From 5cb86facc90263524768ffea32ca4677d45c59cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20W=C3=B6rpel?= Date: Mon, 26 Feb 2024 14:13:59 +0100 Subject: [PATCH 01/18] =?UTF-8?q?=F0=9F=9A=A7=20(model)=20tweak=20main=20e?= =?UTF-8?q?xports?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ftmq/model/__init__.py | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/ftmq/model/__init__.py b/ftmq/model/__init__.py index 57905092..7cc5623f 100644 --- a/ftmq/model/__init__.py +++ b/ftmq/model/__init__.py @@ -1,5 +1,13 @@ -from ftmq.model.coverage import Coverage +from ftmq.model.coverage import DatasetStats from ftmq.model.dataset import Catalog, Dataset, Maintainer, Publisher, Resource from ftmq.model.proxy import Entity -__all__ = [Catalog, Coverage, Dataset, Entity, Maintainer, Publisher, Resource] +__all__ = [ + "Catalog", + "DatasetStats", + "Dataset", + "Entity", + "Maintainer", + "Publisher", + "Resource", +] From 0b4ec71aeb8205c29a26c334ff1e6e58bb510f39 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Mar 2024 16:27:11 +0000 Subject: [PATCH 02/18] Bump sqlalchemy from 2.0.27 to 2.0.28 Bumps [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) from 2.0.27 to 2.0.28. - [Release notes](https://github.com/sqlalchemy/sqlalchemy/releases) - [Changelog](https://github.com/sqlalchemy/sqlalchemy/blob/main/CHANGES.rst) - [Commits](https://github.com/sqlalchemy/sqlalchemy/commits) --- updated-dependencies: - dependency-name: sqlalchemy dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 111 +++++++++++++++++++++++++++++----------------------- 1 file changed, 61 insertions(+), 50 deletions(-) diff --git a/poetry.lock b/poetry.lock index 565f07e3..fb934e12 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3262,6 +3262,7 @@ files = [ {file = "PyYAML-6.0.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:69b023b2b4daa7548bcfbd4aa3da05b3a74b772db9e23b982788168117739938"}, {file = "PyYAML-6.0.1-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:81e0b275a9ecc9c0c0c07b4b90ba548307583c125f54d5b6946cfee6360c733d"}, {file = "PyYAML-6.0.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:ba336e390cd8e4d1739f42dfe9bb83a3cc2e80f567d8805e11b46f4a943f5515"}, + {file = "PyYAML-6.0.1-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:326c013efe8048858a6d312ddd31d56e468118ad4cdeda36c719bf5bb6192290"}, {file = "PyYAML-6.0.1-cp310-cp310-win32.whl", hash = "sha256:bd4af7373a854424dabd882decdc5579653d7868b8fb26dc7d0e99f823aa5924"}, {file = "PyYAML-6.0.1-cp310-cp310-win_amd64.whl", hash = "sha256:fd1592b3fdf65fff2ad0004b5e363300ef59ced41c2e6b3a99d4089fa8c5435d"}, {file = "PyYAML-6.0.1-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:6965a7bc3cf88e5a1c3bd2e0b5c22f8d677dc88a455344035f03399034eb3007"}, @@ -3269,8 +3270,16 @@ files = [ {file = "PyYAML-6.0.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:42f8152b8dbc4fe7d96729ec2b99c7097d656dc1213a3229ca5383f973a5ed6d"}, {file = "PyYAML-6.0.1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:062582fca9fabdd2c8b54a3ef1c978d786e0f6b3a1510e0ac93ef59e0ddae2bc"}, {file = "PyYAML-6.0.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:d2b04aac4d386b172d5b9692e2d2da8de7bfb6c387fa4f801fbf6fb2e6ba4673"}, + {file = "PyYAML-6.0.1-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:e7d73685e87afe9f3b36c799222440d6cf362062f78be1013661b00c5c6f678b"}, {file = "PyYAML-6.0.1-cp311-cp311-win32.whl", hash = "sha256:1635fd110e8d85d55237ab316b5b011de701ea0f29d07611174a1b42f1444741"}, {file = "PyYAML-6.0.1-cp311-cp311-win_amd64.whl", hash = "sha256:bf07ee2fef7014951eeb99f56f39c9bb4af143d8aa3c21b1677805985307da34"}, + {file = "PyYAML-6.0.1-cp312-cp312-macosx_10_9_x86_64.whl", hash = "sha256:855fb52b0dc35af121542a76b9a84f8d1cd886ea97c84703eaa6d88e37a2ad28"}, + {file = "PyYAML-6.0.1-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:40df9b996c2b73138957fe23a16a4f0ba614f4c0efce1e9406a184b6d07fa3a9"}, + {file = "PyYAML-6.0.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:a08c6f0fe150303c1c6b71ebcd7213c2858041a7e01975da3a99aed1e7a378ef"}, + {file = "PyYAML-6.0.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:6c22bec3fbe2524cde73d7ada88f6566758a8f7227bfbf93a408a9d86bcc12a0"}, + {file = "PyYAML-6.0.1-cp312-cp312-musllinux_1_1_x86_64.whl", hash = "sha256:8d4e9c88387b0f5c7d5f281e55304de64cf7f9c0021a3525bd3b1c542da3b0e4"}, + {file = "PyYAML-6.0.1-cp312-cp312-win32.whl", hash = "sha256:d483d2cdf104e7c9fa60c544d92981f12ad66a457afae824d146093b8c294c54"}, + {file = "PyYAML-6.0.1-cp312-cp312-win_amd64.whl", hash = "sha256:0d3304d8c0adc42be59c5f8a4d9e3d7379e6955ad754aa9d6ab7a398b59dd1df"}, {file = "PyYAML-6.0.1-cp36-cp36m-macosx_10_9_x86_64.whl", hash = "sha256:50550eb667afee136e9a77d6dc71ae76a44df8b3e51e41b77f6de2932bfe0f47"}, {file = "PyYAML-6.0.1-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:1fe35611261b29bd1de0070f0b2f47cb6ff71fa6595c077e42bd0c419fa27b98"}, {file = "PyYAML-6.0.1-cp36-cp36m-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:704219a11b772aea0d8ecd7058d0082713c3562b4e271b849ad7dc4a5c90c13c"}, @@ -3287,6 +3296,7 @@ files = [ {file = "PyYAML-6.0.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:a0cd17c15d3bb3fa06978b4e8958dcdc6e0174ccea823003a106c7d4d7899ac5"}, {file = "PyYAML-6.0.1-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:28c119d996beec18c05208a8bd78cbe4007878c6dd15091efb73a30e90539696"}, {file = "PyYAML-6.0.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:7e07cbde391ba96ab58e532ff4803f79c4129397514e1413a7dc761ccd755735"}, + {file = "PyYAML-6.0.1-cp38-cp38-musllinux_1_1_x86_64.whl", hash = "sha256:49a183be227561de579b4a36efbb21b3eab9651dd81b1858589f796549873dd6"}, {file = "PyYAML-6.0.1-cp38-cp38-win32.whl", hash = "sha256:184c5108a2aca3c5b3d3bf9395d50893a7ab82a38004c8f61c258d4428e80206"}, {file = "PyYAML-6.0.1-cp38-cp38-win_amd64.whl", hash = "sha256:1e2722cc9fbb45d9b87631ac70924c11d3a401b2d7f410cc0e3bbf249f2dca62"}, {file = "PyYAML-6.0.1-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:9eb6caa9a297fc2c2fb8862bc5370d0303ddba53ba97e71f08023b6cd73d16a8"}, @@ -3294,6 +3304,7 @@ files = [ {file = "PyYAML-6.0.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:5773183b6446b2c99bb77e77595dd486303b4faab2b086e7b17bc6bef28865f6"}, {file = "PyYAML-6.0.1-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:b786eecbdf8499b9ca1d697215862083bd6d2a99965554781d0d8d1ad31e13a0"}, {file = "PyYAML-6.0.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:bc1bf2925a1ecd43da378f4db9e4f799775d6367bdb94671027b73b393a7c42c"}, + {file = "PyYAML-6.0.1-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:04ac92ad1925b2cff1db0cfebffb6ffc43457495c9b3c39d3fcae417d7125dc5"}, {file = "PyYAML-6.0.1-cp39-cp39-win32.whl", hash = "sha256:faca3bdcf85b2fc05d06ff3fbc1f83e1391b3e724afa3feba7d13eeab355484c"}, {file = "PyYAML-6.0.1-cp39-cp39-win_amd64.whl", hash = "sha256:510c9deebc5c0225e8c96813043e62b680ba2f9c50a08d3724c7f28a747d1486"}, {file = "PyYAML-6.0.1.tar.gz", hash = "sha256:bfdf460b1736c775f2ba9f6a92bca30bc2095067b8a9d77876d1fad6cc3b4a43"}, @@ -3745,60 +3756,60 @@ files = [ [[package]] name = "sqlalchemy" -version = "2.0.27" +version = "2.0.28" description = "Database Abstraction Library" optional = false python-versions = ">=3.7" files = [ - {file = "SQLAlchemy-2.0.27-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:d04e579e911562f1055d26dab1868d3e0bb905db3bccf664ee8ad109f035618a"}, - {file = "SQLAlchemy-2.0.27-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:fa67d821c1fd268a5a87922ef4940442513b4e6c377553506b9db3b83beebbd8"}, - {file = "SQLAlchemy-2.0.27-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:6c7a596d0be71b7baa037f4ac10d5e057d276f65a9a611c46970f012752ebf2d"}, - {file = "SQLAlchemy-2.0.27-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:954d9735ee9c3fa74874c830d089a815b7b48df6f6b6e357a74130e478dbd951"}, - {file = "SQLAlchemy-2.0.27-cp310-cp310-musllinux_1_1_aarch64.whl", hash = "sha256:5cd20f58c29bbf2680039ff9f569fa6d21453fbd2fa84dbdb4092f006424c2e6"}, - {file = "SQLAlchemy-2.0.27-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:03f448ffb731b48323bda68bcc93152f751436ad6037f18a42b7e16af9e91c07"}, - {file = "SQLAlchemy-2.0.27-cp310-cp310-win32.whl", hash = "sha256:d997c5938a08b5e172c30583ba6b8aad657ed9901fc24caf3a7152eeccb2f1b4"}, - {file = "SQLAlchemy-2.0.27-cp310-cp310-win_amd64.whl", hash = "sha256:eb15ef40b833f5b2f19eeae65d65e191f039e71790dd565c2af2a3783f72262f"}, - {file = "SQLAlchemy-2.0.27-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:6c5bad7c60a392850d2f0fee8f355953abaec878c483dd7c3836e0089f046bf6"}, - {file = "SQLAlchemy-2.0.27-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:a3012ab65ea42de1be81fff5fb28d6db893ef978950afc8130ba707179b4284a"}, - {file = "SQLAlchemy-2.0.27-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:dbcd77c4d94b23e0753c5ed8deba8c69f331d4fd83f68bfc9db58bc8983f49cd"}, - {file = "SQLAlchemy-2.0.27-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:d177b7e82f6dd5e1aebd24d9c3297c70ce09cd1d5d37b43e53f39514379c029c"}, - {file = "SQLAlchemy-2.0.27-cp311-cp311-musllinux_1_1_aarch64.whl", hash = "sha256:680b9a36029b30cf063698755d277885d4a0eab70a2c7c6e71aab601323cba45"}, - {file = "SQLAlchemy-2.0.27-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:1306102f6d9e625cebaca3d4c9c8f10588735ef877f0360b5cdb4fdfd3fd7131"}, - {file = "SQLAlchemy-2.0.27-cp311-cp311-win32.whl", hash = "sha256:5b78aa9f4f68212248aaf8943d84c0ff0f74efc65a661c2fc68b82d498311fd5"}, - {file = "SQLAlchemy-2.0.27-cp311-cp311-win_amd64.whl", hash = "sha256:15e19a84b84528f52a68143439d0c7a3a69befcd4f50b8ef9b7b69d2628ae7c4"}, - {file = "SQLAlchemy-2.0.27-cp312-cp312-macosx_10_9_x86_64.whl", hash = "sha256:0de1263aac858f288a80b2071990f02082c51d88335a1db0d589237a3435fe71"}, - {file = "SQLAlchemy-2.0.27-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:ce850db091bf7d2a1f2fdb615220b968aeff3849007b1204bf6e3e50a57b3d32"}, - {file = "SQLAlchemy-2.0.27-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:8dfc936870507da96aebb43e664ae3a71a7b96278382bcfe84d277b88e379b18"}, - {file = "SQLAlchemy-2.0.27-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:c4fbe6a766301f2e8a4519f4500fe74ef0a8509a59e07a4085458f26228cd7cc"}, - {file = "SQLAlchemy-2.0.27-cp312-cp312-musllinux_1_1_aarch64.whl", hash = "sha256:4535c49d961fe9a77392e3a630a626af5baa967172d42732b7a43496c8b28876"}, - {file = "SQLAlchemy-2.0.27-cp312-cp312-musllinux_1_1_x86_64.whl", hash = "sha256:0fb3bffc0ced37e5aa4ac2416f56d6d858f46d4da70c09bb731a246e70bff4d5"}, - {file = "SQLAlchemy-2.0.27-cp312-cp312-win32.whl", hash = "sha256:7f470327d06400a0aa7926b375b8e8c3c31d335e0884f509fe272b3c700a7254"}, - {file = "SQLAlchemy-2.0.27-cp312-cp312-win_amd64.whl", hash = "sha256:f9374e270e2553653d710ece397df67db9d19c60d2647bcd35bfc616f1622dcd"}, - {file = "SQLAlchemy-2.0.27-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:e97cf143d74a7a5a0f143aa34039b4fecf11343eed66538610debc438685db4a"}, - {file = "SQLAlchemy-2.0.27-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:d7b5a3e2120982b8b6bd1d5d99e3025339f7fb8b8267551c679afb39e9c7c7f1"}, - {file = "SQLAlchemy-2.0.27-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:e36aa62b765cf9f43a003233a8c2d7ffdeb55bc62eaa0a0380475b228663a38f"}, - {file = "SQLAlchemy-2.0.27-cp37-cp37m-musllinux_1_1_aarch64.whl", hash = "sha256:5ada0438f5b74c3952d916c199367c29ee4d6858edff18eab783b3978d0db16d"}, - {file = "SQLAlchemy-2.0.27-cp37-cp37m-musllinux_1_1_x86_64.whl", hash = "sha256:b1d9d1bfd96eef3c3faedb73f486c89e44e64e40e5bfec304ee163de01cf996f"}, - {file = "SQLAlchemy-2.0.27-cp37-cp37m-win32.whl", hash = "sha256:ca891af9f3289d24a490a5fde664ea04fe2f4984cd97e26de7442a4251bd4b7c"}, - {file = "SQLAlchemy-2.0.27-cp37-cp37m-win_amd64.whl", hash = "sha256:fd8aafda7cdff03b905d4426b714601c0978725a19efc39f5f207b86d188ba01"}, - {file = "SQLAlchemy-2.0.27-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:ec1f5a328464daf7a1e4e385e4f5652dd9b1d12405075ccba1df842f7774b4fc"}, - {file = "SQLAlchemy-2.0.27-cp38-cp38-macosx_11_0_arm64.whl", hash = "sha256:ad862295ad3f644e3c2c0d8b10a988e1600d3123ecb48702d2c0f26771f1c396"}, - {file = "SQLAlchemy-2.0.27-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:48217be1de7d29a5600b5c513f3f7664b21d32e596d69582be0a94e36b8309cb"}, - {file = "SQLAlchemy-2.0.27-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:9e56afce6431450442f3ab5973156289bd5ec33dd618941283847c9fd5ff06bf"}, - {file = "SQLAlchemy-2.0.27-cp38-cp38-musllinux_1_1_aarch64.whl", hash = "sha256:611068511b5531304137bcd7fe8117c985d1b828eb86043bd944cebb7fae3910"}, - {file = "SQLAlchemy-2.0.27-cp38-cp38-musllinux_1_1_x86_64.whl", hash = "sha256:b86abba762ecfeea359112b2bb4490802b340850bbee1948f785141a5e020de8"}, - {file = "SQLAlchemy-2.0.27-cp38-cp38-win32.whl", hash = "sha256:30d81cc1192dc693d49d5671cd40cdec596b885b0ce3b72f323888ab1c3863d5"}, - {file = "SQLAlchemy-2.0.27-cp38-cp38-win_amd64.whl", hash = "sha256:120af1e49d614d2525ac247f6123841589b029c318b9afbfc9e2b70e22e1827d"}, - {file = "SQLAlchemy-2.0.27-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:d07ee7793f2aeb9b80ec8ceb96bc8cc08a2aec8a1b152da1955d64e4825fcbac"}, - {file = "SQLAlchemy-2.0.27-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:cb0845e934647232b6ff5150df37ceffd0b67b754b9fdbb095233deebcddbd4a"}, - {file = "SQLAlchemy-2.0.27-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:1fc19ae2e07a067663dd24fca55f8ed06a288384f0e6e3910420bf4b1270cc51"}, - {file = "SQLAlchemy-2.0.27-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:b90053be91973a6fb6020a6e44382c97739736a5a9d74e08cc29b196639eb979"}, - {file = "SQLAlchemy-2.0.27-cp39-cp39-musllinux_1_1_aarch64.whl", hash = "sha256:2f5c9dfb0b9ab5e3a8a00249534bdd838d943ec4cfb9abe176a6c33408430230"}, - {file = "SQLAlchemy-2.0.27-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:33e8bde8fff203de50399b9039c4e14e42d4d227759155c21f8da4a47fc8053c"}, - {file = "SQLAlchemy-2.0.27-cp39-cp39-win32.whl", hash = "sha256:d873c21b356bfaf1589b89090a4011e6532582b3a8ea568a00e0c3aab09399dd"}, - {file = "SQLAlchemy-2.0.27-cp39-cp39-win_amd64.whl", hash = "sha256:ff2f1b7c963961d41403b650842dc2039175b906ab2093635d8319bef0b7d620"}, - {file = "SQLAlchemy-2.0.27-py3-none-any.whl", hash = "sha256:1ab4e0448018d01b142c916cc7119ca573803a4745cfe341b8f95657812700ac"}, - {file = "SQLAlchemy-2.0.27.tar.gz", hash = "sha256:86a6ed69a71fe6b88bf9331594fa390a2adda4a49b5c06f98e47bf0d392534f8"}, + {file = "SQLAlchemy-2.0.28-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:e0b148ab0438f72ad21cb004ce3bdaafd28465c4276af66df3b9ecd2037bf252"}, + {file = "SQLAlchemy-2.0.28-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:bbda76961eb8f27e6ad3c84d1dc56d5bc61ba8f02bd20fcf3450bd421c2fcc9c"}, + {file = "SQLAlchemy-2.0.28-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:feea693c452d85ea0015ebe3bb9cd15b6f49acc1a31c28b3c50f4db0f8fb1e71"}, + {file = "SQLAlchemy-2.0.28-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:5da98815f82dce0cb31fd1e873a0cb30934971d15b74e0d78cf21f9e1b05953f"}, + {file = "SQLAlchemy-2.0.28-cp310-cp310-musllinux_1_1_aarch64.whl", hash = "sha256:4a5adf383c73f2d49ad15ff363a8748319ff84c371eed59ffd0127355d6ea1da"}, + {file = "SQLAlchemy-2.0.28-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:56856b871146bfead25fbcaed098269d90b744eea5cb32a952df00d542cdd368"}, + {file = "SQLAlchemy-2.0.28-cp310-cp310-win32.whl", hash = "sha256:943aa74a11f5806ab68278284a4ddd282d3fb348a0e96db9b42cb81bf731acdc"}, + {file = "SQLAlchemy-2.0.28-cp310-cp310-win_amd64.whl", hash = "sha256:c6c4da4843e0dabde41b8f2e8147438330924114f541949e6318358a56d1875a"}, + {file = "SQLAlchemy-2.0.28-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:46a3d4e7a472bfff2d28db838669fc437964e8af8df8ee1e4548e92710929adc"}, + {file = "SQLAlchemy-2.0.28-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:0d3dd67b5d69794cfe82862c002512683b3db038b99002171f624712fa71aeaa"}, + {file = "SQLAlchemy-2.0.28-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:c61e2e41656a673b777e2f0cbbe545323dbe0d32312f590b1bc09da1de6c2a02"}, + {file = "SQLAlchemy-2.0.28-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:0315d9125a38026227f559488fe7f7cee1bd2fbc19f9fd637739dc50bb6380b2"}, + {file = "SQLAlchemy-2.0.28-cp311-cp311-musllinux_1_1_aarch64.whl", hash = "sha256:af8ce2d31679006e7b747d30a89cd3ac1ec304c3d4c20973f0f4ad58e2d1c4c9"}, + {file = "SQLAlchemy-2.0.28-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:81ba314a08c7ab701e621b7ad079c0c933c58cdef88593c59b90b996e8b58fa5"}, + {file = "SQLAlchemy-2.0.28-cp311-cp311-win32.whl", hash = "sha256:1ee8bd6d68578e517943f5ebff3afbd93fc65f7ef8f23becab9fa8fb315afb1d"}, + {file = "SQLAlchemy-2.0.28-cp311-cp311-win_amd64.whl", hash = "sha256:ad7acbe95bac70e4e687a4dc9ae3f7a2f467aa6597049eeb6d4a662ecd990bb6"}, + {file = "SQLAlchemy-2.0.28-cp312-cp312-macosx_10_9_x86_64.whl", hash = "sha256:d3499008ddec83127ab286c6f6ec82a34f39c9817f020f75eca96155f9765097"}, + {file = "SQLAlchemy-2.0.28-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:9b66fcd38659cab5d29e8de5409cdf91e9986817703e1078b2fdaad731ea66f5"}, + {file = "SQLAlchemy-2.0.28-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:bea30da1e76cb1acc5b72e204a920a3a7678d9d52f688f087dc08e54e2754c67"}, + {file = "SQLAlchemy-2.0.28-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:124202b4e0edea7f08a4db8c81cc7859012f90a0d14ba2bf07c099aff6e96462"}, + {file = "SQLAlchemy-2.0.28-cp312-cp312-musllinux_1_1_aarch64.whl", hash = "sha256:e23b88c69497a6322b5796c0781400692eca1ae5532821b39ce81a48c395aae9"}, + {file = "SQLAlchemy-2.0.28-cp312-cp312-musllinux_1_1_x86_64.whl", hash = "sha256:4b6303bfd78fb3221847723104d152e5972c22367ff66edf09120fcde5ddc2e2"}, + {file = "SQLAlchemy-2.0.28-cp312-cp312-win32.whl", hash = "sha256:a921002be69ac3ab2cf0c3017c4e6a3377f800f1fca7f254c13b5f1a2f10022c"}, + {file = "SQLAlchemy-2.0.28-cp312-cp312-win_amd64.whl", hash = "sha256:b4a2cf92995635b64876dc141af0ef089c6eea7e05898d8d8865e71a326c0385"}, + {file = "SQLAlchemy-2.0.28-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:8e91b5e341f8c7f1e5020db8e5602f3ed045a29f8e27f7f565e0bdee3338f2c7"}, + {file = "SQLAlchemy-2.0.28-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:45c7b78dfc7278329f27be02c44abc0d69fe235495bb8e16ec7ef1b1a17952db"}, + {file = "SQLAlchemy-2.0.28-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:3eba73ef2c30695cb7eabcdb33bb3d0b878595737479e152468f3ba97a9c22a4"}, + {file = "SQLAlchemy-2.0.28-cp37-cp37m-musllinux_1_1_aarch64.whl", hash = "sha256:5df5d1dafb8eee89384fb7a1f79128118bc0ba50ce0db27a40750f6f91aa99d5"}, + {file = "SQLAlchemy-2.0.28-cp37-cp37m-musllinux_1_1_x86_64.whl", hash = "sha256:2858bbab1681ee5406650202950dc8f00e83b06a198741b7c656e63818633526"}, + {file = "SQLAlchemy-2.0.28-cp37-cp37m-win32.whl", hash = "sha256:9461802f2e965de5cff80c5a13bc945abea7edaa1d29360b485c3d2b56cdb075"}, + {file = "SQLAlchemy-2.0.28-cp37-cp37m-win_amd64.whl", hash = "sha256:a6bec1c010a6d65b3ed88c863d56b9ea5eeefdf62b5e39cafd08c65f5ce5198b"}, + {file = "SQLAlchemy-2.0.28-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:843a882cadebecc655a68bd9a5b8aa39b3c52f4a9a5572a3036fb1bb2ccdc197"}, + {file = "SQLAlchemy-2.0.28-cp38-cp38-macosx_11_0_arm64.whl", hash = "sha256:dbb990612c36163c6072723523d2be7c3eb1517bbdd63fe50449f56afafd1133"}, + {file = "SQLAlchemy-2.0.28-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:bd7e4baf9161d076b9a7e432fce06217b9bd90cfb8f1d543d6e8c4595627edb9"}, + {file = "SQLAlchemy-2.0.28-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:e0a5354cb4de9b64bccb6ea33162cb83e03dbefa0d892db88a672f5aad638a75"}, + {file = "SQLAlchemy-2.0.28-cp38-cp38-musllinux_1_1_aarch64.whl", hash = "sha256:fffcc8edc508801ed2e6a4e7b0d150a62196fd28b4e16ab9f65192e8186102b6"}, + {file = "SQLAlchemy-2.0.28-cp38-cp38-musllinux_1_1_x86_64.whl", hash = "sha256:aca7b6d99a4541b2ebab4494f6c8c2f947e0df4ac859ced575238e1d6ca5716b"}, + {file = "SQLAlchemy-2.0.28-cp38-cp38-win32.whl", hash = "sha256:8c7f10720fc34d14abad5b647bc8202202f4948498927d9f1b4df0fb1cf391b7"}, + {file = "SQLAlchemy-2.0.28-cp38-cp38-win_amd64.whl", hash = "sha256:243feb6882b06a2af68ecf4bec8813d99452a1b62ba2be917ce6283852cf701b"}, + {file = "SQLAlchemy-2.0.28-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:fc4974d3684f28b61b9a90fcb4c41fb340fd4b6a50c04365704a4da5a9603b05"}, + {file = "SQLAlchemy-2.0.28-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:87724e7ed2a936fdda2c05dbd99d395c91ea3c96f029a033a4a20e008dd876bf"}, + {file = "SQLAlchemy-2.0.28-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:68722e6a550f5de2e3cfe9da6afb9a7dd15ef7032afa5651b0f0c6b3adb8815d"}, + {file = "SQLAlchemy-2.0.28-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:328529f7c7f90adcd65aed06a161851f83f475c2f664a898af574893f55d9e53"}, + {file = "SQLAlchemy-2.0.28-cp39-cp39-musllinux_1_1_aarch64.whl", hash = "sha256:df40c16a7e8be7413b885c9bf900d402918cc848be08a59b022478804ea076b8"}, + {file = "SQLAlchemy-2.0.28-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:426f2fa71331a64f5132369ede5171c52fd1df1bd9727ce621f38b5b24f48750"}, + {file = "SQLAlchemy-2.0.28-cp39-cp39-win32.whl", hash = "sha256:33157920b233bc542ce497a81a2e1452e685a11834c5763933b440fedd1d8e2d"}, + {file = "SQLAlchemy-2.0.28-cp39-cp39-win_amd64.whl", hash = "sha256:2f60843068e432311c886c5f03c4664acaef507cf716f6c60d5fde7265be9d7b"}, + {file = "SQLAlchemy-2.0.28-py3-none-any.whl", hash = "sha256:78bb7e8da0183a8301352d569900d9d3594c48ac21dc1c2ec6b3121ed8b6c986"}, + {file = "SQLAlchemy-2.0.28.tar.gz", hash = "sha256:dd53b6c4e6d960600fd6532b79ee28e2da489322fcf6648738134587faf767b6"}, ] [package.dependencies] From 1abd509e21ff74fde26f449e80c59bace75e4850 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Mar 2024 16:27:49 +0000 Subject: [PATCH 03/18] Bump nomenklatura from 3.10.4 to 3.10.5 Bumps [nomenklatura](https://github.com/opensanctions/nomenklatura) from 3.10.4 to 3.10.5. - [Commits](https://github.com/opensanctions/nomenklatura/compare/3.10.4...3.10.5) --- updated-dependencies: - dependency-name: nomenklatura dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 20 ++++++++++++++++---- 1 file changed, 16 insertions(+), 4 deletions(-) diff --git a/poetry.lock b/poetry.lock index 565f07e3..10159b91 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2411,13 +2411,13 @@ setuptools = "*" [[package]] name = "nomenklatura" -version = "3.10.4" +version = "3.10.5" description = "Make record linkages in followthemoney data." optional = false python-versions = "*" files = [ - {file = "nomenklatura-3.10.4-py3-none-any.whl", hash = "sha256:047a2684fa8b114807a48001304cbe5284ccc00f8439ace976567ff12d7d2e17"}, - {file = "nomenklatura-3.10.4.tar.gz", hash = "sha256:92b1fbc2116f2a0280bf4edef8c21c530fd8ebe18086c4dff0c67349331a2a38"}, + {file = "nomenklatura-3.10.5-py3-none-any.whl", hash = "sha256:f6e95fb2d5ec52ee0bf77bf2061f707a079806acf2a8a6c0e2647dc30d6724f5"}, + {file = "nomenklatura-3.10.5.tar.gz", hash = "sha256:918633e2f25ed078c32eb40f608432246d69ee39bbd2f7b6445545fca6a93ab6"}, ] [package.dependencies] @@ -2428,9 +2428,10 @@ jellyfish = ">=1.0.0,<2.0.0" lxml = ">4.0.0,<6.0.0" pydantic = ">2.0.0,<3.0.0" rich = ">=10.9.0,<14.0.0" -rigour = ">=0.4.4,<1.0.0" +rigour = ">=0.5.1,<1.0.0" scikit-learn = "1.3.2" shortuuid = ">=1.0.11,<2.0.0" +sqlalchemy = ">=2.0.0" textual = ">=0.19.0,<1.0.0" [package.extras] @@ -3262,6 +3263,7 @@ files = [ {file = "PyYAML-6.0.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:69b023b2b4daa7548bcfbd4aa3da05b3a74b772db9e23b982788168117739938"}, {file = "PyYAML-6.0.1-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:81e0b275a9ecc9c0c0c07b4b90ba548307583c125f54d5b6946cfee6360c733d"}, {file = "PyYAML-6.0.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:ba336e390cd8e4d1739f42dfe9bb83a3cc2e80f567d8805e11b46f4a943f5515"}, + {file = "PyYAML-6.0.1-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:326c013efe8048858a6d312ddd31d56e468118ad4cdeda36c719bf5bb6192290"}, {file = "PyYAML-6.0.1-cp310-cp310-win32.whl", hash = "sha256:bd4af7373a854424dabd882decdc5579653d7868b8fb26dc7d0e99f823aa5924"}, {file = "PyYAML-6.0.1-cp310-cp310-win_amd64.whl", hash = "sha256:fd1592b3fdf65fff2ad0004b5e363300ef59ced41c2e6b3a99d4089fa8c5435d"}, {file = "PyYAML-6.0.1-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:6965a7bc3cf88e5a1c3bd2e0b5c22f8d677dc88a455344035f03399034eb3007"}, @@ -3269,8 +3271,16 @@ files = [ {file = "PyYAML-6.0.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:42f8152b8dbc4fe7d96729ec2b99c7097d656dc1213a3229ca5383f973a5ed6d"}, {file = "PyYAML-6.0.1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:062582fca9fabdd2c8b54a3ef1c978d786e0f6b3a1510e0ac93ef59e0ddae2bc"}, {file = "PyYAML-6.0.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:d2b04aac4d386b172d5b9692e2d2da8de7bfb6c387fa4f801fbf6fb2e6ba4673"}, + {file = "PyYAML-6.0.1-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:e7d73685e87afe9f3b36c799222440d6cf362062f78be1013661b00c5c6f678b"}, {file = "PyYAML-6.0.1-cp311-cp311-win32.whl", hash = "sha256:1635fd110e8d85d55237ab316b5b011de701ea0f29d07611174a1b42f1444741"}, {file = "PyYAML-6.0.1-cp311-cp311-win_amd64.whl", hash = "sha256:bf07ee2fef7014951eeb99f56f39c9bb4af143d8aa3c21b1677805985307da34"}, + {file = "PyYAML-6.0.1-cp312-cp312-macosx_10_9_x86_64.whl", hash = "sha256:855fb52b0dc35af121542a76b9a84f8d1cd886ea97c84703eaa6d88e37a2ad28"}, + {file = "PyYAML-6.0.1-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:40df9b996c2b73138957fe23a16a4f0ba614f4c0efce1e9406a184b6d07fa3a9"}, + {file = "PyYAML-6.0.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:a08c6f0fe150303c1c6b71ebcd7213c2858041a7e01975da3a99aed1e7a378ef"}, + {file = "PyYAML-6.0.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:6c22bec3fbe2524cde73d7ada88f6566758a8f7227bfbf93a408a9d86bcc12a0"}, + {file = "PyYAML-6.0.1-cp312-cp312-musllinux_1_1_x86_64.whl", hash = "sha256:8d4e9c88387b0f5c7d5f281e55304de64cf7f9c0021a3525bd3b1c542da3b0e4"}, + {file = "PyYAML-6.0.1-cp312-cp312-win32.whl", hash = "sha256:d483d2cdf104e7c9fa60c544d92981f12ad66a457afae824d146093b8c294c54"}, + {file = "PyYAML-6.0.1-cp312-cp312-win_amd64.whl", hash = "sha256:0d3304d8c0adc42be59c5f8a4d9e3d7379e6955ad754aa9d6ab7a398b59dd1df"}, {file = "PyYAML-6.0.1-cp36-cp36m-macosx_10_9_x86_64.whl", hash = "sha256:50550eb667afee136e9a77d6dc71ae76a44df8b3e51e41b77f6de2932bfe0f47"}, {file = "PyYAML-6.0.1-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:1fe35611261b29bd1de0070f0b2f47cb6ff71fa6595c077e42bd0c419fa27b98"}, {file = "PyYAML-6.0.1-cp36-cp36m-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:704219a11b772aea0d8ecd7058d0082713c3562b4e271b849ad7dc4a5c90c13c"}, @@ -3287,6 +3297,7 @@ files = [ {file = "PyYAML-6.0.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:a0cd17c15d3bb3fa06978b4e8958dcdc6e0174ccea823003a106c7d4d7899ac5"}, {file = "PyYAML-6.0.1-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:28c119d996beec18c05208a8bd78cbe4007878c6dd15091efb73a30e90539696"}, {file = "PyYAML-6.0.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:7e07cbde391ba96ab58e532ff4803f79c4129397514e1413a7dc761ccd755735"}, + {file = "PyYAML-6.0.1-cp38-cp38-musllinux_1_1_x86_64.whl", hash = "sha256:49a183be227561de579b4a36efbb21b3eab9651dd81b1858589f796549873dd6"}, {file = "PyYAML-6.0.1-cp38-cp38-win32.whl", hash = "sha256:184c5108a2aca3c5b3d3bf9395d50893a7ab82a38004c8f61c258d4428e80206"}, {file = "PyYAML-6.0.1-cp38-cp38-win_amd64.whl", hash = "sha256:1e2722cc9fbb45d9b87631ac70924c11d3a401b2d7f410cc0e3bbf249f2dca62"}, {file = "PyYAML-6.0.1-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:9eb6caa9a297fc2c2fb8862bc5370d0303ddba53ba97e71f08023b6cd73d16a8"}, @@ -3294,6 +3305,7 @@ files = [ {file = "PyYAML-6.0.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:5773183b6446b2c99bb77e77595dd486303b4faab2b086e7b17bc6bef28865f6"}, {file = "PyYAML-6.0.1-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:b786eecbdf8499b9ca1d697215862083bd6d2a99965554781d0d8d1ad31e13a0"}, {file = "PyYAML-6.0.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:bc1bf2925a1ecd43da378f4db9e4f799775d6367bdb94671027b73b393a7c42c"}, + {file = "PyYAML-6.0.1-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:04ac92ad1925b2cff1db0cfebffb6ffc43457495c9b3c39d3fcae417d7125dc5"}, {file = "PyYAML-6.0.1-cp39-cp39-win32.whl", hash = "sha256:faca3bdcf85b2fc05d06ff3fbc1f83e1391b3e724afa3feba7d13eeab355484c"}, {file = "PyYAML-6.0.1-cp39-cp39-win_amd64.whl", hash = "sha256:510c9deebc5c0225e8c96813043e62b680ba2f9c50a08d3724c7f28a747d1486"}, {file = "PyYAML-6.0.1.tar.gz", hash = "sha256:bfdf460b1736c775f2ba9f6a92bca30bc2095067b8a9d77876d1fad6cc3b4a43"}, From aec31429b63fd92ac93b763850e70ed0552d2803 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 16:51:55 +0000 Subject: [PATCH 04/18] Bump redis from 5.0.1 to 5.0.3 Bumps [redis](https://github.com/redis/redis-py) from 5.0.1 to 5.0.3. - [Release notes](https://github.com/redis/redis-py/releases) - [Changelog](https://github.com/redis/redis-py/blob/master/CHANGES) - [Commits](https://github.com/redis/redis-py/compare/v5.0.1...v5.0.3) --- updated-dependencies: - dependency-name: redis dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 19 +++++++++++++++---- 1 file changed, 15 insertions(+), 4 deletions(-) diff --git a/poetry.lock b/poetry.lock index 565f07e3..5456928f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3262,6 +3262,7 @@ files = [ {file = "PyYAML-6.0.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:69b023b2b4daa7548bcfbd4aa3da05b3a74b772db9e23b982788168117739938"}, {file = "PyYAML-6.0.1-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:81e0b275a9ecc9c0c0c07b4b90ba548307583c125f54d5b6946cfee6360c733d"}, {file = "PyYAML-6.0.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:ba336e390cd8e4d1739f42dfe9bb83a3cc2e80f567d8805e11b46f4a943f5515"}, + {file = "PyYAML-6.0.1-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:326c013efe8048858a6d312ddd31d56e468118ad4cdeda36c719bf5bb6192290"}, {file = "PyYAML-6.0.1-cp310-cp310-win32.whl", hash = "sha256:bd4af7373a854424dabd882decdc5579653d7868b8fb26dc7d0e99f823aa5924"}, {file = "PyYAML-6.0.1-cp310-cp310-win_amd64.whl", hash = "sha256:fd1592b3fdf65fff2ad0004b5e363300ef59ced41c2e6b3a99d4089fa8c5435d"}, {file = "PyYAML-6.0.1-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:6965a7bc3cf88e5a1c3bd2e0b5c22f8d677dc88a455344035f03399034eb3007"}, @@ -3269,8 +3270,16 @@ files = [ {file = "PyYAML-6.0.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:42f8152b8dbc4fe7d96729ec2b99c7097d656dc1213a3229ca5383f973a5ed6d"}, {file = "PyYAML-6.0.1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:062582fca9fabdd2c8b54a3ef1c978d786e0f6b3a1510e0ac93ef59e0ddae2bc"}, {file = "PyYAML-6.0.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:d2b04aac4d386b172d5b9692e2d2da8de7bfb6c387fa4f801fbf6fb2e6ba4673"}, + {file = "PyYAML-6.0.1-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:e7d73685e87afe9f3b36c799222440d6cf362062f78be1013661b00c5c6f678b"}, {file = "PyYAML-6.0.1-cp311-cp311-win32.whl", hash = "sha256:1635fd110e8d85d55237ab316b5b011de701ea0f29d07611174a1b42f1444741"}, {file = "PyYAML-6.0.1-cp311-cp311-win_amd64.whl", hash = "sha256:bf07ee2fef7014951eeb99f56f39c9bb4af143d8aa3c21b1677805985307da34"}, + {file = "PyYAML-6.0.1-cp312-cp312-macosx_10_9_x86_64.whl", hash = "sha256:855fb52b0dc35af121542a76b9a84f8d1cd886ea97c84703eaa6d88e37a2ad28"}, + {file = "PyYAML-6.0.1-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:40df9b996c2b73138957fe23a16a4f0ba614f4c0efce1e9406a184b6d07fa3a9"}, + {file = "PyYAML-6.0.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:a08c6f0fe150303c1c6b71ebcd7213c2858041a7e01975da3a99aed1e7a378ef"}, + {file = "PyYAML-6.0.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:6c22bec3fbe2524cde73d7ada88f6566758a8f7227bfbf93a408a9d86bcc12a0"}, + {file = "PyYAML-6.0.1-cp312-cp312-musllinux_1_1_x86_64.whl", hash = "sha256:8d4e9c88387b0f5c7d5f281e55304de64cf7f9c0021a3525bd3b1c542da3b0e4"}, + {file = "PyYAML-6.0.1-cp312-cp312-win32.whl", hash = "sha256:d483d2cdf104e7c9fa60c544d92981f12ad66a457afae824d146093b8c294c54"}, + {file = "PyYAML-6.0.1-cp312-cp312-win_amd64.whl", hash = "sha256:0d3304d8c0adc42be59c5f8a4d9e3d7379e6955ad754aa9d6ab7a398b59dd1df"}, {file = "PyYAML-6.0.1-cp36-cp36m-macosx_10_9_x86_64.whl", hash = "sha256:50550eb667afee136e9a77d6dc71ae76a44df8b3e51e41b77f6de2932bfe0f47"}, {file = "PyYAML-6.0.1-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:1fe35611261b29bd1de0070f0b2f47cb6ff71fa6595c077e42bd0c419fa27b98"}, {file = "PyYAML-6.0.1-cp36-cp36m-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:704219a11b772aea0d8ecd7058d0082713c3562b4e271b849ad7dc4a5c90c13c"}, @@ -3287,6 +3296,7 @@ files = [ {file = "PyYAML-6.0.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:a0cd17c15d3bb3fa06978b4e8958dcdc6e0174ccea823003a106c7d4d7899ac5"}, {file = "PyYAML-6.0.1-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:28c119d996beec18c05208a8bd78cbe4007878c6dd15091efb73a30e90539696"}, {file = "PyYAML-6.0.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:7e07cbde391ba96ab58e532ff4803f79c4129397514e1413a7dc761ccd755735"}, + {file = "PyYAML-6.0.1-cp38-cp38-musllinux_1_1_x86_64.whl", hash = "sha256:49a183be227561de579b4a36efbb21b3eab9651dd81b1858589f796549873dd6"}, {file = "PyYAML-6.0.1-cp38-cp38-win32.whl", hash = "sha256:184c5108a2aca3c5b3d3bf9395d50893a7ab82a38004c8f61c258d4428e80206"}, {file = "PyYAML-6.0.1-cp38-cp38-win_amd64.whl", hash = "sha256:1e2722cc9fbb45d9b87631ac70924c11d3a401b2d7f410cc0e3bbf249f2dca62"}, {file = "PyYAML-6.0.1-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:9eb6caa9a297fc2c2fb8862bc5370d0303ddba53ba97e71f08023b6cd73d16a8"}, @@ -3294,6 +3304,7 @@ files = [ {file = "PyYAML-6.0.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:5773183b6446b2c99bb77e77595dd486303b4faab2b086e7b17bc6bef28865f6"}, {file = "PyYAML-6.0.1-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:b786eecbdf8499b9ca1d697215862083bd6d2a99965554781d0d8d1ad31e13a0"}, {file = "PyYAML-6.0.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:bc1bf2925a1ecd43da378f4db9e4f799775d6367bdb94671027b73b393a7c42c"}, + {file = "PyYAML-6.0.1-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:04ac92ad1925b2cff1db0cfebffb6ffc43457495c9b3c39d3fcae417d7125dc5"}, {file = "PyYAML-6.0.1-cp39-cp39-win32.whl", hash = "sha256:faca3bdcf85b2fc05d06ff3fbc1f83e1391b3e724afa3feba7d13eeab355484c"}, {file = "PyYAML-6.0.1-cp39-cp39-win_amd64.whl", hash = "sha256:510c9deebc5c0225e8c96813043e62b680ba2f9c50a08d3724c7f28a747d1486"}, {file = "PyYAML-6.0.1.tar.gz", hash = "sha256:bfdf460b1736c775f2ba9f6a92bca30bc2095067b8a9d77876d1fad6cc3b4a43"}, @@ -3424,17 +3435,17 @@ networkx = ["networkx (>=2.0.0,<3.0.0)"] [[package]] name = "redis" -version = "5.0.1" +version = "5.0.3" description = "Python client for Redis database and key-value store" optional = false python-versions = ">=3.7" files = [ - {file = "redis-5.0.1-py3-none-any.whl", hash = "sha256:ed4802971884ae19d640775ba3b03aa2e7bd5e8fb8dfaed2decce4d0fc48391f"}, - {file = "redis-5.0.1.tar.gz", hash = "sha256:0dab495cd5753069d3bc650a0dde8a8f9edde16fc5691b689a566eda58100d0f"}, + {file = "redis-5.0.3-py3-none-any.whl", hash = "sha256:5da9b8fe9e1254293756c16c008e8620b3d15fcc6dde6babde9541850e72a32d"}, + {file = "redis-5.0.3.tar.gz", hash = "sha256:4973bae7444c0fbed64a06b87446f79361cb7e4ec1538c022d696ed7a5015580"}, ] [package.dependencies] -async-timeout = {version = ">=4.0.2", markers = "python_full_version <= \"3.11.2\""} +async-timeout = {version = ">=4.0.3", markers = "python_full_version < \"3.11.3\""} [package.extras] hiredis = ["hiredis (>=1.0.0)"] From db09ce18c53c5e14ca97ceeea2b9ba0452969d7e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Mar 2024 16:28:12 +0000 Subject: [PATCH 05/18] Bump mypy from 1.8.0 to 1.9.0 Bumps [mypy](https://github.com/python/mypy) from 1.8.0 to 1.9.0. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.8.0...1.9.0) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 67 +++++++++++++++++++++++++++++++---------------------- 1 file changed, 39 insertions(+), 28 deletions(-) diff --git a/poetry.lock b/poetry.lock index 565f07e3..679a1e2d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2322,38 +2322,38 @@ files = [ [[package]] name = "mypy" -version = "1.8.0" +version = "1.9.0" description = "Optional static typing for Python" optional = false python-versions = ">=3.8" files = [ - {file = "mypy-1.8.0-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:485a8942f671120f76afffff70f259e1cd0f0cfe08f81c05d8816d958d4577d3"}, - {file = "mypy-1.8.0-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:df9824ac11deaf007443e7ed2a4a26bebff98d2bc43c6da21b2b64185da011c4"}, - {file = "mypy-1.8.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:2afecd6354bbfb6e0160f4e4ad9ba6e4e003b767dd80d85516e71f2e955ab50d"}, - {file = "mypy-1.8.0-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:8963b83d53ee733a6e4196954502b33567ad07dfd74851f32be18eb932fb1cb9"}, - {file = "mypy-1.8.0-cp310-cp310-win_amd64.whl", hash = "sha256:e46f44b54ebddbeedbd3d5b289a893219065ef805d95094d16a0af6630f5d410"}, - {file = "mypy-1.8.0-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:855fe27b80375e5c5878492f0729540db47b186509c98dae341254c8f45f42ae"}, - {file = "mypy-1.8.0-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:4c886c6cce2d070bd7df4ec4a05a13ee20c0aa60cb587e8d1265b6c03cf91da3"}, - {file = "mypy-1.8.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:d19c413b3c07cbecf1f991e2221746b0d2a9410b59cb3f4fb9557f0365a1a817"}, - {file = "mypy-1.8.0-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:9261ed810972061388918c83c3f5cd46079d875026ba97380f3e3978a72f503d"}, - {file = "mypy-1.8.0-cp311-cp311-win_amd64.whl", hash = "sha256:51720c776d148bad2372ca21ca29256ed483aa9a4cdefefcef49006dff2a6835"}, - {file = "mypy-1.8.0-cp312-cp312-macosx_10_9_x86_64.whl", hash = "sha256:52825b01f5c4c1c4eb0db253ec09c7aa17e1a7304d247c48b6f3599ef40db8bd"}, - {file = "mypy-1.8.0-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:f5ac9a4eeb1ec0f1ccdc6f326bcdb464de5f80eb07fb38b5ddd7b0de6bc61e55"}, - {file = "mypy-1.8.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:afe3fe972c645b4632c563d3f3eff1cdca2fa058f730df2b93a35e3b0c538218"}, - {file = "mypy-1.8.0-cp312-cp312-musllinux_1_1_x86_64.whl", hash = "sha256:42c6680d256ab35637ef88891c6bd02514ccb7e1122133ac96055ff458f93fc3"}, - {file = "mypy-1.8.0-cp312-cp312-win_amd64.whl", hash = "sha256:720a5ca70e136b675af3af63db533c1c8c9181314d207568bbe79051f122669e"}, - {file = "mypy-1.8.0-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:028cf9f2cae89e202d7b6593cd98db6759379f17a319b5faf4f9978d7084cdc6"}, - {file = "mypy-1.8.0-cp38-cp38-macosx_11_0_arm64.whl", hash = "sha256:4e6d97288757e1ddba10dd9549ac27982e3e74a49d8d0179fc14d4365c7add66"}, - {file = "mypy-1.8.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:7f1478736fcebb90f97e40aff11a5f253af890c845ee0c850fe80aa060a267c6"}, - {file = "mypy-1.8.0-cp38-cp38-musllinux_1_1_x86_64.whl", hash = "sha256:42419861b43e6962a649068a61f4a4839205a3ef525b858377a960b9e2de6e0d"}, - {file = "mypy-1.8.0-cp38-cp38-win_amd64.whl", hash = "sha256:2b5b6c721bd4aabaadead3a5e6fa85c11c6c795e0c81a7215776ef8afc66de02"}, - {file = "mypy-1.8.0-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:5c1538c38584029352878a0466f03a8ee7547d7bd9f641f57a0f3017a7c905b8"}, - {file = "mypy-1.8.0-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:4ef4be7baf08a203170f29e89d79064463b7fc7a0908b9d0d5114e8009c3a259"}, - {file = "mypy-1.8.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:7178def594014aa6c35a8ff411cf37d682f428b3b5617ca79029d8ae72f5402b"}, - {file = "mypy-1.8.0-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:ab3c84fa13c04aeeeabb2a7f67a25ef5d77ac9d6486ff33ded762ef353aa5592"}, - {file = "mypy-1.8.0-cp39-cp39-win_amd64.whl", hash = "sha256:99b00bc72855812a60d253420d8a2eae839b0afa4938f09f4d2aa9bb4654263a"}, - {file = "mypy-1.8.0-py3-none-any.whl", hash = "sha256:538fd81bb5e430cc1381a443971c0475582ff9f434c16cd46d2c66763ce85d9d"}, - {file = "mypy-1.8.0.tar.gz", hash = "sha256:6ff8b244d7085a0b425b56d327b480c3b29cafbd2eff27316a004f9a7391ae07"}, + {file = "mypy-1.9.0-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:f8a67616990062232ee4c3952f41c779afac41405806042a8126fe96e098419f"}, + {file = "mypy-1.9.0-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:d357423fa57a489e8c47b7c85dfb96698caba13d66e086b412298a1a0ea3b0ed"}, + {file = "mypy-1.9.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:49c87c15aed320de9b438ae7b00c1ac91cd393c1b854c2ce538e2a72d55df150"}, + {file = "mypy-1.9.0-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:48533cdd345c3c2e5ef48ba3b0d3880b257b423e7995dada04248725c6f77374"}, + {file = "mypy-1.9.0-cp310-cp310-win_amd64.whl", hash = "sha256:4d3dbd346cfec7cb98e6cbb6e0f3c23618af826316188d587d1c1bc34f0ede03"}, + {file = "mypy-1.9.0-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:653265f9a2784db65bfca694d1edd23093ce49740b2244cde583aeb134c008f3"}, + {file = "mypy-1.9.0-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:3a3c007ff3ee90f69cf0a15cbcdf0995749569b86b6d2f327af01fd1b8aee9dc"}, + {file = "mypy-1.9.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:2418488264eb41f69cc64a69a745fad4a8f86649af4b1041a4c64ee61fc61129"}, + {file = "mypy-1.9.0-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:68edad3dc7d70f2f17ae4c6c1b9471a56138ca22722487eebacfd1eb5321d612"}, + {file = "mypy-1.9.0-cp311-cp311-win_amd64.whl", hash = "sha256:85ca5fcc24f0b4aeedc1d02f93707bccc04733f21d41c88334c5482219b1ccb3"}, + {file = "mypy-1.9.0-cp312-cp312-macosx_10_9_x86_64.whl", hash = "sha256:aceb1db093b04db5cd390821464504111b8ec3e351eb85afd1433490163d60cd"}, + {file = "mypy-1.9.0-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:0235391f1c6f6ce487b23b9dbd1327b4ec33bb93934aa986efe8a9563d9349e6"}, + {file = "mypy-1.9.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:d4d5ddc13421ba3e2e082a6c2d74c2ddb3979c39b582dacd53dd5d9431237185"}, + {file = "mypy-1.9.0-cp312-cp312-musllinux_1_1_x86_64.whl", hash = "sha256:190da1ee69b427d7efa8aa0d5e5ccd67a4fb04038c380237a0d96829cb157913"}, + {file = "mypy-1.9.0-cp312-cp312-win_amd64.whl", hash = "sha256:fe28657de3bfec596bbeef01cb219833ad9d38dd5393fc649f4b366840baefe6"}, + {file = "mypy-1.9.0-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:e54396d70be04b34f31d2edf3362c1edd023246c82f1730bbf8768c28db5361b"}, + {file = "mypy-1.9.0-cp38-cp38-macosx_11_0_arm64.whl", hash = "sha256:5e6061f44f2313b94f920e91b204ec600982961e07a17e0f6cd83371cb23f5c2"}, + {file = "mypy-1.9.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:81a10926e5473c5fc3da8abb04119a1f5811a236dc3a38d92015cb1e6ba4cb9e"}, + {file = "mypy-1.9.0-cp38-cp38-musllinux_1_1_x86_64.whl", hash = "sha256:b685154e22e4e9199fc95f298661deea28aaede5ae16ccc8cbb1045e716b3e04"}, + {file = "mypy-1.9.0-cp38-cp38-win_amd64.whl", hash = "sha256:5d741d3fc7c4da608764073089e5f58ef6352bedc223ff58f2f038c2c4698a89"}, + {file = "mypy-1.9.0-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:587ce887f75dd9700252a3abbc9c97bbe165a4a630597845c61279cf32dfbf02"}, + {file = "mypy-1.9.0-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:f88566144752999351725ac623471661c9d1cd8caa0134ff98cceeea181789f4"}, + {file = "mypy-1.9.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:61758fabd58ce4b0720ae1e2fea5cfd4431591d6d590b197775329264f86311d"}, + {file = "mypy-1.9.0-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:e49499be624dead83927e70c756970a0bc8240e9f769389cdf5714b0784ca6bf"}, + {file = "mypy-1.9.0-cp39-cp39-win_amd64.whl", hash = "sha256:571741dc4194b4f82d344b15e8837e8c5fcc462d66d076748142327626a1b6e9"}, + {file = "mypy-1.9.0-py3-none-any.whl", hash = "sha256:a260627a570559181a9ea5de61ac6297aa5af202f06fd7ab093ce74e7181e43e"}, + {file = "mypy-1.9.0.tar.gz", hash = "sha256:3cc5da0127e6a478cddd906068496a97a7618a21ce9b54bde5bf7e539c7af974"}, ] [package.dependencies] @@ -3262,6 +3262,7 @@ files = [ {file = "PyYAML-6.0.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:69b023b2b4daa7548bcfbd4aa3da05b3a74b772db9e23b982788168117739938"}, {file = "PyYAML-6.0.1-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:81e0b275a9ecc9c0c0c07b4b90ba548307583c125f54d5b6946cfee6360c733d"}, {file = "PyYAML-6.0.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:ba336e390cd8e4d1739f42dfe9bb83a3cc2e80f567d8805e11b46f4a943f5515"}, + {file = "PyYAML-6.0.1-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:326c013efe8048858a6d312ddd31d56e468118ad4cdeda36c719bf5bb6192290"}, {file = "PyYAML-6.0.1-cp310-cp310-win32.whl", hash = "sha256:bd4af7373a854424dabd882decdc5579653d7868b8fb26dc7d0e99f823aa5924"}, {file = "PyYAML-6.0.1-cp310-cp310-win_amd64.whl", hash = "sha256:fd1592b3fdf65fff2ad0004b5e363300ef59ced41c2e6b3a99d4089fa8c5435d"}, {file = "PyYAML-6.0.1-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:6965a7bc3cf88e5a1c3bd2e0b5c22f8d677dc88a455344035f03399034eb3007"}, @@ -3269,8 +3270,16 @@ files = [ {file = "PyYAML-6.0.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:42f8152b8dbc4fe7d96729ec2b99c7097d656dc1213a3229ca5383f973a5ed6d"}, {file = "PyYAML-6.0.1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:062582fca9fabdd2c8b54a3ef1c978d786e0f6b3a1510e0ac93ef59e0ddae2bc"}, {file = "PyYAML-6.0.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:d2b04aac4d386b172d5b9692e2d2da8de7bfb6c387fa4f801fbf6fb2e6ba4673"}, + {file = "PyYAML-6.0.1-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:e7d73685e87afe9f3b36c799222440d6cf362062f78be1013661b00c5c6f678b"}, {file = "PyYAML-6.0.1-cp311-cp311-win32.whl", hash = "sha256:1635fd110e8d85d55237ab316b5b011de701ea0f29d07611174a1b42f1444741"}, {file = "PyYAML-6.0.1-cp311-cp311-win_amd64.whl", hash = "sha256:bf07ee2fef7014951eeb99f56f39c9bb4af143d8aa3c21b1677805985307da34"}, + {file = "PyYAML-6.0.1-cp312-cp312-macosx_10_9_x86_64.whl", hash = "sha256:855fb52b0dc35af121542a76b9a84f8d1cd886ea97c84703eaa6d88e37a2ad28"}, + {file = "PyYAML-6.0.1-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:40df9b996c2b73138957fe23a16a4f0ba614f4c0efce1e9406a184b6d07fa3a9"}, + {file = "PyYAML-6.0.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:a08c6f0fe150303c1c6b71ebcd7213c2858041a7e01975da3a99aed1e7a378ef"}, + {file = "PyYAML-6.0.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:6c22bec3fbe2524cde73d7ada88f6566758a8f7227bfbf93a408a9d86bcc12a0"}, + {file = "PyYAML-6.0.1-cp312-cp312-musllinux_1_1_x86_64.whl", hash = "sha256:8d4e9c88387b0f5c7d5f281e55304de64cf7f9c0021a3525bd3b1c542da3b0e4"}, + {file = "PyYAML-6.0.1-cp312-cp312-win32.whl", hash = "sha256:d483d2cdf104e7c9fa60c544d92981f12ad66a457afae824d146093b8c294c54"}, + {file = "PyYAML-6.0.1-cp312-cp312-win_amd64.whl", hash = "sha256:0d3304d8c0adc42be59c5f8a4d9e3d7379e6955ad754aa9d6ab7a398b59dd1df"}, {file = "PyYAML-6.0.1-cp36-cp36m-macosx_10_9_x86_64.whl", hash = "sha256:50550eb667afee136e9a77d6dc71ae76a44df8b3e51e41b77f6de2932bfe0f47"}, {file = "PyYAML-6.0.1-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:1fe35611261b29bd1de0070f0b2f47cb6ff71fa6595c077e42bd0c419fa27b98"}, {file = "PyYAML-6.0.1-cp36-cp36m-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:704219a11b772aea0d8ecd7058d0082713c3562b4e271b849ad7dc4a5c90c13c"}, @@ -3287,6 +3296,7 @@ files = [ {file = "PyYAML-6.0.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:a0cd17c15d3bb3fa06978b4e8958dcdc6e0174ccea823003a106c7d4d7899ac5"}, {file = "PyYAML-6.0.1-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:28c119d996beec18c05208a8bd78cbe4007878c6dd15091efb73a30e90539696"}, {file = "PyYAML-6.0.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:7e07cbde391ba96ab58e532ff4803f79c4129397514e1413a7dc761ccd755735"}, + {file = "PyYAML-6.0.1-cp38-cp38-musllinux_1_1_x86_64.whl", hash = "sha256:49a183be227561de579b4a36efbb21b3eab9651dd81b1858589f796549873dd6"}, {file = "PyYAML-6.0.1-cp38-cp38-win32.whl", hash = "sha256:184c5108a2aca3c5b3d3bf9395d50893a7ab82a38004c8f61c258d4428e80206"}, {file = "PyYAML-6.0.1-cp38-cp38-win_amd64.whl", hash = "sha256:1e2722cc9fbb45d9b87631ac70924c11d3a401b2d7f410cc0e3bbf249f2dca62"}, {file = "PyYAML-6.0.1-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:9eb6caa9a297fc2c2fb8862bc5370d0303ddba53ba97e71f08023b6cd73d16a8"}, @@ -3294,6 +3304,7 @@ files = [ {file = "PyYAML-6.0.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:5773183b6446b2c99bb77e77595dd486303b4faab2b086e7b17bc6bef28865f6"}, {file = "PyYAML-6.0.1-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:b786eecbdf8499b9ca1d697215862083bd6d2a99965554781d0d8d1ad31e13a0"}, {file = "PyYAML-6.0.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:bc1bf2925a1ecd43da378f4db9e4f799775d6367bdb94671027b73b393a7c42c"}, + {file = "PyYAML-6.0.1-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:04ac92ad1925b2cff1db0cfebffb6ffc43457495c9b3c39d3fcae417d7125dc5"}, {file = "PyYAML-6.0.1-cp39-cp39-win32.whl", hash = "sha256:faca3bdcf85b2fc05d06ff3fbc1f83e1391b3e724afa3feba7d13eeab355484c"}, {file = "PyYAML-6.0.1-cp39-cp39-win_amd64.whl", hash = "sha256:510c9deebc5c0225e8c96813043e62b680ba2f9c50a08d3724c7f28a747d1486"}, {file = "PyYAML-6.0.1.tar.gz", hash = "sha256:bfdf460b1736c775f2ba9f6a92bca30bc2095067b8a9d77876d1fad6cc3b4a43"}, From 918b4fb2771c16a6e41ab02effd616ded9d0edf5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Mar 2024 16:28:47 +0000 Subject: [PATCH 06/18] Bump pydantic from 2.6.2 to 2.6.4 Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.6.2 to 2.6.4. - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md) - [Commits](https://github.com/pydantic/pydantic/compare/v2.6.2...v2.6.4) --- updated-dependencies: - dependency-name: pydantic dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/poetry.lock b/poetry.lock index 565f07e3..9ec30db9 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2906,13 +2906,13 @@ files = [ [[package]] name = "pydantic" -version = "2.6.2" +version = "2.6.4" description = "Data validation using Python type hints" optional = false python-versions = ">=3.8" files = [ - {file = "pydantic-2.6.2-py3-none-any.whl", hash = "sha256:37a5432e54b12fecaa1049c5195f3d860a10e01bdfd24f1840ef14bd0d3aeab3"}, - {file = "pydantic-2.6.2.tar.gz", hash = "sha256:a09be1c3d28f3abe37f8a78af58284b236a92ce520105ddc91a6d29ea1176ba7"}, + {file = "pydantic-2.6.4-py3-none-any.whl", hash = "sha256:cc46fce86607580867bdc3361ad462bab9c222ef042d3da86f2fb333e1d916c5"}, + {file = "pydantic-2.6.4.tar.gz", hash = "sha256:b1704e0847db01817624a6b86766967f552dd9dbf3afba4004409f908dcc84e6"}, ] [package.dependencies] @@ -3262,6 +3262,7 @@ files = [ {file = "PyYAML-6.0.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:69b023b2b4daa7548bcfbd4aa3da05b3a74b772db9e23b982788168117739938"}, {file = "PyYAML-6.0.1-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:81e0b275a9ecc9c0c0c07b4b90ba548307583c125f54d5b6946cfee6360c733d"}, {file = "PyYAML-6.0.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:ba336e390cd8e4d1739f42dfe9bb83a3cc2e80f567d8805e11b46f4a943f5515"}, + {file = "PyYAML-6.0.1-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:326c013efe8048858a6d312ddd31d56e468118ad4cdeda36c719bf5bb6192290"}, {file = "PyYAML-6.0.1-cp310-cp310-win32.whl", hash = "sha256:bd4af7373a854424dabd882decdc5579653d7868b8fb26dc7d0e99f823aa5924"}, {file = "PyYAML-6.0.1-cp310-cp310-win_amd64.whl", hash = "sha256:fd1592b3fdf65fff2ad0004b5e363300ef59ced41c2e6b3a99d4089fa8c5435d"}, {file = "PyYAML-6.0.1-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:6965a7bc3cf88e5a1c3bd2e0b5c22f8d677dc88a455344035f03399034eb3007"}, @@ -3269,8 +3270,16 @@ files = [ {file = "PyYAML-6.0.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:42f8152b8dbc4fe7d96729ec2b99c7097d656dc1213a3229ca5383f973a5ed6d"}, {file = "PyYAML-6.0.1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:062582fca9fabdd2c8b54a3ef1c978d786e0f6b3a1510e0ac93ef59e0ddae2bc"}, {file = "PyYAML-6.0.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:d2b04aac4d386b172d5b9692e2d2da8de7bfb6c387fa4f801fbf6fb2e6ba4673"}, + {file = "PyYAML-6.0.1-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:e7d73685e87afe9f3b36c799222440d6cf362062f78be1013661b00c5c6f678b"}, {file = "PyYAML-6.0.1-cp311-cp311-win32.whl", hash = "sha256:1635fd110e8d85d55237ab316b5b011de701ea0f29d07611174a1b42f1444741"}, {file = "PyYAML-6.0.1-cp311-cp311-win_amd64.whl", hash = "sha256:bf07ee2fef7014951eeb99f56f39c9bb4af143d8aa3c21b1677805985307da34"}, + {file = "PyYAML-6.0.1-cp312-cp312-macosx_10_9_x86_64.whl", hash = "sha256:855fb52b0dc35af121542a76b9a84f8d1cd886ea97c84703eaa6d88e37a2ad28"}, + {file = "PyYAML-6.0.1-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:40df9b996c2b73138957fe23a16a4f0ba614f4c0efce1e9406a184b6d07fa3a9"}, + {file = "PyYAML-6.0.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:a08c6f0fe150303c1c6b71ebcd7213c2858041a7e01975da3a99aed1e7a378ef"}, + {file = "PyYAML-6.0.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:6c22bec3fbe2524cde73d7ada88f6566758a8f7227bfbf93a408a9d86bcc12a0"}, + {file = "PyYAML-6.0.1-cp312-cp312-musllinux_1_1_x86_64.whl", hash = "sha256:8d4e9c88387b0f5c7d5f281e55304de64cf7f9c0021a3525bd3b1c542da3b0e4"}, + {file = "PyYAML-6.0.1-cp312-cp312-win32.whl", hash = "sha256:d483d2cdf104e7c9fa60c544d92981f12ad66a457afae824d146093b8c294c54"}, + {file = "PyYAML-6.0.1-cp312-cp312-win_amd64.whl", hash = "sha256:0d3304d8c0adc42be59c5f8a4d9e3d7379e6955ad754aa9d6ab7a398b59dd1df"}, {file = "PyYAML-6.0.1-cp36-cp36m-macosx_10_9_x86_64.whl", hash = "sha256:50550eb667afee136e9a77d6dc71ae76a44df8b3e51e41b77f6de2932bfe0f47"}, {file = "PyYAML-6.0.1-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:1fe35611261b29bd1de0070f0b2f47cb6ff71fa6595c077e42bd0c419fa27b98"}, {file = "PyYAML-6.0.1-cp36-cp36m-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:704219a11b772aea0d8ecd7058d0082713c3562b4e271b849ad7dc4a5c90c13c"}, @@ -3287,6 +3296,7 @@ files = [ {file = "PyYAML-6.0.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:a0cd17c15d3bb3fa06978b4e8958dcdc6e0174ccea823003a106c7d4d7899ac5"}, {file = "PyYAML-6.0.1-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:28c119d996beec18c05208a8bd78cbe4007878c6dd15091efb73a30e90539696"}, {file = "PyYAML-6.0.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:7e07cbde391ba96ab58e532ff4803f79c4129397514e1413a7dc761ccd755735"}, + {file = "PyYAML-6.0.1-cp38-cp38-musllinux_1_1_x86_64.whl", hash = "sha256:49a183be227561de579b4a36efbb21b3eab9651dd81b1858589f796549873dd6"}, {file = "PyYAML-6.0.1-cp38-cp38-win32.whl", hash = "sha256:184c5108a2aca3c5b3d3bf9395d50893a7ab82a38004c8f61c258d4428e80206"}, {file = "PyYAML-6.0.1-cp38-cp38-win_amd64.whl", hash = "sha256:1e2722cc9fbb45d9b87631ac70924c11d3a401b2d7f410cc0e3bbf249f2dca62"}, {file = "PyYAML-6.0.1-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:9eb6caa9a297fc2c2fb8862bc5370d0303ddba53ba97e71f08023b6cd73d16a8"}, @@ -3294,6 +3304,7 @@ files = [ {file = "PyYAML-6.0.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:5773183b6446b2c99bb77e77595dd486303b4faab2b086e7b17bc6bef28865f6"}, {file = "PyYAML-6.0.1-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:b786eecbdf8499b9ca1d697215862083bd6d2a99965554781d0d8d1ad31e13a0"}, {file = "PyYAML-6.0.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:bc1bf2925a1ecd43da378f4db9e4f799775d6367bdb94671027b73b393a7c42c"}, + {file = "PyYAML-6.0.1-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:04ac92ad1925b2cff1db0cfebffb6ffc43457495c9b3c39d3fcae417d7125dc5"}, {file = "PyYAML-6.0.1-cp39-cp39-win32.whl", hash = "sha256:faca3bdcf85b2fc05d06ff3fbc1f83e1391b3e724afa3feba7d13eeab355484c"}, {file = "PyYAML-6.0.1-cp39-cp39-win_amd64.whl", hash = "sha256:510c9deebc5c0225e8c96813043e62b680ba2f9c50a08d3724c7f28a747d1486"}, {file = "PyYAML-6.0.1.tar.gz", hash = "sha256:bfdf460b1736c775f2ba9f6a92bca30bc2095067b8a9d77876d1fad6cc3b4a43"}, From 92fa56acc00ab2480af0a3e737d55b2c4a43bdb7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Mar 2024 17:25:01 +0000 Subject: [PATCH 07/18] Bump pytest from 8.0.1 to 8.1.1 Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.0.1 to 8.1.1. - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/8.0.1...8.1.1) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 21 ++++++++++++++++----- 1 file changed, 16 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 565f07e3..eae3daaf 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3105,23 +3105,23 @@ diagrams = ["jinja2", "railroad-diagrams"] [[package]] name = "pytest" -version = "8.0.1" +version = "8.1.1" description = "pytest: simple powerful testing with Python" optional = false python-versions = ">=3.8" files = [ - {file = "pytest-8.0.1-py3-none-any.whl", hash = "sha256:3e4f16fe1c0a9dc9d9389161c127c3edc5d810c38d6793042fb81d9f48a59fca"}, - {file = "pytest-8.0.1.tar.gz", hash = "sha256:267f6563751877d772019b13aacbe4e860d73fe8f651f28112e9ac37de7513ae"}, + {file = "pytest-8.1.1-py3-none-any.whl", hash = "sha256:2a8386cfc11fa9d2c50ee7b2a57e7d898ef90470a7a34c4b949ff59662bb78b7"}, + {file = "pytest-8.1.1.tar.gz", hash = "sha256:ac978141a75948948817d360297b7aae0fcb9d6ff6bc9ec6d514b85d5a65c044"}, ] [package.dependencies] colorama = {version = "*", markers = "sys_platform == \"win32\""} iniconfig = "*" packaging = "*" -pluggy = ">=1.3.0,<2.0" +pluggy = ">=1.4,<2.0" [package.extras] -testing = ["argcomplete", "attrs (>=19.2.0)", "hypothesis (>=3.56)", "mock", "nose", "pygments (>=2.7.2)", "requests", "setuptools", "xmlschema"] +testing = ["argcomplete", "attrs (>=19.2)", "hypothesis (>=3.56)", "mock", "pygments (>=2.7.2)", "requests", "setuptools", "xmlschema"] [[package]] name = "pytest-cov" @@ -3262,6 +3262,7 @@ files = [ {file = "PyYAML-6.0.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:69b023b2b4daa7548bcfbd4aa3da05b3a74b772db9e23b982788168117739938"}, {file = "PyYAML-6.0.1-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:81e0b275a9ecc9c0c0c07b4b90ba548307583c125f54d5b6946cfee6360c733d"}, {file = "PyYAML-6.0.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:ba336e390cd8e4d1739f42dfe9bb83a3cc2e80f567d8805e11b46f4a943f5515"}, + {file = "PyYAML-6.0.1-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:326c013efe8048858a6d312ddd31d56e468118ad4cdeda36c719bf5bb6192290"}, {file = "PyYAML-6.0.1-cp310-cp310-win32.whl", hash = "sha256:bd4af7373a854424dabd882decdc5579653d7868b8fb26dc7d0e99f823aa5924"}, {file = "PyYAML-6.0.1-cp310-cp310-win_amd64.whl", hash = "sha256:fd1592b3fdf65fff2ad0004b5e363300ef59ced41c2e6b3a99d4089fa8c5435d"}, {file = "PyYAML-6.0.1-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:6965a7bc3cf88e5a1c3bd2e0b5c22f8d677dc88a455344035f03399034eb3007"}, @@ -3269,8 +3270,16 @@ files = [ {file = "PyYAML-6.0.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:42f8152b8dbc4fe7d96729ec2b99c7097d656dc1213a3229ca5383f973a5ed6d"}, {file = "PyYAML-6.0.1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:062582fca9fabdd2c8b54a3ef1c978d786e0f6b3a1510e0ac93ef59e0ddae2bc"}, {file = "PyYAML-6.0.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:d2b04aac4d386b172d5b9692e2d2da8de7bfb6c387fa4f801fbf6fb2e6ba4673"}, + {file = "PyYAML-6.0.1-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:e7d73685e87afe9f3b36c799222440d6cf362062f78be1013661b00c5c6f678b"}, {file = "PyYAML-6.0.1-cp311-cp311-win32.whl", hash = "sha256:1635fd110e8d85d55237ab316b5b011de701ea0f29d07611174a1b42f1444741"}, {file = "PyYAML-6.0.1-cp311-cp311-win_amd64.whl", hash = "sha256:bf07ee2fef7014951eeb99f56f39c9bb4af143d8aa3c21b1677805985307da34"}, + {file = "PyYAML-6.0.1-cp312-cp312-macosx_10_9_x86_64.whl", hash = "sha256:855fb52b0dc35af121542a76b9a84f8d1cd886ea97c84703eaa6d88e37a2ad28"}, + {file = "PyYAML-6.0.1-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:40df9b996c2b73138957fe23a16a4f0ba614f4c0efce1e9406a184b6d07fa3a9"}, + {file = "PyYAML-6.0.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:a08c6f0fe150303c1c6b71ebcd7213c2858041a7e01975da3a99aed1e7a378ef"}, + {file = "PyYAML-6.0.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:6c22bec3fbe2524cde73d7ada88f6566758a8f7227bfbf93a408a9d86bcc12a0"}, + {file = "PyYAML-6.0.1-cp312-cp312-musllinux_1_1_x86_64.whl", hash = "sha256:8d4e9c88387b0f5c7d5f281e55304de64cf7f9c0021a3525bd3b1c542da3b0e4"}, + {file = "PyYAML-6.0.1-cp312-cp312-win32.whl", hash = "sha256:d483d2cdf104e7c9fa60c544d92981f12ad66a457afae824d146093b8c294c54"}, + {file = "PyYAML-6.0.1-cp312-cp312-win_amd64.whl", hash = "sha256:0d3304d8c0adc42be59c5f8a4d9e3d7379e6955ad754aa9d6ab7a398b59dd1df"}, {file = "PyYAML-6.0.1-cp36-cp36m-macosx_10_9_x86_64.whl", hash = "sha256:50550eb667afee136e9a77d6dc71ae76a44df8b3e51e41b77f6de2932bfe0f47"}, {file = "PyYAML-6.0.1-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:1fe35611261b29bd1de0070f0b2f47cb6ff71fa6595c077e42bd0c419fa27b98"}, {file = "PyYAML-6.0.1-cp36-cp36m-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:704219a11b772aea0d8ecd7058d0082713c3562b4e271b849ad7dc4a5c90c13c"}, @@ -3287,6 +3296,7 @@ files = [ {file = "PyYAML-6.0.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:a0cd17c15d3bb3fa06978b4e8958dcdc6e0174ccea823003a106c7d4d7899ac5"}, {file = "PyYAML-6.0.1-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:28c119d996beec18c05208a8bd78cbe4007878c6dd15091efb73a30e90539696"}, {file = "PyYAML-6.0.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:7e07cbde391ba96ab58e532ff4803f79c4129397514e1413a7dc761ccd755735"}, + {file = "PyYAML-6.0.1-cp38-cp38-musllinux_1_1_x86_64.whl", hash = "sha256:49a183be227561de579b4a36efbb21b3eab9651dd81b1858589f796549873dd6"}, {file = "PyYAML-6.0.1-cp38-cp38-win32.whl", hash = "sha256:184c5108a2aca3c5b3d3bf9395d50893a7ab82a38004c8f61c258d4428e80206"}, {file = "PyYAML-6.0.1-cp38-cp38-win_amd64.whl", hash = "sha256:1e2722cc9fbb45d9b87631ac70924c11d3a401b2d7f410cc0e3bbf249f2dca62"}, {file = "PyYAML-6.0.1-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:9eb6caa9a297fc2c2fb8862bc5370d0303ddba53ba97e71f08023b6cd73d16a8"}, @@ -3294,6 +3304,7 @@ files = [ {file = "PyYAML-6.0.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:5773183b6446b2c99bb77e77595dd486303b4faab2b086e7b17bc6bef28865f6"}, {file = "PyYAML-6.0.1-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:b786eecbdf8499b9ca1d697215862083bd6d2a99965554781d0d8d1ad31e13a0"}, {file = "PyYAML-6.0.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:bc1bf2925a1ecd43da378f4db9e4f799775d6367bdb94671027b73b393a7c42c"}, + {file = "PyYAML-6.0.1-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:04ac92ad1925b2cff1db0cfebffb6ffc43457495c9b3c39d3fcae417d7125dc5"}, {file = "PyYAML-6.0.1-cp39-cp39-win32.whl", hash = "sha256:faca3bdcf85b2fc05d06ff3fbc1f83e1391b3e724afa3feba7d13eeab355484c"}, {file = "PyYAML-6.0.1-cp39-cp39-win_amd64.whl", hash = "sha256:510c9deebc5c0225e8c96813043e62b680ba2f9c50a08d3724c7f28a747d1486"}, {file = "PyYAML-6.0.1.tar.gz", hash = "sha256:bfdf460b1736c775f2ba9f6a92bca30bc2095067b8a9d77876d1fad6cc3b4a43"}, From 5fc719e7f7dea5499b5fc87f54b47e12a2300b93 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Mar 2024 17:25:37 +0000 Subject: [PATCH 08/18] Bump moto from 5.0.2 to 5.0.3 Bumps [moto](https://github.com/getmoto/moto) from 5.0.2 to 5.0.3. - [Release notes](https://github.com/getmoto/moto/releases) - [Changelog](https://github.com/getmoto/moto/blob/master/CHANGELOG.md) - [Commits](https://github.com/getmoto/moto/compare/5.0.2...5.0.3) --- updated-dependencies: - dependency-name: moto dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/poetry.lock b/poetry.lock index 565f07e3..b8576b5a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2142,13 +2142,13 @@ files = [ [[package]] name = "moto" -version = "5.0.2" +version = "5.0.3" description = "" optional = false python-versions = ">=3.8" files = [ - {file = "moto-5.0.2-py2.py3-none-any.whl", hash = "sha256:71bb832a18b64f10fc4cec117b9b0e2305e5831d9a17eb74f6b9819ed7613843"}, - {file = "moto-5.0.2.tar.gz", hash = "sha256:7e27395e5c63ff9554ae14b5baa41bfe6d6b1be0e59eb02977c6ce28411246de"}, + {file = "moto-5.0.3-py2.py3-none-any.whl", hash = "sha256:261d312d1d69c2afccb450a0566666d7b75d76ed6a7d00aac278a9633b073ff0"}, + {file = "moto-5.0.3.tar.gz", hash = "sha256:070ac2edf89ad7aee28534481ce68e2f344c8a6a8fefec5427eea0d599bfdbdb"}, ] [package.dependencies] @@ -3262,6 +3262,7 @@ files = [ {file = "PyYAML-6.0.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:69b023b2b4daa7548bcfbd4aa3da05b3a74b772db9e23b982788168117739938"}, {file = "PyYAML-6.0.1-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:81e0b275a9ecc9c0c0c07b4b90ba548307583c125f54d5b6946cfee6360c733d"}, {file = "PyYAML-6.0.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:ba336e390cd8e4d1739f42dfe9bb83a3cc2e80f567d8805e11b46f4a943f5515"}, + {file = "PyYAML-6.0.1-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:326c013efe8048858a6d312ddd31d56e468118ad4cdeda36c719bf5bb6192290"}, {file = "PyYAML-6.0.1-cp310-cp310-win32.whl", hash = "sha256:bd4af7373a854424dabd882decdc5579653d7868b8fb26dc7d0e99f823aa5924"}, {file = "PyYAML-6.0.1-cp310-cp310-win_amd64.whl", hash = "sha256:fd1592b3fdf65fff2ad0004b5e363300ef59ced41c2e6b3a99d4089fa8c5435d"}, {file = "PyYAML-6.0.1-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:6965a7bc3cf88e5a1c3bd2e0b5c22f8d677dc88a455344035f03399034eb3007"}, @@ -3269,8 +3270,16 @@ files = [ {file = "PyYAML-6.0.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:42f8152b8dbc4fe7d96729ec2b99c7097d656dc1213a3229ca5383f973a5ed6d"}, {file = "PyYAML-6.0.1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:062582fca9fabdd2c8b54a3ef1c978d786e0f6b3a1510e0ac93ef59e0ddae2bc"}, {file = "PyYAML-6.0.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:d2b04aac4d386b172d5b9692e2d2da8de7bfb6c387fa4f801fbf6fb2e6ba4673"}, + {file = "PyYAML-6.0.1-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:e7d73685e87afe9f3b36c799222440d6cf362062f78be1013661b00c5c6f678b"}, {file = "PyYAML-6.0.1-cp311-cp311-win32.whl", hash = "sha256:1635fd110e8d85d55237ab316b5b011de701ea0f29d07611174a1b42f1444741"}, {file = "PyYAML-6.0.1-cp311-cp311-win_amd64.whl", hash = "sha256:bf07ee2fef7014951eeb99f56f39c9bb4af143d8aa3c21b1677805985307da34"}, + {file = "PyYAML-6.0.1-cp312-cp312-macosx_10_9_x86_64.whl", hash = "sha256:855fb52b0dc35af121542a76b9a84f8d1cd886ea97c84703eaa6d88e37a2ad28"}, + {file = "PyYAML-6.0.1-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:40df9b996c2b73138957fe23a16a4f0ba614f4c0efce1e9406a184b6d07fa3a9"}, + {file = "PyYAML-6.0.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:a08c6f0fe150303c1c6b71ebcd7213c2858041a7e01975da3a99aed1e7a378ef"}, + {file = "PyYAML-6.0.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:6c22bec3fbe2524cde73d7ada88f6566758a8f7227bfbf93a408a9d86bcc12a0"}, + {file = "PyYAML-6.0.1-cp312-cp312-musllinux_1_1_x86_64.whl", hash = "sha256:8d4e9c88387b0f5c7d5f281e55304de64cf7f9c0021a3525bd3b1c542da3b0e4"}, + {file = "PyYAML-6.0.1-cp312-cp312-win32.whl", hash = "sha256:d483d2cdf104e7c9fa60c544d92981f12ad66a457afae824d146093b8c294c54"}, + {file = "PyYAML-6.0.1-cp312-cp312-win_amd64.whl", hash = "sha256:0d3304d8c0adc42be59c5f8a4d9e3d7379e6955ad754aa9d6ab7a398b59dd1df"}, {file = "PyYAML-6.0.1-cp36-cp36m-macosx_10_9_x86_64.whl", hash = "sha256:50550eb667afee136e9a77d6dc71ae76a44df8b3e51e41b77f6de2932bfe0f47"}, {file = "PyYAML-6.0.1-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:1fe35611261b29bd1de0070f0b2f47cb6ff71fa6595c077e42bd0c419fa27b98"}, {file = "PyYAML-6.0.1-cp36-cp36m-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:704219a11b772aea0d8ecd7058d0082713c3562b4e271b849ad7dc4a5c90c13c"}, @@ -3287,6 +3296,7 @@ files = [ {file = "PyYAML-6.0.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:a0cd17c15d3bb3fa06978b4e8958dcdc6e0174ccea823003a106c7d4d7899ac5"}, {file = "PyYAML-6.0.1-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:28c119d996beec18c05208a8bd78cbe4007878c6dd15091efb73a30e90539696"}, {file = "PyYAML-6.0.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:7e07cbde391ba96ab58e532ff4803f79c4129397514e1413a7dc761ccd755735"}, + {file = "PyYAML-6.0.1-cp38-cp38-musllinux_1_1_x86_64.whl", hash = "sha256:49a183be227561de579b4a36efbb21b3eab9651dd81b1858589f796549873dd6"}, {file = "PyYAML-6.0.1-cp38-cp38-win32.whl", hash = "sha256:184c5108a2aca3c5b3d3bf9395d50893a7ab82a38004c8f61c258d4428e80206"}, {file = "PyYAML-6.0.1-cp38-cp38-win_amd64.whl", hash = "sha256:1e2722cc9fbb45d9b87631ac70924c11d3a401b2d7f410cc0e3bbf249f2dca62"}, {file = "PyYAML-6.0.1-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:9eb6caa9a297fc2c2fb8862bc5370d0303ddba53ba97e71f08023b6cd73d16a8"}, @@ -3294,6 +3304,7 @@ files = [ {file = "PyYAML-6.0.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:5773183b6446b2c99bb77e77595dd486303b4faab2b086e7b17bc6bef28865f6"}, {file = "PyYAML-6.0.1-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:b786eecbdf8499b9ca1d697215862083bd6d2a99965554781d0d8d1ad31e13a0"}, {file = "PyYAML-6.0.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:bc1bf2925a1ecd43da378f4db9e4f799775d6367bdb94671027b73b393a7c42c"}, + {file = "PyYAML-6.0.1-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:04ac92ad1925b2cff1db0cfebffb6ffc43457495c9b3c39d3fcae417d7125dc5"}, {file = "PyYAML-6.0.1-cp39-cp39-win32.whl", hash = "sha256:faca3bdcf85b2fc05d06ff3fbc1f83e1391b3e724afa3feba7d13eeab355484c"}, {file = "PyYAML-6.0.1-cp39-cp39-win_amd64.whl", hash = "sha256:510c9deebc5c0225e8c96813043e62b680ba2f9c50a08d3724c7f28a747d1486"}, {file = "PyYAML-6.0.1.tar.gz", hash = "sha256:bfdf460b1736c775f2ba9f6a92bca30bc2095067b8a9d77876d1fad6cc3b4a43"}, From 718d6e56462c0b17858cc642199107e7eac3d6ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Mar 2024 16:54:03 +0000 Subject: [PATCH 09/18] Bump anystore from 0.0.6 to 0.1.0 Bumps [anystore](https://github.com/investigativedata/anystore) from 0.0.6 to 0.1.0. - [Release notes](https://github.com/investigativedata/anystore/releases) - [Commits](https://github.com/investigativedata/anystore/compare/v0.0.6...v0.1.0) --- updated-dependencies: - dependency-name: anystore dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 16 +++++++++------- pyproject.toml | 2 +- 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/poetry.lock b/poetry.lock index 3a0ae9b9..da4a6361 100644 --- a/poetry.lock +++ b/poetry.lock @@ -198,30 +198,32 @@ files = [ [[package]] name = "anystore" -version = "0.0.6" +version = "0.1.0" description = "Store and cache things anywhere" optional = false python-versions = ">=3.11,<4" files = [ - {file = "anystore-0.0.6-py3-none-any.whl", hash = "sha256:a4cb1ce8a34862da0d0019347d7e89a524210e437a66e89ec70af44b28995ea3"}, - {file = "anystore-0.0.6.tar.gz", hash = "sha256:744a54140c65a0b628979ec8264c0a1e7b50c12123bfa23875007d717a23f05f"}, + {file = "anystore-0.1.0-py3-none-any.whl", hash = "sha256:9ffb88a727e9053c9f43667f90692058ab290ae44c859f334f05258bfb911a8f"}, + {file = "anystore-0.1.0.tar.gz", hash = "sha256:b5787df7b21f68535c81ab90d8265932e19a4dd7b27d9a59300b138a8fd2037b"}, ] [package.dependencies] adlfs = ">2023.10,<2025" banal = ">=1.0.6,<2.0.0" cloudpickle = ">=3.0.0,<4.0.0" +cryptography = ">=42.0.4" fakeredis = ">=2.21.1,<3.0.0" fsspec = ">2023.10,<2025" gcsfs = ">2023.10,<2025" orjson = ">=3.9.15,<4.0.0" pyaml = ">=23.12.0,<24.0.0" -pydantic = ">=2.6.2,<3.0.0" +pydantic = ">=2.6.3,<3.0.0" pydantic-settings = ">=2.2.1,<3.0.0" -redis = ">=5.0.1,<6.0.0" +pytest = ">=8.0.2,<9.0.0" +redis = ">=5.0.2,<6.0.0" rich = ">=13.7.0,<14.0.0" s3fs = ">2023.10,<2025" -sqlalchemy = ">=2.0.27,<3.0.0" +sqlalchemy = ">=2.0.28,<3.0.0" typer = ">=0.9.0,<0.10.0" [[package]] @@ -4273,4 +4275,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = ">=3.11,<3.12" -content-hash = "5b4d7117ec05c55012a740985040c17d63699796023b92cec776f7067235930d" +content-hash = "4822cf3eb94997ed51dcd3b5f83ac5d63b5a52c35014e2d47869572db761d203" diff --git a/pyproject.toml b/pyproject.toml index 59e53da5..be3251a0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ alephclient = "^2.3.6" pycountry = "^23.12.11" urllib3 = "<2" nomenklatura = "^3.10.4" -anystore = "^0.0.6" +anystore = ">=0.0.6,<0.1.1" [tool.poetry.group.dev.dependencies] pytest = ">=7.4.3,<9.0.0" From c3e2d4fde651181b6ebc0859cf7fd766e0d6fcf6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20W=C3=B6rpel?= Date: Wed, 13 Mar 2024 19:52:44 +0100 Subject: [PATCH 10/18] =?UTF-8?q?=F0=9F=92=A5=20(util)=20rename=20some=20f?= =?UTF-8?q?unctions?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ftmq/util.py | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/ftmq/util.py b/ftmq/util.py index 8e1cf3bc..b9746ebd 100644 --- a/ftmq/util.py +++ b/ftmq/util.py @@ -1,7 +1,6 @@ import re -from collections.abc import Generator, Iterable from functools import cache, lru_cache -from typing import Any +from typing import Any, Generator import pycountry from banal import ensure_list @@ -72,7 +71,7 @@ def make_proxy(data: dict[str, Any], dataset: str | Dataset | None = None) -> CE return proxy -def get_statements(proxy: CE, *datasets: Iterable[str]) -> SGenerator: +def get_statements(proxy: CE, *datasets: str) -> SGenerator: datasets = datasets or ["default"] for dataset in datasets: # FIXME @@ -177,7 +176,7 @@ def clean_name(value: Any) -> str | None: @lru_cache(1024) -def fingerprint(value: Any) -> str | None: +def make_fingerprint(value: Any) -> str | None: """ Create a stable but simplified string or None from input that can be used to generate ids (to mimic `fingerprints.generate` which is unstable for IDs @@ -190,10 +189,10 @@ def fingerprint(value: Any) -> str | None: @lru_cache(1024) -def string_id(value: Any) -> str | None: +def make_string_id(value: Any) -> str | None: return make_entity_id(clean_name(value)) @lru_cache(1024) -def fingerprint_id(value: Any) -> str | None: - return make_entity_id(fingerprint(value)) +def make_fingerprint_id(value: Any) -> str | None: + return make_entity_id(make_fingerprint(value)) From 24d39e11272e03b371a715301b1d7585163b5650 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20W=C3=B6rpel?= Date: Wed, 13 Mar 2024 19:54:23 +0100 Subject: [PATCH 11/18] =?UTF-8?q?=E2=9C=85=20(test)=20fix=20test=5Fmodel?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tests/test_model.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/test_model.py b/tests/test_model.py index 517265f9..d4164bf7 100644 --- a/tests/test_model.py +++ b/tests/test_model.py @@ -7,7 +7,8 @@ from nomenklatura.entity import CompositeEntity from pydantic import ValidationError -from ftmq.model import Catalog, Coverage, Dataset, Entity, Publisher, Resource +from ftmq.model import Catalog, Dataset, Entity, Publisher, Resource +from ftmq.model.coverage import Coverage from ftmq.util import make_proxy nk_catalog = NKCatalog(NKDataset, {}) From 8bb552ecabee6726001274d379fa001331af08a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20W=C3=B6rpel?= Date: Wed, 13 Mar 2024 19:55:28 +0100 Subject: [PATCH 12/18] =?UTF-8?q?=E2=9C=A8=20(store)=20load=20file=20uri?= =?UTF-8?q?=20as=20MemoryStore?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ftmq/store/__init__.py | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/ftmq/store/__init__.py b/ftmq/store/__init__.py index acbdc36d..04f271ae 100644 --- a/ftmq/store/__init__.py +++ b/ftmq/store/__init__.py @@ -3,6 +3,8 @@ from typing import TypeVar from urllib.parse import urlparse +import orjson +from anystore.io import smart_stream from nomenklatura import Resolver from nomenklatura.db import get_metadata @@ -13,6 +15,7 @@ from ftmq.store.memory import MemoryStore from ftmq.store.sql import SQLStore from ftmq.types import PathLike +from ftmq.util import make_proxy S = TypeVar("S", bound=Store) @@ -30,6 +33,14 @@ def get_store( resolver = get_resolver(resolver) uri = str(uri) parsed = urlparse(uri) + if parsed.scheme == "file" or uri == "-" or not parsed.scheme: + store = MemoryStore(catalog, dataset, resolver=resolver) + with store.writer() as writer: + for line in smart_stream(uri): + data = orjson.loads(line) + proxy = make_proxy(data) + writer.add_entity(proxy) + return store if parsed.scheme == "memory": return MemoryStore(catalog, dataset, resolver=resolver) if parsed.scheme == "leveldb": From 180ed7ef9d4b2d62587ce628dd42ae9e495d3d7a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20W=C3=B6rpel?= Date: Wed, 13 Mar 2024 20:20:18 +0100 Subject: [PATCH 13/18] =?UTF-8?q?=E2=9C=85=20tweak=20test=5Faggregate?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tests/test_aggregate.py | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/tests/test_aggregate.py b/tests/test_aggregate.py index 7777895e..08b1f740 100644 --- a/tests/test_aggregate.py +++ b/tests/test_aggregate.py @@ -34,3 +34,10 @@ def test_aggregate(): } ) assert merge(p1, p2, downgrade=True).schema.name == "LegalEntity" + + # higher level aggregate function + with pytest.raises(InvalidData): + next(aggregate([p1, p2])) + + proxy = next(aggregate([p1, p2], downgrade=True)) + assert proxy.schema.name == "LegalEntity" From 3204db934dc68e90bd6707523f8556a8997e3bb4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20W=C3=B6rpel?= Date: Thu, 14 Mar 2024 06:59:14 +0100 Subject: [PATCH 14/18] =?UTF-8?q?=F0=9F=90=9B=20(store)=20this=20was=20dum?= =?UTF-8?q?b?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ftmq/store/__init__.py | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/ftmq/store/__init__.py b/ftmq/store/__init__.py index 04f271ae..acbdc36d 100644 --- a/ftmq/store/__init__.py +++ b/ftmq/store/__init__.py @@ -3,8 +3,6 @@ from typing import TypeVar from urllib.parse import urlparse -import orjson -from anystore.io import smart_stream from nomenklatura import Resolver from nomenklatura.db import get_metadata @@ -15,7 +13,6 @@ from ftmq.store.memory import MemoryStore from ftmq.store.sql import SQLStore from ftmq.types import PathLike -from ftmq.util import make_proxy S = TypeVar("S", bound=Store) @@ -33,14 +30,6 @@ def get_store( resolver = get_resolver(resolver) uri = str(uri) parsed = urlparse(uri) - if parsed.scheme == "file" or uri == "-" or not parsed.scheme: - store = MemoryStore(catalog, dataset, resolver=resolver) - with store.writer() as writer: - for line in smart_stream(uri): - data = orjson.loads(line) - proxy = make_proxy(data) - writer.add_entity(proxy) - return store if parsed.scheme == "memory": return MemoryStore(catalog, dataset, resolver=resolver) if parsed.scheme == "leveldb": From 916c855a7a04ce26234a8abc614a772a067b0730 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20W=C3=B6rpel?= Date: Thu, 14 Mar 2024 07:01:37 +0100 Subject: [PATCH 15/18] =?UTF-8?q?=E2=9A=A1=EF=B8=8F=20(tests)=20Drop=20lar?= =?UTF-8?q?ge=20test=20dataset=20and=20rely=20on=20external=20s3=20tests?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ftmq/cli.py | 2 +- poetry.lock | 225 +- pyproject.toml | 1 - requirements.txt | 270 +- tests/conftest.py | 116 +- tests/fixtures/donations.ijson | 948 +- tests/fixtures/ec_meetings.ftm.json | 45038 -------------------------- tests/test_aggregation.py | 41 +- tests/test_cli.py | 66 +- tests/test_coverage.py | 68 +- tests/test_io.py | 16 +- tests/test_proxy.py | 79 +- tests/test_store.py | 135 +- tests/test_util.py | 13 +- 14 files changed, 797 insertions(+), 46221 deletions(-) delete mode 100644 tests/fixtures/ec_meetings.ftm.json diff --git a/ftmq/cli.py b/ftmq/cli.py index db058c11..fe9a6d12 100644 --- a/ftmq/cli.py +++ b/ftmq/cli.py @@ -134,7 +134,7 @@ def q( smart_write_proxies(output_uri, proxies, serialize=True, dataset=store_dataset) if stats_uri: stats = stats.export() - stats = orjson.dumps(stats.dict(), option=orjson.OPT_APPEND_NEWLINE) + stats = orjson.dumps(stats.model_dump(), option=orjson.OPT_APPEND_NEWLINE) smart_write(stats_uri, stats) if q.aggregator: result = orjson.dumps( diff --git a/poetry.lock b/poetry.lock index da4a6361..53b7368d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -418,25 +418,6 @@ d = ["aiohttp (>=3.7.4)", "aiohttp (>=3.7.4,!=3.9.0)"] jupyter = ["ipython (>=7.8.0)", "tokenize-rt (>=3.2.0)"] uvloop = ["uvloop (>=0.15.2)"] -[[package]] -name = "boto3" -version = "1.34.34" -description = "The AWS SDK for Python" -optional = false -python-versions = ">= 3.8" -files = [ - {file = "boto3-1.34.34-py3-none-any.whl", hash = "sha256:33a8b6d9136fa7427160edb92d2e50f2035f04e9d63a2d1027349053e12626aa"}, - {file = "boto3-1.34.34.tar.gz", hash = "sha256:b2f321e20966f021ec800b7f2c01287a3dd04fc5965acdfbaa9c505a24ca45d1"}, -] - -[package.dependencies] -botocore = ">=1.34.34,<1.35.0" -jmespath = ">=0.7.1,<2.0.0" -s3transfer = ">=0.10.0,<0.11.0" - -[package.extras] -crt = ["botocore[crt] (>=1.21.0,<2.0a0)"] - [[package]] name = "botocore" version = "1.34.34" @@ -1679,23 +1660,6 @@ files = [ {file = "jellyfish-1.0.3.tar.gz", hash = "sha256:ddb22b7155f208e088352283ee78cb4ef2d2067a76e148a8bb43d177f32b37d2"}, ] -[[package]] -name = "jinja2" -version = "3.1.3" -description = "A very fast and expressive template engine." -optional = false -python-versions = ">=3.7" -files = [ - {file = "Jinja2-3.1.3-py3-none-any.whl", hash = "sha256:7d6d50dd97d52cbc355597bd845fabfbac3f551e1f99619e39a35ce8c370b5fa"}, - {file = "Jinja2-3.1.3.tar.gz", hash = "sha256:ac8bd6544d4bb2c9792bf3a159e80bba8fda7f07e81bc3aed565432d5925ba90"}, -] - -[package.dependencies] -MarkupSafe = ">=2.0" - -[package.extras] -i18n = ["Babel (>=2.7)"] - [[package]] name = "jmespath" version = "1.0.1" @@ -2018,75 +1982,6 @@ profiling = ["gprof2dot"] rtd = ["jupyter_sphinx", "mdit-py-plugins", "myst-parser", "pyyaml", "sphinx", "sphinx-copybutton", "sphinx-design", "sphinx_book_theme"] testing = ["coverage", "pytest", "pytest-cov", "pytest-regressions"] -[[package]] -name = "markupsafe" -version = "2.1.5" -description = "Safely add untrusted strings to HTML/XML markup." -optional = false -python-versions = ">=3.7" -files = [ - {file = "MarkupSafe-2.1.5-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:a17a92de5231666cfbe003f0e4b9b3a7ae3afb1ec2845aadc2bacc93ff85febc"}, - {file = "MarkupSafe-2.1.5-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:72b6be590cc35924b02c78ef34b467da4ba07e4e0f0454a2c5907f473fc50ce5"}, - {file = "MarkupSafe-2.1.5-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:e61659ba32cf2cf1481e575d0462554625196a1f2fc06a1c777d3f48e8865d46"}, - {file = "MarkupSafe-2.1.5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:2174c595a0d73a3080ca3257b40096db99799265e1c27cc5a610743acd86d62f"}, - {file = "MarkupSafe-2.1.5-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:ae2ad8ae6ebee9d2d94b17fb62763125f3f374c25618198f40cbb8b525411900"}, - {file = "MarkupSafe-2.1.5-cp310-cp310-musllinux_1_1_aarch64.whl", hash = "sha256:075202fa5b72c86ad32dc7d0b56024ebdbcf2048c0ba09f1cde31bfdd57bcfff"}, - {file = "MarkupSafe-2.1.5-cp310-cp310-musllinux_1_1_i686.whl", hash = "sha256:598e3276b64aff0e7b3451b72e94fa3c238d452e7ddcd893c3ab324717456bad"}, - {file = "MarkupSafe-2.1.5-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:fce659a462a1be54d2ffcacea5e3ba2d74daa74f30f5f143fe0c58636e355fdd"}, - {file = "MarkupSafe-2.1.5-cp310-cp310-win32.whl", hash = "sha256:d9fad5155d72433c921b782e58892377c44bd6252b5af2f67f16b194987338a4"}, - {file = "MarkupSafe-2.1.5-cp310-cp310-win_amd64.whl", hash = "sha256:bf50cd79a75d181c9181df03572cdce0fbb75cc353bc350712073108cba98de5"}, - {file = "MarkupSafe-2.1.5-cp311-cp311-macosx_10_9_universal2.whl", hash = "sha256:629ddd2ca402ae6dbedfceeba9c46d5f7b2a61d9749597d4307f943ef198fc1f"}, - {file = "MarkupSafe-2.1.5-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:5b7b716f97b52c5a14bffdf688f971b2d5ef4029127f1ad7a513973cfd818df2"}, - {file = "MarkupSafe-2.1.5-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:6ec585f69cec0aa07d945b20805be741395e28ac1627333b1c5b0105962ffced"}, - {file = "MarkupSafe-2.1.5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:b91c037585eba9095565a3556f611e3cbfaa42ca1e865f7b8015fe5c7336d5a5"}, - {file = "MarkupSafe-2.1.5-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:7502934a33b54030eaf1194c21c692a534196063db72176b0c4028e140f8f32c"}, - {file = "MarkupSafe-2.1.5-cp311-cp311-musllinux_1_1_aarch64.whl", hash = "sha256:0e397ac966fdf721b2c528cf028494e86172b4feba51d65f81ffd65c63798f3f"}, - {file = "MarkupSafe-2.1.5-cp311-cp311-musllinux_1_1_i686.whl", hash = "sha256:c061bb86a71b42465156a3ee7bd58c8c2ceacdbeb95d05a99893e08b8467359a"}, - {file = "MarkupSafe-2.1.5-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:3a57fdd7ce31c7ff06cdfbf31dafa96cc533c21e443d57f5b1ecc6cdc668ec7f"}, - {file = "MarkupSafe-2.1.5-cp311-cp311-win32.whl", hash = "sha256:397081c1a0bfb5124355710fe79478cdbeb39626492b15d399526ae53422b906"}, - {file = "MarkupSafe-2.1.5-cp311-cp311-win_amd64.whl", hash = "sha256:2b7c57a4dfc4f16f7142221afe5ba4e093e09e728ca65c51f5620c9aaeb9a617"}, - {file = "MarkupSafe-2.1.5-cp312-cp312-macosx_10_9_universal2.whl", hash = "sha256:8dec4936e9c3100156f8a2dc89c4b88d5c435175ff03413b443469c7c8c5f4d1"}, - {file = "MarkupSafe-2.1.5-cp312-cp312-macosx_10_9_x86_64.whl", hash = "sha256:3c6b973f22eb18a789b1460b4b91bf04ae3f0c4234a0a6aa6b0a92f6f7b951d4"}, - {file = "MarkupSafe-2.1.5-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:ac07bad82163452a6884fe8fa0963fb98c2346ba78d779ec06bd7a6262132aee"}, - {file = "MarkupSafe-2.1.5-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:f5dfb42c4604dddc8e4305050aa6deb084540643ed5804d7455b5df8fe16f5e5"}, - {file = "MarkupSafe-2.1.5-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:ea3d8a3d18833cf4304cd2fc9cbb1efe188ca9b5efef2bdac7adc20594a0e46b"}, - {file = "MarkupSafe-2.1.5-cp312-cp312-musllinux_1_1_aarch64.whl", hash = "sha256:d050b3361367a06d752db6ead6e7edeb0009be66bc3bae0ee9d97fb326badc2a"}, - {file = "MarkupSafe-2.1.5-cp312-cp312-musllinux_1_1_i686.whl", hash = "sha256:bec0a414d016ac1a18862a519e54b2fd0fc8bbfd6890376898a6c0891dd82e9f"}, - {file = "MarkupSafe-2.1.5-cp312-cp312-musllinux_1_1_x86_64.whl", hash = "sha256:58c98fee265677f63a4385256a6d7683ab1832f3ddd1e66fe948d5880c21a169"}, - {file = "MarkupSafe-2.1.5-cp312-cp312-win32.whl", hash = "sha256:8590b4ae07a35970728874632fed7bd57b26b0102df2d2b233b6d9d82f6c62ad"}, - {file = "MarkupSafe-2.1.5-cp312-cp312-win_amd64.whl", hash = "sha256:823b65d8706e32ad2df51ed89496147a42a2a6e01c13cfb6ffb8b1e92bc910bb"}, - {file = "MarkupSafe-2.1.5-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:c8b29db45f8fe46ad280a7294f5c3ec36dbac9491f2d1c17345be8e69cc5928f"}, - {file = "MarkupSafe-2.1.5-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:ec6a563cff360b50eed26f13adc43e61bc0c04d94b8be985e6fb24b81f6dcfdf"}, - {file = "MarkupSafe-2.1.5-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:a549b9c31bec33820e885335b451286e2969a2d9e24879f83fe904a5ce59d70a"}, - {file = "MarkupSafe-2.1.5-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:4f11aa001c540f62c6166c7726f71f7573b52c68c31f014c25cc7901deea0b52"}, - {file = "MarkupSafe-2.1.5-cp37-cp37m-musllinux_1_1_aarch64.whl", hash = "sha256:7b2e5a267c855eea6b4283940daa6e88a285f5f2a67f2220203786dfa59b37e9"}, - {file = "MarkupSafe-2.1.5-cp37-cp37m-musllinux_1_1_i686.whl", hash = "sha256:2d2d793e36e230fd32babe143b04cec8a8b3eb8a3122d2aceb4a371e6b09b8df"}, - {file = "MarkupSafe-2.1.5-cp37-cp37m-musllinux_1_1_x86_64.whl", hash = "sha256:ce409136744f6521e39fd8e2a24c53fa18ad67aa5bc7c2cf83645cce5b5c4e50"}, - {file = "MarkupSafe-2.1.5-cp37-cp37m-win32.whl", hash = "sha256:4096e9de5c6fdf43fb4f04c26fb114f61ef0bf2e5604b6ee3019d51b69e8c371"}, - {file = "MarkupSafe-2.1.5-cp37-cp37m-win_amd64.whl", hash = "sha256:4275d846e41ecefa46e2015117a9f491e57a71ddd59bbead77e904dc02b1bed2"}, - {file = "MarkupSafe-2.1.5-cp38-cp38-macosx_10_9_universal2.whl", hash = "sha256:656f7526c69fac7f600bd1f400991cc282b417d17539a1b228617081106feb4a"}, - {file = "MarkupSafe-2.1.5-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:97cafb1f3cbcd3fd2b6fbfb99ae11cdb14deea0736fc2b0952ee177f2b813a46"}, - {file = "MarkupSafe-2.1.5-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:1f3fbcb7ef1f16e48246f704ab79d79da8a46891e2da03f8783a5b6fa41a9532"}, - {file = "MarkupSafe-2.1.5-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:fa9db3f79de01457b03d4f01b34cf91bc0048eb2c3846ff26f66687c2f6d16ab"}, - {file = "MarkupSafe-2.1.5-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:ffee1f21e5ef0d712f9033568f8344d5da8cc2869dbd08d87c84656e6a2d2f68"}, - {file = "MarkupSafe-2.1.5-cp38-cp38-musllinux_1_1_aarch64.whl", hash = "sha256:5dedb4db619ba5a2787a94d877bc8ffc0566f92a01c0ef214865e54ecc9ee5e0"}, - {file = "MarkupSafe-2.1.5-cp38-cp38-musllinux_1_1_i686.whl", hash = "sha256:30b600cf0a7ac9234b2638fbc0fb6158ba5bdcdf46aeb631ead21248b9affbc4"}, - {file = "MarkupSafe-2.1.5-cp38-cp38-musllinux_1_1_x86_64.whl", hash = "sha256:8dd717634f5a044f860435c1d8c16a270ddf0ef8588d4887037c5028b859b0c3"}, - {file = "MarkupSafe-2.1.5-cp38-cp38-win32.whl", hash = "sha256:daa4ee5a243f0f20d528d939d06670a298dd39b1ad5f8a72a4275124a7819eff"}, - {file = "MarkupSafe-2.1.5-cp38-cp38-win_amd64.whl", hash = "sha256:619bc166c4f2de5caa5a633b8b7326fbe98e0ccbfacabd87268a2b15ff73a029"}, - {file = "MarkupSafe-2.1.5-cp39-cp39-macosx_10_9_universal2.whl", hash = "sha256:7a68b554d356a91cce1236aa7682dc01df0edba8d043fd1ce607c49dd3c1edcf"}, - {file = "MarkupSafe-2.1.5-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:db0b55e0f3cc0be60c1f19efdde9a637c32740486004f20d1cff53c3c0ece4d2"}, - {file = "MarkupSafe-2.1.5-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:3e53af139f8579a6d5f7b76549125f0d94d7e630761a2111bc431fd820e163b8"}, - {file = "MarkupSafe-2.1.5-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:17b950fccb810b3293638215058e432159d2b71005c74371d784862b7e4683f3"}, - {file = "MarkupSafe-2.1.5-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:4c31f53cdae6ecfa91a77820e8b151dba54ab528ba65dfd235c80b086d68a465"}, - {file = "MarkupSafe-2.1.5-cp39-cp39-musllinux_1_1_aarch64.whl", hash = "sha256:bff1b4290a66b490a2f4719358c0cdcd9bafb6b8f061e45c7a2460866bf50c2e"}, - {file = "MarkupSafe-2.1.5-cp39-cp39-musllinux_1_1_i686.whl", hash = "sha256:bc1667f8b83f48511b94671e0e441401371dfd0f0a795c7daa4a3cd1dde55bea"}, - {file = "MarkupSafe-2.1.5-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:5049256f536511ee3f7e1b3f87d1d1209d327e818e6ae1365e8653d7e3abb6a6"}, - {file = "MarkupSafe-2.1.5-cp39-cp39-win32.whl", hash = "sha256:00e046b6dd71aa03a41079792f8473dc494d564611a8f89bbbd7cb93295ebdcf"}, - {file = "MarkupSafe-2.1.5-cp39-cp39-win_amd64.whl", hash = "sha256:fa173ec60341d6bb97a89f5ea19c85c5643c1e7dedebc22f5181eb73573142c5"}, - {file = "MarkupSafe-2.1.5.tar.gz", hash = "sha256:d283d37a890ba4c1ae73ffadf8046435c76e7bc2247bbb63c00bd1a709c6544b"}, -] - [[package]] name = "matplotlib-inline" version = "0.1.6" @@ -2142,49 +2037,6 @@ files = [ {file = "mdurl-0.1.2.tar.gz", hash = "sha256:bb413d29f5eea38f31dd4754dd7377d4465116fb207585f97bf925588687c1ba"}, ] -[[package]] -name = "moto" -version = "5.0.3" -description = "" -optional = false -python-versions = ">=3.8" -files = [ - {file = "moto-5.0.3-py2.py3-none-any.whl", hash = "sha256:261d312d1d69c2afccb450a0566666d7b75d76ed6a7d00aac278a9633b073ff0"}, - {file = "moto-5.0.3.tar.gz", hash = "sha256:070ac2edf89ad7aee28534481ce68e2f344c8a6a8fefec5427eea0d599bfdbdb"}, -] - -[package.dependencies] -boto3 = ">=1.9.201" -botocore = ">=1.14.0" -cryptography = ">=3.3.1" -Jinja2 = ">=2.10.1" -python-dateutil = ">=2.1,<3.0.0" -requests = ">=2.5" -responses = ">=0.15.0" -werkzeug = ">=0.5,<2.2.0 || >2.2.0,<2.2.1 || >2.2.1" -xmltodict = "*" - -[package.extras] -all = ["PyYAML (>=5.1)", "aws-xray-sdk (>=0.93,!=0.96)", "cfn-lint (>=0.40.0)", "docker (>=3.0.0)", "graphql-core", "joserfc (>=0.9.0)", "jsondiff (>=1.1.2)", "multipart", "openapi-spec-validator (>=0.5.0)", "py-partiql-parser (==0.5.1)", "pyparsing (>=3.0.7)", "setuptools"] -apigateway = ["PyYAML (>=5.1)", "joserfc (>=0.9.0)", "openapi-spec-validator (>=0.5.0)"] -apigatewayv2 = ["PyYAML (>=5.1)", "openapi-spec-validator (>=0.5.0)"] -appsync = ["graphql-core"] -awslambda = ["docker (>=3.0.0)"] -batch = ["docker (>=3.0.0)"] -cloudformation = ["PyYAML (>=5.1)", "aws-xray-sdk (>=0.93,!=0.96)", "cfn-lint (>=0.40.0)", "docker (>=3.0.0)", "graphql-core", "joserfc (>=0.9.0)", "jsondiff (>=1.1.2)", "openapi-spec-validator (>=0.5.0)", "py-partiql-parser (==0.5.1)", "pyparsing (>=3.0.7)", "setuptools"] -cognitoidp = ["joserfc (>=0.9.0)"] -dynamodb = ["docker (>=3.0.0)", "py-partiql-parser (==0.5.1)"] -dynamodbstreams = ["docker (>=3.0.0)", "py-partiql-parser (==0.5.1)"] -glue = ["pyparsing (>=3.0.7)"] -iotdata = ["jsondiff (>=1.1.2)"] -proxy = ["PyYAML (>=5.1)", "aws-xray-sdk (>=0.93,!=0.96)", "cfn-lint (>=0.40.0)", "docker (>=2.5.1)", "graphql-core", "joserfc (>=0.9.0)", "jsondiff (>=1.1.2)", "multipart", "openapi-spec-validator (>=0.5.0)", "py-partiql-parser (==0.5.1)", "pyparsing (>=3.0.7)", "setuptools"] -resourcegroupstaggingapi = ["PyYAML (>=5.1)", "cfn-lint (>=0.40.0)", "docker (>=3.0.0)", "graphql-core", "joserfc (>=0.9.0)", "jsondiff (>=1.1.2)", "openapi-spec-validator (>=0.5.0)", "py-partiql-parser (==0.5.1)", "pyparsing (>=3.0.7)"] -s3 = ["PyYAML (>=5.1)", "py-partiql-parser (==0.5.1)"] -s3crc32c = ["PyYAML (>=5.1)", "crc32c", "py-partiql-parser (==0.5.1)"] -server = ["PyYAML (>=5.1)", "aws-xray-sdk (>=0.93,!=0.96)", "cfn-lint (>=0.40.0)", "docker (>=3.0.0)", "flask (!=2.2.0,!=2.2.1)", "flask-cors", "graphql-core", "joserfc (>=0.9.0)", "jsondiff (>=1.1.2)", "openapi-spec-validator (>=0.5.0)", "py-partiql-parser (==0.5.1)", "pyparsing (>=3.0.7)", "setuptools"] -ssm = ["PyYAML (>=5.1)"] -xray = ["aws-xray-sdk (>=0.93,!=0.96)", "setuptools"] - [[package]] name = "msal" version = "1.27.0" @@ -3265,7 +3117,6 @@ files = [ {file = "PyYAML-6.0.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:69b023b2b4daa7548bcfbd4aa3da05b3a74b772db9e23b982788168117739938"}, {file = "PyYAML-6.0.1-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:81e0b275a9ecc9c0c0c07b4b90ba548307583c125f54d5b6946cfee6360c733d"}, {file = "PyYAML-6.0.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:ba336e390cd8e4d1739f42dfe9bb83a3cc2e80f567d8805e11b46f4a943f5515"}, - {file = "PyYAML-6.0.1-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:326c013efe8048858a6d312ddd31d56e468118ad4cdeda36c719bf5bb6192290"}, {file = "PyYAML-6.0.1-cp310-cp310-win32.whl", hash = "sha256:bd4af7373a854424dabd882decdc5579653d7868b8fb26dc7d0e99f823aa5924"}, {file = "PyYAML-6.0.1-cp310-cp310-win_amd64.whl", hash = "sha256:fd1592b3fdf65fff2ad0004b5e363300ef59ced41c2e6b3a99d4089fa8c5435d"}, {file = "PyYAML-6.0.1-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:6965a7bc3cf88e5a1c3bd2e0b5c22f8d677dc88a455344035f03399034eb3007"}, @@ -3273,16 +3124,8 @@ files = [ {file = "PyYAML-6.0.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:42f8152b8dbc4fe7d96729ec2b99c7097d656dc1213a3229ca5383f973a5ed6d"}, {file = "PyYAML-6.0.1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:062582fca9fabdd2c8b54a3ef1c978d786e0f6b3a1510e0ac93ef59e0ddae2bc"}, {file = "PyYAML-6.0.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:d2b04aac4d386b172d5b9692e2d2da8de7bfb6c387fa4f801fbf6fb2e6ba4673"}, - {file = "PyYAML-6.0.1-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:e7d73685e87afe9f3b36c799222440d6cf362062f78be1013661b00c5c6f678b"}, {file = "PyYAML-6.0.1-cp311-cp311-win32.whl", hash = "sha256:1635fd110e8d85d55237ab316b5b011de701ea0f29d07611174a1b42f1444741"}, {file = "PyYAML-6.0.1-cp311-cp311-win_amd64.whl", hash = "sha256:bf07ee2fef7014951eeb99f56f39c9bb4af143d8aa3c21b1677805985307da34"}, - {file = "PyYAML-6.0.1-cp312-cp312-macosx_10_9_x86_64.whl", hash = "sha256:855fb52b0dc35af121542a76b9a84f8d1cd886ea97c84703eaa6d88e37a2ad28"}, - {file = "PyYAML-6.0.1-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:40df9b996c2b73138957fe23a16a4f0ba614f4c0efce1e9406a184b6d07fa3a9"}, - {file = "PyYAML-6.0.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:a08c6f0fe150303c1c6b71ebcd7213c2858041a7e01975da3a99aed1e7a378ef"}, - {file = "PyYAML-6.0.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:6c22bec3fbe2524cde73d7ada88f6566758a8f7227bfbf93a408a9d86bcc12a0"}, - {file = "PyYAML-6.0.1-cp312-cp312-musllinux_1_1_x86_64.whl", hash = "sha256:8d4e9c88387b0f5c7d5f281e55304de64cf7f9c0021a3525bd3b1c542da3b0e4"}, - {file = "PyYAML-6.0.1-cp312-cp312-win32.whl", hash = "sha256:d483d2cdf104e7c9fa60c544d92981f12ad66a457afae824d146093b8c294c54"}, - {file = "PyYAML-6.0.1-cp312-cp312-win_amd64.whl", hash = "sha256:0d3304d8c0adc42be59c5f8a4d9e3d7379e6955ad754aa9d6ab7a398b59dd1df"}, {file = "PyYAML-6.0.1-cp36-cp36m-macosx_10_9_x86_64.whl", hash = "sha256:50550eb667afee136e9a77d6dc71ae76a44df8b3e51e41b77f6de2932bfe0f47"}, {file = "PyYAML-6.0.1-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:1fe35611261b29bd1de0070f0b2f47cb6ff71fa6595c077e42bd0c419fa27b98"}, {file = "PyYAML-6.0.1-cp36-cp36m-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:704219a11b772aea0d8ecd7058d0082713c3562b4e271b849ad7dc4a5c90c13c"}, @@ -3299,7 +3142,6 @@ files = [ {file = "PyYAML-6.0.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:a0cd17c15d3bb3fa06978b4e8958dcdc6e0174ccea823003a106c7d4d7899ac5"}, {file = "PyYAML-6.0.1-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:28c119d996beec18c05208a8bd78cbe4007878c6dd15091efb73a30e90539696"}, {file = "PyYAML-6.0.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:7e07cbde391ba96ab58e532ff4803f79c4129397514e1413a7dc761ccd755735"}, - {file = "PyYAML-6.0.1-cp38-cp38-musllinux_1_1_x86_64.whl", hash = "sha256:49a183be227561de579b4a36efbb21b3eab9651dd81b1858589f796549873dd6"}, {file = "PyYAML-6.0.1-cp38-cp38-win32.whl", hash = "sha256:184c5108a2aca3c5b3d3bf9395d50893a7ab82a38004c8f61c258d4428e80206"}, {file = "PyYAML-6.0.1-cp38-cp38-win_amd64.whl", hash = "sha256:1e2722cc9fbb45d9b87631ac70924c11d3a401b2d7f410cc0e3bbf249f2dca62"}, {file = "PyYAML-6.0.1-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:9eb6caa9a297fc2c2fb8862bc5370d0303ddba53ba97e71f08023b6cd73d16a8"}, @@ -3307,7 +3149,6 @@ files = [ {file = "PyYAML-6.0.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:5773183b6446b2c99bb77e77595dd486303b4faab2b086e7b17bc6bef28865f6"}, {file = "PyYAML-6.0.1-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:b786eecbdf8499b9ca1d697215862083bd6d2a99965554781d0d8d1ad31e13a0"}, {file = "PyYAML-6.0.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:bc1bf2925a1ecd43da378f4db9e4f799775d6367bdb94671027b73b393a7c42c"}, - {file = "PyYAML-6.0.1-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:04ac92ad1925b2cff1db0cfebffb6ffc43457495c9b3c39d3fcae417d7125dc5"}, {file = "PyYAML-6.0.1-cp39-cp39-win32.whl", hash = "sha256:faca3bdcf85b2fc05d06ff3fbc1f83e1391b3e724afa3feba7d13eeab355484c"}, {file = "PyYAML-6.0.1-cp39-cp39-win_amd64.whl", hash = "sha256:510c9deebc5c0225e8c96813043e62b680ba2f9c50a08d3724c7f28a747d1486"}, {file = "PyYAML-6.0.1.tar.gz", hash = "sha256:bfdf460b1736c775f2ba9f6a92bca30bc2095067b8a9d77876d1fad6cc3b4a43"}, @@ -3507,25 +3348,6 @@ files = [ [package.dependencies] requests = ">=2.0.1,<3.0.0" -[[package]] -name = "responses" -version = "0.25.0" -description = "A utility library for mocking out the `requests` Python library." -optional = false -python-versions = ">=3.8" -files = [ - {file = "responses-0.25.0-py3-none-any.whl", hash = "sha256:2f0b9c2b6437db4b528619a77e5d565e4ec2a9532162ac1a131a83529db7be1a"}, - {file = "responses-0.25.0.tar.gz", hash = "sha256:01ae6a02b4f34e39bffceb0fc6786b67a25eae919c6368d05eabc8d9576c2a66"}, -] - -[package.dependencies] -pyyaml = "*" -requests = ">=2.30.0,<3.0" -urllib3 = ">=1.25.10,<3.0" - -[package.extras] -tests = ["coverage (>=6.0.0)", "flake8", "mypy", "pytest (>=7.0.0)", "pytest-asyncio", "pytest-cov", "pytest-httpserver", "tomli", "tomli-w", "types-PyYAML", "types-requests"] - [[package]] name = "rich" version = "13.7.0" @@ -3602,23 +3424,6 @@ fsspec = "2024.2.0" awscli = ["aiobotocore[awscli] (>=2.5.4,<3.0.0)"] boto3 = ["aiobotocore[boto3] (>=2.5.4,<3.0.0)"] -[[package]] -name = "s3transfer" -version = "0.10.0" -description = "An Amazon S3 Transfer Manager" -optional = false -python-versions = ">= 3.8" -files = [ - {file = "s3transfer-0.10.0-py3-none-any.whl", hash = "sha256:3cdb40f5cfa6966e812209d0994f2a4709b561c88e90cf00c2696d2df4e56b2e"}, - {file = "s3transfer-0.10.0.tar.gz", hash = "sha256:d0c8bbf672d5eebbe4e57945e23b972d963f07d82f661cabf678a5c88831595b"}, -] - -[package.dependencies] -botocore = ">=1.33.2,<2.0a.0" - -[package.extras] -crt = ["botocore[crt] (>=1.33.2,<2.0a.0)"] - [[package]] name = "scikit-learn" version = "1.3.2" @@ -4062,23 +3867,6 @@ files = [ {file = "wcwidth-0.2.13.tar.gz", hash = "sha256:72ea0c06399eb286d978fdedb6923a9eb47e1c486ce63e9b4e64fc18303972b5"}, ] -[[package]] -name = "werkzeug" -version = "3.0.1" -description = "The comprehensive WSGI web application library." -optional = false -python-versions = ">=3.8" -files = [ - {file = "werkzeug-3.0.1-py3-none-any.whl", hash = "sha256:90a285dc0e42ad56b34e696398b8122ee4c681833fb35b8334a095d82c56da10"}, - {file = "werkzeug-3.0.1.tar.gz", hash = "sha256:507e811ecea72b18a404947aded4b3390e1db8f826b494d76550ef45bb3b1dcc"}, -] - -[package.dependencies] -MarkupSafe = ">=2.1.1" - -[package.extras] -watchdog = ["watchdog (>=2.3)"] - [[package]] name = "wrapt" version = "1.16.0" @@ -4158,17 +3946,6 @@ files = [ {file = "wrapt-1.16.0.tar.gz", hash = "sha256:5f370f952971e7d17c7d1ead40e49f32345a7f7a5373571ef44d800d06b1899d"}, ] -[[package]] -name = "xmltodict" -version = "0.13.0" -description = "Makes working with XML feel like you are working with JSON" -optional = false -python-versions = ">=3.4" -files = [ - {file = "xmltodict-0.13.0-py2.py3-none-any.whl", hash = "sha256:aa89e8fd76320154a40d19a0df04a4695fb9dc5ba977cbb68ab3e4eb225e7852"}, - {file = "xmltodict-0.13.0.tar.gz", hash = "sha256:341595a488e3e01a85a9d8911d8912fd922ede5fecc4dce437eb4b6c8d037e56"}, -] - [[package]] name = "yarl" version = "1.9.4" @@ -4275,4 +4052,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = ">=3.11,<3.12" -content-hash = "4822cf3eb94997ed51dcd3b5f83ac5d63b5a52c35014e2d47869572db761d203" +content-hash = "d0c571aa75d95e5d3745fcb2d8ebb873c1bffcb61e37891313ff601fc73e6256" diff --git a/pyproject.toml b/pyproject.toml index be3251a0..54d2cf9b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -51,7 +51,6 @@ isort = "^5.12.0" mypy = "^1.7.0" pre-commit = "^3.5.0" flake8 = ">=6.1,<8.0" -moto = "^5.0.2" ipdb = "^0.13.13" bump2version = "^1.0.1" cloudpickle = ">=2.2.1,<4.0.0" diff --git a/requirements.txt b/requirements.txt index d8c98067..16527529 100644 --- a/requirements.txt +++ b/requirements.txt @@ -93,13 +93,13 @@ alephclient==2.3.6 ; python_version >= "3.11" and python_version < "3.12" \ annotated-types==0.6.0 ; python_version >= "3.11" and python_version < "3.12" \ --hash=sha256:0641064de18ba7a25dee8f96403ebc39113d0cb953a01429249d5c7564666a43 \ --hash=sha256:563339e807e53ffd9c267e99fc6d9ea23eb8443c08f112651963e24e22f84a5d -anystore==0.0.6 ; python_version >= "3.11" and python_version < "3.12" \ - --hash=sha256:744a54140c65a0b628979ec8264c0a1e7b50c12123bfa23875007d717a23f05f \ - --hash=sha256:a4cb1ce8a34862da0d0019347d7e89a524210e437a66e89ec70af44b28995ea3 +anystore==0.1.0 ; python_version >= "3.11" and python_version < "3.12" \ + --hash=sha256:9ffb88a727e9053c9f43667f90692058ab290ae44c859f334f05258bfb911a8f \ + --hash=sha256:b5787df7b21f68535c81ab90d8265932e19a4dd7b27d9a59300b138a8fd2037b asttokens==2.4.1 ; python_version >= "3.11" and python_version < "3.12" \ --hash=sha256:051ed49c3dcae8913ea7cd08e46a606dba30b79993209636c4875bc1d637bc24 \ --hash=sha256:b03869718ba9a6eb027e134bfdf69f38a236d681c83c160d510768af11254ba0 -async-timeout==4.0.3 ; python_version >= "3.11" and python_full_version <= "3.11.2" \ +async-timeout==4.0.3 ; python_version >= "3.11" and python_full_version < "3.11.3" \ --hash=sha256:4640d96be84d82d02ed59ea2b7105a0f7b33abe8703703cd0ab0bf87c427522f \ --hash=sha256:7405140ff1230c310e51dc27b3145b9092d659ce68ff733fb0cefe3ee42be028 attrs==23.2.0 ; python_version >= "3.11" and python_version < "3.12" \ @@ -146,9 +146,6 @@ black==24.2.0 ; python_version >= "3.11" and python_version < "3.12" \ --hash=sha256:e37c99f89929af50ffaf912454b3e3b47fd64109659026b678c091a4cd450fb2 \ --hash=sha256:e8a6ae970537e67830776488bca52000eaa37fa63b9988e8c487458d9cd5ace6 \ --hash=sha256:faf2ee02e6612577ba0181f4347bcbcf591eb122f7841ae5ba233d12c39dcb4d -boto3==1.34.34 ; python_version >= "3.11" and python_version < "3.12" \ - --hash=sha256:33a8b6d9136fa7427160edb92d2e50f2035f04e9d63a2d1027349053e12626aa \ - --hash=sha256:b2f321e20966f021ec800b7f2c01287a3dd04fc5965acdfbaa9c505a24ca45d1 botocore==1.34.34 ; python_version >= "3.11" and python_version < "3.12" \ --hash=sha256:54093dc97372bb7683f5c61a279aa8240408abf3b2cc494ae82a9a90c1b784b5 \ --hash=sha256:cd060b0d88ebb2b893f1411c1db7f2ba66cc18e52dcc57ad029564ef5fec437b @@ -765,9 +762,6 @@ jellyfish==1.0.3 ; python_version >= "3.11" and python_version < "3.12" \ --hash=sha256:fab07dedd2d30af9da37c1b80c0a44bde8e2dbff240064beaf33bb6d6d6b3228 \ --hash=sha256:face52972a7c8d2538aec5bdbc4c863a7f2b3c5def88a6e6977fcaec8acefc92 \ --hash=sha256:fafbc56ceaf88563aaf40b00c90b3a75d2d115a01082170091cab77fb14ca8d5 -jinja2==3.1.3 ; python_version >= "3.11" and python_version < "3.12" \ - --hash=sha256:7d6d50dd97d52cbc355597bd845fabfbac3f551e1f99619e39a35ce8c370b5fa \ - --hash=sha256:ac8bd6544d4bb2c9792bf3a159e80bba8fda7f07e81bc3aed565432d5925ba90 jmespath==1.0.1 ; python_version >= "3.11" and python_version < "3.12" \ --hash=sha256:02e2e4cc71b5bcab88332eebf907519190dd9e6e82107fa7f83b1003a6252980 \ --hash=sha256:90261b206d6defd58fdd5e85f478bf633a2901798906be2ad389150c5c60edbe @@ -982,67 +976,6 @@ markdown-it-py==3.0.0 ; python_version >= "3.11" and python_version < "3.12" \ markdown-it-py[linkify,plugins]==3.0.0 ; python_version >= "3.11" and python_version < "3.12" \ --hash=sha256:355216845c60bd96232cd8d8c40e8f9765cc86f46880e43a8fd22dc1a1a8cab1 \ --hash=sha256:e3f60a94fa066dc52ec76661e37c851cb232d92f9886b15cb560aaada2df8feb -markupsafe==2.1.5 ; python_version >= "3.11" and python_version < "3.12" \ - --hash=sha256:00e046b6dd71aa03a41079792f8473dc494d564611a8f89bbbd7cb93295ebdcf \ - --hash=sha256:075202fa5b72c86ad32dc7d0b56024ebdbcf2048c0ba09f1cde31bfdd57bcfff \ - --hash=sha256:0e397ac966fdf721b2c528cf028494e86172b4feba51d65f81ffd65c63798f3f \ - --hash=sha256:17b950fccb810b3293638215058e432159d2b71005c74371d784862b7e4683f3 \ - --hash=sha256:1f3fbcb7ef1f16e48246f704ab79d79da8a46891e2da03f8783a5b6fa41a9532 \ - --hash=sha256:2174c595a0d73a3080ca3257b40096db99799265e1c27cc5a610743acd86d62f \ - --hash=sha256:2b7c57a4dfc4f16f7142221afe5ba4e093e09e728ca65c51f5620c9aaeb9a617 \ - --hash=sha256:2d2d793e36e230fd32babe143b04cec8a8b3eb8a3122d2aceb4a371e6b09b8df \ - --hash=sha256:30b600cf0a7ac9234b2638fbc0fb6158ba5bdcdf46aeb631ead21248b9affbc4 \ - --hash=sha256:397081c1a0bfb5124355710fe79478cdbeb39626492b15d399526ae53422b906 \ - --hash=sha256:3a57fdd7ce31c7ff06cdfbf31dafa96cc533c21e443d57f5b1ecc6cdc668ec7f \ - --hash=sha256:3c6b973f22eb18a789b1460b4b91bf04ae3f0c4234a0a6aa6b0a92f6f7b951d4 \ - --hash=sha256:3e53af139f8579a6d5f7b76549125f0d94d7e630761a2111bc431fd820e163b8 \ - --hash=sha256:4096e9de5c6fdf43fb4f04c26fb114f61ef0bf2e5604b6ee3019d51b69e8c371 \ - --hash=sha256:4275d846e41ecefa46e2015117a9f491e57a71ddd59bbead77e904dc02b1bed2 \ - --hash=sha256:4c31f53cdae6ecfa91a77820e8b151dba54ab528ba65dfd235c80b086d68a465 \ - --hash=sha256:4f11aa001c540f62c6166c7726f71f7573b52c68c31f014c25cc7901deea0b52 \ - --hash=sha256:5049256f536511ee3f7e1b3f87d1d1209d327e818e6ae1365e8653d7e3abb6a6 \ - --hash=sha256:58c98fee265677f63a4385256a6d7683ab1832f3ddd1e66fe948d5880c21a169 \ - --hash=sha256:598e3276b64aff0e7b3451b72e94fa3c238d452e7ddcd893c3ab324717456bad \ - --hash=sha256:5b7b716f97b52c5a14bffdf688f971b2d5ef4029127f1ad7a513973cfd818df2 \ - --hash=sha256:5dedb4db619ba5a2787a94d877bc8ffc0566f92a01c0ef214865e54ecc9ee5e0 \ - --hash=sha256:619bc166c4f2de5caa5a633b8b7326fbe98e0ccbfacabd87268a2b15ff73a029 \ - --hash=sha256:629ddd2ca402ae6dbedfceeba9c46d5f7b2a61d9749597d4307f943ef198fc1f \ - --hash=sha256:656f7526c69fac7f600bd1f400991cc282b417d17539a1b228617081106feb4a \ - --hash=sha256:6ec585f69cec0aa07d945b20805be741395e28ac1627333b1c5b0105962ffced \ - --hash=sha256:72b6be590cc35924b02c78ef34b467da4ba07e4e0f0454a2c5907f473fc50ce5 \ - --hash=sha256:7502934a33b54030eaf1194c21c692a534196063db72176b0c4028e140f8f32c \ - --hash=sha256:7a68b554d356a91cce1236aa7682dc01df0edba8d043fd1ce607c49dd3c1edcf \ - --hash=sha256:7b2e5a267c855eea6b4283940daa6e88a285f5f2a67f2220203786dfa59b37e9 \ - --hash=sha256:823b65d8706e32ad2df51ed89496147a42a2a6e01c13cfb6ffb8b1e92bc910bb \ - --hash=sha256:8590b4ae07a35970728874632fed7bd57b26b0102df2d2b233b6d9d82f6c62ad \ - --hash=sha256:8dd717634f5a044f860435c1d8c16a270ddf0ef8588d4887037c5028b859b0c3 \ - --hash=sha256:8dec4936e9c3100156f8a2dc89c4b88d5c435175ff03413b443469c7c8c5f4d1 \ - --hash=sha256:97cafb1f3cbcd3fd2b6fbfb99ae11cdb14deea0736fc2b0952ee177f2b813a46 \ - --hash=sha256:a17a92de5231666cfbe003f0e4b9b3a7ae3afb1ec2845aadc2bacc93ff85febc \ - --hash=sha256:a549b9c31bec33820e885335b451286e2969a2d9e24879f83fe904a5ce59d70a \ - --hash=sha256:ac07bad82163452a6884fe8fa0963fb98c2346ba78d779ec06bd7a6262132aee \ - --hash=sha256:ae2ad8ae6ebee9d2d94b17fb62763125f3f374c25618198f40cbb8b525411900 \ - --hash=sha256:b91c037585eba9095565a3556f611e3cbfaa42ca1e865f7b8015fe5c7336d5a5 \ - --hash=sha256:bc1667f8b83f48511b94671e0e441401371dfd0f0a795c7daa4a3cd1dde55bea \ - --hash=sha256:bec0a414d016ac1a18862a519e54b2fd0fc8bbfd6890376898a6c0891dd82e9f \ - --hash=sha256:bf50cd79a75d181c9181df03572cdce0fbb75cc353bc350712073108cba98de5 \ - --hash=sha256:bff1b4290a66b490a2f4719358c0cdcd9bafb6b8f061e45c7a2460866bf50c2e \ - --hash=sha256:c061bb86a71b42465156a3ee7bd58c8c2ceacdbeb95d05a99893e08b8467359a \ - --hash=sha256:c8b29db45f8fe46ad280a7294f5c3ec36dbac9491f2d1c17345be8e69cc5928f \ - --hash=sha256:ce409136744f6521e39fd8e2a24c53fa18ad67aa5bc7c2cf83645cce5b5c4e50 \ - --hash=sha256:d050b3361367a06d752db6ead6e7edeb0009be66bc3bae0ee9d97fb326badc2a \ - --hash=sha256:d283d37a890ba4c1ae73ffadf8046435c76e7bc2247bbb63c00bd1a709c6544b \ - --hash=sha256:d9fad5155d72433c921b782e58892377c44bd6252b5af2f67f16b194987338a4 \ - --hash=sha256:daa4ee5a243f0f20d528d939d06670a298dd39b1ad5f8a72a4275124a7819eff \ - --hash=sha256:db0b55e0f3cc0be60c1f19efdde9a637c32740486004f20d1cff53c3c0ece4d2 \ - --hash=sha256:e61659ba32cf2cf1481e575d0462554625196a1f2fc06a1c777d3f48e8865d46 \ - --hash=sha256:ea3d8a3d18833cf4304cd2fc9cbb1efe188ca9b5efef2bdac7adc20594a0e46b \ - --hash=sha256:ec6a563cff360b50eed26f13adc43e61bc0c04d94b8be985e6fb24b81f6dcfdf \ - --hash=sha256:f5dfb42c4604dddc8e4305050aa6deb084540643ed5804d7455b5df8fe16f5e5 \ - --hash=sha256:fa173ec60341d6bb97a89f5ea19c85c5643c1e7dedebc22f5181eb73573142c5 \ - --hash=sha256:fa9db3f79de01457b03d4f01b34cf91bc0048eb2c3846ff26f66687c2f6d16ab \ - --hash=sha256:fce659a462a1be54d2ffcacea5e3ba2d74daa74f30f5f143fe0c58636e355fdd \ - --hash=sha256:ffee1f21e5ef0d712f9033568f8344d5da8cc2869dbd08d87c84656e6a2d2f68 matplotlib-inline==0.1.6 ; python_version >= "3.11" and python_version < "3.12" \ --hash=sha256:f1f41aab5328aa5aaea9b16d083b128102f8712542f819fe7e6a420ff581b311 \ --hash=sha256:f887e5f10ba98e8d2b150ddcf4702c1e5f8b3a20005eb0f74bfdbd360ee6f304 @@ -1055,9 +988,6 @@ mdit-py-plugins==0.4.0 ; python_version >= "3.11" and python_version < "3.12" \ mdurl==0.1.2 ; python_version >= "3.11" and python_version < "3.12" \ --hash=sha256:84008a41e51615a49fc9966191ff91509e3c40b939176e643fd50a5c2196b8f8 \ --hash=sha256:bb413d29f5eea38f31dd4754dd7377d4465116fb207585f97bf925588687c1ba -moto==5.0.2 ; python_version >= "3.11" and python_version < "3.12" \ - --hash=sha256:71bb832a18b64f10fc4cec117b9b0e2305e5831d9a17eb74f6b9819ed7613843 \ - --hash=sha256:7e27395e5c63ff9554ae14b5baa41bfe6d6b1be0e59eb02977c6ce28411246de msal-extensions==1.1.0 ; python_version >= "3.11" and python_version < "3.12" \ --hash=sha256:01be9711b4c0b1a151450068eeb2c4f0997df3bba085ac299de3a66f585e382f \ --hash=sha256:6ab357867062db7b253d0bd2df6d411c7891a0ee7308d54d1e4317c1d1c54252 @@ -1158,43 +1088,43 @@ multidict==6.0.5 ; python_version >= "3.11" and python_version < "3.12" \ mypy-extensions==1.0.0 ; python_version >= "3.11" and python_version < "3.12" \ --hash=sha256:4392f6c0eb8a5668a69e23d168ffa70f0be9ccfd32b5cc2d26a34ae5b844552d \ --hash=sha256:75dbf8955dc00442a438fc4d0666508a9a97b6bd41aa2f0ffe9d2f2725af0782 -mypy==1.8.0 ; python_version >= "3.11" and python_version < "3.12" \ - --hash=sha256:028cf9f2cae89e202d7b6593cd98db6759379f17a319b5faf4f9978d7084cdc6 \ - --hash=sha256:2afecd6354bbfb6e0160f4e4ad9ba6e4e003b767dd80d85516e71f2e955ab50d \ - --hash=sha256:2b5b6c721bd4aabaadead3a5e6fa85c11c6c795e0c81a7215776ef8afc66de02 \ - --hash=sha256:42419861b43e6962a649068a61f4a4839205a3ef525b858377a960b9e2de6e0d \ - --hash=sha256:42c6680d256ab35637ef88891c6bd02514ccb7e1122133ac96055ff458f93fc3 \ - --hash=sha256:485a8942f671120f76afffff70f259e1cd0f0cfe08f81c05d8816d958d4577d3 \ - --hash=sha256:4c886c6cce2d070bd7df4ec4a05a13ee20c0aa60cb587e8d1265b6c03cf91da3 \ - --hash=sha256:4e6d97288757e1ddba10dd9549ac27982e3e74a49d8d0179fc14d4365c7add66 \ - --hash=sha256:4ef4be7baf08a203170f29e89d79064463b7fc7a0908b9d0d5114e8009c3a259 \ - --hash=sha256:51720c776d148bad2372ca21ca29256ed483aa9a4cdefefcef49006dff2a6835 \ - --hash=sha256:52825b01f5c4c1c4eb0db253ec09c7aa17e1a7304d247c48b6f3599ef40db8bd \ - --hash=sha256:538fd81bb5e430cc1381a443971c0475582ff9f434c16cd46d2c66763ce85d9d \ - --hash=sha256:5c1538c38584029352878a0466f03a8ee7547d7bd9f641f57a0f3017a7c905b8 \ - --hash=sha256:6ff8b244d7085a0b425b56d327b480c3b29cafbd2eff27316a004f9a7391ae07 \ - --hash=sha256:7178def594014aa6c35a8ff411cf37d682f428b3b5617ca79029d8ae72f5402b \ - --hash=sha256:720a5ca70e136b675af3af63db533c1c8c9181314d207568bbe79051f122669e \ - --hash=sha256:7f1478736fcebb90f97e40aff11a5f253af890c845ee0c850fe80aa060a267c6 \ - --hash=sha256:855fe27b80375e5c5878492f0729540db47b186509c98dae341254c8f45f42ae \ - --hash=sha256:8963b83d53ee733a6e4196954502b33567ad07dfd74851f32be18eb932fb1cb9 \ - --hash=sha256:9261ed810972061388918c83c3f5cd46079d875026ba97380f3e3978a72f503d \ - --hash=sha256:99b00bc72855812a60d253420d8a2eae839b0afa4938f09f4d2aa9bb4654263a \ - --hash=sha256:ab3c84fa13c04aeeeabb2a7f67a25ef5d77ac9d6486ff33ded762ef353aa5592 \ - --hash=sha256:afe3fe972c645b4632c563d3f3eff1cdca2fa058f730df2b93a35e3b0c538218 \ - --hash=sha256:d19c413b3c07cbecf1f991e2221746b0d2a9410b59cb3f4fb9557f0365a1a817 \ - --hash=sha256:df9824ac11deaf007443e7ed2a4a26bebff98d2bc43c6da21b2b64185da011c4 \ - --hash=sha256:e46f44b54ebddbeedbd3d5b289a893219065ef805d95094d16a0af6630f5d410 \ - --hash=sha256:f5ac9a4eeb1ec0f1ccdc6f326bcdb464de5f80eb07fb38b5ddd7b0de6bc61e55 +mypy==1.9.0 ; python_version >= "3.11" and python_version < "3.12" \ + --hash=sha256:0235391f1c6f6ce487b23b9dbd1327b4ec33bb93934aa986efe8a9563d9349e6 \ + --hash=sha256:190da1ee69b427d7efa8aa0d5e5ccd67a4fb04038c380237a0d96829cb157913 \ + --hash=sha256:2418488264eb41f69cc64a69a745fad4a8f86649af4b1041a4c64ee61fc61129 \ + --hash=sha256:3a3c007ff3ee90f69cf0a15cbcdf0995749569b86b6d2f327af01fd1b8aee9dc \ + --hash=sha256:3cc5da0127e6a478cddd906068496a97a7618a21ce9b54bde5bf7e539c7af974 \ + --hash=sha256:48533cdd345c3c2e5ef48ba3b0d3880b257b423e7995dada04248725c6f77374 \ + --hash=sha256:49c87c15aed320de9b438ae7b00c1ac91cd393c1b854c2ce538e2a72d55df150 \ + --hash=sha256:4d3dbd346cfec7cb98e6cbb6e0f3c23618af826316188d587d1c1bc34f0ede03 \ + --hash=sha256:571741dc4194b4f82d344b15e8837e8c5fcc462d66d076748142327626a1b6e9 \ + --hash=sha256:587ce887f75dd9700252a3abbc9c97bbe165a4a630597845c61279cf32dfbf02 \ + --hash=sha256:5d741d3fc7c4da608764073089e5f58ef6352bedc223ff58f2f038c2c4698a89 \ + --hash=sha256:5e6061f44f2313b94f920e91b204ec600982961e07a17e0f6cd83371cb23f5c2 \ + --hash=sha256:61758fabd58ce4b0720ae1e2fea5cfd4431591d6d590b197775329264f86311d \ + --hash=sha256:653265f9a2784db65bfca694d1edd23093ce49740b2244cde583aeb134c008f3 \ + --hash=sha256:68edad3dc7d70f2f17ae4c6c1b9471a56138ca22722487eebacfd1eb5321d612 \ + --hash=sha256:81a10926e5473c5fc3da8abb04119a1f5811a236dc3a38d92015cb1e6ba4cb9e \ + --hash=sha256:85ca5fcc24f0b4aeedc1d02f93707bccc04733f21d41c88334c5482219b1ccb3 \ + --hash=sha256:a260627a570559181a9ea5de61ac6297aa5af202f06fd7ab093ce74e7181e43e \ + --hash=sha256:aceb1db093b04db5cd390821464504111b8ec3e351eb85afd1433490163d60cd \ + --hash=sha256:b685154e22e4e9199fc95f298661deea28aaede5ae16ccc8cbb1045e716b3e04 \ + --hash=sha256:d357423fa57a489e8c47b7c85dfb96698caba13d66e086b412298a1a0ea3b0ed \ + --hash=sha256:d4d5ddc13421ba3e2e082a6c2d74c2ddb3979c39b582dacd53dd5d9431237185 \ + --hash=sha256:e49499be624dead83927e70c756970a0bc8240e9f769389cdf5714b0784ca6bf \ + --hash=sha256:e54396d70be04b34f31d2edf3362c1edd023246c82f1730bbf8768c28db5361b \ + --hash=sha256:f88566144752999351725ac623471661c9d1cd8caa0134ff98cceeea181789f4 \ + --hash=sha256:f8a67616990062232ee4c3952f41c779afac41405806042a8126fe96e098419f \ + --hash=sha256:fe28657de3bfec596bbeef01cb219833ad9d38dd5393fc649f4b366840baefe6 networkx==3.2.1 ; python_version >= "3.11" and python_version < "3.12" \ --hash=sha256:9f1bb5cf3409bf324e0a722c20bdb4c20ee39bf1c30ce8ae499c8502b0b5e0c6 \ --hash=sha256:f18c69adc97877c42332c170849c96cefa91881c99a7cb3e95b7c659ebdc1ec2 nodeenv==1.8.0 ; python_version >= "3.11" and python_version < "3.12" \ --hash=sha256:d51e0c37e64fbf47d017feac3145cdbb58836d7eee8c6f6d3b6880c5456227d2 \ --hash=sha256:df865724bb3c3adc86b3876fa209771517b0cfe596beff01a92700e0e8be4cec -nomenklatura==3.10.4 ; python_version >= "3.11" and python_version < "3.12" \ - --hash=sha256:047a2684fa8b114807a48001304cbe5284ccc00f8439ace976567ff12d7d2e17 \ - --hash=sha256:92b1fbc2116f2a0280bf4edef8c21c530fd8ebe18086c4dff0c67349331a2a38 +nomenklatura==3.10.5 ; python_version >= "3.11" and python_version < "3.12" \ + --hash=sha256:918633e2f25ed078c32eb40f608432246d69ee39bbd2f7b6445545fca6a93ab6 \ + --hash=sha256:f6e95fb2d5ec52ee0bf77bf2061f707a079806acf2a8a6c0e2647dc30d6724f5 normality==2.5.0 ; python_version >= "3.11" and python_version < "3.12" \ --hash=sha256:a55133e972b81c4a3bf8b6dc419f262f94a4fd6f636297046f74d35c93abe153 \ --hash=sha256:d9f48daf32e351e88b9e372787c1da437df9d0d818aec6e2834b02102378df62 @@ -1447,9 +1377,9 @@ pydantic-core==2.16.3 ; python_version >= "3.11" and python_version < "3.12" \ pydantic-settings==2.2.1 ; python_version >= "3.11" and python_version < "3.12" \ --hash=sha256:00b9f6a5e95553590434c0fa01ead0b216c3e10bc54ae02e37f359948643c5ed \ --hash=sha256:0235391d26db4d2190cb9b31051c4b46882d28a51533f97440867f012d4da091 -pydantic==2.6.2 ; python_version >= "3.11" and python_version < "3.12" \ - --hash=sha256:37a5432e54b12fecaa1049c5195f3d860a10e01bdfd24f1840ef14bd0d3aeab3 \ - --hash=sha256:a09be1c3d28f3abe37f8a78af58284b236a92ce520105ddc91a6d29ea1176ba7 +pydantic==2.6.4 ; python_version >= "3.11" and python_version < "3.12" \ + --hash=sha256:b1704e0847db01817624a6b86766967f552dd9dbf3afba4004409f908dcc84e6 \ + --hash=sha256:cc46fce86607580867bdc3361ad462bab9c222ef042d3da86f2fb333e1d916c5 pyflakes==3.2.0 ; python_version >= "3.11" and python_version < "3.12" \ --hash=sha256:1c61603ff154621fb2a9172037d84dca3500def8c8b630657d1701f026f8af3f \ --hash=sha256:84b5be138a2dfbb40689ca07e2152deb896a65c3a3e24c251c5c62489568074a @@ -1470,9 +1400,9 @@ pytest-cov==4.1.0 ; python_version >= "3.11" and python_version < "3.12" \ pytest-env==1.1.3 ; python_version >= "3.11" and python_version < "3.12" \ --hash=sha256:aada77e6d09fcfb04540a6e462c58533c37df35fa853da78707b17ec04d17dfc \ --hash=sha256:fcd7dc23bb71efd3d35632bde1bbe5ee8c8dc4489d6617fb010674880d96216b -pytest==8.0.1 ; python_version >= "3.11" and python_version < "3.12" \ - --hash=sha256:267f6563751877d772019b13aacbe4e860d73fe8f651f28112e9ac37de7513ae \ - --hash=sha256:3e4f16fe1c0a9dc9d9389161c127c3edc5d810c38d6793042fb81d9f48a59fca +pytest==8.1.1 ; python_version >= "3.11" and python_version < "3.12" \ + --hash=sha256:2a8386cfc11fa9d2c50ee7b2a57e7d898ef90470a7a34c4b949ff59662bb78b7 \ + --hash=sha256:ac978141a75948948817d360297b7aae0fcb9d6ff6bc9ec6d514b85d5a65c044 python-dateutil==2.8.2 ; python_version >= "3.11" and python_version < "3.12" \ --hash=sha256:0123cacc1627ae19ddf3c27a5de5bd67ee4586fbdd6440d9748f8abb483d3e86 \ --hash=sha256:961d03dc3453ebbc59dbdea9e4e11c5651520a876d0f4db161e8674aae935da9 @@ -1638,9 +1568,9 @@ rapidfuzz==3.6.1 ; python_version >= "3.11" and python_version < "3.12" \ rdflib==7.0.0 ; python_version >= "3.11" and python_version < "3.12" \ --hash=sha256:0438920912a642c866a513de6fe8a0001bd86ef975057d6962c79ce4771687cd \ --hash=sha256:9995eb8569428059b8c1affd26b25eac510d64f5043d9ce8c84e0d0036e995ae -redis==5.0.1 ; python_version >= "3.11" and python_version < "3.12" \ - --hash=sha256:0dab495cd5753069d3bc650a0dde8a8f9edde16fc5691b689a566eda58100d0f \ - --hash=sha256:ed4802971884ae19d640775ba3b03aa2e7bd5e8fb8dfaed2decce4d0fc48391f +redis==5.0.3 ; python_version >= "3.11" and python_version < "3.12" \ + --hash=sha256:4973bae7444c0fbed64a06b87446f79361cb7e4ec1538c022d696ed7a5015580 \ + --hash=sha256:5da9b8fe9e1254293756c16c008e8620b3d15fcc6dde6babde9541850e72a32d requests-oauthlib==1.3.1 ; python_version >= "3.11" and python_version < "3.12" \ --hash=sha256:2577c501a2fb8d05a304c09d090d6e47c306fef15809d102b327cf8364bddab5 \ --hash=sha256:75beac4a47881eeb94d5ea5d6ad31ef88856affe2332b9aafb52c6452ccf0d7a @@ -1650,9 +1580,6 @@ requests-toolbelt==1.0.0 ; python_version >= "3.11" and python_version < "3.12" requests==2.31.0 ; python_version >= "3.11" and python_version < "3.12" \ --hash=sha256:58cd2187c01e70e6e26505bca751777aa9f2ee0b7f4300988b709f44e013003f \ --hash=sha256:942c5a758f98d790eaed1a29cb6eefc7ffb0d1cf7af05c3d2791656dbd6ad1e1 -responses==0.25.0 ; python_version >= "3.11" and python_version < "3.12" \ - --hash=sha256:01ae6a02b4f34e39bffceb0fc6786b67a25eae919c6368d05eabc8d9576c2a66 \ - --hash=sha256:2f0b9c2b6437db4b528619a77e5d565e4ec2a9532162ac1a131a83529db7be1a rich==13.7.0 ; python_version >= "3.11" and python_version < "3.12" \ --hash=sha256:5cb5123b5cf9ee70584244246816e9114227e0b98ad9176eede6ad54bf5403fa \ --hash=sha256:6da14c108c4866ee9520bbffa71f6fe3962e193b7da68720583850cd4548e235 @@ -1664,9 +1591,6 @@ rsa==4.9 ; python_version >= "3.11" and python_version < "3.12" \ s3fs==2024.2.0 ; python_version >= "3.11" and python_version < "3.12" \ --hash=sha256:c140de37175c157cb662aa6ad7423365df732ac5f10ef5bf7b76078c6333a942 \ --hash=sha256:f8064f522ad088b56b043047c825734847c0269df19f2613c956d4c20de15b62 -s3transfer==0.10.0 ; python_version >= "3.11" and python_version < "3.12" \ - --hash=sha256:3cdb40f5cfa6966e812209d0994f2a4709b561c88e90cf00c2696d2df4e56b2e \ - --hash=sha256:d0c8bbf672d5eebbe4e57945e23b972d963f07d82f661cabf678a5c88831595b scikit-learn==1.3.2 ; python_version >= "3.11" and python_version < "3.12" \ --hash=sha256:0402638c9a7c219ee52c94cbebc8fcb5eb9fe9c773717965c1f4185588ad3107 \ --hash=sha256:0ee107923a623b9f517754ea2f69ea3b62fc898a3641766cb7deb2f2ce450161 \ @@ -1735,56 +1659,56 @@ sortedcontainers==2.4.0 ; python_version >= "3.11" and python_version < "3.12" \ sqlalchemy2-stubs==0.0.2a38 ; python_version >= "3.11" and python_version < "3.12" \ --hash=sha256:861d722abeb12f13eacd775a9f09379b11a5a9076f469ccd4099961b95800f9e \ --hash=sha256:b62aa46943807287550e2033dafe07564b33b6a815fbaa3c144e396f9cc53bcb -sqlalchemy==2.0.27 ; python_version >= "3.11" and python_version < "3.12" \ - --hash=sha256:03f448ffb731b48323bda68bcc93152f751436ad6037f18a42b7e16af9e91c07 \ - --hash=sha256:0de1263aac858f288a80b2071990f02082c51d88335a1db0d589237a3435fe71 \ - --hash=sha256:0fb3bffc0ced37e5aa4ac2416f56d6d858f46d4da70c09bb731a246e70bff4d5 \ - --hash=sha256:120af1e49d614d2525ac247f6123841589b029c318b9afbfc9e2b70e22e1827d \ - --hash=sha256:1306102f6d9e625cebaca3d4c9c8f10588735ef877f0360b5cdb4fdfd3fd7131 \ - --hash=sha256:15e19a84b84528f52a68143439d0c7a3a69befcd4f50b8ef9b7b69d2628ae7c4 \ - --hash=sha256:1ab4e0448018d01b142c916cc7119ca573803a4745cfe341b8f95657812700ac \ - --hash=sha256:1fc19ae2e07a067663dd24fca55f8ed06a288384f0e6e3910420bf4b1270cc51 \ - --hash=sha256:2f5c9dfb0b9ab5e3a8a00249534bdd838d943ec4cfb9abe176a6c33408430230 \ - --hash=sha256:30d81cc1192dc693d49d5671cd40cdec596b885b0ce3b72f323888ab1c3863d5 \ - --hash=sha256:33e8bde8fff203de50399b9039c4e14e42d4d227759155c21f8da4a47fc8053c \ - --hash=sha256:4535c49d961fe9a77392e3a630a626af5baa967172d42732b7a43496c8b28876 \ - --hash=sha256:48217be1de7d29a5600b5c513f3f7664b21d32e596d69582be0a94e36b8309cb \ - --hash=sha256:5ada0438f5b74c3952d916c199367c29ee4d6858edff18eab783b3978d0db16d \ - --hash=sha256:5b78aa9f4f68212248aaf8943d84c0ff0f74efc65a661c2fc68b82d498311fd5 \ - --hash=sha256:5cd20f58c29bbf2680039ff9f569fa6d21453fbd2fa84dbdb4092f006424c2e6 \ - --hash=sha256:611068511b5531304137bcd7fe8117c985d1b828eb86043bd944cebb7fae3910 \ - --hash=sha256:680b9a36029b30cf063698755d277885d4a0eab70a2c7c6e71aab601323cba45 \ - --hash=sha256:6c5bad7c60a392850d2f0fee8f355953abaec878c483dd7c3836e0089f046bf6 \ - --hash=sha256:6c7a596d0be71b7baa037f4ac10d5e057d276f65a9a611c46970f012752ebf2d \ - --hash=sha256:7f470327d06400a0aa7926b375b8e8c3c31d335e0884f509fe272b3c700a7254 \ - --hash=sha256:86a6ed69a71fe6b88bf9331594fa390a2adda4a49b5c06f98e47bf0d392534f8 \ - --hash=sha256:8dfc936870507da96aebb43e664ae3a71a7b96278382bcfe84d277b88e379b18 \ - --hash=sha256:954d9735ee9c3fa74874c830d089a815b7b48df6f6b6e357a74130e478dbd951 \ - --hash=sha256:9e56afce6431450442f3ab5973156289bd5ec33dd618941283847c9fd5ff06bf \ - --hash=sha256:a3012ab65ea42de1be81fff5fb28d6db893ef978950afc8130ba707179b4284a \ - --hash=sha256:ad862295ad3f644e3c2c0d8b10a988e1600d3123ecb48702d2c0f26771f1c396 \ - --hash=sha256:b1d9d1bfd96eef3c3faedb73f486c89e44e64e40e5bfec304ee163de01cf996f \ - --hash=sha256:b86abba762ecfeea359112b2bb4490802b340850bbee1948f785141a5e020de8 \ - --hash=sha256:b90053be91973a6fb6020a6e44382c97739736a5a9d74e08cc29b196639eb979 \ - --hash=sha256:c4fbe6a766301f2e8a4519f4500fe74ef0a8509a59e07a4085458f26228cd7cc \ - --hash=sha256:ca891af9f3289d24a490a5fde664ea04fe2f4984cd97e26de7442a4251bd4b7c \ - --hash=sha256:cb0845e934647232b6ff5150df37ceffd0b67b754b9fdbb095233deebcddbd4a \ - --hash=sha256:ce850db091bf7d2a1f2fdb615220b968aeff3849007b1204bf6e3e50a57b3d32 \ - --hash=sha256:d04e579e911562f1055d26dab1868d3e0bb905db3bccf664ee8ad109f035618a \ - --hash=sha256:d07ee7793f2aeb9b80ec8ceb96bc8cc08a2aec8a1b152da1955d64e4825fcbac \ - --hash=sha256:d177b7e82f6dd5e1aebd24d9c3297c70ce09cd1d5d37b43e53f39514379c029c \ - --hash=sha256:d7b5a3e2120982b8b6bd1d5d99e3025339f7fb8b8267551c679afb39e9c7c7f1 \ - --hash=sha256:d873c21b356bfaf1589b89090a4011e6532582b3a8ea568a00e0c3aab09399dd \ - --hash=sha256:d997c5938a08b5e172c30583ba6b8aad657ed9901fc24caf3a7152eeccb2f1b4 \ - --hash=sha256:dbcd77c4d94b23e0753c5ed8deba8c69f331d4fd83f68bfc9db58bc8983f49cd \ - --hash=sha256:e36aa62b765cf9f43a003233a8c2d7ffdeb55bc62eaa0a0380475b228663a38f \ - --hash=sha256:e97cf143d74a7a5a0f143aa34039b4fecf11343eed66538610debc438685db4a \ - --hash=sha256:eb15ef40b833f5b2f19eeae65d65e191f039e71790dd565c2af2a3783f72262f \ - --hash=sha256:ec1f5a328464daf7a1e4e385e4f5652dd9b1d12405075ccba1df842f7774b4fc \ - --hash=sha256:f9374e270e2553653d710ece397df67db9d19c60d2647bcd35bfc616f1622dcd \ - --hash=sha256:fa67d821c1fd268a5a87922ef4940442513b4e6c377553506b9db3b83beebbd8 \ - --hash=sha256:fd8aafda7cdff03b905d4426b714601c0978725a19efc39f5f207b86d188ba01 \ - --hash=sha256:ff2f1b7c963961d41403b650842dc2039175b906ab2093635d8319bef0b7d620 +sqlalchemy==2.0.28 ; python_version >= "3.11" and python_version < "3.12" \ + --hash=sha256:0315d9125a38026227f559488fe7f7cee1bd2fbc19f9fd637739dc50bb6380b2 \ + --hash=sha256:0d3dd67b5d69794cfe82862c002512683b3db038b99002171f624712fa71aeaa \ + --hash=sha256:124202b4e0edea7f08a4db8c81cc7859012f90a0d14ba2bf07c099aff6e96462 \ + --hash=sha256:1ee8bd6d68578e517943f5ebff3afbd93fc65f7ef8f23becab9fa8fb315afb1d \ + --hash=sha256:243feb6882b06a2af68ecf4bec8813d99452a1b62ba2be917ce6283852cf701b \ + --hash=sha256:2858bbab1681ee5406650202950dc8f00e83b06a198741b7c656e63818633526 \ + --hash=sha256:2f60843068e432311c886c5f03c4664acaef507cf716f6c60d5fde7265be9d7b \ + --hash=sha256:328529f7c7f90adcd65aed06a161851f83f475c2f664a898af574893f55d9e53 \ + --hash=sha256:33157920b233bc542ce497a81a2e1452e685a11834c5763933b440fedd1d8e2d \ + --hash=sha256:3eba73ef2c30695cb7eabcdb33bb3d0b878595737479e152468f3ba97a9c22a4 \ + --hash=sha256:426f2fa71331a64f5132369ede5171c52fd1df1bd9727ce621f38b5b24f48750 \ + --hash=sha256:45c7b78dfc7278329f27be02c44abc0d69fe235495bb8e16ec7ef1b1a17952db \ + --hash=sha256:46a3d4e7a472bfff2d28db838669fc437964e8af8df8ee1e4548e92710929adc \ + --hash=sha256:4a5adf383c73f2d49ad15ff363a8748319ff84c371eed59ffd0127355d6ea1da \ + --hash=sha256:4b6303bfd78fb3221847723104d152e5972c22367ff66edf09120fcde5ddc2e2 \ + --hash=sha256:56856b871146bfead25fbcaed098269d90b744eea5cb32a952df00d542cdd368 \ + --hash=sha256:5da98815f82dce0cb31fd1e873a0cb30934971d15b74e0d78cf21f9e1b05953f \ + --hash=sha256:5df5d1dafb8eee89384fb7a1f79128118bc0ba50ce0db27a40750f6f91aa99d5 \ + --hash=sha256:68722e6a550f5de2e3cfe9da6afb9a7dd15ef7032afa5651b0f0c6b3adb8815d \ + --hash=sha256:78bb7e8da0183a8301352d569900d9d3594c48ac21dc1c2ec6b3121ed8b6c986 \ + --hash=sha256:81ba314a08c7ab701e621b7ad079c0c933c58cdef88593c59b90b996e8b58fa5 \ + --hash=sha256:843a882cadebecc655a68bd9a5b8aa39b3c52f4a9a5572a3036fb1bb2ccdc197 \ + --hash=sha256:87724e7ed2a936fdda2c05dbd99d395c91ea3c96f029a033a4a20e008dd876bf \ + --hash=sha256:8c7f10720fc34d14abad5b647bc8202202f4948498927d9f1b4df0fb1cf391b7 \ + --hash=sha256:8e91b5e341f8c7f1e5020db8e5602f3ed045a29f8e27f7f565e0bdee3338f2c7 \ + --hash=sha256:943aa74a11f5806ab68278284a4ddd282d3fb348a0e96db9b42cb81bf731acdc \ + --hash=sha256:9461802f2e965de5cff80c5a13bc945abea7edaa1d29360b485c3d2b56cdb075 \ + --hash=sha256:9b66fcd38659cab5d29e8de5409cdf91e9986817703e1078b2fdaad731ea66f5 \ + --hash=sha256:a6bec1c010a6d65b3ed88c863d56b9ea5eeefdf62b5e39cafd08c65f5ce5198b \ + --hash=sha256:a921002be69ac3ab2cf0c3017c4e6a3377f800f1fca7f254c13b5f1a2f10022c \ + --hash=sha256:aca7b6d99a4541b2ebab4494f6c8c2f947e0df4ac859ced575238e1d6ca5716b \ + --hash=sha256:ad7acbe95bac70e4e687a4dc9ae3f7a2f467aa6597049eeb6d4a662ecd990bb6 \ + --hash=sha256:af8ce2d31679006e7b747d30a89cd3ac1ec304c3d4c20973f0f4ad58e2d1c4c9 \ + --hash=sha256:b4a2cf92995635b64876dc141af0ef089c6eea7e05898d8d8865e71a326c0385 \ + --hash=sha256:bbda76961eb8f27e6ad3c84d1dc56d5bc61ba8f02bd20fcf3450bd421c2fcc9c \ + --hash=sha256:bd7e4baf9161d076b9a7e432fce06217b9bd90cfb8f1d543d6e8c4595627edb9 \ + --hash=sha256:bea30da1e76cb1acc5b72e204a920a3a7678d9d52f688f087dc08e54e2754c67 \ + --hash=sha256:c61e2e41656a673b777e2f0cbbe545323dbe0d32312f590b1bc09da1de6c2a02 \ + --hash=sha256:c6c4da4843e0dabde41b8f2e8147438330924114f541949e6318358a56d1875a \ + --hash=sha256:d3499008ddec83127ab286c6f6ec82a34f39c9817f020f75eca96155f9765097 \ + --hash=sha256:dbb990612c36163c6072723523d2be7c3eb1517bbdd63fe50449f56afafd1133 \ + --hash=sha256:dd53b6c4e6d960600fd6532b79ee28e2da489322fcf6648738134587faf767b6 \ + --hash=sha256:df40c16a7e8be7413b885c9bf900d402918cc848be08a59b022478804ea076b8 \ + --hash=sha256:e0a5354cb4de9b64bccb6ea33162cb83e03dbefa0d892db88a672f5aad638a75 \ + --hash=sha256:e0b148ab0438f72ad21cb004ce3bdaafd28465c4276af66df3b9ecd2037bf252 \ + --hash=sha256:e23b88c69497a6322b5796c0781400692eca1ae5532821b39ce81a48c395aae9 \ + --hash=sha256:fc4974d3684f28b61b9a90fcb4c41fb340fd4b6a50c04365704a4da5a9603b05 \ + --hash=sha256:feea693c452d85ea0015ebe3bb9cd15b6f49acc1a31c28b3c50f4db0f8fb1e71 \ + --hash=sha256:fffcc8edc508801ed2e6a4e7b0d150a62196fd28b4e16ab9f65192e8186102b6 stack-data==0.6.3 ; python_version >= "3.11" and python_version < "3.12" \ --hash=sha256:836a778de4fec4dcd1dcd89ed8abff8a221f58308462e1c4aa2a3cf30148f0b9 \ --hash=sha256:d5558e0c25a4cb0853cddad3d77da9891a08cb85dd9f9f91b9f8cd66e511e695 @@ -1826,9 +1750,6 @@ virtualenv==20.25.1 ; python_version >= "3.11" and python_version < "3.12" \ wcwidth==0.2.13 ; python_version >= "3.11" and python_version < "3.12" \ --hash=sha256:3da69048e4540d84af32131829ff948f1e022c1c6bdb8d6102117aac784f6859 \ --hash=sha256:72ea0c06399eb286d978fdedb6923a9eb47e1c486ce63e9b4e64fc18303972b5 -werkzeug==3.0.1 ; python_version >= "3.11" and python_version < "3.12" \ - --hash=sha256:507e811ecea72b18a404947aded4b3390e1db8f826b494d76550ef45bb3b1dcc \ - --hash=sha256:90a285dc0e42ad56b34e696398b8122ee4c681833fb35b8334a095d82c56da10 wrapt==1.16.0 ; python_version >= "3.11" and python_version < "3.12" \ --hash=sha256:0d2691979e93d06a95a26257adb7bfd0c93818e89b1406f5a28f36e0d8c1e1fc \ --hash=sha256:14d7dc606219cdd7405133c713f2c218d4252f2a469003f8c46bb92d5d095d81 \ @@ -1900,9 +1821,6 @@ wrapt==1.16.0 ; python_version >= "3.11" and python_version < "3.12" \ --hash=sha256:f6b2d0c6703c988d334f297aa5df18c45e97b0af3679bb75059e0e0bd8b1069d \ --hash=sha256:f8212564d49c50eb4565e502814f694e240c55551a5f1bc841d4fcaabb0a9b8a \ --hash=sha256:ffa565331890b90056c01db69c0fe634a776f8019c143a5ae265f9c6bc4bd6d4 -xmltodict==0.13.0 ; python_version >= "3.11" and python_version < "3.12" \ - --hash=sha256:341595a488e3e01a85a9d8911d8912fd922ede5fecc4dce437eb4b6c8d037e56 \ - --hash=sha256:aa89e8fd76320154a40d19a0df04a4695fb9dc5ba977cbb68ab3e4eb225e7852 yarl==1.9.4 ; python_version >= "3.11" and python_version < "3.12" \ --hash=sha256:008d3e808d03ef28542372d01057fd09168419cdc8f848efe2804f894ae03e51 \ --hash=sha256:03caa9507d3d3c83bca08650678e25364e1843b484f19986a527630ca376ecce \ diff --git a/tests/conftest.py b/tests/conftest.py index bcaf40a6..6301e954 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -1,26 +1,15 @@ import subprocess import sys import time -from collections.abc import Callable from pathlib import Path -from typing import Any -from unittest.mock import MagicMock -import aiobotocore.awsrequest -import aiobotocore.endpoint -import aiohttp -import aiohttp.client_reqrep -import aiohttp.typedefs -import boto3 -import botocore.awsrequest -import botocore.model import pytest import requests from ftmq.io import smart_read_proxies FIXTURES_PATH = (Path(__file__).parent / "fixtures").absolute() -FIXTURES = ("ec_meetings.ftm.json", "eu_authorities.ftm.json") +AUTHORITIES = "eu_authorities.ftm.json" DONATIONS = "donations.ijson" @@ -32,14 +21,14 @@ def fixtures_path(): @pytest.fixture(scope="module") def proxies(): proxies = [] - for f in FIXTURES: - proxies.extend(smart_read_proxies(FIXTURES_PATH / f)) + proxies.extend(smart_read_proxies(FIXTURES_PATH / AUTHORITIES)) + proxies.extend(smart_read_proxies(FIXTURES_PATH / DONATIONS)) return proxies @pytest.fixture(scope="module") def eu_authorities(): - return [x for x in smart_read_proxies(FIXTURES_PATH / FIXTURES[1])] + return [x for x in smart_read_proxies(FIXTURES_PATH / AUTHORITIES)] @pytest.fixture(scope="module") @@ -47,11 +36,6 @@ def donations(): return [x for x in smart_read_proxies(FIXTURES_PATH / DONATIONS)] -@pytest.fixture(scope="module") -def ec_meetings(): - return [x for x in smart_read_proxies(FIXTURES_PATH / FIXTURES[0])] - - # https://pawamoy.github.io/posts/local-http-server-fake-files-testing-purposes/ def spawn_and_wait_server(): process = subprocess.Popen( @@ -74,95 +58,3 @@ def http_server(): process.kill() process.wait() return - - -def setup_s3(with_fixtures: bool | None = False): - s3 = boto3.resource("s3", region_name="us-east-1") - s3.create_bucket(Bucket="ftmq") - if with_fixtures: - client = boto3.client("s3") - for f in FIXTURES: - client.upload_file(FIXTURES_PATH / f, "ftmq", f) - - -# Mock s3 for fsspec -# https://github.com/aio-libs/aiobotocore/issues/755 - - -class MockAWSResponse(aiobotocore.awsrequest.AioAWSResponse): - """ - Mocked AWS Response. - - https://github.com/aio-libs/aiobotocore/issues/755 - https://gist.github.com/giles-betteromics/12e68b88e261402fbe31c2e918ea4168 - """ - - def __init__(self, response: botocore.awsrequest.AWSResponse): - self._moto_response = response - self.status_code = response.status_code - self.raw = MockHttpClientResponse(response) - - # adapt async methods to use moto's response - async def _content_prop(self) -> bytes: - return self._moto_response.content - - async def _text_prop(self) -> str: - return self._moto_response.text - - -class MockHttpClientResponse(aiohttp.client_reqrep.ClientResponse): - """ - Mocked HTP Response. - - See Notes - """ - - def __init__(self, response: botocore.awsrequest.AWSResponse): - """ - Mocked Response Init. - """ - - async def read(self: MockHttpClientResponse, n: int = -1) -> bytes: - return response.content - - self.content = MagicMock(aiohttp.StreamReader) - self.content.read = read - self.response = response - - self._loop = None - - @property - def raw_headers(self) -> Any: - """ - Return the headers encoded the way that aiobotocore expects them. - """ - return { - k.encode("utf-8"): str(v).encode("utf-8") - for k, v in self.response.headers.items() - }.items() - - -@pytest.fixture(scope="session", autouse=True) -def patch_aiobotocore() -> None: - """ - Pytest Fixture Supporting S3FS Mocks. - - See Notes - """ - - def factory(original: Callable[[Any, Any], Any]) -> Callable[[Any, Any], Any]: - """ - Response Conversion Factory. - """ - - def patched_convert_to_response_dict( - http_response: botocore.awsrequest.AWSResponse, - operation_model: botocore.model.OperationModel, - ) -> Any: - return original(MockAWSResponse(http_response), operation_model) - - return patched_convert_to_response_dict - - aiobotocore.endpoint.convert_to_response_dict = factory( - aiobotocore.endpoint.convert_to_response_dict - ) diff --git a/tests/fixtures/donations.ijson b/tests/fixtures/donations.ijson index 0b305f81..25970c8c 100644 --- a/tests/fixtures/donations.ijson +++ b/tests/fixtures/donations.ijson @@ -1,474 +1,474 @@ -{"id": "6d03aec76fdeec8f9697d8b19954ab6fc2568bc8", "properties": {"name": ["MLPD"]}, "schema": "Organization"} -{"id": "97149caa3aef14e2be5ae6b3974c6882e7536d88", "properties": {"city": ["76135 Karlsruhe"], "country": ["de"], "full": ["Schillerstra\u00dfe 19, 76135 Karlsruhe"], "street": ["Schillerstra\u00dfe 19"]}, "schema": "Address"} -{"id": "f9c295f21b233ac878fbac4d271bb6fd13d7952a", "properties": {"addressEntity": ["97149caa3aef14e2be5ae6b3974c6882e7536d88"], "country": ["de"], "name": ["Frau Lina Dachner"]}, "schema": "Person"} -{"id": "2216b422a31242fe204654ce194864661f515921", "properties": {"amountEur": ["100000"], "beneficiary": ["6d03aec76fdeec8f9697d8b19954ab6fc2568bc8"], "date": ["2011-12-29"], "namesMentioned": ["Frau Lina Dachner", "MLPD"], "payer": ["f9c295f21b233ac878fbac4d271bb6fd13d7952a"]}, "schema": "Payment"} -{"id": "d4978eacd9b7ce389fe069776b909432301c8a83", "properties": {"city": ["44369 Dortmund"], "country": ["de"], "full": ["Auf der Altst\u00e4tte 1C, 44369 Dortmund"], "street": ["Auf der Altst\u00e4tte 1C"]}, "schema": "Address"} -{"id": "0de4751d255c3131cbeff1431ad5f908cbd511c6", "properties": {"addressEntity": ["d4978eacd9b7ce389fe069776b909432301c8a83"], "country": ["de"], "name": ["Frau Dr. Irene Nierstenh\u00f6fer"]}, "schema": "Person"} -{"id": "f4fc242b39db00c51a6149c017aef246786a8e07", "properties": {"amountEur": ["113969.15"], "beneficiary": ["6d03aec76fdeec8f9697d8b19954ab6fc2568bc8"], "date": ["2011-12-28"], "namesMentioned": ["Frau Dr. Irene Nierstenh\u00f6fer", "MLPD"], "payer": ["0de4751d255c3131cbeff1431ad5f908cbd511c6"]}, "schema": "Payment"} -{"id": "783d918df9f9178400d6b3386439ab3b3679979c", "properties": {"name": ["FDP"]}, "schema": "Organization"} -{"id": "fb9bebe5105ed916004e294a6d9048eac65e3ece", "properties": {"city": ["80333 M\u00fcnchen"], "country": ["de"], "full": ["Max-Joseph-Stra\u00dfe 5, 80333 M\u00fcnchen", "Max-Joseph-Stra\u00dfe 5 , 80333 M\u00fcnchen"], "street": ["Max-Joseph-Stra\u00dfe 5"]}, "schema": "Address"} -{"id": "62ad0fe6f56dbbf6fee57ce3da76e88c437024d5", "properties": {"addressEntity": ["fb9bebe5105ed916004e294a6d9048eac65e3ece"], "country": ["de"], "name": ["Verband der Bayerischen Metall- und Elektroindustrie e.V."]}, "schema": "Organization"} -{"id": "3b0f55460ac010625c09861f2e8fdda02cf75049", "properties": {"amountEur": ["80000"], "beneficiary": ["783d918df9f9178400d6b3386439ab3b3679979c"], "date": ["2011-12-22"], "namesMentioned": ["Verband der Bayerischen Metall- und Elektroindustrie e.V.", "FDP"], "payer": ["62ad0fe6f56dbbf6fee57ce3da76e88c437024d5"]}, "schema": "Payment"} -{"id": "6d8377d3938b85fa1bfd1985486f0f913c42e224", "properties": {"name": ["CSU"]}, "schema": "Organization"} -{"id": "f8214ebe98cf1499bf212dcd6bcbed70bdb94752", "properties": {"amountEur": ["320000"], "beneficiary": ["6d8377d3938b85fa1bfd1985486f0f913c42e224"], "date": ["2011-12-21"], "namesMentioned": ["Verband der Bayerischen Metall- und Elektroindustrie e.V.", "CSU"], "payer": ["62ad0fe6f56dbbf6fee57ce3da76e88c437024d5"]}, "schema": "Payment"} -{"id": "d10764ddf47ca220527d385fc8fbaa62114408e4", "properties": {"name": ["GR\u00dcNE"]}, "schema": "Organization"} -{"id": "98ecf36834d28df75b188091d34469cb35de3475", "properties": {"city": ["70597 Stuttgart"], "country": ["de"], "full": ["L\u00f6ffelstra\u00dfe 22-24, 70597 Stuttgart", "L\u00f6ffelstra\u00dfe 22-24 , 70597 Stuttgart"], "street": ["L\u00f6ffelstra\u00dfe 22-24"]}, "schema": "Address"} -{"id": "69401823a9f0a97cfdc37afa7c3158374e007669", "properties": {"addressEntity": ["98ecf36834d28df75b188091d34469cb35de3475"], "country": ["de"], "name": ["Verband der Metall- und Elektroindustrie Baden-W\u00fcrttemberg e.V."]}, "schema": "Organization"} -{"id": "3d25744fb644285b44115f92054831269a3676b7", "properties": {"amountEur": ["60000"], "beneficiary": ["d10764ddf47ca220527d385fc8fbaa62114408e4"], "date": ["2011-10-07"], "namesMentioned": ["GR\u00dcNE", "Verband der Metall- und Elektroindustrie Baden-W\u00fcrttemberg e.V."], "payer": ["69401823a9f0a97cfdc37afa7c3158374e007669"]}, "schema": "Payment"} -{"id": "7202347006660188aab5c1e264c4bee948478fd6", "properties": {"name": ["SPD"]}, "schema": "Organization"} -{"id": "8aa72c7ae6b3289bc78f36c0a65cd214cf631854", "properties": {"amountEur": ["60000"], "beneficiary": ["7202347006660188aab5c1e264c4bee948478fd6"], "date": ["2011-10-07"], "namesMentioned": ["SPD", "Verband der Metall- und Elektroindustrie Baden-W\u00fcrttemberg e.V."], "payer": ["69401823a9f0a97cfdc37afa7c3158374e007669"]}, "schema": "Payment"} -{"id": "c326dd8021ee75fe9608f31ecb4e2e7388144102", "properties": {"name": ["CDU"]}, "schema": "Organization"} -{"id": "4a6351e6defcc1c3c5b0ed641025476ab33f136a", "properties": {"amountEur": ["100000"], "beneficiary": ["c326dd8021ee75fe9608f31ecb4e2e7388144102"], "date": ["2011-10-07"], "namesMentioned": ["CDU", "Verband der Metall- und Elektroindustrie Baden-W\u00fcrttemberg e.V."], "payer": ["69401823a9f0a97cfdc37afa7c3158374e007669"]}, "schema": "Payment"} -{"id": "e78feb8fdb0ad971f70e133aad3b7e3cfec753da", "properties": {"city": ["40474 D\u00fcsseldorf"], "country": ["de"], "full": ["Uerdinger Str. 58-62, 40474 D\u00fcsseldorf"], "street": ["Uerdinger Str. 58-62"]}, "schema": "Address"} -{"id": "831e4ad076f5877c4adcdd406f972a516ec9558b", "properties": {"addressEntity": ["f5cb2c9152ced393100dd3b15d1621fa58048223", "63a681d9501df9417522f0007eec512c1261ca5c", "e78feb8fdb0ad971f70e133aad3b7e3cfec753da"], "country": ["de"], "name": ["Verband der Metall- und Elektroindustrie Nordrhein-Westfalen e.V."]}, "schema": "Organization"} -{"id": "69988df2f11a2912a2f0d845cdcd932ee0d78fa8", "properties": {"amountEur": ["60000"], "beneficiary": ["c326dd8021ee75fe9608f31ecb4e2e7388144102"], "date": ["2011-08-31"], "namesMentioned": ["Verband der Metall- und Elektroindustrie Nordrhein-Westfalen e.V.", "CDU"], "payer": ["831e4ad076f5877c4adcdd406f972a516ec9558b"]}, "schema": "Payment"} -{"id": "24d70758272ce499d8d30655392ef2b253a980eb", "properties": {"city": ["70546 Stuttgart"], "country": ["de"], "full": [", 70546 Stuttgart"]}, "schema": "Address"} -{"id": "66ce9f62af8c7d329506da41cb7c36ba058b3d28", "properties": {"addressEntity": ["24d70758272ce499d8d30655392ef2b253a980eb", "5ecdd47d32a5a1934ec9493657ddd614ac368263"], "country": ["de"], "name": ["Daimler AG"]}, "schema": "Company"} -{"id": "8537801d5a093cc95456e319e0415e253374de12", "properties": {"amountEur": ["150000"], "beneficiary": ["7202347006660188aab5c1e264c4bee948478fd6"], "date": ["2011-08-10"], "namesMentioned": ["SPD", "Daimler AG"], "payer": ["66ce9f62af8c7d329506da41cb7c36ba058b3d28"]}, "schema": "Payment"} -{"id": "3319e193f255a7d46d5cdfaa85dff1ef07cbce13", "properties": {"amountEur": ["150000"], "beneficiary": ["c326dd8021ee75fe9608f31ecb4e2e7388144102"], "date": ["2011-08-10"], "namesMentioned": ["CDU", "Daimler AG"], "payer": ["66ce9f62af8c7d329506da41cb7c36ba058b3d28"]}, "schema": "Payment"} -{"id": "76a792dd2e18125caa570c527eeaebac6c24c63b", "properties": {"city": ["80802 M\u00fcnchen"], "country": ["de"], "full": ["K\u00f6niginstra\u00dfe 28 , 80802 M\u00fcnchen", "K\u00f6niginstra\u00dfe 28, 80802 M\u00fcnchen"], "street": ["K\u00f6niginstra\u00dfe 28"]}, "schema": "Address"} -{"id": "efccc434cdf141c7ba6f6e539bb6b42ecd97c368", "properties": {"addressEntity": ["76a792dd2e18125caa570c527eeaebac6c24c63b"], "country": ["de"], "name": ["Allianz SE"]}, "schema": "Company"} -{"id": "8a1511b7d10c1af7e19d5f47b1fbdc4672bdf201", "properties": {"amountEur": ["50001"], "beneficiary": ["d10764ddf47ca220527d385fc8fbaa62114408e4"], "date": ["2011-07-01"], "namesMentioned": ["Allianz SE", "GR\u00dcNE"], "payer": ["efccc434cdf141c7ba6f6e539bb6b42ecd97c368"]}, "schema": "Payment"} -{"id": "4321d45b84ef7d3b0438b288a0f766db6a4daf2d", "properties": {"amountEur": ["50001"], "beneficiary": ["c326dd8021ee75fe9608f31ecb4e2e7388144102"], "date": ["2011-07-01"], "namesMentioned": ["Allianz SE", "CDU"], "payer": ["efccc434cdf141c7ba6f6e539bb6b42ecd97c368"]}, "schema": "Payment"} -{"id": "8804ad00b09235a3aaceca7afa65c77ac7f2a7fa", "properties": {"city": ["20354 Hamburg"], "country": ["de"], "full": ["Neuer Jungfernstieg 20, 20354 Hamburg", "Neuer Jungfernstieg 20 , 20354 Hamburg"], "street": ["Neuer Jungfernstieg 20"]}, "schema": "Address"} -{"id": "b80508bba548ade23ad034e30e44cb305a10d8b5", "properties": {"addressEntity": ["8804ad00b09235a3aaceca7afa65c77ac7f2a7fa"], "country": ["de"], "name": ["Berenberg Bank Joh. Berenberg, Gossler & Co."]}, "schema": "Company"} -{"id": "0abea6840c8003394295cf55cf88644cc2a01ea7", "properties": {"amountEur": ["100000"], "beneficiary": ["c326dd8021ee75fe9608f31ecb4e2e7388144102"], "date": ["2011-07-01"], "namesMentioned": ["CDU", "Berenberg Bank Joh. Berenberg, Gossler & Co."], "payer": ["b80508bba548ade23ad034e30e44cb305a10d8b5"]}, "schema": "Payment"} -{"id": "a51ecec440c2528a6bd656fb555c791338b7cd87", "properties": {"amountEur": ["50001"], "beneficiary": ["783d918df9f9178400d6b3386439ab3b3679979c"], "date": ["2011-07-01"], "namesMentioned": ["Allianz SE", "FDP"], "payer": ["efccc434cdf141c7ba6f6e539bb6b42ecd97c368"]}, "schema": "Payment"} -{"id": "2c4267fc82f92cb86f495143edbee38587bb4193", "properties": {"amountEur": ["50001"], "beneficiary": ["7202347006660188aab5c1e264c4bee948478fd6"], "date": ["2011-07-01"], "namesMentioned": ["Allianz SE", "SPD"], "payer": ["efccc434cdf141c7ba6f6e539bb6b42ecd97c368"]}, "schema": "Payment"} -{"id": "3f7808f7bc21525eea72b028619ba75d5b0181d8", "properties": {"amountEur": ["50001"], "beneficiary": ["6d8377d3938b85fa1bfd1985486f0f913c42e224"], "date": ["2011-06-30"], "namesMentioned": ["Allianz SE", "CSU"], "payer": ["efccc434cdf141c7ba6f6e539bb6b42ecd97c368"]}, "schema": "Payment"} -{"id": "5a156318bb17bb6f1fc6814d02addfc6257050e5", "properties": {"city": ["69115 Heidelberg"], "country": ["de"], "full": ["Kurf\u00fcrsten-Anlage 34-36, 69115 Heidelberg"], "street": ["Kurf\u00fcrsten-Anlage 34-36"]}, "schema": "Address"} -{"id": "9d439435103f75db8a2eaa50ae6d1d0a6c4f42c2", "properties": {"addressEntity": ["5a156318bb17bb6f1fc6814d02addfc6257050e5", "9fc3766c5ee160eb976aa5a03a5e21461a0bf0a6"], "country": ["de"], "name": ["REUTAX AG"]}, "schema": "Company"} -{"id": "31b3b686ef323624043856ab07820099bda87f57", "properties": {"amountEur": ["50500"], "beneficiary": ["783d918df9f9178400d6b3386439ab3b3679979c"], "date": ["2011-03-04"], "namesMentioned": ["REUTAX AG", "FDP"], "payer": ["9d439435103f75db8a2eaa50ae6d1d0a6c4f42c2"]}, "schema": "Payment"} -{"id": "71fc57d5789f3a0da3a60cd62960d5d775963da9", "properties": {"city": ["80788 M\u00fcnchen"], "country": ["de"], "full": ["Petuelring 130, 80788 M\u00fcnchen"], "street": ["Petuelring 130"]}, "schema": "Address"} -{"id": "21cc81bf3b960d2847b66c6c862e7aa9b5e4f487", "properties": {"addressEntity": ["37ec44706d52e3eb53f1cb9d9fe593f2f9d0a487", "71fc57d5789f3a0da3a60cd62960d5d775963da9"], "country": ["de"], "name": ["Bayerische Motorenwerke AG"]}, "schema": "Company"} -{"id": "2dcd92153747f34db1b41814192744b96517a322", "properties": {"amountEur": ["95338"], "beneficiary": ["7202347006660188aab5c1e264c4bee948478fd6"], "date": ["2011-02-23"], "namesMentioned": ["SPD", "Bayerische Motorenwerke AG"], "payer": ["21cc81bf3b960d2847b66c6c862e7aa9b5e4f487"]}, "schema": "Payment"} -{"id": "cfa424b73c9052e4cf39d9a9716cc3259d1f51f3", "properties": {"amountEur": ["65129"], "beneficiary": ["783d918df9f9178400d6b3386439ab3b3679979c"], "date": ["2011-02-23"], "namesMentioned": ["Bayerische Motorenwerke AG", "FDP"], "payer": ["21cc81bf3b960d2847b66c6c862e7aa9b5e4f487"]}, "schema": "Payment"} -{"id": "6db01e8b8236dab967423e3d2c0ec8aa71240024", "properties": {"amountEur": ["56129"], "beneficiary": ["c326dd8021ee75fe9608f31ecb4e2e7388144102"], "date": ["2011-02-23"], "namesMentioned": ["Bayerische Motorenwerke AG", "CDU"], "payer": ["21cc81bf3b960d2847b66c6c862e7aa9b5e4f487"]}, "schema": "Payment"} -{"id": "3ffd90cbc652d20a48f868446319f60836bf521f", "properties": {"amountEur": ["142332"], "beneficiary": ["6d8377d3938b85fa1bfd1985486f0f913c42e224"], "date": ["2011-02-23"], "namesMentioned": ["Bayerische Motorenwerke AG", "CSU"], "payer": ["21cc81bf3b960d2847b66c6c862e7aa9b5e4f487"]}, "schema": "Payment"} -{"id": "e82ee097e34327abfd84402441700aa45a1f4d6e", "properties": {"amountEur": ["75000"], "beneficiary": ["783d918df9f9178400d6b3386439ab3b3679979c"], "date": ["2010-12-23"], "namesMentioned": ["FDP", "Verband der Metall- und Elektroindustrie Baden-W\u00fcrttemberg e.V."], "payer": ["69401823a9f0a97cfdc37afa7c3158374e007669"]}, "schema": "Payment"} -{"id": "535fecb6d3981f7bb8fc793f549191927bc699e4", "properties": {"amountEur": ["200000"], "beneficiary": ["c326dd8021ee75fe9608f31ecb4e2e7388144102"], "date": ["2010-12-28"], "namesMentioned": ["CDU", "Verband der Metall- und Elektroindustrie Baden-W\u00fcrttemberg e.V."], "payer": ["69401823a9f0a97cfdc37afa7c3158374e007669"]}, "schema": "Payment"} -{"id": "6548c5dc4f6b8a08300b8c55acabb391c03557e2", "properties": {"amountEur": ["80000"], "beneficiary": ["783d918df9f9178400d6b3386439ab3b3679979c"], "date": ["2010-12-07"], "namesMentioned": ["Verband der Bayerischen Metall- und Elektroindustrie e.V.", "FDP"], "payer": ["62ad0fe6f56dbbf6fee57ce3da76e88c437024d5"]}, "schema": "Payment"} -{"id": "592efd9f7c306990be2b81195b1ce574c72d25c5", "properties": {"amountEur": ["300000"], "beneficiary": ["6d8377d3938b85fa1bfd1985486f0f913c42e224"], "date": ["2010-12-06"], "namesMentioned": ["Verband der Bayerischen Metall- und Elektroindustrie e.V.", "CSU"], "payer": ["62ad0fe6f56dbbf6fee57ce3da76e88c437024d5"]}, "schema": "Payment"} -{"id": "3c5eb712877de7f3f69f16e73495dce7d82ceb14", "properties": {"city": ["60329 Frankfurt am Main"], "country": ["de"], "full": ["M\u00fcnchener Stra\u00dfe 1, 60329 Frankfurt am Main", "M\u00fcnchener Stra\u00dfe 1 , 60329 Frankfurt am Main"], "street": ["M\u00fcnchener Stra\u00dfe 1"]}, "schema": "Address"} -{"id": "9e53f9608dea91f3faca8ba6f47b20038cd73905", "properties": {"addressEntity": ["3c5eb712877de7f3f69f16e73495dce7d82ceb14"], "country": ["de"], "name": ["Deutsche Verm\u00f6gensberatung AG"]}, "schema": "Company"} -{"id": "4be7872cdfd96acd6887d6ccd6523b47f211f883", "properties": {"amountEur": ["60000"], "beneficiary": ["783d918df9f9178400d6b3386439ab3b3679979c"], "date": ["2010-11-09"], "namesMentioned": ["FDP", "Deutsche Verm\u00f6gensberatung AG"], "payer": ["9e53f9608dea91f3faca8ba6f47b20038cd73905"]}, "schema": "Payment"} -{"id": "866ca4655541b8bf77f634ea9eb216ead71ba532", "properties": {"amountEur": ["100000"], "beneficiary": ["c326dd8021ee75fe9608f31ecb4e2e7388144102"], "date": ["2010-11-05"], "namesMentioned": ["CDU", "Berenberg Bank Joh. Berenberg, Gossler & Co."], "payer": ["b80508bba548ade23ad034e30e44cb305a10d8b5"]}, "schema": "Payment"} -{"id": "69097487d0c897de6aca41757bfa3caf45e92d3e", "properties": {"city": ["74653 K\u00fcnzelsau"], "country": ["de"], "full": ["Reinhold-W\u00fcrth-Stra\u00dfe 12-17, 74653 K\u00fcnzelsau"], "street": ["Reinhold-W\u00fcrth-Stra\u00dfe 12-17"]}, "schema": "Address"} -{"id": "a4f89d37ec943a429b4943af705e73e6c3fe4fcc", "properties": {"addressEntity": ["69097487d0c897de6aca41757bfa3caf45e92d3e"], "country": ["de"], "name": ["Adolf W\u00fcrth GmbH & Co. KG"]}, "schema": "Company"} -{"id": "d3f1c1f485fe9ece6615b245d2f961d0406cc0ef", "properties": {"amountEur": ["100000"], "beneficiary": ["c326dd8021ee75fe9608f31ecb4e2e7388144102"], "date": ["2010-10-27"], "namesMentioned": ["Adolf W\u00fcrth GmbH & Co. KG", "CDU"], "payer": ["a4f89d37ec943a429b4943af705e73e6c3fe4fcc"]}, "schema": "Payment"} -{"id": "542c6435219bd84c061ea407a6ab1e29b4d146d0", "properties": {"name": ["DVU"]}, "schema": "Organization"} -{"id": "4309372ffabe770547b4dc25032f9bd27f261d5c", "properties": {"city": ["81243 M\u00fcnchen"], "country": ["de"], "full": ["Paosostra\u00dfe 2, 81243 M\u00fcnchen"], "street": ["Paosostra\u00dfe 2"]}, "schema": "Address"} -{"id": "d558da510a3fb645255e56d0c32c5ccf8fba3a0b", "properties": {"addressEntity": ["4309372ffabe770547b4dc25032f9bd27f261d5c"], "country": ["de"], "name": ["Dr. Gerhard Frey"]}, "schema": "Company"} -{"id": "110d6900e4e8382197fdb978eadeaf1f8978a3d8", "properties": {"amountEur": ["1030898"], "beneficiary": ["542c6435219bd84c061ea407a6ab1e29b4d146d0"], "date": ["2010-10-20"], "namesMentioned": ["Dr. Gerhard Frey", "DVU"], "payer": ["d558da510a3fb645255e56d0c32c5ccf8fba3a0b"]}, "schema": "Payment"} -{"id": "9fbaa5733790781e56eec4998aeacf5093dccbf5", "properties": {"name": ["NPD"]}, "schema": "Organization"} -{"id": "c883c8ab267ae8f70e3235d8b1599ec116dc8aea", "properties": {"city": ["72622 N\u00fcrtingen"], "country": ["de"], "full": ["Gr\u00fcntenweg 14, 72622 N\u00fcrtingen"], "street": ["Gr\u00fcntenweg 14"]}, "schema": "Address"} -{"id": "3584671d7a7d55c6775d27adf28b3f14a5d0e237", "properties": {"addressEntity": ["c883c8ab267ae8f70e3235d8b1599ec116dc8aea"], "country": ["de"], "name": ["Verein zur Pflege nationaler Politik e.V."]}, "schema": "Organization"} -{"id": "0d79e74a26d70705d164641edc500a43d1ea3c01", "properties": {"amountEur": ["150225"], "beneficiary": ["9fbaa5733790781e56eec4998aeacf5093dccbf5"], "date": ["2010-09-15"], "namesMentioned": ["Verein zur Pflege nationaler Politik e.V.", "NPD"], "payer": ["3584671d7a7d55c6775d27adf28b3f14a5d0e237"]}, "schema": "Payment"} -{"id": "7026814cacdaa885c52f239701b4662a2ce02e06", "properties": {"amountEur": ["160000"], "beneficiary": ["c326dd8021ee75fe9608f31ecb4e2e7388144102"], "date": ["2010-08-05"], "namesMentioned": ["Verband der Metall- und Elektroindustrie Nordrhein-Westfalen e.V.", "CDU"], "payer": ["831e4ad076f5877c4adcdd406f972a516ec9558b"]}, "schema": "Payment"} -{"id": "3951a604cb007ee4df9aeb46ef9023ed586af3fb", "properties": {"amountEur": ["65000"], "beneficiary": ["783d918df9f9178400d6b3386439ab3b3679979c"], "date": ["2010-08-17"], "namesMentioned": ["FDP", "Deutsche Verm\u00f6gensberatung AG"], "payer": ["9e53f9608dea91f3faca8ba6f47b20038cd73905"]}, "schema": "Payment"} -{"id": "3f8459b442c7b328615bf0514a5b3b03a6029c8a", "properties": {"amountEur": ["60001"], "beneficiary": ["d10764ddf47ca220527d385fc8fbaa62114408e4"], "date": ["2010-08-12"], "namesMentioned": ["Allianz SE", "GR\u00dcNE"], "payer": ["efccc434cdf141c7ba6f6e539bb6b42ecd97c368"]}, "schema": "Payment"} -{"id": "8ec6b9e065b73dd6d4b8d16db8da96e100db8e89", "properties": {"amountEur": ["60001"], "beneficiary": ["c326dd8021ee75fe9608f31ecb4e2e7388144102"], "date": ["2010-08-13"], "namesMentioned": ["Allianz SE", "CDU"], "payer": ["efccc434cdf141c7ba6f6e539bb6b42ecd97c368"]}, "schema": "Payment"} -{"id": "9886a08bd4f01e14df9fc98e35b0967774d74b50", "properties": {"amountEur": ["50001"], "beneficiary": ["783d918df9f9178400d6b3386439ab3b3679979c"], "date": ["2010-08-11"], "namesMentioned": ["Allianz SE", "FDP"], "payer": ["efccc434cdf141c7ba6f6e539bb6b42ecd97c368"]}, "schema": "Payment"} -{"id": "7a2e2da3ec3cb696cda6d659ff5dcc20eadb51e0", "properties": {"amountEur": ["60001"], "beneficiary": ["7202347006660188aab5c1e264c4bee948478fd6"], "date": ["2010-08-12"], "namesMentioned": ["Allianz SE", "SPD"], "payer": ["efccc434cdf141c7ba6f6e539bb6b42ecd97c368"]}, "schema": "Payment"} -{"id": "58e5012a6eefb2119d0349bb560837bddcbbebd3", "properties": {"amountEur": ["60001"], "beneficiary": ["6d8377d3938b85fa1bfd1985486f0f913c42e224"], "date": ["2010-07-08"], "namesMentioned": ["Allianz SE", "CSU"], "payer": ["efccc434cdf141c7ba6f6e539bb6b42ecd97c368"]}, "schema": "Payment"} -{"id": "57d0ab1838434c8199793c7896d05c3310f895ed", "properties": {"addressEntity": ["3c5eb712877de7f3f69f16e73495dce7d82ceb14"], "country": ["de"], "name": ["Allfinanz Deutsche Verm\u00f6gensberatung AG"]}, "schema": "Company"} -{"id": "c0ac87184682845d53fac0bbaf907f3746ececab", "properties": {"amountEur": ["75000"], "beneficiary": ["783d918df9f9178400d6b3386439ab3b3679979c"], "date": ["2010-07-06"], "namesMentioned": ["Allfinanz Deutsche Verm\u00f6gensberatung AG", "FDP"], "payer": ["57d0ab1838434c8199793c7896d05c3310f895ed"]}, "schema": "Payment"} -{"id": "9e292c150c617eec85e5479c5f039f8441569441", "properties": {"name": ["LINKE"]}, "schema": "Organization"} -{"id": "4662563f5304f247ed51b7b9a38c6d1a2a1689d6", "properties": {"city": ["49214 Bad Rothenfelde"], "country": ["de"], "full": ["Fritz-Reuter-Weg 7, 49214 Bad Rothenfelde"], "street": ["Fritz-Reuter-Weg 7"]}, "schema": "Address"} -{"id": "9614f58a0bb8fcc1b34b7658866de206863f2fa4", "properties": {"addressEntity": ["4662563f5304f247ed51b7b9a38c6d1a2a1689d6"], "country": ["de"], "name": ["Herr Dr. Friedhelm Holz"]}, "schema": "Person"} -{"id": "152fa1b47abca1ecc28b41028d9144fd3d45bcf3", "properties": {"amountEur": ["100000"], "beneficiary": ["9e292c150c617eec85e5479c5f039f8441569441"], "date": ["2010-05-27"], "namesMentioned": ["LINKE", "Herr Dr. Friedhelm Holz"], "payer": ["9614f58a0bb8fcc1b34b7658866de206863f2fa4"]}, "schema": "Payment"} -{"id": "9ecab0e9a3621e6fc2bbc39e84325d5b6cda96ea", "properties": {"amountEur": ["75000"], "beneficiary": ["9e292c150c617eec85e5479c5f039f8441569441"], "date": ["2010-05-21"], "namesMentioned": ["LINKE", "Herr Dr. Friedhelm Holz"], "payer": ["9614f58a0bb8fcc1b34b7658866de206863f2fa4"]}, "schema": "Payment"} -{"id": "cfd8fef7d6d447389045ea86defd4aab61ad4542", "properties": {"amountEur": ["150000"], "beneficiary": ["7202347006660188aab5c1e264c4bee948478fd6"], "date": ["2010-05-11"], "namesMentioned": ["SPD", "Daimler AG"], "payer": ["66ce9f62af8c7d329506da41cb7c36ba058b3d28"]}, "schema": "Payment"} -{"id": "343b596b0020aaffa9cfe5824ade96a246a3cc83", "properties": {"amountEur": ["150000"], "beneficiary": ["c326dd8021ee75fe9608f31ecb4e2e7388144102"], "date": ["2010-05-10"], "namesMentioned": ["CDU", "Daimler AG"], "payer": ["66ce9f62af8c7d329506da41cb7c36ba058b3d28"]}, "schema": "Payment"} -{"id": "143761adc2830d4e05533fd14d159be498dd9c86", "properties": {"amountEur": ["60000"], "beneficiary": ["783d918df9f9178400d6b3386439ab3b3679979c"], "date": ["2010-04-12"], "namesMentioned": ["Verband der Metall- und Elektroindustrie Nordrhein-Westfalen e.V.", "FDP"], "payer": ["831e4ad076f5877c4adcdd406f972a516ec9558b"]}, "schema": "Payment"} -{"id": "991acc49192cb25e31ebcde6375c0e524b3fc509", "properties": {"amountEur": ["55886"], "beneficiary": ["783d918df9f9178400d6b3386439ab3b3679979c"], "date": ["2010-02-26"], "namesMentioned": ["Bayerische Motorenwerke AG", "FDP"], "payer": ["21cc81bf3b960d2847b66c6c862e7aa9b5e4f487"]}, "schema": "Payment"} -{"id": "aa7c5c3ff22f87baf9058060b260c3b6f3bf7961", "properties": {"amountEur": ["140034"], "beneficiary": ["7202347006660188aab5c1e264c4bee948478fd6"], "date": ["2010-02-25"], "namesMentioned": ["SPD", "Bayerische Motorenwerke AG"], "payer": ["21cc81bf3b960d2847b66c6c862e7aa9b5e4f487"]}, "schema": "Payment"} -{"id": "2e1cba3e1cb7b0b64041944e23d3d500fe32fedf", "properties": {"amountEur": ["133236"], "beneficiary": ["c326dd8021ee75fe9608f31ecb4e2e7388144102"], "date": ["2010-02-24"], "namesMentioned": ["Bayerische Motorenwerke AG", "CDU"], "payer": ["21cc81bf3b960d2847b66c6c862e7aa9b5e4f487"]}, "schema": "Payment"} -{"id": "399d2b166e9efa35c98fb12dcf5afa3fda95c91c", "properties": {"amountEur": ["148718"], "beneficiary": ["6d8377d3938b85fa1bfd1985486f0f913c42e224"], "date": ["2010-02-25"], "namesMentioned": ["Bayerische Motorenwerke AG", "CSU"], "payer": ["21cc81bf3b960d2847b66c6c862e7aa9b5e4f487"]}, "schema": "Payment"} -{"id": "4688fe645b81a7ea98b291476919bd80b2a6dad2", "properties": {"amountEur": ["125000"], "beneficiary": ["c326dd8021ee75fe9608f31ecb4e2e7388144102"], "date": ["2010-02-10"], "namesMentioned": ["CDU", "Deutsche Verm\u00f6gensberatung AG"], "payer": ["9e53f9608dea91f3faca8ba6f47b20038cd73905"]}, "schema": "Payment"} -{"id": "89b87bc3ddbc335a16bf54abde2890b38c045e45", "properties": {"amountEur": ["75000"], "beneficiary": ["c326dd8021ee75fe9608f31ecb4e2e7388144102"], "date": ["2010-02-10"], "namesMentioned": ["Allfinanz Deutsche Verm\u00f6gensberatung AG", "CDU"], "payer": ["57d0ab1838434c8199793c7896d05c3310f895ed"]}, "schema": "Payment"} -{"id": "ed0d7cff0a58f0d297b48a46e5cf52ff45d00ec0", "properties": {"amountEur": ["100000"], "beneficiary": ["c326dd8021ee75fe9608f31ecb4e2e7388144102"], "date": ["2009-12-28"], "namesMentioned": ["CDU", "Verband der Metall- und Elektroindustrie Baden-W\u00fcrttemberg e.V."], "payer": ["69401823a9f0a97cfdc37afa7c3158374e007669"]}, "schema": "Payment"} -{"id": "2c42a6ff38354647909b5223a5df19640fb73d5b", "properties": {"city": ["61352 Bad Homburg"], "country": ["de"], "full": ["Seedammweg 55, 61352 Bad Homburg"], "street": ["Seedammweg 55"]}, "schema": "Address"} -{"id": "2d3e50433e36ebe16f3d906b684c9d5124c46d76", "properties": {"addressEntity": ["2c42a6ff38354647909b5223a5df19640fb73d5b"], "country": ["de"], "name": ["Frau Johanna Quandt"]}, "schema": "Person"} -{"id": "b29a6264d95892ec7324f8db65b6eeaf29ca2ad6", "properties": {"amountEur": ["150000"], "beneficiary": ["c326dd8021ee75fe9608f31ecb4e2e7388144102"], "date": ["2009-10-01"], "namesMentioned": ["CDU", "Frau Johanna Quandt"], "payer": ["2d3e50433e36ebe16f3d906b684c9d5124c46d76"]}, "schema": "Payment"} -{"id": "0875bc617a5ff0a0ba605ea76d0fccd44660e7e7", "properties": {"addressEntity": ["2c42a6ff38354647909b5223a5df19640fb73d5b"], "country": ["de"], "name": ["Herr Stefan Quandt"]}, "schema": "Person"} -{"id": "f2e78b7b3c72dee3a93b5c79a5ad7bd8561839a9", "properties": {"amountEur": ["150000"], "beneficiary": ["c326dd8021ee75fe9608f31ecb4e2e7388144102"], "date": ["2009-10-01"], "namesMentioned": ["Herr Stefan Quandt", "CDU"], "payer": ["0875bc617a5ff0a0ba605ea76d0fccd44660e7e7"]}, "schema": "Payment"} -{"id": "4cd8367bbcdfe2d260e042e125791542081a562e", "properties": {"addressEntity": ["2c42a6ff38354647909b5223a5df19640fb73d5b"], "country": ["de"], "name": ["Frau Susanne Klatten"]}, "schema": "Person"} -{"id": "8558d6e89e23d6c2f6391b95d4e39f264c0c3627", "properties": {"amountEur": ["150000"], "beneficiary": ["c326dd8021ee75fe9608f31ecb4e2e7388144102"], "date": ["2009-10-01"], "namesMentioned": ["CDU", "Frau Susanne Klatten"], "payer": ["4cd8367bbcdfe2d260e042e125791542081a562e"]}, "schema": "Payment"} -{"id": "6dd3921bdd6b5e07bfecd35a4833dcba3489af97", "properties": {"city": ["40212 D\u00fcsseldorf"], "country": ["de"], "full": ["Berliner Allee 21, 40212 D\u00fcsseldorf"], "street": ["Berliner Allee 21"]}, "schema": "Address"} -{"id": "dde7a1b3ea18d0545a448e9bfeb9c47ef46dd61c", "properties": {"addressEntity": ["6dd3921bdd6b5e07bfecd35a4833dcba3489af97"], "country": ["de"], "name": ["Substantia AG"]}, "schema": "Company"} -{"id": "02d7d42621407f11abb321887224178a3b1fbf71", "properties": {"amountEur": ["300000"], "beneficiary": ["783d918df9f9178400d6b3386439ab3b3679979c"], "date": ["2009-10-13"], "namesMentioned": ["Substantia AG", "FDP"], "payer": ["dde7a1b3ea18d0545a448e9bfeb9c47ef46dd61c"]}, "schema": "Payment"} -{"id": "ba3520d245f39775ebce428d6160d272aa45688c", "properties": {"city": ["98634 Mehmels"], "country": ["de"], "full": ["Hanfsack 4, 98634 Mehmels"], "street": ["Hanfsack 4"]}, "schema": "Address"} -{"id": "25490b51a72dd53ceff2e95d55d2d6e053ee0760", "properties": {"addressEntity": ["ba3520d245f39775ebce428d6160d272aa45688c"], "country": ["de"], "name": ["Herr Robert Weber"]}, "schema": "Person"} -{"id": "13872e647f2a1b089b336ad7f55300b39f1957d7", "properties": {"amountEur": ["140500"], "beneficiary": ["9fbaa5733790781e56eec4998aeacf5093dccbf5"], "date": ["2009-09-09"], "namesMentioned": ["Herr Robert Weber", "NPD"], "payer": ["25490b51a72dd53ceff2e95d55d2d6e053ee0760"]}, "schema": "Payment"} -{"id": "9fc3766c5ee160eb976aa5a03a5e21461a0bf0a6", "properties": {"city": ["69115 Heidelberg"], "country": ["de"], "full": ["Kurf\u00fcrsten-Anlage 34 - 36, 69115 Heidelberg"], "street": ["Kurf\u00fcrsten-Anlage 34 - 36"]}, "schema": "Address"} -{"id": "99ef0332bfeb5803e882d75bb4fb5257812233f8", "properties": {"amountEur": ["50500"], "beneficiary": ["783d918df9f9178400d6b3386439ab3b3679979c"], "date": ["2009-09-22"], "namesMentioned": ["REUTAX AG", "FDP"], "payer": ["9d439435103f75db8a2eaa50ae6d1d0a6c4f42c2"]}, "schema": "Payment"} -{"id": "72a058b4039a81e4339f34169ee8d396c5fda996", "properties": {"city": ["10178 Berlin"], "country": ["de"], "full": ["Karl-Liebknecht-Stra\u00dfe 1, 10178 Berlin"], "street": ["Karl-Liebknecht-Stra\u00dfe 1"]}, "schema": "Address"} -{"id": "638b116a19b429724b502f9be0161e52f84a81b9", "properties": {"addressEntity": ["13c26c5432f5b55b02138f6aa43f2b5752b3d8cd", "72a058b4039a81e4339f34169ee8d396c5fda996"], "country": ["de"], "name": ["YOC AG"]}, "schema": "Company"} -{"id": "be3d1efba6fa81b1a130edb98aa88ae3495b31bb", "properties": {"amountEur": ["261800"], "beneficiary": ["c326dd8021ee75fe9608f31ecb4e2e7388144102"], "date": ["2009-08-05"], "namesMentioned": ["YOC AG", "CDU"], "payer": ["638b116a19b429724b502f9be0161e52f84a81b9"]}, "schema": "Payment"} -{"id": "7eaf97b73ab0725db71949e9d4e4239dd02311df", "properties": {"addressEntity": ["76a792dd2e18125caa570c527eeaebac6c24c63b"], "country": ["de"], "name": ["Allianz Versicherungs-AG"]}, "schema": "Company"} -{"id": "5f6489580fe6aeac614dded3760104de1e12fe58", "properties": {"amountEur": ["60001"], "beneficiary": ["c326dd8021ee75fe9608f31ecb4e2e7388144102"], "date": ["2009-08-04"], "namesMentioned": ["CDU", "Allianz Versicherungs-AG"], "payer": ["7eaf97b73ab0725db71949e9d4e4239dd02311df"]}, "schema": "Payment"} -{"id": "f2e9ea97113637d4cb3c6127c9056a92d52dba04", "properties": {"city": ["20097 Hamburg"], "country": ["de"], "full": ["Nordkanalstra\u00dfe 28, 20097 Hamburg", "Nordkanalstra\u00dfe 28 , 20097 Hamburg"], "street": ["Nordkanalstra\u00dfe 28"]}, "schema": "Address"} -{"id": "152da487401ef4547baf2d2bc95f884dc5f8bba0", "properties": {"addressEntity": ["f2e9ea97113637d4cb3c6127c9056a92d52dba04"], "country": ["de"], "name": ["Herr Prof. Dr. Hermann Schnabel"]}, "schema": "Person"} -{"id": "a7a9351d6574f58060bc52889c3c22a70203cc2c", "properties": {"amountEur": ["200000"], "beneficiary": ["c326dd8021ee75fe9608f31ecb4e2e7388144102"], "date": ["2009-08-06"], "namesMentioned": ["CDU", "Herr Prof. Dr. Hermann Schnabel"], "payer": ["152da487401ef4547baf2d2bc95f884dc5f8bba0"]}, "schema": "Payment"} -{"id": "33e8dfae143a5f2d1f4538f52c94b019ce6758bb", "properties": {"city": ["24103 Kiel"], "country": ["de"], "full": ["Fabrikstra\u00dfe 7, 24103 Kiel"], "street": ["Fabrikstra\u00dfe 7"]}, "schema": "Address"} -{"id": "f8867c433ba247cfab74096c73f6ff5e36db3ffe", "properties": {"addressEntity": ["063e2b1d7f33740068babd0705826614994fdb45", "33e8dfae143a5f2d1f4538f52c94b019ce6758bb"], "country": ["de"], "name": ["FERRING Arzneimittel GmbH"]}, "schema": "Company"} -{"id": "6f8c480a92945372d6e68cb330f3861a18d847e1", "properties": {"amountEur": ["150000"], "beneficiary": ["c326dd8021ee75fe9608f31ecb4e2e7388144102"], "date": ["2009-08-06"], "namesMentioned": ["FERRING Arzneimittel GmbH", "CDU"], "payer": ["f8867c433ba247cfab74096c73f6ff5e36db3ffe"]}, "schema": "Payment"} -{"id": "6065d3a32476407eaaf722346150d7cc7e0dd770", "properties": {"city": ["58095 Hagen"], "country": ["de"], "full": ["K\u00f6rnerstra\u00dfe 25, 58095 Hagen"], "street": ["K\u00f6rnerstra\u00dfe 25"]}, "schema": "Address"} -{"id": "d39c507e7621b2f838f4f37e7a53baf6350ae929", "properties": {"addressEntity": ["6065d3a32476407eaaf722346150d7cc7e0dd770"], "country": ["de"], "name": ["M\u00e4rkischer Arbeitgeberverband e. V."]}, "schema": "Company"} -{"id": "3a31bcbccc124f9cf4178317521bae67e9e7d225", "properties": {"amountEur": ["60000"], "beneficiary": ["c326dd8021ee75fe9608f31ecb4e2e7388144102"], "date": ["2009-07-13"], "namesMentioned": ["M\u00e4rkischer Arbeitgeberverband e. V.", "CDU"], "payer": ["d39c507e7621b2f838f4f37e7a53baf6350ae929"]}, "schema": "Payment"} -{"id": "2a14aaf76a44cdcf26405aee121d25f03b9f84b3", "properties": {"amountEur": ["120000"], "beneficiary": ["c326dd8021ee75fe9608f31ecb4e2e7388144102"], "date": ["2009-08-11"], "namesMentioned": ["CDU", "Deutsche Verm\u00f6gensberatung AG"], "payer": ["9e53f9608dea91f3faca8ba6f47b20038cd73905"]}, "schema": "Payment"} -{"id": "2d926dc2fcee9300245ef2f6df90db47b0190c30", "properties": {"amountEur": ["100000"], "beneficiary": ["c326dd8021ee75fe9608f31ecb4e2e7388144102"], "date": ["2009-08-11"], "namesMentioned": ["Allfinanz Deutsche Verm\u00f6gensberatung AG", "CDU"], "payer": ["57d0ab1838434c8199793c7896d05c3310f895ed"]}, "schema": "Payment"} -{"id": "8359642c7532dbc8979be55bd1e793e8278b3416", "properties": {"addressEntity": ["76a792dd2e18125caa570c527eeaebac6c24c63b", "ae7a2c4a159adc0d94a3bcc7876f952db534ce3b"], "country": ["de"], "name": ["Allianz Deutschland AG"]}, "schema": "Company"} -{"id": "dadc22f38e319b73ba6bb3234e9e0f319c280449", "properties": {"amountEur": ["50001"], "beneficiary": ["783d918df9f9178400d6b3386439ab3b3679979c"], "date": ["2009-07-31"], "namesMentioned": ["Allianz Deutschland AG", "FDP"], "payer": ["8359642c7532dbc8979be55bd1e793e8278b3416"]}, "schema": "Payment"} -{"id": "1a43ebd1baadc18b2cc2bc642ff8f80ab16cad1b", "properties": {"amountEur": ["300000"], "beneficiary": ["783d918df9f9178400d6b3386439ab3b3679979c"], "date": ["2009-08-05"], "namesMentioned": ["Substantia AG", "FDP"], "payer": ["dde7a1b3ea18d0545a448e9bfeb9c47ef46dd61c"]}, "schema": "Payment"} -{"id": "c8ad9ded21cefa2a65e1172702aab02386364e53", "properties": {"amountEur": ["60001"], "beneficiary": ["7202347006660188aab5c1e264c4bee948478fd6"], "date": ["2009-08-04"], "namesMentioned": ["Allianz SE", "SPD"], "payer": ["efccc434cdf141c7ba6f6e539bb6b42ecd97c368"]}, "schema": "Payment"} -{"id": "7141b690eba70de01e3d3045320e1e1ef277a678", "properties": {"city": ["81679 M\u00fcnchen"], "country": ["de"], "full": ["Innstra\u00dfe 15, 81679 M\u00fcnchen", "Innstra\u00dfe 15 , 81679 M\u00fcnchen"], "street": ["Innstra\u00dfe 15"]}, "schema": "Address"} -{"id": "5718aa97797284cadec3487573dca11db35b9a15", "properties": {"addressEntity": ["7141b690eba70de01e3d3045320e1e1ef277a678"], "country": ["de"], "name": ["Verein der Bayerischen Chemischen Industrie e.V."]}, "schema": "Organization"} -{"id": "59b370e0a110908caf5fa31038e4d3321813dccd", "properties": {"amountEur": ["70000"], "beneficiary": ["6d8377d3938b85fa1bfd1985486f0f913c42e224"], "date": ["2009-08-04"], "namesMentioned": ["CSU", "Verein der Bayerischen Chemischen Industrie e.V."], "payer": ["5718aa97797284cadec3487573dca11db35b9a15"]}, "schema": "Payment"} -{"id": "41cbbd22010a1c5cb07f7741f515bcb64629290e", "properties": {"amountEur": ["60001"], "beneficiary": ["d10764ddf47ca220527d385fc8fbaa62114408e4"], "date": ["2009-08-03"], "namesMentioned": ["Allianz SE", "GR\u00dcNE"], "payer": ["efccc434cdf141c7ba6f6e539bb6b42ecd97c368"]}, "schema": "Payment"} -{"id": "b4a813961b5a12b80c98415c96352ab9e00cfed8", "properties": {"amountEur": ["106000"], "beneficiary": ["c326dd8021ee75fe9608f31ecb4e2e7388144102"], "date": ["2009-07-08"], "namesMentioned": ["CDU", "Berenberg Bank Joh. Berenberg, Gossler & Co."], "payer": ["b80508bba548ade23ad034e30e44cb305a10d8b5"]}, "schema": "Payment"} -{"id": "88c879e524606785d316b1ec6d6c5626a86b77c6", "properties": {"city": ["77963 Schwanau"], "country": ["de"], "full": ["Waldweg 9, 77963 Schwanau"], "street": ["Waldweg 9"]}, "schema": "Address"} -{"id": "448b8e228f2e75a5e44ae69fa76aaf331d45d69d", "properties": {"addressEntity": ["88c879e524606785d316b1ec6d6c5626a86b77c6"], "country": ["de"], "name": ["Dr.-Ing. E. h. Martin Herrenknecht"]}, "schema": "Person"} -{"id": "6408bb8dbae7003f4c74fe0dcd370883a8f84b53", "properties": {"amountEur": ["70000"], "beneficiary": ["c326dd8021ee75fe9608f31ecb4e2e7388144102"], "date": ["2009-07-10"], "namesMentioned": ["CDU", "Dr.-Ing. E. h. Martin Herrenknecht"], "payer": ["448b8e228f2e75a5e44ae69fa76aaf331d45d69d"]}, "schema": "Payment"} -{"id": "bb1c08415f0dbdb67336be16162214abf2ce18e9", "properties": {"city": ["60329 Frankfurt am Main"], "country": ["de"], "full": ["Karlstra\u00dfe 21, 60329 Frankfurt am Main"], "street": ["Karlstra\u00dfe 21"]}, "schema": "Address"} -{"id": "10dff5c0f7e79dd407683deec273a95555acb02b", "properties": {"addressEntity": ["2eca2ca3c62cc7037d4525188de88747a37df32b", "feb9ccf1ec64ea1346efa42b7b161fc480072b8a", "bb1c08415f0dbdb67336be16162214abf2ce18e9"], "country": ["de"], "name": ["Verband der Chemischen Industrie e.V."]}, "schema": "Organization"} -{"id": "ccc2d3e0e30706e48d229b2f83159b676ee8163f", "properties": {"amountEur": ["100000"], "beneficiary": ["c326dd8021ee75fe9608f31ecb4e2e7388144102"], "date": ["2009-07-30"], "namesMentioned": ["CDU", "Verband der Chemischen Industrie e.V."], "payer": ["10dff5c0f7e79dd407683deec273a95555acb02b"]}, "schema": "Payment"} -{"id": "0e73c28bcabf4850542dbcee963332d078c330dd", "properties": {"amountEur": ["150000"], "beneficiary": ["783d918df9f9178400d6b3386439ab3b3679979c"], "date": ["2009-06-30"], "namesMentioned": ["FDP", "Deutsche Verm\u00f6gensberatung AG"], "payer": ["9e53f9608dea91f3faca8ba6f47b20038cd73905"]}, "schema": "Payment"} -{"id": "747639aa57850bd1e426e25b68a87f1645057f88", "properties": {"amountEur": ["100000"], "beneficiary": ["783d918df9f9178400d6b3386439ab3b3679979c"], "date": ["2009-06-30"], "namesMentioned": ["Allfinanz Deutsche Verm\u00f6gensberatung AG", "FDP"], "payer": ["57d0ab1838434c8199793c7896d05c3310f895ed"]}, "schema": "Payment"} -{"id": "697385852aacf9a0993ef9da95b66f8a12bf8d44", "properties": {"amountEur": ["150000"], "beneficiary": ["783d918df9f9178400d6b3386439ab3b3679979c"], "date": ["2009-07-07"], "namesMentioned": ["Verband der Bayerischen Metall- und Elektroindustrie e.V.", "FDP"], "payer": ["62ad0fe6f56dbbf6fee57ce3da76e88c437024d5"]}, "schema": "Payment"} -{"id": "e03d163029aa25b8d2dc3ea4b758d961f0561d69", "properties": {"city": ["80939 M\u00fcnchen"], "country": ["de"], "full": ["Lilienthalallee 25, 80939 M\u00fcnchen"], "street": ["Lilienthalallee 25"]}, "schema": "Address"} -{"id": "b4059a5222f42ac1b193ec17480306f44ba63dc7", "properties": {"addressEntity": ["e03d163029aa25b8d2dc3ea4b758d961f0561d69"], "country": ["de"], "name": ["Firma Scheffel Grund GmbH"]}, "schema": "Company"} -{"id": "780107091132ba17ccfd46cb1d45a4d46a2becf9", "properties": {"amountEur": ["116317"], "beneficiary": ["6d8377d3938b85fa1bfd1985486f0f913c42e224"], "date": ["2009-07-01"], "namesMentioned": ["Firma Scheffel Grund GmbH", "CSU"], "payer": ["b4059a5222f42ac1b193ec17480306f44ba63dc7"]}, "schema": "Payment"} -{"id": "7a1c35c99eb580c34704d90a47ade145af454a06", "properties": {"amountEur": ["600000"], "beneficiary": ["6d8377d3938b85fa1bfd1985486f0f913c42e224"], "date": ["2009-07-03"], "namesMentioned": ["Verband der Bayerischen Metall- und Elektroindustrie e.V.", "CSU"], "payer": ["62ad0fe6f56dbbf6fee57ce3da76e88c437024d5"]}, "schema": "Payment"} -{"id": "2ba00e98e4d7578f3d4d252c1b9a926dcad24b10", "properties": {"amountEur": ["60001"], "beneficiary": ["6d8377d3938b85fa1bfd1985486f0f913c42e224"], "date": ["2009-07-29"], "namesMentioned": ["Allianz SE", "CSU"], "payer": ["efccc434cdf141c7ba6f6e539bb6b42ecd97c368"]}, "schema": "Payment"} -{"id": "49d46f7e70e19bc497a17734af53ea1a00c831d6", "properties": {"name": ["AGFG"]}, "schema": "Organization"} -{"id": "c571aed3e2344a482536bbc879fae06d0329f637", "properties": {"city": ["64 22 PC Heerlen"], "full": ["Sourethweg 9, 64 22 PC Heerlen"], "street": ["Sourethweg 9"]}, "schema": "Address"} -{"id": "f0b4bd39389ad3e1a10fd960e6e8210ef1220cb1", "properties": {"addressEntity": ["60f82cafe6f3921dbc7292ab3ac4b7cf19569c74", "3866c6b76436c90de165bad28a772d9abfa45074", "c571aed3e2344a482536bbc879fae06d0329f637"], "country": ["de"], "name": ["Dr. Rath Education Services B.V."]}, "schema": "Company"} -{"id": "35cf9900cb8303b2f13ca9345102d4baf317f82c", "properties": {"amountEur": ["103135"], "beneficiary": ["49d46f7e70e19bc497a17734af53ea1a00c831d6"], "date": ["2009-06-27"], "namesMentioned": ["Dr. Rath Education Services B.V.", "AGFG"], "payer": ["f0b4bd39389ad3e1a10fd960e6e8210ef1220cb1"]}, "schema": "Payment"} -{"id": "761bb7ad930b160adc243f6515def8850d559b18", "properties": {"amountEur": ["200000"], "beneficiary": ["c326dd8021ee75fe9608f31ecb4e2e7388144102"], "date": ["2009-06-23"], "namesMentioned": ["CDU", "Herr Prof. Dr. Hermann Schnabel"], "payer": ["152da487401ef4547baf2d2bc95f884dc5f8bba0"]}, "schema": "Payment"} -{"id": "f5cb2c9152ced393100dd3b15d1621fa58048223", "properties": {"city": ["40474 D\u00fcsseldorf"], "country": ["de"], "full": ["Uerdinger Stra\u00dfe 58, 40474 D\u00fcsseldorf"], "street": ["Uerdinger Stra\u00dfe 58"]}, "schema": "Address"} -{"id": "af051e10dfce21f9665481ab6a99d1593b72bc6e", "properties": {"amountEur": ["170000"], "beneficiary": ["c326dd8021ee75fe9608f31ecb4e2e7388144102"], "date": ["2009-06-10"], "namesMentioned": ["Verband der Metall- und Elektroindustrie Nordrhein-Westfalen e.V.", "CDU"], "payer": ["831e4ad076f5877c4adcdd406f972a516ec9558b"]}, "schema": "Payment"} -{"id": "5ecdd47d32a5a1934ec9493657ddd614ac368263", "properties": {"city": ["70327 Stuttgart"], "country": ["de"], "full": ["Mercedesstra\u00dfe 137, 70327 Stuttgart"], "street": ["Mercedesstra\u00dfe 137"]}, "schema": "Address"} -{"id": "729060f0c3129dcd93123e47de200b7def808a04", "properties": {"amountEur": ["150000"], "beneficiary": ["c326dd8021ee75fe9608f31ecb4e2e7388144102"], "date": ["2009-06-03"], "namesMentioned": ["CDU", "Daimler AG"], "payer": ["66ce9f62af8c7d329506da41cb7c36ba058b3d28"]}, "schema": "Payment"} -{"id": "d70a0a25cca59128f17b0311336ebbda7a6939d1", "properties": {"city": ["60325 Frankfurt am Main"], "country": ["de"], "full": ["Taunusanlage 12, 60325 Frankfurt am Main"], "street": ["Taunusanlage 12"]}, "schema": "Address"} -{"id": "35f155f912b07b4ab69a8895064e88026378691b", "properties": {"addressEntity": ["2612b906de591841e328c7bee92247f5c0d2129d", "d70a0a25cca59128f17b0311336ebbda7a6939d1", "6588b034ebfad4b02d0ed9ab8403123b9da23ab4", "c084628c2aa1e0b8b96abc18f072d74acc8a56d2"], "country": ["de"], "name": ["Deutsche Bank AG"]}, "schema": "Company"} -{"id": "470907876190b6f20233c8798e3c945bdd9d0ff7", "properties": {"amountEur": ["200000"], "beneficiary": ["783d918df9f9178400d6b3386439ab3b3679979c"], "date": ["2009-06-22"], "namesMentioned": ["Deutsche Bank AG", "FDP"], "payer": ["35f155f912b07b4ab69a8895064e88026378691b"]}, "schema": "Payment"} -{"id": "dabe04b65c32cfb5d9a041e08c19aa274694e9cc", "properties": {"amountEur": ["150000"], "beneficiary": ["7202347006660188aab5c1e264c4bee948478fd6"], "date": ["2009-06-02"], "namesMentioned": ["SPD", "Daimler AG"], "payer": ["66ce9f62af8c7d329506da41cb7c36ba058b3d28"]}, "schema": "Payment"} -{"id": "b097286c11fea7215d3aead9b95440e61b4f379d", "properties": {"amountEur": ["250000"], "beneficiary": ["783d918df9f9178400d6b3386439ab3b3679979c"], "date": ["2009-04-14"], "namesMentioned": ["Substantia AG", "FDP"], "payer": ["dde7a1b3ea18d0545a448e9bfeb9c47ef46dd61c"]}, "schema": "Payment"} -{"id": "574f26c0696f72c2ad1b420b2e3ec2d1ae1c15e0", "properties": {"city": ["33311 G\u00fctersloh"], "country": ["de"], "full": ["Carl-Bertelsmann-Stra\u00dfe 270, 33311 G\u00fctersloh"], "street": ["Carl-Bertelsmann-Stra\u00dfe 270"]}, "schema": "Address"} -{"id": "dec803ab017683bc693c84400750cae713640f1e", "properties": {"addressEntity": ["574f26c0696f72c2ad1b420b2e3ec2d1ae1c15e0"], "country": ["de"], "name": ["Bertelsmann AG"]}, "schema": "Company"} -{"id": "c3be02cbb7f9f7ad967d9b5fb683f2e60130e53a", "properties": {"amountEur": ["60000"], "beneficiary": ["c326dd8021ee75fe9608f31ecb4e2e7388144102"], "date": ["2009-04-09"], "namesMentioned": ["Bertelsmann AG", "CDU"], "payer": ["dec803ab017683bc693c84400750cae713640f1e"]}, "schema": "Payment"} -{"id": "be2542d7fd9f964000011f763e0ce271750c7b44", "properties": {"amountEur": ["50500"], "beneficiary": ["783d918df9f9178400d6b3386439ab3b3679979c"], "date": ["2009-04-16"], "namesMentioned": ["REUTAX AG", "FDP"], "payer": ["9d439435103f75db8a2eaa50ae6d1d0a6c4f42c2"]}, "schema": "Payment"} -{"id": "60f82cafe6f3921dbc7292ab3ac4b7cf19569c74", "properties": {"city": ["6422 PC Heerlen"], "full": ["Sourethweg 9 , 6422 PC Heerlen", "Sourethweg 9, 6422 PC Heerlen"], "street": ["Sourethweg 9"]}, "schema": "Address"} -{"id": "5443feae9d76bb427e4ab2c70d335ee04f4429af", "properties": {"addressEntity": ["60f82cafe6f3921dbc7292ab3ac4b7cf19569c74"], "name": ["Dr. Rath Health Programs B.V."]}, "schema": "Company"} -{"id": "e929682c809b32f7cf28bfb22f16c2cc9ed2bb89", "properties": {"amountEur": ["83750"], "beneficiary": ["49d46f7e70e19bc497a17734af53ea1a00c831d6"], "date": ["2008-12-31"], "namesMentioned": ["Dr. Rath Health Programs B.V.", "AGFG"], "payer": ["5443feae9d76bb427e4ab2c70d335ee04f4429af"]}, "schema": "Payment"} -{"id": "c084628c2aa1e0b8b96abc18f072d74acc8a56d2", "properties": {"city": ["60486 Frankfurt am Main"], "country": ["de"], "full": ["Theodor-Heuss-Allee 70, 60486 Frankfurt am Main", "Theodor-Heuss-Allee 70 , 60486 Frankfurt am Main"], "street": ["Theodor-Heuss-Allee 70"]}, "schema": "Address"} -{"id": "9a9a845a5bb6fff22a6e840df12e68eed290ddd3", "properties": {"amountEur": ["200000"], "beneficiary": ["c326dd8021ee75fe9608f31ecb4e2e7388144102"], "date": ["2009-03-20"], "namesMentioned": ["Deutsche Bank AG", "CDU"], "payer": ["35f155f912b07b4ab69a8895064e88026378691b"]}, "schema": "Payment"} -{"id": "582e64e961eaf537d8a80856520d601519a5fb98", "properties": {"city": ["50968 K\u00f6ln"], "country": ["de"], "full": ["Pferdmengesstra\u00dfe 3, 50968 K\u00f6ln"], "street": ["Pferdmengesstra\u00dfe 3"]}, "schema": "Address"} -{"id": "281d01c426ce39ddf80aa0e46574843c1ba8bfc9", "properties": {"addressEntity": ["012a13cddb445def96357093c4ebb30c3c5ab41d", "582e64e961eaf537d8a80856520d601519a5fb98"], "country": ["de"], "name": ["Herr Christoph Alexander Kahl"]}, "schema": "Person"} -{"id": "98a5b377dffde7307e265a7cc928297e318daaef", "properties": {"amountEur": ["100000"], "beneficiary": ["c326dd8021ee75fe9608f31ecb4e2e7388144102"], "date": ["2009-03-03"], "namesMentioned": ["CDU", "Herr Christoph Alexander Kahl"], "payer": ["281d01c426ce39ddf80aa0e46574843c1ba8bfc9"]}, "schema": "Payment"} -{"id": "11f854b1c8bbcbe99cae8c3bb48da81ab0a7a281", "properties": {"amountEur": ["151345"], "beneficiary": ["7202347006660188aab5c1e264c4bee948478fd6"], "date": ["2009-02-20"], "namesMentioned": ["SPD", "Bayerische Motorenwerke AG"], "payer": ["21cc81bf3b960d2847b66c6c862e7aa9b5e4f487"]}, "schema": "Payment"} -{"id": "e1cefb8f34ebe236da5ceb1f990c89f018e6b127", "properties": {"amountEur": ["146776"], "beneficiary": ["6d8377d3938b85fa1bfd1985486f0f913c42e224"], "date": ["2009-02-18"], "namesMentioned": ["Bayerische Motorenwerke AG", "CSU"], "payer": ["21cc81bf3b960d2847b66c6c862e7aa9b5e4f487"]}, "schema": "Payment"} -{"id": "ac58b9547ca13ed9fdac72c8030dd56e29d782fd", "properties": {"amountEur": ["110209"], "beneficiary": ["c326dd8021ee75fe9608f31ecb4e2e7388144102"], "date": ["2009-02-23"], "namesMentioned": ["Bayerische Motorenwerke AG", "CDU"], "payer": ["21cc81bf3b960d2847b66c6c862e7aa9b5e4f487"]}, "schema": "Payment"} -{"id": "c6b4735e5f59edbb68f71051477633324fa560d1", "properties": {"amountEur": ["54043"], "beneficiary": ["783d918df9f9178400d6b3386439ab3b3679979c"], "date": ["2009-02-16"], "namesMentioned": ["Bayerische Motorenwerke AG", "FDP"], "payer": ["21cc81bf3b960d2847b66c6c862e7aa9b5e4f487"]}, "schema": "Payment"} -{"id": "ed44dd143a9786cabe016491b4147c97da429b42", "properties": {"city": ["20148 Hamburg"], "country": ["de"], "full": ["Harvestehuder Weg 18, 20148 Hamburg"], "street": ["Harvestehuder Weg 18"]}, "schema": "Address"} -{"id": "a061e760dfcf0d5c774fc37c74937193704807b5", "properties": {"addressEntity": ["ed44dd143a9786cabe016491b4147c97da429b42"], "country": ["de"], "name": ["Clou Container Leasing GmbH"]}, "schema": "Company"} -{"id": "5594eb93bba801293b00e4e8e2327ae026c3093d", "properties": {"amountEur": ["200000"], "beneficiary": ["c326dd8021ee75fe9608f31ecb4e2e7388144102"], "date": ["2009-01-13"], "namesMentioned": ["CDU", "Clou Container Leasing GmbH"], "payer": ["a061e760dfcf0d5c774fc37c74937193704807b5"]}, "schema": "Payment"} -{"id": "21b76e12440e1d256ed30a045f5987945400b0f9", "properties": {"city": ["45128 Essen"], "country": ["de"], "full": ["Rellinghauser Stra\u00dfe 1-11, 45128 Essen"], "street": ["Rellinghauser Stra\u00dfe 1-11"]}, "schema": "Address"} -{"id": "2e9f447062b8930f5a4015dd34de4c52475a3fe3", "properties": {"addressEntity": ["21b76e12440e1d256ed30a045f5987945400b0f9"], "country": ["de"], "name": ["Evonik Industries AG"]}, "schema": "Company"} -{"id": "67d737618cc1714f2c9f9d718ff21a43a54c2863", "properties": {"amountEur": ["70000"], "beneficiary": ["c326dd8021ee75fe9608f31ecb4e2e7388144102"], "date": ["2009-01-28"], "namesMentioned": ["Evonik Industries AG", "CDU"], "payer": ["2e9f447062b8930f5a4015dd34de4c52475a3fe3"]}, "schema": "Payment"} -{"id": "f293a4f81ace6cefa759b72293a61a7f4cd3fd17", "properties": {"amountEur": ["100000"], "beneficiary": ["7202347006660188aab5c1e264c4bee948478fd6"], "date": ["2009-01-27"], "namesMentioned": ["Evonik Industries AG", "SPD"], "payer": ["2e9f447062b8930f5a4015dd34de4c52475a3fe3"]}, "schema": "Payment"} -{"id": "6222bb883f84c6c740a0e824d017ba44c93c0408", "properties": {"amountEur": ["77750"], "beneficiary": ["49d46f7e70e19bc497a17734af53ea1a00c831d6"], "date": ["2008-12-18"], "namesMentioned": ["Dr. Rath Health Programs B.V.", "AGFG"], "payer": ["5443feae9d76bb427e4ab2c70d335ee04f4429af"]}, "schema": "Payment"} -{"id": "839a44780113581688eb5108da9ac50ce44c6975", "properties": {"amountEur": ["100000"], "beneficiary": ["c326dd8021ee75fe9608f31ecb4e2e7388144102"], "date": ["2008-12-10"], "namesMentioned": ["Allfinanz Deutsche Verm\u00f6gensberatung AG", "CDU"], "payer": ["57d0ab1838434c8199793c7896d05c3310f895ed"]}, "schema": "Payment"} -{"id": "3cb678ca980cdb94a5532469830d48e3ae2761c0", "properties": {"amountEur": ["100000"], "beneficiary": ["c326dd8021ee75fe9608f31ecb4e2e7388144102"], "date": ["2008-12-19"], "namesMentioned": ["CDU", "Verband der Metall- und Elektroindustrie Baden-W\u00fcrttemberg e.V."], "payer": ["69401823a9f0a97cfdc37afa7c3158374e007669"]}, "schema": "Payment"} -{"id": "d30c2d776a673b625b75ae86c23b3e44f60627a0", "properties": {"city": ["Limassol 3507"], "country": ["cy"], "full": ["Dodekanison Street, Limassol 3507"], "street": ["Dodekanison Street"]}, "schema": "Address"} -{"id": "234d0d6f45ad5492a6510b8e5b0b174185479e6e", "properties": {"addressEntity": ["d30c2d776a673b625b75ae86c23b3e44f60627a0"], "country": ["cy"], "name": ["Schoeller Holdings Ltd."]}, "schema": "Company"} -{"id": "47a4fdbf5ded3d4f17f0b47ab94107a8038ef45a", "properties": {"amountEur": ["100000"], "beneficiary": ["c326dd8021ee75fe9608f31ecb4e2e7388144102"], "date": ["2008-12-17"], "namesMentioned": ["Schoeller Holdings Ltd.", "CDU"], "payer": ["234d0d6f45ad5492a6510b8e5b0b174185479e6e"]}, "schema": "Payment"} -{"id": "b9754a96788f3ea8359234a26e4b9e1157a6cc71", "properties": {"amountEur": ["100000"], "beneficiary": ["c326dd8021ee75fe9608f31ecb4e2e7388144102"], "date": ["2008-12-23"], "namesMentioned": ["CDU", "Berenberg Bank Joh. Berenberg, Gossler & Co."], "payer": ["b80508bba548ade23ad034e30e44cb305a10d8b5"]}, "schema": "Payment"} -{"id": "c09a13ff379da3aa3c249263710aa24b25136ad5", "properties": {"city": ["12439 Berlin"], "country": ["de"], "full": ["Bruno-B\u00fcrgel-Weg 100 , 12439 Berlin"], "street": ["Bruno-B\u00fcrgel-Weg 100"]}, "schema": "Address"} -{"id": "45f4b576849c86855ef4c837c528da93b818b1d4", "properties": {"addressEntity": ["c09a13ff379da3aa3c249263710aa24b25136ad5"], "country": ["de"], "name": ["Gie\u00dfner Bauunternehmung GmbH"]}, "schema": "Company"} -{"id": "db8aab99fa32f4a0e273b45810484a7226ec5c5a", "properties": {"amountEur": ["93489"], "beneficiary": ["c326dd8021ee75fe9608f31ecb4e2e7388144102"], "date": ["2008-12-31"], "namesMentioned": ["CDU", "Gie\u00dfner Bauunternehmung GmbH"], "payer": ["45f4b576849c86855ef4c837c528da93b818b1d4"]}, "schema": "Payment"} -{"id": "8bf10a06b4d8efb4152c768155fde7b3239660de", "properties": {"amountEur": ["100000"], "beneficiary": ["7202347006660188aab5c1e264c4bee948478fd6"], "date": ["2008-12-08"], "namesMentioned": ["Deutsche Bank AG", "SPD"], "payer": ["35f155f912b07b4ab69a8895064e88026378691b"]}, "schema": "Payment"} -{"id": "b9ce4e8222df68f181942b53c272e456de0bc76a", "properties": {"amountEur": ["200000"], "beneficiary": ["783d918df9f9178400d6b3386439ab3b3679979c"], "date": ["2008-12-05"], "namesMentioned": ["Deutsche Bank AG", "FDP"], "payer": ["35f155f912b07b4ab69a8895064e88026378691b"]}, "schema": "Payment"} -{"id": "3d70dc92961b7aa8ac69b89923a9e6db9d4158f4", "properties": {"amountEur": ["100000"], "beneficiary": ["783d918df9f9178400d6b3386439ab3b3679979c"], "date": ["2008-12-15"], "namesMentioned": ["Allfinanz Deutsche Verm\u00f6gensberatung AG", "FDP"], "payer": ["57d0ab1838434c8199793c7896d05c3310f895ed"]}, "schema": "Payment"} -{"id": "180c5086c01476e38b6e880464bb106a32bf3979", "properties": {"amountEur": ["57000"], "beneficiary": ["6d8377d3938b85fa1bfd1985486f0f913c42e224"], "date": ["2008-12-30"], "namesMentioned": ["CSU", "Verein der Bayerischen Chemischen Industrie e.V."], "payer": ["5718aa97797284cadec3487573dca11db35b9a15"]}, "schema": "Payment"} -{"id": "cc1b9f74d2ea607182a32a2add51f6b67f95c141", "properties": {"amountEur": ["69750"], "beneficiary": ["49d46f7e70e19bc497a17734af53ea1a00c831d6"], "date": ["2008-11-19"], "namesMentioned": ["Dr. Rath Health Programs B.V.", "AGFG"], "payer": ["5443feae9d76bb427e4ab2c70d335ee04f4429af"]}, "schema": "Payment"} -{"id": "4317bee0854f6ccec6e589ef62d8111fffd9b923", "properties": {"city": ["40212 D\u00fcsseldorf"], "country": ["de"], "full": ["Berliner Allee 121, 40212 D\u00fcsseldorf"], "street": ["Berliner Allee 121"]}, "schema": "Address"} -{"id": "2970cb91ca9758b6b539e6271892c2e9538bbb26", "properties": {"addressEntity": ["4317bee0854f6ccec6e589ef62d8111fffd9b923"], "country": ["de"], "name": ["VM Holding Aktiengesellschaft"]}, "schema": "Company"} -{"id": "13a4db1cfbd3b3c0ecb9eeb341ebc626d0c04991", "properties": {"amountEur": ["250000"], "beneficiary": ["783d918df9f9178400d6b3386439ab3b3679979c"], "date": ["2008-10-15"], "namesMentioned": ["VM Holding Aktiengesellschaft", "FDP"], "payer": ["2970cb91ca9758b6b539e6271892c2e9538bbb26"]}, "schema": "Payment"} -{"id": "d4416afbc73fffd5eab8382ebe502fe83e5f9f03", "properties": {"amountEur": ["200000"], "beneficiary": ["c326dd8021ee75fe9608f31ecb4e2e7388144102"], "date": ["2008-10-06"], "namesMentioned": ["Deutsche Bank AG", "CDU"], "payer": ["35f155f912b07b4ab69a8895064e88026378691b"]}, "schema": "Payment"} -{"id": "2b32f553c20f356bc7903884295a9011e901109c", "properties": {"amountEur": ["88591"], "beneficiary": ["49d46f7e70e19bc497a17734af53ea1a00c831d6"], "date": ["2008-10-29"], "namesMentioned": ["Dr. Rath Education Services B.V.", "AGFG"], "payer": ["f0b4bd39389ad3e1a10fd960e6e8210ef1220cb1"]}, "schema": "Payment"} -{"id": "f8c001f82d080f682d50061ded885773d6d9b652", "properties": {"amountEur": ["61750"], "beneficiary": ["49d46f7e70e19bc497a17734af53ea1a00c831d6"], "date": ["2008-10-10"], "namesMentioned": ["Dr. Rath Health Programs B.V.", "AGFG"], "payer": ["5443feae9d76bb427e4ab2c70d335ee04f4429af"]}, "schema": "Payment"} -{"id": "880c745b35d364322ceaa46fe03601d7e85049b5", "properties": {"city": ["80333 M\u00fcnchen"], "country": ["de"], "full": ["Pacellistra\u00dfe 4, 80333 M\u00fcnchen"], "street": ["Pacellistra\u00dfe 4"]}, "schema": "Address"} -{"id": "1e795fa11bbc3e99b8dcc3dc41d8c7b9c74af52e", "properties": {"addressEntity": ["880c745b35d364322ceaa46fe03601d7e85049b5"], "country": ["de"], "name": ["Clair Immobilien Deutschland GmbH"]}, "schema": "Company"} -{"id": "34cf0266d8da652ab2050fd65dc53ed0fcd7523a", "properties": {"amountEur": ["430000"], "beneficiary": ["6d8377d3938b85fa1bfd1985486f0f913c42e224"], "date": ["2008-09-22"], "namesMentioned": ["Clair Immobilien Deutschland GmbH", "CSU"], "payer": ["1e795fa11bbc3e99b8dcc3dc41d8c7b9c74af52e"]}, "schema": "Payment"} -{"id": "a621807d4abeee2ddc96ea8ee5ec63ebf56c835a", "properties": {"city": ["80333 M\u00fcnchen"], "country": ["de"], "full": ["Promenadeplatz 12 , 80333 M\u00fcnchen", "Promenadeplatz 12, 80333 M\u00fcnchen"], "street": ["Promenadeplatz 12"]}, "schema": "Address"} -{"id": "6287d38db1ddca9bf4503da3957f5d701d3005ac", "properties": {"addressEntity": ["a621807d4abeee2ddc96ea8ee5ec63ebf56c835a"], "country": ["de"], "name": ["Mercator Verwaltung GmbH"]}, "schema": "Company"} -{"id": "feabbb0c77206bcd4278db175c36cb9a429069b3", "properties": {"amountEur": ["390000"], "beneficiary": ["6d8377d3938b85fa1bfd1985486f0f913c42e224"], "date": ["2008-09-22"], "namesMentioned": ["Mercator Verwaltung GmbH", "CSU"], "payer": ["6287d38db1ddca9bf4503da3957f5d701d3005ac"]}, "schema": "Payment"} -{"id": "1a93f8501d7c9cab594b83db4fede499fd192ac6", "properties": {"city": ["40213 D\u00fcsseldorf"], "country": ["de"], "full": ["Benrather Stra\u00dfe 18-20, 40213 D\u00fcsseldorf"], "street": ["Benrather Stra\u00dfe 18-20"]}, "schema": "Address"} -{"id": "e3318922218cf1828888745d9e1b8d39d87b56dc", "properties": {"addressEntity": ["1a93f8501d7c9cab594b83db4fede499fd192ac6"], "country": ["de"], "name": ["EGGERT GROUP GmbH & Co. KG"]}, "schema": "Company"} -{"id": "b28e46c51cfd803f151b8899a13daa9262aee4db", "properties": {"amountEur": ["71400"], "beneficiary": ["c326dd8021ee75fe9608f31ecb4e2e7388144102"], "date": ["2008-09-23"], "namesMentioned": ["EGGERT GROUP GmbH & Co. KG", "CDU"], "payer": ["e3318922218cf1828888745d9e1b8d39d87b56dc"]}, "schema": "Payment"} -{"id": "ae81e47c0923fdc6b3e9f4a1326962d835904a80", "properties": {"city": ["50667 K\u00f6ln"], "country": ["de"], "full": ["Unter Sachsenhausen 4, 50667 K\u00f6ln"], "street": ["Unter Sachsenhausen 4"]}, "schema": "Address"} -{"id": "4ec95eee36917fe8d5c8f51d00dcd707e1b8be02", "properties": {"addressEntity": ["ae81e47c0923fdc6b3e9f4a1326962d835904a80"], "country": ["de"], "name": ["Bankhaus Sal. Oppenheim Jr. & Cie KGaA"]}, "schema": "Company"} -{"id": "2d764e120b974ee90db352125c4d7ec1717faec3", "properties": {"amountEur": ["100000"], "beneficiary": ["c326dd8021ee75fe9608f31ecb4e2e7388144102"], "date": ["2008-08-05"], "namesMentioned": ["Bankhaus Sal. Oppenheim Jr. & Cie KGaA", "CDU"], "payer": ["4ec95eee36917fe8d5c8f51d00dcd707e1b8be02"]}, "schema": "Payment"} -{"id": "63a681d9501df9417522f0007eec512c1261ca5c", "properties": {"city": ["40474 D\u00fcsseldorf"], "country": ["de"], "full": ["Uerdinger Stra\u00dfe 56-62, 40474 D\u00fcsseldorf"], "street": ["Uerdinger Stra\u00dfe 56-62"]}, "schema": "Address"} -{"id": "a128ea4314a0c15bf57ec43a3e58f54b41e964ae", "properties": {"amountEur": ["70000"], "beneficiary": ["c326dd8021ee75fe9608f31ecb4e2e7388144102"], "date": ["2008-07-30"], "namesMentioned": ["Verband der Metall- und Elektroindustrie Nordrhein-Westfalen e.V.", "CDU"], "payer": ["831e4ad076f5877c4adcdd406f972a516ec9558b"]}, "schema": "Payment"} -{"id": "38f8d8188db248114b3929e69d4a455ff3baaa1d", "properties": {"amountEur": ["100000"], "beneficiary": ["783d918df9f9178400d6b3386439ab3b3679979c"], "date": ["2008-08-01"], "namesMentioned": ["Bankhaus Sal. Oppenheim Jr. & Cie KGaA", "FDP"], "payer": ["4ec95eee36917fe8d5c8f51d00dcd707e1b8be02"]}, "schema": "Payment"} -{"id": "4d9670c29ea465d63d6cfb6941d4210475555770", "properties": {"city": ["47443 Moers"], "country": ["de"], "full": ["Jahnstra\u00dfe 41, 47443 Moers"], "street": ["Jahnstra\u00dfe 41"]}, "schema": "Address"} -{"id": "a4a96e1cbd52448c26fa48b934b5ab972a428eec", "properties": {"addressEntity": ["51d9903d956d11c35cabc0b078735f870124da89", "4d9670c29ea465d63d6cfb6941d4210475555770"], "country": ["de"], "name": ["Herr Michael May"]}, "schema": "Person"} -{"id": "7b16e17d96e6baf57da9050adeeae944c64fbf17", "properties": {"amountEur": ["70000"], "beneficiary": ["6d03aec76fdeec8f9697d8b19954ab6fc2568bc8"], "date": ["2008-06-24"], "namesMentioned": ["Herr Michael May", "MLPD"], "payer": ["a4a96e1cbd52448c26fa48b934b5ab972a428eec"]}, "schema": "Payment"} -{"id": "fcc3cf0e4a40b00d5648d69cf739d9d822f3d854", "properties": {"amountEur": ["60001"], "beneficiary": ["6d8377d3938b85fa1bfd1985486f0f913c42e224"], "date": ["2008-07-15"], "namesMentioned": ["Allianz SE", "CSU"], "payer": ["efccc434cdf141c7ba6f6e539bb6b42ecd97c368"]}, "schema": "Payment"} -{"id": "a58bcfb6cc059c8c7de8674a00463dbab862e741", "properties": {"city": ["10117 Berlin"], "country": ["de"], "full": ["Pariser Platz 6, 10117 Berlin"], "street": ["Pariser Platz 6"]}, "schema": "Address"} -{"id": "f294439a74a9df2625e31bc1f678807d72a4fe27", "properties": {"addressEntity": ["a58bcfb6cc059c8c7de8674a00463dbab862e741"], "country": ["de"], "name": ["Allianz SE, Repr\u00e4sentanz"]}, "schema": "Company"} -{"id": "57396f3742599f6f56092cde771b5ca573b794cc", "properties": {"amountEur": ["60001"], "beneficiary": ["d10764ddf47ca220527d385fc8fbaa62114408e4"], "date": ["2008-07-15"], "namesMentioned": ["GR\u00dcNE", "Allianz SE, Repr\u00e4sentanz"], "payer": ["f294439a74a9df2625e31bc1f678807d72a4fe27"]}, "schema": "Payment"} -{"id": "ed6872311b59ada39723044ee5fd8b4614b432a2", "properties": {"amountEur": ["50001"], "beneficiary": ["783d918df9f9178400d6b3386439ab3b3679979c"], "date": ["2008-07-14"], "namesMentioned": ["FDP", "Allianz Versicherungs-AG"], "payer": ["7eaf97b73ab0725db71949e9d4e4239dd02311df"]}, "schema": "Payment"} -{"id": "72c89baecfdc1d3c8a61ca6f222223e1e3a6ac7c", "properties": {"amountEur": ["60001"], "beneficiary": ["7202347006660188aab5c1e264c4bee948478fd6"], "date": ["2008-07-15"], "namesMentioned": ["Allianz SE", "SPD"], "payer": ["efccc434cdf141c7ba6f6e539bb6b42ecd97c368"]}, "schema": "Payment"} -{"id": "54c7c8113262e133c10236e964585f59650e5acb", "properties": {"amountEur": ["60001"], "beneficiary": ["c326dd8021ee75fe9608f31ecb4e2e7388144102"], "date": ["2008-07-15"], "namesMentioned": ["Allianz SE", "CDU"], "payer": ["efccc434cdf141c7ba6f6e539bb6b42ecd97c368"]}, "schema": "Payment"} -{"id": "009cb94901dacb7dfde9d384bdd4580ce3ad1e6f", "properties": {"amountEur": ["150000"], "beneficiary": ["c326dd8021ee75fe9608f31ecb4e2e7388144102"], "date": ["2008-06-17"], "namesMentioned": ["CDU", "Daimler AG"], "payer": ["66ce9f62af8c7d329506da41cb7c36ba058b3d28"]}, "schema": "Payment"} -{"id": "03bf3b8abeb18f8d93c9ebe4d56ebfc4ff4fca4a", "properties": {"amountEur": ["150000"], "beneficiary": ["7202347006660188aab5c1e264c4bee948478fd6"], "date": ["2008-06-17"], "namesMentioned": ["SPD", "Daimler AG"], "payer": ["66ce9f62af8c7d329506da41cb7c36ba058b3d28"]}, "schema": "Payment"} -{"id": "334233572f2e420163969e5f0b1887c471edead9", "properties": {"amountEur": ["50500"], "beneficiary": ["49d46f7e70e19bc497a17734af53ea1a00c831d6"], "date": ["2008-05-30"], "namesMentioned": ["Dr. Rath Health Programs B.V.", "AGFG"], "payer": ["5443feae9d76bb427e4ab2c70d335ee04f4429af"]}, "schema": "Payment"} -{"id": "9e26086471baec162d431c9abde4838db80b873f", "properties": {"amountEur": ["330000"], "beneficiary": ["6d03aec76fdeec8f9697d8b19954ab6fc2568bc8"], "date": ["2008-05-20"], "namesMentioned": ["Herr Michael May", "MLPD"], "payer": ["a4a96e1cbd52448c26fa48b934b5ab972a428eec"]}, "schema": "Payment"} -{"id": "3e1f781d26e4059b2567ae081b5070a8dfb7d9a3", "properties": {"city": ["CH-9001 St.Gallen"], "country": ["de"], "full": ["Dufourstra\u00dfe 121, CH-9001 St.Gallen"], "street": ["Dufourstra\u00dfe 121"]}, "schema": "Address"} -{"id": "0da3ab2ec5ddf7c0b2cf81ebb3dc834bd120ffb0", "properties": {"addressEntity": ["3e1f781d26e4059b2567ae081b5070a8dfb7d9a3"], "country": ["de"], "name": ["Herr Dr. Cornelius Boersch"]}, "schema": "Person"} -{"id": "eddb863fa12c53bc67156694a30d676836bf30a6", "properties": {"amountEur": ["75000"], "beneficiary": ["783d918df9f9178400d6b3386439ab3b3679979c"], "date": ["2008-05-20"], "namesMentioned": ["Herr Dr. Cornelius Boersch", "FDP"], "payer": ["0da3ab2ec5ddf7c0b2cf81ebb3dc834bd120ffb0"]}, "schema": "Payment"} -{"id": "638b5293f98e2114ac98d52e3fc2dfbec63408a8", "properties": {"amountEur": ["540000"], "beneficiary": ["6d8377d3938b85fa1bfd1985486f0f913c42e224"], "date": ["2008-04-02"], "namesMentioned": ["Verband der Bayerischen Metall- und Elektroindustrie e.V.", "CSU"], "payer": ["62ad0fe6f56dbbf6fee57ce3da76e88c437024d5"]}, "schema": "Payment"} -{"id": "e5513372094f04d783a2d867d761bcfcfd76c2e3", "properties": {"amountEur": ["100000"], "beneficiary": ["783d918df9f9178400d6b3386439ab3b3679979c"], "date": ["2008-04-04"], "namesMentioned": ["Verband der Bayerischen Metall- und Elektroindustrie e.V.", "FDP"], "payer": ["62ad0fe6f56dbbf6fee57ce3da76e88c437024d5"]}, "schema": "Payment"} -{"id": "8192808fca93c172b95f8bd1d2b7854fa5216d94", "properties": {"city": ["60311 Frankfurt am Main"], "country": ["de"], "full": ["Kaiserplatz, 60311 Frankfurt am Main"], "street": ["Kaiserplatz"]}, "schema": "Address"} -{"id": "16f641c4240df753ca80049718afcf708d2880fa", "properties": {"addressEntity": ["8192808fca93c172b95f8bd1d2b7854fa5216d94"], "country": ["de"], "name": ["Commerzbank AG"]}, "schema": "Company"} -{"id": "69d1da72dae5b15bcb848a3261a8bbc46ecfed4c", "properties": {"amountEur": ["100000"], "beneficiary": ["c326dd8021ee75fe9608f31ecb4e2e7388144102"], "date": ["2008-03-20"], "namesMentioned": ["Commerzbank AG", "CDU"], "payer": ["16f641c4240df753ca80049718afcf708d2880fa"]}, "schema": "Payment"} -{"id": "c9b88367a997b39ed399d5b58f5bc2d8c2aca6e0", "properties": {"amountEur": ["100000"], "beneficiary": ["7202347006660188aab5c1e264c4bee948478fd6"], "date": ["2008-03-25"], "namesMentioned": ["SPD", "Commerzbank AG"], "payer": ["16f641c4240df753ca80049718afcf708d2880fa"]}, "schema": "Payment"} -{"id": "280233d9327490473e3f32527c4ec4c8a68aaf86", "properties": {"amountEur": ["100000"], "beneficiary": ["c326dd8021ee75fe9608f31ecb4e2e7388144102"], "date": ["2008-01-31"], "namesMentioned": ["CDU", "Herr Prof. Dr. Hermann Schnabel"], "payer": ["152da487401ef4547baf2d2bc95f884dc5f8bba0"]}, "schema": "Payment"} -{"id": "72fd7df14e87678c9c6dcebb3ef045d11343d64c", "properties": {"addressEntity": ["f2e9ea97113637d4cb3c6127c9056a92d52dba04"], "country": ["de"], "name": ["Herr Prof. Dr. Schnabel"]}, "schema": "Person"} -{"id": "1e85ebc292c7c15f93ca4686847e1cca20d00c21", "properties": {"amountEur": ["100000"], "beneficiary": ["c326dd8021ee75fe9608f31ecb4e2e7388144102"], "date": ["2008-02-01"], "namesMentioned": ["Herr Prof. Dr. Schnabel", "CDU"], "payer": ["72fd7df14e87678c9c6dcebb3ef045d11343d64c"]}, "schema": "Payment"} -{"id": "d8ba95baab6b4da0d72aaaad03081bb2eb53e5ba", "properties": {"amountEur": ["71565"], "beneficiary": ["c326dd8021ee75fe9608f31ecb4e2e7388144102"], "date": ["2008-02-26"], "namesMentioned": ["Bayerische Motorenwerke AG", "CDU"], "payer": ["21cc81bf3b960d2847b66c6c862e7aa9b5e4f487"]}, "schema": "Payment"} -{"id": "556ffb4ac61471059772965d0bf84a648d1f08da", "properties": {"amountEur": ["141328"], "beneficiary": ["7202347006660188aab5c1e264c4bee948478fd6"], "date": ["2008-02-21"], "namesMentioned": ["SPD", "Bayerische Motorenwerke AG"], "payer": ["21cc81bf3b960d2847b66c6c862e7aa9b5e4f487"]}, "schema": "Payment"} -{"id": "1b47cabde9f6b12d4ff211ea2ee45e539c792f75", "properties": {"amountEur": ["134742"], "beneficiary": ["6d8377d3938b85fa1bfd1985486f0f913c42e224"], "date": ["2008-02-21"], "namesMentioned": ["Bayerische Motorenwerke AG", "CSU"], "payer": ["21cc81bf3b960d2847b66c6c862e7aa9b5e4f487"]}, "schema": "Payment"} -{"id": "37ec44706d52e3eb53f1cb9d9fe593f2f9d0a487", "properties": {"city": ["Berlin / Bonn"], "country": ["de"], "full": [", Berlin / Bonn"]}, "schema": "Address"} -{"id": "5d49c26b595d26e7a2c72ae6ca2249aa25a5873c", "properties": {"amountEur": ["61146"], "beneficiary": ["783d918df9f9178400d6b3386439ab3b3679979c"], "date": ["2008-02-14"], "namesMentioned": ["Bayerische Motorenwerke AG", "FDP"], "payer": ["21cc81bf3b960d2847b66c6c862e7aa9b5e4f487"]}, "schema": "Payment"} -{"id": "9171ef5c2d4d30943921ec098b3ac0f06c86fa5a", "properties": {"city": ["Slough, Berkshire, SL 1 4 TJ"], "country": ["gb"], "full": ["414 Montrose Avenue, Slough, Berkshire, SL 1 4 TJ"], "street": ["414 Montrose Avenue"]}, "schema": "Address"} -{"id": "c15d798c5a7951abbd1ad455e66c79bc65a6ce84", "properties": {"addressEntity": ["9171ef5c2d4d30943921ec098b3ac0f06c86fa5a", "a5c2a0f5456a7bc4b129aaca1d0e65b3057f3daf"], "country": ["gb"], "name": ["Matthias Rath Limited"]}, "schema": "Company"} -{"id": "2b264e8261104b877e37ac28ecaf8b189c7ea524", "properties": {"amountEur": ["97000"], "beneficiary": ["49d46f7e70e19bc497a17734af53ea1a00c831d6"], "date": ["2007-08-23"], "namesMentioned": ["Matthias Rath Limited", "AGFG"], "payer": ["c15d798c5a7951abbd1ad455e66c79bc65a6ce84"]}, "schema": "Payment"} -{"id": "4ac7053a3f1aefb6ba669de14dcc41537e09f63d", "properties": {"amountEur": ["100000"], "beneficiary": ["c326dd8021ee75fe9608f31ecb4e2e7388144102"], "date": ["2008-01-10"], "namesMentioned": ["CDU", "Clou Container Leasing GmbH"], "payer": ["a061e760dfcf0d5c774fc37c74937193704807b5"]}, "schema": "Payment"} -{"id": "a7dbaab083ce9c0f05368a83472b1368c4562617", "properties": {"amountEur": ["70000"], "beneficiary": ["c326dd8021ee75fe9608f31ecb4e2e7388144102"], "date": ["2008-01-21"], "namesMentioned": ["Evonik Industries AG", "CDU"], "payer": ["2e9f447062b8930f5a4015dd34de4c52475a3fe3"]}, "schema": "Payment"} -{"id": "006dd13b055a6b66947f991ced6c854defe0e626", "properties": {"amountEur": ["75000"], "beneficiary": ["c326dd8021ee75fe9608f31ecb4e2e7388144102"], "date": ["2008-01-28"], "namesMentioned": ["CDU", "Frau Susanne Klatten"], "payer": ["4cd8367bbcdfe2d260e042e125791542081a562e"]}, "schema": "Payment"} -{"id": "cec4f3b49d0dc7609de1e13e0491933da5a9df31", "properties": {"amountEur": ["75000"], "beneficiary": ["c326dd8021ee75fe9608f31ecb4e2e7388144102"], "date": ["2008-01-28"], "namesMentioned": ["CDU", "Frau Johanna Quandt"], "payer": ["2d3e50433e36ebe16f3d906b684c9d5124c46d76"]}, "schema": "Payment"} -{"id": "752dbc1f0b8a9d8426b54c7be5056bd948ce9621", "properties": {"amountEur": ["75000"], "beneficiary": ["c326dd8021ee75fe9608f31ecb4e2e7388144102"], "date": ["2008-01-28"], "namesMentioned": ["Herr Stefan Quandt", "CDU"], "payer": ["0875bc617a5ff0a0ba605ea76d0fccd44660e7e7"]}, "schema": "Payment"} -{"id": "ef6ffb7142c24dd8c621b5ab38db35642c807201", "properties": {"amountEur": ["100000"], "beneficiary": ["7202347006660188aab5c1e264c4bee948478fd6"], "date": ["2008-01-18"], "namesMentioned": ["Evonik Industries AG", "SPD"], "payer": ["2e9f447062b8930f5a4015dd34de4c52475a3fe3"]}, "schema": "Payment"} -{"id": "c72ecda270e282245a0a5a32ef8329d09e34333a", "properties": {"city": ["20354 Hamburg"], "country": ["de"], "full": ["Bleichenbr\u00fccke 10 , 20354 Hamburg"], "street": ["Bleichenbr\u00fccke 10"]}, "schema": "Address"} -{"id": "d4244c13c116f451f0c95ce2bf9f89ef6c2ed27d", "properties": {"addressEntity": ["c72ecda270e282245a0a5a32ef8329d09e34333a"], "country": ["de"], "name": ["Reederei Claus-Peter Offen GmbH & Co."]}, "schema": "Company"} -{"id": "c5ab6a47b381505057d2d7e12bd02c16d643d5f2", "properties": {"amountEur": ["75000"], "beneficiary": ["c326dd8021ee75fe9608f31ecb4e2e7388144102"], "date": ["2007-11-15"], "namesMentioned": ["CDU", "Reederei Claus-Peter Offen GmbH & Co."], "payer": ["d4244c13c116f451f0c95ce2bf9f89ef6c2ed27d"]}, "schema": "Payment"} -{"id": "4331bd4f4f05a6aa7c92093a2fd7d11c3711952f", "properties": {"amountEur": ["200000"], "beneficiary": ["c326dd8021ee75fe9608f31ecb4e2e7388144102"], "date": ["2007-12-21"], "namesMentioned": ["CDU", "Verband der Metall- und Elektroindustrie Baden-W\u00fcrttemberg e.V."], "payer": ["69401823a9f0a97cfdc37afa7c3158374e007669"]}, "schema": "Payment"} -{"id": "3866c6b76436c90de165bad28a772d9abfa45074", "properties": {"city": ["NL-6422 PC Heerlen"], "country": ["de"], "full": ["Sourethweg 9 , NL-6422 PC Heerlen"], "street": ["Sourethweg 9"]}, "schema": "Address"} -{"id": "90bd3095393dd8e0e22182a02c72077fdf0fa18d", "properties": {"amountEur": ["60000"], "beneficiary": ["49d46f7e70e19bc497a17734af53ea1a00c831d6"], "date": ["2007-02-08"], "namesMentioned": ["Dr. Rath Education Services B.V.", "AGFG"], "payer": ["f0b4bd39389ad3e1a10fd960e6e8210ef1220cb1"]}, "schema": "Payment"} -{"id": "0ed53a908d77982be939565a14e28263ee31d568", "properties": {"addressEntity": ["3866c6b76436c90de165bad28a772d9abfa45074"], "country": ["de"], "name": ["Dr. Rath Health Programms B.V."]}, "schema": "Company"} -{"id": "346f225759733a993aa47ffcbbc359d83bec9b58", "properties": {"amountEur": ["150000"], "beneficiary": ["49d46f7e70e19bc497a17734af53ea1a00c831d6"], "date": ["2007-10-08"], "namesMentioned": ["Dr. Rath Health Programms B.V.", "AGFG"], "payer": ["0ed53a908d77982be939565a14e28263ee31d568"]}, "schema": "Payment"} -{"id": "a5c2a0f5456a7bc4b129aaca1d0e65b3057f3daf", "properties": {"city": ["Slough Berkshire, SL 1 4TJ"], "country": ["gb"], "full": ["414 Montrose Avenue, Slough Berkshire, SL 1 4TJ"], "street": ["414 Montrose Avenue"]}, "schema": "Address"} -{"id": "b7f2d446a12bee751a3d8baa7081b58693ddd672", "properties": {"amountEur": ["55000"], "beneficiary": ["49d46f7e70e19bc497a17734af53ea1a00c831d6"], "date": ["2007-10-30"], "namesMentioned": ["Matthias Rath Limited", "AGFG"], "payer": ["c15d798c5a7951abbd1ad455e66c79bc65a6ce84"]}, "schema": "Payment"} -{"id": "93bee7b538500194e36559d57bff266bfe717e97", "properties": {"city": ["81925 M\u00fcnchen"], "country": ["de"], "full": ["Adalbert-Stifter-Stra\u00dfe 41 , 81925 M\u00fcnchen"], "street": ["Adalbert-Stifter-Stra\u00dfe 41"]}, "schema": "Address"} -{"id": "a9333dd06b94b2fa01636ebb7968571ec768db99", "properties": {"addressEntity": ["93bee7b538500194e36559d57bff266bfe717e97"], "country": ["de"], "name": ["Herr Kurt Fordan"]}, "schema": "Person"} -{"id": "0e64ffeb25d30c02a7122bc2fd30246710fe05df", "properties": {"amountEur": ["90000"], "beneficiary": ["783d918df9f9178400d6b3386439ab3b3679979c"], "date": ["2007-12-06"], "namesMentioned": ["Herr Kurt Fordan", "FDP"], "payer": ["a9333dd06b94b2fa01636ebb7968571ec768db99"]}, "schema": "Payment"} -{"id": "bcb95b988b1e240896eced98f5a31472d84149a0", "properties": {"amountEur": ["100000"], "beneficiary": ["783d918df9f9178400d6b3386439ab3b3679979c"], "date": ["2007-12-21"], "namesMentioned": ["FDP", "Verband der Metall- und Elektroindustrie Baden-W\u00fcrttemberg e.V."], "payer": ["69401823a9f0a97cfdc37afa7c3158374e007669"]}, "schema": "Payment"} -{"id": "d91ed2ec450d8bd8ae8c0b0ba0c593b1590d7e54", "properties": {"amountEur": ["54000"], "beneficiary": ["783d918df9f9178400d6b3386439ab3b3679979c"], "date": ["2007-12-28"], "namesMentioned": ["FDP", "Deutsche Verm\u00f6gensberatung AG"], "payer": ["9e53f9608dea91f3faca8ba6f47b20038cd73905"]}, "schema": "Payment"} -{"id": "6588b034ebfad4b02d0ed9ab8403123b9da23ab4", "properties": {"city": ["60325 Frankfurt/Main"], "country": ["de"], "full": ["Taunusanlage 12 , 60325 Frankfurt/Main"], "street": ["Taunusanlage 12"]}, "schema": "Address"} -{"id": "9773427fe1e7b17e6738dea0f577023eb6318a6e", "properties": {"amountEur": ["200000"], "beneficiary": ["783d918df9f9178400d6b3386439ab3b3679979c"], "date": ["2007-10-18"], "namesMentioned": ["Deutsche Bank AG", "FDP"], "payer": ["35f155f912b07b4ab69a8895064e88026378691b"]}, "schema": "Payment"} -{"id": "3eac64993543d1acc7a9e042aa7238f962c080f3", "properties": {"city": ["61476 Kronberg"], "country": ["de"], "full": ["Schwalbacher Stra\u00dfe , 61476 Kronberg"], "street": ["Schwalbacher Stra\u00dfe"]}, "schema": "Address"} -{"id": "5e867e9bd89ba3963b092351e0ab60daa635b41a", "properties": {"addressEntity": ["3eac64993543d1acc7a9e042aa7238f962c080f3"], "country": ["de"], "name": ["Frau Ann Kathrin Linsenhoff"]}, "schema": "Person"} -{"id": "41101c1f45be14aa26c2fc5e29c047f933dbac6f", "properties": {"amountEur": ["65000"], "beneficiary": ["c326dd8021ee75fe9608f31ecb4e2e7388144102"], "date": ["2007-10-22"], "namesMentioned": ["Frau Ann Kathrin Linsenhoff", "CDU"], "payer": ["5e867e9bd89ba3963b092351e0ab60daa635b41a"]}, "schema": "Payment"} -{"id": "859ac4421e5f3d1bf4e1fdc3427f3524f71c84de", "properties": {"city": ["96483 Ahorn"], "country": ["de"], "full": ["Schleifschrot , 96483 Ahorn"], "street": ["Schleifschrot"]}, "schema": "Address"} -{"id": "37c3cd7782773fdff38b9f85b9d2168ab4e27962", "properties": {"addressEntity": ["859ac4421e5f3d1bf4e1fdc3427f3524f71c84de"], "country": ["de"], "name": ["Herr Michael Stoschek"]}, "schema": "Person"} -{"id": "587790654db572856057a02b9d3cd15d3f2ee78b", "properties": {"amountEur": ["100000"], "beneficiary": ["6d8377d3938b85fa1bfd1985486f0f913c42e224"], "date": ["2007-09-25"], "namesMentioned": ["CSU", "Herr Michael Stoschek"], "payer": ["37c3cd7782773fdff38b9f85b9d2168ab4e27962"]}, "schema": "Payment"} -{"id": "f3199a8db90afb4dbdf404813f1936eb0c737a53", "properties": {"amountEur": ["200000"], "beneficiary": ["c326dd8021ee75fe9608f31ecb4e2e7388144102"], "date": ["2007-08-10"], "namesMentioned": ["Deutsche Bank AG", "CDU"], "payer": ["35f155f912b07b4ab69a8895064e88026378691b"]}, "schema": "Payment"} -{"id": "4579c77aa52b4880965a1984e31976626bd9ad8d", "properties": {"amountEur": ["100000"], "beneficiary": ["49d46f7e70e19bc497a17734af53ea1a00c831d6"], "date": ["2007-05-31"], "namesMentioned": ["Dr. Rath Health Programms B.V.", "AGFG"], "payer": ["0ed53a908d77982be939565a14e28263ee31d568"]}, "schema": "Payment"} -{"id": "0524533e38192036e60d4290b26d63b2e705c288", "properties": {"amountEur": ["200000"], "beneficiary": ["c326dd8021ee75fe9608f31ecb4e2e7388144102"], "date": ["2007-07-11"], "namesMentioned": ["CDU", "Herr Prof. Dr. Hermann Schnabel"], "payer": ["152da487401ef4547baf2d2bc95f884dc5f8bba0"]}, "schema": "Payment"} -{"id": "ed38089722c48f7d3cb483111daea0f3f52f4f25", "properties": {"amountEur": ["60001"], "beneficiary": ["c326dd8021ee75fe9608f31ecb4e2e7388144102"], "date": ["2007-07-18"], "namesMentioned": ["Allianz Deutschland AG", "CDU"], "payer": ["8359642c7532dbc8979be55bd1e793e8278b3416"]}, "schema": "Payment"} -{"id": "4cdeaa8d6420174d22c532339d0eaf37ad72c015", "properties": {"amountEur": ["60001"], "beneficiary": ["6d8377d3938b85fa1bfd1985486f0f913c42e224"], "date": ["2007-07-18"], "namesMentioned": ["Allianz SE", "CSU"], "payer": ["efccc434cdf141c7ba6f6e539bb6b42ecd97c368"]}, "schema": "Payment"} -{"id": "cb4308ba5d6423a49cf189a8b0f10690ff6bd5d4", "properties": {"amountEur": ["60001"], "beneficiary": ["7202347006660188aab5c1e264c4bee948478fd6"], "date": ["2007-07-18"], "namesMentioned": ["Allianz Deutschland AG", "SPD"], "payer": ["8359642c7532dbc8979be55bd1e793e8278b3416"]}, "schema": "Payment"} -{"id": "8cd690727237a7435fa17c3fde4fbc70da0931c8", "properties": {"amountEur": ["50001"], "beneficiary": ["783d918df9f9178400d6b3386439ab3b3679979c"], "date": ["2007-07-17"], "namesMentioned": ["FDP", "Allianz Versicherungs-AG"], "payer": ["7eaf97b73ab0725db71949e9d4e4239dd02311df"]}, "schema": "Payment"} -{"id": "43824474daa8e03b412be98f1aee48a1e8c8c488", "properties": {"amountEur": ["60001"], "beneficiary": ["d10764ddf47ca220527d385fc8fbaa62114408e4"], "date": ["2007-07-18"], "namesMentioned": ["Allianz SE", "GR\u00dcNE"], "payer": ["efccc434cdf141c7ba6f6e539bb6b42ecd97c368"]}, "schema": "Payment"} -{"id": "f45602dcfe372954dd338fd56984923a9c8fc24f", "properties": {"addressEntity": ["ed44dd143a9786cabe016491b4147c97da429b42"], "country": ["de"], "name": ["CAPITAL Lease GmbH"]}, "schema": "Company"} -{"id": "30cdfa994e88c58c5dc935de816bed78331467bd", "properties": {"amountEur": ["100000"], "beneficiary": ["c326dd8021ee75fe9608f31ecb4e2e7388144102"], "date": ["2007-06-05"], "namesMentioned": ["CAPITAL Lease GmbH", "CDU"], "payer": ["f45602dcfe372954dd338fd56984923a9c8fc24f"]}, "schema": "Payment"} -{"id": "6f3fe958cc39b5334c1f023f1995789060835c1c", "properties": {"amountEur": ["330000"], "beneficiary": ["6d8377d3938b85fa1bfd1985486f0f913c42e224"], "date": ["2007-05-18"], "namesMentioned": ["Verband der Bayerischen Metall- und Elektroindustrie e.V.", "CSU"], "payer": ["62ad0fe6f56dbbf6fee57ce3da76e88c437024d5"]}, "schema": "Payment"} -{"id": "9b263bd985342444b66b878016cdb494357ecf90", "properties": {"amountEur": ["100000"], "beneficiary": ["c326dd8021ee75fe9608f31ecb4e2e7388144102"], "date": ["2007-05-25"], "namesMentioned": ["CDU", "Verband der Chemischen Industrie e.V."], "payer": ["10dff5c0f7e79dd407683deec273a95555acb02b"]}, "schema": "Payment"} -{"id": "093f2f789f284f8451c1c5803a60d26888f1f987", "properties": {"amountEur": ["75000"], "beneficiary": ["783d918df9f9178400d6b3386439ab3b3679979c"], "date": ["2007-05-29"], "namesMentioned": ["FDP", "Verband der Chemischen Industrie e.V."], "payer": ["10dff5c0f7e79dd407683deec273a95555acb02b"]}, "schema": "Payment"} -{"id": "03a1105cf19e4a5b2237e55da7fb8a878bc2bb78", "properties": {"amountEur": ["200000"], "beneficiary": ["6d03aec76fdeec8f9697d8b19954ab6fc2568bc8"], "date": ["2007-02-27"], "namesMentioned": ["Herr Michael May", "MLPD"], "payer": ["a4a96e1cbd52448c26fa48b934b5ab972a428eec"]}, "schema": "Payment"} -{"id": "a3689d27e45c18c0846b9b4c26d998347bc9d58d", "properties": {"city": ["70546 Stuttgart"], "country": ["de"], "full": ["Epplestra?e 225, 70546 Stuttgart"], "street": ["Epplestra?e 225"]}, "schema": "Address"} -{"id": "187e2f6e4aebe4d7119da679f10c4588e74bcabf", "properties": {"addressEntity": ["a3689d27e45c18c0846b9b4c26d998347bc9d58d", "65bed17a5b6543acc7c55a17e946e699fd1a2d71"], "country": ["de"], "name": ["Daimler Chrysler AG"]}, "schema": "Company"} -{"id": "bad7737975af5e56335a7b9b59a9f2c5794f62de", "properties": {"amountEur": ["150000"], "beneficiary": ["c326dd8021ee75fe9608f31ecb4e2e7388144102"], "date": ["2007-03-12"], "namesMentioned": ["Daimler Chrysler AG", "CDU"], "payer": ["187e2f6e4aebe4d7119da679f10c4588e74bcabf"]}, "schema": "Payment"} -{"id": "93ec438efb140c0194879dabd0c19885fb8e2e37", "properties": {"amountEur": ["150000"], "beneficiary": ["7202347006660188aab5c1e264c4bee948478fd6"], "date": ["2007-03-12"], "namesMentioned": ["Daimler Chrysler AG", "SPD"], "payer": ["187e2f6e4aebe4d7119da679f10c4588e74bcabf"]}, "schema": "Payment"} -{"id": "aeb59ef2aece75345446fd3556f433463a3bac93", "properties": {"amountEur": ["224030"], "beneficiary": ["49d46f7e70e19bc497a17734af53ea1a00c831d6"], "date": ["2006-12-21"], "namesMentioned": ["Dr. Rath Education Services B.V.", "AGFG"], "payer": ["f0b4bd39389ad3e1a10fd960e6e8210ef1220cb1"]}, "schema": "Payment"} -{"id": "19697bd1c6c86b094ab1dc969c5d90f26c6c807f", "properties": {"city": ["61352 Bad Homburg"], "country": ["de"], "full": ["Am Pilgerrain 15, 61352 Bad Homburg"], "street": ["Am Pilgerrain 15"]}, "schema": "Address"} -{"id": "28a5b333a00b1dc52c061d9f39cfa63c07a826c9", "properties": {"addressEntity": ["19697bd1c6c86b094ab1dc969c5d90f26c6c807f"], "country": ["de"], "name": ["ALTANA AG Herbert-Quandt-Haus"]}, "schema": "Company"} -{"id": "1fa9d180b5b1fa47222695790c21707330146648", "properties": {"amountEur": ["125000"], "beneficiary": ["c326dd8021ee75fe9608f31ecb4e2e7388144102"], "date": ["2007-02-01"], "namesMentioned": ["CDU", "ALTANA AG Herbert-Quandt-Haus"], "payer": ["28a5b333a00b1dc52c061d9f39cfa63c07a826c9"]}, "schema": "Payment"} -{"id": "41b92629a0add6a68ce64f60e52ae54bdec053a9", "properties": {"city": ["99831 Creuzburg"], "country": ["de"], "full": ["Pferdsdorferweg 6, 99831 Creuzburg"], "street": ["Pferdsdorferweg 6"]}, "schema": "Address"} -{"id": "b5bbafb8cbe7b950f14565a78f855e268e8889eb", "properties": {"addressEntity": ["41b92629a0add6a68ce64f60e52ae54bdec053a9"], "country": ["de"], "name": ["Herr Ralf Pollmeier"]}, "schema": "Person"} -{"id": "4eb637e13b212bcfb717af0bf689fa038fb5d6db", "properties": {"amountEur": ["64134"], "beneficiary": ["7202347006660188aab5c1e264c4bee948478fd6"], "date": ["2006-12-31"], "namesMentioned": ["Herr Ralf Pollmeier", "SPD"], "payer": ["b5bbafb8cbe7b950f14565a78f855e268e8889eb"]}, "schema": "Payment"} -{"id": "12570ee94b8dc23bcc080e887539d3742b2a5237", "properties": {"addressEntity": ["71fc57d5789f3a0da3a60cd62960d5d775963da9"], "country": ["de"], "name": ["Bayerische Motorenwerke (BMW) AG"]}, "schema": "Company"} -{"id": "321a60393c129da6bda227497251d15515cbb235", "properties": {"amountEur": ["94214"], "beneficiary": ["c326dd8021ee75fe9608f31ecb4e2e7388144102"], "date": ["2006-12-31"], "namesMentioned": ["CDU", "Bayerische Motorenwerke (BMW) AG"], "payer": ["12570ee94b8dc23bcc080e887539d3742b2a5237"]}, "schema": "Payment"} -{"id": "4dddda2b9586f9826e5929a3b66e076e4d71104b", "properties": {"amountEur": ["95321"], "beneficiary": ["6d8377d3938b85fa1bfd1985486f0f913c42e224"], "date": ["2006-12-31"], "namesMentioned": ["Bayerische Motorenwerke AG", "CSU"], "payer": ["21cc81bf3b960d2847b66c6c862e7aa9b5e4f487"]}, "schema": "Payment"} -{"id": "b96f197bdefc09eb9f0d69740936137d68fe0021", "properties": {"amountEur": ["72380"], "beneficiary": ["7202347006660188aab5c1e264c4bee948478fd6"], "date": ["2006-12-31"], "namesMentioned": ["SPD", "Bayerische Motorenwerke AG"], "payer": ["21cc81bf3b960d2847b66c6c862e7aa9b5e4f487"]}, "schema": "Payment"} -{"id": "736f478d36be7d38a668bcaff95b2d6c63b4affd", "properties": {"amountEur": ["200000"], "beneficiary": ["c326dd8021ee75fe9608f31ecb4e2e7388144102"], "date": ["2006-12-08"], "namesMentioned": ["CDU", "Verband der Metall- und Elektroindustrie Baden-W\u00fcrttemberg e.V."], "payer": ["69401823a9f0a97cfdc37afa7c3158374e007669"]}, "schema": "Payment"} -{"id": "bc570f25bab519ca0547be752bcd823481ae7cd0", "properties": {"amountEur": ["100000"], "beneficiary": ["783d918df9f9178400d6b3386439ab3b3679979c"], "date": ["2006-12-08"], "namesMentioned": ["FDP", "Verband der Metall- und Elektroindustrie Baden-W\u00fcrttemberg e.V."], "payer": ["69401823a9f0a97cfdc37afa7c3158374e007669"]}, "schema": "Payment"} -{"id": "c48196379bfe5d5c7dfdda694827290637f8299e", "properties": {"amountEur": ["100000"], "beneficiary": ["c326dd8021ee75fe9608f31ecb4e2e7388144102"], "date": ["2006-11-14"], "namesMentioned": ["Commerzbank AG", "CDU"], "payer": ["16f641c4240df753ca80049718afcf708d2880fa"]}, "schema": "Payment"} -{"id": "fa88f19d06f6b1a84eeb139a61990bfe6c0e214c", "properties": {"amountEur": ["75000"], "beneficiary": ["7202347006660188aab5c1e264c4bee948478fd6"], "date": ["2006-11-15"], "namesMentioned": ["SPD", "Commerzbank AG"], "payer": ["16f641c4240df753ca80049718afcf708d2880fa"]}, "schema": "Payment"} -{"id": "bd1031824ed8da540faa0fca55d9b4142552b6da", "properties": {"amountEur": ["60000"], "beneficiary": ["783d918df9f9178400d6b3386439ab3b3679979c"], "date": ["2006-11-14"], "namesMentioned": ["FDP", "Commerzbank AG"], "payer": ["16f641c4240df753ca80049718afcf708d2880fa"]}, "schema": "Payment"} -{"id": "1a3c0aa4aec554ddd2db792aebaf5f9ccbf0fb86", "properties": {"amountEur": ["200000"], "beneficiary": ["783d918df9f9178400d6b3386439ab3b3679979c"], "date": ["2006-10-20"], "namesMentioned": ["Deutsche Bank AG", "FDP"], "payer": ["35f155f912b07b4ab69a8895064e88026378691b"]}, "schema": "Payment"} -{"id": "b3f236d00d346f2b84f441d939a9e3f470dd3570", "properties": {"amountEur": ["60001"], "beneficiary": ["7202347006660188aab5c1e264c4bee948478fd6"], "date": ["2006-08-29"], "namesMentioned": ["Allianz Deutschland AG", "SPD"], "payer": ["8359642c7532dbc8979be55bd1e793e8278b3416"]}, "schema": "Payment"} -{"id": "df6245c332f0879dcb91c7d14b1195711e183f06", "properties": {"amountEur": ["60001"], "beneficiary": ["c326dd8021ee75fe9608f31ecb4e2e7388144102"], "date": ["2006-08-29"], "namesMentioned": ["Allianz Deutschland AG", "CDU"], "payer": ["8359642c7532dbc8979be55bd1e793e8278b3416"]}, "schema": "Payment"} -{"id": "e1ee0786a3e1e4264f599b3fd5dbabc19c22e215", "properties": {"amountEur": ["60001"], "beneficiary": ["6d8377d3938b85fa1bfd1985486f0f913c42e224"], "date": ["2006-08-29"], "namesMentioned": ["Allianz Deutschland AG", "CSU"], "payer": ["8359642c7532dbc8979be55bd1e793e8278b3416"]}, "schema": "Payment"} -{"id": "9d768709f79c1689ce23d79361640530e7034246", "properties": {"amountEur": ["60001"], "beneficiary": ["d10764ddf47ca220527d385fc8fbaa62114408e4"], "date": ["2006-08-29"], "namesMentioned": ["Allianz Deutschland AG", "GR\u00dcNE"], "payer": ["8359642c7532dbc8979be55bd1e793e8278b3416"]}, "schema": "Payment"} -{"id": "f9e3de081879ed2cf3bf76e9dd14b471ff0ae237", "properties": {"amountEur": ["50001"], "beneficiary": ["783d918df9f9178400d6b3386439ab3b3679979c"], "date": ["2006-08-29"], "namesMentioned": ["Allianz Deutschland AG", "FDP"], "payer": ["8359642c7532dbc8979be55bd1e793e8278b3416"]}, "schema": "Payment"} -{"id": "23803b7a0f1527c813bcbb4ee319a1355b774cd3", "properties": {"city": ["40479 D\u00fcsseldorf"], "country": ["de"], "full": ["E.ON Platz 1, 40479 D\u00fcsseldorf"], "street": ["E.ON Platz 1"]}, "schema": "Address"} -{"id": "809288ea365b853156b357c5f06df41f9afc400b", "properties": {"addressEntity": ["23803b7a0f1527c813bcbb4ee319a1355b774cd3"], "country": ["de"], "name": ["E.ON AG"]}, "schema": "Company"} -{"id": "b26ae0b98b214931ec7c11a053b433588cc2fccb", "properties": {"amountEur": ["150000"], "beneficiary": ["7202347006660188aab5c1e264c4bee948478fd6"], "date": ["2006-07-21"], "namesMentioned": ["SPD", "E.ON AG"], "payer": ["809288ea365b853156b357c5f06df41f9afc400b"]}, "schema": "Payment"} -{"id": "d5a82ed25b4c872d9355670aad0f6f61c883c581", "properties": {"amountEur": ["100000"], "beneficiary": ["c326dd8021ee75fe9608f31ecb4e2e7388144102"], "date": ["2006-07-21"], "namesMentioned": ["CDU", "E.ON AG"], "payer": ["809288ea365b853156b357c5f06df41f9afc400b"]}, "schema": "Payment"} -{"id": "4650a04cb49dcd2b49d3ab36e3fab426b4f28d4f", "properties": {"amountEur": ["200000"], "beneficiary": ["c326dd8021ee75fe9608f31ecb4e2e7388144102"], "date": ["2006-07-21"], "namesMentioned": ["Deutsche Bank AG", "CDU"], "payer": ["35f155f912b07b4ab69a8895064e88026378691b"]}, "schema": "Payment"} -{"id": "ea5d80e9315d0e63ca9d2ef211551adcad313f96", "properties": {"amountEur": ["330000"], "beneficiary": ["6d8377d3938b85fa1bfd1985486f0f913c42e224"], "date": ["2006-06-13"], "namesMentioned": ["Verband der Bayerischen Metall- und Elektroindustrie e.V.", "CSU"], "payer": ["62ad0fe6f56dbbf6fee57ce3da76e88c437024d5"]}, "schema": "Payment"} -{"id": "127fe974101cec1c10a37aff46c9b518502662c8", "properties": {"amountEur": ["500000"], "beneficiary": ["6d03aec76fdeec8f9697d8b19954ab6fc2568bc8"], "date": ["2006-06-09"], "namesMentioned": ["Herr Michael May", "MLPD"], "payer": ["a4a96e1cbd52448c26fa48b934b5ab972a428eec"]}, "schema": "Payment"} -{"id": "3c6c77dd2632120d6a6ca281358669de18554ea2", "properties": {"amountEur": ["125000"], "beneficiary": ["c326dd8021ee75fe9608f31ecb4e2e7388144102"], "date": ["2006-05-08"], "namesMentioned": ["CDU", "ALTANA AG Herbert-Quandt-Haus"], "payer": ["28a5b333a00b1dc52c061d9f39cfa63c07a826c9"]}, "schema": "Payment"} -{"id": "7e8696190c9761474764559284a7c8667689399f", "properties": {"amountEur": ["50000"], "beneficiary": ["6d03aec76fdeec8f9697d8b19954ab6fc2568bc8"], "date": ["2006-03-16"], "namesMentioned": ["Herr Michael May", "MLPD"], "payer": ["a4a96e1cbd52448c26fa48b934b5ab972a428eec"]}, "schema": "Payment"} -{"id": "2376bacf69892ae5ee25598735c1f054cfee4c9b", "properties": {"amountEur": ["1215000"], "beneficiary": ["6d03aec76fdeec8f9697d8b19954ab6fc2568bc8"], "date": ["2006-04-18"], "namesMentioned": ["Herr Michael May", "MLPD"], "payer": ["a4a96e1cbd52448c26fa48b934b5ab972a428eec"]}, "schema": "Payment"} -{"id": "d4736c540154884db953d3d2047db3f09058fba5", "properties": {"amountEur": ["78435"], "beneficiary": ["6d8377d3938b85fa1bfd1985486f0f913c42e224"], "date": ["2005-12-31"], "namesMentioned": ["Bayerische Motorenwerke AG", "CSU"], "payer": ["21cc81bf3b960d2847b66c6c862e7aa9b5e4f487"]}, "schema": "Payment"} -{"id": "f2c4c7cf3596a0b28be11ec582435ce146f9899c", "properties": {"city": ["45128 Essen"], "country": ["de"], "full": ["Rellinghauser Str. 1-11, 45128 Essen"], "street": ["Rellinghauser Str. 1-11"]}, "schema": "Address"} -{"id": "225485d4ec56313a8b6cca1ea2a0623d0674ca8b", "properties": {"addressEntity": ["f2c4c7cf3596a0b28be11ec582435ce146f9899c"], "country": ["de"], "name": ["RAG Aktiengesellschaft"]}, "schema": "Company"} -{"id": "d9f0149df62663c365a51af27e686e13a7ba847c", "properties": {"amountEur": ["70000"], "beneficiary": ["c326dd8021ee75fe9608f31ecb4e2e7388144102"], "date": ["2006-02-14"], "namesMentioned": ["RAG Aktiengesellschaft", "CDU"], "payer": ["225485d4ec56313a8b6cca1ea2a0623d0674ca8b"]}, "schema": "Payment"} -{"id": "34e274677982001344c96e16a7477af32cfb8ddb", "properties": {"amountEur": ["93397"], "beneficiary": ["7202347006660188aab5c1e264c4bee948478fd6"], "date": ["2005-12-31"], "namesMentioned": ["SPD", "Bayerische Motorenwerke AG"], "payer": ["21cc81bf3b960d2847b66c6c862e7aa9b5e4f487"]}, "schema": "Payment"} -{"id": "b5c26537fd73cb51bc3080740f3a5847d637a0ea", "properties": {"amountEur": ["100000"], "beneficiary": ["7202347006660188aab5c1e264c4bee948478fd6"], "date": ["2006-02-15"], "namesMentioned": ["RAG Aktiengesellschaft", "SPD"], "payer": ["225485d4ec56313a8b6cca1ea2a0623d0674ca8b"]}, "schema": "Payment"} -{"id": "bea7a0f8238e5035380fe0839119dfc4fe6f18f3", "properties": {"amountEur": ["81639"], "beneficiary": ["c326dd8021ee75fe9608f31ecb4e2e7388144102"], "date": ["2005-12-31"], "namesMentioned": ["Bayerische Motorenwerke AG", "CDU"], "payer": ["21cc81bf3b960d2847b66c6c862e7aa9b5e4f487"]}, "schema": "Payment"} -{"id": "b16b14d98685fc4ecd54d055b77525e88028b54c", "properties": {"amountEur": ["100000"], "beneficiary": ["c326dd8021ee75fe9608f31ecb4e2e7388144102"], "date": ["2006-03-06"], "namesMentioned": ["CDU", "ALTANA AG Herbert-Quandt-Haus"], "payer": ["28a5b333a00b1dc52c061d9f39cfa63c07a826c9"]}, "schema": "Payment"} -{"id": "01ad0df8fe7c56ec7ec6ab1b01da40159c6a1b6c", "properties": {"amountEur": ["51917"], "beneficiary": ["783d918df9f9178400d6b3386439ab3b3679979c"], "date": ["2005-12-31"], "namesMentioned": ["Bayerische Motorenwerke AG", "FDP"], "payer": ["21cc81bf3b960d2847b66c6c862e7aa9b5e4f487"]}, "schema": "Payment"} -{"id": "12a535a26466a7cb53ac77728e1332c4194843f4", "properties": {"city": ["22761 Hamburg"], "country": ["de"], "full": ["Theodorstr. 42-90, Haus 6, 22761 Hamburg"], "street": ["Theodorstr. 42-90, Haus 6"]}, "schema": "Address"} -{"id": "6f88569187c008fc869e19e074bedfc38af632ce", "properties": {"addressEntity": ["12a535a26466a7cb53ac77728e1332c4194843f4"], "country": ["de"], "name": ["B.A.B. MaxiPoster Werbet\u00fcrme GmbH"]}, "schema": "Company"} -{"id": "2966130b1b532bb3948138174277df7e038d8e34", "properties": {"amountEur": ["96544"], "beneficiary": ["c326dd8021ee75fe9608f31ecb4e2e7388144102"], "date": ["2005-10-04"], "namesMentioned": ["B.A.B. MaxiPoster Werbet\u00fcrme GmbH", "CDU"], "payer": ["6f88569187c008fc869e19e074bedfc38af632ce"]}, "schema": "Payment"} -{"id": "37fac65219daaf060f591019a040ce2e109430cb", "properties": {"city": ["80335 M\u00fcnchen"], "country": ["de"], "full": ["Nymphenburger Str. 64 , 80335 M\u00fcnchen"], "street": ["Nymphenburger Str. 64"]}, "schema": "Address"} -{"id": "af81f4a30ee87fd7702241047bb79c641843bb88", "properties": {"addressEntity": ["37fac65219daaf060f591019a040ce2e109430cb"], "country": ["de"], "name": ["Christlich-Soziale Union in Bayern"]}, "schema": "Company"} -{"id": "e521c97ee6061974bb00ebcf6fe4b1d19414809a", "properties": {"amountEur": ["2334526"], "beneficiary": ["c326dd8021ee75fe9608f31ecb4e2e7388144102"], "date": ["2005-10-24"], "namesMentioned": ["Christlich-Soziale Union in Bayern", "CDU"], "payer": ["af81f4a30ee87fd7702241047bb79c641843bb88"]}, "schema": "Payment"} -{"id": "13c26c5432f5b55b02138f6aa43f2b5752b3d8cd", "properties": {"city": ["10178 Berlin"], "country": ["de"], "full": ["Dircksenstr. 47, 10178 Berlin"], "street": ["Dircksenstr. 47"]}, "schema": "Address"} -{"id": "5b09c8d3015c590c91885ce089bdd32ea0a932ba", "properties": {"amountEur": ["136010"], "beneficiary": ["c326dd8021ee75fe9608f31ecb4e2e7388144102"], "date": ["2005-09-21"], "namesMentioned": ["YOC AG", "CDU"], "payer": ["638b116a19b429724b502f9be0161e52f84a81b9"]}, "schema": "Payment"} -{"id": "51d9903d956d11c35cabc0b078735f870124da89", "properties": {"city": ["47443 Moers"], "country": ["de"], "full": ["Jahnstr. 41, 47443 Moers"], "street": ["Jahnstr. 41"]}, "schema": "Address"} -{"id": "c0d5c2f0f9d8fc7795cc8e208a094778196b5779", "properties": {"amountEur": ["614167"], "beneficiary": ["6d03aec76fdeec8f9697d8b19954ab6fc2568bc8"], "date": ["2005-09-30"], "namesMentioned": ["Herr Michael May", "MLPD"], "payer": ["a4a96e1cbd52448c26fa48b934b5ab972a428eec"]}, "schema": "Payment"} -{"id": "bd9734db91513e5f4852fec1060e4922ebce8774", "properties": {"amountEur": ["250000"], "beneficiary": ["c326dd8021ee75fe9608f31ecb4e2e7388144102"], "date": ["2005-09-01"], "namesMentioned": ["Bankhaus Sal. Oppenheim Jr. & Cie KGaA", "CDU"], "payer": ["4ec95eee36917fe8d5c8f51d00dcd707e1b8be02"]}, "schema": "Payment"} -{"id": "feb9ccf1ec64ea1346efa42b7b161fc480072b8a", "properties": {"city": ["60329 Frankfurt"], "country": ["de"], "full": ["Karlstr. 23, 60329 Frankfurt"], "street": ["Karlstr. 23"]}, "schema": "Address"} -{"id": "63c2cfb6dd83f1d5c7ed557b838f2d574a4182c8", "properties": {"amountEur": ["70000"], "beneficiary": ["783d918df9f9178400d6b3386439ab3b3679979c"], "date": ["2005-09-06"], "namesMentioned": ["FDP", "Verband der Chemischen Industrie e.V."], "payer": ["10dff5c0f7e79dd407683deec273a95555acb02b"]}, "schema": "Payment"} -{"id": "a663490cacf80359e29b8be078e8fa73fcdbc095", "properties": {"amountEur": ["120000"], "beneficiary": ["c326dd8021ee75fe9608f31ecb4e2e7388144102"], "date": ["2005-09-06"], "namesMentioned": ["CDU", "Frau Johanna Quandt"], "payer": ["2d3e50433e36ebe16f3d906b684c9d5124c46d76"]}, "schema": "Payment"} -{"id": "cef9a56f64ead2233d0bf6868f727ec2489f929b", "properties": {"amountEur": ["120000"], "beneficiary": ["c326dd8021ee75fe9608f31ecb4e2e7388144102"], "date": ["2005-09-06"], "namesMentioned": ["CDU", "Frau Susanne Klatten"], "payer": ["4cd8367bbcdfe2d260e042e125791542081a562e"]}, "schema": "Payment"} -{"id": "201ab7274ef94abd40e41533838ba953f5a9da7d", "properties": {"amountEur": ["120000"], "beneficiary": ["c326dd8021ee75fe9608f31ecb4e2e7388144102"], "date": ["2005-09-09"], "namesMentioned": ["Herr Stefan Quandt", "CDU"], "payer": ["0875bc617a5ff0a0ba605ea76d0fccd44660e7e7"]}, "schema": "Payment"} -{"id": "582ddeab6daf02d30e3d355b0e3169e42fd83a42", "properties": {"city": ["81675 M\u00fcnchen"], "country": ["de"], "full": ["Einsteinstra\u00dfe 157, 81675 M\u00fcnchen"], "street": ["Einsteinstra\u00dfe 157"]}, "schema": "Address"} -{"id": "b8cc8d887054ee07f693d243ba40cdbdc8d88a10", "properties": {"addressEntity": ["582ddeab6daf02d30e3d355b0e3169e42fd83a42"], "country": ["de"], "name": ["AIDA Media Ltd."]}, "schema": "Company"} -{"id": "36596a74a05f2d6c386529c5742d511d7a0f24ee", "properties": {"amountEur": ["63800"], "beneficiary": ["c326dd8021ee75fe9608f31ecb4e2e7388144102"], "date": ["2005-09-07"], "namesMentioned": ["CDU", "AIDA Media Ltd."], "payer": ["b8cc8d887054ee07f693d243ba40cdbdc8d88a10"]}, "schema": "Payment"} -{"id": "e479f734d05a8dcfd5a0048c4573560680cd9b91", "properties": {"amountEur": ["200000"], "beneficiary": ["c326dd8021ee75fe9608f31ecb4e2e7388144102"], "date": ["2005-09-16"], "namesMentioned": ["CDU", "Herr Prof. Dr. Hermann Schnabel"], "payer": ["152da487401ef4547baf2d2bc95f884dc5f8bba0"]}, "schema": "Payment"} -{"id": "c0d2c58fe5cb8d6808deb84ecdfc52b9efa89da4", "properties": {"city": ["33611 Bielefeld"], "country": ["de"], "full": ["Sudbrackstra\u00dfe 14-18, 33611 Bielefeld"], "street": ["Sudbrackstra\u00dfe 14-18"]}, "schema": "Address"} -{"id": "eb0ee18dc0f73d5376748212a591ae273752d44b", "properties": {"addressEntity": ["c0d2c58fe5cb8d6808deb84ecdfc52b9efa89da4"], "country": ["de"], "name": ["Panorama Verlags- und Werbegesellschaft mbH"]}, "schema": "Company"} -{"id": "e40818b9baaf7fe1dfa76a4f55dfa49e87a7920c", "properties": {"amountEur": ["98206"], "beneficiary": ["c326dd8021ee75fe9608f31ecb4e2e7388144102"], "date": ["2005-09-16"], "namesMentioned": ["Panorama Verlags- und Werbegesellschaft mbH", "CDU"], "payer": ["eb0ee18dc0f73d5376748212a591ae273752d44b"]}, "schema": "Payment"} -{"id": "2612b906de591841e328c7bee92247f5c0d2129d", "properties": {"city": ["60262 Frankfurt am Main"], "country": ["de"], "full": ["Taunusanlage 12, 60262 Frankfurt am Main"], "street": ["Taunusanlage 12"]}, "schema": "Address"} -{"id": "05fc870af2bf295cfdbb7265125af9e3315a8e85", "properties": {"amountEur": ["300000"], "beneficiary": ["c326dd8021ee75fe9608f31ecb4e2e7388144102"], "date": ["2005-08-10"], "namesMentioned": ["Deutsche Bank AG", "CDU"], "payer": ["35f155f912b07b4ab69a8895064e88026378691b"]}, "schema": "Payment"} -{"id": "af81cdf1630e09b31608b37a001cda64db2c223c", "properties": {"amountEur": ["200000"], "beneficiary": ["c326dd8021ee75fe9608f31ecb4e2e7388144102"], "date": ["2005-08-19"], "namesMentioned": ["CDU", "Verband der Metall- und Elektroindustrie Baden-W\u00fcrttemberg e.V."], "payer": ["69401823a9f0a97cfdc37afa7c3158374e007669"]}, "schema": "Payment"} -{"id": "65bed17a5b6543acc7c55a17e946e699fd1a2d71", "properties": {"city": ["70546 Stuttgart"], "country": ["de"], "full": ["Epplestra\u00dfe 225, 70546 Stuttgart"], "street": ["Epplestra\u00dfe 225"]}, "schema": "Address"} -{"id": "19e22d5405c124467ee3a8fb959cfee8625cfac1", "properties": {"amountEur": ["150000"], "beneficiary": ["c326dd8021ee75fe9608f31ecb4e2e7388144102"], "date": ["2005-08-10"], "namesMentioned": ["Daimler Chrysler AG", "CDU"], "payer": ["187e2f6e4aebe4d7119da679f10c4588e74bcabf"]}, "schema": "Payment"} -{"id": "2eca2ca3c62cc7037d4525188de88747a37df32b", "properties": {"city": ["60329 Frankfurt"], "country": ["de"], "full": ["Karlstra\u00dfe 21, 60329 Frankfurt"], "street": ["Karlstra\u00dfe 21"]}, "schema": "Address"} -{"id": "bd31ff7c7ec66f64734842f11bd891f68b79e1e8", "properties": {"amountEur": ["100000"], "beneficiary": ["c326dd8021ee75fe9608f31ecb4e2e7388144102"], "date": ["2005-08-04"], "namesMentioned": ["CDU", "Verband der Chemischen Industrie e.V."], "payer": ["10dff5c0f7e79dd407683deec273a95555acb02b"]}, "schema": "Payment"} -{"id": "b07070b5ee488ea57e91dce3b819dc52adb272bb", "properties": {"amountEur": ["60001"], "beneficiary": ["c326dd8021ee75fe9608f31ecb4e2e7388144102"], "date": ["2005-08-08"], "namesMentioned": ["Allianz Deutschland AG", "CDU"], "payer": ["8359642c7532dbc8979be55bd1e793e8278b3416"]}, "schema": "Payment"} -{"id": "34abb08143815bff79abb82474b45a88bc2d587f", "properties": {"amountEur": ["60001"], "beneficiary": ["6d8377d3938b85fa1bfd1985486f0f913c42e224"], "date": ["2005-08-11"], "namesMentioned": ["Allianz Deutschland AG", "CSU"], "payer": ["8359642c7532dbc8979be55bd1e793e8278b3416"]}, "schema": "Payment"} -{"id": "0bfec5f278184aff271547187d631bf7add26756", "properties": {"amountEur": ["150000"], "beneficiary": ["7202347006660188aab5c1e264c4bee948478fd6"], "date": ["2005-08-10"], "namesMentioned": ["Daimler Chrysler AG", "SPD"], "payer": ["187e2f6e4aebe4d7119da679f10c4588e74bcabf"]}, "schema": "Payment"} -{"id": "6b5b675f51e7d5b7c098a6debe21faedb886f73a", "properties": {"amountEur": ["60001"], "beneficiary": ["7202347006660188aab5c1e264c4bee948478fd6"], "date": ["2005-08-08"], "namesMentioned": ["Allianz Deutschland AG", "SPD"], "payer": ["8359642c7532dbc8979be55bd1e793e8278b3416"]}, "schema": "Payment"} -{"id": "189955865b19bfcdb155f6037067e17f191e22ce", "properties": {"amountEur": ["60001"], "beneficiary": ["d10764ddf47ca220527d385fc8fbaa62114408e4"], "date": ["2005-08-12"], "namesMentioned": ["Allianz Deutschland AG", "GR\u00dcNE"], "payer": ["8359642c7532dbc8979be55bd1e793e8278b3416"]}, "schema": "Payment"} -{"id": "9d694a2b715fe28156105488cbe6050677f7ca1b", "properties": {"amountEur": ["50001"], "beneficiary": ["783d918df9f9178400d6b3386439ab3b3679979c"], "date": ["2005-08-11"], "namesMentioned": ["Allianz Deutschland AG", "FDP"], "payer": ["8359642c7532dbc8979be55bd1e793e8278b3416"]}, "schema": "Payment"} -{"id": "335f80ee18eed6a91fdeef3e9d38e292ef52a049", "properties": {"city": ["70178 Stuttgart"], "country": ["de"], "full": ["Hasenbergsteige 5, 70178 Stuttgart"], "street": ["Hasenbergsteige 5"]}, "schema": "Address"} -{"id": "f28227e535e98705959c7dc2d0386876a87817e8", "properties": {"addressEntity": ["335f80ee18eed6a91fdeef3e9d38e292ef52a049"], "country": ["de"], "name": ["Herr Eberhard Schmid"]}, "schema": "Person"} -{"id": "5e0aca70f71d8d14b10338ff1421e0597f7a06ac", "properties": {"amountEur": ["175000"], "beneficiary": ["6d03aec76fdeec8f9697d8b19954ab6fc2568bc8"], "date": ["2005-08-08"], "namesMentioned": ["Herr Eberhard Schmid", "MLPD"], "payer": ["f28227e535e98705959c7dc2d0386876a87817e8"]}, "schema": "Payment"} -{"id": "94303b5d989a8c8711a5f9d1d6d570a9af00a9e0", "properties": {"amountEur": ["150000"], "beneficiary": ["c326dd8021ee75fe9608f31ecb4e2e7388144102"], "date": ["2005-07-07"], "namesMentioned": ["Commerzbank AG", "CDU"], "payer": ["16f641c4240df753ca80049718afcf708d2880fa"]}, "schema": "Payment"} -{"id": "bd092ecfc78ff2bf1ee5512459bb0f62f4e9d5c6", "properties": {"amountEur": ["125000"], "beneficiary": ["c326dd8021ee75fe9608f31ecb4e2e7388144102"], "date": ["2005-07-13"], "namesMentioned": ["CDU", "ALTANA AG Herbert-Quandt-Haus"], "payer": ["28a5b333a00b1dc52c061d9f39cfa63c07a826c9"]}, "schema": "Payment"} -{"id": "c61f3a3770dfa025199b261895fa64981ce80d42", "properties": {"amountEur": ["400000"], "beneficiary": ["6d8377d3938b85fa1bfd1985486f0f913c42e224"], "date": ["2005-07-15"], "namesMentioned": ["Verband der Bayerischen Metall- und Elektroindustrie e.V.", "CSU"], "payer": ["62ad0fe6f56dbbf6fee57ce3da76e88c437024d5"]}, "schema": "Payment"} -{"id": "4613d19fd53daa8e6b15b3a3eb4e5eb570ac2917", "properties": {"amountEur": ["60000"], "beneficiary": ["783d918df9f9178400d6b3386439ab3b3679979c"], "date": ["2005-07-19"], "namesMentioned": ["Verband der Bayerischen Metall- und Elektroindustrie e.V.", "FDP"], "payer": ["62ad0fe6f56dbbf6fee57ce3da76e88c437024d5"]}, "schema": "Payment"} -{"id": "3e2c38179e7b08ae973f978a3de82a0212512ea7", "properties": {"amountEur": ["100000"], "beneficiary": ["c326dd8021ee75fe9608f31ecb4e2e7388144102"], "date": ["2005-07-26"], "namesMentioned": ["CDU", "E.ON AG"], "payer": ["809288ea365b853156b357c5f06df41f9afc400b"]}, "schema": "Payment"} -{"id": "e9cfea80885fad49970924735c130f36d2e36d40", "properties": {"amountEur": ["150000"], "beneficiary": ["7202347006660188aab5c1e264c4bee948478fd6"], "date": ["2005-07-26"], "namesMentioned": ["SPD", "E.ON AG"], "payer": ["809288ea365b853156b357c5f06df41f9afc400b"]}, "schema": "Payment"} -{"id": "c661874e278840d0ab372e4b7b8566070a144555", "properties": {"city": ["70435 Stuttgart"], "country": ["de"], "full": ["Porscheplatz 1, 70435 Stuttgart"], "street": ["Porscheplatz 1"]}, "schema": "Address"} -{"id": "6878af29ddd8cad70cfe7e9d3c197d09923c1187", "properties": {"addressEntity": ["c661874e278840d0ab372e4b7b8566070a144555"], "country": ["de"], "name": ["Dr. Ing. h. c. F. Porsche AG"]}, "schema": "Company"} -{"id": "11c338939880d528426c44d882a3aadbc661224a", "properties": {"amountEur": ["200000"], "beneficiary": ["c326dd8021ee75fe9608f31ecb4e2e7388144102"], "date": ["2005-07-27"], "namesMentioned": ["CDU", "Dr. Ing. h. c. F. Porsche AG"], "payer": ["6878af29ddd8cad70cfe7e9d3c197d09923c1187"]}, "schema": "Payment"} -{"id": "f5d6dd767610ab7c75a382ca02b9c6a6c455bb10", "properties": {"addressEntity": ["c661874e278840d0ab372e4b7b8566070a144555"], "country": ["de"], "name": ["Porsche AG"]}, "schema": "Company"} -{"id": "08ddb6fe8fe62c0e59a19c008b95010b2cfda1a0", "properties": {"amountEur": ["200000"], "beneficiary": ["7202347006660188aab5c1e264c4bee948478fd6"], "date": ["2005-07-27"], "namesMentioned": ["Porsche AG", "SPD"], "payer": ["f5d6dd767610ab7c75a382ca02b9c6a6c455bb10"]}, "schema": "Payment"} -{"id": "ab741c3f8df9f2750aee7ff67280d4dce07440c8", "properties": {"amountEur": ["60001"], "beneficiary": ["7202347006660188aab5c1e264c4bee948478fd6"], "date": ["2004-11-29"], "namesMentioned": ["Allianz Deutschland AG", "SPD"], "payer": ["8359642c7532dbc8979be55bd1e793e8278b3416"]}, "schema": "Payment"} -{"id": "f879afdfedef2774f3f126b79fd00e1f14e3ee3a", "properties": {"amountEur": ["60001"], "beneficiary": ["c326dd8021ee75fe9608f31ecb4e2e7388144102"], "date": ["2004-11-29"], "namesMentioned": ["Allianz Deutschland AG", "CDU"], "payer": ["8359642c7532dbc8979be55bd1e793e8278b3416"]}, "schema": "Payment"} -{"id": "8a38b07b9c922ae55b3e97e241121d4a2ac29162", "properties": {"amountEur": ["60001"], "beneficiary": ["6d8377d3938b85fa1bfd1985486f0f913c42e224"], "date": ["2004-11-29"], "namesMentioned": ["Allianz Deutschland AG", "CSU"], "payer": ["8359642c7532dbc8979be55bd1e793e8278b3416"]}, "schema": "Payment"} -{"id": "b964d9393d134c28d1a97126f70ac86a72efd8b1", "properties": {"amountEur": ["60001"], "beneficiary": ["d10764ddf47ca220527d385fc8fbaa62114408e4"], "date": ["2004-11-29"], "namesMentioned": ["Allianz Deutschland AG", "GR\u00dcNE"], "payer": ["8359642c7532dbc8979be55bd1e793e8278b3416"]}, "schema": "Payment"} -{"id": "69bfc8469ac09114fa4de7db559f6997f6742617", "properties": {"amountEur": ["50001"], "beneficiary": ["783d918df9f9178400d6b3386439ab3b3679979c"], "date": ["2004-11-29"], "namesMentioned": ["Allianz Deutschland AG", "FDP"], "payer": ["8359642c7532dbc8979be55bd1e793e8278b3416"]}, "schema": "Payment"} -{"id": "9bcf7c6f7a265dd57ff8d82de93b7bb51eea6491", "properties": {"city": ["40237 D\u00fcsseldorf"], "country": ["de"], "full": ["Goethestra\u00dfe 51a, 40237 D\u00fcsseldorf"], "street": ["Goethestra\u00dfe 51a"]}, "schema": "Address"} -{"id": "5d393bbb27e609ac6a19351f4654ea784f5dfa49", "properties": {"addressEntity": ["9bcf7c6f7a265dd57ff8d82de93b7bb51eea6491"], "country": ["de"], "name": ["Abels & Grey, Gesellschaft f\u00fcr strategisches Informations- und Kommunikations-Management mbH"]}, "schema": "Company"} -{"id": "8a13b39980f3d926280939a7e8fe004590a00e93", "properties": {"amountEur": ["73080"], "beneficiary": ["c326dd8021ee75fe9608f31ecb4e2e7388144102"], "date": ["2004-12-07"], "namesMentioned": ["CDU", "Abels & Grey, Gesellschaft f\u00fcr strategisches Informations- und Kommunikations-Management mbH"], "payer": ["5d393bbb27e609ac6a19351f4654ea784f5dfa49"]}, "schema": "Payment"} -{"id": "495662050bdc400eb8b192f174866af5715b62c6", "properties": {"amountEur": ["200000"], "beneficiary": ["c326dd8021ee75fe9608f31ecb4e2e7388144102"], "date": ["2004-12-20"], "namesMentioned": ["CDU", "Verband der Metall- und Elektroindustrie Baden-W\u00fcrttemberg e.V."], "payer": ["69401823a9f0a97cfdc37afa7c3158374e007669"]}, "schema": "Payment"} -{"id": "7c370dcb8cbe7a0a6eff0823f7a8c0d2e28c3016", "properties": {"amountEur": ["71172"], "beneficiary": ["7202347006660188aab5c1e264c4bee948478fd6"], "date": ["2004-12-21"], "namesMentioned": ["SPD", "Bayerische Motorenwerke AG"], "payer": ["21cc81bf3b960d2847b66c6c862e7aa9b5e4f487"]}, "schema": "Payment"} -{"id": "012a13cddb445def96357093c4ebb30c3c5ab41d", "properties": {"city": ["50968 K\u00f6ln"], "country": ["de"], "full": ["Pferdmengesstr. 3, 50968 K\u00f6ln"], "street": ["Pferdmengesstr. 3"]}, "schema": "Address"} -{"id": "8928105b8d3748805295a0fb01ae57cc37be30a5", "properties": {"amountEur": ["100000"], "beneficiary": ["c326dd8021ee75fe9608f31ecb4e2e7388144102"], "date": ["2004-08-30"], "namesMentioned": ["CDU", "Herr Christoph Alexander Kahl"], "payer": ["281d01c426ce39ddf80aa0e46574843c1ba8bfc9"]}, "schema": "Payment"} -{"id": "aa3e21ca4ea4aba7afb8fcda6c69b3ddedbcb549", "properties": {"city": ["66117 Saarbr\u00fccken"], "country": ["de"], "full": ["Deutschm\u00fchlental 2, 66117 Saarbr\u00fccken"], "street": ["Deutschm\u00fchlental 2"]}, "schema": "Address"} -{"id": "66e5d83b77b606b6d0daac1daf63d6b6e5794466", "properties": {"addressEntity": ["aa3e21ca4ea4aba7afb8fcda6c69b3ddedbcb549"], "country": ["de"], "name": ["Victor's Bau + Wert AG"]}, "schema": "Company"} -{"id": "2d9a28d5db80cab93fd6a0a6843831600328e6c4", "properties": {"amountEur": ["80000"], "beneficiary": ["783d918df9f9178400d6b3386439ab3b3679979c"], "date": ["2004-08-04"], "namesMentioned": ["FDP", "Victor's Bau + Wert AG"], "payer": ["66e5d83b77b606b6d0daac1daf63d6b6e5794466"]}, "schema": "Payment"} -{"id": "4b308dc2b128377e63a4bf2e4c1b9fcd59614eee", "properties": {"name": ["BSU"]}, "schema": "Organization"} -{"id": "230ef201ced2eb245d412f5997d62924230a9ad1", "properties": {"city": ["96052 Bamberg"], "country": ["de"], "full": ["Wassermannstra\u00dfe 18, 96052 Bamberg"], "street": ["Wassermannstra\u00dfe 18"]}, "schema": "Address"} -{"id": "a55427c96b3630f4e8df33845c1fb1f6d5288317", "properties": {"addressEntity": ["230ef201ced2eb245d412f5997d62924230a9ad1"], "country": ["de"], "name": ["Herr Reiner Sauer"]}, "schema": "Person"} -{"id": "78e6977577237fef2ce5c5fa2b59951c264bc576", "properties": {"amountEur": ["52000"], "beneficiary": ["4b308dc2b128377e63a4bf2e4c1b9fcd59614eee"], "date": ["2004-05-14"], "namesMentioned": ["BSU", "Herr Reiner Sauer"], "payer": ["a55427c96b3630f4e8df33845c1fb1f6d5288317"]}, "schema": "Payment"} -{"id": "26e10b6c39501645bf32a7ee5183cbbaa0c2f0ac", "properties": {"amountEur": ["100000"], "beneficiary": ["c326dd8021ee75fe9608f31ecb4e2e7388144102"], "date": ["2004-07-14"], "namesMentioned": ["CDU", "ALTANA AG Herbert-Quandt-Haus"], "payer": ["28a5b333a00b1dc52c061d9f39cfa63c07a826c9"]}, "schema": "Payment"} -{"id": "6f98a3edc6571ca748b506e1cc218ee43e75aa72", "properties": {"amountEur": ["200000"], "beneficiary": ["c326dd8021ee75fe9608f31ecb4e2e7388144102"], "date": ["2004-06-29"], "namesMentioned": ["Deutsche Bank AG", "CDU"], "payer": ["35f155f912b07b4ab69a8895064e88026378691b"]}, "schema": "Payment"} -{"id": "cf9133952825afac1e654542a70ae7ed20dbfa7a", "properties": {"addressEntity": ["98ecf36834d28df75b188091d34469cb35de3475"], "country": ["de"], "name": ["Verband der Metallindustrie Baden-W\u00fcrttemberg"]}, "schema": "Company"} -{"id": "6c65033a4fdf0a8b29bc141ea7152ae405f5bc46", "properties": {"amountEur": ["100000"], "beneficiary": ["783d918df9f9178400d6b3386439ab3b3679979c"], "date": ["2003-12-04"], "namesMentioned": ["FDP", "Verband der Metallindustrie Baden-W\u00fcrttemberg"], "payer": ["cf9133952825afac1e654542a70ae7ed20dbfa7a"]}, "schema": "Payment"} -{"id": "92b231951aec19e36db3538e724bc14498aeb7ae", "properties": {"amountEur": ["150000"], "beneficiary": ["7202347006660188aab5c1e264c4bee948478fd6"], "date": ["2004-04-15"], "namesMentioned": ["Daimler Chrysler AG", "SPD"], "payer": ["187e2f6e4aebe4d7119da679f10c4588e74bcabf"]}, "schema": "Payment"} -{"id": "ba44204d0c2cb5c179f905cdd7f83a1cf8df1ee9", "properties": {"amountEur": ["150000"], "beneficiary": ["c326dd8021ee75fe9608f31ecb4e2e7388144102"], "date": ["2004-04-15"], "namesMentioned": ["Daimler Chrysler AG", "CDU"], "payer": ["187e2f6e4aebe4d7119da679f10c4588e74bcabf"]}, "schema": "Payment"} -{"id": "4432fb1e1144cf0a58d1b3efde074b8bf0185c00", "properties": {"amountEur": ["100000"], "beneficiary": ["c326dd8021ee75fe9608f31ecb4e2e7388144102"], "date": ["2004-05-18"], "namesMentioned": ["CDU", "ALTANA AG Herbert-Quandt-Haus"], "payer": ["28a5b333a00b1dc52c061d9f39cfa63c07a826c9"]}, "schema": "Payment"} -{"id": "8cbdab0683c6311107cf5e8692f8f2409c300a38", "properties": {"amountEur": ["370000"], "beneficiary": ["6d8377d3938b85fa1bfd1985486f0f913c42e224"], "date": ["2004-03-18"], "namesMentioned": ["Verband der Bayerischen Metall- und Elektroindustrie e.V.", "CSU"], "payer": ["62ad0fe6f56dbbf6fee57ce3da76e88c437024d5"]}, "schema": "Payment"} -{"id": "83ff9e209d5292e14e8cfb8144f2e8187d7a9bf2", "properties": {"amountEur": ["93888"], "beneficiary": ["6d8377d3938b85fa1bfd1985486f0f913c42e224"], "date": ["2004-03-18"], "namesMentioned": ["Bayerische Motorenwerke AG", "CSU"], "payer": ["21cc81bf3b960d2847b66c6c862e7aa9b5e4f487"]}, "schema": "Payment"} -{"id": "21e64a08086bea952d9733181f42a85ede7a8400", "properties": {"amountEur": ["51483"], "beneficiary": ["783d918df9f9178400d6b3386439ab3b3679979c"], "date": ["2004-03-18"], "namesMentioned": ["Bayerische Motorenwerke AG", "FDP"], "payer": ["21cc81bf3b960d2847b66c6c862e7aa9b5e4f487"]}, "schema": "Payment"} -{"id": "c2abfbfba416c94536c25d4aa569c568235aec44", "properties": {"amountEur": ["50958"], "beneficiary": ["c326dd8021ee75fe9608f31ecb4e2e7388144102"], "date": ["2003-12-31"], "namesMentioned": ["Bayerische Motorenwerke AG", "CDU"], "payer": ["21cc81bf3b960d2847b66c6c862e7aa9b5e4f487"]}, "schema": "Payment"} -{"id": "e7dbe33dc973bda394eb92484dfc8f270ab39374", "properties": {"amountEur": ["60000"], "beneficiary": ["c326dd8021ee75fe9608f31ecb4e2e7388144102"], "date": ["2003-12-18"], "namesMentioned": ["Allianz Deutschland AG", "CDU"], "payer": ["8359642c7532dbc8979be55bd1e793e8278b3416"]}, "schema": "Payment"} -{"id": "d9508937927b3c595385d15609fbd3400c14c9c6", "properties": {"amountEur": ["200000"], "beneficiary": ["c326dd8021ee75fe9608f31ecb4e2e7388144102"], "date": ["2003-12-19"], "namesMentioned": ["CDU", "Verband der Metall- und Elektroindustrie Baden-W\u00fcrttemberg e.V."], "payer": ["69401823a9f0a97cfdc37afa7c3158374e007669"]}, "schema": "Payment"} -{"id": "de9c470070546edf546b4e6232f8480d3959d02a", "properties": {"city": ["22587 Hamburg"], "country": ["de"], "full": ["M\u00fchlenberger Weg 16, 22587 Hamburg"], "street": ["M\u00fchlenberger Weg 16"]}, "schema": "Address"} -{"id": "20c2300012483e5fa10ec2d066085d42da569284", "properties": {"addressEntity": ["de9c470070546edf546b4e6232f8480d3959d02a"], "country": ["de"], "name": ["Frau Dr. Karin Fischer"]}, "schema": "Person"} -{"id": "86771c12d6697ae619f628fde2bb9ab657b83bbd", "properties": {"amountEur": ["75000"], "beneficiary": ["c326dd8021ee75fe9608f31ecb4e2e7388144102"], "date": ["2004-01-14"], "namesMentioned": ["Frau Dr. Karin Fischer", "CDU"], "payer": ["20c2300012483e5fa10ec2d066085d42da569284"]}, "schema": "Payment"} -{"id": "ae7a2c4a159adc0d94a3bcc7876f952db534ce3b", "properties": {"city": ["80802 M\u00fcnchen"], "country": ["de"], "full": ["K\u00f6niginstr. 28, 80802 M\u00fcnchen"], "street": ["K\u00f6niginstr. 28"]}, "schema": "Address"} -{"id": "f594e823767d4827e8f275f0a1a4a7fa6f8b5c60", "properties": {"amountEur": ["60000"], "beneficiary": ["7202347006660188aab5c1e264c4bee948478fd6"], "date": ["2003-12-17"], "namesMentioned": ["Allianz Deutschland AG", "SPD"], "payer": ["8359642c7532dbc8979be55bd1e793e8278b3416"]}, "schema": "Payment"} -{"id": "c4c77fd22d005fcb40cfa4df92f982388838cc93", "properties": {"amountEur": ["200000"], "beneficiary": ["c326dd8021ee75fe9608f31ecb4e2e7388144102"], "date": ["2003-12-01"], "namesMentioned": ["Deutsche Bank AG", "CDU"], "payer": ["35f155f912b07b4ab69a8895064e88026378691b"]}, "schema": "Payment"} -{"id": "063e2b1d7f33740068babd0705826614994fdb45", "properties": {"city": ["24109 Kiel"], "country": ["de"], "full": ["Wittland 11, 24109 Kiel"], "street": ["Wittland 11"]}, "schema": "Address"} -{"id": "94da6b0729bb7e26a01f80e9a5e08d49157ce8c9", "properties": {"amountEur": ["100000"], "beneficiary": ["c326dd8021ee75fe9608f31ecb4e2e7388144102"], "date": ["2003-12-08"], "namesMentioned": ["FERRING Arzneimittel GmbH", "CDU"], "payer": ["f8867c433ba247cfab74096c73f6ff5e36db3ffe"]}, "schema": "Payment"} -{"id": "b6b795db4fadafab372a43f42888acf17c58c674", "properties": {"amountEur": ["75000"], "beneficiary": ["c326dd8021ee75fe9608f31ecb4e2e7388144102"], "date": ["2003-12-19"], "namesMentioned": ["Frau Dr. Karin Fischer", "CDU"], "payer": ["20c2300012483e5fa10ec2d066085d42da569284"]}, "schema": "Payment"} -{"id": "39021d8d88cabdfd781fc6fdba7710f460eb48b5", "properties": {"amountEur": ["100000"], "beneficiary": ["7202347006660188aab5c1e264c4bee948478fd6"], "date": ["2003-12-01"], "namesMentioned": ["Deutsche Bank AG", "SPD"], "payer": ["35f155f912b07b4ab69a8895064e88026378691b"]}, "schema": "Payment"} -{"id": "5be22fd0b2aeb0fb6b32aa3ee3ab5cb6512f4a67", "properties": {"amountEur": ["60000"], "beneficiary": ["d10764ddf47ca220527d385fc8fbaa62114408e4"], "date": ["2003-12-18"], "namesMentioned": ["Allianz Deutschland AG", "GR\u00dcNE"], "payer": ["8359642c7532dbc8979be55bd1e793e8278b3416"]}, "schema": "Payment"} -{"id": "2800e7ce1566adfba4210d6b2ff05ae64c41267b", "properties": {"city": ["48161 M\u00fcnster"], "country": ["de"], "full": ["Coesfeldweg 59, 48161 M\u00fcnster"], "street": ["Coesfeldweg 59"]}, "schema": "Address"} -{"id": "60ca186c894f68d24497578df179d1bed69e6d68", "properties": {"addressEntity": ["2800e7ce1566adfba4210d6b2ff05ae64c41267b"], "country": ["de"], "name": ["Herr J\u00fcrgen W. M\u00f6llemann"]}, "schema": "Person"} -{"id": "4d112e45588aa49fa95e245ffad86ceb8d7d0bde", "properties": {"amountEur": ["980000"], "beneficiary": ["783d918df9f9178400d6b3386439ab3b3679979c"], "date": ["2002-12-31"], "namesMentioned": ["FDP", "Herr J\u00fcrgen W. M\u00f6llemann"], "payer": ["60ca186c894f68d24497578df179d1bed69e6d68"]}, "schema": "Payment"} -{"id": "1422ab569f6378179c75f4bced6b78837fefde13", "properties": {"city": ["65205 Wiesbaden"], "country": ["de"], "full": ["Kreuzberger Ring 19, 65205 Wiesbaden"], "street": ["Kreuzberger Ring 19"]}, "schema": "Address"} -{"id": "26049e79bb5ec70cd584e9183107dd6f5c7bcf3e", "properties": {"addressEntity": ["1422ab569f6378179c75f4bced6b78837fefde13"], "country": ["de"], "name": ["Carat Wiesbaden GmbH & Co. KG Media Service"]}, "schema": "Company"} -{"id": "66001a1082ddf35ef6f230508deaf77493380450", "properties": {"amountEur": ["50416"], "beneficiary": ["c326dd8021ee75fe9608f31ecb4e2e7388144102"], "date": ["2002-12-31"], "namesMentioned": ["CDU", "Carat Wiesbaden GmbH & Co. KG Media Service"], "payer": ["26049e79bb5ec70cd584e9183107dd6f5c7bcf3e"]}, "schema": "Payment"} -{"id": "3f26039c15f83828926659f14313d1194c3ae596", "properties": {"city": ["6868 Wecker"], "country": ["lu"], "full": ["Am Scheerleck 9, 6868 Wecker"], "street": ["Am Scheerleck 9"]}, "schema": "Address"} -{"id": "f51739f6e919721fdc6dbbe0df440309c4832cff", "properties": {"addressEntity": ["3f26039c15f83828926659f14313d1194c3ae596"], "country": ["lu"], "name": ["Eurolottoclub AG"]}, "schema": "Company"} -{"id": "3bf791aea815a8d76721400f1baaa3c4412b019c", "properties": {"amountEur": ["65894"], "beneficiary": ["7202347006660188aab5c1e264c4bee948478fd6"], "date": ["2003-05-29"], "namesMentioned": ["Eurolottoclub AG", "SPD"], "payer": ["f51739f6e919721fdc6dbbe0df440309c4832cff"]}, "schema": "Payment"} -{"id": "857e0118a8e1e84009206be1b7c24ef5c185f6f7", "properties": {"amountEur": ["150000"], "beneficiary": ["7202347006660188aab5c1e264c4bee948478fd6"], "date": ["2003-04-11"], "namesMentioned": ["Daimler Chrysler AG", "SPD"], "payer": ["187e2f6e4aebe4d7119da679f10c4588e74bcabf"]}, "schema": "Payment"} -{"id": "08860e56bcb9473e91c27e0f77f817a51b94a4bd", "properties": {"amountEur": ["92061"], "beneficiary": ["c326dd8021ee75fe9608f31ecb4e2e7388144102"], "date": ["2002-12-31"], "namesMentioned": ["Bayerische Motorenwerke AG", "CDU"], "payer": ["21cc81bf3b960d2847b66c6c862e7aa9b5e4f487"]}, "schema": "Payment"} -{"id": "9be8cea804a1b0699ec76bc8e5e153d22f71a7d1", "properties": {"amountEur": ["89376"], "beneficiary": ["6d8377d3938b85fa1bfd1985486f0f913c42e224"], "date": ["2002-12-31"], "namesMentioned": ["Bayerische Motorenwerke AG", "CSU"], "payer": ["21cc81bf3b960d2847b66c6c862e7aa9b5e4f487"]}, "schema": "Payment"} -{"id": "9fc60657feb497ec721c2c639be715ac206ffc85", "properties": {"amountEur": ["65947"], "beneficiary": ["7202347006660188aab5c1e264c4bee948478fd6"], "date": ["2002-12-31"], "namesMentioned": ["SPD", "Bayerische Motorenwerke AG"], "payer": ["21cc81bf3b960d2847b66c6c862e7aa9b5e4f487"]}, "schema": "Payment"} -{"id": "b042ebe1300ef0fb9c108a8f25754f7c794dd9db", "properties": {"amountEur": ["59875"], "beneficiary": ["783d918df9f9178400d6b3386439ab3b3679979c"], "date": ["2002-12-31"], "namesMentioned": ["Bayerische Motorenwerke AG", "FDP"], "payer": ["21cc81bf3b960d2847b66c6c862e7aa9b5e4f487"]}, "schema": "Payment"} -{"id": "7a063478989f0840a6c874b4e01918a1ba2600fd", "properties": {"amountEur": ["500000"], "beneficiary": ["6d8377d3938b85fa1bfd1985486f0f913c42e224"], "date": ["2003-04-17"], "namesMentioned": ["Verband der Bayerischen Metall- und Elektroindustrie e.V.", "CSU"], "payer": ["62ad0fe6f56dbbf6fee57ce3da76e88c437024d5"]}, "schema": "Payment"} -{"id": "6f03fd2504f12f66364d7f83789867f2d6f57b76", "properties": {"amountEur": ["150000"], "beneficiary": ["c326dd8021ee75fe9608f31ecb4e2e7388144102"], "date": ["2003-04-10"], "namesMentioned": ["Daimler Chrysler AG", "CDU"], "payer": ["187e2f6e4aebe4d7119da679f10c4588e74bcabf"]}, "schema": "Payment"} -{"id": "356834625b049115a323edb5db21c81b489f829e", "properties": {"amountEur": ["120000"], "beneficiary": ["c326dd8021ee75fe9608f31ecb4e2e7388144102"], "date": ["2003-01-30"], "namesMentioned": ["CDU", "ALTANA AG Herbert-Quandt-Haus"], "payer": ["28a5b333a00b1dc52c061d9f39cfa63c07a826c9"]}, "schema": "Payment"} -{"id": "d26bd5a66030e8af5f08a2509696fb878c3398c9", "properties": {"amountEur": ["51130"], "beneficiary": ["c326dd8021ee75fe9608f31ecb4e2e7388144102"], "date": ["2003-02-07"], "namesMentioned": ["Deutsche Bank AG", "CDU"], "payer": ["35f155f912b07b4ab69a8895064e88026378691b"]}, "schema": "Payment"} -{"id": "050d0a3b7af616f15830b471fe727bed08763ceb", "properties": {"city": ["20355 Hamburg"], "country": ["de"], "full": ["Holstenwall 10, 20355 Hamburg"], "street": ["Holstenwall 10"]}, "schema": "Address"} -{"id": "1554540925c16474697fa932fd02d93bcf1001e7", "properties": {"addressEntity": ["050d0a3b7af616f15830b471fe727bed08763ceb"], "country": ["de"], "name": ["Eheleute Bernd und Gertraude Puschendorf"]}, "schema": "Company"} -{"id": "a7d1cd12bac6487d3b79476aa0d853ab4069890f", "properties": {"amountEur": ["70000"], "beneficiary": ["c326dd8021ee75fe9608f31ecb4e2e7388144102"], "date": ["2003-02-13"], "namesMentioned": ["Eheleute Bernd und Gertraude Puschendorf", "CDU"], "payer": ["1554540925c16474697fa932fd02d93bcf1001e7"]}, "schema": "Payment"} -{"id": "f936b001b4023005fa35a1523daf1d066b14a4b3", "properties": {"amountEur": ["75000"], "beneficiary": ["c326dd8021ee75fe9608f31ecb4e2e7388144102"], "date": ["2003-01-24"], "namesMentioned": ["CDU", "Frau Johanna Quandt"], "payer": ["2d3e50433e36ebe16f3d906b684c9d5124c46d76"]}, "schema": "Payment"} -{"id": "997ca20f78cf89d81d390120506b5df4505e12f2", "properties": {"amountEur": ["75000"], "beneficiary": ["c326dd8021ee75fe9608f31ecb4e2e7388144102"], "date": ["2003-01-24"], "namesMentioned": ["Herr Stefan Quandt", "CDU"], "payer": ["0875bc617a5ff0a0ba605ea76d0fccd44660e7e7"]}, "schema": "Payment"} -{"id": "86de3c36160ca03096c81da76ff3c26ef10158f7", "properties": {"amountEur": ["75000"], "beneficiary": ["c326dd8021ee75fe9608f31ecb4e2e7388144102"], "date": ["2003-01-24"], "namesMentioned": ["CDU", "Frau Susanne Klatten"], "payer": ["4cd8367bbcdfe2d260e042e125791542081a562e"]}, "schema": "Payment"} -{"id": "873b51cea0b41da8861e6a27d7f2b4fc869d5148", "properties": {"addressEntity": ["a621807d4abeee2ddc96ea8ee5ec63ebf56c835a"], "country": ["de"], "name": ["Pacelli Beteiligungs GmbH & Co. KG"]}, "schema": "Company"} -{"id": "954e2200bdcd6a08ea7885beaa85a890177f7d75", "properties": {"amountEur": ["141369"], "beneficiary": ["6d8377d3938b85fa1bfd1985486f0f913c42e224"], "date": ["2002-10-25"], "namesMentioned": ["CSU", "Pacelli Beteiligungs GmbH & Co. KG"], "payer": ["873b51cea0b41da8861e6a27d7f2b4fc869d5148"]}, "schema": "Payment"} -{"id": "89c13c010ecc82a641f55ce433a154535a5c0ae8", "properties": {"amountEur": ["200000"], "beneficiary": ["c326dd8021ee75fe9608f31ecb4e2e7388144102"], "date": ["2002-08-23"], "namesMentioned": ["CDU", "Verband der Metall- und Elektroindustrie Baden-W\u00fcrttemberg e.V."], "payer": ["69401823a9f0a97cfdc37afa7c3158374e007669"]}, "schema": "Payment"} -{"id": "9add84cbb7bb48c7552f8ec7ae54de54eed1e361", "properties": {"addressEntity": ["2c42a6ff38354647909b5223a5df19640fb73d5b"], "country": ["de"], "name": ["Johanna Quandt"]}, "schema": "Person"} -{"id": "9a347c429ec01063e20c1e5f5132ce95cceead08", "properties": {"amountEur": ["180000"], "beneficiary": ["c326dd8021ee75fe9608f31ecb4e2e7388144102"], "date": ["2002-09-04"], "namesMentioned": ["CDU", "Johanna Quandt"], "payer": ["9add84cbb7bb48c7552f8ec7ae54de54eed1e361"]}, "schema": "Payment"} -{"id": "f5ee9f4b6a3891c5cb5366db7621e37b477f409b", "properties": {"amountEur": ["180000"], "beneficiary": ["c326dd8021ee75fe9608f31ecb4e2e7388144102"], "date": ["2002-09-04"], "namesMentioned": ["Herr Stefan Quandt", "CDU"], "payer": ["0875bc617a5ff0a0ba605ea76d0fccd44660e7e7"]}, "schema": "Payment"} -{"id": "eaef094d1cabeb91371c3228fa02da1fc34b7081", "properties": {"amountEur": ["170000"], "beneficiary": ["c326dd8021ee75fe9608f31ecb4e2e7388144102"], "date": ["2002-09-04"], "namesMentioned": ["CDU", "Frau Susanne Klatten"], "payer": ["4cd8367bbcdfe2d260e042e125791542081a562e"]}, "schema": "Payment"} -{"id": "4c9b96164bd954577a978fd1e0e63e2ba4aa4b88", "properties": {"city": ["70839 Gerlingen"], "country": ["de"], "full": ["Robert-Bosch-Platz 1, 70839 Gerlingen"], "street": ["Robert-Bosch-Platz 1"]}, "schema": "Address"} -{"id": "869f15aca0b5478807569f76f91f890d3ee5be4c", "properties": {"addressEntity": ["4c9b96164bd954577a978fd1e0e63e2ba4aa4b88"], "country": ["de"], "name": ["Robert Bosch GmbH"]}, "schema": "Company"} -{"id": "5b51cf43b77732b10cea815e55026fac4b3f6190", "properties": {"amountEur": ["100000"], "beneficiary": ["c326dd8021ee75fe9608f31ecb4e2e7388144102"], "date": ["2002-09-09"], "namesMentioned": ["Robert Bosch GmbH", "CDU"], "payer": ["869f15aca0b5478807569f76f91f890d3ee5be4c"]}, "schema": "Payment"} -{"id": "1ec81859c512c298c0fda4d892041d30606df524", "properties": {"amountEur": ["80000"], "beneficiary": ["783d918df9f9178400d6b3386439ab3b3679979c"], "date": ["2002-09-12"], "namesMentioned": ["FDP", "Frau Susanne Klatten"], "payer": ["4cd8367bbcdfe2d260e042e125791542081a562e"]}, "schema": "Payment"} -{"id": "5d101f9a90f3b1bc842b926b20b4265fa71d9142", "properties": {"amountEur": ["70000"], "beneficiary": ["783d918df9f9178400d6b3386439ab3b3679979c"], "date": ["2002-09-12"], "namesMentioned": ["FDP", "Frau Johanna Quandt"], "payer": ["2d3e50433e36ebe16f3d906b684c9d5124c46d76"]}, "schema": "Payment"} -{"id": "b4ac571534cfc972ed8931ef9a3cc48ed3292216", "properties": {"city": ["93047 Regensburg"], "country": ["de"], "full": ["D\u00e4nzergasse 8, 93047 Regensburg"], "street": ["D\u00e4nzergasse 8"]}, "schema": "Address"} -{"id": "ea7e4e04d0916d486fc4aa5e727c53ffbd6d7617", "properties": {"addressEntity": ["b4ac571534cfc972ed8931ef9a3cc48ed3292216"], "country": ["de"], "name": ["Ostwind-Verwaltungsgesellschaft mbH"]}, "schema": "Company"} -{"id": "602c23edca57408040b5398aa55f1f3cc67702e8", "properties": {"amountEur": ["70000"], "beneficiary": ["d10764ddf47ca220527d385fc8fbaa62114408e4"], "date": ["2002-08-15"], "namesMentioned": ["Ostwind-Verwaltungsgesellschaft mbH", "GR\u00dcNE"], "payer": ["ea7e4e04d0916d486fc4aa5e727c53ffbd6d7617"]}, "schema": "Payment"} -{"id": "39921d189319efae6021c9fde0638228b11bbea4", "properties": {"city": ["22297 Hamburg"], "country": ["de"], "full": ["\u00dcberseering 18, 22297 Hamburg"], "street": ["\u00dcberseering 18"]}, "schema": "Address"} -{"id": "4e0bd810e1fcb49990a2b31709b6140c4c9139c5", "properties": {"addressEntity": ["39921d189319efae6021c9fde0638228b11bbea4"], "country": ["de"], "name": ["Tchibo Holding AG"]}, "schema": "Company"} -{"id": "08a8e8bdd2da027fbe75de2ea54dec406a66422a", "properties": {"amountEur": ["200000"], "beneficiary": ["7202347006660188aab5c1e264c4bee948478fd6"], "date": ["2002-07-04"], "namesMentioned": ["SPD", "Tchibo Holding AG"], "payer": ["4e0bd810e1fcb49990a2b31709b6140c4c9139c5"]}, "schema": "Payment"} +{"id":"6d03aec76fdeec8f9697d8b19954ab6fc2568bc8","caption":"MLPD","schema":"Organization","properties":{"name":["MLPD"]},"referents":[],"datasets":["donations"]} +{"id":"97149caa3aef14e2be5ae6b3974c6882e7536d88","caption":"Schillerstraße 19, 76135 Karlsruhe","schema":"Address","properties":{"city":["76135 Karlsruhe"],"country":["de"],"full":["Schillerstraße 19, 76135 Karlsruhe"],"street":["Schillerstraße 19"]},"referents":[],"datasets":["donations"]} +{"id":"f9c295f21b233ac878fbac4d271bb6fd13d7952a","caption":"Frau Lina Dachner","schema":"Person","properties":{"addressEntity":["97149caa3aef14e2be5ae6b3974c6882e7536d88"],"country":["de"],"name":["Frau Lina Dachner"]},"referents":[],"datasets":["donations"]} +{"id":"2216b422a31242fe204654ce194864661f515921","caption":"Payment","schema":"Payment","properties":{"amountEur":["100000"],"beneficiary":["6d03aec76fdeec8f9697d8b19954ab6fc2568bc8"],"date":["2011-12-29"],"namesMentioned":["Frau Lina Dachner","MLPD"],"payer":["f9c295f21b233ac878fbac4d271bb6fd13d7952a"]},"referents":[],"datasets":["donations"]} +{"id":"d4978eacd9b7ce389fe069776b909432301c8a83","caption":"Auf der Altstätte 1C, 44369 Dortmund","schema":"Address","properties":{"city":["44369 Dortmund"],"country":["de"],"full":["Auf der Altstätte 1C, 44369 Dortmund"],"street":["Auf der Altstätte 1C"]},"referents":[],"datasets":["donations"]} +{"id":"0de4751d255c3131cbeff1431ad5f908cbd511c6","caption":"Frau Dr. Irene Nierstenhöfer","schema":"Person","properties":{"addressEntity":["d4978eacd9b7ce389fe069776b909432301c8a83"],"country":["de"],"name":["Frau Dr. Irene Nierstenhöfer"]},"referents":[],"datasets":["donations"]} +{"id":"f4fc242b39db00c51a6149c017aef246786a8e07","caption":"Payment","schema":"Payment","properties":{"amountEur":["113969.15"],"beneficiary":["6d03aec76fdeec8f9697d8b19954ab6fc2568bc8"],"date":["2011-12-28"],"namesMentioned":["Frau Dr. Irene Nierstenhöfer","MLPD"],"payer":["0de4751d255c3131cbeff1431ad5f908cbd511c6"]},"referents":[],"datasets":["donations"]} +{"id":"783d918df9f9178400d6b3386439ab3b3679979c","caption":"FDP","schema":"Organization","properties":{"name":["FDP"]},"referents":[],"datasets":["donations"]} +{"id":"fb9bebe5105ed916004e294a6d9048eac65e3ece","caption":"Max-Joseph-Straße 5 , 80333 München","schema":"Address","properties":{"city":["80333 München"],"country":["de"],"full":["Max-Joseph-Straße 5 , 80333 München","Max-Joseph-Straße 5, 80333 München"],"street":["Max-Joseph-Straße 5"]},"referents":[],"datasets":["donations"]} +{"id":"62ad0fe6f56dbbf6fee57ce3da76e88c437024d5","caption":"Verband der Bayerischen Metall- und Elektroindustrie e.V.","schema":"Organization","properties":{"addressEntity":["fb9bebe5105ed916004e294a6d9048eac65e3ece"],"country":["de"],"name":["Verband der Bayerischen Metall- und Elektroindustrie e.V."]},"referents":[],"datasets":["donations"]} +{"id":"3b0f55460ac010625c09861f2e8fdda02cf75049","caption":"Payment","schema":"Payment","properties":{"amountEur":["80000"],"beneficiary":["783d918df9f9178400d6b3386439ab3b3679979c"],"date":["2011-12-22"],"namesMentioned":["Verband der Bayerischen Metall- und Elektroindustrie e.V.","FDP"],"payer":["62ad0fe6f56dbbf6fee57ce3da76e88c437024d5"]},"referents":[],"datasets":["donations"]} +{"id":"6d8377d3938b85fa1bfd1985486f0f913c42e224","caption":"CSU","schema":"Organization","properties":{"name":["CSU"]},"referents":[],"datasets":["donations"]} +{"id":"f8214ebe98cf1499bf212dcd6bcbed70bdb94752","caption":"Payment","schema":"Payment","properties":{"amountEur":["320000"],"beneficiary":["6d8377d3938b85fa1bfd1985486f0f913c42e224"],"date":["2011-12-21"],"namesMentioned":["CSU","Verband der Bayerischen Metall- und Elektroindustrie e.V."],"payer":["62ad0fe6f56dbbf6fee57ce3da76e88c437024d5"]},"referents":[],"datasets":["donations"]} +{"id":"d10764ddf47ca220527d385fc8fbaa62114408e4","caption":"GRÜNE","schema":"Organization","properties":{"name":["GRÜNE"]},"referents":[],"datasets":["donations"]} +{"id":"98ecf36834d28df75b188091d34469cb35de3475","caption":"Löffelstraße 22-24 , 70597 Stuttgart","schema":"Address","properties":{"city":["70597 Stuttgart"],"country":["de"],"full":["Löffelstraße 22-24, 70597 Stuttgart","Löffelstraße 22-24 , 70597 Stuttgart"],"street":["Löffelstraße 22-24"]},"referents":[],"datasets":["donations"]} +{"id":"69401823a9f0a97cfdc37afa7c3158374e007669","caption":"Verband der Metall- und Elektroindustrie Baden-Württemberg e.V.","schema":"Organization","properties":{"addressEntity":["98ecf36834d28df75b188091d34469cb35de3475"],"country":["de"],"name":["Verband der Metall- und Elektroindustrie Baden-Württemberg e.V."]},"referents":[],"datasets":["donations"]} +{"id":"3d25744fb644285b44115f92054831269a3676b7","caption":"Payment","schema":"Payment","properties":{"amountEur":["60000"],"beneficiary":["d10764ddf47ca220527d385fc8fbaa62114408e4"],"date":["2011-10-07"],"namesMentioned":["GRÜNE","Verband der Metall- und Elektroindustrie Baden-Württemberg e.V."],"payer":["69401823a9f0a97cfdc37afa7c3158374e007669"]},"referents":[],"datasets":["donations"]} +{"id":"7202347006660188aab5c1e264c4bee948478fd6","caption":"SPD","schema":"Organization","properties":{"name":["SPD"]},"referents":[],"datasets":["donations"]} +{"id":"8aa72c7ae6b3289bc78f36c0a65cd214cf631854","caption":"Payment","schema":"Payment","properties":{"amountEur":["60000"],"beneficiary":["7202347006660188aab5c1e264c4bee948478fd6"],"date":["2011-10-07"],"namesMentioned":["SPD","Verband der Metall- und Elektroindustrie Baden-Württemberg e.V."],"payer":["69401823a9f0a97cfdc37afa7c3158374e007669"]},"referents":[],"datasets":["donations"]} +{"id":"c326dd8021ee75fe9608f31ecb4e2e7388144102","caption":"CDU","schema":"Organization","properties":{"name":["CDU"]},"referents":[],"datasets":["donations"]} +{"id":"4a6351e6defcc1c3c5b0ed641025476ab33f136a","caption":"Payment","schema":"Payment","properties":{"amountEur":["100000"],"beneficiary":["c326dd8021ee75fe9608f31ecb4e2e7388144102"],"date":["2011-10-07"],"namesMentioned":["CDU","Verband der Metall- und Elektroindustrie Baden-Württemberg e.V."],"payer":["69401823a9f0a97cfdc37afa7c3158374e007669"]},"referents":[],"datasets":["donations"]} +{"id":"e78feb8fdb0ad971f70e133aad3b7e3cfec753da","caption":"Uerdinger Str. 58-62, 40474 Düsseldorf","schema":"Address","properties":{"city":["40474 Düsseldorf"],"country":["de"],"full":["Uerdinger Str. 58-62, 40474 Düsseldorf"],"street":["Uerdinger Str. 58-62"]},"referents":[],"datasets":["donations"]} +{"id":"831e4ad076f5877c4adcdd406f972a516ec9558b","caption":"Verband der Metall- und Elektroindustrie Nordrhein-Westfalen e.V.","schema":"Organization","properties":{"addressEntity":["63a681d9501df9417522f0007eec512c1261ca5c","e78feb8fdb0ad971f70e133aad3b7e3cfec753da","f5cb2c9152ced393100dd3b15d1621fa58048223"],"country":["de"],"name":["Verband der Metall- und Elektroindustrie Nordrhein-Westfalen e.V."]},"referents":[],"datasets":["donations"]} +{"id":"69988df2f11a2912a2f0d845cdcd932ee0d78fa8","caption":"Payment","schema":"Payment","properties":{"amountEur":["60000"],"beneficiary":["c326dd8021ee75fe9608f31ecb4e2e7388144102"],"date":["2011-08-31"],"namesMentioned":["CDU","Verband der Metall- und Elektroindustrie Nordrhein-Westfalen e.V."],"payer":["831e4ad076f5877c4adcdd406f972a516ec9558b"]},"referents":[],"datasets":["donations"]} +{"id":"24d70758272ce499d8d30655392ef2b253a980eb","caption":", 70546 Stuttgart","schema":"Address","properties":{"city":["70546 Stuttgart"],"country":["de"],"full":[", 70546 Stuttgart"]},"referents":[],"datasets":["donations"]} +{"id":"66ce9f62af8c7d329506da41cb7c36ba058b3d28","caption":"Daimler AG","schema":"Company","properties":{"addressEntity":["5ecdd47d32a5a1934ec9493657ddd614ac368263","24d70758272ce499d8d30655392ef2b253a980eb"],"country":["de"],"name":["Daimler AG"]},"referents":[],"datasets":["donations"]} +{"id":"8537801d5a093cc95456e319e0415e253374de12","caption":"Payment","schema":"Payment","properties":{"amountEur":["150000"],"beneficiary":["7202347006660188aab5c1e264c4bee948478fd6"],"date":["2011-08-10"],"namesMentioned":["Daimler AG","SPD"],"payer":["66ce9f62af8c7d329506da41cb7c36ba058b3d28"]},"referents":[],"datasets":["donations"]} +{"id":"3319e193f255a7d46d5cdfaa85dff1ef07cbce13","caption":"Payment","schema":"Payment","properties":{"amountEur":["150000"],"beneficiary":["c326dd8021ee75fe9608f31ecb4e2e7388144102"],"date":["2011-08-10"],"namesMentioned":["Daimler AG","CDU"],"payer":["66ce9f62af8c7d329506da41cb7c36ba058b3d28"]},"referents":[],"datasets":["donations"]} +{"id":"76a792dd2e18125caa570c527eeaebac6c24c63b","caption":"Königinstraße 28 , 80802 München","schema":"Address","properties":{"city":["80802 München"],"country":["de"],"full":["Königinstraße 28 , 80802 München","Königinstraße 28, 80802 München"],"street":["Königinstraße 28"]},"referents":[],"datasets":["donations"]} +{"id":"efccc434cdf141c7ba6f6e539bb6b42ecd97c368","caption":"Allianz SE","schema":"Company","properties":{"addressEntity":["76a792dd2e18125caa570c527eeaebac6c24c63b"],"country":["de"],"name":["Allianz SE"]},"referents":[],"datasets":["donations"]} +{"id":"8a1511b7d10c1af7e19d5f47b1fbdc4672bdf201","caption":"Payment","schema":"Payment","properties":{"amountEur":["50001"],"beneficiary":["d10764ddf47ca220527d385fc8fbaa62114408e4"],"date":["2011-07-01"],"namesMentioned":["GRÜNE","Allianz SE"],"payer":["efccc434cdf141c7ba6f6e539bb6b42ecd97c368"]},"referents":[],"datasets":["donations"]} +{"id":"4321d45b84ef7d3b0438b288a0f766db6a4daf2d","caption":"Payment","schema":"Payment","properties":{"amountEur":["50001"],"beneficiary":["c326dd8021ee75fe9608f31ecb4e2e7388144102"],"date":["2011-07-01"],"namesMentioned":["CDU","Allianz SE"],"payer":["efccc434cdf141c7ba6f6e539bb6b42ecd97c368"]},"referents":[],"datasets":["donations"]} +{"id":"8804ad00b09235a3aaceca7afa65c77ac7f2a7fa","caption":"Neuer Jungfernstieg 20, 20354 Hamburg","schema":"Address","properties":{"city":["20354 Hamburg"],"country":["de"],"full":["Neuer Jungfernstieg 20, 20354 Hamburg","Neuer Jungfernstieg 20 , 20354 Hamburg"],"street":["Neuer Jungfernstieg 20"]},"referents":[],"datasets":["donations"]} +{"id":"b80508bba548ade23ad034e30e44cb305a10d8b5","caption":"Berenberg Bank Joh. Berenberg, Gossler & Co.","schema":"Company","properties":{"addressEntity":["8804ad00b09235a3aaceca7afa65c77ac7f2a7fa"],"country":["de"],"name":["Berenberg Bank Joh. Berenberg, Gossler & Co."]},"referents":[],"datasets":["donations"]} +{"id":"0abea6840c8003394295cf55cf88644cc2a01ea7","caption":"Payment","schema":"Payment","properties":{"amountEur":["100000"],"beneficiary":["c326dd8021ee75fe9608f31ecb4e2e7388144102"],"date":["2011-07-01"],"namesMentioned":["Berenberg Bank Joh. Berenberg, Gossler & Co.","CDU"],"payer":["b80508bba548ade23ad034e30e44cb305a10d8b5"]},"referents":[],"datasets":["donations"]} +{"id":"a51ecec440c2528a6bd656fb555c791338b7cd87","caption":"Payment","schema":"Payment","properties":{"amountEur":["50001"],"beneficiary":["783d918df9f9178400d6b3386439ab3b3679979c"],"date":["2011-07-01"],"namesMentioned":["Allianz SE","FDP"],"payer":["efccc434cdf141c7ba6f6e539bb6b42ecd97c368"]},"referents":[],"datasets":["donations"]} +{"id":"2c4267fc82f92cb86f495143edbee38587bb4193","caption":"Payment","schema":"Payment","properties":{"amountEur":["50001"],"beneficiary":["7202347006660188aab5c1e264c4bee948478fd6"],"date":["2011-07-01"],"namesMentioned":["SPD","Allianz SE"],"payer":["efccc434cdf141c7ba6f6e539bb6b42ecd97c368"]},"referents":[],"datasets":["donations"]} +{"id":"3f7808f7bc21525eea72b028619ba75d5b0181d8","caption":"Payment","schema":"Payment","properties":{"amountEur":["50001"],"beneficiary":["6d8377d3938b85fa1bfd1985486f0f913c42e224"],"date":["2011-06-30"],"namesMentioned":["CSU","Allianz SE"],"payer":["efccc434cdf141c7ba6f6e539bb6b42ecd97c368"]},"referents":[],"datasets":["donations"]} +{"id":"5a156318bb17bb6f1fc6814d02addfc6257050e5","caption":"Kurfürsten-Anlage 34-36, 69115 Heidelberg","schema":"Address","properties":{"city":["69115 Heidelberg"],"country":["de"],"full":["Kurfürsten-Anlage 34-36, 69115 Heidelberg"],"street":["Kurfürsten-Anlage 34-36"]},"referents":[],"datasets":["donations"]} +{"id":"9d439435103f75db8a2eaa50ae6d1d0a6c4f42c2","caption":"REUTAX AG","schema":"Company","properties":{"addressEntity":["9fc3766c5ee160eb976aa5a03a5e21461a0bf0a6","5a156318bb17bb6f1fc6814d02addfc6257050e5"],"country":["de"],"name":["REUTAX AG"]},"referents":[],"datasets":["donations"]} +{"id":"31b3b686ef323624043856ab07820099bda87f57","caption":"Payment","schema":"Payment","properties":{"amountEur":["50500"],"beneficiary":["783d918df9f9178400d6b3386439ab3b3679979c"],"date":["2011-03-04"],"namesMentioned":["FDP","REUTAX AG"],"payer":["9d439435103f75db8a2eaa50ae6d1d0a6c4f42c2"]},"referents":[],"datasets":["donations"]} +{"id":"71fc57d5789f3a0da3a60cd62960d5d775963da9","caption":"Petuelring 130, 80788 München","schema":"Address","properties":{"city":["80788 München"],"country":["de"],"full":["Petuelring 130, 80788 München"],"street":["Petuelring 130"]},"referents":[],"datasets":["donations"]} +{"id":"21cc81bf3b960d2847b66c6c862e7aa9b5e4f487","caption":"Bayerische Motorenwerke AG","schema":"Company","properties":{"addressEntity":["37ec44706d52e3eb53f1cb9d9fe593f2f9d0a487","71fc57d5789f3a0da3a60cd62960d5d775963da9"],"country":["de"],"name":["Bayerische Motorenwerke AG"]},"referents":[],"datasets":["donations"]} +{"id":"2dcd92153747f34db1b41814192744b96517a322","caption":"Payment","schema":"Payment","properties":{"amountEur":["95338"],"beneficiary":["7202347006660188aab5c1e264c4bee948478fd6"],"date":["2011-02-23"],"namesMentioned":["Bayerische Motorenwerke AG","SPD"],"payer":["21cc81bf3b960d2847b66c6c862e7aa9b5e4f487"]},"referents":[],"datasets":["donations"]} +{"id":"cfa424b73c9052e4cf39d9a9716cc3259d1f51f3","caption":"Payment","schema":"Payment","properties":{"amountEur":["65129"],"beneficiary":["783d918df9f9178400d6b3386439ab3b3679979c"],"date":["2011-02-23"],"namesMentioned":["Bayerische Motorenwerke AG","FDP"],"payer":["21cc81bf3b960d2847b66c6c862e7aa9b5e4f487"]},"referents":[],"datasets":["donations"]} +{"id":"6db01e8b8236dab967423e3d2c0ec8aa71240024","caption":"Payment","schema":"Payment","properties":{"amountEur":["56129"],"beneficiary":["c326dd8021ee75fe9608f31ecb4e2e7388144102"],"date":["2011-02-23"],"namesMentioned":["Bayerische Motorenwerke AG","CDU"],"payer":["21cc81bf3b960d2847b66c6c862e7aa9b5e4f487"]},"referents":[],"datasets":["donations"]} +{"id":"3ffd90cbc652d20a48f868446319f60836bf521f","caption":"Payment","schema":"Payment","properties":{"amountEur":["142332"],"beneficiary":["6d8377d3938b85fa1bfd1985486f0f913c42e224"],"date":["2011-02-23"],"namesMentioned":["Bayerische Motorenwerke AG","CSU"],"payer":["21cc81bf3b960d2847b66c6c862e7aa9b5e4f487"]},"referents":[],"datasets":["donations"]} +{"id":"e82ee097e34327abfd84402441700aa45a1f4d6e","caption":"Payment","schema":"Payment","properties":{"amountEur":["75000"],"beneficiary":["783d918df9f9178400d6b3386439ab3b3679979c"],"date":["2010-12-23"],"namesMentioned":["FDP","Verband der Metall- und Elektroindustrie Baden-Württemberg e.V."],"payer":["69401823a9f0a97cfdc37afa7c3158374e007669"]},"referents":[],"datasets":["donations"]} +{"id":"535fecb6d3981f7bb8fc793f549191927bc699e4","caption":"Payment","schema":"Payment","properties":{"amountEur":["200000"],"beneficiary":["c326dd8021ee75fe9608f31ecb4e2e7388144102"],"date":["2010-12-28"],"namesMentioned":["CDU","Verband der Metall- und Elektroindustrie Baden-Württemberg e.V."],"payer":["69401823a9f0a97cfdc37afa7c3158374e007669"]},"referents":[],"datasets":["donations"]} +{"id":"6548c5dc4f6b8a08300b8c55acabb391c03557e2","caption":"Payment","schema":"Payment","properties":{"amountEur":["80000"],"beneficiary":["783d918df9f9178400d6b3386439ab3b3679979c"],"date":["2010-12-07"],"namesMentioned":["Verband der Bayerischen Metall- und Elektroindustrie e.V.","FDP"],"payer":["62ad0fe6f56dbbf6fee57ce3da76e88c437024d5"]},"referents":[],"datasets":["donations"]} +{"id":"592efd9f7c306990be2b81195b1ce574c72d25c5","caption":"Payment","schema":"Payment","properties":{"amountEur":["300000"],"beneficiary":["6d8377d3938b85fa1bfd1985486f0f913c42e224"],"date":["2010-12-06"],"namesMentioned":["CSU","Verband der Bayerischen Metall- und Elektroindustrie e.V."],"payer":["62ad0fe6f56dbbf6fee57ce3da76e88c437024d5"]},"referents":[],"datasets":["donations"]} +{"id":"3c5eb712877de7f3f69f16e73495dce7d82ceb14","caption":"Münchener Straße 1, 60329 Frankfurt am Main","schema":"Address","properties":{"city":["60329 Frankfurt am Main"],"country":["de"],"full":["Münchener Straße 1 , 60329 Frankfurt am Main","Münchener Straße 1, 60329 Frankfurt am Main"],"street":["Münchener Straße 1"]},"referents":[],"datasets":["donations"]} +{"id":"9e53f9608dea91f3faca8ba6f47b20038cd73905","caption":"Deutsche Vermögensberatung AG","schema":"Company","properties":{"addressEntity":["3c5eb712877de7f3f69f16e73495dce7d82ceb14"],"country":["de"],"name":["Deutsche Vermögensberatung AG"]},"referents":[],"datasets":["donations"]} +{"id":"4be7872cdfd96acd6887d6ccd6523b47f211f883","caption":"Payment","schema":"Payment","properties":{"amountEur":["60000"],"beneficiary":["783d918df9f9178400d6b3386439ab3b3679979c"],"date":["2010-11-09"],"namesMentioned":["Deutsche Vermögensberatung AG","FDP"],"payer":["9e53f9608dea91f3faca8ba6f47b20038cd73905"]},"referents":[],"datasets":["donations"]} +{"id":"866ca4655541b8bf77f634ea9eb216ead71ba532","caption":"Payment","schema":"Payment","properties":{"amountEur":["100000"],"beneficiary":["c326dd8021ee75fe9608f31ecb4e2e7388144102"],"date":["2010-11-05"],"namesMentioned":["Berenberg Bank Joh. Berenberg, Gossler & Co.","CDU"],"payer":["b80508bba548ade23ad034e30e44cb305a10d8b5"]},"referents":[],"datasets":["donations"]} +{"id":"69097487d0c897de6aca41757bfa3caf45e92d3e","caption":"Reinhold-Würth-Straße 12-17, 74653 Künzelsau","schema":"Address","properties":{"city":["74653 Künzelsau"],"country":["de"],"full":["Reinhold-Würth-Straße 12-17, 74653 Künzelsau"],"street":["Reinhold-Würth-Straße 12-17"]},"referents":[],"datasets":["donations"]} +{"id":"a4f89d37ec943a429b4943af705e73e6c3fe4fcc","caption":"Adolf Würth GmbH & Co. KG","schema":"Company","properties":{"addressEntity":["69097487d0c897de6aca41757bfa3caf45e92d3e"],"country":["de"],"name":["Adolf Würth GmbH & Co. KG"]},"referents":[],"datasets":["donations"]} +{"id":"d3f1c1f485fe9ece6615b245d2f961d0406cc0ef","caption":"Payment","schema":"Payment","properties":{"amountEur":["100000"],"beneficiary":["c326dd8021ee75fe9608f31ecb4e2e7388144102"],"date":["2010-10-27"],"namesMentioned":["CDU","Adolf Würth GmbH & Co. KG"],"payer":["a4f89d37ec943a429b4943af705e73e6c3fe4fcc"]},"referents":[],"datasets":["donations"]} +{"id":"542c6435219bd84c061ea407a6ab1e29b4d146d0","caption":"DVU","schema":"Organization","properties":{"name":["DVU"]},"referents":[],"datasets":["donations"]} +{"id":"4309372ffabe770547b4dc25032f9bd27f261d5c","caption":"Paosostraße 2, 81243 München","schema":"Address","properties":{"city":["81243 München"],"country":["de"],"full":["Paosostraße 2, 81243 München"],"street":["Paosostraße 2"]},"referents":[],"datasets":["donations"]} +{"id":"d558da510a3fb645255e56d0c32c5ccf8fba3a0b","caption":"Dr. Gerhard Frey","schema":"Company","properties":{"addressEntity":["4309372ffabe770547b4dc25032f9bd27f261d5c"],"country":["de"],"name":["Dr. Gerhard Frey"]},"referents":[],"datasets":["donations"]} +{"id":"110d6900e4e8382197fdb978eadeaf1f8978a3d8","caption":"Payment","schema":"Payment","properties":{"amountEur":["1030898"],"beneficiary":["542c6435219bd84c061ea407a6ab1e29b4d146d0"],"date":["2010-10-20"],"namesMentioned":["DVU","Dr. Gerhard Frey"],"payer":["d558da510a3fb645255e56d0c32c5ccf8fba3a0b"]},"referents":[],"datasets":["donations"]} +{"id":"9fbaa5733790781e56eec4998aeacf5093dccbf5","caption":"NPD","schema":"Organization","properties":{"name":["NPD"]},"referents":[],"datasets":["donations"]} +{"id":"c883c8ab267ae8f70e3235d8b1599ec116dc8aea","caption":"Grüntenweg 14, 72622 Nürtingen","schema":"Address","properties":{"city":["72622 Nürtingen"],"country":["de"],"full":["Grüntenweg 14, 72622 Nürtingen"],"street":["Grüntenweg 14"]},"referents":[],"datasets":["donations"]} +{"id":"3584671d7a7d55c6775d27adf28b3f14a5d0e237","caption":"Verein zur Pflege nationaler Politik e.V.","schema":"Organization","properties":{"addressEntity":["c883c8ab267ae8f70e3235d8b1599ec116dc8aea"],"country":["de"],"name":["Verein zur Pflege nationaler Politik e.V."]},"referents":[],"datasets":["donations"]} +{"id":"0d79e74a26d70705d164641edc500a43d1ea3c01","caption":"Payment","schema":"Payment","properties":{"amountEur":["150225"],"beneficiary":["9fbaa5733790781e56eec4998aeacf5093dccbf5"],"date":["2010-09-15"],"namesMentioned":["NPD","Verein zur Pflege nationaler Politik e.V."],"payer":["3584671d7a7d55c6775d27adf28b3f14a5d0e237"]},"referents":[],"datasets":["donations"]} +{"id":"7026814cacdaa885c52f239701b4662a2ce02e06","caption":"Payment","schema":"Payment","properties":{"amountEur":["160000"],"beneficiary":["c326dd8021ee75fe9608f31ecb4e2e7388144102"],"date":["2010-08-05"],"namesMentioned":["CDU","Verband der Metall- und Elektroindustrie Nordrhein-Westfalen e.V."],"payer":["831e4ad076f5877c4adcdd406f972a516ec9558b"]},"referents":[],"datasets":["donations"]} +{"id":"3951a604cb007ee4df9aeb46ef9023ed586af3fb","caption":"Payment","schema":"Payment","properties":{"amountEur":["65000"],"beneficiary":["783d918df9f9178400d6b3386439ab3b3679979c"],"date":["2010-08-17"],"namesMentioned":["Deutsche Vermögensberatung AG","FDP"],"payer":["9e53f9608dea91f3faca8ba6f47b20038cd73905"]},"referents":[],"datasets":["donations"]} +{"id":"3f8459b442c7b328615bf0514a5b3b03a6029c8a","caption":"Payment","schema":"Payment","properties":{"amountEur":["60001"],"beneficiary":["d10764ddf47ca220527d385fc8fbaa62114408e4"],"date":["2010-08-12"],"namesMentioned":["GRÜNE","Allianz SE"],"payer":["efccc434cdf141c7ba6f6e539bb6b42ecd97c368"]},"referents":[],"datasets":["donations"]} +{"id":"8ec6b9e065b73dd6d4b8d16db8da96e100db8e89","caption":"Payment","schema":"Payment","properties":{"amountEur":["60001"],"beneficiary":["c326dd8021ee75fe9608f31ecb4e2e7388144102"],"date":["2010-08-13"],"namesMentioned":["CDU","Allianz SE"],"payer":["efccc434cdf141c7ba6f6e539bb6b42ecd97c368"]},"referents":[],"datasets":["donations"]} +{"id":"9886a08bd4f01e14df9fc98e35b0967774d74b50","caption":"Payment","schema":"Payment","properties":{"amountEur":["50001"],"beneficiary":["783d918df9f9178400d6b3386439ab3b3679979c"],"date":["2010-08-11"],"namesMentioned":["Allianz SE","FDP"],"payer":["efccc434cdf141c7ba6f6e539bb6b42ecd97c368"]},"referents":[],"datasets":["donations"]} +{"id":"7a2e2da3ec3cb696cda6d659ff5dcc20eadb51e0","caption":"Payment","schema":"Payment","properties":{"amountEur":["60001"],"beneficiary":["7202347006660188aab5c1e264c4bee948478fd6"],"date":["2010-08-12"],"namesMentioned":["SPD","Allianz SE"],"payer":["efccc434cdf141c7ba6f6e539bb6b42ecd97c368"]},"referents":[],"datasets":["donations"]} +{"id":"58e5012a6eefb2119d0349bb560837bddcbbebd3","caption":"Payment","schema":"Payment","properties":{"amountEur":["60001"],"beneficiary":["6d8377d3938b85fa1bfd1985486f0f913c42e224"],"date":["2010-07-08"],"namesMentioned":["CSU","Allianz SE"],"payer":["efccc434cdf141c7ba6f6e539bb6b42ecd97c368"]},"referents":[],"datasets":["donations"]} +{"id":"57d0ab1838434c8199793c7896d05c3310f895ed","caption":"Allfinanz Deutsche Vermögensberatung AG","schema":"Company","properties":{"addressEntity":["3c5eb712877de7f3f69f16e73495dce7d82ceb14"],"country":["de"],"name":["Allfinanz Deutsche Vermögensberatung AG"]},"referents":[],"datasets":["donations"]} +{"id":"c0ac87184682845d53fac0bbaf907f3746ececab","caption":"Payment","schema":"Payment","properties":{"amountEur":["75000"],"beneficiary":["783d918df9f9178400d6b3386439ab3b3679979c"],"date":["2010-07-06"],"namesMentioned":["Allfinanz Deutsche Vermögensberatung AG","FDP"],"payer":["57d0ab1838434c8199793c7896d05c3310f895ed"]},"referents":[],"datasets":["donations"]} +{"id":"9e292c150c617eec85e5479c5f039f8441569441","caption":"LINKE","schema":"Organization","properties":{"name":["LINKE"]},"referents":[],"datasets":["donations"]} +{"id":"4662563f5304f247ed51b7b9a38c6d1a2a1689d6","caption":"Fritz-Reuter-Weg 7, 49214 Bad Rothenfelde","schema":"Address","properties":{"city":["49214 Bad Rothenfelde"],"country":["de"],"full":["Fritz-Reuter-Weg 7, 49214 Bad Rothenfelde"],"street":["Fritz-Reuter-Weg 7"]},"referents":[],"datasets":["donations"]} +{"id":"9614f58a0bb8fcc1b34b7658866de206863f2fa4","caption":"Herr Dr. Friedhelm Holz","schema":"Person","properties":{"addressEntity":["4662563f5304f247ed51b7b9a38c6d1a2a1689d6"],"country":["de"],"name":["Herr Dr. Friedhelm Holz"]},"referents":[],"datasets":["donations"]} +{"id":"152fa1b47abca1ecc28b41028d9144fd3d45bcf3","caption":"Payment","schema":"Payment","properties":{"amountEur":["100000"],"beneficiary":["9e292c150c617eec85e5479c5f039f8441569441"],"date":["2010-05-27"],"namesMentioned":["Herr Dr. Friedhelm Holz","LINKE"],"payer":["9614f58a0bb8fcc1b34b7658866de206863f2fa4"]},"referents":[],"datasets":["donations"]} +{"id":"9ecab0e9a3621e6fc2bbc39e84325d5b6cda96ea","caption":"Payment","schema":"Payment","properties":{"amountEur":["75000"],"beneficiary":["9e292c150c617eec85e5479c5f039f8441569441"],"date":["2010-05-21"],"namesMentioned":["Herr Dr. Friedhelm Holz","LINKE"],"payer":["9614f58a0bb8fcc1b34b7658866de206863f2fa4"]},"referents":[],"datasets":["donations"]} +{"id":"cfd8fef7d6d447389045ea86defd4aab61ad4542","caption":"Payment","schema":"Payment","properties":{"amountEur":["150000"],"beneficiary":["7202347006660188aab5c1e264c4bee948478fd6"],"date":["2010-05-11"],"namesMentioned":["SPD","Daimler AG"],"payer":["66ce9f62af8c7d329506da41cb7c36ba058b3d28"]},"referents":[],"datasets":["donations"]} +{"id":"343b596b0020aaffa9cfe5824ade96a246a3cc83","caption":"Payment","schema":"Payment","properties":{"amountEur":["150000"],"beneficiary":["c326dd8021ee75fe9608f31ecb4e2e7388144102"],"date":["2010-05-10"],"namesMentioned":["CDU","Daimler AG"],"payer":["66ce9f62af8c7d329506da41cb7c36ba058b3d28"]},"referents":[],"datasets":["donations"]} +{"id":"143761adc2830d4e05533fd14d159be498dd9c86","caption":"Payment","schema":"Payment","properties":{"amountEur":["60000"],"beneficiary":["783d918df9f9178400d6b3386439ab3b3679979c"],"date":["2010-04-12"],"namesMentioned":["FDP","Verband der Metall- und Elektroindustrie Nordrhein-Westfalen e.V."],"payer":["831e4ad076f5877c4adcdd406f972a516ec9558b"]},"referents":[],"datasets":["donations"]} +{"id":"991acc49192cb25e31ebcde6375c0e524b3fc509","caption":"Payment","schema":"Payment","properties":{"amountEur":["55886"],"beneficiary":["783d918df9f9178400d6b3386439ab3b3679979c"],"date":["2010-02-26"],"namesMentioned":["Bayerische Motorenwerke AG","FDP"],"payer":["21cc81bf3b960d2847b66c6c862e7aa9b5e4f487"]},"referents":[],"datasets":["donations"]} +{"id":"aa7c5c3ff22f87baf9058060b260c3b6f3bf7961","caption":"Payment","schema":"Payment","properties":{"amountEur":["140034"],"beneficiary":["7202347006660188aab5c1e264c4bee948478fd6"],"date":["2010-02-25"],"namesMentioned":["Bayerische Motorenwerke AG","SPD"],"payer":["21cc81bf3b960d2847b66c6c862e7aa9b5e4f487"]},"referents":[],"datasets":["donations"]} +{"id":"2e1cba3e1cb7b0b64041944e23d3d500fe32fedf","caption":"Payment","schema":"Payment","properties":{"amountEur":["133236"],"beneficiary":["c326dd8021ee75fe9608f31ecb4e2e7388144102"],"date":["2010-02-24"],"namesMentioned":["Bayerische Motorenwerke AG","CDU"],"payer":["21cc81bf3b960d2847b66c6c862e7aa9b5e4f487"]},"referents":[],"datasets":["donations"]} +{"id":"399d2b166e9efa35c98fb12dcf5afa3fda95c91c","caption":"Payment","schema":"Payment","properties":{"amountEur":["148718"],"beneficiary":["6d8377d3938b85fa1bfd1985486f0f913c42e224"],"date":["2010-02-25"],"namesMentioned":["Bayerische Motorenwerke AG","CSU"],"payer":["21cc81bf3b960d2847b66c6c862e7aa9b5e4f487"]},"referents":[],"datasets":["donations"]} +{"id":"4688fe645b81a7ea98b291476919bd80b2a6dad2","caption":"Payment","schema":"Payment","properties":{"amountEur":["125000"],"beneficiary":["c326dd8021ee75fe9608f31ecb4e2e7388144102"],"date":["2010-02-10"],"namesMentioned":["Deutsche Vermögensberatung AG","CDU"],"payer":["9e53f9608dea91f3faca8ba6f47b20038cd73905"]},"referents":[],"datasets":["donations"]} +{"id":"89b87bc3ddbc335a16bf54abde2890b38c045e45","caption":"Payment","schema":"Payment","properties":{"amountEur":["75000"],"beneficiary":["c326dd8021ee75fe9608f31ecb4e2e7388144102"],"date":["2010-02-10"],"namesMentioned":["CDU","Allfinanz Deutsche Vermögensberatung AG"],"payer":["57d0ab1838434c8199793c7896d05c3310f895ed"]},"referents":[],"datasets":["donations"]} +{"id":"ed0d7cff0a58f0d297b48a46e5cf52ff45d00ec0","caption":"Payment","schema":"Payment","properties":{"amountEur":["100000"],"beneficiary":["c326dd8021ee75fe9608f31ecb4e2e7388144102"],"date":["2009-12-28"],"namesMentioned":["CDU","Verband der Metall- und Elektroindustrie Baden-Württemberg e.V."],"payer":["69401823a9f0a97cfdc37afa7c3158374e007669"]},"referents":[],"datasets":["donations"]} +{"id":"2c42a6ff38354647909b5223a5df19640fb73d5b","caption":"Seedammweg 55, 61352 Bad Homburg","schema":"Address","properties":{"city":["61352 Bad Homburg"],"country":["de"],"full":["Seedammweg 55, 61352 Bad Homburg"],"street":["Seedammweg 55"]},"referents":[],"datasets":["donations"]} +{"id":"2d3e50433e36ebe16f3d906b684c9d5124c46d76","caption":"Frau Johanna Quandt","schema":"Person","properties":{"addressEntity":["2c42a6ff38354647909b5223a5df19640fb73d5b"],"country":["de"],"name":["Frau Johanna Quandt"]},"referents":[],"datasets":["donations"]} +{"id":"b29a6264d95892ec7324f8db65b6eeaf29ca2ad6","caption":"Payment","schema":"Payment","properties":{"amountEur":["150000"],"beneficiary":["c326dd8021ee75fe9608f31ecb4e2e7388144102"],"date":["2009-10-01"],"namesMentioned":["CDU","Frau Johanna Quandt"],"payer":["2d3e50433e36ebe16f3d906b684c9d5124c46d76"]},"referents":[],"datasets":["donations"]} +{"id":"0875bc617a5ff0a0ba605ea76d0fccd44660e7e7","caption":"Herr Stefan Quandt","schema":"Person","properties":{"addressEntity":["2c42a6ff38354647909b5223a5df19640fb73d5b"],"country":["de"],"name":["Herr Stefan Quandt"]},"referents":[],"datasets":["donations"]} +{"id":"f2e78b7b3c72dee3a93b5c79a5ad7bd8561839a9","caption":"Payment","schema":"Payment","properties":{"amountEur":["150000"],"beneficiary":["c326dd8021ee75fe9608f31ecb4e2e7388144102"],"date":["2009-10-01"],"namesMentioned":["CDU","Herr Stefan Quandt"],"payer":["0875bc617a5ff0a0ba605ea76d0fccd44660e7e7"]},"referents":[],"datasets":["donations"]} +{"id":"4cd8367bbcdfe2d260e042e125791542081a562e","caption":"Frau Susanne Klatten","schema":"Person","properties":{"addressEntity":["2c42a6ff38354647909b5223a5df19640fb73d5b"],"country":["de"],"name":["Frau Susanne Klatten"]},"referents":[],"datasets":["donations"]} +{"id":"8558d6e89e23d6c2f6391b95d4e39f264c0c3627","caption":"Payment","schema":"Payment","properties":{"amountEur":["150000"],"beneficiary":["c326dd8021ee75fe9608f31ecb4e2e7388144102"],"date":["2009-10-01"],"namesMentioned":["CDU","Frau Susanne Klatten"],"payer":["4cd8367bbcdfe2d260e042e125791542081a562e"]},"referents":[],"datasets":["donations"]} +{"id":"6dd3921bdd6b5e07bfecd35a4833dcba3489af97","caption":"Berliner Allee 21, 40212 Düsseldorf","schema":"Address","properties":{"city":["40212 Düsseldorf"],"country":["de"],"full":["Berliner Allee 21, 40212 Düsseldorf"],"street":["Berliner Allee 21"]},"referents":[],"datasets":["donations"]} +{"id":"dde7a1b3ea18d0545a448e9bfeb9c47ef46dd61c","caption":"Substantia AG","schema":"Company","properties":{"addressEntity":["6dd3921bdd6b5e07bfecd35a4833dcba3489af97"],"country":["de"],"name":["Substantia AG"]},"referents":[],"datasets":["donations"]} +{"id":"02d7d42621407f11abb321887224178a3b1fbf71","caption":"Payment","schema":"Payment","properties":{"amountEur":["300000"],"beneficiary":["783d918df9f9178400d6b3386439ab3b3679979c"],"date":["2009-10-13"],"namesMentioned":["Substantia AG","FDP"],"payer":["dde7a1b3ea18d0545a448e9bfeb9c47ef46dd61c"]},"referents":[],"datasets":["donations"]} +{"id":"ba3520d245f39775ebce428d6160d272aa45688c","caption":"Hanfsack 4, 98634 Mehmels","schema":"Address","properties":{"city":["98634 Mehmels"],"country":["de"],"full":["Hanfsack 4, 98634 Mehmels"],"street":["Hanfsack 4"]},"referents":[],"datasets":["donations"]} +{"id":"25490b51a72dd53ceff2e95d55d2d6e053ee0760","caption":"Herr Robert Weber","schema":"Person","properties":{"addressEntity":["ba3520d245f39775ebce428d6160d272aa45688c"],"country":["de"],"name":["Herr Robert Weber"]},"referents":[],"datasets":["donations"]} +{"id":"13872e647f2a1b089b336ad7f55300b39f1957d7","caption":"Payment","schema":"Payment","properties":{"amountEur":["140500"],"beneficiary":["9fbaa5733790781e56eec4998aeacf5093dccbf5"],"date":["2009-09-09"],"namesMentioned":["NPD","Herr Robert Weber"],"payer":["25490b51a72dd53ceff2e95d55d2d6e053ee0760"]},"referents":[],"datasets":["donations"]} +{"id":"9fc3766c5ee160eb976aa5a03a5e21461a0bf0a6","caption":"Kurfürsten-Anlage 34 - 36, 69115 Heidelberg","schema":"Address","properties":{"city":["69115 Heidelberg"],"country":["de"],"full":["Kurfürsten-Anlage 34 - 36, 69115 Heidelberg"],"street":["Kurfürsten-Anlage 34 - 36"]},"referents":[],"datasets":["donations"]} +{"id":"99ef0332bfeb5803e882d75bb4fb5257812233f8","caption":"Payment","schema":"Payment","properties":{"amountEur":["50500"],"beneficiary":["783d918df9f9178400d6b3386439ab3b3679979c"],"date":["2009-09-22"],"namesMentioned":["FDP","REUTAX AG"],"payer":["9d439435103f75db8a2eaa50ae6d1d0a6c4f42c2"]},"referents":[],"datasets":["donations"]} +{"id":"72a058b4039a81e4339f34169ee8d396c5fda996","caption":"Karl-Liebknecht-Straße 1, 10178 Berlin","schema":"Address","properties":{"city":["10178 Berlin"],"country":["de"],"full":["Karl-Liebknecht-Straße 1, 10178 Berlin"],"street":["Karl-Liebknecht-Straße 1"]},"referents":[],"datasets":["donations"]} +{"id":"638b116a19b429724b502f9be0161e52f84a81b9","caption":"YOC AG","schema":"Company","properties":{"addressEntity":["72a058b4039a81e4339f34169ee8d396c5fda996","13c26c5432f5b55b02138f6aa43f2b5752b3d8cd"],"country":["de"],"name":["YOC AG"]},"referents":[],"datasets":["donations"]} +{"id":"be3d1efba6fa81b1a130edb98aa88ae3495b31bb","caption":"Payment","schema":"Payment","properties":{"amountEur":["261800"],"beneficiary":["c326dd8021ee75fe9608f31ecb4e2e7388144102"],"date":["2009-08-05"],"namesMentioned":["YOC AG","CDU"],"payer":["638b116a19b429724b502f9be0161e52f84a81b9"]},"referents":[],"datasets":["donations"]} +{"id":"7eaf97b73ab0725db71949e9d4e4239dd02311df","caption":"Allianz Versicherungs-AG","schema":"Company","properties":{"addressEntity":["76a792dd2e18125caa570c527eeaebac6c24c63b"],"country":["de"],"name":["Allianz Versicherungs-AG"]},"referents":[],"datasets":["donations"]} +{"id":"5f6489580fe6aeac614dded3760104de1e12fe58","caption":"Payment","schema":"Payment","properties":{"amountEur":["60001"],"beneficiary":["c326dd8021ee75fe9608f31ecb4e2e7388144102"],"date":["2009-08-04"],"namesMentioned":["CDU","Allianz Versicherungs-AG"],"payer":["7eaf97b73ab0725db71949e9d4e4239dd02311df"]},"referents":[],"datasets":["donations"]} +{"id":"f2e9ea97113637d4cb3c6127c9056a92d52dba04","caption":"Nordkanalstraße 28 , 20097 Hamburg","schema":"Address","properties":{"city":["20097 Hamburg"],"country":["de"],"full":["Nordkanalstraße 28 , 20097 Hamburg","Nordkanalstraße 28, 20097 Hamburg"],"street":["Nordkanalstraße 28"]},"referents":[],"datasets":["donations"]} +{"id":"152da487401ef4547baf2d2bc95f884dc5f8bba0","caption":"Herr Prof. Dr. Hermann Schnabel","schema":"Person","properties":{"addressEntity":["f2e9ea97113637d4cb3c6127c9056a92d52dba04"],"country":["de"],"name":["Herr Prof. Dr. Hermann Schnabel"]},"referents":[],"datasets":["donations"]} +{"id":"a7a9351d6574f58060bc52889c3c22a70203cc2c","caption":"Payment","schema":"Payment","properties":{"amountEur":["200000"],"beneficiary":["c326dd8021ee75fe9608f31ecb4e2e7388144102"],"date":["2009-08-06"],"namesMentioned":["CDU","Herr Prof. Dr. Hermann Schnabel"],"payer":["152da487401ef4547baf2d2bc95f884dc5f8bba0"]},"referents":[],"datasets":["donations"]} +{"id":"33e8dfae143a5f2d1f4538f52c94b019ce6758bb","caption":"Fabrikstraße 7, 24103 Kiel","schema":"Address","properties":{"city":["24103 Kiel"],"country":["de"],"full":["Fabrikstraße 7, 24103 Kiel"],"street":["Fabrikstraße 7"]},"referents":[],"datasets":["donations"]} +{"id":"f8867c433ba247cfab74096c73f6ff5e36db3ffe","caption":"FERRING Arzneimittel GmbH","schema":"Company","properties":{"addressEntity":["33e8dfae143a5f2d1f4538f52c94b019ce6758bb","063e2b1d7f33740068babd0705826614994fdb45"],"country":["de"],"name":["FERRING Arzneimittel GmbH"]},"referents":[],"datasets":["donations"]} +{"id":"6f8c480a92945372d6e68cb330f3861a18d847e1","caption":"Payment","schema":"Payment","properties":{"amountEur":["150000"],"beneficiary":["c326dd8021ee75fe9608f31ecb4e2e7388144102"],"date":["2009-08-06"],"namesMentioned":["CDU","FERRING Arzneimittel GmbH"],"payer":["f8867c433ba247cfab74096c73f6ff5e36db3ffe"]},"referents":[],"datasets":["donations"]} +{"id":"6065d3a32476407eaaf722346150d7cc7e0dd770","caption":"Körnerstraße 25, 58095 Hagen","schema":"Address","properties":{"city":["58095 Hagen"],"country":["de"],"full":["Körnerstraße 25, 58095 Hagen"],"street":["Körnerstraße 25"]},"referents":[],"datasets":["donations"]} +{"id":"d39c507e7621b2f838f4f37e7a53baf6350ae929","caption":"Märkischer Arbeitgeberverband e. V.","schema":"Company","properties":{"addressEntity":["6065d3a32476407eaaf722346150d7cc7e0dd770"],"country":["de"],"name":["Märkischer Arbeitgeberverband e. V."]},"referents":[],"datasets":["donations"]} +{"id":"3a31bcbccc124f9cf4178317521bae67e9e7d225","caption":"Payment","schema":"Payment","properties":{"amountEur":["60000"],"beneficiary":["c326dd8021ee75fe9608f31ecb4e2e7388144102"],"date":["2009-07-13"],"namesMentioned":["CDU","Märkischer Arbeitgeberverband e. V."],"payer":["d39c507e7621b2f838f4f37e7a53baf6350ae929"]},"referents":[],"datasets":["donations"]} +{"id":"2a14aaf76a44cdcf26405aee121d25f03b9f84b3","caption":"Payment","schema":"Payment","properties":{"amountEur":["120000"],"beneficiary":["c326dd8021ee75fe9608f31ecb4e2e7388144102"],"date":["2009-08-11"],"namesMentioned":["Deutsche Vermögensberatung AG","CDU"],"payer":["9e53f9608dea91f3faca8ba6f47b20038cd73905"]},"referents":[],"datasets":["donations"]} +{"id":"2d926dc2fcee9300245ef2f6df90db47b0190c30","caption":"Payment","schema":"Payment","properties":{"amountEur":["100000"],"beneficiary":["c326dd8021ee75fe9608f31ecb4e2e7388144102"],"date":["2009-08-11"],"namesMentioned":["CDU","Allfinanz Deutsche Vermögensberatung AG"],"payer":["57d0ab1838434c8199793c7896d05c3310f895ed"]},"referents":[],"datasets":["donations"]} +{"id":"8359642c7532dbc8979be55bd1e793e8278b3416","caption":"Allianz Deutschland AG","schema":"Company","properties":{"addressEntity":["ae7a2c4a159adc0d94a3bcc7876f952db534ce3b","76a792dd2e18125caa570c527eeaebac6c24c63b"],"country":["de"],"name":["Allianz Deutschland AG"]},"referents":[],"datasets":["donations"]} +{"id":"dadc22f38e319b73ba6bb3234e9e0f319c280449","caption":"Payment","schema":"Payment","properties":{"amountEur":["50001"],"beneficiary":["783d918df9f9178400d6b3386439ab3b3679979c"],"date":["2009-07-31"],"namesMentioned":["FDP","Allianz Deutschland AG"],"payer":["8359642c7532dbc8979be55bd1e793e8278b3416"]},"referents":[],"datasets":["donations"]} +{"id":"1a43ebd1baadc18b2cc2bc642ff8f80ab16cad1b","caption":"Payment","schema":"Payment","properties":{"amountEur":["300000"],"beneficiary":["783d918df9f9178400d6b3386439ab3b3679979c"],"date":["2009-08-05"],"namesMentioned":["Substantia AG","FDP"],"payer":["dde7a1b3ea18d0545a448e9bfeb9c47ef46dd61c"]},"referents":[],"datasets":["donations"]} +{"id":"c8ad9ded21cefa2a65e1172702aab02386364e53","caption":"Payment","schema":"Payment","properties":{"amountEur":["60001"],"beneficiary":["7202347006660188aab5c1e264c4bee948478fd6"],"date":["2009-08-04"],"namesMentioned":["SPD","Allianz SE"],"payer":["efccc434cdf141c7ba6f6e539bb6b42ecd97c368"]},"referents":[],"datasets":["donations"]} +{"id":"7141b690eba70de01e3d3045320e1e1ef277a678","caption":"Innstraße 15, 81679 München","schema":"Address","properties":{"city":["81679 München"],"country":["de"],"full":["Innstraße 15, 81679 München","Innstraße 15 , 81679 München"],"street":["Innstraße 15"]},"referents":[],"datasets":["donations"]} +{"id":"5718aa97797284cadec3487573dca11db35b9a15","caption":"Verein der Bayerischen Chemischen Industrie e.V.","schema":"Organization","properties":{"addressEntity":["7141b690eba70de01e3d3045320e1e1ef277a678"],"country":["de"],"name":["Verein der Bayerischen Chemischen Industrie e.V."]},"referents":[],"datasets":["donations"]} +{"id":"59b370e0a110908caf5fa31038e4d3321813dccd","caption":"Payment","schema":"Payment","properties":{"amountEur":["70000"],"beneficiary":["6d8377d3938b85fa1bfd1985486f0f913c42e224"],"date":["2009-08-04"],"namesMentioned":["CSU","Verein der Bayerischen Chemischen Industrie e.V."],"payer":["5718aa97797284cadec3487573dca11db35b9a15"]},"referents":[],"datasets":["donations"]} +{"id":"41cbbd22010a1c5cb07f7741f515bcb64629290e","caption":"Payment","schema":"Payment","properties":{"amountEur":["60001"],"beneficiary":["d10764ddf47ca220527d385fc8fbaa62114408e4"],"date":["2009-08-03"],"namesMentioned":["GRÜNE","Allianz SE"],"payer":["efccc434cdf141c7ba6f6e539bb6b42ecd97c368"]},"referents":[],"datasets":["donations"]} +{"id":"b4a813961b5a12b80c98415c96352ab9e00cfed8","caption":"Payment","schema":"Payment","properties":{"amountEur":["106000"],"beneficiary":["c326dd8021ee75fe9608f31ecb4e2e7388144102"],"date":["2009-07-08"],"namesMentioned":["Berenberg Bank Joh. Berenberg, Gossler & Co.","CDU"],"payer":["b80508bba548ade23ad034e30e44cb305a10d8b5"]},"referents":[],"datasets":["donations"]} +{"id":"88c879e524606785d316b1ec6d6c5626a86b77c6","caption":"Waldweg 9, 77963 Schwanau","schema":"Address","properties":{"city":["77963 Schwanau"],"country":["de"],"full":["Waldweg 9, 77963 Schwanau"],"street":["Waldweg 9"]},"referents":[],"datasets":["donations"]} +{"id":"448b8e228f2e75a5e44ae69fa76aaf331d45d69d","caption":"Dr.-Ing. E. h. Martin Herrenknecht","schema":"Person","properties":{"addressEntity":["88c879e524606785d316b1ec6d6c5626a86b77c6"],"country":["de"],"name":["Dr.-Ing. E. h. Martin Herrenknecht"]},"referents":[],"datasets":["donations"]} +{"id":"6408bb8dbae7003f4c74fe0dcd370883a8f84b53","caption":"Payment","schema":"Payment","properties":{"amountEur":["70000"],"beneficiary":["c326dd8021ee75fe9608f31ecb4e2e7388144102"],"date":["2009-07-10"],"namesMentioned":["Dr.-Ing. E. h. Martin Herrenknecht","CDU"],"payer":["448b8e228f2e75a5e44ae69fa76aaf331d45d69d"]},"referents":[],"datasets":["donations"]} +{"id":"bb1c08415f0dbdb67336be16162214abf2ce18e9","caption":"Karlstraße 21, 60329 Frankfurt am Main","schema":"Address","properties":{"city":["60329 Frankfurt am Main"],"country":["de"],"full":["Karlstraße 21, 60329 Frankfurt am Main"],"street":["Karlstraße 21"]},"referents":[],"datasets":["donations"]} +{"id":"10dff5c0f7e79dd407683deec273a95555acb02b","caption":"Verband der Chemischen Industrie e.V.","schema":"Organization","properties":{"addressEntity":["bb1c08415f0dbdb67336be16162214abf2ce18e9","feb9ccf1ec64ea1346efa42b7b161fc480072b8a","2eca2ca3c62cc7037d4525188de88747a37df32b"],"country":["de"],"name":["Verband der Chemischen Industrie e.V."]},"referents":[],"datasets":["donations"]} +{"id":"ccc2d3e0e30706e48d229b2f83159b676ee8163f","caption":"Payment","schema":"Payment","properties":{"amountEur":["100000"],"beneficiary":["c326dd8021ee75fe9608f31ecb4e2e7388144102"],"date":["2009-07-30"],"namesMentioned":["Verband der Chemischen Industrie e.V.","CDU"],"payer":["10dff5c0f7e79dd407683deec273a95555acb02b"]},"referents":[],"datasets":["donations"]} +{"id":"0e73c28bcabf4850542dbcee963332d078c330dd","caption":"Payment","schema":"Payment","properties":{"amountEur":["150000"],"beneficiary":["783d918df9f9178400d6b3386439ab3b3679979c"],"date":["2009-06-30"],"namesMentioned":["Deutsche Vermögensberatung AG","FDP"],"payer":["9e53f9608dea91f3faca8ba6f47b20038cd73905"]},"referents":[],"datasets":["donations"]} +{"id":"747639aa57850bd1e426e25b68a87f1645057f88","caption":"Payment","schema":"Payment","properties":{"amountEur":["100000"],"beneficiary":["783d918df9f9178400d6b3386439ab3b3679979c"],"date":["2009-06-30"],"namesMentioned":["FDP","Allfinanz Deutsche Vermögensberatung AG"],"payer":["57d0ab1838434c8199793c7896d05c3310f895ed"]},"referents":[],"datasets":["donations"]} +{"id":"697385852aacf9a0993ef9da95b66f8a12bf8d44","caption":"Payment","schema":"Payment","properties":{"amountEur":["150000"],"beneficiary":["783d918df9f9178400d6b3386439ab3b3679979c"],"date":["2009-07-07"],"namesMentioned":["Verband der Bayerischen Metall- und Elektroindustrie e.V.","FDP"],"payer":["62ad0fe6f56dbbf6fee57ce3da76e88c437024d5"]},"referents":[],"datasets":["donations"]} +{"id":"e03d163029aa25b8d2dc3ea4b758d961f0561d69","caption":"Lilienthalallee 25, 80939 München","schema":"Address","properties":{"city":["80939 München"],"country":["de"],"full":["Lilienthalallee 25, 80939 München"],"street":["Lilienthalallee 25"]},"referents":[],"datasets":["donations"]} +{"id":"b4059a5222f42ac1b193ec17480306f44ba63dc7","caption":"Firma Scheffel Grund GmbH","schema":"Company","properties":{"addressEntity":["e03d163029aa25b8d2dc3ea4b758d961f0561d69"],"country":["de"],"name":["Firma Scheffel Grund GmbH"]},"referents":[],"datasets":["donations"]} +{"id":"780107091132ba17ccfd46cb1d45a4d46a2becf9","caption":"Payment","schema":"Payment","properties":{"amountEur":["116317"],"beneficiary":["6d8377d3938b85fa1bfd1985486f0f913c42e224"],"date":["2009-07-01"],"namesMentioned":["Firma Scheffel Grund GmbH","CSU"],"payer":["b4059a5222f42ac1b193ec17480306f44ba63dc7"]},"referents":[],"datasets":["donations"]} +{"id":"7a1c35c99eb580c34704d90a47ade145af454a06","caption":"Payment","schema":"Payment","properties":{"amountEur":["600000"],"beneficiary":["6d8377d3938b85fa1bfd1985486f0f913c42e224"],"date":["2009-07-03"],"namesMentioned":["CSU","Verband der Bayerischen Metall- und Elektroindustrie e.V."],"payer":["62ad0fe6f56dbbf6fee57ce3da76e88c437024d5"]},"referents":[],"datasets":["donations"]} +{"id":"2ba00e98e4d7578f3d4d252c1b9a926dcad24b10","caption":"Payment","schema":"Payment","properties":{"amountEur":["60001"],"beneficiary":["6d8377d3938b85fa1bfd1985486f0f913c42e224"],"date":["2009-07-29"],"namesMentioned":["CSU","Allianz SE"],"payer":["efccc434cdf141c7ba6f6e539bb6b42ecd97c368"]},"referents":[],"datasets":["donations"]} +{"id":"49d46f7e70e19bc497a17734af53ea1a00c831d6","caption":"AGFG","schema":"Organization","properties":{"name":["AGFG"]},"referents":[],"datasets":["donations"]} +{"id":"c571aed3e2344a482536bbc879fae06d0329f637","caption":"Sourethweg 9, 64 22 PC Heerlen","schema":"Address","properties":{"city":["64 22 PC Heerlen"],"full":["Sourethweg 9, 64 22 PC Heerlen"],"street":["Sourethweg 9"]},"referents":[],"datasets":["donations"]} +{"id":"f0b4bd39389ad3e1a10fd960e6e8210ef1220cb1","caption":"Dr. Rath Education Services B.V.","schema":"Company","properties":{"addressEntity":["c571aed3e2344a482536bbc879fae06d0329f637","3866c6b76436c90de165bad28a772d9abfa45074","60f82cafe6f3921dbc7292ab3ac4b7cf19569c74"],"country":["de"],"name":["Dr. Rath Education Services B.V."]},"referents":[],"datasets":["donations"]} +{"id":"35cf9900cb8303b2f13ca9345102d4baf317f82c","caption":"Payment","schema":"Payment","properties":{"amountEur":["103135"],"beneficiary":["49d46f7e70e19bc497a17734af53ea1a00c831d6"],"date":["2009-06-27"],"namesMentioned":["AGFG","Dr. Rath Education Services B.V."],"payer":["f0b4bd39389ad3e1a10fd960e6e8210ef1220cb1"]},"referents":[],"datasets":["donations"]} +{"id":"761bb7ad930b160adc243f6515def8850d559b18","caption":"Payment","schema":"Payment","properties":{"amountEur":["200000"],"beneficiary":["c326dd8021ee75fe9608f31ecb4e2e7388144102"],"date":["2009-06-23"],"namesMentioned":["CDU","Herr Prof. Dr. Hermann Schnabel"],"payer":["152da487401ef4547baf2d2bc95f884dc5f8bba0"]},"referents":[],"datasets":["donations"]} +{"id":"f5cb2c9152ced393100dd3b15d1621fa58048223","caption":"Uerdinger Straße 58, 40474 Düsseldorf","schema":"Address","properties":{"city":["40474 Düsseldorf"],"country":["de"],"full":["Uerdinger Straße 58, 40474 Düsseldorf"],"street":["Uerdinger Straße 58"]},"referents":[],"datasets":["donations"]} +{"id":"af051e10dfce21f9665481ab6a99d1593b72bc6e","caption":"Payment","schema":"Payment","properties":{"amountEur":["170000"],"beneficiary":["c326dd8021ee75fe9608f31ecb4e2e7388144102"],"date":["2009-06-10"],"namesMentioned":["CDU","Verband der Metall- und Elektroindustrie Nordrhein-Westfalen e.V."],"payer":["831e4ad076f5877c4adcdd406f972a516ec9558b"]},"referents":[],"datasets":["donations"]} +{"id":"5ecdd47d32a5a1934ec9493657ddd614ac368263","caption":"Mercedesstraße 137, 70327 Stuttgart","schema":"Address","properties":{"city":["70327 Stuttgart"],"country":["de"],"full":["Mercedesstraße 137, 70327 Stuttgart"],"street":["Mercedesstraße 137"]},"referents":[],"datasets":["donations"]} +{"id":"729060f0c3129dcd93123e47de200b7def808a04","caption":"Payment","schema":"Payment","properties":{"amountEur":["150000"],"beneficiary":["c326dd8021ee75fe9608f31ecb4e2e7388144102"],"date":["2009-06-03"],"namesMentioned":["Daimler AG","CDU"],"payer":["66ce9f62af8c7d329506da41cb7c36ba058b3d28"]},"referents":[],"datasets":["donations"]} +{"id":"d70a0a25cca59128f17b0311336ebbda7a6939d1","caption":"Taunusanlage 12, 60325 Frankfurt am Main","schema":"Address","properties":{"city":["60325 Frankfurt am Main"],"country":["de"],"full":["Taunusanlage 12, 60325 Frankfurt am Main"],"street":["Taunusanlage 12"]},"referents":[],"datasets":["donations"]} +{"id":"35f155f912b07b4ab69a8895064e88026378691b","caption":"Deutsche Bank AG","schema":"Company","properties":{"addressEntity":["2612b906de591841e328c7bee92247f5c0d2129d","c084628c2aa1e0b8b96abc18f072d74acc8a56d2","6588b034ebfad4b02d0ed9ab8403123b9da23ab4","d70a0a25cca59128f17b0311336ebbda7a6939d1"],"country":["de"],"name":["Deutsche Bank AG"]},"referents":[],"datasets":["donations"]} +{"id":"470907876190b6f20233c8798e3c945bdd9d0ff7","caption":"Payment","schema":"Payment","properties":{"amountEur":["200000"],"beneficiary":["783d918df9f9178400d6b3386439ab3b3679979c"],"date":["2009-06-22"],"namesMentioned":["Deutsche Bank AG","FDP"],"payer":["35f155f912b07b4ab69a8895064e88026378691b"]},"referents":[],"datasets":["donations"]} +{"id":"dabe04b65c32cfb5d9a041e08c19aa274694e9cc","caption":"Payment","schema":"Payment","properties":{"amountEur":["150000"],"beneficiary":["7202347006660188aab5c1e264c4bee948478fd6"],"date":["2009-06-02"],"namesMentioned":["SPD","Daimler AG"],"payer":["66ce9f62af8c7d329506da41cb7c36ba058b3d28"]},"referents":[],"datasets":["donations"]} +{"id":"b097286c11fea7215d3aead9b95440e61b4f379d","caption":"Payment","schema":"Payment","properties":{"amountEur":["250000"],"beneficiary":["783d918df9f9178400d6b3386439ab3b3679979c"],"date":["2009-04-14"],"namesMentioned":["Substantia AG","FDP"],"payer":["dde7a1b3ea18d0545a448e9bfeb9c47ef46dd61c"]},"referents":[],"datasets":["donations"]} +{"id":"574f26c0696f72c2ad1b420b2e3ec2d1ae1c15e0","caption":"Carl-Bertelsmann-Straße 270, 33311 Gütersloh","schema":"Address","properties":{"city":["33311 Gütersloh"],"country":["de"],"full":["Carl-Bertelsmann-Straße 270, 33311 Gütersloh"],"street":["Carl-Bertelsmann-Straße 270"]},"referents":[],"datasets":["donations"]} +{"id":"dec803ab017683bc693c84400750cae713640f1e","caption":"Bertelsmann AG","schema":"Company","properties":{"addressEntity":["574f26c0696f72c2ad1b420b2e3ec2d1ae1c15e0"],"country":["de"],"name":["Bertelsmann AG"]},"referents":[],"datasets":["donations"]} +{"id":"c3be02cbb7f9f7ad967d9b5fb683f2e60130e53a","caption":"Payment","schema":"Payment","properties":{"amountEur":["60000"],"beneficiary":["c326dd8021ee75fe9608f31ecb4e2e7388144102"],"date":["2009-04-09"],"namesMentioned":["CDU","Bertelsmann AG"],"payer":["dec803ab017683bc693c84400750cae713640f1e"]},"referents":[],"datasets":["donations"]} +{"id":"be2542d7fd9f964000011f763e0ce271750c7b44","caption":"Payment","schema":"Payment","properties":{"amountEur":["50500"],"beneficiary":["783d918df9f9178400d6b3386439ab3b3679979c"],"date":["2009-04-16"],"namesMentioned":["FDP","REUTAX AG"],"payer":["9d439435103f75db8a2eaa50ae6d1d0a6c4f42c2"]},"referents":[],"datasets":["donations"]} +{"id":"60f82cafe6f3921dbc7292ab3ac4b7cf19569c74","caption":"Sourethweg 9 , 6422 PC Heerlen","schema":"Address","properties":{"city":["6422 PC Heerlen"],"full":["Sourethweg 9, 6422 PC Heerlen","Sourethweg 9 , 6422 PC Heerlen"],"street":["Sourethweg 9"]},"referents":[],"datasets":["donations"]} +{"id":"5443feae9d76bb427e4ab2c70d335ee04f4429af","caption":"Dr. Rath Health Programs B.V.","schema":"Company","properties":{"addressEntity":["60f82cafe6f3921dbc7292ab3ac4b7cf19569c74"],"name":["Dr. Rath Health Programs B.V."]},"referents":[],"datasets":["donations"]} +{"id":"e929682c809b32f7cf28bfb22f16c2cc9ed2bb89","caption":"Payment","schema":"Payment","properties":{"amountEur":["83750"],"beneficiary":["49d46f7e70e19bc497a17734af53ea1a00c831d6"],"date":["2008-12-31"],"namesMentioned":["Dr. Rath Health Programs B.V.","AGFG"],"payer":["5443feae9d76bb427e4ab2c70d335ee04f4429af"]},"referents":[],"datasets":["donations"]} +{"id":"c084628c2aa1e0b8b96abc18f072d74acc8a56d2","caption":"Theodor-Heuss-Allee 70 , 60486 Frankfurt am Main","schema":"Address","properties":{"city":["60486 Frankfurt am Main"],"country":["de"],"full":["Theodor-Heuss-Allee 70, 60486 Frankfurt am Main","Theodor-Heuss-Allee 70 , 60486 Frankfurt am Main"],"street":["Theodor-Heuss-Allee 70"]},"referents":[],"datasets":["donations"]} +{"id":"9a9a845a5bb6fff22a6e840df12e68eed290ddd3","caption":"Payment","schema":"Payment","properties":{"amountEur":["200000"],"beneficiary":["c326dd8021ee75fe9608f31ecb4e2e7388144102"],"date":["2009-03-20"],"namesMentioned":["CDU","Deutsche Bank AG"],"payer":["35f155f912b07b4ab69a8895064e88026378691b"]},"referents":[],"datasets":["donations"]} +{"id":"582e64e961eaf537d8a80856520d601519a5fb98","caption":"Pferdmengesstraße 3, 50968 Köln","schema":"Address","properties":{"city":["50968 Köln"],"country":["de"],"full":["Pferdmengesstraße 3, 50968 Köln"],"street":["Pferdmengesstraße 3"]},"referents":[],"datasets":["donations"]} +{"id":"281d01c426ce39ddf80aa0e46574843c1ba8bfc9","caption":"Herr Christoph Alexander Kahl","schema":"Person","properties":{"addressEntity":["582e64e961eaf537d8a80856520d601519a5fb98","012a13cddb445def96357093c4ebb30c3c5ab41d"],"country":["de"],"name":["Herr Christoph Alexander Kahl"]},"referents":[],"datasets":["donations"]} +{"id":"98a5b377dffde7307e265a7cc928297e318daaef","caption":"Payment","schema":"Payment","properties":{"amountEur":["100000"],"beneficiary":["c326dd8021ee75fe9608f31ecb4e2e7388144102"],"date":["2009-03-03"],"namesMentioned":["CDU","Herr Christoph Alexander Kahl"],"payer":["281d01c426ce39ddf80aa0e46574843c1ba8bfc9"]},"referents":[],"datasets":["donations"]} +{"id":"11f854b1c8bbcbe99cae8c3bb48da81ab0a7a281","caption":"Payment","schema":"Payment","properties":{"amountEur":["151345"],"beneficiary":["7202347006660188aab5c1e264c4bee948478fd6"],"date":["2009-02-20"],"namesMentioned":["Bayerische Motorenwerke AG","SPD"],"payer":["21cc81bf3b960d2847b66c6c862e7aa9b5e4f487"]},"referents":[],"datasets":["donations"]} +{"id":"e1cefb8f34ebe236da5ceb1f990c89f018e6b127","caption":"Payment","schema":"Payment","properties":{"amountEur":["146776"],"beneficiary":["6d8377d3938b85fa1bfd1985486f0f913c42e224"],"date":["2009-02-18"],"namesMentioned":["Bayerische Motorenwerke AG","CSU"],"payer":["21cc81bf3b960d2847b66c6c862e7aa9b5e4f487"]},"referents":[],"datasets":["donations"]} +{"id":"ac58b9547ca13ed9fdac72c8030dd56e29d782fd","caption":"Payment","schema":"Payment","properties":{"amountEur":["110209"],"beneficiary":["c326dd8021ee75fe9608f31ecb4e2e7388144102"],"date":["2009-02-23"],"namesMentioned":["Bayerische Motorenwerke AG","CDU"],"payer":["21cc81bf3b960d2847b66c6c862e7aa9b5e4f487"]},"referents":[],"datasets":["donations"]} +{"id":"c6b4735e5f59edbb68f71051477633324fa560d1","caption":"Payment","schema":"Payment","properties":{"amountEur":["54043"],"beneficiary":["783d918df9f9178400d6b3386439ab3b3679979c"],"date":["2009-02-16"],"namesMentioned":["Bayerische Motorenwerke AG","FDP"],"payer":["21cc81bf3b960d2847b66c6c862e7aa9b5e4f487"]},"referents":[],"datasets":["donations"]} +{"id":"ed44dd143a9786cabe016491b4147c97da429b42","caption":"Harvestehuder Weg 18, 20148 Hamburg","schema":"Address","properties":{"city":["20148 Hamburg"],"country":["de"],"full":["Harvestehuder Weg 18, 20148 Hamburg"],"street":["Harvestehuder Weg 18"]},"referents":[],"datasets":["donations"]} +{"id":"a061e760dfcf0d5c774fc37c74937193704807b5","caption":"Clou Container Leasing GmbH","schema":"Company","properties":{"addressEntity":["ed44dd143a9786cabe016491b4147c97da429b42"],"country":["de"],"name":["Clou Container Leasing GmbH"]},"referents":[],"datasets":["donations"]} +{"id":"5594eb93bba801293b00e4e8e2327ae026c3093d","caption":"Payment","schema":"Payment","properties":{"amountEur":["200000"],"beneficiary":["c326dd8021ee75fe9608f31ecb4e2e7388144102"],"date":["2009-01-13"],"namesMentioned":["Clou Container Leasing GmbH","CDU"],"payer":["a061e760dfcf0d5c774fc37c74937193704807b5"]},"referents":[],"datasets":["donations"]} +{"id":"21b76e12440e1d256ed30a045f5987945400b0f9","caption":"Rellinghauser Straße 1-11, 45128 Essen","schema":"Address","properties":{"city":["45128 Essen"],"country":["de"],"full":["Rellinghauser Straße 1-11, 45128 Essen"],"street":["Rellinghauser Straße 1-11"]},"referents":[],"datasets":["donations"]} +{"id":"2e9f447062b8930f5a4015dd34de4c52475a3fe3","caption":"Evonik Industries AG","schema":"Company","properties":{"addressEntity":["21b76e12440e1d256ed30a045f5987945400b0f9"],"country":["de"],"name":["Evonik Industries AG"]},"referents":[],"datasets":["donations"]} +{"id":"67d737618cc1714f2c9f9d718ff21a43a54c2863","caption":"Payment","schema":"Payment","properties":{"amountEur":["70000"],"beneficiary":["c326dd8021ee75fe9608f31ecb4e2e7388144102"],"date":["2009-01-28"],"namesMentioned":["CDU","Evonik Industries AG"],"payer":["2e9f447062b8930f5a4015dd34de4c52475a3fe3"]},"referents":[],"datasets":["donations"]} +{"id":"f293a4f81ace6cefa759b72293a61a7f4cd3fd17","caption":"Payment","schema":"Payment","properties":{"amountEur":["100000"],"beneficiary":["7202347006660188aab5c1e264c4bee948478fd6"],"date":["2009-01-27"],"namesMentioned":["SPD","Evonik Industries AG"],"payer":["2e9f447062b8930f5a4015dd34de4c52475a3fe3"]},"referents":[],"datasets":["donations"]} +{"id":"6222bb883f84c6c740a0e824d017ba44c93c0408","caption":"Payment","schema":"Payment","properties":{"amountEur":["77750"],"beneficiary":["49d46f7e70e19bc497a17734af53ea1a00c831d6"],"date":["2008-12-18"],"namesMentioned":["Dr. Rath Health Programs B.V.","AGFG"],"payer":["5443feae9d76bb427e4ab2c70d335ee04f4429af"]},"referents":[],"datasets":["donations"]} +{"id":"839a44780113581688eb5108da9ac50ce44c6975","caption":"Payment","schema":"Payment","properties":{"amountEur":["100000"],"beneficiary":["c326dd8021ee75fe9608f31ecb4e2e7388144102"],"date":["2008-12-10"],"namesMentioned":["CDU","Allfinanz Deutsche Vermögensberatung AG"],"payer":["57d0ab1838434c8199793c7896d05c3310f895ed"]},"referents":[],"datasets":["donations"]} +{"id":"3cb678ca980cdb94a5532469830d48e3ae2761c0","caption":"Payment","schema":"Payment","properties":{"amountEur":["100000"],"beneficiary":["c326dd8021ee75fe9608f31ecb4e2e7388144102"],"date":["2008-12-19"],"namesMentioned":["CDU","Verband der Metall- und Elektroindustrie Baden-Württemberg e.V."],"payer":["69401823a9f0a97cfdc37afa7c3158374e007669"]},"referents":[],"datasets":["donations"]} +{"id":"d30c2d776a673b625b75ae86c23b3e44f60627a0","caption":"Dodekanison Street, Limassol 3507","schema":"Address","properties":{"city":["Limassol 3507"],"country":["cy"],"full":["Dodekanison Street, Limassol 3507"],"street":["Dodekanison Street"]},"referents":[],"datasets":["donations"]} +{"id":"234d0d6f45ad5492a6510b8e5b0b174185479e6e","caption":"Schoeller Holdings Ltd.","schema":"Company","properties":{"addressEntity":["d30c2d776a673b625b75ae86c23b3e44f60627a0"],"country":["cy"],"name":["Schoeller Holdings Ltd."]},"referents":[],"datasets":["donations"]} +{"id":"47a4fdbf5ded3d4f17f0b47ab94107a8038ef45a","caption":"Payment","schema":"Payment","properties":{"amountEur":["100000"],"beneficiary":["c326dd8021ee75fe9608f31ecb4e2e7388144102"],"date":["2008-12-17"],"namesMentioned":["CDU","Schoeller Holdings Ltd."],"payer":["234d0d6f45ad5492a6510b8e5b0b174185479e6e"]},"referents":[],"datasets":["donations"]} +{"id":"b9754a96788f3ea8359234a26e4b9e1157a6cc71","caption":"Payment","schema":"Payment","properties":{"amountEur":["100000"],"beneficiary":["c326dd8021ee75fe9608f31ecb4e2e7388144102"],"date":["2008-12-23"],"namesMentioned":["Berenberg Bank Joh. Berenberg, Gossler & Co.","CDU"],"payer":["b80508bba548ade23ad034e30e44cb305a10d8b5"]},"referents":[],"datasets":["donations"]} +{"id":"c09a13ff379da3aa3c249263710aa24b25136ad5","caption":"Bruno-Bürgel-Weg 100 , 12439 Berlin","schema":"Address","properties":{"city":["12439 Berlin"],"country":["de"],"full":["Bruno-Bürgel-Weg 100 , 12439 Berlin"],"street":["Bruno-Bürgel-Weg 100"]},"referents":[],"datasets":["donations"]} +{"id":"45f4b576849c86855ef4c837c528da93b818b1d4","caption":"Gießner Bauunternehmung GmbH","schema":"Company","properties":{"addressEntity":["c09a13ff379da3aa3c249263710aa24b25136ad5"],"country":["de"],"name":["Gießner Bauunternehmung GmbH"]},"referents":[],"datasets":["donations"]} +{"id":"db8aab99fa32f4a0e273b45810484a7226ec5c5a","caption":"Payment","schema":"Payment","properties":{"amountEur":["93489"],"beneficiary":["c326dd8021ee75fe9608f31ecb4e2e7388144102"],"date":["2008-12-31"],"namesMentioned":["Gießner Bauunternehmung GmbH","CDU"],"payer":["45f4b576849c86855ef4c837c528da93b818b1d4"]},"referents":[],"datasets":["donations"]} +{"id":"8bf10a06b4d8efb4152c768155fde7b3239660de","caption":"Payment","schema":"Payment","properties":{"amountEur":["100000"],"beneficiary":["7202347006660188aab5c1e264c4bee948478fd6"],"date":["2008-12-08"],"namesMentioned":["SPD","Deutsche Bank AG"],"payer":["35f155f912b07b4ab69a8895064e88026378691b"]},"referents":[],"datasets":["donations"]} +{"id":"b9ce4e8222df68f181942b53c272e456de0bc76a","caption":"Payment","schema":"Payment","properties":{"amountEur":["200000"],"beneficiary":["783d918df9f9178400d6b3386439ab3b3679979c"],"date":["2008-12-05"],"namesMentioned":["FDP","Deutsche Bank AG"],"payer":["35f155f912b07b4ab69a8895064e88026378691b"]},"referents":[],"datasets":["donations"]} +{"id":"3d70dc92961b7aa8ac69b89923a9e6db9d4158f4","caption":"Payment","schema":"Payment","properties":{"amountEur":["100000"],"beneficiary":["783d918df9f9178400d6b3386439ab3b3679979c"],"date":["2008-12-15"],"namesMentioned":["FDP","Allfinanz Deutsche Vermögensberatung AG"],"payer":["57d0ab1838434c8199793c7896d05c3310f895ed"]},"referents":[],"datasets":["donations"]} +{"id":"180c5086c01476e38b6e880464bb106a32bf3979","caption":"Payment","schema":"Payment","properties":{"amountEur":["57000"],"beneficiary":["6d8377d3938b85fa1bfd1985486f0f913c42e224"],"date":["2008-12-30"],"namesMentioned":["CSU","Verein der Bayerischen Chemischen Industrie e.V."],"payer":["5718aa97797284cadec3487573dca11db35b9a15"]},"referents":[],"datasets":["donations"]} +{"id":"cc1b9f74d2ea607182a32a2add51f6b67f95c141","caption":"Payment","schema":"Payment","properties":{"amountEur":["69750"],"beneficiary":["49d46f7e70e19bc497a17734af53ea1a00c831d6"],"date":["2008-11-19"],"namesMentioned":["Dr. Rath Health Programs B.V.","AGFG"],"payer":["5443feae9d76bb427e4ab2c70d335ee04f4429af"]},"referents":[],"datasets":["donations"]} +{"id":"4317bee0854f6ccec6e589ef62d8111fffd9b923","caption":"Berliner Allee 121, 40212 Düsseldorf","schema":"Address","properties":{"city":["40212 Düsseldorf"],"country":["de"],"full":["Berliner Allee 121, 40212 Düsseldorf"],"street":["Berliner Allee 121"]},"referents":[],"datasets":["donations"]} +{"id":"2970cb91ca9758b6b539e6271892c2e9538bbb26","caption":"VM Holding Aktiengesellschaft","schema":"Company","properties":{"addressEntity":["4317bee0854f6ccec6e589ef62d8111fffd9b923"],"country":["de"],"name":["VM Holding Aktiengesellschaft"]},"referents":[],"datasets":["donations"]} +{"id":"13a4db1cfbd3b3c0ecb9eeb341ebc626d0c04991","caption":"Payment","schema":"Payment","properties":{"amountEur":["250000"],"beneficiary":["783d918df9f9178400d6b3386439ab3b3679979c"],"date":["2008-10-15"],"namesMentioned":["VM Holding Aktiengesellschaft","FDP"],"payer":["2970cb91ca9758b6b539e6271892c2e9538bbb26"]},"referents":[],"datasets":["donations"]} +{"id":"d4416afbc73fffd5eab8382ebe502fe83e5f9f03","caption":"Payment","schema":"Payment","properties":{"amountEur":["200000"],"beneficiary":["c326dd8021ee75fe9608f31ecb4e2e7388144102"],"date":["2008-10-06"],"namesMentioned":["CDU","Deutsche Bank AG"],"payer":["35f155f912b07b4ab69a8895064e88026378691b"]},"referents":[],"datasets":["donations"]} +{"id":"2b32f553c20f356bc7903884295a9011e901109c","caption":"Payment","schema":"Payment","properties":{"amountEur":["88591"],"beneficiary":["49d46f7e70e19bc497a17734af53ea1a00c831d6"],"date":["2008-10-29"],"namesMentioned":["Dr. Rath Education Services B.V.","AGFG"],"payer":["f0b4bd39389ad3e1a10fd960e6e8210ef1220cb1"]},"referents":[],"datasets":["donations"]} +{"id":"f8c001f82d080f682d50061ded885773d6d9b652","caption":"Payment","schema":"Payment","properties":{"amountEur":["61750"],"beneficiary":["49d46f7e70e19bc497a17734af53ea1a00c831d6"],"date":["2008-10-10"],"namesMentioned":["Dr. Rath Health Programs B.V.","AGFG"],"payer":["5443feae9d76bb427e4ab2c70d335ee04f4429af"]},"referents":[],"datasets":["donations"]} +{"id":"880c745b35d364322ceaa46fe03601d7e85049b5","caption":"Pacellistraße 4, 80333 München","schema":"Address","properties":{"city":["80333 München"],"country":["de"],"full":["Pacellistraße 4, 80333 München"],"street":["Pacellistraße 4"]},"referents":[],"datasets":["donations"]} +{"id":"1e795fa11bbc3e99b8dcc3dc41d8c7b9c74af52e","caption":"Clair Immobilien Deutschland GmbH","schema":"Company","properties":{"addressEntity":["880c745b35d364322ceaa46fe03601d7e85049b5"],"country":["de"],"name":["Clair Immobilien Deutschland GmbH"]},"referents":[],"datasets":["donations"]} +{"id":"34cf0266d8da652ab2050fd65dc53ed0fcd7523a","caption":"Payment","schema":"Payment","properties":{"amountEur":["430000"],"beneficiary":["6d8377d3938b85fa1bfd1985486f0f913c42e224"],"date":["2008-09-22"],"namesMentioned":["Clair Immobilien Deutschland GmbH","CSU"],"payer":["1e795fa11bbc3e99b8dcc3dc41d8c7b9c74af52e"]},"referents":[],"datasets":["donations"]} +{"id":"a621807d4abeee2ddc96ea8ee5ec63ebf56c835a","caption":"Promenadeplatz 12 , 80333 München","schema":"Address","properties":{"city":["80333 München"],"country":["de"],"full":["Promenadeplatz 12 , 80333 München","Promenadeplatz 12, 80333 München"],"street":["Promenadeplatz 12"]},"referents":[],"datasets":["donations"]} +{"id":"6287d38db1ddca9bf4503da3957f5d701d3005ac","caption":"Mercator Verwaltung GmbH","schema":"Company","properties":{"addressEntity":["a621807d4abeee2ddc96ea8ee5ec63ebf56c835a"],"country":["de"],"name":["Mercator Verwaltung GmbH"]},"referents":[],"datasets":["donations"]} +{"id":"feabbb0c77206bcd4278db175c36cb9a429069b3","caption":"Payment","schema":"Payment","properties":{"amountEur":["390000"],"beneficiary":["6d8377d3938b85fa1bfd1985486f0f913c42e224"],"date":["2008-09-22"],"namesMentioned":["CSU","Mercator Verwaltung GmbH"],"payer":["6287d38db1ddca9bf4503da3957f5d701d3005ac"]},"referents":[],"datasets":["donations"]} +{"id":"1a93f8501d7c9cab594b83db4fede499fd192ac6","caption":"Benrather Straße 18-20, 40213 Düsseldorf","schema":"Address","properties":{"city":["40213 Düsseldorf"],"country":["de"],"full":["Benrather Straße 18-20, 40213 Düsseldorf"],"street":["Benrather Straße 18-20"]},"referents":[],"datasets":["donations"]} +{"id":"e3318922218cf1828888745d9e1b8d39d87b56dc","caption":"EGGERT GROUP GmbH & Co. KG","schema":"Company","properties":{"addressEntity":["1a93f8501d7c9cab594b83db4fede499fd192ac6"],"country":["de"],"name":["EGGERT GROUP GmbH & Co. KG"]},"referents":[],"datasets":["donations"]} +{"id":"b28e46c51cfd803f151b8899a13daa9262aee4db","caption":"Payment","schema":"Payment","properties":{"amountEur":["71400"],"beneficiary":["c326dd8021ee75fe9608f31ecb4e2e7388144102"],"date":["2008-09-23"],"namesMentioned":["CDU","EGGERT GROUP GmbH & Co. KG"],"payer":["e3318922218cf1828888745d9e1b8d39d87b56dc"]},"referents":[],"datasets":["donations"]} +{"id":"ae81e47c0923fdc6b3e9f4a1326962d835904a80","caption":"Unter Sachsenhausen 4, 50667 Köln","schema":"Address","properties":{"city":["50667 Köln"],"country":["de"],"full":["Unter Sachsenhausen 4, 50667 Köln"],"street":["Unter Sachsenhausen 4"]},"referents":[],"datasets":["donations"]} +{"id":"4ec95eee36917fe8d5c8f51d00dcd707e1b8be02","caption":"Bankhaus Sal. Oppenheim Jr. & Cie KGaA","schema":"Company","properties":{"addressEntity":["ae81e47c0923fdc6b3e9f4a1326962d835904a80"],"country":["de"],"name":["Bankhaus Sal. Oppenheim Jr. & Cie KGaA"]},"referents":[],"datasets":["donations"]} +{"id":"2d764e120b974ee90db352125c4d7ec1717faec3","caption":"Payment","schema":"Payment","properties":{"amountEur":["100000"],"beneficiary":["c326dd8021ee75fe9608f31ecb4e2e7388144102"],"date":["2008-08-05"],"namesMentioned":["Bankhaus Sal. Oppenheim Jr. & Cie KGaA","CDU"],"payer":["4ec95eee36917fe8d5c8f51d00dcd707e1b8be02"]},"referents":[],"datasets":["donations"]} +{"id":"63a681d9501df9417522f0007eec512c1261ca5c","caption":"Uerdinger Straße 56-62, 40474 Düsseldorf","schema":"Address","properties":{"city":["40474 Düsseldorf"],"country":["de"],"full":["Uerdinger Straße 56-62, 40474 Düsseldorf"],"street":["Uerdinger Straße 56-62"]},"referents":[],"datasets":["donations"]} +{"id":"a128ea4314a0c15bf57ec43a3e58f54b41e964ae","caption":"Payment","schema":"Payment","properties":{"amountEur":["70000"],"beneficiary":["c326dd8021ee75fe9608f31ecb4e2e7388144102"],"date":["2008-07-30"],"namesMentioned":["CDU","Verband der Metall- und Elektroindustrie Nordrhein-Westfalen e.V."],"payer":["831e4ad076f5877c4adcdd406f972a516ec9558b"]},"referents":[],"datasets":["donations"]} +{"id":"38f8d8188db248114b3929e69d4a455ff3baaa1d","caption":"Payment","schema":"Payment","properties":{"amountEur":["100000"],"beneficiary":["783d918df9f9178400d6b3386439ab3b3679979c"],"date":["2008-08-01"],"namesMentioned":["Bankhaus Sal. Oppenheim Jr. & Cie KGaA","FDP"],"payer":["4ec95eee36917fe8d5c8f51d00dcd707e1b8be02"]},"referents":[],"datasets":["donations"]} +{"id":"4d9670c29ea465d63d6cfb6941d4210475555770","caption":"Jahnstraße 41, 47443 Moers","schema":"Address","properties":{"city":["47443 Moers"],"country":["de"],"full":["Jahnstraße 41, 47443 Moers"],"street":["Jahnstraße 41"]},"referents":[],"datasets":["donations"]} +{"id":"a4a96e1cbd52448c26fa48b934b5ab972a428eec","caption":"Herr Michael May","schema":"Person","properties":{"addressEntity":["51d9903d956d11c35cabc0b078735f870124da89","4d9670c29ea465d63d6cfb6941d4210475555770"],"country":["de"],"name":["Herr Michael May"]},"referents":[],"datasets":["donations"]} +{"id":"7b16e17d96e6baf57da9050adeeae944c64fbf17","caption":"Payment","schema":"Payment","properties":{"amountEur":["70000"],"beneficiary":["6d03aec76fdeec8f9697d8b19954ab6fc2568bc8"],"date":["2008-06-24"],"namesMentioned":["MLPD","Herr Michael May"],"payer":["a4a96e1cbd52448c26fa48b934b5ab972a428eec"]},"referents":[],"datasets":["donations"]} +{"id":"fcc3cf0e4a40b00d5648d69cf739d9d822f3d854","caption":"Payment","schema":"Payment","properties":{"amountEur":["60001"],"beneficiary":["6d8377d3938b85fa1bfd1985486f0f913c42e224"],"date":["2008-07-15"],"namesMentioned":["CSU","Allianz SE"],"payer":["efccc434cdf141c7ba6f6e539bb6b42ecd97c368"]},"referents":[],"datasets":["donations"]} +{"id":"a58bcfb6cc059c8c7de8674a00463dbab862e741","caption":"Pariser Platz 6, 10117 Berlin","schema":"Address","properties":{"city":["10117 Berlin"],"country":["de"],"full":["Pariser Platz 6, 10117 Berlin"],"street":["Pariser Platz 6"]},"referents":[],"datasets":["donations"]} +{"id":"f294439a74a9df2625e31bc1f678807d72a4fe27","caption":"Allianz SE, Repräsentanz","schema":"Company","properties":{"addressEntity":["a58bcfb6cc059c8c7de8674a00463dbab862e741"],"country":["de"],"name":["Allianz SE, Repräsentanz"]},"referents":[],"datasets":["donations"]} +{"id":"57396f3742599f6f56092cde771b5ca573b794cc","caption":"Payment","schema":"Payment","properties":{"amountEur":["60001"],"beneficiary":["d10764ddf47ca220527d385fc8fbaa62114408e4"],"date":["2008-07-15"],"namesMentioned":["GRÜNE","Allianz SE, Repräsentanz"],"payer":["f294439a74a9df2625e31bc1f678807d72a4fe27"]},"referents":[],"datasets":["donations"]} +{"id":"ed6872311b59ada39723044ee5fd8b4614b432a2","caption":"Payment","schema":"Payment","properties":{"amountEur":["50001"],"beneficiary":["783d918df9f9178400d6b3386439ab3b3679979c"],"date":["2008-07-14"],"namesMentioned":["Allianz Versicherungs-AG","FDP"],"payer":["7eaf97b73ab0725db71949e9d4e4239dd02311df"]},"referents":[],"datasets":["donations"]} +{"id":"72c89baecfdc1d3c8a61ca6f222223e1e3a6ac7c","caption":"Payment","schema":"Payment","properties":{"amountEur":["60001"],"beneficiary":["7202347006660188aab5c1e264c4bee948478fd6"],"date":["2008-07-15"],"namesMentioned":["SPD","Allianz SE"],"payer":["efccc434cdf141c7ba6f6e539bb6b42ecd97c368"]},"referents":[],"datasets":["donations"]} +{"id":"54c7c8113262e133c10236e964585f59650e5acb","caption":"Payment","schema":"Payment","properties":{"amountEur":["60001"],"beneficiary":["c326dd8021ee75fe9608f31ecb4e2e7388144102"],"date":["2008-07-15"],"namesMentioned":["CDU","Allianz SE"],"payer":["efccc434cdf141c7ba6f6e539bb6b42ecd97c368"]},"referents":[],"datasets":["donations"]} +{"id":"009cb94901dacb7dfde9d384bdd4580ce3ad1e6f","caption":"Payment","schema":"Payment","properties":{"amountEur":["150000"],"beneficiary":["c326dd8021ee75fe9608f31ecb4e2e7388144102"],"date":["2008-06-17"],"namesMentioned":["CDU","Daimler AG"],"payer":["66ce9f62af8c7d329506da41cb7c36ba058b3d28"]},"referents":[],"datasets":["donations"]} +{"id":"03bf3b8abeb18f8d93c9ebe4d56ebfc4ff4fca4a","caption":"Payment","schema":"Payment","properties":{"amountEur":["150000"],"beneficiary":["7202347006660188aab5c1e264c4bee948478fd6"],"date":["2008-06-17"],"namesMentioned":["SPD","Daimler AG"],"payer":["66ce9f62af8c7d329506da41cb7c36ba058b3d28"]},"referents":[],"datasets":["donations"]} +{"id":"334233572f2e420163969e5f0b1887c471edead9","caption":"Payment","schema":"Payment","properties":{"amountEur":["50500"],"beneficiary":["49d46f7e70e19bc497a17734af53ea1a00c831d6"],"date":["2008-05-30"],"namesMentioned":["Dr. Rath Health Programs B.V.","AGFG"],"payer":["5443feae9d76bb427e4ab2c70d335ee04f4429af"]},"referents":[],"datasets":["donations"]} +{"id":"9e26086471baec162d431c9abde4838db80b873f","caption":"Payment","schema":"Payment","properties":{"amountEur":["330000"],"beneficiary":["6d03aec76fdeec8f9697d8b19954ab6fc2568bc8"],"date":["2008-05-20"],"namesMentioned":["MLPD","Herr Michael May"],"payer":["a4a96e1cbd52448c26fa48b934b5ab972a428eec"]},"referents":[],"datasets":["donations"]} +{"id":"3e1f781d26e4059b2567ae081b5070a8dfb7d9a3","caption":"Dufourstraße 121, CH-9001 St.Gallen","schema":"Address","properties":{"city":["CH-9001 St.Gallen"],"country":["de"],"full":["Dufourstraße 121, CH-9001 St.Gallen"],"street":["Dufourstraße 121"]},"referents":[],"datasets":["donations"]} +{"id":"0da3ab2ec5ddf7c0b2cf81ebb3dc834bd120ffb0","caption":"Herr Dr. Cornelius Boersch","schema":"Person","properties":{"addressEntity":["3e1f781d26e4059b2567ae081b5070a8dfb7d9a3"],"country":["de"],"name":["Herr Dr. Cornelius Boersch"]},"referents":[],"datasets":["donations"]} +{"id":"eddb863fa12c53bc67156694a30d676836bf30a6","caption":"Payment","schema":"Payment","properties":{"amountEur":["75000"],"beneficiary":["783d918df9f9178400d6b3386439ab3b3679979c"],"date":["2008-05-20"],"namesMentioned":["Herr Dr. Cornelius Boersch","FDP"],"payer":["0da3ab2ec5ddf7c0b2cf81ebb3dc834bd120ffb0"]},"referents":[],"datasets":["donations"]} +{"id":"638b5293f98e2114ac98d52e3fc2dfbec63408a8","caption":"Payment","schema":"Payment","properties":{"amountEur":["540000"],"beneficiary":["6d8377d3938b85fa1bfd1985486f0f913c42e224"],"date":["2008-04-02"],"namesMentioned":["CSU","Verband der Bayerischen Metall- und Elektroindustrie e.V."],"payer":["62ad0fe6f56dbbf6fee57ce3da76e88c437024d5"]},"referents":[],"datasets":["donations"]} +{"id":"e5513372094f04d783a2d867d761bcfcfd76c2e3","caption":"Payment","schema":"Payment","properties":{"amountEur":["100000"],"beneficiary":["783d918df9f9178400d6b3386439ab3b3679979c"],"date":["2008-04-04"],"namesMentioned":["Verband der Bayerischen Metall- und Elektroindustrie e.V.","FDP"],"payer":["62ad0fe6f56dbbf6fee57ce3da76e88c437024d5"]},"referents":[],"datasets":["donations"]} +{"id":"8192808fca93c172b95f8bd1d2b7854fa5216d94","caption":"Kaiserplatz, 60311 Frankfurt am Main","schema":"Address","properties":{"city":["60311 Frankfurt am Main"],"country":["de"],"full":["Kaiserplatz, 60311 Frankfurt am Main"],"street":["Kaiserplatz"]},"referents":[],"datasets":["donations"]} +{"id":"16f641c4240df753ca80049718afcf708d2880fa","caption":"Commerzbank AG","schema":"Company","properties":{"addressEntity":["8192808fca93c172b95f8bd1d2b7854fa5216d94"],"country":["de"],"name":["Commerzbank AG"]},"referents":[],"datasets":["donations"]} +{"id":"69d1da72dae5b15bcb848a3261a8bbc46ecfed4c","caption":"Payment","schema":"Payment","properties":{"amountEur":["100000"],"beneficiary":["c326dd8021ee75fe9608f31ecb4e2e7388144102"],"date":["2008-03-20"],"namesMentioned":["Commerzbank AG","CDU"],"payer":["16f641c4240df753ca80049718afcf708d2880fa"]},"referents":[],"datasets":["donations"]} +{"id":"c9b88367a997b39ed399d5b58f5bc2d8c2aca6e0","caption":"Payment","schema":"Payment","properties":{"amountEur":["100000"],"beneficiary":["7202347006660188aab5c1e264c4bee948478fd6"],"date":["2008-03-25"],"namesMentioned":["Commerzbank AG","SPD"],"payer":["16f641c4240df753ca80049718afcf708d2880fa"]},"referents":[],"datasets":["donations"]} +{"id":"280233d9327490473e3f32527c4ec4c8a68aaf86","caption":"Payment","schema":"Payment","properties":{"amountEur":["100000"],"beneficiary":["c326dd8021ee75fe9608f31ecb4e2e7388144102"],"date":["2008-01-31"],"namesMentioned":["CDU","Herr Prof. Dr. Hermann Schnabel"],"payer":["152da487401ef4547baf2d2bc95f884dc5f8bba0"]},"referents":[],"datasets":["donations"]} +{"id":"72fd7df14e87678c9c6dcebb3ef045d11343d64c","caption":"Herr Prof. Dr. Schnabel","schema":"Person","properties":{"addressEntity":["f2e9ea97113637d4cb3c6127c9056a92d52dba04"],"country":["de"],"name":["Herr Prof. Dr. Schnabel"]},"referents":[],"datasets":["donations"]} +{"id":"1e85ebc292c7c15f93ca4686847e1cca20d00c21","caption":"Payment","schema":"Payment","properties":{"amountEur":["100000"],"beneficiary":["c326dd8021ee75fe9608f31ecb4e2e7388144102"],"date":["2008-02-01"],"namesMentioned":["CDU","Herr Prof. Dr. Schnabel"],"payer":["72fd7df14e87678c9c6dcebb3ef045d11343d64c"]},"referents":[],"datasets":["donations"]} +{"id":"d8ba95baab6b4da0d72aaaad03081bb2eb53e5ba","caption":"Payment","schema":"Payment","properties":{"amountEur":["71565"],"beneficiary":["c326dd8021ee75fe9608f31ecb4e2e7388144102"],"date":["2008-02-26"],"namesMentioned":["Bayerische Motorenwerke AG","CDU"],"payer":["21cc81bf3b960d2847b66c6c862e7aa9b5e4f487"]},"referents":[],"datasets":["donations"]} +{"id":"556ffb4ac61471059772965d0bf84a648d1f08da","caption":"Payment","schema":"Payment","properties":{"amountEur":["141328"],"beneficiary":["7202347006660188aab5c1e264c4bee948478fd6"],"date":["2008-02-21"],"namesMentioned":["Bayerische Motorenwerke AG","SPD"],"payer":["21cc81bf3b960d2847b66c6c862e7aa9b5e4f487"]},"referents":[],"datasets":["donations"]} +{"id":"1b47cabde9f6b12d4ff211ea2ee45e539c792f75","caption":"Payment","schema":"Payment","properties":{"amountEur":["134742"],"beneficiary":["6d8377d3938b85fa1bfd1985486f0f913c42e224"],"date":["2008-02-21"],"namesMentioned":["Bayerische Motorenwerke AG","CSU"],"payer":["21cc81bf3b960d2847b66c6c862e7aa9b5e4f487"]},"referents":[],"datasets":["donations"]} +{"id":"37ec44706d52e3eb53f1cb9d9fe593f2f9d0a487","caption":", Berlin / Bonn","schema":"Address","properties":{"city":["Berlin / Bonn"],"country":["de"],"full":[", Berlin / Bonn"]},"referents":[],"datasets":["donations"]} +{"id":"5d49c26b595d26e7a2c72ae6ca2249aa25a5873c","caption":"Payment","schema":"Payment","properties":{"amountEur":["61146"],"beneficiary":["783d918df9f9178400d6b3386439ab3b3679979c"],"date":["2008-02-14"],"namesMentioned":["Bayerische Motorenwerke AG","FDP"],"payer":["21cc81bf3b960d2847b66c6c862e7aa9b5e4f487"]},"referents":[],"datasets":["donations"]} +{"id":"9171ef5c2d4d30943921ec098b3ac0f06c86fa5a","caption":"414 Montrose Avenue, Slough, Berkshire, SL 1 4 TJ","schema":"Address","properties":{"city":["Slough, Berkshire, SL 1 4 TJ"],"country":["gb"],"full":["414 Montrose Avenue, Slough, Berkshire, SL 1 4 TJ"],"street":["414 Montrose Avenue"]},"referents":[],"datasets":["donations"]} +{"id":"c15d798c5a7951abbd1ad455e66c79bc65a6ce84","caption":"Matthias Rath Limited","schema":"Company","properties":{"addressEntity":["a5c2a0f5456a7bc4b129aaca1d0e65b3057f3daf","9171ef5c2d4d30943921ec098b3ac0f06c86fa5a"],"country":["gb"],"name":["Matthias Rath Limited"]},"referents":[],"datasets":["donations"]} +{"id":"2b264e8261104b877e37ac28ecaf8b189c7ea524","caption":"Payment","schema":"Payment","properties":{"amountEur":["97000"],"beneficiary":["49d46f7e70e19bc497a17734af53ea1a00c831d6"],"date":["2007-08-23"],"namesMentioned":["AGFG","Matthias Rath Limited"],"payer":["c15d798c5a7951abbd1ad455e66c79bc65a6ce84"]},"referents":[],"datasets":["donations"]} +{"id":"4ac7053a3f1aefb6ba669de14dcc41537e09f63d","caption":"Payment","schema":"Payment","properties":{"amountEur":["100000"],"beneficiary":["c326dd8021ee75fe9608f31ecb4e2e7388144102"],"date":["2008-01-10"],"namesMentioned":["Clou Container Leasing GmbH","CDU"],"payer":["a061e760dfcf0d5c774fc37c74937193704807b5"]},"referents":[],"datasets":["donations"]} +{"id":"a7dbaab083ce9c0f05368a83472b1368c4562617","caption":"Payment","schema":"Payment","properties":{"amountEur":["70000"],"beneficiary":["c326dd8021ee75fe9608f31ecb4e2e7388144102"],"date":["2008-01-21"],"namesMentioned":["CDU","Evonik Industries AG"],"payer":["2e9f447062b8930f5a4015dd34de4c52475a3fe3"]},"referents":[],"datasets":["donations"]} +{"id":"006dd13b055a6b66947f991ced6c854defe0e626","caption":"Payment","schema":"Payment","properties":{"amountEur":["75000"],"beneficiary":["c326dd8021ee75fe9608f31ecb4e2e7388144102"],"date":["2008-01-28"],"namesMentioned":["CDU","Frau Susanne Klatten"],"payer":["4cd8367bbcdfe2d260e042e125791542081a562e"]},"referents":[],"datasets":["donations"]} +{"id":"cec4f3b49d0dc7609de1e13e0491933da5a9df31","caption":"Payment","schema":"Payment","properties":{"amountEur":["75000"],"beneficiary":["c326dd8021ee75fe9608f31ecb4e2e7388144102"],"date":["2008-01-28"],"namesMentioned":["CDU","Frau Johanna Quandt"],"payer":["2d3e50433e36ebe16f3d906b684c9d5124c46d76"]},"referents":[],"datasets":["donations"]} +{"id":"752dbc1f0b8a9d8426b54c7be5056bd948ce9621","caption":"Payment","schema":"Payment","properties":{"amountEur":["75000"],"beneficiary":["c326dd8021ee75fe9608f31ecb4e2e7388144102"],"date":["2008-01-28"],"namesMentioned":["CDU","Herr Stefan Quandt"],"payer":["0875bc617a5ff0a0ba605ea76d0fccd44660e7e7"]},"referents":[],"datasets":["donations"]} +{"id":"ef6ffb7142c24dd8c621b5ab38db35642c807201","caption":"Payment","schema":"Payment","properties":{"amountEur":["100000"],"beneficiary":["7202347006660188aab5c1e264c4bee948478fd6"],"date":["2008-01-18"],"namesMentioned":["SPD","Evonik Industries AG"],"payer":["2e9f447062b8930f5a4015dd34de4c52475a3fe3"]},"referents":[],"datasets":["donations"]} +{"id":"c72ecda270e282245a0a5a32ef8329d09e34333a","caption":"Bleichenbrücke 10 , 20354 Hamburg","schema":"Address","properties":{"city":["20354 Hamburg"],"country":["de"],"full":["Bleichenbrücke 10 , 20354 Hamburg"],"street":["Bleichenbrücke 10"]},"referents":[],"datasets":["donations"]} +{"id":"d4244c13c116f451f0c95ce2bf9f89ef6c2ed27d","caption":"Reederei Claus-Peter Offen GmbH & Co.","schema":"Company","properties":{"addressEntity":["c72ecda270e282245a0a5a32ef8329d09e34333a"],"country":["de"],"name":["Reederei Claus-Peter Offen GmbH & Co."]},"referents":[],"datasets":["donations"]} +{"id":"c5ab6a47b381505057d2d7e12bd02c16d643d5f2","caption":"Payment","schema":"Payment","properties":{"amountEur":["75000"],"beneficiary":["c326dd8021ee75fe9608f31ecb4e2e7388144102"],"date":["2007-11-15"],"namesMentioned":["Reederei Claus-Peter Offen GmbH & Co.","CDU"],"payer":["d4244c13c116f451f0c95ce2bf9f89ef6c2ed27d"]},"referents":[],"datasets":["donations"]} +{"id":"4331bd4f4f05a6aa7c92093a2fd7d11c3711952f","caption":"Payment","schema":"Payment","properties":{"amountEur":["200000"],"beneficiary":["c326dd8021ee75fe9608f31ecb4e2e7388144102"],"date":["2007-12-21"],"namesMentioned":["CDU","Verband der Metall- und Elektroindustrie Baden-Württemberg e.V."],"payer":["69401823a9f0a97cfdc37afa7c3158374e007669"]},"referents":[],"datasets":["donations"]} +{"id":"3866c6b76436c90de165bad28a772d9abfa45074","caption":"Sourethweg 9 , NL-6422 PC Heerlen","schema":"Address","properties":{"city":["NL-6422 PC Heerlen"],"country":["de"],"full":["Sourethweg 9 , NL-6422 PC Heerlen"],"street":["Sourethweg 9"]},"referents":[],"datasets":["donations"]} +{"id":"90bd3095393dd8e0e22182a02c72077fdf0fa18d","caption":"Payment","schema":"Payment","properties":{"amountEur":["60000"],"beneficiary":["49d46f7e70e19bc497a17734af53ea1a00c831d6"],"date":["2007-02-08"],"namesMentioned":["AGFG","Dr. Rath Education Services B.V."],"payer":["f0b4bd39389ad3e1a10fd960e6e8210ef1220cb1"]},"referents":[],"datasets":["donations"]} +{"id":"0ed53a908d77982be939565a14e28263ee31d568","caption":"Dr. Rath Health Programms B.V.","schema":"Company","properties":{"addressEntity":["3866c6b76436c90de165bad28a772d9abfa45074"],"country":["de"],"name":["Dr. Rath Health Programms B.V."]},"referents":[],"datasets":["donations"]} +{"id":"346f225759733a993aa47ffcbbc359d83bec9b58","caption":"Payment","schema":"Payment","properties":{"amountEur":["150000"],"beneficiary":["49d46f7e70e19bc497a17734af53ea1a00c831d6"],"date":["2007-10-08"],"namesMentioned":["AGFG","Dr. Rath Health Programms B.V."],"payer":["0ed53a908d77982be939565a14e28263ee31d568"]},"referents":[],"datasets":["donations"]} +{"id":"a5c2a0f5456a7bc4b129aaca1d0e65b3057f3daf","caption":"414 Montrose Avenue, Slough Berkshire, SL 1 4TJ","schema":"Address","properties":{"city":["Slough Berkshire, SL 1 4TJ"],"country":["gb"],"full":["414 Montrose Avenue, Slough Berkshire, SL 1 4TJ"],"street":["414 Montrose Avenue"]},"referents":[],"datasets":["donations"]} +{"id":"b7f2d446a12bee751a3d8baa7081b58693ddd672","caption":"Payment","schema":"Payment","properties":{"amountEur":["55000"],"beneficiary":["49d46f7e70e19bc497a17734af53ea1a00c831d6"],"date":["2007-10-30"],"namesMentioned":["Matthias Rath Limited","AGFG"],"payer":["c15d798c5a7951abbd1ad455e66c79bc65a6ce84"]},"referents":[],"datasets":["donations"]} +{"id":"93bee7b538500194e36559d57bff266bfe717e97","caption":"Adalbert-Stifter-Straße 41 , 81925 München","schema":"Address","properties":{"city":["81925 München"],"country":["de"],"full":["Adalbert-Stifter-Straße 41 , 81925 München"],"street":["Adalbert-Stifter-Straße 41"]},"referents":[],"datasets":["donations"]} +{"id":"a9333dd06b94b2fa01636ebb7968571ec768db99","caption":"Herr Kurt Fordan","schema":"Person","properties":{"addressEntity":["93bee7b538500194e36559d57bff266bfe717e97"],"country":["de"],"name":["Herr Kurt Fordan"]},"referents":[],"datasets":["donations"]} +{"id":"0e64ffeb25d30c02a7122bc2fd30246710fe05df","caption":"Payment","schema":"Payment","properties":{"amountEur":["90000"],"beneficiary":["783d918df9f9178400d6b3386439ab3b3679979c"],"date":["2007-12-06"],"namesMentioned":["FDP","Herr Kurt Fordan"],"payer":["a9333dd06b94b2fa01636ebb7968571ec768db99"]},"referents":[],"datasets":["donations"]} +{"id":"bcb95b988b1e240896eced98f5a31472d84149a0","caption":"Payment","schema":"Payment","properties":{"amountEur":["100000"],"beneficiary":["783d918df9f9178400d6b3386439ab3b3679979c"],"date":["2007-12-21"],"namesMentioned":["FDP","Verband der Metall- und Elektroindustrie Baden-Württemberg e.V."],"payer":["69401823a9f0a97cfdc37afa7c3158374e007669"]},"referents":[],"datasets":["donations"]} +{"id":"d91ed2ec450d8bd8ae8c0b0ba0c593b1590d7e54","caption":"Payment","schema":"Payment","properties":{"amountEur":["54000"],"beneficiary":["783d918df9f9178400d6b3386439ab3b3679979c"],"date":["2007-12-28"],"namesMentioned":["Deutsche Vermögensberatung AG","FDP"],"payer":["9e53f9608dea91f3faca8ba6f47b20038cd73905"]},"referents":[],"datasets":["donations"]} +{"id":"6588b034ebfad4b02d0ed9ab8403123b9da23ab4","caption":"Taunusanlage 12 , 60325 Frankfurt/Main","schema":"Address","properties":{"city":["60325 Frankfurt/Main"],"country":["de"],"full":["Taunusanlage 12 , 60325 Frankfurt/Main"],"street":["Taunusanlage 12"]},"referents":[],"datasets":["donations"]} +{"id":"9773427fe1e7b17e6738dea0f577023eb6318a6e","caption":"Payment","schema":"Payment","properties":{"amountEur":["200000"],"beneficiary":["783d918df9f9178400d6b3386439ab3b3679979c"],"date":["2007-10-18"],"namesMentioned":["FDP","Deutsche Bank AG"],"payer":["35f155f912b07b4ab69a8895064e88026378691b"]},"referents":[],"datasets":["donations"]} +{"id":"3eac64993543d1acc7a9e042aa7238f962c080f3","caption":"Schwalbacher Straße , 61476 Kronberg","schema":"Address","properties":{"city":["61476 Kronberg"],"country":["de"],"full":["Schwalbacher Straße , 61476 Kronberg"],"street":["Schwalbacher Straße"]},"referents":[],"datasets":["donations"]} +{"id":"5e867e9bd89ba3963b092351e0ab60daa635b41a","caption":"Frau Ann Kathrin Linsenhoff","schema":"Person","properties":{"addressEntity":["3eac64993543d1acc7a9e042aa7238f962c080f3"],"country":["de"],"name":["Frau Ann Kathrin Linsenhoff"]},"referents":[],"datasets":["donations"]} +{"id":"41101c1f45be14aa26c2fc5e29c047f933dbac6f","caption":"Payment","schema":"Payment","properties":{"amountEur":["65000"],"beneficiary":["c326dd8021ee75fe9608f31ecb4e2e7388144102"],"date":["2007-10-22"],"namesMentioned":["CDU","Frau Ann Kathrin Linsenhoff"],"payer":["5e867e9bd89ba3963b092351e0ab60daa635b41a"]},"referents":[],"datasets":["donations"]} +{"id":"859ac4421e5f3d1bf4e1fdc3427f3524f71c84de","caption":"Schleifschrot , 96483 Ahorn","schema":"Address","properties":{"city":["96483 Ahorn"],"country":["de"],"full":["Schleifschrot , 96483 Ahorn"],"street":["Schleifschrot"]},"referents":[],"datasets":["donations"]} +{"id":"37c3cd7782773fdff38b9f85b9d2168ab4e27962","caption":"Herr Michael Stoschek","schema":"Person","properties":{"addressEntity":["859ac4421e5f3d1bf4e1fdc3427f3524f71c84de"],"country":["de"],"name":["Herr Michael Stoschek"]},"referents":[],"datasets":["donations"]} +{"id":"587790654db572856057a02b9d3cd15d3f2ee78b","caption":"Payment","schema":"Payment","properties":{"amountEur":["100000"],"beneficiary":["6d8377d3938b85fa1bfd1985486f0f913c42e224"],"date":["2007-09-25"],"namesMentioned":["CSU","Herr Michael Stoschek"],"payer":["37c3cd7782773fdff38b9f85b9d2168ab4e27962"]},"referents":[],"datasets":["donations"]} +{"id":"f3199a8db90afb4dbdf404813f1936eb0c737a53","caption":"Payment","schema":"Payment","properties":{"amountEur":["200000"],"beneficiary":["c326dd8021ee75fe9608f31ecb4e2e7388144102"],"date":["2007-08-10"],"namesMentioned":["CDU","Deutsche Bank AG"],"payer":["35f155f912b07b4ab69a8895064e88026378691b"]},"referents":[],"datasets":["donations"]} +{"id":"4579c77aa52b4880965a1984e31976626bd9ad8d","caption":"Payment","schema":"Payment","properties":{"amountEur":["100000"],"beneficiary":["49d46f7e70e19bc497a17734af53ea1a00c831d6"],"date":["2007-05-31"],"namesMentioned":["AGFG","Dr. Rath Health Programms B.V."],"payer":["0ed53a908d77982be939565a14e28263ee31d568"]},"referents":[],"datasets":["donations"]} +{"id":"0524533e38192036e60d4290b26d63b2e705c288","caption":"Payment","schema":"Payment","properties":{"amountEur":["200000"],"beneficiary":["c326dd8021ee75fe9608f31ecb4e2e7388144102"],"date":["2007-07-11"],"namesMentioned":["CDU","Herr Prof. Dr. Hermann Schnabel"],"payer":["152da487401ef4547baf2d2bc95f884dc5f8bba0"]},"referents":[],"datasets":["donations"]} +{"id":"ed38089722c48f7d3cb483111daea0f3f52f4f25","caption":"Payment","schema":"Payment","properties":{"amountEur":["60001"],"beneficiary":["c326dd8021ee75fe9608f31ecb4e2e7388144102"],"date":["2007-07-18"],"namesMentioned":["CDU","Allianz Deutschland AG"],"payer":["8359642c7532dbc8979be55bd1e793e8278b3416"]},"referents":[],"datasets":["donations"]} +{"id":"4cdeaa8d6420174d22c532339d0eaf37ad72c015","caption":"Payment","schema":"Payment","properties":{"amountEur":["60001"],"beneficiary":["6d8377d3938b85fa1bfd1985486f0f913c42e224"],"date":["2007-07-18"],"namesMentioned":["CSU","Allianz SE"],"payer":["efccc434cdf141c7ba6f6e539bb6b42ecd97c368"]},"referents":[],"datasets":["donations"]} +{"id":"cb4308ba5d6423a49cf189a8b0f10690ff6bd5d4","caption":"Payment","schema":"Payment","properties":{"amountEur":["60001"],"beneficiary":["7202347006660188aab5c1e264c4bee948478fd6"],"date":["2007-07-18"],"namesMentioned":["SPD","Allianz Deutschland AG"],"payer":["8359642c7532dbc8979be55bd1e793e8278b3416"]},"referents":[],"datasets":["donations"]} +{"id":"8cd690727237a7435fa17c3fde4fbc70da0931c8","caption":"Payment","schema":"Payment","properties":{"amountEur":["50001"],"beneficiary":["783d918df9f9178400d6b3386439ab3b3679979c"],"date":["2007-07-17"],"namesMentioned":["Allianz Versicherungs-AG","FDP"],"payer":["7eaf97b73ab0725db71949e9d4e4239dd02311df"]},"referents":[],"datasets":["donations"]} +{"id":"43824474daa8e03b412be98f1aee48a1e8c8c488","caption":"Payment","schema":"Payment","properties":{"amountEur":["60001"],"beneficiary":["d10764ddf47ca220527d385fc8fbaa62114408e4"],"date":["2007-07-18"],"namesMentioned":["GRÜNE","Allianz SE"],"payer":["efccc434cdf141c7ba6f6e539bb6b42ecd97c368"]},"referents":[],"datasets":["donations"]} +{"id":"f45602dcfe372954dd338fd56984923a9c8fc24f","caption":"CAPITAL Lease GmbH","schema":"Company","properties":{"addressEntity":["ed44dd143a9786cabe016491b4147c97da429b42"],"country":["de"],"name":["CAPITAL Lease GmbH"]},"referents":[],"datasets":["donations"]} +{"id":"30cdfa994e88c58c5dc935de816bed78331467bd","caption":"Payment","schema":"Payment","properties":{"amountEur":["100000"],"beneficiary":["c326dd8021ee75fe9608f31ecb4e2e7388144102"],"date":["2007-06-05"],"namesMentioned":["CAPITAL Lease GmbH","CDU"],"payer":["f45602dcfe372954dd338fd56984923a9c8fc24f"]},"referents":[],"datasets":["donations"]} +{"id":"6f3fe958cc39b5334c1f023f1995789060835c1c","caption":"Payment","schema":"Payment","properties":{"amountEur":["330000"],"beneficiary":["6d8377d3938b85fa1bfd1985486f0f913c42e224"],"date":["2007-05-18"],"namesMentioned":["CSU","Verband der Bayerischen Metall- und Elektroindustrie e.V."],"payer":["62ad0fe6f56dbbf6fee57ce3da76e88c437024d5"]},"referents":[],"datasets":["donations"]} +{"id":"9b263bd985342444b66b878016cdb494357ecf90","caption":"Payment","schema":"Payment","properties":{"amountEur":["100000"],"beneficiary":["c326dd8021ee75fe9608f31ecb4e2e7388144102"],"date":["2007-05-25"],"namesMentioned":["Verband der Chemischen Industrie e.V.","CDU"],"payer":["10dff5c0f7e79dd407683deec273a95555acb02b"]},"referents":[],"datasets":["donations"]} +{"id":"093f2f789f284f8451c1c5803a60d26888f1f987","caption":"Payment","schema":"Payment","properties":{"amountEur":["75000"],"beneficiary":["783d918df9f9178400d6b3386439ab3b3679979c"],"date":["2007-05-29"],"namesMentioned":["Verband der Chemischen Industrie e.V.","FDP"],"payer":["10dff5c0f7e79dd407683deec273a95555acb02b"]},"referents":[],"datasets":["donations"]} +{"id":"03a1105cf19e4a5b2237e55da7fb8a878bc2bb78","caption":"Payment","schema":"Payment","properties":{"amountEur":["200000"],"beneficiary":["6d03aec76fdeec8f9697d8b19954ab6fc2568bc8"],"date":["2007-02-27"],"namesMentioned":["MLPD","Herr Michael May"],"payer":["a4a96e1cbd52448c26fa48b934b5ab972a428eec"]},"referents":[],"datasets":["donations"]} +{"id":"a3689d27e45c18c0846b9b4c26d998347bc9d58d","caption":"Epplestra?e 225, 70546 Stuttgart","schema":"Address","properties":{"city":["70546 Stuttgart"],"country":["de"],"full":["Epplestra?e 225, 70546 Stuttgart"],"street":["Epplestra?e 225"]},"referents":[],"datasets":["donations"]} +{"id":"187e2f6e4aebe4d7119da679f10c4588e74bcabf","caption":"Daimler Chrysler AG","schema":"Company","properties":{"addressEntity":["a3689d27e45c18c0846b9b4c26d998347bc9d58d","65bed17a5b6543acc7c55a17e946e699fd1a2d71"],"country":["de"],"name":["Daimler Chrysler AG"]},"referents":[],"datasets":["donations"]} +{"id":"bad7737975af5e56335a7b9b59a9f2c5794f62de","caption":"Payment","schema":"Payment","properties":{"amountEur":["150000"],"beneficiary":["c326dd8021ee75fe9608f31ecb4e2e7388144102"],"date":["2007-03-12"],"namesMentioned":["CDU","Daimler Chrysler AG"],"payer":["187e2f6e4aebe4d7119da679f10c4588e74bcabf"]},"referents":[],"datasets":["donations"]} +{"id":"93ec438efb140c0194879dabd0c19885fb8e2e37","caption":"Payment","schema":"Payment","properties":{"amountEur":["150000"],"beneficiary":["7202347006660188aab5c1e264c4bee948478fd6"],"date":["2007-03-12"],"namesMentioned":["SPD","Daimler Chrysler AG"],"payer":["187e2f6e4aebe4d7119da679f10c4588e74bcabf"]},"referents":[],"datasets":["donations"]} +{"id":"aeb59ef2aece75345446fd3556f433463a3bac93","caption":"Payment","schema":"Payment","properties":{"amountEur":["224030"],"beneficiary":["49d46f7e70e19bc497a17734af53ea1a00c831d6"],"date":["2006-12-21"],"namesMentioned":["AGFG","Dr. Rath Education Services B.V."],"payer":["f0b4bd39389ad3e1a10fd960e6e8210ef1220cb1"]},"referents":[],"datasets":["donations"]} +{"id":"19697bd1c6c86b094ab1dc969c5d90f26c6c807f","caption":"Am Pilgerrain 15, 61352 Bad Homburg","schema":"Address","properties":{"city":["61352 Bad Homburg"],"country":["de"],"full":["Am Pilgerrain 15, 61352 Bad Homburg"],"street":["Am Pilgerrain 15"]},"referents":[],"datasets":["donations"]} +{"id":"28a5b333a00b1dc52c061d9f39cfa63c07a826c9","caption":"ALTANA AG Herbert-Quandt-Haus","schema":"Company","properties":{"addressEntity":["19697bd1c6c86b094ab1dc969c5d90f26c6c807f"],"country":["de"],"name":["ALTANA AG Herbert-Quandt-Haus"]},"referents":[],"datasets":["donations"]} +{"id":"1fa9d180b5b1fa47222695790c21707330146648","caption":"Payment","schema":"Payment","properties":{"amountEur":["125000"],"beneficiary":["c326dd8021ee75fe9608f31ecb4e2e7388144102"],"date":["2007-02-01"],"namesMentioned":["CDU","ALTANA AG Herbert-Quandt-Haus"],"payer":["28a5b333a00b1dc52c061d9f39cfa63c07a826c9"]},"referents":[],"datasets":["donations"]} +{"id":"41b92629a0add6a68ce64f60e52ae54bdec053a9","caption":"Pferdsdorferweg 6, 99831 Creuzburg","schema":"Address","properties":{"city":["99831 Creuzburg"],"country":["de"],"full":["Pferdsdorferweg 6, 99831 Creuzburg"],"street":["Pferdsdorferweg 6"]},"referents":[],"datasets":["donations"]} +{"id":"b5bbafb8cbe7b950f14565a78f855e268e8889eb","caption":"Herr Ralf Pollmeier","schema":"Person","properties":{"addressEntity":["41b92629a0add6a68ce64f60e52ae54bdec053a9"],"country":["de"],"name":["Herr Ralf Pollmeier"]},"referents":[],"datasets":["donations"]} +{"id":"4eb637e13b212bcfb717af0bf689fa038fb5d6db","caption":"Payment","schema":"Payment","properties":{"amountEur":["64134"],"beneficiary":["7202347006660188aab5c1e264c4bee948478fd6"],"date":["2006-12-31"],"namesMentioned":["SPD","Herr Ralf Pollmeier"],"payer":["b5bbafb8cbe7b950f14565a78f855e268e8889eb"]},"referents":[],"datasets":["donations"]} +{"id":"12570ee94b8dc23bcc080e887539d3742b2a5237","caption":"Bayerische Motorenwerke (BMW) AG","schema":"Company","properties":{"addressEntity":["71fc57d5789f3a0da3a60cd62960d5d775963da9"],"country":["de"],"name":["Bayerische Motorenwerke (BMW) AG"]},"referents":[],"datasets":["donations"]} +{"id":"321a60393c129da6bda227497251d15515cbb235","caption":"Payment","schema":"Payment","properties":{"amountEur":["94214"],"beneficiary":["c326dd8021ee75fe9608f31ecb4e2e7388144102"],"date":["2006-12-31"],"namesMentioned":["Bayerische Motorenwerke (BMW) AG","CDU"],"payer":["12570ee94b8dc23bcc080e887539d3742b2a5237"]},"referents":[],"datasets":["donations"]} +{"id":"4dddda2b9586f9826e5929a3b66e076e4d71104b","caption":"Payment","schema":"Payment","properties":{"amountEur":["95321"],"beneficiary":["6d8377d3938b85fa1bfd1985486f0f913c42e224"],"date":["2006-12-31"],"namesMentioned":["Bayerische Motorenwerke AG","CSU"],"payer":["21cc81bf3b960d2847b66c6c862e7aa9b5e4f487"]},"referents":[],"datasets":["donations"]} +{"id":"b96f197bdefc09eb9f0d69740936137d68fe0021","caption":"Payment","schema":"Payment","properties":{"amountEur":["72380"],"beneficiary":["7202347006660188aab5c1e264c4bee948478fd6"],"date":["2006-12-31"],"namesMentioned":["Bayerische Motorenwerke AG","SPD"],"payer":["21cc81bf3b960d2847b66c6c862e7aa9b5e4f487"]},"referents":[],"datasets":["donations"]} +{"id":"736f478d36be7d38a668bcaff95b2d6c63b4affd","caption":"Payment","schema":"Payment","properties":{"amountEur":["200000"],"beneficiary":["c326dd8021ee75fe9608f31ecb4e2e7388144102"],"date":["2006-12-08"],"namesMentioned":["CDU","Verband der Metall- und Elektroindustrie Baden-Württemberg e.V."],"payer":["69401823a9f0a97cfdc37afa7c3158374e007669"]},"referents":[],"datasets":["donations"]} +{"id":"bc570f25bab519ca0547be752bcd823481ae7cd0","caption":"Payment","schema":"Payment","properties":{"amountEur":["100000"],"beneficiary":["783d918df9f9178400d6b3386439ab3b3679979c"],"date":["2006-12-08"],"namesMentioned":["FDP","Verband der Metall- und Elektroindustrie Baden-Württemberg e.V."],"payer":["69401823a9f0a97cfdc37afa7c3158374e007669"]},"referents":[],"datasets":["donations"]} +{"id":"c48196379bfe5d5c7dfdda694827290637f8299e","caption":"Payment","schema":"Payment","properties":{"amountEur":["100000"],"beneficiary":["c326dd8021ee75fe9608f31ecb4e2e7388144102"],"date":["2006-11-14"],"namesMentioned":["Commerzbank AG","CDU"],"payer":["16f641c4240df753ca80049718afcf708d2880fa"]},"referents":[],"datasets":["donations"]} +{"id":"fa88f19d06f6b1a84eeb139a61990bfe6c0e214c","caption":"Payment","schema":"Payment","properties":{"amountEur":["75000"],"beneficiary":["7202347006660188aab5c1e264c4bee948478fd6"],"date":["2006-11-15"],"namesMentioned":["Commerzbank AG","SPD"],"payer":["16f641c4240df753ca80049718afcf708d2880fa"]},"referents":[],"datasets":["donations"]} +{"id":"bd1031824ed8da540faa0fca55d9b4142552b6da","caption":"Payment","schema":"Payment","properties":{"amountEur":["60000"],"beneficiary":["783d918df9f9178400d6b3386439ab3b3679979c"],"date":["2006-11-14"],"namesMentioned":["Commerzbank AG","FDP"],"payer":["16f641c4240df753ca80049718afcf708d2880fa"]},"referents":[],"datasets":["donations"]} +{"id":"1a3c0aa4aec554ddd2db792aebaf5f9ccbf0fb86","caption":"Payment","schema":"Payment","properties":{"amountEur":["200000"],"beneficiary":["783d918df9f9178400d6b3386439ab3b3679979c"],"date":["2006-10-20"],"namesMentioned":["FDP","Deutsche Bank AG"],"payer":["35f155f912b07b4ab69a8895064e88026378691b"]},"referents":[],"datasets":["donations"]} +{"id":"b3f236d00d346f2b84f441d939a9e3f470dd3570","caption":"Payment","schema":"Payment","properties":{"amountEur":["60001"],"beneficiary":["7202347006660188aab5c1e264c4bee948478fd6"],"date":["2006-08-29"],"namesMentioned":["SPD","Allianz Deutschland AG"],"payer":["8359642c7532dbc8979be55bd1e793e8278b3416"]},"referents":[],"datasets":["donations"]} +{"id":"df6245c332f0879dcb91c7d14b1195711e183f06","caption":"Payment","schema":"Payment","properties":{"amountEur":["60001"],"beneficiary":["c326dd8021ee75fe9608f31ecb4e2e7388144102"],"date":["2006-08-29"],"namesMentioned":["CDU","Allianz Deutschland AG"],"payer":["8359642c7532dbc8979be55bd1e793e8278b3416"]},"referents":[],"datasets":["donations"]} +{"id":"e1ee0786a3e1e4264f599b3fd5dbabc19c22e215","caption":"Payment","schema":"Payment","properties":{"amountEur":["60001"],"beneficiary":["6d8377d3938b85fa1bfd1985486f0f913c42e224"],"date":["2006-08-29"],"namesMentioned":["CSU","Allianz Deutschland AG"],"payer":["8359642c7532dbc8979be55bd1e793e8278b3416"]},"referents":[],"datasets":["donations"]} +{"id":"9d768709f79c1689ce23d79361640530e7034246","caption":"Payment","schema":"Payment","properties":{"amountEur":["60001"],"beneficiary":["d10764ddf47ca220527d385fc8fbaa62114408e4"],"date":["2006-08-29"],"namesMentioned":["GRÜNE","Allianz Deutschland AG"],"payer":["8359642c7532dbc8979be55bd1e793e8278b3416"]},"referents":[],"datasets":["donations"]} +{"id":"f9e3de081879ed2cf3bf76e9dd14b471ff0ae237","caption":"Payment","schema":"Payment","properties":{"amountEur":["50001"],"beneficiary":["783d918df9f9178400d6b3386439ab3b3679979c"],"date":["2006-08-29"],"namesMentioned":["Allianz Deutschland AG","FDP"],"payer":["8359642c7532dbc8979be55bd1e793e8278b3416"]},"referents":[],"datasets":["donations"]} +{"id":"23803b7a0f1527c813bcbb4ee319a1355b774cd3","caption":"E.ON Platz 1, 40479 Düsseldorf","schema":"Address","properties":{"city":["40479 Düsseldorf"],"country":["de"],"full":["E.ON Platz 1, 40479 Düsseldorf"],"street":["E.ON Platz 1"]},"referents":[],"datasets":["donations"]} +{"id":"809288ea365b853156b357c5f06df41f9afc400b","caption":"E.ON AG","schema":"Company","properties":{"addressEntity":["23803b7a0f1527c813bcbb4ee319a1355b774cd3"],"country":["de"],"name":["E.ON AG"]},"referents":[],"datasets":["donations"]} +{"id":"b26ae0b98b214931ec7c11a053b433588cc2fccb","caption":"Payment","schema":"Payment","properties":{"amountEur":["150000"],"beneficiary":["7202347006660188aab5c1e264c4bee948478fd6"],"date":["2006-07-21"],"namesMentioned":["SPD","E.ON AG"],"payer":["809288ea365b853156b357c5f06df41f9afc400b"]},"referents":[],"datasets":["donations"]} +{"id":"d5a82ed25b4c872d9355670aad0f6f61c883c581","caption":"Payment","schema":"Payment","properties":{"amountEur":["100000"],"beneficiary":["c326dd8021ee75fe9608f31ecb4e2e7388144102"],"date":["2006-07-21"],"namesMentioned":["CDU","E.ON AG"],"payer":["809288ea365b853156b357c5f06df41f9afc400b"]},"referents":[],"datasets":["donations"]} +{"id":"4650a04cb49dcd2b49d3ab36e3fab426b4f28d4f","caption":"Payment","schema":"Payment","properties":{"amountEur":["200000"],"beneficiary":["c326dd8021ee75fe9608f31ecb4e2e7388144102"],"date":["2006-07-21"],"namesMentioned":["CDU","Deutsche Bank AG"],"payer":["35f155f912b07b4ab69a8895064e88026378691b"]},"referents":[],"datasets":["donations"]} +{"id":"ea5d80e9315d0e63ca9d2ef211551adcad313f96","caption":"Payment","schema":"Payment","properties":{"amountEur":["330000"],"beneficiary":["6d8377d3938b85fa1bfd1985486f0f913c42e224"],"date":["2006-06-13"],"namesMentioned":["CSU","Verband der Bayerischen Metall- und Elektroindustrie e.V."],"payer":["62ad0fe6f56dbbf6fee57ce3da76e88c437024d5"]},"referents":[],"datasets":["donations"]} +{"id":"127fe974101cec1c10a37aff46c9b518502662c8","caption":"Payment","schema":"Payment","properties":{"amountEur":["500000"],"beneficiary":["6d03aec76fdeec8f9697d8b19954ab6fc2568bc8"],"date":["2006-06-09"],"namesMentioned":["MLPD","Herr Michael May"],"payer":["a4a96e1cbd52448c26fa48b934b5ab972a428eec"]},"referents":[],"datasets":["donations"]} +{"id":"3c6c77dd2632120d6a6ca281358669de18554ea2","caption":"Payment","schema":"Payment","properties":{"amountEur":["125000"],"beneficiary":["c326dd8021ee75fe9608f31ecb4e2e7388144102"],"date":["2006-05-08"],"namesMentioned":["CDU","ALTANA AG Herbert-Quandt-Haus"],"payer":["28a5b333a00b1dc52c061d9f39cfa63c07a826c9"]},"referents":[],"datasets":["donations"]} +{"id":"7e8696190c9761474764559284a7c8667689399f","caption":"Payment","schema":"Payment","properties":{"amountEur":["50000"],"beneficiary":["6d03aec76fdeec8f9697d8b19954ab6fc2568bc8"],"date":["2006-03-16"],"namesMentioned":["MLPD","Herr Michael May"],"payer":["a4a96e1cbd52448c26fa48b934b5ab972a428eec"]},"referents":[],"datasets":["donations"]} +{"id":"2376bacf69892ae5ee25598735c1f054cfee4c9b","caption":"Payment","schema":"Payment","properties":{"amountEur":["1215000"],"beneficiary":["6d03aec76fdeec8f9697d8b19954ab6fc2568bc8"],"date":["2006-04-18"],"namesMentioned":["MLPD","Herr Michael May"],"payer":["a4a96e1cbd52448c26fa48b934b5ab972a428eec"]},"referents":[],"datasets":["donations"]} +{"id":"d4736c540154884db953d3d2047db3f09058fba5","caption":"Payment","schema":"Payment","properties":{"amountEur":["78435"],"beneficiary":["6d8377d3938b85fa1bfd1985486f0f913c42e224"],"date":["2005-12-31"],"namesMentioned":["Bayerische Motorenwerke AG","CSU"],"payer":["21cc81bf3b960d2847b66c6c862e7aa9b5e4f487"]},"referents":[],"datasets":["donations"]} +{"id":"f2c4c7cf3596a0b28be11ec582435ce146f9899c","caption":"Rellinghauser Str. 1-11, 45128 Essen","schema":"Address","properties":{"city":["45128 Essen"],"country":["de"],"full":["Rellinghauser Str. 1-11, 45128 Essen"],"street":["Rellinghauser Str. 1-11"]},"referents":[],"datasets":["donations"]} +{"id":"225485d4ec56313a8b6cca1ea2a0623d0674ca8b","caption":"RAG Aktiengesellschaft","schema":"Company","properties":{"addressEntity":["f2c4c7cf3596a0b28be11ec582435ce146f9899c"],"country":["de"],"name":["RAG Aktiengesellschaft"]},"referents":[],"datasets":["donations"]} +{"id":"d9f0149df62663c365a51af27e686e13a7ba847c","caption":"Payment","schema":"Payment","properties":{"amountEur":["70000"],"beneficiary":["c326dd8021ee75fe9608f31ecb4e2e7388144102"],"date":["2006-02-14"],"namesMentioned":["RAG Aktiengesellschaft","CDU"],"payer":["225485d4ec56313a8b6cca1ea2a0623d0674ca8b"]},"referents":[],"datasets":["donations"]} +{"id":"34e274677982001344c96e16a7477af32cfb8ddb","caption":"Payment","schema":"Payment","properties":{"amountEur":["93397"],"beneficiary":["7202347006660188aab5c1e264c4bee948478fd6"],"date":["2005-12-31"],"namesMentioned":["Bayerische Motorenwerke AG","SPD"],"payer":["21cc81bf3b960d2847b66c6c862e7aa9b5e4f487"]},"referents":[],"datasets":["donations"]} +{"id":"b5c26537fd73cb51bc3080740f3a5847d637a0ea","caption":"Payment","schema":"Payment","properties":{"amountEur":["100000"],"beneficiary":["7202347006660188aab5c1e264c4bee948478fd6"],"date":["2006-02-15"],"namesMentioned":["RAG Aktiengesellschaft","SPD"],"payer":["225485d4ec56313a8b6cca1ea2a0623d0674ca8b"]},"referents":[],"datasets":["donations"]} +{"id":"bea7a0f8238e5035380fe0839119dfc4fe6f18f3","caption":"Payment","schema":"Payment","properties":{"amountEur":["81639"],"beneficiary":["c326dd8021ee75fe9608f31ecb4e2e7388144102"],"date":["2005-12-31"],"namesMentioned":["Bayerische Motorenwerke AG","CDU"],"payer":["21cc81bf3b960d2847b66c6c862e7aa9b5e4f487"]},"referents":[],"datasets":["donations"]} +{"id":"b16b14d98685fc4ecd54d055b77525e88028b54c","caption":"Payment","schema":"Payment","properties":{"amountEur":["100000"],"beneficiary":["c326dd8021ee75fe9608f31ecb4e2e7388144102"],"date":["2006-03-06"],"namesMentioned":["CDU","ALTANA AG Herbert-Quandt-Haus"],"payer":["28a5b333a00b1dc52c061d9f39cfa63c07a826c9"]},"referents":[],"datasets":["donations"]} +{"id":"01ad0df8fe7c56ec7ec6ab1b01da40159c6a1b6c","caption":"Payment","schema":"Payment","properties":{"amountEur":["51917"],"beneficiary":["783d918df9f9178400d6b3386439ab3b3679979c"],"date":["2005-12-31"],"namesMentioned":["Bayerische Motorenwerke AG","FDP"],"payer":["21cc81bf3b960d2847b66c6c862e7aa9b5e4f487"]},"referents":[],"datasets":["donations"]} +{"id":"12a535a26466a7cb53ac77728e1332c4194843f4","caption":"Theodorstr. 42-90, Haus 6, 22761 Hamburg","schema":"Address","properties":{"city":["22761 Hamburg"],"country":["de"],"full":["Theodorstr. 42-90, Haus 6, 22761 Hamburg"],"street":["Theodorstr. 42-90, Haus 6"]},"referents":[],"datasets":["donations"]} +{"id":"6f88569187c008fc869e19e074bedfc38af632ce","caption":"B.A.B. MaxiPoster Werbetürme GmbH","schema":"Company","properties":{"addressEntity":["12a535a26466a7cb53ac77728e1332c4194843f4"],"country":["de"],"name":["B.A.B. MaxiPoster Werbetürme GmbH"]},"referents":[],"datasets":["donations"]} +{"id":"2966130b1b532bb3948138174277df7e038d8e34","caption":"Payment","schema":"Payment","properties":{"amountEur":["96544"],"beneficiary":["c326dd8021ee75fe9608f31ecb4e2e7388144102"],"date":["2005-10-04"],"namesMentioned":["CDU","B.A.B. MaxiPoster Werbetürme GmbH"],"payer":["6f88569187c008fc869e19e074bedfc38af632ce"]},"referents":[],"datasets":["donations"]} +{"id":"37fac65219daaf060f591019a040ce2e109430cb","caption":"Nymphenburger Str. 64 , 80335 München","schema":"Address","properties":{"city":["80335 München"],"country":["de"],"full":["Nymphenburger Str. 64 , 80335 München"],"street":["Nymphenburger Str. 64"]},"referents":[],"datasets":["donations"]} +{"id":"af81f4a30ee87fd7702241047bb79c641843bb88","caption":"Christlich-Soziale Union in Bayern","schema":"Company","properties":{"addressEntity":["37fac65219daaf060f591019a040ce2e109430cb"],"country":["de"],"name":["Christlich-Soziale Union in Bayern"]},"referents":[],"datasets":["donations"]} +{"id":"e521c97ee6061974bb00ebcf6fe4b1d19414809a","caption":"Payment","schema":"Payment","properties":{"amountEur":["2334526"],"beneficiary":["c326dd8021ee75fe9608f31ecb4e2e7388144102"],"date":["2005-10-24"],"namesMentioned":["Christlich-Soziale Union in Bayern","CDU"],"payer":["af81f4a30ee87fd7702241047bb79c641843bb88"]},"referents":[],"datasets":["donations"]} +{"id":"13c26c5432f5b55b02138f6aa43f2b5752b3d8cd","caption":"Dircksenstr. 47, 10178 Berlin","schema":"Address","properties":{"city":["10178 Berlin"],"country":["de"],"full":["Dircksenstr. 47, 10178 Berlin"],"street":["Dircksenstr. 47"]},"referents":[],"datasets":["donations"]} +{"id":"5b09c8d3015c590c91885ce089bdd32ea0a932ba","caption":"Payment","schema":"Payment","properties":{"amountEur":["136010"],"beneficiary":["c326dd8021ee75fe9608f31ecb4e2e7388144102"],"date":["2005-09-21"],"namesMentioned":["YOC AG","CDU"],"payer":["638b116a19b429724b502f9be0161e52f84a81b9"]},"referents":[],"datasets":["donations"]} +{"id":"51d9903d956d11c35cabc0b078735f870124da89","caption":"Jahnstr. 41, 47443 Moers","schema":"Address","properties":{"city":["47443 Moers"],"country":["de"],"full":["Jahnstr. 41, 47443 Moers"],"street":["Jahnstr. 41"]},"referents":[],"datasets":["donations"]} +{"id":"c0d5c2f0f9d8fc7795cc8e208a094778196b5779","caption":"Payment","schema":"Payment","properties":{"amountEur":["614167"],"beneficiary":["6d03aec76fdeec8f9697d8b19954ab6fc2568bc8"],"date":["2005-09-30"],"namesMentioned":["MLPD","Herr Michael May"],"payer":["a4a96e1cbd52448c26fa48b934b5ab972a428eec"]},"referents":[],"datasets":["donations"]} +{"id":"bd9734db91513e5f4852fec1060e4922ebce8774","caption":"Payment","schema":"Payment","properties":{"amountEur":["250000"],"beneficiary":["c326dd8021ee75fe9608f31ecb4e2e7388144102"],"date":["2005-09-01"],"namesMentioned":["Bankhaus Sal. Oppenheim Jr. & Cie KGaA","CDU"],"payer":["4ec95eee36917fe8d5c8f51d00dcd707e1b8be02"]},"referents":[],"datasets":["donations"]} +{"id":"feb9ccf1ec64ea1346efa42b7b161fc480072b8a","caption":"Karlstr. 23, 60329 Frankfurt","schema":"Address","properties":{"city":["60329 Frankfurt"],"country":["de"],"full":["Karlstr. 23, 60329 Frankfurt"],"street":["Karlstr. 23"]},"referents":[],"datasets":["donations"]} +{"id":"63c2cfb6dd83f1d5c7ed557b838f2d574a4182c8","caption":"Payment","schema":"Payment","properties":{"amountEur":["70000"],"beneficiary":["783d918df9f9178400d6b3386439ab3b3679979c"],"date":["2005-09-06"],"namesMentioned":["Verband der Chemischen Industrie e.V.","FDP"],"payer":["10dff5c0f7e79dd407683deec273a95555acb02b"]},"referents":[],"datasets":["donations"]} +{"id":"a663490cacf80359e29b8be078e8fa73fcdbc095","caption":"Payment","schema":"Payment","properties":{"amountEur":["120000"],"beneficiary":["c326dd8021ee75fe9608f31ecb4e2e7388144102"],"date":["2005-09-06"],"namesMentioned":["CDU","Frau Johanna Quandt"],"payer":["2d3e50433e36ebe16f3d906b684c9d5124c46d76"]},"referents":[],"datasets":["donations"]} +{"id":"cef9a56f64ead2233d0bf6868f727ec2489f929b","caption":"Payment","schema":"Payment","properties":{"amountEur":["120000"],"beneficiary":["c326dd8021ee75fe9608f31ecb4e2e7388144102"],"date":["2005-09-06"],"namesMentioned":["CDU","Frau Susanne Klatten"],"payer":["4cd8367bbcdfe2d260e042e125791542081a562e"]},"referents":[],"datasets":["donations"]} +{"id":"201ab7274ef94abd40e41533838ba953f5a9da7d","caption":"Payment","schema":"Payment","properties":{"amountEur":["120000"],"beneficiary":["c326dd8021ee75fe9608f31ecb4e2e7388144102"],"date":["2005-09-09"],"namesMentioned":["CDU","Herr Stefan Quandt"],"payer":["0875bc617a5ff0a0ba605ea76d0fccd44660e7e7"]},"referents":[],"datasets":["donations"]} +{"id":"582ddeab6daf02d30e3d355b0e3169e42fd83a42","caption":"Einsteinstraße 157, 81675 München","schema":"Address","properties":{"city":["81675 München"],"country":["de"],"full":["Einsteinstraße 157, 81675 München"],"street":["Einsteinstraße 157"]},"referents":[],"datasets":["donations"]} +{"id":"b8cc8d887054ee07f693d243ba40cdbdc8d88a10","caption":"AIDA Media Ltd.","schema":"Company","properties":{"addressEntity":["582ddeab6daf02d30e3d355b0e3169e42fd83a42"],"country":["de"],"name":["AIDA Media Ltd."]},"referents":[],"datasets":["donations"]} +{"id":"36596a74a05f2d6c386529c5742d511d7a0f24ee","caption":"Payment","schema":"Payment","properties":{"amountEur":["63800"],"beneficiary":["c326dd8021ee75fe9608f31ecb4e2e7388144102"],"date":["2005-09-07"],"namesMentioned":["CDU","AIDA Media Ltd."],"payer":["b8cc8d887054ee07f693d243ba40cdbdc8d88a10"]},"referents":[],"datasets":["donations"]} +{"id":"e479f734d05a8dcfd5a0048c4573560680cd9b91","caption":"Payment","schema":"Payment","properties":{"amountEur":["200000"],"beneficiary":["c326dd8021ee75fe9608f31ecb4e2e7388144102"],"date":["2005-09-16"],"namesMentioned":["CDU","Herr Prof. Dr. Hermann Schnabel"],"payer":["152da487401ef4547baf2d2bc95f884dc5f8bba0"]},"referents":[],"datasets":["donations"]} +{"id":"c0d2c58fe5cb8d6808deb84ecdfc52b9efa89da4","caption":"Sudbrackstraße 14-18, 33611 Bielefeld","schema":"Address","properties":{"city":["33611 Bielefeld"],"country":["de"],"full":["Sudbrackstraße 14-18, 33611 Bielefeld"],"street":["Sudbrackstraße 14-18"]},"referents":[],"datasets":["donations"]} +{"id":"eb0ee18dc0f73d5376748212a591ae273752d44b","caption":"Panorama Verlags- und Werbegesellschaft mbH","schema":"Company","properties":{"addressEntity":["c0d2c58fe5cb8d6808deb84ecdfc52b9efa89da4"],"country":["de"],"name":["Panorama Verlags- und Werbegesellschaft mbH"]},"referents":[],"datasets":["donations"]} +{"id":"e40818b9baaf7fe1dfa76a4f55dfa49e87a7920c","caption":"Payment","schema":"Payment","properties":{"amountEur":["98206"],"beneficiary":["c326dd8021ee75fe9608f31ecb4e2e7388144102"],"date":["2005-09-16"],"namesMentioned":["Panorama Verlags- und Werbegesellschaft mbH","CDU"],"payer":["eb0ee18dc0f73d5376748212a591ae273752d44b"]},"referents":[],"datasets":["donations"]} +{"id":"2612b906de591841e328c7bee92247f5c0d2129d","caption":"Taunusanlage 12, 60262 Frankfurt am Main","schema":"Address","properties":{"city":["60262 Frankfurt am Main"],"country":["de"],"full":["Taunusanlage 12, 60262 Frankfurt am Main"],"street":["Taunusanlage 12"]},"referents":[],"datasets":["donations"]} +{"id":"05fc870af2bf295cfdbb7265125af9e3315a8e85","caption":"Payment","schema":"Payment","properties":{"amountEur":["300000"],"beneficiary":["c326dd8021ee75fe9608f31ecb4e2e7388144102"],"date":["2005-08-10"],"namesMentioned":["CDU","Deutsche Bank AG"],"payer":["35f155f912b07b4ab69a8895064e88026378691b"]},"referents":[],"datasets":["donations"]} +{"id":"af81cdf1630e09b31608b37a001cda64db2c223c","caption":"Payment","schema":"Payment","properties":{"amountEur":["200000"],"beneficiary":["c326dd8021ee75fe9608f31ecb4e2e7388144102"],"date":["2005-08-19"],"namesMentioned":["CDU","Verband der Metall- und Elektroindustrie Baden-Württemberg e.V."],"payer":["69401823a9f0a97cfdc37afa7c3158374e007669"]},"referents":[],"datasets":["donations"]} +{"id":"65bed17a5b6543acc7c55a17e946e699fd1a2d71","caption":"Epplestraße 225, 70546 Stuttgart","schema":"Address","properties":{"city":["70546 Stuttgart"],"country":["de"],"full":["Epplestraße 225, 70546 Stuttgart"],"street":["Epplestraße 225"]},"referents":[],"datasets":["donations"]} +{"id":"19e22d5405c124467ee3a8fb959cfee8625cfac1","caption":"Payment","schema":"Payment","properties":{"amountEur":["150000"],"beneficiary":["c326dd8021ee75fe9608f31ecb4e2e7388144102"],"date":["2005-08-10"],"namesMentioned":["CDU","Daimler Chrysler AG"],"payer":["187e2f6e4aebe4d7119da679f10c4588e74bcabf"]},"referents":[],"datasets":["donations"]} +{"id":"2eca2ca3c62cc7037d4525188de88747a37df32b","caption":"Karlstraße 21, 60329 Frankfurt","schema":"Address","properties":{"city":["60329 Frankfurt"],"country":["de"],"full":["Karlstraße 21, 60329 Frankfurt"],"street":["Karlstraße 21"]},"referents":[],"datasets":["donations"]} +{"id":"bd31ff7c7ec66f64734842f11bd891f68b79e1e8","caption":"Payment","schema":"Payment","properties":{"amountEur":["100000"],"beneficiary":["c326dd8021ee75fe9608f31ecb4e2e7388144102"],"date":["2005-08-04"],"namesMentioned":["Verband der Chemischen Industrie e.V.","CDU"],"payer":["10dff5c0f7e79dd407683deec273a95555acb02b"]},"referents":[],"datasets":["donations"]} +{"id":"b07070b5ee488ea57e91dce3b819dc52adb272bb","caption":"Payment","schema":"Payment","properties":{"amountEur":["60001"],"beneficiary":["c326dd8021ee75fe9608f31ecb4e2e7388144102"],"date":["2005-08-08"],"namesMentioned":["CDU","Allianz Deutschland AG"],"payer":["8359642c7532dbc8979be55bd1e793e8278b3416"]},"referents":[],"datasets":["donations"]} +{"id":"34abb08143815bff79abb82474b45a88bc2d587f","caption":"Payment","schema":"Payment","properties":{"amountEur":["60001"],"beneficiary":["6d8377d3938b85fa1bfd1985486f0f913c42e224"],"date":["2005-08-11"],"namesMentioned":["CSU","Allianz Deutschland AG"],"payer":["8359642c7532dbc8979be55bd1e793e8278b3416"]},"referents":[],"datasets":["donations"]} +{"id":"0bfec5f278184aff271547187d631bf7add26756","caption":"Payment","schema":"Payment","properties":{"amountEur":["150000"],"beneficiary":["7202347006660188aab5c1e264c4bee948478fd6"],"date":["2005-08-10"],"namesMentioned":["SPD","Daimler Chrysler AG"],"payer":["187e2f6e4aebe4d7119da679f10c4588e74bcabf"]},"referents":[],"datasets":["donations"]} +{"id":"6b5b675f51e7d5b7c098a6debe21faedb886f73a","caption":"Payment","schema":"Payment","properties":{"amountEur":["60001"],"beneficiary":["7202347006660188aab5c1e264c4bee948478fd6"],"date":["2005-08-08"],"namesMentioned":["SPD","Allianz Deutschland AG"],"payer":["8359642c7532dbc8979be55bd1e793e8278b3416"]},"referents":[],"datasets":["donations"]} +{"id":"189955865b19bfcdb155f6037067e17f191e22ce","caption":"Payment","schema":"Payment","properties":{"amountEur":["60001"],"beneficiary":["d10764ddf47ca220527d385fc8fbaa62114408e4"],"date":["2005-08-12"],"namesMentioned":["GRÜNE","Allianz Deutschland AG"],"payer":["8359642c7532dbc8979be55bd1e793e8278b3416"]},"referents":[],"datasets":["donations"]} +{"id":"9d694a2b715fe28156105488cbe6050677f7ca1b","caption":"Payment","schema":"Payment","properties":{"amountEur":["50001"],"beneficiary":["783d918df9f9178400d6b3386439ab3b3679979c"],"date":["2005-08-11"],"namesMentioned":["Allianz Deutschland AG","FDP"],"payer":["8359642c7532dbc8979be55bd1e793e8278b3416"]},"referents":[],"datasets":["donations"]} +{"id":"335f80ee18eed6a91fdeef3e9d38e292ef52a049","caption":"Hasenbergsteige 5, 70178 Stuttgart","schema":"Address","properties":{"city":["70178 Stuttgart"],"country":["de"],"full":["Hasenbergsteige 5, 70178 Stuttgart"],"street":["Hasenbergsteige 5"]},"referents":[],"datasets":["donations"]} +{"id":"f28227e535e98705959c7dc2d0386876a87817e8","caption":"Herr Eberhard Schmid","schema":"Person","properties":{"addressEntity":["335f80ee18eed6a91fdeef3e9d38e292ef52a049"],"country":["de"],"name":["Herr Eberhard Schmid"]},"referents":[],"datasets":["donations"]} +{"id":"5e0aca70f71d8d14b10338ff1421e0597f7a06ac","caption":"Payment","schema":"Payment","properties":{"amountEur":["175000"],"beneficiary":["6d03aec76fdeec8f9697d8b19954ab6fc2568bc8"],"date":["2005-08-08"],"namesMentioned":["Herr Eberhard Schmid","MLPD"],"payer":["f28227e535e98705959c7dc2d0386876a87817e8"]},"referents":[],"datasets":["donations"]} +{"id":"94303b5d989a8c8711a5f9d1d6d570a9af00a9e0","caption":"Payment","schema":"Payment","properties":{"amountEur":["150000"],"beneficiary":["c326dd8021ee75fe9608f31ecb4e2e7388144102"],"date":["2005-07-07"],"namesMentioned":["Commerzbank AG","CDU"],"payer":["16f641c4240df753ca80049718afcf708d2880fa"]},"referents":[],"datasets":["donations"]} +{"id":"bd092ecfc78ff2bf1ee5512459bb0f62f4e9d5c6","caption":"Payment","schema":"Payment","properties":{"amountEur":["125000"],"beneficiary":["c326dd8021ee75fe9608f31ecb4e2e7388144102"],"date":["2005-07-13"],"namesMentioned":["CDU","ALTANA AG Herbert-Quandt-Haus"],"payer":["28a5b333a00b1dc52c061d9f39cfa63c07a826c9"]},"referents":[],"datasets":["donations"]} +{"id":"c61f3a3770dfa025199b261895fa64981ce80d42","caption":"Payment","schema":"Payment","properties":{"amountEur":["400000"],"beneficiary":["6d8377d3938b85fa1bfd1985486f0f913c42e224"],"date":["2005-07-15"],"namesMentioned":["CSU","Verband der Bayerischen Metall- und Elektroindustrie e.V."],"payer":["62ad0fe6f56dbbf6fee57ce3da76e88c437024d5"]},"referents":[],"datasets":["donations"]} +{"id":"4613d19fd53daa8e6b15b3a3eb4e5eb570ac2917","caption":"Payment","schema":"Payment","properties":{"amountEur":["60000"],"beneficiary":["783d918df9f9178400d6b3386439ab3b3679979c"],"date":["2005-07-19"],"namesMentioned":["Verband der Bayerischen Metall- und Elektroindustrie e.V.","FDP"],"payer":["62ad0fe6f56dbbf6fee57ce3da76e88c437024d5"]},"referents":[],"datasets":["donations"]} +{"id":"3e2c38179e7b08ae973f978a3de82a0212512ea7","caption":"Payment","schema":"Payment","properties":{"amountEur":["100000"],"beneficiary":["c326dd8021ee75fe9608f31ecb4e2e7388144102"],"date":["2005-07-26"],"namesMentioned":["CDU","E.ON AG"],"payer":["809288ea365b853156b357c5f06df41f9afc400b"]},"referents":[],"datasets":["donations"]} +{"id":"e9cfea80885fad49970924735c130f36d2e36d40","caption":"Payment","schema":"Payment","properties":{"amountEur":["150000"],"beneficiary":["7202347006660188aab5c1e264c4bee948478fd6"],"date":["2005-07-26"],"namesMentioned":["SPD","E.ON AG"],"payer":["809288ea365b853156b357c5f06df41f9afc400b"]},"referents":[],"datasets":["donations"]} +{"id":"c661874e278840d0ab372e4b7b8566070a144555","caption":"Porscheplatz 1, 70435 Stuttgart","schema":"Address","properties":{"city":["70435 Stuttgart"],"country":["de"],"full":["Porscheplatz 1, 70435 Stuttgart"],"street":["Porscheplatz 1"]},"referents":[],"datasets":["donations"]} +{"id":"6878af29ddd8cad70cfe7e9d3c197d09923c1187","caption":"Dr. Ing. h. c. F. Porsche AG","schema":"Company","properties":{"addressEntity":["c661874e278840d0ab372e4b7b8566070a144555"],"country":["de"],"name":["Dr. Ing. h. c. F. Porsche AG"]},"referents":[],"datasets":["donations"]} +{"id":"11c338939880d528426c44d882a3aadbc661224a","caption":"Payment","schema":"Payment","properties":{"amountEur":["200000"],"beneficiary":["c326dd8021ee75fe9608f31ecb4e2e7388144102"],"date":["2005-07-27"],"namesMentioned":["CDU","Dr. Ing. h. c. F. Porsche AG"],"payer":["6878af29ddd8cad70cfe7e9d3c197d09923c1187"]},"referents":[],"datasets":["donations"]} +{"id":"f5d6dd767610ab7c75a382ca02b9c6a6c455bb10","caption":"Porsche AG","schema":"Company","properties":{"addressEntity":["c661874e278840d0ab372e4b7b8566070a144555"],"country":["de"],"name":["Porsche AG"]},"referents":[],"datasets":["donations"]} +{"id":"08ddb6fe8fe62c0e59a19c008b95010b2cfda1a0","caption":"Payment","schema":"Payment","properties":{"amountEur":["200000"],"beneficiary":["7202347006660188aab5c1e264c4bee948478fd6"],"date":["2005-07-27"],"namesMentioned":["Porsche AG","SPD"],"payer":["f5d6dd767610ab7c75a382ca02b9c6a6c455bb10"]},"referents":[],"datasets":["donations"]} +{"id":"ab741c3f8df9f2750aee7ff67280d4dce07440c8","caption":"Payment","schema":"Payment","properties":{"amountEur":["60001"],"beneficiary":["7202347006660188aab5c1e264c4bee948478fd6"],"date":["2004-11-29"],"namesMentioned":["SPD","Allianz Deutschland AG"],"payer":["8359642c7532dbc8979be55bd1e793e8278b3416"]},"referents":[],"datasets":["donations"]} +{"id":"f879afdfedef2774f3f126b79fd00e1f14e3ee3a","caption":"Payment","schema":"Payment","properties":{"amountEur":["60001"],"beneficiary":["c326dd8021ee75fe9608f31ecb4e2e7388144102"],"date":["2004-11-29"],"namesMentioned":["CDU","Allianz Deutschland AG"],"payer":["8359642c7532dbc8979be55bd1e793e8278b3416"]},"referents":[],"datasets":["donations"]} +{"id":"8a38b07b9c922ae55b3e97e241121d4a2ac29162","caption":"Payment","schema":"Payment","properties":{"amountEur":["60001"],"beneficiary":["6d8377d3938b85fa1bfd1985486f0f913c42e224"],"date":["2004-11-29"],"namesMentioned":["CSU","Allianz Deutschland AG"],"payer":["8359642c7532dbc8979be55bd1e793e8278b3416"]},"referents":[],"datasets":["donations"]} +{"id":"b964d9393d134c28d1a97126f70ac86a72efd8b1","caption":"Payment","schema":"Payment","properties":{"amountEur":["60001"],"beneficiary":["d10764ddf47ca220527d385fc8fbaa62114408e4"],"date":["2004-11-29"],"namesMentioned":["GRÜNE","Allianz Deutschland AG"],"payer":["8359642c7532dbc8979be55bd1e793e8278b3416"]},"referents":[],"datasets":["donations"]} +{"id":"69bfc8469ac09114fa4de7db559f6997f6742617","caption":"Payment","schema":"Payment","properties":{"amountEur":["50001"],"beneficiary":["783d918df9f9178400d6b3386439ab3b3679979c"],"date":["2004-11-29"],"namesMentioned":["FDP","Allianz Deutschland AG"],"payer":["8359642c7532dbc8979be55bd1e793e8278b3416"]},"referents":[],"datasets":["donations"]} +{"id":"9bcf7c6f7a265dd57ff8d82de93b7bb51eea6491","caption":"Goethestraße 51a, 40237 Düsseldorf","schema":"Address","properties":{"city":["40237 Düsseldorf"],"country":["de"],"full":["Goethestraße 51a, 40237 Düsseldorf"],"street":["Goethestraße 51a"]},"referents":[],"datasets":["donations"]} +{"id":"5d393bbb27e609ac6a19351f4654ea784f5dfa49","caption":"Abels & Grey, Gesellschaft für strategisches Informations- und Kommunikations-Management mbH","schema":"Company","properties":{"addressEntity":["9bcf7c6f7a265dd57ff8d82de93b7bb51eea6491"],"country":["de"],"name":["Abels & Grey, Gesellschaft für strategisches Informations- und Kommunikations-Management mbH"]},"referents":[],"datasets":["donations"]} +{"id":"8a13b39980f3d926280939a7e8fe004590a00e93","caption":"Payment","schema":"Payment","properties":{"amountEur":["73080"],"beneficiary":["c326dd8021ee75fe9608f31ecb4e2e7388144102"],"date":["2004-12-07"],"namesMentioned":["CDU","Abels & Grey, Gesellschaft für strategisches Informations- und Kommunikations-Management mbH"],"payer":["5d393bbb27e609ac6a19351f4654ea784f5dfa49"]},"referents":[],"datasets":["donations"]} +{"id":"495662050bdc400eb8b192f174866af5715b62c6","caption":"Payment","schema":"Payment","properties":{"amountEur":["200000"],"beneficiary":["c326dd8021ee75fe9608f31ecb4e2e7388144102"],"date":["2004-12-20"],"namesMentioned":["CDU","Verband der Metall- und Elektroindustrie Baden-Württemberg e.V."],"payer":["69401823a9f0a97cfdc37afa7c3158374e007669"]},"referents":[],"datasets":["donations"]} +{"id":"7c370dcb8cbe7a0a6eff0823f7a8c0d2e28c3016","caption":"Payment","schema":"Payment","properties":{"amountEur":["71172"],"beneficiary":["7202347006660188aab5c1e264c4bee948478fd6"],"date":["2004-12-21"],"namesMentioned":["Bayerische Motorenwerke AG","SPD"],"payer":["21cc81bf3b960d2847b66c6c862e7aa9b5e4f487"]},"referents":[],"datasets":["donations"]} +{"id":"012a13cddb445def96357093c4ebb30c3c5ab41d","caption":"Pferdmengesstr. 3, 50968 Köln","schema":"Address","properties":{"city":["50968 Köln"],"country":["de"],"full":["Pferdmengesstr. 3, 50968 Köln"],"street":["Pferdmengesstr. 3"]},"referents":[],"datasets":["donations"]} +{"id":"8928105b8d3748805295a0fb01ae57cc37be30a5","caption":"Payment","schema":"Payment","properties":{"amountEur":["100000"],"beneficiary":["c326dd8021ee75fe9608f31ecb4e2e7388144102"],"date":["2004-08-30"],"namesMentioned":["CDU","Herr Christoph Alexander Kahl"],"payer":["281d01c426ce39ddf80aa0e46574843c1ba8bfc9"]},"referents":[],"datasets":["donations"]} +{"id":"aa3e21ca4ea4aba7afb8fcda6c69b3ddedbcb549","caption":"Deutschmühlental 2, 66117 Saarbrücken","schema":"Address","properties":{"city":["66117 Saarbrücken"],"country":["de"],"full":["Deutschmühlental 2, 66117 Saarbrücken"],"street":["Deutschmühlental 2"]},"referents":[],"datasets":["donations"]} +{"id":"66e5d83b77b606b6d0daac1daf63d6b6e5794466","caption":"Victor's Bau + Wert AG","schema":"Company","properties":{"addressEntity":["aa3e21ca4ea4aba7afb8fcda6c69b3ddedbcb549"],"country":["de"],"name":["Victor's Bau + Wert AG"]},"referents":[],"datasets":["donations"]} +{"id":"2d9a28d5db80cab93fd6a0a6843831600328e6c4","caption":"Payment","schema":"Payment","properties":{"amountEur":["80000"],"beneficiary":["783d918df9f9178400d6b3386439ab3b3679979c"],"date":["2004-08-04"],"namesMentioned":["Victor's Bau + Wert AG","FDP"],"payer":["66e5d83b77b606b6d0daac1daf63d6b6e5794466"]},"referents":[],"datasets":["donations"]} +{"id":"4b308dc2b128377e63a4bf2e4c1b9fcd59614eee","caption":"BSU","schema":"Organization","properties":{"name":["BSU"]},"referents":[],"datasets":["donations"]} +{"id":"230ef201ced2eb245d412f5997d62924230a9ad1","caption":"Wassermannstraße 18, 96052 Bamberg","schema":"Address","properties":{"city":["96052 Bamberg"],"country":["de"],"full":["Wassermannstraße 18, 96052 Bamberg"],"street":["Wassermannstraße 18"]},"referents":[],"datasets":["donations"]} +{"id":"a55427c96b3630f4e8df33845c1fb1f6d5288317","caption":"Herr Reiner Sauer","schema":"Person","properties":{"addressEntity":["230ef201ced2eb245d412f5997d62924230a9ad1"],"country":["de"],"name":["Herr Reiner Sauer"]},"referents":[],"datasets":["donations"]} +{"id":"78e6977577237fef2ce5c5fa2b59951c264bc576","caption":"Payment","schema":"Payment","properties":{"amountEur":["52000"],"beneficiary":["4b308dc2b128377e63a4bf2e4c1b9fcd59614eee"],"date":["2004-05-14"],"namesMentioned":["Herr Reiner Sauer","BSU"],"payer":["a55427c96b3630f4e8df33845c1fb1f6d5288317"]},"referents":[],"datasets":["donations"]} +{"id":"26e10b6c39501645bf32a7ee5183cbbaa0c2f0ac","caption":"Payment","schema":"Payment","properties":{"amountEur":["100000"],"beneficiary":["c326dd8021ee75fe9608f31ecb4e2e7388144102"],"date":["2004-07-14"],"namesMentioned":["CDU","ALTANA AG Herbert-Quandt-Haus"],"payer":["28a5b333a00b1dc52c061d9f39cfa63c07a826c9"]},"referents":[],"datasets":["donations"]} +{"id":"6f98a3edc6571ca748b506e1cc218ee43e75aa72","caption":"Payment","schema":"Payment","properties":{"amountEur":["200000"],"beneficiary":["c326dd8021ee75fe9608f31ecb4e2e7388144102"],"date":["2004-06-29"],"namesMentioned":["CDU","Deutsche Bank AG"],"payer":["35f155f912b07b4ab69a8895064e88026378691b"]},"referents":[],"datasets":["donations"]} +{"id":"cf9133952825afac1e654542a70ae7ed20dbfa7a","caption":"Verband der Metallindustrie Baden-Württemberg","schema":"Company","properties":{"addressEntity":["98ecf36834d28df75b188091d34469cb35de3475"],"country":["de"],"name":["Verband der Metallindustrie Baden-Württemberg"]},"referents":[],"datasets":["donations"]} +{"id":"6c65033a4fdf0a8b29bc141ea7152ae405f5bc46","caption":"Payment","schema":"Payment","properties":{"amountEur":["100000"],"beneficiary":["783d918df9f9178400d6b3386439ab3b3679979c"],"date":["2003-12-04"],"namesMentioned":["Verband der Metallindustrie Baden-Württemberg","FDP"],"payer":["cf9133952825afac1e654542a70ae7ed20dbfa7a"]},"referents":[],"datasets":["donations"]} +{"id":"92b231951aec19e36db3538e724bc14498aeb7ae","caption":"Payment","schema":"Payment","properties":{"amountEur":["150000"],"beneficiary":["7202347006660188aab5c1e264c4bee948478fd6"],"date":["2004-04-15"],"namesMentioned":["SPD","Daimler Chrysler AG"],"payer":["187e2f6e4aebe4d7119da679f10c4588e74bcabf"]},"referents":[],"datasets":["donations"]} +{"id":"ba44204d0c2cb5c179f905cdd7f83a1cf8df1ee9","caption":"Payment","schema":"Payment","properties":{"amountEur":["150000"],"beneficiary":["c326dd8021ee75fe9608f31ecb4e2e7388144102"],"date":["2004-04-15"],"namesMentioned":["CDU","Daimler Chrysler AG"],"payer":["187e2f6e4aebe4d7119da679f10c4588e74bcabf"]},"referents":[],"datasets":["donations"]} +{"id":"4432fb1e1144cf0a58d1b3efde074b8bf0185c00","caption":"Payment","schema":"Payment","properties":{"amountEur":["100000"],"beneficiary":["c326dd8021ee75fe9608f31ecb4e2e7388144102"],"date":["2004-05-18"],"namesMentioned":["CDU","ALTANA AG Herbert-Quandt-Haus"],"payer":["28a5b333a00b1dc52c061d9f39cfa63c07a826c9"]},"referents":[],"datasets":["donations"]} +{"id":"8cbdab0683c6311107cf5e8692f8f2409c300a38","caption":"Payment","schema":"Payment","properties":{"amountEur":["370000"],"beneficiary":["6d8377d3938b85fa1bfd1985486f0f913c42e224"],"date":["2004-03-18"],"namesMentioned":["CSU","Verband der Bayerischen Metall- und Elektroindustrie e.V."],"payer":["62ad0fe6f56dbbf6fee57ce3da76e88c437024d5"]},"referents":[],"datasets":["donations"]} +{"id":"83ff9e209d5292e14e8cfb8144f2e8187d7a9bf2","caption":"Payment","schema":"Payment","properties":{"amountEur":["93888"],"beneficiary":["6d8377d3938b85fa1bfd1985486f0f913c42e224"],"date":["2004-03-18"],"namesMentioned":["Bayerische Motorenwerke AG","CSU"],"payer":["21cc81bf3b960d2847b66c6c862e7aa9b5e4f487"]},"referents":[],"datasets":["donations"]} +{"id":"21e64a08086bea952d9733181f42a85ede7a8400","caption":"Payment","schema":"Payment","properties":{"amountEur":["51483"],"beneficiary":["783d918df9f9178400d6b3386439ab3b3679979c"],"date":["2004-03-18"],"namesMentioned":["Bayerische Motorenwerke AG","FDP"],"payer":["21cc81bf3b960d2847b66c6c862e7aa9b5e4f487"]},"referents":[],"datasets":["donations"]} +{"id":"c2abfbfba416c94536c25d4aa569c568235aec44","caption":"Payment","schema":"Payment","properties":{"amountEur":["50958"],"beneficiary":["c326dd8021ee75fe9608f31ecb4e2e7388144102"],"date":["2003-12-31"],"namesMentioned":["Bayerische Motorenwerke AG","CDU"],"payer":["21cc81bf3b960d2847b66c6c862e7aa9b5e4f487"]},"referents":[],"datasets":["donations"]} +{"id":"e7dbe33dc973bda394eb92484dfc8f270ab39374","caption":"Payment","schema":"Payment","properties":{"amountEur":["60000"],"beneficiary":["c326dd8021ee75fe9608f31ecb4e2e7388144102"],"date":["2003-12-18"],"namesMentioned":["CDU","Allianz Deutschland AG"],"payer":["8359642c7532dbc8979be55bd1e793e8278b3416"]},"referents":[],"datasets":["donations"]} +{"id":"d9508937927b3c595385d15609fbd3400c14c9c6","caption":"Payment","schema":"Payment","properties":{"amountEur":["200000"],"beneficiary":["c326dd8021ee75fe9608f31ecb4e2e7388144102"],"date":["2003-12-19"],"namesMentioned":["CDU","Verband der Metall- und Elektroindustrie Baden-Württemberg e.V."],"payer":["69401823a9f0a97cfdc37afa7c3158374e007669"]},"referents":[],"datasets":["donations"]} +{"id":"de9c470070546edf546b4e6232f8480d3959d02a","caption":"Mühlenberger Weg 16, 22587 Hamburg","schema":"Address","properties":{"city":["22587 Hamburg"],"country":["de"],"full":["Mühlenberger Weg 16, 22587 Hamburg"],"street":["Mühlenberger Weg 16"]},"referents":[],"datasets":["donations"]} +{"id":"20c2300012483e5fa10ec2d066085d42da569284","caption":"Frau Dr. Karin Fischer","schema":"Person","properties":{"addressEntity":["de9c470070546edf546b4e6232f8480d3959d02a"],"country":["de"],"name":["Frau Dr. Karin Fischer"]},"referents":[],"datasets":["donations"]} +{"id":"86771c12d6697ae619f628fde2bb9ab657b83bbd","caption":"Payment","schema":"Payment","properties":{"amountEur":["75000"],"beneficiary":["c326dd8021ee75fe9608f31ecb4e2e7388144102"],"date":["2004-01-14"],"namesMentioned":["CDU","Frau Dr. Karin Fischer"],"payer":["20c2300012483e5fa10ec2d066085d42da569284"]},"referents":[],"datasets":["donations"]} +{"id":"ae7a2c4a159adc0d94a3bcc7876f952db534ce3b","caption":"Königinstr. 28, 80802 München","schema":"Address","properties":{"city":["80802 München"],"country":["de"],"full":["Königinstr. 28, 80802 München"],"street":["Königinstr. 28"]},"referents":[],"datasets":["donations"]} +{"id":"f594e823767d4827e8f275f0a1a4a7fa6f8b5c60","caption":"Payment","schema":"Payment","properties":{"amountEur":["60000"],"beneficiary":["7202347006660188aab5c1e264c4bee948478fd6"],"date":["2003-12-17"],"namesMentioned":["SPD","Allianz Deutschland AG"],"payer":["8359642c7532dbc8979be55bd1e793e8278b3416"]},"referents":[],"datasets":["donations"]} +{"id":"c4c77fd22d005fcb40cfa4df92f982388838cc93","caption":"Payment","schema":"Payment","properties":{"amountEur":["200000"],"beneficiary":["c326dd8021ee75fe9608f31ecb4e2e7388144102"],"date":["2003-12-01"],"namesMentioned":["CDU","Deutsche Bank AG"],"payer":["35f155f912b07b4ab69a8895064e88026378691b"]},"referents":[],"datasets":["donations"]} +{"id":"063e2b1d7f33740068babd0705826614994fdb45","caption":"Wittland 11, 24109 Kiel","schema":"Address","properties":{"city":["24109 Kiel"],"country":["de"],"full":["Wittland 11, 24109 Kiel"],"street":["Wittland 11"]},"referents":[],"datasets":["donations"]} +{"id":"94da6b0729bb7e26a01f80e9a5e08d49157ce8c9","caption":"Payment","schema":"Payment","properties":{"amountEur":["100000"],"beneficiary":["c326dd8021ee75fe9608f31ecb4e2e7388144102"],"date":["2003-12-08"],"namesMentioned":["CDU","FERRING Arzneimittel GmbH"],"payer":["f8867c433ba247cfab74096c73f6ff5e36db3ffe"]},"referents":[],"datasets":["donations"]} +{"id":"b6b795db4fadafab372a43f42888acf17c58c674","caption":"Payment","schema":"Payment","properties":{"amountEur":["75000"],"beneficiary":["c326dd8021ee75fe9608f31ecb4e2e7388144102"],"date":["2003-12-19"],"namesMentioned":["CDU","Frau Dr. Karin Fischer"],"payer":["20c2300012483e5fa10ec2d066085d42da569284"]},"referents":[],"datasets":["donations"]} +{"id":"39021d8d88cabdfd781fc6fdba7710f460eb48b5","caption":"Payment","schema":"Payment","properties":{"amountEur":["100000"],"beneficiary":["7202347006660188aab5c1e264c4bee948478fd6"],"date":["2003-12-01"],"namesMentioned":["SPD","Deutsche Bank AG"],"payer":["35f155f912b07b4ab69a8895064e88026378691b"]},"referents":[],"datasets":["donations"]} +{"id":"5be22fd0b2aeb0fb6b32aa3ee3ab5cb6512f4a67","caption":"Payment","schema":"Payment","properties":{"amountEur":["60000"],"beneficiary":["d10764ddf47ca220527d385fc8fbaa62114408e4"],"date":["2003-12-18"],"namesMentioned":["GRÜNE","Allianz Deutschland AG"],"payer":["8359642c7532dbc8979be55bd1e793e8278b3416"]},"referents":[],"datasets":["donations"]} +{"id":"2800e7ce1566adfba4210d6b2ff05ae64c41267b","caption":"Coesfeldweg 59, 48161 Münster","schema":"Address","properties":{"city":["48161 Münster"],"country":["de"],"full":["Coesfeldweg 59, 48161 Münster"],"street":["Coesfeldweg 59"]},"referents":[],"datasets":["donations"]} +{"id":"60ca186c894f68d24497578df179d1bed69e6d68","caption":"Herr Jürgen W. Möllemann","schema":"Person","properties":{"addressEntity":["2800e7ce1566adfba4210d6b2ff05ae64c41267b"],"country":["de"],"name":["Herr Jürgen W. Möllemann"]},"referents":[],"datasets":["donations"]} +{"id":"4d112e45588aa49fa95e245ffad86ceb8d7d0bde","caption":"Payment","schema":"Payment","properties":{"amountEur":["980000"],"beneficiary":["783d918df9f9178400d6b3386439ab3b3679979c"],"date":["2002-12-31"],"namesMentioned":["Herr Jürgen W. Möllemann","FDP"],"payer":["60ca186c894f68d24497578df179d1bed69e6d68"]},"referents":[],"datasets":["donations"]} +{"id":"1422ab569f6378179c75f4bced6b78837fefde13","caption":"Kreuzberger Ring 19, 65205 Wiesbaden","schema":"Address","properties":{"city":["65205 Wiesbaden"],"country":["de"],"full":["Kreuzberger Ring 19, 65205 Wiesbaden"],"street":["Kreuzberger Ring 19"]},"referents":[],"datasets":["donations"]} +{"id":"26049e79bb5ec70cd584e9183107dd6f5c7bcf3e","caption":"Carat Wiesbaden GmbH & Co. KG Media Service","schema":"Company","properties":{"addressEntity":["1422ab569f6378179c75f4bced6b78837fefde13"],"country":["de"],"name":["Carat Wiesbaden GmbH & Co. KG Media Service"]},"referents":[],"datasets":["donations"]} +{"id":"66001a1082ddf35ef6f230508deaf77493380450","caption":"Payment","schema":"Payment","properties":{"amountEur":["50416"],"beneficiary":["c326dd8021ee75fe9608f31ecb4e2e7388144102"],"date":["2002-12-31"],"namesMentioned":["CDU","Carat Wiesbaden GmbH & Co. KG Media Service"],"payer":["26049e79bb5ec70cd584e9183107dd6f5c7bcf3e"]},"referents":[],"datasets":["donations"]} +{"id":"3f26039c15f83828926659f14313d1194c3ae596","caption":"Am Scheerleck 9, 6868 Wecker","schema":"Address","properties":{"city":["6868 Wecker"],"country":["lu"],"full":["Am Scheerleck 9, 6868 Wecker"],"street":["Am Scheerleck 9"]},"referents":[],"datasets":["donations"]} +{"id":"f51739f6e919721fdc6dbbe0df440309c4832cff","caption":"Eurolottoclub AG","schema":"Company","properties":{"addressEntity":["3f26039c15f83828926659f14313d1194c3ae596"],"country":["lu"],"name":["Eurolottoclub AG"]},"referents":[],"datasets":["donations"]} +{"id":"3bf791aea815a8d76721400f1baaa3c4412b019c","caption":"Payment","schema":"Payment","properties":{"amountEur":["65894"],"beneficiary":["7202347006660188aab5c1e264c4bee948478fd6"],"date":["2003-05-29"],"namesMentioned":["SPD","Eurolottoclub AG"],"payer":["f51739f6e919721fdc6dbbe0df440309c4832cff"]},"referents":[],"datasets":["donations"]} +{"id":"857e0118a8e1e84009206be1b7c24ef5c185f6f7","caption":"Payment","schema":"Payment","properties":{"amountEur":["150000"],"beneficiary":["7202347006660188aab5c1e264c4bee948478fd6"],"date":["2003-04-11"],"namesMentioned":["SPD","Daimler Chrysler AG"],"payer":["187e2f6e4aebe4d7119da679f10c4588e74bcabf"]},"referents":[],"datasets":["donations"]} +{"id":"08860e56bcb9473e91c27e0f77f817a51b94a4bd","caption":"Payment","schema":"Payment","properties":{"amountEur":["92061"],"beneficiary":["c326dd8021ee75fe9608f31ecb4e2e7388144102"],"date":["2002-12-31"],"namesMentioned":["Bayerische Motorenwerke AG","CDU"],"payer":["21cc81bf3b960d2847b66c6c862e7aa9b5e4f487"]},"referents":[],"datasets":["donations"]} +{"id":"9be8cea804a1b0699ec76bc8e5e153d22f71a7d1","caption":"Payment","schema":"Payment","properties":{"amountEur":["89376"],"beneficiary":["6d8377d3938b85fa1bfd1985486f0f913c42e224"],"date":["2002-12-31"],"namesMentioned":["Bayerische Motorenwerke AG","CSU"],"payer":["21cc81bf3b960d2847b66c6c862e7aa9b5e4f487"]},"referents":[],"datasets":["donations"]} +{"id":"9fc60657feb497ec721c2c639be715ac206ffc85","caption":"Payment","schema":"Payment","properties":{"amountEur":["65947"],"beneficiary":["7202347006660188aab5c1e264c4bee948478fd6"],"date":["2002-12-31"],"namesMentioned":["Bayerische Motorenwerke AG","SPD"],"payer":["21cc81bf3b960d2847b66c6c862e7aa9b5e4f487"]},"referents":[],"datasets":["donations"]} +{"id":"b042ebe1300ef0fb9c108a8f25754f7c794dd9db","caption":"Payment","schema":"Payment","properties":{"amountEur":["59875"],"beneficiary":["783d918df9f9178400d6b3386439ab3b3679979c"],"date":["2002-12-31"],"namesMentioned":["Bayerische Motorenwerke AG","FDP"],"payer":["21cc81bf3b960d2847b66c6c862e7aa9b5e4f487"]},"referents":[],"datasets":["donations"]} +{"id":"7a063478989f0840a6c874b4e01918a1ba2600fd","caption":"Payment","schema":"Payment","properties":{"amountEur":["500000"],"beneficiary":["6d8377d3938b85fa1bfd1985486f0f913c42e224"],"date":["2003-04-17"],"namesMentioned":["CSU","Verband der Bayerischen Metall- und Elektroindustrie e.V."],"payer":["62ad0fe6f56dbbf6fee57ce3da76e88c437024d5"]},"referents":[],"datasets":["donations"]} +{"id":"6f03fd2504f12f66364d7f83789867f2d6f57b76","caption":"Payment","schema":"Payment","properties":{"amountEur":["150000"],"beneficiary":["c326dd8021ee75fe9608f31ecb4e2e7388144102"],"date":["2003-04-10"],"namesMentioned":["CDU","Daimler Chrysler AG"],"payer":["187e2f6e4aebe4d7119da679f10c4588e74bcabf"]},"referents":[],"datasets":["donations"]} +{"id":"356834625b049115a323edb5db21c81b489f829e","caption":"Payment","schema":"Payment","properties":{"amountEur":["120000"],"beneficiary":["c326dd8021ee75fe9608f31ecb4e2e7388144102"],"date":["2003-01-30"],"namesMentioned":["CDU","ALTANA AG Herbert-Quandt-Haus"],"payer":["28a5b333a00b1dc52c061d9f39cfa63c07a826c9"]},"referents":[],"datasets":["donations"]} +{"id":"d26bd5a66030e8af5f08a2509696fb878c3398c9","caption":"Payment","schema":"Payment","properties":{"amountEur":["51130"],"beneficiary":["c326dd8021ee75fe9608f31ecb4e2e7388144102"],"date":["2003-02-07"],"namesMentioned":["CDU","Deutsche Bank AG"],"payer":["35f155f912b07b4ab69a8895064e88026378691b"]},"referents":[],"datasets":["donations"]} +{"id":"050d0a3b7af616f15830b471fe727bed08763ceb","caption":"Holstenwall 10, 20355 Hamburg","schema":"Address","properties":{"city":["20355 Hamburg"],"country":["de"],"full":["Holstenwall 10, 20355 Hamburg"],"street":["Holstenwall 10"]},"referents":[],"datasets":["donations"]} +{"id":"1554540925c16474697fa932fd02d93bcf1001e7","caption":"Eheleute Bernd und Gertraude Puschendorf","schema":"Company","properties":{"addressEntity":["050d0a3b7af616f15830b471fe727bed08763ceb"],"country":["de"],"name":["Eheleute Bernd und Gertraude Puschendorf"]},"referents":[],"datasets":["donations"]} +{"id":"a7d1cd12bac6487d3b79476aa0d853ab4069890f","caption":"Payment","schema":"Payment","properties":{"amountEur":["70000"],"beneficiary":["c326dd8021ee75fe9608f31ecb4e2e7388144102"],"date":["2003-02-13"],"namesMentioned":["Eheleute Bernd und Gertraude Puschendorf","CDU"],"payer":["1554540925c16474697fa932fd02d93bcf1001e7"]},"referents":[],"datasets":["donations"]} +{"id":"f936b001b4023005fa35a1523daf1d066b14a4b3","caption":"Payment","schema":"Payment","properties":{"amountEur":["75000"],"beneficiary":["c326dd8021ee75fe9608f31ecb4e2e7388144102"],"date":["2003-01-24"],"namesMentioned":["CDU","Frau Johanna Quandt"],"payer":["2d3e50433e36ebe16f3d906b684c9d5124c46d76"]},"referents":[],"datasets":["donations"]} +{"id":"997ca20f78cf89d81d390120506b5df4505e12f2","caption":"Payment","schema":"Payment","properties":{"amountEur":["75000"],"beneficiary":["c326dd8021ee75fe9608f31ecb4e2e7388144102"],"date":["2003-01-24"],"namesMentioned":["CDU","Herr Stefan Quandt"],"payer":["0875bc617a5ff0a0ba605ea76d0fccd44660e7e7"]},"referents":[],"datasets":["donations"]} +{"id":"86de3c36160ca03096c81da76ff3c26ef10158f7","caption":"Payment","schema":"Payment","properties":{"amountEur":["75000"],"beneficiary":["c326dd8021ee75fe9608f31ecb4e2e7388144102"],"date":["2003-01-24"],"namesMentioned":["CDU","Frau Susanne Klatten"],"payer":["4cd8367bbcdfe2d260e042e125791542081a562e"]},"referents":[],"datasets":["donations"]} +{"id":"873b51cea0b41da8861e6a27d7f2b4fc869d5148","caption":"Pacelli Beteiligungs GmbH & Co. KG","schema":"Company","properties":{"addressEntity":["a621807d4abeee2ddc96ea8ee5ec63ebf56c835a"],"country":["de"],"name":["Pacelli Beteiligungs GmbH & Co. KG"]},"referents":[],"datasets":["donations"]} +{"id":"954e2200bdcd6a08ea7885beaa85a890177f7d75","caption":"Payment","schema":"Payment","properties":{"amountEur":["141369"],"beneficiary":["6d8377d3938b85fa1bfd1985486f0f913c42e224"],"date":["2002-10-25"],"namesMentioned":["CSU","Pacelli Beteiligungs GmbH & Co. KG"],"payer":["873b51cea0b41da8861e6a27d7f2b4fc869d5148"]},"referents":[],"datasets":["donations"]} +{"id":"89c13c010ecc82a641f55ce433a154535a5c0ae8","caption":"Payment","schema":"Payment","properties":{"amountEur":["200000"],"beneficiary":["c326dd8021ee75fe9608f31ecb4e2e7388144102"],"date":["2002-08-23"],"namesMentioned":["CDU","Verband der Metall- und Elektroindustrie Baden-Württemberg e.V."],"payer":["69401823a9f0a97cfdc37afa7c3158374e007669"]},"referents":[],"datasets":["donations"]} +{"id":"9add84cbb7bb48c7552f8ec7ae54de54eed1e361","caption":"Johanna Quandt","schema":"Person","properties":{"addressEntity":["2c42a6ff38354647909b5223a5df19640fb73d5b"],"country":["de"],"name":["Johanna Quandt"]},"referents":[],"datasets":["donations"]} +{"id":"9a347c429ec01063e20c1e5f5132ce95cceead08","caption":"Payment","schema":"Payment","properties":{"amountEur":["180000"],"beneficiary":["c326dd8021ee75fe9608f31ecb4e2e7388144102"],"date":["2002-09-04"],"namesMentioned":["CDU","Johanna Quandt"],"payer":["9add84cbb7bb48c7552f8ec7ae54de54eed1e361"]},"referents":[],"datasets":["donations"]} +{"id":"f5ee9f4b6a3891c5cb5366db7621e37b477f409b","caption":"Payment","schema":"Payment","properties":{"amountEur":["180000"],"beneficiary":["c326dd8021ee75fe9608f31ecb4e2e7388144102"],"date":["2002-09-04"],"namesMentioned":["CDU","Herr Stefan Quandt"],"payer":["0875bc617a5ff0a0ba605ea76d0fccd44660e7e7"]},"referents":[],"datasets":["donations"]} +{"id":"eaef094d1cabeb91371c3228fa02da1fc34b7081","caption":"Payment","schema":"Payment","properties":{"amountEur":["170000"],"beneficiary":["c326dd8021ee75fe9608f31ecb4e2e7388144102"],"date":["2002-09-04"],"namesMentioned":["CDU","Frau Susanne Klatten"],"payer":["4cd8367bbcdfe2d260e042e125791542081a562e"]},"referents":[],"datasets":["donations"]} +{"id":"4c9b96164bd954577a978fd1e0e63e2ba4aa4b88","caption":"Robert-Bosch-Platz 1, 70839 Gerlingen","schema":"Address","properties":{"city":["70839 Gerlingen"],"country":["de"],"full":["Robert-Bosch-Platz 1, 70839 Gerlingen"],"street":["Robert-Bosch-Platz 1"]},"referents":[],"datasets":["donations"]} +{"id":"869f15aca0b5478807569f76f91f890d3ee5be4c","caption":"Robert Bosch GmbH","schema":"Company","properties":{"addressEntity":["4c9b96164bd954577a978fd1e0e63e2ba4aa4b88"],"country":["de"],"name":["Robert Bosch GmbH"]},"referents":[],"datasets":["donations"]} +{"id":"5b51cf43b77732b10cea815e55026fac4b3f6190","caption":"Payment","schema":"Payment","properties":{"amountEur":["100000"],"beneficiary":["c326dd8021ee75fe9608f31ecb4e2e7388144102"],"date":["2002-09-09"],"namesMentioned":["Robert Bosch GmbH","CDU"],"payer":["869f15aca0b5478807569f76f91f890d3ee5be4c"]},"referents":[],"datasets":["donations"]} +{"id":"1ec81859c512c298c0fda4d892041d30606df524","caption":"Payment","schema":"Payment","properties":{"amountEur":["80000"],"beneficiary":["783d918df9f9178400d6b3386439ab3b3679979c"],"date":["2002-09-12"],"namesMentioned":["Frau Susanne Klatten","FDP"],"payer":["4cd8367bbcdfe2d260e042e125791542081a562e"]},"referents":[],"datasets":["donations"]} +{"id":"5d101f9a90f3b1bc842b926b20b4265fa71d9142","caption":"Payment","schema":"Payment","properties":{"amountEur":["70000"],"beneficiary":["783d918df9f9178400d6b3386439ab3b3679979c"],"date":["2002-09-12"],"namesMentioned":["Frau Johanna Quandt","FDP"],"payer":["2d3e50433e36ebe16f3d906b684c9d5124c46d76"]},"referents":[],"datasets":["donations"]} +{"id":"b4ac571534cfc972ed8931ef9a3cc48ed3292216","caption":"Dänzergasse 8, 93047 Regensburg","schema":"Address","properties":{"city":["93047 Regensburg"],"country":["de"],"full":["Dänzergasse 8, 93047 Regensburg"],"street":["Dänzergasse 8"]},"referents":[],"datasets":["donations"]} +{"id":"ea7e4e04d0916d486fc4aa5e727c53ffbd6d7617","caption":"Ostwind-Verwaltungsgesellschaft mbH","schema":"Company","properties":{"addressEntity":["b4ac571534cfc972ed8931ef9a3cc48ed3292216"],"country":["de"],"name":["Ostwind-Verwaltungsgesellschaft mbH"]},"referents":[],"datasets":["donations"]} +{"id":"602c23edca57408040b5398aa55f1f3cc67702e8","caption":"Payment","schema":"Payment","properties":{"amountEur":["70000"],"beneficiary":["d10764ddf47ca220527d385fc8fbaa62114408e4"],"date":["2002-08-15"],"namesMentioned":["GRÜNE","Ostwind-Verwaltungsgesellschaft mbH"],"payer":["ea7e4e04d0916d486fc4aa5e727c53ffbd6d7617"]},"referents":[],"datasets":["donations"]} +{"id":"39921d189319efae6021c9fde0638228b11bbea4","caption":"Überseering 18, 22297 Hamburg","schema":"Address","properties":{"city":["22297 Hamburg"],"country":["de"],"full":["Überseering 18, 22297 Hamburg"],"street":["Überseering 18"]},"referents":[],"datasets":["donations"]} +{"id":"4e0bd810e1fcb49990a2b31709b6140c4c9139c5","caption":"Tchibo Holding AG","schema":"Company","properties":{"addressEntity":["39921d189319efae6021c9fde0638228b11bbea4"],"country":["de"],"name":["Tchibo Holding AG"]},"referents":[],"datasets":["donations"]} +{"id":"08a8e8bdd2da027fbe75de2ea54dec406a66422a","caption":"Payment","schema":"Payment","properties":{"amountEur":["200000"],"beneficiary":["7202347006660188aab5c1e264c4bee948478fd6"],"date":["2002-07-04"],"namesMentioned":["Tchibo Holding AG","SPD"],"payer":["4e0bd810e1fcb49990a2b31709b6140c4c9139c5"]},"referents":[],"datasets":["donations"]} diff --git a/tests/fixtures/ec_meetings.ftm.json b/tests/fixtures/ec_meetings.ftm.json deleted file mode 100644 index dc0d425d..00000000 --- a/tests/fixtures/ec_meetings.ftm.json +++ /dev/null @@ -1,45038 +0,0 @@ -{"id":"addr-00177d9455d8e1b6a3f5530ea1e7e81ce1c8333f","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["SIllicon Valley"]}} -{"id":"addr-003e5ae964a4ea7254a99e94660db3b40b3bc44b","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["zoom- videocall"]}} -{"id":"addr-00679badaf75b30b0b248ea40c989984afa5cc70","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["BERl"]}} -{"id":"addr-006906fb7dd2fa8ac8e11f26380a6f4e45a8e94b","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Gütersloh"]}} -{"id":"addr-0070d1ccd307822521dd9cad0006366b4dae92c8","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["video confrence (Brussels)"]}} -{"id":"addr-00c1bff9de8d4fc009abbfd696151a6d58535852","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["EP"]}} -{"id":"addr-00dde9be3c900355fb084681344d124921e8d3ba","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["St. Petersburg"]}} -{"id":"addr-01a07c2a8afc3382273f4bdadc76668cdf716ecc","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["BERL 09"]}} -{"id":"addr-01b8ca4779de58fdb138b60b0d9496a9cb09e6cf","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Video conference (Brussels)"]}} -{"id":"addr-01f265a74ff303b4c7ed11d646bf2d2ab59370e9","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Coquelles"]}} -{"id":"addr-024bfd83839fa905e794a527bc33d1a8f1ed187d","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["BRUSSELS, Berlaymont"]}} -{"id":"addr-028a2cf23479c50468b9af4c480a24ac1b050a3d","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Fiskars"]}} -{"id":"addr-02f7056518874ae385fcd7ab04a6946d9b070e71","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["eindhoven"]}} -{"id":"addr-02fd99c3f3dbad82c5640d3c7c59b78e2d4d8dcf","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["BERL 11/029"]}} -{"id":"addr-037407970050e97c761587d63aacfaeb126cab45","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Copenhagen, Denmark"]}} -{"id":"addr-03a93f619b2c096a8d9f841fd20405a2f3fc21e0","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["MER ROOM 481"]}} -{"id":"addr-03c75f5a034154f66a11b6e0eb8eccc343b2a493","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Bxl - BERL"]}} -{"id":"addr-041ab56007250cb6752559152411948269a968bd","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Abu Dhabi, UAE"]}} -{"id":"addr-04376ce843e3eeb89d3443a0866ae276c1e8112d","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["video - call"]}} -{"id":"addr-047d4dc60f49c7debd2e2354c8aa13d0718968b3","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Brussels EAC"]}} -{"id":"addr-049fb436906ae7cbea6ce0c85217319992dae826","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Berl 8/165"]}} -{"id":"addr-04da71d10548f3d2cbf959ddc9ec8b49b9ff340a","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Berlin (Germany)"]}} -{"id":"addr-054fd8f4e816abef749108f302fffdb33729c700","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["BERL 10/411"]}} -{"id":"addr-055e0b367121f6dcd60f6eb0405949cbe0976a03","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Evian"]}} -{"id":"addr-05ecba01ad4cbc50dc8015134a5982f8447db506","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["video conference call"]}} -{"id":"addr-05fe74f197c5a9896f8bf96f875b3d6093ad877b","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["EC Representation in Ljubljana, Slovenia"]}} -{"id":"addr-0614ab96977a03746c93bb305dad38117f6e59a9","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Amcham"]}} -{"id":"addr-062b06ba8e755765c6b049809b7430fd54fe5b21","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Berlin"]}} -{"id":"addr-06483b1babe097aeef295bf5a4e1f1f91e5aa94b","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Brussels, L86 - ECHO OFFICES"]}} -{"id":"addr-06ab8c0f7c19d97f127f5f03b916bbb74e78c61e","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Berlaymont building, Brussels"]}} -{"id":"addr-07013755c667663d62fdbf43ee742a66709ff848","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Pristina, Kosovo"]}} -{"id":"addr-0714b52050ca49268aa4474da8e0851048dec002","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["World Economic Forum in Davos"]}} -{"id":"addr-0731c9ba704778ae95669bb81cf8b9bbf42518fd","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Eindhoven"]}} -{"id":"addr-07b733b8df95fcfc68503885f3c4d361561c6713","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Montréal, Canada"]}} -{"id":"addr-07cda561e59a02450b70a5b2fbca7ed844747353","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["L41 12/12"]}} -{"id":"addr-0831333d7d0a9d5fbafd78f6d3bdf8320d7ead71","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["on line event"]}} -{"id":"addr-08640f22e8b61fe48904546ffc0e7b09fd6d6414","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Davos, Switzerland"]}} -{"id":"addr-08acdeca1d30afde8ac48875981902ed8ee8a8f6","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Video Recording"]}} -{"id":"addr-08b5fc261a54295cc50cde2e0e35e3ea321923d5","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Paris in the margins of EUROFI event"]}} -{"id":"addr-090be3f54cd0f162a77bddc433046b64f0b14a71","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Vienna, Austria"]}} -{"id":"addr-091a5e5fbc1be11601c567acfdbdf6af4474a25f","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Space Conference"]}} -{"id":"addr-096c4ac85b2d91a48fb129923bf93754b005bd0b","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Videoconference"]}} -{"id":"addr-0986bd6e1fb59de04ab16764094a5bff3989e231","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Übach-Palenberg, Germany"]}} -{"id":"addr-09885417957897b7501f8a70e0323fdaa60551e8","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["LOI 15 Brussels"]}} -{"id":"addr-0988d5431bceed35ecddc433adeeec0a7b244d4a","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Phone conference"]}} -{"id":"addr-0a257a3b8a0926e1b53e3476ce1c8e8fc8470ecd","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Video-call"]}} -{"id":"addr-0a33e6664669f43d84f136d22c6b6ad5a89930ad","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Copa Cogeca Secretariat"]}} -{"id":"addr-0ab63dd8fc712ad0289cea20f2019c46b46e881d","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Director General's office"]}} -{"id":"addr-0ad081a1e72a86b5d6b990723bbcacd217cca3cf","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["DUBLIN"]}} -{"id":"addr-0aec922a34382b5b4495883db14ad5835d71a838","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Brussels (Egmont Palace)"]}} -{"id":"addr-0b031b6b7b95ec8777d8b310716b42744e8a0fbf","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Brussels/online meeting"]}} -{"id":"addr-0b0550408187a2a233a3e8da5623c2f71c726fe6","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Brussels - WEBEX"]}} -{"id":"addr-0b7010ac7abf438645eacd50af3009b1252cd7a6","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Berlaymont, Brussels, Belgium"]}} -{"id":"addr-0b71fb153bb5851f7296552c1bc513565ac9ef54","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["lONDON"]}} -{"id":"addr-0b9fa3a65cad68870b8eb94e80c97b119fd0de77","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["EP esplanade"]}} -{"id":"addr-0bbb6bc6c9f7ac54ab542cb429b4e542999000ad","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Tartu, Estonia"]}} -{"id":"addr-0c93c1129642ea8181fef62b4b4cfd4e9246afdd","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Brussels (webex)"]}} -{"id":"addr-0c96bd4b2c2391b43c37eda4c201015868b0aa7b","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Belgium, Brussels"]}} -{"id":"addr-0cff6f3511393dec2c4651c14b8ffa334a1f9683","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Berl buirlding in Brussels"]}} -{"id":"addr-0d10356a528121d24c2f124c205c4b665f845946","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["BERL 8th floor"]}} -{"id":"addr-0d1f1b4878745697cdeb46297b32b8f0e12582b9","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Brussels/ BE"]}} -{"id":"addr-0d5d027e38252e1f3668737e82a646a03f7fabdb","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Brussels, BERL 2/320"]}} -{"id":"addr-0d9d6a88e0943ff7bae0502ef86af35683b3f7cc","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Mainz, Germany"]}} -{"id":"addr-0d9f585106a7a4dbc7e916b913ebc9101c3ef48a","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["brussels, Belgium"]}} -{"id":"addr-0db594ddb3c01ab65ece36457924324d0aff0ea1","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["skype call"]}} -{"id":"addr-0de59929c83dddac1bd349374117dc0811ac0311","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Webex VC"]}} -{"id":"addr-0e0e34e0604fb3bbfb4c64c5c0f7d1bcc81d9f78","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Hannover"]}} -{"id":"addr-0e1cec2bde2d900d2459539e5506312ac39e529e","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Brussels/Paris (videoconference)"]}} -{"id":"addr-0e423838fa9571c6af4dadd3142e24f85a119051","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["European Commission - Barlaymont Building"]}} -{"id":"addr-0e7a0dc45c65b38c6e119e427352a9901e5e8f49","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["telephone call"]}} -{"id":"addr-0e8926c2613082a22a3ad8119d68efccf9d0e5fe","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Beralymont"]}} -{"id":"addr-0e9b384c28719a08393c3bf846a71f7f7c1a445d","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Brussels - Webex call"]}} -{"id":"addr-0ed753ec61a000f5329d98c1432aa8e106488d7c","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["ANGED"]}} -{"id":"addr-0ee327229983c565b36e921e34cf577d4463db35","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["London, UK"]}} -{"id":"addr-0eed6964f1359fad403517623c52b72d6c4660eb","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Portorož"]}} -{"id":"addr-0f33e5ecb4c028256fa177a1940d176e3c19f3d1","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Office of Commissioner Avramopoulos - BERLAYMONT Building"]}} -{"id":"addr-0f40886739a02deab2342b455478dd85c335b4d5","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["BERL 40/411"]}} -{"id":"addr-0f6a12f3c22931d425e849b6001cdc6ef85885e1","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Calais, France"]}} -{"id":"addr-0fd55a0f4581392ea00e96d7ca346affde8698f6","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Berlaymont Brussels"]}} -{"id":"addr-0fe6ad5be5dcfa90372829232afbdbab58519ac8","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Video conference (skype)"]}} -{"id":"addr-100341b9f61668ae926e15d23ed08c93ee9db28c","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Square de Meeûs 18, B-1050 Brussels"]}} -{"id":"addr-101419fa5f83cbde871a52994a1ca5175cda73c1","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Videoconference via Webex"]}} -{"id":"addr-10449a4bc67c20ea53890fb4d289c0ccecbac582","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Brussels (Video Call)"]}} -{"id":"addr-106ba209b279b10882b5e14942f23d88d474e2ca","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["office RF"]}} -{"id":"addr-10c7c3a965dec27dde2afd4d8fd49cce3672b59b","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["skype meeting"]}} -{"id":"addr-10c84bf2c2e056d22926e09381dac4470b65c47b","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Brussels (Webex)"]}} -{"id":"addr-11b1ca39bc37e7f8dfe56b7212ff2fa760801356","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Florence, Italy"]}} -{"id":"addr-11e60952b5353f7461285ec9335b5fcaa4558176","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Brussels Belgium."]}} -{"id":"addr-11e85fc0cc3a83703c7f4f1906899ba14f5a3aeb","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Bruxelles BERL 10/411"]}} -{"id":"addr-122a417e6dce08a4a554333bbc6e9922b62c1f31","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Barcelona"]}} -{"id":"addr-128d9676ef0cf9c0ac9a11ef228eaf2ea6ed1cbc","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Rue de la Loi 41"]}} -{"id":"addr-1293b145e93f5c2da7abb8dbbdc9493ad70f7215","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["BERL - Bxl"]}} -{"id":"addr-12b058cba3f7c57be394d4bc91767884394a339a","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Linz, Austria"]}} -{"id":"addr-12d8c530d76da0b7745f9c0f9285e7eec97adc55","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["video call"]}} -{"id":"addr-131d098d384f48c8c21206ab93d019d86d8701f3","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Bressels, BERL"]}} -{"id":"addr-139901a95cbff5d6eb54fda7fb6deb627017ac8b","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Windsor"]}} -{"id":"addr-13bab8845be0540b2112dbbf8ee7cfeb8a59014e","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Brussels Berlaymont"]}} -{"id":"addr-1432268d5c1ce873fc80db13c856f464e4533bd2","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["GIZ premises, Frankfurt am Main, Germany"]}} -{"id":"addr-147ed60f1740c8b7f554f8707ff4410af7c51fb0","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["BERL 10/390"]}} -{"id":"addr-147f18fcc6af310533da12994f7bec219c5fb293","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Berlaymont Hotel"]}} -{"id":"addr-14bf0ebef4f03dc2d0b85ebfa3da8bc9918db733","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Cascais"]}} -{"id":"addr-14e20d5900eb420fe31cade946c2added45b3190","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Bruxelles, BERL 10th"]}} -{"id":"addr-14e48b93f1fb515b14ef60fbfce7f7c8bc35d607","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Brussels (on-line)"]}} -{"id":"addr-1521e2a37c9349663f6116603e51b8a18491d493","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Brussels - video call"]}} -{"id":"addr-15381058bad519918b8bbcee53714dc1e3cad415","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Meeting room BERL 12 floor"]}} -{"id":"addr-15527766ef412bc0ec499e208fb1195cb69b6c5b","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Hamburg"]}} -{"id":"addr-155fb7b4b2d84de172fd4ce48722243d80f259d2","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Brussels -"]}} -{"id":"addr-1576112c00680864af07bffdc683c2f122e60519","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["BERL, Brussels, BE"]}} -{"id":"addr-15b278d2cb508eb4ef129ac942f6cfa60c2783f0","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Le Bourget( Paris), France"]}} -{"id":"addr-15b4c4794aeca703152a67e69de24103fe88b55f","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Livestream debate"]}} -{"id":"addr-160190adbc75995731abca1e903c8613456778a2","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Autoworld Museum - Brussels"]}} -{"id":"addr-1617895d0317755d6f1e9ed68bc805f1c83d5211","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Koper"]}} -{"id":"addr-1645ee78de0f7c73001e1a8ed1facc25a72b6796","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["london"]}} -{"id":"addr-168d5fba2bc6bb144fdae2710db21905ec2ebb50","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Skopje"]}} -{"id":"addr-169c829d1c3252acfd8e8b5607e64506360b76e5","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Berlaymont"]}} -{"id":"addr-16b23c500d54837f13213853d0abd7783d4f9122","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["digital"]}} -{"id":"addr-16d5f95fc21be893b5ae5569daf6c6277d40864f","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Brussles, online"]}} -{"id":"addr-175068e039ce4708c1fcb4001d66613da99abfa7","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Cannes"]}} -{"id":"addr-17656008935eaf41cbe159e69f803a7aa2966d18","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["brussels, berlaymont"]}} -{"id":"addr-177399344da6eb4f569d10b91848fc031cf3db28","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Brussels BERL 2/320"]}} -{"id":"addr-17a77f6821b8ccd7260dc876b018cb4f7cf7f95a","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["BERL 10/180"]}} -{"id":"addr-17d53e0e6a68acdf80b78d4f9d868c8736db2cec","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Germany"]}} -{"id":"addr-17df4c823e58cba3a587c89186e0e6ca2d3f17a0","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Rome, Italy"]}} -{"id":"addr-180e08b75858857c89cbff14a70e0e7a940be242","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Brussels (ZOOM)"]}} -{"id":"addr-18180d99814157bad0e0a2c15a1a84e53cad6326","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["European Commission – Brussels (Berlaymont)"]}} -{"id":"addr-182e8021bc2cdc0accaef17a271306ed0adc8847","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Karlsruhe, Germany"]}} -{"id":"addr-185f08deb90ee223a40258aeb5e1730cf44d5818","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Sevilla, Spain"]}} -{"id":"addr-1879f7555bd022f47a6847d3377d7cd8f87abe36","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Online call"]}} -{"id":"addr-1891b4800eeb24c95230f1cf8f84480f8e768ed5","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["BERL Bruxelles"]}} -{"id":"addr-18999d89c1c63acb05ec2f61a844d17c1634672d","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["France, Toulouse"]}} -{"id":"addr-18bc5956dbf1cc6c9a5baeb624c9e7e472a04c2e","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["USA"]}} -{"id":"addr-18bcd5a701099e0ae0c76b4de06f34996f2f5e85","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["BREMEN"]}} -{"id":"addr-192db6afad357d5f4b15f6e83f76633115e076ae","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Ljublijana"]}} -{"id":"addr-197bc5843ef6ed4cfb126b60737a2e3acbb5f82d","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Virtual meeting (Teams)"]}} -{"id":"addr-19f756936dde58bca153913fac443075d738d47b","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Ludwigsburg"]}} -{"id":"addr-1a032a70c8512db7223455035056cbe5235beae5","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["BERLAYMONT 8th floor"]}} -{"id":"addr-1a1e9870d4b47d3a7e0ed1ff270024836464eb24","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Sitges"]}} -{"id":"addr-1a2caf4f6e7bcf09cef93228a47cf8e8366c78f7","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Germany, Franfurt am Main"]}} -{"id":"addr-1a368020f494f98f032582b3255654a29ea7ee16","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Belfast"]}} -{"id":"addr-1a411ab0ecf4d7509f0dcefdb6078e2db0864f7c","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["on-line meeting"]}} -{"id":"addr-1a591a3e91fcb7a47f2c08e9e2e117f39af22078","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Malta"]}} -{"id":"addr-1a66a945a7c848e2e3f1cd5f9692be1f16a0a484","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["berl"]}} -{"id":"addr-1a690f3bea5d666765f5c92aa02a45da95243341","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Luxembourg, Luxembourg"]}} -{"id":"addr-1a77e12c05a39186f3ddab600c3e9e619c4822ef","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Brussels (video conference)"]}} -{"id":"addr-1a7c901dc9a65266d57c85b9b0c280b31da4f214","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Videconfernce"]}} -{"id":"addr-1b29c29fd7c68ff6792070c16f57f791ed0cbfaa","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Berlaymont 8th floor office n° 165"]}} -{"id":"addr-1b6b4e0e40970f4f110ae8f4993a6f054e01d23e","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["EC Representation in Tallinn"]}} -{"id":"addr-1ba1e95e473c2a2a8d87e248e7615e7c71ba7b86","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Videomeeting"]}} -{"id":"addr-1ba915b908de9d0fc1660baec9d3bb9b253cc995","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["BU-24 3/87"]}} -{"id":"addr-1bb42944bbb79e1cf7f8cb951569d1d920a3f362","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["London/UK"]}} -{"id":"addr-1c293424a78e324448d54332adf4a9bcd309f250","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["BERL BUILDING Bruxelles"]}} -{"id":"addr-1c75f671fead62e2a20029c09f225208eab7d258","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Brussels, Berlaymont Building"]}} -{"id":"addr-1cba51ffae39a8685585a96b9c3e69adda1d2c63","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Skype call"]}} -{"id":"addr-1cbacf9ec556c8f04fc18e419adce3af540ad858","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Kirchlengern"]}} -{"id":"addr-1d1fac2fc3128e76e886da827095d20a695ec42a","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Videoconference (Webex)"]}} -{"id":"addr-1d3c8410383c24147093b2b9bb85557546f89fb7","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Barcelona, Spain"]}} -{"id":"addr-1d52e5830c493c03a5509b561108a8cff4f54d9e","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Illingen"]}} -{"id":"addr-1d663f8a70242ed7fcf972a892beb744326f96b2","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Brussels - belgium"]}} -{"id":"addr-1d87619151b435b9effbac59ed923519ba1098e1","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["skype virtual meeting"]}} -{"id":"addr-1e377a41311efa24c1f994065c8ebcedc9ffd85a","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Boston"]}} -{"id":"addr-1e5ee5ce0e39b68b3b90e38f0bf41c9bd139f47a","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Brussels - Online call"]}} -{"id":"addr-1e69bf2e928d50a957e9ec7d8b7dbfcaee8a58e8","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Warsaw EU office"]}} -{"id":"addr-1ef693f2cd3be700838935cd8b603a3720b8dd39","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Atlantic City, U.S.A."]}} -{"id":"addr-1f0ff5568d399156618f1567aeb8b0ca7570f889","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Davos (CH)"]}} -{"id":"addr-1f1f3f51a4da31a1ea5c1b4b21cbf52ad983224f","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Virtual meeting"]}} -{"id":"addr-1f5448052c1e8cb29e5f0d02982394b0946594a3","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Düsseldorf"]}} -{"id":"addr-1f66f830e606b808730f8367fd8121f296055269","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Brussels, Belgium (videoconference)"]}} -{"id":"addr-1ffa5aa0c8ebbed91e2de7b5b699caa8a4738a67","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Brussels, Director-General's office"]}} -{"id":"addr-1ffdd7e64e61e5fe99e20ed62074fe2ad1a1b799","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Brussels - online"]}} -{"id":"addr-20169d8760eb932415b38f11daea45615ba4bb37","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["video phone call"]}} -{"id":"addr-2051dbf432a7bb0c2863321ec637de57cd4a01f1","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Brussels - online meeting"]}} -{"id":"addr-205ea7868cf2cabd3b2af001f349840e83b65319","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Gent"]}} -{"id":"addr-207aae032db3f4ecaec4faf251340e3be486037d","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Brussels-video conference"]}} -{"id":"addr-20856529c991cf72de966b5442db6b9e5e1593f6","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Berl Building Brussels"]}} -{"id":"addr-20c0b7bdab70ca2cc9c844a0d74a3af0bbf41c3e","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Singapore"]}} -{"id":"addr-2104194ebb94a2b6fe276dfa63d91d46e0213fdf","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Belgium, Brussels, ZDH headquarters - Rue Jacques de Lalaing 4"]}} -{"id":"addr-211431c5b31e7296b41d5e57c3b81b8cf72bc98a","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Brussels - ZOOM"]}} -{"id":"addr-211c505d204b295e60497aa4c59557bb484ca6c5","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["video-conferencing"]}} -{"id":"addr-21a829e05e8b03d1060c7d526a913f69cc30e002","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Bruessel"]}} -{"id":"addr-21b43db3bb79e9186b361a83193d754b04292b31","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Gerlingen"]}} -{"id":"addr-21be52b861de97e897e14f95025e5aad4fd6a336","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Brusssels (Teams)"]}} -{"id":"addr-21d1dfe848769d489e69932a7ae7fbe0d43a2704","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["telephone conference"]}} -{"id":"addr-21e2425db1ec9c524f24b76d4ae5f3b071dbad60","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Representation to the EU of the Association of German Chambers of Commerce and Industry (CCI Germany)"]}} -{"id":"addr-21e270e0bedb7101949f8af32b422c6687f5ec9b","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["New Hotel Charlemagne - meeting room Ambiorix"]}} -{"id":"addr-21ee225c328df5c705e714d2e4cfb4ef4aa6c4d0","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Berlaymont (Brussels)"]}} -{"id":"addr-22172f4179d945091a65f34cdb0970a0b55ad18d","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Antwerp"]}} -{"id":"addr-22383278a213c00ffc6f3f0f414d1efd826f6442","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["The Hague, The Netherlands"]}} -{"id":"addr-22390ad11c32faec43fc61555b53607660b3c185","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Paris"]}} -{"id":"addr-22549ac95a10748298df15f70e0afe38b9731421","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Hannover, Germany"]}} -{"id":"addr-225c82a032511500bff73b3efe0d857849613fd9","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["virtual meeting"]}} -{"id":"addr-2290723133f54308c2b8d1c62a38342713499950","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Commissioner's meeting room"]}} -{"id":"addr-22c6c3b816f40ef750dde6e9f3fa774cd95b7a22","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Sofitel Brussels"]}} -{"id":"addr-22d426968af007c915f50d08e272b11d823be016","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["viedo conference"]}} -{"id":"addr-23babe33b34059b171c3fa0815bec283ead24c3c","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Alpbach"]}} -{"id":"addr-24165ed0abdaab35e78da0941eb9a65a9b17371d","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Brussels/online"]}} -{"id":"addr-242bfe7958c1166469f1b4f68f54af0c704262ea","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Abijan"]}} -{"id":"addr-249cc958a600a1d8afd213e5205d953608718b19","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["berl 10/400 Brussels"]}} -{"id":"addr-24b6da464b2e8f3616e95e54c2c21b96ca5079e3","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["BXL, Berlaymont"]}} -{"id":"addr-24f458881d87522b72a42bad739347fe5fc676d1","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["EEAS building"]}} -{"id":"addr-25084ef8898ff30514c3f8c45c1868a50cce4e97","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["BERL 09/301"]}} -{"id":"addr-25a7630d995310dcaa87e1c7b261bbc183b5a717","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["videoconference (joint meeting with representative from Cabinet Timmermans)"]}} -{"id":"addr-25bd5ca85cdaa2e09cf8cb981983bc8a6b73b8ec","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Brussels (BELGIUM)"]}} -{"id":"addr-25f989435227967cc0b42781bb74fd59dbc65d7b","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Utrecht"]}} -{"id":"addr-26ac66b7fa878bad23aacdb1da715e03a1363023","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Bremen, Germany"]}} -{"id":"addr-26bcaeae2550ec052e88d7aba77190b376580954","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Seattle"]}} -{"id":"addr-27095e26741579f9d6216e28a3e5ac5910b36219","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Brussels virtual meeting"]}} -{"id":"addr-2731dadc427f4af27c06afc17c951f6434b08379","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Madrid, spain"]}} -{"id":"addr-276f8f6a5e51fe3cda9701395eb09e5b0ce20b58","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Euractive, Bd de Charlemagne, Brussels"]}} -{"id":"addr-27813f3e2dee8583598be7d7e56ee7cabd4228dc","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Brussels - conference call"]}} -{"id":"addr-2784e378f25501c5f51cb6421ff637f8616b4cb6","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Brussels"]}} -{"id":"addr-27cbf4359e0014d81513d1e650ce90a85d90e0d9","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Jodoigne, Belgium"]}} -{"id":"addr-27e3f291a476755e3e8bde05812ebe2f86cdc3ad","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["J-70"]}} -{"id":"addr-27f88e3709e4d838e5e80c25aea21e926daa8bbf","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Koper (Slovenia)"]}} -{"id":"addr-2811fa4f00b3ac0a4b159e1b00e7342b7e4b8f79","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Berlaymont 10/021"]}} -{"id":"addr-28426ab789a94f97725cc6173a095b696c9ae301","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Videocongerence"]}} -{"id":"addr-28892961cbca7e6ab0865a5c8cbe9b90c59edac1","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Amsterdam, The Netherlands"]}} -{"id":"addr-28ba88479582b2f75898964548da4252dc7db7d2","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Conference call"]}} -{"id":"addr-28c045fcb9eebbdf22af91e112112ab1457cc10b","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Kerry, Ireland"]}} -{"id":"addr-28c54362bb185b50040ecffd07f84ced85749d13","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Brussels (Skype for Business)"]}} -{"id":"addr-28d496d76a90ad076ce5a50a1ecea594d0d19dd7","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["European Commission, Berlaymont"]}} -{"id":"addr-28ec1a0a03eab458e22338a18ae51651df464cb6","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Poole, UK"]}} -{"id":"addr-28ef75c095b64a618784d23d26bbad77840f3639","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Virtual Meeting Brussels"]}} -{"id":"addr-29068eb05b9d80b44d8d8641e1747977b9ee048b","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["BERL"]}} -{"id":"addr-291a0a58dfa6c640a90c1d868d2af190775ea219","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Call"]}} -{"id":"addr-2922190d936de53d1165028ec08e6d106dc01adc","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Normandie"]}} -{"id":"addr-292906bab21839c15795e523d50db6f51182f610","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Brussels (TEAMS)"]}} -{"id":"addr-2940cef54e41dd6eea0747f1b71cc8cd20e29b52","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Bruxelles - Skype call"]}} -{"id":"addr-29ab3ff4e9d03a193b0558f5f6f686b5fdb2ac2c","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Ulm"]}} -{"id":"addr-29ab811b65fbf9fc08ff56339276c217bed4d704","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Avenue Van Nieuwenhuyse 4, Brussels"]}} -{"id":"addr-29e6bd15f6bd2d475a06daa330612504dd124fb7","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Berlaymont 9th floor"]}} -{"id":"addr-29f0579ec8e32dc5a2ef3ca91ddc415a024f7868","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Bruxelles, Berlaymont"]}} -{"id":"addr-2a45506f8aee562723b51f2ec58dc9c908e181c6","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["phone call"]}} -{"id":"addr-2a7769bc84203b71cadcf39201a437933b62e8a5","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Brussels, Berl 10/400"]}} -{"id":"addr-2a9fe6485ad8871c59dabf8381c67ded11e47889","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Irealnd"]}} -{"id":"addr-2ae7a2e8077f7c8d052c0b142fa0f62e36951de8","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Baku"]}} -{"id":"addr-2af11d688b097d6939fd56f369a62f512c568619","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["European Commission, Brussels"]}} -{"id":"addr-2af4ce288b2eefe7a9ca7421fe46b62403e6e7f9","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["brussels, BERL"]}} -{"id":"addr-2b1a135e551f2f794204e531f2ca8f8baafefc9c","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Brussels - Microsoft Team"]}} -{"id":"addr-2b6cc2bcdc6dde860cdaf12187589e4e4dd5b609","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Webinar"]}} -{"id":"addr-2b9af7205de6b8d1d9d1e060c51fcccb376b3163","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Florence"]}} -{"id":"addr-2ba88d80d40aac1a103db133b807c19366408987","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Derry/Londonderry, Northern Ireland"]}} -{"id":"addr-2d842da4e8cf3dbd0304d45e6b874d5f0aa57edf","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Brussels, Berlaymont"]}} -{"id":"addr-2da56a5bb7a1a25243b3010bc63f90cd0fcb9cd4","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["BERL 10/390 Deutsche Sozialversicherung Europavertretung"]}} -{"id":"addr-2db8aef3c064c7a41a254ce466fca13dd78452ae","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["DG Agri Brussels"]}} -{"id":"addr-2dbc2fd2358e1ea1b7a6bc08ea647b9a337ac92d","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["online"]}} -{"id":"addr-2dc4487c374f7d0acba98c2fee0ef5a02ac68201","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Tuebingen"]}} -{"id":"addr-2dce283e0e268a42d62e34467db274c9c38c358f","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Amsterdam"]}} -{"id":"addr-2e470f6e3f8edfd90a9b15c19ce9ab88a5ba1045","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Brussels- video conference"]}} -{"id":"addr-2e67c16dbf88bf0f3ca360ce18e2c707355028c1","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Brusels, Belgium"]}} -{"id":"addr-2e6b78f91b55d1f10518bcb583566bf478d4e2d4","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Belgium - Brussel"]}} -{"id":"addr-2ead4f5a662635256e89ae8f5b2a97103ff35b22","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Brussels -video conference"]}} -{"id":"addr-2eb5d3b5d5bafbd0329beffa547939a5fa3646a2","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["video - conference"]}} -{"id":"addr-2ee778934a6eb812ae794d6e325718e83f369c38","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Toulouse, France"]}} -{"id":"addr-2ee8120a2a284c4bf09c81d4d7a2c3fbce854126","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Leiden"]}} -{"id":"addr-2f0a1e929f71a50f4773c900a5f7fdfdc16a276b","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Tallinn (Estonia)"]}} -{"id":"addr-2f0a504618f9ab517a7757b0056b65f9296ff2aa","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["video-confernece"]}} -{"id":"addr-2f19d6daff61aecf6f66c16ac71d861360f1c9c5","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Narva, Estonia"]}} -{"id":"addr-2f1e3c37d6abaf3525f110889541ff71a0acb161","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Epsoo, Finland"]}} -{"id":"addr-2f2e847bbc3ba352d231132e6fa3a6686dc2d7d7","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["AFEP and Cercle de l'industrie"]}} -{"id":"addr-2f488ffc82ccc67a1616e39fdfc537297f1646c5","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Hong Kong"]}} -{"id":"addr-2f79765dbeae7a91c2d515cac938f6d1a054130b","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["PARIS"]}} -{"id":"addr-2f999e5051d1299c5ffa450b8aef3b1ea3769d2e","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Vidéoconférence"]}} -{"id":"addr-2fd92735a83c5547b0ad49851107f93a63391184","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Nice, France"]}} -{"id":"addr-2fe5627687b370aee2a16df28d9d4e975369b86f","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Video conference call"]}} -{"id":"addr-303c00b3aeaa35148a9574a1e671f849a170d9cd","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["brussels- Belgium"]}} -{"id":"addr-3049446845f3df1fed9dbdf804b1afd0916b32a7","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Frankfurt a. M."]}} -{"id":"addr-30791410ef2321a57cf8351f65906a330c7a19cf","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Dublin (IE)"]}} -{"id":"addr-308a1347e4913e1c78d34a2128669d00d6f32eb9","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Vitual meeting"]}} -{"id":"addr-309d5f48acc73f558dd7595c05430a8485dd679d","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["slovenia"]}} -{"id":"addr-30cf007072a84e927de687b9c2a030fe23d36a1a","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["BERL 1/80"]}} -{"id":"addr-30e2cce02d7dba02643b591e5efa1b8b19ce8ae2","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Steigenberger Hotel Berlin"]}} -{"id":"addr-31035e91e375da16aee149809770710cd5a10949","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Augsburg"]}} -{"id":"addr-310ac2ec6fc78c5ef69d105b8548716cfe0e5538","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Davos Kloster"]}} -{"id":"addr-31165722489d83addc49c935a91002184e373153","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Katowice, Poland"]}} -{"id":"addr-31772244f819f3301e61b18ffaae09066ef93b23","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Riga - Radisson Blu Hotel Latvija"]}} -{"id":"addr-3224e2a80a9f4251c6b9950974405c9424979ccc","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Brussels, Ocean Room, European Climate Foundation, 23 Rue de la Science"]}} -{"id":"addr-3269a855992bf6a14736c4828879576474edeac2","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Online Event"]}} -{"id":"addr-32cb72cbce075b47225c27d9ce59c0dfd10d4402","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Freiburg"]}} -{"id":"addr-332e002fc3c61331d68aa9fc6d73ac1eecd27221","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Brussels, Belgum"]}} -{"id":"addr-33b150fb4a7d37072c716af3b3b13fb7dd27655a","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["restaurant Icônes"]}} -{"id":"addr-33bd2d1a8be5ca867aa9c0e8d89d1cd6a1a28684","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Brussels, Belgium."]}} -{"id":"addr-33e9ec364c077e5aa31f51de0370388a083430ca","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Brusses, Belgium"]}} -{"id":"addr-34950b13028a172978feee09b07604284a20a878","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["European Commission –Brussels (Berlaymont)"]}} -{"id":"addr-34f031fe3dca2a1adfe3cdeffd60fe1f84c724b8","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Video Conference - Brussels"]}} -{"id":"addr-350496e22976640badf2945b6700583dd4ba54ed","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Martin's Hotel, Bruxelles"]}} -{"id":"addr-350637aff090d1bc9b1cc72d8b75dfafd9385c72","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["BERL 8/26"]}} -{"id":"addr-3506d80fdd221776ff5249d631cab061fbdc2c83","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Hotel Amigo, Brussels"]}} -{"id":"addr-3540b84ff9dee1989415a1f20d2e4ef8a74c6c4b","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Virtual Conference"]}} -{"id":"addr-358b2110267b1efab1cc8cce160a1302a61abe1b","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Brussels, L86"]}} -{"id":"addr-35c925b4310197286ae66426a219a0942c39d25b","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Brussels, Berl 10/411"]}} -{"id":"addr-362489908e1d4b12fb5528fdefa8fd00e8c4e920","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Tokyo, Japan"]}} -{"id":"addr-363bb64e46464f5554302356d8bdedc4934c8f73","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["BERL 8/165"]}} -{"id":"addr-3685d7964ce1f2290b233daa22334bf1bc70c814","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Brussels (Skype meeting)"]}} -{"id":"addr-3691ed03e711c5956d0f986ae9a5f5f1a83839ea","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Frankfurt am Main, Germany"]}} -{"id":"addr-36ab4a38ab318a78ddc6d0be2b1a93b410457684","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Berlaymont office, Brussels"]}} -{"id":"addr-36af38c17d9bf0991ab14f4875d1cfd04298c34a","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Brussels - virtual via Webex"]}} -{"id":"addr-36f33652c556765a5dad2fc43dc3e05e5d5f1d8d","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Berlaymont - Brussels"]}} -{"id":"addr-374c9926c2dc637ba921359b424828218f960255","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Brussels BERL 8/168"]}} -{"id":"addr-37c43e0c10e2a2fb447c53cde1d253728a607703","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Brussels (VTC)"]}} -{"id":"addr-3864431b385526aec85aecbf5a237b8d43dc0e0b","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["San Francisco, US"]}} -{"id":"addr-38925bd1f7b30076919805d515f20ec4162277ab","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Btussels/Belgium"]}} -{"id":"addr-392a7bea227605d53832c1d04be4401272275ff8","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Brussel (VC)"]}} -{"id":"addr-39747108a8badf2782a84ef5e8b9fb1a4cafded9","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Brussels Phone call"]}} -{"id":"addr-39dc38e3c40cf024452c853d5ebb46e86bc81a9e","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Brussels MS Teams"]}} -{"id":"addr-3a01db47afc4f9fe8d79cb0191b8b1a5bdd12c61","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["on-line"]}} -{"id":"addr-3a1ce5a1b3bbc1b6ac881384e899979bcf3271b0","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Berl 8/158"]}} -{"id":"addr-3a31a880168a6c11580728908cbd9262aa3bde42","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["On-line"]}} -{"id":"addr-3a6bc2067c3b8e49f4b43f8217108c687d3df460","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["EBU Brussels Office"]}} -{"id":"addr-3a6bca931245f6b33b4f07c1f512c6339add817b","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Brussels- European Commission- Berlaymont"]}} -{"id":"addr-3a7a8412427602b6060cff55c54ff7daa93c4cd3","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Brussels/Berlaymont"]}} -{"id":"addr-3aa53b6d730731a53b7971a5def3048fd5a4c1e5","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Brussels/Online"]}} -{"id":"addr-3ae1ca252351d2bc20aeeab8c5d3e0f1e0122c14","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["BERL 8/275"]}} -{"id":"addr-3afbdeda01f3dac93a9dc841fdac57d9de27b869","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Brussels (WEBEX)"]}} -{"id":"addr-3b19b8ec8417ba7a217751b49c28efd0adc0e96d","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Prague, Czech republic"]}} -{"id":"addr-3b5a3f337fa85c7d6a2c8af212de26f241b6f7fe","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Online - Brussels"]}} -{"id":"addr-3bb9ec3ebb2db11feeead41da77a812a60d3ffc8","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["J-70 04/71"]}} -{"id":"addr-3c3fa5f92474ebac668808553fbab6d1c14aa243","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Brussels, BERL"]}} -{"id":"addr-3c46382cb3b2ac656d7ecf9955c186ea69bdd56f","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["ZOOM meeting"]}} -{"id":"addr-3c4bd4d0d0d1e076ce617723edd6a73afc9126ab","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["paris"]}} -{"id":"addr-3c4c22cdf46619b80dc2f093c11a9edb9af1e873","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Brussels, video conference"]}} -{"id":"addr-3c7edf6136be698a043ded2bf0dea39ba89bc199","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Brussels VC Interactio"]}} -{"id":"addr-3cea2b8634ec09fd18d03cf81627eb1a7eda8e4b","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Audio Conference"]}} -{"id":"addr-3cf7eaa17fe7ed3c25f25c6a29658d365eeae0d2","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Zaventem"]}} -{"id":"addr-3d2ffed7b43bcf0e49f8611e361aac5d1f947ee1","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Papenburg"]}} -{"id":"addr-3daeea13de3cc155f3c8956107e8c7e8d4a2d112","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Paris Mission"]}} -{"id":"addr-3dda147705651c3f5fd1f611d0bb0a1dc4d82fec","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Varna"]}} -{"id":"addr-3dddf7feb16bf399efe204acf0fee9106ad446eb","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["New York"]}} -{"id":"addr-3deceb60f10a17c6ea0770180cc92a5552a6ad30","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["BUSINESSEUROPE"]}} -{"id":"addr-3df0e559d4442f2fdef325c3ec34a20ca0d5f100","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Video Conferencing Brussels"]}} -{"id":"addr-3eaed18b47912f0e6a570cd0a587e76c4b1a0df0","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["BRUSSELS - BELGIUM"]}} -{"id":"addr-3eba0a8d222beef015cae771526e3a192d789ec4","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Estonia, Jõhvi"]}} -{"id":"addr-3ec99a58ff7cdd7bd25146f2706f5af9be982fec","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Brussels Video Meeting"]}} -{"id":"addr-3ed77ac534da4cda225106ed14d58672bda0412f","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Brussels (by video conference)"]}} -{"id":"addr-3ee5160f60cbb83468658c1f997c3b418d5e77e6","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Brussels, BERL 08/323"]}} -{"id":"addr-3f4fcac416728d5f75c492d583a69c3a06d01628","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Berlaymnt - Brussels"]}} -{"id":"addr-3f5b9148feed326ee884f55077714fe8b279be44","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Kuków, Poland"]}} -{"id":"addr-3f7c839db34cfeebcefe96d90a0e37e02c8e52c6","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Copenhagen"]}} -{"id":"addr-3fa2480054b5b1517ca17d9ee7691f3720fe3ab5","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Brussels - Virtual meeting"]}} -{"id":"addr-3ff625daa7b77b086fdbd69b0b1b1f1c4ce32b4b","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Delphi"]}} -{"id":"addr-4019de6edd67baaa9d479d88803801fda711329a","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Berlaymont, 10th floor/021"]}} -{"id":"addr-40877a5da0a9826a1b3413aa4f2a3ef96cdd63f2","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["BERL 10/152"]}} -{"id":"addr-40b93f6e1d8d05e4f9da2dc3b13eadf552f23c41","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Videoconférence"]}} -{"id":"addr-40d81254168a3cbedbcd3098bc18b9cfe477d198","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Phone call with Ms Helle Thorning-Schmidt"]}} -{"id":"addr-4135f7c24ca369ee438dbefa889203e4b66a34fe","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Brackenheim-Hausen"]}} -{"id":"addr-41580ca9c7d66a446e58dc9b89b70eaf528caff7","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Mountain View California"]}} -{"id":"addr-41693ee4f5b690e131795c28952491dfbe6c39c7","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Turku, Finland"]}} -{"id":"addr-426e6ac9fa5f9ebca6adb3cb8d7375333aa5b2f8","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Brussels, BERL 08/318"]}} -{"id":"addr-42876f2feef55bc16c59ef519cc3897512868a71","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Phona cell"]}} -{"id":"addr-4290c0f9c2f2c49f419c45118ce331588411a55a","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Saint Julian's, Malta"]}} -{"id":"addr-4375f37dda8f651a8e682ff28aa9e148454e2cff","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Davos Switzerland"]}} -{"id":"addr-438957740d3d543d8a3f0edbcf98538e39191a4a","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Betzdorf"]}} -{"id":"addr-438a3faba4ce9be9819a7628ebf772e4ca3fe6da","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Lyon"]}} -{"id":"addr-439e157462bfc8d52c41c21c86491d3d268286d2","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Ljubljana,Slovenia"]}} -{"id":"addr-43bd64dfb0cb6c1c2283aed7e96fd10f121978c2","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Kiel"]}} -{"id":"addr-43e0f984a69d90dc3c91f7031866285fa2db2139","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Rue Parnasse - Bruxelles"]}} -{"id":"addr-43e6e612b3a6d52dd49dd3fa2210b69e7eef320e","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Berlaymont 10/072"]}} -{"id":"addr-44000a1136866c0eb42de846ff510978df198235","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Brussels- European Commission"]}} -{"id":"addr-441234fc4a09136e9cb827fff14342cba7ac80bd","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Brussels, BERL Building"]}} -{"id":"addr-44185183e311d13ee61e8572866e8cd30d8161dd","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Brussels (videocnference)"]}} -{"id":"addr-45060d03d8c743a72d87c0686ec1b421bf5e8659","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Brussels - L-15"]}} -{"id":"addr-45087614a913d81becb706e8469c1cd56b027e7f","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Berlin, Germany"]}} -{"id":"addr-4544d9eac8724b5ed6d17fc027b128342efc4116","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Brussels, Beigium"]}} -{"id":"addr-45b959065a6c6a6a2f6095466014939626274394","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["video confenrence (Brussels)"]}} -{"id":"addr-45d6ff679b095176afc5c10570d2bebf2aa7220d","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["VIDEO CONFERENCE"]}} -{"id":"addr-45e0a96fdcf3af2611be421ed6c310928d98159d","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Berlaymont, bruxelles"]}} -{"id":"addr-460bdc8b4b1f55e749c951f8c5b4c42ccec62b3f","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["iRELAND"]}} -{"id":"addr-4611e6784da5e4097c2b6fa2bc5e51eb9a0577bd","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Video-conferencing"]}} -{"id":"addr-461b7d6990afe146ca8bef17d008132c70a32960","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Brussels, BERL 089/318"]}} -{"id":"addr-461e1e892f0c482e21523e45368c4331d84fbeef","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["video meeting"]}} -{"id":"addr-46293836569b3968f4c1d59e3387eb6742658281","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["teams"]}} -{"id":"addr-4635eb2ca271afc5a409f9541f8e5b11a31d7be0","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Videolink (Brussels)"]}} -{"id":"addr-46652a495caaea1abbc4a1a2eccd2373720815d2","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Helmond"]}} -{"id":"addr-469a68ac5f313e3abe1d836b23af528590c8bceb","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Brussles (online)"]}} -{"id":"addr-46af421c1cdca51e066852196d1147851e4fabaa","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Wideoconference"]}} -{"id":"addr-47761c2d9943f0dbdde17c976ec533c02ae68936","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Brussells"]}} -{"id":"addr-47fd178c748603ada089a2082bb034c8506dcfa7","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Marburg Germany"]}} -{"id":"addr-4832dfadc465a479b34665c527666eb010887f83","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["VP`s office 10/041"]}} -{"id":"addr-484cb3a011ecddb82a0dc8e1f8c13b5d85b21be4","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["skype"]}} -{"id":"addr-487e897e1a440a230421db929863b7200377930c","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Markgröningen/Germany"]}} -{"id":"addr-4899c8d077a61175e74a7716b29d7d92bd63a61e","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Altenberge"]}} -{"id":"addr-4902a456caa9a4eab463ce526c9df0f6180be184","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Greece"]}} -{"id":"addr-491b1b27ac24b30f9d74d17ba763761c572b19cb","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["WHS Istanbul"]}} -{"id":"addr-495c5d71bf5798cd513a2c9cf78d9f34c1283fff","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Bordeaux, France"]}} -{"id":"addr-49b33c00c2aad1d49c4921cd022004182dac9a18","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["European parliament"]}} -{"id":"addr-49cae8ddecd80d2fd01e0a0ed1d65e3f14a6c7b6","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["European Commission Brussels"]}} -{"id":"addr-49dab957cc6ceef7dfb2b3eefc0f4fd9e613e0e6","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["VTC Brussels"]}} -{"id":"addr-49e688044cb1915553af2bdb8a5e91c0d3fee97f","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["European Parliament - Brussels"]}} -{"id":"addr-4a260fcbdf035aeae48bfb811f1225b05f636185","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Video conferencing"]}} -{"id":"addr-4a294350e242d423e796bbd2bbe38111b00101f6","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Berlaymont 12/383"]}} -{"id":"addr-4a9c36ee9a3269affcf307bbf772f88d71ff64c5","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["WeBex Meeting"]}} -{"id":"addr-4ac76738c38bf8453e352e36610516d3b358f70e","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Brussels VC"]}} -{"id":"addr-4b09ad8531a3e7ce517229675f9aa2f78cac0d2d","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["BERL 10/41"]}} -{"id":"addr-4b1167e976c7a8fa9877f827003a99311b800b2c","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Budapest"]}} -{"id":"addr-4b20c60cbed91c52bb56613870c84a7e8fb11240","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Videocall"]}} -{"id":"addr-4b591c6aa2d0556305c2d15987c48d32c33f9ca9","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Webex"]}} -{"id":"addr-4ba1e1599877c6d16e61261a451fe0a8667c9ccf","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Concert Noble, Rue d'Arlon 82, 1000 Brussels"]}} -{"id":"addr-4bb3355c4dd7121ff74decf748c2f1aaf04a6b2c","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Brussels, virtual meeting"]}} -{"id":"addr-4bb73f4817cac7549995b34436d424f8d8b0f1b0","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Munich"]}} -{"id":"addr-4c1ab42f2d67a167e7e42a844fe060e6aeea37ad","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["BRUSSELS, BELGIUM"]}} -{"id":"addr-4c41deccd75feac9b1ee6d6ea3e25bfef6950b19","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Port Moresby, PNG"]}} -{"id":"addr-4c451acf7603c7d37985c39b133b857b18b5fe02","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Athens (EL)"]}} -{"id":"addr-4c57f0c88d9844630327623633ce269cf826ab99","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["London"]}} -{"id":"addr-4c7cfc1b30c15af4c3605d02e4fcd38fe31be833","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Brussels - Webex"]}} -{"id":"addr-4c8363afbce75d6b821d75736874f2778a861f66","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["New Delhi, India"]}} -{"id":"addr-4d171d4dc2b4721f5a5e4af6be75aa1704803e0c","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["viedo-call"]}} -{"id":"addr-4d3a4b588c049b3ad37cee453cfa4e8a59bbb199","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Video Conference."]}} -{"id":"addr-4dd2370fb0cb37c55e92bac488c3524e110903cb","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Energy Union and Climate change"]}} -{"id":"addr-4dd95af4087ddb0ead3971311ad7a79e9710230c","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Berlin Germany"]}} -{"id":"addr-4ded08335260cee60194d720f89c35e8b03ae096","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["BERL, Berlaymont"]}} -{"id":"addr-4e022e7ec0c6f65223de7891c0beeb2edb0ba1ef","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Stuggart"]}} -{"id":"addr-4e1729d9a9fb5048140b781cf43b0ad9f952a001","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Prague, Czech Republic"]}} -{"id":"addr-4e623bc36228dcb60990bed81605894420010adf","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Brussels/ Online"]}} -{"id":"addr-4e70ddf45e81f0631950978c4aa49a218756a3f4","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Brussels (Berlaymont)"]}} -{"id":"addr-4e796bdb588cdb169bcab3954743585446922efb","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Paris, FRA"]}} -{"id":"addr-4e88cd00faea9493053a60a3a9d303a5eb02028a","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Brussels - Commissioner's office"]}} -{"id":"addr-4ef1e09d8a7e25d768d66bef3b692bee216f2461","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["BERL 13/244"]}} -{"id":"addr-4f04e0596c11b858c11628759cd322d86f0acc1b","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Rue Froissart"]}} -{"id":"addr-4f343d650b66602c3c5502d81f7dda491db2841e","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Brussels / Berlaymont"]}} -{"id":"addr-4f4da1413b48b357643ef2e7c79c85642b8b446d","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["virtual (call)"]}} -{"id":"addr-4f7dbf0d39a3ab7dd206aaedfb927e2a177eb3e3","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["videophone call"]}} -{"id":"addr-4feb9e13c6c70721ea691d2b2b370749b64a035c","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Brussels (video confernece)"]}} -{"id":"addr-5038fbed1ceeb069f9b49e49d70c7448e7e57d77","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["virtually"]}} -{"id":"addr-503e6ae26b86a919d607047ddbf9f5d759a1f0ae","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["virtual meeting via videoconference"]}} -{"id":"addr-503f4794e483acbce8e2c42812ac35d426a412d9","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Helsinki, Finland"]}} -{"id":"addr-5076721c4060feeb69bd2c3dd9bdce115d5c62f3","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Luxembourg"]}} -{"id":"addr-50ada406840388ddd4cc8a7c80dbda6fb1af0a34","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Elsenborn"]}} -{"id":"addr-51295ed992d834cb0d064829df01e38a60e7e25a","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Office of Mr Tomasz Husak"]}} -{"id":"addr-51309dd0694544338eaadfdc19065bd947fb18bf","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["BERL 09/374"]}} -{"id":"addr-513bd450664597b6de7ce965a8e7693bee43a5a6","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["WebEx from Brussels, Belgium"]}} -{"id":"addr-514b95dd1012e41f595670659292da9e74b5fac3","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["TEN-T Days, Rotterdam"]}} -{"id":"addr-51983dd7788e8a9d5d2441c84828f28125e1fa2e","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Video Conference Brussels"]}} -{"id":"addr-51ebbe78d9e187e0f2b5f800bff7aed9bbf81772","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Brussels - conferencecall"]}} -{"id":"addr-51f5a2f6fcff058db310886dd5b7a3c5b9234d29","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Brussels, BELGIUM"]}} -{"id":"addr-520a0976b5ef8a559767e69e493ec2fc2c0c4b31","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Kiev"]}} -{"id":"addr-52814e9946da2bbf091faad3af0dc2dc25e477ca","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Helsinki, Finnland"]}} -{"id":"addr-5374271626647a743913c08456369f2dc434e666","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["BREY 14/110"]}} -{"id":"addr-53800a8b0881a6080dcfd04f5d53fa6c9a237ac9","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["visioconférence"]}} -{"id":"addr-5380bcebfb8a22dd30d3999731c61981051f0632","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Milan"]}} -{"id":"addr-53973e913171094a9a8f564c2136e7c81da742ab","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Conference-call"]}} -{"id":"addr-53c5dea22694ec6ec11777f0c43758c4407d3cad","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Brno, Czech republic"]}} -{"id":"addr-54e63e71413c0e3e97d7bff5666df91904ace402","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Berl"]}} -{"id":"addr-54f8cde2b1bdce8690f62a2f2d196b66b10292fb","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Conference Brussels"]}} -{"id":"addr-55438771abf3a28d7fff977a5b5c5a72b1ccff7e","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Windsor, Berkshire"]}} -{"id":"addr-55487c5bd533443597014eb6013da832e8933cb7","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Brussels-Berlaymont, Cabinet of Vice-President"]}} -{"id":"addr-5549ead699c87928f015da1f56c6adc926a09c78","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Italy, Rome"]}} -{"id":"addr-55e20c994e06d4cd2622d8da79fee26f1b0c623b","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Bilbao"]}} -{"id":"addr-5605edc1c2133cd572328e3ef674f2e2e9fef626","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Wesseling, Germany"]}} -{"id":"addr-56139c7be4e47bf6e1e7994a4dc702c3c05c0e53","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["VIRTUAL MEETING"]}} -{"id":"addr-566c9a609741006f693c3f8df50a206c217bf598","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Dresden"]}} -{"id":"addr-567800805caaecc9a1cc234784ca511f32c6212b","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Berl 8th floor"]}} -{"id":"addr-56d8e8ac13afed46009c463be9a525347fdc98a9","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["BREY - brussels"]}} -{"id":"addr-56fd6fa63ced05ce6445b4c2a60f4158faac5870","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Video Confercing"]}} -{"id":"addr-5716569e061e0437fc9263d7723da51fcaef13a9","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Vipava/Ajdovscina"]}} -{"id":"addr-579206b4393333b0e721b8393c9e7bae5e424f57","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["BERL 9/412"]}} -{"id":"addr-57e2e2e0fa9a9f919c22455d15c9e42d1182d8bb","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Tartu"]}} -{"id":"addr-58062afc130eaa66210cf30ad8aa8a12e2ec1336","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Ljulbjana (Slovenia)"]}} -{"id":"addr-580de939541844d50b0934a8c43a217424324597","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Teams meeting"]}} -{"id":"addr-582627ac77f3f73484d34689f92f6a1c24c135c6","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Paris, in the margins of Eurofi event"]}} -{"id":"addr-588785fa090f464bec525e9d464925587e739da9","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Berl 8/97"]}} -{"id":"addr-5903d23cff7b4fa30743f669b3e49cf7a5136669","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Schwarzenberg, Austrai"]}} -{"id":"addr-593905b31972f6ffe58325abf98595caf4ebf458","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Austria"]}} -{"id":"addr-59bccba4846d4090c115d6cb68e0e00c0c197a8a","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Dollenberg"]}} -{"id":"addr-59e9e36d81f6665784620e1929908a6afdf31bd8","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Brussels (Skype call)"]}} -{"id":"addr-59f054fa5a2164fb3ae235dd40b71eea61fc005f","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Seoul"]}} -{"id":"addr-5a6f9e0c6aa040e4c5cedf050bd9366a37294da1","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Aix-en-Provence"]}} -{"id":"addr-5a9c6c9da8a7eb84295e7b67dd624a248a2b4c98","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["berlaymond"]}} -{"id":"addr-5a9df2cffcc23d81377f1f4543edf2efc8141f52","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Online event"]}} -{"id":"addr-5ab81b1ac29d5060596c105157f48327b80dbe49","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["BERL 13/173"]}} -{"id":"addr-5b2fbd0d968f4666937afc1686c0535f96c71f49","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["EC"]}} -{"id":"addr-5b576b77fa9ef4747ee0d72a0a2dc1ed111d0919","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Galway, Ireland"]}} -{"id":"addr-5b89848910beb6aa111df14e65b65d35cc88444a","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Brussels - EC premises"]}} -{"id":"addr-5bd9be779cabee0fcf5824939df5f8d171e60406","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Zagreb"]}} -{"id":"addr-5be1d7bf4450167268db3eb516578c9a5cf0d920","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Tour & Taxis - Brussels"]}} -{"id":"addr-5bfb93d6c13657e2acd6f1fb99be6644e862b26d","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["BERL 8/36"]}} -{"id":"addr-5c2173ecf6418a9be32697575b99f257c65e80ce","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Cairo, Egypt"]}} -{"id":"addr-5c576901fa336deffd038d813380287b9735568c","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["European Commission - Berl"]}} -{"id":"addr-5c736ed8fd95d8210b1b63d58be70ea95eeaccba","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Belgique, Brussels"]}} -{"id":"addr-5c8dd8f1295e803c3bb8eb453ae70aad71be90eb","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Representation North Rhine Westfalia, Rue Montoyer 47, Brussels"]}} -{"id":"addr-5cb4c9d828175ed3931ec52305b32f47173a8e04","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Belgium"]}} -{"id":"addr-5d22fa4576caf0ff0619d8a6d0a88b5ec51a049e","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Video-conference - via Webex"]}} -{"id":"addr-5d441bd1b9302b8f130f2f9a52106a22f0609905","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["EAC premises"]}} -{"id":"addr-5d56ca91d831547e8db25330ef110fc738ec6734","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["BERL 08/034"]}} -{"id":"addr-5d5d1984584d920f00b633efe45299fd7adff717","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Berlaymont-Cabinet Vice-President Ansip"]}} -{"id":"addr-5daa34d3bf32506ad956e593da7808ec5977e888","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["virtuel"]}} -{"id":"addr-5dd22b57a9d6f7be6f130d619b6be6e2434c4ab3","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["videoconference (Brussels)"]}} -{"id":"addr-5e7ff51a9505ea041d8b3b105dbe0c2f9ef67d57","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Tele conference"]}} -{"id":"addr-5ec8232eb3d4bfc37c2931858b7b9086348e782c","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Videoconference meeting"]}} -{"id":"addr-5eea8addd2ad4184a145f92606dd2b7a0a2e86b9","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Philanthropy House, Rue Royale 94, 1000 Brussels, Belgium"]}} -{"id":"addr-5f2f057ffad7d48bb55031c0156c4efad895181e","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Brussels Belguim"]}} -{"id":"addr-5fa2c339897d0fb8203e3fa45d75f45fc680f461","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["BERL, Bruxelles"]}} -{"id":"addr-5fbc6fbb6aebf33489e7dd1572a0f0601f297aa2","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Bucharest, Romania"]}} -{"id":"addr-5fe4dd429e7ca82543f447d5b6e37edc0b0211f3","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["VIRTUAL"]}} -{"id":"addr-5ff03b7273b1808e5ba852e230991bbf07da703c","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Poland"]}} -{"id":"addr-602b84d20551ae383188d5c6f438b40cc5222ca3","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Milan, Italy"]}} -{"id":"addr-603c6066083042635db4e326b8c4cf96d64a8b20","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["virtual conference"]}} -{"id":"addr-6041fa512dde6f25133dfd7d4cf55cfcd57e446f","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Sillicon Valley"]}} -{"id":"addr-60ad4955bf603de2abf20463b27d54c60eefc7ff","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Phone call - Brussels"]}} -{"id":"addr-613317ccdf0c2bce8cb9f90df551697cd890eda7","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["video conferencing"]}} -{"id":"addr-61472315bb6055a97ca8b80e689b7bb144a63c7a","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["WebEx meeting"]}} -{"id":"addr-61947d7d2c69c0b8f57325bd044f500c5fc6df48","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Brussels Belgium"]}} -{"id":"addr-61961e4d4499695535b2ef2d0db482b777617285","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Ancient Olympia, Greece"]}} -{"id":"addr-61ad7d4d79840f4d9641295b4776f2a0164b68ff","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Representation of the State of North Rhine-Westphalia to the European Union, Rue Montoyer 47, 1000 Brussels"]}} -{"id":"addr-6250908746339c41c6a8a70f691bcc10df926992","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Zwolle - Netherlands"]}} -{"id":"addr-6251ac3b29ec46fa93fb704d097b3970b9fa3393","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Virutal"]}} -{"id":"addr-62f113eab5bd4ed28225207dd22e4c8a8e61a751","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Sharm el Sheikh"]}} -{"id":"addr-62ff8a238a97c72453d6fc3e5cd26a143cd991e7","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Brussel"]}} -{"id":"addr-634a3cf3e5f06895d1f6f2ca0cb2c395bca13b01","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Bruessels"]}} -{"id":"addr-638e5eb0a6035925eda440cd6ce72565e8614c71","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Brussels-Webex"]}} -{"id":"addr-639327d89fe54fa62fbc7f80ffed3c598ed5a17f","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["videoconferencing"]}} -{"id":"addr-63ba6aad8785d18a1c825fd224b0bedf54647279","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Brussels (virtual meeting)"]}} -{"id":"addr-6424ec2e2d9302a4a2085f929b2f86f2d1983408","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Brussels (virtual via Zoom)"]}} -{"id":"addr-6432537fd828a7c86ea6e95d27d1db9662c65f7f","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Steigenberger Hotel, Brussels"]}} -{"id":"addr-6459e854a241df9e76dedb7ba962de52772c33b2","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Valencia"]}} -{"id":"addr-647e0921db071ff52400c18b4a1ef1e6fb97913b","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["On-line meeting"]}} -{"id":"addr-6489cabeb32f42c98d05cee7bf380ded5abce55e","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Brussels, skype meeting"]}} -{"id":"addr-649adee67ab75d4e015cdb203873b62794847c81","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Phone-call"]}} -{"id":"addr-64a16da6a29d75f792e3784884ec4696fd4f2fa7","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Berlaymont, Room 11/062"]}} -{"id":"addr-64bdc7cbaf7417ff03a7486ec678e4ee3b640697","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Belgium-Brussels -Palais des Academies, Rue Ducale 1"]}} -{"id":"addr-65d42da002d50359cce233cc751d3178cafb3fa7","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["hybrid meeting"]}} -{"id":"addr-65ee0f67be8c76ad7c718dac1c8c9ae7ed338f2b","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["BusinessEurope headquarters"]}} -{"id":"addr-662a1e7332583d7bcac148bc20d58e1984011d5e","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Brussles, Belguim"]}} -{"id":"addr-6646ebf229b470b7f87ad61d19e7161e9c1db61a","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Kraków"]}} -{"id":"addr-6655fcfadca4adff9933c07842161c65f993c9bd","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Bucharest"]}} -{"id":"addr-66829a57dbaae06f389dadc43f39540e8693c821","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Washington, D.C."]}} -{"id":"addr-66b08b9ed5e66d3dab908fb5997a8255a73ed7c8","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Luxemburg, LU"]}} -{"id":"addr-6713939037100e5cae80b2bc88e9108efdc4edda","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Brussels - Zoom meeting"]}} -{"id":"addr-67294e3f9accb2bf91e8b49296b7faec501a562d","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["EAPN, Boulevard Bischoffscheim 11, 1000 Brussels"]}} -{"id":"addr-675c8931e83ae01937e9c611990ffc337fc30893","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["EC Brussels"]}} -{"id":"addr-677178d44ce6351676ffef2ba7759d11d234be3c","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Silken Berlaymont Hotel"]}} -{"id":"addr-679d4d4ab912f0c98fb909b3975d13a9d1274ca8","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Brussels, Begium"]}} -{"id":"addr-67b35f072a2659ae9c59d7047f4ac38800bffec6","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Pärnu, Estonia"]}} -{"id":"addr-67c428cd1d3669990406f7d12a2f00dfeb4933aa","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Brussels, Berlyamont"]}} -{"id":"addr-67fcd4d4ca81c636d0733a3afaaa0aa5da60b996","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Berl 8/137"]}} -{"id":"addr-6823d976acfac6b2bf0ec9f01fcc3a858c22a95d","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Breussels"]}} -{"id":"addr-68287fb4879e71af7dd5fcbb778625ef3ebb3d9b","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["virtual phone call"]}} -{"id":"addr-6836d46e621825e784d0a3d41f2a4fff5da2d4c1","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Bryssels, Belgium"]}} -{"id":"addr-686c91321c4ca33d4c7be355145bb3f54477fb5a","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["BERLAYMONT"]}} -{"id":"addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Brussels, Belgium"]}} -{"id":"addr-690ac1ca5c9285f87a6689eff1ce34100e7fe361","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["London (UK)"]}} -{"id":"addr-69688a0c26010aa0ceb2f6d71ec2c713bc267e7e","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["European Commission: Berlaymont"]}} -{"id":"addr-696a1250734cc0b1a022863c580bed21865b0632","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Mission to Seoul"]}} -{"id":"addr-698f6f1c8c7c40f7e8bef5d99a79ab5ec7f41e14","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Brussesl"]}} -{"id":"addr-6a073cb5f40659cdadea9f99cd4af4fd631dabcf","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Videoconferencing"]}} -{"id":"addr-6ac83dac8defa67605de2c8f5b1cfcbd276040ec","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Delhi, India"]}} -{"id":"addr-6b15162c3ec7ce04eea9bb41a93e3743a534dac0","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Cascais, Portugal"]}} -{"id":"addr-6b4a9a343859945bb1dbf114f1e9bf657268a140","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["brussels - lunch with Christine Bosse"]}} -{"id":"addr-6ba4dcbe876dc237f95eba4e22ea9b76a122aec0","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["virutal"]}} -{"id":"addr-6bd77ec97d7ee99db61969c0f79e35ed6814f212","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Brussels, Permanent Representation of Hessen"]}} -{"id":"addr-6c064b90622987f3ff2c1ad2f5c88b6868e450b6","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Dubai, United Arab Emirates"]}} -{"id":"addr-6c1083bc9ebd6385b11243edd08d3c2cc29c9783","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Brussles Belgium"]}} -{"id":"addr-6c7c3cee4e363baaf8072719487085947c5f8585","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Menlo Park, California"]}} -{"id":"addr-6c911b97aae67b112e780976112e92cabdfa5157","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Kecskemét"]}} -{"id":"addr-6cded9982e68e4b695f06c479726e77262572bfd","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Washington DC, USA"]}} -{"id":"addr-6d038acbf547367ca551ea1100c7319081c72741","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Webconference"]}} -{"id":"addr-6d0cfd227a837c593f6bd7465eb3dd95c54b5a22","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["VIDEO CONFERENCING"]}} -{"id":"addr-6d68b4f3c7336ea39391a857e56d04eb58cc6933","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["CBI Brussels"]}} -{"id":"addr-6d7db197e23b830c7b2fdf4b4205be5f85bca021","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["video confrence"]}} -{"id":"addr-6db16310283ce6f9877a70715385aa4e77de07eb","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Vodeo call"]}} -{"id":"addr-6dc12e3c97077db82f32184f24341ce370a445fd","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["video conference"]}} -{"id":"addr-6de73e1aafa17a704a5a68524d1290e6e09ef8cc","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Seattle US"]}} -{"id":"addr-6e30d2ee1a57e75ab6e6921111cc2f308e30fcfb","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Valparaiso, Chile"]}} -{"id":"addr-6e53487aa355f3f55875ec6f549b099fe15cc937","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Brussels EC Off BERL 09/374"]}} -{"id":"addr-6e6a650eb5bca8ce274fe82f42dee431c836fd2b","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["stockholm, Sweden"]}} -{"id":"addr-6e6a6f2086bb5fe5dbfd17d8d5f502d48759834b","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Other"]}} -{"id":"addr-6e9b931fa3add11a5083c66abe73444735c1c1ff","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Tirana"]}} -{"id":"addr-6eb8992175af5c6cc207c62212d0dde5bea1ff5c","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Meet and Meat"]}} -{"id":"addr-6ed5bdd70e220bb7034eaa6c9c5933d6edc9cad2","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Brussels and virtual"]}} -{"id":"addr-6f49c31192f5681e1053a1d699956998c5d7e97d","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Saudi Arabia"]}} -{"id":"addr-6f692586db550eb33c2e83ff162e1707218f024c","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Videofongerence"]}} -{"id":"addr-6f8799f9a814f32639c94b85dc39f02d1272c3a1","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Bologna (Italy)"]}} -{"id":"addr-6fc21af5646251688bddf36e839b567a52c421c4","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Video message (Brussels)"]}} -{"id":"addr-6fc42e14814e0ed187d403ac0bbaaef624571098","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Estonia, Pärnu"]}} -{"id":"addr-6fc84c0ea3351b1e25c51808f0162f95ce43cfad","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["strasbourg"]}} -{"id":"addr-6fccfc6b1f31936145f454dfba12368e0857706e","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Washington D.C., USA"]}} -{"id":"addr-70018637adfdab95c914463b528dd87f9a195739","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["virtual + Brussels"]}} -{"id":"addr-706f6339e835d0512d5d873d62a3e08aba143f49","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Warsaw"]}} -{"id":"addr-708b2750b887332801479c1dbd6b937ea0c61c9b","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Stanhope Hotel, Rue de Commerce, Brussels"]}} -{"id":"addr-70922fa51402b7c18127a594c83bed722fbbc3be","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Grodno"]}} -{"id":"addr-709f252301eff3b2e6289374e58693108c01206d","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Carcassone, France"]}} -{"id":"addr-70f62c8f8a608aa71e57d3cb6c55b5517fc498f6","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Hybrid (online and BERL)"]}} -{"id":"addr-71165886b5b859803ef0f334d81a8313e3845a34","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["San Francisco - US"]}} -{"id":"addr-7141d151711ec9f5c1a412229f6213dfa16e0c25","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Beijing"]}} -{"id":"addr-71612135c8249600e77671ac247f308ec0b127d9","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Frankfurt, Germany"]}} -{"id":"addr-7171eee359bbc99480b1fc347bdf75ffe0689c94","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Sempeter pri Gorici"]}} -{"id":"addr-726b6e3227aada58f3ffc93a679a33dda0c0469c","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Brussels/Videoconference"]}} -{"id":"addr-7276ec71205fc53d56bb101a3202566867d4a890","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["videoconference call"]}} -{"id":"addr-72af4c87c538932b684a4ea55682e350d0da9451","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Atlanta"]}} -{"id":"addr-72b1774499d4bad8da4ad20a987da42e2a21f164","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Heidelberg"]}} -{"id":"addr-72c04700d8489d7ba40c4ad5f8595a9aefba3741","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Brussels, BERL 08/304"]}} -{"id":"addr-72c440a28ed882e3cdb65258e8df57b333f11a29","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Hoboken, Antwerp"]}} -{"id":"addr-73024c374edadd20825f64dd72c7539a62a114ca","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Sharjah, UAE"]}} -{"id":"addr-7330217eb62fb5913d703fc65a2595b33817c947","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Bruxelles / BRE2"]}} -{"id":"addr-7366b052c0c5b144e2fee1599ea1f191c48193e3","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Brussels Virtual"]}} -{"id":"addr-736cd24f80718d440733a7f213d8d22160de4d25","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Washington DC"]}} -{"id":"addr-73a098820fcbc1cabdbf03af0a721c47635eab05","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Leuven"]}} -{"id":"addr-73a6a6e16742cf5f926a5071ef1160c0f8e599cd","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["BERL 08/141"]}} -{"id":"addr-73ecdfb58fa6c4a3ad40b7d91c6325977c9a787a","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Berlaymont - Brussels - Belgium"]}} -{"id":"addr-74165a7896bd0f5c37f59d155b6e27a5fe7fe907","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Rotterdam, the Netherlands"]}} -{"id":"addr-7475d517652134f07b4c7b179f8f9fd65f413f51","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Bruseels"]}} -{"id":"addr-7483cc4dfd25c64e49fd70761ea964febe5697fe","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["video recording(online)"]}} -{"id":"addr-74b8689fa72ab812eabdfbd3da893e83e6c4907b","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Gent, Belgium"]}} -{"id":"addr-74e1ac6aca3f97a0717ee41f516e21e552b951c0","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Berl 8/155"]}} -{"id":"addr-74ff725d36eebe6434f00028396f4d18d5f25d04","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["BERL - Bruxelles"]}} -{"id":"addr-758e0df2cde2954c65829147799b6383456f1e21","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Brussels (virtual)"]}} -{"id":"addr-75ae616dfdab325c684940e03cae0925f7076007","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["SC11 9/12"]}} -{"id":"addr-75c0950d6a97528a5e0545e6bc2a606a45596456","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Davos (Switzerland)"]}} -{"id":"addr-760871c7bec2444c63e3f5a7be0f200c4c8216eb","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Videoconfernce"]}} -{"id":"addr-762c8fa75bd2c25da794aec458b3be5c95e260a5","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Radisson EU"]}} -{"id":"addr-762dc9b5648e05f3894b6f2597baa8254e5414db","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Video meeting"]}} -{"id":"addr-7658787204cbba0e6d283975a3f91fad3f917a5b","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["EC Representation, Tallinn"]}} -{"id":"addr-76a1120c23e403cd4843f4c60ffc591a79e14f1a","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Brüssel"]}} -{"id":"addr-77064d5265236e0ac252f3fc4a5ba7b274b6a583","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Phone"]}} -{"id":"addr-7770d04c7bfb791e7c95959f12d6797bee87a8d8","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["UK"]}} -{"id":"addr-77a82fbe668f2d68d53f3affbe91352ccf531bc7","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Davos - Kolsters"]}} -{"id":"addr-77ba9394d1c68ef8df41d06b3b97280d46b2ba0c","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Brussels, Belgium phone"]}} -{"id":"addr-77dcd849e550afec3c83d38fcc8cbc72c058f4db","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Switzerland"]}} -{"id":"addr-781168d389fe0a348984e596b91c97c13dd329fd","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Skype meeting"]}} -{"id":"addr-781d9efc2588c9d1f90d1cb8c85fc99e1bd9ab56","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Brussels / Online"]}} -{"id":"addr-78351f39d0a346fa2cfbfd9852d0c16232f61c76","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Evian, France"]}} -{"id":"addr-788156fdeffdb5bc8b454bd5548be4c66bf686d2","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["video conference - Brussels"]}} -{"id":"addr-78a6e28470962ac845d4e4c3c93a0c2aef367f8a","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Virtual Confernce"]}} -{"id":"addr-78da7298e38d0def830ef11df14f16075c32c2b7","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Brussels - Belgium - Virtual meeting"]}} -{"id":"addr-794e9c79e1b5e906196717a8cad36c157103cb96","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["bRUSSELS"]}} -{"id":"addr-798f1bd909c51799be0ff88e9a2bbab6ad609a5f","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Brusselse"]}} -{"id":"addr-7992dd464989e1ef41cb22ec804054aa5368b1e7","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Berl 10/021"]}} -{"id":"addr-79d0f25c8a99ad3be76a87ddb7ba754da671213f","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["European Commission - BERL"]}} -{"id":"addr-79e0b819e7ba1f0a02c99b5c8dbae421c7f2c880","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Brussels- call"]}} -{"id":"addr-79f9a424a63e9c7afc1399bcc6377b14a345e6cc","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["video confererence"]}} -{"id":"addr-7a2191964a3d7521269f0068afae6b6116bac15d","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Madrid"]}} -{"id":"addr-7a5f544ea222fc02464543d7a76a200dca42fd56","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Videoconference (Brussels)"]}} -{"id":"addr-7a7ab1034ef0b71e62ebf9a322dc5d9528505976","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Brussels (VC)"]}} -{"id":"addr-7a7afb65ba0c1381e0f5c570b2afede49f86d0cb","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Rencontre virtuelle"]}} -{"id":"addr-7a7b48a224a78dfd7d1b61d4cf3c8ca064c2d453","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Sassenheim"]}} -{"id":"addr-7adf3e8f3618479112a205e871f585108c6294f5","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Telephone call"]}} -{"id":"addr-7b0740e30fcc7f93fac91deb92083ae6f4ab0c87","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Waldkirch"]}} -{"id":"addr-7bec951fdb5ba2a4861038cf9b120c39fafe3941","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Silicon Valley, USA"]}} -{"id":"addr-7bf6887993847be7d951fc0746e5ddf85e182596","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["The Hague, Netherlands"]}} -{"id":"addr-7c1b26e44ab70d96ba91c846e29d94b44d955c77","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Tilburg, the Netherlands"]}} -{"id":"addr-7c1c4c0273f3262f1324e10718853b4d78ce2630","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["WEBEX"]}} -{"id":"addr-7c4c49456eb5698dbcc23dab8a569f5f471aec7a","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["BERL 8/159"]}} -{"id":"addr-7c848cc9ac1d644ebc1106e5100296786d728b24","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["BERL2/320"]}} -{"id":"addr-7cc57744b38d4c14b20c98cd47e1f6f2aaea84b6","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Brussels, Beligum"]}} -{"id":"addr-7d6526202860d53b57560fec59b7d0bfe62df736","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["BERL 11/400"]}} -{"id":"addr-7da8fa042bb767dcb5d49808c3d4aa4d4b635752","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["BXL Berlaymont"]}} -{"id":"addr-7e0c138de3e1bccdbd499cc9583bd7cb2e5b3125","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Tianjin, China"]}} -{"id":"addr-7e492172e79566f8c3ec7a48f1c1f8a97d59b782","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Berl 10/411"]}} -{"id":"addr-7f19cb05c5072431c67a84220e06f5f045442c27","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Brussels- belgium"]}} -{"id":"addr-7f269db48b04115c280dd11fe083bf6de3e8bb1b","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Doha, Qatar"]}} -{"id":"addr-7f3841fa279c4d779ace692d2157b488d5996244","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["European Energy Policy priorities"]}} -{"id":"addr-7f3bc0b98c3e764424dd3d178c9a3beb3cbe58f8","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Berlaymont , Brussels"]}} -{"id":"addr-7fadf004e083ab15b5a9747bef356c44238db4e6","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["BERL Bxl"]}} -{"id":"addr-802f78fd128ed652fc3edd27c5eecd1d7193b8e8","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["L-41, 12/31"]}} -{"id":"addr-80481fe83695836b7e7f0bdc17c0a4bfb171b4e9","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Brussels - videocall"]}} -{"id":"addr-8054523b7731a89f378defee0a4d7d0c3f3e1a81","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Brussels - video meeting"]}} -{"id":"addr-808a19c90dac78a10f396ea198623d5d087d4bd6","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["virtual event"]}} -{"id":"addr-80b1f3551d6cc7ff19df12290a9a5077dca1ac41","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Freising"]}} -{"id":"addr-80c1025be787617bc4e56de86aff154cec76ac7e","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Amsterdam - Elsevier HQ"]}} -{"id":"addr-80e5672dfb10bae19f73493978ca707e42f28354","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Virtual meeting via teleconference"]}} -{"id":"addr-81111bf15d094235625b069fbcd18fab9c49d6ea","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Brussels (Virtual)"]}} -{"id":"addr-8128a2f23878a974a422aed3f3343789b46fa15a","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Beijing, China"]}} -{"id":"addr-81cf2e873861051667b0d7f6084c1d3163e5afea","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["BERL 08/323"]}} -{"id":"addr-823cdf9114ea5fbf88c41e5ac8df1094d51c780c","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Virtual meeeting"]}} -{"id":"addr-82a1b9e0271a7cea2a6e7f77c8cf467554687aec","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Brussels, Berlgium"]}} -{"id":"addr-82f0ccb7a4ffe05f9a27eb2cc7786101259d684d","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Brussels, Europan Parl (Magritte Group)"]}} -{"id":"addr-83311ce0ec9960eee32e6ffd03dbae7746a2f6b2","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Taxud Brussels Office"]}} -{"id":"addr-835b647f8b7dbad57c0e6f169d418f743fad88ff","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["BERL 11/334"]}} -{"id":"addr-838a08503ca4626a91f426c154089ed92e2e4f51","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Brusseòs"]}} -{"id":"addr-83a1a05108ecd58510f5990d9713424aa4e57187","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Sardinia"]}} -{"id":"addr-83ae93a355b6a2e325286534cc4ddeb80e014c22","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Phone meeting"]}} -{"id":"addr-83b5a512aff986a739a944bbff9feea905db5eec","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Nagoya, Japan"]}} -{"id":"addr-83dfce0988e580cb20c7e8f83d57578d9dcdaaf4","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Brussels B232"]}} -{"id":"addr-840e556d24b444b67ed996220ad53350148c7e65","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Video Call"]}} -{"id":"addr-843ddf9d3c6977cd8d56db6bb2154f8415263e26","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Brussels (videoconference)"]}} -{"id":"addr-844e6d82dd7cab7020e4dcf56279c9d35be6c55a","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Sofitel, Place Jourdan 6 Brussels"]}} -{"id":"addr-848652ee3980a189b8c12a7aa6d35f433633e2ba","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Lisbon"]}} -{"id":"addr-849c980693c05dcc9cb06691c1727d64ef6d4e87","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Hotel Radisson Blue, Brussels"]}} -{"id":"addr-84b5e5f38d43901e13b15f0c7dd8b408c954fd9b","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Brussels, Belguim"]}} -{"id":"addr-851a2a8bf7227257f5e387ba70eb0f79272ca32a","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Brussels and London (phone call)"]}} -{"id":"addr-8525b7aa1bbbff229130ad219106a8a8bfc5fde4","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["BERL 8/39"]}} -{"id":"addr-852addab901cbc5699d190285a009d7a7035fb57","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Cyprus"]}} -{"id":"addr-855f489b09fa78cc67cfac729ff3dd4d0605a16b","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["BERL 11/176"]}} -{"id":"addr-8577830b5ede71f5547476f81f0511219b4b6c7d","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["WebEx"]}} -{"id":"addr-85d514873c3b55c68206168e47e9d4fc69799cc8","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Brussels - Belgium"]}} -{"id":"addr-8688d7602bc8ae1ffc1900d876dd8b65871844ff","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Birmingham, UK"]}} -{"id":"addr-87279a1da86ab165bbf50c87c38f2a84b5934b3b","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Online conference"]}} -{"id":"addr-8736c288a4bc51ee27ef4ed41e652409a37e60d1","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["video-conference"]}} -{"id":"addr-87583a8cf9f0f108d736b825f7f98da0646e453b","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Rottweil"]}} -{"id":"addr-876bb8c66fd875925ea0d1c1009619c2fcd6d4c6","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Berlaimont"]}} -{"id":"addr-877f6ee277fa5019f768495fea21da6790f5df2b","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Brussels - Webex meeting"]}} -{"id":"addr-8780d10dc4ceeb7c73a85b84ec0060d4929da7c4","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Davos Congress Centre,Talstrasse 41, CH-7270 Davos, Switzerland"]}} -{"id":"addr-8799742d9a857b03f24695e46e1bc009689806d2","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Brussels-VTC"]}} -{"id":"addr-87c2bb141087fa1f3f91a1d8bab900f15f873ca8","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Marseille"]}} -{"id":"addr-885b20cc705b7db740868125090c5aa33e0aaa5c","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["COnference call"]}} -{"id":"addr-8894fe7b60d68ab898baf9d59e398d6243871f7c","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Valletta, Malta"]}} -{"id":"addr-890aa61c6c51df2fa544a1ba06758b65e1bd53ff","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Webex meeting"]}} -{"id":"addr-894416bddde1e4df96d951bf9d463a2013e25af6","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["AmCham EU office, on Avenue des Arts 53, 1000 Brussels"]}} -{"id":"addr-89c426ebafcb34df97662421156b785b011c4b63","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["BERL 13/093"]}} -{"id":"addr-89db1034995a38f93020bf7180b79a0b88169398","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Brussel, Belgium"]}} -{"id":"addr-89e55c2488bc4d2f95601f3f6e96f4eea9eb2521","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Washington, USA"]}} -{"id":"addr-8a54c232503dd7fe6b063d201729ad7bfbc8c5df","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Brussels (videconference)"]}} -{"id":"addr-8a956b9853e9a0482b5a530be3ab03e0a9fe7a90","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Brussels (video message)"]}} -{"id":"addr-8aa0d0c7a8bd1a5fa2301495ae61e581d6acd263","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Norway Houses Schuman"]}} -{"id":"addr-8aa817030dbcdfbb53f748ee3078a4c164aa27db","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Brussels-Belgium"]}} -{"id":"addr-8af45a738b8c225d6a0447816be0e2ccb4a88c4a","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["BERL 09/346"]}} -{"id":"addr-8b429e3aa51b0b8b9ea0745cf6fe6c3fa67a21b3","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Videoconference via Skype"]}} -{"id":"addr-8b6cea61d247482e9e7f1e7efb1db432a69bbcb2","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Vienna"]}} -{"id":"addr-8bb7a40f5fca42eb0543e5362edc1dd8c4ef1190","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Brussels (virtual via Webex)"]}} -{"id":"addr-8c07687a6ffabfa7c0154d37084b78b46ab099d8","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Norway House Rue Archimede 17 Brussels"]}} -{"id":"addr-8c14a2207a0c57aad8109faa3391a380fe1089e1","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["London - BT Centre"]}} -{"id":"addr-8c693b9ffb91e9584eb6e5cd07000b8e993c644e","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Video Meeting"]}} -{"id":"addr-8cae55bd339278a61c0e8330df44584b357afef8","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Virtual meetings"]}} -{"id":"addr-8d2edba03f7086e3c6938e0efa1311050df6899b","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Viceo call"]}} -{"id":"addr-8d3176990068c0de3ec47d2be32c2e878becbdd2","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["video conferense"]}} -{"id":"addr-8d3c4c736914ee7222023063f84f20994b61af7b","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Reutlingen, Germany"]}} -{"id":"addr-8d82288389c6d1c46e26e6174487a5a6e9eaa114","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Virtual conference"]}} -{"id":"addr-8e01f6bc779551abd58a9f18b22bd3ee4988d020","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Hybrid"]}} -{"id":"addr-8e11fb8fad94e98798d3e71495d4bec5b5e241dd","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Oyu Tulgoi copper mine"]}} -{"id":"addr-8e31ed79f02baf4e8569a8862c926af22033723b","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["European Commission - Berlaymont"]}} -{"id":"addr-8e7c257f02481f22969d2b8043d5de277c227e05","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Haus der deutschen Wirtschaft, Berlin"]}} -{"id":"addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Virtual"]}} -{"id":"addr-8f15ff4958462ccc850bdee76de450e79a38ed04","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Videoconfenrece"]}} -{"id":"addr-8f63c8ac0149c9518032d9784416696f406f7309","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Brusels, Belguim."]}} -{"id":"addr-8f769952ada31847f397a7a0e3c8b4076bf8852a","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Avignon, France"]}} -{"id":"addr-8faab1301f19041b76d212f8b16d38015a57b09a","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["VIDEO Conference"]}} -{"id":"addr-8fd5082a1c00a70873d28f22c713d94ba086588d","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Vienna Austria"]}} -{"id":"addr-90707df5f252f9e2b0a167423b4b8f8d38b191e2","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Leuven, Belgium"]}} -{"id":"addr-90e35b4294f9228c5282486df4cfa49eb5616812","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Langres, france"]}} -{"id":"addr-912f3be8d3c705b575d95bd802535451d4e253ad","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Video Conferencing."]}} -{"id":"addr-918a9c9fab01eb91a15f314f564e40b66449e8f8","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Avenue d'Auderghem 22"]}} -{"id":"addr-91c2126d003f243ed785c1ddc8a4ec870523f2a5","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Paris in the margins of the EUROFI event"]}} -{"id":"addr-91dfdd6d38549b2aa9291c73b8e58e7f75bcb807","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["BERL 2/320"]}} -{"id":"addr-92169336ee423643e4d74d0dc5724c6b612cc7a8","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Stockholm, Sweden"]}} -{"id":"addr-924984fc7578fdaf4c20cc8e5aa6b6c05030fbdb","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Mûnchen"]}} -{"id":"addr-9254d2b0cd15e920cbb060acf87f8f943a0508e9","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Dublin, Ireland"]}} -{"id":"addr-92b2fbb928e012810d80d9ef1abe12027beee200","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["videoconference"]}} -{"id":"addr-93295b0c76b900da760a8e0f2e9a29a1ba4b0f4c","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Kuwait"]}} -{"id":"addr-9338b4fabd9966eb00a3e4a1b3d168f1a5c6165a","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Brussels online"]}} -{"id":"addr-9366e91565d56354fb6f3afbbae21fa14c198a21","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["MFF"]}} -{"id":"addr-946939948ffe280fccc2665da6065ab76ba70efe","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Virtual Presentation"]}} -{"id":"addr-94b5a45ad133d7759bbe9aaaa15d0ab9277964aa","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Brussels, Belgium, BERL"]}} -{"id":"addr-94f411003ed57be8b3139b0433e06738426ef4de","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Neckarsulm"]}} -{"id":"addr-9505ddd7b462d98fceab95ae6ec87b515528d6d0","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["British Chamber of Commerce in Belgium"]}} -{"id":"addr-951674c84d4b4beaae3adcfe403577ef8f678e41","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Brussels (teleconference)"]}} -{"id":"addr-9521881313255799973f84219f517fd4c10cd58e","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Brussels, Be"]}} -{"id":"addr-953caa20b4e46958c5dc26d58e6a050b6f850f91","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["European Commission – Berlaymont - Brussels"]}} -{"id":"addr-9584f913c37737f4d8ff7b412510d2de38751a6d","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Geneva, Switzerland"]}} -{"id":"addr-958c68433307821357413af2f91408bc20166cf9","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Sibenik, Croatia"]}} -{"id":"addr-95b3695e38d0a2e077f782985fda27e258b3a824","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Linz (AT)"]}} -{"id":"addr-95da888e8977ec027fa65a959cacb4def5494773","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Montreal"]}} -{"id":"addr-962e97ee925885b8ac6b9f20e5d45e4950bb93f9","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["rue du Trone"]}} -{"id":"addr-963dd210cc93a4597038ceabe0fe93b258a362b9","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Tokyo"]}} -{"id":"addr-9640f09d3fa038b42259a3faac3eafb0223cb23a","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["bruxelles"]}} -{"id":"addr-9656d2fe3e6a633095a6f22ebd281d0b27a93f00","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["webinar"]}} -{"id":"addr-9667111daa0bf5033d5058f01a20139051ddb48e","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Germany, Berlin"]}} -{"id":"addr-967380bcbd748dfed08fde507d8497c70d618dea","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Hotel Royal Windsor - Brussels"]}} -{"id":"addr-968b98accc53b9f13213bd276685eaafd2eacac8","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["BERL 10/041"]}} -{"id":"addr-96d45bbb99f3da137b2243f11b529ed54662db90","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["video conference (Brussels)"]}} -{"id":"addr-978e41b1622befbb8d6669dcbeb433d909f25b91","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Michel Servoz office"]}} -{"id":"addr-980105237052f0079c83fcdb40d6c739069c3170","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["BERLIN"]}} -{"id":"addr-9810c4962a1b91f1e9850ccf884c3158d9f60070","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Skype"]}} -{"id":"addr-989111e7260f9f360fce43406b475b5533366e19","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Brussels (vide conference)"]}} -{"id":"addr-98dc49ee755c3c874dcfa2edc07c7189997bc7f6","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["München"]}} -{"id":"addr-98dc71700228eb053aa75f338c9a8b5bcef38679","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Helsinki"]}} -{"id":"addr-990bab0b5f15caf35a2a6360252937f8b6e6e030","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Brussels (video conf)"]}} -{"id":"addr-992b5a21e11d7465c45cb3a5008255df5a2ed56c","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["European Commission- Berlaymont"]}} -{"id":"addr-993e4a0914445dea5303b034ad62c11ffe083b18","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Cercle Lorainne, Brussels"]}} -{"id":"addr-9950cce930e253f44f556bb339d2a1106073cd7b","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Brussels (Teams)"]}} -{"id":"addr-99dfa36e260650a0f0bb726f70d612b1fe5903b8","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Brussels - BERL"]}} -{"id":"addr-9a79c0d33d3b4757d74660056dab33ad18a33d38","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["EAC DG Premises"]}} -{"id":"addr-9a7bdf30900489858c250da003b5038ae0aa7a24","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Online / Brussels"]}} -{"id":"addr-9aa7d1fd3d19b6cc9f2b3e7aa7d3b3511bc6a68e","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["webex videocall"]}} -{"id":"addr-9af60304966d493b781d42fc5f777fe9bd99f916","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Brussels, Berlaymont building"]}} -{"id":"addr-9b3cbed5c490c07473546a88768ba29b787e9e52","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Zoom"]}} -{"id":"addr-9bbb85c11bd1956b9f302bddb134dea0ed05d957","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Brussels - virtual meeting"]}} -{"id":"addr-9bf0937b250018679111d06446f250a75af83c84","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Brussels - SKYPE meeting"]}} -{"id":"addr-9c24d7ea44646dfc66b2bd43767c03b23b6d6e8a","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Berlaymont 11/044"]}} -{"id":"addr-9cb4afbba9c249e925b993c3c49fa4efc98c2c61","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Brussels (video conferencel)"]}} -{"id":"addr-9cdc3b1ca4e67fab7191fbfc750a311ebd3b9f0b","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Ljubjana"]}} -{"id":"addr-9d1acaa772820b8ade84113d2da24716fe455be2","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["VTC"]}} -{"id":"addr-9d219e3055790a627449ea0f4745c821332ece94","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Brussels,Belgium"]}} -{"id":"addr-9d2358447b610e07684f23e5dbc55088b1784dad","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Vilvoorde"]}} -{"id":"addr-9d525fd4a8ae82061fbd97de25fb9253b61aa45c","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Brussels (phone call)"]}} -{"id":"addr-9d833a1da3074efd384ee6bc2b108c1f5bb379e0","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Online meeting"]}} -{"id":"addr-9d8550f7378d11790b69f4f2672d13dddd12a013","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Athens, Greece"]}} -{"id":"addr-9d94c5e26679fe4980662a558a287b7999bb5690","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Munich, Germany"]}} -{"id":"addr-9dabcff4e447eb5b91ce3d2abab0ae06a3ccc572","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Brussels, VC Interactio"]}} -{"id":"addr-9dbdcd77fca85fd2bbf6fa7177ac5db045e4cfa2","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Manila"]}} -{"id":"addr-9e563f28a4aed74e913644684df4e6a3fe7b28b5","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["My office"]}} -{"id":"addr-9e6ec1793dca4428a164f1731a8093907ac8889b","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Brussels (PMO's premise)"]}} -{"id":"addr-9e7a54bf1352143376eb5ec896985192229da490","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["BERL 08/318"]}} -{"id":"addr-9eddf74134fcd79ac3f510f8f67cef3f68fb2c0d","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Bratislava"]}} -{"id":"addr-9eeaa7150b091b044b6e76bbbb555ab1d65a14da","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Rond point Schuman, Brussels"]}} -{"id":"addr-9f3707eb47bbe98098b5036ff64a7fa94abc52af","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["BREY - Brussels"]}} -{"id":"addr-a0226f33679715e0aaba94bd0ae5aa560f4428fd","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Hoboken"]}} -{"id":"addr-a0fd021367cd4536e133a73b47cbb9059253148b","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Brussels , Belgium"]}} -{"id":"addr-a100f95859ffeab9e8976aa80f3d8cec12a5b396","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Thessaloniki"]}} -{"id":"addr-a12a50054f1a55944bb55f7e9f3a183f47ee23b6","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Sydney, Australia"]}} -{"id":"addr-a1b2e4eeecb1f46f3239fd2a390e2ec3f16bc2cb","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Teleconference"]}} -{"id":"addr-a1fa2348e630fd52155d200a6b6f9d2dcd588e19","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Redmond"]}} -{"id":"addr-a27a6644654593ac9e5d122b1155ff23752c8073","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Washington"]}} -{"id":"addr-a295f4e1cf65e6f6988442aad884aa43d95981bc","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Brussels, Belgia"]}} -{"id":"addr-a2c4eaf4aed5121ce8db106e3522eb751cd53c94","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["EU premises"]}} -{"id":"addr-a2c5953b0baaa9dae49b7f5c562d544ce3255087","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["BRUXELLES"]}} -{"id":"addr-a2f37f3826ddca9cdff0a183a6e37910a8d959fe","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Algiers"]}} -{"id":"addr-a35d9f450e14699fb5fdd6246ce7b6c0310b108e","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Zurich, Switzerland"]}} -{"id":"addr-a37f437ef502701df6cd547f0ec20f9f6c19464e","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["webex"]}} -{"id":"addr-a39cbec21423373f5685823b1ee0fa023d253f3d","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Valenciennes, France"]}} -{"id":"addr-a3a01e55b02ab591ce10151760698f4306ec49cb","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Brussels - videoconference"]}} -{"id":"addr-a4990707c54de263eb7ebb952cfb972d17662ced","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Video conferencing - interview"]}} -{"id":"addr-a4bef6d6638024ee0e2e8d59bfceb4087053b000","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Brussels - Teleconference"]}} -{"id":"addr-a607d3a222d69852bae90e4099823dc34ae393ed","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Limerick"]}} -{"id":"addr-a6923f92f890ece500166c8ca8cf5c74c7024a9b","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Brussels (video-conference)"]}} -{"id":"addr-a6b4dd3c51b68c15a984750206b014b0ab434365","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["virtual call"]}} -{"id":"addr-a6f3e9e6c7dfde4ea606a8e7852cd40aa53ea358","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["BERL 12th floor"]}} -{"id":"addr-a70c3bcf1d8794fa79801a8ec882925f3746b028","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["San Francisco"]}} -{"id":"addr-a72fee61c7c857565e055f3a24ae4cb169c509ea","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Sharm el-Sheikh, Egypt"]}} -{"id":"addr-a73f4eda7894c47eeaafd48605ce12782ef6e004","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Le Bourget (Paris), France"]}} -{"id":"addr-a75ab8385ac6b27af1e482664fb8343d3ca17ba4","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Bonn"]}} -{"id":"addr-a77aad37184191a1e2534f0bc3ae06cdbb66cf4a","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Brussels, virtual"]}} -{"id":"addr-a781476a5ec9b2932843fdeae78a21136f921b9e","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["BERL, Brussels, Belgium"]}} -{"id":"addr-a7b90170b4a5bf2d1d09ccfd109b57e0a030cfc4","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Strasbourg"]}} -{"id":"addr-a8446d8dc9f436d7589c3040ba169db69991427b","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Brussels - phone call"]}} -{"id":"addr-a87899b223ca28018d3285938e6d6b8b1cacba42","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["In person, Brussels"]}} -{"id":"addr-a8deb12be54fb82c298761f75b0f3b9e05bd9bd8","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["BE/Brussels"]}} -{"id":"addr-a8f65f54531b969f1893d498cf85847a796c768d","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["CSR Europe office- Brussels"]}} -{"id":"addr-a937316fa2e41143a360b345561093450d0733fd","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Brussels - webinar"]}} -{"id":"addr-a93f951e252491eb62958a26858415dd581a71e0","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Bxl"]}} -{"id":"addr-a94a8fe5ccb19ba61c4c0873d391e987982fbbd3","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["test"]}} -{"id":"addr-a95c9b84f47784c0a801a292dd390d43d337c402","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Prague, Czechia"]}} -{"id":"addr-a96da2eaf88d107550d10b2635d39d78e2d03041","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["CAB Johansson, 9-196"]}} -{"id":"addr-a9c86bb8f222280af70f0d9dd9eb29d950f2c637","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Chiang Mai"]}} -{"id":"addr-a9f8e09eac31b17717a2a43c9a45fc2e479aa77b","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Brussels, Berl"]}} -{"id":"addr-aa10d818adccffe15bc512f395a387090595e4df","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Brussels - Virtual"]}} -{"id":"addr-aa19a98c4eb94265ed0e7d3e42967f2c29150809","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Warsaw, Poland"]}} -{"id":"addr-aa3c5e315d51b844866f41ef1fd625f34d7f8ed8","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Cernobbio"]}} -{"id":"addr-aa42d8966ab93673058090a254cf9aa1aae86b51","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["BERL 11/076"]}} -{"id":"addr-aa83a8843a7235451ed1d5604d1d794ac051793a","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Capetown"]}} -{"id":"addr-aabec3f0d874f2505d925583c8adaf91ba05b6b0","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Berl 10/394"]}} -{"id":"addr-ab3c3286e066c957d8311487ac22320294a86c8d","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Espoo"]}} -{"id":"addr-ab61cb8565ba36e3a03710394c3f9ed9a43f0129","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Luleå, Sweden"]}} -{"id":"addr-aba3e8ecc81fdd57999f4deeedcdd317a1b69b81","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Suwon, South Korea"]}} -{"id":"addr-aba72bf44f2d9170e0dbc3935b3eac06aca21fc1","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Brussels-videoconference"]}} -{"id":"addr-abcccb4977911e625e9d4a4062ebc6e4e7ac9350","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Sunnyvale CA"]}} -{"id":"addr-ac6ca9cce34c9fd16e6399ce5a60d027a2fcdfa8","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Belgium - Brussels"]}} -{"id":"addr-ace1fec867b6ffe681dfb4ccf8a5b6977e1e85c4","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Digital Single Market"]}} -{"id":"addr-ad4c57bf43ff655bbfc50be9d5313f10b0ddf314","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["San Francisco, USA"]}} -{"id":"addr-ad57f53ff654283b72a0b8bd77076f0bbf93e156","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Oosterbeek"]}} -{"id":"addr-ad60f43c3b2e61f55f8d15d2bb303f6d11ac791b","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Video call"]}} -{"id":"addr-ad79f899627ba2788ce0a487dc7666d41563455b","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Berlin/Germany"]}} -{"id":"addr-ad884b663069b55e067164381eed1cd2d820c70e","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Brussels European Commission"]}} -{"id":"addr-adabddf860129f5aaecd77ca18eec917b1522fcb","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["ECHO, L86"]}} -{"id":"addr-addf639ed2024166c786c6847ad8d6a386fa7cbb","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Teheran, Iran"]}} -{"id":"addr-ae13283445ad86814e36b5326ad401b92e87e4f1","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Brussels - Belhium"]}} -{"id":"addr-ae40c6c0fba3c637e174554fbeefbb5fa93ade14","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Brussels, |Belgium"]}} -{"id":"addr-af0b35850c5d5c86765ea0567dcb01e179a33969","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Brussels, phone call"]}} -{"id":"addr-af0c18ce12d80192c627f5a1fdfcb8ed37836e47","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Brussels, online"]}} -{"id":"addr-af13adafcee0fd487fbde0100b57eedcab3e8998","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Umicore Olen"]}} -{"id":"addr-af58b23fb79a2e8a805d15c7b02ac0cd54bbfa2e","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Cabinet meeting room"]}} -{"id":"addr-af594b86f148461599968fdc5ee5a1b51ced2c59","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Brussels/video conference"]}} -{"id":"addr-af84d91fde168566c7dc18f3121ea2fbe651af1f","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["virtual"]}} -{"id":"addr-af8a8064c242ec654a4f7d976c92f0d505c09d08","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Paris - France"]}} -{"id":"addr-afae67aab834151e72f631228e72361e369db072","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Video-conference"]}} -{"id":"addr-afebf85a436897fe5234b2ac0d00a1ddc4c9dd27","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Belgium, Brussels, BERL"]}} -{"id":"addr-aff09a6f822af9a7e96260c390a7e7bd5d64be8b","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["BERL 08/304"]}} -{"id":"addr-aff6b395feb5f629bc9cf556f8b2dea9a70ee6c7","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Live Debate"]}} -{"id":"addr-b0a630cd144702f9de913898582df9f3d0fedbae","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Brussls"]}} -{"id":"addr-b134578e8b68f9538595da77bc9aa0dcfe5dce26","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["BERL 09/246"]}} -{"id":"addr-b136940c873e595a71d1fbf6fb0de042d6bbe1f1","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Washington, D.C., USA"]}} -{"id":"addr-b1d108c2028b68a87d1fdb67a2d22cdf3c3f1af6","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Lausanne, Switzerland"]}} -{"id":"addr-b1de5b3173f925f173ea7acde1f51fadf408af66","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["San Jose, California"]}} -{"id":"addr-b1ea480f50268f3f7553d89bebfeabf68bc84ed5","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Brussels - virtual"]}} -{"id":"addr-b238dc32c73094e36a531e354ce2c254a94e85b4","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["WebEx Video meeting"]}} -{"id":"addr-b25b68be8a77b2ab8eb787d9c70c3b3f4b1d4c0a","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["BERL 12/286"]}} -{"id":"addr-b25e3c7069907ee51f79fcf87181a3a0225a6dba","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Brussels, VC"]}} -{"id":"addr-b267b51b48e25d29fb4995309296822f9ab58b0a","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["L 41 12/012"]}} -{"id":"addr-b2690d9a600b77f36b305f24c977dd2560cdac60","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Webex call"]}} -{"id":"addr-b2918a3613c3441e6e20e909578acfd51efe28d5","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["BERL 9"]}} -{"id":"addr-b2996b8fb2c90420a380cfd35d6f289626fca231","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Silicon Valley"]}} -{"id":"addr-b29ec7a6a964d94443e0c369813406074f0347d6","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["WebEX"]}} -{"id":"addr-b2cecb8152b16b5ff2501dc03dd1ec20816aa1e0","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Cavan, Ireland"]}} -{"id":"addr-b2f1d7431248e664a9e3b79247e209b648da9565","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Brussels, videoconference"]}} -{"id":"addr-b3309f823d937661b5e786c333653d0b070100a5","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Director-General's office"]}} -{"id":"addr-b385bbe7e761556665e3696aa1bcfc817c2db583","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["online meeting"]}} -{"id":"addr-b38ac85f59861dd22d0e3d43d3052507a01c9bbe","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Belgium, Bruxelles, BERL"]}} -{"id":"addr-b39b9dcfba3e578ef360518fd0aa4ce7938fab00","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Brussels, belgium"]}} -{"id":"addr-b3a003fdd4116c9c93708d3dee434ee804ab6c4e","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Mannheim"]}} -{"id":"addr-b3bd78315fe6c3ab2bf0f87e05fab00868991ab2","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Vi!rtual meeting"]}} -{"id":"addr-b3f2343867a218080dc71ceb979cf72826a28e28","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Gdansk"]}} -{"id":"addr-b409c11ed0a843227040ee1c8bbf87ce4fa1fac8","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Brusseles"]}} -{"id":"addr-b4fe0d9fae63b5839d140914e8059446fcf6f865","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Bussels"]}} -{"id":"addr-b564636296374ae510670c582b6c07fda4830fdd","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Brussels office"]}} -{"id":"addr-b58f5927b66d94a676970dc048485d4c6848f272","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Bruxelles"]}} -{"id":"addr-b598c3c8c78bd0d408e4cc6cf3ec786e83e187ba","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Brussels (Video conference)"]}} -{"id":"addr-b5d986638efa54503e44db68e16864ecf426106a","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Brussels - Zoom"]}} -{"id":"addr-b5e4b83c99661536d30d80638cd2cea85962c23b","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Brussels (VC mtg)"]}} -{"id":"addr-b72a6588bc09c55a71aae3699fd03cfa69463bb5","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Video-Call"]}} -{"id":"addr-b7b580dadba01d5d2c884aa3af28ca81939104e2","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Virtual participation in a conference"]}} -{"id":"addr-b7e0197463fb0d8745d2aee038e4289b5499b725","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Brussles - video conference"]}} -{"id":"addr-b7f8808a14f93f36971122774cbec9ce5bf46c49","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Budapest, Hungary"]}} -{"id":"addr-b7faa4276bea98355da7efd4fcf1b26196dcafb2","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Lisbon, Portugal"]}} -{"id":"addr-b80d0713f0edceb178f0049f32c8e1803c061ccc","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Tallinn, Estonia"]}} -{"id":"addr-b824ac3306f40e46535fcd935aed798786ca6409","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Brussels (video call)"]}} -{"id":"addr-b85c37fe604c92003f3f88be8edf938efbe00ff2","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Athens"]}} -{"id":"addr-b93a8e0f37fc1881f159c6a2191a50ec995fd50c","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Brussels - Videoconference"]}} -{"id":"addr-b93c2b2bb08f7e2d2e49c797467500ecb685629e","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Regensburg"]}} -{"id":"addr-b9bfaa3ad358f16a45f8c771c71a057872bbbf0c","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["BERL 02 / 352"]}} -{"id":"addr-b9d05d854b948a0522c56562aa26464621f1db7d","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Alpach, Austria"]}} -{"id":"addr-ba215c7e7ce944b15f06b7f96e0cb857d61d573b","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Bonn, Germany"]}} -{"id":"addr-ba4ea202ac39cf11a7cc0765cc8549da38f206b3","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["CAB Johansson meeting room"]}} -{"id":"addr-bacbcfd63d2521f5a2cc38c700d3dbcde1fa1e50","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Ghent"]}} -{"id":"addr-bae690deaa90257726595f5da338aebb1c262954","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["BERL11/176"]}} -{"id":"addr-baf2a3ab0928c971f2edbfeb89af4ab5ae45118b","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["BERL - bRUSSELS"]}} -{"id":"addr-bb0c217af9d15b74f34772e72ee33b8652f8b850","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Almedalen, Gotland sweden"]}} -{"id":"addr-bbab35bae0a3f78a12a75fd785719dd777541bb2","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Seneffe"]}} -{"id":"addr-bbe5befacfede01288919058db1a7c32f0446564","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Digital"]}} -{"id":"addr-bbf2d0f65b94d9295ac674fdbf9435521e025083","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Stockholm (SE)"]}} -{"id":"addr-bc0c3668435accfa5da4479c80478fe68d15ddb1","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["European Parliament"]}} -{"id":"addr-bc17c1f0179a888f2a7e8389f67d4f2cf5cf4531","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Video"]}} -{"id":"addr-bc8d8647b02deea0ab3e715c220d041ee78cc19d","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["call"]}} -{"id":"addr-bcc48172e05cafa61c2a2e8f12de220fdb1385b3","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Oslo"]}} -{"id":"addr-bcd27d227d1d5b2d95eacbb0fb56f32fb426d4b7","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["BERL 09/412"]}} -{"id":"addr-bcf52079f1d494cfdf8e54a06c3e812bb19ce8cd","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["BERL/10"]}} -{"id":"addr-bcf52d12410f1192c951845a9909724901494522","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Brussels (via Teams)"]}} -{"id":"addr-bd2f15d6877c6ee9ecbed0756c7f9d7c1ce4f9b1","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Brussels - Skype meeting"]}} -{"id":"addr-bd7bf575f45df130ec79281d68e544853e127647","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Veldhoven"]}} -{"id":"addr-bd80958a978de8af51caa97a25a75f30d0061d71","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Brussels, BE"]}} -{"id":"addr-bd8804e8a516e8be093ac8868dbe50cdb758c25b","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Strasbourg, France"]}} -{"id":"addr-bd9914bd098b0d150d3f20b906fd35f76d2c6f5d","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Cologne, Germany"]}} -{"id":"addr-bd9f4ee0e7fb35851a8334220b4ea041a55afd4b","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["VTC - Teams"]}} -{"id":"addr-bdacece37dd39720b183083c78618d811814eded","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["vide conference"]}} -{"id":"addr-be0def58ae0be83110783a8f0e053685cbb7c03b","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["World Economic Forum, Davos"]}} -{"id":"addr-be110fc257e16ddebeca6c65fb0fe687de9ae1fc","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Montreal, Canada"]}} -{"id":"addr-be18b9ca121ed50ce29e8d0375feddfbe7d88e55","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Unterägeri, Switzerland"]}} -{"id":"addr-be1ac363913afba07be684e70dcbb7b7dcfd2ba1","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Zurich"]}} -{"id":"addr-be1fcd1dfeb4820037f81bda7eb7a44b404b9d96","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Nicosia, Cyprus"]}} -{"id":"addr-be26d538d57be4ba218c7533ca22fa594ab8b2e2","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Göteborg"]}} -{"id":"addr-be54a84c0d37203c0879f91d61eeee624308a034","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Austin - USA"]}} -{"id":"addr-be6966d9b1e58e4943270429ed25084aa6a716a5","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Khartoum, Sudan"]}} -{"id":"addr-be7a4fd2cac7aad6fdf7e713d4bfad9a997c62d7","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["VideoConference"]}} -{"id":"addr-be95acba75b6b18917b2638aae79ec1300c77c35","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Ljubljana"]}} -{"id":"addr-bea148017410d1d50514ed009d6586ca93d747a5","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["San Francisco (US)"]}} -{"id":"addr-bec48af7551299d9db8a957fce60cdf868f97e17","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Lugano, Switzerland"]}} -{"id":"addr-bf05023ea82905872d6bb7abbf17c61cc1719529","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Brussels - virtual call"]}} -{"id":"addr-bf0e861284be594b43d9cafc2ef34b002b221dda","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Riga, Latvia"]}} -{"id":"addr-bf96334420a27ad2c039d651f9f327c5f84fbbb5","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["European Commission"]}} -{"id":"addr-c03eec89b30089bbf8ad4e492aff3dfd5fd7a2a5","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Marseille, France"]}} -{"id":"addr-c0436b94169002aaef19cbde108977b1e389cd4d","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Ijmuiden"]}} -{"id":"addr-c07afdd2b819092d426329a2136167e295ce47d4","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Bruxelles - Virtual"]}} -{"id":"addr-c097936e0811f9279bd0a687bbc07de169e48f12","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Glasgow"]}} -{"id":"addr-c133617706fddae698da768b5433b6e0441631ad","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Birmingham"]}} -{"id":"addr-c1515045035dbb724987ed49a82dcf2bb70ee392","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Brussels, BREY"]}} -{"id":"addr-c192c436bb9a612632d894f5035a0ee04ea2e2a5","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["KfW premises, Frankfurt am Main, Germany"]}} -{"id":"addr-c1b89a719fb4c3b86c91ae01524d04183caeb9e6","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["BERL, Brussels"]}} -{"id":"addr-c22e4fe0f890cd5d59b7fd6288740a29df4c815b","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Ras Al-Kaimah"]}} -{"id":"addr-c27327b9b27d60daedb03a5a5b65213a04b09d80","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Brussels- Belgium"]}} -{"id":"addr-c27e87160c78f2fd11eb051d7f26c90626a3a7c3","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Wolfsburg"]}} -{"id":"addr-c35a7a8f29c126128a2247ec9c43d3f49a371893","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["B232 07/066"]}} -{"id":"addr-c3bf5a8cefeef752d7b53dffe4ff4fda18442cb9","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["BERL 12/62"]}} -{"id":"addr-c3e137e26b6b15fb97a1268d5136ad13ce918856","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["BERL 8th floor N° 165"]}} -{"id":"addr-c3e839df608469149df1ef34a1c9bb26b62b5452","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Online"]}} -{"id":"addr-c41caa6675d43af528b86fe99ea68bf914dde6a1","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["ERT"]}} -{"id":"addr-c464638404d1a42114afecc7ead38afe08feee93","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Puurs, Belgium"]}} -{"id":"addr-c476280916fa20b5023288c48bfbed9c057a1c28","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Brussels/Belgium"]}} -{"id":"addr-c48c54bbd3601050b346807f276505ddbf3e42b6","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["DG MARE"]}} -{"id":"addr-c48d27859ea81fb6e64bcfa47ec4e24a7d19281b","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Münich, Germany"]}} -{"id":"addr-c4a265ca6dc31ed4a47a6047e92c5e3790135af9","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Dublin"]}} -{"id":"addr-c4efcffa23772c626ef613edeab880b28bf7f52b","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Cabinet of Commissioner Moedas"]}} -{"id":"addr-c52730125247b3a481164d69348d1030e8e1b0fd","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Brussels, CAB Johansson"]}} -{"id":"addr-c53f4b9c5ec85a7688237001b0f538eb886e3da7","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Commissioners office"]}} -{"id":"addr-c5c515632266f2b648c1e9dd3ca107910cc906f3","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Berl 8/168"]}} -{"id":"addr-c5c62bbe3585931781dbc366eab6d44438716f1e","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Webex from Brussels, Belgium"]}} -{"id":"addr-c62ff645db3e4e4627445eafdadf5e5683415895","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Stockholm"]}} -{"id":"addr-c6553a5be2ddbdd04401131ee7290ecef073fa4d","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Commissioner's office"]}} -{"id":"addr-c66a8f58a6903128417ad0bdc466a7d3d398494f","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Jarvenpaa, Finland"]}} -{"id":"addr-c70534aa18173b860a10a50a47b139c4a581cbf6","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Paris, France"]}} -{"id":"addr-c728d0c2ff9a574167239962fd73f3175372180a","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Brussels, BERLAYMONT"]}} -{"id":"addr-c80d6b15dd42531738d85327b5f984d42923712a","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["DG EMPL - Micgel Servoz office"]}} -{"id":"addr-c824b1a6c6ee3401f52a0bd8c956bfb3af722e70","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Toulouse"]}} -{"id":"addr-c826f4234a0724471e92a3b7e661c4c9e005aba8","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Virtual Call"]}} -{"id":"addr-c838f8466b14e3075375a453fabc7f5c0413528e","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["belgium"]}} -{"id":"addr-c8a6e71ef840f20140bebb2d44c432abc5d2e888","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Berl Building Bruxelles"]}} -{"id":"addr-c8c0dd3f617d685445e42f53d12bf77f2019bf72","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["videocinference"]}} -{"id":"addr-c909b138eba89ecfbd86df4c9d170ac78d4a3820","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Finland"]}} -{"id":"addr-c90b1a3436d451c32140d624a6c8658610aa22c8","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Brussels (L107)"]}} -{"id":"addr-c92b05cd794550b55096e46fcd86f02fc7a87ea4","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["berl building in Brussels"]}} -{"id":"addr-c958c13e8742553d725a0b2c52e7bccae2df7ef1","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Lindenberg"]}} -{"id":"addr-c964ac41034de526dac760a6f6ba454e6411cd97","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["visiocall"]}} -{"id":"addr-c99c3453740cdd0f4bce6dee91b754d8fe8c0379","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Videoconferencing."]}} -{"id":"addr-c9fbc9d886115e4eeffbb4ee4006a0775b1953da","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["on line"]}} -{"id":"addr-ca04a54847537595b7ad7f2143601edb76b03309","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Brussles, BERL 08/304"]}} -{"id":"addr-ca09133084139ccab9eb59c60ab0fa8dec997d9e","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Hannover, DE"]}} -{"id":"addr-ca12060f3db4dc290c981d365da981a55839e618","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["VTC meeting"]}} -{"id":"addr-ca43b64c5a0cdda6c328f862747d9e16a2e2ef68","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Brussels - Video call"]}} -{"id":"addr-cac056598c767cdeaa0f13cfe91d25988c24c698","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Phone call"]}} -{"id":"addr-cb031db07490cf560a8f5839507b00f703a04f49","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["BERLAYMONT, Brussels"]}} -{"id":"addr-cb0b1027a1bafd72586e6d1d8db99bd3723ed917","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Den Haag"]}} -{"id":"addr-cb2f00802ed7372f63c99884a6e39d8433f5d2b0","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["On line"]}} -{"id":"addr-cb3633b82352d86456dd66f4e08e2ade04eb7479","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Videoconference or MERO"]}} -{"id":"addr-cb3b41ec2ee406245880ef6835db42ad58b305e7","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Diamant Conference Centre"]}} -{"id":"addr-cb3da8479a3f5a41eec02f3cba4871526b76c56d","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Brussels (Microsoft Teams)"]}} -{"id":"addr-cbda9fb725031a8d47527e9ab3146634c02f3ca5","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Salzburg"]}} -{"id":"addr-cbe082fe29fcc3a7dd58b39e3deb01efa5ee6998","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Dundalk, Ireland"]}} -{"id":"addr-cc10046b4589bb4e6c8d168690ba0da6e9c7b2b9","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Video call Brussels"]}} -{"id":"addr-cc181d53632e5836776f6fc166b96283e80a85fa","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Brussels / Berlaymont (phone call)"]}} -{"id":"addr-cc19791d3172195a1dbd3b10052eb20cb8b2c8fa","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Brussels belgium"]}} -{"id":"addr-cca5cda028df206acc00b4d5b6104554505d48f8","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Zoom meeting"]}} -{"id":"addr-ccd7b40a1b5f3933d1e8adcd0f086e41aede3a8d","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Takamatsu"]}} -{"id":"addr-cd03ad1790c6c9d97e7fde50fdc4c27f9a801030","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["video conferenc"]}} -{"id":"addr-cd0890e5ddd9d022e02cde0a2e0a9ee1e6f29817","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["BERL 8/304"]}} -{"id":"addr-cd1979d105a9f5c609df6c9ff6314172f5efafbd","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Rue Montoyer 47, Brussels"]}} -{"id":"addr-cd89887def230a17b36be020cafe4eefd0a2102f","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Webex video conference"]}} -{"id":"addr-cd9a24155554dfef75d938fedc942c17aa6c4562","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["VC meeting"]}} -{"id":"addr-cda4da0f84e7f9da879524fa83cef2589eb50d75","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Myslowice, Poland"]}} -{"id":"addr-cdd2bae10a32ea6dc7a2239c48edf6ac0b1f8c07","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Goma, Democratic Republic of the Congo"]}} -{"id":"addr-ce219a369ced66247f17dfa488733a8aca175223","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Brussels (skype)"]}} -{"id":"addr-ce3fbdb7abfb3bd4298843cd7dd5658613323f4f","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Santa Perpètua de Mogoda"]}} -{"id":"addr-ce7d191776f1168da3be118dd7e82e54a117d3dd","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["EP, Brussels"]}} -{"id":"addr-ce9415510a40957bd9f4060182f29d08354f64ec","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["ireland"]}} -{"id":"addr-ced4f747eec1864e166c6a8190d5237310053d19","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Evere - Belgium"]}} -{"id":"addr-cef72b6b61e576c382ae20ec306042fd83860c8c","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Janakkala"]}} -{"id":"addr-cf7ffb0c54e51c02a7b09542fe465723ba36927c","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["DG AGRI, Rue de la Loi 130"]}} -{"id":"addr-cfb0bc51502658ee02192ec4f310202d18e68a3f","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Avenue Tervuren 168"]}} -{"id":"addr-cffadf0af34e3389f3edebb7ce6ee1543004d16a","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Milano, IT"]}} -{"id":"addr-d032a7a001e23033295d506aabb5deb8e1f8b1e2","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Juelich"]}} -{"id":"addr-d05e2cda611997e388e2dba52291b77a769b0cac","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["BERL 08/344"]}} -{"id":"addr-d0858ef984aa925ae9988a9406a8fc340ef1ee46","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["ITUH Auditorium, International Trade Union House, Boulevard du Roi Albert II 5, 1210 Brussels"]}} -{"id":"addr-d09be6cb14871c93abeeb260e5bbd5ba42bbbc37","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["European Commission Brussels, Ms Calviño's office"]}} -{"id":"addr-d14e606f63284ff4af65e8fd2bd1637c665a5ec3","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["teleconference"]}} -{"id":"addr-d1505477910731ad76edf2e2496b02102db69be3","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Viddo Conference -Brussels"]}} -{"id":"addr-d18a788a440ad02e3f8bb9bece0ff541ee05f885","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Moscow"]}} -{"id":"addr-d18b130d287be2c1c2190b6491e79d942877a956","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Statoil, Brussels"]}} -{"id":"addr-d192e13d647f5d0676f67ee14dbb04ec3572c560","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Walldorf"]}} -{"id":"addr-d1964f978a9a3925b783c40d0fd778ce0d40e512","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Videoconference call"]}} -{"id":"addr-d1aa0503612aa4168939b77b59ca74532a11951a","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Slovenia"]}} -{"id":"addr-d1ade1d15c0cccd6a6d4a68f9e95f7cdadb4affd","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["ChinaEu"]}} -{"id":"addr-d1b2f7878f23302014824a9b3559d671311c3faa","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Munich, in the frame of MSC"]}} -{"id":"addr-d1c42b1dfade3950e5d4e0e9f8f6d8a623e8c8ab","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Ath, Belgium"]}} -{"id":"addr-d1cc88ea2797220702811daebc3c9a72cf05e866","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["COPENHAGEN"]}} -{"id":"addr-d1e909436d754f27a1412125f55998a75e5eb9d6","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Berlaymont, Bruxelles"]}} -{"id":"addr-d26619e478c85ca3d2fc4efbd5667fb0952108f1","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Belgrade"]}} -{"id":"addr-d27cf86f609febe5e2dd6eaf35225bba0021e5bd","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Bruusels"]}} -{"id":"addr-d2e63b9d78cff09f26262d9ae01621e6a83274e5","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Grand Hotel Union. Ljubljana"]}} -{"id":"addr-d2fde52f67ea4a3e1fe233d0a959d6a1c77fd910","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["BXL"]}} -{"id":"addr-d34c0b00b704b2d04f42130c86c762afe0597f45","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Virtual event"]}} -{"id":"addr-d352382abd2fb0ea2c7cbd99fbe3c45215bb0787","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Frankfurt-Germany"]}} -{"id":"addr-d35d56d5cc2a14d2508e387e31e875f540cdfd98","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Linz"]}} -{"id":"addr-d3baf7aa4ff2b17366c4276d66c57c5197987638","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Boeblingen"]}} -{"id":"addr-d3e495d9faadf51cc1480c880c81b19fe8508d1c","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Strasbourg EP"]}} -{"id":"addr-d3eee28c267d1b7ca48e40d58ab4c750a7319e14","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Tübingen"]}} -{"id":"addr-d4196fc6deb60c1b131cb4a06e75a5a3e1293f1a","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Brussels/Be"]}} -{"id":"addr-d43f8f07515bd794be00520309099e13fbc7f01f","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Berlaymont Building - Brussels"]}} -{"id":"addr-d44a5833caa26834c3898a8945679a31285bd2ac","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["BREY-Brussels"]}} -{"id":"addr-d4b128ba1b18232af4e1bce56c95671132fa914b","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Nyon, Switzerland"]}} -{"id":"addr-d4d23c378c299f50cb5268f480f8a033db059897","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Brussels - VC Interactio"]}} -{"id":"addr-d508ce02935e099b36230ebc62592aae66d4cbc3","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["ONLINE"]}} -{"id":"addr-d533add5b28d71098be86f8355a175f193be91a7","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Bucharest (RO)"]}} -{"id":"addr-d56b40782dae8bfad8229045e470913126ce4fd5","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Jodoigne (Belgium)"]}} -{"id":"addr-d5b6661f3b0cd3a00f96865f0a66859f7fad1122","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Brussels ( Berlaymont)"]}} -{"id":"addr-d5d8846569e1aaf92f7239dc4169fa822d08f158","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Frankfurt"]}} -{"id":"addr-d6075d3d40b44a93f06ea26f5831c18e0c7bfd1c","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["The House of Austrian Indsutry, Schwarzenbergplatz 4, 1031 Wien"]}} -{"id":"addr-d619d5bc181267d72f54e9c93f681c28cc8dfafc","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Bali, Indonesia"]}} -{"id":"addr-d6404fdedd32b1115395061669e57ba00ebd9ea0","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["PHone call"]}} -{"id":"addr-d6788b0715b89d9781e90f4df364ac624d78e439","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["VC"]}} -{"id":"addr-d6908ca25b90cd500d9548e062fb3e6ae7799f32","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Speech via Video call"]}} -{"id":"addr-d69bb66febb1be98993cab9f20f5a084a482035e","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Sofia, Bulgaria"]}} -{"id":"addr-d6cd905f8481ddd294ec1521203ea72e789e6ee8","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Den Hague"]}} -{"id":"addr-d70f93df5e8f9b55be44fbeee9d203972e3383d4","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["FIXME"]}} -{"id":"addr-d73d2095144304ff867a9c62d03ebe9b348a0fa1","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["visio conference"]}} -{"id":"addr-d79323207796743d40c902d5c9d6bbd3dfc57307","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Brussels (Phone call)"]}} -{"id":"addr-d7aca82cf5335ecf8746b824c5cabb7e5bc6d7cb","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["European Commission- Brussels - Berlaymont"]}} -{"id":"addr-d7df553e47e69d1cc9f4189b36b7c867f80459b0","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Brussels - video conference"]}} -{"id":"addr-d7fc833be8f5c2c273139971669f38b5d85ff4b9","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Video - conferencing"]}} -{"id":"addr-d87e4e3908f82473ed813ca5f132993797b061f4","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Brusssels"]}} -{"id":"addr-d8a371b3fa458b067909c2df115e273d4cd9db21","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Antwerpen"]}} -{"id":"addr-d8b739012659ea0ce6937cf3eddaad3dee3bc555","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Bruxelles- Euroepean Commission"]}} -{"id":"addr-d8c4040cf3fd4b7e5b471fafeeaa68fd7e68777a","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["LISBON, Portugal"]}} -{"id":"addr-d8e3a56df806f4387fe8c9181fec81afe090150c","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["BERL 12/217"]}} -{"id":"addr-d8fcc194962334b6cdf5c2589993bc71f6ff1009","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Rust, Germany"]}} -{"id":"addr-d945bfda08a50688d7057ca697a8e40182f2523b","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Belgium, Brussels, Berlaymont"]}} -{"id":"addr-d9594cadb7485469e86812c6364bd2159b55e56b","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["European Commission –Brussels"]}} -{"id":"addr-d95d6f18bf5aa520177efd35a8eaa8c1601d907d","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Brussels - online event"]}} -{"id":"addr-d9d7ee36a586170b1437a2fd874edab327ea3896","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["MO59 8/10"]}} -{"id":"addr-d9dcae318061a5e9d022a1a1fcfc6c8b270854e7","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["videophonecall"]}} -{"id":"addr-da0c96105d431432b19f0a0790a7615f735572f0","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["L-41, 12/12"]}} -{"id":"addr-da28e2e86c6d6c7a7b3f692a8c370aa1e8406cff","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["videocall"]}} -{"id":"addr-da7705caa15608fea217326726ec6ed97a9c6c9d","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Rome"]}} -{"id":"addr-dabc5de2f5470d7f041a6bcdfd0111534ea82d41","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Anvers"]}} -{"id":"addr-dae0d6c5e02349ea1884d89852dbb46df44eae3b","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["BERL 11/258"]}} -{"id":"addr-db0f1bad13ab6d3a74c80dc4983cc31992ae96c1","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["BERL 10/093"]}} -{"id":"addr-dba6d331b10b61add24abcc9d9f087fdf08933a4","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Maribor"]}} -{"id":"addr-dc3b97df8535df59debfbe44718c3032fde24f04","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Lille, France"]}} -{"id":"addr-dc3f5c35b8d1dd1fda6c9307e6dfc52a29a01d7a","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["EC, BERL"]}} -{"id":"addr-dc64e010c3d51386a4fce72f2989bee4cd34a754","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Delft"]}} -{"id":"addr-dc81691d3f747a7e7d4cbe0a008c6345a5438415","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Sofia"]}} -{"id":"addr-dca4fa0b4d01a580786b610c8c4a5fdfcc5f5ce3","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Tianjin"]}} -{"id":"addr-dcb9711eb850404cc2f135ca801ab8a3e2045990","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Video phone call"]}} -{"id":"addr-dd07a9d55126dd4563305e4abb56ff22a08686b9","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Videoconference Brussels"]}} -{"id":"addr-dd35c44e74741713122086667a007c081d455ecd","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Ajdovscina, Slovenia"]}} -{"id":"addr-dd3b0c7d4988796c575d04dcdea6b73ec42398d0","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Salzburg, Austria"]}} -{"id":"addr-ddb0493c46576a8eaae3e38be1278d1530d82063","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["BER 08/323"]}} -{"id":"addr-de0743a2fdfb09398c70fe6e215538d7c5874ea2","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["BERL - CAB HOGAN"]}} -{"id":"addr-de20e2f5156d28855b79ba1d810d057bb026a66a","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Washington D.C."]}} -{"id":"addr-de5429d6f4fa2c86427a50757791de88a0b75c85","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Roma"]}} -{"id":"addr-de87a100e866f5e43876302b0f555a2636c0982f","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Videoceonference"]}} -{"id":"addr-dee45fa36f6fea7b6920132acb02f707e309643d","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Bruxelles, Belgique"]}} -{"id":"addr-df02e6a94acfec3d300718539ffe66c007593aba","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["rue ravesntein"]}} -{"id":"addr-df0e08ec39b4f147656f95873a2525d0f94b1b3a","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Viennna, Austria"]}} -{"id":"addr-dfc9d8761923e0ca7d3478f7cc52c86c52deb272","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Berlin (DE)"]}} -{"id":"addr-e00041c776f23c9a39a848462341afea3891cddb","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["zoom platform"]}} -{"id":"addr-e00dab6ce83c06dae166fbe52213c1ab2efe671f","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Sternenfels"]}} -{"id":"addr-e020cfbb0c515de52fc8486c665235367051e413","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["RIGA"]}} -{"id":"addr-e053f91a8ea23862306a83fbfd2bb55b7714b54e","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Abu Dhabi, United Arab Emirates"]}} -{"id":"addr-e0677f47273dae978abfda252868804635c71d58","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Lesvos, Greece"]}} -{"id":"addr-e13643f4f25d579ec8248a5a36064a1ff4ac81a2","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Brussels/ videocall"]}} -{"id":"addr-e173a1d12ebc53b0061e2a7cef6756ef5e107b6e","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Stanhope Hotel"]}} -{"id":"addr-e18fc07eed589189e6d783c41858948aedfb6f82","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["BERL 13"]}} -{"id":"addr-e2031099ac69651b683d551b7a3471daf1b3a638","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["berlaymont"]}} -{"id":"addr-e2089034cdb2f64319158d8903a5a398d3c35be4","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Luxembourg, Grand Duchy of Luxembourg"]}} -{"id":"addr-e260b1b791f27abac6a4f7771a2401be6aee67a9","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Davos"]}} -{"id":"addr-e26ec8db46626d4f460f33bdb70c0f9dfa8ef7f3","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["conference call"]}} -{"id":"addr-e2ac482d1288cec4c4f8582bbf6bda7df2ce52d9","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["hybrid"]}} -{"id":"addr-e2daa1574b7ac475c827b33e281bd2d5e013c882","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["brussels"]}} -{"id":"addr-e2f7a6e1c4f4d896eda59fd1569f98ab35ee6d04","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Online - Meet Google"]}} -{"id":"addr-e31fc3469c04a83961c7159624174a5380ebbd10","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Helsinki (Finland)"]}} -{"id":"addr-e3361ece307640a0a9cfc05c50ebbd7b9a4adb6d","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Brussels (webinar)"]}} -{"id":"addr-e3590e5a51abba630b4bc005c28290275c6cad75","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Virtual Roundtable"]}} -{"id":"addr-e3772ac4b4db87b4a8dbfa59ef43cd1a8ad29515","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["France"]}} -{"id":"addr-e3b7413b2ac93be00b6bcff51fdc1374d67118bd","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Video Conferencing"]}} -{"id":"addr-e3bd731ff34bfcff0ad8559b6c63e18662293892","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["video-call"]}} -{"id":"addr-e45276afe03aee1857837ea180a1cc05425db93c","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Brussels - Webex - virtual meeting"]}} -{"id":"addr-e47e3261356399c0a8ae7125a7f9514f1c92db0d","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Virtually"]}} -{"id":"addr-e489095a1c43186b4d6237952e20b84cedb6348c","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Washington, U.S.A."]}} -{"id":"addr-e4bd3d2c76ca1d72b5352e26d781cf528ebb6e76","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Brussels (Zoom)"]}} -{"id":"addr-e4e354706a3102b63cad3cab5f02cb2829113b52","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Hotel Plaza, Brussels"]}} -{"id":"addr-e521cc294e6e4a17e5832e397f1bbc8aa0ab7438","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Palo Alto, USA"]}} -{"id":"addr-e59a5e703aa266dee31302454b2a10e04c57b23b","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Belgium, Berl"]}} -{"id":"addr-e5a6dacee1ad2b2d7b3035a3b74473aa452134fb","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Conference all"]}} -{"id":"addr-e5c2a21d6e72b45573cee532f33f8337d8f6ea26","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Vidéoconference"]}} -{"id":"addr-e611dc74f08dc0cb4369d9147ee1bc357f769320","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Videconference"]}} -{"id":"addr-e61c5763024841f8e76129f0a0d37185c55db0ce","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["European Association of Paritarian Institutions"]}} -{"id":"addr-e6a53b84d8277f8e47d140494dbfa0108ba00803","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["brussels, belgium"]}} -{"id":"addr-e6ba3e89050fdfff2010d3fb9d2fbe42cd1cafd9","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Brussles"]}} -{"id":"addr-e71b4e2501c46513c6fb4afae505004b89e0a5ff","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Brusssels, Belgium"]}} -{"id":"addr-e72a184ab34743dd28b9c5e0219c275c06424afb","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Bruxelles - Skype meeting"]}} -{"id":"addr-e77efdbbc0315cf760548f47abe123d50217fa6b","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Vienna. Austria"]}} -{"id":"addr-e82748a2c8e3161f90df7e6371d3ff29278cd122","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["VB Wien"]}} -{"id":"addr-e85eebaf80c41fd7ae92316f22f67331a78b4b77","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Brusels"]}} -{"id":"addr-e87343cbe104cbe0b8ae1860fd2a81bb834e794c","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Brussels VTC"]}} -{"id":"addr-e97bc08f486cf9e62d456a3e2a48184d923c2549","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Brussels - video call meeting"]}} -{"id":"addr-e98260de43e8b705667726783aef78b8badb67e7","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Riga"]}} -{"id":"addr-e9e69ebb9ebc1459298db0efbd1a887542a75e85","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Lech"]}} -{"id":"addr-ea09a5487e52eb77c47311c096216526c6b9a36d","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Alkmaar"]}} -{"id":"addr-ea35855c1124af33496fcb49d0e82311aa01e772","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Brussels, BERL 10th"]}} -{"id":"addr-ea3774da1363e28bc141489d7665601a8525ae0e","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Edinburgh"]}} -{"id":"addr-ea7845efbe43927319fadc71f209f6d2997709fa","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Brussels Berl 10/411"]}} -{"id":"addr-ea79522a5f506ee77978cb65b7f26646f666e55f","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Göteborg, Sweden"]}} -{"id":"addr-ea8c21a6bd2784b6094a42c60f7cdea0548893da","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Webex Meeting"]}} -{"id":"addr-eaaa98c29bbb4b0a508515a16c8b783a19a2a3df","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Tallinn"]}} -{"id":"addr-eacb20159164fa15c55f87d7d66068b4b2ceaf39","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Geneva"]}} -{"id":"addr-eb2131ece0efe78ee8bb1ae98af6099114a8df09","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Ireland"]}} -{"id":"addr-eb34025336c18a15a5b59a792815ac4275d8866a","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Videoconferece"]}} -{"id":"addr-eb3cf6d1e626d666550466bd7e4b75f3a4dcab63","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["BERL 08/155"]}} -{"id":"addr-eb732649f9e2327bb6f534be4b9ba085b3250ac9","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Marrakech"]}} -{"id":"addr-eb93a5212d92031c0f769082bfa3502a46083f73","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Brussels - Webex- virtual meeting"]}} -{"id":"addr-ebc9fd5c2f372a32153cf3f4d5fb918a96b84a88","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Video conference"]}} -{"id":"addr-ebd7a8aabb880d514ee4ffa182d52dd7cd518f8b","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Sillicon Valley, USA"]}} -{"id":"addr-ec1b13e7905dbe946388ffc80ac1b7f2624ca649","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Stuttgart"]}} -{"id":"addr-ec39b0e5ff7ac739c107b513d4c071057c5b57c4","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Bruxelles (Berlaymont)"]}} -{"id":"addr-ec9a593965f7157e680f3d82f93a8296e5629a46","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Rio de Janeiro, Brasil"]}} -{"id":"addr-ec9ccc1cfd778ac8a1d083d7f286094fc41a4c5f","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["skype visio call"]}} -{"id":"addr-ecc96904d5dca94b3751783d97209baeceea145f","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Venice"]}} -{"id":"addr-ed078b6749077909a1a45720507ac2da9277b8b3","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Virtual Meeting"]}} -{"id":"addr-ed202dfc7fa28f2852f668d954be63152665eb51","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["virtual interview (Brussels)"]}} -{"id":"addr-ed59bd32b6f82e470a91453c767829711d01ed0f","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Videonconference"]}} -{"id":"addr-ed5bacbef8dec3b5432f9f08fde1371aee3acb5e","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Brussels / online"]}} -{"id":"addr-eda445c4955377862aa542463ce6a4f27ee909d5","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Brussels - Berlaymont"]}} -{"id":"addr-edc63aa399551819a3617ee4ee632e08f12ded8d","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Dalian"]}} -{"id":"addr-edc8b579303fa0a0f3eb16cc3f9ce58c6f370dff","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Takamatsu (Japan)"]}} -{"id":"addr-edd267650021a4362c42af5402404c862ecf7759","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["US Dairy Export Council"]}} -{"id":"addr-edfcbf160fbf1b47781f3f4f6c488a419882d1a2","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["168 avenue Cortenbergh - 1000 Brussels"]}} -{"id":"addr-ee12e83cbbe0387def26b52df80adad4e674f613","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Turin"]}} -{"id":"addr-ee37459f9da8e4d3d6b81f97a9f79143b673860b","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Sipoo, Finland"]}} -{"id":"addr-ee93c1b4a4cd8aca76158d1d4b256fd51e3058d7","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Confindustria"]}} -{"id":"addr-eeb21cf467d7c6526b4d05a04b67674675f2c7bf","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Representatin of European Commission in Slovenia"]}} -{"id":"addr-eebb4d666a4a649028eea9b1b5339efa482d88ff","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Brussels/European Parliament"]}} -{"id":"addr-eee1feebc17b3c7a229c67678392ac489d04d92a","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Bruxelles, Belgium"]}} -{"id":"addr-eee31587100dc76fd40e4968a4f284474ca7549c","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Ottawa, Canada"]}} -{"id":"addr-ef02e626ff143b1c91c077edb70a0779e1e3c416","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Comece Secretariat"]}} -{"id":"addr-ef87d086df7b220ed76c9f59ee6efadfac8480c7","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Brussels (online)"]}} -{"id":"addr-f018d7fc78094db585979979a03d97c0301bf7be","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Karlsruhe"]}} -{"id":"addr-f03efc35971af6f9b1512657e5477d6b2a5a43b5","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Sant Egidio office Brussels"]}} -{"id":"addr-f098c96721e8ec06a975a0f103d9c585c08913a2","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Sofia (BG)"]}} -{"id":"addr-f0c9e013a8a354b84692bec2292e2800173b9d99","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Video Conferencing - Brussels"]}} -{"id":"addr-f0cb1130cdcdfc89a650831d8cd4c88e0f1fa9c7","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Athens - Greece"]}} -{"id":"addr-f0dad347d0bc21cb71a5413cff5240d9446fd6c7","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Rue d'Italie, 9-13, 1050 Brussels"]}} -{"id":"addr-f10cecc2575716be8c257eb81b987b08512913aa","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Cabinet Juncker"]}} -{"id":"addr-f18e070b1be16f82de459b112e65e1824913d909","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["davos"]}} -{"id":"addr-f1b33ccdb4b8fa475dc659d681cd6b26d6443329","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Berlaymont 8th floor"]}} -{"id":"addr-f1d4cd3d648bbf68538a20811a2b66ba9115dc2e","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Hoek Zeeland"]}} -{"id":"addr-f1eaa86811af0e4c1462b94d3819e2a1f8a9dd4b","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Brussels, European Commission"]}} -{"id":"addr-f1ef175756e0f637f1fb8ae47f65517d0601549a","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Prague"]}} -{"id":"addr-f1f488b00e388d8c008a6fd2fb588365cb08b213","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Brussels- EP"]}} -{"id":"addr-f1fdffc604de547f5e9f8fdeaf52660a00ec6952","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Ho Chi Minh City, Vietnam"]}} -{"id":"addr-f25323ad8502876d55982e6ef45d1c5db06d7764","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Videoonference"]}} -{"id":"addr-f25ec8698246a982447abdf5334bae49661ecaf5","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Kilkenny, Ireland"]}} -{"id":"addr-f298fd8ea1b4ac3e69920e8ff62e8459fd1e13cc","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Breda"]}} -{"id":"addr-f2c4f2ef1ea88618aa1533f69b0d18fc1125a9d2","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Madrid, Spain"]}} -{"id":"addr-f2cf5c2d82cd45b505492e2e10496a8441013262","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Cologne"]}} -{"id":"addr-f2e0a1d1f20833035b8e2c8ae1f561c9b1412cf9","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Belgium, Brussels, DG ECHO premises, L86"]}} -{"id":"addr-f3697ddd371551f8ae289c671a7fd8ae8cb5a210","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["BERL 8/168"]}} -{"id":"addr-f3e904775c6fbd7c983cdd3a17aab2568d9d851a","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Langen, Germany"]}} -{"id":"addr-f40befb82d51fcc5665a271591a0ea05ae33885e","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Beaulieu"]}} -{"id":"addr-f4433977a8c50bb6ec8d96b28460dbe2724968aa","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Hannover CEBIT"]}} -{"id":"addr-f455d873954e4cde2963bba85c6216d5aad9aef5","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Brussels / Belgium"]}} -{"id":"addr-f46c6c045de646595f4abea6e6c752b620b1b2e8","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["webex call"]}} -{"id":"addr-f55ca874621a9d88980ba3e59ffa93f0f65d92b8","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Avenue des Arts 53"]}} -{"id":"addr-f56988f3017ac8cccc671e8962abe16669687bd8","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Hotel Martin's Brussels EU"]}} -{"id":"addr-f56c25536b905e7a31a05d307b667561d02f2aba","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Brussls, Belgium"]}} -{"id":"addr-f5ae8babe3490739bda9552309d82798cffbb7f1","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Paianias"]}} -{"id":"addr-f5bdc57e12ab95de489aebc29f6494d504616518","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["BER 12/243"]}} -{"id":"addr-f6a59fcebef2d39582829bc73373e271072b9d8d","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Brussels - TEAMS meeting"]}} -{"id":"addr-f6c3dc4ab736efbeb60a8e4bc749a1bb2bdf3251","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Vilnius, Lithuania"]}} -{"id":"addr-f6e0a502055fa6884dcdf7709ff813db941810e6","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Brussels, BERL 10th floor"]}} -{"id":"addr-f6e68b0052d1a895aac95fb9eb4c68e2119a4ec0","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["BREY 14/069"]}} -{"id":"addr-f72d425cd0ca3d73d342093fe1064fb8a32c0545","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["The Netherlands, Den Haag"]}} -{"id":"addr-f7328a981da1b705ba25d3333daf0cf2fca0c8ea","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Ljubljana, Slovenia"]}} -{"id":"addr-f74337897287bf1b546f30505f5b1f693a87af50","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["BRUSSELS"]}} -{"id":"addr-f7afed090b2092aeb6c0ef6427daf42d5e84fe77","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["PRAGUE, CZECH REPUBLIC"]}} -{"id":"addr-f807f09fe93e68b66c4995de531a368ec215ccfd","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Berlaymont, 10/021"]}} -{"id":"addr-f84dbcb486c93eb5b487ff397f8a06d7de177d88","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["online conference"]}} -{"id":"addr-f8652daf581a83dcf3a2f41fe69787aec1951090","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Brussels (conference call)"]}} -{"id":"addr-f884d1e4bdb042bd6655b541201f2f7e9978437e","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["ENTSO, Brussels"]}} -{"id":"addr-f8a113cf6120751c6289ff9fced8d6fa214263d3","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Brussels (BERL)"]}} -{"id":"addr-f8c46889b6ab9c6bbad8df49ec395d1482437918","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Virtual call"]}} -{"id":"addr-f8ce8e272ea1c02c3f39d3b23707bc2378a8ed81","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Rue Montoyer 15"]}} -{"id":"addr-f8f0614046c0ec8e813168d968d09f3a5989bccc","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Warsaw (PL)"]}} -{"id":"addr-f908dc7d80d91ca91b35c7936354a28900a023cf","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Brussels (virtual via zoom)"]}} -{"id":"addr-f9aeb8397177f59b7eddd4e61f309ddd013ad3f5","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Av. De Cortenbergh 168"]}} -{"id":"addr-fa071e4c73b9290bc4fa5a9b8ac5fe6d014306f1","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Brussels Videoconference"]}} -{"id":"addr-fa0754b9861f7065fd7c6270efb07fc6ac3b0ad8","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Lisboa"]}} -{"id":"addr-fa07e5a0897334c8e4b3c268a55e305dc884f82f","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Helsinki (via Teams)"]}} -{"id":"addr-fa23ba76578f641c8aa38c39109cfc9a80b30bec","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["European Commission, Brussels, Belgium"]}} -{"id":"addr-fa733304004a702ee61500c256d1139b5108581c","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Gateway building – Luchthaven Nationaal 1J, 1930 Zaventem, Belgium"]}} -{"id":"addr-fa9728550793a141487f289dc25f2dd9c4e473a9","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Brussels. Belgium"]}} -{"id":"addr-fb019791d3f712a490a0f9c09b8cce29f0460251","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Brussels -videoconference"]}} -{"id":"addr-fb1178ea299e67990c6feb254018fe3d42cd2186","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["BERL 12/243"]}} -{"id":"addr-fb15d1e5d748ce024a944f59f9bf651919032bd1","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Lausanne"]}} -{"id":"addr-fb61c8a8eba24117016597fc7618f38821b16e8f","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Netherlands"]}} -{"id":"addr-fb6c6837b482be6e11769f2aa0752f10f2ccb563","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Brussesls, Belgium"]}} -{"id":"addr-fb8936c188f53a7eb5cbd12e71c33e932fbbc6ac","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["BERL 10/286"]}} -{"id":"addr-fb95e850a65891709c36c31a0bb9e42b4c89a613","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["In person"]}} -{"id":"addr-fbadb22cc438ab6e67737bbc0c3b51ebe025bfb0","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Telephone"]}} -{"id":"addr-fbb5f8249b0893265753dd5a9ad6a5774afc9ac6","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Representation of the Free State of Bavaria to the European Union- Brussels"]}} -{"id":"addr-fbcb419474e313795836629d33717c907acc00f1","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["BERL - Brussels"]}} -{"id":"addr-fc0708f6896b9fe62b8d64796f8a902dfa5a3fa0","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Brusseks"]}} -{"id":"addr-fc1d49ef884f6a7b62842b93c5c3474fcf89e743","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Conference Call"]}} -{"id":"addr-fc67cee2ddcdbfc137974f9390dc29076c9afa47","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Brussels/ online"]}} -{"id":"addr-fc86ff6aaa2cd722afeb09a33ccd03fec72f8cd1","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Berlaymont, Brussels"]}} -{"id":"addr-fc9109bfeb2910d4db59774fbc7f1b7511e8be9d","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Exchange of views"]}} -{"id":"addr-fc9a259898bcaf4c26fe1f957994d7a6720da0f3","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["London, United Kingdom"]}} -{"id":"addr-fcb4f4de76b63a4182da29c91410b46fb141aee9","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["video confrerence"]}} -{"id":"addr-fcbd65a0db150e070a53160cd71680af21946d41","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["J-70 4/69"]}} -{"id":"addr-fcfeded9465b3bfe6f486fb872357db90a6617c9","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Brussles, Belgium"]}} -{"id":"addr-fd005d1da26cd3c9a734fbbadaf813e8115acdeb","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Video Conference"]}} -{"id":"addr-fd2976427e185ea84b59d6943ad1a3896575d902","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Ghent city hall"]}} -{"id":"addr-fdd1466b9d9185bd3105871b8494bd4a5824c29a","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["The Hague"]}} -{"id":"addr-fde1a37d46be2f795966d1a49beb8427f36ad646","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Brussels German Marshall Fund Forum – Brussels"]}} -{"id":"addr-fded4166fa89a7ad76c88c06671d2ebd75e015b7","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Fremont California"]}} -{"id":"addr-fe4580120e578f5899b4d753b36b5313310f6173","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Brussels/BE"]}} -{"id":"addr-fe4e446e82fb4037676df15fda8cb416889bf0f4","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Brussels, Belgium and ONLINE (hybrid meeting)"]}} -{"id":"addr-fe780a38875d1b6c39913ba29152278dedbe5d33","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["BERL 10/394"]}} -{"id":"addr-fe85b13894aa74f95c597e7c24cb01db45138f53","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["New York, USA"]}} -{"id":"addr-fef5ada19a697ac5eeec2297d5bb1056a13707a3","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["1 Rue Zinner"]}} -{"id":"addr-ff1c98271ad3e965a92aa58a095b221631ecf520","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["BERL 8/155"]}} -{"id":"addr-ff2079752b92acc7223ccab7969c6d04cba3b924","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Belgium, Brussels, BERL 10th"]}} -{"id":"addr-ff5250be1b5bfa1c741aa7bfc390b27ec2fc8289","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Berl, Brussels"]}} -{"id":"addr-ff840e2ba5c9624d68fc3914acfd24ab1220804e","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Rennes"]}} -{"id":"addr-ff91b693ec20698bf6286453343f43e324ff421d","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["Milano"]}} -{"id":"addr-ff93c2d8e4db19a1f99064b404c7decbcbaf78a9","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["Brussels, Brussels"]}} -{"id":"addr-ffb131ca5715900fdc979d50b1867b8fb8ab0af7","referents":[],"datasets":["ec_meetings"],"schema":"Address","properties":{"full":["video and audio conferencing"]}} -{"id":"addr-ffbaf58f1231628f9ac2a583f038b51719006ec6","datasets":["ec_meetings"],"referents":[],"schema":"Address","properties":{"full":["video"]}} -{"id":"ec-adina-cabinet-commissioner-of-valean","datasets":["ec_meetings"],"referents":[],"schema":"PublicBody","properties":{"name":["Cabinet of Commissioner Adina Vălean"],"jurisdiction":["eu"]}} -{"id":"ec-andriukaitis-cabinet-commissioner-of-vytenis","datasets":["ec_meetings"],"referents":[],"schema":"PublicBody","properties":{"name":["Cabinet of Commissioner Vytenis Andriukaitis"],"jurisdiction":["eu"]}} -{"id":"ec-andrus-ansip-cabinet-of-president-vice","datasets":["ec_meetings"],"referents":[],"schema":"PublicBody","properties":{"name":["Cabinet of Vice-President Andrus Ansip"],"jurisdiction":["eu"]}} -{"id":"ec-arias-cabinet-canete-miguel-of-president-vice","datasets":["ec_meetings"],"referents":[],"schema":"PublicBody","properties":{"name":["Cabinet of Vice-President Miguel Arias Cañete"],"jurisdiction":["eu"]}} -{"id":"ec-avramopoulos-cabinet-commissioner-dimitris-of","datasets":["ec_meetings"],"referents":[],"schema":"PublicBody","properties":{"name":["Cabinet of Commissioner Dimitris Avramopoulos"],"jurisdiction":["eu"]}} -{"id":"ec-bienkowska-cabinet-commissioner-elzbieta-of","datasets":["ec_meetings"],"referents":[],"schema":"PublicBody","properties":{"name":["Cabinet of Commissioner Elżbieta Bieńkowska"],"jurisdiction":["eu"]}} -{"id":"ec-borrell-cabinet-fontelles-high-josep-of-representative","datasets":["ec_meetings"],"referents":[],"schema":"PublicBody","properties":{"name":["Cabinet of High Representative Josep Borrell Fontelles"],"jurisdiction":["eu"]}} -{"id":"ec-breton-cabinet-commissioner-of-thierry","datasets":["ec_meetings"],"referents":[],"schema":"PublicBody","properties":{"name":["Cabinet of Commissioner Thierry Breton"],"jurisdiction":["eu"]}} -{"id":"ec-bulc-cabinet-commissioner-of-violeta","datasets":["ec_meetings"],"referents":[],"schema":"PublicBody","properties":{"name":["Cabinet of Commissioner Violeta Bulc"],"jurisdiction":["eu"]}} -{"id":"ec-cabinet-carlos-commissioner-moedas-of","datasets":["ec_meetings"],"referents":[],"schema":"PublicBody","properties":{"name":["Cabinet of Commissioner Carlos Moedas"],"jurisdiction":["eu"]}} -{"id":"ec-cabinet-cecilia-malmstrom-of-president-vice","datasets":["ec_meetings"],"referents":[],"schema":"PublicBody","properties":{"name":["Cabinet of Vice-President Cecilia Malmström"],"jurisdiction":["eu"]}} -{"id":"ec-cabinet-christos-commissioner-of-stylianides","datasets":["ec_meetings"],"referents":[],"schema":"PublicBody","properties":{"name":["Cabinet of Commissioner Christos Stylianides"],"jurisdiction":["eu"]}} -{"id":"ec-cabinet-claude-jean-juncker-of-president","datasets":["ec_meetings"],"referents":[],"schema":"PublicBody","properties":{"name":["Cabinet of President Jean-Claude Juncker"],"jurisdiction":["eu"]}} -{"id":"ec-cabinet-commissioner-corina-cretu-of","datasets":["ec_meetings"],"referents":[],"schema":"PublicBody","properties":{"name":["Cabinet of Commissioner Corina Crețu"],"jurisdiction":["eu"]}} -{"id":"ec-cabinet-commissioner-dalli-helena-of","datasets":["ec_meetings"],"referents":[],"schema":"PublicBody","properties":{"name":["Cabinet of Commissioner Helena Dalli"],"jurisdiction":["eu"]}} -{"id":"ec-cabinet-commissioner-didier-of-reynders","datasets":["ec_meetings"],"referents":[],"schema":"PublicBody","properties":{"name":["Cabinet of Commissioner Didier Reynders"],"jurisdiction":["eu"]}} -{"id":"ec-cabinet-commissioner-elisa-ferreira-of","datasets":["ec_meetings"],"referents":[],"schema":"PublicBody","properties":{"name":["Cabinet of Commissioner Elisa Ferreira"],"jurisdiction":["eu"]}} -{"id":"ec-cabinet-commissioner-gabriel-mariya-of","datasets":["ec_meetings"],"referents":[],"schema":"PublicBody","properties":{"name":["Cabinet of Commissioner Mariya Gabriel"],"jurisdiction":["eu"]}} -{"id":"ec-cabinet-commissioner-gentiloni-of-paolo","datasets":["ec_meetings"],"referents":[],"schema":"PublicBody","properties":{"name":["Cabinet of Commissioner Paolo Gentiloni"],"jurisdiction":["eu"]}} -{"id":"ec-cabinet-commissioner-hahn-johannes-of","datasets":["ec_meetings"],"referents":[],"schema":"PublicBody","properties":{"name":["Cabinet of Commissioner Johannes Hahn"],"jurisdiction":["eu"]}} -{"id":"ec-cabinet-commissioner-hill-jonathan-of","datasets":["ec_meetings"],"referents":[],"schema":"PublicBody","properties":{"name":["Cabinet of Commissioner Jonathan Hill"],"jurisdiction":["eu"]}} -{"id":"ec-cabinet-commissioner-hogan-of-phil","datasets":["ec_meetings"],"referents":[],"schema":"PublicBody","properties":{"name":["Cabinet of Commissioner Phil Hogan"],"jurisdiction":["eu"]}} -{"id":"ec-cabinet-commissioner-janez-lenarcic-of","datasets":["ec_meetings"],"referents":[],"schema":"PublicBody","properties":{"name":["Cabinet of Commissioner Janez Lenarčič"],"jurisdiction":["eu"]}} -{"id":"ec-cabinet-commissioner-janusz-of-wojciechowski","datasets":["ec_meetings"],"referents":[],"schema":"PublicBody","properties":{"name":["Cabinet of Commissioner Janusz Wojciechowski"],"jurisdiction":["eu"]}} -{"id":"ec-cabinet-commissioner-johansson-of-ylva","datasets":["ec_meetings"],"referents":[],"schema":"PublicBody","properties":{"name":["Cabinet of Commissioner Ylva Johansson"],"jurisdiction":["eu"]}} -{"id":"ec-cabinet-commissioner-jourova-of-vera","datasets":["ec_meetings"],"referents":[],"schema":"PublicBody","properties":{"name":["Cabinet of Commissioner Věra Jourová"],"jurisdiction":["eu"]}} -{"id":"ec-cabinet-commissioner-julian-king-of","datasets":["ec_meetings"],"referents":[],"schema":"PublicBody","properties":{"name":["Cabinet of Commissioner Julian King"],"jurisdiction":["eu"]}} -{"id":"ec-cabinet-commissioner-jutta-of-urpilainen","datasets":["ec_meetings"],"referents":[],"schema":"PublicBody","properties":{"name":["Cabinet of Commissioner Jutta Urpilainen"],"jurisdiction":["eu"]}} -{"id":"ec-cabinet-commissioner-kadri-of-simson","datasets":["ec_meetings"],"referents":[],"schema":"PublicBody","properties":{"name":["Cabinet of Commissioner Kadri Simson"],"jurisdiction":["eu"]}} -{"id":"ec-cabinet-commissioner-kyriakides-of-stella","datasets":["ec_meetings"],"referents":[],"schema":"PublicBody","properties":{"name":["Cabinet of Commissioner Stella Kyriakides"],"jurisdiction":["eu"]}} -{"id":"ec-cabinet-commissioner-mairead-mcguinness-of","datasets":["ec_meetings"],"referents":[],"schema":"PublicBody","properties":{"name":["Cabinet of Commissioner Mairead Mcguinness"],"jurisdiction":["eu"]}} -{"id":"ec-cabinet-commissioner-margrethe-of-vestager","datasets":["ec_meetings"],"referents":[],"schema":"PublicBody","properties":{"name":["Cabinet of Commissioner Margrethe Vestager"],"jurisdiction":["eu"]}} -{"id":"ec-cabinet-commissioner-marianne-of-thyssen","datasets":["ec_meetings"],"referents":[],"schema":"PublicBody","properties":{"name":["Cabinet of Commissioner Marianne Thyssen"],"jurisdiction":["eu"]}} -{"id":"ec-cabinet-commissioner-moscovici-of-pierre","datasets":["ec_meetings"],"referents":[],"schema":"PublicBody","properties":{"name":["Cabinet of Commissioner Pierre Moscovici"],"jurisdiction":["eu"]}} -{"id":"ec-cabinet-commissioner-navracsics-of-tibor","datasets":["ec_meetings"],"referents":[],"schema":"PublicBody","properties":{"name":["Cabinet of Commissioner Tibor Navracsics"],"jurisdiction":["eu"]}} -{"id":"ec-cabinet-commissioner-nicolas-of-schmit","datasets":["ec_meetings"],"referents":[],"schema":"PublicBody","properties":{"name":["Cabinet of Commissioner Nicolas Schmit"],"jurisdiction":["eu"]}} -{"id":"ec-cabinet-commissioner-of-oliver-varhelyi","datasets":["ec_meetings"],"referents":[],"schema":"PublicBody","properties":{"name":["Cabinet of Commissioner Olivér Várhelyi"],"jurisdiction":["eu"]}} -{"id":"ec-cabinet-commissioner-of-sinkevicius-virginijus","datasets":["ec_meetings"],"referents":[],"schema":"PublicBody","properties":{"name":["Cabinet of Commissioner Virginijus Sinkevičius"],"jurisdiction":["eu"]}} -{"id":"ec-cabinet-der-leyen-of-president-ursula-von","datasets":["ec_meetings"],"referents":[],"schema":"PublicBody","properties":{"name":["Cabinet of President Ursula von der Leyen"],"jurisdiction":["eu"]}} -{"id":"ec-cabinet-dombrovskis-executive-of-president-valdis-vice","datasets":["ec_meetings"],"referents":[],"schema":"PublicBody","properties":{"name":["Cabinet of Executive Vice-President Valdis Dombrovskis"],"jurisdiction":["eu"]}} -{"id":"ec-cabinet-dombrovskis-of-president-valdis-vice","datasets":["ec_meetings"],"referents":[],"schema":"PublicBody","properties":{"name":["Cabinet of Vice-President Valdis Dombrovskis"],"jurisdiction":["eu"]}} -{"id":"ec-cabinet-dubravka-of-president-suica-vice","datasets":["ec_meetings"],"referents":[],"schema":"PublicBody","properties":{"name":["Cabinet of Vice-President Dubravka Šuica"],"jurisdiction":["eu"]}} -{"id":"ec-cabinet-executive-frans-of-president-timmermans-vice","datasets":["ec_meetings"],"referents":[],"schema":"PublicBody","properties":{"name":["Cabinet of Executive Vice-President Frans Timmermans"],"jurisdiction":["eu"]}} -{"id":"ec-cabinet-executive-margrethe-of-president-vestager-vice","datasets":["ec_meetings"],"referents":[],"schema":"PublicBody","properties":{"name":["Cabinet of Executive Vice-President Margrethe Vestager"],"jurisdiction":["eu"]}} -{"id":"ec-cabinet-federica-high-mogherini-of-president-representative-vice","datasets":["ec_meetings"],"referents":[],"schema":"PublicBody","properties":{"name":["Cabinet of High Representative / Vice-President Federica Mogherini"],"jurisdiction":["eu"]}} -{"id":"ec-cabinet-first-frans-of-president-timmermans-vice","datasets":["ec_meetings"],"referents":[],"schema":"PublicBody","properties":{"name":["Cabinet of First Vice-President Frans Timmermans"],"jurisdiction":["eu"]}} -{"id":"ec-cabinet-georgieva-kristalina-of-president-vice","datasets":["ec_meetings"],"referents":[],"schema":"PublicBody","properties":{"name":["Cabinet of Vice-President Kristalina Georgieva"],"jurisdiction":["eu"]}} -{"id":"ec-cabinet-gunther-oettinger-of-president-vice","datasets":["ec_meetings"],"referents":[],"schema":"PublicBody","properties":{"name":["Cabinet of Vice-President Günther Oettinger"],"jurisdiction":["eu"]}} -{"id":"ec-cabinet-hahn-johannes-of-president-vice","datasets":["ec_meetings"],"referents":[],"schema":"PublicBody","properties":{"name":["Cabinet of Vice-President Johannes Hahn"],"jurisdiction":["eu"]}} -{"id":"ec-cabinet-jourova-of-president-vera-vice","datasets":["ec_meetings"],"referents":[],"schema":"PublicBody","properties":{"name":["Cabinet of Vice-President Věra Jourová"],"jurisdiction":["eu"]}} -{"id":"ec-cabinet-jyrki-katainen-of-president-vice","datasets":["ec_meetings"],"referents":[],"schema":"PublicBody","properties":{"name":["Cabinet of Vice-President Jyrki Katainen"],"jurisdiction":["eu"]}} -{"id":"ec-cabinet-karmenu-of-president-vella-vice","datasets":["ec_meetings"],"referents":[],"schema":"PublicBody","properties":{"name":["Cabinet of Vice-President Karmenu Vella"],"jurisdiction":["eu"]}} -{"id":"ec-cabinet-margaritis-of-president-schinas-vice","datasets":["ec_meetings"],"referents":[],"schema":"PublicBody","properties":{"name":["Cabinet of Vice-President Margaritis Schinas"],"jurisdiction":["eu"]}} -{"id":"ec-cabinet-maros-of-president-sefcovic-vice","datasets":["ec_meetings"],"referents":[],"schema":"PublicBody","properties":{"name":["Cabinet of Vice-President Maroš Šefčovič"],"jurisdiction":["eu"]}} -{"id":"ec-cabinet-mimica-neven-of-president-vice","datasets":["ec_meetings"],"referents":[],"schema":"PublicBody","properties":{"name":["Cabinet of Vice-President Neven Mimica"],"jurisdiction":["eu"]}} -{"id":"ec-dg-agri","datasets":["ec_meetings"],"referents":[],"schema":"PublicBody","properties":{"name":["Agriculture and Rural Development"],"weakAlias":["AGRI"],"jurisdiction":["eu"]}} -{"id":"ec-dg-budg","datasets":["ec_meetings"],"referents":[],"schema":"PublicBody","properties":{"name":["Budget"],"weakAlias":["BUDG"],"jurisdiction":["eu"]}} -{"id":"ec-dg-clima","datasets":["ec_meetings"],"referents":[],"schema":"PublicBody","properties":{"name":["Climate Action"],"weakAlias":["CLIMA"],"jurisdiction":["eu"]}} -{"id":"ec-dg-comm","datasets":["ec_meetings"],"referents":[],"schema":"PublicBody","properties":{"name":["Communication"],"weakAlias":["COMM"],"jurisdiction":["eu"]}} -{"id":"ec-dg-comp","datasets":["ec_meetings"],"referents":[],"schema":"PublicBody","properties":{"name":["Competition"],"weakAlias":["COMP"],"jurisdiction":["eu"]}} -{"id":"ec-dg-connect","datasets":["ec_meetings"],"referents":[],"schema":"PublicBody","properties":{"name":["Communications Networks, Content and Technology"],"weakAlias":["CONNECT"],"jurisdiction":["eu"]}} -{"id":"ec-dg-defis","datasets":["ec_meetings"],"referents":[],"schema":"PublicBody","properties":{"name":["Defence Industry and Space"],"weakAlias":["DEFIS"],"jurisdiction":["eu"]}} -{"id":"ec-dg-de","datasets":["ec_meetings"],"referents":[],"schema":"PublicBody","properties":{"name":["Günther Oettinger"],"weakAlias":["DE"],"jurisdiction":["eu"]}} -{"id":"ec-dg-dgt","datasets":["ec_meetings"],"referents":[],"schema":"PublicBody","properties":{"name":["Translation"],"weakAlias":["DGT"],"jurisdiction":["eu"]}} -{"id":"ec-dg-digit","datasets":["ec_meetings"],"referents":[],"schema":"PublicBody","properties":{"name":["Informatics"],"weakAlias":["DIGIT"],"jurisdiction":["eu"]}} -{"id":"ec-dg-eac","datasets":["ec_meetings"],"referents":[],"schema":"PublicBody","properties":{"name":["Education, Youth, Sport and Culture"],"weakAlias":["EAC"],"jurisdiction":["eu"]}} -{"id":"ec-dg-ecfin","datasets":["ec_meetings"],"referents":[],"schema":"PublicBody","properties":{"name":["Economic and Financial Affairs"],"weakAlias":["ECFIN"],"jurisdiction":["eu"]}} -{"id":"ec-dg-echo","datasets":["ec_meetings"],"referents":[],"schema":"PublicBody","properties":{"name":["European Civil Protection and Humanitarian Aid Operations"],"weakAlias":["ECHO"],"jurisdiction":["eu"]}} -{"id":"ec-dg-empl","datasets":["ec_meetings"],"referents":[],"schema":"PublicBody","properties":{"name":["Employment, Social Affairs and Inclusion"],"weakAlias":["EMPL"],"jurisdiction":["eu"]}} -{"id":"ec-dg-ener","datasets":["ec_meetings"],"referents":[],"schema":"PublicBody","properties":{"name":["Energy"],"weakAlias":["ENER"],"jurisdiction":["eu"]}} -{"id":"ec-dg-env","datasets":["ec_meetings"],"referents":[],"schema":"PublicBody","properties":{"name":["Environment"],"weakAlias":["ENV"],"jurisdiction":["eu"]}} -{"id":"ec-dg-epso","referents":[],"datasets":["ec_meetings"],"schema":"PublicBody","properties":{"name":["European Personnel Selection Office"],"weakAlias":["EPSO"],"jurisdiction":["eu"]}} -{"id":"ec-dg-eurostat","datasets":["ec_meetings"],"referents":[],"schema":"PublicBody","properties":{"name":["Eurostat - European statistics"],"weakAlias":["EUROSTAT"],"jurisdiction":["eu"]}} -{"id":"ec-dg-fisma","datasets":["ec_meetings"],"referents":[],"schema":"PublicBody","properties":{"name":["Financial Stability, Financial Services and Capital Markets Union"],"weakAlias":["FISMA"],"jurisdiction":["eu"]}} -{"id":"ec-dg-fpi","datasets":["ec_meetings"],"referents":[],"schema":"PublicBody","properties":{"name":["Foreign Policy Instruments"],"weakAlias":["FPI"],"jurisdiction":["eu"]}} -{"id":"ec-dg-grow","datasets":["ec_meetings"],"referents":[],"schema":"PublicBody","properties":{"name":["Internal Market, Industry, Entrepreneurship and SMEs"],"weakAlias":["GROW"],"jurisdiction":["eu"]}} -{"id":"ec-dg-hera","datasets":["ec_meetings"],"referents":[],"schema":"PublicBody","properties":{"name":["Health Emergency Preparedness and Response Authority"],"weakAlias":["HERA"],"jurisdiction":["eu"]}} -{"id":"ec-dg-home","datasets":["ec_meetings"],"referents":[],"schema":"PublicBody","properties":{"name":["Migration and Home Affairs"],"weakAlias":["HOME"],"jurisdiction":["eu"]}} -{"id":"ec-dg-hr","datasets":["ec_meetings"],"referents":[],"schema":"PublicBody","properties":{"name":["Human Resources and Security"],"weakAlias":["HR"],"jurisdiction":["eu"]}} -{"id":"ec-dg-ias","datasets":["ec_meetings"],"referents":[],"schema":"PublicBody","properties":{"name":["Internal Audit Service"],"weakAlias":["IAS"],"jurisdiction":["eu"]}} -{"id":"ec-dg-idea","datasets":["ec_meetings"],"referents":[],"schema":"PublicBody","properties":{"name":["Inspire, Debate, Engage and Accelerate Action"],"weakAlias":["IDEA"],"jurisdiction":["eu"]}} -{"id":"ec-dg-intpa","datasets":["ec_meetings"],"referents":[],"schema":"PublicBody","properties":{"name":["Directorate-General for International Partnerships"],"weakAlias":["INTPA"],"jurisdiction":["eu"]}} -{"id":"ec-dg-jrc","datasets":["ec_meetings"],"referents":[],"schema":"PublicBody","properties":{"name":["Joint Research Centre"],"weakAlias":["JRC"],"jurisdiction":["eu"]}} -{"id":"ec-dg-just","datasets":["ec_meetings"],"referents":[],"schema":"PublicBody","properties":{"name":["Justice and Consumers"],"weakAlias":["JUST"],"jurisdiction":["eu"]}} -{"id":"ec-dg-mare","datasets":["ec_meetings"],"referents":[],"schema":"PublicBody","properties":{"name":["Maritime Affairs and Fisheries"],"weakAlias":["MARE"],"jurisdiction":["eu"]}} -{"id":"ec-dg-move","datasets":["ec_meetings"],"referents":[],"schema":"PublicBody","properties":{"name":["Mobility and Transport"],"weakAlias":["MOVE"],"jurisdiction":["eu"]}} -{"id":"ec-dg-near","datasets":["ec_meetings"],"referents":[],"schema":"PublicBody","properties":{"name":["European Neighbourhood and Enlargement Negotiations"],"weakAlias":["NEAR"],"jurisdiction":["eu"]}} -{"id":"ec-dg-olaf","datasets":["ec_meetings"],"referents":[],"schema":"PublicBody","properties":{"name":["European Anti-Fraud Office"],"weakAlias":["OLAF"],"jurisdiction":["eu"]}} -{"id":"ec-dg-op","datasets":["ec_meetings"],"referents":[],"schema":"PublicBody","properties":{"name":["Publications Office"],"weakAlias":["OP"],"jurisdiction":["eu"]}} -{"id":"ec-dg-pmo","datasets":["ec_meetings"],"referents":[],"schema":"PublicBody","properties":{"name":["Administration and Payment of Individual Entitlements"],"weakAlias":["PMO"],"jurisdiction":["eu"]}} -{"id":"ec-dg-recover","datasets":["ec_meetings"],"referents":[],"schema":"PublicBody","properties":{"name":["Recovery and Resilience Task force"],"weakAlias":["RECOVER"],"jurisdiction":["eu"]}} -{"id":"ec-dg-reform","datasets":["ec_meetings"],"referents":[],"schema":"PublicBody","properties":{"name":["Structural Reform Support"],"weakAlias":["REFORM"],"jurisdiction":["eu"]}} -{"id":"ec-dg-regio","datasets":["ec_meetings"],"referents":[],"schema":"PublicBody","properties":{"name":["Regional and Urban Policy"],"weakAlias":["REGIO"],"jurisdiction":["eu"]}} -{"id":"ec-dg-rsb","datasets":["ec_meetings"],"referents":[],"schema":"PublicBody","properties":{"name":["Regulatory Scrutiny Board"],"weakAlias":["RSB"],"jurisdiction":["eu"]}} -{"id":"ec-dg-rtd","datasets":["ec_meetings"],"referents":[],"schema":"PublicBody","properties":{"name":["Research and Innovation"],"weakAlias":["RTD"],"jurisdiction":["eu"]}} -{"id":"ec-dg-sante","datasets":["ec_meetings"],"referents":[],"schema":"PublicBody","properties":{"name":["Health and Food Safety"],"weakAlias":["SANTE"],"jurisdiction":["eu"]}} -{"id":"ec-dg-scic","datasets":["ec_meetings"],"referents":[],"schema":"PublicBody","properties":{"name":["Interpretation"],"weakAlias":["SCIC"],"jurisdiction":["eu"]}} -{"id":"ec-dg-sg","datasets":["ec_meetings"],"referents":[],"schema":"PublicBody","properties":{"name":["Secretariat-General"],"weakAlias":["SG"],"jurisdiction":["eu"]}} -{"id":"ec-dg-sj","datasets":["ec_meetings"],"referents":[],"schema":"PublicBody","properties":{"name":["Legal Service"],"weakAlias":["SJ"],"jurisdiction":["eu"]}} -{"id":"ec-dg-taxud","datasets":["ec_meetings"],"referents":[],"schema":"PublicBody","properties":{"name":["Taxation and Customs Union"],"weakAlias":["TAXUD"],"jurisdiction":["eu"]}} -{"id":"ec-dg-tf50","datasets":["ec_meetings"],"referents":[],"schema":"PublicBody","properties":{"name":["Taskforce on Article 50 negotiations with the United Kingdom"],"weakAlias":["TF50"],"jurisdiction":["eu"]}} -{"id":"ec-dg-trade","datasets":["ec_meetings"],"referents":[],"schema":"PublicBody","properties":{"name":["Trade"],"weakAlias":["TRADE"],"jurisdiction":["eu"]}} -{"id":"ec-dg-uktf","datasets":["ec_meetings"],"referents":[],"schema":"PublicBody","properties":{"name":["Task Force for Relations with the United Kingdom"],"weakAlias":["UKTF"],"jurisdiction":["eu"]}} -{"id":"ec-meeting-2014-11-12-8222e1dd49c2517c5d8b17c370bb62bca2f037fa","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-11-12 - Cabinet of Vice-President Johannes Hahn x VERBUND AG"],"date":["2014-11-12"],"summary":["Energy issues in the EU"],"notes":["Portfolio: European Neighbourhood Policy & Enlargement Negotiations"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-hahn-johannes-of-president-vice"],"involved":["ec-person-2fca685599028e7674f6143b21eb6760c913eef0","eu-tr-09571422185-81"]}} -{"id":"ec-meeting-2014-11-12-880b9d5b87c0567e352622bd3ae6091bb914601d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-11-12 - Cabinet of Vice-President Johannes Hahn x Airbus"],"date":["2014-11-12"],"summary":["Economic issues"],"notes":["Portfolio: European Neighbourhood Policy & Enlargement Negotiations"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-hahn-johannes-of-president-vice"],"involved":["eu-tr-2732167674-76","ec-person-0886693a0bf966334954ebf500368103db578aeb"]}} -{"id":"ec-meeting-2014-11-13-155733044f12cbfff695390a38099100f37b1c06","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-11-13 - Cabinet of Vice-President Miguel Arias Cañete x WWF European Policy Programme"],"date":["2014-11-13"],"summary":["Lima climate talks; climate and energy priorities"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-7e87a14bf64af274f1cfb85d6b64a405eea6217f","eu-tr-1414929419-24","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd"]}} -{"id":"ec-meeting-2014-11-13-4c22faf17a80f13ff5907be85ff3ea42827b3bd2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-11-13 - Cabinet of Vice-President Miguel Arias Cañete x Carbon Market Watch"],"date":["2014-11-13"],"summary":["Lima climate talks; climate and energy priorities"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-75365248559-90","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd","ec-person-7e87a14bf64af274f1cfb85d6b64a405eea6217f"]}} -{"id":"ec-meeting-2014-11-13-77c8bb740ce74ec6ba6af160e462e69a70892216","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-11-13 - Cabinet of Vice-President Miguel Arias Cañete x CIDSE - International Alliance of Catholic social justice organisations"],"date":["2014-11-13"],"summary":["Lima climate talks, climate and energy priorities"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-7e87a14bf64af274f1cfb85d6b64a405eea6217f","eu-tr-61263518557-92","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd"]}} -{"id":"ec-meeting-2014-11-13-80bb1b6ac35fc0ae75d49dfcc7997fa281556d17","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-11-13 - Cabinet of Vice-President Miguel Arias Cañete x Transport and Environment (European Federation for Transport and Environment)"],"date":["2014-11-13"],"summary":["Lima climate talks; climate and energy priorities"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-7e87a14bf64af274f1cfb85d6b64a405eea6217f","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd","eu-tr-58744833263-19"]}} -{"id":"ec-meeting-2014-11-13-85fb37e80c8bcbab469a44bfde300eb9584fd86f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-11-13 - Cabinet of President Jean-Claude Juncker x Telecom Italia"],"date":["2014-11-13"],"summary":["Meeting with representative of Telecom Italia on investment plan"],"notes":["Portfolio: President"],"location":["Bruxelles"],"address":["Bruxelles"],"addressEntity":["addr-b58f5927b66d94a676970dc048485d4c6848f272"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-44a061693f35519551be0e3dab996e76ad3f8c7c","eu-tr-36682861898-97"]}} -{"id":"ec-meeting-2014-11-13-a536db7b2a531ef64dbfb1f2022abfc7ae252316","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-11-13 - Cabinet of Vice-President Miguel Arias Cañete x Stichting BirdLife Europe"],"date":["2014-11-13"],"summary":["Lima climate talks; climate and energy priorities"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-1083162721-43","ec-person-7e87a14bf64af274f1cfb85d6b64a405eea6217f","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd"]}} -{"id":"ec-meeting-2014-11-13-b4887a31ffe094fbbe07f746de613ec7d4f27d82","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-11-13 - Cabinet of Vice-President Miguel Arias Cañete x Climate Action Network Europe"],"date":["2014-11-13"],"summary":["Lima climate talks; climate and energy priorities"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-7e87a14bf64af274f1cfb85d6b64a405eea6217f","eu-tr-55888811123-49","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd"]}} -{"id":"ec-meeting-2014-11-13-bf32ec40775abc564f3832c4d1fd2fe539406df5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-11-13 - Cabinet of Vice-President Miguel Arias Cañete x European Environmental Bureau"],"date":["2014-11-13"],"summary":["Lima climate talks; climate and energy priorities"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-06798511314-27","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd","ec-person-7e87a14bf64af274f1cfb85d6b64a405eea6217f"]}} -{"id":"ec-meeting-2014-11-13-d80636ec728631e5697a7d65a1fe4c62bdf96f4d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-11-13 - Cabinet of Vice-President Miguel Arias Cañete x Third Generation Environmentalism Ltd"],"date":["2014-11-13"],"summary":["Lima climate talks; climate and energy priorities"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-07783117686-61","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd","ec-person-7e87a14bf64af274f1cfb85d6b64a405eea6217f"]}} -{"id":"ec-meeting-2014-11-13-dd9e02cb553171b36c7a8816a132e6ef415cb0e6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-11-13 - Cabinet of Vice-President Miguel Arias Cañete x Greenpeace European Unit"],"date":["2014-11-13"],"summary":["Lima climate talks; climate and energy priorities"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-7e87a14bf64af274f1cfb85d6b64a405eea6217f","eu-tr-9832909575-41","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd"]}} -{"id":"ec-meeting-2014-11-13-de65e748b8249f341dc285f094c904712cd3225c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-11-13 - Cabinet of Vice-President Miguel Arias Cañete x CEE Bankwatch Network"],"date":["2014-11-13"],"summary":["Lima climate talks; climate and energy priorities"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-7e87a14bf64af274f1cfb85d6b64a405eea6217f","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd","eu-tr-93834493808-49"]}} -{"id":"ec-meeting-2014-11-13-eb1fadb32b08996e5351a441c48892bf009ab481","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-11-13 - Cabinet of Vice-President Miguel Arias Cañete x ACT Alliance Advocacy to the European Union"],"date":["2014-11-13"],"summary":["Lima climate talks, climate and energy priorities"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-7e87a14bf64af274f1cfb85d6b64a405eea6217f","eu-tr-5189768701-12","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd"]}} -{"id":"ec-meeting-2014-11-13-f3b6834603100f58be4907a1e0838a8f127dc0b5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-11-13 - Cabinet of Vice-President Miguel Arias Cañete x OXFAM INTERNATIONAL EU ADVOCACY OFFICE"],"date":["2014-11-13"],"summary":["Lima climate talks ; climate and energy priorities"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-46856801604-90","ec-person-7e87a14bf64af274f1cfb85d6b64a405eea6217f","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd"]}} -{"id":"ec-meeting-2014-11-14-6e6a7b002c0a43f556e8995ce8f062731438a83e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-11-14 - Cabinet of President Jean-Claude Juncker x Wikimedia Foundation"],"date":["2014-11-14"],"summary":["Meeting with Mr Dimitar Dimitrov - Wikimedia Position Paper on EU Copyright"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-44a061693f35519551be0e3dab996e76ad3f8c7c","eu-tr-596597913132-95"]}} -{"id":"ec-meeting-2014-11-18-5a688705c14e64ca5f5355a7c4e5bc0b1a1cabf1","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2014-11-18 - Cabinet of Commissioner Phil Hogan x McDonald’s Global Franchising Limited"],"date":["2014-11-18"],"summary":["Meeting with Julian Hilton Thompson (VP Corp Rels) and David Coleman (Dir Euro Pub Affrs), McDonalds"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["BERL 08/318"],"address":["BERL 08/318"],"addressEntity":["addr-9e7a54bf1352143376eb5ec896985192229da490"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-3830179837-87","ec-person-7d3caa534e5cdda6d5b949bd4b2def39356e3bec"]}} -{"id":"ec-meeting-2014-11-20-013e263f356b752cc803e71f0b56e33230d07a8d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-11-20 - Cabinet of President Jean-Claude Juncker x WindEurope"],"date":["2014-11-20"],"summary":["EWEA - exchange of views on the European Energy Union"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-19920706471-21","ec-person-b1bf9aa5fb7e886441ff341b657cc482b64a2a3e"]}} -{"id":"ec-meeting-2014-11-20-d4d8fca5931e7c3f137a72618d0f0739329af5b6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-11-20 - Cabinet of President Jean-Claude Juncker x Google"],"date":["2014-11-20"],"summary":["Meeting with Rachel Whetstone, Google's Senior Vice President for Communications and Policy: role of internet and innovation to foster economic growth and job creation in Europe and Google initiatives in that field"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-44a061693f35519551be0e3dab996e76ad3f8c7c","eu-tr-03181945560-59"]}} -{"id":"ec-meeting-2014-11-21-4fe4cd22f71aa284a28a1221f21512d1b451810f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-11-21 - Cabinet of Vice-President Johannes Hahn x EUROCHAMBRES – Association of European Chambers of Commerce and Industry"],"date":["2014-11-21"],"summary":["Economic development issues"],"notes":["Portfolio: European Neighbourhood Policy & Enlargement Negotiations"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-hahn-johannes-of-president-vice"],"involved":["ec-person-3baaa27adcaa179dd490ba70950912b8989d221a","eu-tr-0014082722-83"]}} -{"id":"ec-meeting-2014-11-24-2b03cafec0a0a55d1637873df17b5b5259062064","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-11-24 - Cabinet of Vice-President Johannes Hahn x American Chamber of Commerce to the European Union"],"date":["2014-11-24"],"summary":["Economic development issues"],"notes":["Portfolio: European Neighbourhood Policy & Enlargement Negotiations"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-hahn-johannes-of-president-vice"],"involved":["eu-tr-5265780509-97","ec-person-2fca685599028e7674f6143b21eb6760c913eef0"]}} -{"id":"ec-meeting-2014-11-24-6790133c1dd120cafb3a61df49b26579d26d9769","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-11-24 - Cabinet of Commissioner Tibor Navracsics x European University Association"],"date":["2014-11-24"],"summary":["Higher Education Policy"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-fc5c01a0bffedf0f4e205a759b40239535313d28","eu-tr-81122172998-09"]}} -{"id":"ec-meeting-2014-11-25-0eee01cf8b6c8959b1f8dc68ef109a9f60d51983","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-11-25 - Cabinet of Commissioner Christos Stylianides x Oxfam-Wereldwinkels vzw"],"date":["2014-11-25"],"summary":["Humanitarian Aid"],"notes":["Portfolio: Humanitarian Aid & Crisis Management"],"location":["Berlaymont 11/044"],"address":["Berlaymont 11/044"],"addressEntity":["addr-9c24d7ea44646dfc66b2bd43767c03b23b6d6e8a"],"organizer":["ec-cabinet-christos-commissioner-of-stylianides"],"involved":["eu-tr-78653601849-51","ec-person-6f08c893ea685f6d5f50c2c6e373f294e3616698"]}} -{"id":"ec-meeting-2014-11-25-d32f47bb06da34bb8f7d5f4efbce207bb515416b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-11-25 - Cabinet of Commissioner Christos Stylianides x European Federation of Public Service Unions"],"date":["2014-11-25"],"summary":["Trade Unions and Humanitarian Aid"],"notes":["Portfolio: Humanitarian Aid & Crisis Management"],"location":["Berlaymont 11/044"],"address":["Berlaymont 11/044"],"addressEntity":["addr-9c24d7ea44646dfc66b2bd43767c03b23b6d6e8a"],"organizer":["ec-cabinet-christos-commissioner-of-stylianides"],"involved":["eu-tr-04902121531-04","ec-person-6f08c893ea685f6d5f50c2c6e373f294e3616698"]}} -{"id":"ec-meeting-2014-12-01-0a9f87954f3584b5a7835c76f061ecc192673fce","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-01 - Cabinet of President Jean-Claude Juncker x Conseil Permanent des Ecrivains"],"date":["2014-12-01"],"summary":["Meeting with SACD to discuss audiovisual author rights"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-44a061693f35519551be0e3dab996e76ad3f8c7c","eu-tr-756044113057-73"]}} -{"id":"ec-meeting-2014-12-01-157c7ff6ca3c93f5e4e81c2798e8fab116345bba","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-01 - Cabinet of Commissioner Věra Jourová x Knauf Insulation"],"date":["2014-12-01"],"summary":["Product safety"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-a2ca9161feee56909a0e98b473c2d342c20fdb57","eu-tr-971446611568-25"]}} -{"id":"ec-meeting-2014-12-01-2abac60fffaa5aaa7b2cf852e4168f2fbe103c8a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-01 - Mobility and Transport x SNCF Connect"],"date":["2014-12-01"],"summary":["Forth Railway Package, Connecting Europe Facility, Junker's Investment Package"],"location":["Paris"],"address":["Paris"],"addressEntity":["addr-22390ad11c32faec43fc61555b53607660b3c185"],"organizer":["ec-dg-move"],"involved":["eu-tr-882018710789-85","ec-person-d856b0f199c84d5b5003106bea2ee6d0392e2428"]}} -{"id":"ec-meeting-2014-12-01-34c724db0717a91edd8d4afe704d18851fb26940","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-01 - Cabinet of President Jean-Claude Juncker x Zentralverband des Deutschen Handwerks e.V."],"date":["2014-12-01"],"summary":["Trade"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-da1926615bdcdb789928b90ac532982fef6e24ee","eu-tr-5189667783-94"]}} -{"id":"ec-meeting-2014-12-01-3512be3939047aac0422a46aff7e569889546d5c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-01 - Cabinet of Commissioner Jonathan Hill x Zurich Insurance Company Ltd"],"date":["2014-12-01"],"summary":["Meeting with Adam McCarthy, Head of Government and Industry Affairs Zurich"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["BERL/10"],"address":["BERL/10"],"addressEntity":["addr-bcf52079f1d494cfdf8e54a06c3e812bb19ce8cd"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["ec-person-890015b0d769ee93a09119846b414d4aae7c64ae","eu-tr-499059113403-37"]}} -{"id":"ec-meeting-2014-12-01-3a6e3ab19d06922423f20723657ad78812874b2d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-01 - Cabinet of High Representative / Vice-President Federica Mogherini x Telecom Italia"],"date":["2014-12-01"],"summary":["Relations with international Institutions"],"notes":["Portfolio: Foreign Affairs and Security Policy"],"location":["BERL 11/176"],"address":["BERL 11/176"],"addressEntity":["addr-855f489b09fa78cc67cfac729ff3dd4d0605a16b"],"organizer":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"involved":["ec-person-62bf207e4274ad594e7eab4bfe20782f1d57f645","eu-tr-36682861898-97"]}} -{"id":"ec-meeting-2014-12-01-5115685bde598d26118e0e6d24c238c8bb7e9900","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-01 - Cabinet of Vice-President Jyrki Katainen x Centre for European Policy Studies"],"date":["2014-12-01"],"summary":["Investment Initiative"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-3775b7be791f90ed462b9071c9ae596b80d71bca","eu-tr-86853666704-95"]}} -{"id":"ec-meeting-2014-12-01-6965ad19c55180875303964191581ecf790c6d84","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-01 - Cabinet of Vice-President Jyrki Katainen x Finnish Innovation Fund Sitra"],"date":["2014-12-01"],"summary":["Climate report, renewable energy"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90","eu-tr-661245915266-39","ec-person-99365f4c3081112dcbfa722a5eb05adecc68503e"]}} -{"id":"ec-meeting-2014-12-01-6f30e711cb8e9f28d3bd8d624bfa0e9cbe432ea3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-01 - Cabinet of Vice-President Jyrki Katainen x Association des Constructeurs Européens d'Automobiles"],"date":["2014-12-01"],"summary":["Circular economy"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-f9208d930adc70c6c64e21701e48f85f6f18e949","eu-tr-0649790813-47"]}} -{"id":"ec-meeting-2014-12-01-71b41a87bf129d72277938618a43b6d30aa59993","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-01 - Cabinet of Commissioner Carlos Moedas x Bill & Melinda Gates Foundation"],"date":["2014-12-01"],"summary":["European & Developing Countries Clinical Trials Partnership"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Capetown"],"address":["Capetown"],"addressEntity":["addr-aa83a8843a7235451ed1d5604d1d794ac051793a"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-23980b2bc4fd9c82051d0f7888dc236b2f764866","eu-tr-371567915480-41"]}} -{"id":"ec-meeting-2014-12-01-7485e9c2b930272350f2e753896dba4058036d4b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-01 - Cabinet of President Jean-Claude Juncker x Federation of European Publishers"],"date":["2014-12-01"],"summary":["Meeting with Fédération des Editeurs Européens to discuss author rights and their priorities"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-398541467-53","ec-person-44a061693f35519551be0e3dab996e76ad3f8c7c"]}} -{"id":"ec-meeting-2014-12-01-83a70c05765a922d2c8b76de3e6ebed66a286bb1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-01 - Cabinet of President Jean-Claude Juncker x electri-citi.mobi"],"date":["2014-12-01"],"summary":["Jobs and Growth Agenda, Investment Plan"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-822479410571-77","ec-person-c402e34a99fbee730ae22e3b1958e21c94dc6fcc"]}} -{"id":"ec-meeting-2014-12-01-8af1bd182c878aa91cb3b70de9e0dcff93e7ad72","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-01 - Cabinet of Commissioner Jonathan Hill x Bundesverband deutscher Banken e.V."],"date":["2014-12-01"],"summary":["Structural reform of banks"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["ec-person-74de9b1956d5aa5754e8946d4a7a883e05171466","eu-tr-0764199368-97"]}} -{"id":"ec-meeting-2014-12-01-8c01161edcbf209ca014fb475ae99c726f1412e5","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2014-12-01 - Education, Youth, Sport and Culture x European University Association"],"date":["2014-12-01"],"summary":["Higher Education","Cooperation in the comming years on Higher Education with EUA"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-eac"],"involved":["ec-person-4b0c15b75d9d40b5f296fc3f15972fd544f6b6d6","eu-tr-81122172998-09"]}} -{"id":"ec-meeting-2014-12-01-8df6865b9acab36d78bfa1d638578d1c915a08d5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-01 - Cabinet of Vice-President Jyrki Katainen x HSBC Holdings PLC"],"date":["2014-12-01"],"summary":["Investment Initiative"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-001866415031-87","ec-person-3775b7be791f90ed462b9071c9ae596b80d71bca"]}} -{"id":"ec-meeting-2014-12-01-90aebd9846626f9cbc896098b3fcc70f3132ec3b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-01 - Cabinet of Commissioner Christos Stylianides x Kirkon Ulkomaanapu sr (Finn Church Aid)"],"date":["2014-12-01"],"summary":["Humanitarian Aid"],"notes":["Portfolio: Humanitarian Aid & Crisis Management"],"location":["Berlaymont 11/044"],"address":["Berlaymont 11/044"],"addressEntity":["addr-9c24d7ea44646dfc66b2bd43767c03b23b6d6e8a"],"organizer":["ec-cabinet-christos-commissioner-of-stylianides"],"involved":["eu-tr-434831615060-89","ec-person-6f08c893ea685f6d5f50c2c6e373f294e3616698"]}} -{"id":"ec-meeting-2014-12-01-9656446808197640c57b8951cb52a3b38b8c3f0b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-01 - Cabinet of Vice-President Jyrki Katainen x Shortsea Promotion Centre Finland"],"date":["2014-12-01"],"summary":["Transport and shipping"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-096975415018-17","ec-person-0da85dc48012e26688310a59a0b51727ea68f410"]}} -{"id":"ec-meeting-2014-12-01-a33af295f7505fc76522bec40ed8c6e795f89193","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-01 - Cabinet of President Jean-Claude Juncker x Society of Audiovisual Authors"],"date":["2014-12-01"],"summary":["Meeting with Meeting with Society of Audiovisual Authors SAA: discuss the future of the European audiovisual and copyright sectors"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-99336382936-11","ec-person-44a061693f35519551be0e3dab996e76ad3f8c7c"]}} -{"id":"ec-meeting-2014-12-01-b8a5f681b1af94927f12b95bdf67f6f5e4862081","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-01 - Cabinet of Vice-President Valdis Dombrovskis x SOCIEDAD GESTORA DE ACTIVOS PROCEDENTES DE LA REESTRUCTURACIÓN BANCARIA"],"date":["2014-12-01"],"summary":["Presentation of SAREB actitivies"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-900180415029-67","ec-person-f6170dbdd732fc460a713b82b57759ac5e77fdc6"]}} -{"id":"ec-meeting-2014-12-01-d9eac3b72885f22d174619fc9a282e9ff3904047","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-01 - Cabinet of Commissioner Elżbieta Bieńkowska x Confederation of British Industry SEV - Hellenic Federation of Enterprises Confederación Española de Organizaciones Empresariales Confederation of Danish Industry Lithuanian Business Representation to the EU Confederazione Generale dell'Industria Italiana Polish Confederation Lewiatan"],"date":["2014-12-01"],"summary":["Functioning of the internal market and the key role of intellectual property in fostering innovation, creation and growth."],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Berlaymont, Brussels"],"address":["Berlaymont, Brussels"],"addressEntity":["addr-fc86ff6aaa2cd722afeb09a33ccd03fec72f8cd1"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-5749958415-41","eu-tr-94241791376-49","eu-tr-27762251795-15","ec-person-685ecf13dd26cd515c961e24ba71049af2302c5e","eu-tr-02963738854-41","eu-tr-59395037733-93","eu-tr-73725676990-18","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029","eu-tr-251117611140-75"]}} -{"id":"ec-meeting-2014-12-01-dd1e1a526eebc5a0c892da628be5b82757cabaf6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-01 - Cabinet of Vice-President Cecilia Malmström x South African Sugar Association"],"date":["2014-12-01"],"summary":["EPA with SADC"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-801843715024-84","ec-person-8529bbbc6db862f6b82d6fa66a7cf7668804dae7"]}} -{"id":"ec-meeting-2014-12-01-dd953ff3a26755ae061636477b76933c2d188683","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-01 - Cabinet of High Representative / Vice-President Federica Mogherini x Finnish Institute of International Affairs"],"date":["2014-12-01"],"summary":["External relations institutional questions 2014-2019"],"notes":["Portfolio: Foreign Affairs and Security Policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"involved":["ec-person-4f2bf88ad14d12976aecc7694a057ab90b7a81d2","eu-tr-342534715247-56"]}} -{"id":"ec-meeting-2014-12-01-ebdeb4c1596fd5b5bcb3ca95681f8cda19bf2e14","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-01 - Cabinet of Commissioner Phil Hogan x South African Sugar Association"],"date":["2014-12-01"],"summary":["EU-SADC Economic Partnership Agreement"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-801843715024-84","ec-person-400dd8d59d3060187d9b9b143d697da1a3d03c12","ec-person-c9d17d5879383b030f61a4066848249fb35d57e4"]}} -{"id":"ec-meeting-2014-12-02-03b080d363efda87f1ef81b3116b5ed0df38cf1e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-02 - Cabinet of High Representative / Vice-President Federica Mogherini x LVMH Publica"],"date":["2014-12-02"],"summary":["Relations with professional associations"],"notes":["Portfolio: Foreign Affairs and Security Policy"],"location":["BERL 11/176"],"address":["BERL 11/176"],"addressEntity":["addr-855f489b09fa78cc67cfac729ff3dd4d0605a16b"],"organizer":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"involved":["ec-person-62bf207e4274ad594e7eab4bfe20782f1d57f645","ec-person-0d87d503aa00db1df141f3b1bfea3e0ccb43ece9","eu-tr-16094042309-21"]}} -{"id":"ec-meeting-2014-12-02-0cfec0ef7b0212be752b9165d1d0c70ddef6c3bb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-02 - Cabinet of Vice-President Miguel Arias Cañete x EUROGAS aisbl"],"date":["2014-12-02"],"summary":["Energy Union, 2030 Framework, Market Stability Reserve"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-1831691c10441c5974327bbeb8693d6b6c1e50c3","eu-tr-17909506129-41","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd"]}} -{"id":"ec-meeting-2014-12-02-0ec344c8c825e7c7db53b5c76af89741e1c7ba21","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-02 - Cabinet of Vice-President Andrus Ansip x LVMH Publica"],"date":["2014-12-02"],"summary":["Digital Single Market in general and high-end & creative industries interests in particular"],"notes":["Portfolio: Digital Single Market"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-666bc159c7e65a3af9e63c1e97435c02f1496955","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45","eu-tr-16094042309-21"]}} -{"id":"ec-meeting-2014-12-02-10c6ce882c411cdacdbbfcb0362248ee209fe92e","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2014-12-02 - Cabinet of Vice-President Jyrki Katainen x Aviva Plc"],"date":["2014-12-02"],"summary":["Investment Initiative","Investment initiative"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-7c9460f99c5872dbdc561f5752401c870d12e98b","eu-tr-86270761494-62"]}} -{"id":"ec-meeting-2014-12-02-15bc1c7768ec7c26fdf25f547a29484aa28379b5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-02 - Cabinet of Vice-President Jyrki Katainen x logos public affairs"],"date":["2014-12-02"],"summary":["Construction materials"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-99365f4c3081112dcbfa722a5eb05adecc68503e","eu-tr-5067624792-06"]}} -{"id":"ec-meeting-2014-12-02-3000365640b6b2d31c033bc7b1c97c734ae39c97","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-02 - Cabinet of Commissioner Věra Jourová x Google"],"date":["2014-12-02"],"summary":["Data protection"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-a2ca9161feee56909a0e98b473c2d342c20fdb57","eu-tr-03181945560-59"]}} -{"id":"ec-meeting-2014-12-02-3093bf8d5fb0aff6740fca643c2cfad204984404","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-02 - Cabinet of Commissioner Marianne Thyssen x Nestlé S.A."],"date":["2014-12-02"],"summary":["Nestlé's experience as a founding pledge company in the European Alliance for Apprenticeships"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["ec-person-bdb607d5d994a4056dd700f8f52d9af25b406b36","eu-tr-15366395387-57","ec-person-e93189002a993321fd1af93481b271c766b1aff8"]}} -{"id":"ec-meeting-2014-12-02-337641b8f2fd6d6847b6129c9167a9b4f071ef18","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-02 - Cabinet of Vice-President Cecilia Malmström x Citigroup Inc."],"date":["2014-12-02"],"summary":["Financial Services in TTIP"],"notes":["Portfolio: Trade"],"location":["BERL 11/334"],"address":["BERL 11/334"],"addressEntity":["addr-835b647f8b7dbad57c0e6f169d418f743fad88ff"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-00353757573-57","ec-person-20ded9db5df11164331bb161fdf234b1e5ad53fd","ec-person-5d4088e1913284a765aed8445f448f6ff341f1b3"]}} -{"id":"ec-meeting-2014-12-02-36cc22ee4e1254d0366cf40f2e9dd4938e987edb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-02 - Cabinet of Commissioner Jonathan Hill x London Stock Exchange Group"],"date":["2014-12-02"],"summary":["Financial Services Policy"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["eu-tr-550494915045-08","ec-person-f247edfcff54d4f26fc10769f809c92bc72d6797"]}} -{"id":"ec-meeting-2014-12-02-36e7996bee031bc33c3ba0e9a16151234e3f25bc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-02 - Günther Oettinger x LVMH Publica"],"date":["2014-12-02"],"summary":["Security and benefits of digital economy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0","eu-tr-16094042309-21"]}} -{"id":"ec-meeting-2014-12-02-3773b18e52e8227f6dc64c34181fae07da76dc25","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-02 - Cabinet of Vice-President Jyrki Katainen x Citigroup Inc."],"date":["2014-12-02"],"summary":["Investment Initiative"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-f9208d930adc70c6c64e21701e48f85f6f18e949","eu-tr-00353757573-57"]}} -{"id":"ec-meeting-2014-12-02-381fd6b226ee9a20c6e5962d52a1141dc095654a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-02 - Cabinet of Vice-President Maroš Šefčovič x Deutsche Bank AG"],"date":["2014-12-02"],"summary":["Information meeting on Investment plan and its links to Energy and Transport"],"notes":["Portfolio: Energy Union"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-271912611231-56","ec-person-2be517b9261a91f2f07e05ec14c6331980e9716e"]}} -{"id":"ec-meeting-2014-12-02-3b6eb3fd4d680ab39382a2c967584b0fcaff6952","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-02 - Günther Oettinger x Eurasia Group Ltd"],"date":["2014-12-02"],"summary":["Debate global policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-c6cae64cc7dc787b66a47ab1613d3e922875b971","eu-tr-061584915271-94"]}} -{"id":"ec-meeting-2014-12-02-3f5fc40242fb37cff1869d97a5fd54104098bdc7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-02 - Migration and Home Affairs x Israelitische Kultusgemeinde Wien"],"date":["2014-12-02"],"summary":["Terrorism, Protection of Jewish Institutions and Financing of Jewish Facilities"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-home"],"involved":["ec-person-ae1262e8850ed1e9a0530b0ad7440ac648255896","eu-tr-680684015088-57"]}} -{"id":"ec-meeting-2014-12-02-3f941806f5aa3783d3d6c89fa2c4ef7d68584810","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-02 - Cabinet of Vice-President Jyrki Katainen x G & H Associates (Europe) Ltd"],"date":["2014-12-02"],"summary":["Qualification of teachers"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-99365f4c3081112dcbfa722a5eb05adecc68503e","eu-tr-117819413609-43"]}} -{"id":"ec-meeting-2014-12-02-42e091295b58e33fad8aa9958cfe45c827f2dbff","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-02 - Cabinet of Vice-President Miguel Arias Cañete x Unión de Empresas Siderúrgicas"],"date":["2014-12-02"],"summary":["Market Stability Reserve and 2030 Framework"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-44209611834-88","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd","ec-person-25a937c04cd0a0ddcf5cf34798e76b5105854114"]}} -{"id":"ec-meeting-2014-12-02-4377a38b01aadcde2a9e4e92074d0b25f614817b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-02 - Cabinet of Vice-President Jyrki Katainen x European Industrial Insulation Foundation"],"date":["2014-12-02"],"summary":["Energy savings"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-658236415011-84","ec-person-0da85dc48012e26688310a59a0b51727ea68f410"]}} -{"id":"ec-meeting-2014-12-02-461bf0fbe8ef809688d93a4c55f1b8f920c3736a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-02 - Financial Stability, Financial Services and Capital Markets Union x Global Counsel Limited"],"date":["2014-12-02"],"summary":["Future Challenges for Europe"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["ec-person-6be7848f21e63e093fdf3693cc8c3e2b6d29f776","eu-tr-590425913785-60"]}} -{"id":"ec-meeting-2014-12-02-47ad640d390e4b1efcaeb7d1a84b1340cff1bb90","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-02 - Cabinet of Vice-President Jyrki Katainen x Tetra Pak Group"],"date":["2014-12-02"],"summary":["Waste legislation"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-f9208d930adc70c6c64e21701e48f85f6f18e949","eu-tr-7574443768-34"]}} -{"id":"ec-meeting-2014-12-02-4b0b951abc96cf2df0271316c9f25f98520d46bf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-02 - Cabinet of President Jean-Claude Juncker x Deutscher Industrie- und Handelskammertag e.V."],"date":["2014-12-02"],"summary":["Trade and Enterprise (Meeting with Volker Treier, Deputy CEO)"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-e415577aabb40c0f789310505c6c5803aa69037b","eu-tr-22400601191-42"]}} -{"id":"ec-meeting-2014-12-02-4bc81e20e3afc85a6e70cd38680f592b24d46664","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-02 - Cabinet of Commissioner Elżbieta Bieńkowska x Raha-automaattiyhdistys"],"date":["2014-12-02"],"summary":["Gambling legislation"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-20823586298-69","ec-person-b2f9be51339f054477846797e2c119fcf16548fc"]}} -{"id":"ec-meeting-2014-12-02-4fc76460a807529cfea20ab8a3197d6fee6b724c","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2014-12-02 - Cabinet of President Jean-Claude Juncker x Global Counsel Limited"],"date":["2014-12-02"],"summary":["Communication Challenges","Future challenges for Europe"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-c402e34a99fbee730ae22e3b1958e21c94dc6fcc","eu-tr-590425913785-60","ec-person-da1926615bdcdb789928b90ac532982fef6e24ee","ec-person-80c6995ad1cd6aefa72f1bf440b17b6d8c6dd4b8"]}} -{"id":"ec-meeting-2014-12-02-5bcb2c2264d34331040f163ad1e6ee5ef4905925","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-02 - Cabinet of Commissioner Phil Hogan x Global Counsel Limited"],"date":["2014-12-02"],"summary":["Informal discussion on future challenges for Europe"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-590425913785-60","ec-person-d0aad15bfcd899ec988329ba27d6e661ca34456b"]}} -{"id":"ec-meeting-2014-12-02-5c956a223c673b5b9eb0f5e36dcb6188f4cdcf97","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-02 - Günther Oettinger x Vodafone Belgium SA"],"date":["2014-12-02"],"summary":["Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-d8b86b98a24683917c569000ed6d8c45bedbbc00","eu-tr-90142503473-81"]}} -{"id":"ec-meeting-2014-12-02-6066b2f3ec785057aa1027ff1a3cbd547f37be19","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-02 - Cabinet of Commissioner Margrethe Vestager x Global Counsel Limited"],"date":["2014-12-02"],"summary":["An informal discussion on future challenges for Europe"],"notes":["Portfolio: Competition"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-margrethe-of-vestager"],"involved":["eu-tr-590425913785-60","ec-person-6e8b9cd7bb1a15a7e90b04790769360ba931cafd"]}} -{"id":"ec-meeting-2014-12-02-60c5d15beb03ba77c530442ce763675977ef142a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-02 - Cabinet of Commissioner Tibor Navracsics x EUN Partnership aisbl"],"date":["2014-12-02"],"summary":["Introductory meeting"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-03a17c1f8d25d3e830dd09d6fd5fddc5916b6ab7","eu-tr-977907115068-02"]}} -{"id":"ec-meeting-2014-12-02-623ee67b4b3ef6ccb32b1403bf528dd2c9d8ce64","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-02 - Cabinet of Vice-President Jyrki Katainen x Global Counsel Limited"],"date":["2014-12-02"],"summary":["Future challenges for Europe"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-590425913785-60","ec-person-7c9460f99c5872dbdc561f5752401c870d12e98b"]}} -{"id":"ec-meeting-2014-12-02-633b19a1cbc68d09b27b80c26169e53cc9891731","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-02 - Cabinet of Vice-President Miguel Arias Cañete x EPIA SolarPower Europe"],"date":["2014-12-02"],"summary":["2030 targets, electricity market design and the retail market initiative, the 315b package"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-1831691c10441c5974327bbeb8693d6b6c1e50c3","eu-tr-2680046412-48","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd"]}} -{"id":"ec-meeting-2014-12-02-6502e306ae35418d9a508948dffce04ae83d7f5f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-02 - Cabinet of Commissioner Jonathan Hill x Federation of European Securities Exchanges"],"date":["2014-12-02"],"summary":["Capital Markets Union"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["eu-tr-71488206456-23","ec-person-f247edfcff54d4f26fc10769f809c92bc72d6797"]}} -{"id":"ec-meeting-2014-12-02-6549761482a99024d76eaec9c402aacf2d92c377","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-02 - Cabinet of Commissioner Jonathan Hill x Commerzbank AG"],"date":["2014-12-02"],"summary":["Structural Reform"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels - Belgium"],"address":["Brussels - Belgium"],"addressEntity":["addr-85d514873c3b55c68206168e47e9d4fc69799cc8"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["ec-person-5fdb62e20cecef81f87f94d3d1bcdd3b47b26af0","ec-person-74de9b1956d5aa5754e8946d4a7a883e05171466","eu-tr-83370363079-88"]}} -{"id":"ec-meeting-2014-12-02-66c658bff3bbefe96e7d9f13c264367fd8c9c4c5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-02 - Cabinet of Vice-President Andrus Ansip x Stichting Literaire Rechten Auteurs"],"date":["2014-12-02"],"summary":["Copyright"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-381918013157-40","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45","ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0"]}} -{"id":"ec-meeting-2014-12-02-697969a81c78bd8b0a6a0f7176470e3e62a95ed3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-02 - Cabinet of Commissioner Carlos Moedas x European Academy of Allergy and Clinical Immunology"],"date":["2014-12-02"],"summary":["Biomedical research in Europe"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["eu-tr-567788614987-34","ec-person-fb56329c22510c66ab50a8bdba13230bdae32902"]}} -{"id":"ec-meeting-2014-12-02-6a1a793a7a1f5614da7e5bc4fc76794a1784f9aa","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-02 - Cabinet of First Vice-President Frans Timmermans x Policy Network and Communications Ltd"],"date":["2014-12-02"],"summary":["Accelerate growth, reform regulation,"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-471036615028-82","ec-person-966667b73d92624be9bb019c2baab7e52331b3d3"]}} -{"id":"ec-meeting-2014-12-02-71db8b83703dd8f7f4832e7b95c845af80519642","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-02 - Cabinet of Vice-President Andrus Ansip x World Economic Forum"],"date":["2014-12-02"],"summary":["World Economic Forum in Davos January 2015"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-953426816942-83","ec-person-0f698e3a0cc0bd6a02e1bd386a25cedc1366f3f1"]}} -{"id":"ec-meeting-2014-12-02-73c4861ca487ba50c7cc41746ff860f3c6d5641a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-02 - Cabinet of Vice-President Valdis Dombrovskis x CEMEX, S.A.B. de C.V."],"date":["2014-12-02"],"summary":["New Commission and means for European industry"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels European Commission"],"address":["Brussels European Commission"],"addressEntity":["addr-ad884b663069b55e067164381eed1cd2d820c70e"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-b2d41137decbf33bc8076a41bfe11b68d501a7a0","eu-tr-046522111711-44","ec-person-537401fc0be04984531b83660f416bf2fe14fbd8"]}} -{"id":"ec-meeting-2014-12-02-779011d87848c1542b5be6ad6d65ba52a4179648","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-02 - Günther Oettinger x Union Internationale des Cinémas"],"date":["2014-12-02"],"summary":["Copyright"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-5652698e8f7b4a189329e67fddbaff44dbe8658c","eu-tr-74301917747-65"]}} -{"id":"ec-meeting-2014-12-02-77982750aba2b7935d1419dc1273dbaa7ee6e027","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-02 - Cabinet of Commissioner Elżbieta Bieńkowska x Tetra Pak Group"],"date":["2014-12-02"],"summary":["Meeting with Dennis Jönsson - Chief Executive and President - on Circular Economy policy"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029","eu-tr-7574443768-34"]}} -{"id":"ec-meeting-2014-12-02-7afa938352b252d3fae3574b5fa66dd1019e1aba","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-02 - Cabinet of Commissioner Jonathan Hill x Global Counsel Limited"],"date":["2014-12-02"],"summary":["An informal discussion on future challenges for Europ"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["ec-person-a9f927e92126f22da48d08ee37b059179988ada8","eu-tr-590425913785-60"]}} -{"id":"ec-meeting-2014-12-02-7d79d7aa1d0cbd49063dedd35d16c4f5c93f007d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-02 - Cabinet of Commissioner Margrethe Vestager x Friends of the Earth Europe OXFAM INTERNATIONAL EU ADVOCACY OFFICE Climate Action Network Europe"],"date":["2014-12-02"],"summary":["EU climate and energy policy"],"notes":["Portfolio: Competition"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-margrethe-of-vestager"],"involved":["eu-tr-55888811123-49","eu-tr-46856801604-90","eu-tr-9825553393-31","ec-person-2e96673ec2acdfc668f6970535551f9afa1f8729"]}} -{"id":"ec-meeting-2014-12-02-817d91f1b7db08c989a60bfbb70191a7259a33a9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-02 - Cabinet of Commissioner Elżbieta Bieńkowska x LVMH Publica"],"date":["2014-12-02"],"summary":["Meeting with Pierre Gode, Vice-Chairman of LVMH"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["ec-person-95a769a1850d7d595f9a5853c51dcbdd3ddd69fb","eu-tr-16094042309-21"]}} -{"id":"ec-meeting-2014-12-02-83a70c05765a922d2c8b76de3e6ebed66a286bb1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-02 - Cabinet of President Jean-Claude Juncker x electri-citi.mobi"],"date":["2014-12-02"],"summary":["Jobs and Growth Agenda, Investment Plan"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-822479410571-77","ec-person-c402e34a99fbee730ae22e3b1958e21c94dc6fcc"]}} -{"id":"ec-meeting-2014-12-02-8eb501f39ff51faa469a352cdfbe6d59a965f446","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-02 - Cabinet of Commissioner Violeta Bulc x Rural Investment Support for Europe Foundation"],"date":["2014-12-02"],"summary":["Lunch with Mr. Potocnik"],"notes":["Portfolio: Transport"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-4d2b449b5047ea3fda435a2a1c1081e3babcdf76","eu-tr-653471311607-37"]}} -{"id":"ec-meeting-2014-12-02-937534bbc65da72b0e8042a6daf9a693fdbebefc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-02 - Günther Oettinger x EKD-Büro Brüssel / EKD-Office Brussels"],"date":["2014-12-02"],"summary":["Courtesy call"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0","eu-tr-61973396926-78"]}} -{"id":"ec-meeting-2014-12-02-940b62c92a9d668fa41a320b45086164967603b9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-02 - Cabinet of Vice-President Jyrki Katainen x Technology Industries of Finland (Teknologiateollisuus ry)"],"date":["2014-12-02"],"summary":["Impact of ETS on electricity price"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-0da85dc48012e26688310a59a0b51727ea68f410","eu-tr-39705603497-38"]}} -{"id":"ec-meeting-2014-12-02-9e790d9df479467688a37745b3d366bd02416e5c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-02 - Cabinet of Vice-President Cecilia Malmström x Confederation of Swedish Enterprise"],"date":["2014-12-02"],"summary":["TTIP"],"notes":["Portfolio: Trade"],"location":["BERL 11/334"],"address":["BERL 11/334"],"addressEntity":["addr-835b647f8b7dbad57c0e6f169d418f743fad88ff"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-39912257528-48","ec-person-20ded9db5df11164331bb161fdf234b1e5ad53fd"]}} -{"id":"ec-meeting-2014-12-02-9f49defabcc1e7db3b584c4c1b2e15ece6ccd71a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-02 - Cabinet of Vice-President Miguel Arias Cañete x Abertis Infraestructuras S.A."],"date":["2014-12-02"],"summary":["Pdt Juncker's infrastructure investment program"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-934237012880-23","ec-person-2229c857664a22dcb8eee79a8c05841fd3d0924f"]}} -{"id":"ec-meeting-2014-12-02-a3023e059791c0f63eb1ce13d54c903da1f534b0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-02 - Cabinet of Vice-President Jyrki Katainen x Akava ry"],"date":["2014-12-02"],"summary":["Finnish Labour Unions"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90","ec-person-99365f4c3081112dcbfa722a5eb05adecc68503e","eu-tr-98086919699-94"]}} -{"id":"ec-meeting-2014-12-02-a91f23fa739dd9ac23bcb3cd92b52fdcb1d17ed0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-02 - Cabinet of President Jean-Claude Juncker x FTI Consulting Belgium"],"date":["2014-12-02"],"summary":["FTI snapshot: Towards a global corporate tax overhaul"],"notes":["Portfolio: President"],"location":["Brussels - Belgium"],"address":["Brussels - Belgium"],"addressEntity":["addr-85d514873c3b55c68206168e47e9d4fc69799cc8"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-ad6f76ca53dc30d965b15e3728c45dbd0aba44b4","eu-tr-29896393398-67"]}} -{"id":"ec-meeting-2014-12-02-ab5c0cd71095d4daea85428cc714b98f1dc6c4b3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-02 - Cabinet of Vice-President Andrus Ansip x British Broadcasting Corporation"],"date":["2014-12-02"],"summary":["Digital Single Market in general and net neutrality and spectrum in particular"],"notes":["Portfolio: Digital Single Market"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-666bc159c7e65a3af9e63c1e97435c02f1496955","eu-tr-336906714921-03"]}} -{"id":"ec-meeting-2014-12-02-afd4e92db2273ea026160f556652cfa748806dfc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-02 - Cabinet of Vice-President Jyrki Katainen x Banco Santander, S.A."],"date":["2014-12-02"],"summary":["Investment Initiative"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-799142914971-03","ec-person-3775b7be791f90ed462b9071c9ae596b80d71bca"]}} -{"id":"ec-meeting-2014-12-02-cb61744e0e1d26426e0727834fd8f210655bc1d2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-02 - Cabinet of Vice-President Jyrki Katainen x Nokia"],"date":["2014-12-02"],"summary":["Investments and innovations in the digital sector"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-35167875358-33","ec-person-0310c3b87e155f5572493e91d12eebab9736a76b"]}} -{"id":"ec-meeting-2014-12-02-ce47297213c85e3103f364a602ae2e1eca722330","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-02 - Cabinet of President Jean-Claude Juncker x London Stock Exchange Group"],"date":["2014-12-02"],"summary":["Jobs, Growth, Stability and Capital Markets Union - Recovery and Resolution of CCPS"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-c402e34a99fbee730ae22e3b1958e21c94dc6fcc","eu-tr-550494915045-08"]}} -{"id":"ec-meeting-2014-12-02-d4e99b5b0658468827249e825be54ce310a0990e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-02 - Cabinet of Commissioner Vytenis Andriukaitis x Bureau Européen des Unions de Consommateurs"],"date":["2014-12-02"],"summary":["Food safety and animal health"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-b9c3f19e7c5f216e3e508f931ddd6a9cb59376d1","eu-tr-9505781573-45","ec-person-c986c9ff99d99d8006e000db5a8046be615813ae"]}} -{"id":"ec-meeting-2014-12-02-d5a8d64bd5e961273d95476657ac6e91fe818940","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-02 - Energy x Deutsche Bank AG"],"date":["2014-12-02"],"summary":["EU Investment Plan"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-271912611231-56","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2014-12-02-d5f10744b04e2dec6e5b6c9d033e88b174acbe06","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-02 - Cabinet of Vice-President Jyrki Katainen x Telefonica, S.A."],"date":["2014-12-02"],"summary":["Investments and innovations in the digital sector"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-52431421-12","ec-person-0310c3b87e155f5572493e91d12eebab9736a76b"]}} -{"id":"ec-meeting-2014-12-02-d830ca7b59537350ce93089aa9a7b84723f3c8fe","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-02 - Cabinet of Commissioner Phil Hogan x Irish Creamery Milk Suppliers Association"],"date":["2014-12-02"],"summary":["Milk price pressures for 2015, superlevy fines, measures to support to dairy farmers, TTIP"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-400dd8d59d3060187d9b9b143d697da1a3d03c12","ec-person-a1a78365cc4685b0958056646204977d8f2ead92","eu-tr-58690875697-56"]}} -{"id":"ec-meeting-2014-12-02-d8ee91bf19fd008ab908734748a1282096ec4a6f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-02 - Cabinet of Commissioner Jonathan Hill x Assogestioni - Italian Investment Management Association"],"date":["2014-12-02"],"summary":["Introductory Meeting"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["eu-tr-89046007765-76","ec-person-5e8e66c5b37cfc1f9272932bf8e12f4b28d1160a"]}} -{"id":"ec-meeting-2014-12-02-d91838f1008737f2a489599b19d319e2bde458be","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-02 - Günther Oettinger x Groupement Européen des Sociétés d'Auteurs et Compositeurs"],"date":["2014-12-02"],"summary":["Presentation of study"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0","eu-tr-36529354479-57"]}} -{"id":"ec-meeting-2014-12-02-dd199790e1f47859346afadf472ae369398e0c31","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-02 - Günther Oettinger x Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V."],"date":["2014-12-02"],"summary":["Digital Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0","eu-tr-35124436517-75"]}} -{"id":"ec-meeting-2014-12-02-de0ed0fce5442226dc334ace3b9570b64126ef96","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-02 - Cabinet of Commissioner Phil Hogan x Deutscher Bauernverband"],"date":["2014-12-02"],"summary":["Simplification of the common agricultural policy, general presentation"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-a985b9a03cb4f9af4f2f97583d8f92fb71579572","eu-tr-73085531345-65"]}} -{"id":"ec-meeting-2014-12-02-e023fe68d97de1f8d60853d2d9768aba6d40ee38","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-02 - Cabinet of Vice-President Neven Mimica x Tetra Pak Group"],"date":["2014-12-02"],"summary":["Issues pertaining to EU’s development policy, in particular the post-2015 development framework"],"notes":["Portfolio: International Cooperation & Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-mimica-neven-of-president-vice"],"involved":["ec-person-e90858f5aba78fd0e1cb2f757c3f38d55d91f98b","eu-tr-7574443768-34"]}} -{"id":"ec-meeting-2014-12-02-e51f189fdb1178b1c9aad04f3136fb80b077a36d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-02 - Cabinet of Commissioner Tibor Navracsics x Groupement Européen des Sociétés d'Auteurs et Compositeurs"],"date":["2014-12-02"],"summary":["Exchange of views and priorities for the culture sector 2015"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-cb6aa96c497dead35eb0f2ed0339e5423d506549","ec-person-dc2e0fed0fdf39a6a3f3ad63355c5215599de9d1","eu-tr-36529354479-57"]}} -{"id":"ec-meeting-2014-12-02-e52da4f6e7131566709a929b4d16af6511247ba7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-02 - Cabinet of Vice-President Maroš Šefčovič x Bruegel"],"date":["2014-12-02"],"summary":["Energy Union"],"notes":["Portfolio: Energy Union"],"location":["Berl 8/97"],"address":["Berl 8/97"],"addressEntity":["addr-588785fa090f464bec525e9d464925587e739da9"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-ea6b517040e26a62f17d2829afffeba48cfd682f","eu-tr-33622026795-64"]}} -{"id":"ec-meeting-2014-12-02-ebd153fe239c6e309c5ba6829ccb453aad50b0b8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-02 - Cabinet of Vice-President Miguel Arias Cañete x Deutsche Bank AG"],"date":["2014-12-02"],"summary":["ENERGY UNION"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-271912611231-56","ec-person-62773e55e1985542cb18a2a89f2053f2f39146b1"]}} -{"id":"ec-meeting-2014-12-02-ed16603c21b724053f30c6d47b877aeba034e855","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-02 - Cabinet of Commissioner Jonathan Hill x Afore Consulting"],"date":["2014-12-02"],"summary":["Capital Markets Union"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["eu-tr-03013154889-05","ec-person-5e8e66c5b37cfc1f9272932bf8e12f4b28d1160a"]}} -{"id":"ec-meeting-2014-12-02-f21ecb593c7eacf053233d0e2b5b337a1d765d7c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-02 - Cabinet of Vice-President Valdis Dombrovskis x The Investment Association Fleishman-Hillard"],"date":["2014-12-02"],"summary":["European consumer protection in the field of investor disclosure"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels- European Commission"],"address":["Brussels- European Commission"],"addressEntity":["addr-44000a1136866c0eb42de846ff510978df198235"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-56047191389-84","ec-person-48f31156d932641826e09f5b73f074d35ff05786","eu-tr-5437826103-53"]}} -{"id":"ec-meeting-2014-12-02-f2fb41716d30c4d2bc69e28b4d39715fd5650d63","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-02 - Cabinet of President Jean-Claude Juncker x German Renewable Energy Federation"],"date":["2014-12-02"],"summary":["Discussion on Renewable Energy"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-b1bf9aa5fb7e886441ff341b657cc482b64a2a3e","eu-tr-15511499334-46"]}} -{"id":"ec-meeting-2014-12-02-fb9cf8ce9470d9e44a37dcec3558f0d4f5e4b07c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-02 - Cabinet of Vice-President Jyrki Katainen x Eli Lilly and Company"],"date":["2014-12-02"],"summary":["Life sciences contribution to growth and jobs"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-04657143399-39","ec-person-0310c3b87e155f5572493e91d12eebab9736a76b"]}} -{"id":"ec-meeting-2014-12-03-050488195e1fce516c64472a1d881477c8d57317","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-03 - Cabinet of Vice-President Jyrki Katainen x UPM-Kymmene Oyj"],"date":["2014-12-03"],"summary":["Biofuels and innovation"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-861194311863-31","ec-person-0310c3b87e155f5572493e91d12eebab9736a76b"]}} -{"id":"ec-meeting-2014-12-03-0708db165ae10bb62c5cb96f50be2b3273739426","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-03 - Education, Youth, Sport and Culture x EUN Partnership aisbl"],"date":["2014-12-03"],"summary":["Discussion on IT tools for schools"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-eac"],"involved":["ec-person-4b0c15b75d9d40b5f296fc3f15972fd544f6b6d6","eu-tr-977907115068-02"]}} -{"id":"ec-meeting-2014-12-03-0b801de5b444837083556098140de421415c48f6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-03 - Cabinet of Commissioner Jonathan Hill x PwCIL Association for Financial Markets in Europe"],"date":["2014-12-03"],"summary":["Bank structural reform"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["eu-tr-60402754518-05","ec-person-74de9b1956d5aa5754e8946d4a7a883e05171466","eu-tr-65110063986-76"]}} -{"id":"ec-meeting-2014-12-03-0dd5bc13db787c57e3bcc4a098a61815e45e934e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-03 - Günther Oettinger x Liberty Global Corporate B.V."],"date":["2014-12-03"],"summary":["Regulatory framework"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-4cd59e13386e3b68ecb3611fcc579e0a0a3938a5","eu-tr-82853397708-89"]}} -{"id":"ec-meeting-2014-12-03-15bc768e3dbded9bd3a679918201ae1f86fd4f5d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-03 - Cabinet of Commissioner Phil Hogan x Hipp GmbH & Co. Produktion KG"],"date":["2014-12-03"],"summary":["Organic farming legislation"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-c9d17d5879383b030f61a4066848249fb35d57e4","eu-tr-751354015023-07"]}} -{"id":"ec-meeting-2014-12-03-170a5eaf42e388b70ed671c11742fbea07f32957","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-03 - Cabinet of Vice-President Andrus Ansip x Telefonica, S.A."],"date":["2014-12-03"],"summary":["Telecoms Single Market proposal"],"notes":["Portfolio: Digital Single Market"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-52431421-12","ec-person-666bc159c7e65a3af9e63c1e97435c02f1496955","ec-person-91ca0921c6790191daa54427311acd63035e7c9e"]}} -{"id":"ec-meeting-2014-12-03-1c9fc8c894c0b5f546e985d594e739012c7078d7","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2014-12-03 - Cabinet of Commissioner Violeta Bulc x International Road Transport Union Permanent Delegation to the EU"],"date":["2014-12-03"],"summary":["EU road policy","EU road transport policy"],"notes":["Portfolio: Transport"],"location":["Brussels","My office"],"address":["Brussels","My office"],"addressEntity":["addr-9e563f28a4aed74e913644684df4e6a3fe7b28b5","addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-41802525291-86","ec-person-dd7851e4a1e747e824b4f81139e33bc3cdb73160"]}} -{"id":"ec-meeting-2014-12-03-1d847e40e2ed3440156247de4a50ba3b414069a2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-03 - Financial Stability, Financial Services and Capital Markets Union x Steptoe & Johnson LLP"],"date":["2014-12-03"],"summary":["MiFID / Switzerland"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["ec-person-6be7848f21e63e093fdf3693cc8c3e2b6d29f776","eu-tr-92439142374-67"]}} -{"id":"ec-meeting-2014-12-03-219c9b3805903f5d80035092e36b980f1f57c725","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-03 - Cabinet of Commissioner Phil Hogan x US Dairy Export Council"],"date":["2014-12-03"],"summary":["TTIP & Geographical indications"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["US Dairy Export Council"],"address":["US Dairy Export Council"],"addressEntity":["addr-edd267650021a4362c42af5402404c862ecf7759"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-927974415051-53","ec-person-400dd8d59d3060187d9b9b143d697da1a3d03c12","ec-person-c9d17d5879383b030f61a4066848249fb35d57e4","ec-person-a1a78365cc4685b0958056646204977d8f2ead92"]}} -{"id":"ec-meeting-2014-12-03-2a82d20d3934aa788986b02c1a50f90a392ce66c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-03 - Cabinet of Commissioner Margrethe Vestager x Greater Copenhagen EU Office"],"date":["2014-12-03"],"summary":["European issues from a local/regional perspective"],"notes":["Portfolio: Competition"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-margrethe-of-vestager"],"involved":["eu-tr-91139622118-45","ec-person-2e96673ec2acdfc668f6970535551f9afa1f8729","ec-person-6e8b9cd7bb1a15a7e90b04790769360ba931cafd"]}} -{"id":"ec-meeting-2014-12-03-325d6e34e8aa02bad597c4333f082b0be5e3b3f7","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2014-12-03 - Cabinet of High Representative / Vice-President Federica Mogherini x TUSIAD-Turkish Industry&Business Association"],"date":["2014-12-03"],"summary":["Relations with Turkish professional associations","EU-Turkey relations"],"notes":["Portfolio: Foreign Affairs and Security Policy"],"location":["Brussels","BERL 11/176"],"address":["Brussels","BERL 11/176"],"addressEntity":["addr-855f489b09fa78cc67cfac729ff3dd4d0605a16b","addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"involved":["eu-tr-38870176589-43","ec-person-62bf207e4274ad594e7eab4bfe20782f1d57f645","ec-person-ffe369688b1df8f09154d965f094473d619d72e0"]}} -{"id":"ec-meeting-2014-12-03-35c14a099698dc0aa46443b7ea34d708b2c52e81","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-03 - Günther Oettinger x PwCIL"],"date":["2014-12-03"],"summary":["Digitale Agenda"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-4cd59e13386e3b68ecb3611fcc579e0a0a3938a5","eu-tr-60402754518-05"]}} -{"id":"ec-meeting-2014-12-03-363cc6d1e9db57ae0b69c7e4b7794aecc956fa73","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2014-12-03 - Cabinet of Vice-President Jyrki Katainen x BlackRock"],"date":["2014-12-03"],"summary":["Investment Initiative","Investment initiative"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-7c9460f99c5872dbdc561f5752401c870d12e98b","eu-tr-51436554494-18"]}} -{"id":"ec-meeting-2014-12-03-4979800269504db81154b926ba3badd83e76c7f2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-03 - Cabinet of Commissioner Phil Hogan x Deutscher Raiffeisenverband e.V."],"date":["2014-12-03"],"summary":["General presentation of the visitor's activities"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-17144181426-26","ec-person-a985b9a03cb4f9af4f2f97583d8f92fb71579572"]}} -{"id":"ec-meeting-2014-12-03-4d3cf44e3a616157bea3bcffe6738e0a8c985302","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-03 - Cabinet of Commissioner Elżbieta Bieńkowska x Friends of the Earth Europe OXFAM INTERNATIONAL EU ADVOCACY OFFICE Climate Action Network Europe"],"date":["2014-12-03"],"summary":["Meeting with Wendel Trio, Molly Walsh and Jean-Cyril Dagorn on energy and climate policy"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-55888811123-49","eu-tr-46856801604-90","eu-tr-9825553393-31","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2014-12-03-4df6a9a5e13dbd8c59fe92ceefe0062c288dff12","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-03 - Cabinet of Commissioner Jonathan Hill x The Royal Bank of Scotland"],"date":["2014-12-03"],"summary":["Financial Services Policy"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["ec-person-03cf92829e273869bfbd8bbf4f1881dcd0848186","eu-tr-483974815034-52"]}} -{"id":"ec-meeting-2014-12-03-4ecb562ec10438eb8daef61c1a13db0bc47db845","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-03 - Cabinet of Vice-President Valdis Dombrovskis x Bundesverband deutscher Banken e.V."],"date":["2014-12-03"],"summary":["Finanztransaktionssteuer"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-48f31156d932641826e09f5b73f074d35ff05786","ec-person-f6170dbdd732fc460a713b82b57759ac5e77fdc6","eu-tr-0764199368-97"]}} -{"id":"ec-meeting-2014-12-03-4fb5393522357628f364785071dd33a697c9a41e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-03 - Günther Oettinger x British Broadcasting Corporation"],"date":["2014-12-03"],"summary":["Digital Single Market/Radiospectrum/Telecoms Single Market"],"location":["BERL 9"],"address":["BERL 9"],"addressEntity":["addr-b2918a3613c3441e6e20e909578acfd51efe28d5"],"organizer":["ec-dg-de"],"involved":["ec-person-c6c38691c27b1498b60b18409aa979cf1dd1f4ac","eu-tr-336906714921-03"]}} -{"id":"ec-meeting-2014-12-03-543eeddc8cceb4ea824af3a172b215185df5b55f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-03 - Cabinet of Vice-President Cecilia Malmström x Bundesvereinigung der Deutschen Arbeitgeberverbände e.V. Bundesverband der Deutschen Industrie e.V."],"date":["2014-12-03"],"summary":["TTIP; expectations from the German economy"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-1771817758-48","eu-tr-7749519702-29","ec-person-cb8ca9ec2413722fa83484ed18dd76ace52d0118"]}} -{"id":"ec-meeting-2014-12-03-594633b30c0aebef849f8294d305cdab7533fd89","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-03 - Energy x Eurelectric aisbl"],"date":["2014-12-03"],"summary":["Market design"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-4271427696-87","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2014-12-03-60641080e692c95968cd9a0c46a425477c231585","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-03 - Cabinet of Commissioner Pierre Moscovici x HSBC Holdings PLC"],"date":["2014-12-03"],"summary":["Growth and jobs, investment"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["eu-tr-001866415031-87","ec-person-18ec03f403696ecde522f7843ba9c4ff6335ead4"]}} -{"id":"ec-meeting-2014-12-03-60d5ecd6a4a0db8558d218fd60925712b6145d8f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-03 - Cabinet of Vice-President Jyrki Katainen x Climate Action Network Europe"],"date":["2014-12-03"],"summary":["2030 climate and energy policy framework and Paris climate summit"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-55888811123-49","ec-person-0da85dc48012e26688310a59a0b51727ea68f410"]}} -{"id":"ec-meeting-2014-12-03-641a02feba6c8ca80d8593c5eb544eaf001a0553","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-03 - Energy x Terna spa"],"date":["2014-12-03"],"summary":["Italian and EU Energy market"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-937812815077-68","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2014-12-03-68452796b028cf557b39b09fd4e7ffa252acd698","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-03 - Cabinet of Vice-President Andrus Ansip x Deutsche Telekom"],"date":["2014-12-03"],"summary":["Telecoms Single Market, Digital Single Market, e-government"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-6a03bc4fa7657513ea34529e98dba0671ef4c849","eu-tr-60052162589-72"]}} -{"id":"ec-meeting-2014-12-03-6cf32293578c952193bcef59a0327dd34698438e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-03 - Cabinet of Vice-President Jyrki Katainen x Suomen Yrittäjät ry"],"date":["2014-12-03"],"summary":["SME Policy"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90","eu-tr-07265875082-72","ec-person-99365f4c3081112dcbfa722a5eb05adecc68503e"]}} -{"id":"ec-meeting-2014-12-03-6d833864f272b50067688bd8fa9c929894042987","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-03 - Cabinet of Vice-President Jyrki Katainen x Policy Network and Communications Ltd"],"date":["2014-12-03"],"summary":["Capital markets union and investment initiative"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-471036615028-82","ec-person-88d71b399a3e13a243bdc4676e481835e8e5b2f2"]}} -{"id":"ec-meeting-2014-12-03-70a2310436abe720e5e9f20b02fe7c441d0fffaa","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-03 - Financial Stability, Financial Services and Capital Markets Union x Policy Network and Communications Ltd"],"date":["2014-12-03"],"summary":["Single Market in Services, Capital Markets Union, UK developments"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-471036615028-82","ec-person-6be7848f21e63e093fdf3693cc8c3e2b6d29f776"]}} -{"id":"ec-meeting-2014-12-03-716cb47ddcdbc51da1edc13a4de6d5619738aa68","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-03 - Cabinet of First Vice-President Frans Timmermans x Aviva Plc"],"date":["2014-12-03"],"summary":["Sustainable capital markets"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Berlaymont - Brussels"],"address":["Berlaymont - Brussels"],"addressEntity":["addr-36f33652c556765a5dad2fc43dc3e05e5d5f1d8d"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["ec-person-7a0c440119cd5d547eceebb055c79b8bb41bf9a2","eu-tr-86270761494-62"]}} -{"id":"ec-meeting-2014-12-03-783ff5dc7ea023734cc7f50b6ef913b19bebf319","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-03 - Cabinet of Vice-President Miguel Arias Cañete x Transat A.T. Inc"],"date":["2014-12-03"],"summary":["EMISSIONS REDUCTIONS IN THE AVIATION SECTOR"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-724469515111-08","ec-person-260e00934471a02805fb143935d6e9205a7f355f"]}} -{"id":"ec-meeting-2014-12-03-85c47ad9e356bf722f0a95b695612be4bfdd6d4b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-03 - Cabinet of Commissioner Elżbieta Bieńkowska x OGP GAZ-SYSTEM S.A."],"date":["2014-12-03"],"summary":["Meeting with Piotr Kus, Director of Gas Transmission Operator GAZ-SYSTEM S.A. - courtesy visit and presentation of company"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-00105537635-20","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2014-12-03-93241db35256650c947b0749bbc824dba6c143cb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-03 - Cabinet of Vice-President Maroš Šefčovič x German Renewable Energy Federation"],"date":["2014-12-03"],"summary":["Renewables energy"],"notes":["Portfolio: Energy Union"],"location":["Berl 8/97"],"address":["Berl 8/97"],"addressEntity":["addr-588785fa090f464bec525e9d464925587e739da9"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-ea6b517040e26a62f17d2829afffeba48cfd682f","eu-tr-15511499334-46"]}} -{"id":"ec-meeting-2014-12-03-96dac854a8db0e09f22b2ea3f3cff55fc862eb39","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-03 - Cabinet of Vice-President Johannes Hahn x TUSIAD-Turkish Industry&Business Association"],"date":["2014-12-03"],"summary":["Economic development in Turkey"],"notes":["Portfolio: European Neighbourhood Policy & Enlargement Negotiations"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-hahn-johannes-of-president-vice"],"involved":["eu-tr-38870176589-43","ec-person-f672afec7a839bc5243ddd3590bf9d6526226d41"]}} -{"id":"ec-meeting-2014-12-03-9dea784a33779cd8a0bed9da56f26b8f9b937db1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-03 - Cabinet of Commissioner Jonathan Hill x KPMG EMA"],"date":["2014-12-03"],"summary":["Audit Regulation (537/2014)"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels - Belgium"],"address":["Brussels - Belgium"],"addressEntity":["addr-85d514873c3b55c68206168e47e9d4fc69799cc8"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["ec-person-5fdb62e20cecef81f87f94d3d1bcdd3b47b26af0","eu-tr-65515368730-59"]}} -{"id":"ec-meeting-2014-12-03-a3a7188ad1fe4b704b22fe850f848a44fb916392","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-03 - Environment x WWF European Policy Programme"],"date":["2014-12-03"],"summary":["WWF european Board Chairs"],"location":["Avenue Tervuren 168"],"address":["Avenue Tervuren 168"],"addressEntity":["addr-cfb0bc51502658ee02192ec4f310202d18e68a3f"],"organizer":["ec-dg-env"],"involved":["eu-tr-1414929419-24","ec-person-c92411579cf013898db30d63a5d6fadc118e7264"]}} -{"id":"ec-meeting-2014-12-03-a4fc354b7d166fcfd2986a898ced0a64845bbbec","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-03 - Cabinet of Commissioner Jonathan Hill x Deutsches Aktieninstitut"],"date":["2014-12-03"],"summary":["Audit Regulation (537/2014)"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels - Belgium"],"address":["Brussels - Belgium"],"addressEntity":["addr-85d514873c3b55c68206168e47e9d4fc69799cc8"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["ec-person-5fdb62e20cecef81f87f94d3d1bcdd3b47b26af0","eu-tr-38064081304-25"]}} -{"id":"ec-meeting-2014-12-03-ac0b3539a1060ec20208a7ecafddbfc00bda9d23","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-03 - Internal Market, Industry, Entrepreneurship and SMEs x PIMEC"],"date":["2014-12-03"],"summary":["SMEs / Directive non-performing loans Spain / Structural funds"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-grow"],"involved":["ec-person-9f3f9b58a22cf98d55521b290d1facc431bdce86","eu-tr-431721915076-92"]}} -{"id":"ec-meeting-2014-12-03-b72852f2722bd966e574944d454566e3e2b419ed","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-03 - Cabinet of Vice-President Jyrki Katainen x Bruegel"],"date":["2014-12-03"],"summary":["Investment Initiative"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-3775b7be791f90ed462b9071c9ae596b80d71bca","eu-tr-33622026795-64"]}} -{"id":"ec-meeting-2014-12-03-bb60eb9d477ea88fb25d241f27cb0a0a84bdd91c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-03 - Cabinet of Vice-President Jyrki Katainen x Bundesverband deutscher Banken e.V."],"date":["2014-12-03"],"summary":["Investment Initiative and Capital Markets Union"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-f9208d930adc70c6c64e21701e48f85f6f18e949","ec-person-88d71b399a3e13a243bdc4676e481835e8e5b2f2","eu-tr-0764199368-97"]}} -{"id":"ec-meeting-2014-12-03-c00388ca93275562c1375e042dda25a9fe58deda","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-03 - Cabinet of Vice-President Jyrki Katainen x Assogestioni - Italian Investment Management Association European Express Association"],"date":["2014-12-03"],"summary":["Capital Markets Union"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-1894704851-83","ec-person-88d71b399a3e13a243bdc4676e481835e8e5b2f2","eu-tr-89046007765-76"]}} -{"id":"ec-meeting-2014-12-03-c5aceecadf9a600d433d642003baab23f8da10bb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-03 - Cabinet of Commissioner Phil Hogan x International Federation of Organic Agriculture Movements EU Regional Group"],"date":["2014-12-03"],"summary":["Meeting with IFOAM (Stephen Meredith)"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["BERL 08/318"],"address":["BERL 08/318"],"addressEntity":["addr-9e7a54bf1352143376eb5ec896985192229da490"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-67128251296-84","ec-person-7d3caa534e5cdda6d5b949bd4b2def39356e3bec"]}} -{"id":"ec-meeting-2014-12-03-ca0e5834679b29d3321cf2243c29540129eca580","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-03 - Cabinet of Vice-President Miguel Arias Cañete x pantarhei corporate advisors"],"date":["2014-12-03"],"summary":["Introduction to company activity in Bulgaria"],"notes":["Portfolio: Climate Action & Energy"],"location":["Berlaymont 8th floor"],"address":["Berlaymont 8th floor"],"addressEntity":["addr-f1b33ccdb4b8fa475dc659d681cd6b26d6443329"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-1831691c10441c5974327bbeb8693d6b6c1e50c3","eu-tr-21877126545-33"]}} -{"id":"ec-meeting-2014-12-03-cca1d15844d7813c048dda982a856e37f93086eb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-03 - Cabinet of President Jean-Claude Juncker x Bruegel"],"date":["2014-12-03"],"summary":["Energy Union"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-b1bf9aa5fb7e886441ff341b657cc482b64a2a3e","eu-tr-33622026795-64"]}} -{"id":"ec-meeting-2014-12-03-cfaa3068878bc2072ea4d39188193f7577cde13e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-03 - Cabinet of Vice-President Jyrki Katainen x The Royal Bank of Scotland"],"date":["2014-12-03"],"summary":["Capital markets union and investment initiative"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-88d71b399a3e13a243bdc4676e481835e8e5b2f2","eu-tr-483974815034-52"]}} -{"id":"ec-meeting-2014-12-03-d3dd73bee11069487714852439d83dddab768d2c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-03 - Cabinet of Commissioner Pierre Moscovici x London Stock Exchange Group"],"date":["2014-12-03"],"summary":["SME programme- Elite Europe and general economic outlook"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["ec-person-18ec03f403696ecde522f7843ba9c4ff6335ead4","eu-tr-550494915045-08"]}} -{"id":"ec-meeting-2014-12-03-d4bc62169a5d0c0d6a9b5ed88f69bda8417de9eb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-03 - Cabinet of Vice-President Miguel Arias Cañete x Arconic Europe"],"date":["2014-12-03"],"summary":["Demand Side Management"],"notes":["Portfolio: Climate Action & Energy"],"location":["Berlaymont 8th floor"],"address":["Berlaymont 8th floor"],"addressEntity":["addr-f1b33ccdb4b8fa475dc659d681cd6b26d6443329"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-1831691c10441c5974327bbeb8693d6b6c1e50c3","eu-tr-6018012754-28"]}} -{"id":"ec-meeting-2014-12-03-d53d5fda7dcf8ecea34a663da90ddde909b348d6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-03 - Cabinet of Commissioner Phil Hogan x Eli Lilly and Company"],"date":["2014-12-03"],"summary":["Sustainable agriculture contributing to economic growth"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["BERL 08/318"],"address":["BERL 08/318"],"addressEntity":["addr-9e7a54bf1352143376eb5ec896985192229da490"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-04657143399-39","ec-person-7d3caa534e5cdda6d5b949bd4b2def39356e3bec"]}} -{"id":"ec-meeting-2014-12-03-d548c9db4db989b831e1d44570b3147a1a9c1c25","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-03 - Cabinet of President Jean-Claude Juncker x Banco Santander, S.A."],"date":["2014-12-03"],"summary":["Capital Markets Union"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-799142914971-03","ec-person-c402e34a99fbee730ae22e3b1958e21c94dc6fcc"]}} -{"id":"ec-meeting-2014-12-03-d75db6f1dc383412e73c4955a8ceceed4079bfb3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-03 - Günther Oettinger x RTE Réseau de transport d'électricité Statnett SF VERBUND AG Statkraft AS Swissgrid AG"],"date":["2014-12-03"],"summary":["Smart Grids"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-c6cae64cc7dc787b66a47ab1613d3e922875b971","eu-tr-669359510572-76","eu-tr-09571422185-81","eu-tr-96327066302-56","eu-tr-05001306886-41","eu-tr-60493327921-85"]}} -{"id":"ec-meeting-2014-12-03-db8707f5f363b0d5eaeeb51f6e38b7b7647148f0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-03 - Cabinet of Vice-President Jyrki Katainen x Deutsche Bank AG"],"date":["2014-12-03"],"summary":["Investment Initiative"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-271912611231-56","ec-person-3775b7be791f90ed462b9071c9ae596b80d71bca"]}} -{"id":"ec-meeting-2014-12-03-ee19919853e99d59fed9d43b111ae73f6ae2307b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-03 - Cabinet of Vice-President Jyrki Katainen x Liberty Global Corporate B.V."],"date":["2014-12-03"],"summary":["Investments and innovations in the digital sector"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-82853397708-89","ec-person-0310c3b87e155f5572493e91d12eebab9736a76b"]}} -{"id":"ec-meeting-2014-12-03-f38e3417a04d2cc75a582669a47f1a6dff9620be","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-03 - Cabinet of Commissioner Elżbieta Bieńkowska x Technology Industries of Finland (Teknologiateollisuus ry)"],"date":["2014-12-03"],"summary":["The EU's electricity market"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["ec-person-b2f9be51339f054477846797e2c119fcf16548fc","eu-tr-39705603497-38"]}} -{"id":"ec-meeting-2014-12-03-f6162f666b206c16f2a86d20b01f31f6372ae4c5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-03 - Cabinet of High Representative / Vice-President Federica Mogherini x Agenzia per la Globalizzazione delle Imprese e dei Territori"],"date":["2014-12-03"],"summary":["Relation with professional associations"],"notes":["Portfolio: Foreign Affairs and Security Policy"],"location":["BERL11/176"],"address":["BERL11/176"],"addressEntity":["addr-bae690deaa90257726595f5da338aebb1c262954"],"organizer":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"involved":["ec-person-62bf207e4274ad594e7eab4bfe20782f1d57f645","eu-tr-41572336784-71"]}} -{"id":"ec-meeting-2014-12-03-fffc19dbfc9efdb4cbe80a9fa09cee5e62ee9bd2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-03 - Cabinet of Commissioner Jonathan Hill x Mastercard"],"date":["2014-12-03"],"summary":["Financial Services Policy"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["ec-person-03cf92829e273869bfbd8bbf4f1881dcd0848186","eu-tr-58204758673-16"]}} -{"id":"ec-meeting-2014-12-04-06dd5bb7b51952add59b6d592ff4c1af96ff5a34","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-04 - Communications Networks, Content and Technology x None"],"date":["2014-12-04"],"summary":["Open Innovation (Meeting with Professor Wolfgang Wahlster, Chairman)"],"location":["Berlin"],"address":["Berlin"],"addressEntity":["addr-062b06ba8e755765c6b049809b7430fd54fe5b21"],"organizer":["ec-dg-connect"],"involved":["ec-person-3d379ff88d704acbd3444fdd59765df1225d4f9b"]}} -{"id":"ec-meeting-2014-12-04-0a161889f45ecc73a1046030430c4381f33258e9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-04 - Taxation and Customs Union x Swiss Finance Council"],"date":["2014-12-04"],"summary":["BEPS, FTT, FATCA, EUSD/DAC and consequences for 3rd countries"],"location":["Taxud Brussels Office"],"address":["Taxud Brussels Office"],"addressEntity":["addr-83311ce0ec9960eee32e6ffd03dbae7746a2f6b2"],"organizer":["ec-dg-taxud"],"involved":["eu-tr-858716912337-17","ec-person-f4345d97cfa27a834e9977e557ee9e2c79060f22"]}} -{"id":"ec-meeting-2014-12-04-0e28e256807d9938ffb4ef37f9d4268fa012c3ef","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2014-12-04 - Cabinet of Commissioner Violeta Bulc x Danish Shipping"],"date":["2014-12-04"],"summary":["Transport priorities of Comissioner Bulc","Transport priorities of Commissioner Bulc"],"notes":["Portfolio: Transport"],"location":["Brussels, Berlaymont"],"address":["Brussels, Berlaymont"],"addressEntity":["addr-2d842da4e8cf3dbd0304d45e6b874d5f0aa57edf"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-7ac9445abdddc66a79f539ae13eb74e1ceb512df","ec-person-e14c58f620f40325d829df7be0823280307bc15f","eu-tr-4518600611-48"]}} -{"id":"ec-meeting-2014-12-04-0f8485a624dc584e3b9f46a150f9c3c23a77f88e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-04 - Cabinet of Vice-President Andrus Ansip x Liberty Global Corporate B.V."],"date":["2014-12-04"],"summary":["Telecoms Single Market, broadband, consolidation"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-82853397708-89","ec-person-666bc159c7e65a3af9e63c1e97435c02f1496955","ec-person-0f698e3a0cc0bd6a02e1bd386a25cedc1366f3f1"]}} -{"id":"ec-meeting-2014-12-04-133d61f7ef0e19f7c8d0e14a0bd709f4449137ae","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-04 - Cabinet of Commissioner Tibor Navracsics x EUROCHAMBRES – Association of European Chambers of Commerce and Industry"],"date":["2014-12-04"],"summary":["Education"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-dc2e0fed0fdf39a6a3f3ad63355c5215599de9d1","eu-tr-0014082722-83"]}} -{"id":"ec-meeting-2014-12-04-26459166b7c672cdb0eac6dfcb7fa8d834713f0b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-04 - Cabinet of Vice-President Karmenu Vella x The Pew Charitable Trusts ClientEarth Seas At Risk vzw WWF European Policy Programme OCEANA Greenpeace European Unit Stichting BirdLife Europe"],"date":["2014-12-04"],"summary":["Implementation of the reformed Common Fisheries Policy, Ocean Governance, Deep Sea Access"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["eu-tr-95261732139-73","ec-person-2966d69fae0ea4e67f3f2df5a743cc766267d3c8","eu-tr-1083162721-43","eu-tr-1414929419-24","eu-tr-47937943241-80","eu-tr-46834536998-79","eu-tr-96645517357-19","ec-person-0e3efd8bc1c3ee9a80205d0bb78f316fa1621e5d","ec-person-805c0cb26d98afecd897b742d48b43a763b0e93c","eu-tr-9832909575-41"]}} -{"id":"ec-meeting-2014-12-04-28566dc14a6f6214ce8bbeb0567a7fda7725c9d5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-04 - Cabinet of Vice-President Neven Mimica x The ONE Campaign"],"date":["2014-12-04"],"summary":["Launch of 2015 campaign on Youth and poverty"],"notes":["Portfolio: International Cooperation & Development"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-mimica-neven-of-president-vice"],"involved":["eu-tr-26098317349-65","ec-person-e90858f5aba78fd0e1cb2f757c3f38d55d91f98b"]}} -{"id":"ec-meeting-2014-12-04-2ac9cf61f600713745e8335c71547401b46c60cf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-04 - Cabinet of Commissioner Violeta Bulc x EUROPEAN MARITIME PILOTS ASSOCIATION"],"date":["2014-12-04"],"summary":["EU ports policy"],"notes":["Portfolio: Transport"],"location":["Brussels, Berlaymont Building"],"address":["Brussels, Berlaymont Building"],"addressEntity":["addr-1c75f671fead62e2a20029c09f225208eab7d258"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-927436210905-60","ec-person-e14c58f620f40325d829df7be0823280307bc15f"]}} -{"id":"ec-meeting-2014-12-04-2b1d0a53737158b6461ad294f603a19fe508f0c0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-04 - Cabinet of Commissioner Jonathan Hill x EUROCHAMBRES – Association of European Chambers of Commerce and Industry"],"date":["2014-12-04"],"summary":["Financial and capital markets policy"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels - Belgium"],"address":["Brussels - Belgium"],"addressEntity":["addr-85d514873c3b55c68206168e47e9d4fc69799cc8"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["eu-tr-0014082722-83","ec-person-f247edfcff54d4f26fc10769f809c92bc72d6797"]}} -{"id":"ec-meeting-2014-12-04-2b6ea03175e46a9152da00e396ef9c6e0d2eac7a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-04 - Cabinet of Commissioner Violeta Bulc x Association des Constructeurs Européens de Motocycles"],"date":["2014-12-04"],"summary":["Road transport policy"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-dd7851e4a1e747e824b4f81139e33bc3cdb73160","eu-tr-02480451230-88"]}} -{"id":"ec-meeting-2014-12-04-2c3c00abc3784d8aa774b3463cd5cb480cdd28d1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-04 - Energy x EUROGAS aisbl"],"date":["2014-12-04"],"summary":["Energy security"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-17909506129-41","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2014-12-04-2c4fa3f29feee02fe9b51d74a58f11ac8ba5facc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-04 - Günther Oettinger x DIGITALEUROPE"],"date":["2014-12-04"],"summary":["Digital Economy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-4cd59e13386e3b68ecb3611fcc579e0a0a3938a5","eu-tr-64270747023-20"]}} -{"id":"ec-meeting-2014-12-04-3f2ce09968b1e111088612070cc38f9c8c6fcfae","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-04 - Cabinet of Vice-President Maroš Šefčovič x Bundesarbeitskammer Österreich Österreichischer Gewerkschaftsbund Landwirtschaftskammer Österreich Wirtschaftskammer Österreich"],"date":["2014-12-04"],"summary":["Energy and Climate Policy"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-1f95be23689cd4ed0a26fe2980f760ccf2d55c1e","eu-tr-10405322962-08","eu-tr-43246044354-41","eu-tr-66690371529-15","eu-tr-23869471911-54"]}} -{"id":"ec-meeting-2014-12-04-481ddd78f076cf300aa0ed844d4df8c6844cf8b6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-04 - Cabinet of Vice-President Jyrki Katainen x Eurasia Group Ltd"],"date":["2014-12-04"],"summary":["Investment Initative"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-3775b7be791f90ed462b9071c9ae596b80d71bca","eu-tr-061584915271-94"]}} -{"id":"ec-meeting-2014-12-04-50dd2f33d28259614b64fa7f73b4016141108021","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-04 - Cabinet of Vice-President Miguel Arias Cañete x International Federation of Industrial Energy Consumers"],"date":["2014-12-04"],"summary":["Energy policies and EU climate actions"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-1978775156-31","ec-person-260e00934471a02805fb143935d6e9205a7f355f","ec-person-25a937c04cd0a0ddcf5cf34798e76b5105854114"]}} -{"id":"ec-meeting-2014-12-04-5244a247d3203a31c57b00a704efde57adfce691","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-04 - Günther Oettinger x Bundesvereinigung der Deutschen Arbeitgeberverbände e.V."],"date":["2014-12-04"],"summary":["Digital Agenda"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-7749519702-29","ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0"]}} -{"id":"ec-meeting-2014-12-04-56df41ecd59d60e6c526bf92d8784f7d15c6fb8e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-04 - Günther Oettinger x Orange"],"date":["2014-12-04"],"summary":["Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-d8b86b98a24683917c569000ed6d8c45bedbbc00","eu-tr-76704342721-41"]}} -{"id":"ec-meeting-2014-12-04-5787e17896855fbde656ed646c47906fcad5e00e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-04 - Cabinet of Vice-President Maroš Šefčovič x The European Steel Association"],"date":["2014-12-04"],"summary":["Energy Union Projects"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-93038071152-83","ec-person-1f95be23689cd4ed0a26fe2980f760ccf2d55c1e"]}} -{"id":"ec-meeting-2014-12-04-57a2f7926dedd38b41ffae4820c65b3ac4ae2d57","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-04 - Cabinet of Commissioner Jonathan Hill x Intercontinental Exchange, Inc."],"date":["2014-12-04"],"summary":["Introductory meeting"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["eu-tr-141041215133-83","ec-person-f247edfcff54d4f26fc10769f809c92bc72d6797"]}} -{"id":"ec-meeting-2014-12-04-5a7b6cd767d2f993f548c1025589a724de3f0098","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-04 - Internal Market, Industry, Entrepreneurship and SMEs x Association des Constructeurs Européens d'Automobiles"],"date":["2014-12-04"],"summary":["Cars / RDE /WLTP / Framework Directive 2007/46/EC"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-grow"],"involved":["ec-person-9f3f9b58a22cf98d55521b290d1facc431bdce86","eu-tr-0649790813-47"]}} -{"id":"ec-meeting-2014-12-04-626a888a57789006bb17dafae7f0d31bb29e28de","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-04 - Cabinet of Vice-President Maroš Šefčovič x Third Generation Environmentalism Ltd"],"date":["2014-12-04"],"summary":["Energy Efficiency"],"notes":["Portfolio: Energy Union"],"location":["Berl 8/97"],"address":["Berl 8/97"],"addressEntity":["addr-588785fa090f464bec525e9d464925587e739da9"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-ea6b517040e26a62f17d2829afffeba48cfd682f","eu-tr-07783117686-61"]}} -{"id":"ec-meeting-2014-12-04-655b5e5b0044342b4668952a352f7d50d3ede384","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-04 - Cabinet of Commissioner Margrethe Vestager x Danish Shipping"],"date":["2014-12-04"],"summary":["The EU shipping industry – challenges ahead"],"notes":["Portfolio: Competition"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-margrethe-of-vestager"],"involved":["ec-person-0700cb0f43a2d20f4938902c4a086aca632d71fb","ec-person-2e96673ec2acdfc668f6970535551f9afa1f8729","eu-tr-4518600611-48"]}} -{"id":"ec-meeting-2014-12-04-6befedfbdbb5de4e8d5d15fd315eabbbc69da2cb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-04 - Günther Oettinger x MFE - MEDIAFOREUROPE N.V"],"date":["2014-12-04"],"summary":["Digital economy and society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0","eu-tr-91471238809-21"]}} -{"id":"ec-meeting-2014-12-04-7b829894927dcac520f87316f7712dff44dedb3f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-04 - Cabinet of Commissioner Tibor Navracsics x Special Olympics Europe Eurasia"],"date":["2014-12-04"],"summary":["Organisation of the winter Special Olympic Games in 2017 in Austria"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-49f31dad10f5641cb1d1e4c3107dd838389e8120","eu-tr-984231215205-95"]}} -{"id":"ec-meeting-2014-12-04-7bda713bd7c380f929e86ba432ca9f28fa7e5978","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-04 - Cabinet of Vice-President Miguel Arias Cañete x Vattenfall"],"date":["2014-12-04"],"summary":["EU Energy Policy, 2030 Framework internal Energy Market, 315b eur investemnt package"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-1831691c10441c5974327bbeb8693d6b6c1e50c3","eu-tr-12955024114-93","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd"]}} -{"id":"ec-meeting-2014-12-04-7f0dcc7224069120e97a69ff81b1651ed5254658","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-04 - Cabinet of Vice-President Jyrki Katainen x Maa- ja metsätaloustuottajain Keskusliitto – Central Union of Agricultural Producers and Forest Owners"],"date":["2014-12-04"],"summary":["Investment initiative"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90","eu-tr-56039441735-48","ec-person-0310c3b87e155f5572493e91d12eebab9736a76b"]}} -{"id":"ec-meeting-2014-12-04-80f591098f6a894c493226ef004e5c0318df2083","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-04 - Cabinet of President Jean-Claude Juncker x Orange"],"date":["2014-12-04"],"summary":["Marché unique numérique connecté"],"notes":["Portfolio: President"],"location":["Bruxelles"],"address":["Bruxelles"],"addressEntity":["addr-b58f5927b66d94a676970dc048485d4c6848f272"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-44a061693f35519551be0e3dab996e76ad3f8c7c","eu-tr-76704342721-41"]}} -{"id":"ec-meeting-2014-12-04-81df076eb3d5524720823007862d29cfbec12d39","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2014-12-04 - Günther Oettinger x None"],"date":["2014-12-04"],"summary":["Telecom Single Market/Audiovisual Policy/Copyright/Spectrum Policy"],"location":["BERL 9"],"address":["BERL 9"],"addressEntity":["addr-b2918a3613c3441e6e20e909578acfd51efe28d5"],"organizer":["ec-dg-de"],"involved":["ec-person-c6c38691c27b1498b60b18409aa979cf1dd1f4ac","ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0","eu-tr-35278583229-25"]}} -{"id":"ec-meeting-2014-12-04-82cb40abb5447a62ee6a895b2ca39b1b0630af65","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-04 - Climate Action x Polish Electricity Association"],"date":["2014-12-04"],"summary":["Implementation of the 2030 Package"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-clima"],"involved":["ec-person-44c2f44f96dda2012bcb4e9abc749f6cae86a4c0","eu-tr-255859710443-50"]}} -{"id":"ec-meeting-2014-12-04-84175337de4dff57cfb9dae4f6b5c6b4a66f48e5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-04 - Cabinet of Vice-President Karmenu Vella x European Chemical Industry Council"],"date":["2014-12-04"],"summary":["Circular Economy and REACH"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["eu-tr-64879142323-90","ec-person-0e3efd8bc1c3ee9a80205d0bb78f316fa1621e5d"]}} -{"id":"ec-meeting-2014-12-04-8df6865b9acab36d78bfa1d638578d1c915a08d5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-04 - Cabinet of Vice-President Jyrki Katainen x HSBC Holdings PLC"],"date":["2014-12-04"],"summary":["Trade"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-001866415031-87","ec-person-7c9460f99c5872dbdc561f5752401c870d12e98b"]}} -{"id":"ec-meeting-2014-12-04-92ac3b90d0b8eb5bd935fe30dc8f2124a1494cfc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-04 - Cabinet of Vice-President Miguel Arias Cañete x World Federation of United Nations Associations"],"date":["2014-12-04"],"summary":["Introductory meeting"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-48181498612-92","ec-person-95f883d5d0d484088f26191a8fea8553d674dfbe"]}} -{"id":"ec-meeting-2014-12-04-940802d3f12bec0f4c37f5ef8f2aee223789b180","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-04 - Communications Networks, Content and Technology x EIT Digital"],"date":["2014-12-04"],"summary":["ICT Labs - cooperation with DG CONNECT (Meeting with Mr. Henning Kagermann, Chair of Executive Steering Board)"],"location":["Berlin"],"address":["Berlin"],"addressEntity":["addr-062b06ba8e755765c6b049809b7430fd54fe5b21"],"organizer":["ec-dg-connect"],"involved":["eu-tr-241696917766-40","ec-person-3d379ff88d704acbd3444fdd59765df1225d4f9b"]}} -{"id":"ec-meeting-2014-12-04-97ae77ba93af926a7d8fbdf06edca80579adad32","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-04 - Energy x Food & Water Action Europe"],"date":["2014-12-04"],"summary":["Energy Efficiency"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-42119616334-41","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2014-12-04-9bb02bf6e7bca21aac50c1a83af726f300e24b23","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-04 - Cabinet of Vice-President Cecilia Malmström x None"],"date":["2014-12-04"],"summary":["Trade Governance - transparency- stakeholders engagement-event webstreamed"],"notes":["Portfolio: Trade"],"location":["Bruxelles"],"address":["Bruxelles"],"addressEntity":["addr-b58f5927b66d94a676970dc048485d4c6848f272"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-19b143e83f8ab978c55c8a9a9e49e06dbfa14bf3"]}} -{"id":"ec-meeting-2014-12-04-9cf8e9eb0e7e2280fb21739158673ba07111091c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-04 - Cabinet of Vice-President Maroš Šefčovič x European Chemical Industry Council"],"date":["2014-12-04"],"summary":["Energy and Climate Policy"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-1f95be23689cd4ed0a26fe2980f760ccf2d55c1e","eu-tr-64879142323-90"]}} -{"id":"ec-meeting-2014-12-04-a129adacd869edf799c7937530897ce9b868ef02","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-04 - Cabinet of Commissioner Corina Crețu x Eurocities"],"date":["2014-12-04"],"summary":["EU Urban agenda"],"notes":["Portfolio: Regional Policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-corina-cretu-of"],"involved":["eu-tr-12493392840-79","ec-person-b2a85d08bf0e06d2bc82e23548c2f6211d04cf4a"]}} -{"id":"ec-meeting-2014-12-04-a1c959e71621f4c55b6954820e8bcd60518f5a68","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-04 - Cabinet of Vice-President Cecilia Malmström x Fair Trade Advocacy Office"],"date":["2014-12-04"],"summary":["Promoting Fair Trade"],"notes":["Portfolio: Trade"],"location":["Bruxelles"],"address":["Bruxelles"],"addressEntity":["addr-b58f5927b66d94a676970dc048485d4c6848f272"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-8529bbbc6db862f6b82d6fa66a7cf7668804dae7","eu-tr-20744335040-66"]}} -{"id":"ec-meeting-2014-12-04-a48af11dac9f6ba95d5b3af27f0f97d774db4dc8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-04 - Cabinet of Commissioner Carlos Moedas x RENAULT Association des Constructeurs Européens d'Automobiles"],"date":["2014-12-04"],"summary":["New technologies in the field of automotive, electric and connected vehicles in globalisation, EUCAR challenges."],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-23980b2bc4fd9c82051d0f7888dc236b2f764866","eu-tr-0649790813-47","eu-tr-946343776-69"]}} -{"id":"ec-meeting-2014-12-04-a64d01f50bb4e0663ef41438c3ace4e71359b955","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-04 - Cabinet of Vice-President Johannes Hahn x Open Society European Policy Institute"],"date":["2014-12-04"],"summary":["Governance issues in the neighbourhood"],"notes":["Portfolio: European Neighbourhood Policy & Enlargement Negotiations"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-hahn-johannes-of-president-vice"],"involved":["ec-person-3baaa27adcaa179dd490ba70950912b8989d221a","eu-tr-8557515321-37"]}} -{"id":"ec-meeting-2014-12-04-a6f26a8e155dc851cefc34e7ec04b239e3a261fc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-04 - Informatics x Acquia"],"date":["2014-12-04"],"summary":["Web rationalisation project"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-digit"],"involved":["eu-tr-620739316756-49","ec-person-0098ceaf3507dfdf0d7f020be9785ac3453b4913"]}} -{"id":"ec-meeting-2014-12-04-ac5f85e2e0c08957f28e0c0c27a00131736be476","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-04 - Cabinet of Commissioner Phil Hogan x European farmers"],"date":["2014-12-04"],"summary":["Simplification, Farmers share of retail, TTIP, Commissioners address to COPA Presidium"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-400dd8d59d3060187d9b9b143d697da1a3d03c12","ec-person-a1a78365cc4685b0958056646204977d8f2ead92","eu-tr-44856881231-49"]}} -{"id":"ec-meeting-2014-12-04-c12548208146cce5e119e281f4257ad417ce8bab","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-04 - Cabinet of Vice-President Cecilia Malmström x European Chemical Industry Council"],"date":["2014-12-04"],"summary":["TTIP - CETA - green goods"],"notes":["Portfolio: Trade"],"location":["New Hotel Charlemagne - meeting room Ambiorix"],"address":["New Hotel Charlemagne - meeting room Ambiorix"],"addressEntity":["addr-21e270e0bedb7101949f8af32b422c6687f5ec9b"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-5d4088e1913284a765aed8445f448f6ff341f1b3","ec-person-20ded9db5df11164331bb161fdf234b1e5ad53fd","eu-tr-64879142323-90"]}} -{"id":"ec-meeting-2014-12-04-c2b3de351d50f3a599886ee990fdb2dfb217a3da","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-04 - Cabinet of Vice-President Andrus Ansip x Fastweb S.p.A."],"date":["2014-12-04"],"summary":["Telecom, broadband"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-58272867322-27","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45"]}} -{"id":"ec-meeting-2014-12-04-c88f3c73692a781adf2938232fd16dd43b78ca27","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-04 - Cabinet of Vice-President Karmenu Vella x SUEZ Group"],"date":["2014-12-04"],"summary":["Circular economy and water issues"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["ec-person-0188cdcf7c0a8fcf8a7b49289575f4c70fd09534","eu-tr-27799842497-69"]}} -{"id":"ec-meeting-2014-12-04-eccee80660fe5893a5e63ed7587fc257f143ca61","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-04 - Cabinet of First Vice-President Frans Timmermans x EUROPEAN TRADE UNION CONFEDERATION"],"date":["2014-12-04"],"summary":["Fundamental rights, better regulation, ISDS"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["ec-person-966667b73d92624be9bb019c2baab7e52331b3d3","eu-tr-06698681039-26"]}} -{"id":"ec-meeting-2014-12-04-f7fc419f5c4c5a70032c5e95f698125d2e0e0751","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-04 - Cabinet of Commissioner Tibor Navracsics x FIBA Europe e.V."],"date":["2014-12-04"],"summary":["Home-grown players (HGP) in leagues around Europe"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["eu-tr-558995415125-02","ec-person-dc2e0fed0fdf39a6a3f3ad63355c5215599de9d1"]}} -{"id":"ec-meeting-2014-12-04-f8741980e15ea56271605cc6e86b1c4bd49c1615","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-04 - Cabinet of President Jean-Claude Juncker x Telefonica, S.A."],"date":["2014-12-04"],"summary":["Telecom issues"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-52431421-12","ec-person-44a061693f35519551be0e3dab996e76ad3f8c7c"]}} -{"id":"ec-meeting-2014-12-05-12a758ab3d2dcd5210b4b17b32e0c8cb3c09a0eb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-05 - Cabinet of Commissioner Jonathan Hill x Kreab"],"date":["2014-12-05"],"summary":["Financial Services Policy"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["ec-person-03cf92829e273869bfbd8bbf4f1881dcd0848186","eu-tr-1078390517-54"]}} -{"id":"ec-meeting-2014-12-05-2221aa4fe2a10a5884bf98adfd6771d75409a748","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-05 - Cabinet of Commissioner Margrethe Vestager x European Patent Office"],"date":["2014-12-05"],"summary":["Introduction to the European Patent Office"],"notes":["Portfolio: Competition"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-margrethe-of-vestager"],"involved":["ec-person-baa1c172df109ebd1f0307bccb5e21aec66c7a25","eu-tr-88930232223-19"]}} -{"id":"ec-meeting-2014-12-05-25cdd25f9754b3a8dabc5023d2f2d542a903aee4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-05 - Cabinet of President Jean-Claude Juncker x Dante International Kft."],"date":["2014-12-05"],"summary":["Digital Economy and Society"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-44a061693f35519551be0e3dab996e76ad3f8c7c","eu-tr-55447279509-78"]}} -{"id":"ec-meeting-2014-12-05-2990eb8e017669cf694bc4de0af378180b631212","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-05 - Cabinet of Vice-President Cecilia Malmström x Platform of European Social NGOs"],"date":["2014-12-05"],"summary":["SGI (Services of general interest) TTIP-TISA-ISDS"],"notes":["Portfolio: Trade"],"location":["Bruxelles"],"address":["Bruxelles"],"addressEntity":["addr-b58f5927b66d94a676970dc048485d4c6848f272"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-85083981189-35","ec-person-19b143e83f8ab978c55c8a9a9e49e06dbfa14bf3"]}} -{"id":"ec-meeting-2014-12-05-330088d0e6dcc5a6a8c2cbb8bdfb259d69051f89","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-05 - Günther Oettinger x Alcatel-Lucent"],"date":["2014-12-05"],"summary":["Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-78432668420-81","ec-person-d8b86b98a24683917c569000ed6d8c45bedbbc00"]}} -{"id":"ec-meeting-2014-12-05-36f96e6e70c2146bf74c94311daf1825869f4e22","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-05 - Cabinet of Vice-President Miguel Arias Cañete x WindEurope"],"date":["2014-12-05"],"summary":["EU Renewables Policy - EWEA"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-19920706471-21","ec-person-260e00934471a02805fb143935d6e9205a7f355f"]}} -{"id":"ec-meeting-2014-12-05-3f1f58e45b11c9d5aeaed9c63237c594fc6b4fba","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-05 - Cabinet of Vice-President Miguel Arias Cañete x Nokian Tyres Plc"],"date":["2014-12-05"],"summary":["ENERGY EFFICIENCY"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-62773e55e1985542cb18a2a89f2053f2f39146b1","eu-tr-604107415108-75"]}} -{"id":"ec-meeting-2014-12-05-4ed3971e4fff1e535322889ae5fae7f312e45ed4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-05 - Health and Food Safety x EuropaBio"],"date":["2014-12-05"],"summary":["New transparency rules and pending GM authorisations"],"location":["B232 07/066"],"address":["B232 07/066"],"addressEntity":["addr-c35a7a8f29c126128a2247ec9c43d3f49a371893"],"organizer":["ec-dg-sante"],"involved":["eu-tr-1298286943-59","ec-person-e6c752b8c9246ee8246c3dde21cfd79f9c4d2d19"]}} -{"id":"ec-meeting-2014-12-05-572925bfc1b6b7be20e932e1935c8d37a9ae23ed","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-05 - Informatics x Proximus"],"date":["2014-12-05"],"summary":["Strategic Review Meeting"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-digit"],"involved":["eu-tr-935803015129-67","ec-person-0098ceaf3507dfdf0d7f020be9785ac3453b4913"]}} -{"id":"ec-meeting-2014-12-05-58f4019bc1e0f9b3e4be7925432b2c1ecc2518f1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-05 - Cabinet of Commissioner Phil Hogan x Conseil Européen des Jeunes Agriculteurs"],"date":["2014-12-05"],"summary":["Current Agriculture Issues"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-849413211923-25","ec-person-a1a78365cc4685b0958056646204977d8f2ead92"]}} -{"id":"ec-meeting-2014-12-05-7ab0a6cdce7a1199f0650deb4e8a50e9b70ac711","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-05 - Cabinet of Commissioner Violeta Bulc x Transport and Environment (European Federation for Transport and Environment)"],"date":["2014-12-05"],"summary":["Possible EU initiatives to reduce environmental impact of transport"],"notes":["Portfolio: Transport"],"location":["Brussels, Berlaymont Building"],"address":["Brussels, Berlaymont Building"],"addressEntity":["addr-1c75f671fead62e2a20029c09f225208eab7d258"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-e14c58f620f40325d829df7be0823280307bc15f","eu-tr-58744833263-19"]}} -{"id":"ec-meeting-2014-12-05-7f7a35923972a1dc7e91e446d0bfe11af950e98f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-05 - Cabinet of Vice-President Miguel Arias Cañete x Brazilian Sugarcane Industry Association"],"date":["2014-12-05"],"summary":["EU Biofuels Policy - UNICA"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-22014486374-73","ec-person-260e00934471a02805fb143935d6e9205a7f355f"]}} -{"id":"ec-meeting-2014-12-05-8fcdba3b705d914890d314e48de726c502327f8f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-05 - Cabinet of Commissioner Věra Jourová x Toy Industries of Europe"],"date":["2014-12-05"],"summary":["Consumer protection"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-a2ca9161feee56909a0e98b473c2d342c20fdb57","eu-tr-016371114093-01"]}} -{"id":"ec-meeting-2014-12-05-98f7657b2c8b94c1eb8d77eb741e8e90d8cce3a7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-05 - Employment, Social Affairs and Inclusion x European Association of Long-Term Investors Association pour le Droit à l'Initiative Economique Crédit Coopératif"],"date":["2014-12-05"],"summary":["Micro-finance"],"location":["Brussels - Belgium"],"address":["Brussels - Belgium"],"addressEntity":["addr-85d514873c3b55c68206168e47e9d4fc69799cc8"],"organizer":["ec-dg-empl"],"involved":["eu-tr-458157215116-10","eu-tr-429752015099-90","eu-tr-977980112556-82","ec-person-0d8ce1c547b8ca99decd25740ba12e2c0866a2fd"]}} -{"id":"ec-meeting-2014-12-05-9d6e59c09c8543705e553bee498ee0902c8b91b8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-05 - Cabinet of Commissioner Tibor Navracsics x European Club Association"],"date":["2014-12-05"],"summary":["ECA's role in the football world and its potential contribution to EU sport policy priorities"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["eu-tr-564607316826-42","ec-person-49f31dad10f5641cb1d1e4c3107dd838389e8120"]}} -{"id":"ec-meeting-2014-12-05-a3278228eb4e95386579b727b87e90a9bf8d9363","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-05 - Cabinet of Vice-President Miguel Arias Cañete x Daimler Aktiengesellschaft"],"date":["2014-12-05"],"summary":["CO2 Post 2020 and the energy and climate agenda"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-2349218828-41","ec-person-25a937c04cd0a0ddcf5cf34798e76b5105854114","ec-person-2229c857664a22dcb8eee79a8c05841fd3d0924f"]}} -{"id":"ec-meeting-2014-12-05-a7e2f88f780b3f377a15111a36c3fe58565907b1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-05 - Cabinet of Vice-President Jyrki Katainen x The Goldman Sachs Group, Inc."],"date":["2014-12-05"],"summary":["Capital Market Union"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-7c9460f99c5872dbdc561f5752401c870d12e98b","eu-tr-701266814986-18"]}} -{"id":"ec-meeting-2014-12-05-bb3a8fdb4e8128da76bed963816fd29da54a64e6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-05 - Cabinet of Vice-President Jyrki Katainen x industriAll European Trade Union Ammattiliitto Pro"],"date":["2014-12-05"],"summary":["Investment Initiative"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-851790015102-31","ec-person-f9208d930adc70c6c64e21701e48f85f6f18e949","eu-tr-358284014848-82"]}} -{"id":"ec-meeting-2014-12-05-c0b674108008517296141e5484c3e626ac513762","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-05 - Cabinet of Vice-President Jyrki Katainen x Federation of European Publishers"],"date":["2014-12-05"],"summary":["The publishing sector and priorities in the copyright field"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-398541467-53","ec-person-0310c3b87e155f5572493e91d12eebab9736a76b"]}} -{"id":"ec-meeting-2014-12-05-c1efec24d24a90ce36181bbf3ccfad70311a1521","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-05 - Cabinet of Vice-President Miguel Arias Cañete x Scania AB (publ)"],"date":["2014-12-05"],"summary":["Energy and Climate action"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-3305029916-47","ec-person-95f883d5d0d484088f26191a8fea8553d674dfbe"]}} -{"id":"ec-meeting-2014-12-05-d9450d9b55668658cc16f14fd29fdd7750283142","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-05 - Cabinet of Vice-President Maroš Šefčovič x European Network of Transmission System Operators for Electricity"],"date":["2014-12-05"],"summary":["Presentation and discussion of Winter Outlook Report 2014/15"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-25805148045-87","ec-person-2be517b9261a91f2f07e05ec14c6331980e9716e"]}} -{"id":"ec-meeting-2014-12-05-eaae3ed022b553b589a54e16ff98e4c60c3bc6bd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-05 - Informatics x EMC Information Systems"],"date":["2014-12-05"],"summary":["Strategic Workshop"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-digit"],"involved":["eu-tr-836207415126-14","ec-person-0098ceaf3507dfdf0d7f020be9785ac3453b4913"]}} -{"id":"ec-meeting-2014-12-05-fd972e5f3388da6f3252b92f190dd5a4f7f0ba29","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-05 - Cabinet of Vice-President Jyrki Katainen x GlaxoSmithKline"],"date":["2014-12-05"],"summary":["Life sciences contribution to growth and jobs"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-99365f4c3081112dcbfa722a5eb05adecc68503e","eu-tr-7990322925-77","ec-person-0310c3b87e155f5572493e91d12eebab9736a76b"]}} -{"id":"ec-meeting-2014-12-06-4ee76e0baefe21a4ef35f63405dec76f6ac74526","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-06 - Günther Oettinger x DIE FAMILIENUNTERNEHMER - ASU (RK Südwürttemberg)"],"date":["2014-12-06"],"summary":["Digital economy and society"],"location":["Reutlingen, Germany"],"address":["Reutlingen, Germany"],"addressEntity":["addr-8d3c4c736914ee7222023063f84f20994b61af7b"],"organizer":["ec-dg-de"],"involved":["eu-tr-374268815105-09","ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0"]}} -{"id":"ec-meeting-2014-12-08-04b8bbbb7a8fbbe068750781ba771e96b9390b9b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-08 - Cabinet of Commissioner Elżbieta Bieńkowska x Green 10"],"date":["2014-12-08"],"summary":["Greening of the European Semester; TTIP and regulatory convergence; Climate and energy package (for the climate and de-carbonized economy); Revision of the current Corporate Social Responsibility strategy; Chemicals policy and innovation"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Belgium, Brussels"],"address":["Belgium, Brussels"],"addressEntity":["addr-0c96bd4b2c2391b43c37eda4c201015868b0aa7b"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["ec-person-d2997a7f359c91a337055c3e24dd36bf928de38d","eu-tr-70309834043-10","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2014-12-08-05c6bd77771baa9f7e10f4f1fc217b6e05821fb6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-08 - Cabinet of President Jean-Claude Juncker x IFPI Representing recording industry worldwide"],"date":["2014-12-08"],"summary":["Digital Agenda"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-60394321918-91","ec-person-44a061693f35519551be0e3dab996e76ad3f8c7c"]}} -{"id":"ec-meeting-2014-12-08-13a765c3732d9e8de82365e9be4221f87270e96b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-08 - Cabinet of Commissioner Věra Jourová x Yahoo! (Oath EMEA Ltd.)"],"date":["2014-12-08"],"summary":["Data protection reform"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-f329292459cb1badb7fb7c6b67b698c441931bb2","eu-tr-58885623470-56"]}} -{"id":"ec-meeting-2014-12-08-1667285251917a3789af61a809e0c48cbcd79799","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-08 - Cabinet of Vice-President Miguel Arias Cañete x ETP ZEP"],"date":["2014-12-08"],"summary":["CCS"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-582485310717-46","ec-person-25a937c04cd0a0ddcf5cf34798e76b5105854114"]}} -{"id":"ec-meeting-2014-12-08-1f0c04b9512cf261f3f8db8165472bae351736d8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-08 - Cabinet of President Jean-Claude Juncker x European Composer and Songwriter Alliance"],"date":["2014-12-08"],"summary":["Digital Single Market"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-44a061693f35519551be0e3dab996e76ad3f8c7c","eu-tr-71423433087-91"]}} -{"id":"ec-meeting-2014-12-08-2d190a9110b5b844512ebb0d678b1b735d291758","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-08 - Cabinet of Commissioner Jonathan Hill x Apple Inc."],"date":["2014-12-08"],"summary":["Financial Services Policy"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["ec-person-03cf92829e273869bfbd8bbf4f1881dcd0848186","eu-tr-588327811384-96"]}} -{"id":"ec-meeting-2014-12-08-2ee49605df2490fd95002c86284f964f4476eb03","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-08 - Günther Oettinger x Industriegewerkschaft Metall"],"date":["2014-12-08"],"summary":["Digtal economy and society"],"location":["Frankfurt, Germany"],"address":["Frankfurt, Germany"],"addressEntity":["addr-71612135c8249600e77671ac247f308ec0b127d9"],"organizer":["ec-dg-de"],"involved":["eu-tr-757195013270-80","ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0"]}} -{"id":"ec-meeting-2014-12-08-30955165f11158cf49662e9905ffbc0c90d12f0c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-08 - Cabinet of Vice-President Jyrki Katainen x Confederation of Finnish Industries EK"],"date":["2014-12-08"],"summary":["Industrial Policy"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-99365f4c3081112dcbfa722a5eb05adecc68503e","eu-tr-1274604847-34"]}} -{"id":"ec-meeting-2014-12-08-40c25eca5ed6d771b628ae653486a22e873cbb7b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-08 - Cabinet of Commissioner Tibor Navracsics x Culture Action Europe"],"date":["2014-12-08"],"summary":["Exchange of views and priorities for the culture sector 2015"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-cb6aa96c497dead35eb0f2ed0339e5423d506549","ec-person-dc2e0fed0fdf39a6a3f3ad63355c5215599de9d1","eu-tr-11331097409-13"]}} -{"id":"ec-meeting-2014-12-08-44fc27cfbe9f2f196a81b3ad1e7b72815577f05b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-08 - Cabinet of Vice-President Karmenu Vella x The Pew Charitable Trusts"],"date":["2014-12-08"],"summary":["Implementation of the landing obligation"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["ec-person-805c0cb26d98afecd897b742d48b43a763b0e93c","eu-tr-46834536998-79","ec-person-2966d69fae0ea4e67f3f2df5a743cc766267d3c8"]}} -{"id":"ec-meeting-2014-12-08-495d6c01afb37302cd52b14db801994645b4290a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-08 - Cabinet of Vice-President Jyrki Katainen x Rolls-Royce plc"],"date":["2014-12-08"],"summary":["Industrial competitiveness"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-7c9460f99c5872dbdc561f5752401c870d12e98b","eu-tr-58290033126-06"]}} -{"id":"ec-meeting-2014-12-08-4a058f9298e4c54f02d8c0e318ccd8254a9952f2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-08 - Cabinet of Vice-President Cecilia Malmström x YDRENAS COMMUNICATIONS AB"],"date":["2014-12-08"],"summary":["Capital market issues"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-5d4088e1913284a765aed8445f448f6ff341f1b3","eu-tr-573007514406-21"]}} -{"id":"ec-meeting-2014-12-08-567cca5e7faf9a64703fab9a6d02702d706c1d75","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-08 - Cabinet of Commissioner Dimitris Avramopoulos x International Organization for Migration"],"date":["2014-12-08"],"summary":["Migration"],"notes":["Portfolio: Migration, Home Affairs and Citizenship"],"location":["Geneva"],"address":["Geneva"],"addressEntity":["addr-eacb20159164fa15c55f87d7d66068b4b2ceaf39"],"organizer":["ec-avramopoulos-cabinet-commissioner-dimitris-of"],"involved":["eu-tr-14074813668-09","ec-person-06b43c385c07c13f2bae1d24a0075851e8ce491d"]}} -{"id":"ec-meeting-2014-12-08-7fe4ff192b0fd5cc82b8bc8cf22acdbc43313c0c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-08 - Cabinet of Commissioner Tibor Navracsics x Stichting Registratie en Certificering Certified Players' Agent"],"date":["2014-12-08"],"summary":["Football Arbitral Tribunal"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["eu-tr-255736115127-66","ec-person-49f31dad10f5641cb1d1e4c3107dd838389e8120"]}} -{"id":"ec-meeting-2014-12-08-9898029c3230eebddf59df6b044feac4c8fa0486","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-08 - Cabinet of Vice-President Jyrki Katainen x ArcelorMittal"],"date":["2014-12-08"],"summary":["Investment initiative"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-23527541824-60","ec-person-0da85dc48012e26688310a59a0b51727ea68f410"]}} -{"id":"ec-meeting-2014-12-08-a06107f63288bfd2553443d83dc273cc09e9ebaf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-08 - Cabinet of Vice-President Andrus Ansip x GSMA Europe"],"date":["2014-12-08"],"summary":["Digital Single Market"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-30988577529-37","ec-person-666bc159c7e65a3af9e63c1e97435c02f1496955","ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0"]}} -{"id":"ec-meeting-2014-12-08-b5cb563dd51e580cff2519764fb61dfe52439261","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-08 - Cabinet of Vice-President Cecilia Malmström x Transatlantic Consumer Dialogue"],"date":["2014-12-08"],"summary":["TTIP"],"notes":["Portfolio: Trade"],"location":["Washington DC"],"address":["Washington DC"],"addressEntity":["addr-736cd24f80718d440733a7f213d8d22160de4d25"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-19b143e83f8ab978c55c8a9a9e49e06dbfa14bf3","eu-tr-534385811072-96","ec-person-cb8ca9ec2413722fa83484ed18dd76ace52d0118","ec-person-5f350e729106851716ef9d25319b4e99b8279fa3"]}} -{"id":"ec-meeting-2014-12-08-be73d24a16a78816575dc82038f4209d4d6bd184","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-08 - Cabinet of Commissioner Phil Hogan x Federazione Italiana dell'Industria Alimentare"],"date":["2014-12-08"],"summary":["Milk market measures"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-94614946815-09","ec-person-400dd8d59d3060187d9b9b143d697da1a3d03c12","ec-person-7d3caa534e5cdda6d5b949bd4b2def39356e3bec"]}} -{"id":"ec-meeting-2014-12-08-c42f7ee538c39b0c7b333d94eae54b6cf6cb95bc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-08 - Cabinet of Vice-President Cecilia Malmström x Banco Santander, S.A."],"date":["2014-12-08"],"summary":["Financial services in Asia and trade relations"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-799142914971-03","ec-person-98880f3f4206145e196013db9dd806a551c11e06"]}} -{"id":"ec-meeting-2014-12-08-cecb70a59809797ceddf73bca9472332e63cdb9d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-08 - Cabinet of Vice-President Johannes Hahn x Arab NGO Network for Development"],"date":["2014-12-08"],"summary":["report about situation in Egypt, Palestine, comments ENP"],"notes":["Portfolio: European Neighbourhood Policy & Enlargement Negotiations"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-hahn-johannes-of-president-vice"],"involved":["ec-person-ffbd1e8ac522a6bd1cdc4b724b9a4416b5d36034","eu-tr-235474015095-10"]}} -{"id":"ec-meeting-2014-12-08-d63a1deeeed81cf307e7cf8b90179ff6ab7fd2a2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-08 - Justice and Consumers x Conseil supérieur du notariat"],"date":["2014-12-08"],"summary":["1. Successions, 2. Free circulation of public documents"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-just"],"involved":["ec-person-26f8747866bd0d81cebb7a339c1ac11294d9676e","eu-tr-04981716394-32"]}} -{"id":"ec-meeting-2014-12-08-d88c110351e3c3a1caa6dd32e3948f161c4de92d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-08 - Cabinet of High Representative / Vice-President Federica Mogherini x Human Rights Watch"],"date":["2014-12-08"],"summary":["EU’s role in advancing concrete rights improvements"],"notes":["Portfolio: Foreign Affairs and Security Policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"involved":["ec-person-97549b50ce25e488bb1c03d83cfb838cd4fdf293","eu-tr-56362448807-46"]}} -{"id":"ec-meeting-2014-12-08-d976c70c219fae7f0de29e4e01de60649f33929d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-08 - Günther Oettinger x Telecom Italia"],"date":["2014-12-08"],"summary":["Developments EU telecom sector"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0","eu-tr-36682861898-97"]}} -{"id":"ec-meeting-2014-12-08-e4dbc70bc10b1f40c419217c2c9601877c5c834f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-08 - Internal Market, Industry, Entrepreneurship and SMEs x EUROCHAMBRES – Association of European Chambers of Commerce and Industry"],"date":["2014-12-08"],"summary":["SME Policy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-grow"],"involved":["ec-person-9f3f9b58a22cf98d55521b290d1facc431bdce86","eu-tr-0014082722-83"]}} -{"id":"ec-meeting-2014-12-08-e5f57c39bd4f38efbec1160c5e1470d555b024ff","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-08 - Cabinet of President Jean-Claude Juncker x Centre for European Policy Studies"],"date":["2014-12-08"],"summary":["Meeting on Energy policy and regulation & Climate change policy"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-b1bf9aa5fb7e886441ff341b657cc482b64a2a3e","eu-tr-86853666704-95"]}} -{"id":"ec-meeting-2014-12-08-e7c372d98bd7b12f92d8b419700237cb32b0546a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-08 - Cabinet of Vice-President Johannes Hahn x SOLIDAR"],"date":["2014-12-08"],"summary":["challenges facing civil society in Tunisia, Morocco, Palestine, Egypt"],"notes":["Portfolio: European Neighbourhood Policy & Enlargement Negotiations"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-hahn-johannes-of-president-vice"],"involved":["eu-tr-31087615802-06","ec-person-ffbd1e8ac522a6bd1cdc4b724b9a4416b5d36034"]}} -{"id":"ec-meeting-2014-12-08-f20a861bfb3305a6e65db24bf87d23f7be9cbabe","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-08 - Cabinet of Vice-President Maroš Šefčovič x WindEurope"],"date":["2014-12-08"],"summary":["Energy Union"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-19920706471-21","ec-person-1f95be23689cd4ed0a26fe2980f760ccf2d55c1e"]}} -{"id":"ec-meeting-2014-12-08-f802d6b6020bb2958512a9024ee93c4b28ab3148","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-08 - Health and Food Safety x European Federation of Associations of Health Product Manufacturers"],"date":["2014-12-08"],"summary":["Health claims"],"location":["B232 07/066"],"address":["B232 07/066"],"addressEntity":["addr-c35a7a8f29c126128a2247ec9c43d3f49a371893"],"organizer":["ec-dg-sante"],"involved":["ec-person-e6c752b8c9246ee8246c3dde21cfd79f9c4d2d19","eu-tr-65512466920-96"]}} -{"id":"ec-meeting-2014-12-09-037d38f6a090515fe242f5793d0577fc930dea2e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-09 - Secretariat-General x Ibec"],"date":["2014-12-09"],"summary":["Launch of IBEC Business Priorities"],"location":["Brussels Belgium"],"address":["Brussels Belgium"],"addressEntity":["addr-61947d7d2c69c0b8f57325bd044f500c5fc6df48"],"organizer":["ec-dg-sg"],"involved":["ec-person-c26c5f1134ca5e14e92270e5b8a0ba9e659f428b","eu-tr-479468313744-50"]}} -{"id":"ec-meeting-2014-12-09-051c533556b794e32f501822e720efd2ab3ecdbb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-09 - Cabinet of Commissioner Carlos Moedas x The Lisbon Council for Economic Competitiveness and Social Renewal asbl"],"date":["2014-12-09"],"summary":["Presentation of the activities of the Lisbon Council"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["eu-tr-6766950469-32","ec-person-23980b2bc4fd9c82051d0f7888dc236b2f764866"]}} -{"id":"ec-meeting-2014-12-09-0bb9b3b0ff6e4e92e53b17a65bc36dbedbb20f22","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-09 - Cabinet of Commissioner Vytenis Andriukaitis x Animal Task Force"],"date":["2014-12-09"],"summary":["Animal Health"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-b9c3f19e7c5f216e3e508f931ddd6a9cb59376d1","ec-person-0dbfffeb0323f819c8d57164906086dd8639c437","ec-person-c986c9ff99d99d8006e000db5a8046be615813ae","eu-tr-398736910798-22"]}} -{"id":"ec-meeting-2014-12-09-0f06a9f21146a5e2df007952e160b832bec9653c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-09 - Cabinet of Vice-President Cecilia Malmström x Opel Automobile GmbH"],"date":["2014-12-09"],"summary":["TTIP"],"notes":["Portfolio: Trade"],"location":["BERL 11/334"],"address":["BERL 11/334"],"addressEntity":["addr-835b647f8b7dbad57c0e6f169d418f743fad88ff"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-5d4088e1913284a765aed8445f448f6ff341f1b3","ec-person-20ded9db5df11164331bb161fdf234b1e5ad53fd","eu-tr-6781451805-03"]}} -{"id":"ec-meeting-2014-12-09-17ef49a7e425357b1e91f61f41a177b6fb7f7665","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-09 - Cabinet of Commissioner Marianne Thyssen x World Employment Confederation-Europe"],"date":["2014-12-09"],"summary":["Introductory meeting"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["eu-tr-7438623236-16","ec-person-7567514af00f139b390cf9864d28a090ca0fde25"]}} -{"id":"ec-meeting-2014-12-09-1871f2dc39a9af1c3c52b62687e407ecead51b02","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-09 - Cabinet of Vice-President Jyrki Katainen x HSBC Holdings PLC Deutsche Bank AG BANCO BILBAO VIZCAYA ARGENTARIA Société Générale ING Group Intesa Sanpaolo"],"date":["2014-12-09"],"summary":["Investment initiative"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-12112965774-95","ec-person-88d71b399a3e13a243bdc4676e481835e8e5b2f2","eu-tr-34369111614-57","eu-tr-001866415031-87","eu-tr-271912611231-56","eu-tr-24037141789-48","eu-tr-090350412968-04"]}} -{"id":"ec-meeting-2014-12-09-1a94bf111c5d35165508c4751ad4ce4ca67a5d1a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-09 - Cabinet of President Jean-Claude Juncker x Flughafen Wien AG"],"date":["2014-12-09"],"summary":["Investment in Europe"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-b1bf9aa5fb7e886441ff341b657cc482b64a2a3e","eu-tr-606518612244-15"]}} -{"id":"ec-meeting-2014-12-09-200d8c5cb08b6c133c295e97c3974ea619d2cfa6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-09 - Cabinet of Vice-President Cecilia Malmström x EU ProSun"],"date":["2014-12-09"],"summary":["Solar panels"],"notes":["Portfolio: Trade"],"location":["BERL 11/334"],"address":["BERL 11/334"],"addressEntity":["addr-835b647f8b7dbad57c0e6f169d418f743fad88ff"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-637930515146-10","ec-person-20ded9db5df11164331bb161fdf234b1e5ad53fd","ec-person-591ec829ca734bcfe59a2c9c7f07f9dff22a0ea9"]}} -{"id":"ec-meeting-2014-12-09-26651362a3720f00d81201ffe237a18477e973bb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-09 - Migration and Home Affairs x LIBERA - Associations Names and Numbers against mafias"],"date":["2014-12-09"],"summary":["Fight against Corruption and Organised Crime"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-home"],"involved":["ec-person-ae1262e8850ed1e9a0530b0ad7440ac648255896","eu-tr-815363015135-08"]}} -{"id":"ec-meeting-2014-12-09-2749c2fb3cda0a9e70ffd518fc4a53895f0c4061","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-09 - Cabinet of Vice-President Johannes Hahn x BP p.l.c."],"date":["2014-12-09"],"summary":["Energy issues in the Balkans/neighbourhood"],"notes":["Portfolio: European Neighbourhood Policy & Enlargement Negotiations"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-hahn-johannes-of-president-vice"],"involved":["eu-tr-3394026642-58","ec-person-2fca685599028e7674f6143b21eb6760c913eef0"]}} -{"id":"ec-meeting-2014-12-09-2cbf6e6342ac7876e04be329b7cf7b75699977cd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-09 - Cabinet of First Vice-President Frans Timmermans x Kreab"],"date":["2014-12-09"],"summary":["Waste management"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Berlaymont - Brussels"],"address":["Berlaymont - Brussels"],"addressEntity":["addr-36f33652c556765a5dad2fc43dc3e05e5d5f1d8d"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["ec-person-7a0c440119cd5d547eceebb055c79b8bb41bf9a2","eu-tr-1078390517-54"]}} -{"id":"ec-meeting-2014-12-09-30955165f11158cf49662e9905ffbc0c90d12f0c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-09 - Cabinet of Vice-President Jyrki Katainen x Confederation of Finnish Industries EK"],"date":["2014-12-09"],"summary":["Better regulation"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-1274604847-34","ec-person-bb70699c722c1620ec520e8a4d32911a32ae078c"]}} -{"id":"ec-meeting-2014-12-09-3286414a6f142f327675b20af7255c98f099906d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-09 - Cabinet of Vice-President Johannes Hahn x Human Rights Watch"],"date":["2014-12-09"],"summary":["Human rights situation in the neighbourhood"],"notes":["Portfolio: European Neighbourhood Policy & Enlargement Negotiations"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-hahn-johannes-of-president-vice"],"involved":["ec-person-3baaa27adcaa179dd490ba70950912b8989d221a","eu-tr-56362448807-46"]}} -{"id":"ec-meeting-2014-12-09-3b418b6666da66948b737966e5e3df9f093cc6f6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-09 - Cabinet of Vice-President Miguel Arias Cañete x ENEL SpA"],"date":["2014-12-09"],"summary":["Framework 2030 of the internal energy market and the future investment package proposed by the President Juncker"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-1831691c10441c5974327bbeb8693d6b6c1e50c3","eu-tr-6256831207-27","ec-person-25a937c04cd0a0ddcf5cf34798e76b5105854114","ec-person-2229c857664a22dcb8eee79a8c05841fd3d0924f"]}} -{"id":"ec-meeting-2014-12-09-3e409afec65f22e6cfb810ecdb008d1d09588ef6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-09 - Cabinet of Commissioner Marianne Thyssen x Havenbedrijf Antwerpen NV van publiek recht"],"date":["2014-12-09"],"summary":["EU Policy and its impact on harbours"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["ec-person-c508e9337eca6b067c1f966b82de49c4824a3ad0","eu-tr-435060615187-68","ec-person-7567514af00f139b390cf9864d28a090ca0fde25"]}} -{"id":"ec-meeting-2014-12-09-40bc7697245e5ec1891a8434f9c605d0169e5157","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-09 - Cabinet of First Vice-President Frans Timmermans x Transparency International"],"date":["2014-12-09"],"summary":["Transparency initiative, AML Directive, Treatment of NGOs/ Rule of Law"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["ec-person-4076aef8226bd451277bfd5135aa27d63b2ac548","eu-tr-501222919-71"]}} -{"id":"ec-meeting-2014-12-09-43eb8db61af7f7d7edc96e9fdeae68df15cb2c3d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-09 - Cabinet of Commissioner Carlos Moedas x Faculdade de Ciências e Tecnologia da Universidade Nova de Lisboa"],"date":["2014-12-09"],"summary":["Material research in Europe"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-23980b2bc4fd9c82051d0f7888dc236b2f764866","eu-tr-774800715050-93"]}} -{"id":"ec-meeting-2014-12-09-461457d8d748f84a9483920720594a151d81ba7c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-09 - Cabinet of Commissioner Tibor Navracsics x European Students' Union"],"date":["2014-12-09"],"summary":["Higher Education Policy"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["eu-tr-947001511571-77","ec-person-fc5c01a0bffedf0f4e205a759b40239535313d28"]}} -{"id":"ec-meeting-2014-12-09-4bcd0f2b73629c146605cf35a7d737e35320a8e8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-09 - Cabinet of Commissioner Jonathan Hill x European Banking Federation"],"date":["2014-12-09"],"summary":["Financial services: priorities for 2015 including Capital Markets Union"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["eu-tr-4722660838-23","ec-person-f247edfcff54d4f26fc10769f809c92bc72d6797"]}} -{"id":"ec-meeting-2014-12-09-4e6bcd8c01fb4d2abbb34f8bf9f771f62035ac1e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-09 - Cabinet of Vice-President Andrus Ansip x European Film Agency Directors"],"date":["2014-12-09"],"summary":["Copyright"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-e91c5be432b6b3efdda369792fed67c20b767a45","ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0","eu-tr-430805515370-85"]}} -{"id":"ec-meeting-2014-12-09-567cca5e7faf9a64703fab9a6d02702d706c1d75","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-09 - Cabinet of Commissioner Dimitris Avramopoulos x International Organization for Migration"],"date":["2014-12-09"],"summary":["Migration"],"notes":["Portfolio: Migration, Home Affairs and Citizenship"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-avramopoulos-cabinet-commissioner-dimitris-of"],"involved":["ec-person-e786479f71eb21bc0a291dd644b61d86e09beb13","eu-tr-14074813668-09"]}} -{"id":"ec-meeting-2014-12-09-58f14a724e85dd8d27e30063c9e58d22169c6f78","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-09 - Cabinet of High Representative / Vice-President Federica Mogherini x CHRISTOS FOLIAS AND CO. EE"],"date":["2014-12-09"],"summary":["Commercial matter between a private Greek company and Libyan government; complaint about alleged failure to fulfill contract."],"notes":["Portfolio: Foreign Affairs and Security Policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"involved":["ec-person-4f2bf88ad14d12976aecc7694a057ab90b7a81d2","eu-tr-859810115235-49"]}} -{"id":"ec-meeting-2014-12-09-5b4cce8946f8e98da1e7cf7d93774035472c7436","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-09 - Cabinet of High Representative / Vice-President Federica Mogherini x Greenpeace European Unit"],"date":["2014-12-09"],"summary":["EU Arctic Policy"],"notes":["Portfolio: Foreign Affairs and Security Policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"involved":["eu-tr-9832909575-41","ec-person-97549b50ce25e488bb1c03d83cfb838cd4fdf293"]}} -{"id":"ec-meeting-2014-12-09-601691e7dde3c40ee852d914801dd49af38a55e8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-09 - Cabinet of President Jean-Claude Juncker x None"],"date":["2014-12-09"],"summary":["Energy Union / Circular economy"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-b1bf9aa5fb7e886441ff341b657cc482b64a2a3e"]}} -{"id":"ec-meeting-2014-12-09-6361074057b5cea1aaeccbb426f5be6a61806f51","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-09 - Cabinet of Commissioner Marianne Thyssen x BUSINESSEUROPE"],"date":["2014-12-09"],"summary":["EU social and employment policy"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["eu-tr-3978240953-79","ec-person-7567514af00f139b390cf9864d28a090ca0fde25"]}} -{"id":"ec-meeting-2014-12-09-643343b9604f1d620cf3348a42b28a60a44dcc9e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-09 - Cabinet of Commissioner Vytenis Andriukaitis x Comité du commerce des céréales, aliments du bétail, oléagineux, huile d'olive, huiles et graisses et agrofournitures de l'U.E."],"date":["2014-12-09"],"summary":["GMOs"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-0dbfffeb0323f819c8d57164906086dd8639c437","eu-tr-2050009628-31"]}} -{"id":"ec-meeting-2014-12-09-7620b5a79a2c9da0ad70abd39f741d037283ffc4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-09 - Cabinet of High Representative / Vice-President Federica Mogherini x Friedrich-Ebert-Stiftung"],"date":["2014-12-09"],"summary":["Meeting with Marek Siwiec from Friedrich-Ebert-Stiftung on Current situation in Ukraine"],"notes":["Portfolio: Foreign Affairs and Security Policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"involved":["ec-person-97549b50ce25e488bb1c03d83cfb838cd4fdf293","eu-tr-05546466757-61"]}} -{"id":"ec-meeting-2014-12-09-773c89bc6589234a4385e18a3aebff840b05b412","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-09 - Cabinet of Vice-President Miguel Arias Cañete x BG Group"],"date":["2014-12-09"],"summary":["EUROPEAN GAS MARKET"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-813541215184-21","ec-person-260e00934471a02805fb143935d6e9205a7f355f"]}} -{"id":"ec-meeting-2014-12-09-7a49a26d3a4c8bea0abda77a017354f50ff94eb6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-09 - Cabinet of Commissioner Jonathan Hill x Prime Collateralised Securities (PCS) UK Limited"],"date":["2014-12-09"],"summary":["Securitisation aspects of CMU and CMU more broadly, PCS initiative"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["eu-tr-225892115033-33","ec-person-f247edfcff54d4f26fc10769f809c92bc72d6797"]}} -{"id":"ec-meeting-2014-12-09-82b1638b3faa2e0f297db071906bee9121b989d6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-09 - Cabinet of Commissioner Tibor Navracsics x European Magazine Media Association"],"date":["2014-12-09"],"summary":["Exchange of views and priorities for the culture sector 2015"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-cb6aa96c497dead35eb0f2ed0339e5423d506549","ec-person-dc2e0fed0fdf39a6a3f3ad63355c5215599de9d1","eu-tr-37937886834-69"]}} -{"id":"ec-meeting-2014-12-09-85faf0e86a2d9fdb380504c10e284db4bcb80ab3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-09 - Cabinet of Commissioner Tibor Navracsics x European Festivals Association"],"date":["2014-12-09"],"summary":["Exchange of views and priorities for the culture sector 2015"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-cb6aa96c497dead35eb0f2ed0339e5423d506549","ec-person-dc2e0fed0fdf39a6a3f3ad63355c5215599de9d1","eu-tr-434027116304-07"]}} -{"id":"ec-meeting-2014-12-09-87042919ad843326c67577971f2eff589963b820","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-09 - Günther Oettinger x BT Group plc"],"date":["2014-12-09"],"summary":["Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-d8b86b98a24683917c569000ed6d8c45bedbbc00","eu-tr-00919034091-89"]}} -{"id":"ec-meeting-2014-12-09-89412c7d1544e026d82981e1a223d8d2161ad89b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-09 - Cabinet of Commissioner Violeta Bulc x Société nationale SNCF"],"date":["2014-12-09"],"summary":["Meeting with SNCF"],"notes":["Portfolio: Transport"],"location":["Paris, France"],"address":["Paris, France"],"addressEntity":["addr-c70534aa18173b860a10a50a47b139c4a581cbf6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-4d2b449b5047ea3fda435a2a1c1081e3babcdf76","eu-tr-97914681026-14"]}} -{"id":"ec-meeting-2014-12-09-8a53e227a1160deb41a0a3a859c86118543326e1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-09 - Cabinet of Commissioner Violeta Bulc x Groupe ADP"],"date":["2014-12-09"],"summary":["Meeting with AdP"],"notes":["Portfolio: Transport"],"location":["Paris, France"],"address":["Paris, France"],"addressEntity":["addr-c70534aa18173b860a10a50a47b139c4a581cbf6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-53916638834-05","ec-person-4d2b449b5047ea3fda435a2a1c1081e3babcdf76"]}} -{"id":"ec-meeting-2014-12-09-8d598292af8ac7c423085989ba3942206f58e29e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-09 - Cabinet of Commissioner Phil Hogan x EuroCommerce"],"date":["2014-12-09"],"summary":["General presentation of the association, current topics of concern, http://www.supplychaininitiative.eu/"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-84973761187-60","ec-person-a985b9a03cb4f9af4f2f97583d8f92fb71579572"]}} -{"id":"ec-meeting-2014-12-09-9be3466c34042079e5cb206ffb07779428e1132f","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2014-12-09 - Cabinet of Vice-President Miguel Arias Cañete x Edison Spa"],"date":["2014-12-09"],"summary":["Energy Union and Climate Action","Introducing EDISON"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-1831691c10441c5974327bbeb8693d6b6c1e50c3","ec-person-2229c857664a22dcb8eee79a8c05841fd3d0924f","eu-tr-401111262-07","ec-person-25a937c04cd0a0ddcf5cf34798e76b5105854114"]}} -{"id":"ec-meeting-2014-12-09-9ce1471ba72540aae7e839c327d2311ebe747e67","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-09 - Cabinet of Vice-President Miguel Arias Cañete x Euroheat & Power"],"date":["2014-12-09"],"summary":["Smart Cities"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-88457577025-19","ec-person-25a937c04cd0a0ddcf5cf34798e76b5105854114"]}} -{"id":"ec-meeting-2014-12-09-a0a50a6a3ca37eadffb1d75939eeafdd2b6356a7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-09 - Research and Innovation x EPPA SA"],"date":["2014-12-09"],"summary":["Blueprint HLG"],"location":["Brussels, Director-General's office"],"address":["Brussels, Director-General's office"],"addressEntity":["addr-1ffa5aa0c8ebbed91e2de7b5b699caa8a4738a67"],"organizer":["ec-dg-rtd"],"involved":["eu-tr-31367501249-92","ec-person-3a3f2867fc07b851e10a70d1325a0cf2fc1a87dc"]}} -{"id":"ec-meeting-2014-12-09-ad42ac7adf56f73f94e0f307cc9438c28ed075ff","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2014-12-09 - Günther Oettinger x Vodafone Belgium SA Vodafone Belgium SA"],"date":["2014-12-09"],"summary":["Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-4cd59e13386e3b68ecb3611fcc579e0a0a3938a5","ec-person-d8b86b98a24683917c569000ed6d8c45bedbbc00","eu-tr-90142503473-81"]}} -{"id":"ec-meeting-2014-12-09-b04d8a38568b93b1a46ba550128e46b9b5d27f8c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-09 - Cabinet of Vice-President Cecilia Malmström x Transnational Institute"],"date":["2014-12-09"],"summary":["TTIP"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-35237447968-05","ec-person-20ded9db5df11164331bb161fdf234b1e5ad53fd"]}} -{"id":"ec-meeting-2014-12-09-c0a36c22d02c5cdc35d490ad4eb58a0b08ee4d09","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-09 - Günther Oettinger x Wirtschaftsrat der CDU e.V."],"date":["2014-12-09"],"summary":["Digital economy and society"],"location":["Cologne, Germany"],"address":["Cologne, Germany"],"addressEntity":["addr-bd9914bd098b0d150d3f20b906fd35f76d2c6f5d"],"organizer":["ec-dg-de"],"involved":["eu-tr-176334311014-43","ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0"]}} -{"id":"ec-meeting-2014-12-09-c37b90676e85bbbee372662ebdb3894d19eb73c5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-09 - Cabinet of President Jean-Claude Juncker x Jens-Peter Bonde"],"date":["2014-12-09"],"summary":["Education system in Denmark"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-060587815138-96","ec-person-80c6995ad1cd6aefa72f1bf440b17b6d8c6dd4b8"]}} -{"id":"ec-meeting-2014-12-09-c3ff55a651c5d3ea52f187b17fb11a88a6591e5c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-09 - Cabinet of Vice-President Jyrki Katainen x Prime Collateralised Securities (PCS) UK Limited European Express Association"],"date":["2014-12-09"],"summary":["Securitisation"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-225892115033-33","ec-person-88d71b399a3e13a243bdc4676e481835e8e5b2f2","eu-tr-1894704851-83"]}} -{"id":"ec-meeting-2014-12-09-c61c8fa820090e6e99d9eb2c465717ff866112fa","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-09 - Cabinet of Commissioner Violeta Bulc x Google"],"date":["2014-12-09"],"summary":["Presentation from Vienna City Council on Smart City Wien"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-03181945560-59","ec-person-e14c58f620f40325d829df7be0823280307bc15f"]}} -{"id":"ec-meeting-2014-12-09-cbb7cd39069f239eec2f4a624585908a6e16c86c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-09 - Communications Networks, Content and Technology x Japan Business Machine and Information System Industries Association"],"date":["2014-12-09"],"summary":["eHealth, Silver Economy and EU-Japan co-operation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-246330915180-10","ec-person-3d379ff88d704acbd3444fdd59765df1225d4f9b"]}} -{"id":"ec-meeting-2014-12-09-d03742fa0d950efb823103e9108fac65f055f676","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-09 - Cabinet of Commissioner Věra Jourová x Open Society European Policy Institute"],"date":["2014-12-09"],"summary":["Non-discrimination policies"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-a608b85b2ffef83f883b5a2330b6232efa1b7141","eu-tr-8557515321-37"]}} -{"id":"ec-meeting-2014-12-09-d03b036bfc24ae612bb51cae8daa9746470331b1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-09 - Energy x INSTITUT DE PROSPECTIVE ECONOMIQUE DU MONDE MEDITERRANEEN"],"date":["2014-12-09"],"summary":["Coopération Euro-Méditerranéenne"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-037570015082-12","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2014-12-09-d44b320d88a882d0ba3dfc04e773335c9e6ae351","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-09 - Communications Networks, Content and Technology x Bertelsmann SE & Co. KGaA"],"date":["2014-12-09"],"summary":["Copyright reform, Future media regulation, EU digital single market strategy and Start Up Europe"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-26103486608-47","ec-person-3d379ff88d704acbd3444fdd59765df1225d4f9b"]}} -{"id":"ec-meeting-2014-12-09-df4f0030c6c06b16112bd57507d99e552d251339","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-09 - Cabinet of Vice-President Andrus Ansip x Vodafone Belgium SA"],"date":["2014-12-09"],"summary":["Telecom Single Market"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-90142503473-81","ec-person-666bc159c7e65a3af9e63c1e97435c02f1496955","ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0"]}} -{"id":"ec-meeting-2014-12-09-e6ba4a22bd384aa47a31743e070344ecf6f6c200","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-09 - Cabinet of Vice-President Miguel Arias Cañete x Grupo Red Eléctrica"],"date":["2014-12-09"],"summary":["Introducing RED ELECTRICA DE ESPAÑA"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-44688805318-45","ec-person-2229c857664a22dcb8eee79a8c05841fd3d0924f"]}} -{"id":"ec-meeting-2014-12-09-ed9a59aeb01f148f24d67ea00982627f01b7ffaa","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-09 - Cabinet of High Representative / Vice-President Federica Mogherini x CAOBISCO"],"date":["2014-12-09"],"summary":["Product labeling"],"notes":["Portfolio: Foreign Affairs and Security Policy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"involved":["ec-person-702cc2c6e5f88e6a62c801eccaff75ef5e753d5b","eu-tr-30978122100-27","ec-person-0d87d503aa00db1df141f3b1bfea3e0ccb43ece9"]}} -{"id":"ec-meeting-2014-12-09-f7edef5ef57d66821d0e0ed202f93cd6c4afcf8b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-09 - Cabinet of High Representative / Vice-President Federica Mogherini x Transparency International"],"date":["2014-12-09"],"summary":["Fight against corruption"],"notes":["Portfolio: Foreign Affairs and Security Policy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"involved":["ec-person-44c0409df0e9c3a69a1fe1442fc91e31f6c2786b","eu-tr-501222919-71"]}} -{"id":"ec-meeting-2014-12-09-fe0df5ed20fca3474ab73cd37d30f7eacd3581e7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-09 - Cabinet of Commissioner Vytenis Andriukaitis x EuropaBio"],"date":["2014-12-09"],"summary":["Preparation of Commissioner's participation to future Europabio event, personalised medicines; GMOs."],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-b9c3f19e7c5f216e3e508f931ddd6a9cb59376d1","eu-tr-1298286943-59"]}} -{"id":"ec-meeting-2014-12-10-05857093da29646955bed9c7040756f3cd1feb64","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-10 - Cabinet of Commissioner Phil Hogan x FoodDrinkEurope"],"date":["2014-12-10"],"summary":["General presentation of the organisation, topics of current interest, http://www.supplychaininitiative.eu/"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-75818824519-45","ec-person-a985b9a03cb4f9af4f2f97583d8f92fb71579572"]}} -{"id":"ec-meeting-2014-12-10-10bbeb59fb5c5888c4a1112b1240661bf898ee46","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-10 - Cabinet of Vice-President Cecilia Malmström x General Electric Company"],"date":["2014-12-10"],"summary":["Courtesy call & future prospects"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-20ded9db5df11164331bb161fdf234b1e5ad53fd","eu-tr-4016736872-59"]}} -{"id":"ec-meeting-2014-12-10-2214c5c321dc32dbf9ca7e159473a6412941fa92","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-10 - Cabinet of Vice-President Miguel Arias Cañete x Avv. Gianni Marco Di Paolo"],"date":["2014-12-10"],"summary":["NER 400"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-062137511909-03","ec-person-95f883d5d0d484088f26191a8fea8553d674dfbe"]}} -{"id":"ec-meeting-2014-12-10-2759314d33b2dfe54a76ed5b82e11a3f60f31285","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-10 - Cabinet of Vice-President Miguel Arias Cañete x European Network of Transmission System Operators for Electricity"],"date":["2014-12-10"],"summary":["Intrducing ENTSO-E; 2030 Energy and Climate Change objectives"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-25805148045-87","ec-person-2229c857664a22dcb8eee79a8c05841fd3d0924f"]}} -{"id":"ec-meeting-2014-12-10-29088c8ba4d69c1e5245524faf68078295eee054","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-10 - Cabinet of President Jean-Claude Juncker x Verband der Automobilindustrie"],"date":["2014-12-10"],"summary":["Investing in Europe and Energy Union"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-95574664768-90","ec-person-b1bf9aa5fb7e886441ff341b657cc482b64a2a3e"]}} -{"id":"ec-meeting-2014-12-10-3047e1f9414f9c2b0e0d5d0814dddc901ef670c7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-10 - Cabinet of Commissioner Tibor Navracsics x McDonald’s Global Franchising Limited"],"date":["2014-12-10"],"summary":["EU education and skills policy"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["eu-tr-3830179837-87","ec-person-4d24029a6a4b5bbdcd825e134f010bd0b384f80a"]}} -{"id":"ec-meeting-2014-12-10-37c6acceb52486f88f4745f80ea1e500682580e9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-10 - Cabinet of Vice-President Miguel Arias Cañete x Wärtsilä Corporation"],"date":["2014-12-10"],"summary":["ENERGY SYSTEM FLEXIBILITY"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-62773e55e1985542cb18a2a89f2053f2f39146b1","eu-tr-012464715142-75"]}} -{"id":"ec-meeting-2014-12-10-3a866e7bc7059e46133a482abfbf0d5c445b358f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-10 - Cabinet of Vice-President Miguel Arias Cañete x European Environmental Bureau Stichting BirdLife Europe"],"date":["2014-12-10"],"summary":["BIO ENERGY"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-1083162721-43","eu-tr-06798511314-27","ec-person-260e00934471a02805fb143935d6e9205a7f355f"]}} -{"id":"ec-meeting-2014-12-10-483097c7949b545c49d8e2af09bfa34f36926eb8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-10 - Cabinet of Commissioner Jonathan Hill x British Bankers' Association"],"date":["2014-12-10"],"summary":["Introductory meeting"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["eu-tr-5897733662-75","ec-person-74de9b1956d5aa5754e8946d4a7a883e05171466"]}} -{"id":"ec-meeting-2014-12-10-5164e8a5bce69a5d3abe67dc015295f2ba254ee8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-10 - Cabinet of Vice-President Miguel Arias Cañete x National Grid Commercial Holdings Limited"],"date":["2014-12-10"],"summary":["Infrastructure policy (Meeting with Mr John Prime)"],"notes":["Portfolio: Climate Action & Energy"],"location":["Berlaymont 8th floor office n° 165"],"address":["Berlaymont 8th floor office n° 165"],"addressEntity":["addr-1b29c29fd7c68ff6792070c16f57f791ed0cbfaa"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-1831691c10441c5974327bbeb8693d6b6c1e50c3","eu-tr-56039866688-26"]}} -{"id":"ec-meeting-2014-12-10-61f25688d19d4ec32f4e845ec4e9c898692a1930","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-10 - Cabinet of Commissioner Vytenis Andriukaitis x BREIZ EUROPE"],"date":["2014-12-10"],"summary":["Russian Embargo on Pigs, Animal welfare, Origin, Labelling"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-b9c3f19e7c5f216e3e508f931ddd6a9cb59376d1","ec-person-0dbfffeb0323f819c8d57164906086dd8639c437","eu-tr-44968076843-33","ec-person-c986c9ff99d99d8006e000db5a8046be615813ae"]}} -{"id":"ec-meeting-2014-12-10-71eef3755a4a721a9bcde4639ebed3fb690e9f5d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-10 - Cabinet of First Vice-President Frans Timmermans x Alliance for Lobbying Transparency and Ethics Regulation"],"date":["2014-12-10"],"summary":["Mandatory transparency register"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["ec-person-4076aef8226bd451277bfd5135aa27d63b2ac548","eu-tr-2694372574-63"]}} -{"id":"ec-meeting-2014-12-10-741e40a0313d71aaba9c18c34ad2cb0ae8d5b09e","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2014-12-10 - Cabinet of Vice-President Karmenu Vella x Greenpeace European Unit"],"date":["2014-12-10"],"summary":["Implementation of CFP","Implementation of the reformed Common Fisheries Policy"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["ec-person-805c0cb26d98afecd897b742d48b43a763b0e93c","eu-tr-9832909575-41","ec-person-2966d69fae0ea4e67f3f2df5a743cc766267d3c8"]}} -{"id":"ec-meeting-2014-12-10-8523bb72f42702d5d50256191b51eeaef847fbc0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-10 - Cabinet of Vice-President Jyrki Katainen x Wärtsilä Corporation Aula Europe"],"date":["2014-12-10"],"summary":["Trade issues"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-88742028087-64","ec-person-7c9460f99c5872dbdc561f5752401c870d12e98b","eu-tr-012464715142-75"]}} -{"id":"ec-meeting-2014-12-10-8c942760540d1f0b7ca39bc5824d8e9bed1b8b42","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-10 - Cabinet of President Jean-Claude Juncker x Société Générale"],"date":["2014-12-10"],"summary":["Investment Plan"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-34369111614-57","ec-person-c402e34a99fbee730ae22e3b1958e21c94dc6fcc"]}} -{"id":"ec-meeting-2014-12-10-9ce1471ba72540aae7e839c327d2311ebe747e67","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-10 - Cabinet of Vice-President Miguel Arias Cañete x Euroheat & Power"],"date":["2014-12-10"],"summary":["ENERGY SAVING POTENTIAL FROM HEAT RE-USE"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-260e00934471a02805fb143935d6e9205a7f355f","eu-tr-88457577025-19"]}} -{"id":"ec-meeting-2014-12-10-a11a8e33178499a1020d215d33ff589e79023f12","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2014-12-10 - Cabinet of Commissioner Pierre Moscovici x Société Générale"],"date":["2014-12-10"],"summary":["Courtesy meeting"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Brussels","Berlaymont, Brussels, Belgium"],"address":["Brussels","Berlaymont, Brussels, Belgium"],"addressEntity":["addr-0b7010ac7abf438645eacd50af3009b1252cd7a6","addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["eu-tr-34369111614-57","ec-person-65dc27d23fc09897737b542cc467ea714012d0f1"]}} -{"id":"ec-meeting-2014-12-10-a148097b6d4cc59c5cc5a9e71701da8b8a2a305a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-10 - Cabinet of Vice-President Miguel Arias Cañete x Eurelectric aisbl"],"date":["2014-12-10"],"summary":["Retail Markets"],"notes":["Portfolio: Climate Action & Energy"],"location":["Berl 8/165"],"address":["Berl 8/165"],"addressEntity":["addr-049fb436906ae7cbea6ce0c85217319992dae826"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-1831691c10441c5974327bbeb8693d6b6c1e50c3","eu-tr-4271427696-87"]}} -{"id":"ec-meeting-2014-12-10-a7258ec2d4ad65bf1db97c26847ebf5bc81fdf2a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-10 - Cabinet of Vice-President Jyrki Katainen x Vodafone Belgium SA"],"date":["2014-12-10"],"summary":["Investments and innovations in the digital sector"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90","eu-tr-90142503473-81","ec-person-0310c3b87e155f5572493e91d12eebab9736a76b"]}} -{"id":"ec-meeting-2014-12-10-a7cfc23672071a543597f85a67aa4fbab1aab8c2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-10 - Cabinet of Commissioner Phil Hogan x Danish Dairy Board Brussels s.a."],"date":["2014-12-10"],"summary":["Milk market measures. Debt levels in Denmark"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-13118423364-86","ec-person-400dd8d59d3060187d9b9b143d697da1a3d03c12","ec-person-a1a78365cc4685b0958056646204977d8f2ead92"]}} -{"id":"ec-meeting-2014-12-10-aa3bfc826eefe22b6bab7966cb5b7da743c1150b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-10 - Günther Oettinger x Bitkom e.V."],"date":["2014-12-10"],"summary":["The new Commission and its priorities"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-5351830264-31","ec-person-4cd59e13386e3b68ecb3611fcc579e0a0a3938a5"]}} -{"id":"ec-meeting-2014-12-10-aaf8f7562cff9e88e21dcc6901f94d51e6111cee","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-10 - Cabinet of Commissioner Marianne Thyssen x Confederazione Generale dell'Industria Italiana"],"date":["2014-12-10"],"summary":["Employment policies"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["ec-person-5a49eb89125b4b5d1125b3925bbb64aba1bea2b3","eu-tr-27762251795-15"]}} -{"id":"ec-meeting-2014-12-10-ab8653dcf40a91dfd6005b0c1ecf458564bc295e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-10 - Cabinet of President Jean-Claude Juncker x Stop TTIP"],"date":["2014-12-10"],"summary":["TTIP"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-232804015283-18","ec-person-e415577aabb40c0f789310505c6c5803aa69037b"]}} -{"id":"ec-meeting-2014-12-10-b4277207a3be989ad27e2010dae501a9480d6a7f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-10 - Cabinet of Commissioner Jonathan Hill x Danske Bank A/S"],"date":["2014-12-10"],"summary":["Banking Structural Reform and Capital Markets Union"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["eu-tr-64866663811-42","ec-person-890015b0d769ee93a09119846b414d4aae7c64ae"]}} -{"id":"ec-meeting-2014-12-10-b4887a31ffe094fbbe07f746de613ec7d4f27d82","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-10 - Cabinet of Vice-President Miguel Arias Cañete x Climate Action Network Europe"],"date":["2014-12-10"],"summary":["Energy Community (Meeting with Dragana Mileusnic)"],"notes":["Portfolio: Climate Action & Energy"],"location":["Berl 8/165"],"address":["Berl 8/165"],"addressEntity":["addr-049fb436906ae7cbea6ce0c85217319992dae826"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-1831691c10441c5974327bbeb8693d6b6c1e50c3","eu-tr-55888811123-49"]}} -{"id":"ec-meeting-2014-12-10-b72852f2722bd966e574944d454566e3e2b419ed","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-10 - Cabinet of Vice-President Jyrki Katainen x Bruegel"],"date":["2014-12-10"],"summary":["Investment Initiative"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-3775b7be791f90ed462b9071c9ae596b80d71bca","eu-tr-33622026795-64"]}} -{"id":"ec-meeting-2014-12-10-bb094cbc2d0e4350b78dc4f5691b5e13235faedb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-10 - Cabinet of Vice-President Cecilia Malmström x MEDICINES FOR EUROPE"],"date":["2014-12-10"],"summary":["Presentation of the association"],"notes":["Portfolio: Trade"],"location":["Bruxelles"],"address":["Bruxelles"],"addressEntity":["addr-b58f5927b66d94a676970dc048485d4c6848f272"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-48325781850-28","ec-person-8529bbbc6db862f6b82d6fa66a7cf7668804dae7"]}} -{"id":"ec-meeting-2014-12-10-c7f4cc7331a8a219731aee8bcb0a4efe758c93a4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-10 - Cabinet of Commissioner Jonathan Hill x Lloyd's of London"],"date":["2014-12-10"],"summary":["Solvency II, EU insurance agenda,European Supervisory Authorities,EU-US Insurance Dialogue"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["ec-person-890015b0d769ee93a09119846b414d4aae7c64ae","eu-tr-07203323308-65"]}} -{"id":"ec-meeting-2014-12-10-c81b3ab631e4422654ef1ce7c76ea29e853e59bf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-10 - Cabinet of Commissioner Phil Hogan x EuropaBio"],"date":["2014-12-10"],"summary":["Biotechnology"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-1298286943-59","ec-person-ff8342dedc26701400fcb7dcf73fbee50a837ac6"]}} -{"id":"ec-meeting-2014-12-10-c917900a4ee1726010e3d21c036370768d0aadcf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-10 - Cabinet of Vice-President Jyrki Katainen x SMEunited aisbl"],"date":["2014-12-10"],"summary":["Investment initiative"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-55820581197-35","ec-person-7c9460f99c5872dbdc561f5752401c870d12e98b"]}} -{"id":"ec-meeting-2014-12-10-ca0466aea865994c5f0d0415308d286fdfb46d12","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-10 - Cabinet of President Jean-Claude Juncker x AT&T, Inc."],"date":["2014-12-10"],"summary":["Digital Single Market"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-44a061693f35519551be0e3dab996e76ad3f8c7c","eu-tr-92442218459-37"]}} -{"id":"ec-meeting-2014-12-10-d884da028cf3f8b0c0d14befd346907d873eddc3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-10 - Cabinet of Commissioner Marianne Thyssen x Jens-Peter Bonde"],"date":["2014-12-10"],"summary":["The Danish Folk School model and the importance of vocational and voluntary education"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["ec-person-bdb607d5d994a4056dd700f8f52d9af25b406b36","eu-tr-060587815138-96"]}} -{"id":"ec-meeting-2014-12-10-f526c7de53eb209b19e75c4b593de607688740d6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-10 - Cabinet of Vice-President Cecilia Malmström x Honeywell Europe NV"],"date":["2014-12-10"],"summary":["Future EU Trade and investment policy"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-75311753240-67","ec-person-98880f3f4206145e196013db9dd806a551c11e06"]}} -{"id":"ec-meeting-2014-12-11-00aa1e00a708c935408b97c604839d7328bbb030","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-11 - Cabinet of Vice-President Cecilia Malmström x Lithuanian Business Representation to the EU"],"date":["2014-12-11"],"summary":["EU-Ukraine DCFTA"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-20ded9db5df11164331bb161fdf234b1e5ad53fd","eu-tr-94241791376-49","ec-person-591ec829ca734bcfe59a2c9c7f07f9dff22a0ea9"]}} -{"id":"ec-meeting-2014-12-11-01e7ce2eb20c596dc6d7c608da38ce36a4bb7cc8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-11 - Energy x None"],"date":["2014-12-11"],"summary":["European Energy Policy priorities"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-03501997362-71","eu-tr-90947457424-20","eu-tr-77608353460-77","eu-tr-41816938101-07","eu-tr-429600710582-32","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e","eu-tr-99578067285-35","eu-tr-67833029261-54","eu-tr-48395175526-25","eu-tr-6256831207-27"]}} -{"id":"ec-meeting-2014-12-11-043e2c463db21489a8a189a3ad842222d66de401","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-11 - Günther Oettinger x HP Inc"],"date":["2014-12-11"],"summary":["Digital economy and society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0","eu-tr-99346002337-55"]}} -{"id":"ec-meeting-2014-12-11-0bdc1af23e5f7a851782ed00a02924e2911b1ce0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-11 - Cabinet of Vice-President Miguel Arias Cañete x Novozymes"],"date":["2014-12-11"],"summary":["BIOFUELS + BIO-ECONOMY"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-260e00934471a02805fb143935d6e9205a7f355f","eu-tr-52195525403-65"]}} -{"id":"ec-meeting-2014-12-11-114484447af98262a8f882d036c82408241ce2ef","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-11 - Cabinet of Vice-President Cecilia Malmström x Open Europe"],"date":["2014-12-11"],"summary":["Speech on TTIP"],"notes":["Portfolio: Trade"],"location":["Bruxelles"],"address":["Bruxelles"],"addressEntity":["addr-b58f5927b66d94a676970dc048485d4c6848f272"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-73494557272-88","ec-person-19b143e83f8ab978c55c8a9a9e49e06dbfa14bf3"]}} -{"id":"ec-meeting-2014-12-11-186f470e8d9d5c0f58de2d692fd62d544ae4d665","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-11 - Cabinet of Commissioner Christos Stylianides x Norwegian Refugee Council Europe"],"date":["2014-12-11"],"summary":["Syria/Iraq/Lebanon/Jordan/Humanitarian issues"],"notes":["Portfolio: Humanitarian Aid & Crisis Management"],"location":["BERL 11/029"],"address":["BERL 11/029"],"addressEntity":["addr-02fd99c3f3dbad82c5640d3c7c59b78e2d4d8dcf"],"organizer":["ec-cabinet-christos-commissioner-of-stylianides"],"involved":["ec-person-2fc13fcb7185092e68bea299c3be5ed16c4bdaf0","eu-tr-750447615329-96"]}} -{"id":"ec-meeting-2014-12-11-19dec18e7617ad87b656d299da464d8cabdc99d6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-11 - Cabinet of Vice-President Cecilia Malmström x Friedrich-Naumann-Stiftung für die Freiheit Open Europe"],"date":["2014-12-11"],"summary":["TTIP"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-73494557272-88","ec-person-19b143e83f8ab978c55c8a9a9e49e06dbfa14bf3","eu-tr-23777496702-86","ec-person-cb8ca9ec2413722fa83484ed18dd76ace52d0118"]}} -{"id":"ec-meeting-2014-12-11-1a235591cd0e4c475ebd00433d6b50f47dd53465","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-11 - Cabinet of Commissioner Jonathan Hill x Zentralverband des Deutschen Handwerks e.V."],"date":["2014-12-11"],"summary":["Opening capital and financial markets to SMEs"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["ec-person-5fdb62e20cecef81f87f94d3d1bcdd3b47b26af0","eu-tr-5189667783-94"]}} -{"id":"ec-meeting-2014-12-11-206953b34b632c6e6ec01b70b4484acec24a760b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-11 - Cabinet of President Jean-Claude Juncker x Deutsche Bank AG"],"date":["2014-12-11"],"summary":["Investment Plan"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-271912611231-56","ec-person-c402e34a99fbee730ae22e3b1958e21c94dc6fcc"]}} -{"id":"ec-meeting-2014-12-11-235178425e98c9d69f9a907520aa8bada2cc332c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-11 - Cabinet of Commissioner Tibor Navracsics x World Access to Modern Energy and Expo 2015 Committee"],"date":["2014-12-11"],"summary":["EXPO"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-dc2e0fed0fdf39a6a3f3ad63355c5215599de9d1","eu-tr-627271115645-80"]}} -{"id":"ec-meeting-2014-12-11-30955165f11158cf49662e9905ffbc0c90d12f0c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-11 - Cabinet of Vice-President Jyrki Katainen x Confederation of Finnish Industries EK"],"date":["2014-12-11"],"summary":["Industrial Policy"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90","ec-person-99365f4c3081112dcbfa722a5eb05adecc68503e","eu-tr-1274604847-34"]}} -{"id":"ec-meeting-2014-12-11-31eb131b8c34b2975b29d9218623c89f1cb56df4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-11 - Cabinet of Vice-President Jyrki Katainen x Housing Europe- The European Federation of Public, Cooperative and Social Housing"],"date":["2014-12-11"],"summary":["Investment initiative"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-0124622797-55","ec-person-0da85dc48012e26688310a59a0b51727ea68f410"]}} -{"id":"ec-meeting-2014-12-11-32b5a75693c387d23dc26439b2acc99b82a86256","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-11 - Cabinet of Commissioner Phil Hogan x European Forest Institute"],"date":["2014-12-11"],"summary":["Forestry"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-38315289949-88","ec-person-ff8342dedc26701400fcb7dcf73fbee50a837ac6"]}} -{"id":"ec-meeting-2014-12-11-36c38a3b843cd77f4b5c535a107a0a1ab656bd8a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-11 - Cabinet of Vice-President Miguel Arias Cañete x ENGIE"],"date":["2014-12-11"],"summary":["Introducing GDF SUEZ"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-1831691c10441c5974327bbeb8693d6b6c1e50c3","eu-tr-90947457424-20","ec-person-2229c857664a22dcb8eee79a8c05841fd3d0924f"]}} -{"id":"ec-meeting-2014-12-11-38126f12821f0ff9645948fc7a4f6284f860b15e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-11 - Cabinet of First Vice-President Frans Timmermans x Bureau Européen des Unions de Consommateurs"],"date":["2014-12-11"],"summary":["Consumer policy, better regulation, sustainable development, transparency, ISDS"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-9505781573-45","ec-person-966667b73d92624be9bb019c2baab7e52331b3d3"]}} -{"id":"ec-meeting-2014-12-11-3939e81c5cbd55cdfd90d1538f14e880a0da0f49","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-11 - Cabinet of High Representative / Vice-President Federica Mogherini x International Crisis Group"],"date":["2014-12-11"],"summary":["International Crisis Group: Presentation of structures, work and relationship with the EU"],"notes":["Portfolio: Foreign Affairs and Security Policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"involved":["ec-person-4f2bf88ad14d12976aecc7694a057ab90b7a81d2","eu-tr-72899131664-09"]}} -{"id":"ec-meeting-2014-12-11-41948aab9602a6683f50eb29a994722437098821","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-11 - Cabinet of Vice-President Cecilia Malmström x FEDERACIÓN EMPRESARIAL DE LA INDUSTRIA QUÍMICA ESPAÑOLA"],"date":["2014-12-11"],"summary":["Chemical industry and trade policy"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-98880f3f4206145e196013db9dd806a551c11e06","eu-tr-834294413658-72"]}} -{"id":"ec-meeting-2014-12-11-5062d160cee0dc2a69082c015a9a056408b17973","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-11 - Cabinet of Commissioner Dimitris Avramopoulos x Dow Europe GmbH"],"date":["2014-12-11"],"summary":["Exchange of views on Competitiveness / industrial re launching in Greece"],"notes":["Portfolio: Migration, Home Affairs and Citizenship"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-avramopoulos-cabinet-commissioner-dimitris-of"],"involved":["ec-person-229d2bf1ea42d1e015ab64e3d14ec20de2a94a79","eu-tr-38235121060-73"]}} -{"id":"ec-meeting-2014-12-11-52f290a6f4320eb454ead05b76c0f229339ed8c1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-11 - Cabinet of Vice-President Johannes Hahn x Vereinigung der österreichischen Industrie - Industriellenvereinigung"],"date":["2014-12-11"],"summary":["Economic situation in the EU"],"notes":["Portfolio: European Neighbourhood Policy & Enlargement Negotiations"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-hahn-johannes-of-president-vice"],"involved":["eu-tr-89093924456-06","ec-person-2fca685599028e7674f6143b21eb6760c913eef0"]}} -{"id":"ec-meeting-2014-12-11-57dd74f264f69790549d137598b6f06ba1cadfad","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-11 - Cabinet of Vice-President Miguel Arias Cañete x Friends of the Earth Europe"],"date":["2014-12-11"],"summary":["Climate Action"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-9825553393-31","ec-person-95f883d5d0d484088f26191a8fea8553d674dfbe"]}} -{"id":"ec-meeting-2014-12-11-5fa8b8ff4ffbcf5664b7d0717f47d551d967fe37","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-11 - Financial Stability, Financial Services and Capital Markets Union x Institute of Directors"],"date":["2014-12-11"],"summary":["General EU policy developments, capital markets union (CMU)"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["ec-person-6be7848f21e63e093fdf3693cc8c3e2b6d29f776","eu-tr-469253615206-77"]}} -{"id":"ec-meeting-2014-12-11-62c1c9b356b6283f70d925a3e6be91d131ae18d9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-11 - Cabinet of Vice-President Valdis Dombrovskis x 3M Accenture PLC MetLife UPS Europe SRL/BV AES Netherlands Holding B.V. SAS Institute American Chamber of Commerce to the European Union Caterpillar Distribution Services Europe bv Dow Corning Europe Dell Inc. Oracle Raytheon Technologies HP Inc IBM Corporation Intel Corporation Broadcom"],"date":["2014-12-11"],"summary":["Presentation of the Annual Growth Survey 2015 outlining the main priorities for the jobs and growth agenda /in the context of the flagship conference ‘Reinvigorating the European Economy: Policies to Foster Jobs, Growth and Innovation’ \r\n(Susan Danger - Managing Director - AmCham, Karl Cox - Vice President - Oracle, Bert Boers - Vice President - SAS, Marco Comastri - President EMEA - CA, Patrick Deconinck - Senior Vice President - Western Europe - 3M, Harry van Dorenmalen - Chairman - IBM Europe, Aongus Hegarty - President EMEA - Dell, Cindy Miller - UPS, Christian Morales - Vice President and General Manager EMEA - Intel, Julián Nebreda - President EMEA - AES, Peter Ryan - Senior VP and Managing Director EMEA - HP, Nigel Lewis - Vice President - EMEA - Caterpillar, Dirk Ostijn - Regional Head Western Europe & Chief Executive Officer - MetLife)"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["AmCham EU office, on Avenue des Arts 53, 1000 Brussels"],"address":["AmCham EU office, on Avenue des Arts 53, 1000 Brussels"],"addressEntity":["addr-894416bddde1e4df96d951bf9d463a2013e25af6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-55291765363-39","eu-tr-87564644126-75","eu-tr-07691616536-09","eu-tr-5265780509-97","eu-tr-28739192542-16","eu-tr-99346002337-55","eu-tr-676071815969-19","ec-person-a9eda2e8ea54b70a968327672c6cada679d3cd56","eu-tr-91425447458-88","eu-tr-705033917192-85","ec-person-b2d41137decbf33bc8076a41bfe11b68d501a7a0","eu-tr-175323916168-03","eu-tr-34424201320-69","eu-tr-7459401905-60","eu-tr-03717581957-02","eu-tr-7721359944-96","eu-tr-240029014014-18","eu-tr-25955391451-88"]}} -{"id":"ec-meeting-2014-12-11-6411029f23cb018005740e040e99ddfdf1a5b426","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-11 - Cabinet of Commissioner Violeta Bulc x European Rail Freight Association asbl"],"date":["2014-12-11"],"summary":["Meeting with ERFA"],"notes":["Portfolio: Transport"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-4d2b449b5047ea3fda435a2a1c1081e3babcdf76","eu-tr-013359412586-21"]}} -{"id":"ec-meeting-2014-12-11-67d86f05bd39a77ce03cfaff013228b3b79ed551","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-11 - Cabinet of Vice-President Miguel Arias Cañete x Drax Group plc"],"date":["2014-12-11"],"summary":["Company activities of DRAX"],"notes":["Portfolio: Climate Action & Energy"],"location":["Berl 8/165"],"address":["Berl 8/165"],"addressEntity":["addr-049fb436906ae7cbea6ce0c85217319992dae826"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-1831691c10441c5974327bbeb8693d6b6c1e50c3","eu-tr-389275311163-19"]}} -{"id":"ec-meeting-2014-12-11-68f4a6e4d2865bd7dcfce969a0fdf519a9054fe0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-11 - Cabinet of Vice-President Maroš Šefčovič x World Federation of United Nations Associations"],"date":["2014-12-11"],"summary":["Energy Union and Climate"],"notes":["Portfolio: Energy Union"],"location":["Berl 8/97"],"address":["Berl 8/97"],"addressEntity":["addr-588785fa090f464bec525e9d464925587e739da9"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-ea6b517040e26a62f17d2829afffeba48cfd682f","eu-tr-48181498612-92"]}} -{"id":"ec-meeting-2014-12-11-6cc3e526f596bdeb3a12c7c99a94f614911ca455","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-11 - Cabinet of Vice-President Jyrki Katainen x International Underwriting Association of London Limited"],"date":["2014-12-11"],"summary":["Investment initiative and CMU"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels, belgium"],"address":["Brussels, belgium"],"addressEntity":["addr-b39b9dcfba3e578ef360518fd0aa4ce7938fab00"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-58082761985-18","ec-person-7c9460f99c5872dbdc561f5752401c870d12e98b"]}} -{"id":"ec-meeting-2014-12-11-7cbcbf93bc9edf3d2fdedc6e03af7dbda4895ec3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-11 - Cabinet of Commissioner Elżbieta Bieńkowska x Central Europe Energy Partners"],"date":["2014-12-11"],"summary":["Meeting with Jakub Przyborowicz (CEEP) - presentation of activities, flagship projects on energy industry"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-87738563745-94","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2014-12-11-7cc1570bac484b17a00088d7f97eeaf202490188","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-11 - Cabinet of Vice-President Johannes Hahn x European Association for Local Democracy"],"date":["2014-12-11"],"summary":["Governance issues in the neighbourhood"],"notes":["Portfolio: European Neighbourhood Policy & Enlargement Negotiations"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-hahn-johannes-of-president-vice"],"involved":["ec-person-3baaa27adcaa179dd490ba70950912b8989d221a","eu-tr-948838114717-56"]}} -{"id":"ec-meeting-2014-12-11-83561d37d8f3e1ee5e921edd376239124841881b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-11 - Günther Oettinger x BUSINESSEUROPE"],"date":["2014-12-11"],"summary":["Digital Agenda"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0","eu-tr-3978240953-79"]}} -{"id":"ec-meeting-2014-12-11-94f063fe96057a23523de3dfef14dfd5ad84c50e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-11 - Cabinet of Vice-President Valdis Dombrovskis x Federated Hermes (UK) LLP"],"date":["2014-12-11"],"summary":["Money Market Funds"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-075836914158-14","ec-person-3f9ca71b74344417d1f072ba7f3e2f09a223b036"]}} -{"id":"ec-meeting-2014-12-11-975bd26dda159260a23b2bf215e977a20db75065","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-11 - Cabinet of Commissioner Tibor Navracsics x Platform of European Memory and Conscience"],"date":["2014-12-11"],"summary":["European Memory and Conscience"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["eu-tr-571941915067-62","ec-person-dc2e0fed0fdf39a6a3f3ad63355c5215599de9d1"]}} -{"id":"ec-meeting-2014-12-11-99abe470c6aa13113f3548824634bde813fa6867","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-11 - Cabinet of Vice-President Miguel Arias Cañete x Friends of Sustainable Grids"],"date":["2014-12-11"],"summary":["Interconnections"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-62773e55e1985542cb18a2a89f2053f2f39146b1","eu-tr-91684615435-86"]}} -{"id":"ec-meeting-2014-12-11-9a6d578b9a662abf7290ab12a6743d760fea05a9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-11 - Cabinet of Commissioner Tibor Navracsics x Bertelsmann SE & Co. KGaA"],"date":["2014-12-11"],"summary":["EU media and audiovisual policy"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["eu-tr-26103486608-47","ec-person-4d24029a6a4b5bbdcd825e134f010bd0b384f80a"]}} -{"id":"ec-meeting-2014-12-11-a3a7188ad1fe4b704b22fe850f848a44fb916392","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-11 - Environment x WWF European Policy Programme"],"date":["2014-12-11"],"summary":["Timber regulations"],"location":["Beaulieu"],"address":["Beaulieu"],"addressEntity":["addr-f40befb82d51fcc5665a271591a0ea05ae33885e"],"organizer":["ec-dg-env"],"involved":["eu-tr-1414929419-24","ec-person-c92411579cf013898db30d63a5d6fadc118e7264"]}} -{"id":"ec-meeting-2014-12-11-aa3bfc826eefe22b6bab7966cb5b7da743c1150b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-11 - Günther Oettinger x Bitkom e.V."],"date":["2014-12-11"],"summary":["Digitale Agenda / Digitaler Binnenmarkt"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-5351830264-31","ec-person-4cd59e13386e3b68ecb3611fcc579e0a0a3938a5"]}} -{"id":"ec-meeting-2014-12-11-b0c2b204bf12fc3f310ac96e2d060638e19484dd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-11 - Cabinet of Commissioner Christos Stylianides x \"Hope For Children\" CRC Policy Center"],"date":["2014-12-11"],"summary":["Presentation of the \"Hope For Children\" UNCRC Policy Center's 2014-2019 Action Plan"],"notes":["Portfolio: Humanitarian Aid & Crisis Management"],"location":["BERL 11/400"],"address":["BERL 11/400"],"addressEntity":["addr-7d6526202860d53b57560fec59b7d0bfe62df736"],"organizer":["ec-cabinet-christos-commissioner-of-stylianides"],"involved":["eu-tr-483924815151-12","ec-person-08c677aa002baa9f95be8a2d0aa3b89875e2badf"]}} -{"id":"ec-meeting-2014-12-11-ba309919fe940e4f8cb9be6ae6a056470d7cb5fa","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-11 - Günther Oettinger x Fabasoft Austria GmbH"],"date":["2014-12-11"],"summary":["Cloud"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0","eu-tr-903221715123-37"]}} -{"id":"ec-meeting-2014-12-11-beb92a6214d5e86ed1e3585a17ffa43b3ebff1fd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-11 - Cabinet of Commissioner Jonathan Hill x Institute of Directors"],"date":["2014-12-11"],"summary":["Financial Services Policy"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["ec-person-03cf92829e273869bfbd8bbf4f1881dcd0848186","eu-tr-469253615206-77"]}} -{"id":"ec-meeting-2014-12-11-c273cad73d42ee7e40663eaa2698de32a0a2606b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-11 - Cabinet of President Jean-Claude Juncker x European Alliance to Save Energy"],"date":["2014-12-11"],"summary":["Investment in Europe & Energy Union"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-b1bf9aa5fb7e886441ff341b657cc482b64a2a3e","eu-tr-37816636575-51"]}} -{"id":"ec-meeting-2014-12-11-c414793f87760fd68247d55a248c6d2881d4871e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-11 - Cabinet of Vice-President Andrus Ansip x PANASONIC EUROPE BV"],"date":["2014-12-11"],"summary":["Copyright"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-31253607851-84","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45"]}} -{"id":"ec-meeting-2014-12-11-c74fa90ef0aff7eab90c8682a36cdba51acf9e09","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-11 - Cabinet of Vice-President Miguel Arias Cañete x GEODE - The voice of local energy distributors across Europe"],"date":["2014-12-11"],"summary":["Introducing GEODE and future collaboration"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-1831691c10441c5974327bbeb8693d6b6c1e50c3","eu-tr-00098856602-24","ec-person-2229c857664a22dcb8eee79a8c05841fd3d0924f"]}} -{"id":"ec-meeting-2014-12-11-ccb456a5d2bdefbceec031994dedb4665d2f0e0c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-11 - Cabinet of President Jean-Claude Juncker x Human Rights Watch"],"date":["2014-12-11"],"summary":["EU policy related issues"],"notes":["Portfolio: President"],"location":["Brussels - Belgium"],"address":["Brussels - Belgium"],"addressEntity":["addr-85d514873c3b55c68206168e47e9d4fc69799cc8"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-e9857f4f6b642888bff0d7f9e60f293ae47da96b","eu-tr-56362448807-46"]}} -{"id":"ec-meeting-2014-12-11-d46f8d84fa586450bef214fa9618c20f5f6f5871","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-11 - Cabinet of Commissioner Tibor Navracsics x Fédération Internationale des Footballeurs Professionnelles Division Europe"],"date":["2014-12-11"],"summary":["Introductory meeting"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-49f31dad10f5641cb1d1e4c3107dd838389e8120","eu-tr-797440512350-84"]}} -{"id":"ec-meeting-2014-12-11-d787179d3adc253bcf9ece3054ae3d4517eb5a2e","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2014-12-11 - Cabinet of Vice-President Valdis Dombrovskis x Confederation of Finnish Industries EK"],"date":["2014-12-11"],"summary":["Topical EU matters"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Berlaymont 10/021","Brussels"],"address":["Berlaymont 10/021","Brussels"],"addressEntity":["addr-2811fa4f00b3ac0a4b159e1b00e7342b7e4b8f79","addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-902665668634b69ce99a97f1853d89a9d1b275f2","eu-tr-1274604847-34"]}} -{"id":"ec-meeting-2014-12-11-d830682552338835fce13199b3bb88e20af80e1a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-11 - Cabinet of Vice-President Miguel Arias Cañete x European Insulation Manufacturers Association"],"date":["2014-12-11"],"summary":["Energy Efficiency in buildings, Energy Security, Energy Union"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-260e00934471a02805fb143935d6e9205a7f355f","eu-tr-98345631631-22","ec-person-2229c857664a22dcb8eee79a8c05841fd3d0924f"]}} -{"id":"ec-meeting-2014-12-11-dc8b6f56d2c65c9a10bc39965875502590721c91","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-11 - Cabinet of Vice-President Miguel Arias Cañete x Centre for European Policy Studies"],"date":["2014-12-11"],"summary":["Introductory Meeting - Energy Union"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-86853666704-95","ec-person-25a937c04cd0a0ddcf5cf34798e76b5105854114"]}} -{"id":"ec-meeting-2014-12-11-e16705c05fbc1ef5b89c020dfe31ce50c105012a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-11 - Informatics x Microsoft Corporation"],"date":["2014-12-11"],"summary":["IT trends in the public sector"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-digit"],"involved":["eu-tr-0801162959-21","ec-person-0098ceaf3507dfdf0d7f020be9785ac3453b4913"]}} -{"id":"ec-meeting-2014-12-11-e5f57c39bd4f38efbec1160c5e1470d555b024ff","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-11 - Cabinet of President Jean-Claude Juncker x Centre for European Policy Studies"],"date":["2014-12-11"],"summary":["Energy union"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-b1bf9aa5fb7e886441ff341b657cc482b64a2a3e","eu-tr-86853666704-95"]}} -{"id":"ec-meeting-2014-12-11-e82f0806a8e7f64ad5e70bd4cc7501ec6618821d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-11 - Cabinet of Vice-President Miguel Arias Cañete x Confederation of Finnish Industries EK"],"date":["2014-12-11"],"summary":["EU’s energy and climate policy, including ETS"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-260e00934471a02805fb143935d6e9205a7f355f","ec-person-95f883d5d0d484088f26191a8fea8553d674dfbe","eu-tr-1274604847-34","ec-person-2229c857664a22dcb8eee79a8c05841fd3d0924f"]}} -{"id":"ec-meeting-2014-12-11-fe309824c5f78cc993a67d361fc88b938e5008fc","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2014-12-11 - Cabinet of Commissioner Tibor Navracsics x ESSCA Ecole de Management"],"date":["2014-12-11"],"summary":["Presentation of the ESSCA (Professor Albrecht Sonntag)","FREE project final event 17 March 2015 (Professor Albrecht Sonntag)"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-49f31dad10f5641cb1d1e4c3107dd838389e8120","eu-tr-188286515192-19","ec-person-4d24029a6a4b5bbdcd825e134f010bd0b384f80a"]}} -{"id":"ec-meeting-2014-12-12-0a28fc36fc0c5a99cda60dcde3e85d1e8944815c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-12 - Günther Oettinger x European Telecommunications Network Operators' Association GSMA Europe"],"date":["2014-12-12"],"summary":["Telecom Single Market, Trust and Security"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-4cd59e13386e3b68ecb3611fcc579e0a0a3938a5","eu-tr-30988577529-37","eu-tr-08957111909-85"]}} -{"id":"ec-meeting-2014-12-12-0d3edc7e5b72f93a0bd5ffdb9411cfa789e32389","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-12 - Cabinet of Vice-President Karmenu Vella x WWF European Policy Programme"],"date":["2014-12-12"],"summary":["Illegal, Unreported and Unregulated fishing"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["eu-tr-1414929419-24","ec-person-2966d69fae0ea4e67f3f2df5a743cc766267d3c8"]}} -{"id":"ec-meeting-2014-12-12-11827bd3588ac66d8ff99c51373b75d3ce08ca75","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-12 - Cabinet of Vice-President Jyrki Katainen x European Council for Motor Trades and Repairs"],"date":["2014-12-12"],"summary":["Automotive & Repair Industry"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-33885548180-35","ec-person-99365f4c3081112dcbfa722a5eb05adecc68503e"]}} -{"id":"ec-meeting-2014-12-12-3229dfd6fe1c60caa7411f63d09d47a051977ece","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-12 - Cabinet of Vice-President Andrus Ansip x ECDL Foundation Oracle EU Strategy"],"date":["2014-12-12"],"summary":["e-Skills, digital competencies, ICT and women, coding"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-44018642457-83","ec-person-d5a309c64ecdb05010325dcfc661f6ae817f31cc","ec-person-c759bd58acc54869aa8e62ce652efcda416e25c2","eu-tr-42484704423-92","eu-tr-25955391451-88"]}} -{"id":"ec-meeting-2014-12-12-33e1dca00a3dafb2260c12dd5becd6af357b28b6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-12 - Cabinet of Commissioner Jonathan Hill x Nordic Securities Association"],"date":["2014-12-12"],"summary":["Capital Markets Union, MiFID II"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["eu-tr-622921012417-15","ec-person-890015b0d769ee93a09119846b414d4aae7c64ae"]}} -{"id":"ec-meeting-2014-12-12-3663c951fd7db2c03453beba42f2662699bc8c4f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-12 - Informatics x OpenForum Europe AISBL Free Software Foundation Europe e.V."],"date":["2014-12-12"],"summary":["IT procurement and open source strategy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-digit"],"involved":["ec-person-0098ceaf3507dfdf0d7f020be9785ac3453b4913","eu-tr-33882407107-76","eu-tr-2702114689-05"]}} -{"id":"ec-meeting-2014-12-12-37a3e8bc4fdf957b3c14b0e4536cc4e3f11010f8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-12 - Cabinet of First Vice-President Frans Timmermans x Plastics Europe"],"date":["2014-12-12"],"summary":["Waste legislation"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Berlaymont - Brussels"],"address":["Berlaymont - Brussels"],"addressEntity":["addr-36f33652c556765a5dad2fc43dc3e05e5d5f1d8d"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["ec-person-7a0c440119cd5d547eceebb055c79b8bb41bf9a2","eu-tr-454264611835-56"]}} -{"id":"ec-meeting-2014-12-12-3ae9c116efc1d90788dc2250ff7eaa329182afec","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-12 - Günther Oettinger x Bundesverband der Deutschen Industrie e.V."],"date":["2014-12-12"],"summary":["Digitale Transformation der Industrie"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-1771817758-48","ec-person-4cd59e13386e3b68ecb3611fcc579e0a0a3938a5"]}} -{"id":"ec-meeting-2014-12-12-46607fb0a893c96e5aac15187966a1173189a79d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-12 - Cabinet of Vice-President Neven Mimica x ROTARY INTERNATIONAL"],"date":["2014-12-12"],"summary":["Presentation of GPEI: state of play of polio eradication in the world; perspectives"],"notes":["Portfolio: International Cooperation & Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-mimica-neven-of-president-vice"],"involved":["eu-tr-512870513007-47","ec-person-886e1b865045c3ed98e99075006d09cea708acce"]}} -{"id":"ec-meeting-2014-12-12-4d93648a17e8edda150af01db7fa24e56f86e550","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-12 - Cabinet of Commissioner Elżbieta Bieńkowska x Toy Industries of Europe"],"date":["2014-12-12"],"summary":["Toy safety"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-016371114093-01","ec-person-b2f9be51339f054477846797e2c119fcf16548fc","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2014-12-12-4f901c8a8bba250c4f37f1e416eb389ebfe86f1d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-12 - Cabinet of Vice-President Jyrki Katainen x Fortum Oyj"],"date":["2014-12-12"],"summary":["Renewable energy and environmental objectives"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-03501997362-71","ec-person-0310c3b87e155f5572493e91d12eebab9736a76b"]}} -{"id":"ec-meeting-2014-12-12-6b10f4da08ec208160e17384f0d1e423dfc44653","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-12 - Cabinet of Commissioner Jonathan Hill x Confederation of British Industry"],"date":["2014-12-12"],"summary":["Introductory meeting"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["eu-tr-73725676990-18","ec-person-74de9b1956d5aa5754e8946d4a7a883e05171466"]}} -{"id":"ec-meeting-2014-12-12-787a267d5dfee9a1df6bb64d260dd3714fcab799","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-12 - Cabinet of Vice-President Karmenu Vella x Association of National Organisations of Fishing Enterprises in the European Union"],"date":["2014-12-12"],"summary":["Common Fisheries Policy (fishing opportunities, landing obligation, driftnets, deep sea access, technical measures, sustainable fisheries partnership agreements)"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["eu-tr-2312395253-25","ec-person-0e3efd8bc1c3ee9a80205d0bb78f316fa1621e5d"]}} -{"id":"ec-meeting-2014-12-12-995b2841b11ec9d61e22d5d1b77bdbd5aba06fac","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-12 - Cabinet of Commissioner Phil Hogan x Irish Farmers' Association"],"date":["2014-12-12"],"summary":["Ireland Rural Development Programme, Milk market measures, Commonage problems in Ireland"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-400dd8d59d3060187d9b9b143d697da1a3d03c12","eu-tr-458700813641-37","ec-person-a1a78365cc4685b0958056646204977d8f2ead92"]}} -{"id":"ec-meeting-2014-12-12-9cb99e9cab249787a21f222cb0b118a91731fe47","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-12 - Cabinet of Vice-President Maroš Šefčovič x FIPRA International SRL"],"date":["2014-12-12"],"summary":["Energy Union"],"notes":["Portfolio: Energy Union"],"location":["Berl 8/97"],"address":["Berl 8/97"],"addressEntity":["addr-588785fa090f464bec525e9d464925587e739da9"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-58746194306-23","ec-person-ea6b517040e26a62f17d2829afffeba48cfd682f"]}} -{"id":"ec-meeting-2014-12-12-9eeefcb62968968f25d7124b79b6470f5efd03eb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-12 - Cabinet of Commissioner Violeta Bulc x COBATY International"],"date":["2014-12-12"],"summary":["Infrastrcuture projects"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-83141557347-02","ec-person-dd7851e4a1e747e824b4f81139e33bc3cdb73160"]}} -{"id":"ec-meeting-2014-12-12-a012359e8fb17b557a1fe8316018da551689a123","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-12 - Cabinet of Vice-President Jyrki Katainen x Metso Outotec Oyj"],"date":["2014-12-12"],"summary":["Investment initiative"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Fiskars"],"address":["Fiskars"],"addressEntity":["addr-028a2cf23479c50468b9af4c480a24ac1b050a3d"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90","eu-tr-602839415178-51"]}} -{"id":"ec-meeting-2014-12-12-a196a0a3b45516253c37ef3cfaabdbb09080fdaa","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-12 - Cabinet of Vice-President Miguel Arias Cañete x Neste Oyj"],"date":["2014-12-12"],"summary":["ADVANCED BIO-FUELS"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-62773e55e1985542cb18a2a89f2053f2f39146b1","ec-person-260e00934471a02805fb143935d6e9205a7f355f","eu-tr-10257354120-19"]}} -{"id":"ec-meeting-2014-12-12-a7729b89022a5e66f1d35e444b17a83db24515be","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-12 - Cabinet of Commissioner Pierre Moscovici x Deutsche Bank AG"],"date":["2014-12-12"],"summary":["Economic situation"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["eu-tr-271912611231-56","ec-person-ac604755dc7677c8653a5a5172e851f7c8e468b4"]}} -{"id":"ec-meeting-2014-12-12-a8d5fca69fefd8b0b98fc8332286774c9a571727","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-12 - Cabinet of President Jean-Claude Juncker x European Federation of National Organisations working with the Homeless"],"date":["2014-12-12"],"summary":["Priorités de l'UE dans le domaine social"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-42528706153-39","ec-person-98eba7ab1446c6dce384fdc2ecd48c7cadf9ee4e"]}} -{"id":"ec-meeting-2014-12-12-cdbf3a68bf9cf36c956465887a242b32c8890201","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-12 - Cabinet of Vice-President Neven Mimica x EU Strategy"],"date":["2014-12-12"],"summary":["Presentation of ADB activities and of work with the European Commission"],"notes":["Portfolio: International Cooperation & Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-mimica-neven-of-president-vice"],"involved":["eu-tr-42484704423-92","ec-person-886e1b865045c3ed98e99075006d09cea708acce"]}} -{"id":"ec-meeting-2014-12-12-d5a8cc730317e012269eea6ec22402c07d2a0c50","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-12 - Cabinet of Vice-President Karmenu Vella x EPIA SolarPower Europe"],"date":["2014-12-12"],"summary":["Energy Union"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["eu-tr-2680046412-48","ec-person-78fb1ad0c02c4fa8497b22edc1233d6be03cf2e5"]}} -{"id":"ec-meeting-2014-12-12-ddbb180de9c1da90e9a8a4322e7db08aa256c387","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-12 - Employment, Social Affairs and Inclusion x TOYOTA MOTOR EUROPE"],"date":["2014-12-12"],"summary":["Toyota's challenges in Europe in terms of recruitment, employment protection legislation, skills and competitiveness (Meeting with Mr Leroy - CEO Europe)"],"location":["Evere - Belgium"],"address":["Evere - Belgium"],"addressEntity":["addr-ced4f747eec1864e166c6a8190d5237310053d19"],"organizer":["ec-dg-empl"],"involved":["eu-tr-5378003762-62","ec-person-0d8ce1c547b8ca99decd25740ba12e2c0866a2fd"]}} -{"id":"ec-meeting-2014-12-12-f41ee2dfa6dcd42dc5ecc1eaed42a707d12935c7","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2014-12-12 - Cabinet of Commissioner Violeta Bulc x European Community Shipowner's Associations"],"date":["2014-12-12"],"summary":["Priorities Commissioner Bulc and meeting new cab member","Priorities Comissioner Bulc and meeting new cab member"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-7ac9445abdddc66a79f539ae13eb74e1ceb512df","ec-person-e14c58f620f40325d829df7be0823280307bc15f","eu-tr-59004966537-01"]}} -{"id":"ec-meeting-2014-12-12-f8e8ca0ec7e3764a6e12402ef4ed837d9b9883ce","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-12 - Cabinet of President Jean-Claude Juncker x Platform of European Social NGOs"],"date":["2014-12-12"],"summary":["Priorités de l'UE dans le domaine social"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-85083981189-35","ec-person-98eba7ab1446c6dce384fdc2ecd48c7cadf9ee4e"]}} -{"id":"ec-meeting-2014-12-13-cb61744e0e1d26426e0727834fd8f210655bc1d2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-13 - Cabinet of Vice-President Jyrki Katainen x Nokia"],"date":["2014-12-13"],"summary":["Investment initiative"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Janakkala"],"address":["Janakkala"],"addressEntity":["addr-cef72b6b61e576c382ae20ec306042fd83860c8c"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-35167875358-33","ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90"]}} -{"id":"ec-meeting-2014-12-15-07e32c3dcab217ffe0be7f72b6bdc3cd1c2bf71f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-15 - Günther Oettinger x LeGuide.com"],"date":["2014-12-15"],"summary":["Platform regulation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-4cd59e13386e3b68ecb3611fcc579e0a0a3938a5","eu-tr-099112415244-08"]}} -{"id":"ec-meeting-2014-12-15-534d4e8264b526f2cc672fcb773f8e8a7769a6c0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-15 - Cabinet of Vice-President Jyrki Katainen x MICROELECTRONICA S.A."],"date":["2014-12-15"],"summary":["Investment Initiative Roadshow"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Bucharest"],"address":["Bucharest"],"addressEntity":["addr-6655fcfadca4adff9933c07842161c65f993c9bd"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-986174915223-79","ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90","ec-person-99365f4c3081112dcbfa722a5eb05adecc68503e"]}} -{"id":"ec-meeting-2014-12-15-57c4ff55bd2f66851370a787ec4b2b9e9548372d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-15 - Inspire, Debate, Engage and Accelerate Action x Lindau Nobel Laureate Meetings"],"date":["2014-12-15"],"summary":["Presentation of the Lindau Nobel Laureate Meeting activities for 2015"],"location":["Berlaymont 12/383"],"address":["Berlaymont 12/383"],"addressEntity":["addr-4a294350e242d423e796bbd2bbe38111b00101f6"],"organizer":["ec-dg-idea"],"involved":["eu-tr-600822715241-51","ec-person-4fe56a64c00b3e81c851b5538878b32481bd7d3c"]}} -{"id":"ec-meeting-2014-12-15-6f355582a0614d8a0d4525bf240a11082bea5ece","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-15 - Cabinet of Vice-President Cecilia Malmström x DIGITALEUROPE"],"date":["2014-12-15"],"summary":["Trade aspects of the Digital Agenda"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-64270747023-20","ec-person-5d4088e1913284a765aed8445f448f6ff341f1b3","ec-person-591ec829ca734bcfe59a2c9c7f07f9dff22a0ea9"]}} -{"id":"ec-meeting-2014-12-15-8830b1e957e9f45c2976cb76185b95b9ef3b7c6b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-15 - Cabinet of President Jean-Claude Juncker x European Round Table for Industry"],"date":["2014-12-15"],"summary":["Economic priorities of the EU"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-98eba7ab1446c6dce384fdc2ecd48c7cadf9ee4e","eu-tr-25487567824-45"]}} -{"id":"ec-meeting-2014-12-15-94f574b6a86970dcf536d7658fa58ab22e510e83","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-15 - Cabinet of Vice-President Miguel Arias Cañete x Energy Technologies Europe"],"date":["2014-12-15"],"summary":["ENERGY EFFICIENCY IN THERMAL POWER PLANTS"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-260e00934471a02805fb143935d6e9205a7f355f","eu-tr-18146381379-29"]}} -{"id":"ec-meeting-2014-12-15-9ad40e17627d74ccb07bc97b4fa0b775b1f96517","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-15 - Cabinet of Vice-President Cecilia Malmström x EUROMETAUX"],"date":["2014-12-15"],"summary":["TTIP; Market access; conflict mineral; China; TDI reform"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-61650796093-48","ec-person-cb8ca9ec2413722fa83484ed18dd76ace52d0118"]}} -{"id":"ec-meeting-2014-12-15-b32d7994f36cb690c42ec8482f51ce4eb2587096","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-15 - Cabinet of Vice-President Miguel Arias Cañete x ERG spa"],"date":["2014-12-15"],"summary":["Introductory Meeting - Energy Union"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-83890596453-52","ec-person-25a937c04cd0a0ddcf5cf34798e76b5105854114"]}} -{"id":"ec-meeting-2014-12-15-ba98b8667886b646c287bcedc0a87047a55f566e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-15 - Mobility and Transport x Hutchison Europe - Brussels Branch"],"date":["2014-12-15"],"summary":["Existing barriers to the internal market, impact of environmental policies, feedback and future of High level Group on Logistics, EU ports policy, EU logistics policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-move"],"involved":["ec-person-d856b0f199c84d5b5003106bea2ee6d0392e2428","eu-tr-3779891566-57"]}} -{"id":"ec-meeting-2014-12-15-c75cf9d636165379839a542711ffb4e2d54c01c8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-15 - Cabinet of Commissioner Elżbieta Bieńkowska x European Plastics Converters Association"],"date":["2014-12-15"],"summary":["Plastic carrier bags"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-93255296152-29","ec-person-b2f9be51339f054477846797e2c119fcf16548fc","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2014-12-15-c8d9b7c7bc20c4aa31f74750c6d5266b55204c4b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-15 - Cabinet of Commissioner Jonathan Hill x HSBC Holdings PLC"],"date":["2014-12-15"],"summary":["Bank stress tests, LCR, CMU, Bank structural reform, TLAC"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["eu-tr-001866415031-87","ec-person-f247edfcff54d4f26fc10769f809c92bc72d6797"]}} -{"id":"ec-meeting-2014-12-15-c9bd8432e2144431ab0db6e1ab157c67457b353d","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2014-12-15 - Cabinet of Commissioner Elżbieta Bieńkowska x Zentralverband des Deutschen Handwerks e.V."],"date":["2014-12-15"],"summary":["Introductory meeting","SME's"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels- Belgium","Brussels"],"address":["Brussels- Belgium","Brussels"],"addressEntity":["addr-c27327b9b27d60daedb03a5a5b65213a04b09d80","addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["ec-person-6cd920669457898c6304ed6a599a852d84518227","eu-tr-5189667783-94","ec-person-b2f9be51339f054477846797e2c119fcf16548fc","ec-person-daef7f819b2f3ffe5e4f5d8eb2782954f3c4a4e2"]}} -{"id":"ec-meeting-2014-12-15-d2cc38ca107fa11214af39aea63fcbfde20a5831","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-15 - Cabinet of Commissioner Phil Hogan x Global Crop Diversity Trust"],"date":["2014-12-15"],"summary":["Meeting with Global Crop Diversity Trust (Jill Craig, Edelman)"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["BERL 08/318"],"address":["BERL 08/318"],"addressEntity":["addr-9e7a54bf1352143376eb5ec896985192229da490"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-816370514047-05","ec-person-7d3caa534e5cdda6d5b949bd4b2def39356e3bec"]}} -{"id":"ec-meeting-2014-12-15-d5b791c5870a55adeb37343c841ff66cf9b1b868","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-15 - Research and Innovation x Infineon Technologies AG"],"date":["2014-12-15"],"summary":["Innovation"],"location":["Vienna"],"address":["Vienna"],"addressEntity":["addr-8b6cea61d247482e9e7f1e7efb1db432a69bbcb2"],"organizer":["ec-dg-rtd"],"involved":["ec-person-3a3f2867fc07b851e10a70d1325a0cf2fc1a87dc","eu-tr-10751968675-85"]}} -{"id":"ec-meeting-2014-12-15-dae6dc7c8087eeb68233072bfcc4382967388419","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-15 - Cabinet of Vice-President Cecilia Malmström x Confederation of Finnish Industries EK"],"date":["2014-12-15"],"summary":["General discussion on Trade Policy"],"notes":["Portfolio: Trade"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-5d4088e1913284a765aed8445f448f6ff341f1b3","eu-tr-1274604847-34"]}} -{"id":"ec-meeting-2014-12-15-f6748d1397b2a09e74f71479d811f456d88936b5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-15 - Cabinet of President Jean-Claude Juncker x Federazione Imprese Siderurgiche Italiane"],"date":["2014-12-15"],"summary":["Main issues on the European agenda relevant to the Italian steel sector"],"notes":["Portfolio: President"],"location":["Brussels - Belgium"],"address":["Brussels - Belgium"],"addressEntity":["addr-85d514873c3b55c68206168e47e9d4fc69799cc8"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-83425058760-88","ec-person-e9857f4f6b642888bff0d7f9e60f293ae47da96b"]}} -{"id":"ec-meeting-2014-12-16-035bff373adae8e8a3853c87a32fc4c0893b2c33","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-16 - Cabinet of Vice-President Andrus Ansip x IFPI Representing recording industry worldwide"],"date":["2014-12-16"],"summary":["Copyright"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-60394321918-91","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45"]}} -{"id":"ec-meeting-2014-12-16-04a3381fb504623516424b89b0bf274be69ade97","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-16 - Günther Oettinger x IFPI Representing recording industry worldwide"],"date":["2014-12-16"],"summary":["Copyright"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-60394321918-91","ec-person-4cd59e13386e3b68ecb3611fcc579e0a0a3938a5"]}} -{"id":"ec-meeting-2014-12-16-0517653bec523b1ce13289fb191c08b025a9b84a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-16 - Cabinet of Commissioner Corina Crețu x UNIFE"],"date":["2014-12-16"],"summary":["EU regional transport policies and funds. Forthcoming meeting of UNIFE with Commissioner Crețu."],"notes":["Portfolio: Regional Policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-corina-cretu-of"],"involved":["eu-tr-9624415524-28","ec-person-f5bd4d5d0170028815aba56ee7d4883f0fd70f47"]}} -{"id":"ec-meeting-2014-12-16-06799c80d705ff3ddca428f57109f6a43d19a671","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-16 - Cabinet of Commissioner Violeta Bulc x European Intermodal Association"],"date":["2014-12-16"],"summary":["Meeting on global intermodal orientation"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-7ac9445abdddc66a79f539ae13eb74e1ceb512df","eu-tr-286070410844-78"]}} -{"id":"ec-meeting-2014-12-16-0713a4c6a014c4024c100f9dc66af68e52adc8b3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-16 - Cabinet of Vice-President Valdis Dombrovskis x Kreab Managed Funds Association"],"date":["2014-12-16"],"summary":["CMU"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels- European Commission"],"address":["Brussels- European Commission"],"addressEntity":["addr-44000a1136866c0eb42de846ff510978df198235"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-1078390517-54","ec-person-48f31156d932641826e09f5b73f074d35ff05786","eu-tr-041415315167-65"]}} -{"id":"ec-meeting-2014-12-16-07d98d26313624736a7d4e0ff1c97d6e4c6c283e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-16 - Cabinet of Vice-President Miguel Arias Cañete x International Association of Oil & Gas Producers Europe"],"date":["2014-12-16"],"summary":["Hydrocarbons BREF; new production of energy in Europe"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-1831691c10441c5974327bbeb8693d6b6c1e50c3","ec-person-62773e55e1985542cb18a2a89f2053f2f39146b1","eu-tr-3954187491-70","ec-person-2229c857664a22dcb8eee79a8c05841fd3d0924f"]}} -{"id":"ec-meeting-2014-12-16-09f379ba82fdf9281fdbdc29f7ef6e0524cad0f4","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2014-12-16 - Cabinet of Vice-President Andrus Ansip x Centre for Democracy & Technology, Europe"],"date":["2014-12-16"],"summary":["Internet Governance","Internet governance, copyright, data protection, telecoms single market"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-d5a309c64ecdb05010325dcfc661f6ae817f31cc","eu-tr-57305017757-64","ec-person-666bc159c7e65a3af9e63c1e97435c02f1496955","ec-person-c759bd58acc54869aa8e62ce652efcda416e25c2"]}} -{"id":"ec-meeting-2014-12-16-0ba378ae11c57bff9ba19c3ce3e6cfacfc325238","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-16 - Cabinet of Commissioner Phil Hogan x EPIA SolarPower Europe"],"date":["2014-12-16"],"summary":["General introduction: recent developments in solar photovoltaics and what it means for Europe’s energy market; relations to the role and opportunities for farmers, The 2030 climate and energy framework, The Energy Union Communication and the role of renewable energy sources, Aspects of a sustainable power market design"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["BERL 08/318"],"address":["BERL 08/318"],"addressEntity":["addr-9e7a54bf1352143376eb5ec896985192229da490"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-2680046412-48","ec-person-7d3caa534e5cdda6d5b949bd4b2def39356e3bec"]}} -{"id":"ec-meeting-2014-12-16-12a758ab3d2dcd5210b4b17b32e0c8cb3c09a0eb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-16 - Cabinet of Commissioner Jonathan Hill x Kreab"],"date":["2014-12-16"],"summary":["Priorities for 2015"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["eu-tr-1078390517-54","ec-person-74de9b1956d5aa5754e8946d4a7a883e05171466"]}} -{"id":"ec-meeting-2014-12-16-250d5af8b2b32687fd84cc193567f6b0200acb07","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-16 - Cabinet of Commissioner Carlos Moedas x Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V. Meyer Burger Technology AG Ruggero Schleicher-Tappeser"],"date":["2014-12-16"],"summary":["Meeting with MEP C. Turmes on xGWP – European Gigawatt Fab"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Strasbourg"],"address":["Strasbourg"],"addressEntity":["addr-a7b90170b4a5bf2d1d09ccfd109b57e0a030cfc4"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["eu-tr-612169815243-66","ec-person-23980b2bc4fd9c82051d0f7888dc236b2f764866","eu-tr-747645315242-57","eu-tr-35124436517-75"]}} -{"id":"ec-meeting-2014-12-16-2545435d6221d3c2af6ea0e51b60d9ccebaaccf4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-16 - Cabinet of Vice-President Jyrki Katainen x Metsäliitto Cooperative"],"date":["2014-12-16"],"summary":["Forest Industry issues"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-f9208d930adc70c6c64e21701e48f85f6f18e949","eu-tr-962687110415-94"]}} -{"id":"ec-meeting-2014-12-16-2eaf68aaba5272204a207324bd7a69d54b3eb92e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-16 - Cabinet of Vice-President Miguel Arias Cañete x Alstom"],"date":["2014-12-16"],"summary":["ROAD project"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-43284012043-03","ec-person-25a937c04cd0a0ddcf5cf34798e76b5105854114"]}} -{"id":"ec-meeting-2014-12-16-334dae63be9bfd4e90200c05b83745401fad3d03","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-16 - Cabinet of Commissioner Corina Crețu x Cluster de Energía"],"date":["2014-12-16"],"summary":["EU Energy Policy and Regional Policy"],"notes":["Portfolio: Regional Policy"],"location":["Brussels EC Off BERL 09/374"],"address":["Brussels EC Off BERL 09/374"],"addressEntity":["addr-6e53487aa355f3f55875ec6f549b099fe15cc937"],"organizer":["ec-cabinet-commissioner-corina-cretu-of"],"involved":["eu-tr-828043215254-68","ec-person-b2a85d08bf0e06d2bc82e23548c2f6211d04cf4a"]}} -{"id":"ec-meeting-2014-12-16-3830be41d130e875cf154840a39aa542271c9f11","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-16 - Cabinet of Commissioner Tibor Navracsics x European Gaming and Betting Association"],"date":["2014-12-16"],"summary":["Online gambling industry"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-49f31dad10f5641cb1d1e4c3107dd838389e8120","eu-tr-29508582413-52"]}} -{"id":"ec-meeting-2014-12-16-40656d69c9e220a1b6d99a7366536a04ff74804d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-16 - Günther Oettinger x SALESAS TRES CENTRO DE ESTUDIOS"],"date":["2014-12-16"],"summary":["Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-400183910694-08","ec-person-d8b86b98a24683917c569000ed6d8c45bedbbc00"]}} -{"id":"ec-meeting-2014-12-16-4d24e0acfb368cdbfef48a3882b524bff0eb6634","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-16 - Günther Oettinger x JPMorgan Chase & Co."],"date":["2014-12-16"],"summary":["Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0","eu-tr-9171899949-17"]}} -{"id":"ec-meeting-2014-12-16-4e3a6620a01027d1305a308f1a5212691f4e35a5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-16 - Cabinet of Commissioner Tibor Navracsics x Federation of the European Sporting Goods Industry"],"date":["2014-12-16"],"summary":["Introductory meeting"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-49f31dad10f5641cb1d1e4c3107dd838389e8120","eu-tr-616677713667-62"]}} -{"id":"ec-meeting-2014-12-16-585596295a5b542e1635e7b1dfab5b7afd25ce32","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-16 - Cabinet of Vice-President Jyrki Katainen x FTI Consulting Belgium Managed Funds Association"],"date":["2014-12-16"],"summary":["Capital markets union"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-88d71b399a3e13a243bdc4676e481835e8e5b2f2","eu-tr-29896393398-67","eu-tr-041415315167-65"]}} -{"id":"ec-meeting-2014-12-16-59c7962a8de8c5a303de68cc2104b3ce914cc218","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-16 - Cabinet of Commissioner Phil Hogan x European agri-cooperatives European farmers"],"date":["2014-12-16"],"summary":["General presentation, food supply chain, unfair trading practices"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Belgium, Brussels"],"address":["Belgium, Brussels"],"addressEntity":["addr-0c96bd4b2c2391b43c37eda4c201015868b0aa7b"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-a985b9a03cb4f9af4f2f97583d8f92fb71579572","eu-tr-09586631237-74","eu-tr-44856881231-49"]}} -{"id":"ec-meeting-2014-12-16-5e225aed835c4da070ec573c75fdc14690854546","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-16 - Cabinet of Vice-President Miguel Arias Cañete x IBERDROLA"],"date":["2014-12-16"],"summary":["Energy and Climate Action"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-41816938101-07","ec-person-95f883d5d0d484088f26191a8fea8553d674dfbe"]}} -{"id":"ec-meeting-2014-12-16-602c6425df369d267c6ecb421f0c4ba9f15d08e6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-16 - Cabinet of Commissioner Phil Hogan x European Coordination Via Campesina"],"date":["2014-12-16"],"summary":["State of Play of CAP, including productions like Milk, State of Play of TTIP and other FTAs, Food Quality, Food chains and short circuits, Policies for family farms"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-28920471149-55","ec-person-428cf365f3847d04012831ef2642a1a69aed518d"]}} -{"id":"ec-meeting-2014-12-16-728b24a403d63880fedc16a9d2187f45d252a310","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-16 - Cabinet of Commissioner Violeta Bulc x Vereniging VBO"],"date":["2014-12-16"],"summary":["TEN-T and Tolling"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-7ac9445abdddc66a79f539ae13eb74e1ceb512df","eu-tr-27429403444-01"]}} -{"id":"ec-meeting-2014-12-16-77d772f8e0526a1e6fc2ec1f785fd04378f40d07","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-16 - Employment, Social Affairs and Inclusion x European Federation of National Organisations working with the Homeless"],"date":["2014-12-16"],"summary":["Presentation of Feantsa's activities and discussion of policy responses to combat homelessness"],"location":["Bruxelles"],"address":["Bruxelles"],"addressEntity":["addr-b58f5927b66d94a676970dc048485d4c6848f272"],"organizer":["ec-dg-empl"],"involved":["ec-person-0d8ce1c547b8ca99decd25740ba12e2c0866a2fd","eu-tr-42528706153-39"]}} -{"id":"ec-meeting-2014-12-16-7980ccba22292637c2ce86de22fffeaaae192f59","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-16 - Cabinet of Vice-President Karmenu Vella x Confederazione Generale dell'Industria Italiana"],"date":["2014-12-16"],"summary":["Presentation of activities, Working Programme"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["ec-person-0a1842032f1d5f418b5b8ae5d2bbf6f5e87aba9c","eu-tr-27762251795-15"]}} -{"id":"ec-meeting-2014-12-16-7f7c8d4979f8c7ccde23a54b75405e82d25dcad3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-16 - Cabinet of Commissioner Carlos Moedas x Balkan Security Network"],"date":["2014-12-16"],"summary":["Participation of Serbia in Horizon 2020"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["eu-tr-630316815275-72","ec-person-f7ccc3ad366dd2fdb24870e1c02ff2763539c82f"]}} -{"id":"ec-meeting-2014-12-16-817d91f1b7db08c989a60bfbb70191a7259a33a9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-16 - Cabinet of Commissioner Elżbieta Bieńkowska x LVMH Publica"],"date":["2014-12-16"],"summary":["De-briefing ECCIA's"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["BERL 09/301"],"address":["BERL 09/301"],"addressEntity":["addr-25084ef8898ff30514c3f8c45c1868a50cce4e97"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-16094042309-21","ec-person-3d55409fa049ff6b397a9afc2fcc21bc7c409f0d"]}} -{"id":"ec-meeting-2014-12-16-82f710cef7bf05f4df8eae6f7465869dc10c6b7e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-16 - Energy x Business Bridge Europe"],"date":["2014-12-16"],"summary":["Energy Conference"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["ec-person-6997149120ce5129e38febe5275dc8fd03232d2e","eu-tr-72856225852-31"]}} -{"id":"ec-meeting-2014-12-16-889b23925bb4a625f3a27534beb9d548e23a4258","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-16 - Cabinet of Vice-President Jyrki Katainen x Bundesverband der Deutschen Industrie e.V."],"date":["2014-12-16"],"summary":["Investment initiative"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-1771817758-48","ec-person-88d71b399a3e13a243bdc4676e481835e8e5b2f2"]}} -{"id":"ec-meeting-2014-12-16-8db90f94f1e6ceb3994235151f9e46fdf4235fcb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-16 - Cabinet of Vice-President Valdis Dombrovskis x Confederazione Generale dell'Industria Italiana"],"date":["2014-12-16"],"summary":["Greeting and presentation (Mr Dell'Alba, Director of the Delegation to the EU)"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-f6170dbdd732fc460a713b82b57759ac5e77fdc6","eu-tr-27762251795-15"]}} -{"id":"ec-meeting-2014-12-16-9d1fbffc7802b1121642e2f9bd011388586db863","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-16 - Günther Oettinger x Orgalim – Europe's Technology Industries"],"date":["2014-12-16"],"summary":["Investment plan"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-d8b86b98a24683917c569000ed6d8c45bedbbc00","eu-tr-20210641335-88"]}} -{"id":"ec-meeting-2014-12-16-9e790d9df479467688a37745b3d366bd02416e5c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-16 - Cabinet of Vice-President Cecilia Malmström x Confederation of Swedish Enterprise"],"date":["2014-12-16"],"summary":["Presentation of the portfolios of Cabinet members"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-39912257528-48","ec-person-5d4088e1913284a765aed8445f448f6ff341f1b3","ec-person-20ded9db5df11164331bb161fdf234b1e5ad53fd","ec-person-98880f3f4206145e196013db9dd806a551c11e06","ec-person-5f350e729106851716ef9d25319b4e99b8279fa3","ec-person-cb8ca9ec2413722fa83484ed18dd76ace52d0118","ec-person-591ec829ca734bcfe59a2c9c7f07f9dff22a0ea9"]}} -{"id":"ec-meeting-2014-12-16-ba7d7aef50df0b41d64e7fe7e3cf3d8592ff74f9","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2014-12-16 - Cabinet of Vice-President Andrus Ansip x european competitive telecommunications association"],"date":["2014-12-16"],"summary":["Telecoms Single Market: broadband, access, spectrum","To discuss policies for the completion of the connected Digital Single Market"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels - EC premises","Brussels"],"address":["Brussels - EC premises","Brussels"],"addressEntity":["addr-5b89848910beb6aa111df14e65b65d35cc88444a","addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-24627752238-32","ec-person-666bc159c7e65a3af9e63c1e97435c02f1496955","ec-person-91ca0921c6790191daa54427311acd63035e7c9e"]}} -{"id":"ec-meeting-2014-12-16-c400a30b8c05bcfd9e6b0283d6f2139b71e5ac1a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-16 - Cabinet of Commissioner Jonathan Hill x Managed Funds Association"],"date":["2014-12-16"],"summary":["Capital Markets Union"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["eu-tr-041415315167-65","ec-person-5e8e66c5b37cfc1f9272932bf8e12f4b28d1160a"]}} -{"id":"ec-meeting-2014-12-16-c5943e1e0dc30126c06a9faf186260e5d46e470f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-16 - Mobility and Transport x Airbus"],"date":["2014-12-16"],"summary":["President Juncker's investment plan, EASA review, SESAR Data link revision, REACH, Aviation partnership with India/China, RPAS"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-move"],"involved":["ec-person-d856b0f199c84d5b5003106bea2ee6d0392e2428","eu-tr-2732167674-76"]}} -{"id":"ec-meeting-2014-12-16-cd967b2480a8ddbadc6fb2cdf6b0e03333e2b541","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-16 - Cabinet of Commissioner Phil Hogan x Confederation of European Paper Industries"],"date":["2014-12-16"],"summary":["Forestry"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-72279144480-58","ec-person-ff8342dedc26701400fcb7dcf73fbee50a837ac6"]}} -{"id":"ec-meeting-2014-12-16-cdef184603fa9d905091fa508e8e849103a7cd77","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-16 - Cabinet of Commissioner Tibor Navracsics x EUROPEAN TRADE UNION CONFEDERATION"],"date":["2014-12-16"],"summary":["Education, growth and investment"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels Berlaymont"],"address":["Brussels Berlaymont"],"addressEntity":["addr-13bab8845be0540b2112dbbf8ee7cfeb8a59014e"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["eu-tr-06698681039-26","ec-person-1da7ee09d46288ee4ea9db2b644bdcf9c3d6d000"]}} -{"id":"ec-meeting-2014-12-16-d294fa96fb002898e494f4107e3891af14791f7f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-16 - Cabinet of Commissioner Elżbieta Bieńkowska x European Centre for International Political Economy"],"date":["2014-12-16"],"summary":["Single Market"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-789002115168-26","ec-person-b2f9be51339f054477846797e2c119fcf16548fc"]}} -{"id":"ec-meeting-2014-12-16-d5fa6e7fe96a6255d99a2e08b63d4ac5c903942d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-16 - Cabinet of Vice-President Maroš Šefčovič x International Union of Tenants"],"date":["2014-12-16"],"summary":["Energy Union, Energy Efficiency, Housing and Tenants"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-94035285059-91","ec-person-2be517b9261a91f2f07e05ec14c6331980e9716e"]}} -{"id":"ec-meeting-2014-12-17-2d5a9232ef8bfbbbf7bf7f0989ac492332dcd986","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-17 - Cabinet of Commissioner Věra Jourová x Bureau Européen des Unions de Consommateurs"],"date":["2014-12-17"],"summary":["Consumer protection"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-a608b85b2ffef83f883b5a2330b6232efa1b7141","eu-tr-9505781573-45"]}} -{"id":"ec-meeting-2014-12-17-2db3e5e2f8800b3f816273f46571dbb27e8bd0a6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-17 - Cabinet of Vice-President Cecilia Malmström x The Goldman Sachs Group, Inc."],"date":["2014-12-17"],"summary":["Financial Services"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-20ded9db5df11164331bb161fdf234b1e5ad53fd","ec-person-cb8ca9ec2413722fa83484ed18dd76ace52d0118","eu-tr-701266814986-18"]}} -{"id":"ec-meeting-2014-12-17-4f4e32990f0be307720169f31f43a1196cc00b36","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-17 - Cabinet of Vice-President Jyrki Katainen x Association for Financial Markets in Europe"],"date":["2014-12-17"],"summary":["Capital markets union"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-88d71b399a3e13a243bdc4676e481835e8e5b2f2","eu-tr-65110063986-76"]}} -{"id":"ec-meeting-2014-12-17-4fdeae8483b1d11aa0adbeea983fc74dc381e652","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-17 - Cabinet of Commissioner Pierre Moscovici x DIGITALEUROPE"],"date":["2014-12-17"],"summary":["Introduction of action and issues"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["eu-tr-64270747023-20","ec-person-738f7f25002d191bd2df8936e8f8d1d726c19e2e"]}} -{"id":"ec-meeting-2014-12-17-51462e567d9b15e1c24d10ea305747bb6215442f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-17 - Günther Oettinger x SES S.A."],"date":["2014-12-17"],"summary":["Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-93799097410-24","ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0"]}} -{"id":"ec-meeting-2014-12-17-6afe520d3dbe60b2acb0e4607264ffa2d56b320d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-17 - Cabinet of Vice-President Jyrki Katainen x Euronext"],"date":["2014-12-17"],"summary":["Capital markets union"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-17804464809-28","ec-person-88d71b399a3e13a243bdc4676e481835e8e5b2f2"]}} -{"id":"ec-meeting-2014-12-17-6b663a3e8c89676f5b78f6f4c444f042b43c5629","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-17 - Cabinet of President Jean-Claude Juncker x Managed Funds Association"],"date":["2014-12-17"],"summary":["Investment Plan and Capital Markets Union"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-c402e34a99fbee730ae22e3b1958e21c94dc6fcc","eu-tr-041415315167-65"]}} -{"id":"ec-meeting-2014-12-17-77f4534069fbc907bc8da04ff7c84ad7c7a1bace","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-17 - Cabinet of Vice-President Cecilia Malmström x EuroCommerce"],"date":["2014-12-17"],"summary":["Future Trade Agenda"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-84973761187-60","ec-person-5d4088e1913284a765aed8445f448f6ff341f1b3","ec-person-20ded9db5df11164331bb161fdf234b1e5ad53fd"]}} -{"id":"ec-meeting-2014-12-17-930278c3c7f33e32941c07f075010abfb3cff0d3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-17 - Communications Networks, Content and Technology x King's College London"],"date":["2014-12-17"],"summary":["Science and EU Policy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-connect"],"involved":["ec-person-3d379ff88d704acbd3444fdd59765df1225d4f9b","eu-tr-233619415222-82"]}} -{"id":"ec-meeting-2014-12-17-9f4496f584f6e45835f7f271adac41807b0f3f6e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-17 - Günther Oettinger x european competitive telecommunications association"],"date":["2014-12-17"],"summary":["Telecom Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-d8b86b98a24683917c569000ed6d8c45bedbbc00","eu-tr-24627752238-32"]}} -{"id":"ec-meeting-2014-12-17-a31d5a74c786f1d68a09be4ede3f74d844ae6150","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-17 - Cabinet of Commissioner Phil Hogan x COMITE EUROPEEN des FABRICANTS de SUCRE"],"date":["2014-12-17"],"summary":["Priorities for agriculture and trade ahead of the end of single CMO for sugar in 2017. Outlets for out-of quota sugar"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-400dd8d59d3060187d9b9b143d697da1a3d03c12","ec-person-c9d17d5879383b030f61a4066848249fb35d57e4","eu-tr-49679062863-35"]}} -{"id":"ec-meeting-2014-12-17-af179597ccec9ab064f184f57d982b931562fd7f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-17 - Cabinet of Vice-President Valdis Dombrovskis x Association for Financial Markets in Europe"],"date":["2014-12-17"],"summary":["CMU"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Bruxelles- Euroepean Commission"],"address":["Bruxelles- Euroepean Commission"],"addressEntity":["addr-d8b739012659ea0ce6937cf3eddaad3dee3bc555"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-48f31156d932641826e09f5b73f074d35ff05786","eu-tr-65110063986-76"]}} -{"id":"ec-meeting-2014-12-17-b78cd94111731f93d100834549473b4c3f8dc4c5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-17 - Communications Networks, Content and Technology x EU Watcher"],"date":["2014-12-17"],"summary":["Digital Single Market"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-connect"],"involved":["ec-person-3d379ff88d704acbd3444fdd59765df1225d4f9b","eu-tr-958435415270-54"]}} -{"id":"ec-meeting-2014-12-17-ca32d4309e6a0e38131d41135341be9f1c748253","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-17 - Cabinet of Vice-President Cecilia Malmström x European Magazine Media Association"],"date":["2014-12-17"],"summary":["Introductory meeting where EMMA presented positions on issues of relevance in negotiations on TTIP and for the work on the Digital Single Market"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-591ec829ca734bcfe59a2c9c7f07f9dff22a0ea9","eu-tr-37937886834-69"]}} -{"id":"ec-meeting-2014-12-17-dc51cb782056329880d71511696c7cc900c1925b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-17 - Cabinet of Commissioner Jonathan Hill x Insurance Europe"],"date":["2014-12-17"],"summary":["Insurers' major role as institutional investors in the European economy"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["ec-person-f247edfcff54d4f26fc10769f809c92bc72d6797","eu-tr-33213703459-54"]}} -{"id":"ec-meeting-2014-12-17-f31902b254bf16a9c9387b5ad5d7e82f99ce79c6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-17 - Cabinet of Commissioner Elżbieta Bieńkowska x Transport and Environment (European Federation for Transport and Environment)"],"date":["2014-12-17"],"summary":["Cars, trucks, emissions and safety"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-58744833263-19","ec-person-b2f9be51339f054477846797e2c119fcf16548fc","ec-person-3d55409fa049ff6b397a9afc2fcc21bc7c409f0d"]}} -{"id":"ec-meeting-2014-12-17-fe1dc6f8d6820b3efdd287f8e61ba853d14bb46d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-17 - Cabinet of Vice-President Andrus Ansip x EU VAT Action"],"date":["2014-12-17"],"summary":["VAT MOSS"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-807821716768-62","ec-person-6a03bc4fa7657513ea34529e98dba0671ef4c849"]}} -{"id":"ec-meeting-2014-12-18-00681bf3b02662c31bdb3898de6381f81763cd62","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-18 - Cabinet of Commissioner Vytenis Andriukaitis x MEDICINES FOR EUROPE"],"date":["2014-12-18"],"summary":["Pharma policy coordination; European semester process; COM 2015 workplan for pharmaceuticals."],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-b9c3f19e7c5f216e3e508f931ddd6a9cb59376d1","eu-tr-48325781850-28"]}} -{"id":"ec-meeting-2014-12-18-05129f27cf9b083da97c5e85e1ce410d89479429","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-18 - Cabinet of Vice-President Andrus Ansip x None"],"date":["2014-12-18"],"summary":["VAT MOSS"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-6a03bc4fa7657513ea34529e98dba0671ef4c849"]}} -{"id":"ec-meeting-2014-12-18-1968a060bd58b2785679c0c618dab6ce5e020bbf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-18 - Günther Oettinger x European Telecommunications Network Operators' Association"],"date":["2014-12-18"],"summary":["Digital Economy and Society"],"location":["Strasbourg"],"address":["Strasbourg"],"addressEntity":["addr-a7b90170b4a5bf2d1d09ccfd109b57e0a030cfc4"],"organizer":["ec-dg-de"],"involved":["ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0","eu-tr-08957111909-85"]}} -{"id":"ec-meeting-2014-12-18-28a0a5e86869ff8ba0da9c6665d92135af1513d9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-18 - Cabinet of Commissioner Violeta Bulc x FERROVIE DELLO STATO ITALIANE S.p.A."],"date":["2014-12-18"],"summary":["Italian rail reform"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-1954267427-31","ec-person-dd7851e4a1e747e824b4f81139e33bc3cdb73160"]}} -{"id":"ec-meeting-2014-12-18-3090baa6b7ddbc85aacaf1cb521fb2d555feb08a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-18 - Cabinet of Commissioner Pierre Moscovici x European Express Association"],"date":["2014-12-18"],"summary":["Union Customs Code - implementing and delegated acts"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["eu-tr-1894704851-83","ec-person-738f7f25002d191bd2df8936e8f8d1d726c19e2e"]}} -{"id":"ec-meeting-2014-12-18-33cc2bbd7a4f0d1a0c8a4c86e8908f38b5e825a6","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2014-12-18 - Cabinet of Commissioner Christos Stylianides x The ONE Campaign"],"date":["2014-12-18"],"summary":["Humanitarian Aid, Ebola","Ebola"],"notes":["Portfolio: Humanitarian Aid & Crisis Management"],"location":["Berlaymont","Brussels"],"address":["Berlaymont","Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6","addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-cabinet-christos-commissioner-of-stylianides"],"involved":["eu-tr-26098317349-65","ec-person-cdd689bd079714522dad472ea4446b0fcc660d8f"]}} -{"id":"ec-meeting-2014-12-18-3f8898a2a2f8add67e22fa91bc81c99146484208","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-18 - Cabinet of Commissioner Elżbieta Bieńkowska x thyssenkrupp AG"],"date":["2014-12-18"],"summary":["Meeting with Gunnar Jungk on AST agreement and restructuration"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-721647010823-15","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2014-12-18-43a32f25d2aab24dfd590d343f231f85d839adda","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-18 - Cabinet of Vice-President Karmenu Vella x Confederación Española de Pesca"],"date":["2014-12-18"],"summary":["Implementation of the Common Fisheries Policy"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["eu-tr-423426615377-64","ec-person-0e3efd8bc1c3ee9a80205d0bb78f316fa1621e5d"]}} -{"id":"ec-meeting-2014-12-18-536e81e6e99a71ce770b459e95554455ad6456a0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-18 - Internal Market, Industry, Entrepreneurship and SMEs x Business Bridge Europe"],"date":["2014-12-18"],"summary":["7th Annual Conference on European Space Policy"],"location":["Brussel, Belgium"],"address":["Brussel, Belgium"],"addressEntity":["addr-89db1034995a38f93020bf7180b79a0b88169398"],"organizer":["ec-dg-grow"],"involved":["ec-person-9f3f9b58a22cf98d55521b290d1facc431bdce86","eu-tr-72856225852-31"]}} -{"id":"ec-meeting-2014-12-18-5a20f6ca06e8bdda8de9272700b38efb7454cdb3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-18 - Cabinet of Vice-President Miguel Arias Cañete x VERBUND AG"],"date":["2014-12-18"],"summary":["Verbund"],"notes":["Portfolio: Climate Action & Energy"],"location":["BERL 8/165"],"address":["BERL 8/165"],"addressEntity":["addr-363bb64e46464f5554302356d8bdedc4934c8f73"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-1831691c10441c5974327bbeb8693d6b6c1e50c3","eu-tr-09571422185-81"]}} -{"id":"ec-meeting-2014-12-18-5a7c72558a3f64c5564c93eac0c9a262ae765c66","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-18 - Cabinet of Commissioner Phil Hogan x Lipu Odv"],"date":["2014-12-18"],"summary":["Rural development programmes, greening measures, engagement with the Commission, Divil dialogue groups"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-27693284220-05","ec-person-400dd8d59d3060187d9b9b143d697da1a3d03c12"]}} -{"id":"ec-meeting-2014-12-18-68bba55750a9cf480a3d3fb1eecca6b9d119a950","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-18 - Cabinet of Vice-President Miguel Arias Cañete x Equinor ASA"],"date":["2014-12-18"],"summary":["The EU-Norway energy partnership, The EU 2030 framework, The Energy Union"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, belgium"],"address":["Brussels, belgium"],"addressEntity":["addr-b39b9dcfba3e578ef360518fd0aa4ce7938fab00"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-4447605981-76","ec-person-95f883d5d0d484088f26191a8fea8553d674dfbe","ec-person-2229c857664a22dcb8eee79a8c05841fd3d0924f"]}} -{"id":"ec-meeting-2014-12-18-6cfe54dc9320040ca4d6811b0480d1c9ef236298","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-18 - Cabinet of President Jean-Claude Juncker x European Environmental Bureau WWF European Policy Programme Transport and Environment (European Federation for Transport and Environment) Health & Environment Alliance CEE Bankwatch Network Climate Action Network Europe Stichting BirdLife Europe"],"date":["2014-12-18"],"summary":["Energy Union"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-06798511314-27","eu-tr-58744833263-19","eu-tr-1083162721-43","eu-tr-00723343929-96","eu-tr-1414929419-24","eu-tr-55888811123-49","ec-person-b1bf9aa5fb7e886441ff341b657cc482b64a2a3e","eu-tr-93834493808-49"]}} -{"id":"ec-meeting-2014-12-18-7775e41db0fc3504354b3a2816d96aa413c39dd3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-18 - Cabinet of Commissioner Tibor Navracsics x Samsung Electronics Europe"],"date":["2014-12-18"],"summary":["Digital education and investment package"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Berlaymont 9th floor"],"address":["Berlaymont 9th floor"],"addressEntity":["addr-29e6bd15f6bd2d475a06daa330612504dd124fb7"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-1da7ee09d46288ee4ea9db2b644bdcf9c3d6d000","eu-tr-40471017282-57"]}} -{"id":"ec-meeting-2014-12-18-85256d3c94e2b6e20ec3bce113e9953fbcf50024","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-18 - Günther Oettinger x European Chemical Industry Council"],"date":["2014-12-18"],"summary":["Big Data"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-7fbb55656658b6d3c9593e50066f55d6533ef13c","eu-tr-64879142323-90"]}} -{"id":"ec-meeting-2014-12-18-901f20aebecc55bba1b77a3f2dc5cea37422ea1f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-18 - Cabinet of Vice-President Maroš Šefčovič x BUSINESSEUROPE"],"date":["2014-12-18"],"summary":["Energy Union"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-3978240953-79","ec-person-1f95be23689cd4ed0a26fe2980f760ccf2d55c1e"]}} -{"id":"ec-meeting-2014-12-18-96bfd471bb7e8c554fb108d8f9b88131b4e0c0c9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-18 - Energy x European Alliance to Save Energy"],"date":["2014-12-18"],"summary":["Energy Efficiency"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["ec-person-6997149120ce5129e38febe5275dc8fd03232d2e","eu-tr-37816636575-51"]}} -{"id":"ec-meeting-2014-12-18-9894139411d53df56b80ef397dc4940b923467b5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-18 - Cabinet of Commissioner Věra Jourová x OXFAM INTERNATIONAL EU ADVOCACY OFFICE"],"date":["2014-12-18"],"summary":["Consumers protection"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["eu-tr-46856801604-90","ec-person-184e698af1eb9e33b179680570ca171d8cb31c94"]}} -{"id":"ec-meeting-2014-12-18-a3cde220cacf92e64ef9fdef6423a739c03c474c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-18 - Cabinet of Vice-President Cecilia Malmström x Amnesty International Limited"],"date":["2014-12-18"],"summary":["Human Rights and Trade"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-20ded9db5df11164331bb161fdf234b1e5ad53fd","eu-tr-11063928073-34","ec-person-8529bbbc6db862f6b82d6fa66a7cf7668804dae7"]}} -{"id":"ec-meeting-2014-12-18-b104e97373f4d1fccc7b2ce71ae4c3c439c4817d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-18 - Cabinet of Commissioner Elżbieta Bieńkowska x Ingka Services A.B."],"date":["2014-12-18"],"summary":["Functioning of the internal market"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-1095068839-59","ec-person-b2f9be51339f054477846797e2c119fcf16548fc","ec-person-daef7f819b2f3ffe5e4f5d8eb2782954f3c4a4e2"]}} -{"id":"ec-meeting-2014-12-18-bdb41bd98add2b05f8668f8eae32b22b14ee1ad3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-18 - Cabinet of Vice-President Andrus Ansip x The Norwegian Consumer Council"],"date":["2014-12-18"],"summary":["Digital Single Market, Data protection, Copyright reform, Geoblocking, Vertically integrated companies, Telecoms Single Market, Online contracts, Enforcement, Common European sales law"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-d5a309c64ecdb05010325dcfc661f6ae817f31cc","eu-tr-857755911282-13","ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0"]}} -{"id":"ec-meeting-2014-12-18-c7cafbf7c8aa769bb7ec3b112b724e24a41f13ff","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-18 - Cabinet of Vice-President Maroš Šefčovič x Equinor ASA"],"date":["2014-12-18"],"summary":["Presentation of Statoil and their activities on the EU market"],"notes":["Portfolio: Energy Union"],"location":["European Commission, Berlaymont"],"address":["European Commission, Berlaymont"],"addressEntity":["addr-28d496d76a90ad076ce5a50a1ecea594d0d19dd7"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-4447605981-76","ec-person-3bf48630444ace93d407e52eb880e64d480f75ce","ec-person-af83ed49c403cb9d7ebfecca7893f0054c1f4be5"]}} -{"id":"ec-meeting-2014-12-18-d2d425d97ef33ae868d432afeb59315a5b5f316b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-18 - Cabinet of Commissioner Phil Hogan x Irish Cattle & Sheep Farmers' Association Ltd"],"date":["2014-12-18"],"summary":["Ireland Rural development programme. LPIS"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-400dd8d59d3060187d9b9b143d697da1a3d03c12","eu-tr-711197015348-03","ec-person-a1a78365cc4685b0958056646204977d8f2ead92"]}} -{"id":"ec-meeting-2014-12-18-e33273b165da3228465022c4c6f352ffa5800ceb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-18 - Cabinet of President Jean-Claude Juncker x UNIFE"],"date":["2014-12-18"],"summary":["The European Rail Industry in Trade Negotiations"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-e415577aabb40c0f789310505c6c5803aa69037b","eu-tr-9624415524-28"]}} -{"id":"ec-meeting-2014-12-18-eff8092000f680dfac1ad1a205f4a3fbe248c416","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-18 - Cabinet of Commissioner Věra Jourová x European Women's Lobby"],"date":["2014-12-18"],"summary":["Gender equality"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-a608b85b2ffef83f883b5a2330b6232efa1b7141","eu-tr-85686156700-13"]}} -{"id":"ec-meeting-2014-12-18-f19da5da052fc9fde608e9411051788d0e5c47f5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-18 - Cabinet of Vice-President Valdis Dombrovskis x European Federation of National Organisations working with the Homeless"],"date":["2014-12-18"],"summary":["Homelessness"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["BERL 10/041"],"address":["BERL 10/041"],"addressEntity":["addr-968b98accc53b9f13213bd276685eaafd2eacac8"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-1f98d05bdaed2c40396781b1eb7b0aa47cb8dd20","eu-tr-42528706153-39"]}} -{"id":"ec-meeting-2014-12-18-f57618c08041514526799133cc434a41dc5c928e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-18 - Cabinet of Vice-President Jyrki Katainen x European Round Table for Industry"],"date":["2014-12-18"],"summary":["Industrial competitiveness"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-7c9460f99c5872dbdc561f5752401c870d12e98b","eu-tr-25487567824-45"]}} -{"id":"ec-meeting-2014-12-18-f6f0aa3010e46dc7ecfc96e7249e80ae9b0e6a99","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-18 - Cabinet of High Representative / Vice-President Federica Mogherini x Confederation of Businessmen and Industrialists of Turkiye"],"date":["2014-12-18"],"summary":["EU/Turkey relations"],"notes":["Portfolio: Foreign Affairs and Security Policy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"involved":["eu-tr-05241797002-90","ec-person-ffe369688b1df8f09154d965f094473d619d72e0"]}} -{"id":"ec-meeting-2014-12-18-f857306b0d44450ae2a52facfa56402a922c115d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-18 - Cabinet of Commissioner Carlos Moedas x European Federation of Pharmaceutical Industries and Associations"],"date":["2014-12-18"],"summary":["European industry’s perspective on the future of EU research and innovation policy"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["eu-tr-38526121292-88","ec-person-23980b2bc4fd9c82051d0f7888dc236b2f764866"]}} -{"id":"ec-meeting-2014-12-19-2ecbf0637c1990ac218d1c7be7e65702df7c006c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-19 - Cabinet of Commissioner Tibor Navracsics x Amnesty International Limited"],"date":["2014-12-19"],"summary":["First discussion of areas of common interest"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["eu-tr-11063928073-34","ec-person-4d24029a6a4b5bbdcd825e134f010bd0b384f80a"]}} -{"id":"ec-meeting-2014-12-19-36f96e6e70c2146bf74c94311daf1825869f4e22","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-19 - Cabinet of Vice-President Miguel Arias Cañete x WindEurope"],"date":["2014-12-19"],"summary":["Market Design"],"notes":["Portfolio: Climate Action & Energy"],"location":["BERL 8/165"],"address":["BERL 8/165"],"addressEntity":["addr-363bb64e46464f5554302356d8bdedc4934c8f73"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-1831691c10441c5974327bbeb8693d6b6c1e50c3","eu-tr-19920706471-21"]}} -{"id":"ec-meeting-2014-12-19-3de33dadcba4c97a504792fedc5f7a8aefd45bb9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-19 - Climate Action x ETP ZEP"],"date":["2014-12-19"],"summary":["Carbon Capture and Storage"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-clima"],"involved":["ec-person-44c2f44f96dda2012bcb4e9abc749f6cae86a4c0","eu-tr-582485310717-46"]}} -{"id":"ec-meeting-2014-12-19-434259d05f83edc32e1c8bb5140e5891dd2bd490","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-19 - Health and Food Safety x Union Européenne du Commerce du Bétail et des Métiers de la Viande"],"date":["2014-12-19"],"summary":["Export of agricultural products"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-sante"],"involved":["eu-tr-4422649896-52","ec-person-e6c752b8c9246ee8246c3dde21cfd79f9c4d2d19"]}} -{"id":"ec-meeting-2014-12-19-4d93648a17e8edda150af01db7fa24e56f86e550","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-19 - Cabinet of Commissioner Elżbieta Bieńkowska x Toy Industries of Europe"],"date":["2014-12-19"],"summary":["Toy Safety"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-016371114093-01","ec-person-b2f9be51339f054477846797e2c119fcf16548fc","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2014-12-19-4db0f36ffb7fa04486217488ea398e87589d45b5","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2014-12-19 - Cabinet of Commissioner Christos Stylianides x Action contre la Faim"],"date":["2014-12-19"],"summary":["Humanitarian Aid Effectiveness / Ebola"],"notes":["Portfolio: Humanitarian Aid & Crisis Management"],"location":["Brussels / Belgium","Berlaymont"],"address":["Brussels / Belgium","Berlaymont"],"addressEntity":["addr-f455d873954e4cde2963bba85c6216d5aad9aef5","addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-cabinet-christos-commissioner-of-stylianides"],"involved":["eu-tr-344106015197-62","ec-person-cdd689bd079714522dad472ea4446b0fcc660d8f","ec-person-19ed516ca7a847cdf46873e233f144dffcc51f5b"]}} -{"id":"ec-meeting-2014-12-19-7519a76db64961c4f1157cb4c218a6bec7c01e05","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-19 - Migration and Home Affairs x European Organisation for Security"],"date":["2014-12-19"],"summary":["Update on Security Flagships (Cybersecurity and Integrated Border Management)"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-home"],"involved":["eu-tr-32134385519-64","ec-person-ae1262e8850ed1e9a0530b0ad7440ac648255896"]}} -{"id":"ec-meeting-2014-12-19-7aea3e513e92d861993ad5bdaa857c09d55ee1aa","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-19 - Cabinet of Vice-President Cecilia Malmström x SGI Europe"],"date":["2014-12-19"],"summary":["Services of economic general services"],"notes":["Portfolio: Trade"],"location":["Bruxelles"],"address":["Bruxelles"],"addressEntity":["addr-b58f5927b66d94a676970dc048485d4c6848f272"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-19b143e83f8ab978c55c8a9a9e49e06dbfa14bf3","eu-tr-59513031434-92"]}} -{"id":"ec-meeting-2014-12-19-ccf8e49dafc17f21a9aea6b83e0693e41fd8f4fd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-19 - Cabinet of Commissioner Violeta Bulc x Scania AB (publ)"],"date":["2014-12-19"],"summary":["Road Safety"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-dd7851e4a1e747e824b4f81139e33bc3cdb73160","eu-tr-3305029916-47"]}} -{"id":"ec-meeting-2014-12-19-d5e7367bc8e2a5f14fed536e3d1a6820cdbf5d9a","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2014-12-19 - Cabinet of Commissioner Marianne Thyssen x Boerenbond vzw"],"date":["2014-12-19"],"summary":["European agricultural policy and labour mobility","EU agricultural policy and labour mobility"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["ec-person-30b86bb23229e021bfd27134f723d390b5c86aee","ec-person-c508e9337eca6b067c1f966b82de49c4824a3ad0","eu-tr-38367579546-45"]}} -{"id":"ec-meeting-2014-12-19-dcbb7f15da3d7a1e291ef9732d3320852cc3a86e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-19 - Internal Market, Industry, Entrepreneurship and SMEs x Handwerkskammer Frankfurt-Rhein-Main"],"date":["2014-12-19"],"summary":["SBA2"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-grow"],"involved":["ec-person-9f3f9b58a22cf98d55521b290d1facc431bdce86","eu-tr-67816104631-57"]}} -{"id":"ec-meeting-2014-12-19-e4b7191b783c07083f57594ed098f571e444551f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-19 - Günther Oettinger x Verband der Anbieter von Telekommunikations- und Mehrwertdiensten"],"date":["2014-12-19"],"summary":["Telecoms Single Market + Broadband"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-10256986723-88","ec-person-4cd59e13386e3b68ecb3611fcc579e0a0a3938a5"]}} -{"id":"ec-meeting-2014-12-19-f857306b0d44450ae2a52facfa56402a922c115d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-19 - Cabinet of Commissioner Carlos Moedas x European Federation of Pharmaceutical Industries and Associations"],"date":["2014-12-19"],"summary":["Innovative Medecines Initiative / Ebola crisis"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["eu-tr-38526121292-88","ec-person-f7ccc3ad366dd2fdb24870e1c02ff2763539c82f"]}} -{"id":"ec-meeting-2014-12-19-fbfd3d17805a6a880dfac9c37f3cd22f6129c08b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-19 - Cabinet of Vice-President Jyrki Katainen x Telecom Italia"],"date":["2014-12-19"],"summary":["Investment Initiative"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-3775b7be791f90ed462b9071c9ae596b80d71bca","eu-tr-36682861898-97"]}} -{"id":"ec-meeting-2014-12-20-f0d62c350d076e1c40a91d69ab6493102fa64070","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2014-12-20 - Cabinet of Commissioner Violeta Bulc x Pipistrel d.o.o. Ajdovščina"],"date":["2014-12-20"],"summary":["Testing electric plane","Meeting with Pipistrel"],"notes":["Portfolio: Transport"],"location":["Ajdovscina, Slovenia","Slovenia"],"address":["Ajdovscina, Slovenia","Slovenia"],"addressEntity":["addr-dd35c44e74741713122086667a007c081d455ecd","addr-d1aa0503612aa4168939b77b59ca74532a11951a"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-4d2b449b5047ea3fda435a2a1c1081e3babcdf76","eu-tr-926634815297-45"]}} -{"id":"ec-meeting-2014-12-21-532937236e54272ba9d5c422a1a9de897a2b99e8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-21 - Cabinet of Vice-President Miguel Arias Cañete x Vereinigung der österreichischen Industrie - Industriellenvereinigung"],"date":["2014-12-21"],"summary":["Post 2020 energy & climate framework and its interlinkage with the objective to re-industrializing Europe"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-89093924456-06","ec-person-25a937c04cd0a0ddcf5cf34798e76b5105854114","ec-person-2229c857664a22dcb8eee79a8c05841fd3d0924f"]}} -{"id":"ec-meeting-2014-12-22-02fa8b2add30b7034c86eab34c5dc13d0d2e30cb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-22 - Günther Oettinger x Microsoft Corporation"],"date":["2014-12-22"],"summary":["Digital market regulation / Digital skills"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-0801162959-21","ec-person-4cd59e13386e3b68ecb3611fcc579e0a0a3938a5"]}} -{"id":"ec-meeting-2014-12-22-250e33ab8cfe452fd03beae7d149d91f976e492e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-22 - Günther Oettinger x EuroCommerce"],"date":["2014-12-22"],"summary":["Digital Agenda"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-4cd59e13386e3b68ecb3611fcc579e0a0a3938a5","eu-tr-84973761187-60"]}} -{"id":"ec-meeting-2014-12-22-b4458089f06700414cbd4a05a3f4572630a0e5cb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-22 - Cabinet of President Jean-Claude Juncker x Eni S.p.A."],"date":["2014-12-22"],"summary":["Energy Union - Investment in Europe"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-99578067285-35","ec-person-b1bf9aa5fb7e886441ff341b657cc482b64a2a3e"]}} -{"id":"ec-meeting-2014-12-23-c3b8ae287608b41d1abf04c387a42c559cdadf73","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2014-12-23 - Cabinet of Commissioner Violeta Bulc x BTC D.D."],"date":["2014-12-23"],"summary":["Courtesy visit"],"notes":["Portfolio: Transport"],"location":["Ljubljana, Slovenia"],"address":["Ljubljana, Slovenia"],"addressEntity":["addr-f7328a981da1b705ba25d3333daf0cf2fca0c8ea"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-783927815312-19","ec-person-4d2b449b5047ea3fda435a2a1c1081e3babcdf76"]}} -{"id":"ec-meeting-2015-01-05-1bbea88c9a9faefa06d98c3e62fc4d4a25438f2d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-05 - Cabinet of Commissioner Violeta Bulc x AGROKOR Alba Partners Združenje Manager"],"date":["2015-01-05"],"summary":["Meeting with associations"],"notes":["Portfolio: Transport"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-4d2b449b5047ea3fda435a2a1c1081e3babcdf76","eu-tr-612322915416-80","eu-tr-169649115420-30","eu-tr-292309115403-44"]}} -{"id":"ec-meeting-2015-01-06-26e5d03ac24d8689b28b09682837cc1eae88552a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-06 - Cabinet of First Vice-President Frans Timmermans x Eindhoven-Brainport EU Office"],"date":["2015-01-06"],"summary":["Speaker The New Horizon - breaking boundaries"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Eindhoven"],"address":["Eindhoven"],"addressEntity":["addr-0731c9ba704778ae95669bb81cf8b9bbf42518fd"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-770879211019-11","ec-person-966667b73d92624be9bb019c2baab7e52331b3d3"]}} -{"id":"ec-meeting-2015-01-06-36958a27088fe1bb77aa16769f9d43bdcf0b62ad","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-06 - Cabinet of Commissioner Margrethe Vestager x Central Denmark EU Office"],"date":["2015-01-06"],"summary":["Introduction to Central Denmark EU Office"],"notes":["Portfolio: Competition"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-margrethe-of-vestager"],"involved":["ec-person-a1f378e46b040b842cbc35e6d89735a7792cd328","eu-tr-67105877452-82"]}} -{"id":"ec-meeting-2015-01-06-37502c7947762792849fdb6494ddb1dfeef4675b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-06 - Communications Networks, Content and Technology x European Association Automotive Suppliers"],"date":["2015-01-06"],"summary":["H2020"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-91408765797-03","ec-person-3d379ff88d704acbd3444fdd59765df1225d4f9b"]}} -{"id":"ec-meeting-2015-01-06-3dc8e6fd660d3203ab40cc91395d89e38c11ad05","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-06 - Cabinet of President Jean-Claude Juncker x Vodafone Belgium SA"],"date":["2015-01-06"],"summary":["Digital Single Market"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-44a061693f35519551be0e3dab996e76ad3f8c7c","eu-tr-90142503473-81"]}} -{"id":"ec-meeting-2015-01-06-5c956a223c673b5b9eb0f5e36dcb6188f4cdcf97","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-06 - Günther Oettinger x Vodafone Belgium SA"],"date":["2015-01-06"],"summary":["Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-90142503473-81","ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0"]}} -{"id":"ec-meeting-2015-01-06-84547b1788aa0a0a08ec0911109ad06366a712bc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-06 - Cabinet of Commissioner Carlos Moedas x European Business Summit Network"],"date":["2015-01-06"],"summary":["European Business Summit 2015"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-f473f68db8882bf182fad095bee4ba174b53e0ac","eu-tr-268958411031-65"]}} -{"id":"ec-meeting-2015-01-06-94f80d6210c358016282fec946bbb7ce5c42bafa","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-06 - Cabinet of President Jean-Claude Juncker x Motion Picture Association EMEA"],"date":["2015-01-06"],"summary":["Digital Single Market"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-44a061693f35519551be0e3dab996e76ad3f8c7c","eu-tr-95201401713-39"]}} -{"id":"ec-meeting-2015-01-06-971ebb6fc56b8e7ffb05a13e74ef91c8e3810fc5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-06 - Cabinet of Commissioner Elżbieta Bieńkowska x Microsoft Corporation"],"date":["2015-01-06"],"summary":["Microsoft's policies in the field of entrepreneurship of young people in Europe (YouthSpark), supporting start-ups (through BizSpark), helping SMEs (partner network) and the coherence of Microsoft's policies with the objectives of the Commissioner and future cooperation"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-0801162959-21","ec-person-d2997a7f359c91a337055c3e24dd36bf928de38d"]}} -{"id":"ec-meeting-2015-01-06-9d84dffd1d2e65ac5aa5af9e0f261835be1f827a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-06 - Cabinet of Commissioner Vytenis Andriukaitis x ARCHE NOAH, Gesellschaft für die Erhaltung der Kulturpflanzenvielfalt und ihre Entwicklung"],"date":["2015-01-06"],"summary":["Plant Reproductive Material Proposal"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-b9c3f19e7c5f216e3e508f931ddd6a9cb59376d1","eu-tr-50668704394-89","ec-person-df30d07ef698a52b9948b9c734db39196cf8541f"]}} -{"id":"ec-meeting-2015-01-06-9ed76b305a6d1b28964e95e0c31ffffe3aacc72a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-06 - Internal Market, Industry, Entrepreneurship and SMEs x Vodafone Belgium SA"],"date":["2015-01-06"],"summary":["Préparation du futur Digital Single Market / Perspectives offertes par l'innovation et les solutions pour les entreprises"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-grow"],"involved":["ec-person-9f3f9b58a22cf98d55521b290d1facc431bdce86","eu-tr-90142503473-81"]}} -{"id":"ec-meeting-2015-01-06-a1ca44e1e41a5d16fd8ca970564308e134a6b1e6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-06 - Cabinet of Commissioner Christos Stylianides x Konrad-Adenauer-Stiftung"],"date":["2015-01-06"],"summary":["Eu Foreign Relations and Crisis Management"],"notes":["Portfolio: Humanitarian Aid & Crisis Management"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-christos-commissioner-of-stylianides"],"involved":["eu-tr-2905437316-11","ec-person-6f08c893ea685f6d5f50c2c6e373f294e3616698"]}} -{"id":"ec-meeting-2015-01-06-ab596b0f74f7f3f94a6c1d6b0d771fa4ec8c557f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-06 - Cabinet of Commissioner Violeta Bulc x UNIFE"],"date":["2015-01-06"],"summary":["EU rail policy"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-9624415524-28","ec-person-dd7851e4a1e747e824b4f81139e33bc3cdb73160"]}} -{"id":"ec-meeting-2015-01-06-ccdbc32e222d2adc02450eed59d0f17f8d7b60b8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-06 - Günther Oettinger x ARD-Verbindungsbüro Brüssel"],"date":["2015-01-06"],"summary":["Digitale Wirtschaft und Gesellschaft"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-4cd59e13386e3b68ecb3611fcc579e0a0a3938a5","eu-tr-6774178922-55"]}} -{"id":"ec-meeting-2015-01-06-e69387561c1e6e998f8cb7ef6f5a0874fa17dbf8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-06 - Cabinet of Commissioner Elżbieta Bieńkowska x AeroSpace and Defence Industries Association of Europe"],"date":["2015-01-06"],"summary":["Introductory meeting with Eurospace"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Bruxelles, Belgium"],"address":["Bruxelles, Belgium"],"addressEntity":["addr-eee1feebc17b3c7a229c67678392ac489d04d92a"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["ec-person-685ecf13dd26cd515c961e24ba71049af2302c5e","eu-tr-72699997886-57"]}} -{"id":"ec-meeting-2015-01-06-f166559e8610f44e24825044fdfa00eb50eb49ce","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-06 - Mobility and Transport x European Association Automotive Suppliers"],"date":["2015-01-06"],"summary":["Politic orientation of the new Commission, Access to vehicles data + C-ITS Platform, Climate change: post 2020 + competitiveness of the sector"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-move"],"involved":["ec-person-d856b0f199c84d5b5003106bea2ee6d0392e2428","eu-tr-91408765797-03"]}} -{"id":"ec-meeting-2015-01-06-f22e3a3ac7ced3df68035820905a006e53428f25","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-06 - Cabinet of Vice-President Karmenu Vella x Royal Society for the Protection of Birds"],"date":["2015-01-06"],"summary":["Birds and Habitats Directives"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["ec-person-0188cdcf7c0a8fcf8a7b49289575f4c70fd09534","eu-tr-21862631806-19"]}} -{"id":"ec-meeting-2015-01-07-0b0d427bb2bc6b333891470d3a45f6b7a08b57b7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-07 - Cabinet of Vice-President Andrus Ansip x Bertelsmann SE & Co. KGaA"],"date":["2015-01-07"],"summary":["Digital Single Market"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-26103486608-47","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45"]}} -{"id":"ec-meeting-2015-01-07-1270a8524186155098fef670b6e2b00c5e30db41","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-07 - Cabinet of Vice-President Jyrki Katainen x Koninklijke Philips"],"date":["2015-01-07"],"summary":["Investment Initiative"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-035366013790-68","ec-person-0da85dc48012e26688310a59a0b51727ea68f410"]}} -{"id":"ec-meeting-2015-01-07-17c026813d5089f14cec500f12482053460610d1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-07 - Cabinet of Vice-President Miguel Arias Cañete x University of Cambridge Institute for Sustainability Leadership"],"date":["2015-01-07"],"summary":["Opportunities for cooperation in EU and international climate policies"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-618254915321-39","ec-person-260e00934471a02805fb143935d6e9205a7f355f"]}} -{"id":"ec-meeting-2015-01-07-1c0a75de5c170ecf5630237530a9a9a297910bb3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-07 - Energy x Council of European Energy Regulators"],"date":["2015-01-07"],"summary":["Energy regulation"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-65470797015-89","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2015-01-07-223894cbfeeb5f9694fcf1240cb698023bf1c3b9","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2015-01-07 - Günther Oettinger x Verband der Anbieter von Telekommunikations- und Mehrwertdiensten Verband der Anbieter von Telekommunikations- und Mehrwertdiensten"],"date":["2015-01-07"],"summary":["Telecoms Single Market + Broadband"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-10256986723-88","ec-person-4cd59e13386e3b68ecb3611fcc579e0a0a3938a5","ec-person-c6cae64cc7dc787b66a47ab1613d3e922875b971"]}} -{"id":"ec-meeting-2015-01-07-3bcb3bb70cba62f7c0c3408720022cad8719a93a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-07 - Joint Research Centre x Google"],"date":["2015-01-07"],"summary":["Horizon scanning of new emerging technologies and spill-over of digital innovation to other sectors"],"location":["Bruxelles"],"address":["Bruxelles"],"addressEntity":["addr-b58f5927b66d94a676970dc048485d4c6848f272"],"organizer":["ec-dg-jrc"],"involved":["eu-tr-03181945560-59","ec-person-b3e6b7a4bd40eead1b939244f1cb4e9bdaf65f46"]}} -{"id":"ec-meeting-2015-01-07-41f888a76e517275b1506b85b90eb65a1b07a34d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-07 - Cabinet of Commissioner Vytenis Andriukaitis x EuroCommerce"],"date":["2015-01-07"],"summary":["Predictability of the legislation, food labelling, food waste, food safety and food fraud"],"notes":["Portfolio: Health & Food Safety"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["eu-tr-84973761187-60","ec-person-d462b3c7daeee00ad55e380a7fb96819f79899df"]}} -{"id":"ec-meeting-2015-01-07-4f3c9d787df809a7040fadb994b486f03ceb94a7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-07 - Cabinet of Vice-President Valdis Dombrovskis x EuroCommerce"],"date":["2015-01-07"],"summary":["Introductory meeting"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Berlaymont, Brussels"],"address":["Berlaymont, Brussels"],"addressEntity":["addr-fc86ff6aaa2cd722afeb09a33ccd03fec72f8cd1"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-84973761187-60","ec-person-902665668634b69ce99a97f1853d89a9d1b275f2"]}} -{"id":"ec-meeting-2015-01-07-54f9b85ecefa6d1d05fb25125cf8c4403af70ff2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-07 - Cabinet of Vice-President Jyrki Katainen x Indra"],"date":["2015-01-07"],"summary":["Investment Initiative"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-208351410839-33","ec-person-3775b7be791f90ed462b9071c9ae596b80d71bca"]}} -{"id":"ec-meeting-2015-01-07-5f8d1527ec78a7395ef5e62d4250bf2451cce4cb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-07 - Education, Youth, Sport and Culture x edX Inc."],"date":["2015-01-07"],"summary":["Future collaboration with edX"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-eac"],"involved":["ec-person-4b0c15b75d9d40b5f296fc3f15972fd544f6b6d6","eu-tr-887807315288-10"]}} -{"id":"ec-meeting-2015-01-07-63c28ac4d7f871c9bcc3d74a2674d7fef7ef0166","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-07 - Günther Oettinger x Federation of European Publishers"],"date":["2015-01-07"],"summary":["Copyright, TVA"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-398541467-53","ec-person-d8b86b98a24683917c569000ed6d8c45bedbbc00"]}} -{"id":"ec-meeting-2015-01-07-643bd846f81ff262cc569cd8e2e792e2121512cb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-07 - Cabinet of Vice-President Andrus Ansip x Google"],"date":["2015-01-07"],"summary":["Platforms"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-03181945560-59","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45"]}} -{"id":"ec-meeting-2015-01-07-9570c875fa67900b02263a3ec77ed3caf7783cb4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-07 - Cabinet of President Jean-Claude Juncker x Bertelsmann SE & Co. KGaA"],"date":["2015-01-07"],"summary":["Digital Single Market"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-44a061693f35519551be0e3dab996e76ad3f8c7c","eu-tr-26103486608-47"]}} -{"id":"ec-meeting-2015-01-07-99339a098a887d8ef500b8d5fce4c4cb9b2db221","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-07 - Directorate-General for International Partnerships x AdP Internacional"],"date":["2015-01-07"],"summary":["Priorités de la politique européenne du développement pour les 5 années à venir; Communication sur le secteur privé; Facilités d'investissements; Blending"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-intpa"],"involved":["ec-person-ad00e7dd980bb2a40a95c65a87f8760494546865","eu-tr-291670415157-05"]}} -{"id":"ec-meeting-2015-01-07-b39ca30469fbb66b18886829bb2d3419e681a3a3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-07 - Cabinet of Commissioner Tibor Navracsics x Konrad-Adenauer-Stiftung"],"date":["2015-01-07"],"summary":["Introductory meeting; education policy in the EU"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["eu-tr-2905437316-11","ec-person-881310bbb4e54ac96753b80bbdc9b1994cfbf136"]}} -{"id":"ec-meeting-2015-01-07-b7e16a69c8ddb53e4887ca69fb7bc758311a56a6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-07 - Energy x BASF SE"],"date":["2015-01-07"],"summary":["European Energy Policy priorities"],"location":["Address"],"address":["Address"],"addressEntity":["addr-d70f93df5e8f9b55be44fbeee9d203972e3383d4"],"organizer":["ec-dg-ener"],"involved":["eu-tr-7410939793-88","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2015-01-07-b9218b3946beadb5f19f871ae2cd743485f2bad0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-07 - Cabinet of Commissioner Violeta Bulc x International Air Transport Association"],"date":["2015-01-07"],"summary":["Meeting with IATA"],"notes":["Portfolio: Transport"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-4d2b449b5047ea3fda435a2a1c1081e3babcdf76","eu-tr-1805107590-28"]}} -{"id":"ec-meeting-2015-01-07-c20362b33d09af471e7cc28ae6c5e45e58f91c7f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-07 - Cabinet of Vice-President Maroš Šefčovič x BDEW Bundesverband der Energie- und Wasserwirtschaft e. V."],"date":["2015-01-07"],"summary":["Presentation of BDEW and their activities"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-20457441380-38","ec-person-3bf48630444ace93d407e52eb880e64d480f75ce"]}} -{"id":"ec-meeting-2015-01-07-dcef17c324810c29b508bcd6852595517c0cbdd1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-07 - Cabinet of Commissioner Věra Jourová x Portia Ltd"],"date":["2015-01-07"],"summary":["Scoping of H2020 2016-2017 programme - gender overlooked in Working Papers for Proramme Committees"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-5455ecfabb89025694c798deac08160a2be17d94","eu-tr-086687315440-79"]}} -{"id":"ec-meeting-2015-01-07-e3cd33f70821506f6e35ff0f1f5cf1cff7e9dc6a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-07 - Directorate-General for International Partnerships x ELO - Associação Portuguesa para o Desenvolvimento Económico e a Cooperação"],"date":["2015-01-07"],"summary":["Priorités de la politique européenne du développement pour les 5 années à venir; Communication sur le secteur privé; Facilités d'investissements; Blending"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-intpa"],"involved":["ec-person-ad00e7dd980bb2a40a95c65a87f8760494546865","eu-tr-109837415047-11"]}} -{"id":"ec-meeting-2015-01-07-f0d7f5c40f0e8d86a2773a2d342f902589f799fd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-07 - Cabinet of Commissioner Věra Jourová x Amnesty International Limited"],"date":["2015-01-07"],"summary":["Fundamental rights, Gender equality"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-5455ecfabb89025694c798deac08160a2be17d94","eu-tr-11063928073-34"]}} -{"id":"ec-meeting-2015-01-07-f25bbbe896c41e8301b66f4713b3f9a4a356b6fc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-07 - Cabinet of Commissioner Margrethe Vestager x International Bar Association"],"date":["2015-01-07"],"summary":["An introduction to IBA"],"notes":["Portfolio: Competition"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-margrethe-of-vestager"],"involved":["ec-person-947ab3027ba90ce15968614ce35c12506b7a43ac","eu-tr-55828722666-53","ec-person-6e8b9cd7bb1a15a7e90b04790769360ba931cafd"]}} -{"id":"ec-meeting-2015-01-08-0df547edae08a59b2d291ad3033c5d888d3ea8a2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-08 - Cabinet of Vice-President Jyrki Katainen x Finnish Transport and Logistics SKAL"],"date":["2015-01-08"],"summary":["SMEs and transport"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-99365f4c3081112dcbfa722a5eb05adecc68503e","eu-tr-53638476328-19"]}} -{"id":"ec-meeting-2015-01-08-1ed8b6b96390fdbfc5d98eaba40b8fa352b4e48d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-08 - Cabinet of Commissioner Vytenis Andriukaitis x European Business Summit Network"],"date":["2015-01-08"],"summary":["Participation of the Commissioner in the European Business Summit 2015"],"notes":["Portfolio: Health & Food Safety"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-d462b3c7daeee00ad55e380a7fb96819f79899df","eu-tr-268958411031-65"]}} -{"id":"ec-meeting-2015-01-08-27e18d4aecee47f1766315a202803f961f1ee57d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-08 - Cabinet of Commissioner Vytenis Andriukaitis x CropLife Europe"],"date":["2015-01-08"],"summary":["Plant Protection Material"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-b9c3f19e7c5f216e3e508f931ddd6a9cb59376d1","eu-tr-0711626572-26"]}} -{"id":"ec-meeting-2015-01-08-3ab82e565ce73eee81e17b10a9234f6d3693edd2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-08 - Mobility and Transport x GETLINK"],"date":["2015-01-08"],"summary":["4th railway package, non-tariff barriers - rail freight in the channel Tunnel, IGC, application UK against extension of the north sea-Mediterranen corridor, TEN-T subvention"],"location":["Coquelles"],"address":["Coquelles"],"addressEntity":["addr-01f265a74ff303b4c7ed11d646bf2d2ab59370e9"],"organizer":["ec-dg-move"],"involved":["ec-person-d856b0f199c84d5b5003106bea2ee6d0392e2428","eu-tr-092337815041-92"]}} -{"id":"ec-meeting-2015-01-08-3e96e1c42ddc363fd9478eae18f3e69183e48f80","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-08 - Education, Youth, Sport and Culture x Madariaga-College of Europe Foundation"],"date":["2015-01-08"],"summary":["Relations with China"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-eac"],"involved":["eu-tr-389987315384-05","ec-person-4b0c15b75d9d40b5f296fc3f15972fd544f6b6d6"]}} -{"id":"ec-meeting-2015-01-08-48d920f3cdeff91c695e64d796daf76b7e949377","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-08 - Communications Networks, Content and Technology x Bureau Européen des Unions de Consommateurs"],"date":["2015-01-08"],"summary":["Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-9505781573-45","ec-person-3d379ff88d704acbd3444fdd59765df1225d4f9b"]}} -{"id":"ec-meeting-2015-01-08-4ebc8184b8728e56448ad17164b8c5a03397941a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-08 - Cabinet of Vice-President Andrus Ansip x Fondation EurActiv"],"date":["2015-01-08"],"summary":["Media"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-23538077148-34","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45"]}} -{"id":"ec-meeting-2015-01-08-4f7597b4d50dd0129dce872d6d06486862a3b0fe","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-08 - Cabinet of Vice-President Miguel Arias Cañete x APPLiA (Home Appliance Europe)"],"date":["2015-01-08"],"summary":["Vision of the household appliances sector for 2025, including challenges and opportunities for EU energy and climate legislation"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-260e00934471a02805fb143935d6e9205a7f355f","eu-tr-04201463642-88"]}} -{"id":"ec-meeting-2015-01-08-5ce802feaaf3ff183609e4fcfa964a677534ec2f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-08 - Cabinet of Commissioner Violeta Bulc x Climate Action Network Europe"],"date":["2015-01-08"],"summary":["Policy options to decarbonise transport"],"notes":["Portfolio: Transport"],"location":["Brussels, Berlaymont"],"address":["Brussels, Berlaymont"],"addressEntity":["addr-2d842da4e8cf3dbd0304d45e6b874d5f0aa57edf"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-55888811123-49","ec-person-e14c58f620f40325d829df7be0823280307bc15f"]}} -{"id":"ec-meeting-2015-01-08-5f5ea64c9f3045593e69e663d5cb102bd7ca31c8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-08 - Cabinet of Vice-President Neven Mimica x Climate Action Network Europe"],"date":["2015-01-08"],"summary":["Post-2015 development framework, with focus on climate-relevant aspects"],"notes":["Portfolio: International Cooperation & Development"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-mimica-neven-of-president-vice"],"involved":["eu-tr-55888811123-49","ec-person-d455992f8f48b86e26e61f5284a9ef8e18aed182"]}} -{"id":"ec-meeting-2015-01-08-6eefd4e3b2fc89cf4e6f550e13ebf7ee0724f9c1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-08 - Cabinet of Commissioner Violeta Bulc x Deutsches Zentrum für Luft- und Raumfahrt e.V."],"date":["2015-01-08"],"summary":["Road Safety policy"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-dd7851e4a1e747e824b4f81139e33bc3cdb73160","eu-tr-21280626733-05"]}} -{"id":"ec-meeting-2015-01-08-716837683a542aa6c731b40e1874e26fbe446d24","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-08 - Cabinet of Commissioner Vytenis Andriukaitis x Which?"],"date":["2015-01-08"],"summary":["Commission's initiatives in the remit of Commissioner's portfolio"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["eu-tr-03845856565-52","ec-person-c986c9ff99d99d8006e000db5a8046be615813ae"]}} -{"id":"ec-meeting-2015-01-08-744aed067eb78b87f72fb8ba05e88505bf4711fd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-08 - Cabinet of Commissioner Marianne Thyssen x European Construction Industry Federation EUROPEAN FEDERATION OF BUILDING AND WOODWORKERS"],"date":["2015-01-08"],"summary":["Labour mobility"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["ec-person-7567514af00f139b390cf9864d28a090ca0fde25","eu-tr-92221016212-42","eu-tr-57745478360-42"]}} -{"id":"ec-meeting-2015-01-08-7c038bb5058252f73095c102fccd832b5044f7d9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-08 - Cabinet of Commissioner Věra Jourová x European Federation of Local and Regional Energy Companies"],"date":["2015-01-08"],"summary":["Consumers of domestic utilities"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-a2ca9161feee56909a0e98b473c2d342c20fdb57","eu-tr-54829912208-85"]}} -{"id":"ec-meeting-2015-01-08-7c52370225a2026f887f211dca8b2649d09c104e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-08 - Maritime Affairs and Fisheries x Environmental Defense Action Fund"],"date":["2015-01-08"],"summary":["Implementation of the CFP reform"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-mare"],"involved":["eu-tr-968945510822-49","ec-person-13c487b266d525d30bcdd6c108d17accaf4b8840"]}} -{"id":"ec-meeting-2015-01-08-7eb3bfcdb88b052a9182dd8a49939cb2102d39bf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-08 - Cabinet of Vice-President Miguel Arias Cañete x EUREC- The association of European Renewable Energy Research Centres"],"date":["2015-01-08"],"summary":["Carbon Leakage"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussles, Belgium"],"address":["Brussles, Belgium"],"addressEntity":["addr-fcfeded9465b3bfe6f486fb872357db90a6617c9"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-8156981516-21","ec-person-25a937c04cd0a0ddcf5cf34798e76b5105854114"]}} -{"id":"ec-meeting-2015-01-08-8d0a19182761ef19c249e0fd8d89d19ccfa939f5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-08 - Cabinet of Vice-President Miguel Arias Cañete x Confederation of European Senior Expert Services"],"date":["2015-01-08"],"summary":["ROLE OF EUROCHAMBERS, ENERGY EFFICIENCY, ETS REFORM"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-18460992206-03","ec-person-260e00934471a02805fb143935d6e9205a7f355f"]}} -{"id":"ec-meeting-2015-01-08-99bfc7a104965232792a4ecbc8b6616d4cf73620","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-08 - Cabinet of Vice-President Maroš Šefčovič x Energy Cities"],"date":["2015-01-08"],"summary":["Energy Union"],"notes":["Portfolio: Energy Union"],"location":["Brussels, BE"],"address":["Brussels, BE"],"addressEntity":["addr-bd80958a978de8af51caa97a25a75f30d0061d71"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-ea6b517040e26a62f17d2829afffeba48cfd682f","eu-tr-11514322965-05"]}} -{"id":"ec-meeting-2015-01-08-9df198dcd9becf83fdbeed4f5a89065ad038e565","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-08 - Cabinet of Commissioner Violeta Bulc x Stichting European Climate Foundation"],"date":["2015-01-08"],"summary":["Policy option to decarbonise transport"],"notes":["Portfolio: Transport"],"location":["Berlaymont, Brussels"],"address":["Berlaymont, Brussels"],"addressEntity":["addr-fc86ff6aaa2cd722afeb09a33ccd03fec72f8cd1"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-64869491516-70","ec-person-e14c58f620f40325d829df7be0823280307bc15f"]}} -{"id":"ec-meeting-2015-01-08-a1051c0468a2557aa3a492d0b6d92d62198c7059","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-08 - Cabinet of President Jean-Claude Juncker x European Renewable Energies Federation asbl"],"date":["2015-01-08"],"summary":["Energy Union"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-b1bf9aa5fb7e886441ff341b657cc482b64a2a3e","eu-tr-48677174683-66"]}} -{"id":"ec-meeting-2015-01-08-a6014663d3cf8305cabd0b8a7f1aac37c3ada0a7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-08 - Cabinet of Vice-President Miguel Arias Cañete x Chamber of Commerce of the United States of America"],"date":["2015-01-08"],"summary":["EU energy and climate policies"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-444722016787-61","ec-person-7e87a14bf64af274f1cfb85d6b64a405eea6217f","ec-person-2229c857664a22dcb8eee79a8c05841fd3d0924f"]}} -{"id":"ec-meeting-2015-01-08-a764030767132e694ba7110ba881299ce5266954","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-08 - Cabinet of President Jean-Claude Juncker x Unilever"],"date":["2015-01-08"],"summary":["Economic and industrial priorities of the EU"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-98eba7ab1446c6dce384fdc2ecd48c7cadf9ee4e","eu-tr-6200524920-25"]}} -{"id":"ec-meeting-2015-01-08-adf26d6bbe252dc5b37df1447b841a74bea01f5e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-08 - Cabinet of Commissioner Věra Jourová x AIM European Brands Association"],"date":["2015-01-08"],"summary":["Product advertising"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["eu-tr-1074382679-01","ec-person-a2ca9161feee56909a0e98b473c2d342c20fdb57"]}} -{"id":"ec-meeting-2015-01-08-b0ff11d8dee6b8919dae8084fcf0517f654c0974","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-08 - Cabinet of President Jean-Claude Juncker x BUSINESSEUROPE"],"date":["2015-01-08"],"summary":["Priorités économiques et sociales"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-3978240953-79","ec-person-98eba7ab1446c6dce384fdc2ecd48c7cadf9ee4e"]}} -{"id":"ec-meeting-2015-01-08-b3132b236ccb0df7ac12a1043fef77d1acc76384","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-08 - Cabinet of Vice-President Miguel Arias Cañete x Central Europe Energy Partners"],"date":["2015-01-08"],"summary":["ENERGY ISSUES - FRAMEWORK 2030"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-62773e55e1985542cb18a2a89f2053f2f39146b1","eu-tr-87738563745-94"]}} -{"id":"ec-meeting-2015-01-08-bd05175f5fd8a0ccf903ff3102611dea7511d1b4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-08 - Cabinet of Commissioner Carlos Moedas x DSW (Deutsche Stiftung Weltbevoelkerung)"],"date":["2015-01-08"],"summary":["Research in global healt, R&D"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["eu-tr-32018754890-28","ec-person-fb56329c22510c66ab50a8bdba13230bdae32902"]}} -{"id":"ec-meeting-2015-01-08-c18aaca146375a0bae8541203d97a068983666ac","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-08 - Cabinet of Vice-President Jyrki Katainen x BUSINESSEUROPE"],"date":["2015-01-08"],"summary":["Industrial policy"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-99365f4c3081112dcbfa722a5eb05adecc68503e","eu-tr-3978240953-79"]}} -{"id":"ec-meeting-2015-01-08-cb5784d3e0ab413ae3d76c60fcf3344c9c22d766","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-08 - Cabinet of Vice-President Neven Mimica x Confederazione Generale dell'Industria Italiana"],"date":["2015-01-08"],"summary":["Priorities in the area of international cooperation and development"],"notes":["Portfolio: International Cooperation & Development"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-mimica-neven-of-president-vice"],"involved":["ec-person-886e1b865045c3ed98e99075006d09cea708acce","eu-tr-27762251795-15"]}} -{"id":"ec-meeting-2015-01-08-e3034b08b6725748343f597585b27ad81cf55d49","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-08 - Cabinet of Vice-President Valdis Dombrovskis x Invest Europe"],"date":["2015-01-08"],"summary":["CMU/Venture capital issues"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-3f9ca71b74344417d1f072ba7f3e2f09a223b036","eu-tr-60975211600-74"]}} -{"id":"ec-meeting-2015-01-08-f2fe0c1047c31744e2eba2d78a23e6966a35f1b3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-08 - Cabinet of High Representative / Vice-President Federica Mogherini x None"],"date":["2015-01-08"],"summary":["Mr Ben Knapen"],"notes":["Portfolio: Foreign Affairs and Security Policy"],"location":["BERL BUILDING Bruxelles"],"address":["BERL BUILDING Bruxelles"],"addressEntity":["addr-1c293424a78e324448d54332adf4a9bcd309f250"],"organizer":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"involved":["ec-person-62bf207e4274ad594e7eab4bfe20782f1d57f645"]}} -{"id":"ec-meeting-2015-01-08-f520549f7c0c0be1647133d3271ab5c263d74d45","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-08 - Cabinet of Vice-President Valdis Dombrovskis x Afore Consulting"],"date":["2015-01-08"],"summary":["Commission's priorities in the area of financial services in 2015"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-3f9ca71b74344417d1f072ba7f3e2f09a223b036","eu-tr-03013154889-05"]}} -{"id":"ec-meeting-2015-01-09-0036dd1a0e639827a3811ff7753114f269249801","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-09 - Cabinet of Vice-President Maroš Šefčovič x Bureau Européen des Unions de Consommateurs"],"date":["2015-01-09"],"summary":["Le rôle du consommateur dans l'union énergétique"],"notes":["Portfolio: Energy Union"],"location":["Brussels, BE"],"address":["Brussels, BE"],"addressEntity":["addr-bd80958a978de8af51caa97a25a75f30d0061d71"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-ea6b517040e26a62f17d2829afffeba48cfd682f","eu-tr-9505781573-45","ec-person-2be517b9261a91f2f07e05ec14c6331980e9716e","ec-person-af83ed49c403cb9d7ebfecca7893f0054c1f4be5"]}} -{"id":"ec-meeting-2015-01-09-194c478829368134310197bc9f5764b4d1bd8057","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-09 - Cabinet of Commissioner Věra Jourová x None"],"date":["2015-01-09"],"summary":["Roundtable with NGOs on fundamental rights and non-discrimination"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["eu-tr-57868523887-16","ec-person-a608b85b2ffef83f883b5a2330b6232efa1b7141","eu-tr-09854512780-89","eu-tr-43251547769-22","eu-tr-195536914302-36","eu-tr-85686156700-13","eu-tr-85083981189-35","eu-tr-11977456675-84","eu-tr-97628146980-33","eu-tr-16549972091-86","eu-tr-43750202163-43","eu-tr-56362448807-46"]}} -{"id":"ec-meeting-2015-01-09-2e1b35338e213998aedd4f97f0cedba08dcd025e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-09 - Cabinet of Vice-President Jyrki Katainen x Euroheat & Power"],"date":["2015-01-09"],"summary":["Energy Policy"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-88457577025-19","ec-person-0da85dc48012e26688310a59a0b51727ea68f410"]}} -{"id":"ec-meeting-2015-01-09-4bdb4b818390fd900d6d86b3cdfdd0ba9219ffc0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-09 - Cabinet of Commissioner Carlos Moedas x Chamber of Commerce of the United States of America"],"date":["2015-01-09"],"summary":["Meeting with the Vice Presidentof the US Chamber of Commerce in Brussels"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Cabinet of Commissioner Moedas"],"address":["Cabinet of Commissioner Moedas"],"addressEntity":["addr-c4efcffa23772c626ef613edeab880b28bf7f52b"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["eu-tr-444722016787-61","ec-person-f7ccc3ad366dd2fdb24870e1c02ff2763539c82f","ec-person-2b4bb0b28e7435e5f612e44d9664dbd1051efc55"]}} -{"id":"ec-meeting-2015-01-09-53bb2033894b4bc04d622a8b6e5647ec40f43a36","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-09 - Cabinet of Commissioner Tibor Navracsics x ECDL Foundation"],"date":["2015-01-09"],"summary":["Education and ICT"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-1da7ee09d46288ee4ea9db2b644bdcf9c3d6d000","eu-tr-44018642457-83"]}} -{"id":"ec-meeting-2015-01-09-57573e4dadac2715cf2bba2fd8225c9c3f3b4029","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-09 - Cabinet of Commissioner Elżbieta Bieńkowska x EUROCHAMBRES – Association of European Chambers of Commerce and Industry"],"date":["2015-01-09"],"summary":["Exchange of views on current topics"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["ec-person-6cd920669457898c6304ed6a599a852d84518227","eu-tr-0014082722-83"]}} -{"id":"ec-meeting-2015-01-09-58b8ff090970be2d17f5c89d5030ae7ba3c66386","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-09 - Cabinet of Vice-President Miguel Arias Cañete x SOLAR DECATHLON EUROPE"],"date":["2015-01-09"],"summary":["SOLAR DECATHLON EUROPE Initiative"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-280865315484-79","ec-person-2229c857664a22dcb8eee79a8c05841fd3d0924f"]}} -{"id":"ec-meeting-2015-01-09-709ccf70506f42f2c6e1dca4b53f29a0a575818e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-09 - Cabinet of President Jean-Claude Juncker x PA Europe"],"date":["2015-01-09"],"summary":["Outside EU-investments"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-11064742654-42","ec-person-80c6995ad1cd6aefa72f1bf440b17b6d8c6dd4b8"]}} -{"id":"ec-meeting-2015-01-09-735b75acd2c1c0bac810320d1bfa05b511c70b58","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-09 - Joint Research Centre x Neste Oyj"],"date":["2015-01-09"],"summary":["Meeting on evaluation of the current cooperation (results of the petroleum refineries fitness check, well to wheel project) and discussion on future scientific challenges in the areas of alternative fuels and genotoxicology and fuels."],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-jrc"],"involved":["ec-person-b3e6b7a4bd40eead1b939244f1cb4e9bdaf65f46","eu-tr-10257354120-19"]}} -{"id":"ec-meeting-2015-01-09-87e24432649301d1727b7c7bdb6047c4efe70a8f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-09 - Cabinet of Vice-President Jyrki Katainen x EUROCADRES - THE COUNCIL OF EUROPEAN PROFESSIONAL AND MANAGERIAL STAFF"],"date":["2015-01-09"],"summary":["Skills and education in labour market"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-99365f4c3081112dcbfa722a5eb05adecc68503e","eu-tr-803183412905-34"]}} -{"id":"ec-meeting-2015-01-09-88ee36693ff665de663b33fb3294aea234c7f437","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-09 - Cabinet of Commissioner Věra Jourová x Centre for Democracy & Technology, Europe"],"date":["2015-01-09"],"summary":["Data protection"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["eu-tr-57305017757-64","ec-person-f329292459cb1badb7fb7c6b67b698c441931bb2"]}} -{"id":"ec-meeting-2015-01-09-91838a6e7358951ff29bc8cc2377fe9093151e63","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-09 - Cabinet of Commissioner Phil Hogan x None"],"date":["2015-01-09"],"summary":["Current Agriculture Issues"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-a1a78365cc4685b0958056646204977d8f2ead92"]}} -{"id":"ec-meeting-2015-01-09-a196a0a3b45516253c37ef3cfaabdbb09080fdaa","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-09 - Cabinet of Vice-President Miguel Arias Cañete x Neste Oyj"],"date":["2015-01-09"],"summary":["STATE OF PLAY AND OUTLOOK FOR THE EUROPEAN REFINERIES SECTOR, COMMISSION PRIORITIES IN ENERGY AND CLIMATE POLICY"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-260e00934471a02805fb143935d6e9205a7f355f","eu-tr-10257354120-19"]}} -{"id":"ec-meeting-2015-01-09-ac6af5885e59f56d9af719eb8353b149af7ecf98","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-09 - Cabinet of Commissioner Phil Hogan x Meat and Livestock Australia"],"date":["2015-01-09"],"summary":["Regulation(EU)No 481/2012 and grain-fed beef quota"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-400dd8d59d3060187d9b9b143d697da1a3d03c12","ec-person-c9d17d5879383b030f61a4066848249fb35d57e4","eu-tr-273679115361-86"]}} -{"id":"ec-meeting-2015-01-09-bbbc43de13ccf059f27e128c165b73730b07dd3f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-09 - Cabinet of Vice-President Karmenu Vella x Plastics Europe"],"date":["2015-01-09"],"summary":["Circular Economy Package"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["ec-person-4ff7c27445db4ad88e687776974fd8d077a1fe0c","eu-tr-454264611835-56"]}} -{"id":"ec-meeting-2015-01-09-c21e36feab8bcc1a09625e2d33f646eedc3ddf7a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-09 - Cabinet of Commissioner Margrethe Vestager x Think Tank EUROPA"],"date":["2015-01-09"],"summary":["Introduction to the work of Think Tank EUROPA"],"notes":["Portfolio: Competition"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-margrethe-of-vestager"],"involved":["eu-tr-815211615744-03","ec-person-6e8b9cd7bb1a15a7e90b04790769360ba931cafd"]}} -{"id":"ec-meeting-2015-01-09-ca31f4f37e1b2294b2c677767921edd9aa7bbd41","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-09 - Cabinet of Vice-President Maroš Šefčovič x European Biogas Association"],"date":["2015-01-09"],"summary":["Le rôle du biogaz dans l'union énergétique"],"notes":["Portfolio: Energy Union"],"location":["Brussels, BE"],"address":["Brussels, BE"],"addressEntity":["addr-bd80958a978de8af51caa97a25a75f30d0061d71"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-18191445640-83","ec-person-ea6b517040e26a62f17d2829afffeba48cfd682f"]}} -{"id":"ec-meeting-2015-01-09-d08a5be12ee01f2dd3cb98e6a25e81d2a62b6ebe","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-09 - Cabinet of Vice-President Miguel Arias Cañete x European Biogas Association"],"date":["2015-01-09"],"summary":["STATE OF PLAY AND OUTLOOK OF THE EUROPEAN BIOGAS SECTOR, COMMISSION PRIORITIES IN ENERGY AND CLIMATE POLICY"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-18191445640-83","ec-person-260e00934471a02805fb143935d6e9205a7f355f"]}} -{"id":"ec-meeting-2015-01-09-d2f883e4f4e838c264b98bcf4a40ba9e3312c9ef","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-09 - Cabinet of Commissioner Vytenis Andriukaitis x European Dairy Association aisbl"],"date":["2015-01-09"],"summary":["NUTRITION AND HEALTH CLAIMS, FOOD INFORMATION TO CONSUMERS – GENERAL OVERVIEW, ORIGIN LABELLING, TRANS FATTY ACIDS, NATIONAL APPROACHES AND SINGLE MARKET, FOOD WASTE REDUCTION, ANIMAL HEALTH AND WELFARE,"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-b9c3f19e7c5f216e3e508f931ddd6a9cb59376d1","eu-tr-42967152383-63","ec-person-0dbfffeb0323f819c8d57164906086dd8639c437","ec-person-df30d07ef698a52b9948b9c734db39196cf8541f"]}} -{"id":"ec-meeting-2015-01-09-ef21fe37859e8aa1dc9390513c9f1db73b30e7e7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-09 - Cabinet of Commissioner Elżbieta Bieńkowska x Association of the European Self-Care Industry"],"date":["2015-01-09"],"summary":["Introductory meeting to discuss the Self-Medication Industry"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-99565011637-64","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2015-01-09-ef5e12370ef808dcbf5e6108e140bf26021c71d4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-09 - Cabinet of First Vice-President Frans Timmermans x None"],"date":["2015-01-09"],"summary":["Roundtable with NGO's on fundamental rights"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-57868523887-16","eu-tr-09854512780-89","eu-tr-43251547769-22","ec-person-966667b73d92624be9bb019c2baab7e52331b3d3","eu-tr-195536914302-36","eu-tr-85686156700-13","eu-tr-85083981189-35","eu-tr-11063928073-34","eu-tr-11977456675-84","eu-tr-97628146980-33","eu-tr-16549972091-86","eu-tr-43750202163-43","eu-tr-56362448807-46"]}} -{"id":"ec-meeting-2015-01-09-f0d53140cf45ad3acb222191d3ce9a55a4071335","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-09 - Cabinet of First Vice-President Frans Timmermans x European Public Affairs Consultancies Association"],"date":["2015-01-09"],"summary":["Transparency"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Berlaymont - Brussels - Belgium"],"address":["Berlaymont - Brussels - Belgium"],"addressEntity":["addr-73ecdfb58fa6c4a3ad40b7d91c6325977c9a787a"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["ec-person-4076aef8226bd451277bfd5135aa27d63b2ac548","eu-tr-8828523562-52"]}} -{"id":"ec-meeting-2015-01-09-f2830152f6444a4ff0fd561bf8440f9d7a2d5f61","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-09 - Cabinet of President Jean-Claude Juncker x EuroComment"],"date":["2015-01-09"],"summary":["Investment Plan"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-123577115553-43","ec-person-80c6995ad1cd6aefa72f1bf440b17b6d8c6dd4b8"]}} -{"id":"ec-meeting-2015-01-09-f5fbea82e5bde3eed4560ab36bedfa09e58582f6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-09 - Cabinet of Vice-President Jyrki Katainen x EUROMETAUX"],"date":["2015-01-09"],"summary":["Industrial policy and metals industry"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90","eu-tr-61650796093-48"]}} -{"id":"ec-meeting-2015-01-12-091181ac1fdf9fbe788b7a8ce7d9e8fc5eaa4640","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-12 - Mobility and Transport x Hitachi Europe Ltd."],"date":["2015-01-12"],"summary":["Presentation of Hitachi Rail's activities in Europe"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-move"],"involved":["ec-person-d856b0f199c84d5b5003106bea2ee6d0392e2428","eu-tr-50213201578-64"]}} -{"id":"ec-meeting-2015-01-12-09e77b60434a1728ef971d7a59d5edb7b3b9a40e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-12 - Energy x GRTgaz"],"date":["2015-01-12"],"summary":["Gas infrastructures"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-584527815328-09","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2015-01-12-1eb3ac6e6f4d084dd1ecd33afe4c6dadec5db844","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-12 - Cabinet of Vice-President Jyrki Katainen x Prudential plc"],"date":["2015-01-12"],"summary":["Investment Plan"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-65288482768-64","ec-person-7c9460f99c5872dbdc561f5752401c870d12e98b"]}} -{"id":"ec-meeting-2015-01-12-20eaf149253f7085808ef2729ad420c4185f5cbc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-12 - Energy x Edison Spa"],"date":["2015-01-12"],"summary":["European Energy Policy priorities"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["ec-person-6997149120ce5129e38febe5275dc8fd03232d2e","eu-tr-401111262-07"]}} -{"id":"ec-meeting-2015-01-12-2d0a582fa6ec0535c5e77475ecb47935bf9e1693","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-12 - Cabinet of Vice-President Cecilia Malmström x Airbus"],"date":["2015-01-12"],"summary":["Aerospace industry and global trade"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-2732167674-76","ec-person-98880f3f4206145e196013db9dd806a551c11e06"]}} -{"id":"ec-meeting-2015-01-12-32eab08d4dbed605402e61b31b196ee5616056d9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-12 - Cabinet of Vice-President Jyrki Katainen x KfW Bankengruppe"],"date":["2015-01-12"],"summary":["Investment initiative"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-88d71b399a3e13a243bdc4676e481835e8e5b2f2","eu-tr-79019799690-13"]}} -{"id":"ec-meeting-2015-01-12-3ee48ccdaa72fd24dbe6e80c981234d343ab5f4e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-12 - Cabinet of Vice-President Valdis Dombrovskis x WWF European Policy Programme"],"date":["2015-01-12"],"summary":["EU2020 and European Semester"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["European Commission - Berl"],"address":["European Commission - Berl"],"addressEntity":["addr-5c576901fa336deffd038d813380287b9735568c"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-1414929419-24","ec-person-48f31156d932641826e09f5b73f074d35ff05786"]}} -{"id":"ec-meeting-2015-01-12-43a302e0f49e536c979e66f3095f69bcfbfb7d3e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-12 - Internal Market, Industry, Entrepreneurship and SMEs x Asesores Comunitarios, S.L."],"date":["2015-01-12"],"summary":["Industrial Competitiveness / Energy and Climate"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-grow"],"involved":["ec-person-9f3f9b58a22cf98d55521b290d1facc431bdce86","eu-tr-16699959051-14"]}} -{"id":"ec-meeting-2015-01-12-49739cb30016e2b9c457e43e84f1101ff94f54a1","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2015-01-12 - Education, Youth, Sport and Culture x Federation of European Publishers"],"date":["2015-01-12"],"summary":["Federation of European Publishers (to discuss challenges of European editing)","Les défis de l'édition européenne et la contribution à la diversité culturelle"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-eac"],"involved":["eu-tr-398541467-53","ec-person-4b0c15b75d9d40b5f296fc3f15972fd544f6b6d6"]}} -{"id":"ec-meeting-2015-01-12-4a64facb409e6431f52ee11b3b59880ca0429515","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-12 - Cabinet of Commissioner Jonathan Hill x EUROPEAN TRADE UNION CONFEDERATION"],"date":["2015-01-12"],"summary":["Introductory meeting + discussion of priorities for 2015 in financial services"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["eu-tr-06698681039-26","ec-person-f247edfcff54d4f26fc10769f809c92bc72d6797"]}} -{"id":"ec-meeting-2015-01-12-4c09b8edc73e863a0ef1566839b3f7ef779576d7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-12 - Cabinet of Commissioner Carlos Moedas x European Chemical Industry Council"],"date":["2015-01-12"],"summary":["Horizon 2020"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-fb56329c22510c66ab50a8bdba13230bdae32902","eu-tr-64879142323-90"]}} -{"id":"ec-meeting-2015-01-12-61190bb9371612f1db9d601745aee277f3b004e1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-12 - Mobility and Transport x Schmid Mobility Solutions GmbH"],"date":["2015-01-12"],"summary":["Introduction of Mobility Solutions GmbH, German infrastructure funding"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-move"],"involved":["ec-person-d856b0f199c84d5b5003106bea2ee6d0392e2428","eu-tr-835954415408-30"]}} -{"id":"ec-meeting-2015-01-12-63ad6b3cc017a74e19e9225ea317a82d73028387","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-12 - Cabinet of Commissioner Elżbieta Bieńkowska x G Plus Ltd (t/a Portland) Hertz Europe Limited Avis Budget EMEA Limited Europcar International"],"date":["2015-01-12"],"summary":["Car rental"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-604754615376-18","eu-tr-7223777790-86","ec-person-b2f9be51339f054477846797e2c119fcf16548fc","eu-tr-446165615401-28","ec-person-daef7f819b2f3ffe5e4f5d8eb2782954f3c4a4e2","eu-tr-572529515371-63"]}} -{"id":"ec-meeting-2015-01-12-66a3a610a756740bcd86456ec689bc86e8409b24","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-12 - Cabinet of Vice-President Valdis Dombrovskis x Prudential plc Prudential plc"],"date":["2015-01-12"],"summary":["Capital Markets Union, Solvency II, priorities of the Juncker Commission including investment plan"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-754ed38c8c41a4774ea216057a91839acc09b1e1","eu-tr-65288482768-64","ec-person-3f9ca71b74344417d1f072ba7f3e2f09a223b036"]}} -{"id":"ec-meeting-2015-01-12-6e5badb0d2a77b43d40d873853f8a544d0b56590","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-12 - Cabinet of Vice-President Jyrki Katainen x Meridiam"],"date":["2015-01-12"],"summary":["Investment initiative"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90","ec-person-3775b7be791f90ed462b9071c9ae596b80d71bca","eu-tr-118451215540-75"]}} -{"id":"ec-meeting-2015-01-12-7216f818e499754425d29550eeca5b75a8799189","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-12 - Energy x E.ON SE"],"date":["2015-01-12"],"summary":["Gas Storage"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-72760517350-57","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2015-01-12-7562a17734b97d62f420270b3389eff22ad7701a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-12 - Justice and Consumers x Bureau Européen des Unions de Consommateurs"],"date":["2015-01-12"],"summary":["Consumer policy issues"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-just"],"involved":["eu-tr-9505781573-45","ec-person-26f8747866bd0d81cebb7a339c1ac11294d9676e"]}} -{"id":"ec-meeting-2015-01-12-897a04fb2c74d2331975df2ad8fec3a1badf4091","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-12 - Günther Oettinger x HSBC Holdings PLC"],"date":["2015-01-12"],"summary":["Findings of the GROU020"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-dg-de"],"involved":["eu-tr-001866415031-87","ec-person-c6cae64cc7dc787b66a47ab1613d3e922875b971"]}} -{"id":"ec-meeting-2015-01-12-8ca8014ece7cf14663ca34c991130f1c8daf58f4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-12 - Cabinet of Vice-President Karmenu Vella x Plastics Recyclers Europe"],"date":["2015-01-12"],"summary":["Circular Economy"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["ec-person-4ff7c27445db4ad88e687776974fd8d077a1fe0c","eu-tr-00162715418-92"]}} -{"id":"ec-meeting-2015-01-12-8f8a7495abc91035690bea7d5abb0abf075b92bd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-12 - Cabinet of Vice-President Maroš Šefčovič x International Association of Oil & Gas Producers Europe"],"date":["2015-01-12"],"summary":["Energy Union"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-1f95be23689cd4ed0a26fe2980f760ccf2d55c1e","eu-tr-3954187491-70"]}} -{"id":"ec-meeting-2015-01-12-963151847e88e6f59253627af756ffd64bcc39ef","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-12 - Cabinet of Vice-President Karmenu Vella x Conference of Peripheral Maritime Regions (CRPM)"],"date":["2015-01-12"],"summary":["Sustainable blue growth in maritime regions"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["ec-person-4ff7c27445db4ad88e687776974fd8d077a1fe0c","eu-tr-5546423688-07","ec-person-2966d69fae0ea4e67f3f2df5a743cc766267d3c8"]}} -{"id":"ec-meeting-2015-01-12-96a83015fccb572ac9aafce39887f810eeac6dde","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-12 - Cabinet of Vice-President Miguel Arias Cañete x AGRUPACIÓN DE FABRICANTES DE CEMENTO DE ESPAÑA"],"date":["2015-01-12"],"summary":["ETS (Emission Trading Scheme)"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-875633611990-87","ec-person-260e00934471a02805fb143935d6e9205a7f355f","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd","ec-person-25a937c04cd0a0ddcf5cf34798e76b5105854114"]}} -{"id":"ec-meeting-2015-01-12-9c3765622e5083b6e722a3cf68ae59451cf2aaa0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-12 - Cabinet of Vice-President Jyrki Katainen x Advocacy Strategies AG"],"date":["2015-01-12"],"summary":["Energy Policy"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-269765512149-12","ec-person-0da85dc48012e26688310a59a0b51727ea68f410"]}} -{"id":"ec-meeting-2015-01-12-9e83d7812b07e94ceeb715946a2de4e8f230b781","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-12 - Cabinet of Commissioner Tibor Navracsics x European Union Youth Orchestra Foundation"],"date":["2015-01-12"],"summary":["Introductory meeting"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-cb6aa96c497dead35eb0f2ed0339e5423d506549","ec-person-dc2e0fed0fdf39a6a3f3ad63355c5215599de9d1","eu-tr-859389815176-35"]}} -{"id":"ec-meeting-2015-01-12-a285c088bcc228282af63c959bb5575c98906dcc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-12 - Energy x The European Steel Association"],"date":["2015-01-12"],"summary":["Energy costs"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-93038071152-83","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2015-01-12-a4a1d09dbca2208d534274d34138d6de3dc59db7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-12 - Cabinet of Commissioner Phil Hogan x Conféderation Européenne des Propriétaires Forestiers"],"date":["2015-01-12"],"summary":["Forestry"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-3647455667-08","ec-person-ff8342dedc26701400fcb7dcf73fbee50a837ac6"]}} -{"id":"ec-meeting-2015-01-12-aebc0efe2c931d983ce591b89b6274843b73f228","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-12 - Cabinet of Vice-President Miguel Arias Cañete x Edelman Public Relations Worldwide"],"date":["2015-01-12"],"summary":["Food security and biodiversity"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-95f883d5d0d484088f26191a8fea8553d674dfbe","eu-tr-68037017809-51"]}} -{"id":"ec-meeting-2015-01-12-af660cab53b89ddc8cbf1f151aa17d467d4f3348","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-12 - Cabinet of Commissioner Carlos Moedas x COTEC Portugal - Associação Empresarial para a Inovação"],"date":["2015-01-12"],"summary":["Presentation of COTEC and its activities to promote innovation in Portugal"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-23980b2bc4fd9c82051d0f7888dc236b2f764866","eu-tr-407907815494-03"]}} -{"id":"ec-meeting-2015-01-12-b9064aead42d5e99ec304468117e94b0c3b0849c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-12 - Cabinet of Commissioner Elżbieta Bieńkowska x Edison Spa"],"date":["2015-01-12"],"summary":["Euroepan Energy policy and Edison's European gas operations & gas pipeline projects, The Greek power market, The Italian electricity market, in particular hydropower"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-401111262-07","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2015-01-12-baaf77385ada3f870c54d224e12ed13f48ba59db","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-12 - Communications Networks, Content and Technology x Federation of European Publishers"],"date":["2015-01-12"],"summary":["Digital Single Market, Copyright and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-398541467-53","ec-person-3d379ff88d704acbd3444fdd59765df1225d4f9b"]}} -{"id":"ec-meeting-2015-01-12-bbdd540b7f60f968a79177086f877efbd87a42bd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-12 - Cabinet of Commissioner Jonathan Hill x Prudential plc Prudential plc"],"date":["2015-01-12"],"summary":["Capital Markets Union, Solvency II, priorities of the Juncker Commission including investment plan"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["eu-tr-65288482768-64","ec-person-3d459716e762c2743359f9dd743a971aa173b2ea","ec-person-890015b0d769ee93a09119846b414d4aae7c64ae"]}} -{"id":"ec-meeting-2015-01-12-c642129bd3cbe54a61e25447f8760160ee9fb5e0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-12 - Cabinet of Commissioner Pierre Moscovici x Siempre"],"date":["2015-01-12"],"summary":["Private commercial litigation"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["eu-tr-672811914947-51","ec-person-738f7f25002d191bd2df8936e8f8d1d726c19e2e"]}} -{"id":"ec-meeting-2015-01-12-cb50459ace2d3df5f44d667192c99dbbb4114123","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-12 - Cabinet of Commissioner Pierre Moscovici x Zurich Insurance Company Ltd"],"date":["2015-01-12"],"summary":["Exchange of views and economic situation and outlook"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["BERL 10/180"],"address":["BERL 10/180"],"addressEntity":["addr-17a77f6821b8ccd7260dc876b018cb4f7cf7f95a"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["ec-person-ac604755dc7677c8653a5a5172e851f7c8e468b4","eu-tr-499059113403-37"]}} -{"id":"ec-meeting-2015-01-12-d0b7d3b8295a995babedf7686f8972678dc48b58","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-12 - Cabinet of Vice-President Cecilia Malmström x Nordic Hunters' Alliance"],"date":["2015-01-12"],"summary":["Trade in seal products"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-19b143e83f8ab978c55c8a9a9e49e06dbfa14bf3","ec-person-5d4088e1913284a765aed8445f448f6ff341f1b3","eu-tr-11101757375-75"]}} -{"id":"ec-meeting-2015-01-12-d423730c557632d23de3365eeb9f7a55c2502527","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-12 - Energy x EPEX SPOT TenneT Holding B.V. APX Holding B.V."],"date":["2015-01-12"],"summary":["Power spot markets"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["ec-person-6997149120ce5129e38febe5275dc8fd03232d2e","eu-tr-174304615349-26","eu-tr-289810215426-07","eu-tr-623791615310-21"]}} -{"id":"ec-meeting-2015-01-12-fd7107b91fbf39ded4992e3bb9dabd52cdc0987d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-12 - Cabinet of High Representative / Vice-President Federica Mogherini x Edison Spa"],"date":["2015-01-12"],"summary":["The importance of the Juncker Investment plan for the energy sector"],"notes":["Portfolio: Foreign Affairs and Security Policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"involved":["ec-person-0d87d503aa00db1df141f3b1bfea3e0ccb43ece9","eu-tr-401111262-07"]}} -{"id":"ec-meeting-2015-01-13-0969826e699dd08c833a5f7a188b147364dba67b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-13 - Cabinet of Commissioner Jonathan Hill x Conseil de Coopération Economique"],"date":["2015-01-13"],"summary":["Financial Policy - Priorities 2015"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["ec-person-a9f927e92126f22da48d08ee37b059179988ada8","eu-tr-260656615546-60"]}} -{"id":"ec-meeting-2015-01-13-15140749573c66ab6093ed52076ede2f9728c600","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-13 - Cabinet of Vice-President Valdis Dombrovskis x Abertis Infraestructuras S.A."],"date":["2015-01-13"],"summary":["Economic situation"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Berl 10/021"],"address":["Berl 10/021"],"addressEntity":["addr-7992dd464989e1ef41cb22ec804054aa5368b1e7"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-902665668634b69ce99a97f1853d89a9d1b275f2","eu-tr-934237012880-23"]}} -{"id":"ec-meeting-2015-01-13-30afa67605c8090d42f5195d5c8a3e70b243648b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-13 - Cabinet of Commissioner Violeta Bulc x European Sea Ports Organisation"],"date":["2015-01-13"],"summary":["Situation of European Ports"],"notes":["Portfolio: Transport"],"location":["Brusssels"],"address":["Brusssels"],"addressEntity":["addr-d87e4e3908f82473ed813ca5f132993797b061f4"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-01554483175-08","ec-person-e14c58f620f40325d829df7be0823280307bc15f"]}} -{"id":"ec-meeting-2015-01-13-37a0878fe94052e9f7ac05c9436029009bf44768","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-13 - Energy x Coalition France pour l'efficacité énergétique"],"date":["2015-01-13"],"summary":["Energy Efficiency"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-647629915338-36","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2015-01-13-487d80c6975a9b3ffc996f7944e1525ac36e8c18","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-13 - Internal Market, Industry, Entrepreneurship and SMEs x General Electric Company"],"date":["2015-01-13"],"summary":["Recent activities of General Electric in Europe"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-grow"],"involved":["ec-person-9f3f9b58a22cf98d55521b290d1facc431bdce86","eu-tr-4016736872-59"]}} -{"id":"ec-meeting-2015-01-13-4927426970f8ba96fc0b675ca020ff7a9435e9c5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-13 - Cabinet of Commissioner Violeta Bulc x Hutchison Europe - Brussels Branch"],"date":["2015-01-13"],"summary":["EU transport priorities"],"notes":["Portfolio: Transport"],"location":["Brussels-Belgium"],"address":["Brussels-Belgium"],"addressEntity":["addr-8aa817030dbcdfbb53f748ee3078a4c164aa27db"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-7ac9445abdddc66a79f539ae13eb74e1ceb512df","eu-tr-3779891566-57"]}} -{"id":"ec-meeting-2015-01-13-4e3a6620a01027d1305a308f1a5212691f4e35a5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-13 - Cabinet of Commissioner Tibor Navracsics x Federation of the European Sporting Goods Industry"],"date":["2015-01-13"],"summary":["Preparation Münich trade fair exhibition 06/02/15"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-49f31dad10f5641cb1d1e4c3107dd838389e8120","eu-tr-616677713667-62"]}} -{"id":"ec-meeting-2015-01-13-4ed56384ba76e85fa5b58036212194bc10b1fb50","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-13 - Communications Networks, Content and Technology x AT&T, Inc."],"date":["2015-01-13"],"summary":["Davos Prospects"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["ec-person-3d379ff88d704acbd3444fdd59765df1225d4f9b","eu-tr-92442218459-37"]}} -{"id":"ec-meeting-2015-01-13-5a99afefb9681224cf191e1691a2f96543953506","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2015-01-13 - Cabinet of Commissioner Elżbieta Bieńkowska x Alber & Geiger"],"date":["2015-01-13"],"summary":["German Gambling Laws","Gambling"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["ec-person-b2f9be51339f054477846797e2c119fcf16548fc","eu-tr-67820416722-09","ec-person-daef7f819b2f3ffe5e4f5d8eb2782954f3c4a4e2"]}} -{"id":"ec-meeting-2015-01-13-61130c35a9067fbfe48ffd751900d386cdd28e10","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-13 - Communications Networks, Content and Technology x FIPRA International SRL"],"date":["2015-01-13"],"summary":["MSS, DAG, Third Package review and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-58746194306-23","ec-person-3d379ff88d704acbd3444fdd59765df1225d4f9b"]}} -{"id":"ec-meeting-2015-01-13-61c10e7ba331fd462253179234d57daa52074856","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-13 - Cabinet of Vice-President Miguel Arias Cañete x Confederation of European Paper Industries"],"date":["2015-01-13"],"summary":["NER 400"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-72279144480-58","ec-person-25a937c04cd0a0ddcf5cf34798e76b5105854114"]}} -{"id":"ec-meeting-2015-01-13-6660e318ad696e8d4a8a7513631ef633df7ca9a1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-13 - Cabinet of Commissioner Jonathan Hill x Ørsted A/S"],"date":["2015-01-13"],"summary":["Mifid level 2, EMIR level 2"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["eu-tr-870817015429-80","ec-person-890015b0d769ee93a09119846b414d4aae7c64ae"]}} -{"id":"ec-meeting-2015-01-13-67d074fbfa4adac9648f078f22a4f0bef3b007b8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-13 - Cabinet of Commissioner Jonathan Hill x European Capital Markets Institute"],"date":["2015-01-13"],"summary":["Capital Markets Union"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["ec-person-5e8e66c5b37cfc1f9272932bf8e12f4b28d1160a","eu-tr-63505977233-67"]}} -{"id":"ec-meeting-2015-01-13-704a46d2e33ab3b1ca1aa018e93ebe58f95b692e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-13 - Cabinet of Commissioner Elżbieta Bieńkowska x European Tyre & Rubber Manufacturers' Association"],"date":["2015-01-13"],"summary":["Introductory meeting"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["ec-person-b2f9be51339f054477846797e2c119fcf16548fc","eu-tr-6025320863-10","ec-person-3d55409fa049ff6b397a9afc2fcc21bc7c409f0d","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2015-01-13-9bbc36aa17d87fb39dc5bb3a81038639f608be7b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-13 - Günther Oettinger x Hutchison Europe - Brussels Branch"],"date":["2015-01-13"],"summary":["Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-d8b86b98a24683917c569000ed6d8c45bedbbc00","eu-tr-3779891566-57"]}} -{"id":"ec-meeting-2015-01-13-a92dab32defcac452720590f19c1809f927c5279","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2015-01-13 - Cabinet of Commissioner Elżbieta Bieńkowska x PA Europe"],"date":["2015-01-13"],"summary":["Introductory meeting","Juncker Investment plan, in particular the possibilitiy to extend the scope to investments outside the EU"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-11064742654-42","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2015-01-13-bff25864f7953731489392b725c4a8ba15f5ecb0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-13 - Cabinet of Vice-President Jyrki Katainen x european competitive telecommunications association"],"date":["2015-01-13"],"summary":["Telecom infrastructure investments"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-24627752238-32","ec-person-0310c3b87e155f5572493e91d12eebab9736a76b"]}} -{"id":"ec-meeting-2015-01-13-d2a37571e3f988a5a89fcbf662c5025024ab7640","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-13 - Cabinet of Commissioner Violeta Bulc x Verband Deutscher Reeder"],"date":["2015-01-13"],"summary":["Impact of EU regulation on shipping industry"],"notes":["Portfolio: Transport"],"location":["Brussels, Berlaymont"],"address":["Brussels, Berlaymont"],"addressEntity":["addr-2d842da4e8cf3dbd0304d45e6b874d5f0aa57edf"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-74850577610-03","ec-person-e14c58f620f40325d829df7be0823280307bc15f"]}} -{"id":"ec-meeting-2015-01-13-ef65c604dfafdeee5de3cd316a344905c3a1e2e4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-13 - Cabinet of Commissioner Violeta Bulc x None"],"date":["2015-01-13"],"summary":["Air Passenger rights"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-45d2f72e4220e858aa7de27f3205fe734c6d8ef3"]}} -{"id":"ec-meeting-2015-01-14-02fa8b2add30b7034c86eab34c5dc13d0d2e30cb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-14 - Günther Oettinger x Microsoft Corporation"],"date":["2015-01-14"],"summary":["Digital skills"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-0801162959-21","ec-person-4cd59e13386e3b68ecb3611fcc579e0a0a3938a5"]}} -{"id":"ec-meeting-2015-01-14-0a3cacf022cb9b5d6491ac8496a9d750dab90b6e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-14 - Cabinet of Vice-President Miguel Arias Cañete x E.ON SE"],"date":["2015-01-14"],"summary":["Energy Union and Internal Energy Market"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-25a937c04cd0a0ddcf5cf34798e76b5105854114","eu-tr-72760517350-57","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd","ec-person-2229c857664a22dcb8eee79a8c05841fd3d0924f"]}} -{"id":"ec-meeting-2015-01-14-0b0d427bb2bc6b333891470d3a45f6b7a08b57b7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-14 - Cabinet of Vice-President Andrus Ansip x Bertelsmann SE & Co. KGaA"],"date":["2015-01-14"],"summary":["Copyright, broadband"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-26103486608-47","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45"]}} -{"id":"ec-meeting-2015-01-14-0e1742d53a5a07ae3fb57b5036a50ea1839c0a60","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-14 - Cabinet of Vice-President Maroš Šefčovič x Gazprom"],"date":["2015-01-14"],"summary":["Meeting with CEO Alexey Borisovich"],"notes":["Portfolio: Energy Union"],"location":["Moscow"],"address":["Moscow"],"addressEntity":["addr-d18a788a440ad02e3f8bb9bece0ff541ee05f885"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-622135013267-04","ec-person-1f95be23689cd4ed0a26fe2980f760ccf2d55c1e"]}} -{"id":"ec-meeting-2015-01-14-0f4ccd8f778ebbe4054707fabd598c148211a60b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-14 - Cabinet of Vice-President Miguel Arias Cañete x Fortum Oyj"],"date":["2015-01-14"],"summary":["Energy Union and Internal Energy Market"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels-Belgium"],"address":["Brussels-Belgium"],"addressEntity":["addr-8aa817030dbcdfbb53f748ee3078a4c164aa27db"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-03501997362-71","ec-person-25a937c04cd0a0ddcf5cf34798e76b5105854114","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd","ec-person-2229c857664a22dcb8eee79a8c05841fd3d0924f"]}} -{"id":"ec-meeting-2015-01-14-11bb5a8bbd041d6f24f165c01ac725f53bad9774","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-14 - Cabinet of Commissioner Margrethe Vestager x Confederation of Danish Industry"],"date":["2015-01-14"],"summary":["Introduction to Confederation of Danish Industry"],"notes":["Portfolio: Competition"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-margrethe-of-vestager"],"involved":["eu-tr-5749958415-41","ec-person-a1f378e46b040b842cbc35e6d89735a7792cd328"]}} -{"id":"ec-meeting-2015-01-14-1a7a9ee6d18d4dd6270cc5897d7fb9c351000ed2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-14 - Employment, Social Affairs and Inclusion x BUSINESSEUROPE EUROPEAN TRADE UNION CONFEDERATION SGI Europe SMEunited aisbl"],"date":["2015-01-14"],"summary":["Meeting with Social Partners"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-empl"],"involved":["eu-tr-55820581197-35","eu-tr-3978240953-79","eu-tr-06698681039-26","ec-person-0d8ce1c547b8ca99decd25740ba12e2c0866a2fd","eu-tr-59513031434-92"]}} -{"id":"ec-meeting-2015-01-14-20866a4b415c84d79e68faffde53cc2fe25088a2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-14 - Cabinet of Vice-President Miguel Arias Cañete x RWE AG"],"date":["2015-01-14"],"summary":["Energy Union and Internal Market Energy"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-77608353460-77","ec-person-25a937c04cd0a0ddcf5cf34798e76b5105854114","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd","ec-person-2229c857664a22dcb8eee79a8c05841fd3d0924f"]}} -{"id":"ec-meeting-2015-01-14-2525e8b16ad6b265ad9360823f6d61a814f955ee","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-14 - Communications Networks, Content and Technology x Bartholomew Advisors SCS"],"date":["2015-01-14"],"summary":["DMS and Telecoms Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-237791211737-55","ec-person-3d379ff88d704acbd3444fdd59765df1225d4f9b"]}} -{"id":"ec-meeting-2015-01-14-258ddc1da69d62b2f0ccd8c1e1c877d1224206a5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-14 - Cabinet of Vice-President Miguel Arias Cañete x Verband Deutscher Reeder"],"date":["2015-01-14"],"summary":["Shipping contribution to fight against climate change - IMO discussions - Emission trading"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-74850577610-03","ec-person-95f883d5d0d484088f26191a8fea8553d674dfbe"]}} -{"id":"ec-meeting-2015-01-14-264fa1a18fe671d9a0bc7bc992787223a3b18c8e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-14 - Energy x Avisa Partners"],"date":["2015-01-14"],"summary":["South East Europe Energy policies"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-54210841652-13","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2015-01-14-2ee49605df2490fd95002c86284f964f4476eb03","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-14 - Günther Oettinger x Industriegewerkschaft Metall"],"date":["2015-01-14"],"summary":["Digitalisierung der Industrie"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-4cd59e13386e3b68ecb3611fcc579e0a0a3938a5","eu-tr-757195013270-80"]}} -{"id":"ec-meeting-2015-01-14-31d718c5edca3c78d467e615937161a0318da99d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-14 - Cabinet of Vice-President Jyrki Katainen x European Forum for Manufacturing"],"date":["2015-01-14"],"summary":["European Fund for Strategic Investments regulation and Capital Markets Union"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-f9208d930adc70c6c64e21701e48f85f6f18e949","eu-tr-113054111397-33"]}} -{"id":"ec-meeting-2015-01-14-36c38a3b843cd77f4b5c535a107a0a1ab656bd8a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-14 - Cabinet of Vice-President Miguel Arias Cañete x ENGIE"],"date":["2015-01-14"],"summary":["Energy Union and Internal Energy Market"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-90947457424-20","ec-person-25a937c04cd0a0ddcf5cf34798e76b5105854114","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd","ec-person-2229c857664a22dcb8eee79a8c05841fd3d0924f"]}} -{"id":"ec-meeting-2015-01-14-3da692b1bd04efd077338b603f7e21a0761acea9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-14 - Cabinet of Vice-President Andrus Ansip x Microsoft Corporation"],"date":["2015-01-14"],"summary":["Digital Single Market and Telecom Package reform"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels - EC premises"],"address":["Brussels - EC premises"],"addressEntity":["addr-5b89848910beb6aa111df14e65b65d35cc88444a"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-0801162959-21","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45","ec-person-91ca0921c6790191daa54427311acd63035e7c9e"]}} -{"id":"ec-meeting-2015-01-14-44dcf04a76da7c6fc645671d7afd459cefb53c58","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-14 - Migration and Home Affairs x Bundesvereinigung der Deutschen Arbeitgeberverbände e.V."],"date":["2015-01-14"],"summary":["Legal Migration, Labour/Economic Migration"],"location":["Berlin, Germany"],"address":["Berlin, Germany"],"addressEntity":["addr-45087614a913d81becb706e8469c1cd56b027e7f"],"organizer":["ec-dg-home"],"involved":["eu-tr-7749519702-29","ec-person-ae1262e8850ed1e9a0530b0ad7440ac648255896"]}} -{"id":"ec-meeting-2015-01-14-4bf117508d323747985ec85db015b52abe9c1e4d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-14 - Migration and Home Affairs x Bundesverband der Deutschen Industrie e.V."],"date":["2015-01-14"],"summary":["Legal Migration, Labour/Economic Migration"],"location":["Berlin, Germany"],"address":["Berlin, Germany"],"addressEntity":["addr-45087614a913d81becb706e8469c1cd56b027e7f"],"organizer":["ec-dg-home"],"involved":["eu-tr-1771817758-48","ec-person-ae1262e8850ed1e9a0530b0ad7440ac648255896"]}} -{"id":"ec-meeting-2015-01-14-4f901c8a8bba250c4f37f1e416eb389ebfe86f1d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-14 - Cabinet of Vice-President Jyrki Katainen x Fortum Oyj"],"date":["2015-01-14"],"summary":["Energy and climate policy"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-f9208d930adc70c6c64e21701e48f85f6f18e949","eu-tr-03501997362-71"]}} -{"id":"ec-meeting-2015-01-14-568fca327bed4a66179bf4f15d34cfcaf47873c1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-14 - Günther Oettinger x Deutsche Telekom"],"date":["2015-01-14"],"summary":["Digital Economy and Society"],"location":["Berlin, Germany"],"address":["Berlin, Germany"],"addressEntity":["addr-45087614a913d81becb706e8469c1cd56b027e7f"],"organizer":["ec-dg-de"],"involved":["ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0","eu-tr-60052162589-72"]}} -{"id":"ec-meeting-2015-01-14-5946563e5890eb281dfe483c04781e2fe3486f86","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-14 - Günther Oettinger x Association des Constructeurs Européens d'Automobiles"],"date":["2015-01-14"],"summary":["Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-d8b86b98a24683917c569000ed6d8c45bedbbc00","eu-tr-0649790813-47"]}} -{"id":"ec-meeting-2015-01-14-5e225aed835c4da070ec573c75fdc14690854546","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-14 - Cabinet of Vice-President Miguel Arias Cañete x IBERDROLA"],"date":["2015-01-14"],"summary":["Energy Union ans Internal Energy Market"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-41816938101-07","ec-person-25a937c04cd0a0ddcf5cf34798e76b5105854114","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd","ec-person-2229c857664a22dcb8eee79a8c05841fd3d0924f"]}} -{"id":"ec-meeting-2015-01-14-6947cda16852828ba405d56c0caad9825d4efc15","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-14 - Cabinet of Vice-President Jyrki Katainen x DIGITALEUROPE"],"date":["2015-01-14"],"summary":["ICT and digital industries"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-64270747023-20","ec-person-7c9460f99c5872dbdc561f5752401c870d12e98b","ec-person-0310c3b87e155f5572493e91d12eebab9736a76b"]}} -{"id":"ec-meeting-2015-01-14-696af2a78d472f96500363747281d6fbc18f30aa","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-14 - Cabinet of Commissioner Vytenis Andriukaitis x PA Europe"],"date":["2015-01-14"],"summary":["Antimicrobial resistance"],"notes":["Portfolio: Health & Food Safety"],"location":["Vilnius, Lithuania"],"address":["Vilnius, Lithuania"],"addressEntity":["addr-f6c3dc4ab736efbeb60a8e4bc749a1bb2bdf3251"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-d462b3c7daeee00ad55e380a7fb96819f79899df","eu-tr-11064742654-42","ec-person-df30d07ef698a52b9948b9c734db39196cf8541f"]}} -{"id":"ec-meeting-2015-01-14-6980abbd6ea4b02da034bfadf69b23d857b2307b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-14 - Cabinet of Vice-President Maroš Šefčovič x Friends of Sustainable Grids"],"date":["2015-01-14"],"summary":["Presentation of the organisation"],"notes":["Portfolio: Energy Union"],"location":["Berlaymont, Brussels"],"address":["Berlaymont, Brussels"],"addressEntity":["addr-fc86ff6aaa2cd722afeb09a33ccd03fec72f8cd1"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-91684615435-86","ec-person-af83ed49c403cb9d7ebfecca7893f0054c1f4be5"]}} -{"id":"ec-meeting-2015-01-14-71cb3edd56e69c20d383f757d82f6fa0daf93b86","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-14 - Cabinet of Commissioner Věra Jourová x BUSINESSEUROPE"],"date":["2015-01-14"],"summary":["Company law, Consumer protection/Product Safety, Data Protection, Gender Equality"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-a608b85b2ffef83f883b5a2330b6232efa1b7141","eu-tr-3978240953-79"]}} -{"id":"ec-meeting-2015-01-14-76de2a90ae9c25bce2cbfcb7a6752b2fd90b6c1f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-14 - Cabinet of Commissioner Elżbieta Bieńkowska x EuropaBio"],"date":["2015-01-14"],"summary":["Meeting with Introductory meeting w. Europabio to discuss the biotechnology industry in Europe (healthcare, agri-food and bioeconomy/industrial biotechnology field)"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-1298286943-59","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2015-01-14-77f47314f477d98f318c9c4699ba3f9efe7a4bed","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-14 - Günther Oettinger x Genna Cabinet Sprl"],"date":["2015-01-14"],"summary":["Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-d8b86b98a24683917c569000ed6d8c45bedbbc00","eu-tr-965553914278-94"]}} -{"id":"ec-meeting-2015-01-14-81514a076eb95d467c1c6b9d167d8ca483eb4659","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-14 - Cabinet of Commissioner Jonathan Hill x European Association of Co-operative Banks"],"date":["2015-01-14"],"summary":["Introductory Meeting"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["eu-tr-4172526951-19","ec-person-5e8e66c5b37cfc1f9272932bf8e12f4b28d1160a"]}} -{"id":"ec-meeting-2015-01-14-8c84686417d2cc9d2092eb1a15c8544fd4d26895","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-14 - Energy x Euroheat and Power"],"date":["2015-01-14"],"summary":["Energy Efficiency"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-88457577025-19","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2015-01-14-924808a639e02c95ef9e0bc3a438a69b040aba6c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-14 - Migration and Home Affairs x Deutsche Industrie- und Handelskammer"],"date":["2015-01-14"],"summary":["Legal Migration, Labour/Economic Migration"],"location":["Berlin, Germany"],"address":["Berlin, Germany"],"addressEntity":["addr-45087614a913d81becb706e8469c1cd56b027e7f"],"organizer":["ec-dg-home"],"involved":["eu-tr-22400601191-42","ec-person-ae1262e8850ed1e9a0530b0ad7440ac648255896"]}} -{"id":"ec-meeting-2015-01-14-945c112bddfbd22090fba1e4e4c186ed9b8ce67b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-14 - Mobility and Transport x CMA CGM BDGS Associés"],"date":["2015-01-14"],"summary":["Marine Transportation Sector, Current topics about CMA CGM"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-move"],"involved":["ec-person-d856b0f199c84d5b5003106bea2ee6d0392e2428","eu-tr-571251015415-10","eu-tr-672184615439-70"]}} -{"id":"ec-meeting-2015-01-14-9f6f832b7d353803755c3b2ce5ede9dbb63a5f76","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-14 - Cabinet of Vice-President Jyrki Katainen x Finnish Association of Construction Product Industries Miltton Brussels"],"date":["2015-01-14"],"summary":["Construction industry"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-869453610711-72","ec-person-99365f4c3081112dcbfa722a5eb05adecc68503e","eu-tr-970334114615-60"]}} -{"id":"ec-meeting-2015-01-14-a43ab5a7987c11a76868554fd3f25a5d1f2f99dc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-14 - Cabinet of Commissioner Jonathan Hill x Building Societies Association"],"date":["2015-01-14"],"summary":["Financial Services Policy"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["ec-person-03cf92829e273869bfbd8bbf4f1881dcd0848186","eu-tr-924933110421-64"]}} -{"id":"ec-meeting-2015-01-14-aa24ab21476f2a536f3a5766b08dd9b5804e9305","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-14 - Cabinet of Commissioner Jonathan Hill x Association of British Insurers"],"date":["2015-01-14"],"summary":["Financial Policy - Priorities 2015"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["ec-person-a9f927e92126f22da48d08ee37b059179988ada8","eu-tr-730137075-36"]}} -{"id":"ec-meeting-2015-01-14-ac1b1733cb2cadc0caf371297ed15c99a0288255","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-14 - Energy x General Electric Company"],"date":["2015-01-14"],"summary":["European Energy Policy priorities"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["ec-person-6997149120ce5129e38febe5275dc8fd03232d2e","eu-tr-4016736872-59"]}} -{"id":"ec-meeting-2015-01-14-acfa881cd0ab41757ae847381997d506abbb8701","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-14 - Cabinet of High Representative / Vice-President Federica Mogherini x Association of Social Democratic Municipalities"],"date":["2015-01-14"],"summary":["EU/Turkey relations"],"notes":["Portfolio: Foreign Affairs and Security Policy"],"location":["Berlaymont, Brussels"],"address":["Berlaymont, Brussels"],"addressEntity":["addr-fc86ff6aaa2cd722afeb09a33ccd03fec72f8cd1"],"organizer":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"involved":["eu-tr-198354815537-92","ec-person-ffe369688b1df8f09154d965f094473d619d72e0"]}} -{"id":"ec-meeting-2015-01-14-ad876b15e15a19ec4a10aae4a68502225985124a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-14 - Cabinet of Vice-President Valdis Dombrovskis x Pensioenfederatie (Federation of the Dutch Pension Funds)"],"date":["2015-01-14"],"summary":["Occupational pensions"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["European Commission- Berlaymont"],"address":["European Commission- Berlaymont"],"addressEntity":["addr-992b5a21e11d7465c45cb3a5008255df5a2ed56c"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-48f31156d932641826e09f5b73f074d35ff05786","eu-tr-84476202986-17"]}} -{"id":"ec-meeting-2015-01-14-c18aaca146375a0bae8541203d97a068983666ac","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-14 - Cabinet of Vice-President Jyrki Katainen x BUSINESSEUROPE"],"date":["2015-01-14"],"summary":["Energy Policy"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-3978240953-79","ec-person-0da85dc48012e26688310a59a0b51727ea68f410"]}} -{"id":"ec-meeting-2015-01-14-cbdd553abcaebd57267d53edbab3fed36b96c596","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-14 - Cabinet of Vice-President Jyrki Katainen x EuropaBio"],"date":["2015-01-14"],"summary":["Bioindustries and biotechnology"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-0310c3b87e155f5572493e91d12eebab9736a76b","eu-tr-1298286943-59"]}} -{"id":"ec-meeting-2015-01-14-ce3b5500ed1a07a7d9748ac9f837cbb6bf2226b3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-14 - Energy x EWE Aktiengesellschaft"],"date":["2015-01-14"],"summary":["Transmission & Distribution"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["ec-person-6997149120ce5129e38febe5275dc8fd03232d2e","eu-tr-00741337988-18"]}} -{"id":"ec-meeting-2015-01-14-d14518bf889bcacd15e0b09a634626b5de33ca78","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-14 - Cabinet of Commissioner Elżbieta Bieńkowska x Airbus"],"date":["2015-01-14"],"summary":["Intro meeting"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["ec-person-685ecf13dd26cd515c961e24ba71049af2302c5e","eu-tr-2732167674-76"]}} -{"id":"ec-meeting-2015-01-14-d3684419db1cdfe08d2de78d19842420939a922e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-14 - Internal Market, Industry, Entrepreneurship and SMEs x European Business Summit Network"],"date":["2015-01-14"],"summary":["2015 Summit / Potential collaboration GRW / EBS"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-grow"],"involved":["ec-person-9f3f9b58a22cf98d55521b290d1facc431bdce86","eu-tr-268958411031-65"]}} -{"id":"ec-meeting-2015-01-14-d632fc2430def2602bffa6c5fbfb60bf7e21a78b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-14 - Economic and Financial Affairs x International Capital Strategies LLC"],"date":["2015-01-14"],"summary":["Global and EU economic situation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-ecfin"],"involved":["ec-person-9b398cc97951266670f91bef34ea37df7380eef9","eu-tr-734454815679-40"]}} -{"id":"ec-meeting-2015-01-14-e0567d4178ff395938d192fe1e113e4e006055de","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-14 - Cabinet of Vice-President Valdis Dombrovskis x Policy Network and Communications Ltd"],"date":["2015-01-14"],"summary":["Capital Markets Union"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-471036615028-82","ec-person-3f9ca71b74344417d1f072ba7f3e2f09a223b036"]}} -{"id":"ec-meeting-2015-01-14-e53888026bbf6097d2775dda3a03b39f316052e3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-14 - Cabinet of Commissioner Elżbieta Bieńkowska x WindEurope"],"date":["2015-01-14"],"summary":["Energy Union and energy security, International competitiveness issues, Internal market, regulatory framework and interconnectors"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-19920706471-21","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2015-01-14-e5d395b3d100892501f375e2b88131ecd88941f5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-14 - Cabinet of Commissioner Elżbieta Bieńkowska x European Transport Safety Council"],"date":["2015-01-14"],"summary":["Vehicle safety legislation"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-78891371297-34","ec-person-b2f9be51339f054477846797e2c119fcf16548fc","ec-person-3d55409fa049ff6b397a9afc2fcc21bc7c409f0d"]}} -{"id":"ec-meeting-2015-01-14-ec258911f68de6cf8d4b7494768c1d851f2b0ef4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-14 - Cabinet of Commissioner Jonathan Hill x Lloyds Banking Group plc"],"date":["2015-01-14"],"summary":["Financial Services Policy"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["ec-person-03cf92829e273869bfbd8bbf4f1881dcd0848186","eu-tr-06872998232-31"]}} -{"id":"ec-meeting-2015-01-14-f2fe0c1047c31744e2eba2d78a23e6966a35f1b3","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2015-01-14 - Cabinet of High Representative / Vice-President Federica Mogherini x None"],"date":["2015-01-14"],"summary":["Réunion","Relation with professional associations"],"notes":["Portfolio: Foreign Affairs and Security Policy"],"location":["Berl Building Brussels","Berlaymont, Brussels, Belgium"],"address":["Berl Building Brussels","Berlaymont, Brussels, Belgium"],"addressEntity":["addr-0b7010ac7abf438645eacd50af3009b1252cd7a6","addr-20856529c991cf72de966b5442db6b9e5e1593f6"],"organizer":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"involved":["ec-person-62bf207e4274ad594e7eab4bfe20782f1d57f645"]}} -{"id":"ec-meeting-2015-01-15-0026ed79d31a2a8ab513ccc514000f8d5a0e2bb4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-15 - Cabinet of Vice-President Miguel Arias Cañete x SARTEAM EPS"],"date":["2015-01-15"],"summary":["ROAD project"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-923168214837-55","ec-person-95f883d5d0d484088f26191a8fea8553d674dfbe","ec-person-25a937c04cd0a0ddcf5cf34798e76b5105854114"]}} -{"id":"ec-meeting-2015-01-15-01d55b4ef7eb8969d094e320020893c28f8cd3ea","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-15 - Cabinet of Vice-President Miguel Arias Cañete x Airbus"],"date":["2015-01-15"],"summary":["Aviation - ETS - ICAO"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-2732167674-76","ec-person-95f883d5d0d484088f26191a8fea8553d674dfbe"]}} -{"id":"ec-meeting-2015-01-15-0640c37151c5b74e65cb2daa250c71c25d7ec2e4","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2015-01-15 - Cabinet of First Vice-President Frans Timmermans x Vereniging VNO-NCW"],"date":["2015-01-15"],"summary":["Sustainable development and circualr economy","Sustainable development and circular economy"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Berlaymont - Brussels","Berlaymont, Brussels"],"address":["Berlaymont - Brussels","Berlaymont, Brussels"],"addressEntity":["addr-36f33652c556765a5dad2fc43dc3e05e5d5f1d8d","addr-fc86ff6aaa2cd722afeb09a33ccd03fec72f8cd1"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["ec-person-7a0c440119cd5d547eceebb055c79b8bb41bf9a2","eu-tr-13255254129-80"]}} -{"id":"ec-meeting-2015-01-15-0700b7b91a7d0d7712fd91857be3aa4a5a631a2f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-15 - Cabinet of Vice-President Andrus Ansip x Telenor"],"date":["2015-01-15"],"summary":["Telecoms Single Market"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-74126393166-46","ec-person-666bc159c7e65a3af9e63c1e97435c02f1496955"]}} -{"id":"ec-meeting-2015-01-15-1241dc9bd924c58017250f02b143a2b88918e020","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2015-01-15 - Cabinet of Commissioner Violeta Bulc x Union of European Chambers of Commerce for Transport"],"date":["2015-01-15"],"summary":["Meeting with UECC","EU transport policy"],"notes":["Portfolio: Transport"],"location":["Brussels, Belgium","Brussels"],"address":["Brussels, Belgium","Brussels"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306","addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-4d2b449b5047ea3fda435a2a1c1081e3babcdf76","ec-person-dd7851e4a1e747e824b4f81139e33bc3cdb73160","eu-tr-66355731387-11"]}} -{"id":"ec-meeting-2015-01-15-155733044f12cbfff695390a38099100f37b1c06","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-15 - Cabinet of Vice-President Miguel Arias Cañete x WWF European Policy Programme"],"date":["2015-01-15"],"summary":["Follow-up to Lima and climate action diplomacy up to Paris / Energy Union (state of play)"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-7e87a14bf64af274f1cfb85d6b64a405eea6217f","eu-tr-1414929419-24","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd"]}} -{"id":"ec-meeting-2015-01-15-1a4e9135f6f9494d6a4aa9c2b481dae38fc64eee","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-15 - Cabinet of Commissioner Elżbieta Bieńkowska x Orgalim – Europe's Technology Industries"],"date":["2015-01-15"],"summary":["Product safety"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-20210641335-88","ec-person-b2f9be51339f054477846797e2c119fcf16548fc","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2015-01-15-1a589430da724943498afe8148b34d3c32469947","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-15 - Cabinet of President Jean-Claude Juncker x ArcelorMittal"],"date":["2015-01-15"],"summary":["Climate Action and Investment in Europe"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-b1bf9aa5fb7e886441ff341b657cc482b64a2a3e","eu-tr-23527541824-60"]}} -{"id":"ec-meeting-2015-01-15-23ea2e0bb48aec51c3a883453bd84664aa199989","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-15 - Cabinet of Vice-President Jyrki Katainen x Finnish Association of Construction Product Industries"],"date":["2015-01-15"],"summary":["European Fund for Strategic Investments"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-869453610711-72","ec-person-f9208d930adc70c6c64e21701e48f85f6f18e949"]}} -{"id":"ec-meeting-2015-01-15-26f4d4f62a66af4b5bda315458d7c4bd2305598e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-15 - Cabinet of Commissioner Phil Hogan x European Dairy Trade Association"],"date":["2015-01-15"],"summary":["Agricultural market development. Market management"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-400dd8d59d3060187d9b9b143d697da1a3d03c12","eu-tr-5159980776-55"]}} -{"id":"ec-meeting-2015-01-15-2b7c19c74187a5f54fd12854e559969a75514a6c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-15 - Cabinet of Commissioner Violeta Bulc x European Rail Infrastructure Managers"],"date":["2015-01-15"],"summary":["EU rail poicy"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-dd7851e4a1e747e824b4f81139e33bc3cdb73160","eu-tr-72770698007-81"]}} -{"id":"ec-meeting-2015-01-15-2d742090fb9e0a35a70322b846d15ecde3526546","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-15 - Cabinet of Commissioner Jonathan Hill x European Council on Foreign Relations"],"date":["2015-01-15"],"summary":["Financial Services Policy"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["ec-person-03cf92829e273869bfbd8bbf4f1881dcd0848186","eu-tr-339569615567-89"]}} -{"id":"ec-meeting-2015-01-15-47e5305aca0a71f5c788920dce1fa1937f541b23","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-15 - Cabinet of Vice-President Andrus Ansip x Institute of International Finance"],"date":["2015-01-15"],"summary":["European and global economy, future on finance, implications of new technologies (fintech)"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-48714858158-06","ec-person-0f698e3a0cc0bd6a02e1bd386a25cedc1366f3f1","ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0"]}} -{"id":"ec-meeting-2015-01-15-48292024e818eb4e651456d5dae1f690cc4c1989","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-15 - Mobility and Transport x General Electric Company"],"date":["2015-01-15"],"summary":["GE acivities, Transportation business and investments, trade policy issues"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-move"],"involved":["ec-person-d856b0f199c84d5b5003106bea2ee6d0392e2428","eu-tr-4016736872-59"]}} -{"id":"ec-meeting-2015-01-15-4c22faf17a80f13ff5907be85ff3ea42827b3bd2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-15 - Cabinet of Vice-President Miguel Arias Cañete x Carbon Market Watch"],"date":["2015-01-15"],"summary":["Follow-up to Lima and climate action diplomacy up to Paris / Energy Union (state of play)"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-75365248559-90","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd","ec-person-7e87a14bf64af274f1cfb85d6b64a405eea6217f"]}} -{"id":"ec-meeting-2015-01-15-5199aab5494fb606b496b53070b694dce9a540d9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-15 - European Neighbourhood and Enlargement Negotiations x Europäische Stabilitäts-Initiative e.V."],"date":["2015-01-15"],"summary":["Neighbourhood and Enlargement policies"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-near"],"involved":["ec-person-1160ccf35947f06f1629cad85b9f162eb5575780","eu-tr-545618415097-69"]}} -{"id":"ec-meeting-2015-01-15-51e43ea2011d3bccac05746554295cdc317ddcc9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-15 - Cabinet of Commissioner Jonathan Hill x Institute of International Finance"],"date":["2015-01-15"],"summary":["Financial Policy - Priorities 2015"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["ec-person-a9f927e92126f22da48d08ee37b059179988ada8","eu-tr-48714858158-06"]}} -{"id":"ec-meeting-2015-01-15-561ad7a2840d1fd09e95f3d367ad26b176032df9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-15 - Cabinet of Commissioner Elżbieta Bieńkowska x Confederation of Finnish Industries EK"],"date":["2015-01-15"],"summary":["Internal market, including energy union and green growth"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["ec-person-b2f9be51339f054477846797e2c119fcf16548fc","eu-tr-1274604847-34"]}} -{"id":"ec-meeting-2015-01-15-57dd74f264f69790549d137598b6f06ba1cadfad","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-15 - Cabinet of Vice-President Miguel Arias Cañete x Friends of the Earth Europe"],"date":["2015-01-15"],"summary":["Follow-up to Lima and climate action diplomacy up to Paris / Energy Union (state of play)"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-7e87a14bf64af274f1cfb85d6b64a405eea6217f","eu-tr-9825553393-31","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd"]}} -{"id":"ec-meeting-2015-01-15-5e225aed835c4da070ec573c75fdc14690854546","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-15 - Cabinet of Vice-President Miguel Arias Cañete x IBERDROLA"],"date":["2015-01-15"],"summary":["Courtesy meeting"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-41816938101-07","ec-person-2229c857664a22dcb8eee79a8c05841fd3d0924f"]}} -{"id":"ec-meeting-2015-01-15-608dd49a28785c5359d1554cb758d29a55ffd8c8","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2015-01-15 - Cabinet of Commissioner Tibor Navracsics x European Football Agents Association"],"date":["2015-01-15"],"summary":["Meeting on the regulatory framework of football agents' activities","Regulatory framework of football agents' activities"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels, Belgium","Brussels"],"address":["Brussels, Belgium","Brussels"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306","addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-49f31dad10f5641cb1d1e4c3107dd838389e8120","eu-tr-502023615731-55","ec-person-4d24029a6a4b5bbdcd825e134f010bd0b384f80a"]}} -{"id":"ec-meeting-2015-01-15-669266d3ba84e32f3c6448377ff5e224301d48fd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-15 - Communications Networks, Content and Technology x IFPI Representing recording industry worldwide"],"date":["2015-01-15"],"summary":["Copyright, Platform regulation, music futures"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-60394321918-91","ec-person-3d379ff88d704acbd3444fdd59765df1225d4f9b"]}} -{"id":"ec-meeting-2015-01-15-727c6d995ee74a824dff4ece802ff5df49e8f13d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-15 - Cabinet of Vice-President Jyrki Katainen x Vienna Economic Forum"],"date":["2015-01-15"],"summary":["Investment Initiative"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-3775b7be791f90ed462b9071c9ae596b80d71bca","eu-tr-927885415117-52"]}} -{"id":"ec-meeting-2015-01-15-758cc9cf2bc2f2be33af79145185d5795400dd5e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-15 - Cabinet of Commissioner Carlos Moedas x Confederation of Swedish Enterprise"],"date":["2015-01-15"],"summary":["Research and Innovation policy"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["eu-tr-39912257528-48","ec-person-2b4bb0b28e7435e5f612e44d9664dbd1051efc55","ec-person-fb56329c22510c66ab50a8bdba13230bdae32902"]}} -{"id":"ec-meeting-2015-01-15-80bb1b6ac35fc0ae75d49dfcc7997fa281556d17","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-15 - Cabinet of Vice-President Miguel Arias Cañete x Transport and Environment (European Federation for Transport and Environment)"],"date":["2015-01-15"],"summary":["Follow-up to Lima and climate action diplomacy up to Paris / Energy Union (state of play)"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-7e87a14bf64af274f1cfb85d6b64a405eea6217f","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd","eu-tr-58744833263-19"]}} -{"id":"ec-meeting-2015-01-15-83561d37d8f3e1ee5e921edd376239124841881b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-15 - Günther Oettinger x BUSINESSEUROPE"],"date":["2015-01-15"],"summary":["Digital Agenda"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-4cd59e13386e3b68ecb3611fcc579e0a0a3938a5","eu-tr-3978240953-79"]}} -{"id":"ec-meeting-2015-01-15-85a47bbaf6dc1f2ef8243edab0da0033b29ed57a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-15 - Cabinet of High Representative / Vice-President Federica Mogherini x European Endowment for Democracy"],"date":["2015-01-15"],"summary":["Mr Jerzy Pomianowski"],"notes":["Portfolio: Foreign Affairs and Security Policy"],"location":["Berl Building Bruxelles"],"address":["Berl Building Bruxelles"],"addressEntity":["addr-c8a6e71ef840f20140bebb2d44c432abc5d2e888"],"organizer":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"involved":["ec-person-62bf207e4274ad594e7eab4bfe20782f1d57f645","eu-tr-986644617102-08"]}} -{"id":"ec-meeting-2015-01-15-8917d51258bf64a45f3f74cb2adb9ee59370cf3b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-15 - Cabinet of First Vice-President Frans Timmermans x International Federation for Human Rights European Women's Lobby Human Rights Watch AGE Platform Europe Platform of European Social NGOs ELECTRICITE DE FRANCE Akzo Nobel Deco GmH"],"date":["2015-01-15"],"summary":["Better regulation and European affairs in general"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Sassenheim"],"address":["Sassenheim"],"addressEntity":["addr-7a7b48a224a78dfd7d1b61d4cf3c8ca064c2d453"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-825136311977-57","ec-person-966667b73d92624be9bb019c2baab7e52331b3d3","eu-tr-85686156700-13","eu-tr-39966101835-69","eu-tr-85083981189-35","eu-tr-97628146980-33","eu-tr-16549972091-86","eu-tr-56362448807-46"]}} -{"id":"ec-meeting-2015-01-15-8a9eee638473561aae1d514bfc4750f66319a43b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-15 - Cabinet of Vice-President Jyrki Katainen x European Magazine Media Association"],"date":["2015-01-15"],"summary":["Digital Single Market"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-0310c3b87e155f5572493e91d12eebab9736a76b","eu-tr-37937886834-69"]}} -{"id":"ec-meeting-2015-01-15-927f95621e43a68efffb34cf222845ac03809e15","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-15 - Cabinet of Commissioner Phil Hogan x European agri-cooperatives"],"date":["2015-01-15"],"summary":["MiFID and ongoing definition of level 2 legislation"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-400dd8d59d3060187d9b9b143d697da1a3d03c12","eu-tr-09586631237-74"]}} -{"id":"ec-meeting-2015-01-15-9898029c3230eebddf59df6b044feac4c8fa0486","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-15 - Cabinet of Vice-President Jyrki Katainen x ArcelorMittal"],"date":["2015-01-15"],"summary":["Industrial Policy"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-23527541824-60","ec-person-0da85dc48012e26688310a59a0b51727ea68f410"]}} -{"id":"ec-meeting-2015-01-15-9f948b3c8f2f1b1b004a4cb4694a338370fd7dd3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-15 - Mobility and Transport x Infrabel"],"date":["2015-01-15"],"summary":["Presentation of Belgian Rail Infrastructure Manager, Strategy of BRI in relation to the European railway policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-move"],"involved":["ec-person-d856b0f199c84d5b5003106bea2ee6d0392e2428","eu-tr-99882738175-89"]}} -{"id":"ec-meeting-2015-01-15-a4382747f30d8a49408f45aeb1f667d0a03af6d7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-15 - Cabinet of Commissioner Jonathan Hill x Verband deutscher Pfandbriefbanken e.V."],"date":["2015-01-15"],"summary":["Covered Bonds"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels, BERL 10th"],"address":["Brussels, BERL 10th"],"addressEntity":["addr-ea35855c1124af33496fcb49d0e82311aa01e772"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["eu-tr-60762921532-05","ec-person-5fdb62e20cecef81f87f94d3d1bcdd3b47b26af0"]}} -{"id":"ec-meeting-2015-01-15-b351bfb54d22ece6ea5b55cf3a1a0164ba4e5401","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-15 - Cabinet of Vice-President Miguel Arias Cañete x Image Sept Bruxelles"],"date":["2015-01-15"],"summary":["Courtesy meeting"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-704156614880-34","ec-person-2229c857664a22dcb8eee79a8c05841fd3d0924f"]}} -{"id":"ec-meeting-2015-01-15-b4887a31ffe094fbbe07f746de613ec7d4f27d82","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2015-01-15 - Cabinet of Vice-President Miguel Arias Cañete x Climate Action Network Europe"],"date":["2015-01-15"],"summary":["Lima and energy regulations","Follow-up to Lima and climate action diplomacy up to Paris / Energy Union (state of play)"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-7e87a14bf64af274f1cfb85d6b64a405eea6217f","eu-tr-55888811123-49","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd"]}} -{"id":"ec-meeting-2015-01-15-b5558b744ff822b653a89276ef56ea134f8ccbee","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-15 - Cabinet of President Jean-Claude Juncker x Greenpeace European Unit"],"date":["2015-01-15"],"summary":["Meeting on principles of scientific advice"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-ad6f76ca53dc30d965b15e3728c45dbd0aba44b4","eu-tr-9832909575-41"]}} -{"id":"ec-meeting-2015-01-15-b7a1f322aba5d04a97eab646897548dce4003f53","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-15 - Cabinet of Vice-President Miguel Arias Cañete x Health & Environment Alliance"],"date":["2015-01-15"],"summary":["Follow-up to Lima and climate action diplomacy up to Paris / Energy Union (state of play)"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-00723343929-96","ec-person-7e87a14bf64af274f1cfb85d6b64a405eea6217f","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd"]}} -{"id":"ec-meeting-2015-01-15-b89d8a8ef5310c5d0ed15a4a220f0324dc1a97d1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-15 - Cabinet of Vice-President Cecilia Malmström x EUROPEAN TRADE UNION CONFEDERATION"],"date":["2015-01-15"],"summary":["TTIP"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-19b143e83f8ab978c55c8a9a9e49e06dbfa14bf3","eu-tr-06698681039-26"]}} -{"id":"ec-meeting-2015-01-15-bd5f6ed484f9b031650e21e9ca9fb86090944f69","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-15 - Mobility and Transport x European Logistics Association"],"date":["2015-01-15"],"summary":["Presentation of ELA, ELA standards (logistic education, supply chanis, job creations)"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-move"],"involved":["eu-tr-486101215470-41","ec-person-d856b0f199c84d5b5003106bea2ee6d0392e2428"]}} -{"id":"ec-meeting-2015-01-15-c0f5edb03a6513de30dba05594fb58bbfccd5324","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-15 - Cabinet of Vice-President Cecilia Malmström x UNIFE"],"date":["2015-01-15"],"summary":["EU-Japan FTA negotiations, China's policy on railways within China, within the EU and in third countries' markets and TTIP negotiations"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-9624415524-28","ec-person-19b143e83f8ab978c55c8a9a9e49e06dbfa14bf3","ec-person-cb8ca9ec2413722fa83484ed18dd76ace52d0118"]}} -{"id":"ec-meeting-2015-01-15-c52e4f6cdcf7488a82153168a43a4f71d42fec58","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-15 - Cabinet of Vice-President Miguel Arias Cañete x NATURGY ENERGY GROUP"],"date":["2015-01-15"],"summary":["Preparartory meeting"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-67833029261-54","ec-person-2229c857664a22dcb8eee79a8c05841fd3d0924f"]}} -{"id":"ec-meeting-2015-01-15-c7b4db86ce373937739061d092f35a202536621d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-15 - Cabinet of Vice-President Valdis Dombrovskis x European agri-cooperatives European farmers"],"date":["2015-01-15"],"summary":["MIFID II"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-44856881231-49","eu-tr-09586631237-74","ec-person-3f9ca71b74344417d1f072ba7f3e2f09a223b036"]}} -{"id":"ec-meeting-2015-01-15-c907b638cf64c1e048848981b4e00c82d8bb2651","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-15 - Cabinet of Commissioner Elżbieta Bieńkowska x Avisa Partners Ericsson"],"date":["2015-01-15"],"summary":["Competitiveness of the European industries"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["ec-person-685ecf13dd26cd515c961e24ba71049af2302c5e","ec-person-b2f9be51339f054477846797e2c119fcf16548fc","eu-tr-54210841652-13","eu-tr-02021363105-42"]}} -{"id":"ec-meeting-2015-01-15-cd6698d777102631183faa85f74f2530995c3340","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-15 - Cabinet of Commissioner Tibor Navracsics x IBM Corporation"],"date":["2015-01-15"],"summary":["ICT Skills"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["eu-tr-7721359944-96","ec-person-1da7ee09d46288ee4ea9db2b644bdcf9c3d6d000"]}} -{"id":"ec-meeting-2015-01-15-d1eb60f6d2b441fabdb9246c1b6569d658a85edb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-15 - Cabinet of Vice-President Maroš Šefčovič x EUROPEAN TRADE UNION CONFEDERATION"],"date":["2015-01-15"],"summary":["Discussion about Energy Union and role of social partners"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-1f95be23689cd4ed0a26fe2980f760ccf2d55c1e","eu-tr-06698681039-26"]}} -{"id":"ec-meeting-2015-01-15-d4f390c4a7162af4e4b86033fafbf50408e0d492","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-15 - Cabinet of Vice-President Jyrki Katainen x Ericsson"],"date":["2015-01-15"],"summary":["Digital Single Market"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-0310c3b87e155f5572493e91d12eebab9736a76b","eu-tr-02021363105-42"]}} -{"id":"ec-meeting-2015-01-15-de00012a98b59ee579bdf3950393054af580978e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-15 - Günther Oettinger x WIK Wissenschaftliches Institut für Infrastruktur und Kommunikationsdienste GmbH"],"date":["2015-01-15"],"summary":["Introductory meeting / Digital Agenda"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-469802815536-67","ec-person-4cd59e13386e3b68ecb3611fcc579e0a0a3938a5"]}} -{"id":"ec-meeting-2015-01-15-de65e748b8249f341dc285f094c904712cd3225c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-15 - Cabinet of Vice-President Miguel Arias Cañete x CEE Bankwatch Network"],"date":["2015-01-15"],"summary":["Follow-up to Lima and climate action diplomacy up to Paris / Energy Union (state of play)"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-7e87a14bf64af274f1cfb85d6b64a405eea6217f","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd","eu-tr-93834493808-49"]}} -{"id":"ec-meeting-2015-01-15-e22e4c067e8a9fe814b84d0b3472f05db3a8fdde","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-15 - Cabinet of Commissioner Violeta Bulc x Airports Council International - European Region"],"date":["2015-01-15"],"summary":["Meeting ACI Europe"],"notes":["Portfolio: Transport"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-4d2b449b5047ea3fda435a2a1c1081e3babcdf76","ec-person-d710a614b1b0eabb6d73a2d665b82f6514a3fdb8","eu-tr-42566063487-73"]}} -{"id":"ec-meeting-2015-01-15-e438154611f1c43650025eb901cf085d69ab3fa4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-15 - Cabinet of Vice-President Cecilia Malmström x European Forum for Manufacturing"],"date":["2015-01-15"],"summary":["Prep meeting on future speech"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-20ded9db5df11164331bb161fdf234b1e5ad53fd","eu-tr-113054111397-33","ec-person-8529bbbc6db862f6b82d6fa66a7cf7668804dae7"]}} -{"id":"ec-meeting-2015-01-15-e6c832d4e4babc93b29caa7d6167c3415861e0d3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-15 - Cabinet of Commissioner Violeta Bulc x European Road Transport Research Advisory Council"],"date":["2015-01-15"],"summary":["Role of ERTRAC"],"notes":["Portfolio: Transport"],"location":["Brussels, Belguim"],"address":["Brussels, Belguim"],"addressEntity":["addr-84b5e5f38d43901e13b15f0c7dd8b408c954fd9b"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-855647016671-07","ec-person-e14c58f620f40325d829df7be0823280307bc15f"]}} -{"id":"ec-meeting-2015-01-15-e91555215e74fac8a3008b4ad9c17d5f430f8295","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-15 - Günther Oettinger x European Digital Rights"],"date":["2015-01-15"],"summary":["net neutrality, copyright"],"location":["BXL"],"address":["BXL"],"addressEntity":["addr-d2fde52f67ea4a3e1fe233d0a959d6a1c77fd910"],"organizer":["ec-dg-de"],"involved":["eu-tr-16311905144-06","ec-person-49723482bb23d029cbfc010cb37eec7392a0ae02"]}} -{"id":"ec-meeting-2015-01-15-f3b6834603100f58be4907a1e0838a8f127dc0b5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-15 - Cabinet of Vice-President Miguel Arias Cañete x OXFAM INTERNATIONAL EU ADVOCACY OFFICE"],"date":["2015-01-15"],"summary":["Follow-up to Lima and climate action diplomacy up to Paris / Energy Union (state of play)"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-46856801604-90","ec-person-7e87a14bf64af274f1cfb85d6b64a405eea6217f","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd"]}} -{"id":"ec-meeting-2015-01-15-f99801c3a79977f218c2f97c0d2b329b40f64c43","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-15 - Cabinet of Commissioner Carlos Moedas x Health & Environment Alliance Greenpeace European Unit Corporate Europe Observatory"],"date":["2015-01-15"],"summary":["Meeting on principles of scientific advice"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["eu-tr-5353162366-85","ec-person-f7ccc3ad366dd2fdb24870e1c02ff2763539c82f","eu-tr-9832909575-41","eu-tr-00723343929-96"]}} -{"id":"ec-meeting-2015-01-15-fac0b210649a29fb80c6ffb49eea95e450508c4e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-15 - Cabinet of Vice-President Miguel Arias Cañete x UNIFE"],"date":["2015-01-15"],"summary":["Decarbonisation of road transport"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-9624415524-28","ec-person-25a937c04cd0a0ddcf5cf34798e76b5105854114"]}} -{"id":"ec-meeting-2015-01-16-072d44987ccaaecc6292b797d01af1ddf4afeb25","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-16 - Cabinet of Commissioner Elżbieta Bieńkowska x logos public affairs European Gaming and Betting Association"],"date":["2015-01-16"],"summary":["Gambling"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-29508582413-52","eu-tr-5067624792-06","ec-person-b2f9be51339f054477846797e2c119fcf16548fc","ec-person-daef7f819b2f3ffe5e4f5d8eb2782954f3c4a4e2"]}} -{"id":"ec-meeting-2015-01-16-1e76fca0d87e58dfcb13a5fc317cfc9564d4d2af","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-16 - Cabinet of Commissioner Margrethe Vestager x EuroCommerce"],"date":["2015-01-16"],"summary":["Introduction to EuroCommerce"],"notes":["Portfolio: Competition"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-margrethe-of-vestager"],"involved":["eu-tr-84973761187-60","ec-person-ba88c0f325beb42cca2cabbf7a5ea2fe3a59f989","ec-person-6e8b9cd7bb1a15a7e90b04790769360ba931cafd"]}} -{"id":"ec-meeting-2015-01-16-20be5a1b9cb0d9af1e2d3194292e822663d6beff","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-16 - Cabinet of Commissioner Pierre Moscovici x ELECTRICITE DE FRANCE"],"date":["2015-01-16"],"summary":["Union de l'Energie"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Paris"],"address":["Paris"],"addressEntity":["addr-22390ad11c32faec43fc61555b53607660b3c185"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["eu-tr-39966101835-69","ec-person-3cbeba61ae952f06fe4916c381438ebbc676a597"]}} -{"id":"ec-meeting-2015-01-16-250a57a9c48a9df1c31582f0254455df36e09455","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-16 - Cabinet of Vice-President Kristalina Georgieva x Vienna Economic Forum"],"date":["2015-01-16"],"summary":["Meeting with Dr Elena Kirtcheva-Discussing eventual participation of VP Georgieva in Vienna Economic Forum"],"notes":["Portfolio: Budget & Human Resources"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-cabinet-georgieva-kristalina-of-president-vice"],"involved":["ec-person-335e79b90bd0f2b37f9193d6285514044d6c897e","eu-tr-927885415117-52"]}} -{"id":"ec-meeting-2015-01-16-2ebfa1cf928c5bf4de60b5e56ccb26b536e01d37","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-16 - Cabinet of President Jean-Claude Juncker x BNP PARIBAS"],"date":["2015-01-16"],"summary":["Priorities of the new Commission in the area of Financial Services"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-c402e34a99fbee730ae22e3b1958e21c94dc6fcc","eu-tr-78787381113-69"]}} -{"id":"ec-meeting-2015-01-16-31baf520c05f6c6a7fb08dee02cf35fce523393d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-16 - Cabinet of President Jean-Claude Juncker x Afore Consulting"],"date":["2015-01-16"],"summary":["Priorities of the new Commission in the area of Financial Services"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-c402e34a99fbee730ae22e3b1958e21c94dc6fcc","eu-tr-03013154889-05"]}} -{"id":"ec-meeting-2015-01-16-342ca2e21bf8dd56a99fcac7f3583915923712f4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-16 - Cabinet of Vice-President Jyrki Katainen x Chamber of Commerce of the United States of America"],"date":["2015-01-16"],"summary":["TTIP"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-f9208d930adc70c6c64e21701e48f85f6f18e949","ec-person-7c9460f99c5872dbdc561f5752401c870d12e98b","eu-tr-444722016787-61"]}} -{"id":"ec-meeting-2015-01-16-3830be41d130e875cf154840a39aa542271c9f11","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-16 - Cabinet of Commissioner Tibor Navracsics x European Gaming and Betting Association"],"date":["2015-01-16"],"summary":["Online gambling industry"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-49f31dad10f5641cb1d1e4c3107dd838389e8120","eu-tr-29508582413-52"]}} -{"id":"ec-meeting-2015-01-16-43c6834d78cde976fb05a518ce922c0fc4bff52d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-16 - Cabinet of Vice-President Maroš Šefčovič x Business Bridge Europe KIC InnoEnergy"],"date":["2015-01-16"],"summary":["Presentation of KIC InnoEnergy and impact of reductions in H2020"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-182141815575-65","ec-person-2be517b9261a91f2f07e05ec14c6331980e9716e","eu-tr-72856225852-31"]}} -{"id":"ec-meeting-2015-01-16-43fa35a5126165bd3fb227c73899732ff5ad6181","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-16 - Cabinet of Commissioner Tibor Navracsics x Belgisch Olympisch & Interfederaal Comité"],"date":["2015-01-16"],"summary":["Run to Rio event"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-49f31dad10f5641cb1d1e4c3107dd838389e8120","eu-tr-928000215549-37"]}} -{"id":"ec-meeting-2015-01-16-48a9c71f355858b1db27d782397d69ebcf91dd0e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-16 - Cabinet of Commissioner Věra Jourová x None"],"date":["2015-01-16"],"summary":["Round Table on Gender Diversity"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["PRAGUE, CZECH REPUBLIC"],"address":["PRAGUE, CZECH REPUBLIC"],"addressEntity":["addr-f7afed090b2092aeb6c0ef6427daf42d5e84fe77"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["eu-tr-910859715397-14","ec-person-a608b85b2ffef83f883b5a2330b6232efa1b7141","eu-tr-91269481588-28","eu-tr-429600710582-32","eu-tr-7990322925-77","eu-tr-34424201320-69","eu-tr-7790041608-14","eu-tr-7721359944-96","eu-tr-0801162959-21","eu-tr-29840188581-12"]}} -{"id":"ec-meeting-2015-01-16-49c4998f14a099b076fab3f3a27ebc01be552aaf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-16 - Cabinet of Vice-President Jyrki Katainen x Institute of International Finance"],"date":["2015-01-16"],"summary":["Investment plan"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-48714858158-06","ec-person-7c9460f99c5872dbdc561f5752401c870d12e98b"]}} -{"id":"ec-meeting-2015-01-16-4a2f3c7a44041dfaf0b30b3a2bb5ebdeeaa75904","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-16 - Cabinet of Commissioner Jonathan Hill x Fachverband der Elektro- und Elektronikindustrie"],"date":["2015-01-16"],"summary":["Company financing in the electronic sector"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Bruxelles, BERL 10th"],"address":["Bruxelles, BERL 10th"],"addressEntity":["addr-14e20d5900eb420fe31cade946c2added45b3190"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["eu-tr-54228767435-01","ec-person-5fdb62e20cecef81f87f94d3d1bcdd3b47b26af0"]}} -{"id":"ec-meeting-2015-01-16-5e6df78a6e8552973c47fa4df7c83070f9ec64fc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-16 - Cabinet of Commissioner Elżbieta Bieńkowska x APPLiA (Home Appliance Europe)"],"date":["2015-01-16"],"summary":["1. Presentation of the CECED vision project and High Level event (31st March)"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["ec-person-d2997a7f359c91a337055c3e24dd36bf928de38d","eu-tr-04201463642-88","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2015-01-16-5e92e62cea5a044e3c8bad9fb57da0dad8647d3f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-16 - Cabinet of Vice-President Jyrki Katainen x League of European Research Universities"],"date":["2015-01-16"],"summary":["Investment Initiative; European Research Area"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-823693912705-83","ec-person-bb70699c722c1620ec520e8a4d32911a32ae078c"]}} -{"id":"ec-meeting-2015-01-16-637fbcf749258d9c61142a4044ef3d472b3f3caa","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-16 - Cabinet of Vice-President Maroš Šefčovič x Third Generation Environmentalism Ltd University of Cambridge Institute for Sustainability Leadership"],"date":["2015-01-16"],"summary":["Energy Union"],"notes":["Portfolio: Energy Union"],"location":["Brussels, BE"],"address":["Brussels, BE"],"addressEntity":["addr-bd80958a978de8af51caa97a25a75f30d0061d71"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-618254915321-39","ec-person-ea6b517040e26a62f17d2829afffeba48cfd682f","eu-tr-07783117686-61"]}} -{"id":"ec-meeting-2015-01-16-90d37b115eda5b0188cb202e6583875281bbdfc7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-16 - Cabinet of President Jean-Claude Juncker x The Goldman Sachs Group, Inc."],"date":["2015-01-16"],"summary":["Capital Markets Union"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-c402e34a99fbee730ae22e3b1958e21c94dc6fcc","eu-tr-701266814986-18"]}} -{"id":"ec-meeting-2015-01-16-933467e44fdc0d7601ce9d7c1f9762db2d0efed2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-16 - Cabinet of Commissioner Margrethe Vestager x The European Association for the Promotion of Cogeneration"],"date":["2015-01-16"],"summary":["Discussion on EU Energy Policy"],"notes":["Portfolio: Competition"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-margrethe-of-vestager"],"involved":["eu-tr-38305846546-70","ec-person-2e96673ec2acdfc668f6970535551f9afa1f8729"]}} -{"id":"ec-meeting-2015-01-16-962710e022bbc580bffdea6319af6f503eab6958","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-16 - Cabinet of Vice-President Cecilia Malmström x COMITE EUROPEEN des FABRICANTS de SUCRE"],"date":["2015-01-16"],"summary":["Global Trade Aspects of the Sugar Sector"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-49679062863-35","ec-person-98880f3f4206145e196013db9dd806a551c11e06"]}} -{"id":"ec-meeting-2015-01-16-9bb02bf6e7bca21aac50c1a83af726f300e24b23","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-16 - Cabinet of Vice-President Cecilia Malmström x None"],"date":["2015-01-16"],"summary":["TTIP"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-19b143e83f8ab978c55c8a9a9e49e06dbfa14bf3"]}} -{"id":"ec-meeting-2015-01-16-a316b767f4ba30bbebc01f462f5b326075fc523a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-16 - Justice and Consumers x Cabinet Bob Schmitz"],"date":["2015-01-16"],"summary":["Consumer contract laws"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-just"],"involved":["ec-person-26f8747866bd0d81cebb7a339c1ac11294d9676e","eu-tr-474168710138-53"]}} -{"id":"ec-meeting-2015-01-16-a6f6edd2fe8866282c37f35727f443f773f7966c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-16 - Cabinet of Commissioner Pierre Moscovici x European Policy Centre"],"date":["2015-01-16"],"summary":["Exchange of views on future of the EU"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["BERL 10/180"],"address":["BERL 10/180"],"addressEntity":["addr-17a77f6821b8ccd7260dc876b018cb4f7cf7f95a"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["eu-tr-89632641000-47","ec-person-ac604755dc7677c8653a5a5172e851f7c8e468b4"]}} -{"id":"ec-meeting-2015-01-16-af179597ccec9ab064f184f57d982b931562fd7f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-16 - Cabinet of Vice-President Valdis Dombrovskis x Association for Financial Markets in Europe"],"date":["2015-01-16"],"summary":["Capital Markets Union"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-65110063986-76","ec-person-3f9ca71b74344417d1f072ba7f3e2f09a223b036"]}} -{"id":"ec-meeting-2015-01-16-b19626dd0f4a20bd2da7a96d40cde623461e5e09","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-16 - Cabinet of Commissioner Carlos Moedas x Unioncamere Lombardia"],"date":["2015-01-16"],"summary":["Horizon 2020 SME Instrument"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["eu-tr-768897711187-83","ec-person-f7ccc3ad366dd2fdb24870e1c02ff2763539c82f"]}} -{"id":"ec-meeting-2015-01-16-b441051f7bfd174b5d76324836e683c9149d295e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-16 - Günther Oettinger x ARD-Verbindungsbüro Brüssel ZDF Europabüro Brüssel"],"date":["2015-01-16"],"summary":["Copyright"],"location":["BXL"],"address":["BXL"],"addressEntity":["addr-d2fde52f67ea4a3e1fe233d0a959d6a1c77fd910"],"organizer":["ec-dg-de"],"involved":["ec-person-49723482bb23d029cbfc010cb37eec7392a0ae02","eu-tr-6774178922-55","eu-tr-3209361971-85"]}} -{"id":"ec-meeting-2015-01-16-ba5c56f7d91d17a7b25cc8921be323783e330366","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-16 - Cabinet of Commissioner Jonathan Hill x Ernst & Young Core Business Services BV"],"date":["2015-01-16"],"summary":["Implementation of the new Audit framework"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels, BERL 10th floor"],"address":["Brussels, BERL 10th floor"],"addressEntity":["addr-f6e0a502055fa6884dcdf7709ff813db941810e6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["ec-person-5fdb62e20cecef81f87f94d3d1bcdd3b47b26af0","eu-tr-04458109373-91"]}} -{"id":"ec-meeting-2015-01-16-d2f4edcc54415d3e1926f951b85a7d86f0c2c40b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-16 - Trade x WACKER CHEMIE AG"],"date":["2015-01-16"],"summary":["Status Update on Price Undertaking Agreement with MOFCOM on Polysilicon"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-trade"],"involved":["ec-person-bde9bb099f5d24c52ca4a9255cefc99a5b87a650","eu-tr-036915715533-64"]}} -{"id":"ec-meeting-2015-01-16-dc51cb782056329880d71511696c7cc900c1925b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-16 - Cabinet of Commissioner Jonathan Hill x Insurance Europe"],"date":["2015-01-16"],"summary":["Solvency II"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["ec-person-890015b0d769ee93a09119846b414d4aae7c64ae","eu-tr-33213703459-54"]}} -{"id":"ec-meeting-2015-01-16-e6f482e78aabdee0b6e8c8783a6ed58c43e2cb2d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-16 - Günther Oettinger x MEKmedia GmbH"],"date":["2015-01-16"],"summary":["Smart TV"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-996489715498-70","ec-person-c6c38691c27b1498b60b18409aa979cf1dd1f4ac"]}} -{"id":"ec-meeting-2015-01-16-f18cf2f8aff160fba4104de13faedae9ab72b3cf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-16 - Competition x BIONTINO EUROPE"],"date":["2015-01-16"],"summary":["A review of upcoming competition policy trends for 2015"],"location":["Brussels/Belgium"],"address":["Brussels/Belgium"],"addressEntity":["addr-c476280916fa20b5023288c48bfbed9c057a1c28"],"organizer":["ec-dg-comp"],"involved":["eu-tr-68700057230-72","ec-person-31e7cd791b79740bb63dab72215f74f338860a87"]}} -{"id":"ec-meeting-2015-01-16-f3de8ea7b5bd7444c6f2670f7d2ee33bc9f3effb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-16 - Günther Oettinger x American Chamber of Commerce to the European Union"],"date":["2015-01-16"],"summary":["Commission priorities in the area of the digital single market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-4cd59e13386e3b68ecb3611fcc579e0a0a3938a5","eu-tr-5265780509-97"]}} -{"id":"ec-meeting-2015-01-16-f50e0b4fbc3e2ef50e6d0026b097329a490f2204","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-16 - Cabinet of Vice-President Valdis Dombrovskis x Air Baltic Corporation AS"],"date":["2015-01-16"],"summary":["Exchange of views"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-208901115513-06","ec-person-a9eda2e8ea54b70a968327672c6cada679d3cd56"]}} -{"id":"ec-meeting-2015-01-17-de0ed0fce5442226dc334ace3b9570b64126ef96","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-17 - Cabinet of Commissioner Phil Hogan x Deutscher Bauernverband"],"date":["2015-01-17"],"summary":["General Presentation by the Bauernverband: handing over of simplifiction proposals and explanation of those proposals"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Berlin"],"address":["Berlin"],"addressEntity":["addr-062b06ba8e755765c6b049809b7430fd54fe5b21"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-a1a78365cc4685b0958056646204977d8f2ead92","eu-tr-73085531345-65"]}} -{"id":"ec-meeting-2015-01-19-13fdb7743894d55af1277262f722b6dc50b57f00","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-19 - Cabinet of Commissioner Tibor Navracsics x Teagasc - Agriculture and Food Development Authority"],"date":["2015-01-19"],"summary":["The EIT"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-fc5c01a0bffedf0f4e205a759b40239535313d28","eu-tr-900198315364-62"]}} -{"id":"ec-meeting-2015-01-19-168bdf008256b383feec657f3d9ae3e92b293382","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-19 - Cabinet of President Jean-Claude Juncker x Groupement Européen des Sociétés d'Auteurs et Compositeurs"],"date":["2015-01-19"],"summary":["Digital Single Market"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-44a061693f35519551be0e3dab996e76ad3f8c7c","eu-tr-36529354479-57"]}} -{"id":"ec-meeting-2015-01-19-22d62bded3255de664d027f8ac84dffa4ff6eced","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-19 - Günther Oettinger x Google"],"date":["2015-01-19"],"summary":["Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-03181945560-59","ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0"]}} -{"id":"ec-meeting-2015-01-19-241f56d9c1dd1020912ad41690dbe38284a7308d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-19 - Cabinet of Commissioner Violeta Bulc x International Association of Classification Societies Ltd."],"date":["2015-01-19"],"summary":["Role and challenges for shipping classification societies"],"notes":["Portfolio: Transport"],"location":["Brussels, Belguim"],"address":["Brussels, Belguim"],"addressEntity":["addr-84b5e5f38d43901e13b15f0c7dd8b408c954fd9b"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-e14c58f620f40325d829df7be0823280307bc15f","eu-tr-80305287660-27"]}} -{"id":"ec-meeting-2015-01-19-255db18b4ddafc91bd77ab9648c52188c09e2d42","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2015-01-19 - Cabinet of Vice-President Cecilia Malmström x European Round Table for Industry"],"date":["2015-01-19"],"summary":["TTIP"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-19b143e83f8ab978c55c8a9a9e49e06dbfa14bf3","ec-person-cb8ca9ec2413722fa83484ed18dd76ace52d0118","eu-tr-25487567824-45"]}} -{"id":"ec-meeting-2015-01-19-25a2441981db4261bf26bc1817e849b453103472","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-19 - Cabinet of Vice-President Andrus Ansip x Société des Auteurs, Compositeurs et Editeurs de Musique"],"date":["2015-01-19"],"summary":["Digital Single Market, copyright"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-e91c5be432b6b3efdda369792fed67c20b767a45","eu-tr-829208810503-45"]}} -{"id":"ec-meeting-2015-01-19-266d8e68e3500a45b839e2ce1c3be39d966a495d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-19 - Cabinet of Vice-President Jyrki Katainen x Emirates Airline"],"date":["2015-01-19"],"summary":["Transport Policy"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-501968312339-22","ec-person-0da85dc48012e26688310a59a0b51727ea68f410"]}} -{"id":"ec-meeting-2015-01-19-2ade50140a36821756b2da6bb3fa6634b57747a6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-19 - Cabinet of Commissioner Tibor Navracsics x Société des Auteurs, Compositeurs et Editeurs de Musique"],"date":["2015-01-19"],"summary":["Copyright"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-cb6aa96c497dead35eb0f2ed0339e5423d506549","ec-person-dc2e0fed0fdf39a6a3f3ad63355c5215599de9d1","eu-tr-829208810503-45"]}} -{"id":"ec-meeting-2015-01-19-3000365640b6b2d31c033bc7b1c97c734ae39c97","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-19 - Cabinet of Commissioner Věra Jourová x Google"],"date":["2015-01-19"],"summary":["Data protection"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-a608b85b2ffef83f883b5a2330b6232efa1b7141","eu-tr-03181945560-59"]}} -{"id":"ec-meeting-2015-01-19-30afa67605c8090d42f5195d5c8a3e70b243648b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-19 - Cabinet of Commissioner Violeta Bulc x European Sea Ports Organisation"],"date":["2015-01-19"],"summary":["Meeting with ESPO"],"notes":["Portfolio: Transport"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-01554483175-08","ec-person-4d2b449b5047ea3fda435a2a1c1081e3babcdf76"]}} -{"id":"ec-meeting-2015-01-19-3302f62e50d5f8c531a409c488110b7f500cb71f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-19 - Cabinet of Commissioner Phil Hogan x VanDrie Group"],"date":["2015-01-19"],"summary":["Ban on sale of Dutch veal to US and market opportunities to export under FTAS"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-095285315431-70","ec-person-400dd8d59d3060187d9b9b143d697da1a3d03c12","ec-person-c9d17d5879383b030f61a4066848249fb35d57e4"]}} -{"id":"ec-meeting-2015-01-19-343ee045a7b4e0ebef18e4608aaef0f011bf5f1d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-19 - Cabinet of Commissioner Vytenis Andriukaitis x International Sport and Culture Association"],"date":["2015-01-19"],"summary":["Supporting Sports and Physical Exercise to improve Health and prevent disease"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["eu-tr-321701314208-42","ec-person-97425c615743576adc42e09bee7dac14f83f691b","ec-person-df30d07ef698a52b9948b9c734db39196cf8541f"]}} -{"id":"ec-meeting-2015-01-19-3e0d3692a4985bbd09a282e74d9b5db62b3fbfc2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-19 - Cabinet of Vice-President Kristalina Georgieva x Airbus"],"date":["2015-01-19"],"summary":["EASA budget + Airbus priorities for 2015"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-georgieva-kristalina-of-president-vice"],"involved":["ec-person-e9717e17d52b55409987c5810e7ea7d7bf2cb2a1","eu-tr-2732167674-76"]}} -{"id":"ec-meeting-2015-01-19-41926abf0025687a1740f72e9700120718dd2f44","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-19 - Cabinet of Commissioner Tibor Navracsics x TiFN Teagasc - Agriculture and Food Development Authority"],"date":["2015-01-19"],"summary":["Food research"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["eu-tr-174036315284-47","ec-person-fc5c01a0bffedf0f4e205a759b40239535313d28","eu-tr-900198315364-62"]}} -{"id":"ec-meeting-2015-01-19-44fc27cfbe9f2f196a81b3ad1e7b72815577f05b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-19 - Cabinet of Vice-President Karmenu Vella x The Pew Charitable Trusts"],"date":["2015-01-19"],"summary":["Revision of the EU Deep Sea Access Regime"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["ec-person-805c0cb26d98afecd897b742d48b43a763b0e93c","eu-tr-46834536998-79","ec-person-2966d69fae0ea4e67f3f2df5a743cc766267d3c8"]}} -{"id":"ec-meeting-2015-01-19-5f2c2afedbe9e70ff4eebf4c6bf05bce3b02e8db","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-19 - Cabinet of Vice-President Karmenu Vella x European Fish Processors & Traders Association"],"date":["2015-01-19"],"summary":["Autonomous Tariff Quotas, labelling, market trends, landing obligation"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["eu-tr-01622884661-83","ec-person-0e3efd8bc1c3ee9a80205d0bb78f316fa1621e5d"]}} -{"id":"ec-meeting-2015-01-19-643bd846f81ff262cc569cd8e2e792e2121512cb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-19 - Cabinet of Vice-President Andrus Ansip x Google"],"date":["2015-01-19"],"summary":["Digital Single Market, broadband investment, Google SME initiatives"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-03181945560-59","ec-person-666bc159c7e65a3af9e63c1e97435c02f1496955","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45","ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0"]}} -{"id":"ec-meeting-2015-01-19-68589a3bf4eadedaea66bbec739a9603adddce8a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-19 - Cabinet of President Jean-Claude Juncker x Airbus"],"date":["2015-01-19"],"summary":["EU Aviation and Investment in Europe"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-b1bf9aa5fb7e886441ff341b657cc482b64a2a3e","eu-tr-2732167674-76"]}} -{"id":"ec-meeting-2015-01-19-732f2078f80f51a2658f3394d26e3989cc3c1709","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-19 - Cabinet of Vice-President Andrus Ansip x TalkTalk Group"],"date":["2015-01-19"],"summary":["Telecoms Single Market, telekom market in the UK"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-d5a309c64ecdb05010325dcfc661f6ae817f31cc","eu-tr-588726515320-19","ec-person-666bc159c7e65a3af9e63c1e97435c02f1496955"]}} -{"id":"ec-meeting-2015-01-19-7ab0a6cdce7a1199f0650deb4e8a50e9b70ac711","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-19 - Cabinet of Commissioner Violeta Bulc x Transport and Environment (European Federation for Transport and Environment)"],"date":["2015-01-19"],"summary":["Meeting with Transport&Environment"],"notes":["Portfolio: Transport"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-4d2b449b5047ea3fda435a2a1c1081e3babcdf76","eu-tr-58744833263-19"]}} -{"id":"ec-meeting-2015-01-19-7b47ed01a866e72bc7eea4019554ec16914ffcd9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-19 - Cabinet of Vice-President Cecilia Malmström x pakistan business council"],"date":["2015-01-19"],"summary":["GSP+ and bilateral matters"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-20ded9db5df11164331bb161fdf234b1e5ad53fd","eu-tr-887837315638-85","ec-person-591ec829ca734bcfe59a2c9c7f07f9dff22a0ea9"]}} -{"id":"ec-meeting-2015-01-19-7ecc4d15082dc009ec1ba73b78ee7be18f194314","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-19 - Cabinet of President Jean-Claude Juncker x Association for Financial Markets in Europe"],"date":["2015-01-19"],"summary":["Capital Markets Union"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-c402e34a99fbee730ae22e3b1958e21c94dc6fcc","eu-tr-65110063986-76"]}} -{"id":"ec-meeting-2015-01-19-83ca002362583a3aa6cb15d707e728fb3a514373","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-19 - Cabinet of Commissioner Jonathan Hill x International Financial Reporting Standards (IFRS) Foundation"],"date":["2015-01-19"],"summary":["IFRS"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels, BERL 10th floor"],"address":["Brussels, BERL 10th floor"],"addressEntity":["addr-f6e0a502055fa6884dcdf7709ff813db941810e6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["ec-person-5fdb62e20cecef81f87f94d3d1bcdd3b47b26af0","eu-tr-830882416841-19","ec-person-f247edfcff54d4f26fc10769f809c92bc72d6797"]}} -{"id":"ec-meeting-2015-01-19-849c50c39b08da664248beca9527a92a6ad82135","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-19 - Cabinet of Commissioner Margrethe Vestager x Danske Havne"],"date":["2015-01-19"],"summary":["Introduction to Danske Havne"],"notes":["Portfolio: Competition"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-margrethe-of-vestager"],"involved":["eu-tr-040632614929-26","ec-person-2e96673ec2acdfc668f6970535551f9afa1f8729","ec-person-6e8b9cd7bb1a15a7e90b04790769360ba931cafd"]}} -{"id":"ec-meeting-2015-01-19-97b41e4506ecde6299b818b8cbb7c879399a36ce","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-19 - Cabinet of President Jean-Claude Juncker x EUROPEAN TRADE UNION CONFEDERATION"],"date":["2015-01-19"],"summary":["Priorités économiques et sociales"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-98eba7ab1446c6dce384fdc2ecd48c7cadf9ee4e","eu-tr-06698681039-26"]}} -{"id":"ec-meeting-2015-01-19-9838dc8388f5b8b3b591b7d33885ce9584e9fa21","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2015-01-19 - Cabinet of President Jean-Claude Juncker x Association of Commercial Television and Video on Demand Services in Europe"],"date":["2015-01-19"],"summary":["Digital Single Market"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-44a061693f35519551be0e3dab996e76ad3f8c7c","eu-tr-18574111503-28"]}} -{"id":"ec-meeting-2015-01-19-9dea784a33779cd8a0bed9da56f26b8f9b937db1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-19 - Cabinet of Commissioner Jonathan Hill x KPMG EMA"],"date":["2015-01-19"],"summary":["Presentation of study on the impact of legislation"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["eu-tr-65515368730-59","ec-person-5e8e66c5b37cfc1f9272932bf8e12f4b28d1160a"]}} -{"id":"ec-meeting-2015-01-19-a6a8504de9429d3b7caed67304fe2ca23871ab0c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-19 - Cabinet of President Jean-Claude Juncker x Société des Auteurs, Compositeurs et Editeurs de Musique"],"date":["2015-01-19"],"summary":["Digital Single Market"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-44a061693f35519551be0e3dab996e76ad3f8c7c","eu-tr-829208810503-45"]}} -{"id":"ec-meeting-2015-01-19-a92e2876fd2ab705373a1e8f703cc9785b66fcc4","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2015-01-19 - Günther Oettinger x RWE AG RWE AG"],"date":["2015-01-19"],"summary":["Energy Policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-7fbb55656658b6d3c9593e50066f55d6533ef13c","ec-person-4cd59e13386e3b68ecb3611fcc579e0a0a3938a5","eu-tr-77608353460-77"]}} -{"id":"ec-meeting-2015-01-19-acfa881cd0ab41757ae847381997d506abbb8701","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-19 - Cabinet of High Representative / Vice-President Federica Mogherini x Association of Social Democratic Municipalities"],"date":["2015-01-19"],"summary":["Turkey local administration structure"],"notes":["Portfolio: Foreign Affairs and Security Policy"],"location":["Berlaymont, Brussels"],"address":["Berlaymont, Brussels"],"addressEntity":["addr-fc86ff6aaa2cd722afeb09a33ccd03fec72f8cd1"],"organizer":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"involved":["eu-tr-198354815537-92","ec-person-ffe369688b1df8f09154d965f094473d619d72e0"]}} -{"id":"ec-meeting-2015-01-19-ae6a6c9ba7c769e263dadbeca69d0e215f5cc0af","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-19 - Cabinet of Vice-President Karmenu Vella x The Pew Charitable Trusts WWF European Policy Programme OCEANA"],"date":["2015-01-19"],"summary":["Illegal, Unreported and Unregulated Fishing"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["eu-tr-47937943241-80","eu-tr-1414929419-24","eu-tr-46834536998-79","ec-person-0e3efd8bc1c3ee9a80205d0bb78f316fa1621e5d"]}} -{"id":"ec-meeting-2015-01-19-b70cb2d1d79665cdd7a967d0c6a3a7a7ec551802","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-19 - Cabinet of Commissioner Věra Jourová x European Law Institute"],"date":["2015-01-19"],"summary":["ELI-EU relations, EU projects"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-a608b85b2ffef83f883b5a2330b6232efa1b7141","eu-tr-455458212010-50"]}} -{"id":"ec-meeting-2015-01-19-b99fabd89fd8ab81954cb202f3cf8d91cb6c1b0f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-19 - Cabinet of Commissioner Jonathan Hill x Pensions and Lifetime Savings Association"],"date":["2015-01-19"],"summary":["Introduction meeting"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["eu-tr-968730515094-08","ec-person-890015b0d769ee93a09119846b414d4aae7c64ae"]}} -{"id":"ec-meeting-2015-01-19-c659a5063dcefc5e05117b3419be7fd1d692d83f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-19 - Cabinet of Vice-President Andrus Ansip x Kapsch"],"date":["2015-01-19"],"summary":["IoT, SMEs, innovation"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-6a03bc4fa7657513ea34529e98dba0671ef4c849","eu-tr-71160189926-80"]}} -{"id":"ec-meeting-2015-01-19-c90813ad4041b5de39b449c7635e879371d18168","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-19 - Cabinet of Commissioner Elżbieta Bieńkowska x International Lead Association Association of European Automotive and Industrial Battery Manufacturers"],"date":["2015-01-19"],"summary":["Discuss the impacts that a potential inclusion of four lead compounds on the REACH authorisation list would have for EU-based manufacturers and recyclers of lead-based batteries"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-311414214793-82","eu-tr-39573492614-61","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2015-01-19-d668351840a51f24e977adfc17242519140159fa","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-19 - Cabinet of Commissioner Vytenis Andriukaitis x Vereinte Dienstleistungsgewerkschaft"],"date":["2015-01-19"],"summary":["Broad spectrum of health issues"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["eu-tr-16178359495-57","ec-person-d462b3c7daeee00ad55e380a7fb96819f79899df"]}} -{"id":"ec-meeting-2015-01-19-d74ebb4a53195cf46d84f3622d1e8bce6015a120","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-19 - Cabinet of First Vice-President Frans Timmermans x Climate Action Network Europe"],"date":["2015-01-19"],"summary":["Sustainable Economy"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["BERL 12/243"],"address":["BERL 12/243"],"addressEntity":["addr-fb1178ea299e67990c6feb254018fe3d42cd2186"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["ec-person-7a0c440119cd5d547eceebb055c79b8bb41bf9a2","eu-tr-55888811123-49"]}} -{"id":"ec-meeting-2015-01-19-d89b6b27194da671c69735cc051a9ac19a45e999","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-19 - Employment, Social Affairs and Inclusion x European Anti Poverty Network Eurochild AISBL"],"date":["2015-01-19"],"summary":["To present the impact of the Alliances’ work and lessons learnt"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-empl"],"involved":["ec-person-0d8ce1c547b8ca99decd25740ba12e2c0866a2fd","eu-tr-3945154610-54","eu-tr-79360311166-84"]}} -{"id":"ec-meeting-2015-01-19-d981c9260e0d03f61083f30373c81a0e3cfc6f48","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-19 - Cabinet of Commissioner Violeta Bulc x Autorità di Sistema Portuale del Mar Adriatico Settentrionale"],"date":["2015-01-19"],"summary":["Maritime"],"notes":["Portfolio: Transport"],"location":["Brussels/BE"],"address":["Brussels/BE"],"addressEntity":["addr-fe4580120e578f5899b4d753b36b5313310f6173"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-743682215626-67","ec-person-d710a614b1b0eabb6d73a2d665b82f6514a3fdb8"]}} -{"id":"ec-meeting-2015-01-19-db788cae3ff2ad08e567fbec209b621ba50bce1f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-19 - Health and Food Safety x European Business Summit Network"],"date":["2015-01-19"],"summary":["2015 European Business Summit and a potential collaboration between your DG and EBS."],"location":["Brussels (BELGIUM)"],"address":["Brussels (BELGIUM)"],"addressEntity":["addr-25bd5ca85cdaa2e09cf8cb981983bc8a6b73b8ec"],"organizer":["ec-dg-sante"],"involved":["ec-person-e6c752b8c9246ee8246c3dde21cfd79f9c4d2d19","eu-tr-268958411031-65"]}} -{"id":"ec-meeting-2015-01-19-fc3839b59bd3e29d4db084e1887ea1cabaf960a4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-19 - Mobility and Transport x Association of Asia Pacific Airlines"],"date":["2015-01-19"],"summary":["International aviation issues, Relations with Asia"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-move"],"involved":["ec-person-d856b0f199c84d5b5003106bea2ee6d0392e2428","eu-tr-148659915430-51"]}} -{"id":"ec-meeting-2015-01-19-fee84cddc3512298530c0785bfa2060c8251e04c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-19 - Cabinet of Vice-President Karmenu Vella x WWF European Policy Programme Greenpeace European Unit Fern"],"date":["2015-01-19"],"summary":["Deforestation"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["ec-person-4ff7c27445db4ad88e687776974fd8d077a1fe0c","eu-tr-9832909575-41","eu-tr-1414929419-24","eu-tr-40538475090-82"]}} -{"id":"ec-meeting-2015-01-20-029f61b96728cbf934bb2672b13c8a3229d0e836","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-20 - Cabinet of First Vice-President Frans Timmermans x Finance Watch"],"date":["2015-01-20"],"summary":["Better Regulation, Transparency, Financial Services"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["ec-person-4076aef8226bd451277bfd5135aa27d63b2ac548","eu-tr-37943526882-24"]}} -{"id":"ec-meeting-2015-01-20-19edbea9f91246793ecc5928fb1b7626006b400e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-20 - Günther Oettinger x Intuit Inc Application Developers Alliance BSA | The Software Alliance DIGITALEUROPE European Internet Services Providers Association Sovereign Strategy Computer & Communications Industry Association"],"date":["2015-01-20"],"summary":["Digital Agenda"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-75039383277-48","eu-tr-784919515495-43","ec-person-4cd59e13386e3b68ecb3611fcc579e0a0a3938a5","eu-tr-64270747023-20","eu-tr-135037514504-30","eu-tr-54437813115-56","eu-tr-15987896534-82","eu-tr-807262215053-09"]}} -{"id":"ec-meeting-2015-01-20-1d577867aed623375c9c498b7b20d73c41af9f9f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-20 - Cabinet of Commissioner Elżbieta Bieńkowska x Verband der Automobilindustrie"],"date":["2015-01-20"],"summary":["EXCHANGE OF VIEWS ON CURRENT TOPICS"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Berlaymont, Brussels, Belgium"],"address":["Berlaymont, Brussels, Belgium"],"addressEntity":["addr-0b7010ac7abf438645eacd50af3009b1252cd7a6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-95574664768-90","ec-person-3d55409fa049ff6b397a9afc2fcc21bc7c409f0d"]}} -{"id":"ec-meeting-2015-01-20-1f791f2f11ccf5c830de683a9fb83f99a99de708","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-20 - Cabinet of Vice-President Miguel Arias Cañete x Snam S.p.A."],"date":["2015-01-20"],"summary":["Presentation of Company activities"],"notes":["Portfolio: Climate Action & Energy"],"location":["BERL 8/165"],"address":["BERL 8/165"],"addressEntity":["addr-363bb64e46464f5554302356d8bdedc4934c8f73"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-1831691c10441c5974327bbeb8693d6b6c1e50c3","eu-tr-284336314886-25"]}} -{"id":"ec-meeting-2015-01-20-23a4ba06bcb78fb5d97f1a4e6890bd908fe9aa7a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-20 - Cabinet of Commissioner Pierre Moscovici x Euronext"],"date":["2015-01-20"],"summary":["Capital Markets Union initiatives"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["eu-tr-17804464809-28","ec-person-18ec03f403696ecde522f7843ba9c4ff6335ead4"]}} -{"id":"ec-meeting-2015-01-20-29088c8ba4d69c1e5245524faf68078295eee054","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-20 - Cabinet of President Jean-Claude Juncker x Verband der Automobilindustrie"],"date":["2015-01-20"],"summary":["Investing in EU"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-95574664768-90","ec-person-b1bf9aa5fb7e886441ff341b657cc482b64a2a3e"]}} -{"id":"ec-meeting-2015-01-20-2b98f181092f0e3c38def6725184e4ec331a99e8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-20 - Cabinet of Commissioner Phil Hogan x Stichting European Climate Foundation"],"date":["2015-01-20"],"summary":["Energy and Climate"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-64869491516-70","ec-person-ff8342dedc26701400fcb7dcf73fbee50a837ac6"]}} -{"id":"ec-meeting-2015-01-20-2de3d88bd22259f9c6bfe97a41aa59174240a900","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-20 - Cabinet of Vice-President Miguel Arias Cañete x Institutional Investors Group on Climate Change"],"date":["2015-01-20"],"summary":["Climate change"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-962717910722-61","ec-person-25a937c04cd0a0ddcf5cf34798e76b5105854114"]}} -{"id":"ec-meeting-2015-01-20-2f3bcf683a059600054a180cc6809d98e19cc011","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-20 - Cabinet of Commissioner Věra Jourová x Microsoft Corporation"],"date":["2015-01-20"],"summary":["Data protection"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["eu-tr-0801162959-21","ec-person-a608b85b2ffef83f883b5a2330b6232efa1b7141"]}} -{"id":"ec-meeting-2015-01-20-3458f1c6a1ddb81f461ab889976633c83f8b17ad","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-20 - Cabinet of Vice-President Jyrki Katainen x S&P Global"],"date":["2015-01-20"],"summary":["Investment plan"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-319148015141-55","ec-person-f9208d930adc70c6c64e21701e48f85f6f18e949","ec-person-7c9460f99c5872dbdc561f5752401c870d12e98b","ec-person-88d71b399a3e13a243bdc4676e481835e8e5b2f2"]}} -{"id":"ec-meeting-2015-01-20-34960ea0ada178ca76b4ae34792f656beca7894e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-20 - Cabinet of Vice-President Andrus Ansip x Zweites Deutsches Fernsehen ARD-Verbindungsbüro Brüssel"],"date":["2015-01-20"],"summary":["Copyright"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-3209361971-85","eu-tr-6774178922-55","ec-person-666bc159c7e65a3af9e63c1e97435c02f1496955","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45"]}} -{"id":"ec-meeting-2015-01-20-364e7c36998f6c4ca3abcd33e56d054bb3842a7c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-20 - Cabinet of Commissioner Margrethe Vestager x Cerame-Unie"],"date":["2015-01-20"],"summary":["Introduction to the work of Cerame-Unie"],"notes":["Portfolio: Competition"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-margrethe-of-vestager"],"involved":["eu-tr-79465004946-12","ec-person-2e96673ec2acdfc668f6970535551f9afa1f8729"]}} -{"id":"ec-meeting-2015-01-20-3b4ec6313f84c881d05274d5cef6ff26df44e7a6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-20 - Cabinet of Commissioner Elżbieta Bieńkowska x Dell Inc."],"date":["2015-01-20"],"summary":["Introductory meeting"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["ec-person-685ecf13dd26cd515c961e24ba71049af2302c5e","eu-tr-28739192542-16","ec-person-b2f9be51339f054477846797e2c119fcf16548fc"]}} -{"id":"ec-meeting-2015-01-20-49f0dccc5d191a473642030e049d9aff56933126","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-20 - Cabinet of President Jean-Claude Juncker x EKD-Büro Brüssel / EKD-Office Brussels"],"date":["2015-01-20"],"summary":["The dialogue between Churches and the EU"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-80c6995ad1cd6aefa72f1bf440b17b6d8c6dd4b8","eu-tr-61973396926-78"]}} -{"id":"ec-meeting-2015-01-20-4e5cd6d35cb07034c35d7f2b18fa4bbb0c608232","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-20 - Climate Action x Vivid Economics Ltd"],"date":["2015-01-20"],"summary":["Economic analysis and implementation 2030"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-clima"],"involved":["ec-person-44c2f44f96dda2012bcb4e9abc749f6cae86a4c0","eu-tr-374871715438-02"]}} -{"id":"ec-meeting-2015-01-20-51f1b7d4634b0fa199065672252318067c203d01","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-20 - Cabinet of Commissioner Carlos Moedas x Turku-Southwest Finland European Office"],"date":["2015-01-20"],"summary":["Contribution of Finland universities to the EU Research Agenda"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["eu-tr-549499813585-41","ec-person-23980b2bc4fd9c82051d0f7888dc236b2f764866"]}} -{"id":"ec-meeting-2015-01-20-59e794ee9321ce52126bc0f11d3e0a0c17fe610a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-20 - Cabinet of Vice-President Maroš Šefčovič x Institutional Investors Group on Climate Change"],"date":["2015-01-20"],"summary":["Energy Union and investments, notably energy efficiency"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-1f95be23689cd4ed0a26fe2980f760ccf2d55c1e","eu-tr-962717910722-61"]}} -{"id":"ec-meeting-2015-01-20-5a8b6099537677e27a4930af2a07a3bacf6f1797","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-20 - Health and Food Safety x MEDICINES FOR EUROPE"],"date":["2015-01-20"],"summary":["Exchange of views regarding the EU strategic plan for 2015-2016 and EGA vision"],"location":["Brussels (BELGIUM)"],"address":["Brussels (BELGIUM)"],"addressEntity":["addr-25bd5ca85cdaa2e09cf8cb981983bc8a6b73b8ec"],"organizer":["ec-dg-sante"],"involved":["eu-tr-48325781850-28","ec-person-e6c752b8c9246ee8246c3dde21cfd79f9c4d2d19"]}} -{"id":"ec-meeting-2015-01-20-5fb1df62de47e18d0a4d1710834d3867839c0635","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-20 - Cabinet of Commissioner Věra Jourová x HP Inc"],"date":["2015-01-20"],"summary":["Data protection"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-f329292459cb1badb7fb7c6b67b698c441931bb2","eu-tr-99346002337-55"]}} -{"id":"ec-meeting-2015-01-20-66d834ca6840b391a898013b8194976b136c3ab6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-20 - Cabinet of Vice-President Cecilia Malmström x Emirates Airline"],"date":["2015-01-20"],"summary":["Contribution of aviation to growth in Europe, FTA negotiations with the Gulf Region."],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-501968312339-22","ec-person-5d4088e1913284a765aed8445f448f6ff341f1b3"]}} -{"id":"ec-meeting-2015-01-20-6912e44cf97dd6804b6ac47afb972a71e123b648","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-20 - Cabinet of Vice-President Jyrki Katainen x Finnish Forest Industries Federation (Metsäteollisuus ry)"],"date":["2015-01-20"],"summary":["Sustainable forest industries"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-0310c3b87e155f5572493e91d12eebab9736a76b","eu-tr-39671713910-36"]}} -{"id":"ec-meeting-2015-01-20-72e4a3f942f4a6b59920754f41b72ae69eb4d1ed","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-20 - Cabinet of Commissioner Jonathan Hill x Securities Industry and Financial Markets Association"],"date":["2015-01-20"],"summary":["Introductory Meeting"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["eu-tr-995801715250-37","ec-person-5e8e66c5b37cfc1f9272932bf8e12f4b28d1160a"]}} -{"id":"ec-meeting-2015-01-20-7b38e63eb568b4fa0488fac81b287f02a0cf4a14","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-20 - Cabinet of Vice-President Miguel Arias Cañete x Ørsted A/S"],"date":["2015-01-20"],"summary":["Overall climate and energy target discussion for 2030"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, belgium"],"address":["Brussels, belgium"],"addressEntity":["addr-b39b9dcfba3e578ef360518fd0aa4ce7938fab00"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-1831691c10441c5974327bbeb8693d6b6c1e50c3","eu-tr-870817015429-80","ec-person-2229c857664a22dcb8eee79a8c05841fd3d0924f"]}} -{"id":"ec-meeting-2015-01-20-82d6e51a1649faf6cfd623f99c24ffdc5b895103","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-20 - Cabinet of First Vice-President Frans Timmermans x Amnesty International Limited"],"date":["2015-01-20"],"summary":["Protection of fundamental rights"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["ec-person-6d8b11c800391d9e6515bbd1b0e9d54c7da270da","eu-tr-11063928073-34"]}} -{"id":"ec-meeting-2015-01-20-846280ab1fe3a09026062befccb26bc10e40f7e5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-20 - Cabinet of Commissioner Christos Stylianides x Voluntary Organisations in Cooperation in Emergencies"],"date":["2015-01-20"],"summary":["Overall humanitarian issues"],"notes":["Portfolio: Humanitarian Aid & Crisis Management"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-christos-commissioner-of-stylianides"],"involved":["ec-person-cdd689bd079714522dad472ea4446b0fcc660d8f","eu-tr-47126711656-13"]}} -{"id":"ec-meeting-2015-01-20-8b46cc157dca20c174ee600431ed1ac3a5be9af4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-20 - Cabinet of President Jean-Claude Juncker x european competitive telecommunications association"],"date":["2015-01-20"],"summary":["Digital Single Market"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-44a061693f35519551be0e3dab996e76ad3f8c7c","eu-tr-24627752238-32"]}} -{"id":"ec-meeting-2015-01-20-8e6f707cd8d9189471b3da43006c7e7ee9b9ff38","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-20 - Mobility and Transport x AIR FRANCE Lufthansa Group KLM Royal Dutch Airlines"],"date":["2015-01-20"],"summary":["Challenges and vision, Level playing field, Capacity: Slots & new airport infrastructure, Airport charges"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-move"],"involved":["ec-person-d856b0f199c84d5b5003106bea2ee6d0392e2428","eu-tr-0714344663-32","eu-tr-76441066192-30","eu-tr-350652449-83"]}} -{"id":"ec-meeting-2015-01-20-a383d1e7ac7a9677dbc1fe2ce96422a4c4eed396","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-20 - Cabinet of Vice-President Valdis Dombrovskis x NEX"],"date":["2015-01-20"],"summary":["EMIR/MIFID II"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-69766701400-79","ec-person-3f9ca71b74344417d1f072ba7f3e2f09a223b036"]}} -{"id":"ec-meeting-2015-01-20-a6700e97d729d1cf42bba9bb092f1190d3df3484","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-20 - Mobility and Transport x Conference of European Directors of Roads"],"date":["2015-01-20"],"summary":["Cooperation CEDR/EC, Maintenance of the road network, Multimodality, ITS"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-move"],"involved":["ec-person-d856b0f199c84d5b5003106bea2ee6d0392e2428","eu-tr-485630615462-79"]}} -{"id":"ec-meeting-2015-01-20-a6de5fcd64b3ddf064404b64922714b138d6e1b1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-20 - Cabinet of President Jean-Claude Juncker x S&P Global"],"date":["2015-01-20"],"summary":["Investment Plan"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-319148015141-55","ec-person-c402e34a99fbee730ae22e3b1958e21c94dc6fcc"]}} -{"id":"ec-meeting-2015-01-20-a98d91aee8d3a2cec6aa74f0d67c80e10246862d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-20 - Cabinet of Vice-President Maroš Šefčovič x BP p.l.c."],"date":["2015-01-20"],"summary":["Presentation of BP and their activities on the EU market"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-3394026642-58","ec-person-3bf48630444ace93d407e52eb880e64d480f75ce"]}} -{"id":"ec-meeting-2015-01-20-adff1861eba5f363ec896e472177e277571d1862","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-20 - Cabinet of Vice-President Jyrki Katainen x Verband der Automobilindustrie"],"date":["2015-01-20"],"summary":["Industrial Policy"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-95574664768-90","ec-person-0da85dc48012e26688310a59a0b51727ea68f410"]}} -{"id":"ec-meeting-2015-01-20-b57f656d11898fce4ac0f3079e82a1134cc452d0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-20 - Cabinet of Commissioner Tibor Navracsics x Centre for Democracy & Technology, Europe"],"date":["2015-01-20"],"summary":["Copyright"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-cb6aa96c497dead35eb0f2ed0339e5423d506549","eu-tr-57305017757-64"]}} -{"id":"ec-meeting-2015-01-20-c0a36c22d02c5cdc35d490ad4eb58a0b08ee4d09","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-20 - Günther Oettinger x Wirtschaftsrat der CDU e.V."],"date":["2015-01-20"],"summary":["New Commission, issues Commissioner Oettinger"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-176334311014-43","ec-person-c6cae64cc7dc787b66a47ab1613d3e922875b971"]}} -{"id":"ec-meeting-2015-01-20-c4e269579b37ed642a4e24e5f93609917c894031","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-20 - Cabinet of Vice-President Miguel Arias Cañete x UNION FRANCAISE DE L'ELECTRICITE - UFE"],"date":["2015-01-20"],"summary":["European electricity market, future of European energy and climate polices"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-1831691c10441c5974327bbeb8693d6b6c1e50c3","eu-tr-30146663069-53","ec-person-25a937c04cd0a0ddcf5cf34798e76b5105854114","ec-person-2229c857664a22dcb8eee79a8c05841fd3d0924f"]}} -{"id":"ec-meeting-2015-01-20-c65ebb81ac1b65a090120a49f2d1602f65f18436","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-20 - Cabinet of Commissioner Jonathan Hill x UBS Group AG"],"date":["2015-01-20"],"summary":["Implementation/completion of the financial reform/prospects for further financial regulation and CMU"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["ec-person-f247edfcff54d4f26fc10769f809c92bc72d6797","eu-tr-365453815252-29"]}} -{"id":"ec-meeting-2015-01-20-c7436bc02dbb1be91bc974896d25684573598fdd","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2015-01-20 - Cabinet of Commissioner Elżbieta Bieńkowska x Google"],"date":["2015-01-20"],"summary":["Future of the Information Society"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["ec-person-685ecf13dd26cd515c961e24ba71049af2302c5e","eu-tr-03181945560-59","ec-person-95a769a1850d7d595f9a5853c51dcbdd3ddd69fb","ec-person-b2f9be51339f054477846797e2c119fcf16548fc"]}} -{"id":"ec-meeting-2015-01-20-cf9cdf1ff3f93c3c10cdbbd0a26a18776a2aea10","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-20 - Cabinet of Commissioner Violeta Bulc x Association of Asia Pacific Airlines"],"date":["2015-01-20"],"summary":["Visit of a delegation from the Association of Asia Pacific Airlines"],"notes":["Portfolio: Transport"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-d710a614b1b0eabb6d73a2d665b82f6514a3fdb8","eu-tr-148659915430-51"]}} -{"id":"ec-meeting-2015-01-20-d36a4f60ea1df4b4d1832ad76e0f7f7babe28a35","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-20 - Cabinet of President Jean-Claude Juncker x Telia Company AB"],"date":["2015-01-20"],"summary":["Digital Single Market"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-44a061693f35519551be0e3dab996e76ad3f8c7c","eu-tr-381805014604-45"]}} -{"id":"ec-meeting-2015-01-20-d7ebeaa8bb251371e125cd83a39a4ca157c6ca29","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-20 - Cabinet of Commissioner Violeta Bulc x Verband der Automobilindustrie"],"date":["2015-01-20"],"summary":["Digitalisation of Transport, electrification of transport"],"notes":["Portfolio: Transport"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-95574664768-90","ec-person-e14c58f620f40325d829df7be0823280307bc15f"]}} -{"id":"ec-meeting-2015-01-20-f0d7f5c40f0e8d86a2773a2d342f902589f799fd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-20 - Cabinet of Commissioner Věra Jourová x Amnesty International Limited"],"date":["2015-01-20"],"summary":["Fundamental rights"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["eu-tr-11063928073-34","ec-person-1e0e3a00ab815dea7c5b839b002ed2c7e34bfe0a"]}} -{"id":"ec-meeting-2015-01-20-f5e3a51b0a02f9c9a6788867b156fb1ae4b80201","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-20 - Cabinet of Commissioner Tibor Navracsics x General Electric Company"],"date":["2015-01-20"],"summary":["Meeting with GE"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-dc2e0fed0fdf39a6a3f3ad63355c5215599de9d1","eu-tr-4016736872-59"]}} -{"id":"ec-meeting-2015-01-20-f6fe270d49b0cc1fed83f4337aeb2ea83048ae97","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-20 - Cabinet of President Jean-Claude Juncker x Emirates Airline"],"date":["2015-01-20"],"summary":["Aviation in Europe"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-501968312339-22","ec-person-b1bf9aa5fb7e886441ff341b657cc482b64a2a3e"]}} -{"id":"ec-meeting-2015-01-20-f8169bbcdf36bf9d403f2d7b030f0b5abaf26424","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-20 - Cabinet of Commissioner Violeta Bulc x Lufthansa Group AIR FRANCE"],"date":["2015-01-20"],"summary":["Presentation of Deutsche Lufthansa Group and Air France / KLM"],"notes":["Portfolio: Transport"],"location":["BERL 8/26"],"address":["BERL 8/26"],"addressEntity":["addr-350637aff090d1bc9b1cc72d8b75dfafd9385c72"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-4d2b449b5047ea3fda435a2a1c1081e3babcdf76","eu-tr-0714344663-32","eu-tr-350652449-83"]}} -{"id":"ec-meeting-2015-01-21-05129f27cf9b083da97c5e85e1ce410d89479429","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-21 - Cabinet of Vice-President Andrus Ansip x None"],"date":["2015-01-21"],"summary":["VP Ansip priorities and plans to deliver Digital Single Market during his term; UK Government paper on Digital Single Market evolution"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels - EC premises"],"address":["Brussels - EC premises"],"addressEntity":["addr-5b89848910beb6aa111df14e65b65d35cc88444a"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-5db7bdd1c81da2e70eb5b982097d0004111b5c3e","ec-person-91ca0921c6790191daa54427311acd63035e7c9e"]}} -{"id":"ec-meeting-2015-01-21-0517653bec523b1ce13289fb191c08b025a9b84a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-21 - Cabinet of Commissioner Corina Crețu x UNIFE"],"date":["2015-01-21"],"summary":["Cohesion Policy and investments in railway"],"notes":["Portfolio: Regional Policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-corina-cretu-of"],"involved":["eu-tr-9624415524-28","ec-person-b2a85d08bf0e06d2bc82e23548c2f6211d04cf4a"]}} -{"id":"ec-meeting-2015-01-21-063e99b192edb348e63fbf4f5850fd83bc075695","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-21 - Cabinet of Vice-President Maroš Šefčovič x General Electric Company"],"date":["2015-01-21"],"summary":["Energy Union"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-4016736872-59","ec-person-192eca4cb918c7382c916bec9bfe04e745ee91cb"]}} -{"id":"ec-meeting-2015-01-21-0c300b3a95c7eaf7df73c6b9baf7218dd083825c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-21 - Energy x Sandbag Climate Campaign CIC"],"date":["2015-01-21"],"summary":["European Energy Policy priorities"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["ec-person-6997149120ce5129e38febe5275dc8fd03232d2e","eu-tr-94944179052-82"]}} -{"id":"ec-meeting-2015-01-21-139822e7b885b1c4e4283764e20528a1bd25e6fe","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-21 - Cabinet of Commissioner Tibor Navracsics x EuroScience SciCom - Making Sense of Science"],"date":["2015-01-21"],"summary":["ESOF 2016"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["eu-tr-625087015365-29","eu-tr-960231515423-37","ec-person-fc5c01a0bffedf0f4e205a759b40239535313d28"]}} -{"id":"ec-meeting-2015-01-21-149f1d3caab9060ca7075d38b8ce3761f193b5af","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-21 - Cabinet of First Vice-President Frans Timmermans x Ile-de-France Europe"],"date":["2015-01-21"],"summary":["Relations between the EU and European regions"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Berlaymont - Brussels"],"address":["Berlaymont - Brussels"],"addressEntity":["addr-36f33652c556765a5dad2fc43dc3e05e5d5f1d8d"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["ec-person-f3a0db9fe3b985fb3a6665117484ee9f97b0e339","eu-tr-86172696311-16"]}} -{"id":"ec-meeting-2015-01-21-16f100062988035327569b51d90d646b57faeece","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-21 - Cabinet of Vice-President Andrus Ansip x Universal Music Group International"],"date":["2015-01-21"],"summary":["Copyright"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-e91c5be432b6b3efdda369792fed67c20b767a45","eu-tr-530216615544-40"]}} -{"id":"ec-meeting-2015-01-21-17f55556d379711cda1922546b633c7b26ea8f18","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-21 - Günther Oettinger x European Publishers Council"],"date":["2015-01-21"],"summary":["Copyright"],"location":["BXL"],"address":["BXL"],"addressEntity":["addr-d2fde52f67ea4a3e1fe233d0a959d6a1c77fd910"],"organizer":["ec-dg-de"],"involved":["eu-tr-4456380381-30","ec-person-49723482bb23d029cbfc010cb37eec7392a0ae02"]}} -{"id":"ec-meeting-2015-01-21-194ad1f61f7543048db6a5b027aad9c337ef70f5","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2015-01-21 - Cabinet of Commissioner Phil Hogan x Confederazione Nazionale Coldiretti"],"date":["2015-01-21"],"summary":["General courtesy meeting"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["BER 08/323","BERL 08/323"],"address":["BER 08/323","BERL 08/323"],"addressEntity":["addr-81cf2e873861051667b0d7f6084c1d3163e5afea","addr-ddb0493c46576a8eaae3e38be1278d1530d82063"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-55507619225-88","ec-person-428cf365f3847d04012831ef2642a1a69aed518d"]}} -{"id":"ec-meeting-2015-01-21-19818e09ee59869ee2a74df3b6ee0dd6cb459b45","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-21 - Cabinet of Vice-President Miguel Arias Cañete x Trans Adriatic Pipeline"],"date":["2015-01-21"],"summary":["Southern Gas Corridor"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-1831691c10441c5974327bbeb8693d6b6c1e50c3","eu-tr-570335813082-79","ec-person-2229c857664a22dcb8eee79a8c05841fd3d0924f"]}} -{"id":"ec-meeting-2015-01-21-19d25b52d2a3025cecf33ac9abc7f5fac8dbc3e2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-21 - Cabinet of Vice-President Valdis Dombrovskis x AT&T, Inc."],"date":["2015-01-21"],"summary":["Latest developments in the European market, economic growth and job creation in Europe; key policy issues such as corporate governance, information and technology, international trade, smart regulation, and tax and fiscal policy. European Investment plan."],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Davos Congress Centre,Talstrasse 41, CH-7270 Davos, Switzerland"],"address":["Davos Congress Centre,Talstrasse 41, CH-7270 Davos, Switzerland"],"addressEntity":["addr-8780d10dc4ceeb7c73a85b84ec0060d4929da7c4"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-902665668634b69ce99a97f1853d89a9d1b275f2","eu-tr-92442218459-37","ec-person-a9eda2e8ea54b70a968327672c6cada679d3cd56"]}} -{"id":"ec-meeting-2015-01-21-217f8adbc5f00cdff090e9f46ee83c2a3d4d255f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-21 - Taxation and Customs Union x Vereinigung der österreichischen Industrie - Industriellenvereinigung"],"date":["2015-01-21"],"summary":["Tax competition and FTT"],"location":["Taxud Brussels Office"],"address":["Taxud Brussels Office"],"addressEntity":["addr-83311ce0ec9960eee32e6ffd03dbae7746a2f6b2"],"organizer":["ec-dg-taxud"],"involved":["eu-tr-89093924456-06","ec-person-f4345d97cfa27a834e9977e557ee9e2c79060f22"]}} -{"id":"ec-meeting-2015-01-21-27d90358d42777d8c27f7ac53b31b55493d24d65","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-21 - Cabinet of Vice-President Andrus Ansip x Amazon Europe Core SARL"],"date":["2015-01-21"],"summary":["Web Services (cloud facilities) and Marketplace - Platform"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-d5a309c64ecdb05010325dcfc661f6ae817f31cc","eu-tr-366117914426-10"]}} -{"id":"ec-meeting-2015-01-21-2f3a880c6102000f5ec2f1995489ca5d4238be3e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-21 - Cabinet of Commissioner Pierre Moscovici x Association for Financial Markets in Europe"],"date":["2015-01-21"],"summary":["Capital Markets Union, Banking Union issues: exchange of views"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["ec-person-18ec03f403696ecde522f7843ba9c4ff6335ead4","eu-tr-65110063986-76"]}} -{"id":"ec-meeting-2015-01-21-30d4ec78edf20c3491942663ff90b528ac712906","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-21 - Cabinet of Commissioner Věra Jourová x Evropský institut odkazu šoa"],"date":["2015-01-21"],"summary":["Fundamental rights, racism and xenophobia"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["eu-tr-242965915711-62","ec-person-1e0e3a00ab815dea7c5b839b002ed2c7e34bfe0a"]}} -{"id":"ec-meeting-2015-01-21-3f04e174821f97c0b4077f434b7734ffdd306aac","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-21 - Cabinet of Commissioner Phil Hogan x Centre national de l'économie laitière"],"date":["2015-01-21"],"summary":["Market developments in the dairy industry. EU dairy policy. FTAS need to open new export markets"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-400dd8d59d3060187d9b9b143d697da1a3d03c12","eu-tr-339967513518-43"]}} -{"id":"ec-meeting-2015-01-21-41fc1aad7e62cd6e868badd49ba5fdc66122956a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-21 - Cabinet of President Jean-Claude Juncker x European Anti Poverty Network"],"date":["2015-01-21"],"summary":["Priorités sociales"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-3945154610-54","ec-person-98eba7ab1446c6dce384fdc2ecd48c7cadf9ee4e"]}} -{"id":"ec-meeting-2015-01-21-4a4d32b533177bdbf0bb97897e2ffd3a677ccc5b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-21 - Informatics x Cisco Systems Inc."],"date":["2015-01-21"],"summary":["Strategic Review Meeting"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-digit"],"involved":["ec-person-0098ceaf3507dfdf0d7f020be9785ac3453b4913","eu-tr-494613715191-85"]}} -{"id":"ec-meeting-2015-01-21-4ed3971e4fff1e535322889ae5fae7f312e45ed4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-21 - Health and Food Safety x EuropaBio"],"date":["2015-01-21"],"summary":["GMO"],"location":["Brussels (BELGIUM)"],"address":["Brussels (BELGIUM)"],"addressEntity":["addr-25bd5ca85cdaa2e09cf8cb981983bc8a6b73b8ec"],"organizer":["ec-dg-sante"],"involved":["eu-tr-1298286943-59","ec-person-e6c752b8c9246ee8246c3dde21cfd79f9c4d2d19"]}} -{"id":"ec-meeting-2015-01-21-532937236e54272ba9d5c422a1a9de897a2b99e8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-21 - Cabinet of Vice-President Miguel Arias Cañete x Vereinigung der österreichischen Industrie - Industriellenvereinigung"],"date":["2015-01-21"],"summary":["The post 2020 energy & climate framework and its interlinkage with the objective to re-industrializing Europe"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, belgium"],"address":["Brussels, belgium"],"addressEntity":["addr-b39b9dcfba3e578ef360518fd0aa4ce7938fab00"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-89093924456-06","ec-person-25a937c04cd0a0ddcf5cf34798e76b5105854114","ec-person-2229c857664a22dcb8eee79a8c05841fd3d0924f"]}} -{"id":"ec-meeting-2015-01-21-54936c57be045318bda3b8bf098dd2aa6e50641c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-21 - Cabinet of Commissioner Phil Hogan x CEMA - European Agricultural Machinery Industry Association"],"date":["2015-01-21"],"summary":["Future of the CAP. Importance of ennhancing policy coherence at EU-Level. CEMA event agenda for 2015"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-400dd8d59d3060187d9b9b143d697da1a3d03c12","eu-tr-489575310490-58"]}} -{"id":"ec-meeting-2015-01-21-569582e463738c8a2d5f7c6661ffb12f96ead386","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-21 - Cabinet of Vice-President Johannes Hahn x UKRAINIAN LEAGUE OF INDUSTRIALISTS AND ENTREPRENEURS EU Ukraine Business Council aisbl"],"date":["2015-01-21"],"summary":["Discussion how Ukrainian League of Industrialists and Entrepreneurs (Ukrainian business and Ukraine’s largest employer organisation) can support the European Commission and the Support Group for Ukraine in promoting reform efforts in the country"],"notes":["Portfolio: European Neighbourhood Policy & Enlargement Negotiations"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-hahn-johannes-of-president-vice"],"involved":["ec-person-643595d3a737c63fc95146b51292a4684ed1ca75","eu-tr-090419715585-36","eu-tr-3791655174-28"]}} -{"id":"ec-meeting-2015-01-21-69432f666360d48f3b783179cbe35832686630ae","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-21 - Cabinet of Vice-President Andrus Ansip x European Publishers Council"],"date":["2015-01-21"],"summary":["Digital Single Market, copyright"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-4456380381-30","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45"]}} -{"id":"ec-meeting-2015-01-21-6b538db53c99351094b975ce299a58e86dd5dc3e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-21 - Cabinet of Vice-President Karmenu Vella x Eurogroup for Animals"],"date":["2015-01-21"],"summary":["Protection of Animals"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["ec-person-9e282d5223d0f62146ce1013e2dac38adc89a4cf","eu-tr-6809935493-49","ec-person-4ff7c27445db4ad88e687776974fd8d077a1fe0c"]}} -{"id":"ec-meeting-2015-01-21-6e9cf60614a0b701aee99d8086c2d8a56c3c6b69","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-21 - Cabinet of Vice-President Cecilia Malmström x Vereinigung der österreichischen Industrie - Industriellenvereinigung"],"date":["2015-01-21"],"summary":["TTIP"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-20ded9db5df11164331bb161fdf234b1e5ad53fd","eu-tr-89093924456-06"]}} -{"id":"ec-meeting-2015-01-21-72dca8ea640e423e4855269001f2731f071c4137","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-21 - Cabinet of Commissioner Violeta Bulc x Transdev Group"],"date":["2015-01-21"],"summary":["EU transport policy"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-dd7851e4a1e747e824b4f81139e33bc3cdb73160","eu-tr-042383714852-64"]}} -{"id":"ec-meeting-2015-01-21-76e83cd2e0cd7866272289d700e77853600c2daa","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-21 - Cabinet of Vice-President Jyrki Katainen x KDC Group"],"date":["2015-01-21"],"summary":["Copyright"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-61008951870-83","ec-person-0310c3b87e155f5572493e91d12eebab9736a76b"]}} -{"id":"ec-meeting-2015-01-21-7cebe0946416495c9d94ac6c5700a1288fbfb613","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-21 - Cabinet of Commissioner Phil Hogan x Federation of European Rice Millers"],"date":["2015-01-21"],"summary":["Impact of duty-free rice import from EBA countries"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-31958409365-30","ec-person-400dd8d59d3060187d9b9b143d697da1a3d03c12"]}} -{"id":"ec-meeting-2015-01-21-89158e46d8d32b0e1428abfcff5b92932159f9f8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-21 - Cabinet of Vice-President Jyrki Katainen x Landbrug & Fødevarer - Danish Agriculture and Food Council Maa- ja metsätaloustuottajain Keskusliitto – Central Union of Agricultural Producers and Forest Owners"],"date":["2015-01-21"],"summary":["Competitiveness of agriculture sector"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-56039441735-48","ec-person-0310c3b87e155f5572493e91d12eebab9736a76b","eu-tr-1634450483-86"]}} -{"id":"ec-meeting-2015-01-21-8b71b2c19d27cd0270aa87f464df875bdff29952","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-21 - Günther Oettinger x Universal Music Group International"],"date":["2015-01-21"],"summary":["Copyright"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-4cd59e13386e3b68ecb3611fcc579e0a0a3938a5","eu-tr-530216615544-40"]}} -{"id":"ec-meeting-2015-01-21-8d0fc5f9f2ed585fd0bc17ddd3c23d464d47e055","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-21 - Cabinet of Commissioner Elżbieta Bieńkowska x SANOFI"],"date":["2015-01-21"],"summary":["A reflection on how Europe can move towards the development of a genuine European Research Area, benefiting from closer cooperation between the private and the academic and public sectors and better exploit the links between fundamental and translational research."],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels Belgium"],"address":["Brussels Belgium"],"addressEntity":["addr-61947d7d2c69c0b8f57325bd044f500c5fc6df48"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-61291462764-77","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2015-01-21-9001fbd783eab266b7c7116916179167da694aa8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-21 - Cabinet of Commissioner Tibor Navracsics x European Publishers Council"],"date":["2015-01-21"],"summary":["Interoperability and promotion of quality digital educational resources"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["eu-tr-4456380381-30","ec-person-1da7ee09d46288ee4ea9db2b644bdcf9c3d6d000"]}} -{"id":"ec-meeting-2015-01-21-915d43c58e4eb45f8bfd2f7b0ecf3830de481448","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-21 - Cabinet of Commissioner Jonathan Hill x The Western Union Company"],"date":["2015-01-21"],"summary":["Financial Services Policy"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["eu-tr-35525111082-17","ec-person-f247edfcff54d4f26fc10769f809c92bc72d6797"]}} -{"id":"ec-meeting-2015-01-21-95826d812e7932f73dc495f1a79bb4f619dd19ce","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-21 - Cabinet of Vice-President Miguel Arias Cañete x Confederazione Generale dell'Industria Italiana"],"date":["2015-01-21"],"summary":["Energy Union"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-27762251795-15","ec-person-25a937c04cd0a0ddcf5cf34798e76b5105854114"]}} -{"id":"ec-meeting-2015-01-21-95defd0cdacd5c5d5bce22fc2e8a25fab2482ae5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-21 - Cabinet of President Jean-Claude Juncker x European Producers Club"],"date":["2015-01-21"],"summary":["Digital Single Market"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-344910313351-14","ec-person-44a061693f35519551be0e3dab996e76ad3f8c7c"]}} -{"id":"ec-meeting-2015-01-21-966909fb8c1b8398116f57a3766129098e72016c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-21 - Internal Market, Industry, Entrepreneurship and SMEs x .ASOCIACION ESPAÑOLA DE EMPRESAS DE PRODUCTOS DE MARCA"],"date":["2015-01-21"],"summary":["Private label products / Unfair trading practices (UTPs)"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-grow"],"involved":["ec-person-9f3f9b58a22cf98d55521b290d1facc431bdce86","eu-tr-790916815118-34"]}} -{"id":"ec-meeting-2015-01-21-9b97489ac60142881ae70595d385cc5ec74b8160","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-21 - Cabinet of Vice-President Cecilia Malmström x IBM Corporation"],"date":["2015-01-21"],"summary":["Data Flows, Data Protection, Safe Harbour, TTIP"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-7721359944-96","ec-person-591ec829ca734bcfe59a2c9c7f07f9dff22a0ea9"]}} -{"id":"ec-meeting-2015-01-21-9c93b5c8c0c0cf151579fd60a8e3268f4e1af45f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-21 - European Neighbourhood and Enlargement Negotiations x Confederation of Swedish Enterprise"],"date":["2015-01-21"],"summary":["Invited by Swedish Permanent Representative to present the Commission's Neighbourhood and Enlargement Policy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-near"],"involved":["eu-tr-39912257528-48","ec-person-1160ccf35947f06f1629cad85b9f162eb5575780"]}} -{"id":"ec-meeting-2015-01-21-9cfb0f26fe78e8a56e68f7d93b40011f8bc7ced1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-21 - Cabinet of Commissioner Elżbieta Bieńkowska x Vereinigung der österreichischen Industrie - Industriellenvereinigung"],"date":["2015-01-21"],"summary":["EU competitiveness agenda"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-89093924456-06","ec-person-b2f9be51339f054477846797e2c119fcf16548fc","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2015-01-21-a5e286b24210aa516ccf052fd76ce3e7f545d37b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-21 - Cabinet of Vice-President Valdis Dombrovskis x Bank of America Corporation"],"date":["2015-01-21"],"summary":["Eurozone macro-economic outlook and the Banking Union as it currently stands, as well as the state of the European and American economy"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Davos Congress Centre,Talstrasse 41, CH-7270 Davos, Switzerland"],"address":["Davos Congress Centre,Talstrasse 41, CH-7270 Davos, Switzerland"],"addressEntity":["addr-8780d10dc4ceeb7c73a85b84ec0060d4929da7c4"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-902665668634b69ce99a97f1853d89a9d1b275f2","ec-person-a9eda2e8ea54b70a968327672c6cada679d3cd56","eu-tr-53891615036-88"]}} -{"id":"ec-meeting-2015-01-21-b723d3d4d07d89476074a2e4bc474e1c87cff94a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-21 - Cabinet of Commissioner Violeta Bulc x Emirates Airline"],"date":["2015-01-21"],"summary":["Aviation issues"],"notes":["Portfolio: Transport"],"location":["Brussels/BE"],"address":["Brussels/BE"],"addressEntity":["addr-fe4580120e578f5899b4d753b36b5313310f6173"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-501968312339-22","ec-person-5012c5e45a52ee8ce67d19c1781a127af53e73e7","ec-person-d710a614b1b0eabb6d73a2d665b82f6514a3fdb8"]}} -{"id":"ec-meeting-2015-01-21-c6399b6783a63af7f8d40fe2031dc5fd62f1c46f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-21 - Cabinet of Vice-President Maroš Šefčovič x Verband der Automobilindustrie"],"date":["2015-01-21"],"summary":["Energy Union priorities for the automotive sector"],"notes":["Portfolio: Energy Union"],"location":["Brussels, BE"],"address":["Brussels, BE"],"addressEntity":["addr-bd80958a978de8af51caa97a25a75f30d0061d71"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-ea6b517040e26a62f17d2829afffeba48cfd682f","eu-tr-95574664768-90"]}} -{"id":"ec-meeting-2015-01-21-c652246f3fa831233292c963228380839feedf68","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-21 - Cabinet of Commissioner Elżbieta Bieńkowska x Diehl Stiftung & Co. KG"],"date":["2015-01-21"],"summary":["Introductory meeting"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-92127312521-05","ec-person-b2f9be51339f054477846797e2c119fcf16548fc","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2015-01-21-c6691d6367041665a7d6823522951ea443dfe000","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-21 - Cabinet of Commissioner Violeta Bulc x Gothenburg European Office"],"date":["2015-01-21"],"summary":["Transport policy"],"notes":["Portfolio: Transport"],"location":["Brussels-Belgium"],"address":["Brussels-Belgium"],"addressEntity":["addr-8aa817030dbcdfbb53f748ee3078a4c164aa27db"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-94708345996-43","ec-person-7ac9445abdddc66a79f539ae13eb74e1ceb512df"]}} -{"id":"ec-meeting-2015-01-21-c8e1fb8627013d8ccd37c1638ef059ce7ad8cfaf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-21 - Cabinet of Commissioner Elżbieta Bieńkowska x Eli Lilly and Company"],"date":["2015-01-21"],"summary":["Intro meeting"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-04657143399-39","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2015-01-21-cba2d4da390b0ecbc2a7f0f9f1066d253903871b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-21 - Cabinet of Vice-President Miguel Arias Cañete x Association des Constructeurs Européens d'Automobiles"],"date":["2015-01-21"],"summary":["Decarbonization"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-0649790813-47","ec-person-25a937c04cd0a0ddcf5cf34798e76b5105854114"]}} -{"id":"ec-meeting-2015-01-21-cd6698d777102631183faa85f74f2530995c3340","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-21 - Cabinet of Commissioner Tibor Navracsics x IBM Corporation"],"date":["2015-01-21"],"summary":["ICT education policy"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["eu-tr-7721359944-96","ec-person-1da7ee09d46288ee4ea9db2b644bdcf9c3d6d000"]}} -{"id":"ec-meeting-2015-01-21-cff2a17776adcdf92ac3d33c9531c8b6a393b106","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-21 - Cabinet of First Vice-President Frans Timmermans x France Industrie"],"date":["2015-01-21"],"summary":["Presentation of the activities of Le Cercle de l'Industrie; Better Regulation"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-60974102057-03","ec-person-284d94050a35c9079d8b1ba3f85eaf7777b5fea9"]}} -{"id":"ec-meeting-2015-01-21-d4cbfe076acb473bf6b5ede7efc6027f55efee17","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-21 - Cabinet of Commissioner Jonathan Hill x General Electric Company"],"date":["2015-01-21"],"summary":["Introductory meeting"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["eu-tr-4016736872-59","ec-person-890015b0d769ee93a09119846b414d4aae7c64ae"]}} -{"id":"ec-meeting-2015-01-21-d705fbfdee4e20503878791081bc4561d869f68f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-21 - Günther Oettinger x Telenor"],"date":["2015-01-21"],"summary":["Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-74126393166-46","ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0"]}} -{"id":"ec-meeting-2015-01-21-d76641b9226d7c41c9b2a797b14256d1658f7ebe","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-21 - European Neighbourhood and Enlargement Negotiations x EMD Advisory Services"],"date":["2015-01-21"],"summary":["Discussions over neighbourhood and enlargement negociations"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-near"],"involved":["ec-person-1160ccf35947f06f1629cad85b9f162eb5575780","eu-tr-485329315341-81"]}} -{"id":"ec-meeting-2015-01-21-d91838f1008737f2a489599b19d319e2bde458be","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-21 - Günther Oettinger x Groupement Européen des Sociétés d'Auteurs et Compositeurs"],"date":["2015-01-21"],"summary":["Copyright"],"location":["BXL"],"address":["BXL"],"addressEntity":["addr-d2fde52f67ea4a3e1fe233d0a959d6a1c77fd910"],"organizer":["ec-dg-de"],"involved":["ec-person-49723482bb23d029cbfc010cb37eec7392a0ae02","eu-tr-36529354479-57"]}} -{"id":"ec-meeting-2015-01-21-df0742f8aac693b755012aa2d82d0b8d9161a108","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-21 - Cabinet of Vice-President Andrus Ansip x Orange"],"date":["2015-01-21"],"summary":["Telecoms Single Market and Digital Single Market"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-76704342721-41","ec-person-666bc159c7e65a3af9e63c1e97435c02f1496955"]}} -{"id":"ec-meeting-2015-01-21-e1fdf39e36bf38ff306abad1f490881276eb5fb3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-21 - Cabinet of Vice-President Maroš Šefčovič x ETP ZEP Weber Shandwick"],"date":["2015-01-21"],"summary":["Energy Union"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-52836621780-65","eu-tr-582485310717-46","ec-person-192eca4cb918c7382c916bec9bfe04e745ee91cb"]}} -{"id":"ec-meeting-2015-01-21-e840e4a3da2feab0f0288a562586e4a5617f4715","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-21 - Cabinet of Vice-President Andrus Ansip x Coalition for Creativity"],"date":["2015-01-21"],"summary":["Copyright"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-e91c5be432b6b3efdda369792fed67c20b767a45","eu-tr-342464912839-08"]}} -{"id":"ec-meeting-2015-01-21-e9b88cfae7847ca89f70509325e1223e68734aec","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-21 - Cabinet of Commissioner Jonathan Hill x The General Council of the Bar of England and Wales"],"date":["2015-01-21"],"summary":["Financial Services Policy"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["ec-person-03cf92829e273869bfbd8bbf4f1881dcd0848186","eu-tr-39850528734-23"]}} -{"id":"ec-meeting-2015-01-21-ec258911f68de6cf8d4b7494768c1d851f2b0ef4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-21 - Cabinet of Commissioner Jonathan Hill x Lloyds Banking Group plc"],"date":["2015-01-21"],"summary":["BRS, Level 2 acts coming out of CRRD/CRD, Solvency II, CMU, Lloyds AQR results"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["eu-tr-06872998232-31","ec-person-890015b0d769ee93a09119846b414d4aae7c64ae"]}} -{"id":"ec-meeting-2015-01-21-eee1bdb85e6876da0aaaeade29e7d0fd7ae6917c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-21 - Cabinet of Vice-President Cecilia Malmström x Confederation of Businessmen and Industrialists of Turkiye"],"date":["2015-01-21"],"summary":["EU-Turkey trade relations"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-05241797002-90","ec-person-591ec829ca734bcfe59a2c9c7f07f9dff22a0ea9"]}} -{"id":"ec-meeting-2015-01-21-f62b9fc64ff22feef603fd2e49388c3c09c5c897","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2015-01-21 - Günther Oettinger x European Publishers Council European Publishers Council"],"date":["2015-01-21"],"summary":["Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-4cd59e13386e3b68ecb3611fcc579e0a0a3938a5","eu-tr-4456380381-30","ec-person-c6c38691c27b1498b60b18409aa979cf1dd1f4ac"]}} -{"id":"ec-meeting-2015-01-21-fcdac4fbaf64360d917664d5192515db758742bb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-21 - European Neighbourhood and Enlargement Negotiations x Ad Venture Radio B. V."],"date":["2015-01-21"],"summary":["Neigbourhood and Enlargement policy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-near"],"involved":["ec-person-1160ccf35947f06f1629cad85b9f162eb5575780","eu-tr-987254615667-08"]}} -{"id":"ec-meeting-2015-01-22-017df7523a450c3653fa62d0f9ee306d63fed2d0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-22 - Cabinet of Commissioner Jonathan Hill x Jaguar Land Rover Limited"],"date":["2015-01-22"],"summary":["Financial Services Policy"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["ec-person-03cf92829e273869bfbd8bbf4f1881dcd0848186","eu-tr-08618215943-22"]}} -{"id":"ec-meeting-2015-01-22-051cb1c6c609f1f83c38338aca20a1e368aca77d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-22 - Cabinet of Vice-President Maroš Šefčovič x Greenpeace European Unit"],"date":["2015-01-22"],"summary":["Bilateral meeting with John Sauven"],"notes":["Portfolio: Energy Union"],"location":["Davos"],"address":["Davos"],"addressEntity":["addr-e260b1b791f27abac6a4f7771a2401be6aee67a9"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-9832909575-41","ec-person-1f95be23689cd4ed0a26fe2980f760ccf2d55c1e"]}} -{"id":"ec-meeting-2015-01-22-065059af2b13108ef3aa0dac50300952ed50f4e9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-22 - Günther Oettinger x SGI Europe"],"date":["2015-01-22"],"summary":["Telecommunication policy"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-dg-de"],"involved":["ec-person-c6cae64cc7dc787b66a47ab1613d3e922875b971","eu-tr-59513031434-92"]}} -{"id":"ec-meeting-2015-01-22-0b7d6c86c06b3bb2365845c843a2f3d43ca77c98","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-22 - Cabinet of Commissioner Violeta Bulc x UITP - International Association of Public Transport"],"date":["2015-01-22"],"summary":["Priorities of Transport Commissioner for Public Transport"],"notes":["Portfolio: Transport"],"location":["Brussels, Belguim"],"address":["Brussels, Belguim"],"addressEntity":["addr-84b5e5f38d43901e13b15f0c7dd8b408c954fd9b"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-e14c58f620f40325d829df7be0823280307bc15f","eu-tr-06869148182-50"]}} -{"id":"ec-meeting-2015-01-22-0b8c7acbf9068a7c37e8235d5fb4600de7a79919","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-22 - Cabinet of Commissioner Violeta Bulc x None"],"date":["2015-01-22"],"summary":["EU Aviation Policy"],"notes":["Portfolio: Transport"],"location":["Brussels/ BE"],"address":["Brussels/ BE"],"addressEntity":["addr-0d1f1b4878745697cdeb46297b32b8f0e12582b9"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-5012c5e45a52ee8ce67d19c1781a127af53e73e7","eu-tr-023273214333-18","eu-tr-310337115571-53","ec-person-d710a614b1b0eabb6d73a2d665b82f6514a3fdb8"]}} -{"id":"ec-meeting-2015-01-22-13f358e88b0a010534caf0c107ceee85720a9652","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-22 - Cabinet of Commissioner Elżbieta Bieńkowska x Uber"],"date":["2015-01-22"],"summary":["Introductory meeting"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["ec-person-685ecf13dd26cd515c961e24ba71049af2302c5e","eu-tr-002278013515-26","ec-person-95a769a1850d7d595f9a5853c51dcbdd3ddd69fb"]}} -{"id":"ec-meeting-2015-01-22-1579eaf88b3583fb45280e7ce525d7a66aeb5e1d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-22 - Cabinet of First Vice-President Frans Timmermans x Liberty Global Corporate B.V."],"date":["2015-01-22"],"summary":["Better regulation"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Davos"],"address":["Davos"],"addressEntity":["addr-e260b1b791f27abac6a4f7771a2401be6aee67a9"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-82853397708-89","ec-person-966667b73d92624be9bb019c2baab7e52331b3d3"]}} -{"id":"ec-meeting-2015-01-22-25e40f9c28835af00a502a7a467fdb5c5f5622d7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-22 - Cabinet of Commissioner Elżbieta Bieńkowska x FIPRA International SRL"],"date":["2015-01-22"],"summary":["Life sciences sector"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-58746194306-23","ec-person-b2f9be51339f054477846797e2c119fcf16548fc","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2015-01-22-2b23269455a03d0df371b3d7a90f768d8b62f564","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-22 - Cabinet of Commissioner Violeta Bulc x Uber"],"date":["2015-01-22"],"summary":["Meeting with Uber"],"notes":["Portfolio: Transport"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-4d2b449b5047ea3fda435a2a1c1081e3babcdf76","eu-tr-002278013515-26"]}} -{"id":"ec-meeting-2015-01-22-342a953c71e69f8cbe519757441db5ce23c60312","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-22 - Cabinet of Commissioner Věra Jourová x Stichting ERGO Network"],"date":["2015-01-22"],"summary":["Presentation of the network, exchange of views"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-a608b85b2ffef83f883b5a2330b6232efa1b7141","eu-tr-587174614073-09"]}} -{"id":"ec-meeting-2015-01-22-3ba9c3843d1274db5d58a46b6a10c126fa28bf3d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-22 - Cabinet of Commissioner Tibor Navracsics x European Creative Business Network"],"date":["2015-01-22"],"summary":["Cultural and Creative Industries"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["eu-tr-561774915625-81","ec-person-4d24029a6a4b5bbdcd825e134f010bd0b384f80a"]}} -{"id":"ec-meeting-2015-01-22-3bb1bbd9cef232530355d9747e6bf4cc97c90433","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-22 - Cabinet of Commissioner Violeta Bulc x Europe Container Terminals B.V."],"date":["2015-01-22"],"summary":["Introduction and transport policy"],"notes":["Portfolio: Transport"],"location":["Brussels-Belgium"],"address":["Brussels-Belgium"],"addressEntity":["addr-8aa817030dbcdfbb53f748ee3078a4c164aa27db"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-7ac9445abdddc66a79f539ae13eb74e1ceb512df","eu-tr-342147315697-69"]}} -{"id":"ec-meeting-2015-01-22-3e3781e4f77bb56cd9e0b0cf5c52e30a6b633af9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-22 - Günther Oettinger x Southern Cloud"],"date":["2015-01-22"],"summary":["Digital media"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-217431815449-94","ec-person-c6c38691c27b1498b60b18409aa979cf1dd1f4ac"]}} -{"id":"ec-meeting-2015-01-22-3ecc06100d918481a0678314203215af835b7cd7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-22 - Cabinet of Vice-President Andrus Ansip x FTTH Council Europe ASBL"],"date":["2015-01-22"],"summary":["Investment in broadband, regulatory framework"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-666bc159c7e65a3af9e63c1e97435c02f1496955","eu-tr-09838612482-61"]}} -{"id":"ec-meeting-2015-01-22-42e091295b58e33fad8aa9958cfe45c827f2dbff","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-22 - Cabinet of Vice-President Miguel Arias Cañete x Unión de Empresas Siderúrgicas"],"date":["2015-01-22"],"summary":["2030 energy and climate framework"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgia"],"address":["Brussels, Belgia"],"addressEntity":["addr-a295f4e1cf65e6f6988442aad884aa43d95981bc"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-44209611834-88","ec-person-2229c857664a22dcb8eee79a8c05841fd3d0924f"]}} -{"id":"ec-meeting-2015-01-22-4360f1f5212f12cef871ece74099488c61a56312","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-22 - Cabinet of Commissioner Pierre Moscovici x Facebook Ireland Limited"],"date":["2015-01-22"],"summary":["Meeting with Mr Kaplan, Vice-President Global, Facebook"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Davos"],"address":["Davos"],"addressEntity":["addr-e260b1b791f27abac6a4f7771a2401be6aee67a9"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["ec-person-3cbeba61ae952f06fe4916c381438ebbc676a597","eu-tr-28666427835-74"]}} -{"id":"ec-meeting-2015-01-22-468fddc50b1d05c8f6aeb4de9f2c1f6061b127ef","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-22 - Cabinet of Commissioner Tibor Navracsics x European Grassroots Antiracist Movement"],"date":["2015-01-22"],"summary":["Discussion of areas of common interest"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-4d24029a6a4b5bbdcd825e134f010bd0b384f80a","eu-tr-397946015525-38"]}} -{"id":"ec-meeting-2015-01-22-4905ae8c9cb7191ed535bd5e06f29436db36dc8b","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2015-01-22 - Cabinet of Commissioner Pierre Moscovici x None"],"date":["2015-01-22"],"summary":["Meeting with Mr Dalio, Chairman, Bridgewater Associates","Meeting with George Soros"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Davos"],"address":["Davos"],"addressEntity":["addr-e260b1b791f27abac6a4f7771a2401be6aee67a9"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["ec-person-3cbeba61ae952f06fe4916c381438ebbc676a597"]}} -{"id":"ec-meeting-2015-01-22-4b0b951abc96cf2df0271316c9f25f98520d46bf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-22 - Cabinet of President Jean-Claude Juncker x Deutscher Industrie- und Handelskammertag e.V."],"date":["2015-01-22"],"summary":["Situation et priorités économiques"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-22400601191-42","ec-person-98eba7ab1446c6dce384fdc2ecd48c7cadf9ee4e"]}} -{"id":"ec-meeting-2015-01-22-4bcd0f2b73629c146605cf35a7d737e35320a8e8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-22 - Cabinet of Commissioner Jonathan Hill x European Banking Federation"],"date":["2015-01-22"],"summary":["Securitisation"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["eu-tr-4722660838-23","ec-person-5e8e66c5b37cfc1f9272932bf8e12f4b28d1160a"]}} -{"id":"ec-meeting-2015-01-22-4f901c8a8bba250c4f37f1e416eb389ebfe86f1d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-22 - Cabinet of Vice-President Jyrki Katainen x Fortum Oyj"],"date":["2015-01-22"],"summary":["Energy Policy"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-03501997362-71","ec-person-0da85dc48012e26688310a59a0b51727ea68f410"]}} -{"id":"ec-meeting-2015-01-22-549f50ac16b8ed0409468893056aa6bded4f5a24","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-22 - Cabinet of Commissioner Pierre Moscovici x Bloomberg"],"date":["2015-01-22"],"summary":["Meeting with Mr Grauer, Global Chairman"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Davos"],"address":["Davos"],"addressEntity":["addr-e260b1b791f27abac6a4f7771a2401be6aee67a9"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["ec-person-3cbeba61ae952f06fe4916c381438ebbc676a597","eu-tr-941851915685-19"]}} -{"id":"ec-meeting-2015-01-22-56fc664bba1c1e428440eb52ad17f12bc8e5195e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-22 - Energy x OMV Aktiengesellschaft"],"date":["2015-01-22"],"summary":["Oil and gas markets"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["ec-person-6997149120ce5129e38febe5275dc8fd03232d2e","eu-tr-94274031992-65"]}} -{"id":"ec-meeting-2015-01-22-597ed27071473d8f879dc7b27a14c3902c683b76","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-22 - Cabinet of Commissioner Pierre Moscovici x ArcelorMittal"],"date":["2015-01-22"],"summary":["Meeting with Mr Lakshmi Mittal"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Davos"],"address":["Davos"],"addressEntity":["addr-e260b1b791f27abac6a4f7771a2401be6aee67a9"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["ec-person-3cbeba61ae952f06fe4916c381438ebbc676a597","eu-tr-23527541824-60"]}} -{"id":"ec-meeting-2015-01-22-59da5e8e02267e9e81bd4da98870495d6fc9515f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-22 - Cabinet of Commissioner Christos Stylianides x World Animal Protection"],"date":["2015-01-22"],"summary":["Livestock protection and Disaster Risk Reduction"],"notes":["Portfolio: Humanitarian Aid & Crisis Management"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-cabinet-christos-commissioner-of-stylianides"],"involved":["ec-person-cdd689bd079714522dad472ea4446b0fcc660d8f","eu-tr-630990212371-30"]}} -{"id":"ec-meeting-2015-01-22-5bf18670e1955e5a9604436f0a0dfe02f55fea5b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-22 - Cabinet of President Jean-Claude Juncker x Bill & Melinda Gates Foundation"],"date":["2015-01-22"],"summary":["Meeting with Mr Bill Gates on Global Development matters"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-29c106b0461ffd79e95f0119bdd363fd3c7c3ab3","eu-tr-371567915480-41"]}} -{"id":"ec-meeting-2015-01-22-5c1bbe73a3b54d4767ede64cca7108f794b71491","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-22 - Cabinet of Commissioner Jonathan Hill x EuroCommerce"],"date":["2015-01-22"],"summary":["Financial Services Policy"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["eu-tr-84973761187-60","ec-person-03cf92829e273869bfbd8bbf4f1881dcd0848186"]}} -{"id":"ec-meeting-2015-01-22-69af4d271d84f20e3cdb5bf421fa2f744caacf19","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-22 - Cabinet of Commissioner Pierre Moscovici x World Economic Forum"],"date":["2015-01-22"],"summary":["Meeting with Mr. Schwab, World Economic Forum"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Davos"],"address":["Davos"],"addressEntity":["addr-e260b1b791f27abac6a4f7771a2401be6aee67a9"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["ec-person-3cbeba61ae952f06fe4916c381438ebbc676a597","eu-tr-953426816942-83"]}} -{"id":"ec-meeting-2015-01-22-6b583d7f0d5a123789d388c380e6d824b61297c7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-22 - Cabinet of First Vice-President Frans Timmermans x Anheuser-Busch InBev nv/sa"],"date":["2015-01-22"],"summary":["Better regulation"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Davos"],"address":["Davos"],"addressEntity":["addr-e260b1b791f27abac6a4f7771a2401be6aee67a9"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-161157710612-65","ec-person-966667b73d92624be9bb019c2baab7e52331b3d3"]}} -{"id":"ec-meeting-2015-01-22-6e6c93594595ce462f5072c5fe281e95e892a0cd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-22 - Cabinet of High Representative / Vice-President Federica Mogherini x FIPRA International SRL"],"date":["2015-01-22"],"summary":["Situation in Libya and EU policy including sanctions"],"notes":["Portfolio: Foreign Affairs and Security Policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"involved":["ec-person-4f2bf88ad14d12976aecc7694a057ab90b7a81d2","eu-tr-58746194306-23"]}} -{"id":"ec-meeting-2015-01-22-6ebdb53f2082ffc7b2d3b64637517768fc159f06","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-22 - Internal Market, Industry, Entrepreneurship and SMEs x Aerospace, Security and Defence Industries Association of Europe"],"date":["2015-01-22"],"summary":["Problématique secteur aéronautique en Europe"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-grow"],"involved":["ec-person-9f3f9b58a22cf98d55521b290d1facc431bdce86","eu-tr-72699997886-57"]}} -{"id":"ec-meeting-2015-01-22-71b41a87bf129d72277938618a43b6d30aa59993","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-22 - Cabinet of Commissioner Carlos Moedas x Bill & Melinda Gates Foundation"],"date":["2015-01-22"],"summary":["Cooperation with the Bill & Melinda Gates Foundation"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-23980b2bc4fd9c82051d0f7888dc236b2f764866","eu-tr-371567915480-41"]}} -{"id":"ec-meeting-2015-01-22-873afba2dac79cd4d350567f664283e09baf0e66","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-22 - Cabinet of President Jean-Claude Juncker x Confederation of Swedish Enterprise"],"date":["2015-01-22"],"summary":["New Commission Priorities"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-39912257528-48","ec-person-c402e34a99fbee730ae22e3b1958e21c94dc6fcc"]}} -{"id":"ec-meeting-2015-01-22-8b5f918246c130fb2f31882c8b1faa65376342a7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-22 - Cabinet of Vice-President Miguel Arias Cañete x ClientEarth"],"date":["2015-01-22"],"summary":["2030 Governance and Energy Union"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-96645517357-19","ec-person-25a937c04cd0a0ddcf5cf34798e76b5105854114"]}} -{"id":"ec-meeting-2015-01-22-92e39dc4c659b5834b79e656ada1fbc35c91e353","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-22 - Cabinet of Vice-President Miguel Arias Cañete x Energy Cities"],"date":["2015-01-22"],"summary":["Energy Union"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussles, Belgium"],"address":["Brussles, Belgium"],"addressEntity":["addr-fcfeded9465b3bfe6f486fb872357db90a6617c9"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-11514322965-05","ec-person-25a937c04cd0a0ddcf5cf34798e76b5105854114"]}} -{"id":"ec-meeting-2015-01-22-972a0d0fa26e2fbc217af4da90c70b8f457bbc05","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-22 - Cabinet of Commissioner Elżbieta Bieńkowska x Deutscher Industrie- und Handelskammertag e.V."],"date":["2015-01-22"],"summary":["EU2020-Strategy & European Semester"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels Belgium"],"address":["Brussels Belgium"],"addressEntity":["addr-61947d7d2c69c0b8f57325bd044f500c5fc6df48"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-22400601191-42","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2015-01-22-9d9b44c27951f2e925a8f8520fac72b08ef595eb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-22 - Cabinet of First Vice-President Frans Timmermans x None"],"date":["2015-01-22"],"summary":["Sustainable development and better regulation"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Davos"],"address":["Davos"],"addressEntity":["addr-e260b1b791f27abac6a4f7771a2401be6aee67a9"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["ec-person-966667b73d92624be9bb019c2baab7e52331b3d3"]}} -{"id":"ec-meeting-2015-01-22-9dd20f27371e398a441c48e09112b84846479c7d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-22 - Cabinet of First Vice-President Frans Timmermans x Heineken N.V."],"date":["2015-01-22"],"summary":["Better regulation"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Davos"],"address":["Davos"],"addressEntity":["addr-e260b1b791f27abac6a4f7771a2401be6aee67a9"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["ec-person-966667b73d92624be9bb019c2baab7e52331b3d3","eu-tr-827688315793-86"]}} -{"id":"ec-meeting-2015-01-22-9e790d9df479467688a37745b3d366bd02416e5c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-22 - Cabinet of Vice-President Cecilia Malmström x Confederation of Swedish Enterprise"],"date":["2015-01-22"],"summary":["TTIP"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-39912257528-48","ec-person-20ded9db5df11164331bb161fdf234b1e5ad53fd"]}} -{"id":"ec-meeting-2015-01-22-a03af072fa129acd5563288373544685714d6950","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-22 - Cabinet of Commissioner Violeta Bulc x daa plc"],"date":["2015-01-22"],"summary":["Aviation"],"notes":["Portfolio: Transport"],"location":["Brussels/BE"],"address":["Brussels/BE"],"addressEntity":["addr-fe4580120e578f5899b4d753b36b5313310f6173"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-64031768679-71","ec-person-5012c5e45a52ee8ce67d19c1781a127af53e73e7","ec-person-d710a614b1b0eabb6d73a2d665b82f6514a3fdb8"]}} -{"id":"ec-meeting-2015-01-22-a7f7c203f3af327c68b9f926df41871cf2483df6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-22 - Cabinet of Vice-President Miguel Arias Cañete x Jaguar Land Rover Limited"],"date":["2015-01-22"],"summary":["Emission reduction"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-08618215943-22","ec-person-25a937c04cd0a0ddcf5cf34798e76b5105854114"]}} -{"id":"ec-meeting-2015-01-22-b89e1445212fe535e4c96880f6b7193ff23de073","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-22 - Cabinet of Vice-President Valdis Dombrovskis x Deutscher Industrie- und Handelskammertag e.V."],"date":["2015-01-22"],"summary":["Capital Markets Union"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-22400601191-42","ec-person-3f9ca71b74344417d1f072ba7f3e2f09a223b036"]}} -{"id":"ec-meeting-2015-01-22-bb735574b57bed944bdcfebed80367a7f86cae91","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-22 - Cabinet of Vice-President Maroš Šefčovič x Koninklijke Philips"],"date":["2015-01-22"],"summary":["Bilateral meeting with CEO Eric Rondolat"],"notes":["Portfolio: Energy Union"],"location":["Davos"],"address":["Davos"],"addressEntity":["addr-e260b1b791f27abac6a4f7771a2401be6aee67a9"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-035366013790-68","ec-person-1f95be23689cd4ed0a26fe2980f760ccf2d55c1e"]}} -{"id":"ec-meeting-2015-01-22-bf46faab28250321deeeb909fa8b80a91f0f6984","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-22 - Cabinet of Vice-President Andrus Ansip x Uber"],"date":["2015-01-22"],"summary":["Digital Single Market"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-d5a309c64ecdb05010325dcfc661f6ae817f31cc","eu-tr-002278013515-26","ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0"]}} -{"id":"ec-meeting-2015-01-22-c746d1c4234264565db70b70bca95ce11ce8a3ad","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-22 - Cabinet of Commissioner Elżbieta Bieńkowska x European Builders Confederation AISBL"],"date":["2015-01-22"],"summary":["- Revision of the SBA"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-09256701147-51","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2015-01-22-c9b4b73748422160a7f7a9ec6a98d60d295d5ec6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-22 - Cabinet of Commissioner Tibor Navracsics x Freie Universität Berlin"],"date":["2015-01-22"],"summary":["Cooperation in Higher education"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["eu-tr-232569310146-44","ec-person-dc2e0fed0fdf39a6a3f3ad63355c5215599de9d1"]}} -{"id":"ec-meeting-2015-01-22-cde7598b4ff167c3a2c89acf67c1c1a86c46236d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-22 - Cabinet of Commissioner Věra Jourová x IBM Corporation"],"date":["2015-01-22"],"summary":["Data protection"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["eu-tr-7721359944-96","ec-person-f329292459cb1badb7fb7c6b67b698c441931bb2"]}} -{"id":"ec-meeting-2015-01-22-cdef184603fa9d905091fa508e8e849103a7cd77","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-22 - Cabinet of Commissioner Tibor Navracsics x EUROPEAN TRADE UNION CONFEDERATION"],"date":["2015-01-22"],"summary":["Investment Plan and European Semester"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["eu-tr-06698681039-26","ec-person-1da7ee09d46288ee4ea9db2b644bdcf9c3d6d000"]}} -{"id":"ec-meeting-2015-01-22-d2f3a8bf28df8dbf17418705579c955933186cb2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-22 - Cabinet of Vice-President Maroš Šefčovič x European Federation of Local and Regional Energy Companies"],"date":["2015-01-22"],"summary":["Energy Union and teh local dimension"],"notes":["Portfolio: Energy Union"],"location":["Brussels, BE"],"address":["Brussels, BE"],"addressEntity":["addr-bd80958a978de8af51caa97a25a75f30d0061d71"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-54829912208-85","ec-person-ea6b517040e26a62f17d2829afffeba48cfd682f"]}} -{"id":"ec-meeting-2015-01-22-d704d5ac6741dc713d18c63bd545be28c4cad5a7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-22 - Cabinet of Vice-President Cecilia Malmström x European Dairy Association aisbl"],"date":["2015-01-22"],"summary":["EU Dairy Sector in trade agreements"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-42967152383-63","ec-person-98880f3f4206145e196013db9dd806a551c11e06"]}} -{"id":"ec-meeting-2015-01-22-da359971777b2af4143499a267a3857afa156df8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-22 - Cabinet of Commissioner Elżbieta Bieńkowska x IFPI Representing recording industry worldwide"],"date":["2015-01-22"],"summary":["Intro meeting"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-60394321918-91","ec-person-685ecf13dd26cd515c961e24ba71049af2302c5e"]}} -{"id":"ec-meeting-2015-01-22-dd41f7bbcb8e9ac78b73f9b218f2011fd91fb612","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-22 - Cabinet of Commissioner Elżbieta Bieńkowska x Association Française des Entreprises Privées / French Association of Large Companies France Industrie"],"date":["2015-01-22"],"summary":["ETS Directive and the COP 21 in 2015"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["AFEP and Cercle de l'industrie"],"address":["AFEP and Cercle de l'industrie"],"addressEntity":["addr-2f2e847bbc3ba352d231132e6fa3a6686dc2d7d7"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-953933297-85","eu-tr-60974102057-03","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2015-01-22-df3239887758c59581aae3e44f7a8cfd8bce7001","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-22 - Cabinet of Commissioner Phil Hogan x European Milk Board"],"date":["2015-01-22"],"summary":["Dairy policy. Supply management. Increased production costs and exodus of European dairy farmers out of the industry."],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-45338982456-46","ec-person-400dd8d59d3060187d9b9b143d697da1a3d03c12","ec-person-a1a78365cc4685b0958056646204977d8f2ead92"]}} -{"id":"ec-meeting-2015-01-22-e38360f42cd905ca34d3bf00cdef0cdc64772cc2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-22 - Cabinet of Commissioner Věra Jourová x Verband der Automobilindustrie"],"date":["2015-01-22"],"summary":["Digital Single Market"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["eu-tr-95574664768-90","ec-person-184e698af1eb9e33b179680570ca171d8cb31c94"]}} -{"id":"ec-meeting-2015-01-22-e59398f4cf4041339326121bd0f5d3e970b9ce77","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-22 - Cabinet of Vice-President Miguel Arias Cañete x France Industrie"],"date":["2015-01-22"],"summary":["Energy Union"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussles, Belgium"],"address":["Brussles, Belgium"],"addressEntity":["addr-fcfeded9465b3bfe6f486fb872357db90a6617c9"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-60974102057-03","ec-person-95f883d5d0d484088f26191a8fea8553d674dfbe"]}} -{"id":"ec-meeting-2015-01-22-e758ebf2785d98ba64a4a6ba920994ab17c04af6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-22 - Cabinet of Vice-President Neven Mimica x Plan International EU Office"],"date":["2015-01-22"],"summary":["The position of CSOs as concerns the post-2015 Agenda"],"notes":["Portfolio: International Cooperation & Development"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-mimica-neven-of-president-vice"],"involved":["eu-tr-83357751766-93","ec-person-d455992f8f48b86e26e61f5284a9ef8e18aed182","ec-person-886e1b865045c3ed98e99075006d09cea708acce"]}} -{"id":"ec-meeting-2015-01-22-f2b12a1413a07d059b6b3bd2e86c6509596fb78b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-22 - Cabinet of Vice-President Maroš Šefčovič x Central Europe Energy Partners"],"date":["2015-01-22"],"summary":["Energy Union"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-87738563745-94","ec-person-192eca4cb918c7382c916bec9bfe04e745ee91cb"]}} -{"id":"ec-meeting-2015-01-22-f694878d1863f1a28fe828e179b41ab5ec0fe254","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-22 - Cabinet of Commissioner Jonathan Hill x BNP PARIBAS"],"date":["2015-01-22"],"summary":["Financial Services Policy 2015 especially capital markets union"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["eu-tr-78787381113-69","ec-person-f247edfcff54d4f26fc10769f809c92bc72d6797"]}} -{"id":"ec-meeting-2015-01-22-f7e385099ac420ee35c62ac21f348e2400131b15","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-22 - Cabinet of Commissioner Pierre Moscovici x Google"],"date":["2015-01-22"],"summary":["Meeting with Mr Drummond, Senior Vice President of Corporate Development, Google"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Davos"],"address":["Davos"],"addressEntity":["addr-e260b1b791f27abac6a4f7771a2401be6aee67a9"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["ec-person-3cbeba61ae952f06fe4916c381438ebbc676a597","eu-tr-03181945560-59"]}} -{"id":"ec-meeting-2015-01-22-fae853e8e6d11ddc94f3c2d17f338057e0b304c8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-22 - Cabinet of First Vice-President Frans Timmermans x World Economic Forum"],"date":["2015-01-22"],"summary":["Better regulation"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Davos"],"address":["Davos"],"addressEntity":["addr-e260b1b791f27abac6a4f7771a2401be6aee67a9"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-953426816942-83","ec-person-966667b73d92624be9bb019c2baab7e52331b3d3"]}} -{"id":"ec-meeting-2015-01-22-fe1b97d10c764e94c8fb03d2ed1467da88fe868d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-22 - Cabinet of Commissioner Marianne Thyssen x European Anti Poverty Network"],"date":["2015-01-22"],"summary":["Meeting to discuss EU policy responses in the field of poverty and social exclusion."],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["ec-person-ce19440eacb8fd67f534bdbcce33a1c4cedfd071","eu-tr-3945154610-54","ec-person-e93189002a993321fd1af93481b271c766b1aff8"]}} -{"id":"ec-meeting-2015-01-23-02fa8b2add30b7034c86eab34c5dc13d0d2e30cb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-23 - Günther Oettinger x Microsoft Corporation"],"date":["2015-01-23"],"summary":["Digital Single Market / digital skills"],"location":["Davos"],"address":["Davos"],"addressEntity":["addr-e260b1b791f27abac6a4f7771a2401be6aee67a9"],"organizer":["ec-dg-de"],"involved":["eu-tr-0801162959-21","ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0"]}} -{"id":"ec-meeting-2015-01-23-0da2604cf9f40fdeb4f1cc5b32ca7dd8852c60a7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-23 - Cabinet of Vice-President Jyrki Katainen x Airbus"],"date":["2015-01-23"],"summary":["Industrial Policy"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-2732167674-76","ec-person-0da85dc48012e26688310a59a0b51727ea68f410"]}} -{"id":"ec-meeting-2015-01-23-0dbc9d951f762c5a8a4322ffad674e9d51bcff33","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2015-01-23 - Cabinet of Commissioner Jonathan Hill x EuropeanIssuers"],"date":["2015-01-23"],"summary":["Audit & Accounting","Auditing and financial reporting"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Belgium, Brussels, BERL 10th","Belgium, Brussels, BERL"],"address":["Belgium, Brussels, BERL 10th","Belgium, Brussels, BERL"],"addressEntity":["addr-ff2079752b92acc7223ccab7969c6d04cba3b924","addr-afebf85a436897fe5234b2ac0d00a1ddc4c9dd27"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["ec-person-5fdb62e20cecef81f87f94d3d1bcdd3b47b26af0","eu-tr-20935778703-23"]}} -{"id":"ec-meeting-2015-01-23-11275f2bdd60d8a10a01684a4e43dfbce95fe484","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-23 - Cabinet of Vice-President Kristalina Georgieva x British Chamber of Commerce | EU & Belgium"],"date":["2015-01-23"],"summary":["Participation of Vice-president Georgieva in : The European Serious & Organised Crime Conference 2015, Brussels"],"notes":["Portfolio: Budget & Human Resources"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-cabinet-georgieva-kristalina-of-president-vice"],"involved":["ec-person-02fbf3278d64a2c309f843d977d5501458d4f7ed","eu-tr-56188303384-93"]}} -{"id":"ec-meeting-2015-01-23-189f945ee1c2b07cfcb561bc1d96930138b71c43","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-23 - Cabinet of President Jean-Claude Juncker x Association européenne du cautionnement"],"date":["2015-01-23"],"summary":["Investment Plan"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-67611102869-33","ec-person-c402e34a99fbee730ae22e3b1958e21c94dc6fcc"]}} -{"id":"ec-meeting-2015-01-23-22791a6a3821e8611131d4737994ed622a239b7a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-23 - Cabinet of Commissioner Elżbieta Bieńkowska x BUSINESSEUROPE"],"date":["2015-01-23"],"summary":["Industrial Policy"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-3978240953-79","ec-person-b2f9be51339f054477846797e2c119fcf16548fc","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2015-01-23-36cc22ee4e1254d0366cf40f2e9dd4938e987edb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-23 - Cabinet of Commissioner Jonathan Hill x London Stock Exchange Group"],"date":["2015-01-23"],"summary":["Financial Services Policy"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["London, UK"],"address":["London, UK"],"addressEntity":["addr-0ee327229983c565b36e921e34cf577d4463db35"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["eu-tr-550494915045-08","ec-person-f247edfcff54d4f26fc10769f809c92bc72d6797"]}} -{"id":"ec-meeting-2015-01-23-37ce85e098787ee5e27ad76efe798a063ae61ac2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-23 - Cabinet of President Jean-Claude Juncker x American Chamber of Commerce to the European Union"],"date":["2015-01-23"],"summary":["Investment Plan"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-c402e34a99fbee730ae22e3b1958e21c94dc6fcc","eu-tr-5265780509-97"]}} -{"id":"ec-meeting-2015-01-23-384aba5ea0810a1b9ab3c80788d8a5b5e13caf23","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2015-01-23 - Cabinet of Commissioner Phil Hogan x Northern Ireland Meat Exporters Association"],"date":["2015-01-23"],"summary":["Nomad cattle and exporting to 3rd countries","Current Agricultural Issues"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Dublin","Dublin, Ireland"],"address":["Dublin","Dublin, Ireland"],"addressEntity":["addr-9254d2b0cd15e920cbb060acf87f8f943a0508e9","addr-c4a265ca6dc31ed4a47a6047e92c5e3790135af9"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-d0aad15bfcd899ec988329ba27d6e661ca34456b","eu-tr-102242415698-61","ec-person-a1a78365cc4685b0958056646204977d8f2ead92"]}} -{"id":"ec-meeting-2015-01-23-3b38de5e6b127ea02ecf0a7322e77cea9da50d07","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-23 - Migration and Home Affairs x Aerospace, Security and Defence Industries Association of Europe"],"date":["2015-01-23"],"summary":["Exchange of views on Security Industrial issues, The European Agenda on Security and Proposals for flagship programmes in Cybersecurity and Border Management"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-home"],"involved":["ec-person-ae1262e8850ed1e9a0530b0ad7440ac648255896","eu-tr-72699997886-57"]}} -{"id":"ec-meeting-2015-01-23-3c4984c8a4aeea81c59c1ef2f5ca922fb92b6318","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-23 - Günther Oettinger x Fastweb S.p.A."],"date":["2015-01-23"],"summary":["Telecom review"],"location":["BXL"],"address":["BXL"],"addressEntity":["addr-d2fde52f67ea4a3e1fe233d0a959d6a1c77fd910"],"organizer":["ec-dg-de"],"involved":["eu-tr-58272867322-27","ec-person-49723482bb23d029cbfc010cb37eec7392a0ae02"]}} -{"id":"ec-meeting-2015-01-23-4054077fa369d8868c12f9237b569ea5e04aa4b8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-23 - Cabinet of First Vice-President Frans Timmermans x Facebook Ireland Limited"],"date":["2015-01-23"],"summary":["Meeting with Mrs Sandberg and J. Kaplan, VP Facebook"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Davos"],"address":["Davos"],"addressEntity":["addr-e260b1b791f27abac6a4f7771a2401be6aee67a9"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["ec-person-966667b73d92624be9bb019c2baab7e52331b3d3","eu-tr-28666427835-74"]}} -{"id":"ec-meeting-2015-01-23-4055c30f9508106c520f86dec1aaa9490e3bdf79","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-23 - Cabinet of Vice-President Neven Mimica x European Federation of Pharmaceutical Industries and Associations"],"date":["2015-01-23"],"summary":["EFPIA engagement in developing countries"],"notes":["Portfolio: International Cooperation & Development"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-mimica-neven-of-president-vice"],"involved":["eu-tr-38526121292-88","ec-person-e90858f5aba78fd0e1cb2f757c3f38d55d91f98b"]}} -{"id":"ec-meeting-2015-01-23-41ba067d53f522fd250af6acc9f8cd947c12590e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-23 - Cabinet of Vice-President Jyrki Katainen x Confederation of British Industry BT Group plc"],"date":["2015-01-23"],"summary":["Investment plan"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Davos, Switzerland"],"address":["Davos, Switzerland"],"addressEntity":["addr-08640f22e8b61fe48904546ffc0e7b09fd6d6414"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90","eu-tr-73725676990-18","ec-person-7c9460f99c5872dbdc561f5752401c870d12e98b","eu-tr-00919034091-89"]}} -{"id":"ec-meeting-2015-01-23-497305822478700278bf559f5c97a4e8c75d833c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-23 - Cabinet of President Jean-Claude Juncker x European Ferrous Recovery & Recycling Federation European Recycling Industries' Confederation European Metal Trade & Recycling Federation"],"date":["2015-01-23"],"summary":["Circular Economy"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-764633015511-42","eu-tr-92257198818-48","ec-person-b1bf9aa5fb7e886441ff341b657cc482b64a2a3e","eu-tr-74946923461-59"]}} -{"id":"ec-meeting-2015-01-23-49c4998f14a099b076fab3f3a27ebc01be552aaf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-23 - Cabinet of Vice-President Jyrki Katainen x Institute of International Finance"],"date":["2015-01-23"],"summary":["Investment plan"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Davos, Switzerland"],"address":["Davos, Switzerland"],"addressEntity":["addr-08640f22e8b61fe48904546ffc0e7b09fd6d6414"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90","eu-tr-48714858158-06","ec-person-7c9460f99c5872dbdc561f5752401c870d12e98b"]}} -{"id":"ec-meeting-2015-01-23-50249ff463e057549b894026446143a27ba1f051","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-23 - Cabinet of Commissioner Vytenis Andriukaitis x Pesticide Action Network Europe"],"date":["2015-01-23"],"summary":["EU Policy on Pesticides"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-b9c3f19e7c5f216e3e508f931ddd6a9cb59376d1","eu-tr-15913213485-46","ec-person-df30d07ef698a52b9948b9c734db39196cf8541f"]}} -{"id":"ec-meeting-2015-01-23-51672621996db2b02eb79dc804224ce662d50b6d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-23 - Cabinet of Vice-President Cecilia Malmström x Trans-Atlantic Business Council"],"date":["2015-01-23"],"summary":["TTIP"],"notes":["Portfolio: Trade"],"location":["Davos, Switzerland"],"address":["Davos, Switzerland"],"addressEntity":["addr-08640f22e8b61fe48904546ffc0e7b09fd6d6414"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-19b143e83f8ab978c55c8a9a9e49e06dbfa14bf3","ec-person-5d4088e1913284a765aed8445f448f6ff341f1b3","eu-tr-89092554724-82"]}} -{"id":"ec-meeting-2015-01-23-58a0b9cecf8d4cb9086a3f13127bfe46d7bad822","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-23 - Mobility and Transport x Bureau International des Containers"],"date":["2015-01-23"],"summary":["Introduction BIC"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-move"],"involved":["eu-tr-340043212022-64","ec-person-d856b0f199c84d5b5003106bea2ee6d0392e2428"]}} -{"id":"ec-meeting-2015-01-23-59ff39d490c69bf0bd946f2072b0dba16447aa00","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-23 - Cabinet of Vice-President Andrus Ansip x SA Tartu Ülikooli Kliinikum"],"date":["2015-01-23"],"summary":["e-health"],"notes":["Portfolio: Digital Single Market"],"location":["Tartu, Estonia"],"address":["Tartu, Estonia"],"addressEntity":["addr-0bbb6bc6c9f7ac54ab542cb429b4e542999000ad"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-732570825735-32","ec-person-0f698e3a0cc0bd6a02e1bd386a25cedc1366f3f1","ec-person-c759bd58acc54869aa8e62ce652efcda416e25c2","ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0"]}} -{"id":"ec-meeting-2015-01-23-6d072289db32b229573a67e66d5ee45f0288f495","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-23 - Human Resources and Security x Egon Zehnder International GmbH"],"date":["2015-01-23"],"summary":["Developments in global consulting"],"location":["BERL 13"],"address":["BERL 13"],"addressEntity":["addr-e18fc07eed589189e6d783c41858948aedfb6f82"],"organizer":["ec-dg-hr"],"involved":["ec-person-b037f0f40ee5bc6c58e1789548c8fc02aca31b02","eu-tr-731301415740-43"]}} -{"id":"ec-meeting-2015-01-23-776b01128a3835a8811173e2717e8d617eb2283d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-23 - Cabinet of Vice-President Jyrki Katainen x Microsoft Corporation"],"date":["2015-01-23"],"summary":["Investment plan"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Davos, Switzerland"],"address":["Davos, Switzerland"],"addressEntity":["addr-08640f22e8b61fe48904546ffc0e7b09fd6d6414"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-0801162959-21","ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90","ec-person-7c9460f99c5872dbdc561f5752401c870d12e98b"]}} -{"id":"ec-meeting-2015-01-23-7f2d54ae8ff6676a70f1292afb472fe02a97070d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-23 - Energy x The Shift Project"],"date":["2015-01-23"],"summary":["Energy transition"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-793026615069-12","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2015-01-23-8842b7ca05ac93f442eed2bf81d28b2f6ba9b3cb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-23 - Cabinet of Commissioner Carlos Moedas x Johnson & Johnson"],"date":["2015-01-23"],"summary":["Meeting on Ebola research"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Davos"],"address":["Davos"],"addressEntity":["addr-e260b1b791f27abac6a4f7771a2401be6aee67a9"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["eu-tr-75617941310-89","ec-person-23980b2bc4fd9c82051d0f7888dc236b2f764866"]}} -{"id":"ec-meeting-2015-01-23-89831614b1c7b727c06fe5d9ab45ac587c18df7b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-23 - Cabinet of Vice-President Jyrki Katainen x The European Steel Association"],"date":["2015-01-23"],"summary":["Steel industry"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-99365f4c3081112dcbfa722a5eb05adecc68503e","eu-tr-93038071152-83"]}} -{"id":"ec-meeting-2015-01-23-9843f98bdfec5f876d873f1c885feea9f0923286","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-23 - Cabinet of Vice-President Jyrki Katainen x European Ferrous Recovery & Recycling Federation European Metal Trade & Recycling Federation"],"date":["2015-01-23"],"summary":["Circular economy package"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-92257198818-48","ec-person-0310c3b87e155f5572493e91d12eebab9736a76b","eu-tr-74946923461-59"]}} -{"id":"ec-meeting-2015-01-23-990ccd0c47edfa8b1520785d76ca423d79dc62d0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-23 - Cabinet of Commissioner Jonathan Hill x New Financial LLP"],"date":["2015-01-23"],"summary":["Financial Services Policy"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["London, UK"],"address":["London, UK"],"addressEntity":["addr-0ee327229983c565b36e921e34cf577d4463db35"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["eu-tr-435008814959-36","ec-person-f247edfcff54d4f26fc10769f809c92bc72d6797"]}} -{"id":"ec-meeting-2015-01-23-9e70976a16e3b891158fe93d7c23227ad62836db","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-23 - Cabinet of Commissioner Violeta Bulc x ASSOCIATION OF EUROPEAN AIRLINES"],"date":["2015-01-23"],"summary":["Aviation issues"],"notes":["Portfolio: Transport"],"location":["Brussels/BE"],"address":["Brussels/BE"],"addressEntity":["addr-fe4580120e578f5899b4d753b36b5313310f6173"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-78089286892-19","ec-person-d710a614b1b0eabb6d73a2d665b82f6514a3fdb8"]}} -{"id":"ec-meeting-2015-01-23-a0fbbbee3f6861cb30ec4c11a2bfb90dfbd6ee93","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-23 - Cabinet of Commissioner Carlos Moedas x QUALCOMM Incorporated"],"date":["2015-01-23"],"summary":["Bilateral with the President and Executive Vice-President"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Davos"],"address":["Davos"],"addressEntity":["addr-e260b1b791f27abac6a4f7771a2401be6aee67a9"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["eu-tr-00358442856-45","ec-person-23980b2bc4fd9c82051d0f7888dc236b2f764866"]}} -{"id":"ec-meeting-2015-01-23-a1277b01e4b7c77a5528bd0ae4f732c04b7a8fc1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-23 - Cabinet of Vice-President Jyrki Katainen x BANCO BILBAO VIZCAYA ARGENTARIA"],"date":["2015-01-23"],"summary":["Investment plan"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Davos, Switzerland"],"address":["Davos, Switzerland"],"addressEntity":["addr-08640f22e8b61fe48904546ffc0e7b09fd6d6414"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90","ec-person-7c9460f99c5872dbdc561f5752401c870d12e98b","eu-tr-090350412968-04"]}} -{"id":"ec-meeting-2015-01-23-a991ef266c938dd5eb6ebe4130d000ad09b3c0f0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-23 - Cabinet of Vice-President Jyrki Katainen x Bank of America Corporation"],"date":["2015-01-23"],"summary":["Investment plan"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Davos, Switzerland"],"address":["Davos, Switzerland"],"addressEntity":["addr-08640f22e8b61fe48904546ffc0e7b09fd6d6414"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90","ec-person-7c9460f99c5872dbdc561f5752401c870d12e98b","eu-tr-53891615036-88"]}} -{"id":"ec-meeting-2015-01-23-a9c3f7f9a50cec5c1259ad9b9a764dbbaa723375","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-23 - Cabinet of Vice-President Miguel Arias Cañete x Kosmos Energy Ltd."],"date":["2015-01-23"],"summary":["Energy Union"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-95f883d5d0d484088f26191a8fea8553d674dfbe","eu-tr-142134115688-51"]}} -{"id":"ec-meeting-2015-01-23-b13438a1083a29af152357f38790a49452a29273","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2015-01-23 - Cabinet of Commissioner Phil Hogan x Ibec"],"date":["2015-01-23"],"summary":["Commissioner work programme for 2015 and policy priorities for the 5 year term as Commissionr.","Meeting board of Directors of IBEC to discuss Commission Work Programme"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Dublin, Ireland","DUBLIN"],"address":["Dublin, Ireland","DUBLIN"],"addressEntity":["addr-9254d2b0cd15e920cbb060acf87f8f943a0508e9","addr-0ad081a1e72a86b5d6b990723bbcacd217cca3cf"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-d0aad15bfcd899ec988329ba27d6e661ca34456b","ec-person-a1a78365cc4685b0958056646204977d8f2ead92","eu-tr-479468313744-50"]}} -{"id":"ec-meeting-2015-01-23-ca2710c2efb47af32790e9a569cda2c60c2fbf43","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-23 - Cabinet of First Vice-President Frans Timmermans x Confederation of British Industry"],"date":["2015-01-23"],"summary":["Better regulation"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Davos"],"address":["Davos"],"addressEntity":["addr-e260b1b791f27abac6a4f7771a2401be6aee67a9"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-73725676990-18","ec-person-966667b73d92624be9bb019c2baab7e52331b3d3"]}} -{"id":"ec-meeting-2015-01-23-cd2c27639f8236414341088e69cf887045d86835","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-23 - Cabinet of Vice-President Maroš Šefčovič x OMV Aktiengesellschaft"],"date":["2015-01-23"],"summary":["Bilateral meeting with CEO Dr Gerhard Roiss"],"notes":["Portfolio: Energy Union"],"location":["Davos"],"address":["Davos"],"addressEntity":["addr-e260b1b791f27abac6a4f7771a2401be6aee67a9"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-1f95be23689cd4ed0a26fe2980f760ccf2d55c1e","eu-tr-94274031992-65"]}} -{"id":"ec-meeting-2015-01-23-d832ddaccbf3be3565bc6d0680ebecfdbbacc67f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-23 - Cabinet of First Vice-President Frans Timmermans x International Federation of Red Cross and Red Crescent Societies"],"date":["2015-01-23"],"summary":["Fundamental rights, security and better regulation"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Davos"],"address":["Davos"],"addressEntity":["addr-e260b1b791f27abac6a4f7771a2401be6aee67a9"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["ec-person-966667b73d92624be9bb019c2baab7e52331b3d3","eu-tr-132236315085-89"]}} -{"id":"ec-meeting-2015-01-23-d9876ca032d2eeb0bfc5632e89aaa1ec3a7255ea","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-23 - Cabinet of President Jean-Claude Juncker x Avisa Partners"],"date":["2015-01-23"],"summary":["Concurrence"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-c402e34a99fbee730ae22e3b1958e21c94dc6fcc","eu-tr-54210841652-13"]}} -{"id":"ec-meeting-2015-01-23-e36985066c261000b0733829776096140f6edad4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-23 - Cabinet of Commissioner Carlos Moedas x Novartis International AG"],"date":["2015-01-23"],"summary":["Bilateral meeting the CEO of Novartis & EFPIA President"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Davos"],"address":["Davos"],"addressEntity":["addr-e260b1b791f27abac6a4f7771a2401be6aee67a9"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-23980b2bc4fd9c82051d0f7888dc236b2f764866","eu-tr-91269481588-28"]}} -{"id":"ec-meeting-2015-01-23-e4be26785380e867848bd3f4b972e4cbc8328451","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-23 - Cabinet of Commissioner Vytenis Andriukaitis x British Chamber of Commerce | EU & Belgium"],"date":["2015-01-23"],"summary":["A speech about \"Going forward in health & food safety\""],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-d462b3c7daeee00ad55e380a7fb96819f79899df","eu-tr-56188303384-93"]}} -{"id":"ec-meeting-2015-01-23-e7a6151e428567d871dd5793fefbde209a5bd172","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-23 - Cabinet of President Jean-Claude Juncker x Egon Zehnder International GmbH"],"date":["2015-01-23"],"summary":["Developments in global consulting"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-cdaf2d26bf31f9cd51df4dcae26d0bced763eb2c","eu-tr-731301415740-43","ec-person-80c6995ad1cd6aefa72f1bf440b17b6d8c6dd4b8"]}} -{"id":"ec-meeting-2015-01-23-e9237a801d16e62b4e680e759a422a9f9dee1656","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-23 - Günther Oettinger x Meta Platforms Ireland Limited and its various subsidiaries (f/k/a Facebook Ireland Limited)"],"date":["2015-01-23"],"summary":["Digital Economy"],"location":["Davos"],"address":["Davos"],"addressEntity":["addr-e260b1b791f27abac6a4f7771a2401be6aee67a9"],"organizer":["ec-dg-de"],"involved":["ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0","eu-tr-28666427835-74"]}} -{"id":"ec-meeting-2015-01-23-ee60c6b68b732cc14d47dc2e63152f9e5c591e93","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-23 - Cabinet of President Jean-Claude Juncker x Swiss Re Ltd."],"date":["2015-01-23"],"summary":["Investment Plan"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-290136415264-17","ec-person-c402e34a99fbee730ae22e3b1958e21c94dc6fcc"]}} -{"id":"ec-meeting-2015-01-23-f2f327e39e7407d44541c079734a037c92d69b11","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-23 - Cabinet of Commissioner Vytenis Andriukaitis x Eurogroup for Animals"],"date":["2015-01-23"],"summary":["Animal Welfare"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-b9c3f19e7c5f216e3e508f931ddd6a9cb59376d1","eu-tr-6809935493-49","ec-person-c986c9ff99d99d8006e000db5a8046be615813ae","ec-person-0dbfffeb0323f819c8d57164906086dd8639c437","ec-person-df30d07ef698a52b9948b9c734db39196cf8541f"]}} -{"id":"ec-meeting-2015-01-23-f77703dd2cdecc0ef090da91ac50d7c4f7ef7e91","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-23 - Cabinet of Commissioner Marianne Thyssen x McDonald’s Global Franchising Limited"],"date":["2015-01-23"],"summary":["Meeting to present company’s youth employment intiative"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["ec-person-ce19440eacb8fd67f534bdbcce33a1c4cedfd071","eu-tr-3830179837-87"]}} -{"id":"ec-meeting-2015-01-23-f7d311c372246d8718698e83133311507471eb2a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-23 - Cabinet of Vice-President Cecilia Malmström x Google"],"date":["2015-01-23"],"summary":["Digital Agenda and Trade Policy"],"notes":["Portfolio: Trade"],"location":["Davos Switzerland"],"address":["Davos Switzerland"],"addressEntity":["addr-4375f37dda8f651a8e682ff28aa9e148454e2cff"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-19b143e83f8ab978c55c8a9a9e49e06dbfa14bf3","ec-person-5d4088e1913284a765aed8445f448f6ff341f1b3","eu-tr-03181945560-59"]}} -{"id":"ec-meeting-2015-01-23-fc075c054b851ee424d06bed46fee5d9ed004afe","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2015-01-23 - Cabinet of Commissioner Pierre Moscovici x Airbus"],"date":["2015-01-23"],"summary":["Taxation and defence","Meeting with Airbus to discuss Taxation issues"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Berlaymont Building - Brussels","Brussels, Belgium"],"address":["Berlaymont Building - Brussels","Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306","addr-d43f8f07515bd794be00520309099e13fbc7f01f"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["ec-person-65dc27d23fc09897737b542cc467ea714012d0f1","eu-tr-2732167674-76"]}} -{"id":"ec-meeting-2015-01-23-fc2661a1a1c845eef8fae2380fa19fdf27cdd57e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-23 - Directorate-General for International Partnerships x World Resources Institute"],"date":["2015-01-23"],"summary":["Development and Climate Change"],"location":["L-41, 12/12"],"address":["L-41, 12/12"],"addressEntity":["addr-da0c96105d431432b19f0a0790a7615f735572f0"],"organizer":["ec-dg-intpa"],"involved":["eu-tr-581250215524-23","ec-person-ad00e7dd980bb2a40a95c65a87f8760494546865"]}} -{"id":"ec-meeting-2015-01-26-0202bba040694d4ca5b59d6cb5a939f7093977c5","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2015-01-26 - Cabinet of Commissioner Carlos Moedas x European Society of Cardiology"],"date":["2015-01-26"],"summary":["Biomedical Research"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["eu-tr-01150446981-34","ec-person-23980b2bc4fd9c82051d0f7888dc236b2f764866"]}} -{"id":"ec-meeting-2015-01-26-07634fcc20d9e7538e2fd62b2d228ae44a63c32e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-26 - Cabinet of Vice-President Maroš Šefčovič x SOCAR Representative Office in Belgium"],"date":["2015-01-26"],"summary":["Energy policy developments"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-293526811220-13","ec-person-1f95be23689cd4ed0a26fe2980f760ccf2d55c1e"]}} -{"id":"ec-meeting-2015-01-26-0d31940cbdbd4814d9ec58d2c372a994167c930f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-26 - Cabinet of Vice-President Maroš Šefčovič x ČEZ, a.s."],"date":["2015-01-26"],"summary":["Energy Union, Internal Market"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-2be517b9261a91f2f07e05ec14c6331980e9716e","eu-tr-429600710582-32"]}} -{"id":"ec-meeting-2015-01-26-10bb457cfb6dfb1a527b7919fdbbd931c2918acc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-26 - Competition x European Union Chamber of Commerce in China"],"date":["2015-01-26"],"summary":["The European Chamber’s Position Paper and the position of the chamber regarding recent anti-trust developments in China"],"location":["Brussels, BELGIUM"],"address":["Brussels, BELGIUM"],"addressEntity":["addr-51f5a2f6fcff058db310886dd5b7a3c5b9234d29"],"organizer":["ec-dg-comp"],"involved":["eu-tr-592343015058-67","ec-person-31e7cd791b79740bb63dab72215f74f338860a87"]}} -{"id":"ec-meeting-2015-01-26-1a7a9ee6d18d4dd6270cc5897d7fb9c351000ed2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-26 - Employment, Social Affairs and Inclusion x BUSINESSEUROPE EUROPEAN TRADE UNION CONFEDERATION SGI Europe SMEunited aisbl"],"date":["2015-01-26"],"summary":["Meeting with social partners"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-empl"],"involved":["eu-tr-55820581197-35","eu-tr-3978240953-79","eu-tr-06698681039-26","ec-person-0d8ce1c547b8ca99decd25740ba12e2c0866a2fd","eu-tr-59513031434-92"]}} -{"id":"ec-meeting-2015-01-26-1b24e92d918eda3e65e130fc9ceca42169b8bca1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-26 - Cabinet of Vice-President Andrus Ansip x LeGuide.com"],"date":["2015-01-26"],"summary":["Digital Technologies"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-d5a309c64ecdb05010325dcfc661f6ae817f31cc","eu-tr-099112415244-08"]}} -{"id":"ec-meeting-2015-01-26-2349a08b9e2e7dec713a7810b337380fe4727bbd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-26 - Trade x Eric Besson Consulting"],"date":["2015-01-26"],"summary":["Energy sector in TTIP negotiations"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-trade"],"involved":["ec-person-bde9bb099f5d24c52ca4a9255cefc99a5b87a650","eu-tr-463544915728-13"]}} -{"id":"ec-meeting-2015-01-26-3a7a579fd3d810ee42b585f07674089e967be1b2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-26 - Cabinet of Commissioner Vytenis Andriukaitis x Premier Cercle"],"date":["2015-01-26"],"summary":["Food Innovation Summit 03/02/2015 in Brussels"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["eu-tr-944508813290-94","ec-person-c986c9ff99d99d8006e000db5a8046be615813ae"]}} -{"id":"ec-meeting-2015-01-26-4055c30f9508106c520f86dec1aaa9490e3bdf79","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-26 - Cabinet of Vice-President Neven Mimica x European Federation of Pharmaceutical Industries and Associations"],"date":["2015-01-26"],"summary":["Anti-biotic resistance within development policy"],"notes":["Portfolio: International Cooperation & Development"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-mimica-neven-of-president-vice"],"involved":["eu-tr-38526121292-88","ec-person-886e1b865045c3ed98e99075006d09cea708acce"]}} -{"id":"ec-meeting-2015-01-26-4a9a988b9e30a48e6adf16edac25c23f284ae726","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-26 - Employment, Social Affairs and Inclusion x European Food Banks Federation"],"date":["2015-01-26"],"summary":["Prochaines assises sur le thème des Banques Alimentaires et l’inclusion sociale"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-empl"],"involved":["ec-person-0d8ce1c547b8ca99decd25740ba12e2c0866a2fd","eu-tr-79355099508-47"]}} -{"id":"ec-meeting-2015-01-26-50d93b5ef2e743aa48b5f36b5fd7df238cbf536e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-26 - Cabinet of Vice-President Karmenu Vella x LanzaTech UK Ltd"],"date":["2015-01-26"],"summary":["Gas Fermentation technology"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["ec-person-78fb1ad0c02c4fa8497b22edc1233d6be03cf2e5","eu-tr-569758814806-70"]}} -{"id":"ec-meeting-2015-01-26-510c451127e762f27fbc958075003e326ddaa66f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-26 - Cabinet of Vice-President Jyrki Katainen x Hutchison Europe - Brussels Branch"],"date":["2015-01-26"],"summary":["Investment Initiative"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-0310c3b87e155f5572493e91d12eebab9736a76b","eu-tr-3779891566-57"]}} -{"id":"ec-meeting-2015-01-26-52d23d927a89364d815feadec26b81d37d006956","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-26 - Cabinet of Vice-President Cecilia Malmström x Telefonica, S.A."],"date":["2015-01-26"],"summary":["Telecoms in Latin America"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-52431421-12","ec-person-98880f3f4206145e196013db9dd806a551c11e06"]}} -{"id":"ec-meeting-2015-01-26-55f733b7f5cdc879e90704e5641f63b47ae884ab","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-26 - Mobility and Transport x Deutsche Post DHL Group"],"date":["2015-01-26"],"summary":["EU-Asia rail links"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-move"],"involved":["ec-person-d856b0f199c84d5b5003106bea2ee6d0392e2428","eu-tr-48544465107-88"]}} -{"id":"ec-meeting-2015-01-26-5f989c964ff2d38f2c7d126e6a744820a90cad75","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-26 - Cabinet of President Jean-Claude Juncker x LeGuide.com"],"date":["2015-01-26"],"summary":["Digital Single Market"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-44a061693f35519551be0e3dab996e76ad3f8c7c","eu-tr-099112415244-08"]}} -{"id":"ec-meeting-2015-01-26-67bcfac1d33abad21f57a16dff192a4eb94c7f9e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-26 - Günther Oettinger x Mercedes-Benz Group AG"],"date":["2015-01-26"],"summary":["Transport issues"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-c6cae64cc7dc787b66a47ab1613d3e922875b971","eu-tr-2349218828-41"]}} -{"id":"ec-meeting-2015-01-26-6e2a00289106e2592ba708a0bf591441c1f03d70","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-26 - Cabinet of Commissioner Věra Jourová x Eurelectric aisbl"],"date":["2015-01-26"],"summary":["European energy market, Consumer protection aspects"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["eu-tr-4271427696-87","ec-person-ff9ad301b778d595651cc4c46ec3a4cf1ef10376"]}} -{"id":"ec-meeting-2015-01-26-71ccd16ad5893687c5da363941729e50e82c0c8c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-26 - Cabinet of Commissioner Tibor Navracsics x Netherlands house for Education and Research"],"date":["2015-01-26"],"summary":["Dutch education"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["eu-tr-01678796979-90","ec-person-dc2e0fed0fdf39a6a3f3ad63355c5215599de9d1"]}} -{"id":"ec-meeting-2015-01-26-76e80023201148465ed413c587dc8150029a9c4b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-26 - Cabinet of President Jean-Claude Juncker x WWF European Policy Programme"],"date":["2015-01-26"],"summary":["Energy Union"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-b1bf9aa5fb7e886441ff341b657cc482b64a2a3e","eu-tr-1414929419-24"]}} -{"id":"ec-meeting-2015-01-26-9b57aa72da13d30333b719083d0639b3c00da52f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-26 - Cabinet of Commissioner Jonathan Hill x International Capital Market Association"],"date":["2015-01-26"],"summary":["Capital Markets Union"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["eu-tr-0223480577-59","ec-person-f247edfcff54d4f26fc10769f809c92bc72d6797"]}} -{"id":"ec-meeting-2015-01-26-9c01cd2bd4eb36ac253ac2eac5c681ebbe484251","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-26 - Cabinet of Vice-President Karmenu Vella x Bureau Européen des Unions de Consommateurs"],"date":["2015-01-26"],"summary":["Circular Economy and Chemical Policy"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["eu-tr-9505781573-45","ec-person-0e3efd8bc1c3ee9a80205d0bb78f316fa1621e5d"]}} -{"id":"ec-meeting-2015-01-26-a0e1f9c73392dffd733a0d151dd589fff7a35cc2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-26 - Cabinet of Commissioner Margrethe Vestager x European Union Chamber of Commerce in China"],"date":["2015-01-26"],"summary":["Presentation of the Business Environment in China"],"notes":["Portfolio: Competition"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-margrethe-of-vestager"],"involved":["eu-tr-592343015058-67","ec-person-baa1c172df109ebd1f0307bccb5e21aec66c7a25"]}} -{"id":"ec-meeting-2015-01-26-a9b098b7bf656bfb7c02a42b2981b52c04ff2d4b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-26 - Regional and Urban Policy x European Union Chamber of Commerce in China"],"date":["2015-01-26"],"summary":["Meeting with EU Chamber of Commerce in China (EUCCC): Presentation EUCCC Position Paper 2014-2015"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-regio"],"involved":["eu-tr-592343015058-67","ec-person-561bcbd5c6b600d9145bf167136689b2c77460a7"]}} -{"id":"ec-meeting-2015-01-26-c41e7d7a59ca14a2288c6204094636a97d67ac22","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-26 - Cabinet of President Jean-Claude Juncker x Euroheat & Power"],"date":["2015-01-26"],"summary":["Energy Union"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-b1bf9aa5fb7e886441ff341b657cc482b64a2a3e","eu-tr-88457577025-19"]}} -{"id":"ec-meeting-2015-01-26-c80062fdf0dac9372ae582ce72dc55b556d583b2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-26 - Energy x ENEDIS"],"date":["2015-01-26"],"summary":["Energy networks"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["ec-person-6997149120ce5129e38febe5275dc8fd03232d2e","eu-tr-68134637922-07"]}} -{"id":"ec-meeting-2015-01-26-c917900a4ee1726010e3d21c036370768d0aadcf","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2015-01-26 - Cabinet of Vice-President Jyrki Katainen x SMEunited aisbl"],"date":["2015-01-26"],"summary":["Investment Initiative","Investment plan"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-55820581197-35","ec-person-99365f4c3081112dcbfa722a5eb05adecc68503e","ec-person-7c9460f99c5872dbdc561f5752401c870d12e98b"]}} -{"id":"ec-meeting-2015-01-26-d9450d9b55668658cc16f14fd29fdd7750283142","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-26 - Cabinet of Vice-President Maroš Šefčovič x European Network of Transmission System Operators for Electricity"],"date":["2015-01-26"],"summary":["Energy Union"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-25805148045-87","ec-person-1f95be23689cd4ed0a26fe2980f760ccf2d55c1e"]}} -{"id":"ec-meeting-2015-01-26-da88aa6324272142941589fde8db0b27de342154","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-26 - Cabinet of Vice-President Miguel Arias Cañete x Robert Bosch GmbH"],"date":["2015-01-26"],"summary":["ENERGY EFFICIENCY IN PRODUCTS, TRANSPORT, BUILDINGS"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-260e00934471a02805fb143935d6e9205a7f355f","eu-tr-8999533555-91"]}} -{"id":"ec-meeting-2015-01-26-e076ba20b99907fc9afd066f88d336f4ab075e56","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-26 - Cabinet of Commissioner Věra Jourová x Cerame-Unie"],"date":["2015-01-26"],"summary":["Consumer policies and Consumer protection package"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-a2ca9161feee56909a0e98b473c2d342c20fdb57","eu-tr-79465004946-12"]}} -{"id":"ec-meeting-2015-01-26-e60bead24f65a123e5c0f640a40dfede3e4704d1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-26 - Cabinet of Commissioner Věra Jourová x Notářská komora České republiky"],"date":["2015-01-26"],"summary":["Commission's legislative actions and proposals on public documents"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Prague, Czech Republic"],"address":["Prague, Czech Republic"],"addressEntity":["addr-4e1729d9a9fb5048140b781cf43b0ad9f952a001"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-a608b85b2ffef83f883b5a2330b6232efa1b7141","eu-tr-501247615893-73"]}} -{"id":"ec-meeting-2015-01-26-ec67bef2122236b0015c082b04b646f3ae2098ea","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-26 - Energy x European Union Chamber of Commerce in China"],"date":["2015-01-26"],"summary":["China"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-592343015058-67","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2015-01-26-ec73b81e369f6b7ea31e25d2e1671590c33d541a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-26 - Justice and Consumers x Österreichische Notariatskammer"],"date":["2015-01-26"],"summary":["Public documents and Shareholders rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-just"],"involved":["ec-person-26f8747866bd0d81cebb7a339c1ac11294d9676e","eu-tr-6475183729-37"]}} -{"id":"ec-meeting-2015-01-26-fafdd43d4a2ddc8214f4ddbed8ae00840d297dbe","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-26 - Cabinet of Vice-President Jyrki Katainen x LanzaTech UK Ltd"],"date":["2015-01-26"],"summary":["Energy Policy"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-569758814806-70","ec-person-0da85dc48012e26688310a59a0b51727ea68f410"]}} -{"id":"ec-meeting-2015-01-27-00217e4479822abd4320b459dc9aa04ae1169f6e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-27 - Communications Networks, Content and Technology x Samsung Electronics Europe"],"date":["2015-01-27"],"summary":["Juncker Priorities and Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["ec-person-3d379ff88d704acbd3444fdd59765df1225d4f9b","eu-tr-40471017282-57"]}} -{"id":"ec-meeting-2015-01-27-083efecc47f1403f717edee3224c1cc4a1bca9fb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-27 - Cabinet of Commissioner Tibor Navracsics x ICMP - The global voice of music publishing"],"date":["2015-01-27"],"summary":["Copyright"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-cb6aa96c497dead35eb0f2ed0339e5423d506549","eu-tr-65684839099-72"]}} -{"id":"ec-meeting-2015-01-27-0cbb993fe29f4cd1ab70aee1cea4d755bd09dab6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-27 - Cabinet of Vice-President Cecilia Malmström x EU–China Business Association BUSINESSEUROPE"],"date":["2015-01-27"],"summary":["Bilateral investment agreement"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-19b143e83f8ab978c55c8a9a9e49e06dbfa14bf3","eu-tr-3978240953-79","eu-tr-660326516081-27"]}} -{"id":"ec-meeting-2015-01-27-0e95138d07e8a03b7053d4452b87fb871ca88e87","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-27 - Cabinet of Vice-President Valdis Dombrovskis x European Policy Centre"],"date":["2015-01-27"],"summary":["New Pact for Europe"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-89632641000-47","ec-person-1f98d05bdaed2c40396781b1eb7b0aa47cb8dd20"]}} -{"id":"ec-meeting-2015-01-27-16377feab1b41f65ba0a146427eaf00592b2c552","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-27 - Cabinet of Commissioner Tibor Navracsics x Sports Rights Owners' Coalition"],"date":["2015-01-27"],"summary":["Regulation of broadcasting rights"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["eu-tr-422544515758-37","ec-person-49f31dad10f5641cb1d1e4c3107dd838389e8120"]}} -{"id":"ec-meeting-2015-01-27-191ae83bd7396808dce8c282ec34bb69d5969f51","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-27 - Cabinet of President Jean-Claude Juncker x Sports Rights Owners' Coalition"],"date":["2015-01-27"],"summary":["Digital Single Market"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-422544515758-37","ec-person-44a061693f35519551be0e3dab996e76ad3f8c7c"]}} -{"id":"ec-meeting-2015-01-27-19c6d9e5e896f2e0bdd29c737619aeaa75e1ad58","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2015-01-27 - Cabinet of Vice-President Valdis Dombrovskis x BlackRock"],"date":["2015-01-27"],"summary":["CMU"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["European Commission - Berlaymont","European Commission - BERL"],"address":["European Commission - Berlaymont","European Commission - BERL"],"addressEntity":["addr-8e31ed79f02baf4e8569a8862c926af22033723b","addr-79d0f25c8a99ad3be76a87ddb7ba754da671213f"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-48f31156d932641826e09f5b73f074d35ff05786","eu-tr-51436554494-18","ec-person-a9eda2e8ea54b70a968327672c6cada679d3cd56"]}} -{"id":"ec-meeting-2015-01-27-1f91053851f8c90c5ce6ae74aa21f7b103d9878b","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2015-01-27 - Cabinet of First Vice-President Frans Timmermans x The ECI Campaign"],"date":["2015-01-27"],"summary":["European Citizens' Initiative"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["ec-person-6d8b11c800391d9e6515bbd1b0e9d54c7da270da","ec-person-4076aef8226bd451277bfd5135aa27d63b2ac548","eu-tr-564475415764-23"]}} -{"id":"ec-meeting-2015-01-27-22c8bf14e3a5e0bbfa2a43c5f13e1d7f44482bc2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-27 - Cabinet of Commissioner Tibor Navracsics x European Union National Institutes for Culture"],"date":["2015-01-27"],"summary":["Copyright"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-cb6aa96c497dead35eb0f2ed0339e5423d506549","ec-person-dc2e0fed0fdf39a6a3f3ad63355c5215599de9d1","eu-tr-192208015291-09"]}} -{"id":"ec-meeting-2015-01-27-2be5bc43adedb75da300721bb37faa9a7b8dad54","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-27 - Energy x Equinor ASA"],"date":["2015-01-27"],"summary":["European Energy Policy priorities"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["ec-person-6997149120ce5129e38febe5275dc8fd03232d2e","eu-tr-4447605981-76"]}} -{"id":"ec-meeting-2015-01-27-2cc0ab7e58cd218c396b196361de618436bb7cb0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-27 - Cabinet of Commissioner Violeta Bulc x Nordic Logistics Association"],"date":["2015-01-27"],"summary":["Logistics"],"notes":["Portfolio: Transport"],"location":["Brussels-Belgium"],"address":["Brussels-Belgium"],"addressEntity":["addr-8aa817030dbcdfbb53f748ee3078a4c164aa27db"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-7ac9445abdddc66a79f539ae13eb74e1ceb512df","eu-tr-59537599436-96"]}} -{"id":"ec-meeting-2015-01-27-2fd6dfa435e6a2598b36f6f63dcdce5e98bdbf15","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-27 - Cabinet of Commissioner Corina Crețu x CEE Bankwatch Network"],"date":["2015-01-27"],"summary":["CEE Bankwatch Network"],"notes":["Portfolio: Regional Policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-corina-cretu-of"],"involved":["ec-person-2ab6296ada57eee7b1af6a77e7ff23cf6b0b1ccf","eu-tr-93834493808-49"]}} -{"id":"ec-meeting-2015-01-27-33f7a35be6af41b41bae5f95861578b236d16861","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-27 - Cabinet of Commissioner Jonathan Hill x Association for Financial Markets in Europe"],"date":["2015-01-27"],"summary":["Capital Markets Union"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["eu-tr-65110063986-76","ec-person-f247edfcff54d4f26fc10769f809c92bc72d6797"]}} -{"id":"ec-meeting-2015-01-27-351ac0dbf5e9f0bd834020e3fbe1c73bd4e0f36a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-27 - Mobility and Transport x TUSIAD-Turkish Industry&Business Association"],"date":["2015-01-27"],"summary":["EUCCC annual position paper"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-move"],"involved":["eu-tr-38870176589-43","ec-person-d856b0f199c84d5b5003106bea2ee6d0392e2428"]}} -{"id":"ec-meeting-2015-01-27-3ba4cd40d8f2ebae777713057e30d6f9ba4489ab","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-27 - Cabinet of Vice-President Johannes Hahn x Kosmos Energy Ltd."],"date":["2015-01-27"],"summary":["information on activities in Western Sahara"],"notes":["Portfolio: European Neighbourhood Policy & Enlargement Negotiations"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-hahn-johannes-of-president-vice"],"involved":["ec-person-ffbd1e8ac522a6bd1cdc4b724b9a4416b5d36034","eu-tr-142134115688-51"]}} -{"id":"ec-meeting-2015-01-27-3f7a998e2091a41ddea989102571ae9b62c28c54","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-27 - Mobility and Transport x Green Freight Europe"],"date":["2015-01-27"],"summary":["Carbon footprints from freight transport/logistic services"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-move"],"involved":["eu-tr-084561115477-44","ec-person-d856b0f199c84d5b5003106bea2ee6d0392e2428"]}} -{"id":"ec-meeting-2015-01-27-42ce911b84052c701fdaa950b7fd3578eda6b91a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-27 - Cabinet of Commissioner Carlos Moedas x WindEurope"],"date":["2015-01-27"],"summary":["Future of Research and Innovation policies in the sector of wind energy"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["eu-tr-19920706471-21","ec-person-23980b2bc4fd9c82051d0f7888dc236b2f764866"]}} -{"id":"ec-meeting-2015-01-27-4706a903b8dbc10ea25a9fae64e833aa1fcd4f57","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-27 - Cabinet of Commissioner Věra Jourová x GML Limited"],"date":["2015-01-27"],"summary":["Corporate governance"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-184e698af1eb9e33b179680570ca171d8cb31c94","eu-tr-822719415555-79"]}} -{"id":"ec-meeting-2015-01-27-49e80b7adcd88b3082ed14443ec4ddaa771e08df","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-27 - Cabinet of Vice-President Andrus Ansip x American Chamber of Commerce to the European Union"],"date":["2015-01-27"],"summary":["TTIP, Data Protection, Transatlantic Digital Market"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels - EC premises"],"address":["Brussels - EC premises"],"addressEntity":["addr-5b89848910beb6aa111df14e65b65d35cc88444a"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-5db7bdd1c81da2e70eb5b982097d0004111b5c3e","eu-tr-5265780509-97","ec-person-91ca0921c6790191daa54427311acd63035e7c9e","ec-person-c759bd58acc54869aa8e62ce652efcda416e25c2"]}} -{"id":"ec-meeting-2015-01-27-4af071ae45ca2e563b387feb2d443b86fab1b1ed","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-27 - Cabinet of Commissioner Carlos Moedas x Raiffeisen Bank International AG"],"date":["2015-01-27"],"summary":["Innovation for Europe"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["eu-tr-33858106461-10","ec-person-f473f68db8882bf182fad095bee4ba174b53e0ac"]}} -{"id":"ec-meeting-2015-01-27-53a7a33bc36db9621f188d7807456ea4910233ce","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-27 - Cabinet of First Vice-President Frans Timmermans x SUEZ Group"],"date":["2015-01-27"],"summary":["Circular Economy"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["BERL 12/243"],"address":["BERL 12/243"],"addressEntity":["addr-fb1178ea299e67990c6feb254018fe3d42cd2186"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["ec-person-7a0c440119cd5d547eceebb055c79b8bb41bf9a2","eu-tr-27799842497-69"]}} -{"id":"ec-meeting-2015-01-27-568fca327bed4a66179bf4f15d34cfcaf47873c1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-27 - Günther Oettinger x Deutsche Telekom"],"date":["2015-01-27"],"summary":["Telecoms Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-c6cae64cc7dc787b66a47ab1613d3e922875b971","eu-tr-60052162589-72"]}} -{"id":"ec-meeting-2015-01-27-56df41ecd59d60e6c526bf92d8784f7d15c6fb8e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-27 - Günther Oettinger x Orange"],"date":["2015-01-27"],"summary":["DSM"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-76704342721-41","ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0"]}} -{"id":"ec-meeting-2015-01-27-56ea26bd0839ae2f18dd8ba8863f8d3741adba70","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-27 - Cabinet of Commissioner Violeta Bulc x Deutsche Post DHL Group"],"date":["2015-01-27"],"summary":["Transport and logistics policy"],"notes":["Portfolio: Transport"],"location":["Brussels-Belgium"],"address":["Brussels-Belgium"],"addressEntity":["addr-8aa817030dbcdfbb53f748ee3078a4c164aa27db"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-7ac9445abdddc66a79f539ae13eb74e1ceb512df","eu-tr-48544465107-88"]}} -{"id":"ec-meeting-2015-01-27-5b9088f07452a22ac5c6273d8ab7f75b6971205c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-27 - Education, Youth, Sport and Culture x Kungliga Tekniska Hoegskolan"],"date":["2015-01-27"],"summary":["To discuss the work of KTH (the Royal Institute of Technology) Stockholm"],"location":["J-70 4/69"],"address":["J-70 4/69"],"addressEntity":["addr-fcbd65a0db150e070a53160cd71680af21946d41"],"organizer":["ec-dg-eac"],"involved":["eu-tr-094459415746-62","ec-person-4b0c15b75d9d40b5f296fc3f15972fd544f6b6d6"]}} -{"id":"ec-meeting-2015-01-27-5ead2737ecaecdb509ad01076ccbf3bd46b2cebc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-27 - Communications Networks, Content and Technology x Universität Stuttgart"],"date":["2015-01-27"],"summary":["Risk and Regulation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["ec-person-3d379ff88d704acbd3444fdd59765df1225d4f9b","eu-tr-686307915714-89"]}} -{"id":"ec-meeting-2015-01-27-6446cc7ac848c9bedc959827fd68fb2dd3e37fe5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-27 - Directorate-General for International Partnerships x International Rescue Committee Inc"],"date":["2015-01-27"],"summary":["Coopération entre DEVCO et IRC en faveur des réfugiés"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-intpa"],"involved":["ec-person-ad00e7dd980bb2a40a95c65a87f8760494546865","eu-tr-66790095679-26"]}} -{"id":"ec-meeting-2015-01-27-6549761482a99024d76eaec9c402aacf2d92c377","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-27 - Cabinet of Commissioner Jonathan Hill x Commerzbank AG"],"date":["2015-01-27"],"summary":["BSR, TLAC, CMU"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["eu-tr-83370363079-88","ec-person-f247edfcff54d4f26fc10769f809c92bc72d6797"]}} -{"id":"ec-meeting-2015-01-27-67733445b929585332cd66deff3611d8adeb553f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-27 - Cabinet of Vice-President Cecilia Malmström x Coalition of European Organisations on Data Protection"],"date":["2015-01-27"],"summary":["Trade investment and data transmission"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-501468815548-71","ec-person-591ec829ca734bcfe59a2c9c7f07f9dff22a0ea9"]}} -{"id":"ec-meeting-2015-01-27-693b98ad41346f55e4e95c1b1329dbc66525dbce","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-27 - Cabinet of President Jean-Claude Juncker x Centre for European Reform"],"date":["2015-01-27"],"summary":["Current EU Policy Issues"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-524976815651-12","ec-person-80c6995ad1cd6aefa72f1bf440b17b6d8c6dd4b8"]}} -{"id":"ec-meeting-2015-01-27-6c74142166e7ed873b24a846a83bdab033c9f428","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-27 - Cabinet of Vice-President Maroš Šefčovič x OHB"],"date":["2015-01-27"],"summary":["Presentation of company and EU Space Policy"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-2be517b9261a91f2f07e05ec14c6331980e9716e","eu-tr-648584214179-94"]}} -{"id":"ec-meeting-2015-01-27-6d9ef7ef7064502d765b31671a795be4c22fde0c","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2015-01-27 - Cabinet of Vice-President Miguel Arias Cañete x TenneT Holding B.V."],"date":["2015-01-27"],"summary":["Introduction of Market Design on Smart Grids Capacity","Introduction of Market design"],"notes":["Portfolio: Climate Action & Energy"],"location":["Berl 8/168","BERL 8/165"],"address":["Berl 8/168","BERL 8/165"],"addressEntity":["addr-363bb64e46464f5554302356d8bdedc4934c8f73","addr-c5c515632266f2b648c1e9dd3ca107910cc906f3"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-1831691c10441c5974327bbeb8693d6b6c1e50c3","eu-tr-289810215426-07"]}} -{"id":"ec-meeting-2015-01-27-6da09eaf3fe520994afa2855e75ce5fe8da620de","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-27 - Cabinet of Commissioner Phil Hogan x Confédération Européenne des Entrepreneurs de Travaux Techniques Agricoles, Ruraux et Forestiers/ European Organisation of Agricultural, Rural and Forestry Contractors / Europäischer Zentralverband der Lohnunternehmer"],"date":["2015-01-27"],"summary":["General presentation of CEETTAR's activities. Presentation and disucssion of arguments against supporting farmers in acquiring machinery too large for their holdings. Relations between CEETTAR and the agriculture machinery sector."],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-a985b9a03cb4f9af4f2f97583d8f92fb71579572","eu-tr-15086733813-03"]}} -{"id":"ec-meeting-2015-01-27-6f397f2223679fa3a2ab70a8c9c5745cee61d3e6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-27 - Cabinet of Commissioner Tibor Navracsics x Sanoma Corporation"],"date":["2015-01-27"],"summary":["Digital education"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["eu-tr-712395115155-72","ec-person-fc5c01a0bffedf0f4e205a759b40239535313d28"]}} -{"id":"ec-meeting-2015-01-27-6f874df06d90f24bc57b26097dd99114ee457684","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-27 - Cabinet of Vice-President Miguel Arias Cañete x GML Limited"],"date":["2015-01-27"],"summary":["Energy Charter Treaty"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-1831691c10441c5974327bbeb8693d6b6c1e50c3","eu-tr-822719415555-79","ec-person-2229c857664a22dcb8eee79a8c05841fd3d0924f"]}} -{"id":"ec-meeting-2015-01-27-721c63652647595c101c986ad8d6a46cfebb0c9e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-27 - Cabinet of Commissioner Marianne Thyssen x Eurochild AISBL"],"date":["2015-01-27"],"summary":["Meeting to discuss child poverty in the EU2020 strategy"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["ec-person-ce19440eacb8fd67f534bdbcce33a1c4cedfd071","eu-tr-79360311166-84"]}} -{"id":"ec-meeting-2015-01-27-755c02c51461d641dd30ce9e85bf96bd3c8014bb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-27 - Cabinet of Vice-President Andrus Ansip x Deutsche Post DHL Group"],"date":["2015-01-27"],"summary":["Parcel delivery"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-d5a309c64ecdb05010325dcfc661f6ae817f31cc","ec-person-666bc159c7e65a3af9e63c1e97435c02f1496955","eu-tr-48544465107-88"]}} -{"id":"ec-meeting-2015-01-27-7cb9eb2bc196e01d135d134ad18c032a725938bc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-27 - Mobility and Transport x European Rail Infrastructure Managers"],"date":["2015-01-27"],"summary":["4th Railway Package"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-move"],"involved":["ec-person-d856b0f199c84d5b5003106bea2ee6d0392e2428","eu-tr-72770698007-81"]}} -{"id":"ec-meeting-2015-01-27-81aa095b7407cba326808cac19b4bdcc6dec3bac","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-27 - Cabinet of Commissioner Jonathan Hill x Raiffeisen Bank International AG"],"date":["2015-01-27"],"summary":["Financial Services Policy"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["ec-person-03cf92829e273869bfbd8bbf4f1881dcd0848186","eu-tr-33858106461-10"]}} -{"id":"ec-meeting-2015-01-27-829631dd89deb541396c7b8d00054c07af334ab7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-27 - Cabinet of Vice-President Kristalina Georgieva x International Rescue Committee Inc"],"date":["2015-01-27"],"summary":["Budgetary situation of EU external assistance; hot crises"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-georgieva-kristalina-of-president-vice"],"involved":["ec-person-335e79b90bd0f2b37f9193d6285514044d6c897e","eu-tr-66790095679-26"]}} -{"id":"ec-meeting-2015-01-27-82c57f7d160468db65ccd3025a8b30f3e7502f59","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-27 - Cabinet of Vice-President Andrus Ansip x The Walt Disney Company Benelux BVBA"],"date":["2015-01-27"],"summary":["Digital Single Market, copyright"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-256463315409-35","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45"]}} -{"id":"ec-meeting-2015-01-27-8449b7e1d044f2a29fc945c088183353a277d70d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-27 - Cabinet of Commissioner Jonathan Hill x Fédération bancaire française"],"date":["2015-01-27"],"summary":["Capital Markets Union, Bank Structural Reform, Payments services"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["ec-person-74de9b1956d5aa5754e8946d4a7a883e05171466","eu-tr-09245221105-30"]}} -{"id":"ec-meeting-2015-01-27-846280ab1fe3a09026062befccb26bc10e40f7e5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-27 - Cabinet of Commissioner Christos Stylianides x Voluntary Organisations in Cooperation in Emergencies"],"date":["2015-01-27"],"summary":["EU Humanitarian Assistance Policy"],"notes":["Portfolio: Humanitarian Aid & Crisis Management"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-christos-commissioner-of-stylianides"],"involved":["eu-tr-47126711656-13","ec-person-6f08c893ea685f6d5f50c2c6e373f294e3616698"]}} -{"id":"ec-meeting-2015-01-27-859b4381020b4a6fc64c487aab157c0e9493f1aa","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-27 - Cabinet of Commissioner Tibor Navracsics x European Council of National Associations of Independent Schools, ry"],"date":["2015-01-27"],"summary":["Independent schools"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-1da7ee09d46288ee4ea9db2b644bdcf9c3d6d000","eu-tr-153452315640-05"]}} -{"id":"ec-meeting-2015-01-27-87ae672d748fd2304283305fea69eb5fa15ffdcc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-27 - Günther Oettinger x Society of Audiovisual Authors"],"date":["2015-01-27"],"summary":["Copyright"],"location":["BXL"],"address":["BXL"],"addressEntity":["addr-d2fde52f67ea4a3e1fe233d0a959d6a1c77fd910"],"organizer":["ec-dg-de"],"involved":["eu-tr-99336382936-11","ec-person-49723482bb23d029cbfc010cb37eec7392a0ae02"]}} -{"id":"ec-meeting-2015-01-27-8b6141cbfe9b517135fee7bafe97939e45868634","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-27 - Energy x Gasum Oy"],"date":["2015-01-27"],"summary":["Nordic gas market"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-759978215122-11","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2015-01-27-8bc4fe2fc87d267e2ecfcaa7a2f0b326416b4b21","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2015-01-27 - Cabinet of Commissioner Tibor Navracsics x European Youth Forum"],"date":["2015-01-27"],"summary":["Introductory meeting, exchange of views and priorities for youth policy 2015"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-dc2e0fed0fdf39a6a3f3ad63355c5215599de9d1","eu-tr-43251547769-22","ec-person-881310bbb4e54ac96753b80bbdc9b1994cfbf136"]}} -{"id":"ec-meeting-2015-01-27-8cd462f50e4e604cf4083121e7def2d61e0a2b23","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-27 - Cabinet of High Representative / Vice-President Federica Mogherini x European Union Chamber of Commerce in China"],"date":["2015-01-27"],"summary":["Relation with professional associations"],"notes":["Portfolio: Foreign Affairs and Security Policy"],"location":["Berl Building Bruxelles"],"address":["Berl Building Bruxelles"],"addressEntity":["addr-c8a6e71ef840f20140bebb2d44c432abc5d2e888"],"organizer":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"involved":["eu-tr-592343015058-67","ec-person-62bf207e4274ad594e7eab4bfe20782f1d57f645"]}} -{"id":"ec-meeting-2015-01-27-90cef37828009736deb050222f33d935b7ce52c7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-27 - Cabinet of Commissioner Jonathan Hill x EUROFI"],"date":["2015-01-27"],"summary":["Preparation Conference in Latvia, CMU, securitisation, long term Presidency planning"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["eu-tr-479696415739-28","ec-person-890015b0d769ee93a09119846b414d4aae7c64ae"]}} -{"id":"ec-meeting-2015-01-27-95142d34587a6f1860b0f9d047944c0b1ff74b1d","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2015-01-27 - Cabinet of Commissioner Tibor Navracsics x Google"],"date":["2015-01-27"],"summary":["Google News and Copyright"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-cb6aa96c497dead35eb0f2ed0339e5423d506549","eu-tr-03181945560-59","ec-person-4d24029a6a4b5bbdcd825e134f010bd0b384f80a"]}} -{"id":"ec-meeting-2015-01-27-954ea568aa90ed60d77fe3779b51f4a2dc9ea06d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-27 - Cabinet of Vice-President Karmenu Vella x WindEurope"],"date":["2015-01-27"],"summary":["Blue growth, marine renewable energy, maritimal spatial planning, Energy Union"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["eu-tr-19920706471-21","ec-person-0e3efd8bc1c3ee9a80205d0bb78f316fa1621e5d"]}} -{"id":"ec-meeting-2015-01-27-95cf2e4255e9dc19f0392d65d86f342086f17984","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-27 - Cabinet of Commissioner Jonathan Hill x NRW.BANK"],"date":["2015-01-27"],"summary":["BSR"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Belgium, Brussels, BERL 10th"],"address":["Belgium, Brussels, BERL 10th"],"addressEntity":["addr-ff2079752b92acc7223ccab7969c6d04cba3b924"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["ec-person-5fdb62e20cecef81f87f94d3d1bcdd3b47b26af0","eu-tr-1321739923-73"]}} -{"id":"ec-meeting-2015-01-27-9612d1aaf1170de65b32f06175868af67d325a96","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-27 - Cabinet of Vice-President Cecilia Malmström x European Union Chamber of Commerce in China"],"date":["2015-01-27"],"summary":["EU-China"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-592343015058-67","ec-person-19b143e83f8ab978c55c8a9a9e49e06dbfa14bf3"]}} -{"id":"ec-meeting-2015-01-27-9616ebd5255735eb41cae9dc738ddd234e7ab7d1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-27 - Cabinet of Commissioner Marianne Thyssen x Deutscher Gewerkschaftsbund"],"date":["2015-01-27"],"summary":["General prospects for social dialogue in Europe"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["eu-tr-07595112423-87","ec-person-e93189002a993321fd1af93481b271c766b1aff8"]}} -{"id":"ec-meeting-2015-01-27-9f79b3d64ae7f4c05ad2529e1d2ee97298a2412f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-27 - Cabinet of President Jean-Claude Juncker x Commerzbank AG"],"date":["2015-01-27"],"summary":["Current Financial Issues"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-83370363079-88","ec-person-80c6995ad1cd6aefa72f1bf440b17b6d8c6dd4b8"]}} -{"id":"ec-meeting-2015-01-27-adbfafc24ff255fe6dafad6b30e64a7d4b109d7d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-27 - Cabinet of Commissioner Elżbieta Bieńkowska x LanzaTech UK Ltd"],"date":["2015-01-27"],"summary":["Introductory meeting"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-569758814806-70","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2015-01-27-b966f797c0690ad8330f39a405d11b7a0d04e8cb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-27 - Cabinet of Commissioner Tibor Navracsics x Academy of European Law"],"date":["2015-01-27"],"summary":["Discussion of areas of common interest"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-4d24029a6a4b5bbdcd825e134f010bd0b384f80a","eu-tr-97138128231-58"]}} -{"id":"ec-meeting-2015-01-27-bcf7155fe5ccd2d49027cbb93b7a7d121fb7d6de","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-27 - Energy x Association française du gaz"],"date":["2015-01-27"],"summary":["European Energy Policy priorities"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-656322315335-91","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2015-01-27-c018039d83f304f3c586c4c61b567cc537fe5da4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-27 - Cabinet of Commissioner Elżbieta Bieńkowska x Pfizer Inc."],"date":["2015-01-27"],"summary":["Introductory meeting"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels Belgium"],"address":["Brussels Belgium"],"addressEntity":["addr-61947d7d2c69c0b8f57325bd044f500c5fc6df48"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-4263301811-33","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2015-01-27-c23923029308ce306a51b3c908d4803365dfaeea","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-27 - Cabinet of Commissioner Jonathan Hill x BlackRock"],"date":["2015-01-27"],"summary":["ELTIF, CMU"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["eu-tr-51436554494-18","ec-person-f247edfcff54d4f26fc10769f809c92bc72d6797"]}} -{"id":"ec-meeting-2015-01-27-c52e4f6cdcf7488a82153168a43a4f71d42fec58","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-27 - Cabinet of Vice-President Miguel Arias Cañete x NATURGY ENERGY GROUP"],"date":["2015-01-27"],"summary":["Gas sector in the EU"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-67833029261-54","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd","ec-person-2229c857664a22dcb8eee79a8c05841fd3d0924f"]}} -{"id":"ec-meeting-2015-01-27-c652246f3fa831233292c963228380839feedf68","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-27 - Cabinet of Commissioner Elżbieta Bieńkowska x Diehl Stiftung & Co. KG"],"date":["2015-01-27"],"summary":["Introductory meeting"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-92127312521-05","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2015-01-27-cb61744e0e1d26426e0727834fd8f210655bc1d2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-27 - Cabinet of Vice-President Jyrki Katainen x Nokia"],"date":["2015-01-27"],"summary":["Digital Single Market"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-35167875358-33","ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90"]}} -{"id":"ec-meeting-2015-01-27-d61ff6a48aab34f8ff94a5e116e3edc24b6de85a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-27 - Cabinet of Commissioner Christos Stylianides x Médecins Sans Frontières"],"date":["2015-01-27"],"summary":["Ebola"],"notes":["Portfolio: Humanitarian Aid & Crisis Management"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-christos-commissioner-of-stylianides"],"involved":["eu-tr-38497857515-11","ec-person-6f08c893ea685f6d5f50c2c6e373f294e3616698"]}} -{"id":"ec-meeting-2015-01-27-dba6d473960ec0c8af281182b06be82cc4fa3e36","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-27 - Cabinet of Vice-President Andrus Ansip x Sports Rights Owners' Coalition"],"date":["2015-01-27"],"summary":["Digital Single Market, copyright"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-422544515758-37","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45"]}} -{"id":"ec-meeting-2015-01-27-dc27d22a9355d963d09a66d45ffd22fb02c9f8d1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-27 - Cabinet of President Jean-Claude Juncker x The Walt Disney Company Benelux BVBA"],"date":["2015-01-27"],"summary":["Digital Single Market"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-44a061693f35519551be0e3dab996e76ad3f8c7c","eu-tr-256463315409-35"]}} -{"id":"ec-meeting-2015-01-27-e0013ad80bd35049efedb70b82bba0476594b712","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-27 - Cabinet of Commissioner Carlos Moedas x Universidade de Vigo"],"date":["2015-01-27"],"summary":["Cooperation between Galicia and the North of Portugal in R&I"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-23980b2bc4fd9c82051d0f7888dc236b2f764866","eu-tr-99804774427-03"]}} -{"id":"ec-meeting-2015-01-27-e27d13c6e4b9a14e2a69161670a52b6283cbbbe6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-27 - Inspire, Debate, Engage and Accelerate Action x Centre for European Reform"],"date":["2015-01-27"],"summary":["Challenges facing the Commission and the EU in the next five years"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-dg-idea"],"involved":["eu-tr-524976815651-12","ec-person-4fe56a64c00b3e81c851b5538878b32481bd7d3c"]}} -{"id":"ec-meeting-2015-01-27-e4ff574cfa19e95bb906ab0d3d0243e8bdf18150","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-27 - Cabinet of Vice-President Jyrki Katainen x Sanoma Corporation"],"date":["2015-01-27"],"summary":["Education and skills"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-712395115155-72","ec-person-99365f4c3081112dcbfa722a5eb05adecc68503e"]}} -{"id":"ec-meeting-2015-01-27-ef90bf05ab1cfbb7d6ea55b8a7b438835f5b6906","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2015-01-27 - Cabinet of Vice-President Valdis Dombrovskis x Commerzbank AG"],"date":["2015-01-27"],"summary":["Banking Union"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["European Commission - BERL"],"address":["European Commission - BERL"],"addressEntity":["addr-79d0f25c8a99ad3be76a87ddb7ba754da671213f"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-48f31156d932641826e09f5b73f074d35ff05786","eu-tr-83370363079-88","ec-person-a9eda2e8ea54b70a968327672c6cada679d3cd56"]}} -{"id":"ec-meeting-2015-01-27-f330f606fefd98f29e6c02db9662365c8c5a0b06","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-27 - Cabinet of Commissioner Vytenis Andriukaitis x None"],"date":["2015-01-27"],"summary":["Access to health care"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-059ca943fc5fc696d2a97849c635ddf7b6ab7fd7","ec-person-df30d07ef698a52b9948b9c734db39196cf8541f"]}} -{"id":"ec-meeting-2015-01-27-fc25af0607581f2b97dddbd16e9576fa0980649b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-27 - Cabinet of First Vice-President Frans Timmermans x Centre for European Reform"],"date":["2015-01-27"],"summary":["CWP and better regulation"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Berlaymont, Brussels, Belgium"],"address":["Berlaymont, Brussels, Belgium"],"addressEntity":["addr-0b7010ac7abf438645eacd50af3009b1252cd7a6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-524976815651-12","ec-person-4076aef8226bd451277bfd5135aa27d63b2ac548"]}} -{"id":"ec-meeting-2015-01-28-0d3f9f6142c437fabba5c8bad6caba171aac0e8d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-28 - Cabinet of Vice-President Johannes Hahn x Delta Holding"],"date":["2015-01-28"],"summary":["Development prospects of Serbian economy"],"notes":["Portfolio: European Neighbourhood Policy & Enlargement Negotiations"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-hahn-johannes-of-president-vice"],"involved":["eu-tr-257470715719-48","ec-person-8ffa69c5fdbbacf33a405e9e62a3ef920b5fcde1"]}} -{"id":"ec-meeting-2015-01-28-0fce5a5b8e485a3edbca0f99650d218734d5b815","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-28 - Cabinet of High Representative / Vice-President Federica Mogherini x Open Society European Policy Institute"],"date":["2015-01-28"],"summary":["Meeting with Deputy Director of Ukraine Foundation, Ms Inna Pidluska"],"notes":["Portfolio: Foreign Affairs and Security Policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"involved":["eu-tr-8557515321-37","ec-person-97549b50ce25e488bb1c03d83cfb838cd4fdf293"]}} -{"id":"ec-meeting-2015-01-28-12953df5f4fe7216f87719b39d77cdfa9565f746","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-28 - Cabinet of Vice-President Jyrki Katainen x TheCityUK"],"date":["2015-01-28"],"summary":["Investment plan and capital market union"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-237922911665-25","ec-person-7c9460f99c5872dbdc561f5752401c870d12e98b"]}} -{"id":"ec-meeting-2015-01-28-22d62bded3255de664d027f8ac84dffa4ff6eced","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-28 - Günther Oettinger x Google"],"date":["2015-01-28"],"summary":["Copyright"],"location":["BXL"],"address":["BXL"],"addressEntity":["addr-d2fde52f67ea4a3e1fe233d0a959d6a1c77fd910"],"organizer":["ec-dg-de"],"involved":["eu-tr-03181945560-59","ec-person-49723482bb23d029cbfc010cb37eec7392a0ae02"]}} -{"id":"ec-meeting-2015-01-28-260ee2cbc3442dd2dd8586a38f1dcaddc3136456","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-28 - Cabinet of President Jean-Claude Juncker x NOVE"],"date":["2015-01-28"],"summary":["Data Protection Package"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-522122412613-18","ec-person-e9857f4f6b642888bff0d7f9e60f293ae47da96b"]}} -{"id":"ec-meeting-2015-01-28-29397e5aaa88e84f4d9202ed40fd48610976d547","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-28 - Cabinet of Vice-President Jyrki Katainen x Gasum Oy"],"date":["2015-01-28"],"summary":["Energy Policy"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90","eu-tr-759978215122-11","ec-person-0da85dc48012e26688310a59a0b51727ea68f410"]}} -{"id":"ec-meeting-2015-01-28-2a17817781f397f4215dfc50fad20768d789fffc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-28 - Cabinet of Vice-President Jyrki Katainen x EUROPEAN AUSTRALIAN BUSINESS COUNCIL"],"date":["2015-01-28"],"summary":["Investment plan"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-56953548578-36","ec-person-bb70699c722c1620ec520e8a4d32911a32ae078c"]}} -{"id":"ec-meeting-2015-01-28-2a73a3d198fb6d9c1858dc14b4dbc3df61d09d55","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-28 - Cabinet of President Jean-Claude Juncker x Coalition of European Organisations on Data Protection"],"date":["2015-01-28"],"summary":["Data protection issues"],"notes":["Portfolio: President"],"location":["Berlaymont, Brussels, Belgium"],"address":["Berlaymont, Brussels, Belgium"],"addressEntity":["addr-0b7010ac7abf438645eacd50af3009b1252cd7a6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-501468815548-71","ec-person-e9857f4f6b642888bff0d7f9e60f293ae47da96b"]}} -{"id":"ec-meeting-2015-01-28-2ad6182151a628afea905409252696b321c64422","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-28 - Cabinet of Vice-President Cecilia Malmström x WindEurope"],"date":["2015-01-28"],"summary":["Climate policy in general & trade in green goods"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-19920706471-21","ec-person-5d4088e1913284a765aed8445f448f6ff341f1b3","ec-person-20ded9db5df11164331bb161fdf234b1e5ad53fd"]}} -{"id":"ec-meeting-2015-01-28-335485272fe3bf9a20c90ed1d12db379e0f6c8ce","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-28 - Cabinet of Vice-President Maroš Šefčovič x EUROPEAN AUSTRALIAN BUSINESS COUNCIL"],"date":["2015-01-28"],"summary":["Bilateral with CEO Jason Collins"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-3bf48630444ace93d407e52eb880e64d480f75ce","eu-tr-56953548578-36"]}} -{"id":"ec-meeting-2015-01-28-35c14a099698dc0aa46443b7ea34d708b2c52e81","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-28 - Günther Oettinger x PwCIL"],"date":["2015-01-28"],"summary":["Digitale Agenda"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-4cd59e13386e3b68ecb3611fcc579e0a0a3938a5","eu-tr-60402754518-05"]}} -{"id":"ec-meeting-2015-01-28-35e8a0c1b50dd5352e027a420358634bf99f1dfe","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-28 - Internal Market, Industry, Entrepreneurship and SMEs x CECE - Committee for European Construction Equipment"],"date":["2015-01-28"],"summary":["Role of the manufacturing industry in Europe"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-grow"],"involved":["ec-person-9f3f9b58a22cf98d55521b290d1facc431bdce86","eu-tr-60534525900-25"]}} -{"id":"ec-meeting-2015-01-28-385e247952f881e77a943add9e9eb75ad8324d6f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-28 - Cabinet of Vice-President Cecilia Malmström x Acerinox, S.A."],"date":["2015-01-28"],"summary":["Steel sector in Asia and America"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-193746214007-06","ec-person-98880f3f4206145e196013db9dd806a551c11e06"]}} -{"id":"ec-meeting-2015-01-28-3b418b6666da66948b737966e5e3df9f093cc6f6","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2015-01-28 - Cabinet of Vice-President Miguel Arias Cañete x ENEL SpA"],"date":["2015-01-28"],"summary":["Energy Union"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-6256831207-27","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd","ec-person-25a937c04cd0a0ddcf5cf34798e76b5105854114"]}} -{"id":"ec-meeting-2015-01-28-3db3c2b832811ba8395c4a772a4b399c93448f4b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-28 - Cabinet of Vice-President Miguel Arias Cañete x Acerinox, S.A."],"date":["2015-01-28"],"summary":["Energy competitiveness"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-193746214007-06","ec-person-2229c857664a22dcb8eee79a8c05841fd3d0924f"]}} -{"id":"ec-meeting-2015-01-28-42e982639e688cc14978691d3d82369de7cd71d5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-28 - Cabinet of Vice-President Maroš Šefčovič x LanzaTech UK Ltd"],"date":["2015-01-28"],"summary":["Presentation related to energy topics"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-569758814806-70","ec-person-af83ed49c403cb9d7ebfecca7893f0054c1f4be5"]}} -{"id":"ec-meeting-2015-01-28-4767c3332f7bacef9fe01755b010e80644610d02","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-28 - Günther Oettinger x Bundesverband Musikindustrie e.V."],"date":["2015-01-28"],"summary":["Copyright"],"location":["BXL"],"address":["BXL"],"addressEntity":["addr-d2fde52f67ea4a3e1fe233d0a959d6a1c77fd910"],"organizer":["ec-dg-de"],"involved":["ec-person-49723482bb23d029cbfc010cb37eec7392a0ae02","eu-tr-312895414628-97"]}} -{"id":"ec-meeting-2015-01-28-4accfdae7d199165355c3bd77cbae1dc7bbd12c3","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2015-01-28 - Cabinet of Vice-President Maroš Šefčovič x ENEL SpA"],"date":["2015-01-28"],"summary":["Energy Union","Presentation of ENEL"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-1f95be23689cd4ed0a26fe2980f760ccf2d55c1e","eu-tr-6256831207-27"]}} -{"id":"ec-meeting-2015-01-28-4e90143d80c05856f325097213a2a51cadc566cc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-28 - Cabinet of Commissioner Marianne Thyssen x Bundesvereinigung der Deutschen Arbeitgeberverbände e.V. Deutscher Gewerkschaftsbund"],"date":["2015-01-28"],"summary":["Social and employment priorities of the new European Commission"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["eu-tr-7749519702-29","eu-tr-07595112423-87","ec-person-c508e9337eca6b067c1f966b82de49c4824a3ad0"]}} -{"id":"ec-meeting-2015-01-28-55a07d2b3b87e675f7c13790ee27b14ae1ad10e1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-28 - Günther Oettinger x Verband der Automobilindustrie"],"date":["2015-01-28"],"summary":["DSM, automated driving"],"location":["Berlin"],"address":["Berlin"],"addressEntity":["addr-062b06ba8e755765c6b049809b7430fd54fe5b21"],"organizer":["ec-dg-de"],"involved":["eu-tr-95574664768-90","ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0"]}} -{"id":"ec-meeting-2015-01-28-584af3ed6f7ec43da8340871b873e67d569c7f0c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-28 - Cabinet of Commissioner Jonathan Hill x TheCityUK"],"date":["2015-01-28"],"summary":["Financial Services Policy"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["eu-tr-237922911665-25","ec-person-f247edfcff54d4f26fc10769f809c92bc72d6797"]}} -{"id":"ec-meeting-2015-01-28-610401759618ad682faef0ae24e712407aa7fad8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-28 - Günther Oettinger x Société des auteurs et compositeurs dramatiques"],"date":["2015-01-28"],"summary":["Copyright"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-d8b86b98a24683917c569000ed6d8c45bedbbc00","eu-tr-29364773893-19"]}} -{"id":"ec-meeting-2015-01-28-622acb7be4032d65047c9aa08536ef2f602616a8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-28 - Günther Oettinger x None"],"date":["2015-01-28"],"summary":["Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-d8b86b98a24683917c569000ed6d8c45bedbbc00"]}} -{"id":"ec-meeting-2015-01-28-67b4edef7798b2708a70161de84af7a67736d5f4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-28 - Cabinet of Vice-President Jyrki Katainen x Bundesverband der Deutschen Industrie e.V. Deutscher Industrie- und Handelskammertag e.V. Bundesverband deutscher Banken e.V."],"date":["2015-01-28"],"summary":["Capital Markets Union"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-22400601191-42","eu-tr-1771817758-48","ec-person-88d71b399a3e13a243bdc4676e481835e8e5b2f2","eu-tr-0764199368-97"]}} -{"id":"ec-meeting-2015-01-28-6a645aab36ac12d7b2e8abc2162d54894e367777","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2015-01-28 - Cabinet of Vice-President Miguel Arias Cañete x Statnett SF"],"date":["2015-01-28"],"summary":["On Smart Grids, Capacity Markets, 2030 targets","Introduction of Market design on Smart Grids"],"notes":["Portfolio: Climate Action & Energy"],"location":["Norway Houses Schuman","Norway House Rue Archimede 17 Brussels"],"address":["Norway Houses Schuman","Norway House Rue Archimede 17 Brussels"],"addressEntity":["addr-8aa0d0c7a8bd1a5fa2301495ae61e581d6acd263","addr-8c07687a6ffabfa7c0154d37084b78b46ab099d8"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-1831691c10441c5974327bbeb8693d6b6c1e50c3","eu-tr-05001306886-41"]}} -{"id":"ec-meeting-2015-01-28-6eb299b362344882c6dffd74b0f247855bc5ddb2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-28 - Cabinet of Vice-President Cecilia Malmström x Mannheimer Swartling Advokatbyrå ABB"],"date":["2015-01-28"],"summary":["Anti-dumping investigation"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-7790041608-14","ec-person-20ded9db5df11164331bb161fdf234b1e5ad53fd","eu-tr-139487015474-41","ec-person-591ec829ca734bcfe59a2c9c7f07f9dff22a0ea9"]}} -{"id":"ec-meeting-2015-01-28-71f194f9170ff06bc0a38cfd6195f4af3381af38","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-28 - Cabinet of Vice-President Jyrki Katainen x Abu Dhabi Investment Authority"],"date":["2015-01-28"],"summary":["Investment plan"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-013465915676-21","ec-person-7c9460f99c5872dbdc561f5752401c870d12e98b"]}} -{"id":"ec-meeting-2015-01-28-721c77c98bbf055972ac963bb90def57a21112c7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-28 - Cabinet of Commissioner Elżbieta Bieńkowska x CEMEX, S.A.B. de C.V."],"date":["2015-01-28"],"summary":["Priorities for the next 5 years in the areas of competitiveness, growth and industry."],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-046522111711-44","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2015-01-28-75dea8cf9f38d3e67c6916c21a11e07241e32b41","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-28 - Cabinet of Commissioner Věra Jourová x American Chamber of Commerce to the European Union"],"date":["2015-01-28"],"summary":["Consumer agenda of Commissioner Jourová"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-a2ca9161feee56909a0e98b473c2d342c20fdb57","eu-tr-5265780509-97"]}} -{"id":"ec-meeting-2015-01-28-7a4fa563bcdb803ddfec8528adfc8d541450bc7c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-28 - Cabinet of Vice-President Karmenu Vella x CEMEX, S.A.B. de C.V."],"date":["2015-01-28"],"summary":["Circular Economy"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["ec-person-4ff7c27445db4ad88e687776974fd8d077a1fe0c","eu-tr-046522111711-44"]}} -{"id":"ec-meeting-2015-01-28-7f0dcc7224069120e97a69ff81b1651ed5254658","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-28 - Cabinet of Vice-President Jyrki Katainen x Maa- ja metsätaloustuottajain Keskusliitto – Central Union of Agricultural Producers and Forest Owners"],"date":["2015-01-28"],"summary":["Bio economy"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-56039441735-48","ec-person-0310c3b87e155f5572493e91d12eebab9736a76b"]}} -{"id":"ec-meeting-2015-01-28-8297028f98d95a70eafd5be193c1f0dd85a8d38a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-28 - Cabinet of High Representative / Vice-President Federica Mogherini x TRIUMPH GROUP INTERNATIONAL"],"date":["2015-01-28"],"summary":["Meeting with Ms Maria Criscuolo"],"notes":["Portfolio: Foreign Affairs and Security Policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"involved":["ec-person-62bf207e4274ad594e7eab4bfe20782f1d57f645","eu-tr-992314617304-87"]}} -{"id":"ec-meeting-2015-01-28-84f0c4e356f6146bc1fbd0c57316f212d594dee2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-28 - Cabinet of Vice-President Maroš Šefčovič x Airbus"],"date":["2015-01-28"],"summary":["Presentation of the company and EU space policy"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-2be517b9261a91f2f07e05ec14c6331980e9716e","eu-tr-2732167674-76"]}} -{"id":"ec-meeting-2015-01-28-90f4240188d20358fc54df0666c5a9cb0ccfee0d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-28 - Cabinet of Commissioner Pierre Moscovici x Accountancy Europe"],"date":["2015-01-28"],"summary":["Preparation of Tax Day Event"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["eu-tr-4713568401-18","ec-person-738f7f25002d191bd2df8936e8f8d1d726c19e2e"]}} -{"id":"ec-meeting-2015-01-28-954ea568aa90ed60d77fe3779b51f4a2dc9ea06d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-28 - Cabinet of Vice-President Karmenu Vella x WindEurope"],"date":["2015-01-28"],"summary":["Energy Union"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["eu-tr-19920706471-21","ec-person-78fb1ad0c02c4fa8497b22edc1233d6be03cf2e5"]}} -{"id":"ec-meeting-2015-01-28-9aa0574f3c605a16953106c2839ff0ebd4ee4bc7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-28 - Cabinet of Commissioner Margrethe Vestager x ARCTURUS GROUP"],"date":["2015-01-28"],"summary":["Presentation of EC Competition Rules with Trade Unions"],"notes":["Portfolio: Competition"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-margrethe-of-vestager"],"involved":["ec-person-ba88c0f325beb42cca2cabbf7a5ea2fe3a59f989","eu-tr-34100356706-23"]}} -{"id":"ec-meeting-2015-01-28-a275ef931453c32b6d0c260a0571cb22e0587050","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2015-01-28 - Günther Oettinger x Société des Auteurs, Compositeurs et Editeurs de Musique"],"date":["2015-01-28"],"summary":["Copyright"],"location":["Brussels","BXL"],"address":["Brussels","BXL"],"addressEntity":["addr-d2fde52f67ea4a3e1fe233d0a959d6a1c77fd910","addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-d8b86b98a24683917c569000ed6d8c45bedbbc00","ec-person-49723482bb23d029cbfc010cb37eec7392a0ae02","eu-tr-829208810503-45"]}} -{"id":"ec-meeting-2015-01-28-aa79ccc4b72ce36c32952ae218c21a8d3ca069fb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-28 - Günther Oettinger x Coalition of European Organisations on Data Protection"],"date":["2015-01-28"],"summary":["DPR"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-d8b86b98a24683917c569000ed6d8c45bedbbc00","eu-tr-501468815548-71"]}} -{"id":"ec-meeting-2015-01-28-ab3a537581b6e3bec4807e9153ee66aabb16b2a0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-28 - Günther Oettinger x Zentralverband des Deutschen Handwerks e.V."],"date":["2015-01-28"],"summary":["DSM"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0","eu-tr-5189667783-94"]}} -{"id":"ec-meeting-2015-01-28-accaedcdccb1e308b3d3514924d2e992a6e495a0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-28 - Cabinet of Vice-President Maroš Šefčovič x Stichting European Climate Foundation"],"date":["2015-01-28"],"summary":["Decarbonisation on the transport sector"],"notes":["Portfolio: Energy Union"],"location":["Brussels, BE"],"address":["Brussels, BE"],"addressEntity":["addr-bd80958a978de8af51caa97a25a75f30d0061d71"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-ea6b517040e26a62f17d2829afffeba48cfd682f","eu-tr-64869491516-70"]}} -{"id":"ec-meeting-2015-01-28-afa4cb5be398882657b00e05cf7d20e903b1d976","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-28 - Cabinet of Commissioner Phil Hogan x spiritsEUROPE"],"date":["2015-01-28"],"summary":["Geographical Indications and Reg 110"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels, BERL"],"address":["Brussels, BERL"],"addressEntity":["addr-3c3fa5f92474ebac668808553fbab6d1c14aa243"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-d0aad15bfcd899ec988329ba27d6e661ca34456b","ec-person-c9d17d5879383b030f61a4066848249fb35d57e4","eu-tr-64926487056-58"]}} -{"id":"ec-meeting-2015-01-28-affc6a89f25d2027363921fe9d9d26f7cc85fc51","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-28 - Cabinet of Commissioner Jonathan Hill x EUROPEAN AUSTRALIAN BUSINESS COUNCIL"],"date":["2015-01-28"],"summary":["Financial Policy - Priorities 2015"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["ec-person-a9f927e92126f22da48d08ee37b059179988ada8","eu-tr-56953548578-36"]}} -{"id":"ec-meeting-2015-01-28-b072f3daa3accbfbae20b1208773f514ae82c098","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-28 - Cabinet of Commissioner Vytenis Andriukaitis x European Society of Cardiology"],"date":["2015-01-28"],"summary":["Action on Cardiovascular Diseases inlcuding Indicators. Registries, E-Health Solutions and Bridging Inequalities"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["eu-tr-01150446981-34","ec-person-97425c615743576adc42e09bee7dac14f83f691b","ec-person-df30d07ef698a52b9948b9c734db39196cf8541f"]}} -{"id":"ec-meeting-2015-01-28-b242aa38061e664cae52527529fb14e7fe6638fc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-28 - Cabinet of Commissioner Pierre Moscovici x Deutsche Post DHL Group"],"date":["2015-01-28"],"summary":["Union Customs Code - implementing and delegated acts"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["eu-tr-48544465107-88","ec-person-738f7f25002d191bd2df8936e8f8d1d726c19e2e"]}} -{"id":"ec-meeting-2015-01-28-ba9a07983d3fa35052069871a8ce76f39810baa5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-28 - Cabinet of Commissioner Vytenis Andriukaitis x European Patients' Forum (EPF)"],"date":["2015-01-28"],"summary":["Health system performance assesment"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-059ca943fc5fc696d2a97849c635ddf7b6ab7fd7","eu-tr-61911227368-75","ec-person-df30d07ef698a52b9948b9c734db39196cf8541f"]}} -{"id":"ec-meeting-2015-01-28-be6802a8353abc84113f5d093cc6f87a32b16d1e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-28 - Cabinet of Vice-President Miguel Arias Cañete x Studio Valla - European Consulting"],"date":["2015-01-28"],"summary":["Energy Union"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-843968715727-06","ec-person-25a937c04cd0a0ddcf5cf34798e76b5105854114"]}} -{"id":"ec-meeting-2015-01-28-bec28adff8a53bc960c8ea42807a08ffb4ff31a5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-28 - Cabinet of Commissioner Tibor Navracsics x Cisco Systems Inc. Schuman Associates"],"date":["2015-01-28"],"summary":["ET 2020 Framework"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["eu-tr-73952083693-15","ec-person-1da7ee09d46288ee4ea9db2b644bdcf9c3d6d000","eu-tr-494613715191-85"]}} -{"id":"ec-meeting-2015-01-28-c4621831fe1b41010a5ec5722b3d2d672668c76e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-28 - Cabinet of Commissioner Jonathan Hill x Index Industry Association"],"date":["2015-01-28"],"summary":["Introductory Meeting"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["eu-tr-136898816618-04","ec-person-5e8e66c5b37cfc1f9272932bf8e12f4b28d1160a"]}} -{"id":"ec-meeting-2015-01-28-c4b20e7b366d8f47e614483d6957aaed381ff530","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-28 - Financial Stability, Financial Services and Capital Markets Union x TheCityUK"],"date":["2015-01-28"],"summary":["Financial Services Policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["ec-person-6be7848f21e63e093fdf3693cc8c3e2b6d29f776","eu-tr-237922911665-25"]}} -{"id":"ec-meeting-2015-01-28-c4d1822885309d6cd6229cf4a80f40d476f567e7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-28 - Cabinet of Commissioner Pierre Moscovici x NEW AREVA HOLDING SA"],"date":["2015-01-28"],"summary":["Presentation of company and their views on EU energy policy"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["eu-tr-41126912590-71","ec-person-4d74d0c260dc052838b8da02f72e7322f6cfc514"]}} -{"id":"ec-meeting-2015-01-28-cbf122b99743eaccb3e5ba5a227636160acdcd15","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-28 - Cabinet of Vice-President Jyrki Katainen x Rovio"],"date":["2015-01-28"],"summary":["Digital Single Market"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90","eu-tr-899605715295-29"]}} -{"id":"ec-meeting-2015-01-28-dd39ff68b8dd6b61ebd63fe14e65680b5496273a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-28 - Cabinet of Commissioner Phil Hogan x FEDERACIÓN ESPAÑOLA DE ASOCIACIONES DE PRODUCTORES EXPORTADORES DE FRUTAS, HORTALIZAS, FLORES Y PLANTAS VIVAS"],"date":["2015-01-28"],"summary":["Courtesy meeting"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["BERL 08/323"],"address":["BERL 08/323"],"addressEntity":["addr-81cf2e873861051667b0d7f6084c1d3163e5afea"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-47690759500-37","ec-person-428cf365f3847d04012831ef2642a1a69aed518d"]}} -{"id":"ec-meeting-2015-01-28-e68c901af6d2709d9b75f6046101b1aa05594168","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-28 - Cabinet of Vice-President Valdis Dombrovskis x Latvijas Darba devēju konfederācija"],"date":["2015-01-28"],"summary":["Social dialogue with Latvia and Employers’ Confederation of Latvia (Līga Menģelsone, Director General)"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["VP`s office 10/041"],"address":["VP`s office 10/041"],"addressEntity":["addr-4832dfadc465a479b34665c527666eb010887f83"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-968177917885-14","ec-person-a9eda2e8ea54b70a968327672c6cada679d3cd56"]}} -{"id":"ec-meeting-2015-01-28-e990d2e7f5da336b7c49b8e031d004626a970e8d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-28 - Cabinet of Vice-President Jyrki Katainen x UNIÓN ESPAÑOLA DE ENTIDADES ASEGURADORAS Y REASEGURADORAS"],"date":["2015-01-28"],"summary":["Investment Initiative"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-814721210555-72","ec-person-3775b7be791f90ed462b9071c9ae596b80d71bca"]}} -{"id":"ec-meeting-2015-01-28-ed9a39451f14f50c61d23135879cb3634c487c3a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-28 - Cabinet of High Representative / Vice-President Federica Mogherini x Terna spa"],"date":["2015-01-28"],"summary":["Energy Internal Market"],"notes":["Portfolio: Foreign Affairs and Security Policy"],"location":["Berlaymont, Brussels"],"address":["Berlaymont, Brussels"],"addressEntity":["addr-fc86ff6aaa2cd722afeb09a33ccd03fec72f8cd1"],"organizer":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"involved":["eu-tr-937812815077-68","ec-person-0d87d503aa00db1df141f3b1bfea3e0ccb43ece9"]}} -{"id":"ec-meeting-2015-01-28-f072f19be74a428b3874301aebffce2993510db5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-28 - Cabinet of Vice-President Valdis Dombrovskis x Deutscher Gewerkschaftsbund"],"date":["2015-01-28"],"summary":["Strengthening the Social Dialogue at the European and national level; European Economic Governance"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["European Commission, Brussels"],"address":["European Commission, Brussels"],"addressEntity":["addr-2af11d688b097d6939fd56f369a62f512c568619"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-1f98d05bdaed2c40396781b1eb7b0aa47cb8dd20","eu-tr-07595112423-87","ec-person-a9eda2e8ea54b70a968327672c6cada679d3cd56"]}} -{"id":"ec-meeting-2015-01-28-f12fa078d4b3fbf151c57bf9276e302cc9e173f1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-28 - Günther Oettinger x Commerzbank AG"],"date":["2015-01-28"],"summary":["Bank reform, capital single market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0","eu-tr-83370363079-88"]}} -{"id":"ec-meeting-2015-01-28-f37cee6f721863307cf3ea2e0c08d463a3ceb079","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-28 - Günther Oettinger x Deutsche Post DHL Group"],"date":["2015-01-28"],"summary":["E-commerce"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-c6cae64cc7dc787b66a47ab1613d3e922875b971","eu-tr-48544465107-88"]}} -{"id":"ec-meeting-2015-01-28-fdfa6ef78b45f667d506a3854b2cc7b511ce22fe","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-28 - Cabinet of Vice-President Miguel Arias Cañete x ArcelorMittal"],"date":["2015-01-28"],"summary":["Company impacts & post-2020 ETS policy options"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-23527541824-60","ec-person-2229c857664a22dcb8eee79a8c05841fd3d0924f"]}} -{"id":"ec-meeting-2015-01-28-fe93b263c5d8837fd510e5a2dc3a8b3de046c431","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-28 - Cabinet of Vice-President Maroš Šefčovič x European Association for Coal and Lignite"],"date":["2015-01-28"],"summary":["Energy Union"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-19853116579-64","ec-person-1f95be23689cd4ed0a26fe2980f760ccf2d55c1e"]}} -{"id":"ec-meeting-2015-01-29-0269e506cb56e39c696e9f44791a4658d5fbc1d3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-29 - Cabinet of Vice-President Cecilia Malmström x EUROPEAN AUSTRALIAN BUSINESS COUNCIL"],"date":["2015-01-29"],"summary":["EU trade relations in Asia-Pacific"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-98880f3f4206145e196013db9dd806a551c11e06","eu-tr-56953548578-36"]}} -{"id":"ec-meeting-2015-01-29-05fb3ec831278a63599fd14a0051e78a11ab3883","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-29 - Cabinet of Commissioner Tibor Navracsics x International Association of Scientific, Technical and Medical Publishers"],"date":["2015-01-29"],"summary":["Copyright"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["eu-tr-98356852465-08","ec-person-cb6aa96c497dead35eb0f2ed0339e5423d506549"]}} -{"id":"ec-meeting-2015-01-29-0e3fe5a1b714e085aa6d4a7aa2b636d50bd9084d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-29 - Cabinet of Commissioner Violeta Bulc x European Shippers' Council"],"date":["2015-01-29"],"summary":["Meeting with European Shippers' Council"],"notes":["Portfolio: Transport"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-4d2b449b5047ea3fda435a2a1c1081e3babcdf76","eu-tr-32213828062-24"]}} -{"id":"ec-meeting-2015-01-29-0f8485a624dc584e3b9f46a150f9c3c23a77f88e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-29 - Cabinet of Vice-President Andrus Ansip x Liberty Global Corporate B.V."],"date":["2015-01-29"],"summary":["Innovative digital TV services"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-d5a309c64ecdb05010325dcfc661f6ae817f31cc","eu-tr-82853397708-89"]}} -{"id":"ec-meeting-2015-01-29-0fec58a30449cf62ce126bfee9776163c6413fb1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-29 - Cabinet of Commissioner Vytenis Andriukaitis x European Union Chamber of Commerce in China"],"date":["2015-01-29"],"summary":["Bilateral relations"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["eu-tr-592343015058-67","ec-person-df30d07ef698a52b9948b9c734db39196cf8541f","ec-person-c986c9ff99d99d8006e000db5a8046be615813ae"]}} -{"id":"ec-meeting-2015-01-29-11366f97b54416c04bfe41f8d14590bab779cabf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-29 - Cabinet of Vice-President Neven Mimica x Stop AIDS Alliance"],"date":["2015-01-29"],"summary":["EU support to sexual and reproductive health and rights"],"notes":["Portfolio: International Cooperation & Development"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-mimica-neven-of-president-vice"],"involved":["eu-tr-44501927493-61","ec-person-e90858f5aba78fd0e1cb2f757c3f38d55d91f98b"]}} -{"id":"ec-meeting-2015-01-29-1670160af071e3dd496379e547732712f04b6779","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-29 - Cabinet of Commissioner Vytenis Andriukaitis x Personal Connected Health Alliance, LLC"],"date":["2015-01-29"],"summary":["E-Health"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["eu-tr-228418013575-67","ec-person-059ca943fc5fc696d2a97849c635ddf7b6ab7fd7","ec-person-df30d07ef698a52b9948b9c734db39196cf8541f"]}} -{"id":"ec-meeting-2015-01-29-18aa11a4dae36d39c3484d3c2af36d52eef19b9a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-29 - Energy x Kosmos Energy Ltd."],"date":["2015-01-29"],"summary":["Oil and gas exploration"],"location":["European Energy Policy priorities"],"address":["European Energy Policy priorities"],"addressEntity":["addr-7f3841fa279c4d779ace692d2157b488d5996244"],"organizer":["ec-dg-ener"],"involved":["ec-person-6997149120ce5129e38febe5275dc8fd03232d2e","eu-tr-142134115688-51"]}} -{"id":"ec-meeting-2015-01-29-19f734f77ed6d2cae9f796336ffe45b69039d48e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-29 - Cabinet of Vice-President Neven Mimica x Comité de liaison Europe ACP"],"date":["2015-01-29"],"summary":["Development projects in Africa"],"notes":["Portfolio: International Cooperation & Development"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-mimica-neven-of-president-vice"],"involved":["ec-person-e90858f5aba78fd0e1cb2f757c3f38d55d91f98b","eu-tr-495664015506-02"]}} -{"id":"ec-meeting-2015-01-29-1b073bc7b8af32b1f17d9060aa0e341648408f61","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-29 - Cabinet of Commissioner Jonathan Hill x European Union Chamber of Commerce in China"],"date":["2015-01-29"],"summary":["Introductory Meeting"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["eu-tr-592343015058-67","ec-person-f247edfcff54d4f26fc10769f809c92bc72d6797"]}} -{"id":"ec-meeting-2015-01-29-2407722f708bc390a9ba333d3541a8d1c2d280d1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-29 - Cabinet of Vice-President Jyrki Katainen x Amazon Europe Core SARL"],"date":["2015-01-29"],"summary":["Digital Single Market"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-0310c3b87e155f5572493e91d12eebab9736a76b","eu-tr-366117914426-10"]}} -{"id":"ec-meeting-2015-01-29-2434b5eef66ae6fa9927a7823409cbd6afc1b265","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-29 - Cabinet of Vice-President Andrus Ansip x European Digital Rights"],"date":["2015-01-29"],"summary":["Copyright reform, data protection issues"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-5db7bdd1c81da2e70eb5b982097d0004111b5c3e","eu-tr-16311905144-06","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45"]}} -{"id":"ec-meeting-2015-01-29-25c263a0c6f71e9097b560374a804cbb82838524","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-29 - Cabinet of President Jean-Claude Juncker x Association française du gaz"],"date":["2015-01-29"],"summary":["Energy Union"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-656322315335-91","ec-person-b1bf9aa5fb7e886441ff341b657cc482b64a2a3e"]}} -{"id":"ec-meeting-2015-01-29-338febf8a04e387f03ae995a0cca307bd37c3b40","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-29 - Cabinet of Vice-President Miguel Arias Cañete x Plastics Europe"],"date":["2015-01-29"],"summary":["Energy Union"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-454264611835-56","ec-person-95f883d5d0d484088f26191a8fea8553d674dfbe"]}} -{"id":"ec-meeting-2015-01-29-3ab3ea3691ffa0df75cef3fdd0d528635a9d22e1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-29 - Cabinet of Vice-President Neven Mimica x DSW (Deutsche Stiftung Weltbevoelkerung)"],"date":["2015-01-29"],"summary":["EU support to sexual and reproductive health and rights"],"notes":["Portfolio: International Cooperation & Development"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-mimica-neven-of-president-vice"],"involved":["ec-person-e90858f5aba78fd0e1cb2f757c3f38d55d91f98b","eu-tr-32018754890-28"]}} -{"id":"ec-meeting-2015-01-29-4220b8c654eea9b0dfe2ab16d9591e61c4e8d0fa","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-29 - Cabinet of Vice-President Andrus Ansip x Royal Mail Group -"],"date":["2015-01-29"],"summary":["Digital Single Market"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-d5a309c64ecdb05010325dcfc661f6ae817f31cc","eu-tr-654861413162-14","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45","ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0"]}} -{"id":"ec-meeting-2015-01-29-4f3c9d787df809a7040fadb994b486f03ceb94a7","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2015-01-29 - Cabinet of Vice-President Valdis Dombrovskis x EuroCommerce"],"date":["2015-01-29"],"summary":["Introductory meeting"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Berl 10/021","Brussels, BERL"],"address":["Berl 10/021","Brussels, BERL"],"addressEntity":["addr-3c3fa5f92474ebac668808553fbab6d1c14aa243","addr-7992dd464989e1ef41cb22ec804054aa5368b1e7"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-84973761187-60","ec-person-902665668634b69ce99a97f1853d89a9d1b275f2","ec-person-1f98d05bdaed2c40396781b1eb7b0aa47cb8dd20"]}} -{"id":"ec-meeting-2015-01-29-52192920fc50c9627c8f67c1bfca06671f25e655","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-29 - Cabinet of Commissioner Carlos Moedas x Commissariat à l'Energie atomique et aux énergies alternatives"],"date":["2015-01-29"],"summary":["Presentation of the activities of CEAtech"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-2b4bb0b28e7435e5f612e44d9664dbd1051efc55","ec-person-f473f68db8882bf182fad095bee4ba174b53e0ac","eu-tr-52774696782-43"]}} -{"id":"ec-meeting-2015-01-29-5276e0b133be995eceef309b98e58a2b4d367e5f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-29 - Cabinet of Commissioner Tibor Navracsics x Amazon Europe Core SARL"],"date":["2015-01-29"],"summary":["Minority languages, Multilingualism, Copyright"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-cb6aa96c497dead35eb0f2ed0339e5423d506549","ec-person-dc2e0fed0fdf39a6a3f3ad63355c5215599de9d1","eu-tr-366117914426-10"]}} -{"id":"ec-meeting-2015-01-29-5b3f43cd652071a5613bd74719fa841061a791d4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-29 - Cabinet of First Vice-President Frans Timmermans x American Chamber of Commerce to the European Union"],"date":["2015-01-29"],"summary":["Better regulation and EU/US"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Amcham"],"address":["Amcham"],"addressEntity":["addr-0614ab96977a03746c93bb305dad38117f6e59a9"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["ec-person-6c0efbf1635ca0cb8dce32e129231fa3136f600b","eu-tr-5265780509-97"]}} -{"id":"ec-meeting-2015-01-29-61ce879d24482583e058ac22691143683c89a1a8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-29 - Cabinet of President Jean-Claude Juncker x GIGAEurope"],"date":["2015-01-29"],"summary":["Digital Single Market"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-42178977290-80","ec-person-44a061693f35519551be0e3dab996e76ad3f8c7c"]}} -{"id":"ec-meeting-2015-01-29-6252bb03204872fda0602deaa32f559766c51191","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-29 - Cabinet of Vice-President Neven Mimica x Marie Stopes International"],"date":["2015-01-29"],"summary":["EU support to sexual and reproductive health and rights"],"notes":["Portfolio: International Cooperation & Development"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-mimica-neven-of-president-vice"],"involved":["eu-tr-03815388736-70","ec-person-e90858f5aba78fd0e1cb2f757c3f38d55d91f98b"]}} -{"id":"ec-meeting-2015-01-29-6790133c1dd120cafb3a61df49b26579d26d9769","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-29 - Cabinet of Commissioner Tibor Navracsics x European University Association"],"date":["2015-01-29"],"summary":["European higher education policy and Bologna process"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-dc2e0fed0fdf39a6a3f3ad63355c5215599de9d1","eu-tr-81122172998-09"]}} -{"id":"ec-meeting-2015-01-29-6a7aa2c11e4e1a7e07951ecb34052758cbc73c52","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-29 - Cabinet of Commissioner Elżbieta Bieńkowska x G Plus Ltd (t/a Portland) ICMP - The global voice of music publishing"],"date":["2015-01-29"],"summary":["Music Publishing Challenges and Copyright issues"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["ec-person-685ecf13dd26cd515c961e24ba71049af2302c5e","eu-tr-7223777790-86","eu-tr-65684839099-72"]}} -{"id":"ec-meeting-2015-01-29-6b57d0ee762a587f4460cf49258af7d7dae16181","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-29 - Cabinet of Commissioner Tibor Navracsics x Magyar Rektori Konferencia"],"date":["2015-01-29"],"summary":["Higher Education policy"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-dc2e0fed0fdf39a6a3f3ad63355c5215599de9d1","eu-tr-654456115787-63"]}} -{"id":"ec-meeting-2015-01-29-6dd9002b9de52c4555a280368971a9bf7218a74a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-29 - Cabinet of Commissioner Elżbieta Bieńkowska x European Union Chamber of Commerce in China"],"date":["2015-01-29"],"summary":["Boosting growth, jobs and investment in Europe"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-592343015058-67","ec-person-95a769a1850d7d595f9a5853c51dcbdd3ddd69fb","ec-person-b2f9be51339f054477846797e2c119fcf16548fc"]}} -{"id":"ec-meeting-2015-01-29-6eb8042d4869211040778a494f1d10b15e4130a1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-29 - Cabinet of President Jean-Claude Juncker x BT Group plc"],"date":["2015-01-29"],"summary":["Digital Single Market"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-44a061693f35519551be0e3dab996e76ad3f8c7c","eu-tr-00919034091-89"]}} -{"id":"ec-meeting-2015-01-29-89009cbae7b2d95e5e1397d4b2e06b6ddd2241e5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-29 - Cabinet of Commissioner Jonathan Hill x Investor AB"],"date":["2015-01-29"],"summary":["Corporate governance; long-term investment access to risk capital for European companies"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["eu-tr-190987114891-73","ec-person-f247edfcff54d4f26fc10769f809c92bc72d6797"]}} -{"id":"ec-meeting-2015-01-29-8b8dcbd0608bcd8c722750c0aec58ce3bf9e5642","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-29 - Cabinet of Commissioner Carlos Moedas x Invest Europe"],"date":["2015-01-29"],"summary":["Contribution of venture capital to Research & Innovation"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-23980b2bc4fd9c82051d0f7888dc236b2f764866","eu-tr-60975211600-74"]}} -{"id":"ec-meeting-2015-01-29-9154d31fa2bb76579c35cdbc10fd18373a37cbdc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-29 - Cabinet of Vice-President Maroš Šefčovič x Eurelectric aisbl"],"date":["2015-01-29"],"summary":["Energy Union"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-4271427696-87","ec-person-1f95be23689cd4ed0a26fe2980f760ccf2d55c1e"]}} -{"id":"ec-meeting-2015-01-29-9231500315559ac68a9f00de05dac4bd9f595ca7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-29 - Communications Networks, Content and Technology x Royal Mail Group -"],"date":["2015-01-29"],"summary":["Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-654861413162-14","ec-person-3d379ff88d704acbd3444fdd59765df1225d4f9b"]}} -{"id":"ec-meeting-2015-01-29-93241db35256650c947b0749bbc824dba6c143cb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-29 - Cabinet of Vice-President Maroš Šefčovič x German Renewable Energy Federation"],"date":["2015-01-29"],"summary":["Energy Union and Investment Plan"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-2be517b9261a91f2f07e05ec14c6331980e9716e","eu-tr-15511499334-46"]}} -{"id":"ec-meeting-2015-01-29-9941b112d98f4da925607ed39f54c0749fb17361","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-29 - Cabinet of Commissioner Elżbieta Bieńkowska x Royal Mail Group -"],"date":["2015-01-29"],"summary":["Future of cross-border parcel delivery"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["ec-person-d2997a7f359c91a337055c3e24dd36bf928de38d","eu-tr-654861413162-14","ec-person-95a769a1850d7d595f9a5853c51dcbdd3ddd69fb","ec-person-b2f9be51339f054477846797e2c119fcf16548fc"]}} -{"id":"ec-meeting-2015-01-29-a148097b6d4cc59c5cc5a9e71701da8b8a2a305a","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2015-01-29 - Cabinet of Vice-President Miguel Arias Cañete x Eurelectric aisbl"],"date":["2015-01-29"],"summary":["2030 policy framework, ETS and the MSR reform, energy efficiency","EMISSIONS TRADING - MARKET STABILITY RESERVE AND ETS REFORM, ENERGY EFFICIENCY, LARGE COMUBSTION PLANTS"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium","Brussels"],"address":["Brussels, Belgium","Brussels"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306","addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-1831691c10441c5974327bbeb8693d6b6c1e50c3","eu-tr-4271427696-87","ec-person-260e00934471a02805fb143935d6e9205a7f355f","ec-person-2229c857664a22dcb8eee79a8c05841fd3d0924f"]}} -{"id":"ec-meeting-2015-01-29-a646b322fddce2a07dc3b4bd619adbc127ba2d89","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-29 - Cabinet of Commissioner Carlos Moedas x CAP 2020 asbl"],"date":["2015-01-29"],"summary":["Compliments and preparation of meeting with Commissioner Moedas"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-07b66759c911240aaa2b917489884273c71fac90","eu-tr-821020111846-15"]}} -{"id":"ec-meeting-2015-01-29-a9c2c22688fdf78ecced523745432a9cad52a7ad","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-29 - Cabinet of Vice-President Valdis Dombrovskis x EUROPEAN AUSTRALIAN BUSINESS COUNCIL"],"date":["2015-01-29"],"summary":["G20 Australia, VP's visit"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-902665668634b69ce99a97f1853d89a9d1b275f2","eu-tr-56953548578-36"]}} -{"id":"ec-meeting-2015-01-29-ab5c0cd71095d4daea85428cc714b98f1dc6c4b3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-29 - Cabinet of Vice-President Andrus Ansip x British Broadcasting Corporation"],"date":["2015-01-29"],"summary":["General Digital Single Market strategy, access to content, media policy"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-336906714921-03","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45","ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0"]}} -{"id":"ec-meeting-2015-01-29-acca09581473effe787adf6a7ce25a5f87ddb678","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-29 - Cabinet of Vice-President Cecilia Malmström x Investor AB"],"date":["2015-01-29"],"summary":["General EU-Sweden overview and political situation"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-20ded9db5df11164331bb161fdf234b1e5ad53fd","eu-tr-190987114891-73","ec-person-19b143e83f8ab978c55c8a9a9e49e06dbfa14bf3"]}} -{"id":"ec-meeting-2015-01-29-af2b567c42e48ca890786b1906d9ee5abb029f01","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-29 - Cabinet of First Vice-President Frans Timmermans x Confederation of Danish Industry"],"date":["2015-01-29"],"summary":["Better regulation"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Copenhagen"],"address":["Copenhagen"],"addressEntity":["addr-3f7c839db34cfeebcefe96d90a0e37e02c8e52c6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-5749958415-41","ec-person-966667b73d92624be9bb019c2baab7e52331b3d3"]}} -{"id":"ec-meeting-2015-01-29-af480e582373cb721097680630c87d2d5c7d3180","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-29 - Cabinet of Vice-President Cecilia Malmström x aktion ./. arbeitsunrecht Initiative für Demokratie in Wirtschaft und Betrieb e.V."],"date":["2015-01-29"],"summary":["TTIP"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-415610015308-87","ec-person-20ded9db5df11164331bb161fdf234b1e5ad53fd","ec-person-cb8ca9ec2413722fa83484ed18dd76ace52d0118","ec-person-5f350e729106851716ef9d25319b4e99b8279fa3"]}} -{"id":"ec-meeting-2015-01-29-c02f5862f146c93752941b5f9a97146b62a48a94","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-29 - Human Resources and Security x SSR General and Management Limited"],"date":["2015-01-29"],"summary":["Developments in global consulting"],"location":["SC11 9/12"],"address":["SC11 9/12"],"addressEntity":["addr-75ae616dfdab325c684940e03cae0925f7076007"],"organizer":["ec-dg-hr"],"involved":["ec-person-b037f0f40ee5bc6c58e1789548c8fc02aca31b02","eu-tr-746012015918-10"]}} -{"id":"ec-meeting-2015-01-29-c2ffe0099c02d3c9228656214bd7a24092c7d38f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-29 - Cabinet of Commissioner Jonathan Hill x Allianz SE"],"date":["2015-01-29"],"summary":["Solvency II"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["eu-tr-05503341949-54","ec-person-890015b0d769ee93a09119846b414d4aae7c64ae"]}} -{"id":"ec-meeting-2015-01-29-c83debb4e74c440769ac6b9d543c8ee40c7edb44","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-29 - Cabinet of Commissioner Jonathan Hill x Bloomberg"],"date":["2015-01-29"],"summary":["Financial Policy"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["ec-person-a9f927e92126f22da48d08ee37b059179988ada8","eu-tr-941851915685-19"]}} -{"id":"ec-meeting-2015-01-29-c89275bd56154caf829c5001cdf2430e879567ce","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-29 - Cabinet of President Jean-Claude Juncker x TheCityUK"],"date":["2015-01-29"],"summary":["New Commission's priorities"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-237922911665-25","ec-person-c402e34a99fbee730ae22e3b1958e21c94dc6fcc"]}} -{"id":"ec-meeting-2015-01-29-c9a6ae1d74c0bfb3529627d8f13ccc2b29c4d9f2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-29 - Cabinet of Vice-President Miguel Arias Cañete x Ecofys Netherlands B.V."],"date":["2015-01-29"],"summary":["WORK ON ETS IMPLEMENTATION ASPECTS, ENERGY EFFICIENCY, CARBON PRICING"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-260e00934471a02805fb143935d6e9205a7f355f","eu-tr-35373645548-24"]}} -{"id":"ec-meeting-2015-01-29-d3e5acb6112f30b60b65aff3aa7454e14e316534","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-29 - Cabinet of Commissioner Jonathan Hill x European Fund and Asset Management Association"],"date":["2015-01-29"],"summary":["CMU, Long-term savings, Product disclosure"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["ec-person-f247edfcff54d4f26fc10769f809c92bc72d6797","eu-tr-3373670692-24"]}} -{"id":"ec-meeting-2015-01-29-da57e2c00f05287a9a5d2ed4f456e4bc38494270","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-29 - Cabinet of Commissioner Vytenis Andriukaitis x Médecins du monde / Doctors of the World International Network Head Office"],"date":["2015-01-29"],"summary":["Migrants Health (Particularly Children), Vaccination, Access to Hepitatic C treatment and Health situation in Greece and Spain"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-97425c615743576adc42e09bee7dac14f83f691b","eu-tr-01914089427-29","ec-person-df30d07ef698a52b9948b9c734db39196cf8541f"]}} -{"id":"ec-meeting-2015-01-29-e2c23a4094a889276a8545c5575ced703de46e6e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-29 - Communications Networks, Content and Technology x Groupement Européen des Sociétés d'Auteurs et Compositeurs"],"date":["2015-01-29"],"summary":["Digital Single Market/Copyright"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["ec-person-3d379ff88d704acbd3444fdd59765df1225d4f9b","eu-tr-36529354479-57"]}} -{"id":"ec-meeting-2015-01-29-e8e83ad0880bde0eb0bb98d3b9eac41382d06a63","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-29 - Cabinet of Vice-President Neven Mimica x International Planned Parenthood Federation European Network"],"date":["2015-01-29"],"summary":["EU support to sexual and reproductive health and rights"],"notes":["Portfolio: International Cooperation & Development"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-mimica-neven-of-president-vice"],"involved":["ec-person-e90858f5aba78fd0e1cb2f757c3f38d55d91f98b","eu-tr-49806329193-46"]}} -{"id":"ec-meeting-2015-01-29-eaff0bf2124e146b7bb3a7b428be8f34f6ed199a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-29 - Cabinet of Vice-President Neven Mimica x European Parliamentary Forum for Sexual & Reproductive Rights"],"date":["2015-01-29"],"summary":["EU support to sexual and reproductive health and rights"],"notes":["Portfolio: International Cooperation & Development"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-mimica-neven-of-president-vice"],"involved":["ec-person-e90858f5aba78fd0e1cb2f757c3f38d55d91f98b","eu-tr-96700978173-62"]}} -{"id":"ec-meeting-2015-01-29-ed1885459b88f3b6794e75be5c6285e11227021a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-29 - Cabinet of Commissioner Margrethe Vestager x European Round Table for Industry"],"date":["2015-01-29"],"summary":["Introduction to the European Round Table of Industrialists"],"notes":["Portfolio: Competition"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-margrethe-of-vestager"],"involved":["ec-person-baa1c172df109ebd1f0307bccb5e21aec66c7a25","eu-tr-25487567824-45"]}} -{"id":"ec-meeting-2015-01-29-eefc6ba960ac88f12ec0b72769d4cc61badbac43","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-29 - Cabinet of Commissioner Carlos Moedas x EuroCommerce"],"date":["2015-01-29"],"summary":["Research and innovation policies"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["eu-tr-84973761187-60","ec-person-f473f68db8882bf182fad095bee4ba174b53e0ac","ec-person-2b4bb0b28e7435e5f612e44d9664dbd1051efc55"]}} -{"id":"ec-meeting-2015-01-29-f1f149e81e2ba6cb5c3a2829988d6d03418e5a0c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-29 - Cabinet of Vice-President Jyrki Katainen x Kreab Investor AB"],"date":["2015-01-29"],"summary":["Investment plan and economic outlook"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-190987114891-73","eu-tr-1078390517-54","ec-person-f9208d930adc70c6c64e21701e48f85f6f18e949"]}} -{"id":"ec-meeting-2015-01-29-f492ef9b12319957cc4648315721db6dd0ad8655","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-29 - Cabinet of Commissioner Jonathan Hill x European Savings and Retail Banking Group"],"date":["2015-01-29"],"summary":["Financial Policy"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["ec-person-a9f927e92126f22da48d08ee37b059179988ada8","eu-tr-8765978796-80"]}} -{"id":"ec-meeting-2015-01-29-f7c5aca62e8fcf1260f709e80b4e739e05ccd6ea","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-29 - Cabinet of Commissioner Pierre Moscovici x TheCityUK"],"date":["2015-01-29"],"summary":["European economy, creating jobs and growth, exchange of views on the report \"EU reform: A view from TheCityUK\""],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["eu-tr-237922911665-25","ec-person-18ec03f403696ecde522f7843ba9c4ff6335ead4"]}} -{"id":"ec-meeting-2015-01-29-f974c3d0cc1586bc9f6caf7bc268dfdc0b1967f5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-29 - Cabinet of Commissioner Carlos Moedas x EUROPEAN AUSTRALIAN BUSINESS COUNCIL"],"date":["2015-01-29"],"summary":["Preparation of EABC visit to the European Commission"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-f7ccc3ad366dd2fdb24870e1c02ff2763539c82f","ec-person-2b4bb0b28e7435e5f612e44d9664dbd1051efc55","eu-tr-56953548578-36"]}} -{"id":"ec-meeting-2015-01-30-149326c5a9c700837695afc955424659b9c865f2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-30 - Cabinet of Vice-President Jyrki Katainen x Confederación Española de Organizaciones Empresariales"],"date":["2015-01-30"],"summary":["Investment Initiative"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-3775b7be791f90ed462b9071c9ae596b80d71bca","eu-tr-02963738854-41"]}} -{"id":"ec-meeting-2015-01-30-1c304ab1d2fa1d521d94586723cd20a1e571245a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-30 - Cabinet of Commissioner Věra Jourová x Youstice"],"date":["2015-01-30"],"summary":["ADR/ODR"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-a2ca9161feee56909a0e98b473c2d342c20fdb57","eu-tr-749106215594-61"]}} -{"id":"ec-meeting-2015-01-30-21e942f2b464310eb2fd3e7a3ed00983daa5eb13","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-30 - Cabinet of Vice-President Jyrki Katainen x European Union Chamber of Commerce in China"],"date":["2015-01-30"],"summary":["Investment plan and China-EU bilateral economic relations"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-592343015058-67","ec-person-7c9460f99c5872dbdc561f5752401c870d12e98b"]}} -{"id":"ec-meeting-2015-01-30-2fc777d3ac997ede1c69c95512510651cda349e1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-30 - Cabinet of Vice-President Karmenu Vella x Municipal Waste Europe"],"date":["2015-01-30"],"summary":["Circular Economy"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["ec-person-4ff7c27445db4ad88e687776974fd8d077a1fe0c","eu-tr-75395701551-94"]}} -{"id":"ec-meeting-2015-01-30-5ece960baeba800c35e82eacda1f61978db90aaf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-30 - Cabinet of Vice-President Maroš Šefčovič x European Aluminium AISBL"],"date":["2015-01-30"],"summary":["Presentation of EAA and Energy Union"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-9224280267-20","ec-person-1f95be23689cd4ed0a26fe2980f760ccf2d55c1e"]}} -{"id":"ec-meeting-2015-01-30-6cfec01d10ca7a83b7d9b321e24f584dba156b35","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-30 - Cabinet of Vice-President Jyrki Katainen x Standard Chartered"],"date":["2015-01-30"],"summary":["Investment plan"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-16595501800-80","ec-person-7c9460f99c5872dbdc561f5752401c870d12e98b"]}} -{"id":"ec-meeting-2015-01-30-878c8a4ea2abf0679413e5abb0a2ea3d9d6c624c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-30 - Financial Stability, Financial Services and Capital Markets Union x Aviva Plc"],"date":["2015-01-30"],"summary":["Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["ec-person-6be7848f21e63e093fdf3693cc8c3e2b6d29f776","eu-tr-86270761494-62"]}} -{"id":"ec-meeting-2015-01-30-8a658985085ff530795ba94a75b0bc5b7b93b7f7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-30 - Cabinet of Commissioner Vytenis Andriukaitis x None"],"date":["2015-01-30"],"summary":["The Food Chain, Innovation and Challenges, Food Information to Consumers, Nutrition, and Food Waste, Animal Health, Animal Welfare and Plant Health"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["eu-tr-67128251296-84","eu-tr-06798511314-27","eu-tr-05097472836-90","eu-tr-01936914624-97","eu-tr-3819438251-87","ec-person-df30d07ef698a52b9948b9c734db39196cf8541f","eu-tr-50668704394-89","eu-tr-15913213485-46","eu-tr-586313213546-65","eu-tr-1414929419-24","eu-tr-109356110578-03","eu-tr-28920471149-55","eu-tr-75899541198-85","ec-person-0dbfffeb0323f819c8d57164906086dd8639c437","eu-tr-9825553393-31","eu-tr-5353162366-85","eu-tr-9505781573-45","ec-person-c986c9ff99d99d8006e000db5a8046be615813ae","eu-tr-897117717544-36","eu-tr-6809935493-49","eu-tr-26535516539-45","ec-person-d462b3c7daeee00ad55e380a7fb96819f79899df","eu-tr-69150873293-75"]}} -{"id":"ec-meeting-2015-01-30-8d681eac54f9fe4a4b3efe9a6c8f60b3f1e71324","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-30 - Cabinet of Vice-President Cecilia Malmström x European Union Of Wholesale with Eggs, Egg Products and Poultry and Game"],"date":["2015-01-30"],"summary":["European egg sector and trade relations"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-36546161539-21","ec-person-98880f3f4206145e196013db9dd806a551c11e06"]}} -{"id":"ec-meeting-2015-01-30-ac51d09025e898620b32e8e20755fcbc42754979","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-30 - Cabinet of Vice-President Miguel Arias Cañete x EUROPEAN AUSTRALIAN BUSINESS COUNCIL"],"date":["2015-01-30"],"summary":["Discussion on the possible meeting with delegation in June 2015"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-56953548578-36","ec-person-2229c857664a22dcb8eee79a8c05841fd3d0924f"]}} -{"id":"ec-meeting-2015-01-30-b02acf1bb088767297c7efc8f71e26de501b2caf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-30 - Cabinet of Commissioner Jonathan Hill x Aviva Plc"],"date":["2015-01-30"],"summary":["Capital Markets Union"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["eu-tr-86270761494-62","ec-person-f247edfcff54d4f26fc10769f809c92bc72d6797"]}} -{"id":"ec-meeting-2015-01-30-ba8b80d70f36b3463138cec460cd9fe71b2c3737","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-30 - Cabinet of Commissioner Jonathan Hill x Futures Industry Association, Inc."],"date":["2015-01-30"],"summary":["Introductory Meeting"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["eu-tr-803137414612-21","ec-person-f247edfcff54d4f26fc10769f809c92bc72d6797"]}} -{"id":"ec-meeting-2015-01-30-baa9c260e8132adc80ffedbd0d4a2eddfcc58f94","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-30 - Cabinet of Vice-President Miguel Arias Cañete x Confederación Española de Organizaciones Empresariales"],"date":["2015-01-30"],"summary":["Work programme of the Commission for 2015"],"notes":["Portfolio: Climate Action & Energy"],"location":["Madrid, Spain"],"address":["Madrid, Spain"],"addressEntity":["addr-f2c4f2ef1ea88618aa1533f69b0d18fc1125a9d2"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd","eu-tr-02963738854-41"]}} -{"id":"ec-meeting-2015-01-30-cd8c7ff3969e56b26bed166dbed7e5bbe7849de5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-30 - Cabinet of Commissioner Jonathan Hill x DOT Europe"],"date":["2015-01-30"],"summary":["Financial Services Policy"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["ec-person-03cf92829e273869bfbd8bbf4f1881dcd0848186","eu-tr-53905947933-43"]}} -{"id":"ec-meeting-2015-01-30-f6748d1397b2a09e74f71479d811f456d88936b5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-30 - Cabinet of President Jean-Claude Juncker x Federazione Imprese Siderurgiche Italiane"],"date":["2015-01-30"],"summary":["Trade"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-e415577aabb40c0f789310505c6c5803aa69037b","eu-tr-83425058760-88"]}} -{"id":"ec-meeting-2015-01-30-f9c53574b6f3dc2f37550bef751a7c9d712d7404","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-01-30 - Cabinet of President Jean-Claude Juncker x Aviva Plc"],"date":["2015-01-30"],"summary":["Capital Markets Union"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-c402e34a99fbee730ae22e3b1958e21c94dc6fcc","eu-tr-86270761494-62"]}} -{"id":"ec-meeting-2015-02-02-070db160c4e2ca5b081646b20dd9bdb6b0bc581e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-02 - Cabinet of Commissioner Vytenis Andriukaitis x European Cancer Patient Coalition"],"date":["2015-02-02"],"summary":["EU ACTION ON CANCER, GUIDELINES, JOINT ACTIONS, PRICING OF CANCER DRUGS AND INEQUALITIES, CROSS -BORDER HEALTH CARE DIRECTIVE"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["eu-tr-57929627082-79","ec-person-97425c615743576adc42e09bee7dac14f83f691b","ec-person-df30d07ef698a52b9948b9c734db39196cf8541f"]}} -{"id":"ec-meeting-2015-02-02-13ffa220023863e847d5aef5ea1828be9f5fde30","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-02 - Cabinet of Commissioner Elżbieta Bieńkowska x Association of European Public Postal Operators Association of European Public Postal Operators"],"date":["2015-02-02"],"summary":["Parcel Delivery (also participating from Cab Bieńkowska Mr. Fabrice Comptour)"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["ec-person-685ecf13dd26cd515c961e24ba71049af2302c5e","ec-person-7011e5cbc2635b64cfb9471192439035045fb852","ec-person-f48b470dcd62d1a51e903abbbffb53dc4c0c9aee","eu-tr-092682012915-24"]}} -{"id":"ec-meeting-2015-02-02-16103c83ead06847a2e0ad35d42ecd480da111f2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-02 - Cabinet of Vice-President Cecilia Malmström x European Round Table for Industry American Chamber of Commerce to the European Union EUROCHAMBRES – Association of European Chambers of Commerce and Industry BUSINESSEUROPE EUROPEAN SERVICES FORUM Trans-Atlantic Business Council"],"date":["2015-02-02"],"summary":["Speech at Business Alliance for TTIP's Welcome Reception"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-3978240953-79","eu-tr-5265780509-97","eu-tr-89092554724-82","eu-tr-3562594969-02","ec-person-19b143e83f8ab978c55c8a9a9e49e06dbfa14bf3","ec-person-cb8ca9ec2413722fa83484ed18dd76ace52d0118","eu-tr-25487567824-45","eu-tr-0014082722-83"]}} -{"id":"ec-meeting-2015-02-02-20ccbd2002935f014c51317eac8e2716a8dd679d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-02 - Cabinet of Commissioner Vytenis Andriukaitis x European Society of Preventive Medicine"],"date":["2015-02-02"],"summary":["Prevention and Promotion, Emerging role of Lifestyle Medicine"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-97425c615743576adc42e09bee7dac14f83f691b","ec-person-df30d07ef698a52b9948b9c734db39196cf8541f","eu-tr-652104615148-67"]}} -{"id":"ec-meeting-2015-02-02-2777fc2bce335cda04edd3ee814010085414081a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-02 - Cabinet of Commissioner Carlos Moedas x STARCH EUROPE Forest-based Sector Technology Platform EuropaBio European Producers Union of Renewable Ethanol Conféderation Européenne des Propriétaires Forestiers COMITE EUROPEEN des FABRICANTS de SUCRE European agri-cooperatives European farmers"],"date":["2015-02-02"],"summary":["Meeting with the European Bioeconomy Alliance on the Bioeconomy Strategy"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["eu-tr-32591134448-30","ec-person-23980b2bc4fd9c82051d0f7888dc236b2f764866","eu-tr-44856881231-49","eu-tr-1298286943-59","eu-tr-96415319324-88","eu-tr-49679062863-35","eu-tr-3647455667-08","eu-tr-09586631237-74","eu-tr-57787966531-03"]}} -{"id":"ec-meeting-2015-02-02-2f095082ab94a4537c505b2196f5c94405251761","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-02 - Cabinet of Vice-President Neven Mimica x Save the Children International"],"date":["2015-02-02"],"summary":["Presentation of draft study on Ebola and health systems"],"notes":["Portfolio: International Cooperation & Development"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-mimica-neven-of-president-vice"],"involved":["eu-tr-11610562644-55","ec-person-886e1b865045c3ed98e99075006d09cea708acce"]}} -{"id":"ec-meeting-2015-02-02-373c5292f85193fbc28ec93aa2be5037e3532d0f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-02 - Cabinet of First Vice-President Frans Timmermans x Coalition of European Organisations on Data Protection"],"date":["2015-02-02"],"summary":["Data protection reform"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Berlaymont, Brussels"],"address":["Berlaymont, Brussels"],"addressEntity":["addr-fc86ff6aaa2cd722afeb09a33ccd03fec72f8cd1"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["ec-person-6d8b11c800391d9e6515bbd1b0e9d54c7da270da","eu-tr-501468815548-71"]}} -{"id":"ec-meeting-2015-02-02-40067f00c0492050a9624d741ca7f4ad5b6ba7fb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-02 - Cabinet of Vice-President Andrus Ansip x Association of European Public Postal Operators Association of European Public Postal Operators"],"date":["2015-02-02"],"summary":["Parcel Delivery (also participating from Cab Bieńkowska Mr. Fabrice Comptour)"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-d5a309c64ecdb05010325dcfc661f6ae817f31cc","ec-person-666bc159c7e65a3af9e63c1e97435c02f1496955","eu-tr-092682012915-24","ec-person-52ed1885121fda2b630787906ea383c66ab9c075"]}} -{"id":"ec-meeting-2015-02-02-40c800b4e741071adb0a3ea8caaf6afe801503b8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-02 - Cabinet of Vice-President Maroš Šefčovič x Hydrogen Europe"],"date":["2015-02-02"],"summary":["Fuel Cells and Hydrogen, Energy Union, transport, energy storage"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-2be517b9261a91f2f07e05ec14c6331980e9716e","eu-tr-77659588648-75"]}} -{"id":"ec-meeting-2015-02-02-484f4d29eb3fafb0959d130a9259e8c84e8ba936","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-02 - Cabinet of Vice-President Jyrki Katainen x European Express Association"],"date":["2015-02-02"],"summary":["Customs Policy"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-1894704851-83","ec-person-0da85dc48012e26688310a59a0b51727ea68f410"]}} -{"id":"ec-meeting-2015-02-02-5017d6b6ecda4977fa6d907ca7b3f36e32dfc211","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-02 - Cabinet of Vice-President Karmenu Vella x WILDLIFE CONSERVATION SOCIETY-EUROPE"],"date":["2015-02-02"],"summary":["Wildlife protection, illegal wildlife trade"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["eu-tr-96724945332-74","ec-person-0e3efd8bc1c3ee9a80205d0bb78f316fa1621e5d"]}} -{"id":"ec-meeting-2015-02-02-501d1de3ce21e79199230e1a8e20cf66cdfb456e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-02 - Cabinet of Commissioner Věra Jourová x None"],"date":["2015-02-02"],"summary":["Digital Single Market"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["eu-tr-52431421-12","ec-person-a608b85b2ffef83f883b5a2330b6232efa1b7141","eu-tr-76704342721-41","eu-tr-60052162589-72"]}} -{"id":"ec-meeting-2015-02-02-62cd989e568af99154bcf03746462ba771a6df32","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-02 - Cabinet of High Representative / Vice-President Federica Mogherini x Federazione Imprese Siderurgiche Italiane"],"date":["2015-02-02"],"summary":["Industry competitiveness"],"notes":["Portfolio: Foreign Affairs and Security Policy"],"location":["Berlaymont, Brussels"],"address":["Berlaymont, Brussels"],"addressEntity":["addr-fc86ff6aaa2cd722afeb09a33ccd03fec72f8cd1"],"organizer":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"involved":["eu-tr-83425058760-88","ec-person-0d87d503aa00db1df141f3b1bfea3e0ccb43ece9"]}} -{"id":"ec-meeting-2015-02-02-67346987efa117446bb37f7751ffbbfca7a0e602","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-02 - Cabinet of Commissioner Elżbieta Bieńkowska x Association of European Public Postal Operators"],"date":["2015-02-02"],"summary":["Intro meeting"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["ec-person-685ecf13dd26cd515c961e24ba71049af2302c5e","eu-tr-092682012915-24"]}} -{"id":"ec-meeting-2015-02-02-7e717bb2dfa420296a531f3ae42badc03dd7a368","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-02 - Cabinet of High Representative / Vice-President Federica Mogherini x Assocalzaturifici Italiani"],"date":["2015-02-02"],"summary":["Industry competitiveness"],"notes":["Portfolio: Foreign Affairs and Security Policy"],"location":["Berlaymont, Brussels"],"address":["Berlaymont, Brussels"],"addressEntity":["addr-fc86ff6aaa2cd722afeb09a33ccd03fec72f8cd1"],"organizer":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"involved":["ec-person-0d87d503aa00db1df141f3b1bfea3e0ccb43ece9","eu-tr-165602115659-19"]}} -{"id":"ec-meeting-2015-02-02-895a245048830715deeb9b978e2fda2265560448","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-02 - Cabinet of Commissioner Margrethe Vestager x BUSINESSEUROPE"],"date":["2015-02-02"],"summary":["Introduction to BusinessEurope"],"notes":["Portfolio: Competition"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-margrethe-of-vestager"],"involved":["ec-person-baa1c172df109ebd1f0307bccb5e21aec66c7a25","eu-tr-3978240953-79"]}} -{"id":"ec-meeting-2015-02-02-9656958f1812dc226606f6fea4df23e6a30b6669","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-02 - Cabinet of Vice-President Jyrki Katainen x Unilever"],"date":["2015-02-02"],"summary":["Investment plan and sustainability"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-7c9460f99c5872dbdc561f5752401c870d12e98b","eu-tr-6200524920-25"]}} -{"id":"ec-meeting-2015-02-02-997d7a100d27d19d1d39fd8c8ccdf382326159a7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-02 - Cabinet of Commissioner Elżbieta Bieńkowska x Unilever"],"date":["2015-02-02"],"summary":["Introductory meeting: single market legislation & circular economy package"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["ec-person-95a769a1850d7d595f9a5853c51dcbdd3ddd69fb","eu-tr-6200524920-25","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2015-02-02-99edb4111c1822d2d0820fb89903d0cd860ae817","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-02 - Cabinet of Vice-President Cecilia Malmström x European Heart Network"],"date":["2015-02-02"],"summary":["Health service and TTIP"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-19b143e83f8ab978c55c8a9a9e49e06dbfa14bf3","eu-tr-3606882168-35"]}} -{"id":"ec-meeting-2015-02-02-a886a998f225839530826a91e4c3b850aa3e87db","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-02 - Cabinet of Vice-President Jyrki Katainen x NEW AREVA HOLDING SA"],"date":["2015-02-02"],"summary":["Investment Initiative"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-41126912590-71","ec-person-3775b7be791f90ed462b9071c9ae596b80d71bca"]}} -{"id":"ec-meeting-2015-02-02-a8f936f14cc84902f342509ba2dae5084c24969d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-02 - Cabinet of Vice-President Cecilia Malmström x Stop TTIP"],"date":["2015-02-02"],"summary":["TTIP/CETA"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-232804015283-18","ec-person-19b143e83f8ab978c55c8a9a9e49e06dbfa14bf3"]}} -{"id":"ec-meeting-2015-02-02-b13a4a58acbb44ff22ff095f382f8339c24f7918","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-02 - Cabinet of Commissioner Violeta Bulc x APCO Worldwide"],"date":["2015-02-02"],"summary":["Aviation Strategy"],"notes":["Portfolio: Transport"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-5012c5e45a52ee8ce67d19c1781a127af53e73e7","eu-tr-81995781088-41"]}} -{"id":"ec-meeting-2015-02-02-b42748891dcd75349e52d9780e8b4c8eeaa7d91c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-02 - Günther Oettinger x German Association for the Protection of Intellectual Property"],"date":["2015-02-02"],"summary":["Copyright"],"location":["BXL"],"address":["BXL"],"addressEntity":["addr-d2fde52f67ea4a3e1fe233d0a959d6a1c77fd910"],"organizer":["ec-dg-de"],"involved":["ec-person-49723482bb23d029cbfc010cb37eec7392a0ae02","eu-tr-051800211149-90"]}} -{"id":"ec-meeting-2015-02-02-b9cf2063d2aa3b76ccdfb0c8c8f056aa762037ae","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-02 - Cabinet of Vice-President Andrus Ansip x IBM Corporation"],"date":["2015-02-02"],"summary":["Digital Single Market - IoT - interoperability"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-7721359944-96","ec-person-6a03bc4fa7657513ea34529e98dba0671ef4c849"]}} -{"id":"ec-meeting-2015-02-02-ba470e6c2e3df1d9ff0bc2959797d2c8e3d7ddcd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-02 - Cabinet of Vice-President Andrus Ansip x None"],"date":["2015-02-02"],"summary":["Digital Single Market, Telecom Single Market, investments"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0","eu-tr-76704342721-41","ec-person-666bc159c7e65a3af9e63c1e97435c02f1496955","eu-tr-52431421-12","eu-tr-60052162589-72"]}} -{"id":"ec-meeting-2015-02-02-cb1f0cf1f11706d8dd91cb57d12d0f70ebc42e31","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-02 - Education, Youth, Sport and Culture x Culture & Media Agency Europe aisbl"],"date":["2015-02-02"],"summary":["Culture & Media Agency Europe aisbl"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-eac"],"involved":["eu-tr-373648915745-30","ec-person-4b0c15b75d9d40b5f296fc3f15972fd544f6b6d6"]}} -{"id":"ec-meeting-2015-02-02-cda277ae699ace7b873bfb3b11e58075486d5845","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-02 - Directorate-General for International Partnerships x Comité de liaison Europe ACP"],"date":["2015-02-02"],"summary":["L'avenir de la coopération entre DEVCO et COLEACP dans le contexte d'appui au développement du secteur privé et du commerce entre les ACP et l'UE"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-intpa"],"involved":["ec-person-ad00e7dd980bb2a40a95c65a87f8760494546865","eu-tr-495664015506-02"]}} -{"id":"ec-meeting-2015-02-02-d397bd0f3f347c1328f420bc7b8b4fac36308df1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-02 - Cabinet of Commissioner Carlos Moedas x Confederazione Generale dell'Industria Italiana"],"date":["2015-02-02"],"summary":["Innovation policy of Confindustria"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-f7ccc3ad366dd2fdb24870e1c02ff2763539c82f","eu-tr-27762251795-15"]}} -{"id":"ec-meeting-2015-02-02-d40512e8ef417379e70c303c09fa05ef4ca639ca","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-02 - Cabinet of Commissioner Marianne Thyssen x ARCTURUS GROUP"],"date":["2015-02-02"],"summary":["Social standards and quality of employment"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["ec-person-ce19440eacb8fd67f534bdbcce33a1c4cedfd071","eu-tr-34100356706-23"]}} -{"id":"ec-meeting-2015-02-02-d5d13be1e0bedc7b95ee354ae326514082a36165","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-02 - Budget x Deloitte Services & Investments"],"date":["2015-02-02"],"summary":["ABAC Framework Contract"],"location":["European Commission Brussels, Ms Calviño's office"],"address":["European Commission Brussels, Ms Calviño's office"],"addressEntity":["addr-d09be6cb14871c93abeeb260e5bbd5ba42bbbc37"],"organizer":["ec-dg-budg"],"involved":["ec-person-141e9cc397f37adfd6c16eb048466fa61dd3ebea","eu-tr-53994278504-37"]}} -{"id":"ec-meeting-2015-02-02-e24ace9245e9e640692002953222e802986e08cf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-02 - Cabinet of Vice-President Maroš Šefčovič x GNSS Usage Innovation and Development of Excellence"],"date":["2015-02-02"],"summary":["Presentation of company and EU space policy"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-375050911599-57","ec-person-2be517b9261a91f2f07e05ec14c6331980e9716e"]}} -{"id":"ec-meeting-2015-02-02-e712d2a55e16195062eec47315896fd42bf3ebc9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-02 - Cabinet of Commissioner Marianne Thyssen x Koninklijke Federatie van Belgische Transporteurs en Logistieke Dienstverleners - Fédération Royale Belge des Transporteurs et des Prestataires de Services Logistiques European Road Haulers Association"],"date":["2015-02-02"],"summary":["Labour conditions in the transport section"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["eu-tr-647912812046-35","eu-tr-28848847958-29","ec-person-c508e9337eca6b067c1f966b82de49c4824a3ad0","ec-person-7567514af00f139b390cf9864d28a090ca0fde25"]}} -{"id":"ec-meeting-2015-02-02-e8b0c09cfeb0b578d028429303d9c646a06fb170","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-02 - Cabinet of Commissioner Phil Hogan x IFPI Representing recording industry worldwide"],"date":["2015-02-02"],"summary":["Presentation IFPI, importance of cultural/music industry to the European economy, wide availability of digital music"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-60394321918-91","ec-person-a985b9a03cb4f9af4f2f97583d8f92fb71579572"]}} -{"id":"ec-meeting-2015-02-02-fc5d3f43dd5ea16649946f03fd5b2a77e583cced","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-02 - Cabinet of Commissioner Phil Hogan x CropLife Europe"],"date":["2015-02-02"],"summary":["Meeting with European Crop Protection Association"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["BERL 08/318"],"address":["BERL 08/318"],"addressEntity":["addr-9e7a54bf1352143376eb5ec896985192229da490"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-0711626572-26","ec-person-7d3caa534e5cdda6d5b949bd4b2def39356e3bec"]}} -{"id":"ec-meeting-2015-02-02-ff7c1c25dcac8df7eb4bd8006b65ebe9f1cd7609","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-02 - Cabinet of Commissioner Carlos Moedas x The European Steel Association"],"date":["2015-02-02"],"summary":["Contribution of EU Steel Industry to Research & Innovation"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["eu-tr-93038071152-83","ec-person-23980b2bc4fd9c82051d0f7888dc236b2f764866"]}} -{"id":"ec-meeting-2015-02-03-028c6d2ae63c30fb5961527fea401a1000ec588f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-03 - Cabinet of Vice-President Miguel Arias Cañete x The European House - Ambrosetti"],"date":["2015-02-03"],"summary":["Ambrosetti Forum"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-625244214975-24","ec-person-25a937c04cd0a0ddcf5cf34798e76b5105854114"]}} -{"id":"ec-meeting-2015-02-03-0d1a952995b93a4fce22105f4800013c37db9300","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-03 - Cabinet of Vice-President Maroš Šefčovič x ENGIE"],"date":["2015-02-03"],"summary":["Energy Union"],"notes":["Portfolio: Energy Union"],"location":["Brussels, Be"],"address":["Brussels, Be"],"addressEntity":["addr-9521881313255799973f84219f517fd4c10cd58e"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-ea6b517040e26a62f17d2829afffeba48cfd682f","eu-tr-90947457424-20","ec-person-1f95be23689cd4ed0a26fe2980f760ccf2d55c1e"]}} -{"id":"ec-meeting-2015-02-03-141a5838b745afc6bcac708aaed024ad20df4b6b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-03 - Cabinet of Commissioner Tibor Navracsics x European Jewish Association"],"date":["2015-02-03"],"summary":["Introductory meeting and areas of common interests"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-cb6aa96c497dead35eb0f2ed0339e5423d506549","ec-person-dc2e0fed0fdf39a6a3f3ad63355c5215599de9d1","eu-tr-707551412661-80"]}} -{"id":"ec-meeting-2015-02-03-150a9a33bd4ea6cfe1138ea5d7000f425b9d307f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-03 - Cabinet of Commissioner Věra Jourová x European Federation of Investors and Financial Services Users"],"date":["2015-02-03"],"summary":["Corporate governance"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["eu-tr-24633926420-79","ec-person-1e0e3a00ab815dea7c5b839b002ed2c7e34bfe0a"]}} -{"id":"ec-meeting-2015-02-03-16cb15bd5ab1193c0ec7e2d66e47c3fbce2c6c55","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-03 - Cabinet of Vice-President Jyrki Katainen x ChinaEU"],"date":["2015-02-03"],"summary":["ICT investments"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-395485815776-81","ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90","ec-person-7c9460f99c5872dbdc561f5752401c870d12e98b"]}} -{"id":"ec-meeting-2015-02-03-1800f2d9b4044bd00bc012b436a31ad8de48b7ad","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-03 - Cabinet of Commissioner Violeta Bulc x BUSINESSEUROPE"],"date":["2015-02-03"],"summary":["Transport policy"],"notes":["Portfolio: Transport"],"location":["Brussels-Belgium"],"address":["Brussels-Belgium"],"addressEntity":["addr-8aa817030dbcdfbb53f748ee3078a4c164aa27db"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-7ac9445abdddc66a79f539ae13eb74e1ceb512df","eu-tr-3978240953-79"]}} -{"id":"ec-meeting-2015-02-03-182c2738c4b33b5e42caa44ba7e90cc7bf186340","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-03 - Cabinet of Vice-President Karmenu Vella x Technip"],"date":["2015-02-03"],"summary":["Blue growth"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Paris"],"address":["Paris"],"addressEntity":["addr-22390ad11c32faec43fc61555b53607660b3c185"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["eu-tr-35176395681-91","ec-person-0e3efd8bc1c3ee9a80205d0bb78f316fa1621e5d"]}} -{"id":"ec-meeting-2015-02-03-1861845ac249140b2a0e8c64261c24b19839026c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-03 - Cabinet of Commissioner Jonathan Hill x Nordea Bank Abp"],"date":["2015-02-03"],"summary":["BSR, CMU, covered bond and level 2 measures in CRD/CRR"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["eu-tr-107779213747-53","ec-person-890015b0d769ee93a09119846b414d4aae7c64ae"]}} -{"id":"ec-meeting-2015-02-03-191a3f8f80003642f5977d6b154417eb481acdf8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-03 - Cabinet of Vice-President Cecilia Malmström x Alcatel-Lucent"],"date":["2015-02-03"],"summary":["Situation in the telecoms' market and TTIP"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-78432668420-81","ec-person-19b143e83f8ab978c55c8a9a9e49e06dbfa14bf3","ec-person-591ec829ca734bcfe59a2c9c7f07f9dff22a0ea9"]}} -{"id":"ec-meeting-2015-02-03-195aa633c2b51cc509e21345dd96d79cab6ac4de","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-03 - Cabinet of Vice-President Miguel Arias Cañete x Plan International España"],"date":["2015-02-03"],"summary":["Introductory meeting"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-946358415890-19","ec-person-2229c857664a22dcb8eee79a8c05841fd3d0924f"]}} -{"id":"ec-meeting-2015-02-03-19c3da7e29cdbac9b13098421b264aba9e650dcd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-03 - Cabinet of Commissioner Tibor Navracsics x Comitato Olimpico Nazionale Italiano"],"date":["2015-02-03"],"summary":["Innovating projects in the field of sport and education"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-49f31dad10f5641cb1d1e4c3107dd838389e8120","eu-tr-154520212804-17"]}} -{"id":"ec-meeting-2015-02-03-1b16343e8333a6accae5b52e0a0a954e2ae9f287","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-03 - Cabinet of Vice-President Miguel Arias Cañete x Conseil des Communes et Régions d'Europe"],"date":["2015-02-03"],"summary":["Low Carbon Future"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-81142561702-61","ec-person-25a937c04cd0a0ddcf5cf34798e76b5105854114"]}} -{"id":"ec-meeting-2015-02-03-1ee788cf767477fa6faca47f0a6e7cfdfa2bf1b0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-03 - Cabinet of Commissioner Violeta Bulc x Wärtsilä Corporation"],"date":["2015-02-03"],"summary":["Mid-Term Review of the Maritime Transport Policy and the newly launched public consultation."],"notes":["Portfolio: Transport"],"location":["Brussels, Belguim"],"address":["Brussels, Belguim"],"addressEntity":["addr-84b5e5f38d43901e13b15f0c7dd8b408c954fd9b"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-012464715142-75","ec-person-e14c58f620f40325d829df7be0823280307bc15f"]}} -{"id":"ec-meeting-2015-02-03-22b2b379cdf578a9df396403850a4916a1b2a528","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-03 - Cabinet of Commissioner Jonathan Hill x BT Group plc"],"date":["2015-02-03"],"summary":["Digital Single Market"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Belgium, Brussels, BERL"],"address":["Belgium, Brussels, BERL"],"addressEntity":["addr-afebf85a436897fe5234b2ac0d00a1ddc4c9dd27"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["ec-person-5fdb62e20cecef81f87f94d3d1bcdd3b47b26af0","eu-tr-00919034091-89"]}} -{"id":"ec-meeting-2015-02-03-22d132053b50f88933b5ece6f95e0c3b33d217c2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-03 - Cabinet of Vice-President Karmenu Vella x Armateurs de France"],"date":["2015-02-03"],"summary":["Blue growth"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Paris"],"address":["Paris"],"addressEntity":["addr-22390ad11c32faec43fc61555b53607660b3c185"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["eu-tr-493735015952-63","ec-person-0e3efd8bc1c3ee9a80205d0bb78f316fa1621e5d"]}} -{"id":"ec-meeting-2015-02-03-2666dc03655889f9cd8042c3fa13f620975b55c1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-03 - Cabinet of Commissioner Elżbieta Bieńkowska x The European Steel Association"],"date":["2015-02-03"],"summary":["Steel Industry Challenges"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-93038071152-83","ec-person-95a769a1850d7d595f9a5853c51dcbdd3ddd69fb","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2015-02-03-27aa05769fe30fdde833c430320ce8379e3db967","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-03 - Cabinet of Vice-President Maroš Šefčovič x Centre for European Policy Studies"],"date":["2015-02-03"],"summary":["Energy Union Ideas lab"],"notes":["Portfolio: Energy Union"],"location":["Brussels, BE"],"address":["Brussels, BE"],"addressEntity":["addr-bd80958a978de8af51caa97a25a75f30d0061d71"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-9f6823821fe68d82e9b9dbe81181ecacb0265d94","eu-tr-86853666704-95"]}} -{"id":"ec-meeting-2015-02-03-2b0cbd252533dbe385983117cd91019387d95f77","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-03 - Cabinet of Vice-President Maroš Šefčovič x Green 10"],"date":["2015-02-03"],"summary":["Energy Union"],"notes":["Portfolio: Energy Union"],"location":["Brussels, BE"],"address":["Brussels, BE"],"addressEntity":["addr-bd80958a978de8af51caa97a25a75f30d0061d71"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-ea6b517040e26a62f17d2829afffeba48cfd682f","ec-person-1f95be23689cd4ed0a26fe2980f760ccf2d55c1e","ec-person-9f6823821fe68d82e9b9dbe81181ecacb0265d94","eu-tr-70309834043-10"]}} -{"id":"ec-meeting-2015-02-03-330088d0e6dcc5a6a8c2cbb8bdfb259d69051f89","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-03 - Günther Oettinger x Alcatel-Lucent"],"date":["2015-02-03"],"summary":["DSM"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-78432668420-81","ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0"]}} -{"id":"ec-meeting-2015-02-03-33e1dca00a3dafb2260c12dd5becd6af357b28b6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-03 - Cabinet of Commissioner Jonathan Hill x Nordic Securities Association"],"date":["2015-02-03"],"summary":["CMU, Mifid level 2"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["eu-tr-622921012417-15","ec-person-890015b0d769ee93a09119846b414d4aae7c64ae"]}} -{"id":"ec-meeting-2015-02-03-38067f7368181e8daa2c43ab33cf2b3fbf23158a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-03 - Cabinet of Vice-President Jyrki Katainen x Confederation of European Paper Industries"],"date":["2015-02-03"],"summary":["Paper Industry"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-99365f4c3081112dcbfa722a5eb05adecc68503e","eu-tr-72279144480-58"]}} -{"id":"ec-meeting-2015-02-03-3e8fc7b48e9ceb764daaf233c16d95a78da784a6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-03 - Communications Networks, Content and Technology x European Publishers Council"],"date":["2015-02-03"],"summary":["Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-4456380381-30","ec-person-3d379ff88d704acbd3444fdd59765df1225d4f9b"]}} -{"id":"ec-meeting-2015-02-03-44e8f35b1470151780141d3fd00205b7d9700a9b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-03 - Cabinet of Vice-President Valdis Dombrovskis x Standard Bank Group"],"date":["2015-02-03"],"summary":["CMU/Africa"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-233323715723-88","ec-person-3f9ca71b74344417d1f072ba7f3e2f09a223b036"]}} -{"id":"ec-meeting-2015-02-03-481ddd78f076cf300aa0ed844d4df8c6844cf8b6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-03 - Cabinet of Vice-President Jyrki Katainen x Eurasia Group Ltd"],"date":["2015-02-03"],"summary":["Investment Initiative"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-3775b7be791f90ed462b9071c9ae596b80d71bca","eu-tr-061584915271-94"]}} -{"id":"ec-meeting-2015-02-03-4de8dfbee2b7977807b712cc750c66f3269cb3e3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-03 - Cabinet of Commissioner Carlos Moedas x ISC Intelligence in Science"],"date":["2015-02-03"],"summary":["ISC Intelligence in Science"],"notes":["Portfolio: Research, Science and Innovation"],"location":["European Commission"],"address":["European Commission"],"addressEntity":["addr-bf96334420a27ad2c039d651f9f327c5f84fbbb5"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["eu-tr-54291344113-16","ec-person-fb56329c22510c66ab50a8bdba13230bdae32902"]}} -{"id":"ec-meeting-2015-02-03-51672621996db2b02eb79dc804224ce662d50b6d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-03 - Cabinet of Vice-President Cecilia Malmström x Trans-Atlantic Business Council"],"date":["2015-02-03"],"summary":["TTIP"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-20ded9db5df11164331bb161fdf234b1e5ad53fd","eu-tr-89092554724-82"]}} -{"id":"ec-meeting-2015-02-03-53e8392ad1cae35ef5eeb69b49b7209eb716baf5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-03 - Cabinet of Vice-President Karmenu Vella x IHC Hytech BV"],"date":["2015-02-03"],"summary":["Blue growth"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Paris"],"address":["Paris"],"addressEntity":["addr-22390ad11c32faec43fc61555b53607660b3c185"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["eu-tr-678057815878-93","ec-person-0e3efd8bc1c3ee9a80205d0bb78f316fa1621e5d"]}} -{"id":"ec-meeting-2015-02-03-59a6442d5620b73d62a6decdb3bbd166edd36705","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-03 - Cabinet of Commissioner Jonathan Hill x Banco Popular Español"],"date":["2015-02-03"],"summary":["Introductory Meeting"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["eu-tr-554266514967-88","ec-person-5e8e66c5b37cfc1f9272932bf8e12f4b28d1160a"]}} -{"id":"ec-meeting-2015-02-03-5c329914e3289a55d1ee296f1ac4bffcd2584048","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-03 - Cabinet of Commissioner Věra Jourová x Conseil des Notariats de l'Union Européenne"],"date":["2015-02-03"],"summary":["Presentation of the civil justice priorities"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["eu-tr-98885666486-72","ec-person-ff9ad301b778d595651cc4c46ec3a4cf1ef10376"]}} -{"id":"ec-meeting-2015-02-03-63c98f6e2c734cd3b803350dc8344a6e1b2c6bad","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-03 - Environment x Eurelectric aisbl"],"date":["2015-02-03"],"summary":["Large Combustion Plants BREF"],"location":["Bruxelles"],"address":["Bruxelles"],"addressEntity":["addr-b58f5927b66d94a676970dc048485d4c6848f272"],"organizer":["ec-dg-env"],"involved":["eu-tr-4271427696-87","ec-person-c92411579cf013898db30d63a5d6fadc118e7264"]}} -{"id":"ec-meeting-2015-02-03-6965ad19c55180875303964191581ecf790c6d84","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-03 - Cabinet of Vice-President Jyrki Katainen x Finnish Innovation Fund Sitra"],"date":["2015-02-03"],"summary":["Investment Initiative"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-661245915266-39","ec-person-99365f4c3081112dcbfa722a5eb05adecc68503e"]}} -{"id":"ec-meeting-2015-02-03-718595091b7820e6acb0c77c84ac7a2f2db3d702","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-03 - Cabinet of Vice-President Karmenu Vella x INFOMER"],"date":["2015-02-03"],"summary":["Blue growth"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Paris"],"address":["Paris"],"addressEntity":["addr-22390ad11c32faec43fc61555b53607660b3c185"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["eu-tr-304303615682-23","ec-person-0e3efd8bc1c3ee9a80205d0bb78f316fa1621e5d"]}} -{"id":"ec-meeting-2015-02-03-76a4f53ef8ac73ed41f3c274277b6044f100c882","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-03 - Communications Networks, Content and Technology x RELX"],"date":["2015-02-03"],"summary":["Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-338398611148-62","ec-person-3d379ff88d704acbd3444fdd59765df1225d4f9b"]}} -{"id":"ec-meeting-2015-02-03-7dc97a1da534321fed3cccdc3a82fb2360e96148","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-03 - Cabinet of Commissioner Věra Jourová x ABTA - The Travel Association"],"date":["2015-02-03"],"summary":["Travel package"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-a2ca9161feee56909a0e98b473c2d342c20fdb57","eu-tr-71031367582-11"]}} -{"id":"ec-meeting-2015-02-03-80d0878e4cef97f678edd636f52053184aae816a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-03 - Günther Oettinger x Bureau Européen des Unions de Consommateurs"],"date":["2015-02-03"],"summary":["DSM"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-9505781573-45","ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0"]}} -{"id":"ec-meeting-2015-02-03-86f93250032bb08514a53ff483c55a5395b20bf5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-03 - Cabinet of Vice-President Johannes Hahn x Grant Thornton International Ltd"],"date":["2015-02-03"],"summary":["Reform in the Ukraine"],"notes":["Portfolio: European Neighbourhood Policy & Enlargement Negotiations"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-hahn-johannes-of-president-vice"],"involved":["ec-person-643595d3a737c63fc95146b51292a4684ed1ca75","eu-tr-32374939743-15"]}} -{"id":"ec-meeting-2015-02-03-87c9d3829da23a86825e687faf1568e18f68e02e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-03 - Cabinet of High Representative / Vice-President Federica Mogherini x ChinaEU"],"date":["2015-02-03"],"summary":["Discussion on economic cooperation in the run up of the Summit"],"notes":["Portfolio: Foreign Affairs and Security Policy"],"location":["ChinaEu"],"address":["ChinaEu"],"addressEntity":["addr-d1ade1d15c0cccd6a6d4a68f9e95f7cdadb4affd"],"organizer":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"involved":["eu-tr-395485815776-81","ec-person-efed7cdce9c9bb64dca7aedb11d12aaed5efb809"]}} -{"id":"ec-meeting-2015-02-03-8c98e8129ac1a52516e467ec7b2dc67a4ab9b802","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-03 - Cabinet of President Jean-Claude Juncker x European Internet Services Providers Association"],"date":["2015-02-03"],"summary":["Digital Single Market"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-54437813115-56","ec-person-44a061693f35519551be0e3dab996e76ad3f8c7c"]}} -{"id":"ec-meeting-2015-02-03-8f50d574c29aaaeabdb6a62b29e4288422eb861c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-03 - Cabinet of Commissioner Violeta Bulc x Ryanair Holdings"],"date":["2015-02-03"],"summary":["Ryanair"],"notes":["Portfolio: Transport"],"location":["Brussels/BE"],"address":["Brussels/BE"],"addressEntity":["addr-fe4580120e578f5899b4d753b36b5313310f6173"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-d710a614b1b0eabb6d73a2d665b82f6514a3fdb8","eu-tr-002977215945-85"]}} -{"id":"ec-meeting-2015-02-03-92a520e0f728ed984fb022bf0bb4638d3a282150","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-03 - Cabinet of Vice-President Andrus Ansip x ChinaEU"],"date":["2015-02-03"],"summary":["Investments and ICT collaboration"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-395485815776-81","ec-person-c759bd58acc54869aa8e62ce652efcda416e25c2","ec-person-0f698e3a0cc0bd6a02e1bd386a25cedc1366f3f1","ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0"]}} -{"id":"ec-meeting-2015-02-03-94ae05249523a312d60a4a26af75893fd2cb4c6d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-03 - Cabinet of Vice-President Karmenu Vella x Comité national des pêches maritimes et des élevages marins"],"date":["2015-02-03"],"summary":["Implementation of reformed common fisheries policy, aquaculture"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Paris"],"address":["Paris"],"addressEntity":["addr-22390ad11c32faec43fc61555b53607660b3c185"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["eu-tr-23837746977-09","ec-person-0e3efd8bc1c3ee9a80205d0bb78f316fa1621e5d"]}} -{"id":"ec-meeting-2015-02-03-9cdbe065772e42c0f1db58261d4d2eaa6e37c716","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-03 - Cabinet of Vice-President Jyrki Katainen x European Council on Foreign Relations"],"date":["2015-02-03"],"summary":["Priorities of the new commission"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-339569615567-89","ec-person-7c9460f99c5872dbdc561f5752401c870d12e98b"]}} -{"id":"ec-meeting-2015-02-03-9fb29d1848223c151fa264aef02c34719c0b1591","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-03 - Directorate-General for International Partnerships x CONCORD Europe"],"date":["2015-02-03"],"summary":["Modalités de coopération entre DEVCO et les organismes de la société civile, notamment les ONG"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-intpa"],"involved":["eu-tr-34478709670-34","ec-person-ad00e7dd980bb2a40a95c65a87f8760494546865"]}} -{"id":"ec-meeting-2015-02-03-a331093b5151e4d4d4152373a9ec2ee6616bd94b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-03 - Environment x LVMH Publica"],"date":["2015-02-03"],"summary":["Circular economy, environmental footprint and biodiversity"],"location":["Bruxelles"],"address":["Bruxelles"],"addressEntity":["addr-b58f5927b66d94a676970dc048485d4c6848f272"],"organizer":["ec-dg-env"],"involved":["ec-person-c92411579cf013898db30d63a5d6fadc118e7264","eu-tr-16094042309-21"]}} -{"id":"ec-meeting-2015-02-03-a4d571727b2bc4a67500a4342c99d60d4e99e99b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-03 - Cabinet of Vice-President Karmenu Vella x Syndicat des énergies renouvelables"],"date":["2015-02-03"],"summary":["Marine renewable energy"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Paris"],"address":["Paris"],"addressEntity":["addr-22390ad11c32faec43fc61555b53607660b3c185"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["eu-tr-930777112936-49","ec-person-0e3efd8bc1c3ee9a80205d0bb78f316fa1621e5d"]}} -{"id":"ec-meeting-2015-02-03-ad3d637aaa786a942add314184dcb5f5a47e98a2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-03 - Cabinet of Vice-President Karmenu Vella x European Business Summit Network"],"date":["2015-02-03"],"summary":["2015 European Business Summit"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["ec-person-0188cdcf7c0a8fcf8a7b49289575f4c70fd09534","eu-tr-268958411031-65"]}} -{"id":"ec-meeting-2015-02-03-aeb096303fd8afc2ecfa6a6c2e160852d231bdd6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-03 - Cabinet of Commissioner Violeta Bulc x European Transport Workers' Federation"],"date":["2015-02-03"],"summary":["Meeting with ETF"],"notes":["Portfolio: Transport"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-92545571128-74","ec-person-4d2b449b5047ea3fda435a2a1c1081e3babcdf76"]}} -{"id":"ec-meeting-2015-02-03-af5cb44e7f8fdb1e3fae0ff9cce60eaf706a48b6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-03 - Cabinet of Commissioner Margrethe Vestager x France Industrie"],"date":["2015-02-03"],"summary":["Introduction to Le Cercle de l'Industrie"],"notes":["Portfolio: Competition"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-margrethe-of-vestager"],"involved":["ec-person-baa1c172df109ebd1f0307bccb5e21aec66c7a25","eu-tr-60974102057-03"]}} -{"id":"ec-meeting-2015-02-03-bafc631ad6f0be8be9bf08090117d530f87f4af5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-03 - Cabinet of High Representative / Vice-President Federica Mogherini x Representation of the Ukrainian Orthodox Church Kyiv Patriarchate to the European Institutions"],"date":["2015-02-03"],"summary":["Relations with professional associations"],"notes":["Portfolio: Foreign Affairs and Security Policy"],"location":["Berl Building Brussels"],"address":["Berl Building Brussels"],"addressEntity":["addr-20856529c991cf72de966b5442db6b9e5e1593f6"],"organizer":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"involved":["ec-person-62bf207e4274ad594e7eab4bfe20782f1d57f645","ec-person-97549b50ce25e488bb1c03d83cfb838cd4fdf293","eu-tr-072745716136-48"]}} -{"id":"ec-meeting-2015-02-03-bce9d6f677040f9794e81f62a65414cc5003c71c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-03 - Cabinet of Vice-President Karmenu Vella x BUSINESSEUROPE"],"date":["2015-02-03"],"summary":["European Business Summit"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["ec-person-9e282d5223d0f62146ce1013e2dac38adc89a4cf","eu-tr-3978240953-79"]}} -{"id":"ec-meeting-2015-02-03-bf39a68773dafc2e0aea735ce416eb71aac306ff","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-03 - Cabinet of Commissioner Jonathan Hill x Deutsche Bank AG"],"date":["2015-02-03"],"summary":["Banking structural reform"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["eu-tr-271912611231-56","ec-person-74de9b1956d5aa5754e8946d4a7a883e05171466"]}} -{"id":"ec-meeting-2015-02-03-c03c3540ada225e3c9fed976740de5290892726b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-03 - Cabinet of Commissioner Pierre Moscovici x Prime Collateralised Securities (PCS) UK Limited"],"date":["2015-02-03"],"summary":["Perspectives on a roadmap to revive Europe’s high quality securitisation market, taking into account the issues of the crisis"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["eu-tr-225892115033-33","ec-person-18ec03f403696ecde522f7843ba9c4ff6335ead4"]}} -{"id":"ec-meeting-2015-02-03-c41cc861c8252814099dc21ae27b56b51acdb092","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-03 - Cabinet of Vice-President Karmenu Vella x Wärtsilä Corporation"],"date":["2015-02-03"],"summary":["Blue Growth"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Paris"],"address":["Paris"],"addressEntity":["addr-22390ad11c32faec43fc61555b53607660b3c185"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["eu-tr-012464715142-75","ec-person-0e3efd8bc1c3ee9a80205d0bb78f316fa1621e5d"]}} -{"id":"ec-meeting-2015-02-03-c974c1bbdd36eade3b3869cbe212d99c171e3000","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-03 - Cabinet of Vice-President Jyrki Katainen x European Mortgage Federation - European Covered Bond Council"],"date":["2015-02-03"],"summary":["EU covered bonds market"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-24967486965-09","ec-person-88d71b399a3e13a243bdc4676e481835e8e5b2f2"]}} -{"id":"ec-meeting-2015-02-03-cbdd553abcaebd57267d53edbab3fed36b96c596","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-03 - Cabinet of Vice-President Jyrki Katainen x EuropaBio"],"date":["2015-02-03"],"summary":["Bioeconomy"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90","eu-tr-1298286943-59","ec-person-0da85dc48012e26688310a59a0b51727ea68f410"]}} -{"id":"ec-meeting-2015-02-03-cd2c27639f8236414341088e69cf887045d86835","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-03 - Cabinet of Vice-President Maroš Šefčovič x OMV Aktiengesellschaft"],"date":["2015-02-03"],"summary":["Bilateral with Ms Schubert"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-3bf48630444ace93d407e52eb880e64d480f75ce","eu-tr-94274031992-65"]}} -{"id":"ec-meeting-2015-02-03-cfac33ac3098e146ce56880edebd482a68dd4b66","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-03 - Cabinet of Commissioner Věra Jourová x European Judicial Training Network"],"date":["2015-02-03"],"summary":["Presentation of EJTN activities"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-a608b85b2ffef83f883b5a2330b6232efa1b7141","eu-tr-866707814603-68"]}} -{"id":"ec-meeting-2015-02-03-d1905c1c67cd54a35815f73c77dabf32c55a2ab4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-03 - Cabinet of Vice-President Andrus Ansip x Alcatel-Lucent"],"date":["2015-02-03"],"summary":["Telecom Single Market"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-78432668420-81","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45","ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0"]}} -{"id":"ec-meeting-2015-02-03-d32f44ecb4c554a51b7de5bd245af9dfd114fc69","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-03 - Cabinet of Vice-President Cecilia Malmström x Center for Strategic and International Studies"],"date":["2015-02-03"],"summary":["Discussion on Trade issues in Asia-Pacific"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-163447715874-83","ec-person-98880f3f4206145e196013db9dd806a551c11e06"]}} -{"id":"ec-meeting-2015-02-03-db353f2490d28193d9293680bf11a9eebaa62a71","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-03 - Directorate-General for International Partnerships x Wildlife Conservation Society"],"date":["2015-02-03"],"summary":["Programmes de biodiversité et de défense de wildlife dans les pays du développement"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-intpa"],"involved":["ec-person-ad00e7dd980bb2a40a95c65a87f8760494546865","eu-tr-10132247681-61"]}} -{"id":"ec-meeting-2015-02-03-e575b6860e65000398993897952a3ab65014964a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-03 - Cabinet of Vice-President Cecilia Malmström x Cerame-Unie"],"date":["2015-02-03"],"summary":["Developments in the ceramics industry, TTIP and Trade Defence Instruments"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-79465004946-12","ec-person-591ec829ca734bcfe59a2c9c7f07f9dff22a0ea9"]}} -{"id":"ec-meeting-2015-02-03-ff9dcd5b8faa37df6c1a1d5ca607438c749b878a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-03 - Secretariat-General x BUSINESSEUROPE"],"date":["2015-02-03"],"summary":["Better Regulation + Social Dialogue"],"location":["BERL 13/173"],"address":["BERL 13/173"],"addressEntity":["addr-5ab81b1ac29d5060596c105157f48327b80dbe49"],"organizer":["ec-dg-sg"],"involved":["eu-tr-3978240953-79","ec-person-c26c5f1134ca5e14e92270e5b8a0ba9e659f428b"]}} -{"id":"ec-meeting-2015-02-04-00681bf3b02662c31bdb3898de6381f81763cd62","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-04 - Cabinet of Commissioner Vytenis Andriukaitis x MEDICINES FOR EUROPE"],"date":["2015-02-04"],"summary":["EGA manifesto"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["eu-tr-48325781850-28","ec-person-df30d07ef698a52b9948b9c734db39196cf8541f","ec-person-059ca943fc5fc696d2a97849c635ddf7b6ab7fd7"]}} -{"id":"ec-meeting-2015-02-04-034571715f8d3659533fa76de7b9804ad24c229c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-04 - Cabinet of Vice-President Jyrki Katainen x Telia Company AB"],"date":["2015-02-04"],"summary":["Digital Single Market"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90","eu-tr-381805014604-45"]}} -{"id":"ec-meeting-2015-02-04-043e2c463db21489a8a189a3ad842222d66de401","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-04 - Günther Oettinger x HP Inc"],"date":["2015-02-04"],"summary":["DSM"],"location":["BXL"],"address":["BXL"],"addressEntity":["addr-d2fde52f67ea4a3e1fe233d0a959d6a1c77fd910"],"organizer":["ec-dg-de"],"involved":["ec-person-49723482bb23d029cbfc010cb37eec7392a0ae02","eu-tr-99346002337-55"]}} -{"id":"ec-meeting-2015-02-04-049b999d39cc18c88134badd81fae8aa2b449ac8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-04 - Cabinet of Commissioner Tibor Navracsics x Barclays PLC"],"date":["2015-02-04"],"summary":["Education, skills, youth policy"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-881310bbb4e54ac96753b80bbdc9b1994cfbf136","eu-tr-72390466359-39"]}} -{"id":"ec-meeting-2015-02-04-06655db95411a0dff31618e681a31e3cd4b98f9b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-04 - Cabinet of Vice-President Cecilia Malmström x Confederazione Generale dell'Industria Italiana"],"date":["2015-02-04"],"summary":["Views of the Italian industry and on-going trade negotiaitons"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-98880f3f4206145e196013db9dd806a551c11e06","eu-tr-27762251795-15"]}} -{"id":"ec-meeting-2015-02-04-090a896de23f38c1c9292918ceb1f9d492e9572c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-04 - Cabinet of Vice-President Neven Mimica x Eni S.p.A."],"date":["2015-02-04"],"summary":["Discuss private sector engagement for sustainable development"],"notes":["Portfolio: International Cooperation & Development"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-mimica-neven-of-president-vice"],"involved":["ec-person-5f446e21c2ca97624d9781d53ce7312477e72d6e","eu-tr-99578067285-35"]}} -{"id":"ec-meeting-2015-02-04-0b32008d689906c04d5e03c8434a563ed9c67410","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-04 - Cabinet of Commissioner Corina Crețu x SUEZ Group"],"date":["2015-02-04"],"summary":["Public Private Partnerships within Cohesion policy"],"notes":["Portfolio: Regional Policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-corina-cretu-of"],"involved":["ec-person-f5bd4d5d0170028815aba56ee7d4883f0fd70f47","eu-tr-27799842497-69"]}} -{"id":"ec-meeting-2015-02-04-0bab8e4bb274d87d824b2d58ccf57492c14573a3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-04 - Cabinet of Vice-President Valdis Dombrovskis x Nordic Securities Association"],"date":["2015-02-04"],"summary":["CMU/MIFID II"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-622921012417-15","ec-person-3f9ca71b74344417d1f072ba7f3e2f09a223b036"]}} -{"id":"ec-meeting-2015-02-04-0d43afeccdb9fac641a1b5ab591192753bb4251e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-04 - Cabinet of Commissioner Vytenis Andriukaitis x Bundesverband der Pharmazeutischen Industrie e.V."],"date":["2015-02-04"],"summary":["Access to innovative medicine"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-059ca943fc5fc696d2a97849c635ddf7b6ab7fd7","eu-tr-76399831150-89"]}} -{"id":"ec-meeting-2015-02-04-0e1742d53a5a07ae3fb57b5036a50ea1839c0a60","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-04 - Cabinet of Vice-President Maroš Šefčovič x Gazprom"],"date":["2015-02-04"],"summary":["Energy Union"],"notes":["Portfolio: Energy Union"],"location":["Bruxelles, Berlaymont"],"address":["Bruxelles, Berlaymont"],"addressEntity":["addr-29f0579ec8e32dc5a2ef3ca91ddc415a024f7868"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-622135013267-04","ec-person-3bf48630444ace93d407e52eb880e64d480f75ce","ec-person-af83ed49c403cb9d7ebfecca7893f0054c1f4be5"]}} -{"id":"ec-meeting-2015-02-04-125862365c02440f46526ca5574212fc4f689ccb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-04 - Cabinet of Vice-President Jyrki Katainen x Third Generation Environmentalism Ltd"],"date":["2015-02-04"],"summary":["EU-China cooperation on sustainable development"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-07783117686-61","ec-person-7c9460f99c5872dbdc561f5752401c870d12e98b"]}} -{"id":"ec-meeting-2015-02-04-180f7797f08c85b332a625769811f15afe1df675","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-04 - Günther Oettinger x EVONIK INDUSTRIES AG"],"date":["2015-02-04"],"summary":["Industry Policy"],"location":["Bruxelles"],"address":["Bruxelles"],"addressEntity":["addr-b58f5927b66d94a676970dc048485d4c6848f272"],"organizer":["ec-dg-de"],"involved":["eu-tr-5958991861-30","ec-person-5652698e8f7b4a189329e67fddbaff44dbe8658c"]}} -{"id":"ec-meeting-2015-02-04-24de23909631a1ccc3b51afa716a86d591fd1cd6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-04 - Cabinet of President Jean-Claude Juncker x eBay EU liaison office"],"date":["2015-02-04"],"summary":["Digital Single Market"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-44a061693f35519551be0e3dab996e76ad3f8c7c","eu-tr-40386322300-77"]}} -{"id":"ec-meeting-2015-02-04-2d90ba48bb31309cac939602322958b0b0faa25a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-04 - Günther Oettinger x General Electric Company Edelman Public Relations Worldwide"],"date":["2015-02-04"],"summary":["Data protection"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-4cd59e13386e3b68ecb3611fcc579e0a0a3938a5","eu-tr-4016736872-59","eu-tr-68037017809-51"]}} -{"id":"ec-meeting-2015-02-04-3093bf8d5fb0aff6740fca643c2cfad204984404","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-04 - Cabinet of Commissioner Marianne Thyssen x Nestlé S.A."],"date":["2015-02-04"],"summary":["Youth employability and apprenticeships"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["ec-person-bdb607d5d994a4056dd700f8f52d9af25b406b36","eu-tr-15366395387-57","ec-person-c508e9337eca6b067c1f966b82de49c4824a3ad0"]}} -{"id":"ec-meeting-2015-02-04-3420443e5045e278b208dc408dc251ef1a035936","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-04 - Cabinet of Vice-President Jyrki Katainen x CELGENE"],"date":["2015-02-04"],"summary":["Janssen EMEA"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-99365f4c3081112dcbfa722a5eb05adecc68503e","eu-tr-37955905654-37"]}} -{"id":"ec-meeting-2015-02-04-3e395ea49f5cf24dfe6033104c8e3efc9b0f329a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-04 - Cabinet of Commissioner Pierre Moscovici x UBS Group AG"],"date":["2015-02-04"],"summary":["Monetary and fiscal policy, growth and jobs"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["ec-person-18ec03f403696ecde522f7843ba9c4ff6335ead4","eu-tr-365453815252-29"]}} -{"id":"ec-meeting-2015-02-04-4074afa7da5141a07dd5da7f765fae855db28682","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-04 - Cabinet of Vice-President Jyrki Katainen x EuroCommerce"],"date":["2015-02-04"],"summary":["Investment initiative and single market agenda"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-84973761187-60","ec-person-f9208d930adc70c6c64e21701e48f85f6f18e949"]}} -{"id":"ec-meeting-2015-02-04-4565dd180191a02ab24c7d4ec62cab400e79bcd1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-04 - Günther Oettinger x Confederazione Generale dell'Industria Italiana"],"date":["2015-02-04"],"summary":["Digital agenda"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-c6c38691c27b1498b60b18409aa979cf1dd1f4ac","eu-tr-27762251795-15"]}} -{"id":"ec-meeting-2015-02-04-478bef5eece3989f8b16898395c433cd527aa84e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-04 - Cabinet of Commissioner Tibor Navracsics x Union of European Football Associations"],"date":["2015-02-04"],"summary":["Introductory meeting"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-49f31dad10f5641cb1d1e4c3107dd838389e8120","eu-tr-39217046408-27"]}} -{"id":"ec-meeting-2015-02-04-56cbb8c8d7db47e62fff3219a232e33252b5c91f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-04 - Cabinet of Commissioner Marianne Thyssen x European Round Table for Industry"],"date":["2015-02-04"],"summary":["Youth unemployment"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Phone call"],"address":["Phone call"],"addressEntity":["addr-cac056598c767cdeaa0f13cfe91d25988c24c698"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["ec-person-bdb607d5d994a4056dd700f8f52d9af25b406b36","eu-tr-25487567824-45"]}} -{"id":"ec-meeting-2015-02-04-5946563e5890eb281dfe483c04781e2fe3486f86","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-04 - Günther Oettinger x Association des Constructeurs Européens d'Automobiles"],"date":["2015-02-04"],"summary":["DSM"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0","eu-tr-0649790813-47"]}} -{"id":"ec-meeting-2015-02-04-5d06bba9501b97f53d4ae7c12d97b76fbfad53e3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-04 - Cabinet of Vice-President Jyrki Katainen x European Internet Services Providers Association"],"date":["2015-02-04"],"summary":["Digital Single Market"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-54437813115-56","ec-person-0310c3b87e155f5572493e91d12eebab9736a76b"]}} -{"id":"ec-meeting-2015-02-04-647aa4452c4da5eeee0fa3395e8d72c0674e35e4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-04 - Cabinet of Vice-President Maroš Šefčovič x Eni S.p.A."],"date":["2015-02-04"],"summary":["Presentation of ENI"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-99578067285-35","ec-person-1f95be23689cd4ed0a26fe2980f760ccf2d55c1e"]}} -{"id":"ec-meeting-2015-02-04-6939ae3ccec7f0b144660d8d41afdefd46aeb1ef","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-04 - Cabinet of Commissioner Violeta Bulc x Association des Constructeurs Européens d'Automobiles"],"date":["2015-02-04"],"summary":["Meeting with ACEA"],"notes":["Portfolio: Transport"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-4d2b449b5047ea3fda435a2a1c1081e3babcdf76","eu-tr-0649790813-47"]}} -{"id":"ec-meeting-2015-02-04-6dceedd1f56ed655ff8b4094e0e328c9a00f52d5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-04 - Cabinet of Vice-President Andrus Ansip x Telia Company AB"],"date":["2015-02-04"],"summary":["Digital Single Market, Telecom Single Market"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-381805014604-45","ec-person-666bc159c7e65a3af9e63c1e97435c02f1496955","ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0"]}} -{"id":"ec-meeting-2015-02-04-6f30e711cb8e9f28d3bd8d624bfa0e9cbe432ea3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-04 - Cabinet of Vice-President Jyrki Katainen x Association des Constructeurs Européens d'Automobiles"],"date":["2015-02-04"],"summary":["Regulatory framework for automotive"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90","eu-tr-0649790813-47"]}} -{"id":"ec-meeting-2015-02-04-75ebf2c5207faac272d82e21404d06ee7968f60a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-04 - Cabinet of Commissioner Phil Hogan x Confédération Européenne de la Production de Maïs"],"date":["2015-02-04"],"summary":["Meeting with the \"Association Générale des Producteurs de Maïs\""],"notes":["Portfolio: Agriculture & Rural Development"],"location":["BERL 08/323"],"address":["BERL 08/323"],"addressEntity":["addr-81cf2e873861051667b0d7f6084c1d3163e5afea"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-583664013504-15","ec-person-428cf365f3847d04012831ef2642a1a69aed518d"]}} -{"id":"ec-meeting-2015-02-04-77d77af19f9b11fd1b920d041a4743a5c51f01d7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-04 - Cabinet of Vice-President Karmenu Vella x ClientEarth Seas At Risk vzw WWF European Policy Programme OCEANA Stichting BirdLife Europe"],"date":["2015-02-04"],"summary":["Blue and green growth, Marine Strategy Framework Directive, Marine litter, Aquaculture, Seabed mining"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["eu-tr-95261732139-73","eu-tr-1083162721-43","eu-tr-1414929419-24","eu-tr-47937943241-80","ec-person-0e3efd8bc1c3ee9a80205d0bb78f316fa1621e5d","eu-tr-96645517357-19"]}} -{"id":"ec-meeting-2015-02-04-7e4767a40473dbc67acd17c400e5c9b44dfc06ff","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-04 - Cabinet of Commissioner Violeta Bulc x Abertis Infraestructuras S.A. Image Sept Bruxelles"],"date":["2015-02-04"],"summary":["Priorities of the new Commission in the area of transport"],"notes":["Portfolio: Transport"],"location":["Brussels, Belguim"],"address":["Brussels, Belguim"],"addressEntity":["addr-84b5e5f38d43901e13b15f0c7dd8b408c954fd9b"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-704156614880-34","ec-person-dd7851e4a1e747e824b4f81139e33bc3cdb73160","eu-tr-934237012880-23"]}} -{"id":"ec-meeting-2015-02-04-847397c1b4d79ef63f3e0d1a81c0dcf42436fdb9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-04 - Cabinet of Commissioner Elżbieta Bieńkowska x Saab AB"],"date":["2015-02-04"],"summary":["Intro meeting"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["ec-person-685ecf13dd26cd515c961e24ba71049af2302c5e","eu-tr-86477889163-49"]}} -{"id":"ec-meeting-2015-02-04-87042919ad843326c67577971f2eff589963b820","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-04 - Günther Oettinger x BT Group plc"],"date":["2015-02-04"],"summary":["DSM"],"location":["BXL"],"address":["BXL"],"addressEntity":["addr-d2fde52f67ea4a3e1fe233d0a959d6a1c77fd910"],"organizer":["ec-dg-de"],"involved":["ec-person-49723482bb23d029cbfc010cb37eec7392a0ae02","eu-tr-00919034091-89"]}} -{"id":"ec-meeting-2015-02-04-8842b7ca05ac93f442eed2bf81d28b2f6ba9b3cb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-04 - Cabinet of Commissioner Carlos Moedas x Johnson & Johnson"],"date":["2015-02-04"],"summary":["European research policy"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-f7327258e5f9a9c39cda735715e0240f1208bb65","eu-tr-75617941310-89"]}} -{"id":"ec-meeting-2015-02-04-8955cb05e72bef907899963132f5044983684ee6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-04 - Cabinet of President Jean-Claude Juncker x EuroHealthNet"],"date":["2015-02-04"],"summary":["Health matters"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-e415577aabb40c0f789310505c6c5803aa69037b","eu-tr-48562122691-12"]}} -{"id":"ec-meeting-2015-02-04-963151847e88e6f59253627af756ffd64bcc39ef","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-04 - Cabinet of Vice-President Karmenu Vella x Conference of Peripheral Maritime Regions (CRPM)"],"date":["2015-02-04"],"summary":["Blue growth, regional maritime strategies, environmental liability"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["eu-tr-5546423688-07","ec-person-0e3efd8bc1c3ee9a80205d0bb78f316fa1621e5d"]}} -{"id":"ec-meeting-2015-02-04-9bc18989d821fcb539fae4dd66665f9cd5c807f3","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2015-02-04 - Günther Oettinger x European Internet Services Providers Association"],"date":["2015-02-04"],"summary":["Telecoms Single Market","Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-54437813115-56","ec-person-d8b86b98a24683917c569000ed6d8c45bedbbc00","ec-person-c6cae64cc7dc787b66a47ab1613d3e922875b971"]}} -{"id":"ec-meeting-2015-02-04-9f430a78f95d5e20dc774c78a2484500c2aaf072","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-04 - Cabinet of President Jean-Claude Juncker x SALESAS TRES CENTRO DE ESTUDIOS"],"date":["2015-02-04"],"summary":["Meeting between Ms Martinez Alberola and Ana Palacio"],"notes":["Portfolio: President"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-400183910694-08","ec-person-442e08d247d72bdef0fce4bf17477efe2a5bfe49"]}} -{"id":"ec-meeting-2015-02-04-9f7d6aff2cc1d9e0b47926a45d30cd2789fdf569","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-04 - Internal Market, Industry, Entrepreneurship and SMEs x BUSINESSEUROPE"],"date":["2015-02-04"],"summary":["Industrial Road Map - Energy union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-grow"],"involved":["ec-person-9f3f9b58a22cf98d55521b290d1facc431bdce86","eu-tr-3978240953-79"]}} -{"id":"ec-meeting-2015-02-04-a10c351655f2bbf420ebd4ab00bb39e25f4f3c57","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2015-02-04 - Cabinet of Vice-President Cecilia Malmström x Heineken N.V."],"date":["2015-02-04"],"summary":["Trade Policy issues in Asia"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-5d4088e1913284a765aed8445f448f6ff341f1b3","eu-tr-827688315793-86"]}} -{"id":"ec-meeting-2015-02-04-a148993add30b12071231d8592d9dd29c2c12f44","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-04 - Cabinet of Vice-President Jyrki Katainen x SUEZ Group"],"date":["2015-02-04"],"summary":["Circular Economy"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-0310c3b87e155f5572493e91d12eebab9736a76b","eu-tr-27799842497-69"]}} -{"id":"ec-meeting-2015-02-04-a64067b3aa66ec0a27218fca087b2020d3e88224","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-04 - Cabinet of Commissioner Pierre Moscovici x European Network on Debt and Development OXFAM INTERNATIONAL EU ADVOCACY OFFICE"],"date":["2015-02-04"],"summary":["Taxation issues"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["eu-tr-46856801604-90","eu-tr-09136982496-09","ec-person-738f7f25002d191bd2df8936e8f8d1d726c19e2e"]}} -{"id":"ec-meeting-2015-02-04-a98d91aee8d3a2cec6aa74f0d67c80e10246862d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-04 - Cabinet of Vice-President Maroš Šefčovič x BP p.l.c."],"date":["2015-02-04"],"summary":["Energy Union"],"notes":["Portfolio: Energy Union"],"location":["Brussels, BE"],"address":["Brussels, BE"],"addressEntity":["addr-bd80958a978de8af51caa97a25a75f30d0061d71"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-3394026642-58","ec-person-ea6b517040e26a62f17d2829afffeba48cfd682f","ec-person-1f95be23689cd4ed0a26fe2980f760ccf2d55c1e"]}} -{"id":"ec-meeting-2015-02-04-aa3bfc826eefe22b6bab7966cb5b7da743c1150b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-04 - Günther Oettinger x Bitkom e.V."],"date":["2015-02-04"],"summary":["Copyright"],"location":["BXL"],"address":["BXL"],"addressEntity":["addr-d2fde52f67ea4a3e1fe233d0a959d6a1c77fd910"],"organizer":["ec-dg-de"],"involved":["eu-tr-5351830264-31","ec-person-49723482bb23d029cbfc010cb37eec7392a0ae02"]}} -{"id":"ec-meeting-2015-02-04-b9a34558efcca471803f1be243a842a1911cc6cb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-04 - Cabinet of Vice-President Maroš Šefčovič x The European House - Ambrosetti"],"date":["2015-02-04"],"summary":["Energy Union"],"notes":["Portfolio: Energy Union"],"location":["Brussels, BE"],"address":["Brussels, BE"],"addressEntity":["addr-bd80958a978de8af51caa97a25a75f30d0061d71"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-625244214975-24","ec-person-9f6823821fe68d82e9b9dbe81181ecacb0265d94"]}} -{"id":"ec-meeting-2015-02-04-bb11ac1de614eddce23e0746c04ed6f55a344939","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-04 - Cabinet of Vice-President Cecilia Malmström x Federation of Swedish Family Forest Owners"],"date":["2015-02-04"],"summary":["Energy policy and environmental policy in general"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-878186914678-56","ec-person-20ded9db5df11164331bb161fdf234b1e5ad53fd"]}} -{"id":"ec-meeting-2015-02-04-c74fa90ef0aff7eab90c8682a36cdba51acf9e09","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-04 - Cabinet of Vice-President Miguel Arias Cañete x GEODE - The voice of local energy distributors across Europe"],"date":["2015-02-04"],"summary":["Priorities for this year on both ENERGY and CLIMAT ACTION"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-00098856602-24","ec-person-2229c857664a22dcb8eee79a8c05841fd3d0924f"]}} -{"id":"ec-meeting-2015-02-04-ca6fb447239cfb929ffd671ce4b6eb0a9dd1f2a3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-04 - Günther Oettinger x Otsuka Novel Products GmbH"],"date":["2015-02-04"],"summary":["EU health policy"],"location":["Brussels,Belgium"],"address":["Brussels,Belgium"],"addressEntity":["addr-9d219e3055790a627449ea0f4745c821332ece94"],"organizer":["ec-dg-de"],"involved":["ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0","eu-tr-260256215861-19"]}} -{"id":"ec-meeting-2015-02-04-d4f7fae1da6434029deffe7a536798868642e65e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-04 - Cabinet of President Jean-Claude Juncker x NEW AREVA HOLDING SA"],"date":["2015-02-04"],"summary":["Energy Union"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-41126912590-71","ec-person-b1bf9aa5fb7e886441ff341b657cc482b64a2a3e"]}} -{"id":"ec-meeting-2015-02-04-d8bbb6abb7ad1520e21f02f31bae89453327070d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-04 - Cabinet of Commissioner Vytenis Andriukaitis x CELGENE"],"date":["2015-02-04"],"summary":["Access to innovative medicine"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-059ca943fc5fc696d2a97849c635ddf7b6ab7fd7","eu-tr-37955905654-37"]}} -{"id":"ec-meeting-2015-02-04-d8e319d676a229da91475604c79b885b7e00149e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-04 - Cabinet of Commissioner Věra Jourová x Verbraucherzentrale Bundesverband"],"date":["2015-02-04"],"summary":["Digital Single Market"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-a2ca9161feee56909a0e98b473c2d342c20fdb57","eu-tr-2893800753-48"]}} -{"id":"ec-meeting-2015-02-04-e38d7916e304bc4f83864ba472f2134672d4e3e3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-04 - Cabinet of Commissioner Marianne Thyssen x Bundesarbeitskammer Österreich Österreichischer Gewerkschaftsbund"],"date":["2015-02-04"],"summary":["Social and employment priorities of the European Commission"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["ec-person-e93189002a993321fd1af93481b271c766b1aff8","eu-tr-43246044354-41","eu-tr-23869471911-54"]}} -{"id":"ec-meeting-2015-02-04-e412d17ac9ada23dbde91fc2080930f93cd8bbb1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-04 - Cabinet of President Jean-Claude Juncker x The European House - Ambrosetti"],"date":["2015-02-04"],"summary":["Mr De Molli, CEO, asked to introduce the company and illustrate this year's Forum"],"notes":["Portfolio: President"],"location":["Brussels Belgium"],"address":["Brussels Belgium"],"addressEntity":["addr-61947d7d2c69c0b8f57325bd044f500c5fc6df48"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-625244214975-24","ec-person-e9857f4f6b642888bff0d7f9e60f293ae47da96b"]}} -{"id":"ec-meeting-2015-02-04-e51f189fdb1178b1c9aad04f3136fb80b077a36d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-04 - Cabinet of Commissioner Tibor Navracsics x Groupement Européen des Sociétés d'Auteurs et Compositeurs"],"date":["2015-02-04"],"summary":["Copyright"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-cb6aa96c497dead35eb0f2ed0339e5423d506549","eu-tr-36529354479-57"]}} -{"id":"ec-meeting-2015-02-04-e9714c0655f8adfc4eb9daab9403d133403cfd93","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-04 - Cabinet of Vice-President Cecilia Malmström x European Transport Workers' Federation"],"date":["2015-02-04"],"summary":["TTIP - CETA"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-92545571128-74","ec-person-20ded9db5df11164331bb161fdf234b1e5ad53fd","ec-person-cb8ca9ec2413722fa83484ed18dd76ace52d0118"]}} -{"id":"ec-meeting-2015-02-04-e97f2c55d14f6c525e00e1e365ba3d6d2992baf0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-04 - Cabinet of Vice-President Jyrki Katainen x Cambre Associates"],"date":["2015-02-04"],"summary":["Industrial Policy"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-0da85dc48012e26688310a59a0b51727ea68f410","eu-tr-23020671103-67"]}} -{"id":"ec-meeting-2015-02-04-f19010d00cdcadcd8f8e6115d14cc4f90b0116cb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-04 - Cabinet of High Representative / Vice-President Federica Mogherini x Center for Strategic and International Studies"],"date":["2015-02-04"],"summary":["Relation with professional associations"],"notes":["Portfolio: Foreign Affairs and Security Policy"],"location":["berl building in Brussels"],"address":["berl building in Brussels"],"addressEntity":["addr-c92b05cd794550b55096e46fcd86f02fc7a87ea4"],"organizer":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"involved":["eu-tr-163447715874-83","ec-person-62bf207e4274ad594e7eab4bfe20782f1d57f645"]}} -{"id":"ec-meeting-2015-02-04-f330f606fefd98f29e6c02db9662365c8c5a0b06","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-04 - Cabinet of Commissioner Vytenis Andriukaitis x None"],"date":["2015-02-04"],"summary":["Standards of care for women's health"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-059ca943fc5fc696d2a97849c635ddf7b6ab7fd7","ec-person-df30d07ef698a52b9948b9c734db39196cf8541f"]}} -{"id":"ec-meeting-2015-02-04-f5d9525460ed84ff929a625ddb734277a3b68be0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-04 - Cabinet of First Vice-President Frans Timmermans x Royal DSM"],"date":["2015-02-04"],"summary":["Mr. A. Nicolai, Digital Single Market"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["ec-person-966667b73d92624be9bb019c2baab7e52331b3d3","eu-tr-73926352722-07"]}} -{"id":"ec-meeting-2015-02-04-fa1134988cc3706562263a97ff9ce580b08ee684","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-04 - Cabinet of Vice-President Jyrki Katainen x None"],"date":["2015-02-04"],"summary":["Pharmaceutical Industry"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-99365f4c3081112dcbfa722a5eb05adecc68503e"]}} -{"id":"ec-meeting-2015-02-04-fd810a3fd7f78763cd0d0bb775bae540577c9b36","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-04 - Cabinet of Vice-President Jyrki Katainen x Skane European Office Tampereen ja Pirkanmaan EU-toimisto/Tampere Region EU Office"],"date":["2015-02-04"],"summary":["Vanguard initiative, regional funds and FC Regulation"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-264715410758-45","ec-person-f9208d930adc70c6c64e21701e48f85f6f18e949","eu-tr-171385315838-88"]}} -{"id":"ec-meeting-2015-02-05-034571715f8d3659533fa76de7b9804ad24c229c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-05 - Cabinet of Vice-President Jyrki Katainen x Telia Company AB"],"date":["2015-02-05"],"summary":["ICT, growth and competitiveness"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-99365f4c3081112dcbfa722a5eb05adecc68503e","eu-tr-381805014604-45"]}} -{"id":"ec-meeting-2015-02-05-04e4e9699fb67eee848aa9ed7c0c6d916556d480","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-05 - Cabinet of President Jean-Claude Juncker x Robert Bosch GmbH"],"date":["2015-02-05"],"summary":["Energy Union"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-b1bf9aa5fb7e886441ff341b657cc482b64a2a3e","eu-tr-8999533555-91"]}} -{"id":"ec-meeting-2015-02-05-074fe55e8a677d94e6a4f852a8e4663a56846e83","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-05 - Health and Food Safety x Boerenbond vzw"],"date":["2015-02-05"],"summary":["Présentation de projets"],"location":["Brussels (BELGIUM)"],"address":["Brussels (BELGIUM)"],"addressEntity":["addr-25bd5ca85cdaa2e09cf8cb981983bc8a6b73b8ec"],"organizer":["ec-dg-sante"],"involved":["eu-tr-38367579546-45","ec-person-e6c752b8c9246ee8246c3dde21cfd79f9c4d2d19"]}} -{"id":"ec-meeting-2015-02-05-0adedbc1c7db2389b4aeb6e89abc9a8baab48390","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-05 - Cabinet of Commissioner Elżbieta Bieńkowska x EuroCommerce"],"date":["2015-02-05"],"summary":["The future of the European Retail Action Plan; business-to-business unfair trading practices and the forthcoming Commission assessment; Single Market package; Digital Single Market package and impact on the retail and wholesale sector; a renewed impetus to the Small Business Act."],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Belgium, Brussels"],"address":["Belgium, Brussels"],"addressEntity":["addr-0c96bd4b2c2391b43c37eda4c201015868b0aa7b"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-84973761187-60","ec-person-d2997a7f359c91a337055c3e24dd36bf928de38d","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2015-02-05-0cdd18f7afd04b14afb5efbf46085cad7ffef38c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-05 - Cabinet of High Representative / Vice-President Federica Mogherini x Euronews"],"date":["2015-02-05"],"summary":["Relation with professional associations"],"notes":["Portfolio: Foreign Affairs and Security Policy"],"location":["Berl Building Bruxelles"],"address":["Berl Building Bruxelles"],"addressEntity":["addr-c8a6e71ef840f20140bebb2d44c432abc5d2e888"],"organizer":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"involved":["ec-person-702cc2c6e5f88e6a62c801eccaff75ef5e753d5b","eu-tr-944964416106-32","ec-person-62bf207e4274ad594e7eab4bfe20782f1d57f645"]}} -{"id":"ec-meeting-2015-02-05-1b53149a2649eb6f7008ad505381270f03408695","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-05 - Cabinet of Commissioner Violeta Bulc x Etihad Airways"],"date":["2015-02-05"],"summary":["Etihad"],"notes":["Portfolio: Transport"],"location":["Brussels/BE"],"address":["Brussels/BE"],"addressEntity":["addr-fe4580120e578f5899b4d753b36b5313310f6173"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-5012c5e45a52ee8ce67d19c1781a127af53e73e7","eu-tr-142277315551-86","ec-person-d710a614b1b0eabb6d73a2d665b82f6514a3fdb8"]}} -{"id":"ec-meeting-2015-02-05-25dd2eddcc0215ecf099129b09f9a1515453e7e9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-05 - Inspire, Debate, Engage and Accelerate Action x Jeremy Rifkin Enterprises"],"date":["2015-02-05"],"summary":["Talk with Mr Jeremy Rifkin about his vision on a digitised Europe"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-dg-idea"],"involved":["ec-person-4fe56a64c00b3e81c851b5538878b32481bd7d3c","eu-tr-433579315121-82"]}} -{"id":"ec-meeting-2015-02-05-2e6b513a9b4c61915153c3017136a256a57166b0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-05 - Cabinet of Commissioner Phil Hogan x Landbrug & Fødevarer - Danish Agriculture and Food Council"],"date":["2015-02-05"],"summary":["Simplification, Greening, Fat tax, Pig price crisis, ammonia emissions"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-400dd8d59d3060187d9b9b143d697da1a3d03c12","ec-person-a1a78365cc4685b0958056646204977d8f2ead92","eu-tr-1634450483-86"]}} -{"id":"ec-meeting-2015-02-05-30955165f11158cf49662e9905ffbc0c90d12f0c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-05 - Cabinet of Vice-President Jyrki Katainen x Confederation of Finnish Industries EK"],"date":["2015-02-05"],"summary":["Tax Policy"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-0da85dc48012e26688310a59a0b51727ea68f410","eu-tr-1274604847-34"]}} -{"id":"ec-meeting-2015-02-05-32e0fe5434496894fdebaae5a168d68d8c6d771c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-05 - Cabinet of Vice-President Miguel Arias Cañete x Conseil de Coopération Economique"],"date":["2015-02-05"],"summary":["Working meeting with CCE energy task force"],"notes":["Portfolio: Climate Action & Energy"],"location":["Paris, France"],"address":["Paris, France"],"addressEntity":["addr-c70534aa18173b860a10a50a47b139c4a581cbf6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-260656615546-60","ec-person-2229c857664a22dcb8eee79a8c05841fd3d0924f"]}} -{"id":"ec-meeting-2015-02-05-4038a7be69dfbc9836f06a396d5482137f4674aa","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-05 - Cabinet of Commissioner Věra Jourová x Trans-Atlantic Business Council"],"date":["2015-02-05"],"summary":["Issues related to Data Protection"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-184e698af1eb9e33b179680570ca171d8cb31c94","eu-tr-89092554724-82"]}} -{"id":"ec-meeting-2015-02-05-50c3913e71ca3b7d4cc75791b0adfe9c4fec8edf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-05 - Cabinet of Commissioner Margrethe Vestager x Landbrug & Fødevarer - Danish Agriculture and Food Council"],"date":["2015-02-05"],"summary":["Introduction to the Agriculture & Food Sector"],"notes":["Portfolio: Competition"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-margrethe-of-vestager"],"involved":["ec-person-0700cb0f43a2d20f4938902c4a086aca632d71fb","eu-tr-1634450483-86","ec-person-2e96673ec2acdfc668f6970535551f9afa1f8729","ec-person-6e8b9cd7bb1a15a7e90b04790769360ba931cafd"]}} -{"id":"ec-meeting-2015-02-05-51d95500bfae583588df865d55f90dd3fd63ad78","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-05 - Cabinet of High Representative / Vice-President Federica Mogherini x Third Generation Environmentalism Ltd"],"date":["2015-02-05"],"summary":["EU-China Trade and Investmens"],"notes":["Portfolio: Foreign Affairs and Security Policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"involved":["ec-person-45979518aeb963c1e56b5ef49b90e004ae8acf79","eu-tr-07783117686-61"]}} -{"id":"ec-meeting-2015-02-05-550ce693203f830372c953320fed5f55d176cb85","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-05 - Cabinet of Commissioner Marianne Thyssen x EUROCHAMBRES – Association of European Chambers of Commerce and Industry"],"date":["2015-02-05"],"summary":["Eurochambres meeting: 'Skills and Apprenticeships'"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Berl 10/411"],"address":["Berl 10/411"],"addressEntity":["addr-7e492172e79566f8c3ec7a48f1c1f8a97d59b782"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["ec-person-bdb607d5d994a4056dd700f8f52d9af25b406b36","ec-person-c508e9337eca6b067c1f966b82de49c4824a3ad0","eu-tr-0014082722-83"]}} -{"id":"ec-meeting-2015-02-05-56df41ecd59d60e6c526bf92d8784f7d15c6fb8e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-05 - Günther Oettinger x Orange"],"date":["2015-02-05"],"summary":["Telecoms Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-76704342721-41","ec-person-c6cae64cc7dc787b66a47ab1613d3e922875b971"]}} -{"id":"ec-meeting-2015-02-05-57573e4dadac2715cf2bba2fd8225c9c3f3b4029","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-05 - Cabinet of Commissioner Elżbieta Bieńkowska x EUROCHAMBRES – Association of European Chambers of Commerce and Industry"],"date":["2015-02-05"],"summary":["Priorities for Commissioner Bieńkowska's term"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["ec-person-95a769a1850d7d595f9a5853c51dcbdd3ddd69fb","eu-tr-0014082722-83","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2015-02-05-5a04e4262710a97b113457a4eba21162888f1435","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-05 - Cabinet of Vice-President Andrus Ansip x General Electric Company"],"date":["2015-02-05"],"summary":["EU reforms of data protection"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-5db7bdd1c81da2e70eb5b982097d0004111b5c3e","ec-person-d5a309c64ecdb05010325dcfc661f6ae817f31cc","eu-tr-4016736872-59"]}} -{"id":"ec-meeting-2015-02-05-5f642738939e268af69351b93dbeaf72e9b9dc2f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-05 - Cabinet of Commissioner Jonathan Hill x BP p.l.c."],"date":["2015-02-05"],"summary":["Introductory Meeting"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["eu-tr-3394026642-58","ec-person-f247edfcff54d4f26fc10769f809c92bc72d6797"]}} -{"id":"ec-meeting-2015-02-05-62dc4dd23c9f3b3c2011ab0985317465ca7e8433","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2015-02-05 - Cabinet of Commissioner Jonathan Hill x JPMorgan Chase & Co."],"date":["2015-02-05"],"summary":["Financial Services Policy"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["ec-person-03cf92829e273869bfbd8bbf4f1881dcd0848186","eu-tr-9171899949-17"]}} -{"id":"ec-meeting-2015-02-05-6747f9c88bef3703bd908e099c0bae8a77541e50","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-05 - Cabinet of Commissioner Věra Jourová x EUROCHAMBRES – Association of European Chambers of Commerce and Industry"],"date":["2015-02-05"],"summary":["Presentation of civil justice priorities"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["eu-tr-0014082722-83","ec-person-ff9ad301b778d595651cc4c46ec3a4cf1ef10376"]}} -{"id":"ec-meeting-2015-02-05-685e6d0e901fcd40179039638eb8a4ba0d1d34f5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-05 - Cabinet of Commissioner Violeta Bulc x Fédération Francaise des Motards en Colère"],"date":["2015-02-05"],"summary":["Road transport"],"notes":["Portfolio: Transport"],"location":["Brussels, Belguim"],"address":["Brussels, Belguim"],"addressEntity":["addr-84b5e5f38d43901e13b15f0c7dd8b408c954fd9b"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-20754631263-62","ec-person-dd7851e4a1e747e824b4f81139e33bc3cdb73160"]}} -{"id":"ec-meeting-2015-02-05-70355278b5a9a2c38b9b33901274e58825f580b3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-05 - Cabinet of Vice-President Andrus Ansip x Dante International Kft."],"date":["2015-02-05"],"summary":["Platform neutrality, data protection, intellectual property and net neutrality"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-d5a309c64ecdb05010325dcfc661f6ae817f31cc","eu-tr-55447279509-78"]}} -{"id":"ec-meeting-2015-02-05-705716ed9f86153a3a10d192a1507b71c29aa61e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-05 - Human Resources and Security x Heidrick & Struggles"],"date":["2015-02-05"],"summary":["Developments in global consulting"],"location":["SC11 9/12"],"address":["SC11 9/12"],"addressEntity":["addr-75ae616dfdab325c684940e03cae0925f7076007"],"organizer":["ec-dg-hr"],"involved":["ec-person-b037f0f40ee5bc6c58e1789548c8fc02aca31b02","eu-tr-359075116163-46"]}} -{"id":"ec-meeting-2015-02-05-723e556da25e74581ee8661c39732fca2b376e29","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-05 - Cabinet of Commissioner Jonathan Hill x Gesamtverband der Arbeitgeberverbände der Metall- und Elektro-Industrie e.V."],"date":["2015-02-05"],"summary":["Occupational pensions"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Belgium, Brussels, BERL 10th"],"address":["Belgium, Brussels, BERL 10th"],"addressEntity":["addr-ff2079752b92acc7223ccab7969c6d04cba3b924"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["ec-person-5fdb62e20cecef81f87f94d3d1bcdd3b47b26af0","eu-tr-03004067068-71"]}} -{"id":"ec-meeting-2015-02-05-751f2c1617ba9fc76dfa050ca849f0d9ca8e0103","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-05 - Cabinet of Vice-President Cecilia Malmström x EUROCHAMBRES – Association of European Chambers of Commerce and Industry"],"date":["2015-02-05"],"summary":["TTIP and SME's, European Economic Diplomacy"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-19b143e83f8ab978c55c8a9a9e49e06dbfa14bf3","ec-person-5d4088e1913284a765aed8445f448f6ff341f1b3","eu-tr-0014082722-83"]}} -{"id":"ec-meeting-2015-02-05-76b91ed0aacc2bce1c6b0e410365c7d0bbd1a64b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-05 - Cabinet of Commissioner Jonathan Hill x Bundesverband Öffentlicher Banken Deutschlands eV"],"date":["2015-02-05"],"summary":["Public Banking Sector"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Belgium, Brussels, BERL 10th"],"address":["Belgium, Brussels, BERL 10th"],"addressEntity":["addr-ff2079752b92acc7223ccab7969c6d04cba3b924"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["ec-person-5fdb62e20cecef81f87f94d3d1bcdd3b47b26af0","eu-tr-0767788931-41"]}} -{"id":"ec-meeting-2015-02-05-7df6f47da5855156be55ef91f57601f737b2c758","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-05 - Cabinet of Commissioner Phil Hogan x Maa- ja metsätaloustuottajain Keskusliitto – Central Union of Agricultural Producers and Forest Owners"],"date":["2015-02-05"],"summary":["Simplification, Retail chain, Dairy industry consolidation, Commissioner's visit to Finland"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-56039441735-48","ec-person-400dd8d59d3060187d9b9b143d697da1a3d03c12"]}} -{"id":"ec-meeting-2015-02-05-89791f1b196f2edffe588c0ea628f8d11c2df961","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-05 - Cabinet of Commissioner Violeta Bulc x Fiat Chrysler Automobiles"],"date":["2015-02-05"],"summary":["Commissioner plans"],"notes":["Portfolio: Transport"],"location":["Brussels, Belguim"],"address":["Brussels, Belguim"],"addressEntity":["addr-84b5e5f38d43901e13b15f0c7dd8b408c954fd9b"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-7387356890-48","ec-person-dd7851e4a1e747e824b4f81139e33bc3cdb73160"]}} -{"id":"ec-meeting-2015-02-05-90f14e0f6cad0e4ccf195ac730929dcf99069d20","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-05 - Cabinet of Commissioner Phil Hogan x Etihad Airways"],"date":["2015-02-05"],"summary":["Airline regulation"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-142277315551-86","ec-person-ff8342dedc26701400fcb7dcf73fbee50a837ac6"]}} -{"id":"ec-meeting-2015-02-05-9a9b6b06301cb99a4a7dea963a9164ce394111e2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-05 - Cabinet of Vice-President Andrus Ansip x EUROCHAMBRES – Association of European Chambers of Commerce and Industry"],"date":["2015-02-05"],"summary":["Digital Single Market, e-commerce, eIDAS regulation, eGovernment"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45","eu-tr-0014082722-83"]}} -{"id":"ec-meeting-2015-02-05-9c80210d6d699d7c08d33ad34d75d165e93c3626","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-05 - Günther Oettinger x the International Association for Measurement and Evaluation of Communication"],"date":["2015-02-05"],"summary":["Copyright"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-d8b86b98a24683917c569000ed6d8c45bedbbc00","eu-tr-209240014691-81"]}} -{"id":"ec-meeting-2015-02-05-a7b1a91f33e1e2ebea8baa59e2ae3fb4963e63ec","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-05 - Cabinet of Commissioner Elżbieta Bieńkowska x OHB"],"date":["2015-02-05"],"summary":["Introductory meeting"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["ec-person-685ecf13dd26cd515c961e24ba71049af2302c5e","eu-tr-648584214179-94"]}} -{"id":"ec-meeting-2015-02-05-ac47e1755503625afee80df5b49e1f2cb2589b15","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-05 - Justice and Consumers x Conseil des Notariats de l'Union Européenne"],"date":["2015-02-05"],"summary":["Public documents/e-Justice/Single member company"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-just"],"involved":["eu-tr-98885666486-72","ec-person-26f8747866bd0d81cebb7a339c1ac11294d9676e"]}} -{"id":"ec-meeting-2015-02-05-ae0b5693b2402d352bfba7692ef560e164d55d7a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-05 - Cabinet of Vice-President Andrus Ansip x Computer & Communications Industry Association"],"date":["2015-02-05"],"summary":["Platforms, online sales and sales restrictions"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-d5a309c64ecdb05010325dcfc661f6ae817f31cc","eu-tr-15987896534-82","ec-person-666bc159c7e65a3af9e63c1e97435c02f1496955"]}} -{"id":"ec-meeting-2015-02-05-af7d2d0fc4904824877cb9f670375bbc12958dc1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-05 - Cabinet of Commissioner Pierre Moscovici x General Electric Company"],"date":["2015-02-05"],"summary":["OECD work on BEPS"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["eu-tr-4016736872-59","ec-person-738f7f25002d191bd2df8936e8f8d1d726c19e2e"]}} -{"id":"ec-meeting-2015-02-05-b4e294931ed6c2a2e549bd217dc0b26ac8a8380f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-05 - Mobility and Transport x European Community Association of Ship Brokers and Agents"],"date":["2015-02-05"],"summary":["Maritime transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-move"],"involved":["ec-person-d856b0f199c84d5b5003106bea2ee6d0392e2428","eu-tr-35540903747-06"]}} -{"id":"ec-meeting-2015-02-05-b6b2984bc003b377d59f082e80ecb0fe98bee269","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-05 - Cabinet of High Representative / Vice-President Federica Mogherini x Crisis Action"],"date":["2015-02-05"],"summary":["Presentation of organisation and work"],"notes":["Portfolio: Foreign Affairs and Security Policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"involved":["ec-person-4f2bf88ad14d12976aecc7694a057ab90b7a81d2","eu-tr-883467515174-60"]}} -{"id":"ec-meeting-2015-02-05-b89e1445212fe535e4c96880f6b7193ff23de073","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-05 - Cabinet of Vice-President Valdis Dombrovskis x Deutscher Industrie- und Handelskammertag e.V."],"date":["2015-02-05"],"summary":["EU topical issues"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels, Berlaymont"],"address":["Brussels, Berlaymont"],"addressEntity":["addr-2d842da4e8cf3dbd0304d45e6b874d5f0aa57edf"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-22400601191-42","ec-person-b3851773e6fffa3f8f2c4483b70f7bb63da8a4c3"]}} -{"id":"ec-meeting-2015-02-05-ba8102afc7c9bd3339ad796c27672813a4d87451","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-05 - Cabinet of Commissioner Jonathan Hill x Fédération Française de l'Assurance"],"date":["2015-02-05"],"summary":["Introduction meeting"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["eu-tr-5149794935-37","ec-person-890015b0d769ee93a09119846b414d4aae7c64ae"]}} -{"id":"ec-meeting-2015-02-05-bf481325bf8c6c169e6d0f294e5ecd2a44945995","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-05 - Cabinet of Vice-President Maroš Šefčovič x Cercle des Réseaux européens"],"date":["2015-02-05"],"summary":["Energy Union"],"notes":["Portfolio: Energy Union"],"location":["Bruxelles"],"address":["Bruxelles"],"addressEntity":["addr-b58f5927b66d94a676970dc048485d4c6848f272"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-af83ed49c403cb9d7ebfecca7893f0054c1f4be5","ec-person-9f6823821fe68d82e9b9dbe81181ecacb0265d94","eu-tr-212885415901-57"]}} -{"id":"ec-meeting-2015-02-05-cc3ff8e683783579f19f1513257a01467186b5af","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-05 - Cabinet of Vice-President Andrus Ansip x None"],"date":["2015-02-05"],"summary":["ISP liabilitiy, restrictions on platforms, parcel delivery, payment service directive"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-94256896677-14","ec-person-d5a309c64ecdb05010325dcfc661f6ae817f31cc","eu-tr-40386322300-77","ec-person-666bc159c7e65a3af9e63c1e97435c02f1496955","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45"]}} -{"id":"ec-meeting-2015-02-05-cd28d4941c5710ca23e2f0ee20f2949fe10f99be","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-05 - Cabinet of Commissioner Carlos Moedas x EU Strategy"],"date":["2015-02-05"],"summary":["Digitalisation of different sectors"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-f7327258e5f9a9c39cda735715e0240f1208bb65","eu-tr-42484704423-92"]}} -{"id":"ec-meeting-2015-02-05-e48f05e34100bd050c2635a4d8ba373f971d3d0c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-05 - Cabinet of Vice-President Maroš Šefčovič x RWE AG"],"date":["2015-02-05"],"summary":["Presentation RWE"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-77608353460-77","ec-person-3bf48630444ace93d407e52eb880e64d480f75ce"]}} -{"id":"ec-meeting-2015-02-05-e7ff9226d205c121a4fabf8239d2df9c688e8398","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-05 - Cabinet of Vice-President Karmenu Vella x Landbrug & Fødevarer - Danish Agriculture and Food Council"],"date":["2015-02-05"],"summary":["Air quality package"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["ec-person-0188cdcf7c0a8fcf8a7b49289575f4c70fd09534","ec-person-78fb1ad0c02c4fa8497b22edc1233d6be03cf2e5","eu-tr-1634450483-86"]}} -{"id":"ec-meeting-2015-02-05-f072eee56b147b5593900f9dc499488fbe515e7e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-05 - Cabinet of Vice-President Cecilia Malmström x European Express Association"],"date":["2015-02-05"],"summary":["TTIP Trade Facilitation Chapter and Developments of Union Customs Code"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-5d4088e1913284a765aed8445f448f6ff341f1b3","eu-tr-1894704851-83"]}} -{"id":"ec-meeting-2015-02-05-f0d7f5c40f0e8d86a2773a2d342f902589f799fd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-05 - Cabinet of Commissioner Věra Jourová x Amnesty International Limited"],"date":["2015-02-05"],"summary":["Fundamental Rights and Hate speech"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-a608b85b2ffef83f883b5a2330b6232efa1b7141","eu-tr-11063928073-34"]}} -{"id":"ec-meeting-2015-02-05-fa366cae7ea13452ee6cb31581cec382535e71d6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-05 - Cabinet of Commissioner Carlos Moedas x Confederação dos Agricultores de Portugal"],"date":["2015-02-05"],"summary":["Horizon 2020 and the Agro-food sector in Portugal"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["eu-tr-68374528625-72","ec-person-23980b2bc4fd9c82051d0f7888dc236b2f764866"]}} -{"id":"ec-meeting-2015-02-06-1a46f395f2fa9682498c5e2f877486ff22b015bb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-06 - Cabinet of Commissioner Vytenis Andriukaitis x Eli Lilly and Company"],"date":["2015-02-06"],"summary":["Access to innovative medicine"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-059ca943fc5fc696d2a97849c635ddf7b6ab7fd7","eu-tr-04657143399-39"]}} -{"id":"ec-meeting-2015-02-06-29d970914cac9ee41bec444580c64d070f038f6c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-06 - Cabinet of Commissioner Vytenis Andriukaitis x Hill & Knowlton International Belgium"],"date":["2015-02-06"],"summary":["Immuno-oncology treatments"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["eu-tr-3183894853-03","ec-person-059ca943fc5fc696d2a97849c635ddf7b6ab7fd7"]}} -{"id":"ec-meeting-2015-02-06-3cffe0c991d82e72f1ffff41686ed223e8e1d445","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-06 - Günther Oettinger x Ecommerce Europe"],"date":["2015-02-06"],"summary":["e-Commerce"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-867433111414-11","ec-person-d8b86b98a24683917c569000ed6d8c45bedbbc00"]}} -{"id":"ec-meeting-2015-02-06-434259d05f83edc32e1c8bb5140e5891dd2bd490","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-06 - Health and Food Safety x Union Européenne du Commerce du Bétail et des Métiers de la Viande"],"date":["2015-02-06"],"summary":["Take stock of the issue with Russia following the agreement reached in Berlin"],"location":["Brussels (BELGIUM)"],"address":["Brussels (BELGIUM)"],"addressEntity":["addr-25bd5ca85cdaa2e09cf8cb981983bc8a6b73b8ec"],"organizer":["ec-dg-sante"],"involved":["eu-tr-4422649896-52","ec-person-e6c752b8c9246ee8246c3dde21cfd79f9c4d2d19"]}} -{"id":"ec-meeting-2015-02-06-4912dfe30b127e9829ec7d0a6326143714a2edf8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-06 - Cabinet of Vice-President Neven Mimica x International Union for Conservation of Nature EU Representative Office"],"date":["2015-02-06"],"summary":["EU IUCN cooperation and development-environment"],"notes":["Portfolio: International Cooperation & Development"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-mimica-neven-of-president-vice"],"involved":["eu-tr-03518238467-61","ec-person-d455992f8f48b86e26e61f5284a9ef8e18aed182","ec-person-886e1b865045c3ed98e99075006d09cea708acce"]}} -{"id":"ec-meeting-2015-02-06-4a99a76ba4c4373b8ad0bf8ea95bb0f0423ff1c0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-06 - Cabinet of Commissioner Phil Hogan x NFU Scotland"],"date":["2015-02-06"],"summary":["Simplification, retail chain, pesticide negotiations, Commissioner's visit to Royal Highlands Show"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-758857015634-26","ec-person-400dd8d59d3060187d9b9b143d697da1a3d03c12"]}} -{"id":"ec-meeting-2015-02-06-533e60344d496592c5ad33c793c4c95ec698943f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-06 - Cabinet of Vice-President Cecilia Malmström x Etihad Airways"],"date":["2015-02-06"],"summary":["Contribution of aviation to growth in Europe, FTA negotiations with the Gulf Region."],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-142277315551-86","ec-person-5d4088e1913284a765aed8445f448f6ff341f1b3"]}} -{"id":"ec-meeting-2015-02-06-577a70a086ae7602fad3ebd18b9fb847423082b4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-06 - Cabinet of Vice-President Jyrki Katainen x APCO Worldwide"],"date":["2015-02-06"],"summary":["Investment Initiative"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-0da85dc48012e26688310a59a0b51727ea68f410","eu-tr-81995781088-41"]}} -{"id":"ec-meeting-2015-02-06-5a17717edff1531f002f096aafed2a9788097522","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-06 - Cabinet of First Vice-President Frans Timmermans x IFPI Representing recording industry worldwide"],"date":["2015-02-06"],"summary":["Commission Work Programme"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Berlaymont, Brussels"],"address":["Berlaymont, Brussels"],"addressEntity":["addr-fc86ff6aaa2cd722afeb09a33ccd03fec72f8cd1"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-60394321918-91","ec-person-ee0e358952eb5192d26c98d36095038f6b8223f2"]}} -{"id":"ec-meeting-2015-02-06-5abdbab43a710adf71fc91d1e0c137a7f5878acb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-06 - Cabinet of Commissioner Tibor Navracsics x University of Warwick"],"date":["2015-02-06"],"summary":["Higher education and EIT"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-fc5c01a0bffedf0f4e205a759b40239535313d28","eu-tr-536909915836-27"]}} -{"id":"ec-meeting-2015-02-06-725052abe5901fa43d2045baa74be6553c7c0450","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-06 - Cabinet of Vice-President Jyrki Katainen x VR-Group Ltd"],"date":["2015-02-06"],"summary":["Presentation of the work of the Commission"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-f9208d930adc70c6c64e21701e48f85f6f18e949","eu-tr-549564815917-64"]}} -{"id":"ec-meeting-2015-02-06-a8249faabf79557b42e928a67e494de440c83722","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-06 - Cabinet of Commissioner Vytenis Andriukaitis x Lietuvos Respublikos žemės ūkio rūmai"],"date":["2015-02-06"],"summary":["African swine fever"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["eu-tr-562625116680-63","ec-person-d462b3c7daeee00ad55e380a7fb96819f79899df"]}} -{"id":"ec-meeting-2015-02-06-ac86a141cb116ee269282922bfd530c2fa0f0c03","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-06 - Cabinet of Commissioner Violeta Bulc x XPO Logistics Europe SA"],"date":["2015-02-06"],"summary":["Transport priorities"],"notes":["Portfolio: Transport"],"location":["Brussels-Belgium"],"address":["Brussels-Belgium"],"addressEntity":["addr-8aa817030dbcdfbb53f748ee3078a4c164aa27db"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-7ac9445abdddc66a79f539ae13eb74e1ceb512df","eu-tr-933726715592-90"]}} -{"id":"ec-meeting-2015-02-06-c9820e6b71c00719c1c1bb5ec9a1ce8b67e56846","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-06 - Cabinet of Commissioner Violeta Bulc x Community of European Railway and Infrastructure Companies"],"date":["2015-02-06"],"summary":["ITS"],"notes":["Portfolio: Transport"],"location":["Brussels, Belguim"],"address":["Brussels, Belguim"],"addressEntity":["addr-84b5e5f38d43901e13b15f0c7dd8b408c954fd9b"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-7574621118-27","ec-person-e14c58f620f40325d829df7be0823280307bc15f","ec-person-dd7851e4a1e747e824b4f81139e33bc3cdb73160"]}} -{"id":"ec-meeting-2015-02-06-cf81f2969f62f7f884dcda90d9b9aecc1d7e5959","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-06 - Cabinet of Commissioner Pierre Moscovici x Confederation of Finnish Industries EK"],"date":["2015-02-06"],"summary":["Fight against tax evasion and tax fraud + CCCTB"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["eu-tr-1274604847-34","ec-person-738f7f25002d191bd2df8936e8f8d1d726c19e2e"]}} -{"id":"ec-meeting-2015-02-06-d34a518e81cdfc705cd47c8c505e6f7976a98709","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-06 - Cabinet of Commissioner Phil Hogan x Fédération Nationale des Syndicats d'Exploitants Agricoles"],"date":["2015-02-06"],"summary":["Meeting with the Fédération Nationale des Syndicats d’Exploitants Agricoles – France"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["BERL 08/323"],"address":["BERL 08/323"],"addressEntity":["addr-81cf2e873861051667b0d7f6084c1d3163e5afea"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-59530682147-07","ec-person-428cf365f3847d04012831ef2642a1a69aed518d"]}} -{"id":"ec-meeting-2015-02-06-dcdac73559c5c4c6c795c761623c0f80efd44ed8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-06 - Cabinet of Commissioner Jonathan Hill x Confederation of Businessmen and Industrialists of Turkiye"],"date":["2015-02-06"],"summary":["Financial Services Policy"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["ec-person-03cf92829e273869bfbd8bbf4f1881dcd0848186","eu-tr-05241797002-90"]}} -{"id":"ec-meeting-2015-02-06-e8b1a7ec1af8127b96d4ab19a280e39ed597b564","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-06 - Cabinet of Commissioner Violeta Bulc x Miltton Brussels"],"date":["2015-02-06"],"summary":["Infrastructure projects"],"notes":["Portfolio: Transport"],"location":["Brussels- Belgium"],"address":["Brussels- Belgium"],"addressEntity":["addr-c27327b9b27d60daedb03a5a5b65213a04b09d80"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-7ac9445abdddc66a79f539ae13eb74e1ceb512df","eu-tr-970334114615-60"]}} -{"id":"ec-meeting-2015-02-06-eb48355ffe360ac4f9fc3b4232c05e1d963a2918","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2015-02-06 - Günther Oettinger x EBU-UER (European Broadcasting Union)"],"date":["2015-02-06"],"summary":["Media"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-93288301615-56","ec-person-c6c38691c27b1498b60b18409aa979cf1dd1f4ac"]}} -{"id":"ec-meeting-2015-02-06-ec4e200787e288bcc9ede1217de55263f07311bc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-06 - Cabinet of Commissioner Marianne Thyssen x Proximus"],"date":["2015-02-06"],"summary":["Digital Single Market and Apprenticeships"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["berl 10/400 Brussels"],"address":["berl 10/400 Brussels"],"addressEntity":["addr-249cc958a600a1d8afd213e5205d953608718b19"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["ec-person-bdb607d5d994a4056dd700f8f52d9af25b406b36","eu-tr-935803015129-67"]}} -{"id":"ec-meeting-2015-02-06-ef7fa0de365b894bc2404f1d5df4dce0dba7b01c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-06 - Inspire, Debate, Engage and Accelerate Action x The Global Round Table"],"date":["2015-02-06"],"summary":["EU for the 21st Century"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-dg-idea"],"involved":["ec-person-4fe56a64c00b3e81c851b5538878b32481bd7d3c","eu-tr-346883615381-56"]}} -{"id":"ec-meeting-2015-02-06-ffce95a904c73d8c4f802a37bb025da4996475bd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-06 - Cabinet of Commissioner Violeta Bulc x easyJet"],"date":["2015-02-06"],"summary":["EasyJet Head of Regulation"],"notes":["Portfolio: Transport"],"location":["Brussels/BE"],"address":["Brussels/BE"],"addressEntity":["addr-fe4580120e578f5899b4d753b36b5313310f6173"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-5012c5e45a52ee8ce67d19c1781a127af53e73e7","eu-tr-291219715847-52","ec-person-d710a614b1b0eabb6d73a2d665b82f6514a3fdb8"]}} -{"id":"ec-meeting-2015-02-09-0439f8b6126ad064a4639b5bdd2ea24b3571c87b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-09 - Cabinet of Vice-President Jyrki Katainen x EDEKA ZENTRALE Stiftung & Co. KG REWE ZENTRALFINANZ eG Handelsverband Deutschland Kaufland"],"date":["2015-02-09"],"summary":["Priorities of the new Commission"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-650035215812-91","eu-tr-31200871765-41","ec-person-7c9460f99c5872dbdc561f5752401c870d12e98b","eu-tr-13480556813-27","eu-tr-695563913580-18"]}} -{"id":"ec-meeting-2015-02-09-06594ac1d0d2d1be5592d67ff83b982b25e7d227","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2015-02-09 - Cabinet of Commissioner Elżbieta Bieńkowska x EU-Russia Industrialists' Round Table"],"date":["2015-02-09"],"summary":["Introductory meeting"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-697092715804-36","ec-person-b2f9be51339f054477846797e2c119fcf16548fc"]}} -{"id":"ec-meeting-2015-02-09-0ab40d5401a0e437d9372c3c37196b2e3b57c281","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-09 - Cabinet of Vice-President Jyrki Katainen x Inmarsat Global Ltd"],"date":["2015-02-09"],"summary":["Investments and competitiveness"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90","eu-tr-007453915616-85"]}} -{"id":"ec-meeting-2015-02-09-0cea0f6be3c502bef10ff2892be807c555926e50","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-09 - Cabinet of Commissioner Jonathan Hill x Centre for European Reform"],"date":["2015-02-09"],"summary":["Financial Services Policy"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["ec-person-03cf92829e273869bfbd8bbf4f1881dcd0848186","eu-tr-524976815651-12"]}} -{"id":"ec-meeting-2015-02-09-1cd5d5982403ecfc3578c9b8c4ca82e8fc90e9af","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-09 - Cabinet of Vice-President Neven Mimica x International Organization for Migration"],"date":["2015-02-09"],"summary":["Migration policy to discuss general matters regarding the new migration policy of the European Commission"],"notes":["Portfolio: International Cooperation & Development"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-mimica-neven-of-president-vice"],"involved":["ec-person-5f446e21c2ca97624d9781d53ce7312477e72d6e","eu-tr-14074813668-09"]}} -{"id":"ec-meeting-2015-02-09-1fd35063db7fa86c8745c9e9eed24242593284db","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-09 - Health and Food Safety x Rubinum SA"],"date":["2015-02-09"],"summary":["Tyocerin"],"location":["Brussels (BELGIUM)"],"address":["Brussels (BELGIUM)"],"addressEntity":["addr-25bd5ca85cdaa2e09cf8cb981983bc8a6b73b8ec"],"organizer":["ec-dg-sante"],"involved":["ec-person-e6c752b8c9246ee8246c3dde21cfd79f9c4d2d19","eu-tr-634234715903-41"]}} -{"id":"ec-meeting-2015-02-09-24dc40570d824c279c6b9b98a05e0f4299867520","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-09 - Cabinet of Vice-President Jyrki Katainen x General Electric Company"],"date":["2015-02-09"],"summary":["Preparatory meeting for GE - VP meeting on 12/2"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-7c9460f99c5872dbdc561f5752401c870d12e98b","eu-tr-4016736872-59"]}} -{"id":"ec-meeting-2015-02-09-452e8b0e8735dd041adcc925b18776f57760b0a4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-09 - Günther Oettinger x Amazon Europe Core SARL"],"date":["2015-02-09"],"summary":["Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-d8b86b98a24683917c569000ed6d8c45bedbbc00","eu-tr-366117914426-10"]}} -{"id":"ec-meeting-2015-02-09-51c068ac12333eacfc376658d665ec47a913ab0b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-09 - Cabinet of First Vice-President Frans Timmermans x RegWatchEurope"],"date":["2015-02-09"],"summary":["Meeting with Representatives of RegWatchEurope on better regulation (Regulatory Policy Committee, Nationaler Normenkontrollrat, Regelradet, Regulatory Impact Assessment Board, ACTAL)"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-394175316305-29","ec-person-966667b73d92624be9bb019c2baab7e52331b3d3"]}} -{"id":"ec-meeting-2015-02-09-5a3a26b3e28c048656e449620ee55cbe24818633","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-09 - Cabinet of Commissioner Elżbieta Bieńkowska x Confederation of European Paper Industries"],"date":["2015-02-09"],"summary":["Introductory meeting"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-72279144480-58","ec-person-b2f9be51339f054477846797e2c119fcf16548fc","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2015-02-09-6d293cedc219488a72b7d57b47eabc79be963c0a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-09 - Günther Oettinger x International Federation of Film Distributors' and Publishers' Associations Constantin Medien AG"],"date":["2015-02-09"],"summary":["Copyright, DSM"],"location":["Berlin, Germany"],"address":["Berlin, Germany"],"addressEntity":["addr-45087614a913d81becb706e8469c1cd56b027e7f"],"organizer":["ec-dg-de"],"involved":["eu-tr-757797110981-25","ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0","eu-tr-348845016774-12"]}} -{"id":"ec-meeting-2015-02-09-78268129fe327de9a71b7d5f58f0af1d4b5d0e9c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-09 - Inspire, Debate, Engage and Accelerate Action x Startups.be Storify"],"date":["2015-02-09"],"summary":["Meeting with Xavier Damman and Karen Boers"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-dg-idea"],"involved":["eu-tr-448661315899-40","eu-tr-064914715900-89","ec-person-4fe56a64c00b3e81c851b5538878b32481bd7d3c"]}} -{"id":"ec-meeting-2015-02-09-7ab0a6cdce7a1199f0650deb4e8a50e9b70ac711","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-09 - Cabinet of Commissioner Violeta Bulc x Transport and Environment (European Federation for Transport and Environment)"],"date":["2015-02-09"],"summary":["Meeting with Transport&Environment"],"notes":["Portfolio: Transport"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-4d2b449b5047ea3fda435a2a1c1081e3babcdf76","eu-tr-58744833263-19"]}} -{"id":"ec-meeting-2015-02-09-849d0f6403568c12d29974a69cc7694306968c33","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-09 - Cabinet of Commissioner Violeta Bulc x Transport en Logistiek Nederland"],"date":["2015-02-09"],"summary":["Platooning"],"notes":["Portfolio: Transport"],"location":["Zwolle - Netherlands"],"address":["Zwolle - Netherlands"],"addressEntity":["addr-6250908746339c41c6a8a70f691bcc10df926992"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-7ac9445abdddc66a79f539ae13eb74e1ceb512df","eu-tr-41712511261-57"]}} -{"id":"ec-meeting-2015-02-09-84b88010e1b9054bfade54508408f38873c528fd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-09 - Cabinet of Vice-President Valdis Dombrovskis x Radboud University Nijmegen, Faculty of Management Sciences"],"date":["2015-02-09"],"summary":["Research project on the EMU reform negotiations"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-b2d41137decbf33bc8076a41bfe11b68d501a7a0","eu-tr-580021715848-11"]}} -{"id":"ec-meeting-2015-02-09-911061670a727da23647cb1c69d827d4d7b6f610","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-09 - Cabinet of Commissioner Carlos Moedas x LVMH Publica"],"date":["2015-02-09"],"summary":["Innovation and creativity"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-2b4bb0b28e7435e5f612e44d9664dbd1051efc55","eu-tr-16094042309-21"]}} -{"id":"ec-meeting-2015-02-09-9471d0815a46d83386588bcb263c780bfb50085f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-09 - Cabinet of Commissioner Věra Jourová x IFPI Representing recording industry worldwide"],"date":["2015-02-09"],"summary":["Travel Package"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["eu-tr-60394321918-91","ec-person-a2ca9161feee56909a0e98b473c2d342c20fdb57"]}} -{"id":"ec-meeting-2015-02-09-959009af120b8aa8a8b483c82314c7b510fc813e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-09 - Cabinet of Commissioner Violeta Bulc x Allianz pro Schiene"],"date":["2015-02-09"],"summary":["Meeting on Commissioner Bulc policy in the areas of public passenger transport"],"notes":["Portfolio: Transport"],"location":["Brussels, Belguim"],"address":["Brussels, Belguim"],"addressEntity":["addr-84b5e5f38d43901e13b15f0c7dd8b408c954fd9b"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-e14c58f620f40325d829df7be0823280307bc15f","eu-tr-609245610032-07"]}} -{"id":"ec-meeting-2015-02-09-a530ebd621679a3906f21c1737dd2e2a73e6d23d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-09 - Cabinet of Commissioner Pierre Moscovici x Association of European Public Postal Operators"],"date":["2015-02-09"],"summary":["Union Customs Code - implementing and delegated acts"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["eu-tr-092682012915-24","ec-person-738f7f25002d191bd2df8936e8f8d1d726c19e2e"]}} -{"id":"ec-meeting-2015-02-09-a791e726fb5a2c87fe58db51d90a6fc155fbba85","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-09 - Mobility and Transport x APDL - Administracao dos Portos do Douro, Leixoes e Viana do Castelo, SA"],"date":["2015-02-09"],"summary":["Atlantic Corridor"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-move"],"involved":["ec-person-d856b0f199c84d5b5003106bea2ee6d0392e2428","eu-tr-505857115939-41"]}} -{"id":"ec-meeting-2015-02-09-ae6478c73714ce069114251f442c064a6b320a54","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-09 - Cabinet of Commissioner Pierre Moscovici x Bertelsmann SE & Co. KGaA"],"date":["2015-02-09"],"summary":["Digital Single Market"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["BERL 10/152"],"address":["BERL 10/152"],"addressEntity":["addr-40877a5da0a9826a1b3413aa4f2a3ef96cdd63f2"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["ec-person-79931cfd2923c1aca9c7d284e9590732b0a36ed9","eu-tr-26103486608-47"]}} -{"id":"ec-meeting-2015-02-09-af7d2d0fc4904824877cb9f670375bbc12958dc1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-09 - Cabinet of Commissioner Pierre Moscovici x General Electric Company"],"date":["2015-02-09"],"summary":["Preparation meeting with the Commissioner"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["BERL 10/152"],"address":["BERL 10/152"],"addressEntity":["addr-40877a5da0a9826a1b3413aa4f2a3ef96cdd63f2"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["ec-person-79931cfd2923c1aca9c7d284e9590732b0a36ed9","eu-tr-4016736872-59"]}} -{"id":"ec-meeting-2015-02-09-c5e6d4dbd4f330563856a0d99628a2c4f61357eb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-09 - Günther Oettinger x Initiative Urheberrecht e.V., Förderverein"],"date":["2015-02-09"],"summary":["Copyright, DSM"],"location":["Berlin"],"address":["Berlin"],"addressEntity":["addr-062b06ba8e755765c6b049809b7430fd54fe5b21"],"organizer":["ec-dg-de"],"involved":["eu-tr-585371312551-70","ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0"]}} -{"id":"ec-meeting-2015-02-09-dcebb1bee2914789abdb99d51a94a33c1b5ca12e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-09 - Cabinet of Commissioner Violeta Bulc x IBM Corporation"],"date":["2015-02-09"],"summary":["IBM meeting Smart cities Nicholas Hodac; Katrien Hoogwijs and Yves van Seters"],"notes":["Portfolio: Transport"],"location":["BERL 8/39"],"address":["BERL 8/39"],"addressEntity":["addr-8525b7aa1bbbff229130ad219106a8a8bfc5fde4"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-7721359944-96","ec-person-6a5ceb87383474e4b7f430af341029a155e255b0"]}} -{"id":"ec-meeting-2015-02-09-f919fb15c35497933829674c00ccd6e1ab56ca64","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-09 - Cabinet of Commissioner Elżbieta Bieńkowska x UNIFE"],"date":["2015-02-09"],"summary":["Rail Industry"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-9624415524-28","ec-person-b2f9be51339f054477846797e2c119fcf16548fc","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2015-02-09-fcd5d3c7b3a0b5381b04487a780c61229e35a3aa","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-09 - Günther Oettinger x Association relative à la télévision européenne"],"date":["2015-02-09"],"summary":["Copyright, DSM"],"location":["Berlin"],"address":["Berlin"],"addressEntity":["addr-062b06ba8e755765c6b049809b7430fd54fe5b21"],"organizer":["ec-dg-de"],"involved":["eu-tr-447494115294-30","ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0"]}} -{"id":"ec-meeting-2015-02-10-0386664bddd740ceb7c44224189b1ad68bdb7c46","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-10 - Cabinet of Commissioner Vytenis Andriukaitis x European Confederation of Independent Trade Unions"],"date":["2015-02-10"],"summary":["Working conditions for healthcare workers who may be exposed to Ebola"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["eu-tr-32738888445-74","ec-person-97425c615743576adc42e09bee7dac14f83f691b"]}} -{"id":"ec-meeting-2015-02-10-066dddc27568d697f40dbc1d3dd0e64d45d5b6b9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-10 - Financial Stability, Financial Services and Capital Markets Union x The Campaign for British Influence in Europe Limited"],"date":["2015-02-10"],"summary":["The role of the UK in the EU"],"location":["London (UK)"],"address":["London (UK)"],"addressEntity":["addr-690ac1ca5c9285f87a6689eff1ce34100e7fe361"],"organizer":["ec-dg-fisma"],"involved":["ec-person-6be7848f21e63e093fdf3693cc8c3e2b6d29f776","eu-tr-245656815596-72"]}} -{"id":"ec-meeting-2015-02-10-09c7d7b75b57b01a4dba624d8f8307e95da8b27b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-10 - Cabinet of Vice-President Cecilia Malmström x eBay EU liaison office"],"date":["2015-02-10"],"summary":["Digital Single Market"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-40386322300-77","ec-person-20ded9db5df11164331bb161fdf234b1e5ad53fd","ec-person-591ec829ca734bcfe59a2c9c7f07f9dff22a0ea9"]}} -{"id":"ec-meeting-2015-02-10-0bd7c4fd6313f121d6ab6161fbb72b053dd17d6d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-10 - Cabinet of Vice-President Andrus Ansip x Huawei Technologies"],"date":["2015-02-10"],"summary":["Investment in infrastructure, 5G development, industry collaboration"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-666bc159c7e65a3af9e63c1e97435c02f1496955","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45","eu-tr-114467111412-38"]}} -{"id":"ec-meeting-2015-02-10-17ef49a7e425357b1e91f61f41a177b6fb7f7665","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-10 - Cabinet of Commissioner Marianne Thyssen x World Employment Confederation-Europe"],"date":["2015-02-10"],"summary":["Trends in EU labour markets"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["eu-tr-7438623236-16","ec-person-7567514af00f139b390cf9864d28a090ca0fde25"]}} -{"id":"ec-meeting-2015-02-10-17f55556d379711cda1922546b633c7b26ea8f18","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-10 - Günther Oettinger x European Publishers Council"],"date":["2015-02-10"],"summary":["Ancillary right"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-4cd59e13386e3b68ecb3611fcc579e0a0a3938a5","eu-tr-4456380381-30"]}} -{"id":"ec-meeting-2015-02-10-194a5636a1f901080aba67c04991e91be902bb6f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-10 - Cabinet of Commissioner Pierre Moscovici x EBU-UER (European Broadcasting Union)"],"date":["2015-02-10"],"summary":["Digital Single Market"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["BERL 10/152"],"address":["BERL 10/152"],"addressEntity":["addr-40877a5da0a9826a1b3413aa4f2a3ef96cdd63f2"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["ec-person-79931cfd2923c1aca9c7d284e9590732b0a36ed9","eu-tr-93288301615-56"]}} -{"id":"ec-meeting-2015-02-10-28a0a5e86869ff8ba0da9c6665d92135af1513d9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-10 - Cabinet of Commissioner Violeta Bulc x FERROVIE DELLO STATO ITALIANE S.p.A."],"date":["2015-02-10"],"summary":["Meeting with CEO FSi"],"notes":["Portfolio: Transport"],"location":["Strasbourg, France"],"address":["Strasbourg, France"],"addressEntity":["addr-bd8804e8a516e8be093ac8868dbe50cdb758c25b"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-4d2b449b5047ea3fda435a2a1c1081e3babcdf76","eu-tr-1954267427-31"]}} -{"id":"ec-meeting-2015-02-10-2b924959b30003098431f9d967fcba66dd46395f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-10 - Cabinet of Commissioner Violeta Bulc x ADS Insight The International Association of Independent Tanker Owners"],"date":["2015-02-10"],"summary":["Meeting Ship Safety needs"],"notes":["Portfolio: Transport"],"location":["Brussels Belguim"],"address":["Brussels Belguim"],"addressEntity":["addr-5f2f057ffad7d48bb55031c0156c4efad895181e"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-59416811798-38","ec-person-e14c58f620f40325d829df7be0823280307bc15f","eu-tr-02762144321-07"]}} -{"id":"ec-meeting-2015-02-10-38789f77d56657638bcefc1b861304da24c9056d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-10 - Cabinet of Commissioner Marianne Thyssen x thyssenkrupp AG"],"date":["2015-02-10"],"summary":["Dual learning and apprenticeships"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["ec-person-bdb607d5d994a4056dd700f8f52d9af25b406b36","eu-tr-721647010823-15","ec-person-e93189002a993321fd1af93481b271c766b1aff8"]}} -{"id":"ec-meeting-2015-02-10-3a1de88eb914926624a1d4d89776ea2a9c40df53","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-10 - Cabinet of Commissioner Carlos Moedas x Climate Action Network Europe"],"date":["2015-02-10"],"summary":["Meeting with CAN Europe"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["eu-tr-55888811123-49","ec-person-fb56329c22510c66ab50a8bdba13230bdae32902"]}} -{"id":"ec-meeting-2015-02-10-5510e973675f408395100e7bdef2f6f58f89268a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-10 - Cabinet of Commissioner Věra Jourová x ČEZ, a.s."],"date":["2015-02-10"],"summary":["Energy Union and Women on Boards proposal"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Strasbourg, France"],"address":["Strasbourg, France"],"addressEntity":["addr-bd8804e8a516e8be093ac8868dbe50cdb758c25b"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-a608b85b2ffef83f883b5a2330b6232efa1b7141","eu-tr-429600710582-32"]}} -{"id":"ec-meeting-2015-02-10-5ae7dfb1fe1675085605ca21043ad229339264a5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-10 - Cabinet of Commissioner Vytenis Andriukaitis x Dassault Systèmes"],"date":["2015-02-10"],"summary":["Biointelligence research"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["eu-tr-298788015846-34","ec-person-059ca943fc5fc696d2a97849c635ddf7b6ab7fd7"]}} -{"id":"ec-meeting-2015-02-10-69c50caf2399c0c553c7254ced06945e27b0db79","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-10 - Cabinet of Vice-President Andrus Ansip x International Association of Scientific, Technical and Medical Publishers"],"date":["2015-02-10"],"summary":["Digital Single Market"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-98356852465-08","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45"]}} -{"id":"ec-meeting-2015-02-10-69d3626b967fe0f44a6dea8b1677cb186bbccd2d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-10 - Cabinet of Vice-President Andrus Ansip x European Telecommunications Network Operators' Association"],"date":["2015-02-10"],"summary":["Telecoms Single Market, review of electronic communication framework, spectrum, access, level playing field"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-666bc159c7e65a3af9e63c1e97435c02f1496955","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45","eu-tr-08957111909-85"]}} -{"id":"ec-meeting-2015-02-10-7561c3ebbd4f38c222a8a6a769bbf0828fa70b41","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-10 - Cabinet of Commissioner Carlos Moedas x Association des Constructeurs Européens d'Automobiles"],"date":["2015-02-10"],"summary":["EUCAR (European Council for Automotive R&D) - New issues on simplification"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["eu-tr-0649790813-47","ec-person-fb56329c22510c66ab50a8bdba13230bdae32902"]}} -{"id":"ec-meeting-2015-02-10-84fed0c473d615c765a02c993c110877e42fe53a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-10 - Cabinet of Vice-President Cecilia Malmström x Lantbrukarnas Riksförbund"],"date":["2015-02-10"],"summary":["Swedish farmers views on TTIP"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-79239225070-38","ec-person-98880f3f4206145e196013db9dd806a551c11e06"]}} -{"id":"ec-meeting-2015-02-10-85d6fb12fe4400aea538c49fc34d7237cb19f19f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-10 - Cabinet of Commissioner Jonathan Hill x Associação Portuguesa de Bancos"],"date":["2015-02-10"],"summary":["CMU and Banking issues"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["eu-tr-55522233436-23","ec-person-890015b0d769ee93a09119846b414d4aae7c64ae"]}} -{"id":"ec-meeting-2015-02-10-86aa09c9f0abc17e9b817852a9bf317fa014e693","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-10 - Cabinet of Vice-President Cecilia Malmström x EU-Russia Industrialists' Round Table"],"date":["2015-02-10"],"summary":["Russia"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-697092715804-36","ec-person-20ded9db5df11164331bb161fdf234b1e5ad53fd","ec-person-591ec829ca734bcfe59a2c9c7f07f9dff22a0ea9"]}} -{"id":"ec-meeting-2015-02-10-94b1a5f1ca0df378f7a269d23287413b8d50603c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-10 - Günther Oettinger x ZDF Europabüro Brüssel"],"date":["2015-02-10"],"summary":["Audiovisual media guideline and copyright"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-c6c38691c27b1498b60b18409aa979cf1dd1f4ac","eu-tr-3209361971-85"]}} -{"id":"ec-meeting-2015-02-10-a62ce898f80a7a20c1c25d0294e4a72d367fc1ed","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-10 - Cabinet of Commissioner Carlos Moedas x Dassault Systèmes"],"date":["2015-02-10"],"summary":["H2020 and innovation"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["eu-tr-298788015846-34","ec-person-2b4bb0b28e7435e5f612e44d9664dbd1051efc55"]}} -{"id":"ec-meeting-2015-02-10-a6a5ca73c275e70c700f032b0c0a7ecaf5297cef","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-10 - Cabinet of Vice-President Miguel Arias Cañete x The European Steel Association"],"date":["2015-02-10"],"summary":["Preparatory meeting"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-93038071152-83","ec-person-25a937c04cd0a0ddcf5cf34798e76b5105854114","ec-person-2229c857664a22dcb8eee79a8c05841fd3d0924f"]}} -{"id":"ec-meeting-2015-02-10-aa7cf91a908effd565a876cb69b46e80af4e4f16","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-10 - Mobility and Transport x Seabury Aviation & Aerospace (UK) Limited"],"date":["2015-02-10"],"summary":["Presentation on trends and develoopments in the aviation sector"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-move"],"involved":["ec-person-d856b0f199c84d5b5003106bea2ee6d0392e2428","eu-tr-442959615790-67"]}} -{"id":"ec-meeting-2015-02-10-ae4631b84c664c3c76fccf28c25fff4a089b2c52","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-10 - Energy x TotalEnergies SE"],"date":["2015-02-10"],"summary":["European Energy Policy priorities"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-1849405799-88","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2015-02-10-cbb7f1a18659d4f4a7e4db16ad338df2550eabe7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-10 - Cabinet of Commissioner Margrethe Vestager x Ecommerce Europe"],"date":["2015-02-10"],"summary":["Introduction to Ecommerce Europe"],"notes":["Portfolio: Competition"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-margrethe-of-vestager"],"involved":["eu-tr-867433111414-11","ec-person-5d3cde69206da720686a2bca71494091f1318f24"]}} -{"id":"ec-meeting-2015-02-10-d4cbfe076acb473bf6b5ede7efc6027f55efee17","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-10 - Cabinet of Commissioner Jonathan Hill x General Electric Company"],"date":["2015-02-10"],"summary":["Competition issue, Investment plan and CMU"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["eu-tr-4016736872-59","ec-person-890015b0d769ee93a09119846b414d4aae7c64ae"]}} -{"id":"ec-meeting-2015-02-10-d67216264dd843b2778e7cdd74d98c6a73fa390f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-10 - Cabinet of Commissioner Carlos Moedas x Network of European Regions Using Space Technologies"],"date":["2015-02-10"],"summary":["NEREUS - Network of European Regions Using Space Technologies"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["eu-tr-418383311305-48","ec-person-fb56329c22510c66ab50a8bdba13230bdae32902"]}} -{"id":"ec-meeting-2015-02-10-d8c28470da6bc2ba19eed91880c5eef7238030e6","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2015-02-10 - Günther Oettinger x eBay EU liaison office eBay EU liaison office"],"date":["2015-02-10"],"summary":["e-Commerce"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-4cd59e13386e3b68ecb3611fcc579e0a0a3938a5","ec-person-c6cae64cc7dc787b66a47ab1613d3e922875b971","eu-tr-40386322300-77"]}} -{"id":"ec-meeting-2015-02-10-d8d5fea9f50115468ff13dc8de6286a38cdaa0cf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-10 - Cabinet of Vice-President Miguel Arias Cañete x General Electric Company"],"date":["2015-02-10"],"summary":["Preparatory meeting with Mr. Bourgeois, General Electric (GE)"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-1831691c10441c5974327bbeb8693d6b6c1e50c3","eu-tr-4016736872-59","ec-person-2229c857664a22dcb8eee79a8c05841fd3d0924f"]}} -{"id":"ec-meeting-2015-02-10-e113f7266f8c6976e13436d97264a9e2179ff681","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-10 - Cabinet of Vice-President Cecilia Malmström x European Federation of Pharmaceutical Industries and Associations"],"date":["2015-02-10"],"summary":["TTIP"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-38526121292-88","ec-person-20ded9db5df11164331bb161fdf234b1e5ad53fd","ec-person-98880f3f4206145e196013db9dd806a551c11e06"]}} -{"id":"ec-meeting-2015-02-10-e3232ef00a3d90ad6722faaf21a575de6326c8dd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-10 - Cabinet of Commissioner Jonathan Hill x The Clearing House Payments Company, LLC"],"date":["2015-02-10"],"summary":["Financial Services Policy"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["ec-person-03cf92829e273869bfbd8bbf4f1881dcd0848186","eu-tr-369157115807-10"]}} -{"id":"ec-meeting-2015-02-10-ead5c22d207180cbb89e4223b4e0e61e6fc20847","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-10 - Cabinet of High Representative / Vice-President Federica Mogherini x Centre for European Reform"],"date":["2015-02-10"],"summary":["Relation with professional associations"],"notes":["Portfolio: Foreign Affairs and Security Policy"],"location":["Berl buirlding in Brussels"],"address":["Berl buirlding in Brussels"],"addressEntity":["addr-0cff6f3511393dec2c4651c14b8ffa334a1f9683"],"organizer":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"involved":["eu-tr-524976815651-12","ec-person-62bf207e4274ad594e7eab4bfe20782f1d57f645"]}} -{"id":"ec-meeting-2015-02-10-f857306b0d44450ae2a52facfa56402a922c115d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-10 - Cabinet of Commissioner Carlos Moedas x European Federation of Pharmaceutical Industries and Associations"],"date":["2015-02-10"],"summary":["Science and innovation"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["eu-tr-38526121292-88","ec-person-2b4bb0b28e7435e5f612e44d9664dbd1051efc55"]}} -{"id":"ec-meeting-2015-02-10-fbe021fe29e373ac97004460ad53b42b4e23ac9f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-10 - Günther Oettinger x G Plus Ltd (t/a Portland)"],"date":["2015-02-10"],"summary":["Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-d8b86b98a24683917c569000ed6d8c45bedbbc00","eu-tr-7223777790-86"]}} -{"id":"ec-meeting-2015-02-11-0017343242830bef638adce669fd459ac8db4ca0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-11 - Internal Market, Industry, Entrepreneurship and SMEs x LLORENTE & CUENCA"],"date":["2015-02-11"],"summary":["Business Summit"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-grow"],"involved":["ec-person-9f3f9b58a22cf98d55521b290d1facc431bdce86","eu-tr-94327308403-58"]}} -{"id":"ec-meeting-2015-02-11-07273dde4b4d53b153408941e4512abf1f5699fb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-11 - Cabinet of Commissioner Elżbieta Bieńkowska x Lantmännen ek för"],"date":["2015-02-11"],"summary":["Geographical indications"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Berlaymont, Brussels"],"address":["Berlaymont, Brussels"],"addressEntity":["addr-fc86ff6aaa2cd722afeb09a33ccd03fec72f8cd1"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-227880015940-63","ec-person-b2f9be51339f054477846797e2c119fcf16548fc"]}} -{"id":"ec-meeting-2015-02-11-0aec3e38eca3dcadf9da08adb18b86c5a574372d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-11 - Cabinet of Vice-President Miguel Arias Cañete x BANCO BILBAO VIZCAYA ARGENTARIA"],"date":["2015-02-11"],"summary":["Commission Working Programme and Digital Agenda"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, belgium"],"address":["Brussels, belgium"],"addressEntity":["addr-b39b9dcfba3e578ef360518fd0aa4ce7938fab00"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-62773e55e1985542cb18a2a89f2053f2f39146b1","eu-tr-090350412968-04","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd"]}} -{"id":"ec-meeting-2015-02-11-111751f016e636b178f463e5f7ee510198b4a4f1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-11 - Cabinet of Vice-President Neven Mimica x Eurogroup for Animals"],"date":["2015-02-11"],"summary":["Relations between animal welfare and development policy"],"notes":["Portfolio: International Cooperation & Development"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-mimica-neven-of-president-vice"],"involved":["eu-tr-6809935493-49","ec-person-886e1b865045c3ed98e99075006d09cea708acce"]}} -{"id":"ec-meeting-2015-02-11-1de4a07d59d1c7148d110e5ca4c250838cccd9b7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-11 - Cabinet of Vice-President Jyrki Katainen x QUALCOMM Incorporated"],"date":["2015-02-11"],"summary":["Investments and competitiveness"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-00358442856-45","ec-person-0310c3b87e155f5572493e91d12eebab9736a76b"]}} -{"id":"ec-meeting-2015-02-11-2138198cc737aa431d44588b8a2b21005777d1c6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-11 - Cabinet of Vice-President Cecilia Malmström x BANCO BILBAO VIZCAYA ARGENTARIA"],"date":["2015-02-11"],"summary":["TTIP and Mexico"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-090350412968-04","ec-person-98880f3f4206145e196013db9dd806a551c11e06"]}} -{"id":"ec-meeting-2015-02-11-3333db61c3934889fcd93b18daf7f675e3a9ea71","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-11 - Günther Oettinger x Stichting Nederland Kennisland"],"date":["2015-02-11"],"summary":["Copyright"],"location":["BXL"],"address":["BXL"],"addressEntity":["addr-d2fde52f67ea4a3e1fe233d0a959d6a1c77fd910"],"organizer":["ec-dg-de"],"involved":["ec-person-49723482bb23d029cbfc010cb37eec7392a0ae02","eu-tr-78964012479-25"]}} -{"id":"ec-meeting-2015-02-11-3bef35cedad475500802eee5ccd8a0c467ebb824","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-11 - Cabinet of Commissioner Elżbieta Bieńkowska x Affaires Publiques Consultants"],"date":["2015-02-11"],"summary":["Tourism"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-363669315701-55","ec-person-3d55409fa049ff6b397a9afc2fcc21bc7c409f0d"]}} -{"id":"ec-meeting-2015-02-11-3fd6107d30da5389fa44d5554b24999a4f50f2d1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-11 - Cabinet of Vice-President Karmenu Vella x Southern Environmental Law Center Natural Resources Defense Council Dogwood Alliance Stichting BirdLife Europe"],"date":["2015-02-11"],"summary":["Biomass sustainability"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["eu-tr-1083162721-43","eu-tr-157132415832-83","ec-person-78fb1ad0c02c4fa8497b22edc1233d6be03cf2e5","eu-tr-112433215717-18","eu-tr-445997815623-86"]}} -{"id":"ec-meeting-2015-02-11-40fac943ee6af242cbe6902619ecf35017c1bd16","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-11 - Cabinet of Vice-President Cecilia Malmström x European Banking Federation"],"date":["2015-02-11"],"summary":["Financial services - Capital markets"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-4722660838-23","ec-person-20ded9db5df11164331bb161fdf234b1e5ad53fd","ec-person-5d4088e1913284a765aed8445f448f6ff341f1b3"]}} -{"id":"ec-meeting-2015-02-11-4704e441b4e16a821a4dd1ae42632e983e0dc4f8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-11 - Cabinet of Vice-President Jyrki Katainen x Accenture PLC"],"date":["2015-02-11"],"summary":["Investment plan"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-f9208d930adc70c6c64e21701e48f85f6f18e949","eu-tr-34424201320-69"]}} -{"id":"ec-meeting-2015-02-11-4cbbc93659b36614edc9d697cd8f96e95c279e5d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-11 - Cabinet of Commissioner Violeta Bulc x Conference of Peripheral Maritime Regions (CRPM)"],"date":["2015-02-11"],"summary":["Transport policy - TEN-T- CEF"],"notes":["Portfolio: Transport"],"location":["Brussels- Belgium"],"address":["Brussels- Belgium"],"addressEntity":["addr-c27327b9b27d60daedb03a5a5b65213a04b09d80"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-5546423688-07","ec-person-7ac9445abdddc66a79f539ae13eb74e1ceb512df"]}} -{"id":"ec-meeting-2015-02-11-50507985147b187acf3ec7131f3a96153bd0b52a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-11 - Cabinet of Vice-President Johannes Hahn x FTI Consulting Belgium"],"date":["2015-02-11"],"summary":["Discussion with representatives of Nobel Energy on gas fields in the Eastern Mediterranean"],"notes":["Portfolio: European Neighbourhood Policy & Enlargement Negotiations"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-hahn-johannes-of-president-vice"],"involved":["ec-person-643595d3a737c63fc95146b51292a4684ed1ca75","eu-tr-29896393398-67"]}} -{"id":"ec-meeting-2015-02-11-5b5b6f32a86ecc3691183681bb047fca1bd9e035","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2015-02-11 - Cabinet of Vice-President Cecilia Malmström x Confederación Española de Organizaciones Empresariales Bundesverband der Deutschen Industrie e.V. Lithuanian Business Representation to the EU Vereniging VNO-NCW"],"date":["2015-02-11"],"summary":["TTIP and Russia"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-1771817758-48","eu-tr-94241791376-49","eu-tr-13255254129-80","ec-person-98880f3f4206145e196013db9dd806a551c11e06","eu-tr-02963738854-41"]}} -{"id":"ec-meeting-2015-02-11-5fdde23f02ce8ccf10b1736763419293f11ca261","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-11 - Cabinet of Vice-President Karmenu Vella x EUROCHAMBRES – Association of European Chambers of Commerce and Industry"],"date":["2015-02-11"],"summary":["Green Economy"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["ec-person-4ff7c27445db4ad88e687776974fd8d077a1fe0c","eu-tr-0014082722-83"]}} -{"id":"ec-meeting-2015-02-11-65e96a86adc94c720a3bb9bd202b9fda799393ca","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-11 - Cabinet of President Jean-Claude Juncker x FELULA SA"],"date":["2015-02-11"],"summary":["Trade"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-e415577aabb40c0f789310505c6c5803aa69037b","eu-tr-431612415760-82"]}} -{"id":"ec-meeting-2015-02-11-698b8ecdfad6ad152322f5b67d120846648e003d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-11 - Mobility and Transport x BUSINESSEUROPE"],"date":["2015-02-11"],"summary":["Businesseurope priorities for transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-move"],"involved":["ec-person-d856b0f199c84d5b5003106bea2ee6d0392e2428","eu-tr-3978240953-79"]}} -{"id":"ec-meeting-2015-02-11-6b59fd8bc316f1b6b888ad5020483b6a7d11eac2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-11 - Cabinet of Vice-President Maroš Šefčovič x None"],"date":["2015-02-11"],"summary":["Energy Union"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-2be517b9261a91f2f07e05ec14c6331980e9716e","eu-tr-73558824193-08","eu-tr-289810215426-07","eu-tr-09571422185-81","eu-tr-96327066302-56","eu-tr-05001306886-41","eu-tr-56592866496-47"]}} -{"id":"ec-meeting-2015-02-11-73bfdefecbbfa37ef96e476a57d97c06d43fce01","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-11 - Cabinet of Vice-President Miguel Arias Cañete x ANFACO-CECOPESCA"],"date":["2015-02-11"],"summary":["Courtesy meeting"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-214347015699-91","ec-person-2229c857664a22dcb8eee79a8c05841fd3d0924f"]}} -{"id":"ec-meeting-2015-02-11-818c3215fa0bb63eb705f5e2838e6e8753302d3b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-11 - Cabinet of Commissioner Vytenis Andriukaitis x European Steering Group on Sustainable Healthcare"],"date":["2015-02-11"],"summary":["Preparation for the conference on the 19/03/2015"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-059ca943fc5fc696d2a97849c635ddf7b6ab7fd7","eu-tr-544283415505-54"]}} -{"id":"ec-meeting-2015-02-11-8df6865b9acab36d78bfa1d638578d1c915a08d5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-11 - Cabinet of Vice-President Jyrki Katainen x HSBC Holdings PLC"],"date":["2015-02-11"],"summary":["Business Growth Fund and SME finance"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-001866415031-87","ec-person-7c9460f99c5872dbdc561f5752401c870d12e98b"]}} -{"id":"ec-meeting-2015-02-11-8e4a2a367096542f62c0ca6335fd9f5eae77ed69","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-11 - Research and Innovation x Dow Europe GmbH"],"date":["2015-02-11"],"summary":["Smart Delta Regio/CNG"],"location":["Brussels, Director-General's office"],"address":["Brussels, Director-General's office"],"addressEntity":["addr-1ffa5aa0c8ebbed91e2de7b5b699caa8a4738a67"],"organizer":["ec-dg-rtd"],"involved":["ec-person-3a3f2867fc07b851e10a70d1325a0cf2fc1a87dc","eu-tr-38235121060-73"]}} -{"id":"ec-meeting-2015-02-11-8f8815dd5f009a88bf0ee75931e51c598c81977d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-11 - Cabinet of Vice-President Andrus Ansip x European Express Association"],"date":["2015-02-11"],"summary":["Parcel delivery"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-1894704851-83","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45"]}} -{"id":"ec-meeting-2015-02-11-94b1a5f1ca0df378f7a269d23287413b8d50603c","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2015-02-11 - Günther Oettinger x ZDF Europabüro Brüssel"],"date":["2015-02-11"],"summary":["AVMS and copyright","Audiovisual media policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-4cd59e13386e3b68ecb3611fcc579e0a0a3938a5","ec-person-c6c38691c27b1498b60b18409aa979cf1dd1f4ac","eu-tr-3209361971-85"]}} -{"id":"ec-meeting-2015-02-11-97d45f7ec901bdfeee483e62fbd047b2818741b3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-11 - Cabinet of Commissioner Corina Crețu x EuroCommerce"],"date":["2015-02-11"],"summary":["Importance of retail services in creating jobs and growth"],"notes":["Portfolio: Regional Policy"],"location":["Brussels, BERL"],"address":["Brussels, BERL"],"addressEntity":["addr-3c3fa5f92474ebac668808553fbab6d1c14aa243"],"organizer":["ec-cabinet-commissioner-corina-cretu-of"],"involved":["eu-tr-84973761187-60","ec-person-b2a85d08bf0e06d2bc82e23548c2f6211d04cf4a"]}} -{"id":"ec-meeting-2015-02-11-aea33eae908953665b15e6dc3e704d976355fe0a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-11 - Climate Action x The European Steel Association"],"date":["2015-02-11"],"summary":["ETS"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-clima"],"involved":["ec-person-44c2f44f96dda2012bcb4e9abc749f6cae86a4c0","eu-tr-93038071152-83"]}} -{"id":"ec-meeting-2015-02-11-b1c409e0466fdc6f3d699f76c02c923c98a09d3b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-11 - Cabinet of Commissioner Vytenis Andriukaitis x The EU Vegetable Oil and Proteinmeal Industry"],"date":["2015-02-11"],"summary":["Trans Fatty Acids"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["eu-tr-85076002321-31","ec-person-b9c3f19e7c5f216e3e508f931ddd6a9cb59376d1"]}} -{"id":"ec-meeting-2015-02-11-c600f6234cc18b30d5d7401f44508693a3a0c82a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-11 - Cabinet of Commissioner Elżbieta Bieńkowska x Handelsverband Deutschland"],"date":["2015-02-11"],"summary":["Retail Business"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Berlaymont, Brussels"],"address":["Berlaymont, Brussels"],"addressEntity":["addr-fc86ff6aaa2cd722afeb09a33ccd03fec72f8cd1"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-31200871765-41","ec-person-b2f9be51339f054477846797e2c119fcf16548fc"]}} -{"id":"ec-meeting-2015-02-11-ceca06aed20101da4657523daa49a6b1162ad8fa","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-11 - Günther Oettinger x SAP"],"date":["2015-02-11"],"summary":["Industrie 4,0; Internet of things"],"location":["Walldorf"],"address":["Walldorf"],"addressEntity":["addr-d192e13d647f5d0676f67ee14dbb04ec3572c560"],"organizer":["ec-dg-de"],"involved":["ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0","eu-tr-639117311617-01"]}} -{"id":"ec-meeting-2015-02-11-d1c0c5a4266c04229e20f8026973b0db0a79a07a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-11 - Cabinet of Vice-President Cecilia Malmström x Lantmännen ek för"],"date":["2015-02-11"],"summary":["Geographical indications"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-227880015940-63","ec-person-98880f3f4206145e196013db9dd806a551c11e06"]}} -{"id":"ec-meeting-2015-02-11-d687f048d37b30a6d9481f7e7e276b7b302a11d7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-11 - Cabinet of Vice-President Johannes Hahn x Bertelsmann Stiftung"],"date":["2015-02-11"],"summary":["informations on ENP conference Tunis"],"notes":["Portfolio: European Neighbourhood Policy & Enlargement Negotiations"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-hahn-johannes-of-president-vice"],"involved":["ec-person-ffbd1e8ac522a6bd1cdc4b724b9a4416b5d36034","eu-tr-13571025706-27"]}} -{"id":"ec-meeting-2015-02-11-e2426e1717e94febb6689f27f6899729e3d7b5f2","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2015-02-11 - Cabinet of Vice-President Cecilia Malmström x G Plus Ltd (t/a Portland) QUALCOMM Incorporated"],"date":["2015-02-11"],"summary":["IPR issues in China"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-00358442856-45","ec-person-98880f3f4206145e196013db9dd806a551c11e06","eu-tr-7223777790-86"]}} -{"id":"ec-meeting-2015-02-11-e29afd5f1931abfe7ce02daf58d029cbd9dfbe73","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-11 - Cabinet of Commissioner Carlos Moedas x Bundesverband der Deutschen Industrie e.V."],"date":["2015-02-11"],"summary":["Prep meeting for meeting between the Commissioner and the BDI Committee for R&I&T-Policy"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-f7327258e5f9a9c39cda735715e0240f1208bb65","eu-tr-1771817758-48"]}} -{"id":"ec-meeting-2015-02-11-eb55662faf33c51885f2c1db31b8fa0a75c2974f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-11 - Cabinet of Commissioner Dimitris Avramopoulos x Transatlantic Institute"],"date":["2015-02-11"],"summary":["Recent attacks on Jewish Institutions and citizens/rise of anti semitism in Europe"],"notes":["Portfolio: Migration, Home Affairs and Citizenship"],"location":["European Commission Brussels"],"address":["European Commission Brussels"],"addressEntity":["addr-49cae8ddecd80d2fd01e0a0ed1d65e3f14a6c7b6"],"organizer":["ec-avramopoulos-cabinet-commissioner-dimitris-of"],"involved":["ec-person-e786479f71eb21bc0a291dd644b61d86e09beb13","eu-tr-95713206856-14","ec-person-fe1988358dfc7becfd1d229625d50e60b51d49b0"]}} -{"id":"ec-meeting-2015-02-11-ec15bca6660f945439d6d61c409b40a6b7e9ba61","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-11 - Cabinet of Commissioner Elżbieta Bieńkowska x AETMD - Association européenne des transformateurs de maïs doux"],"date":["2015-02-11"],"summary":["Sweet corn"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Berlaymont, Brussels"],"address":["Berlaymont, Brussels"],"addressEntity":["addr-fc86ff6aaa2cd722afeb09a33ccd03fec72f8cd1"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-73269014902-01","ec-person-b2f9be51339f054477846797e2c119fcf16548fc"]}} -{"id":"ec-meeting-2015-02-11-f210c564d126835fcc0cf1e2f5bfefb5079c6792","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-11 - Cabinet of Commissioner Jonathan Hill x NASDAQ"],"date":["2015-02-11"],"summary":["EMIR, CCP recognition, MiFID, Level 2, Nordic business issues"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["eu-tr-76648765687-29","ec-person-890015b0d769ee93a09119846b414d4aae7c64ae"]}} -{"id":"ec-meeting-2015-02-11-f3aacb4ef6e9b70962beb23e79718b55299cc344","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-11 - Cabinet of Commissioner Carlos Moedas x Max-Planck-Gesellschaft zur Förderung der Wissenschaften"],"date":["2015-02-11"],"summary":["Horizon 2020"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-2b4bb0b28e7435e5f612e44d9664dbd1051efc55","eu-tr-173042412678-08"]}} -{"id":"ec-meeting-2015-02-11-f41c5731b75db5325304f81498ee91e053c34f3d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-11 - Cabinet of Commissioner Vytenis Andriukaitis x PRAGMATA SRL"],"date":["2015-02-11"],"summary":["Milan Expo"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-0dbfffeb0323f819c8d57164906086dd8639c437","eu-tr-547986912021-05"]}} -{"id":"ec-meeting-2015-02-11-f505b4b344de5cce3a34daff6395e829f2017b14","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-11 - Cabinet of Commissioner Jonathan Hill x BANCO BILBAO VIZCAYA ARGENTARIA"],"date":["2015-02-11"],"summary":["Introductory Meeting"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["eu-tr-090350412968-04","ec-person-5e8e66c5b37cfc1f9272932bf8e12f4b28d1160a"]}} -{"id":"ec-meeting-2015-02-11-fc474df6c433cb9e47be700303765befca735ed6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-11 - Cabinet of President Jean-Claude Juncker x The ONE Campaign"],"date":["2015-02-11"],"summary":["Priorities of the new Commission"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-26098317349-65","ec-person-c402e34a99fbee730ae22e3b1958e21c94dc6fcc"]}} -{"id":"ec-meeting-2015-02-11-ffb78c3749fb9ac01cc1aed78ceb54951bbb6fbf","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2015-02-11 - Cabinet of Commissioner Phil Hogan x Comité du commerce des céréales, aliments du bétail, oléagineux, huile d'olive, huiles et graisses et agrofournitures de l'U.E."],"date":["2015-02-11"],"summary":["MIFID 2","MiFID & MiFIR 2"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-400dd8d59d3060187d9b9b143d697da1a3d03c12","eu-tr-2050009628-31","ec-person-ff8342dedc26701400fcb7dcf73fbee50a837ac6"]}} -{"id":"ec-meeting-2015-02-12-06b22dadf19076a810933afbb260de77b5f7588a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-12 - Cabinet of Vice-President Karmenu Vella x HP Inc"],"date":["2015-02-12"],"summary":["Circular Economy"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["ec-person-4ff7c27445db4ad88e687776974fd8d077a1fe0c","eu-tr-99346002337-55"]}} -{"id":"ec-meeting-2015-02-12-19213aaaad50b6ef6f9cd2fafa51a42935a46e59","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-12 - Cabinet of Commissioner Pierre Moscovici x Linklaters LLP"],"date":["2015-02-12"],"summary":["Future of taxation at EU level"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["eu-tr-75449787878-94","ec-person-738f7f25002d191bd2df8936e8f8d1d726c19e2e"]}} -{"id":"ec-meeting-2015-02-12-1a7a9ee6d18d4dd6270cc5897d7fb9c351000ed2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-12 - Employment, Social Affairs and Inclusion x BUSINESSEUROPE SMEunited aisbl SGI Europe EUROPEAN TRADE UNION CONFEDERATION"],"date":["2015-02-12"],"summary":["Meeting with Social Partners"],"location":["Bruxelles"],"address":["Bruxelles"],"addressEntity":["addr-b58f5927b66d94a676970dc048485d4c6848f272"],"organizer":["ec-dg-empl"],"involved":["eu-tr-55820581197-35","eu-tr-3978240953-79","eu-tr-06698681039-26","ec-person-0d8ce1c547b8ca99decd25740ba12e2c0866a2fd","eu-tr-59513031434-92"]}} -{"id":"ec-meeting-2015-02-12-1dd7d3b54b2033d4a772ae175e156152818359fa","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2015-02-12 - Cabinet of Vice-President Maroš Šefčovič x Shell Companies"],"date":["2015-02-12"],"summary":["Energy Union"],"notes":["Portfolio: Energy Union"],"location":["Bruxelles, Berlaymont"],"address":["Bruxelles, Berlaymont"],"addressEntity":["addr-29f0579ec8e32dc5a2ef3ca91ddc415a024f7868"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-05032108616-26","ec-person-192eca4cb918c7382c916bec9bfe04e745ee91cb","ec-person-af83ed49c403cb9d7ebfecca7893f0054c1f4be5"]}} -{"id":"ec-meeting-2015-02-12-1ee43c4f46ef6f8befcd58fee3ea2b18bef20050","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-12 - Cabinet of Commissioner Carlos Moedas x Conseil de Coopération Economique"],"date":["2015-02-12"],"summary":["Energy Union, Digital Single Market, Horizon 2020"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-23980b2bc4fd9c82051d0f7888dc236b2f764866","eu-tr-260656615546-60"]}} -{"id":"ec-meeting-2015-02-12-24dc40570d824c279c6b9b98a05e0f4299867520","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-12 - Cabinet of Vice-President Jyrki Katainen x General Electric Company"],"date":["2015-02-12"],"summary":["Investment Plan"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90","ec-person-7c9460f99c5872dbdc561f5752401c870d12e98b","eu-tr-4016736872-59"]}} -{"id":"ec-meeting-2015-02-12-5225615f1ab82f6783b6e1a5a594697c8bcb0287","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-12 - Environment x Flexible Packaging Europe"],"date":["2015-02-12"],"summary":["Prevention's potential in packaging to deliver resource efficiency"],"location":["Bruxelles"],"address":["Bruxelles"],"addressEntity":["addr-b58f5927b66d94a676970dc048485d4c6848f272"],"organizer":["ec-dg-env"],"involved":["ec-person-c92411579cf013898db30d63a5d6fadc118e7264","eu-tr-616597915313-68"]}} -{"id":"ec-meeting-2015-02-12-5647e16ed3ff8c94158b379211cdc5fed20a06c8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-12 - Communications Networks, Content and Technology x Dow Corning Europe Bayer AG DuPont de Nemours International SARL BASF SE Dow Europe GmbH EuropaBio FIPRA International SRL Equinor ASA European Regulation and Innovation Forum Novartis International AG IBM Corporation Henkel AG & Co. KGaA"],"date":["2015-02-12"],"summary":["Digital Single Market, Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-55291765363-39","eu-tr-3523776801-85","eu-tr-3181166932-58","eu-tr-52996964558-47","eu-tr-1298286943-59","eu-tr-91269481588-28","eu-tr-4447605981-76","eu-tr-13635802880-80","eu-tr-58746194306-23","eu-tr-7410939793-88","eu-tr-7721359944-96","ec-person-3d379ff88d704acbd3444fdd59765df1225d4f9b","eu-tr-38235121060-73"]}} -{"id":"ec-meeting-2015-02-12-58b4ab0eb1687f71e33d6a9d9733efcbf05147a9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-12 - Cabinet of Vice-President Miguel Arias Cañete x Ford Motor Company"],"date":["2015-02-12"],"summary":["Introduction, Business Overview & Presence in Europe; Post 2020 CO2 emission targets for cars; CWP; EU Climate and Energy Framework"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-25a937c04cd0a0ddcf5cf34798e76b5105854114","eu-tr-21851435137-02","ec-person-2229c857664a22dcb8eee79a8c05841fd3d0924f"]}} -{"id":"ec-meeting-2015-02-12-5a80d2664d90e6e8c6cdb175698deba784cc6b3a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-12 - Cabinet of Commissioner Elżbieta Bieńkowska x International Betting Integrity Association"],"date":["2015-02-12"],"summary":["Introductory meeting"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Berlaymont, Brussels"],"address":["Berlaymont, Brussels"],"addressEntity":["addr-fc86ff6aaa2cd722afeb09a33ccd03fec72f8cd1"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-17258866933-24","ec-person-b2f9be51339f054477846797e2c119fcf16548fc","ec-person-daef7f819b2f3ffe5e4f5d8eb2782954f3c4a4e2"]}} -{"id":"ec-meeting-2015-02-12-638cfbd3cb5e5f7d22d25e58ab55f193b30079dc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-12 - Cabinet of Commissioner Vytenis Andriukaitis x Slow Food"],"date":["2015-02-12"],"summary":["Milan Expo"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-0dbfffeb0323f819c8d57164906086dd8639c437","eu-tr-01936914624-97"]}} -{"id":"ec-meeting-2015-02-12-72c1afc821f1fb983db291d3e95efe312be29547","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-12 - Cabinet of Commissioner Violeta Bulc x European Express Association"],"date":["2015-02-12"],"summary":["European Express Association"],"notes":["Portfolio: Transport"],"location":["Brussels/BE"],"address":["Brussels/BE"],"addressEntity":["addr-fe4580120e578f5899b4d753b36b5313310f6173"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-5012c5e45a52ee8ce67d19c1781a127af53e73e7","eu-tr-1894704851-83","ec-person-d710a614b1b0eabb6d73a2d665b82f6514a3fdb8"]}} -{"id":"ec-meeting-2015-02-12-7e1db38c016a69fad70cc70b8d49d63ffe33b7ad","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-12 - Cabinet of Vice-President Jyrki Katainen x Trans-Atlantic Business Council"],"date":["2015-02-12"],"summary":["Priorities of the new Commission"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-7c9460f99c5872dbdc561f5752401c870d12e98b","eu-tr-89092554724-82"]}} -{"id":"ec-meeting-2015-02-12-8344d8660d94e47af80e26a3cd5a0a2c8a82e085","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-12 - Cabinet of Commissioner Věra Jourová x Deutscher ReiseVerband"],"date":["2015-02-12"],"summary":["Travel Package Directive"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-184e698af1eb9e33b179680570ca171d8cb31c94","eu-tr-51981812506-57"]}} -{"id":"ec-meeting-2015-02-12-8a93cda70a340eea8f26b02507d0f49b31458de2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-12 - Internal Market, Industry, Entrepreneurship and SMEs x Cosmetics Europe"],"date":["2015-02-12"],"summary":["Vision of Cosmetics industry - link with Europe and internal market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-grow"],"involved":["ec-person-9f3f9b58a22cf98d55521b290d1facc431bdce86","eu-tr-83575061669-96"]}} -{"id":"ec-meeting-2015-02-12-8e03031277dce7040c4050be503844dbbae30234","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-12 - Cabinet of Commissioner Tibor Navracsics x NFU Scotland"],"date":["2015-02-12"],"summary":["Science advice to policy"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["eu-tr-758857015634-26","ec-person-fc5c01a0bffedf0f4e205a759b40239535313d28"]}} -{"id":"ec-meeting-2015-02-12-97d45f7ec901bdfeee483e62fbd047b2818741b3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-12 - Cabinet of Commissioner Corina Crețu x EuroCommerce"],"date":["2015-02-12"],"summary":["Role of retail services in promoting growth and jobs, and in revitalising urban centres"],"notes":["Portfolio: Regional Policy"],"location":["Berlaymont building, Brussels"],"address":["Berlaymont building, Brussels"],"addressEntity":["addr-06ab8c0f7c19d97f127f5f03b916bbb74e78c61e"],"organizer":["ec-cabinet-commissioner-corina-cretu-of"],"involved":["eu-tr-84973761187-60","ec-person-c9d4945f28454cc49c4ea188c82e64b0dac3bd73"]}} -{"id":"ec-meeting-2015-02-12-986a52436a5961f1218521cb7b881727fcb0f19b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-12 - Climate Action x Ford Motor Company"],"date":["2015-02-12"],"summary":["Introduction, Business Overview & Presence in Europe; Post 2020 CO2 emission targets for cars; CWP; EU Climate and Energy Framework"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-clima"],"involved":["ec-person-44c2f44f96dda2012bcb4e9abc749f6cae86a4c0","eu-tr-21851435137-02"]}} -{"id":"ec-meeting-2015-02-12-9b93e88f8cc2ec993978e1f556f883ddab83a375","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-12 - Cabinet of Commissioner Tibor Navracsics x European Association of Institutions in Higher Education"],"date":["2015-02-12"],"summary":["Higher education policy and skills"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-fc5c01a0bffedf0f4e205a759b40239535313d28","eu-tr-622449913391-69"]}} -{"id":"ec-meeting-2015-02-12-9dceed065c8f6742e7bc3091513beb2158d241ff","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-12 - Cabinet of Commissioner Carlos Moedas x British Agriculture Bureau"],"date":["2015-02-12"],"summary":["Chief Scientific Advisor to the European Commission"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["eu-tr-23029147081-37","ec-person-07b66759c911240aaa2b917489884273c71fac90"]}} -{"id":"ec-meeting-2015-02-12-af7d2d0fc4904824877cb9f670375bbc12958dc1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-12 - Cabinet of Commissioner Pierre Moscovici x General Electric Company"],"date":["2015-02-12"],"summary":["Union européenne de l'Energie"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Bruxelles"],"address":["Bruxelles"],"addressEntity":["addr-b58f5927b66d94a676970dc048485d4c6848f272"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["ec-person-3cbeba61ae952f06fe4916c381438ebbc676a597","eu-tr-4016736872-59"]}} -{"id":"ec-meeting-2015-02-12-cad98a6e0879b2956e388d5b9efbdc91ee03c88e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-12 - Cabinet of Commissioner Jonathan Hill x Society for Worldwide Interbank Financial Telecommunication"],"date":["2015-02-12"],"summary":["Financial Services Policy"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["eu-tr-011095511691-05","ec-person-f247edfcff54d4f26fc10769f809c92bc72d6797"]}} -{"id":"ec-meeting-2015-02-12-d08179aa931c1f89ecfe91573c0c1c3bad98f210","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-12 - Cabinet of Commissioner Violeta Bulc x Airbus"],"date":["2015-02-12"],"summary":["Airbus Group"],"notes":["Portfolio: Transport"],"location":["Brussels/BE"],"address":["Brussels/BE"],"addressEntity":["addr-fe4580120e578f5899b4d753b36b5313310f6173"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-5012c5e45a52ee8ce67d19c1781a127af53e73e7","eu-tr-2732167674-76","ec-person-d710a614b1b0eabb6d73a2d665b82f6514a3fdb8"]}} -{"id":"ec-meeting-2015-02-12-d8d5fea9f50115468ff13dc8de6286a38cdaa0cf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-12 - Cabinet of Vice-President Miguel Arias Cañete x General Electric Company"],"date":["2015-02-12"],"summary":["Future of Europe’s internal energy market"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-1831691c10441c5974327bbeb8693d6b6c1e50c3","eu-tr-4016736872-59","ec-person-2229c857664a22dcb8eee79a8c05841fd3d0924f"]}} -{"id":"ec-meeting-2015-02-12-dc48aaedd9d088689509c664e30a7fdfb5562561","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-12 - Cabinet of Vice-President Andrus Ansip x Axel Springer SE"],"date":["2015-02-12"],"summary":["Digital Single Market, copyright"],"notes":["Portfolio: Digital Single Market"],"location":["Berlin"],"address":["Berlin"],"addressEntity":["addr-062b06ba8e755765c6b049809b7430fd54fe5b21"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-742417913824-11","ec-person-6a03bc4fa7657513ea34529e98dba0671ef4c849","ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0"]}} -{"id":"ec-meeting-2015-02-12-e724bd613302f00445c692508e5b2cf6ba649646","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-12 - Cabinet of Commissioner Phil Hogan x Bayer AG"],"date":["2015-02-12"],"summary":["Core fields of activity of Bayer CropScience, Key regulatory framework, concerns regarding the implementation of the Plant Protection Products Regulation 1107/2009 and the Maximum Residues Level Regulation 396/2005, impact of EU regulations on trade in agricultural products and product availability for farmers, impact of the hazard-based approach and regulatory cut offs for Endocrine Disruptors, Neonicotinoids and bee health"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-3523776801-85","ec-person-400dd8d59d3060187d9b9b143d697da1a3d03c12"]}} -{"id":"ec-meeting-2015-02-12-eae4ba4617066ab568701c363e12aeb271280eab","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-12 - Cabinet of Commissioner Elżbieta Bieńkowska x Fédération Internationale de l'Automobile"],"date":["2015-02-12"],"summary":["Connectivity"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Berlaymont, Brussels"],"address":["Berlaymont, Brussels"],"addressEntity":["addr-fc86ff6aaa2cd722afeb09a33ccd03fec72f8cd1"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-84839535366-67","ec-person-b2f9be51339f054477846797e2c119fcf16548fc","ec-person-3d55409fa049ff6b397a9afc2fcc21bc7c409f0d"]}} -{"id":"ec-meeting-2015-02-12-f14c2e8e787f8111eef204809025495b115aef75","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-12 - Cabinet of Vice-President Jyrki Katainen x Zentralverband des Deutschen Handwerks e.V."],"date":["2015-02-12"],"summary":["Industrial Policy"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-0da85dc48012e26688310a59a0b51727ea68f410","eu-tr-5189667783-94"]}} -{"id":"ec-meeting-2015-02-12-f59b5a5720e38a4949c45ad234f04c2e79c9ec9d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-12 - Cabinet of Commissioner Phil Hogan x Fertilizers Europe"],"date":["2015-02-12"],"summary":["Understanding fertilizer prices, reducing carbon footprint of agriculture production, developing indicators for nitrogen use efficiency, Commission proposals for new fertilizer regulation"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-400dd8d59d3060187d9b9b143d697da1a3d03c12","eu-tr-80788715017-29"]}} -{"id":"ec-meeting-2015-02-13-0b9c63ca5e7ba617f8002e15a0904995705cbec2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-13 - Cabinet of First Vice-President Frans Timmermans x The European Steel Association"],"date":["2015-02-13"],"summary":["Better Regulation (preparation of the meeting with the First Vice President)"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-93038071152-83","ec-person-284d94050a35c9079d8b1ba3f85eaf7777b5fea9"]}} -{"id":"ec-meeting-2015-02-13-23b20ae79b957272d28d8d61eb9675b3b2943731","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-13 - Cabinet of Commissioner Jonathan Hill x KfW Bankengruppe"],"date":["2015-02-13"],"summary":["Banking and markets"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["eu-tr-79019799690-13","ec-person-f247edfcff54d4f26fc10769f809c92bc72d6797"]}} -{"id":"ec-meeting-2015-02-13-474972c95bfa2e5fdfc5c8735a40e81196445d58","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-13 - Cabinet of Vice-President Cecilia Malmström x Ford Motor Company"],"date":["2015-02-13"],"summary":["European economy - exchange rates - different FTAs"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-20ded9db5df11164331bb161fdf234b1e5ad53fd","eu-tr-21851435137-02"]}} -{"id":"ec-meeting-2015-02-13-5a522d5ab4b4c257b4e7e0a05c9412a92235bfc1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-13 - Cabinet of Vice-President Miguel Arias Cañete x Repsol, S.A."],"date":["2015-02-13"],"summary":["Energy Union"],"notes":["Portfolio: Climate Action & Energy"],"location":["Madrid, Spain"],"address":["Madrid, Spain"],"addressEntity":["addr-f2c4f2ef1ea88618aa1533f69b0d18fc1125a9d2"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-69240395197-02","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd"]}} -{"id":"ec-meeting-2015-02-13-5febf9b5fa754e6e47fc1014ec33dd8c96b1ee7d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-13 - Cabinet of Commissioner Carlos Moedas x Conference of European Schools for Advanced Engineering Education and Research"],"date":["2015-02-13"],"summary":["European Research Area"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-23980b2bc4fd9c82051d0f7888dc236b2f764866","eu-tr-484959115993-15"]}} -{"id":"ec-meeting-2015-02-13-7b45acfae56f9477e9061265ef56e712eb06c238","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-13 - Cabinet of Vice-President Jyrki Katainen x Green 10"],"date":["2015-02-13"],"summary":["Green growth and Circular Economy"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90","eu-tr-70309834043-10"]}} -{"id":"ec-meeting-2015-02-13-9bea02ec79f14d98690db7a9087b2403113539bf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-13 - Cabinet of Commissioner Phil Hogan x Fédération Européenne des Fabricants d'Aliments Composés"],"date":["2015-02-13"],"summary":["FEFAC-Introducing the Agri-Food Chain Coalition & Key; FoodDrinkEurope: promoting the establishment of a Food Knowledge and Innovation Community in 2016-2017; Copa-Cogeca: Guaranteeing the functioning and further integration of the single market, Reducing adm burden & boost investment; Euroseeds: setting up a dedicated unit on \"innovation, agricultural productivity, resource-efficiency and competitiveness\" in DG AGRI."],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-400dd8d59d3060187d9b9b143d697da1a3d03c12","eu-tr-77105321408-83"]}} -{"id":"ec-meeting-2015-02-13-9e1e0986eac6df9b0b96013e3e35e0c07e95243a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-13 - Günther Oettinger x Trans-Atlantic Business Council"],"date":["2015-02-13"],"summary":["Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-4cd59e13386e3b68ecb3611fcc579e0a0a3938a5","eu-tr-89092554724-82"]}} -{"id":"ec-meeting-2015-02-13-b2bd1416916ee95458c04380c96c9b495f3c1058","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-13 - Cabinet of Commissioner Jonathan Hill x European Federation of Investors and Financial Services Users"],"date":["2015-02-13"],"summary":["Financial Services Policy"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["eu-tr-24633926420-79","ec-person-03cf92829e273869bfbd8bbf4f1881dcd0848186"]}} -{"id":"ec-meeting-2015-02-13-ec303b97542804b3fe7429c393776d484fa35901","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-13 - Cabinet of First Vice-President Frans Timmermans x WWF European Policy Programme Friends of the Earth Europe Transport and Environment (European Federation for Transport and Environment) Health & Environment Alliance CEE Bankwatch Network Greenpeace European Unit Climate Action Network Europe Stichting BirdLife Europe"],"date":["2015-02-13"],"summary":["Meeting with Representatives of Green 10 on CWP 2015"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-58744833263-19","eu-tr-1083162721-43","eu-tr-00723343929-96","eu-tr-1414929419-24","ec-person-966667b73d92624be9bb019c2baab7e52331b3d3","eu-tr-55888811123-49","eu-tr-9832909575-41","eu-tr-9825553393-31","eu-tr-93834493808-49"]}} -{"id":"ec-meeting-2015-02-13-edc8c2e4b70e2d4d9f095e8c36acdf099e381c1a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-13 - Cabinet of Vice-President Cecilia Malmström x Comité du commerce des céréales, aliments du bétail, oléagineux, huile d'olive, huiles et graisses et agrofournitures de l'U.E."],"date":["2015-02-13"],"summary":["Trade negotiations and health"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-2050009628-31","ec-person-8529bbbc6db862f6b82d6fa66a7cf7668804dae7"]}} -{"id":"ec-meeting-2015-02-13-ff7c1c25dcac8df7eb4bd8006b65ebe9f1cd7609","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-13 - Cabinet of Commissioner Carlos Moedas x The European Steel Association"],"date":["2015-02-13"],"summary":["Research Fund for Coal and Steel (RFCS)"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-f473f68db8882bf182fad095bee4ba174b53e0ac","eu-tr-93038071152-83"]}} -{"id":"ec-meeting-2015-02-16-41fe463569ea4f9d57ce5845f6cfb9ab87de2f0b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-16 - Cabinet of First Vice-President Frans Timmermans x Confédération des Petites et Moyennes Entreprises"],"date":["2015-02-16"],"summary":["Better Regulation"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Paris"],"address":["Paris"],"addressEntity":["addr-22390ad11c32faec43fc61555b53607660b3c185"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-74081206759-11","ec-person-966667b73d92624be9bb019c2baab7e52331b3d3"]}} -{"id":"ec-meeting-2015-02-16-4cf11e86969ec38f6fe1cab568a792614d536a5a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-16 - Cabinet of Commissioner Corina Crețu x WindEurope"],"date":["2015-02-16"],"summary":["Energy union"],"notes":["Portfolio: Regional Policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-corina-cretu-of"],"involved":["eu-tr-19920706471-21","ec-person-f5bd4d5d0170028815aba56ee7d4883f0fd70f47"]}} -{"id":"ec-meeting-2015-02-16-5394c5588cb13b0daf6c320243831bcaae04e359","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-16 - Cabinet of Commissioner Violeta Bulc x Novozymes"],"date":["2015-02-16"],"summary":["The 2030 energy and climate policy and Energy Union"],"notes":["Portfolio: Transport"],"location":["Brussles, Belguim"],"address":["Brussles, Belguim"],"addressEntity":["addr-662a1e7332583d7bcac148bc20d58e1984011d5e"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-e14c58f620f40325d829df7be0823280307bc15f","eu-tr-52195525403-65"]}} -{"id":"ec-meeting-2015-02-16-68f402b2124d5647d165101c52dc1a55bc770df6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-16 - Cabinet of Vice-President Miguel Arias Cañete x Verket för innovationssystem"],"date":["2015-02-16"],"summary":["Energy Union and Climate action"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-95f883d5d0d484088f26191a8fea8553d674dfbe","eu-tr-109898613947-81"]}} -{"id":"ec-meeting-2015-02-16-72d45c0b553a38dace9fa474602f2ee7cb22ca70","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-16 - Cabinet of Commissioner Violeta Bulc x ageas SA/NV"],"date":["2015-02-16"],"summary":["Meeting on legal aspects automated cars"],"notes":["Portfolio: Transport"],"location":["Brussels - Belgium"],"address":["Brussels - Belgium"],"addressEntity":["addr-85d514873c3b55c68206168e47e9d4fc69799cc8"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-7ac9445abdddc66a79f539ae13eb74e1ceb512df","eu-tr-582768716033-06"]}} -{"id":"ec-meeting-2015-02-16-7d5e167ec29f5c995b3b83e5b762bfb0ca554510","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-16 - Communications Networks, Content and Technology x Orgalim – Europe's Technology Industries"],"date":["2015-02-16"],"summary":["Digital Single Market, EFIS"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-20210641335-88","ec-person-3d379ff88d704acbd3444fdd59765df1225d4f9b"]}} -{"id":"ec-meeting-2015-02-16-7ee677fb05626d8b8eddcf407269e158b2eaceba","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-16 - Günther Oettinger x BDEW Bundesverband der Energie- und Wasserwirtschaft e. V."],"date":["2015-02-16"],"summary":["Neue Aufgabe als Kommissar, Verbindung zu Themen Energie- und Wasserwirtschaft"],"location":["Berlin"],"address":["Berlin"],"addressEntity":["addr-062b06ba8e755765c6b049809b7430fd54fe5b21"],"organizer":["ec-dg-de"],"involved":["eu-tr-20457441380-38","ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0"]}} -{"id":"ec-meeting-2015-02-16-84f4e1a7fc81f500ef4bcfb0a46a631c48745f28","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-16 - Günther Oettinger x Börsenverein des Deutschen Buchhandels e.V."],"date":["2015-02-16"],"summary":["Copyright, DSM"],"location":["Berlin"],"address":["Berlin"],"addressEntity":["addr-062b06ba8e755765c6b049809b7430fd54fe5b21"],"organizer":["ec-dg-de"],"involved":["eu-tr-008516317674-80","ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0"]}} -{"id":"ec-meeting-2015-02-16-976c2ca20a426c61b3de462617d1d133be496b8a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-16 - Cabinet of President Jean-Claude Juncker x Atos SE (France)"],"date":["2015-02-16"],"summary":["Meeting with Thierry Breton on political priorities of this Commission"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-249876817241-03","ec-person-29c106b0461ffd79e95f0119bdd363fd3c7c3ab3"]}} -{"id":"ec-meeting-2015-02-16-9d6e59c09c8543705e553bee498ee0902c8b91b8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-16 - Cabinet of Commissioner Tibor Navracsics x European Club Association"],"date":["2015-02-16"],"summary":["Preparation of a meeting between Commissioner Tibor Navracsics and Mr Karl-Heinz Rummenigge, chairman of the European Club Association"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["eu-tr-564607316826-42","ec-person-49f31dad10f5641cb1d1e4c3107dd838389e8120"]}} -{"id":"ec-meeting-2015-02-16-a991ef266c938dd5eb6ebe4130d000ad09b3c0f0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-16 - Cabinet of Vice-President Jyrki Katainen x Bank of America Corporation"],"date":["2015-02-16"],"summary":["Securitisation"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-88d71b399a3e13a243bdc4676e481835e8e5b2f2","eu-tr-53891615036-88"]}} -{"id":"ec-meeting-2015-02-16-ba7d7aef50df0b41d64e7fe7e3cf3d8592ff74f9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-16 - Cabinet of Vice-President Andrus Ansip x european competitive telecommunications association"],"date":["2015-02-16"],"summary":["Investments, regulatory framework, competition in telecoms sector"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-0f698e3a0cc0bd6a02e1bd386a25cedc1366f3f1","eu-tr-24627752238-32","ec-person-666bc159c7e65a3af9e63c1e97435c02f1496955","ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0"]}} -{"id":"ec-meeting-2015-02-16-c22103d88178796be230e2b6749a54ed06e7b200","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-16 - Cabinet of Commissioner Marianne Thyssen x Zentralverband des Deutschen Handwerks e.V."],"date":["2015-02-16"],"summary":["Qualifications and vocational education"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels Berl 10/411"],"address":["Brussels Berl 10/411"],"addressEntity":["addr-ea7845efbe43927319fadc71f209f6d2997709fa"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["ec-person-bdb607d5d994a4056dd700f8f52d9af25b406b36","eu-tr-5189667783-94"]}} -{"id":"ec-meeting-2015-02-16-c3c6785e531f5fd873b77983bf2b7d5bf4800250","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-16 - Communications Networks, Content and Technology x Audiovisual Anti-Piracy Alliance"],"date":["2015-02-16"],"summary":["Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-131611211983-58","ec-person-3d379ff88d704acbd3444fdd59765df1225d4f9b"]}} -{"id":"ec-meeting-2015-02-16-cb549358c003554f811bc68c97c5b993dde818b1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-16 - Cabinet of Vice-President Andrus Ansip x European Telecommunications Standards Institute"],"date":["2015-02-16"],"summary":["Digital Single Market strategy, standardisation"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-d5a309c64ecdb05010325dcfc661f6ae817f31cc","eu-tr-474710916419-15","ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0"]}} -{"id":"ec-meeting-2015-02-16-e50fd343aca19bebe598e3e648f0e5b7bf3d8de9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-16 - Cabinet of Vice-President Neven Mimica x Cooperatives Europe"],"date":["2015-02-16"],"summary":["Present the PFD and to bring attention the important role the Group plays in the dialogue with EU institutions on EU development policy issues"],"notes":["Portfolio: International Cooperation & Development"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-mimica-neven-of-president-vice"],"involved":["ec-person-5f446e21c2ca97624d9781d53ce7312477e72d6e","eu-tr-16999985032-07"]}} -{"id":"ec-meeting-2015-02-16-e6fe543778be0864af2ac9861641d70412088ca0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-16 - Cabinet of Commissioner Věra Jourová x None"],"date":["2015-02-16"],"summary":["Equal Treatment Directive"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["eu-tr-57868523887-16","ec-person-a608b85b2ffef83f883b5a2330b6232efa1b7141","eu-tr-09854512780-89","eu-tr-8557515321-37","eu-tr-85686156700-13","eu-tr-85083981189-35","eu-tr-11063928073-34","eu-tr-16549972091-86","eu-tr-11977456675-84","eu-tr-394013515467-95"]}} -{"id":"ec-meeting-2015-02-17-051cb1c6c609f1f83c38338aca20a1e368aca77d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-17 - Cabinet of Vice-President Maroš Šefčovič x Greenpeace European Unit"],"date":["2015-02-17"],"summary":["Coal and climate policy"],"notes":["Portfolio: Energy Union"],"location":["Brussels, BE"],"address":["Brussels, BE"],"addressEntity":["addr-bd80958a978de8af51caa97a25a75f30d0061d71"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-ea6b517040e26a62f17d2829afffeba48cfd682f","eu-tr-9832909575-41"]}} -{"id":"ec-meeting-2015-02-17-05f1cf3ca1b7a3ce3f196ef19c4d1ca9178afdb6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-17 - Cabinet of High Representative / Vice-President Federica Mogherini x EuroCommerce"],"date":["2015-02-17"],"summary":["The role of the retail sector in boosting growth and jobs in the EU"],"notes":["Portfolio: Foreign Affairs and Security Policy"],"location":["Berlaymont, Brussels"],"address":["Berlaymont, Brussels"],"addressEntity":["addr-fc86ff6aaa2cd722afeb09a33ccd03fec72f8cd1"],"organizer":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"involved":["eu-tr-84973761187-60","ec-person-0d87d503aa00db1df141f3b1bfea3e0ccb43ece9"]}} -{"id":"ec-meeting-2015-02-17-07bbc3a8afa6d903495c121d08cdd42278f783ca","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-17 - Cabinet of Commissioner Margrethe Vestager x The European Alliance of Companies for Energy Efficiency in Buildings"],"date":["2015-02-17"],"summary":["Introduction to EuroACE"],"notes":["Portfolio: Competition"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-margrethe-of-vestager"],"involved":["ec-person-0700cb0f43a2d20f4938902c4a086aca632d71fb","eu-tr-99005441548-23"]}} -{"id":"ec-meeting-2015-02-17-0de44eb94b0e86995ab477bde4db704aeb375192","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-17 - Communications Networks, Content and Technology x EuropaBio"],"date":["2015-02-17"],"summary":["Health and JCJ Goals"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-1298286943-59","ec-person-3d379ff88d704acbd3444fdd59765df1225d4f9b"]}} -{"id":"ec-meeting-2015-02-17-1090053a1ebfd100513173743b8bc1219714094f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-17 - Cabinet of Vice-President Kristalina Georgieva x Transparency International"],"date":["2015-02-17"],"summary":["Meeting with Carl Dolan, Director of Transparency International, Brussels office"],"notes":["Portfolio: Budget & Human Resources"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-cabinet-georgieva-kristalina-of-president-vice"],"involved":["ec-person-335e79b90bd0f2b37f9193d6285514044d6c897e","eu-tr-501222919-71"]}} -{"id":"ec-meeting-2015-02-17-1800f2d9b4044bd00bc012b436a31ad8de48b7ad","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-17 - Cabinet of Commissioner Violeta Bulc x BUSINESSEUROPE"],"date":["2015-02-17"],"summary":["Meeting with BUSINESSEUROPE"],"notes":["Portfolio: Transport"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-4d2b449b5047ea3fda435a2a1c1081e3babcdf76","eu-tr-3978240953-79"]}} -{"id":"ec-meeting-2015-02-17-1d879a9edac8993d2f90ddc73932c15ecb402e71","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-17 - Cabinet of Commissioner Carlos Moedas x Hume Brophy"],"date":["2015-02-17"],"summary":["Meeting with the World Coal Association for presentation of proposal for the acceleration of coal use energy efficiency – PACE"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["eu-tr-3843982938-44","ec-person-fb56329c22510c66ab50a8bdba13230bdae32902"]}} -{"id":"ec-meeting-2015-02-17-223fecad9adfc38c91141677bf22eaab7cc11371","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-17 - Cabinet of Vice-President Miguel Arias Cañete x ASOCIACIÓN ESPAÑOLA DE FABRICANTES DE AUTOMÓVILES Y CAMIONES"],"date":["2015-02-17"],"summary":["Decarbonisation of the Road Transport"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-814112514572-47","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd","ec-person-25a937c04cd0a0ddcf5cf34798e76b5105854114"]}} -{"id":"ec-meeting-2015-02-17-27586e66932f542b67b8e3c72a6095476d2aa120","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-17 - Communications Networks, Content and Technology x PRS for Music"],"date":["2015-02-17"],"summary":["Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["ec-person-3d379ff88d704acbd3444fdd59765df1225d4f9b","eu-tr-798071410461-65"]}} -{"id":"ec-meeting-2015-02-17-2b7c19c74187a5f54fd12854e559969a75514a6c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-17 - Cabinet of Commissioner Violeta Bulc x European Rail Infrastructure Managers"],"date":["2015-02-17"],"summary":["Digital railways"],"notes":["Portfolio: Transport"],"location":["Brussels, Belguim"],"address":["Brussels, Belguim"],"addressEntity":["addr-84b5e5f38d43901e13b15f0c7dd8b408c954fd9b"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-e14c58f620f40325d829df7be0823280307bc15f","eu-tr-72770698007-81"]}} -{"id":"ec-meeting-2015-02-17-3333db61c3934889fcd93b18daf7f675e3a9ea71","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-17 - Günther Oettinger x Stichting Nederland Kennisland"],"date":["2015-02-17"],"summary":["copyrights"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-dg-de"],"involved":["ec-person-49723482bb23d029cbfc010cb37eec7392a0ae02","eu-tr-78964012479-25"]}} -{"id":"ec-meeting-2015-02-17-4acdcf10554c0c2fc65e82f886aec84958ec8c2c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-17 - Cabinet of Commissioner Carlos Moedas x Plastics Europe"],"date":["2015-02-17"],"summary":["Meeting with PlasticsEurope on waste legislation"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["eu-tr-454264611835-56","ec-person-fb56329c22510c66ab50a8bdba13230bdae32902"]}} -{"id":"ec-meeting-2015-02-17-53c8dcd489295322910d5ae8dec7557391dfa34b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-17 - Cabinet of Commissioner Marianne Thyssen x European Youth Forum"],"date":["2015-02-17"],"summary":["Skills and Youth Employment"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels, Berl 10/400"],"address":["Brussels, Berl 10/400"],"addressEntity":["addr-2a7769bc84203b71cadcf39201a437933b62e8a5"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["ec-person-bdb607d5d994a4056dd700f8f52d9af25b406b36","eu-tr-43251547769-22"]}} -{"id":"ec-meeting-2015-02-17-5bcc8023d99ce35736d52ebd7bfa8708d29755ee","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-17 - Climate Action x Bundesverband der Deutschen Industrie e.V."],"date":["2015-02-17"],"summary":["MSR and EU ETS"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-clima"],"involved":["eu-tr-1771817758-48","ec-person-44c2f44f96dda2012bcb4e9abc749f6cae86a4c0"]}} -{"id":"ec-meeting-2015-02-17-5ef1fe7ec833239b39871259d659c5d2d097b236","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-17 - Cabinet of Commissioner Tibor Navracsics x PRS for Music"],"date":["2015-02-17"],"summary":["Introductory meeting + copyright law"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-dc2e0fed0fdf39a6a3f3ad63355c5215599de9d1","ec-person-4d24029a6a4b5bbdcd825e134f010bd0b384f80a","eu-tr-798071410461-65"]}} -{"id":"ec-meeting-2015-02-17-648e52df6138361596ab9815678b8dc7e33986e0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-17 - Mobility and Transport x Deutsche Bahn AG"],"date":["2015-02-17"],"summary":["TEN-T/CEF"],"location":["Frankfurt"],"address":["Frankfurt"],"addressEntity":["addr-d5d8846569e1aaf92f7239dc4169fa822d08f158"],"organizer":["ec-dg-move"],"involved":["ec-person-d856b0f199c84d5b5003106bea2ee6d0392e2428","eu-tr-4516220482-22"]}} -{"id":"ec-meeting-2015-02-17-6d6e8b7b55e18919ef0d92852c579f4bca2bc076","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-17 - Cabinet of Commissioner Carlos Moedas x The European Alliance of Companies for Energy Efficiency in Buildings"],"date":["2015-02-17"],"summary":["Meeting with EuroAce on Energy Union"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels, Beigium"],"address":["Brussels, Beigium"],"addressEntity":["addr-4544d9eac8724b5ed6d17fc027b128342efc4116"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["eu-tr-99005441548-23","ec-person-fb56329c22510c66ab50a8bdba13230bdae32902"]}} -{"id":"ec-meeting-2015-02-17-74c67b1e38e4b2c4dc19539b7404eae17383bae2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-17 - Cabinet of Vice-President Andrus Ansip x Inmarsat Global Ltd"],"date":["2015-02-17"],"summary":["Inflight connectivity"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-007453915616-85","ec-person-666bc159c7e65a3af9e63c1e97435c02f1496955"]}} -{"id":"ec-meeting-2015-02-17-779011d87848c1542b5be6ad6d65ba52a4179648","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-17 - Günther Oettinger x Union Internationale des Cinémas"],"date":["2015-02-17"],"summary":["Media Policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-c6c38691c27b1498b60b18409aa979cf1dd1f4ac","eu-tr-74301917747-65"]}} -{"id":"ec-meeting-2015-02-17-784026d5149bc58dd0654abd6ae68ff2db0d08ee","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-17 - Cabinet of Commissioner Věra Jourová x Solvay SA"],"date":["2015-02-17"],"summary":["Corporate social responsibility"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-5455ecfabb89025694c798deac08160a2be17d94","eu-tr-58089691185-94"]}} -{"id":"ec-meeting-2015-02-17-7acd3412c0a7542e02fa1e866995e3aae8e0ac41","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-17 - Energy x Transport and Environment (European Federation for Transport and Environment)"],"date":["2015-02-17"],"summary":["Energy Union and role of decarbonisation of transport"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["ec-person-6997149120ce5129e38febe5275dc8fd03232d2e","eu-tr-58744833263-19"]}} -{"id":"ec-meeting-2015-02-17-7cdc8aa021d63908f3218e633f3f67331ca8f417","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-17 - Cabinet of Commissioner Tibor Navracsics x Future for Religious Heritage"],"date":["2015-02-17"],"summary":["Discussion of areas of common interest"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-4d24029a6a4b5bbdcd825e134f010bd0b384f80a","eu-tr-256812113944-37"]}} -{"id":"ec-meeting-2015-02-17-7f4e831f7118ef69a6f4981104886343ae8d1f66","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-17 - Cabinet of President Jean-Claude Juncker x British Broadcasting Corporation Channel 4 Zweites Deutsches Fernsehen ARD-Verbindungsbüro Brüssel"],"date":["2015-02-17"],"summary":["Digital Single Market"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-336906714921-03","eu-tr-3209361971-85","ec-person-44a061693f35519551be0e3dab996e76ad3f8c7c","eu-tr-98661678209-02","eu-tr-6774178922-55"]}} -{"id":"ec-meeting-2015-02-17-90fbfb917f5fc49057cd7733e55592d33d41f635","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-17 - Cabinet of Vice-President Maroš Šefčovič x Novozymes"],"date":["2015-02-17"],"summary":["The role of biofuels in the Energy Union"],"notes":["Portfolio: Energy Union"],"location":["Brussels, BE"],"address":["Brussels, BE"],"addressEntity":["addr-bd80958a978de8af51caa97a25a75f30d0061d71"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-ea6b517040e26a62f17d2829afffeba48cfd682f","eu-tr-52195525403-65"]}} -{"id":"ec-meeting-2015-02-17-a5a5bbd48a0e9e6313264155da5a9bc526d4c8a6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-17 - Cabinet of Vice-President Maroš Šefčovič x International Federation of Industrial Energy Consumers"],"date":["2015-02-17"],"summary":["Presentation IFIEC Europe"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-1978775156-31","ec-person-3bf48630444ace93d407e52eb880e64d480f75ce"]}} -{"id":"ec-meeting-2015-02-17-ab042608773c562271f9a2f308d7c4731aba57c8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-17 - Inspire, Debate, Engage and Accelerate Action x Investor AB"],"date":["2015-02-17"],"summary":["Meeting with Jacob Wallenberg and Marcus Wallenberg"],"location":["Berlaymont, Brussels, Belgium"],"address":["Berlaymont, Brussels, Belgium"],"addressEntity":["addr-0b7010ac7abf438645eacd50af3009b1252cd7a6"],"organizer":["ec-dg-idea"],"involved":["eu-tr-190987114891-73","ec-person-4fe56a64c00b3e81c851b5538878b32481bd7d3c"]}} -{"id":"ec-meeting-2015-02-17-bc9085d286c8584149dd8b30118b92145a3b4540","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-17 - Cabinet of Vice-President Andrus Ansip x Centre for European Policy Studies"],"date":["2015-02-17"],"summary":["Digital Single Market Strategy"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-666bc159c7e65a3af9e63c1e97435c02f1496955","ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0","eu-tr-86853666704-95"]}} -{"id":"ec-meeting-2015-02-17-be580bb1b8002de4ba6428e54a3a8baac8f9fd6c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-17 - Cabinet of Vice-President Miguel Arias Cañete x Federazione Imprese Siderurgiche Italiane"],"date":["2015-02-17"],"summary":["Energy Union"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-83425058760-88","ec-person-25a937c04cd0a0ddcf5cf34798e76b5105854114"]}} -{"id":"ec-meeting-2015-02-17-cfedf827cdd7a9e9a4fb64214a85fbe3e12aebae","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-17 - Cabinet of First Vice-President Frans Timmermans x Deutscher Industrie- und Handelskammertag e.V."],"date":["2015-02-17"],"summary":["Better regulation, position of teh First Vice-President Timmermans within the Commission"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Berlaymont , Brussels"],"address":["Berlaymont , Brussels"],"addressEntity":["addr-7f3bc0b98c3e764424dd3d178c9a3beb3cbe58f8"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-22400601191-42","ec-person-6d8b11c800391d9e6515bbd1b0e9d54c7da270da"]}} -{"id":"ec-meeting-2015-02-17-d4eb5916013b269d0c252ecf1422ec1f3a6fca38","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-17 - Energy x ENEL SpA"],"date":["2015-02-17"],"summary":["European Energy Policy priorities"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["ec-person-6997149120ce5129e38febe5275dc8fd03232d2e","eu-tr-6256831207-27"]}} -{"id":"ec-meeting-2015-02-17-dd9e02cb553171b36c7a8816a132e6ef415cb0e6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-17 - Cabinet of Vice-President Miguel Arias Cañete x Greenpeace European Unit"],"date":["2015-02-17"],"summary":["Energy Union and Climate Action"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-9832909575-41","ec-person-95f883d5d0d484088f26191a8fea8553d674dfbe"]}} -{"id":"ec-meeting-2015-02-17-f2146c7f59aa2c6926f83fa028e2b89264126888","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-17 - Cabinet of Vice-President Cecilia Malmström x STARCH EUROPE"],"date":["2015-02-17"],"summary":["Various ongoing trade negotiations"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-20ded9db5df11164331bb161fdf234b1e5ad53fd","ec-person-cb8ca9ec2413722fa83484ed18dd76ace52d0118","eu-tr-57787966531-03"]}} -{"id":"ec-meeting-2015-02-17-f52a065b20e7b6ca2119fcabb707ec69acea67df","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-17 - Cabinet of President Jean-Claude Juncker x Investor AB"],"date":["2015-02-17"],"summary":["Investment Plan"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-190987114891-73","ec-person-c402e34a99fbee730ae22e3b1958e21c94dc6fcc"]}} -{"id":"ec-meeting-2015-02-17-f6748d1397b2a09e74f71479d811f456d88936b5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-17 - Cabinet of President Jean-Claude Juncker x Federazione Imprese Siderurgiche Italiane"],"date":["2015-02-17"],"summary":["Energy Union"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-83425058760-88","ec-person-b1bf9aa5fb7e886441ff341b657cc482b64a2a3e"]}} -{"id":"ec-meeting-2015-02-18-133d61f7ef0e19f7c8d0e14a0bd709f4449137ae","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-18 - Cabinet of Commissioner Tibor Navracsics x EUROCHAMBRES – Association of European Chambers of Commerce and Industry"],"date":["2015-02-18"],"summary":["Skills"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-fc5c01a0bffedf0f4e205a759b40239535313d28","eu-tr-0014082722-83"]}} -{"id":"ec-meeting-2015-02-18-1a589430da724943498afe8148b34d3c32469947","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-18 - Cabinet of President Jean-Claude Juncker x ArcelorMittal"],"date":["2015-02-18"],"summary":["Trade"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-e415577aabb40c0f789310505c6c5803aa69037b","eu-tr-23527541824-60"]}} -{"id":"ec-meeting-2015-02-18-1b8540e55f6534a24b42263665d2bc10ef0717c8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-18 - Cabinet of First Vice-President Frans Timmermans x Zentralverband des Deutschen Handwerks e.V."],"date":["2015-02-18"],"summary":["Better Regulation"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["ec-person-284d94050a35c9079d8b1ba3f85eaf7777b5fea9","eu-tr-5189667783-94"]}} -{"id":"ec-meeting-2015-02-18-2369510f0d51b1df61ce90e75f620898beb60d1e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-18 - Cabinet of President Jean-Claude Juncker x Mouvement des Entreprises de France"],"date":["2015-02-18"],"summary":["Meeting with Mr Pierre Gattaz on the political priorities of this Commission"],"notes":["Portfolio: President"],"location":["Berlaymont, Brussels"],"address":["Berlaymont, Brussels"],"addressEntity":["addr-fc86ff6aaa2cd722afeb09a33ccd03fec72f8cd1"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-29c106b0461ffd79e95f0119bdd363fd3c7c3ab3","eu-tr-43763731235-75"]}} -{"id":"ec-meeting-2015-02-18-2ca49ab8dc40ebec1e4cf73482daf08e6fd788f4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-18 - Cabinet of Commissioner Marianne Thyssen x European Plastics Converters Association"],"date":["2015-02-18"],"summary":["Skills"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels, Berl 10/400"],"address":["Brussels, Berl 10/400"],"addressEntity":["addr-2a7769bc84203b71cadcf39201a437933b62e8a5"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["ec-person-bdb607d5d994a4056dd700f8f52d9af25b406b36","eu-tr-93255296152-29"]}} -{"id":"ec-meeting-2015-02-18-37766c6d491676dac7c0282a426f7e2fecef4c78","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-18 - Cabinet of Vice-President Johannes Hahn x None"],"date":["2015-02-18"],"summary":["Meeting with Business Community"],"notes":["Portfolio: European Neighbourhood Policy & Enlargement Negotiations"],"location":["Pristina, Kosovo"],"address":["Pristina, Kosovo"],"addressEntity":["addr-07013755c667663d62fdbf43ee742a66709ff848"],"organizer":["ec-cabinet-hahn-johannes-of-president-vice"],"involved":["ec-person-f672afec7a839bc5243ddd3590bf9d6526226d41"]}} -{"id":"ec-meeting-2015-02-18-425e23c599379b27a337059c96602b9e03267d88","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-18 - Directorate-General for International Partnerships x Shell Companies"],"date":["2015-02-18"],"summary":["Overview of EU development priorities in West Africa and Nigeria in particular; West Africa-EU Economic Partnership Agreement; EU blending facilities; Instability in the Niger Delta region; possibilities of collaboration between Shell and EU."],"location":["Belgium, Brussels"],"address":["Belgium, Brussels"],"addressEntity":["addr-0c96bd4b2c2391b43c37eda4c201015868b0aa7b"],"organizer":["ec-dg-intpa"],"involved":["ec-person-ad00e7dd980bb2a40a95c65a87f8760494546865","eu-tr-05032108616-26"]}} -{"id":"ec-meeting-2015-02-18-45eac16a52d6db0665fbd73646ea1a8ec62f696d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-18 - Cabinet of Commissioner Violeta Bulc x Hydrogen Europe"],"date":["2015-02-18"],"summary":["Meeting with Industry Representatives from the Fuel Cells and Hydrogen Sector"],"notes":["Portfolio: Transport"],"location":["Brussels, Belguim"],"address":["Brussels, Belguim"],"addressEntity":["addr-84b5e5f38d43901e13b15f0c7dd8b408c954fd9b"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-e14c58f620f40325d829df7be0823280307bc15f","eu-tr-77659588648-75"]}} -{"id":"ec-meeting-2015-02-18-4d3d00a51a81b8f129e09d5d641c79cd42bdaeb9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-18 - Cabinet of Commissioner Phil Hogan x European Dairy Association aisbl"],"date":["2015-02-18"],"summary":["Exchange on milk market situation; EDA commitment to transparency and cooperation : economic board of MMO, presidium of the CDG MILK & beyond; Dairy Policy & EDA dairy policy recommendations; “Dairy Policy for the 21st Century” – up-date on the EDA Conference of 18 March 2015; “2015 – A New Start for the European Dairy” – EDA Annual Convention 15 October 2015 in Edinburgh / UK"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-400dd8d59d3060187d9b9b143d697da1a3d03c12","eu-tr-42967152383-63"]}} -{"id":"ec-meeting-2015-02-18-505123c902c2f1b32e7ac818534fda5e38a177f5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-18 - Cabinet of Commissioner Jonathan Hill x BVI Bundesverband Investment und Asset Management e.V."],"date":["2015-02-18"],"summary":["Markets in Financial Instruments Directive (MiFID)/Capital Markets Union (CMU)"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["eu-tr-96816064173-47","ec-person-f247edfcff54d4f26fc10769f809c92bc72d6797"]}} -{"id":"ec-meeting-2015-02-18-56db5e039a4e9b6bf62bad34ecf28144ff2027d3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-18 - Günther Oettinger x Ericsson"],"date":["2015-02-18"],"summary":["TSM & DSM"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-dg-de"],"involved":["ec-person-49723482bb23d029cbfc010cb37eec7392a0ae02","eu-tr-02021363105-42"]}} -{"id":"ec-meeting-2015-02-18-6906e129eb02fa38b1a46f4ee4dea5681b108499","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-18 - Cabinet of Vice-President Valdis Dombrovskis x The European Alliance of Companies for Energy Efficiency in Buildings"],"date":["2015-02-18"],"summary":["Energy Union"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels, European Commission"],"address":["Brussels, European Commission"],"addressEntity":["addr-f1eaa86811af0e4c1462b94d3819e2a1f8a9dd4b"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-99005441548-23","ec-person-b2d41137decbf33bc8076a41bfe11b68d501a7a0"]}} -{"id":"ec-meeting-2015-02-18-69083e915214088d9ad18714fbb8c235c3a44978","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-18 - Cabinet of Vice-President Cecilia Malmström x spiritsEUROPE PERNOD RICARD Moët Hennessy Diageo Scotch Whisky Association"],"date":["2015-02-18"],"summary":["Various ongoing trade negotiations"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-10774885698-20","eu-tr-64926487056-58","eu-tr-352172811-92","eu-tr-9201911441-69","ec-person-20ded9db5df11164331bb161fdf234b1e5ad53fd","eu-tr-047152216031-96","ec-person-cb8ca9ec2413722fa83484ed18dd76ace52d0118"]}} -{"id":"ec-meeting-2015-02-18-721dd148e18f7ba9326ef83325d0162f11b378e5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-18 - Cabinet of Commissioner Elżbieta Bieńkowska x Independent Retail Europe (formerly UGAL - Union of Groups of Independent Retailers of Europe)"],"date":["2015-02-18"],"summary":["Introductory meeting"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Berlaymont, Brussels"],"address":["Berlaymont, Brussels"],"addressEntity":["addr-fc86ff6aaa2cd722afeb09a33ccd03fec72f8cd1"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["ec-person-b2f9be51339f054477846797e2c119fcf16548fc","eu-tr-034546859-02","ec-person-daef7f819b2f3ffe5e4f5d8eb2782954f3c4a4e2"]}} -{"id":"ec-meeting-2015-02-18-72e4a3f942f4a6b59920754f41b72ae69eb4d1ed","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-18 - Cabinet of Commissioner Jonathan Hill x Securities Industry and Financial Markets Association"],"date":["2015-02-18"],"summary":["Preparation for Commissioner Hill's speech at SIFMA in Washington on 27 February"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["eu-tr-995801715250-37","ec-person-74de9b1956d5aa5754e8946d4a7a883e05171466"]}} -{"id":"ec-meeting-2015-02-18-768f1b8e82421ec5cdcfa20898caad782cd2fbd5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-18 - Günther Oettinger x Samsung Electronics Europe"],"date":["2015-02-18"],"summary":["copyright"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-dg-de"],"involved":["ec-person-49723482bb23d029cbfc010cb37eec7392a0ae02","eu-tr-40471017282-57"]}} -{"id":"ec-meeting-2015-02-18-77134b70ede1597467f488053a4bc92867946014","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-18 - Günther Oettinger x Association of Commercial Television and Video on Demand Services in Europe"],"date":["2015-02-18"],"summary":["copyright"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-dg-de"],"involved":["ec-person-49723482bb23d029cbfc010cb37eec7392a0ae02","eu-tr-18574111503-28"]}} -{"id":"ec-meeting-2015-02-18-87ae672d748fd2304283305fea69eb5fa15ffdcc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-18 - Günther Oettinger x Society of Audiovisual Authors"],"date":["2015-02-18"],"summary":["Audiovisual policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-99336382936-11","ec-person-c6c38691c27b1498b60b18409aa979cf1dd1f4ac"]}} -{"id":"ec-meeting-2015-02-18-a29a96b7175d32ad6c998ee71ffd859d03389643","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-18 - Communications Networks, Content and Technology x The Young Foundation"],"date":["2015-02-18"],"summary":["Digital Social Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-741169516071-01","ec-person-3d379ff88d704acbd3444fdd59765df1225d4f9b"]}} -{"id":"ec-meeting-2015-02-18-ba8102afc7c9bd3339ad796c27672813a4d87451","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-18 - Cabinet of Commissioner Jonathan Hill x Fédération Française de l'Assurance"],"date":["2015-02-18"],"summary":["IORP II, Solvency II, CMU"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["eu-tr-5149794935-37","ec-person-f247edfcff54d4f26fc10769f809c92bc72d6797"]}} -{"id":"ec-meeting-2015-02-18-c59c81e5401e43a2671834a50b467c53d3142b3f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-18 - Cabinet of Commissioner Elżbieta Bieńkowska x Fortum Oyj"],"date":["2015-02-18"],"summary":["Hydroelectric Concessions"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Berlaymont, Brussels"],"address":["Berlaymont, Brussels"],"addressEntity":["addr-fc86ff6aaa2cd722afeb09a33ccd03fec72f8cd1"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-03501997362-71","ec-person-b2f9be51339f054477846797e2c119fcf16548fc","ec-person-daef7f819b2f3ffe5e4f5d8eb2782954f3c4a4e2"]}} -{"id":"ec-meeting-2015-02-18-c9829bacc5dc54dafb1aa5544ded5f14c9e3f425","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-18 - Cabinet of Vice-President Jyrki Katainen x Lifelong Learning Platform"],"date":["2015-02-18"],"summary":["Lifelong Learning"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-99365f4c3081112dcbfa722a5eb05adecc68503e","eu-tr-74923516160-01"]}} -{"id":"ec-meeting-2015-02-18-d80636ec728631e5697a7d65a1fe4c62bdf96f4d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-18 - Cabinet of Vice-President Miguel Arias Cañete x Third Generation Environmentalism Ltd"],"date":["2015-02-18"],"summary":["Climate action"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-07783117686-61","ec-person-25a937c04cd0a0ddcf5cf34798e76b5105854114"]}} -{"id":"ec-meeting-2015-02-18-dc5b087c2c4e2c8afc3f010c334f99c8200f532a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-18 - Cabinet of Vice-President Karmenu Vella x ELECTRICITE DE FRANCE"],"date":["2015-02-18"],"summary":["Energy Union, Air Quality, ETS"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["eu-tr-39966101835-69","ec-person-78fb1ad0c02c4fa8497b22edc1233d6be03cf2e5"]}} -{"id":"ec-meeting-2015-02-18-ddba400f8554d416b0d6d2f816594ed28b3c7b01","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-18 - Cabinet of Vice-President Cecilia Malmström x Polint Ltd"],"date":["2015-02-18"],"summary":["Trade agenda"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-69369266684-67","ec-person-98880f3f4206145e196013db9dd806a551c11e06"]}} -{"id":"ec-meeting-2015-02-18-e0bea8e1e35ece65de5a2734945916327766a3df","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-18 - Cabinet of Commissioner Phil Hogan x WindEurope"],"date":["2015-02-18"],"summary":["1.\tRecognize the contribution of renewables, as home-grown sustainable energy sources, in enhancing energy security; 2.\tPave the way for the Commission to propose a robust governance system implementing the 2030 climate and energy package; 3.\tProvide additional impetus to meet the 2030 interconnection objectives using the speedy completion of the Projects of Common Interest list as a benchmark; 4 Suggest a better coordination in national power system operation; 5.\tEnsure that funds allocated by the Junker investment plan are earmarked for projects that help meet the EU’s 2030 climate and energy objectives."],"notes":["Portfolio: Agriculture & Rural Development"],"location":["BERL 08/318"],"address":["BERL 08/318"],"addressEntity":["addr-9e7a54bf1352143376eb5ec896985192229da490"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-19920706471-21","ec-person-7d3caa534e5cdda6d5b949bd4b2def39356e3bec"]}} -{"id":"ec-meeting-2015-02-18-e65a25f5386a75fe8ceec8ad8f7630bf04cb7328","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-18 - Cabinet of High Representative / Vice-President Federica Mogherini x ENEL SpA"],"date":["2015-02-18"],"summary":["Energy Union"],"notes":["Portfolio: Foreign Affairs and Security Policy"],"location":["Berlaymont, Brussels"],"address":["Berlaymont, Brussels"],"addressEntity":["addr-fc86ff6aaa2cd722afeb09a33ccd03fec72f8cd1"],"organizer":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"involved":["ec-person-0d87d503aa00db1df141f3b1bfea3e0ccb43ece9","eu-tr-6256831207-27"]}} -{"id":"ec-meeting-2015-02-18-e9cc6f3174dd0c06df6e2745866ee08e88cf1fbb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-18 - Mobility and Transport x Brussels Airlines SA/NV"],"date":["2015-02-18"],"summary":["European Aviation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-move"],"involved":["eu-tr-931701916057-36","ec-person-d856b0f199c84d5b5003106bea2ee6d0392e2428"]}} -{"id":"ec-meeting-2015-02-18-f02d302021ba62126c553ad5b36e4c8fb91435d3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-18 - Cabinet of Commissioner Carlos Moedas x Transatlantic Consumer Dialogue"],"date":["2015-02-18"],"summary":["Access to medicines and knowledge"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-f7ccc3ad366dd2fdb24870e1c02ff2763539c82f","eu-tr-534385811072-96"]}} -{"id":"ec-meeting-2015-02-18-f34f1102ce46264ccfa1e5029e880e378e20f7a8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-18 - Cabinet of Vice-President Jyrki Katainen x MEDICINES FOR EUROPE"],"date":["2015-02-18"],"summary":["Pharmaceutical Industry"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-48325781850-28","ec-person-99365f4c3081112dcbfa722a5eb05adecc68503e"]}} -{"id":"ec-meeting-2015-02-18-f3997ebb3f652b1c940548e1f8b8263754986c55","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-18 - Cabinet of Vice-President Cecilia Malmström x Securities Industry and Financial Markets Association"],"date":["2015-02-18"],"summary":["Financial services regulation in TTIP"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-995801715250-37","ec-person-5d4088e1913284a765aed8445f448f6ff341f1b3"]}} -{"id":"ec-meeting-2015-02-19-038f5fa404fdd05f4099e06bcb8b528e386a8e6b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-19 - Cabinet of Commissioner Phil Hogan x T&L Sugars Limited"],"date":["2015-02-19"],"summary":["Competitiveness of the EU sugar sector in the run-up to 2017 and the abolition of sugar production quotas. concerns and brief you on Tate & Lyle Sugars current activities at EU level. discuss the CXL duty on sugar cane imports from certain third countries as well as sugar access to the EU market by way of FTA’s currently being negotiated."],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-400dd8d59d3060187d9b9b143d697da1a3d03c12","eu-tr-50465929991-70"]}} -{"id":"ec-meeting-2015-02-19-08bc7ac3cfd6f846d861dabe7c5ebacc3d401845","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-19 - Cabinet of Vice-President Miguel Arias Cañete x European Lime Association"],"date":["2015-02-19"],"summary":["Comptetitiviness, Energy Union and ETS review"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-780146710855-91","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd","ec-person-25a937c04cd0a0ddcf5cf34798e76b5105854114"]}} -{"id":"ec-meeting-2015-02-19-092f81c9b1c05550ce02043d8fe22f51fb86a019","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-19 - Cabinet of Vice-President Cecilia Malmström x Novozymes"],"date":["2015-02-19"],"summary":["Green Goods negotiations"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-5d4088e1913284a765aed8445f448f6ff341f1b3","eu-tr-52195525403-65"]}} -{"id":"ec-meeting-2015-02-19-10399954d7e964fc089fa06bcae7df790b2375ff","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-19 - Cabinet of Vice-President Miguel Arias Cañete x Cerame-Unie"],"date":["2015-02-19"],"summary":["Competitiviness, Energy Union and ETS review"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-79465004946-12","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd","ec-person-25a937c04cd0a0ddcf5cf34798e76b5105854114"]}} -{"id":"ec-meeting-2015-02-19-106ac728e20d746dedcac334ea1693d56c11ed16","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-19 - Cabinet of Commissioner Violeta Bulc x Association Française des Gestionnaires d'Infrastructures Ferroviaires Indépendants"],"date":["2015-02-19"],"summary":["Commissioner Bulc plans for rail transport"],"notes":["Portfolio: Transport"],"location":["Brussels, Belguim"],"address":["Brussels, Belguim"],"addressEntity":["addr-84b5e5f38d43901e13b15f0c7dd8b408c954fd9b"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-488875815967-50","ec-person-dd7851e4a1e747e824b4f81139e33bc3cdb73160"]}} -{"id":"ec-meeting-2015-02-19-17759400f684583fddeafb81338a61f3955a295d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-19 - Cabinet of Vice-President Valdis Dombrovskis x Confederation of British Industry"],"date":["2015-02-19"],"summary":["European Semester"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["London - BT Centre"],"address":["London - BT Centre"],"addressEntity":["addr-8c14a2207a0c57aad8109faa3391a380fe1089e1"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-73725676990-18","ec-person-48f31156d932641826e09f5b73f074d35ff05786","ec-person-a9eda2e8ea54b70a968327672c6cada679d3cd56"]}} -{"id":"ec-meeting-2015-02-19-17f55556d379711cda1922546b633c7b26ea8f18","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-19 - Günther Oettinger x European Publishers Council"],"date":["2015-02-19"],"summary":["Publishers in the Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-4cd59e13386e3b68ecb3611fcc579e0a0a3938a5","eu-tr-4456380381-30"]}} -{"id":"ec-meeting-2015-02-19-20be5a1b9cb0d9af1e2d3194292e822663d6beff","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-19 - Cabinet of Commissioner Pierre Moscovici x ELECTRICITE DE FRANCE"],"date":["2015-02-19"],"summary":["Union Européenne de l'Energie"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Bruxelles"],"address":["Bruxelles"],"addressEntity":["addr-b58f5927b66d94a676970dc048485d4c6848f272"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["eu-tr-39966101835-69","ec-person-3cbeba61ae952f06fe4916c381438ebbc676a597"]}} -{"id":"ec-meeting-2015-02-19-23af3c4431ff1aa2d15cc28be5ed50edd91b7998","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-19 - Cabinet of Commissioner Vytenis Andriukaitis x PAIN ALLIANCE EUROPE European Federation of Neurological Associations"],"date":["2015-02-19"],"summary":["Range of brain related deseases"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["eu-tr-397330615236-07","eu-tr-321826714452-53","ec-person-d462b3c7daeee00ad55e380a7fb96819f79899df"]}} -{"id":"ec-meeting-2015-02-19-253d2f77ef321e67485e65ae35b77814b78e0bef","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-19 - Cabinet of Commissioner Corina Crețu x None"],"date":["2015-02-19"],"summary":["Regional development and the de-institutionalisation agenda"],"notes":["Portfolio: Regional Policy"],"location":["Bruxelles"],"address":["Bruxelles"],"addressEntity":["addr-b58f5927b66d94a676970dc048485d4c6848f272"],"organizer":["ec-cabinet-commissioner-corina-cretu-of"],"involved":["ec-person-07b9ad1b70922339743034ff99ff2aea6a6d7d21","ec-person-e1a05727a22b8fb46b79994b097ed9a07a144de7"]}} -{"id":"ec-meeting-2015-02-19-28b5e57ce33f9e4483ab1e79d897e7112ef1d6c0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-19 - Cabinet of Commissioner Jonathan Hill x Euronext"],"date":["2015-02-19"],"summary":["Markets in Financial Instruments Directive (MiFID)/Capital Markets Union/European Market Infrastructure Regulation (EMIR)"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["eu-tr-17804464809-28","ec-person-f247edfcff54d4f26fc10769f809c92bc72d6797"]}} -{"id":"ec-meeting-2015-02-19-2b2ee7e1086a8c18b0180c0b7d4c27bba0ea395e","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2015-02-19 - Cabinet of Vice-President Miguel Arias Cañete x European Chemical Industry Council"],"date":["2015-02-19"],"summary":["Energy Union and Climate ACtion","Competitiviness, Energy Union and ETS review"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-64879142323-90","ec-person-95f883d5d0d484088f26191a8fea8553d674dfbe","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd","ec-person-25a937c04cd0a0ddcf5cf34798e76b5105854114"]}} -{"id":"ec-meeting-2015-02-19-4160fcb2019838279766330dae49155063e0b473","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-19 - Cabinet of Vice-President Miguel Arias Cañete x EUROMETAUX"],"date":["2015-02-19"],"summary":["Competitiviness, Energy Union and ETS review"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-61650796093-48","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd","ec-person-25a937c04cd0a0ddcf5cf34798e76b5105854114"]}} -{"id":"ec-meeting-2015-02-19-452781ff70e6adcad8a60d124bdff16dad36d2af","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-19 - Günther Oettinger x Euronews"],"date":["2015-02-19"],"summary":["Media policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0","eu-tr-944964416106-32"]}} -{"id":"ec-meeting-2015-02-19-4905ae8c9cb7191ed535bd5e06f29436db36dc8b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-19 - Cabinet of Commissioner Pierre Moscovici x None"],"date":["2015-02-19"],"summary":["Politique économique de la nouvelle Commission"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Bruxelles"],"address":["Bruxelles"],"addressEntity":["addr-b58f5927b66d94a676970dc048485d4c6848f272"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["ec-person-3cbeba61ae952f06fe4916c381438ebbc676a597"]}} -{"id":"ec-meeting-2015-02-19-4f90ecbeed7ee80118a1e48e72a3a1be60dfd9db","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2015-02-19 - Cabinet of Commissioner Violeta Bulc x European Logistics Association"],"date":["2015-02-19"],"summary":["Logistics","Presentation of ELA educational standars and activities"],"notes":["Portfolio: Transport"],"location":["Brussels - Belgium","Berlaymont, Brussels, Belgium"],"address":["Brussels - Belgium","Berlaymont, Brussels, Belgium"],"addressEntity":["addr-0b7010ac7abf438645eacd50af3009b1252cd7a6","addr-85d514873c3b55c68206168e47e9d4fc69799cc8"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-486101215470-41","ec-person-7ac9445abdddc66a79f539ae13eb74e1ceb512df"]}} -{"id":"ec-meeting-2015-02-19-5b76c3eb133d1c397caea79d9228015146574d52","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-19 - Cabinet of Commissioner Corina Crețu x Association Institute for Public Policy Open Society European Policy Institute"],"date":["2015-02-19"],"summary":["Regional development and the de-institutionalisation agenda"],"notes":["Portfolio: Regional Policy"],"location":["Bruxelles"],"address":["Bruxelles"],"addressEntity":["addr-b58f5927b66d94a676970dc048485d4c6848f272"],"organizer":["ec-cabinet-commissioner-corina-cretu-of"],"involved":["eu-tr-281557915875-49","ec-person-07b9ad1b70922339743034ff99ff2aea6a6d7d21","eu-tr-8557515321-37","ec-person-e1a05727a22b8fb46b79994b097ed9a07a144de7"]}} -{"id":"ec-meeting-2015-02-19-61c10e7ba331fd462253179234d57daa52074856","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-19 - Cabinet of Vice-President Miguel Arias Cañete x Confederation of European Paper Industries"],"date":["2015-02-19"],"summary":["Competitiviness, Energy Union and ETS review"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-72279144480-58","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd","ec-person-25a937c04cd0a0ddcf5cf34798e76b5105854114"]}} -{"id":"ec-meeting-2015-02-19-66fc1ad4ef47115712cd3e9b66df75b6d695d2dd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-19 - Cabinet of Vice-President Miguel Arias Cañete x FuelsEurope"],"date":["2015-02-19"],"summary":["Competitiviness, Energy Union and ETS review"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-26207914726-42","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd","ec-person-25a937c04cd0a0ddcf5cf34798e76b5105854114"]}} -{"id":"ec-meeting-2015-02-19-69432f666360d48f3b783179cbe35832686630ae","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-19 - Cabinet of Vice-President Andrus Ansip x European Publishers Council"],"date":["2015-02-19"],"summary":["Platforms and data"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-4456380381-30","ec-person-666bc159c7e65a3af9e63c1e97435c02f1496955","ec-person-91ca0921c6790191daa54427311acd63035e7c9e","ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0"]}} -{"id":"ec-meeting-2015-02-19-6a17741abc4f896462c79d1e4ddded55caba25c3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-19 - Cabinet of Commissioner Věra Jourová x LVMH Publica"],"date":["2015-02-19"],"summary":["Consumers protection"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-a2ca9161feee56909a0e98b473c2d342c20fdb57","eu-tr-16094042309-21"]}} -{"id":"ec-meeting-2015-02-19-6d2f7170418f1f4b625602a1c2b8887439f8bcb9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-19 - Trade x None"],"date":["2015-02-19"],"summary":["Competition in the world air transport market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-trade"],"involved":["ec-person-bde9bb099f5d24c52ca4a9255cefc99a5b87a650","eu-tr-163962516042-10","eu-tr-371838712280-15","eu-tr-354474115978-18"]}} -{"id":"ec-meeting-2015-02-19-6f9eeb360cfd93055e26a1a7bf39a41c18fcf60a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-19 - Cabinet of Vice-President Valdis Dombrovskis x Trades Union Congress (UK)"],"date":["2015-02-19"],"summary":["European Semester"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["London"],"address":["London"],"addressEntity":["addr-4c57f0c88d9844630327623633ce269cf826ab99"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-b98fb7512c796626297f1e89a96665cbbb19188a","ec-person-48f31156d932641826e09f5b73f074d35ff05786","eu-tr-77510791109-40","ec-person-a9eda2e8ea54b70a968327672c6cada679d3cd56"]}} -{"id":"ec-meeting-2015-02-19-7562a17734b97d62f420270b3389eff22ad7701a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-19 - Justice and Consumers x Bureau Européen des Unions de Consommateurs"],"date":["2015-02-19"],"summary":["Consumers issues"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-just"],"involved":["eu-tr-9505781573-45","ec-person-26f8747866bd0d81cebb7a339c1ac11294d9676e"]}} -{"id":"ec-meeting-2015-02-19-81e1e34304d306b6b1670ce210915b920ac277b3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-19 - Cabinet of Vice-President Miguel Arias Cañete x GLASS ALLIANCE EUROPE AISBL"],"date":["2015-02-19"],"summary":["Competitiviness, Energy Union and ETS review"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-74505036439-88","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd","ec-person-25a937c04cd0a0ddcf5cf34798e76b5105854114"]}} -{"id":"ec-meeting-2015-02-19-82582b978d1a4e90a78631067e64dc6094837097","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-19 - Communications Networks, Content and Technology x Euronews"],"date":["2015-02-19"],"summary":["Euronews-Commission cooperation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["ec-person-3d379ff88d704acbd3444fdd59765df1225d4f9b","eu-tr-944964416106-32"]}} -{"id":"ec-meeting-2015-02-19-8f8a433ffc688804226d9256a7efb45d113b632e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-19 - Energy x ELECTRICITE DE FRANCE"],"date":["2015-02-19"],"summary":["European Energy Policy priorities"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-39966101835-69","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2015-02-19-90eba688052679e8cea97d1402d18e3fffc053a2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-19 - Research and Innovation x ScienceWorks"],"date":["2015-02-19"],"summary":["Societal Impact of Science conference"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-rtd"],"involved":["eu-tr-514813715730-66","ec-person-3a3f2867fc07b851e10a70d1325a0cf2fc1a87dc"]}} -{"id":"ec-meeting-2015-02-19-9aa577379734a7f537ff62eb67e1b8df9b6a7c31","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-19 - Mobility and Transport x None"],"date":["2015-02-19"],"summary":["Golf Carrier Issues / Fair Competition in Aviation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-move"],"involved":["ec-person-d856b0f199c84d5b5003106bea2ee6d0392e2428","eu-tr-163962516042-10","eu-tr-371838712280-15","eu-tr-354474115978-18"]}} -{"id":"ec-meeting-2015-02-19-a67af722c2db68bdb767f752aa63244f20ae255a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-19 - Cabinet of Vice-President Miguel Arias Cañete x EUROALLIAGES"],"date":["2015-02-19"],"summary":["Competitiviness, Energy Union and ETS review"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-19153965510-75","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd","ec-person-25a937c04cd0a0ddcf5cf34798e76b5105854114"]}} -{"id":"ec-meeting-2015-02-19-a6a5ca73c275e70c700f032b0c0a7ecaf5297cef","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-19 - Cabinet of Vice-President Miguel Arias Cañete x The European Steel Association"],"date":["2015-02-19"],"summary":["Competitiviness, Energy Union and ETS review"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-93038071152-83","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd","ec-person-25a937c04cd0a0ddcf5cf34798e76b5105854114"]}} -{"id":"ec-meeting-2015-02-19-a892ee868c3cfb5664b5f7ec7fe0e81f74e54982","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-19 - Cabinet of President Jean-Claude Juncker x LVMH Publica"],"date":["2015-02-19"],"summary":["Digital Single Market"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-44a061693f35519551be0e3dab996e76ad3f8c7c","eu-tr-16094042309-21"]}} -{"id":"ec-meeting-2015-02-19-ae8a6912895bc7472a88aebcc170c28bd7739bb9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-19 - Cabinet of Vice-President Miguel Arias Cañete x ELECTRICITE DE FRANCE"],"date":["2015-02-19"],"summary":["Energy Union"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-39966101835-69","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd","ec-person-25a937c04cd0a0ddcf5cf34798e76b5105854114"]}} -{"id":"ec-meeting-2015-02-19-bd1818a4bacb64b11b34cf5e225f1ca107eb096a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-19 - Cabinet of Vice-President Jyrki Katainen x NASDAQ"],"date":["2015-02-19"],"summary":["Capital markets union"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-76648765687-29","ec-person-88d71b399a3e13a243bdc4676e481835e8e5b2f2"]}} -{"id":"ec-meeting-2015-02-19-c0dff4bc465a4963e80c46e15cc18851b90cca5d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-19 - Cabinet of Vice-President Valdis Dombrovskis x European Express Association"],"date":["2015-02-19"],"summary":["Union customs code"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-1894704851-83","ec-person-3f9ca71b74344417d1f072ba7f3e2f09a223b036"]}} -{"id":"ec-meeting-2015-02-19-c63c23fabd7fd89db428f39adfadebf3d7799bed","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-19 - Cabinet of President Jean-Claude Juncker x SANOFI"],"date":["2015-02-19"],"summary":["Exchange of views in the perspective to present of Health & Growth and to discuss ERA, medicine development and its access for the patient"],"notes":["Portfolio: President"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-442e08d247d72bdef0fce4bf17477efe2a5bfe49","eu-tr-61291462764-77"]}} -{"id":"ec-meeting-2015-02-19-c73a4ddf1617a2dc007b3a9012eee085d2d46be4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-19 - Cabinet of Vice-President Miguel Arias Cañete x European Aluminium AISBL"],"date":["2015-02-19"],"summary":["Competitiviness, Energy Union and ETS review"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-9224280267-20","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd","ec-person-25a937c04cd0a0ddcf5cf34798e76b5105854114"]}} -{"id":"ec-meeting-2015-02-19-cba2d4da390b0ecbc2a7f0f9f1066d253903871b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-19 - Cabinet of Vice-President Miguel Arias Cañete x Association des Constructeurs Européens d'Automobiles"],"date":["2015-02-19"],"summary":["Energy Union and Climate action"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-95f883d5d0d484088f26191a8fea8553d674dfbe","eu-tr-0649790813-47"]}} -{"id":"ec-meeting-2015-02-19-e04cbbd80037f941b8746bfea94f83521780f099","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-19 - Cabinet of Vice-President Neven Mimica x Lumos Foundation"],"date":["2015-02-19"],"summary":["EU development cooperation financing structure and the ending of the institutionalisation of children by transforming education, health and social care systems"],"notes":["Portfolio: International Cooperation & Development"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-mimica-neven-of-president-vice"],"involved":["ec-person-b187f3955c71d2e1daa48e02fd0a09ab7c6f6098","eu-tr-849607914394-57"]}} -{"id":"ec-meeting-2015-02-19-f4faee6a3bed80bbdb1e1e7c609fdc4708e763f8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-19 - Cabinet of Commissioner Marianne Thyssen x LVMH Publica"],"date":["2015-02-19"],"summary":["Skills and Apprenticeships"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels, Berl 10/400"],"address":["Brussels, Berl 10/400"],"addressEntity":["addr-2a7769bc84203b71cadcf39201a437933b62e8a5"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["ec-person-bdb607d5d994a4056dd700f8f52d9af25b406b36","eu-tr-16094042309-21"]}} -{"id":"ec-meeting-2015-02-19-f74501eae6c7278dd94c8b8f2c9b9357e81714bd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-19 - Cabinet of Vice-President Miguel Arias Cañete x CEMBUREAU - The European Cement Association"],"date":["2015-02-19"],"summary":["Competitiviness, Energy Union and ETS review"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Berlgium"],"address":["Brussels, Berlgium"],"addressEntity":["addr-82a1b9e0271a7cea2a6e7f77c8cf467554687aec"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-93987316076-63","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd","ec-person-25a937c04cd0a0ddcf5cf34798e76b5105854114"]}} -{"id":"ec-meeting-2015-02-19-fb0aae0ca7b67c96a82391cde36e69282b6314e5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-19 - Cabinet of Vice-President Valdis Dombrovskis x Deutscher Sparkassen-und Giroverband"],"date":["2015-02-19"],"summary":["Capital Markets Union (CMU)"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-62379064909-15","ec-person-3f9ca71b74344417d1f072ba7f3e2f09a223b036"]}} -{"id":"ec-meeting-2015-02-20-011622729ffbf654faf47f309c81329f0107ab0b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-20 - Cabinet of Commissioner Jonathan Hill x Financial Reporting Council"],"date":["2015-02-20"],"summary":["Financial Services Policy"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["London"],"address":["London"],"addressEntity":["addr-4c57f0c88d9844630327623633ce269cf826ab99"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["eu-tr-891654116196-35","ec-person-f247edfcff54d4f26fc10769f809c92bc72d6797"]}} -{"id":"ec-meeting-2015-02-20-109ce6b5a5b5412b868d5f2015215c4c52d344fb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-20 - Cabinet of Commissioner Violeta Bulc x Fédération Nationale des Transports Routiers"],"date":["2015-02-20"],"summary":["Commissioner Bulc plans with road transport and infrastructure"],"notes":["Portfolio: Transport"],"location":["Brussels, Belguim"],"address":["Brussels, Belguim"],"addressEntity":["addr-84b5e5f38d43901e13b15f0c7dd8b408c954fd9b"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-dd7851e4a1e747e824b4f81139e33bc3cdb73160","eu-tr-94275086214-14"]}} -{"id":"ec-meeting-2015-02-20-229f5f7079b731fb1c14abbeec9f6f1702e965fe","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-20 - Günther Oettinger x Robert Bosch GmbH"],"date":["2015-02-20"],"summary":["Industry 4.0"],"location":["Gerlingen"],"address":["Gerlingen"],"addressEntity":["addr-21b43db3bb79e9186b361a83193d754b04292b31"],"organizer":["ec-dg-de"],"involved":["ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0","eu-tr-8999533555-91"]}} -{"id":"ec-meeting-2015-02-20-2459934975ca4b4bf9548a4af147b8177a7a0865","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-20 - Cabinet of Vice-President Karmenu Vella x Save the Children International European Environmental Bureau WWF European Policy Programme World Vision Brussels & EU Representation ivzw/aisbl Climate Action Network Europe"],"date":["2015-02-20"],"summary":["Post 2015"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["eu-tr-06798511314-27","ec-person-4ff7c27445db4ad88e687776974fd8d077a1fe0c","eu-tr-1414929419-24","eu-tr-55888811123-49","eu-tr-11610562644-55","eu-tr-64689102746-48"]}} -{"id":"ec-meeting-2015-02-20-2b3b85e9675e9e946c9990a46c206de2ce136eca","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-20 - Cabinet of Commissioner Věra Jourová x Seldia - The European Direct Selling Association"],"date":["2015-02-20"],"summary":["Direct selling and unfair commercial practices"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-a2ca9161feee56909a0e98b473c2d342c20fdb57","eu-tr-1710335466-15"]}} -{"id":"ec-meeting-2015-02-20-2b6d860026ccc6cd648c6640f9f90ebbb3e07241","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-20 - Cabinet of First Vice-President Frans Timmermans x European Digital Rights"],"date":["2015-02-20"],"summary":["TTIP, Data protection reform, rule of law on internet"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Berlaymont, Brussels"],"address":["Berlaymont, Brussels"],"addressEntity":["addr-fc86ff6aaa2cd722afeb09a33ccd03fec72f8cd1"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["ec-person-6d8b11c800391d9e6515bbd1b0e9d54c7da270da","eu-tr-16311905144-06"]}} -{"id":"ec-meeting-2015-02-20-82593451a7ea3deea94aec9794369516a564344c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-20 - Cabinet of Vice-President Andrus Ansip x EuroCommerce"],"date":["2015-02-20"],"summary":["Eurocommerce"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-d5a309c64ecdb05010325dcfc661f6ae817f31cc","eu-tr-84973761187-60"]}} -{"id":"ec-meeting-2015-02-20-8a7e191854352cc6e7a6c3eb3df1e566405eae2e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-20 - Cabinet of Commissioner Jonathan Hill x Barclays PLC"],"date":["2015-02-20"],"summary":["Financial Services Policy"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["London"],"address":["London"],"addressEntity":["addr-4c57f0c88d9844630327623633ce269cf826ab99"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["eu-tr-72390466359-39","ec-person-f247edfcff54d4f26fc10769f809c92bc72d6797"]}} -{"id":"ec-meeting-2015-02-20-942080dc05fd4557486295ab046d34f46515bed5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-20 - Cabinet of First Vice-President Frans Timmermans x Confederación Española de Organizaciones Empresariales"],"date":["2015-02-20"],"summary":["Better regulation"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Madrid"],"address":["Madrid"],"addressEntity":["addr-7a2191964a3d7521269f0068afae6b6116bac15d"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["ec-person-966667b73d92624be9bb019c2baab7e52331b3d3","eu-tr-02963738854-41"]}} -{"id":"ec-meeting-2015-02-20-94b1a5f1ca0df378f7a269d23287413b8d50603c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-20 - Günther Oettinger x ZDF Europabüro Brüssel"],"date":["2015-02-20"],"summary":["Digital Economy and Society"],"location":["Mainz, Germany"],"address":["Mainz, Germany"],"addressEntity":["addr-0d9d6a88e0943ff7bae0502ef86af35683b3f7cc"],"organizer":["ec-dg-de"],"involved":["ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0","eu-tr-3209361971-85"]}} -{"id":"ec-meeting-2015-02-20-d06a0f25246914ab94b8183e4224f03bb18028fd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-20 - Cabinet of Commissioner Jonathan Hill x Morgan Stanley"],"date":["2015-02-20"],"summary":["Financial Services Policy"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["London"],"address":["London"],"addressEntity":["addr-4c57f0c88d9844630327623633ce269cf826ab99"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["eu-tr-29701922039-63","ec-person-f247edfcff54d4f26fc10769f809c92bc72d6797"]}} -{"id":"ec-meeting-2015-02-20-eff90e7db3e251eba39b7738a2dea1c74c506454","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-20 - Cabinet of Commissioner Phil Hogan x European Environmental Bureau"],"date":["2015-02-20"],"summary":["•\tdiscuss the greening implementation ( Member States choices) but also the whole simplification exercise but also the conference we organize in March 4th (EP – ‘sustainable future for EU farming?’) in which Commissioner Hogan will speak"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["BERL 08/318"],"address":["BERL 08/318"],"addressEntity":["addr-9e7a54bf1352143376eb5ec896985192229da490"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-06798511314-27","ec-person-7d3caa534e5cdda6d5b949bd4b2def39356e3bec"]}} -{"id":"ec-meeting-2015-02-22-4b048a1da6c80c3ffc37ada45c66db88c091435a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-22 - Cabinet of Commissioner Pierre Moscovici x BREIZ EUROPE"],"date":["2015-02-22"],"summary":["Echalottes"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["ec-person-79931cfd2923c1aca9c7d284e9590732b0a36ed9","eu-tr-44968076843-33"]}} -{"id":"ec-meeting-2015-02-23-0b9c63ca5e7ba617f8002e15a0904995705cbec2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-23 - Cabinet of First Vice-President Frans Timmermans x The European Steel Association"],"date":["2015-02-23"],"summary":["Better regulation"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-93038071152-83","ec-person-966667b73d92624be9bb019c2baab7e52331b3d3"]}} -{"id":"ec-meeting-2015-02-23-167a97fee04e07201a61ac3588872626a14d4567","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-23 - Günther Oettinger x Film and Music Austria"],"date":["2015-02-23"],"summary":["Copyright, DSM"],"location":["Vienna"],"address":["Vienna"],"addressEntity":["addr-8b6cea61d247482e9e7f1e7efb1db432a69bbcb2"],"organizer":["ec-dg-de"],"involved":["eu-tr-293640312756-23","ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0"]}} -{"id":"ec-meeting-2015-02-23-17caa200a3f3a6e7c5e3ecb619c6123521b7b278","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-23 - Cabinet of Commissioner Carlos Moedas x Galp Energia, SGPS, SA"],"date":["2015-02-23"],"summary":["Oil and gas R&I in Portuguese-speaking countries"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["eu-tr-959972115771-67","ec-person-23980b2bc4fd9c82051d0f7888dc236b2f764866"]}} -{"id":"ec-meeting-2015-02-23-1a5fd1ea8ebc4cf04cb5c4ef6cc8c14c215dc804","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-23 - Cabinet of Commissioner Věra Jourová x The Investment Association"],"date":["2015-02-23"],"summary":["Capital Markets Union, transparency of disclosure and consumer protection"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-a2ca9161feee56909a0e98b473c2d342c20fdb57","eu-tr-5437826103-53"]}} -{"id":"ec-meeting-2015-02-23-1e6105bd295ac8403da062e406ffa8c11fb5be1f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-23 - Cabinet of Commissioner Phil Hogan x Kellogg Company"],"date":["2015-02-23"],"summary":["General presentation Kellogg Company, increased outreach to farmers, policy debates followed closely: origin labelling, food supply chain"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-89352824072-19","ec-person-a985b9a03cb4f9af4f2f97583d8f92fb71579572"]}} -{"id":"ec-meeting-2015-02-23-37a44e94405fcef4d4eed720f2f4a75f7a0da395","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-23 - Cabinet of Commissioner Vytenis Andriukaitis x FoodDrinkEurope"],"date":["2015-02-23"],"summary":["Implementation of the Regulation (EU) 1169/2011 (Food Information to Consumers).- Labelling & Food Safety and Fraud"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-b9c3f19e7c5f216e3e508f931ddd6a9cb59376d1","eu-tr-75818824519-45","ec-person-df30d07ef698a52b9948b9c734db39196cf8541f"]}} -{"id":"ec-meeting-2015-02-23-44fc27cfbe9f2f196a81b3ad1e7b72815577f05b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-23 - Cabinet of Vice-President Karmenu Vella x The Pew Charitable Trusts"],"date":["2015-02-23"],"summary":["International aspects of maritime affairs and fisheries"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["eu-tr-46834536998-79","ec-person-2966d69fae0ea4e67f3f2df5a743cc766267d3c8"]}} -{"id":"ec-meeting-2015-02-23-4e3aebcc16be10dd1965677ee95a98b9adc7e61f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-23 - Cabinet of Commissioner Jonathan Hill x Swiss Finance Council"],"date":["2015-02-23"],"summary":["Financial Policy"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["ec-person-a9f927e92126f22da48d08ee37b059179988ada8","eu-tr-858716912337-17"]}} -{"id":"ec-meeting-2015-02-23-5215956d108a0b89ee331169d6e30bb01978b5d7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-23 - Cabinet of Vice-President Neven Mimica x Fair Trade Advocacy Office"],"date":["2015-02-23"],"summary":["Issues pertaining to expectations of Fair Trade movement from the new Commission in the area of development cooperation; fair trade in the post-2015 framework; EU Flagship Initiative in the garment sector; private sector and development."],"notes":["Portfolio: International Cooperation & Development"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-mimica-neven-of-president-vice"],"involved":["ec-person-ba51cfc2cb570b2ba23d99869e21cd43fe8cadad","eu-tr-20744335040-66"]}} -{"id":"ec-meeting-2015-02-23-5a3a26b3e28c048656e449620ee55cbe24818633","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-23 - Cabinet of Commissioner Elżbieta Bieńkowska x Confederation of European Paper Industries"],"date":["2015-02-23"],"summary":["Paper industry challenges"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["BERL 09/346"],"address":["BERL 09/346"],"addressEntity":["addr-8af45a738b8c225d6a0447816be0e2ccb4a88c4a"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-72279144480-58","ec-person-95a769a1850d7d595f9a5853c51dcbdd3ddd69fb","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2015-02-23-622acb7be4032d65047c9aa08536ef2f602616a8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-23 - Günther Oettinger x None"],"date":["2015-02-23"],"summary":["Film distribution, cinema culture"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-c6c38691c27b1498b60b18409aa979cf1dd1f4ac"]}} -{"id":"ec-meeting-2015-02-23-634565f0ee51a5fd7d58f9e0201f139204af7ff4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-23 - Taxation and Customs Union x Swiss Finance Council Credit Suisse Group AG"],"date":["2015-02-23"],"summary":["Current Taxation issues and EU-Swiss dossiers"],"location":["Taxud Brussels Office"],"address":["Taxud Brussels Office"],"addressEntity":["addr-83311ce0ec9960eee32e6ffd03dbae7746a2f6b2"],"organizer":["ec-dg-taxud"],"involved":["eu-tr-206549617146-90","eu-tr-858716912337-17","ec-person-f4345d97cfa27a834e9977e557ee9e2c79060f22"]}} -{"id":"ec-meeting-2015-02-23-681b2c58fbf4187c6591a285ecd6e00f2b60c3f2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-23 - Cabinet of Vice-President Miguel Arias Cañete x NGVA Europe"],"date":["2015-02-23"],"summary":["Energy Union and Climate Action"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-95f883d5d0d484088f26191a8fea8553d674dfbe","eu-tr-1119946481-54"]}} -{"id":"ec-meeting-2015-02-23-a86faf91745d5c6d9ad5da87137b4a350b0b604a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-23 - Cabinet of Vice-President Johannes Hahn x IKV, Fondation pour le Développement Economique"],"date":["2015-02-23"],"summary":["General discussions on political and economic developments in Turkey"],"notes":["Portfolio: European Neighbourhood Policy & Enlargement Negotiations"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-hahn-johannes-of-president-vice"],"involved":["eu-tr-79585606808-03","ec-person-2fca685599028e7674f6143b21eb6760c913eef0"]}} -{"id":"ec-meeting-2015-02-23-b1d48b809719a8384125257060a6855b562f2b59","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-23 - Cabinet of Vice-President Cecilia Malmström x Mayer Brown Europe-Brussels LLP United States Steel Corporation"],"date":["2015-02-23"],"summary":["Information given on antidumping case"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-956580116148-64","ec-person-20ded9db5df11164331bb161fdf234b1e5ad53fd","eu-tr-878143516137-06","ec-person-591ec829ca734bcfe59a2c9c7f07f9dff22a0ea9"]}} -{"id":"ec-meeting-2015-02-23-beb9b341cd963d6834c9c135a0eb26df5d1468f6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-23 - Education, Youth, Sport and Culture x National Council for Graduate Entrepreneurship"],"date":["2015-02-23"],"summary":["Discuss the Entrepreneurial University Leadership Program and the links with HEInnovate"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-eac"],"involved":["ec-person-4b0c15b75d9d40b5f296fc3f15972fd544f6b6d6","eu-tr-514689515839-31"]}} -{"id":"ec-meeting-2015-02-23-dd2e29fd6433aa6f7d6f37a95b24a9883ad2650f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-23 - Energy x Polskie Gornictwo Naftowe i Gazownictwo SA - Polish Oil and Gas Company"],"date":["2015-02-23"],"summary":["Oil and gas markets"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-70816716119-36","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2015-02-23-dfe886f633af6f6055552bb23ea38a0f62b3099f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-23 - Cabinet of High Representative / Vice-President Federica Mogherini x IKV, Fondation pour le Développement Economique"],"date":["2015-02-23"],"summary":["Relation with professional associations"],"notes":["Portfolio: Foreign Affairs and Security Policy"],"location":["Berl Building Bruxelles"],"address":["Berl Building Bruxelles"],"addressEntity":["addr-c8a6e71ef840f20140bebb2d44c432abc5d2e888"],"organizer":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"involved":["ec-person-62bf207e4274ad594e7eab4bfe20782f1d57f645","eu-tr-79585606808-03","ec-person-ffe369688b1df8f09154d965f094473d619d72e0"]}} -{"id":"ec-meeting-2015-02-23-e211da57f7934562c8c8dd1d2e2ce66513f5dc9a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-23 - Cabinet of Vice-President Jyrki Katainen x UNIFE"],"date":["2015-02-23"],"summary":["Trade"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-9624415524-28","ec-person-7c9460f99c5872dbdc561f5752401c870d12e98b"]}} -{"id":"ec-meeting-2015-02-23-eec39464d9019dee1535c01368f4fe05961c5606","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-23 - Employment, Social Affairs and Inclusion x SGI Europe"],"date":["2015-02-23"],"summary":["la question du dialogue sectoriel des administrations centrales"],"location":["Michel Servoz office"],"address":["Michel Servoz office"],"addressEntity":["addr-978e41b1622befbb8d6669dcbeb433d909f25b91"],"organizer":["ec-dg-empl"],"involved":["ec-person-0d8ce1c547b8ca99decd25740ba12e2c0866a2fd","eu-tr-59513031434-92"]}} -{"id":"ec-meeting-2015-02-23-f05b6c3a645a3604f779c4de1537f2ea4c314cf9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-23 - Cabinet of Commissioner Elżbieta Bieńkowska x Finnish Forest Industries Federation (Metsäteollisuus ry)"],"date":["2015-02-23"],"summary":["Introductory meeting"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-39671713910-36","ec-person-b2f9be51339f054477846797e2c119fcf16548fc"]}} -{"id":"ec-meeting-2015-02-23-ff363e9da8d46d780557ee074a81506229cb87f4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-23 - Cabinet of Vice-President Andrus Ansip x Apple Inc."],"date":["2015-02-23"],"summary":["Digital Single Market, portability of content, standards and job creation through the app economy"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-e91c5be432b6b3efdda369792fed67c20b767a45","ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0","eu-tr-588327811384-96"]}} -{"id":"ec-meeting-2015-02-23-ff84e701726f8eb559fb54ee5aac630a44ae58d8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-23 - Financial Stability, Financial Services and Capital Markets Union x The Goldman Sachs Group, Inc."],"date":["2015-02-23"],"summary":["Dialogue on Creating an EU Capital Markets Union"],"location":["London"],"address":["London"],"addressEntity":["addr-4c57f0c88d9844630327623633ce269cf826ab99"],"organizer":["ec-dg-fisma"],"involved":["ec-person-6be7848f21e63e093fdf3693cc8c3e2b6d29f776","eu-tr-701266814986-18"]}} -{"id":"ec-meeting-2015-02-24-050488195e1fce516c64472a1d881477c8d57317","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-24 - Cabinet of Vice-President Jyrki Katainen x UPM-Kymmene Oyj"],"date":["2015-02-24"],"summary":["Energy Policy"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-861194311863-31","ec-person-0da85dc48012e26688310a59a0b51727ea68f410"]}} -{"id":"ec-meeting-2015-02-24-05e54c59f69cc066beda53f6a31cdaba94f84389","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-24 - Cabinet of Commissioner Violeta Bulc x DEKRA e.V."],"date":["2015-02-24"],"summary":["Future of the CPC Directive (2003/59), on the Road Safety Strategy of the Commission and its future mid-term review, and on the implementation of the roadworthiness package."],"notes":["Portfolio: Transport"],"location":["Brussels, Belguim"],"address":["Brussels, Belguim"],"addressEntity":["addr-84b5e5f38d43901e13b15f0c7dd8b408c954fd9b"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-52624015528-97","ec-person-dd7851e4a1e747e824b4f81139e33bc3cdb73160"]}} -{"id":"ec-meeting-2015-02-24-0f1b05cbb8f265906a63ab97310ebf262ea9bc7b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-24 - Cabinet of Vice-President Jyrki Katainen x Fédération bancaire française"],"date":["2015-02-24"],"summary":["Capital markets union"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-f9208d930adc70c6c64e21701e48f85f6f18e949","eu-tr-09245221105-30"]}} -{"id":"ec-meeting-2015-02-24-1287551c6c92874beb8cd65b3b04ed6872125956","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-24 - Cabinet of Vice-President Valdis Dombrovskis x Institutional Limited Partners Association (ILPA)"],"date":["2015-02-24"],"summary":["CMU"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels - Berlaymont"],"address":["Brussels - Berlaymont"],"addressEntity":["addr-eda445c4955377862aa542463ce6a4f27ee909d5"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-688571314594-79","ec-person-48f31156d932641826e09f5b73f074d35ff05786"]}} -{"id":"ec-meeting-2015-02-24-15ea22cf20bf3096370cbe4d48b06110733e6cfe","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-24 - Cabinet of Commissioner Vytenis Andriukaitis x IRBM SPA"],"date":["2015-02-24"],"summary":["Research in pharmaceuticals"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["eu-tr-489579617056-32","ec-person-059ca943fc5fc696d2a97849c635ddf7b6ab7fd7"]}} -{"id":"ec-meeting-2015-02-24-1f16728ce1e25999695f5fd77bfd2ebaecca6d62","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-24 - Cabinet of Commissioner Carlos Moedas x League of European Research Universities"],"date":["2015-02-24"],"summary":["Open Access, ERA, Innovation Union"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-2b4bb0b28e7435e5f612e44d9664dbd1051efc55","eu-tr-823693912705-83"]}} -{"id":"ec-meeting-2015-02-24-22fc8b82c6e611fd5b65144755934ca618747b6b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-24 - Cabinet of Commissioner Tibor Navracsics x The Coca-Cola Company"],"date":["2015-02-24"],"summary":["Healthy lifestyle action of Coca-Cola"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-49f31dad10f5641cb1d1e4c3107dd838389e8120","eu-tr-00475641564-03"]}} -{"id":"ec-meeting-2015-02-24-268bda6498b4f6a84437ec96598add05ebc67102","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-24 - Günther Oettinger x Verband Kommunaler Unternehmen e.V."],"date":["2015-02-24"],"summary":["Broadband"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0","eu-tr-1420587986-32"]}} -{"id":"ec-meeting-2015-02-24-2c56cb9915a1f047fb5dc989f6d5515a8782eb79","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-24 - Cabinet of Vice-President Valdis Dombrovskis x Deutsche Börse AG"],"date":["2015-02-24"],"summary":["CMU"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels - Berlaymont"],"address":["Brussels - Berlaymont"],"addressEntity":["addr-eda445c4955377862aa542463ce6a4f27ee909d5"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-20884001341-42","ec-person-48f31156d932641826e09f5b73f074d35ff05786"]}} -{"id":"ec-meeting-2015-02-24-2d5a9232ef8bfbbbf7bf7f0989ac492332dcd986","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2015-02-24 - Cabinet of Commissioner Věra Jourová x Bureau Européen des Unions de Consommateurs"],"date":["2015-02-24"],"summary":["Digital sinle market and consumer protection","Energy Union and consumer protection"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-a2ca9161feee56909a0e98b473c2d342c20fdb57","eu-tr-9505781573-45"]}} -{"id":"ec-meeting-2015-02-24-2e860981b47cb3ad5880dbfdab53097d55849d8d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-24 - Climate Action x Climate Advisers"],"date":["2015-02-24"],"summary":["COP21"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-clima"],"involved":["ec-person-44c2f44f96dda2012bcb4e9abc749f6cae86a4c0","eu-tr-042086716078-96"]}} -{"id":"ec-meeting-2015-02-24-2fc777d3ac997ede1c69c95512510651cda349e1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-24 - Cabinet of Vice-President Karmenu Vella x Municipal Waste Europe"],"date":["2015-02-24"],"summary":["Circular Economy"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["ec-person-4ff7c27445db4ad88e687776974fd8d077a1fe0c","eu-tr-75395701551-94"]}} -{"id":"ec-meeting-2015-02-24-3292435894b735c6d4dfcb86c142931d97cbc60e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-24 - Cabinet of Vice-President Andrus Ansip x Association of European Performers’ Organisations"],"date":["2015-02-24"],"summary":["Copyright"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-e91c5be432b6b3efdda369792fed67c20b767a45","eu-tr-69221462428-97"]}} -{"id":"ec-meeting-2015-02-24-36b543b1ed1ed58fe705591dc44bcc6049522105","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-24 - Cabinet of Commissioner Phil Hogan x UNITAB"],"date":["2015-02-24"],"summary":["Market situation in the tobacco sector, effects of plain packaging"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-c9d17d5879383b030f61a4066848249fb35d57e4","eu-tr-14541128505-57"]}} -{"id":"ec-meeting-2015-02-24-378f07a5fb9fa89745314e6562f296942c2f9815","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-24 - Cabinet of Commissioner Dimitris Avramopoulos x The Smile of the Child"],"date":["2015-02-24"],"summary":["Actions on issues of unaccompanied children and abused children"],"notes":["Portfolio: Migration, Home Affairs and Citizenship"],"location":["Brussels Belgium"],"address":["Brussels Belgium"],"addressEntity":["addr-61947d7d2c69c0b8f57325bd044f500c5fc6df48"],"organizer":["ec-avramopoulos-cabinet-commissioner-dimitris-of"],"involved":["eu-tr-66055258617-28","ec-person-06b43c385c07c13f2bae1d24a0075851e8ce491d"]}} -{"id":"ec-meeting-2015-02-24-37df6db8c45480190c432975afff901d55227e43","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-24 - Cabinet of Commissioner Tibor Navracsics x EBU-UER (European Broadcasting Union)"],"date":["2015-02-24"],"summary":["Discussion of areas of common interest"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["eu-tr-93288301615-56","ec-person-4d24029a6a4b5bbdcd825e134f010bd0b384f80a"]}} -{"id":"ec-meeting-2015-02-24-4283d56fab3b7216bf173c30fa2c36d43602b351","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-24 - Cabinet of Commissioner Phil Hogan x Soil Association Compassion in World Farming International Eurogroup for Animals"],"date":["2015-02-24"],"summary":["Research into consumer attitudes to method of production labelling, Research into the confusion caused by existing EU labels, The role method of production labelling can play in delivering EU objectives, The ongoing review of the EU's poultrymeat marketing standards."],"notes":["Portfolio: Agriculture & Rural Development"],"location":["BERL 08/304"],"address":["BERL 08/304"],"addressEntity":["addr-aff09a6f822af9a7e96260c390a7e7bd5d64be8b"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-543698010969-83","eu-tr-6809935493-49","eu-tr-26535516539-45","ec-person-7d3caa534e5cdda6d5b949bd4b2def39356e3bec"]}} -{"id":"ec-meeting-2015-02-24-4284b10998412d7e120d0c60d9174436955d629e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-24 - Cabinet of Commissioner Marianne Thyssen x European Federation of Explosives Engineers European Trade Union Committee for Education"],"date":["2015-02-24"],"summary":["Skills and social partners engagement"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels, Berl 10/411"],"address":["Brussels, Berl 10/411"],"addressEntity":["addr-35c925b4310197286ae66426a219a0942c39d25b"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["ec-person-bdb607d5d994a4056dd700f8f52d9af25b406b36","eu-tr-156799113994-03","eu-tr-72197913011-06"]}} -{"id":"ec-meeting-2015-02-24-4e995b7bf2c9e02187fad165d558ece25d397ffb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-24 - Mobility and Transport x DEKRA e.V."],"date":["2015-02-24"],"summary":["Road Safety"],"location":["Brüssel"],"address":["Brüssel"],"addressEntity":["addr-76a1120c23e403cd4843f4c60ffc591a79e14f1a"],"organizer":["ec-dg-move"],"involved":["ec-person-d856b0f199c84d5b5003106bea2ee6d0392e2428","eu-tr-52624015528-97"]}} -{"id":"ec-meeting-2015-02-24-4ed56384ba76e85fa5b58036212194bc10b1fb50","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-24 - Communications Networks, Content and Technology x AT&T, Inc."],"date":["2015-02-24"],"summary":["Digital Single Market, NN"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["ec-person-3d379ff88d704acbd3444fdd59765df1225d4f9b","eu-tr-92442218459-37"]}} -{"id":"ec-meeting-2015-02-24-568fca327bed4a66179bf4f15d34cfcaf47873c1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-24 - Günther Oettinger x Deutsche Telekom"],"date":["2015-02-24"],"summary":["TSM & copyright"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-dg-de"],"involved":["ec-person-49723482bb23d029cbfc010cb37eec7392a0ae02","eu-tr-60052162589-72"]}} -{"id":"ec-meeting-2015-02-24-594e6b5fd2649bd89fef08ec9b71f6ddf85d9c22","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-24 - Cabinet of Commissioner Věra Jourová x LINDAT/CLARIAH-CZ"],"date":["2015-02-24"],"summary":["Class action lawsuits in the EU"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-a2ca9161feee56909a0e98b473c2d342c20fdb57","eu-tr-237827912873-79"]}} -{"id":"ec-meeting-2015-02-24-68fd8246ee27a4a6648d98322b0d3b03c33c618b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-24 - Cabinet of Commissioner Elżbieta Bieńkowska x Coalition of European Organisations on Data Protection"],"date":["2015-02-24"],"summary":["Introductory meeting"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["ec-person-685ecf13dd26cd515c961e24ba71049af2302c5e","eu-tr-501468815548-71","ec-person-b2f9be51339f054477846797e2c119fcf16548fc"]}} -{"id":"ec-meeting-2015-02-24-6f4e45167e95064b0304a39f2ab1c4fc85a1790b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-24 - Günther Oettinger x Entidad de Gestión de Derechos de los Productores Audiovisuales"],"date":["2015-02-24"],"summary":["copyright"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-dg-de"],"involved":["ec-person-49723482bb23d029cbfc010cb37eec7392a0ae02","eu-tr-52417673283-47"]}} -{"id":"ec-meeting-2015-02-24-741e40a0313d71aaba9c18c34ad2cb0ae8d5b09e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-24 - Cabinet of Vice-President Karmenu Vella x Greenpeace European Unit"],"date":["2015-02-24"],"summary":["EU Arctic Dialogue event organised by Greenpeace"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["eu-tr-9832909575-41","ec-person-2966d69fae0ea4e67f3f2df5a743cc766267d3c8"]}} -{"id":"ec-meeting-2015-02-24-7e03fbac32353644682271040e90f87e9e571dbd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-24 - Cabinet of Vice-President Jyrki Katainen x Institutional Limited Partners Association (ILPA)"],"date":["2015-02-24"],"summary":["Capital markets union"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-688571314594-79","ec-person-88d71b399a3e13a243bdc4676e481835e8e5b2f2"]}} -{"id":"ec-meeting-2015-02-24-858bacddeacbc39473eadf5ea514820f25021b93","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-24 - Cabinet of Commissioner Jonathan Hill x ABN AMRO Bank N.V."],"date":["2015-02-24"],"summary":["Introduction meeting with a focus on level 2 and retail banking"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["ec-person-890015b0d769ee93a09119846b414d4aae7c64ae","eu-tr-469301912859-01"]}} -{"id":"ec-meeting-2015-02-24-85a58700790047a11a0d43dc06e80bda4b089d0c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-24 - Cabinet of Commissioner Marianne Thyssen x VERBOND VAN BELGISCHE ONDERNEMINGEN / FEDERATION DES ENTREPRISES DE BELGIQUE"],"date":["2015-02-24"],"summary":["Courtesy visit, presentation of VBO"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["eu-tr-47676761061-93","ec-person-e93189002a993321fd1af93481b271c766b1aff8"]}} -{"id":"ec-meeting-2015-02-24-87042919ad843326c67577971f2eff589963b820","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-24 - Günther Oettinger x BT Group plc"],"date":["2015-02-24"],"summary":["DSM"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0","eu-tr-00919034091-89"]}} -{"id":"ec-meeting-2015-02-24-8a809c498be0312323624ae34f33606fcbb1f4de","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-24 - Cabinet of Commissioner Jonathan Hill x Which?"],"date":["2015-02-24"],"summary":["Financial Services Policy"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["ec-person-03cf92829e273869bfbd8bbf4f1881dcd0848186","eu-tr-03845856565-52"]}} -{"id":"ec-meeting-2015-02-24-976e410befb8d05d869c532aa9941a99879515f8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-24 - Cabinet of Commissioner Jonathan Hill x Bruegel"],"date":["2015-02-24"],"summary":["Financial Policy"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["ec-person-a9f927e92126f22da48d08ee37b059179988ada8","eu-tr-33622026795-64"]}} -{"id":"ec-meeting-2015-02-24-9a52faddfc47e86dbcd72c63bed7752127faef39","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-24 - Cabinet of Commissioner Elżbieta Bieńkowska x EUROPEAN TRADE UNION CONFEDERATION"],"date":["2015-02-24"],"summary":["Micro-enterprises and SMEs from EU regulation."],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-06698681039-26","ec-person-95a769a1850d7d595f9a5853c51dcbdd3ddd69fb"]}} -{"id":"ec-meeting-2015-02-24-a976e0c5797434db3230e129cc241f89b0381fdb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-24 - Cabinet of Vice-President Jyrki Katainen x Municipal Waste Europe"],"date":["2015-02-24"],"summary":["Circular Economy"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-75395701551-94","ec-person-0310c3b87e155f5572493e91d12eebab9736a76b"]}} -{"id":"ec-meeting-2015-02-24-abcda8e5220dbac485d8e6cc0206201532ef0a90","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-24 - Cabinet of Vice-President Maroš Šefčovič x SGI Europe"],"date":["2015-02-24"],"summary":["Energy Union"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-1f95be23689cd4ed0a26fe2980f760ccf2d55c1e","eu-tr-59513031434-92"]}} -{"id":"ec-meeting-2015-02-24-af9dffd254280effeb17eea6fe1a0a1953297aba","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-24 - Cabinet of Commissioner Jonathan Hill x American Chamber of Commerce to the European Union"],"date":["2015-02-24"],"summary":["Financial Policy"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["ec-person-a9f927e92126f22da48d08ee37b059179988ada8","eu-tr-5265780509-97"]}} -{"id":"ec-meeting-2015-02-24-b300ff48582b17f88c9b5ac9c4f6164c9239f915","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-24 - Health and Food Safety x Association des yaourts & laits fermentés vivants"],"date":["2015-02-24"],"summary":["Probiotics"],"location":["Brussels (BELGIUM)"],"address":["Brussels (BELGIUM)"],"addressEntity":["addr-25bd5ca85cdaa2e09cf8cb981983bc8a6b73b8ec"],"organizer":["ec-dg-sante"],"involved":["eu-tr-219068015989-38","ec-person-e6c752b8c9246ee8246c3dde21cfd79f9c4d2d19"]}} -{"id":"ec-meeting-2015-02-24-b4457588f5eee7125d5662478c2a748d4900121c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-24 - Cabinet of Commissioner Tibor Navracsics x Universities UK International"],"date":["2015-02-24"],"summary":["Funding of Horizon 2020 and EPSI"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-dc2e0fed0fdf39a6a3f3ad63355c5215599de9d1","eu-tr-503102215568-76"]}} -{"id":"ec-meeting-2015-02-24-c249f5affe311e85a5c1b82cead88f6bc4c1b484","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-24 - Cabinet of Vice-President Maroš Šefčovič x Cerame-Unie"],"date":["2015-02-24"],"summary":["Energy Union and energy intensive industries"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-2be517b9261a91f2f07e05ec14c6331980e9716e","eu-tr-79465004946-12"]}} -{"id":"ec-meeting-2015-02-24-c2e72e2f7977e48de6cfe5e36a1108f0742336a4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-24 - Environment x Plastics Recyclers Europe"],"date":["2015-02-24"],"summary":["Meeting with Antonino Furfari - Plastics recyclers Europe on Circular Economy Plastics Recycling"],"location":["Bruxelles"],"address":["Bruxelles"],"addressEntity":["addr-b58f5927b66d94a676970dc048485d4c6848f272"],"organizer":["ec-dg-env"],"involved":["eu-tr-00162715418-92","ec-person-c92411579cf013898db30d63a5d6fadc118e7264"]}} -{"id":"ec-meeting-2015-02-24-c37b90676e85bbbee372662ebdb3894d19eb73c5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-24 - Cabinet of President Jean-Claude Juncker x Jens-Peter Bonde"],"date":["2015-02-24"],"summary":["Meeting with Jens-Peter Bonde"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-29c106b0461ffd79e95f0119bdd363fd3c7c3ab3","eu-tr-060587815138-96"]}} -{"id":"ec-meeting-2015-02-24-c9820e6b71c00719c1c1bb5ec9a1ce8b67e56846","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-24 - Cabinet of Commissioner Violeta Bulc x Community of European Railway and Infrastructure Companies"],"date":["2015-02-24"],"summary":["Transporting goods from Asia to the EU - what role for intermodality"],"notes":["Portfolio: Transport"],"location":["Brussels-Belgium"],"address":["Brussels-Belgium"],"addressEntity":["addr-8aa817030dbcdfbb53f748ee3078a4c164aa27db"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-7ac9445abdddc66a79f539ae13eb74e1ceb512df","eu-tr-7574621118-27"]}} -{"id":"ec-meeting-2015-02-24-cd2c27639f8236414341088e69cf887045d86835","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-24 - Cabinet of Vice-President Maroš Šefčovič x OMV Aktiengesellschaft"],"date":["2015-02-24"],"summary":["Energy Security - South East Central Europe region"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-3bf48630444ace93d407e52eb880e64d480f75ce","eu-tr-94274031992-65"]}} -{"id":"ec-meeting-2015-02-24-cdb623f5cf0bd79587692648587745b17e6251ba","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-24 - Cabinet of Vice-President Miguel Arias Cañete x Afore Consulting"],"date":["2015-02-24"],"summary":["EU policy on LNG"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-03013154889-05","ec-person-25a937c04cd0a0ddcf5cf34798e76b5105854114","ec-person-2229c857664a22dcb8eee79a8c05841fd3d0924f"]}} -{"id":"ec-meeting-2015-02-24-d4fd66bc3dea9c7ea84c53cf6b978af844366aca","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-24 - Justice and Consumers x BUSINESSEUROPE"],"date":["2015-02-24"],"summary":["All files of DG JUST"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-just"],"involved":["ec-person-26f8747866bd0d81cebb7a339c1ac11294d9676e","eu-tr-3978240953-79"]}} -{"id":"ec-meeting-2015-02-24-d790ccd34e40c25b4c6153fa0980c6d15f7448ae","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-24 - Cabinet of Vice-President Miguel Arias Cañete x Trafigura Group Pte."],"date":["2015-02-24"],"summary":["EU policy on LNG"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-955315115949-73","ec-person-25a937c04cd0a0ddcf5cf34798e76b5105854114","ec-person-2229c857664a22dcb8eee79a8c05841fd3d0924f"]}} -{"id":"ec-meeting-2015-02-24-d7918cfe816c28428ce8f3417f08450cc13361bb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-24 - Cabinet of Vice-President Miguel Arias Cañete x Hitachi Europe Ltd."],"date":["2015-02-24"],"summary":["Energy Union"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussles, Belgium"],"address":["Brussles, Belgium"],"addressEntity":["addr-fcfeded9465b3bfe6f486fb872357db90a6617c9"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-50213201578-64","ec-person-25a937c04cd0a0ddcf5cf34798e76b5105854114"]}} -{"id":"ec-meeting-2015-02-24-d791ba797737c318e267aa27c52cce9a2e973b11","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-24 - Cabinet of First Vice-President Frans Timmermans x Municipal Waste Europe"],"date":["2015-02-24"],"summary":["Circular Economy"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["VB Wien"],"address":["VB Wien"],"addressEntity":["addr-e82748a2c8e3161f90df7e6371d3ff29278cd122"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-75395701551-94","ec-person-7a0c440119cd5d547eceebb055c79b8bb41bf9a2"]}} -{"id":"ec-meeting-2015-02-24-d9f59de9e3185ac1863094a97005ac4bf7bd55b2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-24 - Employment, Social Affairs and Inclusion x Pensioenfederatie (Federation of the Dutch Pension Funds)"],"date":["2015-02-24"],"summary":["Réforme des retraites aux Pays-Bas"],"location":["Michel Servoz office"],"address":["Michel Servoz office"],"addressEntity":["addr-978e41b1622befbb8d6669dcbeb433d909f25b91"],"organizer":["ec-dg-empl"],"involved":["ec-person-0d8ce1c547b8ca99decd25740ba12e2c0866a2fd","eu-tr-84476202986-17"]}} -{"id":"ec-meeting-2015-02-24-db9da9c209522f1822eec0992cc4bb9f55937918","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-24 - Cabinet of Commissioner Vytenis Andriukaitis x EUROPEAN ORGANISATION FOR RARE DISEASES"],"date":["2015-02-24"],"summary":["Action on rare diseases, Bridging Inequalities & Giving Patients with Rare Diseases same type of access to treatment and care"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-97425c615743576adc42e09bee7dac14f83f691b","ec-person-df30d07ef698a52b9948b9c734db39196cf8541f","eu-tr-93272076510-87"]}} -{"id":"ec-meeting-2015-02-24-e11994caaf22698a8bceabfee1cfa18d92ceb908","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-24 - Cabinet of Commissioner Violeta Bulc x UIRR, International Union for Road-Rail Combined Transport"],"date":["2015-02-24"],"summary":["Meeting with UIRR"],"notes":["Portfolio: Transport"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-4d2b449b5047ea3fda435a2a1c1081e3babcdf76","eu-tr-49307536642-11"]}} -{"id":"ec-meeting-2015-02-24-e900a07373ab20c887fba2d0f533623258306f04","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-24 - Cabinet of Vice-President Andrus Ansip x Coalition of European Organisations on Data Protection"],"date":["2015-02-24"],"summary":["New European Coalition on data protection"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-5db7bdd1c81da2e70eb5b982097d0004111b5c3e","eu-tr-501468815548-71"]}} -{"id":"ec-meeting-2015-02-24-f024d8692808204344dbe85f5095c7ff8a207a2a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-24 - Cabinet of Commissioner Violeta Bulc x Deutsches Verkehrsforum"],"date":["2015-02-24"],"summary":["European transport policy"],"notes":["Portfolio: Transport"],"location":["Brussels-Belgium"],"address":["Brussels-Belgium"],"addressEntity":["addr-8aa817030dbcdfbb53f748ee3078a4c164aa27db"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-84108743925-09","ec-person-7ac9445abdddc66a79f539ae13eb74e1ceb512df"]}} -{"id":"ec-meeting-2015-02-24-f74d93d5416f5ed0935fad36d7c9a57aa0ba0eea","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-24 - Cabinet of Commissioner Jonathan Hill x Pensioenfederatie (Federation of the Dutch Pension Funds)"],"date":["2015-02-24"],"summary":["IORPs, own initiative report from EIOPA, CMU from a pension fund view"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["ec-person-890015b0d769ee93a09119846b414d4aae7c64ae","eu-tr-84476202986-17"]}} -{"id":"ec-meeting-2015-02-24-f81881f1d67ebb1da902ea8684c7b279ceef8f85","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-24 - Cabinet of Vice-President Cecilia Malmström x EU–China Business Association"],"date":["2015-02-24"],"summary":["Cooperation with business on China"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-98880f3f4206145e196013db9dd806a551c11e06","eu-tr-660326516081-27"]}} -{"id":"ec-meeting-2015-02-25-01b5f99c32a94853b7e1f3a5abfcd5f83108fea2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-25 - Günther Oettinger x European Organisation for Security Indra"],"date":["2015-02-25"],"summary":["Cybersecurity"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-208351410839-33","eu-tr-32134385519-64","ec-person-4cd59e13386e3b68ecb3611fcc579e0a0a3938a5"]}} -{"id":"ec-meeting-2015-02-25-0ebea00951249ead64b8722f7b079dd24ecbc925","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-25 - Cabinet of Vice-President Cecilia Malmström x Nokia"],"date":["2015-02-25"],"summary":["IPR and ICT sector"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-35167875358-33","ec-person-98880f3f4206145e196013db9dd806a551c11e06"]}} -{"id":"ec-meeting-2015-02-25-108365b3a06fbb351b6d7d63a90355250a4d0b0f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-25 - Cabinet of Vice-President Jyrki Katainen x European Recycling Industries' Confederation"],"date":["2015-02-25"],"summary":["Circular Economy"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-764633015511-42","ec-person-0310c3b87e155f5572493e91d12eebab9736a76b"]}} -{"id":"ec-meeting-2015-02-25-1167d06fbf5e75205db0a382dfb9d157296e3bba","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-25 - Cabinet of Commissioner Věra Jourová x Petr Kolar"],"date":["2015-02-25"],"summary":["2015 CWP"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["eu-tr-237732715185-74","ec-person-1e0e3a00ab815dea7c5b839b002ed2c7e34bfe0a"]}} -{"id":"ec-meeting-2015-02-25-1667a47d62f2d485395ceead987a5379356e78a1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-25 - Günther Oettinger x Fédération Française des Télécoms"],"date":["2015-02-25"],"summary":["Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-d8b86b98a24683917c569000ed6d8c45bedbbc00","eu-tr-005930614727-54"]}} -{"id":"ec-meeting-2015-02-25-1c0765c718ca3585cddc24b7a4c0b9174896f89b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-25 - Cabinet of First Vice-President Frans Timmermans x Conseil des Communes et Régions d'Europe"],"date":["2015-02-25"],"summary":["Better regulation"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-81142561702-61","ec-person-966667b73d92624be9bb019c2baab7e52331b3d3"]}} -{"id":"ec-meeting-2015-02-25-1c74e33de4c72b275cd82ca29fb8c59a1f8294cc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-25 - Cabinet of Commissioner Vytenis Andriukaitis x Compassion in World Farming International"],"date":["2015-02-25"],"summary":["Welfare at Point of Slaughter"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-0dbfffeb0323f819c8d57164906086dd8639c437","eu-tr-26535516539-45"]}} -{"id":"ec-meeting-2015-02-25-262c9146fe67cc38d31cb0bb7087954e51dd4f2a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-25 - Cabinet of Vice-President Jyrki Katainen x European Association for the Education of Adults"],"date":["2015-02-25"],"summary":["Lifelong Learning"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-3334854676-12","ec-person-99365f4c3081112dcbfa722a5eb05adecc68503e"]}} -{"id":"ec-meeting-2015-02-25-2ab787863d2c1b4a5ca940ac00b19573069e3e8b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-25 - Günther Oettinger x Verband Deutscher Maschinen- und Anlagenbau e.V."],"date":["2015-02-25"],"summary":["DSM"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0","eu-tr-9765362691-45"]}} -{"id":"ec-meeting-2015-02-25-2c174f2f017eebdff2647dcbb223ccde107c9a37","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-25 - Cabinet of Commissioner Věra Jourová x EuroCommerce"],"date":["2015-02-25"],"summary":["Digital Single Market"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["eu-tr-84973761187-60","ec-person-184e698af1eb9e33b179680570ca171d8cb31c94"]}} -{"id":"ec-meeting-2015-02-25-37bc8d2c1035f1b3defb2e985a41400211c6ff44","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-25 - Cabinet of Commissioner Jonathan Hill x IFPI Representing recording industry worldwide"],"date":["2015-02-25"],"summary":["Digital Single Market"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Belgium, Brussels, BERL"],"address":["Belgium, Brussels, BERL"],"addressEntity":["addr-afebf85a436897fe5234b2ac0d00a1ddc4c9dd27"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["eu-tr-60394321918-91","ec-person-5fdb62e20cecef81f87f94d3d1bcdd3b47b26af0"]}} -{"id":"ec-meeting-2015-02-25-3a15f042e0ba5028d091982b09d8f7f417dad63c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-25 - Cabinet of Commissioner Christos Stylianides x Save the Children International"],"date":["2015-02-25"],"summary":["Ebola"],"notes":["Portfolio: Humanitarian Aid & Crisis Management"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-cabinet-christos-commissioner-of-stylianides"],"involved":["eu-tr-11610562644-55","ec-person-6f08c893ea685f6d5f50c2c6e373f294e3616698"]}} -{"id":"ec-meeting-2015-02-25-3b314e2fa372c9d1fd2db1edd718a74741060535","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-25 - Cabinet of Vice-President Andrus Ansip x Internet Watch Foundation"],"date":["2015-02-25"],"summary":["Hotlines in the fight against child sexual abuse images"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-d5a309c64ecdb05010325dcfc661f6ae817f31cc","eu-tr-144739515066-23"]}} -{"id":"ec-meeting-2015-02-25-3bbd37cdea670c744accff9bc1c3e4053a15bedd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-25 - Cabinet of First Vice-President Frans Timmermans x EuroCommerce"],"date":["2015-02-25"],"summary":["European Food products"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels Belgium"],"address":["Brussels Belgium"],"addressEntity":["addr-61947d7d2c69c0b8f57325bd044f500c5fc6df48"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-84973761187-60","ec-person-6c0efbf1635ca0cb8dce32e129231fa3136f600b"]}} -{"id":"ec-meeting-2015-02-25-3d82293efd25cc30e5bca4c33be45e0e39dda45e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-25 - Energy x UPM-Kymmene Oyj"],"date":["2015-02-25"],"summary":["Biofuels"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-861194311863-31","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2015-02-25-41718162e94ef12d43a857a06e3078e96e2800d1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-25 - Energy x Schneider Electric"],"date":["2015-02-25"],"summary":["European Energy Policy priorities"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-46302264606-44","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2015-02-25-432ecfedcc071298bc2455de4ac50decbe79f889","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-25 - Cabinet of Vice-President Cecilia Malmström x The European Alliance of Companies for Energy Efficiency in Buildings"],"date":["2015-02-25"],"summary":["TTIP; Energy Union"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-99005441548-23","ec-person-cb8ca9ec2413722fa83484ed18dd76ace52d0118"]}} -{"id":"ec-meeting-2015-02-25-4802f29b8cca881761a78f149c686f0ffbc69044","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-25 - Cabinet of High Representative / Vice-President Federica Mogherini x International Federation for Human Rights"],"date":["2015-02-25"],"summary":["Transnistria disputed territories"],"notes":["Portfolio: Foreign Affairs and Security Policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"involved":["eu-tr-97628146980-33","ec-person-44c0409df0e9c3a69a1fe1442fc91e31f6c2786b","ec-person-97549b50ce25e488bb1c03d83cfb838cd4fdf293"]}} -{"id":"ec-meeting-2015-02-25-481d27e8a852cdc79f0c696a46ff3ca954158a3a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-25 - Cabinet of Commissioner Phil Hogan x European Rural Poultry Association"],"date":["2015-02-25"],"summary":["Nouveau règlement sur l'agriculture biologique et ses conséquences pour la production de volailles biologiques; termes réservés de qualité en volailles de chair"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-c9d17d5879383b030f61a4066848249fb35d57e4","ec-person-400dd8d59d3060187d9b9b143d697da1a3d03c12","eu-tr-5235485727-61"]}} -{"id":"ec-meeting-2015-02-25-4f5f1fa84c2cb0eb9dfb8a540680edfa7e688b41","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-25 - European Neighbourhood and Enlargement Negotiations x Council of European Energy Regulators"],"date":["2015-02-25"],"summary":["Bilateral meeting"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-near"],"involved":["eu-tr-65470797015-89","ec-person-1160ccf35947f06f1629cad85b9f162eb5575780"]}} -{"id":"ec-meeting-2015-02-25-55914f49bf5485031e1aed40c72537d771da3f26","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-25 - Günther Oettinger x Centre for Democracy & Technology, Europe"],"date":["2015-02-25"],"summary":["Freedom of expression"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-c6c38691c27b1498b60b18409aa979cf1dd1f4ac","eu-tr-57305017757-64"]}} -{"id":"ec-meeting-2015-02-25-5964e531e4dc850d9d038ddd5b7617aaccd4ba6d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-25 - Cabinet of Vice-President Valdis Dombrovskis x None"],"date":["2015-02-25"],"summary":["Aktuelle Themen, Strukturreformen"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels, Berlaymont building"],"address":["Brussels, Berlaymont building"],"addressEntity":["addr-9af60304966d493b781d42fc5f777fe9bd99f916"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-b3851773e6fffa3f8f2c4483b70f7bb63da8a4c3"]}} -{"id":"ec-meeting-2015-02-25-6352ab12deca62f397bdf72b2476192e4b623d2d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-25 - Cabinet of Commissioner Marianne Thyssen x European Chemical Industry Council European Chemical Employers Group"],"date":["2015-02-25"],"summary":["Employment related issues in the chemical sector"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["ec-person-7567514af00f139b390cf9864d28a090ca0fde25","eu-tr-38429111298-23","eu-tr-64879142323-90"]}} -{"id":"ec-meeting-2015-02-25-635754a601c7e33817c456dec5589f140b8abfcc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-25 - Cabinet of Commissioner Violeta Bulc x Federación Nacional Empresarial de Transporte en Autobús (Spanish Federation of Transport by Bus)"],"date":["2015-02-25"],"summary":["Funding opportunities for bus terminals and dedicated bus lanes"],"notes":["Portfolio: Transport"],"location":["Brussels, Belguim"],"address":["Brussels, Belguim"],"addressEntity":["addr-84b5e5f38d43901e13b15f0c7dd8b408c954fd9b"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-7ac9445abdddc66a79f539ae13eb74e1ceb512df","eu-tr-44538055618-06","ec-person-dd7851e4a1e747e824b4f81139e33bc3cdb73160"]}} -{"id":"ec-meeting-2015-02-25-684baa977abd587ecbba9b9b8cbe4036a43b6d2a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-25 - Günther Oettinger x WIK Wissenschaftliches Institut für Infrastruktur und Kommunikationsdienste GmbH Microsoft Corporation"],"date":["2015-02-25"],"summary":["Regulatory issues"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-0801162959-21","ec-person-4cd59e13386e3b68ecb3611fcc579e0a0a3938a5","eu-tr-469802815536-67"]}} -{"id":"ec-meeting-2015-02-25-68b486bb6331f9661e3b47a966ec0f4fe7babad8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-25 - Cabinet of Commissioner Pierre Moscovici x Stiftung Ordnungspolitik - Centrum für Europäische Politik"],"date":["2015-02-25"],"summary":["Investment Plan Juncker"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Bruxelles"],"address":["Bruxelles"],"addressEntity":["addr-b58f5927b66d94a676970dc048485d4c6848f272"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["eu-tr-488753210783-18","ec-person-79931cfd2923c1aca9c7d284e9590732b0a36ed9"]}} -{"id":"ec-meeting-2015-02-25-6a9fd9c72863df1dbbf07fac2b35ebd4c2c220e9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-25 - Günther Oettinger x Cisco Systems Inc."],"date":["2015-02-25"],"summary":["Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-4cd59e13386e3b68ecb3611fcc579e0a0a3938a5","eu-tr-494613715191-85"]}} -{"id":"ec-meeting-2015-02-25-6cd0049d49559bb8f447cff740fbe504f707625b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-25 - Cabinet of Commissioner Phil Hogan x Association Occitanie Europe"],"date":["2015-02-25"],"summary":["Exchange of views regarding the quality policies and its impact on the agriculture competitiveness as 1 out of 4 farmers of Midi-Pyrénées is involved in one of the 120 Protected Designation of Origin and Protected Geographical Designation. In addition to that, Midi-Pyrénées Region is now leading the European network AREPO (Association of European Regions for Origin Products) since November 2014"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["BERL 08/323"],"address":["BERL 08/323"],"addressEntity":["addr-81cf2e873861051667b0d7f6084c1d3163e5afea"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-85470672196-59","ec-person-428cf365f3847d04012831ef2642a1a69aed518d"]}} -{"id":"ec-meeting-2015-02-25-6e38fd3964a6bdb10c25c342d8a53d96ea5ddca1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-25 - Cabinet of Commissioner Elżbieta Bieńkowska x Nokia"],"date":["2015-02-25"],"summary":["Patents"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-35167875358-33","ec-person-685ecf13dd26cd515c961e24ba71049af2302c5e","ec-person-b2f9be51339f054477846797e2c119fcf16548fc"]}} -{"id":"ec-meeting-2015-02-25-70f6ecec207d1e6fb483c86b9e0659408a675c8b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-25 - Trade x Verband Deutscher Maschinen- und Anlagenbau e.V."],"date":["2015-02-25"],"summary":["Ongoing Trade Negotiations"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-trade"],"involved":["ec-person-bde9bb099f5d24c52ca4a9255cefc99a5b87a650","eu-tr-9765362691-45"]}} -{"id":"ec-meeting-2015-02-25-7e846b6671898624ac99e42252320da232423e56","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-25 - Cabinet of Commissioner Pierre Moscovici x Fédération Française des Télécoms"],"date":["2015-02-25"],"summary":["Digital Single Market"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Bruxelles"],"address":["Bruxelles"],"addressEntity":["addr-b58f5927b66d94a676970dc048485d4c6848f272"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["ec-person-79931cfd2923c1aca9c7d284e9590732b0a36ed9","eu-tr-005930614727-54"]}} -{"id":"ec-meeting-2015-02-25-81364a4e76d32f047cc7a183465111eafc698c36","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-25 - Cabinet of Commissioner Vytenis Andriukaitis x Lantbrukarnas Riksförbund"],"date":["2015-02-25"],"summary":["Animal Health, Antibiotic Resistance"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-0dbfffeb0323f819c8d57164906086dd8639c437","eu-tr-79239225070-38"]}} -{"id":"ec-meeting-2015-02-25-81b028254d5441d7c6a3708264bd4ea9bae994a3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-25 - Cabinet of Commissioner Pierre Moscovici x Studio Legale Bonelli Erede Pappalardo"],"date":["2015-02-25"],"summary":["Courtesy visit"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["eu-tr-056295616192-78","ec-person-738f7f25002d191bd2df8936e8f8d1d726c19e2e"]}} -{"id":"ec-meeting-2015-02-25-82ac3005fbdb4ff15ce76b3e4adbd3a15173469a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-25 - Cabinet of Vice-President Valdis Dombrovskis x The Investment Association"],"date":["2015-02-25"],"summary":["Resolution of central counterparties (CCPs)"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-3f9ca71b74344417d1f072ba7f3e2f09a223b036","eu-tr-5437826103-53"]}} -{"id":"ec-meeting-2015-02-25-8708da5c2e655828f21b80659be370395dd71d3a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-25 - Cabinet of Commissioner Carlos Moedas x European Academies' Science Advisory Council"],"date":["2015-02-25"],"summary":["Meeting with Mr William Gillet, EASAC Energy Programme"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-fb56329c22510c66ab50a8bdba13230bdae32902","eu-tr-133236011647-58"]}} -{"id":"ec-meeting-2015-02-25-89452af7744ebaddf61293bc16dae4b745115aa8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-25 - Cabinet of Vice-President Karmenu Vella x European Recycling Industries' Confederation"],"date":["2015-02-25"],"summary":["Circular Economy"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["eu-tr-764633015511-42","ec-person-4ff7c27445db4ad88e687776974fd8d077a1fe0c"]}} -{"id":"ec-meeting-2015-02-25-89895528e00ae24222c9d99232ad71d4e1d96e71","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-25 - Cabinet of Commissioner Elżbieta Bieńkowska x Network of European Regions Using Space Technologies"],"date":["2015-02-25"],"summary":["Introductory meeting"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["ec-person-685ecf13dd26cd515c961e24ba71049af2302c5e","eu-tr-418383311305-48"]}} -{"id":"ec-meeting-2015-02-25-8a21dc90edad9c29bb3bc550d9f3ff9a5fc4a2a8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-25 - Cabinet of First Vice-President Frans Timmermans x European Recycling Industries' Confederation"],"date":["2015-02-25"],"summary":["Circular Economy"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["BERL 12/243"],"address":["BERL 12/243"],"addressEntity":["addr-fb1178ea299e67990c6feb254018fe3d42cd2186"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-764633015511-42","ec-person-7a0c440119cd5d547eceebb055c79b8bb41bf9a2"]}} -{"id":"ec-meeting-2015-02-25-8c18a067f66db6e1b15b33eb397fcacb438d817a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-25 - Cabinet of Commissioner Jonathan Hill x Fiserv Incorporated"],"date":["2015-02-25"],"summary":["Financial Service Policy"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["eu-tr-519393415904-86","ec-person-03cf92829e273869bfbd8bbf4f1881dcd0848186"]}} -{"id":"ec-meeting-2015-02-25-8ca8014ece7cf14663ca34c991130f1c8daf58f4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-25 - Cabinet of Vice-President Karmenu Vella x Plastics Recyclers Europe"],"date":["2015-02-25"],"summary":["Circular Economy"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["ec-person-4ff7c27445db4ad88e687776974fd8d077a1fe0c","eu-tr-00162715418-92"]}} -{"id":"ec-meeting-2015-02-25-8d2308920056a3383e9aa3aad9a5c6d8b2f3d080","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-25 - Günther Oettinger x ACT | The App Association"],"date":["2015-02-25"],"summary":["IPR Task Force"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-dg-de"],"involved":["eu-tr-72029513877-54","ec-person-49723482bb23d029cbfc010cb37eec7392a0ae02"]}} -{"id":"ec-meeting-2015-02-25-92474ff9ca007e9c17351dadaa21c5f9bc3ac941","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-25 - Cabinet of Vice-President Jyrki Katainen x European Plastics Converters Association Plastics Recyclers Europe"],"date":["2015-02-25"],"summary":["Circular Economy"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-00162715418-92","eu-tr-93255296152-29","ec-person-0310c3b87e155f5572493e91d12eebab9736a76b"]}} -{"id":"ec-meeting-2015-02-25-940b62c92a9d668fa41a320b45086164967603b9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-25 - Cabinet of Vice-President Jyrki Katainen x Technology Industries of Finland (Teknologiateollisuus ry)"],"date":["2015-02-25"],"summary":["Industry Policy"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-99365f4c3081112dcbfa722a5eb05adecc68503e","eu-tr-39705603497-38"]}} -{"id":"ec-meeting-2015-02-25-942b4305578bf0564c1b5656b37ba4612e36a86e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-25 - Trade x Verband der Automobilindustrie"],"date":["2015-02-25"],"summary":["Ongoing Trade negotiations"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-trade"],"involved":["ec-person-bde9bb099f5d24c52ca4a9255cefc99a5b87a650","eu-tr-95574664768-90"]}} -{"id":"ec-meeting-2015-02-25-94b68be00e97dc5a816754556bbed7da5fc95550","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-25 - Cabinet of Commissioner Jonathan Hill x Lufthansa Group"],"date":["2015-02-25"],"summary":["Financial Services Policy"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["ec-person-03cf92829e273869bfbd8bbf4f1881dcd0848186","eu-tr-0714344663-32"]}} -{"id":"ec-meeting-2015-02-25-9a232833879e86ee5702196de4000ace2ef57566","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-25 - Cabinet of First Vice-President Frans Timmermans x Plastics Recyclers Europe"],"date":["2015-02-25"],"summary":["Circular Economy"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["BERL 10/286"],"address":["BERL 10/286"],"addressEntity":["addr-fb8936c188f53a7eb5cbd12e71c33e932fbbc6ac"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-00162715418-92","ec-person-7a0c440119cd5d547eceebb055c79b8bb41bf9a2"]}} -{"id":"ec-meeting-2015-02-25-9c93b5c8c0c0cf151579fd60a8e3268f4e1af45f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-25 - European Neighbourhood and Enlargement Negotiations x Confederation of Swedish Enterprise"],"date":["2015-02-25"],"summary":["Discussions on Neighboouhood and Enlargement policies"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-near"],"involved":["eu-tr-39912257528-48","ec-person-1160ccf35947f06f1629cad85b9f162eb5575780"]}} -{"id":"ec-meeting-2015-02-25-9e70976a16e3b891158fe93d7c23227ad62836db","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2015-02-25 - Cabinet of Commissioner Violeta Bulc x ASSOCIATION OF EUROPEAN AIRLINES"],"date":["2015-02-25"],"summary":["Association of European Airlines","Meeting with AEA"],"notes":["Portfolio: Transport"],"location":["Brussels, Belgium","Brussels/BE"],"address":["Brussels, Belgium","Brussels/BE"],"addressEntity":["addr-fe4580120e578f5899b4d753b36b5313310f6173","addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-4d2b449b5047ea3fda435a2a1c1081e3babcdf76","ec-person-d710a614b1b0eabb6d73a2d665b82f6514a3fdb8","eu-tr-78089286892-19"]}} -{"id":"ec-meeting-2015-02-25-9e790d9df479467688a37745b3d366bd02416e5c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-25 - Cabinet of Vice-President Cecilia Malmström x Confederation of Swedish Enterprise"],"date":["2015-02-25"],"summary":["TTIP"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-39912257528-48","ec-person-20ded9db5df11164331bb161fdf234b1e5ad53fd"]}} -{"id":"ec-meeting-2015-02-25-a874b0280f51ae6b9932c3390a4f3b401df8cea4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-25 - Communications Networks, Content and Technology x Confederation of Danish Industry"],"date":["2015-02-25"],"summary":["Digital Single Market"],"location":["Copenhagen"],"address":["Copenhagen"],"addressEntity":["addr-3f7c839db34cfeebcefe96d90a0e37e02c8e52c6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-5749958415-41","ec-person-3d379ff88d704acbd3444fdd59765df1225d4f9b"]}} -{"id":"ec-meeting-2015-02-25-a8a27da40540d6d896bdd09babc6b0ddddb3b609","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-25 - Cabinet of Commissioner Phil Hogan x Independent Retail Europe (formerly UGAL - Union of Groups of Independent Retailers of Europe)"],"date":["2015-02-25"],"summary":["Presentation by IRE of its organisation and members. Presentation of its work in and views about the Supply Chain Initiative and its future"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-a985b9a03cb4f9af4f2f97583d8f92fb71579572","eu-tr-034546859-02"]}} -{"id":"ec-meeting-2015-02-25-af8549bd145ff530616cd5a623a619c7122b1306","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-25 - Environment x Verband der Automobilindustrie"],"date":["2015-02-25"],"summary":["Meeting with VDA präsident, Mr Matthias Wissmann on Air quality policy"],"location":["Bruxelles"],"address":["Bruxelles"],"addressEntity":["addr-b58f5927b66d94a676970dc048485d4c6848f272"],"organizer":["ec-dg-env"],"involved":["eu-tr-95574664768-90","ec-person-c92411579cf013898db30d63a5d6fadc118e7264"]}} -{"id":"ec-meeting-2015-02-25-c85768224326ef8351a0d724b812511fd058864e","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2015-02-25 - Cabinet of Commissioner Elżbieta Bieńkowska x Plastics Recyclers Europe"],"date":["2015-02-25"],"summary":["Introductory meeting","Circular Economy package"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["BERL","Brussels"],"address":["BERL","Brussels"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b","addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-00162715418-92","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2015-02-25-c89aa4339d9f07a5f8085aaa99cac79891522549","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-25 - Cabinet of Commissioner Elżbieta Bieńkowska x Association for Emissions Control by Catalyst"],"date":["2015-02-25"],"summary":["Introductory meeting"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-78711786419-61","ec-person-3d55409fa049ff6b397a9afc2fcc21bc7c409f0d","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2015-02-25-cf19cf6144ac3e58b7ad8defe63534cc86dd0a7d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-25 - Cabinet of Vice-President Jyrki Katainen x Atlantic Council of the United States, Inc"],"date":["2015-02-25"],"summary":["European Competitiveness"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-99365f4c3081112dcbfa722a5eb05adecc68503e","eu-tr-524686116124-73"]}} -{"id":"ec-meeting-2015-02-25-d791ba797737c318e267aa27c52cce9a2e973b11","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-25 - Cabinet of First Vice-President Frans Timmermans x Municipal Waste Europe"],"date":["2015-02-25"],"summary":["Circular Economy"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["BERL 12/243"],"address":["BERL 12/243"],"addressEntity":["addr-fb1178ea299e67990c6feb254018fe3d42cd2186"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-75395701551-94","ec-person-7a0c440119cd5d547eceebb055c79b8bb41bf9a2"]}} -{"id":"ec-meeting-2015-02-25-da1cf99a52649861d9fe74223d2e58e3788ddeea","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-25 - Cabinet of Commissioner Věra Jourová x Bundesnotarkammer"],"date":["2015-02-25"],"summary":["Single Member Company"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["eu-tr-74591581960-65","ec-person-184e698af1eb9e33b179680570ca171d8cb31c94"]}} -{"id":"ec-meeting-2015-02-25-e0bff8e4da6cd9efa517be3fc0edc6eefdb7c46d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-25 - Cabinet of Vice-President Cecilia Malmström x The European Steel Association"],"date":["2015-02-25"],"summary":["Global situation for steel industry"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-20ded9db5df11164331bb161fdf234b1e5ad53fd","eu-tr-93038071152-83","ec-person-cb8ca9ec2413722fa83484ed18dd76ace52d0118"]}} -{"id":"ec-meeting-2015-02-25-e113f7266f8c6976e13436d97264a9e2179ff681","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-25 - Cabinet of Vice-President Cecilia Malmström x European Federation of Pharmaceutical Industries and Associations"],"date":["2015-02-25"],"summary":["Trade negotiations and health"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-38526121292-88","ec-person-8529bbbc6db862f6b82d6fa66a7cf7668804dae7"]}} -{"id":"ec-meeting-2015-02-25-e22880cfd988cc57549033be6cae99706cdbbf56","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-25 - Internal Market, Industry, Entrepreneurship and SMEs x Verband der Automobilindustrie"],"date":["2015-02-25"],"summary":["E-Mobility, Connected Cars and competitiveness of the automotive sector and relaunch of Cars 2020"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-grow"],"involved":["ec-person-9f3f9b58a22cf98d55521b290d1facc431bdce86","eu-tr-95574664768-90"]}} -{"id":"ec-meeting-2015-02-25-e788b50e8a39e67b446a3bf5f5e9daa168b1c397","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-25 - Cabinet of First Vice-President Frans Timmermans x Confederation of Swedish Enterprise"],"date":["2015-02-25"],"summary":["Better Regulation"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["BERL 12/217"],"address":["BERL 12/217"],"addressEntity":["addr-d8e3a56df806f4387fe8c9181fec81afe090150c"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-39912257528-48","ec-person-0eaac943e895c47df1465dda6c94e671c5081e0a"]}} -{"id":"ec-meeting-2015-02-25-e7aacf11294c379c5cf5ff64878b2c5be217feca","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-25 - Cabinet of Commissioner Margrethe Vestager x Kellogg Company"],"date":["2015-02-25"],"summary":["Discussion on EU Priorities related to Food and Agriculture"],"notes":["Portfolio: Competition"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-margrethe-of-vestager"],"involved":["ec-person-0700cb0f43a2d20f4938902c4a086aca632d71fb","eu-tr-89352824072-19"]}} -{"id":"ec-meeting-2015-02-25-ee02d2f38e6889c79663345715fb6bf39bf54df5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-25 - Competition x Confederation of British Industry"],"date":["2015-02-25"],"summary":["Competition issues"],"location":["CBI Brussels"],"address":["CBI Brussels"],"addressEntity":["addr-6d68b4f3c7336ea39391a857e56d04eb58cc6933"],"organizer":["ec-dg-comp"],"involved":["eu-tr-73725676990-18","ec-person-31e7cd791b79740bb63dab72215f74f338860a87"]}} -{"id":"ec-meeting-2015-02-25-f20197f20cb80ad261eb1bf3c6d22b3a3f3280f6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-25 - Cabinet of Vice-President Jyrki Katainen x European Dairy Association aisbl"],"date":["2015-02-25"],"summary":["Agriculture policy and investments"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-42967152383-63","ec-person-0310c3b87e155f5572493e91d12eebab9736a76b"]}} -{"id":"ec-meeting-2015-02-25-f2fe0c1047c31744e2eba2d78a23e6966a35f1b3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-25 - Cabinet of High Representative / Vice-President Federica Mogherini x None"],"date":["2015-02-25"],"summary":["The Regional Finance and Investment - Conference for SouthEast Europe"],"notes":["Portfolio: Foreign Affairs and Security Policy"],"location":["Berlaymont, Brussels"],"address":["Berlaymont, Brussels"],"addressEntity":["addr-fc86ff6aaa2cd722afeb09a33ccd03fec72f8cd1"],"organizer":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"involved":["ec-person-0d87d503aa00db1df141f3b1bfea3e0ccb43ece9"]}} -{"id":"ec-meeting-2015-02-25-fb1987896798ba12e6ce1c4372520ff57475f428","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-25 - Cabinet of Vice-President Cecilia Malmström x Canada Europe Roundtable for Business"],"date":["2015-02-25"],"summary":["TTIP; Canada"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-468830015802-86","ec-person-cb8ca9ec2413722fa83484ed18dd76ace52d0118"]}} -{"id":"ec-meeting-2015-02-25-fc14ab8c219b652650b8c7d6e145cd9718bf65a3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-25 - Cabinet of Vice-President Andrus Ansip x RegWatchEurope"],"date":["2015-02-25"],"summary":["e-Health"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-d5a309c64ecdb05010325dcfc661f6ae817f31cc","eu-tr-394175316305-29"]}} -{"id":"ec-meeting-2015-02-26-0b7d6c86c06b3bb2365845c843a2f3d43ca77c98","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-26 - Cabinet of Commissioner Violeta Bulc x UITP - International Association of Public Transport"],"date":["2015-02-26"],"summary":["Meeting with UITP"],"notes":["Portfolio: Transport"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-4d2b449b5047ea3fda435a2a1c1081e3babcdf76","eu-tr-06869148182-50"]}} -{"id":"ec-meeting-2015-02-26-0bd7c4fd6313f121d6ab6161fbb72b053dd17d6d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-26 - Cabinet of Vice-President Andrus Ansip x Huawei Technologies"],"date":["2015-02-26"],"summary":["Digital Single Market strategy and Huawei European investments in R&D, broadband roll-out, development of 5G"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0","ec-person-666bc159c7e65a3af9e63c1e97435c02f1496955","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45","eu-tr-114467111412-38"]}} -{"id":"ec-meeting-2015-02-26-0e2f8c69bc9f8cbb2cfcf5734311cd668fb54b70","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-26 - Migration and Home Affairs x Diakonie Deutschland"],"date":["2015-02-26"],"summary":["Migration & Asylum"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-home"],"involved":["eu-tr-07483302972-25","ec-person-ae1262e8850ed1e9a0530b0ad7440ac648255896"]}} -{"id":"ec-meeting-2015-02-26-1355134b55383c07200be84dc57fc43d0d516cd5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-26 - Cabinet of Commissioner Carlos Moedas x Euronext"],"date":["2015-02-26"],"summary":["Research and innovation policies"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["eu-tr-17804464809-28","ec-person-f473f68db8882bf182fad095bee4ba174b53e0ac","ec-person-2b4bb0b28e7435e5f612e44d9664dbd1051efc55"]}} -{"id":"ec-meeting-2015-02-26-14510a9694665132ca9669fc69e397cafca35bd7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-26 - Cabinet of Commissioner Margrethe Vestager x easyJet"],"date":["2015-02-26"],"summary":["Discussion on Airport Markets"],"notes":["Portfolio: Competition"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-margrethe-of-vestager"],"involved":["ec-person-5d3cde69206da720686a2bca71494091f1318f24","eu-tr-291219715847-52"]}} -{"id":"ec-meeting-2015-02-26-17f55556d379711cda1922546b633c7b26ea8f18","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2015-02-26 - Günther Oettinger x European Publishers Council"],"date":["2015-02-26"],"summary":["Copyright, DSM"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-4456380381-30","ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0"]}} -{"id":"ec-meeting-2015-02-26-22311f3866e8fca9c7afb5ed40cdedcbfc19e9f4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-26 - Health and Food Safety x None"],"date":["2015-02-26"],"summary":["GM import authorizations"],"location":["Brussels (BELGIUM)"],"address":["Brussels (BELGIUM)"],"addressEntity":["addr-25bd5ca85cdaa2e09cf8cb981983bc8a6b73b8ec"],"organizer":["ec-dg-sante"],"involved":["eu-tr-4422649896-52","eu-tr-77105321408-83","eu-tr-85076002321-31","eu-tr-75818824519-45","ec-person-e6c752b8c9246ee8246c3dde21cfd79f9c4d2d19","eu-tr-2050009628-31"]}} -{"id":"ec-meeting-2015-02-26-29088c8ba4d69c1e5245524faf68078295eee054","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-26 - Cabinet of President Jean-Claude Juncker x Verband der Automobilindustrie"],"date":["2015-02-26"],"summary":["Current EU Policy Issues"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-95574664768-90","ec-person-b1bf9aa5fb7e886441ff341b657cc482b64a2a3e","ec-person-80c6995ad1cd6aefa72f1bf440b17b6d8c6dd4b8"]}} -{"id":"ec-meeting-2015-02-26-2a0f1c513defb1158ccb080ae13a1a54742dcad7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-26 - Günther Oettinger x VAUNET - Verband Privater Medien e. V."],"date":["2015-02-26"],"summary":["Copyright and media regulation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-c6c38691c27b1498b60b18409aa979cf1dd1f4ac","eu-tr-27085111347-65"]}} -{"id":"ec-meeting-2015-02-26-2c36d237d27e909e8adcdd1b0c262e3a696c63f6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-26 - Cabinet of Vice-President Maroš Šefčovič x Verband der Chemischen Industrie e.V."],"date":["2015-02-26"],"summary":["Framework Strategy Energy Union"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-15423437054-40","ec-person-2be517b9261a91f2f07e05ec14c6331980e9716e"]}} -{"id":"ec-meeting-2015-02-26-348f06f6225b05b6be2621d63bb0db8743967eab","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-26 - Günther Oettinger x European Visual Artists"],"date":["2015-02-26"],"summary":["copyright"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-dg-de"],"involved":["eu-tr-121604011075-40","ec-person-49723482bb23d029cbfc010cb37eec7392a0ae02"]}} -{"id":"ec-meeting-2015-02-26-3501c2740b6ce01086b41002896500b097745020","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-26 - Cabinet of Vice-President Jyrki Katainen x European Association of Mining Industries, Metal Ores & Industrial Minerals"],"date":["2015-02-26"],"summary":["Industrial Policy"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-0da85dc48012e26688310a59a0b51727ea68f410","eu-tr-62722978644-95"]}} -{"id":"ec-meeting-2015-02-26-379aa8cd2693aaa35b134ef0bcaf2311867241ae","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-26 - Cabinet of Commissioner Elżbieta Bieńkowska x Deutsche Post DHL Group"],"date":["2015-02-26"],"summary":["e-commerce and parcel delivery"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-48544465107-88","ec-person-685ecf13dd26cd515c961e24ba71049af2302c5e","ec-person-b2f9be51339f054477846797e2c119fcf16548fc"]}} -{"id":"ec-meeting-2015-02-26-3d3e1e716a091cf05dc7c3c58a2b3dc1e377a903","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-26 - Cabinet of Commissioner Violeta Bulc x Fédération Nationale des Transports Routiers CONFCOMMERCIO - IMPRESE PER L'ITALIA"],"date":["2015-02-26"],"summary":["To discuss the social aspects of the road haulage sector (in view of the EC initiative on highly mobile workers)"],"notes":["Portfolio: Transport"],"location":["Brussels, Belguim"],"address":["Brussels, Belguim"],"addressEntity":["addr-84b5e5f38d43901e13b15f0c7dd8b408c954fd9b"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-04877777421-88","ec-person-dd7851e4a1e747e824b4f81139e33bc3cdb73160","eu-tr-94275086214-14"]}} -{"id":"ec-meeting-2015-02-26-3f5f4df45d4510a201b19860da9b1d153b01fb05","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2015-02-26 - Cabinet of President Jean-Claude Juncker x European Publishers Council"],"date":["2015-02-26"],"summary":["Working lunch","Receives CEOs of European Publisher Groups"],"notes":["Portfolio: President"],"location":["Brussels, Belgium","Brussels"],"address":["Brussels, Belgium","Brussels"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306","addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-44a061693f35519551be0e3dab996e76ad3f8c7c","eu-tr-4456380381-30","ec-person-29c106b0461ffd79e95f0119bdd363fd3c7c3ab3","ec-person-80c6995ad1cd6aefa72f1bf440b17b6d8c6dd4b8"]}} -{"id":"ec-meeting-2015-02-26-4150f688b48e1fd19caa9cddf8e2b1aeaf260152","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-26 - Cabinet of Commissioner Carlos Moedas x GECT PYRENEES-MEDITERRANEE"],"date":["2015-02-26"],"summary":["Horizon 2020"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-f7327258e5f9a9c39cda735715e0240f1208bb65","ec-person-01051f0f33bfdc2ecc41873c02cae666c5e0d099","ec-person-2b4bb0b28e7435e5f612e44d9664dbd1051efc55","eu-tr-012916315303-94"]}} -{"id":"ec-meeting-2015-02-26-427d5c88179ae5f8e7b89ee4b8d33d7034f2716a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-26 - European Neighbourhood and Enlargement Negotiations x Chamber of Commerce of the United States of America"],"date":["2015-02-26"],"summary":["Discussions on Neighbourhood and Enlargement policies"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-near"],"involved":["eu-tr-444722016787-61","ec-person-1160ccf35947f06f1629cad85b9f162eb5575780"]}} -{"id":"ec-meeting-2015-02-26-4e7d50f15a79323141f3b6705cb15b79c8c4faf9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-26 - Cabinet of Commissioner Pierre Moscovici x Eurocities"],"date":["2015-02-26"],"summary":["Relance de l'emploi en Europe"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Bruxelles"],"address":["Bruxelles"],"addressEntity":["addr-b58f5927b66d94a676970dc048485d4c6848f272"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["ec-person-3cbeba61ae952f06fe4916c381438ebbc676a597","eu-tr-12493392840-79"]}} -{"id":"ec-meeting-2015-02-26-4e9d22f803546027c186f7792ca3b04f14e5a907","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-26 - Cabinet of Commissioner Jonathan Hill x The Goldman Sachs Group, Inc."],"date":["2015-02-26"],"summary":["EU and US Regulatory Agenda in Financial Services"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["New York"],"address":["New York"],"addressEntity":["addr-3dddf7feb16bf399efe204acf0fee9106ad446eb"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["eu-tr-701266814986-18","ec-person-f247edfcff54d4f26fc10769f809c92bc72d6797"]}} -{"id":"ec-meeting-2015-02-26-5ac9323601fb05c40352d4a19888deeee487c235","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-26 - Cabinet of Commissioner Carlos Moedas x MEDICINES FOR EUROPE"],"date":["2015-02-26"],"summary":["Generic medicines and biosimilars"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-f7327258e5f9a9c39cda735715e0240f1208bb65","eu-tr-48325781850-28"]}} -{"id":"ec-meeting-2015-02-26-6332fb73f01b5e691dd1490c06bd6612d7dffd7e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-26 - Cabinet of Commissioner Vytenis Andriukaitis x Baxter Healthcare SA"],"date":["2015-02-26"],"summary":["Blood directive"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["eu-tr-84050217165-45","ec-person-059ca943fc5fc696d2a97849c635ddf7b6ab7fd7"]}} -{"id":"ec-meeting-2015-02-26-63c28ac4d7f871c9bcc3d74a2674d7fef7ef0166","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-26 - Günther Oettinger x Federation of European Publishers"],"date":["2015-02-26"],"summary":["Copyright, DSM"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-398541467-53","ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0"]}} -{"id":"ec-meeting-2015-02-26-66d8477d5fe85cbb79478b5095c555351e4edf74","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-26 - Climate Action x Environmental Defense Action Fund"],"date":["2015-02-26"],"summary":["COP21"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-clima"],"involved":["ec-person-44c2f44f96dda2012bcb4e9abc749f6cae86a4c0","eu-tr-968945510822-49"]}} -{"id":"ec-meeting-2015-02-26-676ddaa6fe9b87a071e252dba9a6057c86c9bc63","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-26 - European Neighbourhood and Enlargement Negotiations x Stiftung Mercator"],"date":["2015-02-26"],"summary":["Neighbourhood and Enlargement policies"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-near"],"involved":["ec-person-1160ccf35947f06f1629cad85b9f162eb5575780","eu-tr-876602816224-14"]}} -{"id":"ec-meeting-2015-02-26-69432f666360d48f3b783179cbe35832686630ae","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-26 - Cabinet of Vice-President Andrus Ansip x European Publishers Council"],"date":["2015-02-26"],"summary":["Digital Single Market"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-4456380381-30","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45","ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0"]}} -{"id":"ec-meeting-2015-02-26-9b3e5f8c49e39d0dcc62acf7d33b6c3a9748cf8d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-26 - Cabinet of Commissioner Elżbieta Bieńkowska x International Confederation of Inspection and Certification Organizations"],"date":["2015-02-26"],"summary":["Introductory meeting"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-96818506624-46","ec-person-b2f9be51339f054477846797e2c119fcf16548fc","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2015-02-26-9e7941e880b071e78953f5178c756167bfe8bcbe","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-26 - Cabinet of Vice-President Miguel Arias Cañete x ista International GmbH"],"date":["2015-02-26"],"summary":["Energy Union and Climate action"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-071699115516-36","ec-person-95f883d5d0d484088f26191a8fea8553d674dfbe"]}} -{"id":"ec-meeting-2015-02-26-9e8d6553f53d9163cceea1f557611e5b26353b86","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-26 - Cabinet of Commissioner Carlos Moedas x Hitachi Europe Ltd."],"date":["2015-02-26"],"summary":["Horizon 2020, Research and Innovation policies"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["eu-tr-50213201578-64","ec-person-f473f68db8882bf182fad095bee4ba174b53e0ac","ec-person-2b4bb0b28e7435e5f612e44d9664dbd1051efc55"]}} -{"id":"ec-meeting-2015-02-26-a2bec8c76acff422377aa9f58328076a795ee7e8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-26 - Cabinet of Commissioner Vytenis Andriukaitis x Union Fédérale des Consommateurs - Que Choisir"],"date":["2015-02-26"],"summary":["1. Report on the mandatory indication of origin for meat as an ingredient 2. Report on the mandatory indication of origin for unprocessed foods, single ingredient products and ingredient that represent more than 50% of a food"],"notes":["Portfolio: Health & Food Safety"],"location":["PARIS"],"address":["PARIS"],"addressEntity":["addr-2f79765dbeae7a91c2d515cac938f6d1a054130b"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-b9c3f19e7c5f216e3e508f931ddd6a9cb59376d1","ec-person-df30d07ef698a52b9948b9c734db39196cf8541f","eu-tr-02687198907-81"]}} -{"id":"ec-meeting-2015-02-26-a886a998f225839530826a91e4c3b850aa3e87db","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-26 - Cabinet of Vice-President Jyrki Katainen x NEW AREVA HOLDING SA"],"date":["2015-02-26"],"summary":["Energy Policy"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-41126912590-71","ec-person-0da85dc48012e26688310a59a0b51727ea68f410"]}} -{"id":"ec-meeting-2015-02-26-a8ed0cfb63f99387c5df93f6d517f6f9b3b396a6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-26 - Cabinet of Vice-President Maroš Šefčovič x European Alliance to Save Energy"],"date":["2015-02-26"],"summary":["Energy Union Strategy"],"notes":["Portfolio: Energy Union"],"location":["Brussels, BE"],"address":["Brussels, BE"],"addressEntity":["addr-bd80958a978de8af51caa97a25a75f30d0061d71"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-1f95be23689cd4ed0a26fe2980f760ccf2d55c1e","eu-tr-37816636575-51"]}} -{"id":"ec-meeting-2015-02-26-ac19b7715baa11b4b9cea11d8f4244c9032702b6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-26 - Cabinet of Commissioner Phil Hogan x Eurogroup for Animals"],"date":["2015-02-26"],"summary":["Priorities Comm Hogan and his views on animal welfare and the recent declaration by the NL, DK and DE; Inclusion of animal welfare (art 13 TFEU) in the Common Agricultural Policy and the support for sustainable, higher welfare systems; exchange views on Organic Farming proposal, exchange views on information to consumers and labelling; concerns regarding slaughter, transport, enforcement and controls"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-400dd8d59d3060187d9b9b143d697da1a3d03c12","eu-tr-6809935493-49"]}} -{"id":"ec-meeting-2015-02-26-b099f360a110957a3c3e4a65bead77998c952044","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-26 - Cabinet of Vice-President Maroš Šefčovič x Verbundnetz Gas AG"],"date":["2015-02-26"],"summary":["Energy Union"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-99781077034-89","ec-person-2be517b9261a91f2f07e05ec14c6331980e9716e"]}} -{"id":"ec-meeting-2015-02-26-b7294e90f05dd0747eb602e89e597e3fd4d7311d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-26 - Cabinet of Vice-President Cecilia Malmström x Wereldsolidariteit - Solidarité Mondiale vzw"],"date":["2015-02-26"],"summary":["Labour rights in Brazil"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-98880f3f4206145e196013db9dd806a551c11e06","eu-tr-149390415828-18"]}} -{"id":"ec-meeting-2015-02-26-bbba5bf11d00bee6a042c1d53328b734881e27f1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-26 - Cabinet of Commissioner Marianne Thyssen x Fédération Nationale des Transports Routiers CONFTRASPORTO"],"date":["2015-02-26"],"summary":["Social aspects of road haulage sector"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["eu-tr-117431210021-77","eu-tr-94275086214-14","ec-person-7567514af00f139b390cf9864d28a090ca0fde25"]}} -{"id":"ec-meeting-2015-02-26-ccdbc32e222d2adc02450eed59d0f17f8d7b60b8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-26 - Günther Oettinger x ARD-Verbindungsbüro Brüssel"],"date":["2015-02-26"],"summary":["AVMD, Copyright"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-6774178922-55","ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0"]}} -{"id":"ec-meeting-2015-02-26-cd70c01e9195ffa08e931129f38a1f102e24dda5","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2015-02-26 - Cabinet of Commissioner Vytenis Andriukaitis x European Health Forum Gastein"],"date":["2015-02-26"],"summary":["THEMES OF GASTEIN FORUM FOR 2016, AND POSSIBLE PARTICIPATIION OF COMMISSIONER AT THE NEXT GASTEIN FORUM IN OCTOBER 2015","THEMES OF GAESTEIN FORUM FOR 2016 AND POSSIBLE PARTICIPATION OF COMMISSIONER AT THE FORUM IN OCTOBER"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["eu-tr-022328713595-61","ec-person-97425c615743576adc42e09bee7dac14f83f691b"]}} -{"id":"ec-meeting-2015-02-26-cdc57942f4b2803fa3f60985ee8fb13525a9be72","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-26 - Günther Oettinger x Europeana Foundation"],"date":["2015-02-26"],"summary":["Europeana"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-d8b86b98a24683917c569000ed6d8c45bedbbc00","eu-tr-770007812381-96"]}} -{"id":"ec-meeting-2015-02-26-d7ebeaa8bb251371e125cd83a39a4ca157c6ca29","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-26 - Cabinet of Commissioner Violeta Bulc x Verband der Automobilindustrie"],"date":["2015-02-26"],"summary":["Meeting with VDA"],"notes":["Portfolio: Transport"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-4d2b449b5047ea3fda435a2a1c1081e3babcdf76","eu-tr-95574664768-90"]}} -{"id":"ec-meeting-2015-02-26-da88aa6324272142941589fde8db0b27de342154","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-26 - Cabinet of Vice-President Miguel Arias Cañete x Robert Bosch GmbH"],"date":["2015-02-26"],"summary":["Energy Union and Climate Action"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-95f883d5d0d484088f26191a8fea8553d674dfbe","eu-tr-8999533555-91"]}} -{"id":"ec-meeting-2015-02-26-df4f0030c6c06b16112bd57507d99e552d251339","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-26 - Cabinet of Vice-President Andrus Ansip x Vodafone Belgium SA"],"date":["2015-02-26"],"summary":["Conference + dinner \"What next for digital Europe\""],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-90142503473-81","ec-person-666bc159c7e65a3af9e63c1e97435c02f1496955"]}} -{"id":"ec-meeting-2015-02-26-e40392075b25cf48d5a618bbf3f0dbf0f8bff75d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-26 - Cabinet of Vice-President Karmenu Vella x Conseil des Communes et Régions d'Europe"],"date":["2015-02-26"],"summary":["Environment Policy, Local Authorities"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["eu-tr-81142561702-61","ec-person-0e3efd8bc1c3ee9a80205d0bb78f316fa1621e5d"]}} -{"id":"ec-meeting-2015-02-26-f3f42e90048789c4f8db58f8ac5069e16a952c5e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-26 - Cabinet of Vice-President Cecilia Malmström x WACKER CHEMIE AG"],"date":["2015-02-26"],"summary":["Polysilicon in China"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-036915715533-64","ec-person-98880f3f4206145e196013db9dd806a551c11e06"]}} -{"id":"ec-meeting-2015-02-26-f57618c08041514526799133cc434a41dc5c928e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-26 - Cabinet of Vice-President Jyrki Katainen x European Round Table for Industry"],"date":["2015-02-26"],"summary":["Investment plan"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-7c9460f99c5872dbdc561f5752401c870d12e98b","eu-tr-25487567824-45"]}} -{"id":"ec-meeting-2015-02-26-ffce95a904c73d8c4f802a37bb025da4996475bd","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2015-02-26 - Cabinet of Commissioner Violeta Bulc x easyJet"],"date":["2015-02-26"],"summary":["Meeting with easyJet","Eadyjet CEO McCall"],"notes":["Portfolio: Transport"],"location":["Brussels, Belgium","Brussels/BE"],"address":["Brussels, Belgium","Brussels/BE"],"addressEntity":["addr-fe4580120e578f5899b4d753b36b5313310f6173","addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-4d2b449b5047ea3fda435a2a1c1081e3babcdf76","ec-person-d710a614b1b0eabb6d73a2d665b82f6514a3fdb8","eu-tr-291219715847-52"]}} -{"id":"ec-meeting-2015-02-27-015863e44b0119b2dcd2aad6dda8babdae314bea","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-27 - Cabinet of Commissioner Elżbieta Bieńkowska x Confederation of European Security Services"],"date":["2015-02-27"],"summary":["Internal Market Strategy for Goods and Services"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Berlaymont, Brussels"],"address":["Berlaymont, Brussels"],"addressEntity":["addr-fc86ff6aaa2cd722afeb09a33ccd03fec72f8cd1"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-61991787780-18","ec-person-b2f9be51339f054477846797e2c119fcf16548fc"]}} -{"id":"ec-meeting-2015-02-27-07174c00059cdfb3b1378487d01479928e1e94e2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-27 - Cabinet of First Vice-President Frans Timmermans x KLM Royal Dutch Airlines ABN AMRO Bank N.V. PostNL Holding B.V. KPN"],"date":["2015-02-27"],"summary":["Better regulation and European affairs in general"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-38392131923-05","ec-person-966667b73d92624be9bb019c2baab7e52331b3d3","eu-tr-76441066192-30","eu-tr-64275283451-34","eu-tr-469301912859-01"]}} -{"id":"ec-meeting-2015-02-27-08f117fc45e3e34ad5216abb9ac275923f3d9094","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-27 - Cabinet of Vice-President Jyrki Katainen x Invest Europe"],"date":["2015-02-27"],"summary":["Venture capital"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-88d71b399a3e13a243bdc4676e481835e8e5b2f2","eu-tr-60975211600-74"]}} -{"id":"ec-meeting-2015-02-27-154d9ddccb2ec6e4f36789a48903f43826d492c2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-27 - Cabinet of President Jean-Claude Juncker x Cisco Systems Inc."],"date":["2015-02-27"],"summary":["General developments in digitalisation"],"notes":["Portfolio: President"],"location":["Berlaymont - Brussels"],"address":["Berlaymont - Brussels"],"addressEntity":["addr-36f33652c556765a5dad2fc43dc3e05e5d5f1d8d"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-cdaf2d26bf31f9cd51df4dcae26d0bced763eb2c","eu-tr-494613715191-85"]}} -{"id":"ec-meeting-2015-02-27-1e01cdbf98f337e6d817ba075d114b93ea0efd2a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-27 - Cabinet of President Jean-Claude Juncker x ENGIE"],"date":["2015-02-27"],"summary":["Current EU Issues"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-90947457424-20","ec-person-80c6995ad1cd6aefa72f1bf440b17b6d8c6dd4b8"]}} -{"id":"ec-meeting-2015-02-27-1f3f2fc3daccc6765480d01d40362af883ff7606","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-27 - Cabinet of First Vice-President Frans Timmermans x Tetra Pak Group"],"date":["2015-02-27"],"summary":["Circular Economy"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["BERL 12/243"],"address":["BERL 12/243"],"addressEntity":["addr-fb1178ea299e67990c6feb254018fe3d42cd2186"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["ec-person-7a0c440119cd5d547eceebb055c79b8bb41bf9a2","eu-tr-7574443768-34"]}} -{"id":"ec-meeting-2015-02-27-2d0a582fa6ec0535c5e77475ecb47935bf9e1693","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-27 - Cabinet of Vice-President Cecilia Malmström x Airbus"],"date":["2015-02-27"],"summary":["Conflict minerals"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-2732167674-76","ec-person-8529bbbc6db862f6b82d6fa66a7cf7668804dae7"]}} -{"id":"ec-meeting-2015-02-27-3ddda72c827be49d807c99989114f3e5032dcdaa","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-27 - Cabinet of Commissioner Věra Jourová x Verband Deutscher Maschinen- und Anlagenbau e.V."],"date":["2015-02-27"],"summary":["Digital Single Market"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-184e698af1eb9e33b179680570ca171d8cb31c94","eu-tr-9765362691-45"]}} -{"id":"ec-meeting-2015-02-27-3e66c3dd4da94c23a949fa7eeb52f6816265f9b4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-27 - Cabinet of Vice-President Andrus Ansip x SAP"],"date":["2015-02-27"],"summary":["Digital Single Market"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-6a03bc4fa7657513ea34529e98dba0671ef4c849","eu-tr-639117311617-01"]}} -{"id":"ec-meeting-2015-02-27-47ad640d390e4b1efcaeb7d1a84b1340cff1bb90","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-27 - Cabinet of Vice-President Jyrki Katainen x Tetra Pak Group"],"date":["2015-02-27"],"summary":["Circular Economy"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-0310c3b87e155f5572493e91d12eebab9736a76b","eu-tr-7574443768-34"]}} -{"id":"ec-meeting-2015-02-27-4b4b1e42ff07011b010a047270263aba8609b315","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-27 - Cabinet of Vice-President Andrus Ansip x Symantec Corporation"],"date":["2015-02-27"],"summary":["Data protection and cybersecurity issues in relation to the Digital Single Market"],"notes":["Portfolio: Digital Single Market"],"location":["Brusseles"],"address":["Brusseles"],"addressEntity":["addr-b409c11ed0a843227040ee1c8bbf87ce4fa1fac8"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-5db7bdd1c81da2e70eb5b982097d0004111b5c3e","eu-tr-3612325809-89"]}} -{"id":"ec-meeting-2015-02-27-4ba9b903daf437994ce00825073edb1a3141ba97","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-27 - Cabinet of Commissioner Dimitris Avramopoulos x Migration Policy Institute Europe"],"date":["2015-02-27"],"summary":["Migration"],"notes":["Portfolio: Migration, Home Affairs and Citizenship"],"location":["Brussels Belgium"],"address":["Brussels Belgium"],"addressEntity":["addr-61947d7d2c69c0b8f57325bd044f500c5fc6df48"],"organizer":["ec-avramopoulos-cabinet-commissioner-dimitris-of"],"involved":["ec-person-e786479f71eb21bc0a291dd644b61d86e09beb13","eu-tr-643139016047-27"]}} -{"id":"ec-meeting-2015-02-27-4c09b8edc73e863a0ef1566839b3f7ef779576d7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-27 - Cabinet of Commissioner Carlos Moedas x European Chemical Industry Council"],"date":["2015-02-27"],"summary":["Sustainability of the European chemical industry"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-23980b2bc4fd9c82051d0f7888dc236b2f764866","eu-tr-64879142323-90"]}} -{"id":"ec-meeting-2015-02-27-57a2f7926dedd38b41ffae4820c65b3ac4ae2d57","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-27 - Cabinet of Commissioner Jonathan Hill x Intercontinental Exchange, Inc."],"date":["2015-02-27"],"summary":["EU and US Regulatory Agenda in Financial Services"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["New York"],"address":["New York"],"addressEntity":["addr-3dddf7feb16bf399efe204acf0fee9106ad446eb"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["eu-tr-141041215133-83","ec-person-f247edfcff54d4f26fc10769f809c92bc72d6797"]}} -{"id":"ec-meeting-2015-02-27-5ab0dcaa1d964c5f8c2b810baac4d5f1c6b22a3b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-27 - Justice and Consumers x Deutscher Anwaltverein (German Bar Association)"],"date":["2015-02-27"],"summary":["EPPO, Data Protection, Legal Aid in criminal procedures, Small Claims"],"location":["Berlin"],"address":["Berlin"],"addressEntity":["addr-062b06ba8e755765c6b049809b7430fd54fe5b21"],"organizer":["ec-dg-just"],"involved":["ec-person-26f8747866bd0d81cebb7a339c1ac11294d9676e","eu-tr-87980341522-66"]}} -{"id":"ec-meeting-2015-02-27-87dc2d750c523c869e68a3b3cd490a6dbf1c9d04","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-27 - Cabinet of Commissioner Elżbieta Bieńkowska x ZVEI e.V. - Verband der Elektro- und Digitalindustrie"],"date":["2015-02-27"],"summary":["Intro meeting"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-94770746469-09","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2015-02-27-9221896dd721555e8361e4fe331827a7314e1a09","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-27 - Cabinet of Commissioner Elżbieta Bieńkowska x Access to Medicine Foundation"],"date":["2015-02-27"],"summary":["Introductory meeting"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-586380015959-83","ec-person-b2f9be51339f054477846797e2c119fcf16548fc"]}} -{"id":"ec-meeting-2015-02-27-95142d34587a6f1860b0f9d047944c0b1ff74b1d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-27 - Cabinet of Commissioner Tibor Navracsics x Google"],"date":["2015-02-27"],"summary":["Google News and Copyright"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-cb6aa96c497dead35eb0f2ed0339e5423d506549","eu-tr-03181945560-59"]}} -{"id":"ec-meeting-2015-02-27-999a92474c379c0e15726f476dc1ab74c9fb3aaa","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-27 - Justice and Consumers x Verbraucherzentrale Bundesverband"],"date":["2015-02-27"],"summary":["Consumer policy issues"],"location":["Berlin"],"address":["Berlin"],"addressEntity":["addr-062b06ba8e755765c6b049809b7430fd54fe5b21"],"organizer":["ec-dg-just"],"involved":["ec-person-26f8747866bd0d81cebb7a339c1ac11294d9676e","eu-tr-2893800753-48"]}} -{"id":"ec-meeting-2015-02-27-a01adf295f573966484f5f49749ba4b535eed2fb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-27 - Cabinet of Vice-President Karmenu Vella x The European Organization for Packaging and the Environment"],"date":["2015-02-27"],"summary":["Circular Economy"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["ec-person-4ff7c27445db4ad88e687776974fd8d077a1fe0c","eu-tr-0001976677-12"]}} -{"id":"ec-meeting-2015-02-27-a88d264d7c3d5d4f0c0238d5d8efd1ef748cc4c5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-27 - Cabinet of Vice-President Miguel Arias Cañete x Cepsa S.A"],"date":["2015-02-27"],"summary":["Energy Union"],"notes":["Portfolio: Climate Action & Energy"],"location":["Madrid, Spain"],"address":["Madrid, Spain"],"addressEntity":["addr-f2c4f2ef1ea88618aa1533f69b0d18fc1125a9d2"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-473235716272-48","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd"]}} -{"id":"ec-meeting-2015-02-27-ab02dd5d373b2529ea5e6ec414adceb1af08b483","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-27 - Cabinet of President Jean-Claude Juncker x McKinsey & Company, Inc."],"date":["2015-02-27"],"summary":["European Economic Recovery"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-099567215966-86","ec-person-80c6995ad1cd6aefa72f1bf440b17b6d8c6dd4b8"]}} -{"id":"ec-meeting-2015-02-27-b7d3cf1bfc7e0b74ede52507e022985b67fadb1a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-27 - Migration and Home Affairs x Migration Policy Institute Europe"],"date":["2015-02-27"],"summary":["Discuss on upcoming Transatlantic Council on Migration (TCM) and Public Trust in Immigration Governance"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-home"],"involved":["ec-person-ae1262e8850ed1e9a0530b0ad7440ac648255896","eu-tr-643139016047-27"]}} -{"id":"ec-meeting-2015-02-27-bc9cc993670da2d103c7f7dd88007638ee2e905a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-27 - Cabinet of Vice-President Cecilia Malmström x Huawei Technologies"],"date":["2015-02-27"],"summary":["Cooperation on ICT with China"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-98880f3f4206145e196013db9dd806a551c11e06","eu-tr-114467111412-38"]}} -{"id":"ec-meeting-2015-02-27-c0b3b73da28f68fa2aa513d435ff33e9c6b6981e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-27 - Cabinet of Commissioner Violeta Bulc x International Consolidated Airlines Group"],"date":["2015-02-27"],"summary":["International Airlines Group (IAG)"],"notes":["Portfolio: Transport"],"location":["Brussels/BE"],"address":["Brussels/BE"],"addressEntity":["addr-fe4580120e578f5899b4d753b36b5313310f6173"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-5012c5e45a52ee8ce67d19c1781a127af53e73e7","eu-tr-60340504060-88","ec-person-d710a614b1b0eabb6d73a2d665b82f6514a3fdb8"]}} -{"id":"ec-meeting-2015-02-27-c23923029308ce306a51b3c908d4803365dfaeea","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-27 - Cabinet of Commissioner Jonathan Hill x BlackRock"],"date":["2015-02-27"],"summary":["EU and US Regulatory Agenda in Financial Services"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["New York"],"address":["New York"],"addressEntity":["addr-3dddf7feb16bf399efe204acf0fee9106ad446eb"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["eu-tr-51436554494-18","ec-person-f247edfcff54d4f26fc10769f809c92bc72d6797"]}} -{"id":"ec-meeting-2015-02-27-c400a30b8c05bcfd9e6b0283d6f2139b71e5ac1a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-27 - Cabinet of Commissioner Jonathan Hill x Managed Funds Association"],"date":["2015-02-27"],"summary":["EU and US Regulatory Agenda in Financial Services"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["New York"],"address":["New York"],"addressEntity":["addr-3dddf7feb16bf399efe204acf0fee9106ad446eb"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["ec-person-f247edfcff54d4f26fc10769f809c92bc72d6797","eu-tr-041415315167-65"]}} -{"id":"ec-meeting-2015-02-27-d5d8cb88c2f0beee7e70bced016f9c88e90353da","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-27 - Communications Networks, Content and Technology x European & International Booksellers Federation"],"date":["2015-02-27"],"summary":["Digital Single Market, Copyright"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-9031106115-62","ec-person-3d379ff88d704acbd3444fdd59765df1225d4f9b"]}} -{"id":"ec-meeting-2015-02-27-d9cbeb8bd47510e683dce514787cac87f541f095","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2015-02-27 - Cabinet of Commissioner Violeta Bulc x KLM Royal Dutch Airlines"],"date":["2015-02-27"],"summary":["KLM CEO P.ELBERS","Meeting with KLM"],"notes":["Portfolio: Transport"],"location":["Brussels, Belgium","Brussels/BE"],"address":["Brussels, Belgium","Brussels/BE"],"addressEntity":["addr-fe4580120e578f5899b4d753b36b5313310f6173","addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-4d2b449b5047ea3fda435a2a1c1081e3babcdf76","ec-person-d710a614b1b0eabb6d73a2d665b82f6514a3fdb8","eu-tr-76441066192-30"]}} -{"id":"ec-meeting-2015-02-27-da00fdfcecfbdeaafedfa926edbbd75a8ebe2a4b","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2015-02-27 - Cabinet of Commissioner Elżbieta Bieńkowska x The European Organization for Packaging and the Environment"],"date":["2015-02-27"],"summary":["Introductory meeting","Circular Economy"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["BERL","Brussels"],"address":["BERL","Brussels"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b","addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-0001976677-12","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2015-02-27-e6ba01cdc25a21d2c08532766eff05f0bdda4f0f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-27 - Cabinet of First Vice-President Frans Timmermans x The European Organization for Packaging and the Environment"],"date":["2015-02-27"],"summary":["Circular Economy"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["BERL 12/243"],"address":["BERL 12/243"],"addressEntity":["addr-fb1178ea299e67990c6feb254018fe3d42cd2186"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["ec-person-7a0c440119cd5d547eceebb055c79b8bb41bf9a2","eu-tr-0001976677-12"]}} -{"id":"ec-meeting-2015-02-27-f799fcd8b1ccf27c28b6c841c6af10a5f9414ff6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-27 - Cabinet of Vice-President Jyrki Katainen x European Law Institute for State Aid"],"date":["2015-02-27"],"summary":["Digital Single Market and investments"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-0310c3b87e155f5572493e91d12eebab9736a76b","eu-tr-64657917668-41"]}} -{"id":"ec-meeting-2015-02-27-f9e2498b1092ac64f52e649c04c0baf84c7a937b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-02-27 - Cabinet of Vice-President Kristalina Georgieva x Cisco Systems Inc. Österreichischer Sparkassenverband"],"date":["2015-02-27"],"summary":["CISCO: general developments in digitalisation"],"notes":["Portfolio: Budget & Human Resources"],"location":["Cabinet Juncker"],"address":["Cabinet Juncker"],"addressEntity":["addr-f10cecc2575716be8c257eb81b987b08512913aa"],"organizer":["ec-cabinet-georgieva-kristalina-of-president-vice"],"involved":["ec-person-a9038b01730eb840d40fd1ecb6b8968999ca00e8","eu-tr-22115995998-08","eu-tr-494613715191-85"]}} -{"id":"ec-meeting-2015-03-02-05cce74bd161bf172b1554853fc201023da9235f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-02 - Günther Oettinger x None"],"date":["2015-03-02"],"summary":["TSM"],"location":["Barcelona"],"address":["Barcelona"],"addressEntity":["addr-122a417e6dce08a4a554333bbc6e9922b62c1f31"],"organizer":["ec-dg-de"],"involved":["eu-tr-76704342721-41","eu-tr-90142503473-81","eu-tr-52431421-12","ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0","eu-tr-60052162589-72"]}} -{"id":"ec-meeting-2015-03-02-0965faebbc5e949e70c0fe897bcf073db9542836","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-02 - Günther Oettinger x European Newspaper Publishers' Association"],"date":["2015-03-02"],"summary":["Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-4cd59e13386e3b68ecb3611fcc579e0a0a3938a5","eu-tr-5950962136-12"]}} -{"id":"ec-meeting-2015-03-02-10df7db4aa9c1293b7b163c5dffb30eab90d34b2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-02 - Günther Oettinger x Red Bridge Law SArL"],"date":["2015-03-02"],"summary":["EFSI"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-d8b86b98a24683917c569000ed6d8c45bedbbc00","eu-tr-661642916159-79"]}} -{"id":"ec-meeting-2015-03-02-13170d17a889815064e1cea54ddf60f3e3518995","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-02 - Cabinet of Commissioner Vytenis Andriukaitis x The Alliance for Safe Online Pharmacy in the EU"],"date":["2015-03-02"],"summary":["Implementation of common logo for online pharmacies"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["eu-tr-273334013697-74","ec-person-059ca943fc5fc696d2a97849c635ddf7b6ab7fd7"]}} -{"id":"ec-meeting-2015-03-02-1cc43ea9e5472d74432dc15dfa68d6f292065b78","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-02 - Cabinet of Vice-President Valdis Dombrovskis x Bloomberg"],"date":["2015-03-02"],"summary":["Markets in Financial Instruments Directive (MIFID)/Capital Markets Union (CMU)"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-941851915685-19","ec-person-3f9ca71b74344417d1f072ba7f3e2f09a223b036"]}} -{"id":"ec-meeting-2015-03-02-27e18d4aecee47f1766315a202803f961f1ee57d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-02 - Cabinet of Commissioner Vytenis Andriukaitis x CropLife Europe"],"date":["2015-03-02"],"summary":["EU POLICY ON PESTICIDES"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-b9c3f19e7c5f216e3e508f931ddd6a9cb59376d1","eu-tr-0711626572-26","ec-person-df30d07ef698a52b9948b9c734db39196cf8541f"]}} -{"id":"ec-meeting-2015-03-02-2c3c00abc3784d8aa774b3463cd5cb480cdd28d1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-02 - Energy x EUROGAS aisbl"],"date":["2015-03-02"],"summary":["European Energy Policy priorities"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-17909506129-41","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2015-03-02-4eb3b8790de1bdc1bb43b2c49e1e79401bb78d68","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2015-03-02 - Cabinet of Commissioner Vytenis Andriukaitis x The Smoke Free Partnership"],"date":["2015-03-02"],"summary":["Smoke free policy"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["eu-tr-6403725595-50","ec-person-059ca943fc5fc696d2a97849c635ddf7b6ab7fd7","ec-person-df30d07ef698a52b9948b9c734db39196cf8541f"]}} -{"id":"ec-meeting-2015-03-02-4ecb562ec10438eb8daef61c1a13db0bc47db845","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-02 - Cabinet of Vice-President Valdis Dombrovskis x Bundesverband deutscher Banken e.V."],"date":["2015-03-02"],"summary":["Banking markets developments"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["European Commission - BERL"],"address":["European Commission - BERL"],"addressEntity":["addr-79d0f25c8a99ad3be76a87ddb7ba754da671213f"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-48f31156d932641826e09f5b73f074d35ff05786","eu-tr-0764199368-97"]}} -{"id":"ec-meeting-2015-03-02-4f15d8f7566dcab08eefb64ffca10f7bf349b55d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-02 - Cabinet of Vice-President Cecilia Malmström x EUROPEAN INDUSTRIAL FASTENERS INSTITUTE"],"date":["2015-03-02"],"summary":["Antidumping measures on certain iron and steel fasteners"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-317620816195-87","ec-person-591ec829ca734bcfe59a2c9c7f07f9dff22a0ea9"]}} -{"id":"ec-meeting-2015-03-02-52b527049d40493de24510d4f8997dac4c3dd195","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-02 - Cabinet of Vice-President Jyrki Katainen x Build Europe"],"date":["2015-03-02"],"summary":["Industrial Policy"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-80003592094-64","ec-person-0da85dc48012e26688310a59a0b51727ea68f410"]}} -{"id":"ec-meeting-2015-03-02-5a8d915a8dd685fa854c30059fb5a2c8dcc57750","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-02 - Cabinet of Commissioner Pierre Moscovici x Zentralverband des Deutschen Handwerks e.V."],"date":["2015-03-02"],"summary":["Vertiefung der Wirtschafts- und Währungsunion und Europäisches Semester"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["office RF"],"address":["office RF"],"addressEntity":["addr-106ba209b279b10882b5e14942f23d88d474e2ca"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["ec-person-ac604755dc7677c8653a5a5172e851f7c8e468b4","eu-tr-5189667783-94"]}} -{"id":"ec-meeting-2015-03-02-5b148f965c2a3c5742518e24baf5e7e96bce907e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-02 - Cabinet of Vice-President Miguel Arias Cañete x Fertilizers Europe"],"date":["2015-03-02"],"summary":["Decarbonisation and ETS"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-80788715017-29","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd","ec-person-25a937c04cd0a0ddcf5cf34798e76b5105854114"]}} -{"id":"ec-meeting-2015-03-02-80d0878e4cef97f678edd636f52053184aae816a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-02 - Günther Oettinger x Bureau Européen des Unions de Consommateurs"],"date":["2015-03-02"],"summary":["Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-d8b86b98a24683917c569000ed6d8c45bedbbc00","eu-tr-9505781573-45"]}} -{"id":"ec-meeting-2015-03-02-831860dbc8c0f6a25ca407f38d7d85e7e8890092","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-02 - Cabinet of Commissioner Pierre Moscovici x European Pari Mutuel Association"],"date":["2015-03-02"],"summary":["TVA Cheval"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Bruxelles"],"address":["Bruxelles"],"addressEntity":["addr-b58f5927b66d94a676970dc048485d4c6848f272"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["eu-tr-29014213147-48","ec-person-79931cfd2923c1aca9c7d284e9590732b0a36ed9"]}} -{"id":"ec-meeting-2015-03-02-90544f34d2b36b801d49ef567e52118512a821dc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-02 - Energy x BUSINESSEUROPE"],"date":["2015-03-02"],"summary":["European Energy Policy priorities"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-3978240953-79","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2015-03-02-9273f0b1b10361143b3c2d7ebb54626b039807ee","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-02 - Günther Oettinger x Bertelsmann SE & Co. KGaA"],"date":["2015-03-02"],"summary":["Audiovisual media guideline"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-26103486608-47","ec-person-c6c38691c27b1498b60b18409aa979cf1dd1f4ac"]}} -{"id":"ec-meeting-2015-03-02-a06107f63288bfd2553443d83dc273cc09e9ebaf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-02 - Cabinet of Vice-President Andrus Ansip x GSMA Europe"],"date":["2015-03-02"],"summary":["Digital Single Market"],"notes":["Portfolio: Digital Single Market"],"location":["Barcelona"],"address":["Barcelona"],"addressEntity":["addr-122a417e6dce08a4a554333bbc6e9922b62c1f31"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-d5a309c64ecdb05010325dcfc661f6ae817f31cc","eu-tr-30988577529-37","ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0"]}} -{"id":"ec-meeting-2015-03-02-a1c959e71621f4c55b6954820e8bcd60518f5a68","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-02 - Cabinet of Vice-President Cecilia Malmström x Fair Trade Advocacy Office"],"date":["2015-03-02"],"summary":["Fair trade initiatives"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-8529bbbc6db862f6b82d6fa66a7cf7668804dae7","eu-tr-20744335040-66"]}} -{"id":"ec-meeting-2015-03-02-a8b28ecdce39b0b3906b8e8e6ef537c9a04ea95d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-02 - Cabinet of Vice-President Karmenu Vella x New Under Ten Fishermen's Association"],"date":["2015-03-02"],"summary":["Implementation of the CFP (allocation of quotas; role and representation of small-scale, low impact, artisanal fishers' organisations)"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["eu-tr-834097813524-45","ec-person-0e3efd8bc1c3ee9a80205d0bb78f316fa1621e5d"]}} -{"id":"ec-meeting-2015-03-02-ac1d0f32d31dfc51d88484979a4d373a10c4e3b2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-02 - Cabinet of First Vice-President Frans Timmermans x International Institute for Environment and Development"],"date":["2015-03-02"],"summary":["Circular Economy"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["BERL 10/286"],"address":["BERL 10/286"],"addressEntity":["addr-fb8936c188f53a7eb5cbd12e71c33e932fbbc6ac"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["ec-person-7a0c440119cd5d547eceebb055c79b8bb41bf9a2","eu-tr-250374816364-20"]}} -{"id":"ec-meeting-2015-03-02-b845ff5bf5773cecca33c1fdfa02816fd996c832","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-02 - Cabinet of Commissioner Corina Crețu x Associazione Peacelink"],"date":["2015-03-02"],"summary":["ILVA steel plant has caused severe problems of health and environment"],"notes":["Portfolio: Regional Policy"],"location":["BERL 09/412"],"address":["BERL 09/412"],"addressEntity":["addr-bcd27d227d1d5b2d95eacbb0fb56f32fb426d4b7"],"organizer":["ec-cabinet-commissioner-corina-cretu-of"],"involved":["eu-tr-566948015021-66","ec-person-c9d4945f28454cc49c4ea188c82e64b0dac3bd73"]}} -{"id":"ec-meeting-2015-03-02-b99fabd89fd8ab81954cb202f3cf8d91cb6c1b0f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-02 - Cabinet of Commissioner Jonathan Hill x Pensions and Lifetime Savings Association"],"date":["2015-03-02"],"summary":["Financial Sevices policy"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["ec-person-03cf92829e273869bfbd8bbf4f1881dcd0848186","eu-tr-968730515094-08"]}} -{"id":"ec-meeting-2015-03-02-bb9a4cf3f0367e77ae833a4a68633ab7dc4d14aa","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-02 - European Civil Protection and Humanitarian Aid Operations x International Rescue Committee Inc"],"date":["2015-03-02"],"summary":["Meeting on current crises"],"location":["Brussels, L86"],"address":["Brussels, L86"],"addressEntity":["addr-358b2110267b1efab1cc8cce160a1302a61abe1b"],"organizer":["ec-dg-echo"],"involved":["ec-person-d61378c20fe37329811d259b70c85c780bceb0fc","eu-tr-66790095679-26"]}} -{"id":"ec-meeting-2015-03-02-c26bbb6fb084eb2ebc63caaa542ec7460b2f90b4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-02 - Cabinet of President Jean-Claude Juncker x Bundesverband der Deutschen Industrie e.V."],"date":["2015-03-02"],"summary":["Speaker at BDI (German industry federation) gala dinner"],"notes":["Portfolio: President"],"location":["Berlin"],"address":["Berlin"],"addressEntity":["addr-062b06ba8e755765c6b049809b7430fd54fe5b21"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-1771817758-48","ec-person-29c106b0461ffd79e95f0119bdd363fd3c7c3ab3"]}} -{"id":"ec-meeting-2015-03-02-d1f567ebf824c80b194cde4a2205d3302288d5cf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-02 - Cabinet of Commissioner Marianne Thyssen x APPLiA (Home Appliance Europe)"],"date":["2015-03-02"],"summary":["Emplyment Policy: Skills"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["BERL 10/390"],"address":["BERL 10/390"],"addressEntity":["addr-147ed60f1740c8b7f554f8707ff4410af7c51fb0"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["ec-person-5a49eb89125b4b5d1125b3925bbb64aba1bea2b3","eu-tr-04201463642-88"]}} -{"id":"ec-meeting-2015-03-02-d3c984d7d5498222ca6da39d58f6f3ae284b9499","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-02 - Cabinet of Commissioner Vytenis Andriukaitis x Pfizer Inc."],"date":["2015-03-02"],"summary":["Access to innovative medicine"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-059ca943fc5fc696d2a97849c635ddf7b6ab7fd7","eu-tr-4263301811-33"]}} -{"id":"ec-meeting-2015-03-02-e1866ae0547cef8de0ceb6dc21f91aa3f329bf40","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-02 - Migration and Home Affairs x EKD-Büro Brüssel / EKD-Office Brussels"],"date":["2015-03-02"],"summary":["Overview of Asylum and Migration Issues, Questions on DG HOME Funding (AMIF)"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-home"],"involved":["ec-person-ae1262e8850ed1e9a0530b0ad7440ac648255896","eu-tr-61973396926-78"]}} -{"id":"ec-meeting-2015-03-02-e2087ffda075a4285207545d8005e148cb59c558","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-02 - Cabinet of Vice-President Karmenu Vella x None"],"date":["2015-03-02"],"summary":["Circular Economy"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["ec-person-4ff7c27445db4ad88e687776974fd8d077a1fe0c","eu-tr-389996116741-55","eu-tr-099567215966-86"]}} -{"id":"ec-meeting-2015-03-02-e724bd613302f00445c692508e5b2cf6ba649646","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-02 - Cabinet of Commissioner Phil Hogan x Bayer AG"],"date":["2015-03-02"],"summary":["Presentation of Bayer's activities in data science (\"big data on the fields\"), presentation of relevant Horizon 2020 R&D&I support areas"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-3523776801-85","ec-person-a985b9a03cb4f9af4f2f97583d8f92fb71579572"]}} -{"id":"ec-meeting-2015-03-02-ed347c1e3929fc9ad6b9c878cea28b374550f653","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-02 - Cabinet of First Vice-President Frans Timmermans x International Rescue Committee Inc"],"date":["2015-03-02"],"summary":["European affairs"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["ec-person-966667b73d92624be9bb019c2baab7e52331b3d3","eu-tr-66790095679-26"]}} -{"id":"ec-meeting-2015-03-02-faa0a43044082c4a1f67ef8388d616b1c200426a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-02 - Cabinet of Vice-President Jyrki Katainen x None"],"date":["2015-03-02"],"summary":["Circular Economy"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-389996116741-55","ec-person-0310c3b87e155f5572493e91d12eebab9736a76b","eu-tr-099567215966-86"]}} -{"id":"ec-meeting-2015-03-02-fc2b36ef61f0b6e72eca5271ae034dffd020b936","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-02 - Cabinet of Commissioner Vytenis Andriukaitis x Kellogg Company"],"date":["2015-03-02"],"summary":["Waste commitment (together with CAB Vella)"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["eu-tr-89352824072-19","ec-person-0dbfffeb0323f819c8d57164906086dd8639c437"]}} -{"id":"ec-meeting-2015-03-02-fe0df5ed20fca3474ab73cd37d30f7eacd3581e7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-02 - Cabinet of Commissioner Vytenis Andriukaitis x EuropaBio"],"date":["2015-03-02"],"summary":["Healthcare (personalised medicine which will be a priority of the LU Presidency, Biosimilars, Advanced Therapy Medicinal Products (ATMPs), Health Technology Assessment (HTA) and GMO'S"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-b9c3f19e7c5f216e3e508f931ddd6a9cb59376d1","eu-tr-1298286943-59","ec-person-df30d07ef698a52b9948b9c734db39196cf8541f"]}} -{"id":"ec-meeting-2015-03-03-0205c746615228fd3b5be679f7a5cb6cc1ec8e3b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-03 - Cabinet of Commissioner Tibor Navracsics x International Betting Integrity Association"],"date":["2015-03-03"],"summary":["Presentation of the activities and objectives of ESSA"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-49f31dad10f5641cb1d1e4c3107dd838389e8120","eu-tr-17258866933-24"]}} -{"id":"ec-meeting-2015-03-03-037016be1a2d7495450330d20a3853724e280998","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-03 - Günther Oettinger x ARGE Netz GmbH & Co. KG Wirtschaftrat Recht Bremer & Heller"],"date":["2015-03-03"],"summary":["Broadband"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-4cd59e13386e3b68ecb3611fcc579e0a0a3938a5","eu-tr-455607615963-17","eu-tr-681177416275-05"]}} -{"id":"ec-meeting-2015-03-03-06a737fc52fd2ba2be595db42fc2b12e66de58f2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-03 - Cabinet of Commissioner Pierre Moscovici x LVMH Publica"],"date":["2015-03-03"],"summary":["Dénaturents parfums"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Bruxelles"],"address":["Bruxelles"],"addressEntity":["addr-b58f5927b66d94a676970dc048485d4c6848f272"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["ec-person-79931cfd2923c1aca9c7d284e9590732b0a36ed9","eu-tr-16094042309-21"]}} -{"id":"ec-meeting-2015-03-03-079d883dd6c6748da05b73afa0e05b318ff07753","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-03 - Günther Oettinger x European Magazine Media Association"],"date":["2015-03-03"],"summary":["Copyright"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-4cd59e13386e3b68ecb3611fcc579e0a0a3938a5","eu-tr-37937886834-69"]}} -{"id":"ec-meeting-2015-03-03-1404d80950ae8da2bc5a4993e00a9614e9a18b0b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-03 - Cabinet of Commissioner Tibor Navracsics x Federal Union of European Nationalities"],"date":["2015-03-03"],"summary":["The situation of minority languages in Europe"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-dc2e0fed0fdf39a6a3f3ad63355c5215599de9d1","eu-tr-331310413543-50"]}} -{"id":"ec-meeting-2015-03-03-183ff427e0e12e050e1396cc69d0b540fb07cd5d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-03 - Cabinet of Vice-President Andrus Ansip x Ericsson"],"date":["2015-03-03"],"summary":["Digital Single Market, net neutrality, spectrum"],"notes":["Portfolio: Digital Single Market"],"location":["Barcelona"],"address":["Barcelona"],"addressEntity":["addr-122a417e6dce08a4a554333bbc6e9922b62c1f31"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-d5a309c64ecdb05010325dcfc661f6ae817f31cc","ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0","eu-tr-02021363105-42"]}} -{"id":"ec-meeting-2015-03-03-1a46f395f2fa9682498c5e2f877486ff22b015bb","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2015-03-03 - Cabinet of Commissioner Vytenis Andriukaitis x Eli Lilly and Company"],"date":["2015-03-03"],"summary":["Animal Health and Welfare, Food Security"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["eu-tr-04657143399-39","ec-person-0dbfffeb0323f819c8d57164906086dd8639c437"]}} -{"id":"ec-meeting-2015-03-03-1c74e33de4c72b275cd82ca29fb8c59a1f8294cc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-03 - Cabinet of Commissioner Vytenis Andriukaitis x Compassion in World Farming International"],"date":["2015-03-03"],"summary":["Welfare Petition"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-0dbfffeb0323f819c8d57164906086dd8639c437","eu-tr-26535516539-45"]}} -{"id":"ec-meeting-2015-03-03-1c9ef5ebd515dc3ab9656b1a20548bf5346867d3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-03 - Maritime Affairs and Fisheries x BLUE FISH EUROPE"],"date":["2015-03-03"],"summary":["Blue Fish Europe"],"location":["DG MARE"],"address":["DG MARE"],"addressEntity":["addr-c48c54bbd3601050b346807f276505ddbf3e42b6"],"organizer":["ec-dg-mare"],"involved":["eu-tr-997456111776-94","ec-person-13c487b266d525d30bcdd6c108d17accaf4b8840"]}} -{"id":"ec-meeting-2015-03-03-1f1246e351c693e4fd2faec0a1df61abbb10dfc7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-03 - Cabinet of Commissioner Elżbieta Bieńkowska x FAKRO Sp. z o.o."],"date":["2015-03-03"],"summary":["Free movement of goods in the internal market"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-042805511265-60","ec-person-95a769a1850d7d595f9a5853c51dcbdd3ddd69fb","ec-person-daef7f819b2f3ffe5e4f5d8eb2782954f3c4a4e2"]}} -{"id":"ec-meeting-2015-03-03-231fb76f70235142e8e60887d2aa7c1a4354b7b2","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2015-03-03 - Cabinet of First Vice-President Frans Timmermans x ING Group"],"date":["2015-03-03"],"summary":["Better regulation and European affairs","Economic situation / financial services and better regulation"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-12112965774-95","ec-person-966667b73d92624be9bb019c2baab7e52331b3d3","ec-person-6c0efbf1635ca0cb8dce32e129231fa3136f600b"]}} -{"id":"ec-meeting-2015-03-03-285a634450d28d02221f75f9d7ee280143ec3013","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-03 - Cabinet of Commissioner Marianne Thyssen x European Deafblind Network"],"date":["2015-03-03"],"summary":["Rights of people with disabilities in Europe"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["eu-tr-535776713965-43","ec-person-c508e9337eca6b067c1f966b82de49c4824a3ad0"]}} -{"id":"ec-meeting-2015-03-03-2e074bb9395cbc32917d17bb561903bd61c67390","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-03 - Cabinet of Commissioner Elżbieta Bieńkowska x CSR Europe, The Business Network for Corporate Social Responsibility"],"date":["2015-03-03"],"summary":["Introductory meeting"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["ec-person-d2997a7f359c91a337055c3e24dd36bf928de38d","eu-tr-56502415122-32","ec-person-b2f9be51339f054477846797e2c119fcf16548fc","ec-person-3d55409fa049ff6b397a9afc2fcc21bc7c409f0d"]}} -{"id":"ec-meeting-2015-03-03-2e61fff05ebaf7a8bb608a2536b8bea267af93a8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-03 - Trade x European Chemical Industry Council"],"date":["2015-03-03"],"summary":["Ongoing trade negotiations"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-trade"],"involved":["ec-person-bde9bb099f5d24c52ca4a9255cefc99a5b87a650","eu-tr-64879142323-90"]}} -{"id":"ec-meeting-2015-03-03-336c3b330b3effbf7054aaba93cf4bbe5dc1b795","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-03 - Cabinet of Commissioner Věra Jourová x Lumos Foundation"],"date":["2015-03-03"],"summary":["Children's rights, Child protection"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["eu-tr-849607914394-57","ec-person-1e0e3a00ab815dea7c5b839b002ed2c7e34bfe0a"]}} -{"id":"ec-meeting-2015-03-03-3493a78258229fbe7d18ee2893341bbc4cf43711","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-03 - Cabinet of Commissioner Tibor Navracsics x DOT Europe"],"date":["2015-03-03"],"summary":["Digital Single Market, Copyright"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-cb6aa96c497dead35eb0f2ed0339e5423d506549","ec-person-dc2e0fed0fdf39a6a3f3ad63355c5215599de9d1","eu-tr-53905947933-43"]}} -{"id":"ec-meeting-2015-03-03-379aa8cd2693aaa35b134ef0bcaf2311867241ae","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-03 - Cabinet of Commissioner Elżbieta Bieńkowska x Deutsche Post DHL Group"],"date":["2015-03-03"],"summary":["Introductory meeting"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["ec-person-685ecf13dd26cd515c961e24ba71049af2302c5e","ec-person-95a769a1850d7d595f9a5853c51dcbdd3ddd69fb","eu-tr-48544465107-88"]}} -{"id":"ec-meeting-2015-03-03-3da692b1bd04efd077338b603f7e21a0761acea9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-03 - Cabinet of Vice-President Andrus Ansip x Microsoft Corporation"],"date":["2015-03-03"],"summary":["Digital skills"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-0801162959-21","ec-person-c759bd58acc54869aa8e62ce652efcda416e25c2"]}} -{"id":"ec-meeting-2015-03-03-44de81f3c51eb7192cbd08eea5a1c5a6fdb37d76","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-03 - Cabinet of Vice-President Andrus Ansip x European Magazine Media Association"],"date":["2015-03-03"],"summary":["Copyright, data protection"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-e91c5be432b6b3efdda369792fed67c20b767a45","eu-tr-37937886834-69"]}} -{"id":"ec-meeting-2015-03-03-4b071b2d66b0a5104496f289fde74ceeef6fdee6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-03 - Cabinet of Commissioner Violeta Bulc x Cruise Lines International Association Europe"],"date":["2015-03-03"],"summary":["Meeting with CLIA Europe"],"notes":["Portfolio: Transport"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-4d2b449b5047ea3fda435a2a1c1081e3babcdf76","eu-tr-69525934310-58"]}} -{"id":"ec-meeting-2015-03-03-4fc545cb5ab69059053c69e6a889408d090ea990","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-03 - Cabinet of Vice-President Miguel Arias Cañete x Eni S.p.A."],"date":["2015-03-03"],"summary":["Electricity market"],"notes":["Portfolio: Climate Action & Energy"],"location":["BERL 8/165"],"address":["BERL 8/165"],"addressEntity":["addr-363bb64e46464f5554302356d8bdedc4934c8f73"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-1831691c10441c5974327bbeb8693d6b6c1e50c3","eu-tr-99578067285-35"]}} -{"id":"ec-meeting-2015-03-03-4fe8bcf0746f08cdd8ed3f72072bb0d7d90cba69","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-03 - Cabinet of Commissioner Pierre Moscovici x L'Oréal LVMH Publica"],"date":["2015-03-03"],"summary":["Parfumerie fine et dénaturants"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Bruxelles"],"address":["Bruxelles"],"addressEntity":["addr-b58f5927b66d94a676970dc048485d4c6848f272"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["ec-person-79931cfd2923c1aca9c7d284e9590732b0a36ed9","ec-person-3cbeba61ae952f06fe4916c381438ebbc676a597","eu-tr-02776221598-67","eu-tr-16094042309-21"]}} -{"id":"ec-meeting-2015-03-03-5443d3d8ecdd2d461054b8a2ad0cd1473dc2e3e5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-03 - Cabinet of Commissioner Phil Hogan x Google"],"date":["2015-03-03"],"summary":["Presentation of Google's Irish operations and Dublin Campus and of promotion activities to increase e-commerce success of food-chain companies"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-a985b9a03cb4f9af4f2f97583d8f92fb71579572","eu-tr-03181945560-59"]}} -{"id":"ec-meeting-2015-03-03-5524fced96ab278cd5dfb3c68961302b290f5bd2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-03 - Cabinet of Vice-President Cecilia Malmström x SALESAS TRES CENTRO DE ESTUDIOS"],"date":["2015-03-03"],"summary":["Accounting standards in trade negotiations"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-400183910694-08","ec-person-98880f3f4206145e196013db9dd806a551c11e06"]}} -{"id":"ec-meeting-2015-03-03-56ea26bd0839ae2f18dd8ba8863f8d3741adba70","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-03 - Cabinet of Commissioner Violeta Bulc x Deutsche Post DHL Group"],"date":["2015-03-03"],"summary":["Meeting with DHL"],"notes":["Portfolio: Transport"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-4d2b449b5047ea3fda435a2a1c1081e3babcdf76","eu-tr-48544465107-88"]}} -{"id":"ec-meeting-2015-03-03-5b319266ee85d8336cacbe64a9ad0c468713c349","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-03 - Cabinet of Commissioner Jonathan Hill x ING Group"],"date":["2015-03-03"],"summary":["Overview of Financial Services policy"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["eu-tr-12112965774-95","ec-person-f247edfcff54d4f26fc10769f809c92bc72d6797"]}} -{"id":"ec-meeting-2015-03-03-5b9741f5682ec5f4e49da5e4bfd1f7e582b7801f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-03 - Cabinet of Vice-President Andrus Ansip x AT&T, Inc."],"date":["2015-03-03"],"summary":["Digital Single Market, copyright"],"notes":["Portfolio: Digital Single Market"],"location":["Barcelona"],"address":["Barcelona"],"addressEntity":["addr-122a417e6dce08a4a554333bbc6e9922b62c1f31"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-d5a309c64ecdb05010325dcfc661f6ae817f31cc","ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0","eu-tr-92442218459-37"]}} -{"id":"ec-meeting-2015-03-03-5d4361be94910aa20a685d2a6adefbbbaf25fb18","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-03 - Günther Oettinger x DOT Europe"],"date":["2015-03-03"],"summary":["AVMS"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-53905947933-43","ec-person-c6c38691c27b1498b60b18409aa979cf1dd1f4ac"]}} -{"id":"ec-meeting-2015-03-03-5d86ebbf4e08be8f969f4bcad840d8730f831a6f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-03 - Cabinet of Vice-President Johannes Hahn x Confederation of Businessmen and Industrialists of Turkiye"],"date":["2015-03-03"],"summary":["General discussions on political and economic developments in Turkey"],"notes":["Portfolio: European Neighbourhood Policy & Enlargement Negotiations"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-hahn-johannes-of-president-vice"],"involved":["eu-tr-05241797002-90","ec-person-2fca685599028e7674f6143b21eb6760c913eef0"]}} -{"id":"ec-meeting-2015-03-03-5e99861fd29711dd54a2d2876613d317745da2e4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-03 - Cabinet of Commissioner Elżbieta Bieńkowska x Japan Automobile Manufacturers Association, Inc. European Office"],"date":["2015-03-03"],"summary":["Automotive sector in Europe"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-47288759638-75","ec-person-b2f9be51339f054477846797e2c119fcf16548fc","ec-person-3d55409fa049ff6b397a9afc2fcc21bc7c409f0d"]}} -{"id":"ec-meeting-2015-03-03-608181747dd752b6a66c931c7d5d6438c9315bda","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-03 - Cabinet of Commissioner Tibor Navracsics x European Olympic Committees EU Office"],"date":["2015-03-03"],"summary":["Erasmus+ assessment of the first call; Data protection; European Evening of Sport (6 May); European Games"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-49f31dad10f5641cb1d1e4c3107dd838389e8120","eu-tr-827752410362-51"]}} -{"id":"ec-meeting-2015-03-03-60ba664667a1ea5792af740e7690ffe8df9f41da","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-03 - Cabinet of Commissioner Violeta Bulc x FIPRA International SRL"],"date":["2015-03-03"],"summary":["Adam Goldstein CLIA"],"notes":["Portfolio: Transport"],"location":["Brussels/BE"],"address":["Brussels/BE"],"addressEntity":["addr-fe4580120e578f5899b4d753b36b5313310f6173"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-58746194306-23","ec-person-4d2b449b5047ea3fda435a2a1c1081e3babcdf76","ec-person-d710a614b1b0eabb6d73a2d665b82f6514a3fdb8","ec-person-e14c58f620f40325d829df7be0823280307bc15f"]}} -{"id":"ec-meeting-2015-03-03-655d5fcd89d5530a5827a949cdd4bc2f89eab0f1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-03 - Günther Oettinger x None"],"date":["2015-03-03"],"summary":["DSM, TSM"],"location":["Barcelona"],"address":["Barcelona"],"addressEntity":["addr-122a417e6dce08a4a554333bbc6e9922b62c1f31"],"organizer":["ec-dg-de"],"involved":["eu-tr-82853397708-89","eu-tr-381805014604-45","eu-tr-02021363105-42","eu-tr-76704342721-41","eu-tr-90142503473-81","eu-tr-36682861898-97","eu-tr-52431421-12","eu-tr-74126393166-46","ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0","eu-tr-60052162589-72"]}} -{"id":"ec-meeting-2015-03-03-68452796b028cf557b39b09fd4e7ffa252acd698","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-03 - Cabinet of Vice-President Andrus Ansip x Deutsche Telekom"],"date":["2015-03-03"],"summary":["Telecoms Single Market, Digital Single Market, review of electronic communications framework"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-666bc159c7e65a3af9e63c1e97435c02f1496955","eu-tr-60052162589-72"]}} -{"id":"ec-meeting-2015-03-03-75f8f1a88bf8ab762a680a45fa467f3019180d6f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-03 - Cabinet of Vice-President Neven Mimica x CONCORD Europe"],"date":["2015-03-03"],"summary":["Presentation of Commissioner Mimica's priorities."],"notes":["Portfolio: International Cooperation & Development"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-mimica-neven-of-president-vice"],"involved":["eu-tr-34478709670-34","ec-person-886e1b865045c3ed98e99075006d09cea708acce"]}} -{"id":"ec-meeting-2015-03-03-76bf4afd102c02e6ddb6b783d489fcf7660fe150","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-03 - Cabinet of Commissioner Violeta Bulc x European Barge Union"],"date":["2015-03-03"],"summary":["Opening remarks: EBU Conference"],"notes":["Portfolio: Transport"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-36944616803-45","ec-person-4d2b449b5047ea3fda435a2a1c1081e3babcdf76"]}} -{"id":"ec-meeting-2015-03-03-77ca8460d6183ba511c01a5a008e418011c6a9b3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-03 - Cabinet of Commissioner Margrethe Vestager x Build Europe"],"date":["2015-03-03"],"summary":["EU State Aid & Social Housing"],"notes":["Portfolio: Competition"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-margrethe-of-vestager"],"involved":["eu-tr-80003592094-64","ec-person-2e96673ec2acdfc668f6970535551f9afa1f8729"]}} -{"id":"ec-meeting-2015-03-03-7e108c2ddeb1dbbf05bdf2cca05c779141276a9e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-03 - Cabinet of Vice-President Cecilia Malmström x Japan Automobile Manufacturers Association, Inc. European Office"],"date":["2015-03-03"],"summary":["EU - Japan negotiations"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-5d4088e1913284a765aed8445f448f6ff341f1b3","ec-person-20ded9db5df11164331bb161fdf234b1e5ad53fd","eu-tr-47288759638-75"]}} -{"id":"ec-meeting-2015-03-03-7fd109109984fd83fceab4b5720de1cc15d55b13","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-03 - Cabinet of Vice-President Karmenu Vella x SURFRIDER FOUNDATION EUROPE"],"date":["2015-03-03"],"summary":["Marine Litter"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["ec-person-4ff7c27445db4ad88e687776974fd8d077a1fe0c","eu-tr-58969291154-50"]}} -{"id":"ec-meeting-2015-03-03-7fdf32783ca6ddaed2e4a82e9f26ad4c07aa4f42","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-03 - Cabinet of Commissioner Dimitris Avramopoulos x Google"],"date":["2015-03-03"],"summary":["Proposals regarding Google contribution in the anti-radicalization debate and the fight against the presence of terrorism propaganda online"],"notes":["Portfolio: Migration, Home Affairs and Citizenship"],"location":["Office of Commissioner Avramopoulos - BERLAYMONT Building"],"address":["Office of Commissioner Avramopoulos - BERLAYMONT Building"],"addressEntity":["addr-0f33e5ecb4c028256fa177a1940d176e3c19f3d1"],"organizer":["ec-avramopoulos-cabinet-commissioner-dimitris-of"],"involved":["ec-person-e786479f71eb21bc0a291dd644b61d86e09beb13","eu-tr-03181945560-59","ec-person-0b0e27acb2dc2fc7a5c5367408eb01e6e347862f","ec-person-06b43c385c07c13f2bae1d24a0075851e8ce491d"]}} -{"id":"ec-meeting-2015-03-03-85faf0e86a2d9fdb380504c10e284db4bcb80ab3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-03 - Cabinet of Commissioner Tibor Navracsics x European Festivals Association"],"date":["2015-03-03"],"summary":["Discussion on areas of common interest"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-4d24029a6a4b5bbdcd825e134f010bd0b384f80a","eu-tr-434027116304-07"]}} -{"id":"ec-meeting-2015-03-03-89412c7d1544e026d82981e1a223d8d2161ad89b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-03 - Cabinet of Commissioner Violeta Bulc x Société nationale SNCF"],"date":["2015-03-03"],"summary":["Meeting with SNCF"],"notes":["Portfolio: Transport"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-4d2b449b5047ea3fda435a2a1c1081e3babcdf76","eu-tr-97914681026-14"]}} -{"id":"ec-meeting-2015-03-03-8c880fe3b5080ae6a2e8720b79e07ab0849e0544","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-03 - Cabinet of Commissioner Pierre Moscovici x BUSINESSEUROPE European Business Summit Network"],"date":["2015-03-03"],"summary":["Preparation of Commissioner's participation in European Business Summit"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["eu-tr-3978240953-79","eu-tr-268958411031-65","ec-person-738f7f25002d191bd2df8936e8f8d1d726c19e2e"]}} -{"id":"ec-meeting-2015-03-03-8d61160813da41d453af6d7cea0657b7625c591e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-03 - Cabinet of Commissioner Violeta Bulc x Dröge & van Drimmelen"],"date":["2015-03-03"],"summary":["A meeting concerning the Port Package and exchange some information on the Dutch system and how that works in the European perspective"],"notes":["Portfolio: Transport"],"location":["Brussels, Belguim"],"address":["Brussels, Belguim"],"addressEntity":["addr-84b5e5f38d43901e13b15f0c7dd8b408c954fd9b"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-59604949040-94","ec-person-e14c58f620f40325d829df7be0823280307bc15f"]}} -{"id":"ec-meeting-2015-03-03-8d9fa08d516236c500a82c194e3b0c7e506cdb11","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-03 - Energy x Central Europe Energy Partners"],"date":["2015-03-03"],"summary":["European Energy Policy priorities"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-87738563745-94","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2015-03-03-975ab31a65a3b23100c1e44d13e7168751607fb9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-03 - Inspire, Debate, Engage and Accelerate Action x University of Cambridge Institute for Sustainability Leadership"],"date":["2015-03-03"],"summary":["Presentation of The Prince of Wales's Corporate Leaders Group"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-dg-idea"],"involved":["eu-tr-618254915321-39","ec-person-4fe56a64c00b3e81c851b5538878b32481bd7d3c"]}} -{"id":"ec-meeting-2015-03-03-995b2841b11ec9d61e22d5d1b77bdbd5aba06fac","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-03 - Cabinet of Commissioner Phil Hogan x Irish Farmers' Association"],"date":["2015-03-03"],"summary":["TTIP, simplification, rural development, climate change"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-458700813641-37","ec-person-400dd8d59d3060187d9b9b143d697da1a3d03c12","ec-person-c9d17d5879383b030f61a4066848249fb35d57e4"]}} -{"id":"ec-meeting-2015-03-03-a30ccac09ca25bfec90fcb0f9bed1c0c08c37546","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-03 - Cabinet of Commissioner Elżbieta Bieńkowska x Wärtsilä Corporation"],"date":["2015-03-03"],"summary":["Intro meeting"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-012464715142-75","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2015-03-03-ad6fceafab7a41db61f49cfb27eec7a6e6eda46f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-03 - Cabinet of Vice-President Maroš Šefčovič x Wirtschaftsrat der CDU e.V."],"date":["2015-03-03"],"summary":["Energy Union - security of supply"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-176334311014-43","ec-person-1f95be23689cd4ed0a26fe2980f760ccf2d55c1e"]}} -{"id":"ec-meeting-2015-03-03-b5558b744ff822b653a89276ef56ea134f8ccbee","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-03 - Cabinet of President Jean-Claude Juncker x Greenpeace European Unit"],"date":["2015-03-03"],"summary":["GMO review"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-e415577aabb40c0f789310505c6c5803aa69037b","eu-tr-9832909575-41"]}} -{"id":"ec-meeting-2015-03-03-bf2f1c91bf7ac7e9cbf98424b98af955d2124d8c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-03 - Cabinet of President Jean-Claude Juncker x Netflix International B.V."],"date":["2015-03-03"],"summary":["Digital Single Market"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-487726915971-30","ec-person-44a061693f35519551be0e3dab996e76ad3f8c7c"]}} -{"id":"ec-meeting-2015-03-03-bff1b1d54b19b26e04d12b9974a36504066e3030","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-03 - Cabinet of Commissioner Marianne Thyssen x EuroCommerce"],"date":["2015-03-03"],"summary":["Social and Emplotment priorities of the European Commission"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["eu-tr-84973761187-60","ec-person-e93189002a993321fd1af93481b271c766b1aff8"]}} -{"id":"ec-meeting-2015-03-03-d333077b40250592ef79316d605a0f2eafe796e1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-03 - Cabinet of Vice-President Jyrki Katainen x Cerame-Unie"],"date":["2015-03-03"],"summary":["Industrial Policy"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-79465004946-12","ec-person-0da85dc48012e26688310a59a0b51727ea68f410"]}} -{"id":"ec-meeting-2015-03-03-d787179d3adc253bcf9ece3054ae3d4517eb5a2e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-03 - Cabinet of Vice-President Valdis Dombrovskis x Confederation of Finnish Industries EK"],"date":["2015-03-03"],"summary":["Taxation"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["European Commission –Brussels (Berlaymont)"],"address":["European Commission –Brussels (Berlaymont)"],"addressEntity":["addr-34950b13028a172978feee09b07604284a20a878"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-48f31156d932641826e09f5b73f074d35ff05786","eu-tr-1274604847-34"]}} -{"id":"ec-meeting-2015-03-03-d8bd5e9265d03d32772e1121f0e2e4fd6f0bfb34","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-03 - Cabinet of Commissioner Elżbieta Bieńkowska x Fertilizers Europe"],"date":["2015-03-03"],"summary":["Introductory meeting"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-80788715017-29","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2015-03-03-dc51cb782056329880d71511696c7cc900c1925b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-03 - Cabinet of Commissioner Jonathan Hill x Insurance Europe"],"date":["2015-03-03"],"summary":["Financial policy"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["ec-person-a9f927e92126f22da48d08ee37b059179988ada8","eu-tr-33213703459-54"]}} -{"id":"ec-meeting-2015-03-03-ddbe7f9fc51b285d44f7716237aa7001f27ac543","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-03 - Cabinet of First Vice-President Frans Timmermans x European Environmental Bureau European Public Health Alliance Bureau Européen des Unions de Consommateurs EUROPEAN TRADE UNION CONFEDERATION"],"date":["2015-03-03"],"summary":["Better regulation"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-06798511314-27","ec-person-966667b73d92624be9bb019c2baab7e52331b3d3","eu-tr-06698681039-26","eu-tr-9505781573-45","eu-tr-18941013532-08"]}} -{"id":"ec-meeting-2015-03-03-df2b93b0de2e65d19f5dc2f3d77b62274aba7e7d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-03 - Cabinet of Commissioner Phil Hogan x UNIÓN DE PEQUEÑOS AGRICULTORES"],"date":["2015-03-03"],"summary":["Priorities for UPA:simplification, equilibrate the bargaining power of the farmers, support to producer organisations, solution to the Russian embargo, a TTIP negotiation that privileges content to speed, support to young farmers and support to the role of women in agriculture."],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-736180714498-22","ec-person-c9d17d5879383b030f61a4066848249fb35d57e4"]}} -{"id":"ec-meeting-2015-03-03-e448c70f820124d1560bd9eee63f0a2a78a8b2b5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-03 - Cabinet of Commissioner Phil Hogan x European Initiative for Sustainable Development in Agriculture"],"date":["2015-03-03"],"summary":["Present holistic management concept of Integrated Farming; present EISA; a first EISA assessment of the recent CAP reform; recognition of the concept of IF and how our network could support efforts to achieve more sustainability in agriculture in the EU; conclusions of the EESC own-initiative report on Integrated Production (incl.integrated Farming)"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-03201309079-58","ec-person-400dd8d59d3060187d9b9b143d697da1a3d03c12"]}} -{"id":"ec-meeting-2015-03-03-e4dd342fe56ca6f9ef249c58058999bcb5de3fe2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-03 - Cabinet of President Jean-Claude Juncker x Stichting European Climate Foundation"],"date":["2015-03-03"],"summary":["Climate Action and Energy"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-b1bf9aa5fb7e886441ff341b657cc482b64a2a3e","eu-tr-64869491516-70"]}} -{"id":"ec-meeting-2015-03-03-e68c901af6d2709d9b75f6046101b1aa05594168","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-03 - Cabinet of Vice-President Valdis Dombrovskis x Latvijas Darba devēju konfederācija"],"date":["2015-03-03"],"summary":["Social dialogue with Latvia and Employers’ Confederation of Latvia (Vitalijs Gavrilovs, President)"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["VP`s office 10/041"],"address":["VP`s office 10/041"],"addressEntity":["addr-4832dfadc465a479b34665c527666eb010887f83"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-968177917885-14","ec-person-a9eda2e8ea54b70a968327672c6cada679d3cd56"]}} -{"id":"ec-meeting-2015-03-03-ea65b6e10d883194481e285401e4a3c728bcd30f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-03 - Cabinet of Vice-President Maroš Šefčovič x Österreichischer Gewerkschaftsbund"],"date":["2015-03-03"],"summary":["Energy Union"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-2be517b9261a91f2f07e05ec14c6331980e9716e","eu-tr-43246044354-41"]}} -{"id":"ec-meeting-2015-03-03-f38914a0ee8ab85cdf1ca3006bcf02f0adbf5916","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-03 - Cabinet of Commissioner Pierre Moscovici x Apple Inc."],"date":["2015-03-03"],"summary":["Future corporate taxation rules in the EU"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["eu-tr-588327811384-96","ec-person-738f7f25002d191bd2df8936e8f8d1d726c19e2e"]}} -{"id":"ec-meeting-2015-03-03-f6f0aa3010e46dc7ecfc96e7249e80ae9b0e6a99","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-03 - Cabinet of High Representative / Vice-President Federica Mogherini x Confederation of Businessmen and Industrialists of Turkiye"],"date":["2015-03-03"],"summary":["Update on EU-Turkey relations"],"notes":["Portfolio: Foreign Affairs and Security Policy"],"location":["Berlaymont, Brussels"],"address":["Berlaymont, Brussels"],"addressEntity":["addr-fc86ff6aaa2cd722afeb09a33ccd03fec72f8cd1"],"organizer":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"involved":["eu-tr-05241797002-90","ec-person-ffe369688b1df8f09154d965f094473d619d72e0"]}} -{"id":"ec-meeting-2015-03-04-004056608daf55e9f92653a9992b2d6c1e3ef461","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-04 - Cabinet of Commissioner Pierre Moscovici x Bertelsmann Stiftung"],"date":["2015-03-04"],"summary":["Presentation of pilot study on the future of Economic and Monetary Union"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["eu-tr-13571025706-27","ec-person-ac604755dc7677c8653a5a5172e851f7c8e468b4"]}} -{"id":"ec-meeting-2015-03-04-0168cf8d58b7ab446538386e1ebb8eb99bb5e10e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-04 - Cabinet of Vice-President Karmenu Vella x Swedish Recycling Industries´ Assocation"],"date":["2015-03-04"],"summary":["Circular Economy"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["ec-person-4ff7c27445db4ad88e687776974fd8d077a1fe0c","eu-tr-255548111478-45"]}} -{"id":"ec-meeting-2015-03-04-018963dbaa15c2dc8d10c2d569ccb4d33a451669","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-04 - Cabinet of First Vice-President Frans Timmermans x European Law Institute"],"date":["2015-03-04"],"summary":["JHA, better regulation"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Berlaymont, Brussels"],"address":["Berlaymont, Brussels"],"addressEntity":["addr-fc86ff6aaa2cd722afeb09a33ccd03fec72f8cd1"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["ec-person-6d8b11c800391d9e6515bbd1b0e9d54c7da270da","eu-tr-455458212010-50"]}} -{"id":"ec-meeting-2015-03-04-07c7c62c67f431a1fcbc8f930ea36e4881a69a50","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-04 - Directorate-General for International Partnerships x CIP - Confederação Empresarial de Portugal"],"date":["2015-03-04"],"summary":["Nouvelles orientations de la politique du développement de la Commission"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-intpa"],"involved":["ec-person-ad00e7dd980bb2a40a95c65a87f8760494546865","eu-tr-022255314501-32"]}} -{"id":"ec-meeting-2015-03-04-0ac539ecbd95c89c2213005aca71b6f5a00916fb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-04 - Financial Stability, Financial Services and Capital Markets Union x Linklaters LLP"],"date":["2015-03-04"],"summary":["Global Restructuring and Insolvency Dinner \"Reforming the EU financial sector - where are we heading?\""],"location":["London"],"address":["London"],"addressEntity":["addr-4c57f0c88d9844630327623633ce269cf826ab99"],"organizer":["ec-dg-fisma"],"involved":["ec-person-6be7848f21e63e093fdf3693cc8c3e2b6d29f776","eu-tr-75449787878-94"]}} -{"id":"ec-meeting-2015-03-04-0f8367c22d4ca6bddb621cd467be993377e9337b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-04 - Cabinet of Vice-President Kristalina Georgieva x Institute of Chartered Accountants in England and Wales"],"date":["2015-03-04"],"summary":["Meeting with ICAEW(The Institute of Chartered Accountants in England and Wales)"],"notes":["Portfolio: Budget & Human Resources"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-cabinet-georgieva-kristalina-of-president-vice"],"involved":["ec-person-9f4dcadff214f9cb7e8976c58804023e71bcf5fd","eu-tr-7719382720-34"]}} -{"id":"ec-meeting-2015-03-04-12953df5f4fe7216f87719b39d77cdfa9565f746","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-04 - Cabinet of Vice-President Jyrki Katainen x TheCityUK"],"date":["2015-03-04"],"summary":["Launch event - Finance for infrastructure and growth companies in Europe"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-237922911665-25","ec-person-7c9460f99c5872dbdc561f5752401c870d12e98b"]}} -{"id":"ec-meeting-2015-03-04-151cb0d64e20a20e991b90a11fbd8e0021bc6a84","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-04 - Cabinet of Commissioner Elżbieta Bieńkowska x Swedish Recycling Industries´ Assocation"],"date":["2015-03-04"],"summary":["Intro meeting"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-255548111478-45","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2015-03-04-1c9fc8c894c0b5f546e985d594e739012c7078d7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-04 - Cabinet of Commissioner Violeta Bulc x International Road Transport Union Permanent Delegation to the EU"],"date":["2015-03-04"],"summary":["Speech: IRU Spring Cocktail"],"notes":["Portfolio: Transport"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-4d2b449b5047ea3fda435a2a1c1081e3babcdf76","eu-tr-41802525291-86"]}} -{"id":"ec-meeting-2015-03-04-293a5aad8fb7ec01ff1a8d3cb76b4929e84db66d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-04 - Climate Action x Statnett SF"],"date":["2015-03-04"],"summary":["Market Stability Reserve"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-clima"],"involved":["eu-tr-05001306886-41","ec-person-44c2f44f96dda2012bcb4e9abc749f6cae86a4c0"]}} -{"id":"ec-meeting-2015-03-04-2cbf6e6342ac7876e04be329b7cf7b75699977cd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-04 - Cabinet of First Vice-President Frans Timmermans x Kreab"],"date":["2015-03-04"],"summary":["Circular Economy"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["BERL 10/286"],"address":["BERL 10/286"],"addressEntity":["addr-fb8936c188f53a7eb5cbd12e71c33e932fbbc6ac"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["ec-person-7a0c440119cd5d547eceebb055c79b8bb41bf9a2","eu-tr-1078390517-54"]}} -{"id":"ec-meeting-2015-03-04-2d2295e109dd16ccf7535bc04dcabaf65fe0a453","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-04 - Cabinet of Commissioner Jonathan Hill x SALESAS TRES CENTRO DE ESTUDIOS"],"date":["2015-03-04"],"summary":["Accounting"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Belgium, Brussels, BERL"],"address":["Belgium, Brussels, BERL"],"addressEntity":["addr-afebf85a436897fe5234b2ac0d00a1ddc4c9dd27"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["eu-tr-400183910694-08","ec-person-5fdb62e20cecef81f87f94d3d1bcdd3b47b26af0"]}} -{"id":"ec-meeting-2015-03-04-33c2bc25338c7c929aad0153f8f6ab543a5b82a6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-04 - Cabinet of Commissioner Pierre Moscovici x European Banking Federation"],"date":["2015-03-04"],"summary":["EU fiscal policy"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["eu-tr-4722660838-23","ec-person-738f7f25002d191bd2df8936e8f8d1d726c19e2e"]}} -{"id":"ec-meeting-2015-03-04-352e6b7057d24242fb134a67f100d77a47da6300","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-04 - Cabinet of Vice-President Jyrki Katainen x Confederation of Businessmen and Industrialists of Turkiye"],"date":["2015-03-04"],"summary":["Turkish investments"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-f9208d930adc70c6c64e21701e48f85f6f18e949","eu-tr-05241797002-90"]}} -{"id":"ec-meeting-2015-03-04-36cf11a43afaca4d6033a1e93286c5907c590255","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-04 - Environment x Cruise Lines International Association Europe"],"date":["2015-03-04"],"summary":["Environmental impact including the sulphur directive, use of scrubbers."],"location":["Bruxelles"],"address":["Bruxelles"],"addressEntity":["addr-b58f5927b66d94a676970dc048485d4c6848f272"],"organizer":["ec-dg-env"],"involved":["ec-person-c92411579cf013898db30d63a5d6fadc118e7264","eu-tr-69525934310-58"]}} -{"id":"ec-meeting-2015-03-04-3731d211f9842db34b53be9be93b379d13908a53","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-04 - Maritime Affairs and Fisheries x FIPRA International SRL"],"date":["2015-03-04"],"summary":["Cruise Industry"],"location":["DG MARE"],"address":["DG MARE"],"addressEntity":["addr-c48c54bbd3601050b346807f276505ddbf3e42b6"],"organizer":["ec-dg-mare"],"involved":["eu-tr-58746194306-23","ec-person-13c487b266d525d30bcdd6c108d17accaf4b8840"]}} -{"id":"ec-meeting-2015-03-04-3a63fe60eb577c4f37cf3d81e97a56589c537245","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-04 - Cabinet of Commissioner Tibor Navracsics x Microsoft Corporation"],"date":["2015-03-04"],"summary":["Microsoft education programmes"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["eu-tr-0801162959-21","ec-person-fc5c01a0bffedf0f4e205a759b40239535313d28"]}} -{"id":"ec-meeting-2015-03-04-3d4c53f332609715cdf7262c11843f4d81b1b603","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-04 - Cabinet of Vice-President Valdis Dombrovskis x Bertelsmann Stiftung"],"date":["2015-03-04"],"summary":["Presentation of pilot study on the future of Economic and Monetary Union (Bertelsmann Stiftung und Jacques Delors Institut Berlin)"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Hotel Martin's Brussels EU"],"address":["Hotel Martin's Brussels EU"],"addressEntity":["addr-f56988f3017ac8cccc671e8962abe16669687bd8"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-13571025706-27","ec-person-f6170dbdd732fc460a713b82b57759ac5e77fdc6"]}} -{"id":"ec-meeting-2015-03-04-3ef14738fa7516da0d0c7afea47b2ab231e738cf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-04 - Cabinet of Commissioner Tibor Navracsics x Europeana Foundation"],"date":["2015-03-04"],"summary":["Debriefing on Europeana project"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-cb6aa96c497dead35eb0f2ed0339e5423d506549","eu-tr-770007812381-96"]}} -{"id":"ec-meeting-2015-03-04-4bc339110c822405b31fc2214ee56be18fc1e245","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-04 - Cabinet of Commissioner Phil Hogan x European Federation of Origin Wines"],"date":["2015-03-04"],"summary":["ICANN, Geographical Indications, protection and bilateral agreement, labelling and promotion"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-93296213494-75","ec-person-c9d17d5879383b030f61a4066848249fb35d57e4"]}} -{"id":"ec-meeting-2015-03-04-5046d2fd0fa4e7a10c3f8c024ec5aff935bf08c3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-04 - Cabinet of Commissioner Jonathan Hill x Österreichischer Sparkassenverband"],"date":["2015-03-04"],"summary":["Introductory meeting, Capital Markets Union, Retail financial services"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["eu-tr-22115995998-08","ec-person-f247edfcff54d4f26fc10769f809c92bc72d6797"]}} -{"id":"ec-meeting-2015-03-04-52a1d2568b8f879112c191fefecf2fa6eedcd6aa","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-04 - Mobility and Transport x UPS Europe SRL/BV"],"date":["2015-03-04"],"summary":["Intermodality and logistics"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-move"],"involved":["ec-person-d856b0f199c84d5b5003106bea2ee6d0392e2428","eu-tr-07691616536-09"]}} -{"id":"ec-meeting-2015-03-04-56e5b26d0cc2f3169db1796384574dac684c1316","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-04 - Cabinet of Vice-President Jyrki Katainen x The European House - Ambrosetti"],"date":["2015-03-04"],"summary":["Possible speaking opportunities for the VP"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-625244214975-24","ec-person-7c9460f99c5872dbdc561f5752401c870d12e98b"]}} -{"id":"ec-meeting-2015-03-04-58116639b56bb17de2afa5ff150a97398e62501b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-04 - Cabinet of Vice-President Valdis Dombrovskis x Österreichischer Sparkassenverband"],"date":["2015-03-04"],"summary":["Presentation of Austrian saving banks"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["European Commission –Brussels (Berlaymont)"],"address":["European Commission –Brussels (Berlaymont)"],"addressEntity":["addr-34950b13028a172978feee09b07604284a20a878"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-22115995998-08","ec-person-48f31156d932641826e09f5b73f074d35ff05786"]}} -{"id":"ec-meeting-2015-03-04-584af3ed6f7ec43da8340871b873e67d569c7f0c","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2015-03-04 - Cabinet of Commissioner Jonathan Hill x TheCityUK"],"date":["2015-03-04"],"summary":["TheCityUK","Financial policy"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["ec-person-a9f927e92126f22da48d08ee37b059179988ada8","eu-tr-237922911665-25"]}} -{"id":"ec-meeting-2015-03-04-5a84e6d950ce46382d13ec014d9fd4d898148d1c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-04 - Cabinet of Vice-President Andrus Ansip x Scania AB (publ)"],"date":["2015-03-04"],"summary":["Industrial internet, big data use and analytics, connected vehicles, coordinated spectrum"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-3305029916-47","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45","ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0"]}} -{"id":"ec-meeting-2015-03-04-5d6a9bdb9f50cede59aa3a5db03f184278074010","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-04 - Mobility and Transport x FIPRA International SRL"],"date":["2015-03-04"],"summary":["Cruise industry, regulatory environment"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-move"],"involved":["eu-tr-58746194306-23","ec-person-d856b0f199c84d5b5003106bea2ee6d0392e2428"]}} -{"id":"ec-meeting-2015-03-04-5e0cb18f883d8277c6e39b0c0c432c2e4a470b5c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-04 - Cabinet of Vice-President Jyrki Katainen x SABMiller Europe AG"],"date":["2015-03-04"],"summary":["EU Alcohol Strategy"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-99365f4c3081112dcbfa722a5eb05adecc68503e","eu-tr-701994315052-90"]}} -{"id":"ec-meeting-2015-03-04-6017f492c349f65a385ae909a515094df7fd2f4b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-04 - Cabinet of Commissioner Elżbieta Bieńkowska x SABMiller Europe AG"],"date":["2015-03-04"],"summary":["Future of EU alcohol policy"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["ec-person-b2f9be51339f054477846797e2c119fcf16548fc","eu-tr-701994315052-90","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2015-03-04-60be0d693a3d37823ce3469b21acf328ee537a0c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-04 - Cabinet of Commissioner Pierre Moscovici x None"],"date":["2015-03-04"],"summary":["Presentation of pilot study on the future of Economic and Monetary Union"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Martin's Hotel, Bruxelles"],"address":["Martin's Hotel, Bruxelles"],"addressEntity":["addr-350496e22976640badf2945b6700583dd4ba54ed"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["eu-tr-303748317222-08","eu-tr-13571025706-27","ec-person-ac604755dc7677c8653a5a5172e851f7c8e468b4"]}} -{"id":"ec-meeting-2015-03-04-665250807d5e33bb8b8df1f5963286b076c94d30","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-04 - Internal Market, Industry, Entrepreneurship and SMEs x Zentralverband des Deutschen Handwerks e.V."],"date":["2015-03-04"],"summary":["Single market strategy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-grow"],"involved":["ec-person-9f3f9b58a22cf98d55521b290d1facc431bdce86","eu-tr-5189667783-94"]}} -{"id":"ec-meeting-2015-03-04-67bcfac1d33abad21f57a16dff192a4eb94c7f9e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-04 - Günther Oettinger x Mercedes-Benz Group AG"],"date":["2015-03-04"],"summary":["Industrie 4.0; automated driving"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0","eu-tr-2349218828-41"]}} -{"id":"ec-meeting-2015-03-04-6b6b6a3a47d5a5347d498e6d15bb3f0c521d9bb6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-04 - Günther Oettinger x Business Bridge Europe"],"date":["2015-03-04"],"summary":["Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-d8b86b98a24683917c569000ed6d8c45bedbbc00","eu-tr-72856225852-31"]}} -{"id":"ec-meeting-2015-03-04-710d577dbaf636bda84a6135a682619cd51133ec","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-04 - Cabinet of Vice-President Cecilia Malmström x France Industrie"],"date":["2015-03-04"],"summary":["TTIP"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-60974102057-03","ec-person-8529bbbc6db862f6b82d6fa66a7cf7668804dae7"]}} -{"id":"ec-meeting-2015-03-04-767580c3eb52d5cc34e47a189eede5f5b6a0832e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-04 - Günther Oettinger x Siemens AG"],"date":["2015-03-04"],"summary":["Industrie 4.0; DSM"],"location":["Brüssel"],"address":["Brüssel"],"addressEntity":["addr-76a1120c23e403cd4843f4c60ffc591a79e14f1a"],"organizer":["ec-dg-de"],"involved":["eu-tr-4266797770-31","ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0"]}} -{"id":"ec-meeting-2015-03-04-80bb1b6ac35fc0ae75d49dfcc7997fa281556d17","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-04 - Cabinet of Vice-President Miguel Arias Cañete x Transport and Environment (European Federation for Transport and Environment)"],"date":["2015-03-04"],"summary":["Energy Union"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-58744833263-19","ec-person-25a937c04cd0a0ddcf5cf34798e76b5105854114"]}} -{"id":"ec-meeting-2015-03-04-849d0f6403568c12d29974a69cc7694306968c33","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-04 - Cabinet of Commissioner Violeta Bulc x Transport en Logistiek Nederland"],"date":["2015-03-04"],"summary":["Logistics"],"notes":["Portfolio: Transport"],"location":["Brussels - Belgium"],"address":["Brussels - Belgium"],"addressEntity":["addr-85d514873c3b55c68206168e47e9d4fc69799cc8"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-7ac9445abdddc66a79f539ae13eb74e1ceb512df","eu-tr-41712511261-57"]}} -{"id":"ec-meeting-2015-03-04-85d253147dac76e2b5183f7cf1d9de8f787018a0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-04 - Cabinet of Vice-President Andrus Ansip x Bundesverband Informationswirtschaft, Telekommunikation und neue Medien e. V."],"date":["2015-03-04"],"summary":["Digital Single Market"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-5351830264-31","ec-person-6a03bc4fa7657513ea34529e98dba0671ef4c849"]}} -{"id":"ec-meeting-2015-03-04-8af1bd182c878aa91cb3b70de9e0dcff93e7ad72","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-04 - Cabinet of Commissioner Jonathan Hill x Bundesverband deutscher Banken e.V."],"date":["2015-03-04"],"summary":["Accounting"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Belgium, Brussels, BERL"],"address":["Belgium, Brussels, BERL"],"addressEntity":["addr-afebf85a436897fe5234b2ac0d00a1ddc4c9dd27"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["ec-person-5fdb62e20cecef81f87f94d3d1bcdd3b47b26af0","eu-tr-0764199368-97"]}} -{"id":"ec-meeting-2015-03-04-8df6865b9acab36d78bfa1d638578d1c915a08d5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-04 - Cabinet of Vice-President Jyrki Katainen x HSBC Holdings PLC"],"date":["2015-03-04"],"summary":["Investment Initiative"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-001866415031-87","ec-person-3775b7be791f90ed462b9071c9ae596b80d71bca"]}} -{"id":"ec-meeting-2015-03-04-8eb2dbbb21e7273a332c7a9f90f808d7c01536b6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-04 - Cabinet of Vice-President Cecilia Malmström x Scania AB (publ)"],"date":["2015-03-04"],"summary":["TTIP; Trade policy; Brazil"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-19b143e83f8ab978c55c8a9a9e49e06dbfa14bf3","eu-tr-3305029916-47"]}} -{"id":"ec-meeting-2015-03-04-99da4cfd333a6cc8af4b8cebc0f8177b48389878","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-04 - Cabinet of Commissioner Tibor Navracsics x BUSINESSEUROPE"],"date":["2015-03-04"],"summary":["EU Policy on Education and Skills"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-4d24029a6a4b5bbdcd825e134f010bd0b384f80a","eu-tr-3978240953-79"]}} -{"id":"ec-meeting-2015-03-04-9b063c9a9da85e6558974672656ec3658e950508","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-04 - Mobility and Transport x ASSOCIATION OF EUROPEAN AIRLINES"],"date":["2015-03-04"],"summary":["Aviation package"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-move"],"involved":["eu-tr-78089286892-19","ec-person-d856b0f199c84d5b5003106bea2ee6d0392e2428"]}} -{"id":"ec-meeting-2015-03-04-a130e6fc5480af164474b2b32f2ab5b3a6dd4f80","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-04 - Cabinet of Commissioner Tibor Navracsics x European Healthy Lifestyle Alliance"],"date":["2015-03-04"],"summary":["Presentation of the association, its messages and objectives"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-49f31dad10f5641cb1d1e4c3107dd838389e8120","eu-tr-633009613835-17"]}} -{"id":"ec-meeting-2015-03-04-a148097b6d4cc59c5cc5a9e71701da8b8a2a305a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-04 - Cabinet of Vice-President Miguel Arias Cañete x Eurelectric aisbl"],"date":["2015-03-04"],"summary":["Energy Union and Climate Action"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-4271427696-87","ec-person-95f883d5d0d484088f26191a8fea8553d674dfbe"]}} -{"id":"ec-meeting-2015-03-04-a5fcab439dbfb9715bc05be6b2a51f0d1d23ff0f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-04 - Cabinet of Commissioner Elżbieta Bieńkowska x Eurelectric aisbl"],"date":["2015-03-04"],"summary":["Intro meeting"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-4271427696-87","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2015-03-04-a7e2f88f780b3f377a15111a36c3fe58565907b1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-04 - Cabinet of Vice-President Jyrki Katainen x The Goldman Sachs Group, Inc."],"date":["2015-03-04"],"summary":["European CEO Survey"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-7c9460f99c5872dbdc561f5752401c870d12e98b","eu-tr-701266814986-18"]}} -{"id":"ec-meeting-2015-03-04-a8218349c227a9dac494e122ba135d30681ff5ad","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-04 - Cabinet of Commissioner Věra Jourová x Samsung Electronics Europe"],"date":["2015-03-04"],"summary":["Data protection legislation"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-184e698af1eb9e33b179680570ca171d8cb31c94","eu-tr-40471017282-57"]}} -{"id":"ec-meeting-2015-03-04-a8c23df8f4269c36f80145af0f6054d4f8ef6b74","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-04 - Cabinet of Commissioner Vytenis Andriukaitis x ITALIA NOSTRA ONLUS - SEZIONE VITERBO"],"date":["2015-03-04"],"summary":["The role of the EU in the area of food safety"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["eu-tr-633008711104-87","ec-person-0dbfffeb0323f819c8d57164906086dd8639c437"]}} -{"id":"ec-meeting-2015-03-04-ac473a2d663e47fec18e16f90fe3158d28f1fa82","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-04 - Cabinet of Vice-President Maroš Šefčovič x Statnett SF"],"date":["2015-03-04"],"summary":["Energy Union, interconnections, digital dimension"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-05001306886-41","ec-person-1f95be23689cd4ed0a26fe2980f760ccf2d55c1e"]}} -{"id":"ec-meeting-2015-03-04-b04ee7ad2b6728f0f074d8facec0f9345a785c25","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-04 - Cabinet of Commissioner Phil Hogan x Association des Régions de France"],"date":["2015-03-04"],"summary":["Aborder la finalisation et la mise en oeuvre de la programmation du FEADER pour 2014-2020 dans le contexte du transfert de l'autorité de gestion de ce fonds aux Régions depuis 2014 (méthode de travail avec les services de la Commission pour la finalisation et la mise en oeuvre des PDRR, existence d'une liste limitative de critères régionaux en matière de soutien à l'installation susceptible de limiter les marges de manœuvre régionales et conséquences potentielles pour l'ensemble des mesures régionales)"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["BERL 08/323"],"address":["BERL 08/323"],"addressEntity":["addr-81cf2e873861051667b0d7f6084c1d3163e5afea"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-859474614808-89","ec-person-428cf365f3847d04012831ef2642a1a69aed518d"]}} -{"id":"ec-meeting-2015-03-04-b3180b5147fd4311f7354bfabd2e4245e3903dbe","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-04 - European Civil Protection and Humanitarian Aid Operations x Médecins Sans Frontières"],"date":["2015-03-04"],"summary":["Meeting with MSF on current crisies (Ebola, Syria, CAR, South Sudan)"],"location":["Brussels, L86 - ECHO OFFICES"],"address":["Brussels, L86 - ECHO OFFICES"],"addressEntity":["addr-06483b1babe097aeef295bf5a4e1f1f91e5aa94b"],"organizer":["ec-dg-echo"],"involved":["ec-person-d61378c20fe37329811d259b70c85c780bceb0fc","eu-tr-38497857515-11"]}} -{"id":"ec-meeting-2015-03-04-b7df9db0371fcbc274e186fa3723eaffed43bc45","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-04 - Cabinet of Vice-President Karmenu Vella x The Regional Environmental Center for Central and Eastern Europe"],"date":["2015-03-04"],"summary":["Mission, priorities and 25th anniversary event of REC"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["ec-person-4ff7c27445db4ad88e687776974fd8d077a1fe0c","eu-tr-58520635294-70","ec-person-2966d69fae0ea4e67f3f2df5a743cc766267d3c8"]}} -{"id":"ec-meeting-2015-03-04-bd8308703e29281c3a9779f7db64717aeea3b645","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2015-03-04 - Cabinet of Vice-President Cecilia Malmström x Medtronic"],"date":["2015-03-04"],"summary":["Medical device and TTIP","Medical device & TTIP"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-503957813562-10","ec-person-8529bbbc6db862f6b82d6fa66a7cf7668804dae7"]}} -{"id":"ec-meeting-2015-03-04-bf5c835fb9ab7e36b520f9e1add62b62048772d5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-04 - Cabinet of Commissioner Violeta Bulc x European Transport Safety Council"],"date":["2015-03-04"],"summary":["Sustainable Urban Mobility Package"],"notes":["Portfolio: Transport"],"location":["Brussels, Belguim"],"address":["Brussels, Belguim"],"addressEntity":["addr-84b5e5f38d43901e13b15f0c7dd8b408c954fd9b"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-78891371297-34","ec-person-e14c58f620f40325d829df7be0823280307bc15f"]}} -{"id":"ec-meeting-2015-03-04-c0d8a6ab660fff7d54a1213de26d9ad950012682","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-04 - Cabinet of Vice-President Miguel Arias Cañete x CIP - Confederação Empresarial de Portugal"],"date":["2015-03-04"],"summary":["Energy Union"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-022255314501-32","ec-person-25a937c04cd0a0ddcf5cf34798e76b5105854114"]}} -{"id":"ec-meeting-2015-03-04-c150f3cf53034ff6f6a82d0abfdf29e8102ed50d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-04 - Cabinet of Vice-President Valdis Dombrovskis x IPK European Strategy Ltd"],"date":["2015-03-04"],"summary":["Financial regulations overview"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-683857614787-75","ec-person-3f9ca71b74344417d1f072ba7f3e2f09a223b036"]}} -{"id":"ec-meeting-2015-03-04-c1efec24d24a90ce36181bbf3ccfad70311a1521","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-04 - Cabinet of Vice-President Miguel Arias Cañete x Scania AB (publ)"],"date":["2015-03-04"],"summary":["Energy Union and Climate Action"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-3305029916-47","ec-person-95f883d5d0d484088f26191a8fea8553d674dfbe"]}} -{"id":"ec-meeting-2015-03-04-c7480b17c3e50e99f7debb8dd39e4e3a3d2ffb71","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-04 - Internal Market, Industry, Entrepreneurship and SMEs x Whitehouse Communications Ltd"],"date":["2015-03-04"],"summary":["Commission Regulation N° 900/2008"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-grow"],"involved":["ec-person-9f3f9b58a22cf98d55521b290d1facc431bdce86","eu-tr-52633701250-41"]}} -{"id":"ec-meeting-2015-03-04-c7e241c3283a612a613bad7e5cad379c040a955e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-04 - Cabinet of Vice-President Jyrki Katainen x Wärtsilä Corporation"],"date":["2015-03-04"],"summary":["Shipping and Energy Union"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-f9208d930adc70c6c64e21701e48f85f6f18e949","eu-tr-012464715142-75"]}} -{"id":"ec-meeting-2015-03-04-c9bcf8f02be6b82b82c93b39cba3082d0606d834","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-04 - Cabinet of Commissioner Tibor Navracsics x Zentralverband des Deutschen Handwerks e.V."],"date":["2015-03-04"],"summary":["Youth policy"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-881310bbb4e54ac96753b80bbdc9b1994cfbf136","eu-tr-5189667783-94"]}} -{"id":"ec-meeting-2015-03-04-cb5b9e6d36d7d501040527a8f8a38a2c73dc1cf8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-04 - Climate Action x Sandbag Climate Campaign CIC"],"date":["2015-03-04"],"summary":["Market Stability Reserve"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-clima"],"involved":["ec-person-44c2f44f96dda2012bcb4e9abc749f6cae86a4c0","eu-tr-94944179052-82"]}} -{"id":"ec-meeting-2015-03-04-cc11063de2fe86a9f1dac764663976450e88c40b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-04 - Cabinet of Vice-President Maroš Šefčovič x Österreichs E-Wirtschaft"],"date":["2015-03-04"],"summary":["Energy Union"],"notes":["Portfolio: Energy Union"],"location":["BERLAYMONT, Brussels"],"address":["BERLAYMONT, Brussels"],"addressEntity":["addr-cb031db07490cf560a8f5839507b00f703a04f49"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-80966174852-38","ec-person-2be517b9261a91f2f07e05ec14c6331980e9716e","ec-person-af83ed49c403cb9d7ebfecca7893f0054c1f4be5"]}} -{"id":"ec-meeting-2015-03-04-ccf8e49dafc17f21a9aea6b83e0693e41fd8f4fd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-04 - Cabinet of Commissioner Violeta Bulc x Scania AB (publ)"],"date":["2015-03-04"],"summary":["Logistics"],"notes":["Portfolio: Transport"],"location":["Brussels - belgium"],"address":["Brussels - belgium"],"addressEntity":["addr-1d663f8a70242ed7fcf972a892beb744326f96b2"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-7ac9445abdddc66a79f539ae13eb74e1ceb512df","eu-tr-3305029916-47"]}} -{"id":"ec-meeting-2015-03-04-d1c5bc72daa0facae0cb272a3291d30596321bd9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-04 - Cabinet of Commissioner Jonathan Hill x European Association of Credit Rating Agencies"],"date":["2015-03-04"],"summary":["Credit Rating Agencies"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Belgium, Brussels, BERL"],"address":["Belgium, Brussels, BERL"],"addressEntity":["addr-afebf85a436897fe5234b2ac0d00a1ddc4c9dd27"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["eu-tr-24205924101-57","ec-person-5fdb62e20cecef81f87f94d3d1bcdd3b47b26af0"]}} -{"id":"ec-meeting-2015-03-04-d35675e33707f2378e0114a66b5e3d370026fe40","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-04 - Cabinet of Vice-President Andrus Ansip x The Alliance for Safe Online Pharmacy in the EU"],"date":["2015-03-04"],"summary":["Online pharmacies"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-d5a309c64ecdb05010325dcfc661f6ae817f31cc","eu-tr-273334013697-74"]}} -{"id":"ec-meeting-2015-03-04-d6587dde4ed8ac1ebf28baa1f31cfc52928b83dd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-04 - Cabinet of Vice-President Valdis Dombrovskis x UniCredit"],"date":["2015-03-04"],"summary":["Banking regulatory issues – Capital banking structure – Financing of the economy"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["European Commission –Brussels (Berlaymont)"],"address":["European Commission –Brussels (Berlaymont)"],"addressEntity":["addr-34950b13028a172978feee09b07604284a20a878"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-03094871618-32","ec-person-48f31156d932641826e09f5b73f074d35ff05786","ec-person-a9eda2e8ea54b70a968327672c6cada679d3cd56"]}} -{"id":"ec-meeting-2015-03-04-dbbcbe8a6b2dba99429c1e799fcee2ae43f4f7e9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-04 - Internal Market, Industry, Entrepreneurship and SMEs x UPS Europe SRL/BV"],"date":["2015-03-04"],"summary":["SMEs and Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-grow"],"involved":["ec-person-9f3f9b58a22cf98d55521b290d1facc431bdce86","eu-tr-07691616536-09"]}} -{"id":"ec-meeting-2015-03-04-dc6d41837dcab255de501c05faa34c51094ae5b6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-04 - Cabinet of Vice-President Valdis Dombrovskis x CIP - Confederação Empresarial de Portugal"],"date":["2015-03-04"],"summary":["Exchange of views on Social Dialogue issues, EMU, and Portuguese Business Priorities for Europe 2014-2019"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["European Commission, Brussels"],"address":["European Commission, Brussels"],"addressEntity":["addr-2af11d688b097d6939fd56f369a62f512c568619"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-1f98d05bdaed2c40396781b1eb7b0aa47cb8dd20","ec-person-902665668634b69ce99a97f1853d89a9d1b275f2","eu-tr-022255314501-32"]}} -{"id":"ec-meeting-2015-03-04-df8765301482e79bdaa9f1b6124068526a769262","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-04 - Cabinet of Commissioner Elżbieta Bieńkowska x eBay EU liaison office"],"date":["2015-03-04"],"summary":["Introductory meeting"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["ec-person-685ecf13dd26cd515c961e24ba71049af2302c5e","eu-tr-40386322300-77"]}} -{"id":"ec-meeting-2015-03-04-e2cfbf31b65df2b6957807e2bf6183fc9ffd93bd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-04 - Cabinet of Vice-President Cecilia Malmström x UPS Europe SRL/BV"],"date":["2015-03-04"],"summary":["TTIP & WTO"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-5d4088e1913284a765aed8445f448f6ff341f1b3","ec-person-20ded9db5df11164331bb161fdf234b1e5ad53fd","eu-tr-07691616536-09"]}} -{"id":"ec-meeting-2015-03-04-e95ad9d56a8e5fcc376d7360f6d7b1869eaf5e6d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-04 - Cabinet of High Representative / Vice-President Federica Mogherini x UniCredit"],"date":["2015-03-04"],"summary":["Geopolitical developments"],"notes":["Portfolio: Foreign Affairs and Security Policy"],"location":["Berlaymont, Brussels"],"address":["Berlaymont, Brussels"],"addressEntity":["addr-fc86ff6aaa2cd722afeb09a33ccd03fec72f8cd1"],"organizer":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"involved":["eu-tr-03094871618-32","ec-person-efed7cdce9c9bb64dca7aedb11d12aaed5efb809"]}} -{"id":"ec-meeting-2015-03-04-f2f10023d8fdbd3d363815c7afc8faf26c27d24e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-04 - Cabinet of Commissioner Carlos Moedas x CIP - Confederação Empresarial de Portugal"],"date":["2015-03-04"],"summary":["Meeting with the President of CIP"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-23980b2bc4fd9c82051d0f7888dc236b2f764866","eu-tr-022255314501-32"]}} -{"id":"ec-meeting-2015-03-04-f41ee2dfa6dcd42dc5ecc1eaed42a707d12935c7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-04 - Cabinet of Commissioner Violeta Bulc x European Community Shipowner's Associations"],"date":["2015-03-04"],"summary":["Closing Remarks: ECSA"],"notes":["Portfolio: Transport"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-4d2b449b5047ea3fda435a2a1c1081e3babcdf76","eu-tr-59004966537-01"]}} -{"id":"ec-meeting-2015-03-04-f7d83dd9e9821951766aa1095e96716c26fda11f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-04 - Cabinet of Vice-President Andrus Ansip x SABMiller Europe AG"],"date":["2015-03-04"],"summary":["Eu's Alcohol and Health"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-d5a309c64ecdb05010325dcfc661f6ae817f31cc","eu-tr-701994315052-90"]}} -{"id":"ec-meeting-2015-03-04-fc075c054b851ee424d06bed46fee5d9ed004afe","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-04 - Cabinet of Commissioner Pierre Moscovici x Airbus"],"date":["2015-03-04"],"summary":["Visite de courtoisie"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Bruxelles"],"address":["Bruxelles"],"addressEntity":["addr-b58f5927b66d94a676970dc048485d4c6848f272"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["ec-person-79931cfd2923c1aca9c7d284e9590732b0a36ed9","eu-tr-2732167674-76"]}} -{"id":"ec-meeting-2015-03-05-068fa7529a7c74e996b962ab7405501064f6d1fd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-05 - Cabinet of Commissioner Jonathan Hill x UniCredit"],"date":["2015-03-05"],"summary":["Banking issues"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["eu-tr-03094871618-32","ec-person-f247edfcff54d4f26fc10769f809c92bc72d6797"]}} -{"id":"ec-meeting-2015-03-05-09596d63846949175f30a63ef7a6822b87c059d0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-05 - Cabinet of Commissioner Christos Stylianides x HelpAge International"],"date":["2015-03-05"],"summary":["Needs of older people in disasters and humanitarian crises"],"notes":["Portfolio: Humanitarian Aid & Crisis Management"],"location":["Brussels - Commissioner's office"],"address":["Brussels - Commissioner's office"],"addressEntity":["addr-4e88cd00faea9493053a60a3a9d303a5eb02028a"],"organizer":["ec-cabinet-christos-commissioner-of-stylianides"],"involved":["eu-tr-57961239290-58","ec-person-19ed516ca7a847cdf46873e233f144dffcc51f5b"]}} -{"id":"ec-meeting-2015-03-05-0a3a18499c0d93fafa4666f0341f630e2949fa37","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-05 - Cabinet of Vice-President Andrus Ansip x The Lisbon Council for Economic Competitiveness and Social Renewal asbl"],"date":["2015-03-05"],"summary":["Digital Single Market"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels - EC premises"],"address":["Brussels - EC premises"],"addressEntity":["addr-5b89848910beb6aa111df14e65b65d35cc88444a"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-6766950469-32","ec-person-6a03bc4fa7657513ea34529e98dba0671ef4c849","ec-person-91ca0921c6790191daa54427311acd63035e7c9e"]}} -{"id":"ec-meeting-2015-03-05-0f8485a624dc584e3b9f46a150f9c3c23a77f88e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-05 - Cabinet of Vice-President Andrus Ansip x Liberty Global Corporate B.V."],"date":["2015-03-05"],"summary":["Broadband telecom, copyright"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-82853397708-89","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45"]}} -{"id":"ec-meeting-2015-03-05-1968a060bd58b2785679c0c618dab6ce5e020bbf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-05 - Günther Oettinger x European Telecommunications Network Operators' Association"],"date":["2015-03-05"],"summary":["Telecoms"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-dg-de"],"involved":["ec-person-49723482bb23d029cbfc010cb37eec7392a0ae02","eu-tr-08957111909-85"]}} -{"id":"ec-meeting-2015-03-05-1d210abc9475aa246fd9daf76d9f5e0e28c37f00","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-05 - Cabinet of Vice-President Neven Mimica x HelpAge International"],"date":["2015-03-05"],"summary":["Issues related to ageing population in development countries."],"notes":["Portfolio: International Cooperation & Development"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-mimica-neven-of-president-vice"],"involved":["eu-tr-57961239290-58","ec-person-886e1b865045c3ed98e99075006d09cea708acce"]}} -{"id":"ec-meeting-2015-03-05-20be5a1b9cb0d9af1e2d3194292e822663d6beff","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-05 - Cabinet of Commissioner Pierre Moscovici x ELECTRICITE DE FRANCE"],"date":["2015-03-05"],"summary":["Convey the EDF Group views"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["eu-tr-39966101835-69","ec-person-4d74d0c260dc052838b8da02f72e7322f6cfc514"]}} -{"id":"ec-meeting-2015-03-05-22c8bf14e3a5e0bbfa2a43c5f13e1d7f44482bc2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-05 - Cabinet of Commissioner Tibor Navracsics x European Union National Institutes for Culture"],"date":["2015-03-05"],"summary":["Operational cooperation between EUNIC and the Cabinet"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-cb6aa96c497dead35eb0f2ed0339e5423d506549","eu-tr-192208015291-09"]}} -{"id":"ec-meeting-2015-03-05-245199081ba5c2f919876e6eaeca4dfdd76628d2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-05 - Cabinet of Vice-President Neven Mimica x European Disability Forum"],"date":["2015-03-05"],"summary":["The inclusion of persons with disabilities in lower and middle income countries through Commissioner’s work over the next 5 years."],"notes":["Portfolio: International Cooperation & Development"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-mimica-neven-of-president-vice"],"involved":["ec-person-5f446e21c2ca97624d9781d53ce7312477e72d6e","eu-tr-57868523887-16"]}} -{"id":"ec-meeting-2015-03-05-269e3cb89c7888250e773873418c84019cf63c85","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-05 - Cabinet of Vice-President Cecilia Malmström x Bertelsmann Stiftung"],"date":["2015-03-05"],"summary":["TTIP"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-13571025706-27","ec-person-cb8ca9ec2413722fa83484ed18dd76ace52d0118"]}} -{"id":"ec-meeting-2015-03-05-3699d6566c7be99c15933fb2190ead48bbbfee02","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2015-03-05 - Günther Oettinger x Ofcom"],"date":["2015-03-05"],"summary":["Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-d8b86b98a24683917c569000ed6d8c45bedbbc00","eu-tr-756081713228-69"]}} -{"id":"ec-meeting-2015-03-05-384cbe79830ec350b71c01bbb411d5135caa6bbd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-05 - Cabinet of First Vice-President Frans Timmermans x Ofcom"],"date":["2015-03-05"],"summary":["Exchange views on digital single market"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Berlaymont, Brussels"],"address":["Berlaymont, Brussels"],"addressEntity":["addr-fc86ff6aaa2cd722afeb09a33ccd03fec72f8cd1"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["ec-person-ee0e358952eb5192d26c98d36095038f6b8223f2","eu-tr-756081713228-69"]}} -{"id":"ec-meeting-2015-03-05-4315a5815e26b0c6acf4efea32a135e78ba3a17f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-05 - Cabinet of Commissioner Elżbieta Bieńkowska x La Française des Jeux"],"date":["2015-03-05"],"summary":["Gambling in France"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-14184846326-23","ec-person-b2f9be51339f054477846797e2c119fcf16548fc","ec-person-daef7f819b2f3ffe5e4f5d8eb2782954f3c4a4e2"]}} -{"id":"ec-meeting-2015-03-05-4b4b1e42ff07011b010a047270263aba8609b315","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-05 - Cabinet of Vice-President Andrus Ansip x Symantec Corporation"],"date":["2015-03-05"],"summary":["Data protection and cyb ersecurity"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-5db7bdd1c81da2e70eb5b982097d0004111b5c3e","eu-tr-3612325809-89"]}} -{"id":"ec-meeting-2015-03-05-4d8979985c70e3439afd18648fbcf18244051262","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-05 - Cabinet of Commissioner Věra Jourová x Opower-UK LTD"],"date":["2015-03-05"],"summary":["Behavioural energy efficiency"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["eu-tr-29998399550-65","ec-person-f329292459cb1badb7fb7c6b67b698c441931bb2"]}} -{"id":"ec-meeting-2015-03-05-4de8dfbee2b7977807b712cc750c66f3269cb3e3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-05 - Cabinet of Commissioner Carlos Moedas x ISC Intelligence in Science"],"date":["2015-03-05"],"summary":["Meeting with representatives of ISC Intelligence in Science"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["eu-tr-54291344113-16","ec-person-b8d49828915f9008e764a78796d47ea00807a658","ec-person-2b4bb0b28e7435e5f612e44d9664dbd1051efc55","ec-person-fb56329c22510c66ab50a8bdba13230bdae32902"]}} -{"id":"ec-meeting-2015-03-05-4e3aebcc16be10dd1965677ee95a98b9adc7e61f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-05 - Cabinet of Commissioner Jonathan Hill x Swiss Finance Council"],"date":["2015-03-05"],"summary":["Banking"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["eu-tr-858716912337-17","ec-person-74de9b1956d5aa5754e8946d4a7a883e05171466"]}} -{"id":"ec-meeting-2015-03-05-55cf3fd04bee1b5a0317f10e75b01cc8d3c66ec3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-05 - Cabinet of Commissioner Elżbieta Bieńkowska x The EU Vegetable Oil and Proteinmeal Industry"],"date":["2015-03-05"],"summary":["Intro meeting"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-85076002321-31","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2015-03-05-59aa06f8c243af8d9347dddaaf09799d670ad06d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-05 - Cabinet of Vice-President Miguel Arias Cañete x EVN AG"],"date":["2015-03-05"],"summary":["Electricity markets"],"notes":["Portfolio: Climate Action & Energy"],"location":["Berl 8/165"],"address":["Berl 8/165"],"addressEntity":["addr-049fb436906ae7cbea6ce0c85217319992dae826"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-1831691c10441c5974327bbeb8693d6b6c1e50c3","eu-tr-322223416295-50"]}} -{"id":"ec-meeting-2015-03-05-59c7962a8de8c5a303de68cc2104b3ce914cc218","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-05 - Cabinet of Commissioner Phil Hogan x European agri-cooperatives European farmers"],"date":["2015-03-05"],"summary":["Present and discuss Copa-Cogeca’s preliminary ideas on CAP simplification"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["BERL 08/323"],"address":["BERL 08/323"],"addressEntity":["addr-81cf2e873861051667b0d7f6084c1d3163e5afea"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-7d3caa534e5cdda6d5b949bd4b2def39356e3bec","eu-tr-09586631237-74","eu-tr-44856881231-49","ec-person-428cf365f3847d04012831ef2642a1a69aed518d"]}} -{"id":"ec-meeting-2015-03-05-60c5d15beb03ba77c530442ce763675977ef142a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-05 - Cabinet of Commissioner Tibor Navracsics x EUN Partnership aisbl"],"date":["2015-03-05"],"summary":["The meeting will address current and future cooperation between DG EAC and European Schoolnet (EUN); more specifically, what will be the vision and priorities for eTwinning and the School Education Gateway (SEG)."],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-dc2e0fed0fdf39a6a3f3ad63355c5215599de9d1","eu-tr-977907115068-02"]}} -{"id":"ec-meeting-2015-03-05-622240966b7eca527cf36267b4e75af2966871d5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-05 - Cabinet of Vice-President Cecilia Malmström x Telenor"],"date":["2015-03-05"],"summary":["Trade and investment challanges for telecoms industry in Asia"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-74126393166-46","ec-person-5d4088e1913284a765aed8445f448f6ff341f1b3"]}} -{"id":"ec-meeting-2015-03-05-6b5ae7d8f17a20847ab2cc06c9f2fc2421382f73","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-05 - Cabinet of Commissioner Jonathan Hill x BUSINESSEUROPE"],"date":["2015-03-05"],"summary":["Capital Markets Union + industry"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Belgium, Brussels, BERL"],"address":["Belgium, Brussels, BERL"],"addressEntity":["addr-afebf85a436897fe5234b2ac0d00a1ddc4c9dd27"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["eu-tr-3978240953-79","ec-person-f247edfcff54d4f26fc10769f809c92bc72d6797"]}} -{"id":"ec-meeting-2015-03-05-6d9ef7ef7064502d765b31671a795be4c22fde0c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-05 - Cabinet of Vice-President Miguel Arias Cañete x TenneT Holding B.V."],"date":["2015-03-05"],"summary":["Electricity Markets"],"notes":["Portfolio: Climate Action & Energy"],"location":["Berl 8/158"],"address":["Berl 8/158"],"addressEntity":["addr-3a1ce5a1b3bbc1b6ac881384e899979bcf3271b0"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-1831691c10441c5974327bbeb8693d6b6c1e50c3","eu-tr-289810215426-07"]}} -{"id":"ec-meeting-2015-03-05-70a2310436abe720e5e9f20b02fe7c441d0fffaa","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-05 - Financial Stability, Financial Services and Capital Markets Union x Policy Network and Communications Ltd"],"date":["2015-03-05"],"summary":["Growth, reform and public trust in Europe"],"location":["London"],"address":["London"],"addressEntity":["addr-4c57f0c88d9844630327623633ce269cf826ab99"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-471036615028-82","ec-person-6be7848f21e63e093fdf3693cc8c3e2b6d29f776"]}} -{"id":"ec-meeting-2015-03-05-7eccd88b30de22e88890f1efa54f146fcc02adc6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-05 - Cabinet of Vice-President Karmenu Vella x Stichting European Climate Foundation"],"date":["2015-03-05"],"summary":["Decarbonisation of the European energy mix (sustainable biofuels and vehicle standards)"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["eu-tr-64869491516-70","ec-person-78fb1ad0c02c4fa8497b22edc1233d6be03cf2e5"]}} -{"id":"ec-meeting-2015-03-05-950d83e15427ed9ce3ba4f4ada52ab69be3baed6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-05 - Cabinet of Commissioner Elżbieta Bieńkowska x DOT Europe"],"date":["2015-03-05"],"summary":["Digital Single Market"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["ec-person-685ecf13dd26cd515c961e24ba71049af2302c5e","eu-tr-53905947933-43","ec-person-b2f9be51339f054477846797e2c119fcf16548fc"]}} -{"id":"ec-meeting-2015-03-05-ac27df4c3bcca4d8cace56e8f545a9a84db641b6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-05 - Cabinet of Commissioner Elżbieta Bieńkowska x Medtronic"],"date":["2015-03-05"],"summary":["Intro meeting"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-503957813562-10","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2015-03-05-af2b567c42e48ca890786b1906d9ee5abb029f01","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-05 - Cabinet of First Vice-President Frans Timmermans x Confederation of Danish Industry"],"date":["2015-03-05"],"summary":["Better Regulation"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["BERL 10/093"],"address":["BERL 10/093"],"addressEntity":["addr-db0f1bad13ab6d3a74c80dc4983cc31992ae96c1"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-5749958415-41","ec-person-0eaac943e895c47df1465dda6c94e671c5081e0a"]}} -{"id":"ec-meeting-2015-03-05-b0bbd19bf40d0a5b5d24ce15129e3e9c8ec3fe65","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-05 - Cabinet of Commissioner Jonathan Hill x Institute of Chartered Accountants in England and Wales"],"date":["2015-03-05"],"summary":["Accounting and Audit"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Belgium, Brussels, BERL"],"address":["Belgium, Brussels, BERL"],"addressEntity":["addr-afebf85a436897fe5234b2ac0d00a1ddc4c9dd27"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["ec-person-5fdb62e20cecef81f87f94d3d1bcdd3b47b26af0","eu-tr-7719382720-34"]}} -{"id":"ec-meeting-2015-03-05-b8de32a12f63f4715dc7d5cd73316545a931af88","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-05 - Cabinet of Commissioner Elżbieta Bieńkowska x European Association of Remote Sensing Companies"],"date":["2015-03-05"],"summary":["Intro meeting"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["ec-person-685ecf13dd26cd515c961e24ba71049af2302c5e","eu-tr-928649113568-51"]}} -{"id":"ec-meeting-2015-03-05-cb16c2152873714f9fc8c27a847e2685d45340b9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-05 - Cabinet of Vice-President Cecilia Malmström x Confederation of European Paper Industries"],"date":["2015-03-05"],"summary":["Situation and developments in the European Paper Industry"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-72279144480-58","ec-person-591ec829ca734bcfe59a2c9c7f07f9dff22a0ea9"]}} -{"id":"ec-meeting-2015-03-05-cbf14a91c1103ca0e294ed958a6c8e84bcf3de10","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-05 - Cabinet of Commissioner Pierre Moscovici x Confederazione Generale dell'Industria Italiana"],"date":["2015-03-05"],"summary":["VAT issues"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["eu-tr-27762251795-15","ec-person-738f7f25002d191bd2df8936e8f8d1d726c19e2e"]}} -{"id":"ec-meeting-2015-03-05-e0bff8e4da6cd9efa517be3fc0edc6eefdb7c46d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-05 - Cabinet of Vice-President Cecilia Malmström x The European Steel Association"],"date":["2015-03-05"],"summary":["TTIP"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-19b143e83f8ab978c55c8a9a9e49e06dbfa14bf3","eu-tr-93038071152-83","ec-person-cb8ca9ec2413722fa83484ed18dd76ace52d0118"]}} -{"id":"ec-meeting-2015-03-05-e28b92f4401d436772324b5395fd47e6c2402adf","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2015-03-05 - Cabinet of Commissioner Violeta Bulc x European Secure Parking Organization"],"date":["2015-03-05"],"summary":["Safe parking sites"],"notes":["Portfolio: Transport"],"location":["Brussels - Belgium"],"address":["Brussels - Belgium"],"addressEntity":["addr-85d514873c3b55c68206168e47e9d4fc69799cc8"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-7ac9445abdddc66a79f539ae13eb74e1ceb512df","eu-tr-272391016342-07"]}} -{"id":"ec-meeting-2015-03-05-ea8d6bbb345011cb47cbc982c12d916cf1c4c06e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-05 - Financial Stability, Financial Services and Capital Markets Union x The Whitehall & Industry Group"],"date":["2015-03-05"],"summary":["Roundtable discussion with focus on Capital Markets Union"],"location":["London"],"address":["London"],"addressEntity":["addr-4c57f0c88d9844630327623633ce269cf826ab99"],"organizer":["ec-dg-fisma"],"involved":["ec-person-6be7848f21e63e093fdf3693cc8c3e2b6d29f776","eu-tr-682204616246-85"]}} -{"id":"ec-meeting-2015-03-05-eb4492531af76f9ccfaa16415daae703c9802ca1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-05 - Cabinet of Vice-President Jyrki Katainen x Depository Trust & Clearing Corporation"],"date":["2015-03-05"],"summary":["Capital markets union"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-525811814282-80","ec-person-88d71b399a3e13a243bdc4676e481835e8e5b2f2"]}} -{"id":"ec-meeting-2015-03-06-0438aff78b3fffcc3378d4a61625b6e1097b2c4e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-06 - Cabinet of Vice-President Andrus Ansip x QUALCOMM Incorporated"],"date":["2015-03-06"],"summary":["Standards - Digital Single Market"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-00358442856-45","ec-person-6a03bc4fa7657513ea34529e98dba0671ef4c849"]}} -{"id":"ec-meeting-2015-03-06-0881a76cb70377cc5e56e8cdca37a4df143838f8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-06 - Cabinet of Vice-President Valdis Dombrovskis x Bundesverband Öffentlicher Banken Deutschlands eV"],"date":["2015-03-06"],"summary":["Capital Markets Union- European Semester"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["European Commission –Brussels (Berlaymont)"],"address":["European Commission –Brussels (Berlaymont)"],"addressEntity":["addr-34950b13028a172978feee09b07604284a20a878"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-0767788931-41","ec-person-48f31156d932641826e09f5b73f074d35ff05786"]}} -{"id":"ec-meeting-2015-03-06-0ae3aaf59d9649cee831d22bd21902e42e5ee657","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-06 - Cabinet of President Jean-Claude Juncker x European Express Association"],"date":["2015-03-06"],"summary":["Tax issues"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-ad6f76ca53dc30d965b15e3728c45dbd0aba44b4","eu-tr-1894704851-83"]}} -{"id":"ec-meeting-2015-03-06-0dd5bc13db787c57e3bcc4a098a61815e45e934e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-06 - Günther Oettinger x Liberty Global Corporate B.V."],"date":["2015-03-06"],"summary":["Telecoms"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-dg-de"],"involved":["eu-tr-82853397708-89","ec-person-49723482bb23d029cbfc010cb37eec7392a0ae02"]}} -{"id":"ec-meeting-2015-03-06-1153da1d769a94f348f26d84ab9ee7ec7a8c5fe8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-06 - Cabinet of Vice-President Neven Mimica x Teach For All"],"date":["2015-03-06"],"summary":["Presentation of Teach for All activities in development countries."],"notes":["Portfolio: International Cooperation & Development"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-mimica-neven-of-president-vice"],"involved":["eu-tr-083011316101-10","ec-person-886e1b865045c3ed98e99075006d09cea708acce"]}} -{"id":"ec-meeting-2015-03-06-14def9fd8a2103ed5db7cd96b705009450501c26","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-06 - Cabinet of Commissioner Tibor Navracsics x Lumos Foundation"],"date":["2015-03-06"],"summary":["Inclusive Education in the Europe 2020 strategy"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-1da7ee09d46288ee4ea9db2b644bdcf9c3d6d000","eu-tr-849607914394-57"]}} -{"id":"ec-meeting-2015-03-06-200d8c5cb08b6c133c295e97c3974ea619d2cfa6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-06 - Cabinet of Vice-President Cecilia Malmström x EU ProSun"],"date":["2015-03-06"],"summary":["Chinese dumping"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-637930515146-10","ec-person-20ded9db5df11164331bb161fdf234b1e5ad53fd","ec-person-591ec829ca734bcfe59a2c9c7f07f9dff22a0ea9"]}} -{"id":"ec-meeting-2015-03-06-3090baa6b7ddbc85aacaf1cb521fb2d555feb08a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-06 - Cabinet of Commissioner Pierre Moscovici x European Express Association"],"date":["2015-03-06"],"summary":["Customs issues"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["eu-tr-1894704851-83","ec-person-738f7f25002d191bd2df8936e8f8d1d726c19e2e"]}} -{"id":"ec-meeting-2015-03-06-30955165f11158cf49662e9905ffbc0c90d12f0c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-06 - Cabinet of Vice-President Jyrki Katainen x Confederation of Finnish Industries EK"],"date":["2015-03-06"],"summary":["TTIP and Investment protection"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-7c9460f99c5872dbdc561f5752401c870d12e98b","eu-tr-1274604847-34"]}} -{"id":"ec-meeting-2015-03-06-329413c04546a1fbd5d05fabfacd6b41f37a5724","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-06 - Cabinet of Vice-President Andrus Ansip x Nokia"],"date":["2015-03-06"],"summary":["Digital Single Market - standards"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-35167875358-33","ec-person-6a03bc4fa7657513ea34529e98dba0671ef4c849"]}} -{"id":"ec-meeting-2015-03-06-35512b1a99ccf1e9cff6bbd13ec37d7d11a7d06b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-06 - Cabinet of Commissioner Vytenis Andriukaitis x Affordable Medicines Europe"],"date":["2015-03-06"],"summary":["Falsified medicines"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["eu-tr-509882515669-01","ec-person-059ca943fc5fc696d2a97849c635ddf7b6ab7fd7"]}} -{"id":"ec-meeting-2015-03-06-39f01b3cb792e380f4e0d98db4a281b277f2f946","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-06 - Cabinet of Vice-President Andrus Ansip x APPLiA (Home Appliance Europe)"],"date":["2015-03-06"],"summary":["Digital Single Market - interoperability"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-6a03bc4fa7657513ea34529e98dba0671ef4c849","eu-tr-04201463642-88"]}} -{"id":"ec-meeting-2015-03-06-4062e41f18316e968b2ea80f46b8323d24d27f85","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-06 - Cabinet of Vice-President Andrus Ansip x Conseil de Coopération Economique"],"date":["2015-03-06"],"summary":["Big date - e-commerce, and cybersecurity"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-5db7bdd1c81da2e70eb5b982097d0004111b5c3e","ec-person-d5a309c64ecdb05010325dcfc661f6ae817f31cc","eu-tr-260656615546-60"]}} -{"id":"ec-meeting-2015-03-06-632184a43cc42960eb70ce26b89eee7c5af7e78f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-06 - Cabinet of Vice-President Valdis Dombrovskis x Conseil de Coopération Economique"],"date":["2015-03-06"],"summary":["Capital Markets Union (CMU)"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-260656615546-60","ec-person-3f9ca71b74344417d1f072ba7f3e2f09a223b036"]}} -{"id":"ec-meeting-2015-03-06-69d3626b967fe0f44a6dea8b1677cb186bbccd2d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-06 - Cabinet of Vice-President Andrus Ansip x European Telecommunications Network Operators' Association"],"date":["2015-03-06"],"summary":["Digital Single Market - conference"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-6a03bc4fa7657513ea34529e98dba0671ef4c849","eu-tr-08957111909-85"]}} -{"id":"ec-meeting-2015-03-06-73c98dd01e826b8698b7fef3567cc684732d8954","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-06 - Cabinet of Commissioner Věra Jourová x Save the Children International"],"date":["2015-03-06"],"summary":["Children's rights"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["eu-tr-11610562644-55","ec-person-1e0e3a00ab815dea7c5b839b002ed2c7e34bfe0a"]}} -{"id":"ec-meeting-2015-03-06-757e5b6695a341823fd4037182cf50a3659ebfcb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-06 - Energy x Energy Technologies Europe"],"date":["2015-03-06"],"summary":["European Energy Policy priorities"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-18146381379-29","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2015-03-06-76e80023201148465ed413c587dc8150029a9c4b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-06 - Cabinet of President Jean-Claude Juncker x WWF European Policy Programme"],"date":["2015-03-06"],"summary":["European Semester"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-ad6f76ca53dc30d965b15e3728c45dbd0aba44b4","eu-tr-1414929419-24"]}} -{"id":"ec-meeting-2015-03-06-8a376c25680f9c2f21829ab68889d34618d38245","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-06 - Eurostat - European statistics x SAS Institute"],"date":["2015-03-06"],"summary":["Workshops/training/proof of concept etc. for statistical purposes"],"location":["Luxembourg"],"address":["Luxembourg"],"addressEntity":["addr-5076721c4060feeb69bd2c3dd9bdce115d5c62f3"],"organizer":["ec-dg-eurostat"],"involved":["eu-tr-175323916168-03","ec-person-1f2474c3459af9a9b81d057f194a27053f59b160"]}} -{"id":"ec-meeting-2015-03-06-8bd34dcd5c8971c86e794032d2efbd8c0ff2dad2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-06 - Cabinet of Commissioner Phil Hogan x Confederação Nacional das Cooperativas Agrícolas e do Crédito Agrícola de Portugal"],"date":["2015-03-06"],"summary":["Implementation of the wine planting rights regulation, the idea to include wines in the quality regulation, the importance to simplify implementation of CAP, in particular for the Portuguese administration as well as the likelihood to adopt a new legislation on organics."],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-c9d17d5879383b030f61a4066848249fb35d57e4","eu-tr-857553411399-49"]}} -{"id":"ec-meeting-2015-03-06-90b436d11c76984b5a6ee9e14b180dadfe573534","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-06 - Migration and Home Affairs x UITP - International Association of Public Transport"],"date":["2015-03-06"],"summary":["Overview of the Security Concerns of the Public Transport Sector, Exchange on the Role of DG HOME in new Commission"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-home"],"involved":["ec-person-ae1262e8850ed1e9a0530b0ad7440ac648255896","eu-tr-06869148182-50"]}} -{"id":"ec-meeting-2015-03-06-a40110db0e18a6924e80bd04a24771aa4b2ea58b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-06 - Cabinet of Commissioner Elżbieta Bieńkowska x KIC InnoEnergy"],"date":["2015-03-06"],"summary":["Intro meeting"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["ec-person-685ecf13dd26cd515c961e24ba71049af2302c5e","eu-tr-182141815575-65"]}} -{"id":"ec-meeting-2015-03-06-a66eb8ab4d4d3cfe8460a25b65126a2537acc629","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-06 - Cabinet of Commissioner Elżbieta Bieńkowska x MEDICINES FOR EUROPE"],"date":["2015-03-06"],"summary":["Intro meeting"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-48325781850-28","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2015-03-06-acd96270a4a1045f4de6e5d6a61cd4ef707f2801","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-06 - Cabinet of Commissioner Vytenis Andriukaitis x Association of European Cancer Leagues"],"date":["2015-03-06"],"summary":["EU ACTION ON CANCER INCLUDING INO ON ON-GOING JOINNT ACTIONS AND THE CANCER CODE, Possibilites of further co-operation & Tobacco"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-97425c615743576adc42e09bee7dac14f83f691b","ec-person-df30d07ef698a52b9948b9c734db39196cf8541f","eu-tr-19265592757-25"]}} -{"id":"ec-meeting-2015-03-06-b0f9288f1cac408b60e9e6d80ac0df7491f96281","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-06 - Cabinet of Commissioner Jonathan Hill x SMEunited aisbl"],"date":["2015-03-06"],"summary":["Capital Markets Union + SMEs"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Belgium, Brussels, BERL"],"address":["Belgium, Brussels, BERL"],"addressEntity":["addr-afebf85a436897fe5234b2ac0d00a1ddc4c9dd27"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["eu-tr-55820581197-35","ec-person-f247edfcff54d4f26fc10769f809c92bc72d6797"]}} -{"id":"ec-meeting-2015-03-06-c13a0fe44282a58e693e110dc3b051eb3f887599","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-06 - Cabinet of Commissioner Carlos Moedas x THALES"],"date":["2015-03-06"],"summary":["Research and Innovation policies; public private partnerships"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-23980b2bc4fd9c82051d0f7888dc236b2f764866","eu-tr-91711831031-23"]}} -{"id":"ec-meeting-2015-03-06-c7f4cc7331a8a219731aee8bcb0a4efe758c93a4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-06 - Cabinet of Commissioner Jonathan Hill x Lloyd's of London"],"date":["2015-03-06"],"summary":["International insurance issues"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["ec-person-890015b0d769ee93a09119846b414d4aae7c64ae","eu-tr-07203323308-65"]}} -{"id":"ec-meeting-2015-03-06-dae6dc7c8087eeb68233072bfcc4382967388419","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-06 - Cabinet of Vice-President Cecilia Malmström x Confederation of Finnish Industries EK"],"date":["2015-03-06"],"summary":["Investment protection; ISDS"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-cb8ca9ec2413722fa83484ed18dd76ace52d0118","eu-tr-1274604847-34"]}} -{"id":"ec-meeting-2015-03-06-e75bf143632400e5dddfaf8b75a600b387b62915","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-06 - Günther Oettinger x Deutscher Sparkassen-und Giroverband"],"date":["2015-03-06"],"summary":["Digital economy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-62379064909-15","ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0"]}} -{"id":"ec-meeting-2015-03-06-eced039a131330faadb50709bd60ac4ef545f05d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-06 - Cabinet of Commissioner Elżbieta Bieńkowska x Burson Cohn & Wolfe Sprl Tetra Pak Group"],"date":["2015-03-06"],"summary":["Introductory meeting"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-9155503593-86","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029","eu-tr-7574443768-34"]}} -{"id":"ec-meeting-2015-03-06-f67636e3d5ca9b20e991e6f7a571ef1390056b5c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-06 - Energy x American European Community Association"],"date":["2015-03-06"],"summary":["European Energy Policy priorities"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["ec-person-6997149120ce5129e38febe5275dc8fd03232d2e","eu-tr-996568414630-62"]}} -{"id":"ec-meeting-2015-03-06-fb0aae0ca7b67c96a82391cde36e69282b6314e5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-06 - Cabinet of Vice-President Valdis Dombrovskis x Deutscher Sparkassen-und Giroverband"],"date":["2015-03-06"],"summary":["Banking regulatory issues – European semester"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["European Commission –Brussels (Berlaymont)"],"address":["European Commission –Brussels (Berlaymont)"],"addressEntity":["addr-34950b13028a172978feee09b07604284a20a878"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-62379064909-15","ec-person-48f31156d932641826e09f5b73f074d35ff05786","ec-person-a9eda2e8ea54b70a968327672c6cada679d3cd56"]}} -{"id":"ec-meeting-2015-03-09-04a3381fb504623516424b89b0bf274be69ade97","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-09 - Günther Oettinger x IFPI Representing recording industry worldwide"],"date":["2015-03-09"],"summary":["e-commerce & copyright"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-dg-de"],"involved":["eu-tr-60394321918-91","ec-person-49723482bb23d029cbfc010cb37eec7392a0ae02"]}} -{"id":"ec-meeting-2015-03-09-1b9d8d388ec32da109ab6f3a322d73355e91be44","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-09 - Cabinet of Vice-President Cecilia Malmström x European Centre for International Political Economy"],"date":["2015-03-09"],"summary":["WTO post-Bali"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-19b143e83f8ab978c55c8a9a9e49e06dbfa14bf3","eu-tr-789002115168-26"]}} -{"id":"ec-meeting-2015-03-09-1c6538475fa422c5cb69a3f7f5b3e2235ba85460","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-09 - Research and Innovation x AnMar-Research Lab. b.v."],"date":["2015-03-09"],"summary":["Internet search tool"],"location":["Brussels, Director-General's office"],"address":["Brussels, Director-General's office"],"addressEntity":["addr-1ffa5aa0c8ebbed91e2de7b5b699caa8a4738a67"],"organizer":["ec-dg-rtd"],"involved":["ec-person-3a3f2867fc07b851e10a70d1325a0cf2fc1a87dc","eu-tr-945627315358-31"]}} -{"id":"ec-meeting-2015-03-09-1daa29a682f092d991e6dccda32801218068adb2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-09 - Cabinet of Commissioner Pierre Moscovici x European Magazine Media Association European Newspaper Publishers' Association"],"date":["2015-03-09"],"summary":["VAT and e-publications"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["eu-tr-5950962136-12","eu-tr-37937886834-69","ec-person-738f7f25002d191bd2df8936e8f8d1d726c19e2e"]}} -{"id":"ec-meeting-2015-03-09-22791a6a3821e8611131d4737994ed622a239b7a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-09 - Cabinet of Commissioner Elżbieta Bieńkowska x BUSINESSEUROPE"],"date":["2015-03-09"],"summary":["Industrial Policy"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-3978240953-79","ec-person-95a769a1850d7d595f9a5853c51dcbdd3ddd69fb","ec-person-b2f9be51339f054477846797e2c119fcf16548fc"]}} -{"id":"ec-meeting-2015-03-09-244f313446df315c0d48505817a2fcf29f509679","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-09 - Cabinet of Commissioner Věra Jourová x Women's Eco-nomic and Social Think Tank"],"date":["2015-03-09"],"summary":["Female enterpreneurship"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-5455ecfabb89025694c798deac08160a2be17d94","eu-tr-012122811913-69"]}} -{"id":"ec-meeting-2015-03-09-2c174f2f017eebdff2647dcbb223ccde107c9a37","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-09 - Cabinet of Commissioner Věra Jourová x EuroCommerce"],"date":["2015-03-09"],"summary":["Details of options for new rules for online purchases"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-a2ca9161feee56909a0e98b473c2d342c20fdb57","eu-tr-84973761187-60"]}} -{"id":"ec-meeting-2015-03-09-3633494ac0c61fa433e8fb597ed716551ee9f06b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-09 - Cabinet of Commissioner Elżbieta Bieńkowska x Verband Deutscher Maschinen- und Anlagenbau e.V."],"date":["2015-03-09"],"summary":["Introductory meeting"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["BERL 09/246"],"address":["BERL 09/246"],"addressEntity":["addr-b134578e8b68f9538595da77bc9aa0dcfe5dce26"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["ec-person-95a769a1850d7d595f9a5853c51dcbdd3ddd69fb","eu-tr-9765362691-45"]}} -{"id":"ec-meeting-2015-03-09-3bda483bd9cda9b75fa1c9eb421682b51b43b745","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-09 - Cabinet of Vice-President Andrus Ansip x Elisa Oyj"],"date":["2015-03-09"],"summary":["TSM, net neutrality, roaming + spectrum, review of telecom rules + DSM"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-287872416724-91","ec-person-666bc159c7e65a3af9e63c1e97435c02f1496955"]}} -{"id":"ec-meeting-2015-03-09-3c4bb13ba15270a60a309c180b06d88a2ca238ce","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-09 - Climate Action x Transport and Environment (European Federation for Transport and Environment)"],"date":["2015-03-09"],"summary":["Transport in the Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-clima"],"involved":["ec-person-44c2f44f96dda2012bcb4e9abc749f6cae86a4c0","eu-tr-58744833263-19"]}} -{"id":"ec-meeting-2015-03-09-3e7c8fb6336b250ecfd9f80eb17a72b2806ec608","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-09 - Cabinet of Vice-President Jyrki Katainen x European Centre for International Political Economy"],"date":["2015-03-09"],"summary":["Third Jan Tumlir Lecture with Pascal Lamy"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-7c9460f99c5872dbdc561f5752401c870d12e98b","eu-tr-789002115168-26"]}} -{"id":"ec-meeting-2015-03-09-41eaa1bfeacba867a70d89bdabc0676a43abde1a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-09 - Cabinet of Vice-President Maroš Šefčovič x ENEDIS"],"date":["2015-03-09"],"summary":["Energy Union"],"notes":["Portfolio: Energy Union"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-9f6823821fe68d82e9b9dbe81181ecacb0265d94","ec-person-2be517b9261a91f2f07e05ec14c6331980e9716e","ec-person-192eca4cb918c7382c916bec9bfe04e745ee91cb","eu-tr-68134637922-07"]}} -{"id":"ec-meeting-2015-03-09-452781ff70e6adcad8a60d124bdff16dad36d2af","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-09 - Günther Oettinger x Euronews"],"date":["2015-03-09"],"summary":["Media policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0","eu-tr-944964416106-32"]}} -{"id":"ec-meeting-2015-03-09-46607fb0a893c96e5aac15187966a1173189a79d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-09 - Cabinet of Vice-President Neven Mimica x ROTARY INTERNATIONAL"],"date":["2015-03-09"],"summary":["Presentation of global initiatives to fight polio. Role of the EU."],"notes":["Portfolio: International Cooperation & Development"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-mimica-neven-of-president-vice"],"involved":["eu-tr-512870513007-47","ec-person-886e1b865045c3ed98e99075006d09cea708acce"]}} -{"id":"ec-meeting-2015-03-09-49cc2025277b6cef2b7385ba028ccf35bf7f00e0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-09 - Energy x APPLiA (Home Appliance Europe)"],"date":["2015-03-09"],"summary":["European Energy Policy priorities"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["ec-person-6997149120ce5129e38febe5275dc8fd03232d2e","eu-tr-04201463642-88"]}} -{"id":"ec-meeting-2015-03-09-51a7af700ca096c5d053ef379df5a147ddb9b575","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-09 - Cabinet of Vice-President Valdis Dombrovskis x European Association of Central Counterparty Clearing Houses"],"date":["2015-03-09"],"summary":["Recovery and resolution of central counterparties (CCPs)"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-36897011311-96","ec-person-3f9ca71b74344417d1f072ba7f3e2f09a223b036"]}} -{"id":"ec-meeting-2015-03-09-759fc83365a648f1f1bd811c0386ec2660c44e76","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-09 - Cabinet of Vice-President Kristalina Georgieva x Vereinigung der österreichischen Industrie - Industriellenvereinigung"],"date":["2015-03-09"],"summary":["Meeting with Mr Haas, Federation of Austrian Industries, Brussels Office"],"notes":["Portfolio: Budget & Human Resources"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-cabinet-georgieva-kristalina-of-president-vice"],"involved":["ec-person-9f4dcadff214f9cb7e8976c58804023e71bcf5fd","eu-tr-89093924456-06"]}} -{"id":"ec-meeting-2015-03-09-7f0dcc7224069120e97a69ff81b1651ed5254658","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-09 - Cabinet of Vice-President Jyrki Katainen x Maa- ja metsätaloustuottajain Keskusliitto – Central Union of Agricultural Producers and Forest Owners"],"date":["2015-03-09"],"summary":["Investment Package"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-56039441735-48","ec-person-99365f4c3081112dcbfa722a5eb05adecc68503e"]}} -{"id":"ec-meeting-2015-03-09-8539077096d90f26f11a0214bd9fb2f6fe7fcb93","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-09 - Cabinet of Commissioner Corina Crețu x European Association of Research and Technology Organisations"],"date":["2015-03-09"],"summary":["Synergies between EU funds, smart specialisation"],"notes":["Portfolio: Regional Policy"],"location":["Berlaymont office, Brussels"],"address":["Berlaymont office, Brussels"],"addressEntity":["addr-36ab4a38ab318a78ddc6d0be2b1a93b410457684"],"organizer":["ec-cabinet-commissioner-corina-cretu-of"],"involved":["eu-tr-48918086666-95","ec-person-c9d4945f28454cc49c4ea188c82e64b0dac3bd73"]}} -{"id":"ec-meeting-2015-03-09-8d0fe5b971fb81228d8ab32cfce4dbe4fac7cac2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-09 - Günther Oettinger x Koninklijke Philips"],"date":["2015-03-09"],"summary":["Active Aging"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-035366013790-68","ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0"]}} -{"id":"ec-meeting-2015-03-09-973dcdb3f6815fe5c8edabe61195c0575c817aed","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-09 - Climate Action x Carbon Capture and Storage Association"],"date":["2015-03-09"],"summary":["CCS - Carbon Capture and Storage"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-clima"],"involved":["eu-tr-257346716089-62","ec-person-44c2f44f96dda2012bcb4e9abc749f6cae86a4c0"]}} -{"id":"ec-meeting-2015-03-09-a196a0a3b45516253c37ef3cfaabdbb09080fdaa","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-09 - Cabinet of Vice-President Miguel Arias Cañete x Neste Oyj"],"date":["2015-03-09"],"summary":["ILUC directive"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-260e00934471a02805fb143935d6e9205a7f355f","eu-tr-10257354120-19"]}} -{"id":"ec-meeting-2015-03-09-a5e286b24210aa516ccf052fd76ce3e7f545d37b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-09 - Cabinet of Vice-President Valdis Dombrovskis x Bank of America Corporation"],"date":["2015-03-09"],"summary":["Securitisation"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-3f9ca71b74344417d1f072ba7f3e2f09a223b036","eu-tr-53891615036-88"]}} -{"id":"ec-meeting-2015-03-09-b99e2d0d41fed4647d77cf37b9c5c8ef10bd136e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-09 - Günther Oettinger x KfW Bankengruppe"],"date":["2015-03-09"],"summary":["Active Aging"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0","eu-tr-79019799690-13"]}} -{"id":"ec-meeting-2015-03-09-c4db1da84aab0962e448fae9b374f3f37e2bef44","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-09 - Günther Oettinger x University of Ulm, Institute for Complex Quantum Systems"],"date":["2015-03-09"],"summary":["Quantentechnologien"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-975691716328-53","ec-person-4cd59e13386e3b68ecb3611fcc579e0a0a3938a5"]}} -{"id":"ec-meeting-2015-03-09-c755b7d218e63ae0db78c44e326e9d531f9af099","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-09 - Cabinet of Vice-President Karmenu Vella x European agri-cooperatives European farmers"],"date":["2015-03-09"],"summary":["REFIT of Birds and Habitats"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["eu-tr-09586631237-74","eu-tr-44856881231-49","ec-person-0e3efd8bc1c3ee9a80205d0bb78f316fa1621e5d"]}} -{"id":"ec-meeting-2015-03-09-d2b514b87b91631ce0aa345fc53c15af14095d09","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-09 - Energy x European Chemical Industry Council"],"date":["2015-03-09"],"summary":["European Energy Policy priorities"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["ec-person-6997149120ce5129e38febe5275dc8fd03232d2e","eu-tr-64879142323-90"]}} -{"id":"ec-meeting-2015-03-09-d49b2c94e74a20f07833e32dbe86b0ff3f268568","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2015-03-09 - Cabinet of Vice-President Cecilia Malmström x The European Steel Association Unión de Empresas Siderúrgicas"],"date":["2015-03-09"],"summary":["Steel sector in China"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-44209611834-88","eu-tr-93038071152-83","ec-person-98880f3f4206145e196013db9dd806a551c11e06"]}} -{"id":"ec-meeting-2015-03-09-dca4f70833d10e762f365b7ace7fd01613b3a918","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-09 - Cabinet of Vice-President Andrus Ansip x DOT Europe"],"date":["2015-03-09"],"summary":["Digital Single Market, platforms"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-d5a309c64ecdb05010325dcfc661f6ae817f31cc","eu-tr-53905947933-43","ec-person-666bc159c7e65a3af9e63c1e97435c02f1496955","ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0"]}} -{"id":"ec-meeting-2015-03-09-e0743d5194de99e76c94a2978029baee7b616784","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-09 - Cabinet of Vice-President Jyrki Katainen x Elisa Oyj"],"date":["2015-03-09"],"summary":["Digital Single Market"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90","eu-tr-287872416724-91"]}} -{"id":"ec-meeting-2015-03-09-e59398f4cf4041339326121bd0f5d3e970b9ce77","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-09 - Cabinet of Vice-President Miguel Arias Cañete x France Industrie"],"date":["2015-03-09"],"summary":["Energy Union"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-60974102057-03","ec-person-25a937c04cd0a0ddcf5cf34798e76b5105854114"]}} -{"id":"ec-meeting-2015-03-09-f57618c08041514526799133cc434a41dc5c928e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-09 - Cabinet of Vice-President Jyrki Katainen x European Round Table for Industry"],"date":["2015-03-09"],"summary":["Industrial policy"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90","ec-person-7c9460f99c5872dbdc561f5752401c870d12e98b","eu-tr-25487567824-45"]}} -{"id":"ec-meeting-2015-03-10-07634fcc20d9e7538e2fd62b2d228ae44a63c32e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-10 - Cabinet of Vice-President Maroš Šefčovič x SOCAR Representative Office in Belgium"],"date":["2015-03-10"],"summary":["Southern Gas Corridor"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-293526811220-13","ec-person-3bf48630444ace93d407e52eb880e64d480f75ce"]}} -{"id":"ec-meeting-2015-03-10-098d65adb4f6823c7d9e63f81a8d62827a0bb769","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-10 - Cabinet of Vice-President Jyrki Katainen x European Organisation for Security"],"date":["2015-03-10"],"summary":["European Fund for Strategic Investment"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-f9208d930adc70c6c64e21701e48f85f6f18e949","eu-tr-32134385519-64"]}} -{"id":"ec-meeting-2015-03-10-0c1b6f18f28bc4219cc793a8b1ff6fa4d21928f0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-10 - Cabinet of Vice-President Miguel Arias Cañete x Confederation of British Industry"],"date":["2015-03-10"],"summary":["International Energy and Climate negotiations"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-73725676990-18","ec-person-260e00934471a02805fb143935d6e9205a7f355f"]}} -{"id":"ec-meeting-2015-03-10-127fcd6037da82c6749ecf7beda0688aef7010fa","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-10 - Cabinet of Commissioner Carlos Moedas x European Plant Science Organisation"],"date":["2015-03-10"],"summary":["Meeting with Karin Metzlaff"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["eu-tr-38511867304-09","ec-person-fb56329c22510c66ab50a8bdba13230bdae32902"]}} -{"id":"ec-meeting-2015-03-10-16f100062988035327569b51d90d646b57faeece","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-10 - Cabinet of Vice-President Andrus Ansip x Universal Music Group International"],"date":["2015-03-10"],"summary":["Copyright"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-e91c5be432b6b3efdda369792fed67c20b767a45","eu-tr-530216615544-40"]}} -{"id":"ec-meeting-2015-03-10-1bc17a7de87841cfd2d37598359942018d774ac9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-10 - Cabinet of Commissioner Margrethe Vestager x Rewheel"],"date":["2015-03-10"],"summary":["Discussion on telecom mergers in the European Market"],"notes":["Portfolio: Competition"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-margrethe-of-vestager"],"involved":["ec-person-5d3cde69206da720686a2bca71494091f1318f24","eu-tr-946928215845-55"]}} -{"id":"ec-meeting-2015-03-10-22d6a39dbf7a030bf72fe1deecfc4659fa73ec67","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-10 - Cabinet of Vice-President Miguel Arias Cañete x Avisa Partners"],"date":["2015-03-10"],"summary":["Exchange on the current EU energy polices"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-54210841652-13","ec-person-2229c857664a22dcb8eee79a8c05841fd3d0924f"]}} -{"id":"ec-meeting-2015-03-10-2b93a907e87feeead0451d34617e9e9e47f5ed3b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-10 - Cabinet of Commissioner Carlos Moedas x The Young Foundation"],"date":["2015-03-10"],"summary":["Meeting with Filippo Addari"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["eu-tr-741169516071-01","ec-person-fb56329c22510c66ab50a8bdba13230bdae32902"]}} -{"id":"ec-meeting-2015-03-10-2eaf68aaba5272204a207324bd7a69d54b3eb92e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-10 - Cabinet of Vice-President Miguel Arias Cañete x Alstom"],"date":["2015-03-10"],"summary":["Energy Union and Climate Action"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-43284012043-03","ec-person-25a937c04cd0a0ddcf5cf34798e76b5105854114"]}} -{"id":"ec-meeting-2015-03-10-3bf2b4231d89c8f0b9581bc74950f651a6a9c65a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-10 - Migration and Home Affairs x Airbus"],"date":["2015-03-10"],"summary":["H2020 Sécurité - Généralisation des clauses IPRs pour les PCPs"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-home"],"involved":["eu-tr-2732167674-76","ec-person-ae1262e8850ed1e9a0530b0ad7440ac648255896"]}} -{"id":"ec-meeting-2015-03-10-413fd9ae1494df4fc383e5089a9915d28f9c1932","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-10 - Cabinet of Vice-President Maroš Šefčovič x Environmental Coalition on Standards"],"date":["2015-03-10"],"summary":["Energy Union follow-up: Energy labelling"],"notes":["Portfolio: Energy Union"],"location":["Brussels, BE"],"address":["Brussels, BE"],"addressEntity":["addr-bd80958a978de8af51caa97a25a75f30d0061d71"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-ea6b517040e26a62f17d2829afffeba48cfd682f","eu-tr-96668093651-33"]}} -{"id":"ec-meeting-2015-03-10-4acdcf10554c0c2fc65e82f886aec84958ec8c2c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-10 - Cabinet of Commissioner Carlos Moedas x Plastics Europe"],"date":["2015-03-10"],"summary":["Bioeconomy"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-f7327258e5f9a9c39cda735715e0240f1208bb65","eu-tr-454264611835-56"]}} -{"id":"ec-meeting-2015-03-10-4bcb5a07dd87ca06b7266ae3a6fbc67cb03aaf31","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-10 - Cabinet of Commissioner Carlos Moedas x Naval Group"],"date":["2015-03-10"],"summary":["Meeting with Jean-Charles Boulat"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["eu-tr-57864135710-49","ec-person-fb56329c22510c66ab50a8bdba13230bdae32902"]}} -{"id":"ec-meeting-2015-03-10-5729e8b6c856262bc3f3278e03a96d99d624a4ba","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-10 - Trade x Confederation of British Industry BT Group plc"],"date":["2015-03-10"],"summary":["Key trade dossiers, including TTIP and TISA"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-trade"],"involved":["ec-person-bde9bb099f5d24c52ca4a9255cefc99a5b87a650","eu-tr-73725676990-18","eu-tr-00919034091-89"]}} -{"id":"ec-meeting-2015-03-10-7db618388eacc8a87e76a12ad04755549ecce1eb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-10 - Energy x WindEurope"],"date":["2015-03-10"],"summary":["European Energy Policy priorities"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-19920706471-21","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2015-03-10-83b96b07a0a362ef0104801837f7cf1b122792c3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-10 - Communications Networks, Content and Technology x BT Group plc Confederation of British Industry"],"date":["2015-03-10"],"summary":["Digital Single Market, Juncker Priorities"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-73725676990-18","ec-person-3d379ff88d704acbd3444fdd59765df1225d4f9b","eu-tr-00919034091-89"]}} -{"id":"ec-meeting-2015-03-10-91553af57bab75cc9c3a04d27ba55ddf063d5815","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-10 - Cabinet of Vice-President Cecilia Malmström x Society of Audiovisual Authors"],"date":["2015-03-10"],"summary":["DSM and copyright"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-99336382936-11","ec-person-98880f3f4206145e196013db9dd806a551c11e06"]}} -{"id":"ec-meeting-2015-03-10-927f95621e43a68efffb34cf222845ac03809e15","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-10 - Cabinet of Commissioner Phil Hogan x European agri-cooperatives"],"date":["2015-03-10"],"summary":["Meeting with Mr Mansel, Chairman of Copa-Cogeca Dairy working group on \"Way to assist the farmers to pay the super-levy\""],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-400dd8d59d3060187d9b9b143d697da1a3d03c12","eu-tr-09586631237-74"]}} -{"id":"ec-meeting-2015-03-10-9be3466c34042079e5cb206ffb07779428e1132f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-10 - Cabinet of Vice-President Miguel Arias Cañete x Edison Spa"],"date":["2015-03-10"],"summary":["Internal Energy market"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-25a937c04cd0a0ddcf5cf34798e76b5105854114","eu-tr-401111262-07","ec-person-2229c857664a22dcb8eee79a8c05841fd3d0924f"]}} -{"id":"ec-meeting-2015-03-10-ac96d59e4c7b4f52e3d72a49515385cdb49f518a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-10 - Cabinet of First Vice-President Frans Timmermans x Friends of the Earth Europe"],"date":["2015-03-10"],"summary":["Circular Economy"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["BERL 8/275"],"address":["BERL 8/275"],"addressEntity":["addr-3ae1ca252351d2bc20aeeab8c5d3e0f1e0122c14"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["ec-person-7a0c440119cd5d547eceebb055c79b8bb41bf9a2","eu-tr-9825553393-31"]}} -{"id":"ec-meeting-2015-03-10-b98e5d28ee1894427fccf25fb13faaff1a55b921","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-10 - Cabinet of Vice-President Jyrki Katainen x APPLiA (Home Appliance Europe)"],"date":["2015-03-10"],"summary":["Circular Economy"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-0310c3b87e155f5572493e91d12eebab9736a76b","eu-tr-04201463642-88"]}} -{"id":"ec-meeting-2015-03-10-ba8b1b1517c1c86128c1987648713b1fd33afe6e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-10 - Cabinet of Vice-President Valdis Dombrovskis x Argus Media Ltd"],"date":["2015-03-10"],"summary":["Benchmark regulation"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-846961512558-23","ec-person-3f9ca71b74344417d1f072ba7f3e2f09a223b036"]}} -{"id":"ec-meeting-2015-03-10-bd93d0fc5fc9239666dfa0cd444d20f33a31869f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-10 - Cabinet of Commissioner Carlos Moedas x NEW AREVA HOLDING SA"],"date":["2015-03-10"],"summary":["Meeting with M. Baptiste Buet"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["eu-tr-41126912590-71","ec-person-fb56329c22510c66ab50a8bdba13230bdae32902"]}} -{"id":"ec-meeting-2015-03-10-beaae7085b0cb783a949a9ff5311e31a5793f616","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-10 - Cabinet of First Vice-President Frans Timmermans x APPLiA (Home Appliance Europe)"],"date":["2015-03-10"],"summary":["Circular Economy"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["BERL 8/275"],"address":["BERL 8/275"],"addressEntity":["addr-3ae1ca252351d2bc20aeeab8c5d3e0f1e0122c14"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["ec-person-7a0c440119cd5d547eceebb055c79b8bb41bf9a2","eu-tr-04201463642-88"]}} -{"id":"ec-meeting-2015-03-10-c66561c01ca3c7ee0655155c7aa12ed5c8432e48","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-10 - Cabinet of Vice-President Karmenu Vella x European Environmental Bureau Friends of the Earth Europe Zero Waste Europe"],"date":["2015-03-10"],"summary":["Circular Economy"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["ec-person-4ff7c27445db4ad88e687776974fd8d077a1fe0c","eu-tr-06798511314-27","eu-tr-9825553393-31","eu-tr-47806848200-34"]}} -{"id":"ec-meeting-2015-03-10-c8c0ef9b34e63c30ef9f1f61b80c483bd2c3fe8b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-10 - Cabinet of Vice-President Andrus Ansip x Sofort GmbH"],"date":["2015-03-10"],"summary":["Startups"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-6a03bc4fa7657513ea34529e98dba0671ef4c849","eu-tr-530777916929-10"]}} -{"id":"ec-meeting-2015-03-10-cc9e1184275e4d6863799d9e2f22cf1929d4680b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-10 - Cabinet of Vice-President Jyrki Katainen x Turku-Southwest Finland European Office"],"date":["2015-03-10"],"summary":["Investment plan, new Commission"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-f9208d930adc70c6c64e21701e48f85f6f18e949","eu-tr-549499813585-41"]}} -{"id":"ec-meeting-2015-03-10-d1ece09a011672448f6c1c65464c620af21892a3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-10 - Cabinet of Vice-President Karmenu Vella x APPLiA (Home Appliance Europe)"],"date":["2015-03-10"],"summary":["Circular Economy"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["ec-person-4ff7c27445db4ad88e687776974fd8d077a1fe0c","eu-tr-04201463642-88"]}} -{"id":"ec-meeting-2015-03-10-d917d149fe28d10391d827c1b1e6d6f2851ff52b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-10 - Cabinet of Commissioner Elżbieta Bieńkowska x Friends of the Earth Europe"],"date":["2015-03-10"],"summary":["Circular Economy"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-9825553393-31","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2015-03-10-d9cbf304a7de9337006d0eae1581af322a812160","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-10 - Cabinet of Vice-President Andrus Ansip x Rewheel"],"date":["2015-03-10"],"summary":["TSM, net neutrality"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-666bc159c7e65a3af9e63c1e97435c02f1496955","eu-tr-946928215845-55"]}} -{"id":"ec-meeting-2015-03-10-eaaff8c3cf6be1205ca88a8bea4b085a7d44e1f9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-10 - Cabinet of Vice-President Jyrki Katainen x Friends of the Earth Europe"],"date":["2015-03-10"],"summary":["Circular Economy"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-0310c3b87e155f5572493e91d12eebab9736a76b","eu-tr-9825553393-31"]}} -{"id":"ec-meeting-2015-03-10-ee734b5e18b89e599be6dfa4a07ce1f0af203be6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-10 - Communications Networks, Content and Technology x Universal Music Group International"],"date":["2015-03-10"],"summary":["Digital Single Market, Copyright"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["ec-person-3d379ff88d704acbd3444fdd59765df1225d4f9b","eu-tr-530216615544-40"]}} -{"id":"ec-meeting-2015-03-10-f052b3b9a765fced1a8036133eeb46f514a018ab","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-10 - Cabinet of Commissioner Violeta Bulc x European Federation of Inland Ports"],"date":["2015-03-10"],"summary":["Main activities of the inland ports sector, current trends and political priorities. Specific competition situation of inland ports (compared to sea ports) and resulting position on state aid"],"notes":["Portfolio: Transport"],"location":["Brussels, Belguim"],"address":["Brussels, Belguim"],"addressEntity":["addr-84b5e5f38d43901e13b15f0c7dd8b408c954fd9b"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-41826153178-91","ec-person-e14c58f620f40325d829df7be0823280307bc15f"]}} -{"id":"ec-meeting-2015-03-10-fe1f626d4e1d9fe76bcbfd67acb50b5c608770cf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-10 - Cabinet of Commissioner Carlos Moedas x Shipyards' and Maritime Equipment Association of Europe"],"date":["2015-03-10"],"summary":["Vessels of the Future"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-f7327258e5f9a9c39cda735715e0240f1208bb65","eu-tr-009214311424-03"]}} -{"id":"ec-meeting-2015-03-10-fe51149bd6ac2e9b0798349ffaa73b3803249c6f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-10 - Cabinet of Vice-President Maroš Šefčovič x Orgalim – Europe's Technology Industries"],"date":["2015-03-10"],"summary":["Energy Union"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-20210641335-88","ec-person-af83ed49c403cb9d7ebfecca7893f0054c1f4be5"]}} -{"id":"ec-meeting-2015-03-11-076246f4ee1457054a9fb588d39e706a764c833d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-11 - Cabinet of Commissioner Pierre Moscovici x spiritsEUROPE"],"date":["2015-03-11"],"summary":["Future perspectives on matter of taxation of alcohol"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["eu-tr-64926487056-58","ec-person-738f7f25002d191bd2df8936e8f8d1d726c19e2e"]}} -{"id":"ec-meeting-2015-03-11-0cb88c514a808b41d602bb54bcdb4ad8462f1557","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-11 - Cabinet of Commissioner Elżbieta Bieńkowska x European Insulation Manufacturers Association"],"date":["2015-03-11"],"summary":["Circular Economy and Resource Efficiency in the Construction Sector"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-98345631631-22","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2015-03-11-0d0261aac9e709ff650d525df29f5c78e3cec3d2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-11 - Cabinet of Vice-President Jyrki Katainen x Neste Oyj"],"date":["2015-03-11"],"summary":["Investment Package"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Strasbourg"],"address":["Strasbourg"],"addressEntity":["addr-a7b90170b4a5bf2d1d09ccfd109b57e0a030cfc4"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90","eu-tr-10257354120-19"]}} -{"id":"ec-meeting-2015-03-11-12312998ae5a26ae4e4ddcef4e8e39e82d117252","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-11 - Cabinet of Vice-President Jyrki Katainen x European Insulation Manufacturers Association"],"date":["2015-03-11"],"summary":["Circular Economy"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-0310c3b87e155f5572493e91d12eebab9736a76b","eu-tr-98345631631-22"]}} -{"id":"ec-meeting-2015-03-11-1a121bd10f5ab988c95f02968a1bf881ff79ea6c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-11 - Cabinet of Vice-President Karmenu Vella x UEIL, Union of the European Lubricants Industry"],"date":["2015-03-11"],"summary":["Circular Economy"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["ec-person-4ff7c27445db4ad88e687776974fd8d077a1fe0c","eu-tr-38096451110-61"]}} -{"id":"ec-meeting-2015-03-11-1b1785bb79775b37ff0d045257eae196d05fb939","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-11 - Cabinet of Commissioner Margrethe Vestager x European agri-cooperatives"],"date":["2015-03-11"],"summary":["Future development of infrastructures"],"notes":["Portfolio: Competition"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-margrethe-of-vestager"],"involved":["ec-person-0700cb0f43a2d20f4938902c4a086aca632d71fb","eu-tr-09586631237-74"]}} -{"id":"ec-meeting-2015-03-11-1ec5336170781a80f8a2205b16c4821111a5281c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-11 - Cabinet of Vice-President Jyrki Katainen x spiritsEUROPE"],"date":["2015-03-11"],"summary":["TTIP, Investment plan"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-f9208d930adc70c6c64e21701e48f85f6f18e949","eu-tr-64926487056-58"]}} -{"id":"ec-meeting-2015-03-11-25b1e63efb03d91461b2f1a609ae53b05a566681","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-11 - Health and Food Safety x Natuur- & gezondheidsProducten Nederland"],"date":["2015-03-11"],"summary":["Health claims for botanicals used in foods"],"location":["Brussels (BELGIUM)"],"address":["Brussels (BELGIUM)"],"addressEntity":["addr-25bd5ca85cdaa2e09cf8cb981983bc8a6b73b8ec"],"organizer":["ec-dg-sante"],"involved":["ec-person-e6c752b8c9246ee8246c3dde21cfd79f9c4d2d19","eu-tr-586324816339-48"]}} -{"id":"ec-meeting-2015-03-11-323623438e645c9454b4928142a5841a583ee30b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-11 - Cabinet of Vice-President Karmenu Vella x European Insulation Manufacturers Association"],"date":["2015-03-11"],"summary":["Circular Economy"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["ec-person-4ff7c27445db4ad88e687776974fd8d077a1fe0c","eu-tr-98345631631-22"]}} -{"id":"ec-meeting-2015-03-11-347f46e562e389ed161ff060ef7ec963f048a175","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-11 - Cabinet of Commissioner Věra Jourová x European Federation of National Associations of Measurement, Testing and Analytical Laboratories"],"date":["2015-03-11"],"summary":["Standardisation and international agreements"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-a608b85b2ffef83f883b5a2330b6232efa1b7141","eu-tr-93803793892-60"]}} -{"id":"ec-meeting-2015-03-11-34ef317f813826a151c7ab1bb48b071dcb64ecae","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-11 - Cabinet of Vice-President Cecilia Malmström x Cercle des Réseaux européens"],"date":["2015-03-11"],"summary":["Overview Trade Policy"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-20ded9db5df11164331bb161fdf234b1e5ad53fd","eu-tr-212885415901-57"]}} -{"id":"ec-meeting-2015-03-11-36f23c9028afced44694965706059d8cf624cb10","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-11 - Cabinet of Vice-President Jyrki Katainen x Orange"],"date":["2015-03-11"],"summary":["Digital Single Market"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-76704342721-41","ec-person-0da85dc48012e26688310a59a0b51727ea68f410"]}} -{"id":"ec-meeting-2015-03-11-382ce53068ed2d117cd5f7c9da1f2a64e6620c07","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-11 - Inspire, Debate, Engage and Accelerate Action x EU-Asia Centre"],"date":["2015-03-11"],"summary":["Meeting with Fraser Cameron"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-dg-idea"],"involved":["eu-tr-707568010386-43","ec-person-4fe56a64c00b3e81c851b5538878b32481bd7d3c"]}} -{"id":"ec-meeting-2015-03-11-3ae9c116efc1d90788dc2250ff7eaa329182afec","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-11 - Günther Oettinger x Bundesverband der Deutschen Industrie e.V."],"date":["2015-03-11"],"summary":["Digitalisierung der Industrie"],"location":["Berlin"],"address":["Berlin"],"addressEntity":["addr-062b06ba8e755765c6b049809b7430fd54fe5b21"],"organizer":["ec-dg-de"],"involved":["eu-tr-1771817758-48","ec-person-4cd59e13386e3b68ecb3611fcc579e0a0a3938a5"]}} -{"id":"ec-meeting-2015-03-11-3af75b67ee5c7a66e68a06116bfe9c4837a8bf48","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-11 - Cabinet of Vice-President Cecilia Malmström x Asociación Nacional de Productores de Vacuno de Carne"],"date":["2015-03-11"],"summary":["Food and feed imports"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-8529bbbc6db862f6b82d6fa66a7cf7668804dae7","eu-tr-120867616360-39"]}} -{"id":"ec-meeting-2015-03-11-483097c7949b545c49d8e2af09bfa34f36926eb8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-11 - Cabinet of Commissioner Jonathan Hill x British Bankers' Association"],"date":["2015-03-11"],"summary":["Bank structural reform"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["eu-tr-5897733662-75","ec-person-74de9b1956d5aa5754e8946d4a7a883e05171466"]}} -{"id":"ec-meeting-2015-03-11-49c4998f14a099b076fab3f3a27ebc01be552aaf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-11 - Cabinet of Vice-President Jyrki Katainen x Institute of International Finance"],"date":["2015-03-11"],"summary":["Business Growth Funds for Europe"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-48714858158-06","ec-person-7c9460f99c5872dbdc561f5752401c870d12e98b"]}} -{"id":"ec-meeting-2015-03-11-57fdc02dda67671867ee1f4c8d5fb8a87eff3cf7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-11 - Cabinet of First Vice-President Frans Timmermans x Cambre Associates"],"date":["2015-03-11"],"summary":["Circular Economy"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["BERL 8/275"],"address":["BERL 8/275"],"addressEntity":["addr-3ae1ca252351d2bc20aeeab8c5d3e0f1e0122c14"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["ec-person-7a0c440119cd5d547eceebb055c79b8bb41bf9a2","eu-tr-23020671103-67"]}} -{"id":"ec-meeting-2015-03-11-59057168a249e7d1c049c9855de78ceaa0e509ba","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-11 - Cabinet of Vice-President Andrus Ansip x ALLO TAXI SAS - Les Taxis Bleus"],"date":["2015-03-11"],"summary":["New innovative platforms in the transport sector, the sharing economy and e-commerce"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-d5a309c64ecdb05010325dcfc661f6ae817f31cc","eu-tr-558962116384-56"]}} -{"id":"ec-meeting-2015-03-11-5c329914e3289a55d1ee296f1ac4bffcd2584048","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-11 - Cabinet of Commissioner Věra Jourová x Conseil des Notariats de l'Union Européenne"],"date":["2015-03-11"],"summary":["Company law"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["eu-tr-98885666486-72","ec-person-184e698af1eb9e33b179680570ca171d8cb31c94"]}} -{"id":"ec-meeting-2015-03-11-926f8003d5f60bb25745d8c1874048f245b06152","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-11 - Cabinet of Vice-President Karmenu Vella x The Pew Charitable Trusts Greenpeace European Unit"],"date":["2015-03-11"],"summary":["CFP implementation"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["ec-person-805c0cb26d98afecd897b742d48b43a763b0e93c","eu-tr-9832909575-41","eu-tr-46834536998-79"]}} -{"id":"ec-meeting-2015-03-11-9cbaedce62be943da6c97a630b4d5b92e89de85e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-11 - Cabinet of First Vice-President Frans Timmermans x European Insulation Manufacturers Association"],"date":["2015-03-11"],"summary":["Circular Economy"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["BERL 8/275"],"address":["BERL 8/275"],"addressEntity":["addr-3ae1ca252351d2bc20aeeab8c5d3e0f1e0122c14"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["ec-person-7a0c440119cd5d547eceebb055c79b8bb41bf9a2","eu-tr-98345631631-22"]}} -{"id":"ec-meeting-2015-03-11-a196a0a3b45516253c37ef3cfaabdbb09080fdaa","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-11 - Cabinet of Vice-President Miguel Arias Cañete x Neste Oyj"],"date":["2015-03-11"],"summary":["Biofuels"],"notes":["Portfolio: Climate Action & Energy"],"location":["Strasbourg, France"],"address":["Strasbourg, France"],"addressEntity":["addr-bd8804e8a516e8be093ac8868dbe50cdb758c25b"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-62773e55e1985542cb18a2a89f2053f2f39146b1","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd","eu-tr-10257354120-19"]}} -{"id":"ec-meeting-2015-03-11-a6e6888f378af11ed2401b0f199a04da264612e3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-11 - Budget x Indra"],"date":["2015-03-11"],"summary":["Presentation of INDRA activities"],"location":["European Commission Brussels, Ms Calviño's office"],"address":["European Commission Brussels, Ms Calviño's office"],"addressEntity":["addr-d09be6cb14871c93abeeb260e5bbd5ba42bbbc37"],"organizer":["ec-dg-budg"],"involved":["eu-tr-208351410839-33","ec-person-141e9cc397f37adfd6c16eb048466fa61dd3ebea"]}} -{"id":"ec-meeting-2015-03-11-a9818c9a1620486b2e339c8799332cbe342c0d54","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-11 - Cabinet of Commissioner Elżbieta Bieńkowska x Cambre Associates"],"date":["2015-03-11"],"summary":["Future of the Circular Economy Package and the UK end of waste protocol"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-23020671103-67","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2015-03-11-ac5d9d8b1499ed8f07db09764f74b8cb3c7263c4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-11 - Cabinet of Vice-President Jyrki Katainen x EFQM European Foundation for Quality Management"],"date":["2015-03-11"],"summary":["Competitiveness"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-409256516428-39","ec-person-bb70699c722c1620ec520e8a4d32911a32ae078c"]}} -{"id":"ec-meeting-2015-03-11-acbb29606333a8353d44c0243d7ec67bef7fdf17","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-11 - Cabinet of Commissioner Elżbieta Bieńkowska x DuPont de Nemours International SARL"],"date":["2015-03-11"],"summary":["Introductory meeting"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["ec-person-b2f9be51339f054477846797e2c119fcf16548fc","eu-tr-3181166932-58","ec-person-daef7f819b2f3ffe5e4f5d8eb2782954f3c4a4e2","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2015-03-11-c531600c007fbb72f8f353a406dc2355d132741e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-11 - Cabinet of Vice-President Karmenu Vella x Zentralverband des Deutschen Handwerks e.V."],"date":["2015-03-11"],"summary":["EU environment policies"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["ec-person-78fb1ad0c02c4fa8497b22edc1233d6be03cf2e5","eu-tr-5189667783-94"]}} -{"id":"ec-meeting-2015-03-11-c6d2aafa70fa8a45506c9af96083c0f6e60102b6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-11 - Cabinet of Commissioner Carlos Moedas x IACA - Associação Portuguesa das Indústrias de Alimentos Compostos para Animais"],"date":["2015-03-11"],"summary":["OGM importations"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["eu-tr-724014516285-56","ec-person-07b66759c911240aaa2b917489884273c71fac90"]}} -{"id":"ec-meeting-2015-03-11-cee993bc0dca5ed68c1cc7dad2fcd296590c15b1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-11 - Cabinet of Commissioner Elżbieta Bieńkowska x EuroCommerce EuroCommerce"],"date":["2015-03-11"],"summary":["Potential meeting with Commissioner Bieńkowska"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-84973761187-60","ec-person-d2997a7f359c91a337055c3e24dd36bf928de38d"]}} -{"id":"ec-meeting-2015-03-11-df8e1ab551acc338d202deacb193dc6b92851eb7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-11 - Cabinet of Vice-President Andrus Ansip x Gemalto SA"],"date":["2015-03-11"],"summary":["Digital Single Market"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-e91c5be432b6b3efdda369792fed67c20b767a45","eu-tr-963255916498-75"]}} -{"id":"ec-meeting-2015-03-11-e248545dd1f31c886b73b72e293d5702287d4881","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-11 - Cabinet of Commissioner Elżbieta Bieńkowska x The Free and Fair Post Initiative"],"date":["2015-03-11"],"summary":["EU Postal Sector"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["ec-person-685ecf13dd26cd515c961e24ba71049af2302c5e","eu-tr-145982616387-18","ec-person-b2f9be51339f054477846797e2c119fcf16548fc","ec-person-daef7f819b2f3ffe5e4f5d8eb2782954f3c4a4e2"]}} -{"id":"ec-meeting-2015-03-11-e97f2c55d14f6c525e00e1e365ba3d6d2992baf0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-11 - Cabinet of Vice-President Jyrki Katainen x Cambre Associates"],"date":["2015-03-11"],"summary":["Circular Economy"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-0310c3b87e155f5572493e91d12eebab9736a76b","eu-tr-23020671103-67"]}} -{"id":"ec-meeting-2015-03-11-f0f23e2fccc08f9f1c03a2174ffdaa3dd78c4a8f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-11 - Cabinet of Vice-President Valdis Dombrovskis x HSBC Holdings PLC"],"date":["2015-03-11"],"summary":["Capital Markets Union (CMU)"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-001866415031-87","ec-person-3f9ca71b74344417d1f072ba7f3e2f09a223b036"]}} -{"id":"ec-meeting-2015-03-12-077cc77221bd0d1c03934620ee626f4fea8d77b0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-12 - Cabinet of Vice-President Miguel Arias Cañete x EUGINE - European Engine Power Plants Association"],"date":["2015-03-12"],"summary":["Electricity Markets"],"notes":["Portfolio: Climate Action & Energy"],"location":["Berl 8/165"],"address":["Berl 8/165"],"addressEntity":["addr-049fb436906ae7cbea6ce0c85217319992dae826"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-1831691c10441c5974327bbeb8693d6b6c1e50c3","eu-tr-033807913798-84"]}} -{"id":"ec-meeting-2015-03-12-0da3650951871fbb707238e90056185dd19770fa","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-12 - Cabinet of Commissioner Elżbieta Bieńkowska x Institute of International Finance"],"date":["2015-03-12"],"summary":["SME Financing"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-48714858158-06","ec-person-b2f9be51339f054477846797e2c119fcf16548fc"]}} -{"id":"ec-meeting-2015-03-12-10c6ce882c411cdacdbbfcb0362248ee209fe92e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-12 - Cabinet of Vice-President Jyrki Katainen x Aviva Plc"],"date":["2015-03-12"],"summary":["Investment plan"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-7c9460f99c5872dbdc561f5752401c870d12e98b","eu-tr-86270761494-62"]}} -{"id":"ec-meeting-2015-03-12-19161151d0b28903050d5abbf55d070b62f1d3c3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-12 - Cabinet of Vice-President Maroš Šefčovič x European Association of the Electricity Transmission and Distribution Equipment and Services Industry"],"date":["2015-03-12"],"summary":["Energy Union, infrstructure, smart grids"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-2be517b9261a91f2f07e05ec14c6331980e9716e","eu-tr-90453504235-64"]}} -{"id":"ec-meeting-2015-03-12-1979f4524af7e82b13040721839c854284ae733f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-12 - Cabinet of Commissioner Carlos Moedas x European Venture Fund Investors Network"],"date":["2015-03-12"],"summary":["European Fund for Strategic Investments"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["eu-tr-469253615660-52","ec-person-23980b2bc4fd9c82051d0f7888dc236b2f764866"]}} -{"id":"ec-meeting-2015-03-12-1ba7c691ebac5e5bce29c2a046f78b702cc692e0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-12 - Cabinet of Commissioner Violeta Bulc x Fédération Internationale de l'Automobile"],"date":["2015-03-12"],"summary":["Meeting with FIA"],"notes":["Portfolio: Transport"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-4d2b449b5047ea3fda435a2a1c1081e3babcdf76","eu-tr-84839535366-67"]}} -{"id":"ec-meeting-2015-03-12-2619eb6e0b0a4777eaf46fdfb3e7fb0a788f2f1e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-12 - Cabinet of Commissioner Věra Jourová x European agri-cooperatives European farmers"],"date":["2015-03-12"],"summary":["Infrastructure problems of European agriculture"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-a2ca9161feee56909a0e98b473c2d342c20fdb57","eu-tr-09586631237-74","eu-tr-44856881231-49"]}} -{"id":"ec-meeting-2015-03-12-2e6b513a9b4c61915153c3017136a256a57166b0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-12 - Cabinet of Commissioner Phil Hogan x Landbrug & Fødevarer - Danish Agriculture and Food Council"],"date":["2015-03-12"],"summary":["Organic farming, the Commission's proposal in particular conversion, residue levels and controls"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-c9d17d5879383b030f61a4066848249fb35d57e4","eu-tr-1634450483-86"]}} -{"id":"ec-meeting-2015-03-12-39494d9fd4238b1e1ec27e7ea66c9c7f5717d48a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-12 - Cabinet of Vice-President Karmenu Vella x Organización de Productores Asociados de Grandes Atuneros Congeladores"],"date":["2015-03-12"],"summary":["Control, Electronic Monitoring System, Tuna Transparency Initiative"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["eu-tr-96665582234-88","ec-person-2966d69fae0ea4e67f3f2df5a743cc766267d3c8"]}} -{"id":"ec-meeting-2015-03-12-3bde9a65a44adeb56945d425e3d888e07dcd86b2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-12 - Cabinet of Vice-President Jyrki Katainen x Vereniging VNO-NCW"],"date":["2015-03-12"],"summary":["Investment Plan and Circualar Economy"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-13255254129-80","ec-person-bb70699c722c1620ec520e8a4d32911a32ae078c"]}} -{"id":"ec-meeting-2015-03-12-444c591bff470ef9b576540dac38efd7cbf8a50c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-12 - Cabinet of Commissioner Tibor Navracsics x Springer Nature AG & Co. KGaA"],"date":["2015-03-12"],"summary":["Introductory meeting. Discussion of D.S.M."],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-fc5c01a0bffedf0f4e205a759b40239535313d28","eu-tr-391575415702-29"]}} -{"id":"ec-meeting-2015-03-12-47e5305aca0a71f5c788920dce1fa1937f541b23","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-12 - Cabinet of Vice-President Andrus Ansip x Institute of International Finance"],"date":["2015-03-12"],"summary":["Digital Single Market, future of finance"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-48714858158-06","ec-person-0f698e3a0cc0bd6a02e1bd386a25cedc1366f3f1","ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0"]}} -{"id":"ec-meeting-2015-03-12-4a3b014a1b3696c1ba7602e56a8e36935c329a2e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-12 - Cabinet of President Jean-Claude Juncker x European Magazine Media Association European Newspaper Publishers' Association"],"date":["2015-03-12"],"summary":["Digital Single Market"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-44a061693f35519551be0e3dab996e76ad3f8c7c","eu-tr-5950962136-12","eu-tr-37937886834-69"]}} -{"id":"ec-meeting-2015-03-12-4f23d25022fb69d977b5a09815f6145d5f16b6d2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-12 - Climate Action x EUROMETAUX"],"date":["2015-03-12"],"summary":["EU ETS and carbon leakage"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-clima"],"involved":["ec-person-44c2f44f96dda2012bcb4e9abc749f6cae86a4c0","eu-tr-61650796093-48"]}} -{"id":"ec-meeting-2015-03-12-5b343d8b3458c3a3fa5f24c76ab84ef6d9ba33f9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-12 - Cabinet of Commissioner Margrethe Vestager x Banco Santander, S.A."],"date":["2015-03-12"],"summary":["Banking Legislation and Capital Market Union"],"notes":["Portfolio: Competition"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-margrethe-of-vestager"],"involved":["eu-tr-799142914971-03","ec-person-ba88c0f325beb42cca2cabbf7a5ea2fe3a59f989"]}} -{"id":"ec-meeting-2015-03-12-70c84b08b6af2ad5a61241c7a6cde9435fd04fec","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-12 - Cabinet of Vice-President Maroš Šefčovič x EnBW Energie Baden-Württemberg AG"],"date":["2015-03-12"],"summary":["Presentation of the compnay, Energy Union"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-2be517b9261a91f2f07e05ec14c6331980e9716e","eu-tr-13324391892-74"]}} -{"id":"ec-meeting-2015-03-12-748a0f385b25f855b20fac8952b23bdb7df3fb50","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-12 - Cabinet of Vice-President Miguel Arias Cañete x EnBW Energie Baden-Württemberg AG"],"date":["2015-03-12"],"summary":["Exchange on the current EU energy and climate policy topics"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-1831691c10441c5974327bbeb8693d6b6c1e50c3","eu-tr-13324391892-74","ec-person-2229c857664a22dcb8eee79a8c05841fd3d0924f"]}} -{"id":"ec-meeting-2015-03-12-755c02c51461d641dd30ce9e85bf96bd3c8014bb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-12 - Cabinet of Vice-President Andrus Ansip x Deutsche Post DHL Group"],"date":["2015-03-12"],"summary":["Digital Single Market - e-freight - conference"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-6a03bc4fa7657513ea34529e98dba0671ef4c849","eu-tr-48544465107-88"]}} -{"id":"ec-meeting-2015-03-12-7bb6097b3254be39fba0312c447d13bb5b32b571","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-12 - Cabinet of Vice-President Cecilia Malmström x Bruegel"],"date":["2015-03-12"],"summary":["TTIP"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-19b143e83f8ab978c55c8a9a9e49e06dbfa14bf3","ec-person-cb8ca9ec2413722fa83484ed18dd76ace52d0118","eu-tr-33622026795-64"]}} -{"id":"ec-meeting-2015-03-12-7cc3658446c8abf7539e125d34f9c30b5560b6bc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-12 - Cabinet of Commissioner Elżbieta Bieńkowska x European Magazine Media Association"],"date":["2015-03-12"],"summary":["Intro meeting"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["ec-person-685ecf13dd26cd515c961e24ba71049af2302c5e","eu-tr-37937886834-69"]}} -{"id":"ec-meeting-2015-03-12-84652e60e7f979e291cf4b4a8e064eb386d9f8b4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-12 - Cabinet of Commissioner Tibor Navracsics x IMPALA Association Internationale AISBL"],"date":["2015-03-12"],"summary":["Digital Single Market"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["eu-tr-12383069253-19","ec-person-4d24029a6a4b5bbdcd825e134f010bd0b384f80a"]}} -{"id":"ec-meeting-2015-03-12-9d4ea661ad4eb687ab0ac74b71f3ea3c4e7470f2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-12 - Cabinet of Commissioner Věra Jourová x Wirtschaftskammer Österreich"],"date":["2015-03-12"],"summary":["Package Travel Directive, Data protection, Digital Contracts"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["eu-tr-10405322962-08","ec-person-ff9ad301b778d595651cc4c46ec3a4cf1ef10376"]}} -{"id":"ec-meeting-2015-03-12-9dd4fe70c9d8d3d9bcceb7ccfa558a8e24c1e553","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-12 - Communications Networks, Content and Technology x British Retail Consortium"],"date":["2015-03-12"],"summary":["Better Regulation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-612780115008-03","ec-person-3d379ff88d704acbd3444fdd59765df1225d4f9b"]}} -{"id":"ec-meeting-2015-03-12-a5cad80eb006b64ec4be874d2355a186f1d47a08","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-12 - Maritime Affairs and Fisheries x Schull Community Harbour Development Co."],"date":["2015-03-12"],"summary":["Schull marina project"],"location":["DG MARE"],"address":["DG MARE"],"addressEntity":["addr-c48c54bbd3601050b346807f276505ddbf3e42b6"],"organizer":["ec-dg-mare"],"involved":["eu-tr-678623916309-49","ec-person-13c487b266d525d30bcdd6c108d17accaf4b8840"]}} -{"id":"ec-meeting-2015-03-12-b1a9a606f388e41592b48eceffb20e7579c58cc8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-12 - Cabinet of Vice-President Andrus Ansip x DIGITALEUROPE"],"date":["2015-03-12"],"summary":["Digital Single Market"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-64270747023-20","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45"]}} -{"id":"ec-meeting-2015-03-12-b88913abae170684ceccf7477586a711be2fc2dd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-12 - Cabinet of Commissioner Phil Hogan x STARCH EUROPE"],"date":["2015-03-12"],"summary":["Market developments in potato starch, isoglucose quota, tapioca starch"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-400dd8d59d3060187d9b9b143d697da1a3d03c12","ec-person-c9d17d5879383b030f61a4066848249fb35d57e4","eu-tr-57787966531-03"]}} -{"id":"ec-meeting-2015-03-12-b99fabd89fd8ab81954cb202f3cf8d91cb6c1b0f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-12 - Cabinet of Commissioner Jonathan Hill x Pensions and Lifetime Savings Association"],"date":["2015-03-12"],"summary":["Financial Services Policy"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Edinburgh"],"address":["Edinburgh"],"addressEntity":["addr-ea3774da1363e28bc141489d7665601a8525ae0e"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["eu-tr-968730515094-08","ec-person-f247edfcff54d4f26fc10769f809c92bc72d6797"]}} -{"id":"ec-meeting-2015-03-12-bac1f80937931cea7d8a19005957d9207c91676c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-12 - Günther Oettinger x Springer Nature AG & Co. KGaA"],"date":["2015-03-12"],"summary":["copyright"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-dg-de"],"involved":["ec-person-49723482bb23d029cbfc010cb37eec7392a0ae02","eu-tr-391575415702-29"]}} -{"id":"ec-meeting-2015-03-12-c755b7d218e63ae0db78c44e326e9d531f9af099","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-12 - Cabinet of Vice-President Karmenu Vella x European agri-cooperatives European farmers"],"date":["2015-03-12"],"summary":["NEC Directive (Meeting with Policy Coordination Committee of Copa and the Cooperative Coordination Committee of Cogeca)"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["ec-person-0188cdcf7c0a8fcf8a7b49289575f4c70fd09534","eu-tr-09586631237-74","eu-tr-44856881231-49"]}} -{"id":"ec-meeting-2015-03-12-c7cafbf7c8aa769bb7ec3b112b724e24a41f13ff","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-12 - Cabinet of Vice-President Maroš Šefčovič x Equinor ASA"],"date":["2015-03-12"],"summary":["Energy Union follow-up"],"notes":["Portfolio: Energy Union"],"location":["Brussels, BE"],"address":["Brussels, BE"],"addressEntity":["addr-bd80958a978de8af51caa97a25a75f30d0061d71"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-ea6b517040e26a62f17d2829afffeba48cfd682f","eu-tr-4447605981-76"]}} -{"id":"ec-meeting-2015-03-12-df2d20c30bb6d174cea11fed538a72677084d65d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-12 - Cabinet of Vice-President Valdis Dombrovskis x European Builders Confederation AISBL"],"date":["2015-03-12"],"summary":["European sectoral social dialogue in construction; - The participation of young and female workers to the construction sector; OSH Strategic Framework 2014-2020"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["European Commission, Brussels"],"address":["European Commission, Brussels"],"addressEntity":["addr-2af11d688b097d6939fd56f369a62f512c568619"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-1f98d05bdaed2c40396781b1eb7b0aa47cb8dd20","eu-tr-09256701147-51"]}} -{"id":"ec-meeting-2015-03-12-e85444dfa40a7eb95d3f4934d839be952cf7ab19","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-12 - Cabinet of First Vice-President Frans Timmermans x Deutscher Anwaltverein (German Bar Association)"],"date":["2015-03-12"],"summary":["Justice and Home affairs, better regulation, transparency"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Berlaymont, Brussels"],"address":["Berlaymont, Brussels"],"addressEntity":["addr-fc86ff6aaa2cd722afeb09a33ccd03fec72f8cd1"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["ec-person-6d8b11c800391d9e6515bbd1b0e9d54c7da270da","eu-tr-87980341522-66"]}} -{"id":"ec-meeting-2015-03-12-f2154dbf59303d2256bd346f18afd18e776eac93","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-12 - Competition x EUROMETAUX"],"date":["2015-03-12"],"summary":["Indirect compensation under EU ETS"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-comp"],"involved":["eu-tr-61650796093-48","ec-person-31e7cd791b79740bb63dab72215f74f338860a87"]}} -{"id":"ec-meeting-2015-03-12-f69455714af8b5c675f2ed72fd94be9f508f97fa","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-12 - Internal Market, Industry, Entrepreneurship and SMEs x ASOCIACIÓN NACIONAL DE GRANDES EMPRESAS DE DISTRIBUCIÓN"],"date":["2015-03-12"],"summary":["The establishment of large-scale retail permises. Late payment directive. European Semester."],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-grow"],"involved":["ec-person-9f3f9b58a22cf98d55521b290d1facc431bdce86","eu-tr-372186015628-03"]}} -{"id":"ec-meeting-2015-03-12-f8a87fbe68348ff3760ed05f56047aadd4b9ef8b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-12 - Cabinet of Vice-President Jyrki Katainen x European Venture Fund Investors Network"],"date":["2015-03-12"],"summary":["Capital markets union"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-469253615660-52","ec-person-88d71b399a3e13a243bdc4676e481835e8e5b2f2"]}} -{"id":"ec-meeting-2015-03-13-0a795b44fc83b9fec758f2b1dd44a3ac091b25ef","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-13 - Cabinet of Vice-President Karmenu Vella x Conseil de Coopération Economique"],"date":["2015-03-13"],"summary":["Circular Economy"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["ec-person-4ff7c27445db4ad88e687776974fd8d077a1fe0c","eu-tr-260656615546-60"]}} -{"id":"ec-meeting-2015-03-13-22d6a9109994f10c6ede7de653594e62edb18a82","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-13 - Cabinet of Commissioner Elżbieta Bieńkowska x European Chemical Industry Council European Chemical Industry Council"],"date":["2015-03-13"],"summary":["Competitiveness, energy and trade issues"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["ec-person-d2997a7f359c91a337055c3e24dd36bf928de38d","eu-tr-64879142323-90"]}} -{"id":"ec-meeting-2015-03-13-25a9f5a03562fc1186e3ce6beef13a77363ee97b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-13 - Cabinet of Commissioner Pierre Moscovici x Fédération bancaire française"],"date":["2015-03-13"],"summary":["Financial Transaction Tax (FTT)"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["eu-tr-09245221105-30","ec-person-738f7f25002d191bd2df8936e8f8d1d726c19e2e"]}} -{"id":"ec-meeting-2015-03-13-2c4fa3f29feee02fe9b51d74a58f11ac8ba5facc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-13 - Günther Oettinger x DIGITALEUROPE"],"date":["2015-03-13"],"summary":["DSM"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-64270747023-20","ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0"]}} -{"id":"ec-meeting-2015-03-13-3cda5d4b352a3b672c26025d701c34ffb40034b6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-13 - Cabinet of Vice-President Andrus Ansip x Handelsverband Deutschland"],"date":["2015-03-13"],"summary":["Digital Single Market - e-commerce"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-d5a309c64ecdb05010325dcfc661f6ae817f31cc","eu-tr-31200871765-41","ec-person-6a03bc4fa7657513ea34529e98dba0671ef4c849"]}} -{"id":"ec-meeting-2015-03-13-3ed4162b1fd7f8d89e64bc37b3e2eac76319e804","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-13 - Cabinet of Vice-President Jyrki Katainen x Conseil de Coopération Economique"],"date":["2015-03-13"],"summary":["Circular Economy"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-0310c3b87e155f5572493e91d12eebab9736a76b","eu-tr-260656615546-60"]}} -{"id":"ec-meeting-2015-03-13-47224901e2b79f6ecb837e8ea33feaa6e18992cd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-13 - Internal Market, Industry, Entrepreneurship and SMEs x Novartis International AG"],"date":["2015-03-13"],"summary":["Industrial Policy for pharmaceuticals"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-grow"],"involved":["ec-person-9f3f9b58a22cf98d55521b290d1facc431bdce86","eu-tr-91269481588-28"]}} -{"id":"ec-meeting-2015-03-13-492b8bca184e45e281f5f7c822b4664b979c5f80","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-13 - Cabinet of President Jean-Claude Juncker x Fédération bancaire française"],"date":["2015-03-13"],"summary":["Priorities of the new Commission"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-c402e34a99fbee730ae22e3b1958e21c94dc6fcc","eu-tr-09245221105-30"]}} -{"id":"ec-meeting-2015-03-13-4df79ed08bd2a604d32785fdba550c10c45fe498","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-13 - Cabinet of Commissioner Margrethe Vestager x Vodafone Belgium SA"],"date":["2015-03-13"],"summary":["Introduction to Vodafone, European telecoms markets"],"notes":["Portfolio: Competition"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-margrethe-of-vestager"],"involved":["ec-person-947ab3027ba90ce15968614ce35c12506b7a43ac","eu-tr-90142503473-81"]}} -{"id":"ec-meeting-2015-03-13-4e9d22f803546027c186f7792ca3b04f14e5a907","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-13 - Cabinet of Commissioner Jonathan Hill x The Goldman Sachs Group, Inc."],"date":["2015-03-13"],"summary":["Financial Services Policy"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["London"],"address":["London"],"addressEntity":["addr-4c57f0c88d9844630327623633ce269cf826ab99"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["eu-tr-701266814986-18","ec-person-f247edfcff54d4f26fc10769f809c92bc72d6797"]}} -{"id":"ec-meeting-2015-03-13-56de153e6c28154c414d87d0923c1294de810d05","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-13 - Cabinet of Vice-President Cecilia Malmström x Volvo Car Corporation AB"],"date":["2015-03-13"],"summary":["TTIP"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-74574295642-60","ec-person-19b143e83f8ab978c55c8a9a9e49e06dbfa14bf3"]}} -{"id":"ec-meeting-2015-03-13-5964e531e4dc850d9d038ddd5b7617aaccd4ba6d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-13 - Cabinet of Vice-President Valdis Dombrovskis x None"],"date":["2015-03-13"],"summary":["Aktuelle Themen, Strukturreformen (this meeting was originally planned for 25/2/2015)"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["BXL Berlaymont"],"address":["BXL Berlaymont"],"addressEntity":["addr-7da8fa042bb767dcb5d49808c3d4aa4d4b635752"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-b3851773e6fffa3f8f2c4483b70f7bb63da8a4c3"]}} -{"id":"ec-meeting-2015-03-13-59bfcff45a1a7559fd87a7765f6592f44260998f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-13 - Agriculture and Rural Development x Comité National des interprofessions à appelation d'origine et indication géographique"],"date":["2015-03-13"],"summary":["Réglementation agricole européenne dans le secteur du vin"],"location":["DG AGRI, Rue de la Loi 130"],"address":["DG AGRI, Rue de la Loi 130"],"addressEntity":["addr-cf7ffb0c54e51c02a7b09542fe465723ba36927c"],"organizer":["ec-dg-agri"],"involved":["eu-tr-514859516322-45","ec-person-7bc7204a153f98afbf1ad1cffbdd10d06d9ae166"]}} -{"id":"ec-meeting-2015-03-13-607361a3583ab191dd872ad7c03e00b926563e8e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-13 - Cabinet of Vice-President Cecilia Malmström x Verket för innovationssystem"],"date":["2015-03-13"],"summary":["Presentation of research activities"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-20ded9db5df11164331bb161fdf234b1e5ad53fd","eu-tr-109898613947-81"]}} -{"id":"ec-meeting-2015-03-13-6eccd63a6246cad09704d2f5663e8ca2790883f3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-13 - Cabinet of Commissioner Elżbieta Bieńkowska x OHB OHB"],"date":["2015-03-13"],"summary":["Copernicus, Galileo"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["ec-person-d2997a7f359c91a337055c3e24dd36bf928de38d","eu-tr-648584214179-94"]}} -{"id":"ec-meeting-2015-03-13-75a32a344b2602c2b1e2d694c42a8759dc765069","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-13 - Cabinet of Vice-President Maroš Šefčovič x Westinghouse Electric UK Holdings Ltd."],"date":["2015-03-13"],"summary":["Presentation of Westinghouse"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-3bf48630444ace93d407e52eb880e64d480f75ce","eu-tr-82770116544-06","ec-person-9f6823821fe68d82e9b9dbe81181ecacb0265d94"]}} -{"id":"ec-meeting-2015-03-13-761ea9de090d624a3888ef30e316d205d2ca389f","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2015-03-13 - Cabinet of Vice-President Cecilia Malmström x International Chamber of Commerce"],"date":["2015-03-13"],"summary":["TTIP","European Policies; Business in Global Markets"],"notes":["Portfolio: Trade"],"location":["Stockholm","Brussels"],"address":["Stockholm","Brussels"],"addressEntity":["addr-c62ff645db3e4e4627445eafdadf5e5683415895","addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-19b143e83f8ab978c55c8a9a9e49e06dbfa14bf3","eu-tr-50674299591-83"]}} -{"id":"ec-meeting-2015-03-13-7f0dcc7224069120e97a69ff81b1651ed5254658","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-13 - Cabinet of Vice-President Jyrki Katainen x Maa- ja metsätaloustuottajain Keskusliitto – Central Union of Agricultural Producers and Forest Owners"],"date":["2015-03-13"],"summary":["Forestry policy"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-56039441735-48","ec-person-0310c3b87e155f5572493e91d12eebab9736a76b"]}} -{"id":"ec-meeting-2015-03-13-8449b7e1d044f2a29fc945c088183353a277d70d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-13 - Cabinet of Commissioner Jonathan Hill x Fédération bancaire française"],"date":["2015-03-13"],"summary":["Financial Services Policy"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["ec-person-a9f927e92126f22da48d08ee37b059179988ada8","eu-tr-09245221105-30"]}} -{"id":"ec-meeting-2015-03-13-8c87bc057227f39dcb6a61ffb60c42bb6b2e35df","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-13 - Cabinet of Commissioner Elżbieta Bieńkowska x Daimler Aktiengesellschaft"],"date":["2015-03-13"],"summary":["Introductory meeting"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Berlaymont, Brussels, Belgium"],"address":["Berlaymont, Brussels, Belgium"],"addressEntity":["addr-0b7010ac7abf438645eacd50af3009b1252cd7a6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-2349218828-41","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2015-03-13-937cc623c1a62ab2b4c45a478f10039b82c40064","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-13 - Cabinet of Commissioner Carlos Moedas x Springer Nature AG & Co. KGaA"],"date":["2015-03-13"],"summary":["Meeting with Springer Science + Business Media"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-01051f0f33bfdc2ecc41873c02cae666c5e0d099","eu-tr-391575415702-29"]}} -{"id":"ec-meeting-2015-03-13-9bb02bf6e7bca21aac50c1a83af726f300e24b23","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2015-03-13 - Cabinet of Vice-President Cecilia Malmström x None"],"date":["2015-03-13"],"summary":["Breakfast on TTIP","TTIP"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-19b143e83f8ab978c55c8a9a9e49e06dbfa14bf3"]}} -{"id":"ec-meeting-2015-03-13-a0617ec586db6e45b2c380cba6e79890170ec1c2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-13 - Cabinet of Commissioner Phil Hogan x Comité National des interprofessions à appelation d'origine et indication géographique"],"date":["2015-03-13"],"summary":["Reglement européen dans le secteur du vin, competitivité du secteur, protection des indications géographiques"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-514859516322-45","ec-person-c9d17d5879383b030f61a4066848249fb35d57e4"]}} -{"id":"ec-meeting-2015-03-13-a423240d3d66bd4eb70c30d07b62da56cb19fbb4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-13 - Cabinet of Vice-President Miguel Arias Cañete x FTI Consulting Belgium"],"date":["2015-03-13"],"summary":["Gas Exploration"],"notes":["Portfolio: Climate Action & Energy"],"location":["Berl 8/165"],"address":["Berl 8/165"],"addressEntity":["addr-049fb436906ae7cbea6ce0c85217319992dae826"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-1831691c10441c5974327bbeb8693d6b6c1e50c3","eu-tr-29896393398-67"]}} -{"id":"ec-meeting-2015-03-13-a6a5ca73c275e70c700f032b0c0a7ecaf5297cef","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-13 - Cabinet of Vice-President Miguel Arias Cañete x The European Steel Association"],"date":["2015-03-13"],"summary":["ETS Reform"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussles, Belgium"],"address":["Brussles, Belgium"],"addressEntity":["addr-fcfeded9465b3bfe6f486fb872357db90a6617c9"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-93038071152-83","ec-person-25a937c04cd0a0ddcf5cf34798e76b5105854114"]}} -{"id":"ec-meeting-2015-03-13-ac1b1733cb2cadc0caf371297ed15c99a0288255","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-13 - Energy x General Electric Company"],"date":["2015-03-13"],"summary":["European Energy Policy priorities"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["ec-person-6997149120ce5129e38febe5275dc8fd03232d2e","eu-tr-4016736872-59"]}} -{"id":"ec-meeting-2015-03-13-ae3ef0a05673b4827d94e606700fb2086fededa1","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2015-03-13 - Cabinet of Commissioner Elżbieta Bieńkowska x European Chemical Industry Council"],"date":["2015-03-13"],"summary":["Energy, Competitiveness, Trade","Competitiveness - Energy - Trade"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels","Berlaymont, Brussels, Belgium"],"address":["Brussels","Berlaymont, Brussels, Belgium"],"addressEntity":["addr-0b7010ac7abf438645eacd50af3009b1252cd7a6","addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-64879142323-90","ec-person-d2997a7f359c91a337055c3e24dd36bf928de38d","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2015-03-13-b155a5340f948cc3a665bc92c1aa7f095e93b8bd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-13 - Cabinet of Vice-President Valdis Dombrovskis x Elinkeinoelämän Valtuuskunta EVA ry"],"date":["2015-03-13"],"summary":["Recent economic developments in the Euro-Zone"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Helsinki"],"address":["Helsinki"],"addressEntity":["addr-98dc71700228eb053aa75f338c9a8b5bcef38679"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-902665668634b69ce99a97f1853d89a9d1b275f2","eu-tr-126267016108-49","ec-person-a9eda2e8ea54b70a968327672c6cada679d3cd56"]}} -{"id":"ec-meeting-2015-03-13-b4da4c0f1b5ab1a0efdc74e30b8590e1bde3e2d9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-13 - Cabinet of Commissioner Carlos Moedas x SONAE"],"date":["2015-03-13"],"summary":["High Level Forum on Retail Competitiveness Innovation Subgroup"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["eu-tr-02219179820-59","ec-person-23980b2bc4fd9c82051d0f7888dc236b2f764866"]}} -{"id":"ec-meeting-2015-03-13-bc761436a7273eea8b846830d5f92bce16c45b6e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-13 - Cabinet of Commissioner Jonathan Hill x Open Europe"],"date":["2015-03-13"],"summary":["Financial Services Policy"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["London"],"address":["London"],"addressEntity":["addr-4c57f0c88d9844630327623633ce269cf826ab99"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["eu-tr-73494557272-88","ec-person-f247edfcff54d4f26fc10769f809c92bc72d6797"]}} -{"id":"ec-meeting-2015-03-13-bfca6e6f2906c49a220eff77ee455788e7746592","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-13 - Cabinet of First Vice-President Frans Timmermans x Conseil de Coopération Economique"],"date":["2015-03-13"],"summary":["Circular Economy"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["BERL 12/243"],"address":["BERL 12/243"],"addressEntity":["addr-fb1178ea299e67990c6feb254018fe3d42cd2186"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["ec-person-7a0c440119cd5d547eceebb055c79b8bb41bf9a2","eu-tr-260656615546-60"]}} -{"id":"ec-meeting-2015-03-13-c9bcf8f02be6b82b82c93b39cba3082d0606d834","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-13 - Cabinet of Commissioner Tibor Navracsics x Zentralverband des Deutschen Handwerks e.V."],"date":["2015-03-13"],"summary":["Youth policy"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-881310bbb4e54ac96753b80bbdc9b1994cfbf136","eu-tr-5189667783-94"]}} -{"id":"ec-meeting-2015-03-13-dab9c8c57c3a86bbccf147eddb0e27c4468009f3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-13 - Cabinet of Commissioner Elżbieta Bieńkowska x Apple Inc."],"date":["2015-03-13"],"summary":["common charger"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["ec-person-685ecf13dd26cd515c961e24ba71049af2302c5e","eu-tr-588327811384-96"]}} -{"id":"ec-meeting-2015-03-13-f4849cf25b1ddbfa5d18fb4ffbef6b4eeb9a8082","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-13 - Migration and Home Affairs x International Organization for Migration"],"date":["2015-03-13"],"summary":["Meeting w/ New IOM Director-General, Discussion on Migration Issues in general"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-home"],"involved":["ec-person-ae1262e8850ed1e9a0530b0ad7440ac648255896","eu-tr-14074813668-09"]}} -{"id":"ec-meeting-2015-03-16-0675a6d0ad7f0c6b7097bca2f660611e27647a51","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-16 - Cabinet of Vice-President Maroš Šefčovič x GEODE - The voice of local energy distributors across Europe"],"date":["2015-03-16"],"summary":["Energy Union"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-00098856602-24","ec-person-af83ed49c403cb9d7ebfecca7893f0054c1f4be5"]}} -{"id":"ec-meeting-2015-03-16-079ea9caf29c5b188487813cf96b5f69969b5d6e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-16 - Cabinet of Vice-President Andrus Ansip x International Chamber of Commerce"],"date":["2015-03-16"],"summary":["Digital Single Market strategy"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-0f698e3a0cc0bd6a02e1bd386a25cedc1366f3f1","eu-tr-50674299591-83","ec-person-666bc159c7e65a3af9e63c1e97435c02f1496955","ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0"]}} -{"id":"ec-meeting-2015-03-16-0c1dc0a7858cce9b713f523d10f6d3ca77553bb9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-16 - Energy x Akuo Energy"],"date":["2015-03-16"],"summary":["Juncker Investment plan"],"location":["Brusses, Belgium"],"address":["Brusses, Belgium"],"addressEntity":["addr-33e9ec364c077e5aa31f51de0370388a083430ca"],"organizer":["ec-dg-ener"],"involved":["ec-person-6997149120ce5129e38febe5275dc8fd03232d2e","eu-tr-633103416344-62"]}} -{"id":"ec-meeting-2015-03-16-0c6b5b769119302f128ddddb5e7ad19d251da11f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-16 - Cabinet of First Vice-President Frans Timmermans x Confederation of European Paper Industries"],"date":["2015-03-16"],"summary":["Circular Economy"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["BERL 8/275"],"address":["BERL 8/275"],"addressEntity":["addr-3ae1ca252351d2bc20aeeab8c5d3e0f1e0122c14"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["ec-person-7a0c440119cd5d547eceebb055c79b8bb41bf9a2","eu-tr-72279144480-58"]}} -{"id":"ec-meeting-2015-03-16-0d0261aac9e709ff650d525df29f5c78e3cec3d2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-16 - Cabinet of Vice-President Jyrki Katainen x Neste Oyj"],"date":["2015-03-16"],"summary":["Future of biofuels"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-0310c3b87e155f5572493e91d12eebab9736a76b","eu-tr-10257354120-19"]}} -{"id":"ec-meeting-2015-03-16-0fbb5e2c749ff6028bb418dc29ec73f8b067ef36","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-16 - Cabinet of Vice-President Valdis Dombrovskis x Zentralverband des Deutschen Handwerks e.V."],"date":["2015-03-16"],"summary":["Europäisches Semester"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["BXL, Berlaymont"],"address":["BXL, Berlaymont"],"addressEntity":["addr-24b6da464b2e8f3616e95e54c2c21b96ca5079e3"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-b3851773e6fffa3f8f2c4483b70f7bb63da8a4c3","eu-tr-5189667783-94"]}} -{"id":"ec-meeting-2015-03-16-125862365c02440f46526ca5574212fc4f689ccb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-16 - Cabinet of Vice-President Jyrki Katainen x Third Generation Environmentalism Ltd"],"date":["2015-03-16"],"summary":["Investment plan energy efficiency"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-07783117686-61","ec-person-7c9460f99c5872dbdc561f5752401c870d12e98b"]}} -{"id":"ec-meeting-2015-03-16-1287551c6c92874beb8cd65b3b04ed6872125956","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-16 - Cabinet of Vice-President Valdis Dombrovskis x Institutional Limited Partners Association (ILPA)"],"date":["2015-03-16"],"summary":["Benchmarks regulation/Alternative Investment Fund Managers Directive (AIFMD)"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-688571314594-79","ec-person-3f9ca71b74344417d1f072ba7f3e2f09a223b036"]}} -{"id":"ec-meeting-2015-03-16-19818e09ee59869ee2a74df3b6ee0dd6cb459b45","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-16 - Cabinet of Vice-President Miguel Arias Cañete x Trans Adriatic Pipeline"],"date":["2015-03-16"],"summary":["Trans Adriatic Pipeline Project"],"notes":["Portfolio: Climate Action & Energy"],"location":["Madrid, Spain"],"address":["Madrid, Spain"],"addressEntity":["addr-f2c4f2ef1ea88618aa1533f69b0d18fc1125a9d2"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-62773e55e1985542cb18a2a89f2053f2f39146b1","eu-tr-570335813082-79","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd"]}} -{"id":"ec-meeting-2015-03-16-1e1cf96a6270554d4c5b10661cd056443883d56e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-16 - Internal Market, Industry, Entrepreneurship and SMEs x DIGITALEUROPE"],"date":["2015-03-16"],"summary":["Digitalisation and interoperability of charges for mobile electronic devices"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-grow"],"involved":["ec-person-9f3f9b58a22cf98d55521b290d1facc431bdce86","eu-tr-64270747023-20"]}} -{"id":"ec-meeting-2015-03-16-374feaceea24cd855834523b2d1651af612775dc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-16 - Günther Oettinger x Apple Inc."],"date":["2015-03-16"],"summary":["Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-c6cae64cc7dc787b66a47ab1613d3e922875b971","eu-tr-588327811384-96"]}} -{"id":"ec-meeting-2015-03-16-38067f7368181e8daa2c43ab33cf2b3fbf23158a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-16 - Cabinet of Vice-President Jyrki Katainen x Confederation of European Paper Industries"],"date":["2015-03-16"],"summary":["Circular Economy"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-72279144480-58","ec-person-0310c3b87e155f5572493e91d12eebab9736a76b"]}} -{"id":"ec-meeting-2015-03-16-45458945b0729b71166acfdb179663ce6c2d34e2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-16 - Cabinet of Commissioner Elżbieta Bieńkowska x Mondelez Europe GmbH Mondelez Europe GmbH"],"date":["2015-03-16"],"summary":["Mondelez - introductory meeting"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-19807921101-45","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2015-03-16-4b1b2830128ed8770a66b56cf93eae3678902c94","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-16 - Cabinet of President Jean-Claude Juncker x Allianz SE"],"date":["2015-03-16"],"summary":["Investment Plan"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-c402e34a99fbee730ae22e3b1958e21c94dc6fcc","eu-tr-05503341949-54"]}} -{"id":"ec-meeting-2015-03-16-517367e1c1639ce9b8ea2e4ba054ffbb63b388b0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-16 - Cabinet of Commissioner Jonathan Hill x Deutsche Börse AG"],"date":["2015-03-16"],"summary":["Central counterparties"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Frankfurt am Main, Germany"],"address":["Frankfurt am Main, Germany"],"addressEntity":["addr-3691ed03e711c5956d0f986ae9a5f5f1a83839ea"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["eu-tr-20884001341-42","ec-person-f247edfcff54d4f26fc10769f809c92bc72d6797"]}} -{"id":"ec-meeting-2015-03-16-5651b0ecaafa6c4029acbb3c520b8142fccdbef3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-16 - Cabinet of Commissioner Marianne Thyssen x Machiels"],"date":["2015-03-16"],"summary":["Closing the Circle project"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["eu-tr-691549516537-77","ec-person-7567514af00f139b390cf9864d28a090ca0fde25"]}} -{"id":"ec-meeting-2015-03-16-576c9ff04f994ec726cb3d37d3178e591149043b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-16 - Cabinet of Commissioner Věra Jourová x International Chamber of Commerce"],"date":["2015-03-16"],"summary":["Digital economy"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["eu-tr-50674299591-83","ec-person-184e698af1eb9e33b179680570ca171d8cb31c94"]}} -{"id":"ec-meeting-2015-03-16-5dba2ee4cd3b2ef35c36498a4c7bf2cafa1d404b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-16 - Cabinet of Vice-President Miguel Arias Cañete x Wetlands International - European Association"],"date":["2015-03-16"],"summary":["The role of land use the Union’s climate and energy policies"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-260e00934471a02805fb143935d6e9205a7f355f","eu-tr-073127814104-19"]}} -{"id":"ec-meeting-2015-03-16-6039a8dd7c8d871e796db7528dd4966637c2ea1b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-16 - Cabinet of Vice-President Miguel Arias Cañete x UNION DE PETROLEROS INDEPENDIENTES"],"date":["2015-03-16"],"summary":["Energy efficiency"],"notes":["Portfolio: Climate Action & Energy"],"location":["Madrid, Spain"],"address":["Madrid, Spain"],"addressEntity":["addr-f2c4f2ef1ea88618aa1533f69b0d18fc1125a9d2"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-865990316193-16","ec-person-62773e55e1985542cb18a2a89f2053f2f39146b1","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd"]}} -{"id":"ec-meeting-2015-03-16-62ae50aec92860162b5f3d2392a014baa68c69e8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-16 - Cabinet of Vice-President Jyrki Katainen x PensionsEurope"],"date":["2015-03-16"],"summary":["Pension industry issues"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-88d71b399a3e13a243bdc4676e481835e8e5b2f2","eu-tr-5199259747-21"]}} -{"id":"ec-meeting-2015-03-16-67bcfac1d33abad21f57a16dff192a4eb94c7f9e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-16 - Günther Oettinger x Mercedes-Benz Group AG"],"date":["2015-03-16"],"summary":["Automatic driving"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-5652698e8f7b4a189329e67fddbaff44dbe8658c","eu-tr-2349218828-41"]}} -{"id":"ec-meeting-2015-03-16-69ef5f64db9de3dbb14acf47c74a211448f2eea6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-16 - Cabinet of Vice-President Neven Mimica x Vital Voices Global Partnership Inc"],"date":["2015-03-16"],"summary":["Exploring the potential partnership with the European Commission in investing in and training global women leaders, particularly in the implementation of the post-2015 development goals."],"notes":["Portfolio: International Cooperation & Development"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-mimica-neven-of-president-vice"],"involved":["ec-person-b187f3955c71d2e1daa48e02fd0a09ab7c6f6098","eu-tr-625585016155-48"]}} -{"id":"ec-meeting-2015-03-16-6f355582a0614d8a0d4525bf240a11082bea5ece","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2015-03-16 - Cabinet of Vice-President Cecilia Malmström x DIGITALEUROPE"],"date":["2015-03-16"],"summary":["Conflict minerals"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-64270747023-20","ec-person-8529bbbc6db862f6b82d6fa66a7cf7668804dae7"]}} -{"id":"ec-meeting-2015-03-16-70b87e60e8bfb375c0ba88d7f5b5368b374c19c9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-16 - Cabinet of Commissioner Věra Jourová x ICMP - The global voice of music publishing"],"date":["2015-03-16"],"summary":["Copyright rules in context of DSM"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-a2ca9161feee56909a0e98b473c2d342c20fdb57","eu-tr-65684839099-72"]}} -{"id":"ec-meeting-2015-03-16-7975cd31323f3d30490480c662f95db67b30959c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-16 - Cabinet of Vice-President Jyrki Katainen x Association of European Businesses"],"date":["2015-03-16"],"summary":["Economic situation in Russia"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-849798415326-80","ec-person-7c9460f99c5872dbdc561f5752401c870d12e98b"]}} -{"id":"ec-meeting-2015-03-16-7e13dbb9ac4155d04ede3b788270aa5289f86fb3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-16 - Cabinet of Commissioner Věra Jourová x The Walt Disney Company Benelux BVBA"],"date":["2015-03-16"],"summary":["Copyright and cross-border digital sales in context of DSM"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-a2ca9161feee56909a0e98b473c2d342c20fdb57","eu-tr-256463315409-35"]}} -{"id":"ec-meeting-2015-03-16-7f9520dc53906dde5027c577786a18651ff7996b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-16 - Cabinet of Commissioner Jonathan Hill x wetransform GmbH BRAIN AG bettervest GmbH"],"date":["2015-03-16"],"summary":["Capital markets union"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Frankfurt am Main, Germany"],"address":["Frankfurt am Main, Germany"],"addressEntity":["addr-3691ed03e711c5956d0f986ae9a5f5f1a83839ea"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["eu-tr-329361316438-76","eu-tr-797637316590-16","ec-person-f247edfcff54d4f26fc10769f809c92bc72d6797","eu-tr-110204116555-64"]}} -{"id":"ec-meeting-2015-03-16-8cde10463cc43b5ace82064b6178db1f0e5da58f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-16 - Günther Oettinger x The Walt Disney Company Benelux BVBA"],"date":["2015-03-16"],"summary":["DSM"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-d8b86b98a24683917c569000ed6d8c45bedbbc00","eu-tr-256463315409-35"]}} -{"id":"ec-meeting-2015-03-16-8e14fdfaa51c0c51dc2b1ac6f472cd420ba1d320","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-16 - Cabinet of President Jean-Claude Juncker x PensionsEurope"],"date":["2015-03-16"],"summary":["Priorities of the new Commission"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-c402e34a99fbee730ae22e3b1958e21c94dc6fcc","eu-tr-5199259747-21"]}} -{"id":"ec-meeting-2015-03-16-92a4901ca9b2745b034db9ebe3bbc2996339dfa4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-16 - Cabinet of Vice-President Karmenu Vella x Confederation of European Paper Industries"],"date":["2015-03-16"],"summary":["Circular Economy"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["ec-person-4ff7c27445db4ad88e687776974fd8d077a1fe0c","eu-tr-72279144480-58"]}} -{"id":"ec-meeting-2015-03-16-93568bd49f6a67f15abb79ca7c14371894d6ab03","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-16 - Cabinet of First Vice-President Frans Timmermans x Council of European Employers of the Metal, Engineering and Technology-based Industries"],"date":["2015-03-16"],"summary":["Better regulation"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-61370904700-45","ec-person-966667b73d92624be9bb019c2baab7e52331b3d3"]}} -{"id":"ec-meeting-2015-03-16-9c457a2254ac8aa403fc3bd7513d22fea2b34881","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-16 - Cabinet of Commissioner Elżbieta Bieńkowska x Hutchison Europe - Brussels Branch"],"date":["2015-03-16"],"summary":["EU retail policy and cross-border e-commerce"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-3779891566-57","ec-person-b2f9be51339f054477846797e2c119fcf16548fc"]}} -{"id":"ec-meeting-2015-03-16-a773ce72c53f0cb583a3d8b8caf5c34bb9305162","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-16 - Cabinet of Commissioner Violeta Bulc x PCC Intermodal SA"],"date":["2015-03-16"],"summary":["Logistics"],"notes":["Portfolio: Transport"],"location":["Brussels - Belgium"],"address":["Brussels - Belgium"],"addressEntity":["addr-85d514873c3b55c68206168e47e9d4fc69799cc8"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-819536416318-13","ec-person-7ac9445abdddc66a79f539ae13eb74e1ceb512df"]}} -{"id":"ec-meeting-2015-03-16-a9ed48ebd523cee0657253ce13d13034b2eb34c7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-16 - Cabinet of Commissioner Margrethe Vestager x Fastweb S.p.A."],"date":["2015-03-16"],"summary":["Discussion on EU Electronic Communication Policy"],"notes":["Portfolio: Competition"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-margrethe-of-vestager"],"involved":["eu-tr-58272867322-27","ec-person-5d3cde69206da720686a2bca71494091f1318f24"]}} -{"id":"ec-meeting-2015-03-16-aad968bc7fefe79cd559add832aa391593f27ddc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-16 - Trade x Energy Technologies Europe"],"date":["2015-03-16"],"summary":["OECD export credit support for coal-fired power plants"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-trade"],"involved":["ec-person-bde9bb099f5d24c52ca4a9255cefc99a5b87a650","eu-tr-18146381379-29"]}} -{"id":"ec-meeting-2015-03-16-bd05175f5fd8a0ccf903ff3102611dea7511d1b4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-16 - Cabinet of Commissioner Carlos Moedas x DSW (Deutsche Stiftung Weltbevoelkerung)"],"date":["2015-03-16"],"summary":["R&I on poverty-related diseases"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-f7327258e5f9a9c39cda735715e0240f1208bb65","eu-tr-32018754890-28"]}} -{"id":"ec-meeting-2015-03-16-bf07e60186f9b5a743b78c32823ddd91584a289b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-16 - Mobility and Transport x NERLEI - Associação Empresarial da Região de Leiria Comunidade Intermunicipal da Região de Leiria"],"date":["2015-03-16"],"summary":["Project to open \"Air Base No 5\" in Monte Real, Portugal, to civil traffic"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-move"],"involved":["ec-person-d856b0f199c84d5b5003106bea2ee6d0392e2428","eu-tr-350085416306-34","eu-tr-833079816527-73"]}} -{"id":"ec-meeting-2015-03-16-c69d3d6ac77e23cae06ce0d4fa684b28bc10402f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-16 - Communications Networks, Content and Technology x ICMP - The global voice of music publishing"],"date":["2015-03-16"],"summary":["Copyright"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["ec-person-3d379ff88d704acbd3444fdd59765df1225d4f9b","eu-tr-65684839099-72"]}} -{"id":"ec-meeting-2015-03-16-c75c3bc531c451e3d4eecd9e38df8a0617aaca2b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-16 - Cabinet of Commissioner Tibor Navracsics x The Walt Disney Company Benelux BVBA"],"date":["2015-03-16"],"summary":["Walt Disney's investement in Europe; Digital Single Market"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-cb6aa96c497dead35eb0f2ed0339e5423d506549","ec-person-4d24029a6a4b5bbdcd825e134f010bd0b384f80a","eu-tr-256463315409-35"]}} -{"id":"ec-meeting-2015-03-16-cce6f016fcfd56858b02b9edd749a4f9c7da1941","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-16 - Cabinet of Commissioner Violeta Bulc x AeroSpace and Defence Industries Association of Europe"],"date":["2015-03-16"],"summary":["MR De Vroey AeroSpace and Defence Industries Association of Europe"],"notes":["Portfolio: Transport"],"location":["Brussels/BE"],"address":["Brussels/BE"],"addressEntity":["addr-fe4580120e578f5899b4d753b36b5313310f6173"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-d710a614b1b0eabb6d73a2d665b82f6514a3fdb8","eu-tr-72699997886-57"]}} -{"id":"ec-meeting-2015-03-16-d80345485ef85502cb706ad92bb63a64eb4ae232","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-16 - Trade x General Electric Company"],"date":["2015-03-16"],"summary":["TTIP"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-trade"],"involved":["ec-person-bde9bb099f5d24c52ca4a9255cefc99a5b87a650","eu-tr-4016736872-59"]}} -{"id":"ec-meeting-2015-03-16-e5f34b52b60c751fa47e12a21d60e6808ab885a5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-16 - Cabinet of Commissioner Věra Jourová x Apple Inc."],"date":["2015-03-16"],"summary":["ApplePay and mobile payment technologies in context of DSM"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-a2ca9161feee56909a0e98b473c2d342c20fdb57","eu-tr-588327811384-96"]}} -{"id":"ec-meeting-2015-03-16-fa85c2960bab72c4fe8fed7293df0dbac500dd66","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-16 - Cabinet of Vice-President Karmenu Vella x Ian Michler"],"date":["2015-03-16"],"summary":["Wildlife"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["ec-person-4ff7c27445db4ad88e687776974fd8d077a1fe0c","eu-tr-697723016369-68"]}} -{"id":"ec-meeting-2015-03-17-02ddfe57b4d45c580bccdbf6a12f8b2ccb8abd87","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-17 - Cabinet of Vice-President Cecilia Malmström x Industriegewerkschaft Metall"],"date":["2015-03-17"],"summary":["Trade Defence Policy China case"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-20ded9db5df11164331bb161fdf234b1e5ad53fd","eu-tr-757195013270-80","ec-person-591ec829ca734bcfe59a2c9c7f07f9dff22a0ea9"]}} -{"id":"ec-meeting-2015-03-17-0355cd17e0d6aa83d102b5fec89ac41133e721c2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-17 - Cabinet of Vice-President Miguel Arias Cañete x European Federation of Clean Air and Environmental Protection Associations"],"date":["2015-03-17"],"summary":["Energy Union; Päris /COP21; ETS review post 2020"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-260e00934471a02805fb143935d6e9205a7f355f","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd","eu-tr-66196446799-74"]}} -{"id":"ec-meeting-2015-03-17-0664efc99904588d59b0b3f09410d3cd275d9d7a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-17 - Cabinet of Vice-President Johannes Hahn x Association of European Businesses"],"date":["2015-03-17"],"summary":["Impact of restrictive measures on EU economic operators in Russia"],"notes":["Portfolio: European Neighbourhood Policy & Enlargement Negotiations"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-hahn-johannes-of-president-vice"],"involved":["ec-person-643595d3a737c63fc95146b51292a4684ed1ca75","eu-tr-849798415326-80"]}} -{"id":"ec-meeting-2015-03-17-06dd5bb7b51952add59b6d592ff4c1af96ff5a34","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-17 - Communications Networks, Content and Technology x None"],"date":["2015-03-17"],"summary":["STARTS"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["ec-person-3d379ff88d704acbd3444fdd59765df1225d4f9b"]}} -{"id":"ec-meeting-2015-03-17-12f4b9490799849b75207d7cd982efca29b7e3f4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-17 - Informatics x IBM Corporation"],"date":["2015-03-17"],"summary":["Executive dialogue"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-digit"],"involved":["eu-tr-7721359944-96","ec-person-0098ceaf3507dfdf0d7f020be9785ac3453b4913"]}} -{"id":"ec-meeting-2015-03-17-13ab970c602481a24c448d7c722c6865e3a8d371","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-17 - Cabinet of Vice-President Miguel Arias Cañete x Shell Companies"],"date":["2015-03-17"],"summary":["Energy Union; Päris /COP21; ETS review post 2020"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-260e00934471a02805fb143935d6e9205a7f355f","eu-tr-05032108616-26","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd"]}} -{"id":"ec-meeting-2015-03-17-13ce707b6f28d54e49749faf351a9945eb96a4e4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-17 - Cabinet of Commissioner Violeta Bulc x ENAIRE"],"date":["2015-03-17"],"summary":["Ignacio Gonzalez Sanchez ENAIRE"],"notes":["Portfolio: Transport"],"location":["Brussels/BE"],"address":["Brussels/BE"],"addressEntity":["addr-fe4580120e578f5899b4d753b36b5313310f6173"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-4d2b449b5047ea3fda435a2a1c1081e3babcdf76","ec-person-d710a614b1b0eabb6d73a2d665b82f6514a3fdb8","eu-tr-51595808923-96"]}} -{"id":"ec-meeting-2015-03-17-17c026813d5089f14cec500f12482053460610d1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-17 - Cabinet of Vice-President Miguel Arias Cañete x University of Cambridge Institute for Sustainability Leadership"],"date":["2015-03-17"],"summary":["Energy Union; Päris /COP21; ETS review post 2020"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels,Belgium"],"address":["Brussels,Belgium"],"addressEntity":["addr-9d219e3055790a627449ea0f4745c821332ece94"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-618254915321-39","ec-person-260e00934471a02805fb143935d6e9205a7f355f","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd"]}} -{"id":"ec-meeting-2015-03-17-1861563fc6cc33027f29976ead73615dcc67f9b1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-17 - Cabinet of Vice-President Valdis Dombrovskis x Accenture PLC"],"date":["2015-03-17"],"summary":["Economic outlook of Europe. Growth potential through digitalisation."],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Berl 10/021"],"address":["Berl 10/021"],"addressEntity":["addr-7992dd464989e1ef41cb22ec804054aa5368b1e7"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-902665668634b69ce99a97f1853d89a9d1b275f2","eu-tr-34424201320-69"]}} -{"id":"ec-meeting-2015-03-17-1ed3ea5d59d1d4300b774ffbb80f600e63503b63","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-17 - Cabinet of Commissioner Věra Jourová x Coalition of European Organisations on Data Protection"],"date":["2015-03-17"],"summary":["Data protection and international data transfer"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["eu-tr-501468815548-71","ec-person-f329292459cb1badb7fb7c6b67b698c441931bb2"]}} -{"id":"ec-meeting-2015-03-17-202187942db0c0d1758d7cf51273edd66fb0fad7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-17 - Cabinet of Vice-President Johannes Hahn x International Organization for Migration"],"date":["2015-03-17"],"summary":["refugee issue in Middle Easter/North Africa/South Mediterranean"],"notes":["Portfolio: European Neighbourhood Policy & Enlargement Negotiations"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-hahn-johannes-of-president-vice"],"involved":["ec-person-ffbd1e8ac522a6bd1cdc4b724b9a4416b5d36034","eu-tr-14074813668-09"]}} -{"id":"ec-meeting-2015-03-17-2054b962fa1ab9c34211412d7ed31c7a95f2cbba","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-17 - Cabinet of Vice-President Valdis Dombrovskis x ICI Global"],"date":["2015-03-17"],"summary":["Capital Markets Union"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-296711210890-30","ec-person-3f9ca71b74344417d1f072ba7f3e2f09a223b036"]}} -{"id":"ec-meeting-2015-03-17-2372a6acce35453a952150639cd1a1e5ce0f3b35","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-17 - Cabinet of Commissioner Pierre Moscovici x Association Française des Entreprises Privées / French Association of Large Companies"],"date":["2015-03-17"],"summary":["Fiscalité des entreprises"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Bruxelles"],"address":["Bruxelles"],"addressEntity":["addr-b58f5927b66d94a676970dc048485d4c6848f272"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["eu-tr-953933297-85","ec-person-79931cfd2923c1aca9c7d284e9590732b0a36ed9"]}} -{"id":"ec-meeting-2015-03-17-27164a2726c780fa4ee7a0338bc289954597ca2c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-17 - Cabinet of Vice-President Andrus Ansip x HERMES INTERNATIONAL"],"date":["2015-03-17"],"summary":["Stratégie numérique, stratégie DSM, la protection des consommateurs online"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-d5a309c64ecdb05010325dcfc661f6ae817f31cc","eu-tr-919484116074-16"]}} -{"id":"ec-meeting-2015-03-17-28b7a226ba4438a67da28ea6b2f8821b1ca2d124","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-17 - Cabinet of President Jean-Claude Juncker x Amazon Europe Core SARL"],"date":["2015-03-17"],"summary":["Digital Single Market"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-44a061693f35519551be0e3dab996e76ad3f8c7c","eu-tr-366117914426-10"]}} -{"id":"ec-meeting-2015-03-17-3c56f5e814c8741f7c5f715c3dc937744cbeb4f4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-17 - Cabinet of Vice-President Jyrki Katainen x The Walt Disney Company Benelux BVBA"],"date":["2015-03-17"],"summary":["Digital Single Market"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-f9208d930adc70c6c64e21701e48f85f6f18e949","eu-tr-256463315409-35"]}} -{"id":"ec-meeting-2015-03-17-3f32726145c3cf5d4bb4309a878d8968cba65843","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-17 - Cabinet of Vice-President Miguel Arias Cañete x ACCIONA, S.A."],"date":["2015-03-17"],"summary":["Energy Union; Päris /COP21; ETS review post 2020"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-451019811573-55","ec-person-260e00934471a02805fb143935d6e9205a7f355f","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd"]}} -{"id":"ec-meeting-2015-03-17-4410c4a4355594506d6f9fea82fc509dcb7cc211","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-17 - Cabinet of Vice-President Miguel Arias Cañete x Koninklijke Philips"],"date":["2015-03-17"],"summary":["Energy Union; Päris /COP21; ETS review post 2020"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-035366013790-68","ec-person-260e00934471a02805fb143935d6e9205a7f355f","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd"]}} -{"id":"ec-meeting-2015-03-17-44a3acc267f111f38e7e6731a51cbeecfb6029db","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-17 - Cabinet of Vice-President Karmenu Vella x International Institute for Environment and Development"],"date":["2015-03-17"],"summary":["Circular Economy"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["ec-person-4ff7c27445db4ad88e687776974fd8d077a1fe0c","eu-tr-250374816364-20"]}} -{"id":"ec-meeting-2015-03-17-4a332a28f6a0864b616a894cf0a77f4107b80e91","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-17 - Cabinet of Vice-President Maroš Šefčovič x Ørsted A/S"],"date":["2015-03-17"],"summary":["Energy Union follow-up: energy efficiency"],"notes":["Portfolio: Energy Union"],"location":["Brussels, BE"],"address":["Brussels, BE"],"addressEntity":["addr-bd80958a978de8af51caa97a25a75f30d0061d71"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-ea6b517040e26a62f17d2829afffeba48cfd682f","eu-tr-870817015429-80"]}} -{"id":"ec-meeting-2015-03-17-4fc545cb5ab69059053c69e6a889408d090ea990","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-17 - Cabinet of Vice-President Miguel Arias Cañete x Eni S.p.A."],"date":["2015-03-17"],"summary":["Introductory meeting and exchanging views on strategies on Enrgy and Climat"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-99578067285-35","ec-person-2229c857664a22dcb8eee79a8c05841fd3d0924f"]}} -{"id":"ec-meeting-2015-03-17-50467404f092b7050d66b5cb05d3b84a2c172c95","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-17 - Cabinet of First Vice-President Frans Timmermans x International Institute for Sustainable Development - Europe"],"date":["2015-03-17"],"summary":["Circular Economy"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["BERL 12/243"],"address":["BERL 12/243"],"addressEntity":["addr-fb1178ea299e67990c6feb254018fe3d42cd2186"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["ec-person-7a0c440119cd5d547eceebb055c79b8bb41bf9a2","eu-tr-370844411306-85"]}} -{"id":"ec-meeting-2015-03-17-5054b75edd59b83446966d6c78617621485de0cc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-17 - Cabinet of Vice-President Cecilia Malmström x 21st Century Fox"],"date":["2015-03-17"],"summary":["Digital Single Market"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-923493211619-15","ec-person-98880f3f4206145e196013db9dd806a551c11e06","ec-person-591ec829ca734bcfe59a2c9c7f07f9dff22a0ea9"]}} -{"id":"ec-meeting-2015-03-17-51e7eb2d9841230c8692c2afcf29e68f3cee8fa8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-17 - Cabinet of Vice-President Miguel Arias Cañete x Raytheon Technologies"],"date":["2015-03-17"],"summary":["Energy Union; Päris /COP21; ETS review post 2020"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-87564644126-75","ec-person-260e00934471a02805fb143935d6e9205a7f355f","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd"]}} -{"id":"ec-meeting-2015-03-17-6b5fa0b3aedb5c3d449fe246a9e3fa586070cb26","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-17 - Cabinet of Commissioner Vytenis Andriukaitis x Plastics Europe"],"date":["2015-03-17"],"summary":["BISPHENOL A"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-b9c3f19e7c5f216e3e508f931ddd6a9cb59376d1","eu-tr-454264611835-56"]}} -{"id":"ec-meeting-2015-03-17-6cc5920dfa598140d6778d1acd55611312314ed0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-17 - Trade x Association of European Businesses"],"date":["2015-03-17"],"summary":["EU-Russia Relationships in Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-trade"],"involved":["ec-person-bde9bb099f5d24c52ca4a9255cefc99a5b87a650","eu-tr-849798415326-80"]}} -{"id":"ec-meeting-2015-03-17-708019d432d724699a97a53daedc4799161c1b2d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-17 - Günther Oettinger x 21st Century Fox"],"date":["2015-03-17"],"summary":["DSM"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-dg-de"],"involved":["ec-person-49723482bb23d029cbfc010cb37eec7392a0ae02","eu-tr-923493211619-15"]}} -{"id":"ec-meeting-2015-03-17-7ffe66f32f0a7725d6bf48b0c1510ce10748d5cc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-17 - Cabinet of Commissioner Marianne Thyssen x European Biosafety Network"],"date":["2015-03-17"],"summary":["Implementation of the Sharps Directive"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["eu-tr-539635916353-39","ec-person-7567514af00f139b390cf9864d28a090ca0fde25"]}} -{"id":"ec-meeting-2015-03-17-8056e7c373496e42d696b774e4c21d2d9234d4b9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-17 - Economic and Financial Affairs x Japan Center for International Finance Japan Center for International Finance"],"date":["2015-03-17"],"summary":["Global and EU economic situation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-ecfin"],"involved":["ec-person-9b398cc97951266670f91bef34ea37df7380eef9","eu-tr-315700115871-41"]}} -{"id":"ec-meeting-2015-03-17-895d1dd93ea95ccce51204daf4c94650b70100fb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-17 - Communications Networks, Content and Technology x Motion Picture Association EMEA"],"date":["2015-03-17"],"summary":["DSM, AVMSD"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-95201401713-39","ec-person-3d379ff88d704acbd3444fdd59765df1225d4f9b"]}} -{"id":"ec-meeting-2015-03-17-8af1bd182c878aa91cb3b70de9e0dcff93e7ad72","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-17 - Cabinet of Commissioner Jonathan Hill x Bundesverband deutscher Banken e.V."],"date":["2015-03-17"],"summary":["Financial regulation"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Frankfurt am Main, Germany"],"address":["Frankfurt am Main, Germany"],"addressEntity":["addr-3691ed03e711c5956d0f986ae9a5f5f1a83839ea"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["eu-tr-0764199368-97","ec-person-f247edfcff54d4f26fc10769f809c92bc72d6797"]}} -{"id":"ec-meeting-2015-03-17-8b71b2c19d27cd0270aa87f464df875bdff29952","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-17 - Günther Oettinger x Universal Music Group International"],"date":["2015-03-17"],"summary":["Copyright"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-4cd59e13386e3b68ecb3611fcc579e0a0a3938a5","eu-tr-530216615544-40"]}} -{"id":"ec-meeting-2015-03-17-8cdde5f497fd53c43f4e48bdee167cc9057069aa","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-17 - Cabinet of Commissioner Tibor Navracsics x Child & Youth Finance International"],"date":["2015-03-17"],"summary":["Presentation of the work of Child and Youth Finance International"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["eu-tr-113702513447-03","ec-person-fc5c01a0bffedf0f4e205a759b40239535313d28"]}} -{"id":"ec-meeting-2015-03-17-9079ad2b3edf6f75bcac7e4eee37e239c3b42302","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-17 - Cabinet of Vice-President Karmenu Vella x European Federation of Waste Management and Environmental Services"],"date":["2015-03-17"],"summary":["Circular Economy"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["eu-tr-2157643512-49","ec-person-0e3efd8bc1c3ee9a80205d0bb78f316fa1621e5d"]}} -{"id":"ec-meeting-2015-03-17-948d48e693b479db1b949e6a11b9248108f1da63","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-17 - Cabinet of Vice-President Valdis Dombrovskis x European Structured Investment Products Association"],"date":["2015-03-17"],"summary":["Overview of structured products issues"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-37488345650-13","ec-person-3f9ca71b74344417d1f072ba7f3e2f09a223b036"]}} -{"id":"ec-meeting-2015-03-17-9da4e56b3da6e8f84fb6a6d5f3c217fb6c5daaf8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-17 - Günther Oettinger x Handelsverband Deutschland"],"date":["2015-03-17"],"summary":["DSM, digital economy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-31200871765-41","ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0"]}} -{"id":"ec-meeting-2015-03-17-9db08661ee93c18584f4d677a56a210144e19004","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-17 - Cabinet of Commissioner Pierre Moscovici x Association of European Businesses"],"date":["2015-03-17"],"summary":["Economic relations EU-Russia"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["eu-tr-849798415326-80","ec-person-18ec03f403696ecde522f7843ba9c4ff6335ead4"]}} -{"id":"ec-meeting-2015-03-17-9e2888fcd3d25b216f7b921e9ce17c0d2454cac3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-17 - Cabinet of Commissioner Corina Crețu x European Alliance to Save Energy"],"date":["2015-03-17"],"summary":["Meeting between Commissioner Crețu and Monica Frassoni, President EU-ASE"],"notes":["Portfolio: Regional Policy"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-cabinet-commissioner-corina-cretu-of"],"involved":["ec-person-2ab6296ada57eee7b1af6a77e7ff23cf6b0b1ccf","eu-tr-37816636575-51"]}} -{"id":"ec-meeting-2015-03-17-9fffd2488c556b5725185833c2e1d08c04743640","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-17 - Cabinet of Commissioner Pierre Moscovici x Platform of European Social NGOs"],"date":["2015-03-17"],"summary":["Europe sociale"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["eu-tr-85083981189-35","ec-person-3cbeba61ae952f06fe4916c381438ebbc676a597"]}} -{"id":"ec-meeting-2015-03-17-a8d68f07aeac4bdfe85012868f52b6324d41d332","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2015-03-17 - Cabinet of Commissioner Violeta Bulc x General Aviation Manufacturers Association"],"date":["2015-03-17"],"summary":["General Aviation Manufacturers Association (GAMA)","Aviation issues"],"notes":["Portfolio: Transport"],"location":["BERL 8/39","Brussels/BE"],"address":["BERL 8/39","Brussels/BE"],"addressEntity":["addr-fe4580120e578f5899b4d753b36b5313310f6173","addr-8525b7aa1bbbff229130ad219106a8a8bfc5fde4"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-49221685491-82","ec-person-d710a614b1b0eabb6d73a2d665b82f6514a3fdb8"]}} -{"id":"ec-meeting-2015-03-17-a9c444d40ae392083303e050714a123018379ba6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-17 - Cabinet of Vice-President Miguel Arias Cañete x Stichting European Climate Foundation"],"date":["2015-03-17"],"summary":["Energy Union; Päris /COP21; ETS review post 2020"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-64869491516-70","ec-person-260e00934471a02805fb143935d6e9205a7f355f","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd"]}} -{"id":"ec-meeting-2015-03-17-aa89c0a10120a7a09251d786ed39620be3b6406a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-17 - Cabinet of Vice-President Miguel Arias Cañete x 3M"],"date":["2015-03-17"],"summary":["Energy Union; Päris /COP21; ETS review post 2020"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-91425447458-88","ec-person-260e00934471a02805fb143935d6e9205a7f355f","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd"]}} -{"id":"ec-meeting-2015-03-17-ac9a4886369d7ad300acc6d1803e65f03b23004d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-17 - Cabinet of President Jean-Claude Juncker x Spotify"],"date":["2015-03-17"],"summary":["Digital Single Market"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-44a061693f35519551be0e3dab996e76ad3f8c7c","eu-tr-365747616583-15"]}} -{"id":"ec-meeting-2015-03-17-ae8a6912895bc7472a88aebcc170c28bd7739bb9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-17 - Cabinet of Vice-President Miguel Arias Cañete x ELECTRICITE DE FRANCE"],"date":["2015-03-17"],"summary":["Energy Union; Paris/COP21; ETS review post 2020"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-39966101835-69","ec-person-260e00934471a02805fb143935d6e9205a7f355f","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd"]}} -{"id":"ec-meeting-2015-03-17-b512e8cda86e6c6310aebba929d6837623d13882","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-17 - Cabinet of Vice-President Andrus Ansip x GIGAEurope"],"date":["2015-03-17"],"summary":["Investment, current regulation + review of telecom rules"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-42178977290-80","ec-person-666bc159c7e65a3af9e63c1e97435c02f1496955"]}} -{"id":"ec-meeting-2015-03-17-bdb0825a31ce37b85a29ee3298be1a188b8610eb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-17 - Cabinet of High Representative / Vice-President Federica Mogherini x TUSIAD-Turkish Industry&Business Association BUSINESSEUROPE"],"date":["2015-03-17"],"summary":["G20 2015 & BUSINESS WORLD Roundtable"],"notes":["Portfolio: Foreign Affairs and Security Policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"involved":["ec-person-62bf207e4274ad594e7eab4bfe20782f1d57f645","eu-tr-3978240953-79","eu-tr-38870176589-43"]}} -{"id":"ec-meeting-2015-03-17-c7f8dd896d550a372a48cbf3b51b81559d34e5ea","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-17 - Cabinet of Vice-President Miguel Arias Cañete x European agri-cooperatives European farmers"],"date":["2015-03-17"],"summary":[": indirect land-use change of food-crop based biofuels & inclusion of land-use in the EU's emission reduction target for 2030"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-260e00934471a02805fb143935d6e9205a7f355f","eu-tr-44856881231-49","eu-tr-09586631237-74","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd"]}} -{"id":"ec-meeting-2015-03-17-ca6efb354de787250df417b72c93b58b4d0e3483","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-17 - Cabinet of Commissioner Jonathan Hill x Tata Limited"],"date":["2015-03-17"],"summary":["Financial Services Policy"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["ec-person-03cf92829e273869bfbd8bbf4f1881dcd0848186","eu-tr-732259614632-44"]}} -{"id":"ec-meeting-2015-03-17-cecb70a59809797ceddf73bca9472332e63cdb9d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-17 - Cabinet of Vice-President Johannes Hahn x Arab NGO Network for Development"],"date":["2015-03-17"],"summary":["comments on ENP South"],"notes":["Portfolio: European Neighbourhood Policy & Enlargement Negotiations"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-hahn-johannes-of-president-vice"],"involved":["ec-person-ffbd1e8ac522a6bd1cdc4b724b9a4416b5d36034","eu-tr-235474015095-10"]}} -{"id":"ec-meeting-2015-03-17-cf36f199814dd4debc6f14bb9b047423361b9a5a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-17 - Cabinet of High Representative / Vice-President Federica Mogherini x European Alliance for Human Rights in North Korea"],"date":["2015-03-17"],"summary":["Meeting with Mr Billy Davis"],"notes":["Portfolio: Foreign Affairs and Security Policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"involved":["ec-person-45979518aeb963c1e56b5ef49b90e004ae8acf79","eu-tr-510112312234-63"]}} -{"id":"ec-meeting-2015-03-17-cf74e64bdd68b7a136e2910bf3e97bc209eb23be","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-17 - Cabinet of Commissioner Věra Jourová x Fair Trials"],"date":["2015-03-17"],"summary":["Presentation of the activities of Fair Trails to the cabinet"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-64349923a7639978983020a607770b8dc47c8144","eu-tr-302540016347-29"]}} -{"id":"ec-meeting-2015-03-17-d0105f8847d6104e26373caeaa3f316afae9975d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-17 - Internal Market, Industry, Entrepreneurship and SMEs x HERMES INTERNATIONAL"],"date":["2015-03-17"],"summary":["Competitiveness of creative industries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-grow"],"involved":["ec-person-9f3f9b58a22cf98d55521b290d1facc431bdce86","eu-tr-919484116074-16"]}} -{"id":"ec-meeting-2015-03-17-d8b4740bd366d294bd4efbf1dc7ca3dc18094177","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-17 - Günther Oettinger x Independent Retail Europe (formerly UGAL - Union of Groups of Independent Retailers of Europe)"],"date":["2015-03-17"],"summary":["Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-c6cae64cc7dc787b66a47ab1613d3e922875b971","eu-tr-034546859-02"]}} -{"id":"ec-meeting-2015-03-17-dc27d22a9355d963d09a66d45ffd22fb02c9f8d1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-17 - Cabinet of President Jean-Claude Juncker x The Walt Disney Company Benelux BVBA"],"date":["2015-03-17"],"summary":["Digital Single Market"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-44a061693f35519551be0e3dab996e76ad3f8c7c","eu-tr-256463315409-35"]}} -{"id":"ec-meeting-2015-03-17-e5a05444898ae4c8345cc58a83655caf552aee68","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-17 - Cabinet of Vice-President Valdis Dombrovskis x European Anti Poverty Network"],"date":["2015-03-17"],"summary":["EU macroeconomic governance, streamlining of the European Semester, role of social indicators. Midterm review of Europe 2020 strategy, progress towards headline targets, including poverty reduction target."],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["European Commission, Brussels"],"address":["European Commission, Brussels"],"addressEntity":["addr-2af11d688b097d6939fd56f369a62f512c568619"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-1f98d05bdaed2c40396781b1eb7b0aa47cb8dd20","eu-tr-3945154610-54","ec-person-a9eda2e8ea54b70a968327672c6cada679d3cd56"]}} -{"id":"ec-meeting-2015-03-17-ee1ef7c1f734a4261a9a00216ee748185116b96e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-17 - Cabinet of Vice-President Karmenu Vella x Federation of Associations for Hunting & Conservation of the EU Stichting BirdLife Europe"],"date":["2015-03-17"],"summary":["REFIT of Nature Legislation"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["eu-tr-1083162721-43","eu-tr-75899541198-85","ec-person-0e3efd8bc1c3ee9a80205d0bb78f316fa1621e5d"]}} -{"id":"ec-meeting-2015-03-17-fa1134988cc3706562263a97ff9ce580b08ee684","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-17 - Cabinet of Vice-President Jyrki Katainen x None"],"date":["2015-03-17"],"summary":["Circular Economy"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-0310c3b87e155f5572493e91d12eebab9736a76b"]}} -{"id":"ec-meeting-2015-03-18-09c333ee707c59be2a0e87c0d57316579bbfae26","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-18 - Cabinet of Vice-President Cecilia Malmström x SALESAS TRES CENTRO DE ESTUDIOS Spotify"],"date":["2015-03-18"],"summary":["Music industry in the EU and US"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-400183910694-08","eu-tr-365747616583-15","ec-person-98880f3f4206145e196013db9dd806a551c11e06"]}} -{"id":"ec-meeting-2015-03-18-11bb5a8bbd041d6f24f165c01ac725f53bad9774","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-18 - Cabinet of Commissioner Margrethe Vestager x Confederation of Danish Industry"],"date":["2015-03-18"],"summary":["Discussion on European Issues"],"notes":["Portfolio: Competition"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-margrethe-of-vestager"],"involved":["eu-tr-5749958415-41","ec-person-6e8b9cd7bb1a15a7e90b04790769360ba931cafd"]}} -{"id":"ec-meeting-2015-03-18-1df26cdadf3a5f50ff2da9d1674edd5aa761149d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-18 - Cabinet of Vice-President Maroš Šefčovič x Alliance for Synthetic Fuels in Europe"],"date":["2015-03-18"],"summary":["Energy Union follow-up"],"notes":["Portfolio: Energy Union"],"location":["Brussels, BE"],"address":["Brussels, BE"],"addressEntity":["addr-bd80958a978de8af51caa97a25a75f30d0061d71"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-ea6b517040e26a62f17d2829afffeba48cfd682f","eu-tr-41186039192-02"]}} -{"id":"ec-meeting-2015-03-18-27985164c32c38df06d923a49f5f075007fe626b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-18 - Cabinet of Vice-President Jyrki Katainen x Bureau International du Béton Manufacturé"],"date":["2015-03-18"],"summary":["Circular Economy"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-0310c3b87e155f5572493e91d12eebab9736a76b","eu-tr-07055806769-32"]}} -{"id":"ec-meeting-2015-03-18-2f5d312b779ac339c1e50b6b2122a0e2c2ba6fda","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-18 - Cabinet of Commissioner Violeta Bulc x European Producers Union of Renewable Ethanol"],"date":["2015-03-18"],"summary":["The role of biofuels in the decarbonisation of transport"],"notes":["Portfolio: Transport"],"location":["Brussels, Belguim"],"address":["Brussels, Belguim"],"addressEntity":["addr-84b5e5f38d43901e13b15f0c7dd8b408c954fd9b"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-e14c58f620f40325d829df7be0823280307bc15f","eu-tr-32591134448-30"]}} -{"id":"ec-meeting-2015-03-18-33b8c6feaba1ab0c5d6c9472a911aedcd588f811","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-18 - Cabinet of Vice-President Jyrki Katainen x Plastics Europe"],"date":["2015-03-18"],"summary":["Circular Economy"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-454264611835-56","ec-person-0310c3b87e155f5572493e91d12eebab9736a76b"]}} -{"id":"ec-meeting-2015-03-18-379a3e40f8a220d3ffd53d4289a8cdf93d51967b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-18 - Cabinet of Vice-President Andrus Ansip x European Internet Services Providers Association"],"date":["2015-03-18"],"summary":["Platforms"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-54437813115-56","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45"]}} -{"id":"ec-meeting-2015-03-18-37a3e8bc4fdf957b3c14b0e4536cc4e3f11010f8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-18 - Cabinet of First Vice-President Frans Timmermans x Plastics Europe"],"date":["2015-03-18"],"summary":["Circular Economy"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["BERL 10/286"],"address":["BERL 10/286"],"addressEntity":["addr-fb8936c188f53a7eb5cbd12e71c33e932fbbc6ac"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["ec-person-7a0c440119cd5d547eceebb055c79b8bb41bf9a2","eu-tr-454264611835-56"]}} -{"id":"ec-meeting-2015-03-18-3a2f76907f131d4e2c636863cd405ce206c4abe3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-18 - Cabinet of Commissioner Věra Jourová x European Organisation of Prison and Correctional Services"],"date":["2015-03-18"],"summary":["Preparation of a high level roundtable in autumn on radicalisation in prisons"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-64349923a7639978983020a607770b8dc47c8144","eu-tr-081830016245-42"]}} -{"id":"ec-meeting-2015-03-18-3c60a59a05e71e816898550f9d3b3f3a374e4f51","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-18 - Cabinet of Commissioner Jonathan Hill x Channel 4"],"date":["2015-03-18"],"summary":["Digital Single Market"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Belgium, Brussels, BERL"],"address":["Belgium, Brussels, BERL"],"addressEntity":["addr-afebf85a436897fe5234b2ac0d00a1ddc4c9dd27"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["ec-person-5fdb62e20cecef81f87f94d3d1bcdd3b47b26af0","eu-tr-98661678209-02"]}} -{"id":"ec-meeting-2015-03-18-3e6c565541bf18fc8fccd0c079ea2539381ddaf7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-18 - Cabinet of Vice-President Miguel Arias Cañete x European Federation of Intelligent Energy Efficiency Services"],"date":["2015-03-18"],"summary":["Energy efficiency in the context of the Energy Union and a strategy on heating and cooling"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-2229c857664a22dcb8eee79a8c05841fd3d0924f","ec-person-260e00934471a02805fb143935d6e9205a7f355f","eu-tr-25748484862-49"]}} -{"id":"ec-meeting-2015-03-18-3f197b75a2124da702be8a4a345ff13046418c1c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-18 - Cabinet of Commissioner Věra Jourová x EUK Consulting"],"date":["2015-03-18"],"summary":["Consumer safety"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-a2ca9161feee56909a0e98b473c2d342c20fdb57","eu-tr-29815741326-06"]}} -{"id":"ec-meeting-2015-03-18-3fd10c295a8b639db3f30bc01cc68d855e4a0d8d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-18 - Cabinet of Vice-President Maroš Šefčovič x European Movement International"],"date":["2015-03-18"],"summary":["Energy Union and the citizens, energy union action plan and role of stakeholders"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-35279857524-58","ec-person-1f95be23689cd4ed0a26fe2980f760ccf2d55c1e"]}} -{"id":"ec-meeting-2015-03-18-4120e135a5041283464a845e422d3688b0a4eada","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-18 - Cabinet of Commissioner Violeta Bulc x European Cockpit Association"],"date":["2015-03-18"],"summary":["European Cockpit Association (ECA)"],"notes":["Portfolio: Transport"],"location":["Brussels/BE"],"address":["Brussels/BE"],"addressEntity":["addr-fe4580120e578f5899b4d753b36b5313310f6173"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-39838147687-59","ec-person-d710a614b1b0eabb6d73a2d665b82f6514a3fdb8"]}} -{"id":"ec-meeting-2015-03-18-4e8f06655b6ec5ee511cae91ed676954d98fa059","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-18 - Cabinet of President Jean-Claude Juncker x Tata Limited"],"date":["2015-03-18"],"summary":["Jobs, Growth and Innovation in Europe"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-732259614632-44","ec-person-98eba7ab1446c6dce384fdc2ecd48c7cadf9ee4e"]}} -{"id":"ec-meeting-2015-03-18-55cfc130c9bba386da6a4a28586f9a86624a9791","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-18 - Günther Oettinger x Time Warner Inc."],"date":["2015-03-18"],"summary":["DSM"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-dg-de"],"involved":["eu-tr-761346015292-83","ec-person-49723482bb23d029cbfc010cb37eec7392a0ae02"]}} -{"id":"ec-meeting-2015-03-18-55d275e84c4503e2218edd2c1fbbae30be66f677","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-18 - Cabinet of Commissioner Margrethe Vestager x World Economic Forum"],"date":["2015-03-18"],"summary":["World Economic Forum’s Europe programme"],"notes":["Portfolio: Competition"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-margrethe-of-vestager"],"involved":["ec-person-baa1c172df109ebd1f0307bccb5e21aec66c7a25","eu-tr-953426816942-83"]}} -{"id":"ec-meeting-2015-03-18-594ed37d58b3b8d890ef37c08bb319768bc3cecc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-18 - Cabinet of Commissioner Elżbieta Bieńkowska x Tenneco Automotive Europe"],"date":["2015-03-18"],"summary":["Introductory meeting"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["ec-person-b2f9be51339f054477846797e2c119fcf16548fc","eu-tr-512668316463-96"]}} -{"id":"ec-meeting-2015-03-18-5b60a309d97a73218e9fbd131d44bc01a0ec3127","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-18 - Günther Oettinger x GSMA Europe"],"date":["2015-03-18"],"summary":["TSM / DSM"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-dg-de"],"involved":["eu-tr-30988577529-37","ec-person-49723482bb23d029cbfc010cb37eec7392a0ae02"]}} -{"id":"ec-meeting-2015-03-18-5bc40a281fa8ab23603fa5715affc4fcc3c25246","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-18 - Education, Youth, Sport and Culture x Groupement Européen des Sociétés d'Auteurs et Compositeurs"],"date":["2015-03-18"],"summary":["Discussion related on copyright"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-eac"],"involved":["ec-person-4b0c15b75d9d40b5f296fc3f15972fd544f6b6d6","eu-tr-36529354479-57"]}} -{"id":"ec-meeting-2015-03-18-6459c413e7ff0c8d8dcf6180cb0ca3f859800522","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-18 - Cabinet of Commissioner Věra Jourová x Deutscher Industrie- und Handelskammertag e.V."],"date":["2015-03-18"],"summary":["Work Programme 2015"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["eu-tr-22400601191-42","ec-person-184e698af1eb9e33b179680570ca171d8cb31c94"]}} -{"id":"ec-meeting-2015-03-18-66f12a10e99a20eb3c6ccfe11d02903b72cbf802","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-18 - Cabinet of Vice-President Valdis Dombrovskis x Mediobanca - Banca di Credito Finanziario"],"date":["2015-03-18"],"summary":["Economic situation in the EU/euro area, Economic situation in Italy including impact of recent monetary policy measures"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels, Berlaymont"],"address":["Brussels, Berlaymont"],"addressEntity":["addr-2d842da4e8cf3dbd0304d45e6b874d5f0aa57edf"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-722314616330-15","ec-person-f6170dbdd732fc460a713b82b57759ac5e77fdc6"]}} -{"id":"ec-meeting-2015-03-18-6747f9c88bef3703bd908e099c0bae8a77541e50","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2015-03-18 - Cabinet of Commissioner Věra Jourová x EUROCHAMBRES – Association of European Chambers of Commerce and Industry"],"date":["2015-03-18"],"summary":["Civil law and consumer protection files","Discussion on long-term priorities"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["eu-tr-0014082722-83","ec-person-a608b85b2ffef83f883b5a2330b6232efa1b7141","ec-person-ff9ad301b778d595651cc4c46ec3a4cf1ef10376"]}} -{"id":"ec-meeting-2015-03-18-6cdd1e77a7660782265808675c13a0bfd3ca111c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-18 - Cabinet of Vice-President Miguel Arias Cañete x Bundesverband der Deutschen Industrie e.V."],"date":["2015-03-18"],"summary":["ETS Market design"],"notes":["Portfolio: Climate Action & Energy"],"location":["Berl 8/165"],"address":["Berl 8/165"],"addressEntity":["addr-049fb436906ae7cbea6ce0c85217319992dae826"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-1831691c10441c5974327bbeb8693d6b6c1e50c3","eu-tr-1771817758-48"]}} -{"id":"ec-meeting-2015-03-18-71112464e2cc905556c422f2cb026460b3ddecaa","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-18 - Cabinet of Vice-President Miguel Arias Cañete x Alliance for Synthetic Fuels in Europe"],"date":["2015-03-18"],"summary":["Energy Union and Climate action"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-41186039192-02","ec-person-260e00934471a02805fb143935d6e9205a7f355f","ec-person-25a937c04cd0a0ddcf5cf34798e76b5105854114"]}} -{"id":"ec-meeting-2015-03-18-7289f53172e1666d7269aef1019c82db9360d5c1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-18 - Günther Oettinger x Telia Company AB"],"date":["2015-03-18"],"summary":["Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-381805014604-45","ec-person-c6cae64cc7dc787b66a47ab1613d3e922875b971"]}} -{"id":"ec-meeting-2015-03-18-8b02a0784add3a1f97940c65903b17ae5d2808fb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-18 - Cabinet of Vice-President Jyrki Katainen x BDO/Brussels Worldwide Services BV"],"date":["2015-03-18"],"summary":["Possible speaking opportunities for the VP"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-7c9460f99c5872dbdc561f5752401c870d12e98b","eu-tr-36576556470-62"]}} -{"id":"ec-meeting-2015-03-18-8fa54a5f9e198b7b276bd24cefeee52bd1cf26e4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-18 - Cabinet of Vice-President Jyrki Katainen x Digita Oy"],"date":["2015-03-18"],"summary":["Digital Single Market"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-252658916226-12","ec-person-0da85dc48012e26688310a59a0b51727ea68f410"]}} -{"id":"ec-meeting-2015-03-18-92f914c1b5be67e1fee913289ec91237b44e48ff","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-18 - Cabinet of Vice-President Maroš Šefčovič x European Federation of Intelligent Energy Efficiency Services"],"date":["2015-03-18"],"summary":["Energy Union follow-up: energy efficiency"],"notes":["Portfolio: Energy Union"],"location":["Brussels, BE"],"address":["Brussels, BE"],"addressEntity":["addr-bd80958a978de8af51caa97a25a75f30d0061d71"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-ea6b517040e26a62f17d2829afffeba48cfd682f","eu-tr-25748484862-49"]}} -{"id":"ec-meeting-2015-03-18-9ce1471ba72540aae7e839c327d2311ebe747e67","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-18 - Cabinet of Vice-President Miguel Arias Cañete x Euroheat & Power"],"date":["2015-03-18"],"summary":["Heating Strategy"],"notes":["Portfolio: Climate Action & Energy"],"location":["Rue Froissart"],"address":["Rue Froissart"],"addressEntity":["addr-4f04e0596c11b858c11628759cd322d86f0acc1b"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-1831691c10441c5974327bbeb8693d6b6c1e50c3","eu-tr-88457577025-19"]}} -{"id":"ec-meeting-2015-03-18-9e699b407329e1f3166d4fefc69a5d495cb89af0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-18 - Cabinet of Vice-President Cecilia Malmström x LO - The Swedish Trade Union Confederation"],"date":["2015-03-18"],"summary":["Trade Policy in general and TTIP in particular"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-03403153759-04","ec-person-20ded9db5df11164331bb161fdf234b1e5ad53fd"]}} -{"id":"ec-meeting-2015-03-18-a01c9573aff8c25a21ac51c13c56646538df6486","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-18 - Cabinet of Vice-President Maroš Šefčovič x EUROCHAMBRES – Association of European Chambers of Commerce and Industry"],"date":["2015-03-18"],"summary":["Energy Union, general EU issues"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-1f95be23689cd4ed0a26fe2980f760ccf2d55c1e","eu-tr-0014082722-83"]}} -{"id":"ec-meeting-2015-03-18-a071dcabc4c6996bc7eca62b2635d45ef0b8f05c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-18 - Cabinet of Commissioner Věra Jourová x Spotify"],"date":["2015-03-18"],"summary":["Digital Single Market and Consumer Protection files"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["eu-tr-365747616583-15","ec-person-ff9ad301b778d595651cc4c46ec3a4cf1ef10376"]}} -{"id":"ec-meeting-2015-03-18-acb17225532a5834f3c983c31f15d4700b29780f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-18 - Cabinet of Vice-President Cecilia Malmström x Transparency International"],"date":["2015-03-18"],"summary":["Trade, transparency and corruption"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-98880f3f4206145e196013db9dd806a551c11e06","ec-person-8529bbbc6db862f6b82d6fa66a7cf7668804dae7","eu-tr-501222919-71"]}} -{"id":"ec-meeting-2015-03-18-af6b64eeffba2eca4291433747e259c736638667","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-18 - Cabinet of Vice-President Maroš Šefčovič x Dow Europe GmbH"],"date":["2015-03-18"],"summary":["Presentation of a reserach project in the area of CNG"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-2be517b9261a91f2f07e05ec14c6331980e9716e","eu-tr-38235121060-73"]}} -{"id":"ec-meeting-2015-03-18-b1499094c1cdf3deec4d631c64e97e316b59ff56","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-18 - Climate Action x OHB"],"date":["2015-03-18"],"summary":["Earth observation and 2030"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-clima"],"involved":["ec-person-44c2f44f96dda2012bcb4e9abc749f6cae86a4c0","eu-tr-648584214179-94"]}} -{"id":"ec-meeting-2015-03-18-b3033d5f4e7a7823003773bc8bfd1cbfc0e774c9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-18 - Cabinet of President Jean-Claude Juncker x Fédération Française des Télécoms"],"date":["2015-03-18"],"summary":["Digital Single Market"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-44a061693f35519551be0e3dab996e76ad3f8c7c","eu-tr-005930614727-54"]}} -{"id":"ec-meeting-2015-03-18-b5887ee8d917b23b1bd32a97a260f8dc5811e388","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-18 - Cabinet of Vice-President Jyrki Katainen x European Forum for Manufacturing Association for Financial Markets in Europe"],"date":["2015-03-18"],"summary":["Event preparation"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-88d71b399a3e13a243bdc4676e481835e8e5b2f2","eu-tr-113054111397-33","eu-tr-65110063986-76"]}} -{"id":"ec-meeting-2015-03-18-bae08a6e4878dc46701164412d60ccc1d6580480","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-18 - Cabinet of Vice-President Miguel Arias Cañete x SHV Energy NV"],"date":["2015-03-18"],"summary":["Natural Gas"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-292576015608-71","ec-person-95f883d5d0d484088f26191a8fea8553d674dfbe"]}} -{"id":"ec-meeting-2015-03-18-bbbc43de13ccf059f27e128c165b73730b07dd3f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-18 - Cabinet of Vice-President Karmenu Vella x Plastics Europe"],"date":["2015-03-18"],"summary":["Circular Economy"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["ec-person-4ff7c27445db4ad88e687776974fd8d077a1fe0c","eu-tr-454264611835-56"]}} -{"id":"ec-meeting-2015-03-18-c4f1323cd85a34ad88864ed75b8aa08076bbe0f3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-18 - Cabinet of Vice-President Miguel Arias Cañete x ExxonMobil Petroleum & Chemical"],"date":["2015-03-18"],"summary":["Energy Union (Security of supply)"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-1831691c10441c5974327bbeb8693d6b6c1e50c3","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd","eu-tr-0745650927-75"]}} -{"id":"ec-meeting-2015-03-18-d4d25098a875df4aa7636266b938c63523a2d9a4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-18 - Cabinet of Commissioner Jonathan Hill x Association of European Businesses"],"date":["2015-03-18"],"summary":["Financial Services Policy"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["eu-tr-849798415326-80","ec-person-f247edfcff54d4f26fc10769f809c92bc72d6797"]}} -{"id":"ec-meeting-2015-03-18-d705fbfdee4e20503878791081bc4561d869f68f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-18 - Günther Oettinger x Telenor"],"date":["2015-03-18"],"summary":["Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-74126393166-46","ec-person-c6cae64cc7dc787b66a47ab1613d3e922875b971"]}} -{"id":"ec-meeting-2015-03-18-d7f5877c516bd30a5c0999b78eeda9b141407941","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-18 - Cabinet of Vice-President Cecilia Malmström x Conseil supérieur du notariat"],"date":["2015-03-18"],"summary":["Presentation of notarial function and relevance for trade"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-04981716394-32","ec-person-8529bbbc6db862f6b82d6fa66a7cf7668804dae7"]}} -{"id":"ec-meeting-2015-03-18-dc7bc92efe45651e84355ae2ae599256e45056f5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-18 - Cabinet of Commissioner Vytenis Andriukaitis x PepsiCo Union of European Beverages Association"],"date":["2015-03-18"],"summary":["Nutrition; UNESDA Contribution to the EU platform for action on diet, food reformulation"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["eu-tr-25492952296-56","ec-person-97425c615743576adc42e09bee7dac14f83f691b","eu-tr-010212710281-97"]}} -{"id":"ec-meeting-2015-03-18-e128be2b0d82e5d01272452b36a4d44ada489f26","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-18 - Cabinet of Vice-President Andrus Ansip x Construction Products Europe"],"date":["2015-03-18"],"summary":["European standardisation - Digital Single Market"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-e91c5be432b6b3efdda369792fed67c20b767a45","ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0","eu-tr-48010783162-91"]}} -{"id":"ec-meeting-2015-03-18-e93cfacd7ed5ca911ddc765adbd848fa31145ed1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-18 - Cabinet of Commissioner Violeta Bulc x Bundesverband der Deutschen Luftverkehrswirtschaft e. V."],"date":["2015-03-18"],"summary":["BDL German Aviation Association"],"notes":["Portfolio: Transport"],"location":["Brussels/BE"],"address":["Brussels/BE"],"addressEntity":["addr-fe4580120e578f5899b4d753b36b5313310f6173"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-d710a614b1b0eabb6d73a2d665b82f6514a3fdb8","eu-tr-76163986870-10"]}} -{"id":"ec-meeting-2015-03-18-e9c5edb0a363e934537be2cd00305c0e0595cf61","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-18 - Cabinet of Vice-President Andrus Ansip x Fédération Française des Télécoms"],"date":["2015-03-18"],"summary":["TSM (roaming + net neutrality), DSM Strategy, review of telecom rules"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-666bc159c7e65a3af9e63c1e97435c02f1496955","eu-tr-005930614727-54"]}} -{"id":"ec-meeting-2015-03-18-ec942c905c12888cac64e0d55cbd04740c0d783f","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2015-03-18 - Cabinet of First Vice-President Frans Timmermans x EUROCHAMBRES – Association of European Chambers of Commerce and Industry"],"date":["2015-03-18"],"summary":["Better regulation and TTIP"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["ec-person-966667b73d92624be9bb019c2baab7e52331b3d3","eu-tr-0014082722-83"]}} -{"id":"ec-meeting-2015-03-18-f2055c0d5ff6369cc25638aeaffc1874783d844b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-18 - Cabinet of Commissioner Věra Jourová x Transparency International"],"date":["2015-03-18"],"summary":["Shareholders Rights Directive and Corporate Social Responsibility"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-5455ecfabb89025694c798deac08160a2be17d94","eu-tr-501222919-71"]}} -{"id":"ec-meeting-2015-03-18-f811f9c9a49fb652c49def57d54d9f76cd2de859","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-18 - Cabinet of Commissioner Věra Jourová x Aviva Plc"],"date":["2015-03-18"],"summary":["Next steps on data protection"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["eu-tr-86270761494-62","ec-person-f329292459cb1badb7fb7c6b67b698c441931bb2"]}} -{"id":"ec-meeting-2015-03-18-fba80e21f9a71e6576db0824fbd9fa5096044533","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-18 - Cabinet of Commissioner Carlos Moedas x World Economic Forum"],"date":["2015-03-18"],"summary":["Meeting with World Economic Forum"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-2b4bb0b28e7435e5f612e44d9664dbd1051efc55","ec-person-23980b2bc4fd9c82051d0f7888dc236b2f764866","eu-tr-953426816942-83"]}} -{"id":"ec-meeting-2015-03-19-0a3a18499c0d93fafa4666f0341f630e2949fa37","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-19 - Cabinet of Vice-President Andrus Ansip x The Lisbon Council for Economic Competitiveness and Social Renewal asbl"],"date":["2015-03-19"],"summary":["Digital Single Market, copyright"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-6766950469-32","ec-person-6a03bc4fa7657513ea34529e98dba0671ef4c849","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45","ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0"]}} -{"id":"ec-meeting-2015-03-19-0ec4f4afc08c5c23e74f09bcf5f41e8102081566","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2015-03-19 - Cabinet of Commissioner Phil Hogan x European Water Association"],"date":["2015-03-19"],"summary":["Water management"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-121848610166-52","ec-person-ff8342dedc26701400fcb7dcf73fbee50a837ac6"]}} -{"id":"ec-meeting-2015-03-19-13f98b5c6a87c163b217e6a2d5353051616663f3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-19 - Cabinet of Commissioner Marianne Thyssen x European Association of Industrial Silica Producers"],"date":["2015-03-19"],"summary":["EU OHS legislation"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["eu-tr-312840210910-27","ec-person-7567514af00f139b390cf9864d28a090ca0fde25"]}} -{"id":"ec-meeting-2015-03-19-1aa3fc759b50e263b9090828241ceed17e05bed4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-19 - Cabinet of Commissioner Marianne Thyssen x Stichting Lezen & Schrijven"],"date":["2015-03-19"],"summary":["Literacy skills"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["eu-tr-658822313443-95","ec-person-c508e9337eca6b067c1f966b82de49c4824a3ad0"]}} -{"id":"ec-meeting-2015-03-19-288df100ce1f097982a730fe167085b88a2e2192","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-19 - Cabinet of Vice-President Miguel Arias Cañete x Carbon Capture and Storage Association"],"date":["2015-03-19"],"summary":["Carbon Storage"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-257346716089-62","ec-person-25a937c04cd0a0ddcf5cf34798e76b5105854114"]}} -{"id":"ec-meeting-2015-03-19-2bee6c1be636f616428e9d6d62c4140ec3df69db","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-19 - Cabinet of Commissioner Tibor Navracsics x European Agency for Special Needs and Inclusive Education"],"date":["2015-03-19"],"summary":["Inclusive education in ET 2020 and Europe 2020"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["eu-tr-609904815975-13","ec-person-1da7ee09d46288ee4ea9db2b644bdcf9c3d6d000"]}} -{"id":"ec-meeting-2015-03-19-30d3e151a2f008dd8ce14e7df1bd899b7c71c3ce","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-19 - Cabinet of Vice-President Jyrki Katainen x EUROCHAMBRES – Association of European Chambers of Commerce and Industry"],"date":["2015-03-19"],"summary":["Investment Package and SMEs"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90","eu-tr-0014082722-83"]}} -{"id":"ec-meeting-2015-03-19-3af3fbd7f787a9df119d926e1cfca8c364d44538","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-19 - Environment x FEAD"],"date":["2015-03-19"],"summary":["Circular Economy"],"location":["Bruxelles"],"address":["Bruxelles"],"addressEntity":["addr-b58f5927b66d94a676970dc048485d4c6848f272"],"organizer":["ec-dg-env"],"involved":["eu-tr-2157643512-49","ec-person-c92411579cf013898db30d63a5d6fadc118e7264"]}} -{"id":"ec-meeting-2015-03-19-409ba4e0f9c101bc83e267a8dc5fc8305a0b2f8b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-19 - Cabinet of Vice-President Miguel Arias Cañete x DTEK"],"date":["2015-03-19"],"summary":["Ukrainian wind power"],"notes":["Portfolio: Climate Action & Energy"],"location":["Berl 8/168"],"address":["Berl 8/168"],"addressEntity":["addr-c5c515632266f2b648c1e9dd3ca107910cc906f3"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-1831691c10441c5974327bbeb8693d6b6c1e50c3","eu-tr-17429897118-54"]}} -{"id":"ec-meeting-2015-03-19-43b3d44f282f779d8ba4974ddc7b0ca4d60cbe19","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-19 - Cabinet of Vice-President Valdis Dombrovskis x Aviva Plc"],"date":["2015-03-19"],"summary":["Capital Markets Union"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-86270761494-62","ec-person-3f9ca71b74344417d1f072ba7f3e2f09a223b036"]}} -{"id":"ec-meeting-2015-03-19-4df79ed08bd2a604d32785fdba550c10c45fe498","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-19 - Cabinet of Commissioner Margrethe Vestager x Vodafone Belgium SA"],"date":["2015-03-19"],"summary":["Digital Single Market and Telecoms"],"notes":["Portfolio: Competition"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-margrethe-of-vestager"],"involved":["ec-person-947ab3027ba90ce15968614ce35c12506b7a43ac","eu-tr-90142503473-81"]}} -{"id":"ec-meeting-2015-03-19-55cfc130c9bba386da6a4a28586f9a86624a9791","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-19 - Günther Oettinger x Time Warner Inc."],"date":["2015-03-19"],"summary":["DSM"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-761346015292-83","ec-person-d8b86b98a24683917c569000ed6d8c45bedbbc00"]}} -{"id":"ec-meeting-2015-03-19-56df41ecd59d60e6c526bf92d8784f7d15c6fb8e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-19 - Günther Oettinger x Orange"],"date":["2015-03-19"],"summary":["DSM"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-d8b86b98a24683917c569000ed6d8c45bedbbc00","eu-tr-76704342721-41"]}} -{"id":"ec-meeting-2015-03-19-5c31645557490f48deeb358e957510cb942d5974","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-19 - Cabinet of Commissioner Violeta Bulc x European Council for Motor Trades and Repairs"],"date":["2015-03-19"],"summary":["Meeting with CECRA"],"notes":["Portfolio: Transport"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-33885548180-35","ec-person-dd7851e4a1e747e824b4f81139e33bc3cdb73160"]}} -{"id":"ec-meeting-2015-03-19-6214213ddd6534754ef672d6307515ed91fff195","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-19 - Cabinet of Vice-President Jyrki Katainen x SANOFI"],"date":["2015-03-19"],"summary":["New Commission, Investment plan, TTIP"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-f9208d930adc70c6c64e21701e48f85f6f18e949","eu-tr-61291462764-77"]}} -{"id":"ec-meeting-2015-03-19-6429d55459881d5e5c96ad57b8c05acaeb6d0b76","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-19 - Energy x Ørsted A/S"],"date":["2015-03-19"],"summary":["Energy Union"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-870817015429-80","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2015-03-19-73c818fef52b131a1a9eba8736bde7ad1729a794","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-19 - Communications Networks, Content and Technology x Information Technology and Innovation Foundation"],"date":["2015-03-19"],"summary":["DSM, H2020"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["ec-person-3d379ff88d704acbd3444fdd59765df1225d4f9b","eu-tr-923915716105-08"]}} -{"id":"ec-meeting-2015-03-19-790b8ee8ba548c7751516d1bf12e939d998a119c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-19 - Cabinet of Vice-President Valdis Dombrovskis x Intercontinental Exchange, Inc."],"date":["2015-03-19"],"summary":["European Market Infrastructure Regulation (EMIR)"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-141041215133-83","ec-person-3f9ca71b74344417d1f072ba7f3e2f09a223b036"]}} -{"id":"ec-meeting-2015-03-19-81e02f6e655f844a27ca325a37b64d4fd79bbcbd","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2015-03-19 - Cabinet of Vice-President Johannes Hahn x Foundation for an Open Society DOTS"],"date":["2015-03-19"],"summary":["Situation in Ukraine and support from the EU"],"notes":["Portfolio: European Neighbourhood Policy & Enlargement Negotiations"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-hahn-johannes-of-president-vice"],"involved":["ec-person-f672afec7a839bc5243ddd3590bf9d6526226d41","eu-tr-632264216418-66"]}} -{"id":"ec-meeting-2015-03-19-88029d402b6443ab6c1d1f51666925bc82b74c02","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-19 - Cabinet of Commissioner Pierre Moscovici x Foundation for an Open Society DOTS"],"date":["2015-03-19"],"summary":["Current european economic and fiscal issues"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["ec-person-3cbeba61ae952f06fe4916c381438ebbc676a597","eu-tr-632264216418-66","ec-person-4d74d0c260dc052838b8da02f72e7322f6cfc514","ec-person-738f7f25002d191bd2df8936e8f8d1d726c19e2e"]}} -{"id":"ec-meeting-2015-03-19-8bc4fe2fc87d267e2ecfcaa7a2f0b326416b4b21","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-19 - Cabinet of Commissioner Tibor Navracsics x European Youth Forum"],"date":["2015-03-19"],"summary":["Youth policy, priorities for 2015"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["eu-tr-43251547769-22","ec-person-881310bbb4e54ac96753b80bbdc9b1994cfbf136"]}} -{"id":"ec-meeting-2015-03-19-8e08f7e277898e7e28a1fa1e2de7f8aebb21bda2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-19 - Cabinet of Commissioner Corina Crețu x Time Warner Inc."],"date":["2015-03-19"],"summary":["Digital Single Market Strategy"],"notes":["Portfolio: Regional Policy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-corina-cretu-of"],"involved":["eu-tr-761346015292-83","ec-person-c9d4945f28454cc49c4ea188c82e64b0dac3bd73"]}} -{"id":"ec-meeting-2015-03-19-953e2b50b74422240b70c2618b193cbc78e87479","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-19 - Cabinet of Commissioner Elżbieta Bieńkowska x Bundesverband der Deutschen Industrie e.V."],"date":["2015-03-19"],"summary":["European industry policy"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-1771817758-48","ec-person-b2f9be51339f054477846797e2c119fcf16548fc"]}} -{"id":"ec-meeting-2015-03-19-97d8d9d747cce23e76cb60dd024b01aaf26c62be","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-19 - Cabinet of Vice-President Valdis Dombrovskis x European Savings and Retail Banking Group"],"date":["2015-03-19"],"summary":["Keynote speech at the ESBG Retail Banking conference"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Hotel Royal Windsor - Brussels"],"address":["Hotel Royal Windsor - Brussels"],"addressEntity":["addr-967380bcbd748dfed08fde507d8497c70d618dea"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-48f31156d932641826e09f5b73f074d35ff05786","eu-tr-8765978796-80","ec-person-a9eda2e8ea54b70a968327672c6cada679d3cd56"]}} -{"id":"ec-meeting-2015-03-19-98e6b164ab2b3f272ee0e755261fa06eff4cc3eb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-19 - Cabinet of Vice-President Cecilia Malmström x Friends of Europe"],"date":["2015-03-19"],"summary":["TTIP"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-19b143e83f8ab978c55c8a9a9e49e06dbfa14bf3","eu-tr-99436366768-45"]}} -{"id":"ec-meeting-2015-03-19-9bb02bf6e7bca21aac50c1a83af726f300e24b23","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-19 - Cabinet of Vice-President Cecilia Malmström x None"],"date":["2015-03-19"],"summary":["General presentation"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-19b143e83f8ab978c55c8a9a9e49e06dbfa14bf3"]}} -{"id":"ec-meeting-2015-03-19-a1ad70b6e062fa243f478e42353a29f777258b9d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-19 - Cabinet of Vice-President Cecilia Malmström x Time Warner Inc."],"date":["2015-03-19"],"summary":["Copyright reform"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-761346015292-83","ec-person-98880f3f4206145e196013db9dd806a551c11e06","ec-person-591ec829ca734bcfe59a2c9c7f07f9dff22a0ea9"]}} -{"id":"ec-meeting-2015-03-19-a3e062d7ac58f918aa68c75bd2d2b8c14d69161c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-19 - Cabinet of Commissioner Věra Jourová x Vodafone Belgium SA"],"date":["2015-03-19"],"summary":["Data protection"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["eu-tr-90142503473-81","ec-person-f329292459cb1badb7fb7c6b67b698c441931bb2"]}} -{"id":"ec-meeting-2015-03-19-aa1f4031d3028fe9725dc079b0596ff7695d7f4e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-19 - Cabinet of Commissioner Marianne Thyssen x CEMBUREAU - The European Cement Association"],"date":["2015-03-19"],"summary":["Employment and labour law issues"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["ec-person-7567514af00f139b390cf9864d28a090ca0fde25","eu-tr-93987316076-63"]}} -{"id":"ec-meeting-2015-03-19-b17adfe9d0f8e0a425a8c028cf9b7fc92456a1d4","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2015-03-19 - Günther Oettinger x Spotify"],"date":["2015-03-19"],"summary":["DSM","Digital Single Market"],"location":["BERL","Brussels"],"address":["BERL","Brussels"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b","addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-4cd59e13386e3b68ecb3611fcc579e0a0a3938a5","eu-tr-365747616583-15","ec-person-49723482bb23d029cbfc010cb37eec7392a0ae02"]}} -{"id":"ec-meeting-2015-03-19-bbbc43de13ccf059f27e128c165b73730b07dd3f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-19 - Cabinet of Vice-President Karmenu Vella x Plastics Europe"],"date":["2015-03-19"],"summary":["Circular Economy and Resource Efficiency"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["eu-tr-454264611835-56","ec-person-0e3efd8bc1c3ee9a80205d0bb78f316fa1621e5d"]}} -{"id":"ec-meeting-2015-03-19-bfb53a4c53abac48bc21d5816f8f5ad26aacbf7b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-19 - Cabinet of Commissioner Carlos Moedas x ChinaEU ZTE Europe"],"date":["2015-03-19"],"summary":["EU - China cooperation in the field of telecommunications"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["eu-tr-395485815776-81","ec-person-23980b2bc4fd9c82051d0f7888dc236b2f764866","eu-tr-861490216611-57"]}} -{"id":"ec-meeting-2015-03-19-c7eabc7b60eabb104265564a36a3f087448df79c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-19 - Cabinet of Commissioner Tibor Navracsics x Magyar Tudományos Akadémia"],"date":["2015-03-19"],"summary":["Hungarian science and innovation policy"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-dc2e0fed0fdf39a6a3f3ad63355c5215599de9d1","eu-tr-960224717731-23"]}} -{"id":"ec-meeting-2015-03-19-d03742fa0d950efb823103e9108fac65f055f676","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-19 - Cabinet of Commissioner Věra Jourová x Open Society European Policy Institute"],"date":["2015-03-19"],"summary":["Roma issues"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-a608b85b2ffef83f883b5a2330b6232efa1b7141","eu-tr-8557515321-37"]}} -{"id":"ec-meeting-2015-03-19-d0c55bbbaaacdd80feeebafa0b49fbaae86a97d1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-19 - Cabinet of Vice-President Miguel Arias Cañete x European Producers Union of Renewable Ethanol"],"date":["2015-03-19"],"summary":["Exchange views on ILUC file"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-260e00934471a02805fb143935d6e9205a7f355f","eu-tr-32591134448-30"]}} -{"id":"ec-meeting-2015-03-19-d798c3049b1617c0338d511bad4d5c42c7a95469","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-19 - Cabinet of Commissioner Tibor Navracsics x The European Region of the International Lesbian, Gay, Bisexual, Trans and Intersex Association"],"date":["2015-03-19"],"summary":["Fundamental Rights in Education"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["eu-tr-11977456675-84","ec-person-4d24029a6a4b5bbdcd825e134f010bd0b384f80a"]}} -{"id":"ec-meeting-2015-03-19-dcb0743213f2b65f0c51095eaaf4218ef7c736fc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-19 - Cabinet of Commissioner Vytenis Andriukaitis x Greenpeace European Unit"],"date":["2015-03-19"],"summary":["GMO & PESTICIDES"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-b9c3f19e7c5f216e3e508f931ddd6a9cb59376d1","eu-tr-9832909575-41"]}} -{"id":"ec-meeting-2015-03-19-e4194db4420adbe2c26cec8ae09164e38c67b1b0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-19 - Cabinet of Commissioner Vytenis Andriukaitis x European Public Health Alliance"],"date":["2015-03-19"],"summary":["Chronic Disease - EU Action"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-97425c615743576adc42e09bee7dac14f83f691b","eu-tr-18941013532-08","ec-person-df30d07ef698a52b9948b9c734db39196cf8541f"]}} -{"id":"ec-meeting-2015-03-19-e9237a801d16e62b4e680e759a422a9f9dee1656","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-19 - Günther Oettinger x Meta Platforms Ireland Limited and its various subsidiaries (f/k/a Facebook Ireland Limited)"],"date":["2015-03-19"],"summary":["Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-4cd59e13386e3b68ecb3611fcc579e0a0a3938a5","eu-tr-28666427835-74"]}} -{"id":"ec-meeting-2015-03-19-f134b3ecf6b87706a2bce7c48f232057b5708cb8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-19 - Environment x Verband Deutscher Maschinen- und Anlagenbau e.V."],"date":["2015-03-19"],"summary":["Waste Management and Recycling Technologies"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-env"],"involved":["ec-person-c92411579cf013898db30d63a5d6fadc118e7264","eu-tr-9765362691-45"]}} -{"id":"ec-meeting-2015-03-19-fbb942c4ab6c490af22611e386f547d1af293aa2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-19 - Agriculture and Rural Development x European farmers"],"date":["2015-03-19"],"summary":["Simplification"],"location":["DG AGRI, Rue de la Loi 130"],"address":["DG AGRI, Rue de la Loi 130"],"addressEntity":["addr-cf7ffb0c54e51c02a7b09542fe465723ba36927c"],"organizer":["ec-dg-agri"],"involved":["eu-tr-44856881231-49","ec-person-7bc7204a153f98afbf1ad1cffbdd10d06d9ae166"]}} -{"id":"ec-meeting-2015-03-20-117b8233dd6a8711642dc3eea5a4a291ff052e8a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-20 - Cabinet of Vice-President Miguel Arias Cañete x BP p.l.c."],"date":["2015-03-20"],"summary":["Energy Union (Security supply)"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-3394026642-58","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd","ec-person-1831691c10441c5974327bbeb8693d6b6c1e50c3"]}} -{"id":"ec-meeting-2015-03-20-363cc6d1e9db57ae0b69c7e4b7794aecc956fa73","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-20 - Cabinet of Vice-President Jyrki Katainen x BlackRock"],"date":["2015-03-20"],"summary":["BEPS"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-88d71b399a3e13a243bdc4676e481835e8e5b2f2","eu-tr-51436554494-18"]}} -{"id":"ec-meeting-2015-03-20-503b348a89f379bb60b8cbe77d75e2496dea386c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-20 - Inspire, Debate, Engage and Accelerate Action x The Tokyo Foundation"],"date":["2015-03-20"],"summary":["Presentation of the Tokyo Foundation"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-dg-idea"],"involved":["eu-tr-536137916397-69","ec-person-4fe56a64c00b3e81c851b5538878b32481bd7d3c"]}} -{"id":"ec-meeting-2015-03-20-5803abc9eac751c151bbc9d5dc1cd82398142334","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-20 - Cabinet of Vice-President Andrus Ansip x EU Strategy"],"date":["2015-03-20"],"summary":["Presentation of ICT Coalition for children online"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-5db7bdd1c81da2e70eb5b982097d0004111b5c3e","eu-tr-42484704423-92"]}} -{"id":"ec-meeting-2015-03-20-5eda43c695fc14cde01f79861420457dd4264ae5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-20 - Cabinet of Commissioner Pierre Moscovici x SUEZ Group"],"date":["2015-03-20"],"summary":["Economie Circulaire"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Paris"],"address":["Paris"],"addressEntity":["addr-22390ad11c32faec43fc61555b53607660b3c185"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["ec-person-3cbeba61ae952f06fe4916c381438ebbc676a597","eu-tr-27799842497-69"]}} -{"id":"ec-meeting-2015-03-20-86f95eafceec72b45322412a41fae0a441e36723","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-20 - Cabinet of Commissioner Pierre Moscovici x BlackRock"],"date":["2015-03-20"],"summary":["BEPS project"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["eu-tr-51436554494-18","ec-person-738f7f25002d191bd2df8936e8f8d1d726c19e2e"]}} -{"id":"ec-meeting-2015-03-20-9bb02bf6e7bca21aac50c1a83af726f300e24b23","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2015-03-20 - Cabinet of Vice-President Cecilia Malmström x None"],"date":["2015-03-20"],"summary":["TTIP"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-19b143e83f8ab978c55c8a9a9e49e06dbfa14bf3","ec-person-cb8ca9ec2413722fa83484ed18dd76ace52d0118"]}} -{"id":"ec-meeting-2015-03-20-9e214ba6be529b77d4306180be0f37bd759d15e9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-20 - Cabinet of Commissioner Christos Stylianides x Open Society European Policy Institute"],"date":["2015-03-20"],"summary":["Situation in Ukraine and support from the EU"],"notes":["Portfolio: Humanitarian Aid & Crisis Management"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-christos-commissioner-of-stylianides"],"involved":["ec-person-cdd689bd079714522dad472ea4446b0fcc660d8f","eu-tr-8557515321-37"]}} -{"id":"ec-meeting-2015-03-20-a073f00321cbf4454f7bc5054f83290618971a1f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-20 - Cabinet of Commissioner Pierre Moscovici x ENGIE"],"date":["2015-03-20"],"summary":["Economie Circulaire"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Bruxelles"],"address":["Bruxelles"],"addressEntity":["addr-b58f5927b66d94a676970dc048485d4c6848f272"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["ec-person-79931cfd2923c1aca9c7d284e9590732b0a36ed9","ec-person-3cbeba61ae952f06fe4916c381438ebbc676a597","eu-tr-90947457424-20"]}} -{"id":"ec-meeting-2015-03-20-a1eaa7f0578ab088c8fe2e571130bd1eaa1c1053","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-20 - Cabinet of Vice-President Jyrki Katainen x Kreab Kraton Chemical B.V. Advokatfirman Vinge KB Forchem Oyj"],"date":["2015-03-20"],"summary":["ILUC, Energy Union, Industrial policies"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-683404516772-69","eu-tr-27765665712-26","eu-tr-1078390517-54","eu-tr-413921412461-14","ec-person-f9208d930adc70c6c64e21701e48f85f6f18e949"]}} -{"id":"ec-meeting-2015-03-20-a6c5dad1ba160055f91d85f0a3f883e78c9c963e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-20 - Cabinet of President Jean-Claude Juncker x Burson Cohn & Wolfe Sprl"],"date":["2015-03-20"],"summary":["Handing over of calendar"],"notes":["Portfolio: President"],"location":["Brussels, Berlaymont"],"address":["Brussels, Berlaymont"],"addressEntity":["addr-2d842da4e8cf3dbd0304d45e6b874d5f0aa57edf"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-9155503593-86","ec-person-cdaf2d26bf31f9cd51df4dcae26d0bced763eb2c"]}} -{"id":"ec-meeting-2015-03-20-af184fdd2fb2a396261d4dc5c6c48342a8ff61b1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-20 - Climate Action x Association des Constructeurs Européens d'Automobiles"],"date":["2015-03-20"],"summary":["Transport conference and 2030"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-clima"],"involved":["ec-person-44c2f44f96dda2012bcb4e9abc749f6cae86a4c0","eu-tr-0649790813-47"]}} -{"id":"ec-meeting-2015-03-20-cba92af457d2ee644ea8581f3dc7778a07591419","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-20 - Cabinet of Vice-President Cecilia Malmström x Telia Company AB"],"date":["2015-03-20"],"summary":["Business conditions in Central Asia"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-381805014604-45","ec-person-591ec829ca734bcfe59a2c9c7f07f9dff22a0ea9"]}} -{"id":"ec-meeting-2015-03-20-ccc8ac2b46b4285deb1c74a4c93851eccf9f540b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-20 - Cabinet of President Jean-Claude Juncker x Open Society European Policy Institute"],"date":["2015-03-20"],"summary":["Meeting with George Soros"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-29c106b0461ffd79e95f0119bdd363fd3c7c3ab3","eu-tr-8557515321-37"]}} -{"id":"ec-meeting-2015-03-20-ea69efab76a2c99c486c51780c94f8ab69d0333b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-20 - Cabinet of Vice-President Jyrki Katainen x eBay EU liaison office"],"date":["2015-03-20"],"summary":["Digital Single Market"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-0da85dc48012e26688310a59a0b51727ea68f410","eu-tr-40386322300-77"]}} -{"id":"ec-meeting-2015-03-20-ebc24099093f7dd336e798b0dd6818f31002eb9b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-20 - Cabinet of Vice-President Miguel Arias Cañete x European Federation of Energy Traders"],"date":["2015-03-20"],"summary":["Meeting with EFET (Aygul Avtakhova + Jerome Le Page)"],"notes":["Portfolio: Climate Action & Energy"],"location":["Berl 8/137"],"address":["Berl 8/137"],"addressEntity":["addr-67fcd4d4ca81c636d0733a3afaaa0aa5da60b996"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-1831691c10441c5974327bbeb8693d6b6c1e50c3","eu-tr-38589651649-14"]}} -{"id":"ec-meeting-2015-03-20-ef894d286443d9c91e69eb9f07862bbfb636d7c9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-20 - Cabinet of Vice-President Jyrki Katainen x Insurance Europe"],"date":["2015-03-20"],"summary":["Investment Initiative"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90","ec-person-3775b7be791f90ed462b9071c9ae596b80d71bca","eu-tr-33213703459-54"]}} -{"id":"ec-meeting-2015-03-20-f12fa078d4b3fbf151c57bf9276e302cc9e173f1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-20 - Günther Oettinger x Commerzbank AG"],"date":["2015-03-20"],"summary":["Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-c6cae64cc7dc787b66a47ab1613d3e922875b971","eu-tr-83370363079-88"]}} -{"id":"ec-meeting-2015-03-20-f2f0c24ba12b5b2bfb9618a5732cb57a372e3ed0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-20 - Cabinet of Vice-President Maroš Šefčovič x Long-Term Infrastructure Investors Association"],"date":["2015-03-20"],"summary":["Investment in Infrastructure and Energy efficiency"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-708161615557-10","ec-person-1f95be23689cd4ed0a26fe2980f760ccf2d55c1e"]}} -{"id":"ec-meeting-2015-03-20-fa82cbc34cc107076ab337b96fe9de8720a87fff","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-20 - Günther Oettinger x Redburn (Europe) Limited"],"date":["2015-03-20"],"summary":["Telecoms"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-dg-de"],"involved":["ec-person-49723482bb23d029cbfc010cb37eec7392a0ae02","eu-tr-031828616599-65"]}} -{"id":"ec-meeting-2015-03-20-fad3bf88bc1c8b6e47d258a337d576a838b4d2ee","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-20 - Inspire, Debate, Engage and Accelerate Action x Information Technology and Innovation Foundation"],"date":["2015-03-20"],"summary":["Presentation of the Information Technology & Innovation Foundation"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-dg-idea"],"involved":["eu-tr-923915716105-08","ec-person-4fe56a64c00b3e81c851b5538878b32481bd7d3c"]}} -{"id":"ec-meeting-2015-03-21-d7bd45268f993b23dbd30feb242aa9959c3c7d9d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-21 - Cabinet of Vice-President Kristalina Georgieva x Open Society European Policy Institute"],"date":["2015-03-21"],"summary":["Meeting with George Soros in margins of GMF Forum Brussels"],"notes":["Portfolio: Budget & Human Resources"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-cabinet-georgieva-kristalina-of-president-vice"],"involved":["eu-tr-8557515321-37","ec-person-335e79b90bd0f2b37f9193d6285514044d6c897e"]}} -{"id":"ec-meeting-2015-03-23-047b60d9798de622926fb0937a609a7aa4134bfa","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2015-03-23 - Cabinet of Vice-President Cecilia Malmström x European Environmental Bureau Transport and Environment (European Federation for Transport and Environment)"],"date":["2015-03-23"],"summary":["TTIP; Environment; Transport","TTIP and Environment"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-19b143e83f8ab978c55c8a9a9e49e06dbfa14bf3","eu-tr-06798511314-27","eu-tr-58744833263-19"]}} -{"id":"ec-meeting-2015-03-23-05f10e72705817c8cf95c97a15619e765db401af","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-23 - Cabinet of Vice-President Maroš Šefčovič x DIGITALEUROPE"],"date":["2015-03-23"],"summary":["Energy Union follow up: digital agenda and energy efficiency"],"notes":["Portfolio: Energy Union"],"location":["Brussels, BE"],"address":["Brussels, BE"],"addressEntity":["addr-bd80958a978de8af51caa97a25a75f30d0061d71"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-64270747023-20","ec-person-9f6823821fe68d82e9b9dbe81181ecacb0265d94"]}} -{"id":"ec-meeting-2015-03-23-14fe3ff9679f31653daf10fd26615e007f54d0f5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-23 - Cabinet of Commissioner Margrethe Vestager x EBU-UER (European Broadcasting Union)"],"date":["2015-03-23"],"summary":["Role and challenges of Public Service Media"],"notes":["Portfolio: Competition"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-margrethe-of-vestager"],"involved":["ec-person-baa1c172df109ebd1f0307bccb5e21aec66c7a25","eu-tr-93288301615-56"]}} -{"id":"ec-meeting-2015-03-23-187e35a9a12ef5656662f531e35d6f22ecc561f9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-23 - Günther Oettinger x QUALCOMM Incorporated"],"date":["2015-03-23"],"summary":["DSM"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-00358442856-45","ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0"]}} -{"id":"ec-meeting-2015-03-23-1b01500a0e7ba18e6bb28e158c0dc39db859c64d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-23 - Cabinet of Commissioner Věra Jourová x Council of Bars and Law Societies of Europe"],"date":["2015-03-23"],"summary":["Presentation of the activites of the Council of Bars and Law Societies of Europe (CCBE), including CCBE's position on EPPO, data protection, access to a lawyer"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-a608b85b2ffef83f883b5a2330b6232efa1b7141","eu-tr-4760969620-65"]}} -{"id":"ec-meeting-2015-03-23-1f6b17b5ffc6adcd32a2d6e29c833f437a4e099e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-23 - Cabinet of Commissioner Violeta Bulc x VINCI Energies"],"date":["2015-03-23"],"summary":["Juncker Plan"],"notes":["Portfolio: Transport"],"location":["Brussels-Belgium"],"address":["Brussels-Belgium"],"addressEntity":["addr-8aa817030dbcdfbb53f748ee3078a4c164aa27db"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-789909615876-95","ec-person-7ac9445abdddc66a79f539ae13eb74e1ceb512df"]}} -{"id":"ec-meeting-2015-03-23-21588eead10d0b22566bf78fd2cffbc317763892","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-23 - Cabinet of Vice-President Maroš Šefčovič x FTI Consulting Belgium"],"date":["2015-03-23"],"summary":["East Med gas fields"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-3bf48630444ace93d407e52eb880e64d480f75ce","eu-tr-29896393398-67","ec-person-192eca4cb918c7382c916bec9bfe04e745ee91cb"]}} -{"id":"ec-meeting-2015-03-23-263599c166dfd9d476a8caa471fb0bdabef62cb1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-23 - Cabinet of Commissioner Tibor Navracsics x The Russell Group of Universities"],"date":["2015-03-23"],"summary":["Higher Education policy"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-dc2e0fed0fdf39a6a3f3ad63355c5215599de9d1","eu-tr-032693316451-70"]}} -{"id":"ec-meeting-2015-03-23-30fc4d586b9ef536919d9ae1abcbc6b8d8ed074c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-23 - Cabinet of Vice-President Miguel Arias Cañete x MIBGAS S.A. Mercado Ibérico del Gas"],"date":["2015-03-23"],"summary":["Iberian Gas Market"],"notes":["Portfolio: Climate Action & Energy"],"location":["Madrid, spain"],"address":["Madrid, spain"],"addressEntity":["addr-2731dadc427f4af27c06afc17c951f6434b08379"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-62773e55e1985542cb18a2a89f2053f2f39146b1","eu-tr-552112316461-77","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd"]}} -{"id":"ec-meeting-2015-03-23-354e3bf2158be8489d8f6f9fa53aef0d3127dbf9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-23 - Cabinet of Commissioner Violeta Bulc x GROUPE ROUSSELET Image Sept Bruxelles"],"date":["2015-03-23"],"summary":["Meeting representatives of Groupe G7"],"notes":["Portfolio: Transport"],"location":["Brussels, Belguim"],"address":["Brussels, Belguim"],"addressEntity":["addr-84b5e5f38d43901e13b15f0c7dd8b408c954fd9b"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-709973916049-34","eu-tr-704156614880-34","ec-person-dd7851e4a1e747e824b4f81139e33bc3cdb73160"]}} -{"id":"ec-meeting-2015-03-23-38126f12821f0ff9645948fc7a4f6284f860b15e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-23 - Cabinet of First Vice-President Frans Timmermans x Bureau Européen des Unions de Consommateurs"],"date":["2015-03-23"],"summary":["Circular Economy"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["BERL 8/275"],"address":["BERL 8/275"],"addressEntity":["addr-3ae1ca252351d2bc20aeeab8c5d3e0f1e0122c14"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["ec-person-7a0c440119cd5d547eceebb055c79b8bb41bf9a2","eu-tr-9505781573-45"]}} -{"id":"ec-meeting-2015-03-23-3a521717e76e223b8b75dc2e766400ea3b3ca077","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-23 - Cabinet of Commissioner Tibor Navracsics x Society of Audiovisual Authors"],"date":["2015-03-23"],"summary":["Copyright"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-cb6aa96c497dead35eb0f2ed0339e5423d506549","ec-person-dc2e0fed0fdf39a6a3f3ad63355c5215599de9d1","eu-tr-99336382936-11"]}} -{"id":"ec-meeting-2015-03-23-3f32726145c3cf5d4bb4309a878d8968cba65843","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-23 - Cabinet of Vice-President Miguel Arias Cañete x ACCIONA, S.A."],"date":["2015-03-23"],"summary":["Renewable energies in Europe"],"notes":["Portfolio: Climate Action & Energy"],"location":["Madrid, Spain"],"address":["Madrid, Spain"],"addressEntity":["addr-f2c4f2ef1ea88618aa1533f69b0d18fc1125a9d2"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-62773e55e1985542cb18a2a89f2053f2f39146b1","eu-tr-451019811573-55","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd"]}} -{"id":"ec-meeting-2015-03-23-40cd9d976f9f80caa474b294006557ecdb7b1eca","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2015-03-23 - Education, Youth, Sport and Culture x Microsoft Corporation"],"date":["2015-03-23"],"summary":["Cooperation with Microsoft","Future cooperation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-eac"],"involved":["eu-tr-0801162959-21","ec-person-4b0c15b75d9d40b5f296fc3f15972fd544f6b6d6"]}} -{"id":"ec-meeting-2015-03-23-4b278f30353c32c87b3871f864a8e179093afdf9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-23 - Cabinet of Commissioner Jonathan Hill x Global Financial Markets Association"],"date":["2015-03-23"],"summary":["EU and US Regulatory Agenda in Financial Services"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["eu-tr-898223513605-51","ec-person-5e8e66c5b37cfc1f9272932bf8e12f4b28d1160a"]}} -{"id":"ec-meeting-2015-03-23-4bb0147f99916844f08949fb15d91fd61c63e771","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-23 - Cabinet of Vice-President Jyrki Katainen x Bureau Européen des Unions de Consommateurs"],"date":["2015-03-23"],"summary":["Circular Economy"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-9505781573-45","ec-person-0310c3b87e155f5572493e91d12eebab9736a76b"]}} -{"id":"ec-meeting-2015-03-23-550d7a6eca0a1b6a63907d19c50397da28f75922","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-23 - Cabinet of President Jean-Claude Juncker x VINCI Concessions"],"date":["2015-03-23"],"summary":["Transport"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-b1bf9aa5fb7e886441ff341b657cc482b64a2a3e","eu-tr-706757116552-08"]}} -{"id":"ec-meeting-2015-03-23-570bd9c82cbce4cf874dd6b943a69baeb40c9c17","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-23 - Cabinet of Commissioner Marianne Thyssen x CircularSociety AG"],"date":["2015-03-23"],"summary":["Youth Employment"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels Phone call"],"address":["Brussels Phone call"],"addressEntity":["addr-39747108a8badf2782a84ef5e8b9fb1a4cafded9"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["ec-person-bdb607d5d994a4056dd700f8f52d9af25b406b36","eu-tr-664837416051-96"]}} -{"id":"ec-meeting-2015-03-23-622acb7be4032d65047c9aa08536ef2f602616a8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-23 - Günther Oettinger x None"],"date":["2015-03-23"],"summary":["DSM"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0"]}} -{"id":"ec-meeting-2015-03-23-7497b146f3ed7320b46913263ce03a590519bfb7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-23 - Internal Market, Industry, Entrepreneurship and SMEs x Bundesverband der Deutschen Industrie e.V."],"date":["2015-03-23"],"summary":["Circular Economy, Investments and Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-grow"],"involved":["eu-tr-1771817758-48","ec-person-9f3f9b58a22cf98d55521b290d1facc431bdce86"]}} -{"id":"ec-meeting-2015-03-23-7f0dcc7224069120e97a69ff81b1651ed5254658","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-23 - Cabinet of Vice-President Jyrki Katainen x Maa- ja metsätaloustuottajain Keskusliitto – Central Union of Agricultural Producers and Forest Owners"],"date":["2015-03-23"],"summary":["Bioeconomy and air quality"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-56039441735-48","ec-person-0310c3b87e155f5572493e91d12eebab9736a76b"]}} -{"id":"ec-meeting-2015-03-23-8562c8a44fccdc1643d67897036dd399e8b21d4d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-23 - Cabinet of First Vice-President Frans Timmermans x BUSINESSEUROPE"],"date":["2015-03-23"],"summary":["Better Regulation"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["BUSINESSEUROPE"],"address":["BUSINESSEUROPE"],"addressEntity":["addr-3deceb60f10a17c6ea0770180cc92a5552a6ad30"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-3978240953-79","ec-person-0eaac943e895c47df1465dda6c94e671c5081e0a"]}} -{"id":"ec-meeting-2015-03-23-9233e03b19432a4b7f29d2b5aa243d8d794835c9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-23 - Cabinet of Commissioner Věra Jourová x APPLiA (Home Appliance Europe)"],"date":["2015-03-23"],"summary":["Consumer product safety and long-term planning"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-a608b85b2ffef83f883b5a2330b6232efa1b7141","eu-tr-04201463642-88"]}} -{"id":"ec-meeting-2015-03-23-95e89b8a773567558e62f1681947243733344cf5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-23 - Directorate-General for International Partnerships x Centre for Fine Arts"],"date":["2015-03-23"],"summary":["Réunion avec Paul Dujarding sur les possibilités de la coopération entre BOZAR et DEVCO"],"location":["Belgium, Brussels"],"address":["Belgium, Brussels"],"addressEntity":["addr-0c96bd4b2c2391b43c37eda4c201015868b0aa7b"],"organizer":["ec-dg-intpa"],"involved":["ec-person-ad00e7dd980bb2a40a95c65a87f8760494546865","eu-tr-981651218089-69"]}} -{"id":"ec-meeting-2015-03-23-97b41e4506ecde6299b818b8cbb7c879399a36ce","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-23 - Cabinet of President Jean-Claude Juncker x EUROPEAN TRADE UNION CONFEDERATION"],"date":["2015-03-23"],"summary":["Meeting with Bernadette Segol - General Secretary ETUC"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-29c106b0461ffd79e95f0119bdd363fd3c7c3ab3","eu-tr-06698681039-26"]}} -{"id":"ec-meeting-2015-03-23-9bb02bf6e7bca21aac50c1a83af726f300e24b23","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-23 - Cabinet of Vice-President Cecilia Malmström x None"],"date":["2015-03-23"],"summary":["TTIP"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-5d4088e1913284a765aed8445f448f6ff341f1b3"]}} -{"id":"ec-meeting-2015-03-23-9c01cd2bd4eb36ac253ac2eac5c681ebbe484251","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-23 - Cabinet of Vice-President Karmenu Vella x Bureau Européen des Unions de Consommateurs"],"date":["2015-03-23"],"summary":["Circular Economy"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["ec-person-4ff7c27445db4ad88e687776974fd8d077a1fe0c","eu-tr-9505781573-45"]}} -{"id":"ec-meeting-2015-03-23-9cac21fa418e0baa0048b52d466279b17b721700","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-23 - Energy x Centre for European Policy Studies"],"date":["2015-03-23"],"summary":["Energy Union"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["ec-person-6997149120ce5129e38febe5275dc8fd03232d2e","eu-tr-86853666704-95"]}} -{"id":"ec-meeting-2015-03-23-a4e9a247b736e30dceb3f6c81d40cbd1e500adba","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-23 - Cabinet of Vice-President Valdis Dombrovskis x UNIFE"],"date":["2015-03-23"],"summary":["Discussion on EU-Japan Free Trade Agreement negotiations, EU-China Investment Agreement and Transatlantic Trade and Investment Partnership (TTIP) negotiations"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["European Commission - Berlaymont"],"address":["European Commission - Berlaymont"],"addressEntity":["addr-8e31ed79f02baf4e8569a8862c926af22033723b"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-9624415524-28","ec-person-b2d41137decbf33bc8076a41bfe11b68d501a7a0","ec-person-537401fc0be04984531b83660f416bf2fe14fbd8"]}} -{"id":"ec-meeting-2015-03-23-a7ec1784e3cb7456a6bce79f925402dd50b1b7e2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-23 - Cabinet of Vice-President Jyrki Katainen x Athenora Consulting VINCI Concessions European PPP Operating Companies in Infrastructures and Services"],"date":["2015-03-23"],"summary":["European Fund for Strategic Investment"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-79628773-02","ec-person-f9208d930adc70c6c64e21701e48f85f6f18e949","eu-tr-50329813847-03","eu-tr-706757116552-08"]}} -{"id":"ec-meeting-2015-03-23-a833571b7adb4e9210890770357c21a2b00fc5a1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-23 - Energy x The European Association for the Promotion of Cogeneration"],"date":["2015-03-23"],"summary":["Cogeneration"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-38305846546-70","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2015-03-23-acdf9e79cb75345f2b54ae20fa1bbd2c80de55fe","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-23 - Cabinet of Commissioner Margrethe Vestager x Ofcom"],"date":["2015-03-23"],"summary":["Digital Single Market"],"notes":["Portfolio: Competition"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-margrethe-of-vestager"],"involved":["ec-person-947ab3027ba90ce15968614ce35c12506b7a43ac","eu-tr-756081713228-69"]}} -{"id":"ec-meeting-2015-03-23-adfa9dfaacf7b91c5bef62c03a295a458a8e30bc","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2015-03-23 - Cabinet of Vice-President Cecilia Malmström x European Policy Centre"],"date":["2015-03-23"],"summary":["TTIP"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-89632641000-47","ec-person-19b143e83f8ab978c55c8a9a9e49e06dbfa14bf3","ec-person-cb8ca9ec2413722fa83484ed18dd76ace52d0118"]}} -{"id":"ec-meeting-2015-03-23-b13a4a58acbb44ff22ff095f382f8339c24f7918","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-23 - Cabinet of Commissioner Violeta Bulc x APCO Worldwide"],"date":["2015-03-23"],"summary":["Transport"],"notes":["Portfolio: Transport"],"location":["BERL 8/36"],"address":["BERL 8/36"],"addressEntity":["addr-5bfb93d6c13657e2acd6f1fb99be6644e862b26d"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-5012c5e45a52ee8ce67d19c1781a127af53e73e7","eu-tr-81995781088-41"]}} -{"id":"ec-meeting-2015-03-23-b5aa9bbdd5cd99b5eaaba03a7a5a21fe8a3dbc22","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-23 - Employment, Social Affairs and Inclusion x CSR Europe, The Business Network for Corporate Social Responsibility"],"date":["2015-03-23"],"summary":["Feedback de la réunion qui s'est tenue entre la Commissaire et Mr Davignon"],"location":["Michel Servoz office"],"address":["Michel Servoz office"],"addressEntity":["addr-978e41b1622befbb8d6669dcbeb433d909f25b91"],"organizer":["ec-dg-empl"],"involved":["ec-person-0d8ce1c547b8ca99decd25740ba12e2c0866a2fd","eu-tr-56502415122-32"]}} -{"id":"ec-meeting-2015-03-23-b72852f2722bd966e574944d454566e3e2b419ed","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-23 - Cabinet of Vice-President Jyrki Katainen x Bruegel"],"date":["2015-03-23"],"summary":["CMU"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-88d71b399a3e13a243bdc4676e481835e8e5b2f2","eu-tr-33622026795-64"]}} -{"id":"ec-meeting-2015-03-23-b7bd3d808e493102867623e0b73264daaf48537f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-23 - Mobility and Transport x DFS Deutsche Flugsicherung GmbH"],"date":["2015-03-23"],"summary":["Exchange of views on SES2+ and FABEC"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-move"],"involved":["eu-tr-80667711712-64","ec-person-d856b0f199c84d5b5003106bea2ee6d0392e2428"]}} -{"id":"ec-meeting-2015-03-23-c9e470e0fef5398e752bdfebafd4b147e7cd2daa","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-23 - Cabinet of Vice-President Kristalina Georgieva x Transparency International - Bulgaria"],"date":["2015-03-23"],"summary":["Meeting with Transparency International Bulgaria"],"notes":["Portfolio: Budget & Human Resources"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-cabinet-georgieva-kristalina-of-president-vice"],"involved":["eu-tr-818996816692-05","ec-person-02fbf3278d64a2c309f843d977d5501458d4f7ed"]}} -{"id":"ec-meeting-2015-03-23-cbe64f41d0b64d7af0d9c56b0ab914bd712f2e92","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-23 - Cabinet of Commissioner Carlos Moedas x The Russell Group of Universities"],"date":["2015-03-23"],"summary":["EU Investment Plan, EFSI, Horizon 2020"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-b8d49828915f9008e764a78796d47ea00807a658","ec-person-2b4bb0b28e7435e5f612e44d9664dbd1051efc55","eu-tr-032693316451-70"]}} -{"id":"ec-meeting-2015-03-23-cbf6a79c96c6c90aea84ad8b6fccaf0cbd358cc5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-23 - Cabinet of Commissioner Elżbieta Bieńkowska x European Express Association"],"date":["2015-03-23"],"summary":["Union Customs Code"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-1894704851-83","ec-person-b2f9be51339f054477846797e2c119fcf16548fc"]}} -{"id":"ec-meeting-2015-03-23-e53e7b5fd3a5d4433897a412a48c19c541bbd26c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-23 - Cabinet of Commissioner Phil Hogan x ABP Food Group"],"date":["2015-03-23"],"summary":["Agriculture Issues"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-a1a78365cc4685b0958056646204977d8f2ead92","eu-tr-478790716543-16"]}} -{"id":"ec-meeting-2015-03-23-e748ea991d7ab1c88ae65372aaf3119b5e644799","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-23 - Cabinet of First Vice-President Frans Timmermans x International Air Transport Association"],"date":["2015-03-23"],"summary":["Better Regulation"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-1805107590-28","ec-person-966667b73d92624be9bb019c2baab7e52331b3d3"]}} -{"id":"ec-meeting-2015-03-23-f17b3f26a2a569fc22f624d609fb3644dce72762","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-23 - Cabinet of Vice-President Miguel Arias Cañete x Pequeños y Medianos Astilleros, Sociedad de Reconversión, Sociedad Anónima"],"date":["2015-03-23"],"summary":["Ship Sector in the EU"],"notes":["Portfolio: Climate Action & Energy"],"location":["Madrid, Spain"],"address":["Madrid, Spain"],"addressEntity":["addr-f2c4f2ef1ea88618aa1533f69b0d18fc1125a9d2"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-080354916486-85","ec-person-62773e55e1985542cb18a2a89f2053f2f39146b1","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd"]}} -{"id":"ec-meeting-2015-03-23-f87488dac2fad32468fc253ff63215eefcb713b3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-23 - Cabinet of Vice-President Maroš Šefčovič x Eurocities"],"date":["2015-03-23"],"summary":["Energy Union follow-up: local level"],"notes":["Portfolio: Energy Union"],"location":["Brussels, BE"],"address":["Brussels, BE"],"addressEntity":["addr-bd80958a978de8af51caa97a25a75f30d0061d71"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-ea6b517040e26a62f17d2829afffeba48cfd682f","eu-tr-12493392840-79"]}} -{"id":"ec-meeting-2015-03-23-fb797b203c3a9e72f0e49beb38b52c6730b970f9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-23 - Cabinet of Commissioner Dimitris Avramopoulos x International Air Transport Association"],"date":["2015-03-23"],"summary":["EU-Mexico PNR and possible solutions"],"notes":["Portfolio: Migration, Home Affairs and Citizenship"],"location":["Brussels Belgium"],"address":["Brussels Belgium"],"addressEntity":["addr-61947d7d2c69c0b8f57325bd044f500c5fc6df48"],"organizer":["ec-avramopoulos-cabinet-commissioner-dimitris-of"],"involved":["ec-person-e786479f71eb21bc0a291dd644b61d86e09beb13","eu-tr-1805107590-28","ec-person-0b0e27acb2dc2fc7a5c5367408eb01e6e347862f"]}} -{"id":"ec-meeting-2015-03-24-0789f595c33d5c6ff8fdb375e043eb8b0e12d643","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-24 - Cabinet of Commissioner Elżbieta Bieńkowska x Association Française des Entreprises Privées / French Association of Large Companies Association Française des Entreprises Privées / French Association of Large Companies"],"date":["2015-03-24"],"summary":["Key Enabling Technologies; Energy Union"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Paris, France"],"address":["Paris, France"],"addressEntity":["addr-c70534aa18173b860a10a50a47b139c4a581cbf6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-953933297-85","ec-person-d2997a7f359c91a337055c3e24dd36bf928de38d"]}} -{"id":"ec-meeting-2015-03-24-0b4bc2c4063e191c1f2fbf3f8ae17a484ea6aab7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-24 - Cabinet of Commissioner Pierre Moscovici x None"],"date":["2015-03-24"],"summary":["Aggressive tax planning and social responsibility"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["eu-tr-661621615733-68","eu-tr-04902121531-04","eu-tr-34100356706-23","eu-tr-890891615761-11","eu-tr-509557415718-13","ec-person-738f7f25002d191bd2df8936e8f8d1d726c19e2e"]}} -{"id":"ec-meeting-2015-03-24-117b8233dd6a8711642dc3eea5a4a291ff052e8a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-24 - Cabinet of Vice-President Miguel Arias Cañete x BP p.l.c."],"date":["2015-03-24"],"summary":["Southern Gas Corridor"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-3394026642-58","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd","ec-person-2229c857664a22dcb8eee79a8c05841fd3d0924f"]}} -{"id":"ec-meeting-2015-03-24-1b643e892910b698638c68c4f3b3c052e443ae27","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-24 - Inspire, Debate, Engage and Accelerate Action x techUK"],"date":["2015-03-24"],"summary":["Meeting with British tech start-up"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-dg-idea"],"involved":["eu-tr-279128116707-71","ec-person-4fe56a64c00b3e81c851b5538878b32481bd7d3c"]}} -{"id":"ec-meeting-2015-03-24-1de63495db7088d724f6ae70d223f532b25c0bd7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-24 - Cabinet of Vice-President Valdis Dombrovskis x Society for Worldwide Interbank Financial Telecommunication"],"date":["2015-03-24"],"summary":["EU and Russia relations and other external affairs matters such as relations with China and the BRICS, and how this may impact on the SWIFT infrastructure and service participation in global financial structures/markets in the future"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["European Commission - Berlaymont"],"address":["European Commission - Berlaymont"],"addressEntity":["addr-8e31ed79f02baf4e8569a8862c926af22033723b"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-011095511691-05","ec-person-48f31156d932641826e09f5b73f074d35ff05786","ec-person-537401fc0be04984531b83660f416bf2fe14fbd8"]}} -{"id":"ec-meeting-2015-03-24-266f8cf35314a95f98aa8d66c2ac912562ff5efc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-24 - Cabinet of President Jean-Claude Juncker x Kofi Annan Foundation"],"date":["2015-03-24"],"summary":["Meeting with Kofi Annan"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-961873216116-63","ec-person-29c106b0461ffd79e95f0119bdd363fd3c7c3ab3"]}} -{"id":"ec-meeting-2015-03-24-2cb3dcc4a7c69feb080a6f3cd63461174d18d15d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-24 - Cabinet of Commissioner Elżbieta Bieńkowska x The British Chambers of Commerce"],"date":["2015-03-24"],"summary":["Current EU business"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["ec-person-b2f9be51339f054477846797e2c119fcf16548fc","ec-person-3d55409fa049ff6b397a9afc2fcc21bc7c409f0d","eu-tr-920973215323-23"]}} -{"id":"ec-meeting-2015-03-24-3a63fe60eb577c4f37cf3d81e97a56589c537245","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-24 - Cabinet of Commissioner Tibor Navracsics x Microsoft Corporation"],"date":["2015-03-24"],"summary":["Digital Education"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["eu-tr-0801162959-21","ec-person-dc2e0fed0fdf39a6a3f3ad63355c5215599de9d1"]}} -{"id":"ec-meeting-2015-03-24-3d76a390247981659ba4c1eb579ac09725119f19","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-24 - Günther Oettinger x Deutsche Messe AG"],"date":["2015-03-24"],"summary":["Industry 4.0"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-c6cae64cc7dc787b66a47ab1613d3e922875b971","eu-tr-55535346410-37"]}} -{"id":"ec-meeting-2015-03-24-3ed862162d0fceab23cd1e828d6db4f14a00e2f2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-24 - Cabinet of Commissioner Vytenis Andriukaitis x Médecins Sans Frontières"],"date":["2015-03-24"],"summary":["EU ACTION ON TB; POSSIBILITIES TO RAISE PROFILE OF WORK ON TB"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["eu-tr-38497857515-11","ec-person-97425c615743576adc42e09bee7dac14f83f691b","ec-person-df30d07ef698a52b9948b9c734db39196cf8541f"]}} -{"id":"ec-meeting-2015-03-24-3ef14738fa7516da0d0c7afea47b2ab231e738cf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-24 - Cabinet of Commissioner Tibor Navracsics x Europeana Foundation"],"date":["2015-03-24"],"summary":["Promotion of Europeana in among education stakeholders"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["eu-tr-770007812381-96","ec-person-1da7ee09d46288ee4ea9db2b644bdcf9c3d6d000"]}} -{"id":"ec-meeting-2015-03-24-3f016a68c322f572cd35d86bf5649a4e43184368","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-24 - Cabinet of President Jean-Claude Juncker x MEDICINES FOR EUROPE"],"date":["2015-03-24"],"summary":["European Union’s policies affecting the pharmaceutical sector"],"notes":["Portfolio: President"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-442e08d247d72bdef0fce4bf17477efe2a5bfe49","eu-tr-48325781850-28"]}} -{"id":"ec-meeting-2015-03-24-404f1e98571fb751fe4b53fbb1394cc691d37536","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-24 - Cabinet of Vice-President Karmenu Vella x European Gas Limited"],"date":["2015-03-24"],"summary":["Coal Bed Methane: environmental impacts"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["ec-person-78fb1ad0c02c4fa8497b22edc1233d6be03cf2e5","eu-tr-495601416551-23"]}} -{"id":"ec-meeting-2015-03-24-426bba85620479cff9a7c507bad2636c2e84b234","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-24 - Cabinet of Vice-President Jyrki Katainen x Cboe Europe Limited"],"date":["2015-03-24"],"summary":["CMU"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-262967515153-20","ec-person-88d71b399a3e13a243bdc4676e481835e8e5b2f2"]}} -{"id":"ec-meeting-2015-03-24-4c6cd1756e614fe3e8e7cb1da03195cf220227d3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-24 - Communications Networks, Content and Technology x BSA | The Software Alliance"],"date":["2015-03-24"],"summary":["WEF, DSM"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["ec-person-3d379ff88d704acbd3444fdd59765df1225d4f9b","eu-tr-75039383277-48"]}} -{"id":"ec-meeting-2015-03-24-503731e01eb51fa16b1b3ee2a1ce38976506fcd2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-24 - Cabinet of Commissioner Phil Hogan x Committee of the European Sugar Users"],"date":["2015-03-24"],"summary":["Exchange of views on the current sugar market situation based on the balance sheet of the Commission and state of play of supplies / stocks, imports, exports, out of quota sugar."],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-400dd8d59d3060187d9b9b143d697da1a3d03c12","ec-person-c9d17d5879383b030f61a4066848249fb35d57e4","eu-tr-44875424605-90"]}} -{"id":"ec-meeting-2015-03-24-5a522d5ab4b4c257b4e7e0a05c9412a92235bfc1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-24 - Cabinet of Vice-President Miguel Arias Cañete x Repsol, S.A."],"date":["2015-03-24"],"summary":["Exchange on the current EU energy and climate policy topics"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-69240395197-02","ec-person-2229c857664a22dcb8eee79a8c05841fd3d0924f"]}} -{"id":"ec-meeting-2015-03-24-622acb7be4032d65047c9aa08536ef2f602616a8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-24 - Günther Oettinger x None"],"date":["2015-03-24"],"summary":["DSM"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-d8b86b98a24683917c569000ed6d8c45bedbbc00"]}} -{"id":"ec-meeting-2015-03-24-6411029f23cb018005740e040e99ddfdf1a5b426","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-24 - Cabinet of Commissioner Violeta Bulc x European Rail Freight Association asbl"],"date":["2015-03-24"],"summary":["Delivering a speech"],"notes":["Portfolio: Transport"],"location":["Brussels, Belguim"],"address":["Brussels, Belguim"],"addressEntity":["addr-84b5e5f38d43901e13b15f0c7dd8b408c954fd9b"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-4d2b449b5047ea3fda435a2a1c1081e3babcdf76","eu-tr-013359412586-21","ec-person-dd7851e4a1e747e824b4f81139e33bc3cdb73160"]}} -{"id":"ec-meeting-2015-03-24-64d665754638eb7669f11dbf62f011b1eb02abfc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-24 - Cabinet of Commissioner Elżbieta Bieńkowska x Mouvement des Entreprises de France Mouvement des Entreprises de France"],"date":["2015-03-24"],"summary":["Single Market Strategy; European Industrial Policy"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Paris, France"],"address":["Paris, France"],"addressEntity":["addr-c70534aa18173b860a10a50a47b139c4a581cbf6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-43763731235-75","ec-person-d2997a7f359c91a337055c3e24dd36bf928de38d"]}} -{"id":"ec-meeting-2015-03-24-768e57e47d965744cb59804edd236a1371d0479c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-24 - Cabinet of Vice-President Jyrki Katainen x SAS Institute"],"date":["2015-03-24"],"summary":["Digital Single Market"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-175323916168-03","ec-person-0da85dc48012e26688310a59a0b51727ea68f410"]}} -{"id":"ec-meeting-2015-03-24-80f591098f6a894c493226ef004e5c0318df2083","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-24 - Cabinet of President Jean-Claude Juncker x Orange"],"date":["2015-03-24"],"summary":["Digital Single Market"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-44a061693f35519551be0e3dab996e76ad3f8c7c","eu-tr-76704342721-41"]}} -{"id":"ec-meeting-2015-03-24-840b6e7e937710589404abe55e793194df9911c5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-24 - Cabinet of Vice-President Karmenu Vella x ЕКОПАК БЪЛГАРИЯ АД WWF - UK The Regional Environmental Center for Central and Eastern Europe APPLiA Bulgaria Greenpeace European Unit BUSINESSEUROPE"],"date":["2015-03-24"],"summary":["Circular Economy"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Sofia, Bulgaria"],"address":["Sofia, Bulgaria"],"addressEntity":["addr-d69bb66febb1be98993cab9f20f5a084a482035e"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["eu-tr-58520635294-70","eu-tr-3978240953-79","ec-person-0e3efd8bc1c3ee9a80205d0bb78f316fa1621e5d","eu-tr-699835616665-41","eu-tr-9832909575-41","eu-tr-407803414785-68","eu-tr-952210816760-90"]}} -{"id":"ec-meeting-2015-03-24-84157e81c4f960902d316d2eeb99cab37a7db0b2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-24 - Cabinet of Commissioner Vytenis Andriukaitis x Associazione Peacelink"],"date":["2015-03-24"],"summary":["Xyllela"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["eu-tr-566948015021-66","ec-person-d462b3c7daeee00ad55e380a7fb96819f79899df"]}} -{"id":"ec-meeting-2015-03-24-855981faefc2adedfffe0bc6a8925b567935a91e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-24 - Cabinet of Vice-President Cecilia Malmström x Mouvement des Entreprises de France"],"date":["2015-03-24"],"summary":["TTIP; France"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-43763731235-75","ec-person-cb8ca9ec2413722fa83484ed18dd76ace52d0118"]}} -{"id":"ec-meeting-2015-03-24-86ea29e7ebeb9607db9a876e94f321478eefdf13","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-24 - Cabinet of Commissioner Pierre Moscovici x KfW Bankengruppe"],"date":["2015-03-24"],"summary":["Investment Plan and role of national promotional banks"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["eu-tr-79019799690-13","ec-person-ac604755dc7677c8653a5a5172e851f7c8e468b4"]}} -{"id":"ec-meeting-2015-03-24-8d9fa08d516236c500a82c194e3b0c7e506cdb11","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-24 - Energy x Central Europe Energy Partners"],"date":["2015-03-24"],"summary":["North-South Corridor"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-87738563745-94","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2015-03-24-94830fe70ef621679bd083adbf6e72c603b69028","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-24 - Cabinet of President Jean-Claude Juncker x None"],"date":["2015-03-24"],"summary":["Tax Transparency Package"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-04902121531-04","eu-tr-33130841043-14","eu-tr-34100356706-23","ec-person-ad6f76ca53dc30d965b15e3728c45dbd0aba44b4","eu-tr-19316934749-13","eu-tr-509557415718-13"]}} -{"id":"ec-meeting-2015-03-24-96dc2ba3103afee961bdd6e0163b19b82c719d91","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-24 - Cabinet of Commissioner Jonathan Hill x Asociación Española de Banca"],"date":["2015-03-24"],"summary":["Banking Issues"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["eu-tr-785157016077-28","ec-person-5e8e66c5b37cfc1f9272932bf8e12f4b28d1160a"]}} -{"id":"ec-meeting-2015-03-24-9ac79ef7483223acfca695eaca4102155685abe4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-24 - Cabinet of Vice-President Andrus Ansip x SAS Institute"],"date":["2015-03-24"],"summary":["EU's Big Data"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-175323916168-03","ec-person-5db7bdd1c81da2e70eb5b982097d0004111b5c3e"]}} -{"id":"ec-meeting-2015-03-24-9d9b44c27951f2e925a8f8520fac72b08ef595eb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-24 - Cabinet of First Vice-President Frans Timmermans x None"],"date":["2015-03-24"],"summary":["Preparation of meeting with First Vice President (better regulation, digital single market, TTIP)"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["ec-person-284d94050a35c9079d8b1ba3f85eaf7777b5fea9"]}} -{"id":"ec-meeting-2015-03-24-a095bab58a1f02462329a7931370d1f78cfd5732","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-24 - Energy x American Chamber of Commerce to the European Union"],"date":["2015-03-24"],"summary":["Energy Union"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["ec-person-6997149120ce5129e38febe5275dc8fd03232d2e","eu-tr-5265780509-97"]}} -{"id":"ec-meeting-2015-03-24-a26e2b0d74cb78d56da4fd631858bd17218bce79","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-24 - Joint Research Centre x The Russell Group of Universities"],"date":["2015-03-24"],"summary":["Higher Education Policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-jrc"],"involved":["ec-person-b3e6b7a4bd40eead1b939244f1cb4e9bdaf65f46","eu-tr-032693316451-70"]}} -{"id":"ec-meeting-2015-03-24-a4caeeae45ecfaf64b03497fd6161450d3828986","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-24 - Cabinet of Vice-President Cecilia Malmström x Yingli Green Energy Europe GmbH"],"date":["2015-03-24"],"summary":["Changes of the European Photovoltaic sector from a Chinese point of view"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-542848716619-63","ec-person-591ec829ca734bcfe59a2c9c7f07f9dff22a0ea9"]}} -{"id":"ec-meeting-2015-03-24-a69fc9b8eb5f4b185663ca656b3b496ce22b1310","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2015-03-24 - Cabinet of Vice-President Andrus Ansip x BSA | The Software Alliance"],"date":["2015-03-24"],"summary":["DSM action plan, cybersecurity, data flows and intellectual rights","DSM action plan, cybersecurity, data flows and intellectual property rights"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-5db7bdd1c81da2e70eb5b982097d0004111b5c3e","eu-tr-75039383277-48"]}} -{"id":"ec-meeting-2015-03-24-a87de58c3341a727e175b6cd5ceea1b80b64b3aa","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-24 - Cabinet of Vice-President Andrus Ansip x The Free and Fair Post Initiative"],"date":["2015-03-24"],"summary":["Parcel delivery"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-d5a309c64ecdb05010325dcfc661f6ae817f31cc","eu-tr-145982616387-18"]}} -{"id":"ec-meeting-2015-03-24-af12f7e180da2c8d86d8b2352c27ec0e69a737c8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-24 - Cabinet of Commissioner Věra Jourová x Kreab"],"date":["2015-03-24"],"summary":["Data protection (international aspects)"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["eu-tr-1078390517-54","ec-person-f329292459cb1badb7fb7c6b67b698c441931bb2"]}} -{"id":"ec-meeting-2015-03-24-bbd3eb8608d88965f5daaf5d4d691f560f5b4e37","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-24 - Cabinet of Commissioner Tibor Navracsics x European Civil Society Platform for Multilingualism"],"date":["2015-03-24"],"summary":["The role of the Civil Society Platform for Multilingualism in promoting multilingualism in Europe"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-49f31dad10f5641cb1d1e4c3107dd838389e8120","eu-tr-657747016879-24"]}} -{"id":"ec-meeting-2015-03-24-c26722b07ee18379b1694b3c717124deb2e08ab0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-24 - Cabinet of Vice-President Valdis Dombrovskis x Cboe Europe Limited"],"date":["2015-03-24"],"summary":["Capital Markets Union"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-262967515153-20","ec-person-3f9ca71b74344417d1f072ba7f3e2f09a223b036"]}} -{"id":"ec-meeting-2015-03-24-d2d0a58d9b44f1abfc62a236341913a858fb7337","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-24 - Cabinet of Vice-President Maroš Šefčovič x Bioenergy Europe"],"date":["2015-03-24"],"summary":["Energy Union follow-up: cooling and heating"],"notes":["Portfolio: Energy Union"],"location":["Brussels, BE"],"address":["Brussels, BE"],"addressEntity":["addr-bd80958a978de8af51caa97a25a75f30d0061d71"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-ea6b517040e26a62f17d2829afffeba48cfd682f","eu-tr-97810874431-67"]}} -{"id":"ec-meeting-2015-03-24-d33e2241842b9094e0f5249a755f2ac8c7c99025","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-24 - European Neighbourhood and Enlargement Negotiations x European Movement International"],"date":["2015-03-24"],"summary":["Discussions on Neighbourhood and Enlargement policies"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-near"],"involved":["eu-tr-35279857524-58","ec-person-1160ccf35947f06f1629cad85b9f162eb5575780"]}} -{"id":"ec-meeting-2015-03-24-d5fe80fe0612da2ed37bd9b30a720758556753ab","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-24 - Cabinet of Vice-President Valdis Dombrovskis x Platform of European Social NGOs"],"date":["2015-03-24"],"summary":["Meeting held in the context of closer involvement of civil society in the European Semester. Topics discussed: EU economic governance. Streamlining of the European Semester: COM analysis in Country Reports and the involvement of civil society organizations. Mid-term review of Europe 2020 strategy."],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["European Commission, Brussels"],"address":["European Commission, Brussels"],"addressEntity":["addr-2af11d688b097d6939fd56f369a62f512c568619"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-1f98d05bdaed2c40396781b1eb7b0aa47cb8dd20","eu-tr-85083981189-35","ec-person-a9eda2e8ea54b70a968327672c6cada679d3cd56"]}} -{"id":"ec-meeting-2015-03-24-dbd1ffa3fc4ee598fc5da5c7eb10a704e6eb83d8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-24 - Cabinet of Commissioner Pierre Moscovici x Institute of Chartered Accountants in England and Wales"],"date":["2015-03-24"],"summary":["EU plan on corporate tax"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["eu-tr-7719382720-34","ec-person-738f7f25002d191bd2df8936e8f8d1d726c19e2e"]}} -{"id":"ec-meeting-2015-03-24-de9acd2be563320d91de4cbbddc6ba2863e63f09","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-24 - Cabinet of Commissioner Violeta Bulc x European Cyclists' Federation"],"date":["2015-03-24"],"summary":["Issues discussed"],"notes":["Portfolio: Transport"],"location":["Brussels, Belguim"],"address":["Brussels, Belguim"],"addressEntity":["addr-84b5e5f38d43901e13b15f0c7dd8b408c954fd9b"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-28451455737-18","ec-person-4d2b449b5047ea3fda435a2a1c1081e3babcdf76","ec-person-e14c58f620f40325d829df7be0823280307bc15f"]}} -{"id":"ec-meeting-2015-03-24-e0a6e4578a716c331ca67895531e59af2fa3b0c6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-24 - Cabinet of Vice-President Cecilia Malmström x The British Chambers of Commerce"],"date":["2015-03-24"],"summary":["UK & Trade in general"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-20ded9db5df11164331bb161fdf234b1e5ad53fd","ec-person-591ec829ca734bcfe59a2c9c7f07f9dff22a0ea9","eu-tr-920973215323-23"]}} -{"id":"ec-meeting-2015-03-24-e25dce433ef4ae85e9730f2fe07076ca0f312fe3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-24 - Günther Oettinger x virtual solution AG"],"date":["2015-03-24"],"summary":["2nd Annual European Data Economy Conference"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-dg-de"],"involved":["eu-tr-346813016632-22","ec-person-5652698e8f7b4a189329e67fddbaff44dbe8658c"]}} -{"id":"ec-meeting-2015-03-24-e6a6324d1582818e811df5f533a312f222c9f664","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2015-03-24 - Cabinet of Vice-President Jyrki Katainen x None"],"date":["2015-03-24"],"summary":["Competition in international aviation","Gulf Airline State Subsidies"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-7c9460f99c5872dbdc561f5752401c870d12e98b","eu-tr-371838712280-15","eu-tr-354474115978-18","ec-person-f9208d930adc70c6c64e21701e48f85f6f18e949","eu-tr-163962516042-10"]}} -{"id":"ec-meeting-2015-03-24-ee4348f57beccb733889510dc4d8148bdd41dada","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-24 - Communications Networks, Content and Technology x The Russell Group of Universities"],"date":["2015-03-24"],"summary":["H2020, E Fis"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["ec-person-3d379ff88d704acbd3444fdd59765df1225d4f9b","eu-tr-032693316451-70"]}} -{"id":"ec-meeting-2015-03-24-f4922a7fd6cdacc0c8e4b1df7dc7803b7b8d5948","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-24 - Cabinet of President Jean-Claude Juncker x Europeana Foundation"],"date":["2015-03-24"],"summary":["Digital Single Market"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-44a061693f35519551be0e3dab996e76ad3f8c7c","eu-tr-770007812381-96"]}} -{"id":"ec-meeting-2015-03-24-f5830f92e64e020d20f54397c71edfbfaac199c1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-24 - Cabinet of President Jean-Claude Juncker x University of Cambridge Institute for Sustainability Leadership"],"date":["2015-03-24"],"summary":["Energy Union"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-618254915321-39","ec-person-b1bf9aa5fb7e886441ff341b657cc482b64a2a3e"]}} -{"id":"ec-meeting-2015-03-24-f7559855714bc8c9b7f757707416eaabae3719de","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-24 - Cabinet of Vice-President Jyrki Katainen x ABB"],"date":["2015-03-24"],"summary":["Trade"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-7790041608-14","ec-person-7c9460f99c5872dbdc561f5752401c870d12e98b"]}} -{"id":"ec-meeting-2015-03-25-06472194a9fef5951d2a06fc4de078f07ab4a82a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-25 - Cabinet of Vice-President Kristalina Georgieva x Anti-corruption Action Centre"],"date":["2015-03-25"],"summary":["Meeting with Daria Kaleniuk from Anti-corruption Action Centre Ukraine"],"notes":["Portfolio: Budget & Human Resources"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-cabinet-georgieva-kristalina-of-president-vice"],"involved":["eu-tr-170729816699-44","ec-person-02fbf3278d64a2c309f843d977d5501458d4f7ed"]}} -{"id":"ec-meeting-2015-03-25-08e61f6405b0ad1c78cbd1af312eed9bb5b9cc63","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-25 - Cabinet of Vice-President Jyrki Katainen x Muenchener Rueckversicherungs-Gesellschaft Aktiengesellschaft in Muenchen Discovery Corporate Services Ltd UBS Group AG Assicurazioni Generali S.p.A Ivy Investment Management Company JPMorgan Chase & Co. Lazard Asset Management (Deutschland) GmbH Invesco Management SA Citadel LLC"],"date":["2015-03-25"],"summary":["Investment plan and EU economic outlook"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-3775b7be791f90ed462b9071c9ae596b80d71bca","eu-tr-80722695701-02","eu-tr-195659016630-24","eu-tr-839068416700-85","ec-person-7c9460f99c5872dbdc561f5752401c870d12e98b","eu-tr-836939615933-24","eu-tr-288009010205-61","eu-tr-365453815252-29","eu-tr-9171899949-17","eu-tr-286394716669-89","eu-tr-600525713796-88"]}} -{"id":"ec-meeting-2015-03-25-08f8b85377c151dda79df8e9e4069f08195aefaf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-25 - Cabinet of Commissioner Pierre Moscovici x Tobacco Europe AISBL"],"date":["2015-03-25"],"summary":["Tobacco Product Directive, Revision of the Excise Directive"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["ec-person-fe77299f966361ebf26175f545c793b383b3a4a0","eu-tr-1496873833-97","ec-person-738f7f25002d191bd2df8936e8f8d1d726c19e2e"]}} -{"id":"ec-meeting-2015-03-25-0dbc9d951f762c5a8a4322ffad674e9d51bcff33","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-25 - Cabinet of Commissioner Jonathan Hill x EuropeanIssuers"],"date":["2015-03-25"],"summary":["Capital Markets Union"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["ec-person-f247edfcff54d4f26fc10769f809c92bc72d6797","eu-tr-20935778703-23"]}} -{"id":"ec-meeting-2015-03-25-14046fcbabba5d775c9bb3e5f39f74c120fc8976","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-25 - Günther Oettinger x UNION FRANCAISE DE L'ELECTRICITE - UFE"],"date":["2015-03-25"],"summary":["DSM"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-d8b86b98a24683917c569000ed6d8c45bedbbc00","eu-tr-30146663069-53"]}} -{"id":"ec-meeting-2015-03-25-187e35a9a12ef5656662f531e35d6f22ecc561f9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-25 - Günther Oettinger x QUALCOMM Incorporated"],"date":["2015-03-25"],"summary":["Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-4cd59e13386e3b68ecb3611fcc579e0a0a3938a5","eu-tr-00358442856-45"]}} -{"id":"ec-meeting-2015-03-25-20d56abf14dd0e3c4a2b7b2cc09a29ac2951f56e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-25 - Cabinet of Commissioner Tibor Navracsics x European Publishers Council RELX"],"date":["2015-03-25"],"summary":["Digital Single Market and Copyright"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["eu-tr-4456380381-30","ec-person-cb6aa96c497dead35eb0f2ed0339e5423d506549","eu-tr-338398611148-62"]}} -{"id":"ec-meeting-2015-03-25-234a11f28d5317baf49101576f14711b5ae90b1b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-25 - Cabinet of Vice-President Karmenu Vella x Confederation of European Waste-to-Energy Plants"],"date":["2015-03-25"],"summary":["Circular economy"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["ec-person-4ff7c27445db4ad88e687776974fd8d077a1fe0c","eu-tr-7899845424-69"]}} -{"id":"ec-meeting-2015-03-25-23516e9621ce187991e7f7eac0f85b2c0f344ee3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-25 - Cabinet of Vice-President Karmenu Vella x Compassion in World Farming International"],"date":["2015-03-25"],"summary":["Animal welfare and aquaculture"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["eu-tr-26535516539-45","ec-person-2966d69fae0ea4e67f3f2df5a743cc766267d3c8"]}} -{"id":"ec-meeting-2015-03-25-246edbbce3ca22c14511ece0556dc54004ea40a7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-25 - Cabinet of Commissioner Pierre Moscovici x France Industrie"],"date":["2015-03-25"],"summary":["Préparation participation P. Moscovici au dîner du Cercle de l'Industrie"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Bruxelles"],"address":["Bruxelles"],"addressEntity":["addr-b58f5927b66d94a676970dc048485d4c6848f272"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["ec-person-79931cfd2923c1aca9c7d284e9590732b0a36ed9","eu-tr-60974102057-03"]}} -{"id":"ec-meeting-2015-03-25-2b7bec7a390c52f7490d52868ee13965b7025820","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-25 - Günther Oettinger x Schneider Electric"],"date":["2015-03-25"],"summary":["DSM"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-46302264606-44","ec-person-d8b86b98a24683917c569000ed6d8c45bedbbc00"]}} -{"id":"ec-meeting-2015-03-25-304c6b080266055bbc0af84aced8763f8c934a9d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-25 - Cabinet of President Jean-Claude Juncker x France Industrie"],"date":["2015-03-25"],"summary":["Priorities of the new Commission"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-60974102057-03","ec-person-98eba7ab1446c6dce384fdc2ecd48c7cadf9ee4e"]}} -{"id":"ec-meeting-2015-03-25-38589a8f17632622960874974c815748a44188ea","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-25 - Environment x Bundesverband der Deutschen Industrie e.V."],"date":["2015-03-25"],"summary":["BDI position paper on raw materials"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-env"],"involved":["eu-tr-1771817758-48","ec-person-c92411579cf013898db30d63a5d6fadc118e7264"]}} -{"id":"ec-meeting-2015-03-25-3b078c93947ba2bbc99fe20537665d790a717619","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-25 - Cabinet of Vice-President Jyrki Katainen x ELECTRICITE DE FRANCE"],"date":["2015-03-25"],"summary":["Investment package"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-39966101835-69","ec-person-0310c3b87e155f5572493e91d12eebab9736a76b"]}} -{"id":"ec-meeting-2015-03-25-3d0f1dc80d9b79d577bec8657d7b978d5964ef2a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-25 - Cabinet of First Vice-President Frans Timmermans x SURFRIDER FOUNDATION EUROPE"],"date":["2015-03-25"],"summary":["Circular Economy"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["BERL 8/275"],"address":["BERL 8/275"],"addressEntity":["addr-3ae1ca252351d2bc20aeeab8c5d3e0f1e0122c14"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-58969291154-50","ec-person-7a0c440119cd5d547eceebb055c79b8bb41bf9a2"]}} -{"id":"ec-meeting-2015-03-25-410d3d901789e3db227f4d452e4d29d63603b5e6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-25 - Cabinet of First Vice-President Frans Timmermans x Unilever"],"date":["2015-03-25"],"summary":["Circular Economy"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["BERL 10/286"],"address":["BERL 10/286"],"addressEntity":["addr-fb8936c188f53a7eb5cbd12e71c33e932fbbc6ac"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["ec-person-7a0c440119cd5d547eceebb055c79b8bb41bf9a2","eu-tr-6200524920-25"]}} -{"id":"ec-meeting-2015-03-25-4f7f613f5c1523c613c4d5b50fb4bfc2e418991e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-25 - Cabinet of First Vice-President Frans Timmermans x Confederation of European Waste-to-Energy Plants"],"date":["2015-03-25"],"summary":["Circular Economy"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["BERL 8/275"],"address":["BERL 8/275"],"addressEntity":["addr-3ae1ca252351d2bc20aeeab8c5d3e0f1e0122c14"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["ec-person-7a0c440119cd5d547eceebb055c79b8bb41bf9a2","eu-tr-7899845424-69"]}} -{"id":"ec-meeting-2015-03-25-568fca327bed4a66179bf4f15d34cfcaf47873c1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-25 - Günther Oettinger x Deutsche Telekom"],"date":["2015-03-25"],"summary":["TSM / DSM"],"location":["Brüssel"],"address":["Brüssel"],"addressEntity":["addr-76a1120c23e403cd4843f4c60ffc591a79e14f1a"],"organizer":["ec-dg-de"],"involved":["ec-person-4cd59e13386e3b68ecb3611fcc579e0a0a3938a5","eu-tr-60052162589-72"]}} -{"id":"ec-meeting-2015-03-25-57f0ddeec473069fcda92631c94811093a81d9d6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-25 - Cabinet of Vice-President Cecilia Malmström x Greenhouse Communications"],"date":["2015-03-25"],"summary":["GMOs"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-486836616056-77","ec-person-8529bbbc6db862f6b82d6fa66a7cf7668804dae7"]}} -{"id":"ec-meeting-2015-03-25-59a6a5b80b95f5b58f9103d4fc6bfcf887c25ac9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-25 - Cabinet of Vice-President Cecilia Malmström x FEDEX EXPRESS EUROPE INC. & CO."],"date":["2015-03-25"],"summary":["E-commerce and delivery services in Trade Negotiations"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-32853368606-40","ec-person-5d4088e1913284a765aed8445f448f6ff341f1b3"]}} -{"id":"ec-meeting-2015-03-25-5d41f74fd737480030dfda8ac932bb034338b68f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-25 - Cabinet of Commissioner Jonathan Hill x T&L Sugars Limited"],"date":["2015-03-25"],"summary":["Financial Services Policy"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["ec-person-03cf92829e273869bfbd8bbf4f1881dcd0848186","eu-tr-50465929991-70"]}} -{"id":"ec-meeting-2015-03-25-5e3d58bb709af0b472933dcf5ec4872a6b33dc35","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2015-03-25 - Cabinet of Commissioner Phil Hogan x Novozymes"],"date":["2015-03-25"],"summary":["Bio Based Economy","Bio based economy"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-a1a78365cc4685b0958056646204977d8f2ead92","ec-person-ff8342dedc26701400fcb7dcf73fbee50a837ac6","eu-tr-52195525403-65"]}} -{"id":"ec-meeting-2015-03-25-6cf8f6dd8d48af70766463dfc41aa9e07594014c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-25 - Cabinet of Vice-President Karmenu Vella x FuelsEurope"],"date":["2015-03-25"],"summary":["Effects on fuel industry of EU environmental / climate policies"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["ec-person-78fb1ad0c02c4fa8497b22edc1233d6be03cf2e5","eu-tr-26207914726-42"]}} -{"id":"ec-meeting-2015-03-25-6da093ad8d95e46ef2a47f04fd7162bf0c019412","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-25 - Mobility and Transport x International Consolidated Airlines Group"],"date":["2015-03-25"],"summary":["Exchange of views on aviation industry"],"location":["London"],"address":["London"],"addressEntity":["addr-4c57f0c88d9844630327623633ce269cf826ab99"],"organizer":["ec-dg-move"],"involved":["ec-person-d856b0f199c84d5b5003106bea2ee6d0392e2428","eu-tr-60340504060-88"]}} -{"id":"ec-meeting-2015-03-25-6e325439a8cde1c8e46501385b6cd12a49506d4d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-25 - Cabinet of Commissioner Violeta Bulc x BLS AG"],"date":["2015-03-25"],"summary":["Meeting with BLS"],"notes":["Portfolio: Transport"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-230630614673-95","ec-person-dd7851e4a1e747e824b4f81139e33bc3cdb73160"]}} -{"id":"ec-meeting-2015-03-25-6fdaf4e254372e2213c1fa09144343fbf177c9e5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-25 - Cabinet of High Representative / Vice-President Federica Mogherini x Leonardo S.p.A."],"date":["2015-03-25"],"summary":["Group presentation"],"notes":["Portfolio: Foreign Affairs and Security Policy"],"location":["Berlaymont, Bruxelles"],"address":["Berlaymont, Bruxelles"],"addressEntity":["addr-d1e909436d754f27a1412125f55998a75e5eb9d6"],"organizer":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"involved":["eu-tr-02550382403-01","ec-person-0d87d503aa00db1df141f3b1bfea3e0ccb43ece9"]}} -{"id":"ec-meeting-2015-03-25-70d1979e09a869732588967821f34145ecb2d1a5","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2015-03-25 - Cabinet of Commissioner Elżbieta Bieńkowska x Polish Confederation Lewiatan"],"date":["2015-03-25"],"summary":["Introductory meeting"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-251117611140-75","ec-person-95a769a1850d7d595f9a5853c51dcbdd3ddd69fb"]}} -{"id":"ec-meeting-2015-03-25-797e243def6a1256b2be634a90d1796ff269107a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-25 - Cabinet of Commissioner Violeta Bulc x Eurelectric aisbl"],"date":["2015-03-25"],"summary":["von Peter meeting Eurelectric representatives"],"notes":["Portfolio: Transport"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-4271427696-87","ec-person-e14c58f620f40325d829df7be0823280307bc15f"]}} -{"id":"ec-meeting-2015-03-25-7a3f4343b40ea5898b4ec7b96a4ecfb8ddcbae87","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-25 - Cabinet of Commissioner Violeta Bulc x European Passengers' Federation"],"date":["2015-03-25"],"summary":["Passenger rights, . Forthcoming review of the 2011 Transport White Paper, especially in view of the Juncker Plan, SHIFT2RAIL, 4th Railway Package, EPF involvement in European transport discussions - access to information"],"notes":["Portfolio: Transport"],"location":["Brussels, Belguim"],"address":["Brussels, Belguim"],"addressEntity":["addr-84b5e5f38d43901e13b15f0c7dd8b408c954fd9b"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-52829609107-37","ec-person-dd7851e4a1e747e824b4f81139e33bc3cdb73160"]}} -{"id":"ec-meeting-2015-03-25-7e846b6671898624ac99e42252320da232423e56","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-25 - Cabinet of Commissioner Pierre Moscovici x Fédération Française des Télécoms"],"date":["2015-03-25"],"summary":["FTT"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Bruxelles"],"address":["Bruxelles"],"addressEntity":["addr-b58f5927b66d94a676970dc048485d4c6848f272"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["ec-person-79931cfd2923c1aca9c7d284e9590732b0a36ed9","eu-tr-005930614727-54"]}} -{"id":"ec-meeting-2015-03-25-7f4c1539778d513c8d0032962beace81c3122905","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-25 - Cabinet of Vice-President Karmenu Vella x Unilever"],"date":["2015-03-25"],"summary":["Circular economy"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["ec-person-4ff7c27445db4ad88e687776974fd8d077a1fe0c","eu-tr-6200524920-25"]}} -{"id":"ec-meeting-2015-03-25-7fd109109984fd83fceab4b5720de1cc15d55b13","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-25 - Cabinet of Vice-President Karmenu Vella x SURFRIDER FOUNDATION EUROPE"],"date":["2015-03-25"],"summary":["Circular Economy"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["ec-person-4ff7c27445db4ad88e687776974fd8d077a1fe0c","eu-tr-58969291154-50"]}} -{"id":"ec-meeting-2015-03-25-8972a13415e7824bbbbbca9df73fa64c83072725","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-25 - Cabinet of First Vice-President Frans Timmermans x Novozymes"],"date":["2015-03-25"],"summary":["Circular Economy"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["BER 12/243"],"address":["BER 12/243"],"addressEntity":["addr-f5bdc57e12ab95de489aebc29f6494d504616518"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["ec-person-7a0c440119cd5d547eceebb055c79b8bb41bf9a2","eu-tr-52195525403-65"]}} -{"id":"ec-meeting-2015-03-25-89791f1b196f2edffe588c0ea628f8d11c2df961","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-25 - Cabinet of Commissioner Violeta Bulc x Fiat Chrysler Automobiles"],"date":["2015-03-25"],"summary":["Meeting with the FCA representatives"],"notes":["Portfolio: Transport"],"location":["Brussels, Belguim"],"address":["Brussels, Belguim"],"addressEntity":["addr-84b5e5f38d43901e13b15f0c7dd8b408c954fd9b"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-7387356890-48","ec-person-e14c58f620f40325d829df7be0823280307bc15f"]}} -{"id":"ec-meeting-2015-03-25-940b62c92a9d668fa41a320b45086164967603b9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-25 - Cabinet of Vice-President Jyrki Katainen x Technology Industries of Finland (Teknologiateollisuus ry)"],"date":["2015-03-25"],"summary":["Energy Union"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-0310c3b87e155f5572493e91d12eebab9736a76b","eu-tr-39705603497-38"]}} -{"id":"ec-meeting-2015-03-25-9656958f1812dc226606f6fea4df23e6a30b6669","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-25 - Cabinet of Vice-President Jyrki Katainen x Unilever"],"date":["2015-03-25"],"summary":["Circular Economy"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-0310c3b87e155f5572493e91d12eebab9736a76b","eu-tr-6200524920-25"]}} -{"id":"ec-meeting-2015-03-25-9ca921bf6654e0300fb8fd4fce3a0b1c0a8cbd73","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-25 - Cabinet of Vice-President Jyrki Katainen x SURFRIDER FOUNDATION EUROPE"],"date":["2015-03-25"],"summary":["Circular Economy"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-58969291154-50","ec-person-0310c3b87e155f5572493e91d12eebab9736a76b"]}} -{"id":"ec-meeting-2015-03-25-9ec415dabf42b0b67617033ee18c5b704f7b7f19","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-25 - Cabinet of Commissioner Pierre Moscovici x Audiovisual Anti-Piracy Alliance"],"date":["2015-03-25"],"summary":["Customs and piracy hardware"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["eu-tr-131611211983-58","ec-person-738f7f25002d191bd2df8936e8f8d1d726c19e2e"]}} -{"id":"ec-meeting-2015-03-25-a11a8e33178499a1020d215d33ff589e79023f12","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-25 - Cabinet of Commissioner Pierre Moscovici x Société Générale"],"date":["2015-03-25"],"summary":["FTT"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Bruxelles"],"address":["Bruxelles"],"addressEntity":["addr-b58f5927b66d94a676970dc048485d4c6848f272"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["eu-tr-34369111614-57","ec-person-79931cfd2923c1aca9c7d284e9590732b0a36ed9"]}} -{"id":"ec-meeting-2015-03-25-a3023e059791c0f63eb1ce13d54c903da1f534b0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-25 - Cabinet of Vice-President Jyrki Katainen x Akava ry"],"date":["2015-03-25"],"summary":["Investment package"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-99365f4c3081112dcbfa722a5eb05adecc68503e","eu-tr-98086919699-94"]}} -{"id":"ec-meeting-2015-03-25-a79344cce9b6b9d088758e4752741d84e6961877","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-25 - Cabinet of Commissioner Věra Jourová x Svaz průmyslu a dopravy ČR"],"date":["2015-03-25"],"summary":["Data protection in broader context of the EC initiative in digital economy, DSM"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["eu-tr-785320514128-81","ec-person-1e0e3a00ab815dea7c5b839b002ed2c7e34bfe0a"]}} -{"id":"ec-meeting-2015-03-25-b06798e419828d283620807827aa405f461939e0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-25 - Cabinet of Commissioner Elżbieta Bieńkowska x ArcelorMittal G Plus Ltd (t/a Portland)"],"date":["2015-03-25"],"summary":["Steel industry in Europe - impact of Council conclusions"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-23527541824-60","eu-tr-7223777790-86","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2015-03-25-bd71f4dd9cb07af3333e2d2c93dfef4e19299ebc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-25 - Günther Oettinger x BID Bundesarbeitsgemeinschaft Immobilienwirtschaft Deutschland"],"date":["2015-03-25"],"summary":["Impact of digitisation on real estate sector"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0","eu-tr-755146816670-06"]}} -{"id":"ec-meeting-2015-03-25-c516e0e369c64676212a94a18f64ccb4fab233e6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-25 - Internal Market, Industry, Entrepreneurship and SMEs x Asociación Española de Proveedores de Automoción"],"date":["2015-03-25"],"summary":["The automotive equipment and sector components in Spain"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-grow"],"involved":["ec-person-9f3f9b58a22cf98d55521b290d1facc431bdce86","eu-tr-795662615695-14"]}} -{"id":"ec-meeting-2015-03-25-c741b455959a7c9aa07699c65fd952d509047ec8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-25 - Cabinet of Vice-President Valdis Dombrovskis x SEV - Hellenic Federation of Enterprises"],"date":["2015-03-25"],"summary":["Meeting held in the context of strengthening the social dialogue. Topics discussed: • EU economic governance, deepening EMU, the role of social dialogue at EU and national levels; • Greece economic-social situation, involvement of Greek social partners in national reform agenda."],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["European Commission, Brussels"],"address":["European Commission, Brussels"],"addressEntity":["addr-2af11d688b097d6939fd56f369a62f512c568619"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-1f98d05bdaed2c40396781b1eb7b0aa47cb8dd20","ec-person-a9eda2e8ea54b70a968327672c6cada679d3cd56","ec-person-b3851773e6fffa3f8f2c4483b70f7bb63da8a4c3","eu-tr-59395037733-93"]}} -{"id":"ec-meeting-2015-03-25-c8c6692b050c4d6101a0ee02cfd5933c0f031c2a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-25 - Cabinet of Commissioner Jonathan Hill x Consumer Credit Association"],"date":["2015-03-25"],"summary":["Financial Services Policy"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["ec-person-03cf92829e273869bfbd8bbf4f1881dcd0848186","eu-tr-434459916601-58"]}} -{"id":"ec-meeting-2015-03-25-cef0f5cd48a43c2f7c6417d77b7dae96e01c89bc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-25 - Cabinet of First Vice-President Frans Timmermans x International Federation for Human Rights"],"date":["2015-03-25"],"summary":["Fundamental Rights"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Berlaymont, Brussels"],"address":["Berlaymont, Brussels"],"addressEntity":["addr-fc86ff6aaa2cd722afeb09a33ccd03fec72f8cd1"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-97628146980-33","ec-person-6d8b11c800391d9e6515bbd1b0e9d54c7da270da"]}} -{"id":"ec-meeting-2015-03-25-cfb3eb7fe255b5bef8699b8460ce479a8a97f7de","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-25 - Cabinet of High Representative / Vice-President Federica Mogherini x European Organisation for Security"],"date":["2015-03-25"],"summary":["Information meeting on cyber and integrated border management"],"notes":["Portfolio: Foreign Affairs and Security Policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"involved":["ec-person-4f2bf88ad14d12976aecc7694a057ab90b7a81d2","eu-tr-32134385519-64"]}} -{"id":"ec-meeting-2015-03-25-d58962482e0eb8b3558c98f8fd07cdf3aadd32a3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-25 - Cabinet of Vice-President Jyrki Katainen x Confederation of European Waste-to-Energy Plants"],"date":["2015-03-25"],"summary":["Circular Economy"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-0310c3b87e155f5572493e91d12eebab9736a76b","eu-tr-7899845424-69"]}} -{"id":"ec-meeting-2015-03-25-f3fd87fc87493e397e28d37d411a2fec866b62e6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-25 - Günther Oettinger x GROUPE CANAL+"],"date":["2015-03-25"],"summary":["Copyright"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0","eu-tr-645753416723-84"]}} -{"id":"ec-meeting-2015-03-25-fe1dc6f8d6820b3efdd287f8e61ba853d14bb46d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-25 - Cabinet of Vice-President Andrus Ansip x EU VAT Action"],"date":["2015-03-25"],"summary":["startups, VAT"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-807821716768-62","ec-person-6a03bc4fa7657513ea34529e98dba0671ef4c849"]}} -{"id":"ec-meeting-2015-03-26-03741f2e27a5bd996e087144a177e9073b465f25","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-26 - Cabinet of Vice-President Johannes Hahn x OXFAM INTERNATIONAL EU ADVOCACY OFFICE"],"date":["2015-03-26"],"summary":["EU regional strategy for Syria and Iraq, ENP review"],"notes":["Portfolio: European Neighbourhood Policy & Enlargement Negotiations"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-hahn-johannes-of-president-vice"],"involved":["ec-person-ffbd1e8ac522a6bd1cdc4b724b9a4416b5d36034","eu-tr-46856801604-90"]}} -{"id":"ec-meeting-2015-03-26-0789a52641a2eb2c14f048216475a63afba9dc0f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-26 - Günther Oettinger x IBM Corporation"],"date":["2015-03-26"],"summary":["Digital Policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-7721359944-96","ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0"]}} -{"id":"ec-meeting-2015-03-26-1675cbd70d2db830d859385097ccc5f1aa174660","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-26 - Cabinet of Vice-President Valdis Dombrovskis x Redburn (Europe) Limited"],"date":["2015-03-26"],"summary":["Markets in Financial Instruments Directive"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-3f9ca71b74344417d1f072ba7f3e2f09a223b036","eu-tr-031828616599-65"]}} -{"id":"ec-meeting-2015-03-26-17f58404f6d0e0ca0d3b08ba3561e1289ce39c13","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-26 - Cabinet of Vice-President Valdis Dombrovskis x Mouvement des Entreprises de France"],"date":["2015-03-26"],"summary":["Meeting held in the context of strengthening the social dialogue. Topics discussed: • EU economic governance and COM decisions on France; • Socio-economic situation and social dialogue in France. Follow-up of the high-level conference on \"New Start for Social Dialogue\"."],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["European Commission, Brussels"],"address":["European Commission, Brussels"],"addressEntity":["addr-2af11d688b097d6939fd56f369a62f512c568619"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-1f98d05bdaed2c40396781b1eb7b0aa47cb8dd20","eu-tr-43763731235-75","ec-person-b2d41137decbf33bc8076a41bfe11b68d501a7a0","ec-person-a9eda2e8ea54b70a968327672c6cada679d3cd56"]}} -{"id":"ec-meeting-2015-03-26-22d62bded3255de664d027f8ac84dffa4ff6eced","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-26 - Günther Oettinger x Google"],"date":["2015-03-26"],"summary":["Digital skills"],"location":["Brüssel"],"address":["Brüssel"],"addressEntity":["addr-76a1120c23e403cd4843f4c60ffc591a79e14f1a"],"organizer":["ec-dg-de"],"involved":["ec-person-4cd59e13386e3b68ecb3611fcc579e0a0a3938a5","eu-tr-03181945560-59"]}} -{"id":"ec-meeting-2015-03-26-2ca393c99e4f488814057df83728f4a953966adb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-26 - Cabinet of Commissioner Elżbieta Bieńkowska x Zentralverband Oberflächentechnik e.V."],"date":["2015-03-26"],"summary":["Introductory meeting"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-00975784840-38","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2015-03-26-312c7fa759bc5107dbdb7accc91b4314a3d5601b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-26 - Günther Oettinger x Mouvement des Entreprises de France"],"date":["2015-03-26"],"summary":["DSM & usine du futur"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-43763731235-75","ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0"]}} -{"id":"ec-meeting-2015-03-26-330b5396e455fc3f07d85648c940c86172901c1b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-26 - Cabinet of Commissioner Carlos Moedas x Ocean Energy Europe"],"date":["2015-03-26"],"summary":["Meeting with the CEO"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-fb56329c22510c66ab50a8bdba13230bdae32902","eu-tr-264048311507-68"]}} -{"id":"ec-meeting-2015-03-26-33337c6323cec1baee7133d26b3e11e12555bece","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-26 - Cabinet of Commissioner Tibor Navracsics x Yelp"],"date":["2015-03-26"],"summary":["Yelp's position in Google case"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-49f31dad10f5641cb1d1e4c3107dd838389e8120","eu-tr-173076213280-06"]}} -{"id":"ec-meeting-2015-03-26-36ecd44a923a42c597fc18c8a8892a3f8e895561","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-26 - Cabinet of Vice-President Jyrki Katainen x Mouvement des Entreprises de France"],"date":["2015-03-26"],"summary":["Investment plan"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-43763731235-75","ec-person-7c9460f99c5872dbdc561f5752401c870d12e98b"]}} -{"id":"ec-meeting-2015-03-26-3bdffb1e15fdae82ecf1f37a8475300b33b68d00","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-26 - Cabinet of Commissioner Margrethe Vestager x European Regions Airline Association Ltd."],"date":["2015-03-26"],"summary":["Competition and Sate aid policy in the aviation sector"],"notes":["Portfolio: Competition"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-margrethe-of-vestager"],"involved":["eu-tr-73491621553-11","ec-person-2e96673ec2acdfc668f6970535551f9afa1f8729"]}} -{"id":"ec-meeting-2015-03-26-3f32726145c3cf5d4bb4309a878d8968cba65843","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-26 - Cabinet of Vice-President Miguel Arias Cañete x ACCIONA, S.A."],"date":["2015-03-26"],"summary":["Renewable energy"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-62773e55e1985542cb18a2a89f2053f2f39146b1","eu-tr-451019811573-55","ec-person-2229c857664a22dcb8eee79a8c05841fd3d0924f"]}} -{"id":"ec-meeting-2015-03-26-44af756eba406766c8490688338a246558d1b52c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-26 - Cabinet of Vice-President Karmenu Vella x Helmholtz-Gemeinschaft Deutscher Forschungszentren e.V."],"date":["2015-03-26"],"summary":["Marine Research"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Kiel"],"address":["Kiel"],"addressEntity":["addr-43bd64dfb0cb6c1c2283aed7e96fd10f121978c2"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["eu-tr-73792436593-97","ec-person-0e3efd8bc1c3ee9a80205d0bb78f316fa1621e5d"]}} -{"id":"ec-meeting-2015-03-26-499318f3d17d76e8a01d56cad8c79502384a92b5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-26 - Cabinet of Vice-President Cecilia Malmström x Thai Union Europe"],"date":["2015-03-26"],"summary":["Fisheries agreement and trade matters between ACP countries"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-297234816615-21","ec-person-8529bbbc6db862f6b82d6fa66a7cf7668804dae7"]}} -{"id":"ec-meeting-2015-03-26-4a5b7c2f54b564309a4d0422eeb13705970af52a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-26 - Günther Oettinger x Deutsche Bank AG"],"date":["2015-03-26"],"summary":["DSM"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-271912611231-56","ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0"]}} -{"id":"ec-meeting-2015-03-26-4bb0147f99916844f08949fb15d91fd61c63e771","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-26 - Cabinet of Vice-President Jyrki Katainen x Bureau Européen des Unions de Consommateurs"],"date":["2015-03-26"],"summary":["EU Consumer affairs"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90","eu-tr-9505781573-45"]}} -{"id":"ec-meeting-2015-03-26-561d3f7e95d61182e6c367b2a752439b1810d8e3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-26 - Cabinet of Vice-President Cecilia Malmström x Trä- och Möbelföretagen"],"date":["2015-03-26"],"summary":["How the Commission works & TTIP"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-20ded9db5df11164331bb161fdf234b1e5ad53fd","eu-tr-015178215857-23"]}} -{"id":"ec-meeting-2015-03-26-5a925258b70d073a6d326b68b6095c518207e49d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-26 - Cabinet of Vice-President Valdis Dombrovskis x Google"],"date":["2015-03-26"],"summary":["Economic outlook of Europe. Potential of global digital market place."],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Berlaymont 10/021"],"address":["Berlaymont 10/021"],"addressEntity":["addr-2811fa4f00b3ac0a4b159e1b00e7342b7e4b8f79"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-1f98d05bdaed2c40396781b1eb7b0aa47cb8dd20","ec-person-902665668634b69ce99a97f1853d89a9d1b275f2","eu-tr-03181945560-59"]}} -{"id":"ec-meeting-2015-03-26-68589a3bf4eadedaea66bbec739a9603adddce8a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-26 - Cabinet of President Jean-Claude Juncker x Airbus"],"date":["2015-03-26"],"summary":["Transport"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-b1bf9aa5fb7e886441ff341b657cc482b64a2a3e","eu-tr-2732167674-76"]}} -{"id":"ec-meeting-2015-03-26-6ca08392d98fb8d25a9dbc26f209c12bd96bd2c4","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2015-03-26 - Cabinet of Commissioner Corina Crețu x Bayerische Motoren Werke Aktiengesellschaft"],"date":["2015-03-26"],"summary":["Vehicle connectivity"],"notes":["Portfolio: Regional Policy"],"location":["Brussels, BERL"],"address":["Brussels, BERL"],"addressEntity":["addr-3c3fa5f92474ebac668808553fbab6d1c14aa243"],"organizer":["ec-cabinet-commissioner-corina-cretu-of"],"involved":["eu-tr-7193977808-18","ec-person-c9d4945f28454cc49c4ea188c82e64b0dac3bd73"]}} -{"id":"ec-meeting-2015-03-26-6e7ccd7201f5b3e6670a4aa8dd39398eb14193e8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-26 - Mobility and Transport x FEPORT"],"date":["2015-03-26"],"summary":["Funding for new equipment projects, carbon footprinting methodology"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-move"],"involved":["ec-person-d856b0f199c84d5b5003106bea2ee6d0392e2428","eu-tr-801302611511-33"]}} -{"id":"ec-meeting-2015-03-26-7020de4f65fa7f3d6b54119254b03f481044870a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-26 - Cabinet of Vice-President Andrus Ansip x MVNO Europe"],"date":["2015-03-26"],"summary":["TSM + upcoming review of telecom regulation"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-458563610807-24","ec-person-666bc159c7e65a3af9e63c1e97435c02f1496955"]}} -{"id":"ec-meeting-2015-03-26-7592bbbda15d4ce97a570fefedf1f425667927b8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-26 - Cabinet of Commissioner Tibor Navracsics x Hochschulrektorenkonferenz"],"date":["2015-03-26"],"summary":["Higher education and research policy"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-dc2e0fed0fdf39a6a3f3ad63355c5215599de9d1","eu-tr-416841712322-37"]}} -{"id":"ec-meeting-2015-03-26-7cdc8aa021d63908f3218e633f3f67331ca8f417","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-26 - Cabinet of Commissioner Tibor Navracsics x Future for Religious Heritage"],"date":["2015-03-26"],"summary":["Preservation of Europe's religious heritage"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-cb6aa96c497dead35eb0f2ed0339e5423d506549","eu-tr-256812113944-37"]}} -{"id":"ec-meeting-2015-03-26-855981faefc2adedfffe0bc6a8925b567935a91e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-26 - Cabinet of Vice-President Cecilia Malmström x Mouvement des Entreprises de France"],"date":["2015-03-26"],"summary":["TTIP"],"notes":["Portfolio: Trade"],"location":["Bruxelles"],"address":["Bruxelles"],"addressEntity":["addr-b58f5927b66d94a676970dc048485d4c6848f272"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-19b143e83f8ab978c55c8a9a9e49e06dbfa14bf3","eu-tr-43763731235-75"]}} -{"id":"ec-meeting-2015-03-26-90544f34d2b36b801d49ef567e52118512a821dc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-26 - Energy x BUSINESSEUROPE"],"date":["2015-03-26"],"summary":["Energy Union"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-3978240953-79","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2015-03-26-99cf64a1b257bd9ee98ecdb5c1e9017de429cf66","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-26 - Cabinet of Vice-President Jyrki Katainen x BP p.l.c."],"date":["2015-03-26"],"summary":["Energy outlook"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-3394026642-58","ec-person-3775b7be791f90ed462b9071c9ae596b80d71bca","ec-person-7c9460f99c5872dbdc561f5752401c870d12e98b","ec-person-0da85dc48012e26688310a59a0b51727ea68f410"]}} -{"id":"ec-meeting-2015-03-26-9bb02bf6e7bca21aac50c1a83af726f300e24b23","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-26 - Cabinet of Vice-President Cecilia Malmström x None"],"date":["2015-03-26"],"summary":["Investment"],"notes":["Portfolio: Trade"],"location":["Bruxelles"],"address":["Bruxelles"],"addressEntity":["addr-b58f5927b66d94a676970dc048485d4c6848f272"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-19b143e83f8ab978c55c8a9a9e49e06dbfa14bf3"]}} -{"id":"ec-meeting-2015-03-26-9d5011854755cb0e6240b6512981368490c03d7a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-26 - Cabinet of Vice-President Jyrki Katainen x Swiss Finance Council"],"date":["2015-03-26"],"summary":["Investment plan"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-858716912337-17","ec-person-7c9460f99c5872dbdc561f5752401c870d12e98b"]}} -{"id":"ec-meeting-2015-03-26-9ec5d972e7bf0608eade155bcdbc1d46882e50ec","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-26 - Cabinet of Commissioner Carlos Moedas x SIDUL AÇÚCARES, UNIPESSOAL, LDA."],"date":["2015-03-26"],"summary":["EU policies on sugar sector"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-07b66759c911240aaa2b917489884273c71fac90","eu-tr-686614515317-96"]}} -{"id":"ec-meeting-2015-03-26-9fe33bac5a65bf8f67f07e133c44744a4ef7ff07","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-26 - Cabinet of Commissioner Elżbieta Bieńkowska x None"],"date":["2015-03-26"],"summary":["Motor Trades & Repairs"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Berl"],"address":["Berl"],"addressEntity":["addr-54e63e71413c0e3e97d7bff5666df91904ace402"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-33885548180-35","eu-tr-69678928900-56","eu-tr-79464041975-17","ec-person-3d55409fa049ff6b397a9afc2fcc21bc7c409f0d"]}} -{"id":"ec-meeting-2015-03-26-a06107f63288bfd2553443d83dc273cc09e9ebaf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-26 - Cabinet of Vice-President Andrus Ansip x GSMA Europe"],"date":["2015-03-26"],"summary":["GSMA breakfast debate: Trust Across Borders and the Role of Mobile for e-ID and e-Signatures"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-30988577529-37","ec-person-6a03bc4fa7657513ea34529e98dba0671ef4c849","ec-person-91ca0921c6790191daa54427311acd63035e7c9e"]}} -{"id":"ec-meeting-2015-03-26-bd40e751aabcac206b547500fc8dfbeb7a762b20","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-26 - Cabinet of First Vice-President Frans Timmermans x Mouvement des Entreprises de France"],"date":["2015-03-26"],"summary":["Better regulation"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-43763731235-75","ec-person-966667b73d92624be9bb019c2baab7e52331b3d3"]}} -{"id":"ec-meeting-2015-03-26-bd750b08add9837e1b81132a8209df497b387e22","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-26 - Cabinet of Vice-President Maroš Šefčovič x Industriegewerkschaft Metall"],"date":["2015-03-26"],"summary":["Energy Union"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-757195013270-80","ec-person-2be517b9261a91f2f07e05ec14c6331980e9716e"]}} -{"id":"ec-meeting-2015-03-26-bf39a68773dafc2e0aea735ce416eb71aac306ff","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2015-03-26 - Cabinet of Commissioner Jonathan Hill x Deutsche Bank AG"],"date":["2015-03-26"],"summary":["Banking Structural Reform","Financial Services Policy"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Belgium, Brussels, BERL","Brussels"],"address":["Belgium, Brussels, BERL","Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6","addr-afebf85a436897fe5234b2ac0d00a1ddc4c9dd27"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["eu-tr-271912611231-56","ec-person-03cf92829e273869bfbd8bbf4f1881dcd0848186","ec-person-f247edfcff54d4f26fc10769f809c92bc72d6797"]}} -{"id":"ec-meeting-2015-03-26-c01c9ddda4abad3ea8a1c5f9d23e9f3b0e0d28dc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-26 - Günther Oettinger x MVNO Europe"],"date":["2015-03-26"],"summary":["TSM"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-458563610807-24","ec-person-c6cae64cc7dc787b66a47ab1613d3e922875b971"]}} -{"id":"ec-meeting-2015-03-26-c4e269579b37ed642a4e24e5f93609917c894031","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-26 - Cabinet of Vice-President Miguel Arias Cañete x UNION FRANCAISE DE L'ELECTRICITE - UFE"],"date":["2015-03-26"],"summary":["Renewable energies"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-1831691c10441c5974327bbeb8693d6b6c1e50c3","eu-tr-30146663069-53","ec-person-2229c857664a22dcb8eee79a8c05841fd3d0924f"]}} -{"id":"ec-meeting-2015-03-26-c5ccf4d38341fec36e5a26184f26f750838fbefc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-26 - Cabinet of Commissioner Tibor Navracsics x SABMiller Europe AG"],"date":["2015-03-26"],"summary":["EU Alcohol Strategy"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-fc5c01a0bffedf0f4e205a759b40239535313d28","eu-tr-701994315052-90"]}} -{"id":"ec-meeting-2015-03-26-c9a8cc8871a667decb8e2f2ffe588f5e88eca0e2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-26 - Cabinet of President Jean-Claude Juncker x UBS Group AG"],"date":["2015-03-26"],"summary":["Digital Single Market"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-c402e34a99fbee730ae22e3b1958e21c94dc6fcc","eu-tr-365453815252-29"]}} -{"id":"ec-meeting-2015-03-26-cab84b02653212a2ba26445d6ae00e4718f36ca2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-26 - Cabinet of Commissioner Phil Hogan x Freshfel Europe - the forum for the European fresh fruits and vegetables chain"],"date":["2015-03-26"],"summary":["SPS barriers in Third Countries for fruit and vegetables"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-c9d17d5879383b030f61a4066848249fb35d57e4","eu-tr-1637225479-02"]}} -{"id":"ec-meeting-2015-03-26-cf6d05c4da8eaeb6f9341d9d98b7cbed3887a052","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-26 - Cabinet of Vice-President Jyrki Katainen x Finnish Energy - Energiateollisuus ry"],"date":["2015-03-26"],"summary":["Investment package"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-0310c3b87e155f5572493e91d12eebab9736a76b","eu-tr-68861821910-84"]}} -{"id":"ec-meeting-2015-03-26-d60e4a4a3b22a50c5e8338bbbfeef5aa7423b0f7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-26 - Cabinet of President Jean-Claude Juncker x European Business Summit Network"],"date":["2015-03-26"],"summary":["Upcoming events"],"notes":["Portfolio: President"],"location":["Brussels, Berlaymont"],"address":["Brussels, Berlaymont"],"addressEntity":["addr-2d842da4e8cf3dbd0304d45e6b874d5f0aa57edf"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-cdaf2d26bf31f9cd51df4dcae26d0bced763eb2c","eu-tr-268958411031-65"]}} -{"id":"ec-meeting-2015-03-26-e1264d24bfe491891ac51f0142d85cd4d85ff2d8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-26 - Cabinet of Vice-President Karmenu Vella x thyssenkrupp AG"],"date":["2015-03-26"],"summary":["Blue Growth"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Kiel"],"address":["Kiel"],"addressEntity":["addr-43bd64dfb0cb6c1c2283aed7e96fd10f121978c2"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["eu-tr-721647010823-15","ec-person-0e3efd8bc1c3ee9a80205d0bb78f316fa1621e5d"]}} -{"id":"ec-meeting-2015-03-26-e252907e569ffa4bd1de425719376aff1b7d76fe","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-26 - Cabinet of Vice-President Karmenu Vella x European Alliance to Save Energy Stichting European Climate Foundation"],"date":["2015-03-26"],"summary":["Energy efficiency policies: follow-up to Energy Union Communication / link to environment policies"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["ec-person-78fb1ad0c02c4fa8497b22edc1233d6be03cf2e5","eu-tr-64869491516-70","eu-tr-37816636575-51"]}} -{"id":"ec-meeting-2015-03-26-e52287ad361222ec04ec65c65e4d35dc8c76e5c1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-26 - Günther Oettinger x European Financial Services Round Table"],"date":["2015-03-26"],"summary":["TSM"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-c6cae64cc7dc787b66a47ab1613d3e922875b971","eu-tr-27636291880-60"]}} -{"id":"ec-meeting-2015-03-26-e5b2873a61ebad78e1c4330681fd847470a2cb2f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-26 - Cabinet of Commissioner Carlos Moedas x APPLiA (Home Appliance Europe)"],"date":["2015-03-26"],"summary":["Meeting with M. Falcioni"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-fb56329c22510c66ab50a8bdba13230bdae32902","eu-tr-04201463642-88"]}} -{"id":"ec-meeting-2015-03-26-e6935f33fee74df6bf4ea503c6fab25d910153c0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-26 - Cabinet of First Vice-President Frans Timmermans x King's College London"],"date":["2015-03-26"],"summary":["Commission priorities and Better Regulation"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["ec-person-4076aef8226bd451277bfd5135aa27d63b2ac548","eu-tr-233619415222-82"]}} -{"id":"ec-meeting-2015-03-26-f2fe0c1047c31744e2eba2d78a23e6966a35f1b3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-26 - Cabinet of High Representative / Vice-President Federica Mogherini x None"],"date":["2015-03-26"],"summary":["Group presentation"],"notes":["Portfolio: Foreign Affairs and Security Policy"],"location":["Berlaymont, Bruxelles"],"address":["Berlaymont, Bruxelles"],"addressEntity":["addr-d1e909436d754f27a1412125f55998a75e5eb9d6"],"organizer":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"involved":["ec-person-0d87d503aa00db1df141f3b1bfea3e0ccb43ece9"]}} -{"id":"ec-meeting-2015-03-26-fb0aae0ca7b67c96a82391cde36e69282b6314e5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-26 - Cabinet of Vice-President Valdis Dombrovskis x Deutscher Sparkassen-und Giroverband"],"date":["2015-03-26"],"summary":["European Semester"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["European Commission: Berlaymont"],"address":["European Commission: Berlaymont"],"addressEntity":["addr-69688a0c26010aa0ceb2f6d71ec2c713bc267e7e"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-62379064909-15","ec-person-48f31156d932641826e09f5b73f074d35ff05786"]}} -{"id":"ec-meeting-2015-03-27-0983b3731f3fc50c26a974fb1e1c1ea696fa3fb8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-27 - Environment x EUROMETAUX"],"date":["2015-03-27"],"summary":["Eurometaux Position zum Kreislaufwirtschaftspaket"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-env"],"involved":["eu-tr-61650796093-48","ec-person-c92411579cf013898db30d63a5d6fadc118e7264"]}} -{"id":"ec-meeting-2015-03-27-0adedbc1c7db2389b4aeb6e89abc9a8baab48390","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-27 - Cabinet of Commissioner Elżbieta Bieńkowska x EuroCommerce"],"date":["2015-03-27"],"summary":["Meeting with Mr Kenneth Bengtsson, President of EuroCommerce"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Riga, Latvia"],"address":["Riga, Latvia"],"addressEntity":["addr-bf0e861284be594b43d9cafc2ef34b002b221dda"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-84973761187-60","ec-person-95a769a1850d7d595f9a5853c51dcbdd3ddd69fb"]}} -{"id":"ec-meeting-2015-03-27-13c01f614affcf1f1f50edcc8162bb713e031cb3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-27 - Cabinet of President Jean-Claude Juncker x The European Association for the Promotion of Cogeneration"],"date":["2015-03-27"],"summary":["Energy Union"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-38305846546-70","ec-person-b1bf9aa5fb7e886441ff341b657cc482b64a2a3e"]}} -{"id":"ec-meeting-2015-03-27-24af7e3c26c9b9dbc343ec68dbb39eb29239ae26","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2015-03-27 - Cabinet of Commissioner Violeta Bulc x AVTO-MOTO ZVEZA SLOVENIJE"],"date":["2015-03-27"],"summary":["Introductory meeting","Introductory meeting with AMZS"],"notes":["Portfolio: Transport"],"location":["Representatin of European Commission in Slovenia","EC Representation in Ljubljana, Slovenia"],"address":["Representatin of European Commission in Slovenia","EC Representation in Ljubljana, Slovenia"],"addressEntity":["addr-05fe74f197c5a9896f8bf96f875b3d6093ad877b","addr-eeb21cf467d7c6526b4d05a04b67674675f2c7bf"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-866664416316-57","ec-person-4d2b449b5047ea3fda435a2a1c1081e3babcdf76"]}} -{"id":"ec-meeting-2015-03-27-29ad11ddae857e831fc66d88b9d5def2b2271a09","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-27 - Justice and Consumers x ECTAA, Group of National Travel Agents' and Tour Operators' Associations within the EU"],"date":["2015-03-27"],"summary":["Package travel Directive"],"location":["Bruxelles"],"address":["Bruxelles"],"addressEntity":["addr-b58f5927b66d94a676970dc048485d4c6848f272"],"organizer":["ec-dg-just"],"involved":["ec-person-26f8747866bd0d81cebb7a339c1ac11294d9676e","eu-tr-88072891086-36"]}} -{"id":"ec-meeting-2015-03-27-33f7a35be6af41b41bae5f95861578b236d16861","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-27 - Cabinet of Commissioner Jonathan Hill x Association for Financial Markets in Europe"],"date":["2015-03-27"],"summary":["Discussion on the study on the impact of NSFR on capital markets"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["ec-person-890015b0d769ee93a09119846b414d4aae7c64ae","eu-tr-65110063986-76"]}} -{"id":"ec-meeting-2015-03-27-3966dbf68570cc8ea27c9208c9046cb54ae28495","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-27 - Communications Networks, Content and Technology x British Chamber of Commerce in Belgium"],"date":["2015-03-27"],"summary":["Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["ec-person-3d379ff88d704acbd3444fdd59765df1225d4f9b","eu-tr-56188303384-93"]}} -{"id":"ec-meeting-2015-03-27-3cba6a5c3d461f3f8c61dca627bcc465d752204e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-27 - Cabinet of Vice-President Jyrki Katainen x East and North Finland EU Office"],"date":["2015-03-27"],"summary":["Investment package"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-626247915526-71","ec-person-0310c3b87e155f5572493e91d12eebab9736a76b"]}} -{"id":"ec-meeting-2015-03-27-40b2c596d6af76f633f09530f15c302c801e6fd3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-27 - Cabinet of Commissioner Pierre Moscovici x BNP PARIBAS"],"date":["2015-03-27"],"summary":["Réforme bancaire et stabilité financière en Europe"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Paris"],"address":["Paris"],"addressEntity":["addr-22390ad11c32faec43fc61555b53607660b3c185"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["ec-person-3cbeba61ae952f06fe4916c381438ebbc676a597","eu-tr-78787381113-69"]}} -{"id":"ec-meeting-2015-03-27-6860c3d4569580f2ff062db41988362be34445b4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-27 - Cabinet of First Vice-President Frans Timmermans x Umicore"],"date":["2015-03-27"],"summary":["Circular economy"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Hoboken"],"address":["Hoboken"],"addressEntity":["addr-a0226f33679715e0aaba94bd0ae5aa560f4428fd"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-78662404191-38","ec-person-966667b73d92624be9bb019c2baab7e52331b3d3"]}} -{"id":"ec-meeting-2015-03-27-68accef4452b034db5d8a4b7fe6b87550b035c57","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-27 - Environment x Ford Foundation"],"date":["2015-03-27"],"summary":["EC position on the topic of deforestation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-env"],"involved":["eu-tr-486276216753-08","ec-person-c92411579cf013898db30d63a5d6fadc118e7264"]}} -{"id":"ec-meeting-2015-03-27-87301ff33a97e97b41b9b6a04262db741258982a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-27 - Cabinet of Commissioner Věra Jourová x Telefonica, S.A."],"date":["2015-03-27"],"summary":["Data protection reform"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["eu-tr-52431421-12","ec-person-f329292459cb1badb7fb7c6b67b698c441931bb2"]}} -{"id":"ec-meeting-2015-03-27-9732e08d04fa677f060e31c04348665aea604c15","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-27 - Cabinet of Vice-President Andrus Ansip x European Financial Services Round Table"],"date":["2015-03-27"],"summary":["Digital Financial Business Models, cyber security and data protection"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-5db7bdd1c81da2e70eb5b982097d0004111b5c3e","eu-tr-27636291880-60"]}} -{"id":"ec-meeting-2015-03-27-a6f26a8e155dc851cefc34e7ec04b239e3a261fc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-27 - Informatics x Acquia"],"date":["2015-03-27"],"summary":["Web rationalisation project"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-digit"],"involved":["eu-tr-620739316756-49","ec-person-0098ceaf3507dfdf0d7f020be9785ac3453b4913"]}} -{"id":"ec-meeting-2015-03-27-a7729b89022a5e66f1d35e444b17a83db24515be","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-27 - Cabinet of Commissioner Pierre Moscovici x Deutsche Bank AG"],"date":["2015-03-27"],"summary":["Le secteur financier et des questions sur la stabilité financière"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["eu-tr-271912611231-56","ec-person-18ec03f403696ecde522f7843ba9c4ff6335ead4"]}} -{"id":"ec-meeting-2015-03-27-a921c50bb9e7aca64a144ce4dbdf9a28bb360db4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-27 - Cabinet of Vice-President Cecilia Malmström x Samsung Electronics Europe"],"date":["2015-03-27"],"summary":["The Information Technology Agreement negotiations, the EU-Korea FTA, and other trade files relevant for the electronics/ICT sector."],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-5d4088e1913284a765aed8445f448f6ff341f1b3","ec-person-20ded9db5df11164331bb161fdf234b1e5ad53fd","eu-tr-40471017282-57"]}} -{"id":"ec-meeting-2015-03-27-acd3ad42071ebfa7e8764388af5bc0456e3f7313","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-27 - Cabinet of Vice-President Valdis Dombrovskis x AXA Investment Managers"],"date":["2015-03-27"],"summary":["Securitisation/Capital Markets Union"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-3f9ca71b74344417d1f072ba7f3e2f09a223b036","eu-tr-75149096203-49"]}} -{"id":"ec-meeting-2015-03-27-bdf2f4ccac849d244e6b5b21f699bfd95600e531","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-27 - Cabinet of Commissioner Pierre Moscovici x Gesamtverband der Deutschen Versicherungswirtschaft e.V."],"date":["2015-03-27"],"summary":["Economic and financial situation in the EU"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["eu-tr-6437280268-55","ec-person-ac604755dc7677c8653a5a5172e851f7c8e468b4"]}} -{"id":"ec-meeting-2015-03-27-c494347248aa20448b6e1900f604247f6958230a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-27 - Energy x European Building Automation and Controls Association"],"date":["2015-03-27"],"summary":["Energy Efficiency"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-20943263315-44","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2015-03-27-c63c23fabd7fd89db428f39adfadebf3d7799bed","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-27 - Cabinet of President Jean-Claude Juncker x SANOFI"],"date":["2015-03-27"],"summary":["How to strengthen a European coherent approach with focus on ERA development, ways to reduce the fragmented approach in Europe for evaluation the value of new medicines for improved access for the patient, and means of creating a more dynamic environment for medicine development in Europe and driving an ambitious agenda allowing the European life sciences sector to remain competetive on a global scale."],"notes":["Portfolio: President"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-442e08d247d72bdef0fce4bf17477efe2a5bfe49","eu-tr-61291462764-77"]}} -{"id":"ec-meeting-2015-03-27-cee993bc0dca5ed68c1cc7dad2fcd296590c15b1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-27 - Cabinet of Commissioner Elżbieta Bieńkowska x EuroCommerce EuroCommerce"],"date":["2015-03-27"],"summary":["Hungarian retail"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Riga, Latvia"],"address":["Riga, Latvia"],"addressEntity":["addr-bf0e861284be594b43d9cafc2ef34b002b221dda"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-84973761187-60","ec-person-d2997a7f359c91a337055c3e24dd36bf928de38d"]}} -{"id":"ec-meeting-2015-03-27-d4ed0649ae874cf904f7c585e3ccae68417bdf8c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-27 - Energy x RTE Réseau de transport d'électricité"],"date":["2015-03-27"],"summary":["Energy Union"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["ec-person-6997149120ce5129e38febe5275dc8fd03232d2e","eu-tr-669359510572-76"]}} -{"id":"ec-meeting-2015-03-27-e8766ea643fb1164b16b73e42437217d109fdf21","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-27 - Cabinet of Commissioner Christos Stylianides x Lumos Foundation"],"date":["2015-03-27"],"summary":["Presentation of LUMOS activities and policy recommendations"],"notes":["Portfolio: Humanitarian Aid & Crisis Management"],"location":["BERL 11/400"],"address":["BERL 11/400"],"addressEntity":["addr-7d6526202860d53b57560fec59b7d0bfe62df736"],"organizer":["ec-cabinet-christos-commissioner-of-stylianides"],"involved":["ec-person-08c677aa002baa9f95be8a2d0aa3b89875e2badf","eu-tr-849607914394-57"]}} -{"id":"ec-meeting-2015-03-27-f926feb18a868759889e63b470b36c9e319037ed","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-27 - Cabinet of Vice-President Karmenu Vella x Stena AB"],"date":["2015-03-27"],"summary":["Marine Fuel Technologies"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Kiel"],"address":["Kiel"],"addressEntity":["addr-43bd64dfb0cb6c1c2283aed7e96fd10f121978c2"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["eu-tr-69219137373-47","ec-person-0e3efd8bc1c3ee9a80205d0bb78f316fa1621e5d"]}} -{"id":"ec-meeting-2015-03-27-fa1134988cc3706562263a97ff9ce580b08ee684","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-27 - Cabinet of Vice-President Jyrki Katainen x None"],"date":["2015-03-27"],"summary":["Bioeconomy"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-0310c3b87e155f5572493e91d12eebab9736a76b"]}} -{"id":"ec-meeting-2015-03-30-0b75460922d34b9c0ba92b03b66887faceb131d4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-30 - Cabinet of First Vice-President Frans Timmermans x European Small Business Alliance"],"date":["2015-03-30"],"summary":["Better regulation and access to finance"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-97165848130-92","ec-person-966667b73d92624be9bb019c2baab7e52331b3d3"]}} -{"id":"ec-meeting-2015-03-30-126486e4ae43698c6943e6cee1ff1de492357f6a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-30 - Günther Oettinger x European Federation of Origin Wines"],"date":["2015-03-30"],"summary":["Protection of geographical vidications online"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-93296213494-75","ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0"]}} -{"id":"ec-meeting-2015-03-30-1bf513e08ac014a9c0bac5d8ed64197ab9636ccf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-30 - Cabinet of Commissioner Corina Crețu x CEMBUREAU - The European Cement Association"],"date":["2015-03-30"],"summary":["Presentation of the cement industry, the Concrete Initiative and links with Cohesion Policy"],"notes":["Portfolio: Regional Policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-corina-cretu-of"],"involved":["ec-person-f5bd4d5d0170028815aba56ee7d4883f0fd70f47","eu-tr-93987316076-63"]}} -{"id":"ec-meeting-2015-03-30-1ea79756563690e542d141db0912c0afb6a6ad51","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-30 - Cabinet of First Vice-President Frans Timmermans x MVO Nederland"],"date":["2015-03-30"],"summary":["Circular Economy"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["BERL 12/243"],"address":["BERL 12/243"],"addressEntity":["addr-fb1178ea299e67990c6feb254018fe3d42cd2186"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["ec-person-7a0c440119cd5d547eceebb055c79b8bb41bf9a2","eu-tr-705206416750-63"]}} -{"id":"ec-meeting-2015-03-30-1f910c91c6261ffbf0a4158908a1bc2260616544","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-30 - Cabinet of Vice-President Karmenu Vella x MVO Nederland"],"date":["2015-03-30"],"summary":["Circular economy"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["ec-person-4ff7c27445db4ad88e687776974fd8d077a1fe0c","eu-tr-705206416750-63"]}} -{"id":"ec-meeting-2015-03-30-2c0385e93430cd06a52ab9862c150a6be436434f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-30 - Cabinet of Vice-President Jyrki Katainen x Huawei Technologies"],"date":["2015-03-30"],"summary":["Investment plan"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-7c9460f99c5872dbdc561f5752401c870d12e98b","eu-tr-114467111412-38"]}} -{"id":"ec-meeting-2015-03-30-3e8fc7b48e9ceb764daaf233c16d95a78da784a6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-30 - Communications Networks, Content and Technology x European Publishers Council"],"date":["2015-03-30"],"summary":["Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-4456380381-30","ec-person-3d379ff88d704acbd3444fdd59765df1225d4f9b"]}} -{"id":"ec-meeting-2015-03-30-41d3d55b5ee751390398fbd9d6630e8d3890fbf4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-30 - Cabinet of High Representative / Vice-President Federica Mogherini x Fundación para las Relaciones Internacionales y el Diálogo Exterior"],"date":["2015-03-30"],"summary":["Dinner debate to present FRIDE's annual publication - Challenges for European Foreign Policy in 2015 : How others deal with disorder"],"notes":["Portfolio: Foreign Affairs and Security Policy"],"location":["Brussels, Beligum"],"address":["Brussels, Beligum"],"addressEntity":["addr-7cc57744b38d4c14b20c98cd47e1f6f2aaea84b6"],"organizer":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"involved":["ec-person-62bf207e4274ad594e7eab4bfe20782f1d57f645","eu-tr-425241713598-51"]}} -{"id":"ec-meeting-2015-03-30-551916b7e3d0a240f339dc04f9ebb88e8a43e8dd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-30 - Cabinet of Commissioner Elżbieta Bieńkowska x MVO Nederland"],"date":["2015-03-30"],"summary":["Circular Economy Package"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-705206416750-63","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2015-03-30-5e667235436a6c435f2c93049e90246ab960830e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-30 - Cabinet of Vice-President Karmenu Vella x American Chamber of Commerce to the European Union"],"date":["2015-03-30"],"summary":["Circular Economy and Chemicals"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["ec-person-4ff7c27445db4ad88e687776974fd8d077a1fe0c","eu-tr-5265780509-97"]}} -{"id":"ec-meeting-2015-03-30-622acb7be4032d65047c9aa08536ef2f602616a8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-30 - Günther Oettinger x None"],"date":["2015-03-30"],"summary":["DSM"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0"]}} -{"id":"ec-meeting-2015-03-30-6f53c917de8d547897b6a1a91b29833977321ae6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-30 - Cabinet of Vice-President Andrus Ansip x Motion Picture Association EMEA"],"date":["2015-03-30"],"summary":["Copyright"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-95201401713-39","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45"]}} -{"id":"ec-meeting-2015-03-30-7405b789341743a48f4a2770f627686a289c4c7c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-30 - Cabinet of Commissioner Jonathan Hill x NEX"],"date":["2015-03-30"],"summary":["Quantitative easing"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Belgium, Brussels, BERL"],"address":["Belgium, Brussels, BERL"],"addressEntity":["addr-afebf85a436897fe5234b2ac0d00a1ddc4c9dd27"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["eu-tr-69766701400-79","ec-person-5fdb62e20cecef81f87f94d3d1bcdd3b47b26af0"]}} -{"id":"ec-meeting-2015-03-30-77fe71d3f9432b60118eca0eae969f8a69e4adee","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-30 - Cabinet of Commissioner Phil Hogan x EPPA SA"],"date":["2015-03-30"],"summary":["Presentation of EPPA SA. Endocrine Disruptor criteria, Expected review of neonicotinoids of the restrictions for these pesticides"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-31367501249-92","ec-person-400dd8d59d3060187d9b9b143d697da1a3d03c12"]}} -{"id":"ec-meeting-2015-03-30-7fd0058d8b26d371ee74001be8ab8043f971b5f2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-30 - Cabinet of Vice-President Jyrki Katainen x UNI Europa"],"date":["2015-03-30"],"summary":["Good quality services & jobs"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-43785827982-59","ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90"]}} -{"id":"ec-meeting-2015-03-30-90eb9507c94a90da909954b2f38972e97660cd57","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-30 - Cabinet of Commissioner Elżbieta Bieńkowska x Kaufland"],"date":["2015-03-30"],"summary":["Store visit of Kaufland"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Myslowice, Poland"],"address":["Myslowice, Poland"],"addressEntity":["addr-cda4da0f84e7f9da879524fa83cef2589eb50d75"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-13480556813-27","ec-person-95a769a1850d7d595f9a5853c51dcbdd3ddd69fb"]}} -{"id":"ec-meeting-2015-03-30-91838a6e7358951ff29bc8cc2377fe9093151e63","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2015-03-30 - Cabinet of Commissioner Phil Hogan x None"],"date":["2015-03-30"],"summary":["Application & futur de la nouvelle PAC en France, ICHN"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["BERL 08/304"],"address":["BERL 08/304"],"addressEntity":["addr-aff09a6f822af9a7e96260c390a7e7bd5d64be8b"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-428cf365f3847d04012831ef2642a1a69aed518d"]}} -{"id":"ec-meeting-2015-03-30-92d337a608e55aa42296413427ab8abb97634b49","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-30 - Cabinet of Commissioner Carlos Moedas x EUROMETAUX"],"date":["2015-03-30"],"summary":["Meeting with the Director of Eurometaux"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["eu-tr-61650796093-48","ec-person-23980b2bc4fd9c82051d0f7888dc236b2f764866"]}} -{"id":"ec-meeting-2015-03-30-961bfa7e2127b274f0dfebfc927cdaacc9e7b902","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-30 - Cabinet of Vice-President Cecilia Malmström x Brazilian Association of Animal Protein"],"date":["2015-03-30"],"summary":["Poultry and pig sector in Brazil"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-98880f3f4206145e196013db9dd806a551c11e06","eu-tr-487640615574-32"]}} -{"id":"ec-meeting-2015-03-30-9d6e59c09c8543705e553bee498ee0902c8b91b8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-30 - Cabinet of Commissioner Tibor Navracsics x European Club Association"],"date":["2015-03-30"],"summary":["Introductory meeting, exchange of views on major current issues affecting European club football and signature of a cooperation agreement on the European Week of Sport"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Stockholm, Sweden"],"address":["Stockholm, Sweden"],"addressEntity":["addr-92169336ee423643e4d74d0dc5724c6b612cc7a8"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["eu-tr-564607316826-42","ec-person-dc2e0fed0fdf39a6a3f3ad63355c5215599de9d1"]}} -{"id":"ec-meeting-2015-03-30-9d9b44c27951f2e925a8f8520fac72b08ef595eb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-30 - Cabinet of First Vice-President Frans Timmermans x None"],"date":["2015-03-30"],"summary":["Better regulation, digital single market, TTIP"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["ec-person-966667b73d92624be9bb019c2baab7e52331b3d3"]}} -{"id":"ec-meeting-2015-03-30-a39569d84113aa105e2d05e38d08a2a027e04804","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-30 - Cabinet of Vice-President Andrus Ansip x Adobe Systems Benelux bv"],"date":["2015-03-30"],"summary":["GDPR discussion"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-5db7bdd1c81da2e70eb5b982097d0004111b5c3e","eu-tr-575371411483-96"]}} -{"id":"ec-meeting-2015-03-30-b723e6216bc6f15478538f52575d8b917acae95f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-30 - Cabinet of Commissioner Jonathan Hill x APG Groep N.V."],"date":["2015-03-30"],"summary":["Asset management issues"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["eu-tr-18614026826-73","ec-person-f247edfcff54d4f26fc10769f809c92bc72d6797"]}} -{"id":"ec-meeting-2015-03-30-b92104ef17b404e88c740f2c1c341ff38d82d81f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-30 - Cabinet of Commissioner Věra Jourová x Car-Pass asbl"],"date":["2015-03-30"],"summary":["Protection of consumers in the field of second hand cars"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-a2ca9161feee56909a0e98b473c2d342c20fdb57","eu-tr-881206216436-91"]}} -{"id":"ec-meeting-2015-03-30-d96f85d155c363df5155d1767992fb6aaf8f65f8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-30 - Cabinet of Commissioner Carlos Moedas x European Association of Research and Technology Organisations"],"date":["2015-03-30"],"summary":["Meeting with the President of EARTO"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["eu-tr-48918086666-95","ec-person-23980b2bc4fd9c82051d0f7888dc236b2f764866"]}} -{"id":"ec-meeting-2015-03-30-de9acd2be563320d91de4cbbddc6ba2863e63f09","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-30 - Cabinet of Commissioner Violeta Bulc x European Cyclists' Federation"],"date":["2015-03-30"],"summary":["Meeting with ECF"],"notes":["Portfolio: Transport"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-28451455737-18","ec-person-e14c58f620f40325d829df7be0823280307bc15f"]}} -{"id":"ec-meeting-2015-03-30-e2c05f8be5f81d6ed6f443e4fe62a266fe98ae81","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-30 - Cabinet of Commissioner Pierre Moscovici x Orange"],"date":["2015-03-30"],"summary":["Digital Single Market"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Bruxelles"],"address":["Bruxelles"],"addressEntity":["addr-b58f5927b66d94a676970dc048485d4c6848f272"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["ec-person-79931cfd2923c1aca9c7d284e9590732b0a36ed9","eu-tr-76704342721-41"]}} -{"id":"ec-meeting-2015-03-30-e4b7191b783c07083f57594ed098f571e444551f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-30 - Günther Oettinger x Verband der Anbieter von Telekommunikations- und Mehrwertdiensten"],"date":["2015-03-30"],"summary":["Telecommunication Policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-10256986723-88","ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0"]}} -{"id":"ec-meeting-2015-03-30-e78dc3f1dc779ec43be813e3720764a3b9617a34","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-30 - Cabinet of Vice-President Andrus Ansip x Institut de l'Audiovisuel et des Télécommunications en Europe"],"date":["2015-03-30"],"summary":["Digiworld 2014 report"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-713335923349-24","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45","ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0"]}} -{"id":"ec-meeting-2015-03-31-025538a1e61d87aefb11f15863a77a5679b6425e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-31 - Cabinet of Vice-President Karmenu Vella x VinylPlus"],"date":["2015-03-31"],"summary":["Circular Economy"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["ec-person-4ff7c27445db4ad88e687776974fd8d077a1fe0c","eu-tr-44203689086-96"]}} -{"id":"ec-meeting-2015-03-31-02a7dd8eaf08a7c56cd558ecaca8edd2545665e1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-31 - Trade x EUROPEAN SERVICES FORUM"],"date":["2015-03-31"],"summary":["New trade policy strategy, TTIP, TiSA and other bilateral negotiations"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-trade"],"involved":["ec-person-bde9bb099f5d24c52ca4a9255cefc99a5b87a650","eu-tr-3562594969-02"]}} -{"id":"ec-meeting-2015-03-31-06dd5bb7b51952add59b6d592ff4c1af96ff5a34","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-31 - Communications Networks, Content and Technology x None"],"date":["2015-03-31"],"summary":["Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["ec-person-3d379ff88d704acbd3444fdd59765df1225d4f9b"]}} -{"id":"ec-meeting-2015-03-31-0cfec0ef7b0212be752b9165d1d0c70ddef6c3bb","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2015-03-31 - Cabinet of Vice-President Miguel Arias Cañete x EUROGAS aisbl"],"date":["2015-03-31"],"summary":["Internal Gas Market and Security of Supply","Internal Gas Market"],"notes":["Portfolio: Climate Action & Energy"],"location":["Berl 8/165","Berl 8th floor"],"address":["Berl 8/165","Berl 8th floor"],"addressEntity":["addr-049fb436906ae7cbea6ce0c85217319992dae826","addr-567800805caaecc9a1cc234784ca511f32c6212b"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-1831691c10441c5974327bbeb8693d6b6c1e50c3","eu-tr-17909506129-41"]}} -{"id":"ec-meeting-2015-03-31-0d3f9f6142c437fabba5c8bad6caba171aac0e8d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-31 - Cabinet of Vice-President Johannes Hahn x Delta Holding"],"date":["2015-03-31"],"summary":["Access negotiations and economic potential of Serbia"],"notes":["Portfolio: European Neighbourhood Policy & Enlargement Negotiations"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-hahn-johannes-of-president-vice"],"involved":["eu-tr-257470715719-48","ec-person-8ffa69c5fdbbacf33a405e9e62a3ef920b5fcde1"]}} -{"id":"ec-meeting-2015-03-31-0f0f95705ae2a276b30bcc5831f700f50c1b869b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-31 - Cabinet of Vice-President Andrus Ansip x WIK Wissenschaftliches Institut für Infrastruktur und Kommunikationsdienste GmbH"],"date":["2015-03-31"],"summary":["Presentation of the WIK-study relating to DSM"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels - EC premises"],"address":["Brussels - EC premises"],"addressEntity":["addr-5b89848910beb6aa111df14e65b65d35cc88444a"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-469802815536-67","ec-person-91ca0921c6790191daa54427311acd63035e7c9e","ec-person-666bc159c7e65a3af9e63c1e97435c02f1496955","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45"]}} -{"id":"ec-meeting-2015-03-31-2e74c676469fe09b331aca976851ddb7fb2c2889","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-31 - Günther Oettinger x Interessenverband Deutscher Schauspieler e.V."],"date":["2015-03-31"],"summary":["Copyright"],"location":["Munich"],"address":["Munich"],"addressEntity":["addr-4bb73f4817cac7549995b34436d424f8d8b0f1b0"],"organizer":["ec-dg-de"],"involved":["ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0","eu-tr-329998016781-12"]}} -{"id":"ec-meeting-2015-03-31-2eaf68aaba5272204a207324bd7a69d54b3eb92e","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2015-03-31 - Cabinet of Vice-President Miguel Arias Cañete x Alstom"],"date":["2015-03-31"],"summary":["EU Power market and CCS","Security of Gas Supply"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium","BERL 8/165"],"address":["Brussels, Belgium","BERL 8/165"],"addressEntity":["addr-363bb64e46464f5554302356d8bdedc4934c8f73","addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-1831691c10441c5974327bbeb8693d6b6c1e50c3","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd","eu-tr-43284012043-03"]}} -{"id":"ec-meeting-2015-03-31-3281df798883643dece426823be9317693d49705","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-31 - Cabinet of Commissioner Pierre Moscovici x Société des auteurs et compositeurs dramatiques"],"date":["2015-03-31"],"summary":["Digital Single Market"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Bruxelles"],"address":["Bruxelles"],"addressEntity":["addr-b58f5927b66d94a676970dc048485d4c6848f272"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["ec-person-79931cfd2923c1aca9c7d284e9590732b0a36ed9","eu-tr-29364773893-19"]}} -{"id":"ec-meeting-2015-03-31-37c6acceb52486f88f4745f80ea1e500682580e9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-31 - Cabinet of Vice-President Miguel Arias Cañete x Wärtsilä Corporation"],"date":["2015-03-31"],"summary":["Exchange views on the development of the European Energy Union"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-012464715142-75","ec-person-2229c857664a22dcb8eee79a8c05841fd3d0924f"]}} -{"id":"ec-meeting-2015-03-31-3ce7fff08374f495804f94de1d2c9b7fa25518af","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-31 - Cabinet of First Vice-President Frans Timmermans x Società Italiana per l'Organizzazione Internazionale"],"date":["2015-03-31"],"summary":["SIOI international activities"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["ec-person-966667b73d92624be9bb019c2baab7e52331b3d3","eu-tr-686668616780-21"]}} -{"id":"ec-meeting-2015-03-31-3d964c5066633f07b86e250c264c397b03e2b4e1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-31 - Internal Market, Industry, Entrepreneurship and SMEs x Société Générale"],"date":["2015-03-31"],"summary":["Le rôle du secteur bancaire en Europe pour le financement des PMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-grow"],"involved":["ec-person-9f3f9b58a22cf98d55521b290d1facc431bdce86","eu-tr-34369111614-57"]}} -{"id":"ec-meeting-2015-03-31-3fb67bad3925018a1f3033951307df9eb67ac0f1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-31 - Cabinet of First Vice-President Frans Timmermans x VinylPlus"],"date":["2015-03-31"],"summary":["Circular Economy"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["BERL 8/275"],"address":["BERL 8/275"],"addressEntity":["addr-3ae1ca252351d2bc20aeeab8c5d3e0f1e0122c14"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["ec-person-7a0c440119cd5d547eceebb055c79b8bb41bf9a2","eu-tr-44203689086-96"]}} -{"id":"ec-meeting-2015-03-31-4c77170cbbed07e7d17b68dca3e9abb57b3bb09f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-31 - Günther Oettinger x Constantin Medien AG"],"date":["2015-03-31"],"summary":["DSM"],"location":["Munich, Germany"],"address":["Munich, Germany"],"addressEntity":["addr-9d94c5e26679fe4980662a558a287b7999bb5690"],"organizer":["ec-dg-de"],"involved":["ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0","eu-tr-348845016774-12"]}} -{"id":"ec-meeting-2015-03-31-55a0990ee822c62752feca45463b94eb62ca2df5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-31 - Communications Networks, Content and Technology x Deloitte LLP"],"date":["2015-03-31"],"summary":["TSM/ECS Refit"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-70969654430-75","ec-person-3d379ff88d704acbd3444fdd59765df1225d4f9b"]}} -{"id":"ec-meeting-2015-03-31-60349f42a35966a8fed7ed998da306928ea956f5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-31 - Cabinet of Vice-President Valdis Dombrovskis x Fédération bancaire française"],"date":["2015-03-31"],"summary":["Banking regulation, in particular Bank Structural reform and payments"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["European Commission - Berlaymont"],"address":["European Commission - Berlaymont"],"addressEntity":["addr-8e31ed79f02baf4e8569a8862c926af22033723b"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-48f31156d932641826e09f5b73f074d35ff05786","eu-tr-09245221105-30"]}} -{"id":"ec-meeting-2015-03-31-626179f34a8adc1ff23a689df9cdade4f99e2980","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-31 - Günther Oettinger x ProSiebenSat.1 Media SE"],"date":["2015-03-31"],"summary":["DSM"],"location":["Munich, Germany"],"address":["Munich, Germany"],"addressEntity":["addr-9d94c5e26679fe4980662a558a287b7999bb5690"],"organizer":["ec-dg-de"],"involved":["eu-tr-139785716776-18","ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0"]}} -{"id":"ec-meeting-2015-03-31-6f53c917de8d547897b6a1a91b29833977321ae6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-31 - Cabinet of Vice-President Andrus Ansip x Motion Picture Association EMEA"],"date":["2015-03-31"],"summary":["Copyright"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-6a03bc4fa7657513ea34529e98dba0671ef4c849","eu-tr-95201401713-39","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45","ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0"]}} -{"id":"ec-meeting-2015-03-31-79db0d69c4504f7c3ac67e30e037ffd43a6b0c46","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-31 - Cabinet of Vice-President Jyrki Katainen x The ONE Campaign"],"date":["2015-03-31"],"summary":["International poverty reduction"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-26098317349-65","ec-person-7c9460f99c5872dbdc561f5752401c870d12e98b"]}} -{"id":"ec-meeting-2015-03-31-7ab0a6cdce7a1199f0650deb4e8a50e9b70ac711","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-31 - Cabinet of Commissioner Violeta Bulc x Transport and Environment (European Federation for Transport and Environment)"],"date":["2015-03-31"],"summary":["Meeting with T&E"],"notes":["Portfolio: Transport"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-e14c58f620f40325d829df7be0823280307bc15f","eu-tr-58744833263-19"]}} -{"id":"ec-meeting-2015-03-31-7b64f8a769a06a149da6fd8482235294f99e4343","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-31 - Cabinet of Commissioner Jonathan Hill x Actuarial Association of Europe"],"date":["2015-03-31"],"summary":["Introductory meeting"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["eu-tr-550855911144-54","ec-person-890015b0d769ee93a09119846b414d4aae7c64ae"]}} -{"id":"ec-meeting-2015-03-31-937e60d745fd777a372ed4713a3bd0749ac0f107","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-31 - Inspire, Debate, Engage and Accelerate Action x European Council on Foreign Relations"],"date":["2015-03-31"],"summary":["Meeting with Mr Nick Witney"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-dg-idea"],"involved":["eu-tr-339569615567-89","ec-person-4fe56a64c00b3e81c851b5538878b32481bd7d3c"]}} -{"id":"ec-meeting-2015-03-31-93c4a693d33c3662579b2e485432dde5a5f817b2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-31 - Financial Stability, Financial Services and Capital Markets Union x Burson Cohn & Wolfe Sprl"],"date":["2015-03-31"],"summary":["Insurance, Sustainable Finance, UN Environment Programme"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["ec-person-6be7848f21e63e093fdf3693cc8c3e2b6d29f776","eu-tr-9155503593-86"]}} -{"id":"ec-meeting-2015-03-31-b43b3738c79a10c07c164fc962ea5c1d3b406087","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-31 - Cabinet of Commissioner Violeta Bulc x POLIS"],"date":["2015-03-31"],"summary":["Meeting Polis representatives"],"notes":["Portfolio: Transport"],"location":["Brussels, Belguim"],"address":["Brussels, Belguim"],"addressEntity":["addr-84b5e5f38d43901e13b15f0c7dd8b408c954fd9b"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-e14c58f620f40325d829df7be0823280307bc15f","eu-tr-27284005223-47"]}} -{"id":"ec-meeting-2015-03-31-bb07ab1a29570fd98d1ad62a7708d9b1df48ffe5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-31 - Cabinet of Vice-President Cecilia Malmström x Federation of the European Sporting Goods Industry"],"date":["2015-03-31"],"summary":["State of play of different FTAs"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-616677713667-62","ec-person-591ec829ca734bcfe59a2c9c7f07f9dff22a0ea9"]}} -{"id":"ec-meeting-2015-03-31-bd1ceec13f1d9a91d5de275c2d46464c814e50ef","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-31 - Cabinet of Vice-President Neven Mimica x ActionAid"],"date":["2015-03-31"],"summary":["Discussion on ActionAid's new report on a land grab in Tanzania"],"notes":["Portfolio: International Cooperation & Development"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-mimica-neven-of-president-vice"],"involved":["ec-person-e06df06453c45a7a836ac84cbc479b8e48f16ea8","eu-tr-85103504511-82"]}} -{"id":"ec-meeting-2015-03-31-d3511172aa50ded9a8e7889344bcc713fddb5ebf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-31 - Cabinet of Vice-President Maroš Šefčovič x Wärtsilä Corporation"],"date":["2015-03-31"],"summary":["Energy Union"],"notes":["Portfolio: Energy Union"],"location":["BERLAYMONT, Brussels"],"address":["BERLAYMONT, Brussels"],"addressEntity":["addr-cb031db07490cf560a8f5839507b00f703a04f49"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-012464715142-75","ec-person-af83ed49c403cb9d7ebfecca7893f0054c1f4be5"]}} -{"id":"ec-meeting-2015-03-31-d872630f7715685ff59f618e8cc8eafd0521dd8b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-31 - Internal Market, Industry, Entrepreneurship and SMEs x KERING"],"date":["2015-03-31"],"summary":["Intellectual Property, Fight against counterfeiting, Creative industries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-grow"],"involved":["ec-person-9f3f9b58a22cf98d55521b290d1facc431bdce86","eu-tr-465818716727-39"]}} -{"id":"ec-meeting-2015-03-31-e69387561c1e6e998f8cb7ef6f5a0874fa17dbf8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-31 - Cabinet of Commissioner Elżbieta Bieńkowska x AeroSpace and Defence Industries Association of Europe"],"date":["2015-03-31"],"summary":["Participation in board meeting"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Diamant Conference Centre"],"address":["Diamant Conference Centre"],"addressEntity":["addr-cb3b41ec2ee406245880ef6835db42ad58b305e7"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["ec-person-95a769a1850d7d595f9a5853c51dcbdd3ddd69fb","eu-tr-72699997886-57"]}} -{"id":"ec-meeting-2015-03-31-f94d82c48235f7eeb7abee8b820eed6d398ec391","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-03-31 - Günther Oettinger x Association of European Performers’ Organisations"],"date":["2015-03-31"],"summary":["copyright"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-dg-de"],"involved":["ec-person-49723482bb23d029cbfc010cb37eec7392a0ae02","eu-tr-69221462428-97"]}} -{"id":"ec-meeting-2015-04-01-2e02c8e3ee58b507289692213a7b7fd520987024","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-01 - Cabinet of Commissioner Tibor Navracsics x EF Education First Political Intelligence"],"date":["2015-04-01"],"summary":["Teaching languages in the EU"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["eu-tr-34863197284-43","ec-person-1da7ee09d46288ee4ea9db2b644bdcf9c3d6d000","eu-tr-518695016823-48"]}} -{"id":"ec-meeting-2015-04-01-3501c2740b6ce01086b41002896500b097745020","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-01 - Cabinet of Vice-President Jyrki Katainen x European Association of Mining Industries, Metal Ores & Industrial Minerals"],"date":["2015-04-01"],"summary":["Investments in Greece"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-7c9460f99c5872dbdc561f5752401c870d12e98b","eu-tr-62722978644-95"]}} -{"id":"ec-meeting-2015-04-01-5224d93895e40e969cefc80cbad8cc30b2cd83e9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-01 - Günther Oettinger x Motion Picture Association EMEA"],"date":["2015-04-01"],"summary":["DSM / copyright"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-4cd59e13386e3b68ecb3611fcc579e0a0a3938a5","eu-tr-95201401713-39"]}} -{"id":"ec-meeting-2015-04-01-5e0f2318cda4d99d8a09a39dddfa61c13fb3f40e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-01 - Cabinet of Commissioner Tibor Navracsics x EF Education First"],"date":["2015-04-01"],"summary":["Teaching languages in the EU/Mobility"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["eu-tr-518695016823-48","ec-person-1da7ee09d46288ee4ea9db2b644bdcf9c3d6d000"]}} -{"id":"ec-meeting-2015-04-01-6d5790c320e04a45d080613d89a15c1083ef3eba","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-01 - Cabinet of Commissioner Tibor Navracsics x Federation of European Publishers"],"date":["2015-04-01"],"summary":["Copyright, Educational publishing"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["eu-tr-398541467-53","ec-person-cb6aa96c497dead35eb0f2ed0339e5423d506549","ec-person-dc2e0fed0fdf39a6a3f3ad63355c5215599de9d1"]}} -{"id":"ec-meeting-2015-04-01-94af70601432a2e5269485195449176d63fe935a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-01 - Cabinet of Vice-President Valdis Dombrovskis x BP p.l.c."],"date":["2015-04-01"],"summary":["Markets in Financial Instruments Directive/Capital Requirements Directive"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-3394026642-58","ec-person-3f9ca71b74344417d1f072ba7f3e2f09a223b036"]}} -{"id":"ec-meeting-2015-04-01-a148097b6d4cc59c5cc5a9e71701da8b8a2a305a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-01 - Cabinet of Vice-President Miguel Arias Cañete x Eurelectric aisbl"],"date":["2015-04-01"],"summary":["Eurolectric Market Design"],"notes":["Portfolio: Climate Action & Energy"],"location":["BERL 8th floor"],"address":["BERL 8th floor"],"addressEntity":["addr-0d10356a528121d24c2f124c205c4b665f845946"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-1831691c10441c5974327bbeb8693d6b6c1e50c3","eu-tr-4271427696-87"]}} -{"id":"ec-meeting-2015-04-01-a4fc354b7d166fcfd2986a898ced0a64845bbbec","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-01 - Cabinet of Commissioner Jonathan Hill x Deutsches Aktieninstitut"],"date":["2015-04-01"],"summary":["Audit regulation implementation"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Belgium, Brussels, BERL"],"address":["Belgium, Brussels, BERL"],"addressEntity":["addr-afebf85a436897fe5234b2ac0d00a1ddc4c9dd27"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["ec-person-5fdb62e20cecef81f87f94d3d1bcdd3b47b26af0","eu-tr-38064081304-25"]}} -{"id":"ec-meeting-2015-04-01-b1279e76365e864c623cf3fd6c3c1f58b530806a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-01 - Cabinet of President Jean-Claude Juncker x BlackRock"],"date":["2015-04-01"],"summary":["EFSI and capital markets union"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-c402e34a99fbee730ae22e3b1958e21c94dc6fcc","eu-tr-51436554494-18"]}} -{"id":"ec-meeting-2015-04-01-c33993d8407686d7dbf47b8bb85282599611976a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-01 - Cabinet of Vice-President Miguel Arias Cañete x Landis+Gyr AG"],"date":["2015-04-01"],"summary":["Smart Marketing"],"notes":["Portfolio: Climate Action & Energy"],"location":["Berl 8th floor"],"address":["Berl 8th floor"],"addressEntity":["addr-567800805caaecc9a1cc234784ca511f32c6212b"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-1831691c10441c5974327bbeb8693d6b6c1e50c3","eu-tr-34504727656-95"]}} -{"id":"ec-meeting-2015-04-01-d06f7de2fbb844c28737fc84dc43075c22dd1151","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-01 - Cabinet of Commissioner Jonathan Hill x National Franchised Dealers Association"],"date":["2015-04-01"],"summary":["Financial Services Policy"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["ec-person-03cf92829e273869bfbd8bbf4f1881dcd0848186","eu-tr-902105116737-74"]}} -{"id":"ec-meeting-2015-04-01-f8d2c43f70903d91f60c9079aa7e27374faca18a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-01 - Environment x International Association of Oil & Gas Producers Europe"],"date":["2015-04-01"],"summary":["Hydrocarbon BREF and LCP BREF"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-env"],"involved":["eu-tr-3954187491-70","ec-person-c92411579cf013898db30d63a5d6fadc118e7264"]}} -{"id":"ec-meeting-2015-04-01-fc3a10251cc6dbb742ca4077dfcecc2ca8e65cb6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-01 - Cabinet of Vice-President Maroš Šefčovič x Landis+Gyr AG"],"date":["2015-04-01"],"summary":["Smart grids and smart infrastructure in the EU"],"notes":["Portfolio: Energy Union"],"location":["Brussels, BE"],"address":["Brussels, BE"],"addressEntity":["addr-bd80958a978de8af51caa97a25a75f30d0061d71"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-ea6b517040e26a62f17d2829afffeba48cfd682f","eu-tr-34504727656-95"]}} -{"id":"ec-meeting-2015-04-06-cce6f016fcfd56858b02b9edd749a4f9c7da1941","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-06 - Cabinet of Commissioner Violeta Bulc x AeroSpace and Defence Industries Association of Europe"],"date":["2015-04-06"],"summary":["Meeting on Aviation issues"],"notes":["Portfolio: Transport"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-5012c5e45a52ee8ce67d19c1781a127af53e73e7","eu-tr-72699997886-57"]}} -{"id":"ec-meeting-2015-04-07-051cb1c6c609f1f83c38338aca20a1e368aca77d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-07 - Cabinet of Vice-President Maroš Šefčovič x Greenpeace European Unit"],"date":["2015-04-07"],"summary":["Energy Union Governance"],"notes":["Portfolio: Energy Union"],"location":["Brussels, BE"],"address":["Brussels, BE"],"addressEntity":["addr-bd80958a978de8af51caa97a25a75f30d0061d71"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-ea6b517040e26a62f17d2829afffeba48cfd682f","eu-tr-9832909575-41"]}} -{"id":"ec-meeting-2015-04-07-5a7b6cd767d2f993f548c1025589a724de3f0098","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-07 - Internal Market, Industry, Entrepreneurship and SMEs x Association des Constructeurs Européens d'Automobiles"],"date":["2015-04-07"],"summary":["AUTOMOTIVE INDUSTRY"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-grow"],"involved":["ec-person-9f3f9b58a22cf98d55521b290d1facc431bdce86","eu-tr-0649790813-47"]}} -{"id":"ec-meeting-2015-04-07-602819e911ceff6a1b16114ff6fc77d327caf1e9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-07 - Cabinet of Vice-President Valdis Dombrovskis x The Quoted Companies Alliance"],"date":["2015-04-07"],"summary":["Markets in Financial Instruments Directive"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-45766611524-47","ec-person-3f9ca71b74344417d1f072ba7f3e2f09a223b036"]}} -{"id":"ec-meeting-2015-04-07-6d9fbc96b22c907a163551a27d14948e542ebd6b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-07 - Internal Market, Industry, Entrepreneurship and SMEs x FEDERACIÓN EMPRESARIAL DE LA INDUSTRIA QUÍMICA ESPAÑOLA"],"date":["2015-04-07"],"summary":["Chemical Industry & TTIP Agreement"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-grow"],"involved":["ec-person-9f3f9b58a22cf98d55521b290d1facc431bdce86","eu-tr-834294413658-72"]}} -{"id":"ec-meeting-2015-04-07-a8eaa30c121c0ef0d428a654cc039beb89093ec9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-07 - Günther Oettinger x Airbus"],"date":["2015-04-07"],"summary":["DSM"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-d8b86b98a24683917c569000ed6d8c45bedbbc00","eu-tr-2732167674-76"]}} -{"id":"ec-meeting-2015-04-07-f2949cbd7919986bd152817b3b2d06045d12cf7a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-07 - Günther Oettinger x Doc Morris NV"],"date":["2015-04-07"],"summary":["DSM"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-d8b86b98a24683917c569000ed6d8c45bedbbc00","eu-tr-900719114988-22"]}} -{"id":"ec-meeting-2015-04-08-0adedbc1c7db2389b4aeb6e89abc9a8baab48390","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-08 - Cabinet of Commissioner Elżbieta Bieńkowska x EuroCommerce"],"date":["2015-04-08"],"summary":["The Commission's Strategy on goods & services"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-84973761187-60","ec-person-b2f9be51339f054477846797e2c119fcf16548fc"]}} -{"id":"ec-meeting-2015-04-08-19e59925e80a5c65934c39d886c40d7950582064","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-08 - Cabinet of Commissioner Carlos Moedas x MAC Clinical Research Limited"],"date":["2015-04-08"],"summary":["EU-health policies"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-f7327258e5f9a9c39cda735715e0240f1208bb65","eu-tr-263348817052-46"]}} -{"id":"ec-meeting-2015-04-08-1bb82b2e0c8020757c97730d11f077328eb32a30","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-08 - Cabinet of Commissioner Vytenis Andriukaitis x Fur Europe"],"date":["2015-04-08"],"summary":["Animal Welfare"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["eu-tr-819965911378-79","ec-person-0dbfffeb0323f819c8d57164906086dd8639c437"]}} -{"id":"ec-meeting-2015-04-08-3737885dfb13869197ffcf9b4b71ea097a591a06","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-08 - Cabinet of Vice-President Karmenu Vella x Conservation International Europe"],"date":["2015-04-08"],"summary":["Deforestation"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["ec-person-4ff7c27445db4ad88e687776974fd8d077a1fe0c","eu-tr-70299514465-38"]}} -{"id":"ec-meeting-2015-04-08-4ab2fdb162abd719fb3e2f148b945294a7e95055","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-08 - Günther Oettinger x BANCO BILBAO VIZCAYA ARGENTARIA"],"date":["2015-04-08"],"summary":["DSM"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-d8b86b98a24683917c569000ed6d8c45bedbbc00","eu-tr-090350412968-04"]}} -{"id":"ec-meeting-2015-04-08-57573e4dadac2715cf2bba2fd8225c9c3f3b4029","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-08 - Cabinet of Commissioner Elżbieta Bieńkowska x EUROCHAMBRES – Association of European Chambers of Commerce and Industry"],"date":["2015-04-08"],"summary":["The future of SBA, SME policy & test, Enterprise Europe Network & Easme, Internationalisation, Comp Council"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Berlaymont, Brussels, Belgium"],"address":["Berlaymont, Brussels, Belgium"],"addressEntity":["addr-0b7010ac7abf438645eacd50af3009b1252cd7a6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["ec-person-d2997a7f359c91a337055c3e24dd36bf928de38d","eu-tr-0014082722-83","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2015-04-08-5dad487337e60dbb412c08aeaf5980cd56866274","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-08 - Cabinet of Commissioner Corina Crețu x EURODOM"],"date":["2015-04-08"],"summary":["Presentation sugar industry of La Reunion island"],"notes":["Portfolio: Regional Policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-corina-cretu-of"],"involved":["ec-person-f5bd4d5d0170028815aba56ee7d4883f0fd70f47","eu-tr-28418016649-41"]}} -{"id":"ec-meeting-2015-04-08-67123641fe4a2774b170768420a1ec0a77f86592","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-08 - Cabinet of High Representative / Vice-President Federica Mogherini x APCO Worldwide"],"date":["2015-04-08"],"summary":["Economic developments and rule of law in Serbia"],"notes":["Portfolio: Foreign Affairs and Security Policy"],"location":["Berlaymont, Brussels"],"address":["Berlaymont, Brussels"],"addressEntity":["addr-fc86ff6aaa2cd722afeb09a33ccd03fec72f8cd1"],"organizer":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"involved":["eu-tr-81995781088-41","ec-person-ffe369688b1df8f09154d965f094473d619d72e0"]}} -{"id":"ec-meeting-2015-04-08-6d27568dd2b6f32936da2de8ee09ae5d6a496560","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-08 - Cabinet of Commissioner Phil Hogan x EURODOM"],"date":["2015-04-08"],"summary":["Presentation of Reunion Island representatives. The future of the sugar sector."],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-400dd8d59d3060187d9b9b143d697da1a3d03c12","ec-person-c9d17d5879383b030f61a4066848249fb35d57e4","eu-tr-28418016649-41"]}} -{"id":"ec-meeting-2015-04-08-7bda713bd7c380f929e86ba432ca9f28fa7e5978","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-08 - Cabinet of Vice-President Miguel Arias Cañete x Vattenfall"],"date":["2015-04-08"],"summary":["Financial Market legislation"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-1831691c10441c5974327bbeb8693d6b6c1e50c3","eu-tr-12955024114-93","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd"]}} -{"id":"ec-meeting-2015-04-08-7cef428c69a318b6c3b1e739a3d67cd88d342db6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-08 - Cabinet of Commissioner Vytenis Andriukaitis x International Wool Textile Organisation"],"date":["2015-04-08"],"summary":["Animal Welfare"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-0dbfffeb0323f819c8d57164906086dd8639c437","eu-tr-73410316407-50"]}} -{"id":"ec-meeting-2015-04-08-8eeb74198a9b3bed4b4bedbc3565778bbc8e8daa","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-08 - Cabinet of Commissioner Corina Crețu x Lumos Foundation"],"date":["2015-04-08"],"summary":["Regional development and the de-institutionalisation agenda"],"notes":["Portfolio: Regional Policy"],"location":["Bruxelles"],"address":["Bruxelles"],"addressEntity":["addr-b58f5927b66d94a676970dc048485d4c6848f272"],"organizer":["ec-cabinet-commissioner-corina-cretu-of"],"involved":["ec-person-e1a05727a22b8fb46b79994b097ed9a07a144de7","eu-tr-849607914394-57"]}} -{"id":"ec-meeting-2015-04-08-99abba9cb6e0906099dbc473e851e5f807ba2933","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-08 - Günther Oettinger x Iliad"],"date":["2015-04-08"],"summary":["DSM"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-d8b86b98a24683917c569000ed6d8c45bedbbc00","eu-tr-366999416622-37"]}} -{"id":"ec-meeting-2015-04-08-ac5f85e2e0c08957f28e0c0c27a00131736be476","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-08 - Cabinet of Commissioner Phil Hogan x European farmers"],"date":["2015-04-08"],"summary":["Market situation for beef, especially the suckler cow production"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-400dd8d59d3060187d9b9b143d697da1a3d03c12","eu-tr-44856881231-49"]}} -{"id":"ec-meeting-2015-04-08-bb885a6453185b03237da2ac7d1f83c9667ac647","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-08 - Cabinet of Commissioner Margrethe Vestager x DER MITTELSTANDSVERBUND"],"date":["2015-04-08"],"summary":["Introduction to Der Mittelstandsverbund"],"notes":["Portfolio: Competition"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-margrethe-of-vestager"],"involved":["ec-person-947ab3027ba90ce15968614ce35c12506b7a43ac","eu-tr-196997510883-76"]}} -{"id":"ec-meeting-2015-04-08-c67ea5f43a51050b3dfe24e95c2375a3b1b26e89","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-08 - Cabinet of Commissioner Margrethe Vestager x Iliad"],"date":["2015-04-08"],"summary":["Discussion on European Telecoms Market"],"notes":["Portfolio: Competition"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-margrethe-of-vestager"],"involved":["ec-person-947ab3027ba90ce15968614ce35c12506b7a43ac","eu-tr-366999416622-37"]}} -{"id":"ec-meeting-2015-04-08-ccb8f5c15bae2eec33d3cf0b06962c8e068853ea","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-08 - Cabinet of Vice-President Valdis Dombrovskis x Vattenfall"],"date":["2015-04-08"],"summary":["Markets in Financial Instruments Directive"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-12955024114-93","ec-person-3f9ca71b74344417d1f072ba7f3e2f09a223b036"]}} -{"id":"ec-meeting-2015-04-08-f0393f299ea14049e6e3f5cf0acaf8833fafa04c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-08 - Cabinet of Vice-President Maroš Šefčovič x Euroheat & Power"],"date":["2015-04-08"],"summary":["The Commission's upcoming Heating and Cooling strategy"],"notes":["Portfolio: Energy Union"],"location":["Brussels, BE"],"address":["Brussels, BE"],"addressEntity":["addr-bd80958a978de8af51caa97a25a75f30d0061d71"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-ea6b517040e26a62f17d2829afffeba48cfd682f","eu-tr-88457577025-19"]}} -{"id":"ec-meeting-2015-04-08-f8fea63430af6df9114e429b12da0ed7cbea6af3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-08 - Cabinet of Vice-President Maroš Šefčovič x The Coalition for Energy Savings"],"date":["2015-04-08"],"summary":["Making the Energy Efficiency First-principle operational within the Energy Union framework"],"notes":["Portfolio: Energy Union"],"location":["Brussels, BE"],"address":["Brussels, BE"],"addressEntity":["addr-bd80958a978de8af51caa97a25a75f30d0061d71"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-ea6b517040e26a62f17d2829afffeba48cfd682f","eu-tr-72911566925-69"]}} -{"id":"ec-meeting-2015-04-08-fb6f8d3d35f0f73e19769daec3d8c2c0c0efcc43","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-08 - Cabinet of Commissioner Věra Jourová x Confederation of Family Organisations in the European Union"],"date":["2015-04-08"],"summary":["Family issues"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-5455ecfabb89025694c798deac08160a2be17d94","eu-tr-93283396780-85"]}} -{"id":"ec-meeting-2015-04-09-0cbf70c17fdcfb913854c6197e2fe479c0800b96","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-09 - Energy x Naval Group"],"date":["2015-04-09"],"summary":["Renewable energy technologies"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-57864135710-49","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2015-04-09-12b8d56452a8a9296cf8236e2dccb2f867e5665d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-09 - Cabinet of Commissioner Jonathan Hill x Fleishman-Hillard"],"date":["2015-04-09"],"summary":["Introductory Meeting"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussles"],"address":["Brussles"],"addressEntity":["addr-e6ba3e89050fdfff2010d3fb9d2fbe42cd1cafd9"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["eu-tr-56047191389-84","ec-person-5e8e66c5b37cfc1f9272932bf8e12f4b28d1160a"]}} -{"id":"ec-meeting-2015-04-09-19c6d9e5e896f2e0bdd29c737619aeaa75e1ad58","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-09 - Cabinet of Vice-President Valdis Dombrovskis x BlackRock"],"date":["2015-04-09"],"summary":["Money Market Funds"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-51436554494-18","ec-person-3f9ca71b74344417d1f072ba7f3e2f09a223b036"]}} -{"id":"ec-meeting-2015-04-09-329413c04546a1fbd5d05fabfacd6b41f37a5724","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-09 - Cabinet of Vice-President Andrus Ansip x Nokia"],"date":["2015-04-09"],"summary":["TSM + review of telcom regulation, investment, standardisation"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-35167875358-33","ec-person-666bc159c7e65a3af9e63c1e97435c02f1496955"]}} -{"id":"ec-meeting-2015-04-09-349ab5ebe2c5f334d6d9c1b2603d7e22ef9ee05d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-09 - Cabinet of Vice-President Miguel Arias Cañete x Bayerische Motoren Werke Aktiengesellschaft"],"date":["2015-04-09"],"summary":["Decabornisation of Road Transport"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-7193977808-18","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd","ec-person-25a937c04cd0a0ddcf5cf34798e76b5105854114"]}} -{"id":"ec-meeting-2015-04-09-49a8b0eaea7941dd80cd151b2af6cad7e7c72534","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-09 - Cabinet of Commissioner Phil Hogan x ASSUC- European Association of Sugar Traders"],"date":["2015-04-09"],"summary":["Perspectives of sugar markets current and post quotas"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-400dd8d59d3060187d9b9b143d697da1a3d03c12","eu-tr-73074372526-61"]}} -{"id":"ec-meeting-2015-04-09-5bbd1d7cc704fca96b943bfc72d9d22727622417","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-09 - Cabinet of Vice-President Miguel Arias Cañete x Hyundai Motor Company Brussels Office"],"date":["2015-04-09"],"summary":["Decabornisation of Road Transport"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-67224683333-27","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd","ec-person-25a937c04cd0a0ddcf5cf34798e76b5105854114"]}} -{"id":"ec-meeting-2015-04-09-630efbaac14b441d517860dc3d844620c704ee9b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-09 - Cabinet of Vice-President Miguel Arias Cañete x Volvo AB"],"date":["2015-04-09"],"summary":["Decabornisation of Road Transport"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-51773601133-57","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd","ec-person-25a937c04cd0a0ddcf5cf34798e76b5105854114"]}} -{"id":"ec-meeting-2015-04-09-6324c6fb93d31cff015b012caccedd83b4a22c14","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-09 - Cabinet of Vice-President Miguel Arias Cañete x RENAULT"],"date":["2015-04-09"],"summary":["Decabornisation of Road Transport"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-946343776-69","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd","ec-person-25a937c04cd0a0ddcf5cf34798e76b5105854114"]}} -{"id":"ec-meeting-2015-04-09-702ee9eaa6f25f91534e96adae35744827e0f989","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-09 - Cabinet of Vice-President Miguel Arias Cañete x None"],"date":["2015-04-09"],"summary":["Decabornisation of Road Transport"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd","ec-person-25a937c04cd0a0ddcf5cf34798e76b5105854114"]}} -{"id":"ec-meeting-2015-04-09-7b1f9c7139c0a98bc7fee71cc6498119e4b3e992","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2015-04-09 - Cabinet of Commissioner Pierre Moscovici x DOUX"],"date":["2015-04-09"],"summary":["Situation du groupe DOUX"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Bruxelles","Brussels"],"address":["Bruxelles","Brussels"],"addressEntity":["addr-b58f5927b66d94a676970dc048485d4c6848f272","addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["ec-person-79931cfd2923c1aca9c7d284e9590732b0a36ed9","eu-tr-830179316835-01"]}} -{"id":"ec-meeting-2015-04-09-7fd9a04b623b6821448eaff273ceb12c66baec97","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-09 - Cabinet of Vice-President Miguel Arias Cañete x TOYOTA MOTOR EUROPE"],"date":["2015-04-09"],"summary":["Decabornisaton of Road Transport"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-5378003762-62","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd","ec-person-25a937c04cd0a0ddcf5cf34798e76b5105854114"]}} -{"id":"ec-meeting-2015-04-09-82f710cef7bf05f4df8eae6f7465869dc10c6b7e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-09 - Energy x Business Bridge Europe"],"date":["2015-04-09"],"summary":["Energy Union"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["ec-person-6997149120ce5129e38febe5275dc8fd03232d2e","eu-tr-72856225852-31"]}} -{"id":"ec-meeting-2015-04-09-8a66f1e5cf56da6e639ea4b50df4170391b06b52","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-09 - Cabinet of Commissioner Violeta Bulc x Bureau International des Containers"],"date":["2015-04-09"],"summary":["Transport logistics"],"notes":["Portfolio: Transport"],"location":["Brussels - Belgium"],"address":["Brussels - Belgium"],"addressEntity":["addr-85d514873c3b55c68206168e47e9d4fc69799cc8"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-340043212022-64","ec-person-7ac9445abdddc66a79f539ae13eb74e1ceb512df"]}} -{"id":"ec-meeting-2015-04-09-8b07d4bead507b9cfca63f5c8fa70c8d5d579b5c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-09 - Cabinet of Commissioner Věra Jourová x Federation of European Data and Marketing"],"date":["2015-04-09"],"summary":["Data protection reform"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["eu-tr-39300567160-02","ec-person-f329292459cb1badb7fb7c6b67b698c441931bb2"]}} -{"id":"ec-meeting-2015-04-09-93deb950f09fa64a4ad2cdaa490f8a9d73c75321","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-09 - Cabinet of Vice-President Miguel Arias Cañete x DAF Trucks N.V."],"date":["2015-04-09"],"summary":["Decabornisation of Road Transport"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-604742116836-08","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd","ec-person-25a937c04cd0a0ddcf5cf34798e76b5105854114"]}} -{"id":"ec-meeting-2015-04-09-a29ec046484bea4aadd059dda9d57287eb30b2f4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-09 - Cabinet of Vice-President Jyrki Katainen x Hanover Communications International"],"date":["2015-04-09"],"summary":["Better Regulation"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-712987314570-57","ec-person-bb70699c722c1620ec520e8a4d32911a32ae078c"]}} -{"id":"ec-meeting-2015-04-09-a3278228eb4e95386579b727b87e90a9bf8d9363","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-09 - Cabinet of Vice-President Miguel Arias Cañete x Daimler Aktiengesellschaft"],"date":["2015-04-09"],"summary":["Decabornsation of Road Transport"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-2349218828-41","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd","ec-person-25a937c04cd0a0ddcf5cf34798e76b5105854114"]}} -{"id":"ec-meeting-2015-04-09-a7f7c203f3af327c68b9f926df41871cf2483df6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-09 - Cabinet of Vice-President Miguel Arias Cañete x Jaguar Land Rover Limited"],"date":["2015-04-09"],"summary":["Decabornisation of Road Transport"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-08618215943-22","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd","ec-person-25a937c04cd0a0ddcf5cf34798e76b5105854114"]}} -{"id":"ec-meeting-2015-04-09-b5261a774edb831a0c2edb7cc02874cf9dce6a9e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-09 - Cabinet of Vice-President Miguel Arias Cañete x Volkswagen Aktiengesellschaft"],"date":["2015-04-09"],"summary":["Decabornisation of Road Transport"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-6504541970-40","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd","ec-person-25a937c04cd0a0ddcf5cf34798e76b5105854114"]}} -{"id":"ec-meeting-2015-04-09-c1efec24d24a90ce36181bbf3ccfad70311a1521","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-09 - Cabinet of Vice-President Miguel Arias Cañete x Scania AB (publ)"],"date":["2015-04-09"],"summary":["Decabornisation of Road Transport"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-3305029916-47","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd","ec-person-25a937c04cd0a0ddcf5cf34798e76b5105854114"]}} -{"id":"ec-meeting-2015-04-09-cba2d4da390b0ecbc2a7f0f9f1066d253903871b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-09 - Cabinet of Vice-President Miguel Arias Cañete x Association des Constructeurs Européens d'Automobiles"],"date":["2015-04-09"],"summary":["Decabornisation of Road Transport"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-0649790813-47","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd","ec-person-25a937c04cd0a0ddcf5cf34798e76b5105854114"]}} -{"id":"ec-meeting-2015-04-09-e211d9e903dd24ccbca7c3dc936bc7df77aeebdc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-09 - Günther Oettinger x NRW.BANK"],"date":["2015-04-09"],"summary":["DSM"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-c6cae64cc7dc787b66a47ab1613d3e922875b971","eu-tr-1321739923-73"]}} -{"id":"ec-meeting-2015-04-09-ee437dca4adc09987784234cdc8b26320afd7085","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-09 - Cabinet of Commissioner Jonathan Hill x Banco Santander, S.A."],"date":["2015-04-09"],"summary":["Topical Regulatory Issues"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["eu-tr-799142914971-03","ec-person-5e8e66c5b37cfc1f9272932bf8e12f4b28d1160a"]}} -{"id":"ec-meeting-2015-04-09-ef388e652f6a13429f077f8094d8b2a6f4446cb5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-09 - Cabinet of Vice-President Johannes Hahn x UNITEE AISBL"],"date":["2015-04-09"],"summary":["General discussion of Economic and political Development in Turkey"],"notes":["Portfolio: European Neighbourhood Policy & Enlargement Negotiations"],"location":["Berlaymont, Brussels, Belgium"],"address":["Berlaymont, Brussels, Belgium"],"addressEntity":["addr-0b7010ac7abf438645eacd50af3009b1252cd7a6"],"organizer":["ec-cabinet-hahn-johannes-of-president-vice"],"involved":["eu-tr-07875727774-09","ec-person-88a286c6d6c72ec16cca63360e34db2ff7ee4a1d"]}} -{"id":"ec-meeting-2015-04-09-f5cf4221fa258c626f1c378ea209fa83ff8f1cfa","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-09 - Cabinet of Commissioner Carlos Moedas x All European Academies"],"date":["2015-04-09"],"summary":["Meeting with the President of ALLEA"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["eu-tr-492964815891-65","ec-person-23980b2bc4fd9c82051d0f7888dc236b2f764866"]}} -{"id":"ec-meeting-2015-04-10-00c8f5cde4c83aa24c1d0e396bc100d0d749382f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-10 - Cabinet of Commissioner Věra Jourová x European Advertising Standards Alliance"],"date":["2015-04-10"],"summary":["Consumer policy"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["eu-tr-070638512780-81","ec-person-184e698af1eb9e33b179680570ca171d8cb31c94"]}} -{"id":"ec-meeting-2015-04-10-0332ecc3739cee4a45e023e74e58bdcaaa72dab5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-10 - Günther Oettinger x LT-Innovate"],"date":["2015-04-10"],"summary":["Multilingualism, DSM"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-645002016924-12","ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0"]}} -{"id":"ec-meeting-2015-04-10-310820ae80e7874f832222470cb73ea205639bf7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-10 - Cabinet of Vice-President Miguel Arias Cañete x Asociación Española de Fabricantes e Importadores de Electrodomésticos"],"date":["2015-04-10"],"summary":["Ecodesign & ecolabelling, household appliance role in the promotion of energy efficency in the EU"],"notes":["Portfolio: Climate Action & Energy"],"location":["Madrid, Spain"],"address":["Madrid, Spain"],"addressEntity":["addr-f2c4f2ef1ea88618aa1533f69b0d18fc1125a9d2"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-62773e55e1985542cb18a2a89f2053f2f39146b1","eu-tr-459438517006-19","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd"]}} -{"id":"ec-meeting-2015-04-10-4d11e8f171ff0fb555e00d46fbaaa28b7a9bbebf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-10 - Cabinet of Vice-President Miguel Arias Cañete x ASOCIACIÓN NACIONAL DE GRANDES EMPRESAS DE DISTRIBUCIÓN"],"date":["2015-04-10"],"summary":["Ecodesign & ecolabelling, household appliances role in the promotion of the energy efficiency in the EU"],"notes":["Portfolio: Climate Action & Energy"],"location":["ANGED"],"address":["ANGED"],"addressEntity":["addr-0ed753ec61a000f5329d98c1432aa8e106488d7c"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-62773e55e1985542cb18a2a89f2053f2f39146b1","eu-tr-372186015628-03","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd"]}} -{"id":"ec-meeting-2015-04-10-4d14fb03db59a4a41c5a84becc688552859990aa","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-10 - Health and Food Safety x Bee Life - European Beekeeping Coordination"],"date":["2015-04-10"],"summary":["The Bee Health Initiative, launched by the ECPA"],"location":["Brussels (BELGIUM)"],"address":["Brussels (BELGIUM)"],"addressEntity":["addr-25bd5ca85cdaa2e09cf8cb981983bc8a6b73b8ec"],"organizer":["ec-dg-sante"],"involved":["eu-tr-586313213546-65","ec-person-e6c752b8c9246ee8246c3dde21cfd79f9c4d2d19"]}} -{"id":"ec-meeting-2015-04-10-4eca22c928ef5709d55cc72727ccd99c411a6b45","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-10 - Cabinet of Commissioner Carlos Moedas x Verket för innovationssystem"],"date":["2015-04-10"],"summary":["European Commission research priorities"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-b8d49828915f9008e764a78796d47ea00807a658","eu-tr-109898613947-81"]}} -{"id":"ec-meeting-2015-04-10-5566469216c940e723ac4b17597e2a906f6b7020","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-10 - Günther Oettinger x RTL Group"],"date":["2015-04-10"],"summary":["Advertising tax"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-c6cae64cc7dc787b66a47ab1613d3e922875b971","eu-tr-59267165790-45"]}} -{"id":"ec-meeting-2015-04-10-6dcb925ef51e2ed13f49e90bfe09325c8f3bef38","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-10 - Cabinet of Vice-President Miguel Arias Cañete x Asociación Española de Operadores de Productos Petrolíferos"],"date":["2015-04-10"],"summary":["Energy Union and refinery sector in the EU"],"notes":["Portfolio: Climate Action & Energy"],"location":["Madrid, Spain"],"address":["Madrid, Spain"],"addressEntity":["addr-f2c4f2ef1ea88618aa1533f69b0d18fc1125a9d2"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-62773e55e1985542cb18a2a89f2053f2f39146b1","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd","eu-tr-032095416055-85"]}} -{"id":"ec-meeting-2015-04-10-7da03c8307e187eaf22ff24f23fcb17e4d6b6f20","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-10 - Cabinet of Vice-President Miguel Arias Cañete x FEDERACIÓN EMPRESARIAL DE LA INDUSTRIA QUÍMICA ESPAÑOLA"],"date":["2015-04-10"],"summary":["Energy Union, Gas sector in the EU, promotion of cogeneration and ETS"],"notes":["Portfolio: Climate Action & Energy"],"location":["Madrid, Spain"],"address":["Madrid, Spain"],"addressEntity":["addr-f2c4f2ef1ea88618aa1533f69b0d18fc1125a9d2"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-62773e55e1985542cb18a2a89f2053f2f39146b1","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd","eu-tr-834294413658-72"]}} -{"id":"ec-meeting-2015-04-10-87aa9c393950c51edcfe09d6d612c2b52871c9cb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-10 - Cabinet of Vice-President Miguel Arias Cañete x FEDERACIÓN ESPAÑOLA DE COMERCIANTES DE ELECTRODOMÉSTICOS"],"date":["2015-04-10"],"summary":["Ecodesign & ecolabelling, household appliances role in the promotion of the energy efficiency in the EU"],"notes":["Portfolio: Climate Action & Energy"],"location":["Madrid, Spain"],"address":["Madrid, Spain"],"addressEntity":["addr-f2c4f2ef1ea88618aa1533f69b0d18fc1125a9d2"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-62773e55e1985542cb18a2a89f2053f2f39146b1","eu-tr-542362016928-89","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd"]}} -{"id":"ec-meeting-2015-04-10-8abc33f604ef775b724353759707449f1654e56c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-10 - Cabinet of Vice-President Miguel Arias Cañete x ASOCIACIÓN DE EMPRESAS DE ENERGÍA ELÉCTRICA"],"date":["2015-04-10"],"summary":["Energy Union and the Electricity sector in the EU"],"notes":["Portfolio: Climate Action & Energy"],"location":["Madrid, Spain"],"address":["Madrid, Spain"],"addressEntity":["addr-f2c4f2ef1ea88618aa1533f69b0d18fc1125a9d2"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-849997016104-66","ec-person-62773e55e1985542cb18a2a89f2053f2f39146b1","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd"]}} -{"id":"ec-meeting-2015-04-10-9237da04ffe433a52cd24710243dc5f96c025cb0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-10 - Cabinet of Commissioner Elżbieta Bieńkowska x Google Google"],"date":["2015-04-10"],"summary":["Promotion of the development of modern and innovative entrepreneurship in Europe and in Poland; Google’s activities in enhancing digital competencies and development of start-ups"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["ec-person-d2997a7f359c91a337055c3e24dd36bf928de38d","eu-tr-03181945560-59"]}} -{"id":"ec-meeting-2015-04-10-929fce91a2c04e7f2c8ba2f1ba10dab66b638961","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-10 - Cabinet of Vice-President Valdis Dombrovskis x abrdn plc"],"date":["2015-04-10"],"summary":["Capital Markets Union"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-3f9ca71b74344417d1f072ba7f3e2f09a223b036","eu-tr-28229947613-19"]}} -{"id":"ec-meeting-2015-04-10-a8596fa3fda8f71dad4a011ed9c93a57f2fe9968","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-10 - Cabinet of Vice-President Miguel Arias Cañete x ASOCIACIÓN ESPAÑOLA DE FABRICANTES DE PASTA, PAPEL Y CARTÓN"],"date":["2015-04-10"],"summary":["Industrial Policy of the EU and ETS"],"notes":["Portfolio: Climate Action & Energy"],"location":["Madrid, Spain"],"address":["Madrid, Spain"],"addressEntity":["addr-f2c4f2ef1ea88618aa1533f69b0d18fc1125a9d2"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-62773e55e1985542cb18a2a89f2053f2f39146b1","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd","eu-tr-814014013312-48"]}} -{"id":"ec-meeting-2015-04-10-af179597ccec9ab064f184f57d982b931562fd7f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-10 - Cabinet of Vice-President Valdis Dombrovskis x Association for Financial Markets in Europe"],"date":["2015-04-10"],"summary":["Markets in Financial Instruments Directive"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-65110063986-76","ec-person-3f9ca71b74344417d1f072ba7f3e2f09a223b036"]}} -{"id":"ec-meeting-2015-04-10-b7b528538c9929dd8f8d533d426be04076f30be8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-10 - Cabinet of Commissioner Pierre Moscovici x RTL Group"],"date":["2015-04-10"],"summary":["Hungarian advertising tax"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["eu-tr-59267165790-45","ec-person-738f7f25002d191bd2df8936e8f8d1d726c19e2e"]}} -{"id":"ec-meeting-2015-04-10-d849fb9e7fb27bf493c531cdec3d5b47dfaf5fb4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-10 - Energy x SNC-Lavalin"],"date":["2015-04-10"],"summary":["European Energy Policy priorities"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-884606515496-10","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2015-04-10-fbb4049e6c5364a731c1506207a2aebfd896636f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-10 - Cabinet of Commissioner Tibor Navracsics x CEJI - A Jewish Contribution to an Inclusive Europe"],"date":["2015-04-10"],"summary":["Civics Education in Schools"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["eu-tr-91044579609-70","ec-person-4d24029a6a4b5bbdcd825e134f010bd0b384f80a"]}} -{"id":"ec-meeting-2015-04-13-0ec58dc8a227b9bcc25241259483c5deac25e44c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-13 - Cabinet of Commissioner Vytenis Andriukaitis x European Confederation of Pharmaceutical Entrepreneurs"],"date":["2015-04-13"],"summary":["Off-label use of medicines"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-059ca943fc5fc696d2a97849c635ddf7b6ab7fd7","eu-tr-87600691525-93"]}} -{"id":"ec-meeting-2015-04-13-1deeb8e8b02b7261424f4cae7808f449d2fab589","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-13 - Cabinet of Vice-President Valdis Dombrovskis x Associazione Bancaria Italiana Unione Italiana del Lavoro Associazione Nazionale fra le Imprese Assicuratrici Confederazione Generale dell'Industria Italiana"],"date":["2015-04-13"],"summary":["Meeting with social partners"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Rome, Italy"],"address":["Rome, Italy"],"addressEntity":["addr-17df4c823e58cba3a587c89186e0e6ca2d3f17a0"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-376222916112-22","eu-tr-915519211566-03","eu-tr-27762251795-15","ec-person-f6170dbdd732fc460a713b82b57759ac5e77fdc6","ec-person-a9eda2e8ea54b70a968327672c6cada679d3cd56","eu-tr-4756340957-20"]}} -{"id":"ec-meeting-2015-04-13-1f5d5d96584d06586f827019d254095ed528bf01","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-13 - Cabinet of President Jean-Claude Juncker x John Wiley & Sons"],"date":["2015-04-13"],"summary":["Research, science and innovation issues"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-ad6f76ca53dc30d965b15e3728c45dbd0aba44b4","eu-tr-543273616565-61"]}} -{"id":"ec-meeting-2015-04-13-2545435d6221d3c2af6ea0e51b60d9ccebaaccf4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-13 - Cabinet of Vice-President Jyrki Katainen x Metsäliitto Cooperative"],"date":["2015-04-13"],"summary":["Bioeconomy"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-0310c3b87e155f5572493e91d12eebab9736a76b","eu-tr-962687110415-94"]}} -{"id":"ec-meeting-2015-04-13-2f1f0c43c8b631b6d6c7a1949e740561b547c738","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-13 - Cabinet of Vice-President Cecilia Malmström x Coalition of Services Industries"],"date":["2015-04-13"],"summary":["TTIP and TiSA negotiations"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-476563116675-15","ec-person-5d4088e1913284a765aed8445f448f6ff341f1b3"]}} -{"id":"ec-meeting-2015-04-13-300dd05f4586cd4e984c1b04c87ded8a1d262f8d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-13 - Günther Oettinger x Société nationale SNCF"],"date":["2015-04-13"],"summary":["DSM"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-d8b86b98a24683917c569000ed6d8c45bedbbc00","eu-tr-97914681026-14"]}} -{"id":"ec-meeting-2015-04-13-32d211f5c4c1a7987fdae11faa184bc35b37d77d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-13 - Energy x International Association of Oil & Gas Producers Europe"],"date":["2015-04-13"],"summary":["Oil & Gas"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["ec-person-6997149120ce5129e38febe5275dc8fd03232d2e","eu-tr-3954187491-70"]}} -{"id":"ec-meeting-2015-04-13-38067f7368181e8daa2c43ab33cf2b3fbf23158a","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2015-04-13 - Cabinet of Vice-President Jyrki Katainen x Confederation of European Paper Industries"],"date":["2015-04-13"],"summary":["Paper Industry; Competitiveness","Bioeconomy"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90","eu-tr-72279144480-58","ec-person-0310c3b87e155f5572493e91d12eebab9736a76b"]}} -{"id":"ec-meeting-2015-04-13-40bf43f0f0171abf7e689f538bc3fe0219c1c629","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-13 - Cabinet of Vice-President Maroš Šefčovič x UNION FRANCAISE DE L'ELECTRICITE - UFE"],"date":["2015-04-13"],"summary":["Energy Union"],"notes":["Portfolio: Energy Union"],"location":["Berlaymont, Brussels"],"address":["Berlaymont, Brussels"],"addressEntity":["addr-fc86ff6aaa2cd722afeb09a33ccd03fec72f8cd1"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-30146663069-53","ec-person-af83ed49c403cb9d7ebfecca7893f0054c1f4be5"]}} -{"id":"ec-meeting-2015-04-13-6e5e62bb6f75a48d35b545a3bf694dea3b7aa444","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-13 - Internal Market, Industry, Entrepreneurship and SMEs x International Trademark Association"],"date":["2015-04-13"],"summary":["TRADEMARK PACKAGE"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-grow"],"involved":["ec-person-9f3f9b58a22cf98d55521b290d1facc431bdce86","eu-tr-10141574843-32"]}} -{"id":"ec-meeting-2015-04-13-8787ee63868205f5e963e6c528ee4fb914431d67","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-13 - Cabinet of First Vice-President Frans Timmermans x Uber"],"date":["2015-04-13"],"summary":["Exchange of views on Commission Work Programme in coming years"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Berlaymont, Brussels"],"address":["Berlaymont, Brussels"],"addressEntity":["addr-fc86ff6aaa2cd722afeb09a33ccd03fec72f8cd1"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-002278013515-26","ec-person-ee0e358952eb5192d26c98d36095038f6b8223f2"]}} -{"id":"ec-meeting-2015-04-13-88b5046eb828a48ee223cc1b0ace662abc42a805","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-13 - Cabinet of Commissioner Carlos Moedas x John Wiley & Sons"],"date":["2015-04-13"],"summary":["Meeting with Tiernan Kenny & delegation"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["eu-tr-543273616565-61","ec-person-fb56329c22510c66ab50a8bdba13230bdae32902"]}} -{"id":"ec-meeting-2015-04-13-89412c7d1544e026d82981e1a223d8d2161ad89b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-13 - Cabinet of Commissioner Violeta Bulc x Société nationale SNCF"],"date":["2015-04-13"],"summary":["Meeting with SNCF"],"notes":["Portfolio: Transport"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-dd7851e4a1e747e824b4f81139e33bc3cdb73160","eu-tr-97914681026-14"]}} -{"id":"ec-meeting-2015-04-13-9170fdfd08f858d3133adbfa5a1828e34b52b35c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-13 - Cabinet of Commissioner Violeta Bulc x EuroCommerce"],"date":["2015-04-13"],"summary":["Eurocommerce"],"notes":["Portfolio: Transport"],"location":["BE/Brussels"],"address":["BE/Brussels"],"addressEntity":["addr-a8deb12be54fb82c298761f75b0f3b9e05bd9bd8"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-84973761187-60","ec-person-d710a614b1b0eabb6d73a2d665b82f6514a3fdb8"]}} -{"id":"ec-meeting-2015-04-13-96ffc48a85fad5c175936644e5e9d68e7ce1fd87","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-13 - Cabinet of Vice-President Andrus Ansip x Atos SE (France)"],"date":["2015-04-13"],"summary":["DSM and industry, cloud, big data, research"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-249876817241-03","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45","ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0"]}} -{"id":"ec-meeting-2015-04-13-ad79ee68d086edef7656212a534c0f38ecce434f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-13 - Cabinet of Commissioner Jonathan Hill x Finanssiala ry - Finance Finland"],"date":["2015-04-13"],"summary":["Introductory meeting"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["ec-person-890015b0d769ee93a09119846b414d4aae7c64ae","eu-tr-7328496842-09"]}} -{"id":"ec-meeting-2015-04-13-bb6a365b1e63054e1beb9f62c8aab69eb19b72ec","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-13 - Trade x Coalition of Services Industries"],"date":["2015-04-13"],"summary":["TTIP and TiSA"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-trade"],"involved":["eu-tr-476563116675-15","ec-person-bde9bb099f5d24c52ca4a9255cefc99a5b87a650"]}} -{"id":"ec-meeting-2015-04-13-bbdd1e2d6c2569644664ee83050d81ff99710ae1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-13 - Cabinet of Commissioner Violeta Bulc x European Construction Industry Federation"],"date":["2015-04-13"],"summary":["Meeting Commissioner Bulc"],"notes":["Portfolio: Transport"],"location":["Brussels, Belguim"],"address":["Brussels, Belguim"],"addressEntity":["addr-84b5e5f38d43901e13b15f0c7dd8b408c954fd9b"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-4d2b449b5047ea3fda435a2a1c1081e3babcdf76","ec-person-6a5ceb87383474e4b7f430af341029a155e255b0","eu-tr-92221016212-42"]}} -{"id":"ec-meeting-2015-04-13-c64fec0976496ef7e9906afb612199e4ce2a3bd8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-13 - Cabinet of Commissioner Elżbieta Bieńkowska x Metsäliitto Cooperative"],"date":["2015-04-13"],"summary":["Bioeconomy"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["ec-person-b2f9be51339f054477846797e2c119fcf16548fc","eu-tr-962687110415-94"]}} -{"id":"ec-meeting-2015-04-13-c7477d2cc14b58ac4644db0ef7fbdf0cf4d10e37","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-13 - Cabinet of Commissioner Pierre Moscovici x HERMES INTERNATIONAL"],"date":["2015-04-13"],"summary":["Digital Single Market"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Paris"],"address":["Paris"],"addressEntity":["addr-22390ad11c32faec43fc61555b53607660b3c185"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["ec-person-3cbeba61ae952f06fe4916c381438ebbc676a597","eu-tr-919484116074-16"]}} -{"id":"ec-meeting-2015-04-13-d41027fc2e98cec31625be56f74a19e5643ce778","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-13 - Cabinet of President Jean-Claude Juncker x European Youth Forum"],"date":["2015-04-13"],"summary":["Digital Single Market"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-44a061693f35519551be0e3dab996e76ad3f8c7c","eu-tr-43251547769-22"]}} -{"id":"ec-meeting-2015-04-13-d93c6b830cb7ee8ccbbfc9d4bb412ec8ae78467b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-13 - Cabinet of Commissioner Elżbieta Bieńkowska x Aviation Strategy & Concepts Aviation Strategy & Concepts"],"date":["2015-04-13"],"summary":["Aviation issues"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-51135259400-72","ec-person-d2997a7f359c91a337055c3e24dd36bf928de38d"]}} -{"id":"ec-meeting-2015-04-13-db4cd8ed40f60b8f60f8bfb720d4b5049854eabd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-13 - Cabinet of Vice-President Jyrki Katainen x Finanssiala ry - Finance Finland"],"date":["2015-04-13"],"summary":["Capital Markets Union, European Fund for Strategic Investment"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-f9208d930adc70c6c64e21701e48f85f6f18e949","eu-tr-7328496842-09"]}} -{"id":"ec-meeting-2015-04-13-db7e38a80396638ef2376cc45f4359676a8c18ea","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-13 - Cabinet of Vice-President Valdis Dombrovskis x Standard Chartered"],"date":["2015-04-13"],"summary":["International issues"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-16595501800-80","ec-person-3f9ca71b74344417d1f072ba7f3e2f09a223b036"]}} -{"id":"ec-meeting-2015-04-13-ea4a002c5e281c016998cf90c1111d2b87a401ef","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-13 - Cabinet of Vice-President Miguel Arias Cañete x Schneider Electric"],"date":["2015-04-13"],"summary":["Retail Market"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-1831691c10441c5974327bbeb8693d6b6c1e50c3","eu-tr-46302264606-44","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd"]}} -{"id":"ec-meeting-2015-04-13-eee5be115d178b0de51a3125b758680adcdc8468","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-13 - Mobility and Transport x Association des Constructeurs Européens d'Automobiles"],"date":["2015-04-13"],"summary":["White paper on Transport Policy, ITS & Connected Vehicles, Weights & Dimensions"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-move"],"involved":["ec-person-d856b0f199c84d5b5003106bea2ee6d0392e2428","eu-tr-0649790813-47"]}} -{"id":"ec-meeting-2015-04-13-fe9ff569f8aa76c8c401b91e4de0373f09892b3b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-13 - Cabinet of Commissioner Pierre Moscovici x Société des Auteurs, Compositeurs et Editeurs de Musique"],"date":["2015-04-13"],"summary":["Digital Single Market"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Paris"],"address":["Paris"],"addressEntity":["addr-22390ad11c32faec43fc61555b53607660b3c185"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["ec-person-3cbeba61ae952f06fe4916c381438ebbc676a597","eu-tr-829208810503-45"]}} -{"id":"ec-meeting-2015-04-13-ff6ceee07b35f4aaf8d252f24fa8a024aca00f04","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-13 - Cabinet of First Vice-President Frans Timmermans x SMEunited aisbl"],"date":["2015-04-13"],"summary":["Better regulation / Small Business Act"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-55820581197-35","ec-person-966667b73d92624be9bb019c2baab7e52331b3d3","ec-person-284d94050a35c9079d8b1ba3f85eaf7777b5fea9"]}} -{"id":"ec-meeting-2015-04-14-013c5c2a457795e3fae01846558fa2dd487e5157","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-14 - Energy x European Committee for Standardization European Committee for Electrotechnical Standardization"],"date":["2015-04-14"],"summary":["Smart cities"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-58258552517-56","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e","eu-tr-63623305522-13"]}} -{"id":"ec-meeting-2015-04-14-0290de9b389834150d04ee48d1614b9d48cc3400","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-14 - Cabinet of Vice-President Miguel Arias Cañete x Terna spa"],"date":["2015-04-14"],"summary":["Energy Union"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-937812815077-68","ec-person-25a937c04cd0a0ddcf5cf34798e76b5105854114"]}} -{"id":"ec-meeting-2015-04-14-035bff373adae8e8a3853c87a32fc4c0893b2c33","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-14 - Cabinet of Vice-President Andrus Ansip x IFPI Representing recording industry worldwide"],"date":["2015-04-14"],"summary":["Copyright, value gap"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-60394321918-91","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45","ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0"]}} -{"id":"ec-meeting-2015-04-14-04dfaea334eeaefd4b3380b280ecb1135da4b4ec","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-14 - Inspire, Debate, Engage and Accelerate Action x Bertelsmann Stiftung"],"date":["2015-04-14"],"summary":["Meeting with Bertelsmann Stiftung CEO"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-dg-idea"],"involved":["eu-tr-13571025706-27","ec-person-4fe56a64c00b3e81c851b5538878b32481bd7d3c"]}} -{"id":"ec-meeting-2015-04-14-06214cd79603d8c9a21cf83fdfa7b331598389ce","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-14 - Cabinet of Commissioner Elżbieta Bieńkowska x Raytheon Technologies"],"date":["2015-04-14"],"summary":["Introductory meeting"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-87564644126-75","ec-person-b2f9be51339f054477846797e2c119fcf16548fc"]}} -{"id":"ec-meeting-2015-04-14-1b53149a2649eb6f7008ad505381270f03408695","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-14 - Cabinet of Commissioner Violeta Bulc x Etihad Airways"],"date":["2015-04-14"],"summary":["Meeting Commissioner Bulc"],"notes":["Portfolio: Transport"],"location":["Brussels, Belguim"],"address":["Brussels, Belguim"],"addressEntity":["addr-84b5e5f38d43901e13b15f0c7dd8b408c954fd9b"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-4d2b449b5047ea3fda435a2a1c1081e3babcdf76","ec-person-5012c5e45a52ee8ce67d19c1781a127af53e73e7","eu-tr-142277315551-86","ec-person-d710a614b1b0eabb6d73a2d665b82f6514a3fdb8"]}} -{"id":"ec-meeting-2015-04-14-1c4588cee9ea8d6836dbe572a38bd0d511c9af72","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-14 - Cabinet of President Jean-Claude Juncker x HERMES INTERNATIONAL"],"date":["2015-04-14"],"summary":["Digital Single Market"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-44a061693f35519551be0e3dab996e76ad3f8c7c","eu-tr-919484116074-16"]}} -{"id":"ec-meeting-2015-04-14-2437bea41db366e1f746e4d34f153979029c875e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-14 - Cabinet of Vice-President Maroš Šefčovič x Confederation of European Paper Industries"],"date":["2015-04-14"],"summary":["Energy Union"],"notes":["Portfolio: Energy Union"],"location":["BERL, Brussels"],"address":["BERL, Brussels"],"addressEntity":["addr-c1b89a719fb4c3b86c91ae01524d04183caeb9e6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-72279144480-58","ec-person-af83ed49c403cb9d7ebfecca7893f0054c1f4be5"]}} -{"id":"ec-meeting-2015-04-14-2e718b5eb6bc2b3d6b1502e6074792d3784074e1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-14 - Cabinet of Vice-President Andrus Ansip x BT Group plc"],"date":["2015-04-14"],"summary":["DSM, TSM, review of access regulation, consolidation of the telcoms sector"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-666bc159c7e65a3af9e63c1e97435c02f1496955","eu-tr-00919034091-89"]}} -{"id":"ec-meeting-2015-04-14-2ecb7c6662bffd7f466496b6245155c00909b01a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-14 - Cabinet of Vice-President Maroš Šefčovič x Manufacture Française des Pneumatiques Michelin"],"date":["2015-04-14"],"summary":["Energy Union"],"notes":["Portfolio: Energy Union"],"location":["Berlaymont, Brussels"],"address":["Berlaymont, Brussels"],"addressEntity":["addr-fc86ff6aaa2cd722afeb09a33ccd03fec72f8cd1"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-1413466815-09","ec-person-af83ed49c403cb9d7ebfecca7893f0054c1f4be5"]}} -{"id":"ec-meeting-2015-04-14-33cd753021a351953b8777b900464c7756e5f9ac","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-14 - Cabinet of Commissioner Pierre Moscovici x Manufacture Française des Pneumatiques Michelin"],"date":["2015-04-14"],"summary":["Compétitivité des entreprises européennes"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["ec-person-3cbeba61ae952f06fe4916c381438ebbc676a597","eu-tr-1413466815-09","ec-person-738f7f25002d191bd2df8936e8f8d1d726c19e2e"]}} -{"id":"ec-meeting-2015-04-14-3707ed7450fc16ee46ec45dbeab4810bb57cd87f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-14 - Energy x Manufacture Française des Pneumatiques Michelin"],"date":["2015-04-14"],"summary":["European energy policy priorities and Innovation"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-1413466815-09","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2015-04-14-3a15f042e0ba5028d091982b09d8f7f417dad63c","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2015-04-14 - Cabinet of Commissioner Christos Stylianides x Save the Children International"],"date":["2015-04-14"],"summary":["Children Protection in Emergencies","Children protection in emergencies"],"notes":["Portfolio: Humanitarian Aid & Crisis Management"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-cabinet-christos-commissioner-of-stylianides"],"involved":["eu-tr-11610562644-55","ec-person-08c677aa002baa9f95be8a2d0aa3b89875e2badf"]}} -{"id":"ec-meeting-2015-04-14-3c61471ffb6221f2346c999db858597105e34c19","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-14 - Cabinet of Commissioner Pierre Moscovici x OXFAM INTERNATIONAL EU ADVOCACY OFFICE"],"date":["2015-04-14"],"summary":["European Commission's agenda to reform corporate tax rules"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["eu-tr-46856801604-90","ec-person-738f7f25002d191bd2df8936e8f8d1d726c19e2e"]}} -{"id":"ec-meeting-2015-04-14-3d76a390247981659ba4c1eb579ac09725119f19","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-14 - Günther Oettinger x Deutsche Messe AG"],"date":["2015-04-14"],"summary":["DSM"],"location":["Hannover, Germany"],"address":["Hannover, Germany"],"addressEntity":["addr-22549ac95a10748298df15f70e0afe38b9731421"],"organizer":["ec-dg-de"],"involved":["ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0","eu-tr-55535346410-37"]}} -{"id":"ec-meeting-2015-04-14-4ec3c68fb18ce8d6098d287005ddf0b0a6fb4d5e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-14 - Cabinet of Vice-President Karmenu Vella x Fertilizers Europe"],"date":["2015-04-14"],"summary":["Circular economy, Air quality, Nitrates"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["ec-person-0188cdcf7c0a8fcf8a7b49289575f4c70fd09534","eu-tr-80788715017-29"]}} -{"id":"ec-meeting-2015-04-14-52bfe0a0a33fb42ba57460d1a3683359a9187bc6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-14 - Cabinet of Commissioner Violeta Bulc x Transat A.T. Inc"],"date":["2015-04-14"],"summary":["Aviation issues -Transat Senior Director Petsikas"],"notes":["Portfolio: Transport"],"location":["Brussels/BE"],"address":["Brussels/BE"],"addressEntity":["addr-fe4580120e578f5899b4d753b36b5313310f6173"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-724469515111-08","ec-person-d710a614b1b0eabb6d73a2d665b82f6514a3fdb8"]}} -{"id":"ec-meeting-2015-04-14-52f290a6f4320eb454ead05b76c0f229339ed8c1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-14 - Cabinet of Vice-President Johannes Hahn x Vereinigung der österreichischen Industrie - Industriellenvereinigung"],"date":["2015-04-14"],"summary":["Development of Western Balkans"],"notes":["Portfolio: European Neighbourhood Policy & Enlargement Negotiations"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-hahn-johannes-of-president-vice"],"involved":["eu-tr-89093924456-06","ec-person-8ffa69c5fdbbacf33a405e9e62a3ef920b5fcde1"]}} -{"id":"ec-meeting-2015-04-14-578370eefe079fb8049062d4e6ffc8a70f757c0e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-14 - Cabinet of Vice-President Andrus Ansip x EWE Aktiengesellschaft"],"date":["2015-04-14"],"summary":["DSM, utilities, telekom company's synergies"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-d5a309c64ecdb05010325dcfc661f6ae817f31cc","ec-person-666bc159c7e65a3af9e63c1e97435c02f1496955","eu-tr-00741337988-18"]}} -{"id":"ec-meeting-2015-04-14-632184a43cc42960eb70ce26b89eee7c5af7e78f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-14 - Cabinet of Vice-President Valdis Dombrovskis x Conseil de Coopération Economique"],"date":["2015-04-14"],"summary":["CMU"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["European Commission - Berlaymont"],"address":["European Commission - Berlaymont"],"addressEntity":["addr-8e31ed79f02baf4e8569a8862c926af22033723b"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-48f31156d932641826e09f5b73f074d35ff05786","eu-tr-260656615546-60"]}} -{"id":"ec-meeting-2015-04-14-6703d004850b429a6dcb236bc8a491c663413981","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-14 - Cabinet of First Vice-President Frans Timmermans x European Environmental Bureau"],"date":["2015-04-14"],"summary":["Circular Economy"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["BERL 10/286"],"address":["BERL 10/286"],"addressEntity":["addr-fb8936c188f53a7eb5cbd12e71c33e932fbbc6ac"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["ec-person-7a0c440119cd5d547eceebb055c79b8bb41bf9a2","eu-tr-06798511314-27"]}} -{"id":"ec-meeting-2015-04-14-67bcfac1d33abad21f57a16dff192a4eb94c7f9e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-14 - Günther Oettinger x Mercedes-Benz Group AG"],"date":["2015-04-14"],"summary":["Connected mobility"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-d8b86b98a24683917c569000ed6d8c45bedbbc00","eu-tr-2349218828-41"]}} -{"id":"ec-meeting-2015-04-14-6860fe8db051f8da44a7908f7458b575c5b974b0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-14 - Cabinet of Vice-President Maroš Šefčovič x Climate Action Network Europe"],"date":["2015-04-14"],"summary":["Energy Union Governance"],"notes":["Portfolio: Energy Union"],"location":["Brussels, BE"],"address":["Brussels, BE"],"addressEntity":["addr-bd80958a978de8af51caa97a25a75f30d0061d71"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-ea6b517040e26a62f17d2829afffeba48cfd682f","eu-tr-55888811123-49"]}} -{"id":"ec-meeting-2015-04-14-6942b512776dd7eb04033a43821062270f3fcf4f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-14 - Cabinet of Commissioner Pierre Moscovici x Alstom"],"date":["2015-04-14"],"summary":["Situation de l'entreprise"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Bruxelles"],"address":["Bruxelles"],"addressEntity":["addr-b58f5927b66d94a676970dc048485d4c6848f272"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["ec-person-3cbeba61ae952f06fe4916c381438ebbc676a597","eu-tr-43284012043-03"]}} -{"id":"ec-meeting-2015-04-14-6d60ea0fc78b8ef9191830fd7b2c7d3d56eb1648","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-14 - Climate Action x University of Cambridge Institute for Sustainability Leadership"],"date":["2015-04-14"],"summary":["ETS"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-clima"],"involved":["eu-tr-618254915321-39","ec-person-44c2f44f96dda2012bcb4e9abc749f6cae86a4c0"]}} -{"id":"ec-meeting-2015-04-14-6fc86cbe2b8ffa5f0b1db97682e882be7b5fc0ad","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2015-04-14 - Cabinet of Vice-President Andrus Ansip x Confederation of British Industry"],"date":["2015-04-14"],"summary":["Platforms","Digital Single Market"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels - EC premises","Brussels"],"address":["Brussels - EC premises","Brussels"],"addressEntity":["addr-5b89848910beb6aa111df14e65b65d35cc88444a","addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-73725676990-18","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45","ec-person-91ca0921c6790191daa54427311acd63035e7c9e"]}} -{"id":"ec-meeting-2015-04-14-7df6f47da5855156be55ef91f57601f737b2c758","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-14 - Cabinet of Commissioner Phil Hogan x Maa- ja metsätaloustuottajain Keskusliitto – Central Union of Agricultural Producers and Forest Owners"],"date":["2015-04-14"],"summary":["Permanent grassland"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-56039441735-48","ec-person-400dd8d59d3060187d9b9b143d697da1a3d03c12"]}} -{"id":"ec-meeting-2015-04-14-84157e81c4f960902d316d2eeb99cab37a7db0b2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-14 - Cabinet of Commissioner Vytenis Andriukaitis x Associazione Peacelink"],"date":["2015-04-14"],"summary":["Xyllela"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["eu-tr-566948015021-66","ec-person-d462b3c7daeee00ad55e380a7fb96819f79899df"]}} -{"id":"ec-meeting-2015-04-14-84175337de4dff57cfb9dae4f6b5c6b4a66f48e5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-14 - Cabinet of Vice-President Karmenu Vella x European Chemical Industry Council"],"date":["2015-04-14"],"summary":["Sustainable Chemistry"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["ec-person-4ff7c27445db4ad88e687776974fd8d077a1fe0c","eu-tr-64879142323-90"]}} -{"id":"ec-meeting-2015-04-14-844b39c21a555bb9e86ab2df06b307bbf0dd8b85","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-14 - Cabinet of Vice-President Jyrki Katainen x The European Organization for Packaging and the Environment"],"date":["2015-04-14"],"summary":["Circular Economy"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-0001976677-12","ec-person-0310c3b87e155f5572493e91d12eebab9736a76b"]}} -{"id":"ec-meeting-2015-04-14-84a40819f9eb4784f5300871453d6a3c587f38ab","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-14 - Cabinet of Vice-President Cecilia Malmström x Svensk Handel (Swedish Trade Federation)"],"date":["2015-04-14"],"summary":["Barriers for trade with concrete examples"],"notes":["Portfolio: Trade"],"location":["Stockholm"],"address":["Stockholm"],"addressEntity":["addr-c62ff645db3e4e4627445eafdadf5e5683415895"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-20ded9db5df11164331bb161fdf234b1e5ad53fd","eu-tr-277625014294-80"]}} -{"id":"ec-meeting-2015-04-14-8ea679ba6aaa8653e3e73383f69fc12cffa44916","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-14 - Cabinet of First Vice-President Frans Timmermans x International Federation for Human Rights CEJI - A Jewish Contribution to an Inclusive Europe European Network Against Racism European Youth Forum Forum of European Muslim Youth and Student organisations Platform of European Social NGOs Amnesty International Limited Open Society European Policy Institute"],"date":["2015-04-14"],"summary":["Annual Colloquium on the situation of fundamental rights in the EU"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Berlaymont, Brussels"],"address":["Berlaymont, Brussels"],"addressEntity":["addr-fc86ff6aaa2cd722afeb09a33ccd03fec72f8cd1"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-91044579609-70","ec-person-6d8b11c800391d9e6515bbd1b0e9d54c7da270da","ec-person-ee0e358952eb5192d26c98d36095038f6b8223f2","eu-tr-09854512780-89","eu-tr-43251547769-22","ec-person-966667b73d92624be9bb019c2baab7e52331b3d3","eu-tr-8557515321-37","eu-tr-85083981189-35","eu-tr-11063928073-34","eu-tr-97628146980-33","ec-person-f3a0db9fe3b985fb3a6665117484ee9f97b0e339","eu-tr-292913016962-90"]}} -{"id":"ec-meeting-2015-04-14-987bcf537abf247ea6d67b16aa6246790444e9d1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-14 - Cabinet of Commissioner Violeta Bulc x Association Européenne des Concessionnaires d'Autoroutes et d'Ouvrages à Péage"],"date":["2015-04-14"],"summary":["Meeting Commissioner Bulc"],"notes":["Portfolio: Transport"],"location":["Brussels, Belguim"],"address":["Brussels, Belguim"],"addressEntity":["addr-84b5e5f38d43901e13b15f0c7dd8b408c954fd9b"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-76903725494-68","ec-person-4d2b449b5047ea3fda435a2a1c1081e3babcdf76","ec-person-dd7851e4a1e747e824b4f81139e33bc3cdb73160"]}} -{"id":"ec-meeting-2015-04-14-a54ba5e520ec9b2227b6716ad3f13e6b4396c8a0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-14 - Cabinet of Commissioner Pierre Moscovici x La Française des Jeux G Plus Ltd (t/a Portland)"],"date":["2015-04-14"],"summary":["Initiatives de la Commission dans le secteur des jeux et des paris"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["eu-tr-7223777790-86","eu-tr-14184846326-23","ec-person-738f7f25002d191bd2df8936e8f8d1d726c19e2e"]}} -{"id":"ec-meeting-2015-04-14-ae0b5693b2402d352bfba7692ef560e164d55d7a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-14 - Cabinet of Vice-President Andrus Ansip x Computer & Communications Industry Association"],"date":["2015-04-14"],"summary":["Digital Single Market"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-15987896534-82","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45","ec-person-91ca0921c6790191daa54427311acd63035e7c9e"]}} -{"id":"ec-meeting-2015-04-14-b8c96202055fb8e0b6653c829ba4c950dc97e312","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-14 - Cabinet of First Vice-President Frans Timmermans x Federatie Nederlandse Vakbeweging"],"date":["2015-04-14"],"summary":["Better regulation and social dialogue"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["ec-person-966667b73d92624be9bb019c2baab7e52331b3d3","eu-tr-848077116912-21"]}} -{"id":"ec-meeting-2015-04-14-badf05dfa15b5eec4775db5d2e3a0799e080a2ae","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-14 - Mobility and Transport x Volvo AB"],"date":["2015-04-14"],"summary":["Safety and environmental performance, Urban mobility"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-move"],"involved":["ec-person-d856b0f199c84d5b5003106bea2ee6d0392e2428","eu-tr-51773601133-57"]}} -{"id":"ec-meeting-2015-04-14-bbe2a7774726091b97ed7c2d4abdffa67fcacf2e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-14 - Cabinet of Commissioner Phil Hogan x Yelp Yelp"],"date":["2015-04-14"],"summary":["The Commission's ongling Google antitrust investigations"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-a985b9a03cb4f9af4f2f97583d8f92fb71579572","eu-tr-173076213280-06"]}} -{"id":"ec-meeting-2015-04-14-c569d7486660441085a78e4dc179746918316e9f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-14 - Cabinet of Commissioner Marianne Thyssen x Bertelsmann Stiftung"],"date":["2015-04-14"],"summary":["EU employment and social policy"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["ec-person-c508e9337eca6b067c1f966b82de49c4824a3ad0","eu-tr-13571025706-27","ec-person-7567514af00f139b390cf9864d28a090ca0fde25"]}} -{"id":"ec-meeting-2015-04-14-cbdf105141ae7357570eea6a0876e2eaabc76bfc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-14 - Mobility and Transport x European Cyclists' Federation"],"date":["2015-04-14"],"summary":["Transport White Paper, Urban Mobility Policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-move"],"involved":["eu-tr-28451455737-18","ec-person-d856b0f199c84d5b5003106bea2ee6d0392e2428"]}} -{"id":"ec-meeting-2015-04-14-d6a6c7abe044956e3d54c4924d7dc2bb83cee040","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-14 - Cabinet of Vice-President Jyrki Katainen x Fertilizers Europe"],"date":["2015-04-14"],"summary":["Energy Union"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-f9208d930adc70c6c64e21701e48f85f6f18e949","eu-tr-80788715017-29"]}} -{"id":"ec-meeting-2015-04-14-dc51cb782056329880d71511696c7cc900c1925b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-14 - Cabinet of Commissioner Jonathan Hill x Insurance Europe"],"date":["2015-04-14"],"summary":["Financial Policy"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["ec-person-a9f927e92126f22da48d08ee37b059179988ada8","eu-tr-33213703459-54"]}} -{"id":"ec-meeting-2015-04-14-e9c30aa5753829fb5172d9f24f033cfcf7e77ae0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-14 - Energy x Alstom"],"date":["2015-04-14"],"summary":["European Energy Policy priorities"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["ec-person-6997149120ce5129e38febe5275dc8fd03232d2e","eu-tr-43284012043-03"]}} -{"id":"ec-meeting-2015-04-14-eec8b7b533364d229b49f97b1b91328865b0bcfb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-14 - Cabinet of President Jean-Claude Juncker x UNI MEI Global Union International Federation of Actors"],"date":["2015-04-14"],"summary":["Digital Single Market"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-82864476764-79","ec-person-44a061693f35519551be0e3dab996e76ad3f8c7c","eu-tr-24070646198-51"]}} -{"id":"ec-meeting-2015-04-14-f06fe599edac63578c7863635cc58be3ed838028","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-14 - Cabinet of Commissioner Tibor Navracsics x La Française des Jeux"],"date":["2015-04-14"],"summary":["Fight against match-fixing"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-49f31dad10f5641cb1d1e4c3107dd838389e8120","eu-tr-14184846326-23"]}} -{"id":"ec-meeting-2015-04-15-01b48bf4f92a81760133c9772f484e9204b246c5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-15 - Mobility and Transport x Dentons Global Advisors Europe SA"],"date":["2015-04-15"],"summary":["External Aviation Policy, introduction to Transat"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-move"],"involved":["ec-person-d856b0f199c84d5b5003106bea2ee6d0392e2428","eu-tr-7028457765-59"]}} -{"id":"ec-meeting-2015-04-15-035d1d723b7dd6abaf6ae8cd7739cb92a3400e6f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-15 - Cabinet of Vice-President Neven Mimica x Egaé, d'égal à égale"],"date":["2015-04-15"],"summary":["Presentation of the Groupe Egalis and exchange of views with regard to future collaboration"],"notes":["Portfolio: International Cooperation & Development"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-mimica-neven-of-president-vice"],"involved":["ec-person-b187f3955c71d2e1daa48e02fd0a09ab7c6f6098","eu-tr-758300816447-45"]}} -{"id":"ec-meeting-2015-04-15-0ad5debe38a9186ff297186b69fff9a49bd6463c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-15 - Cabinet of Commissioner Margrethe Vestager x European Telecommunications Network Operators' Association"],"date":["2015-04-15"],"summary":["Developments in European Telecoms Market"],"notes":["Portfolio: Competition"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-margrethe-of-vestager"],"involved":["ec-person-947ab3027ba90ce15968614ce35c12506b7a43ac","eu-tr-08957111909-85"]}} -{"id":"ec-meeting-2015-04-15-1213ad1053220bec1aa501562bc69f1cca88d617","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-15 - Cabinet of Vice-President Karmenu Vella x Deutscher Bauernverband"],"date":["2015-04-15"],"summary":["NEC directive"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["ec-person-0188cdcf7c0a8fcf8a7b49289575f4c70fd09534","eu-tr-73085531345-65"]}} -{"id":"ec-meeting-2015-04-15-12db5ef7f1f1b0aa2f095411247f0a5dbb09cc2e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-15 - Cabinet of Vice-President Jyrki Katainen x Reuse and Recycling European Union Social Enterprises"],"date":["2015-04-15"],"summary":["Circular Economy"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-0310c3b87e155f5572493e91d12eebab9736a76b","eu-tr-05052317999-60"]}} -{"id":"ec-meeting-2015-04-15-17f55556d379711cda1922546b633c7b26ea8f18","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-15 - Günther Oettinger x European Publishers Council"],"date":["2015-04-15"],"summary":["Copyright / DSM"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-4cd59e13386e3b68ecb3611fcc579e0a0a3938a5","eu-tr-4456380381-30"]}} -{"id":"ec-meeting-2015-04-15-184c94f4d8474908191e6f1c12646fd5e916bb2b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-15 - Günther Oettinger x Adobe Systems Benelux bv"],"date":["2015-04-15"],"summary":["GDPR"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-5652698e8f7b4a189329e67fddbaff44dbe8658c","eu-tr-575371411483-96"]}} -{"id":"ec-meeting-2015-04-15-1965eebbd276795505427a2b0964f705da7bf29f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-15 - Cabinet of First Vice-President Frans Timmermans x British Bankers' Association"],"date":["2015-04-15"],"summary":["Financial services"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-5897733662-75","ec-person-4076aef8226bd451277bfd5135aa27d63b2ac548"]}} -{"id":"ec-meeting-2015-04-15-19e47a655591d014d844d952f89022d672a43985","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-15 - Cabinet of Vice-President Maroš Šefčovič x EuroCommerce"],"date":["2015-04-15"],"summary":["Energy Union"],"notes":["Portfolio: Energy Union"],"location":["BERL, Brussels"],"address":["BERL, Brussels"],"addressEntity":["addr-c1b89a719fb4c3b86c91ae01524d04183caeb9e6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-84973761187-60","ec-person-af83ed49c403cb9d7ebfecca7893f0054c1f4be5"]}} -{"id":"ec-meeting-2015-04-15-29166d8c0636a432e0d47b75613f58ce050182e1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-15 - Cabinet of Commissioner Phil Hogan x CONFAGRICOLTURA EMILIA-ROMAGNA"],"date":["2015-04-15"],"summary":["A first exchange on the organization of a possible meeting between Commissioner Hogan and Confagricoltura's President, Mario Guidi, at Expo Milan in the next months; we would also like to touch upon some aspects of the CAP implementation process"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["BERL 08/323"],"address":["BERL 08/323"],"addressEntity":["addr-81cf2e873861051667b0d7f6084c1d3163e5afea"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-36395803420-35","ec-person-428cf365f3847d04012831ef2642a1a69aed518d"]}} -{"id":"ec-meeting-2015-04-15-2f41b5d1dfc57da6d8827bc4a74b3676a74cb255","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-15 - Günther Oettinger x AT&T, Inc."],"date":["2015-04-15"],"summary":["DSM"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-4cd59e13386e3b68ecb3611fcc579e0a0a3938a5","eu-tr-92442218459-37"]}} -{"id":"ec-meeting-2015-04-15-378cd0d3322c84aeb6d653ce7171f1f53429aa30","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-15 - Cabinet of Commissioner Pierre Moscovici x Schweizerische Bankiervereinigung"],"date":["2015-04-15"],"summary":["Développements récents les plus significatifs de la fiscalité au sein de l’UE"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["eu-tr-880304716184-26","ec-person-738f7f25002d191bd2df8936e8f8d1d726c19e2e"]}} -{"id":"ec-meeting-2015-04-15-37b1f591709df6139cd70edde1e0c4878c3aa38a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-15 - Günther Oettinger x NOVE Applied Materials"],"date":["2015-04-15"],"summary":["DSM"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-4cd59e13386e3b68ecb3611fcc579e0a0a3938a5","eu-tr-522122412613-18","eu-tr-68030579311-05"]}} -{"id":"ec-meeting-2015-04-15-3c1075e64fb344c00c5463a34146fa57126ef594","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-15 - Cabinet of High Representative / Vice-President Federica Mogherini x Médecins Sans Frontières"],"date":["2015-04-15"],"summary":["Humanitarian situation in wider Middle east"],"notes":["Portfolio: Foreign Affairs and Security Policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"involved":["ec-person-4f2bf88ad14d12976aecc7694a057ab90b7a81d2","eu-tr-38497857515-11"]}} -{"id":"ec-meeting-2015-04-15-483097c7949b545c49d8e2af09bfa34f36926eb8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-15 - Cabinet of Commissioner Jonathan Hill x British Bankers' Association"],"date":["2015-04-15"],"summary":["Financial Plolicy"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["ec-person-a9f927e92126f22da48d08ee37b059179988ada8","eu-tr-5897733662-75"]}} -{"id":"ec-meeting-2015-04-15-5bc677b82134739a56f027c78922eeb8a99d0916","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-15 - Health and Food Safety x ARCHE NOAH, Gesellschaft für die Erhaltung der Kulturpflanzenvielfalt und ihre Entwicklung"],"date":["2015-04-15"],"summary":["Seeds"],"location":["Brussels, BELGIUM"],"address":["Brussels, BELGIUM"],"addressEntity":["addr-51f5a2f6fcff058db310886dd5b7a3c5b9234d29"],"organizer":["ec-dg-sante"],"involved":["eu-tr-50668704394-89","ec-person-e6c752b8c9246ee8246c3dde21cfd79f9c4d2d19"]}} -{"id":"ec-meeting-2015-04-15-5c956a223c673b5b9eb0f5e36dcb6188f4cdcf97","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-15 - Günther Oettinger x Vodafone Belgium SA"],"date":["2015-04-15"],"summary":["DSM"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-90142503473-81","ec-person-c6cae64cc7dc787b66a47ab1613d3e922875b971"]}} -{"id":"ec-meeting-2015-04-15-5e189bcc63d0c561eaa85cf0aebecb718c2f8bb9","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2015-04-15 - Günther Oettinger x Confederation of British Industry Confederation of British Industry"],"date":["2015-04-15"],"summary":["DSM"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-4cd59e13386e3b68ecb3611fcc579e0a0a3938a5","eu-tr-73725676990-18","ec-person-c6cae64cc7dc787b66a47ab1613d3e922875b971"]}} -{"id":"ec-meeting-2015-04-15-622acb7be4032d65047c9aa08536ef2f602616a8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-15 - Günther Oettinger x None"],"date":["2015-04-15"],"summary":["Industry 4.0, DSM"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0"]}} -{"id":"ec-meeting-2015-04-15-65f88e661ec8d822ff2c8893056f344b2c34e993","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-15 - Informatics x Oracle"],"date":["2015-04-15"],"summary":["Innovative tools and infrastructure solutions"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-digit"],"involved":["ec-person-0098ceaf3507dfdf0d7f020be9785ac3453b4913","eu-tr-25955391451-88"]}} -{"id":"ec-meeting-2015-04-15-67c7e42bcdfe386fcd008c8bc7f9edfc4e3767be","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-15 - Internal Market, Industry, Entrepreneurship and SMEs x Cercle International Diplomatique et Consulaire"],"date":["2015-04-15"],"summary":["EUROPEAN ECONOMIC DIPLOMACY"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-grow"],"involved":["ec-person-9f3f9b58a22cf98d55521b290d1facc431bdce86","eu-tr-318039316189-97"]}} -{"id":"ec-meeting-2015-04-15-6cfaba540e5843b0446106b042f29f670b39c9b6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-15 - Cabinet of First Vice-President Frans Timmermans x Reuse and Recycling European Union Social Enterprises"],"date":["2015-04-15"],"summary":["Circular Economy"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["BERL 8/275"],"address":["BERL 8/275"],"addressEntity":["addr-3ae1ca252351d2bc20aeeab8c5d3e0f1e0122c14"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["ec-person-7a0c440119cd5d547eceebb055c79b8bb41bf9a2","eu-tr-05052317999-60"]}} -{"id":"ec-meeting-2015-04-15-6f8eb35f9ebe602f320775fa3f202110b036e74f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-15 - Cabinet of Commissioner Elżbieta Bieńkowska x Confederation of Swedish Enterprise"],"date":["2015-04-15"],"summary":["Tourism"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-39912257528-48","ec-person-b2f9be51339f054477846797e2c119fcf16548fc","ec-person-3d55409fa049ff6b397a9afc2fcc21bc7c409f0d"]}} -{"id":"ec-meeting-2015-04-15-70ba16603a56f57ecaa09b69941ccc0bdd0e9f28","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-15 - Cabinet of Vice-President Jyrki Katainen x British Bankers' Association"],"date":["2015-04-15"],"summary":["BBA’s Annual EU Reception"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-5897733662-75","ec-person-7c9460f99c5872dbdc561f5752401c870d12e98b"]}} -{"id":"ec-meeting-2015-04-15-75f1f9cfd7ba3388dd97b5542a48d92ca15ca9b9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-15 - Cabinet of Vice-President Cecilia Malmström x European Steel Tube Association"],"date":["2015-04-15"],"summary":["Trade Defence Instruments"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-52986552165-55","ec-person-591ec829ca734bcfe59a2c9c7f07f9dff22a0ea9"]}} -{"id":"ec-meeting-2015-04-15-8bac7752f50550e35ad92af1bb6655160b38afe5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-15 - Mobility and Transport x Union des Transports Publics et ferroviaires"],"date":["2015-04-15"],"summary":["Urban and rail transport, 4th Railway Package, White Paper"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-move"],"involved":["eu-tr-50629161801-61","ec-person-d856b0f199c84d5b5003106bea2ee6d0392e2428"]}} -{"id":"ec-meeting-2015-04-15-936d8bb516c224fd6fa5f5085c99431c02d05338","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-15 - Cabinet of Vice-President Andrus Ansip x European Policy Centre"],"date":["2015-04-15"],"summary":["Event EPC Policy Dialogue: \"How can the EU achieve a successful and ambitious copyright reform?\""],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-89632641000-47","ec-person-6a03bc4fa7657513ea34529e98dba0671ef4c849","ec-person-91ca0921c6790191daa54427311acd63035e7c9e"]}} -{"id":"ec-meeting-2015-04-15-94f574b6a86970dcf536d7658fa58ab22e510e83","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-15 - Cabinet of Vice-President Miguel Arias Cañete x Energy Technologies Europe"],"date":["2015-04-15"],"summary":["Export Credit Support for coal-fired power plants"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-18146381379-29","ec-person-2229c857664a22dcb8eee79a8c05841fd3d0924f"]}} -{"id":"ec-meeting-2015-04-15-980baf79b6ed852d2d985223e21b4df29c1a7464","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-15 - Günther Oettinger x APPLiA (Home Appliance Europe)"],"date":["2015-04-15"],"summary":["DSM"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-c6cae64cc7dc787b66a47ab1613d3e922875b971","eu-tr-04201463642-88"]}} -{"id":"ec-meeting-2015-04-15-9dee1b0bd046d5f186608aee4136d3521a423874","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-15 - Günther Oettinger x Spitzenorganisation der Filmwirtschaft e.V."],"date":["2015-04-15"],"summary":["DSM"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-dg-de"],"involved":["eu-tr-314741112399-87","ec-person-49723482bb23d029cbfc010cb37eec7392a0ae02"]}} -{"id":"ec-meeting-2015-04-15-a30c707628f97abc5ddef9f2728f4095d23c6962","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-15 - Cabinet of Vice-President Andrus Ansip x EBU-UER (European Broadcasting Union)"],"date":["2015-04-15"],"summary":["Copyright, audiovisual media"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-93288301615-56","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45","ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0"]}} -{"id":"ec-meeting-2015-04-15-a49640e24d5133891db4b660ce7db7e3d0ffa3aa","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-15 - Cabinet of Commissioner Jonathan Hill x Passerelle EU"],"date":["2015-04-15"],"summary":["Financial Services Policy"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["eu-tr-749680914888-07","ec-person-03cf92829e273869bfbd8bbf4f1881dcd0848186"]}} -{"id":"ec-meeting-2015-04-15-a92479a2fddb23c62924f265e4249b90c7528946","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-15 - Cabinet of Commissioner Phil Hogan x SEKAB BioFuels & Chemicals"],"date":["2015-04-15"],"summary":["Bio chemical production"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-233421916902-48","ec-person-ff8342dedc26701400fcb7dcf73fbee50a837ac6"]}} -{"id":"ec-meeting-2015-04-15-bd25b54521ceec80f57ec01a376a5bd5648d8e9f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-15 - Cabinet of First Vice-President Frans Timmermans x MEHTIYEVA Kamalia"],"date":["2015-04-15"],"summary":["Challenges in mutual recognition in criminal law"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Berlaymont, Brussels"],"address":["Berlaymont, Brussels"],"addressEntity":["addr-fc86ff6aaa2cd722afeb09a33ccd03fec72f8cd1"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["ec-person-ee0e358952eb5192d26c98d36095038f6b8223f2","eu-tr-274870116778-55"]}} -{"id":"ec-meeting-2015-04-15-bd691e8d8d2993eead08dc2e23a9ac9c6df28a87","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-15 - Günther Oettinger x IFPI Danmark"],"date":["2015-04-15"],"summary":["copyright"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-dg-de"],"involved":["ec-person-49723482bb23d029cbfc010cb37eec7392a0ae02","eu-tr-683912417168-75"]}} -{"id":"ec-meeting-2015-04-15-c423b19abc083ac741574529e6fae9324e3407ca","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-15 - Internal Market, Industry, Entrepreneurship and SMEs x Club de Marketing de Navarra"],"date":["2015-04-15"],"summary":["SME ACCESS TO FINANCE"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-grow"],"involved":["ec-person-9f3f9b58a22cf98d55521b290d1facc431bdce86","eu-tr-883821916763-56"]}} -{"id":"ec-meeting-2015-04-15-c88e4e0b55f4b12615ff27d50a56b08e7e3912a1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-15 - Cabinet of Vice-President Jyrki Katainen x Gesamtverband der Deutschen Versicherungswirtschaft e.V."],"date":["2015-04-15"],"summary":["Investment initiative + Solvency II"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-6437280268-55","ec-person-88d71b399a3e13a243bdc4676e481835e8e5b2f2"]}} -{"id":"ec-meeting-2015-04-15-c8d9b7c7bc20c4aa31f74750c6d5266b55204c4b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-15 - Cabinet of Commissioner Jonathan Hill x HSBC Holdings PLC"],"date":["2015-04-15"],"summary":["Financing Growth"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["eu-tr-001866415031-87","ec-person-5e8e66c5b37cfc1f9272932bf8e12f4b28d1160a"]}} -{"id":"ec-meeting-2015-04-15-cf7843a4bfab1ccef3791ab85561980727b54559","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-15 - Cabinet of Commissioner Jonathan Hill x S&P Global"],"date":["2015-04-15"],"summary":["Benchmark Regulation"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["eu-tr-319148015141-55","ec-person-5e8e66c5b37cfc1f9272932bf8e12f4b28d1160a"]}} -{"id":"ec-meeting-2015-04-15-d21e4d7df83e7c8c3d96a99c543dc7f0de01fef0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-15 - Cabinet of Commissioner Carlos Moedas x Lindau Nobel Laureate Meetings"],"date":["2015-04-15"],"summary":["Preparation of the 2015 Lindau Meeting/ financing"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["eu-tr-600822715241-51","ec-person-23980b2bc4fd9c82051d0f7888dc236b2f764866"]}} -{"id":"ec-meeting-2015-04-15-d9450d9b55668658cc16f14fd29fdd7750283142","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-15 - Cabinet of Vice-President Maroš Šefčovič x European Network of Transmission System Operators for Electricity"],"date":["2015-04-15"],"summary":["Energy Union"],"notes":["Portfolio: Energy Union"],"location":["ENTSO, Brussels"],"address":["ENTSO, Brussels"],"addressEntity":["addr-f884d1e4bdb042bd6655b541201f2f7e9978437e"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-25805148045-87","ec-person-af83ed49c403cb9d7ebfecca7893f0054c1f4be5"]}} -{"id":"ec-meeting-2015-04-15-d984ef0ed3e8dcaa902dfaa74b7839e0fa63f1ac","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-15 - Cabinet of Vice-President Karmenu Vella x Reuse and Recycling European Union Social Enterprises"],"date":["2015-04-15"],"summary":["Circular Economy"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["ec-person-4ff7c27445db4ad88e687776974fd8d077a1fe0c","eu-tr-05052317999-60"]}} -{"id":"ec-meeting-2015-04-15-e769021ef566ea11d88a8b07a56d60d40d52bf21","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-15 - Cabinet of Commissioner Phil Hogan x Deutscher Naturschutzring, Dachverband der deutschen Natur-, Tier- und Umweltschutzverbände (DNR) e.V."],"date":["2015-04-15"],"summary":["Regulation on organic agriculture, Greening of the CAP – implementation in the member states and midterm review, Better regulation and administrative simplification"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["BERL 08/304"],"address":["BERL 08/304"],"addressEntity":["addr-aff09a6f822af9a7e96260c390a7e7bd5d64be8b"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-98430135820-35","ec-person-7d3caa534e5cdda6d5b949bd4b2def39356e3bec"]}} -{"id":"ec-meeting-2015-04-15-f2fe0c1047c31744e2eba2d78a23e6966a35f1b3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-15 - Cabinet of High Representative / Vice-President Federica Mogherini x None"],"date":["2015-04-15"],"summary":["Elections in Turkey"],"notes":["Portfolio: Foreign Affairs and Security Policy"],"location":["Berlaymont, Brussels"],"address":["Berlaymont, Brussels"],"addressEntity":["addr-fc86ff6aaa2cd722afeb09a33ccd03fec72f8cd1"],"organizer":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"involved":["ec-person-ffe369688b1df8f09154d965f094473d619d72e0"]}} -{"id":"ec-meeting-2015-04-15-fa1134988cc3706562263a97ff9ce580b08ee684","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-15 - Cabinet of Vice-President Jyrki Katainen x None"],"date":["2015-04-15"],"summary":["Bristol-Myers Squibb"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-f9208d930adc70c6c64e21701e48f85f6f18e949"]}} -{"id":"ec-meeting-2015-04-15-fd867093ec7b1ef7b8fa7e83570cd523714c7d06","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-15 - Cabinet of Commissioner Jonathan Hill x Schweizerische Bankiervereinigung"],"date":["2015-04-15"],"summary":["Introductory Meeting"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["eu-tr-880304716184-26","ec-person-f247edfcff54d4f26fc10769f809c92bc72d6797"]}} -{"id":"ec-meeting-2015-04-16-0a244953af428bb75cf71caac2ae79c3cf583a78","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-16 - Cabinet of Commissioner Jonathan Hill x Global Reporting Initiative"],"date":["2015-04-16"],"summary":["Non-financial reporting"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Belgium, Brussels, BERL"],"address":["Belgium, Brussels, BERL"],"addressEntity":["addr-afebf85a436897fe5234b2ac0d00a1ddc4c9dd27"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["eu-tr-01437575131-45","ec-person-f247edfcff54d4f26fc10769f809c92bc72d6797"]}} -{"id":"ec-meeting-2015-04-16-0dd5bc13db787c57e3bcc4a098a61815e45e934e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-16 - Günther Oettinger x Liberty Global Corporate B.V."],"date":["2015-04-16"],"summary":["DSM"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-4cd59e13386e3b68ecb3611fcc579e0a0a3938a5","eu-tr-82853397708-89"]}} -{"id":"ec-meeting-2015-04-16-1cf57f5da49350ca56e554655adefb4c80e8997e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-16 - Cabinet of Commissioner Margrethe Vestager x Elektrizitätswerke Schönau Vertriebs GmbH"],"date":["2015-04-16"],"summary":["EU energy and State aid policy, with a focus on nuclear energy"],"notes":["Portfolio: Competition"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-margrethe-of-vestager"],"involved":["eu-tr-457976415644-63","ec-person-2e96673ec2acdfc668f6970535551f9afa1f8729"]}} -{"id":"ec-meeting-2015-04-16-1e66f2fb94cb2b9f009bc248350e82b0f91d4e37","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-16 - Cabinet of Commissioner Elżbieta Bieńkowska x Ford Motor Company"],"date":["2015-04-16"],"summary":["Introductory meeting"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["ec-person-b2f9be51339f054477846797e2c119fcf16548fc","eu-tr-21851435137-02","ec-person-3d55409fa049ff6b397a9afc2fcc21bc7c409f0d","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2015-04-16-27ab80a8b629022f2a015e60c7297b1e663fd719","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-16 - Cabinet of Vice-President Miguel Arias Cañete x Iberian Gas Hub (Sociedad Bilbao Gas Hub)"],"date":["2015-04-16"],"summary":["Introductory meeting and gas market in Spain"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-1831691c10441c5974327bbeb8693d6b6c1e50c3","eu-tr-375983716326-74","ec-person-2229c857664a22dcb8eee79a8c05841fd3d0924f"]}} -{"id":"ec-meeting-2015-04-16-2b53fe031067dca734251762db9c323c312385e7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-16 - Cabinet of President Jean-Claude Juncker x Deutscher Naturschutzring, Dachverband der deutschen Natur-, Tier- und Umweltschutzverbände (DNR) e.V."],"date":["2015-04-16"],"summary":["Climate Action and Energy Union"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-98430135820-35","ec-person-b1bf9aa5fb7e886441ff341b657cc482b64a2a3e"]}} -{"id":"ec-meeting-2015-04-16-2c4fa3f29feee02fe9b51d74a58f11ac8ba5facc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-16 - Günther Oettinger x DIGITALEUROPE"],"date":["2015-04-16"],"summary":["copyright"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-dg-de"],"involved":["eu-tr-64270747023-20","ec-person-49723482bb23d029cbfc010cb37eec7392a0ae02"]}} -{"id":"ec-meeting-2015-04-16-35c14a099698dc0aa46443b7ea34d708b2c52e81","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-16 - Günther Oettinger x PwCIL"],"date":["2015-04-16"],"summary":["DSM"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-4cd59e13386e3b68ecb3611fcc579e0a0a3938a5","eu-tr-60402754518-05"]}} -{"id":"ec-meeting-2015-04-16-3633494ac0c61fa433e8fb597ed716551ee9f06b","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2015-04-16 - Cabinet of Commissioner Elżbieta Bieńkowska x Verband Deutscher Maschinen- und Anlagenbau e.V."],"date":["2015-04-16"],"summary":["Introductory meeting","Present the association - intro meeting"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Berlaymont, Brussels, Belgium"],"address":["Berlaymont, Brussels, Belgium"],"addressEntity":["addr-0b7010ac7abf438645eacd50af3009b1252cd7a6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-9765362691-45","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2015-04-16-36743156e0942bc9c08023f2c6b9554e95c3a34f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-16 - Cabinet of Commissioner Jonathan Hill x Rolls-Royce plc"],"date":["2015-04-16"],"summary":["Financial Services Policy"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["eu-tr-58290033126-06","ec-person-f247edfcff54d4f26fc10769f809c92bc72d6797"]}} -{"id":"ec-meeting-2015-04-16-39f4712a803c9615538dbcc448c602f1d9a09aec","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-16 - Cabinet of Vice-President Andrus Ansip x Broadcast Networks Europe"],"date":["2015-04-16"],"summary":["Sprectrum policies, 700MHz"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-666bc159c7e65a3af9e63c1e97435c02f1496955","eu-tr-298887016981-26"]}} -{"id":"ec-meeting-2015-04-16-42d411cb70c5f5bb40f79eae68ecd8dc60bdfe75","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-16 - Cabinet of Commissioner Jonathan Hill x GrahamBishop.com"],"date":["2015-04-16"],"summary":["Introductory Meeting"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["eu-tr-078328215796-36","ec-person-5e8e66c5b37cfc1f9272932bf8e12f4b28d1160a"]}} -{"id":"ec-meeting-2015-04-16-452e8b0e8735dd041adcc925b18776f57760b0a4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-16 - Günther Oettinger x Amazon Europe Core SARL"],"date":["2015-04-16"],"summary":["DSM"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-c6cae64cc7dc787b66a47ab1613d3e922875b971","eu-tr-366117914426-10"]}} -{"id":"ec-meeting-2015-04-16-495d6c01afb37302cd52b14db801994645b4290a","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2015-04-16 - Cabinet of Vice-President Jyrki Katainen x Rolls-Royce plc"],"date":["2015-04-16"],"summary":["Investment Plan","Business opportunities in Europe"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-f9208d930adc70c6c64e21701e48f85f6f18e949","ec-person-7c9460f99c5872dbdc561f5752401c870d12e98b","eu-tr-58290033126-06"]}} -{"id":"ec-meeting-2015-04-16-560b9c42a90c20607e5b87184f3a5cebda428c37","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2015-04-16 - Cabinet of Vice-President Valdis Dombrovskis x British Bankers' Association"],"date":["2015-04-16"],"summary":["Capital Markets Union","General financial services"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-5897733662-75","ec-person-3f9ca71b74344417d1f072ba7f3e2f09a223b036"]}} -{"id":"ec-meeting-2015-04-16-56e5d89aa022ea314417aa533b8beb95a8a4b051","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-16 - Cabinet of Commissioner Margrethe Vestager x EnBW Energie Baden-Württemberg AG"],"date":["2015-04-16"],"summary":["EU energy and State aid policy"],"notes":["Portfolio: Competition"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-margrethe-of-vestager"],"involved":["ec-person-2e96673ec2acdfc668f6970535551f9afa1f8729","eu-tr-13324391892-74"]}} -{"id":"ec-meeting-2015-04-16-5a688705c14e64ca5f5355a7c4e5bc0b1a1cabf1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-16 - Cabinet of Commissioner Phil Hogan x McDonald’s Global Franchising Limited"],"date":["2015-04-16"],"summary":["Short supply chains, the McDonald’s Agricultural Assistance Programme to monitor and manage traceability, food safety, quality, animal welfare and sustainability"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-a985b9a03cb4f9af4f2f97583d8f92fb71579572","eu-tr-3830179837-87"]}} -{"id":"ec-meeting-2015-04-16-60af3239c2655b115de38889f08beadccb97f410","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-16 - Cabinet of President Jean-Claude Juncker x British Bankers' Association"],"date":["2015-04-16"],"summary":["Jobs and Growth agenda, Capital Markets Union"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-5897733662-75","ec-person-c402e34a99fbee730ae22e3b1958e21c94dc6fcc"]}} -{"id":"ec-meeting-2015-04-16-622acb7be4032d65047c9aa08536ef2f602616a8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-16 - Günther Oettinger x None"],"date":["2015-04-16"],"summary":["DSM"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-c6cae64cc7dc787b66a47ab1613d3e922875b971"]}} -{"id":"ec-meeting-2015-04-16-7d0a13514640ab4392fb5e75470f0619c1486d89","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-16 - Cabinet of Vice-President Andrus Ansip x Association of European Public Postal Operators"],"date":["2015-04-16"],"summary":["Digital Single Market, parcel delivery, industry voluntary action"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-d5a309c64ecdb05010325dcfc661f6ae817f31cc","ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0","eu-tr-092682012915-24"]}} -{"id":"ec-meeting-2015-04-16-8588a1652e8ec706ab090f1618b0d3165618dd20","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-16 - Cabinet of Vice-President Jyrki Katainen x Samsung Electronics Europe"],"date":["2015-04-16"],"summary":["Investment Plan"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-f9208d930adc70c6c64e21701e48f85f6f18e949","eu-tr-40471017282-57"]}} -{"id":"ec-meeting-2015-04-16-8a7e191854352cc6e7a6c3eb3df1e566405eae2e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-16 - Cabinet of Commissioner Jonathan Hill x Barclays PLC"],"date":["2015-04-16"],"summary":["Financial Services Policy"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["ec-person-03cf92829e273869bfbd8bbf4f1881dcd0848186","eu-tr-72390466359-39"]}} -{"id":"ec-meeting-2015-04-16-929fce91a2c04e7f2c8ba2f1ba10dab66b638961","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-16 - Cabinet of Vice-President Valdis Dombrovskis x abrdn plc"],"date":["2015-04-16"],"summary":["Capital Markets Union"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-3f9ca71b74344417d1f072ba7f3e2f09a223b036","eu-tr-28229947613-19"]}} -{"id":"ec-meeting-2015-04-16-9894139411d53df56b80ef397dc4940b923467b5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-16 - Cabinet of Commissioner Věra Jourová x OXFAM INTERNATIONAL EU ADVOCACY OFFICE"],"date":["2015-04-16"],"summary":["Corporate social responsibility, Tax transparency"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["eu-tr-46856801604-90","ec-person-ff9ad301b778d595651cc4c46ec3a4cf1ef10376"]}} -{"id":"ec-meeting-2015-04-16-9c8e9a56d175662f30ae4f3c4bf1d37994a32fc5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-16 - Cabinet of Vice-President Andrus Ansip x GROUPE ROUSSELET"],"date":["2015-04-16"],"summary":["Urban mobility"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-709973916049-34","ec-person-d5a309c64ecdb05010325dcfc661f6ae817f31cc"]}} -{"id":"ec-meeting-2015-04-16-9e13a0c1512f9b49b3586d07b1dbc39bd51c5692","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-16 - Cabinet of First Vice-President Frans Timmermans x Orange"],"date":["2015-04-16"],"summary":["Digital Single Market"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Berlaymont, Brussels"],"address":["Berlaymont, Brussels"],"addressEntity":["addr-fc86ff6aaa2cd722afeb09a33ccd03fec72f8cd1"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-76704342721-41","ec-person-ee0e358952eb5192d26c98d36095038f6b8223f2"]}} -{"id":"ec-meeting-2015-04-16-a39569d84113aa105e2d05e38d08a2a027e04804","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-16 - Cabinet of Vice-President Andrus Ansip x Adobe Systems Benelux bv"],"date":["2015-04-16"],"summary":["standards, interoperability"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-6a03bc4fa7657513ea34529e98dba0671ef4c849","eu-tr-575371411483-96"]}} -{"id":"ec-meeting-2015-04-16-a5e286b24210aa516ccf052fd76ce3e7f545d37b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-16 - Cabinet of Vice-President Valdis Dombrovskis x Bank of America Corporation"],"date":["2015-04-16"],"summary":["Capital Markets Union – State of EU/US banking markets"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Washington"],"address":["Washington"],"addressEntity":["addr-a27a6644654593ac9e5d122b1155ff23752c8073"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-902665668634b69ce99a97f1853d89a9d1b275f2","ec-person-a9eda2e8ea54b70a968327672c6cada679d3cd56","eu-tr-53891615036-88"]}} -{"id":"ec-meeting-2015-04-16-a6cc38530cc7e273c91755775dc7570fd2e6b371","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-16 - Cabinet of Vice-President Andrus Ansip x Association of Commercial Television and Video on Demand Services in Europe"],"date":["2015-04-16"],"summary":["Copyright"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-18574111503-28","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45"]}} -{"id":"ec-meeting-2015-04-16-abbe4969d10553ca1025bb3822cc7777ce6c73f1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-16 - Cabinet of Vice-President Andrus Ansip x Confrontations Europe"],"date":["2015-04-16"],"summary":["Agenda numérique"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-5db7bdd1c81da2e70eb5b982097d0004111b5c3e","eu-tr-01995086879-32"]}} -{"id":"ec-meeting-2015-04-16-ae643a3dd85f5ddf5b660afb833d60ca678b9bd2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-16 - Directorate-General for International Partnerships x KfW Bankengruppe"],"date":["2015-04-16"],"summary":["New template for EU delegation agreements - PAGODA; Financing for Development (Meeting with Stephan Opitz, Director General of KfW Development Bank responsible for Policies and Latin-America)"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-intpa"],"involved":["ec-person-ad00e7dd980bb2a40a95c65a87f8760494546865","eu-tr-79019799690-13"]}} -{"id":"ec-meeting-2015-04-16-af179597ccec9ab064f184f57d982b931562fd7f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-16 - Cabinet of Vice-President Valdis Dombrovskis x Association for Financial Markets in Europe"],"date":["2015-04-16"],"summary":["Markets in Financial Instruments Directive"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-65110063986-76","ec-person-3f9ca71b74344417d1f072ba7f3e2f09a223b036"]}} -{"id":"ec-meeting-2015-04-16-ba5e86504943bb6e85f3ad3b48bce38698b4b1ae","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-16 - Cabinet of Commissioner Elżbieta Bieńkowska x THALES THALES"],"date":["2015-04-16"],"summary":["Defense"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["ec-person-685ecf13dd26cd515c961e24ba71049af2302c5e","ec-person-95a769a1850d7d595f9a5853c51dcbdd3ddd69fb","eu-tr-91711831031-23"]}} -{"id":"ec-meeting-2015-04-16-c5eb5c11c97e25aea820af5c379838a82c9d5315","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-16 - Cabinet of Vice-President Neven Mimica x World NGO Day Initiative's Secretariat"],"date":["2015-04-16"],"summary":["Process to reach a World NGO Day"],"notes":["Portfolio: International Cooperation & Development"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-mimica-neven-of-president-vice"],"involved":["eu-tr-971471716348-16","ec-person-e90858f5aba78fd0e1cb2f757c3f38d55d91f98b"]}} -{"id":"ec-meeting-2015-04-16-ca1b97171897e139cdede5f9c1af2722857ac474","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-16 - Cabinet of Commissioner Elżbieta Bieńkowska x European Association Automotive Suppliers"],"date":["2015-04-16"],"summary":["Automotive Industry"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-91408765797-03","ec-person-95a769a1850d7d595f9a5853c51dcbdd3ddd69fb"]}} -{"id":"ec-meeting-2015-04-16-cc9e1184275e4d6863799d9e2f22cf1929d4680b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-16 - Cabinet of Vice-President Jyrki Katainen x Turku-Southwest Finland European Office"],"date":["2015-04-16"],"summary":["Circular Economy"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-549499813585-41","ec-person-0310c3b87e155f5572493e91d12eebab9736a76b"]}} -{"id":"ec-meeting-2015-04-16-ce26264ac861d69406d017fbe2cb0901de652edd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-16 - Cabinet of Commissioner Vytenis Andriukaitis x Samsung Electronics Europe"],"date":["2015-04-16"],"summary":["e-Health"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-059ca943fc5fc696d2a97849c635ddf7b6ab7fd7","eu-tr-40471017282-57"]}} -{"id":"ec-meeting-2015-04-16-d0a2d5cceb940f723f90aaa44f29921e04e60a97","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-16 - Communications Networks, Content and Technology x European Alcohol Policy Alliance"],"date":["2015-04-16"],"summary":["Mariann Skar, Lauri Beekmann, Claude Riviere and Aleksandra Kaczmarek from Eurocare"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-01546986656-22","ec-person-3d379ff88d704acbd3444fdd59765df1225d4f9b"]}} -{"id":"ec-meeting-2015-04-16-d6c8b32b67ccf6a7b245bc6b47578827c793b9a8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-16 - Cabinet of Vice-President Cecilia Malmström x European Chemical Industry Council Weber Shandwick"],"date":["2015-04-16"],"summary":["Bio-ethanol; prospects of lowering duty"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-52836621780-65","ec-person-20ded9db5df11164331bb161fdf234b1e5ad53fd","eu-tr-64879142323-90"]}} -{"id":"ec-meeting-2015-04-16-d6e7b5209b6e25275d47ec20832b567a699ea928","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-16 - Cabinet of Commissioner Vytenis Andriukaitis x McDonald’s Global Franchising Limited"],"date":["2015-04-16"],"summary":["Food Waste and Animal Welfare"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-0dbfffeb0323f819c8d57164906086dd8639c437","eu-tr-3830179837-87"]}} -{"id":"ec-meeting-2015-04-16-eabcbfb478d2c61afa212b8a0b501d468d771b88","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-16 - Mobility and Transport x Rolls-Royce plc"],"date":["2015-04-16"],"summary":["Upcoming review of the EASA Regulation, Rolls-Royce aviation business"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-move"],"involved":["ec-person-d856b0f199c84d5b5003106bea2ee6d0392e2428","eu-tr-58290033126-06"]}} -{"id":"ec-meeting-2015-04-16-edc004277ed74bb18f8854f0ac6ece0f3f55325e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-16 - Cabinet of Commissioner Tibor Navracsics x VAUNET - Verband Privater Medien e. V."],"date":["2015-04-16"],"summary":["Digital Single Market, Copyright"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-cb6aa96c497dead35eb0f2ed0339e5423d506549","eu-tr-27085111347-65"]}} -{"id":"ec-meeting-2015-04-16-f251b9eeb6a44d02fa8c574f9016e21a773fcddf","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2015-04-16 - Cabinet of Commissioner Tibor Navracsics x Goethe-Institut e.V."],"date":["2015-04-16"],"summary":["Cooperation between the Goethe-Institut and the Cabinet/DG EAC","Meeting to discuss Cultural Diplomacy"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-cb6aa96c497dead35eb0f2ed0339e5423d506549","ec-person-4d24029a6a4b5bbdcd825e134f010bd0b384f80a","eu-tr-45963658079-77"]}} -{"id":"ec-meeting-2015-04-17-05431c9b79d46df79cbd37b2b58c8d41e06c8713","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-17 - Cabinet of Vice-President Karmenu Vella x Environmental Justice Foundation"],"date":["2015-04-17"],"summary":["Illegal, Unreported and Unregulated Fishing"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["eu-tr-817535514065-10","ec-person-2966d69fae0ea4e67f3f2df5a743cc766267d3c8"]}} -{"id":"ec-meeting-2015-04-17-101aaacd9a3ee5400175ef5e20e2393031c45fdd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-17 - Cabinet of Commissioner Elżbieta Bieńkowska x Plastics Europe"],"date":["2015-04-17"],"summary":["French suspension of the use of Bisphenol A (BPA)-based materials for packaging products"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Berlaymont, Brussels, Belgium"],"address":["Berlaymont, Brussels, Belgium"],"addressEntity":["addr-0b7010ac7abf438645eacd50af3009b1252cd7a6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-454264611835-56","ec-person-daef7f819b2f3ffe5e4f5d8eb2782954f3c4a4e2","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2015-04-17-13d921b0805f00a6c4b7384c81677c730c0a574a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-17 - Cabinet of Vice-President Maroš Šefčovič x Ecole nationale d'administration"],"date":["2015-04-17"],"summary":["Energy Union - National administration"],"notes":["Portfolio: Energy Union"],"location":["Brussels, BE"],"address":["Brussels, BE"],"addressEntity":["addr-bd80958a978de8af51caa97a25a75f30d0061d71"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-9f6823821fe68d82e9b9dbe81181ecacb0265d94","eu-tr-34699539126-16"]}} -{"id":"ec-meeting-2015-04-17-1807e15ef00161f664ffe66ab23cd4cd3f0eaa75","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-17 - Education, Youth, Sport and Culture x Fundación Ciudadanía y Valores"],"date":["2015-04-17"],"summary":["Presentation of the Foundation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-eac"],"involved":["eu-tr-229460816678-18","ec-person-4b0c15b75d9d40b5f296fc3f15972fd544f6b6d6"]}} -{"id":"ec-meeting-2015-04-17-1e01cdbf98f337e6d817ba075d114b93ea0efd2a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-17 - Cabinet of President Jean-Claude Juncker x ENGIE"],"date":["2015-04-17"],"summary":["The macroeconomic orientation of the Juncker Commission compared to the Delors Commission"],"notes":["Portfolio: President"],"location":["Brussels, Berlaymont"],"address":["Brussels, Berlaymont"],"addressEntity":["addr-2d842da4e8cf3dbd0304d45e6b874d5f0aa57edf"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-90947457424-20","ec-person-80c6995ad1cd6aefa72f1bf440b17b6d8c6dd4b8"]}} -{"id":"ec-meeting-2015-04-17-206953b34b632c6e6ec01b70b4484acec24a760b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-17 - Cabinet of President Jean-Claude Juncker x Deutsche Bank AG"],"date":["2015-04-17"],"summary":["Meeting with Luc Frieden on Jobs and Growth agenda of the new Commission"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-271912611231-56","ec-person-29c106b0461ffd79e95f0119bdd363fd3c7c3ab3"]}} -{"id":"ec-meeting-2015-04-17-277efb511565fc211e7e3eb2fd556424fb44c19a","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2015-04-17 - Günther Oettinger x Cisco Systems Inc. Cisco Systems Inc."],"date":["2015-04-17"],"summary":["Internet of Everything / digital transformation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-4cd59e13386e3b68ecb3611fcc579e0a0a3938a5","ec-person-c6cae64cc7dc787b66a47ab1613d3e922875b971","eu-tr-494613715191-85"]}} -{"id":"ec-meeting-2015-04-17-30955165f11158cf49662e9905ffbc0c90d12f0c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-17 - Cabinet of Vice-President Jyrki Katainen x Confederation of Finnish Industries EK"],"date":["2015-04-17"],"summary":["Circular Economy"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-0310c3b87e155f5572493e91d12eebab9736a76b","eu-tr-1274604847-34"]}} -{"id":"ec-meeting-2015-04-17-49e80b7adcd88b3082ed14443ec4ddaa771e08df","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-17 - Cabinet of Vice-President Andrus Ansip x American Chamber of Commerce to the European Union"],"date":["2015-04-17"],"summary":["Digital Dingle Market and digital priorities"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-91ca0921c6790191daa54427311acd63035e7c9e","ec-person-c759bd58acc54869aa8e62ce652efcda416e25c2","eu-tr-5265780509-97"]}} -{"id":"ec-meeting-2015-04-17-4e672b433cfc79ab2017a1f1f6640a4ff2ea046d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-17 - Cabinet of Vice-President Cecilia Malmström x amfori - Trade with Purpose"],"date":["2015-04-17"],"summary":["EU-Turkey customs union; problems faced retailers"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-20ded9db5df11164331bb161fdf234b1e5ad53fd","eu-tr-84768556104-35","ec-person-591ec829ca734bcfe59a2c9c7f07f9dff22a0ea9"]}} -{"id":"ec-meeting-2015-04-17-50b9ff1487e702a085d0d02f1f50d48c6f8c03d2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-17 - Cabinet of Vice-President Valdis Dombrovskis x ActionAid European Network on Debt and Development OXFAM INTERNATIONAL EU ADVOCACY OFFICE"],"date":["2015-04-17"],"summary":["Tax avoidance"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["European Commission - Berlaymont"],"address":["European Commission - Berlaymont"],"addressEntity":["addr-8e31ed79f02baf4e8569a8862c926af22033723b"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-46856801604-90","ec-person-48f31156d932641826e09f5b73f074d35ff05786","eu-tr-09136982496-09","eu-tr-85103504511-82"]}} -{"id":"ec-meeting-2015-04-17-5fd2ee5f108714bd16fd386e7bdf83d19d3f0025","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-17 - Cabinet of Vice-President Andrus Ansip x ICMP - The global voice of music publishing"],"date":["2015-04-17"],"summary":["Copyright"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-e91c5be432b6b3efdda369792fed67c20b767a45","eu-tr-65684839099-72"]}} -{"id":"ec-meeting-2015-04-17-744aed067eb78b87f72fb8ba05e88505bf4711fd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-17 - Cabinet of Commissioner Marianne Thyssen x European Construction Industry Federation EUROPEAN FEDERATION OF BUILDING AND WOODWORKERS"],"date":["2015-04-17"],"summary":["Labour mobility and social protection in the EU construction sector"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["ec-person-c508e9337eca6b067c1f966b82de49c4824a3ad0","ec-person-7567514af00f139b390cf9864d28a090ca0fde25","eu-tr-92221016212-42","eu-tr-57745478360-42"]}} -{"id":"ec-meeting-2015-04-17-85c335c1b35a035d47cc5dc083a2354d89a7df05","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-17 - Mobility and Transport x Airports Council International - European Region"],"date":["2015-04-17"],"summary":["Situation of EU Airports, Aviation Strategy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-move"],"involved":["ec-person-d856b0f199c84d5b5003106bea2ee6d0392e2428","eu-tr-42566063487-73"]}} -{"id":"ec-meeting-2015-04-17-8be78b553ee4539ea6f39b2afce38b5dac50877c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-17 - Cabinet of Commissioner Marianne Thyssen x Huawei Technologies Huawei Technologies"],"date":["2015-04-17"],"summary":["Hauwei's training programme, initiatives on skills"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["ec-person-bdb607d5d994a4056dd700f8f52d9af25b406b36","eu-tr-114467111412-38"]}} -{"id":"ec-meeting-2015-04-17-979fb48d23ab180a65398eb57ee32227392867fd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-17 - Günther Oettinger x ICMP - The global voice of music publishing"],"date":["2015-04-17"],"summary":["DSM"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-dg-de"],"involved":["ec-person-49723482bb23d029cbfc010cb37eec7392a0ae02","eu-tr-65684839099-72"]}} -{"id":"ec-meeting-2015-04-17-998fb18d9d3b93cd8c3258a10f57caf5a1b1b72a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-17 - Cabinet of Commissioner Jonathan Hill x Make UK, the manufacturers' organisation (formerly EEF)"],"date":["2015-04-17"],"summary":["Financial Services Policy"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["London"],"address":["London"],"addressEntity":["addr-4c57f0c88d9844630327623633ce269cf826ab99"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["eu-tr-014218910510-57","ec-person-f247edfcff54d4f26fc10769f809c92bc72d6797"]}} -{"id":"ec-meeting-2015-04-17-9dafb4a6c5a5193a2416beb1fe89e22debfff03c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-17 - Cabinet of Commissioner Elżbieta Bieńkowska x The Coca-Cola Company"],"date":["2015-04-17"],"summary":["Intro meeting"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Berlaymont, Brussels, Belgium"],"address":["Berlaymont, Brussels, Belgium"],"addressEntity":["addr-0b7010ac7abf438645eacd50af3009b1252cd7a6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-00475641564-03","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2015-04-17-affc601a112c681039b643249432c6ecf94bb935","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-17 - Cabinet of Vice-President Andrus Ansip x Bayerische Motoren Werke Aktiengesellschaft"],"date":["2015-04-17"],"summary":["standards, data, IoT, transport policy"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-6a03bc4fa7657513ea34529e98dba0671ef4c849","eu-tr-7193977808-18"]}} -{"id":"ec-meeting-2015-04-17-cff2bc012ba342dad7b42cd3dfec822c08f4d1a4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-17 - Cabinet of Vice-President Valdis Dombrovskis x Peterson Institute for International Economics"],"date":["2015-04-17"],"summary":["Economic priorities for Europe and the US"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Washington"],"address":["Washington"],"addressEntity":["addr-a27a6644654593ac9e5d122b1155ff23752c8073"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-513347117795-30","ec-person-b3851773e6fffa3f8f2c4483b70f7bb63da8a4c3","ec-person-a9eda2e8ea54b70a968327672c6cada679d3cd56","ec-person-902665668634b69ce99a97f1853d89a9d1b275f2","ec-person-b98fb7512c796626297f1e89a96665cbbb19188a"]}} -{"id":"ec-meeting-2015-04-17-d25bba04f6dd194d06998ef90c7781bc80af900d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-17 - Cabinet of Commissioner Marianne Thyssen x ANCRE ANCRE"],"date":["2015-04-17"],"summary":["Report on Creative Industries"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["ec-person-bdb607d5d994a4056dd700f8f52d9af25b406b36","eu-tr-56356897275-86"]}} -{"id":"ec-meeting-2015-04-17-e9237a801d16e62b4e680e759a422a9f9dee1656","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-17 - Günther Oettinger x Meta Platforms Ireland Limited and its various subsidiaries (f/k/a Facebook Ireland Limited)"],"date":["2015-04-17"],"summary":["Social media"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-4cd59e13386e3b68ecb3611fcc579e0a0a3938a5","eu-tr-28666427835-74"]}} -{"id":"ec-meeting-2015-04-17-ea54eb612378703b28580e262ac6651f2ba3c9e3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-17 - Cabinet of Commissioner Phil Hogan x Computer & Communications Industry Association"],"date":["2015-04-17"],"summary":["Digital Single Market"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-15987896534-82","ec-person-a985b9a03cb4f9af4f2f97583d8f92fb71579572"]}} -{"id":"ec-meeting-2015-04-18-97c7dbc03d229e706a850fdfd44d64a0a35620ff","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-18 - Cabinet of Vice-President Valdis Dombrovskis x Institute of International Finance"],"date":["2015-04-18"],"summary":["Financial integration of the Euro area"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Washington"],"address":["Washington"],"addressEntity":["addr-a27a6644654593ac9e5d122b1155ff23752c8073"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-48714858158-06","ec-person-b3851773e6fffa3f8f2c4483b70f7bb63da8a4c3","ec-person-a9eda2e8ea54b70a968327672c6cada679d3cd56","ec-person-902665668634b69ce99a97f1853d89a9d1b275f2","ec-person-b98fb7512c796626297f1e89a96665cbbb19188a"]}} -{"id":"ec-meeting-2015-04-20-01ca441c31d93cbc58204a5e59681eed63c9c96e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-20 - Cabinet of Commissioner Jonathan Hill x ICMP - The global voice of music publishing"],"date":["2015-04-20"],"summary":["Digital Single Market"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Belgium, Brussels, BERL"],"address":["Belgium, Brussels, BERL"],"addressEntity":["addr-afebf85a436897fe5234b2ac0d00a1ddc4c9dd27"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["ec-person-5fdb62e20cecef81f87f94d3d1bcdd3b47b26af0","eu-tr-65684839099-72"]}} -{"id":"ec-meeting-2015-04-20-0f7333fe7043bb8ec2c0f01767dc8cde9eaf4945","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-20 - Cabinet of Vice-President Maroš Šefčovič x ENGIE Polskie Gornictwo Naftowe i Gazownictwo SA - Polish Oil and Gas Company E.ON SE RWE AG OMV Aktiengesellschaft Eni S.p.A. Equinor ASA"],"date":["2015-04-20"],"summary":["Gas storage"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-90947457424-20","ec-person-1f95be23689cd4ed0a26fe2980f760ccf2d55c1e","ec-person-af83ed49c403cb9d7ebfecca7893f0054c1f4be5","eu-tr-77608353460-77","eu-tr-72760517350-57","eu-tr-4447605981-76","ec-person-3bf48630444ace93d407e52eb880e64d480f75ce","eu-tr-94274031992-65","eu-tr-70816716119-36","eu-tr-99578067285-35"]}} -{"id":"ec-meeting-2015-04-20-1136a1cbc9a258128f96a68fe8ae2a47b8eb30cf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-20 - Cabinet of Commissioner Violeta Bulc x ERRIN"],"date":["2015-04-20"],"summary":["Meeting with ERRIN"],"notes":["Portfolio: Transport"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-643880213972-24","ec-person-e14c58f620f40325d829df7be0823280307bc15f"]}} -{"id":"ec-meeting-2015-04-20-131fb0edf1d2f9c33599742ce327847295f4b399","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-20 - Cabinet of Vice-President Jyrki Katainen x Scope Ratings GmbH"],"date":["2015-04-20"],"summary":["Regulation of rating agencies"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-386945216502-25","ec-person-88d71b399a3e13a243bdc4676e481835e8e5b2f2"]}} -{"id":"ec-meeting-2015-04-20-1b29b8c10af2fefbba31a450100a09283fee3f40","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2015-04-20 - Cabinet of Commissioner Marianne Thyssen x Confederation of Family Organisations in the European Union"],"date":["2015-04-20"],"summary":["Social and employment priorities","Meeting with Coface delegation"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels, Belgium","Brussels"],"address":["Brussels, Belgium","Brussels"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306","addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["ec-person-c508e9337eca6b067c1f966b82de49c4824a3ad0","eu-tr-93283396780-85"]}} -{"id":"ec-meeting-2015-04-20-23edeba8080491899b356cfbc7326cfa7895e57f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-20 - Cabinet of President Jean-Claude Juncker x EBU-UER (European Broadcasting Union)"],"date":["2015-04-20"],"summary":["Digital Single Market"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-44a061693f35519551be0e3dab996e76ad3f8c7c","eu-tr-93288301615-56"]}} -{"id":"ec-meeting-2015-04-20-256815fa16867dc813543b798c9d7399ff376273","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-20 - Cabinet of Vice-President Karmenu Vella x Euroheat & Power"],"date":["2015-04-20"],"summary":["Circular Economy"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["ec-person-4ff7c27445db4ad88e687776974fd8d077a1fe0c","eu-tr-88457577025-19"]}} -{"id":"ec-meeting-2015-04-20-265b084c8333c5221cfd7493ed602d907e5193af","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-20 - Cabinet of Commissioner Elżbieta Bieńkowska x General Electric Company"],"date":["2015-04-20"],"summary":["Preparatory meeting ahead of the mtg with the Commissioner"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-4016736872-59","ec-person-b2f9be51339f054477846797e2c119fcf16548fc"]}} -{"id":"ec-meeting-2015-04-20-26e5d03ac24d8689b28b09682837cc1eae88552a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-20 - Cabinet of First Vice-President Frans Timmermans x Eindhoven-Brainport EU Office"],"date":["2015-04-20"],"summary":["Regional policy and innovation"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-770879211019-11","ec-person-966667b73d92624be9bb019c2baab7e52331b3d3"]}} -{"id":"ec-meeting-2015-04-20-2e1b35338e213998aedd4f97f0cedba08dcd025e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-20 - Cabinet of Vice-President Jyrki Katainen x Euroheat & Power"],"date":["2015-04-20"],"summary":["Circular Economy"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-88457577025-19","ec-person-0310c3b87e155f5572493e91d12eebab9736a76b"]}} -{"id":"ec-meeting-2015-04-20-38af30da7e707fada13e2f8d1e086604d85f357f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-20 - Cabinet of Commissioner Tibor Navracsics x Junior Achievement Young Enterprise Europe"],"date":["2015-04-20"],"summary":["Youth Entrepreneurship"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["eu-tr-378304715298-25","ec-person-1da7ee09d46288ee4ea9db2b644bdcf9c3d6d000"]}} -{"id":"ec-meeting-2015-04-20-40510321852e05791200e9231943e4517907d025","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-20 - Cabinet of Commissioner Pierre Moscovici x European Newspaper Publishers' Association"],"date":["2015-04-20"],"summary":["TVA et presse en ligne"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["ec-person-3cbeba61ae952f06fe4916c381438ebbc676a597","eu-tr-5950962136-12","ec-person-738f7f25002d191bd2df8936e8f8d1d726c19e2e"]}} -{"id":"ec-meeting-2015-04-20-4120e135a5041283464a845e422d3688b0a4eada","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2015-04-20 - Cabinet of Commissioner Violeta Bulc x European Cockpit Association"],"date":["2015-04-20"],"summary":["European Cockpit Association","Meeting between European Cockpit Association and Commissioner Bulc"],"notes":["Portfolio: Transport"],"location":["Brussels/Be","Brussels, Belguim"],"address":["Brussels/Be","Brussels, Belguim"],"addressEntity":["addr-84b5e5f38d43901e13b15f0c7dd8b408c954fd9b","addr-d4196fc6deb60c1b131cb4a06e75a5a3e1293f1a"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-39838147687-59","ec-person-4d2b449b5047ea3fda435a2a1c1081e3babcdf76","ec-person-d710a614b1b0eabb6d73a2d665b82f6514a3fdb8","ec-person-5012c5e45a52ee8ce67d19c1781a127af53e73e7"]}} -{"id":"ec-meeting-2015-04-20-5318246d493e3d30add598e50c97f2a09b764fa7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-20 - Education, Youth, Sport and Culture x Google"],"date":["2015-04-20"],"summary":["Meeting with Google Cultural Institute (Mr Amit Sood)"],"location":["J-70 04/71"],"address":["J-70 04/71"],"addressEntity":["addr-3bb9ec3ebb2db11feeead41da77a812a60d3ffc8"],"organizer":["ec-dg-eac"],"involved":["eu-tr-03181945560-59","ec-person-4b0c15b75d9d40b5f296fc3f15972fd544f6b6d6"]}} -{"id":"ec-meeting-2015-04-20-577b3f4c41478965c25553aa36dd65e089b31c71","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-20 - Cabinet of Vice-President Andrus Ansip x Seldia - The European Direct Selling Association"],"date":["2015-04-20"],"summary":["Direct selling, links with e-commerce"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-d5a309c64ecdb05010325dcfc661f6ae817f31cc","eu-tr-1710335466-15","ec-person-666bc159c7e65a3af9e63c1e97435c02f1496955"]}} -{"id":"ec-meeting-2015-04-20-5d629c65881f296839b087d06c6c65244ae99143","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-20 - Cabinet of Commissioner Věra Jourová x DOT Europe"],"date":["2015-04-20"],"summary":["Digital Single Market"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["eu-tr-53905947933-43","ec-person-f329292459cb1badb7fb7c6b67b698c441931bb2"]}} -{"id":"ec-meeting-2015-04-20-6912e44cf97dd6804b6ac47afb972a71e123b648","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-20 - Cabinet of Vice-President Jyrki Katainen x Finnish Forest Industries Federation (Metsäteollisuus ry)"],"date":["2015-04-20"],"summary":["Circular Economy"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-0310c3b87e155f5572493e91d12eebab9736a76b","eu-tr-39671713910-36"]}} -{"id":"ec-meeting-2015-04-20-69a93a66b6adb06216e338b8e5937596061b9884","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2015-04-20 - Cabinet of Commissioner Violeta Bulc x The European Steel Association"],"date":["2015-04-20"],"summary":["Meeting with The European Steel Association","Road transport issues"],"notes":["Portfolio: Transport"],"location":["Brussels, Belgium","Brussels - Belgium"],"address":["Brussels, Belgium","Brussels - Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306","addr-85d514873c3b55c68206168e47e9d4fc69799cc8"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-7ac9445abdddc66a79f539ae13eb74e1ceb512df","eu-tr-93038071152-83","ec-person-dd7851e4a1e747e824b4f81139e33bc3cdb73160"]}} -{"id":"ec-meeting-2015-04-20-702334a8df1c512c694c0a73123eda03203a146c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-20 - Cabinet of Commissioner Violeta Bulc x Eurocities"],"date":["2015-04-20"],"summary":["EUROCITIES representatives meeting Commissioner Bulc"],"notes":["Portfolio: Transport"],"location":["Brussels, Belguim"],"address":["Brussels, Belguim"],"addressEntity":["addr-84b5e5f38d43901e13b15f0c7dd8b408c954fd9b"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-4d2b449b5047ea3fda435a2a1c1081e3babcdf76","ec-person-6a5ceb87383474e4b7f430af341029a155e255b0","eu-tr-12493392840-79"]}} -{"id":"ec-meeting-2015-04-20-703695894618587a364fdef570759eeff6258302","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-20 - Cabinet of Commissioner Tibor Navracsics x streetfootballworld gGmbH"],"date":["2015-04-20"],"summary":["Presentation of streetfootballworld and possible cooperation in the European Week of Sport"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-49f31dad10f5641cb1d1e4c3107dd838389e8120","eu-tr-721996216817-02"]}} -{"id":"ec-meeting-2015-04-20-749c2a2d9e16abf6a63b12c28d652cba5e605dc2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-20 - Cabinet of Vice-President Andrus Ansip x Channel 4"],"date":["2015-04-20"],"summary":["Copyright"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-98661678209-02","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45"]}} -{"id":"ec-meeting-2015-04-20-7c315c90c64eb48d9393251fcbdcdfb4162ea3a6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-20 - Cabinet of Vice-President Karmenu Vella x Finnish Forest Industries Federation (Metsäteollisuus ry)"],"date":["2015-04-20"],"summary":["Circular Economy"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["ec-person-4ff7c27445db4ad88e687776974fd8d077a1fe0c","eu-tr-39671713910-36"]}} -{"id":"ec-meeting-2015-04-20-82c7ae9fe5399e6ff8bb7f19d64490515646058d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-20 - Cabinet of First Vice-President Frans Timmermans x Finnish Forest Industries Federation (Metsäteollisuus ry)"],"date":["2015-04-20"],"summary":["Circular Economy"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["BERL 10/286"],"address":["BERL 10/286"],"addressEntity":["addr-fb8936c188f53a7eb5cbd12e71c33e932fbbc6ac"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["ec-person-7a0c440119cd5d547eceebb055c79b8bb41bf9a2","eu-tr-39671713910-36"]}} -{"id":"ec-meeting-2015-04-20-99df52b69ce87420b8df310dcd8661cdf0befd1f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-20 - Cabinet of Commissioner Elżbieta Bieńkowska x Robert Bosch GmbH"],"date":["2015-04-20"],"summary":["CO2/cars post-2020 & General Safety Regulation"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-8999533555-91","ec-person-3d55409fa049ff6b397a9afc2fcc21bc7c409f0d"]}} -{"id":"ec-meeting-2015-04-20-b6f597306697807d0339c72219233a4bbfd3fada","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-20 - Cabinet of Vice-President Maroš Šefčovič x Institute of Directors"],"date":["2015-04-20"],"summary":["Energy Union"],"notes":["Portfolio: Energy Union"],"location":["Berlaymont, Bruxelles"],"address":["Berlaymont, Bruxelles"],"addressEntity":["addr-d1e909436d754f27a1412125f55998a75e5eb9d6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-469253615206-77","ec-person-af83ed49c403cb9d7ebfecca7893f0054c1f4be5"]}} -{"id":"ec-meeting-2015-04-20-c0041218861483d187f7df013a9caef3ac87c804","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-20 - Cabinet of Vice-President Cecilia Malmström x Institute of Directors"],"date":["2015-04-20"],"summary":["TTIP / Business climate in general"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-20ded9db5df11164331bb161fdf234b1e5ad53fd","eu-tr-469253615206-77","ec-person-591ec829ca734bcfe59a2c9c7f07f9dff22a0ea9"]}} -{"id":"ec-meeting-2015-04-20-c7e241c3283a612a613bad7e5cad379c040a955e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-20 - Cabinet of Vice-President Jyrki Katainen x Wärtsilä Corporation"],"date":["2015-04-20"],"summary":["Energy Union"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-0310c3b87e155f5572493e91d12eebab9736a76b","eu-tr-012464715142-75"]}} -{"id":"ec-meeting-2015-04-20-d6d09f53c341d590b06a5348b4848ab4481e6bdc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-20 - Cabinet of Commissioner Elżbieta Bieńkowska x Institute of Directors"],"date":["2015-04-20"],"summary":["Services and Industrial Policy"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["ec-person-b2f9be51339f054477846797e2c119fcf16548fc","eu-tr-469253615206-77"]}} -{"id":"ec-meeting-2015-04-20-ef106857feb172951145dc781b024c5f0c303767","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-20 - Cabinet of Commissioner Marianne Thyssen x European Disability Forum"],"date":["2015-04-20"],"summary":["European Disability Policy"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["eu-tr-57868523887-16","ec-person-c508e9337eca6b067c1f966b82de49c4824a3ad0"]}} -{"id":"ec-meeting-2015-04-20-f5e05a3137f32b62c476847801613b8ac97e7712","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-20 - Cabinet of First Vice-President Frans Timmermans x Euroheat & Power"],"date":["2015-04-20"],"summary":["Circular Economy"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["BERL 10/286"],"address":["BERL 10/286"],"addressEntity":["addr-fb8936c188f53a7eb5cbd12e71c33e932fbbc6ac"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["ec-person-7a0c440119cd5d547eceebb055c79b8bb41bf9a2","eu-tr-88457577025-19"]}} -{"id":"ec-meeting-2015-04-20-fbd64c46a743fa7cf99b461d0639aa07624507aa","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-20 - Cabinet of Vice-President Andrus Ansip x IRG Advisors LLP"],"date":["2015-04-20"],"summary":["Transfert of data, cloud-based database"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-5db7bdd1c81da2e70eb5b982097d0004111b5c3e","eu-tr-823142716770-58"]}} -{"id":"ec-meeting-2015-04-21-0124c05d41129722b7834df4fdb750787b8826bc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-21 - Cabinet of Vice-President Jyrki Katainen x LEXMARK"],"date":["2015-04-21"],"summary":["Circular Economy"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-0310c3b87e155f5572493e91d12eebab9736a76b","eu-tr-853792417591-27"]}} -{"id":"ec-meeting-2015-04-21-02a7f7cdfe54650beaca404eb820a636dda17c34","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-21 - Cabinet of President Jean-Claude Juncker x The Mentor Group"],"date":["2015-04-21"],"summary":["Intervention on \"The Strategic Challenges facing the Juncker Commission\""],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-202259816963-56","ec-person-80c6995ad1cd6aefa72f1bf440b17b6d8c6dd4b8"]}} -{"id":"ec-meeting-2015-04-21-0b94dae725ec1a05889914f389ca7a7d8a21ad17","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-21 - Cabinet of First Vice-President Frans Timmermans x Institute of Directors"],"date":["2015-04-21"],"summary":["Better Regulation"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-469253615206-77","ec-person-284d94050a35c9079d8b1ba3f85eaf7777b5fea9"]}} -{"id":"ec-meeting-2015-04-21-1e11a9f9f0b2eeaaa54293fb297c2db680c14628","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-21 - Cabinet of Vice-President Andrus Ansip x IMPALA Association Internationale AISBL"],"date":["2015-04-21"],"summary":["Copyright"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-12383069253-19","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45"]}} -{"id":"ec-meeting-2015-04-21-27dc64700cf0162f984e0ee1a408997182c5a4e0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-21 - Cabinet of President Jean-Claude Juncker x Bundesverband deutscher Banken e.V."],"date":["2015-04-21"],"summary":["EFSI"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-c402e34a99fbee730ae22e3b1958e21c94dc6fcc","eu-tr-0764199368-97"]}} -{"id":"ec-meeting-2015-04-21-28f59480b3eecb825c70d3a43bf66b60b1a0e584","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-21 - Communications Networks, Content and Technology x WPP 2005 ltd"],"date":["2015-04-21"],"summary":["Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["ec-person-3d379ff88d704acbd3444fdd59765df1225d4f9b","eu-tr-244175117232-95"]}} -{"id":"ec-meeting-2015-04-21-2aaf9ac43b31d9249595ef7ae35a801201b93529","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-21 - Cabinet of Vice-President Andrus Ansip x Spotify"],"date":["2015-04-21"],"summary":["Copyright"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-365747616583-15","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45"]}} -{"id":"ec-meeting-2015-04-21-2f3bcf683a059600054a180cc6809d98e19cc011","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-21 - Cabinet of Commissioner Věra Jourová x Microsoft Corporation"],"date":["2015-04-21"],"summary":["Mutual Legal Assistance"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["eu-tr-0801162959-21","ec-person-184e698af1eb9e33b179680570ca171d8cb31c94"]}} -{"id":"ec-meeting-2015-04-21-368b5302cb404ff2fc729fc53474f9d91f0d452a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-21 - Maritime Affairs and Fisheries x Ocean Energy Europe"],"date":["2015-04-21"],"summary":["Blue Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-mare"],"involved":["ec-person-13c487b266d525d30bcdd6c108d17accaf4b8840","eu-tr-264048311507-68"]}} -{"id":"ec-meeting-2015-04-21-374feaceea24cd855834523b2d1651af612775dc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-21 - Günther Oettinger x Apple Inc."],"date":["2015-04-21"],"summary":["Data protection"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0","eu-tr-588327811384-96"]}} -{"id":"ec-meeting-2015-04-21-3a15f042e0ba5028d091982b09d8f7f417dad63c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-21 - Cabinet of Commissioner Christos Stylianides x Save the Children International"],"date":["2015-04-21"],"summary":["Children protection in emergencies"],"notes":["Portfolio: Humanitarian Aid & Crisis Management"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-cabinet-christos-commissioner-of-stylianides"],"involved":["ec-person-cdd689bd079714522dad472ea4446b0fcc660d8f","eu-tr-11610562644-55"]}} -{"id":"ec-meeting-2015-04-21-3a1e9b89315c88d115c36b0d5e84277d8608cc28","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-21 - Cabinet of Vice-President Cecilia Malmström x WWF European Policy Programme"],"date":["2015-04-21"],"summary":["Export credits for coal plants / climate change"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-20ded9db5df11164331bb161fdf234b1e5ad53fd","eu-tr-1414929419-24"]}} -{"id":"ec-meeting-2015-04-21-41f6bb73c09885cdf9c5ca554276e92284dec884","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-21 - Cabinet of Vice-President Neven Mimica x streetfootballworld gGmbH"],"date":["2015-04-21"],"summary":["Presentation of the organisation"],"notes":["Portfolio: International Cooperation & Development"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-mimica-neven-of-president-vice"],"involved":["ec-person-ba51cfc2cb570b2ba23d99869e21cd43fe8cadad","eu-tr-721996216817-02"]}} -{"id":"ec-meeting-2015-04-21-4e7fd57a72b43fa30cdaa6ecb02c7cea2b555071","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-21 - Cabinet of Commissioner Jonathan Hill x Financial Services Consumer Panel"],"date":["2015-04-21"],"summary":["Consumer representation; MiFID 2; Capital Markets Union; fund governance"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["eu-tr-65422627962-44","ec-person-890015b0d769ee93a09119846b414d4aae7c64ae"]}} -{"id":"ec-meeting-2015-04-21-52f290a6f4320eb454ead05b76c0f229339ed8c1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-21 - Cabinet of Vice-President Johannes Hahn x Vereinigung der österreichischen Industrie - Industriellenvereinigung"],"date":["2015-04-21"],"summary":["TTIP, situation in Southern Neighbourhood, ENP review"],"notes":["Portfolio: European Neighbourhood Policy & Enlargement Negotiations"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-hahn-johannes-of-president-vice"],"involved":["ec-person-ffbd1e8ac522a6bd1cdc4b724b9a4416b5d36034","eu-tr-89093924456-06"]}} -{"id":"ec-meeting-2015-04-21-592bf99a5688c1325ea2096ca3f35160bb7c59f5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-21 - Cabinet of President Jean-Claude Juncker x Volkswagen Aktiengesellschaft"],"date":["2015-04-21"],"summary":["Energy Union and Transport"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-b1bf9aa5fb7e886441ff341b657cc482b64a2a3e","eu-tr-6504541970-40"]}} -{"id":"ec-meeting-2015-04-21-5991f44e4d44c01f7211e1c52717a4d70ffaaae3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-21 - Cabinet of Vice-President Karmenu Vella x LEXMARK"],"date":["2015-04-21"],"summary":["Circular Economy"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["ec-person-4ff7c27445db4ad88e687776974fd8d077a1fe0c","eu-tr-853792417591-27"]}} -{"id":"ec-meeting-2015-04-21-5e6df78a6e8552973c47fa4df7c83070f9ec64fc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-21 - Cabinet of Commissioner Elżbieta Bieńkowska x APPLiA (Home Appliance Europe)"],"date":["2015-04-21"],"summary":["CECED vision project: Promoting Jobs, Growth, Skills, Innovation and Sustainability, European home appliance industry and DG Growth"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Berlaymont, Brussels, Belgium"],"address":["Berlaymont, Brussels, Belgium"],"addressEntity":["addr-0b7010ac7abf438645eacd50af3009b1252cd7a6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["ec-person-d2997a7f359c91a337055c3e24dd36bf928de38d","eu-tr-04201463642-88","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2015-04-21-6a798c4359df2f4f819337b6930f8c6098754b40","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-21 - Cabinet of President Jean-Claude Juncker x QUALCOMM Incorporated"],"date":["2015-04-21"],"summary":["Digital Single Market"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-44a061693f35519551be0e3dab996e76ad3f8c7c","eu-tr-00358442856-45"]}} -{"id":"ec-meeting-2015-04-21-70613532b433f7039bc6b0a0ce7f9d5d3343490e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-21 - Cabinet of Commissioner Violeta Bulc x Oil Companies International Marine Forum"],"date":["2015-04-21"],"summary":["Meeting with Oil Companies International Marine Forum (OCIMF)"],"notes":["Portfolio: Transport"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-105222814108-05","ec-person-e14c58f620f40325d829df7be0823280307bc15f"]}} -{"id":"ec-meeting-2015-04-21-73e3181c5f3b04ac90390bffd55ee993be0c4694","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-21 - Cabinet of Vice-President Andrus Ansip x Cisco Systems Inc."],"date":["2015-04-21"],"summary":["Net neutrality"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-666bc159c7e65a3af9e63c1e97435c02f1496955","eu-tr-494613715191-85"]}} -{"id":"ec-meeting-2015-04-21-74d1d9c4e53416815945e57d34f44903dc9f9b6b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-21 - Cabinet of Vice-President Jyrki Katainen x European Environmental Bureau"],"date":["2015-04-21"],"summary":["Circular Economy"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-06798511314-27","ec-person-0310c3b87e155f5572493e91d12eebab9736a76b"]}} -{"id":"ec-meeting-2015-04-21-7bdce454aad5d10a407f27547415505382603dee","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-21 - Cabinet of Commissioner Jonathan Hill x Baden-Württembergischer Genossenschaftsverband e.V."],"date":["2015-04-21"],"summary":["Implementation of banking regulation"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["eu-tr-353298312473-76","ec-person-74de9b1956d5aa5754e8946d4a7a883e05171466"]}} -{"id":"ec-meeting-2015-04-21-7bf6b610530432386afe3b9e0cd154a266874de8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-21 - Cabinet of Commissioner Jonathan Hill x Transparency International"],"date":["2015-04-21"],"summary":["Country by country reporting"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Belgium, Brussels, BERL"],"address":["Belgium, Brussels, BERL"],"addressEntity":["addr-afebf85a436897fe5234b2ac0d00a1ddc4c9dd27"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["ec-person-5fdb62e20cecef81f87f94d3d1bcdd3b47b26af0","eu-tr-501222919-71"]}} -{"id":"ec-meeting-2015-04-21-7d1f67f215547df719d0a379485f129943850423","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-21 - Cabinet of First Vice-President Frans Timmermans x LEXMARK"],"date":["2015-04-21"],"summary":["Circular Economy"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["BERL 8/275"],"address":["BERL 8/275"],"addressEntity":["addr-3ae1ca252351d2bc20aeeab8c5d3e0f1e0122c14"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["ec-person-7a0c440119cd5d547eceebb055c79b8bb41bf9a2","eu-tr-853792417591-27"]}} -{"id":"ec-meeting-2015-04-21-86066ec514c2e69c0638a04ea4b982445a88d393","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-21 - Cabinet of President Jean-Claude Juncker x DOT Europe"],"date":["2015-04-21"],"summary":["Digital Single Market"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-44a061693f35519551be0e3dab996e76ad3f8c7c","eu-tr-53905947933-43"]}} -{"id":"ec-meeting-2015-04-21-8780fff0a1a22c7c5f27791a135433de7e4552f0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-21 - Internal Market, Industry, Entrepreneurship and SMEs x Siemens AG"],"date":["2015-04-21"],"summary":["Industrial Strategy - Internal Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-grow"],"involved":["ec-person-9f3f9b58a22cf98d55521b290d1facc431bdce86","eu-tr-4266797770-31"]}} -{"id":"ec-meeting-2015-04-21-8ce427aae77d3c3b485ad3ce778c386db1af36ad","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-21 - Cabinet of Vice-President Karmenu Vella x European Environmental Bureau"],"date":["2015-04-21"],"summary":["Circular Economy"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["ec-person-4ff7c27445db4ad88e687776974fd8d077a1fe0c","eu-tr-06798511314-27"]}} -{"id":"ec-meeting-2015-04-21-91a2dc0363ed11b9421f11dbe68b5e631a00bf1f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-21 - Mobility and Transport x NV Nederlandse Spoorwegen"],"date":["2015-04-21"],"summary":["4th Railway Package"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-move"],"involved":["ec-person-d856b0f199c84d5b5003106bea2ee6d0392e2428","eu-tr-191419916889-22"]}} -{"id":"ec-meeting-2015-04-21-95142d34587a6f1860b0f9d047944c0b1ff74b1d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-21 - Cabinet of Commissioner Tibor Navracsics x Google"],"date":["2015-04-21"],"summary":["Google Cultural Institute"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-cb6aa96c497dead35eb0f2ed0339e5423d506549","eu-tr-03181945560-59","ec-person-4d24029a6a4b5bbdcd825e134f010bd0b384f80a"]}} -{"id":"ec-meeting-2015-04-21-9672ec140b1dc5138bbe44bba9d8778c3641389b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-21 - Cabinet of Commissioner Elżbieta Bieńkowska x EPPA SA"],"date":["2015-04-21"],"summary":["Intro meeting"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Berlaymont, Brussels, Belgium"],"address":["Berlaymont, Brussels, Belgium"],"addressEntity":["addr-0b7010ac7abf438645eacd50af3009b1252cd7a6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-31367501249-92","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2015-04-21-9bb02bf6e7bca21aac50c1a83af726f300e24b23","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-21 - Cabinet of Vice-President Cecilia Malmström x None"],"date":["2015-04-21"],"summary":["Possibility of cooperation on trade matters"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-19b143e83f8ab978c55c8a9a9e49e06dbfa14bf3"]}} -{"id":"ec-meeting-2015-04-21-9d0435a42c539eadf5df8d039839ccb439aae1f6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-21 - Günther Oettinger x Hubert Burda Media Holding Kommanditgesellschaft Axel Springer SE"],"date":["2015-04-21"],"summary":["Copyright / DSM"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-4cd59e13386e3b68ecb3611fcc579e0a0a3938a5","eu-tr-742417913824-11","eu-tr-730036917015-61"]}} -{"id":"ec-meeting-2015-04-21-a33af295f7505fc76522bec40ed8c6e795f89193","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-21 - Cabinet of President Jean-Claude Juncker x Society of Audiovisual Authors"],"date":["2015-04-21"],"summary":["Digital Single Market"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-99336382936-11","ec-person-44a061693f35519551be0e3dab996e76ad3f8c7c"]}} -{"id":"ec-meeting-2015-04-21-a70e5a9d4557787edc1273d8dfadfecbf40a1958","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-21 - Cabinet of Commissioner Tibor Navracsics x European Chemical Industry Council"],"date":["2015-04-21"],"summary":["Science advice to policy"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-fc5c01a0bffedf0f4e205a759b40239535313d28","eu-tr-64879142323-90"]}} -{"id":"ec-meeting-2015-04-21-b5261a774edb831a0c2edb7cc02874cf9dce6a9e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-21 - Cabinet of Vice-President Miguel Arias Cañete x Volkswagen Aktiengesellschaft"],"date":["2015-04-21"],"summary":["Decarbonization"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-6504541970-40","ec-person-25a937c04cd0a0ddcf5cf34798e76b5105854114"]}} -{"id":"ec-meeting-2015-04-21-beb92a6214d5e86ed1e3585a17ffa43b3ebff1fd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-21 - Cabinet of Commissioner Jonathan Hill x Institute of Directors"],"date":["2015-04-21"],"summary":["Financial Service Policy"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["eu-tr-469253615206-77","ec-person-f247edfcff54d4f26fc10769f809c92bc72d6797"]}} -{"id":"ec-meeting-2015-04-21-cb6dfb8500805a650ed8778e0e468c89089fade0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-21 - Günther Oettinger x RAI RADIOTELEVISIONE ITALIANA SpA France Télévisions"],"date":["2015-04-21"],"summary":["Audiovisual media policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-82627008472-82","ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0","eu-tr-31046456610-43"]}} -{"id":"ec-meeting-2015-04-21-cf2093ad604bd516c76e39f8d73850f66a13d98e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-21 - Cabinet of Vice-President Maroš Šefčovič x None"],"date":["2015-04-21"],"summary":["Energy Union"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-90947457424-20","ec-person-1f95be23689cd4ed0a26fe2980f760ccf2d55c1e","eu-tr-41816938101-07","eu-tr-429600710582-32","eu-tr-48395175526-25"]}} -{"id":"ec-meeting-2015-04-21-d08179aa931c1f89ecfe91573c0c1c3bad98f210","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-21 - Cabinet of Commissioner Violeta Bulc x Airbus"],"date":["2015-04-21"],"summary":["Airbus Nathalie Errard"],"notes":["Portfolio: Transport"],"location":["BE/Brussels"],"address":["BE/Brussels"],"addressEntity":["addr-a8deb12be54fb82c298761f75b0f3b9e05bd9bd8"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-d710a614b1b0eabb6d73a2d665b82f6514a3fdb8","eu-tr-2732167674-76"]}} -{"id":"ec-meeting-2015-04-21-d0d48bee8b001698fe220d6db1d901371490cec3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-21 - Internal Market, Industry, Entrepreneurship and SMEs x KEIDANREN (Japan Business Federation)"],"date":["2015-04-21"],"summary":["EU-Japan Regulatory Cooperation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-grow"],"involved":["ec-person-9f3f9b58a22cf98d55521b290d1facc431bdce86","eu-tr-556465417111-37"]}} -{"id":"ec-meeting-2015-04-21-d61ff6a48aab34f8ff94a5e116e3edc24b6de85a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-21 - Cabinet of Commissioner Christos Stylianides x Médecins Sans Frontières"],"date":["2015-04-21"],"summary":["Humanitarian Aid Ukraine"],"notes":["Portfolio: Humanitarian Aid & Crisis Management"],"location":["Berlaymont, Brussels, Belgium"],"address":["Berlaymont, Brussels, Belgium"],"addressEntity":["addr-0b7010ac7abf438645eacd50af3009b1252cd7a6"],"organizer":["ec-cabinet-christos-commissioner-of-stylianides"],"involved":["eu-tr-38497857515-11","ec-person-10c54be4d329cdb48323a77ede26cedf5c4850ad"]}} -{"id":"ec-meeting-2015-04-21-d8081ad084551163b241e77b9c47712c743887ae","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-21 - Cabinet of Commissioner Věra Jourová x 21st Century Fox"],"date":["2015-04-21"],"summary":["Copyrights"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["eu-tr-923493211619-15","ec-person-f329292459cb1badb7fb7c6b67b698c441931bb2"]}} -{"id":"ec-meeting-2015-04-21-d976c70c219fae7f0de29e4e01de60649f33929d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-21 - Günther Oettinger x Telecom Italia"],"date":["2015-04-21"],"summary":["copyright"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-dg-de"],"involved":["ec-person-49723482bb23d029cbfc010cb37eec7392a0ae02","eu-tr-36682861898-97"]}} -{"id":"ec-meeting-2015-04-21-edce2e03af67988d054c24d6c81917d5ae250f5c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-21 - Cabinet of Commissioner Jonathan Hill x Invest Europe"],"date":["2015-04-21"],"summary":["Capital Markets Union"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["ec-person-74de9b1956d5aa5754e8946d4a7a883e05171466","eu-tr-60975211600-74"]}} -{"id":"ec-meeting-2015-04-22-011622729ffbf654faf47f309c81329f0107ab0b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-22 - Cabinet of Commissioner Jonathan Hill x Financial Reporting Council"],"date":["2015-04-22"],"summary":["Financial Policy"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["eu-tr-891654116196-35","ec-person-a9f927e92126f22da48d08ee37b059179988ada8"]}} -{"id":"ec-meeting-2015-04-22-02fa8b2add30b7034c86eab34c5dc13d0d2e30cb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-22 - Günther Oettinger x Microsoft Corporation"],"date":["2015-04-22"],"summary":["DSM"],"location":["Berlin"],"address":["Berlin"],"addressEntity":["addr-062b06ba8e755765c6b049809b7430fd54fe5b21"],"organizer":["ec-dg-de"],"involved":["eu-tr-0801162959-21","ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0"]}} -{"id":"ec-meeting-2015-04-22-0438aff78b3fffcc3378d4a61625b6e1097b2c4e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-22 - Cabinet of Vice-President Andrus Ansip x QUALCOMM Incorporated"],"date":["2015-04-22"],"summary":["DSM with a focus on wireless / IoT"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-00358442856-45","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45","ec-person-91ca0921c6790191daa54427311acd63035e7c9e"]}} -{"id":"ec-meeting-2015-04-22-05c8b5cba903c73957b97178b522fc7eb541133e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-22 - Budget x everis Spain S.L.U. Succursale en Belgique"],"date":["2015-04-22"],"summary":["Presentation of the activities of EVERIS"],"location":["European Commission Brussels, Ms Calviño's office"],"address":["European Commission Brussels, Ms Calviño's office"],"addressEntity":["addr-d09be6cb14871c93abeeb260e5bbd5ba42bbbc37"],"organizer":["ec-dg-budg"],"involved":["ec-person-141e9cc397f37adfd6c16eb048466fa61dd3ebea","eu-tr-765630716859-41"]}} -{"id":"ec-meeting-2015-04-22-0bf7a18e57eabdf9f1f517bd96a2793205a18e46","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-22 - Cabinet of Commissioner Violeta Bulc x Political Intelligence"],"date":["2015-04-22"],"summary":["Meeting with Political Intelligence"],"notes":["Portfolio: Transport"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-34863197284-43","ec-person-dd7851e4a1e747e824b4f81139e33bc3cdb73160"]}} -{"id":"ec-meeting-2015-04-22-1540063d65f0dced4f5376d81a429becc91133a0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-22 - Cabinet of Vice-President Cecilia Malmström x European Branded Clothing Alliance"],"date":["2015-04-22"],"summary":["Trade policy priorities of the retail clothing sector"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-61866543669-46","ec-person-5d4088e1913284a765aed8445f448f6ff341f1b3"]}} -{"id":"ec-meeting-2015-04-22-1d33cfec941dd14c5e5d0f755e09f533bf5e10c8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-22 - Cabinet of Commissioner Jonathan Hill x Energy UK"],"date":["2015-04-22"],"summary":["Introductory Meeting"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["eu-tr-13457582538-68","ec-person-5e8e66c5b37cfc1f9272932bf8e12f4b28d1160a"]}} -{"id":"ec-meeting-2015-04-22-232e73dc807ee1d57aaa6e11c612c1c3a510c3c2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-22 - Cabinet of Commissioner Violeta Bulc x Simply Europe"],"date":["2015-04-22"],"summary":["Meeting with Simply Europe"],"notes":["Portfolio: Transport"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-e14c58f620f40325d829df7be0823280307bc15f","eu-tr-78575056586-62"]}} -{"id":"ec-meeting-2015-04-22-25996f83d671c624322eee868823c1d1ce974f06","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-22 - Cabinet of Commissioner Phil Hogan x Lantmännen ek för"],"date":["2015-04-22"],"summary":["State of play and discussion on geographical indications in Sweden"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-227880015940-63","ec-person-c9d17d5879383b030f61a4066848249fb35d57e4"]}} -{"id":"ec-meeting-2015-04-22-3700c759ccc8600a0bca8273e4d90ef4167e218f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-22 - Cabinet of Vice-President Cecilia Malmström x Union Européenne du Commerce du Bétail et des Métiers de la Viande"],"date":["2015-04-22"],"summary":["Meat exports to Russia and elsewhere"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-4422649896-52","ec-person-20ded9db5df11164331bb161fdf234b1e5ad53fd","ec-person-98880f3f4206145e196013db9dd806a551c11e06"]}} -{"id":"ec-meeting-2015-04-22-44ce74bdb2944d128810518833c20dc1aabd3fb4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-22 - Cabinet of Vice-President Andrus Ansip x Tele2 Sverige AB"],"date":["2015-04-22"],"summary":["Consumer protection and innovation, m-Health on DSM"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-d5a309c64ecdb05010325dcfc661f6ae817f31cc","eu-tr-87921819473-65"]}} -{"id":"ec-meeting-2015-04-22-45af0245fd11e0609b51e6bf449b54eb3384b9ff","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-22 - Cabinet of Vice-President Valdis Dombrovskis x Bundesvereinigung der Deutschen Arbeitgeberverbände e.V."],"date":["2015-04-22"],"summary":["European Semester - country analysis Germany"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Haus der deutschen Wirtschaft, Berlin"],"address":["Haus der deutschen Wirtschaft, Berlin"],"addressEntity":["addr-8e7c257f02481f22969d2b8043d5de277c227e05"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-7749519702-29","ec-person-48f31156d932641826e09f5b73f074d35ff05786","ec-person-a9eda2e8ea54b70a968327672c6cada679d3cd56"]}} -{"id":"ec-meeting-2015-04-22-4a8b4f9268bb1ad02fa6b28e9c23c5c03bbb19e1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-22 - Cabinet of Vice-President Karmenu Vella x Yelp"],"date":["2015-04-22"],"summary":["Google, Digital Single Market"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["eu-tr-173076213280-06","ec-person-2966d69fae0ea4e67f3f2df5a743cc766267d3c8"]}} -{"id":"ec-meeting-2015-04-22-4de593ae1d9461575ca8f0e6436c73a25892b127","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-22 - Economic and Financial Affairs x AMISA2"],"date":["2015-04-22"],"summary":["State of the European economy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-ecfin"],"involved":["ec-person-9b398cc97951266670f91bef34ea37df7380eef9","eu-tr-646699114665-12"]}} -{"id":"ec-meeting-2015-04-22-57edfd1d0e123d259f6985c6684322e83e8244d4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-22 - Cabinet of Commissioner Tibor Navracsics x BOUYGUES EUROPE"],"date":["2015-04-22"],"summary":["Copyright"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-cb6aa96c497dead35eb0f2ed0339e5423d506549","eu-tr-91216972728-77"]}} -{"id":"ec-meeting-2015-04-22-591f4f24e40808df934eae4db437404a243b3e97","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-22 - Cabinet of Commissioner Tibor Navracsics x The European Lotteries"],"date":["2015-04-22"],"summary":["Presentation of The European Lotteries organisation, fight against match-fixing, European Week of Sport"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-49f31dad10f5641cb1d1e4c3107dd838389e8120","eu-tr-97609783845-15"]}} -{"id":"ec-meeting-2015-04-22-5f18910bdaf6301974ff59b346461a6d4e25fff4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-22 - Trade x European Federation of Pharmaceutical Industries and Associations"],"date":["2015-04-22"],"summary":["Trade relations with US and China"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-trade"],"involved":["ec-person-bde9bb099f5d24c52ca4a9255cefc99a5b87a650","eu-tr-38526121292-88"]}} -{"id":"ec-meeting-2015-04-22-63d50d07e318738c0a4c0419961ff313a7192c5e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-22 - Cabinet of Commissioner Violeta Bulc x Alliance for European Logistics"],"date":["2015-04-22"],"summary":["Logistics"],"notes":["Portfolio: Transport"],"location":["Belgium - Brussels"],"address":["Belgium - Brussels"],"addressEntity":["addr-ac6ca9cce34c9fd16e6399ce5a60d027a2fcdfa8"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-38033128051-39","ec-person-7ac9445abdddc66a79f539ae13eb74e1ceb512df"]}} -{"id":"ec-meeting-2015-04-22-65e426c87ac42ea62a08f94807327ee904ca4978","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-22 - Cabinet of Vice-President Cecilia Malmström x Friedrich-Ebert-Stiftung"],"date":["2015-04-22"],"summary":["Trade relations with the Americas"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-98880f3f4206145e196013db9dd806a551c11e06","eu-tr-05546466757-61"]}} -{"id":"ec-meeting-2015-04-22-6bce8eb0112ed643f33fe61f3ed9a2576150347f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-22 - Cabinet of Vice-President Maroš Šefčovič x Energy UK"],"date":["2015-04-22"],"summary":["Energy Union"],"notes":["Portfolio: Energy Union"],"location":["Berlaymont, bruxelles"],"address":["Berlaymont, bruxelles"],"addressEntity":["addr-45e0a96fdcf3af2611be421ed6c310928d98159d"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-13457582538-68","ec-person-af83ed49c403cb9d7ebfecca7893f0054c1f4be5"]}} -{"id":"ec-meeting-2015-04-22-7c76306a00faefaa93aea03aefb5702f9950951b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-22 - Energy x Energy UK"],"date":["2015-04-22"],"summary":["Energy Union"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-13457582538-68","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2015-04-22-80c5d029e4ea9d23ab345b38a35b1734489cf619","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-22 - Cabinet of Commissioner Elżbieta Bieńkowska x ECTAA, Group of National Travel Agents' and Tour Operators' Associations within the EU"],"date":["2015-04-22"],"summary":["Meeting with representatives of ECTAA (Group of European Travel Agents’ and Tour Operators’ Associations within the EU)"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-88072891086-36","ec-person-95a769a1850d7d595f9a5853c51dcbdd3ddd69fb"]}} -{"id":"ec-meeting-2015-04-22-829ab9c8d48a5f2da80df83c0442b1748d57aa54","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-22 - Günther Oettinger x Film- och TV-branschens Samarbetskommitté"],"date":["2015-04-22"],"summary":["copyright"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-dg-de"],"involved":["eu-tr-619777413160-93","ec-person-49723482bb23d029cbfc010cb37eec7392a0ae02"]}} -{"id":"ec-meeting-2015-04-22-8af6592d6cca6796f5221478c9bcbf51834e8937","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-22 - Cabinet of Vice-President Jyrki Katainen x MetLife"],"date":["2015-04-22"],"summary":["Investment initiative"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-88d71b399a3e13a243bdc4676e481835e8e5b2f2","eu-tr-676071815969-19"]}} -{"id":"ec-meeting-2015-04-22-9ce1471ba72540aae7e839c327d2311ebe747e67","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-22 - Cabinet of Vice-President Miguel Arias Cañete x Euroheat & Power"],"date":["2015-04-22"],"summary":["Smart cities"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-88457577025-19","ec-person-25a937c04cd0a0ddcf5cf34798e76b5105854114"]}} -{"id":"ec-meeting-2015-04-22-a0fbbbee3f6861cb30ec4c11a2bfb90dfbd6ee93","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-22 - Cabinet of Commissioner Carlos Moedas x QUALCOMM Incorporated"],"date":["2015-04-22"],"summary":["Presentation og Qualcomm / Internet of things"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-f7ccc3ad366dd2fdb24870e1c02ff2763539c82f","eu-tr-00358442856-45"]}} -{"id":"ec-meeting-2015-04-22-a2149c7781203dd631f2b9ca0407a58a7857b312","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-22 - Internal Market, Industry, Entrepreneurship and SMEs x ENEL SpA"],"date":["2015-04-22"],"summary":["Internal Market Strategy - Industrial development in Latin America"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-grow"],"involved":["ec-person-9f3f9b58a22cf98d55521b290d1facc431bdce86","eu-tr-6256831207-27"]}} -{"id":"ec-meeting-2015-04-22-b0ba1541ef62eec4dbee214d118e41e67ab0d0f5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-22 - Cabinet of First Vice-President Frans Timmermans x Apple Inc."],"date":["2015-04-22"],"summary":["Evaluate Current EU regulatory and enforcement issues & digital single market"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels - Berlaymont"],"address":["Brussels - Berlaymont"],"addressEntity":["addr-eda445c4955377862aa542463ce6a4f27ee909d5"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["ec-person-6c0efbf1635ca0cb8dce32e129231fa3136f600b","eu-tr-588327811384-96"]}} -{"id":"ec-meeting-2015-04-22-bcb5acbe164e63d9c1ef4abc65b975f62c037f01","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-22 - Günther Oettinger x Deutscher Fussball-Bund e.V."],"date":["2015-04-22"],"summary":["Copyright / DSM"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-4cd59e13386e3b68ecb3611fcc579e0a0a3938a5","eu-tr-51323296463-55"]}} -{"id":"ec-meeting-2015-04-22-bd175f24e590c2e2ea3edb9c9031eb97451e6c71","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-22 - Cabinet of President Jean-Claude Juncker x Hachette Livre"],"date":["2015-04-22"],"summary":["Digital Single Market"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-534834216948-42","ec-person-44a061693f35519551be0e3dab996e76ad3f8c7c"]}} -{"id":"ec-meeting-2015-04-22-c00415163e0a31cf332da2251f5738b1697acd7c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-22 - Cabinet of Vice-President Cecilia Malmström x QUALCOMM Incorporated"],"date":["2015-04-22"],"summary":["Patents and standards in the ICT sector"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-00358442856-45","ec-person-98880f3f4206145e196013db9dd806a551c11e06"]}} -{"id":"ec-meeting-2015-04-22-eea9f0b8be31e1aa290ffc5b83a68a5602206349","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-22 - Cabinet of Vice-President Jyrki Katainen x The Coca-Cola Company"],"date":["2015-04-22"],"summary":["Health and environment"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-0310c3b87e155f5572493e91d12eebab9736a76b","eu-tr-00475641564-03"]}} -{"id":"ec-meeting-2015-04-22-fa98b7115acf1d3926999a43b374b9b70fbbc863","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-22 - Cabinet of Vice-President Maroš Šefčovič x Zentralverband des Deutschen Handwerks e.V."],"date":["2015-04-22"],"summary":["Presentation"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-3bf48630444ace93d407e52eb880e64d480f75ce","eu-tr-5189667783-94"]}} -{"id":"ec-meeting-2015-04-23-09d8fcde6b3ed3d3f41bba19cc9723395d48d068","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-23 - Cabinet of Commissioner Phil Hogan x Foro Mundial sobre el Acceso a la Tierra y a los Recursos Naturales"],"date":["2015-04-23"],"summary":["Presentation of World Forum on Access to Land (WFAL) event to take place in India or in Brazil in February 2016."],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-831914317017-96","ec-person-c9d17d5879383b030f61a4066848249fb35d57e4"]}} -{"id":"ec-meeting-2015-04-23-0b7d6c86c06b3bb2365845c843a2f3d43ca77c98","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-23 - Cabinet of Commissioner Violeta Bulc x UITP - International Association of Public Transport"],"date":["2015-04-23"],"summary":["Meeting with UITP"],"notes":["Portfolio: Transport"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-dd7851e4a1e747e824b4f81139e33bc3cdb73160","eu-tr-06869148182-50"]}} -{"id":"ec-meeting-2015-04-23-13ab970c602481a24c448d7c722c6865e3a8d371","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-23 - Cabinet of Vice-President Miguel Arias Cañete x Shell Companies"],"date":["2015-04-23"],"summary":["Meeting to present Shell’s positions on specific climate and energy related issues"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-260e00934471a02805fb143935d6e9205a7f355f","eu-tr-05032108616-26"]}} -{"id":"ec-meeting-2015-04-23-1798e3b2c36dd8145fe001ad781af979d948d333","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-23 - Cabinet of Vice-President Johannes Hahn x European Endowment for Democracy"],"date":["2015-04-23"],"summary":["Human Rights in Syria and other Neighbour countries"],"notes":["Portfolio: European Neighbourhood Policy & Enlargement Negotiations"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-hahn-johannes-of-president-vice"],"involved":["ec-person-ffbd1e8ac522a6bd1cdc4b724b9a4416b5d36034","eu-tr-986644617102-08"]}} -{"id":"ec-meeting-2015-04-23-1b0120863d7d1df97dec2e9f71b6b286b68c5b8a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-23 - Cabinet of Vice-President Andrus Ansip x European CIO Association"],"date":["2015-04-23"],"summary":["Digital Single Market, E-government"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-85172105610-37","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45"]}} -{"id":"ec-meeting-2015-04-23-1c068f24295aa9446952287f81b798420dca325e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-23 - Cabinet of Commissioner Jonathan Hill x Europe Affaires Publiques"],"date":["2015-04-23"],"summary":["Audit"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Belgium, Brussels, BERL"],"address":["Belgium, Brussels, BERL"],"addressEntity":["addr-afebf85a436897fe5234b2ac0d00a1ddc4c9dd27"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["ec-person-5fdb62e20cecef81f87f94d3d1bcdd3b47b26af0","eu-tr-430358814107-24"]}} -{"id":"ec-meeting-2015-04-23-23ecbf7a18b253704804dd88d2ed3e9c802cb0b3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-23 - Cabinet of Vice-President Valdis Dombrovskis x EUROFI"],"date":["2015-04-23"],"summary":["EU financial markets"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Riga - Radisson Blu Hotel Latvija"],"address":["Riga - Radisson Blu Hotel Latvija"],"addressEntity":["addr-31772244f819f3301e61b18ffaae09066ef93b23"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-479696415739-28","ec-person-48f31156d932641826e09f5b73f074d35ff05786","ec-person-a9eda2e8ea54b70a968327672c6cada679d3cd56"]}} -{"id":"ec-meeting-2015-04-23-246f4ca61a135e39f1dca1607e252a10dac49b23","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-23 - Cabinet of Commissioner Jonathan Hill x Bank Julius Baer & Co."],"date":["2015-04-23"],"summary":["Financial Services Policy"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["eu-tr-040438616885-17","ec-person-5e8e66c5b37cfc1f9272932bf8e12f4b28d1160a"]}} -{"id":"ec-meeting-2015-04-23-2545435d6221d3c2af6ea0e51b60d9ccebaaccf4","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2015-04-23 - Cabinet of Vice-President Jyrki Katainen x Metsäliitto Cooperative"],"date":["2015-04-23"],"summary":["Energy Union","European Fund for Strategic Investment, Energy Union"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-f9208d930adc70c6c64e21701e48f85f6f18e949","ec-person-0310c3b87e155f5572493e91d12eebab9736a76b","eu-tr-962687110415-94"]}} -{"id":"ec-meeting-2015-04-23-2ab787863d2c1b4a5ca940ac00b19573069e3e8b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-23 - Günther Oettinger x Verband Deutscher Maschinen- und Anlagenbau e.V."],"date":["2015-04-23"],"summary":["Industry 4.0"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-c6cae64cc7dc787b66a47ab1613d3e922875b971","eu-tr-9765362691-45"]}} -{"id":"ec-meeting-2015-04-23-2ca32d5dac5d4745c33b4d03f0e6205e1ec85d3a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-23 - Cabinet of Commissioner Vytenis Andriukaitis x European Chemical Industry Council"],"date":["2015-04-23"],"summary":["Overall situation of chemical industry"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-b9c3f19e7c5f216e3e508f931ddd6a9cb59376d1","eu-tr-64879142323-90"]}} -{"id":"ec-meeting-2015-04-23-32fb0ef2ea4355fa9487019ed82327c495619cd4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-23 - Cabinet of Commissioner Violeta Bulc x Zentralverband der deutschen Seehafenbetriebe e.V."],"date":["2015-04-23"],"summary":["Meeting with ZDS"],"notes":["Portfolio: Transport"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-e14c58f620f40325d829df7be0823280307bc15f","eu-tr-133791413425-96"]}} -{"id":"ec-meeting-2015-04-23-35576d36286e48de3f7b1613b7bbc3a4d16261cd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-23 - Cabinet of Vice-President Karmenu Vella x Extended Producer Responsibility Alliance"],"date":["2015-04-23"],"summary":["Circular Economy"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["ec-person-4ff7c27445db4ad88e687776974fd8d077a1fe0c","eu-tr-382147211686-77"]}} -{"id":"ec-meeting-2015-04-23-397a20f2a2da08fbd82b55924749ec781cd440e1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-23 - Cabinet of President Jean-Claude Juncker x Intesa Sanpaolo"],"date":["2015-04-23"],"summary":["EFSI"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-24037141789-48","ec-person-c402e34a99fbee730ae22e3b1958e21c94dc6fcc"]}} -{"id":"ec-meeting-2015-04-23-3dad0edd903a66316a79dfd40b2decff8abe2bd2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-23 - Cabinet of Commissioner Violeta Bulc x European Barge Union Inland Navigation Europe"],"date":["2015-04-23"],"summary":["Inland waterways"],"notes":["Portfolio: Transport"],"location":["Belgium - Brussels"],"address":["Belgium - Brussels"],"addressEntity":["addr-ac6ca9cce34c9fd16e6399ce5a60d027a2fcdfa8"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-1811573195-25","ec-person-7ac9445abdddc66a79f539ae13eb74e1ceb512df","eu-tr-36944616803-45"]}} -{"id":"ec-meeting-2015-04-23-41eaa1bfeacba867a70d89bdabc0676a43abde1a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-23 - Cabinet of Vice-President Maroš Šefčovič x ENEDIS"],"date":["2015-04-23"],"summary":["Energy Union and energy distribution"],"notes":["Portfolio: Energy Union"],"location":["Brussels, BE"],"address":["Brussels, BE"],"addressEntity":["addr-bd80958a978de8af51caa97a25a75f30d0061d71"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-9f6823821fe68d82e9b9dbe81181ecacb0265d94","eu-tr-68134637922-07"]}} -{"id":"ec-meeting-2015-04-23-42a997651aab4553f6c616b5ce6aea35ad6284a8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-23 - Cabinet of Commissioner Tibor Navracsics x Eötvös Loránd University Brazilian Sugarcane Industry Association"],"date":["2015-04-23"],"summary":["Higher education policy, including Erasmus+, EFSI and the role of UNICA"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["eu-tr-22014486374-73","ec-person-dc2e0fed0fdf39a6a3f3ad63355c5215599de9d1","eu-tr-948827016897-72"]}} -{"id":"ec-meeting-2015-04-23-446f9b445eff86c5eb8b8991cafd80fd4bca5d3c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-23 - Cabinet of Commissioner Vytenis Andriukaitis x Cámara Oficial de Comercio, Industria, Servicios y Navegación de España"],"date":["2015-04-23"],"summary":["Speech: Priorities of the Commissioner ANDRIUKAITIS in health and food safety sectors"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-d462b3c7daeee00ad55e380a7fb96819f79899df","eu-tr-934667112465-59"]}} -{"id":"ec-meeting-2015-04-23-4e1cbd5ea60429f0cdd1e7b123226782c66c68d9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-23 - Cabinet of Vice-President Valdis Dombrovskis x Fidelity International"],"date":["2015-04-23"],"summary":["Capital Markets Union"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-00951027955-96","ec-person-3f9ca71b74344417d1f072ba7f3e2f09a223b036"]}} -{"id":"ec-meeting-2015-04-23-4f901c8a8bba250c4f37f1e416eb389ebfe86f1d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-23 - Cabinet of Vice-President Jyrki Katainen x Fortum Oyj"],"date":["2015-04-23"],"summary":["Energy Union, European Fund for Strategic Investment"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-f9208d930adc70c6c64e21701e48f85f6f18e949","eu-tr-03501997362-71"]}} -{"id":"ec-meeting-2015-04-23-60cc28ea9010217c02895c572e97ee1c6b714ff0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-23 - Cabinet of Vice-President Andrus Ansip x Broadcom"],"date":["2015-04-23"],"summary":["Digital Single Market Strategy"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-91ca0921c6790191daa54427311acd63035e7c9e","eu-tr-240029014014-18","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45"]}} -{"id":"ec-meeting-2015-04-23-62e69ff20e922bed4b9ddb682adf6d5fd7202c97","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-23 - Cabinet of Commissioner Tibor Navracsics x None"],"date":["2015-04-23"],"summary":["Tackling the radicalisation of young people"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-dc2e0fed0fdf39a6a3f3ad63355c5215599de9d1","eu-tr-541150616964-09","eu-tr-280112516951-40","eu-tr-683799510920-11","eu-tr-85637203212-87","eu-tr-947001511571-77","eu-tr-43251547769-22","eu-tr-099101116985-63","eu-tr-754859316975-45","eu-tr-98470877752-88","eu-tr-156328414116-67","eu-tr-292913016962-90"]}} -{"id":"ec-meeting-2015-04-23-6321957dd180310755d8bb7d5212e54e775fe7d6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-23 - Cabinet of Commissioner Věra Jourová x Toy Industries of Europe LEGO System A/S"],"date":["2015-04-23"],"summary":["Ban on Bisphenol A in France"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-a2ca9161feee56909a0e98b473c2d342c20fdb57","eu-tr-74560896368-94","eu-tr-016371114093-01"]}} -{"id":"ec-meeting-2015-04-23-6549761482a99024d76eaec9c402aacf2d92c377","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-23 - Cabinet of Commissioner Jonathan Hill x Commerzbank AG"],"date":["2015-04-23"],"summary":["IFRS"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Belgium, Brussels, BERL"],"address":["Belgium, Brussels, BERL"],"addressEntity":["addr-afebf85a436897fe5234b2ac0d00a1ddc4c9dd27"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["ec-person-5fdb62e20cecef81f87f94d3d1bcdd3b47b26af0","eu-tr-83370363079-88"]}} -{"id":"ec-meeting-2015-04-23-6572a5db2dc7c5366d7b8f56244d991fea24062c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-23 - Cabinet of Vice-President Andrus Ansip x TÜV-Verband e. V."],"date":["2015-04-23"],"summary":["Network and information security"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-5db7bdd1c81da2e70eb5b982097d0004111b5c3e","eu-tr-45013506457-28"]}} -{"id":"ec-meeting-2015-04-23-6c019dcb4948560cc6b1010a16286eeeaa7744ce","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-23 - Cabinet of Vice-President Andrus Ansip x Maaelu Edendamise Sihtasutus"],"date":["2015-04-23"],"summary":["DSM"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-0f698e3a0cc0bd6a02e1bd386a25cedc1366f3f1","eu-tr-637224316805-61"]}} -{"id":"ec-meeting-2015-04-23-7519a76db64961c4f1157cb4c218a6bec7c01e05","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-23 - Migration and Home Affairs x European Organisation for Security"],"date":["2015-04-23"],"summary":["Discussion on Issues related to Security Industry Competitiveness in the H2020 \"Secure Societies\" Programme"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-home"],"involved":["eu-tr-32134385519-64","ec-person-ae1262e8850ed1e9a0530b0ad7440ac648255896"]}} -{"id":"ec-meeting-2015-04-23-80e7cd93e1e9294d5a125f0a98d3124135684fe1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-23 - Cabinet of Commissioner Margrethe Vestager x Bundesverband der Deutschen Industrie e.V."],"date":["2015-04-23"],"summary":["Introduction to BDI/BDA The German Business Representation"],"notes":["Portfolio: Competition"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-margrethe-of-vestager"],"involved":["ec-person-947ab3027ba90ce15968614ce35c12506b7a43ac","eu-tr-1771817758-48"]}} -{"id":"ec-meeting-2015-04-23-89e770b9387f72ca4aad68d29f0cf026d06c310c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-23 - Cabinet of Vice-President Valdis Dombrovskis x The Goldman Sachs Group, Inc."],"date":["2015-04-23"],"summary":["Capital Markets Union – State of EU/US banking markets"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Riga - Radisson Blu Hotel Latvija"],"address":["Riga - Radisson Blu Hotel Latvija"],"addressEntity":["addr-31772244f819f3301e61b18ffaae09066ef93b23"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-48f31156d932641826e09f5b73f074d35ff05786","eu-tr-701266814986-18","ec-person-a9eda2e8ea54b70a968327672c6cada679d3cd56"]}} -{"id":"ec-meeting-2015-04-23-8cbdd02eb224595fcf6eef84e35380deb8937449","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-23 - Cabinet of Vice-President Jyrki Katainen x Manufacture Française des Pneumatiques Michelin"],"date":["2015-04-23"],"summary":["Circular Economy"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-1413466815-09","ec-person-0310c3b87e155f5572493e91d12eebab9736a76b"]}} -{"id":"ec-meeting-2015-04-23-9264ba5ea6bab1dee5e28de00a72cd12919b8e7e","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2015-04-23 - Cabinet of First Vice-President Frans Timmermans x Extended Producer Responsibility Alliance"],"date":["2015-04-23"],"summary":["circular economy","Circular Economy"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["BERL 12/243","Berlaymont"],"address":["BERL 12/243","Berlaymont"],"addressEntity":["addr-fb1178ea299e67990c6feb254018fe3d42cd2186","addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["ec-person-7a0c440119cd5d547eceebb055c79b8bb41bf9a2","eu-tr-382147211686-77"]}} -{"id":"ec-meeting-2015-04-23-95f3b43a68088bc31d1fc37f42eb65e4d0dac5cf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-23 - Cabinet of Commissioner Phil Hogan x United States Meat Export Federation"],"date":["2015-04-23"],"summary":["Prospects for trade of the US meat in the medium term"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-400dd8d59d3060187d9b9b143d697da1a3d03c12","ec-person-c9d17d5879383b030f61a4066848249fb35d57e4","eu-tr-074865816956-64"]}} -{"id":"ec-meeting-2015-04-23-a0969dab58ffcacc06bc89283280f95c60183ad9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-23 - Cabinet of High Representative / Vice-President Federica Mogherini x Amnesty International Limited"],"date":["2015-04-23"],"summary":["Human Rights in China"],"notes":["Portfolio: Foreign Affairs and Security Policy"],"location":["Brussles"],"address":["Brussles"],"addressEntity":["addr-e6ba3e89050fdfff2010d3fb9d2fbe42cd1cafd9"],"organizer":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"involved":["ec-person-45979518aeb963c1e56b5ef49b90e004ae8acf79","eu-tr-11063928073-34"]}} -{"id":"ec-meeting-2015-04-23-ac6a318478a23d61f4bc7d8ed680bc37fa52698c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-23 - Cabinet of Vice-President Jyrki Katainen x Extended Producer Responsibility Alliance"],"date":["2015-04-23"],"summary":["Circular Economy"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-0310c3b87e155f5572493e91d12eebab9736a76b","eu-tr-382147211686-77"]}} -{"id":"ec-meeting-2015-04-23-accaedcdccb1e308b3d3514924d2e992a6e495a0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-23 - Cabinet of Vice-President Maroš Šefčovič x Stichting European Climate Foundation"],"date":["2015-04-23"],"summary":["Energy Union Governance"],"notes":["Portfolio: Energy Union"],"location":["Brussels, BE"],"address":["Brussels, BE"],"addressEntity":["addr-bd80958a978de8af51caa97a25a75f30d0061d71"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-ea6b517040e26a62f17d2829afffeba48cfd682f","eu-tr-64869491516-70"]}} -{"id":"ec-meeting-2015-04-23-b78d887c30396d2a6d01e0c8a989fbad9a82617d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-23 - Cabinet of Vice-President Andrus Ansip x HP Inc"],"date":["2015-04-23"],"summary":["Data protection regulation"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-5db7bdd1c81da2e70eb5b982097d0004111b5c3e","eu-tr-99346002337-55"]}} -{"id":"ec-meeting-2015-04-23-bce9d6f677040f9794e81f62a65414cc5003c71c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-23 - Cabinet of Vice-President Karmenu Vella x BUSINESSEUROPE"],"date":["2015-04-23"],"summary":["Circular Economy"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["ec-person-4ff7c27445db4ad88e687776974fd8d077a1fe0c","eu-tr-3978240953-79"]}} -{"id":"ec-meeting-2015-04-23-c8ff410bc64a77167a8a26f449d156b3e8ceae91","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2015-04-23 - Cabinet of Commissioner Carlos Moedas x Broadcom"],"date":["2015-04-23"],"summary":["Open access and H2020","Presentation of CA Technologies / DSM, application economy"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-2b4bb0b28e7435e5f612e44d9664dbd1051efc55","ec-person-f7ccc3ad366dd2fdb24870e1c02ff2763539c82f","eu-tr-240029014014-18"]}} -{"id":"ec-meeting-2015-04-23-c905231912e89d9cac63dc0575e9748b7736a2e3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-23 - Cabinet of Commissioner Tibor Navracsics x European Theatre Convention"],"date":["2015-04-23"],"summary":["Introductory meeting and areas of common interests"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-cb6aa96c497dead35eb0f2ed0339e5423d506549","eu-tr-127476716086-36"]}} -{"id":"ec-meeting-2015-04-23-c9820e6b71c00719c1c1bb5ec9a1ce8b67e56846","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-23 - Cabinet of Commissioner Violeta Bulc x Community of European Railway and Infrastructure Companies"],"date":["2015-04-23"],"summary":["Meeting with CER"],"notes":["Portfolio: Transport"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-7574621118-27","ec-person-dd7851e4a1e747e824b4f81139e33bc3cdb73160"]}} -{"id":"ec-meeting-2015-04-23-d2f3a8bf28df8dbf17418705579c955933186cb2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-23 - Cabinet of Vice-President Maroš Šefčovič x European Federation of Local and Regional Energy Companies"],"date":["2015-04-23"],"summary":["Presenting CEDEC, Energy Union Strategy"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-54829912208-85","ec-person-3bf48630444ace93d407e52eb880e64d480f75ce"]}} -{"id":"ec-meeting-2015-04-23-d46f8d84fa586450bef214fa9618c20f5f6f5871","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-23 - Cabinet of Commissioner Tibor Navracsics x Fédération Internationale des Footballeurs Professionnelles Division Europe"],"date":["2015-04-23"],"summary":["Social dialogue in football"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["eu-tr-797440512350-84","ec-person-dc2e0fed0fdf39a6a3f3ad63355c5215599de9d1"]}} -{"id":"ec-meeting-2015-04-23-d5896f5d124d80a7d628f0dc47eba96708e3bad2","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2015-04-23 - Cabinet of Commissioner Elżbieta Bieńkowska x Manufacture Française des Pneumatiques Michelin"],"date":["2015-04-23"],"summary":["Circular Economy","Circular economy"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["BERL","Berlaymont, Brussels, Belgium"],"address":["BERL","Berlaymont, Brussels, Belgium"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b","addr-0b7010ac7abf438645eacd50af3009b1252cd7a6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-1413466815-09","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2015-04-23-ddba400f8554d416b0d6d2f816594ed28b3c7b01","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-23 - Cabinet of Vice-President Cecilia Malmström x Polint Ltd"],"date":["2015-04-23"],"summary":["Economic and polital developments in China and Asia"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-69369266684-67","ec-person-98880f3f4206145e196013db9dd806a551c11e06"]}} -{"id":"ec-meeting-2015-04-23-ddc78e012f1e5f3ecfa70075ecc07e952ceb6aa7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-23 - Justice and Consumers x Financial Reporting Council"],"date":["2015-04-23"],"summary":["Company law"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-just"],"involved":["eu-tr-891654116196-35","ec-person-26f8747866bd0d81cebb7a339c1ac11294d9676e"]}} -{"id":"ec-meeting-2015-04-23-e0bff8e4da6cd9efa517be3fc0edc6eefdb7c46d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-23 - Cabinet of Vice-President Cecilia Malmström x The European Steel Association"],"date":["2015-04-23"],"summary":["Planning future event"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-20ded9db5df11164331bb161fdf234b1e5ad53fd","eu-tr-93038071152-83"]}} -{"id":"ec-meeting-2015-04-23-e8b8f2188c93e1850a62c0724dee1227c2f27450","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-23 - Cabinet of Vice-President Maroš Šefčovič x Fortum Oyj"],"date":["2015-04-23"],"summary":["Energy issues in Finland"],"notes":["Portfolio: Energy Union"],"location":["Brussels, BE"],"address":["Brussels, BE"],"addressEntity":["addr-bd80958a978de8af51caa97a25a75f30d0061d71"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-ea6b517040e26a62f17d2829afffeba48cfd682f","eu-tr-03501997362-71"]}} -{"id":"ec-meeting-2015-04-23-e9846dadc782825e4aedb35d06ce676dbb862c62","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-23 - Cabinet of Vice-President Andrus Ansip x TDF"],"date":["2015-04-23"],"summary":["Spectrum policies, 700MHz (meeting together with Eric Mamer of Cab Oettinger)"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-402017316983-27","ec-person-666bc159c7e65a3af9e63c1e97435c02f1496955"]}} -{"id":"ec-meeting-2015-04-23-ec548ff7ecc5cc4baed8a98182098a20e07d5d15","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-23 - Communications Networks, Content and Technology x Forum Europe"],"date":["2015-04-23"],"summary":["E-Government"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-731763615450-48","ec-person-3d379ff88d704acbd3444fdd59765df1225d4f9b"]}} -{"id":"ec-meeting-2015-04-23-f3de9e679fddd057f2c8dd643bf0e7e697f35c36","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-23 - Education, Youth, Sport and Culture x European Policy Centre"],"date":["2015-04-23"],"summary":["Working lunch with Mr Fabian Zuleg (EPC)"],"location":["restaurant Icônes"],"address":["restaurant Icônes"],"addressEntity":["addr-33b150fb4a7d37072c716af3b3b13fb7dd27655a"],"organizer":["ec-dg-eac"],"involved":["eu-tr-89632641000-47","ec-person-4b0c15b75d9d40b5f296fc3f15972fd544f6b6d6"]}} -{"id":"ec-meeting-2015-04-24-021a112e9dd0d1b3d6bbf398e2667b971b4032e9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-24 - Cabinet of Commissioner Violeta Bulc x TUI Travel PLC"],"date":["2015-04-24"],"summary":["Aviation Package"],"notes":["Portfolio: Transport"],"location":["BERL 8/39"],"address":["BERL 8/39"],"addressEntity":["addr-8525b7aa1bbbff229130ad219106a8a8bfc5fde4"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-5012c5e45a52ee8ce67d19c1781a127af53e73e7","eu-tr-29016177097-47"]}} -{"id":"ec-meeting-2015-04-24-091b298c9b3bcd32f25b130cdc6a6a37219aa92c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-24 - Cabinet of Vice-President Cecilia Malmström x Chamber of Commerce of the United States of America"],"date":["2015-04-24"],"summary":["Event planning"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-444722016787-61","ec-person-20ded9db5df11164331bb161fdf234b1e5ad53fd"]}} -{"id":"ec-meeting-2015-04-24-0b72b8ebc3631fe8cadac72329d8815a98f63984","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2015-04-24 - Cabinet of Commissioner Violeta Bulc x Qatar Airways"],"date":["2015-04-24"],"summary":["Aeropolitical affairs between Qatar and the EU","Qatar Airways CEO meeting Commissioner Bulc"],"notes":["Portfolio: Transport"],"location":["Brussels, Belguim","BERL 8/26"],"address":["Brussels, Belguim","BERL 8/26"],"addressEntity":["addr-84b5e5f38d43901e13b15f0c7dd8b408c954fd9b","addr-350637aff090d1bc9b1cc72d8b75dfafd9385c72"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-4d2b449b5047ea3fda435a2a1c1081e3babcdf76","ec-person-5012c5e45a52ee8ce67d19c1781a127af53e73e7","eu-tr-532153117035-82","ec-person-d710a614b1b0eabb6d73a2d665b82f6514a3fdb8"]}} -{"id":"ec-meeting-2015-04-24-0d3edc7e5b72f93a0bd5ffdb9411cfa789e32389","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-24 - Cabinet of Vice-President Karmenu Vella x WWF European Policy Programme"],"date":["2015-04-24"],"summary":["IUU fishing"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["eu-tr-1414929419-24","ec-person-2966d69fae0ea4e67f3f2df5a743cc766267d3c8"]}} -{"id":"ec-meeting-2015-04-24-1dfbfb8197ccddacbab675f6c6e798184fd7129e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-24 - Research and Innovation x Metsäliitto Cooperative"],"date":["2015-04-24"],"summary":["Next- generation bio-product mill"],"location":["Brussels, Director-General's office"],"address":["Brussels, Director-General's office"],"addressEntity":["addr-1ffa5aa0c8ebbed91e2de7b5b699caa8a4738a67"],"organizer":["ec-dg-rtd"],"involved":["ec-person-3a3f2867fc07b851e10a70d1325a0cf2fc1a87dc","eu-tr-962687110415-94"]}} -{"id":"ec-meeting-2015-04-24-1ee43c694131ab4ea2aa8d3def45da855be3f009","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-24 - Communications Networks, Content and Technology x DIGITALEUROPE"],"date":["2015-04-24"],"summary":["Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-64270747023-20","ec-person-3d379ff88d704acbd3444fdd59765df1225d4f9b"]}} -{"id":"ec-meeting-2015-04-24-28d636ebe87f874839f2db0ad2a86d12a0765d20","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-24 - Environment x Confederation of European Waste-to-Energy Plants"],"date":["2015-04-24"],"summary":["Cewep position on circular economy"],"location":["Bruxelles"],"address":["Bruxelles"],"addressEntity":["addr-b58f5927b66d94a676970dc048485d4c6848f272"],"organizer":["ec-dg-env"],"involved":["eu-tr-7899845424-69","ec-person-c92411579cf013898db30d63a5d6fadc118e7264"]}} -{"id":"ec-meeting-2015-04-24-3ae9c116efc1d90788dc2250ff7eaa329182afec","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-24 - Günther Oettinger x Bundesverband der Deutschen Industrie e.V."],"date":["2015-04-24"],"summary":["Industry 4.0"],"location":["Berlin, Germany"],"address":["Berlin, Germany"],"addressEntity":["addr-45087614a913d81becb706e8469c1cd56b027e7f"],"organizer":["ec-dg-de"],"involved":["eu-tr-1771817758-48","ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0"]}} -{"id":"ec-meeting-2015-04-24-3d5c60aa3d2903b625d5514f4955fc712a22785e","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2015-04-24 - Cabinet of Commissioner Phil Hogan x Metsäliitto Cooperative Confederation of European Paper Industries"],"date":["2015-04-24"],"summary":["Bio economy","Bio Economy"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-72279144480-58","ec-person-a1a78365cc4685b0958056646204977d8f2ead92","ec-person-ff8342dedc26701400fcb7dcf73fbee50a837ac6","eu-tr-962687110415-94"]}} -{"id":"ec-meeting-2015-04-24-434259d05f83edc32e1c8bb5140e5891dd2bd490","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-24 - Health and Food Safety x Union Européenne du Commerce du Bétail et des Métiers de la Viande"],"date":["2015-04-24"],"summary":["Follow-up of the meeting of 6 February 2015"],"location":["Brussels (BELGIUM)"],"address":["Brussels (BELGIUM)"],"addressEntity":["addr-25bd5ca85cdaa2e09cf8cb981983bc8a6b73b8ec"],"organizer":["ec-dg-sante"],"involved":["eu-tr-4422649896-52","ec-person-e6c752b8c9246ee8246c3dde21cfd79f9c4d2d19"]}} -{"id":"ec-meeting-2015-04-24-4a4d32b533177bdbf0bb97897e2ffd3a677ccc5b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-24 - Informatics x Cisco Systems Inc."],"date":["2015-04-24"],"summary":["Strategic Review Meeting"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-digit"],"involved":["ec-person-0098ceaf3507dfdf0d7f020be9785ac3453b4913","eu-tr-494613715191-85"]}} -{"id":"ec-meeting-2015-04-24-4d93648a17e8edda150af01db7fa24e56f86e550","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-24 - Cabinet of Commissioner Elżbieta Bieńkowska x Toy Industries of Europe"],"date":["2015-04-24"],"summary":["Toy Safety Directive"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-016371114093-01","ec-person-daef7f819b2f3ffe5e4f5d8eb2782954f3c4a4e2","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2015-04-24-575d7d3590d06f06dbdf6b0f9f2e62efb6dd8852","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-24 - Cabinet of Commissioner Věra Jourová x Mladá fronta a.s."],"date":["2015-04-24"],"summary":["Digital Single Market, Digital contracts proposal, Data protection reform"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Prague, Czech republic"],"address":["Prague, Czech republic"],"addressEntity":["addr-3b19b8ec8417ba7a217751b49c28efd0adc0e96d"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-a608b85b2ffef83f883b5a2330b6232efa1b7141","eu-tr-635679317228-32"]}} -{"id":"ec-meeting-2015-04-24-61f25688d19d4ec32f4e845ec4e9c898692a1930","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-24 - Cabinet of Commissioner Vytenis Andriukaitis x BREIZ EUROPE"],"date":["2015-04-24"],"summary":["Russian embargo on export of pigmeat"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-b9c3f19e7c5f216e3e508f931ddd6a9cb59376d1","eu-tr-44968076843-33"]}} -{"id":"ec-meeting-2015-04-24-698868ca2cece938db6470ced103561271a1fe45","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-24 - Cabinet of Vice-President Maroš Šefčovič x Friends of Europe"],"date":["2015-04-24"],"summary":["Energy Union and Friends of Europe"],"notes":["Portfolio: Energy Union"],"location":["Brussels, BE"],"address":["Brussels, BE"],"addressEntity":["addr-bd80958a978de8af51caa97a25a75f30d0061d71"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-2be517b9261a91f2f07e05ec14c6331980e9716e","eu-tr-99436366768-45","ec-person-9f6823821fe68d82e9b9dbe81181ecacb0265d94"]}} -{"id":"ec-meeting-2015-04-24-7e64923b67a8c7048d77e8008f72c46990cf7370","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-24 - Cabinet of Commissioner Tibor Navracsics x Deutsch-Georgischer Verein für Wirtschaft und Kultur e.V."],"date":["2015-04-24"],"summary":["Introductory meeting"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["eu-tr-640609517083-28","ec-person-cb6aa96c497dead35eb0f2ed0339e5423d506549"]}} -{"id":"ec-meeting-2015-04-24-8e048136fdd73eeacdfb756efeccc1859c7d68ed","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-24 - Cabinet of Commissioner Violeta Bulc x Confederation of Finnish Industries EK"],"date":["2015-04-24"],"summary":["Meeting with Confederation of Finnish Industries"],"notes":["Portfolio: Transport"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-dd7851e4a1e747e824b4f81139e33bc3cdb73160","eu-tr-1274604847-34"]}} -{"id":"ec-meeting-2015-04-24-9be77fca4f504e9bf5941100c47b32075c7054c2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-24 - Cabinet of President Jean-Claude Juncker x PANASONIC EUROPE BV"],"date":["2015-04-24"],"summary":["Digital Single Market"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-44a061693f35519551be0e3dab996e76ad3f8c7c","eu-tr-31253607851-84"]}} -{"id":"ec-meeting-2015-04-24-afe50b745109434908873ec61d3b728dba32117a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-24 - Cabinet of First Vice-President Frans Timmermans x AKD advocaten & notarissen"],"date":["2015-04-24"],"summary":["20th Anniversary Commemoration"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Autoworld Museum - Brussels"],"address":["Autoworld Museum - Brussels"],"addressEntity":["addr-160190adbc75995731abca1e903c8613456778a2"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-858985017078-86","ec-person-6c0efbf1635ca0cb8dce32e129231fa3136f600b"]}} -{"id":"ec-meeting-2015-04-24-b15c00ed2763e20d413522c209aa0082bd3112fd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-24 - Financial Stability, Financial Services and Capital Markets Union x Die Deutsche Kreditwirtschaft Gesamtverband der Deutschen Versicherungswirtschaft e.V."],"date":["2015-04-24"],"summary":["Austrian Hypo Alpe Adria Special Act"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["ec-person-6be7848f21e63e093fdf3693cc8c3e2b6d29f776","eu-tr-6437280268-55","eu-tr-52646912360-95"]}} -{"id":"ec-meeting-2015-04-24-c19ed946835412f48a4b5917656f1df5fc0b73ab","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-24 - Günther Oettinger x Conseil de Coopération Economique"],"date":["2015-04-24"],"summary":["Investment package"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-4cd59e13386e3b68ecb3611fcc579e0a0a3938a5","eu-tr-260656615546-60"]}} -{"id":"ec-meeting-2015-04-24-d3c87c168cd01e34021b30ac9d76f007307382eb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-24 - Cabinet of Vice-President Johannes Hahn x Norwegian Refugee Council Europe"],"date":["2015-04-24"],"summary":["humanitarian assistance Palestinians West Bank"],"notes":["Portfolio: European Neighbourhood Policy & Enlargement Negotiations"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-hahn-johannes-of-president-vice"],"involved":["ec-person-ffbd1e8ac522a6bd1cdc4b724b9a4416b5d36034","eu-tr-750447615329-96"]}} -{"id":"ec-meeting-2015-04-24-d867e29c4ce6538dda9c36347c62df7a2439572d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-24 - Cabinet of First Vice-President Frans Timmermans x Environmental Services Association"],"date":["2015-04-24"],"summary":["Circular Economy"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["BERL 10/286"],"address":["BERL 10/286"],"addressEntity":["addr-fb8936c188f53a7eb5cbd12e71c33e932fbbc6ac"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["ec-person-7a0c440119cd5d547eceebb055c79b8bb41bf9a2","eu-tr-74255575543-90"]}} -{"id":"ec-meeting-2015-04-24-eaa9b4f1d6cb510993f17641ac724017b568ea0c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-24 - Cabinet of Commissioner Věra Jourová x Society of Audiovisual Authors"],"date":["2015-04-24"],"summary":["Copyright and consumer protection aspects in the Digital Single Market"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["eu-tr-99336382936-11","ec-person-ff9ad301b778d595651cc4c46ec3a4cf1ef10376"]}} -{"id":"ec-meeting-2015-04-24-f36b9fb44fc1ac90cb16e7868adc89780187b1c4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-24 - Cabinet of Vice-President Jyrki Katainen x European Federation of Waste Management and Environmental Services"],"date":["2015-04-24"],"summary":["Circular Economy"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-0310c3b87e155f5572493e91d12eebab9736a76b","eu-tr-2157643512-49"]}} -{"id":"ec-meeting-2015-04-24-fc97053fcbfbeb1af4c3b1fa7bdaa1b789a88cc0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-24 - Cabinet of President Jean-Claude Juncker x Women Political Leaders"],"date":["2015-04-24"],"summary":["Gender equality issues"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-419508817229-68","ec-person-80c6995ad1cd6aefa72f1bf440b17b6d8c6dd4b8"]}} -{"id":"ec-meeting-2015-04-25-e8d4ebde711672de50214ee073a439efda37011a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-25 - Günther Oettinger x RTL Group ProSiebenSat.1 Media SE"],"date":["2015-04-25"],"summary":["DSM"],"location":["Rust, Germany"],"address":["Rust, Germany"],"addressEntity":["addr-d8fcc194962334b6cdf5c2589993bc71f6ff1009"],"organizer":["ec-dg-de"],"involved":["eu-tr-139785716776-18","ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0","eu-tr-59267165790-45"]}} -{"id":"ec-meeting-2015-04-27-05fb3ec831278a63599fd14a0051e78a11ab3883","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-27 - Cabinet of Commissioner Tibor Navracsics x International Association of Scientific, Technical and Medical Publishers"],"date":["2015-04-27"],"summary":["Digital Single Market and open access"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["eu-tr-98356852465-08","ec-person-fc5c01a0bffedf0f4e205a759b40239535313d28"]}} -{"id":"ec-meeting-2015-04-27-077acc7d98a006066c62a2ad0d892ac51cdd16c8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-27 - Cabinet of Vice-President Jyrki Katainen x Teollisuuden Voima Oyj"],"date":["2015-04-27"],"summary":["Energy Union"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-352103717639-15","ec-person-0310c3b87e155f5572493e91d12eebab9736a76b"]}} -{"id":"ec-meeting-2015-04-27-13a765c3732d9e8de82365e9be4221f87270e96b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-27 - Cabinet of Commissioner Věra Jourová x Yahoo! (Oath EMEA Ltd.)"],"date":["2015-04-27"],"summary":["Data protection reform"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-f329292459cb1badb7fb7c6b67b698c441931bb2","eu-tr-58885623470-56"]}} -{"id":"ec-meeting-2015-04-27-2d5a9232ef8bfbbbf7bf7f0989ac492332dcd986","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-27 - Cabinet of Commissioner Věra Jourová x Bureau Européen des Unions de Consommateurs"],"date":["2015-04-27"],"summary":["Options for new rules for online purchases  (Digital single market)"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, belgium"],"address":["Brussels, belgium"],"addressEntity":["addr-b39b9dcfba3e578ef360518fd0aa4ce7938fab00"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-a2ca9161feee56909a0e98b473c2d342c20fdb57","eu-tr-9505781573-45"]}} -{"id":"ec-meeting-2015-04-27-30955165f11158cf49662e9905ffbc0c90d12f0c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-27 - Cabinet of Vice-President Jyrki Katainen x Confederation of Finnish Industries EK"],"date":["2015-04-27"],"summary":["Transport"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-0310c3b87e155f5572493e91d12eebab9736a76b","eu-tr-1274604847-34"]}} -{"id":"ec-meeting-2015-04-27-313e24b623de237638e2993cd5e62a7ff7075046","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-27 - Cabinet of First Vice-President Frans Timmermans x UNITEE AISBL"],"date":["2015-04-27"],"summary":["New European Forums/Awards"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-07875727774-09","ec-person-284d94050a35c9079d8b1ba3f85eaf7777b5fea9"]}} -{"id":"ec-meeting-2015-04-27-37d3218a7cf6f469ede3a6f6e00461894a4c9af0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-27 - Cabinet of Vice-President Miguel Arias Cañete x Confederación Española de Organizaciones Empresariales ASOCIACIÓN DE EMPRESAS CON GRAN CONSUMO DE ENERGÍA Asociación Española de Cogeneración Asociación Española de Proveedores de Automoción ASOCIACION DE EMPRESAS DE FRIO Y SUS TECNOLOGIAS AGRUPACIÓN DE FABRICANTES DE CEMENTO DE ESPAÑA"],"date":["2015-04-27"],"summary":["Energy Policy for Climate Change and Working programme of the EU 2015, and Action Plan"],"notes":["Portfolio: Climate Action & Energy"],"location":["Madrid, Spain"],"address":["Madrid, Spain"],"addressEntity":["addr-f2c4f2ef1ea88618aa1533f69b0d18fc1125a9d2"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-795662615695-14","eu-tr-79326599753-48","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd","eu-tr-213724216997-46","eu-tr-875633611990-87","eu-tr-02963738854-41","eu-tr-406700112988-86"]}} -{"id":"ec-meeting-2015-04-27-3b4ab8f7e1f02b34dd04d163c4c3bd18267d194c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-27 - Cabinet of Vice-President Valdis Dombrovskis x Association Française des Marchés Financiers"],"date":["2015-04-27"],"summary":["Markets in Financial Instruments Directive II"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-1992865484-43","ec-person-3f9ca71b74344417d1f072ba7f3e2f09a223b036"]}} -{"id":"ec-meeting-2015-04-27-40d301de1f10de605d0036e20d05018b0a35d4dc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-27 - Cabinet of Vice-President Maroš Šefčovič x Association Française des Entreprises Privées / French Association of Large Companies France Industrie"],"date":["2015-04-27"],"summary":["Energy Union Strategy"],"notes":["Portfolio: Energy Union"],"location":["Brussels, BE"],"address":["Brussels, BE"],"addressEntity":["addr-bd80958a978de8af51caa97a25a75f30d0061d71"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-953933297-85","eu-tr-60974102057-03","ec-person-9f6823821fe68d82e9b9dbe81181ecacb0265d94"]}} -{"id":"ec-meeting-2015-04-27-452781ff70e6adcad8a60d124bdff16dad36d2af","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-27 - Günther Oettinger x Euronews"],"date":["2015-04-27"],"summary":["Audiovisual media policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0","eu-tr-944964416106-32"]}} -{"id":"ec-meeting-2015-04-27-4fff7130481176449e67891c321f0e35da40a936","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-27 - Cabinet of Commissioner Phil Hogan x Przedsiębiorstwo Produkcyjno-Handlowo-Usługowe Laktopol sp. z o.o."],"date":["2015-04-27"],"summary":["Problems faced by the dairy production sector."],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-598148317005-42","ec-person-400dd8d59d3060187d9b9b143d697da1a3d03c12"]}} -{"id":"ec-meeting-2015-04-27-50c3913e71ca3b7d4cc75791b0adfe9c4fec8edf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-27 - Cabinet of Commissioner Margrethe Vestager x Landbrug & Fødevarer - Danish Agriculture and Food Council"],"date":["2015-04-27"],"summary":["Commission priorities and work programme"],"notes":["Portfolio: Competition"],"location":["Copenhagen, Denmark"],"address":["Copenhagen, Denmark"],"addressEntity":["addr-037407970050e97c761587d63aacfaeb126cab45"],"organizer":["ec-cabinet-commissioner-margrethe-of-vestager"],"involved":["ec-person-baa1c172df109ebd1f0307bccb5e21aec66c7a25","eu-tr-1634450483-86"]}} -{"id":"ec-meeting-2015-04-27-58bba457a8db5227eb054e555b73fba418baeb94","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-27 - Cabinet of Vice-President Jyrki Katainen x Centre de liaison des industries transformatrices de viande de l'UE"],"date":["2015-04-27"],"summary":["Industrial Policy"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-02978802379-31","ec-person-0da85dc48012e26688310a59a0b51727ea68f410"]}} -{"id":"ec-meeting-2015-04-27-5f98264ccda5dc3c5ee2638528484aa763a90cee","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-27 - Günther Oettinger x Comuto SA"],"date":["2015-04-27"],"summary":["DSM"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-d8b86b98a24683917c569000ed6d8c45bedbbc00","eu-tr-290486916308-69"]}} -{"id":"ec-meeting-2015-04-27-67a1ddce5c266e807aa35f55ff5570dc961579d0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-27 - Communications Networks, Content and Technology x Dassault Systèmes"],"date":["2015-04-27"],"summary":["DSM and Industry 4.0"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-298788015846-34","ec-person-3d379ff88d704acbd3444fdd59765df1225d4f9b"]}} -{"id":"ec-meeting-2015-04-27-6d059b2d966ed03c675d44af913d5d2bcd9c7b9e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-27 - Günther Oettinger x Computer & Communications Industry Association"],"date":["2015-04-27"],"summary":["DSM"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-15987896534-82","ec-person-c6cae64cc7dc787b66a47ab1613d3e922875b971"]}} -{"id":"ec-meeting-2015-04-27-73f0a5390006971ebda7df2a7859daeff63b8497","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-27 - Cabinet of Commissioner Elżbieta Bieńkowska x CELGENE"],"date":["2015-04-27"],"summary":["Biopharmaceutical industry"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-37955905654-37","ec-person-b2f9be51339f054477846797e2c119fcf16548fc","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2015-04-27-78aebb70bd828b4b2b7d067248213dc65d308b54","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-27 - Cabinet of Vice-President Maroš Šefčovič x UNIFE"],"date":["2015-04-27"],"summary":["Railway transport + Energy Union"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-9624415524-28","ec-person-1f95be23689cd4ed0a26fe2980f760ccf2d55c1e"]}} -{"id":"ec-meeting-2015-04-27-7b3f70195050c0c1b3c42a7647bdb05142e9385c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-27 - Cabinet of Vice-President Andrus Ansip x Comuto SA"],"date":["2015-04-27"],"summary":["Questions d’économie du partage et de marché unique du numérique"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-d5a309c64ecdb05010325dcfc661f6ae817f31cc","eu-tr-290486916308-69"]}} -{"id":"ec-meeting-2015-04-27-7f472a0ac499b1c577e76b7e57bb3b322fbae599","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-27 - Cabinet of Commissioner Tibor Navracsics x IFPI Representing recording industry worldwide"],"date":["2015-04-27"],"summary":["Digital Single Market, Copyright"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["eu-tr-60394321918-91","ec-person-cb6aa96c497dead35eb0f2ed0339e5423d506549"]}} -{"id":"ec-meeting-2015-04-27-81c0d7287d82a6e8761038e66200565b9bbc8875","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-27 - Cabinet of Commissioner Violeta Bulc x Shipyards' and Maritime Equipment Association of Europe"],"date":["2015-04-27"],"summary":["Meeting with SEA Europe"],"notes":["Portfolio: Transport"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-e14c58f620f40325d829df7be0823280307bc15f","eu-tr-009214311424-03"]}} -{"id":"ec-meeting-2015-04-27-81d50e30c48d6cd47e7364773218a45528db08f3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-27 - Cabinet of Commissioner Carlos Moedas x Airbus"],"date":["2015-04-27"],"summary":["Airbus and Horizon 2020"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["eu-tr-2732167674-76","ec-person-23980b2bc4fd9c82051d0f7888dc236b2f764866"]}} -{"id":"ec-meeting-2015-04-27-87042919ad843326c67577971f2eff589963b820","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-27 - Günther Oettinger x BT Group plc"],"date":["2015-04-27"],"summary":["DSM"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-c6cae64cc7dc787b66a47ab1613d3e922875b971","eu-tr-00919034091-89"]}} -{"id":"ec-meeting-2015-04-27-9101721a05b809a3f9267b8c997250d0134855f7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-27 - Cabinet of Commissioner Violeta Bulc x European Association Automotive Suppliers"],"date":["2015-04-27"],"summary":["Meeting between Commissioner Bulc and CLEPA representatives"],"notes":["Portfolio: Transport"],"location":["Brussels, Belguim"],"address":["Brussels, Belguim"],"addressEntity":["addr-84b5e5f38d43901e13b15f0c7dd8b408c954fd9b"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-4d2b449b5047ea3fda435a2a1c1081e3babcdf76","eu-tr-91408765797-03","ec-person-e14c58f620f40325d829df7be0823280307bc15f"]}} -{"id":"ec-meeting-2015-04-27-a32f22c81f232e3d73751d246b6a900c7e0c17bf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-27 - Cabinet of Commissioner Violeta Bulc x Comuto SA"],"date":["2015-04-27"],"summary":["Meeting with BlaBla car"],"notes":["Portfolio: Transport"],"location":["Brussels, Belguim"],"address":["Brussels, Belguim"],"addressEntity":["addr-84b5e5f38d43901e13b15f0c7dd8b408c954fd9b"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-4d2b449b5047ea3fda435a2a1c1081e3babcdf76","ec-person-dd7851e4a1e747e824b4f81139e33bc3cdb73160","eu-tr-290486916308-69"]}} -{"id":"ec-meeting-2015-04-27-af7e262362bf34c89957f61eda72f6088343a15c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-27 - Health and Food Safety x New Breeding Techniques Platform"],"date":["2015-04-27"],"summary":["Update on the recent contacts NBT Platform had with MS representatives on the issue of NBTs"],"location":["Brussels (BELGIUM)"],"address":["Brussels (BELGIUM)"],"addressEntity":["addr-25bd5ca85cdaa2e09cf8cb981983bc8a6b73b8ec"],"organizer":["ec-dg-sante"],"involved":["eu-tr-303808417118-14","ec-person-e6c752b8c9246ee8246c3dde21cfd79f9c4d2d19"]}} -{"id":"ec-meeting-2015-04-27-b37e4909b2a5868eadd7ff3e2b0dbbc251f44b6f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-27 - Cabinet of Commissioner Pierre Moscovici x L'Oréal"],"date":["2015-04-27"],"summary":["Contrefaçons"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Bruxelles"],"address":["Bruxelles"],"addressEntity":["addr-b58f5927b66d94a676970dc048485d4c6848f272"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["ec-person-79931cfd2923c1aca9c7d284e9590732b0a36ed9","eu-tr-02776221598-67"]}} -{"id":"ec-meeting-2015-04-27-b9cf2063d2aa3b76ccdfb0c8c8f056aa762037ae","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-27 - Cabinet of Vice-President Andrus Ansip x IBM Corporation"],"date":["2015-04-27"],"summary":["Consumer cloud"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-5db7bdd1c81da2e70eb5b982097d0004111b5c3e","eu-tr-7721359944-96"]}} -{"id":"ec-meeting-2015-04-27-ceca06aed20101da4657523daa49a6b1162ad8fa","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-27 - Günther Oettinger x SAP"],"date":["2015-04-27"],"summary":["DSM"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-c6cae64cc7dc787b66a47ab1613d3e922875b971","eu-tr-639117311617-01"]}} -{"id":"ec-meeting-2015-04-27-d069b599c7873441365a1d1be38dd8df50b56727","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-27 - Cabinet of Commissioner Carlos Moedas x International Association of Scientific, Technical and Medical Publishers"],"date":["2015-04-27"],"summary":["Meeting with the CEO of the International Association of Scientific, Technical and Medical Publishers (STM) on Digital Single Market"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["eu-tr-98356852465-08","ec-person-23980b2bc4fd9c82051d0f7888dc236b2f764866"]}} -{"id":"ec-meeting-2015-04-27-d08179aa931c1f89ecfe91573c0c1c3bad98f210","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2015-04-27 - Cabinet of Commissioner Violeta Bulc x Airbus"],"date":["2015-04-27"],"summary":["Meeting between Commissioner Bulc and Airbus CEO","Airbus CEO"],"notes":["Portfolio: Transport"],"location":["BE/Brussels","Brussels, Belguim"],"address":["BE/Brussels","Brussels, Belguim"],"addressEntity":["addr-84b5e5f38d43901e13b15f0c7dd8b408c954fd9b","addr-a8deb12be54fb82c298761f75b0f3b9e05bd9bd8"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-5012c5e45a52ee8ce67d19c1781a127af53e73e7","ec-person-4d2b449b5047ea3fda435a2a1c1081e3babcdf76","ec-person-d710a614b1b0eabb6d73a2d665b82f6514a3fdb8","eu-tr-2732167674-76"]}} -{"id":"ec-meeting-2015-04-27-d6638b84ed35c7bb6f1bf13bff3e2ebaa154da56","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-27 - Cabinet of Vice-President Andrus Ansip x Volkswagen Aktiengesellschaft"],"date":["2015-04-27"],"summary":["standards, data, transport"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-6a03bc4fa7657513ea34529e98dba0671ef4c849","eu-tr-6504541970-40"]}} -{"id":"ec-meeting-2015-04-27-d74437aa2a2ded0bd242b9aa391d28aac879fbbd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-27 - Cabinet of President Jean-Claude Juncker x Hydrogen Europe"],"date":["2015-04-27"],"summary":["Investment Plan"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-c402e34a99fbee730ae22e3b1958e21c94dc6fcc","eu-tr-77659588648-75"]}} -{"id":"ec-meeting-2015-04-27-fe75726771d266fee8f243bf4056c5808ad4febf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-27 - Cabinet of Vice-President Valdis Dombrovskis x OXFAM INTERNATIONAL EU ADVOCACY OFFICE"],"date":["2015-04-27"],"summary":["Corporate Taxation"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["European Commission - Berlaymont"],"address":["European Commission - Berlaymont"],"addressEntity":["addr-8e31ed79f02baf4e8569a8862c926af22033723b"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-46856801604-90","ec-person-48f31156d932641826e09f5b73f074d35ff05786"]}} -{"id":"ec-meeting-2015-04-27-fe9619f363c3b1b4b3779e5950e1c489c9905960","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-27 - Cabinet of Commissioner Phil Hogan x european competitive telecommunications association european competitive telecommunications association"],"date":["2015-04-27"],"summary":["Digital Singe Market Strategy, investment in rural broadband"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-a985b9a03cb4f9af4f2f97583d8f92fb71579572","eu-tr-24627752238-32"]}} -{"id":"ec-meeting-2015-04-28-0339926617b0390c3a8b7b656814163adf84f210","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-28 - Günther Oettinger x General Electric Company"],"date":["2015-04-28"],"summary":["Industry 4.0"],"location":["Strasbourg"],"address":["Strasbourg"],"addressEntity":["addr-a7b90170b4a5bf2d1d09ccfd109b57e0a030cfc4"],"organizer":["ec-dg-de"],"involved":["ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0","eu-tr-4016736872-59"]}} -{"id":"ec-meeting-2015-04-28-0b6ae03b72da6af0630c15095c9e68e12354092c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-28 - Cabinet of Commissioner Elżbieta Bieńkowska x DD Unternehmensentwicklungsgesellschaft mbH"],"date":["2015-04-28"],"summary":["Introductory meeting"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-782320916758-57","ec-person-b2f9be51339f054477846797e2c119fcf16548fc","ec-person-daef7f819b2f3ffe5e4f5d8eb2782954f3c4a4e2"]}} -{"id":"ec-meeting-2015-04-28-0c5920ed9ab276b8ea32550e3b1af8d5be0e2642","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-28 - Cabinet of Commissioner Pierre Moscovici x Independent Retail Europe (formerly UGAL - Union of Groups of Independent Retailers of Europe)"],"date":["2015-04-28"],"summary":["Eu plans on tax transparency and corporate taxation, reverse charge on VAT"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["eu-tr-034546859-02","ec-person-738f7f25002d191bd2df8936e8f8d1d726c19e2e"]}} -{"id":"ec-meeting-2015-04-28-0cdaaae14c250545356014eef8305d799d61dacd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-28 - Cabinet of Vice-President Cecilia Malmström x EU-Japan Centre for Industrial Cooperation"],"date":["2015-04-28"],"summary":["Mrs Åsenius gave an update on ongoing EU-Japan negotiations"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-5d4088e1913284a765aed8445f448f6ff341f1b3","ec-person-20ded9db5df11164331bb161fdf234b1e5ad53fd","eu-tr-374110414692-85"]}} -{"id":"ec-meeting-2015-04-28-19de5f2f792fef71391058b34b29ca0e83c0d894","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-28 - Environment x Association des Constructeurs Européens d'Automobiles"],"date":["2015-04-28"],"summary":["RDE (Real Driving Emissions)"],"location":["Bruxelles"],"address":["Bruxelles"],"addressEntity":["addr-b58f5927b66d94a676970dc048485d4c6848f272"],"organizer":["ec-dg-env"],"involved":["eu-tr-0649790813-47","ec-person-c92411579cf013898db30d63a5d6fadc118e7264"]}} -{"id":"ec-meeting-2015-04-28-23a5d73e6ea2e2145be021122b1299973f6e47a5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-28 - Cabinet of Commissioner Elżbieta Bieńkowska x Union of European Beverages Association"],"date":["2015-04-28"],"summary":["To introduce the organisation and its priorities"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Berlaymont, Brussels, Belgium"],"address":["Berlaymont, Brussels, Belgium"],"addressEntity":["addr-0b7010ac7abf438645eacd50af3009b1252cd7a6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-25492952296-56","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2015-04-28-265b084c8333c5221cfd7493ed602d907e5193af","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-28 - Cabinet of Commissioner Elżbieta Bieńkowska x General Electric Company"],"date":["2015-04-28"],"summary":["Meeting with General Electric on recent investments, and contributions to a European Industrial Renaissance, the Energy Union"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Strasbourg"],"address":["Strasbourg"],"addressEntity":["addr-a7b90170b4a5bf2d1d09ccfd109b57e0a030cfc4"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-4016736872-59","ec-person-95a769a1850d7d595f9a5853c51dcbdd3ddd69fb"]}} -{"id":"ec-meeting-2015-04-28-2e2c90cc4ea4041ff0bd5897d3bc36b7cd6f0aeb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-28 - Cabinet of Vice-President Jyrki Katainen x consortium of CERN and large European national laboratories with accelerator driven research infrastructures and major detector development effort"],"date":["2015-04-28"],"summary":["European Fund for Strategic Investment, VP's visit"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-f9208d930adc70c6c64e21701e48f85f6f18e949","eu-tr-44454059960-64"]}} -{"id":"ec-meeting-2015-04-28-4843b975424539bbc2852aaafae6ca1388bd13f4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-28 - Cabinet of Commissioner Carlos Moedas x Hydrogen Europe"],"date":["2015-04-28"],"summary":["Mr. Pierre-Etienne Franc, Chairman"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-fb56329c22510c66ab50a8bdba13230bdae32902","eu-tr-77659588648-75"]}} -{"id":"ec-meeting-2015-04-28-581ccd27b9a17a27694fb873b5508f05f8619255","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-28 - Cabinet of Commissioner Carlos Moedas x CEMBUREAU - The European Cement Association"],"date":["2015-04-28"],"summary":["Meeting with Mr Koppenholle"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-fb56329c22510c66ab50a8bdba13230bdae32902","eu-tr-93987316076-63"]}} -{"id":"ec-meeting-2015-04-28-5bf681cc3f0741d91dd82b14a68aa06085306ca7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-28 - Cabinet of Vice-President Jyrki Katainen x Stichting European Climate Foundation"],"date":["2015-04-28"],"summary":["Circular Economy, Energy Union"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-f9208d930adc70c6c64e21701e48f85f6f18e949","eu-tr-64869491516-70"]}} -{"id":"ec-meeting-2015-04-28-6855c52ac9ef52e125a911a949ecea953a5f0c48","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-28 - Cabinet of Commissioner Margrethe Vestager x The Danish Chamber of Commerce"],"date":["2015-04-28"],"summary":["Digital Single Market"],"notes":["Portfolio: Competition"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-margrethe-of-vestager"],"involved":["ec-person-0700cb0f43a2d20f4938902c4a086aca632d71fb","eu-tr-0330934426-12"]}} -{"id":"ec-meeting-2015-04-28-68bba55750a9cf480a3d3fb1eecca6b9d119a950","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-28 - Cabinet of Vice-President Miguel Arias Cañete x Equinor ASA"],"date":["2015-04-28"],"summary":["Energy Union"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-95f883d5d0d484088f26191a8fea8553d674dfbe","eu-tr-4447605981-76"]}} -{"id":"ec-meeting-2015-04-28-77c25ae8e94efbd463e8cc0a9606f9801a8ed9c9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-28 - Cabinet of Vice-President Valdis Dombrovskis x Koch Companies Public Sector, LLC"],"date":["2015-04-28"],"summary":["Energy markets/financial regulation"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-857466510849-71","ec-person-3f9ca71b74344417d1f072ba7f3e2f09a223b036"]}} -{"id":"ec-meeting-2015-04-28-84157e81c4f960902d316d2eeb99cab37a7db0b2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-28 - Cabinet of Commissioner Vytenis Andriukaitis x Associazione Peacelink"],"date":["2015-04-28"],"summary":["Xyllela"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["eu-tr-566948015021-66","ec-person-d462b3c7daeee00ad55e380a7fb96819f79899df"]}} -{"id":"ec-meeting-2015-04-28-872467213e10c7d6eed3668885e7c9c3c2025a01","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-28 - Cabinet of Commissioner Carlos Moedas x EUREC- The association of European Renewable Energy Research Centres"],"date":["2015-04-28"],"summary":["Meeting with Dr. Weber"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-fb56329c22510c66ab50a8bdba13230bdae32902","eu-tr-8156981516-21"]}} -{"id":"ec-meeting-2015-04-28-9273f0b1b10361143b3c2d7ebb54626b039807ee","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-28 - Günther Oettinger x Bertelsmann SE & Co. KGaA"],"date":["2015-04-28"],"summary":["DSM, copyright"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-dg-de"],"involved":["eu-tr-26103486608-47","ec-person-49723482bb23d029cbfc010cb37eec7392a0ae02"]}} -{"id":"ec-meeting-2015-04-28-99f9f1c0a46bd6eec8972ad1dbd430557b6437be","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-28 - Cabinet of Vice-President Jyrki Katainen x Koninklijke Vereniging MKB-Nederland"],"date":["2015-04-28"],"summary":["Circular Economy"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-0310c3b87e155f5572493e91d12eebab9736a76b","eu-tr-05673984520-73"]}} -{"id":"ec-meeting-2015-04-28-a368c99ad2be097aace8a976f2710858d4ed00bd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-28 - Cabinet of Commissioner Tibor Navracsics x European Regulation and Innovation Forum"],"date":["2015-04-28"],"summary":["Science advice and policy"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["eu-tr-52996964558-47","ec-person-fc5c01a0bffedf0f4e205a759b40239535313d28"]}} -{"id":"ec-meeting-2015-04-28-b04967f00bb93126249287e9d699336ce2c612a3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-28 - Cabinet of Commissioner Violeta Bulc x Alliance for Synthetic Fuels in Europe"],"date":["2015-04-28"],"summary":["Meeting with Alliance for Synthetic Fuels in Europe"],"notes":["Portfolio: Transport"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-41186039192-02","ec-person-e14c58f620f40325d829df7be0823280307bc15f"]}} -{"id":"ec-meeting-2015-04-28-b0bba8aa8bad7b1644e9a445742a923402c25c9a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-28 - Health and Food Safety x DuPont de Nemours International SARL"],"date":["2015-04-28"],"summary":["1507 Maize and current situation on GMO legislation"],"location":["Brussels (BELGIUM)"],"address":["Brussels (BELGIUM)"],"addressEntity":["addr-25bd5ca85cdaa2e09cf8cb981983bc8a6b73b8ec"],"organizer":["ec-dg-sante"],"involved":["eu-tr-3181166932-58","ec-person-e6c752b8c9246ee8246c3dde21cfd79f9c4d2d19"]}} -{"id":"ec-meeting-2015-04-28-b2bd1416916ee95458c04380c96c9b495f3c1058","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-28 - Cabinet of Commissioner Jonathan Hill x European Federation of Investors and Financial Services Users"],"date":["2015-04-28"],"summary":["Capital Markets Union"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["eu-tr-24633926420-79","ec-person-5e8e66c5b37cfc1f9272932bf8e12f4b28d1160a"]}} -{"id":"ec-meeting-2015-04-28-b3eaed916b5e1f7ec6622a62ba74a0162958b449","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-28 - Cabinet of Vice-President Valdis Dombrovskis x European Association of Corporate Treasurers"],"date":["2015-04-28"],"summary":["Financial regulation and real economy"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["European Commission - Berlaymont"],"address":["European Commission - Berlaymont"],"addressEntity":["addr-8e31ed79f02baf4e8569a8862c926af22033723b"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-9160958318-89","ec-person-48f31156d932641826e09f5b73f074d35ff05786"]}} -{"id":"ec-meeting-2015-04-28-bfef073c5b6817bd7c8a0d321b661e2cc1917b49","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-28 - Cabinet of Commissioner Phil Hogan x Jeunes Agriculteurs Outre Mer Jeunes Agriculteurs Outre Mer"],"date":["2015-04-28"],"summary":["Potential reform of the POSEI scheme, specific problems of young farmers in peripheral regions to access finance and get started"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-239103712096-50","ec-person-a985b9a03cb4f9af4f2f97583d8f92fb71579572"]}} -{"id":"ec-meeting-2015-04-28-c2b3de351d50f3a599886ee990fdb2dfb217a3da","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-28 - Cabinet of Vice-President Andrus Ansip x Fastweb S.p.A."],"date":["2015-04-28"],"summary":["Review of telecom regulation (access regulation), investment in broadband, DSM"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-58272867322-27","ec-person-666bc159c7e65a3af9e63c1e97435c02f1496955"]}} -{"id":"ec-meeting-2015-04-28-c7cafbf7c8aa769bb7ec3b112b724e24a41f13ff","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-28 - Cabinet of Vice-President Maroš Šefčovič x Equinor ASA"],"date":["2015-04-28"],"summary":["Energy Union"],"notes":["Portfolio: Energy Union"],"location":["Statoil, Brussels"],"address":["Statoil, Brussels"],"addressEntity":["addr-d18b130d287be2c1c2190b6491e79d942877a956"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-af83ed49c403cb9d7ebfecca7893f0054c1f4be5","eu-tr-4447605981-76"]}} -{"id":"ec-meeting-2015-04-28-ca9a5064da45a2d59ff96305355244718bb0885f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-28 - Cabinet of Commissioner Carlos Moedas x General Electric Company"],"date":["2015-04-28"],"summary":["EFSI, energy research and big data."],"notes":["Portfolio: Research, Science and Innovation"],"location":["Strasbourg"],"address":["Strasbourg"],"addressEntity":["addr-a7b90170b4a5bf2d1d09ccfd109b57e0a030cfc4"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-23980b2bc4fd9c82051d0f7888dc236b2f764866","eu-tr-4016736872-59"]}} -{"id":"ec-meeting-2015-04-28-cb8d774b275aa553f63ee4c4ea6fcb889ba65d19","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-28 - Cabinet of Commissioner Carlos Moedas x None"],"date":["2015-04-28"],"summary":["Presentation of the Global Health 2035 Report"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-f7ccc3ad366dd2fdb24870e1c02ff2763539c82f","eu-tr-363663317007-42","eu-tr-32018754890-28","eu-tr-126757916953-97","ec-person-f7327258e5f9a9c39cda735715e0240f1208bb65"]}} -{"id":"ec-meeting-2015-04-28-d8d5fea9f50115468ff13dc8de6286a38cdaa0cf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-28 - Cabinet of Vice-President Miguel Arias Cañete x General Electric Company"],"date":["2015-04-28"],"summary":["Energy sector in the EU and Energy Internal Marrket"],"notes":["Portfolio: Climate Action & Energy"],"location":["Strasbourg, France"],"address":["Strasbourg, France"],"addressEntity":["addr-bd8804e8a516e8be093ac8868dbe50cdb758c25b"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-4016736872-59","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd"]}} -{"id":"ec-meeting-2015-04-28-d936112864f45882f0b16428e79b3c8200d6dc9b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-28 - Cabinet of Commissioner Marianne Thyssen x EUROPEAN TRADE UNION CONFEDERATION"],"date":["2015-04-28"],"summary":["Occupational Health and Safety"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Strasbourg"],"address":["Strasbourg"],"addressEntity":["addr-a7b90170b4a5bf2d1d09ccfd109b57e0a030cfc4"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["eu-tr-06698681039-26","ec-person-c508e9337eca6b067c1f966b82de49c4824a3ad0","ec-person-97cc52ff34af5e6170626d2711bb791d319e064a"]}} -{"id":"ec-meeting-2015-04-28-dc537c04ebdbfc8b65b5c5a8b0408124b4271a82","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-28 - Günther Oettinger x IMPALA Association Internationale AISBL"],"date":["2015-04-28"],"summary":["copyright"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-dg-de"],"involved":["eu-tr-12383069253-19","ec-person-49723482bb23d029cbfc010cb37eec7392a0ae02"]}} -{"id":"ec-meeting-2015-04-28-f35ff130353fc583638dbb676e1542d36a08c2d5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-28 - Cabinet of Vice-President Jyrki Katainen x European Association of Corporate Treasurers"],"date":["2015-04-28"],"summary":["CMU"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-9160958318-89","ec-person-88d71b399a3e13a243bdc4676e481835e8e5b2f2"]}} -{"id":"ec-meeting-2015-04-28-f5b4ca0c577fc2e4cd15a3699355de0d2a512f7c","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2015-04-28 - Cabinet of Vice-President Cecilia Malmström x IFPI Representing recording industry worldwide"],"date":["2015-04-28"],"summary":["Digital Single Market"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-60394321918-91","ec-person-98880f3f4206145e196013db9dd806a551c11e06"]}} -{"id":"ec-meeting-2015-04-28-fe98228dc39c2db594c358b7ed2c0fa79ea4c9bd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-28 - Cabinet of Vice-President Maroš Šefčovič x Bosch Sicherheitssysteme GmbH"],"date":["2015-04-28"],"summary":["Energy Efficiency including the transport sector"],"notes":["Portfolio: Energy Union"],"location":["Brussels, BE"],"address":["Brussels, BE"],"addressEntity":["addr-bd80958a978de8af51caa97a25a75f30d0061d71"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-ea6b517040e26a62f17d2829afffeba48cfd682f","eu-tr-43348533338-46"]}} -{"id":"ec-meeting-2015-04-29-036fa39efc916a5daabc8ed268e7c792198b16de","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-29 - Cabinet of Vice-President Miguel Arias Cañete x German Renewable Energy Federation European Renewable Energies Federation asbl"],"date":["2015-04-29"],"summary":["Proposals on renewable energy pursuant to the Energy Union Strategy"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-48677174683-66","ec-person-260e00934471a02805fb143935d6e9205a7f355f","eu-tr-15511499334-46","ec-person-2229c857664a22dcb8eee79a8c05841fd3d0924f"]}} -{"id":"ec-meeting-2015-04-29-183ff427e0e12e050e1396cc69d0b540fb07cd5d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-29 - Cabinet of Vice-President Andrus Ansip x Ericsson"],"date":["2015-04-29"],"summary":["Digital Single Market policy, R&D, spectrum"],"notes":["Portfolio: Digital Single Market"],"location":["Stockholm"],"address":["Stockholm"],"addressEntity":["addr-c62ff645db3e4e4627445eafdadf5e5683415895"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0","ec-person-0f698e3a0cc0bd6a02e1bd386a25cedc1366f3f1","eu-tr-02021363105-42"]}} -{"id":"ec-meeting-2015-04-29-1a370efb3f13f04601a863423635d04a8825692a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-29 - Cabinet of Vice-President Cecilia Malmström x Comité européen interprofessionnel du thon tropical"],"date":["2015-04-29"],"summary":["The tuna sector and EU free trade agreement negotiations"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-5d4088e1913284a765aed8445f448f6ff341f1b3","eu-tr-46018232355-49"]}} -{"id":"ec-meeting-2015-04-29-1ae7e328d0c3ab5b8be6debc292568c5e233df84","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-29 - Günther Oettinger x Bundesverband deutscher Banken e.V."],"date":["2015-04-29"],"summary":["DSM"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-c6cae64cc7dc787b66a47ab1613d3e922875b971","eu-tr-0764199368-97"]}} -{"id":"ec-meeting-2015-04-29-1f0337427dd291a112ceee19d4c565a10ae966ac","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-29 - Cabinet of Vice-President Cecilia Malmström x EURODOM"],"date":["2015-04-29"],"summary":["Treatment of sugar in trade negotiations"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-28418016649-41","ec-person-98880f3f4206145e196013db9dd806a551c11e06"]}} -{"id":"ec-meeting-2015-04-29-1f5c4b4813dd9a81d93fe6c59c311765131451fa","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-29 - Günther Oettinger x United Internet AG"],"date":["2015-04-29"],"summary":["Telecommunication policy"],"location":["Karlsruhe, Germany"],"address":["Karlsruhe, Germany"],"addressEntity":["addr-182e8021bc2cdc0accaef17a271306ed0adc8847"],"organizer":["ec-dg-de"],"involved":["eu-tr-31650149406-33","ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0"]}} -{"id":"ec-meeting-2015-04-29-1ff2334d0d4046db36a1cf2967891faf89b90dbc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-29 - Cabinet of Vice-President Miguel Arias Cañete x Bellona Europa ETP ZEP Global CCS Institute Ltd"],"date":["2015-04-29"],"summary":["CCS presentation to the Commissioner"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-582485310717-46","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd","eu-tr-378142414263-73","ec-person-25a937c04cd0a0ddcf5cf34798e76b5105854114","eu-tr-29934726424-76"]}} -{"id":"ec-meeting-2015-04-29-229f5f7079b731fb1c14abbeec9f6f1702e965fe","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-29 - Günther Oettinger x Robert Bosch GmbH"],"date":["2015-04-29"],"summary":["DSM"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-d8b86b98a24683917c569000ed6d8c45bedbbc00","eu-tr-8999533555-91"]}} -{"id":"ec-meeting-2015-04-29-22f3cdb229ab05b77ccbef3c4a9db3bde2a2a93f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-29 - Günther Oettinger x FINPOINT GmbH"],"date":["2015-04-29"],"summary":["DSM"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-c6cae64cc7dc787b66a47ab1613d3e922875b971","eu-tr-438854416795-01"]}} -{"id":"ec-meeting-2015-04-29-27432de9abfe2d0366bff7d77989b2efbac0a4e7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-29 - Günther Oettinger x Open Internet Project"],"date":["2015-04-29"],"summary":["DSM"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-d8b86b98a24683917c569000ed6d8c45bedbbc00","eu-tr-589774116838-26"]}} -{"id":"ec-meeting-2015-04-29-3d13d38054b49f84f9ac6df24a1ff2eee8c3b8b8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-29 - Cabinet of Commissioner Věra Jourová x Transatlantic Institute"],"date":["2015-04-29"],"summary":["Fundamental rights, anti-Semitism, hate speech"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["eu-tr-95713206856-14","ec-person-1e0e3a00ab815dea7c5b839b002ed2c7e34bfe0a"]}} -{"id":"ec-meeting-2015-04-29-4ad9fbc52515e4d74195e4ff5b115055122f4e09","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-29 - Günther Oettinger x Deutsche Sozialversicherung Arbeitsgemeinschaft Europa"],"date":["2015-04-29"],"summary":["DSM"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-917393784-31","ec-person-d8b86b98a24683917c569000ed6d8c45bedbbc00"]}} -{"id":"ec-meeting-2015-04-29-4c5e5e32ad210ff68134a0278c857ef95817baf1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-29 - Communications Networks, Content and Technology x Österreichische Post AG"],"date":["2015-04-29"],"summary":["DSM, Skills and Inclusion"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["ec-person-3d379ff88d704acbd3444fdd59765df1225d4f9b","eu-tr-726916114945-91"]}} -{"id":"ec-meeting-2015-04-29-5c9bbb3bdb882099ff5edcc93c544a13d9ca0c07","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-29 - Cabinet of High Representative / Vice-President Federica Mogherini x Open Dialogue Foundation"],"date":["2015-04-29"],"summary":["Human rights situation in Kazakhstan"],"notes":["Portfolio: Foreign Affairs and Security Policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"involved":["eu-tr-807840314371-39","ec-person-97549b50ce25e488bb1c03d83cfb838cd4fdf293"]}} -{"id":"ec-meeting-2015-04-29-5ea239c38437eff8ed9a2758cfe06a70d3d1885b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-29 - Cabinet of Commissioner Corina Crețu x Friends of the Earth Europe"],"date":["2015-04-29"],"summary":["EU ENERGY AND CLIMATE POLICY"],"notes":["Portfolio: Regional Policy"],"location":["Berlaymont, Brussels, Belgium"],"address":["Berlaymont, Brussels, Belgium"],"addressEntity":["addr-0b7010ac7abf438645eacd50af3009b1252cd7a6"],"organizer":["ec-cabinet-commissioner-corina-cretu-of"],"involved":["ec-person-f5bd4d5d0170028815aba56ee7d4883f0fd70f47","eu-tr-9825553393-31"]}} -{"id":"ec-meeting-2015-04-29-62dbd6f232a209bd7dce982d7448302d0e9a7d23","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-29 - Cabinet of Commissioner Tibor Navracsics x Motion Picture Association EMEA"],"date":["2015-04-29"],"summary":["Meeting on Digital Single Market"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-4d24029a6a4b5bbdcd825e134f010bd0b384f80a","eu-tr-95201401713-39"]}} -{"id":"ec-meeting-2015-04-29-7605fabf9a0d8a35aef10bf226e923e9857b4eca","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-29 - Cabinet of Vice-President Jyrki Katainen x DOT Europe"],"date":["2015-04-29"],"summary":["Digital Single Market"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-53905947933-43","ec-person-0da85dc48012e26688310a59a0b51727ea68f410"]}} -{"id":"ec-meeting-2015-04-29-7624294cf7d765af13dbd35b43993155cd6d6d78","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-29 - Günther Oettinger x Nokia"],"date":["2015-04-29"],"summary":["Telecom regulation"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-dg-de"],"involved":["eu-tr-35167875358-33","ec-person-49723482bb23d029cbfc010cb37eec7392a0ae02"]}} -{"id":"ec-meeting-2015-04-29-789106e95d39f613b0f889f61bdb08bf6bddbf32","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-29 - Günther Oettinger x Japan Machinery Center for Trade and Investment"],"date":["2015-04-29"],"summary":["DSM"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-4cd59e13386e3b68ecb3611fcc579e0a0a3938a5","eu-tr-539264617342-19"]}} -{"id":"ec-meeting-2015-04-29-78e76831584fbcc6cdcb5e70ddc1203da38440fd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-29 - Cabinet of First Vice-President Frans Timmermans x Cerame-Unie"],"date":["2015-04-29"],"summary":["Better Regulation"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-79465004946-12","ec-person-284d94050a35c9079d8b1ba3f85eaf7777b5fea9"]}} -{"id":"ec-meeting-2015-04-29-7b471538bb53d7000f24c39b56e108f7963c0f7a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-29 - Cabinet of First Vice-President Frans Timmermans x Health Food Manufacturers' Association"],"date":["2015-04-29"],"summary":["Better Regulation"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["BERL 12/217"],"address":["BERL 12/217"],"addressEntity":["addr-d8e3a56df806f4387fe8c9181fec81afe090150c"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-840178815175-63","ec-person-0eaac943e895c47df1465dda6c94e671c5081e0a"]}} -{"id":"ec-meeting-2015-04-29-802eb672db28ca8944690357fc250a8b0159b481","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-29 - Cabinet of Commissioner Tibor Navracsics x RTL Group"],"date":["2015-04-29"],"summary":["Meeting on Digital Single Market"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-4d24029a6a4b5bbdcd825e134f010bd0b384f80a","eu-tr-59267165790-45"]}} -{"id":"ec-meeting-2015-04-29-83303552d5d0c04ce3cd49a07572e7dfb537672c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-29 - Communications Networks, Content and Technology x European Association of Communications Agencies"],"date":["2015-04-29"],"summary":["DSM and Data Protection"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["ec-person-3d379ff88d704acbd3444fdd59765df1225d4f9b","eu-tr-81856044851-22"]}} -{"id":"ec-meeting-2015-04-29-9154d31fa2bb76579c35cdbc10fd18373a37cbdc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-29 - Cabinet of Vice-President Maroš Šefčovič x Eurelectric aisbl"],"date":["2015-04-29"],"summary":["Energy Union governance"],"notes":["Portfolio: Energy Union"],"location":["Brussels, BE"],"address":["Brussels, BE"],"addressEntity":["addr-bd80958a978de8af51caa97a25a75f30d0061d71"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-4271427696-87","ec-person-ea6b517040e26a62f17d2829afffeba48cfd682f"]}} -{"id":"ec-meeting-2015-04-29-9712aec5f02e72fd7da1d23cb45962907de13b92","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2015-04-29 - Cabinet of President Jean-Claude Juncker x International Organization for Migration"],"date":["2015-04-29"],"summary":["Migration issues"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-e9857f4f6b642888bff0d7f9e60f293ae47da96b","eu-tr-14074813668-09"]}} -{"id":"ec-meeting-2015-04-29-a0150bd5a8f52837e8d560d62e80374557fe6358","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-29 - Günther Oettinger x Österreichische Post AG"],"date":["2015-04-29"],"summary":["DSM"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-c6cae64cc7dc787b66a47ab1613d3e922875b971","eu-tr-726916114945-91"]}} -{"id":"ec-meeting-2015-04-29-b3eaed916b5e1f7ec6622a62ba74a0162958b449","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-29 - Cabinet of Vice-President Valdis Dombrovskis x European Association of Corporate Treasurers"],"date":["2015-04-29"],"summary":["Capital Markets Union"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-9160958318-89","ec-person-3f9ca71b74344417d1f072ba7f3e2f09a223b036"]}} -{"id":"ec-meeting-2015-04-29-b6280457e476f84b3669574738c5a438f9a8b795","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-29 - Communications Networks, Content and Technology x industriAll European Trade Union"],"date":["2015-04-29"],"summary":["DSM and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["ec-person-3d379ff88d704acbd3444fdd59765df1225d4f9b","eu-tr-358284014848-82"]}} -{"id":"ec-meeting-2015-04-29-c8d9b7c7bc20c4aa31f74750c6d5266b55204c4b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-29 - Cabinet of Commissioner Jonathan Hill x HSBC Holdings PLC"],"date":["2015-04-29"],"summary":["BSR"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["eu-tr-001866415031-87","ec-person-890015b0d769ee93a09119846b414d4aae7c64ae"]}} -{"id":"ec-meeting-2015-04-29-cc353b4ded5ab0d5414dfd65fb45153f89f16763","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-29 - Cabinet of High Representative / Vice-President Federica Mogherini x Cerame-Unie"],"date":["2015-04-29"],"summary":["Trade Policy"],"notes":["Portfolio: Foreign Affairs and Security Policy"],"location":["Berlaymont, Brussels"],"address":["Berlaymont, Brussels"],"addressEntity":["addr-fc86ff6aaa2cd722afeb09a33ccd03fec72f8cd1"],"organizer":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"involved":["ec-person-0d87d503aa00db1df141f3b1bfea3e0ccb43ece9","eu-tr-79465004946-12","ec-person-189fa91edba64d04693773d2f922608c3f83b78d"]}} -{"id":"ec-meeting-2015-04-29-d2eefc20358aa2f400e421a6d053ecd71f17bcaf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-29 - Cabinet of Commissioner Věra Jourová x Seznam.cz, a.s."],"date":["2015-04-29"],"summary":["Data protection"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-a608b85b2ffef83f883b5a2330b6232efa1b7141","eu-tr-202560512850-84"]}} -{"id":"ec-meeting-2015-04-29-fbcf3f19c61b25771ec2b7226adb82e200e24dd2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-29 - Cabinet of Commissioner Věra Jourová x EUROPEAN TRADE UNION CONFEDERATION"],"date":["2015-04-29"],"summary":["New strategy on gender equality post 2015; Current legislative proposals on gender equality (maternity protection & women on boards)"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-a608b85b2ffef83f883b5a2330b6232efa1b7141","eu-tr-06698681039-26"]}} -{"id":"ec-meeting-2015-04-30-0115d9bfdbadcf9d8bc709d780f4427ba5576031","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-30 - Cabinet of First Vice-President Frans Timmermans x Eurelectric aisbl"],"date":["2015-04-30"],"summary":["Energy Union"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-4271427696-87","ec-person-966667b73d92624be9bb019c2baab7e52331b3d3","ec-person-7a0c440119cd5d547eceebb055c79b8bb41bf9a2"]}} -{"id":"ec-meeting-2015-04-30-012b73bb1bf9767e235fcad43641599c590116c1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-30 - Cabinet of Vice-President Karmenu Vella x The Pew Charitable Trusts WWF European Policy Programme Environmental Justice Foundation"],"date":["2015-04-30"],"summary":["IUU fishing"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["eu-tr-817535514065-10","eu-tr-1414929419-24","eu-tr-46834536998-79","ec-person-2966d69fae0ea4e67f3f2df5a743cc766267d3c8"]}} -{"id":"ec-meeting-2015-04-30-083687bc242680b580edc9f0c0f4683d4f312e0f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-30 - Cabinet of Vice-President Andrus Ansip x Verband der Anbieter von Telekommunikations- und Mehrwertdiensten"],"date":["2015-04-30"],"summary":["Digital Single Market"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-10256986723-88","ec-person-d5a309c64ecdb05010325dcfc661f6ae817f31cc","ec-person-666bc159c7e65a3af9e63c1e97435c02f1496955"]}} -{"id":"ec-meeting-2015-04-30-1086e6e5fbfdedbdb084f2b32a7c97ff2e49a315","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-30 - Cabinet of Vice-President Miguel Arias Cañete x Asociación de Empresas de Mantenimiento Integral y Servicios Energéticos"],"date":["2015-04-30"],"summary":["Meeting to present AMI positions on energy issues"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-90152947857-17","ec-person-2229c857664a22dcb8eee79a8c05841fd3d0924f"]}} -{"id":"ec-meeting-2015-04-30-155733044f12cbfff695390a38099100f37b1c06","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-30 - Cabinet of Vice-President Miguel Arias Cañete x WWF European Policy Programme"],"date":["2015-04-30"],"summary":["International climate talks and EU climate diplomacy. State of play of legislative files"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-7e87a14bf64af274f1cfb85d6b64a405eea6217f","eu-tr-1414929419-24","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd"]}} -{"id":"ec-meeting-2015-04-30-18c33ef5e0e6adc2bbdccf566ffce0681f29b767","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-30 - Cabinet of Vice-President Miguel Arias Cañete x Klima-Allianz Deutschland"],"date":["2015-04-30"],"summary":["International climate talks and EU Climate diplomacy. State of play of legislative files"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-7e87a14bf64af274f1cfb85d6b64a405eea6217f","eu-tr-608906411460-34","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd"]}} -{"id":"ec-meeting-2015-04-30-28af5c22d35bec4916df7fe65e9edcce4e22a7cc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-30 - Cabinet of Commissioner Violeta Bulc x 3M"],"date":["2015-04-30"],"summary":["3M - Road Satety"],"notes":["Portfolio: Transport"],"location":["Brussels/BE"],"address":["Brussels/BE"],"addressEntity":["addr-fe4580120e578f5899b4d753b36b5313310f6173"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-91425447458-88","ec-person-dd7851e4a1e747e824b4f81139e33bc3cdb73160","ec-person-d710a614b1b0eabb6d73a2d665b82f6514a3fdb8"]}} -{"id":"ec-meeting-2015-04-30-44ce74bdb2944d128810518833c20dc1aabd3fb4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-30 - Cabinet of Vice-President Andrus Ansip x Tele2 Sverige AB"],"date":["2015-04-30"],"summary":["Data roaming"],"notes":["Portfolio: Digital Single Market"],"location":["Stockholm"],"address":["Stockholm"],"addressEntity":["addr-c62ff645db3e4e4627445eafdadf5e5683415895"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-0f698e3a0cc0bd6a02e1bd386a25cedc1366f3f1","eu-tr-87921819473-65","ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0"]}} -{"id":"ec-meeting-2015-04-30-57dd74f264f69790549d137598b6f06ba1cadfad","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-30 - Cabinet of Vice-President Miguel Arias Cañete x Friends of the Earth Europe"],"date":["2015-04-30"],"summary":["International climate talks and EU climate diplomacy. State of play of legislative files"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-7e87a14bf64af274f1cfb85d6b64a405eea6217f","eu-tr-9825553393-31","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd"]}} -{"id":"ec-meeting-2015-04-30-62dbd6f232a209bd7dce982d7448302d0e9a7d23","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-30 - Cabinet of Commissioner Tibor Navracsics x Motion Picture Association EMEA"],"date":["2015-04-30"],"summary":["Digital Single Market"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-4d24029a6a4b5bbdcd825e134f010bd0b384f80a","eu-tr-95201401713-39"]}} -{"id":"ec-meeting-2015-04-30-64c5916f854b7e1907ece871b51818af268c1f7a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-30 - Cabinet of Vice-President Miguel Arias Cañete x FUNDACIÓN CENER CIEMAT"],"date":["2015-04-30"],"summary":["Renewables energies and R&D"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-62773e55e1985542cb18a2a89f2053f2f39146b1","eu-tr-284905017096-83","ec-person-260e00934471a02805fb143935d6e9205a7f355f","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd"]}} -{"id":"ec-meeting-2015-04-30-76ddaf683d8dabfd44577c44d33efb2b3ff052ab","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-30 - Cabinet of Vice-President Cecilia Malmström x Cooperativas Agro-alimentarias de España"],"date":["2015-04-30"],"summary":["Black spot citrus disease"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-3191855142-12","ec-person-8529bbbc6db862f6b82d6fa66a7cf7668804dae7"]}} -{"id":"ec-meeting-2015-04-30-8241bbdceb4f262bbb775043451f7cb8922bf4c5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-30 - Cabinet of Vice-President Cecilia Malmström x Association of European Hatching Eggs, One-Day Olds and Pullets Exporters in EU Countries ."],"date":["2015-04-30"],"summary":["Sanitary and Phitosanitary issues in Trade negotiations"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-20ded9db5df11164331bb161fdf234b1e5ad53fd","ec-person-98880f3f4206145e196013db9dd806a551c11e06","eu-tr-229806815655-37"]}} -{"id":"ec-meeting-2015-04-30-85faf0e86a2d9fdb380504c10e284db4bcb80ab3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-30 - Cabinet of Commissioner Tibor Navracsics x European Festivals Association"],"date":["2015-04-30"],"summary":["EU-China Dialogue"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-4d24029a6a4b5bbdcd825e134f010bd0b384f80a","eu-tr-434027116304-07"]}} -{"id":"ec-meeting-2015-04-30-9241b60a073a9013e8fbd426ef98bab29efdda60","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-30 - Cabinet of Vice-President Miguel Arias Cañete x Association of European Automotive and Industrial Battery Manufacturers"],"date":["2015-04-30"],"summary":["EU Energy"],"notes":["Portfolio: Climate Action & Energy"],"location":["BERL 8/165"],"address":["BERL 8/165"],"addressEntity":["addr-363bb64e46464f5554302356d8bdedc4934c8f73"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-1831691c10441c5974327bbeb8693d6b6c1e50c3","eu-tr-39573492614-61"]}} -{"id":"ec-meeting-2015-04-30-98c07d9b3f2c057441bf1833609f7bfe1d90b592","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-30 - Cabinet of Vice-President Valdis Dombrovskis x Volkswagen Aktiengesellschaft"],"date":["2015-04-30"],"summary":["Visit to Audi Brussels in frames of European Semester meetings with Belgian Authorities and Social Partners"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-1f98d05bdaed2c40396781b1eb7b0aa47cb8dd20","eu-tr-6504541970-40","ec-person-a9eda2e8ea54b70a968327672c6cada679d3cd56"]}} -{"id":"ec-meeting-2015-04-30-9c2b4795e2481fc2c5f944e501402706f2727a51","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-30 - Cabinet of Commissioner Jonathan Hill x European Federation of Building Societies"],"date":["2015-04-30"],"summary":["Capital Markets Union"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["eu-tr-33192023937-30","ec-person-f247edfcff54d4f26fc10769f809c92bc72d6797"]}} -{"id":"ec-meeting-2015-04-30-a148097b6d4cc59c5cc5a9e71701da8b8a2a305a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-30 - Cabinet of Vice-President Miguel Arias Cañete x Eurelectric aisbl"],"date":["2015-04-30"],"summary":["Meeting to present EURELECTRIC positions on energy issues"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-1831691c10441c5974327bbeb8693d6b6c1e50c3","eu-tr-4271427696-87","ec-person-2229c857664a22dcb8eee79a8c05841fd3d0924f"]}} -{"id":"ec-meeting-2015-04-30-a975fa7a2816ac54322ea757385e6cb2f374890d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-30 - Cabinet of Vice-President Valdis Dombrovskis x Centrale Générale des Syndicats Libéraux de Belgique Boerenbond vzw Fédération Générale du Travail de Belgique - Algemeen Belgisch Vakverbond Union des Classes des Moyennes National Unie van Zelfstandige Ondernemers Confédération des Syndicats Chrétiens VERBOND VAN BELGISCHE ONDERNEMINGEN / FEDERATION DES ENTREPRISES DE BELGIQUE"],"date":["2015-04-30"],"summary":["Meeting in frames of European Semester meetings with Belgian Authorities and Social Partners"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-55332508075-17","eu-tr-504693417417-52","eu-tr-989992317660-93","ec-person-1f98d05bdaed2c40396781b1eb7b0aa47cb8dd20","eu-tr-80866452991-55","ec-person-a9eda2e8ea54b70a968327672c6cada679d3cd56","eu-tr-389677914161-23","eu-tr-38367579546-45","eu-tr-47676761061-93"]}} -{"id":"ec-meeting-2015-04-30-b4887a31ffe094fbbe07f746de613ec7d4f27d82","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2015-04-30 - Cabinet of Vice-President Miguel Arias Cañete x Climate Action Network Europe"],"date":["2015-04-30"],"summary":["International climate talks and EU climate diplmacy. State of the play of legislative files","International climate talks and EU climate diplomacy.State of play of legislative files"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-7e87a14bf64af274f1cfb85d6b64a405eea6217f","eu-tr-55888811123-49","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd"]}} -{"id":"ec-meeting-2015-04-30-b7a1f322aba5d04a97eab646897548dce4003f53","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-30 - Cabinet of Vice-President Miguel Arias Cañete x Health & Environment Alliance"],"date":["2015-04-30"],"summary":["International climate talks ans EU climate diplomacy. State of play of legislative files"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-00723343929-96","ec-person-7e87a14bf64af274f1cfb85d6b64a405eea6217f","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd"]}} -{"id":"ec-meeting-2015-04-30-c893d46b4cb1c873c5b24f658b15536876b63e38","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-30 - Cabinet of Vice-President Cecilia Malmström x Association de l'Aviculture, de l'Industrie et du Commerce de Volailles dans les Pays de l'Union Europeenne asbl"],"date":["2015-04-30"],"summary":["Sanitary and Phitosanitary issues in Trade negotiations"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-20ded9db5df11164331bb161fdf234b1e5ad53fd","eu-tr-9803788883-16","ec-person-98880f3f4206145e196013db9dd806a551c11e06"]}} -{"id":"ec-meeting-2015-04-30-c8b6b72ae4d4e877e56601980da0ff40b1cb7a10","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-30 - Günther Oettinger x European Federation of Journalists"],"date":["2015-04-30"],"summary":["Copyright, DSM"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0","eu-tr-27471236588-39"]}} -{"id":"ec-meeting-2015-04-30-ce8562f2c1dd49347dce39a2dff9af8fa7c309eb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-30 - Joint Research Centre x None"],"date":["2015-04-30"],"summary":["Cooperation with alliance Universities, promoting innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-jrc"],"involved":["ec-person-b3e6b7a4bd40eead1b939244f1cb4e9bdaf65f46"]}} -{"id":"ec-meeting-2015-04-30-d10e81fbeab6e98db50a5e9d24e34879b8e39e51","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2015-04-30 - Cabinet of President Jean-Claude Juncker x Joachim Bitterlich, Ambassadeur e.r., Professeur (affilié) à l'ESCP Europe Paris"],"date":["2015-04-30"],"summary":["Meeting with Joachim Bitterlich on political priorities and Investment Plan","Relance de l'économie, \"Juncker Plan\""],"notes":["Portfolio: President"],"location":["Brussels, Belgium","Brussels"],"address":["Brussels, Belgium","Brussels"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306","addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-29c106b0461ffd79e95f0119bdd363fd3c7c3ab3","ec-person-80c6995ad1cd6aefa72f1bf440b17b6d8c6dd4b8","eu-tr-681040317184-73"]}} -{"id":"ec-meeting-2015-04-30-d80636ec728631e5697a7d65a1fe4c62bdf96f4d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-30 - Cabinet of Vice-President Miguel Arias Cañete x Third Generation Environmentalism Ltd"],"date":["2015-04-30"],"summary":["International climate talks and EU climate diplomacy. State of play of legislative files"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-07783117686-61","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd","ec-person-7e87a14bf64af274f1cfb85d6b64a405eea6217f"]}} -{"id":"ec-meeting-2015-04-30-dd9e02cb553171b36c7a8816a132e6ef415cb0e6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-30 - Cabinet of Vice-President Miguel Arias Cañete x Greenpeace European Unit"],"date":["2015-04-30"],"summary":["International climate talks and EU climate diplomacy. State of play of legislative files"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-7e87a14bf64af274f1cfb85d6b64a405eea6217f","eu-tr-9832909575-41","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd"]}} -{"id":"ec-meeting-2015-04-30-e1d0368b98936accb97d13c9fdf232971fa2c83c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-30 - Cabinet of Vice-President Miguel Arias Cañete x Réseau Action Climat France"],"date":["2015-04-30"],"summary":["International climate talks and EU climate diplomacy. State of play of legislative files"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-091799410661-53","ec-person-7e87a14bf64af274f1cfb85d6b64a405eea6217f","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd"]}} -{"id":"ec-meeting-2015-04-30-e67faf12a6d27aeedf90f01c63f993805e10909a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-30 - Cabinet of Vice-President Miguel Arias Cañete x Legambiente Nazionale APS Onlus"],"date":["2015-04-30"],"summary":["International climate talks and RU climate diplomacy. State of play of legislative files"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-7e87a14bf64af274f1cfb85d6b64a405eea6217f","eu-tr-51844192809-38","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd"]}} -{"id":"ec-meeting-2015-04-30-e8c94333cd8ce368ebde64fd8d1024756e44210d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-30 - Cabinet of Commissioner Tibor Navracsics x THE AMERICAN COLLEGE OF GREECE"],"date":["2015-04-30"],"summary":["Higher Education policy in Greece"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-dc2e0fed0fdf39a6a3f3ad63355c5215599de9d1","eu-tr-857319816874-60"]}} -{"id":"ec-meeting-2015-04-30-eaae3ed022b553b589a54e16ff98e4c60c3bc6bd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-30 - Informatics x EMC Information Systems"],"date":["2015-04-30"],"summary":["Follow up to strategic workshop"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-digit"],"involved":["eu-tr-836207415126-14","ec-person-0098ceaf3507dfdf0d7f020be9785ac3453b4913"]}} -{"id":"ec-meeting-2015-04-30-eb1fadb32b08996e5351a441c48892bf009ab481","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-30 - Cabinet of Vice-President Miguel Arias Cañete x ACT Alliance Advocacy to the European Union"],"date":["2015-04-30"],"summary":["International climate talks and EU climate diplomacy. State of play of legislative files"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-7e87a14bf64af274f1cfb85d6b64a405eea6217f","eu-tr-5189768701-12","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd"]}} -{"id":"ec-meeting-2015-04-30-ebc7be2d2cedb7d0ab96116503389723addc3be0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-30 - Cabinet of Vice-President Jyrki Katainen x American Chamber of Commerce to the European Union"],"date":["2015-04-30"],"summary":["Possible speaking opportunities for the VP"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-7c9460f99c5872dbdc561f5752401c870d12e98b","eu-tr-5265780509-97"]}} -{"id":"ec-meeting-2015-04-30-ed10a0c5cc69627f00c294307166bfec80b638b6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-30 - Cabinet of Commissioner Phil Hogan x Association de l'Aviculture, de l'Industrie et du Commerce de Volailles dans les Pays de l'Union Europeenne asbl"],"date":["2015-04-30"],"summary":["Challenges for the poultry meat industry"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-d0aad15bfcd899ec988329ba27d6e661ca34456b","ec-person-400dd8d59d3060187d9b9b143d697da1a3d03c12","ec-person-c9d17d5879383b030f61a4066848249fb35d57e4","eu-tr-9803788883-16"]}} -{"id":"ec-meeting-2015-04-30-f2833055d6f16212535abce35e2df360e6a8b967","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-30 - Trade x EUROPEAN APPAREL AND TEXTILE CONFEDERATION"],"date":["2015-04-30"],"summary":["Ongoing EU FTA negotiations."],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-trade"],"involved":["ec-person-bde9bb099f5d24c52ca4a9255cefc99a5b87a650","eu-tr-7824139202-85"]}} -{"id":"ec-meeting-2015-04-30-f3b6834603100f58be4907a1e0838a8f127dc0b5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-30 - Cabinet of Vice-President Miguel Arias Cañete x OXFAM INTERNATIONAL EU ADVOCACY OFFICE"],"date":["2015-04-30"],"summary":["International climate talks and EU climate diplomacy. State of play of legislative files"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-46856801604-90","ec-person-7e87a14bf64af274f1cfb85d6b64a405eea6217f","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd"]}} -{"id":"ec-meeting-2015-04-30-fa2747fac6a89a17e1b8ecc2204b63fa52c04892","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-30 - Cabinet of Commissioner Tibor Navracsics x Zweites Deutsches Fernsehen ARD-Verbindungsbüro Brüssel"],"date":["2015-04-30"],"summary":["Culture, Creativity, Digital Single Market"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-cb6aa96c497dead35eb0f2ed0339e5423d506549","eu-tr-6774178922-55","eu-tr-3209361971-85"]}} -{"id":"ec-meeting-2015-04-30-ffa63f43318ef0841899b5276abd06530f5b2118","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-04-30 - Cabinet of Commissioner Vytenis Andriukaitis x Cooperativas Agro-alimentarias de España"],"date":["2015-04-30"],"summary":["Plant diseases"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-b9c3f19e7c5f216e3e508f931ddd6a9cb59376d1","eu-tr-3191855142-12","ec-person-d462b3c7daeee00ad55e380a7fb96819f79899df"]}} -{"id":"ec-meeting-2015-05-01-8a809c498be0312323624ae34f33606fcbb1f4de","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-01 - Cabinet of Commissioner Jonathan Hill x Which?"],"date":["2015-05-01"],"summary":["Financial Services Policy"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["London"],"address":["London"],"addressEntity":["addr-4c57f0c88d9844630327623633ce269cf826ab99"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["eu-tr-03845856565-52","ec-person-f247edfcff54d4f26fc10769f809c92bc72d6797"]}} -{"id":"ec-meeting-2015-05-04-1be066d3a45593008a53ef4bcd9d10eb2d519e3b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-04 - Cabinet of Commissioner Jonathan Hill x The Institute of International and European Affairs, Brussels"],"date":["2015-05-04"],"summary":["EU Institutions"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["ec-person-03cf92829e273869bfbd8bbf4f1881dcd0848186","eu-tr-866815515160-79"]}} -{"id":"ec-meeting-2015-05-04-20d59058327be6240b5a7fa9e38612b04be343af","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-04 - Cabinet of Commissioner Tibor Navracsics x European Historic Houses A"],"date":["2015-05-04"],"summary":["Presentation of the activities of the European Historic Houses Association"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-cb6aa96c497dead35eb0f2ed0339e5423d506549","eu-tr-204022211093-63"]}} -{"id":"ec-meeting-2015-05-04-228705916c083970106a1b7e90ca8f7a31032211","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-04 - Cabinet of Vice-President Maroš Šefčovič x MOL Hungarian Oil and Gas Company"],"date":["2015-05-04"],"summary":["Presentation of activities, Central and Easter Europe"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-08569166274-90","ec-person-3bf48630444ace93d407e52eb880e64d480f75ce"]}} -{"id":"ec-meeting-2015-05-04-35711a85e15197b143f74903438dfe8d61267318","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-04 - Cabinet of Commissioner Vytenis Andriukaitis x Alzheimer Europe"],"date":["2015-05-04"],"summary":["Commission and stakeholders' action on Dementia and Alzheimer and cooperation in this area"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-97425c615743576adc42e09bee7dac14f83f691b","eu-tr-37399753690-65"]}} -{"id":"ec-meeting-2015-05-04-3939e81c5cbd55cdfd90d1538f14e880a0da0f49","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-04 - Cabinet of High Representative / Vice-President Federica Mogherini x International Crisis Group"],"date":["2015-05-04"],"summary":["Migration/Mediterranean"],"notes":["Portfolio: Foreign Affairs and Security Policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"involved":["ec-person-4f2bf88ad14d12976aecc7694a057ab90b7a81d2","eu-tr-72899131664-09"]}} -{"id":"ec-meeting-2015-05-04-39be4d15f897ea439d61c8739002c671ab955404","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-04 - Cabinet of President Jean-Claude Juncker x France Télévisions"],"date":["2015-05-04"],"summary":["Digital Single Market"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-44a061693f35519551be0e3dab996e76ad3f8c7c","eu-tr-31046456610-43"]}} -{"id":"ec-meeting-2015-05-04-3d13d38054b49f84f9ac6df24a1ff2eee8c3b8b8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-04 - Cabinet of Commissioner Věra Jourová x Transatlantic Institute"],"date":["2015-05-04"],"summary":["Fundamental rights"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-a608b85b2ffef83f883b5a2330b6232efa1b7141","eu-tr-95713206856-14"]}} -{"id":"ec-meeting-2015-05-04-3d2df7a5bce609dc947125255cfa3078f56a75c9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-04 - Cabinet of First Vice-President Frans Timmermans x World Federation of Advertisers"],"date":["2015-05-04"],"summary":["Better Regulation"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Phone call - Brussels"],"address":["Phone call - Brussels"],"addressEntity":["addr-60ad4955bf603de2abf20463b27d54c60eefc7ff"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["ec-person-4076aef8226bd451277bfd5135aa27d63b2ac548","eu-tr-6440918199-49"]}} -{"id":"ec-meeting-2015-05-04-437bb9968817d2d50e8da0cdfad5f6204577a3cd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-04 - Cabinet of Commissioner Věra Jourová x International Organization for Migration"],"date":["2015-05-04"],"summary":["Agenda for migration, children"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-184e698af1eb9e33b179680570ca171d8cb31c94","eu-tr-14074813668-09"]}} -{"id":"ec-meeting-2015-05-04-54fa734bde836f78c364364d949fff96a785f9de","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-04 - Cabinet of Commissioner Vytenis Andriukaitis x European agri-cooperatives European farmers"],"date":["2015-05-04"],"summary":["Plant protection materials"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-b9c3f19e7c5f216e3e508f931ddd6a9cb59376d1","ec-person-d462b3c7daeee00ad55e380a7fb96819f79899df","eu-tr-44856881231-49","eu-tr-09586631237-74"]}} -{"id":"ec-meeting-2015-05-04-55c7f94d3ecfc5f70f67736b671921b64f998435","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-04 - Research and Innovation x European Association Automotive Suppliers"],"date":["2015-05-04"],"summary":["Introduction of new CEO Paul Schockmel"],"location":["Brussels, Director-General's office"],"address":["Brussels, Director-General's office"],"addressEntity":["addr-1ffa5aa0c8ebbed91e2de7b5b699caa8a4738a67"],"organizer":["ec-dg-rtd"],"involved":["ec-person-3a3f2867fc07b851e10a70d1325a0cf2fc1a87dc","eu-tr-91408765797-03"]}} -{"id":"ec-meeting-2015-05-04-56db5e039a4e9b6bf62bad34ecf28144ff2027d3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-04 - Günther Oettinger x Ericsson"],"date":["2015-05-04"],"summary":["DSM"],"location":["Düsseldorf"],"address":["Düsseldorf"],"addressEntity":["addr-1f5448052c1e8cb29e5f0d02982394b0946594a3"],"organizer":["ec-dg-de"],"involved":["ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0","eu-tr-02021363105-42"]}} -{"id":"ec-meeting-2015-05-04-87983a5cd297294adc965ef45355389af60e7a1c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-04 - Cabinet of Commissioner Pierre Moscovici x Bruegel"],"date":["2015-05-04"],"summary":["Deepening EMU"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["ec-person-3cbeba61ae952f06fe4916c381438ebbc676a597","eu-tr-33622026795-64"]}} -{"id":"ec-meeting-2015-05-04-94ae05249523a312d60a4a26af75893fd2cb4c6d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-04 - Cabinet of Vice-President Karmenu Vella x Comité national des pêches maritimes et des élevages marins"],"date":["2015-05-04"],"summary":["Implementation of the CFP and sustainable exploitation of fish stocks (sole VIId, sea bass, driftnets, undulate ray)"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["eu-tr-23837746977-09","ec-person-0e3efd8bc1c3ee9a80205d0bb78f316fa1621e5d"]}} -{"id":"ec-meeting-2015-05-04-a60f79264ad8cbc2993eb7e2a95732359f30f351","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-04 - Cabinet of Commissioner Carlos Moedas x Médecins Sans Frontières"],"date":["2015-05-04"],"summary":["Innovation and Access in Medicines"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["eu-tr-38497857515-11","ec-person-f7ccc3ad366dd2fdb24870e1c02ff2763539c82f"]}} -{"id":"ec-meeting-2015-05-04-a628072a24c3889eeba1dffd41b6e2d8aad4eeba","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-04 - Cabinet of Commissioner Marianne Thyssen x European Transport Workers' Federation"],"date":["2015-05-04"],"summary":["Social aspects of transport policy"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["eu-tr-92545571128-74","ec-person-c508e9337eca6b067c1f966b82de49c4824a3ad0","ec-person-7567514af00f139b390cf9864d28a090ca0fde25"]}} -{"id":"ec-meeting-2015-05-04-a858d50aa04df5b3f10d9deecfbc3730111f7036","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-04 - Cabinet of Vice-President Johannes Hahn x International Crisis Group"],"date":["2015-05-04"],"summary":["Migration, ENP Review, Libya, Algeria/Maghreb"],"notes":["Portfolio: European Neighbourhood Policy & Enlargement Negotiations"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-hahn-johannes-of-president-vice"],"involved":["ec-person-ffbd1e8ac522a6bd1cdc4b724b9a4416b5d36034","eu-tr-72899131664-09"]}} -{"id":"ec-meeting-2015-05-04-b69b527ced68dcaba6760ec7344622019760673d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-04 - Cabinet of Commissioner Phil Hogan x Gaelectric Energy Storage Ltd"],"date":["2015-05-04"],"summary":["Renewable Energy"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-ff8342dedc26701400fcb7dcf73fbee50a837ac6","eu-tr-144794917128-26"]}} -{"id":"ec-meeting-2015-05-04-c5ee62e54531e96d803a1dd0dc92db458c51d3b2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-04 - Internal Market, Industry, Entrepreneurship and SMEs x Sérvulo & Associados, Sociedade de Advogados, RL"],"date":["2015-05-04"],"summary":["Regulated professions in Portugal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-grow"],"involved":["eu-tr-895925117216-28","ec-person-9f3f9b58a22cf98d55521b290d1facc431bdce86"]}} -{"id":"ec-meeting-2015-05-04-c64fec0976496ef7e9906afb612199e4ce2a3bd8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-04 - Cabinet of Commissioner Elżbieta Bieńkowska x Metsäliitto Cooperative"],"date":["2015-05-04"],"summary":["Lunch meeting"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Helsinki, Finland"],"address":["Helsinki, Finland"],"addressEntity":["addr-503f4794e483acbce8e2c42812ac35d426a412d9"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["ec-person-b2f9be51339f054477846797e2c119fcf16548fc","eu-tr-962687110415-94"]}} -{"id":"ec-meeting-2015-05-04-d41972b3f428a4b4b13c872717d0b7b931a9c957","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-04 - Climate Action x Cerame-Unie"],"date":["2015-05-04"],"summary":["ETS"],"location":["BU-24 3/87"],"address":["BU-24 3/87"],"addressEntity":["addr-1ba915b908de9d0fc1660baec9d3bb9b253cc995"],"organizer":["ec-dg-clima"],"involved":["ec-person-44c2f44f96dda2012bcb4e9abc749f6cae86a4c0","eu-tr-79465004946-12"]}} -{"id":"ec-meeting-2015-05-04-df92891c79e73b30219d4800cbebeca81a9339b6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-04 - Cabinet of Commissioner Věra Jourová x european competitive telecommunications association"],"date":["2015-05-04"],"summary":["Digital Single Market strategy"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["eu-tr-24627752238-32","ec-person-f329292459cb1badb7fb7c6b67b698c441931bb2"]}} -{"id":"ec-meeting-2015-05-04-fa1134988cc3706562263a97ff9ce580b08ee684","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-04 - Cabinet of Vice-President Jyrki Katainen x None"],"date":["2015-05-04"],"summary":["Financing"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90"]}} -{"id":"ec-meeting-2015-05-05-08df003c83b10ba57f1fef20912766533a3b4ede","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-05 - Cabinet of First Vice-President Frans Timmermans x Human Rights Watch European Council on Refugees and Exiles Amnesty International Limited Platform for International Cooperation on Undocumented Migrants"],"date":["2015-05-05"],"summary":["Upcoming migration agenda"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-19093363838-48","ec-person-966667b73d92624be9bb019c2baab7e52331b3d3","eu-tr-11063928073-34","eu-tr-43750202163-43","eu-tr-56362448807-46"]}} -{"id":"ec-meeting-2015-05-05-1779d3eb1b1025d895fec18c2c2c6fa7c1633d91","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-05 - Cabinet of Commissioner Phil Hogan x Water Europe"],"date":["2015-05-05"],"summary":["Water"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-ff8342dedc26701400fcb7dcf73fbee50a837ac6","eu-tr-43176485302-45"]}} -{"id":"ec-meeting-2015-05-05-234e52126cc8719738187e9c6a36e309bec93aed","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-05 - Cabinet of First Vice-President Frans Timmermans x Bagehot Limited"],"date":["2015-05-05"],"summary":["Gibraltar"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Berlaymont, Brussels"],"address":["Berlaymont, Brussels"],"addressEntity":["addr-fc86ff6aaa2cd722afeb09a33ccd03fec72f8cd1"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["ec-person-4076aef8226bd451277bfd5135aa27d63b2ac548","eu-tr-689711715958-80"]}} -{"id":"ec-meeting-2015-05-05-3a39dd5fd261746d63b3c90062e5a174533a66f9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-05 - Cabinet of Vice-President Valdis Dombrovskis x Chamber of Commerce of the United States of America"],"date":["2015-05-05"],"summary":["Capital Markets Union"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-444722016787-61","ec-person-3f9ca71b74344417d1f072ba7f3e2f09a223b036"]}} -{"id":"ec-meeting-2015-05-05-3b4df311de19739118e82493d4de540fbf87cab0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-05 - Cabinet of Vice-President Andrus Ansip x Confederation of Finnish Industries EK"],"date":["2015-05-05"],"summary":["Digital Single Market"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-0f698e3a0cc0bd6a02e1bd386a25cedc1366f3f1","ec-person-91ca0921c6790191daa54427311acd63035e7c9e","eu-tr-1274604847-34"]}} -{"id":"ec-meeting-2015-05-05-3d100263cf734d2c379865b89e91d36f25628ebc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-05 - Cabinet of Vice-President Johannes Hahn x Repsol, S.A."],"date":["2015-05-05"],"summary":["situation in Libya and engagement in country"],"notes":["Portfolio: European Neighbourhood Policy & Enlargement Negotiations"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-hahn-johannes-of-president-vice"],"involved":["ec-person-ffbd1e8ac522a6bd1cdc4b724b9a4416b5d36034","eu-tr-69240395197-02"]}} -{"id":"ec-meeting-2015-05-05-4157e1d2f8084c532c36c38154b3d4cf17c1c53b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-05 - Cabinet of Vice-President Valdis Dombrovskis x European Environmental Bureau WWF European Policy Programme"],"date":["2015-05-05"],"summary":["Environmental aspects of the European semester"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["European Commission – Berlaymont - Brussels"],"address":["European Commission – Berlaymont - Brussels"],"addressEntity":["addr-953caa20b4e46958c5dc26d58e6a050b6f850f91"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-b98fb7512c796626297f1e89a96665cbbb19188a","eu-tr-06798511314-27","eu-tr-1414929419-24","ec-person-a9eda2e8ea54b70a968327672c6cada679d3cd56"]}} -{"id":"ec-meeting-2015-05-05-5115685bde598d26118e0e6d24c238c8bb7e9900","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-05 - Cabinet of Vice-President Jyrki Katainen x Centre for European Policy Studies"],"date":["2015-05-05"],"summary":["Investment Initiative"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90","ec-person-3775b7be791f90ed462b9071c9ae596b80d71bca","eu-tr-86853666704-95"]}} -{"id":"ec-meeting-2015-05-05-54d2db8ecfb7e614c3f9c3faf5214dd63d2d2975","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-05 - Günther Oettinger x Science Europe"],"date":["2015-05-05"],"summary":["copyright"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-dg-de"],"involved":["eu-tr-73131808686-11","ec-person-49723482bb23d029cbfc010cb37eec7392a0ae02"]}} -{"id":"ec-meeting-2015-05-05-55748b3452bbf09941ae535d8cbc0b89ff919834","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-05 - Cabinet of Vice-President Jyrki Katainen x Blic Oy SRV Yhtiöt Oyj Fortum Oyj"],"date":["2015-05-05"],"summary":["Work of the Commission and Investment plan"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-687078815005-93","ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90","eu-tr-03501997362-71","eu-tr-764948517086-48"]}} -{"id":"ec-meeting-2015-05-05-568fca327bed4a66179bf4f15d34cfcaf47873c1","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2015-05-05 - Günther Oettinger x Deutsche Telekom"],"date":["2015-05-05"],"summary":["DSM","TSM/DSM"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-4cd59e13386e3b68ecb3611fcc579e0a0a3938a5","ec-person-c6cae64cc7dc787b66a47ab1613d3e922875b971","eu-tr-60052162589-72"]}} -{"id":"ec-meeting-2015-05-05-5ab455e0f8e643027d39fe16f3706055611eb7d3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-05 - Climate Action x AMISA2"],"date":["2015-05-05"],"summary":["COP21 Climate Change Conference in Paris"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-clima"],"involved":["ec-person-44c2f44f96dda2012bcb4e9abc749f6cae86a4c0","eu-tr-646699114665-12"]}} -{"id":"ec-meeting-2015-05-05-5ba10ad0a12fc15280ab3992e1d81d55e84ef04d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-05 - Cabinet of Vice-President Karmenu Vella x Institute for Advanced Sustainability Studies e.V."],"date":["2015-05-05"],"summary":["Ocean Governance"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["ec-person-2966d69fae0ea4e67f3f2df5a743cc766267d3c8","eu-tr-940967617145-32"]}} -{"id":"ec-meeting-2015-05-05-622acb7be4032d65047c9aa08536ef2f602616a8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-05 - Günther Oettinger x None"],"date":["2015-05-05"],"summary":["DSM"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-c6cae64cc7dc787b66a47ab1613d3e922875b971"]}} -{"id":"ec-meeting-2015-05-05-80efbc5fc043373d020a826c8cc1aa767ceb0493","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-05 - Cabinet of Vice-President Miguel Arias Cañete x CEMEX, S.A.B. de C.V."],"date":["2015-05-05"],"summary":["Energy Union"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-046522111711-44","ec-person-25a937c04cd0a0ddcf5cf34798e76b5105854114"]}} -{"id":"ec-meeting-2015-05-05-81d200d9a604d002ef93049ecf4828f66f7e8933","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-05 - Cabinet of Vice-President Maroš Šefčovič x Climate Alliance of European cities with indigenous rainforest peoples"],"date":["2015-05-05"],"summary":["COP 21"],"notes":["Portfolio: Energy Union"],"location":["Brussels, BE"],"address":["Brussels, BE"],"addressEntity":["addr-bd80958a978de8af51caa97a25a75f30d0061d71"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-ea6b517040e26a62f17d2829afffeba48cfd682f","eu-tr-83923664694-38"]}} -{"id":"ec-meeting-2015-05-05-8789a0676ea216d25b2c1ada042c915c8e3f3814","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-05 - Taxation and Customs Union x International Air Transport Association"],"date":["2015-05-05"],"summary":["Discuss current EU Customs regulations regarding baggage tags applied at EU airports"],"location":["Taxud Brussels Office"],"address":["Taxud Brussels Office"],"addressEntity":["addr-83311ce0ec9960eee32e6ffd03dbae7746a2f6b2"],"organizer":["ec-dg-taxud"],"involved":["eu-tr-1805107590-28","ec-person-f4345d97cfa27a834e9977e557ee9e2c79060f22"]}} -{"id":"ec-meeting-2015-05-05-8fedafbeaad9d47f9414036ef0d521405e6aacf4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-05 - Cabinet of Commissioner Marianne Thyssen x Protection sociale française"],"date":["2015-05-05"],"summary":["Current topics of EU employment and social policy"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["ec-person-7567514af00f139b390cf9864d28a090ca0fde25","eu-tr-48555836360-17"]}} -{"id":"ec-meeting-2015-05-05-9201da465d9adb59c70b0cfa55b8739a8c2307c7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-05 - Cabinet of Commissioner Pierre Moscovici x SEKAB BioFuels & Chemicals"],"date":["2015-05-05"],"summary":["Bio chemical production"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["eu-tr-233421916902-48","ec-person-738f7f25002d191bd2df8936e8f8d1d726c19e2e"]}} -{"id":"ec-meeting-2015-05-05-939bc54774d6622e41e84964a0f0d85e0de0fa5a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-05 - Justice and Consumers x INTRASOFT International"],"date":["2015-05-05"],"summary":["E-JUSTICE"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-just"],"involved":["eu-tr-675000817157-42","ec-person-26f8747866bd0d81cebb7a339c1ac11294d9676e"]}} -{"id":"ec-meeting-2015-05-05-98390bf6e0ab3adf32b12e1f63eaf65132c02088","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-05 - Cabinet of Vice-President Valdis Dombrovskis x European Environmental Bureau WWF European Policy Programme Green Budget Europe AISBL"],"date":["2015-05-05"],"summary":["Environmental aspects of the European semester"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["European Commission –Brussels"],"address":["European Commission –Brussels"],"addressEntity":["addr-d9594cadb7485469e86812c6364bd2159b55e56b"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-74535104992-35","eu-tr-06798511314-27","eu-tr-1414929419-24","ec-person-a9eda2e8ea54b70a968327672c6cada679d3cd56","ec-person-48f31156d932641826e09f5b73f074d35ff05786"]}} -{"id":"ec-meeting-2015-05-05-aba2c4c4d1e537f4e8bcffbc3b4b877a7c5fd212","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-05 - Cabinet of Vice-President Cecilia Malmström x The Coca-Cola Company"],"date":["2015-05-05"],"summary":["Coca-Cola and EU trade"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-98880f3f4206145e196013db9dd806a551c11e06","eu-tr-00475641564-03"]}} -{"id":"ec-meeting-2015-05-05-b57eb52f18f27f701c3a9ef96876d1f324730fd4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-05 - Cabinet of Vice-President Miguel Arias Cañete x ERAMET"],"date":["2015-05-05"],"summary":["Energy Union"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-645370511725-71","ec-person-25a937c04cd0a0ddcf5cf34798e76b5105854114"]}} -{"id":"ec-meeting-2015-05-05-c2027c1c6c6552386ee61deb4b9442ac34b0fac6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-05 - Inspire, Debate, Engage and Accelerate Action x Confrontations Europe"],"date":["2015-05-05"],"summary":["Meeting with Confrontations Europe members"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-dg-idea"],"involved":["eu-tr-01995086879-32","ec-person-4fe56a64c00b3e81c851b5538878b32481bd7d3c"]}} -{"id":"ec-meeting-2015-05-05-c5cace09454a374b13551b63d8653a819cf8f998","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2015-05-05 - Cabinet of Commissioner Věra Jourová x Orange"],"date":["2015-05-05"],"summary":["Data protection","Digital Single Market strategy"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-a2ca9161feee56909a0e98b473c2d342c20fdb57","eu-tr-76704342721-41","ec-person-184e698af1eb9e33b179680570ca171d8cb31c94"]}} -{"id":"ec-meeting-2015-05-05-c88f3c73692a781adf2938232fd16dd43b78ca27","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-05 - Cabinet of Vice-President Karmenu Vella x SUEZ Group"],"date":["2015-05-05"],"summary":["Circular Economy"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["eu-tr-27799842497-69","ec-person-0e3efd8bc1c3ee9a80205d0bb78f316fa1621e5d"]}} -{"id":"ec-meeting-2015-05-05-de9acd2be563320d91de4cbbddc6ba2863e63f09","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-05 - Cabinet of Commissioner Violeta Bulc x European Cyclists' Federation"],"date":["2015-05-05"],"summary":["Meeting with ECF"],"notes":["Portfolio: Transport"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-28451455737-18","ec-person-e14c58f620f40325d829df7be0823280307bc15f"]}} -{"id":"ec-meeting-2015-05-05-e3fd80371aa3a57b9ac20cb48db4f2319b7fb25f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-05 - Cabinet of Commissioner Tibor Navracsics x Coalitions européennes pour la diversité culturelle"],"date":["2015-05-05"],"summary":["Introductory meeting and presentation of the organization"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-cb6aa96c497dead35eb0f2ed0339e5423d506549","eu-tr-29737542657-40","ec-person-4d24029a6a4b5bbdcd825e134f010bd0b384f80a"]}} -{"id":"ec-meeting-2015-05-05-e65a25f5386a75fe8ceec8ad8f7630bf04cb7328","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-05 - Cabinet of High Representative / Vice-President Federica Mogherini x ENEL SpA"],"date":["2015-05-05"],"summary":["Climate change diplomacy"],"notes":["Portfolio: Foreign Affairs and Security Policy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"involved":["ec-person-62bf207e4274ad594e7eab4bfe20782f1d57f645","eu-tr-6256831207-27"]}} -{"id":"ec-meeting-2015-05-05-e9f70a1028df67abed8797d91a6f142bd57c39b0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-05 - Cabinet of Commissioner Margrethe Vestager x Danish Energy / Dansk Energi"],"date":["2015-05-05"],"summary":["EU Energy Union and State Aid Policy"],"notes":["Portfolio: Competition"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-margrethe-of-vestager"],"involved":["ec-person-2e96673ec2acdfc668f6970535551f9afa1f8729","eu-tr-1733114388-50"]}} -{"id":"ec-meeting-2015-05-05-f1911559390ac2002f6f8b31300816b3ba0f286e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-05 - Cabinet of Commissioner Marianne Thyssen x Teneo Brussels"],"date":["2015-05-05"],"summary":["Skills and vacancy forecasting"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["ec-person-bdb607d5d994a4056dd700f8f52d9af25b406b36","eu-tr-91124993695-29"]}} -{"id":"ec-meeting-2015-05-05-f330f606fefd98f29e6c02db9662365c8c5a0b06","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-05 - Cabinet of Commissioner Vytenis Andriukaitis x None"],"date":["2015-05-05"],"summary":["Health systems' performance in the EU"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-97425c615743576adc42e09bee7dac14f83f691b","ec-person-d462b3c7daeee00ad55e380a7fb96819f79899df"]}} -{"id":"ec-meeting-2015-05-05-f6502bc06b14305b78ef84ff24c8a6b0557d7a1f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-05 - Cabinet of Vice-President Maroš Šefčovič x Danish Energy / Dansk Energi"],"date":["2015-05-05"],"summary":["Energy Union conference in Copenhague"],"notes":["Portfolio: Energy Union"],"location":["Brussels, BE"],"address":["Brussels, BE"],"addressEntity":["addr-bd80958a978de8af51caa97a25a75f30d0061d71"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-ea6b517040e26a62f17d2829afffeba48cfd682f","eu-tr-1733114388-50"]}} -{"id":"ec-meeting-2015-05-05-f86299ef2e6c747ca156a6cea5b3abc08aea55ae","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-05 - Cabinet of Vice-President Maroš Šefčovič x Confederation of Finnish Industries EK Blic Oy"],"date":["2015-05-05"],"summary":["Energy Union and industry"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-687078815005-93","ec-person-1f95be23689cd4ed0a26fe2980f760ccf2d55c1e","eu-tr-1274604847-34"]}} -{"id":"ec-meeting-2015-05-06-1094f28e88ac689fe31c007a9ac96f9a1ac1f97a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-06 - Cabinet of Commissioner Věra Jourová x The General Council of the Bar of England and Wales"],"date":["2015-05-06"],"summary":["General agenda of Commissioner for Justice"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-5455ecfabb89025694c798deac08160a2be17d94","ec-person-a2ca9161feee56909a0e98b473c2d342c20fdb57","ec-person-ff9ad301b778d595651cc4c46ec3a4cf1ef10376","eu-tr-39850528734-23","ec-person-1e0e3a00ab815dea7c5b839b002ed2c7e34bfe0a"]}} -{"id":"ec-meeting-2015-05-06-10d018eb03ce5fbca485e6303ca2b4d7d5efd125","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-06 - Cabinet of Vice-President Miguel Arias Cañete x Vitol Holding BV"],"date":["2015-05-06"],"summary":["Meeting to present Vitol Ltd positions on the latest energy issues"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-114491916818-47","ec-person-2229c857664a22dcb8eee79a8c05841fd3d0924f"]}} -{"id":"ec-meeting-2015-05-06-12785838923f31f3cf9094f15baca17323d4e8ba","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-06 - Research and Innovation x Siemens AG"],"date":["2015-05-06"],"summary":["Interview - Pictures of the Future - Research and Development 2030"],"location":["Brussels, Director-General's office"],"address":["Brussels, Director-General's office"],"addressEntity":["addr-1ffa5aa0c8ebbed91e2de7b5b699caa8a4738a67"],"organizer":["ec-dg-rtd"],"involved":["ec-person-3a3f2867fc07b851e10a70d1325a0cf2fc1a87dc","eu-tr-4266797770-31"]}} -{"id":"ec-meeting-2015-05-06-1502635dc2b314996eadbc518fb57229773390fe","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-06 - Cabinet of Vice-President Karmenu Vella x Ocean Energy Europe"],"date":["2015-05-06"],"summary":["Ocean Energy, Energy Union"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["ec-person-2966d69fae0ea4e67f3f2df5a743cc766267d3c8","eu-tr-264048311507-68"]}} -{"id":"ec-meeting-2015-05-06-18408928783d6d81da94322b17358c497341f987","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-06 - Cabinet of Vice-President Miguel Arias Cañete x Tractebel Engineering - ENGIE"],"date":["2015-05-06"],"summary":["Energy Union"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-95f883d5d0d484088f26191a8fea8553d674dfbe","eu-tr-755972316926-59"]}} -{"id":"ec-meeting-2015-05-06-18432b394ce0495b27e4f0d75ed766998d53c9ca","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-06 - Cabinet of Vice-President Valdis Dombrovskis x Jacques Delors Institut - Berlin, gemeinnützige GmbH"],"date":["2015-05-06"],"summary":["Four Presidents' report"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Berlaymont, 10th floor/021"],"address":["Berlaymont, 10th floor/021"],"addressEntity":["addr-4019de6edd67baaa9d479d88803801fda711329a"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-902665668634b69ce99a97f1853d89a9d1b275f2","eu-tr-303748317222-08","ec-person-48f31156d932641826e09f5b73f074d35ff05786"]}} -{"id":"ec-meeting-2015-05-06-1b00d04bef0cca12e4e73aff36f66f59da420091","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-06 - Trade x European agri-cooperatives European farmers"],"date":["2015-05-06"],"summary":["Trade Negotiations"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-trade"],"involved":["ec-person-bde9bb099f5d24c52ca4a9255cefc99a5b87a650","eu-tr-09586631237-74","eu-tr-44856881231-49"]}} -{"id":"ec-meeting-2015-05-06-4029cc22d8c9ea20f580e0981ccd8085bcdb6a24","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-06 - Cabinet of Vice-President Cecilia Malmström x Nokian Tyres Plc"],"date":["2015-05-06"],"summary":["EU Tyre Labelling Regulation"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-604107415108-75","ec-person-5d4088e1913284a765aed8445f448f6ff341f1b3"]}} -{"id":"ec-meeting-2015-05-06-4143b2da6cea024965b9f3fd6b167d1b8f50c029","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-06 - Günther Oettinger x Institut der deutschen Wirtschaft Köln e.V."],"date":["2015-05-06"],"summary":["Digitalisierung der Industrie"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-132414515813-88","ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0"]}} -{"id":"ec-meeting-2015-05-06-4650a0868d89ee8698f6dc51b4475d28c3e88f0a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-06 - Cabinet of Vice-President Cecilia Malmström x Anti-Slavery International"],"date":["2015-05-06"],"summary":["Forced labour in Uzbekistan"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-20ded9db5df11164331bb161fdf234b1e5ad53fd","ec-person-591ec829ca734bcfe59a2c9c7f07f9dff22a0ea9","eu-tr-464644816865-02"]}} -{"id":"ec-meeting-2015-05-06-46836bac4ee8ce2adf78362f12e1c6f35c98f31d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-06 - Cabinet of Commissioner Violeta Bulc x Nokian Tyres Plc"],"date":["2015-05-06"],"summary":["Meeting with Nokian Tyres"],"notes":["Portfolio: Transport"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-604107415108-75","ec-person-dd7851e4a1e747e824b4f81139e33bc3cdb73160"]}} -{"id":"ec-meeting-2015-05-06-4e2e6cdeab7f949b7a8797b0f398051d5f09c95f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-06 - Cabinet of Vice-President Jyrki Katainen x IBERDROLA"],"date":["2015-05-06"],"summary":["Investment Initiative"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-3775b7be791f90ed462b9071c9ae596b80d71bca","eu-tr-41816938101-07"]}} -{"id":"ec-meeting-2015-05-06-4e3a6620a01027d1305a308f1a5212691f4e35a5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-06 - Cabinet of Commissioner Tibor Navracsics x Federation of the European Sporting Goods Industry"],"date":["2015-05-06"],"summary":["Preparation of the meeting between Commissioner Navracsics and Mr Luca Businaro, President of FESI"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-49f31dad10f5641cb1d1e4c3107dd838389e8120","eu-tr-616677713667-62"]}} -{"id":"ec-meeting-2015-05-06-4f901c8a8bba250c4f37f1e416eb389ebfe86f1d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-06 - Cabinet of Vice-President Jyrki Katainen x Fortum Oyj"],"date":["2015-05-06"],"summary":["Energy Union"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-03501997362-71","ec-person-0310c3b87e155f5572493e91d12eebab9736a76b"]}} -{"id":"ec-meeting-2015-05-06-52f4b381e10a84359e106d893e4aa75e7650daad","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-06 - Cabinet of Commissioner Věra Jourová x Deutsche Telekom"],"date":["2015-05-06"],"summary":["Data protection"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-184e698af1eb9e33b179680570ca171d8cb31c94","eu-tr-60052162589-72"]}} -{"id":"ec-meeting-2015-05-06-53ca3d8a8605bb36bd27595aca658399ea851faf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-06 - Cabinet of Commissioner Vytenis Andriukaitis x EPPA SA"],"date":["2015-05-06"],"summary":["Endocrine disruptors and the definition of the concept of Negligible exposure within the regulation of Plant Protection products"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["eu-tr-31367501249-92","ec-person-b9c3f19e7c5f216e3e508f931ddd6a9cb59376d1"]}} -{"id":"ec-meeting-2015-05-06-585c0331c68a77428ffdf67b4e6313ae576d20bc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-06 - Cabinet of Commissioner Jonathan Hill x Société Générale"],"date":["2015-05-06"],"summary":["Financial Policy"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["ec-person-a9f927e92126f22da48d08ee37b059179988ada8","eu-tr-34369111614-57"]}} -{"id":"ec-meeting-2015-05-06-589bfb84ba7c875ea7b13acf4bbea070071e1e82","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-06 - Cabinet of Vice-President Karmenu Vella x European Community Shipowner's Associations"],"date":["2015-05-06"],"summary":["Ship Recycling"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["ec-person-4ff7c27445db4ad88e687776974fd8d077a1fe0c","eu-tr-59004966537-01"]}} -{"id":"ec-meeting-2015-05-06-5bb4f823b2f588366828974cc5c85d48ebd691be","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-06 - Cabinet of Vice-President Maroš Šefčovič x Ocean Energy Europe"],"date":["2015-05-06"],"summary":["Ocean energy"],"notes":["Portfolio: Energy Union"],"location":["Brussels, BE"],"address":["Brussels, BE"],"addressEntity":["addr-bd80958a978de8af51caa97a25a75f30d0061d71"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-ea6b517040e26a62f17d2829afffeba48cfd682f","eu-tr-264048311507-68"]}} -{"id":"ec-meeting-2015-05-06-618a293073e5f385454fc680de2ffb9391de6f99","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-06 - Günther Oettinger x Reuter"],"date":["2015-05-06"],"summary":["DSM"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-c6cae64cc7dc787b66a47ab1613d3e922875b971","eu-tr-731600116943-09"]}} -{"id":"ec-meeting-2015-05-06-622acb7be4032d65047c9aa08536ef2f602616a8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-06 - Günther Oettinger x None"],"date":["2015-05-06"],"summary":["DSM"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-de"],"involved":["ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0"]}} -{"id":"ec-meeting-2015-05-06-7a64904a26d5574e5d31d1bae480f528d2b1d332","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-06 - Günther Oettinger x EWE Aktiengesellschaft"],"date":["2015-05-06"],"summary":["Digitalisierung des Energie- und Telekommunikationssektors"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0","eu-tr-00741337988-18"]}} -{"id":"ec-meeting-2015-05-06-7c0a8b44dc9446e8cb542a84805d35171248489c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-06 - Cabinet of Commissioner Pierre Moscovici x Irish Tax Institute"],"date":["2015-05-06"],"summary":["Tax transparency package + VAT"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["eu-tr-08421509356-44","ec-person-738f7f25002d191bd2df8936e8f8d1d726c19e2e"]}} -{"id":"ec-meeting-2015-05-06-84652e60e7f979e291cf4b4a8e064eb386d9f8b4","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2015-05-06 - Cabinet of Commissioner Tibor Navracsics x IMPALA Association Internationale AISBL"],"date":["2015-05-06"],"summary":["Digital Single Market"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-cb6aa96c497dead35eb0f2ed0339e5423d506549","eu-tr-12383069253-19","ec-person-4d24029a6a4b5bbdcd825e134f010bd0b384f80a"]}} -{"id":"ec-meeting-2015-05-06-9699727e2f0ac7d6141653c716e769409d40b395","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-06 - Cabinet of Commissioner Jonathan Hill x None"],"date":["2015-05-06"],"summary":["Motor insurance plicies across the EU"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["ec-person-890015b0d769ee93a09119846b414d4aae7c64ae"]}} -{"id":"ec-meeting-2015-05-06-a0c07148e0cdb324b6b3a43c4bd534610422be34","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-06 - Cabinet of Vice-President Jyrki Katainen x BNP PARIBAS"],"date":["2015-05-06"],"summary":["Securitisation"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-88d71b399a3e13a243bdc4676e481835e8e5b2f2","eu-tr-78787381113-69"]}} -{"id":"ec-meeting-2015-05-06-abab91cf47f5c268c2cd6b9a049751a78adba938","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2015-05-06 - Cabinet of President Jean-Claude Juncker x Bundesverband Digitalpublisher und Zeitungsverleger"],"date":["2015-05-06"],"summary":["Speech on free and independent press in Europe","President Juncker's speech on free and independent press in Europe"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-201132116888-24","ec-person-29c106b0461ffd79e95f0119bdd363fd3c7c3ab3","ec-person-80c6995ad1cd6aefa72f1bf440b17b6d8c6dd4b8"]}} -{"id":"ec-meeting-2015-05-06-adf26d6bbe252dc5b37df1447b841a74bea01f5e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-06 - Cabinet of Commissioner Věra Jourová x AIM European Brands Association"],"date":["2015-05-06"],"summary":["Working lunch on 'nudge' initiatives"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["eu-tr-1074382679-01","ec-person-a2ca9161feee56909a0e98b473c2d342c20fdb57"]}} -{"id":"ec-meeting-2015-05-06-b33c1c1dabf04df76ea78ae1de874a8749e70348","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-06 - Cabinet of Commissioner Vytenis Andriukaitis x FTI Consulting Belgium"],"date":["2015-05-06"],"summary":["Priorities of Commissioner Andriukaitis"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-0dbfffeb0323f819c8d57164906086dd8639c437","eu-tr-29896393398-67"]}} -{"id":"ec-meeting-2015-05-06-b5613eeb12c92039093cc4f0f5fc8fd4779e3912","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-06 - Cabinet of Commissioner Elżbieta Bieńkowska x Roland Berger"],"date":["2015-05-06"],"summary":["Smart industries"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-092636516471-94","ec-person-b2f9be51339f054477846797e2c119fcf16548fc","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2015-05-06-b79d20b783a0ee23a7028a57d5d8563308f6d358","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-06 - Cabinet of Vice-President Maroš Šefčovič x ExxonMobil Petroleum & Chemical"],"date":["2015-05-06"],"summary":["Decarbonisation of transports"],"notes":["Portfolio: Energy Union"],"location":["Brussels, BE"],"address":["Brussels, BE"],"addressEntity":["addr-bd80958a978de8af51caa97a25a75f30d0061d71"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-ea6b517040e26a62f17d2829afffeba48cfd682f","eu-tr-0745650927-75"]}} -{"id":"ec-meeting-2015-05-06-bccfc71b5809b26bda6b72729877b910cd3b5b6a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-06 - Cabinet of Commissioner Pierre Moscovici x Bundesverband deutscher Banken e.V."],"date":["2015-05-06"],"summary":["Discussion of Commission Spring Forecast and economic outlook for the euro area"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["eu-tr-0764199368-97","ec-person-ac604755dc7677c8653a5a5172e851f7c8e468b4"]}} -{"id":"ec-meeting-2015-05-06-bd1818a4bacb64b11b34cf5e225f1ca107eb096a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-06 - Cabinet of Vice-President Jyrki Katainen x NASDAQ"],"date":["2015-05-06"],"summary":["Energy Union"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-76648765687-29","ec-person-0310c3b87e155f5572493e91d12eebab9736a76b"]}} -{"id":"ec-meeting-2015-05-06-c04180d08d109bb5e025af79b40fec7a309383c4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-06 - Cabinet of President Jean-Claude Juncker x Jacques Delors Institut - Berlin, gemeinnützige GmbH"],"date":["2015-05-06"],"summary":["Monetary Union"],"notes":["Portfolio: President"],"location":["BERL, Brussels, BE"],"address":["BERL, Brussels, BE"],"addressEntity":["addr-1576112c00680864af07bffdc683c2f122e60519"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-303748317222-08","ec-person-80c6995ad1cd6aefa72f1bf440b17b6d8c6dd4b8"]}} -{"id":"ec-meeting-2015-05-06-c5872d7148bd62b402f19331f8700345890ad358","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-06 - Cabinet of Commissioner Věra Jourová x Coalition for Creativity"],"date":["2015-05-06"],"summary":["Upcoming copyright review"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-f329292459cb1badb7fb7c6b67b698c441931bb2","eu-tr-342464912839-08"]}} -{"id":"ec-meeting-2015-05-06-cce6f016fcfd56858b02b9edd749a4f9c7da1941","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-06 - Cabinet of Commissioner Violeta Bulc x AeroSpace and Defence Industries Association of Europe"],"date":["2015-05-06"],"summary":["Aviation issues"],"notes":["Portfolio: Transport"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-5012c5e45a52ee8ce67d19c1781a127af53e73e7","eu-tr-72699997886-57"]}} -{"id":"ec-meeting-2015-05-06-d24116964901f2fb547db9cb9eac0ef020fb0776","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-06 - Climate Action x Eric Besson Consulting"],"date":["2015-05-06"],"summary":["ETS"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-clima"],"involved":["ec-person-44c2f44f96dda2012bcb4e9abc749f6cae86a4c0","eu-tr-463544915728-13"]}} -{"id":"ec-meeting-2015-05-06-d31e4ff6f71f7be038f2b24c7bd82311f70cf13e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-06 - Günther Oettinger x Bayer AG"],"date":["2015-05-06"],"summary":["Digitalisierung der Industrie"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-3523776801-85","ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0"]}} -{"id":"ec-meeting-2015-05-06-e2bd03c06cc0615caa844cf6089e05a771e29fc4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-06 - Cabinet of Vice-President Andrus Ansip x Tax Incentivised Savings Association"],"date":["2015-05-06"],"summary":["Consumers' Engagement with Financial Markets - Power of Online Tools"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-759948816837-53","ec-person-0f698e3a0cc0bd6a02e1bd386a25cedc1366f3f1"]}} -{"id":"ec-meeting-2015-05-06-f0515320a2743d6c0035890713fc96f3d6c0a3ad","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-06 - Cabinet of Vice-President Valdis Dombrovskis x BNP PARIBAS"],"date":["2015-05-06"],"summary":["Securitisation"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels- European Commission- Berlaymont"],"address":["Brussels- European Commission- Berlaymont"],"addressEntity":["addr-3a6bca931245f6b33b4f07c1f512c6339add817b"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-48f31156d932641826e09f5b73f074d35ff05786","eu-tr-78787381113-69"]}} -{"id":"ec-meeting-2015-05-06-fb4687021e801b3718c3b24e609622f359934102","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-06 - Research and Innovation x Bayer AG"],"date":["2015-05-06"],"summary":["Innovation in Europe"],"location":["Brussels, Director-General's office"],"address":["Brussels, Director-General's office"],"addressEntity":["addr-1ffa5aa0c8ebbed91e2de7b5b699caa8a4738a67"],"organizer":["ec-dg-rtd"],"involved":["eu-tr-3523776801-85","ec-person-3a3f2867fc07b851e10a70d1325a0cf2fc1a87dc"]}} -{"id":"ec-meeting-2015-05-07-00ec4a40c265c5ab40b481a900b7fa0f90c5cce3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-07 - Cabinet of Commissioner Marianne Thyssen x Tax Incentivised Savings Association"],"date":["2015-05-07"],"summary":["Presentation of key areas of work of TSIP."],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["ec-person-ce19440eacb8fd67f534bdbcce33a1c4cedfd071","eu-tr-759948816837-53","ec-person-e93189002a993321fd1af93481b271c766b1aff8"]}} -{"id":"ec-meeting-2015-05-07-01304a04365848360078dce319c669185d314fc8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-07 - Günther Oettinger x Bundesverband Digitalpublisher und Zeitungsverleger"],"date":["2015-05-07"],"summary":["DSM"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-201132116888-24","ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0"]}} -{"id":"ec-meeting-2015-05-07-038780a04f7626ad23bde1183878d1bcd9a4c33b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-07 - Cabinet of Vice-President Jyrki Katainen x Political Intelligence"],"date":["2015-05-07"],"summary":["Digital Single Market"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-34863197284-43","ec-person-0da85dc48012e26688310a59a0b51727ea68f410"]}} -{"id":"ec-meeting-2015-05-07-074d9ec53eea4b502df2cdb5fd292cc817506dbf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-07 - Cabinet of Commissioner Carlos Moedas x Huawei Technologies"],"date":["2015-05-07"],"summary":["Huawei research activities in Europe"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-23980b2bc4fd9c82051d0f7888dc236b2f764866","eu-tr-114467111412-38"]}} -{"id":"ec-meeting-2015-05-07-0ca55e57c72bde3e2c4bf147befc0fd335518711","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-07 - Cabinet of Vice-President Cecilia Malmström x Siemens AG"],"date":["2015-05-07"],"summary":["Anti-dumping duties GOES"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-20ded9db5df11164331bb161fdf234b1e5ad53fd","eu-tr-4266797770-31","ec-person-591ec829ca734bcfe59a2c9c7f07f9dff22a0ea9"]}} -{"id":"ec-meeting-2015-05-07-0e3fe5a1b714e085aa6d4a7aa2b636d50bd9084d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-07 - Cabinet of Commissioner Violeta Bulc x European Shippers' Council"],"date":["2015-05-07"],"summary":["Meeting with European Shippers' Council"],"notes":["Portfolio: Transport"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-32213828062-24","ec-person-dd7851e4a1e747e824b4f81139e33bc3cdb73160"]}} -{"id":"ec-meeting-2015-05-07-1a6fc588385a9bb4ba02f8c7ad63eecad7c0dc4f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-07 - Climate Action x Eurelectric aisbl"],"date":["2015-05-07"],"summary":["ETS"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-clima"],"involved":["ec-person-44c2f44f96dda2012bcb4e9abc749f6cae86a4c0","eu-tr-4271427696-87"]}} -{"id":"ec-meeting-2015-05-07-1c8e29271efaedf629c3afa0f144d1835916f504","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-07 - Cabinet of Commissioner Marianne Thyssen x FacilityLive OpCo"],"date":["2015-05-07"],"summary":["Skills"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["eu-tr-203912412999-51","ec-person-e93189002a993321fd1af93481b271c766b1aff8"]}} -{"id":"ec-meeting-2015-05-07-2139f075fe1bffef9e5aef4f134827afe923a5c3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-07 - Climate Action x ELECTRICITE DE FRANCE"],"date":["2015-05-07"],"summary":["ETS, COP21"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-clima"],"involved":["ec-person-44c2f44f96dda2012bcb4e9abc749f6cae86a4c0","eu-tr-39966101835-69"]}} -{"id":"ec-meeting-2015-05-07-268ec57978b308569e1e42330234885baab38dc7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-07 - Mobility and Transport x American Chamber of Commerce to the European Union"],"date":["2015-05-07"],"summary":["Presentation of EU Transport Policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-move"],"involved":["ec-person-d856b0f199c84d5b5003106bea2ee6d0392e2428","eu-tr-5265780509-97"]}} -{"id":"ec-meeting-2015-05-07-3638dbdd591a3bc1f6145586ff11bd68cf8ce79e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-07 - Cabinet of Vice-President Valdis Dombrovskis x European Association of Co-operative Banks"],"date":["2015-05-07"],"summary":["Markets in Financial Instruments Directive II/Basel"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-4172526951-19","ec-person-3f9ca71b74344417d1f072ba7f3e2f09a223b036"]}} -{"id":"ec-meeting-2015-05-07-3d5c4e8ec7c16adc5a759b4c68bd240bd05e2ca1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-07 - Cabinet of Commissioner Pierre Moscovici x American Chamber of Commerce to the European Union"],"date":["2015-05-07"],"summary":["Exchanges of views on EU economic situation"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["ec-person-3cbeba61ae952f06fe4916c381438ebbc676a597","eu-tr-5265780509-97","ec-person-4d74d0c260dc052838b8da02f72e7322f6cfc514"]}} -{"id":"ec-meeting-2015-05-07-415fe38060d97648122c76e23f976d28d2b8d1b3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-07 - Internal Market, Industry, Entrepreneurship and SMEs x LEGO System A/S"],"date":["2015-05-07"],"summary":["European Toy Industry and the Internal Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-grow"],"involved":["ec-person-9f3f9b58a22cf98d55521b290d1facc431bdce86","eu-tr-74560896368-94"]}} -{"id":"ec-meeting-2015-05-07-41cbbae1f0536362f272d52d3dee88a353ed38b3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-07 - Cabinet of Vice-President Maroš Šefčovič x Roundtable for Europe's Energy Future"],"date":["2015-05-07"],"summary":["Energy Union"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-1f95be23689cd4ed0a26fe2980f760ccf2d55c1e","eu-tr-101903316808-95"]}} -{"id":"ec-meeting-2015-05-07-4b46dafb2d368d9fa65a1b26618e6bd93d72bb74","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-07 - Günther Oettinger x Gemalto SA"],"date":["2015-05-07"],"summary":["DSM"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0","eu-tr-963255916498-75"]}} -{"id":"ec-meeting-2015-05-07-4ba5d4e08a2217db4e762de7c460e40bbc9a5c86","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-07 - Cabinet of Vice-President Jyrki Katainen x Swiss Re Ltd."],"date":["2015-05-07"],"summary":["Infrastructure/market + Juncker Plan"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-290136415264-17","ec-person-88d71b399a3e13a243bdc4676e481835e8e5b2f2"]}} -{"id":"ec-meeting-2015-05-07-4eac2610713a102a3289368130bd5cc81964219b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-07 - Cabinet of Commissioner Carlos Moedas x American Chamber of Commerce to the European Union"],"date":["2015-05-07"],"summary":["Exchange of views on conditions to promote research and innovation."],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-23980b2bc4fd9c82051d0f7888dc236b2f764866","eu-tr-5265780509-97"]}} -{"id":"ec-meeting-2015-05-07-5224d93895e40e969cefc80cbad8cc30b2cd83e9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-07 - Günther Oettinger x Motion Picture Association EMEA"],"date":["2015-05-07"],"summary":["copyright"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-dg-de"],"involved":["ec-person-49723482bb23d029cbfc010cb37eec7392a0ae02","eu-tr-95201401713-39"]}} -{"id":"ec-meeting-2015-05-07-5d32c5c42a9440b9453888980527cd6aa0d8d54b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-07 - Cabinet of Commissioner Marianne Thyssen x Heineken N.V."],"date":["2015-05-07"],"summary":["Employment"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["eu-tr-827688315793-86","ec-person-e93189002a993321fd1af93481b271c766b1aff8"]}} -{"id":"ec-meeting-2015-05-07-5e667235436a6c435f2c93049e90246ab960830e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-07 - Cabinet of Vice-President Karmenu Vella x American Chamber of Commerce to the European Union"],"date":["2015-05-07"],"summary":["Circular Economy, Energy Efficiency, Competitiveness"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["eu-tr-5265780509-97","ec-person-0e3efd8bc1c3ee9a80205d0bb78f316fa1621e5d"]}} -{"id":"ec-meeting-2015-05-07-622acb7be4032d65047c9aa08536ef2f602616a8","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2015-05-07 - Günther Oettinger x None"],"date":["2015-05-07"],"summary":["DSM"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-c6cae64cc7dc787b66a47ab1613d3e922875b971"]}} -{"id":"ec-meeting-2015-05-07-68d8b7e206d58614371df760a3f2cc75919c0028","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-07 - Cabinet of Vice-President Andrus Ansip x FacilityLive OpCo"],"date":["2015-05-07"],"summary":["startups"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-203912412999-51","ec-person-6a03bc4fa7657513ea34529e98dba0671ef4c849"]}} -{"id":"ec-meeting-2015-05-07-6b2f37a083e26a8c40d5ad2e5a7ff88fd86951ed","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-07 - Cabinet of Commissioner Margrethe Vestager x LEGO System A/S"],"date":["2015-05-07"],"summary":["Exchange of views on EU issues"],"notes":["Portfolio: Competition"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-margrethe-of-vestager"],"involved":["eu-tr-74560896368-94","ec-person-6e8b9cd7bb1a15a7e90b04790769360ba931cafd"]}} -{"id":"ec-meeting-2015-05-07-6d059b2d966ed03c675d44af913d5d2bcd9c7b9e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-07 - Günther Oettinger x Computer & Communications Industry Association"],"date":["2015-05-07"],"summary":["DSM"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-15987896534-82","ec-person-d8b86b98a24683917c569000ed6d8c45bedbbc00"]}} -{"id":"ec-meeting-2015-05-07-7aea444efb5bc90e9308b35e4c3db81fb804275f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-07 - Cabinet of Vice-President Valdis Dombrovskis x International Swaps and Derivatives Association"],"date":["2015-05-07"],"summary":["Capital Markets Union/Markets in Financial Instruments Directive"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-3f9ca71b74344417d1f072ba7f3e2f09a223b036","eu-tr-46643241096-93"]}} -{"id":"ec-meeting-2015-05-07-8616147f36740c0aef3b8e9cb23d87d3a0b622a0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-07 - Cabinet of Commissioner Elżbieta Bieńkowska x ICSC EUROPE"],"date":["2015-05-07"],"summary":["Retail real estate sector"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-753922111052-91","ec-person-b2f9be51339f054477846797e2c119fcf16548fc","ec-person-daef7f819b2f3ffe5e4f5d8eb2782954f3c4a4e2"]}} -{"id":"ec-meeting-2015-05-07-91838a6e7358951ff29bc8cc2377fe9093151e63","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-07 - Cabinet of Commissioner Phil Hogan x None"],"date":["2015-05-07"],"summary":["Commissioner's simplification agenda"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["BERL 08/304"],"address":["BERL 08/304"],"addressEntity":["addr-aff09a6f822af9a7e96260c390a7e7bd5d64be8b"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-400dd8d59d3060187d9b9b143d697da1a3d03c12","ec-person-7d3caa534e5cdda6d5b949bd4b2def39356e3bec"]}} -{"id":"ec-meeting-2015-05-07-9b68567eecc7d4c42901211e3147e48e14b338b3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-07 - Mobility and Transport x Lufthansa Group"],"date":["2015-05-07"],"summary":["Aviation Strategy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-move"],"involved":["ec-person-d856b0f199c84d5b5003106bea2ee6d0392e2428","eu-tr-0714344663-32"]}} -{"id":"ec-meeting-2015-05-07-9fe4f159992131c9e73cf098d4a2290d8b3add80","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-07 - Cabinet of Vice-President Karmenu Vella x ETVA INDUSTRIAL & BUSINESS PARKS S.A. LITUS ADVISORY SA"],"date":["2015-05-07"],"summary":["Circular Economy"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["ec-person-4ff7c27445db4ad88e687776974fd8d077a1fe0c","eu-tr-885880717158-92","eu-tr-785666316356-64"]}} -{"id":"ec-meeting-2015-05-07-a104a7f5cb3ce040fe7c322468c1016aa97b349a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-07 - Cabinet of Vice-President Andrus Ansip x Samsung Electronics Europe"],"date":["2015-05-07"],"summary":["mHealth and Internet of Things"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-e91c5be432b6b3efdda369792fed67c20b767a45","ec-person-91ca0921c6790191daa54427311acd63035e7c9e","eu-tr-40471017282-57"]}} -{"id":"ec-meeting-2015-05-07-a764030767132e694ba7110ba881299ce5266954","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-07 - Cabinet of President Jean-Claude Juncker x Unilever"],"date":["2015-05-07"],"summary":["Political priorities of this Commission"],"notes":["Portfolio: President"],"location":["Brussels, Berlaymont"],"address":["Brussels, Berlaymont"],"addressEntity":["addr-2d842da4e8cf3dbd0304d45e6b874d5f0aa57edf"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-cdaf2d26bf31f9cd51df4dcae26d0bced763eb2c","eu-tr-6200524920-25"]}} -{"id":"ec-meeting-2015-05-07-a7fa7898c2663b6e7edeeb408471f7bf350acdea","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-07 - Cabinet of Commissioner Vytenis Andriukaitis x The European Region of the International Lesbian, Gay, Bisexual, Trans and Intersex Association"],"date":["2015-05-07"],"summary":["LGBTI health issues"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-97425c615743576adc42e09bee7dac14f83f691b","ec-person-d462b3c7daeee00ad55e380a7fb96819f79899df","eu-tr-11977456675-84"]}} -{"id":"ec-meeting-2015-05-07-ae8a6912895bc7472a88aebcc170c28bd7739bb9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-07 - Cabinet of Vice-President Miguel Arias Cañete x ELECTRICITE DE FRANCE"],"date":["2015-05-07"],"summary":["Discussion on key European energy issues for our EDF Group"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-39966101835-69","ec-person-2229c857664a22dcb8eee79a8c05841fd3d0924f"]}} -{"id":"ec-meeting-2015-05-07-af17a9c05ee789c977af9472832a210a39f81e4d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-07 - Günther Oettinger x EURANET PLUS"],"date":["2015-05-07"],"summary":["EU budget"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-914088116067-37","ec-person-d8b86b98a24683917c569000ed6d8c45bedbbc00"]}} -{"id":"ec-meeting-2015-05-07-b13438a1083a29af152357f38790a49452a29273","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-07 - Cabinet of Commissioner Phil Hogan x Ibec"],"date":["2015-05-07"],"summary":["Preliminary views on the European Commission's upcoming package on Europe's digital economy"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-a985b9a03cb4f9af4f2f97583d8f92fb71579572","eu-tr-479468313744-50"]}} -{"id":"ec-meeting-2015-05-07-b79d20b783a0ee23a7028a57d5d8563308f6d358","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-07 - Cabinet of Vice-President Maroš Šefčovič x ExxonMobil Petroleum & Chemical"],"date":["2015-05-07"],"summary":["Presentation of company, Energy Union, world Energy market"],"notes":["Portfolio: Energy Union"],"location":["Berlin"],"address":["Berlin"],"addressEntity":["addr-062b06ba8e755765c6b049809b7430fd54fe5b21"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-1f95be23689cd4ed0a26fe2980f760ccf2d55c1e","eu-tr-0745650927-75"]}} -{"id":"ec-meeting-2015-05-07-c4db1da84aab0962e448fae9b374f3f37e2bef44","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-07 - Günther Oettinger x University of Ulm, Institute for Complex Quantum Systems"],"date":["2015-05-07"],"summary":["Quantentechnologien"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-975691716328-53","ec-person-4cd59e13386e3b68ecb3611fcc579e0a0a3938a5"]}} -{"id":"ec-meeting-2015-05-07-c5e6d4dbd4f330563856a0d99628a2c4f61357eb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-07 - Günther Oettinger x Initiative Urheberrecht e.V., Förderverein"],"date":["2015-05-07"],"summary":["copyright"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-dg-de"],"involved":["eu-tr-585371312551-70","ec-person-49723482bb23d029cbfc010cb37eec7392a0ae02"]}} -{"id":"ec-meeting-2015-05-07-c61ab2513a6f10a5d52bf6ebf42a9d113b927d7d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-07 - Cabinet of Commissioner Jonathan Hill x Swiss Re Ltd."],"date":["2015-05-07"],"summary":["Capital Markets Union"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["eu-tr-290136415264-17","ec-person-890015b0d769ee93a09119846b414d4aae7c64ae"]}} -{"id":"ec-meeting-2015-05-07-ce3d4f0bfc9be07d6b480ca93532666a5a669391","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-07 - Cabinet of Commissioner Věra Jourová x Tax Incentivised Savings Association"],"date":["2015-05-07"],"summary":["Financial and pensions arrangements in UK"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-a2ca9161feee56909a0e98b473c2d342c20fdb57","eu-tr-759948816837-53"]}} -{"id":"ec-meeting-2015-05-07-d3a311003c974f7f62c65b3a5e8c10810be90cb2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-07 - Cabinet of Vice-President Jyrki Katainen x The Alternative Investment Management Association Limited"],"date":["2015-05-07"],"summary":["CMU"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-88d71b399a3e13a243bdc4676e481835e8e5b2f2","eu-tr-232566516087-90"]}} -{"id":"ec-meeting-2015-05-07-df8e1ab551acc338d202deacb193dc6b92851eb7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-07 - Cabinet of Vice-President Andrus Ansip x Gemalto SA"],"date":["2015-05-07"],"summary":["Data cloud and security, NIS"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-e91c5be432b6b3efdda369792fed67c20b767a45","eu-tr-963255916498-75","ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0"]}} -{"id":"ec-meeting-2015-05-07-e1f620671b371cb855b2d4843359e89f3f0e5dde","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-07 - Cabinet of Commissioner Věra Jourová x Europeans Throughout The World"],"date":["2015-05-07"],"summary":["Presentation of action plan on activities of ETW related to the portfolio of Commissioner Jourová, (European emigrants policy, voting rights for the next European elections for all expats (as part of European citizenship), European Year for mobile citizens"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-f329292459cb1badb7fb7c6b67b698c441931bb2","eu-tr-844689616084-97"]}} -{"id":"ec-meeting-2015-05-07-f0a7125f563086dda319d2f191768fce74c03fa8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-07 - Cabinet of Commissioner Carlos Moedas x SANOFI"],"date":["2015-05-07"],"summary":["Implementation Council Conclusions on Vaccination"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["eu-tr-61291462764-77","ec-person-f7ccc3ad366dd2fdb24870e1c02ff2763539c82f"]}} -{"id":"ec-meeting-2015-05-07-f912b75b04f7735b0f47e272d5d27956cdb9d231","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-07 - Cabinet of Commissioner Věra Jourová x European Chemical Industry Council"],"date":["2015-05-07"],"summary":["Consumer protection"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-a2ca9161feee56909a0e98b473c2d342c20fdb57","eu-tr-64879142323-90"]}} -{"id":"ec-meeting-2015-05-08-0d7ebfe67d4b6567b5b0c0b7485beb42ed04547b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-08 - Cabinet of Vice-President Maroš Šefčovič x National Grid Commercial Holdings Limited"],"date":["2015-05-08"],"summary":["Interconnections"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-1f95be23689cd4ed0a26fe2980f760ccf2d55c1e","eu-tr-56039866688-26"]}} -{"id":"ec-meeting-2015-05-08-1e01cdbf98f337e6d817ba075d114b93ea0efd2a","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2015-05-08 - Cabinet of President Jean-Claude Juncker x ENGIE"],"date":["2015-05-08"],"summary":["Meeting with Etienne Davignon on political priorities of this Commission"],"notes":["Portfolio: President"],"location":["Brussels, Belgium","Brussels"],"address":["Brussels, Belgium","Brussels"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306","addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-29c106b0461ffd79e95f0119bdd363fd3c7c3ab3","ec-person-80c6995ad1cd6aefa72f1bf440b17b6d8c6dd4b8","eu-tr-90947457424-20"]}} -{"id":"ec-meeting-2015-05-08-1fe289d827f194cb4954b4ed5aff45a8c22aa27c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-08 - Cabinet of Vice-President Cecilia Malmström x T&L Sugars Limited"],"date":["2015-05-08"],"summary":["EU future trade policy"],"notes":["Portfolio: Trade"],"location":["London"],"address":["London"],"addressEntity":["addr-4c57f0c88d9844630327623633ce269cf826ab99"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-20ded9db5df11164331bb161fdf234b1e5ad53fd","eu-tr-50465929991-70"]}} -{"id":"ec-meeting-2015-05-08-223fecad9adfc38c91141677bf22eaab7cc11371","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-08 - Cabinet of Vice-President Miguel Arias Cañete x ASOCIACIÓN ESPAÑOLA DE FABRICANTES DE AUTOMÓVILES Y CAMIONES"],"date":["2015-05-08"],"summary":["Climate and Energy priorities of the EU and future of the car sector"],"notes":["Portfolio: Climate Action & Energy"],"location":["Barcelona, Spain"],"address":["Barcelona, Spain"],"addressEntity":["addr-1d3c8410383c24147093b2b9bb85557546f89fb7"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-62773e55e1985542cb18a2a89f2053f2f39146b1","eu-tr-814112514572-47","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd","ec-person-25a937c04cd0a0ddcf5cf34798e76b5105854114"]}} -{"id":"ec-meeting-2015-05-08-22791a6a3821e8611131d4737994ed622a239b7a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-08 - Cabinet of Commissioner Elżbieta Bieńkowska x BUSINESSEUROPE"],"date":["2015-05-08"],"summary":["Circular Economy"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-3978240953-79","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2015-05-08-55900c607fed7f0e9ddd32af075c5abb0da72195","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-08 - Cabinet of Vice-President Maroš Šefčovič x University of Cambridge Institute for Sustainability Leadership"],"date":["2015-05-08"],"summary":["Energy Union Strategy"],"notes":["Portfolio: Energy Union"],"location":["Brussels, BE"],"address":["Brussels, BE"],"addressEntity":["addr-bd80958a978de8af51caa97a25a75f30d0061d71"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-618254915321-39","ec-person-1f95be23689cd4ed0a26fe2980f760ccf2d55c1e"]}} -{"id":"ec-meeting-2015-05-08-5630cb512fe0cb6eb8c8885f6901c0a7ccb26c0b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-08 - Cabinet of Vice-President Jyrki Katainen x European Forest Institute"],"date":["2015-05-08"],"summary":["Forest policy"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-f9208d930adc70c6c64e21701e48f85f6f18e949","eu-tr-38315289949-88"]}} -{"id":"ec-meeting-2015-05-08-57663ef9f85930df464bb399c222e3a1370f0046","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-08 - Cabinet of President Jean-Claude Juncker x CEE Bankwatch Network Counter Balance"],"date":["2015-05-08"],"summary":["EFSI"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-c402e34a99fbee730ae22e3b1958e21c94dc6fcc","eu-tr-02902955023-04","eu-tr-93834493808-49"]}} -{"id":"ec-meeting-2015-05-08-5c3ec9a259ce97b985313223813a16ba31bbcf38","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-08 - Research and Innovation x Unilever"],"date":["2015-05-08"],"summary":["State of Play in developments food industry PPP"],"location":["Director-General's office"],"address":["Director-General's office"],"addressEntity":["addr-b3309f823d937661b5e786c333653d0b070100a5"],"organizer":["ec-dg-rtd"],"involved":["ec-person-3a3f2867fc07b851e10a70d1325a0cf2fc1a87dc","eu-tr-6200524920-25"]}} -{"id":"ec-meeting-2015-05-08-6befedfbdbb5de4e8d5d15fd315eabbbc69da2cb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-08 - Günther Oettinger x MFE - MEDIAFOREUROPE N.V"],"date":["2015-05-08"],"summary":["DSM"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-d8b86b98a24683917c569000ed6d8c45bedbbc00","eu-tr-91471238809-21"]}} -{"id":"ec-meeting-2015-05-08-6c5340ad97b7805d21f680ca7480e7e12f76a144","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-08 - Internal Market, Industry, Entrepreneurship and SMEs x Albanian-American Development Foundation"],"date":["2015-05-08"],"summary":["Entrepreneurship and SMEs in Albania"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-grow"],"involved":["ec-person-9f3f9b58a22cf98d55521b290d1facc431bdce86","eu-tr-030958117170-12"]}} -{"id":"ec-meeting-2015-05-08-6d28135c6d8cbc8adeeba9ad62ca60f8fac80d33","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-08 - Cabinet of President Jean-Claude Juncker x House of the Dutch Provinces"],"date":["2015-05-08"],"summary":["EFSI"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-20620934484-91","ec-person-c402e34a99fbee730ae22e3b1958e21c94dc6fcc"]}} -{"id":"ec-meeting-2015-05-08-6eefd4e3b2fc89cf4e6f550e13ebf7ee0724f9c1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-08 - Cabinet of Commissioner Violeta Bulc x Deutsches Zentrum für Luft- und Raumfahrt e.V."],"date":["2015-05-08"],"summary":["Meeting with DLR"],"notes":["Portfolio: Transport"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-e14c58f620f40325d829df7be0823280307bc15f","eu-tr-21280626733-05"]}} -{"id":"ec-meeting-2015-05-08-852b321d03a0f9253832c78d8ba093bafae04552","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-08 - Cabinet of Vice-President Jyrki Katainen x Deutscher Sparkassen-und Giroverband"],"date":["2015-05-08"],"summary":["Investment initiative"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-62379064909-15","ec-person-88d71b399a3e13a243bdc4676e481835e8e5b2f2"]}} -{"id":"ec-meeting-2015-05-08-85a58700790047a11a0d43dc06e80bda4b089d0c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-08 - Cabinet of Commissioner Marianne Thyssen x VERBOND VAN BELGISCHE ONDERNEMINGEN / FEDERATION DES ENTREPRISES DE BELGIQUE"],"date":["2015-05-08"],"summary":["Free movement of workers"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["eu-tr-47676761061-93","ec-person-7567514af00f139b390cf9864d28a090ca0fde25"]}} -{"id":"ec-meeting-2015-05-08-9054204d03dd8132cff73d44574fd3fea921e14e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-08 - Cabinet of Commissioner Věra Jourová x Etsy Ireland"],"date":["2015-05-08"],"summary":["Digital single market proposal"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-a2ca9161feee56909a0e98b473c2d342c20fdb57","eu-tr-437739617237-77"]}} -{"id":"ec-meeting-2015-05-08-9c713fa9a8690a9e5cf61dc226156b711e2f5088","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-08 - Günther Oettinger x Vereinte Dienstleistungsgewerkschaft"],"date":["2015-05-08"],"summary":["Digitalisierung der Industrie und Arbeitswelt"],"location":["Berlin"],"address":["Berlin"],"addressEntity":["addr-062b06ba8e755765c6b049809b7430fd54fe5b21"],"organizer":["ec-dg-de"],"involved":["ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0","eu-tr-16178359495-57"]}} -{"id":"ec-meeting-2015-05-08-9cfb2b1a9258392af387cbcebfce8f7f5e3fa8f8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-08 - Trade x Farm Europe"],"date":["2015-05-08"],"summary":["Presentation of Farm Europe"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-trade"],"involved":["eu-tr-546776016430-19","ec-person-bde9bb099f5d24c52ca4a9255cefc99a5b87a650"]}} -{"id":"ec-meeting-2015-05-08-aa24ab21476f2a536f3a5766b08dd9b5804e9305","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-08 - Cabinet of Commissioner Jonathan Hill x Association of British Insurers"],"date":["2015-05-08"],"summary":["Financial Services Policy"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["London"],"address":["London"],"addressEntity":["addr-4c57f0c88d9844630327623633ce269cf826ab99"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["ec-person-f247edfcff54d4f26fc10769f809c92bc72d6797","eu-tr-730137075-36"]}} -{"id":"ec-meeting-2015-05-08-b8735c86f889de2efab155871823018aa23632e2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-08 - European Civil Protection and Humanitarian Aid Operations x Caritas Europa"],"date":["2015-05-08"],"summary":["Current Humaniatrian issues, Ukraine Crisis, WHS"],"location":["ECHO, L86"],"address":["ECHO, L86"],"addressEntity":["addr-adabddf860129f5aaecd77ca18eec917b1522fcb"],"organizer":["ec-dg-echo"],"involved":["ec-person-d61378c20fe37329811d259b70c85c780bceb0fc","eu-tr-6082564924-85"]}} -{"id":"ec-meeting-2015-05-08-bce9d6f677040f9794e81f62a65414cc5003c71c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-08 - Cabinet of Vice-President Karmenu Vella x BUSINESSEUROPE"],"date":["2015-05-08"],"summary":["Circular Economy"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["ec-person-4ff7c27445db4ad88e687776974fd8d077a1fe0c","eu-tr-3978240953-79"]}} -{"id":"ec-meeting-2015-05-08-c13249f5129563cf7ac95929d1f24945b83b1a23","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2015-05-08 - Cabinet of Vice-President Cecilia Malmström x TheCityUK"],"date":["2015-05-08"],"summary":["Commission Communication on Trade Policy / TTIP","Trade Policy - current & future priorities / Investment Protection / Post-Bali Work Programme / TiSA / Bilateral Negotiations"],"notes":["Portfolio: Trade"],"location":["London"],"address":["London"],"addressEntity":["addr-4c57f0c88d9844630327623633ce269cf826ab99"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-237922911665-25","ec-person-20ded9db5df11164331bb161fdf234b1e5ad53fd"]}} -{"id":"ec-meeting-2015-05-08-d15d38d424f4abb1691052c9700198d136314c58","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-08 - Cabinet of Commissioner Elżbieta Bieńkowska x European Small Volume Car Manufacturers Alliance"],"date":["2015-05-08"],"summary":["Small volume manufacturers (SVM) sector"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-26167587376-11","ec-person-b2f9be51339f054477846797e2c119fcf16548fc","ec-person-3d55409fa049ff6b397a9afc2fcc21bc7c409f0d"]}} -{"id":"ec-meeting-2015-05-08-eca7a8171c625ee4628d95f200a875877a1365df","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2015-05-08 - Cabinet of Commissioner Jonathan Hill x The Investment Association"],"date":["2015-05-08"],"summary":["Asset management/Capital Markets Union","Financial Services Policy"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["London"],"address":["London"],"addressEntity":["addr-4c57f0c88d9844630327623633ce269cf826ab99"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["ec-person-f247edfcff54d4f26fc10769f809c92bc72d6797","eu-tr-5437826103-53"]}} -{"id":"ec-meeting-2015-05-08-f33f3b1979ac437e910673fd29e98014f35404df","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-08 - Energy x ELSA &PARTNERS"],"date":["2015-05-08"],"summary":["Energy Union"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-462142617062-10","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2015-05-11-023845ca42282d6c45c58a21f1965660c380fd58","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-11 - Günther Oettinger x Fédération du e-commerce et de la vente à distance"],"date":["2015-05-11"],"summary":["DSM"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-d8b86b98a24683917c569000ed6d8c45bedbbc00","eu-tr-593189717041-50"]}} -{"id":"ec-meeting-2015-05-11-04093b9ea8052798a52e45f74f28713b464770bc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-11 - Cabinet of Vice-President Valdis Dombrovskis x Mastercard"],"date":["2015-05-11"],"summary":["Development of electronic payment systems in Europe"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["European Commission- Berlaymont"],"address":["European Commission- Berlaymont"],"addressEntity":["addr-992b5a21e11d7465c45cb3a5008255df5a2ed56c"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-48f31156d932641826e09f5b73f074d35ff05786","eu-tr-58204758673-16"]}} -{"id":"ec-meeting-2015-05-11-04442fc33a86c78e2eacbfd73adc7d3b94f8e5c2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-11 - Cabinet of President Jean-Claude Juncker x BSA | The Software Alliance"],"date":["2015-05-11"],"summary":["Digital Single Market"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-44a061693f35519551be0e3dab996e76ad3f8c7c","eu-tr-75039383277-48"]}} -{"id":"ec-meeting-2015-05-11-09b42cb980935bed34546acd3210ca65c6845471","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-11 - Cabinet of Commissioner Věra Jourová x Bertelsmann SE & Co. KGaA"],"date":["2015-05-11"],"summary":["Data protection reform"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["eu-tr-26103486608-47","ec-person-f329292459cb1badb7fb7c6b67b698c441931bb2"]}} -{"id":"ec-meeting-2015-05-11-0de840d31eddcf828ee72b47fea26bf47fc0dac2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-11 - Cabinet of Vice-President Cecilia Malmström x Tetra Pak Group"],"date":["2015-05-11"],"summary":["Dairy sector in China"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-98880f3f4206145e196013db9dd806a551c11e06","eu-tr-7574443768-34"]}} -{"id":"ec-meeting-2015-05-11-10eacdfb1b6841b959338f579ee48ebbbbfdb224","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-11 - Cabinet of Commissioner Christos Stylianides x Eurogroup for Animals"],"date":["2015-05-11"],"summary":["Disaster Risk Management and Protection of Livelihood"],"notes":["Portfolio: Humanitarian Aid & Crisis Management"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-christos-commissioner-of-stylianides"],"involved":["ec-person-de605a3492bf8716a72a814958f304a939e828b3","eu-tr-6809935493-49"]}} -{"id":"ec-meeting-2015-05-11-2a0f1c513defb1158ccb080ae13a1a54742dcad7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-11 - Günther Oettinger x VAUNET - Verband Privater Medien e. V."],"date":["2015-05-11"],"summary":["DSM"],"location":["Berlin, Germany"],"address":["Berlin, Germany"],"addressEntity":["addr-45087614a913d81becb706e8469c1cd56b027e7f"],"organizer":["ec-dg-de"],"involved":["ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0","eu-tr-27085111347-65"]}} -{"id":"ec-meeting-2015-05-11-2f4dad51603e69300d3493de9a844896054717aa","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-11 - Cabinet of Commissioner Corina Crețu x EUROTRAN Conseil EUROPORTE"],"date":["2015-05-11"],"summary":["Freight transport in France"],"notes":["Portfolio: Regional Policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-corina-cretu-of"],"involved":["eu-tr-521341216901-93","eu-tr-88317675703-01","ec-person-f5bd4d5d0170028815aba56ee7d4883f0fd70f47"]}} -{"id":"ec-meeting-2015-05-11-36cc22ee4e1254d0366cf40f2e9dd4938e987edb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-11 - Cabinet of Commissioner Jonathan Hill x London Stock Exchange Group"],"date":["2015-05-11"],"summary":["Capital Markets Union"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["eu-tr-550494915045-08","ec-person-5e8e66c5b37cfc1f9272932bf8e12f4b28d1160a"]}} -{"id":"ec-meeting-2015-05-11-3c7a451df4c73809ef92a0f6182050918cebd591","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2015-05-11 - Cabinet of Commissioner Tibor Navracsics x Europa Nostra"],"date":["2015-05-11"],"summary":["Cultural Heritage","European Heritage Awards Ceremony and areas of common interests"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-dc2e0fed0fdf39a6a3f3ad63355c5215599de9d1","ec-person-4d24029a6a4b5bbdcd825e134f010bd0b384f80a","eu-tr-832617510389-12"]}} -{"id":"ec-meeting-2015-05-11-622acb7be4032d65047c9aa08536ef2f602616a8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-11 - Günther Oettinger x None"],"date":["2015-05-11"],"summary":["Water priorities"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-d8b86b98a24683917c569000ed6d8c45bedbbc00"]}} -{"id":"ec-meeting-2015-05-11-81db6cf8c64d59288119cf887b3dabf22df11c28","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-11 - Cabinet of Vice-President Miguel Arias Cañete x ASD-Eurospace"],"date":["2015-05-11"],"summary":["Climate Change"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-873508417106-05","ec-person-25a937c04cd0a0ddcf5cf34798e76b5105854114"]}} -{"id":"ec-meeting-2015-05-11-a0d6318d154998a00bf665cf8e6307b4678fccbb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-11 - Cabinet of Commissioner Marianne Thyssen x Association Internationale de la Mutualité"],"date":["2015-05-11"],"summary":["Social enterpreneurship; the role of mutuals"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["eu-tr-595328413083-91","ec-person-7567514af00f139b390cf9864d28a090ca0fde25"]}} -{"id":"ec-meeting-2015-05-11-a66eb8ab4d4d3cfe8460a25b65126a2537acc629","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-11 - Cabinet of Commissioner Elżbieta Bieńkowska x MEDICINES FOR EUROPE"],"date":["2015-05-11"],"summary":["Meeting with Beata Stępniewska (EGA Deputy Director General )"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-48325781850-28","ec-person-95a769a1850d7d595f9a5853c51dcbdd3ddd69fb"]}} -{"id":"ec-meeting-2015-05-11-c3d13f8e862273522ea9b52b136ebe662351a34c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-11 - Cabinet of First Vice-President Frans Timmermans x LMCL Tractebel Engineering - ENGIE Boerenbond vzw KBC Group NV Compagnie Maritime Belge SA/NV AGC Glass Europe Solvay SA VERBOND VAN BELGISCHE ONDERNEMINGEN / FEDERATION DES ENTREPRISES DE BELGIQUE Umicore"],"date":["2015-05-11"],"summary":["Better Regulation"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-78662404191-38","eu-tr-58089691185-94","ec-person-966667b73d92624be9bb019c2baab7e52331b3d3","eu-tr-402173017136-94","eu-tr-745225910014-90","eu-tr-38367579546-45","eu-tr-755972316926-59","eu-tr-26640451032-87","eu-tr-47676761061-93","eu-tr-997090517082-89"]}} -{"id":"ec-meeting-2015-05-11-c5872d7148bd62b402f19331f8700345890ad358","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-11 - Cabinet of Commissioner Věra Jourová x Coalition for Creativity"],"date":["2015-05-11"],"summary":["Digital Single Market Strategy and review of the EU’s copyright framework"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-f329292459cb1badb7fb7c6b67b698c441931bb2","eu-tr-342464912839-08"]}} -{"id":"ec-meeting-2015-05-11-cb75f3b65d24b316e93fd9fb48593250c94116b0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-11 - Günther Oettinger x Volkswagen Aktiengesellschaft"],"date":["2015-05-11"],"summary":["DSM"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-d8b86b98a24683917c569000ed6d8c45bedbbc00","eu-tr-6504541970-40"]}} -{"id":"ec-meeting-2015-05-11-d4eb99e9faee984b30ead9d5b29920db00a94665","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-11 - Cabinet of Commissioner Elżbieta Bieńkowska x MEDICINES FOR EUROPE MEDICINES FOR EUROPE"],"date":["2015-05-11"],"summary":["Introductory meeting"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-48325781850-28","ec-person-95a769a1850d7d595f9a5853c51dcbdd3ddd69fb","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2015-05-11-d6eef531899a65b7f71a27a4557a2a692839d7c7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-11 - Günther Oettinger x Sky Italia"],"date":["2015-05-11"],"summary":["copyright"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-dg-de"],"involved":["eu-tr-175270216602-27","ec-person-49723482bb23d029cbfc010cb37eec7392a0ae02"]}} -{"id":"ec-meeting-2015-05-11-da64dc20a1f64c5987893757875b5b7e05c657da","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-11 - Cabinet of Vice-President Andrus Ansip x BUSINESSEUROPE"],"date":["2015-05-11"],"summary":["DSM, Industry 4.0"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-3978240953-79","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45","ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0"]}} -{"id":"ec-meeting-2015-05-11-e3e55de6d1326fed046517f3c3236a5a2dd7876d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-11 - Cabinet of Vice-President Maroš Šefčovič x OXFAM INTERNATIONAL EU ADVOCACY OFFICE"],"date":["2015-05-11"],"summary":["Energy Union Governance"],"notes":["Portfolio: Energy Union"],"location":["Brussels, BE"],"address":["Brussels, BE"],"addressEntity":["addr-bd80958a978de8af51caa97a25a75f30d0061d71"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-ea6b517040e26a62f17d2829afffeba48cfd682f","eu-tr-46856801604-90"]}} -{"id":"ec-meeting-2015-05-11-fffc19dbfc9efdb4cbe80a9fa09cee5e62ee9bd2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-11 - Cabinet of Commissioner Jonathan Hill x Mastercard"],"date":["2015-05-11"],"summary":["Financial Services Policy"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["ec-person-03cf92829e273869bfbd8bbf4f1881dcd0848186","eu-tr-58204758673-16"]}} -{"id":"ec-meeting-2015-05-12-01cab624034d3f155399f73999d691badb607db1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-12 - Cabinet of Vice-President Miguel Arias Cañete x Cheniere Marketing Limited"],"date":["2015-05-12"],"summary":["Europe’s climate agenda, the role of gas in Europe’s future energy mix, and the prospect of LNG sales from the United States"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-814393617568-15","ec-person-2229c857664a22dcb8eee79a8c05841fd3d0924f"]}} -{"id":"ec-meeting-2015-05-12-0965faebbc5e949e70c0fe897bcf073db9542836","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-12 - Günther Oettinger x European Newspaper Publishers' Association"],"date":["2015-05-12"],"summary":["Copyright, DSM"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-5950962136-12","ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0"]}} -{"id":"ec-meeting-2015-05-12-0ed87ee8a7eb55c7b58cf208ec4f620b980e75a0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-12 - Cabinet of Vice-President Valdis Dombrovskis x RELX"],"date":["2015-05-12"],"summary":["Benchmark regulation"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-338398611148-62","ec-person-3f9ca71b74344417d1f072ba7f3e2f09a223b036"]}} -{"id":"ec-meeting-2015-05-12-11bb5a8bbd041d6f24f165c01ac725f53bad9774","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-12 - Cabinet of Commissioner Margrethe Vestager x Confederation of Danish Industry"],"date":["2015-05-12"],"summary":["European Business Affairs"],"notes":["Portfolio: Competition"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-margrethe-of-vestager"],"involved":["ec-person-baa1c172df109ebd1f0307bccb5e21aec66c7a25","eu-tr-5749958415-41"]}} -{"id":"ec-meeting-2015-05-12-126e93dc588e8de555a58159a8604cb59285ba98","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-12 - Cabinet of Commissioner Jonathan Hill x Associazione Bancaria Italiana"],"date":["2015-05-12"],"summary":["Financial Policy"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["ec-person-a9f927e92126f22da48d08ee37b059179988ada8","eu-tr-915519211566-03"]}} -{"id":"ec-meeting-2015-05-12-17ef49a7e425357b1e91f61f41a177b6fb7f7665","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-12 - Cabinet of Commissioner Marianne Thyssen x World Employment Confederation-Europe"],"date":["2015-05-12"],"summary":["Skills"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["ec-person-bdb607d5d994a4056dd700f8f52d9af25b406b36","eu-tr-7438623236-16"]}} -{"id":"ec-meeting-2015-05-12-1e8e2c5ed774ae19ec0b7a3c7aa6b301eff92b0b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-12 - Cabinet of Commissioner Violeta Bulc x CLECAT - European association for forwarding, transport, logistic and Customs services"],"date":["2015-05-12"],"summary":["Logistics"],"notes":["Portfolio: Transport"],"location":["Brussels - Belgium"],"address":["Brussels - Belgium"],"addressEntity":["addr-85d514873c3b55c68206168e47e9d4fc69799cc8"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-684985491-01","ec-person-7ac9445abdddc66a79f539ae13eb74e1ceb512df"]}} -{"id":"ec-meeting-2015-05-12-25208c46b28aa3aab0c9dd412eec08167528710e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-12 - Cabinet of Vice-President Jyrki Katainen x Confederation of Danish Industry"],"date":["2015-05-12"],"summary":["European Fund for Strategic Investment, Commission economic agenda"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-f9208d930adc70c6c64e21701e48f85f6f18e949","eu-tr-5749958415-41"]}} -{"id":"ec-meeting-2015-05-12-29a9cc85d5a1eb5fedcd5708ff545edde8526cd7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-12 - Internal Market, Industry, Entrepreneurship and SMEs x Rolls-Royce plc"],"date":["2015-05-12"],"summary":["Investment (Juncker Plan) and business environment in the EU as regards the Aerospace Industry"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-grow"],"involved":["ec-person-9f3f9b58a22cf98d55521b290d1facc431bdce86","eu-tr-58290033126-06"]}} -{"id":"ec-meeting-2015-05-12-35461ca1b0c51e8f12ee37547ada1ce1d06a9b9b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-12 - Inspire, Debate, Engage and Accelerate Action x League of European Research Universities"],"date":["2015-05-12"],"summary":["Meeting with the Secretary-General of the League of European Research Universities"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-dg-idea"],"involved":["eu-tr-823693912705-83","ec-person-4fe56a64c00b3e81c851b5538878b32481bd7d3c"]}} -{"id":"ec-meeting-2015-05-12-3a679089c9085969da38c358ab7072a8a4a33873","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-12 - Cabinet of Vice-President Maroš Šefčovič x QED"],"date":["2015-05-12"],"summary":["Energie Union"],"notes":["Portfolio: Energy Union"],"location":["Radisson EU"],"address":["Radisson EU"],"addressEntity":["addr-762c8fa75bd2c25da794aec458b3be5c95e260a5"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-41577996687-55","ec-person-af83ed49c403cb9d7ebfecca7893f0054c1f4be5"]}} -{"id":"ec-meeting-2015-05-12-40f61e13c57f3dc06d5180034ae2311ef772bc9d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-12 - Cabinet of Vice-President Maroš Šefčovič x European Building Automation and Controls Association"],"date":["2015-05-12"],"summary":["Energy Efficiency in buildings"],"notes":["Portfolio: Energy Union"],"location":["Brussels, BE"],"address":["Brussels, BE"],"addressEntity":["addr-bd80958a978de8af51caa97a25a75f30d0061d71"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-20943263315-44","ec-person-ea6b517040e26a62f17d2829afffeba48cfd682f"]}} -{"id":"ec-meeting-2015-05-12-452781ff70e6adcad8a60d124bdff16dad36d2af","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-12 - Günther Oettinger x Euronews"],"date":["2015-05-12"],"summary":["Audiovisual media policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0","eu-tr-944964416106-32"]}} -{"id":"ec-meeting-2015-05-12-4a34a3ac96a154b6efbce2b36cae9f4b06e71d53","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-12 - Cabinet of Vice-President Jyrki Katainen x Green Budget Europe AISBL"],"date":["2015-05-12"],"summary":["European Semester"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-74535104992-35","ec-person-88d71b399a3e13a243bdc4676e481835e8e5b2f2"]}} -{"id":"ec-meeting-2015-05-12-4b315f5787584839fbf6a8f30505240bf8cac9f7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-12 - Cabinet of Vice-President Maroš Šefčovič x AGORIA"],"date":["2015-05-12"],"summary":["Ventilation system"],"notes":["Portfolio: Energy Union"],"location":["Brussels, BE"],"address":["Brussels, BE"],"addressEntity":["addr-bd80958a978de8af51caa97a25a75f30d0061d71"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-ea6b517040e26a62f17d2829afffeba48cfd682f","eu-tr-68004524380-10"]}} -{"id":"ec-meeting-2015-05-12-55a2d8705cee7d6ff2ae55557ac3e7551488b783","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-12 - Cabinet of President Jean-Claude Juncker x Sky Group"],"date":["2015-05-12"],"summary":["Digital Single Market"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-44a061693f35519551be0e3dab996e76ad3f8c7c","eu-tr-62536168216-12"]}} -{"id":"ec-meeting-2015-05-12-6b7b0d8e6dab7d36da6f7c4e502da64a7d1249a9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-12 - Cabinet of Commissioner Phil Hogan x Union Européenne du Commerce du Bétail et des Métiers de la Viande"],"date":["2015-05-12"],"summary":["Agri Issues"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-4422649896-52","ec-person-a1a78365cc4685b0958056646204977d8f2ead92"]}} -{"id":"ec-meeting-2015-05-12-6c1c9c4e898fb6f9371ff597ea70be05ca974d14","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-12 - Cabinet of Vice-President Jyrki Katainen x St1 Nordic Oy UPM-Kymmene Oyj"],"date":["2015-05-12"],"summary":["Circular Economy"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-0310c3b87e155f5572493e91d12eebab9736a76b","eu-tr-861194311863-31","eu-tr-094316815599-77"]}} -{"id":"ec-meeting-2015-05-12-6dbe5ed361e4db2aa3c27df7d68d9fcd8c27549c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-12 - Cabinet of Commissioner Marianne Thyssen x InternsGoPro"],"date":["2015-05-12"],"summary":["Quality internships"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["ec-person-bdb607d5d994a4056dd700f8f52d9af25b406b36","eu-tr-838633717126-86"]}} -{"id":"ec-meeting-2015-05-12-7179132031a4c9b92aad55b34fdfb77fe7392edd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-12 - Justice and Consumers x EUROSIF A.I.S.B.L (EUROPEAN SUSTAINABLE INVESTMENT FORUM)"],"date":["2015-05-12"],"summary":["Shareholders rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-just"],"involved":["ec-person-26f8747866bd0d81cebb7a339c1ac11294d9676e","eu-tr-70659452143-78"]}} -{"id":"ec-meeting-2015-05-12-7e738f4bbf778293e2ddb23f5d077026bbd94596","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-12 - Cabinet of Vice-President Karmenu Vella x St1 Nordic Oy"],"date":["2015-05-12"],"summary":["Circular Economy"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["ec-person-4ff7c27445db4ad88e687776974fd8d077a1fe0c","eu-tr-094316815599-77"]}} -{"id":"ec-meeting-2015-05-12-81cf1925e26a213f257329283aece20eee77ad13","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-12 - Cabinet of Commissioner Tibor Navracsics x European Capitals and Cities of Sport Federation"],"date":["2015-05-12"],"summary":["Presentation of ACES Europe and the European Capital of Sport Titles"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-dc2e0fed0fdf39a6a3f3ad63355c5215599de9d1","eu-tr-35118309721-12"]}} -{"id":"ec-meeting-2015-05-12-8368315632759b396d2cee318ed7663a50bc9cf8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-12 - Cabinet of Commissioner Margrethe Vestager x Telefonica, S.A."],"date":["2015-05-12"],"summary":["EU Telecom Market"],"notes":["Portfolio: Competition"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-margrethe-of-vestager"],"involved":["eu-tr-52431421-12","ec-person-947ab3027ba90ce15968614ce35c12506b7a43ac"]}} -{"id":"ec-meeting-2015-05-12-83807a4d266f79680ae856eae11e8993db52a9bb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-12 - Cabinet of Commissioner Phil Hogan x Shell Companies"],"date":["2015-05-12"],"summary":["•\tcurrent status & plans of Corrib project (due to start production in the coming months) as well as the wider economic benefits and discuss the project both in the Irish context and also in the wider context of the Energy Union; security of supply and the role of gas in reaching the EU’s decarbonisation objectives, other views on biofuels or other relevant topics from a Shell perspective"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["BERL - CAB HOGAN"],"address":["BERL - CAB HOGAN"],"addressEntity":["addr-de0743a2fdfb09398c70fe6e215538d7c5874ea2"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-05032108616-26","ec-person-7d3caa534e5cdda6d5b949bd4b2def39356e3bec"]}} -{"id":"ec-meeting-2015-05-12-8a3f0a6dad7d763853183b586441c747a1b4ed68","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-12 - Cabinet of Vice-President Maroš Šefčovič x Confederation of Danish Industry"],"date":["2015-05-12"],"summary":["Presentation of Energy Union"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-5749958415-41","ec-person-2be517b9261a91f2f07e05ec14c6331980e9716e"]}} -{"id":"ec-meeting-2015-05-12-8ce5811b2ef46d37b0f0035e77af60866b42d355","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-12 - Cabinet of Commissioner Marianne Thyssen x Europäisches Zentrum für Arbeitnehmerfragen"],"date":["2015-05-12"],"summary":["European social dialogue"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["eu-tr-514122517027-14","ec-person-c508e9337eca6b067c1f966b82de49c4824a3ad0"]}} -{"id":"ec-meeting-2015-05-12-9bb02bf6e7bca21aac50c1a83af726f300e24b23","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-12 - Cabinet of Vice-President Cecilia Malmström x None"],"date":["2015-05-12"],"summary":["TSD and HR in EU-Vietnam relations"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-19b143e83f8ab978c55c8a9a9e49e06dbfa14bf3"]}} -{"id":"ec-meeting-2015-05-12-a368c99ad2be097aace8a976f2710858d4ed00bd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-12 - Cabinet of Commissioner Tibor Navracsics x European Regulation and Innovation Forum"],"date":["2015-05-12"],"summary":["Science advice to policy and risk management"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["eu-tr-52996964558-47","ec-person-fc5c01a0bffedf0f4e205a759b40239535313d28"]}} -{"id":"ec-meeting-2015-05-12-a842cac19b79c19092d4a5c2ce519d5196517cca","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-12 - Cabinet of Commissioner Jonathan Hill x Council of European Energy Regulators"],"date":["2015-05-12"],"summary":["Markets in Financial Instruments Directive II/Energy Companies"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["eu-tr-65470797015-89","ec-person-f247edfcff54d4f26fc10769f809c92bc72d6797"]}} -{"id":"ec-meeting-2015-05-12-a9a61bab741a98b231e79a25440c52168db174da","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-12 - European Neighbourhood and Enlargement Negotiations x BUSINESSEUROPE"],"date":["2015-05-12"],"summary":["Meeting with Business Europe"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-near"],"involved":["ec-person-1160ccf35947f06f1629cad85b9f162eb5575780","eu-tr-3978240953-79"]}} -{"id":"ec-meeting-2015-05-12-c7a82e812ec5120e4d00f0f2bab89209632c4d5c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-12 - Cabinet of Commissioner Phil Hogan x National Milk Producers Federation"],"date":["2015-05-12"],"summary":["Milk Quota"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-706392016842-13","ec-person-a1a78365cc4685b0958056646204977d8f2ead92"]}} -{"id":"ec-meeting-2015-05-12-ca03f3d715ea7b94a35b477f74a64ee077d82c29","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-12 - Communications Networks, Content and Technology x Sky Group"],"date":["2015-05-12"],"summary":["Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["ec-person-3d379ff88d704acbd3444fdd59765df1225d4f9b","eu-tr-62536168216-12"]}} -{"id":"ec-meeting-2015-05-12-d0ec24027a241735094b5b28d165d01d23efc5a3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-12 - Communications Networks, Content and Technology x CAISSE DES DEPOTS"],"date":["2015-05-12"],"summary":["ESIF, EFIS and DSM"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-84606487324-44","ec-person-3d379ff88d704acbd3444fdd59765df1225d4f9b"]}} -{"id":"ec-meeting-2015-05-12-d6743dcc7b648389fee4247b86bd9f1700d690c8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-12 - Climate Action x Cheniere Marketing Limited"],"date":["2015-05-12"],"summary":["Europe’s climate agenda and the role of gas in Europe’s future energy mix"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-clima"],"involved":["ec-person-44c2f44f96dda2012bcb4e9abc749f6cae86a4c0","eu-tr-814393617568-15"]}} -{"id":"ec-meeting-2015-05-12-e807e69d1a22a16fed2db3e6497542657cf9ee92","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-12 - Cabinet of High Representative / Vice-President Federica Mogherini x Foundation Max van der Stoel"],"date":["2015-05-12"],"summary":["Meeting with representatives of the Foundation Max van der Stoel on current political situation in Russia"],"notes":["Portfolio: Foreign Affairs and Security Policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"involved":["ec-person-97549b50ce25e488bb1c03d83cfb838cd4fdf293","eu-tr-620962512697-93"]}} -{"id":"ec-meeting-2015-05-12-ecbb4e513b1883116e3423155ba81699435d915b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-12 - Cabinet of Commissioner Vytenis Andriukaitis x US Dairy Export Council"],"date":["2015-05-12"],"summary":["Priorities and expectations of the US dairy sector in the ongoing negotiations on a Transatlantic Trade and Investment Partnership Agreement"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["eu-tr-927974415051-53","ec-person-d462b3c7daeee00ad55e380a7fb96819f79899df"]}} -{"id":"ec-meeting-2015-05-13-032f87e66993c90c86fcc32b90df4b51dd7503c4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-13 - Cabinet of Vice-President Cecilia Malmström x The EMEA Satellite Operators' Assocation"],"date":["2015-05-13"],"summary":["Open market policy"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-20ded9db5df11164331bb161fdf234b1e5ad53fd","eu-tr-93226026703-84","ec-person-591ec829ca734bcfe59a2c9c7f07f9dff22a0ea9"]}} -{"id":"ec-meeting-2015-05-13-06dd5bb7b51952add59b6d592ff4c1af96ff5a34","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-13 - Communications Networks, Content and Technology x None"],"date":["2015-05-13"],"summary":["H2020 and DSM"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["ec-person-3d379ff88d704acbd3444fdd59765df1225d4f9b"]}} -{"id":"ec-meeting-2015-05-13-3ae9c116efc1d90788dc2250ff7eaa329182afec","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-13 - Günther Oettinger x Bundesverband der Deutschen Industrie e.V."],"date":["2015-05-13"],"summary":["Digitalisierung der Industrie"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-1771817758-48","ec-person-4cd59e13386e3b68ecb3611fcc579e0a0a3938a5"]}} -{"id":"ec-meeting-2015-05-13-41237fb988e3bbc29c6624ebaab3c6f49024033c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-13 - Cabinet of High Representative / Vice-President Federica Mogherini x Trans Adriatic Pipeline"],"date":["2015-05-13"],"summary":["Meeting on Europe’s Southern Gas Corridor"],"notes":["Portfolio: Foreign Affairs and Security Policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"involved":["ec-person-97549b50ce25e488bb1c03d83cfb838cd4fdf293","eu-tr-570335813082-79"]}} -{"id":"ec-meeting-2015-05-13-5323f5ba5472b5870f404e942f8ecb2defb649c4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-13 - Cabinet of Vice-President Andrus Ansip x ISFE - Representing the European Videogames Industry"],"date":["2015-05-13"],"summary":["Copyright"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-e91c5be432b6b3efdda369792fed67c20b767a45","eu-tr-20586492362-11"]}} -{"id":"ec-meeting-2015-05-13-5ce901d92f12c9d35fd7ac97ce7ad95bed5950b6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-13 - Directorate-General for International Partnerships x Council of European Energy Regulators"],"date":["2015-05-13"],"summary":["Possibilities of future cooperation between CEER and DEVCO; possibilities regarding support and cooperation in the context of capacity building and support to energy markets and regulatory authorities; Framework Strategy for a Resilient Energy Union (Meeting witjh Lord Mogg - President of CEER)"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-intpa"],"involved":["eu-tr-65470797015-89","ec-person-ad00e7dd980bb2a40a95c65a87f8760494546865"]}} -{"id":"ec-meeting-2015-05-13-68d24a383ac0cfc23fe6845a3c861952ff1b130e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-13 - Günther Oettinger x Roland Berger"],"date":["2015-05-13"],"summary":["DSM"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-092636516471-94","ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0"]}} -{"id":"ec-meeting-2015-05-13-68ebc3ee81367b7cd8d98f9b481d20f4d57512b9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-13 - Maritime Affairs and Fisheries x Tijdelijke Handelsvennootschap iLand"],"date":["2015-05-13"],"summary":["Presentation of iLand project"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-mare"],"involved":["eu-tr-807502217271-27","ec-person-13c487b266d525d30bcdd6c108d17accaf4b8840"]}} -{"id":"ec-meeting-2015-05-13-7149fcad0924fd8b88601553044c901f8778b054","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-13 - Cabinet of Vice-President Cecilia Malmström x Association des Constructeurs Européens de Motocycles"],"date":["2015-05-13"],"summary":["EGA negotiations"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-20ded9db5df11164331bb161fdf234b1e5ad53fd","eu-tr-02480451230-88"]}} -{"id":"ec-meeting-2015-05-13-7f0dcc7224069120e97a69ff81b1651ed5254658","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-13 - Cabinet of Vice-President Jyrki Katainen x Maa- ja metsätaloustuottajain Keskusliitto – Central Union of Agricultural Producers and Forest Owners"],"date":["2015-05-13"],"summary":["Forest and Agricultural policy"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-56039441735-48","ec-person-f9208d930adc70c6c64e21701e48f85f6f18e949"]}} -{"id":"ec-meeting-2015-05-13-84157e81c4f960902d316d2eeb99cab37a7db0b2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-13 - Cabinet of Commissioner Vytenis Andriukaitis x Associazione Peacelink"],"date":["2015-05-13"],"summary":["Xyllela"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["eu-tr-566948015021-66","ec-person-d462b3c7daeee00ad55e380a7fb96819f79899df"]}} -{"id":"ec-meeting-2015-05-13-8512241b5d81c7eb5dfc6204dcc5fd2c9249b611","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-13 - Cabinet of Commissioner Elżbieta Bieńkowska x ENEL SpA"],"date":["2015-05-13"],"summary":["Italian electricity market"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["ec-person-b2f9be51339f054477846797e2c119fcf16548fc","eu-tr-6256831207-27","ec-person-daef7f819b2f3ffe5e4f5d8eb2782954f3c4a4e2"]}} -{"id":"ec-meeting-2015-05-13-8d8dc42e6e985ca6f231c7f5f30f4840d4f37b69","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-13 - Cabinet of Vice-President Karmenu Vella x Humane Society International/Europe"],"date":["2015-05-13"],"summary":["REACH"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["ec-person-4ff7c27445db4ad88e687776974fd8d077a1fe0c","eu-tr-05097472836-90"]}} -{"id":"ec-meeting-2015-05-13-a69287cddaabf4abf923d2f64268939cd323bb1f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-13 - Cabinet of Commissioner Marianne Thyssen x EF Education First"],"date":["2015-05-13"],"summary":["Skills"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["ec-person-bdb607d5d994a4056dd700f8f52d9af25b406b36","eu-tr-518695016823-48"]}} -{"id":"ec-meeting-2015-05-13-af9dffd254280effeb17eea6fe1a0a1953297aba","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-13 - Cabinet of Commissioner Jonathan Hill x American Chamber of Commerce to the European Union"],"date":["2015-05-13"],"summary":["Financial Policy"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["ec-person-a9f927e92126f22da48d08ee37b059179988ada8","eu-tr-5265780509-97"]}} -{"id":"ec-meeting-2015-05-13-b494fa9d2337d4dca7034af1802bb168a705265b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-13 - Trade x Chamber of Commerce of the United States of America"],"date":["2015-05-13"],"summary":["TTIP, Russia and China"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-trade"],"involved":["ec-person-bde9bb099f5d24c52ca4a9255cefc99a5b87a650","eu-tr-444722016787-61"]}} -{"id":"ec-meeting-2015-05-13-b4e2cf6bfecbc4e1a826c6e159ec7b92b85b6bb5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-13 - Cabinet of Commissioner Violeta Bulc x European Road Haulers Association"],"date":["2015-05-13"],"summary":["Meeting with UETR"],"notes":["Portfolio: Transport"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-647912812046-35","ec-person-dd7851e4a1e747e824b4f81139e33bc3cdb73160"]}} -{"id":"ec-meeting-2015-05-13-b673c697d3e07aab388bf092545b2f10dd94a72c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-13 - Cabinet of Vice-President Maroš Šefčovič x Confederation of Finnish Industries EK"],"date":["2015-05-13"],"summary":["Energy Union in Finland"],"notes":["Portfolio: Energy Union"],"location":["Brussels, BE"],"address":["Brussels, BE"],"addressEntity":["addr-bd80958a978de8af51caa97a25a75f30d0061d71"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-ea6b517040e26a62f17d2829afffeba48cfd682f","eu-tr-1274604847-34"]}} -{"id":"ec-meeting-2015-05-13-bbd81e749951252b3080773c034da0bea1f811be","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-13 - Communications Networks, Content and Technology x World Federation of Advertisers"],"date":["2015-05-13"],"summary":["AVMSD"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["ec-person-3d379ff88d704acbd3444fdd59765df1225d4f9b","eu-tr-6440918199-49"]}} -{"id":"ec-meeting-2015-05-13-c5892d9d8169462926f14741a623db15064c7356","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-13 - Günther Oettinger x Verband Schweizerischer Elektrizitätsunternehmen Alpiq Holding AG"],"date":["2015-05-13"],"summary":["Energy policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-424069617218-42","ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0","eu-tr-574676917263-72"]}} -{"id":"ec-meeting-2015-05-13-c602b6363b1488011e1060d193a6cf36584f331a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-13 - Cabinet of Commissioner Carlos Moedas x SwissCore, Contact Office for European Research, Innovation and Education"],"date":["2015-05-13"],"summary":["ERA and Horizon 2020"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-b8d49828915f9008e764a78796d47ea00807a658","ec-person-fb56329c22510c66ab50a8bdba13230bdae32902","ec-person-2b4bb0b28e7435e5f612e44d9664dbd1051efc55","eu-tr-94320538514-40"]}} -{"id":"ec-meeting-2015-05-13-c6a84d2151e022395c5654ec60dd58d8c9dd944b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-13 - Communications Networks, Content and Technology x Michel Kains Law Offices"],"date":["2015-05-13"],"summary":["Copyright"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["ec-person-3d379ff88d704acbd3444fdd59765df1225d4f9b","eu-tr-623477815044-61"]}} -{"id":"ec-meeting-2015-05-13-ca0367b0222b5dcf45652620fcd963303ee3121d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-13 - Energy x Siemens AG"],"date":["2015-05-13"],"summary":["Energy Union"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-4266797770-31","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2015-05-13-d73bf7115fe0127d7c39a795c849449947721d72","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-13 - Cabinet of Vice-President Maroš Šefčovič x The European Association for the Promotion of Cogeneration"],"date":["2015-05-13"],"summary":["Heating and cooling"],"notes":["Portfolio: Energy Union"],"location":["Brussels, BE"],"address":["Brussels, BE"],"addressEntity":["addr-bd80958a978de8af51caa97a25a75f30d0061d71"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-ea6b517040e26a62f17d2829afffeba48cfd682f","eu-tr-38305846546-70"]}} -{"id":"ec-meeting-2015-05-13-ddcba004bb2a59e105841dd0a991c24168ecface","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-13 - Cabinet of Vice-President Neven Mimica x Stichting PSI-Europe"],"date":["2015-05-13"],"summary":["EU development cooperation priorities; EU position for post-2015 agenda; EU development aid and funding mechanisms"],"notes":["Portfolio: International Cooperation & Development"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-mimica-neven-of-president-vice"],"involved":["ec-person-5f446e21c2ca97624d9781d53ce7312477e72d6e","ec-person-b187f3955c71d2e1daa48e02fd0a09ab7c6f6098","eu-tr-500741516715-59"]}} -{"id":"ec-meeting-2015-05-14-3de348d9347b300003a4ec0fd51da5399bbcb247","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-14 - Financial Stability, Financial Services and Capital Markets Union x Baring Asset Management Limited"],"date":["2015-05-14"],"summary":["MiFID II"],"location":["London (UK)"],"address":["London (UK)"],"addressEntity":["addr-690ac1ca5c9285f87a6689eff1ce34100e7fe361"],"organizer":["ec-dg-fisma"],"involved":["ec-person-6be7848f21e63e093fdf3693cc8c3e2b6d29f776","eu-tr-903289817193-93"]}} -{"id":"ec-meeting-2015-05-14-622acb7be4032d65047c9aa08536ef2f602616a8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-14 - Günther Oettinger x None"],"date":["2015-05-14"],"summary":["Digitalisierung von Wirtschaft und Gesellschaft"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0"]}} -{"id":"ec-meeting-2015-05-15-84f4e1a7fc81f500ef4bcfb0a46a631c48745f28","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-15 - Günther Oettinger x Börsenverein des Deutschen Buchhandels e.V."],"date":["2015-05-15"],"summary":["copyright"],"location":["Tübingen"],"address":["Tübingen"],"addressEntity":["addr-d3eee28c267d1b7ca48e40d58ab4c750a7319e14"],"organizer":["ec-dg-de"],"involved":["eu-tr-008516317674-80","ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0"]}} -{"id":"ec-meeting-2015-05-16-87ae672d748fd2304283305fea69eb5fa15ffdcc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-16 - Günther Oettinger x Society of Audiovisual Authors"],"date":["2015-05-16"],"summary":["copyright"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-dg-de"],"involved":["eu-tr-99336382936-11","ec-person-49723482bb23d029cbfc010cb37eec7392a0ae02"]}} -{"id":"ec-meeting-2015-05-18-05cce74bd161bf172b1554853fc201023da9235f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-18 - Günther Oettinger x None"],"date":["2015-05-18"],"summary":["DSM"],"location":["Frankfurt, Germany"],"address":["Frankfurt, Germany"],"addressEntity":["addr-71612135c8249600e77671ac247f308ec0b127d9"],"organizer":["ec-dg-de"],"involved":["eu-tr-76704342721-41","eu-tr-90142503473-81","eu-tr-52431421-12","ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0","eu-tr-60052162589-72"]}} -{"id":"ec-meeting-2015-05-18-0da47b46b3be1186f46ba7f25b7bcb25035de2fa","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-18 - Cabinet of Vice-President Andrus Ansip x Alliance for Intellectual Property"],"date":["2015-05-18"],"summary":["Copyright, copyright enforcement"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-059925414814-71","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45","ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0"]}} -{"id":"ec-meeting-2015-05-18-0e28e256807d9938ffb4ef37f9d4268fa012c3ef","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-18 - Cabinet of Commissioner Violeta Bulc x Danish Shipping"],"date":["2015-05-18"],"summary":["Meeting with Danish Shipowners Association"],"notes":["Portfolio: Transport"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-e14c58f620f40325d829df7be0823280307bc15f","eu-tr-4518600611-48"]}} -{"id":"ec-meeting-2015-05-18-1968a060bd58b2785679c0c618dab6ce5e020bbf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-18 - Günther Oettinger x European Telecommunications Network Operators' Association"],"date":["2015-05-18"],"summary":["DSM"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-d8b86b98a24683917c569000ed6d8c45bedbbc00","eu-tr-08957111909-85"]}} -{"id":"ec-meeting-2015-05-18-1ddfefee2f13229cbb6abb06f8b1cf92f0ae50e8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-18 - Cabinet of Vice-President Maroš Šefčovič x The European Azerbaijan Society - Brussels and Benelux office"],"date":["2015-05-18"],"summary":["Presentation of TEAS; Organisation of a possible conference"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-163313114609-84","ec-person-3bf48630444ace93d407e52eb880e64d480f75ce","ec-person-af83ed49c403cb9d7ebfecca7893f0054c1f4be5"]}} -{"id":"ec-meeting-2015-05-18-2437bea41db366e1f746e4d34f153979029c875e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-18 - Cabinet of Vice-President Maroš Šefčovič x Confederation of European Paper Industries"],"date":["2015-05-18"],"summary":["ETS"],"notes":["Portfolio: Energy Union"],"location":["Brussels, BE"],"address":["Brussels, BE"],"addressEntity":["addr-bd80958a978de8af51caa97a25a75f30d0061d71"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-ea6b517040e26a62f17d2829afffeba48cfd682f","eu-tr-72279144480-58"]}} -{"id":"ec-meeting-2015-05-18-3f6f1036d503f2d5310a240a7b88c3025fc26cdf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-18 - Energy x ENGIE"],"date":["2015-05-18"],"summary":["Energy Union"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-90947457424-20","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2015-05-18-3fe7ca83cc2f932ec641ce1ab4679eb660456b9a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-18 - Cabinet of Vice-President Maroš Šefčovič x Wintershall Dea AG"],"date":["2015-05-18"],"summary":["EU - Russia relations; OPAL"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-3bf48630444ace93d407e52eb880e64d480f75ce","eu-tr-75729476306-17","ec-person-1f95be23689cd4ed0a26fe2980f760ccf2d55c1e"]}} -{"id":"ec-meeting-2015-05-18-481ba51e804e21c903f3ecedfed52ed0c9b9155b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-18 - Cabinet of Commissioner Carlos Moedas x MSD (Europe), Inc. (Merck Sharp & Dohme)"],"date":["2015-05-18"],"summary":["Role of Pharma industries in R& I"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["eu-tr-09824113589-92","ec-person-23980b2bc4fd9c82051d0f7888dc236b2f764866"]}} -{"id":"ec-meeting-2015-05-18-509c4aaf5507a52e549cd41b6c27c90379d6143c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-18 - Cabinet of Commissioner Vytenis Andriukaitis x European Healthy Lifestyle Alliance"],"date":["2015-05-18"],"summary":["Cooperation to fight obesity, EU action, possibilties for further cooperation"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["eu-tr-633009613835-17","ec-person-97425c615743576adc42e09bee7dac14f83f691b"]}} -{"id":"ec-meeting-2015-05-18-5d8636c0de36a679b96354b09920076514a2afd9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-18 - Cabinet of Commissioner Carlos Moedas x DIGITALEUROPE"],"date":["2015-05-18"],"summary":["Digital Single Market - Research and Innovation aspects"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-b8d49828915f9008e764a78796d47ea00807a658","eu-tr-64270747023-20","ec-person-01051f0f33bfdc2ecc41873c02cae666c5e0d099"]}} -{"id":"ec-meeting-2015-05-18-5d8d5aa91585e313bbbebe6e581ff137142a5486","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-18 - Cabinet of Commissioner Marianne Thyssen x Bundesvereinigung der Deutschen Arbeitgeberverbände e.V."],"date":["2015-05-18"],"summary":["Social dialogue"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["eu-tr-7749519702-29","ec-person-e93189002a993321fd1af93481b271c766b1aff8"]}} -{"id":"ec-meeting-2015-05-18-62f8d889d878baa0c118b4fbfb58e9d98461ba4e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-18 - Mobility and Transport x Security Association for the Maritime Industry"],"date":["2015-05-18"],"summary":["Maritime security"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-move"],"involved":["eu-tr-252909417361-22","ec-person-d856b0f199c84d5b5003106bea2ee6d0392e2428"]}} -{"id":"ec-meeting-2015-05-18-971ebb6fc56b8e7ffb05a13e74ef91c8e3810fc5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-18 - Cabinet of Commissioner Elżbieta Bieńkowska x Microsoft Corporation"],"date":["2015-05-18"],"summary":["Presentation of a study"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-0801162959-21","ec-person-685ecf13dd26cd515c961e24ba71049af2302c5e","ec-person-b2f9be51339f054477846797e2c119fcf16548fc","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2015-05-18-998189310724662caee46a7ac1a9e4dfa581313c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-18 - Cabinet of Commissioner Phil Hogan x European Retail Round Table"],"date":["2015-05-18"],"summary":["Food Supply"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-15751468852-52","ec-person-ff8342dedc26701400fcb7dcf73fbee50a837ac6"]}} -{"id":"ec-meeting-2015-05-18-ab739e4464cf1f95b7e3f69f9fb70ff4409086d1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-18 - Cabinet of Commissioner Marianne Thyssen x International Federation of Actors"],"date":["2015-05-18"],"summary":["Collective agreements"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["eu-tr-24070646198-51","ec-person-7567514af00f139b390cf9864d28a090ca0fde25"]}} -{"id":"ec-meeting-2015-05-18-af04008888762256b55caa29eecb506a38811711","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-18 - Health and Food Safety x Affordable Medicines Europe"],"date":["2015-05-18"],"summary":["Trade in drugs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-sante"],"involved":["eu-tr-509882515669-01","ec-person-e6c752b8c9246ee8246c3dde21cfd79f9c4d2d19"]}} -{"id":"ec-meeting-2015-05-18-afe77dd0b9bf537cdddc1a1bbb777ef5c5fee256","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-18 - Cabinet of Commissioner Carlos Moedas x American Association for the Advancement of Science"],"date":["2015-05-18"],"summary":["Science priorities of the new Commission/Trans-Atlantic cooperation/AAAS - EC Cooperation"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["eu-tr-212203817275-79","ec-person-23980b2bc4fd9c82051d0f7888dc236b2f764866"]}} -{"id":"ec-meeting-2015-05-18-b1bb329d8876e9af2e9d93d189eaa5172c36fc42","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-18 - Cabinet of Vice-President Cecilia Malmström x GlaxoSmithKline"],"date":["2015-05-18"],"summary":["Access to medicines in Africa"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-7990322925-77","ec-person-8529bbbc6db862f6b82d6fa66a7cf7668804dae7"]}} -{"id":"ec-meeting-2015-05-18-c3b02c9dffd429e36e8d41fe50e9f237fd447a4f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-18 - Cabinet of Vice-President Valdis Dombrovskis x Citigroup Inc."],"date":["2015-05-18"],"summary":["Markets in Financial Instruments Directive"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-00353757573-57","ec-person-3f9ca71b74344417d1f072ba7f3e2f09a223b036"]}} -{"id":"ec-meeting-2015-05-18-e2d0dacbf7818c382728c9f8cd819d03d0a62e80","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-18 - Cabinet of Commissioner Corina Crețu x STARCH EUROPE European agri-cooperatives"],"date":["2015-05-18"],"summary":["EU bioeconomy policy"],"notes":["Portfolio: Regional Policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-corina-cretu-of"],"involved":["ec-person-f5bd4d5d0170028815aba56ee7d4883f0fd70f47","eu-tr-09586631237-74","eu-tr-57787966531-03"]}} -{"id":"ec-meeting-2015-05-18-e71bfd1a2e5cea47e8e943fca4cc808931a2fc9b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-18 - Cabinet of Vice-President Andrus Ansip x Eurocities"],"date":["2015-05-18"],"summary":["Digital Single Market and urban dimension of it."],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-666bc159c7e65a3af9e63c1e97435c02f1496955","eu-tr-12493392840-79"]}} -{"id":"ec-meeting-2015-05-19-03e3148de0cc17d7c0f8ba46ddb3851a8fdc596d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-19 - Cabinet of Vice-President Karmenu Vella x Fédération Nationale des Activités de la Dépollution et de l'Environnement"],"date":["2015-05-19"],"summary":["Circular Economy"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["ec-person-4ff7c27445db4ad88e687776974fd8d077a1fe0c","eu-tr-86354862662-55"]}} -{"id":"ec-meeting-2015-05-19-0c4929ead7eb7226aa4ad6ac3cf4e2ee51392322","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-19 - Cabinet of Commissioner Marianne Thyssen x Deutsche Gesetzliche Unfallversicherung e.V. Institut für interdisziplinäre Dermatologische Prävention und Rehabilitation European Academy of Dermatology and Venereology"],"date":["2015-05-19"],"summary":["Health and Safety 2020"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["eu-tr-207163217386-11","eu-tr-805497917270-42","ec-person-e93189002a993321fd1af93481b271c766b1aff8","ec-person-7567514af00f139b390cf9864d28a090ca0fde25","eu-tr-104358917323-22"]}} -{"id":"ec-meeting-2015-05-19-19c6d9e5e896f2e0bdd29c737619aeaa75e1ad58","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-19 - Cabinet of Vice-President Valdis Dombrovskis x BlackRock"],"date":["2015-05-19"],"summary":["Capital Markets Union"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-51436554494-18","ec-person-3f9ca71b74344417d1f072ba7f3e2f09a223b036"]}} -{"id":"ec-meeting-2015-05-19-1c74e33de4c72b275cd82ca29fb8c59a1f8294cc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-19 - Cabinet of Commissioner Vytenis Andriukaitis x Compassion in World Farming International"],"date":["2015-05-19"],"summary":["Animal Welfare"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-0dbfffeb0323f819c8d57164906086dd8639c437","eu-tr-26535516539-45"]}} -{"id":"ec-meeting-2015-05-19-1c9fc8c894c0b5f546e985d594e739012c7078d7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-19 - Cabinet of Commissioner Violeta Bulc x International Road Transport Union Permanent Delegation to the EU"],"date":["2015-05-19"],"summary":["Transport"],"notes":["Portfolio: Transport"],"location":["Brussels - Belgium"],"address":["Brussels - Belgium"],"addressEntity":["addr-85d514873c3b55c68206168e47e9d4fc69799cc8"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-41802525291-86","ec-person-7ac9445abdddc66a79f539ae13eb74e1ceb512df"]}} -{"id":"ec-meeting-2015-05-19-1ea72f18efa63e505bfb580a65c71d9d9b24e3e1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-19 - Cabinet of Commissioner Pierre Moscovici x World Resources Institute"],"date":["2015-05-19"],"summary":["FTT and Climate finance"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["eu-tr-581250215524-23","ec-person-4d74d0c260dc052838b8da02f72e7322f6cfc514","ec-person-738f7f25002d191bd2df8936e8f8d1d726c19e2e"]}} -{"id":"ec-meeting-2015-05-19-35f2e62b7c143766b08e321b07ec03f1756bba1c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-19 - Günther Oettinger x Salesforce"],"date":["2015-05-19"],"summary":["Salesforce"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-4cd59e13386e3b68ecb3611fcc579e0a0a3938a5","eu-tr-991195317279-06"]}} -{"id":"ec-meeting-2015-05-19-36f96e6e70c2146bf74c94311daf1825869f4e22","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-19 - Cabinet of Vice-President Miguel Arias Cañete x WindEurope"],"date":["2015-05-19"],"summary":["Reform of the ETS"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-19920706471-21","ec-person-260e00934471a02805fb143935d6e9205a7f355f"]}} -{"id":"ec-meeting-2015-05-19-45af0245fd11e0609b51e6bf449b54eb3384b9ff","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-19 - Cabinet of Vice-President Valdis Dombrovskis x Bundesvereinigung der Deutschen Arbeitgeberverbände e.V."],"date":["2015-05-19"],"summary":["Social dialogue"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Hotel Plaza, Brussels"],"address":["Hotel Plaza, Brussels"],"addressEntity":["addr-e4e354706a3102b63cad3cab5f02cb2829113b52"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-7749519702-29","ec-person-48f31156d932641826e09f5b73f074d35ff05786"]}} -{"id":"ec-meeting-2015-05-19-5046d2fd0fa4e7a10c3f8c024ec5aff935bf08c3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-19 - Cabinet of Commissioner Jonathan Hill x Österreichischer Sparkassenverband"],"date":["2015-05-19"],"summary":["MREL, BSR"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["eu-tr-22115995998-08","ec-person-890015b0d769ee93a09119846b414d4aae7c64ae"]}} -{"id":"ec-meeting-2015-05-19-57e6a093370314cbce437727f3f60dd0445f4919","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-19 - Cabinet of Vice-President Andrus Ansip x Salesforce"],"date":["2015-05-19"],"summary":["DSM"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-991195317279-06","ec-person-666bc159c7e65a3af9e63c1e97435c02f1496955","ec-person-91ca0921c6790191daa54427311acd63035e7c9e"]}} -{"id":"ec-meeting-2015-05-19-6befedfbdbb5de4e8d5d15fd315eabbbc69da2cb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-19 - Günther Oettinger x MFE - MEDIAFOREUROPE N.V"],"date":["2015-05-19"],"summary":["DSM"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-d8b86b98a24683917c569000ed6d8c45bedbbc00","eu-tr-91471238809-21"]}} -{"id":"ec-meeting-2015-05-19-7e8b76b0f5c6cd35660cdac25563aa18a9410b00","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-19 - Cabinet of President Jean-Claude Juncker x GrahamBishop.com"],"date":["2015-05-19"],"summary":["Economic issues"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-514d785d5799b4af46470d418cf706b6fc861af8","eu-tr-078328215796-36"]}} -{"id":"ec-meeting-2015-05-19-8402bac03ec5fc6b0589c83738741ae6078770e6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-19 - Cabinet of Vice-President Cecilia Malmström x G Plus Ltd (t/a Portland) ICMP - The global voice of music publishing"],"date":["2015-05-19"],"summary":["Copyright and digital market"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-65684839099-72","eu-tr-7223777790-86","ec-person-98880f3f4206145e196013db9dd806a551c11e06"]}} -{"id":"ec-meeting-2015-05-19-93ce8c28fe3b7fe5f90f7e3293ec501c03273430","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-19 - Cabinet of Vice-President Cecilia Malmström x Dow Europe GmbH"],"date":["2015-05-19"],"summary":["Chemical sector and trade agenda"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-98880f3f4206145e196013db9dd806a551c11e06","eu-tr-38235121060-73"]}} -{"id":"ec-meeting-2015-05-19-96d350616ec7c979b155cc3c0c83ce095f63d3e0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-19 - Cabinet of Commissioner Marianne Thyssen x Deloitte Services & Investments"],"date":["2015-05-19"],"summary":["Employment and EURES"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["ec-person-bdb607d5d994a4056dd700f8f52d9af25b406b36","eu-tr-53994278504-37","ec-person-e93189002a993321fd1af93481b271c766b1aff8"]}} -{"id":"ec-meeting-2015-05-19-9bc6fc636d430e622605898b9259c45a8ca21078","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-19 - Cabinet of Vice-President Cecilia Malmström x Kreab Trina Solar (Schweiz) AG"],"date":["2015-05-19"],"summary":["Developments in the solar energy sector in Europe"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-37544129782-90","eu-tr-1078390517-54","ec-person-591ec829ca734bcfe59a2c9c7f07f9dff22a0ea9"]}} -{"id":"ec-meeting-2015-05-19-ac61f8c354c5891c240f63e07d194450e165c0b7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-19 - Cabinet of Commissioner Tibor Navracsics x Confederation of Independent Football Associations"],"date":["2015-05-19"],"summary":["Introductory meeting, presentation of CONIFA objectives and actions"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-49f31dad10f5641cb1d1e4c3107dd838389e8120","eu-tr-337925317235-33"]}} -{"id":"ec-meeting-2015-05-19-b0d2a3264aad2067722f7a07e99b6dd7c2249163","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-19 - Günther Oettinger x TÜV-Verband e. V."],"date":["2015-05-19"],"summary":["Digitilisation of industry, DSM"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-45013506457-28","ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0"]}} -{"id":"ec-meeting-2015-05-19-bce9d6f677040f9794e81f62a65414cc5003c71c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-19 - Cabinet of Vice-President Karmenu Vella x BUSINESSEUROPE"],"date":["2015-05-19"],"summary":["Circular Economy"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["ec-person-4ff7c27445db4ad88e687776974fd8d077a1fe0c","eu-tr-3978240953-79"]}} -{"id":"ec-meeting-2015-05-19-bedddac31b54346b3a5f0b43440d8fee79392063","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-19 - Cabinet of Vice-President Jyrki Katainen x Google"],"date":["2015-05-19"],"summary":["Digital Single Market"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-03181945560-59","ec-person-0da85dc48012e26688310a59a0b51727ea68f410"]}} -{"id":"ec-meeting-2015-05-19-ca0379941714e93316be9a1a17b6b0fb73a68e69","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-19 - Cabinet of Vice-President Valdis Dombrovskis x Association Française de la Gestion financière"],"date":["2015-05-19"],"summary":["Money Market Funds"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-5975679180-97","ec-person-3f9ca71b74344417d1f072ba7f3e2f09a223b036"]}} -{"id":"ec-meeting-2015-05-19-cb5784d3e0ab413ae3d76c60fcf3344c9c22d766","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-19 - Cabinet of Vice-President Neven Mimica x Confederazione Generale dell'Industria Italiana"],"date":["2015-05-19"],"summary":["Role of the private sector in implementing the future development goals."],"notes":["Portfolio: International Cooperation & Development"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-mimica-neven-of-president-vice"],"involved":["ec-person-886e1b865045c3ed98e99075006d09cea708acce","eu-tr-27762251795-15"]}} -{"id":"ec-meeting-2015-05-19-cf87a4ec56e03797cacf1337d9cc01de2eaa4fd8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-19 - Cabinet of Vice-President Jyrki Katainen x European Biogas Association"],"date":["2015-05-19"],"summary":["Circular Economy"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-18191445640-83","ec-person-0310c3b87e155f5572493e91d12eebab9736a76b"]}} -{"id":"ec-meeting-2015-05-19-d61ff6a48aab34f8ff94a5e116e3edc24b6de85a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-19 - Cabinet of Commissioner Christos Stylianides x Médecins Sans Frontières"],"date":["2015-05-19"],"summary":["Humanitarian aid and access to medicines"],"notes":["Portfolio: Humanitarian Aid & Crisis Management"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-cabinet-christos-commissioner-of-stylianides"],"involved":["eu-tr-38497857515-11","ec-person-10c54be4d329cdb48323a77ede26cedf5c4850ad"]}} -{"id":"ec-meeting-2015-05-19-d976c70c219fae7f0de29e4e01de60649f33929d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-19 - Günther Oettinger x Telecom Italia"],"date":["2015-05-19"],"summary":["DSM"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-c6cae64cc7dc787b66a47ab1613d3e922875b971","eu-tr-36682861898-97"]}} -{"id":"ec-meeting-2015-05-19-e3034b08b6725748343f597585b27ad81cf55d49","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-19 - Cabinet of Vice-President Valdis Dombrovskis x Invest Europe"],"date":["2015-05-19"],"summary":["Alternative Investment Fund Managers Directive"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-3f9ca71b74344417d1f072ba7f3e2f09a223b036","eu-tr-60975211600-74"]}} -{"id":"ec-meeting-2015-05-19-e5c2921c0e7f8b0f9a3a41e050ef28bfa593846d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-19 - Cabinet of Vice-President Andrus Ansip x Dell Inc."],"date":["2015-05-19"],"summary":["DSM strategy"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-91ca0921c6790191daa54427311acd63035e7c9e","eu-tr-28739192542-16"]}} -{"id":"ec-meeting-2015-05-19-ea402cf8ee79286b9df03148528b9731dab41140","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-19 - Communications Networks, Content and Technology x Bartholomew Advisors SCS Google"],"date":["2015-05-19"],"summary":["Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-237791211737-55","eu-tr-03181945560-59","ec-person-3d379ff88d704acbd3444fdd59765df1225d4f9b"]}} -{"id":"ec-meeting-2015-05-19-eccdc3e58ec395850e30dcdc78f72dd26bb45982","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-19 - Cabinet of Commissioner Violeta Bulc x Easyfairs NV"],"date":["2015-05-19"],"summary":["Logistics - innovation"],"notes":["Portfolio: Transport"],"location":["Brussels - Belgium"],"address":["Brussels - Belgium"],"addressEntity":["addr-85d514873c3b55c68206168e47e9d4fc69799cc8"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-380159917301-88","ec-person-7ac9445abdddc66a79f539ae13eb74e1ceb512df"]}} -{"id":"ec-meeting-2015-05-19-f2309ada7c42056fd5aeae8614f46901946942b2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-19 - Cabinet of Vice-President Maroš Šefčovič x Bayerische Motoren Werke Aktiengesellschaft"],"date":["2015-05-19"],"summary":["Presentation BMW office; Digital Agenda with respect to Transport"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-3bf48630444ace93d407e52eb880e64d480f75ce","eu-tr-7193977808-18"]}} -{"id":"ec-meeting-2015-05-19-fe13e41defef477dcd150fd9f9ba6bd3585e80c8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-19 - Cabinet of Vice-President Cecilia Malmström x UNITEE AISBL"],"date":["2015-05-19"],"summary":["Overview of UNITEE´s activities"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-07875727774-09","ec-person-591ec829ca734bcfe59a2c9c7f07f9dff22a0ea9"]}} -{"id":"ec-meeting-2015-05-20-0a680b889536c395eb6959d042e5ba0f4d6d821b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-20 - Cabinet of Commissioner Violeta Bulc x European Alliance to Save Energy"],"date":["2015-05-20"],"summary":["Meeting with EU-ASE"],"notes":["Portfolio: Transport"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-e14c58f620f40325d829df7be0823280307bc15f","eu-tr-37816636575-51"]}} -{"id":"ec-meeting-2015-05-20-1e7e63d3703725a6c66774cd1e06ee87b2df1e95","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-20 - Cabinet of Vice-President Jyrki Katainen x Political Intelligence Consorzio nazionale per la raccolta il riciclaggio e il recupero degli imballaggi in plastica"],"date":["2015-05-20"],"summary":["Circular Economy"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-34863197284-43","ec-person-0310c3b87e155f5572493e91d12eebab9736a76b","eu-tr-995510717090-69"]}} -{"id":"ec-meeting-2015-05-20-2f41b5d1dfc57da6d8827bc4a74b3676a74cb255","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-20 - Günther Oettinger x AT&T, Inc."],"date":["2015-05-20"],"summary":["DSM"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-c6cae64cc7dc787b66a47ab1613d3e922875b971","eu-tr-92442218459-37"]}} -{"id":"ec-meeting-2015-05-20-41ab89580b1ab8c1c1e562fbf18934fd320c9380","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-20 - Cabinet of Vice-President Andrus Ansip x Guardian Media Group"],"date":["2015-05-20"],"summary":["DSM"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-454141617464-43","ec-person-91ca0921c6790191daa54427311acd63035e7c9e"]}} -{"id":"ec-meeting-2015-05-20-4911c60407a7efc15f6b85610d86339e3f107fcc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-20 - Communications Networks, Content and Technology x European Women's Lobby"],"date":["2015-05-20"],"summary":["Women in Science"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["ec-person-3d379ff88d704acbd3444fdd59765df1225d4f9b","eu-tr-85686156700-13"]}} -{"id":"ec-meeting-2015-05-20-4d300ebbebbdc299cd113211832ac6cd9c1be164","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-20 - Cabinet of Vice-President Jyrki Katainen x PA Europe"],"date":["2015-05-20"],"summary":["International aspects of investment plan"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-7c9460f99c5872dbdc561f5752401c870d12e98b","eu-tr-11064742654-42"]}} -{"id":"ec-meeting-2015-05-20-56256fcf6f5b13f967dc0508891756d291a2454d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-20 - Cabinet of Vice-President Karmenu Vella x CITEO"],"date":["2015-05-20"],"summary":["Circular Economy"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["ec-person-4ff7c27445db4ad88e687776974fd8d077a1fe0c","eu-tr-430607416969-79"]}} -{"id":"ec-meeting-2015-05-20-59c7962a8de8c5a303de68cc2104b3ce914cc218","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-20 - Cabinet of Commissioner Phil Hogan x European agri-cooperatives European farmers"],"date":["2015-05-20"],"summary":["Copa-Cogeca Lunch on Simplification of CAP"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Copa Cogeca Secretariat"],"address":["Copa Cogeca Secretariat"],"addressEntity":["addr-0a33e6664669f43d84f136d22c6b6ad5a89930ad"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-09586631237-74","eu-tr-44856881231-49","ec-person-428cf365f3847d04012831ef2642a1a69aed518d"]}} -{"id":"ec-meeting-2015-05-20-5b9741f5682ec5f4e49da5e4bfd1f7e582b7801f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-20 - Cabinet of Vice-President Andrus Ansip x AT&T, Inc."],"date":["2015-05-20"],"summary":["Net neutrality, sprectrum policies (US vs EU), access regulation and platforms"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-666bc159c7e65a3af9e63c1e97435c02f1496955","eu-tr-92442218459-37"]}} -{"id":"ec-meeting-2015-05-20-6ad8a93711bf9002da03411a4d4d702a12e4b572","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-20 - Cabinet of Commissioner Margrethe Vestager x AT&T, Inc."],"date":["2015-05-20"],"summary":["Digital Economy"],"notes":["Portfolio: Competition"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-margrethe-of-vestager"],"involved":["ec-person-0700cb0f43a2d20f4938902c4a086aca632d71fb","eu-tr-92442218459-37"]}} -{"id":"ec-meeting-2015-05-20-7c4fd7a7839e6bf6d04e247af9899b979a3ce685","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-20 - Cabinet of Vice-President Andrus Ansip x News Corporation"],"date":["2015-05-20"],"summary":["Copyright, media"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-544873617314-08","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45"]}} -{"id":"ec-meeting-2015-05-20-82ac3005fbdb4ff15ce76b3e4adbd3a15173469a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-20 - Cabinet of Vice-President Valdis Dombrovskis x The Investment Association"],"date":["2015-05-20"],"summary":["Markets in Financial Instruments Directive II/MIFIR"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-3f9ca71b74344417d1f072ba7f3e2f09a223b036","eu-tr-5437826103-53"]}} -{"id":"ec-meeting-2015-05-20-85509bc0fef4634ecb9e5eecf12f4edd82b5deb7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-20 - Cabinet of Vice-President Jyrki Katainen x GrahamBishop.com"],"date":["2015-05-20"],"summary":["Economic and Monetary Union"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-88d71b399a3e13a243bdc4676e481835e8e5b2f2","eu-tr-078328215796-36"]}} -{"id":"ec-meeting-2015-05-20-93122024d1ee94f1df94e33c014387bee0c36aa2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-20 - Cabinet of Vice-President Karmenu Vella x Consorzio nazionale per la raccolta il riciclaggio e il recupero degli imballaggi in plastica"],"date":["2015-05-20"],"summary":["Circular Economy"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["ec-person-4ff7c27445db4ad88e687776974fd8d077a1fe0c","eu-tr-995510717090-69"]}} -{"id":"ec-meeting-2015-05-20-9458f60fc660bc88286fd795eb8015f715605710","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-20 - Cabinet of Commissioner Margrethe Vestager x Asociación Española de Banca"],"date":["2015-05-20"],"summary":["State of the Spanish Banking Sector"],"notes":["Portfolio: Competition"],"location":["Madrid, Spain"],"address":["Madrid, Spain"],"addressEntity":["addr-f2c4f2ef1ea88618aa1533f69b0d18fc1125a9d2"],"organizer":["ec-cabinet-commissioner-margrethe-of-vestager"],"involved":["ec-person-baa1c172df109ebd1f0307bccb5e21aec66c7a25","eu-tr-785157016077-28"]}} -{"id":"ec-meeting-2015-05-20-ad30c109e1b228502e0707162451a8558bd67080","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-20 - Cabinet of Commissioner Elżbieta Bieńkowska x ECOEMBALAJES ESPAÑA, S.A."],"date":["2015-05-20"],"summary":["Circular Economy"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-159298416382-03","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2015-05-20-afa991170606ad927161db4cc3650912a0c6e9bc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-20 - Directorate-General for International Partnerships x Women Political Leaders"],"date":["2015-05-20"],"summary":["Current and possible future potential co-operation"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-intpa"],"involved":["ec-person-ad00e7dd980bb2a40a95c65a87f8760494546865","eu-tr-419508817229-68"]}} -{"id":"ec-meeting-2015-05-20-c714d159e9db62705671cf2653a692a9dbf3dad7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-20 - Energy x AES Netherlands Holding B.V."],"date":["2015-05-20"],"summary":["Energy storage"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-705033917192-85","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2015-05-20-d5cc373295cafac4b1651c5c55b17b7d8029589e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-20 - Cabinet of Commissioner Phil Hogan x Hume Brophy"],"date":["2015-05-20"],"summary":["Aviation"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-3843982938-44","ec-person-ff8342dedc26701400fcb7dcf73fbee50a837ac6"]}} -{"id":"ec-meeting-2015-05-20-db8707f5f363b0d5eaeeb51f6e38b7b7647148f0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-20 - Cabinet of Vice-President Jyrki Katainen x Deutsche Bank AG"],"date":["2015-05-20"],"summary":["Investment initiative"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-271912611231-56","ec-person-88d71b399a3e13a243bdc4676e481835e8e5b2f2"]}} -{"id":"ec-meeting-2015-05-20-e8eb3a8edda6778039faf52e92c50147e3703824","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-20 - Cabinet of Commissioner Corina Crețu x THALES"],"date":["2015-05-20"],"summary":["Flexibility provided by the closure guidelines , case of ELI project in Romania"],"notes":["Portfolio: Regional Policy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-corina-cretu-of"],"involved":["ec-person-a8f47f7eb96bfb81929848b0ee89067bcbf0ce81","eu-tr-91711831031-23"]}} -{"id":"ec-meeting-2015-05-20-ec948e80aa9344877d2b1582277ac4e4c17fbdf9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-20 - Cabinet of Vice-President Jyrki Katainen x CITEO"],"date":["2015-05-20"],"summary":["Circular Economy"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-0310c3b87e155f5572493e91d12eebab9736a76b","eu-tr-430607416969-79"]}} -{"id":"ec-meeting-2015-05-20-eee391a17850186d9d67d266dab4641f3a31f348","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-20 - Publications Office x FacilityLive OpCo"],"date":["2015-05-20"],"summary":["Presentation of FacilityLive search technologies"],"location":["MER ROOM 481"],"address":["MER ROOM 481"],"addressEntity":["addr-03a93f619b2c096a8d9f841fd20405a2f3fc21e0"],"organizer":["ec-dg-op"],"involved":["eu-tr-203912412999-51","ec-person-17f23275b655c9985d61c079282d7d2a3c12e03c"]}} -{"id":"ec-meeting-2015-05-21-0fdce95e58477e2687e73b816a8751eee837ff77","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-21 - Cabinet of First Vice-President Frans Timmermans x European Bioplastics"],"date":["2015-05-21"],"summary":["circular economy"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["ec-person-7a0c440119cd5d547eceebb055c79b8bb41bf9a2","eu-tr-245070265-17"]}} -{"id":"ec-meeting-2015-05-21-16cb15bd5ab1193c0ec7e2d66e47c3fbce2c6c55","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-21 - Cabinet of Vice-President Jyrki Katainen x ChinaEU"],"date":["2015-05-21"],"summary":["Prep. meeting for the ChinaEU workshop"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-395485815776-81","ec-person-7c9460f99c5872dbdc561f5752401c870d12e98b"]}} -{"id":"ec-meeting-2015-05-21-184be0e2ba14249bbdfc07d0b8322fb380a8363e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-21 - Energy x European Federation of Local and Regional Energy Companies"],"date":["2015-05-21"],"summary":["Climate and Energy Policy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-54829912208-85","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2015-05-21-244fb72b0d23b46381cba2de584ccbad2ed28afc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-21 - Cabinet of Vice-President Andrus Ansip x Orgalim – Europe's Technology Industries"],"date":["2015-05-21"],"summary":["DSM"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-20210641335-88","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45","ec-person-91ca0921c6790191daa54427311acd63035e7c9e"]}} -{"id":"ec-meeting-2015-05-21-24f5a1150aa5bb26157bf2a188bbef9aec956fd5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-21 - Cabinet of Vice-President Jyrki Katainen x None"],"date":["2015-05-21"],"summary":["EU economic outlook"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-884154917393-58","ec-person-88d71b399a3e13a243bdc4676e481835e8e5b2f2","ec-person-7c9460f99c5872dbdc561f5752401c870d12e98b","eu-tr-29701922039-63","eu-tr-941265617362-34","eu-tr-031828616599-65"]}} -{"id":"ec-meeting-2015-05-21-255807fd1e26a1638a9a67e80fc3e61f698e4b77","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-21 - Cabinet of Vice-President Miguel Arias Cañete x The European Association for the Promotion of Cogeneration The European Association for the Promotion of Cogeneration"],"date":["2015-05-21"],"summary":["Role of conservation with COGEN"],"notes":["Portfolio: Climate Action & Energy"],"location":["BERL 8/165"],"address":["BERL 8/165"],"addressEntity":["addr-363bb64e46464f5554302356d8bdedc4934c8f73"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-1831691c10441c5974327bbeb8693d6b6c1e50c3","eu-tr-38305846546-70"]}} -{"id":"ec-meeting-2015-05-21-2c75d46cd6c65217e56bf6a10220e153560d1229","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-21 - Cabinet of Commissioner Jonathan Hill x The Brookings Institution"],"date":["2015-05-21"],"summary":["Capital Markets Union"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["eu-tr-177994617312-19","ec-person-5e8e66c5b37cfc1f9272932bf8e12f4b28d1160a"]}} -{"id":"ec-meeting-2015-05-21-6bf4a0259b600b71ddb849f5040b412e643ec112","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-21 - Günther Oettinger x Ericsson Alcatel-Lucent Nokia SAP"],"date":["2015-05-21"],"summary":["DSM"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-78432668420-81","eu-tr-02021363105-42","ec-person-4cd59e13386e3b68ecb3611fcc579e0a0a3938a5","eu-tr-35167875358-33","eu-tr-639117311617-01"]}} -{"id":"ec-meeting-2015-05-21-70617c0d63a2a62fdd95fd584d487d0806e7cfca","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-21 - Cabinet of Vice-President Jyrki Katainen x European Fund and Asset Management Association"],"date":["2015-05-21"],"summary":["CMU"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-88d71b399a3e13a243bdc4676e481835e8e5b2f2","eu-tr-3373670692-24"]}} -{"id":"ec-meeting-2015-05-21-80afe3c336a387218fe972b8ead28e5c18b0a7ab","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-21 - Cabinet of Vice-President Maroš Šefčovič x Glass for Europe"],"date":["2015-05-21"],"summary":["Energy Efficiency in buildings"],"notes":["Portfolio: Energy Union"],"location":["Brussels, BE"],"address":["Brussels, BE"],"addressEntity":["addr-bd80958a978de8af51caa97a25a75f30d0061d71"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-ea6b517040e26a62f17d2829afffeba48cfd682f","eu-tr-15997912445-80"]}} -{"id":"ec-meeting-2015-05-21-8207a9c83fcdadee0de1da765ce26f8980b94e49","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-21 - Günther Oettinger x Telefonica, S.A."],"date":["2015-05-21"],"summary":["DSM"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-52431421-12","ec-person-c6cae64cc7dc787b66a47ab1613d3e922875b971"]}} -{"id":"ec-meeting-2015-05-21-847e224fd554bec774956024566d464360a17756","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-21 - Cabinet of Commissioner Elżbieta Bieńkowska x FoodDrinkEurope"],"date":["2015-05-21"],"summary":["High Level Forum for a Better Functioning Food Supply Chain"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-75818824519-45","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2015-05-21-86f9d5ede274791f4cfee11565c5a8f05168b958","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-21 - Cabinet of Vice-President Valdis Dombrovskis x Nomura International plc"],"date":["2015-05-21"],"summary":["Markets in Financial Instruments Directive II"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-373563717179-76","ec-person-3f9ca71b74344417d1f072ba7f3e2f09a223b036"]}} -{"id":"ec-meeting-2015-05-21-8bbb2fa81ff5618b30fecd5640e66a7caebb5525","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-21 - Communications Networks, Content and Technology x None"],"date":["2015-05-21"],"summary":["Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-57305017757-64","ec-person-3d379ff88d704acbd3444fdd59765df1225d4f9b","eu-tr-91124993695-29"]}} -{"id":"ec-meeting-2015-05-21-9154d31fa2bb76579c35cdbc10fd18373a37cbdc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-21 - Cabinet of Vice-President Maroš Šefčovič x Eurelectric aisbl"],"date":["2015-05-21"],"summary":["Energy Union Governance"],"notes":["Portfolio: Energy Union"],"location":["Brussels, BE"],"address":["Brussels, BE"],"addressEntity":["addr-bd80958a978de8af51caa97a25a75f30d0061d71"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-4271427696-87","ec-person-ea6b517040e26a62f17d2829afffeba48cfd682f"]}} -{"id":"ec-meeting-2015-05-21-9f64ae5849f7a457b1a4f04d01c3f557b5111409","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2015-05-21 - Günther Oettinger x ZDF Europabüro Brüssel ZDF Europabüro Brüssel ZDF Europabüro Brüssel ZDF Europabüro Brüssel"],"date":["2015-05-21"],"summary":["Digitales Wohnzimmer"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-c6cae64cc7dc787b66a47ab1613d3e922875b971","eu-tr-3209361971-85","ec-person-4cd59e13386e3b68ecb3611fcc579e0a0a3938a5","ec-person-d8b86b98a24683917c569000ed6d8c45bedbbc00","ec-person-c6c38691c27b1498b60b18409aa979cf1dd1f4ac"]}} -{"id":"ec-meeting-2015-05-21-a275ef931453c32b6d0c260a0571cb22e0587050","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-21 - Günther Oettinger x Société des Auteurs, Compositeurs et Editeurs de Musique"],"date":["2015-05-21"],"summary":["copyright"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-dg-de"],"involved":["ec-person-49723482bb23d029cbfc010cb37eec7392a0ae02","eu-tr-829208810503-45"]}} -{"id":"ec-meeting-2015-05-21-a43e9a23bcd24624347f5030c09a36db902ee4ed","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-21 - Cabinet of Vice-President Jyrki Katainen x Nordic Financial Unions"],"date":["2015-05-21"],"summary":["Financial services outlook"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-4129929362-47","ec-person-7c9460f99c5872dbdc561f5752401c870d12e98b"]}} -{"id":"ec-meeting-2015-05-21-a67db08ec67990d4e7bb17d34a1156e382e77c02","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-21 - Cabinet of Vice-President Miguel Arias Cañete x Shannon LNG Ltd"],"date":["2015-05-21"],"summary":["Shannon LNG Terminal"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-62773e55e1985542cb18a2a89f2053f2f39146b1","eu-tr-703228017395-13","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd"]}} -{"id":"ec-meeting-2015-05-21-c20362b33d09af471e7cc28ae6c5e45e58f91c7f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-21 - Cabinet of Vice-President Maroš Šefčovič x BDEW Bundesverband der Energie- und Wasserwirtschaft e. V."],"date":["2015-05-21"],"summary":["Preperation Annual BDEW Congress 2015"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-20457441380-38","ec-person-3bf48630444ace93d407e52eb880e64d480f75ce"]}} -{"id":"ec-meeting-2015-05-21-c7a0f94ccdba413d22182b8f27f4ba70b964d353","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-21 - Cabinet of Vice-President Kristalina Georgieva x Corporate Europe Observatory"],"date":["2015-05-21"],"summary":["Meeting with Corporate Europe on Commissioners code of Conduct"],"notes":["Portfolio: Budget & Human Resources"],"location":["Berlaymont, Brussels, Belgium"],"address":["Berlaymont, Brussels, Belgium"],"addressEntity":["addr-0b7010ac7abf438645eacd50af3009b1252cd7a6"],"organizer":["ec-cabinet-georgieva-kristalina-of-president-vice"],"involved":["eu-tr-5353162366-85","ec-person-02fbf3278d64a2c309f843d977d5501458d4f7ed"]}} -{"id":"ec-meeting-2015-05-21-d406531f081b764ee39e22901dd2a975a962a7d1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-21 - Cabinet of Commissioner Elżbieta Bieńkowska x EUROPEAN APPAREL AND TEXTILE CONFEDERATION"],"date":["2015-05-21"],"summary":["European Textile & Clothing sector"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-7824139202-85","ec-person-b2f9be51339f054477846797e2c119fcf16548fc"]}} -{"id":"ec-meeting-2015-05-21-d6762883e27925813954ef35435ac23adf99d713","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-21 - Cabinet of Vice-President Jyrki Katainen x European Bioplastics"],"date":["2015-05-21"],"summary":["Circular Economy"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-0310c3b87e155f5572493e91d12eebab9736a76b","eu-tr-245070265-17"]}} -{"id":"ec-meeting-2015-05-21-db0079a19485439bd9f77e48f58071e6ecce45c4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-21 - Cabinet of Vice-President Andrus Ansip x SES S.A."],"date":["2015-05-21"],"summary":["Satellite telecom and connectivity"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-93799097410-24","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45"]}} -{"id":"ec-meeting-2015-05-21-e03b126cd67b93061be030d49bd22e36ec4c484b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-21 - Competition x Vereniging VNO-NCW"],"date":["2015-05-21"],"summary":["To make acquaintance"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-comp"],"involved":["eu-tr-13255254129-80","ec-person-31e7cd791b79740bb63dab72215f74f338860a87"]}} -{"id":"ec-meeting-2015-05-21-e86bf13e93b417e5ea12f047ed77bbc8e17d6278","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-21 - Cabinet of Commissioner Jonathan Hill x CaixaBank, S.A."],"date":["2015-05-21"],"summary":["Capital Markets Union"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["eu-tr-055017716307-39","ec-person-5e8e66c5b37cfc1f9272932bf8e12f4b28d1160a"]}} -{"id":"ec-meeting-2015-05-21-ecba56a4b61a1050584130a819d4222c946451ce","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-21 - Cabinet of Commissioner Věra Jourová x Women Political Leaders"],"date":["2015-05-21"],"summary":["Gender equality"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-5455ecfabb89025694c798deac08160a2be17d94","eu-tr-419508817229-68","ec-person-184e698af1eb9e33b179680570ca171d8cb31c94"]}} -{"id":"ec-meeting-2015-05-21-f23cde50a7d530d77b5114713be403fc273d87f9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-21 - Cabinet of Vice-President Andrus Ansip x Zweites Deutsches Fernsehen"],"date":["2015-05-21"],"summary":["Copyright"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-3209361971-85","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45"]}} -{"id":"ec-meeting-2015-05-21-f780a8fedeecddaa9e1ac92f70265839efb825c6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-21 - Cabinet of Vice-President Andrus Ansip x ENEDIS"],"date":["2015-05-21"],"summary":["Utilities-telco synergies in infrastructure roll-out, smart technologies, smart meters."],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-d5a309c64ecdb05010325dcfc661f6ae817f31cc","ec-person-666bc159c7e65a3af9e63c1e97435c02f1496955","eu-tr-68134637922-07"]}} -{"id":"ec-meeting-2015-05-21-fce6de9598592e46a7c56e938f108d8138658f8f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-21 - Cabinet of Commissioner Elżbieta Bieńkowska x European Policy Centre"],"date":["2015-05-21"],"summary":["speech at EPC event: Roadmap for the circular Economy"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["rue du Trone"],"address":["rue du Trone"],"addressEntity":["addr-962e97ee925885b8ac6b9f20e5d45e4950bb93f9"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-89632641000-47","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2015-05-22-00ad10abc634449ee46743e2cf1ae6c0736ef109","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-22 - Cabinet of Commissioner Jonathan Hill x OXFAM INTERNATIONAL EU ADVOCACY OFFICE"],"date":["2015-05-22"],"summary":["CBCR, tax transparency, corporate social responsibility and tax avoidance"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Belgium, Brussels, BERL"],"address":["Belgium, Brussels, BERL"],"addressEntity":["addr-afebf85a436897fe5234b2ac0d00a1ddc4c9dd27"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["eu-tr-46856801604-90","ec-person-5fdb62e20cecef81f87f94d3d1bcdd3b47b26af0"]}} -{"id":"ec-meeting-2015-05-22-08c9fdb4fce0b3a51515fa414a77cbd82684e085","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-22 - Cabinet of Commissioner Carlos Moedas x AeroSpace and Defence Industries Association of Europe"],"date":["2015-05-22"],"summary":["Horizon 2020"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-b8d49828915f9008e764a78796d47ea00807a658","eu-tr-72699997886-57"]}} -{"id":"ec-meeting-2015-05-22-1457c2bfde6c0534acb118d3bf4e0fdc9917626a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-22 - Cabinet of Commissioner Pierre Moscovici x 21st Century Fox"],"date":["2015-05-22"],"summary":["Copyright, DSM"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["ec-person-14ef50b9efbe5ab02d528e0ec4ac50c9caf964e3","eu-tr-923493211619-15"]}} -{"id":"ec-meeting-2015-05-22-2160d99021de0a1bbe518df7a818c064d80733ef","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-22 - Cabinet of Vice-President Andrus Ansip x Sky Italia"],"date":["2015-05-22"],"summary":["Copyright"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-175270216602-27","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45"]}} -{"id":"ec-meeting-2015-05-22-218299628af98ae2ebf9450c17a760873a02ae4d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-22 - Energy x European Federation of Public Service Unions MVM Társaságcsoporti Szakszervezeti Szövetség"],"date":["2015-05-22"],"summary":["Social dialogue in the energy sector"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-931641717450-77","eu-tr-04902121531-04","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2015-05-22-2e6f2fc1d971ba816470d310c80ab304790374a4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-22 - Cabinet of Commissioner Elżbieta Bieńkowska x Kellogg Company"],"date":["2015-05-22"],"summary":["Food related policy issues, and in particular the Commission strategy on nutrition, health and food innovation"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Berlaymont, Brussels, Belgium"],"address":["Berlaymont, Brussels, Belgium"],"addressEntity":["addr-0b7010ac7abf438645eacd50af3009b1252cd7a6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-89352824072-19","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2015-05-22-3ecee2abd9fad39a8a21b2be034ccf84855f0216","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-22 - Secretariat-General x Green 10"],"date":["2015-05-22"],"summary":["Better Regulation package and its potential impacts on environmental policies; Revision of Euopre 2020; Commission Work Program for 2016"],"location":["BERL 13/244"],"address":["BERL 13/244"],"addressEntity":["addr-4ef1e09d8a7e25d768d66bef3b692bee216f2461"],"organizer":["ec-dg-sg"],"involved":["ec-person-c26c5f1134ca5e14e92270e5b8a0ba9e659f428b","eu-tr-70309834043-10"]}} -{"id":"ec-meeting-2015-05-22-702ee9eaa6f25f91534e96adae35744827e0f989","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-22 - Cabinet of Vice-President Miguel Arias Cañete x None"],"date":["2015-05-22"],"summary":["EU involvement in the work of the GGGI"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-260e00934471a02805fb143935d6e9205a7f355f"]}} -{"id":"ec-meeting-2015-05-22-704d7323c5b05f29b5bcf586e49d1f336e13da77","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-22 - Cabinet of Vice-President Andrus Ansip x Workday"],"date":["2015-05-22"],"summary":["Digital Skills"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-021253717373-58","ec-person-c759bd58acc54869aa8e62ce652efcda416e25c2"]}} -{"id":"ec-meeting-2015-05-22-8d9fa08d516236c500a82c194e3b0c7e506cdb11","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-22 - Energy x Central Europe Energy Partners"],"date":["2015-05-22"],"summary":["Energy Union"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-87738563745-94","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2015-05-22-9273f0b1b10361143b3c2d7ebb54626b039807ee","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-22 - Günther Oettinger x Bertelsmann SE & Co. KGaA"],"date":["2015-05-22"],"summary":["Introductory meeting / DSM"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-4cd59e13386e3b68ecb3611fcc579e0a0a3938a5","eu-tr-26103486608-47"]}} -{"id":"ec-meeting-2015-05-22-948e340fe68f185c551918af529f6b432e5d017d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-22 - Cabinet of Vice-President Andrus Ansip x APCO Worldwide"],"date":["2015-05-22"],"summary":["Digital Skills"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-c759bd58acc54869aa8e62ce652efcda416e25c2","eu-tr-81995781088-41"]}} -{"id":"ec-meeting-2015-05-22-b275d21e0f52276db8b135f8549b1633a0ffffcb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-22 - Competition x EE&MC-European Economic & Marketing Consultants GmbH"],"date":["2015-05-22"],"summary":["EU Competition economics"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-comp"],"involved":["eu-tr-369771917250-23","ec-person-31e7cd791b79740bb63dab72215f74f338860a87"]}} -{"id":"ec-meeting-2015-05-22-b2c848a97e413a1794f347a609c7b01c3f4506db","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-22 - Cabinet of Commissioner Pierre Moscovici x The Brookings Institution"],"date":["2015-05-22"],"summary":["Exchange of views on the state of the econom in the euro area"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Bruxelles"],"address":["Bruxelles"],"addressEntity":["addr-b58f5927b66d94a676970dc048485d4c6848f272"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["eu-tr-177994617312-19","ec-person-ac604755dc7677c8653a5a5172e851f7c8e468b4"]}} -{"id":"ec-meeting-2015-05-22-c254be6f92b460384b62fb80ee53c0fb01f80d77","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-22 - Cabinet of Vice-President Maroš Šefčovič x None"],"date":["2015-05-22"],"summary":["Energy Union"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-1f95be23689cd4ed0a26fe2980f760ccf2d55c1e"]}} -{"id":"ec-meeting-2015-05-22-d4ed0649ae874cf904f7c585e3ccae68417bdf8c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-22 - Energy x RTE Réseau de transport d'électricité"],"date":["2015-05-22"],"summary":["Energy Union"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["ec-person-6997149120ce5129e38febe5275dc8fd03232d2e","eu-tr-669359510572-76"]}} -{"id":"ec-meeting-2015-05-22-dc51cb782056329880d71511696c7cc900c1925b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-22 - Cabinet of Commissioner Jonathan Hill x Insurance Europe"],"date":["2015-05-22"],"summary":["Investment plan, Solvency II (infrastructure, ELTIF), Equivalence, insurance in general"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["ec-person-890015b0d769ee93a09119846b414d4aae7c64ae","eu-tr-33213703459-54"]}} -{"id":"ec-meeting-2015-05-22-f330f606fefd98f29e6c02db9662365c8c5a0b06","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-22 - Cabinet of Commissioner Vytenis Andriukaitis x None"],"date":["2015-05-22"],"summary":["PR action around obesity day"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-b9c3f19e7c5f216e3e508f931ddd6a9cb59376d1"]}} -{"id":"ec-meeting-2015-05-22-fdedb0b357d1f96c602e4562bacc368973877d25","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-22 - Cabinet of Vice-President Maroš Šefčovič x ETP ZEP"],"date":["2015-05-22"],"summary":["CCS"],"notes":["Portfolio: Energy Union"],"location":["Brussels, BE"],"address":["Brussels, BE"],"addressEntity":["addr-bd80958a978de8af51caa97a25a75f30d0061d71"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-582485310717-46","ec-person-1f95be23689cd4ed0a26fe2980f760ccf2d55c1e"]}} -{"id":"ec-meeting-2015-05-23-41f90d20404d93ce48a6f8a462808a45fead92d8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-23 - Cabinet of Commissioner Carlos Moedas x Cercle des Réseaux européens"],"date":["2015-05-23"],"summary":["European Commission research projects interesting to the Cercle des Réseaux européens"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-b8d49828915f9008e764a78796d47ea00807a658","eu-tr-212885415901-57"]}} -{"id":"ec-meeting-2015-05-26-0f4ccd8f778ebbe4054707fabd598c148211a60b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-26 - Cabinet of Vice-President Miguel Arias Cañete x Fortum Oyj"],"date":["2015-05-26"],"summary":["Finnish Gas Market"],"notes":["Portfolio: Climate Action & Energy"],"location":["BERL 8/165"],"address":["BERL 8/165"],"addressEntity":["addr-363bb64e46464f5554302356d8bdedc4934c8f73"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-1831691c10441c5974327bbeb8693d6b6c1e50c3","eu-tr-03501997362-71"]}} -{"id":"ec-meeting-2015-05-26-16dd9bb40e2ec17dd04600c494e6cad05d5e2624","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-26 - Cabinet of Commissioner Violeta Bulc x Independent Regulators' Group - Rail"],"date":["2015-05-26"],"summary":["Meeting representatives of IRG-Rail"],"notes":["Portfolio: Transport"],"location":["Brussels, Belguim"],"address":["Brussels, Belguim"],"addressEntity":["addr-84b5e5f38d43901e13b15f0c7dd8b408c954fd9b"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-845563817745-89","ec-person-4d2b449b5047ea3fda435a2a1c1081e3babcdf76","ec-person-dd7851e4a1e747e824b4f81139e33bc3cdb73160"]}} -{"id":"ec-meeting-2015-05-26-2892cf6b00626a11091ee4077e942be11e29a997","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-26 - Informatics x Unify Communications sa"],"date":["2015-05-26"],"summary":["Executive dialogue"],"location":["Brussels. Belgium"],"address":["Brussels. Belgium"],"addressEntity":["addr-fa9728550793a141487f289dc25f2dd9c4e473a9"],"organizer":["ec-dg-digit"],"involved":["eu-tr-485880317579-75","ec-person-0098ceaf3507dfdf0d7f020be9785ac3453b4913"]}} -{"id":"ec-meeting-2015-05-26-296ef0f7ecc60f72e1e4b1474f26f5be5a8c812f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-26 - Cabinet of First Vice-President Frans Timmermans x British Chamber of Commerce | EU & Belgium"],"date":["2015-05-26"],"summary":["Better Regulation"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["British Chamber of Commerce in Belgium"],"address":["British Chamber of Commerce in Belgium"],"addressEntity":["addr-9505ddd7b462d98fceab95ae6ec87b515528d6d0"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-56188303384-93","ec-person-0eaac943e895c47df1465dda6c94e671c5081e0a"]}} -{"id":"ec-meeting-2015-05-26-2c8db36123ebb8945061bd7c3b2c898611ea32a9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-26 - Cabinet of Vice-President Maroš Šefčovič x Verbraucherzentrale Bundesverband"],"date":["2015-05-26"],"summary":["Energy Union / consumer protection"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-3bf48630444ace93d407e52eb880e64d480f75ce","eu-tr-2893800753-48"]}} -{"id":"ec-meeting-2015-05-26-342a953c71e69f8cbe519757441db5ce23c60312","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-26 - Cabinet of Commissioner Věra Jourová x Stichting ERGO Network"],"date":["2015-05-26"],"summary":["Roma issues"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-5455ecfabb89025694c798deac08160a2be17d94","eu-tr-587174614073-09"]}} -{"id":"ec-meeting-2015-05-26-3a64a6fb1ff28d4537b9f4dc91495617ea251b74","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-26 - Cabinet of President Jean-Claude Juncker x VIVENDI"],"date":["2015-05-26"],"summary":["Digital Single Market"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-057865115207-48","ec-person-44a061693f35519551be0e3dab996e76ad3f8c7c"]}} -{"id":"ec-meeting-2015-05-26-3ba4cd40d8f2ebae777713057e30d6f9ba4489ab","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-26 - Cabinet of Vice-President Johannes Hahn x Kosmos Energy Ltd."],"date":["2015-05-26"],"summary":["follow up meeting and report on activities in Western Sahara Regions"],"notes":["Portfolio: European Neighbourhood Policy & Enlargement Negotiations"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-hahn-johannes-of-president-vice"],"involved":["ec-person-ffbd1e8ac522a6bd1cdc4b724b9a4416b5d36034","eu-tr-142134115688-51"]}} -{"id":"ec-meeting-2015-05-26-40c4dfe558e109e36f83ed9d6893cb87abcd8472","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-26 - Cabinet of Commissioner Jonathan Hill x MARSH & McLENNAN COMPANIES FRANCE"],"date":["2015-05-26"],"summary":["Capital Markets Union"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["London"],"address":["London"],"addressEntity":["addr-4c57f0c88d9844630327623633ce269cf826ab99"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["eu-tr-117683115792-20","ec-person-f247edfcff54d4f26fc10769f809c92bc72d6797"]}} -{"id":"ec-meeting-2015-05-26-4b4b1e42ff07011b010a047270263aba8609b315","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-26 - Cabinet of Vice-President Andrus Ansip x Symantec Corporation"],"date":["2015-05-26"],"summary":["Cybersecurity, privacy, cooperation with industry"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-5db7bdd1c81da2e70eb5b982097d0004111b5c3e","ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0","eu-tr-3612325809-89"]}} -{"id":"ec-meeting-2015-05-26-51ac3965a286909e3312384544dd7971188ed5a9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-26 - Cabinet of Vice-President Jyrki Katainen x Kesko Corporation"],"date":["2015-05-26"],"summary":["Country specific recommendations"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-f9208d930adc70c6c64e21701e48f85f6f18e949","eu-tr-670048014882-93"]}} -{"id":"ec-meeting-2015-05-26-5aa4b674e0c1768e2f8a5677c77f630484f9c798","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-26 - Cabinet of Commissioner Tibor Navracsics x European Trade Union Committee for Education"],"date":["2015-05-26"],"summary":["Social dialogue in the field of education"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-dc2e0fed0fdf39a6a3f3ad63355c5215599de9d1","eu-tr-72197913011-06"]}} -{"id":"ec-meeting-2015-05-26-5c107c1ceee6843ea013e42a5a2be4ab2c736a33","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-26 - Financial Stability, Financial Services and Capital Markets Union x New Financial LLP"],"date":["2015-05-26"],"summary":["Capital Markets Union"],"location":["London (UK)"],"address":["London (UK)"],"addressEntity":["addr-690ac1ca5c9285f87a6689eff1ce34100e7fe361"],"organizer":["ec-dg-fisma"],"involved":["ec-person-6be7848f21e63e093fdf3693cc8c3e2b6d29f776","eu-tr-435008814959-36"]}} -{"id":"ec-meeting-2015-05-26-5c4896225b3c52fba41712cabb6c0620f7a4e07a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-26 - Günther Oettinger x Deutscher Bundesjugendring"],"date":["2015-05-26"],"summary":["DSM"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-10065894023-79","ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0"]}} -{"id":"ec-meeting-2015-05-26-64e176def429a4d00806fa177302954512128be9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-26 - Cabinet of Commissioner Elżbieta Bieńkowska x FuelsEurope"],"date":["2015-05-26"],"summary":["ETS & Reach"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-26207914726-42","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2015-05-26-6da0129a2081bad709ff0239bd5310606ac2b5e3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-26 - Cabinet of Vice-President Valdis Dombrovskis x European Confederation of Independent Trade Unions"],"date":["2015-05-26"],"summary":["CESI profile and presentation; EU social policy and social partner involvement; Information and consultation of workers in public administrations."],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["European Commission, Brussels"],"address":["European Commission, Brussels"],"addressEntity":["addr-2af11d688b097d6939fd56f369a62f512c568619"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-1f98d05bdaed2c40396781b1eb7b0aa47cb8dd20","eu-tr-32738888445-74"]}} -{"id":"ec-meeting-2015-05-26-71eef3755a4a721a9bcde4639ebed3fb690e9f5d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-26 - Cabinet of First Vice-President Frans Timmermans x Alliance for Lobbying Transparency and Ethics Regulation"],"date":["2015-05-26"],"summary":["Transparency Register"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Berlaymont, Brussels"],"address":["Berlaymont, Brussels"],"addressEntity":["addr-fc86ff6aaa2cd722afeb09a33ccd03fec72f8cd1"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["ec-person-4076aef8226bd451277bfd5135aa27d63b2ac548","eu-tr-2694372574-63"]}} -{"id":"ec-meeting-2015-05-26-739faa23f07c7c14f8408843dd8345fadad22d66","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-26 - Cabinet of Vice-President Maroš Šefčovič x E.ON SE"],"date":["2015-05-26"],"summary":["EC/Russian/Ukrainian gas talks; Gas supply South-East Europe"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-3bf48630444ace93d407e52eb880e64d480f75ce","eu-tr-72760517350-57"]}} -{"id":"ec-meeting-2015-05-26-7519a7de5b89e1f4796356ad08075898a379b792","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-26 - Cabinet of Vice-President Miguel Arias Cañete x Hydrogen Europe"],"date":["2015-05-26"],"summary":["Priorities of the EC and how FCH sector can support those priorities"],"notes":["Portfolio: Climate Action & Energy"],"location":["BERL 8/159"],"address":["BERL 8/159"],"addressEntity":["addr-7c4c49456eb5698dbcc23dab8a569f5f471aec7a"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-7e87a14bf64af274f1cfb85d6b64a405eea6217f","eu-tr-77659588648-75"]}} -{"id":"ec-meeting-2015-05-26-79c5dbadd1d8525e639f4a344030ad4902b6f3e0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-26 - Cabinet of Commissioner Carlos Moedas x Business Bridge Europe"],"date":["2015-05-26"],"summary":["Meeting with Graça Carvalho"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-fb56329c22510c66ab50a8bdba13230bdae32902","eu-tr-72856225852-31"]}} -{"id":"ec-meeting-2015-05-26-955890f33074770a6cba487b0671ccadb20b18fc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-26 - Cabinet of Vice-President Jyrki Katainen x European Retail Round Table"],"date":["2015-05-26"],"summary":["Single Market"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-15751468852-52","ec-person-0da85dc48012e26688310a59a0b51727ea68f410"]}} -{"id":"ec-meeting-2015-05-26-9f430a78f95d5e20dc774c78a2484500c2aaf072","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-26 - Cabinet of President Jean-Claude Juncker x SALESAS TRES CENTRO DE ESTUDIOS"],"date":["2015-05-26"],"summary":["Dinner with Ana Palacio in honour of US Ambassador Anthony Gardner"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-400183910694-08","ec-person-442e08d247d72bdef0fce4bf17477efe2a5bfe49"]}} -{"id":"ec-meeting-2015-05-26-adc66eae31f1cc0afec6920ce46ecce80ee74d8e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-26 - Cabinet of Vice-President Miguel Arias Cañete x E.ON SE E.ON SE"],"date":["2015-05-26"],"summary":["Financil Market Legislation"],"notes":["Portfolio: Climate Action & Energy"],"location":["BERL 8/165"],"address":["BERL 8/165"],"addressEntity":["addr-363bb64e46464f5554302356d8bdedc4934c8f73"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-1831691c10441c5974327bbeb8693d6b6c1e50c3","eu-tr-72760517350-57"]}} -{"id":"ec-meeting-2015-05-26-b036bb70b348d1babd2f00dcc622075b00df2186","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-26 - Cabinet of Commissioner Vytenis Andriukaitis x European Brain Council"],"date":["2015-05-26"],"summary":["Action by EBC and by EU on brain health and mental health in general, possibilities for co-operation"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-97425c615743576adc42e09bee7dac14f83f691b","eu-tr-31091478710-90"]}} -{"id":"ec-meeting-2015-05-26-b0e882cf784803212256bed02920ccec528a4f6c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-26 - Cabinet of Vice-President Maroš Šefčovič x Arbeitsgemeinschaft deutscher Verkehrsflughäfen"],"date":["2015-05-26"],"summary":["Energy Union Strategy; Transport and Aviation Package"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-41108238259-40","ec-person-3bf48630444ace93d407e52eb880e64d480f75ce"]}} -{"id":"ec-meeting-2015-05-26-b2aee97bf2ebffc4e39bcdd8dc0534bb4a9eeebd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-26 - Cabinet of Commissioner Tibor Navracsics x Business Bridge Europe"],"date":["2015-05-26"],"summary":["KIC InnoEnergy"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-fc5c01a0bffedf0f4e205a759b40239535313d28","ec-person-1da7ee09d46288ee4ea9db2b644bdcf9c3d6d000","eu-tr-72856225852-31"]}} -{"id":"ec-meeting-2015-05-26-bce9d6f677040f9794e81f62a65414cc5003c71c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-26 - Cabinet of Vice-President Karmenu Vella x BUSINESSEUROPE"],"date":["2015-05-26"],"summary":["Circular Economy, MCP Proposal"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["eu-tr-3978240953-79","ec-person-0e3efd8bc1c3ee9a80205d0bb78f316fa1621e5d"]}} -{"id":"ec-meeting-2015-05-26-c52e4f6cdcf7488a82153168a43a4f71d42fec58","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-26 - Cabinet of Vice-President Miguel Arias Cañete x NATURGY ENERGY GROUP"],"date":["2015-05-26"],"summary":["LNG Strategy and Gas Market in Europe and relations with 3rd countries"],"notes":["Portfolio: Climate Action & Energy"],"location":["Barcelona, Spain"],"address":["Barcelona, Spain"],"addressEntity":["addr-1d3c8410383c24147093b2b9bb85557546f89fb7"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-67833029261-54","ec-person-260e00934471a02805fb143935d6e9205a7f355f","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd"]}} -{"id":"ec-meeting-2015-05-26-c5ccf4d38341fec36e5a26184f26f750838fbefc","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2015-05-26 - Cabinet of Commissioner Tibor Navracsics x SABMiller Europe AG"],"date":["2015-05-26"],"summary":["Education and health","European alcohol policy"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-fc5c01a0bffedf0f4e205a759b40239535313d28","eu-tr-701994315052-90"]}} -{"id":"ec-meeting-2015-05-26-cbf14a91c1103ca0e294ed958a6c8e84bcf3de10","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-26 - Cabinet of Commissioner Pierre Moscovici x Confederazione Generale dell'Industria Italiana"],"date":["2015-05-26"],"summary":["Initiatives de la Commission sur la transparence fiscale"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["eu-tr-27762251795-15","ec-person-738f7f25002d191bd2df8936e8f8d1d726c19e2e"]}} -{"id":"ec-meeting-2015-05-26-cca398ea4b7f4d8a32d8b90d558ad2aa98e1ad88","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-26 - Cabinet of Vice-President Miguel Arias Cañete x Confindustria Servizi Innovativi e Tecnologici"],"date":["2015-05-26"],"summary":["Energy Union"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-591192314700-10","ec-person-25a937c04cd0a0ddcf5cf34798e76b5105854114"]}} -{"id":"ec-meeting-2015-05-26-e89311f515acf8381e4674a07cba6bc9db9fd14d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-26 - Günther Oettinger x Symantec Corporation"],"date":["2015-05-26"],"summary":["Cybersecurity"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0","eu-tr-3612325809-89"]}} -{"id":"ec-meeting-2015-05-26-e977d418eb6d5760fa976f86cb04353867c3f29f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-26 - Inspire, Debate, Engage and Accelerate Action x Egmont Institute"],"date":["2015-05-26"],"summary":["Meeting with Senior Research Fellow"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-dg-idea"],"involved":["eu-tr-531633416247-38","ec-person-4fe56a64c00b3e81c851b5538878b32481bd7d3c"]}} -{"id":"ec-meeting-2015-05-26-f76cea2dfe2c80a95f51b476e03c4b2457f3dcfd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-26 - Inspire, Debate, Engage and Accelerate Action x Friends of Europe"],"date":["2015-05-26"],"summary":["Meeting with the Director and co-founder of Friends of Europe"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-dg-idea"],"involved":["eu-tr-99436366768-45","ec-person-4fe56a64c00b3e81c851b5538878b32481bd7d3c"]}} -{"id":"ec-meeting-2015-05-27-01632769e7306697f5bd99161d1abde94c30d2d0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-27 - Cabinet of Commissioner Tibor Navracsics x european competitive telecommunications association"],"date":["2015-05-27"],"summary":["Digital Single Market"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-cb6aa96c497dead35eb0f2ed0339e5423d506549","eu-tr-24627752238-32"]}} -{"id":"ec-meeting-2015-05-27-025693fc5f5bb991d310bfc45bd7a529069b4403","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-27 - Cabinet of Vice-President Maroš Šefčovič x Gasum Oy"],"date":["2015-05-27"],"summary":["LNG Strategy"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-759978215122-11","ec-person-3bf48630444ace93d407e52eb880e64d480f75ce"]}} -{"id":"ec-meeting-2015-05-27-1726b9e195299083c6cb5f7344d0109d4106454a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-27 - Cabinet of High Representative / Vice-President Federica Mogherini x Ensemble contre la peine de mort"],"date":["2015-05-27"],"summary":["Situtation in Indonesia"],"notes":["Portfolio: Foreign Affairs and Security Policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"involved":["ec-person-62bf207e4274ad594e7eab4bfe20782f1d57f645","eu-tr-422433317940-45"]}} -{"id":"ec-meeting-2015-05-27-280ab4fd89d4624401fbe12e4eaf8a8e88b34380","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-27 - Cabinet of Commissioner Vytenis Andriukaitis x Google"],"date":["2015-05-27"],"summary":["Telemedicine"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["eu-tr-03181945560-59","ec-person-d462b3c7daeee00ad55e380a7fb96819f79899df"]}} -{"id":"ec-meeting-2015-05-27-29397e5aaa88e84f4d9202ed40fd48610976d547","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-27 - Cabinet of Vice-President Jyrki Katainen x Gasum Oy"],"date":["2015-05-27"],"summary":["Energy Union"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-759978215122-11","ec-person-0310c3b87e155f5572493e91d12eebab9736a76b"]}} -{"id":"ec-meeting-2015-05-27-4923eea5f3faaa63fa989c4e8345fcf42d14b351","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-27 - Cabinet of Commissioner Elżbieta Bieńkowska x Remote Gambling Association Limited"],"date":["2015-05-27"],"summary":["EU Gambling"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-65430065178-26","ec-person-b2f9be51339f054477846797e2c119fcf16548fc","ec-person-daef7f819b2f3ffe5e4f5d8eb2782954f3c4a4e2"]}} -{"id":"ec-meeting-2015-05-27-49ddb82f426aa5f053ca3e174bf1156d582f07bb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-27 - Cabinet of Vice-President Jyrki Katainen x The Association of Finnish Local and Regional Authorities"],"date":["2015-05-27"],"summary":["European Fund for Strategic Investment"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-f9208d930adc70c6c64e21701e48f85f6f18e949","eu-tr-10235216783-84"]}} -{"id":"ec-meeting-2015-05-27-4b621fb626d47b2035c09d8258a1d2e80557f7ff","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-27 - Cabinet of Commissioner Vytenis Andriukaitis x World Federation of Advertisers"],"date":["2015-05-27"],"summary":["Selg regulation in marketing of food as a means to promote healthy eating and fight obesity"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-97425c615743576adc42e09bee7dac14f83f691b","eu-tr-6440918199-49"]}} -{"id":"ec-meeting-2015-05-27-4ca48053f4083127bf116100f24ec8c5813f5b08","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-27 - Health and Food Safety x CropLife Europe"],"date":["2015-05-27"],"summary":["Regulatory issues including endocrine and bees"],"location":["Brussels, BELGIUM"],"address":["Brussels, BELGIUM"],"addressEntity":["addr-51f5a2f6fcff058db310886dd5b7a3c5b9234d29"],"organizer":["ec-dg-sante"],"involved":["eu-tr-0711626572-26","ec-person-e6c752b8c9246ee8246c3dde21cfd79f9c4d2d19"]}} -{"id":"ec-meeting-2015-05-27-553911a8492a254fa2fe7c14a40a163fa6c4ca55","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-27 - Cabinet of Vice-President Andrus Ansip x VAUNET - Verband Privater Medien e. V."],"date":["2015-05-27"],"summary":["Copyright"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-27085111347-65","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45"]}} -{"id":"ec-meeting-2015-05-27-670cb2ce0dd7b44b1c52896e37dd9005b0edd566","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-27 - Cabinet of Vice-President Andrus Ansip x ORGANIZACIÓN NACIONAL DE CIEGOS ESPAÑOLES"],"date":["2015-05-27"],"summary":["DSM and accessibility"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-d5a309c64ecdb05010325dcfc661f6ae817f31cc","eu-tr-68612977691-59","ec-person-666bc159c7e65a3af9e63c1e97435c02f1496955"]}} -{"id":"ec-meeting-2015-05-27-67c7e42bcdfe386fcd008c8bc7f9edfc4e3767be","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-27 - Internal Market, Industry, Entrepreneurship and SMEs x Cercle International Diplomatique et Consulaire"],"date":["2015-05-27"],"summary":["European Economic Diplomacy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-grow"],"involved":["ec-person-9f3f9b58a22cf98d55521b290d1facc431bdce86","eu-tr-318039316189-97"]}} -{"id":"ec-meeting-2015-05-27-68de31c0326785e1658395a76d7668b22d3dbcf7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-27 - Cabinet of Vice-President Valdis Dombrovskis x Fitch Ratings Ltd"],"date":["2015-05-27"],"summary":["Capital Markets Union"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-306336217445-16","ec-person-3f9ca71b74344417d1f072ba7f3e2f09a223b036"]}} -{"id":"ec-meeting-2015-05-27-7c3515e33c002445dd87a2110c964d3b1226ed15","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-27 - Cabinet of First Vice-President Frans Timmermans x Volkswagen Aktiengesellschaft"],"date":["2015-05-27"],"summary":["sustainable development"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["ec-person-7a0c440119cd5d547eceebb055c79b8bb41bf9a2","eu-tr-6504541970-40"]}} -{"id":"ec-meeting-2015-05-27-89c4e38dd007a959d2adbd1013974d1610345652","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-27 - Cabinet of Commissioner Věra Jourová x European Association of Judges"],"date":["2015-05-27"],"summary":["Preparation of the Conference on EPPO 2016"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-64349923a7639978983020a607770b8dc47c8144","eu-tr-61342526458-86"]}} -{"id":"ec-meeting-2015-05-27-940b62c92a9d668fa41a320b45086164967603b9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-27 - Cabinet of Vice-President Jyrki Katainen x Technology Industries of Finland (Teknologiateollisuus ry)"],"date":["2015-05-27"],"summary":["Energy Union"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-0310c3b87e155f5572493e91d12eebab9736a76b","eu-tr-39705603497-38"]}} -{"id":"ec-meeting-2015-05-27-9bacb9b17b6021354c7c74e8064fff098e610076","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-27 - Cabinet of President Jean-Claude Juncker x OXFAM INTERNATIONAL EU ADVOCACY OFFICE"],"date":["2015-05-27"],"summary":["Fiscalité/Changement climatique"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-ad6f76ca53dc30d965b15e3728c45dbd0aba44b4","ec-person-b1bf9aa5fb7e886441ff341b657cc482b64a2a3e","eu-tr-46856801604-90"]}} -{"id":"ec-meeting-2015-05-27-a3a552ac06454ebbac8972520ab400e5016416da","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-27 - Günther Oettinger x Fraport AG - Frankfurt Airport Services Worldwide"],"date":["2015-05-27"],"summary":["Aviation"],"location":["Frankfurt"],"address":["Frankfurt"],"addressEntity":["addr-d5d8846569e1aaf92f7239dc4169fa822d08f158"],"organizer":["ec-dg-de"],"involved":["ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0","eu-tr-023273214333-18"]}} -{"id":"ec-meeting-2015-05-27-a40bb7c53131916d70571a4152d32fe8d47681ce","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-27 - Environment x Peugeot S.A."],"date":["2015-05-27"],"summary":["RDE, diesel, circular economy package"],"location":["Bruxelles"],"address":["Bruxelles"],"addressEntity":["addr-b58f5927b66d94a676970dc048485d4c6848f272"],"organizer":["ec-dg-env"],"involved":["eu-tr-39900807417-87","ec-person-c92411579cf013898db30d63a5d6fadc118e7264"]}} -{"id":"ec-meeting-2015-05-27-aa3bfc826eefe22b6bab7966cb5b7da743c1150b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-27 - Günther Oettinger x Bitkom e.V."],"date":["2015-05-27"],"summary":["Cybersecurity"],"location":["BERL 9"],"address":["BERL 9"],"addressEntity":["addr-b2918a3613c3441e6e20e909578acfd51efe28d5"],"organizer":["ec-dg-de"],"involved":["eu-tr-5351830264-31","ec-person-5652698e8f7b4a189329e67fddbaff44dbe8658c"]}} -{"id":"ec-meeting-2015-05-27-b3078fc3fe0fda40790df3f8cd69cab05584b450","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-27 - Cabinet of Commissioner Margrethe Vestager x Orange"],"date":["2015-05-27"],"summary":["Meeting on key challenges of the future European digital policy"],"notes":["Portfolio: Competition"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-margrethe-of-vestager"],"involved":["ec-person-947ab3027ba90ce15968614ce35c12506b7a43ac","eu-tr-76704342721-41"]}} -{"id":"ec-meeting-2015-05-27-b98ba1b76a7d7138e525c0561a453762483bea50","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-27 - Cabinet of Commissioner Carlos Moedas x EUPPORTUNITY (QB, Lda.)"],"date":["2015-05-27"],"summary":["Presentation of Eupportunity activity"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-07b66759c911240aaa2b917489884273c71fac90","eu-tr-38225546532-14"]}} -{"id":"ec-meeting-2015-05-27-d069b599c7873441365a1d1be38dd8df50b56727","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-27 - Cabinet of Commissioner Carlos Moedas x International Association of Scientific, Technical and Medical Publishers"],"date":["2015-05-27"],"summary":["Meeting with the CEO of the International Association of Scientific, Technical and Medical Publishers , STM on Digital Single Market, DSM communication and copyright reform, Text and Data Mining (TDM)"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["eu-tr-98356852465-08","ec-person-23980b2bc4fd9c82051d0f7888dc236b2f764866"]}} -{"id":"ec-meeting-2015-05-27-d8dfd745fd5e0840cded2a1ca908ed66123cc4ed","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-27 - Cabinet of High Representative / Vice-President Federica Mogherini x Avaaz Foundation"],"date":["2015-05-27"],"summary":["Migration Agenda"],"notes":["Portfolio: Foreign Affairs and Security Policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"involved":["ec-person-44c0409df0e9c3a69a1fe1442fc91e31f6c2786b","eu-tr-475565317526-24"]}} -{"id":"ec-meeting-2015-05-27-e996dbf2e032e08ac30a40f6b3e9b7af65a8e2bd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-27 - Cabinet of Vice-President Andrus Ansip x Yelp"],"date":["2015-05-27"],"summary":["E-commerce, platforms"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-173076213280-06","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45"]}} -{"id":"ec-meeting-2015-05-27-f3fd87fc87493e397e28d37d411a2fec866b62e6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-27 - Günther Oettinger x GROUPE CANAL+"],"date":["2015-05-27"],"summary":["copyright"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-dg-de"],"involved":["ec-person-49723482bb23d029cbfc010cb37eec7392a0ae02","eu-tr-645753416723-84"]}} -{"id":"ec-meeting-2015-05-27-f694878d1863f1a28fe828e179b41ab5ec0fe254","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-27 - Cabinet of Commissioner Jonathan Hill x BNP PARIBAS"],"date":["2015-05-27"],"summary":["Financial Policy"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["BRUSSELS"],"address":["BRUSSELS"],"addressEntity":["addr-f74337897287bf1b546f30505f5b1f693a87af50"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["ec-person-a9f927e92126f22da48d08ee37b059179988ada8","eu-tr-78787381113-69"]}} -{"id":"ec-meeting-2015-05-27-fc547d95c56a6fa5fd6e275673b2926e91311f23","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-27 - Cabinet of Commissioner Tibor Navracsics x Network to Promote Linguistic Diversity"],"date":["2015-05-27"],"summary":["The European Roadmap for Linguistic Diversity"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-49f31dad10f5641cb1d1e4c3107dd838389e8120","eu-tr-887288316103-74"]}} -{"id":"ec-meeting-2015-05-27-fe75726771d266fee8f243bf4056c5808ad4febf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-27 - Cabinet of Vice-President Valdis Dombrovskis x OXFAM INTERNATIONAL EU ADVOCACY OFFICE"],"date":["2015-05-27"],"summary":["Corporate Taxation"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["European Commission –Brussels (Berlaymont)"],"address":["European Commission –Brussels (Berlaymont)"],"addressEntity":["addr-34950b13028a172978feee09b07604284a20a878"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-46856801604-90","ec-person-48f31156d932641826e09f5b73f074d35ff05786","ec-person-a9eda2e8ea54b70a968327672c6cada679d3cd56"]}} -{"id":"ec-meeting-2015-05-28-14a342a1c91c5a7998031e921450fc1120a132f9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-28 - Communications Networks, Content and Technology x Doc Morris NV"],"date":["2015-05-28"],"summary":["Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-900719114988-22","ec-person-3d379ff88d704acbd3444fdd59765df1225d4f9b"]}} -{"id":"ec-meeting-2015-05-28-16345d4a3bccbda5a8fb8c245bcd1e40b1513e91","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-28 - Günther Oettinger x Tax Incentivised Savings Association"],"date":["2015-05-28"],"summary":["DSM"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-759948816837-53","ec-person-c6cae64cc7dc787b66a47ab1613d3e922875b971"]}} -{"id":"ec-meeting-2015-05-28-229f5f7079b731fb1c14abbeec9f6f1702e965fe","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-28 - Günther Oettinger x Robert Bosch GmbH"],"date":["2015-05-28"],"summary":["Industry 4.0, DSM"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0","eu-tr-8999533555-91"]}} -{"id":"ec-meeting-2015-05-28-265b084c8333c5221cfd7493ed602d907e5193af","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-28 - Cabinet of Commissioner Elżbieta Bieńkowska x General Electric Company"],"date":["2015-05-28"],"summary":["Recent investments, and contributions to a European Industrial Renaissance, the Energy Union, TTIP"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Strasbourg"],"address":["Strasbourg"],"addressEntity":["addr-a7b90170b4a5bf2d1d09ccfd109b57e0a030cfc4"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-4016736872-59","ec-person-95a769a1850d7d595f9a5853c51dcbdd3ddd69fb"]}} -{"id":"ec-meeting-2015-05-28-26f94bc87b6695fc3f4265503237cf9b14426b0e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-28 - Joint Research Centre x Ardaco, a.s."],"date":["2015-05-28"],"summary":["Possibility to cooperate and to learn from JRC on Cyber Security"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-jrc"],"involved":["eu-tr-302146217493-29","ec-person-b3e6b7a4bd40eead1b939244f1cb4e9bdaf65f46"]}} -{"id":"ec-meeting-2015-05-28-2fcea51b7ec387bc7fd7d8d13f55d94e151be7d7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-28 - Cabinet of Commissioner Pierre Moscovici x The Alternative Investment Management Association Limited"],"date":["2015-05-28"],"summary":["Better regulation in the context of Capital Markets Union, securitisation and non-bank lending."],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["ec-person-18ec03f403696ecde522f7843ba9c4ff6335ead4","eu-tr-232566516087-90"]}} -{"id":"ec-meeting-2015-05-28-349ab5ebe2c5f334d6d9c1b2603d7e22ef9ee05d","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2015-05-28 - Cabinet of Vice-President Miguel Arias Cañete x Bayerische Motoren Werke Aktiengesellschaft"],"date":["2015-05-28"],"summary":["Meeting to present the BMW's positions on diesel strategy and the electrification of fleets","Decarbonization"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium","Brussels"],"address":["Brussels, Belgium","Brussels"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306","addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-2229c857664a22dcb8eee79a8c05841fd3d0924f","eu-tr-7193977808-18","ec-person-25a937c04cd0a0ddcf5cf34798e76b5105854114"]}} -{"id":"ec-meeting-2015-05-28-41eaa1bfeacba867a70d89bdabc0676a43abde1a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-28 - Cabinet of Vice-President Maroš Šefčovič x ENEDIS"],"date":["2015-05-28"],"summary":["Energy Union"],"notes":["Portfolio: Energy Union"],"location":["Berlaymont, Brussels"],"address":["Berlaymont, Brussels"],"addressEntity":["addr-fc86ff6aaa2cd722afeb09a33ccd03fec72f8cd1"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-68134637922-07","ec-person-af83ed49c403cb9d7ebfecca7893f0054c1f4be5"]}} -{"id":"ec-meeting-2015-05-28-550ce693203f830372c953320fed5f55d176cb85","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-28 - Cabinet of Commissioner Marianne Thyssen x EUROCHAMBRES – Association of European Chambers of Commerce and Industry"],"date":["2015-05-28"],"summary":["Skills forecasting"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["ec-person-bdb607d5d994a4056dd700f8f52d9af25b406b36","eu-tr-0014082722-83"]}} -{"id":"ec-meeting-2015-05-28-643bd846f81ff262cc569cd8e2e792e2121512cb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-28 - Cabinet of Vice-President Andrus Ansip x Google"],"date":["2015-05-28"],"summary":["DSM & platforms"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-03181945560-59","ec-person-666bc159c7e65a3af9e63c1e97435c02f1496955"]}} -{"id":"ec-meeting-2015-05-28-674512c7649711becc3293f44918de456084be30","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-28 - Cabinet of Commissioner Jonathan Hill x Ofcom"],"date":["2015-05-28"],"summary":["Consolidation in the mobile UK market and possible implications for competition"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Belgium, Brussels, BERL"],"address":["Belgium, Brussels, BERL"],"addressEntity":["addr-afebf85a436897fe5234b2ac0d00a1ddc4c9dd27"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["ec-person-5fdb62e20cecef81f87f94d3d1bcdd3b47b26af0","eu-tr-756081713228-69"]}} -{"id":"ec-meeting-2015-05-28-6eefd4e3b2fc89cf4e6f550e13ebf7ee0724f9c1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-28 - Cabinet of Commissioner Violeta Bulc x Deutsches Zentrum für Luft- und Raumfahrt e.V."],"date":["2015-05-28"],"summary":["Meeting with DLR"],"notes":["Portfolio: Transport"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-e14c58f620f40325d829df7be0823280307bc15f","eu-tr-21280626733-05"]}} -{"id":"ec-meeting-2015-05-28-8517bd95a31abcc22f1787b2886a8f38b6d95b9c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-28 - Directorate-General for International Partnerships x Appui au Développement Intégral et la Solidarité sur les Collines"],"date":["2015-05-28"],"summary":["Award of King Baudouin Prize; Development Assistance; Crisis in Burundi (Meeting with Deogratias Niyonkuru - ADISCO cofounder secretary general)"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-intpa"],"involved":["ec-person-ad00e7dd980bb2a40a95c65a87f8760494546865","eu-tr-715779017469-49"]}} -{"id":"ec-meeting-2015-05-28-8523bb72f42702d5d50256191b51eeaef847fbc0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-28 - Cabinet of Vice-President Jyrki Katainen x Wärtsilä Corporation Aula Europe"],"date":["2015-05-28"],"summary":["Energy policy, European Fund for Strategic Investment"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-f9208d930adc70c6c64e21701e48f85f6f18e949","eu-tr-012464715142-75","eu-tr-88742028087-64"]}} -{"id":"ec-meeting-2015-05-28-9d9b44c27951f2e925a8f8520fac72b08ef595eb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-28 - Cabinet of First Vice-President Frans Timmermans x None"],"date":["2015-05-28"],"summary":["Presentation of Bozar"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["ec-person-966667b73d92624be9bb019c2baab7e52331b3d3"]}} -{"id":"ec-meeting-2015-05-28-acfa881cd0ab41757ae847381997d506abbb8701","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-28 - Cabinet of High Representative / Vice-President Federica Mogherini x Association of Social Democratic Municipalities"],"date":["2015-05-28"],"summary":["EU/Turkey relations"],"notes":["Portfolio: Foreign Affairs and Security Policy"],"location":["Berlaymont, Bruxelles"],"address":["Berlaymont, Bruxelles"],"addressEntity":["addr-d1e909436d754f27a1412125f55998a75e5eb9d6"],"organizer":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"involved":["eu-tr-198354815537-92","ec-person-ffe369688b1df8f09154d965f094473d619d72e0"]}} -{"id":"ec-meeting-2015-05-28-ae004e5c5be6c3feedc02c7ac84d6a218b3da896","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-28 - Cabinet of Commissioner Margrethe Vestager x VAUNET - Verband Privater Medien e. V."],"date":["2015-05-28"],"summary":["Discussion on Digital Single Market"],"notes":["Portfolio: Competition"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-margrethe-of-vestager"],"involved":["ec-person-947ab3027ba90ce15968614ce35c12506b7a43ac","eu-tr-27085111347-65"]}} -{"id":"ec-meeting-2015-05-28-bd1ceec13f1d9a91d5de275c2d46464c814e50ef","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-28 - Cabinet of Vice-President Neven Mimica x ActionAid"],"date":["2015-05-28"],"summary":["Tax and Development (domestic revenue mobilisation)"],"notes":["Portfolio: International Cooperation & Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-mimica-neven-of-president-vice"],"involved":["ec-person-e06df06453c45a7a836ac84cbc479b8e48f16ea8","eu-tr-85103504511-82"]}} -{"id":"ec-meeting-2015-05-28-cfdfe6f70705211a9dba8807a3753ada9ef2fad3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-28 - Cabinet of Vice-President Jyrki Katainen x Japan Machinery Center for Trade and Investment"],"date":["2015-05-28"],"summary":["Investment plan and EU-Japan Summit"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-539264617342-19","ec-person-3775b7be791f90ed462b9071c9ae596b80d71bca","ec-person-7c9460f99c5872dbdc561f5752401c870d12e98b"]}} -{"id":"ec-meeting-2015-05-28-d198e6476406dfa93f710e382477e19d8308826d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-28 - Cabinet of First Vice-President Frans Timmermans x European Alliance for Human Rights in North Korea"],"date":["2015-05-28"],"summary":["Migration agenda"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Berlaymont, Brussels"],"address":["Berlaymont, Brussels"],"addressEntity":["addr-fc86ff6aaa2cd722afeb09a33ccd03fec72f8cd1"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-510112312234-63","ec-person-ee0e358952eb5192d26c98d36095038f6b8223f2"]}} -{"id":"ec-meeting-2015-05-28-d2f3a8bf28df8dbf17418705579c955933186cb2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-28 - Cabinet of Vice-President Maroš Šefčovič x European Federation of Local and Regional Energy Companies"],"date":["2015-05-28"],"summary":["Retail Market"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-54829912208-85","ec-person-1f95be23689cd4ed0a26fe2980f760ccf2d55c1e"]}} -{"id":"ec-meeting-2015-05-28-e1bc7848e4397b634df4ec05c079bb111ecd1b20","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-28 - Cabinet of Commissioner Vytenis Andriukaitis x European Federation of Pharmaceutical Industries and Associations"],"date":["2015-05-28"],"summary":["Developments of pharmaceutical industry"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["eu-tr-38526121292-88","ec-person-d462b3c7daeee00ad55e380a7fb96819f79899df"]}} -{"id":"ec-meeting-2015-05-28-fa1134988cc3706562263a97ff9ce580b08ee684","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-28 - Cabinet of Vice-President Jyrki Katainen x None"],"date":["2015-05-28"],"summary":["Industrialisation conference"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-7c9460f99c5872dbdc561f5752401c870d12e98b"]}} -{"id":"ec-meeting-2015-05-29-02fa8b2add30b7034c86eab34c5dc13d0d2e30cb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-29 - Günther Oettinger x Microsoft Corporation"],"date":["2015-05-29"],"summary":["DSM"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-0801162959-21","ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0"]}} -{"id":"ec-meeting-2015-05-29-0321811ecddc6dcd0eb7816f18b010e7d2841f51","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-29 - Cabinet of Commissioner Dimitris Avramopoulos x Symantec Corporation"],"date":["2015-05-29"],"summary":["Meeting with Symantec Corporation (Michael Brown, President and CEO, Ilias Chantzos, Senior Director EMEA, Global CIP and Privacy Advisor, Government Affairs) and Michael Palmer, DG HOME, Unit D2 Cybercrime"],"notes":["Portfolio: Migration, Home Affairs and Citizenship"],"location":["BERL 12th floor"],"address":["BERL 12th floor"],"addressEntity":["addr-a6f3e9e6c7dfde4ea606a8e7852cd40aa53ea358"],"organizer":["ec-avramopoulos-cabinet-commissioner-dimitris-of"],"involved":["ec-person-229d2bf1ea42d1e015ab64e3d14ec20de2a94a79","eu-tr-3612325809-89"]}} -{"id":"ec-meeting-2015-05-29-0c3062246228cc3d25d74ffb3d5a9b7243f750c8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-29 - Cabinet of Vice-President Valdis Dombrovskis x Hanns-Seidel-Stiftung"],"date":["2015-05-29"],"summary":["Croatian Membership in the EU: Economic Challenges and Opportunities"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Zagreb"],"address":["Zagreb"],"addressEntity":["addr-5bd9be779cabee0fcf5824939df5f8d171e60406"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-49906988199-86","ec-person-f6170dbdd732fc460a713b82b57759ac5e77fdc6","ec-person-a9eda2e8ea54b70a968327672c6cada679d3cd56"]}} -{"id":"ec-meeting-2015-05-29-1b01034db2aa95ad9305857b4567bcfac92f3a0c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-29 - Cabinet of Vice-President Andrus Ansip x European Small Business Alliance"],"date":["2015-05-29"],"summary":["E-commerce"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-97165848130-92","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45"]}} -{"id":"ec-meeting-2015-05-29-1bc0243d101ff5330b3872adf4ff41862c40523c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-29 - Cabinet of Commissioner Vytenis Andriukaitis x Association de l'Aviculture, de l'Industrie et du Commerce de Volailles dans les Pays de l'Union Europeenne asbl"],"date":["2015-05-29"],"summary":["Food regulation"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["eu-tr-9803788883-16","ec-person-d462b3c7daeee00ad55e380a7fb96819f79899df","ec-person-c986c9ff99d99d8006e000db5a8046be615813ae"]}} -{"id":"ec-meeting-2015-05-29-2666dc03655889f9cd8042c3fa13f620975b55c1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-29 - Cabinet of Commissioner Elżbieta Bieńkowska x The European Steel Association"],"date":["2015-05-29"],"summary":["Energy Intensive Industries, ETS, HLG EII"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["ec-person-d2997a7f359c91a337055c3e24dd36bf928de38d","eu-tr-93038071152-83","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2015-05-29-2f095082ab94a4537c505b2196f5c94405251761","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-29 - Cabinet of Vice-President Neven Mimica x Save the Children International"],"date":["2015-05-29"],"summary":["Health, inequalities and post-2015. Resilient health systems / Ebola lesson Education in fragile and (post-) conflict situations."],"notes":["Portfolio: International Cooperation & Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-mimica-neven-of-president-vice"],"involved":["ec-person-5f446e21c2ca97624d9781d53ce7312477e72d6e","eu-tr-11610562644-55"]}} -{"id":"ec-meeting-2015-05-29-3d278a4ebdb021e9d7bc881a45d7515166741ea3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-29 - Cabinet of Vice-President Andrus Ansip x Groupement Européen des Sociétés d'Auteurs et Compositeurs"],"date":["2015-05-29"],"summary":["Copyright"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-e91c5be432b6b3efdda369792fed67c20b767a45","eu-tr-36529354479-57"]}} -{"id":"ec-meeting-2015-05-29-48459503db92a55ab0d8632a672c38ae8a1cc27a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-29 - Cabinet of Commissioner Věra Jourová x ACCIS"],"date":["2015-05-29"],"summary":["Data Protection Regulation"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["eu-tr-21868711871-63","ec-person-f329292459cb1badb7fb7c6b67b698c441931bb2"]}} -{"id":"ec-meeting-2015-05-29-4b5e7af62c86f0bf891a65327dd57d135067e36a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-29 - Directorate-General for International Partnerships x Save the Children International"],"date":["2015-05-29"],"summary":["Agenda post-2015 (Meeting with Justin Forsyth, CEO of Save the Children UK)"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-intpa"],"involved":["ec-person-ad00e7dd980bb2a40a95c65a87f8760494546865","eu-tr-11610562644-55"]}} -{"id":"ec-meeting-2015-05-29-58ae8c50fd0546ebf85a968efbe9de16db8e38d2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-29 - Communications Networks, Content and Technology x Vlaamse Radio- en Televisieomroeporganisatie"],"date":["2015-05-29"],"summary":["H2020, MEDIA programme and DSM"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-3260509286-84","ec-person-3d379ff88d704acbd3444fdd59765df1225d4f9b"]}} -{"id":"ec-meeting-2015-05-29-64e1e25779a0df93105346714dd6406f1fad6a8e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-29 - Cabinet of Commissioner Tibor Navracsics x World Anti-Doping Agency"],"date":["2015-05-29"],"summary":["EU data protection regulation and EU cooperation with WADA"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-49f31dad10f5641cb1d1e4c3107dd838389e8120","eu-tr-057050117687-88"]}} -{"id":"ec-meeting-2015-05-29-664db4795f071b34ac51ffc78d8b3f47b4198db5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-29 - Cabinet of Commissioner Dimitris Avramopoulos x Lysios Public Affairs"],"date":["2015-05-29"],"summary":["The 2016 International Forum on Technologies and Security"],"notes":["Portfolio: Migration, Home Affairs and Citizenship"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-avramopoulos-cabinet-commissioner-dimitris-of"],"involved":["ec-person-e786479f71eb21bc0a291dd644b61d86e09beb13","eu-tr-22561156762-32","ec-person-229d2bf1ea42d1e015ab64e3d14ec20de2a94a79"]}} -{"id":"ec-meeting-2015-05-29-8b71b2c19d27cd0270aa87f464df875bdff29952","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-29 - Günther Oettinger x Universal Music Group International"],"date":["2015-05-29"],"summary":["Copyright, DSM"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0","eu-tr-530216615544-40"]}} -{"id":"ec-meeting-2015-05-29-909897cae68435ff907fa15f9245ad90a42ab374","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-29 - Cabinet of Commissioner Pierre Moscovici x European Association of Public Banks and Funding agencies AISBL"],"date":["2015-05-29"],"summary":["Capital Markets Union"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["ec-person-79931cfd2923c1aca9c7d284e9590732b0a36ed9","ec-person-18ec03f403696ecde522f7843ba9c4ff6335ead4","eu-tr-8754829960-32"]}} -{"id":"ec-meeting-2015-05-29-933249ada065c7cd68556b09024cec02416d1f73","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-29 - Cabinet of President Jean-Claude Juncker x European Chemical Industry Council"],"date":["2015-05-29"],"summary":["Energy Union"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-b1bf9aa5fb7e886441ff341b657cc482b64a2a3e","eu-tr-64879142323-90"]}} -{"id":"ec-meeting-2015-05-29-955890f33074770a6cba487b0671ccadb20b18fc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-29 - Cabinet of Vice-President Jyrki Katainen x European Retail Round Table"],"date":["2015-05-29"],"summary":["Single Market"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90","eu-tr-15751468852-52","ec-person-0da85dc48012e26688310a59a0b51727ea68f410"]}} -{"id":"ec-meeting-2015-05-29-9aa3e64a30df5a371775268f6eeeef3dc5722031","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-29 - Cabinet of Commissioner Dimitris Avramopoulos x Amnesty International Limited"],"date":["2015-05-29"],"summary":["Migration Policy"],"notes":["Portfolio: Migration, Home Affairs and Citizenship"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-avramopoulos-cabinet-commissioner-dimitris-of"],"involved":["ec-person-e786479f71eb21bc0a291dd644b61d86e09beb13","eu-tr-11063928073-34"]}} -{"id":"ec-meeting-2015-05-29-a1e339c52dc2352ae515410b189e2c540bae4365","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-29 - Cabinet of Vice-President Jyrki Katainen x European Chemical Industry Council"],"date":["2015-05-29"],"summary":["Energy Union"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-0310c3b87e155f5572493e91d12eebab9736a76b","eu-tr-64879142323-90"]}} -{"id":"ec-meeting-2015-05-29-ae3ef0a05673b4827d94e606700fb2086fededa1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-29 - Cabinet of Commissioner Elżbieta Bieńkowska x European Chemical Industry Council"],"date":["2015-05-29"],"summary":["ETS, carbon leakage"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-64879142323-90","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2015-05-29-bb09f033bbe5a472efc9ccb230b9e134381e95e6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-29 - Cabinet of Commissioner Jonathan Hill x The Alternative Investment Management Association Limited"],"date":["2015-05-29"],"summary":["Long-term financing/securitisation"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["eu-tr-232566516087-90","ec-person-f247edfcff54d4f26fc10769f809c92bc72d6797"]}} -{"id":"ec-meeting-2015-05-29-bc2514d1007dc8a4c399e74049f7bd4ecb1fe6da","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-29 - Cabinet of Vice-President Neven Mimica x European Women's Lobby"],"date":["2015-05-29"],"summary":["Commissioner to deliver speech that will focus mainly on gender equality and women empowerment from the development policy perspective."],"notes":["Portfolio: International Cooperation & Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-mimica-neven-of-president-vice"],"involved":["ec-person-5f446e21c2ca97624d9781d53ce7312477e72d6e","ec-person-b187f3955c71d2e1daa48e02fd0a09ab7c6f6098","eu-tr-85686156700-13"]}} -{"id":"ec-meeting-2015-05-29-d29149c18171c80e012747eed7674d3693e350a7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-29 - Trade x The European Steel Association"],"date":["2015-05-29"],"summary":["Steel market and trade policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-trade"],"involved":["ec-person-bde9bb099f5d24c52ca4a9255cefc99a5b87a650","eu-tr-93038071152-83"]}} -{"id":"ec-meeting-2015-05-29-f8e8ca0ec7e3764a6e12402ef4ed837d9b9883ce","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-29 - Cabinet of President Jean-Claude Juncker x Platform of European Social NGOs"],"date":["2015-05-29"],"summary":["Priorités sociales de la Commission"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-85083981189-35","ec-person-98eba7ab1446c6dce384fdc2ecd48c7cadf9ee4e"]}} -{"id":"ec-meeting-2015-05-29-fcef8071ffd2d1a00b7258d6016f2a79a5916c21","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-29 - Cabinet of Commissioner Vytenis Andriukaitis x AnimalhealthEurope"],"date":["2015-05-29"],"summary":["Preparation for the conference speech on the 11th June 2015"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["eu-tr-63322037415-37","ec-person-d462b3c7daeee00ad55e380a7fb96819f79899df"]}} -{"id":"ec-meeting-2015-05-30-d61ff6a48aab34f8ff94a5e116e3edc24b6de85a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-05-30 - Cabinet of Commissioner Christos Stylianides x Médecins Sans Frontières"],"date":["2015-05-30"],"summary":["EBOLA - Lessons learned ( MSF Belgium General Assembly)"],"notes":["Portfolio: Humanitarian Aid & Crisis Management"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-christos-commissioner-of-stylianides"],"involved":["eu-tr-38497857515-11","ec-person-6f08c893ea685f6d5f50c2c6e373f294e3616698"]}} -{"id":"ec-meeting-2015-06-01-0640c37151c5b74e65cb2daa250c71c25d7ec2e4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-01 - Cabinet of First Vice-President Frans Timmermans x Vereniging VNO-NCW"],"date":["2015-06-01"],"summary":["EFSI"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["ec-person-966667b73d92624be9bb019c2baab7e52331b3d3","eu-tr-13255254129-80"]}} -{"id":"ec-meeting-2015-06-01-3faeb56b13f38414b963fa2c38d1ba3b069f2fb4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-01 - Cabinet of Commissioner Carlos Moedas x Orgalim – Europe's Technology Industries"],"date":["2015-06-01"],"summary":["Meeting with Adrian Harris, Orgalime"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-01051f0f33bfdc2ecc41873c02cae666c5e0d099","eu-tr-20210641335-88"]}} -{"id":"ec-meeting-2015-06-01-409866e139499d3a50512de62c559e12f8dee320","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-01 - Cabinet of Commissioner Pierre Moscovici x european competitive telecommunications association"],"date":["2015-06-01"],"summary":["DSM"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Bruxelles"],"address":["Bruxelles"],"addressEntity":["addr-b58f5927b66d94a676970dc048485d4c6848f272"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["ec-person-79931cfd2923c1aca9c7d284e9590732b0a36ed9","eu-tr-24627752238-32"]}} -{"id":"ec-meeting-2015-06-01-42d1e18e36e71c5bed061a2d0c341839759aa630","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-01 - Cabinet of Vice-President Karmenu Vella x Ingka Services A.B."],"date":["2015-06-01"],"summary":["Circular Economy"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["ec-person-4ff7c27445db4ad88e687776974fd8d077a1fe0c","eu-tr-1095068839-59"]}} -{"id":"ec-meeting-2015-06-01-478bef5eece3989f8b16898395c433cd527aa84e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-01 - Cabinet of Commissioner Tibor Navracsics x Union of European Football Associations"],"date":["2015-06-01"],"summary":["Cooperation between the UEFA and the EU Commission"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Nyon, Switzerland"],"address":["Nyon, Switzerland"],"addressEntity":["addr-d4b128ba1b18232af4e1bce56c95671132fa914b"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-dc2e0fed0fdf39a6a3f3ad63355c5215599de9d1","eu-tr-39217046408-27"]}} -{"id":"ec-meeting-2015-06-01-608181747dd752b6a66c931c7d5d6438c9315bda","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-01 - Cabinet of Commissioner Tibor Navracsics x European Olympic Committees EU Office"],"date":["2015-06-01"],"summary":["Major challenges to professional sport"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Lausanne, Switzerland"],"address":["Lausanne, Switzerland"],"addressEntity":["addr-b1d108c2028b68a87d1fdb67a2d22cdf3c3f1af6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-dc2e0fed0fdf39a6a3f3ad63355c5215599de9d1","eu-tr-827752410362-51"]}} -{"id":"ec-meeting-2015-06-01-645538d3b758b7b9de6427dd7118a150f0f79beb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-01 - Cabinet of First Vice-President Frans Timmermans x association européenne de la pensée libre"],"date":["2015-06-01"],"summary":["Meeting on free thinking"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-188133714462-27","ec-person-f3a0db9fe3b985fb3a6665117484ee9f97b0e339","ec-person-966667b73d92624be9bb019c2baab7e52331b3d3"]}} -{"id":"ec-meeting-2015-06-01-6942b512776dd7eb04033a43821062270f3fcf4f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-01 - Cabinet of Commissioner Pierre Moscovici x Alstom"],"date":["2015-06-01"],"summary":["Situation Asltim"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Bruxelles"],"address":["Bruxelles"],"addressEntity":["addr-b58f5927b66d94a676970dc048485d4c6848f272"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["ec-person-79931cfd2923c1aca9c7d284e9590732b0a36ed9","ec-person-3cbeba61ae952f06fe4916c381438ebbc676a597","eu-tr-43284012043-03"]}} -{"id":"ec-meeting-2015-06-01-8830b1e957e9f45c2976cb76185b95b9ef3b7c6b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-01 - Cabinet of President Jean-Claude Juncker x European Round Table for Industry"],"date":["2015-06-01"],"summary":["Digital Single Market"],"notes":["Portfolio: President"],"location":["Berlin"],"address":["Berlin"],"addressEntity":["addr-062b06ba8e755765c6b049809b7430fd54fe5b21"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-98eba7ab1446c6dce384fdc2ecd48c7cadf9ee4e","ec-person-80c6995ad1cd6aefa72f1bf440b17b6d8c6dd4b8","ec-person-44a061693f35519551be0e3dab996e76ad3f8c7c","ec-person-29c106b0461ffd79e95f0119bdd363fd3c7c3ab3","eu-tr-25487567824-45"]}} -{"id":"ec-meeting-2015-06-01-8e4d2a2d670e66802ec8cbba8dbe200e81537e3d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-01 - Cabinet of Vice-President Jyrki Katainen x Metsäliitto Cooperative Confederation of European Paper Industries"],"date":["2015-06-01"],"summary":["Circular Economy and Energy Union"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-72279144480-58","ec-person-0310c3b87e155f5572493e91d12eebab9736a76b","eu-tr-962687110415-94"]}} -{"id":"ec-meeting-2015-06-01-94a4cd7d981997fc782c0bcb0a226f6e82f4c6c4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-01 - Cabinet of Vice-President Johannes Hahn x European Chemical Industry Council"],"date":["2015-06-01"],"summary":["ETS post 2020"],"notes":["Portfolio: European Neighbourhood Policy & Enlargement Negotiations"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-hahn-johannes-of-president-vice"],"involved":["ec-person-643595d3a737c63fc95146b51292a4684ed1ca75","eu-tr-64879142323-90"]}} -{"id":"ec-meeting-2015-06-01-9a4edae157f0ca12d242de440fd5b1a1e077392e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-01 - Cabinet of Commissioner Margrethe Vestager x OXFAM INTERNATIONAL EU ADVOCACY OFFICE"],"date":["2015-06-01"],"summary":["Exchange of views on taxation issues"],"notes":["Portfolio: Competition"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-margrethe-of-vestager"],"involved":["eu-tr-46856801604-90","ec-person-ba88c0f325beb42cca2cabbf7a5ea2fe3a59f989"]}} -{"id":"ec-meeting-2015-06-01-9d9b44c27951f2e925a8f8520fac72b08ef595eb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-01 - Cabinet of First Vice-President Frans Timmermans x None"],"date":["2015-06-01"],"summary":["Freedom of the Media"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["ec-person-6d8b11c800391d9e6515bbd1b0e9d54c7da270da","ec-person-966667b73d92624be9bb019c2baab7e52331b3d3"]}} -{"id":"ec-meeting-2015-06-01-a98d91aee8d3a2cec6aa74f0d67c80e10246862d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-01 - Cabinet of Vice-President Maroš Šefčovič x BP p.l.c."],"date":["2015-06-01"],"summary":["Southern Gas Corridor"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-3394026642-58","ec-person-3bf48630444ace93d407e52eb880e64d480f75ce"]}} -{"id":"ec-meeting-2015-06-01-ae643a3dd85f5ddf5b660afb833d60ca678b9bd2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-01 - Directorate-General for International Partnerships x KfW Bankengruppe"],"date":["2015-06-01"],"summary":["State of play of cooperation between KfW and DEVCO (official visit to KfW headquarters)"],"location":["KfW premises, Frankfurt am Main, Germany"],"address":["KfW premises, Frankfurt am Main, Germany"],"addressEntity":["addr-c192c436bb9a612632d894f5035a0ee04ea2e2a5"],"organizer":["ec-dg-intpa"],"involved":["ec-person-ad00e7dd980bb2a40a95c65a87f8760494546865","eu-tr-79019799690-13"]}} -{"id":"ec-meeting-2015-06-01-be7d6d2710364d0ead008dd0825a7839cfed81e3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-01 - Directorate-General for International Partnerships x Deutsche Gesellschaft für Internationale Zusammenarbeit (GIZ) GmbH"],"date":["2015-06-01"],"summary":["State of play of cooperation between GIZ and DEVCO (official visit to GIZ headquarters)"],"location":["GIZ premises, Frankfurt am Main, Germany"],"address":["GIZ premises, Frankfurt am Main, Germany"],"addressEntity":["addr-1432268d5c1ce873fc80db13c856f464e4533bd2"],"organizer":["ec-dg-intpa"],"involved":["ec-person-ad00e7dd980bb2a40a95c65a87f8760494546865","eu-tr-78346836208-90"]}} -{"id":"ec-meeting-2015-06-01-bff25864f7953731489392b725c4a8ba15f5ecb0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-01 - Cabinet of Vice-President Jyrki Katainen x european competitive telecommunications association"],"date":["2015-06-01"],"summary":["Digital Single Market"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-24627752238-32","ec-person-0da85dc48012e26688310a59a0b51727ea68f410"]}} -{"id":"ec-meeting-2015-06-01-d4ec94824a18491acf06abbef1d1d44fb44652c8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-01 - Cabinet of Commissioner Carlos Moedas x european competitive telecommunications association european competitive telecommunications association"],"date":["2015-06-01"],"summary":["Meeting with Aurélie Bladocha"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-01051f0f33bfdc2ecc41873c02cae666c5e0d099","eu-tr-24627752238-32"]}} -{"id":"ec-meeting-2015-06-01-e2c05f8be5f81d6ed6f443e4fe62a266fe98ae81","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-01 - Cabinet of Commissioner Pierre Moscovici x Orange"],"date":["2015-06-01"],"summary":["DSM"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Bruxelles"],"address":["Bruxelles"],"addressEntity":["addr-b58f5927b66d94a676970dc048485d4c6848f272"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["ec-person-79931cfd2923c1aca9c7d284e9590732b0a36ed9","eu-tr-76704342721-41"]}} -{"id":"ec-meeting-2015-06-01-f330f606fefd98f29e6c02db9662365c8c5a0b06","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-01 - Cabinet of Commissioner Vytenis Andriukaitis x None"],"date":["2015-06-01"],"summary":["Current health challenges in the EU and Switzerland. State of play of the negotiations regarding cooperation agreements in the field of public health and in the field of Veterinary and Food Safety."],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-97425c615743576adc42e09bee7dac14f83f691b"]}} -{"id":"ec-meeting-2015-06-01-f5365b27732c55c1a252eea87316806d182a4d09","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-01 - Cabinet of Commissioner Carlos Moedas x Portia Ltd"],"date":["2015-06-01"],"summary":["7th Gender Summit Europe"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-07b66759c911240aaa2b917489884273c71fac90","eu-tr-086687315440-79"]}} -{"id":"ec-meeting-2015-06-01-f543be7b7e81fa0bfaf329079bca265de8b0e01a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-01 - Cabinet of Commissioner Phil Hogan x Centre de liaison des industries transformatrices de viande de l'UE"],"date":["2015-06-01"],"summary":["Country of origin labelling"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-400dd8d59d3060187d9b9b143d697da1a3d03c12","eu-tr-02978802379-31"]}} -{"id":"ec-meeting-2015-06-01-fedcb06eb9fbf050015be0565597b286c8960bce","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-01 - Cabinet of Vice-President Jyrki Katainen x Ingka Services A.B."],"date":["2015-06-01"],"summary":["Circular Economy"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-1095068839-59","ec-person-0310c3b87e155f5572493e91d12eebab9736a76b"]}} -{"id":"ec-meeting-2015-06-01-fee6805df16f5ec0a9392b3a270a0cf98897be28","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-01 - Cabinet of Vice-President Johannes Hahn x CEMBUREAU - The European Cement Association"],"date":["2015-06-01"],"summary":["ETS post 2020"],"notes":["Portfolio: European Neighbourhood Policy & Enlargement Negotiations"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-hahn-johannes-of-president-vice"],"involved":["ec-person-643595d3a737c63fc95146b51292a4684ed1ca75","eu-tr-93987316076-63"]}} -{"id":"ec-meeting-2015-06-02-06214cd79603d8c9a21cf83fdfa7b331598389ce","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-02 - Cabinet of Commissioner Elżbieta Bieńkowska x Raytheon Technologies"],"date":["2015-06-02"],"summary":["Economic and competitiveness challenges and opportunities of Europe"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["ec-person-d2997a7f359c91a337055c3e24dd36bf928de38d","eu-tr-87564644126-75","ec-person-95a769a1850d7d595f9a5853c51dcbdd3ddd69fb","ec-person-b2f9be51339f054477846797e2c119fcf16548fc"]}} -{"id":"ec-meeting-2015-06-02-1b827b7a0420b11262c76380a42cd5c135a46882","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-02 - Günther Oettinger x News Corporation"],"date":["2015-06-02"],"summary":["DSM"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-d8b86b98a24683917c569000ed6d8c45bedbbc00","eu-tr-544873617314-08"]}} -{"id":"ec-meeting-2015-06-02-25a2441981db4261bf26bc1817e849b453103472","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-02 - Cabinet of Vice-President Andrus Ansip x Société des Auteurs, Compositeurs et Editeurs de Musique"],"date":["2015-06-02"],"summary":["Copyright, music industry development and platforms"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-e91c5be432b6b3efdda369792fed67c20b767a45","eu-tr-829208810503-45","ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0"]}} -{"id":"ec-meeting-2015-06-02-27d6116ffcf54e6128c17fb8050fa4b084fa98df","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-02 - Cabinet of President Jean-Claude Juncker x Nordic Securities Association"],"date":["2015-06-02"],"summary":["Capital Markets Union"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-622921012417-15","ec-person-c402e34a99fbee730ae22e3b1958e21c94dc6fcc"]}} -{"id":"ec-meeting-2015-06-02-281937fefafa42bdd19bcb19f2b8b72bae0495d8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-02 - Cabinet of Vice-President Andrus Ansip x Covington & Burling LLP"],"date":["2015-06-02"],"summary":["meeting with News Corporation on DSM Strategy - effect online publishing"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-083671317381-09","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45","ec-person-91ca0921c6790191daa54427311acd63035e7c9e"]}} -{"id":"ec-meeting-2015-06-02-2f53692966543deb780ff95b83189b4ae1de1ffd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-02 - Cabinet of Commissioner Vytenis Andriukaitis x United European Gastroenterology"],"date":["2015-06-02"],"summary":["Co-operation on the management of chronic diseases, the burden of Gastroenterologic diseases. EU and UEG action."],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-97425c615743576adc42e09bee7dac14f83f691b","eu-tr-665390317626-77"]}} -{"id":"ec-meeting-2015-06-02-30955165f11158cf49662e9905ffbc0c90d12f0c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-02 - Cabinet of Vice-President Jyrki Katainen x Confederation of Finnish Industries EK"],"date":["2015-06-02"],"summary":["Circular Economy"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-0310c3b87e155f5572493e91d12eebab9736a76b","eu-tr-1274604847-34"]}} -{"id":"ec-meeting-2015-06-02-33e1dca00a3dafb2260c12dd5becd6af357b28b6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-02 - Cabinet of Commissioner Jonathan Hill x Nordic Securities Association"],"date":["2015-06-02"],"summary":["Capital Markets Union"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["eu-tr-622921012417-15","ec-person-890015b0d769ee93a09119846b414d4aae7c64ae"]}} -{"id":"ec-meeting-2015-06-02-39f01b3cb792e380f4e0d98db4a281b277f2f946","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-02 - Cabinet of Vice-President Andrus Ansip x APPLiA (Home Appliance Europe)"],"date":["2015-06-02"],"summary":["Industry, internet of things, standardisation"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-6a03bc4fa7657513ea34529e98dba0671ef4c849","ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0","eu-tr-04201463642-88"]}} -{"id":"ec-meeting-2015-06-02-3becce9d216d376dd3aa5ccda463020cb1c7c22f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-02 - Cabinet of Commissioner Carlos Moedas x International Union for Conservation of Nature EU Representative Office"],"date":["2015-06-02"],"summary":["bio economy"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-01051f0f33bfdc2ecc41873c02cae666c5e0d099","ec-person-2b4bb0b28e7435e5f612e44d9664dbd1051efc55","eu-tr-03518238467-61"]}} -{"id":"ec-meeting-2015-06-02-3c98a24a79445e80fccd24f4e7580afc65b4736b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-02 - Cabinet of Vice-President Miguel Arias Cañete x Polish Electricity Association"],"date":["2015-06-02"],"summary":["Demand response"],"notes":["Portfolio: Climate Action & Energy"],"location":["BERL 8/165"],"address":["BERL 8/165"],"addressEntity":["addr-363bb64e46464f5554302356d8bdedc4934c8f73"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-1831691c10441c5974327bbeb8693d6b6c1e50c3","eu-tr-255859710443-50"]}} -{"id":"ec-meeting-2015-06-02-4160fcb2019838279766330dae49155063e0b473","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-02 - Cabinet of Vice-President Miguel Arias Cañete x EUROMETAUX"],"date":["2015-06-02"],"summary":["ETS post 2020 reform"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-61650796093-48","ec-person-260e00934471a02805fb143935d6e9205a7f355f"]}} -{"id":"ec-meeting-2015-06-02-56110684ea5a121155cd382fe456d011b67c8cfd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-02 - Directorate-General for International Partnerships x The ONE Campaign"],"date":["2015-06-02"],"summary":["Financing for Development (Meeting with Eloise Todd)"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-intpa"],"involved":["ec-person-ad00e7dd980bb2a40a95c65a87f8760494546865","eu-tr-26098317349-65"]}} -{"id":"ec-meeting-2015-06-02-68839686150269a751d0a8f7001a84944f8cfd70","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-02 - Cabinet of Commissioner Jonathan Hill x IBM Corporation"],"date":["2015-06-02"],"summary":["Digital Single Market (DSM),"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Belgium, Brussels, BERL"],"address":["Belgium, Brussels, BERL"],"addressEntity":["addr-afebf85a436897fe5234b2ac0d00a1ddc4c9dd27"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["eu-tr-7721359944-96","ec-person-5fdb62e20cecef81f87f94d3d1bcdd3b47b26af0"]}} -{"id":"ec-meeting-2015-06-02-6d46b65b2309b809d4f827f63e4667f66a8ed2d4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-02 - Cabinet of Vice-President Cecilia Malmström x Film- och TV-branschens Samarbetskommitté MSL Brussels - Division of MMS Communications Belgium SA"],"date":["2015-06-02"],"summary":["DSM and copyright reform in international context"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-619777413160-93","ec-person-591ec829ca734bcfe59a2c9c7f07f9dff22a0ea9","eu-tr-19747905832-33"]}} -{"id":"ec-meeting-2015-06-02-6f355582a0614d8a0d4525bf240a11082bea5ece","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-02 - Cabinet of Vice-President Cecilia Malmström x DIGITALEUROPE"],"date":["2015-06-02"],"summary":["DSM & TTIP"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-64270747023-20","ec-person-20ded9db5df11164331bb161fdf234b1e5ad53fd","ec-person-591ec829ca734bcfe59a2c9c7f07f9dff22a0ea9"]}} -{"id":"ec-meeting-2015-06-02-7172e46f1a07de97a2bc193085283f4063889875","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-02 - Cabinet of Vice-President Valdis Dombrovskis x European Banking Federation"],"date":["2015-06-02"],"summary":["Banking regulation and sectoral social dialogue"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["European Commission – Brussels (Berlaymont)"],"address":["European Commission – Brussels (Berlaymont)"],"addressEntity":["addr-18180d99814157bad0e0a2c15a1a84e53cad6326"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-4722660838-23","ec-person-48f31156d932641826e09f5b73f074d35ff05786","ec-person-a9eda2e8ea54b70a968327672c6cada679d3cd56"]}} -{"id":"ec-meeting-2015-06-02-7c4fd7a7839e6bf6d04e247af9899b979a3ce685","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-02 - Cabinet of Vice-President Andrus Ansip x News Corporation"],"date":["2015-06-02"],"summary":["Digital Single Market, copyright, media"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-544873617314-08","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45"]}} -{"id":"ec-meeting-2015-06-02-7d7e3cabd269895eaa1479488856c943fa6eb6f0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-02 - Cabinet of High Representative / Vice-President Federica Mogherini x Eni S.p.A."],"date":["2015-06-02"],"summary":["Energy Union"],"notes":["Portfolio: Foreign Affairs and Security Policy"],"location":["Berlaymont, Bruxelles"],"address":["Berlaymont, Bruxelles"],"addressEntity":["addr-d1e909436d754f27a1412125f55998a75e5eb9d6"],"organizer":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"involved":["eu-tr-99578067285-35","ec-person-0d87d503aa00db1df141f3b1bfea3e0ccb43ece9"]}} -{"id":"ec-meeting-2015-06-02-87ae672d748fd2304283305fea69eb5fa15ffdcc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-02 - Günther Oettinger x Society of Audiovisual Authors"],"date":["2015-06-02"],"summary":["copyright"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-dg-de"],"involved":["eu-tr-99336382936-11","ec-person-49723482bb23d029cbfc010cb37eec7392a0ae02"]}} -{"id":"ec-meeting-2015-06-02-8e07ce670f4305d7b380f9d1a5c8d06558a6927d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-02 - Cabinet of Commissioner Jonathan Hill x KBC Group NV"],"date":["2015-06-02"],"summary":["Capital Markets Union; banking and insurance regulation"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["eu-tr-745225910014-90","ec-person-f247edfcff54d4f26fc10769f809c92bc72d6797"]}} -{"id":"ec-meeting-2015-06-02-93241db35256650c947b0749bbc824dba6c143cb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-02 - Cabinet of Vice-President Maroš Šefčovič x German Renewable Energy Federation"],"date":["2015-06-02"],"summary":["The development of a reliable and transparent Energy Union governance framework, including on the relevant European targets contained in the 2030 Energy and Climate package"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-ea6b517040e26a62f17d2829afffeba48cfd682f","eu-tr-15511499334-46"]}} -{"id":"ec-meeting-2015-06-02-939f1b7bd5d934573ed39be78cae2a12de064eeb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-02 - Cabinet of Vice-President Cecilia Malmström x Vandoren Consulting"],"date":["2015-06-02"],"summary":["Palm oil labelling"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-427689917359-19","ec-person-98880f3f4206145e196013db9dd806a551c11e06"]}} -{"id":"ec-meeting-2015-06-02-9774256af2ee9ff62cabbf88c15b25bb2c35907a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-02 - Communications Networks, Content and Technology x News Corporation Covington & Burling LLP"],"date":["2015-06-02"],"summary":["DSM and AVMS"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-083671317381-09","eu-tr-544873617314-08","ec-person-3d379ff88d704acbd3444fdd59765df1225d4f9b"]}} -{"id":"ec-meeting-2015-06-02-9affcf7827ee011278a8966a06ff8c5423e918fc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-02 - Cabinet of Vice-President Jyrki Katainen x CEMBUREAU - The European Cement Association"],"date":["2015-06-02"],"summary":["Circular Economy"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-0310c3b87e155f5572493e91d12eebab9736a76b","eu-tr-93987316076-63"]}} -{"id":"ec-meeting-2015-06-02-9c5d63716153a9338754a1dcd4784d03a1c879bf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-02 - Cabinet of Commissioner Marianne Thyssen x Chambre de Commerce et d'Industrie de Région des Pays de la Loire"],"date":["2015-06-02"],"summary":["Apprenticeships"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["ec-person-bdb607d5d994a4056dd700f8f52d9af25b406b36","eu-tr-567214616174-39"]}} -{"id":"ec-meeting-2015-06-02-ae349bae49e2acc4ade6f54d3412b94167b6fa05","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-02 - Cabinet of Commissioner Violeta Bulc x Confederation of European Paper Industries"],"date":["2015-06-02"],"summary":["Meeting with CEPI"],"notes":["Portfolio: Transport"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-72279144480-58","ec-person-dd7851e4a1e747e824b4f81139e33bc3cdb73160"]}} -{"id":"ec-meeting-2015-06-02-b4fef10ecdb6b6fd8d696945a118a64eaba1ad4a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-02 - Cabinet of Vice-President Miguel Arias Cañete x Tempus Energy Technology Ltd"],"date":["2015-06-02"],"summary":["Demand Flexibility in EU energy policy"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-260e00934471a02805fb143935d6e9205a7f355f","eu-tr-078376317224-90"]}} -{"id":"ec-meeting-2015-06-02-ba278b474d63c7740b15bf9eba26f35057c02e9f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-02 - Cabinet of Vice-President Valdis Dombrovskis x Barclays PLC"],"date":["2015-06-02"],"summary":["Markets in Financial Instruments Directive II"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-3f9ca71b74344417d1f072ba7f3e2f09a223b036","eu-tr-72390466359-39"]}} -{"id":"ec-meeting-2015-06-02-bc7a4b2030ef744c042d9d78cb0a58f9baebd1e3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-02 - Cabinet of Vice-President Neven Mimica x Conservation International Europe"],"date":["2015-06-02"],"summary":["Climate change conference, biodiversity, deforestation"],"notes":["Portfolio: International Cooperation & Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-mimica-neven-of-president-vice"],"involved":["ec-person-ba51cfc2cb570b2ba23d99869e21cd43fe8cadad","ec-person-d455992f8f48b86e26e61f5284a9ef8e18aed182","eu-tr-70299514465-38"]}} -{"id":"ec-meeting-2015-06-02-cdef184603fa9d905091fa508e8e849103a7cd77","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-02 - Cabinet of Commissioner Tibor Navracsics x EUROPEAN TRADE UNION CONFEDERATION"],"date":["2015-06-02"],"summary":["Europe 2020 and Social Dialogue"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-dc2e0fed0fdf39a6a3f3ad63355c5215599de9d1","eu-tr-06698681039-26"]}} -{"id":"ec-meeting-2015-06-02-d51930308de18ef3be56389a97a53e0a1882f412","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-02 - Cabinet of Commissioner Vytenis Andriukaitis x The Brewers of Europe"],"date":["2015-06-02"],"summary":["Consumer knowledge, ingredients listing and nutrition information"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-b9c3f19e7c5f216e3e508f931ddd6a9cb59376d1","eu-tr-81610896372-23"]}} -{"id":"ec-meeting-2015-06-02-d61ff6a48aab34f8ff94a5e116e3edc24b6de85a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-02 - Cabinet of Commissioner Christos Stylianides x Médecins Sans Frontières"],"date":["2015-06-02"],"summary":["Ebola"],"notes":["Portfolio: Humanitarian Aid & Crisis Management"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-christos-commissioner-of-stylianides"],"involved":["eu-tr-38497857515-11","ec-person-6f08c893ea685f6d5f50c2c6e373f294e3616698"]}} -{"id":"ec-meeting-2015-06-02-d77400d2a7c7375ab90343e6c1e1c113b3307457","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-02 - Cabinet of Commissioner Margrethe Vestager x European Community Shipowner's Associations"],"date":["2015-06-02"],"summary":["To discuss EU State aid policy in relation to maritime transportation"],"notes":["Portfolio: Competition"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-margrethe-of-vestager"],"involved":["ec-person-2e96673ec2acdfc668f6970535551f9afa1f8729","eu-tr-59004966537-01"]}} -{"id":"ec-meeting-2015-06-02-dcebb1bee2914789abdb99d51a94a33c1b5ca12e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-02 - Cabinet of Commissioner Violeta Bulc x IBM Corporation"],"date":["2015-06-02"],"summary":["Transport"],"notes":["Portfolio: Transport"],"location":["Portorož"],"address":["Portorož"],"addressEntity":["addr-0eed6964f1359fad403517623c52b72d6c4660eb"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-7721359944-96","ec-person-4d2b449b5047ea3fda435a2a1c1081e3babcdf76","ec-person-6a5ceb87383474e4b7f430af341029a155e255b0"]}} -{"id":"ec-meeting-2015-06-02-e6c832d4e4babc93b29caa7d6167c3415861e0d3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-02 - Cabinet of Commissioner Violeta Bulc x European Road Transport Research Advisory Council"],"date":["2015-06-02"],"summary":["Transport"],"notes":["Portfolio: Transport"],"location":["Portorož"],"address":["Portorož"],"addressEntity":["addr-0eed6964f1359fad403517623c52b72d6c4660eb"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-855647016671-07","ec-person-4d2b449b5047ea3fda435a2a1c1081e3babcdf76","ec-person-6a5ceb87383474e4b7f430af341029a155e255b0"]}} -{"id":"ec-meeting-2015-06-02-ec9d6124ccbbf23c94c74c92b4aa483d6df694af","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-02 - Cabinet of Commissioner Carlos Moedas x BASF SE"],"date":["2015-06-02"],"summary":["Meeting with BASF (Mr P. Leonard & Mr W. Weber)"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["eu-tr-7410939793-88","ec-person-fb56329c22510c66ab50a8bdba13230bdae32902"]}} -{"id":"ec-meeting-2015-06-03-0413d3137acd8592afcc0957b7066f8be9ce6ae2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-03 - Cabinet of Vice-President Andrus Ansip x Iliad"],"date":["2015-06-03"],"summary":["Telecom review, spectrum policy, roaming."],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-366999416622-37","ec-person-666bc159c7e65a3af9e63c1e97435c02f1496955"]}} -{"id":"ec-meeting-2015-06-03-06f0b2cac14d892d279fe8cc72fb493c2e3b2f24","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-03 - Cabinet of Commissioner Carlos Moedas x Europeana Foundation"],"date":["2015-06-03"],"summary":["Meeting with Ms Lovegrove & Ms Cousins"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["eu-tr-770007812381-96","ec-person-fb56329c22510c66ab50a8bdba13230bdae32902"]}} -{"id":"ec-meeting-2015-06-03-117b8233dd6a8711642dc3eea5a4a291ff052e8a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-03 - Cabinet of Vice-President Miguel Arias Cañete x BP p.l.c."],"date":["2015-06-03"],"summary":["Energy Union"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussles"],"address":["Brussles"],"addressEntity":["addr-e6ba3e89050fdfff2010d3fb9d2fbe42cd1cafd9"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-3394026642-58","ec-person-95f883d5d0d484088f26191a8fea8553d674dfbe"]}} -{"id":"ec-meeting-2015-06-03-22d62bded3255de664d027f8ac84dffa4ff6eced","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-03 - Günther Oettinger x Google"],"date":["2015-06-03"],"summary":["privacy; data protection"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-dg-de"],"involved":["eu-tr-03181945560-59","ec-person-5652698e8f7b4a189329e67fddbaff44dbe8658c"]}} -{"id":"ec-meeting-2015-06-03-2c4fa3f29feee02fe9b51d74a58f11ac8ba5facc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-03 - Günther Oettinger x DIGITALEUROPE"],"date":["2015-06-03"],"summary":["DSM"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-4cd59e13386e3b68ecb3611fcc579e0a0a3938a5","eu-tr-64270747023-20"]}} -{"id":"ec-meeting-2015-06-03-2f69d40ae21df9aaf70200e1c62aebba75c98f47","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-03 - Climate Action x BP p.l.c."],"date":["2015-06-03"],"summary":["Role of private business and carbon pricing in climate action"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-clima"],"involved":["eu-tr-3394026642-58","ec-person-44c2f44f96dda2012bcb4e9abc749f6cae86a4c0"]}} -{"id":"ec-meeting-2015-06-03-313bdb099a7671129c35ce30b1c4b28770acbded","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-03 - Cabinet of Vice-President Jyrki Katainen x Bpifrance"],"date":["2015-06-03"],"summary":["Investment initiative"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90","eu-tr-950921712127-74"]}} -{"id":"ec-meeting-2015-06-03-3b7b633f9c5694043b15c721ae9bc3b3064818eb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-03 - Cabinet of President Jean-Claude Juncker x Bundesverband Öffentlicher Banken Deutschlands eV"],"date":["2015-06-03"],"summary":["Capital Markets Union"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-0767788931-41","ec-person-c402e34a99fbee730ae22e3b1958e21c94dc6fcc"]}} -{"id":"ec-meeting-2015-06-03-3dc1ede437547d4f6d2817adb333998f55801376","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-03 - Cabinet of Vice-President Jyrki Katainen x T&L Sugars Limited"],"date":["2015-06-03"],"summary":["EU trade policy"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-7c9460f99c5872dbdc561f5752401c870d12e98b","eu-tr-50465929991-70"]}} -{"id":"ec-meeting-2015-06-03-4e3a6620a01027d1305a308f1a5212691f4e35a5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-03 - Cabinet of Commissioner Tibor Navracsics x Federation of the European Sporting Goods Industry"],"date":["2015-06-03"],"summary":["Presentation of FESI, sport's economic role, European Week of Sport"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-dc2e0fed0fdf39a6a3f3ad63355c5215599de9d1","eu-tr-616677713667-62"]}} -{"id":"ec-meeting-2015-06-03-51296cd4e68a1000ab840736e81edb25c0f3fdbd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-03 - Cabinet of Vice-President Jyrki Katainen x Confederation of British Industry"],"date":["2015-06-03"],"summary":["Capital markets union"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-73725676990-18","ec-person-88d71b399a3e13a243bdc4676e481835e8e5b2f2"]}} -{"id":"ec-meeting-2015-06-03-5132b19e52a7d79a308e489468d9c9d9fa531756","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-03 - Cabinet of First Vice-President Frans Timmermans x Confederazione Generale dell'Industria Italiana"],"date":["2015-06-03"],"summary":["Better Regulation"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Confindustria"],"address":["Confindustria"],"addressEntity":["addr-ee93c1b4a4cd8aca76158d1d4b256fd51e3058d7"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["ec-person-0eaac943e895c47df1465dda6c94e671c5081e0a","eu-tr-27762251795-15"]}} -{"id":"ec-meeting-2015-06-03-5830d9ebd83aa90765cd47c453eab5723f5ccdb3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-03 - Cabinet of Commissioner Margrethe Vestager x Center for Politiske Studier"],"date":["2015-06-03"],"summary":["Introduction to CEPOS"],"notes":["Portfolio: Competition"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-margrethe-of-vestager"],"involved":["ec-person-0700cb0f43a2d20f4938902c4a086aca632d71fb","eu-tr-406272918428-90"]}} -{"id":"ec-meeting-2015-06-03-5879f9173050eafe4b5cda155b8d48b1a89862b8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-03 - Cabinet of Vice-President Maroš Šefčovič x Renewables Grid Initiative e.V."],"date":["2015-06-03"],"summary":["Energy Union; energy infrastructure; public acceptance"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-2be517b9261a91f2f07e05ec14c6331980e9716e","eu-tr-793038613858-32"]}} -{"id":"ec-meeting-2015-06-03-638c2658bc1fede1dce7d63c2e3d2104957cfb99","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-03 - Cabinet of Vice-President Neven Mimica x AVSI Foundation"],"date":["2015-06-03"],"summary":["Presentation of civil society position on the main development themes"],"notes":["Portfolio: International Cooperation & Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-mimica-neven-of-president-vice"],"involved":["eu-tr-37924887335-21","ec-person-886e1b865045c3ed98e99075006d09cea708acce"]}} -{"id":"ec-meeting-2015-06-03-6d7af84a2de8cae52092f10008766cb5b310a94a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-03 - Cabinet of Commissioner Elżbieta Bieńkowska x DIE FAMILIENUNTERNEHMER"],"date":["2015-06-03"],"summary":["Introductory meeting"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-086648916736-69","ec-person-b2f9be51339f054477846797e2c119fcf16548fc"]}} -{"id":"ec-meeting-2015-06-03-7ab0a6cdce7a1199f0650deb4e8a50e9b70ac711","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-03 - Cabinet of Commissioner Violeta Bulc x Transport and Environment (European Federation for Transport and Environment)"],"date":["2015-06-03"],"summary":["Meeting with T&E"],"notes":["Portfolio: Transport"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-e14c58f620f40325d829df7be0823280307bc15f","eu-tr-58744833263-19"]}} -{"id":"ec-meeting-2015-06-03-86da3d163f81a453d452f8156f5157f4d44d187c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-03 - Cabinet of Vice-President Karmenu Vella x AMC Strategy"],"date":["2015-06-03"],"summary":["Bloomberg policy briefings"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["ec-person-0188cdcf7c0a8fcf8a7b49289575f4c70fd09534","eu-tr-114802815648-64"]}} -{"id":"ec-meeting-2015-06-03-88ceb5e360ffbea23bb1fd431cda6c79ef7d7ead","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-03 - Financial Stability, Financial Services and Capital Markets Union x The Danish Chamber of Commerce"],"date":["2015-06-03"],"summary":["Impact for SME's by the Capital Markets Union"],"location":["Copenhagen"],"address":["Copenhagen"],"addressEntity":["addr-3f7c839db34cfeebcefe96d90a0e37e02c8e52c6"],"organizer":["ec-dg-fisma"],"involved":["ec-person-6be7848f21e63e093fdf3693cc8c3e2b6d29f776","eu-tr-0330934426-12"]}} -{"id":"ec-meeting-2015-06-03-8994fa0e14ea0f6574d357597984b7200c9ee539","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-03 - Cabinet of Vice-President Andrus Ansip x Sky Group"],"date":["2015-06-03"],"summary":["Media services, copyright, broadcasting"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-62536168216-12","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45","ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0"]}} -{"id":"ec-meeting-2015-06-03-8c589f3d5b380967c53015c7bcc4d64ad3aa3d88","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-03 - Communications Networks, Content and Technology x MERIAL Toy Industries of Europe spiritsEUROPE GIGAEurope aisbl Association des Constructeurs Européens d'Automobiles Oracle Jaguar Land Rover Limited FoodDrinkEurope Cargill Novartis International AG CEMA - European Agricultural Machinery Industry Association European Academy of Dermatology and Venereology RELX CEMBUREAU - The European Cement Association Acumen Public Affairs American Chamber of Commerce to the European Union The Walt Disney Company Benelux BVBA SANOFI European Centre for Public Affairs RTL Group Syngenta Crop Protection AG European Chemical Industry Council Dow Europe GmbH"],"date":["2015-06-03"],"summary":["New College and Better Regulation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-93987316076-63","eu-tr-5265780509-97","eu-tr-338398611148-62","eu-tr-75818824519-45","ec-person-3d379ff88d704acbd3444fdd59765df1225d4f9b","eu-tr-25955391451-88","eu-tr-805497917270-42","eu-tr-91269481588-28","eu-tr-61291462764-77","eu-tr-08618215943-22","eu-tr-497945417142-72","eu-tr-01063261836-24","eu-tr-64926487056-58","eu-tr-0649790813-47","eu-tr-489575310490-58","eu-tr-59267165790-45","eu-tr-016371114093-01","eu-tr-38235121060-73","eu-tr-85679286747-21","eu-tr-750705410501-01","eu-tr-42178977290-80","eu-tr-16822412339-79","eu-tr-64879142323-90","eu-tr-256463315409-35"]}} -{"id":"ec-meeting-2015-06-03-948e4c032220facfedb59340acead4bd3a71a0de","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-03 - Cabinet of Commissioner Corina Crețu x ΙΔΡΥΜΑ ΩΝΑΣΗ"],"date":["2015-06-03"],"summary":["Introductory meeting, presentation of the organisation"],"notes":["Portfolio: Regional Policy"],"location":["Berlaymont, Brussels, Belgium"],"address":["Berlaymont, Brussels, Belgium"],"addressEntity":["addr-0b7010ac7abf438645eacd50af3009b1252cd7a6"],"organizer":["ec-cabinet-commissioner-corina-cretu-of"],"involved":["eu-tr-225050017638-39","ec-person-b6d8ffa1f6c665ea8de36b048d1320f9fe4a52fa"]}} -{"id":"ec-meeting-2015-06-03-989d2a348d85884a5d8e5df41e17e877b3bd3ed8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-03 - Cabinet of President Jean-Claude Juncker x Iliad"],"date":["2015-06-03"],"summary":["Digital Single Market"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-44a061693f35519551be0e3dab996e76ad3f8c7c","eu-tr-366999416622-37"]}} -{"id":"ec-meeting-2015-06-03-98a494782f92b5d762ea6a0b4e93f5bc63b1da6d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-03 - Günther Oettinger x Cellnex Telecom S.A."],"date":["2015-06-03"],"summary":["Broadcast Spectrum Policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-412366615831-33","ec-person-c6cae64cc7dc787b66a47ab1613d3e922875b971"]}} -{"id":"ec-meeting-2015-06-03-9ca0a942fdbdb0044d953a6462d8f2a3fd9c4c96","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-03 - Cabinet of Commissioner Tibor Navracsics x Association of European Public Postal Operators"],"date":["2015-06-03"],"summary":["Digital Single Market"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-cb6aa96c497dead35eb0f2ed0339e5423d506549","eu-tr-092682012915-24"]}} -{"id":"ec-meeting-2015-06-03-a00120e179f16cd039855fc52d42b5097085c4aa","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-03 - Cabinet of Commissioner Tibor Navracsics x European Chess Union"],"date":["2015-06-03"],"summary":["‘Chess in School’ in the educational systems of the European Union"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-49f31dad10f5641cb1d1e4c3107dd838389e8120","eu-tr-771087217632-01"]}} -{"id":"ec-meeting-2015-06-03-a11a8e33178499a1020d215d33ff589e79023f12","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-03 - Cabinet of Commissioner Pierre Moscovici x Société Générale"],"date":["2015-06-03"],"summary":["Financial Transaction Tax (FTT)"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["eu-tr-34369111614-57","ec-person-738f7f25002d191bd2df8936e8f8d1d726c19e2e"]}} -{"id":"ec-meeting-2015-06-03-ad4b89b335d045c964453bc514728b02ca84c690","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-03 - Cabinet of President Jean-Claude Juncker x Svensk Försäkring"],"date":["2015-06-03"],"summary":["Priorités économiques de la Commission"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-605694814687-87","ec-person-c402e34a99fbee730ae22e3b1958e21c94dc6fcc"]}} -{"id":"ec-meeting-2015-06-03-b36af4c3ade00d77ec2dfec4116723575f6c214f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-03 - Cabinet of Vice-President Neven Mimica x Bill & Melinda Gates Foundation"],"date":["2015-06-03"],"summary":["National Information Platforms for Nutrition"],"notes":["Portfolio: International Cooperation & Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-mimica-neven-of-president-vice"],"involved":["ec-person-5f446e21c2ca97624d9781d53ce7312477e72d6e","ec-person-e06df06453c45a7a836ac84cbc479b8e48f16ea8","ec-person-fb34eddb2ee7d6b0c0bfdb52a4456e71ca8dd53c","eu-tr-371567915480-41"]}} -{"id":"ec-meeting-2015-06-03-b4f0ab6675ae9348222df9ed6357d24b49a5570e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-03 - Cabinet of Commissioner Vytenis Andriukaitis x Weber Shandwick"],"date":["2015-06-03"],"summary":["EU action on rare diseases, including ERNS and and possibilities under the Cross-border Helthcare Directive."],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["eu-tr-52836621780-65","ec-person-97425c615743576adc42e09bee7dac14f83f691b"]}} -{"id":"ec-meeting-2015-06-03-b52f05c67379bc7bb2e9f898f8d6cc80a8989cdb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-03 - Financial Stability, Financial Services and Capital Markets Union x Finance Denmark"],"date":["2015-06-03"],"summary":["Capital IV Directive, Denmark's possible joining the Banking Union, Capital Markets Union"],"location":["Copenhagen"],"address":["Copenhagen"],"addressEntity":["addr-3f7c839db34cfeebcefe96d90a0e37e02c8e52c6"],"organizer":["ec-dg-fisma"],"involved":["ec-person-6be7848f21e63e093fdf3693cc8c3e2b6d29f776","eu-tr-20705158207-35"]}} -{"id":"ec-meeting-2015-06-03-be5c189af69e1f44c005c75655fb29fdac3ca8fd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-03 - Cabinet of Commissioner Carlos Moedas x Google"],"date":["2015-06-03"],"summary":["Meeting with Messrs Holzle, Lundblad & Socuvka"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["eu-tr-03181945560-59","ec-person-fb56329c22510c66ab50a8bdba13230bdae32902"]}} -{"id":"ec-meeting-2015-06-03-bf5baee8842add85c473e33d0f0640d0a2b828a0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-03 - Günther Oettinger x HOTREC, Hotels, Restaurants & Cafés in Europe"],"date":["2015-06-03"],"summary":["Benchmarks of Fair Practices in Online Distribution"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-dg-de"],"involved":["ec-person-49723482bb23d029cbfc010cb37eec7392a0ae02","eu-tr-7955861942-03"]}} -{"id":"ec-meeting-2015-06-03-c12548208146cce5e119e281f4257ad417ce8bab","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-03 - Cabinet of Vice-President Cecilia Malmström x European Chemical Industry Council"],"date":["2015-06-03"],"summary":["Energy, Chemicals"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-cb8ca9ec2413722fa83484ed18dd76ace52d0118","eu-tr-64879142323-90"]}} -{"id":"ec-meeting-2015-06-03-c3c8993edf24aeab979e69c963cbe4fb2c18f358","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-03 - Energy x Shell Companies"],"date":["2015-06-03"],"summary":["Energy Union"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-05032108616-26","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2015-06-03-c3f34ca8b92b4b7bff365038dc68665789bece8a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-03 - Cabinet of President Jean-Claude Juncker x RELX"],"date":["2015-06-03"],"summary":["Digital Single Market"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-338398611148-62","ec-person-44a061693f35519551be0e3dab996e76ad3f8c7c"]}} -{"id":"ec-meeting-2015-06-03-ced19b4188a7c94e8fb75cc5af755a1868c07ad0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-03 - Financial Stability, Financial Services and Capital Markets Union x Realkreditraadet (Association of Danish Mortgage Banks)"],"date":["2015-06-03"],"summary":["Capital IV Directive, Mortgage/Covered Bonds, Denmark and the Banking Union"],"location":["Copenhagen"],"address":["Copenhagen"],"addressEntity":["addr-3f7c839db34cfeebcefe96d90a0e37e02c8e52c6"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-27545731905-17","ec-person-6be7848f21e63e093fdf3693cc8c3e2b6d29f776"]}} -{"id":"ec-meeting-2015-06-03-d20090d9347a6ea480ba57644e0db9acd0e8fb13","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-03 - Cabinet of First Vice-President Frans Timmermans x Human Rights Watch"],"date":["2015-06-03"],"summary":["Fundamental rights situation in Hungary"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Berlaymont, Brussels"],"address":["Berlaymont, Brussels"],"addressEntity":["addr-fc86ff6aaa2cd722afeb09a33ccd03fec72f8cd1"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["ec-person-ee0e358952eb5192d26c98d36095038f6b8223f2","eu-tr-56362448807-46"]}} -{"id":"ec-meeting-2015-06-03-d32f8df011284bad8beccd90206c82b1bab479f1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-03 - Cabinet of Vice-President Maroš Šefčovič x Verband Deutscher Maschinen- und Anlagenbau e.V."],"date":["2015-06-03"],"summary":["Energy Union; energy efficiency; investment"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-2be517b9261a91f2f07e05ec14c6331980e9716e","eu-tr-9765362691-45"]}} -{"id":"ec-meeting-2015-06-03-d9709202bdac919c05bc8ed9d54ca70e5eb1f03c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-03 - Cabinet of Commissioner Carlos Moedas x BRAINS FOR BRAIN FOUNDATION"],"date":["2015-06-03"],"summary":["Meeting with Brains for Brain Foundation (M. Scarpa, D. Begley, D. Negro)"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-fb56329c22510c66ab50a8bdba13230bdae32902","eu-tr-086309011958-37"]}} -{"id":"ec-meeting-2015-06-03-da64dc20a1f64c5987893757875b5b7e05c657da","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-03 - Cabinet of Vice-President Andrus Ansip x BUSINESSEUROPE"],"date":["2015-06-03"],"summary":["DSM Strategy, Platforms, Data initiative"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-3978240953-79","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45"]}} -{"id":"ec-meeting-2015-06-03-dd4d07f0d9644bc6edb6038ef80bda94d01b6dd4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-03 - Günther Oettinger x Sky Group"],"date":["2015-06-03"],"summary":["DSM"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0","eu-tr-62536168216-12"]}} -{"id":"ec-meeting-2015-06-03-df5670a0ad65d97785fb82c23d1a224367356e2e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-03 - Cabinet of Vice-President Cecilia Malmström x The European Azerbaijan Society - Brussels and Benelux office"],"date":["2015-06-03"],"summary":["About an invitation to a business event in October"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-163313114609-84","ec-person-20ded9db5df11164331bb161fdf234b1e5ad53fd","ec-person-591ec829ca734bcfe59a2c9c7f07f9dff22a0ea9"]}} -{"id":"ec-meeting-2015-06-03-e0ef9e287b083c6d68b56034483cf2cc34e5b10f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-03 - Cabinet of Commissioner Tibor Navracsics x Sky Group"],"date":["2015-06-03"],"summary":["Digital sector"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-cb6aa96c497dead35eb0f2ed0339e5423d506549","ec-person-dc2e0fed0fdf39a6a3f3ad63355c5215599de9d1","eu-tr-62536168216-12"]}} -{"id":"ec-meeting-2015-06-03-ea8ec5e54c8312d77b8343c44b1e3ca7cf17f112","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-03 - Cabinet of Vice-President Andrus Ansip x BOUYGUES EUROPE"],"date":["2015-06-03"],"summary":["Copyright, territoriality"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-e91c5be432b6b3efdda369792fed67c20b767a45","eu-tr-91216972728-77"]}} -{"id":"ec-meeting-2015-06-03-f330f606fefd98f29e6c02db9662365c8c5a0b06","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2015-06-03 - Cabinet of Commissioner Vytenis Andriukaitis x None"],"date":["2015-06-03"],"summary":["Meeting with Group of Young Gasteiners","Mental Health and Wellbeing, Action in Ireland and EU supportive action."],"notes":["Portfolio: Health & Food Safety"],"location":["European Parliament - Brussels","Brussels"],"address":["European Parliament - Brussels","Brussels"],"addressEntity":["addr-49e688044cb1915553af2bdb8a5e91c0d3fee97f","addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-97425c615743576adc42e09bee7dac14f83f691b"]}} -{"id":"ec-meeting-2015-06-03-f74d93d5416f5ed0935fad36d7c9a57aa0ba0eea","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-03 - Cabinet of Commissioner Jonathan Hill x Pensioenfederatie (Federation of the Dutch Pension Funds)"],"date":["2015-06-03"],"summary":["Capital Markets Union + Financial Services Policy"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Amsterdam, The Netherlands"],"address":["Amsterdam, The Netherlands"],"addressEntity":["addr-28892961cbca7e6ab0865a5c8cbe9b90c59edac1"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["ec-person-f247edfcff54d4f26fc10769f809c92bc72d6797","eu-tr-84476202986-17"]}} -{"id":"ec-meeting-2015-06-03-fe60079905813284e70d49d14dabd977a79d6a60","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-03 - Cabinet of Commissioner Christos Stylianides x The Kvinna till Kvinna Foundation"],"date":["2015-06-03"],"summary":["Syrian women"],"notes":["Portfolio: Humanitarian Aid & Crisis Management"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-christos-commissioner-of-stylianides"],"involved":["ec-person-cdd689bd079714522dad472ea4446b0fcc660d8f","eu-tr-601682417261-34"]}} -{"id":"ec-meeting-2015-06-04-00071b2b0b24d9b04bf979b1d9846f11c32bd538","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-04 - Health and Food Safety x International Union for Conservation of Nature EU Representative Office"],"date":["2015-06-04"],"summary":["urban-health-protected areas"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-sante"],"involved":["eu-tr-03518238467-61","ec-person-e6c752b8c9246ee8246c3dde21cfd79f9c4d2d19"]}} -{"id":"ec-meeting-2015-06-04-001fc0e11c8fd8676ec6dd0798aa6d0b0620c5da","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-04 - Cabinet of Vice-President Jyrki Katainen x The Brewers of Europe"],"date":["2015-06-04"],"summary":["European Fund for Strategic Investment, Industrial Policy"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-f9208d930adc70c6c64e21701e48f85f6f18e949","eu-tr-81610896372-23"]}} -{"id":"ec-meeting-2015-06-04-0d31f9c5ae42b55ba62c6a29eb603dfefd94a830","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-04 - Cabinet of Commissioner Vytenis Andriukaitis x Royal Society for the Protection of Birds"],"date":["2015-06-04"],"summary":["Neonicotinoids"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-b9c3f19e7c5f216e3e508f931ddd6a9cb59376d1","eu-tr-21862631806-19"]}} -{"id":"ec-meeting-2015-06-04-0da2604cf9f40fdeb4f1cc5b32ca7dd8852c60a7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-04 - Cabinet of Vice-President Jyrki Katainen x Airbus"],"date":["2015-06-04"],"summary":["Transport policy"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-2732167674-76","ec-person-0310c3b87e155f5572493e91d12eebab9736a76b"]}} -{"id":"ec-meeting-2015-06-04-12fb680d2cc28bbc5a98df2b704e2ccfca84a512","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-04 - Cabinet of First Vice-President Frans Timmermans x VERBOND VAN BELGISCHE ONDERNEMINGEN / FEDERATION DES ENTREPRISES DE BELGIQUE"],"date":["2015-06-04"],"summary":["circular economy"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-47676761061-93","ec-person-7a0c440119cd5d547eceebb055c79b8bb41bf9a2"]}} -{"id":"ec-meeting-2015-06-04-1ca78d4842c9daab43ead5918bf0bebbb230da9b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-04 - Cabinet of Vice-President Valdis Dombrovskis x Morgan Stanley"],"date":["2015-06-04"],"summary":["Markets in Financial Instruments Directive II"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-29701922039-63","ec-person-3f9ca71b74344417d1f072ba7f3e2f09a223b036"]}} -{"id":"ec-meeting-2015-06-04-1e6105bd295ac8403da062e406ffa8c11fb5be1f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-04 - Cabinet of Commissioner Phil Hogan x Kellogg Company"],"date":["2015-06-04"],"summary":["Climate change and EU Agriculture, Kellogg farmer engagement programmes – building sustainable agriculture"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["BERL 08/318"],"address":["BERL 08/318"],"addressEntity":["addr-9e7a54bf1352143376eb5ec896985192229da490"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-89352824072-19","ec-person-7d3caa534e5cdda6d5b949bd4b2def39356e3bec"]}} -{"id":"ec-meeting-2015-06-04-1f0990ff4f7414873df461ed55559e56aad1e404","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-04 - Cabinet of Vice-President Valdis Dombrovskis x European Chemical Industry Council"],"date":["2015-06-04"],"summary":["General principles of chemical safety: 1) The Regulatory Framework; 2) A non-toxic environment; 3) The circular economy (Chemicals in products/waste)"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["European Commission, Brussels, Belgium"],"address":["European Commission, Brussels, Belgium"],"addressEntity":["addr-fa23ba76578f641c8aa38c39109cfc9a80b30bec"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-b2d41137decbf33bc8076a41bfe11b68d501a7a0","eu-tr-64879142323-90"]}} -{"id":"ec-meeting-2015-06-04-1f791f2f11ccf5c830de683a9fb83f99a99de708","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-04 - Cabinet of Vice-President Miguel Arias Cañete x Snam S.p.A."],"date":["2015-06-04"],"summary":["Presentation of the SNAM Company strategy"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-1831691c10441c5974327bbeb8693d6b6c1e50c3","eu-tr-284336314886-25","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd","ec-person-25a937c04cd0a0ddcf5cf34798e76b5105854114"]}} -{"id":"ec-meeting-2015-06-04-26874b83d3cb3e249fd3207035e1ac68049bcd3e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-04 - Cabinet of First Vice-President Frans Timmermans x Independent Retail Europe (formerly UGAL - Union of Groups of Independent Retailers of Europe)"],"date":["2015-06-04"],"summary":["Better Regulation"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Berlaymont, Brussels"],"address":["Berlaymont, Brussels"],"addressEntity":["addr-fc86ff6aaa2cd722afeb09a33ccd03fec72f8cd1"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["ec-person-4076aef8226bd451277bfd5135aa27d63b2ac548","eu-tr-034546859-02"]}} -{"id":"ec-meeting-2015-06-04-2d0a582fa6ec0535c5e77475ecb47935bf9e1693","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-04 - Cabinet of Vice-President Cecilia Malmström x Airbus"],"date":["2015-06-04"],"summary":["Aerospace industry"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-2732167674-76","ec-person-98880f3f4206145e196013db9dd806a551c11e06"]}} -{"id":"ec-meeting-2015-06-04-39ed34e8eaa24286008cdb6ed2c88b17b94c66e7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-04 - Cabinet of Vice-President Karmenu Vella x Global Ocean Commission"],"date":["2015-06-04"],"summary":["Ocean Governance, IUU, marine litter"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Cascais, Portugal"],"address":["Cascais, Portugal"],"addressEntity":["addr-6b15162c3ec7ce04eea9bb41a93e3743a534dac0"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["eu-tr-919220015824-70","ec-person-0e3efd8bc1c3ee9a80205d0bb78f316fa1621e5d"]}} -{"id":"ec-meeting-2015-06-04-3b07a29943cafbaa652938d6ac5359e0a63171de","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-04 - Cabinet of Commissioner Věra Jourová x Association Française des Entreprises Privées / French Association of Large Companies"],"date":["2015-06-04"],"summary":["Shareholder Rights Directive, Data Portection"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["eu-tr-953933297-85","ec-person-184e698af1eb9e33b179680570ca171d8cb31c94","ec-person-ff9ad301b778d595651cc4c46ec3a4cf1ef10376"]}} -{"id":"ec-meeting-2015-06-04-3c98a24a79445e80fccd24f4e7580afc65b4736b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-04 - Cabinet of Vice-President Miguel Arias Cañete x Polish Electricity Association"],"date":["2015-06-04"],"summary":["Retail markets and Smart Technologies"],"notes":["Portfolio: Climate Action & Energy"],"location":["BERL 8/165"],"address":["BERL 8/165"],"addressEntity":["addr-363bb64e46464f5554302356d8bdedc4934c8f73"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-1831691c10441c5974327bbeb8693d6b6c1e50c3","eu-tr-255859710443-50"]}} -{"id":"ec-meeting-2015-06-04-41cbbae1f0536362f272d52d3dee88a353ed38b3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-04 - Cabinet of Vice-President Maroš Šefčovič x Roundtable for Europe's Energy Future"],"date":["2015-06-04"],"summary":["Infrastructure, investment, possible future meeting with VP"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-2be517b9261a91f2f07e05ec14c6331980e9716e","eu-tr-101903316808-95"]}} -{"id":"ec-meeting-2015-06-04-5132b19e52a7d79a308e489468d9c9d9fa531756","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-04 - Cabinet of First Vice-President Frans Timmermans x Confederazione Generale dell'Industria Italiana"],"date":["2015-06-04"],"summary":["Better Regulation"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["ec-person-0eaac943e895c47df1465dda6c94e671c5081e0a","eu-tr-27762251795-15"]}} -{"id":"ec-meeting-2015-06-04-56619245e8aa2509b5112da7611a5e29234a31b8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-04 - Cabinet of Vice-President Jyrki Katainen x Royal Society for the Protection of Birds"],"date":["2015-06-04"],"summary":["Environmental policies"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-0310c3b87e155f5572493e91d12eebab9736a76b","eu-tr-21862631806-19"]}} -{"id":"ec-meeting-2015-06-04-5c252cf7374b34f501c26deb0c48aa50ab797f69","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-04 - Cabinet of Vice-President Andrus Ansip x RELX"],"date":["2015-06-04"],"summary":["DSM, Copyright reform, text and data mining"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-338398611148-62","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45"]}} -{"id":"ec-meeting-2015-06-04-682c73fde29d2911e123a5be7743b3b64678e6a6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-04 - Cabinet of Vice-President Miguel Arias Cañete x SPANISH GAS ASSOCIATION"],"date":["2015-06-04"],"summary":["Gas diversification in Europe"],"notes":["Portfolio: Climate Action & Energy"],"location":["Paris, France"],"address":["Paris, France"],"addressEntity":["addr-c70534aa18173b860a10a50a47b139c4a581cbf6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-172134011452-07","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd","ec-person-7e87a14bf64af274f1cfb85d6b64a405eea6217f"]}} -{"id":"ec-meeting-2015-06-04-6f266713e783ab9fa4dfd21b1173e602396e3f7b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-04 - Cabinet of Vice-President Miguel Arias Cañete x ENEL SpA Endesa"],"date":["2015-06-04"],"summary":["Meeting to exchange of views both on the so called “Summer package”"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-1831691c10441c5974327bbeb8693d6b6c1e50c3","eu-tr-47504237466-74","eu-tr-6256831207-27","ec-person-2229c857664a22dcb8eee79a8c05841fd3d0924f"]}} -{"id":"ec-meeting-2015-06-04-82c4fbb72f9fe42e3e6f5349c36b3fc33d97fea5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-04 - Cabinet of Commissioner Elżbieta Bieńkowska x EuroGeoSurveys - The Geological Surveys of Europe"],"date":["2015-06-04"],"summary":["Introductory meeting"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-01224764261-72","ec-person-d2997a7f359c91a337055c3e24dd36bf928de38d","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2015-06-04-8d5d259dcd56a7a73c33ed3097893d4775f61f4a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-04 - Cabinet of Vice-President Miguel Arias Cañete x Kellogg Company"],"date":["2015-06-04"],"summary":["Kellogg's sustainability activities in Agriculture and Production"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-89352824072-19","ec-person-260e00934471a02805fb143935d6e9205a7f355f"]}} -{"id":"ec-meeting-2015-06-04-a9c444d40ae392083303e050714a123018379ba6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-04 - Cabinet of Vice-President Miguel Arias Cañete x Stichting European Climate Foundation"],"date":["2015-06-04"],"summary":["Decarbonization"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-64869491516-70","ec-person-25a937c04cd0a0ddcf5cf34798e76b5105854114"]}} -{"id":"ec-meeting-2015-06-04-ae6d39966dedd26578d5169f967bb16a8df85249","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-04 - Cabinet of Vice-President Karmenu Vella x VERBOND VAN BELGISCHE ONDERNEMINGEN / FEDERATION DES ENTREPRISES DE BELGIQUE"],"date":["2015-06-04"],"summary":["Circular Economy"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["ec-person-4ff7c27445db4ad88e687776974fd8d077a1fe0c","eu-tr-47676761061-93"]}} -{"id":"ec-meeting-2015-06-04-affc601a112c681039b643249432c6ecf94bb935","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-04 - Cabinet of Vice-President Andrus Ansip x Bayerische Motoren Werke Aktiengesellschaft"],"date":["2015-06-04"],"summary":["startups, innovation, data"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-6a03bc4fa7657513ea34529e98dba0671ef4c849","eu-tr-7193977808-18"]}} -{"id":"ec-meeting-2015-06-04-b2caff9a3a2a77c30ebada9b89597197be724dbd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-04 - Cabinet of Vice-President Andrus Ansip x Europeana Foundation"],"date":["2015-06-04"],"summary":["Presentation of Europeana platform"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-770007812381-96","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45"]}} -{"id":"ec-meeting-2015-06-04-b4e99024e31aec38d36c13f42b08fc8f2aa5c869","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-04 - Cabinet of Vice-President Jyrki Katainen x European Biostimulants Industry Council"],"date":["2015-06-04"],"summary":["Circular Economy"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-034239613511-14","ec-person-0310c3b87e155f5572493e91d12eebab9736a76b"]}} -{"id":"ec-meeting-2015-06-04-c2a8092ad6c59da6e4e7bcffca8e3e759eb1f761","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-04 - Health and Food Safety x None"],"date":["2015-06-04"],"summary":["Meeting with Mr. Braulio F. de Souza Dias on Biodiversity"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-sante"],"involved":["ec-person-e6c752b8c9246ee8246c3dde21cfd79f9c4d2d19"]}} -{"id":"ec-meeting-2015-06-04-c6399b6783a63af7f8d40fe2031dc5fd62f1c46f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-04 - Cabinet of Vice-President Maroš Šefčovič x Verband der Automobilindustrie"],"date":["2015-06-04"],"summary":["Transport, Mobility in the Energy Union/Situation of car industry"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-95574664768-90","ec-person-2be517b9261a91f2f07e05ec14c6331980e9716e"]}} -{"id":"ec-meeting-2015-06-04-cf6d05c4da8eaeb6f9341d9d98b7cbed3887a052","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-04 - Cabinet of Vice-President Jyrki Katainen x Finnish Energy - Energiateollisuus ry"],"date":["2015-06-04"],"summary":["Investment plan"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-0310c3b87e155f5572493e91d12eebab9736a76b","eu-tr-68861821910-84"]}} -{"id":"ec-meeting-2015-06-04-d4d8fca5931e7c3f137a72618d0f0739329af5b6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-04 - Cabinet of President Jean-Claude Juncker x Google"],"date":["2015-06-04"],"summary":["Digital Single Market"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-44a061693f35519551be0e3dab996e76ad3f8c7c","eu-tr-03181945560-59"]}} -{"id":"ec-meeting-2015-06-04-f38914a0ee8ab85cdf1ca3006bcf02f0adbf5916","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-04 - Cabinet of Commissioner Pierre Moscovici x Apple Inc."],"date":["2015-06-04"],"summary":["Current taxation issues"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["ec-person-3cbeba61ae952f06fe4916c381438ebbc676a597","eu-tr-588327811384-96","ec-person-738f7f25002d191bd2df8936e8f8d1d726c19e2e"]}} -{"id":"ec-meeting-2015-06-04-f4849cf25b1ddbfa5d18fb4ffbef6b4eeb9a8082","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-04 - Migration and Home Affairs x International Organization for Migration"],"date":["2015-06-04"],"summary":["Migration Matters of Common Interest and Overview of Relations with IOM"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-home"],"involved":["ec-person-ae1262e8850ed1e9a0530b0ad7440ac648255896","eu-tr-14074813668-09"]}} -{"id":"ec-meeting-2015-06-04-f766e9fc176b42a796fb860fd339a6c0a86c8b78","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-04 - Cabinet of Vice-President Jyrki Katainen x Miltton Brussels"],"date":["2015-06-04"],"summary":["Industrial Policy"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90","ec-person-0da85dc48012e26688310a59a0b51727ea68f410","eu-tr-970334114615-60"]}} -{"id":"ec-meeting-2015-06-05-06f7a5f136f040479e78058ee7a4fe21efcbc030","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-05 - Justice and Consumers x European Network Against Racism"],"date":["2015-06-05"],"summary":["Directorate D funding program"],"location":["Bruxelles"],"address":["Bruxelles"],"addressEntity":["addr-b58f5927b66d94a676970dc048485d4c6848f272"],"organizer":["ec-dg-just"],"involved":["eu-tr-09854512780-89","ec-person-26f8747866bd0d81cebb7a339c1ac11294d9676e"]}} -{"id":"ec-meeting-2015-06-05-161dffd223fb5fd8f052f8d8c7b618280f7b325b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-05 - Cabinet of Vice-President Andrus Ansip x Bureau Européen des Unions de Consommateurs"],"date":["2015-06-05"],"summary":["DSM, Copyright reform"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-9505781573-45","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45"]}} -{"id":"ec-meeting-2015-06-05-1968a060bd58b2785679c0c618dab6ce5e020bbf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-05 - Günther Oettinger x European Telecommunications Network Operators' Association"],"date":["2015-06-05"],"summary":["TSM"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-c6cae64cc7dc787b66a47ab1613d3e922875b971","eu-tr-08957111909-85"]}} -{"id":"ec-meeting-2015-06-05-3084f00c9936aa6339784351d22dc5dbbf1b1123","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2015-06-05 - Cabinet of Vice-President Miguel Arias Cañete x Banco Santander, S.A."],"date":["2015-06-05"],"summary":["Juncker Plan","The Jucker Plan"],"notes":["Portfolio: Climate Action & Energy"],"location":["Madrid","Madrid, Spain"],"address":["Madrid","Madrid, Spain"],"addressEntity":["addr-f2c4f2ef1ea88618aa1533f69b0d18fc1125a9d2","addr-7a2191964a3d7521269f0068afae6b6116bac15d"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-799142914971-03","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd","ec-person-2229c857664a22dcb8eee79a8c05841fd3d0924f"]}} -{"id":"ec-meeting-2015-06-05-572925bfc1b6b7be20e932e1935c8d37a9ae23ed","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-05 - Informatics x Proximus"],"date":["2015-06-05"],"summary":["Strategic Review Meeting"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-digit"],"involved":["eu-tr-935803015129-67","ec-person-0098ceaf3507dfdf0d7f020be9785ac3453b4913"]}} -{"id":"ec-meeting-2015-06-05-67488fd50fdacf7ff6eba29fa4f9257086e1a754","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-05 - Cabinet of Commissioner Marianne Thyssen x European Metal Union"],"date":["2015-06-05"],"summary":["Training and skills issues in the metal sector"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["ec-person-bdb607d5d994a4056dd700f8f52d9af25b406b36","eu-tr-457596413786-53"]}} -{"id":"ec-meeting-2015-06-05-760eaa6f64ed91f861cbf754b1ad81ac50f5604a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-05 - Cabinet of Commissioner Věra Jourová x AGE Platform Europe"],"date":["2015-06-05"],"summary":["EC Work Programme"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-5455ecfabb89025694c798deac08160a2be17d94","eu-tr-16549972091-86"]}} -{"id":"ec-meeting-2015-06-05-7f78949d00c3f2ced2ba99a0095a787887282ba1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-05 - Cabinet of President Jean-Claude Juncker x European Construction Industry Federation"],"date":["2015-06-05"],"summary":["Speech: Overview of the Commission's Political Priorities"],"notes":["Portfolio: President"],"location":["Hotel Radisson Blue, Brussels"],"address":["Hotel Radisson Blue, Brussels"],"addressEntity":["addr-849c980693c05dcc9cb06691c1727d64ef6d4e87"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-29c106b0461ffd79e95f0119bdd363fd3c7c3ab3","eu-tr-92221016212-42"]}} -{"id":"ec-meeting-2015-06-05-8276fb8ba8ecd887c9b97b74ff42088d911a45f0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-05 - Communications Networks, Content and Technology x FromOverHere Ltd"],"date":["2015-06-05"],"summary":["Foresight and DSM"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["ec-person-3d379ff88d704acbd3444fdd59765df1225d4f9b","eu-tr-103264717371-88"]}} -{"id":"ec-meeting-2015-06-05-8e5d520180601cb7250f4950aeae3797dbb67b33","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-05 - Climate Action x ExxonMobil Petroleum & Chemical"],"date":["2015-06-05"],"summary":["ETS / 2030"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-clima"],"involved":["ec-person-44c2f44f96dda2012bcb4e9abc749f6cae86a4c0","eu-tr-0745650927-75"]}} -{"id":"ec-meeting-2015-06-05-9656958f1812dc226606f6fea4df23e6a30b6669","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-05 - Cabinet of Vice-President Jyrki Katainen x Unilever"],"date":["2015-06-05"],"summary":["Single market"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-7c9460f99c5872dbdc561f5752401c870d12e98b","ec-person-0da85dc48012e26688310a59a0b51727ea68f410","eu-tr-6200524920-25"]}} -{"id":"ec-meeting-2015-06-05-991c1cc002e41c05b87da493e23ae9a80b455a72","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-05 - Cabinet of Vice-President Jyrki Katainen x Caterpillar Distribution Services Europe bv"],"date":["2015-06-05"],"summary":["Investment Iniative"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-03717581957-02","ec-person-3775b7be791f90ed462b9071c9ae596b80d71bca"]}} -{"id":"ec-meeting-2015-06-05-beac9fd1fdcebb9abe8b4a147d923cd42691c71e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-05 - Cabinet of Vice-President Valdis Dombrovskis x Gesamtverband der Deutschen Versicherungswirtschaft e.V."],"date":["2015-06-05"],"summary":["Systemic risk issues related to insurance - Implementation of Solvency II and interaction with Capital Markets Union"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["European Commission- Brussels - Berlaymont"],"address":["European Commission- Brussels - Berlaymont"],"addressEntity":["addr-d7aca82cf5335ecf8746b824c5cabb7e5bc6d7cb"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-48f31156d932641826e09f5b73f074d35ff05786","eu-tr-6437280268-55"]}} -{"id":"ec-meeting-2015-06-05-c88e4e0b55f4b12615ff27d50a56b08e7e3912a1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-05 - Cabinet of Vice-President Jyrki Katainen x Gesamtverband der Deutschen Versicherungswirtschaft e.V."],"date":["2015-06-05"],"summary":["Insurance sector issues"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-6437280268-55","ec-person-88d71b399a3e13a243bdc4676e481835e8e5b2f2"]}} -{"id":"ec-meeting-2015-06-05-daf1db8d993ea98a630968457385cdf7e5cc28ae","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-05 - Cabinet of Commissioner Phil Hogan x European Biostimulants Industry Council"],"date":["2015-06-05"],"summary":["Discussion on Fertiliser Regulation"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-034239613511-14","ec-person-d0aad15bfcd899ec988329ba27d6e661ca34456b"]}} -{"id":"ec-meeting-2015-06-05-e575b6860e65000398993897952a3ab65014964a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-05 - Cabinet of Vice-President Cecilia Malmström x Cerame-Unie"],"date":["2015-06-05"],"summary":["China policy"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-20ded9db5df11164331bb161fdf234b1e5ad53fd","eu-tr-79465004946-12","ec-person-591ec829ca734bcfe59a2c9c7f07f9dff22a0ea9"]}} -{"id":"ec-meeting-2015-06-05-e77fa8b3e530b7444bbd4b9d124881c0da491be6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-05 - Cabinet of Commissioner Phil Hogan x European Biostimulants Industry Council European Biostimulants Industry Council"],"date":["2015-06-05"],"summary":["The EU's regulatory approach to biostimulants"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-034239613511-14","ec-person-a985b9a03cb4f9af4f2f97583d8f92fb71579572"]}} -{"id":"ec-meeting-2015-06-05-f22e3a3ac7ced3df68035820905a006e53428f25","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-05 - Cabinet of Vice-President Karmenu Vella x Royal Society for the Protection of Birds"],"date":["2015-06-05"],"summary":["Birds and Habitats Directives"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["ec-person-0188cdcf7c0a8fcf8a7b49289575f4c70fd09534","eu-tr-21862631806-19"]}} -{"id":"ec-meeting-2015-06-05-f330f606fefd98f29e6c02db9662365c8c5a0b06","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-05 - Cabinet of Commissioner Vytenis Andriukaitis x None"],"date":["2015-06-05"],"summary":["Efforts to fight HIV and TB in Eastern Europe and Central Asia"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-97425c615743576adc42e09bee7dac14f83f691b"]}} -{"id":"ec-meeting-2015-06-08-00df5af106982fc1f68fef9e53564911ec7f8676","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-08 - Günther Oettinger x France Digitale"],"date":["2015-06-08"],"summary":["DSM"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-d8b86b98a24683917c569000ed6d8c45bedbbc00","eu-tr-479234015862-06"]}} -{"id":"ec-meeting-2015-06-08-06dd5bb7b51952add59b6d592ff4c1af96ff5a34","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-08 - Communications Networks, Content and Technology x None"],"date":["2015-06-08"],"summary":["DSM/MEDIA"],"location":["Epsoo, Finland"],"address":["Epsoo, Finland"],"addressEntity":["addr-2f1e3c37d6abaf3525f110889541ff71a0acb161"],"organizer":["ec-dg-connect"],"involved":["ec-person-3d379ff88d704acbd3444fdd59765df1225d4f9b"]}} -{"id":"ec-meeting-2015-06-08-31c55217d54c9810b504fe99b49d5efe4673fb13","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-08 - Günther Oettinger x Stiftung Ordnungspolitik - Centrum für Europäische Politik"],"date":["2015-06-08"],"summary":["DSM"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-488753210783-18","ec-person-4cd59e13386e3b68ecb3611fcc579e0a0a3938a5"]}} -{"id":"ec-meeting-2015-06-08-556d73928a0f86f9e829cc34307efcf7d404db08","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-08 - Günther Oettinger x Verbraucherzentrale Bundesverband"],"date":["2015-06-08"],"summary":["copyright"],"location":["Berlin"],"address":["Berlin"],"addressEntity":["addr-062b06ba8e755765c6b049809b7430fd54fe5b21"],"organizer":["ec-dg-de"],"involved":["ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0","eu-tr-2893800753-48"]}} -{"id":"ec-meeting-2015-06-08-59a6442d5620b73d62a6decdb3bbd166edd36705","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-08 - Cabinet of Commissioner Jonathan Hill x Banco Popular Español"],"date":["2015-06-08"],"summary":["Capital Markets Union"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["eu-tr-554266514967-88","ec-person-f247edfcff54d4f26fc10769f809c92bc72d6797"]}} -{"id":"ec-meeting-2015-06-08-5c3ce9ecd836ec822ccae030f9d6d0d1f5a53b9a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-08 - Cabinet of Commissioner Elżbieta Bieńkowska x Polish Electricity Association"],"date":["2015-06-08"],"summary":["Polish Energy market"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-255859710443-50","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2015-06-08-6bdce438a415fd635c5f87cb7ebde1dc1d7b3d42","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-08 - Günther Oettinger x Nokia Alcatel-Lucent"],"date":["2015-06-08"],"summary":["DSM"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-35167875358-33","eu-tr-78432668420-81","ec-person-d8b86b98a24683917c569000ed6d8c45bedbbc00"]}} -{"id":"ec-meeting-2015-06-08-7775d9ae57133801bfc7d0bd83331745f10ea702","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-08 - Cabinet of Vice-President Valdis Dombrovskis x New City Initiative"],"date":["2015-06-08"],"summary":["Asset management"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-090466117449-87","ec-person-3f9ca71b74344417d1f072ba7f3e2f09a223b036"]}} -{"id":"ec-meeting-2015-06-08-79aba6c06dc05928c21435c3dcdc4256635993d2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-08 - Cabinet of Commissioner Tibor Navracsics x International Association for the Evaluation of Educational Achievement"],"date":["2015-06-08"],"summary":["Evaluation of education"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["eu-tr-557820217302-40","ec-person-1da7ee09d46288ee4ea9db2b644bdcf9c3d6d000"]}} -{"id":"ec-meeting-2015-06-08-a356cac9a3657cfc46066e353401315ad521b2a5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-08 - Cabinet of Commissioner Tibor Navracsics x Eucomed"],"date":["2015-06-08"],"summary":["Medical Devices"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["eu-tr-790452411572-51","ec-person-fc5c01a0bffedf0f4e205a759b40239535313d28"]}} -{"id":"ec-meeting-2015-06-08-af7d2d0fc4904824877cb9f670375bbc12958dc1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-08 - Cabinet of Commissioner Pierre Moscovici x General Electric Company"],"date":["2015-06-08"],"summary":["Point General Electric"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Bruxelles"],"address":["Bruxelles"],"addressEntity":["addr-b58f5927b66d94a676970dc048485d4c6848f272"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["ec-person-79931cfd2923c1aca9c7d284e9590732b0a36ed9","eu-tr-4016736872-59"]}} -{"id":"ec-meeting-2015-06-08-b4c6e14c38bb9c1bc60e99b6e128c7324954d37d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-08 - Cabinet of Vice-President Valdis Dombrovskis x Managed Funds Association"],"date":["2015-06-08"],"summary":["Markets in Financial Instruments Directive II"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-3f9ca71b74344417d1f072ba7f3e2f09a223b036","eu-tr-041415315167-65"]}} -{"id":"ec-meeting-2015-06-08-bf5c835fb9ab7e36b520f9e1add62b62048772d5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-08 - Cabinet of Commissioner Violeta Bulc x European Transport Safety Council"],"date":["2015-06-08"],"summary":["Preparation meeting: PIN Road Safety Conference"],"notes":["Portfolio: Transport"],"location":["Brussels, Belguim"],"address":["Brussels, Belguim"],"addressEntity":["addr-84b5e5f38d43901e13b15f0c7dd8b408c954fd9b"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-78891371297-34","ec-person-4d2b449b5047ea3fda435a2a1c1081e3babcdf76","ec-person-45d2f72e4220e858aa7de27f3205fe734c6d8ef3","ec-person-dd7851e4a1e747e824b4f81139e33bc3cdb73160"]}} -{"id":"ec-meeting-2015-06-08-c18aaca146375a0bae8541203d97a068983666ac","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-08 - Cabinet of Vice-President Jyrki Katainen x BUSINESSEUROPE"],"date":["2015-06-08"],"summary":["Prep. for BusinessEurope day event"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-7c9460f99c5872dbdc561f5752401c870d12e98b","eu-tr-3978240953-79"]}} -{"id":"ec-meeting-2015-06-08-d5a0df55a1a489d6e944a0bf53968f6ef4a31862","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-08 - Cabinet of Vice-President Miguel Arias Cañete x European Solar Thermal Electricity Association"],"date":["2015-06-08"],"summary":["Information meeting on the current situation of the Solar Thermal Electricity industry"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-260e00934471a02805fb143935d6e9205a7f355f","eu-tr-347776811076-78"]}} -{"id":"ec-meeting-2015-06-08-e3bf8f3addb2829645fc17b4b16586449638ae93","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-08 - Cabinet of Commissioner Marianne Thyssen x Stanley Black and Decker"],"date":["2015-06-08"],"summary":["Skills, Apprenticeships"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["ec-person-bdb607d5d994a4056dd700f8f52d9af25b406b36","eu-tr-683404317637-05"]}} -{"id":"ec-meeting-2015-06-08-ed1cd3c37457456f36006df903a1b842ba97549b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-08 - Inspire, Debate, Engage and Accelerate Action x BUSINESSEUROPE"],"date":["2015-06-08"],"summary":["Meeting with the Director General of Businesseurope"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-dg-idea"],"involved":["eu-tr-3978240953-79","ec-person-4fe56a64c00b3e81c851b5538878b32481bd7d3c"]}} -{"id":"ec-meeting-2015-06-09-00071b2b0b24d9b04bf979b1d9846f11c32bd538","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-09 - Health and Food Safety x International Union for Conservation of Nature EU Representative Office"],"date":["2015-06-09"],"summary":["IUCN - Wild Europe steering group mtg"],"location":["Bruxelles"],"address":["Bruxelles"],"addressEntity":["addr-b58f5927b66d94a676970dc048485d4c6848f272"],"organizer":["ec-dg-sante"],"involved":["eu-tr-03518238467-61","ec-person-e6c752b8c9246ee8246c3dde21cfd79f9c4d2d19"]}} -{"id":"ec-meeting-2015-06-09-02fa8b2add30b7034c86eab34c5dc13d0d2e30cb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-09 - Günther Oettinger x Microsoft Corporation"],"date":["2015-06-09"],"summary":["DSM"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-dg-de"],"involved":["eu-tr-0801162959-21","ec-person-49723482bb23d029cbfc010cb37eec7392a0ae02"]}} -{"id":"ec-meeting-2015-06-09-14cf5eee201a30eb276331abf8bada1787ee5c32","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-09 - Cabinet of Vice-President Cecilia Malmström x Borealis AG"],"date":["2015-06-09"],"summary":["Anti-dumping duties in the light of China´s protocol of accession to WTO"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-24298121313-54","ec-person-591ec829ca734bcfe59a2c9c7f07f9dff22a0ea9"]}} -{"id":"ec-meeting-2015-06-09-1c70ac52fdc33f0baabd05926d56cad22ed300e9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-09 - Mobility and Transport x UITP - International Association of Public Transport"],"date":["2015-06-09"],"summary":["Urban transport, Future of UITP"],"location":["Milan"],"address":["Milan"],"addressEntity":["addr-5380bcebfb8a22dd30d3999731c61981051f0632"],"organizer":["ec-dg-move"],"involved":["ec-person-d856b0f199c84d5b5003106bea2ee6d0392e2428","eu-tr-06869148182-50"]}} -{"id":"ec-meeting-2015-06-09-2d6061c151bdf38aeceafa591a3e55d7af83b6cd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-09 - Cabinet of Commissioner Violeta Bulc x Bell Helicopter"],"date":["2015-06-09"],"summary":["Policy developments in the civil aviation sector, transatlantic commercial relations and international regulatory cooperation between EASA and the FAA."],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-5012c5e45a52ee8ce67d19c1781a127af53e73e7","ec-person-9d4dc4867a44dfe10f67ae7ee1706da3e8b48a24","eu-tr-313362713000-43"]}} -{"id":"ec-meeting-2015-06-09-33b8c6feaba1ab0c5d6c9472a911aedcd588f811","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-09 - Cabinet of Vice-President Jyrki Katainen x Plastics Europe"],"date":["2015-06-09"],"summary":["Single Market"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-454264611835-56","ec-person-0da85dc48012e26688310a59a0b51727ea68f410"]}} -{"id":"ec-meeting-2015-06-09-351eec0ca1993a78d9139dcea67a373a5d3757cc","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2015-06-09 - Günther Oettinger x Equinor ASA Equinor ASA"],"date":["2015-06-09"],"summary":["Cybersecurity"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-4cd59e13386e3b68ecb3611fcc579e0a0a3938a5","ec-person-5652698e8f7b4a189329e67fddbaff44dbe8658c","eu-tr-4447605981-76"]}} -{"id":"ec-meeting-2015-06-09-3da692b1bd04efd077338b603f7e21a0761acea9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-09 - Cabinet of Vice-President Andrus Ansip x Microsoft Corporation"],"date":["2015-06-09"],"summary":["Copyright refrom, geo-blocking and platforms."],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-0801162959-21","ec-person-666bc159c7e65a3af9e63c1e97435c02f1496955"]}} -{"id":"ec-meeting-2015-06-09-3fa16bf09e539e30ef97298d5b2358732026c860","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-09 - European Neighbourhood and Enlargement Negotiations x Atlantic Council of the United States, Inc"],"date":["2015-06-09"],"summary":["Discussions on Neighbourhood and Enlargement policies"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-near"],"involved":["ec-person-1160ccf35947f06f1629cad85b9f162eb5575780","eu-tr-524686116124-73"]}} -{"id":"ec-meeting-2015-06-09-44b17e81074c3a545ef2339b567fbac246f18f56","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-09 - Cabinet of Commissioner Vytenis Andriukaitis x Centre de liaison des industries transformatrices de viande de l'UE"],"date":["2015-06-09"],"summary":["Country of origin labelling for meat as ingredient"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-b9c3f19e7c5f216e3e508f931ddd6a9cb59376d1","eu-tr-02978802379-31"]}} -{"id":"ec-meeting-2015-06-09-450eade57bf9cec04b69490365a9a86fa60eca1b","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2015-06-09 - Günther Oettinger x FairSearch"],"date":["2015-06-09"],"summary":["DSM"],"location":["BERL","Brussels"],"address":["BERL","Brussels"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b","addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-49723482bb23d029cbfc010cb37eec7392a0ae02","eu-tr-329146212053-87","ec-person-d8b86b98a24683917c569000ed6d8c45bedbbc00"]}} -{"id":"ec-meeting-2015-06-09-498fadb58ce04fe6d01599b411e714e053a7b4a6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-09 - Cabinet of Vice-President Valdis Dombrovskis x Personal Investment Management & Financial Advice Association"],"date":["2015-06-09"],"summary":["Capital Markets Union"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-855507915268-60","ec-person-3f9ca71b74344417d1f072ba7f3e2f09a223b036"]}} -{"id":"ec-meeting-2015-06-09-610253828b916252a809316e2d0c361f9e384746","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-09 - Internal Market, Industry, Entrepreneurship and SMEs x AIP - Associazione Italiana Politiche Industriali"],"date":["2015-06-09"],"summary":["SME Policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-grow"],"involved":["ec-person-9f3f9b58a22cf98d55521b290d1facc431bdce86","eu-tr-504762117529-69"]}} -{"id":"ec-meeting-2015-06-09-7aea444efb5bc90e9308b35e4c3db81fb804275f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-09 - Cabinet of Vice-President Valdis Dombrovskis x International Swaps and Derivatives Association"],"date":["2015-06-09"],"summary":["Markets in Financial Instruments Directive II/Classes of financial instruments approach"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-3f9ca71b74344417d1f072ba7f3e2f09a223b036","eu-tr-46643241096-93"]}} -{"id":"ec-meeting-2015-06-09-8473e36a11f082d988a1926916254b5157e326f7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-09 - Cabinet of Vice-President Valdis Dombrovskis x CSR Europe, The Business Network for Corporate Social Responsibility"],"date":["2015-06-09"],"summary":["Tax transparency"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["CSR Europe office- Brussels"],"address":["CSR Europe office- Brussels"],"addressEntity":["addr-a8f65f54531b969f1893d498cf85847a796c768d"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-56502415122-32","ec-person-48f31156d932641826e09f5b73f074d35ff05786"]}} -{"id":"ec-meeting-2015-06-09-8dd1949bc6f3b039cd36bf3d44e6024feced3cf9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-09 - Cabinet of Commissioner Elżbieta Bieńkowska x Carbon Capture and Storage Association"],"date":["2015-06-09"],"summary":["Carbon Capture & Storage Policy issues"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-257346716089-62","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2015-06-09-94efa0c3541eb6401a37aa0217de4bed5e5b1483","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-09 - Cabinet of Vice-President Andrus Ansip x Prysmian Group"],"date":["2015-06-09"],"summary":["Fiber manufacturing technology."],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-974253816995-48","ec-person-666bc159c7e65a3af9e63c1e97435c02f1496955"]}} -{"id":"ec-meeting-2015-06-09-96a6520ad4ff6e95d96d940af192fa57e1751fc3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-09 - Cabinet of Commissioner Elżbieta Bieńkowska x DIGITALEUROPE"],"date":["2015-06-09"],"summary":["Internal Market, Single Market for goods, standardisation, competitiveness"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-64270747023-20","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2015-06-09-97fc1824fa6d9e464a40ef2ef2c200e83b677f7a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-09 - Cabinet of Vice-President Miguel Arias Cañete x Zentralverband des Deutschen Handwerks e.V."],"date":["2015-06-09"],"summary":["Energy efficiency"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-260e00934471a02805fb143935d6e9205a7f355f","eu-tr-5189667783-94"]}} -{"id":"ec-meeting-2015-06-09-a1ca44e1e41a5d16fd8ca970564308e134a6b1e6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-09 - Cabinet of Commissioner Christos Stylianides x Konrad-Adenauer-Stiftung"],"date":["2015-06-09"],"summary":["EU external relations and Commission priorities"],"notes":["Portfolio: Humanitarian Aid & Crisis Management"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-christos-commissioner-of-stylianides"],"involved":["eu-tr-2905437316-11","ec-person-6f08c893ea685f6d5f50c2c6e373f294e3616698"]}} -{"id":"ec-meeting-2015-06-09-a8c29627b261c94711da8d76755bebd2b4b748b5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-09 - Cabinet of Commissioner Dimitris Avramopoulos x Lumos Foundation"],"date":["2015-06-09"],"summary":["Meeting with LUMOS - Deinstitutionalisaton and the right of children (+ Mr Alonso Iriarte DG HOME, Ms Tuite DG JUST)"],"notes":["Portfolio: Migration, Home Affairs and Citizenship"],"location":["Meeting room BERL 12 floor"],"address":["Meeting room BERL 12 floor"],"addressEntity":["addr-15381058bad519918b8bbcee53714dc1e3cad415"],"organizer":["ec-avramopoulos-cabinet-commissioner-dimitris-of"],"involved":["ec-person-229d2bf1ea42d1e015ab64e3d14ec20de2a94a79","eu-tr-849607914394-57"]}} -{"id":"ec-meeting-2015-06-09-af30631e52f0fe5cf3c536624444b18684ba3cd0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-09 - Cabinet of Commissioner Christos Stylianides x None"],"date":["2015-06-09"],"summary":["HUmanitarian Aid Ukraine"],"notes":["Portfolio: Humanitarian Aid & Crisis Management"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-christos-commissioner-of-stylianides"],"involved":["ec-person-10c54be4d329cdb48323a77ede26cedf5c4850ad"]}} -{"id":"ec-meeting-2015-06-09-afd4e92db2273ea026160f556652cfa748806dfc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-09 - Cabinet of Vice-President Jyrki Katainen x Banco Santander, S.A."],"date":["2015-06-09"],"summary":["Investment Initiative"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-799142914971-03","ec-person-3775b7be791f90ed462b9071c9ae596b80d71bca"]}} -{"id":"ec-meeting-2015-06-09-b1ce75d8ca660462d3a6b48b802225d896c9b86c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-09 - Cabinet of Commissioner Pierre Moscovici x Managed Funds Association"],"date":["2015-06-09"],"summary":["CMU"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["ec-person-18ec03f403696ecde522f7843ba9c4ff6335ead4","eu-tr-041415315167-65"]}} -{"id":"ec-meeting-2015-06-09-b42964b17b62b9af39c3edb4aadee63f3048a933","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-09 - Cabinet of Vice-President Maroš Šefčovič x The Research Council of Norway"],"date":["2015-06-09"],"summary":["Energy Union, Research and Innovation"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-2be517b9261a91f2f07e05ec14c6331980e9716e","eu-tr-833569212328-68"]}} -{"id":"ec-meeting-2015-06-09-c02ae05f400b2cd9060d81c7360078524143ca11","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-09 - Cabinet of Vice-President Andrus Ansip x TechMarket Sweden AB"],"date":["2015-06-09"],"summary":["DSM Strategy"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-e91c5be432b6b3efdda369792fed67c20b767a45","eu-tr-962987717034-65"]}} -{"id":"ec-meeting-2015-06-09-c13b7c0d954e0062f45949888bfce992d1b0e3a5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-09 - Energy x Eni S.p.A."],"date":["2015-06-09"],"summary":["Energy Union"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-99578067285-35","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2015-06-09-c7d290275422103efe840935feb7a351b6e8036e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-09 - Cabinet of Commissioner Vytenis Andriukaitis x Dogs Trust"],"date":["2015-06-09"],"summary":["New Report: the welfare of dogs and cats involved in commercial practices across the EU"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-0dbfffeb0323f819c8d57164906086dd8639c437","eu-tr-103509614342-13"]}} -{"id":"ec-meeting-2015-06-09-cb75f3b65d24b316e93fd9fb48593250c94116b0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-09 - Günther Oettinger x Volkswagen Aktiengesellschaft"],"date":["2015-06-09"],"summary":["Automatiertes Fahren + Industrie 4.0"],"location":["Berlin"],"address":["Berlin"],"addressEntity":["addr-062b06ba8e755765c6b049809b7430fd54fe5b21"],"organizer":["ec-dg-de"],"involved":["ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0","eu-tr-6504541970-40"]}} -{"id":"ec-meeting-2015-06-09-cd98c90196c13afc6b463dd716897635d2f107d9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-09 - Financial Stability, Financial Services and Capital Markets Union x Refinitiv"],"date":["2015-06-09"],"summary":["CMU, Single Market, UK Referendum"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["ec-person-6be7848f21e63e093fdf3693cc8c3e2b6d29f776","eu-tr-51334142356-37"]}} -{"id":"ec-meeting-2015-06-09-d33bd3669b5243194afbcc120690065d8eca3fcc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-09 - Joint Research Centre x EuroGeoSurveys - The Geological Surveys of Europe"],"date":["2015-06-09"],"summary":["Review the collaboration agreement and discuss further development in the area of raw materials"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-jrc"],"involved":["eu-tr-01224764261-72","ec-person-b3e6b7a4bd40eead1b939244f1cb4e9bdaf65f46"]}} -{"id":"ec-meeting-2015-06-09-e17f35347fe4455dcb259eb44edea2e16e78e58e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-09 - Internal Market, Industry, Entrepreneurship and SMEs x FuelsEurope"],"date":["2015-06-09"],"summary":["Presentation of FuelsEurope"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-grow"],"involved":["ec-person-9f3f9b58a22cf98d55521b290d1facc431bdce86","eu-tr-26207914726-42"]}} -{"id":"ec-meeting-2015-06-09-e724bd613302f00445c692508e5b2cf6ba649646","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-09 - Cabinet of Commissioner Phil Hogan x Bayer AG"],"date":["2015-06-09"],"summary":["Agri Issues"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Strasbourg"],"address":["Strasbourg"],"addressEntity":["addr-a7b90170b4a5bf2d1d09ccfd109b57e0a030cfc4"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-3523776801-85","ec-person-a1a78365cc4685b0958056646204977d8f2ead92"]}} -{"id":"ec-meeting-2015-06-10-1a8bebf5dc9ecc68332b2f0f3390c1264b95c9f2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-10 - Inspire, Debate, Engage and Accelerate Action x World Economic Forum"],"date":["2015-06-10"],"summary":["Meeting with Global Leadership Fellow of World Economic Forum"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-dg-idea"],"involved":["eu-tr-953426816942-83","ec-person-4fe56a64c00b3e81c851b5538878b32481bd7d3c"]}} -{"id":"ec-meeting-2015-06-10-30604e8ffc642ccca93c0f299a85df7fef1b5494","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-10 - Inspire, Debate, Engage and Accelerate Action x Atlantic Council of the United States, Inc"],"date":["2015-06-10"],"summary":["Meeting with the Director of Strategic Foresight at the Atlantic Council in Washington"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-dg-idea"],"involved":["eu-tr-524686116124-73","ec-person-4fe56a64c00b3e81c851b5538878b32481bd7d3c"]}} -{"id":"ec-meeting-2015-06-10-3cba5f40fb61ec59df2f8ad4aaf28e1bbe035d80","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-10 - Cabinet of Vice-President Karmenu Vella x Cruise Lines International Association Europe"],"date":["2015-06-10"],"summary":["Maritime transport"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["ec-person-0188cdcf7c0a8fcf8a7b49289575f4c70fd09534","eu-tr-69525934310-58"]}} -{"id":"ec-meeting-2015-06-10-40b2c596d6af76f633f09530f15c302c801e6fd3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-10 - Cabinet of Commissioner Pierre Moscovici x BNP PARIBAS"],"date":["2015-06-10"],"summary":["Plan Juncker; Gouvernance UEM"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Paris"],"address":["Paris"],"addressEntity":["addr-22390ad11c32faec43fc61555b53607660b3c185"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["ec-person-3cbeba61ae952f06fe4916c381438ebbc676a597","eu-tr-78787381113-69"]}} -{"id":"ec-meeting-2015-06-10-5ef1fe7ec833239b39871259d659c5d2d097b236","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-10 - Cabinet of Commissioner Tibor Navracsics x PRS for Music"],"date":["2015-06-10"],"summary":["Digital Single Market"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-4d24029a6a4b5bbdcd825e134f010bd0b384f80a","eu-tr-798071410461-65"]}} -{"id":"ec-meeting-2015-06-10-662930b7ac4fd5ed9db79ac29492e601af645f30","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2015-06-10 - Cabinet of Commissioner Elżbieta Bieńkowska x Emerson Electric Co."],"date":["2015-06-10"],"summary":["Reserouce Efficiency for products/Ecological profile","Eco Design, Circular Economy"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["BERL","Brussels"],"address":["BERL","Brussels"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b","addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-338567616061-91","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2015-06-10-6ea5db3fe59a086c402ec0adea92e8fb0f904ab2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-10 - Cabinet of Commissioner Pierre Moscovici x Bpifrance"],"date":["2015-06-10"],"summary":["Plan Juncker"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Paris"],"address":["Paris"],"addressEntity":["addr-22390ad11c32faec43fc61555b53607660b3c185"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["eu-tr-950921712127-74","ec-person-3cbeba61ae952f06fe4916c381438ebbc676a597"]}} -{"id":"ec-meeting-2015-06-10-6f7894de8f98e04cf397a6c830256bfb56fcdc57","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-10 - Cabinet of Vice-President Jyrki Katainen x Fidelity International"],"date":["2015-06-10"],"summary":["Capital markets union"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-88d71b399a3e13a243bdc4676e481835e8e5b2f2","eu-tr-00951027955-96"]}} -{"id":"ec-meeting-2015-06-10-8d7de633de3c556555a709ba698c20789862c55d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-10 - Cabinet of Commissioner Margrethe Vestager x Society of Audiovisual Authors"],"date":["2015-06-10"],"summary":["Discussion on Copyright"],"notes":["Portfolio: Competition"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-margrethe-of-vestager"],"involved":["ec-person-947ab3027ba90ce15968614ce35c12506b7a43ac","eu-tr-99336382936-11"]}} -{"id":"ec-meeting-2015-06-10-9046a297e321c799180cc017127a295363c6c252","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-10 - Cabinet of President Jean-Claude Juncker x EUPPORTUNITY (QB, Lda.)"],"date":["2015-06-10"],"summary":["Juncker Commission priorities"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-b1bf9aa5fb7e886441ff341b657cc482b64a2a3e","eu-tr-38225546532-14"]}} -{"id":"ec-meeting-2015-06-10-986ec4ec629a675242c81e58fc7d8dfd71201ff8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-10 - Cabinet of Vice-President Andrus Ansip x Equinor ASA"],"date":["2015-06-10"],"summary":["Public private partnership in the digital agenda"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-91ca0921c6790191daa54427311acd63035e7c9e","eu-tr-4447605981-76"]}} -{"id":"ec-meeting-2015-06-10-99abba9cb6e0906099dbc473e851e5f807ba2933","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-10 - Günther Oettinger x Iliad"],"date":["2015-06-10"],"summary":["DSM"],"location":["Paris"],"address":["Paris"],"addressEntity":["addr-22390ad11c32faec43fc61555b53607660b3c185"],"organizer":["ec-dg-de"],"involved":["ec-person-d8b86b98a24683917c569000ed6d8c45bedbbc00","eu-tr-366999416622-37"]}} -{"id":"ec-meeting-2015-06-10-a34dd8e80b84f8bb38ad59ea461713b50e647b2b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-10 - Cabinet of Commissioner Carlos Moedas x BUSINESSEUROPE"],"date":["2015-06-10"],"summary":["Innovation and Regulation"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["eu-tr-3978240953-79","ec-person-23980b2bc4fd9c82051d0f7888dc236b2f764866"]}} -{"id":"ec-meeting-2015-06-10-a5a9cb36cd2c9f6fb072dbd4147d82e96ccfd6d3","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2015-06-10 - Cabinet of Vice-President Miguel Arias Cañete x Bureau Européen des Unions de Consommateurs"],"date":["2015-06-10"],"summary":["Upcoming revision of EU Energy Label","Revision of the EU Energy label"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-9505781573-45","ec-person-260e00934471a02805fb143935d6e9205a7f355f"]}} -{"id":"ec-meeting-2015-06-10-b5ecf9612214064a5b967991e737c19f753d65fd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-10 - Cabinet of Vice-President Karmenu Vella x Emerson Electric Co."],"date":["2015-06-10"],"summary":["Circular Economy"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["ec-person-4ff7c27445db4ad88e687776974fd8d077a1fe0c","eu-tr-338567616061-91"]}} -{"id":"ec-meeting-2015-06-10-bd98ad9877eff97a66390401c496e7951ce39604","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-10 - Cabinet of Vice-President Valdis Dombrovskis x Intesa Sanpaolo"],"date":["2015-06-10"],"summary":["Meeting with Intesa Sanpaolo: presentation of the activities of the International and Regulatory Affairs department of Intesa Sanpaolo, EU economic governance, general discussion"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-24037141789-48","ec-person-f6170dbdd732fc460a713b82b57759ac5e77fdc6"]}} -{"id":"ec-meeting-2015-06-10-c5d19c95afaa0cbe5b2cf048606149fa52c215b3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-10 - Cabinet of Vice-President Jyrki Katainen x Emerson Electric Co."],"date":["2015-06-10"],"summary":["Circular Economy and Investment Plan"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-338567616061-91","ec-person-0310c3b87e155f5572493e91d12eebab9736a76b"]}} -{"id":"ec-meeting-2015-06-10-ce4d6d6cfaaa2a6aaadb4cc8715dce1cb7f08ea8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-10 - Inspire, Debate, Engage and Accelerate Action x Open Society European Policy Institute"],"date":["2015-06-10"],"summary":["Meeting with the Director of the Open Society European Policy Institute"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-dg-idea"],"involved":["eu-tr-8557515321-37","ec-person-4fe56a64c00b3e81c851b5538878b32481bd7d3c"]}} -{"id":"ec-meeting-2015-06-10-d228ead10293c1f74001b570ff00b947ca481c11","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-10 - Communications Networks, Content and Technology x TheCityUK"],"date":["2015-06-10"],"summary":["DSM (Meeting with Alisdair McIntosh)"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-237922911665-25","ec-person-3d379ff88d704acbd3444fdd59765df1225d4f9b"]}} -{"id":"ec-meeting-2015-06-10-d4dc0fec5a51146631f5d50809ae615941ea4a96","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-10 - Mobility and Transport x Royal Schiphol Group"],"date":["2015-06-10"],"summary":["Aviation Strategy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-move"],"involved":["ec-person-d856b0f199c84d5b5003106bea2ee6d0392e2428","eu-tr-42837197222-53"]}} -{"id":"ec-meeting-2015-06-10-d8d5fea9f50115468ff13dc8de6286a38cdaa0cf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-10 - Cabinet of Vice-President Miguel Arias Cañete x General Electric Company"],"date":["2015-06-10"],"summary":["General Electric and the Energy Policy"],"notes":["Portfolio: Climate Action & Energy"],"location":["BERL 8/165"],"address":["BERL 8/165"],"addressEntity":["addr-363bb64e46464f5554302356d8bdedc4934c8f73"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-1831691c10441c5974327bbeb8693d6b6c1e50c3","eu-tr-4016736872-59"]}} -{"id":"ec-meeting-2015-06-10-e33dfe45ce600ca8523950f991a6b1a3dd2a4903","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-10 - Informatics x Samsung Electronics Europe"],"date":["2015-06-10"],"summary":["Executive dialogue"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-digit"],"involved":["ec-person-0098ceaf3507dfdf0d7f020be9785ac3453b4913","eu-tr-40471017282-57"]}} -{"id":"ec-meeting-2015-06-10-f03cb158502a3bb2b739e8e2db5a17c5ab4e9428","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-10 - Mobility and Transport x General Aviation Manufacturers Association"],"date":["2015-06-10"],"summary":["General Aviation, Revision of EASA Basic Regulation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-move"],"involved":["eu-tr-49221685491-82","ec-person-d856b0f199c84d5b5003106bea2ee6d0392e2428"]}} -{"id":"ec-meeting-2015-06-10-f96cfeb822a770feaa6d99e1a11b50c6ad609c4a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-10 - Cabinet of Commissioner Tibor Navracsics x Play the Game/Danish Institute for Sports Studies"],"date":["2015-06-10"],"summary":["Presentation of play the game and good governance in sports"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-49f31dad10f5641cb1d1e4c3107dd838389e8120","eu-tr-786906117343-26"]}} -{"id":"ec-meeting-2015-06-10-fc5d3f43dd5ea16649946f03fd5b2a77e583cced","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-10 - Cabinet of Commissioner Phil Hogan x CropLife Europe"],"date":["2015-06-10"],"summary":["Application of the pesticide regulatory framework"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-0711626572-26","ec-person-400dd8d59d3060187d9b9b143d697da1a3d03c12"]}} -{"id":"ec-meeting-2015-06-11-0574528f3a3b818cd51ae0bfddbe1437263645e6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-11 - Cabinet of Commissioner Violeta Bulc x Daimler Aktiengesellschaft"],"date":["2015-06-11"],"summary":["Meeting with Daimler"],"notes":["Portfolio: Transport"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-e14c58f620f40325d829df7be0823280307bc15f","eu-tr-2349218828-41"]}} -{"id":"ec-meeting-2015-06-11-163961c4600d5ef20cf42f19925845dd43a02c90","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-11 - Communications Networks, Content and Technology x RTL Group"],"date":["2015-06-11"],"summary":["DSM/AVMS/MEDIA"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["ec-person-3d379ff88d704acbd3444fdd59765df1225d4f9b","eu-tr-59267165790-45"]}} -{"id":"ec-meeting-2015-06-11-17cbee73b36ae51ed2cf1d685c6869fc6c67353b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-11 - Cabinet of First Vice-President Frans Timmermans x None"],"date":["2015-06-11"],"summary":["Circular economy"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["ec-person-7a0c440119cd5d547eceebb055c79b8bb41bf9a2","eu-tr-389996116741-55","ec-person-966667b73d92624be9bb019c2baab7e52331b3d3","eu-tr-099567215966-86"]}} -{"id":"ec-meeting-2015-06-11-306283a521697928893cfeef5ee16fa43a55728b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-11 - Cabinet of High Representative / Vice-President Federica Mogherini x Intesa Sanpaolo"],"date":["2015-06-11"],"summary":["Meeting with Intesa Sanpaolo Bank - Cortesy visit"],"notes":["Portfolio: Foreign Affairs and Security Policy"],"location":["Berlaymont, Bruxelles"],"address":["Berlaymont, Bruxelles"],"addressEntity":["addr-d1e909436d754f27a1412125f55998a75e5eb9d6"],"organizer":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"involved":["eu-tr-24037141789-48","ec-person-0d87d503aa00db1df141f3b1bfea3e0ccb43ece9"]}} -{"id":"ec-meeting-2015-06-11-4bcd0f2b73629c146605cf35a7d737e35320a8e8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-11 - Cabinet of Commissioner Jonathan Hill x European Banking Federation"],"date":["2015-06-11"],"summary":["Banking regulation and capital markets union"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["eu-tr-4722660838-23","ec-person-f247edfcff54d4f26fc10769f809c92bc72d6797"]}} -{"id":"ec-meeting-2015-06-11-662930b7ac4fd5ed9db79ac29492e601af645f30","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-11 - Cabinet of Commissioner Elżbieta Bieńkowska x Emerson Electric Co."],"date":["2015-06-11"],"summary":["Economic developments in Europe and related initiatives"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-338567616061-91","ec-person-b2f9be51339f054477846797e2c119fcf16548fc"]}} -{"id":"ec-meeting-2015-06-11-6781b888a6dd1a0d982f9c08e5a2cf375a282d8c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-11 - Cabinet of Commissioner Vytenis Andriukaitis x Rubinum SA"],"date":["2015-06-11"],"summary":["Toyocerin"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-0dbfffeb0323f819c8d57164906086dd8639c437","eu-tr-634234715903-41"]}} -{"id":"ec-meeting-2015-06-11-702ee9eaa6f25f91534e96adae35744827e0f989","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-11 - Cabinet of Vice-President Miguel Arias Cañete x None"],"date":["2015-06-11"],"summary":["EU 2030 Climate and Energy Framework"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-260e00934471a02805fb143935d6e9205a7f355f"]}} -{"id":"ec-meeting-2015-06-11-7073205a0fa27bdcc3040dedb968459c96f2392c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-11 - Climate Action x Stichting European Climate Foundation"],"date":["2015-06-11"],"summary":["CO2 standards for cars"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-clima"],"involved":["ec-person-44c2f44f96dda2012bcb4e9abc749f6cae86a4c0","eu-tr-64869491516-70"]}} -{"id":"ec-meeting-2015-06-11-787a267d5dfee9a1df6bb64d260dd3714fcab799","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-11 - Cabinet of Vice-President Karmenu Vella x Association of National Organisations of Fishing Enterprises in the European Union"],"date":["2015-06-11"],"summary":["State Aid, Autonomous Tariff Quotas for fishery products, Sustainable Fisheries Partnership Agreements"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["ec-person-2966d69fae0ea4e67f3f2df5a743cc766267d3c8","eu-tr-2312395253-25"]}} -{"id":"ec-meeting-2015-06-11-8f7e5ed1cfc33e453755bb39f5b378389e794dd4","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2015-06-11 - Cabinet of Vice-President Miguel Arias Cañete x European Copper Institute"],"date":["2015-06-11"],"summary":["European Copper Institute Study to decarbonise Europe","European Copper Institute's study to decarbonise Europe"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-260e00934471a02805fb143935d6e9205a7f355f","eu-tr-04134171823-87"]}} -{"id":"ec-meeting-2015-06-11-9a1a627eaae862e4f1800064eca3148e90b4512d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-11 - Cabinet of Commissioner Jonathan Hill x Swedish Bankers´ Association"],"date":["2015-06-11"],"summary":["BSR, Priorities in the Financal Markets policy area, upcoming files in banking and International issues"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["eu-tr-53517281038-30","ec-person-890015b0d769ee93a09119846b414d4aae7c64ae"]}} -{"id":"ec-meeting-2015-06-11-9c4d4ff12c3b651b1613db3b44e0f87080daf1a8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-11 - Directorate-General for International Partnerships x Mediterranean Energy Regulators"],"date":["2015-06-11"],"summary":["Réunion avec M. Alexanders Santos - La régulation dans les PVD et l'appui que les régulateurs européens peuvent y apporter"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-intpa"],"involved":["ec-person-ad00e7dd980bb2a40a95c65a87f8760494546865","eu-tr-62061235423-62"]}} -{"id":"ec-meeting-2015-06-11-ad59487d45e0ce1e123e1131d128a68a120be56c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-11 - Cabinet of Commissioner Christos Stylianides x International Rescue Committee Inc"],"date":["2015-06-11"],"summary":["Review of IRC's humanitarian advocacy work (with Dalberg Group)"],"notes":["Portfolio: Humanitarian Aid & Crisis Management"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-christos-commissioner-of-stylianides"],"involved":["eu-tr-66790095679-26","ec-person-6f08c893ea685f6d5f50c2c6e373f294e3616698"]}} -{"id":"ec-meeting-2015-06-11-b103ab8f28c16462ade463712041488d0a939803","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-11 - Cabinet of Commissioner Violeta Bulc x The European Azerbaijan Society - Brussels and Benelux office"],"date":["2015-06-11"],"summary":["Meeting with European Azerbaijan Society"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-163313114609-84","ec-person-6a5ceb87383474e4b7f430af341029a155e255b0"]}} -{"id":"ec-meeting-2015-06-11-b657155dbf5d35bcbc12348b6eac80fd15cb7351","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-11 - Cabinet of Commissioner Elżbieta Bieńkowska x McKinsey & Company, Inc."],"date":["2015-06-11"],"summary":["Circular Economy"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-099567215966-86","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2015-06-11-c1499f3aa188eec98d9980aa1956dbc4f2062fc9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-11 - Cabinet of Vice-President Miguel Arias Cañete x Austrian Power Grid AG"],"date":["2015-06-11"],"summary":["APG Infrastructural Policy"],"notes":["Portfolio: Climate Action & Energy"],"location":["Berl 8/165"],"address":["Berl 8/165"],"addressEntity":["addr-049fb436906ae7cbea6ce0c85217319992dae826"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-1831691c10441c5974327bbeb8693d6b6c1e50c3","eu-tr-204613612418-94"]}} -{"id":"ec-meeting-2015-06-11-ca17aa0a23ae00f4d75e6f4d29baf22e3d3f1464","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2015-06-11 - Cabinet of Vice-President Johannes Hahn x European Network of Councils for the Judiciary"],"date":["2015-06-11"],"summary":["Discussions on development in area of rule of law in Turkey","Discussions on development in the area of rule of law in Turkey"],"notes":["Portfolio: European Neighbourhood Policy & Enlargement Negotiations"],"location":["Berlaymont","BERL 11/258"],"address":["Berlaymont","BERL 11/258"],"addressEntity":["addr-dae0d6c5e02349ea1884d89852dbb46df44eae3b","addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-cabinet-hahn-johannes-of-president-vice"],"involved":["eu-tr-45444124056-57","ec-person-88a286c6d6c72ec16cca63360e34db2ff7ee4a1d"]}} -{"id":"ec-meeting-2015-06-11-ce1d0fae2af34eec89d419f2fe7d8b7173a56e82","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-11 - Trade x Emerson Electric Co."],"date":["2015-06-11"],"summary":["On-going trade initiatives"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-trade"],"involved":["ec-person-bde9bb099f5d24c52ca4a9255cefc99a5b87a650","eu-tr-338567616061-91"]}} -{"id":"ec-meeting-2015-06-11-d03742fa0d950efb823103e9108fac65f055f676","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-11 - Cabinet of Commissioner Věra Jourová x Open Society European Policy Institute"],"date":["2015-06-11"],"summary":["Progress on Roma inclusion"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-a608b85b2ffef83f883b5a2330b6232efa1b7141","eu-tr-8557515321-37"]}} -{"id":"ec-meeting-2015-06-11-da0b17499a894adbe4003069eb80a257d6520a54","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-11 - Cabinet of Vice-President Miguel Arias Cañete x Kreab"],"date":["2015-06-11"],"summary":["Energy Union"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-1078390517-54","ec-person-95f883d5d0d484088f26191a8fea8553d674dfbe"]}} -{"id":"ec-meeting-2015-06-11-e1bf64bcd6c1f0d975e92898546075488ba38cfe","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-11 - Communications Networks, Content and Technology x UK Research Office"],"date":["2015-06-11"],"summary":["H2020"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["ec-person-3d379ff88d704acbd3444fdd59765df1225d4f9b","eu-tr-651161710834-02"]}} -{"id":"ec-meeting-2015-06-11-e4ba9413b68e0c21c28179f45d0ab971c3411b2b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-11 - Cabinet of Vice-President Jyrki Katainen x Ellen MacArthur Foundation"],"date":["2015-06-11"],"summary":["Circular Economy"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90","eu-tr-389996116741-55","ec-person-0310c3b87e155f5572493e91d12eebab9736a76b"]}} -{"id":"ec-meeting-2015-06-11-e531a40dc825eaac479873860da65e29844d3af1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-11 - Cabinet of Vice-President Miguel Arias Cañete x American Forest & Paper Association"],"date":["2015-06-11"],"summary":["The consequences of the EU Governements policies to support coal to biomass conversion of electirc power generators"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-574010117531-50","ec-person-260e00934471a02805fb143935d6e9205a7f355f"]}} -{"id":"ec-meeting-2015-06-11-e7daabaee1a65e4cf9f937e86bbac2ea680e34c9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-11 - Cabinet of Vice-President Cecilia Malmström x European Plastics Converters Association"],"date":["2015-06-11"],"summary":["Duty free imports of two types of plastics"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-20ded9db5df11164331bb161fdf234b1e5ad53fd","eu-tr-93255296152-29","ec-person-591ec829ca734bcfe59a2c9c7f07f9dff22a0ea9"]}} -{"id":"ec-meeting-2015-06-11-e95ad9d56a8e5fcc376d7360f6d7b1869eaf5e6d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-11 - Cabinet of High Representative / Vice-President Federica Mogherini x UniCredit"],"date":["2015-06-11"],"summary":["Global challenges"],"notes":["Portfolio: Foreign Affairs and Security Policy"],"location":["Berlaymont, Bruxelles"],"address":["Berlaymont, Bruxelles"],"addressEntity":["addr-d1e909436d754f27a1412125f55998a75e5eb9d6"],"organizer":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"involved":["eu-tr-03094871618-32","ec-person-0d87d503aa00db1df141f3b1bfea3e0ccb43ece9"]}} -{"id":"ec-meeting-2015-06-12-032873262ed032b01ce76cbcee77682db902836d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-12 - Cabinet of First Vice-President Frans Timmermans x McGuireWoods"],"date":["2015-06-12"],"summary":["Anti-Dumping Duties for GOES"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels Berlaymont"],"address":["Brussels Berlaymont"],"addressEntity":["addr-13bab8845be0540b2112dbbf8ee7cfeb8a59014e"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["ec-person-6d8b11c800391d9e6515bbd1b0e9d54c7da270da","eu-tr-687411517746-84"]}} -{"id":"ec-meeting-2015-06-12-07c01d8542653911d28b6b7df5cf57579e21da20","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-12 - Cabinet of First Vice-President Frans Timmermans x European Federation of Journalists"],"date":["2015-06-12"],"summary":["Trade Secrets & Freedom of Expression"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels Berlaymont"],"address":["Brussels Berlaymont"],"addressEntity":["addr-13bab8845be0540b2112dbbf8ee7cfeb8a59014e"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["ec-person-6d8b11c800391d9e6515bbd1b0e9d54c7da270da","ec-person-6c0efbf1635ca0cb8dce32e129231fa3136f600b","eu-tr-27471236588-39"]}} -{"id":"ec-meeting-2015-06-12-07f9fa55cf2e86ddfba36a61f4faf7cae4aac1ac","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-12 - Cabinet of Commissioner Pierre Moscovici x Perry Corp."],"date":["2015-06-12"],"summary":["Euro zone, current economic issues"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["eu-tr-330301916096-08","ec-person-18ec03f403696ecde522f7843ba9c4ff6335ead4","ec-person-ac604755dc7677c8653a5a5172e851f7c8e468b4"]}} -{"id":"ec-meeting-2015-06-12-0e654e8043c3889aab91801a705dd910186504b7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-12 - Legal Service x European Pari Mutuel Association"],"date":["2015-06-12"],"summary":["Actions de l'association; jeux et paris et débats sur l'économie digitale et la fiscalité"],"location":["BERL 1/80"],"address":["BERL 1/80"],"addressEntity":["addr-30cf007072a84e927de687b9c2a030fe23d36a1a"],"organizer":["ec-dg-sj"],"involved":["eu-tr-29014213147-48","ec-person-4624a57ba77e3d7846d273c8f8ee43ef7847e7fc"]}} -{"id":"ec-meeting-2015-06-12-2ea4a74d68b43d20fcac789263afec2ea8120759","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-12 - Cabinet of Vice-President Jyrki Katainen x Europeana Foundation"],"date":["2015-06-12"],"summary":["Investment Initiative"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-3775b7be791f90ed462b9071c9ae596b80d71bca","eu-tr-770007812381-96"]}} -{"id":"ec-meeting-2015-06-12-396ef6fe5d867fc2c391211eea73b235834c8129","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-12 - Cabinet of Commissioner Pierre Moscovici x BUSINESSEUROPE"],"date":["2015-06-12"],"summary":["Corporate Taxation Action Plan"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["eu-tr-3978240953-79","ec-person-738f7f25002d191bd2df8936e8f8d1d726c19e2e"]}} -{"id":"ec-meeting-2015-06-12-3b0af1d0a1bb034f0d6683b96044551b333e6208","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-12 - Cabinet of Commissioner Vytenis Andriukaitis x Avaaz Foundation"],"date":["2015-06-12"],"summary":["Avaaz campaign on glyphosate: - IARC report, monograph, wording of the mandate for EFSA; - Role of corporate-funded science in public health regulation;- Next steps in glyphosate review process;- Further engagement with Avaaz members (Meeting with Bert Wander)"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-b9c3f19e7c5f216e3e508f931ddd6a9cb59376d1","eu-tr-475565317526-24"]}} -{"id":"ec-meeting-2015-06-12-3f32726145c3cf5d4bb4309a878d8968cba65843","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-12 - Cabinet of Vice-President Miguel Arias Cañete x ACCIONA, S.A."],"date":["2015-06-12"],"summary":["Renewables in Spain"],"notes":["Portfolio: Climate Action & Energy"],"location":["Madrid, Spain"],"address":["Madrid, Spain"],"addressEntity":["addr-f2c4f2ef1ea88618aa1533f69b0d18fc1125a9d2"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-451019811573-55","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd"]}} -{"id":"ec-meeting-2015-06-12-4ec07ee7744c88d8c666c20c22c89b97fec4fa14","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-12 - Cabinet of Vice-President Andrus Ansip x European Pari Mutuel Association"],"date":["2015-06-12"],"summary":["E-Commerce"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-29014213147-48","ec-person-d5a309c64ecdb05010325dcfc661f6ae817f31cc"]}} -{"id":"ec-meeting-2015-06-12-56d5dc5fd3f9e86c2c81720cdc56053064c73c43","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-12 - Cabinet of Commissioner Marianne Thyssen x European Federation of Food, Agriculture and Tourism Trade Unions"],"date":["2015-06-12"],"summary":["Fair working conditions"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["eu-tr-33130841043-14","ec-person-7567514af00f139b390cf9864d28a090ca0fde25"]}} -{"id":"ec-meeting-2015-06-12-68589a3bf4eadedaea66bbec739a9603adddce8a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-12 - Cabinet of President Jean-Claude Juncker x Airbus"],"date":["2015-06-12"],"summary":["EU Aviation and Investment in Europe"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-b1bf9aa5fb7e886441ff341b657cc482b64a2a3e","eu-tr-2732167674-76"]}} -{"id":"ec-meeting-2015-06-12-966ab960cf017b9e3d424222f6820463782b1232","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-12 - Energy x European Federation of Agencies and Regions for Energy and the Environment"],"date":["2015-06-12"],"summary":["European energy and climate policies"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["ec-person-6997149120ce5129e38febe5275dc8fd03232d2e","eu-tr-18165266149-22"]}} -{"id":"ec-meeting-2015-06-12-b02acf1bb088767297c7efc8f71e26de501b2caf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-12 - Cabinet of Commissioner Jonathan Hill x Aviva Plc"],"date":["2015-06-12"],"summary":["Financial Services Policy"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["London"],"address":["London"],"addressEntity":["addr-4c57f0c88d9844630327623633ce269cf826ab99"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["eu-tr-86270761494-62","ec-person-f247edfcff54d4f26fc10769f809c92bc72d6797"]}} -{"id":"ec-meeting-2015-06-12-b8a0ddaadc3c9d15ecf5acb56115e8e84aaf0c74","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-12 - Cabinet of Commissioner Elżbieta Bieńkowska x Bureau Européen des Unions de Consommateurs"],"date":["2015-06-12"],"summary":["DSM & forthcoming copyright proposal"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["ec-person-685ecf13dd26cd515c961e24ba71049af2302c5e","eu-tr-9505781573-45","ec-person-b2f9be51339f054477846797e2c119fcf16548fc"]}} -{"id":"ec-meeting-2015-06-12-f542f2b349c4f13e869ac1e593f24254cd042baf","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2015-06-12 - Cabinet of Vice-President Johannes Hahn x European Institute of Peace"],"date":["2015-06-12"],"summary":["Discussions on politiical development - former Yugoslav Republic of Macedonia","Discussion on political development - former Yugoslav Republic of Macedonia"],"notes":["Portfolio: European Neighbourhood Policy & Enlargement Negotiations"],"location":["BERL 11/258","Berlaymont, Brussels, Belgium"],"address":["BERL 11/258","Berlaymont, Brussels, Belgium"],"addressEntity":["addr-dae0d6c5e02349ea1884d89852dbb46df44eae3b","addr-0b7010ac7abf438645eacd50af3009b1252cd7a6"],"organizer":["ec-cabinet-hahn-johannes-of-president-vice"],"involved":["eu-tr-272784617259-33","ec-person-88a286c6d6c72ec16cca63360e34db2ff7ee4a1d"]}} -{"id":"ec-meeting-2015-06-12-fe1f626d4e1d9fe76bcbfd67acb50b5c608770cf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-12 - Cabinet of Commissioner Carlos Moedas x Shipyards' and Maritime Equipment Association of Europe"],"date":["2015-06-12"],"summary":["Innovation in Sea Transport"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-b46c76b734a9bd8b8b7938e33fdd7b8cc6b6956a","eu-tr-009214311424-03"]}} -{"id":"ec-meeting-2015-06-15-0d0261aac9e709ff650d525df29f5c78e3cec3d2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-15 - Cabinet of Vice-President Jyrki Katainen x Neste Oyj"],"date":["2015-06-15"],"summary":["Circular Economy"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-0310c3b87e155f5572493e91d12eebab9736a76b","eu-tr-10257354120-19"]}} -{"id":"ec-meeting-2015-06-15-235c8779c996e6da411189902b0b3572367f9054","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-15 - European Neighbourhood and Enlargement Negotiations x Kreab"],"date":["2015-06-15"],"summary":["Discussion about Neighbourhood and Enlargement policies"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-near"],"involved":["eu-tr-1078390517-54","ec-person-1160ccf35947f06f1629cad85b9f162eb5575780"]}} -{"id":"ec-meeting-2015-06-15-2a17817781f397f4215dfc50fad20768d789fffc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-15 - Cabinet of Vice-President Jyrki Katainen x EUROPEAN AUSTRALIAN BUSINESS COUNCIL"],"date":["2015-06-15"],"summary":["Preparations for the EABC meeting with the VP"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-7c9460f99c5872dbdc561f5752401c870d12e98b","eu-tr-56953548578-36"]}} -{"id":"ec-meeting-2015-06-15-370a1e1f9e417e489b50508e78ea231c016ac8d1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-15 - Cabinet of Commissioner Marianne Thyssen x European Federation of Community of Sant'Egidio AISBL"],"date":["2015-06-15"],"summary":["Commission’s social policy agenda"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["ec-person-ce19440eacb8fd67f534bdbcce33a1c4cedfd071","ec-person-c508e9337eca6b067c1f966b82de49c4824a3ad0","eu-tr-296584214860-47"]}} -{"id":"ec-meeting-2015-06-15-4b77227a8ec07baca3926a9bbab8bdf76dfae864","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-15 - Cabinet of Vice-President Karmenu Vella x The Pew Charitable Trusts WWF European Policy Programme"],"date":["2015-06-15"],"summary":["Illegal, Unreported and Unregulated Fishing, Ocean Governance"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["eu-tr-1414929419-24","eu-tr-46834536998-79","ec-person-2966d69fae0ea4e67f3f2df5a743cc766267d3c8"]}} -{"id":"ec-meeting-2015-06-15-4ffa7efaa10257797fe9d7a3dc708f566b4bb740","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-15 - Cabinet of Commissioner Phil Hogan x European Technology Platform TP Organics"],"date":["2015-06-15"],"summary":["Strategic Research and Innovation Agenda and priorities for Horizon 2020 Work programme 2016/17"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-400dd8d59d3060187d9b9b143d697da1a3d03c12","ec-person-c9d17d5879383b030f61a4066848249fb35d57e4","eu-tr-314889916651-38"]}} -{"id":"ec-meeting-2015-06-15-5dceb679a91ee1a11759786a4987f9b4c3c6b5ab","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-15 - Cabinet of Commissioner Vytenis Andriukaitis x Atos SE (France)"],"date":["2015-06-15"],"summary":["Tracing and tracking system"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["eu-tr-249876817241-03","ec-person-059ca943fc5fc696d2a97849c635ddf7b6ab7fd7"]}} -{"id":"ec-meeting-2015-06-15-7ed9e90aa168a1d7cf29470d9e0ae61d8ad0baa3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-15 - Cabinet of Commissioner Phil Hogan x EDEKA ZENTRALE Stiftung & Co. KG EDEKA ZENTRALE Stiftung & Co. KG"],"date":["2015-06-15"],"summary":["Food Supply Chain, Supply Chain Initiative, developments on the German retail market"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-650035215812-91","ec-person-a985b9a03cb4f9af4f2f97583d8f92fb71579572"]}} -{"id":"ec-meeting-2015-06-15-8a809c498be0312323624ae34f33606fcbb1f4de","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-15 - Cabinet of Commissioner Jonathan Hill x Which?"],"date":["2015-06-15"],"summary":["Financial Services Policy"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["ec-person-03cf92829e273869bfbd8bbf4f1881dcd0848186","eu-tr-03845856565-52"]}} -{"id":"ec-meeting-2015-06-15-8bf03e46a995835df375b8094667b4632229622d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-15 - Mobility and Transport x Airlines International Representation in Europe"],"date":["2015-06-15"],"summary":["Aviation strategy, Eurocontrol governance, SESAR deployment"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-move"],"involved":["ec-person-d856b0f199c84d5b5003106bea2ee6d0392e2428","eu-tr-686630315059-63"]}} -{"id":"ec-meeting-2015-06-15-8e4ae05059e4fe5a003a9221316bed349d163e65","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-15 - Cabinet of High Representative / Vice-President Federica Mogherini x EuroMed Rights / EuroMed Droits"],"date":["2015-06-15"],"summary":["Human Rights in the Euro-Med region"],"notes":["Portfolio: Foreign Affairs and Security Policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"involved":["ec-person-44c0409df0e9c3a69a1fe1442fc91e31f6c2786b","ec-person-702cc2c6e5f88e6a62c801eccaff75ef5e753d5b","eu-tr-18343956476-47"]}} -{"id":"ec-meeting-2015-06-15-a0969dab58ffcacc06bc89283280f95c60183ad9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-15 - Cabinet of High Representative / Vice-President Federica Mogherini x Amnesty International Limited"],"date":["2015-06-15"],"summary":["Preparation of the meeting of the HR/VP Federica Mogherini with Amnesty International Secretary General, Mr Salil Shetty"],"notes":["Portfolio: Foreign Affairs and Security Policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"involved":["ec-person-44c0409df0e9c3a69a1fe1442fc91e31f6c2786b","eu-tr-11063928073-34"]}} -{"id":"ec-meeting-2015-06-15-a11a8e33178499a1020d215d33ff589e79023f12","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-15 - Cabinet of Commissioner Pierre Moscovici x Société Générale"],"date":["2015-06-15"],"summary":["Banking Structural Reform + Capital Markets Union"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Paris"],"address":["Paris"],"addressEntity":["addr-22390ad11c32faec43fc61555b53607660b3c185"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["eu-tr-34369111614-57","ec-person-3cbeba61ae952f06fe4916c381438ebbc676a597"]}} -{"id":"ec-meeting-2015-06-15-a674abb379fff073f7da60db24fb8b80fafe546d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-15 - Cabinet of Vice-President Karmenu Vella x Neste Oyj"],"date":["2015-06-15"],"summary":["Circular Economy"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["ec-person-4ff7c27445db4ad88e687776974fd8d077a1fe0c","eu-tr-10257354120-19"]}} -{"id":"ec-meeting-2015-06-15-bdc0f48b019b098f5117c2b213066636076af19f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-15 - Directorate-General for International Partnerships x PRAGMATA SRL"],"date":["2015-06-15"],"summary":["Cooperation with Ethiopia"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-intpa"],"involved":["ec-person-ad00e7dd980bb2a40a95c65a87f8760494546865","eu-tr-547986912021-05"]}} -{"id":"ec-meeting-2015-06-15-d3a07683fd8cb13ce50319d90b77359730249683","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-15 - Cabinet of Commissioner Violeta Bulc x G Plus Ltd (t/a Portland) Car-Pass asbl"],"date":["2015-06-15"],"summary":["Meeting with Car-Pass/G Plus"],"notes":["Portfolio: Transport"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-881206216436-91","eu-tr-7223777790-86","ec-person-dd7851e4a1e747e824b4f81139e33bc3cdb73160"]}} -{"id":"ec-meeting-2015-06-15-d50f35e8e7e50df57295a446d7f6acfc1a195ffb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-15 - Cabinet of First Vice-President Frans Timmermans x Rainbow Rose"],"date":["2015-06-15"],"summary":["Gay rights"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["ec-person-ee0e358952eb5192d26c98d36095038f6b8223f2","eu-tr-258962912667-77","ec-person-966667b73d92624be9bb019c2baab7e52331b3d3"]}} -{"id":"ec-meeting-2015-06-15-da5f3f077393f71e0026b0624487a8e769e95ca6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-15 - Cabinet of Commissioner Corina Crețu x Axel Springer SE"],"date":["2015-06-15"],"summary":["General Data Protection Regulation for the EU"],"notes":["Portfolio: Regional Policy"],"location":["BERL 9/412"],"address":["BERL 9/412"],"addressEntity":["addr-579206b4393333b0e721b8393c9e7bae5e424f57"],"organizer":["ec-cabinet-commissioner-corina-cretu-of"],"involved":["eu-tr-742417913824-11","ec-person-c9d4945f28454cc49c4ea188c82e64b0dac3bd73"]}} -{"id":"ec-meeting-2015-06-15-dddd6e8afd88d2b1d2b5b60626a46a1f2974c15d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-15 - Cabinet of Vice-President Andrus Ansip x Mediaset S.p.A."],"date":["2015-06-15"],"summary":["DSM Communication"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-d5a309c64ecdb05010325dcfc661f6ae817f31cc","eu-tr-91471238809-21"]}} -{"id":"ec-meeting-2015-06-15-e4e5f7ab5459f962b7ee6cbd64dd457e21523429","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2015-06-15 - Günther Oettinger x None"],"date":["2015-06-15"],"summary":["DSM"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-4cd59e13386e3b68ecb3611fcc579e0a0a3938a5","eu-tr-799142914971-03","ec-person-c6cae64cc7dc787b66a47ab1613d3e922875b971"]}} -{"id":"ec-meeting-2015-06-15-f53ea9054b99ebc5d279a4a39a98866458b5d654","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-15 - Cabinet of Vice-President Johannes Hahn x Axel Springer SE"],"date":["2015-06-15"],"summary":["Media situation in Balkans, Digital Single Market and Data Protection"],"notes":["Portfolio: European Neighbourhood Policy & Enlargement Negotiations"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-hahn-johannes-of-president-vice"],"involved":["eu-tr-742417913824-11","ec-person-88a286c6d6c72ec16cca63360e34db2ff7ee4a1d","ec-person-8ffa69c5fdbbacf33a405e9e62a3ef920b5fcde1"]}} -{"id":"ec-meeting-2015-06-15-f67568cb9d7d5c54f35960383bb7975cbc64e31e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-15 - Cabinet of President Jean-Claude Juncker x EDP - Energias de Portugal, SA"],"date":["2015-06-15"],"summary":["Energy Union"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-b1bf9aa5fb7e886441ff341b657cc482b64a2a3e","eu-tr-56592866496-47"]}} -{"id":"ec-meeting-2015-06-15-fc90ec86a3161cad86f49a62e1cb43328b41250f","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2015-06-15 - Cabinet of Commissioner Elżbieta Bieńkowska x Association des Constructeurs Européens d'Automobiles"],"date":["2015-06-15"],"summary":["Competitiveness"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels, Belgium","Brussels"],"address":["Brussels, Belgium","Brussels"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306","addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-0649790813-47","ec-person-b2f9be51339f054477846797e2c119fcf16548fc","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2015-06-16-00e6b6421c0f4283b6f64a18f4faff8a1fd7590c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-16 - Cabinet of Commissioner Corina Crețu x European Water Association Water Europe"],"date":["2015-06-16"],"summary":["Cohesion Policy support to water management"],"notes":["Portfolio: Regional Policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-corina-cretu-of"],"involved":["eu-tr-121848610166-52","ec-person-f5bd4d5d0170028815aba56ee7d4883f0fd70f47","eu-tr-43176485302-45"]}} -{"id":"ec-meeting-2015-06-16-09c3b9462f28591a1fdd31a8a091f1c20a10e416","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-16 - Inspire, Debate, Engage and Accelerate Action x Global Counsel Limited"],"date":["2015-06-16"],"summary":["Working dinner with Lord Mandelson"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-dg-idea"],"involved":["eu-tr-590425913785-60","ec-person-4fe56a64c00b3e81c851b5538878b32481bd7d3c"]}} -{"id":"ec-meeting-2015-06-16-1726bd25023c2abef395a245b1b595a00c0b6e4d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-16 - Cabinet of Vice-President Valdis Dombrovskis x Axel Springer SE"],"date":["2015-06-16"],"summary":["General Data Protection Regulation"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["European Commission –Brussels (Berlaymont)"],"address":["European Commission –Brussels (Berlaymont)"],"addressEntity":["addr-34950b13028a172978feee09b07604284a20a878"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-742417913824-11","ec-person-eec82261c60167b261e56ad1e2bfb4c482db6191"]}} -{"id":"ec-meeting-2015-06-16-2060a756138a9a3d3fdbb0ecf0e7123558a8b670","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-16 - Cabinet of Vice-President Andrus Ansip x Fundacion Europea para la Sociedad de la Informacion"],"date":["2015-06-16"],"summary":["e-government, data, innovation"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-6a03bc4fa7657513ea34529e98dba0671ef4c849","eu-tr-160950415853-61"]}} -{"id":"ec-meeting-2015-06-16-22791a6a3821e8611131d4737994ed622a239b7a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-16 - Cabinet of Commissioner Elżbieta Bieńkowska x BUSINESSEUROPE"],"date":["2015-06-16"],"summary":["ETS reform"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-3978240953-79","ec-person-b2f9be51339f054477846797e2c119fcf16548fc","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2015-06-16-23c5fb447ad85eff0430c77282597ca5eeab931a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-16 - Cabinet of President Jean-Claude Juncker x Association of the European Heating Industry"],"date":["2015-06-16"],"summary":["Energy Union"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-b1bf9aa5fb7e886441ff341b657cc482b64a2a3e","eu-tr-95685068542-71"]}} -{"id":"ec-meeting-2015-06-16-244fb72b0d23b46381cba2de584ccbad2ed28afc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-16 - Cabinet of Vice-President Andrus Ansip x Orgalim – Europe's Technology Industries"],"date":["2015-06-16"],"summary":["DSM, standards"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-20210641335-88","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45"]}} -{"id":"ec-meeting-2015-06-16-29836622e2aef6a3f6539b01cfe36b7dcc722fff","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-16 - Internal Market, Industry, Entrepreneurship and SMEs x Confederazione Generale dell'Industria Italiana"],"date":["2015-06-16"],"summary":["Conclusions of the Competitiviness Council of May 2015"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-grow"],"involved":["ec-person-9f3f9b58a22cf98d55521b290d1facc431bdce86","eu-tr-27762251795-15"]}} -{"id":"ec-meeting-2015-06-16-30a9c77733b3ba248a9d978be2815c6d0fc197d5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-16 - Cabinet of Vice-President Miguel Arias Cañete x World Future Council Foundation"],"date":["2015-06-16"],"summary":["How to achieve 100% renewable energy"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-62773e55e1985542cb18a2a89f2053f2f39146b1","eu-tr-280970610112-75","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd"]}} -{"id":"ec-meeting-2015-06-16-348dffd71ae7109206c32531b5e7c21ea9098e72","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-16 - Cabinet of President Jean-Claude Juncker x The European Alliance of Companies for Energy Efficiency in Buildings"],"date":["2015-06-16"],"summary":["Energy Union"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-99005441548-23","ec-person-b1bf9aa5fb7e886441ff341b657cc482b64a2a3e"]}} -{"id":"ec-meeting-2015-06-16-350811e1aee95129bc2597cc8bdc98101db53550","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-16 - Cabinet of Commissioner Margrethe Vestager x DD Unternehmensentwicklungsgesellschaft mbH"],"date":["2015-06-16"],"summary":["Market conditions for retailers"],"notes":["Portfolio: Competition"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-margrethe-of-vestager"],"involved":["ec-person-0700cb0f43a2d20f4938902c4a086aca632d71fb","eu-tr-782320916758-57"]}} -{"id":"ec-meeting-2015-06-16-361a985ac66e52fdd4a2dd805c55ac25cd28dd16","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-16 - Cabinet of Commissioner Carlos Moedas x Stichting European Climate Foundation"],"date":["2015-06-16"],"summary":["Meeting with i24c"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["eu-tr-64869491516-70","ec-person-fb56329c22510c66ab50a8bdba13230bdae32902"]}} -{"id":"ec-meeting-2015-06-16-3c3e4dd95143f3940e4c744f929f26af51da0436","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-16 - Cabinet of High Representative / Vice-President Federica Mogherini x Confederazione Generale dell'Industria Italiana"],"date":["2015-06-16"],"summary":["Pacchetto Clima Energia 2030"],"notes":["Portfolio: Foreign Affairs and Security Policy"],"location":["Brussels (Berlaymont)"],"address":["Brussels (Berlaymont)"],"addressEntity":["addr-4e70ddf45e81f0631950978c4aa49a218756a3f4"],"organizer":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"involved":["ec-person-0d87d503aa00db1df141f3b1bfea3e0ccb43ece9","eu-tr-27762251795-15"]}} -{"id":"ec-meeting-2015-06-16-40c4dfe558e109e36f83ed9d6893cb87abcd8472","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-16 - Cabinet of Commissioner Jonathan Hill x MARSH & McLENNAN COMPANIES FRANCE"],"date":["2015-06-16"],"summary":["Financial Policy"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["BRUSSELS"],"address":["BRUSSELS"],"addressEntity":["addr-f74337897287bf1b546f30505f5b1f693a87af50"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["ec-person-a9f927e92126f22da48d08ee37b059179988ada8","eu-tr-117683115792-20"]}} -{"id":"ec-meeting-2015-06-16-4b02cd3c71778607d667ba23890a0f2a2aef17f5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-16 - Cabinet of Commissioner Marianne Thyssen x Confédération des Syndicats Chrétiens"],"date":["2015-06-16"],"summary":["EU social dialogue"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["ec-person-c508e9337eca6b067c1f966b82de49c4824a3ad0","eu-tr-80866452991-55"]}} -{"id":"ec-meeting-2015-06-16-4fc76460a807529cfea20ab8a3197d6fee6b724c","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2015-06-16 - Cabinet of President Jean-Claude Juncker x Global Counsel Limited"],"date":["2015-06-16"],"summary":["Working dinner with Lord Mandelson","Lord Mandelson - Communication challenges for a new European Commission: the perspective of a former member of the College"],"notes":["Portfolio: President"],"location":["Brussels, Belgium","Berlaymont, Brussels"],"address":["Brussels, Belgium","Berlaymont, Brussels"],"addressEntity":["addr-fc86ff6aaa2cd722afeb09a33ccd03fec72f8cd1","addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-442e08d247d72bdef0fce4bf17477efe2a5bfe49","ec-person-cdaf2d26bf31f9cd51df4dcae26d0bced763eb2c","ec-person-80c6995ad1cd6aefa72f1bf440b17b6d8c6dd4b8","eu-tr-590425913785-60","ec-person-b1bf9aa5fb7e886441ff341b657cc482b64a2a3e"]}} -{"id":"ec-meeting-2015-06-16-52f4b381e10a84359e106d893e4aa75e7650daad","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-16 - Cabinet of Commissioner Věra Jourová x Deutsche Telekom"],"date":["2015-06-16"],"summary":["Data protection reform"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-f329292459cb1badb7fb7c6b67b698c441931bb2","eu-tr-60052162589-72"]}} -{"id":"ec-meeting-2015-06-16-568fca327bed4a66179bf4f15d34cfcaf47873c1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-16 - Günther Oettinger x Deutsche Telekom"],"date":["2015-06-16"],"summary":["cybersecurity"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-dg-de"],"involved":["ec-person-5652698e8f7b4a189329e67fddbaff44dbe8658c","eu-tr-60052162589-72"]}} -{"id":"ec-meeting-2015-06-16-592f0be2de3338b203123c5ea0d8e398adb2aca5","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2015-06-16 - Cabinet of Vice-President Miguel Arias Cañete x Rolls-Royce plc"],"date":["2015-06-16"],"summary":["Decarbonization"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-95f883d5d0d484088f26191a8fea8553d674dfbe","eu-tr-58290033126-06","ec-person-25a937c04cd0a0ddcf5cf34798e76b5105854114"]}} -{"id":"ec-meeting-2015-06-16-5c11fc70af05f9916ed71ee507e2690853550102","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-16 - Cabinet of Commissioner Carlos Moedas x Rolls-Royce plc"],"date":["2015-06-16"],"summary":["Meeting with Mr Lochbihler and Mr Smith"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["eu-tr-58290033126-06","ec-person-fb56329c22510c66ab50a8bdba13230bdae32902"]}} -{"id":"ec-meeting-2015-06-16-7afa938352b252d3fae3574b5fa66dd1019e1aba","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-16 - Cabinet of Commissioner Jonathan Hill x Global Counsel Limited"],"date":["2015-06-16"],"summary":["Informal discussion on future challenges for Europe"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["eu-tr-590425913785-60","ec-person-f247edfcff54d4f26fc10769f809c92bc72d6797"]}} -{"id":"ec-meeting-2015-06-16-80df2d2740d216b1d96735f72a083edb231824fe","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-16 - Cabinet of Vice-President Cecilia Malmström x Save the Children International"],"date":["2015-06-16"],"summary":["Prevention of child labour via EU trade agreements (Save the Children Sweden Elisabeth Dahlin)"],"notes":["Portfolio: Trade"],"location":["Stockholm"],"address":["Stockholm"],"addressEntity":["addr-c62ff645db3e4e4627445eafdadf5e5683415895"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-19b143e83f8ab978c55c8a9a9e49e06dbfa14bf3","eu-tr-11610562644-55"]}} -{"id":"ec-meeting-2015-06-16-8f2680d83d05e4f904cf3173f256a86d9c5973f5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-16 - Cabinet of Vice-President Miguel Arias Cañete x INGENIERIA Y SERVICIOS DE EFICIENCIA ENERGETICA S.L."],"date":["2015-06-16"],"summary":["Energy Eficiency Market"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-580103617803-87","ec-person-260e00934471a02805fb143935d6e9205a7f355f","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd"]}} -{"id":"ec-meeting-2015-06-16-8f50d574c29aaaeabdb6a62b29e4288422eb861c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-16 - Cabinet of Commissioner Violeta Bulc x Ryanair Holdings"],"date":["2015-06-16"],"summary":["Ryanir 30th anniversary dinner"],"notes":["Portfolio: Transport"],"location":["Brussels, Belguim"],"address":["Brussels, Belguim"],"addressEntity":["addr-84b5e5f38d43901e13b15f0c7dd8b408c954fd9b"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-4d2b449b5047ea3fda435a2a1c1081e3babcdf76","ec-person-5012c5e45a52ee8ce67d19c1781a127af53e73e7","eu-tr-002977215945-85"]}} -{"id":"ec-meeting-2015-06-16-904807640ace3b0dc98a426f23dd475eb3323752","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-16 - Cabinet of Vice-President Jyrki Katainen x North European Oil Trade Oy"],"date":["2015-06-16"],"summary":["Energy Union"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-967325815598-50","ec-person-f9208d930adc70c6c64e21701e48f85f6f18e949"]}} -{"id":"ec-meeting-2015-06-16-90a85c7b599cc094db1928aafe0f7f48e9811491","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-16 - Cabinet of Commissioner Marianne Thyssen x PensioPlus"],"date":["2015-06-16"],"summary":["Priorities on pensions"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["eu-tr-378802611655-48","ec-person-c508e9337eca6b067c1f966b82de49c4824a3ad0","ec-person-ce19440eacb8fd67f534bdbcce33a1c4cedfd071"]}} -{"id":"ec-meeting-2015-06-16-9103010a19b4d20ca223c0492fd6f06df6ef6c04","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-16 - Internal Market, Industry, Entrepreneurship and SMEs x REDISA Non-Profit Company"],"date":["2015-06-16"],"summary":["The Recycling and Enconomy Development Inititative of South Africa"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-grow"],"involved":["ec-person-9f3f9b58a22cf98d55521b290d1facc431bdce86","eu-tr-550734417720-16"]}} -{"id":"ec-meeting-2015-06-16-913d3b651daf3a19aea3ff22b9987e15ee2cdfe7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-16 - Secretariat-General x Global Counsel Limited"],"date":["2015-06-16"],"summary":["General EU Affairs"],"location":["BERL 13/173"],"address":["BERL 13/173"],"addressEntity":["addr-5ab81b1ac29d5060596c105157f48327b80dbe49"],"organizer":["ec-dg-sg"],"involved":["eu-tr-590425913785-60","ec-person-c26c5f1134ca5e14e92270e5b8a0ba9e659f428b"]}} -{"id":"ec-meeting-2015-06-16-940802d3f12bec0f4c37f5ef8f2aee223789b180","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-16 - Communications Networks, Content and Technology x EIT Digital"],"date":["2015-06-16"],"summary":["H2020"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-241696917766-40","ec-person-3d379ff88d704acbd3444fdd59765df1225d4f9b"]}} -{"id":"ec-meeting-2015-06-16-94f574b6a86970dcf536d7658fa58ab22e510e83","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-16 - Cabinet of Vice-President Miguel Arias Cañete x Energy Technologies Europe"],"date":["2015-06-16"],"summary":["Developments at EU/OECD"],"notes":["Portfolio: Climate Action & Energy"],"location":["BERL 8/168"],"address":["BERL 8/168"],"addressEntity":["addr-f3697ddd371551f8ae289c671a7fd8ae8cb5a210"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-7e87a14bf64af274f1cfb85d6b64a405eea6217f","eu-tr-18146381379-29"]}} -{"id":"ec-meeting-2015-06-16-9616ebd5255735eb41cae9dc738ddd234e7ab7d1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-16 - Cabinet of Commissioner Marianne Thyssen x Deutscher Gewerkschaftsbund"],"date":["2015-06-16"],"summary":["Fair mobility network"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["eu-tr-07595112423-87","ec-person-7567514af00f139b390cf9864d28a090ca0fde25"]}} -{"id":"ec-meeting-2015-06-16-99bc0f758e9a74bf077247554ebb504ea96b09f9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-16 - Günther Oettinger x Telekom Austria AG"],"date":["2015-06-16"],"summary":["DSM"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-d8b86b98a24683917c569000ed6d8c45bedbbc00","eu-tr-99255639490-47"]}} -{"id":"ec-meeting-2015-06-16-a0969dab58ffcacc06bc89283280f95c60183ad9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-16 - Cabinet of High Representative / Vice-President Federica Mogherini x Amnesty International Limited"],"date":["2015-06-16"],"summary":["Meeting with Amnesty International Turkey expert"],"notes":["Portfolio: Foreign Affairs and Security Policy"],"location":["Brussels (Berlaymont)"],"address":["Brussels (Berlaymont)"],"addressEntity":["addr-4e70ddf45e81f0631950978c4aa49a218756a3f4"],"organizer":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"involved":["eu-tr-11063928073-34","ec-person-ffe369688b1df8f09154d965f094473d619d72e0"]}} -{"id":"ec-meeting-2015-06-16-ac5f85e2e0c08957f28e0c0c27a00131736be476","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-16 - Cabinet of Commissioner Phil Hogan x European farmers"],"date":["2015-06-16"],"summary":["Preparation of seminar on Big data, Update on logistics in grain sector"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-400dd8d59d3060187d9b9b143d697da1a3d03c12","ec-person-c9d17d5879383b030f61a4066848249fb35d57e4","eu-tr-44856881231-49"]}} -{"id":"ec-meeting-2015-06-16-af2f43dce9f36bd48701a254744782f66bc7d346","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2015-06-16 - Cabinet of Vice-President Valdis Dombrovskis x Tata Consultancy Services"],"date":["2015-06-16"],"summary":["eSkills- transition to more digitalisation- eGovernment.","eSkills, transition to more digitalisation, eGovernment"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["European Commission –Brussels (Berlaymont)","European Commission – Brussels (Berlaymont)"],"address":["European Commission –Brussels (Berlaymont)","European Commission – Brussels (Berlaymont)"],"addressEntity":["addr-18180d99814157bad0e0a2c15a1a84e53cad6326","addr-34950b13028a172978feee09b07604284a20a878"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-a9eda2e8ea54b70a968327672c6cada679d3cd56","ec-person-eec82261c60167b261e56ad1e2bfb4c482db6191","eu-tr-930116617440-93"]}} -{"id":"ec-meeting-2015-06-16-b335e675f9a6a2274a774a2a1698b6de732c255f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-16 - Cabinet of Commissioner Pierre Moscovici x Policy Network and Communications Ltd"],"date":["2015-06-16"],"summary":["Current european political issues"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["eu-tr-471036615028-82","ec-person-3cbeba61ae952f06fe4916c381438ebbc676a597"]}} -{"id":"ec-meeting-2015-06-16-b43b3738c79a10c07c164fc962ea5c1d3b406087","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-16 - Cabinet of Commissioner Violeta Bulc x POLIS"],"date":["2015-06-16"],"summary":["Meeting Polis representatives from all over Europe"],"notes":["Portfolio: Transport"],"location":["Brussels, Belguim"],"address":["Brussels, Belguim"],"addressEntity":["addr-84b5e5f38d43901e13b15f0c7dd8b408c954fd9b"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-4d2b449b5047ea3fda435a2a1c1081e3babcdf76","ec-person-6a5ceb87383474e4b7f430af341029a155e255b0","ec-person-e14c58f620f40325d829df7be0823280307bc15f","eu-tr-27284005223-47"]}} -{"id":"ec-meeting-2015-06-16-b67ed53712cf095d3b5c4e95a6dc185d0688df41","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2015-06-16 - Cabinet of Vice-President Andrus Ansip x Telekom Austria AG"],"date":["2015-06-16"],"summary":["Review of telecom framework."],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-666bc159c7e65a3af9e63c1e97435c02f1496955","eu-tr-99255639490-47"]}} -{"id":"ec-meeting-2015-06-16-b9cf2063d2aa3b76ccdfb0c8c8f056aa762037ae","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2015-06-16 - Cabinet of Vice-President Andrus Ansip x IBM Corporation"],"date":["2015-06-16"],"summary":["Transatlantic relationship in the context of the DSM","DSM"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-5db7bdd1c81da2e70eb5b982097d0004111b5c3e","eu-tr-7721359944-96","ec-person-91ca0921c6790191daa54427311acd63035e7c9e","ec-person-c759bd58acc54869aa8e62ce652efcda416e25c2"]}} -{"id":"ec-meeting-2015-06-16-bec83ab6a48f78323c5f8006a40a11a0640d7649","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-16 - Cabinet of Commissioner Carlos Moedas x Tata Consultancy Services"],"date":["2015-06-16"],"summary":["ICT Innovation"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-23980b2bc4fd9c82051d0f7888dc236b2f764866","eu-tr-930116617440-93"]}} -{"id":"ec-meeting-2015-06-16-c17cb268448db7b8b26958765a4f52ec19098389","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-16 - Cabinet of Commissioner Vytenis Andriukaitis x Quintiles Benefit France"],"date":["2015-06-16"],"summary":["Action by Quintiles carrying and Clinical Tyrials Registres for Pharmaceutical Companies."],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-97425c615743576adc42e09bee7dac14f83f691b","eu-tr-272435817776-55"]}} -{"id":"ec-meeting-2015-06-16-c83cef09cd7e493db185f976a9a40a153236e601","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-16 - Cabinet of Vice-President Karmenu Vella x Association of the European Heating Industry"],"date":["2015-06-16"],"summary":["Energy Labelling"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["ec-person-4ff7c27445db4ad88e687776974fd8d077a1fe0c","eu-tr-95685068542-71"]}} -{"id":"ec-meeting-2015-06-16-cca398ea4b7f4d8a32d8b90d558ad2aa98e1ad88","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-16 - Cabinet of Vice-President Miguel Arias Cañete x Confindustria Servizi Innovativi e Tecnologici"],"date":["2015-06-16"],"summary":["Energy Union"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussles"],"address":["Brussles"],"addressEntity":["addr-e6ba3e89050fdfff2010d3fb9d2fbe42cd1cafd9"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-591192314700-10","ec-person-25a937c04cd0a0ddcf5cf34798e76b5105854114"]}} -{"id":"ec-meeting-2015-06-16-ce70c9ff4b3cd3016a288fe4b0980564aa993c8f","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2015-06-16 - Günther Oettinger x IBM Corporation IBM Corporation"],"date":["2015-06-16"],"summary":["DSM"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-4cd59e13386e3b68ecb3611fcc579e0a0a3938a5","eu-tr-7721359944-96","ec-person-d8b86b98a24683917c569000ed6d8c45bedbbc00"]}} -{"id":"ec-meeting-2015-06-16-d5c0cb2a8a31ca6622c1afd626d530af69157696","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-16 - Internal Market, Industry, Entrepreneurship and SMEs x MCKINSEY & COMPANY SL"],"date":["2015-06-16"],"summary":["Debate on Space, Security & Defence"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-grow"],"involved":["ec-person-9f3f9b58a22cf98d55521b290d1facc431bdce86","eu-tr-478881217865-41"]}} -{"id":"ec-meeting-2015-06-16-ed1e276f1bb85918ff0671177a95fb70d07463cc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-16 - Cabinet of Commissioner Violeta Bulc x FEPORT European Transport Workers' Federation European Sea Ports Organisation"],"date":["2015-06-16"],"summary":["Meeting Port Social Partners"],"notes":["Portfolio: Transport"],"location":["Brussels, Belguim"],"address":["Brussels, Belguim"],"addressEntity":["addr-84b5e5f38d43901e13b15f0c7dd8b408c954fd9b"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-e14c58f620f40325d829df7be0823280307bc15f","eu-tr-01554483175-08","eu-tr-92545571128-74","ec-person-4d2b449b5047ea3fda435a2a1c1081e3babcdf76","eu-tr-801302611511-33"]}} -{"id":"ec-meeting-2015-06-16-f2fb41716d30c4d2bc69e28b4d39715fd5650d63","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-16 - Cabinet of President Jean-Claude Juncker x German Renewable Energy Federation"],"date":["2015-06-16"],"summary":["Energy Union"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-b1bf9aa5fb7e886441ff341b657cc482b64a2a3e","eu-tr-15511499334-46"]}} -{"id":"ec-meeting-2015-06-17-0456ff94968f601ebfe0538fbd32d9c78ca2ca41","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-17 - Cabinet of Vice-President Andrus Ansip x Dublin Chamber of Commerce"],"date":["2015-06-17"],"summary":["DSM"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-205178317010-49","ec-person-c759bd58acc54869aa8e62ce652efcda416e25c2","ec-person-91ca0921c6790191daa54427311acd63035e7c9e"]}} -{"id":"ec-meeting-2015-06-17-063e99b192edb348e63fbf4f5850fd83bc075695","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-17 - Cabinet of Vice-President Maroš Šefčovič x General Electric Company"],"date":["2015-06-17"],"summary":["Energy Union"],"notes":["Portfolio: Energy Union"],"location":["BERL, Bruxelles"],"address":["BERL, Bruxelles"],"addressEntity":["addr-5fa2c339897d0fb8203e3fa45d75f45fc680f461"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-4016736872-59","ec-person-af83ed49c403cb9d7ebfecca7893f0054c1f4be5"]}} -{"id":"ec-meeting-2015-06-17-074464c9ba95c40ad1db43b0d61af6bc98f0d999","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2015-06-17 - Cabinet of Vice-President Karmenu Vella x Comité européen interprofessionnel du thon tropical"],"date":["2015-06-17"],"summary":["Sustainable Fisheries Partnership Agreements, IUU fishing, Ocean Governance, State aid, Trade","Illegal, unreported and unregulated fishing, Regional Fisheries Management Organisations, Ocean Governance, State aid, Trade"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["eu-tr-46018232355-49","ec-person-0e3efd8bc1c3ee9a80205d0bb78f316fa1621e5d"]}} -{"id":"ec-meeting-2015-06-17-0def802b76c0c0eb3aa99a59197f804e06efb12d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-17 - Cabinet of Vice-President Miguel Arias Cañete x European Institute of Peace"],"date":["2015-06-17"],"summary":["EIP"],"notes":["Portfolio: Climate Action & Energy"],"location":["Berl 8/168"],"address":["Berl 8/168"],"addressEntity":["addr-c5c515632266f2b648c1e9dd3ca107910cc906f3"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-272784617259-33","ec-person-7e87a14bf64af274f1cfb85d6b64a405eea6217f"]}} -{"id":"ec-meeting-2015-06-17-1141bfdbbc3667569bb79857d1eb6ad7e00e5f02","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-17 - Cabinet of Vice-President Miguel Arias Cañete x Solvay SA"],"date":["2015-06-17"],"summary":["Commission Communication on Energy Union/ Climate change agenda to Paris COP21"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-58089691185-94","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd","ec-person-25a937c04cd0a0ddcf5cf34798e76b5105854114"]}} -{"id":"ec-meeting-2015-06-17-18494abecb07c3f15b4d2a45d6cede711e1d1899","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-17 - Cabinet of President Jean-Claude Juncker x Axel Springer SE"],"date":["2015-06-17"],"summary":["Digital Single Market"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-742417913824-11","ec-person-44a061693f35519551be0e3dab996e76ad3f8c7c"]}} -{"id":"ec-meeting-2015-06-17-1b8540e55f6534a24b42263665d2bc10ef0717c8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-17 - Cabinet of First Vice-President Frans Timmermans x Zentralverband des Deutschen Handwerks e.V."],"date":["2015-06-17"],"summary":["Better Regulation"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["BERL 12/243"],"address":["BERL 12/243"],"addressEntity":["addr-fb1178ea299e67990c6feb254018fe3d42cd2186"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-5189667783-94","ec-person-0eaac943e895c47df1465dda6c94e671c5081e0a"]}} -{"id":"ec-meeting-2015-06-17-207e996a54d403bdfecb3d692175863a6298ba74","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2015-06-17 - Cabinet of Commissioner Violeta Bulc x GETLINK"],"date":["2015-06-17"],"summary":["Meeting with Eurotunnel","White paper- recast 1RP- EFSI- CEF"],"notes":["Portfolio: Transport"],"location":["Belgium - Brussels","Brussels, Belgium"],"address":["Belgium - Brussels","Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306","addr-ac6ca9cce34c9fd16e6399ce5a60d027a2fcdfa8"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-092337815041-92","ec-person-7ac9445abdddc66a79f539ae13eb74e1ceb512df","ec-person-dd7851e4a1e747e824b4f81139e33bc3cdb73160"]}} -{"id":"ec-meeting-2015-06-17-21019586983632cb1625540544d4924881f46c9a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-17 - Cabinet of Commissioner Margrethe Vestager x Fertilizers Europe"],"date":["2015-06-17"],"summary":["Fertilizer Markets in Europe"],"notes":["Portfolio: Competition"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-margrethe-of-vestager"],"involved":["ec-person-0700cb0f43a2d20f4938902c4a086aca632d71fb","eu-tr-80788715017-29"]}} -{"id":"ec-meeting-2015-06-17-21ab88173eaf48e58fc861dda9687445294de1f5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-17 - Cabinet of Commissioner Carlos Moedas x FEANI"],"date":["2015-06-17"],"summary":["Engineering and EU Research policies"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-23980b2bc4fd9c82051d0f7888dc236b2f764866","eu-tr-71635694112-37"]}} -{"id":"ec-meeting-2015-06-17-24de5ed127f0a01297fac77a2a9e7bf0facd4fdc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-17 - Günther Oettinger x Grupa Allegro sp. z o.o."],"date":["2015-06-17"],"summary":["GDPR"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-dg-de"],"involved":["ec-person-5652698e8f7b4a189329e67fddbaff44dbe8658c","eu-tr-54227469478-01"]}} -{"id":"ec-meeting-2015-06-17-2b3e6ca4585e6025341645540b829db2ea2f9a16","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-17 - Günther Oettinger x Axel Springer SE"],"date":["2015-06-17"],"summary":["GDPR"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-dg-de"],"involved":["eu-tr-742417913824-11","ec-person-5652698e8f7b4a189329e67fddbaff44dbe8658c"]}} -{"id":"ec-meeting-2015-06-17-330088d0e6dcc5a6a8c2cbb8bdfb259d69051f89","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-17 - Günther Oettinger x Alcatel-Lucent"],"date":["2015-06-17"],"summary":["EFSI, TSM, DSM"],"location":["Brüssel"],"address":["Brüssel"],"addressEntity":["addr-76a1120c23e403cd4843f4c60ffc591a79e14f1a"],"organizer":["ec-dg-de"],"involved":["eu-tr-78432668420-81","ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0"]}} -{"id":"ec-meeting-2015-06-17-3374a1c50bf1c588b09cbf798a6b01b1e85f4d7d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-17 - Cabinet of Commissioner Violeta Bulc x RENAULT"],"date":["2015-06-17"],"summary":["TEN-T projects deployed across Europe"],"notes":["Portfolio: Transport"],"location":["Belgium - Brussel"],"address":["Belgium - Brussel"],"addressEntity":["addr-2e6b78f91b55d1f10518bcb583566bf478d4e2d4"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-7ac9445abdddc66a79f539ae13eb74e1ceb512df","eu-tr-946343776-69"]}} -{"id":"ec-meeting-2015-06-17-34fa20346a29302ae67e463cdb9678979a6c2497","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-17 - Cabinet of Vice-President Maroš Šefčovič x Bellenden"],"date":["2015-06-17"],"summary":["IceLink Interconnector"],"notes":["Portfolio: Energy Union"],"location":["Bruxelles"],"address":["Bruxelles"],"addressEntity":["addr-b58f5927b66d94a676970dc048485d4c6848f272"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-2be517b9261a91f2f07e05ec14c6331980e9716e","eu-tr-223463616831-66"]}} -{"id":"ec-meeting-2015-06-17-36fde94ececeaa82f14a43e4ce3307f7ae5a63ef","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-17 - Cabinet of Commissioner Vytenis Andriukaitis x Green 10"],"date":["2015-06-17"],"summary":["EDCs & public health protectio; GMOs; Glyphosate;Sustainable food"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-b9c3f19e7c5f216e3e508f931ddd6a9cb59376d1","eu-tr-70309834043-10"]}} -{"id":"ec-meeting-2015-06-17-6709f6c71ab3773f87cde7fbfef837b863022aac","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-17 - Cabinet of Commissioner Carlos Moedas x European Jewish Association"],"date":["2015-06-17"],"summary":["Innovation cooperation"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-f7ccc3ad366dd2fdb24870e1c02ff2763539c82f","ec-person-2b4bb0b28e7435e5f612e44d9664dbd1051efc55","eu-tr-707551412661-80"]}} -{"id":"ec-meeting-2015-06-17-73e3181c5f3b04ac90390bffd55ee993be0c4694","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-17 - Cabinet of Vice-President Andrus Ansip x Cisco Systems Inc."],"date":["2015-06-17"],"summary":["data, standards"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-6a03bc4fa7657513ea34529e98dba0671ef4c849","eu-tr-494613715191-85"]}} -{"id":"ec-meeting-2015-06-17-89555a50327a7b16b311ceb4769ee30e1bb41320","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-17 - Trade x amfori - Trade with Purpose"],"date":["2015-06-17"],"summary":["EU trade priorities"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-trade"],"involved":["ec-person-bde9bb099f5d24c52ca4a9255cefc99a5b87a650","eu-tr-84768556104-35"]}} -{"id":"ec-meeting-2015-06-17-973496d6662e0a513c4dd2c80572c79945c385f5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-17 - Inspire, Debate, Engage and Accelerate Action x Bruegel"],"date":["2015-06-17"],"summary":["Meeting with Senior Fellow"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-dg-idea"],"involved":["ec-person-4fe56a64c00b3e81c851b5538878b32481bd7d3c","eu-tr-33622026795-64"]}} -{"id":"ec-meeting-2015-06-17-99d7dcebef9844e82c41d0efc08b6e2c1297d8da","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-17 - Cabinet of Commissioner Violeta Bulc x AMADEUS IT GROUP S.A."],"date":["2015-06-17"],"summary":["Meeting with Amadeus"],"notes":["Portfolio: Transport"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-193056815367-44","ec-person-dd7851e4a1e747e824b4f81139e33bc3cdb73160"]}} -{"id":"ec-meeting-2015-06-17-9b0d7a3957378bd8f30015d192f85d5613199a27","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-17 - Cabinet of Vice-President Neven Mimica x Stichting European Climate Foundation"],"date":["2015-06-17"],"summary":["Climate policy and its link to development cooperation"],"notes":["Portfolio: International Cooperation & Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-mimica-neven-of-president-vice"],"involved":["eu-tr-64869491516-70","ec-person-e90858f5aba78fd0e1cb2f757c3f38d55d91f98b"]}} -{"id":"ec-meeting-2015-06-17-9d0a96aa1ab379d8bdec750836d00c72e106d2b1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-17 - Cabinet of Vice-President Andrus Ansip x Wal-Mart Stores, Inc. and its subsidiaries and affiliates"],"date":["2015-06-17"],"summary":["eCommerce data protection and privacy"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-e91c5be432b6b3efdda369792fed67c20b767a45","eu-tr-116598617622-90"]}} -{"id":"ec-meeting-2015-06-17-9e0622aa21068efeb9883c2840a59ac0793a2afc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-17 - Climate Action x Solvay SA"],"date":["2015-06-17"],"summary":["Commission Communication on Energy Union/ Climate change agenda to Paris COP21"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-clima"],"involved":["ec-person-44c2f44f96dda2012bcb4e9abc749f6cae86a4c0","eu-tr-58089691185-94"]}} -{"id":"ec-meeting-2015-06-17-a0969dab58ffcacc06bc89283280f95c60183ad9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-17 - Cabinet of High Representative / Vice-President Federica Mogherini x Amnesty International Limited"],"date":["2015-06-17"],"summary":["Human rights"],"notes":["Portfolio: Foreign Affairs and Security Policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"involved":["eu-tr-11063928073-34","ec-person-efed7cdce9c9bb64dca7aedb11d12aaed5efb809"]}} -{"id":"ec-meeting-2015-06-17-a5f14b6bf1dc01c52ab69c7f2c609170b3a27b26","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-17 - Internal Market, Industry, Entrepreneurship and SMEs x The European Steel Association"],"date":["2015-06-17"],"summary":["The role of the steel sector within the Energy intensive industrie"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-grow"],"involved":["ec-person-9f3f9b58a22cf98d55521b290d1facc431bdce86","eu-tr-93038071152-83"]}} -{"id":"ec-meeting-2015-06-17-aca32cb58ec95a5560a6eab02bc5821b9af47b5a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-17 - Cabinet of Vice-President Valdis Dombrovskis x Transparency International"],"date":["2015-06-17"],"summary":["Corporate transparency and Action Plan on fair taxation of corporate income tax"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["European Commission –Brussels (Berlaymont)"],"address":["European Commission –Brussels (Berlaymont)"],"addressEntity":["addr-34950b13028a172978feee09b07604284a20a878"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-a9eda2e8ea54b70a968327672c6cada679d3cd56","ec-person-eec82261c60167b261e56ad1e2bfb4c482db6191","eu-tr-501222919-71"]}} -{"id":"ec-meeting-2015-06-17-ad9ee50b0e221076e03681b789913009fc8ce65d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-17 - Cabinet of Vice-President Karmenu Vella x Chemicals, Health and Environment Monitoring Trust"],"date":["2015-06-17"],"summary":["REACH"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["ec-person-4ff7c27445db4ad88e687776974fd8d077a1fe0c","eu-tr-27053044762-72"]}} -{"id":"ec-meeting-2015-06-17-ae97091b1b7dd550d76ae903ed06308216ef7267","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-17 - Cabinet of Commissioner Vytenis Andriukaitis x Vandoren Consulting"],"date":["2015-06-17"],"summary":["Palm Oil (Meeting with Paul Vandoren)"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["eu-tr-427689917359-19","ec-person-b9c3f19e7c5f216e3e508f931ddd6a9cb59376d1","ec-person-0dbfffeb0323f819c8d57164906086dd8639c437"]}} -{"id":"ec-meeting-2015-06-17-b02dbe587d606f27936c6fd303e8602c5554ade7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-17 - Cabinet of Vice-President Miguel Arias Cañete x European Society of Radiology"],"date":["2015-06-17"],"summary":["Presentation of ESR activities"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-62773e55e1985542cb18a2a89f2053f2f39146b1","eu-tr-478131313572-40"]}} -{"id":"ec-meeting-2015-06-17-b3149ef62e51da58e4c4099f9bd2ee694c27ac1a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-17 - Communications Networks, Content and Technology x Spotify"],"date":["2015-06-17"],"summary":["DSM"],"location":["Riga"],"address":["Riga"],"addressEntity":["addr-e98260de43e8b705667726783aef78b8badb67e7"],"organizer":["ec-dg-connect"],"involved":["eu-tr-365747616583-15","ec-person-3d379ff88d704acbd3444fdd59765df1225d4f9b"]}} -{"id":"ec-meeting-2015-06-17-ba8102afc7c9bd3339ad796c27672813a4d87451","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-17 - Cabinet of Commissioner Jonathan Hill x Fédération Française de l'Assurance"],"date":["2015-06-17"],"summary":["Solvency II"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["eu-tr-5149794935-37","ec-person-890015b0d769ee93a09119846b414d4aae7c64ae"]}} -{"id":"ec-meeting-2015-06-17-baf89754530e2084fc26a377839a9ce0b41933a2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-17 - Cabinet of President Jean-Claude Juncker x Third Generation Environmentalism Ltd Avaaz Foundation"],"date":["2015-06-17"],"summary":["Climate Action and Energy"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-07783117686-61","eu-tr-475565317526-24","ec-person-b1bf9aa5fb7e886441ff341b657cc482b64a2a3e"]}} -{"id":"ec-meeting-2015-06-17-c720b31ff9a9ed13c970bdfec9e68f1030a66c1a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-17 - Cabinet of Vice-President Andrus Ansip x FairSearch"],"date":["2015-06-17"],"summary":["Platforms"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-329146212053-87","ec-person-666bc159c7e65a3af9e63c1e97435c02f1496955"]}} -{"id":"ec-meeting-2015-06-17-cfef00bcd2555477e0b9cf36182783fd121e23b0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-17 - Cabinet of Commissioner Jonathan Hill x European Round Table for Industry"],"date":["2015-06-17"],"summary":["Capital Markets Union/Capital Requirements Regulation/Markets in Financial Instruments Directive II"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["eu-tr-25487567824-45","ec-person-f247edfcff54d4f26fc10769f809c92bc72d6797"]}} -{"id":"ec-meeting-2015-06-17-d7f5b7d21e7709f864049cafe56c28a562343d37","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-17 - Cabinet of First Vice-President Frans Timmermans x Bertelsmann Stiftung King Baudouin Foundation"],"date":["2015-06-17"],"summary":["New Pact for Europe 2015 event - keynote speech"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-759326517587-51","ec-person-f3a0db9fe3b985fb3a6665117484ee9f97b0e339","eu-tr-13571025706-27","ec-person-966667b73d92624be9bb019c2baab7e52331b3d3"]}} -{"id":"ec-meeting-2015-06-17-e3200bbe521b6a88f5eb65987453b75c38c07426","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-17 - Climate Action x European Chemical Industry Council"],"date":["2015-06-17"],"summary":["Commission Communication on Energy Union / Climate change agenda to Paris - COP21"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-clima"],"involved":["ec-person-44c2f44f96dda2012bcb4e9abc749f6cae86a4c0","eu-tr-64879142323-90"]}} -{"id":"ec-meeting-2015-06-17-f694878d1863f1a28fe828e179b41ab5ec0fe254","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-17 - Cabinet of Commissioner Jonathan Hill x BNP PARIBAS"],"date":["2015-06-17"],"summary":["Covered Bonds, Capital Markets Union"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["ec-person-890015b0d769ee93a09119846b414d4aae7c64ae","eu-tr-78787381113-69"]}} -{"id":"ec-meeting-2015-06-17-fa097d076992c9e8c42c16a007159d835774edf7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-17 - Cabinet of Commissioner Carlos Moedas x Kreab Kraton Chemical B.V. Forchem Oyj"],"date":["2015-06-17"],"summary":["ILUC Directive - Classification of Crude Tall Oil as residue"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["eu-tr-413921412461-14","eu-tr-1078390517-54","ec-person-07b66759c911240aaa2b917489884273c71fac90","eu-tr-27765665712-26"]}} -{"id":"ec-meeting-2015-06-18-00b4da3bf2ddc32da44d5170bf2215d050c9f062","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-18 - Cabinet of Commissioner Phil Hogan x Deutscher Bauernverband Deutscher Bauernverband"],"date":["2015-06-18"],"summary":["Food Supply Chain, Supply Chain Initiative"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-a985b9a03cb4f9af4f2f97583d8f92fb71579572","eu-tr-73085531345-65"]}} -{"id":"ec-meeting-2015-06-18-0203a952256073394554ec9370a03c514f360f95","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-18 - Cabinet of Vice-President Valdis Dombrovskis x Stiftung Ordnungspolitik - Centrum für Europäische Politik"],"date":["2015-06-18"],"summary":["European Economic Governance"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Berlaymont 10/072"],"address":["Berlaymont 10/072"],"addressEntity":["addr-43e6e612b3a6d52dd49dd3fa2210b69e7eef320e"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-488753210783-18","ec-person-48f31156d932641826e09f5b73f074d35ff05786"]}} -{"id":"ec-meeting-2015-06-18-07634fcc20d9e7538e2fd62b2d228ae44a63c32e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-18 - Cabinet of Vice-President Maroš Šefčovič x SOCAR Representative Office in Belgium"],"date":["2015-06-18"],"summary":["State of play Southern Gas Corridor"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-293526811220-13","ec-person-3bf48630444ace93d407e52eb880e64d480f75ce"]}} -{"id":"ec-meeting-2015-06-18-08f50aa08c1dbdd2c0fbda18cdec218611c6ab21","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-18 - Cabinet of Vice-President Neven Mimica x FUNDACION OXFAM INTERMON"],"date":["2015-06-18"],"summary":["Resilience as an objective for Development and Humanitarian aid actors: maximising synergies."],"notes":["Portfolio: International Cooperation & Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-mimica-neven-of-president-vice"],"involved":["ec-person-b187f3955c71d2e1daa48e02fd0a09ab7c6f6098","eu-tr-743383317319-04"]}} -{"id":"ec-meeting-2015-06-18-10301bce1af1dc854f737c25a85071f61c235c80","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-18 - Cabinet of Commissioner Tibor Navracsics x EPPA SA"],"date":["2015-06-18"],"summary":["Innovation policy"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["eu-tr-31367501249-92","ec-person-fc5c01a0bffedf0f4e205a759b40239535313d28"]}} -{"id":"ec-meeting-2015-06-18-170a5eaf42e388b70ed671c11742fbea07f32957","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-18 - Cabinet of Vice-President Andrus Ansip x Telefonica, S.A."],"date":["2015-06-18"],"summary":["Protection privacy of EU citizens"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-52431421-12","ec-person-5db7bdd1c81da2e70eb5b982097d0004111b5c3e"]}} -{"id":"ec-meeting-2015-06-18-1e01cdbf98f337e6d817ba075d114b93ea0efd2a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-18 - Cabinet of President Jean-Claude Juncker x ENGIE"],"date":["2015-06-18"],"summary":["Etienne Davignon - Political priorities of this Commission"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-90947457424-20","ec-person-80c6995ad1cd6aefa72f1bf440b17b6d8c6dd4b8"]}} -{"id":"ec-meeting-2015-06-18-1e375d5eceecbe28ff2c480085b38fc0a6b1e6d2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-18 - Cabinet of Vice-President Karmenu Vella x Associazione Peacelink"],"date":["2015-06-18"],"summary":["ILVA"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["eu-tr-566948015021-66","ec-person-0188cdcf7c0a8fcf8a7b49289575f4c70fd09534"]}} -{"id":"ec-meeting-2015-06-18-207e996a54d403bdfecb3d692175863a6298ba74","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-18 - Cabinet of Commissioner Violeta Bulc x GETLINK"],"date":["2015-06-18"],"summary":["4th railway package, white paper, EFSI"],"notes":["Portfolio: Transport"],"location":["Brussels - Belgium"],"address":["Brussels - Belgium"],"addressEntity":["addr-85d514873c3b55c68206168e47e9d4fc69799cc8"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-092337815041-92","ec-person-7ac9445abdddc66a79f539ae13eb74e1ceb512df"]}} -{"id":"ec-meeting-2015-06-18-23f3b7e00fbbf0ae84307462b5196d59bb5869a1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-18 - Cabinet of Commissioner Carlos Moedas x European Brain Council"],"date":["2015-06-18"],"summary":["European Brain Research"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["eu-tr-31091478710-90","ec-person-23980b2bc4fd9c82051d0f7888dc236b2f764866"]}} -{"id":"ec-meeting-2015-06-18-24dc40570d824c279c6b9b98a05e0f4299867520","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-18 - Cabinet of Vice-President Jyrki Katainen x General Electric Company"],"date":["2015-06-18"],"summary":["Investments in Europe"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-7c9460f99c5872dbdc561f5752401c870d12e98b","eu-tr-4016736872-59"]}} -{"id":"ec-meeting-2015-06-18-27d90358d42777d8c27f7ac53b31b55493d24d65","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-18 - Cabinet of Vice-President Andrus Ansip x Amazon Europe Core SARL"],"date":["2015-06-18"],"summary":["Platforms & NIS"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-666bc159c7e65a3af9e63c1e97435c02f1496955","eu-tr-366117914426-10"]}} -{"id":"ec-meeting-2015-06-18-2c32b67cd2a43426d92fe6155b63e970bfd594fd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-18 - Cabinet of Commissioner Elżbieta Bieńkowska x Stiftung Ordnungspolitik - Centrum für Europäische Politik"],"date":["2015-06-18"],"summary":["Introductory meeting"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-488753210783-18","ec-person-b2f9be51339f054477846797e2c119fcf16548fc","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2015-06-18-384f8064d4860f86d49cbc3453191bcd05e3c080","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-18 - Cabinet of Vice-President Miguel Arias Cañete x Stiftung Ordnungspolitik - Centrum für Europäische Politik"],"date":["2015-06-18"],"summary":["Reform of the EU ETS"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-488753210783-18","ec-person-260e00934471a02805fb143935d6e9205a7f355f"]}} -{"id":"ec-meeting-2015-06-18-3d0d857063cf21a4bc3b0881b74e9d174a61b409","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-18 - Cabinet of Vice-President Andrus Ansip x Schneider Electric"],"date":["2015-06-18"],"summary":["DSM"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-5db7bdd1c81da2e70eb5b982097d0004111b5c3e","eu-tr-46302264606-44","ec-person-91ca0921c6790191daa54427311acd63035e7c9e"]}} -{"id":"ec-meeting-2015-06-18-56601997b934a500a3d042567a28aa3b62320f25","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-18 - Cabinet of Commissioner Vytenis Andriukaitis x UK Pesticides Campaign"],"date":["2015-06-18"],"summary":["Usage of pesticides"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["eu-tr-43591669812-20","ec-person-d462b3c7daeee00ad55e380a7fb96819f79899df"]}} -{"id":"ec-meeting-2015-06-18-6588dd4f669594854cf93375ef31ad85398284cf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-18 - Cabinet of High Representative / Vice-President Federica Mogherini x amfori - Trade with Purpose"],"date":["2015-06-18"],"summary":["EU-TRADE relations with US, Latin America and Turkey"],"notes":["Portfolio: Foreign Affairs and Security Policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"involved":["eu-tr-84768556104-35","ec-person-189fa91edba64d04693773d2f922608c3f83b78d"]}} -{"id":"ec-meeting-2015-06-18-68b486bb6331f9661e3b47a966ec0f4fe7babad8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-18 - Cabinet of Commissioner Pierre Moscovici x Stiftung Ordnungspolitik - Centrum für Europäische Politik"],"date":["2015-06-18"],"summary":["Economic and Fiscal Policy, UEM"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["eu-tr-488753210783-18","ec-person-14ef50b9efbe5ab02d528e0ec4ac50c9caf964e3"]}} -{"id":"ec-meeting-2015-06-18-68ffff2470a059268c49f8181aa5832fc4e414af","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-18 - Financial Stability, Financial Services and Capital Markets Union x BUSINESSEUROPE"],"date":["2015-06-18"],"summary":["Capital Markets Union (CMU)"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["ec-person-6be7848f21e63e093fdf3693cc8c3e2b6d29f776","eu-tr-3978240953-79"]}} -{"id":"ec-meeting-2015-06-18-8708da5c2e655828f21b80659be370395dd71d3a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-18 - Cabinet of Commissioner Carlos Moedas x European Academies' Science Advisory Council"],"date":["2015-06-18"],"summary":["Meeting with Bill Gillett"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-fb56329c22510c66ab50a8bdba13230bdae32902","eu-tr-133236011647-58"]}} -{"id":"ec-meeting-2015-06-18-87a7ed6bf95fcdc8e30d39147d8552169a548859","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2015-06-18 - Cabinet of Commissioner Violeta Bulc x World Economic Forum"],"date":["2015-06-18"],"summary":["Meeting with World Economic Forum","Transport - urban mobility"],"notes":["Portfolio: Transport"],"location":["Brussels, Belgium","Brussels"],"address":["Brussels, Belgium","Brussels"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306","addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-6a5ceb87383474e4b7f430af341029a155e255b0","eu-tr-953426816942-83","ec-person-e14c58f620f40325d829df7be0823280307bc15f"]}} -{"id":"ec-meeting-2015-06-18-940b62c92a9d668fa41a320b45086164967603b9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-18 - Cabinet of Vice-President Jyrki Katainen x Technology Industries of Finland (Teknologiateollisuus ry)"],"date":["2015-06-18"],"summary":["Energy Union"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-f9208d930adc70c6c64e21701e48f85f6f18e949","eu-tr-39705603497-38"]}} -{"id":"ec-meeting-2015-06-18-a1c959e71621f4c55b6954820e8bcd60518f5a68","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-18 - Cabinet of Vice-President Cecilia Malmström x Fair Trade Advocacy Office"],"date":["2015-06-18"],"summary":["Fair trade"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-19b143e83f8ab978c55c8a9a9e49e06dbfa14bf3","eu-tr-20744335040-66"]}} -{"id":"ec-meeting-2015-06-18-ab0ef839288d6930c9ec5e6462b8b5cead667033","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-18 - Cabinet of Commissioner Věra Jourová x Wal-Mart Stores, Inc. and its subsidiaries and affiliates"],"date":["2015-06-18"],"summary":["Data protection reform"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-f329292459cb1badb7fb7c6b67b698c441931bb2","eu-tr-116598617622-90"]}} -{"id":"ec-meeting-2015-06-18-b17adfe9d0f8e0a425a8c028cf9b7fc92456a1d4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-18 - Günther Oettinger x Spotify"],"date":["2015-06-18"],"summary":["DSM"],"location":["Riga"],"address":["Riga"],"addressEntity":["addr-e98260de43e8b705667726783aef78b8badb67e7"],"organizer":["ec-dg-de"],"involved":["eu-tr-365747616583-15","ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0"]}} -{"id":"ec-meeting-2015-06-18-b5558b744ff822b653a89276ef56ea134f8ccbee","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-18 - Cabinet of President Jean-Claude Juncker x Greenpeace European Unit"],"date":["2015-06-18"],"summary":["The EU's Arctic Policy, G7 and EU commitments on climate, Free speech and Greenpeace in India"],"notes":["Portfolio: President"],"location":["BERL 13/093"],"address":["BERL 13/093"],"addressEntity":["addr-89c426ebafcb34df97662421156b785b011c4b63"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-9832909575-41","ec-person-da1926615bdcdb789928b90ac532982fef6e24ee"]}} -{"id":"ec-meeting-2015-06-18-b94c3192635a91ff615470285dec6bdd83244121","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-18 - Cabinet of Vice-President Miguel Arias Cañete x Sandbag Climate Campaign CIC"],"date":["2015-06-18"],"summary":["New policy work on CCS and ETS Review"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-260e00934471a02805fb143935d6e9205a7f355f","eu-tr-94944179052-82"]}} -{"id":"ec-meeting-2015-06-18-d1e98fc2af0eb17cb5a4823f1d2696169d67ad3f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-18 - Cabinet of Commissioner Jonathan Hill x Sarasin & Partners LLP"],"date":["2015-06-18"],"summary":["International Financial Reporting Standards (IFRS)"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Belgium, Brussels, BERL"],"address":["Belgium, Brussels, BERL"],"addressEntity":["addr-afebf85a436897fe5234b2ac0d00a1ddc4c9dd27"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["ec-person-5fdb62e20cecef81f87f94d3d1bcdd3b47b26af0","eu-tr-956714817197-49"]}} -{"id":"ec-meeting-2015-06-18-e117f4b78632eefc45f650bc99ebaf6efb4e74e5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-18 - Cabinet of Vice-President Miguel Arias Cañete x European Federation of Local and Regional Energy Companies"],"date":["2015-06-18"],"summary":["Electricity Market design"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-1831691c10441c5974327bbeb8693d6b6c1e50c3","eu-tr-54829912208-85","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd"]}} -{"id":"ec-meeting-2015-06-18-f330f606fefd98f29e6c02db9662365c8c5a0b06","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-18 - Cabinet of Commissioner Vytenis Andriukaitis x None"],"date":["2015-06-18"],"summary":["New Greek project on Healthcare workerd. Health aspects of migration."],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-97425c615743576adc42e09bee7dac14f83f691b"]}} -{"id":"ec-meeting-2015-06-18-f443a185a886ca87f67a7691bab32adbd102cb22","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-18 - Cabinet of High Representative / Vice-President Federica Mogherini x EuroGeoSurveys - The Geological Surveys of Europe"],"date":["2015-06-18"],"summary":["Independent assessment _Natural resources of Ukraine"],"notes":["Portfolio: Foreign Affairs and Security Policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"involved":["eu-tr-01224764261-72","ec-person-97549b50ce25e488bb1c03d83cfb838cd4fdf293"]}} -{"id":"ec-meeting-2015-06-19-1b53149a2649eb6f7008ad505381270f03408695","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-19 - Cabinet of Commissioner Violeta Bulc x Etihad Airways"],"date":["2015-06-19"],"summary":["Aviation package"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-5012c5e45a52ee8ce67d19c1781a127af53e73e7","eu-tr-142277315551-86"]}} -{"id":"ec-meeting-2015-06-19-3b7b633f9c5694043b15c721ae9bc3b3064818eb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-19 - Cabinet of President Jean-Claude Juncker x Bundesverband Öffentlicher Banken Deutschlands eV"],"date":["2015-06-19"],"summary":["Capital Markets Union"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-0767788931-41","ec-person-c402e34a99fbee730ae22e3b1958e21c94dc6fcc"]}} -{"id":"ec-meeting-2015-06-19-4b278f30353c32c87b3871f864a8e179093afdf9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-19 - Cabinet of Commissioner Jonathan Hill x Global Financial Markets Association"],"date":["2015-06-19"],"summary":["Financial Policy"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["ec-person-a9f927e92126f22da48d08ee37b059179988ada8","eu-tr-898223513605-51"]}} -{"id":"ec-meeting-2015-06-19-60cc28ea9010217c02895c572e97ee1c6b714ff0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-19 - Cabinet of Vice-President Andrus Ansip x Broadcom"],"date":["2015-06-19"],"summary":["DSM, cloud"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-240029014014-18","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45"]}} -{"id":"ec-meeting-2015-06-19-9c84de50ed2dc024c1c74fae1c04de963b75fb28","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-19 - Cabinet of Vice-President Cecilia Malmström x Bayerische Motoren Werke Aktiengesellschaft Daimler Aktiengesellschaft"],"date":["2015-06-19"],"summary":["TTIP"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-cb8ca9ec2413722fa83484ed18dd76ace52d0118","eu-tr-7193977808-18","eu-tr-2349218828-41"]}} -{"id":"ec-meeting-2015-06-19-b27989a7481e0b73872fb390753bf55a4cdbe8cb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-19 - Günther Oettinger x AIM - European Brands Association"],"date":["2015-06-19"],"summary":["DSM"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-1074382679-01","ec-person-d8b86b98a24683917c569000ed6d8c45bedbbc00"]}} -{"id":"ec-meeting-2015-06-19-c82bde1115fd6c5c80ad84caa6b8ee2c7057238b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-19 - Cabinet of Commissioner Violeta Bulc x Bayerische Motoren Werke Aktiengesellschaft"],"date":["2015-06-19"],"summary":["Meeting with BMW Group"],"notes":["Portfolio: Transport"],"location":["Brussels, Belgum"],"address":["Brussels, Belgum"],"addressEntity":["addr-332e002fc3c61331d68aa9fc6d73ac1eecd27221"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-e14c58f620f40325d829df7be0823280307bc15f","eu-tr-7193977808-18"]}} -{"id":"ec-meeting-2015-06-19-da7d8be92b80cd07e069917e49522c35e4dcdba9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-19 - Cabinet of Commissioner Phil Hogan x Agr Blay SL"],"date":["2015-06-19"],"summary":["Introduction to Agr Food Marketing and to their project to prevent childhood obesity"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-114241717029-01","ec-person-c9d17d5879383b030f61a4066848249fb35d57e4"]}} -{"id":"ec-meeting-2015-06-22-0c3062246228cc3d25d74ffb3d5a9b7243f750c8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-22 - Cabinet of Vice-President Valdis Dombrovskis x Hanns-Seidel-Stiftung"],"date":["2015-06-22"],"summary":["Taxes and Enterprises in Europe: Enabling Competition, Fostering Growth."],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Representation of the Free State of Bavaria to the European Union- Brussels"],"address":["Representation of the Free State of Bavaria to the European Union- Brussels"],"addressEntity":["addr-fbb5f8249b0893265753dd5a9ad6a5774afc9ac6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-48f31156d932641826e09f5b73f074d35ff05786","eu-tr-49906988199-86","ec-person-a9eda2e8ea54b70a968327672c6cada679d3cd56"]}} -{"id":"ec-meeting-2015-06-22-17e56c26c7f7ef262a10baf1e2bfbb269a8a3add","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-22 - Günther Oettinger x DIGITALEUROPE ITI - The Information Technology Industry Council"],"date":["2015-06-22"],"summary":["DSM"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-64270747023-20","ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0","eu-tr-061601915428-87"]}} -{"id":"ec-meeting-2015-06-22-39117641943dd83432ad1a7ff2fabb7c2f703d36","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-22 - Cabinet of Vice-President Miguel Arias Cañete x ASOCIACIÓN EMPRESARIAL EÓLICA"],"date":["2015-06-22"],"summary":["Wind Energy in Spain"],"notes":["Portfolio: Climate Action & Energy"],"location":["Madrid, Spain"],"address":["Madrid, Spain"],"addressEntity":["addr-f2c4f2ef1ea88618aa1533f69b0d18fc1125a9d2"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-157030317994-18","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd","ec-person-2229c857664a22dcb8eee79a8c05841fd3d0924f"]}} -{"id":"ec-meeting-2015-06-22-3d6c3e1ea72fc38626c064eee916e2aeb9dacc37","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-22 - Cabinet of Commissioner Violeta Bulc x Deutscher Industrie- und Handelskammertag e.V."],"date":["2015-06-22"],"summary":["Meeting with DIHK"],"notes":["Portfolio: Transport"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-22400601191-42","ec-person-e14c58f620f40325d829df7be0823280307bc15f"]}} -{"id":"ec-meeting-2015-06-22-49d6b501d5363637e2deea5018226da38da39f53","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-22 - Cabinet of Commissioner Violeta Bulc x ASD-Eurospace"],"date":["2015-06-22"],"summary":["Civil aviation"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-5012c5e45a52ee8ce67d19c1781a127af53e73e7","eu-tr-873508417106-05"]}} -{"id":"ec-meeting-2015-06-22-5fb9a3a6ac85c14fc6a8decebde84e361943a19c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-22 - Cabinet of Vice-President Andrus Ansip x Society of Audiovisual Authors"],"date":["2015-06-22"],"summary":["Copyright, remuneration of authors"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-99336382936-11","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45","ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0"]}} -{"id":"ec-meeting-2015-06-22-693ef50699f08d2c07dfdbb58b16208fc170fb04","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-22 - Cabinet of Commissioner Pierre Moscovici x Confédération Européenne des Vignerons Indépendants"],"date":["2015-06-22"],"summary":["Vente à distance de produits soumis à accise à destination des particuliers"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["eu-tr-392895453-71","ec-person-738f7f25002d191bd2df8936e8f8d1d726c19e2e"]}} -{"id":"ec-meeting-2015-06-22-702ee9eaa6f25f91534e96adae35744827e0f989","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-22 - Cabinet of Vice-President Miguel Arias Cañete x None"],"date":["2015-06-22"],"summary":["International Climate negotiations"],"notes":["Portfolio: Climate Action & Energy"],"location":["BERL 8/159"],"address":["BERL 8/159"],"addressEntity":["addr-7c4c49456eb5698dbcc23dab8a569f5f471aec7a"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-7e87a14bf64af274f1cfb85d6b64a405eea6217f"]}} -{"id":"ec-meeting-2015-06-22-71b41a87bf129d72277938618a43b6d30aa59993","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-22 - Cabinet of Commissioner Carlos Moedas x Bill & Melinda Gates Foundation"],"date":["2015-06-22"],"summary":["Cooperation in global health"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-23980b2bc4fd9c82051d0f7888dc236b2f764866","eu-tr-371567915480-41"]}} -{"id":"ec-meeting-2015-06-22-7fe284709b5b2c19f8e43f211e7e81c5fa7a358b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-22 - Cabinet of Commissioner Vytenis Andriukaitis x Kaufland"],"date":["2015-06-22"],"summary":["Animal Welfare, Food Waste"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["eu-tr-13480556813-27","ec-person-0dbfffeb0323f819c8d57164906086dd8639c437"]}} -{"id":"ec-meeting-2015-06-22-89a708441a057cbf7c18ba6464cb6afe5f32fab3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-22 - Cabinet of Commissioner Marianne Thyssen x DLA Piper UK LLP - Belgium"],"date":["2015-06-22"],"summary":["Jobs and investment"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["ec-person-7567514af00f139b390cf9864d28a090ca0fde25","eu-tr-038826514581-56"]}} -{"id":"ec-meeting-2015-06-22-9e133c3620b8622571d22b7f2b8675f8a6995d0f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-22 - Cabinet of Commissioner Jonathan Hill x Reinsurance Association of America"],"date":["2015-06-22"],"summary":["EU-US Covered Agreement"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["eu-tr-062644816920-63","ec-person-890015b0d769ee93a09119846b414d4aae7c64ae"]}} -{"id":"ec-meeting-2015-06-22-b9aa40017355e4692bfb1bbcb4cfb3be8919f464","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-22 - Cabinet of Commissioner Phil Hogan x Diageo"],"date":["2015-06-22"],"summary":["International Trade"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Dublin, Ireland"],"address":["Dublin, Ireland"],"addressEntity":["addr-9254d2b0cd15e920cbb060acf87f8f943a0508e9"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-10774885698-20","ec-person-a1a78365cc4685b0958056646204977d8f2ead92"]}} -{"id":"ec-meeting-2015-06-22-c0f8a4b250485cb91e100aa35930b5ea70c1f286","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-22 - Cabinet of First Vice-President Frans Timmermans x The Alliance for Beverage Cartons and the Environment"],"date":["2015-06-22"],"summary":["circular economy package"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["ec-person-7a0c440119cd5d547eceebb055c79b8bb41bf9a2","eu-tr-57004293853-27"]}} -{"id":"ec-meeting-2015-06-22-c6ce66df3e202ca00888f1d58d288006c9028f32","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-22 - Cabinet of Vice-President Maroš Šefčovič x CEMBUREAU - The European Cement Association"],"date":["2015-06-22"],"summary":["The position of the European Cement industry vis-à-vis European decarbonisation policy; challenges to the sector."],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-ea6b517040e26a62f17d2829afffeba48cfd682f","eu-tr-93987316076-63"]}} -{"id":"ec-meeting-2015-06-22-c965a1902adac8b8e52c0fe324b6a9d1500d47fd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-22 - Cabinet of President Jean-Claude Juncker x WPP 2005 ltd"],"date":["2015-06-22"],"summary":["Juncker Commission priorities"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-b1bf9aa5fb7e886441ff341b657cc482b64a2a3e","eu-tr-244175117232-95"]}} -{"id":"ec-meeting-2015-06-22-cce6f016fcfd56858b02b9edd749a4f9c7da1941","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-22 - Cabinet of Commissioner Violeta Bulc x AeroSpace and Defence Industries Association of Europe"],"date":["2015-06-22"],"summary":["Meeting with ASD"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-5012c5e45a52ee8ce67d19c1781a127af53e73e7","eu-tr-72699997886-57"]}} -{"id":"ec-meeting-2015-06-22-d58e4ae8021041e6d0008fe0f7a4d1ae5089fc36","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-22 - Cabinet of Commissioner Margrethe Vestager x QUALCOMM Incorporated"],"date":["2015-06-22"],"summary":["IP issues in technology markets"],"notes":["Portfolio: Competition"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-margrethe-of-vestager"],"involved":["ec-person-0700cb0f43a2d20f4938902c4a086aca632d71fb","eu-tr-00358442856-45"]}} -{"id":"ec-meeting-2015-06-22-dd0fbf07224bebc876c91e056a0ed10449297df0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-22 - Cabinet of Commissioner Tibor Navracsics x European Institute for Asian Studies"],"date":["2015-06-22"],"summary":["EU-China Dialogue"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["eu-tr-060904811513-73","ec-person-4d24029a6a4b5bbdcd825e134f010bd0b384f80a"]}} -{"id":"ec-meeting-2015-06-22-e0e21e02998687043f3ce8cae2cbfeb6c9196309","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-22 - Cabinet of Vice-President Maroš Šefčovič x Daimler Aktiengesellschaft"],"date":["2015-06-22"],"summary":["Energy Union"],"notes":["Portfolio: Energy Union"],"location":["BERL, Brussels"],"address":["BERL, Brussels"],"addressEntity":["addr-c1b89a719fb4c3b86c91ae01524d04183caeb9e6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-2349218828-41","ec-person-af83ed49c403cb9d7ebfecca7893f0054c1f4be5"]}} -{"id":"ec-meeting-2015-06-22-f8c95861ab2d336fcae886b9db0d84db76e7f3f0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-22 - Cabinet of Vice-President Jyrki Katainen x The Alliance for Beverage Cartons and the Environment"],"date":["2015-06-22"],"summary":["Circular Economy"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-0310c3b87e155f5572493e91d12eebab9736a76b","eu-tr-57004293853-27"]}} -{"id":"ec-meeting-2015-06-23-12953df5f4fe7216f87719b39d77cdfa9565f746","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-23 - Cabinet of Vice-President Jyrki Katainen x TheCityUK"],"date":["2015-06-23"],"summary":["International aspects of the investment plan"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-237922911665-25","ec-person-7c9460f99c5872dbdc561f5752401c870d12e98b"]}} -{"id":"ec-meeting-2015-06-23-1bdab209b11830b52b94f2e99df1b8e6130ece7c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-23 - Günther Oettinger x CEMA - European Agricultural Machinery Industry Association"],"date":["2015-06-23"],"summary":["agriculture + digitalisation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-4cd59e13386e3b68ecb3611fcc579e0a0a3938a5","eu-tr-489575310490-58"]}} -{"id":"ec-meeting-2015-06-23-26459166b7c672cdb0eac6dfcb7fa8d834713f0b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-23 - Cabinet of Vice-President Karmenu Vella x The Pew Charitable Trusts ClientEarth Seas At Risk vzw WWF European Policy Programme OCEANA Greenpeace European Unit Stichting BirdLife Europe"],"date":["2015-06-23"],"summary":["Ocean Governance"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["eu-tr-95261732139-73","eu-tr-1083162721-43","eu-tr-1414929419-24","eu-tr-47937943241-80","eu-tr-46834536998-79","eu-tr-96645517357-19","ec-person-0e3efd8bc1c3ee9a80205d0bb78f316fa1621e5d","eu-tr-9832909575-41"]}} -{"id":"ec-meeting-2015-06-23-28566dc14a6f6214ce8bbeb0567a7fda7725c9d5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-23 - Cabinet of Vice-President Neven Mimica x The ONE Campaign"],"date":["2015-06-23"],"summary":["SDGs financing for development"],"notes":["Portfolio: International Cooperation & Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-mimica-neven-of-president-vice"],"involved":["eu-tr-26098317349-65","ec-person-e90858f5aba78fd0e1cb2f757c3f38d55d91f98b"]}} -{"id":"ec-meeting-2015-06-23-28ccd78f5b61b59c2542b9e2f366cafe0ed2e625","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-23 - Günther Oettinger x Federation of European Data and Marketing"],"date":["2015-06-23"],"summary":["DSM"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-39300567160-02","ec-person-c6cae64cc7dc787b66a47ab1613d3e922875b971"]}} -{"id":"ec-meeting-2015-06-23-2b9b0bad15e3de2b2b6fdf2cef0ac72ec28b2121","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-23 - Cabinet of Commissioner Pierre Moscovici x Institute of International Finance"],"date":["2015-06-23"],"summary":["Exchange of views on the outlook for economic and financial developments within Europe and globally."],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["eu-tr-48714858158-06","ec-person-3cbeba61ae952f06fe4916c381438ebbc676a597"]}} -{"id":"ec-meeting-2015-06-23-2c4fa3f29feee02fe9b51d74a58f11ac8ba5facc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-23 - Günther Oettinger x DIGITALEUROPE"],"date":["2015-06-23"],"summary":["DSM"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-dg-de"],"involved":["eu-tr-64270747023-20","ec-person-49723482bb23d029cbfc010cb37eec7392a0ae02"]}} -{"id":"ec-meeting-2015-06-23-365f2e2f0d73f74a1c136d7b23da414c70d200be","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-23 - Cabinet of High Representative / Vice-President Federica Mogherini x World Federalist Movement/Institute for Global Policy"],"date":["2015-06-23"],"summary":["Human rights and international justice"],"notes":["Portfolio: Foreign Affairs and Security Policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"involved":["ec-person-44c0409df0e9c3a69a1fe1442fc91e31f6c2786b","eu-tr-407363614347-45"]}} -{"id":"ec-meeting-2015-06-23-38c2ee216f79fd2e0fa4f18536454958d829d1df","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-23 - Cabinet of Commissioner Věra Jourová x GSMA Europe"],"date":["2015-06-23"],"summary":["Digital single market"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-a2ca9161feee56909a0e98b473c2d342c20fdb57","eu-tr-30988577529-37","ec-person-ff9ad301b778d595651cc4c46ec3a4cf1ef10376"]}} -{"id":"ec-meeting-2015-06-23-3b418b6666da66948b737966e5e3df9f093cc6f6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-23 - Cabinet of Vice-President Miguel Arias Cañete x ENEL SpA"],"date":["2015-06-23"],"summary":["Internal Electricity Market"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-1831691c10441c5974327bbeb8693d6b6c1e50c3","eu-tr-6256831207-27","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd"]}} -{"id":"ec-meeting-2015-06-23-3bcb3bb70cba62f7c0c3408720022cad8719a93a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-23 - Joint Research Centre x Google"],"date":["2015-06-23"],"summary":["Workshop Google - Innovation cycle in Google ATAP"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-jrc"],"involved":["eu-tr-03181945560-59","ec-person-b3e6b7a4bd40eead1b939244f1cb4e9bdaf65f46"]}} -{"id":"ec-meeting-2015-06-23-3f32726145c3cf5d4bb4309a878d8968cba65843","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-23 - Cabinet of Vice-President Miguel Arias Cañete x ACCIONA, S.A."],"date":["2015-06-23"],"summary":["Internal Electricity Market"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-1831691c10441c5974327bbeb8693d6b6c1e50c3","eu-tr-451019811573-55","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd"]}} -{"id":"ec-meeting-2015-06-23-41237fb988e3bbc29c6624ebaab3c6f49024033c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-23 - Cabinet of High Representative / Vice-President Federica Mogherini x Trans Adriatic Pipeline"],"date":["2015-06-23"],"summary":["Meeting with representatives of TransAdriatic Pipeline (TAP)"],"notes":["Portfolio: Foreign Affairs and Security Policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"involved":["ec-person-62bf207e4274ad594e7eab4bfe20782f1d57f645","eu-tr-570335813082-79"]}} -{"id":"ec-meeting-2015-06-23-42e6cb0b4695e8a27e1f0cb3e3adc82f095b8661","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-23 - Cabinet of Vice-President Jyrki Katainen x Älykkään liikenteen verkosto ITS Finland ry"],"date":["2015-06-23"],"summary":["Intelligent Transport Systems"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-0310c3b87e155f5572493e91d12eebab9736a76b","eu-tr-861754717489-05"]}} -{"id":"ec-meeting-2015-06-23-45efec8f0bc378bf619f3d18242d5ea422aa07bf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-23 - Günther Oettinger x Deutsch-Russischer Wirtschaftsbund e.V."],"date":["2015-06-23"],"summary":["Wirtschaftsbeziehungen EU-Russland"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0","eu-tr-024365217920-82"]}} -{"id":"ec-meeting-2015-06-23-4bcd0f2b73629c146605cf35a7d737e35320a8e8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-23 - Cabinet of Commissioner Jonathan Hill x European Banking Federation"],"date":["2015-06-23"],"summary":["Financial Services Policy"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["ec-person-03cf92829e273869bfbd8bbf4f1881dcd0848186","eu-tr-4722660838-23"]}} -{"id":"ec-meeting-2015-06-23-4c22faf17a80f13ff5907be85ff3ea42827b3bd2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-23 - Cabinet of Vice-President Miguel Arias Cañete x Carbon Market Watch"],"date":["2015-06-23"],"summary":["ETS review, Energy Union implementation and International Climate negotiations"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-75365248559-90","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd","ec-person-7e87a14bf64af274f1cfb85d6b64a405eea6217f"]}} -{"id":"ec-meeting-2015-06-23-4c9ef1ca84e404bbf76b334fe3f64c3eb6ee38a0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-23 - Cabinet of Commissioner Tibor Navracsics x Real Sociedad de Fútbol, S.A.D"],"date":["2015-06-23"],"summary":["Real Sociedad's participation at the San Sebastian - European capital of culture 2016 events"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-49f31dad10f5641cb1d1e4c3107dd838389e8120","eu-tr-451560317658-30"]}} -{"id":"ec-meeting-2015-06-23-4cd330f628646393112aebd74339c032d69e2557","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-23 - Cabinet of Vice-President Miguel Arias Cañete x ESB"],"date":["2015-06-23"],"summary":["Internal Electricity Market"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-1831691c10441c5974327bbeb8693d6b6c1e50c3","eu-tr-985046516052-02","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd"]}} -{"id":"ec-meeting-2015-06-23-51e43ea2011d3bccac05746554295cdc317ddcc9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-23 - Cabinet of Commissioner Jonathan Hill x Institute of International Finance"],"date":["2015-06-23"],"summary":["Financial Policy"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["ec-person-a9f927e92126f22da48d08ee37b059179988ada8","eu-tr-48714858158-06"]}} -{"id":"ec-meeting-2015-06-23-5580112d32951627e0d8aad9115cb6ba75c3382e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-23 - Internal Market, Industry, Entrepreneurship and SMEs x European Association of Research and Technology Organisations"],"date":["2015-06-23"],"summary":["Views on Innovation for Europe"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-grow"],"involved":["ec-person-9f3f9b58a22cf98d55521b290d1facc431bdce86","eu-tr-48918086666-95"]}} -{"id":"ec-meeting-2015-06-23-5763cf09040884c3ad09f388c83fff11946eec0c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-23 - Cabinet of Commissioner Elżbieta Bieńkowska x Wirtschaftsvereinigung Stahl"],"date":["2015-06-23"],"summary":["Situation of steel industry in Germany"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-75755621888-61","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2015-06-23-57dd74f264f69790549d137598b6f06ba1cadfad","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-23 - Cabinet of Vice-President Miguel Arias Cañete x Friends of the Earth Europe"],"date":["2015-06-23"],"summary":["ETS review, Energy Union implementation and International Climate negotiations"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-7e87a14bf64af274f1cfb85d6b64a405eea6217f","eu-tr-9825553393-31","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd"]}} -{"id":"ec-meeting-2015-06-23-5a20f6ca06e8bdda8de9272700b38efb7454cdb3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-23 - Cabinet of Vice-President Miguel Arias Cañete x VERBUND AG"],"date":["2015-06-23"],"summary":["Internal Electricity Market"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-1831691c10441c5974327bbeb8693d6b6c1e50c3","eu-tr-09571422185-81","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd"]}} -{"id":"ec-meeting-2015-06-23-5e225aed835c4da070ec573c75fdc14690854546","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-23 - Cabinet of Vice-President Miguel Arias Cañete x IBERDROLA"],"date":["2015-06-23"],"summary":["Internal Electricity Market"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-1831691c10441c5974327bbeb8693d6b6c1e50c3","eu-tr-41816938101-07","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd"]}} -{"id":"ec-meeting-2015-06-23-5ebdbd157eba73d9c3b3984e3a940b196be2b303","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-23 - Cabinet of Vice-President Miguel Arias Cañete x ČEZ, a.s."],"date":["2015-06-23"],"summary":["Internal Electricity Market"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-1831691c10441c5974327bbeb8693d6b6c1e50c3","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd","eu-tr-429600710582-32"]}} -{"id":"ec-meeting-2015-06-23-63c28ac4d7f871c9bcc3d74a2674d7fef7ef0166","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-23 - Günther Oettinger x Federation of European Publishers"],"date":["2015-06-23"],"summary":["copyright"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-dg-de"],"involved":["eu-tr-398541467-53","ec-person-49723482bb23d029cbfc010cb37eec7392a0ae02"]}} -{"id":"ec-meeting-2015-06-23-6912e44cf97dd6804b6ac47afb972a71e123b648","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-23 - Cabinet of Vice-President Jyrki Katainen x Finnish Forest Industries Federation (Metsäteollisuus ry)"],"date":["2015-06-23"],"summary":["Circular Economy"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-0310c3b87e155f5572493e91d12eebab9736a76b","eu-tr-39671713910-36"]}} -{"id":"ec-meeting-2015-06-23-6dceedd1f56ed655ff8b4094e0e328c9a00f52d5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-23 - Cabinet of Vice-President Andrus Ansip x Telia Company AB"],"date":["2015-06-23"],"summary":["Telecom markets & regulations"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-381805014604-45","ec-person-666bc159c7e65a3af9e63c1e97435c02f1496955"]}} -{"id":"ec-meeting-2015-06-23-702ee9eaa6f25f91534e96adae35744827e0f989","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-23 - Cabinet of Vice-President Miguel Arias Cañete x None"],"date":["2015-06-23"],"summary":["Internal Electricity Market"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-1831691c10441c5974327bbeb8693d6b6c1e50c3","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd"]}} -{"id":"ec-meeting-2015-06-23-75ead0efbddef5158785781fb4240e397b58b7c9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-23 - Cabinet of Commissioner Elżbieta Bieńkowska x AMADEUS IT GROUP S.A."],"date":["2015-06-23"],"summary":["Introductory meeting"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-193056815367-44","ec-person-b2f9be51339f054477846797e2c119fcf16548fc"]}} -{"id":"ec-meeting-2015-06-23-7ae43bbf4ec61510c2139c3615dc2734666ed113","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-23 - Cabinet of Commissioner Dimitris Avramopoulos x Federation of Associations for Hunting & Conservation of the EU"],"date":["2015-06-23"],"summary":["EU regulatory developments in the domain of civilian firearms"],"notes":["Portfolio: Migration, Home Affairs and Citizenship"],"location":["BERL 12/62"],"address":["BERL 12/62"],"addressEntity":["addr-c3bf5a8cefeef752d7b53dffe4ff4fda18442cb9"],"organizer":["ec-avramopoulos-cabinet-commissioner-dimitris-of"],"involved":["eu-tr-75899541198-85","ec-person-229d2bf1ea42d1e015ab64e3d14ec20de2a94a79"]}} -{"id":"ec-meeting-2015-06-23-7bda713bd7c380f929e86ba432ca9f28fa7e5978","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-23 - Cabinet of Vice-President Miguel Arias Cañete x Vattenfall"],"date":["2015-06-23"],"summary":["Internal Electricity Market"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-1831691c10441c5974327bbeb8693d6b6c1e50c3","eu-tr-12955024114-93","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd"]}} -{"id":"ec-meeting-2015-06-23-80bb1b6ac35fc0ae75d49dfcc7997fa281556d17","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-23 - Cabinet of Vice-President Miguel Arias Cañete x Transport and Environment (European Federation for Transport and Environment)"],"date":["2015-06-23"],"summary":["ETS review, Energy Union implementation and International Climate negotiations"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-7e87a14bf64af274f1cfb85d6b64a405eea6217f","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd","eu-tr-58744833263-19"]}} -{"id":"ec-meeting-2015-06-23-82c57f7d160468db65ccd3025a8b30f3e7502f59","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-23 - Cabinet of Vice-President Andrus Ansip x The Walt Disney Company Benelux BVBA"],"date":["2015-06-23"],"summary":["Copyright"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-256463315409-35","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45"]}} -{"id":"ec-meeting-2015-06-23-8b43888e0863feb1ea84dde9e840fd6537bfc5d6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-23 - Climate Action x ČEZ, a.s."],"date":["2015-06-23"],"summary":["Paris - COP21"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-clima"],"involved":["ec-person-44c2f44f96dda2012bcb4e9abc749f6cae86a4c0","eu-tr-429600710582-32"]}} -{"id":"ec-meeting-2015-06-23-922535493ed6725428a6bcff720542a6c3a13e24","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-23 - Cabinet of Vice-President Karmenu Vella x Unit of Environmental Science and Technology"],"date":["2015-06-23"],"summary":["Green desalination"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["eu-tr-587973017924-04","ec-person-2966d69fae0ea4e67f3f2df5a743cc766267d3c8"]}} -{"id":"ec-meeting-2015-06-23-95142d34587a6f1860b0f9d047944c0b1ff74b1d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-23 - Cabinet of Commissioner Tibor Navracsics x Google"],"date":["2015-06-23"],"summary":["The antitrust investigation case against Google"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-49f31dad10f5641cb1d1e4c3107dd838389e8120","eu-tr-03181945560-59"]}} -{"id":"ec-meeting-2015-06-23-982eb48404308da78e1a07ef500d22cd4e015c27","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-23 - Internal Market, Industry, Entrepreneurship and SMEs x FederlegnoArredo - Federazione Italiana delle Industrie del Legno, del Sughero, del Mobile e dell'Arredamento"],"date":["2015-06-23"],"summary":["COSME and internationalisation of SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-grow"],"involved":["ec-person-9f3f9b58a22cf98d55521b290d1facc431bdce86","eu-tr-30579503232-50"]}} -{"id":"ec-meeting-2015-06-23-9bb02bf6e7bca21aac50c1a83af726f300e24b23","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-23 - Cabinet of Vice-President Cecilia Malmström x None"],"date":["2015-06-23"],"summary":["Commission Communication on revised EU trade Policy"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-19b143e83f8ab978c55c8a9a9e49e06dbfa14bf3"]}} -{"id":"ec-meeting-2015-06-23-a06107f63288bfd2553443d83dc273cc09e9ebaf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-23 - Cabinet of Vice-President Andrus Ansip x GSMA Europe"],"date":["2015-06-23"],"summary":["GSMA position"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-d5a309c64ecdb05010325dcfc661f6ae817f31cc","eu-tr-30988577529-37"]}} -{"id":"ec-meeting-2015-06-23-a320c9706d9541988ecf7cdd64be3288930b6701","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-23 - Cabinet of Vice-President Valdis Dombrovskis x Centre for European Progression"],"date":["2015-06-23"],"summary":["The future of the Euro."],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels -"],"address":["Brussels -"],"addressEntity":["addr-155fb7b4b2d84de172fd4ce48722243d80f259d2"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-48f31156d932641826e09f5b73f074d35ff05786","eu-tr-569749915015-87"]}} -{"id":"ec-meeting-2015-06-23-a536db7b2a531ef64dbfb1f2022abfc7ae252316","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-23 - Cabinet of Vice-President Miguel Arias Cañete x Stichting BirdLife Europe"],"date":["2015-06-23"],"summary":["ETS review, Energy Union implementation and International Climate negotiations"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-1083162721-43","ec-person-7e87a14bf64af274f1cfb85d6b64a405eea6217f","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd"]}} -{"id":"ec-meeting-2015-06-23-a7fa7898c2663b6e7edeeb408471f7bf350acdea","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-23 - Cabinet of Commissioner Vytenis Andriukaitis x The European Region of the International Lesbian, Gay, Bisexual, Trans and Intersex Association"],"date":["2015-06-23"],"summary":["discrimination in healthcare"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-97425c615743576adc42e09bee7dac14f83f691b","eu-tr-11977456675-84"]}} -{"id":"ec-meeting-2015-06-23-ad0a61c26d646c105240705c88bec326b0feb7f6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-23 - Cabinet of Vice-President Jyrki Katainen x Open Europe"],"date":["2015-06-23"],"summary":["preparations for teh VP's visit to the UK"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-73494557272-88","ec-person-7c9460f99c5872dbdc561f5752401c870d12e98b"]}} -{"id":"ec-meeting-2015-06-23-ae8a6912895bc7472a88aebcc170c28bd7739bb9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-23 - Cabinet of Vice-President Miguel Arias Cañete x ELECTRICITE DE FRANCE"],"date":["2015-06-23"],"summary":["Internal Electricity Market"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-1831691c10441c5974327bbeb8693d6b6c1e50c3","eu-tr-39966101835-69","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd"]}} -{"id":"ec-meeting-2015-06-23-b23dcdaf71b151f28463f29c41335131fdd7485b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-23 - Günther Oettinger x Verband der Baden-Württembergischen Technologie- und Gründerzentren e.V."],"date":["2015-06-23"],"summary":["Industrie 4.0"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-532857017880-90","ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0"]}} -{"id":"ec-meeting-2015-06-23-b25f79a255ece3b357de3cd800ed34e87ebbcc55","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-23 - Energy x Polish Electricity Association"],"date":["2015-06-23"],"summary":["Energy Union"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-255859710443-50","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2015-06-23-b4887a31ffe094fbbe07f746de613ec7d4f27d82","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2015-06-23 - Cabinet of Vice-President Miguel Arias Cañete x Climate Action Network Europe"],"date":["2015-06-23"],"summary":["ETS review, Energy Union implementation and International Climate negotiations"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-7e87a14bf64af274f1cfb85d6b64a405eea6217f","eu-tr-55888811123-49","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd"]}} -{"id":"ec-meeting-2015-06-23-b79dd9c8031b320b1de02303513807b74b95fd93","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-23 - Cabinet of Vice-President Miguel Arias Cañete x EDP - Energias de Portugal, SA"],"date":["2015-06-23"],"summary":["Internal Electricity Market"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-1831691c10441c5974327bbeb8693d6b6c1e50c3","eu-tr-56592866496-47","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd"]}} -{"id":"ec-meeting-2015-06-23-be5c189af69e1f44c005c75655fb29fdac3ca8fd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-23 - Cabinet of Commissioner Carlos Moedas x Google"],"date":["2015-06-23"],"summary":["Meeting with Adam Cohen & Sylwia Giepmans"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-01051f0f33bfdc2ecc41873c02cae666c5e0d099","eu-tr-03181945560-59"]}} -{"id":"ec-meeting-2015-06-23-bf32ec40775abc564f3832c4d1fd2fe539406df5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-23 - Cabinet of Vice-President Miguel Arias Cañete x European Environmental Bureau"],"date":["2015-06-23"],"summary":["ETS review, Energy Union implementation and International Climate negotiations"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-06798511314-27","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd","ec-person-7e87a14bf64af274f1cfb85d6b64a405eea6217f"]}} -{"id":"ec-meeting-2015-06-23-c00415163e0a31cf332da2251f5738b1697acd7c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-23 - Cabinet of Vice-President Cecilia Malmström x QUALCOMM Incorporated"],"date":["2015-06-23"],"summary":["Intellectual property rights generally; EU-US; TTIP."],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-20ded9db5df11164331bb161fdf234b1e5ad53fd","eu-tr-00358442856-45","ec-person-98880f3f4206145e196013db9dd806a551c11e06"]}} -{"id":"ec-meeting-2015-06-23-c23923029308ce306a51b3c908d4803365dfaeea","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-23 - Cabinet of Commissioner Jonathan Hill x BlackRock"],"date":["2015-06-23"],"summary":["CMU, Macro Prudential issues in Non-Banking"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["eu-tr-51436554494-18","ec-person-890015b0d769ee93a09119846b414d4aae7c64ae"]}} -{"id":"ec-meeting-2015-06-23-c52e4f6cdcf7488a82153168a43a4f71d42fec58","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-23 - Cabinet of Vice-President Miguel Arias Cañete x NATURGY ENERGY GROUP"],"date":["2015-06-23"],"summary":["Internal Electricity Market"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-1831691c10441c5974327bbeb8693d6b6c1e50c3","eu-tr-67833029261-54","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd"]}} -{"id":"ec-meeting-2015-06-23-cce1d3ddc4c4a296e54a68dbad975b989c9e046a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-23 - Cabinet of Vice-President Maroš Šefčovič x Knauf Insulation"],"date":["2015-06-23"],"summary":["The development of a policy framework in the field of energy efficiency of buildings in Europe."],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-ea6b517040e26a62f17d2829afffeba48cfd682f","eu-tr-971446611568-25"]}} -{"id":"ec-meeting-2015-06-23-d2f3fb259db19dda8174b48410b06be9b644b902","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-23 - Cabinet of Commissioner Violeta Bulc x EAC European Automobile Clubs"],"date":["2015-06-23"],"summary":["Meeting with EAC European Automobile Clubs"],"notes":["Portfolio: Transport"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-e14c58f620f40325d829df7be0823280307bc15f","eu-tr-39808276184-09"]}} -{"id":"ec-meeting-2015-06-23-d5c0cb2a8a31ca6622c1afd626d530af69157696","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-23 - Internal Market, Industry, Entrepreneurship and SMEs x MCKINSEY & COMPANY SL"],"date":["2015-06-23"],"summary":["The Generation initiative - social initiative to fight youth unemployment"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-grow"],"involved":["ec-person-9f3f9b58a22cf98d55521b290d1facc431bdce86","eu-tr-478881217865-41"]}} -{"id":"ec-meeting-2015-06-23-d5e79ae66b43a529e37a1985e8cbcbb226e38a8d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-23 - Cabinet of First Vice-President Frans Timmermans x European Round Table for Industry"],"date":["2015-06-23"],"summary":["Better Regulation"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["ERT"],"address":["ERT"],"addressEntity":["addr-c41caa6675d43af528b86fe99ea68bf914dde6a1"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-25487567824-45","ec-person-0eaac943e895c47df1465dda6c94e671c5081e0a"]}} -{"id":"ec-meeting-2015-06-23-d80636ec728631e5697a7d65a1fe4c62bdf96f4d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-23 - Cabinet of Vice-President Miguel Arias Cañete x Third Generation Environmentalism Ltd"],"date":["2015-06-23"],"summary":["ETS review, Energy Union implementation and International Climate negotiations"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-07783117686-61","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd","ec-person-7e87a14bf64af274f1cfb85d6b64a405eea6217f"]}} -{"id":"ec-meeting-2015-06-23-dd9e02cb553171b36c7a8816a132e6ef415cb0e6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-23 - Cabinet of Vice-President Miguel Arias Cañete x Greenpeace European Unit"],"date":["2015-06-23"],"summary":["ETS review, Energy Union implementation and International Climate negotiations"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-7e87a14bf64af274f1cfb85d6b64a405eea6217f","eu-tr-9832909575-41","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd"]}} -{"id":"ec-meeting-2015-06-23-de65e748b8249f341dc285f094c904712cd3225c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-23 - Cabinet of Vice-President Miguel Arias Cañete x CEE Bankwatch Network"],"date":["2015-06-23"],"summary":["ETS review, Energy Union implementation and International Climate negotiations"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-7e87a14bf64af274f1cfb85d6b64a405eea6217f","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd","eu-tr-93834493808-49"]}} -{"id":"ec-meeting-2015-06-23-e103792098d6a8eb8465bb9aa13d344847499a32","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-23 - Cabinet of High Representative / Vice-President Federica Mogherini x The Global Round Table"],"date":["2015-06-23"],"summary":["Migration"],"notes":["Portfolio: Foreign Affairs and Security Policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"involved":["ec-person-62bf207e4274ad594e7eab4bfe20782f1d57f645","eu-tr-346883615381-56"]}} -{"id":"ec-meeting-2015-06-23-e22d02abd7fc14840dbfc7cba4d453e8e8f7bedf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-23 - Cabinet of Commissioner Violeta Bulc x Shell Companies"],"date":["2015-06-23"],"summary":["Meeting with Shell"],"notes":["Portfolio: Transport"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-e14c58f620f40325d829df7be0823280307bc15f","eu-tr-05032108616-26"]}} -{"id":"ec-meeting-2015-06-23-ea2fea8a18fa2fd61d255f5376037aece0fd0f42","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-23 - Cabinet of Vice-President Maroš Šefčovič x Schneider Electric"],"date":["2015-06-23"],"summary":["Energy Union and France"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-46302264606-44","ec-person-9f6823821fe68d82e9b9dbe81181ecacb0265d94"]}} -{"id":"ec-meeting-2015-06-23-eb1fadb32b08996e5351a441c48892bf009ab481","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-23 - Cabinet of Vice-President Miguel Arias Cañete x ACT Alliance Advocacy to the European Union"],"date":["2015-06-23"],"summary":["ETS review, Energy Union implementation and International Climate negotiations"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-7e87a14bf64af274f1cfb85d6b64a405eea6217f","eu-tr-5189768701-12","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd"]}} -{"id":"ec-meeting-2015-06-23-eec70f8fc173d197f2dd0eb16708800f86c5edb9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-23 - Cabinet of Commissioner Carlos Moedas x Confederação Nacional das Cooperativas Agrícolas e do Crédito Agrícola de Portugal"],"date":["2015-06-23"],"summary":["European Policy on Agriculture"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-07b66759c911240aaa2b917489884273c71fac90","eu-tr-857553411399-49"]}} -{"id":"ec-meeting-2015-06-23-f3b6834603100f58be4907a1e0838a8f127dc0b5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-23 - Cabinet of Vice-President Miguel Arias Cañete x OXFAM INTERNATIONAL EU ADVOCACY OFFICE"],"date":["2015-06-23"],"summary":["ETS review, Energy Union implementation and International Climate negotiations"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-46856801604-90","ec-person-7e87a14bf64af274f1cfb85d6b64a405eea6217f","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd"]}} -{"id":"ec-meeting-2015-06-23-fe0df5ed20fca3474ab73cd37d30f7eacd3581e7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-23 - Cabinet of Commissioner Vytenis Andriukaitis x EuropaBio"],"date":["2015-06-23"],"summary":["Participation of Commissioner at event"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-b9c3f19e7c5f216e3e508f931ddd6a9cb59376d1","eu-tr-1298286943-59","ec-person-df30d07ef698a52b9948b9c734db39196cf8541f"]}} -{"id":"ec-meeting-2015-06-24-0f7f649b29671c5219d5e3017147d0fb734b1941","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-24 - Cabinet of President Jean-Claude Juncker x Société des auteurs et compositeurs dramatiques"],"date":["2015-06-24"],"summary":["Digital Single Market"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-44a061693f35519551be0e3dab996e76ad3f8c7c","eu-tr-29364773893-19"]}} -{"id":"ec-meeting-2015-06-24-0ffbf0a86e3fe6216ae76cf1aa0b6e442fca2d5a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-24 - Cabinet of Vice-President Andrus Ansip x Zurich Insurance Company Ltd"],"date":["2015-06-24"],"summary":["Cyber security"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-5db7bdd1c81da2e70eb5b982097d0004111b5c3e","eu-tr-499059113403-37"]}} -{"id":"ec-meeting-2015-06-24-2d5a9232ef8bfbbbf7bf7f0989ac492332dcd986","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-24 - Cabinet of Commissioner Věra Jourová x Bureau Européen des Unions de Consommateurs"],"date":["2015-06-24"],"summary":["Energy Union"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-a2ca9161feee56909a0e98b473c2d342c20fdb57","eu-tr-9505781573-45","ec-person-ff9ad301b778d595651cc4c46ec3a4cf1ef10376"]}} -{"id":"ec-meeting-2015-06-24-3df12b6c8ca110fbc67d066375a60acd9624c94f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-24 - Cabinet of Vice-President Cecilia Malmström x The European Region of the International Lesbian, Gay, Bisexual, Trans and Intersex Association"],"date":["2015-06-24"],"summary":["Equality Gala"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-19b143e83f8ab978c55c8a9a9e49e06dbfa14bf3","eu-tr-11977456675-84"]}} -{"id":"ec-meeting-2015-06-24-4b02cd3c71778607d667ba23890a0f2a2aef17f5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-24 - Cabinet of Commissioner Marianne Thyssen x Confédération des Syndicats Chrétiens"],"date":["2015-06-24"],"summary":["Labour Mobility"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["ec-person-c508e9337eca6b067c1f966b82de49c4824a3ad0","eu-tr-80866452991-55"]}} -{"id":"ec-meeting-2015-06-24-4b5f7ff4dde7f4fab872bd6e34572728200b0848","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-24 - Cabinet of Vice-President Andrus Ansip x Federation of European Publishers"],"date":["2015-06-24"],"summary":["online e-lending, copyright"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-398541467-53","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45"]}} -{"id":"ec-meeting-2015-06-24-4c6479acd0395930a8183e0f19f4bf71e1128480","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-24 - Cabinet of Vice-President Jyrki Katainen x Paikallisvoima ry"],"date":["2015-06-24"],"summary":["Investment Plan"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-109601212076-63","ec-person-0310c3b87e155f5572493e91d12eebab9736a76b"]}} -{"id":"ec-meeting-2015-06-24-518355cd02fc84de03bc0bf72995c448079850c9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-24 - Mobility and Transport x Alliance for European Logistics"],"date":["2015-06-24"],"summary":["Digital Transport and Logistics Forum / Presentation of duisport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-move"],"involved":["eu-tr-38033128051-39","ec-person-d856b0f199c84d5b5003106bea2ee6d0392e2428"]}} -{"id":"ec-meeting-2015-06-24-5224d93895e40e969cefc80cbad8cc30b2cd83e9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-24 - Günther Oettinger x Motion Picture Association EMEA"],"date":["2015-06-24"],"summary":["DSM, copyright"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-dg-de"],"involved":["ec-person-49723482bb23d029cbfc010cb37eec7392a0ae02","eu-tr-95201401713-39"]}} -{"id":"ec-meeting-2015-06-24-5c329914e3289a55d1ee296f1ac4bffcd2584048","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-24 - Cabinet of Commissioner Věra Jourová x Conseil des Notariats de l'Union Européenne"],"date":["2015-06-24"],"summary":["Civil law, Civil justice files"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["eu-tr-98885666486-72","ec-person-a608b85b2ffef83f883b5a2330b6232efa1b7141"]}} -{"id":"ec-meeting-2015-06-24-5f6edd36baca0c95d3b9b67b29e46b4af2889583","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2015-06-24 - Cabinet of Commissioner Elżbieta Bieńkowska x Polskie Stowarzyszenie Branży Zabawek i Artykułów Dziecięcych"],"date":["2015-06-24"],"summary":["Introductory meeting"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels","Berlaymont, Brussels, Belgium"],"address":["Brussels","Berlaymont, Brussels, Belgium"],"addressEntity":["addr-0b7010ac7abf438645eacd50af3009b1252cd7a6","addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-805525117867-80","ec-person-d2997a7f359c91a337055c3e24dd36bf928de38d","ec-person-daef7f819b2f3ffe5e4f5d8eb2782954f3c4a4e2","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2015-06-24-610401759618ad682faef0ae24e712407aa7fad8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-24 - Günther Oettinger x Société des auteurs et compositeurs dramatiques"],"date":["2015-06-24"],"summary":["Copyright"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-dg-de"],"involved":["ec-person-49723482bb23d029cbfc010cb37eec7392a0ae02","eu-tr-29364773893-19"]}} -{"id":"ec-meeting-2015-06-24-9cd1667b4137bcd5e98794b5b9b6dfca5c81fa52","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-24 - Cabinet of Vice-President Cecilia Malmström x Japan Machinery Center for Trade and Investment"],"date":["2015-06-24"],"summary":["Anti-dumping proceeding with regard to imports of (GOES)"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-539264617342-19","ec-person-20ded9db5df11164331bb161fdf234b1e5ad53fd","ec-person-591ec829ca734bcfe59a2c9c7f07f9dff22a0ea9"]}} -{"id":"ec-meeting-2015-06-24-9f5d3fdf1ab17a402347764aa9ba3ff838e22716","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-24 - Communications Networks, Content and Technology x European Association of Research and Technology Organisations"],"date":["2015-06-24"],"summary":["H2020"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-48918086666-95","ec-person-3d379ff88d704acbd3444fdd59765df1225d4f9b"]}} -{"id":"ec-meeting-2015-06-24-aa3bfc826eefe22b6bab7966cb5b7da743c1150b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-24 - Günther Oettinger x Bitkom e.V."],"date":["2015-06-24"],"summary":["cybersecurity"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-dg-de"],"involved":["eu-tr-5351830264-31","ec-person-5652698e8f7b4a189329e67fddbaff44dbe8658c"]}} -{"id":"ec-meeting-2015-06-24-b395e99976e5589116059d00651b0b208e16123d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-24 - Cabinet of Commissioner Jonathan Hill x European Association of Corporate Treasurers"],"date":["2015-06-24"],"summary":["CVA risk capital charge, European Banking Authority"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["eu-tr-9160958318-89","ec-person-890015b0d769ee93a09119846b414d4aae7c64ae"]}} -{"id":"ec-meeting-2015-06-24-be03480a4c154cb9f619b65dd08718f7d316e9d2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-24 - Communications Networks, Content and Technology x ITI Neovision S.A."],"date":["2015-06-24"],"summary":["DSM and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["ec-person-3d379ff88d704acbd3444fdd59765df1225d4f9b","eu-tr-528957116917-30"]}} -{"id":"ec-meeting-2015-06-24-bee1438e8e64be4dd604be7984bd97e2a038d81e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-24 - Cabinet of Vice-President Cecilia Malmström x ITI - The Information Technology Industry Council DIGITALEUROPE"],"date":["2015-06-24"],"summary":["TTIP negotiations"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-64270747023-20","ec-person-20ded9db5df11164331bb161fdf234b1e5ad53fd","ec-person-591ec829ca734bcfe59a2c9c7f07f9dff22a0ea9","eu-tr-061601915428-87"]}} -{"id":"ec-meeting-2015-06-24-de651006252e6e4916b79b64841c8ea4106cb4e1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-24 - Günther Oettinger x Zurich Insurance Company Ltd"],"date":["2015-06-24"],"summary":["cybersecurity"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-dg-de"],"involved":["ec-person-5652698e8f7b4a189329e67fddbaff44dbe8658c","eu-tr-499059113403-37"]}} -{"id":"ec-meeting-2015-06-24-e2abf7a1fafbe3fee0b8cc0bd030d04e85335417","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-24 - Günther Oettinger x European Blind Union"],"date":["2015-06-24"],"summary":["copyright"],"location":["Bruxelles"],"address":["Bruxelles"],"addressEntity":["addr-b58f5927b66d94a676970dc048485d4c6848f272"],"organizer":["ec-dg-de"],"involved":["ec-person-49723482bb23d029cbfc010cb37eec7392a0ae02","eu-tr-42378755934-87"]}} -{"id":"ec-meeting-2015-06-24-e467ad2a96e9facb42e9a86a24b8cba0b39e7081","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-24 - Cabinet of Commissioner Věra Jourová x Transatlantic Institute European Jewish Congress"],"date":["2015-06-24"],"summary":["Colloquium on Fundamental rights"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["eu-tr-36101356444-26","eu-tr-95713206856-14","ec-person-1e0e3a00ab815dea7c5b839b002ed2c7e34bfe0a"]}} -{"id":"ec-meeting-2015-06-24-e4ce2c5f40e9e745880e027286e5b7c743030097","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-24 - Cabinet of President Jean-Claude Juncker x Trans Adriatic Pipeline"],"date":["2015-06-24"],"summary":["Energy Union"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-b1bf9aa5fb7e886441ff341b657cc482b64a2a3e","eu-tr-570335813082-79"]}} -{"id":"ec-meeting-2015-06-24-f07dbb8b7a7ec25324597e9e9d9d98d2d3c889f3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-24 - Agriculture and Rural Development x Landbrug & Fødevarer - Danish Agriculture and Food Council"],"date":["2015-06-24"],"summary":["Simplification of the CAP"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-agri"],"involved":["eu-tr-1634450483-86","ec-person-7bc7204a153f98afbf1ad1cffbdd10d06d9ae166"]}} -{"id":"ec-meeting-2015-06-24-f37cee6f721863307cf3ea2e0c08d463a3ceb079","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-24 - Günther Oettinger x Deutsche Post DHL Group"],"date":["2015-06-24"],"summary":["hybrid communication services"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0","eu-tr-48544465107-88"]}} -{"id":"ec-meeting-2015-06-24-f66f8558b8a4ab44e59bbc32b4952a81ef335d26","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-24 - Günther Oettinger x Deutscher Verband für Telekommunikation und Medien"],"date":["2015-06-24"],"summary":["DSM"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-651322417876-95","ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0"]}} -{"id":"ec-meeting-2015-06-24-fa6f2343c9436ece9f883ee4458cd39eeaa224ce","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-24 - Energy x Confédération Générale des Cadres CFE-CGC"],"date":["2015-06-24"],"summary":["Energy Union"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-81898534003-92","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2015-06-25-0e9e562db2a14aed6f7156586ccceba71e9ba910","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-25 - Employment, Social Affairs and Inclusion x World Employment Confederation-Europe"],"date":["2015-06-25"],"summary":["The review of the Europe 2020 Strategy and the European Semester"],"location":["Michel Servoz office"],"address":["Michel Servoz office"],"addressEntity":["addr-978e41b1622befbb8d6669dcbeb433d909f25b91"],"organizer":["ec-dg-empl"],"involved":["ec-person-0d8ce1c547b8ca99decd25740ba12e2c0866a2fd","eu-tr-7438623236-16"]}} -{"id":"ec-meeting-2015-06-25-0f4ccd8f778ebbe4054707fabd598c148211a60b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-25 - Cabinet of Vice-President Miguel Arias Cañete x Fortum Oyj"],"date":["2015-06-25"],"summary":["Market design"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-1831691c10441c5974327bbeb8693d6b6c1e50c3","eu-tr-03501997362-71","ec-person-2229c857664a22dcb8eee79a8c05841fd3d0924f"]}} -{"id":"ec-meeting-2015-06-25-13a765c3732d9e8de82365e9be4221f87270e96b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-25 - Cabinet of Commissioner Věra Jourová x Yahoo! (Oath EMEA Ltd.)"],"date":["2015-06-25"],"summary":["Data protection"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-f329292459cb1badb7fb7c6b67b698c441931bb2","eu-tr-58885623470-56"]}} -{"id":"ec-meeting-2015-06-25-1659e882b349114e05a38fe76b08df1f4828fb9f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-25 - Cabinet of Commissioner Phil Hogan x SIRO"],"date":["2015-06-25"],"summary":["Rural development and broadband"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-d0aad15bfcd899ec988329ba27d6e661ca34456b","eu-tr-753186317949-92"]}} -{"id":"ec-meeting-2015-06-25-1ae7e328d0c3ab5b8be6debc292568c5e233df84","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-25 - Günther Oettinger x Bundesverband deutscher Banken e.V."],"date":["2015-06-25"],"summary":["DSM"],"location":["Frankfurt"],"address":["Frankfurt"],"addressEntity":["addr-d5d8846569e1aaf92f7239dc4169fa822d08f158"],"organizer":["ec-dg-de"],"involved":["ec-person-4cd59e13386e3b68ecb3611fcc579e0a0a3938a5","eu-tr-0764199368-97"]}} -{"id":"ec-meeting-2015-06-25-2ee49605df2490fd95002c86284f964f4476eb03","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-25 - Günther Oettinger x Industriegewerkschaft Metall"],"date":["2015-06-25"],"summary":["Digitalisierung der Industrie"],"location":["Frankfurt"],"address":["Frankfurt"],"addressEntity":["addr-d5d8846569e1aaf92f7239dc4169fa822d08f158"],"organizer":["ec-dg-de"],"involved":["ec-person-4cd59e13386e3b68ecb3611fcc579e0a0a3938a5","eu-tr-757195013270-80"]}} -{"id":"ec-meeting-2015-06-25-3458f1c6a1ddb81f461ab889976633c83f8b17ad","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-25 - Cabinet of Vice-President Jyrki Katainen x S&P Global"],"date":["2015-06-25"],"summary":["Investment initiative"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90","eu-tr-319148015141-55"]}} -{"id":"ec-meeting-2015-06-25-3536b60c641560940b6dee670f7991af2b15c814","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-25 - Cabinet of Vice-President Karmenu Vella x European Boating Industry"],"date":["2015-06-25"],"summary":["Blue growth, nautical tourism"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["ec-person-2966d69fae0ea4e67f3f2df5a743cc766267d3c8","eu-tr-74989093163-18"]}} -{"id":"ec-meeting-2015-06-25-51296cd4e68a1000ab840736e81edb25c0f3fdbd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-25 - Cabinet of Vice-President Jyrki Katainen x Confederation of British Industry"],"date":["2015-06-25"],"summary":["Investment Initiative"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-73725676990-18","ec-person-3775b7be791f90ed462b9071c9ae596b80d71bca"]}} -{"id":"ec-meeting-2015-06-25-54f79bb619197f3b79459cd2d6cbb38829e1043b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-25 - Cabinet of Vice-President Miguel Arias Cañete x BUSINESSEUROPE"],"date":["2015-06-25"],"summary":["Courtesy meeting"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-3978240953-79","ec-person-2229c857664a22dcb8eee79a8c05841fd3d0924f"]}} -{"id":"ec-meeting-2015-06-25-653a8d73a531e30be4c0102f4df65f37dd3f14d9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-25 - Communications Networks, Content and Technology x CSR Europe, The Business Network for Corporate Social Responsibility"],"date":["2015-06-25"],"summary":["SRCR and CSR"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-56502415122-32","ec-person-3d379ff88d704acbd3444fdd59765df1225d4f9b"]}} -{"id":"ec-meeting-2015-06-25-6ed92184886ecb599c59445234424b94824f2f4d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-25 - Cabinet of Commissioner Carlos Moedas x Ann Becker Consulting Sprl"],"date":["2015-06-25"],"summary":["Meeting with members of Bcom"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["eu-tr-441941516427-70","ec-person-fb56329c22510c66ab50a8bdba13230bdae32902"]}} -{"id":"ec-meeting-2015-06-25-6ee3083bcd6d89de6111bde3837343123e269b84","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-25 - Cabinet of Commissioner Věra Jourová x Sacchi Consulting"],"date":["2015-06-25"],"summary":["Communication"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["eu-tr-62466588850-33","ec-person-f329292459cb1badb7fb7c6b67b698c441931bb2"]}} -{"id":"ec-meeting-2015-06-25-722706b73bd20bb1e4df3244ccfce281665569e6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-25 - Cabinet of Vice-President Johannes Hahn x RHI MAGNESITA"],"date":["2015-06-25"],"summary":["ETS post 2020"],"notes":["Portfolio: European Neighbourhood Policy & Enlargement Negotiations"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-hahn-johannes-of-president-vice"],"involved":["ec-person-643595d3a737c63fc95146b51292a4684ed1ca75","eu-tr-138083013988-72"]}} -{"id":"ec-meeting-2015-06-25-77190fdf598b0de4c3efacd4e3c4ab45f6093e9f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-25 - Cabinet of Commissioner Věra Jourová x Computer & Communications Industry Association"],"date":["2015-06-25"],"summary":["Data protection"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["eu-tr-15987896534-82","ec-person-f329292459cb1badb7fb7c6b67b698c441931bb2"]}} -{"id":"ec-meeting-2015-06-25-8449b7e1d044f2a29fc945c088183353a277d70d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-25 - Cabinet of Commissioner Jonathan Hill x Fédération bancaire française"],"date":["2015-06-25"],"summary":["Capital Markets Union, Bank Structural Reform and Money Market Funds"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["ec-person-74de9b1956d5aa5754e8946d4a7a883e05171466","eu-tr-09245221105-30"]}} -{"id":"ec-meeting-2015-06-25-854c7bf40d89d127a082d2e70ef20aa9a012d3a7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-25 - Cabinet of Vice-President Andrus Ansip x Deloitte LLP"],"date":["2015-06-25"],"summary":["DSM"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-70969654430-75","ec-person-91ca0921c6790191daa54427311acd63035e7c9e"]}} -{"id":"ec-meeting-2015-06-25-8f0f992ce88fc830705024f1da7865b0945d914b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-25 - Cabinet of President Jean-Claude Juncker x Avaaz Foundation"],"date":["2015-06-25"],"summary":["Migration"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-475565317526-24","ec-person-e9857f4f6b642888bff0d7f9e60f293ae47da96b"]}} -{"id":"ec-meeting-2015-06-25-8fd5febf46f97ebac3e247a8af3bbbd0bfe2687e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-25 - Energy x European Network of Transmission System Operators for Electricity"],"date":["2015-06-25"],"summary":["Energy Union"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-25805148045-87","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2015-06-25-92a38488d3d48b89dbde24b1f6f89f9e3d004c56","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-25 - Cabinet of Commissioner Marianne Thyssen x AGE Platform Europe"],"date":["2015-06-25"],"summary":["Meeting to discuss the Commission’s agenda on active ageing, pensions and long-term health care"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["ec-person-ce19440eacb8fd67f534bdbcce33a1c4cedfd071","eu-tr-16549972091-86","ec-person-e93189002a993321fd1af93481b271c766b1aff8"]}} -{"id":"ec-meeting-2015-06-25-99362e0f83879929c3399e6e474b1f7fedd3a8ff","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-25 - Cabinet of Vice-President Kristalina Georgieva x ИНТЕРНАЦИОНАЛ РОМАНИ УНИОН"],"date":["2015-06-25"],"summary":["Meeting with IRU Bulgaria"],"notes":["Portfolio: Budget & Human Resources"],"location":["Berlaymont, Brussels, Belgium"],"address":["Berlaymont, Brussels, Belgium"],"addressEntity":["addr-0b7010ac7abf438645eacd50af3009b1252cd7a6"],"organizer":["ec-cabinet-georgieva-kristalina-of-president-vice"],"involved":["eu-tr-049289717839-11","ec-person-02fbf3278d64a2c309f843d977d5501458d4f7ed"]}} -{"id":"ec-meeting-2015-06-25-a229b558ce6b906b0a191449f76a2456c1cfe629","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-25 - Cabinet of Commissioner Věra Jourová x techUK"],"date":["2015-06-25"],"summary":["Data protecion"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["eu-tr-279128116707-71","ec-person-f329292459cb1badb7fb7c6b67b698c441931bb2"]}} -{"id":"ec-meeting-2015-06-25-baa9c260e8132adc80ffedbd0d4a2eddfcc58f94","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-25 - Cabinet of Vice-President Miguel Arias Cañete x Confederación Española de Organizaciones Empresariales"],"date":["2015-06-25"],"summary":["Energy Union"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-02963738854-41","ec-person-2229c857664a22dcb8eee79a8c05841fd3d0924f"]}} -{"id":"ec-meeting-2015-06-25-c4e08f8bf265b0d119c5b19df748d2b03036db03","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-25 - Cabinet of Commissioner Věra Jourová x Delta Holding"],"date":["2015-06-25"],"summary":["Rule of law in Serbia"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["eu-tr-257470715719-48","ec-person-f329292459cb1badb7fb7c6b67b698c441931bb2"]}} -{"id":"ec-meeting-2015-06-25-e0a9bf976322411db01b52a2c84a7153321a680b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-25 - Cabinet of Commissioner Carlos Moedas x Atomium European Institute for Science, Media and Democracy"],"date":["2015-06-25"],"summary":["Meeting with Erika Widegren &"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-fb56329c22510c66ab50a8bdba13230bdae32902","eu-tr-604316917419-28"]}} -{"id":"ec-meeting-2015-06-25-e0e0cd7caee9b5e1595f4ba2b5aec522163d146e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-25 - Cabinet of Vice-President Andrus Ansip x European Multi-channel and Online Trade Association"],"date":["2015-06-25"],"summary":["E-commerce"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-11251212351-96","ec-person-d5a309c64ecdb05010325dcfc661f6ae817f31cc"]}} -{"id":"ec-meeting-2015-06-25-e22e4c067e8a9fe814b84d0b3472f05db3a8fdde","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-25 - Cabinet of Commissioner Violeta Bulc x Airports Council International - European Region"],"date":["2015-06-25"],"summary":["Delivering a speech on the General Assembly of ACI"],"notes":["Portfolio: Transport"],"location":["Prague, Czech Republic"],"address":["Prague, Czech Republic"],"addressEntity":["addr-4e1729d9a9fb5048140b781cf43b0ad9f952a001"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-4d2b449b5047ea3fda435a2a1c1081e3babcdf76","eu-tr-42566063487-73","ec-person-9d4dc4867a44dfe10f67ae7ee1706da3e8b48a24"]}} -{"id":"ec-meeting-2015-06-25-f492ef9b12319957cc4648315721db6dd0ad8655","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-25 - Cabinet of Commissioner Jonathan Hill x European Savings and Retail Banking Group"],"date":["2015-06-25"],"summary":["Financial Services Policy"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["eu-tr-8765978796-80","ec-person-f247edfcff54d4f26fc10769f809c92bc72d6797"]}} -{"id":"ec-meeting-2015-06-25-fbe021fe29e373ac97004460ad53b42b4e23ac9f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-25 - Günther Oettinger x G Plus Ltd (t/a Portland)"],"date":["2015-06-25"],"summary":["DSM"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-d8b86b98a24683917c569000ed6d8c45bedbbc00","eu-tr-7223777790-86"]}} -{"id":"ec-meeting-2015-06-25-fd7a21b650aa798673901293623ce88bdfca778d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-25 - Cabinet of Commissioner Violeta Bulc x ITD – association for the Danish road transport of goods"],"date":["2015-06-25"],"summary":["Meeting with ITD"],"notes":["Portfolio: Transport"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-404900912463-75","ec-person-dd7851e4a1e747e824b4f81139e33bc3cdb73160"]}} -{"id":"ec-meeting-2015-06-26-22f210ce61786064d461e83a87d835cf9c2796ac","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-26 - Cabinet of Vice-President Johannes Hahn x CARE International Aisbl"],"date":["2015-06-26"],"summary":["Review of European Neighbourhood Policy"],"notes":["Portfolio: European Neighbourhood Policy & Enlargement Negotiations"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-hahn-johannes-of-president-vice"],"involved":["ec-person-643595d3a737c63fc95146b51292a4684ed1ca75","eu-tr-90237823189-97"]}} -{"id":"ec-meeting-2015-06-26-27d6178dce40d227385767b2b6f0e803bcc8a7c8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-26 - Research and Innovation x Ingenieursbureau AnMar b.v."],"date":["2015-06-26"],"summary":["New Internet search engine"],"location":["Director General's office"],"address":["Director General's office"],"addressEntity":["addr-0ab63dd8fc712ad0289cea20f2019c46b46e881d"],"organizer":["ec-dg-rtd"],"involved":["ec-person-3a3f2867fc07b851e10a70d1325a0cf2fc1a87dc","eu-tr-056695117904-71"]}} -{"id":"ec-meeting-2015-06-26-2f9ec6c8611e484cf0d2d3e58fbdc20300395b4b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-26 - Cabinet of Vice-President Karmenu Vella x European Association for the Co-ordination of Consumer Representation in Standardisation Bureau Européen des Unions de Consommateurs"],"date":["2015-06-26"],"summary":["Energy Labeling"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["ec-person-4ff7c27445db4ad88e687776974fd8d077a1fe0c","eu-tr-9505781573-45","eu-tr-507800799-30"]}} -{"id":"ec-meeting-2015-06-26-37dc101cbc74cbf2ae7981850d02a1c7d5f2a921","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-26 - Cabinet of Vice-President Jyrki Katainen x European Association for the Co-ordination of Consumer Representation in Standardisation Bureau Européen des Unions de Consommateurs"],"date":["2015-06-26"],"summary":["Investment Plan"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-9505781573-45","eu-tr-507800799-30","ec-person-0310c3b87e155f5572493e91d12eebab9736a76b"]}} -{"id":"ec-meeting-2015-06-26-3e28a7e2373c4c044fa8e24df9080a1fa2a75b2b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-26 - Cabinet of Commissioner Elżbieta Bieńkowska x SMEunited aisbl"],"date":["2015-06-26"],"summary":["Small Business Act and SME Policy"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-55820581197-35","ec-person-95a769a1850d7d595f9a5853c51dcbdd3ddd69fb"]}} -{"id":"ec-meeting-2015-06-26-41af8a482bd396b28b2817407e094106e9c32309","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-26 - Cabinet of Vice-President Jyrki Katainen x Aldersgate Group"],"date":["2015-06-26"],"summary":["Circular Economy"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-0310c3b87e155f5572493e91d12eebab9736a76b","eu-tr-570633817416-75"]}} -{"id":"ec-meeting-2015-06-26-5061637ac7413ac102c03e6bf641cc00ae42e3dc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-26 - Cabinet of Vice-President Cecilia Malmström x Transatlantic Institute"],"date":["2015-06-26"],"summary":["Labelling of products from Israel"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-20ded9db5df11164331bb161fdf234b1e5ad53fd","eu-tr-95713206856-14"]}} -{"id":"ec-meeting-2015-06-26-59f5c442cb8d59f654ba7af4fdef7e1c53444b14","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-26 - Cabinet of Commissioner Věra Jourová x Svaz obchodu a cestovního ruchu ČR"],"date":["2015-06-26"],"summary":["Public documents, Insolvency, Digital contracts"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Prague, Czech republic"],"address":["Prague, Czech republic"],"addressEntity":["addr-3b19b8ec8417ba7a217751b49c28efd0adc0e96d"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["eu-tr-626254518022-06","ec-person-a608b85b2ffef83f883b5a2330b6232efa1b7141"]}} -{"id":"ec-meeting-2015-06-26-5ca85cee53346c48d9062ca0b7c3d6af8d1fd168","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-26 - Cabinet of Vice-President Jyrki Katainen x KPMG EMA"],"date":["2015-06-26"],"summary":["Investment plan"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-65515368730-59","ec-person-7c9460f99c5872dbdc561f5752401c870d12e98b"]}} -{"id":"ec-meeting-2015-06-26-77b514b11479f4a6e684f579a2ff836e69fc642f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-26 - Cabinet of Vice-President Maroš Šefčovič x RENAULT"],"date":["2015-06-26"],"summary":["Energy Union"],"notes":["Portfolio: Energy Union"],"location":["BERL, Brussels"],"address":["BERL, Brussels"],"addressEntity":["addr-c1b89a719fb4c3b86c91ae01524d04183caeb9e6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-af83ed49c403cb9d7ebfecca7893f0054c1f4be5","eu-tr-946343776-69"]}} -{"id":"ec-meeting-2015-06-26-82ac3005fbdb4ff15ce76b3e4adbd3a15173469a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-26 - Cabinet of Vice-President Valdis Dombrovskis x The Investment Association"],"date":["2015-06-26"],"summary":["Markets in Financial Instruments Directive II"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-3f9ca71b74344417d1f072ba7f3e2f09a223b036","eu-tr-5437826103-53"]}} -{"id":"ec-meeting-2015-06-26-899c4df092ae10e25c2d9a4335030b6a8eca680c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-26 - Cabinet of First Vice-President Frans Timmermans x Federation of Small Businesses"],"date":["2015-06-26"],"summary":["Better Regulation; communication."],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-64802948320-88","ec-person-284d94050a35c9079d8b1ba3f85eaf7777b5fea9"]}} -{"id":"ec-meeting-2015-06-26-a5b5519527ef09502424ccc8782a0f5b06e0acdb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-26 - Cabinet of Commissioner Christos Stylianides x CARE International Aisbl"],"date":["2015-06-26"],"summary":["Humanitarian Aid"],"notes":["Portfolio: Humanitarian Aid & Crisis Management"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-christos-commissioner-of-stylianides"],"involved":["ec-person-cdd689bd079714522dad472ea4446b0fcc660d8f","eu-tr-90237823189-97"]}} -{"id":"ec-meeting-2015-06-26-b00bb12e639d0a23c373ccefdcbc085bea27190d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-26 - Cabinet of Commissioner Phil Hogan x Growing Media Europe"],"date":["2015-06-26"],"summary":["single market harmonisation in view of the importance of horticulture"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-01873234294-62","ec-person-d0aad15bfcd899ec988329ba27d6e661ca34456b"]}} -{"id":"ec-meeting-2015-06-26-bb897c34a5208529724fd3a473f59df711e81607","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2015-06-26 - Cabinet of Commissioner Elżbieta Bieńkowska x European Association for the Co-ordination of Consumer Representation in Standardisation Bureau Européen des Unions de Consommateurs"],"date":["2015-06-26"],"summary":["Circular Economy","EU Energy Label"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-9505781573-45","eu-tr-507800799-30","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2015-06-26-c99809ab9668bfba1ee9dfc1847be7d98bc4f9d4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-26 - Cabinet of Commissioner Marianne Thyssen x ITD – association for the Danish road transport of goods"],"date":["2015-06-26"],"summary":["Fair labour mobility"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["eu-tr-404900912463-75","ec-person-7567514af00f139b390cf9864d28a090ca0fde25"]}} -{"id":"ec-meeting-2015-06-26-e12fb7d6a8cd8de86db6b49a10cf9dd41f2ed786","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-26 - Cabinet of Commissioner Jonathan Hill x Federation of Small Businesses"],"date":["2015-06-26"],"summary":["Capital Markets Union and Better Regulation"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["ec-person-341f30cfe9dff9d73b83fe8d9e88d7383d6910d3","eu-tr-64802948320-88"]}} -{"id":"ec-meeting-2015-06-26-e8498cc723f0bf35654d31a1fc850ad2efae28c3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-26 - Günther Oettinger x Continental AG"],"date":["2015-06-26"],"summary":["big data, data security, ITS and connected car, real life testing for automated driving"],"location":["Regensburg"],"address":["Regensburg"],"addressEntity":["addr-b93c2b2bb08f7e2d2e49c797467500ecb685629e"],"organizer":["ec-dg-de"],"involved":["eu-tr-06248449380-53","ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0"]}} -{"id":"ec-meeting-2015-06-26-ea85fb93d5aaa6a37ff436ba88c03c43e980d75c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-26 - Cabinet of First Vice-President Frans Timmermans x European Association for the Co-ordination of Consumer Representation in Standardisation"],"date":["2015-06-26"],"summary":["circular economy"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["ec-person-7a0c440119cd5d547eceebb055c79b8bb41bf9a2","eu-tr-507800799-30"]}} -{"id":"ec-meeting-2015-06-26-eee1bdb85e6876da0aaaeade29e7d0fd7ae6917c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-26 - Cabinet of Vice-President Cecilia Malmström x Confederation of Businessmen and Industrialists of Turkiye"],"date":["2015-06-26"],"summary":["Recent developments in Turkey"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-05241797002-90","ec-person-591ec829ca734bcfe59a2c9c7f07f9dff22a0ea9"]}} -{"id":"ec-meeting-2015-06-28-0805e42ee123fc3cdc2866dea6dc85b8978c12ae","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-28 - Cabinet of Commissioner Violeta Bulc x DLA Piper UK LLP - Belgium"],"date":["2015-06-28"],"summary":["Aviation file - accompanying person: UAE Diplomat in charge of the aviation file"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-5012c5e45a52ee8ce67d19c1781a127af53e73e7","eu-tr-038826514581-56"]}} -{"id":"ec-meeting-2015-06-28-1b3dbee73bdae801db2ec4c633e3dc7ed8a381d8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-28 - Cabinet of Commissioner Elżbieta Bieńkowska x International Federation of Industrial Energy Consumers"],"date":["2015-06-28"],"summary":["Competitiveness & industrial growth"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-1978775156-31","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2015-06-28-a3e81270e80a8dda75dd36e09494115929caba07","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-28 - Inspire, Debate, Engage and Accelerate Action x Meta Platforms Ireland Limited and its various subsidiaries (f/k/a Facebook Ireland Limited)"],"date":["2015-06-28"],"summary":["Women in technology"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-idea"],"involved":["eu-tr-28666427835-74","ec-person-4fe56a64c00b3e81c851b5538878b32481bd7d3c"]}} -{"id":"ec-meeting-2015-06-29-0269e506cb56e39c696e9f44791a4658d5fbc1d3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-29 - Cabinet of Vice-President Cecilia Malmström x EUROPEAN AUSTRALIAN BUSINESS COUNCIL"],"date":["2015-06-29"],"summary":["EU-Australia trade relations"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-19b143e83f8ab978c55c8a9a9e49e06dbfa14bf3","eu-tr-56953548578-36"]}} -{"id":"ec-meeting-2015-06-29-05b60066c2138f65a1956bc5515891a18187ab6e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-29 - Cabinet of Commissioner Tibor Navracsics x Paramount Global"],"date":["2015-06-29"],"summary":["Digital Single Market"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-4d24029a6a4b5bbdcd825e134f010bd0b384f80a","eu-tr-523612117906-56"]}} -{"id":"ec-meeting-2015-06-29-26f4d4f62a66af4b5bda315458d7c4bd2305598e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-29 - Cabinet of Commissioner Phil Hogan x European Dairy Trade Association"],"date":["2015-06-29"],"summary":["exchange on the current market situation"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-400dd8d59d3060187d9b9b143d697da1a3d03c12","eu-tr-5159980776-55"]}} -{"id":"ec-meeting-2015-06-29-2b3e6ca4585e6025341645540b829db2ea2f9a16","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-29 - Günther Oettinger x Axel Springer SE"],"date":["2015-06-29"],"summary":["DSM"],"location":["Berlin"],"address":["Berlin"],"addressEntity":["addr-062b06ba8e755765c6b049809b7430fd54fe5b21"],"organizer":["ec-dg-de"],"involved":["eu-tr-742417913824-11","ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0"]}} -{"id":"ec-meeting-2015-06-29-32bdbcd47853497a0872557749eb35078732c2c6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-29 - Cabinet of Commissioner Věra Jourová x Združenje Manager"],"date":["2015-06-29"],"summary":["Women on boards proposal, Slovenian experience with the gender issues in the business environment"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Ljubljana, Slovenia"],"address":["Ljubljana, Slovenia"],"addressEntity":["addr-f7328a981da1b705ba25d3333daf0cf2fca0c8ea"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-a608b85b2ffef83f883b5a2330b6232efa1b7141","eu-tr-292309115403-44"]}} -{"id":"ec-meeting-2015-06-29-35c14a099698dc0aa46443b7ea34d708b2c52e81","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-29 - Günther Oettinger x PwCIL"],"date":["2015-06-29"],"summary":["DSM"],"location":["Berlin"],"address":["Berlin"],"addressEntity":["addr-062b06ba8e755765c6b049809b7430fd54fe5b21"],"organizer":["ec-dg-de"],"involved":["eu-tr-60402754518-05","ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0"]}} -{"id":"ec-meeting-2015-06-29-3ed77373fd8afde2243c811a67473ed24be899f8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-29 - Cabinet of Commissioner Margrethe Vestager x European Producers Club"],"date":["2015-06-29"],"summary":["Digital Single Market and Copyright Reform and its implications for film production"],"notes":["Portfolio: Competition"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-margrethe-of-vestager"],"involved":["eu-tr-344910313351-14","ec-person-5d3cde69206da720686a2bca71494091f1318f24","ec-person-947ab3027ba90ce15968614ce35c12506b7a43ac"]}} -{"id":"ec-meeting-2015-06-29-43fdf4355e4bffd6691dc6dd91eb3507bdfbb6da","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-29 - Cabinet of Vice-President Valdis Dombrovskis x Eaton Vance Management"],"date":["2015-06-29"],"summary":["Stability and Growth Pact, fiscal/budgetary issues, macroecomomic imbalances and structural reform initiatives"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Berlaymont, 10/021"],"address":["Berlaymont, 10/021"],"addressEntity":["addr-f807f09fe93e68b66c4995de531a368ec215ccfd"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-902665668634b69ce99a97f1853d89a9d1b275f2","eu-tr-468153817764-02"]}} -{"id":"ec-meeting-2015-06-29-46fe2fc706ff9558c22c6490d2d6c00ce622fbd0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-29 - Cabinet of Vice-President Cecilia Malmström x Facebook Ireland Limited"],"date":["2015-06-29"],"summary":["Digital trade"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-19b143e83f8ab978c55c8a9a9e49e06dbfa14bf3","eu-tr-28666427835-74"]}} -{"id":"ec-meeting-2015-06-29-4a00e1228b4bba5468820df05ab6059a033b191e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-29 - Cabinet of Vice-President Karmenu Vella x EUROPEAN TRADE UNION CONFEDERATION"],"date":["2015-06-29"],"summary":["REACH"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["ec-person-4ff7c27445db4ad88e687776974fd8d077a1fe0c","eu-tr-06698681039-26"]}} -{"id":"ec-meeting-2015-06-29-561484bb87c740efbf93b8533d6733f42a77bb6d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-29 - Communications Networks, Content and Technology x Meta Platforms Ireland Limited and its various subsidiaries (f/k/a Facebook Ireland Limited)"],"date":["2015-06-29"],"summary":["DSM and AVMSD"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["ec-person-3d379ff88d704acbd3444fdd59765df1225d4f9b","eu-tr-28666427835-74"]}} -{"id":"ec-meeting-2015-06-29-5bb19f95a1c3a29469a265712888b8c61dc41aa3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-29 - Cabinet of Vice-President Valdis Dombrovskis x WindEurope"],"date":["2015-06-29"],"summary":["Revision of the ETS Directive"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["European Commission, Brussels, Belgium"],"address":["European Commission, Brussels, Belgium"],"addressEntity":["addr-fa23ba76578f641c8aa38c39109cfc9a80b30bec"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-19920706471-21","ec-person-b2d41137decbf33bc8076a41bfe11b68d501a7a0"]}} -{"id":"ec-meeting-2015-06-29-60fd8bdd9b78128d6c779087cda1e0fa97e52158","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-29 - Cabinet of High Representative / Vice-President Federica Mogherini x International Partnership for Human Rights"],"date":["2015-06-29"],"summary":["Civil Society in Russia"],"notes":["Portfolio: Foreign Affairs and Security Policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"involved":["ec-person-97549b50ce25e488bb1c03d83cfb838cd4fdf293","eu-tr-47292178704-33"]}} -{"id":"ec-meeting-2015-06-29-6858bbf47a6054c14e0b4118f31c1090d0e971c2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-29 - Cabinet of Vice-President Andrus Ansip x European Producers Club"],"date":["2015-06-29"],"summary":["Digital Single Market, copyright"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-344910313351-14","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45","ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0"]}} -{"id":"ec-meeting-2015-06-29-705520ebc659a96fb355fc7eb91f26b4bb04e12e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-29 - Günther Oettinger x Paramount Global"],"date":["2015-06-29"],"summary":["DSM, copyright"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-dg-de"],"involved":["ec-person-49723482bb23d029cbfc010cb37eec7392a0ae02","eu-tr-523612117906-56"]}} -{"id":"ec-meeting-2015-06-29-81c07bf025fed614f8fa9fe145f53fc5732a4bf7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-29 - Cabinet of Vice-President Andrus Ansip x CEC Government Relations (PL)"],"date":["2015-06-29"],"summary":["Digital Skills"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-c759bd58acc54869aa8e62ce652efcda416e25c2","ec-person-666bc159c7e65a3af9e63c1e97435c02f1496955","eu-tr-247452712749-25"]}} -{"id":"ec-meeting-2015-06-29-85a58700790047a11a0d43dc06e80bda4b089d0c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-29 - Cabinet of Commissioner Marianne Thyssen x VERBOND VAN BELGISCHE ONDERNEMINGEN / FEDERATION DES ENTREPRISES DE BELGIQUE"],"date":["2015-06-29"],"summary":["Employment and social policy priorities"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["eu-tr-47676761061-93","ec-person-c508e9337eca6b067c1f966b82de49c4824a3ad0"]}} -{"id":"ec-meeting-2015-06-29-8f3042b122f824e4527b1139f8cdc6b5ea766f39","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-29 - Cabinet of Commissioner Margrethe Vestager x Novozymes"],"date":["2015-06-29"],"summary":["Circular Economy"],"notes":["Portfolio: Competition"],"location":["Copenhagen, Denmark"],"address":["Copenhagen, Denmark"],"addressEntity":["addr-037407970050e97c761587d63aacfaeb126cab45"],"organizer":["ec-cabinet-commissioner-margrethe-of-vestager"],"involved":["ec-person-baa1c172df109ebd1f0307bccb5e21aec66c7a25","eu-tr-52195525403-65"]}} -{"id":"ec-meeting-2015-06-29-9bb02bf6e7bca21aac50c1a83af726f300e24b23","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-29 - Cabinet of Vice-President Cecilia Malmström x None"],"date":["2015-06-29"],"summary":["EU-China trade and investment relations"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-19b143e83f8ab978c55c8a9a9e49e06dbfa14bf3"]}} -{"id":"ec-meeting-2015-06-29-a104a7f5cb3ce040fe7c322468c1016aa97b349a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-29 - Cabinet of Vice-President Andrus Ansip x Samsung Electronics Europe"],"date":["2015-06-29"],"summary":["Digital Skills"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-c759bd58acc54869aa8e62ce652efcda416e25c2","ec-person-666bc159c7e65a3af9e63c1e97435c02f1496955","eu-tr-40471017282-57"]}} -{"id":"ec-meeting-2015-06-29-aa6d4a4182e60a0bade383e530dbaa4508a255b7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-29 - Cabinet of First Vice-President Frans Timmermans x International Partnership for Human Rights"],"date":["2015-06-29"],"summary":["Fundamental rights in Russia and EU"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Berlaymont, Brussels"],"address":["Berlaymont, Brussels"],"addressEntity":["addr-fc86ff6aaa2cd722afeb09a33ccd03fec72f8cd1"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["ec-person-6d8b11c800391d9e6515bbd1b0e9d54c7da270da","eu-tr-47292178704-33"]}} -{"id":"ec-meeting-2015-06-29-ac6af5885e59f56d9af719eb8353b149af7ecf98","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-29 - Cabinet of Commissioner Phil Hogan x Meat and Livestock Australia"],"date":["2015-06-29"],"summary":["Australian red meat industry priorities"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-400dd8d59d3060187d9b9b143d697da1a3d03c12","ec-person-c9d17d5879383b030f61a4066848249fb35d57e4","eu-tr-273679115361-86"]}} -{"id":"ec-meeting-2015-06-29-aca577983694f1787c2da1607ec66cbafee158fd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-29 - Cabinet of Vice-President Andrus Ansip x Facebook Ireland Limited"],"date":["2015-06-29"],"summary":["Digital Single Market, data protection and privacy"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45","eu-tr-28666427835-74"]}} -{"id":"ec-meeting-2015-06-29-b33158a70b9437d745bfd967f6988940336e4c1a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-29 - Cabinet of Commissioner Věra Jourová x Facebook Ireland Limited"],"date":["2015-06-29"],"summary":["Women and tech"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-184e698af1eb9e33b179680570ca171d8cb31c94","eu-tr-28666427835-74"]}} -{"id":"ec-meeting-2015-06-29-c453b214043a90f73df8ee6263b674a0e5546015","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-29 - Cabinet of Commissioner Jonathan Hill x Moody's Shared Services UK Ltd."],"date":["2015-06-29"],"summary":["Financial Services Policy"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["London"],"address":["London"],"addressEntity":["addr-4c57f0c88d9844630327623633ce269cf826ab99"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["eu-tr-55916968748-36","ec-person-f247edfcff54d4f26fc10769f809c92bc72d6797"]}} -{"id":"ec-meeting-2015-06-29-cf7843a4bfab1ccef3791ab85561980727b54559","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-29 - Cabinet of Commissioner Jonathan Hill x S&P Global"],"date":["2015-06-29"],"summary":["Financial Services Policy"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["London"],"address":["London"],"addressEntity":["addr-4c57f0c88d9844630327623633ce269cf826ab99"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["eu-tr-319148015141-55","ec-person-f247edfcff54d4f26fc10769f809c92bc72d6797"]}} -{"id":"ec-meeting-2015-06-29-d3141d70cefe2d5a73e11d29ece3db043b4b7829","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-29 - Environment x Eurocities"],"date":["2015-06-29"],"summary":["EGCA follow up"],"location":["Bruxelles"],"address":["Bruxelles"],"addressEntity":["addr-b58f5927b66d94a676970dc048485d4c6848f272"],"organizer":["ec-dg-env"],"involved":["ec-person-c92411579cf013898db30d63a5d6fadc118e7264","eu-tr-12493392840-79"]}} -{"id":"ec-meeting-2015-06-29-e1f2acf837d108aa1717b7b0f2c0e7dabc8bd8a4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-29 - Cabinet of Commissioner Vytenis Andriukaitis x Irish Co-operative Organisation Society Ltd."],"date":["2015-06-29"],"summary":["Medicated Feed and Veterinary Medicines"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-0dbfffeb0323f819c8d57164906086dd8639c437","eu-tr-99345863205-62"]}} -{"id":"ec-meeting-2015-06-29-e9237a801d16e62b4e680e759a422a9f9dee1656","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-29 - Günther Oettinger x Meta Platforms Ireland Limited and its various subsidiaries (f/k/a Facebook Ireland Limited)"],"date":["2015-06-29"],"summary":["DSM"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-4cd59e13386e3b68ecb3611fcc579e0a0a3938a5","eu-tr-28666427835-74"]}} -{"id":"ec-meeting-2015-06-30-00df5af106982fc1f68fef9e53564911ec7f8676","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-30 - Günther Oettinger x France Digitale"],"date":["2015-06-30"],"summary":["DSM"],"location":["Paris"],"address":["Paris"],"addressEntity":["addr-22390ad11c32faec43fc61555b53607660b3c185"],"organizer":["ec-dg-de"],"involved":["ec-person-d8b86b98a24683917c569000ed6d8c45bedbbc00","eu-tr-479234015862-06"]}} -{"id":"ec-meeting-2015-06-30-0269e506cb56e39c696e9f44791a4658d5fbc1d3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-30 - Cabinet of Vice-President Cecilia Malmström x EUROPEAN AUSTRALIAN BUSINESS COUNCIL"],"date":["2015-06-30"],"summary":["Australia; FTA"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-19b143e83f8ab978c55c8a9a9e49e06dbfa14bf3","ec-person-cb8ca9ec2413722fa83484ed18dd76ace52d0118","eu-tr-56953548578-36"]}} -{"id":"ec-meeting-2015-06-30-11aa3210b79f5e7dc147b4fffebda24b2e28484f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-30 - Cabinet of Vice-President Andrus Ansip x NASDAQ"],"date":["2015-06-30"],"summary":["Economy Financing and Updates on Estonia Financial Markets"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-76648765687-29","ec-person-0f698e3a0cc0bd6a02e1bd386a25cedc1366f3f1"]}} -{"id":"ec-meeting-2015-06-30-134e6f7dc15ecd47b7b181fe1fbd06c026f2cb85","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-30 - Cabinet of Commissioner Carlos Moedas x Novamont SpA"],"date":["2015-06-30"],"summary":["Bioeconomy"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-23980b2bc4fd9c82051d0f7888dc236b2f764866","eu-tr-297825612467-09"]}} -{"id":"ec-meeting-2015-06-30-1cb269e2fb458b453d82866e232d46dff6857d85","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-30 - Cabinet of Commissioner Tibor Navracsics x Baltic Sea Music Education Foundation e. V."],"date":["2015-06-30"],"summary":["Introductory meeting"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-cb6aa96c497dead35eb0f2ed0339e5423d506549","eu-tr-072152517801-83"]}} -{"id":"ec-meeting-2015-06-30-269d3759b64da0d67737ce4ff6084c73fb60acdb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-30 - Cabinet of Commissioner Marianne Thyssen x Conference of European Churches"],"date":["2015-06-30"],"summary":["European social policy"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["ec-person-30b86bb23229e021bfd27134f723d390b5c86aee","eu-tr-55481528937-66","ec-person-c508e9337eca6b067c1f966b82de49c4824a3ad0"]}} -{"id":"ec-meeting-2015-06-30-29e7d1b576cf0b72c6796b3b6e14b64820cc6f60","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-30 - Cabinet of Commissioner Věra Jourová x European NGO Alliance for Child Safety Online"],"date":["2015-06-30"],"summary":["Children protection for online content"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["eu-tr-68951559498-60","ec-person-1e0e3a00ab815dea7c5b839b002ed2c7e34bfe0a"]}} -{"id":"ec-meeting-2015-06-30-2a17817781f397f4215dfc50fad20768d789fffc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-30 - Cabinet of Vice-President Jyrki Katainen x EUROPEAN AUSTRALIAN BUSINESS COUNCIL"],"date":["2015-06-30"],"summary":["Trade"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90","ec-person-7c9460f99c5872dbdc561f5752401c870d12e98b","eu-tr-56953548578-36"]}} -{"id":"ec-meeting-2015-06-30-2d20bda1fcfa41ab1c18565c33154a7d1feb91c8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-30 - Cabinet of High Representative / Vice-President Federica Mogherini x ConocoPhillips"],"date":["2015-06-30"],"summary":["Energy and TTIP"],"notes":["Portfolio: Foreign Affairs and Security Policy"],"location":["Brusssels"],"address":["Brusssels"],"addressEntity":["addr-d87e4e3908f82473ed813ca5f132993797b061f4"],"organizer":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"involved":["eu-tr-1798200413-71","ec-person-189fa91edba64d04693773d2f922608c3f83b78d"]}} -{"id":"ec-meeting-2015-06-30-4058a11703b4a8e21c6a06bb10d2f626a3f02530","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-30 - Cabinet of Commissioner Pierre Moscovici x IMPALA Association Internationale AISBL"],"date":["2015-06-30"],"summary":["Digital single market, copyright rules."],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["eu-tr-12383069253-19","ec-person-14ef50b9efbe5ab02d528e0ec4ac50c9caf964e3"]}} -{"id":"ec-meeting-2015-06-30-4d7e97051d8506480e6ceaa56980518a3a6a746d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-30 - Cabinet of Vice-President Cecilia Malmström x Association des Fabricants Européens de Munitions de Sport Institut Européen des Armes de Chasse et de Sport Associazione Nazionale Produttori Armi e Munizioni Sportive e Civili"],"date":["2015-06-30"],"summary":["European civilian and sporting arms and ammunition"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-169603610073-70","eu-tr-208929410103-47","eu-tr-131992710104-83","ec-person-591ec829ca734bcfe59a2c9c7f07f9dff22a0ea9"]}} -{"id":"ec-meeting-2015-06-30-643bd846f81ff262cc569cd8e2e792e2121512cb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-30 - Cabinet of Vice-President Andrus Ansip x Google"],"date":["2015-06-30"],"summary":["Identity, Privacy and Security"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-5db7bdd1c81da2e70eb5b982097d0004111b5c3e","eu-tr-03181945560-59"]}} -{"id":"ec-meeting-2015-06-30-724aebff0bdd0f59a5518fe558a31f31c1970248","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-30 - Cabinet of Commissioner Tibor Navracsics x SPARC Europe"],"date":["2015-06-30"],"summary":["TDM and copyright"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["eu-tr-126724615363-50","ec-person-fc5c01a0bffedf0f4e205a759b40239535313d28"]}} -{"id":"ec-meeting-2015-06-30-73a8fab1c34680711ec1c31c41679ac5a44247c8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-30 - Cabinet of First Vice-President Frans Timmermans x Buma/Stemra"],"date":["2015-06-30"],"summary":["Copyright"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["ec-person-966667b73d92624be9bb019c2baab7e52331b3d3","eu-tr-56091957679-64"]}} -{"id":"ec-meeting-2015-06-30-80a46e71aeb8d261a134020fd03ca92c8c790fad","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-30 - Cabinet of Vice-President Cecilia Malmström x Groupement Européen des Sociétés d'Auteurs et Compositeurs"],"date":["2015-06-30"],"summary":["DSM and copyright"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-591ec829ca734bcfe59a2c9c7f07f9dff22a0ea9","eu-tr-36529354479-57"]}} -{"id":"ec-meeting-2015-06-30-8915bd7d244b884cc4ff4e5667407467283f8e61","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-30 - Cabinet of High Representative / Vice-President Federica Mogherini x EUROCHAMBRES – Association of European Chambers of Commerce and Industry"],"date":["2015-06-30"],"summary":["Economic diplomacy"],"notes":["Portfolio: Foreign Affairs and Security Policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"involved":["ec-person-62bf207e4274ad594e7eab4bfe20782f1d57f645","eu-tr-0014082722-83"]}} -{"id":"ec-meeting-2015-06-30-8b0c6ca06c612cab59452ed8e6d7298d291f6adb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-30 - Cabinet of Commissioner Violeta Bulc x ExxonMobil Petroleum & Chemical"],"date":["2015-06-30"],"summary":["Meeting with ExxonMobil"],"notes":["Portfolio: Transport"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-e14c58f620f40325d829df7be0823280307bc15f","eu-tr-0745650927-75"]}} -{"id":"ec-meeting-2015-06-30-8e4d2a2d670e66802ec8cbba8dbe200e81537e3d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-30 - Cabinet of Vice-President Jyrki Katainen x Metsäliitto Cooperative Confederation of European Paper Industries"],"date":["2015-06-30"],"summary":["Energy Union"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-f9208d930adc70c6c64e21701e48f85f6f18e949","eu-tr-72279144480-58","eu-tr-962687110415-94"]}} -{"id":"ec-meeting-2015-06-30-9126f4d4b4f3d4458122a6943074f49b3b0e792d","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2015-06-30 - Cabinet of Commissioner Marianne Thyssen x Mouvement des Entreprises de France"],"date":["2015-06-30"],"summary":["Deepening EMU","Employment policy"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels - Berlaymont","Brussels"],"address":["Brussels - Berlaymont","Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6","addr-eda445c4955377862aa542463ce6a4f27ee909d5"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["eu-tr-43763731235-75","ec-person-5a49eb89125b4b5d1125b3925bbb64aba1bea2b3"]}} -{"id":"ec-meeting-2015-06-30-a9c2c22688fdf78ecced523745432a9cad52a7ad","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-30 - Cabinet of Vice-President Valdis Dombrovskis x EUROPEAN AUSTRALIAN BUSINESS COUNCIL"],"date":["2015-06-30"],"summary":["EU-Australia relations - EU economic governance and growth outlook"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["European Commission –Brussels (Berlaymont)"],"address":["European Commission –Brussels (Berlaymont)"],"addressEntity":["addr-34950b13028a172978feee09b07604284a20a878"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-56953548578-36","ec-person-eec82261c60167b261e56ad1e2bfb4c482db6191","ec-person-a9eda2e8ea54b70a968327672c6cada679d3cd56"]}} -{"id":"ec-meeting-2015-06-30-affc6a89f25d2027363921fe9d9d26f7cc85fc51","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-30 - Cabinet of Commissioner Jonathan Hill x EUROPEAN AUSTRALIAN BUSINESS COUNCIL"],"date":["2015-06-30"],"summary":["Financial Policy"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["ec-person-a9f927e92126f22da48d08ee37b059179988ada8","eu-tr-56953548578-36"]}} -{"id":"ec-meeting-2015-06-30-b98ba1b76a7d7138e525c0561a453762483bea50","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-30 - Cabinet of Commissioner Carlos Moedas x EUPPORTUNITY (QB, Lda.)"],"date":["2015-06-30"],"summary":["Courtesy Meeting"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-23980b2bc4fd9c82051d0f7888dc236b2f764866","eu-tr-38225546532-14"]}} -{"id":"ec-meeting-2015-06-30-ba7d7aef50df0b41d64e7fe7e3cf3d8592ff74f9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-30 - Cabinet of Vice-President Andrus Ansip x european competitive telecommunications association"],"date":["2015-06-30"],"summary":["TSM & review"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-24627752238-32","ec-person-666bc159c7e65a3af9e63c1e97435c02f1496955"]}} -{"id":"ec-meeting-2015-06-30-babbb7c7b8da0b9370548d9034b1ae1119b712bb","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2015-06-30 - Cabinet of Vice-President Jyrki Katainen x The Green Alliance Trust"],"date":["2015-06-30"],"summary":["Circular Economy"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-767904016652-77","ec-person-0310c3b87e155f5572493e91d12eebab9736a76b"]}} -{"id":"ec-meeting-2015-06-30-cadd01649e621ac39c9f8112bc741d25ec6814d1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-30 - Günther Oettinger x KPMG"],"date":["2015-06-30"],"summary":["Digital Agenda"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-65515368730-59","ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0"]}} -{"id":"ec-meeting-2015-06-30-cbb4accfdfaf25fd34d8da7e8d9bad0826ca67fe","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-30 - Cabinet of First Vice-President Frans Timmermans x Open Society European Policy Institute"],"date":["2015-06-30"],"summary":["Fight against anti-seministm and anti-Muslim hatred"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["ec-person-f3a0db9fe3b985fb3a6665117484ee9f97b0e339","eu-tr-8557515321-37"]}} -{"id":"ec-meeting-2015-06-30-ce01c6f0d228b08b42f3a78392dec547386c8d76","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-30 - Günther Oettinger x Huawei Technologies"],"date":["2015-06-30"],"summary":["DSM"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-4cd59e13386e3b68ecb3611fcc579e0a0a3938a5","eu-tr-114467111412-38"]}} -{"id":"ec-meeting-2015-06-30-d08179aa931c1f89ecfe91573c0c1c3bad98f210","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-30 - Cabinet of Commissioner Violeta Bulc x Airbus"],"date":["2015-06-30"],"summary":["Visiting the Airbus manufacturing plant"],"notes":["Portfolio: Transport"],"location":["Toulouse, France"],"address":["Toulouse, France"],"addressEntity":["addr-2ee778934a6eb812ae794d6e325718e83f369c38"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-4d2b449b5047ea3fda435a2a1c1081e3babcdf76","ec-person-9d4dc4867a44dfe10f67ae7ee1706da3e8b48a24","eu-tr-2732167674-76"]}} -{"id":"ec-meeting-2015-06-30-db3fa276cc4e1df08b042b0cbbdafb3211921526","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-30 - Cabinet of President Jean-Claude Juncker x Associazione Industriali delle Carni e dei Salumi"],"date":["2015-06-30"],"summary":["Single Market for Food"],"notes":["Portfolio: President"],"location":["Brussel"],"address":["Brussel"],"addressEntity":["addr-62ff8a238a97c72453d6fc3e5cd26a143cd991e7"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-e9857f4f6b642888bff0d7f9e60f293ae47da96b","eu-tr-67143036814-95"]}} -{"id":"ec-meeting-2015-06-30-e6868300b83d9c57ca53f9dacb4cc8654fa57122","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-30 - Cabinet of Commissioner Phil Hogan x ActionAid European Coordination Via Campesina"],"date":["2015-06-30"],"summary":["Rural policy issues in Europe and Africa (discussion Action Aid and Via Campesina)"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-d0aad15bfcd899ec988329ba27d6e661ca34456b","eu-tr-28920471149-55","eu-tr-85103504511-82"]}} -{"id":"ec-meeting-2015-06-30-ea65b6e10d883194481e285401e4a3c728bcd30f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-30 - Cabinet of Vice-President Maroš Šefčovič x Österreichischer Gewerkschaftsbund"],"date":["2015-06-30"],"summary":["Energy Union; role of social partners"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-2be517b9261a91f2f07e05ec14c6331980e9716e","eu-tr-43246044354-41"]}} -{"id":"ec-meeting-2015-06-30-ff363e9da8d46d780557ee074a81506229cb87f4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-06-30 - Cabinet of Vice-President Andrus Ansip x Apple Inc."],"date":["2015-06-30"],"summary":["copyright"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-e91c5be432b6b3efdda369792fed67c20b767a45","eu-tr-588327811384-96"]}} -{"id":"ec-meeting-2015-07-01-05cce74bd161bf172b1554853fc201023da9235f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-01 - Günther Oettinger x None"],"date":["2015-07-01"],"summary":["DSM"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-4cd59e13386e3b68ecb3611fcc579e0a0a3938a5","eu-tr-76704342721-41","eu-tr-90142503473-81","eu-tr-52431421-12","eu-tr-60052162589-72"]}} -{"id":"ec-meeting-2015-07-01-06f1fe2d5ce2d31c65b979c09f9ae6c53ee452a3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-01 - Cabinet of Vice-President Cecilia Malmström x EUPPORTUNITY (QB, Lda.)"],"date":["2015-07-01"],"summary":["TTIP"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-20ded9db5df11164331bb161fdf234b1e5ad53fd","ec-person-cb8ca9ec2413722fa83484ed18dd76ace52d0118","eu-tr-38225546532-14"]}} -{"id":"ec-meeting-2015-07-01-0b954b5e79ee4bc0ea88131c135ffc1dd1db358d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-01 - Cabinet of Vice-President Miguel Arias Cañete x Naftogaz of Ukraine"],"date":["2015-07-01"],"summary":["Security of gas supply"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-1831691c10441c5974327bbeb8693d6b6c1e50c3","eu-tr-769349815543-90","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd"]}} -{"id":"ec-meeting-2015-07-01-1e260f2e887a2cf3755bed593b98256ecb0ef3b5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-01 - Trade x Ford Motor Company"],"date":["2015-07-01"],"summary":["On-going trade negotiations"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-trade"],"involved":["ec-person-bde9bb099f5d24c52ca4a9255cefc99a5b87a650","eu-tr-21851435137-02"]}} -{"id":"ec-meeting-2015-07-01-229ee729b512e77271a2416c6116ca1d77ed14ad","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-01 - Secretariat-General x Confederation of British Industry"],"date":["2015-07-01"],"summary":["General European Affairs"],"location":["BERL 13/173"],"address":["BERL 13/173"],"addressEntity":["addr-5ab81b1ac29d5060596c105157f48327b80dbe49"],"organizer":["ec-dg-sg"],"involved":["eu-tr-73725676990-18","ec-person-c26c5f1134ca5e14e92270e5b8a0ba9e659f428b"]}} -{"id":"ec-meeting-2015-07-01-4728b50e54465d84e964e30e0407a762617d3a24","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-01 - Communications Networks, Content and Technology x Cargill"],"date":["2015-07-01"],"summary":["IoT and H2020"],"location":["Milano"],"address":["Milano"],"addressEntity":["addr-ff91b693ec20698bf6286453343f43e324ff421d"],"organizer":["ec-dg-connect"],"involved":["ec-person-3d379ff88d704acbd3444fdd59765df1225d4f9b","eu-tr-01063261836-24"]}} -{"id":"ec-meeting-2015-07-01-474972c95bfa2e5fdfc5c8735a40e81196445d58","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-01 - Cabinet of Vice-President Cecilia Malmström x Ford Motor Company"],"date":["2015-07-01"],"summary":["TTIP; Automotive industry"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-cb8ca9ec2413722fa83484ed18dd76ace52d0118","eu-tr-21851435137-02"]}} -{"id":"ec-meeting-2015-07-01-483097c7949b545c49d8e2af09bfa34f36926eb8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-01 - Cabinet of Commissioner Jonathan Hill x British Bankers' Association"],"date":["2015-07-01"],"summary":["Non-bank resolution and Capital Markets Union"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["ec-person-341f30cfe9dff9d73b83fe8d9e88d7383d6910d3","eu-tr-5897733662-75"]}} -{"id":"ec-meeting-2015-07-01-496f196ee6628867fb5d033cdf8dfd4c2a29a05a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-01 - Financial Stability, Financial Services and Capital Markets Union x Confederation of British Industry"],"date":["2015-07-01"],"summary":["Capital Markets Union (CMU)"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["ec-person-6be7848f21e63e093fdf3693cc8c3e2b6d29f776","eu-tr-73725676990-18"]}} -{"id":"ec-meeting-2015-07-01-4b071b2d66b0a5104496f289fde74ceeef6fdee6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-01 - Cabinet of Commissioner Violeta Bulc x Cruise Lines International Association Europe"],"date":["2015-07-01"],"summary":["Cruise Lines"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-5012c5e45a52ee8ce67d19c1781a127af53e73e7","eu-tr-69525934310-58"]}} -{"id":"ec-meeting-2015-07-01-4b5c45a95f996445ff3ffbfddb42dd9feeb5dde8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-01 - Cabinet of First Vice-President Frans Timmermans x Centre for Fine Arts"],"date":["2015-07-01"],"summary":["possible public events on EU affairs"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["rue ravesntein"],"address":["rue ravesntein"],"addressEntity":["addr-df02e6a94acfec3d300718539ffe66c007593aba"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["ec-person-f3a0db9fe3b985fb3a6665117484ee9f97b0e339","eu-tr-981651218089-69"]}} -{"id":"ec-meeting-2015-07-01-4ca412344752e613f4d8585db51964a5003bd985","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-01 - Mobility and Transport x AIRPORT SERVICES ASSOCIATION"],"date":["2015-07-01"],"summary":["Groundhandling services / Aviation issues"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-move"],"involved":["eu-tr-550592917230-49","ec-person-d856b0f199c84d5b5003106bea2ee6d0392e2428"]}} -{"id":"ec-meeting-2015-07-01-4fbc78766fc6bf2d0ae401bf86e8ff3af3cbc9a1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-01 - Cabinet of Commissioner Carlos Moedas x Uber"],"date":["2015-07-01"],"summary":["Opportunities and challenges in the field of transport, & work in the field of research."],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-01051f0f33bfdc2ecc41873c02cae666c5e0d099","eu-tr-002278013515-26"]}} -{"id":"ec-meeting-2015-07-01-50b11dfbda68ad79dd206362737dbc1d2bc17377","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-01 - Energy x G Plus Ltd (t/a Portland)"],"date":["2015-07-01"],"summary":["Biofuels"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-7223777790-86","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2015-07-01-51c40d83489ddab79812e1a10c82425aab2b370b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-01 - Cabinet of Commissioner Jonathan Hill x Association Française des Entreprises Privées / French Association of Large Companies"],"date":["2015-07-01"],"summary":["Introductory Meeting"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["eu-tr-953933297-85","ec-person-5e8e66c5b37cfc1f9272932bf8e12f4b28d1160a"]}} -{"id":"ec-meeting-2015-07-01-55cfc130c9bba386da6a4a28586f9a86624a9791","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-01 - Günther Oettinger x Time Warner Inc."],"date":["2015-07-01"],"summary":["copyright"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-761346015292-83","ec-person-49723482bb23d029cbfc010cb37eec7392a0ae02"]}} -{"id":"ec-meeting-2015-07-01-58eccf113d4f4ba075e9c83aaec22385b6769350","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-01 - Cabinet of Commissioner Carlos Moedas x Koninklijke Philips"],"date":["2015-07-01"],"summary":["Digital Health"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["eu-tr-035366013790-68","ec-person-f7ccc3ad366dd2fdb24870e1c02ff2763539c82f","ec-person-2b4bb0b28e7435e5f612e44d9664dbd1051efc55"]}} -{"id":"ec-meeting-2015-07-01-60db03804ead795fb66ec83884e1a6b7f5001ac9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-01 - Regulatory Scrutiny Board x Zentralverband des Deutschen Handwerks e.V."],"date":["2015-07-01"],"summary":["Better Regulation Package"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-rsb"],"involved":["ec-person-c8fe561c75ce26b5c43addac05060bbc5be74fe9","eu-tr-5189667783-94"]}} -{"id":"ec-meeting-2015-07-01-618a0bc50f4cd09cf9a8b27fcce3a683ff00962f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-01 - Günther Oettinger x Covington & Burling LLP News Corporation"],"date":["2015-07-01"],"summary":["DSM"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-083671317381-09","eu-tr-544873617314-08","ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0"]}} -{"id":"ec-meeting-2015-07-01-6b10f4da08ec208160e17384f0d1e423dfc44653","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-01 - Cabinet of Commissioner Jonathan Hill x Confederation of British Industry"],"date":["2015-07-01"],"summary":["Financial Policy"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["ec-person-a9f927e92126f22da48d08ee37b059179988ada8","eu-tr-73725676990-18"]}} -{"id":"ec-meeting-2015-07-01-78ef585d68ef9c18a06174c80597e32fed0bc7bc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-01 - Cabinet of Commissioner Corina Crețu x COBATY International"],"date":["2015-07-01"],"summary":["Situation in French Outermost Regions"],"notes":["Portfolio: Regional Policy"],"location":["BRUSSELS"],"address":["BRUSSELS"],"addressEntity":["addr-f74337897287bf1b546f30505f5b1f693a87af50"],"organizer":["ec-cabinet-commissioner-corina-cretu-of"],"involved":["ec-person-f5bd4d5d0170028815aba56ee7d4883f0fd70f47","eu-tr-83141557347-02"]}} -{"id":"ec-meeting-2015-07-01-80efb957bfa90d71897bc403c0f3f52927c8e812","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-01 - Cabinet of Commissioner Marianne Thyssen x Netherlands house for Education and Research"],"date":["2015-07-01"],"summary":["VET (Vocational education and training)"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["ec-person-bdb607d5d994a4056dd700f8f52d9af25b406b36","eu-tr-01678796979-90","ec-person-e93189002a993321fd1af93481b271c766b1aff8"]}} -{"id":"ec-meeting-2015-07-01-9c56c3f6ab3a08164f9a299d5146fa4a805edb4d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-01 - Cabinet of Vice-President Karmenu Vella x EuroCommerce"],"date":["2015-07-01"],"summary":["Circular Economy"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["eu-tr-84973761187-60","ec-person-0e3efd8bc1c3ee9a80205d0bb78f316fa1621e5d"]}} -{"id":"ec-meeting-2015-07-01-9dceed065c8f6742e7bc3091513beb2158d241ff","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-01 - Cabinet of Commissioner Carlos Moedas x British Agriculture Bureau"],"date":["2015-07-01"],"summary":["Potential opportunities for the agri-food sector through Horizon 2020"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["eu-tr-23029147081-37","ec-person-07b66759c911240aaa2b917489884273c71fac90"]}} -{"id":"ec-meeting-2015-07-01-a6ea491e6e51c21ec858ca419cad2be235a1f451","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-01 - Cabinet of Commissioner Věra Jourová x Gesamtverband der Deutschen Versicherungswirtschaft e.V."],"date":["2015-07-01"],"summary":["Data protection"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["eu-tr-6437280268-55","ec-person-184e698af1eb9e33b179680570ca171d8cb31c94"]}} -{"id":"ec-meeting-2015-07-01-a754fd7b210a21c343227db12005c67232739369","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2015-07-01 - Cabinet of Commissioner Violeta Bulc x EUROPEAN BUSINESS AVIATION ASSOCIATION"],"date":["2015-07-01"],"summary":["Organisation of a meeting of the Board of EBAA with Commissioner Bulc in October","Preparatory meeting of the Board of EBAA with Commissioner Bulc in October"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-120566513356-64","ec-person-5012c5e45a52ee8ce67d19c1781a127af53e73e7"]}} -{"id":"ec-meeting-2015-07-01-a7729b89022a5e66f1d35e444b17a83db24515be","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-01 - Cabinet of Commissioner Pierre Moscovici x Deutsche Bank AG"],"date":["2015-07-01"],"summary":["Current state of the European economy and reform of the Eurozone"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["eu-tr-271912611231-56","ec-person-3cbeba61ae952f06fe4916c381438ebbc676a597"]}} -{"id":"ec-meeting-2015-07-01-b7f9478d297a2d88b0eb95c1a1bbb91f474f764a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-01 - Cabinet of President Jean-Claude Juncker x Hong Kong Non-Governmental Fund Committee"],"date":["2015-07-01"],"summary":["Meeting on the Jobs and Growth Agenda of the Commission"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-e415577aabb40c0f789310505c6c5803aa69037b","eu-tr-293913317981-43"]}} -{"id":"ec-meeting-2015-07-01-bd8308703e29281c3a9779f7db64717aeea3b645","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-01 - Cabinet of Vice-President Cecilia Malmström x Medtronic"],"date":["2015-07-01"],"summary":["Developments in medical devices market"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-503957813562-10","ec-person-591ec829ca734bcfe59a2c9c7f07f9dff22a0ea9"]}} -{"id":"ec-meeting-2015-07-01-c23aa29bcd626fe9a7ec7635f222f8c62dff0079","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-01 - Cabinet of Vice-President Cecilia Malmström x Confederation of British Industry"],"date":["2015-07-01"],"summary":["Trade debate general"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-73725676990-18","ec-person-20ded9db5df11164331bb161fdf234b1e5ad53fd","ec-person-591ec829ca734bcfe59a2c9c7f07f9dff22a0ea9"]}} -{"id":"ec-meeting-2015-07-01-c73224f0aaaff67b97ec61538d30ab4d0f03047f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-01 - Cabinet of First Vice-President Frans Timmermans x European Council on Foreign Relations"],"date":["2015-07-01"],"summary":["EU foreign policy"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-339569615567-89","ec-person-f3a0db9fe3b985fb3a6665117484ee9f97b0e339"]}} -{"id":"ec-meeting-2015-07-01-c9f59cf2dcb2a9d03b43d8cb7050234242359d48","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-01 - Cabinet of High Representative / Vice-President Federica Mogherini x Naftogaz of Ukraine"],"date":["2015-07-01"],"summary":["Meeting with CEO of Naftogaz, Andriy Kobolyev"],"notes":["Portfolio: Foreign Affairs and Security Policy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"involved":["ec-person-62bf207e4274ad594e7eab4bfe20782f1d57f645","eu-tr-769349815543-90"]}} -{"id":"ec-meeting-2015-07-01-d122dc26b1b54aacdd4becc0c3f480b0449fb086","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-01 - Günther Oettinger x Tata Consultancy Services"],"date":["2015-07-01"],"summary":["DSM"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0","eu-tr-930116617440-93"]}} -{"id":"ec-meeting-2015-07-01-ea9ad559f3d1390e89812296ec1148fdd9799268","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-01 - Cabinet of Commissioner Jonathan Hill x British Chamber of Commerce | EU & Belgium"],"date":["2015-07-01"],"summary":["Financial Policy"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["ec-person-a9f927e92126f22da48d08ee37b059179988ada8","eu-tr-56188303384-93"]}} -{"id":"ec-meeting-2015-07-01-ef44d45e22939eb5871eec64c16f3f62b37f50ca","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-01 - Cabinet of Commissioner Elżbieta Bieńkowska x CC-Portugal - Câmara de Comércio e Industria Portuguesa"],"date":["2015-07-01"],"summary":["Introductory meeting"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-040146417895-20","ec-person-b2f9be51339f054477846797e2c119fcf16548fc"]}} -{"id":"ec-meeting-2015-07-01-f0b8008767c2ca4a0e613d122ad8588b3851fe64","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-01 - Günther Oettinger x Handelsblatt GmbH"],"date":["2015-07-01"],"summary":["Media policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-028583716519-85","ec-person-4cd59e13386e3b68ecb3611fcc579e0a0a3938a5"]}} -{"id":"ec-meeting-2015-07-01-f3f38f4445ee9b0aa352aaf741dbf1ca73619e58","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-01 - Mobility and Transport x Wirtschaftskammer Österreich"],"date":["2015-07-01"],"summary":["Mid-term review of the White Paper on transport / Social legislation relating to transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-move"],"involved":["ec-person-d856b0f199c84d5b5003106bea2ee6d0392e2428","eu-tr-10405322962-08"]}} -{"id":"ec-meeting-2015-07-01-f5365b27732c55c1a252eea87316806d182a4d09","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-01 - Cabinet of Commissioner Carlos Moedas x Portia Ltd"],"date":["2015-07-01"],"summary":["7th Gender Summit Europe"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-07b66759c911240aaa2b917489884273c71fac90","eu-tr-086687315440-79"]}} -{"id":"ec-meeting-2015-07-02-04dfaea334eeaefd4b3380b280ecb1135da4b4ec","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-02 - Inspire, Debate, Engage and Accelerate Action x Bertelsmann Stiftung"],"date":["2015-07-02"],"summary":["Meeting with Senior Manager"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-dg-idea"],"involved":["eu-tr-13571025706-27","ec-person-4fe56a64c00b3e81c851b5538878b32481bd7d3c"]}} -{"id":"ec-meeting-2015-07-02-0763ef94f9ca52342e931ca580e0e7487db29389","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-02 - Cabinet of Vice-President Miguel Arias Cañete x Cercle des Réseaux européens"],"date":["2015-07-02"],"summary":["Energy Union"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-95f883d5d0d484088f26191a8fea8553d674dfbe","eu-tr-212885415901-57"]}} -{"id":"ec-meeting-2015-07-02-0af889fc1e6833ae5f452c655f4e4c11743d9620","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-02 - Cabinet of Vice-President Cecilia Malmström x LobbyControl"],"date":["2015-07-02"],"summary":["Transparency notably of TiSA"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-6314918394-16","ec-person-5d4088e1913284a765aed8445f448f6ff341f1b3","ec-person-20ded9db5df11164331bb161fdf234b1e5ad53fd","ec-person-5f350e729106851716ef9d25319b4e99b8279fa3"]}} -{"id":"ec-meeting-2015-07-02-121a5b93bbd27ceaf7e16704761a49126ca8f9d1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-02 - Cabinet of Commissioner Vytenis Andriukaitis x The National Advisory Council to the Thalidomide Trust"],"date":["2015-07-02"],"summary":["Campaign for additional funding for Thalidomide survivors"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-059ca943fc5fc696d2a97849c635ddf7b6ab7fd7","eu-tr-481428814432-64","ec-person-df30d07ef698a52b9948b9c734db39196cf8541f"]}} -{"id":"ec-meeting-2015-07-02-207683bd1409edb96859dc13cdf390aa091109bd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-02 - European Civil Protection and Humanitarian Aid Operations x CARE International Aisbl"],"date":["2015-07-02"],"summary":["Current Humanitarian Crises, WHS"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-echo"],"involved":["ec-person-d61378c20fe37329811d259b70c85c780bceb0fc","eu-tr-90237823189-97"]}} -{"id":"ec-meeting-2015-07-02-210a6a5b95d03908502e93cc7df0b71b8d2c4da8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-02 - Cabinet of Commissioner Vytenis Andriukaitis x Sanofi Pasteur"],"date":["2015-07-02"],"summary":["Vaccination"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["eu-tr-792244118299-55","ec-person-059ca943fc5fc696d2a97849c635ddf7b6ab7fd7","ec-person-df30d07ef698a52b9948b9c734db39196cf8541f"]}} -{"id":"ec-meeting-2015-07-02-2aaae0c4364a1f7d9330f1f94577748a99e3f24b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-02 - Günther Oettinger x Atos SE (France)"],"date":["2015-07-02"],"summary":["Cloud, Big Data, Cybersecurity and High Performance Computing"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-249876817241-03","ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0"]}} -{"id":"ec-meeting-2015-07-02-30955165f11158cf49662e9905ffbc0c90d12f0c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-02 - Cabinet of Vice-President Jyrki Katainen x Confederation of Finnish Industries EK"],"date":["2015-07-02"],"summary":["European Fund for Strategic Investment and Country specific recommendations"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-f9208d930adc70c6c64e21701e48f85f6f18e949","eu-tr-1274604847-34"]}} -{"id":"ec-meeting-2015-07-02-3b4df311de19739118e82493d4de540fbf87cab0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-02 - Cabinet of Vice-President Andrus Ansip x Confederation of Finnish Industries EK"],"date":["2015-07-02"],"summary":["DSM"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-91ca0921c6790191daa54427311acd63035e7c9e","eu-tr-1274604847-34"]}} -{"id":"ec-meeting-2015-07-02-3c95190484170991c04c92cc5e9e2ffdee4bd8bc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-02 - Cabinet of Vice-President Karmenu Vella x GREEK CHALLENGE"],"date":["2015-07-02"],"summary":["European Sailing Competitions"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["eu-tr-581760712810-62","ec-person-0e3efd8bc1c3ee9a80205d0bb78f316fa1621e5d"]}} -{"id":"ec-meeting-2015-07-02-4074afa7da5141a07dd5da7f765fae855db28682","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-02 - Cabinet of Vice-President Jyrki Katainen x EuroCommerce"],"date":["2015-07-02"],"summary":["Single Market"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90","eu-tr-84973761187-60"]}} -{"id":"ec-meeting-2015-07-02-507bdee4d230c67e5de990aa4cc259036fa17f8d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-02 - Cabinet of Commissioner Carlos Moedas x Samsung Electronics Europe"],"date":["2015-07-02"],"summary":["DSM, Copyright, Internet of things"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-23980b2bc4fd9c82051d0f7888dc236b2f764866","eu-tr-40471017282-57"]}} -{"id":"ec-meeting-2015-07-02-51cf01788256cb99dfb1af3bc4bf91a1b4a17b32","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-02 - Cabinet of Commissioner Vytenis Andriukaitis x European Alcohol Policy Alliance"],"date":["2015-07-02"],"summary":["alcohol policy"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["eu-tr-01546986656-22","ec-person-97425c615743576adc42e09bee7dac14f83f691b","ec-person-df30d07ef698a52b9948b9c734db39196cf8541f"]}} -{"id":"ec-meeting-2015-07-02-53a7a33bc36db9621f188d7807456ea4910233ce","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2015-07-02 - Cabinet of First Vice-President Frans Timmermans x SUEZ Group"],"date":["2015-07-02"],"summary":["Circular Economy","Circular economy"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Berlaymont","Brussels"],"address":["Berlaymont","Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6","addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["ec-person-7a0c440119cd5d547eceebb055c79b8bb41bf9a2","ec-person-6c0efbf1635ca0cb8dce32e129231fa3136f600b","eu-tr-27799842497-69"]}} -{"id":"ec-meeting-2015-07-02-54f79bb619197f3b79459cd2d6cbb38829e1043b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-02 - Cabinet of Vice-President Miguel Arias Cañete x BUSINESSEUROPE"],"date":["2015-07-02"],"summary":["Review of ETS and COP21"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-260e00934471a02805fb143935d6e9205a7f355f","eu-tr-3978240953-79","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd"]}} -{"id":"ec-meeting-2015-07-02-59f5c442cb8d59f654ba7af4fdef7e1c53444b14","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-02 - Cabinet of Commissioner Věra Jourová x Svaz obchodu a cestovního ruchu ČR"],"date":["2015-07-02"],"summary":["Consumers affairs and the Retail industry"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["eu-tr-626254518022-06","ec-person-a608b85b2ffef83f883b5a2330b6232efa1b7141"]}} -{"id":"ec-meeting-2015-07-02-5f22498b427f65bfbd40dce98610f4454f4fdee2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-02 - Cabinet of Vice-President Andrus Ansip x UPS Europe SRL/BV"],"date":["2015-07-02"],"summary":["Parcel delivery"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-07691616536-09","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45","ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0"]}} -{"id":"ec-meeting-2015-07-02-62dd8a6cad7913903078b4383fa0999d44bcc852","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-02 - Cabinet of Vice-President Neven Mimica x Orange"],"date":["2015-07-02"],"summary":["ICT (Information and Communication Technology) in Africa"],"notes":["Portfolio: International Cooperation & Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-mimica-neven-of-president-vice"],"involved":["ec-person-fb34eddb2ee7d6b0c0bfdb52a4456e71ca8dd53c","eu-tr-76704342721-41"]}} -{"id":"ec-meeting-2015-07-02-6a9267c47593a20a9a6a605790ca0b39e9ce6147","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-02 - Cabinet of Vice-President Karmenu Vella x European Coalition to End Animal Experiments"],"date":["2015-07-02"],"summary":["Citizens' Initiative Stop Vivisection"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["ec-person-0188cdcf7c0a8fcf8a7b49289575f4c70fd09534","eu-tr-671746018024-61"]}} -{"id":"ec-meeting-2015-07-02-6b420dfa9a29d5c3abd13e2d9f8d305f43c57098","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-02 - Climate Action x BUSINESSEUROPE"],"date":["2015-07-02"],"summary":["Review of ETS and COP21"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-clima"],"involved":["ec-person-44c2f44f96dda2012bcb4e9abc749f6cae86a4c0","eu-tr-3978240953-79"]}} -{"id":"ec-meeting-2015-07-02-71db8b83703dd8f7f4832e7b95c845af80519642","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-02 - Cabinet of Vice-President Andrus Ansip x World Economic Forum"],"date":["2015-07-02"],"summary":["Digital Single Market strategy"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-0f698e3a0cc0bd6a02e1bd386a25cedc1366f3f1","eu-tr-953426816942-83","ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0"]}} -{"id":"ec-meeting-2015-07-02-7f811966f625a554f34c47766d3b0e539ac65cb1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-02 - Cabinet of Commissioner Elżbieta Bieńkowska x SUEZ Group"],"date":["2015-07-02"],"summary":["Circular Economy"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-27799842497-69","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2015-07-02-84e4674d62166eafa0c4f9c02c57d6f9f7b45a4b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-02 - Cabinet of Commissioner Marianne Thyssen x Confederation of Finnish Industries EK"],"date":["2015-07-02"],"summary":["Employment and social priorities"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["ec-person-c508e9337eca6b067c1f966b82de49c4824a3ad0","eu-tr-1274604847-34"]}} -{"id":"ec-meeting-2015-07-02-88fa46e261b9613e51cfc3e6f9e5ee929d4e8ace","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-02 - Cabinet of Commissioner Jonathan Hill x Prism Group SE"],"date":["2015-07-02"],"summary":["Financial Services Policy"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["ec-person-03cf92829e273869bfbd8bbf4f1881dcd0848186","eu-tr-809359217881-29"]}} -{"id":"ec-meeting-2015-07-02-8dca147aa81dff9bbd8a04df681ccd9274252454","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-02 - Cabinet of Vice-President Karmenu Vella x European Network of Maritime Clusters"],"date":["2015-07-02"],"summary":["Blue growth, maritime clusters, maritime data, ocean governance"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["eu-tr-458905915808-19","ec-person-0e3efd8bc1c3ee9a80205d0bb78f316fa1621e5d"]}} -{"id":"ec-meeting-2015-07-02-9bb02bf6e7bca21aac50c1a83af726f300e24b23","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-02 - Cabinet of Vice-President Cecilia Malmström x None"],"date":["2015-07-02"],"summary":["TTIP and EU Affairs"],"notes":["Portfolio: Trade"],"location":["Almedalen, Gotland sweden"],"address":["Almedalen, Gotland sweden"],"addressEntity":["addr-bb0c217af9d15b74f34772e72ee33b8652f8b850"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-19b143e83f8ab978c55c8a9a9e49e06dbfa14bf3"]}} -{"id":"ec-meeting-2015-07-02-a148993add30b12071231d8592d9dd29c2c12f44","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2015-07-02 - Cabinet of Vice-President Jyrki Katainen x SUEZ Group"],"date":["2015-07-02"],"summary":["Circular Economy"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-f9208d930adc70c6c64e21701e48f85f6f18e949","ec-person-0310c3b87e155f5572493e91d12eebab9736a76b","eu-tr-27799842497-69"]}} -{"id":"ec-meeting-2015-07-02-a543334244907a6c1ce108f25965f3632d617e3a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-02 - Cabinet of Commissioner Elżbieta Bieńkowska x Cerame-Unie"],"date":["2015-07-02"],"summary":["Introductory meeting"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-79465004946-12","ec-person-95a769a1850d7d595f9a5853c51dcbdd3ddd69fb","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2015-07-02-a65815914045b950c7852102f4de822070467722","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-02 - Cabinet of Commissioner Pierre Moscovici x Taxpayers Association of Europe"],"date":["2015-07-02"],"summary":["CCCTB + VAT Mini One Stop Shop (MOSS)"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["eu-tr-5903604107-54","ec-person-738f7f25002d191bd2df8936e8f8d1d726c19e2e"]}} -{"id":"ec-meeting-2015-07-02-abad191105e1607d8d6c8ee5c8ad329bdbc1bc6a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-02 - Günther Oettinger x Gesamtverband der Deutschen Versicherungswirtschaft e.V."],"date":["2015-07-02"],"summary":["connected mobility"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-d8b86b98a24683917c569000ed6d8c45bedbbc00","eu-tr-6437280268-55"]}} -{"id":"ec-meeting-2015-07-02-acfa881cd0ab41757ae847381997d506abbb8701","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-02 - Cabinet of High Representative / Vice-President Federica Mogherini x Association of Social Democratic Municipalities"],"date":["2015-07-02"],"summary":["Meeting with Mr Onur ERUYCE, Secretary-general Sodem (role of local authorities in EU- Turkey relations)"],"notes":["Portfolio: Foreign Affairs and Security Policy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"involved":["eu-tr-198354815537-92","ec-person-62bf207e4274ad594e7eab4bfe20782f1d57f645"]}} -{"id":"ec-meeting-2015-07-02-bd960e9638be56b1a41ba55fd4b52f832ac7d604","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-02 - Cabinet of Commissioner Vytenis Andriukaitis x SANOFI"],"date":["2015-07-02"],"summary":["vaccinations"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["eu-tr-61291462764-77","ec-person-97425c615743576adc42e09bee7dac14f83f691b","ec-person-df30d07ef698a52b9948b9c734db39196cf8541f"]}} -{"id":"ec-meeting-2015-07-02-c17837f7a7e7c3a02db25e7cea1695a6b7844418","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-02 - Energy x Ørsted A/S Sustainable Biomass Program"],"date":["2015-07-02"],"summary":["Biomass"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-870817015429-80","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e","eu-tr-888745515605-77"]}} -{"id":"ec-meeting-2015-07-02-cb75f3b65d24b316e93fd9fb48593250c94116b0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-02 - Günther Oettinger x Volkswagen Aktiengesellschaft"],"date":["2015-07-02"],"summary":["DSM, digitalisation in the car sector"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0","eu-tr-6504541970-40"]}} -{"id":"ec-meeting-2015-07-02-dd62afd8da0fd879347a575a9bf7d066206f3be0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-02 - Cabinet of President Jean-Claude Juncker x European Network of Transmission System Operators for Electricity"],"date":["2015-07-02"],"summary":["Energy Union"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-25805148045-87","ec-person-b1bf9aa5fb7e886441ff341b657cc482b64a2a3e"]}} -{"id":"ec-meeting-2015-07-02-e5267dbc8ef40816896516eece898c81ec533d91","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-02 - Cabinet of Commissioner Dimitris Avramopoulos x Twitter International Company"],"date":["2015-07-02"],"summary":["Preparation of the Internet Forum"],"notes":["Portfolio: Migration, Home Affairs and Citizenship"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-avramopoulos-cabinet-commissioner-dimitris-of"],"involved":["eu-tr-394491614001-72","ec-person-e786479f71eb21bc0a291dd644b61d86e09beb13","ec-person-0b0e27acb2dc2fc7a5c5367408eb01e6e347862f"]}} -{"id":"ec-meeting-2015-07-02-e82f0806a8e7f64ad5e70bd4cc7501ec6618821d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-02 - Cabinet of Vice-President Miguel Arias Cañete x Confederation of Finnish Industries EK"],"date":["2015-07-02"],"summary":["Internal Energy Market and Energy Union"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd","eu-tr-1274604847-34","ec-person-25a937c04cd0a0ddcf5cf34798e76b5105854114"]}} -{"id":"ec-meeting-2015-07-02-f2b10628d0495d100b1f9b4b3bfc878f843b50b0","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2015-07-02 - Günther Oettinger x Twitter International Unlimited Company"],"date":["2015-07-02"],"summary":["DSM"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-394491614001-72","ec-person-c6c38691c27b1498b60b18409aa979cf1dd1f4ac"]}} -{"id":"ec-meeting-2015-07-02-f35e7ce6c8da46b1aa11f419f5836a750d57aefc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-02 - Cabinet of Commissioner Margrethe Vestager x Federation of European Publishers"],"date":["2015-07-02"],"summary":["Digital Single Market and Copyright Reform"],"notes":["Portfolio: Competition"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-margrethe-of-vestager"],"involved":["ec-person-947ab3027ba90ce15968614ce35c12506b7a43ac","eu-tr-398541467-53"]}} -{"id":"ec-meeting-2015-07-02-f88cfee5f7d41f9fe600098440619017480a1631","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-02 - Cabinet of Commissioner Violeta Bulc x Gesamtverband der Deutschen Versicherungswirtschaft e.V."],"date":["2015-07-02"],"summary":["Meeting with GDV"],"notes":["Portfolio: Transport"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-6437280268-55","ec-person-e14c58f620f40325d829df7be0823280307bc15f"]}} -{"id":"ec-meeting-2015-07-03-091b298c9b3bcd32f25b130cdc6a6a37219aa92c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-03 - Cabinet of Vice-President Cecilia Malmström x Chamber of Commerce of the United States of America"],"date":["2015-07-03"],"summary":["EU-US relations perceptions"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-444722016787-61","ec-person-20ded9db5df11164331bb161fdf234b1e5ad53fd"]}} -{"id":"ec-meeting-2015-07-03-19de5f2f792fef71391058b34b29ca0e83c0d894","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-03 - Environment x Association des Constructeurs Européens d'Automobiles"],"date":["2015-07-03"],"summary":["Air pollution"],"location":["Bruxelles"],"address":["Bruxelles"],"addressEntity":["addr-b58f5927b66d94a676970dc048485d4c6848f272"],"organizer":["ec-dg-env"],"involved":["eu-tr-0649790813-47","ec-person-c92411579cf013898db30d63a5d6fadc118e7264"]}} -{"id":"ec-meeting-2015-07-03-1a4e9135f6f9494d6a4aa9c2b481dae38fc64eee","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-03 - Cabinet of Commissioner Elżbieta Bieńkowska x Orgalim – Europe's Technology Industries"],"date":["2015-07-03"],"summary":["Follow-up to meeting with the Commissioner"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["ec-person-d2997a7f359c91a337055c3e24dd36bf928de38d","eu-tr-20210641335-88","ec-person-b2f9be51339f054477846797e2c119fcf16548fc"]}} -{"id":"ec-meeting-2015-07-03-2f095082ab94a4537c505b2196f5c94405251761","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-03 - Cabinet of Vice-President Neven Mimica x Save the Children International"],"date":["2015-07-03"],"summary":["Discussion on the UN Summit to adopt the Post-2015 Development Agenda"],"notes":["Portfolio: International Cooperation & Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-mimica-neven-of-president-vice"],"involved":["eu-tr-11610562644-55","ec-person-d455992f8f48b86e26e61f5284a9ef8e18aed182"]}} -{"id":"ec-meeting-2015-07-03-4bc68e89b2b8f8e6d3492801d3c1642aff7974b6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-03 - Energy x COBATY International"],"date":["2015-07-03"],"summary":["Electricity network"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-83141557347-02","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2015-07-03-5f3a6ff0b661adcd67d5d7085c5bfa3c96e8e8ac","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-03 - Cabinet of Vice-President Valdis Dombrovskis x Prime Collateralised Securities (PCS) UK Limited"],"date":["2015-07-03"],"summary":["Securitisation"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["European Commission –Brussels (Berlaymont)"],"address":["European Commission –Brussels (Berlaymont)"],"addressEntity":["addr-34950b13028a172978feee09b07604284a20a878"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-225892115033-33","ec-person-eec82261c60167b261e56ad1e2bfb4c482db6191"]}} -{"id":"ec-meeting-2015-07-03-a9ce5300fa84a6b80b0f7ac449ff329fd8032c01","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-03 - Cabinet of Vice-President Cecilia Malmström x FIDAL"],"date":["2015-07-03"],"summary":["Anti-dumping case"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-860364318039-81","ec-person-20ded9db5df11164331bb161fdf234b1e5ad53fd","ec-person-591ec829ca734bcfe59a2c9c7f07f9dff22a0ea9"]}} -{"id":"ec-meeting-2015-07-03-b36af4c3ade00d77ec2dfec4116723575f6c214f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-03 - Cabinet of Vice-President Neven Mimica x Bill & Melinda Gates Foundation"],"date":["2015-07-03"],"summary":["Primary Health Care Initiative"],"notes":["Portfolio: International Cooperation & Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-mimica-neven-of-president-vice"],"involved":["ec-person-e90858f5aba78fd0e1cb2f757c3f38d55d91f98b","eu-tr-371567915480-41"]}} -{"id":"ec-meeting-2015-07-03-be3640d2d9898336624313ac7a1cb3051fe9fb8f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-03 - Communications Networks, Content and Technology x Twitter International Unlimited Company"],"date":["2015-07-03"],"summary":["DSM"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-394491614001-72","ec-person-3d379ff88d704acbd3444fdd59765df1225d4f9b"]}} -{"id":"ec-meeting-2015-07-03-ca310bd0a446f6a73cc2173f4d3ea66c9fe56e30","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-03 - Cabinet of Vice-President Johannes Hahn x Leonardo S.p.A."],"date":["2015-07-03"],"summary":["Euro-Mediterranean Region"],"notes":["Portfolio: European Neighbourhood Policy & Enlargement Negotiations"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-hahn-johannes-of-president-vice"],"involved":["ec-person-ffbd1e8ac522a6bd1cdc4b724b9a4416b5d36034","eu-tr-02550382403-01"]}} -{"id":"ec-meeting-2015-07-03-d4c6d0062f91b5a28625afedb4ec8d5eddd8b69a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-03 - Financial Stability, Financial Services and Capital Markets Union x Financial Markets Law Committee"],"date":["2015-07-03"],"summary":["Benchmarks reform, Capital Markets Union, the work of the IOSCO Task Force on Cross-border Regulation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["ec-person-6be7848f21e63e093fdf3693cc8c3e2b6d29f776","eu-tr-587821318036-97"]}} -{"id":"ec-meeting-2015-07-03-e748078df388c85f61d35a82d456a5ce47992455","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2015-07-03 - Cabinet of Vice-President Andrus Ansip x Twitter International Company"],"date":["2015-07-03"],"summary":["DSM","DSM, data, innovation"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-394491614001-72","ec-person-c759bd58acc54869aa8e62ce652efcda416e25c2","ec-person-6a03bc4fa7657513ea34529e98dba0671ef4c849","ec-person-91ca0921c6790191daa54427311acd63035e7c9e"]}} -{"id":"ec-meeting-2015-07-03-ff34f1e0ff2bf958e696bd668c3c764b285b4b3a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-03 - Cabinet of Vice-President Valdis Dombrovskis x Federation of European Securities Exchanges"],"date":["2015-07-03"],"summary":["Markets in Financial Instruments Directive II"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-71488206456-23","ec-person-3f9ca71b74344417d1f072ba7f3e2f09a223b036"]}} -{"id":"ec-meeting-2015-07-05-13db35a295bf6887fb5112110465d40a078a28e1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-05 - Cabinet of First Vice-President Frans Timmermans x European Biostimulants Industry Council"],"date":["2015-07-05"],"summary":["circular economy"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-034239613511-14","ec-person-7a0c440119cd5d547eceebb055c79b8bb41bf9a2"]}} -{"id":"ec-meeting-2015-07-06-171f1d40c85786da90904157dc79637e985bb736","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-06 - Cabinet of Commissioner Christos Stylianides x Google"],"date":["2015-07-06"],"summary":["private sector participation in humanitarian aid"],"notes":["Portfolio: Humanitarian Aid & Crisis Management"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-christos-commissioner-of-stylianides"],"involved":["ec-person-cdd689bd079714522dad472ea4446b0fcc660d8f","eu-tr-03181945560-59"]}} -{"id":"ec-meeting-2015-07-06-229f5f7079b731fb1c14abbeec9f6f1702e965fe","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-06 - Günther Oettinger x Robert Bosch GmbH"],"date":["2015-07-06"],"summary":["connected mobility"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-d8b86b98a24683917c569000ed6d8c45bedbbc00","eu-tr-8999533555-91"]}} -{"id":"ec-meeting-2015-07-06-22d62bded3255de664d027f8ac84dffa4ff6eced","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-06 - Günther Oettinger x Google"],"date":["2015-07-06"],"summary":["Digital News initiative"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-03181945560-59","ec-person-49723482bb23d029cbfc010cb37eec7392a0ae02"]}} -{"id":"ec-meeting-2015-07-06-30dbc9098df107192bf8945b1e56ba0faf2176c0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-06 - Cabinet of Vice-President Neven Mimica x Vandoren Consulting"],"date":["2015-07-06"],"summary":["Development aspects of implementation of EU food labelling legislation"],"notes":["Portfolio: International Cooperation & Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-mimica-neven-of-president-vice"],"involved":["eu-tr-427689917359-19","ec-person-ba51cfc2cb570b2ba23d99869e21cd43fe8cadad"]}} -{"id":"ec-meeting-2015-07-06-329dd4c890a2fc18c35de395e6fff9d18554b669","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-06 - Cabinet of Commissioner Carlos Moedas x Academia Europaea [The Academy of Europe]"],"date":["2015-07-06"],"summary":["Scientific Advice Mechanism"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["eu-tr-527075517960-15","ec-person-23980b2bc4fd9c82051d0f7888dc236b2f764866"]}} -{"id":"ec-meeting-2015-07-06-52f290a6f4320eb454ead05b76c0f229339ed8c1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-06 - Cabinet of Vice-President Johannes Hahn x Vereinigung der österreichischen Industrie - Industriellenvereinigung"],"date":["2015-07-06"],"summary":["ETS review"],"notes":["Portfolio: European Neighbourhood Policy & Enlargement Negotiations"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-hahn-johannes-of-president-vice"],"involved":["ec-person-643595d3a737c63fc95146b51292a4684ed1ca75","eu-tr-89093924456-06"]}} -{"id":"ec-meeting-2015-07-06-5af7b880472c85d6a8159caa3d174c705ff71fb7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-06 - Employment, Social Affairs and Inclusion x Fédération Générale du Travail de Belgique - Algemeen Belgisch Vakverbond Centrale Générale des Syndicats Libéraux de Belgique Algemeen Christelijk Vakverbond van België"],"date":["2015-07-06"],"summary":["State of play"],"location":["Michel Servoz office"],"address":["Michel Servoz office"],"addressEntity":["addr-978e41b1622befbb8d6669dcbeb433d909f25b91"],"organizer":["ec-dg-empl"],"involved":["eu-tr-55332508075-17","ec-person-0d8ce1c547b8ca99decd25740ba12e2c0866a2fd","eu-tr-504693417417-52","eu-tr-80866452991-55"]}} -{"id":"ec-meeting-2015-07-06-5b18327b11dfbdab6aba998a1eabd571a8c35e66","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-06 - Cabinet of Vice-President Maroš Šefčovič x Polish Electricity Association"],"date":["2015-07-06"],"summary":["Energy Union"],"notes":["Portfolio: Energy Union"],"location":["BERL, Brussels"],"address":["BERL, Brussels"],"addressEntity":["addr-c1b89a719fb4c3b86c91ae01524d04183caeb9e6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-255859710443-50","ec-person-af83ed49c403cb9d7ebfecca7893f0054c1f4be5"]}} -{"id":"ec-meeting-2015-07-06-5c264a7c58d36c33f48978d6eee25eb564e7bd79","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-06 - Cabinet of Commissioner Phil Hogan x Dairy UK"],"date":["2015-07-06"],"summary":["Situation of the UK Dairy industry"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-400dd8d59d3060187d9b9b143d697da1a3d03c12","eu-tr-776259317589-13"]}} -{"id":"ec-meeting-2015-07-06-5ec815cb84b20b4053b41e9dcd3cab66029b1113","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-06 - Cabinet of Commissioner Vytenis Andriukaitis x Bunge Ltd"],"date":["2015-07-06"],"summary":["Food safety and contaminants, health and nutrition."],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-b9c3f19e7c5f216e3e508f931ddd6a9cb59376d1","eu-tr-30701218296-12"]}} -{"id":"ec-meeting-2015-07-06-604a61a5a3b03efd3cb1e95e5444a89bf3492537","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-06 - Cabinet of Vice-President Cecilia Malmström x American Chamber of Commerce to the European Union"],"date":["2015-07-06"],"summary":["AmCham EU's priorities for a DSM"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-5265780509-97","ec-person-591ec829ca734bcfe59a2c9c7f07f9dff22a0ea9"]}} -{"id":"ec-meeting-2015-07-06-64cab5674138b24d643f2acce52869357ea02cf9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-06 - Cabinet of Vice-President Jyrki Katainen x European Environmental Bureau WWF - UK BirdLife Suomi - BirdLife Finland"],"date":["2015-07-06"],"summary":["Biodiversity"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-06798511314-27","eu-tr-034456815951-40","ec-person-0310c3b87e155f5572493e91d12eebab9736a76b","eu-tr-407803414785-68"]}} -{"id":"ec-meeting-2015-07-06-6703d004850b429a6dcb236bc8a491c663413981","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-06 - Cabinet of First Vice-President Frans Timmermans x European Environmental Bureau"],"date":["2015-07-06"],"summary":["Sustainable development"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["ec-person-7a0c440119cd5d547eceebb055c79b8bb41bf9a2","eu-tr-06798511314-27"]}} -{"id":"ec-meeting-2015-07-06-6a3c959ed56a39516327e8895d7a7df2cdb14c99","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-06 - Cabinet of Vice-President Andrus Ansip x PRS for Music"],"date":["2015-07-06"],"summary":["Copyright"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-e91c5be432b6b3efdda369792fed67c20b767a45","eu-tr-798071410461-65"]}} -{"id":"ec-meeting-2015-07-06-7172e46f1a07de97a2bc193085283f4063889875","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-06 - Cabinet of Vice-President Valdis Dombrovskis x European Banking Federation"],"date":["2015-07-06"],"summary":["Capital Markets Union/Prospectus Directive"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-4722660838-23","ec-person-3f9ca71b74344417d1f072ba7f3e2f09a223b036"]}} -{"id":"ec-meeting-2015-07-06-8708da5c2e655828f21b80659be370395dd71d3a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-06 - Cabinet of Commissioner Carlos Moedas x European Academies' Science Advisory Council"],"date":["2015-07-06"],"summary":["Scientific Advice Mechanism"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-23980b2bc4fd9c82051d0f7888dc236b2f764866","eu-tr-133236011647-58"]}} -{"id":"ec-meeting-2015-07-06-97d8d9d747cce23e76cb60dd024b01aaf26c62be","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-06 - Cabinet of Vice-President Valdis Dombrovskis x European Savings and Retail Banking Group"],"date":["2015-07-06"],"summary":["Capital Markets Union/Markets in Financial Instruments Directive II"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-8765978796-80","ec-person-3f9ca71b74344417d1f072ba7f3e2f09a223b036"]}} -{"id":"ec-meeting-2015-07-06-b15eab317003c1ac960ebde7bcde829a5645f48c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-06 - Cabinet of Commissioner Carlos Moedas x European Council of Academies of Applied Sciences, Technologies & Engineering"],"date":["2015-07-06"],"summary":["Scientific Advice Mechanism"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-23980b2bc4fd9c82051d0f7888dc236b2f764866","eu-tr-798291116335-22"]}} -{"id":"ec-meeting-2015-07-06-cb16c2152873714f9fc8c27a847e2685d45340b9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-06 - Cabinet of Vice-President Cecilia Malmström x Confederation of European Paper Industries"],"date":["2015-07-06"],"summary":["Paper industry trade cases"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-72279144480-58","ec-person-591ec829ca734bcfe59a2c9c7f07f9dff22a0ea9"]}} -{"id":"ec-meeting-2015-07-06-d9ca7f918c3651a15f3b3ac513da97575c4d0e5a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-06 - Cabinet of Vice-President Maroš Šefčovič x AeroSpace and Defence Industries Association of Europe"],"date":["2015-07-06"],"summary":["Energy Union"],"notes":["Portfolio: Energy Union"],"location":["BERL, Brussels"],"address":["BERL, Brussels"],"addressEntity":["addr-c1b89a719fb4c3b86c91ae01524d04183caeb9e6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-72699997886-57","ec-person-af83ed49c403cb9d7ebfecca7893f0054c1f4be5"]}} -{"id":"ec-meeting-2015-07-06-f5cf4221fa258c626f1c378ea209fa83ff8f1cfa","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-06 - Cabinet of Commissioner Carlos Moedas x All European Academies"],"date":["2015-07-06"],"summary":["Scientific Advice Mechanism"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["eu-tr-492964815891-65","ec-person-23980b2bc4fd9c82051d0f7888dc236b2f764866"]}} -{"id":"ec-meeting-2015-07-07-008d0badf97146dfd6762f3cff8012c5d2ee79a2","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2015-07-07 - Cabinet of Vice-President Miguel Arias Cañete x International Air Transport Association"],"date":["2015-07-07"],"summary":["Energy Union","The work towards a global market based measure (GMBM) in ICAO and the exploration of sustainable alternatives to conventional jet fuel"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-1805107590-28","ec-person-260e00934471a02805fb143935d6e9205a7f355f","ec-person-25a937c04cd0a0ddcf5cf34798e76b5105854114"]}} -{"id":"ec-meeting-2015-07-07-0789a52641a2eb2c14f048216475a63afba9dc0f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-07 - Günther Oettinger x IBM Corporation"],"date":["2015-07-07"],"summary":["DSM"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-7721359944-96","ec-person-c6cae64cc7dc787b66a47ab1613d3e922875b971"]}} -{"id":"ec-meeting-2015-07-07-1968a060bd58b2785679c0c618dab6ce5e020bbf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-07 - Günther Oettinger x European Telecommunications Network Operators' Association"],"date":["2015-07-07"],"summary":["connected mobility"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-d8b86b98a24683917c569000ed6d8c45bedbbc00","eu-tr-08957111909-85"]}} -{"id":"ec-meeting-2015-07-07-241d8d68da9eb6f7a9c129fed25ce8e6c89acd38","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-07 - Cabinet of Commissioner Jonathan Hill x Intesa Sanpaolo"],"date":["2015-07-07"],"summary":["Financial Services Policy"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["London"],"address":["London"],"addressEntity":["addr-4c57f0c88d9844630327623633ce269cf826ab99"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["ec-person-03cf92829e273869bfbd8bbf4f1881dcd0848186","eu-tr-24037141789-48"]}} -{"id":"ec-meeting-2015-07-07-26b87a1a705fcc2c7d6548fd0011ebc7b59ff097","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-07 - Günther Oettinger x European Gaming and Betting Association"],"date":["2015-07-07"],"summary":["DSM"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-c6cae64cc7dc787b66a47ab1613d3e922875b971","eu-tr-29508582413-52"]}} -{"id":"ec-meeting-2015-07-07-2737f8951a1f6da158a8f580b388df69c4f88ba9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-07 - Günther Oettinger x Proximus"],"date":["2015-07-07"],"summary":["connected mobility"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-d8b86b98a24683917c569000ed6d8c45bedbbc00","eu-tr-935803015129-67"]}} -{"id":"ec-meeting-2015-07-07-2edb367866bd0a9a1c261c9b6b3376df5b5a2abb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-07 - Environment x BUSINESSEUROPE"],"date":["2015-07-07"],"summary":["Position on Circular economy"],"location":["Bruxelles"],"address":["Bruxelles"],"addressEntity":["addr-b58f5927b66d94a676970dc048485d4c6848f272"],"organizer":["ec-dg-env"],"involved":["eu-tr-3978240953-79","ec-person-c92411579cf013898db30d63a5d6fadc118e7264"]}} -{"id":"ec-meeting-2015-07-07-3349c9dd90f66b792dfeaca32ad79bcf238f072d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-07 - Cabinet of First Vice-President Frans Timmermans x Conseil des Notariats de l'Union Européenne"],"date":["2015-07-07"],"summary":["Better Regulation"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-98885666486-72","ec-person-284d94050a35c9079d8b1ba3f85eaf7777b5fea9"]}} -{"id":"ec-meeting-2015-07-07-33a91d3026da5d7869f97a0712e342389f5f4c97","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-07 - Cabinet of Commissioner Phil Hogan x British Agriculture Bureau"],"date":["2015-07-07"],"summary":["Future of the CAP and general discussion"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-23029147081-37","ec-person-400dd8d59d3060187d9b9b143d697da1a3d03c12","ec-person-c9d17d5879383b030f61a4066848249fb35d57e4"]}} -{"id":"ec-meeting-2015-07-07-3a1bdef9a6d6e428ff222a9280bcb2312f3f6d17","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-07 - Cabinet of President Jean-Claude Juncker x spiritsEUROPE"],"date":["2015-07-07"],"summary":["Introduce ourselves and present some key challenges we are facing in Europe & in third country markets"],"notes":["Portfolio: President"],"location":["BERL 13/093"],"address":["BERL 13/093"],"addressEntity":["addr-89c426ebafcb34df97662421156b785b011c4b63"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-e415577aabb40c0f789310505c6c5803aa69037b","eu-tr-64926487056-58"]}} -{"id":"ec-meeting-2015-07-07-3e0d701a3adb4b7e4acd25ceae16777e76f60945","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-07 - Cabinet of Vice-President Andrus Ansip x Independent Retail Europe (formerly UGAL - Union of Groups of Independent Retailers of Europe)"],"date":["2015-07-07"],"summary":["Platforms & geo-blocking"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-d5a309c64ecdb05010325dcfc661f6ae817f31cc","ec-person-666bc159c7e65a3af9e63c1e97435c02f1496955","eu-tr-034546859-02"]}} -{"id":"ec-meeting-2015-07-07-42227011964abc04a2faff670afa17e85941d878","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-07 - Günther Oettinger x Covington & Burling LLP"],"date":["2015-07-07"],"summary":["DSM"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-083671317381-09","ec-person-d8b86b98a24683917c569000ed6d8c45bedbbc00"]}} -{"id":"ec-meeting-2015-07-07-55a07d2b3b87e675f7c13790ee27b14ae1ad10e1","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2015-07-07 - Günther Oettinger x Verband der Automobilindustrie"],"date":["2015-07-07"],"summary":["connected mobility","decarbonisation of transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-95574664768-90","ec-person-d8b86b98a24683917c569000ed6d8c45bedbbc00"]}} -{"id":"ec-meeting-2015-07-07-5946563e5890eb281dfe483c04781e2fe3486f86","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-07 - Günther Oettinger x Association des Constructeurs Européens d'Automobiles"],"date":["2015-07-07"],"summary":["connected mobility"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-d8b86b98a24683917c569000ed6d8c45bedbbc00","eu-tr-0649790813-47"]}} -{"id":"ec-meeting-2015-07-07-5b60a309d97a73218e9fbd131d44bc01a0ec3127","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-07 - Günther Oettinger x GSMA Europe"],"date":["2015-07-07"],"summary":["connected mobility"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-30988577529-37","ec-person-d8b86b98a24683917c569000ed6d8c45bedbbc00"]}} -{"id":"ec-meeting-2015-07-07-72201bfcb9c58c34281f235e173173608a534826","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-07 - Cabinet of Commissioner Carlos Moedas x Bruegel"],"date":["2015-07-07"],"summary":["Collaborative innovation"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-b8d49828915f9008e764a78796d47ea00807a658","eu-tr-33622026795-64"]}} -{"id":"ec-meeting-2015-07-07-85a58700790047a11a0d43dc06e80bda4b089d0c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-07 - Cabinet of Commissioner Marianne Thyssen x VERBOND VAN BELGISCHE ONDERNEMINGEN / FEDERATION DES ENTREPRISES DE BELGIQUE"],"date":["2015-07-07"],"summary":["Employment and social priorities"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["eu-tr-47676761061-93","ec-person-e93189002a993321fd1af93481b271c766b1aff8"]}} -{"id":"ec-meeting-2015-07-07-960e2d45efc8cf0ef3527b34cd8e501b8cac7d12","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-07 - Cabinet of Vice-President Karmenu Vella x Google"],"date":["2015-07-07"],"summary":["Google competition case"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["eu-tr-03181945560-59","ec-person-2966d69fae0ea4e67f3f2df5a743cc766267d3c8"]}} -{"id":"ec-meeting-2015-07-07-9f4496f584f6e45835f7f271adac41807b0f3f6e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-07 - Günther Oettinger x european competitive telecommunications association"],"date":["2015-07-07"],"summary":["connected mobility"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-d8b86b98a24683917c569000ed6d8c45bedbbc00","eu-tr-24627752238-32"]}} -{"id":"ec-meeting-2015-07-07-a26a9eb923bb23f4dd3d5bb887dd90a7f89e884d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-07 - European Civil Protection and Humanitarian Aid Operations x The EMEA Satellite Operators' Assocation"],"date":["2015-07-07"],"summary":["Satelite communications and its use in emergencies"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-echo"],"involved":["ec-person-d61378c20fe37329811d259b70c85c780bceb0fc","eu-tr-93226026703-84"]}} -{"id":"ec-meeting-2015-07-07-a7a23aebed9726ccc67824966f67d0e89eddd1a7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-07 - Cabinet of Vice-President Valdis Dombrovskis x Linklaters LLP"],"date":["2015-07-07"],"summary":["Capital Markets Union/Prospectus Directive"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-3f9ca71b74344417d1f072ba7f3e2f09a223b036","eu-tr-75449787878-94"]}} -{"id":"ec-meeting-2015-07-07-b7735004e71b4b3cf48e59b0c577231d9e1655ca","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-07 - Cabinet of Commissioner Phil Hogan x European Liaison Committee for Agriculture and agri-food trade"],"date":["2015-07-07"],"summary":["Position of CELCAA for the future EU trade strategy"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-c9d17d5879383b030f61a4066848249fb35d57e4","eu-tr-546282614966-51"]}} -{"id":"ec-meeting-2015-07-07-bbcbef685ce4107c1f7e793b833191c314ca3694","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-07 - Cabinet of President Jean-Claude Juncker x Union of European Beverages Association"],"date":["2015-07-07"],"summary":["Establish a working relationship"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-e415577aabb40c0f789310505c6c5803aa69037b","eu-tr-25492952296-56"]}} -{"id":"ec-meeting-2015-07-07-be0be50dacef2dde29fab308f47ff5cdd316c865","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-07 - Günther Oettinger x ENEDIS"],"date":["2015-07-07"],"summary":["digitalisation of DSOs processes, smart meters"],"location":["Strasbourg"],"address":["Strasbourg"],"addressEntity":["addr-a7b90170b4a5bf2d1d09ccfd109b57e0a030cfc4"],"organizer":["ec-dg-de"],"involved":["ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0","eu-tr-68134637922-07"]}} -{"id":"ec-meeting-2015-07-07-bedddac31b54346b3a5f0b43440d8fee79392063","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-07 - Cabinet of Vice-President Jyrki Katainen x Google"],"date":["2015-07-07"],"summary":["Innovation and competition in the digital sector"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-03181945560-59","ec-person-7c9460f99c5872dbdc561f5752401c870d12e98b"]}} -{"id":"ec-meeting-2015-07-07-d61ff6a48aab34f8ff94a5e116e3edc24b6de85a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-07 - Cabinet of Commissioner Christos Stylianides x Médecins Sans Frontières"],"date":["2015-07-07"],"summary":["Ebola"],"notes":["Portfolio: Humanitarian Aid & Crisis Management"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-christos-commissioner-of-stylianides"],"involved":["eu-tr-38497857515-11","ec-person-6f08c893ea685f6d5f50c2c6e373f294e3616698"]}} -{"id":"ec-meeting-2015-07-07-d908fbdf500072c3364a0f85f8e60095c1828a0f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-07 - Günther Oettinger x Coordination of European Picture Agencies Press Stock Heritage"],"date":["2015-07-07"],"summary":["copyright"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-49723482bb23d029cbfc010cb37eec7392a0ae02","eu-tr-197834213050-71"]}} -{"id":"ec-meeting-2015-07-07-da0b17499a894adbe4003069eb80a257d6520a54","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-07 - Cabinet of Vice-President Miguel Arias Cañete x Kreab"],"date":["2015-07-07"],"summary":["Energy Union"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-1078390517-54","ec-person-95f883d5d0d484088f26191a8fea8553d674dfbe"]}} -{"id":"ec-meeting-2015-07-07-ebe62563fdae8b4094e94abb4c8aaaebfe7df164","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-07 - Cabinet of Commissioner Tibor Navracsics x European Educational Exchanges - Youth For Understanding"],"date":["2015-07-07"],"summary":["Integration of migrants through education"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["eu-tr-85637203212-87","ec-person-1da7ee09d46288ee4ea9db2b644bdcf9c3d6d000"]}} -{"id":"ec-meeting-2015-07-07-f29c5862f3693dbf7a34a6e6a2bcc12bf2ded06f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-07 - Cabinet of President Jean-Claude Juncker x EUROALLIAGES"],"date":["2015-07-07"],"summary":["MES China"],"notes":["Portfolio: President"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-e415577aabb40c0f789310505c6c5803aa69037b","eu-tr-19153965510-75"]}} -{"id":"ec-meeting-2015-07-07-f7e385099ac420ee35c62ac21f348e2400131b15","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-07 - Cabinet of Commissioner Pierre Moscovici x Google"],"date":["2015-07-07"],"summary":["present Google's point of view on the ongoing Commission's investigation"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["eu-tr-03181945560-59","ec-person-738f7f25002d191bd2df8936e8f8d1d726c19e2e"]}} -{"id":"ec-meeting-2015-07-07-f9001585a196ebc20c06b85bd328c5231da86851","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-07 - Cabinet of Commissioner Marianne Thyssen x Fagbevægelsens Hovedorganisation"],"date":["2015-07-07"],"summary":["EU social policy"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["ec-person-7567514af00f139b390cf9864d28a090ca0fde25","eu-tr-18082924076-29"]}} -{"id":"ec-meeting-2015-07-08-0339926617b0390c3a8b7b656814163adf84f210","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-08 - Günther Oettinger x General Electric Company"],"date":["2015-07-08"],"summary":["DSM"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-4cd59e13386e3b68ecb3611fcc579e0a0a3938a5","eu-tr-4016736872-59"]}} -{"id":"ec-meeting-2015-07-08-246edbbce3ca22c14511ece0556dc54004ea40a7","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2015-07-08 - Cabinet of Commissioner Pierre Moscovici x France Industrie"],"date":["2015-07-08"],"summary":["Situation de l'économie européenne","Fonctionnement de la nouvelle Commission européenne et Plan Juncker"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Paris"],"address":["Paris"],"addressEntity":["addr-22390ad11c32faec43fc61555b53607660b3c185"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["ec-person-3cbeba61ae952f06fe4916c381438ebbc676a597","eu-tr-60974102057-03"]}} -{"id":"ec-meeting-2015-07-08-2525e8b16ad6b265ad9360823f6d61a814f955ee","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-08 - Communications Networks, Content and Technology x Bartholomew Advisors SCS"],"date":["2015-07-08"],"summary":["DSM"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-237791211737-55","ec-person-3d379ff88d704acbd3444fdd59765df1225d4f9b"]}} -{"id":"ec-meeting-2015-07-08-3483bcaef797b3089b88e1df7705e8c069fe4e77","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-08 - Health and Food Safety x Confédération Européenne des Vignerons Indépendants"],"date":["2015-07-08"],"summary":["EU alcohol strategy and labeling"],"location":["Brussels (BELGIUM)"],"address":["Brussels (BELGIUM)"],"addressEntity":["addr-25bd5ca85cdaa2e09cf8cb981983bc8a6b73b8ec"],"organizer":["ec-dg-sante"],"involved":["ec-person-e6c752b8c9246ee8246c3dde21cfd79f9c4d2d19","eu-tr-392895453-71"]}} -{"id":"ec-meeting-2015-07-08-378c7f6fb568b47e7caf96b4bcc9c57891be905f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-08 - Cabinet of Vice-President Andrus Ansip x World Federation of Advertisers"],"date":["2015-07-08"],"summary":["data protection regulation"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-5db7bdd1c81da2e70eb5b982097d0004111b5c3e","eu-tr-6440918199-49"]}} -{"id":"ec-meeting-2015-07-08-44fc27cfbe9f2f196a81b3ad1e7b72815577f05b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-08 - Cabinet of Vice-President Karmenu Vella x The Pew Charitable Trusts"],"date":["2015-07-08"],"summary":["Ocean Governance, IUU, Blue Growth, RFMOs"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["eu-tr-46834536998-79","ec-person-2966d69fae0ea4e67f3f2df5a743cc766267d3c8"]}} -{"id":"ec-meeting-2015-07-08-57c61225718070ac2e56541e6caabc8a7b9e8669","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-08 - Cabinet of Commissioner Elżbieta Bieńkowska x Bayerische Motoren Werke Aktiengesellschaft"],"date":["2015-07-08"],"summary":["Vehicle Connectivity"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-7193977808-18","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2015-07-08-59f19a8a5b72f2b76f8554cb0256288b31fbbc5e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-08 - Internal Market, Industry, Entrepreneurship and SMEs x EFQM European Foundation for Quality Management"],"date":["2015-07-08"],"summary":["Prize Giving Ceremony of the Excellence Award"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-grow"],"involved":["ec-person-9f3f9b58a22cf98d55521b290d1facc431bdce86","eu-tr-409256516428-39"]}} -{"id":"ec-meeting-2015-07-08-5b4b6b3308b77ce86efe59c9c28814833622c13a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-08 - Inspire, Debate, Engage and Accelerate Action x Centre for Fine Arts"],"date":["2015-07-08"],"summary":["Meeting with CEO and Artistic Director, Centre for Fine Arts (BOZAR)"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-dg-idea"],"involved":["eu-tr-981651218089-69","ec-person-4fe56a64c00b3e81c851b5538878b32481bd7d3c"]}} -{"id":"ec-meeting-2015-07-08-71ed482c1a3cac185bafc57eba113e3421184536","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-08 - Internal Market, Industry, Entrepreneurship and SMEs x Deloitte Services & Investments"],"date":["2015-07-08"],"summary":["Customs Code in the EU"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-grow"],"involved":["ec-person-9f3f9b58a22cf98d55521b290d1facc431bdce86","eu-tr-53994278504-37"]}} -{"id":"ec-meeting-2015-07-08-778c8311b47b29abd371c7290581557957d5f4e3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-08 - Cabinet of Commissioner Elżbieta Bieńkowska x InterDigital, Inc."],"date":["2015-07-08"],"summary":["Introductory meeting"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-787513017798-23","ec-person-b2f9be51339f054477846797e2c119fcf16548fc"]}} -{"id":"ec-meeting-2015-07-08-88de6028a6aab47ec34fe6cfbb8c825a88f0a64f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-08 - Cabinet of Commissioner Elżbieta Bieńkowska x Accenture PLC"],"date":["2015-07-08"],"summary":["Discuss book \"Waste to wealth - creating the circular advantage\""],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-34424201320-69","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2015-07-08-9e790d9df479467688a37745b3d366bd02416e5c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-08 - Cabinet of Vice-President Cecilia Malmström x Confederation of Swedish Enterprise"],"date":["2015-07-08"],"summary":["TTIP"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-39912257528-48","ec-person-5f350e729106851716ef9d25319b4e99b8279fa3"]}} -{"id":"ec-meeting-2015-07-08-9f4496f584f6e45835f7f271adac41807b0f3f6e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-08 - Günther Oettinger x european competitive telecommunications association"],"date":["2015-07-08"],"summary":["Telecom review"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-24627752238-32","ec-person-49723482bb23d029cbfc010cb37eec7392a0ae02"]}} -{"id":"ec-meeting-2015-07-08-a4c2f303d6c39300ec27455d4cdde0f62acc6788","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-08 - Cabinet of Commissioner Carlos Moedas x UK Research Office"],"date":["2015-07-08"],"summary":["Science Advice Mechanism"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-b8d49828915f9008e764a78796d47ea00807a658","eu-tr-651161710834-02"]}} -{"id":"ec-meeting-2015-07-08-a790ce0cece85f4770cfc5314883f401d60cf58e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-08 - Cabinet of Commissioner Marianne Thyssen x The Premier League"],"date":["2015-07-08"],"summary":["Free movement of workers"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["eu-tr-20008164092-96","ec-person-7567514af00f139b390cf9864d28a090ca0fde25"]}} -{"id":"ec-meeting-2015-07-08-b0ff11d8dee6b8919dae8084fcf0517f654c0974","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-08 - Cabinet of President Jean-Claude Juncker x BUSINESSEUROPE"],"date":["2015-07-08"],"summary":["EU-China Summit organisation and future cooperation"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-3978240953-79","ec-person-da1926615bdcdb789928b90ac532982fef6e24ee"]}} -{"id":"ec-meeting-2015-07-08-cadcca57acdf9c3d0f6f88cb597bc2815deec79f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-08 - Cabinet of Commissioner Pierre Moscovici x International Road Transport Union Permanent Delegation to the EU"],"date":["2015-07-08"],"summary":["Discuss how to work with DG TAXUD in the field of customs"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["eu-tr-41802525291-86","ec-person-738f7f25002d191bd2df8936e8f8d1d726c19e2e"]}} -{"id":"ec-meeting-2015-07-08-d110018d163a0115637a0f4aa395729ad9146823","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-08 - Communications Networks, Content and Technology x JOŽE TRONTELJ INSTITUTE FOR ETHICS AND VALUES EuropaBio"],"date":["2015-07-08"],"summary":["Digital Publishing"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["ec-person-3d379ff88d704acbd3444fdd59765df1225d4f9b","eu-tr-1298286943-59","eu-tr-969526618239-61"]}} -{"id":"ec-meeting-2015-07-08-d77400d2a7c7375ab90343e6c1e1c113b3307457","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-08 - Cabinet of Commissioner Margrethe Vestager x European Community Shipowner's Associations"],"date":["2015-07-08"],"summary":["To discuss EU State aid policy in relation to maritime transportation"],"notes":["Portfolio: Competition"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-margrethe-of-vestager"],"involved":["ec-person-baa1c172df109ebd1f0307bccb5e21aec66c7a25","eu-tr-59004966537-01"]}} -{"id":"ec-meeting-2015-07-08-ed93a1e04a114f42a86d204440110df43c173d60","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-08 - Cabinet of Commissioner Tibor Navracsics x Mathieu Fonteneau"],"date":["2015-07-08"],"summary":["Preparation of the meeting between Commissioner Navracsics and EUROSPORT management (16.07.2015)"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["eu-tr-345428816733-43","ec-person-49f31dad10f5641cb1d1e4c3107dd838389e8120"]}} -{"id":"ec-meeting-2015-07-08-f87488dac2fad32468fc253ff63215eefcb713b3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-08 - Cabinet of Vice-President Maroš Šefčovič x Eurocities"],"date":["2015-07-08"],"summary":["Thought of Eurocities on the development of a Smart Cities Strategy; role of smart cities in the Energy Union and in decarbonisation policies."],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-ea6b517040e26a62f17d2829afffeba48cfd682f","eu-tr-12493392840-79"]}} -{"id":"ec-meeting-2015-07-08-ffe9a59d583cf25182139ca141a412867862aee5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-08 - Cabinet of Vice-President Jyrki Katainen x Airports Council International - European Region"],"date":["2015-07-08"],"summary":["Aviation competitiveness"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-42566063487-73","ec-person-0310c3b87e155f5572493e91d12eebab9736a76b"]}} -{"id":"ec-meeting-2015-07-09-0b5dc674dd86a7034ea00848e356ebb39cd212e7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-09 - Cabinet of Vice-President Miguel Arias Cañete x Europe's Independent Fuel Suppliers"],"date":["2015-07-09"],"summary":["New developments in the context of the Energy Union Strategy"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-62773e55e1985542cb18a2a89f2053f2f39146b1","eu-tr-42843016904-50"]}} -{"id":"ec-meeting-2015-07-09-135afa2d4f052913f9dc35aad92355f3fd191f40","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-09 - Cabinet of Commissioner Violeta Bulc x Letove prevadzkove sluzby Slovenskej republiky, statny podnik"],"date":["2015-07-09"],"summary":["discussion on European aviation sector"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-5012c5e45a52ee8ce67d19c1781a127af53e73e7","eu-tr-006485918021-78"]}} -{"id":"ec-meeting-2015-07-09-15a32274b9e1ed8a5368b7294ee86a8cd8973247","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-09 - Cabinet of Commissioner Tibor Navracsics x Ligue de Football Professionnel"],"date":["2015-07-09"],"summary":["Digital Single Market (DSM) & sports broadcasting"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-49f31dad10f5641cb1d1e4c3107dd838389e8120","eu-tr-380093418048-20"]}} -{"id":"ec-meeting-2015-07-09-15fb7b7f1afd890d690cd14508858cf680ca5534","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-09 - Günther Oettinger x Centre for European Policy Studies"],"date":["2015-07-09"],"summary":["copyright, geoblocking"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-49723482bb23d029cbfc010cb37eec7392a0ae02","eu-tr-86853666704-95"]}} -{"id":"ec-meeting-2015-07-09-2df74dc06eeb87da5101c176cf1d252d18bca09c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-09 - Communications Networks, Content and Technology x FIPRA International SRL King.com Ltd."],"date":["2015-07-09"],"summary":["DSM"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-58746194306-23","ec-person-3d379ff88d704acbd3444fdd59765df1225d4f9b","eu-tr-872026216875-40"]}} -{"id":"ec-meeting-2015-07-09-32e0fe5434496894fdebaae5a168d68d8c6d771c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-09 - Cabinet of Vice-President Miguel Arias Cañete x Conseil de Coopération Economique"],"date":["2015-07-09"],"summary":["Smart Cities"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-260656615546-60","ec-person-25a937c04cd0a0ddcf5cf34798e76b5105854114"]}} -{"id":"ec-meeting-2015-07-09-3af102989adcc7a55e638e9ab7c00fe650d56a87","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-09 - Structural Reform Support x PGGM"],"date":["2015-07-09"],"summary":["Investment plan and the CMU"],"location":["Brussels Belgium"],"address":["Brussels Belgium"],"addressEntity":["addr-61947d7d2c69c0b8f57325bd044f500c5fc6df48"],"organizer":["ec-dg-reform"],"involved":["eu-tr-120036211374-56","ec-person-6420facda81e0ac04377023fcfa86e953541782b"]}} -{"id":"ec-meeting-2015-07-09-44e11172f299998667ab8cb0ac7f8333245727aa","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-09 - Cabinet of First Vice-President Frans Timmermans x Platform of European Social NGOs"],"date":["2015-07-09"],"summary":["Fundamental Rights"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-85083981189-35","ec-person-966667b73d92624be9bb019c2baab7e52331b3d3"]}} -{"id":"ec-meeting-2015-07-09-4b65f1d6a7962a70c0224a5813671b573801ff8b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-09 - Cabinet of Commissioner Vytenis Andriukaitis x European Coalition on Homeopathic and Anthroposophic Medicinal Products"],"date":["2015-07-09"],"summary":["Regulatory Framework for Homeopathic/anthroposophic medicines"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-059ca943fc5fc696d2a97849c635ddf7b6ab7fd7","eu-tr-85825114058-57","ec-person-df30d07ef698a52b9948b9c734db39196cf8541f"]}} -{"id":"ec-meeting-2015-07-09-4d542fcdbac11f01b44ea5cd10b4db34111d5de0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-09 - Energy x Groupe Avril"],"date":["2015-07-09"],"summary":["Biofuels"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-268338515460-22","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2015-07-09-51217f5c860fc15114e6fd73061aadc9005210b8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-09 - Günther Oettinger x France Industrie"],"date":["2015-07-09"],"summary":["DSM"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-d8b86b98a24683917c569000ed6d8c45bedbbc00","eu-tr-60974102057-03"]}} -{"id":"ec-meeting-2015-07-09-543f2ecf7324e40dccc97b8a14c99e73417eef09","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-09 - European Civil Protection and Humanitarian Aid Operations x Experion Technologies Sarl"],"date":["2015-07-09"],"summary":["Office Management Tool"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-echo"],"involved":["eu-tr-147233818046-63","ec-person-d61378c20fe37329811d259b70c85c780bceb0fc"]}} -{"id":"ec-meeting-2015-07-09-5443d3d8ecdd2d461054b8a2ad0cd1473dc2e3e5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-09 - Cabinet of Commissioner Phil Hogan x Google"],"date":["2015-07-09"],"summary":["Google's informed about its views on the changing online landscape and the DSM, especially its actions regarding platforms"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-a985b9a03cb4f9af4f2f97583d8f92fb71579572","eu-tr-03181945560-59"]}} -{"id":"ec-meeting-2015-07-09-5c5679b361b248d829e0c6ed98401d1be157f6be","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-09 - Cabinet of President Jean-Claude Juncker x Third Generation Environmentalism Ltd EUROSIF A.I.S.B.L (EUROPEAN SUSTAINABLE INVESTMENT FORUM)"],"date":["2015-07-09"],"summary":["Capital Markets Union"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-07783117686-61","ec-person-c402e34a99fbee730ae22e3b1958e21c94dc6fcc","eu-tr-70659452143-78"]}} -{"id":"ec-meeting-2015-07-09-6e6bc6d75c2daa5f537fe963339cad22477b9209","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-09 - Günther Oettinger x FIPRA International SRL"],"date":["2015-07-09"],"summary":["DSM"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-58746194306-23","ec-person-d8b86b98a24683917c569000ed6d8c45bedbbc00"]}} -{"id":"ec-meeting-2015-07-09-7ab0a6cdce7a1199f0650deb4e8a50e9b70ac711","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-09 - Cabinet of Commissioner Violeta Bulc x Transport and Environment (European Federation for Transport and Environment)"],"date":["2015-07-09"],"summary":["Meeting with T&E"],"notes":["Portfolio: Transport"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-dd7851e4a1e747e824b4f81139e33bc3cdb73160","eu-tr-58744833263-19"]}} -{"id":"ec-meeting-2015-07-09-80d0878e4cef97f678edd636f52053184aae816a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-09 - Günther Oettinger x Bureau Européen des Unions de Consommateurs"],"date":["2015-07-09"],"summary":["DSM, copyright"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-9505781573-45","ec-person-49723482bb23d029cbfc010cb37eec7392a0ae02"]}} -{"id":"ec-meeting-2015-07-09-8bc4fe2fc87d267e2ecfcaa7a2f0b326416b4b21","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-09 - Cabinet of Commissioner Tibor Navracsics x European Youth Forum"],"date":["2015-07-09"],"summary":["Structured Dialogue with Youth"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["eu-tr-43251547769-22","ec-person-881310bbb4e54ac96753b80bbdc9b1994cfbf136"]}} -{"id":"ec-meeting-2015-07-09-8e77699c53c6c5b82924f1aa9b82112d223c986b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-09 - Cabinet of Vice-President Cecilia Malmström x Kreab Japan Machinery Center for Trade and Investment Euro-Mit Staal B.V."],"date":["2015-07-09"],"summary":["Anti-dumping proceeding with regard to imports of (GOES)"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-539264617342-19","eu-tr-1078390517-54","ec-person-591ec829ca734bcfe59a2c9c7f07f9dff22a0ea9","eu-tr-764053816681-64"]}} -{"id":"ec-meeting-2015-07-09-90d37b115eda5b0188cb202e6583875281bbdfc7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-09 - Cabinet of President Jean-Claude Juncker x The Goldman Sachs Group, Inc."],"date":["2015-07-09"],"summary":["Discuss the G20 agenda, UK in Europe and Geopolitical issues"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-da1926615bdcdb789928b90ac532982fef6e24ee","eu-tr-701266814986-18"]}} -{"id":"ec-meeting-2015-07-09-91a5a9377976bad78a77df4b46ad49e1b63eaf42","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-09 - Cabinet of Commissioner Vytenis Andriukaitis x Deutsche Sozialversicherung Arbeitsgemeinschaft Europa"],"date":["2015-07-09"],"summary":["Health technology assesment and access of inovative medicines"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["eu-tr-917393784-31","ec-person-059ca943fc5fc696d2a97849c635ddf7b6ab7fd7"]}} -{"id":"ec-meeting-2015-07-09-a5029ffc5cf619b3d9bbd66fa0bc4a75ed11a478","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-09 - Günther Oettinger x Centre for Fine Arts"],"date":["2015-07-09"],"summary":["art and innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-4cd59e13386e3b68ecb3611fcc579e0a0a3938a5","eu-tr-981651218089-69"]}} -{"id":"ec-meeting-2015-07-09-a6e5d69eb51acecbe0a95cbfada27dfe67127b6f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-09 - Communications Networks, Content and Technology x France Industrie"],"date":["2015-07-09"],"summary":["DSM, H2020 and SUE"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-60974102057-03","ec-person-3d379ff88d704acbd3444fdd59765df1225d4f9b"]}} -{"id":"ec-meeting-2015-07-09-b45f61e6d8db8a8634fef26258a9abab0aa395d9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-09 - Cabinet of Commissioner Dimitris Avramopoulos x Transparency International"],"date":["2015-07-09"],"summary":["Transparency International Cyprus activities"],"notes":["Portfolio: Migration, Home Affairs and Citizenship"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-avramopoulos-cabinet-commissioner-dimitris-of"],"involved":["ec-person-229d2bf1ea42d1e015ab64e3d14ec20de2a94a79","eu-tr-501222919-71"]}} -{"id":"ec-meeting-2015-07-09-b6025b731927f57a2f83a8c5c9e470532f2e3e91","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-09 - Cabinet of First Vice-President Frans Timmermans x RENAULT LA POSTE Peugeot S.A. AXA BOUYGUES EUROPE NEW AREVA HOLDING SA Alstom Manufacture Française des Pneumatiques Michelin Airbus Mouvement des Entreprises de France"],"date":["2015-07-09"],"summary":["Stocktaking 1st Months of New Commission + Better Regulation"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-43763731235-75","eu-tr-39900807417-87","eu-tr-41126912590-71","eu-tr-2732167674-76","eu-tr-1413466815-09","eu-tr-43284012043-03","eu-tr-36423781099-10","ec-person-284d94050a35c9079d8b1ba3f85eaf7777b5fea9","eu-tr-946343776-69","ec-person-6c0efbf1635ca0cb8dce32e129231fa3136f600b","eu-tr-01890906437-84","eu-tr-91216972728-77"]}} -{"id":"ec-meeting-2015-07-09-bc68153b7a4792ea7e6c40ae9734e8e88118d401","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-09 - Communications Networks, Content and Technology x Knowledge4Innovation"],"date":["2015-07-09"],"summary":["DSM and H2020"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["ec-person-3d379ff88d704acbd3444fdd59765df1225d4f9b","eu-tr-12980957381-42"]}} -{"id":"ec-meeting-2015-07-09-c1a225e51ffc52b028a659128ac5d2c4df1c8f07","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-09 - Cabinet of Vice-President Jyrki Katainen x European Environmental Bureau Friends of Europe Naturefriends International Green 10 Transport and Environment (European Federation for Transport and Environment) BirdLife Suomi - BirdLife Finland Greenpeace European Unit Climate Action Network Europe"],"date":["2015-07-09"],"summary":["Green growth"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-06798511314-27","eu-tr-034456815951-40","eu-tr-99436366768-45","eu-tr-58744833263-19","ec-person-0310c3b87e155f5572493e91d12eebab9736a76b","eu-tr-55888811123-49","eu-tr-70309834043-10","eu-tr-9832909575-41","ec-person-f9208d930adc70c6c64e21701e48f85f6f18e949","eu-tr-88140777010-24"]}} -{"id":"ec-meeting-2015-07-09-c4a640410aab7efd77c289ab8a322fd2a85867ff","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-09 - Mobility and Transport x Alstom"],"date":["2015-07-09"],"summary":["4th Railway package / State of play Shift2Rail"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-move"],"involved":["ec-person-d856b0f199c84d5b5003106bea2ee6d0392e2428","eu-tr-43284012043-03"]}} -{"id":"ec-meeting-2015-07-09-cce20bb749d1bb23eb554277a0dac6c490be27a4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-09 - Cabinet of Commissioner Tibor Navracsics x European Confederation of Junior Enterprises"],"date":["2015-07-09"],"summary":["Youth Entrepreneurship"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Bruusels"],"address":["Bruusels"],"addressEntity":["addr-d27cf86f609febe5e2dd6eaf35225bba0021e5bd"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["eu-tr-802480918087-92","ec-person-1da7ee09d46288ee4ea9db2b644bdcf9c3d6d000"]}} -{"id":"ec-meeting-2015-07-09-cd48cdd5c1917139093aeb8af8b06ead683c71ef","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-09 - Cabinet of Vice-President Cecilia Malmström x International Road Transport Union Permanent Delegation to the EU"],"date":["2015-07-09"],"summary":["Activities of the IRU and implementation of the WTO Trade Facilitation Agreement."],"notes":["Portfolio: Trade"],"location":["Brussels Belgium"],"address":["Brussels Belgium"],"addressEntity":["addr-61947d7d2c69c0b8f57325bd044f500c5fc6df48"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-41802525291-86","ec-person-5d4088e1913284a765aed8445f448f6ff341f1b3"]}} -{"id":"ec-meeting-2015-07-09-d1d12d5286f0a10192857d7e8e4b783bb7e9ed8a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-09 - Communications Networks, Content and Technology x BT Group plc"],"date":["2015-07-09"],"summary":["DSM and H2020"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["ec-person-3d379ff88d704acbd3444fdd59765df1225d4f9b","eu-tr-00919034091-89"]}} -{"id":"ec-meeting-2015-07-09-e3f45e2e8873a53ee170401b7fb50c956b68718a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-09 - Cabinet of Vice-President Cecilia Malmström x Microsoft Corporation"],"date":["2015-07-09"],"summary":["Digital trade agenda, services trade, TiSA and TTIP negotiations."],"notes":["Portfolio: Trade"],"location":["Brussels Belgium"],"address":["Brussels Belgium"],"addressEntity":["addr-61947d7d2c69c0b8f57325bd044f500c5fc6df48"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-0801162959-21","ec-person-5d4088e1913284a765aed8445f448f6ff341f1b3"]}} -{"id":"ec-meeting-2015-07-09-ea72b6a2ccb7ab5adb3a559cc1ddbcb6ad84ae25","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-09 - Cabinet of Commissioner Pierre Moscovici x Deutscher Industrie- und Handelskammertag e.V."],"date":["2015-07-09"],"summary":["Main projects of the European Commission as regards taxation"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["eu-tr-22400601191-42","ec-person-738f7f25002d191bd2df8936e8f8d1d726c19e2e"]}} -{"id":"ec-meeting-2015-07-09-eaf6e8237ba969e956bc8e166943904554ec8e97","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-09 - Cabinet of Commissioner Violeta Bulc x North European Oil Trade Oy St1 Nordic Oy"],"date":["2015-07-09"],"summary":["Meeting with North European Oil Trade Oy/St1 Biofuels Oy"],"notes":["Portfolio: Transport"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-967325815598-50","eu-tr-094316815599-77","ec-person-e14c58f620f40325d829df7be0823280307bc15f"]}} -{"id":"ec-meeting-2015-07-09-fabc4b895a0ea889de61108fe7583791f5004adb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-09 - Günther Oettinger x King.com Ltd."],"date":["2015-07-09"],"summary":["DSM"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-d8b86b98a24683917c569000ed6d8c45bedbbc00","eu-tr-872026216875-40"]}} -{"id":"ec-meeting-2015-07-10-10c6ce882c411cdacdbbfcb0362248ee209fe92e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-10 - Cabinet of Vice-President Jyrki Katainen x Aviva Plc"],"date":["2015-07-10"],"summary":["Sustainable capital markets"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-7c9460f99c5872dbdc561f5752401c870d12e98b","eu-tr-86270761494-62"]}} -{"id":"ec-meeting-2015-07-10-218c2c30eea45f8d823c56133d1bfc8bd3ea131f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-10 - Cabinet of Vice-President Karmenu Vella x Lantbrukarnas Riksförbund"],"date":["2015-07-10"],"summary":["Wolves Policy"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["ec-person-9e282d5223d0f62146ce1013e2dac38adc89a4cf","ec-person-805c0cb26d98afecd897b742d48b43a763b0e93c","eu-tr-79239225070-38"]}} -{"id":"ec-meeting-2015-07-10-2622060328987562a41e60d5c80f7af8ceab5185","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-10 - Energy x Bureau Européen des Unions de Consommateurs"],"date":["2015-07-10"],"summary":["Consumer policy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-9505781573-45","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2015-07-10-367f9a273f7565296b00990a39db7a3ef852adeb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-10 - Cabinet of Commissioner Marianne Thyssen x Cisco Systems Inc."],"date":["2015-07-10"],"summary":["Skills"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["ec-person-bdb607d5d994a4056dd700f8f52d9af25b406b36","eu-tr-494613715191-85"]}} -{"id":"ec-meeting-2015-07-10-36cc22ee4e1254d0366cf40f2e9dd4938e987edb","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2015-07-10 - Cabinet of Commissioner Jonathan Hill x London Stock Exchange Group"],"date":["2015-07-10"],"summary":["Financial Services Policy"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["London"],"address":["London"],"addressEntity":["addr-4c57f0c88d9844630327623633ce269cf826ab99"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["eu-tr-550494915045-08","ec-person-f247edfcff54d4f26fc10769f809c92bc72d6797"]}} -{"id":"ec-meeting-2015-07-10-4df6a9a5e13dbd8c59fe92ceefe0062c288dff12","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2015-07-10 - Cabinet of Commissioner Jonathan Hill x The Royal Bank of Scotland"],"date":["2015-07-10"],"summary":["Financial Services Policy"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["London"],"address":["London"],"addressEntity":["addr-4c57f0c88d9844630327623633ce269cf826ab99"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["eu-tr-483974815034-52","ec-person-f247edfcff54d4f26fc10769f809c92bc72d6797"]}} -{"id":"ec-meeting-2015-07-10-645a34d0fa5925c87f6898763aa2a1bf48395198","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-10 - Cabinet of Vice-President Jyrki Katainen x PepsiCo Union of European Beverages Association The Coca-Cola Company"],"date":["2015-07-10"],"summary":["Circular Economy"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-25492952296-56","eu-tr-00475641564-03","ec-person-0310c3b87e155f5572493e91d12eebab9736a76b","eu-tr-010212710281-97"]}} -{"id":"ec-meeting-2015-07-10-8276fb8ba8ecd887c9b97b74ff42088d911a45f0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-10 - Communications Networks, Content and Technology x FromOverHere Ltd"],"date":["2015-07-10"],"summary":["DSM, H2020 and Innovation"],"location":["London"],"address":["London"],"addressEntity":["addr-4c57f0c88d9844630327623633ce269cf826ab99"],"organizer":["ec-dg-connect"],"involved":["ec-person-3d379ff88d704acbd3444fdd59765df1225d4f9b","eu-tr-103264717371-88"]}} -{"id":"ec-meeting-2015-07-10-87042919ad843326c67577971f2eff589963b820","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-10 - Günther Oettinger x BT Group plc"],"date":["2015-07-10"],"summary":["Telecommunications Policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-c6cae64cc7dc787b66a47ab1613d3e922875b971","eu-tr-00919034091-89"]}} -{"id":"ec-meeting-2015-07-10-8d9889cc0f7d4f1293f2722eeef14e2124f94ced","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-10 - Cabinet of Commissioner Elżbieta Bieńkowska x ARD-Verbindungsbüro Brüssel"],"date":["2015-07-10"],"summary":["copyright modernisation, satellite & cable directive"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["ec-person-685ecf13dd26cd515c961e24ba71049af2302c5e","eu-tr-6774178922-55"]}} -{"id":"ec-meeting-2015-07-10-917775ad7b55b8965f66308eaf4836c5fdc41858","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-10 - Cabinet of Vice-President Jyrki Katainen x JA Europe"],"date":["2015-07-10"],"summary":["Discussion on Youth Employment"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-99365f4c3081112dcbfa722a5eb05adecc68503e","eu-tr-640075618084-13","ec-person-bb70699c722c1620ec520e8a4d32911a32ae078c"]}} -{"id":"ec-meeting-2015-07-10-9b665dc338fecaeca3ceae4214560b4b18f69d51","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-10 - Cabinet of Commissioner Jonathan Hill x MoneySavingExpert.com Limited"],"date":["2015-07-10"],"summary":["Financial Service Policy"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["London"],"address":["London"],"addressEntity":["addr-4c57f0c88d9844630327623633ce269cf826ab99"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["eu-tr-845534218111-15","ec-person-f247edfcff54d4f26fc10769f809c92bc72d6797"]}} -{"id":"ec-meeting-2015-07-10-9f780149f00220f00ae80a150de0f9b566c037ac","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-10 - Cabinet of Vice-President Valdis Dombrovskis x The European Steel Association"],"date":["2015-07-10"],"summary":["ETS Review"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["European Commission, Brussels, Belgium"],"address":["European Commission, Brussels, Belgium"],"addressEntity":["addr-fa23ba76578f641c8aa38c39109cfc9a80b30bec"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-b2d41137decbf33bc8076a41bfe11b68d501a7a0","eu-tr-93038071152-83"]}} -{"id":"ec-meeting-2015-07-10-be0c36a6f4e2d35945d0af0e46660171f14bd1e3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-10 - Cabinet of Commissioner Marianne Thyssen x European Network of Social Integration Enterprises"],"date":["2015-07-10"],"summary":["Priorities of the Commission on social entrepreneurship"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["eu-tr-56663585277-75","ec-person-97cc52ff34af5e6170626d2711bb791d319e064a","ec-person-ce19440eacb8fd67f534bdbcce33a1c4cedfd071"]}} -{"id":"ec-meeting-2015-07-10-bf757077af4bd692ae9217a1204031380f437bcc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-10 - Cabinet of Vice-President Cecilia Malmström x Hume Brophy"],"date":["2015-07-10"],"summary":["TTIP"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-3843982938-44","ec-person-19b143e83f8ab978c55c8a9a9e49e06dbfa14bf3","ec-person-cb8ca9ec2413722fa83484ed18dd76ace52d0118"]}} -{"id":"ec-meeting-2015-07-10-c43f1134cf41cd8eb30d5d0ba56a9995bda7c871","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-10 - Cabinet of Vice-President Jyrki Katainen x Aviva Plc EUROSIF A.I.S.B.L (EUROPEAN SUSTAINABLE INVESTMENT FORUM)"],"date":["2015-07-10"],"summary":["Sustainable investments"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-0310c3b87e155f5572493e91d12eebab9736a76b","eu-tr-86270761494-62","eu-tr-70659452143-78"]}} -{"id":"ec-meeting-2015-07-10-d70fa288f1cbc0379536f28b3074cb345b921cb2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-10 - Energy x EPIA SolarPower Europe"],"date":["2015-07-10"],"summary":["Solar power"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-2680046412-48","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2015-07-10-e7a20d5c8f8194ef4b3fe1e1ef02da1884bd4c2d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-10 - Structural Reform Support x Ernst & Young Core Business Services BV"],"date":["2015-07-10"],"summary":["Economic situation"],"location":["Brussels Belgium"],"address":["Brussels Belgium"],"addressEntity":["addr-61947d7d2c69c0b8f57325bd044f500c5fc6df48"],"organizer":["ec-dg-reform"],"involved":["eu-tr-04458109373-91","ec-person-6420facda81e0ac04377023fcfa86e953541782b"]}} -{"id":"ec-meeting-2015-07-10-ee437dca4adc09987784234cdc8b26320afd7085","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-10 - Cabinet of Commissioner Jonathan Hill x Banco Santander, S.A."],"date":["2015-07-10"],"summary":["Financial Services Policy"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["lONDON"],"address":["lONDON"],"addressEntity":["addr-0b71fb153bb5851f7296552c1bc513565ac9ef54"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["eu-tr-799142914971-03","ec-person-f247edfcff54d4f26fc10769f809c92bc72d6797"]}} -{"id":"ec-meeting-2015-07-10-f097470029d9867fb80db7951c9f929cdc96f6a2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-10 - Cabinet of President Jean-Claude Juncker x Save the Children International"],"date":["2015-07-10"],"summary":["Child migration"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-11610562644-55","ec-person-e9857f4f6b642888bff0d7f9e60f293ae47da96b"]}} -{"id":"ec-meeting-2015-07-10-f2830152f6444a4ff0fd561bf8440f9d7a2d5f61","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-10 - Cabinet of President Jean-Claude Juncker x EuroComment"],"date":["2015-07-10"],"summary":["European Investment Plan"],"notes":["Portfolio: President"],"location":["BERL, Brussels, BE"],"address":["BERL, Brussels, BE"],"addressEntity":["addr-1576112c00680864af07bffdc683c2f122e60519"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-123577115553-43","ec-person-80c6995ad1cd6aefa72f1bf440b17b6d8c6dd4b8"]}} -{"id":"ec-meeting-2015-07-10-fa0566666253f465eb95ce25911d2549378adbdd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-10 - Communications Networks, Content and Technology x Confederation of British Industry"],"date":["2015-07-10"],"summary":["DSM and Innovation"],"location":["London"],"address":["London"],"addressEntity":["addr-4c57f0c88d9844630327623633ce269cf826ab99"],"organizer":["ec-dg-connect"],"involved":["eu-tr-73725676990-18","ec-person-3d379ff88d704acbd3444fdd59765df1225d4f9b"]}} -{"id":"ec-meeting-2015-07-12-36f96e6e70c2146bf74c94311daf1825869f4e22","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-12 - Cabinet of Vice-President Miguel Arias Cañete x WindEurope"],"date":["2015-07-12"],"summary":["Market Design"],"notes":["Portfolio: Climate Action & Energy"],"location":["BERL 8/165"],"address":["BERL 8/165"],"addressEntity":["addr-363bb64e46464f5554302356d8bdedc4934c8f73"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-1831691c10441c5974327bbeb8693d6b6c1e50c3","eu-tr-19920706471-21"]}} -{"id":"ec-meeting-2015-07-13-0602a80023325ef264d6d7e34b85e84b22742a11","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-13 - Cabinet of Vice-President Andrus Ansip x European Blind Union"],"date":["2015-07-13"],"summary":["Digital Single Market, accessibility"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-5db7bdd1c81da2e70eb5b982097d0004111b5c3e","ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0","eu-tr-42378755934-87"]}} -{"id":"ec-meeting-2015-07-13-0624d64ace1619f6da89fd9248144faec6db0fe9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-13 - Energy x FuelsEurope"],"date":["2015-07-13"],"summary":["European Petroleum Refining and Distribution"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-26207914726-42","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2015-07-13-0e1742d53a5a07ae3fb57b5036a50ea1839c0a60","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-13 - Cabinet of Vice-President Maroš Šefčovič x Gazprom"],"date":["2015-07-13"],"summary":["Courtesy visit, Presentation of Gazprom activities, Presentation of Energy Strategy"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-622135013267-04","ec-person-3bf48630444ace93d407e52eb880e64d480f75ce"]}} -{"id":"ec-meeting-2015-07-13-0ee24eaf5ad29cb414eacb73e5fbc1406d9528c9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-13 - Cabinet of Commissioner Dimitris Avramopoulos x Hilton"],"date":["2015-07-13"],"summary":["Ongoing political discussions on the revision of the EU Visa Code"],"notes":["Portfolio: Migration, Home Affairs and Citizenship"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-avramopoulos-cabinet-commissioner-dimitris-of"],"involved":["ec-person-229d2bf1ea42d1e015ab64e3d14ec20de2a94a79","eu-tr-924134817693-97"]}} -{"id":"ec-meeting-2015-07-13-174edaa22f146e0e58dfdfd995001fbe488bd42e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-13 - Günther Oettinger x Internet Corporation for Assigned Names and Numbers"],"date":["2015-07-13"],"summary":["DSM"],"location":["Bruxelles"],"address":["Bruxelles"],"addressEntity":["addr-b58f5927b66d94a676970dc048485d4c6848f272"],"organizer":["ec-dg-de"],"involved":["eu-tr-804646318062-39","ec-person-49723482bb23d029cbfc010cb37eec7392a0ae02"]}} -{"id":"ec-meeting-2015-07-13-22d5eb7fdf87cf5ee064c75e865921f9b1a0353d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-13 - Internal Market, Industry, Entrepreneurship and SMEs x Orgalim – Europe's Technology Industries"],"date":["2015-07-13"],"summary":["Engineering industries, Energy Union and CEP policies"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-grow"],"involved":["ec-person-9f3f9b58a22cf98d55521b290d1facc431bdce86","eu-tr-20210641335-88"]}} -{"id":"ec-meeting-2015-07-13-2c4fa3f29feee02fe9b51d74a58f11ac8ba5facc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-13 - Günther Oettinger x DIGITALEUROPE"],"date":["2015-07-13"],"summary":["DSM"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-64270747023-20","ec-person-c6cae64cc7dc787b66a47ab1613d3e922875b971"]}} -{"id":"ec-meeting-2015-07-13-3a6b157fc1d5291023ea6226849621b4506e45c3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-13 - Günther Oettinger x Europa Distribution"],"date":["2015-07-13"],"summary":["copyright"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-49723482bb23d029cbfc010cb37eec7392a0ae02","eu-tr-626116910064-95"]}} -{"id":"ec-meeting-2015-07-13-44a2ec799c48f7b2071cc13a9060f0f73ae61f6a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-13 - Cabinet of President Jean-Claude Juncker x Bundesvereinigung der Deutschen Arbeitgeberverbände e.V."],"date":["2015-07-13"],"summary":["The European social dialogue"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-7749519702-29","ec-person-29c106b0461ffd79e95f0119bdd363fd3c7c3ab3"]}} -{"id":"ec-meeting-2015-07-13-4911c60407a7efc15f6b85610d86339e3f107fcc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-13 - Communications Networks, Content and Technology x European Women's Lobby"],"date":["2015-07-13"],"summary":["Women on Panels"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["ec-person-3d379ff88d704acbd3444fdd59765df1225d4f9b","eu-tr-85686156700-13"]}} -{"id":"ec-meeting-2015-07-13-56e94835b224f725cc8e263f0b388e55424f93b9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-13 - Cabinet of President Jean-Claude Juncker x Europa Distribution"],"date":["2015-07-13"],"summary":["Digital Single Market"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-44a061693f35519551be0e3dab996e76ad3f8c7c","eu-tr-626116910064-95"]}} -{"id":"ec-meeting-2015-07-13-58b4ab0eb1687f71e33d6a9d9733efcbf05147a9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-13 - Cabinet of Vice-President Miguel Arias Cañete x Ford Motor Company"],"date":["2015-07-13"],"summary":["Decarbonization of Road Transport"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-21851435137-02","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd","ec-person-25a937c04cd0a0ddcf5cf34798e76b5105854114"]}} -{"id":"ec-meeting-2015-07-13-5b3dd5fcc41a54c08e17415d18be851f56eae3ef","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-13 - Inspire, Debate, Engage and Accelerate Action x PRS for Music"],"date":["2015-07-13"],"summary":["Meeting with Head of Legal, Policy and Public Affairs, PRS for Music"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-dg-idea"],"involved":["eu-tr-798071410461-65","ec-person-4fe56a64c00b3e81c851b5538878b32481bd7d3c"]}} -{"id":"ec-meeting-2015-07-13-725052abe5901fa43d2045baa74be6553c7c0450","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-13 - Cabinet of Vice-President Jyrki Katainen x VR-Group Ltd"],"date":["2015-07-13"],"summary":["Transport policy"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-0310c3b87e155f5572493e91d12eebab9736a76b","eu-tr-549564815917-64"]}} -{"id":"ec-meeting-2015-07-13-8235fe069e178ac79a0f59535679d3aafd9428f7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-13 - Cabinet of Vice-President Jyrki Katainen x Uber"],"date":["2015-07-13"],"summary":["Sharing Economy"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-002278013515-26","ec-person-0310c3b87e155f5572493e91d12eebab9736a76b"]}} -{"id":"ec-meeting-2015-07-13-91b6edff23218036ea2c2339e537779bb34c550b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-13 - Cabinet of Vice-President Andrus Ansip x Federation Internationale des Bureaux d’Extraits de Presse the International Association for Measurement and Evaluation of Communication"],"date":["2015-07-13"],"summary":["Copyright"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-209240014691-81","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45","eu-tr-028547315658-03"]}} -{"id":"ec-meeting-2015-07-13-94040253b93a5e9afc867603e4e711545011a760","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-13 - Cabinet of Vice-President Maroš Šefčovič x Chamber of Commerce of the United States of America"],"date":["2015-07-13"],"summary":["Energy Union"],"notes":["Portfolio: Energy Union"],"location":["BERL, Brussels"],"address":["BERL, Brussels"],"addressEntity":["addr-c1b89a719fb4c3b86c91ae01524d04183caeb9e6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-444722016787-61","ec-person-af83ed49c403cb9d7ebfecca7893f0054c1f4be5"]}} -{"id":"ec-meeting-2015-07-13-9dd8e0733409dc45c4c717abe08aed26c80b47a7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-13 - Cabinet of Vice-President Maroš Šefčovič x Istituto per la Competitività"],"date":["2015-07-13"],"summary":["Energy Union"],"notes":["Portfolio: Energy Union"],"location":["BERL, Brussels"],"address":["BERL, Brussels"],"addressEntity":["addr-c1b89a719fb4c3b86c91ae01524d04183caeb9e6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-859942318143-66","ec-person-af83ed49c403cb9d7ebfecca7893f0054c1f4be5"]}} -{"id":"ec-meeting-2015-07-13-aabb25874e1baace3fb3e009cac152903c154bc7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-13 - Cabinet of Vice-President Jyrki Katainen x Fur Europe"],"date":["2015-07-13"],"summary":["Fur sector"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-819965911378-79","ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90"]}} -{"id":"ec-meeting-2015-07-13-b0f22b7d50bc7f77af5c45d42f42634e2c8ad8e0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-13 - Cabinet of Commissioner Marianne Thyssen x American Chamber of Commerce to the European Union"],"date":["2015-07-13"],"summary":["Digital Single Market"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["ec-person-bdb607d5d994a4056dd700f8f52d9af25b406b36","eu-tr-5265780509-97"]}} -{"id":"ec-meeting-2015-07-13-cdb8cad8e3944d4e664e34035046116a96dfb540","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-13 - Communications Networks, Content and Technology x None"],"date":["2015-07-13"],"summary":["DSM"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-4456380381-30","eu-tr-98356852465-08","eu-tr-338398611148-62","ec-person-3d379ff88d704acbd3444fdd59765df1225d4f9b"]}} -{"id":"ec-meeting-2015-07-13-d2e0ed242d860b722e1dc84bc86b1fe11429bfe1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-13 - Cabinet of Commissioner Marianne Thyssen x BUSINESSEUROPE EUROPEAN TRADE UNION CONFEDERATION SGI Europe SMEunited aisbl"],"date":["2015-07-13"],"summary":["Presentation of European Social Partners' autonomous Work Programme 2015-2017 and In-depth employment analysis"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["ec-person-e93189002a993321fd1af93481b271c766b1aff8","eu-tr-55820581197-35","eu-tr-3978240953-79","eu-tr-06698681039-26","ec-person-c508e9337eca6b067c1f966b82de49c4824a3ad0","eu-tr-59513031434-92"]}} -{"id":"ec-meeting-2015-07-13-d46f8d84fa586450bef214fa9618c20f5f6f5871","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-13 - Cabinet of Commissioner Tibor Navracsics x Fédération Internationale des Footballeurs Professionnelles Division Europe"],"date":["2015-07-13"],"summary":["State of play of the social dialogue in football"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-49f31dad10f5641cb1d1e4c3107dd838389e8120","eu-tr-797440512350-84"]}} -{"id":"ec-meeting-2015-07-13-d481869368fe7de571092d466336fe79be1e9c56","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-13 - Cabinet of Vice-President Karmenu Vella x Stora Enso Oyj"],"date":["2015-07-13"],"summary":["Circular Economy"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Ghent"],"address":["Ghent"],"addressEntity":["addr-bacbcfd63d2521f5a2cc38c700d3dbcde1fa1e50"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["eu-tr-834721317163-08","ec-person-0e3efd8bc1c3ee9a80205d0bb78f316fa1621e5d"]}} -{"id":"ec-meeting-2015-07-13-d548c9db4db989b831e1d44570b3147a1a9c1c25","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-13 - Cabinet of President Jean-Claude Juncker x Banco Santander, S.A."],"date":["2015-07-13"],"summary":["Digital Single Market agenda"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-799142914971-03","ec-person-44a061693f35519551be0e3dab996e76ad3f8c7c","ec-person-c402e34a99fbee730ae22e3b1958e21c94dc6fcc"]}} -{"id":"ec-meeting-2015-07-13-ea85a8c9897f8eee2a5591976c3505769ebb303b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-13 - Cabinet of Commissioner Elżbieta Bieńkowska x Rio Tinto"],"date":["2015-07-13"],"summary":["chemicals and energy related issues (raw materials, REACH, ETS)"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-627987212276-53","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2015-07-13-f1de4930d6f9d50feeda22f74e60a4a39afadd2f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-13 - Energy x FortyEight"],"date":["2015-07-13"],"summary":["Energy Union"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-870921517430-50","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2015-07-13-f337d01e4b4d8df058c716a86471b42e38193dad","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-13 - Cabinet of Vice-President Andrus Ansip x Rovio Entertainment"],"date":["2015-07-13"],"summary":["DSM, e-commerce, startups"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-003311823337-93","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45","ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0"]}} -{"id":"ec-meeting-2015-07-13-fa2747fac6a89a17e1b8ecc2204b63fa52c04892","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-13 - Cabinet of Commissioner Tibor Navracsics x Zweites Deutsches Fernsehen ARD-Verbindungsbüro Brüssel"],"date":["2015-07-13"],"summary":["Digital Single Market"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["eu-tr-6774178922-55","eu-tr-3209361971-85","ec-person-4d24029a6a4b5bbdcd825e134f010bd0b384f80a"]}} -{"id":"ec-meeting-2015-07-14-04faa36e4d59a8325bd3456f5cfe286dec2abf68","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-14 - Cabinet of Vice-President Andrus Ansip x WindEurope"],"date":["2015-07-14"],"summary":["ETS Revision"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-5db7bdd1c81da2e70eb5b982097d0004111b5c3e","eu-tr-19920706471-21"]}} -{"id":"ec-meeting-2015-07-14-0684a29ad2cae8ff568230cf9fdcfa66a376e4ac","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-14 - Günther Oettinger x MARSH & McLENNAN COMPANIES FRANCE"],"date":["2015-07-14"],"summary":["cybersecurity"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-117683115792-20","ec-person-5652698e8f7b4a189329e67fddbaff44dbe8658c"]}} -{"id":"ec-meeting-2015-07-14-079d883dd6c6748da05b73afa0e05b318ff07753","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-14 - Günther Oettinger x European Magazine Media Association"],"date":["2015-07-14"],"summary":["EMMA_Future Media Lab"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-4cd59e13386e3b68ecb3611fcc579e0a0a3938a5","eu-tr-37937886834-69"]}} -{"id":"ec-meeting-2015-07-14-0f7cb881a88c234057fce9f2bf20f80777a02eba","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-14 - Cabinet of Commissioner Marianne Thyssen x European Federation of National Organisations working with the Homeless"],"date":["2015-07-14"],"summary":["Meeting on the Commission’s social policy agenda"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["ec-person-ce19440eacb8fd67f534bdbcce33a1c4cedfd071","eu-tr-42528706153-39","ec-person-e93189002a993321fd1af93481b271c766b1aff8"]}} -{"id":"ec-meeting-2015-07-14-1292d16f3c81fefcd55cfba5258215d96a75e0d4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-14 - Cabinet of Commissioner Vytenis Andriukaitis x New Breeding Techniques Platform"],"date":["2015-07-14"],"summary":["NBTs"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-b9c3f19e7c5f216e3e508f931ddd6a9cb59376d1","eu-tr-303808417118-14","ec-person-df30d07ef698a52b9948b9c734db39196cf8541f"]}} -{"id":"ec-meeting-2015-07-14-1dd7d3b54b2033d4a772ae175e156152818359fa","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-14 - Cabinet of Vice-President Maroš Šefčovič x Shell Companies"],"date":["2015-07-14"],"summary":["Energy Union"],"notes":["Portfolio: Energy Union"],"location":["BERL, Brussels"],"address":["BERL, Brussels"],"addressEntity":["addr-c1b89a719fb4c3b86c91ae01524d04183caeb9e6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-05032108616-26","ec-person-af83ed49c403cb9d7ebfecca7893f0054c1f4be5"]}} -{"id":"ec-meeting-2015-07-14-28c8ed942e53962c2573710061d5a0686e2db1c0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-14 - Cabinet of First Vice-President Frans Timmermans x EBU-UER (European Broadcasting Union)"],"date":["2015-07-14"],"summary":["Science of climate change, social and economic challenges"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["ec-person-7a0c440119cd5d547eceebb055c79b8bb41bf9a2","eu-tr-93288301615-56"]}} -{"id":"ec-meeting-2015-07-14-3591ba166f3f8ab2253e248a38b65dcb10decf23","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-14 - Cabinet of President Jean-Claude Juncker x Federation of European Screen Directors - Fédération Européenne des Réalisateurs de l'Audiovisuel"],"date":["2015-07-14"],"summary":["Digital Single Market"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-44a061693f35519551be0e3dab996e76ad3f8c7c","eu-tr-29280842236-21"]}} -{"id":"ec-meeting-2015-07-14-41718162e94ef12d43a857a06e3078e96e2800d1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-14 - Energy x Schneider Electric"],"date":["2015-07-14"],"summary":["European energy policies"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-46302264606-44","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2015-07-14-4e12d05177fa1faeba23a42a63a030f4c6f1428c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-14 - Cabinet of Vice-President Maroš Šefčovič x Downstream Users of Chemicals Co-ordination Group"],"date":["2015-07-14"],"summary":["Industrial initiatives in the field of energy efficiency. Case: Zeeland."],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-70941697936-72","ec-person-ea6b517040e26a62f17d2829afffeba48cfd682f"]}} -{"id":"ec-meeting-2015-07-14-749bdb54993185882b4e7eed20f6dbc250ff87e9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-14 - Cabinet of Vice-President Andrus Ansip x Gesamtverband der Deutschen Versicherungswirtschaft e.V."],"date":["2015-07-14"],"summary":["Cyber security"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-5db7bdd1c81da2e70eb5b982097d0004111b5c3e","eu-tr-6437280268-55"]}} -{"id":"ec-meeting-2015-07-14-77134b70ede1597467f488053a4bc92867946014","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-14 - Günther Oettinger x Association of Commercial Television and Video on Demand Services in Europe"],"date":["2015-07-14"],"summary":["commercial communications-regulatory matters"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-c6c38691c27b1498b60b18409aa979cf1dd1f4ac","eu-tr-18574111503-28"]}} -{"id":"ec-meeting-2015-07-14-80bb1b6ac35fc0ae75d49dfcc7997fa281556d17","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-14 - Cabinet of Vice-President Miguel Arias Cañete x Transport and Environment (European Federation for Transport and Environment)"],"date":["2015-07-14"],"summary":["Decarbonization of Transport: Road, Maritime and Aviation"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-58744833263-19","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd","ec-person-25a937c04cd0a0ddcf5cf34798e76b5105854114"]}} -{"id":"ec-meeting-2015-07-14-82c57f7d160468db65ccd3025a8b30f3e7502f59","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-14 - Cabinet of Vice-President Andrus Ansip x The Walt Disney Company Benelux BVBA"],"date":["2015-07-14"],"summary":["Copyright"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-91ca0921c6790191daa54427311acd63035e7c9e","eu-tr-256463315409-35","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45"]}} -{"id":"ec-meeting-2015-07-14-89fb702d0cce798d34bb6074df671f01dcad5d34","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-14 - Cabinet of Commissioner Margrethe Vestager x European Rail Freight Association asbl"],"date":["2015-07-14"],"summary":["European Railway Market"],"notes":["Portfolio: Competition"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-margrethe-of-vestager"],"involved":["eu-tr-013359412586-21","ec-person-2e96673ec2acdfc668f6970535551f9afa1f8729"]}} -{"id":"ec-meeting-2015-07-14-92172173d723810defbcae14c2cc371a399a2fca","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-14 - Communications Networks, Content and Technology x European and Mediterranean Horseracing Federation"],"date":["2015-07-14"],"summary":["DSM"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["ec-person-3d379ff88d704acbd3444fdd59765df1225d4f9b","eu-tr-109777918147-53"]}} -{"id":"ec-meeting-2015-07-14-a6a816553566eca6644f05b5d101c324cd364d16","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-14 - Cabinet of Commissioner Vytenis Andriukaitis x Platform for Better Oral Health in Europe"],"date":["2015-07-14"],"summary":["Patient safety and quality of care; Antimicrobial resistance"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["eu-tr-672133316550-32","ec-person-059ca943fc5fc696d2a97849c635ddf7b6ab7fd7","ec-person-df30d07ef698a52b9948b9c734db39196cf8541f"]}} -{"id":"ec-meeting-2015-07-14-ace763291393a5eaae86424867691c805296fd98","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-14 - Internal Market, Industry, Entrepreneurship and SMEs x CEMBUREAU - The European Cement Association"],"date":["2015-07-14"],"summary":["European Minerals Days"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-grow"],"involved":["ec-person-9f3f9b58a22cf98d55521b290d1facc431bdce86","eu-tr-93987316076-63"]}} -{"id":"ec-meeting-2015-07-14-adc7da4c2aaa42c0861db19cdcfd62024b03c9a4","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2015-07-14 - Günther Oettinger x Deutsche Industrie- und Handelskammer"],"date":["2015-07-14"],"summary":["Industy 4.0","Industry 4.0"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-22400601191-42","ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0"]}} -{"id":"ec-meeting-2015-07-14-b6c746e0806354d6205f3150045d85d051699412","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2015-07-14 - Cabinet of Commissioner Carlos Moedas x European Alliance to Save Energy"],"date":["2015-07-14"],"summary":["Electricity and energy efficiency industrial sectors"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-23980b2bc4fd9c82051d0f7888dc236b2f764866","eu-tr-37816636575-51"]}} -{"id":"ec-meeting-2015-07-14-d3592ec865bc9566d58cac936da96e9a2705d96a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-14 - Cabinet of Commissioner Marianne Thyssen x Confederación Española de Organizaciones Empresariales Svaz průmyslu a dopravy ČR BUSINESSEUROPE Polish Confederation Lewiatan"],"date":["2015-07-14"],"summary":["Social policy in transport; fair mobility"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["eu-tr-785320514128-81","eu-tr-3978240953-79","ec-person-7567514af00f139b390cf9864d28a090ca0fde25","eu-tr-02963738854-41","eu-tr-251117611140-75"]}} -{"id":"ec-meeting-2015-07-14-d47a20a80b38139d1fb801f28b3e2975902f987a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-14 - Cabinet of Commissioner Elżbieta Bieńkowska x Chamber of Commerce of the United States of America"],"date":["2015-07-14"],"summary":["Introductory meeting"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-444722016787-61","ec-person-b2f9be51339f054477846797e2c119fcf16548fc"]}} -{"id":"ec-meeting-2015-07-14-d8f994948597e4d9ebbff47eb6055e204ea90c58","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-14 - Günther Oettinger x Inline Policy Sprl"],"date":["2015-07-14"],"summary":["DSM"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-660137014271-28","ec-person-49723482bb23d029cbfc010cb37eec7392a0ae02"]}} -{"id":"ec-meeting-2015-07-14-e3e863825be0add31244f8966500999cbda6c74b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-14 - Cabinet of Commissioner Marianne Thyssen x Pensioenfederatie (Federation of the Dutch Pension Funds)"],"date":["2015-07-14"],"summary":["Commission's social policy agenda."],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["ec-person-ce19440eacb8fd67f534bdbcce33a1c4cedfd071","eu-tr-84476202986-17"]}} -{"id":"ec-meeting-2015-07-14-ea4a002c5e281c016998cf90c1111d2b87a401ef","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-14 - Cabinet of Vice-President Miguel Arias Cañete x Schneider Electric"],"date":["2015-07-14"],"summary":["Energy Union"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-46302264606-44","ec-person-95f883d5d0d484088f26191a8fea8553d674dfbe"]}} -{"id":"ec-meeting-2015-07-14-f9c96896d39c66160de9b942337ae12c8268b8ee","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-14 - Günther Oettinger x Computer & Communications Industry Association DIGITALEUROPE Intuit Inc Sovereign Strategy BSA | The Software Alliance"],"date":["2015-07-14"],"summary":["DSM"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-75039383277-48","eu-tr-784919515495-43","ec-person-4cd59e13386e3b68ecb3611fcc579e0a0a3938a5","eu-tr-64270747023-20","eu-tr-15987896534-82","eu-tr-807262215053-09"]}} -{"id":"ec-meeting-2015-07-14-fd8f1505bdaa4424e0fc2fde7e0a4f664da9a1c1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-14 - Cabinet of Commissioner Carlos Moedas x União Geral de Trabalhadores"],"date":["2015-07-14"],"summary":["Projects supported by Structural Funds"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["eu-tr-263496117721-74","ec-person-23980b2bc4fd9c82051d0f7888dc236b2f764866"]}} -{"id":"ec-meeting-2015-07-15-0264c4cd33708f9746a26909d80376c1b54d8be4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-15 - Cabinet of Vice-President Valdis Dombrovskis x Schroders Investment Management (Europe) SA"],"date":["2015-07-15"],"summary":["Asset Management"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-997906814697-71","ec-person-3f9ca71b74344417d1f072ba7f3e2f09a223b036"]}} -{"id":"ec-meeting-2015-07-15-1ae7e328d0c3ab5b8be6debc292568c5e233df84","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-15 - Günther Oettinger x Bundesverband deutscher Banken e.V."],"date":["2015-07-15"],"summary":["DSM"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-4cd59e13386e3b68ecb3611fcc579e0a0a3938a5","eu-tr-0764199368-97"]}} -{"id":"ec-meeting-2015-07-15-2516e7d0d45f9e868946c63e9213dc4d0a7bb974","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-15 - Cabinet of Commissioner Violeta Bulc x The Norwegian Shipowners' Association"],"date":["2015-07-15"],"summary":["Meeting with Norwegian Shipowners' Association"],"notes":["Portfolio: Transport"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-81175628740-75","ec-person-e14c58f620f40325d829df7be0823280307bc15f"]}} -{"id":"ec-meeting-2015-07-15-378cd0d3322c84aeb6d653ce7171f1f53429aa30","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-15 - Cabinet of Commissioner Pierre Moscovici x Schweizerische Bankiervereinigung"],"date":["2015-07-15"],"summary":["Nouveautés en matière de fiscalité directe"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["eu-tr-880304716184-26","ec-person-738f7f25002d191bd2df8936e8f8d1d726c19e2e"]}} -{"id":"ec-meeting-2015-07-15-39a0b02a153997b72f0f835b3845fbf45917956a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-15 - Cabinet of Commissioner Vytenis Andriukaitis x Conseil National de l'Ordre des Sages-femmes"],"date":["2015-07-15"],"summary":["Patient safety"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-059ca943fc5fc696d2a97849c635ddf7b6ab7fd7","eu-tr-69824896067-90"]}} -{"id":"ec-meeting-2015-07-15-431bc52e013ddf9b200a682ddbecadc2d86d5a07","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-15 - Cabinet of Commissioner Elżbieta Bieńkowska x King.com Ltd."],"date":["2015-07-15"],"summary":["Creative industries - DSM"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["ec-person-685ecf13dd26cd515c961e24ba71049af2302c5e","eu-tr-872026216875-40"]}} -{"id":"ec-meeting-2015-07-15-606a5d9604256bcd2f59436f50073de73e92c21e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-15 - Günther Oettinger x Wirtschaftsbeirat der Union"],"date":["2015-07-15"],"summary":["Industrie 4.0, Digitalisierung und die Zukunft Europas"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-4cd59e13386e3b68ecb3611fcc579e0a0a3938a5","eu-tr-738645718079-01"]}} -{"id":"ec-meeting-2015-07-15-61f25688d19d4ec32f4e845ec4e9c898692a1930","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-15 - Cabinet of Commissioner Vytenis Andriukaitis x BREIZ EUROPE"],"date":["2015-07-15"],"summary":["Russian embargo, European Health Certificate"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-b9c3f19e7c5f216e3e508f931ddd6a9cb59376d1","eu-tr-44968076843-33"]}} -{"id":"ec-meeting-2015-07-15-696de04651918f54665c252d466c7046fa82bc14","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-15 - Cabinet of Commissioner Vytenis Andriukaitis x Ferrer Internacional S.A."],"date":["2015-07-15"],"summary":["Prevention of secondary cardiovascular incidents"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["eu-tr-775072817180-24","ec-person-059ca943fc5fc696d2a97849c635ddf7b6ab7fd7"]}} -{"id":"ec-meeting-2015-07-15-6f355582a0614d8a0d4525bf240a11082bea5ece","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-15 - Cabinet of Vice-President Cecilia Malmström x DIGITALEUROPE"],"date":["2015-07-15"],"summary":["Digital trade"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-64270747023-20","ec-person-591ec829ca734bcfe59a2c9c7f07f9dff22a0ea9"]}} -{"id":"ec-meeting-2015-07-15-783edd7dfed42baeaca7802e75270e21821c3ff9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-15 - Cabinet of Commissioner Elżbieta Bieńkowska x ALLO TAXI SAS - Les Taxis Bleus"],"date":["2015-07-15"],"summary":["innovative digital platforms in urban mobility sector, sharing economy"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["ec-person-685ecf13dd26cd515c961e24ba71049af2302c5e","eu-tr-558962116384-56"]}} -{"id":"ec-meeting-2015-07-15-82b3b5de19804280f0063800944dde4a2e5af32e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-15 - Cabinet of Commissioner Violeta Bulc x Ryanair Holdings easyJet Lufthansa Group AIR FRANCE"],"date":["2015-07-15"],"summary":["Meeting 4 CEO's of European airlines"],"notes":["Portfolio: Transport"],"location":["Brussels, Belguim"],"address":["Brussels, Belguim"],"addressEntity":["addr-84b5e5f38d43901e13b15f0c7dd8b408c954fd9b"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-5012c5e45a52ee8ce67d19c1781a127af53e73e7","eu-tr-0714344663-32","eu-tr-002977215945-85","eu-tr-350652449-83","ec-person-4d2b449b5047ea3fda435a2a1c1081e3babcdf76","ec-person-9d4dc4867a44dfe10f67ae7ee1706da3e8b48a24","eu-tr-291219715847-52"]}} -{"id":"ec-meeting-2015-07-15-86479a0d049fd14c963b5c2ca4cccd06dce56dbb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-15 - Mobility and Transport x Ryanair Holdings"],"date":["2015-07-15"],"summary":["Aviation Strategy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-move"],"involved":["ec-person-d856b0f199c84d5b5003106bea2ee6d0392e2428","eu-tr-002977215945-85"]}} -{"id":"ec-meeting-2015-07-15-8cde10463cc43b5ace82064b6178db1f0e5da58f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-15 - Günther Oettinger x The Walt Disney Company Benelux BVBA"],"date":["2015-07-15"],"summary":["DSM"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-49723482bb23d029cbfc010cb37eec7392a0ae02","eu-tr-256463315409-35"]}} -{"id":"ec-meeting-2015-07-15-953e2b50b74422240b70c2618b193cbc78e87479","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-15 - Cabinet of Commissioner Elżbieta Bieńkowska x Bundesverband der Deutschen Industrie e.V."],"date":["2015-07-15"],"summary":["introductory meeting"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-1771817758-48","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2015-07-15-a578281ccfd3198581aededbfe0272dcd06d3de4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-15 - Cabinet of Commissioner Věra Jourová x ALLO TAXI SAS - Les Taxis Bleus"],"date":["2015-07-15"],"summary":["Sharing economy and new business models opportunities"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-a2ca9161feee56909a0e98b473c2d342c20fdb57","eu-tr-558962116384-56"]}} -{"id":"ec-meeting-2015-07-15-a700fc939b2db29571a815fdea34dc11d89224df","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-15 - Cabinet of Commissioner Věra Jourová x Uber"],"date":["2015-07-15"],"summary":["Sharing economy and new business models opportunities"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-a2ca9161feee56909a0e98b473c2d342c20fdb57","eu-tr-002278013515-26","ec-person-ff9ad301b778d595651cc4c46ec3a4cf1ef10376"]}} -{"id":"ec-meeting-2015-07-15-b0d2a3264aad2067722f7a07e99b6dd7c2249163","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-15 - Günther Oettinger x TÜV-Verband e. V."],"date":["2015-07-15"],"summary":["DSM"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-45013506457-28","ec-person-5652698e8f7b4a189329e67fddbaff44dbe8658c"]}} -{"id":"ec-meeting-2015-07-15-b4d44821b74c74ac38e39decb93d181b5f60f951","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-15 - Cabinet of Commissioner Jonathan Hill x Deutscher Sparkassen-und Giroverband"],"date":["2015-07-15"],"summary":["Financial Services Policy"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["eu-tr-62379064909-15","ec-person-03cf92829e273869bfbd8bbf4f1881dcd0848186"]}} -{"id":"ec-meeting-2015-07-15-b65b851890ec533052716b069ebba2cde2a4e0fc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-15 - Cabinet of Commissioner Margrethe Vestager x IMPALA Association Internationale AISBL"],"date":["2015-07-15"],"summary":["Presentation of IMPALA's Digital Action Plan"],"notes":["Portfolio: Competition"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-margrethe-of-vestager"],"involved":["ec-person-947ab3027ba90ce15968614ce35c12506b7a43ac","eu-tr-12383069253-19"]}} -{"id":"ec-meeting-2015-07-15-bac1f80937931cea7d8a19005957d9207c91676c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-15 - Günther Oettinger x Springer Nature AG & Co. KGaA"],"date":["2015-07-15"],"summary":["DSM"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-49723482bb23d029cbfc010cb37eec7392a0ae02","eu-tr-391575415702-29"]}} -{"id":"ec-meeting-2015-07-15-bb09f033bbe5a472efc9ccb230b9e134381e95e6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-15 - Cabinet of Commissioner Jonathan Hill x The Alternative Investment Management Association Limited"],"date":["2015-07-15"],"summary":["CCP recovery and resolution"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["ec-person-341f30cfe9dff9d73b83fe8d9e88d7383d6910d3","eu-tr-232566516087-90"]}} -{"id":"ec-meeting-2015-07-15-efdb602358db9ebefc32382353a16daee750155d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-15 - Migration and Home Affairs x Ecolog International FZE"],"date":["2015-07-15"],"summary":["Construction/Operation of Temporary Refugee Centres in North Africa"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-home"],"involved":["ec-person-ae1262e8850ed1e9a0530b0ad7440ac648255896","eu-tr-712956418144-37"]}} -{"id":"ec-meeting-2015-07-15-f4456b827c3f157b779dae7b523052cd4abc68a3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-15 - Cabinet of Vice-President Cecilia Malmström x EPIA SolarPower Europe"],"date":["2015-07-15"],"summary":["TTIP; Energy"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-2680046412-48","ec-person-cb8ca9ec2413722fa83484ed18dd76ace52d0118"]}} -{"id":"ec-meeting-2015-07-16-0d9f13465e03931525ee9b95cc09ed9214b26eb9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-16 - Communications Networks, Content and Technology x BUSINESSEUROPE"],"date":["2015-07-16"],"summary":["DSM/SINNA"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-3978240953-79","ec-person-3d379ff88d704acbd3444fdd59765df1225d4f9b"]}} -{"id":"ec-meeting-2015-07-16-1533dbcca3b5360c610d024c9d7ac85bbeeb0545","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-16 - Cabinet of Commissioner Dimitris Avramopoulos x European Olympic Committees EU Office"],"date":["2015-07-16"],"summary":["Reform of visa and the impact on sport"],"notes":["Portfolio: Migration, Home Affairs and Citizenship"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-avramopoulos-cabinet-commissioner-dimitris-of"],"involved":["ec-person-e786479f71eb21bc0a291dd644b61d86e09beb13","eu-tr-827752410362-51","ec-person-229d2bf1ea42d1e015ab64e3d14ec20de2a94a79"]}} -{"id":"ec-meeting-2015-07-16-16df3ff57ea6e37805a098e0e33f16ef75df6fe7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-16 - Cabinet of Vice-President Cecilia Malmström x European Association of the Electricity Transmission and Distribution Equipment and Services Industry"],"date":["2015-07-16"],"summary":["Anti-dumping proceeding with regard to imports of GOES"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-90453504235-64","ec-person-591ec829ca734bcfe59a2c9c7f07f9dff22a0ea9"]}} -{"id":"ec-meeting-2015-07-16-196f368670a6c261bd7ed4d09d13d2ed80b608d5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-16 - Cabinet of First Vice-President Frans Timmermans x Fortzer"],"date":["2015-07-16"],"summary":["Open Russia movement"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["ec-person-f3a0db9fe3b985fb3a6665117484ee9f97b0e339","eu-tr-13097896529-66"]}} -{"id":"ec-meeting-2015-07-16-223104912ef55a4e52a67c84609c05da33059301","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-16 - Energy x Unioncamere Europa asbl"],"date":["2015-07-16"],"summary":["European energy policies"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-11122676364-50","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2015-07-16-287fcfe0e4b01fc4f47c10ddeb98b39ab5a6b0dd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-16 - Cabinet of Commissioner Carlos Moedas x UNINOVA-Instituto de Desenvolvimento de Novas Tecnologias"],"date":["2015-07-16"],"summary":["Materials for Energy"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["eu-tr-256799815101-78","ec-person-23980b2bc4fd9c82051d0f7888dc236b2f764866"]}} -{"id":"ec-meeting-2015-07-16-342a953c71e69f8cbe519757441db5ce23c60312","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-16 - Cabinet of Commissioner Věra Jourová x Stichting ERGO Network"],"date":["2015-07-16"],"summary":["Roma issues"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-5455ecfabb89025694c798deac08160a2be17d94","eu-tr-587174614073-09"]}} -{"id":"ec-meeting-2015-07-16-367d01ef8b78a9c84424eaa4dbbba4ee3bc6d989","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-16 - Cabinet of Vice-President Maroš Šefčovič x industriAll European Trade Union European Federation of Public Service Unions EUROPEAN TRADE UNION CONFEDERATION"],"date":["2015-07-16"],"summary":["Trade Union view on the role of Social Partners in the Energy Union Strategy"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-04902121531-04","ec-person-2be517b9261a91f2f07e05ec14c6331980e9716e","eu-tr-06698681039-26","eu-tr-358284014848-82"]}} -{"id":"ec-meeting-2015-07-16-3c7a451df4c73809ef92a0f6182050918cebd591","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-16 - Cabinet of Commissioner Tibor Navracsics x Europa Nostra"],"date":["2015-07-16"],"summary":["New Narrative for Europe"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-4d24029a6a4b5bbdcd825e134f010bd0b384f80a","eu-tr-832617510389-12"]}} -{"id":"ec-meeting-2015-07-16-3fe7ca83cc2f932ec641ce1ab4679eb660456b9a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-16 - Cabinet of Vice-President Maroš Šefčovič x Wintershall Dea AG"],"date":["2015-07-16"],"summary":["OPAL"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-3bf48630444ace93d407e52eb880e64d480f75ce","eu-tr-75729476306-17"]}} -{"id":"ec-meeting-2015-07-16-47b7868ddf42c21ecc57b675e7eb3854ab052e38","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-16 - Cabinet of President Jean-Claude Juncker x GROUPE CANAL+"],"date":["2015-07-16"],"summary":["Digital Single Market"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-44a061693f35519551be0e3dab996e76ad3f8c7c","eu-tr-645753416723-84"]}} -{"id":"ec-meeting-2015-07-16-67bff2de5da3bf5042109b48d2f7f216013a5c0c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-16 - Cabinet of Vice-President Cecilia Malmström x European Community Shipowner's Associations"],"date":["2015-07-16"],"summary":["TTIP"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-20ded9db5df11164331bb161fdf234b1e5ad53fd","ec-person-cb8ca9ec2413722fa83484ed18dd76ace52d0118","eu-tr-59004966537-01"]}} -{"id":"ec-meeting-2015-07-16-75a180755525e8aec51e3f09c849d0ec4e459483","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-16 - Cabinet of Commissioner Věra Jourová x Amazon Europe Core SARL"],"date":["2015-07-16"],"summary":["Digital single market and consumer protection online"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-a2ca9161feee56909a0e98b473c2d342c20fdb57","ec-person-a608b85b2ffef83f883b5a2330b6232efa1b7141","eu-tr-366117914426-10"]}} -{"id":"ec-meeting-2015-07-16-76de2a90ae9c25bce2cbfcb7a6752b2fd90b6c1f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-16 - Cabinet of Commissioner Elżbieta Bieńkowska x EuropaBio"],"date":["2015-07-16"],"summary":["Biotechnology Industry"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-1298286943-59","ec-person-b2f9be51339f054477846797e2c119fcf16548fc"]}} -{"id":"ec-meeting-2015-07-16-7705f5aa49cc56e1764a76509d6728e8a1655a56","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-16 - Cabinet of Commissioner Violeta Bulc x European Low Fares Airline Association"],"date":["2015-07-16"],"summary":["Meeting ELFAA representatives"],"notes":["Portfolio: Transport"],"location":["Brussels, Belguim"],"address":["Brussels, Belguim"],"addressEntity":["addr-84b5e5f38d43901e13b15f0c7dd8b408c954fd9b"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-040051411522-40","ec-person-4d2b449b5047ea3fda435a2a1c1081e3babcdf76","ec-person-5012c5e45a52ee8ce67d19c1781a127af53e73e7","ec-person-9d4dc4867a44dfe10f67ae7ee1706da3e8b48a24"]}} -{"id":"ec-meeting-2015-07-16-95c324a2ca5231bf7fadb3bed2db493508912e65","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-16 - Cabinet of Commissioner Elżbieta Bieńkowska x Groupement Européen des Sociétés d'Auteurs et Compositeurs"],"date":["2015-07-16"],"summary":["Digital agenda, copyright"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["ec-person-685ecf13dd26cd515c961e24ba71049af2302c5e","eu-tr-36529354479-57"]}} -{"id":"ec-meeting-2015-07-16-a80863a0b8f035e6de02675d2981f4c6d4782ab4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-16 - Cabinet of Commissioner Vytenis Andriukaitis x Association of the European Self-Care Industry"],"date":["2015-07-16"],"summary":["Botanicals"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["eu-tr-99565011637-64","ec-person-d462b3c7daeee00ad55e380a7fb96819f79899df"]}} -{"id":"ec-meeting-2015-07-16-a921c50bb9e7aca64a144ce4dbdf9a28bb360db4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-16 - Cabinet of Vice-President Cecilia Malmström x Samsung Electronics Europe"],"date":["2015-07-16"],"summary":["Turkey safeguard measures"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-20ded9db5df11164331bb161fdf234b1e5ad53fd","ec-person-591ec829ca734bcfe59a2c9c7f07f9dff22a0ea9","eu-tr-40471017282-57"]}} -{"id":"ec-meeting-2015-07-16-aa65a77815d6e07513269245d9d19b47f79d03bb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-16 - Cabinet of Vice-President Jyrki Katainen x Orgalim – Europe's Technology Industries"],"date":["2015-07-16"],"summary":["Circular Economy and Energy Union"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-f9208d930adc70c6c64e21701e48f85f6f18e949","eu-tr-20210641335-88"]}} -{"id":"ec-meeting-2015-07-16-af489045980d0f36c2726d4ae9594a8212bee027","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-16 - Cabinet of Commissioner Violeta Bulc x FEPORT"],"date":["2015-07-16"],"summary":["Meeting Feport representatives"],"notes":["Portfolio: Transport"],"location":["Brussels, Belguim"],"address":["Brussels, Belguim"],"addressEntity":["addr-84b5e5f38d43901e13b15f0c7dd8b408c954fd9b"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-4d2b449b5047ea3fda435a2a1c1081e3babcdf76","eu-tr-801302611511-33","ec-person-e14c58f620f40325d829df7be0823280307bc15f"]}} -{"id":"ec-meeting-2015-07-16-afe9543120c16550608808dc7fd78074cf49771e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-16 - Cabinet of Vice-President Miguel Arias Cañete x Fern"],"date":["2015-07-16"],"summary":["LULUCF 2030 climate target"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-260e00934471a02805fb143935d6e9205a7f355f","eu-tr-40538475090-82"]}} -{"id":"ec-meeting-2015-07-16-c75c3bc531c451e3d4eecd9e38df8a0617aaca2b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-16 - Cabinet of Commissioner Tibor Navracsics x The Walt Disney Company Benelux BVBA"],"date":["2015-07-16"],"summary":["Creative Industries, Digital Single Market"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-cb6aa96c497dead35eb0f2ed0339e5423d506549","ec-person-dc2e0fed0fdf39a6a3f3ad63355c5215599de9d1","ec-person-4d24029a6a4b5bbdcd825e134f010bd0b384f80a","eu-tr-256463315409-35"]}} -{"id":"ec-meeting-2015-07-16-c8f0feabdfdbf44eee3af55d42f678f7d469ba7c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-16 - Cabinet of Commissioner Tibor Navracsics x European Cultural Foundation"],"date":["2015-07-16"],"summary":["Exchange of views and priorities"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-cb6aa96c497dead35eb0f2ed0339e5423d506549","eu-tr-48891989251-14"]}} -{"id":"ec-meeting-2015-07-16-c9fa7732ecb4fa7bfda2cee8ef0e470bf352a190","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-16 - Cabinet of Vice-President Maroš Šefčovič x Naftogaz of Ukraine"],"date":["2015-07-16"],"summary":["Energy Union"],"notes":["Portfolio: Energy Union"],"location":["BERL, Brussels"],"address":["BERL, Brussels"],"addressEntity":["addr-c1b89a719fb4c3b86c91ae01524d04183caeb9e6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-769349815543-90","ec-person-af83ed49c403cb9d7ebfecca7893f0054c1f4be5"]}} -{"id":"ec-meeting-2015-07-16-d1f7dc06a1071923a887af231ef0ced28a55ccc8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-16 - Climate Action x ENEL SpA"],"date":["2015-07-16"],"summary":["ETS"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-clima"],"involved":["ec-person-44c2f44f96dda2012bcb4e9abc749f6cae86a4c0","eu-tr-6256831207-27"]}} -{"id":"ec-meeting-2015-07-16-d686295fc328b4e657489294ecb20f3db7033081","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-16 - Cabinet of Vice-President Valdis Dombrovskis x European Round Table for Industry"],"date":["2015-07-16"],"summary":["Financial Regulations/Energy markets"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-25487567824-45","ec-person-3f9ca71b74344417d1f072ba7f3e2f09a223b036"]}} -{"id":"ec-meeting-2015-07-16-daab45404264abdc866dfccfd341cb8dd3ac597d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-16 - Cabinet of Commissioner Vytenis Andriukaitis x Food Supplements Europe"],"date":["2015-07-16"],"summary":["Botanicals"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-b9c3f19e7c5f216e3e508f931ddd6a9cb59376d1","eu-tr-638153011554-79"]}} -{"id":"ec-meeting-2015-07-16-e0271fbad45c826770ddbdb9dae0f3dba9cd7aef","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-16 - Cabinet of Vice-President Miguel Arias Cañete x IE Business School and IE University."],"date":["2015-07-16"],"summary":["Climate change and COP21"],"notes":["Portfolio: Climate Action & Energy"],"location":["Madrid, Spain"],"address":["Madrid, Spain"],"addressEntity":["addr-f2c4f2ef1ea88618aa1533f69b0d18fc1125a9d2"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-847552513093-34","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd","ec-person-2229c857664a22dcb8eee79a8c05841fd3d0924f"]}} -{"id":"ec-meeting-2015-07-16-f3fd87fc87493e397e28d37d411a2fec866b62e6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-16 - Günther Oettinger x GROUPE CANAL+"],"date":["2015-07-16"],"summary":["copyright"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-49723482bb23d029cbfc010cb37eec7392a0ae02","eu-tr-645753416723-84"]}} -{"id":"ec-meeting-2015-07-16-f631a451c696dcac35c9e6cb18b4844b9d52d14d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-16 - Cabinet of Commissioner Tibor Navracsics x Eurosport"],"date":["2015-07-16"],"summary":["Partnership agreement with Eurosport on supporting the European Week of Sport"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["eu-tr-849318716939-24","ec-person-dc2e0fed0fdf39a6a3f3ad63355c5215599de9d1"]}} -{"id":"ec-meeting-2015-07-16-f7edef5ef57d66821d0e0ed202f93cd6c4afcf8b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-16 - Cabinet of High Representative / Vice-President Federica Mogherini x Transparency International"],"date":["2015-07-16"],"summary":["Activities of TI on corruption/security"],"notes":["Portfolio: Foreign Affairs and Security Policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"involved":["ec-person-4f2bf88ad14d12976aecc7694a057ab90b7a81d2","eu-tr-501222919-71"]}} -{"id":"ec-meeting-2015-07-16-fa1d6e2f96b6c4b843e5091abd3ea702f5b36556","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-16 - Cabinet of Commissioner Christos Stylianides x Veolia Environnement"],"date":["2015-07-16"],"summary":["Engagement de la fondation Veolia dans le domaine humanitaire"],"notes":["Portfolio: Humanitarian Aid & Crisis Management"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-christos-commissioner-of-stylianides"],"involved":["eu-tr-72103751229-92","ec-person-de605a3492bf8716a72a814958f304a939e828b3"]}} -{"id":"ec-meeting-2015-07-16-ff86cbc8d9a291c18bfed35783fdf8c1f7036f4d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-16 - Cabinet of Commissioner Carlos Moedas x Tuberculosis Vaccine Initiative"],"date":["2015-07-16"],"summary":["Presentation of TBVI activities"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-23980b2bc4fd9c82051d0f7888dc236b2f764866","eu-tr-194671518391-54"]}} -{"id":"ec-meeting-2015-07-17-0a8f35af5de19af464d33cc69d2e346aeec2a1b2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-17 - Cabinet of Commissioner Jonathan Hill x Legal & General Group Plc"],"date":["2015-07-17"],"summary":["Financial Services Policy"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["London"],"address":["London"],"addressEntity":["addr-4c57f0c88d9844630327623633ce269cf826ab99"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["ec-person-f247edfcff54d4f26fc10769f809c92bc72d6797","eu-tr-551684916877-74"]}} -{"id":"ec-meeting-2015-07-17-103610724a83563c6b247639f6c4b519102f7de2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-17 - Communications Networks, Content and Technology x Educore"],"date":["2015-07-17"],"summary":["Social Innovation/H2020"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["ec-person-3d379ff88d704acbd3444fdd59765df1225d4f9b","eu-tr-365578617857-16"]}} -{"id":"ec-meeting-2015-07-17-1864467c002039ba3b954bfdd6540ba464f856b6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-17 - Cabinet of First Vice-President Frans Timmermans x Europeans Throughout The World"],"date":["2015-07-17"],"summary":["European Year of Mobile Citizens 2017"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Berlaymont, Brussels"],"address":["Berlaymont, Brussels"],"addressEntity":["addr-fc86ff6aaa2cd722afeb09a33ccd03fec72f8cd1"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["ec-person-ee0e358952eb5192d26c98d36095038f6b8223f2","eu-tr-844689616084-97"]}} -{"id":"ec-meeting-2015-07-17-1a1a3376971bd81324ab0dda61745b8f3765694e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-17 - Cabinet of Commissioner Jonathan Hill x Wise Ltd"],"date":["2015-07-17"],"summary":["Financial Services Policy"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["London"],"address":["London"],"addressEntity":["addr-4c57f0c88d9844630327623633ce269cf826ab99"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["ec-person-f247edfcff54d4f26fc10769f809c92bc72d6797","eu-tr-843309518020-96"]}} -{"id":"ec-meeting-2015-07-17-1c9fc8c894c0b5f546e985d594e739012c7078d7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-17 - Cabinet of Commissioner Violeta Bulc x International Road Transport Union Permanent Delegation to the EU"],"date":["2015-07-17"],"summary":["Meeting IRU representatives"],"notes":["Portfolio: Transport"],"location":["Brussels, Belguim"],"address":["Brussels, Belguim"],"addressEntity":["addr-84b5e5f38d43901e13b15f0c7dd8b408c954fd9b"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-4d2b449b5047ea3fda435a2a1c1081e3babcdf76","eu-tr-41802525291-86","ec-person-dd7851e4a1e747e824b4f81139e33bc3cdb73160"]}} -{"id":"ec-meeting-2015-07-17-4e61adb131aa314263e85423162803032b7856de","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2015-07-17 - Cabinet of Vice-President Kristalina Georgieva x EURANET PLUS"],"date":["2015-07-17"],"summary":["Meeting","Meeting with Mr. Erlends Calabuig - Director of EuranetPlus discussing Draft Budget 2016"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels, Belgium","Brussels"],"address":["Brussels, Belgium","Brussels"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306","addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-georgieva-kristalina-of-president-vice"],"involved":["eu-tr-914088116067-37","ec-person-335e79b90bd0f2b37f9193d6285514044d6c897e"]}} -{"id":"ec-meeting-2015-07-17-4ee5641865403d772a954306774177f916d46b24","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-17 - Cabinet of Vice-President Miguel Arias Cañete x ICL IBERIA LIMITED, S.C.S."],"date":["2015-07-17"],"summary":["ETS"],"notes":["Portfolio: Climate Action & Energy"],"location":["Madrid, Spain"],"address":["Madrid, Spain"],"addressEntity":["addr-f2c4f2ef1ea88618aa1533f69b0d18fc1125a9d2"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-740282518112-78","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd","ec-person-2229c857664a22dcb8eee79a8c05841fd3d0924f"]}} -{"id":"ec-meeting-2015-07-17-5a3a26b3e28c048656e449620ee55cbe24818633","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-17 - Cabinet of Commissioner Elżbieta Bieńkowska x Confederation of European Paper Industries"],"date":["2015-07-17"],"summary":["High level group of energy intensive industries"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-72279144480-58","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2015-07-17-7203bbbd3f8a986d9568d6b227d5df5db48c8a85","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-17 - Cabinet of Vice-President Maroš Šefčovič x TenneT Holding B.V."],"date":["2015-07-17"],"summary":["Market driven Demand Response"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-2be517b9261a91f2f07e05ec14c6331980e9716e","eu-tr-289810215426-07"]}} -{"id":"ec-meeting-2015-07-17-7216f818e499754425d29550eeca5b75a8799189","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-17 - Energy x E.ON SE"],"date":["2015-07-17"],"summary":["Energy Union strategy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-72760517350-57","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2015-07-17-97c9ae258053d10f7d9a6c6956405bd7e18ef622","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-17 - Cabinet of Vice-President Andrus Ansip x Infineon Technologies AG"],"date":["2015-07-17"],"summary":["Digital Single Market"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-10751968675-85","ec-person-91ca0921c6790191daa54427311acd63035e7c9e"]}} -{"id":"ec-meeting-2015-07-17-9e790d9df479467688a37745b3d366bd02416e5c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-17 - Cabinet of Vice-President Cecilia Malmström x Confederation of Swedish Enterprise"],"date":["2015-07-17"],"summary":["Trade Policy in general"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-39912257528-48","ec-person-20ded9db5df11164331bb161fdf234b1e5ad53fd"]}} -{"id":"ec-meeting-2015-07-17-a0f45158e9d151f4bec81122cc6489f8d3e6c7c4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-17 - Climate Action x FuelsEurope"],"date":["2015-07-17"],"summary":["FQD"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-clima"],"involved":["ec-person-44c2f44f96dda2012bcb4e9abc749f6cae86a4c0","eu-tr-26207914726-42"]}} -{"id":"ec-meeting-2015-07-17-a29a96b7175d32ad6c998ee71ffd859d03389643","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-17 - Communications Networks, Content and Technology x The Young Foundation"],"date":["2015-07-17"],"summary":["H2020/Innovation Radar"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-741169516071-01","ec-person-3d379ff88d704acbd3444fdd59765df1225d4f9b"]}} -{"id":"ec-meeting-2015-07-17-aaa43c44c8a8d55396ecee52cd710394611d7702","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-17 - Cabinet of Commissioner Elżbieta Bieńkowska x The EMEA Satellite Operators' Assocation"],"date":["2015-07-17"],"summary":["Introductory meeting"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["ec-person-685ecf13dd26cd515c961e24ba71049af2302c5e","eu-tr-93226026703-84"]}} -{"id":"ec-meeting-2015-07-17-ac5f85e2e0c08957f28e0c0c27a00131736be476","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-17 - Cabinet of Commissioner Phil Hogan x European farmers"],"date":["2015-07-17"],"summary":["Introduction of new chairman and economic situation of the sheep sector"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-400dd8d59d3060187d9b9b143d697da1a3d03c12","eu-tr-44856881231-49"]}} -{"id":"ec-meeting-2015-07-17-ad59487d45e0ce1e123e1131d128a68a120be56c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-17 - Cabinet of Commissioner Christos Stylianides x International Rescue Committee Inc"],"date":["2015-07-17"],"summary":["IRC report on humanitarian situation in RCA"],"notes":["Portfolio: Humanitarian Aid & Crisis Management"],"location":["Bruxelles"],"address":["Bruxelles"],"addressEntity":["addr-b58f5927b66d94a676970dc048485d4c6848f272"],"organizer":["ec-cabinet-christos-commissioner-of-stylianides"],"involved":["ec-person-de605a3492bf8716a72a814958f304a939e828b3","eu-tr-66790095679-26"]}} -{"id":"ec-meeting-2015-07-17-af179597ccec9ab064f184f57d982b931562fd7f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-17 - Cabinet of Vice-President Valdis Dombrovskis x Association for Financial Markets in Europe"],"date":["2015-07-17"],"summary":["Capital Markets Union"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-65110063986-76","ec-person-3f9ca71b74344417d1f072ba7f3e2f09a223b036"]}} -{"id":"ec-meeting-2015-07-17-b1b66e2c89941341ebe6cd54b236b7b347acda13","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-17 - Cabinet of Vice-President Maroš Šefčovič x Trafigura Group Pte."],"date":["2015-07-17"],"summary":["Presentation of Trafigura"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-955315115949-73","ec-person-3bf48630444ace93d407e52eb880e64d480f75ce"]}} -{"id":"ec-meeting-2015-07-17-c453b214043a90f73df8ee6263b674a0e5546015","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-17 - Cabinet of Commissioner Jonathan Hill x Moody's Shared Services UK Ltd."],"date":["2015-07-17"],"summary":["Financial Services Policy"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["London"],"address":["London"],"addressEntity":["addr-4c57f0c88d9844630327623633ce269cf826ab99"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["eu-tr-55916968748-36","ec-person-f247edfcff54d4f26fc10769f809c92bc72d6797"]}} -{"id":"ec-meeting-2015-07-17-c602b6363b1488011e1060d193a6cf36584f331a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-17 - Cabinet of Commissioner Carlos Moedas x SwissCore, Contact Office for European Research, Innovation and Education"],"date":["2015-07-17"],"summary":["EFSI"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-b8d49828915f9008e764a78796d47ea00807a658","eu-tr-94320538514-40"]}} -{"id":"ec-meeting-2015-07-17-caf617fc18af936b1dc759dc25d28e941b42c0c7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-17 - Cabinet of Vice-President Miguel Arias Cañete x European Alliance to Save Energy"],"date":["2015-07-17"],"summary":["Energy efficiency"],"notes":["Portfolio: Climate Action & Energy"],"location":["Madrid, Spain"],"address":["Madrid, Spain"],"addressEntity":["addr-f2c4f2ef1ea88618aa1533f69b0d18fc1125a9d2"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-37816636575-51","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd","ec-person-2229c857664a22dcb8eee79a8c05841fd3d0924f"]}} -{"id":"ec-meeting-2015-07-17-cc01cee163e032b99214936b6ffa9580c96bfb36","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-17 - Communications Networks, Content and Technology x European Round Table for Industry"],"date":["2015-07-17"],"summary":["DSM/Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["ec-person-3d379ff88d704acbd3444fdd59765df1225d4f9b","eu-tr-25487567824-45"]}} -{"id":"ec-meeting-2015-07-17-d01beea5df350a6d571a1663753631fde06f7f90","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-17 - Energy x Trafigura Group Pte."],"date":["2015-07-17"],"summary":["Oil market"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-955315115949-73","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2015-07-17-da6db9ff54581ddf0e58d744c3d13f357113cf6b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-17 - Cabinet of Commissioner Phil Hogan x spiritsEUROPE Associação das Empresas de Vinho do Porto"],"date":["2015-07-17"],"summary":["Position of spiritsEUROPE and AEVP on the future EU Trade Strategy"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-94320401142-27","ec-person-c9d17d5879383b030f61a4066848249fb35d57e4","eu-tr-64926487056-58"]}} -{"id":"ec-meeting-2015-07-17-f59b5a5720e38a4949c45ad234f04c2e79c9ec9d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-17 - Cabinet of Commissioner Phil Hogan x Fertilizers Europe"],"date":["2015-07-17"],"summary":["1/ ETS and the consequences for the fertilizer industry, Fertilizer production is very energy intensive due to the use of natural gas as feedstock and the heating requirements. ETS (benchmarks and correction factors) is therefore a key concern for the fertilizer industry, and especially for the production of ammonia. The Commission services have clearly marked the fertilizer industry as the industry most exposed to carbon leakage. 2/2.\tClimate change mitigation in agriculture and the contribution of the fertilizer sector, Fertilizers are an important part of GHG calculations in agriculture. Intensification means that more CO2 will be taken up by the plants. Using the right fertilizer and the right techniques can lower emissions. Fertilizers Europe are involved in several activities to promote better use of fertilizers, and we cooperate with DG AGRI on some of these activities."],"notes":["Portfolio: Agriculture & Rural Development"],"location":["BERL 08/318"],"address":["BERL 08/318"],"addressEntity":["addr-9e7a54bf1352143376eb5ec896985192229da490"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-80788715017-29","ec-person-7d3caa534e5cdda6d5b949bd4b2def39356e3bec"]}} -{"id":"ec-meeting-2015-07-20-107d47c14f72112a1551fd6ed66b4ae52885da2b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-20 - Communications Networks, Content and Technology x Digital Leadership Institute"],"date":["2015-07-20"],"summary":["STEM and gender"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-448028717932-02","ec-person-3d379ff88d704acbd3444fdd59765df1225d4f9b"]}} -{"id":"ec-meeting-2015-07-20-2331fab570ce6d59b38e5cebf41f1be1bc0a5d27","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-20 - Günther Oettinger x INSTITUT NATIONAL DE L'AUDIOVISUEL"],"date":["2015-07-20"],"summary":["DSM"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-211212818212-77","ec-person-49723482bb23d029cbfc010cb37eec7392a0ae02"]}} -{"id":"ec-meeting-2015-07-20-3971a6eeaa440756887b694c7c548ba82093efe2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-20 - Günther Oettinger x Sennheiser electronic"],"date":["2015-07-20"],"summary":["Spectrum policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-c6cae64cc7dc787b66a47ab1613d3e922875b971","eu-tr-964686317955-51"]}} -{"id":"ec-meeting-2015-07-20-6025b860b5cee43132447402da0d80eeb86a96c0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-20 - Cabinet of Vice-President Valdis Dombrovskis x Amerikas Tirdzniecības Palāta Latvija"],"date":["2015-07-20"],"summary":["Deepening of the EMU and current challenges"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Riga, Latvia"],"address":["Riga, Latvia"],"addressEntity":["addr-bf0e861284be594b43d9cafc2ef34b002b221dda"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-317426418192-21","ec-person-b2d41137decbf33bc8076a41bfe11b68d501a7a0","ec-person-a9eda2e8ea54b70a968327672c6cada679d3cd56"]}} -{"id":"ec-meeting-2015-07-20-715e7fb10c02af12779cd71319a7464b44835443","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-20 - Communications Networks, Content and Technology x Magdalene Rosenmoller"],"date":["2015-07-20"],"summary":["Health and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-655573518229-07","ec-person-3d379ff88d704acbd3444fdd59765df1225d4f9b"]}} -{"id":"ec-meeting-2015-07-20-8ddf78d4359e3e539e0885f4a47513bb91a389cc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-20 - Cabinet of Vice-President Andrus Ansip x European Round Table for Industry"],"date":["2015-07-20"],"summary":["Digital Single Market, data economy"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-5db7bdd1c81da2e70eb5b982097d0004111b5c3e","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45","eu-tr-25487567824-45","ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0"]}} -{"id":"ec-meeting-2015-07-20-96c92d3aaee7d06e2fdfab52f6231199a70b8dc8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-20 - Günther Oettinger x FTTH Council Europe ASBL"],"date":["2015-07-20"],"summary":["Telecommunication Policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-c6cae64cc7dc787b66a47ab1613d3e922875b971","eu-tr-09838612482-61"]}} -{"id":"ec-meeting-2015-07-20-b768061a56ee85aa4b0c3308ffd9488547f01279","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-20 - Cabinet of Commissioner Carlos Moedas x European Round Table for Industry"],"date":["2015-07-20"],"summary":["Digital Single Market/Data flow"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-23980b2bc4fd9c82051d0f7888dc236b2f764866","eu-tr-25487567824-45"]}} -{"id":"ec-meeting-2015-07-20-d936112864f45882f0b16428e79b3c8200d6dc9b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-20 - Cabinet of Commissioner Marianne Thyssen x EUROPEAN TRADE UNION CONFEDERATION"],"date":["2015-07-20"],"summary":["Social dialogue"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["ec-person-e93189002a993321fd1af93481b271c766b1aff8","eu-tr-06698681039-26"]}} -{"id":"ec-meeting-2015-07-20-da359971777b2af4143499a267a3857afa156df8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-20 - Cabinet of Commissioner Elżbieta Bieńkowska x IFPI Representing recording industry worldwide"],"date":["2015-07-20"],"summary":["role des plateformes numériques"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-60394321918-91","ec-person-685ecf13dd26cd515c961e24ba71049af2302c5e"]}} -{"id":"ec-meeting-2015-07-22-0036dd1a0e639827a3811ff7753114f269249801","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-22 - Cabinet of Vice-President Maroš Šefčovič x Bureau Européen des Unions de Consommateurs"],"date":["2015-07-22"],"summary":["BEUC's views on the Summer Package"],"notes":["Portfolio: Energy Union"],"location":["BERL, Berlaymont"],"address":["BERL, Berlaymont"],"addressEntity":["addr-4ded08335260cee60194d720f89c35e8b03ae096"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-9505781573-45","ec-person-1f95be23689cd4ed0a26fe2980f760ccf2d55c1e"]}} -{"id":"ec-meeting-2015-07-22-00d8b4d4ab70aa50877ad8ba647ce790e891da38","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-22 - Cabinet of Vice-President Cecilia Malmström x spiritsEUROPE"],"date":["2015-07-22"],"summary":["Exports of spirits to Colombia"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-64926487056-58","ec-person-98880f3f4206145e196013db9dd806a551c11e06"]}} -{"id":"ec-meeting-2015-07-22-02fa8b2add30b7034c86eab34c5dc13d0d2e30cb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-22 - Günther Oettinger x Microsoft Corporation"],"date":["2015-07-22"],"summary":["European Interoperability Framework"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-0801162959-21","ec-person-4cd59e13386e3b68ecb3611fcc579e0a0a3938a5"]}} -{"id":"ec-meeting-2015-07-22-0dd5bc13db787c57e3bcc4a098a61815e45e934e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-22 - Günther Oettinger x Liberty Global Corporate B.V."],"date":["2015-07-22"],"summary":["Telecommunication Policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-82853397708-89","ec-person-c6cae64cc7dc787b66a47ab1613d3e922875b971"]}} -{"id":"ec-meeting-2015-07-22-0f8485a624dc584e3b9f46a150f9c3c23a77f88e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-22 - Cabinet of Vice-President Andrus Ansip x Liberty Global Corporate B.V."],"date":["2015-07-22"],"summary":["Telecom, copyright"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-82853397708-89","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45"]}} -{"id":"ec-meeting-2015-07-22-117b8233dd6a8711642dc3eea5a4a291ff052e8a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-22 - Cabinet of Vice-President Miguel Arias Cañete x BP p.l.c."],"date":["2015-07-22"],"summary":["EU Environmental Policy"],"notes":["Portfolio: Climate Action & Energy"],"location":["BERL 8th floor"],"address":["BERL 8th floor"],"addressEntity":["addr-0d10356a528121d24c2f124c205c4b665f845946"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-3394026642-58","ec-person-1831691c10441c5974327bbeb8693d6b6c1e50c3"]}} -{"id":"ec-meeting-2015-07-22-241d8d68da9eb6f7a9c129fed25ce8e6c89acd38","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-22 - Cabinet of Commissioner Jonathan Hill x Intesa Sanpaolo"],"date":["2015-07-22"],"summary":["Financial Services Policy"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["eu-tr-24037141789-48","ec-person-f247edfcff54d4f26fc10769f809c92bc72d6797"]}} -{"id":"ec-meeting-2015-07-22-2622060328987562a41e60d5c80f7af8ceab5185","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-22 - Energy x Bureau Européen des Unions de Consommateurs"],"date":["2015-07-22"],"summary":["Consumer policy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-9505781573-45","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2015-07-22-30cd4d2f3a9895c72ca3d24140aa742c1be51345","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-22 - Regional and Urban Policy x Bureau Européen des Unions de Consommateurs"],"date":["2015-07-22"],"summary":["Consumer policy including relation with cohesion policy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-regio"],"involved":["ec-person-561bcbd5c6b600d9145bf167136689b2c77460a7","eu-tr-9505781573-45"]}} -{"id":"ec-meeting-2015-07-22-478bef5eece3989f8b16898395c433cd527aa84e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-22 - Cabinet of Commissioner Tibor Navracsics x Union of European Football Associations"],"date":["2015-07-22"],"summary":["Third party ownership, Digital single market"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-49f31dad10f5641cb1d1e4c3107dd838389e8120","eu-tr-39217046408-27"]}} -{"id":"ec-meeting-2015-07-22-4ae1255221aa9b3928007a1c1de07363aeaa92fa","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-22 - Cabinet of President Jean-Claude Juncker x Wilfried Martens Centre for European Studies"],"date":["2015-07-22"],"summary":["Speech : \"State of the Union\""],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-865557816122-74","ec-person-80c6995ad1cd6aefa72f1bf440b17b6d8c6dd4b8"]}} -{"id":"ec-meeting-2015-07-22-7920052175493af05a2d9b3e8e017e48528c7ef5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-22 - Cabinet of President Jean-Claude Juncker x Liberty Global Corporate B.V."],"date":["2015-07-22"],"summary":["Digital Single Market"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-82853397708-89","ec-person-44a061693f35519551be0e3dab996e76ad3f8c7c"]}} -{"id":"ec-meeting-2015-07-22-8f50d574c29aaaeabdb6a62b29e4288422eb861c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-22 - Cabinet of Commissioner Violeta Bulc x Ryanair Holdings"],"date":["2015-07-22"],"summary":["Meeting Ryanair CEO Michael O'Leary"],"notes":["Portfolio: Transport"],"location":["Brussels, Belguim"],"address":["Brussels, Belguim"],"addressEntity":["addr-84b5e5f38d43901e13b15f0c7dd8b408c954fd9b"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-9d4dc4867a44dfe10f67ae7ee1706da3e8b48a24","ec-person-4d2b449b5047ea3fda435a2a1c1081e3babcdf76","ec-person-5012c5e45a52ee8ce67d19c1781a127af53e73e7","eu-tr-002977215945-85"]}} -{"id":"ec-meeting-2015-07-22-9e6c9226a1bb08f9ffe94426569e2af7378be86e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-22 - Cabinet of Vice-President Maroš Šefčovič x NATURGY ENERGY GROUP"],"date":["2015-07-22"],"summary":["Energy Union"],"notes":["Portfolio: Energy Union"],"location":["BERL, Brussels"],"address":["BERL, Brussels"],"addressEntity":["addr-c1b89a719fb4c3b86c91ae01524d04183caeb9e6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-67833029261-54","ec-person-af83ed49c403cb9d7ebfecca7893f0054c1f4be5"]}} -{"id":"ec-meeting-2015-07-22-a216385148ba4aa314e1e8f38d0f7c690a857ee2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-22 - Cabinet of Commissioner Phil Hogan x Bureau Européen de l'Agriculture Française"],"date":["2015-07-22"],"summary":["•\tlatest developments in the milk sector and the urgency of the situation"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["BERL 08/304"],"address":["BERL 08/304"],"addressEntity":["addr-aff09a6f822af9a7e96260c390a7e7bd5d64be8b"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-23921286363-39","ec-person-428cf365f3847d04012831ef2642a1a69aed518d"]}} -{"id":"ec-meeting-2015-07-22-b6597f38b72df04f860efccdb2c43a80f25eaea9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-22 - Cabinet of President Jean-Claude Juncker x Union of European Football Associations"],"date":["2015-07-22"],"summary":["Digital Single Market"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-44a061693f35519551be0e3dab996e76ad3f8c7c","eu-tr-39217046408-27"]}} -{"id":"ec-meeting-2015-07-22-bbfa317eb7eaa39947e11778378e14489271f240","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-22 - Günther Oettinger x Union of European Football Associations"],"date":["2015-07-22"],"summary":["DSM"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-39217046408-27","ec-person-49723482bb23d029cbfc010cb37eec7392a0ae02"]}} -{"id":"ec-meeting-2015-07-22-c52e4f6cdcf7488a82153168a43a4f71d42fec58","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-22 - Cabinet of Vice-President Miguel Arias Cañete x NATURGY ENERGY GROUP"],"date":["2015-07-22"],"summary":["Energy Union"],"notes":["Portfolio: Climate Action & Energy"],"location":["BERL 8th floor N° 165"],"address":["BERL 8th floor N° 165"],"addressEntity":["addr-c3e137e26b6b15fb97a1268d5136ad13ce918856"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-1831691c10441c5974327bbeb8693d6b6c1e50c3","eu-tr-67833029261-54"]}} -{"id":"ec-meeting-2015-07-22-d88c110351e3c3a1caa6dd32e3948f161c4de92d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-22 - Cabinet of High Representative / Vice-President Federica Mogherini x Human Rights Watch"],"date":["2015-07-22"],"summary":["Human rights"],"notes":["Portfolio: Foreign Affairs and Security Policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"involved":["ec-person-efed7cdce9c9bb64dca7aedb11d12aaed5efb809","eu-tr-56362448807-46"]}} -{"id":"ec-meeting-2015-07-22-e0bea8e1e35ece65de5a2734945916327766a3df","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-22 - Cabinet of Commissioner Phil Hogan x WindEurope"],"date":["2015-07-22"],"summary":["legislative proposal for the revision of the ETS Directive; Energy Union governance"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["BERL 08/318"],"address":["BERL 08/318"],"addressEntity":["addr-9e7a54bf1352143376eb5ec896985192229da490"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-19920706471-21","ec-person-7d3caa534e5cdda6d5b949bd4b2def39356e3bec"]}} -{"id":"ec-meeting-2015-07-22-e70cd7645e40689fbe080780dd861703ec5b93aa","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-22 - Cabinet of President Jean-Claude Juncker x NATURGY ENERGY GROUP"],"date":["2015-07-22"],"summary":["Energy Union"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-b1bf9aa5fb7e886441ff341b657cc482b64a2a3e","eu-tr-67833029261-54"]}} -{"id":"ec-meeting-2015-07-22-e89aa4255f1d945c4d2f575257bed683afe26f26","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-22 - Cabinet of Vice-President Cecilia Malmström x Unione Nazionale Industria Conciaria"],"date":["2015-07-22"],"summary":["Hides and skins sector in world trade"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-444268914663-08","ec-person-98880f3f4206145e196013db9dd806a551c11e06"]}} -{"id":"ec-meeting-2015-07-22-f0f425302ec96feba0e37bf1f448fd93dcebe9f7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-22 - Cabinet of Commissioner Jonathan Hill x Gesamtverband der Deutschen Versicherungswirtschaft e.V."],"date":["2015-07-22"],"summary":["Solvency II, Capital Markets Union, Insurance Distribution Directive"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["eu-tr-6437280268-55","ec-person-890015b0d769ee93a09119846b414d4aae7c64ae"]}} -{"id":"ec-meeting-2015-07-22-f463094fea3846b24e67fde3b3889eaf5250d02a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-22 - Cabinet of Vice-President Valdis Dombrovskis x Association Luxembourgeoise des Fonds d'Investissement"],"date":["2015-07-22"],"summary":["Capital Markets Union/Undertakings for the collective investment in transferable securities"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-6182372280-83","ec-person-3f9ca71b74344417d1f072ba7f3e2f09a223b036"]}} -{"id":"ec-meeting-2015-07-23-001c328b00c92e107bfbb20f62ace38955e16bf1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-23 - Cabinet of Commissioner Phil Hogan x Association technique d'harmonisation Dairy UK"],"date":["2015-07-23"],"summary":["Position of Dairy UK, Eurex (part of ATH) on future of milk policy"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-62759364692-40","ec-person-400dd8d59d3060187d9b9b143d697da1a3d03c12","eu-tr-776259317589-13"]}} -{"id":"ec-meeting-2015-07-23-126e93dc588e8de555a58159a8604cb59285ba98","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-23 - Cabinet of Commissioner Jonathan Hill x Associazione Bancaria Italiana"],"date":["2015-07-23"],"summary":["Situation of the banking sector and the economy in Italy in general"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Belgium, Brussels, BERL"],"address":["Belgium, Brussels, BERL"],"addressEntity":["addr-afebf85a436897fe5234b2ac0d00a1ddc4c9dd27"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["ec-person-5fdb62e20cecef81f87f94d3d1bcdd3b47b26af0","eu-tr-915519211566-03"]}} -{"id":"ec-meeting-2015-07-23-164fa2a4e012c99a2d15ab065263c688a5d506e2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-23 - Cabinet of Vice-President Neven Mimica x Front Line Defenders - The International Foundation for the Protection of Human Rights Defenders"],"date":["2015-07-23"],"summary":["Presenting the organisation and its work; exchange of views on issues related to the EU human rights defenders mechanism and EIDHR programming"],"notes":["Portfolio: International Cooperation & Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-mimica-neven-of-president-vice"],"involved":["ec-person-b187f3955c71d2e1daa48e02fd0a09ab7c6f6098","eu-tr-0401897779-87"]}} -{"id":"ec-meeting-2015-07-23-2303e318fd0ecd82830ad30d365d3fba61e7bf56","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-23 - Cabinet of Vice-President Valdis Dombrovskis x Association Française des Entreprises Privées / French Association of Large Companies"],"date":["2015-07-23"],"summary":["Corporate taxation: Commission Action Plan, CBCR, BEPS; Situation of public finances and reforms in France; Euro and Eurozone issues"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["European Commission –Brussels (Berlaymont)"],"address":["European Commission –Brussels (Berlaymont)"],"addressEntity":["addr-34950b13028a172978feee09b07604284a20a878"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-953933297-85","ec-person-48f31156d932641826e09f5b73f074d35ff05786","ec-person-b2d41137decbf33bc8076a41bfe11b68d501a7a0","ec-person-a9eda2e8ea54b70a968327672c6cada679d3cd56"]}} -{"id":"ec-meeting-2015-07-23-342a953c71e69f8cbe519757441db5ce23c60312","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-23 - Cabinet of Commissioner Věra Jourová x Stichting ERGO Network"],"date":["2015-07-23"],"summary":["Roma issues"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-5455ecfabb89025694c798deac08160a2be17d94","ec-person-a608b85b2ffef83f883b5a2330b6232efa1b7141","eu-tr-587174614073-09"]}} -{"id":"ec-meeting-2015-07-23-34ecb7bda330323e4824f89945cb116f320986b2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-23 - Cabinet of Vice-President Cecilia Malmström x ArcelorMittal thyssenkrupp AG The European Steel Association"],"date":["2015-07-23"],"summary":["Anti-dumping case"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-20ded9db5df11164331bb161fdf234b1e5ad53fd","eu-tr-23527541824-60","eu-tr-93038071152-83","eu-tr-721647010823-15"]}} -{"id":"ec-meeting-2015-07-23-3ae9140016348f2b68f6f03222848a3ef3d223b9","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2015-07-23 - Günther Oettinger x Butler Business & Media LLC dba Music Confidential Butler Business & Media LLC dba Music Confidential"],"date":["2015-07-23"],"summary":["copyright and digital agenda"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-4cd59e13386e3b68ecb3611fcc579e0a0a3938a5","eu-tr-094353118008-30","ec-person-49723482bb23d029cbfc010cb37eec7392a0ae02"]}} -{"id":"ec-meeting-2015-07-23-5c65568346cd437b3fe4ddc31825ca57716a5c8b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-23 - Cabinet of Commissioner Jonathan Hill x Finance Watch"],"date":["2015-07-23"],"summary":["Non-bank resolution and Capital Markets Union"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["ec-person-341f30cfe9dff9d73b83fe8d9e88d7383d6910d3","eu-tr-37943526882-24"]}} -{"id":"ec-meeting-2015-07-23-5fe0e91582c5198e9a799cdf05f4b314d50b6081","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-23 - Cabinet of Commissioner Elżbieta Bieńkowska x International Fragrance Association"],"date":["2015-07-23"],"summary":["Fragrance industry"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-14130436110-87","ec-person-3d55409fa049ff6b397a9afc2fcc21bc7c409f0d"]}} -{"id":"ec-meeting-2015-07-23-626088eeca09e555fa400f1224c2432cfbd06aa1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-23 - Cabinet of Vice-President Miguel Arias Cañete x BDEW Bundesverband der Energie- und Wasserwirtschaft e. V."],"date":["2015-07-23"],"summary":["Market Design"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-20457441380-38","ec-person-1831691c10441c5974327bbeb8693d6b6c1e50c3"]}} -{"id":"ec-meeting-2015-07-23-924f9fefb6bfdd729d6442a4334c16f4a94049bd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-23 - Cabinet of Vice-President Miguel Arias Cañete x European Tyre & Rubber Manufacturers' Association"],"date":["2015-07-23"],"summary":["Energy Union"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-6025320863-10","ec-person-25a937c04cd0a0ddcf5cf34798e76b5105854114"]}} -{"id":"ec-meeting-2015-07-23-98a494782f92b5d762ea6a0b4e93f5bc63b1da6d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-23 - Günther Oettinger x Cellnex Telecom S.A."],"date":["2015-07-23"],"summary":["DSM"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-412366615831-33","ec-person-c6cae64cc7dc787b66a47ab1613d3e922875b971"]}} -{"id":"ec-meeting-2015-07-23-9cf8e9eb0e7e2280fb21739158673ba07111091c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-23 - Cabinet of Vice-President Maroš Šefčovič x European Chemical Industry Council"],"date":["2015-07-23"],"summary":["Cefic views on summer package"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-2be517b9261a91f2f07e05ec14c6331980e9716e","eu-tr-64879142323-90"]}} -{"id":"ec-meeting-2015-07-23-b45f61e6d8db8a8634fef26258a9abab0aa395d9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-23 - Cabinet of Commissioner Dimitris Avramopoulos x Transparency International"],"date":["2015-07-23"],"summary":["Corruption"],"notes":["Portfolio: Migration, Home Affairs and Citizenship"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-avramopoulos-cabinet-commissioner-dimitris-of"],"involved":["ec-person-e786479f71eb21bc0a291dd644b61d86e09beb13","ec-person-229d2bf1ea42d1e015ab64e3d14ec20de2a94a79","eu-tr-501222919-71"]}} -{"id":"ec-meeting-2015-07-23-e22e4c067e8a9fe814b84d0b3472f05db3a8fdde","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-23 - Cabinet of Commissioner Violeta Bulc x Airports Council International - European Region"],"date":["2015-07-23"],"summary":["Aviation"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-5012c5e45a52ee8ce67d19c1781a127af53e73e7","eu-tr-42566063487-73"]}} -{"id":"ec-meeting-2015-07-23-f0d7f5c40f0e8d86a2773a2d342f902589f799fd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-23 - Cabinet of Commissioner Věra Jourová x Amnesty International Limited"],"date":["2015-07-23"],"summary":["Infringment cases"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-5455ecfabb89025694c798deac08160a2be17d94","eu-tr-11063928073-34"]}} -{"id":"ec-meeting-2015-07-24-0a3cacf022cb9b5d6491ac8496a9d750dab90b6e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-24 - Cabinet of Vice-President Miguel Arias Cañete x E.ON SE"],"date":["2015-07-24"],"summary":["Market Design"],"notes":["Portfolio: Climate Action & Energy"],"location":["BERL 8th floor"],"address":["BERL 8th floor"],"addressEntity":["addr-0d10356a528121d24c2f124c205c4b665f845946"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-1831691c10441c5974327bbeb8693d6b6c1e50c3","eu-tr-72760517350-57"]}} -{"id":"ec-meeting-2015-07-24-215cbd036bc475cdaeb58550bfc99dada027192e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-24 - Cabinet of Vice-President Cecilia Malmström x SYNTHOS Spółka Akcyjna"],"date":["2015-07-24"],"summary":["Anti-dumping case"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-169178518197-11","ec-person-20ded9db5df11164331bb161fdf234b1e5ad53fd"]}} -{"id":"ec-meeting-2015-07-24-7213abd606db9c974dc6fd8bffee1263c89d551b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-24 - Cabinet of Commissioner Corina Crețu x ADIMO sprl / Every European Digital"],"date":["2015-07-24"],"summary":["Rural Poland"],"notes":["Portfolio: Regional Policy"],"location":["Berlaymont, Brussels, Belgium"],"address":["Berlaymont, Brussels, Belgium"],"addressEntity":["addr-0b7010ac7abf438645eacd50af3009b1252cd7a6"],"organizer":["ec-cabinet-commissioner-corina-cretu-of"],"involved":["eu-tr-895052315422-75","ec-person-c9d4945f28454cc49c4ea188c82e64b0dac3bd73"]}} -{"id":"ec-meeting-2015-07-24-8207a9c83fcdadee0de1da765ce26f8980b94e49","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-24 - Günther Oettinger x Telefonica, S.A."],"date":["2015-07-24"],"summary":["DSM"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-52431421-12","ec-person-c6cae64cc7dc787b66a47ab1613d3e922875b971"]}} -{"id":"ec-meeting-2015-07-24-b3c0d08af264425c8a664e768c538008aa07dfcd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-24 - Cabinet of Commissioner Věra Jourová x Women's Entrepreneurship Academy"],"date":["2015-07-24"],"summary":["Gender equality"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["eu-tr-605022418187-15","ec-person-a608b85b2ffef83f883b5a2330b6232efa1b7141","ec-person-5455ecfabb89025694c798deac08160a2be17d94"]}} -{"id":"ec-meeting-2015-07-24-f86258b45677c6b39f92a251a237476cbb4e7bf2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-24 - Cabinet of Vice-President Andrus Ansip x Seznam.cz, a.s."],"date":["2015-07-24"],"summary":["E-commerce, platforms"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-202560512850-84","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45"]}} -{"id":"ec-meeting-2015-07-24-fd5604ced5621e0581ce115005e8532369eed3ca","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-24 - Directorate-General for International Partnerships x Ordem dos Psicólogos Portugueses"],"date":["2015-07-24"],"summary":["Meeting with Mr Telmo Mournho Baptista - introduction of the association to DG DEVCO in the context of international cooperation and development and possible future collaboration"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-intpa"],"involved":["ec-person-ad00e7dd980bb2a40a95c65a87f8760494546865","eu-tr-817496917436-92"]}} -{"id":"ec-meeting-2015-07-27-1ee43c694131ab4ea2aa8d3def45da855be3f009","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-27 - Communications Networks, Content and Technology x DIGITALEUROPE"],"date":["2015-07-27"],"summary":["DSM and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-64270747023-20","ec-person-3d379ff88d704acbd3444fdd59765df1225d4f9b"]}} -{"id":"ec-meeting-2015-07-27-45b5e69ee5f9c3a63f9f16acd977030d88acd4fb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-27 - Cabinet of First Vice-President Frans Timmermans x International Union for Conservation of Nature EU Representative Office"],"date":["2015-07-27"],"summary":["Sustainable development"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["ec-person-7a0c440119cd5d547eceebb055c79b8bb41bf9a2","eu-tr-03518238467-61"]}} -{"id":"ec-meeting-2015-07-27-69daecc6583221996b0d0804f2b01be9bd906652","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-27 - Cabinet of Vice-President Valdis Dombrovskis x Cerame-Unie"],"date":["2015-07-27"],"summary":["ETS Review"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["European Commission, Brussels, Belgium"],"address":["European Commission, Brussels, Belgium"],"addressEntity":["addr-fa23ba76578f641c8aa38c39109cfc9a80b30bec"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-b2d41137decbf33bc8076a41bfe11b68d501a7a0","eu-tr-79465004946-12"]}} -{"id":"ec-meeting-2015-07-27-a940d4551c68ef2221a397f8d342301710cda9a8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-27 - Cabinet of Commissioner Elżbieta Bieńkowska x Stowarzyszenie Autorów ZAiKS"],"date":["2015-07-27"],"summary":["Digital Single Market , Transfer of value, Compensation for the creators for private copying, Culture as a source of economic growth for the EU"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["BERL 09/346"],"address":["BERL 09/346"],"addressEntity":["addr-8af45a738b8c225d6a0447816be0e2ccb4a88c4a"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["ec-person-d2997a7f359c91a337055c3e24dd36bf928de38d","eu-tr-263963514962-66","ec-person-95a769a1850d7d595f9a5853c51dcbdd3ddd69fb","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2015-07-27-ae3ef0a05673b4827d94e606700fb2086fededa1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-27 - Cabinet of Commissioner Elżbieta Bieńkowska x European Chemical Industry Council"],"date":["2015-07-27"],"summary":["Competitiveness, TTIP Chemicals, Better Regulation Package"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["BERL 09/346"],"address":["BERL 09/346"],"addressEntity":["addr-8af45a738b8c225d6a0447816be0e2ccb4a88c4a"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-64879142323-90","ec-person-d2997a7f359c91a337055c3e24dd36bf928de38d","ec-person-95a769a1850d7d595f9a5853c51dcbdd3ddd69fb","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2015-07-27-b7d3cf1bfc7e0b74ede52507e022985b67fadb1a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-27 - Migration and Home Affairs x Migration Policy Institute Europe"],"date":["2015-07-27"],"summary":["Discussion on Developments in Migration Policy and Outcomes of the Transatlantic Council"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-home"],"involved":["ec-person-ae1262e8850ed1e9a0530b0ad7440ac648255896","eu-tr-643139016047-27"]}} -{"id":"ec-meeting-2015-07-28-30d3e151a2f008dd8ce14e7df1bd899b7c71c3ce","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-28 - Cabinet of Vice-President Jyrki Katainen x EUROCHAMBRES – Association of European Chambers of Commerce and Industry"],"date":["2015-07-28"],"summary":["Economic Diplomacy"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-7c9460f99c5872dbdc561f5752401c870d12e98b","eu-tr-0014082722-83"]}} -{"id":"ec-meeting-2015-07-28-40510321852e05791200e9231943e4517907d025","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-28 - Cabinet of Commissioner Pierre Moscovici x European Newspaper Publishers' Association"],"date":["2015-07-28"],"summary":["TVA et presse en ligne"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["eu-tr-5950962136-12","ec-person-738f7f25002d191bd2df8936e8f8d1d726c19e2e"]}} -{"id":"ec-meeting-2015-07-28-478bef5eece3989f8b16898395c433cd527aa84e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-28 - Cabinet of Commissioner Tibor Navracsics x Union of European Football Associations"],"date":["2015-07-28"],"summary":["Digital single market and sports broadcasting"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-49f31dad10f5641cb1d1e4c3107dd838389e8120","eu-tr-39217046408-27"]}} -{"id":"ec-meeting-2015-07-28-5c264a7c58d36c33f48978d6eee25eb564e7bd79","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-28 - Cabinet of Commissioner Phil Hogan x Dairy UK"],"date":["2015-07-28"],"summary":["Follow up to meeting on 6/7/2015 : Situation of the UK Dairy industry"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-400dd8d59d3060187d9b9b143d697da1a3d03c12","eu-tr-776259317589-13"]}} -{"id":"ec-meeting-2015-07-28-61130c35a9067fbfe48ffd751900d386cdd28e10","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-28 - Communications Networks, Content and Technology x FIPRA International SRL"],"date":["2015-07-28"],"summary":["DSM and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-58746194306-23","ec-person-3d379ff88d704acbd3444fdd59765df1225d4f9b"]}} -{"id":"ec-meeting-2015-07-28-64e176def429a4d00806fa177302954512128be9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-28 - Cabinet of Commissioner Elżbieta Bieńkowska x FuelsEurope"],"date":["2015-07-28"],"summary":["Energy Union, ETS revision"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["BERL 09/346"],"address":["BERL 09/346"],"addressEntity":["addr-8af45a738b8c225d6a0447816be0e2ccb4a88c4a"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-26207914726-42","ec-person-95a769a1850d7d595f9a5853c51dcbdd3ddd69fb","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2015-07-28-7c6dbc8a2d0223e63e6c803e3d27ce39c3d6754e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-28 - Cabinet of Commissioner Vytenis Andriukaitis x Dairy UK"],"date":["2015-07-28"],"summary":["UK labelling scheme"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["eu-tr-776259317589-13","ec-person-d462b3c7daeee00ad55e380a7fb96819f79899df"]}} -{"id":"ec-meeting-2015-07-28-7dc3f5343525fcdde4a006c2a5d460c5131f96f1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-28 - Communications Networks, Content and Technology x ANILKUMAR DAVE"],"date":["2015-07-28"],"summary":["H2020"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["ec-person-3d379ff88d704acbd3444fdd59765df1225d4f9b","eu-tr-154813817842-50"]}} -{"id":"ec-meeting-2015-07-28-9ce8c97fed308aa35dc12751a2bc64593219d65b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-28 - Cabinet of First Vice-President Frans Timmermans x Ibec"],"date":["2015-07-28"],"summary":["Commission piorities; better regulation agenda."],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["ec-person-4076aef8226bd451277bfd5135aa27d63b2ac548","eu-tr-479468313744-50"]}} -{"id":"ec-meeting-2015-07-28-b8a0ddaadc3c9d15ecf5acb56115e8e84aaf0c74","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-28 - Cabinet of Commissioner Elżbieta Bieńkowska x Bureau Européen des Unions de Consommateurs"],"date":["2015-07-28"],"summary":["DSM, Better regulation, EU leg on med dev, Pricing & reimbursment med, TTIP"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["BERL 09/346"],"address":["BERL 09/346"],"addressEntity":["addr-8af45a738b8c225d6a0447816be0e2ccb4a88c4a"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-9505781573-45","ec-person-95a769a1850d7d595f9a5853c51dcbdd3ddd69fb","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2015-07-28-c9bd8432e2144431ab0db6e1ab157c67457b353d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-28 - Cabinet of Commissioner Elżbieta Bieńkowska x Zentralverband des Deutschen Handwerks e.V."],"date":["2015-07-28"],"summary":["how to strengthen the single market for SMEs"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["BERL 09/346"],"address":["BERL 09/346"],"addressEntity":["addr-8af45a738b8c225d6a0447816be0e2ccb4a88c4a"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-5189667783-94","ec-person-95a769a1850d7d595f9a5853c51dcbdd3ddd69fb","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2015-07-28-e9f65c6e2306037c724ba6678a9f964bb8765d0f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-28 - Cabinet of Vice-President Jyrki Katainen x European Small Volume Car Manufacturers Alliance"],"date":["2015-07-28"],"summary":["Fuel efficiency"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-26167587376-11","ec-person-7c9460f99c5872dbdc561f5752401c870d12e98b"]}} -{"id":"ec-meeting-2015-07-28-f9302a348d4606311b43ca6af2c33bc735c4d779","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-28 - Cabinet of Vice-President Andrus Ansip x Union of European Football Associations"],"date":["2015-07-28"],"summary":["Copyright"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-39217046408-27","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45"]}} -{"id":"ec-meeting-2015-07-29-62dc4dd23c9f3b3c2011ab0985317465ca7e8433","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-29 - Cabinet of Commissioner Jonathan Hill x JPMorgan Chase & Co."],"date":["2015-07-29"],"summary":["Non-bank recovery and resolution"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["ec-person-341f30cfe9dff9d73b83fe8d9e88d7383d6910d3","eu-tr-9171899949-17"]}} -{"id":"ec-meeting-2015-07-29-9ec5d972e7bf0608eade155bcdbc1d46882e50ec","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-29 - Cabinet of Commissioner Carlos Moedas x SIDUL AÇÚCARES, UNIPESSOAL, LDA."],"date":["2015-07-29"],"summary":["EU policies on sugar sector"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-07b66759c911240aaa2b917489884273c71fac90","eu-tr-686614515317-96"]}} -{"id":"ec-meeting-2015-07-29-dd50def734782821339619ffc3856b808b8a403b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-29 - Günther Oettinger x NXP Semiconductors Netherlands B.V."],"date":["2015-07-29"],"summary":["Visit of the Company"],"location":["Hamburg"],"address":["Hamburg"],"addressEntity":["addr-15527766ef412bc0ec499e208fb1195cb69b6c5b"],"organizer":["ec-dg-de"],"involved":["eu-tr-898711618618-45","ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0"]}} -{"id":"ec-meeting-2015-07-30-0db55ed0a7076d043a16b34cf91a2dcb2297bf51","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-30 - Cabinet of Vice-President Andrus Ansip x Springer Nature AG & Co. KGaA"],"date":["2015-07-30"],"summary":["Copyright"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-e91c5be432b6b3efdda369792fed67c20b767a45","eu-tr-391575415702-29"]}} -{"id":"ec-meeting-2015-07-30-1982d9d46fc32c487964046cb09d4afe180eaa81","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-30 - Günther Oettinger x Aerospace Industries Association"],"date":["2015-07-30"],"summary":["Industry 4.0"],"location":["Lindenberg"],"address":["Lindenberg"],"addressEntity":["addr-c958c13e8742553d725a0b2c52e7bccae2df7ef1"],"organizer":["ec-dg-de"],"involved":["ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0","eu-tr-643226912693-70"]}} -{"id":"ec-meeting-2015-07-30-2caeba4ac3b7cd7380a94fb6962a1c935ce4d56c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-30 - Cabinet of Commissioner Jonathan Hill x Wirtschaftskammer Österreich"],"date":["2015-07-30"],"summary":["Capital Markets Union"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Belgium, Brussels, BERL"],"address":["Belgium, Brussels, BERL"],"addressEntity":["addr-afebf85a436897fe5234b2ac0d00a1ddc4c9dd27"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["ec-person-5fdb62e20cecef81f87f94d3d1bcdd3b47b26af0","eu-tr-10405322962-08"]}} -{"id":"ec-meeting-2015-07-30-5a925258b70d073a6d326b68b6095c518207e49d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-07-30 - Cabinet of Vice-President Valdis Dombrovskis x Google"],"date":["2015-07-30"],"summary":["Digital Single Market"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["European Commission –Brussels (Berlaymont)"],"address":["European Commission –Brussels (Berlaymont)"],"addressEntity":["addr-34950b13028a172978feee09b07604284a20a878"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-1f98d05bdaed2c40396781b1eb7b0aa47cb8dd20","eu-tr-03181945560-59","ec-person-48f31156d932641826e09f5b73f074d35ff05786"]}} -{"id":"ec-meeting-2015-08-04-4ca48053f4083127bf116100f24ec8c5813f5b08","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-08-04 - Health and Food Safety x CropLife Europe"],"date":["2015-08-04"],"summary":["Organisation of an EU bee health workshop"],"location":["Brussels (BELGIUM)"],"address":["Brussels (BELGIUM)"],"addressEntity":["addr-25bd5ca85cdaa2e09cf8cb981983bc8a6b73b8ec"],"organizer":["ec-dg-sante"],"involved":["eu-tr-0711626572-26","ec-person-e6c752b8c9246ee8246c3dde21cfd79f9c4d2d19"]}} -{"id":"ec-meeting-2015-08-04-9cc4a35896e7df6cfffea8e8be358dfa87f41a02","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-08-04 - Health and Food Safety x Stichting Rewilding Europe"],"date":["2015-08-04"],"summary":["Horse grazing in Lika Plains, Croatia - Improvement of international veterinarian cooperation"],"location":["Brussels (BELGIUM)"],"address":["Brussels (BELGIUM)"],"addressEntity":["addr-25bd5ca85cdaa2e09cf8cb981983bc8a6b73b8ec"],"organizer":["ec-dg-sante"],"involved":["eu-tr-203835118406-89","ec-person-e6c752b8c9246ee8246c3dde21cfd79f9c4d2d19"]}} -{"id":"ec-meeting-2015-08-04-b0bba8aa8bad7b1644e9a445742a923402c25c9a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-08-04 - Health and Food Safety x DuPont de Nemours International SARL"],"date":["2015-08-04"],"summary":["GM products"],"location":["Brussels (BELGIUM)"],"address":["Brussels (BELGIUM)"],"addressEntity":["addr-25bd5ca85cdaa2e09cf8cb981983bc8a6b73b8ec"],"organizer":["ec-dg-sante"],"involved":["eu-tr-3181166932-58","ec-person-e6c752b8c9246ee8246c3dde21cfd79f9c4d2d19"]}} -{"id":"ec-meeting-2015-08-05-19818e09ee59869ee2a74df3b6ee0dd6cb459b45","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-08-05 - Cabinet of Vice-President Miguel Arias Cañete x Trans Adriatic Pipeline"],"date":["2015-08-05"],"summary":["Briefing about TAP's operations in Greece and exchange views on achieving progress going forward"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-62773e55e1985542cb18a2a89f2053f2f39146b1","eu-tr-570335813082-79"]}} -{"id":"ec-meeting-2015-08-06-d61ff6a48aab34f8ff94a5e116e3edc24b6de85a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-08-06 - Cabinet of Commissioner Christos Stylianides x Médecins Sans Frontières"],"date":["2015-08-06"],"summary":["Current humanitarian crises"],"notes":["Portfolio: Humanitarian Aid & Crisis Management"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-christos-commissioner-of-stylianides"],"involved":["eu-tr-38497857515-11","ec-person-6f08c893ea685f6d5f50c2c6e373f294e3616698"]}} -{"id":"ec-meeting-2015-08-11-eafe96bcf9efb9cbf76dfe60fcb84bcd25d5cf34","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-08-11 - Cabinet of Vice-President Cecilia Malmström x McDermott Will & Emery Belgium LLP Celanese Europe B.V."],"date":["2015-08-11"],"summary":["Anti-dumping proceeding on Acesulfame Potassium (Ace-K)"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-714208118291-61","eu-tr-136471418317-25","ec-person-591ec829ca734bcfe59a2c9c7f07f9dff22a0ea9"]}} -{"id":"ec-meeting-2015-08-13-02b982ffef18ba484d2dbebd70315b187bec8ce2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-08-13 - Cabinet of Commissioner Vytenis Andriukaitis x Fédération Européenne des Fabricants d'Aliments Composés"],"date":["2015-08-13"],"summary":["GMO, Feed Control: Safety and Hygiene, Minimisation of Waste"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-0dbfffeb0323f819c8d57164906086dd8639c437","eu-tr-77105321408-83"]}} -{"id":"ec-meeting-2015-08-13-a34dd8e80b84f8bb38ad59ea461713b50e647b2b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-08-13 - Cabinet of Commissioner Carlos Moedas x BUSINESSEUROPE"],"date":["2015-08-13"],"summary":["Innovation"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-b8d49828915f9008e764a78796d47ea00807a658","eu-tr-3978240953-79"]}} -{"id":"ec-meeting-2015-08-14-0e3f5a22e01dda29e88c386f305854c3bbb2f58f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-08-14 - Cabinet of Commissioner Elżbieta Bieńkowska x IBM Corporation DIGITALEUROPE"],"date":["2015-08-14"],"summary":["Digital Trade"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-7721359944-96","eu-tr-64270747023-20","ec-person-b2f9be51339f054477846797e2c119fcf16548fc"]}} -{"id":"ec-meeting-2015-08-16-3ae9c116efc1d90788dc2250ff7eaa329182afec","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-08-16 - Günther Oettinger x Bundesverband der Deutschen Industrie e.V."],"date":["2015-08-16"],"summary":["DSM"],"location":["Berlin"],"address":["Berlin"],"addressEntity":["addr-062b06ba8e755765c6b049809b7430fd54fe5b21"],"organizer":["ec-dg-de"],"involved":["eu-tr-1771817758-48","ec-person-c6cae64cc7dc787b66a47ab1613d3e922875b971"]}} -{"id":"ec-meeting-2015-08-17-a335998947affe90019a56d0449e9dac24e3b0d1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-08-17 - Cabinet of Vice-President Miguel Arias Cañete x Stichting Universal Smart Energy Framework"],"date":["2015-08-17"],"summary":["Electricity market design"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-95f883d5d0d484088f26191a8fea8553d674dfbe","ec-person-260e00934471a02805fb143935d6e9205a7f355f","eu-tr-742270318505-84","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd"]}} -{"id":"ec-meeting-2015-08-17-da05b7248845b68a4b5d684c11e237584cb98a83","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-08-17 - Günther Oettinger x Rocket Internet"],"date":["2015-08-17"],"summary":["DSM"],"location":["Berlin"],"address":["Berlin"],"addressEntity":["addr-062b06ba8e755765c6b049809b7430fd54fe5b21"],"organizer":["ec-dg-de"],"involved":["ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0","eu-tr-605767518407-75"]}} -{"id":"ec-meeting-2015-08-18-0e30fffde95d3065ea9f63e1492d95e5de28da79","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-08-18 - Health and Food Safety x Fédération Européenne des Fabricants d'Aliments Composés"],"date":["2015-08-18"],"summary":["Food waste vs feed safety"],"location":["Brussels (BELGIUM)"],"address":["Brussels (BELGIUM)"],"addressEntity":["addr-25bd5ca85cdaa2e09cf8cb981983bc8a6b73b8ec"],"organizer":["ec-dg-sante"],"involved":["ec-person-e6c752b8c9246ee8246c3dde21cfd79f9c4d2d19","eu-tr-77105321408-83"]}} -{"id":"ec-meeting-2015-08-18-3c4bb13ba15270a60a309c180b06d88a2ca238ce","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-08-18 - Climate Action x Transport and Environment (European Federation for Transport and Environment)"],"date":["2015-08-18"],"summary":["Transport decarbonisation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-clima"],"involved":["ec-person-44c2f44f96dda2012bcb4e9abc749f6cae86a4c0","eu-tr-58744833263-19"]}} -{"id":"ec-meeting-2015-08-18-489b30c57be3ff3fa7ca6660a78590f68d30f06c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-08-18 - Günther Oettinger x Jorgo Chatzimarkakis"],"date":["2015-08-18"],"summary":["The Euro"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0","eu-tr-865653818887-01"]}} -{"id":"ec-meeting-2015-08-18-8b2a46f5f4e82f7e1ae7ae62969c5eb141301d57","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-08-18 - Cabinet of Vice-President Miguel Arias Cañete x Norsk Hydro"],"date":["2015-08-18"],"summary":["Contribution of Norsk Hydro to climate policy objectives"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-260e00934471a02805fb143935d6e9205a7f355f","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd","eu-tr-45060553191-59"]}} -{"id":"ec-meeting-2015-08-18-e7a20d5c8f8194ef4b3fe1e1ef02da1884bd4c2d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-08-18 - Structural Reform Support x Ernst & Young Core Business Services BV"],"date":["2015-08-18"],"summary":["Meeting with Financial Services Corporate Finance focussing on distressed situations"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-reform"],"involved":["eu-tr-04458109373-91","ec-person-6420facda81e0ac04377023fcfa86e953541782b"]}} -{"id":"ec-meeting-2015-08-19-0a8f35af5de19af464d33cc69d2e346aeec2a1b2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-08-19 - Cabinet of Commissioner Jonathan Hill x Legal & General Group Plc"],"date":["2015-08-19"],"summary":["Financial Services Policy"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["ec-person-03cf92829e273869bfbd8bbf4f1881dcd0848186","eu-tr-551684916877-74"]}} -{"id":"ec-meeting-2015-08-19-a3a552ac06454ebbac8972520ab400e5016416da","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-08-19 - Günther Oettinger x Fraport AG - Frankfurt Airport Services Worldwide"],"date":["2015-08-19"],"summary":["Aviation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-d8b86b98a24683917c569000ed6d8c45bedbbc00","eu-tr-023273214333-18"]}} -{"id":"ec-meeting-2015-08-20-19818e09ee59869ee2a74df3b6ee0dd6cb459b45","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-08-20 - Cabinet of Vice-President Miguel Arias Cañete x Trans Adriatic Pipeline"],"date":["2015-08-20"],"summary":["State of play of TAP"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-260e00934471a02805fb143935d6e9205a7f355f","eu-tr-570335813082-79","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd"]}} -{"id":"ec-meeting-2015-08-20-e04a668cba31346b294fefa047383e438f89a8e7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-08-20 - Günther Oettinger x Cicero Consulting Limited"],"date":["2015-08-20"],"summary":["DSM"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-d8b86b98a24683917c569000ed6d8c45bedbbc00","eu-tr-40887916962-23"]}} -{"id":"ec-meeting-2015-08-21-13ab970c602481a24c448d7c722c6865e3a8d371","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-08-21 - Cabinet of Vice-President Miguel Arias Cañete x Shell Companies"],"date":["2015-08-21"],"summary":["ETS review propsal and gas/LNG market"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-260e00934471a02805fb143935d6e9205a7f355f","eu-tr-05032108616-26","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd"]}} -{"id":"ec-meeting-2015-08-21-4c2325534f7f54ba64ded3b6fbae7d6ac5833592","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-08-21 - Cabinet of Commissioner Corina Crețu x European Container Glass Federation"],"date":["2015-08-21"],"summary":["CIRCULAR ECONOMY AND COHESION POLICY"],"notes":["Portfolio: Regional Policy"],"location":["BRUSSELS"],"address":["BRUSSELS"],"addressEntity":["addr-f74337897287bf1b546f30505f5b1f693a87af50"],"organizer":["ec-cabinet-commissioner-corina-cretu-of"],"involved":["eu-tr-1550133398-72","ec-person-f5bd4d5d0170028815aba56ee7d4883f0fd70f47"]}} -{"id":"ec-meeting-2015-08-24-0997b6ec2eddc6a2bfbf9ea34f8737f6774288f1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-08-24 - Cabinet of Commissioner Jonathan Hill x APG Groep N.V. Fidelity International BlackRock Prudential plc Capital International Management Company"],"date":["2015-08-24"],"summary":["CCP recovery and resolution"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["eu-tr-65288482768-64","ec-person-341f30cfe9dff9d73b83fe8d9e88d7383d6910d3","eu-tr-060963817274-71","eu-tr-00951027955-96","eu-tr-18614026826-73","eu-tr-51436554494-18"]}} -{"id":"ec-meeting-2015-08-24-0cfec0ef7b0212be752b9165d1d0c70ddef6c3bb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-08-24 - Cabinet of Vice-President Miguel Arias Cañete x EUROGAS aisbl"],"date":["2015-08-24"],"summary":["Role of Natural Gas"],"notes":["Portfolio: Climate Action & Energy"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-1831691c10441c5974327bbeb8693d6b6c1e50c3","eu-tr-17909506129-41"]}} -{"id":"ec-meeting-2015-08-24-1d524f92736bd961f398bcff7e37649bde76501e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-08-24 - European Neighbourhood and Enlargement Negotiations x European Endowment for Democracy"],"date":["2015-08-24"],"summary":["European Neighbourhood and Enlargement Policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-near"],"involved":["ec-person-1160ccf35947f06f1629cad85b9f162eb5575780","eu-tr-986644617102-08"]}} -{"id":"ec-meeting-2015-08-25-155733044f12cbfff695390a38099100f37b1c06","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-08-25 - Cabinet of Vice-President Miguel Arias Cañete x WWF European Policy Programme"],"date":["2015-08-25"],"summary":["Governance in 2030 Energy Union"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-1414929419-24","ec-person-260e00934471a02805fb143935d6e9205a7f355f"]}} -{"id":"ec-meeting-2015-08-25-95e5f79d09eb5a772abe7b58b70a109e632da73b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-08-25 - Cabinet of Vice-President Andrus Ansip x Mind the Bridge Foundation"],"date":["2015-08-25"],"summary":["SEC2SV, startups"],"notes":["Portfolio: Digital Single Market"],"location":["Brussel"],"address":["Brussel"],"addressEntity":["addr-62ff8a238a97c72453d6fc3e5cd26a143cd991e7"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-700186718007-46","ec-person-6a03bc4fa7657513ea34529e98dba0671ef4c849"]}} -{"id":"ec-meeting-2015-08-25-9d11bc0c2785e122610be6d8f530d0643060b01d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-08-25 - Cabinet of Vice-President Maroš Šefčovič x European Federation of National Organisations working with the Homeless"],"date":["2015-08-25"],"summary":["Energy poverty and energy efficiency"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-ea6b517040e26a62f17d2829afffeba48cfd682f","eu-tr-42528706153-39"]}} -{"id":"ec-meeting-2015-08-25-ad876b15e15a19ec4a10aae4a68502225985124a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-08-25 - Cabinet of Vice-President Valdis Dombrovskis x Pensioenfederatie (Federation of the Dutch Pension Funds)"],"date":["2015-08-25"],"summary":["Occupational pensions"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels belgium"],"address":["Brussels belgium"],"addressEntity":["addr-cc19791d3172195a1dbd3b10052eb20cb8b2c8fa"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-48f31156d932641826e09f5b73f074d35ff05786","eu-tr-84476202986-17"]}} -{"id":"ec-meeting-2015-08-25-d4663440df4f2a3b01d5110bc95a193bd12001e9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-08-25 - Günther Oettinger x Mind the Bridge Foundation"],"date":["2015-08-25"],"summary":["DSM, start-ups"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-4cd59e13386e3b68ecb3611fcc579e0a0a3938a5","eu-tr-700186718007-46"]}} -{"id":"ec-meeting-2015-08-25-e91555215e74fac8a3008b4ad9c17d5f430f8295","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-08-25 - Günther Oettinger x European Digital Rights"],"date":["2015-08-25"],"summary":["Net Neutrality, TSM"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-16311905144-06","ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0"]}} -{"id":"ec-meeting-2015-08-26-452e8b0e8735dd041adcc925b18776f57760b0a4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-08-26 - Günther Oettinger x Amazon Europe Core SARL"],"date":["2015-08-26"],"summary":["DSM"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-d8b86b98a24683917c569000ed6d8c45bedbbc00","eu-tr-366117914426-10"]}} -{"id":"ec-meeting-2015-08-26-49216a2e203d28c84356d34f14f95279337edfda","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-08-26 - Günther Oettinger x Bundesverband Digitale Wirtschaft"],"date":["2015-08-26"],"summary":["DP & DSM"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-346580113008-62","ec-person-5652698e8f7b4a189329e67fddbaff44dbe8658c"]}} -{"id":"ec-meeting-2015-08-26-739faa23f07c7c14f8408843dd8345fadad22d66","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-08-26 - Cabinet of Vice-President Maroš Šefčovič x E.ON SE"],"date":["2015-08-26"],"summary":["Energy Union"],"notes":["Portfolio: Energy Union"],"location":["BERL, Brussels"],"address":["BERL, Brussels"],"addressEntity":["addr-c1b89a719fb4c3b86c91ae01524d04183caeb9e6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-72760517350-57","ec-person-af83ed49c403cb9d7ebfecca7893f0054c1f4be5"]}} -{"id":"ec-meeting-2015-08-26-79898cb014ea07d00b0a20bcbcf03099e548bdab","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-08-26 - Cabinet of Commissioner Phil Hogan x ExxonMobil Petroleum & Chemical"],"date":["2015-08-26"],"summary":["Transport Policy"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-ff8342dedc26701400fcb7dcf73fbee50a837ac6","eu-tr-0745650927-75"]}} -{"id":"ec-meeting-2015-08-26-bc761436a7273eea8b846830d5f92bce16c45b6e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-08-26 - Cabinet of Commissioner Jonathan Hill x Open Europe"],"date":["2015-08-26"],"summary":["securitisation, CRR review, CMU"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["eu-tr-73494557272-88","ec-person-890015b0d769ee93a09119846b414d4aae7c64ae"]}} -{"id":"ec-meeting-2015-08-26-eca7a8171c625ee4628d95f200a875877a1365df","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-08-26 - Cabinet of Commissioner Jonathan Hill x The Investment Association"],"date":["2015-08-26"],"summary":["CCP recovery and resolution"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["ec-person-341f30cfe9dff9d73b83fe8d9e88d7383d6910d3","eu-tr-5437826103-53"]}} -{"id":"ec-meeting-2015-08-26-f8f8d9cd7071bf31f0f257097ff88aafcfa3dd1b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-08-26 - Cabinet of Commissioner Jonathan Hill x Teneo Brussels"],"date":["2015-08-26"],"summary":["Europe in general"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["eu-tr-91124993695-29","ec-person-890015b0d769ee93a09119846b414d4aae7c64ae"]}} -{"id":"ec-meeting-2015-08-27-6e6acd60e9a98502d31ed307cf5e10fc1d0ed2ab","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-08-27 - Cabinet of Vice-President Kristalina Georgieva x Stichting BirdLife Europe"],"date":["2015-08-27"],"summary":["Meeting with Birdlife Europe"],"notes":["Portfolio: Budget & Human Resources"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-cabinet-georgieva-kristalina-of-president-vice"],"involved":["ec-person-9f4dcadff214f9cb7e8976c58804023e71bcf5fd","eu-tr-1083162721-43"]}} -{"id":"ec-meeting-2015-08-27-74a506926baacdb2df23793742d81f41a055575e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-08-27 - Cabinet of Commissioner Věra Jourová x Equinet - the European Network of Equality Bodies"],"date":["2015-08-27"],"summary":["Equality bodies management and opportunities"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-5455ecfabb89025694c798deac08160a2be17d94","ec-person-a608b85b2ffef83f883b5a2330b6232efa1b7141","eu-tr-718971811339-46"]}} -{"id":"ec-meeting-2015-08-27-87ae672d748fd2304283305fea69eb5fa15ffdcc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-08-27 - Günther Oettinger x Society of Audiovisual Authors"],"date":["2015-08-27"],"summary":["copyright"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-99336382936-11","ec-person-49723482bb23d029cbfc010cb37eec7392a0ae02"]}} -{"id":"ec-meeting-2015-08-27-91d4986d7912ddf7cc748ae8da70163c15e030b6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-08-27 - Cabinet of Vice-President Jyrki Katainen x Bayer AG BUSINESSEUROPE"],"date":["2015-08-27"],"summary":["Circular Economy"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-3978240953-79","ec-person-f9208d930adc70c6c64e21701e48f85f6f18e949","eu-tr-3523776801-85","ec-person-0310c3b87e155f5572493e91d12eebab9736a76b"]}} -{"id":"ec-meeting-2015-08-27-b4887a31ffe094fbbe07f746de613ec7d4f27d82","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-08-27 - Cabinet of Vice-President Miguel Arias Cañete x Climate Action Network Europe"],"date":["2015-08-27"],"summary":["ETS-ESD Reform"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-260e00934471a02805fb143935d6e9205a7f355f","eu-tr-55888811123-49"]}} -{"id":"ec-meeting-2015-08-27-b846d52ed9b90e8ecd94a61ce2d7b8e20db00969","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-08-27 - Cabinet of Vice-President Miguel Arias Cañete x ENEDIS"],"date":["2015-08-27"],"summary":["TSO/DSO Platform"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-95f883d5d0d484088f26191a8fea8553d674dfbe","eu-tr-68134637922-07"]}} -{"id":"ec-meeting-2015-08-27-bdab772a9b53ae5f8de9e1d15524d15c44bd2c81","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-08-27 - Cabinet of Vice-President Jyrki Katainen x European Federation of National Associations of Water Services"],"date":["2015-08-27"],"summary":["Circular Economy"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-39299129772-62","ec-person-0310c3b87e155f5572493e91d12eebab9736a76b"]}} -{"id":"ec-meeting-2015-08-27-dc51cb782056329880d71511696c7cc900c1925b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-08-27 - Cabinet of Commissioner Jonathan Hill x Insurance Europe"],"date":["2015-08-27"],"summary":["Latest on insurance; infrastructure definition; securitisation; CMU; 29th pension regime; Solcency II"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["ec-person-890015b0d769ee93a09119846b414d4aae7c64ae","eu-tr-33213703459-54"]}} -{"id":"ec-meeting-2015-08-28-03f3b605aeb95c6f6bf1bc55543247df40e4ba65","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-08-28 - Günther Oettinger x TIM S.p.A."],"date":["2015-08-28"],"summary":["AGCOM's review of acces markets"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-49723482bb23d029cbfc010cb37eec7392a0ae02","eu-tr-078655018381-34"]}} -{"id":"ec-meeting-2015-08-28-4e6bcd8c01fb4d2abbb34f8bf9f771f62035ac1e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-08-28 - Cabinet of Vice-President Andrus Ansip x European Film Agency Directors"],"date":["2015-08-28"],"summary":["DSM, copyright"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-e91c5be432b6b3efdda369792fed67c20b767a45","eu-tr-430805515370-85"]}} -{"id":"ec-meeting-2015-08-28-6eab42eb6a6164fde2406291c3465472cb18fd46","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-08-28 - Cabinet of Vice-President Miguel Arias Cañete x Freie Universität Berlin"],"date":["2015-08-28"],"summary":["Interview on the perception of the EU public spheres by EU officials"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-232569310146-44","ec-person-260e00934471a02805fb143935d6e9205a7f355f"]}} -{"id":"ec-meeting-2015-08-28-769d1dd4688796cb2c4599e5f880bae88eaa42cb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-08-28 - Cabinet of President Jean-Claude Juncker x European Film Agency Directors"],"date":["2015-08-28"],"summary":["Digital Single Market"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-44a061693f35519551be0e3dab996e76ad3f8c7c","eu-tr-430805515370-85"]}} -{"id":"ec-meeting-2015-08-28-7e9fae1c636bdbada35655e35c1eac761323a940","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-08-28 - Günther Oettinger x vitaphone GmbH"],"date":["2015-08-28"],"summary":["e-health"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-392197818556-75","ec-person-d8b86b98a24683917c569000ed6d8c45bedbbc00"]}} -{"id":"ec-meeting-2015-08-28-84f0c4e356f6146bc1fbd0c57316f212d594dee2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-08-28 - Cabinet of Vice-President Maroš Šefčovič x Airbus"],"date":["2015-08-28"],"summary":["Space policy issues"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-2be517b9261a91f2f07e05ec14c6331980e9716e","eu-tr-2732167674-76"]}} -{"id":"ec-meeting-2015-08-28-bd750b08add9837e1b81132a8209df497b387e22","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-08-28 - Cabinet of Vice-President Maroš Šefčovič x Industriegewerkschaft Metall"],"date":["2015-08-28"],"summary":["Energy Union, industry, social partners"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-757195013270-80","ec-person-2be517b9261a91f2f07e05ec14c6331980e9716e"]}} -{"id":"ec-meeting-2015-08-28-d14518bf889bcacd15e0b09a634626b5de33ca78","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-08-28 - Cabinet of Commissioner Elżbieta Bieńkowska x Airbus"],"date":["2015-08-28"],"summary":["Hydrazine"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["ec-person-685ecf13dd26cd515c961e24ba71049af2302c5e","eu-tr-2732167674-76"]}} -{"id":"ec-meeting-2015-08-28-d5fa6e7fe96a6255d99a2e08b63d4ac5c903942d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-08-28 - Cabinet of Vice-President Maroš Šefčovič x International Union of Tenants"],"date":["2015-08-28"],"summary":["Energy Poverty"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-94035285059-91","ec-person-2be517b9261a91f2f07e05ec14c6331980e9716e"]}} -{"id":"ec-meeting-2015-08-28-fb0aae0ca7b67c96a82391cde36e69282b6314e5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-08-28 - Cabinet of Vice-President Valdis Dombrovskis x Deutscher Sparkassen-und Giroverband"],"date":["2015-08-28"],"summary":["EU banking issues"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-62379064909-15","ec-person-48f31156d932641826e09f5b73f074d35ff05786"]}} -{"id":"ec-meeting-2015-08-31-1cd60c98237a089af4735446e4db82617eedeef5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-08-31 - Cabinet of Vice-President Maroš Šefčovič x U. S. Steel Košice, s.r.o."],"date":["2015-08-31"],"summary":["Presentation of U.S. Steel; Energy Union; situation of steel industry"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-972729217124-54","ec-person-1f95be23689cd4ed0a26fe2980f760ccf2d55c1e"]}} -{"id":"ec-meeting-2015-08-31-6b2a490ce8db093a1c62a9b7a4551a3204fe400b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-08-31 - Energy x Diehl Stiftung & Co. KG"],"date":["2015-08-31"],"summary":["Energy markets"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["ec-person-6997149120ce5129e38febe5275dc8fd03232d2e","eu-tr-92127312521-05"]}} -{"id":"ec-meeting-2015-08-31-b1a9a606f388e41592b48eceffb20e7579c58cc8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-08-31 - Cabinet of Vice-President Andrus Ansip x DIGITALEUROPE"],"date":["2015-08-31"],"summary":["DSM"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-64270747023-20","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45"]}} -{"id":"ec-meeting-2015-08-31-b6597f38b72df04f860efccdb2c43a80f25eaea9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-08-31 - Cabinet of President Jean-Claude Juncker x Union of European Football Associations"],"date":["2015-08-31"],"summary":["Digital Single Market"],"notes":["Portfolio: President"],"location":["Brussels/Belgium"],"address":["Brussels/Belgium"],"addressEntity":["addr-c476280916fa20b5023288c48bfbed9c057a1c28"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-44a061693f35519551be0e3dab996e76ad3f8c7c","eu-tr-39217046408-27"]}} -{"id":"ec-meeting-2015-08-31-c80062fdf0dac9372ae582ce72dc55b556d583b2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-08-31 - Energy x ENEDIS"],"date":["2015-08-31"],"summary":["European energy policies"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["ec-person-6997149120ce5129e38febe5275dc8fd03232d2e","eu-tr-68134637922-07"]}} -{"id":"ec-meeting-2015-08-31-e3845bbe360868a496a9428a097e01d4acbbfd20","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-08-31 - Günther Oettinger x Confederation of European Paper Industries"],"date":["2015-08-31"],"summary":["Digitisation of industry"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-72279144480-58","ec-person-c6cae64cc7dc787b66a47ab1613d3e922875b971"]}} -{"id":"ec-meeting-2015-09-01-1ae614601e80da8855198d376f29920a4ac40bcc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-01 - Cabinet of Vice-President Jyrki Katainen x Nord Stream AG"],"date":["2015-09-01"],"summary":["Arctic Strategy Nord Stream III and IV"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90","ec-person-f9208d930adc70c6c64e21701e48f85f6f18e949","eu-tr-640680018547-95"]}} -{"id":"ec-meeting-2015-09-01-295c7ce56573e61ff5c44bf6b4b90d8148e7e66d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-01 - Cabinet of Commissioner Věra Jourová x Hubert Burda Media Holding Kommanditgesellschaft"],"date":["2015-09-01"],"summary":["Data protection, Digital Single Market"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-184e698af1eb9e33b179680570ca171d8cb31c94","eu-tr-730036917015-61","ec-person-ff9ad301b778d595651cc4c46ec3a4cf1ef10376"]}} -{"id":"ec-meeting-2015-09-01-2b3e6ca4585e6025341645540b829db2ea2f9a16","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-01 - Günther Oettinger x Axel Springer SE"],"date":["2015-09-01"],"summary":["Data Protection & DSM"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-742417913824-11","ec-person-5652698e8f7b4a189329e67fddbaff44dbe8658c"]}} -{"id":"ec-meeting-2015-09-01-2e718b5eb6bc2b3d6b1502e6074792d3784074e1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-01 - Cabinet of Vice-President Andrus Ansip x BT Group plc"],"date":["2015-09-01"],"summary":["NIS, TSM, UK telco market"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-666bc159c7e65a3af9e63c1e97435c02f1496955","eu-tr-00919034091-89"]}} -{"id":"ec-meeting-2015-09-01-356fd469994c0838f80734ecd07304480d05ee86","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-01 - Cabinet of First Vice-President Frans Timmermans x Centre for European Policy Studies"],"date":["2015-09-01"],"summary":["EU policy current affairs"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["ec-person-966667b73d92624be9bb019c2baab7e52331b3d3","eu-tr-86853666704-95"]}} -{"id":"ec-meeting-2015-09-01-493a95fe945cb0d15dced2da6c29a0f6d21c8249","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-01 - Structural Reform Support x Vereniging VNO-NCW"],"date":["2015-09-01"],"summary":["Courtesy visit"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-reform"],"involved":["eu-tr-13255254129-80","ec-person-6420facda81e0ac04377023fcfa86e953541782b"]}} -{"id":"ec-meeting-2015-09-01-5b41da3bc6f2619e39712059cce026733190140c","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2015-09-01 - Günther Oettinger x None"],"date":["2015-09-01"],"summary":["DSM"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-52431421-12","ec-person-4cd59e13386e3b68ecb3611fcc579e0a0a3938a5","ec-person-c6cae64cc7dc787b66a47ab1613d3e922875b971"]}} -{"id":"ec-meeting-2015-09-01-61d66b8a450f9588a13efcbe3a362f195d840d9b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-01 - Günther Oettinger x Bundesverband Neue Energiewirtschaft e.V. / Association of Energy Market Innovators"],"date":["2015-09-01"],"summary":["Chancen und Herausforderungen der Digitalisierung der Energiewirtschaft"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0","eu-tr-3394645201-03"]}} -{"id":"ec-meeting-2015-09-01-68bba55750a9cf480a3d3fb1eecca6b9d119a950","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-01 - Cabinet of Vice-President Miguel Arias Cañete x Equinor ASA"],"date":["2015-09-01"],"summary":["Energy Union"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-95f883d5d0d484088f26191a8fea8553d674dfbe","eu-tr-4447605981-76"]}} -{"id":"ec-meeting-2015-09-01-6a2e04c1c2b5d7d63d145b1c4b54497513fa38f1","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2015-09-01 - Cabinet of High Representative / Vice-President Federica Mogherini x Etihad Airways"],"date":["2015-09-01"],"summary":["Briefing by Vice-President of Etihad Airways regarding Etihad's key priorities and concerns with regards to Strategic EU Aviation package.","Briefing by the Vice-President of Etihad Airways regarding Etihad's key priorities and concerns with regards to the important strategic EU Aviation package."],"notes":["Portfolio: Foreign Affairs and Security Policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"involved":["ec-person-e03a77379f79ea00cf20048e42e8b0793bf62fa3","eu-tr-142277315551-86","ec-person-efed7cdce9c9bb64dca7aedb11d12aaed5efb809"]}} -{"id":"ec-meeting-2015-09-01-6ea361885fce58e866ab201578b66d02fbb53048","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-01 - Cabinet of Vice-President Andrus Ansip x Hubert Burda Media Holding Kommanditgesellschaft"],"date":["2015-09-01"],"summary":["Copyright, data protection, safe harbour"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-e91c5be432b6b3efdda369792fed67c20b767a45","eu-tr-730036917015-61","ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0"]}} -{"id":"ec-meeting-2015-09-01-80d0878e4cef97f678edd636f52053184aae816a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-01 - Günther Oettinger x Bureau Européen des Unions de Consommateurs"],"date":["2015-09-01"],"summary":["copyright"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-9505781573-45","ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0"]}} -{"id":"ec-meeting-2015-09-01-89260f131237821a6c29f1cd3d0a388ccf9450df","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-01 - Cabinet of First Vice-President Frans Timmermans x European Committee for Electrotechnical Standardization"],"date":["2015-09-01"],"summary":["Better Regulation"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-58258552517-56","ec-person-0eaac943e895c47df1465dda6c94e671c5081e0a"]}} -{"id":"ec-meeting-2015-09-01-8c712f2e10c1228d21e5dc40d7fbd73101239a26","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-01 - Cabinet of Commissioner Violeta Bulc x TRABA LOGISTICS"],"date":["2015-09-01"],"summary":["Container Danube Line -Action Plan"],"notes":["Portfolio: Transport"],"location":["Brussels Belgium"],"address":["Brussels Belgium"],"addressEntity":["addr-61947d7d2c69c0b8f57325bd044f500c5fc6df48"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-7ac9445abdddc66a79f539ae13eb74e1ceb512df","eu-tr-144892418437-49"]}} -{"id":"ec-meeting-2015-09-01-923b98bcbb7b8128e5d456fde9aa4b881b8e9b53","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-01 - Inspire, Debate, Engage and Accelerate Action x Konrad-Adenauer-Stiftung"],"date":["2015-09-01"],"summary":["Digital disconnect project"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-dg-idea"],"involved":["eu-tr-2905437316-11","ec-person-4fe56a64c00b3e81c851b5538878b32481bd7d3c"]}} -{"id":"ec-meeting-2015-09-01-aa24ab21476f2a536f3a5766b08dd9b5804e9305","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-01 - Cabinet of Commissioner Jonathan Hill x Association of British Insurers"],"date":["2015-09-01"],"summary":["Solvency 2; Motor Insurance"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["ec-person-890015b0d769ee93a09119846b414d4aae7c64ae","eu-tr-730137075-36"]}} -{"id":"ec-meeting-2015-09-01-ac473a2d663e47fec18e16f90fe3158d28f1fa82","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-01 - Cabinet of Vice-President Maroš Šefčovič x Statnett SF"],"date":["2015-09-01"],"summary":["Energy Union/Infrastructure/Data management/Electricity market"],"notes":["Portfolio: Energy Union"],"location":["Oslo"],"address":["Oslo"],"addressEntity":["addr-bcc48172e05cafa61c2a2e8f12de220fdb1385b3"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-05001306886-41","ec-person-2be517b9261a91f2f07e05ec14c6331980e9716e"]}} -{"id":"ec-meeting-2015-09-01-b60fde34950292fa2baebfb16c5f993a68d1fe27","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-01 - Cabinet of Vice-President Maroš Šefčovič x Snam S.p.A."],"date":["2015-09-01"],"summary":["Presentation of company, gas strategy and infrastructure"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-284336314886-25","ec-person-3bf48630444ace93d407e52eb880e64d480f75ce","ec-person-1f95be23689cd4ed0a26fe2980f760ccf2d55c1e"]}} -{"id":"ec-meeting-2015-09-01-be2081a3489b8cf12ad020d79f2d8e3fe28a5ea6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-01 - Cabinet of Commissioner Vytenis Andriukaitis x ORTIS SA"],"date":["2015-09-01"],"summary":["Botanicals"],"notes":["Portfolio: Health & Food Safety"],"location":["Elsenborn"],"address":["Elsenborn"],"addressEntity":["addr-50ada406840388ddd4cc8a7c80dbda6fb1af0a34"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-b9c3f19e7c5f216e3e508f931ddd6a9cb59376d1","eu-tr-944347518758-70","ec-person-df30d07ef698a52b9948b9c734db39196cf8541f"]}} -{"id":"ec-meeting-2015-09-01-cb2cdb58dc00d91ab3a9bcef4c9e7887be19e19a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-01 - Cabinet of Vice-President Cecilia Malmström x Commerzbank AG"],"date":["2015-09-01"],"summary":["TTIP - \"She VIP lunch\""],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-19b143e83f8ab978c55c8a9a9e49e06dbfa14bf3","eu-tr-83370363079-88"]}} -{"id":"ec-meeting-2015-09-01-dc9188d97dc4c846f715034fe5b3892ffa96e469","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-01 - Günther Oettinger x Hubert Burda Media Holding Kommanditgesellschaft"],"date":["2015-09-01"],"summary":["DSM"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0","eu-tr-730036917015-61"]}} -{"id":"ec-meeting-2015-09-01-f12fa078d4b3fbf151c57bf9276e302cc9e173f1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-01 - Günther Oettinger x Commerzbank AG"],"date":["2015-09-01"],"summary":["DSM"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-c6cae64cc7dc787b66a47ab1613d3e922875b971","eu-tr-83370363079-88"]}} -{"id":"ec-meeting-2015-09-01-f3aacb4ef6e9b70962beb23e79718b55299cc344","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-01 - Cabinet of Commissioner Carlos Moedas x Max-Planck-Gesellschaft zur Förderung der Wissenschaften"],"date":["2015-09-01"],"summary":["Innovation, Open Access"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-2b4bb0b28e7435e5f612e44d9664dbd1051efc55","eu-tr-173042412678-08"]}} -{"id":"ec-meeting-2015-09-01-f707f0deb9c3aa738570f4f2cf1d5b5aef331845","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-01 - Cabinet of Commissioner Phil Hogan x Irish Co-operative Organisation Society Ltd."],"date":["2015-09-01"],"summary":["Agriculture Affairs"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["BRUSSELS"],"address":["BRUSSELS"],"addressEntity":["addr-f74337897287bf1b546f30505f5b1f693a87af50"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-99345863205-62","ec-person-a1a78365cc4685b0958056646204977d8f2ead92"]}} -{"id":"ec-meeting-2015-09-02-03c6a3beb677770c069f6d22de6e037833e25c6f","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2015-09-02 - Günther Oettinger x European Publishers Council Axel Springer SE Hubert Burda Media Holding Kommanditgesellschaft Axel Springer SE European Publishers Council Hubert Burda Media Holding Kommanditgesellschaft"],"date":["2015-09-02"],"summary":["copyright"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-742417913824-11","ec-person-4cd59e13386e3b68ecb3611fcc579e0a0a3938a5","eu-tr-730036917015-61","eu-tr-4456380381-30","ec-person-49723482bb23d029cbfc010cb37eec7392a0ae02"]}} -{"id":"ec-meeting-2015-09-02-043ed54d3600e5d945a4f9b6af7319fc774ed7bd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-02 - Cabinet of Vice-President Miguel Arias Cañete x Tesla Motors Netherlands B.V."],"date":["2015-09-02"],"summary":["Decarbonisation of transport"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-547225616323-13","ec-person-2229c857664a22dcb8eee79a8c05841fd3d0924f","ec-person-25a937c04cd0a0ddcf5cf34798e76b5105854114"]}} -{"id":"ec-meeting-2015-09-02-117b8233dd6a8711642dc3eea5a4a291ff052e8a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-02 - Cabinet of Vice-President Miguel Arias Cañete x BP p.l.c."],"date":["2015-09-02"],"summary":["International Gas and Oil market"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-3394026642-58","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd","ec-person-1831691c10441c5974327bbeb8693d6b6c1e50c3"]}} -{"id":"ec-meeting-2015-09-02-1b1d2acf92cc7608cfd4ca4a61c5ac6684cf1cae","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-02 - Cabinet of Vice-President Maroš Šefčovič x Community of European Railway and Infrastructure Companies"],"date":["2015-09-02"],"summary":["On train to COP21 – Paris"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-ea6b517040e26a62f17d2829afffeba48cfd682f","eu-tr-7574621118-27"]}} -{"id":"ec-meeting-2015-09-02-1c006ea67dee05835484232b6e0b66183c54a2bb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-02 - Günther Oettinger x Gesellschaft für musikalische Aufführungs- und mechanische Vervielfältigungsrechte"],"date":["2015-09-02"],"summary":["copyright"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-63284686285-78","ec-person-49723482bb23d029cbfc010cb37eec7392a0ae02"]}} -{"id":"ec-meeting-2015-09-02-21f8d90b57674392fbd0824ce5753038aa5e1774","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-02 - Cabinet of Commissioner Margrethe Vestager x Etihad Airways"],"date":["2015-09-02"],"summary":["Aviation Package"],"notes":["Portfolio: Competition"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-margrethe-of-vestager"],"involved":["ec-person-0700cb0f43a2d20f4938902c4a086aca632d71fb","eu-tr-142277315551-86"]}} -{"id":"ec-meeting-2015-09-02-28a0a5e86869ff8ba0da9c6665d92135af1513d9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-02 - Cabinet of Commissioner Violeta Bulc x FERROVIE DELLO STATO ITALIANE S.p.A."],"date":["2015-09-02"],"summary":["Overview of pending railway files"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-5012c5e45a52ee8ce67d19c1781a127af53e73e7","eu-tr-1954267427-31"]}} -{"id":"ec-meeting-2015-09-02-3cb1f6970d97df080dfe41067ba8263884ad696f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-02 - Günther Oettinger x QVC, Inc."],"date":["2015-09-02"],"summary":["AVMSD"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-c6c38691c27b1498b60b18409aa979cf1dd1f4ac","eu-tr-704186318415-88"]}} -{"id":"ec-meeting-2015-09-02-3cda5d4b352a3b672c26025d701c34ffb40034b6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-02 - Cabinet of Vice-President Andrus Ansip x Handelsverband Deutschland"],"date":["2015-09-02"],"summary":["Online trade, geo-blocking"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-31200871765-41","ec-person-666bc159c7e65a3af9e63c1e97435c02f1496955"]}} -{"id":"ec-meeting-2015-09-02-533e60344d496592c5ad33c793c4c95ec698943f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-02 - Cabinet of Vice-President Cecilia Malmström x Etihad Airways"],"date":["2015-09-02"],"summary":["European aviation policy"],"notes":["Portfolio: Trade"],"location":["Brussels Belgium"],"address":["Brussels Belgium"],"addressEntity":["addr-61947d7d2c69c0b8f57325bd044f500c5fc6df48"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-142277315551-86","ec-person-5d4088e1913284a765aed8445f448f6ff341f1b3"]}} -{"id":"ec-meeting-2015-09-02-6855c52ac9ef52e125a911a949ecea953a5f0c48","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-02 - Cabinet of Commissioner Margrethe Vestager x The Danish Chamber of Commerce"],"date":["2015-09-02"],"summary":["Discussion on Current EU Affairs"],"notes":["Portfolio: Competition"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-margrethe-of-vestager"],"involved":["ec-person-baa1c172df109ebd1f0307bccb5e21aec66c7a25","eu-tr-0330934426-12"]}} -{"id":"ec-meeting-2015-09-02-73d05d68f95c9a8c97fa544d4ea9b2c8cc6e8eb9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-02 - Environment x European Environmental Bureau"],"date":["2015-09-02"],"summary":["Environmental Policy in the EU"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-env"],"involved":["eu-tr-06798511314-27","ec-person-3bc74ce04ea3f4ab4d91a5c88eef25b8b8a213b4"]}} -{"id":"ec-meeting-2015-09-02-8d598292af8ac7c423085989ba3942206f58e29e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-02 - Cabinet of Commissioner Phil Hogan x EuroCommerce"],"date":["2015-09-02"],"summary":["AGRI Council on 7/9, role of food supply chain in 'milk crisis'"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-84973761187-60","ec-person-a985b9a03cb4f9af4f2f97583d8f92fb71579572"]}} -{"id":"ec-meeting-2015-09-02-8dc64aa558988c485398f95a620367d6513caba5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-02 - Cabinet of Vice-President Andrus Ansip x European Banking Federation"],"date":["2015-09-02"],"summary":["Meeting on DSM in the banking sector"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-5db7bdd1c81da2e70eb5b982097d0004111b5c3e","ec-person-d5a309c64ecdb05010325dcfc661f6ae817f31cc","eu-tr-4722660838-23"]}} -{"id":"ec-meeting-2015-09-02-923f0b95e3ba874deddaaf4c3236d651ff2add4a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-02 - Cabinet of Vice-President Valdis Dombrovskis x RWE AG"],"date":["2015-09-02"],"summary":["Financial Markets Regulations"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-77608353460-77","ec-person-3f9ca71b74344417d1f072ba7f3e2f09a223b036"]}} -{"id":"ec-meeting-2015-09-02-96c92d3aaee7d06e2fdfab52f6231199a70b8dc8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-02 - Günther Oettinger x FTTH Council Europe ASBL"],"date":["2015-09-02"],"summary":["DSM"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-d8b86b98a24683917c569000ed6d8c45bedbbc00","eu-tr-09838612482-61"]}} -{"id":"ec-meeting-2015-09-02-9a14cd79d13c291688b46fe2419bb9dca7cbf789","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-02 - Cabinet of Vice-President Jyrki Katainen x Teneo Brussels"],"date":["2015-09-02"],"summary":["Investment Initiative"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-3775b7be791f90ed462b9071c9ae596b80d71bca","eu-tr-91124993695-29"]}} -{"id":"ec-meeting-2015-09-02-a0969dab58ffcacc06bc89283280f95c60183ad9","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2015-09-02 - Cabinet of High Representative / Vice-President Federica Mogherini x Amnesty International Limited"],"date":["2015-09-02"],"summary":["Amensty International Representative came to share a report on the use of the death penalty in Saudi Arabia.","Amnesty International Representative came to share a report on the use of the death penalty in Saudi Arabia."],"notes":["Portfolio: Foreign Affairs and Security Policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"involved":["ec-person-e03a77379f79ea00cf20048e42e8b0793bf62fa3","eu-tr-11063928073-34","ec-person-efed7cdce9c9bb64dca7aedb11d12aaed5efb809"]}} -{"id":"ec-meeting-2015-09-02-b42cf0fdf3b2bf6f577583ff3d180be9615f54a3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-02 - Cabinet of Commissioner Věra Jourová x Deutscher Anwaltverein (German Bar Association)"],"date":["2015-09-02"],"summary":["Legal profession (lawyers) aspects under justice files"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-a608b85b2ffef83f883b5a2330b6232efa1b7141","ec-person-184e698af1eb9e33b179680570ca171d8cb31c94","eu-tr-87980341522-66","ec-person-ff9ad301b778d595651cc4c46ec3a4cf1ef10376"]}} -{"id":"ec-meeting-2015-09-02-b5c2bba6a4245da8258a916395e9b34a215ed7b5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-02 - Günther Oettinger x The EMEA Satellite Operators' Assocation"],"date":["2015-09-02"],"summary":["DSM"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0","eu-tr-93226026703-84"]}} -{"id":"ec-meeting-2015-09-02-b6e8d01b6493d8b43595fb6d7a804ba5fddf3b30","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-02 - Cabinet of Commissioner Phil Hogan x Polski Związek Hodowców i Producentów Trzody Chlewnej \"POLSUS\""],"date":["2015-09-02"],"summary":["Future Prespective of Agriculture"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-068516110787-28","ec-person-a1a78365cc4685b0958056646204977d8f2ead92"]}} -{"id":"ec-meeting-2015-09-02-c0a36c22d02c5cdc35d490ad4eb58a0b08ee4d09","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-02 - Günther Oettinger x Wirtschaftsrat der CDU e.V."],"date":["2015-09-02"],"summary":["Digital Health"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-176334311014-43","ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0"]}} -{"id":"ec-meeting-2015-09-02-c7cafbf7c8aa769bb7ec3b112b724e24a41f13ff","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-02 - Cabinet of Vice-President Maroš Šefčovič x Equinor ASA"],"date":["2015-09-02"],"summary":["Energy Union"],"notes":["Portfolio: Energy Union"],"location":["BERL, Brussels"],"address":["BERL, Brussels"],"addressEntity":["addr-c1b89a719fb4c3b86c91ae01524d04183caeb9e6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-af83ed49c403cb9d7ebfecca7893f0054c1f4be5","eu-tr-4447605981-76"]}} -{"id":"ec-meeting-2015-09-02-ec258911f68de6cf8d4b7494768c1d851f2b0ef4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-02 - Cabinet of Commissioner Jonathan Hill x Lloyds Banking Group plc"],"date":["2015-09-02"],"summary":["US equivalence; Covered Agreement; Reinsurance barriers"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["eu-tr-06872998232-31","ec-person-890015b0d769ee93a09119846b414d4aae7c64ae"]}} -{"id":"ec-meeting-2015-09-03-004a54bcde4ed40cbaa3a1c76f31ae3e3b4c24cf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-03 - Cabinet of Commissioner Jonathan Hill x European Public Real Estate Association"],"date":["2015-09-03"],"summary":["Capital Markets Union"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["eu-tr-09307393718-06","ec-person-f247edfcff54d4f26fc10769f809c92bc72d6797"]}} -{"id":"ec-meeting-2015-09-03-0789a52641a2eb2c14f048216475a63afba9dc0f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-03 - Günther Oettinger x IBM Corporation"],"date":["2015-09-03"],"summary":["DSM"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-7721359944-96","ec-person-c6cae64cc7dc787b66a47ab1613d3e922875b971"]}} -{"id":"ec-meeting-2015-09-03-11cb4587d8dd2a537ca69683d2608c67cc7d3f1e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-03 - Cabinet of Vice-President Andrus Ansip x Europa Distribution"],"date":["2015-09-03"],"summary":["DSM, copyright"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-e91c5be432b6b3efdda369792fed67c20b767a45","eu-tr-626116910064-95"]}} -{"id":"ec-meeting-2015-09-03-1b073bc7b8af32b1f17d9060aa0e341648408f61","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-03 - Cabinet of Commissioner Jonathan Hill x European Union Chamber of Commerce in China"],"date":["2015-09-03"],"summary":["EU - China Relations"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["eu-tr-592343015058-67","ec-person-5e8e66c5b37cfc1f9272932bf8e12f4b28d1160a"]}} -{"id":"ec-meeting-2015-09-03-1b53149a2649eb6f7008ad505381270f03408695","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-03 - Cabinet of Commissioner Violeta Bulc x Etihad Airways"],"date":["2015-09-03"],"summary":["follow up of EY investments in the EU, the external dimension of the upcoming aviation package"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-5012c5e45a52ee8ce67d19c1781a127af53e73e7","eu-tr-142277315551-86"]}} -{"id":"ec-meeting-2015-09-03-21e942f2b464310eb2fd3e7a3ed00983daa5eb13","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-03 - Cabinet of Vice-President Jyrki Katainen x European Union Chamber of Commerce in China"],"date":["2015-09-03"],"summary":["Chinese business environment"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-592343015058-67","ec-person-7c9460f99c5872dbdc561f5752401c870d12e98b"]}} -{"id":"ec-meeting-2015-09-03-24f7a9c45ba463ece085e79fd0902fe1538402fb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-03 - Cabinet of Commissioner Elżbieta Bieńkowska x Falck"],"date":["2015-09-03"],"summary":["Emergency Medical Services in the Internal Market"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["ec-person-b2f9be51339f054477846797e2c119fcf16548fc","eu-tr-93898497838-96"]}} -{"id":"ec-meeting-2015-09-03-4b071b2d66b0a5104496f289fde74ceeef6fdee6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-03 - Cabinet of Commissioner Violeta Bulc x Cruise Lines International Association Europe"],"date":["2015-09-03"],"summary":["preparation of CLiA Management for the meeting with commissioner"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-5012c5e45a52ee8ce67d19c1781a127af53e73e7","eu-tr-69525934310-58"]}} -{"id":"ec-meeting-2015-09-03-58f163e4b40ecdad5eee653b02d4de56091bb9c4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-03 - Cabinet of High Representative / Vice-President Federica Mogherini x None"],"date":["2015-09-03"],"summary":["AEGIS Europe and MES China"],"notes":["Portfolio: Foreign Affairs and Security Policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"involved":["eu-tr-61650796093-48","eu-tr-79465004946-12","ec-person-189fa91edba64d04693773d2f922608c3f83b78d","eu-tr-27762251795-15","eu-tr-9224280267-20","eu-tr-72279144480-58","eu-tr-19153965510-75","eu-tr-62722978644-95","eu-tr-717101617809-28"]}} -{"id":"ec-meeting-2015-09-03-5ce901d92f12c9d35fd7ac97ce7ad95bed5950b6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-03 - Directorate-General for International Partnerships x Council of European Energy Regulators"],"date":["2015-09-03"],"summary":["Energy Regulatory Framework in Africa"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-intpa"],"involved":["eu-tr-65470797015-89","ec-person-ad00e7dd980bb2a40a95c65a87f8760494546865"]}} -{"id":"ec-meeting-2015-09-03-60641080e692c95968cd9a0c46a425477c231585","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-03 - Cabinet of Commissioner Pierre Moscovici x HSBC Holdings PLC"],"date":["2015-09-03"],"summary":["Présentation de la stratégie d'HSBC, à la fois globalement et en Europe, discuter sur Capital Markets Union et les sujets de liquidité sur les marchés."],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["eu-tr-001866415031-87","ec-person-18ec03f403696ecde522f7843ba9c4ff6335ead4"]}} -{"id":"ec-meeting-2015-09-03-76dc4657ecf3579642dde201b9f910b3dd21b604","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-03 - Energy x Tesla Motors Netherlands B.V."],"date":["2015-09-03"],"summary":["European energy policies"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-547225616323-13","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2015-09-03-78f68801ae2b0d626a8ece3752d4a3c5a0d1ba6c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-03 - Structural Reform Support x Trans Adriatic Pipeline"],"date":["2015-09-03"],"summary":["Pipeline"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-reform"],"involved":["eu-tr-570335813082-79","ec-person-6420facda81e0ac04377023fcfa86e953541782b"]}} -{"id":"ec-meeting-2015-09-03-7a1569f346f37b25ff9269db420bc26fb80b03ce","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-03 - Cabinet of Vice-President Jyrki Katainen x European Public Real Estate Association"],"date":["2015-09-03"],"summary":["Investment in real estate"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-09307393718-06","ec-person-7c9460f99c5872dbdc561f5752401c870d12e98b"]}} -{"id":"ec-meeting-2015-09-03-8ba66ed7bcb537c405f6074c8af1ea3e82cc0e8d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-03 - Cabinet of Vice-President Andrus Ansip x Lenovo"],"date":["2015-09-03"],"summary":["DSM"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-238774916287-66","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45"]}} -{"id":"ec-meeting-2015-09-03-8c84d2ce65220ffb04232774a71418c92d550eef","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-03 - Cabinet of Vice-President Maroš Šefčovič x Trans Adriatic Pipeline"],"date":["2015-09-03"],"summary":["Energy Union"],"notes":["Portfolio: Energy Union"],"location":["BERL, Brussels"],"address":["BERL, Brussels"],"addressEntity":["addr-c1b89a719fb4c3b86c91ae01524d04183caeb9e6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-570335813082-79","ec-person-af83ed49c403cb9d7ebfecca7893f0054c1f4be5"]}} -{"id":"ec-meeting-2015-09-03-8d9fa08d516236c500a82c194e3b0c7e506cdb11","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-03 - Energy x Central Europe Energy Partners"],"date":["2015-09-03"],"summary":["European energy policies"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-87738563745-94","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2015-09-03-94fcec97620d9f86b2d4dd220611604ffc5b8101","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-03 - Cabinet of Commissioner Vytenis Andriukaitis x Handelsverband Deutschland"],"date":["2015-09-03"],"summary":["Food information, labelling, nutrition"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-b9c3f19e7c5f216e3e508f931ddd6a9cb59376d1","eu-tr-31200871765-41"]}} -{"id":"ec-meeting-2015-09-03-a5a9cb36cd2c9f6fb072dbd4147d82e96ccfd6d3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-03 - Cabinet of Vice-President Miguel Arias Cañete x Bureau Européen des Unions de Consommateurs"],"date":["2015-09-03"],"summary":["Market Design"],"notes":["Portfolio: Climate Action & Energy"],"location":["BERL 8th floor"],"address":["BERL 8th floor"],"addressEntity":["addr-0d10356a528121d24c2f124c205c4b665f845946"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-1831691c10441c5974327bbeb8693d6b6c1e50c3","eu-tr-9505781573-45"]}} -{"id":"ec-meeting-2015-09-03-a98d91aee8d3a2cec6aa74f0d67c80e10246862d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-03 - Cabinet of Vice-President Maroš Šefčovič x BP p.l.c."],"date":["2015-09-03"],"summary":["Southern Gas Corridor"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-3394026642-58","ec-person-3bf48630444ace93d407e52eb880e64d480f75ce"]}} -{"id":"ec-meeting-2015-09-03-b62a6cab38c4baa8a61b91c9d9367ed07262b8c4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-03 - Cabinet of Commissioner Vytenis Andriukaitis x Freie Universität Berlin"],"date":["2015-09-03"],"summary":["General usage of media and perception in the Cabinet"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["eu-tr-232569310146-44","ec-person-d462b3c7daeee00ad55e380a7fb96819f79899df"]}} -{"id":"ec-meeting-2015-09-03-bc761436a7273eea8b846830d5f92bce16c45b6e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-03 - Cabinet of Commissioner Jonathan Hill x Open Europe"],"date":["2015-09-03"],"summary":["EU Policy"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["eu-tr-73494557272-88","ec-person-03cf92829e273869bfbd8bbf4f1881dcd0848186"]}} -{"id":"ec-meeting-2015-09-03-bca303b01cefea81365b86015c40e90781fcc370","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-03 - Günther Oettinger x Bundesverband Deutscher Inkasso-Unternehmen e.V."],"date":["2015-09-03"],"summary":["Data Protection & DSM"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-439517518445-17","ec-person-5652698e8f7b4a189329e67fddbaff44dbe8658c"]}} -{"id":"ec-meeting-2015-09-03-cd63e9db4c778e5c6bfed511997b5effa65d4c89","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-03 - Cabinet of Vice-President Miguel Arias Cañete x European Geothermal Energy Council"],"date":["2015-09-03"],"summary":["Position paper: Developing a reliable and transparent Energy Union Governance system"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-260e00934471a02805fb143935d6e9205a7f355f","eu-tr-11458103335-07"]}} -{"id":"ec-meeting-2015-09-03-d75f1ac0fa0e75f12e39f4d08c9c04c78f17d053","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-03 - Cabinet of Vice-President Valdis Dombrovskis x Trans Adriatic Pipeline"],"date":["2015-09-03"],"summary":["latest developments along the Southern Gas Corridor route"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels, Berlaymont"],"address":["Brussels, Berlaymont"],"addressEntity":["addr-2d842da4e8cf3dbd0304d45e6b874d5f0aa57edf"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-902665668634b69ce99a97f1853d89a9d1b275f2","eu-tr-570335813082-79","ec-person-b3851773e6fffa3f8f2c4483b70f7bb63da8a4c3"]}} -{"id":"ec-meeting-2015-09-03-db44d9f5bf0db300cb60ed04ccab966fa36441f7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-03 - Cabinet of Commissioner Violeta Bulc x Tesla Motors Netherlands B.V."],"date":["2015-09-03"],"summary":["decarbonisation"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-5012c5e45a52ee8ce67d19c1781a127af53e73e7","eu-tr-547225616323-13"]}} -{"id":"ec-meeting-2015-09-03-dd50def734782821339619ffc3856b808b8a403b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-03 - Günther Oettinger x NXP Semiconductors Netherlands B.V."],"date":["2015-09-03"],"summary":["cybersecurity"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-898711618618-45","ec-person-5652698e8f7b4a189329e67fddbaff44dbe8658c"]}} -{"id":"ec-meeting-2015-09-03-e928316b8636e023af645e81b9b450832225f62b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-03 - Cabinet of Commissioner Corina Crețu x Wienerberger AG"],"date":["2015-09-03"],"summary":["Cohesion Policy and energy; ETS Directive"],"notes":["Portfolio: Regional Policy"],"location":["BRUSSELS"],"address":["BRUSSELS"],"addressEntity":["addr-f74337897287bf1b546f30505f5b1f693a87af50"],"organizer":["ec-cabinet-commissioner-corina-cretu-of"],"involved":["eu-tr-82041746393-10","ec-person-f5bd4d5d0170028815aba56ee7d4883f0fd70f47"]}} -{"id":"ec-meeting-2015-09-03-eae4ba51621332998d443b4fa63dd71998a066c3","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2015-09-03 - Cabinet of Vice-President Miguel Arias Cañete x International Association of Classification Societies Ltd."],"date":["2015-09-03"],"summary":["Energy Union and Climate","Energy Union"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-80305287660-27","ec-person-25a937c04cd0a0ddcf5cf34798e76b5105854114"]}} -{"id":"ec-meeting-2015-09-04-0a3cacf022cb9b5d6491ac8496a9d750dab90b6e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-04 - Cabinet of Vice-President Miguel Arias Cañete x E.ON SE"],"date":["2015-09-04"],"summary":["Security of supply and Energy diversification"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-1831691c10441c5974327bbeb8693d6b6c1e50c3","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd","ec-person-2229c857664a22dcb8eee79a8c05841fd3d0924f","ec-person-7e87a14bf64af274f1cfb85d6b64a405eea6217f","eu-tr-72760517350-57"]}} -{"id":"ec-meeting-2015-09-04-117b8233dd6a8711642dc3eea5a4a291ff052e8a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-04 - Cabinet of Vice-President Miguel Arias Cañete x BP p.l.c."],"date":["2015-09-04"],"summary":["Security of supply and Energy diversification"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-3394026642-58","ec-person-1831691c10441c5974327bbeb8693d6b6c1e50c3","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd","ec-person-2229c857664a22dcb8eee79a8c05841fd3d0924f","ec-person-7e87a14bf64af274f1cfb85d6b64a405eea6217f"]}} -{"id":"ec-meeting-2015-09-04-117cd33868b2b4daea998a4ff4f2e6f2305dacec","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-04 - Cabinet of Vice-President Miguel Arias Cañete x TotalEnergies SE"],"date":["2015-09-04"],"summary":["Security of supply and Energy diversification"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-1831691c10441c5974327bbeb8693d6b6c1e50c3","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd","ec-person-2229c857664a22dcb8eee79a8c05841fd3d0924f","ec-person-7e87a14bf64af274f1cfb85d6b64a405eea6217f","eu-tr-1849405799-88"]}} -{"id":"ec-meeting-2015-09-04-13ab970c602481a24c448d7c722c6865e3a8d371","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-04 - Cabinet of Vice-President Miguel Arias Cañete x Shell Companies"],"date":["2015-09-04"],"summary":["Security of supply and Energy diversification"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-1831691c10441c5974327bbeb8693d6b6c1e50c3","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd","ec-person-2229c857664a22dcb8eee79a8c05841fd3d0924f","ec-person-7e87a14bf64af274f1cfb85d6b64a405eea6217f","eu-tr-05032108616-26"]}} -{"id":"ec-meeting-2015-09-04-151b3dea57b52072add67e3a9bc34e463a52831c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-04 - Cabinet of Vice-President Neven Mimica x CARE International Aisbl"],"date":["2015-09-04"],"summary":["Financing for Development, post-2015; Climate change; Gender"],"notes":["Portfolio: International Cooperation & Development"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-mimica-neven-of-president-vice"],"involved":["eu-tr-90237823189-97","ec-person-886e1b865045c3ed98e99075006d09cea708acce"]}} -{"id":"ec-meeting-2015-09-04-155733044f12cbfff695390a38099100f37b1c06","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-04 - Cabinet of Vice-President Miguel Arias Cañete x WWF European Policy Programme"],"date":["2015-09-04"],"summary":["International Climate negotiations and Commission Working Programme"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd","ec-person-2229c857664a22dcb8eee79a8c05841fd3d0924f","ec-person-7e87a14bf64af274f1cfb85d6b64a405eea6217f","eu-tr-1414929419-24","ec-person-260e00934471a02805fb143935d6e9205a7f355f"]}} -{"id":"ec-meeting-2015-09-04-175be54c90e5e2238d586cbb451a9db40ae0d8a8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-04 - Cabinet of President Jean-Claude Juncker x Independent Television PLC"],"date":["2015-09-04"],"summary":["Digital Single Market"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-44a061693f35519551be0e3dab996e76ad3f8c7c","eu-tr-978406813345-95"]}} -{"id":"ec-meeting-2015-09-04-1d08f433412d4115582fa97904879732696d971d","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2015-09-04 - Cabinet of Vice-President Neven Mimica x Women Political Leaders"],"date":["2015-09-04"],"summary":["Inform the Commissioner of the WIP plans for the next year"],"notes":["Portfolio: International Cooperation & Development"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-mimica-neven-of-president-vice"],"involved":["ec-person-5f446e21c2ca97624d9781d53ce7312477e72d6e","ec-person-e90858f5aba78fd0e1cb2f757c3f38d55d91f98b","eu-tr-419508817229-68"]}} -{"id":"ec-meeting-2015-09-04-20866a4b415c84d79e68faffde53cc2fe25088a2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-04 - Cabinet of Vice-President Miguel Arias Cañete x RWE AG"],"date":["2015-09-04"],"summary":["Security of supply and Energy diversification"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-1831691c10441c5974327bbeb8693d6b6c1e50c3","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd","ec-person-2229c857664a22dcb8eee79a8c05841fd3d0924f","eu-tr-77608353460-77","ec-person-7e87a14bf64af274f1cfb85d6b64a405eea6217f"]}} -{"id":"ec-meeting-2015-09-04-22f3cdb229ab05b77ccbef3c4a9db3bde2a2a93f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-04 - Günther Oettinger x FINPOINT GmbH"],"date":["2015-09-04"],"summary":["DSM"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-c6cae64cc7dc787b66a47ab1613d3e922875b971","eu-tr-438854416795-01"]}} -{"id":"ec-meeting-2015-09-04-280e389e77d2ea30af5a98ca9a35d733b981e863","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-04 - Cabinet of Vice-President Andrus Ansip x Wise Ltd"],"date":["2015-09-04"],"summary":["Future of banking, customer identification in the EU, transparency of pricing"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-0f698e3a0cc0bd6a02e1bd386a25cedc1366f3f1","ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0","eu-tr-843309518020-96"]}} -{"id":"ec-meeting-2015-09-04-2db89b260c739a372821f7001a9d1158d968ee34","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-04 - Energy x UNION FRANCAISE DE L'ELECTRICITE - UFE"],"date":["2015-09-04"],"summary":["European Energy policies"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["ec-person-6997149120ce5129e38febe5275dc8fd03232d2e","eu-tr-30146663069-53"]}} -{"id":"ec-meeting-2015-09-04-36c38a3b843cd77f4b5c535a107a0a1ab656bd8a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-04 - Cabinet of Vice-President Miguel Arias Cañete x ENGIE"],"date":["2015-09-04"],"summary":["Security of supply and Energy diversification"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-1831691c10441c5974327bbeb8693d6b6c1e50c3","eu-tr-90947457424-20","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd","ec-person-2229c857664a22dcb8eee79a8c05841fd3d0924f","ec-person-7e87a14bf64af274f1cfb85d6b64a405eea6217f"]}} -{"id":"ec-meeting-2015-09-04-3ae9c116efc1d90788dc2250ff7eaa329182afec","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-04 - Günther Oettinger x Bundesverband der Deutschen Industrie e.V."],"date":["2015-09-04"],"summary":["DSM"],"location":["Berlin"],"address":["Berlin"],"addressEntity":["addr-062b06ba8e755765c6b049809b7430fd54fe5b21"],"organizer":["ec-dg-de"],"involved":["eu-tr-1771817758-48","ec-person-4cd59e13386e3b68ecb3611fcc579e0a0a3938a5"]}} -{"id":"ec-meeting-2015-09-04-4c22faf17a80f13ff5907be85ff3ea42827b3bd2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-04 - Cabinet of Vice-President Miguel Arias Cañete x Carbon Market Watch"],"date":["2015-09-04"],"summary":["International climate negotiations and Commission Working Programme"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-75365248559-90","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd","ec-person-2229c857664a22dcb8eee79a8c05841fd3d0924f","ec-person-7e87a14bf64af274f1cfb85d6b64a405eea6217f","ec-person-260e00934471a02805fb143935d6e9205a7f355f"]}} -{"id":"ec-meeting-2015-09-04-51296cd4e68a1000ab840736e81edb25c0f3fdbd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-04 - Cabinet of Vice-President Jyrki Katainen x Confederation of British Industry"],"date":["2015-09-04"],"summary":["Issues for UK business growth"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-73725676990-18","ec-person-7c9460f99c5872dbdc561f5752401c870d12e98b"]}} -{"id":"ec-meeting-2015-09-04-568fca327bed4a66179bf4f15d34cfcaf47873c1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-04 - Günther Oettinger x Deutsche Telekom"],"date":["2015-09-04"],"summary":["DSM"],"location":["Evian"],"address":["Evian"],"addressEntity":["addr-055e0b367121f6dcd60f6eb0405949cbe0976a03"],"organizer":["ec-dg-de"],"involved":["ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0","eu-tr-60052162589-72"]}} -{"id":"ec-meeting-2015-09-04-57dd74f264f69790549d137598b6f06ba1cadfad","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-04 - Cabinet of Vice-President Miguel Arias Cañete x Friends of the Earth Europe"],"date":["2015-09-04"],"summary":["International Climate negotiations and Commission Working Programme"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd","ec-person-2229c857664a22dcb8eee79a8c05841fd3d0924f","ec-person-7e87a14bf64af274f1cfb85d6b64a405eea6217f","ec-person-260e00934471a02805fb143935d6e9205a7f355f","eu-tr-9825553393-31"]}} -{"id":"ec-meeting-2015-09-04-5a522d5ab4b4c257b4e7e0a05c9412a92235bfc1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-04 - Cabinet of Vice-President Miguel Arias Cañete x Repsol, S.A."],"date":["2015-09-04"],"summary":["Security of Supply and Energy diversification"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brusels, Belgium"],"address":["Brusels, Belgium"],"addressEntity":["addr-2e67c16dbf88bf0f3ca360ce18e2c707355028c1"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-1831691c10441c5974327bbeb8693d6b6c1e50c3","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd","ec-person-2229c857664a22dcb8eee79a8c05841fd3d0924f","ec-person-7e87a14bf64af274f1cfb85d6b64a405eea6217f","eu-tr-69240395197-02"]}} -{"id":"ec-meeting-2015-09-04-68bba55750a9cf480a3d3fb1eecca6b9d119a950","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-04 - Cabinet of Vice-President Miguel Arias Cañete x Equinor ASA"],"date":["2015-09-04"],"summary":["Security of supply and Energy diversification"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-1831691c10441c5974327bbeb8693d6b6c1e50c3","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd","ec-person-2229c857664a22dcb8eee79a8c05841fd3d0924f","ec-person-7e87a14bf64af274f1cfb85d6b64a405eea6217f","eu-tr-4447605981-76"]}} -{"id":"ec-meeting-2015-09-04-7238752064f1c68d1149aa797350863e2d156e66","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-04 - Cabinet of Vice-President Miguel Arias Cañete x Eurocities"],"date":["2015-09-04"],"summary":["Smart Cities"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-12493392840-79","ec-person-25a937c04cd0a0ddcf5cf34798e76b5105854114"]}} -{"id":"ec-meeting-2015-09-04-80bb1b6ac35fc0ae75d49dfcc7997fa281556d17","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-04 - Cabinet of Vice-President Miguel Arias Cañete x Transport and Environment (European Federation for Transport and Environment)"],"date":["2015-09-04"],"summary":["International Climate negotiations and Commission Working Programme"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd","eu-tr-58744833263-19","ec-person-2229c857664a22dcb8eee79a8c05841fd3d0924f","ec-person-7e87a14bf64af274f1cfb85d6b64a405eea6217f","ec-person-260e00934471a02805fb143935d6e9205a7f355f"]}} -{"id":"ec-meeting-2015-09-04-8ee11cf27f54d68b301690168d28f03b382c7da3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-04 - Energy x None"],"date":["2015-09-04"],"summary":["gas and oil"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-3394026642-58","eu-tr-90947457424-20","eu-tr-905001612275-82","eu-tr-77608353460-77","eu-tr-72760517350-57","eu-tr-05032108616-26","eu-tr-4447605981-76","eu-tr-1849405799-88","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e","eu-tr-69240395197-02"]}} -{"id":"ec-meeting-2015-09-04-a536db7b2a531ef64dbfb1f2022abfc7ae252316","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-04 - Cabinet of Vice-President Miguel Arias Cañete x Stichting BirdLife Europe"],"date":["2015-09-04"],"summary":["International Climate negotiations and Commission Working Programme"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd","ec-person-2229c857664a22dcb8eee79a8c05841fd3d0924f","eu-tr-1083162721-43","ec-person-7e87a14bf64af274f1cfb85d6b64a405eea6217f","ec-person-260e00934471a02805fb143935d6e9205a7f355f"]}} -{"id":"ec-meeting-2015-09-04-ad0a61c26d646c105240705c88bec326b0feb7f6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-04 - Cabinet of Vice-President Jyrki Katainen x Open Europe"],"date":["2015-09-04"],"summary":["UK-EU economic co-operation"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-73494557272-88","ec-person-7c9460f99c5872dbdc561f5752401c870d12e98b"]}} -{"id":"ec-meeting-2015-09-04-b4887a31ffe094fbbe07f746de613ec7d4f27d82","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-04 - Cabinet of Vice-President Miguel Arias Cañete x Climate Action Network Europe"],"date":["2015-09-04"],"summary":["International Climate negotiations and Commission Working Programme"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd","ec-person-2229c857664a22dcb8eee79a8c05841fd3d0924f","ec-person-7e87a14bf64af274f1cfb85d6b64a405eea6217f","eu-tr-55888811123-49","ec-person-260e00934471a02805fb143935d6e9205a7f355f"]}} -{"id":"ec-meeting-2015-09-04-b5d8f0bdd63a28a2261e5f4e8125c0e9448c1f4a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-04 - Cabinet of Commissioner Carlos Moedas x Microsoft Corporation"],"date":["2015-09-04"],"summary":["DSM"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["eu-tr-0801162959-21","ec-person-01051f0f33bfdc2ecc41873c02cae666c5e0d099"]}} -{"id":"ec-meeting-2015-09-04-b70cb2d1d79665cdd7a967d0c6a3a7a7ec551802","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-04 - Cabinet of Commissioner Věra Jourová x European Law Institute"],"date":["2015-09-04"],"summary":["Overview of DG Justice and Consumers policies"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Vienna, Austria"],"address":["Vienna, Austria"],"addressEntity":["addr-090be3f54cd0f162a77bddc433046b64f0b14a71"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-a2ca9161feee56909a0e98b473c2d342c20fdb57","ec-person-a608b85b2ffef83f883b5a2330b6232efa1b7141","eu-tr-455458212010-50"]}} -{"id":"ec-meeting-2015-09-04-d01beea5df350a6d571a1663753631fde06f7f90","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-04 - Energy x Trafigura Group Pte."],"date":["2015-09-04"],"summary":["Oil market"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-955315115949-73","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2015-09-04-d24d99b3e2e89a3fada8de21e37cdf619109ab49","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-04 - Cabinet of Vice-President Miguel Arias Cañete x Enagás S.A."],"date":["2015-09-04"],"summary":["Security of supply and Energy diversification"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-1831691c10441c5974327bbeb8693d6b6c1e50c3","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd","ec-person-2229c857664a22dcb8eee79a8c05841fd3d0924f","eu-tr-905001612275-82","ec-person-7e87a14bf64af274f1cfb85d6b64a405eea6217f"]}} -{"id":"ec-meeting-2015-09-04-d47a20a80b38139d1fb801f28b3e2975902f987a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-04 - Cabinet of Commissioner Elżbieta Bieńkowska x Chamber of Commerce of the United States of America"],"date":["2015-09-04"],"summary":["Meeting ahead of the Commissioner's visit to the US"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-444722016787-61","ec-person-b2f9be51339f054477846797e2c119fcf16548fc"]}} -{"id":"ec-meeting-2015-09-04-d6ff48e2b7bde8f6a94661cb8a4bc5be1904f82f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-04 - Taskforce on Article 50 negotiations with the United Kingdom x Open Europe"],"date":["2015-09-04"],"summary":["UK Referendum"],"location":["Brussels, BERL 2/320"],"address":["Brussels, BERL 2/320"],"addressEntity":["addr-0d5d027e38252e1f3668737e82a646a03f7fabdb"],"organizer":["ec-dg-tf50"],"involved":["eu-tr-73494557272-88","ec-person-ebad254ad157f20ffe76dada00bb408af413c89a"]}} -{"id":"ec-meeting-2015-09-04-d7f383365df4940cb626c9ecf8a865533806ab07","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-04 - Cabinet of Vice-President Jyrki Katainen x IMPALA Association Internationale AISBL"],"date":["2015-09-04"],"summary":["Digital Single Market"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-12383069253-19","ec-person-0da85dc48012e26688310a59a0b51727ea68f410"]}} -{"id":"ec-meeting-2015-09-04-d80636ec728631e5697a7d65a1fe4c62bdf96f4d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-04 - Cabinet of Vice-President Miguel Arias Cañete x Third Generation Environmentalism Ltd"],"date":["2015-09-04"],"summary":["International Climate negotiations and Commission Working Programme"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd","ec-person-2229c857664a22dcb8eee79a8c05841fd3d0924f","ec-person-7e87a14bf64af274f1cfb85d6b64a405eea6217f","eu-tr-07783117686-61","ec-person-260e00934471a02805fb143935d6e9205a7f355f"]}} -{"id":"ec-meeting-2015-09-04-dd9e02cb553171b36c7a8816a132e6ef415cb0e6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-04 - Cabinet of Vice-President Miguel Arias Cañete x Greenpeace European Unit"],"date":["2015-09-04"],"summary":["International Climate negotiations and Commission Working Programme"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd","ec-person-2229c857664a22dcb8eee79a8c05841fd3d0924f","ec-person-7e87a14bf64af274f1cfb85d6b64a405eea6217f","eu-tr-9832909575-41","ec-person-260e00934471a02805fb143935d6e9205a7f355f"]}} -{"id":"ec-meeting-2015-09-04-f3b6834603100f58be4907a1e0838a8f127dc0b5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-04 - Cabinet of Vice-President Miguel Arias Cañete x OXFAM INTERNATIONAL EU ADVOCACY OFFICE"],"date":["2015-09-04"],"summary":["International Climate negotiations and Commission Working Programme"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-46856801604-90","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd","ec-person-2229c857664a22dcb8eee79a8c05841fd3d0924f","ec-person-7e87a14bf64af274f1cfb85d6b64a405eea6217f","ec-person-260e00934471a02805fb143935d6e9205a7f355f"]}} -{"id":"ec-meeting-2015-09-04-f4f1a7f4ab2117a8751465fbd74e71d197c08c9d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-04 - Cabinet of Vice-President Andrus Ansip x Independent Television PLC"],"date":["2015-09-04"],"summary":["DSM, copyright, transfer of content, audiovisual media sector"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-978406813345-95","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45"]}} -{"id":"ec-meeting-2015-09-04-f9f7cd390c916f45e6903f64baf7774c422e1b9f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-04 - Cabinet of Commissioner Vytenis Andriukaitis x Avisa Partners"],"date":["2015-09-04"],"summary":["Fight against tobacco smuggling"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["eu-tr-54210841652-13","ec-person-d462b3c7daeee00ad55e380a7fb96819f79899df"]}} -{"id":"ec-meeting-2015-09-07-07634fcc20d9e7538e2fd62b2d228ae44a63c32e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-07 - Cabinet of Vice-President Maroš Šefčovič x SOCAR Representative Office in Belgium"],"date":["2015-09-07"],"summary":["TAP, TANAP, Southern Gas Corridor"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-293526811220-13","ec-person-3bf48630444ace93d407e52eb880e64d480f75ce","ec-person-192eca4cb918c7382c916bec9bfe04e745ee91cb"]}} -{"id":"ec-meeting-2015-09-07-0b4561021034f0b81b08dffe9bd22dc060234556","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-07 - Directorate-General for International Partnerships x International Union for Conservation of Nature EU Representative Office"],"date":["2015-09-07"],"summary":["Coopération entre DEVCO et les pays en développement, notamment q° sur la biodiversité"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-intpa"],"involved":["ec-person-ad00e7dd980bb2a40a95c65a87f8760494546865","eu-tr-03518238467-61"]}} -{"id":"ec-meeting-2015-09-07-1c8425e9f3ed6910779526c3c5fadb63b3de4451","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-07 - Maritime Affairs and Fisheries x Confederación Española de Pesca"],"date":["2015-09-07"],"summary":["Courtesy Visit / Common Fisheries Policy"],"location":["Madrid"],"address":["Madrid"],"addressEntity":["addr-7a2191964a3d7521269f0068afae6b6116bac15d"],"organizer":["ec-dg-mare"],"involved":["ec-person-a7b4b8418268a6d6c196b5e45f606fc92acbdb8c","eu-tr-423426615377-64"]}} -{"id":"ec-meeting-2015-09-07-282c03f650f9fc99dfed9db650d4734ccc3d52be","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-07 - Maritime Affairs and Fisheries x Greenpeace European Unit OCEANA Sociedad Española de Ornitología"],"date":["2015-09-07"],"summary":["Courtesy visit / Common Fisheries Policy"],"location":["Madrid"],"address":["Madrid"],"addressEntity":["addr-7a2191964a3d7521269f0068afae6b6116bac15d"],"organizer":["ec-dg-mare"],"involved":["ec-person-a7b4b8418268a6d6c196b5e45f606fc92acbdb8c","eu-tr-9832909575-41","eu-tr-78244764767-48","eu-tr-47937943241-80"]}} -{"id":"ec-meeting-2015-09-07-3f8fc9f15465869e90df9b679275a93762929521","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-07 - Cabinet of Vice-President Miguel Arias Cañete x Axel Springer SE"],"date":["2015-09-07"],"summary":["Data Protection"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-742417913824-11","ec-person-95f883d5d0d484088f26191a8fea8553d674dfbe"]}} -{"id":"ec-meeting-2015-09-07-44b17e81074c3a545ef2339b567fbac246f18f56","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-07 - Cabinet of Commissioner Vytenis Andriukaitis x Centre de liaison des industries transformatrices de viande de l'UE"],"date":["2015-09-07"],"summary":["Russia, Pig Castration, Official Control"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-0dbfffeb0323f819c8d57164906086dd8639c437","eu-tr-02978802379-31","ec-person-df30d07ef698a52b9948b9c734db39196cf8541f"]}} -{"id":"ec-meeting-2015-09-07-4ecb562ec10438eb8daef61c1a13db0bc47db845","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-07 - Cabinet of Vice-President Valdis Dombrovskis x Bundesverband deutscher Banken e.V."],"date":["2015-09-07"],"summary":["Securitisation/Prospectus Directive"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-0764199368-97","ec-person-3f9ca71b74344417d1f072ba7f3e2f09a223b036"]}} -{"id":"ec-meeting-2015-09-07-57dd74f264f69790549d137598b6f06ba1cadfad","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-07 - Cabinet of Vice-President Miguel Arias Cañete x Friends of the Earth Europe"],"date":["2015-09-07"],"summary":["Community Energy"],"notes":["Portfolio: Climate Action & Energy"],"location":["Berlaymont 8th floor"],"address":["Berlaymont 8th floor"],"addressEntity":["addr-f1b33ccdb4b8fa475dc659d681cd6b26d6443329"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-1831691c10441c5974327bbeb8693d6b6c1e50c3","eu-tr-9825553393-31"]}} -{"id":"ec-meeting-2015-09-07-58ead1943533e345be7a2addd4b447a909bc576c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-07 - Cabinet of Vice-President Valdis Dombrovskis x S&P Global"],"date":["2015-09-07"],"summary":["Future of the Economic and Monetary Union and the recent Five Presidents' Report"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-319148015141-55","ec-person-f6170dbdd732fc460a713b82b57759ac5e77fdc6"]}} -{"id":"ec-meeting-2015-09-07-7bc53ae8aec11090045d559d5147244a68cdd42a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-07 - Günther Oettinger x Information Technology and Innovation Foundation"],"date":["2015-09-07"],"summary":["DSM + US digital policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-4cd59e13386e3b68ecb3611fcc579e0a0a3938a5","eu-tr-923915716105-08"]}} -{"id":"ec-meeting-2015-09-07-7db618388eacc8a87e76a12ad04755549ecce1eb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-07 - Energy x WindEurope"],"date":["2015-09-07"],"summary":["Energy Union"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-19920706471-21","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2015-09-07-7ea16d4a7d0bfcbe156f06b09c84d5be702ae0a7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-07 - Cabinet of Vice-President Neven Mimica x European International Contractors"],"date":["2015-09-07"],"summary":["Role of private sector in public infrastructure projects in developing countries"],"notes":["Portfolio: International Cooperation & Development"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-mimica-neven-of-president-vice"],"involved":["ec-person-5f446e21c2ca97624d9781d53ce7312477e72d6e","ec-person-ba51cfc2cb570b2ba23d99869e21cd43fe8cadad","eu-tr-60857724758-68"]}} -{"id":"ec-meeting-2015-09-07-971ebb6fc56b8e7ffb05a13e74ef91c8e3810fc5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-07 - Cabinet of Commissioner Elżbieta Bieńkowska x Microsoft Corporation"],"date":["2015-09-07"],"summary":["Digital Single Market-related policies"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-0801162959-21","ec-person-b2f9be51339f054477846797e2c119fcf16548fc","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2015-09-07-995b2841b11ec9d61e22d5d1b77bdbd5aba06fac","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-07 - Cabinet of Commissioner Phil Hogan x Irish Farmers' Association"],"date":["2015-09-07"],"summary":["Business discussion"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-400dd8d59d3060187d9b9b143d697da1a3d03c12","eu-tr-458700813641-37"]}} -{"id":"ec-meeting-2015-09-07-d53ddb8f2a2a33a4cb5e5f27b0fee8baaf3ff1f5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-07 - Cabinet of First Vice-President Frans Timmermans x Eni S.p.A."],"date":["2015-09-07"],"summary":["better regulation, sustainable development"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-99578067285-35","ec-person-0eaac943e895c47df1465dda6c94e671c5081e0a"]}} -{"id":"ec-meeting-2015-09-07-dad436442b01dbcc127edb02a018ac79e4c5ccda","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-07 - Cabinet of Commissioner Carlos Moedas x Axel Springer SE"],"date":["2015-09-07"],"summary":["Data Protection Regulation"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["eu-tr-742417913824-11","ec-person-01051f0f33bfdc2ecc41873c02cae666c5e0d099"]}} -{"id":"ec-meeting-2015-09-07-e4e62b61fefbd0b971c057e3f31c099b9a118a3b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-07 - Maritime Affairs and Fisheries x Asociación para la Defensa de la Naturaleza"],"date":["2015-09-07"],"summary":["Courtesy Visit / Common Fisheries Policy"],"location":["Madrid"],"address":["Madrid"],"addressEntity":["addr-7a2191964a3d7521269f0068afae6b6116bac15d"],"organizer":["ec-dg-mare"],"involved":["ec-person-a7b4b8418268a6d6c196b5e45f606fc92acbdb8c","eu-tr-621929318922-12"]}} -{"id":"ec-meeting-2015-09-07-ea820e79264b099cdf9850cd4116d8c06e22610b","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2015-09-07 - Cabinet of Commissioner Phil Hogan x Syndicat National des Labels Avicoles de France"],"date":["2015-09-07"],"summary":["Promotion of agricultural products","Business discussion"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-400dd8d59d3060187d9b9b143d697da1a3d03c12","ec-person-c9d17d5879383b030f61a4066848249fb35d57e4","eu-tr-4815969728-48"]}} -{"id":"ec-meeting-2015-09-08-063aec8999d1835eae0622273c0d861f411ba93a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-08 - Cabinet of High Representative / Vice-President Federica Mogherini x Axel Springer SE"],"date":["2015-09-08"],"summary":["Digital Agenda"],"notes":["Portfolio: Foreign Affairs and Security Policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"involved":["eu-tr-742417913824-11","ec-person-189fa91edba64d04693773d2f922608c3f83b78d"]}} -{"id":"ec-meeting-2015-09-08-0ef8f4ad984c65fe4288b19862408f8ec41c2d19","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-08 - Cabinet of Commissioner Věra Jourová x FederlegnoArredo - Federazione Italiana delle Industrie del Legno, del Sughero, del Mobile e dell'Arredamento"],"date":["2015-09-08"],"summary":["Product safety and information labelling"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-a2ca9161feee56909a0e98b473c2d342c20fdb57","eu-tr-30579503232-50"]}} -{"id":"ec-meeting-2015-09-08-2a0f1c513defb1158ccb080ae13a1a54742dcad7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-08 - Günther Oettinger x VAUNET - Verband Privater Medien e. V."],"date":["2015-09-08"],"summary":["AVMS"],"location":["Berlin"],"address":["Berlin"],"addressEntity":["addr-062b06ba8e755765c6b049809b7430fd54fe5b21"],"organizer":["ec-dg-de"],"involved":["ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0","eu-tr-27085111347-65"]}} -{"id":"ec-meeting-2015-09-08-323623438e645c9454b4928142a5841a583ee30b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-08 - Cabinet of Vice-President Karmenu Vella x European Insulation Manufacturers Association"],"date":["2015-09-08"],"summary":["Energy"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["ec-person-4ff7c27445db4ad88e687776974fd8d077a1fe0c","eu-tr-98345631631-22"]}} -{"id":"ec-meeting-2015-09-08-3d8854c0bc1f835a599e365798be487f4e95ab9d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-08 - Taskforce on Article 50 negotiations with the United Kingdom x Centre for European Policy Studies"],"date":["2015-09-08"],"summary":["UK Referendum"],"location":["BERL2/320"],"address":["BERL2/320"],"addressEntity":["addr-7c848cc9ac1d644ebc1106e5100296786d728b24"],"organizer":["ec-dg-tf50"],"involved":["ec-person-ebad254ad157f20ffe76dada00bb408af413c89a","eu-tr-86853666704-95"]}} -{"id":"ec-meeting-2015-09-08-416d2bc941aae2c301ac2dad32e0af743e2065bb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-08 - Cabinet of Commissioner Elżbieta Bieńkowska x France Industrie"],"date":["2015-09-08"],"summary":["introductory meeting"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["ec-person-685ecf13dd26cd515c961e24ba71049af2302c5e","eu-tr-60974102057-03"]}} -{"id":"ec-meeting-2015-09-08-503f7457c983794e9bb991226291e3e0a4ac78f9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-08 - Cabinet of Vice-President Andrus Ansip x Information Technology and Innovation Foundation"],"date":["2015-09-08"],"summary":["EU-US approaches to digital issues"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-c759bd58acc54869aa8e62ce652efcda416e25c2","eu-tr-923915716105-08","ec-person-91ca0921c6790191daa54427311acd63035e7c9e"]}} -{"id":"ec-meeting-2015-09-08-602c6425df369d267c6ecb421f0c4ba9f15d08e6","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2015-09-08 - Cabinet of Commissioner Phil Hogan x European Coordination Via Campesina"],"date":["2015-09-08"],"summary":["Milk policy","Business discussion"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-400dd8d59d3060187d9b9b143d697da1a3d03c12","eu-tr-28920471149-55"]}} -{"id":"ec-meeting-2015-09-08-61ab057dac2551bc648591fbda4d5af23ef76444","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-08 - Cabinet of Commissioner Violeta Bulc x logos public affairs"],"date":["2015-09-08"],"summary":["Drones"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-5012c5e45a52ee8ce67d19c1781a127af53e73e7","eu-tr-5067624792-06"]}} -{"id":"ec-meeting-2015-09-08-68452796b028cf557b39b09fd4e7ffa252acd698","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-08 - Cabinet of Vice-President Andrus Ansip x Deutsche Telekom"],"date":["2015-09-08"],"summary":["Regulatory and competition issues including review of telco framework"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-d5a309c64ecdb05010325dcfc661f6ae817f31cc","ec-person-666bc159c7e65a3af9e63c1e97435c02f1496955","eu-tr-60052162589-72"]}} -{"id":"ec-meeting-2015-09-08-6fff82b2cb68c959908f06fe12330035ebc96de6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-08 - Cabinet of Vice-President Andrus Ansip x CIONET International"],"date":["2015-09-08"],"summary":["Digital Skills"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels - Belgium"],"address":["Brussels - Belgium"],"addressEntity":["addr-85d514873c3b55c68206168e47e9d4fc69799cc8"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-564470018819-38","ec-person-c759bd58acc54869aa8e62ce652efcda416e25c2"]}} -{"id":"ec-meeting-2015-09-08-7073205a0fa27bdcc3040dedb968459c96f2392c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-08 - Climate Action x Stichting European Climate Foundation"],"date":["2015-09-08"],"summary":["Paris - COP21"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-clima"],"involved":["ec-person-44c2f44f96dda2012bcb4e9abc749f6cae86a4c0","eu-tr-64869491516-70"]}} -{"id":"ec-meeting-2015-09-08-7fba1c3e199a62c734e95e69b62823233c54de42","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-08 - Energy x Chamber of Commerce of the United States of America"],"date":["2015-09-08"],"summary":["EU-U.S. energy relations"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-444722016787-61","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2015-09-08-b1a9a606f388e41592b48eceffb20e7579c58cc8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-08 - Cabinet of Vice-President Andrus Ansip x DIGITALEUROPE"],"date":["2015-09-08"],"summary":["geo-blocking, platforms, telco review"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-64270747023-20","ec-person-666bc159c7e65a3af9e63c1e97435c02f1496955"]}} -{"id":"ec-meeting-2015-09-08-c739b4436b01789d00e8c216af1b5cd7a57a6d8e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-08 - Cabinet of Vice-President Neven Mimica x European Magazine Media Association Axel Springer SE"],"date":["2015-09-08"],"summary":["Exchange of views on General Data Protection Regulation"],"notes":["Portfolio: International Cooperation & Development"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-mimica-neven-of-president-vice"],"involved":["eu-tr-742417913824-11","ec-person-b187f3955c71d2e1daa48e02fd0a09ab7c6f6098","ec-person-d455992f8f48b86e26e61f5284a9ef8e18aed182","eu-tr-37937886834-69"]}} -{"id":"ec-meeting-2015-09-08-e780a00675517d92f7f714631f50b2ad47509d3c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-08 - Cabinet of Commissioner Phil Hogan x Stichting BirdLife Europe"],"date":["2015-09-08"],"summary":["Rural Development Programmes"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-1083162721-43","ec-person-400dd8d59d3060187d9b9b143d697da1a3d03c12"]}} -{"id":"ec-meeting-2015-09-08-f3b6834603100f58be4907a1e0838a8f127dc0b5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-08 - Cabinet of Vice-President Miguel Arias Cañete x OXFAM INTERNATIONAL EU ADVOCACY OFFICE"],"date":["2015-09-08"],"summary":["EU-Pacific Climate cooperation"],"notes":["Portfolio: Climate Action & Energy"],"location":["Port Moresby, PNG"],"address":["Port Moresby, PNG"],"addressEntity":["addr-4c41deccd75feac9b1ee6d6ea3e25bfef6950b19"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-46856801604-90","ec-person-7e87a14bf64af274f1cfb85d6b64a405eea6217f","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd"]}} -{"id":"ec-meeting-2015-09-08-fe75726771d266fee8f243bf4056c5808ad4febf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-08 - Cabinet of Vice-President Valdis Dombrovskis x OXFAM INTERNATIONAL EU ADVOCACY OFFICE"],"date":["2015-09-08"],"summary":["Markets in Financial Instruments Directive II"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-46856801604-90","ec-person-3f9ca71b74344417d1f072ba7f3e2f09a223b036"]}} -{"id":"ec-meeting-2015-09-09-0b4c41fe0c39d2f0d398c9d9d68b2f89197e381e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-09 - Cabinet of Vice-President Jyrki Katainen x Volkswagen Aktiengesellschaft"],"date":["2015-09-09"],"summary":["Transport policy"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-0310c3b87e155f5572493e91d12eebab9736a76b","eu-tr-6504541970-40"]}} -{"id":"ec-meeting-2015-09-09-37bf3653bd0164cb8b18ac739cd650f281f62520","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-09 - Cabinet of Vice-President Andrus Ansip x The European House - Ambrosetti"],"date":["2015-09-09"],"summary":["DSM"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-625244214975-24","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45"]}} -{"id":"ec-meeting-2015-09-09-486fb9e1ac7d67f60e395ecf25e62678f9ffe319","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-09 - Cabinet of Commissioner Violeta Bulc x European Magazine Media Association"],"date":["2015-09-09"],"summary":["private data security"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-6a5ceb87383474e4b7f430af341029a155e255b0","eu-tr-37937886834-69"]}} -{"id":"ec-meeting-2015-09-09-4945386ba3f3abe2eeacbc4cb9f7f3e0beb9eaa9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-09 - Cabinet of Commissioner Carlos Moedas x Carlsberg Breweries A/S"],"date":["2015-09-09"],"summary":["Bilateral meeting with the Chairman of the Carlsberg Foundation"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Dalian"],"address":["Dalian"],"addressEntity":["addr-edc63aa399551819a3617ee4ee632e08f12ded8d"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-23980b2bc4fd9c82051d0f7888dc236b2f764866","eu-tr-048387711728-21"]}} -{"id":"ec-meeting-2015-09-09-62ae50aec92860162b5f3d2392a014baa68c69e8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-09 - Cabinet of Vice-President Jyrki Katainen x PensionsEurope"],"date":["2015-09-09"],"summary":["EFSI + Capital markets union"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-88d71b399a3e13a243bdc4676e481835e8e5b2f2","eu-tr-5199259747-21"]}} -{"id":"ec-meeting-2015-09-09-6c672d9baac21fc1bfb7d74ab3901014fd59a3b1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-09 - Cabinet of Commissioner Phil Hogan x Axel Springer SE"],"date":["2015-09-09"],"summary":["Data Protection"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-742417913824-11","ec-person-ff8342dedc26701400fcb7dcf73fbee50a837ac6"]}} -{"id":"ec-meeting-2015-09-09-80bb1b6ac35fc0ae75d49dfcc7997fa281556d17","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-09 - Cabinet of Vice-President Miguel Arias Cañete x Transport and Environment (European Federation for Transport and Environment)"],"date":["2015-09-09"],"summary":["Decarbonisation of transport fuels in the EU after 2020"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-260e00934471a02805fb143935d6e9205a7f355f","eu-tr-58744833263-19"]}} -{"id":"ec-meeting-2015-09-09-9169508c7287a3b78746caed4eb93c8ddfefec4e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-09 - Financial Stability, Financial Services and Capital Markets Union x Fiserv Incorporated"],"date":["2015-09-09"],"summary":["Digital Single Market, MIF Regulation and PSD II"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-519393415904-86","ec-person-bdee7a93f95c8ef05079539170139b3c02e8ed96"]}} -{"id":"ec-meeting-2015-09-09-9c02e29b942adfc09f8af478e333770ecaf83179","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-09 - Cabinet of Vice-President Jyrki Katainen x FINNAIR OYJ"],"date":["2015-09-09"],"summary":["Aviation Package"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-457984316938-16","ec-person-f9208d930adc70c6c64e21701e48f85f6f18e949"]}} -{"id":"ec-meeting-2015-09-09-d830682552338835fce13199b3bb88e20af80e1a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-09 - Cabinet of Vice-President Miguel Arias Cañete x European Insulation Manufacturers Association"],"date":["2015-09-09"],"summary":["Energy Union"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-95f883d5d0d484088f26191a8fea8553d674dfbe","eu-tr-98345631631-22","ec-person-25a937c04cd0a0ddcf5cf34798e76b5105854114"]}} -{"id":"ec-meeting-2015-09-09-d9634455636060f93a6481bf15a8fba1cf2bb054","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-09 - Cabinet of Vice-President Karmenu Vella x Shipyards' and Maritime Equipment Association of Europe"],"date":["2015-09-09"],"summary":["Blue Economy, Ocean Governance"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["ec-person-2966d69fae0ea4e67f3f2df5a743cc766267d3c8","eu-tr-009214311424-03"]}} -{"id":"ec-meeting-2015-09-09-edce2e03af67988d054c24d6c81917d5ae250f5c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-09 - Cabinet of Commissioner Jonathan Hill x Invest Europe"],"date":["2015-09-09"],"summary":["Capital Markets Union"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["ec-person-341f30cfe9dff9d73b83fe8d9e88d7383d6910d3","eu-tr-60975211600-74"]}} -{"id":"ec-meeting-2015-09-09-ef5a5334f2d349960fb267767f52ff2f3218441d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-09 - Cabinet of Commissioner Vytenis Andriukaitis x Atomium European Institute for Science, Media and Democracy"],"date":["2015-09-09"],"summary":["REIsearch project"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-97425c615743576adc42e09bee7dac14f83f691b","eu-tr-604316917419-28"]}} -{"id":"ec-meeting-2015-09-10-00a7c9e6ee558b7c8e77027fdcb45aae977b0407","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-10 - Günther Oettinger x Deutscher Anwaltverein (German Bar Association)"],"date":["2015-09-10"],"summary":["DP & DSM"],"location":["BXL"],"address":["BXL"],"addressEntity":["addr-d2fde52f67ea4a3e1fe233d0a959d6a1c77fd910"],"organizer":["ec-dg-de"],"involved":["ec-person-5652698e8f7b4a189329e67fddbaff44dbe8658c","eu-tr-87980341522-66"]}} -{"id":"ec-meeting-2015-09-10-0b954b5e79ee4bc0ea88131c135ffc1dd1db358d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-10 - Cabinet of Vice-President Miguel Arias Cañete x Naftogaz of Ukraine"],"date":["2015-09-10"],"summary":["Courtesy meetings"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-769349815543-90","ec-person-2229c857664a22dcb8eee79a8c05841fd3d0924f"]}} -{"id":"ec-meeting-2015-09-10-10c28d63a918ccbbe243c7463c0bce61315464da","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-10 - Cabinet of Commissioner Pierre Moscovici x Bundesverband der Deutschen Industrie e.V."],"date":["2015-09-10"],"summary":["Exchange of views on economic situation in European Area"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["eu-tr-1771817758-48","ec-person-79931cfd2923c1aca9c7d284e9590732b0a36ed9","ec-person-ac604755dc7677c8653a5a5172e851f7c8e468b4"]}} -{"id":"ec-meeting-2015-09-10-1ec331881729ba3875c1c1b12eda44bcd10efffa","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-10 - Cabinet of Vice-President Andrus Ansip x LT-Innovate"],"date":["2015-09-10"],"summary":["Multilingualism"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-645002016924-12","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45","ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0"]}} -{"id":"ec-meeting-2015-09-10-230ed01744b74ffdf3d018292988cd0ac290e647","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-10 - Informatics x Adobe Systems Benelux bv"],"date":["2015-09-10"],"summary":["Open standards and open development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-digit"],"involved":["ec-person-0098ceaf3507dfdf0d7f020be9785ac3453b4913","eu-tr-575371411483-96"]}} -{"id":"ec-meeting-2015-09-10-36f96e6e70c2146bf74c94311daf1825869f4e22","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-10 - Cabinet of Vice-President Miguel Arias Cañete x WindEurope"],"date":["2015-09-10"],"summary":["Governance of the Energy Union; reform of the wholesale electricity market; revision of the renewable energy directive"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-19920706471-21","ec-person-260e00934471a02805fb143935d6e9205a7f355f","ec-person-2229c857664a22dcb8eee79a8c05841fd3d0924f"]}} -{"id":"ec-meeting-2015-09-10-3798daa1b71ed86e7548e86f788b41e4554cf82a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-10 - Financial Stability, Financial Services and Capital Markets Union x Bank of America Corporation"],"date":["2015-09-10"],"summary":["EU and US regulatory agenda, the EU-US regulatory projet and the Capital Markets Union."],"location":["Luxembourg"],"address":["Luxembourg"],"addressEntity":["addr-5076721c4060feeb69bd2c3dd9bdce115d5c62f3"],"organizer":["ec-dg-fisma"],"involved":["ec-person-bdee7a93f95c8ef05079539170139b3c02e8ed96","eu-tr-53891615036-88"]}} -{"id":"ec-meeting-2015-09-10-3966bbe8091f0c13e5402fad1fc7e1b373a100fc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-10 - Cabinet of Vice-President Andrus Ansip x Fiserv Incorporated"],"date":["2015-09-10"],"summary":["Role of electronic payment solutions, data and dat protection"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-519393415904-86","ec-person-d5a309c64ecdb05010325dcfc661f6ae817f31cc","ec-person-5db7bdd1c81da2e70eb5b982097d0004111b5c3e"]}} -{"id":"ec-meeting-2015-09-10-3c1075e64fb344c00c5463a34146fa57126ef594","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-10 - Cabinet of High Representative / Vice-President Federica Mogherini x Médecins Sans Frontières"],"date":["2015-09-10"],"summary":["Current situation in Donbass"],"notes":["Portfolio: Foreign Affairs and Security Policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"involved":["eu-tr-38497857515-11","ec-person-97549b50ce25e488bb1c03d83cfb838cd4fdf293"]}} -{"id":"ec-meeting-2015-09-10-3ecc06100d918481a0678314203215af835b7cd7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-10 - Cabinet of Vice-President Andrus Ansip x FTTH Council Europe ASBL"],"date":["2015-09-10"],"summary":["Connectivity, telco framework review"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-666bc159c7e65a3af9e63c1e97435c02f1496955","eu-tr-09838612482-61"]}} -{"id":"ec-meeting-2015-09-10-44de81f3c51eb7192cbd08eea5a1c5a6fdb37d76","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-10 - Cabinet of Vice-President Andrus Ansip x European Magazine Media Association"],"date":["2015-09-10"],"summary":["DSM"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-e91c5be432b6b3efdda369792fed67c20b767a45","ec-person-91ca0921c6790191daa54427311acd63035e7c9e","eu-tr-37937886834-69"]}} -{"id":"ec-meeting-2015-09-10-49fe4743b74d0b03bb27b8f143d7566f7c48b2ea","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-10 - Cabinet of Commissioner Carlos Moedas x Carbon Capture & Storage Association"],"date":["2015-09-10"],"summary":["Carbon Capture and storage/Utilisation"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["eu-tr-69382094718-43","ec-person-fb56329c22510c66ab50a8bdba13230bdae32902"]}} -{"id":"ec-meeting-2015-09-10-4c6666f3297b994021aa453375de9853df5f6912","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-10 - Cabinet of Commissioner Marianne Thyssen x CSR Europe, The Business Network for Corporate Social Responsibility"],"date":["2015-09-10"],"summary":["Business engagement to support youth unemployment"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["ec-person-bdb607d5d994a4056dd700f8f52d9af25b406b36","eu-tr-56502415122-32","ec-person-c508e9337eca6b067c1f966b82de49c4824a3ad0"]}} -{"id":"ec-meeting-2015-09-10-55922cf67bc4bc2312c70dac71ebb20cf7069a42","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-10 - Cabinet of Vice-President Neven Mimica x Green 10"],"date":["2015-09-10"],"summary":["Implementing the 2030 Agenda for Sustainable Development, integrating environmental and climate aspects in EU Development policy"],"notes":["Portfolio: International Cooperation & Development"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-mimica-neven-of-president-vice"],"involved":["ec-person-5f446e21c2ca97624d9781d53ce7312477e72d6e","ec-person-d455992f8f48b86e26e61f5284a9ef8e18aed182","eu-tr-70309834043-10"]}} -{"id":"ec-meeting-2015-09-10-56563016c51d2d029fb24c0190fb16ba30851a0e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-10 - Cabinet of Vice-President Valdis Dombrovskis x Bundesverband der Deutschen Industrie e.V."],"date":["2015-09-10"],"summary":["EU financial services regulation and its impact on industry"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels, belgium"],"address":["Brussels, belgium"],"addressEntity":["addr-b39b9dcfba3e578ef360518fd0aa4ce7938fab00"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-1771817758-48","ec-person-48f31156d932641826e09f5b73f074d35ff05786"]}} -{"id":"ec-meeting-2015-09-10-5a1a6a996f28e0d19560780e9fcbcfeb113135d1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-10 - Financial Stability, Financial Services and Capital Markets Union x BlackRock"],"date":["2015-09-10"],"summary":["Credit information on SMEs, ELTIFs, Securitisation and Solvency II."],"location":["Luxembourg"],"address":["Luxembourg"],"addressEntity":["addr-5076721c4060feeb69bd2c3dd9bdce115d5c62f3"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-51436554494-18","ec-person-bdee7a93f95c8ef05079539170139b3c02e8ed96"]}} -{"id":"ec-meeting-2015-09-10-6361074057b5cea1aaeccbb426f5be6a61806f51","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-10 - Cabinet of Commissioner Marianne Thyssen x BUSINESSEUROPE"],"date":["2015-09-10"],"summary":["Social dialogue"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["eu-tr-3978240953-79","ec-person-e93189002a993321fd1af93481b271c766b1aff8"]}} -{"id":"ec-meeting-2015-09-10-707a0ffe4a53a6253ad1fb58f94f71951cb2f06b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-10 - Günther Oettinger x The European Azerbaijan Society - Brussels and Benelux office"],"date":["2015-09-10"],"summary":["EU-Azerbaijan Trade Summit"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-4cd59e13386e3b68ecb3611fcc579e0a0a3938a5","eu-tr-163313114609-84"]}} -{"id":"ec-meeting-2015-09-10-76b91ed0aacc2bce1c6b0e410365c7d0bbd1a64b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-10 - Cabinet of Commissioner Jonathan Hill x Bundesverband Öffentlicher Banken Deutschlands eV"],"date":["2015-09-10"],"summary":["Capital Markets Union & Banking Regulation"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Luxembourg"],"address":["Luxembourg"],"addressEntity":["addr-5076721c4060feeb69bd2c3dd9bdce115d5c62f3"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["eu-tr-0767788931-41","ec-person-f247edfcff54d4f26fc10769f809c92bc72d6797"]}} -{"id":"ec-meeting-2015-09-10-78ef585d68ef9c18a06174c80597e32fed0bc7bc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-10 - Cabinet of Commissioner Corina Crețu x COBATY International"],"date":["2015-09-10"],"summary":["Regional policy in outermost regions; Implementation of Regional Policy in Guadeloupe"],"notes":["Portfolio: Regional Policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-corina-cretu-of"],"involved":["ec-person-f5bd4d5d0170028815aba56ee7d4883f0fd70f47","eu-tr-83141557347-02"]}} -{"id":"ec-meeting-2015-09-10-79ce171ea95d07ab9b30807d98eeaf984401fff0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-10 - Cabinet of Commissioner Carlos Moedas x European Insulation Manufacturers Association"],"date":["2015-09-10"],"summary":["Energy Efficiency"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["eu-tr-98345631631-22","ec-person-fb56329c22510c66ab50a8bdba13230bdae32902"]}} -{"id":"ec-meeting-2015-09-10-8235fe069e178ac79a0f59535679d3aafd9428f7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-10 - Cabinet of Vice-President Jyrki Katainen x Uber"],"date":["2015-09-10"],"summary":["Digital Single Market"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90","eu-tr-002278013515-26"]}} -{"id":"ec-meeting-2015-09-10-94a3104d1f6f99c2a748ee7102dfc7211830c99e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-10 - Cabinet of Commissioner Violeta Bulc x UNION SYNDICALE FEDERALE"],"date":["2015-09-10"],"summary":["Meeting Union Syndicale-Fédérale representatives"],"notes":["Portfolio: Transport"],"location":["Brussels, Belguim"],"address":["Brussels, Belguim"],"addressEntity":["addr-84b5e5f38d43901e13b15f0c7dd8b408c954fd9b"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-854760618864-10","ec-person-4d2b449b5047ea3fda435a2a1c1081e3babcdf76","ec-person-9d4dc4867a44dfe10f67ae7ee1706da3e8b48a24"]}} -{"id":"ec-meeting-2015-09-10-98cbd073a69e6aa804e93fd9289e209c50d6033d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-10 - Cabinet of Vice-President Andrus Ansip x European Federation of Journalists"],"date":["2015-09-10"],"summary":["Authors' rights, cross-border access to content"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-e91c5be432b6b3efdda369792fed67c20b767a45","eu-tr-27471236588-39"]}} -{"id":"ec-meeting-2015-09-10-a0d4c8680b00ca6508152b04b6935e7ae68741f8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-10 - Cabinet of Vice-President Jyrki Katainen x EU-Asia Centre"],"date":["2015-09-10"],"summary":["Investment co-operation"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-707568010386-43","ec-person-7c9460f99c5872dbdc561f5752401c870d12e98b"]}} -{"id":"ec-meeting-2015-09-10-a148097b6d4cc59c5cc5a9e71701da8b8a2a305a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-10 - Cabinet of Vice-President Miguel Arias Cañete x Eurelectric aisbl"],"date":["2015-09-10"],"summary":["Energy Union"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussles"],"address":["Brussles"],"addressEntity":["addr-e6ba3e89050fdfff2010d3fb9d2fbe42cd1cafd9"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-4271427696-87","ec-person-95f883d5d0d484088f26191a8fea8553d674dfbe"]}} -{"id":"ec-meeting-2015-09-10-ae2c961d36459f99a9f814c8b1b2917d777f17c4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-10 - Financial Stability, Financial Services and Capital Markets Union x EUROFI"],"date":["2015-09-10"],"summary":["The Capital Markets Union (CMU) action plan"],"location":["Luxembourg"],"address":["Luxembourg"],"addressEntity":["addr-5076721c4060feeb69bd2c3dd9bdce115d5c62f3"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-479696415739-28","ec-person-bdee7a93f95c8ef05079539170139b3c02e8ed96"]}} -{"id":"ec-meeting-2015-09-10-b1636111734612c9e206521df5159d59d387ab5b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-10 - Cabinet of Vice-President Karmenu Vella x Pelagic Freezer-trawler Association"],"date":["2015-09-10"],"summary":["Situation of pelagic stocks"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["eu-tr-78847784895-41","ec-person-0e3efd8bc1c3ee9a80205d0bb78f316fa1621e5d"]}} -{"id":"ec-meeting-2015-09-10-b6369962189ab0df7e1f1de6dc4c35750969b5bf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-10 - Cabinet of Commissioner Carlos Moedas x Federation of European Neuroscience Societies"],"date":["2015-09-10"],"summary":["Bilateral meeting with the Chair of the Federation of European Neuroscience Societies"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Dalian"],"address":["Dalian"],"addressEntity":["addr-edc63aa399551819a3617ee4ee632e08f12ded8d"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-23980b2bc4fd9c82051d0f7888dc236b2f764866","eu-tr-422785311156-67"]}} -{"id":"ec-meeting-2015-09-10-b6597f38b72df04f860efccdb2c43a80f25eaea9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-10 - Cabinet of President Jean-Claude Juncker x Union of European Football Associations"],"date":["2015-09-10"],"summary":["Meeting with Mr Michel Platini on Sport and the Digital Single Market"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-29c106b0461ffd79e95f0119bdd363fd3c7c3ab3","eu-tr-39217046408-27"]}} -{"id":"ec-meeting-2015-09-10-c8d9b7c7bc20c4aa31f74750c6d5266b55204c4b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-10 - Cabinet of Commissioner Jonathan Hill x HSBC Holdings PLC"],"date":["2015-09-10"],"summary":["Capital Markets Union"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Luxembourg"],"address":["Luxembourg"],"addressEntity":["addr-5076721c4060feeb69bd2c3dd9bdce115d5c62f3"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["eu-tr-001866415031-87","ec-person-f247edfcff54d4f26fc10769f809c92bc72d6797"]}} -{"id":"ec-meeting-2015-09-10-ce76533d0115df2d58157938a3749f0f263dd053","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-10 - Energy x Google"],"date":["2015-09-10"],"summary":["European energy policies"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-03181945560-59","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2015-09-10-d24d99b3e2e89a3fada8de21e37cdf619109ab49","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-10 - Cabinet of Vice-President Miguel Arias Cañete x Enagás S.A."],"date":["2015-09-10"],"summary":["Interconnection, gas"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-62773e55e1985542cb18a2a89f2053f2f39146b1","eu-tr-905001612275-82"]}} -{"id":"ec-meeting-2015-09-10-d2c68d3e95fad48b356080025ea36ece890900a0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-10 - Cabinet of Vice-President Cecilia Malmström x IMPALA Association Internationale AISBL"],"date":["2015-09-10"],"summary":["TTIP and culture, DSM, IMPALA's 10-point plan"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-12383069253-19","ec-person-591ec829ca734bcfe59a2c9c7f07f9dff22a0ea9"]}} -{"id":"ec-meeting-2015-09-10-d80f21f079626def4efbfc51af77fa905b8aa2ce","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-10 - Günther Oettinger x Orange Manufacture Française des Pneumatiques Michelin Mouvement des Entreprises de France Alcatel-Lucent Alstom NEW AREVA HOLDING SA RENAULT BOUYGUES EUROPE"],"date":["2015-09-10"],"summary":["DSM"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-78432668420-81","eu-tr-43763731235-75","eu-tr-41126912590-71","eu-tr-91216972728-77","eu-tr-1413466815-09","eu-tr-76704342721-41","eu-tr-946343776-69","ec-person-d8b86b98a24683917c569000ed6d8c45bedbbc00","eu-tr-43284012043-03"]}} -{"id":"ec-meeting-2015-09-10-da7885d42786b320ff2e453507ae2619452cc10a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-10 - Cabinet of Commissioner Elżbieta Bieńkowska x Avisa Partners"],"date":["2015-09-10"],"summary":["Dun & Brastreet - SME Business Lending"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["ec-person-685ecf13dd26cd515c961e24ba71049af2302c5e","eu-tr-54210841652-13"]}} -{"id":"ec-meeting-2015-09-10-e3e863825be0add31244f8966500999cbda6c74b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-10 - Cabinet of Commissioner Marianne Thyssen x Pensioenfederatie (Federation of the Dutch Pension Funds)"],"date":["2015-09-10"],"summary":["Commission’s agenda on pensions and the role of supplementary pensions in ensuring pension adequacy"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Den Hague"],"address":["Den Hague"],"addressEntity":["addr-d6cd905f8481ddd294ec1521203ea72e789e6ee8"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["ec-person-ce19440eacb8fd67f534bdbcce33a1c4cedfd071","ec-person-c508e9337eca6b067c1f966b82de49c4824a3ad0","eu-tr-84476202986-17"]}} -{"id":"ec-meeting-2015-09-10-eb48355ffe360ac4f9fc3b4232c05e1d963a2918","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-10 - Günther Oettinger x EBU-UER (European Broadcasting Union)"],"date":["2015-09-10"],"summary":["DSM"],"location":["Munich"],"address":["Munich"],"addressEntity":["addr-4bb73f4817cac7549995b34436d424f8d8b0f1b0"],"organizer":["ec-dg-de"],"involved":["eu-tr-93288301615-56","ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0"]}} -{"id":"ec-meeting-2015-09-10-eff8092000f680dfac1ad1a205f4a3fbe248c416","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-10 - Cabinet of Commissioner Věra Jourová x European Women's Lobby"],"date":["2015-09-10"],"summary":["New initiative on work balance"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-5455ecfabb89025694c798deac08160a2be17d94","eu-tr-85686156700-13"]}} -{"id":"ec-meeting-2015-09-10-f4899f1e862a56e9fd10447a3cf629d5f08276e6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-10 - Financial Stability, Financial Services and Capital Markets Union x BNP Paribas Cardif"],"date":["2015-09-10"],"summary":["Comparison of Eurozone vs US banks' capital requirements"],"location":["Luxembourg"],"address":["Luxembourg"],"addressEntity":["addr-5076721c4060feeb69bd2c3dd9bdce115d5c62f3"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-90000691010-47","ec-person-bdee7a93f95c8ef05079539170139b3c02e8ed96"]}} -{"id":"ec-meeting-2015-09-10-f4911f45d1d667144feddc83c634a0ae164a1cf0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-10 - Cabinet of Vice-President Jyrki Katainen x Mars Incorporated"],"date":["2015-09-10"],"summary":["Circular Economy"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-0310c3b87e155f5572493e91d12eebab9736a76b","eu-tr-99937329074-65"]}} -{"id":"ec-meeting-2015-09-10-f694878d1863f1a28fe828e179b41ab5ec0fe254","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-10 - Cabinet of Commissioner Jonathan Hill x BNP PARIBAS"],"date":["2015-09-10"],"summary":["Capital Markets Union & Banking regulation"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Luxembourg"],"address":["Luxembourg"],"addressEntity":["addr-5076721c4060feeb69bd2c3dd9bdce115d5c62f3"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["eu-tr-78787381113-69","ec-person-f247edfcff54d4f26fc10769f809c92bc72d6797"]}} -{"id":"ec-meeting-2015-09-11-0278838cbc8e88ef36dccd8d25e54d8996b8b29a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-11 - Cabinet of High Representative / Vice-President Federica Mogherini x Centre for Fine Arts"],"date":["2015-09-11"],"summary":["Meeting with Mr Paul Dujardin (cultural diplomacy)"],"notes":["Portfolio: Foreign Affairs and Security Policy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"involved":["ec-person-62bf207e4274ad594e7eab4bfe20782f1d57f645","eu-tr-981651218089-69"]}} -{"id":"ec-meeting-2015-09-11-0dfb24dc7c284ed671a5dc4e850d77819673e548","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2015-09-11 - Cabinet of High Representative / Vice-President Federica Mogherini x Norwegian Refugee Council Europe"],"date":["2015-09-11"],"summary":["Meeting focusing on the EU and the Gulf countries' relationship and cooperation as well as to present NCR's relations and collaboration with these countries.","Meeting focusing on the EU and the Gulf countries' relationship and cooperation as well as to present NRC's relations and collaborations with these countries."],"notes":["Portfolio: Foreign Affairs and Security Policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"involved":["ec-person-e03a77379f79ea00cf20048e42e8b0793bf62fa3","eu-tr-750447615329-96","ec-person-efed7cdce9c9bb64dca7aedb11d12aaed5efb809"]}} -{"id":"ec-meeting-2015-09-11-0eab51ae47e047df0ec8e5daa8d6882c8e659caf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-11 - Inspire, Debate, Engage and Accelerate Action x Tractebel Engineering - ENGIE"],"date":["2015-09-11"],"summary":["European Youth Orchestra"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-dg-idea"],"involved":["eu-tr-755972316926-59","ec-person-4fe56a64c00b3e81c851b5538878b32481bd7d3c"]}} -{"id":"ec-meeting-2015-09-11-116a744c19ee4f56335a76c8f0ed41ad8189ff53","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-11 - Cabinet of Vice-President Maroš Šefčovič x ZVEI e.V. - Verband der Elektro- und Digitalindustrie Hauptverband der Deutschen Bauindustrie Verband der Chemischen Industrie e.V. Bundesarbeitgeberverband Chemie e.V. Deutscher Gewerkschaftsbund Industriegewerkschaft Metall Bundesverband der Deutschen Industrie e.V. Industriegewerkschaft Bauen-Agrar-Umwelt Verband Deutscher Maschinen- und Anlagenbau e.V. Gewerkschaft Nahrung Genuss Gaststätten Verband der Automobilindustrie"],"date":["2015-09-11"],"summary":["Energy Union Strategy with a forward-looking climate policy"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-1771817758-48","eu-tr-8446007549-73","eu-tr-95574664768-90","ec-person-2be517b9261a91f2f07e05ec14c6331980e9716e","eu-tr-15423437054-40","eu-tr-07595112423-87","eu-tr-757195013270-80","eu-tr-94770746469-09","eu-tr-57982427170-23","eu-tr-3474944849-83","eu-tr-19316934749-13","eu-tr-9765362691-45"]}} -{"id":"ec-meeting-2015-09-11-24af7e3c26c9b9dbc343ec68dbb39eb29239ae26","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-11 - Cabinet of Commissioner Violeta Bulc x AVTO-MOTO ZVEZA SLOVENIJE"],"date":["2015-09-11"],"summary":["Commissioner Bulc meeting Mr Robert Staba, Head of Varna pot, AMZS"],"notes":["Portfolio: Transport"],"location":["Ljubljana, Slovenia"],"address":["Ljubljana, Slovenia"],"addressEntity":["addr-f7328a981da1b705ba25d3333daf0cf2fca0c8ea"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-866664416316-57","ec-person-4d2b449b5047ea3fda435a2a1c1081e3babcdf76","ec-person-6a5ceb87383474e4b7f430af341029a155e255b0"]}} -{"id":"ec-meeting-2015-09-11-42b2c6669caf5e11c9ef8d1218b137dfada61f4e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-11 - Cabinet of Commissioner Vytenis Andriukaitis x European Meat Network"],"date":["2015-09-11"],"summary":["Russia and Labelling"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-0dbfffeb0323f819c8d57164906086dd8639c437","eu-tr-407314916469-56","ec-person-df30d07ef698a52b9948b9c734db39196cf8541f"]}} -{"id":"ec-meeting-2015-09-11-452781ff70e6adcad8a60d124bdff16dad36d2af","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-11 - Günther Oettinger x Euronews"],"date":["2015-09-11"],"summary":["media policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-c6c38691c27b1498b60b18409aa979cf1dd1f4ac","eu-tr-944964416106-32"]}} -{"id":"ec-meeting-2015-09-11-49834b7908a6c8681602563281f707ac59a79b94","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-11 - Cabinet of Vice-President Cecilia Malmström x Ericsson"],"date":["2015-09-11"],"summary":["digital trade"],"notes":["Portfolio: Trade"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-02021363105-42","ec-person-591ec829ca734bcfe59a2c9c7f07f9dff22a0ea9"]}} -{"id":"ec-meeting-2015-09-11-517367e1c1639ce9b8ea2e4ba054ffbb63b388b0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-11 - Cabinet of Commissioner Jonathan Hill x Deutsche Börse AG"],"date":["2015-09-11"],"summary":["Capital Markets Union & Banking regulation"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Luxembourg"],"address":["Luxembourg"],"addressEntity":["addr-5076721c4060feeb69bd2c3dd9bdce115d5c62f3"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["eu-tr-20884001341-42","ec-person-f247edfcff54d4f26fc10769f809c92bc72d6797"]}} -{"id":"ec-meeting-2015-09-11-5472aec6d4c7ae22abf176b9f28283dfe25251a8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-11 - Cabinet of Vice-President Miguel Arias Cañete x Abengoa"],"date":["2015-09-11"],"summary":["Interconnections, Bioenergy research and development"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-62773e55e1985542cb18a2a89f2053f2f39146b1","ec-person-260e00934471a02805fb143935d6e9205a7f355f","eu-tr-668388416154-15"]}} -{"id":"ec-meeting-2015-09-11-5dcc7e311815eb5d35ce86905d8b3d117a7a2589","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-11 - Cabinet of Commissioner Marianne Thyssen x JA Europe"],"date":["2015-09-11"],"summary":["Youth employment"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["ec-person-bdb607d5d994a4056dd700f8f52d9af25b406b36","eu-tr-640075618084-13"]}} -{"id":"ec-meeting-2015-09-11-5e95eb23fd8fa3ba26a35579c6f3ab43bb1a3661","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-11 - Inspire, Debate, Engage and Accelerate Action x Uber"],"date":["2015-09-11"],"summary":["Collaborative economy"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-dg-idea"],"involved":["eu-tr-002278013515-26","ec-person-4fe56a64c00b3e81c851b5538878b32481bd7d3c"]}} -{"id":"ec-meeting-2015-09-11-68bba55750a9cf480a3d3fb1eecca6b9d119a950","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-11 - Cabinet of Vice-President Miguel Arias Cañete x Equinor ASA"],"date":["2015-09-11"],"summary":["Energy Union"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-95f883d5d0d484088f26191a8fea8553d674dfbe","eu-tr-4447605981-76"]}} -{"id":"ec-meeting-2015-09-11-68ffff2470a059268c49f8181aa5832fc4e414af","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-11 - Financial Stability, Financial Services and Capital Markets Union x BUSINESSEUROPE"],"date":["2015-09-11"],"summary":["Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-3978240953-79","ec-person-bdee7a93f95c8ef05079539170139b3c02e8ed96"]}} -{"id":"ec-meeting-2015-09-11-74152ef8d43b4f11b1959ac2c16e7237cc5b3c4c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-11 - Cabinet of Vice-President Maroš Šefčovič x European Federation of Public Service Unions European Anti Poverty Network"],"date":["2015-09-11"],"summary":["Energy Poverty"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-3945154610-54","eu-tr-04902121531-04","ec-person-2be517b9261a91f2f07e05ec14c6331980e9716e"]}} -{"id":"ec-meeting-2015-09-11-83be9185a8863236ae6b14a07c839002b6313bde","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-11 - Cabinet of Vice-President Cecilia Malmström x European Composer and Songwriter Alliance"],"date":["2015-09-11"],"summary":["TTIP"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-71423433087-91","ec-person-cb8ca9ec2413722fa83484ed18dd76ace52d0118"]}} -{"id":"ec-meeting-2015-09-11-a3ac06d53860c353495dfcd6b57a93cdc3c215d3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-11 - Cabinet of Commissioner Carlos Moedas x Novozymes"],"date":["2015-09-11"],"summary":["Introduction about Novozymes new strategy and enzymatic solutions"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-07b66759c911240aaa2b917489884273c71fac90","eu-tr-52195525403-65"]}} -{"id":"ec-meeting-2015-09-11-afab8057c7737300e0da1715cf9f15c34bfa7505","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-11 - Administration and Payment of Individual Entitlements x AREMIS"],"date":["2015-09-11"],"summary":["Services d'hospitalisation à domicile dans la région bruxelloise"],"location":["Brussels (PMO's premise)"],"address":["Brussels (PMO's premise)"],"addressEntity":["addr-9e6ec1793dca4428a164f1731a8093907ac8889b"],"organizer":["ec-dg-pmo"],"involved":["ec-person-0b36cea63f3c2b4bb66050c44e979a71b2a16282","eu-tr-973611718678-45"]}} -{"id":"ec-meeting-2015-09-11-c7436bc02dbb1be91bc974896d25684573598fdd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-11 - Cabinet of Commissioner Elżbieta Bieńkowska x Google"],"date":["2015-09-11"],"summary":["Future policy actions"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-03181945560-59","ec-person-b2f9be51339f054477846797e2c119fcf16548fc"]}} -{"id":"ec-meeting-2015-09-11-cbb7d6959bc53e3fe5475e7adba1b91f54e864b5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-11 - Cabinet of Commissioner Vytenis Andriukaitis x Federazione Italiana dell'Industria Alimentare"],"date":["2015-09-11"],"summary":["Food legislation"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["eu-tr-94614946815-09","ec-person-d462b3c7daeee00ad55e380a7fb96819f79899df"]}} -{"id":"ec-meeting-2015-09-11-d24ed6f3370f27f15e7a671ebe83a8436a88ed59","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-11 - Cabinet of Commissioner Tibor Navracsics x European Athletic Association (European Athletics)"],"date":["2015-09-11"],"summary":["Preparation of the meeting between Commissioner Navracsics and EAA President"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-49f31dad10f5641cb1d1e4c3107dd838389e8120","eu-tr-411977218773-69"]}} -{"id":"ec-meeting-2015-09-11-f802e33325a9c069139dc348b371b6fcb14b6ae8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-11 - Cabinet of Vice-President Andrus Ansip x The Lisbon Council for Economic Competitiveness and Social Renewal asbl Startups.be"],"date":["2015-09-11"],"summary":["Startups"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-6766950469-32","ec-person-6a03bc4fa7657513ea34529e98dba0671ef4c849","eu-tr-064914715900-89"]}} -{"id":"ec-meeting-2015-09-11-fa361a44ccc85969723621a2ccd54254b63b4791","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-11 - Cabinet of Vice-President Andrus Ansip x AS LHV Pank"],"date":["2015-09-11"],"summary":["Financial technology"],"notes":["Portfolio: Digital Single Market"],"location":["Tallinn"],"address":["Tallinn"],"addressEntity":["addr-eaaa98c29bbb4b0a508515a16c8b783a19a2a3df"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-449511822591-64","ec-person-0f698e3a0cc0bd6a02e1bd386a25cedc1366f3f1","ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0"]}} -{"id":"ec-meeting-2015-09-13-df0742f8aac693b755012aa2d82d0b8d9161a108","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-13 - Cabinet of Vice-President Andrus Ansip x Orange"],"date":["2015-09-13"],"summary":["DSM, cross-border services, standards"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-76704342721-41","ec-person-6a03bc4fa7657513ea34529e98dba0671ef4c849"]}} -{"id":"ec-meeting-2015-09-14-0bb7cdce99a701a13f48357dddcab0d793904a0c","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2015-09-14 - Cabinet of Vice-President Karmenu Vella x Apple Inc."],"date":["2015-09-14"],"summary":["Circular economy package","Circular Economy"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["ec-person-4ff7c27445db4ad88e687776974fd8d077a1fe0c","ec-person-78fb1ad0c02c4fa8497b22edc1233d6be03cf2e5","eu-tr-588327811384-96","ec-person-0e3efd8bc1c3ee9a80205d0bb78f316fa1621e5d"]}} -{"id":"ec-meeting-2015-09-14-18a0efaf2b3c89c8dccfef862e97b7a94e404250","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-14 - Cabinet of Vice-President Karmenu Vella x European Aluminium AISBL"],"date":["2015-09-14"],"summary":["Circular Economy"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["ec-person-4ff7c27445db4ad88e687776974fd8d077a1fe0c","eu-tr-9224280267-20"]}} -{"id":"ec-meeting-2015-09-14-215fa2a72d0812e27be7c784950ce07e30f215f6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-14 - Cabinet of Vice-President Jyrki Katainen x EU-ASEAN Business Council"],"date":["2015-09-14"],"summary":["Trade and investment opportunities"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90","ec-person-7c9460f99c5872dbdc561f5752401c870d12e98b","eu-tr-614220318268-60"]}} -{"id":"ec-meeting-2015-09-14-2f94cd79889b61af3aa57301c62901f13041dcb8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-14 - Environment x Municipal Waste Europe"],"date":["2015-09-14"],"summary":["Presentation of MWE"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-env"],"involved":["eu-tr-75395701551-94","ec-person-3bc74ce04ea3f4ab4d91a5c88eef25b8b8a213b4"]}} -{"id":"ec-meeting-2015-09-14-36f2e32b92afa765eff5eba3f185a023fcba7197","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-14 - Cabinet of President Jean-Claude Juncker x EU-ASEAN Business Council"],"date":["2015-09-14"],"summary":["Discuss ongoing events"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-e415577aabb40c0f789310505c6c5803aa69037b","eu-tr-614220318268-60"]}} -{"id":"ec-meeting-2015-09-14-4b1c3a1fad295d551bd49f9b55241986ebbcabb3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-14 - Cabinet of Vice-President Jyrki Katainen x European Aluminium AISBL"],"date":["2015-09-14"],"summary":["Circular Economy"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-9224280267-20","ec-person-0310c3b87e155f5572493e91d12eebab9736a76b"]}} -{"id":"ec-meeting-2015-09-14-51a8f0d889163c5a9432188ed6334277f653d083","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-14 - Günther Oettinger x Bouwfonds Investment Management Deutschland GmbH"],"date":["2015-09-14"],"summary":["broadband"],"location":["Berlin"],"address":["Berlin"],"addressEntity":["addr-062b06ba8e755765c6b049809b7430fd54fe5b21"],"organizer":["ec-dg-de"],"involved":["ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0","eu-tr-122546218563-32"]}} -{"id":"ec-meeting-2015-09-14-53c8dcd489295322910d5ae8dec7557391dfa34b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-14 - Cabinet of Commissioner Marianne Thyssen x European Youth Forum"],"date":["2015-09-14"],"summary":["Labour mobility"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["eu-tr-43251547769-22","ec-person-c508e9337eca6b067c1f966b82de49c4824a3ad0"]}} -{"id":"ec-meeting-2015-09-14-6f585dee5dabe0390908547fad599b33e127fa87","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-14 - Cabinet of First Vice-President Frans Timmermans x European Network Against Racism"],"date":["2015-09-14"],"summary":["Fundamental rights colloquium"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-09854512780-89","ec-person-6d8b11c800391d9e6515bbd1b0e9d54c7da270da","ec-person-f3a0db9fe3b985fb3a6665117484ee9f97b0e339"]}} -{"id":"ec-meeting-2015-09-14-8081541ddc70006d95ba1c69a8fa09327aa35b86","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-14 - Cabinet of Vice-President Valdis Dombrovskis x Cos&Co European Law and Advocacy Advisers"],"date":["2015-09-14"],"summary":["Markets in Financial Instruments Directive II"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-3f9ca71b74344417d1f072ba7f3e2f09a223b036","eu-tr-190177617295-51"]}} -{"id":"ec-meeting-2015-09-14-89ed868c20d7b1abe4d3b7b620ce87a6f711af43","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-14 - Cabinet of Commissioner Pierre Moscovici x The European Steel Association"],"date":["2015-09-14"],"summary":["Market Economy Status China."],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["eu-tr-93038071152-83","ec-person-14ef50b9efbe5ab02d528e0ec4ac50c9caf964e3"]}} -{"id":"ec-meeting-2015-09-14-a6abc119c2b0ecf17dd6b2e46681ef6b7c5189bf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-14 - Cabinet of Commissioner Vytenis Andriukaitis x The Global Round Table"],"date":["2015-09-14"],"summary":["Public health"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-97425c615743576adc42e09bee7dac14f83f691b","eu-tr-346883615381-56"]}} -{"id":"ec-meeting-2015-09-14-a8b5a4903edf9765158a6d36ede60d6447582fb9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-14 - Cabinet of Commissioner Elżbieta Bieńkowska x European Aluminium AISBL"],"date":["2015-09-14"],"summary":["Circular Economy"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-9224280267-20","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2015-09-14-ac7c5bf5c6ecd32984d0f6649f185ed98dd5f8cf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-14 - Cabinet of Commissioner Věra Jourová x European Network Against Racism"],"date":["2015-09-14"],"summary":["Fundamental rights colloquium"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["eu-tr-09854512780-89","ec-person-1e0e3a00ab815dea7c5b839b002ed2c7e34bfe0a"]}} -{"id":"ec-meeting-2015-09-14-b0b36e1ec7340a78a6b109b8145464310c4e5b8b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-14 - Inspire, Debate, Engage and Accelerate Action x Apple Inc."],"date":["2015-09-14"],"summary":["Sustainable and social initiatives"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-dg-idea"],"involved":["eu-tr-588327811384-96","ec-person-4fe56a64c00b3e81c851b5538878b32481bd7d3c"]}} -{"id":"ec-meeting-2015-09-14-b9b2e91761ab77c4c61b6eccce32b12bcb08f268","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-14 - Cabinet of Vice-President Neven Mimica x CEMBUREAU - The European Cement Association"],"date":["2015-09-14"],"summary":["Meeting requested to present Energy Intensive Industries Alliance position on ETS post 2020 and COP21"],"notes":["Portfolio: International Cooperation & Development"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-mimica-neven-of-president-vice"],"involved":["ec-person-ba51cfc2cb570b2ba23d99869e21cd43fe8cadad","eu-tr-93987316076-63","ec-person-d455992f8f48b86e26e61f5284a9ef8e18aed182"]}} -{"id":"ec-meeting-2015-09-14-c0ca335ca1ad64fdad7fb5b277fd173b304ac9a1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-14 - Cabinet of Commissioner Věra Jourová x vbw - Vereinigung der Bayerischen Wirtschaft e. V."],"date":["2015-09-14"],"summary":["Women in the working environment"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["eu-tr-49096067887-19","ec-person-184e698af1eb9e33b179680570ca171d8cb31c94"]}} -{"id":"ec-meeting-2015-09-14-c1f263e11863f237b49789508fb67b09009be3b6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-14 - Cabinet of Commissioner Carlos Moedas x European Forest Institute"],"date":["2015-09-14"],"summary":["The European Forest Sector"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-23980b2bc4fd9c82051d0f7888dc236b2f764866","eu-tr-38315289949-88"]}} -{"id":"ec-meeting-2015-09-14-cd54194cc157a51f490c76a660aefca7170c8d3a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-14 - Cabinet of Commissioner Věra Jourová x The Alternative Investment Management Association Limited"],"date":["2015-09-14"],"summary":["Remuneration policy under CRD IV and EBA guidelines on proportionality"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-a2ca9161feee56909a0e98b473c2d342c20fdb57","eu-tr-232566516087-90","ec-person-ff9ad301b778d595651cc4c46ec3a4cf1ef10376"]}} -{"id":"ec-meeting-2015-09-14-d7fba3ad34376eced7da8efb2c6f452e7024bc98","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-14 - Cabinet of Vice-President Maroš Šefčovič x VERBUND AG"],"date":["2015-09-14"],"summary":["Hydropower; Energy Union"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-2be517b9261a91f2f07e05ec14c6331980e9716e","eu-tr-09571422185-81"]}} -{"id":"ec-meeting-2015-09-14-dab9c8c57c3a86bbccf147eddb0e27c4468009f3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-14 - Cabinet of Commissioner Elżbieta Bieńkowska x Apple Inc."],"date":["2015-09-14"],"summary":["Apple's environmental initiatives and circular economy package"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-588327811384-96","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2015-09-14-df3e0984401b354f518884848b5f76f9cea870e4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-14 - Cabinet of Vice-President Cecilia Malmström x EU-ASEAN Business Council"],"date":["2015-09-14"],"summary":["1) Debrief from Business Summit in Kuala Lumpur in August; 2) Possible ways to cooperate in future; 3) Pol. outlook for ASEAN-region."],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-5d4088e1913284a765aed8445f448f6ff341f1b3","ec-person-20ded9db5df11164331bb161fdf234b1e5ad53fd","eu-tr-614220318268-60"]}} -{"id":"ec-meeting-2015-09-14-ee6f3f7a16aeb7689da66f9521eaf77630ef9127","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-14 - Cabinet of Commissioner Marianne Thyssen x European Network Against Racism"],"date":["2015-09-14"],"summary":["Employment situation of ethnic and religious minorities"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["eu-tr-09854512780-89","ec-person-c508e9337eca6b067c1f966b82de49c4824a3ad0","ec-person-ce19440eacb8fd67f534bdbcce33a1c4cedfd071"]}} -{"id":"ec-meeting-2015-09-14-f3cdfb34248eb03c6edc8f1a68fce680533be883","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-14 - Cabinet of Vice-President Jyrki Katainen x Chemical Industry Federation of Finland (Kemianteollisuus ry)"],"date":["2015-09-14"],"summary":["Energy Union"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-07682415745-25","ec-person-0310c3b87e155f5572493e91d12eebab9736a76b"]}} -{"id":"ec-meeting-2015-09-14-f66116909172b71d17d5e105a35614a40cbbef67","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-14 - Cabinet of Commissioner Violeta Bulc x Public Enterprise Electric Power Industry of Serbia"],"date":["2015-09-14"],"summary":["Meeting PE EPS representative"],"notes":["Portfolio: Transport"],"location":["Brussels, Belguim"],"address":["Brussels, Belguim"],"addressEntity":["addr-84b5e5f38d43901e13b15f0c7dd8b408c954fd9b"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-4d2b449b5047ea3fda435a2a1c1081e3babcdf76","eu-tr-615285818555-82"]}} -{"id":"ec-meeting-2015-09-14-fbf412bc6913042442adcac755c8836f77daa16a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-14 - Environment x Apple Inc."],"date":["2015-09-14"],"summary":["Ciruclar Economy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-env"],"involved":["eu-tr-588327811384-96","ec-person-3bc74ce04ea3f4ab4d91a5c88eef25b8b8a213b4"]}} -{"id":"ec-meeting-2015-09-15-09e2221d3735e016e785410c23911e489d683f87","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-15 - Cabinet of Commissioner Carlos Moedas x Leadership Business Consulting, Consultoria e Serviços, S.A."],"date":["2015-09-15"],"summary":["Innovation Policy in the US and Latin America"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["eu-tr-921163316118-77","ec-person-23980b2bc4fd9c82051d0f7888dc236b2f764866"]}} -{"id":"ec-meeting-2015-09-15-0a28f1d5feb939b06c76793b3a3f3f90556ea581","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-15 - Cabinet of Vice-President Andrus Ansip x Centre for Fine Arts"],"date":["2015-09-15"],"summary":["Innovation and creative industry, copyright"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45","eu-tr-981651218089-69"]}} -{"id":"ec-meeting-2015-09-15-0bdc1af23e5f7a851782ed00a02924e2911b1ce0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-15 - Cabinet of Vice-President Miguel Arias Cañete x Novozymes"],"date":["2015-09-15"],"summary":["Advanced biofuels, challenges and opportunities ahead from a technology and investment perspectiv"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-260e00934471a02805fb143935d6e9205a7f355f","eu-tr-52195525403-65"]}} -{"id":"ec-meeting-2015-09-15-0c9c15ae090811fd123b882c27c371fb2ef8c226","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-15 - Cabinet of Commissioner Pierre Moscovici x Centre for European Reform"],"date":["2015-09-15"],"summary":["future of EMU (Economic and Monetary Union)"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["eu-tr-524976815651-12","ec-person-3cbeba61ae952f06fe4916c381438ebbc676a597","ec-person-4d74d0c260dc052838b8da02f72e7322f6cfc514"]}} -{"id":"ec-meeting-2015-09-15-17e56c26c7f7ef262a10baf1e2bfbb269a8a3add","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-15 - Günther Oettinger x DIGITALEUROPE ITI - The Information Technology Industry Council"],"date":["2015-09-15"],"summary":["DSM"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-4cd59e13386e3b68ecb3611fcc579e0a0a3938a5","eu-tr-64270747023-20","eu-tr-061601915428-87"]}} -{"id":"ec-meeting-2015-09-15-26edd456c390a78f7e05b5dbd37fd738bc7e87a8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-15 - Cabinet of Vice-President Maroš Šefčovič x Opower-UK LTD"],"date":["2015-09-15"],"summary":["energy efficiency and ICT tools in the energy sector"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-29998399550-65","ec-person-ea6b517040e26a62f17d2829afffeba48cfd682f"]}} -{"id":"ec-meeting-2015-09-15-38589a8f17632622960874974c815748a44188ea","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-15 - Environment x Bundesverband der Deutschen Industrie e.V."],"date":["2015-09-15"],"summary":["EU environmental issues and circular economy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-env"],"involved":["eu-tr-1771817758-48","ec-person-3bc74ce04ea3f4ab4d91a5c88eef25b8b8a213b4"]}} -{"id":"ec-meeting-2015-09-15-386128aeeda7c14f59f262a43a060d78fb31d229","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-15 - Cabinet of Commissioner Violeta Bulc x Irish Road Haulage Association"],"date":["2015-09-15"],"summary":["Meeting with IRHA representative"],"notes":["Portfolio: Transport"],"location":["Brussels, Belguim"],"address":["Brussels, Belguim"],"addressEntity":["addr-84b5e5f38d43901e13b15f0c7dd8b408c954fd9b"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-4d2b449b5047ea3fda435a2a1c1081e3babcdf76","ec-person-dd7851e4a1e747e824b4f81139e33bc3cdb73160","eu-tr-780617118804-10"]}} -{"id":"ec-meeting-2015-09-15-3b0fa4f9c2827e018adad1ce4f24e8fe93f0833c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-15 - Cabinet of Commissioner Věra Jourová x The European Region of the International Lesbian, Gay, Bisexual, Trans and Intersex Association"],"date":["2015-09-15"],"summary":["LGBTI"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-5455ecfabb89025694c798deac08160a2be17d94","eu-tr-11977456675-84"]}} -{"id":"ec-meeting-2015-09-15-4038a7be69dfbc9836f06a396d5482137f4674aa","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-15 - Cabinet of Commissioner Věra Jourová x Trans-Atlantic Business Council"],"date":["2015-09-15"],"summary":["Digital Single Market Strategy"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-184e698af1eb9e33b179680570ca171d8cb31c94","eu-tr-89092554724-82"]}} -{"id":"ec-meeting-2015-09-15-5e225aed835c4da070ec573c75fdc14690854546","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-15 - Cabinet of Vice-President Miguel Arias Cañete x IBERDROLA"],"date":["2015-09-15"],"summary":["COP21"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-7e87a14bf64af274f1cfb85d6b64a405eea6217f","eu-tr-41816938101-07"]}} -{"id":"ec-meeting-2015-09-15-693b98ad41346f55e4e95c1b1329dbc66525dbce","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-15 - Cabinet of President Jean-Claude Juncker x Centre for European Reform"],"date":["2015-09-15"],"summary":["Current EU Policy Issues"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-524976815651-12","ec-person-80c6995ad1cd6aefa72f1bf440b17b6d8c6dd4b8"]}} -{"id":"ec-meeting-2015-09-15-6cdd1e77a7660782265808675c13a0bfd3ca111c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-15 - Cabinet of Vice-President Miguel Arias Cañete x Bundesverband der Deutschen Industrie e.V."],"date":["2015-09-15"],"summary":["Energy Union and Climate"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-1771817758-48","ec-person-95f883d5d0d484088f26191a8fea8553d674dfbe"]}} -{"id":"ec-meeting-2015-09-15-706d4dc3f8de11806f87dbe28ce410990c83bda4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-15 - Cabinet of Vice-President Jyrki Katainen x The Young Foundation"],"date":["2015-09-15"],"summary":["Social investment"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-741169516071-01","ec-person-7c9460f99c5872dbdc561f5752401c870d12e98b"]}} -{"id":"ec-meeting-2015-09-15-7203e7bd907c8a0753845f83285ab5fd00d14e43","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-15 - Cabinet of Vice-President Miguel Arias Cañete x Cámara Oficial de Comercio, Industria, Servicios y Navegación de España"],"date":["2015-09-15"],"summary":["Short debate on COP 21 and the Energy Union (state of play)."],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-934667112465-59","ec-person-2229c857664a22dcb8eee79a8c05841fd3d0924f"]}} -{"id":"ec-meeting-2015-09-15-72dca8ea640e423e4855269001f2731f071c4137","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-15 - Cabinet of Commissioner Violeta Bulc x Transdev Group"],"date":["2015-09-15"],"summary":["Meeting Transdev representatives"],"notes":["Portfolio: Transport"],"location":["Brussels, Belguim"],"address":["Brussels, Belguim"],"addressEntity":["addr-84b5e5f38d43901e13b15f0c7dd8b408c954fd9b"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-4d2b449b5047ea3fda435a2a1c1081e3babcdf76","ec-person-dd7851e4a1e747e824b4f81139e33bc3cdb73160","eu-tr-042383714852-64"]}} -{"id":"ec-meeting-2015-09-15-747530a05a328ec3f38b6d5fb51e515baf990a94","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-15 - Cabinet of Vice-President Cecilia Malmström x Atlantic Council of the United States, Inc"],"date":["2015-09-15"],"summary":["transatlantic digital agenda"],"notes":["Portfolio: Trade"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-524686116124-73","ec-person-591ec829ca734bcfe59a2c9c7f07f9dff22a0ea9"]}} -{"id":"ec-meeting-2015-09-15-76a891a881ca2e22a0a3a05b08dc0a3fccb66837","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-15 - Cabinet of Vice-President Andrus Ansip x Trans-Atlantic Business Council"],"date":["2015-09-15"],"summary":["Conference: DSM Strategy and geo-blocking"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-666bc159c7e65a3af9e63c1e97435c02f1496955","eu-tr-89092554724-82"]}} -{"id":"ec-meeting-2015-09-15-837495ccf381146d35e1168e636fbb39a0a388e0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-15 - Communications Networks, Content and Technology x Atlantic Council of the United States, Inc"],"date":["2015-09-15"],"summary":["DSM strategy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-524686116124-73","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2015-09-15-869b06c692f17305eb3f7dff66a9a79859144fc7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-15 - Cabinet of President Jean-Claude Juncker x 21st Century Fox"],"date":["2015-09-15"],"summary":["Digital Single Market"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-44a061693f35519551be0e3dab996e76ad3f8c7c","eu-tr-923493211619-15"]}} -{"id":"ec-meeting-2015-09-15-946f231bb7f05d6ed82e4bbd449d7e1d50098cc3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-15 - Cabinet of First Vice-President Frans Timmermans x CONCORD Europe"],"date":["2015-09-15"],"summary":["Sustainable development"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-34478709670-34","ec-person-7a0c440119cd5d547eceebb055c79b8bb41bf9a2"]}} -{"id":"ec-meeting-2015-09-15-ac2709d88690d9655c9d389bf7912c2e1d101df7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-15 - Cabinet of Vice-President Jyrki Katainen x Vanguard Asset Management Limited"],"date":["2015-09-15"],"summary":["Capital markets union + personal pensions initiative"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-88d71b399a3e13a243bdc4676e481835e8e5b2f2","eu-tr-226354616978-90"]}} -{"id":"ec-meeting-2015-09-15-b27653847d58d17d37221a3995630886fd0962f4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-15 - Cabinet of Vice-President Miguel Arias Cañete x Bundestierärztekammer e.V."],"date":["2015-09-15"],"summary":["The implementation of the Energy Efficiency Directive"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-260e00934471a02805fb143935d6e9205a7f355f","eu-tr-885218118745-33"]}} -{"id":"ec-meeting-2015-09-15-b788d4ba543f3bb840ea28a47e218f0cddeae769","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-15 - Taskforce on Article 50 negotiations with the United Kingdom x Centre for European Reform"],"date":["2015-09-15"],"summary":["UK Referendum"],"location":["BERL 2/320"],"address":["BERL 2/320"],"addressEntity":["addr-91dfdd6d38549b2aa9291c73b8e58e7f75bcb807"],"organizer":["ec-dg-tf50"],"involved":["eu-tr-524976815651-12","ec-person-ebad254ad157f20ffe76dada00bb408af413c89a"]}} -{"id":"ec-meeting-2015-09-15-be324d5bd21666fdea4c4caab3b949bde9e570f6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-15 - Cabinet of President Jean-Claude Juncker x The European Steel Association"],"date":["2015-09-15"],"summary":["Discuss findings of AEGIS (Eurofer & Euralliages) assessment"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-e415577aabb40c0f789310505c6c5803aa69037b","eu-tr-93038071152-83"]}} -{"id":"ec-meeting-2015-09-15-be6802a8353abc84113f5d093cc6f87a32b16d1e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-15 - Cabinet of Vice-President Miguel Arias Cañete x Studio Valla - European Consulting"],"date":["2015-09-15"],"summary":["Energy Union"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-843968715727-06","ec-person-25a937c04cd0a0ddcf5cf34798e76b5105854114"]}} -{"id":"ec-meeting-2015-09-15-c0b989d2eb820b485f002ebdb067904f136f6c96","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-15 - Cabinet of Commissioner Jonathan Hill x Vanguard Asset Management Limited"],"date":["2015-09-15"],"summary":["Financial issues"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["ec-person-a9f927e92126f22da48d08ee37b059179988ada8","eu-tr-226354616978-90"]}} -{"id":"ec-meeting-2015-09-15-c13b7c0d954e0062f45949888bfce992d1b0e3a5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-15 - Energy x Eni S.p.A."],"date":["2015-09-15"],"summary":["Energy Union"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-99578067285-35","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2015-09-15-c2448d6424cfe5d5b8008cc48a17f7d703c4b4fd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-15 - Cabinet of Commissioner Carlos Moedas x EIDD Design for All Europe"],"date":["2015-09-15"],"summary":["Design and Innovation"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-23980b2bc4fd9c82051d0f7888dc236b2f764866","eu-tr-22678103896-38"]}} -{"id":"ec-meeting-2015-09-15-cb61744e0e1d26426e0727834fd8f210655bc1d2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-15 - Cabinet of Vice-President Jyrki Katainen x Nokia"],"date":["2015-09-15"],"summary":["Trade Policy"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-35167875358-33","ec-person-f9208d930adc70c6c64e21701e48f85f6f18e949"]}} -{"id":"ec-meeting-2015-09-15-d16a2ff33c21f0ca7aeb03929a2cb420c2fa8b6e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-15 - Cabinet of Commissioner Věra Jourová x Atlantic Council of the United States, Inc"],"date":["2015-09-15"],"summary":["Data protection and DSM"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["eu-tr-524686116124-73","ec-person-f329292459cb1badb7fb7c6b67b698c441931bb2","ec-person-ff9ad301b778d595651cc4c46ec3a4cf1ef10376"]}} -{"id":"ec-meeting-2015-09-15-d20090d9347a6ea480ba57644e0db9acd0e8fb13","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-15 - Cabinet of First Vice-President Frans Timmermans x Human Rights Watch"],"date":["2015-09-15"],"summary":["Human rights in the context of migration crisis"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["ec-person-ee0e358952eb5192d26c98d36095038f6b8223f2","eu-tr-56362448807-46"]}} -{"id":"ec-meeting-2015-09-15-d790ccd34e40c25b4c6153fa0980c6d15f7448ae","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-15 - Cabinet of Vice-President Miguel Arias Cañete x Trafigura Group Pte."],"date":["2015-09-15"],"summary":["LNG"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-1831691c10441c5974327bbeb8693d6b6c1e50c3","eu-tr-955315115949-73","ec-person-2229c857664a22dcb8eee79a8c05841fd3d0924f"]}} -{"id":"ec-meeting-2015-09-15-e254e5ae546d64d9ec501c90a03ef81d515059d5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-15 - Cabinet of President Jean-Claude Juncker x Airports Council International - European Region"],"date":["2015-09-15"],"summary":["Ongoing Aviation Matters"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-b1bf9aa5fb7e886441ff341b657cc482b64a2a3e","eu-tr-42566063487-73"]}} -{"id":"ec-meeting-2015-09-15-e917473f792319eb78815b346931a49c4f34fc5b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-15 - Cabinet of Vice-President Maroš Šefčovič x Greater Copenhagen EU Office"],"date":["2015-09-15"],"summary":["Energy Union and research"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-91139622118-45","ec-person-9f6823821fe68d82e9b9dbe81181ecacb0265d94"]}} -{"id":"ec-meeting-2015-09-15-f65b4824674a7f34f25b50e1d768883266699abb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-15 - Cabinet of Commissioner Pierre Moscovici x Institut der deutschen Wirtschaft Köln e.V."],"date":["2015-09-15"],"summary":["Presentation of the economic priorities of the European Commission"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["eu-tr-132414515813-88","ec-person-ac604755dc7677c8653a5a5172e851f7c8e468b4"]}} -{"id":"ec-meeting-2015-09-15-fa6cd02b82c4c380f8330f7b9faffb4e09fed47e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-15 - Cabinet of Commissioner Corina Crețu x ICSC EUROPE Cambre Associates"],"date":["2015-09-15"],"summary":["Cohesion Policy and urban areas; EU Urban Agenda"],"notes":["Portfolio: Regional Policy"],"location":["BRUSSELS"],"address":["BRUSSELS"],"addressEntity":["addr-f74337897287bf1b546f30505f5b1f693a87af50"],"organizer":["ec-cabinet-commissioner-corina-cretu-of"],"involved":["eu-tr-753922111052-91","ec-person-f5bd4d5d0170028815aba56ee7d4883f0fd70f47","eu-tr-23020671103-67"]}} -{"id":"ec-meeting-2015-09-15-fdce208480ebfe46092b7684989beddd8b71540b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-15 - Cabinet of Vice-President Valdis Dombrovskis x Europäisches Zentrum für Arbeitnehmerfragen"],"date":["2015-09-15"],"summary":["State-of-play of Social Dialogue at EU and National levels. The European Commission initiatives to strenghten Social Dialogue within the European Semester/EU Economic Governance. Better Regulation's impact on Social Dialogue. Social Dialogue as a topic of EU external relations."],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["European Commission, Brussels"],"address":["European Commission, Brussels"],"addressEntity":["addr-2af11d688b097d6939fd56f369a62f512c568619"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-1f98d05bdaed2c40396781b1eb7b0aa47cb8dd20","eu-tr-514122517027-14","ec-person-a9eda2e8ea54b70a968327672c6cada679d3cd56"]}} -{"id":"ec-meeting-2015-09-16-050488195e1fce516c64472a1d881477c8d57317","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-16 - Cabinet of Vice-President Jyrki Katainen x UPM-Kymmene Oyj"],"date":["2015-09-16"],"summary":["Trade and business issues"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-7c9460f99c5872dbdc561f5752401c870d12e98b","eu-tr-861194311863-31"]}} -{"id":"ec-meeting-2015-09-16-0721876e6cb9a0d5c0d5ef917da504a798dbbc0f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-16 - Cabinet of Commissioner Marianne Thyssen x Observatoire social européen, asbl"],"date":["2015-09-16"],"summary":["European Semester"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["ec-person-e93189002a993321fd1af93481b271c766b1aff8","eu-tr-578408218330-43"]}} -{"id":"ec-meeting-2015-09-16-091b298c9b3bcd32f25b130cdc6a6a37219aa92c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-16 - Cabinet of Vice-President Cecilia Malmström x Chamber of Commerce of the United States of America"],"date":["2015-09-16"],"summary":["Outlook for TTIP negotiations; the new proposal on investment protection."],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-444722016787-61","ec-person-20ded9db5df11164331bb161fdf234b1e5ad53fd"]}} -{"id":"ec-meeting-2015-09-16-1cd21c9693533eff10022f404aac0a90a96feb01","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-16 - Cabinet of Commissioner Věra Jourová x Transgender Europe"],"date":["2015-09-16"],"summary":["Current situation of transgender people in Europe"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-5455ecfabb89025694c798deac08160a2be17d94","eu-tr-384028912403-82"]}} -{"id":"ec-meeting-2015-09-16-342a953c71e69f8cbe519757441db5ce23c60312","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-16 - Cabinet of Commissioner Věra Jourová x Stichting ERGO Network"],"date":["2015-09-16"],"summary":["Roma issues"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-5455ecfabb89025694c798deac08160a2be17d94","eu-tr-587174614073-09"]}} -{"id":"ec-meeting-2015-09-16-3da692b1bd04efd077338b603f7e21a0761acea9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-16 - Cabinet of Vice-President Andrus Ansip x Microsoft Corporation"],"date":["2015-09-16"],"summary":["DSM"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-0801162959-21","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45"]}} -{"id":"ec-meeting-2015-09-16-41cbbae1f0536362f272d52d3dee88a353ed38b3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-16 - Cabinet of Vice-President Maroš Šefčovič x Roundtable for Europe's Energy Future"],"date":["2015-09-16"],"summary":["Summer package/framework for investments - Preparation of a meeting with VP Šefčovič"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-2be517b9261a91f2f07e05ec14c6331980e9716e","eu-tr-101903316808-95"]}} -{"id":"ec-meeting-2015-09-16-44e8f35b1470151780141d3fd00205b7d9700a9b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-16 - Cabinet of Vice-President Valdis Dombrovskis x Standard Bank Group"],"date":["2015-09-16"],"summary":["Capital Markets Union"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-233323715723-88","ec-person-3f9ca71b74344417d1f072ba7f3e2f09a223b036"]}} -{"id":"ec-meeting-2015-09-16-461457d8d748f84a9483920720594a151d81ba7c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-16 - Cabinet of Commissioner Tibor Navracsics x European Students' Union"],"date":["2015-09-16"],"summary":["Commissioner Navracsics’ participation in the 30th European Students’ Convention"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-881310bbb4e54ac96753b80bbdc9b1994cfbf136","eu-tr-947001511571-77","ec-person-fc5c01a0bffedf0f4e205a759b40239535313d28"]}} -{"id":"ec-meeting-2015-09-16-4c9e24508e4a97d41c52b3fcf5e7848b79084427","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-16 - Cabinet of Vice-President Maroš Šefčovič x Association des Constructeurs Européens d'Automobiles"],"date":["2015-09-16"],"summary":["Decarbonisation"],"notes":["Portfolio: Energy Union"],"location":["Bruseels"],"address":["Bruseels"],"addressEntity":["addr-7475d517652134f07b4c7b179f8f9fd65f413f51"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-3bf48630444ace93d407e52eb880e64d480f75ce","eu-tr-0649790813-47"]}} -{"id":"ec-meeting-2015-09-16-4fc545cb5ab69059053c69e6a889408d090ea990","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-16 - Cabinet of Vice-President Miguel Arias Cañete x Eni S.p.A."],"date":["2015-09-16"],"summary":["Energy Union and diversification strategy"],"notes":["Portfolio: Climate Action & Energy"],"location":["Rome, Italy"],"address":["Rome, Italy"],"addressEntity":["addr-17df4c823e58cba3a587c89186e0e6ca2d3f17a0"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-99578067285-35","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd","ec-person-25a937c04cd0a0ddcf5cf34798e76b5105854114"]}} -{"id":"ec-meeting-2015-09-16-53ca3d8a8605bb36bd27595aca658399ea851faf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-16 - Cabinet of Commissioner Vytenis Andriukaitis x EPPA SA"],"date":["2015-09-16"],"summary":["Health, competitiveness and better regulation"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["eu-tr-31367501249-92","ec-person-b9c3f19e7c5f216e3e508f931ddd6a9cb59376d1"]}} -{"id":"ec-meeting-2015-09-16-688e9f7730ca3d117757559e60cfbf7432604f11","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-16 - Cabinet of Vice-President Cecilia Malmström x Brussels Office of the Swedish Trade Unions"],"date":["2015-09-16"],"summary":["How the Commission works & trade policy"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-69927546143-06","ec-person-591ec829ca734bcfe59a2c9c7f07f9dff22a0ea9"]}} -{"id":"ec-meeting-2015-09-16-691d7d696410f40cc6f429a31f64a61310afe36f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-16 - Cabinet of Commissioner Violeta Bulc x Drone Alliance Europe"],"date":["2015-09-16"],"summary":["drones"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-519963418620-50","ec-person-5012c5e45a52ee8ce67d19c1781a127af53e73e7"]}} -{"id":"ec-meeting-2015-09-16-776b01128a3835a8811173e2717e8d617eb2283d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-16 - Cabinet of Vice-President Jyrki Katainen x Microsoft Corporation"],"date":["2015-09-16"],"summary":["Digital Single Market"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-0801162959-21","ec-person-0da85dc48012e26688310a59a0b51727ea68f410"]}} -{"id":"ec-meeting-2015-09-16-7784db95d0316f976afb6d8fc5632dbac28f1f45","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-16 - Cabinet of Vice-President Miguel Arias Cañete x UPM-Kymmene Oyj"],"date":["2015-09-16"],"summary":["Energy union package - key elements relevant to UPM"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-260e00934471a02805fb143935d6e9205a7f355f","eu-tr-861194311863-31"]}} -{"id":"ec-meeting-2015-09-16-79087372ba120f88577bffc7d0a614d39e8d9eb3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-16 - Cabinet of Commissioner Elżbieta Bieńkowska x Groupe Carrefour"],"date":["2015-09-16"],"summary":["Discussion about the Group and retail sector"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-118080510828-42","ec-person-daef7f819b2f3ffe5e4f5d8eb2782954f3c4a4e2"]}} -{"id":"ec-meeting-2015-09-16-7a8d54d0a87f7eb85c6726a4bea1ae3413ae8af1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-16 - Cabinet of Commissioner Carlos Moedas x Telefonica, S.A."],"date":["2015-09-16"],"summary":["Research & DSM"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["eu-tr-52431421-12","ec-person-01051f0f33bfdc2ecc41873c02cae666c5e0d099"]}} -{"id":"ec-meeting-2015-09-16-7cf54d00acfe1e6edadd952dded528d5623c876e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-16 - Cabinet of Commissioner Margrethe Vestager x Groupe Carrefour"],"date":["2015-09-16"],"summary":["Retail Sector"],"notes":["Portfolio: Competition"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-margrethe-of-vestager"],"involved":["ec-person-0700cb0f43a2d20f4938902c4a086aca632d71fb","eu-tr-118080510828-42"]}} -{"id":"ec-meeting-2015-09-16-7f21f4e45146249ecf4320a05ee03f54235f9965","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-16 - Cabinet of Vice-President Jyrki Katainen x Novozymes"],"date":["2015-09-16"],"summary":["Biofuels"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-0310c3b87e155f5572493e91d12eebab9736a76b","eu-tr-52195525403-65"]}} -{"id":"ec-meeting-2015-09-16-8fbc64316507805e8346cdfd4561405a9a0bfcf0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-16 - Cabinet of Commissioner Phil Hogan x Trans-Atlantic Business Council"],"date":["2015-09-16"],"summary":["Agri Issues"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-a1a78365cc4685b0958056646204977d8f2ead92","eu-tr-89092554724-82"]}} -{"id":"ec-meeting-2015-09-16-9c8d49519b37318bfe20b992a7bae0bc6d648ff4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-16 - Cabinet of Commissioner Marianne Thyssen x European Transport Workers' Federation International Road Transport Union Permanent Delegation to the EU"],"date":["2015-09-16"],"summary":["Fair competition in the European taxi sector"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["eu-tr-92545571128-74","eu-tr-41802525291-86","ec-person-7567514af00f139b390cf9864d28a090ca0fde25"]}} -{"id":"ec-meeting-2015-09-16-a0fbbbee3f6861cb30ec4c11a2bfb90dfbd6ee93","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-16 - Cabinet of Commissioner Carlos Moedas x QUALCOMM Incorporated"],"date":["2015-09-16"],"summary":["DSM and innovation"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-b8d49828915f9008e764a78796d47ea00807a658","eu-tr-00358442856-45","ec-person-2b4bb0b28e7435e5f612e44d9664dbd1051efc55"]}} -{"id":"ec-meeting-2015-09-16-abad191105e1607d8d6c8ee5c8ad329bdbc1bc6a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-16 - Günther Oettinger x Gesamtverband der Deutschen Versicherungswirtschaft e.V."],"date":["2015-09-16"],"summary":["Better regulation"],"location":["BXL"],"address":["BXL"],"addressEntity":["addr-d2fde52f67ea4a3e1fe233d0a959d6a1c77fd910"],"organizer":["ec-dg-de"],"involved":["eu-tr-6437280268-55","ec-person-5652698e8f7b4a189329e67fddbaff44dbe8658c"]}} -{"id":"ec-meeting-2015-09-16-ba98ee13391fe4173e434a1afb948cecf9ed2f34","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-16 - Cabinet of Commissioner Jonathan Hill x European Association of Central Counterparty Clearing Houses"],"date":["2015-09-16"],"summary":["CCP Recovery and resolution"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["ec-person-341f30cfe9dff9d73b83fe8d9e88d7383d6910d3","eu-tr-36897011311-96"]}} -{"id":"ec-meeting-2015-09-16-befd720ca1b9395380f872a476e531c7fa272378","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-16 - Cabinet of Commissioner Tibor Navracsics x British Council"],"date":["2015-09-16"],"summary":["Culture in external relations"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-cb6aa96c497dead35eb0f2ed0339e5423d506549","eu-tr-17888758870-92"]}} -{"id":"ec-meeting-2015-09-16-d1548df4cc8b95cd35761a11483be15d728730fd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-16 - Cabinet of Commissioner Jonathan Hill x Standard Chartered"],"date":["2015-09-16"],"summary":["Financial Policy"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["ec-person-a9f927e92126f22da48d08ee37b059179988ada8","eu-tr-16595501800-80"]}} -{"id":"ec-meeting-2015-09-16-e617d57dbd243d479e2025dadcc280a15dbd409e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-16 - Cabinet of Vice-President Miguel Arias Cañete x EUROCHAMBRES – Association of European Chambers of Commerce and Industry"],"date":["2015-09-16"],"summary":["Transposition of the EED among other general energy policy issues"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-260e00934471a02805fb143935d6e9205a7f355f","eu-tr-0014082722-83"]}} -{"id":"ec-meeting-2015-09-16-e8ea58fc56fd2ee425f758999027798178f89d6e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-16 - Cabinet of Vice-President Miguel Arias Cañete x Centrica plc"],"date":["2015-09-16"],"summary":["Power Market Design/ Security of Gas Supply"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-1831691c10441c5974327bbeb8693d6b6c1e50c3","eu-tr-577829817108-84"]}} -{"id":"ec-meeting-2015-09-16-f1a066ec533db3addc6d5e80488ae4fb1260a53b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-16 - Energy x European Geothermal Energy Council"],"date":["2015-09-16"],"summary":["Energy Union"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["ec-person-6997149120ce5129e38febe5275dc8fd03232d2e","eu-tr-11458103335-07"]}} -{"id":"ec-meeting-2015-09-16-f2e72449b45e494e4140cecdb2ba3c1e070ff17b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-16 - Cabinet of Vice-President Jyrki Katainen x Raiffeisen Bank International AG"],"date":["2015-09-16"],"summary":["FX Currency conversions"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-33858106461-10","ec-person-88d71b399a3e13a243bdc4676e481835e8e5b2f2"]}} -{"id":"ec-meeting-2015-09-16-f5365b27732c55c1a252eea87316806d182a4d09","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-16 - Cabinet of Commissioner Carlos Moedas x Portia Ltd"],"date":["2015-09-16"],"summary":["8th Gender Summit"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-07b66759c911240aaa2b917489884273c71fac90","eu-tr-086687315440-79"]}} -{"id":"ec-meeting-2015-09-17-0789a52641a2eb2c14f048216475a63afba9dc0f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-17 - Günther Oettinger x IBM Corporation"],"date":["2015-09-17"],"summary":["Digitisation of Industry"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-7721359944-96","ec-person-c6cae64cc7dc787b66a47ab1613d3e922875b971"]}} -{"id":"ec-meeting-2015-09-17-0a3cacf022cb9b5d6491ac8496a9d750dab90b6e","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2015-09-17 - Cabinet of Vice-President Miguel Arias Cañete x E.ON SE"],"date":["2015-09-17"],"summary":["Investment in Algeria","Gas security of supply"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-1831691c10441c5974327bbeb8693d6b6c1e50c3","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd","ec-person-2229c857664a22dcb8eee79a8c05841fd3d0924f","ec-person-7e87a14bf64af274f1cfb85d6b64a405eea6217f","eu-tr-72760517350-57"]}} -{"id":"ec-meeting-2015-09-17-125862365c02440f46526ca5574212fc4f689ccb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-17 - Cabinet of Vice-President Jyrki Katainen x Third Generation Environmentalism Ltd"],"date":["2015-09-17"],"summary":["Capital markets union"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-07783117686-61","ec-person-88d71b399a3e13a243bdc4676e481835e8e5b2f2"]}} -{"id":"ec-meeting-2015-09-17-13ab970c602481a24c448d7c722c6865e3a8d371","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-17 - Cabinet of Vice-President Miguel Arias Cañete x Shell Companies"],"date":["2015-09-17"],"summary":["Investment in Algeria"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brusels, Belgium"],"address":["Brusels, Belgium"],"addressEntity":["addr-2e67c16dbf88bf0f3ca360ce18e2c707355028c1"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-7e87a14bf64af274f1cfb85d6b64a405eea6217f","eu-tr-05032108616-26","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd","ec-person-2229c857664a22dcb8eee79a8c05841fd3d0924f"]}} -{"id":"ec-meeting-2015-09-17-13f2fbaaba94529cbdf117a10e2af3ef819bd4e3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-17 - Cabinet of Commissioner Elżbieta Bieńkowska x The Danish Chamber of Commerce"],"date":["2015-09-17"],"summary":["Introductory meeting"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels,Belgium"],"address":["Brussels,Belgium"],"addressEntity":["addr-9d219e3055790a627449ea0f4745c821332ece94"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-0330934426-12","ec-person-b2f9be51339f054477846797e2c119fcf16548fc"]}} -{"id":"ec-meeting-2015-09-17-155733044f12cbfff695390a38099100f37b1c06","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-17 - Cabinet of Vice-President Miguel Arias Cañete x WWF European Policy Programme"],"date":["2015-09-17"],"summary":["Environment Council Preparation"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-1414929419-24","ec-person-260e00934471a02805fb143935d6e9205a7f355f","ec-person-95f883d5d0d484088f26191a8fea8553d674dfbe","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd"]}} -{"id":"ec-meeting-2015-09-17-160298f891e857bb10b6687f3784bde2edd369d2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-17 - Cabinet of President Jean-Claude Juncker x JERUSALEM FOUNDATION"],"date":["2015-09-17"],"summary":["Discuss the Foundation"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-301848618848-80","ec-person-da1926615bdcdb789928b90ac532982fef6e24ee"]}} -{"id":"ec-meeting-2015-09-17-17caa200a3f3a6e7c5e3ecb619c6123521b7b278","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-17 - Cabinet of Commissioner Carlos Moedas x Galp Energia, SGPS, SA"],"date":["2015-09-17"],"summary":["Energy Union"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["eu-tr-959972115771-67","ec-person-23980b2bc4fd9c82051d0f7888dc236b2f764866"]}} -{"id":"ec-meeting-2015-09-17-1944e0a403e2248973a7aa102e460b08acf0595f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-17 - Günther Oettinger x SAS Institute"],"date":["2015-09-17"],"summary":["DSM"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-175323916168-03","ec-person-c6cae64cc7dc787b66a47ab1613d3e922875b971"]}} -{"id":"ec-meeting-2015-09-17-200d8c5cb08b6c133c295e97c3974ea619d2cfa6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-17 - Cabinet of Vice-President Cecilia Malmström x EU ProSun"],"date":["2015-09-17"],"summary":["developments in the solar industry"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-637930515146-10","ec-person-591ec829ca734bcfe59a2c9c7f07f9dff22a0ea9"]}} -{"id":"ec-meeting-2015-09-17-20866a4b415c84d79e68faffde53cc2fe25088a2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-17 - Cabinet of Vice-President Miguel Arias Cañete x RWE AG"],"date":["2015-09-17"],"summary":["Renewables promotion in Spain"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-1831691c10441c5974327bbeb8693d6b6c1e50c3","eu-tr-77608353460-77"]}} -{"id":"ec-meeting-2015-09-17-20bf36051d1d1004e795b282fa4f8fd7cf724852","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-17 - Cabinet of Commissioner Corina Crețu x Knauf Insulation"],"date":["2015-09-17"],"summary":["Cohesion policy support to energy efficiency; energy efficiency and financial instruments"],"notes":["Portfolio: Regional Policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-corina-cretu-of"],"involved":["ec-person-f5bd4d5d0170028815aba56ee7d4883f0fd70f47","eu-tr-971446611568-25"]}} -{"id":"ec-meeting-2015-09-17-28a0a5e86869ff8ba0da9c6665d92135af1513d9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-17 - Cabinet of Commissioner Violeta Bulc x FERROVIE DELLO STATO ITALIANE S.p.A."],"date":["2015-09-17"],"summary":["General transport policy"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-5012c5e45a52ee8ce67d19c1781a127af53e73e7","eu-tr-1954267427-31","ec-person-dd7851e4a1e747e824b4f81139e33bc3cdb73160"]}} -{"id":"ec-meeting-2015-09-17-3127a0dc95d143df67be8e2c828238d898396203","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-17 - Energy x None"],"date":["2015-09-17"],"summary":["European energy policies"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-72760517350-57","eu-tr-05032108616-26","eu-tr-4447605981-76","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e","eu-tr-67833029261-54","eu-tr-959972115771-67","eu-tr-69240395197-02","eu-tr-6256831207-27"]}} -{"id":"ec-meeting-2015-09-17-33f7a35be6af41b41bae5f95861578b236d16861","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-17 - Cabinet of Commissioner Jonathan Hill x Association for Financial Markets in Europe"],"date":["2015-09-17"],"summary":["Financial Policy"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["ec-person-a9f927e92126f22da48d08ee37b059179988ada8","eu-tr-65110063986-76"]}} -{"id":"ec-meeting-2015-09-17-36c38a3b843cd77f4b5c535a107a0a1ab656bd8a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-17 - Cabinet of Vice-President Miguel Arias Cañete x ENGIE"],"date":["2015-09-17"],"summary":["Investment in Algeria"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-7e87a14bf64af274f1cfb85d6b64a405eea6217f","eu-tr-90947457424-20","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd","ec-person-2229c857664a22dcb8eee79a8c05841fd3d0924f"]}} -{"id":"ec-meeting-2015-09-17-392c8fe8d349475eb17f3274355ac02a33f9ff73","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-17 - Cabinet of Commissioner Marianne Thyssen x Samsung Electronics Europe"],"date":["2015-09-17"],"summary":["Employment and social initiatives in Europe"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["ec-person-7567514af00f139b390cf9864d28a090ca0fde25","eu-tr-40471017282-57"]}} -{"id":"ec-meeting-2015-09-17-3a312fe4d558140b2f2e191320f02504083aa97c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-17 - Cabinet of Vice-President Miguel Arias Cañete x Galp Energia, SGPS, SA"],"date":["2015-09-17"],"summary":["Investment in Algeria"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-7e87a14bf64af274f1cfb85d6b64a405eea6217f","eu-tr-959972115771-67","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd","ec-person-2229c857664a22dcb8eee79a8c05841fd3d0924f"]}} -{"id":"ec-meeting-2015-09-17-3b418b6666da66948b737966e5e3df9f093cc6f6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-17 - Cabinet of Vice-President Miguel Arias Cañete x ENEL SpA"],"date":["2015-09-17"],"summary":["Investment in Algeria"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-7e87a14bf64af274f1cfb85d6b64a405eea6217f","eu-tr-6256831207-27","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd","ec-person-2229c857664a22dcb8eee79a8c05841fd3d0924f"]}} -{"id":"ec-meeting-2015-09-17-3fcccbb0dfc6294d79c20edee9f48e799cfd7d0e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-17 - Cabinet of Vice-President Maroš Šefčovič x EUROSIF A.I.S.B.L (EUROPEAN SUSTAINABLE INVESTMENT FORUM)"],"date":["2015-09-17"],"summary":["on investments in sustainable energy and energy efficiency"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-ea6b517040e26a62f17d2829afffeba48cfd682f","eu-tr-70659452143-78"]}} -{"id":"ec-meeting-2015-09-17-484eb09bc7c18c5137b2c5c693110c0770ae7051","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-17 - Cabinet of Vice-President Cecilia Malmström x None"],"date":["2015-09-17"],"summary":["AEGIS presenting new study on consequences of granting MES to China"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-61650796093-48","eu-tr-79465004946-12","eu-tr-726584717191-62","eu-tr-27762251795-15","eu-tr-9224280267-20","eu-tr-72279144480-58","ec-person-20ded9db5df11164331bb161fdf234b1e5ad53fd","eu-tr-19153965510-75","ec-person-98880f3f4206145e196013db9dd806a551c11e06","eu-tr-93038071152-83","eu-tr-62722978644-95","eu-tr-717101617809-28","eu-tr-637930515146-10","ec-person-591ec829ca734bcfe59a2c9c7f07f9dff22a0ea9"]}} -{"id":"ec-meeting-2015-09-17-4fbc280d3305a95b8736de23e702d6211d14bf17","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-17 - Cabinet of Commissioner Carlos Moedas x European Cooperation in Science and Technology"],"date":["2015-09-17"],"summary":["The Future of COST"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-23980b2bc4fd9c82051d0f7888dc236b2f764866","eu-tr-480090715925-32"]}} -{"id":"ec-meeting-2015-09-17-52f4b381e10a84359e106d893e4aa75e7650daad","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-17 - Cabinet of Commissioner Věra Jourová x Deutsche Telekom"],"date":["2015-09-17"],"summary":["Data protection"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-184e698af1eb9e33b179680570ca171d8cb31c94","ec-person-f329292459cb1badb7fb7c6b67b698c441931bb2","eu-tr-60052162589-72"]}} -{"id":"ec-meeting-2015-09-17-53c0c5d483ede5b73ac5b9f1121345e8fde33f5e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-17 - Cabinet of Commissioner Elżbieta Bieńkowska x None"],"date":["2015-09-17"],"summary":["Presentation of a study"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-61650796093-48","eu-tr-79465004946-12","ec-person-b2f9be51339f054477846797e2c119fcf16548fc","eu-tr-726584717191-62","eu-tr-27762251795-15","eu-tr-9224280267-20","eu-tr-72279144480-58","eu-tr-19153965510-75","eu-tr-93038071152-83","eu-tr-62722978644-95","eu-tr-717101617809-28","eu-tr-637930515146-10"]}} -{"id":"ec-meeting-2015-09-17-58c31bacacd4d203bb45413c64fc456c57eb06b9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-17 - Energy x Repsol, S.A."],"date":["2015-09-17"],"summary":["European energy policies"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["ec-person-6997149120ce5129e38febe5275dc8fd03232d2e","eu-tr-69240395197-02"]}} -{"id":"ec-meeting-2015-09-17-5a522d5ab4b4c257b4e7e0a05c9412a92235bfc1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-17 - Cabinet of Vice-President Miguel Arias Cañete x Repsol, S.A."],"date":["2015-09-17"],"summary":["Investment in Algeria"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-7e87a14bf64af274f1cfb85d6b64a405eea6217f","eu-tr-69240395197-02","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd","ec-person-2229c857664a22dcb8eee79a8c05841fd3d0924f"]}} -{"id":"ec-meeting-2015-09-17-5e225aed835c4da070ec573c75fdc14690854546","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-17 - Cabinet of Vice-President Miguel Arias Cañete x IBERDROLA"],"date":["2015-09-17"],"summary":["Investment in Algeria"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-7e87a14bf64af274f1cfb85d6b64a405eea6217f","eu-tr-41816938101-07","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd","ec-person-2229c857664a22dcb8eee79a8c05841fd3d0924f"]}} -{"id":"ec-meeting-2015-09-17-61baedce4e627ab3bfe1955a6b3c21d7f4078d61","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-17 - Cabinet of President Jean-Claude Juncker x Association des maires de France"],"date":["2015-09-17"],"summary":["Meeting with Mr François Baroin on Investment Plan for Europe"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-29c106b0461ffd79e95f0119bdd363fd3c7c3ab3","eu-tr-570043718684-31"]}} -{"id":"ec-meeting-2015-09-17-68bba55750a9cf480a3d3fb1eecca6b9d119a950","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-17 - Cabinet of Vice-President Miguel Arias Cañete x Equinor ASA"],"date":["2015-09-17"],"summary":["Investment in Algeria"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-4447605981-76","ec-person-7e87a14bf64af274f1cfb85d6b64a405eea6217f","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd","ec-person-2229c857664a22dcb8eee79a8c05841fd3d0924f"]}} -{"id":"ec-meeting-2015-09-17-70d1979e09a869732588967821f34145ecb2d1a5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-17 - Cabinet of Commissioner Elżbieta Bieńkowska x Polish Confederation Lewiatan"],"date":["2015-09-17"],"summary":["ETS"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-251117611140-75","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2015-09-17-7216f818e499754425d29550eeca5b75a8799189","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-17 - Energy x E.ON SE"],"date":["2015-09-17"],"summary":["European energy policies"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-72760517350-57","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2015-09-17-77b2b6d87ecd3f3da665db99af525abf38675706","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-17 - Cabinet of Vice-President Jyrki Katainen x None"],"date":["2015-09-17"],"summary":["EU-China trade relations"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-61650796093-48","eu-tr-79465004946-12","eu-tr-726584717191-62","eu-tr-9224280267-20","eu-tr-72279144480-58","ec-person-7c9460f99c5872dbdc561f5752401c870d12e98b","eu-tr-19153965510-75","eu-tr-93038071152-83","eu-tr-62722978644-95","eu-tr-717101617809-28"]}} -{"id":"ec-meeting-2015-09-17-7a7fc0456490bb24fecc15375c5dda8a14e61bab","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-17 - Cabinet of Commissioner Carlos Moedas x Graphene Flagship"],"date":["2015-09-17"],"summary":["Research & Innovation in the domain of Graphene"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["eu-tr-699700218370-01","ec-person-23980b2bc4fd9c82051d0f7888dc236b2f764866"]}} -{"id":"ec-meeting-2015-09-17-7d43dde33e36f8c4a748a815c01f425d97420a6f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-17 - Communications Networks, Content and Technology x GSMA Europe"],"date":["2015-09-17"],"summary":["DSM"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-30988577529-37","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2015-09-17-80bb1b6ac35fc0ae75d49dfcc7997fa281556d17","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-17 - Cabinet of Vice-President Miguel Arias Cañete x Transport and Environment (European Federation for Transport and Environment)"],"date":["2015-09-17"],"summary":["Environment Council Preparation"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-260e00934471a02805fb143935d6e9205a7f355f","ec-person-95f883d5d0d484088f26191a8fea8553d674dfbe","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd","eu-tr-58744833263-19"]}} -{"id":"ec-meeting-2015-09-17-8e06b9175e23d3602533480f0b054c1216e68493","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-17 - Cabinet of First Vice-President Frans Timmermans x None"],"date":["2015-09-17"],"summary":["Market economy status for China"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["ec-person-6d8b11c800391d9e6515bbd1b0e9d54c7da270da","eu-tr-61650796093-48","eu-tr-79465004946-12","eu-tr-726584717191-62","eu-tr-27762251795-15","eu-tr-9224280267-20","eu-tr-72279144480-58","eu-tr-19153965510-75","eu-tr-93038071152-83","eu-tr-62722978644-95","eu-tr-717101617809-28","eu-tr-637930515146-10"]}} -{"id":"ec-meeting-2015-09-17-9be3466c34042079e5cb206ffb07779428e1132f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-17 - Cabinet of Vice-President Miguel Arias Cañete x Edison Spa"],"date":["2015-09-17"],"summary":["Investment in Algeria"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-401111262-07","ec-person-7e87a14bf64af274f1cfb85d6b64a405eea6217f","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd","ec-person-2229c857664a22dcb8eee79a8c05841fd3d0924f"]}} -{"id":"ec-meeting-2015-09-17-9e70976a16e3b891158fe93d7c23227ad62836db","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-17 - Cabinet of Commissioner Violeta Bulc x ASSOCIATION OF EUROPEAN AIRLINES"],"date":["2015-09-17"],"summary":["aviation policy"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-78089286892-19","ec-person-5012c5e45a52ee8ce67d19c1781a127af53e73e7"]}} -{"id":"ec-meeting-2015-09-17-a34dd8e80b84f8bb38ad59ea461713b50e647b2b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-17 - Cabinet of Commissioner Carlos Moedas x BUSINESSEUROPE"],"date":["2015-09-17"],"summary":["Innovation Priorities"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-b8d49828915f9008e764a78796d47ea00807a658","eu-tr-3978240953-79"]}} -{"id":"ec-meeting-2015-09-17-a536db7b2a531ef64dbfb1f2022abfc7ae252316","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-17 - Cabinet of Vice-President Miguel Arias Cañete x Stichting BirdLife Europe"],"date":["2015-09-17"],"summary":["Environment Council Preparation"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-1083162721-43","ec-person-260e00934471a02805fb143935d6e9205a7f355f","ec-person-95f883d5d0d484088f26191a8fea8553d674dfbe","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd"]}} -{"id":"ec-meeting-2015-09-17-a600f93b3d3eec7ad9f45928b5cf7164e0766f3f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-17 - Cabinet of President Jean-Claude Juncker x CAISSE DES DEPOTS"],"date":["2015-09-17"],"summary":["Meeting with Mr Pierre-René Lemas on the European Fund for Strategic Investments and the activities of national promotional banks"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-84606487324-44","ec-person-29c106b0461ffd79e95f0119bdd363fd3c7c3ab3"]}} -{"id":"ec-meeting-2015-09-17-a88b307b912a6e5098ddec8750682eb878dd2fe0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-17 - Cabinet of Commissioner Jonathan Hill x PayPal PLC, Belgian Branch"],"date":["2015-09-17"],"summary":["Financial Services Policy"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["eu-tr-94256896677-14","ec-person-03cf92829e273869bfbd8bbf4f1881dcd0848186"]}} -{"id":"ec-meeting-2015-09-17-b1dc3b4c98cda5861e1517ac39fb254c1547d932","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-17 - Cabinet of Vice-President Miguel Arias Cañete x EUROSIF A.I.S.B.L (EUROPEAN SUSTAINABLE INVESTMENT FORUM)"],"date":["2015-09-17"],"summary":["Energy Union"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-95f883d5d0d484088f26191a8fea8553d674dfbe","eu-tr-70659452143-78"]}} -{"id":"ec-meeting-2015-09-17-b4887a31ffe094fbbe07f746de613ec7d4f27d82","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-17 - Cabinet of Vice-President Miguel Arias Cañete x Climate Action Network Europe"],"date":["2015-09-17"],"summary":["Environment Council Preparation"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-260e00934471a02805fb143935d6e9205a7f355f","eu-tr-55888811123-49","ec-person-95f883d5d0d484088f26191a8fea8553d674dfbe","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd"]}} -{"id":"ec-meeting-2015-09-17-b7a1f322aba5d04a97eab646897548dce4003f53","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-17 - Cabinet of Vice-President Miguel Arias Cañete x Health & Environment Alliance"],"date":["2015-09-17"],"summary":["Environment Council Preparation"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-00723343929-96","ec-person-260e00934471a02805fb143935d6e9205a7f355f","ec-person-95f883d5d0d484088f26191a8fea8553d674dfbe","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd"]}} -{"id":"ec-meeting-2015-09-17-b9cf2063d2aa3b76ccdfb0c8c8f056aa762037ae","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-17 - Cabinet of Vice-President Andrus Ansip x IBM Corporation"],"date":["2015-09-17"],"summary":["DSM, IoT, free flow of data, data protection, e-health, e-payments"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-7721359944-96","ec-person-666bc159c7e65a3af9e63c1e97435c02f1496955","ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0"]}} -{"id":"ec-meeting-2015-09-17-bb84a5a831ae4fcf1c83e99f863b74157d775e5a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-17 - Climate Action x Shell Companies"],"date":["2015-09-17"],"summary":["ETS"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-clima"],"involved":["ec-person-44c2f44f96dda2012bcb4e9abc749f6cae86a4c0","eu-tr-05032108616-26"]}} -{"id":"ec-meeting-2015-09-17-bd750b08add9837e1b81132a8209df497b387e22","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-17 - Cabinet of Vice-President Maroš Šefčovič x Industriegewerkschaft Metall"],"date":["2015-09-17"],"summary":["Energy Union and the future of industry in Europe"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-757195013270-80","ec-person-2be517b9261a91f2f07e05ec14c6331980e9716e"]}} -{"id":"ec-meeting-2015-09-17-bf32ec40775abc564f3832c4d1fd2fe539406df5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-17 - Cabinet of Vice-President Miguel Arias Cañete x European Environmental Bureau"],"date":["2015-09-17"],"summary":["Environment Council Preparation"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-06798511314-27","ec-person-260e00934471a02805fb143935d6e9205a7f355f","ec-person-95f883d5d0d484088f26191a8fea8553d674dfbe","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd"]}} -{"id":"ec-meeting-2015-09-17-c0a36c22d02c5cdc35d490ad4eb58a0b08ee4d09","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-17 - Günther Oettinger x Wirtschaftsrat der CDU e.V."],"date":["2015-09-17"],"summary":["DSM"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-176334311014-43","ec-person-c6cae64cc7dc787b66a47ab1613d3e922875b971"]}} -{"id":"ec-meeting-2015-09-17-c183c8051584521d204e7e19b588094c22e94af4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-17 - Cabinet of High Representative / Vice-President Federica Mogherini x European Leadership Network"],"date":["2015-09-17"],"summary":["Meeting focusing on EU-NATO issues, particularly in Eastern Europe."],"notes":["Portfolio: Foreign Affairs and Security Policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"involved":["ec-person-e03a77379f79ea00cf20048e42e8b0793bf62fa3","eu-tr-713668418770-87"]}} -{"id":"ec-meeting-2015-09-17-c52e4f6cdcf7488a82153168a43a4f71d42fec58","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-17 - Cabinet of Vice-President Miguel Arias Cañete x NATURGY ENERGY GROUP"],"date":["2015-09-17"],"summary":["Investment in Algeria"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels,Belgium"],"address":["Brussels,Belgium"],"addressEntity":["addr-9d219e3055790a627449ea0f4745c821332ece94"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-7e87a14bf64af274f1cfb85d6b64a405eea6217f","eu-tr-67833029261-54","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd","ec-person-2229c857664a22dcb8eee79a8c05841fd3d0924f"]}} -{"id":"ec-meeting-2015-09-17-cfd0084b34549831793f0b7856727ffeb1da5c59","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-17 - Cabinet of Commissioner Tibor Navracsics x Royal Museums of Fine Arts of Belgium"],"date":["2015-09-17"],"summary":["Introductory meeting"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["eu-tr-493459413141-62","ec-person-cb6aa96c497dead35eb0f2ed0339e5423d506549"]}} -{"id":"ec-meeting-2015-09-17-d0dd08f6256a24a92480bd57f6bc2d5b31851cda","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-17 - Cabinet of Vice-President Andrus Ansip x International Federation of Film Distributors' Associations"],"date":["2015-09-17"],"summary":["Intellectual Property Rights"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-757797110981-25","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45","ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0"]}} -{"id":"ec-meeting-2015-09-17-d364fa351fa295e7116983f8fe677fa862fc5b51","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-17 - Cabinet of Vice-President Andrus Ansip x PayPal PLC, Belgian Branch"],"date":["2015-09-17"],"summary":["role of payments in Europe's e-commerce market"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-94256896677-14","ec-person-d5a309c64ecdb05010325dcfc661f6ae817f31cc"]}} -{"id":"ec-meeting-2015-09-17-dd9e02cb553171b36c7a8816a132e6ef415cb0e6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-17 - Cabinet of Vice-President Miguel Arias Cañete x Greenpeace European Unit"],"date":["2015-09-17"],"summary":["Environment Council Preparation"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-9832909575-41","ec-person-260e00934471a02805fb143935d6e9205a7f355f","ec-person-95f883d5d0d484088f26191a8fea8553d674dfbe","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd"]}} -{"id":"ec-meeting-2015-09-17-de65e748b8249f341dc285f094c904712cd3225c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-17 - Cabinet of Vice-President Miguel Arias Cañete x CEE Bankwatch Network"],"date":["2015-09-17"],"summary":["Environment Council Preparation"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-260e00934471a02805fb143935d6e9205a7f355f","ec-person-95f883d5d0d484088f26191a8fea8553d674dfbe","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd","eu-tr-93834493808-49"]}} -{"id":"ec-meeting-2015-09-17-e3d7d9843db72b6aefdf37675d86c05b377de0ae","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-17 - Cabinet of Commissioner Phil Hogan x Federation of Swedish Family Forest Owners"],"date":["2015-09-17"],"summary":["Business discussion"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-878186914678-56","ec-person-400dd8d59d3060187d9b9b143d697da1a3d03c12"]}} -{"id":"ec-meeting-2015-09-17-f8a7cbb91126a12fc0336034f448e4ecc64b44df","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-17 - Cabinet of Vice-President Miguel Arias Cañete x Volvo Car Corporation AB"],"date":["2015-09-17"],"summary":["Decarbonisation of transport and car CO2 emissions standards"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-74574295642-60","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd","ec-person-25a937c04cd0a0ddcf5cf34798e76b5105854114"]}} -{"id":"ec-meeting-2015-09-18-00d8b4d4ab70aa50877ad8ba647ce790e891da38","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-18 - Cabinet of Vice-President Cecilia Malmström x spiritsEUROPE"],"date":["2015-09-18"],"summary":["Market access challenges in Asia"],"notes":["Portfolio: Trade"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-5d4088e1913284a765aed8445f448f6ff341f1b3","eu-tr-64926487056-58"]}} -{"id":"ec-meeting-2015-09-18-1a24c64dfba050da0e2a48c73ab3fcc06056bb12","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-18 - Cabinet of Commissioner Elżbieta Bieńkowska x ARKEMA"],"date":["2015-09-18"],"summary":["Presentation of company's views on market evolution"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-35321797057-83","ec-person-daef7f819b2f3ffe5e4f5d8eb2782954f3c4a4e2","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2015-09-18-2b8ebace829f50d9f060d9bb6aac2da723c3173c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-18 - Cabinet of Vice-President Cecilia Malmström x PERNOD RICARD"],"date":["2015-09-18"],"summary":["Trademarks in the US"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-98880f3f4206145e196013db9dd806a551c11e06","eu-tr-352172811-92"]}} -{"id":"ec-meeting-2015-09-18-429da08989f69badfa899e928817f84382016d78","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-18 - Cabinet of President Jean-Claude Juncker x European Geothermal Energy Council"],"date":["2015-09-18"],"summary":["European Energy Union"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-b1bf9aa5fb7e886441ff341b657cc482b64a2a3e","eu-tr-11458103335-07"]}} -{"id":"ec-meeting-2015-09-18-483859a28fb0e1bac605b2143e0aa5a29523844f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-18 - Cabinet of Vice-President Andrus Ansip x Intesa Sanpaolo"],"date":["2015-09-18"],"summary":["Virtual currency"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels - Belgium"],"address":["Brussels - Belgium"],"addressEntity":["addr-85d514873c3b55c68206168e47e9d4fc69799cc8"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-24037141789-48","ec-person-0f698e3a0cc0bd6a02e1bd386a25cedc1366f3f1"]}} -{"id":"ec-meeting-2015-09-18-4bcd0f2b73629c146605cf35a7d737e35320a8e8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-18 - Cabinet of Commissioner Jonathan Hill x European Banking Federation"],"date":["2015-09-18"],"summary":["Financial Policy"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["ec-person-a9f927e92126f22da48d08ee37b059179988ada8","eu-tr-4722660838-23"]}} -{"id":"ec-meeting-2015-09-18-64a48c696d1895c30d9f7bf35c798103905e4a66","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-18 - Cabinet of Vice-President Cecilia Malmström x ABB Mannheimer Swartling Advokatbyrå"],"date":["2015-09-18"],"summary":["Anti-dumping on steel"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-7790041608-14","ec-person-20ded9db5df11164331bb161fdf234b1e5ad53fd","eu-tr-623598718693-65","ec-person-591ec829ca734bcfe59a2c9c7f07f9dff22a0ea9"]}} -{"id":"ec-meeting-2015-09-18-7b0bbf4176eec56136a6e2076922afad1f28cba9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-18 - Cabinet of Commissioner Elżbieta Bieńkowska x France Brevets"],"date":["2015-09-18"],"summary":["Initiatives autour de la protection des brevets & l'investissement dans l'innovation"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["ec-person-685ecf13dd26cd515c961e24ba71049af2302c5e","eu-tr-979589218673-05"]}} -{"id":"ec-meeting-2015-09-18-a9c444d40ae392083303e050714a123018379ba6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-18 - Cabinet of Vice-President Miguel Arias Cañete x Stichting European Climate Foundation"],"date":["2015-09-18"],"summary":["COP21"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-64869491516-70","ec-person-7e87a14bf64af274f1cfb85d6b64a405eea6217f"]}} -{"id":"ec-meeting-2015-09-18-af179597ccec9ab064f184f57d982b931562fd7f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-18 - Cabinet of Vice-President Valdis Dombrovskis x Association for Financial Markets in Europe"],"date":["2015-09-18"],"summary":["Securitisation"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["London"],"address":["London"],"addressEntity":["addr-4c57f0c88d9844630327623633ce269cf826ab99"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-65110063986-76","ec-person-3f9ca71b74344417d1f072ba7f3e2f09a223b036"]}} -{"id":"ec-meeting-2015-09-18-b5d7fb2de1db1fd92b628213ba4f7400a50ac2e0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-18 - Cabinet of Commissioner Marianne Thyssen x Uber"],"date":["2015-09-18"],"summary":["social aspects of collaborative economy"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["eu-tr-002278013515-26","ec-person-7567514af00f139b390cf9864d28a090ca0fde25"]}} -{"id":"ec-meeting-2015-09-18-ca0466aea865994c5f0d0415308d286fdfb46d12","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-18 - Cabinet of President Jean-Claude Juncker x AT&T, Inc."],"date":["2015-09-18"],"summary":["Digital Single Market"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-44a061693f35519551be0e3dab996e76ad3f8c7c","eu-tr-92442218459-37"]}} -{"id":"ec-meeting-2015-09-18-cc561d1eb95ea683e292ab0f2f199616a3eb6c11","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-18 - Financial Stability, Financial Services and Capital Markets Union x Fédération bancaire française"],"date":["2015-09-18"],"summary":["Capital Markets Union, Banking Union, Net Stable Funding Ratio, Bank Structural Measures, TLAC/MREL, IFRS 9"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["ec-person-bdee7a93f95c8ef05079539170139b3c02e8ed96","eu-tr-09245221105-30"]}} -{"id":"ec-meeting-2015-09-18-d458a890ce121ac70a299032dd1451bce50f1249","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-18 - Communications Networks, Content and Technology x University of Ulm, Institute for Complex Quantum Systems"],"date":["2015-09-18"],"summary":["Event \"Quantum Technologies: Opportunities for European Industry\""],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-975691716328-53","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2015-09-18-d46f8d84fa586450bef214fa9618c20f5f6f5871","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-18 - Cabinet of Commissioner Tibor Navracsics x Fédération Internationale des Footballeurs Professionnelles Division Europe"],"date":["2015-09-18"],"summary":["Presentation of the Hungarian Football Players' Union"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["eu-tr-797440512350-84","ec-person-dc2e0fed0fdf39a6a3f3ad63355c5215599de9d1"]}} -{"id":"ec-meeting-2015-09-18-d48c8225a878ac0804e8281a3884e4c94a4d22ad","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-18 - Cabinet of Commissioner Věra Jourová x World Federation of Advertisers"],"date":["2015-09-18"],"summary":["Data protection"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-f329292459cb1badb7fb7c6b67b698c441931bb2","eu-tr-6440918199-49"]}} -{"id":"ec-meeting-2015-09-18-d548c9db4db989b831e1d44570b3147a1a9c1c25","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-18 - Cabinet of President Jean-Claude Juncker x Banco Santander, S.A."],"date":["2015-09-18"],"summary":["Digital Single Market agenda"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-799142914971-03","ec-person-c402e34a99fbee730ae22e3b1958e21c94dc6fcc"]}} -{"id":"ec-meeting-2015-09-18-ea437da175ad760cdac11245598246a9673e95ee","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-18 - Cabinet of Commissioner Elżbieta Bieńkowska x EPIA SolarPower Europe"],"date":["2015-09-18"],"summary":["Change of name from EPIA to SolarPowerEurope & solar related topics"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-2680046412-48","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2015-09-18-eec39464d9019dee1535c01368f4fe05961c5606","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-18 - Employment, Social Affairs and Inclusion x SGI Europe"],"date":["2015-09-18"],"summary":["State of play"],"location":["Michel Servoz office"],"address":["Michel Servoz office"],"addressEntity":["addr-978e41b1622befbb8d6669dcbeb433d909f25b91"],"organizer":["ec-dg-empl"],"involved":["ec-person-0d8ce1c547b8ca99decd25740ba12e2c0866a2fd","eu-tr-59513031434-92"]}} -{"id":"ec-meeting-2015-09-20-851375e512e162998ada812dce2ededafb2bf04e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-20 - Cabinet of Commissioner Phil Hogan x Associazione Industriali delle Carni e dei Salumi"],"date":["2015-09-20"],"summary":["1.\tPig meat market situation 2.\tUnfair Commercial practices along the food supply chain;4.\tFragmentation of the Internal market;5.\tKey challenges in bilateral relations with Third Countries."],"notes":["Portfolio: Agriculture & Rural Development"],"location":["BERL 08/323"],"address":["BERL 08/323"],"addressEntity":["addr-81cf2e873861051667b0d7f6084c1d3163e5afea"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-67143036814-95","ec-person-428cf365f3847d04012831ef2642a1a69aed518d"]}} -{"id":"ec-meeting-2015-09-21-125862365c02440f46526ca5574212fc4f689ccb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-21 - Cabinet of Vice-President Jyrki Katainen x Third Generation Environmentalism Ltd"],"date":["2015-09-21"],"summary":["Investment Plan and China"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-07783117686-61","ec-person-7c9460f99c5872dbdc561f5752401c870d12e98b"]}} -{"id":"ec-meeting-2015-09-21-16bcd6edeed8799e6d6b2fada164796c4941bf55","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-21 - Cabinet of Vice-President Cecilia Malmström x Semiconductor Industry Association"],"date":["2015-09-21"],"summary":["Semiconductor markets"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-602016118609-78","ec-person-98880f3f4206145e196013db9dd806a551c11e06"]}} -{"id":"ec-meeting-2015-09-21-1a4680c215fe7d645d97487e925d8b7e94bb6539","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-21 - Taskforce on Article 50 negotiations with the United Kingdom x Pro Europa"],"date":["2015-09-21"],"summary":["UK Referendum"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-dg-tf50"],"involved":["eu-tr-900651018794-80","ec-person-ebad254ad157f20ffe76dada00bb408af413c89a"]}} -{"id":"ec-meeting-2015-09-21-21815c8ce07c68f6d9ce4cbd90e66ef85396f452","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-21 - Cabinet of Commissioner Margrethe Vestager x european competitive telecommunications association"],"date":["2015-09-21"],"summary":["Presentation of Analysis Mason study"],"notes":["Portfolio: Competition"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-margrethe-of-vestager"],"involved":["ec-person-5d3cde69206da720686a2bca71494091f1318f24","eu-tr-24627752238-32"]}} -{"id":"ec-meeting-2015-09-21-241d8d68da9eb6f7a9c129fed25ce8e6c89acd38","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-21 - Cabinet of Commissioner Jonathan Hill x Intesa Sanpaolo"],"date":["2015-09-21"],"summary":["Financial Services Policy"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["ec-person-03cf92829e273869bfbd8bbf4f1881dcd0848186","eu-tr-24037141789-48"]}} -{"id":"ec-meeting-2015-09-21-3b1c6f95533b16d5e3d78235ecd0ee79e68e38ed","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-21 - Günther Oettinger x Konrad-Adenauer-Stiftung"],"date":["2015-09-21"],"summary":["DSM"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-2905437316-11","ec-person-5652698e8f7b4a189329e67fddbaff44dbe8658c"]}} -{"id":"ec-meeting-2015-09-21-409ba4e0f9c101bc83e267a8dc5fc8305a0b2f8b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-21 - Cabinet of Vice-President Miguel Arias Cañete x DTEK"],"date":["2015-09-21"],"summary":["Energy sector reform in Ukraine"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-1831691c10441c5974327bbeb8693d6b6c1e50c3","eu-tr-17429897118-54","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd"]}} -{"id":"ec-meeting-2015-09-21-42ce911b84052c701fdaa950b7fd3578eda6b91a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-21 - Cabinet of Commissioner Carlos Moedas x WindEurope"],"date":["2015-09-21"],"summary":["Research & Innovation in renewable energies"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Luxembourg"],"address":["Luxembourg"],"addressEntity":["addr-5076721c4060feeb69bd2c3dd9bdce115d5c62f3"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["eu-tr-19920706471-21","ec-person-23980b2bc4fd9c82051d0f7888dc236b2f764866"]}} -{"id":"ec-meeting-2015-09-21-4583d8138ca1ce4f174d9a414c4445b91e729988","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-21 - Cabinet of Vice-President Jyrki Katainen x industriAll European Trade Union"],"date":["2015-09-21"],"summary":["Innovation"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90","eu-tr-358284014848-82"]}} -{"id":"ec-meeting-2015-09-21-46a3c3bebddc00ec91f1ad252141eb5fba9e33af","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-21 - Cabinet of Commissioner Pierre Moscovici x Banco Popular Español"],"date":["2015-09-21"],"summary":["Spanish economy and banking sector"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["ec-person-3cbeba61ae952f06fe4916c381438ebbc676a597","ec-person-4d74d0c260dc052838b8da02f72e7322f6cfc514","eu-tr-554266514967-88"]}} -{"id":"ec-meeting-2015-09-21-4b048a1da6c80c3ffc37ada45c66db88c091435a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-21 - Cabinet of Commissioner Pierre Moscovici x BREIZ EUROPE"],"date":["2015-09-21"],"summary":["Régime forfaitaire de TVA agricole"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["eu-tr-44968076843-33","ec-person-738f7f25002d191bd2df8936e8f8d1d726c19e2e"]}} -{"id":"ec-meeting-2015-09-21-4b621c0721ffdc3292639dd07c16b510c05739bb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-21 - Cabinet of President Jean-Claude Juncker x Ενωση Περιφερειων Ελλαδας"],"date":["2015-09-21"],"summary":["Meeting with Mr Konstantinos Agorastos on the situation in the Greek Regions, the European Fund for Strategic Investments and EU structural funds"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-29c106b0461ffd79e95f0119bdd363fd3c7c3ab3","eu-tr-072659518836-70"]}} -{"id":"ec-meeting-2015-09-21-4f4b1a641da6a5c5bfd07bd4025b29ffb12f0013","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-21 - Cabinet of Commissioner Věra Jourová x Broadcom"],"date":["2015-09-21"],"summary":["Digital Single Market"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-a2ca9161feee56909a0e98b473c2d342c20fdb57","eu-tr-240029014014-18"]}} -{"id":"ec-meeting-2015-09-21-548c4d147f75253e6f6b5fe33299c46f9b47d1d8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-21 - Cabinet of Commissioner Vytenis Andriukaitis x European Alliance For Vision Research and Ophthalmology"],"date":["2015-09-21"],"summary":["EU research funding, on reducing the impact of eye disease"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-059ca943fc5fc696d2a97849c635ddf7b6ab7fd7","eu-tr-221589017973-83"]}} -{"id":"ec-meeting-2015-09-21-5e225aed835c4da070ec573c75fdc14690854546","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-21 - Cabinet of Vice-President Miguel Arias Cañete x IBERDROLA"],"date":["2015-09-21"],"summary":["Energy Union"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-41816938101-07","ec-person-95f883d5d0d484088f26191a8fea8553d674dfbe"]}} -{"id":"ec-meeting-2015-09-21-6361074057b5cea1aaeccbb426f5be6a61806f51","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-21 - Cabinet of Commissioner Marianne Thyssen x BUSINESSEUROPE"],"date":["2015-09-21"],"summary":["EU employment and social affairs priorities"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["ec-person-c508e9337eca6b067c1f966b82de49c4824a3ad0","eu-tr-3978240953-79"]}} -{"id":"ec-meeting-2015-09-21-642be3d3957173973bc29a6e5a98314ee31ad49e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-21 - Cabinet of Vice-President Andrus Ansip x European NGO Alliance for Child Safety Online"],"date":["2015-09-21"],"summary":["Discussion on their report on children and business online to protect children in the context of DSM"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-5db7bdd1c81da2e70eb5b982097d0004111b5c3e","eu-tr-68951559498-60","ec-person-c759bd58acc54869aa8e62ce652efcda416e25c2"]}} -{"id":"ec-meeting-2015-09-21-6b723f1084b14ccf3b728c1456ba9fd528856117","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-21 - Cabinet of Commissioner Phil Hogan x Handelsverband Deutschland"],"date":["2015-09-21"],"summary":["HDE briefing on latest developments of the Supply Chain Initiative and on retail competition issues"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["BERL 8/304"],"address":["BERL 8/304"],"addressEntity":["addr-cd0890e5ddd9d022e02cde0a2e0a9ee1e6f29817"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-31200871765-41","ec-person-a985b9a03cb4f9af4f2f97583d8f92fb71579572"]}} -{"id":"ec-meeting-2015-09-21-742344fc047fa3b6d6ffc87ad77838f57b297085","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-21 - Cabinet of Commissioner Elżbieta Bieńkowska x Arconic Europe"],"date":["2015-09-21"],"summary":["EU-China trade"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-6018012754-28","ec-person-b2f9be51339f054477846797e2c119fcf16548fc","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2015-09-21-7817114f7b901a7b6dd8ae3b33e4b85c7dff3e77","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-21 - Cabinet of Commissioner Věra Jourová x Interactive Advertising Bureau Europe"],"date":["2015-09-21"],"summary":["Data protection"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["eu-tr-43167137250-27","ec-person-f329292459cb1badb7fb7c6b67b698c441931bb2"]}} -{"id":"ec-meeting-2015-09-21-81f0cf73a7f44710432894af2ae020de89d83452","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-21 - Cabinet of Vice-President Andrus Ansip x ARD-Verbindungsbüro Brüssel"],"date":["2015-09-21"],"summary":["DSM, copyright, AVMD, platforms"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-6774178922-55","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45"]}} -{"id":"ec-meeting-2015-09-21-851375e512e162998ada812dce2ededafb2bf04e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-21 - Cabinet of Commissioner Phil Hogan x Associazione Industriali delle Carni e dei Salumi"],"date":["2015-09-21"],"summary":["Business discussion"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-400dd8d59d3060187d9b9b143d697da1a3d03c12","eu-tr-67143036814-95"]}} -{"id":"ec-meeting-2015-09-21-872467213e10c7d6eed3668885e7c9c3c2025a01","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-21 - Cabinet of Commissioner Carlos Moedas x EUREC- The association of European Renewable Energy Research Centres"],"date":["2015-09-21"],"summary":["SET PLAN"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Luxembourg"],"address":["Luxembourg"],"addressEntity":["addr-5076721c4060feeb69bd2c3dd9bdce115d5c62f3"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-23980b2bc4fd9c82051d0f7888dc236b2f764866","eu-tr-8156981516-21"]}} -{"id":"ec-meeting-2015-09-21-88ee36693ff665de663b33fb3294aea234c7f437","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-21 - Cabinet of Commissioner Věra Jourová x Centre for Democracy & Technology, Europe"],"date":["2015-09-21"],"summary":["Agreement with the United States on mutual legal assistance"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-64349923a7639978983020a607770b8dc47c8144","eu-tr-57305017757-64","ec-person-f329292459cb1badb7fb7c6b67b698c441931bb2"]}} -{"id":"ec-meeting-2015-09-21-8bc15690b050ad7645ca5a7d35b262203f4bf840","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-21 - Cabinet of Commissioner Violeta Bulc x Eo Ipso Communications"],"date":["2015-09-21"],"summary":["Aviation Package"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-5012c5e45a52ee8ce67d19c1781a127af53e73e7","ec-person-9d4dc4867a44dfe10f67ae7ee1706da3e8b48a24","eu-tr-383821814353-88"]}} -{"id":"ec-meeting-2015-09-21-9fbff8e5f40af0999fea6a2ec1e8420d21a33434","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-21 - Cabinet of Vice-President Valdis Dombrovskis x Bundesverband der Deutschen Volksbanken und Raiffeisenbanken Deutscher Sparkassen-und Giroverband"],"date":["2015-09-21"],"summary":["Deposit insurance/Banking Union"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Berlin, Germany"],"address":["Berlin, Germany"],"addressEntity":["addr-45087614a913d81becb706e8469c1cd56b027e7f"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-62379064909-15","ec-person-48f31156d932641826e09f5b73f074d35ff05786","eu-tr-22330076571-75","ec-person-a9eda2e8ea54b70a968327672c6cada679d3cd56"]}} -{"id":"ec-meeting-2015-09-21-a18c6ecefba813baa384c42b5624d6df43552b01","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-21 - Cabinet of Commissioner Phil Hogan x European Cider and Fruit Wine Association"],"date":["2015-09-21"],"summary":["\"Light Marketing Regime\""],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-c9d17d5879383b030f61a4066848249fb35d57e4","eu-tr-27459429876-64"]}} -{"id":"ec-meeting-2015-09-21-a1a2ed1abfc1d77219e783a041edfdbeb1179643","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-21 - Cabinet of Commissioner Jonathan Hill x None"],"date":["2015-09-21"],"summary":["Financial Services Policy"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["eu-tr-33858106461-10","eu-tr-03094871618-32","ec-person-f247edfcff54d4f26fc10769f809c92bc72d6797","eu-tr-4016736872-59","eu-tr-83370363079-88","eu-tr-147822918905-17"]}} -{"id":"ec-meeting-2015-09-21-a1cbf3f91b1aa7a6bdaf5d3ca285980099247f52","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-21 - Cabinet of Vice-President Andrus Ansip x International Association of Privacy Professionals"],"date":["2015-09-21"],"summary":["Discussion on data privacy, big data and international dada flows"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-5db7bdd1c81da2e70eb5b982097d0004111b5c3e","eu-tr-977881918839-35"]}} -{"id":"ec-meeting-2015-09-21-a77cf0cad9f845a87a9f13192d6004bc386c12f5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-21 - Cabinet of Commissioner Jonathan Hill x Institut der Wirtschaftsprüfer in Deutschland e.V."],"date":["2015-09-21"],"summary":["Overview on EU Accounting & Audit"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Belgium, Brussels, BERL"],"address":["Belgium, Brussels, BERL"],"addressEntity":["addr-afebf85a436897fe5234b2ac0d00a1ddc4c9dd27"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["eu-tr-810688116593-26","ec-person-f247edfcff54d4f26fc10769f809c92bc72d6797"]}} -{"id":"ec-meeting-2015-09-21-b9cf2063d2aa3b76ccdfb0c8c8f056aa762037ae","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-21 - Cabinet of Vice-President Andrus Ansip x IBM Corporation"],"date":["2015-09-21"],"summary":["Digital Trade"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-7721359944-96","ec-person-c759bd58acc54869aa8e62ce652efcda416e25c2"]}} -{"id":"ec-meeting-2015-09-21-bc9431686eaa8d0242a1e54e36a6cddf1fc50677","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-21 - Cabinet of Commissioner Violeta Bulc x Swissport International Ltd."],"date":["2015-09-21"],"summary":["Aviation Package"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-5012c5e45a52ee8ce67d19c1781a127af53e73e7","ec-person-9d4dc4867a44dfe10f67ae7ee1706da3e8b48a24","eu-tr-002130110187-09"]}} -{"id":"ec-meeting-2015-09-21-bc9e9c23ed816a58c696d1ad9fe8f60bf5c09623","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-21 - Günther Oettinger x Bundesverband der Deutschen Volksbanken und Raiffeisenbanken"],"date":["2015-09-21"],"summary":["digitale Projekte"],"location":["Berlin"],"address":["Berlin"],"addressEntity":["addr-062b06ba8e755765c6b049809b7430fd54fe5b21"],"organizer":["ec-dg-de"],"involved":["ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0","eu-tr-22330076571-75"]}} -{"id":"ec-meeting-2015-09-21-bd98ad9877eff97a66390401c496e7951ce39604","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-21 - Cabinet of Vice-President Valdis Dombrovskis x Intesa Sanpaolo"],"date":["2015-09-21"],"summary":["legislative initiative recently published by the Croatian Government"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-24037141789-48","ec-person-f6170dbdd732fc460a713b82b57759ac5e77fdc6"]}} -{"id":"ec-meeting-2015-09-21-c23c21c4d9a5845d0844bfa9213d427cf5773525","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-21 - Informatics x HP Inc"],"date":["2015-09-21"],"summary":["Public Sector Modernisation"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-digit"],"involved":["ec-person-0098ceaf3507dfdf0d7f020be9785ac3453b4913","eu-tr-99346002337-55"]}} -{"id":"ec-meeting-2015-09-21-dab9c8c57c3a86bbccf147eddb0e27c4468009f3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-21 - Cabinet of Commissioner Elżbieta Bieńkowska x Apple Inc."],"date":["2015-09-21"],"summary":["Current IP/standardization issues"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["ec-person-b2f9be51339f054477846797e2c119fcf16548fc","eu-tr-588327811384-96"]}} -{"id":"ec-meeting-2015-09-21-ebdcd4ad91461c6cdccd51b3fc79d7b4e667e593","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-21 - Internal Market, Industry, Entrepreneurship and SMEs x Airbus"],"date":["2015-09-21"],"summary":["Presentation of Airbus, defence issues, regulatory issues (conflict minerals, CSR, ETS, WTO disputes)"],"location":["Bruxelles"],"address":["Bruxelles"],"addressEntity":["addr-b58f5927b66d94a676970dc048485d4c6848f272"],"organizer":["ec-dg-grow"],"involved":["eu-tr-2732167674-76","ec-person-60a3d0d628d231b41af1d0c65607b0fd78ca4edc"]}} -{"id":"ec-meeting-2015-09-21-eef3869d6a19b267e160f4f2957edd0d022d0ba5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-21 - Cabinet of Commissioner Phil Hogan x BREIZ EUROPE"],"date":["2015-09-21"],"summary":["Business discussion"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-400dd8d59d3060187d9b9b143d697da1a3d03c12","eu-tr-44968076843-33"]}} -{"id":"ec-meeting-2015-09-21-f3b6834603100f58be4907a1e0838a8f127dc0b5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-21 - Cabinet of Vice-President Miguel Arias Cañete x OXFAM INTERNATIONAL EU ADVOCACY OFFICE"],"date":["2015-09-21"],"summary":["Climate finance"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-46856801604-90","ec-person-7e87a14bf64af274f1cfb85d6b64a405eea6217f"]}} -{"id":"ec-meeting-2015-09-22-0aad2960feabd16f3c004776935f9a190097e958","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-22 - Cabinet of Vice-President Cecilia Malmström x Arconic Europe"],"date":["2015-09-22"],"summary":["Global developments in Aluminium"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-6018012754-28","ec-person-98880f3f4206145e196013db9dd806a551c11e06","ec-person-591ec829ca734bcfe59a2c9c7f07f9dff22a0ea9"]}} -{"id":"ec-meeting-2015-09-22-0bea6c077a0d93199eefddebc7ce067918ec3e84","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-22 - Günther Oettinger x eu travel tech"],"date":["2015-09-22"],"summary":["PDT Directive"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-c6cae64cc7dc787b66a47ab1613d3e922875b971","eu-tr-70614728635-77"]}} -{"id":"ec-meeting-2015-09-22-0d0ce66f20ebd81e6bc706e792780b97d7526c58","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-22 - Cabinet of Commissioner Věra Jourová x Zweites Deutsches Fernsehen ARD-Verbindungsbüro Brüssel"],"date":["2015-09-22"],"summary":["Copyright"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["eu-tr-6774178922-55","eu-tr-3209361971-85","ec-person-f329292459cb1badb7fb7c6b67b698c441931bb2"]}} -{"id":"ec-meeting-2015-09-22-206953b34b632c6e6ec01b70b4484acec24a760b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-22 - Cabinet of President Jean-Claude Juncker x Deutsche Bank AG"],"date":["2015-09-22"],"summary":["Speech on 5 Presidents' Report \"Completing Europe's Economic and Monetary Union\""],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-271912611231-56","ec-person-80c6995ad1cd6aefa72f1bf440b17b6d8c6dd4b8"]}} -{"id":"ec-meeting-2015-09-22-258ddc1da69d62b2f0ccd8c1e1c877d1224206a5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-22 - Cabinet of Vice-President Miguel Arias Cañete x Verband Deutscher Reeder"],"date":["2015-09-22"],"summary":["CO2 emissions"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussles"],"address":["Brussles"],"addressEntity":["addr-e6ba3e89050fdfff2010d3fb9d2fbe42cd1cafd9"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-74850577610-03","ec-person-25a937c04cd0a0ddcf5cf34798e76b5105854114"]}} -{"id":"ec-meeting-2015-09-22-26459166b7c672cdb0eac6dfcb7fa8d834713f0b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-22 - Cabinet of Vice-President Karmenu Vella x The Pew Charitable Trusts ClientEarth Seas At Risk vzw WWF European Policy Programme OCEANA Greenpeace European Unit Stichting BirdLife Europe"],"date":["2015-09-22"],"summary":["Common Fisheries Policy"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["eu-tr-95261732139-73","eu-tr-1083162721-43","eu-tr-1414929419-24","eu-tr-47937943241-80","eu-tr-46834536998-79","eu-tr-96645517357-19","ec-person-0e3efd8bc1c3ee9a80205d0bb78f316fa1621e5d","eu-tr-9832909575-41"]}} -{"id":"ec-meeting-2015-09-22-2abcc6ee237b7f7d002c51f8aceb30a5c30b2ccd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-22 - Environment x Conservation International Europe"],"date":["2015-09-22"],"summary":["Forest Policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-env"],"involved":["eu-tr-70299514465-38","ec-person-3bc74ce04ea3f4ab4d91a5c88eef25b8b8a213b4"]}} -{"id":"ec-meeting-2015-09-22-2cb6bd0bf84a19066371169c4fb4e7afa89c7c77","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-22 - Cabinet of Commissioner Violeta Bulc x Alstom"],"date":["2015-09-22"],"summary":["Visit of Alstom Factory in Valenciennes, France"],"notes":["Portfolio: Transport"],"location":["Valenciennes, France"],"address":["Valenciennes, France"],"addressEntity":["addr-a39cbec21423373f5685823b1ee0fa023d253f3d"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-4d2b449b5047ea3fda435a2a1c1081e3babcdf76","ec-person-dd7851e4a1e747e824b4f81139e33bc3cdb73160","eu-tr-43284012043-03"]}} -{"id":"ec-meeting-2015-09-22-2d20bda1fcfa41ab1c18565c33154a7d1feb91c8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-22 - Cabinet of High Representative / Vice-President Federica Mogherini x ConocoPhillips"],"date":["2015-09-22"],"summary":["EU/US coopreation on Energy"],"notes":["Portfolio: Foreign Affairs and Security Policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"involved":["eu-tr-1798200413-71","ec-person-189fa91edba64d04693773d2f922608c3f83b78d"]}} -{"id":"ec-meeting-2015-09-22-3591ba166f3f8ab2253e248a38b65dcb10decf23","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-22 - Cabinet of President Jean-Claude Juncker x Federation of European Screen Directors - Fédération Européenne des Réalisateurs de l'Audiovisuel"],"date":["2015-09-22"],"summary":["Digital Single Market"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-44a061693f35519551be0e3dab996e76ad3f8c7c","eu-tr-29280842236-21"]}} -{"id":"ec-meeting-2015-09-22-36f96e6e70c2146bf74c94311daf1825869f4e22","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-22 - Cabinet of Vice-President Miguel Arias Cañete x WindEurope"],"date":["2015-09-22"],"summary":["•\tMaking the EU a global leader in Renewables & reform of the wholesale electricity market"],"notes":["Portfolio: Climate Action & Energy"],"location":["Luxembourg, Luxembourg"],"address":["Luxembourg, Luxembourg"],"addressEntity":["addr-1a690f3bea5d666765f5c92aa02a45da95243341"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-19920706471-21","ec-person-95f883d5d0d484088f26191a8fea8553d674dfbe","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd","ec-person-25a937c04cd0a0ddcf5cf34798e76b5105854114"]}} -{"id":"ec-meeting-2015-09-22-464706ab41735dc075b9f00885219f90f9fb6bd9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-22 - Cabinet of President Jean-Claude Juncker x Confédération Française Démocratique du Travail"],"date":["2015-09-22"],"summary":["Meeting with Mr Laurent Berger on Economic and Social Agenda"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-29c106b0461ffd79e95f0119bdd363fd3c7c3ab3","eu-tr-584162614015-63"]}} -{"id":"ec-meeting-2015-09-22-47820d7da70c54229f0c99d4da289cb76245dc4d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-22 - Cabinet of Commissioner Věra Jourová x European Network of Councils for the Judiciary"],"date":["2015-09-22"],"summary":["Justice Scoreboard"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["eu-tr-45444124056-57","ec-person-a608b85b2ffef83f883b5a2330b6232efa1b7141","ec-person-1e0e3a00ab815dea7c5b839b002ed2c7e34bfe0a"]}} -{"id":"ec-meeting-2015-09-22-54ca6990dbb53a2e6e3bc067abd0270eac0d0f44","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-22 - Cabinet of President Jean-Claude Juncker x Atomium European Institute for Science, Media and Democracy"],"date":["2015-09-22"],"summary":["Meeting with Mr d'Estaing, Mr Bonvicini and Ms Widegren on the REIsearch initiative"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-29c106b0461ffd79e95f0119bdd363fd3c7c3ab3","eu-tr-604316917419-28"]}} -{"id":"ec-meeting-2015-09-22-6209d0e9fe78307d0819da4afaf2391439e0bf6b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-22 - Cabinet of Vice-President Andrus Ansip x Deloitte, S.L."],"date":["2015-09-22"],"summary":["Cybersecurity and privacy"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-91ca0921c6790191daa54427311acd63035e7c9e","ec-person-5db7bdd1c81da2e70eb5b982097d0004111b5c3e","eu-tr-727712916372-77"]}} -{"id":"ec-meeting-2015-09-22-6d79aa1f6db7beb5a9ba4d442239b0150d736b2a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-22 - Cabinet of Commissioner Elżbieta Bieńkowska x URENCO Limited"],"date":["2015-09-22"],"summary":["nuclear industry facing Energy Union Project challenges"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-148242818519-17","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2015-09-22-732f2078f80f51a2658f3394d26e3989cc3c1709","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-22 - Cabinet of Vice-President Andrus Ansip x TalkTalk Group"],"date":["2015-09-22"],"summary":["Broadband"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-588726515320-19","ec-person-666bc159c7e65a3af9e63c1e97435c02f1496955","ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0"]}} -{"id":"ec-meeting-2015-09-22-82593451a7ea3deea94aec9794369516a564344c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-22 - Cabinet of Vice-President Andrus Ansip x EuroCommerce"],"date":["2015-09-22"],"summary":["Digital Single Market, data protection and security"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-d5a309c64ecdb05010325dcfc661f6ae817f31cc","eu-tr-84973761187-60","ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0"]}} -{"id":"ec-meeting-2015-09-22-8bc4fe2fc87d267e2ecfcaa7a2f0b326416b4b21","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-22 - Cabinet of Commissioner Tibor Navracsics x European Youth Forum"],"date":["2015-09-22"],"summary":["Structured Dialogue with youth, tackling radicalisation"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Luxembourg"],"address":["Luxembourg"],"addressEntity":["addr-5076721c4060feeb69bd2c3dd9bdce115d5c62f3"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-dc2e0fed0fdf39a6a3f3ad63355c5215599de9d1","eu-tr-43251547769-22"]}} -{"id":"ec-meeting-2015-09-22-a1ca44e1e41a5d16fd8ca970564308e134a6b1e6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-22 - Cabinet of Commissioner Christos Stylianides x Konrad-Adenauer-Stiftung"],"date":["2015-09-22"],"summary":["Relations between Member States and EU Commission in Humanitarian Aid and Crisis Management"],"notes":["Portfolio: Humanitarian Aid & Crisis Management"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-christos-commissioner-of-stylianides"],"involved":["eu-tr-2905437316-11","ec-person-6f08c893ea685f6d5f50c2c6e373f294e3616698"]}} -{"id":"ec-meeting-2015-09-22-b1a9a606f388e41592b48eceffb20e7579c58cc8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-22 - Cabinet of Vice-President Andrus Ansip x DIGITALEUROPE"],"date":["2015-09-22"],"summary":["copyright"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-64270747023-20","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45"]}} -{"id":"ec-meeting-2015-09-22-b5cfd4c20c67a869277bff896d5c6e94036bc914","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-22 - Financial Stability, Financial Services and Capital Markets Union x HSBC Holdings PLC"],"date":["2015-09-22"],"summary":["Market liquidity,The “B‎asel pipeline”,Credit Valuation Adjustment (CVA), Bank Structural Reform,Capital Markets Union, including securitization."],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-001866415031-87","ec-person-bdee7a93f95c8ef05079539170139b3c02e8ed96"]}} -{"id":"ec-meeting-2015-09-22-c0d7bfeb8f25c3f7b9c77a24c1c04d1c5b740074","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-22 - Cabinet of First Vice-President Frans Timmermans x Human Rights Project Management (former Otkrytaya Rossia)"],"date":["2015-09-22"],"summary":["EU-Russia alternative Summit in November"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-772073518645-73","ec-person-f3a0db9fe3b985fb3a6665117484ee9f97b0e339"]}} -{"id":"ec-meeting-2015-09-22-c180774112c9a92891a438e13add5e0429e3eb70","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-22 - Cabinet of Commissioner Věra Jourová x Radiocentre"],"date":["2015-09-22"],"summary":["Consumer Credit Directive"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-a2ca9161feee56909a0e98b473c2d342c20fdb57","eu-tr-466807918432-36"]}} -{"id":"ec-meeting-2015-09-22-ca4c0c27795c60b0601acf0d9c88ec29d87e1b31","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-22 - Cabinet of Commissioner Marianne Thyssen x European Cabin Crew Association"],"date":["2015-09-22"],"summary":["Employment conditions in civil aviation"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["ec-person-7567514af00f139b390cf9864d28a090ca0fde25","eu-tr-444629814963-15"]}} -{"id":"ec-meeting-2015-09-22-d24ed6f3370f27f15e7a671ebe83a8436a88ed59","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-22 - Cabinet of Commissioner Tibor Navracsics x European Athletic Association (European Athletics)"],"date":["2015-09-22"],"summary":["Areas of cooperation between EAA and the European Commission"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-dc2e0fed0fdf39a6a3f3ad63355c5215599de9d1","eu-tr-411977218773-69"]}} -{"id":"ec-meeting-2015-09-22-ddba400f8554d416b0d6d2f816594ed28b3c7b01","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-22 - Cabinet of Vice-President Cecilia Malmström x Polint Ltd"],"date":["2015-09-22"],"summary":["future trade strategy"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-69369266684-67","ec-person-98880f3f4206145e196013db9dd806a551c11e06"]}} -{"id":"ec-meeting-2015-09-22-df0742f8aac693b755012aa2d82d0b8d9161a108","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-22 - Cabinet of Vice-President Andrus Ansip x Orange"],"date":["2015-09-22"],"summary":["DSM Strategy"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-76704342721-41","ec-person-666bc159c7e65a3af9e63c1e97435c02f1496955","ec-person-91ca0921c6790191daa54427311acd63035e7c9e"]}} -{"id":"ec-meeting-2015-09-22-e0a9bf976322411db01b52a2c84a7153321a680b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-22 - Cabinet of Commissioner Carlos Moedas x Atomium European Institute for Science, Media and Democracy"],"date":["2015-09-22"],"summary":["Connecting European researchers for a more competitive Europe"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-23980b2bc4fd9c82051d0f7888dc236b2f764866","eu-tr-604316917419-28"]}} -{"id":"ec-meeting-2015-09-22-e0bff8e4da6cd9efa517be3fc0edc6eefdb7c46d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-22 - Cabinet of Vice-President Cecilia Malmström x The European Steel Association"],"date":["2015-09-22"],"summary":["anti-dumping on steel"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-93038071152-83","ec-person-591ec829ca734bcfe59a2c9c7f07f9dff22a0ea9"]}} -{"id":"ec-meeting-2015-09-22-e27afe7bc13e74631df28966aacda6b5ab4d9711","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-22 - Cabinet of Vice-President Valdis Dombrovskis x Fraport AG - Frankfurt Airport Services Worldwide"],"date":["2015-09-22"],"summary":["Situation in Greece"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-902665668634b69ce99a97f1853d89a9d1b275f2","eu-tr-023273214333-18"]}} -{"id":"ec-meeting-2015-09-22-e51f189fdb1178b1c9aad04f3136fb80b077a36d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-22 - Cabinet of Commissioner Tibor Navracsics x Groupement Européen des Sociétés d'Auteurs et Compositeurs"],"date":["2015-09-22"],"summary":["Copyright"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-cb6aa96c497dead35eb0f2ed0339e5423d506549","eu-tr-36529354479-57"]}} -{"id":"ec-meeting-2015-09-22-e9237a801d16e62b4e680e759a422a9f9dee1656","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-22 - Günther Oettinger x Meta Platforms Ireland Limited and its various subsidiaries (f/k/a Facebook Ireland Limited)"],"date":["2015-09-22"],"summary":["digital policy"],"location":["Silicon Valley"],"address":["Silicon Valley"],"addressEntity":["addr-b2996b8fb2c90420a380cfd35d6f289626fca231"],"organizer":["ec-dg-de"],"involved":["ec-person-4cd59e13386e3b68ecb3611fcc579e0a0a3938a5","eu-tr-28666427835-74"]}} -{"id":"ec-meeting-2015-09-22-feb54572a77adfb742020dd522cf4c74cfcdff94","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-22 - Cabinet of Commissioner Tibor Navracsics x La Chambre Philharmonique"],"date":["2015-09-22"],"summary":["Introductory meeting"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-cb6aa96c497dead35eb0f2ed0339e5423d506549","eu-tr-795539518518-78"]}} -{"id":"ec-meeting-2015-09-23-05b19d3b097040ec47f07dd9b6e489c6a2351fe7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-23 - Cabinet of Commissioner Elżbieta Bieńkowska x Deutsche Messe AG"],"date":["2015-09-23"],"summary":["Hanover fair 2016"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-55535346410-37","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2015-09-23-0dd5bc13db787c57e3bcc4a098a61815e45e934e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-23 - Günther Oettinger x Liberty Global Corporate B.V."],"date":["2015-09-23"],"summary":["DSM"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-82853397708-89","ec-person-c6cae64cc7dc787b66a47ab1613d3e922875b971"]}} -{"id":"ec-meeting-2015-09-23-0f8485a624dc584e3b9f46a150f9c3c23a77f88e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-23 - Cabinet of Vice-President Andrus Ansip x Liberty Global Corporate B.V."],"date":["2015-09-23"],"summary":["Review of telco framework including access and consolidation"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-82853397708-89","ec-person-666bc159c7e65a3af9e63c1e97435c02f1496955"]}} -{"id":"ec-meeting-2015-09-23-1800f2d9b4044bd00bc012b436a31ad8de48b7ad","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-23 - Cabinet of Commissioner Violeta Bulc x BUSINESSEUROPE"],"date":["2015-09-23"],"summary":["Aviation package"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-5012c5e45a52ee8ce67d19c1781a127af53e73e7","eu-tr-3978240953-79"]}} -{"id":"ec-meeting-2015-09-23-18fa10077fcf0dad39f6f20c1c651c0a61b737f1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-23 - Internal Market, Industry, Entrepreneurship and SMEs x SMEunited aisbl"],"date":["2015-09-23"],"summary":["SME policy, Internal market strategy, Better regulation"],"location":["Bruxelles"],"address":["Bruxelles"],"addressEntity":["addr-b58f5927b66d94a676970dc048485d4c6848f272"],"organizer":["ec-dg-grow"],"involved":["eu-tr-55820581197-35","ec-person-60a3d0d628d231b41af1d0c65607b0fd78ca4edc"]}} -{"id":"ec-meeting-2015-09-23-1cedd02b68bb283c3eed69c9c3e924d379f53910","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-23 - Günther Oettinger x eBay EU liaison office"],"date":["2015-09-23"],"summary":["DSM"],"location":["Silicon Valley"],"address":["Silicon Valley"],"addressEntity":["addr-b2996b8fb2c90420a380cfd35d6f289626fca231"],"organizer":["ec-dg-de"],"involved":["ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0","eu-tr-40386322300-77"]}} -{"id":"ec-meeting-2015-09-23-22d62bded3255de664d027f8ac84dffa4ff6eced","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-23 - Günther Oettinger x Google"],"date":["2015-09-23"],"summary":["DSM"],"location":["Silicon Valley"],"address":["Silicon Valley"],"addressEntity":["addr-b2996b8fb2c90420a380cfd35d6f289626fca231"],"organizer":["ec-dg-de"],"involved":["eu-tr-03181945560-59","ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0"]}} -{"id":"ec-meeting-2015-09-23-2db3e5e2f8800b3f816273f46571dbb27e8bd0a6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-23 - Cabinet of Vice-President Cecilia Malmström x The Goldman Sachs Group, Inc."],"date":["2015-09-23"],"summary":["TTIP"],"notes":["Portfolio: Trade"],"location":["Washington DC"],"address":["Washington DC"],"addressEntity":["addr-736cd24f80718d440733a7f213d8d22160de4d25"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-19b143e83f8ab978c55c8a9a9e49e06dbfa14bf3","eu-tr-701266814986-18"]}} -{"id":"ec-meeting-2015-09-23-36cf11a43afaca4d6033a1e93286c5907c590255","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-23 - Environment x Cruise Lines International Association Europe"],"date":["2015-09-23"],"summary":["Water Policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-env"],"involved":["eu-tr-69525934310-58","ec-person-3bc74ce04ea3f4ab4d91a5c88eef25b8b8a213b4"]}} -{"id":"ec-meeting-2015-09-23-373c5292f85193fbc28ec93aa2be5037e3532d0f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-23 - Cabinet of First Vice-President Frans Timmermans x Coalition of European Organisations on Data Protection"],"date":["2015-09-23"],"summary":["Data Protection Reform"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["ec-person-6d8b11c800391d9e6515bbd1b0e9d54c7da270da","eu-tr-501468815548-71"]}} -{"id":"ec-meeting-2015-09-23-374feaceea24cd855834523b2d1651af612775dc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-23 - Günther Oettinger x Apple Inc."],"date":["2015-09-23"],"summary":["DSM"],"location":["Silicon Valley"],"address":["Silicon Valley"],"addressEntity":["addr-b2996b8fb2c90420a380cfd35d6f289626fca231"],"organizer":["ec-dg-de"],"involved":["ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0","eu-tr-588327811384-96"]}} -{"id":"ec-meeting-2015-09-23-39c4b02fb708de0f43650eb023d03fad1803bd82","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-23 - Cabinet of High Representative / Vice-President Federica Mogherini x Transatlantic Institute"],"date":["2015-09-23"],"summary":["Latest developments in the EU's policy towards the Middle East"],"notes":["Portfolio: Foreign Affairs and Security Policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"involved":["ec-person-e03a77379f79ea00cf20048e42e8b0793bf62fa3","eu-tr-95713206856-14"]}} -{"id":"ec-meeting-2015-09-23-3d76a390247981659ba4c1eb579ac09725119f19","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-23 - Günther Oettinger x Deutsche Messe AG"],"date":["2015-09-23"],"summary":["Digitising Europ, Industry"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-c6cae64cc7dc787b66a47ab1613d3e922875b971","eu-tr-55535346410-37"]}} -{"id":"ec-meeting-2015-09-23-3ee667391d03c1d9845365f3d1b9420b8d4c03d3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-23 - Cabinet of Vice-President Andrus Ansip x Edelman Public Relations Worldwide"],"date":["2015-09-23"],"summary":["EU Privacy reform, EU civil justice systems"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-5db7bdd1c81da2e70eb5b982097d0004111b5c3e","eu-tr-68037017809-51"]}} -{"id":"ec-meeting-2015-09-23-49e80b7adcd88b3082ed14443ec4ddaa771e08df","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-23 - Cabinet of Vice-President Andrus Ansip x American Chamber of Commerce to the European Union"],"date":["2015-09-23"],"summary":["DSM Strategy in transatlantic context"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-666bc159c7e65a3af9e63c1e97435c02f1496955","eu-tr-5265780509-97"]}} -{"id":"ec-meeting-2015-09-23-536fd7dd744fd7a6b0ff37c44478811c058c57f1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-23 - Financial Stability, Financial Services and Capital Markets Union x Financial Future"],"date":["2015-09-23"],"summary":["Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-496002615183-27","ec-person-bdee7a93f95c8ef05079539170139b3c02e8ed96"]}} -{"id":"ec-meeting-2015-09-23-55b7eb011ac0cd71360e35808cfed9cdd13ff87d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-23 - Financial Stability, Financial Services and Capital Markets Union x Deutsche Bank AG"],"date":["2015-09-23"],"summary":["Priorities and post-crisis framework, TLAC, Internal models."],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-271912611231-56","ec-person-bdee7a93f95c8ef05079539170139b3c02e8ed96"]}} -{"id":"ec-meeting-2015-09-23-5a925258b70d073a6d326b68b6095c518207e49d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-23 - Cabinet of Vice-President Valdis Dombrovskis x Google"],"date":["2015-09-23"],"summary":["Google's investments and initiatives in Europe as well as our vision on the Digital Single Market"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-03181945560-59","ec-person-eec82261c60167b261e56ad1e2bfb4c482db6191","ec-person-a9eda2e8ea54b70a968327672c6cada679d3cd56"]}} -{"id":"ec-meeting-2015-09-23-5fd82226417724077b88026f3426ff6872c74e5b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-23 - Cabinet of Commissioner Vytenis Andriukaitis x European Live Poultry and Hatching Egg Association"],"date":["2015-09-23"],"summary":["ELPHA European live poultry policy paper LAVA"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-0dbfffeb0323f819c8d57164906086dd8639c437","eu-tr-519541518551-15"]}} -{"id":"ec-meeting-2015-09-23-62919050e1042c3bcb9e6b04d37ef6637ec7c465","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-23 - Cabinet of Commissioner Věra Jourová x SCHUFA Holding AG"],"date":["2015-09-23"],"summary":["Data protection reform"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["eu-tr-188505217747-03","ec-person-184e698af1eb9e33b179680570ca171d8cb31c94"]}} -{"id":"ec-meeting-2015-09-23-67bcfac1d33abad21f57a16dff192a4eb94c7f9e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-23 - Günther Oettinger x Mercedes-Benz Group AG"],"date":["2015-09-23"],"summary":["automated driving"],"location":["Silicon Valley"],"address":["Silicon Valley"],"addressEntity":["addr-b2996b8fb2c90420a380cfd35d6f289626fca231"],"organizer":["ec-dg-de"],"involved":["ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0","eu-tr-2349218828-41"]}} -{"id":"ec-meeting-2015-09-23-686f934d0738a197217fadce8d8aa4753d064889","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-23 - Cabinet of Commissioner Věra Jourová x Fédération Internationale de l'Automobile"],"date":["2015-09-23"],"summary":["Data related issues and automobile sector"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-a2ca9161feee56909a0e98b473c2d342c20fdb57","eu-tr-84839535366-67"]}} -{"id":"ec-meeting-2015-09-23-6d501b19a3c99fc15750e6e899f0ae77bfaa00a3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-23 - Environment x European Union for Responsible Incineration and Treatment of Special Waste"],"date":["2015-09-23"],"summary":["The role of hazardous waste incineration in the circular economy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-env"],"involved":["eu-tr-46904231219-48","ec-person-3bc74ce04ea3f4ab4d91a5c88eef25b8b8a213b4"]}} -{"id":"ec-meeting-2015-09-23-6e38fd3964a6bdb10c25c342d8a53d96ea5ddca1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-23 - Cabinet of Commissioner Elżbieta Bieńkowska x Nokia"],"date":["2015-09-23"],"summary":["Standard Essential Patents (SEP)"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-35167875358-33","ec-person-685ecf13dd26cd515c961e24ba71049af2302c5e"]}} -{"id":"ec-meeting-2015-09-23-74ca5406fc31f5c21f7bb7f78c58cefdc05ac28e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-23 - Cabinet of Commissioner Corina Crețu x Google"],"date":["2015-09-23"],"summary":["Matt Brittin, Pdt for Europe, re Google's investments and initiatives in Europe at the national and regional level, projects on smart cities, as well as vision on the Digital Single Market"],"notes":["Portfolio: Regional Policy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-corina-cretu-of"],"involved":["eu-tr-03181945560-59","ec-person-2ab6296ada57eee7b1af6a77e7ff23cf6b0b1ccf"]}} -{"id":"ec-meeting-2015-09-23-939938f7c6a5ba74e54cf4aaddfbf3bfaa427a48","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-23 - Cabinet of Commissioner Phil Hogan x European Live Poultry and Hatching Egg Association"],"date":["2015-09-23"],"summary":["Views of ELPHA on Organic Farming Regulation"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-c9d17d5879383b030f61a4066848249fb35d57e4","eu-tr-519541518551-15"]}} -{"id":"ec-meeting-2015-09-23-9ba6b9358364e298623d2bbd9a5c23128e4ee91d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-23 - Cabinet of Vice-President Cecilia Malmström x Beryllium Science & Technology Association"],"date":["2015-09-23"],"summary":["Beryllium and the EU market"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-40023137761-50","ec-person-591ec829ca734bcfe59a2c9c7f07f9dff22a0ea9"]}} -{"id":"ec-meeting-2015-09-23-be5c189af69e1f44c005c75655fb29fdac3ca8fd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-23 - Cabinet of Commissioner Carlos Moedas x Google"],"date":["2015-09-23"],"summary":["R&D investment in Europe and innovation policy"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["eu-tr-03181945560-59","ec-person-23980b2bc4fd9c82051d0f7888dc236b2f764866"]}} -{"id":"ec-meeting-2015-09-23-c1884261fa5592dd0969af2a6fc71a09e8c71a26","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-23 - Cabinet of First Vice-President Frans Timmermans x DIGITALEUROPE"],"date":["2015-09-23"],"summary":["Digital Trade"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-64270747023-20","ec-person-6d8b11c800391d9e6515bbd1b0e9d54c7da270da"]}} -{"id":"ec-meeting-2015-09-23-d2daa288efaca0135bc9d4e6cb3795b1f17dc44d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-23 - Cabinet of Vice-President Maroš Šefčovič x Technology Industries of Finland (Teknologiateollisuus ry)"],"date":["2015-09-23"],"summary":["investments in sustainable energy"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-ea6b517040e26a62f17d2829afffeba48cfd682f","eu-tr-39705603497-38"]}} -{"id":"ec-meeting-2015-09-23-d81e6b93bf2568e708bdc47dcc97d10b84a8239f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-23 - Cabinet of Commissioner Jonathan Hill x European Association of Public Banks and Funding agencies AISBL"],"date":["2015-09-23"],"summary":["Introductory Meeting"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["ec-person-f247edfcff54d4f26fc10769f809c92bc72d6797","eu-tr-8754829960-32"]}} -{"id":"ec-meeting-2015-09-23-e4295c577f605ed2b2837ed2ede4647fd2a86a1f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-23 - Cabinet of President Jean-Claude Juncker x Confederation of Finnish Industries EK"],"date":["2015-09-23"],"summary":["EU’s current policies on restoring economic growth and competitiveness in light of the recommendations in the “Towards new growth” report"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-98eba7ab1446c6dce384fdc2ecd48c7cadf9ee4e","eu-tr-1274604847-34"]}} -{"id":"ec-meeting-2015-09-23-e9f70a1028df67abed8797d91a6f142bd57c39b0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-23 - Cabinet of Commissioner Margrethe Vestager x Danish Energy / Dansk Energi"],"date":["2015-09-23"],"summary":["Introduction to the Danish Energy Assocation"],"notes":["Portfolio: Competition"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-margrethe-of-vestager"],"involved":["ec-person-a1f378e46b040b842cbc35e6d89735a7792cd328","eu-tr-1733114388-50"]}} -{"id":"ec-meeting-2015-09-23-ee437dca4adc09987784234cdc8b26320afd7085","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-23 - Cabinet of Commissioner Jonathan Hill x Banco Santander, S.A."],"date":["2015-09-23"],"summary":["Financial Services Policy"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["ec-person-03cf92829e273869bfbd8bbf4f1881dcd0848186","eu-tr-799142914971-03"]}} -{"id":"ec-meeting-2015-09-24-08df8cfabf8b4bddf2bbacec48b0fc5d2bf2dfbb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-24 - Cabinet of Commissioner Pierre Moscovici x Citigroup Inc."],"date":["2015-09-24"],"summary":["The economic outlook for the EU and the eurozone"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["eu-tr-00353757573-57","ec-person-18ec03f403696ecde522f7843ba9c4ff6335ead4"]}} -{"id":"ec-meeting-2015-09-24-170a5eaf42e388b70ed671c11742fbea07f32957","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2015-09-24 - Cabinet of Vice-President Andrus Ansip x Telefonica, S.A."],"date":["2015-09-24"],"summary":["DSM","Teco review, connectivity"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-52431421-12","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45","ec-person-666bc159c7e65a3af9e63c1e97435c02f1496955"]}} -{"id":"ec-meeting-2015-09-24-20c1ea50e23ed6039ff026cb205402aedb7e1f6b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-24 - Cabinet of Vice-President Cecilia Malmström x Lenovo"],"date":["2015-09-24"],"summary":["Digital Trade"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-238774916287-66","ec-person-98880f3f4206145e196013db9dd806a551c11e06"]}} -{"id":"ec-meeting-2015-09-24-2f3bcf683a059600054a180cc6809d98e19cc011","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-24 - Cabinet of Commissioner Věra Jourová x Microsoft Corporation"],"date":["2015-09-24"],"summary":["Data protection"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["eu-tr-0801162959-21","ec-person-64349923a7639978983020a607770b8dc47c8144","ec-person-184e698af1eb9e33b179680570ca171d8cb31c94"]}} -{"id":"ec-meeting-2015-09-24-3939e81c5cbd55cdfd90d1538f14e880a0da0f49","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-24 - Cabinet of High Representative / Vice-President Federica Mogherini x International Crisis Group"],"date":["2015-09-24"],"summary":["Maghreb"],"notes":["Portfolio: Foreign Affairs and Security Policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"involved":["ec-person-4f2bf88ad14d12976aecc7694a057ab90b7a81d2","eu-tr-72899131664-09"]}} -{"id":"ec-meeting-2015-09-24-39f4712a803c9615538dbcc448c602f1d9a09aec","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-24 - Cabinet of Vice-President Andrus Ansip x Broadcast Networks Europe"],"date":["2015-09-24"],"summary":["Spectrum"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-666bc159c7e65a3af9e63c1e97435c02f1496955","ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0","eu-tr-298887016981-26"]}} -{"id":"ec-meeting-2015-09-24-3b07a29943cafbaa652938d6ac5359e0a63171de","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-24 - Cabinet of Commissioner Věra Jourová x Association Française des Entreprises Privées / French Association of Large Companies"],"date":["2015-09-24"],"summary":["Corporate governance files"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["eu-tr-953933297-85","ec-person-ff9ad301b778d595651cc4c46ec3a4cf1ef10376"]}} -{"id":"ec-meeting-2015-09-24-3bf31ff01559bbddc2036dddae02b70f17e0de0d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-24 - Cabinet of Commissioner Carlos Moedas x Cerame-Unie"],"date":["2015-09-24"],"summary":["Ceramic Industry/SPIRE"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-23980b2bc4fd9c82051d0f7888dc236b2f764866","eu-tr-79465004946-12"]}} -{"id":"ec-meeting-2015-09-24-3e66c3dd4da94c23a949fa7eeb52f6816265f9b4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-24 - Cabinet of Vice-President Andrus Ansip x SAP"],"date":["2015-09-24"],"summary":["GDPR"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-5db7bdd1c81da2e70eb5b982097d0004111b5c3e","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45","ec-person-91ca0921c6790191daa54427311acd63035e7c9e","eu-tr-639117311617-01"]}} -{"id":"ec-meeting-2015-09-24-476d8966e86c8d21309d2623cf1a475fba842e07","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-24 - Energy x KfW Bankengruppe"],"date":["2015-09-24"],"summary":["European energy policies"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["ec-person-6997149120ce5129e38febe5275dc8fd03232d2e","eu-tr-79019799690-13"]}} -{"id":"ec-meeting-2015-09-24-4b96d29f4cbaabfe31a766da93b5d5a5a8dd2d61","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-24 - Agriculture and Rural Development x Deutscher Bauernverband"],"date":["2015-09-24"],"summary":["Current situation on the agricultural markets and the Simplification of the CAP"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-agri"],"involved":["eu-tr-73085531345-65","ec-person-7bc7204a153f98afbf1ad1cffbdd10d06d9ae166"]}} -{"id":"ec-meeting-2015-09-24-4d4f855a06dff4a71d2c60c6e94b1ee15d743fee","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-24 - Energy x Office of Gas and Electricity Markets"],"date":["2015-09-24"],"summary":["Gas and Electricity Markets"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["ec-person-6997149120ce5129e38febe5275dc8fd03232d2e","eu-tr-89437226792-42"]}} -{"id":"ec-meeting-2015-09-24-669266d3ba84e32f3c6448377ff5e224301d48fd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-24 - Communications Networks, Content and Technology x IFPI Representing recording industry worldwide"],"date":["2015-09-24"],"summary":["Digital market for music, DSM, Copyright"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-60394321918-91","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2015-09-24-70d1979e09a869732588967821f34145ecb2d1a5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-24 - Cabinet of Commissioner Elżbieta Bieńkowska x Polish Confederation Lewiatan"],"date":["2015-09-24"],"summary":["Meeting with the Polish Union of the Cosmetics Industry"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-251117611140-75","ec-person-3d55409fa049ff6b397a9afc2fcc21bc7c409f0d"]}} -{"id":"ec-meeting-2015-09-24-734d073b09c17ccc8f1d5ef4ee7ea166bc6d7945","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-24 - Cabinet of First Vice-President Frans Timmermans x Tesla Motors Netherlands B.V."],"date":["2015-09-24"],"summary":["Clean cars"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-547225616323-13","ec-person-966667b73d92624be9bb019c2baab7e52331b3d3"]}} -{"id":"ec-meeting-2015-09-24-74e716c3795c9c1295524aca6009d0298c2004bb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-24 - Taskforce on Article 50 negotiations with the United Kingdom x Deutsche Bank AG"],"date":["2015-09-24"],"summary":["UK Referendum"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-tf50"],"involved":["eu-tr-271912611231-56","ec-person-ebad254ad157f20ffe76dada00bb408af413c89a"]}} -{"id":"ec-meeting-2015-09-24-77f0060efc5ee8270131c8942794658eade036a1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-24 - Cabinet of Commissioner Christos Stylianides x MARSH & McLENNAN COMPANIES FRANCE"],"date":["2015-09-24"],"summary":["Private sector engagement"],"notes":["Portfolio: Humanitarian Aid & Crisis Management"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-christos-commissioner-of-stylianides"],"involved":["eu-tr-117683115792-20","ec-person-4424ecf39f7c6c9e4022ac46c71d81b0464ae6a5"]}} -{"id":"ec-meeting-2015-09-24-78984217d8d211e8fe5d7ffb4956a2a997b4c143","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-24 - Environment x Telefonica, S.A."],"date":["2015-09-24"],"summary":["Presentation of Sustainability strategy of Telefonica"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-env"],"involved":["eu-tr-52431421-12","ec-person-3bc74ce04ea3f4ab4d91a5c88eef25b8b8a213b4"]}} -{"id":"ec-meeting-2015-09-24-7df6f47da5855156be55ef91f57601f737b2c758","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-24 - Cabinet of Commissioner Phil Hogan x Maa- ja metsätaloustuottajain Keskusliitto – Central Union of Agricultural Producers and Forest Owners"],"date":["2015-09-24"],"summary":["Crises package for Milk production; State of play of advance of CAP payments, •\tDirect payment and simplification"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["BERL 08/304"],"address":["BERL 08/304"],"addressEntity":["addr-aff09a6f822af9a7e96260c390a7e7bd5d64be8b"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-56039441735-48","ec-person-428cf365f3847d04012831ef2642a1a69aed518d"]}} -{"id":"ec-meeting-2015-09-24-8223ee2202aacc4dac1d5e1b296f6b771efe7437","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-24 - Cabinet of Vice-President Cecilia Malmström x Vereniging VNO-NCW"],"date":["2015-09-24"],"summary":["Trade policy overview"],"notes":["Portfolio: Trade"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-5d4088e1913284a765aed8445f448f6ff341f1b3","eu-tr-13255254129-80","ec-person-8529bbbc6db862f6b82d6fa66a7cf7668804dae7"]}} -{"id":"ec-meeting-2015-09-24-8498e41935e7aeb698de1299cc6b433a35d3bc05","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-24 - Cabinet of Commissioner Carlos Moedas x Confederation of Finnish Industries EK"],"date":["2015-09-24"],"summary":["Innovation in Industry"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-fb56329c22510c66ab50a8bdba13230bdae32902","eu-tr-1274604847-34"]}} -{"id":"ec-meeting-2015-09-24-8f6e4c9dd97f5dfe1de9bfed4608f1ddcfc1d80a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-24 - Cabinet of Vice-President Cecilia Malmström x Trina Solar (Schweiz) AG"],"date":["2015-09-24"],"summary":["developments in EU solar industry"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-37544129782-90","ec-person-591ec829ca734bcfe59a2c9c7f07f9dff22a0ea9"]}} -{"id":"ec-meeting-2015-09-24-989e67a9e03e04b17ae2710a13b842fb7a9626f4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-24 - Cabinet of Commissioner Carlos Moedas x KfW Bankengruppe"],"date":["2015-09-24"],"summary":["Investing in Research & Innovation"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-23980b2bc4fd9c82051d0f7888dc236b2f764866","eu-tr-79019799690-13"]}} -{"id":"ec-meeting-2015-09-24-a04f3ca900b3dafcd57ef384f83ee739fbbd33a7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-24 - Cabinet of President Jean-Claude Juncker x KfW Bankengruppe"],"date":["2015-09-24"],"summary":["Capital Markets Union"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-c402e34a99fbee730ae22e3b1958e21c94dc6fcc","eu-tr-79019799690-13"]}} -{"id":"ec-meeting-2015-09-24-a222df360ee6f92983f07a4c47651d8626fc0f49","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-24 - Cabinet of President Jean-Claude Juncker x Ericsson"],"date":["2015-09-24"],"summary":["DATA PROTECTION"],"notes":["Portfolio: President"],"location":["Brussels / Belgium"],"address":["Brussels / Belgium"],"addressEntity":["addr-f455d873954e4cde2963bba85c6216d5aad9aef5"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-e9857f4f6b642888bff0d7f9e60f293ae47da96b","eu-tr-02021363105-42"]}} -{"id":"ec-meeting-2015-09-24-ab3b38c15e9254114a5a992d4cd1a12bdb889eac","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-24 - Cabinet of Vice-President Jyrki Katainen x Deutsches Aktieninstitut"],"date":["2015-09-24"],"summary":["Preparation of VP Katainen's attendance at event"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-88d71b399a3e13a243bdc4676e481835e8e5b2f2","eu-tr-38064081304-25"]}} -{"id":"ec-meeting-2015-09-24-c0169d6f16f23b0c3cc715dfc4322ba672dacb37","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-24 - Cabinet of Vice-President Miguel Arias Cañete x Centre for European Policy Studies ENEDIS IBERDROLA BNP PARIBAS Meridiam HSBC Holdings PLC Deutsche Bank AG Terna spa Elia Transmission Belgium ERG spa"],"date":["2015-09-24"],"summary":["High-Level Group on Energy Infrastructure in Europe"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-1831691c10441c5974327bbeb8693d6b6c1e50c3","eu-tr-83890596453-52","eu-tr-73558824193-08","ec-person-2229c857664a22dcb8eee79a8c05841fd3d0924f","eu-tr-001866415031-87","eu-tr-937812815077-68","eu-tr-41816938101-07","eu-tr-271912611231-56","eu-tr-78787381113-69","eu-tr-86853666704-95","eu-tr-118451215540-75","eu-tr-68134637922-07"]}} -{"id":"ec-meeting-2015-09-24-c3b02c9dffd429e36e8d41fe50e9f237fd447a4f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-24 - Cabinet of Vice-President Valdis Dombrovskis x Citigroup Inc."],"date":["2015-09-24"],"summary":["Economic outlook for the EU and the Eurozone"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-00353757573-57","ec-person-48f31156d932641826e09f5b73f074d35ff05786","ec-person-a9eda2e8ea54b70a968327672c6cada679d3cd56"]}} -{"id":"ec-meeting-2015-09-24-db44d9f5bf0db300cb60ed04ccab966fa36441f7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-24 - Cabinet of Commissioner Violeta Bulc x Tesla Motors Netherlands B.V."],"date":["2015-09-24"],"summary":["Commissioner Bulc meeting Tesla Representatives"],"notes":["Portfolio: Transport"],"location":["Brussels, Belguim"],"address":["Brussels, Belguim"],"addressEntity":["addr-84b5e5f38d43901e13b15f0c7dd8b408c954fd9b"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-4d2b449b5047ea3fda435a2a1c1081e3babcdf76","eu-tr-547225616323-13","ec-person-e14c58f620f40325d829df7be0823280307bc15f"]}} -{"id":"ec-meeting-2015-09-24-e9e83d6a13265777b94cf39025d5731432555098","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-24 - Cabinet of Commissioner Carlos Moedas x GlaxoSmithKline"],"date":["2015-09-24"],"summary":["Challenges of the pharma industry"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["eu-tr-7990322925-77","ec-person-23980b2bc4fd9c82051d0f7888dc236b2f764866"]}} -{"id":"ec-meeting-2015-09-24-ea66e454d24aaea66ca3d1aec7daf57f31a5522d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-24 - Communications Networks, Content and Technology x Fondation EurActiv"],"date":["2015-09-24"],"summary":["Media Innovation projects"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-23538077148-34","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2015-09-24-ec539ab63cddb78bd33e7af31d9ea4d6a139b848","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-24 - Communications Networks, Content and Technology x Iliad"],"date":["2015-09-24"],"summary":["DSM and Broadband investments"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-366999416622-37","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2015-09-24-ef1209c9f1fd0334775180a01ed165c13649fee6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-24 - Cabinet of Commissioner Marianne Thyssen x European Association for the Education of Adults"],"date":["2015-09-24"],"summary":["Adult learning"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["ec-person-bdb607d5d994a4056dd700f8f52d9af25b406b36","eu-tr-3334854676-12"]}} -{"id":"ec-meeting-2015-09-24-ffa1d9a77124deecb837093cadb5ae1587acabc6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-24 - Cabinet of Commissioner Phil Hogan x G & H Associates (Europe) Ltd"],"date":["2015-09-24"],"summary":["Presentation of the state of the mushroom industry in the UK; explanation of an exemplary investment project and its economic benefits and replicability across the EU"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-a985b9a03cb4f9af4f2f97583d8f92fb71579572","eu-tr-117819413609-43"]}} -{"id":"ec-meeting-2015-09-25-035bff373adae8e8a3853c87a32fc4c0893b2c33","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-25 - Cabinet of Vice-President Andrus Ansip x IFPI Representing recording industry worldwide"],"date":["2015-09-25"],"summary":["DSM Strategy, copyright"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-60394321918-91","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45"]}} -{"id":"ec-meeting-2015-09-25-18a1f242d30ea36fcd35204a41d1ca6a5ea072c5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-25 - Trade x Samsung Electronics Europe"],"date":["2015-09-25"],"summary":["To discuss the EU-Korea FTA and other trade matters"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-trade"],"involved":["ec-person-bde9bb099f5d24c52ca4a9255cefc99a5b87a650","eu-tr-40471017282-57"]}} -{"id":"ec-meeting-2015-09-25-1b34ea2a37bc2068ad02fd00268db54ac5d65bf4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-25 - Trade x Lithuanian Business Representation to the EU"],"date":["2015-09-25"],"summary":["TTIP, China and Russia"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-trade"],"involved":["ec-person-bde9bb099f5d24c52ca4a9255cefc99a5b87a650","eu-tr-94241791376-49"]}} -{"id":"ec-meeting-2015-09-25-1fddbabbffb5214361369119ed43e3a542f810ae","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-25 - Communications Networks, Content and Technology x european competitive telecommunications association"],"date":["2015-09-25"],"summary":["Annual ECTA Conference in November 2015"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-24627752238-32","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2015-09-25-22d2fe1d6fa8019ab396dcdef3d568932bba158c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-25 - Cabinet of Vice-President Andrus Ansip x industriAll European Trade Union"],"date":["2015-09-25"],"summary":["Innovation, standardisation"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-6a03bc4fa7657513ea34529e98dba0671ef4c849","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45","eu-tr-358284014848-82"]}} -{"id":"ec-meeting-2015-09-25-25a9f5a03562fc1186e3ce6beef13a77363ee97b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-25 - Cabinet of Commissioner Pierre Moscovici x Fédération bancaire française"],"date":["2015-09-25"],"summary":["situation du secteur bancaire français"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Paris, France"],"address":["Paris, France"],"addressEntity":["addr-c70534aa18173b860a10a50a47b139c4a581cbf6"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["ec-person-3cbeba61ae952f06fe4916c381438ebbc676a597","eu-tr-09245221105-30","ec-person-738f7f25002d191bd2df8936e8f8d1d726c19e2e"]}} -{"id":"ec-meeting-2015-09-25-2c0afe871321e75222af7ffbf80cb04e487d5aa4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-25 - Cabinet of Vice-President Andrus Ansip x Mitsubishi Heavy Industries, Ltd."],"date":["2015-09-25"],"summary":["Digital Single Market in Europe, International cooperation in digital issues, Mitsubishi Heavy Industries company overview"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0","ec-person-0f698e3a0cc0bd6a02e1bd386a25cedc1366f3f1","eu-tr-449251118777-62"]}} -{"id":"ec-meeting-2015-09-25-2ed00e2b5ccf4a14919b784736f468426d83c991","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-25 - Cabinet of Commissioner Elżbieta Bieńkowska x Volkswagen Aktiengesellschaft"],"date":["2015-09-25"],"summary":["Meeting on current issues / Volkswagen affaire"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Office of Mr Tomasz Husak"],"address":["Office of Mr Tomasz Husak"],"addressEntity":["addr-51295ed992d834cb0d064829df01e38a60e7e25a"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["ec-person-d2997a7f359c91a337055c3e24dd36bf928de38d","eu-tr-6504541970-40","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2015-09-25-348574046489685399d8b9d36cb37af16d1ef06c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-25 - Cabinet of Vice-President Jyrki Katainen x SpaceY"],"date":["2015-09-25"],"summary":["Digital Single Market"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-0da85dc48012e26688310a59a0b51727ea68f410","eu-tr-864636618893-67"]}} -{"id":"ec-meeting-2015-09-25-421180dbf0a313481beb31e5d9754ed95a75bc5a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-25 - Cabinet of Commissioner Vytenis Andriukaitis x Federazione Nazionale dell'Industria Chimica italiana"],"date":["2015-09-25"],"summary":["Commissioner's priorities, medicated feed"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["eu-tr-9931891670-73","ec-person-0dbfffeb0323f819c8d57164906086dd8639c437"]}} -{"id":"ec-meeting-2015-09-25-6277b805e8e07e09e5cc3b043160a5ca1e3245b0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-25 - Cabinet of Commissioner Margrethe Vestager x Danske Bank A/S"],"date":["2015-09-25"],"summary":["Capital Markets Union, EMU and EU Banking Sector"],"notes":["Portfolio: Competition"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-margrethe-of-vestager"],"involved":["eu-tr-64866663811-42","ec-person-ba88c0f325beb42cca2cabbf7a5ea2fe3a59f989"]}} -{"id":"ec-meeting-2015-09-25-69efd6e0cf7f71f13906d875812d7171d17573a5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-25 - Cabinet of Commissioner Elżbieta Bieńkowska x SpaceY"],"date":["2015-09-25"],"summary":["Position paper - europe must succeed in the global navigation market race"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["ec-person-685ecf13dd26cd515c961e24ba71049af2302c5e","eu-tr-864636618893-67"]}} -{"id":"ec-meeting-2015-09-25-6f67f06dfdcad2262fb3cd5c4983bc0c2d64c767","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-25 - Cabinet of Commissioner Violeta Bulc x Lithuanian Business Representation to the EU"],"date":["2015-09-25"],"summary":["Aviation package"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-5012c5e45a52ee8ce67d19c1781a127af53e73e7","eu-tr-94241791376-49"]}} -{"id":"ec-meeting-2015-09-25-a698b29e1bc68b78c46eb9ca3bd61c0bef35612a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-25 - Cabinet of Vice-President Valdis Dombrovskis x Independent Retail Europe (formerly UGAL - Union of Groups of Independent Retailers of Europe)"],"date":["2015-09-25"],"summary":["corporate taxation (CCCTB), country-by-country reporting (CBCR) and value added tax (VAT)"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-48f31156d932641826e09f5b73f074d35ff05786","eu-tr-034546859-02"]}} -{"id":"ec-meeting-2015-09-25-b2bd1416916ee95458c04380c96c9b495f3c1058","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-25 - Cabinet of Commissioner Jonathan Hill x European Federation of Investors and Financial Services Users"],"date":["2015-09-25"],"summary":["Capital Markets Union"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["eu-tr-24633926420-79","ec-person-f247edfcff54d4f26fc10769f809c92bc72d6797"]}} -{"id":"ec-meeting-2015-09-25-c02ae05f400b2cd9060d81c7360078524143ca11","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-25 - Cabinet of Vice-President Andrus Ansip x TechMarket Sweden AB"],"date":["2015-09-25"],"summary":["DSM"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-e91c5be432b6b3efdda369792fed67c20b767a45","eu-tr-962987717034-65"]}} -{"id":"ec-meeting-2015-09-25-c7a06611e26833c6fde5e0792873f0f5b6f7f795","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-25 - Cabinet of Vice-President Cecilia Malmström x Carnegie Europe"],"date":["2015-09-25"],"summary":["EU Trade Strategy in Asia and Americas"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-98880f3f4206145e196013db9dd806a551c11e06","eu-tr-688089718929-60"]}} -{"id":"ec-meeting-2015-09-25-fd4d0018042448d7ed15b4cac20a185613b0e48c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-25 - Cabinet of Commissioner Jonathan Hill x AEGON N.V."],"date":["2015-09-25"],"summary":["Equivalence; Level playing field worldwide; Digitalization; Solvency II"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["eu-tr-627192514539-08","ec-person-f247edfcff54d4f26fc10769f809c92bc72d6797"]}} -{"id":"ec-meeting-2015-09-28-0eff0f9a51fe61f90d6536e8ebb93167513f932d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-28 - Cabinet of Commissioner Pierre Moscovici x International Capital Strategies LLC"],"date":["2015-09-28"],"summary":["prospects towards deepening EMU"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["ec-person-ac604755dc7677c8653a5a5172e851f7c8e468b4","eu-tr-734454815679-40"]}} -{"id":"ec-meeting-2015-09-28-1abbef6ff41d7f2c088f3378781d48295dcdb974","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-28 - Günther Oettinger x Leonardo S.p.A."],"date":["2015-09-28"],"summary":["Cybersecurity"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-02550382403-01","ec-person-5652698e8f7b4a189329e67fddbaff44dbe8658c"]}} -{"id":"ec-meeting-2015-09-28-21e942f2b464310eb2fd3e7a3ed00983daa5eb13","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-28 - Cabinet of Vice-President Jyrki Katainen x European Union Chamber of Commerce in China"],"date":["2015-09-28"],"summary":["Bilateral investment and trade climate"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Beijing"],"address":["Beijing"],"addressEntity":["addr-7141d151711ec9f5c1a412229f6213dfa16e0c25"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-592343015058-67","ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90"]}} -{"id":"ec-meeting-2015-09-28-260765640aef1b1f42f7fec02dc0be84f07d9f13","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-28 - Financial Stability, Financial Services and Capital Markets Union x Forum pour l'Investissement Responsable - French SIF"],"date":["2015-09-28"],"summary":["Climate Change + coordination"],"location":["Paris"],"address":["Paris"],"addressEntity":["addr-22390ad11c32faec43fc61555b53607660b3c185"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-10294906155-77","ec-person-bdee7a93f95c8ef05079539170139b3c02e8ed96"]}} -{"id":"ec-meeting-2015-09-28-264fa1a18fe671d9a0bc7bc992787223a3b18c8e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-28 - Energy x Avisa Partners"],"date":["2015-09-28"],"summary":["Energy Union"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-54210841652-13","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2015-09-28-2b0cbd252533dbe385983117cd91019387d95f77","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-28 - Cabinet of Vice-President Maroš Šefčovič x Green 10"],"date":["2015-09-28"],"summary":["Energy Union; COOP 21"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-1f95be23689cd4ed0a26fe2980f760ccf2d55c1e","eu-tr-70309834043-10"]}} -{"id":"ec-meeting-2015-09-28-370684af688814b427275d195d29e7a3929e2cec","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-28 - Cabinet of Vice-President Miguel Arias Cañete x Ibec"],"date":["2015-09-28"],"summary":["Developments stemming from the Energy Union package"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-1831691c10441c5974327bbeb8693d6b6c1e50c3","ec-person-260e00934471a02805fb143935d6e9205a7f355f","eu-tr-479468313744-50"]}} -{"id":"ec-meeting-2015-09-28-37a44e94405fcef4d4eed720f2f4a75f7a0da395","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-28 - Cabinet of Commissioner Vytenis Andriukaitis x FoodDrinkEurope"],"date":["2015-09-28"],"summary":["Nutrition and Health, Food Safety"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-b9c3f19e7c5f216e3e508f931ddd6a9cb59376d1","eu-tr-75818824519-45","ec-person-0dbfffeb0323f819c8d57164906086dd8639c437"]}} -{"id":"ec-meeting-2015-09-28-4586dc209268fabec22fb1d83319cfa19abede18","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-28 - Cabinet of Commissioner Elżbieta Bieńkowska x Airbnb Ireland UC"],"date":["2015-09-28"],"summary":["Digital Agenda, sharing economy"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-823871417098-42","ec-person-685ecf13dd26cd515c961e24ba71049af2302c5e"]}} -{"id":"ec-meeting-2015-09-28-5d7c27812dce05c112f2e0dabf5b8850253c6fec","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-28 - Cabinet of Commissioner Věra Jourová x Mastercard"],"date":["2015-09-28"],"summary":["Data protection"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-f329292459cb1badb7fb7c6b67b698c441931bb2","eu-tr-58204758673-16"]}} -{"id":"ec-meeting-2015-09-28-60283a5029d03bb0b09ecb276616ec0c51a1a0fe","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-28 - Cabinet of Vice-President Andrus Ansip x Banco Santander, S.A."],"date":["2015-09-28"],"summary":["Digital Single Market Agenda and the Role of the Financial Sector in the Project"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-799142914971-03","ec-person-0f698e3a0cc0bd6a02e1bd386a25cedc1366f3f1"]}} -{"id":"ec-meeting-2015-09-28-62026a3df6b80f63d32eae5e295171c329220839","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-28 - Cabinet of Vice-President Jyrki Katainen x Airbnb Ireland UC"],"date":["2015-09-28"],"summary":["Digital Single Market"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-823871417098-42","ec-person-0da85dc48012e26688310a59a0b51727ea68f410"]}} -{"id":"ec-meeting-2015-09-28-6549761482a99024d76eaec9c402aacf2d92c377","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-28 - Cabinet of Commissioner Jonathan Hill x Commerzbank AG"],"date":["2015-09-28"],"summary":["Overview on Financial Regulation"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Belgium, Brussels, BERL"],"address":["Belgium, Brussels, BERL"],"addressEntity":["addr-afebf85a436897fe5234b2ac0d00a1ddc4c9dd27"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["eu-tr-83370363079-88","ec-person-f247edfcff54d4f26fc10769f809c92bc72d6797"]}} -{"id":"ec-meeting-2015-09-28-66e1347b2bfe71ddb27128d91b4e59f5569389b5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-28 - Cabinet of Vice-President Jyrki Katainen x FINANCIAL SERVICES TRADE ASSOCATIONS REVIEW"],"date":["2015-09-28"],"summary":["Capital markets union"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-626765018385-42","ec-person-88d71b399a3e13a243bdc4676e481835e8e5b2f2"]}} -{"id":"ec-meeting-2015-09-28-83697ac5ca5a358fc45e45a27be851cd7adb0ed4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-28 - Cabinet of Commissioner Věra Jourová x Nielsen Holdings"],"date":["2015-09-28"],"summary":["GDPR"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["eu-tr-623769618353-56","ec-person-f329292459cb1badb7fb7c6b67b698c441931bb2"]}} -{"id":"ec-meeting-2015-09-28-a5acff3e12f750387dca174612e49aa74d420afd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-28 - Cabinet of Commissioner Jonathan Hill x UNI Europa"],"date":["2015-09-28"],"summary":["Introductory Meeting"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["eu-tr-43785827982-59","ec-person-f247edfcff54d4f26fc10769f809c92bc72d6797"]}} -{"id":"ec-meeting-2015-09-28-af489045980d0f36c2726d4ae9594a8212bee027","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-28 - Cabinet of Commissioner Violeta Bulc x FEPORT"],"date":["2015-09-28"],"summary":["DTLF"],"notes":["Portfolio: Transport"],"location":["BERL 08/034"],"address":["BERL 08/034"],"addressEntity":["addr-5d56ca91d831547e8db25330ef110fc738ec6734"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-7ac9445abdddc66a79f539ae13eb74e1ceb512df","eu-tr-801302611511-33"]}} -{"id":"ec-meeting-2015-09-28-b099f360a110957a3c3e4a65bead77998c952044","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-28 - Cabinet of Vice-President Maroš Šefčovič x Verbundnetz Gas AG"],"date":["2015-09-28"],"summary":["Energy Union (Energiesalon)"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-99781077034-89","ec-person-1f95be23689cd4ed0a26fe2980f760ccf2d55c1e"]}} -{"id":"ec-meeting-2015-09-28-c397107939ffaab16bcb39555a65d0106b120c39","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-28 - Cabinet of Vice-President Karmenu Vella x The Pew Charitable Trusts THE NATURE CONSERVANCY IN EUROPE gemeinnützige GmbH WWF European Policy Programme OCEANA Greenpeace European Unit"],"date":["2015-09-28"],"summary":["Ocean Governance, IUU"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Washington"],"address":["Washington"],"addressEntity":["addr-a27a6644654593ac9e5d122b1155ff23752c8073"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["eu-tr-116042012787-45","eu-tr-1414929419-24","eu-tr-46834536998-79","eu-tr-47937943241-80","ec-person-0e3efd8bc1c3ee9a80205d0bb78f316fa1621e5d","eu-tr-9832909575-41"]}} -{"id":"ec-meeting-2015-09-28-c98a67118d4ba128fedb12f211cb3ac266e7bdfe","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-28 - Cabinet of Vice-President Miguel Arias Cañete x Dow Corning Europe"],"date":["2015-09-28"],"summary":["Exchange of views on the Commission’s priorities in the Energy Union"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-55291765363-39","ec-person-2229c857664a22dcb8eee79a8c05841fd3d0924f","ec-person-25a937c04cd0a0ddcf5cf34798e76b5105854114"]}} -{"id":"ec-meeting-2015-09-28-cf81f2969f62f7f884dcda90d9b9aecc1d7e5959","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-28 - Cabinet of Commissioner Pierre Moscovici x Confederation of Finnish Industries EK"],"date":["2015-09-28"],"summary":["current trends of European tax policy and corporate taxation"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["ec-person-14ef50b9efbe5ab02d528e0ec4ac50c9caf964e3","eu-tr-1274604847-34"]}} -{"id":"ec-meeting-2015-09-28-d61bfee0c13b8102e647d83fb84d752df8b06912","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-28 - Cabinet of Commissioner Jonathan Hill x Irish Stock Exchange plc, trading as Euronext Dublin"],"date":["2015-09-28"],"summary":["Markets in Financial Instruments Directive II/Capital Markets Union/Prospectus Directive"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["eu-tr-190087618732-70","ec-person-f247edfcff54d4f26fc10769f809c92bc72d6797"]}} -{"id":"ec-meeting-2015-09-28-da5464aa2c4eb8d065798c824ef56a0d336b68c3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-28 - Cabinet of Commissioner Vytenis Andriukaitis x International Federation of Organic Agriculture Movements EU Regional Group Testbiotech Greenpeace European Unit European Coordination Via Campesina EcoNexus"],"date":["2015-09-28"],"summary":["New breeding techniques, GMO"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["eu-tr-67128251296-84","ec-person-b9c3f19e7c5f216e3e508f931ddd6a9cb59376d1","eu-tr-151554816791-61","eu-tr-9832909575-41","eu-tr-28920471149-55","eu-tr-600698218851-84","ec-person-df30d07ef698a52b9948b9c734db39196cf8541f"]}} -{"id":"ec-meeting-2015-09-28-e470034e190016b06a988f2bff228a55684b2da5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-28 - Cabinet of Commissioner Vytenis Andriukaitis x European Society of Cardiology European Heart Network"],"date":["2015-09-28"],"summary":["World Heart Day Campaign ‘Environment & the Heart’"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["eu-tr-01150446981-34","ec-person-97425c615743576adc42e09bee7dac14f83f691b","ec-person-df30d07ef698a52b9948b9c734db39196cf8541f","eu-tr-3606882168-35"]}} -{"id":"ec-meeting-2015-09-28-e89311f515acf8381e4674a07cba6bc9db9fd14d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-28 - Günther Oettinger x Symantec Corporation"],"date":["2015-09-28"],"summary":["Cybersecurity"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-5652698e8f7b4a189329e67fddbaff44dbe8658c","eu-tr-3612325809-89"]}} -{"id":"ec-meeting-2015-09-28-eb24872cdefa76edb301ec1c12c80e9be5b5802b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-28 - Cabinet of President Jean-Claude Juncker x Nordea Bank Abp"],"date":["2015-09-28"],"summary":["Capital Markets Union"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-107779213747-53","ec-person-c402e34a99fbee730ae22e3b1958e21c94dc6fcc"]}} -{"id":"ec-meeting-2015-09-28-f6162f666b206c16f2a86d20b01f31f6372ae4c5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-28 - Cabinet of High Representative / Vice-President Federica Mogherini x Agenzia per la Globalizzazione delle Imprese e dei Territori"],"date":["2015-09-28"],"summary":["Industry Competitiveness"],"notes":["Portfolio: Foreign Affairs and Security Policy"],"location":["Brussels (Berlaymont)"],"address":["Brussels (Berlaymont)"],"addressEntity":["addr-4e70ddf45e81f0631950978c4aa49a218756a3f4"],"organizer":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"involved":["eu-tr-41572336784-71","ec-person-0d87d503aa00db1df141f3b1bfea3e0ccb43ece9"]}} -{"id":"ec-meeting-2015-09-28-fc4c31d92b87743f8a5cb7ad43fabd2a4fe8f7ff","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-28 - Cabinet of President Jean-Claude Juncker x Zweites Deutsches Fernsehen ARD-Verbindungsbüro Brüssel"],"date":["2015-09-28"],"summary":["European Copyright Reform"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-44a061693f35519551be0e3dab996e76ad3f8c7c","eu-tr-6774178922-55","eu-tr-3209361971-85"]}} -{"id":"ec-meeting-2015-09-29-02b982ffef18ba484d2dbebd70315b187bec8ce2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-29 - Cabinet of Commissioner Vytenis Andriukaitis x Fédération Européenne des Fabricants d'Aliments Composés"],"date":["2015-09-29"],"summary":["Feed safety management"],"notes":["Portfolio: Health & Food Safety"],"location":["Gent"],"address":["Gent"],"addressEntity":["addr-205ea7868cf2cabd3b2af001f349840e83b65319"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-b9c3f19e7c5f216e3e508f931ddd6a9cb59376d1","eu-tr-77105321408-83","ec-person-df30d07ef698a52b9948b9c734db39196cf8541f"]}} -{"id":"ec-meeting-2015-09-29-079d883dd6c6748da05b73afa0e05b318ff07753","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-29 - Günther Oettinger x European Magazine Media Association"],"date":["2015-09-29"],"summary":["Copyright, AVMS dir."],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0","eu-tr-37937886834-69"]}} -{"id":"ec-meeting-2015-09-29-130b90e5017310e2a8155412284062d3a651ae79","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-29 - Cabinet of Commissioner Carlos Moedas x Climate Economics Chair (Paris-Dauphine University - Europlace Institute of Finance)"],"date":["2015-09-29"],"summary":["European Innovation Policy"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-23980b2bc4fd9c82051d0f7888dc236b2f764866","eu-tr-937742510518-22"]}} -{"id":"ec-meeting-2015-09-29-1633316ffde696b99ee1600037dc29db0ad2f55e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-29 - Cabinet of Commissioner Pierre Moscovici x Banco Santander, S.A."],"date":["2015-09-29"],"summary":["Financial Transaction Tax"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Brussels, Begium"],"address":["Brussels, Begium"],"addressEntity":["addr-679d4d4ab912f0c98fb909b3975d13a9d1274ca8"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["eu-tr-799142914971-03","ec-person-738f7f25002d191bd2df8936e8f8d1d726c19e2e"]}} -{"id":"ec-meeting-2015-09-29-18977b21c592488579f4dec9e8dc05d205a5ac30","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-29 - Cabinet of Commissioner Tibor Navracsics x Centre for Fine Arts"],"date":["2015-09-29"],"summary":["New Narrative for Europe"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-cb6aa96c497dead35eb0f2ed0339e5423d506549","ec-person-dc2e0fed0fdf39a6a3f3ad63355c5215599de9d1","ec-person-4d24029a6a4b5bbdcd825e134f010bd0b384f80a","eu-tr-981651218089-69"]}} -{"id":"ec-meeting-2015-09-29-22d5eb7fdf87cf5ee064c75e865921f9b1a0353d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-29 - Internal Market, Industry, Entrepreneurship and SMEs x Orgalim – Europe's Technology Industries"],"date":["2015-09-29"],"summary":["Presentation of Orgalime, Digital Single Market, Energy Union, Internal Market Strategy, TTIP, standardisation, circular economy"],"location":["Bruxelles"],"address":["Bruxelles"],"addressEntity":["addr-b58f5927b66d94a676970dc048485d4c6848f272"],"organizer":["ec-dg-grow"],"involved":["eu-tr-20210641335-88","ec-person-60a3d0d628d231b41af1d0c65607b0fd78ca4edc"]}} -{"id":"ec-meeting-2015-09-29-2ed00e2b5ccf4a14919b784736f468426d83c991","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-29 - Cabinet of Commissioner Elżbieta Bieńkowska x Volkswagen Aktiengesellschaft"],"date":["2015-09-29"],"summary":["VW emission fraud"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["ec-person-d2997a7f359c91a337055c3e24dd36bf928de38d","ec-person-95a769a1850d7d595f9a5853c51dcbdd3ddd69fb","eu-tr-6504541970-40","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2015-09-29-41f0d544a7de43473b44c22c747b3f9dfafb6b4d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-29 - Cabinet of Commissioner Věra Jourová x Airbnb Ireland UC"],"date":["2015-09-29"],"summary":["Sharing ecnonomy and the accommodation sector"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-a2ca9161feee56909a0e98b473c2d342c20fdb57","eu-tr-823871417098-42","ec-person-ff9ad301b778d595651cc4c46ec3a4cf1ef10376"]}} -{"id":"ec-meeting-2015-09-29-4d5114dc5e927814385bdf7460974663a154f2d7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-29 - Cabinet of Vice-President Karmenu Vella x Dow Corning Europe"],"date":["2015-09-29"],"summary":["REACH"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["ec-person-4ff7c27445db4ad88e687776974fd8d077a1fe0c","eu-tr-55291765363-39"]}} -{"id":"ec-meeting-2015-09-29-5908440a6a3929269a1c1d55440d09522dbbc198","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-29 - Cabinet of Vice-President Karmenu Vella x European Ferrous Recovery & Recycling Federation EDSO for Smart Grids Community of European Railway and Infrastructure Companies UITP - International Association of Public Transport"],"date":["2015-09-29"],"summary":["Metal Theft"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["eu-tr-92257198818-48","eu-tr-952322311484-70","eu-tr-7574621118-27","ec-person-4ff7c27445db4ad88e687776974fd8d077a1fe0c","eu-tr-06869148182-50"]}} -{"id":"ec-meeting-2015-09-29-697fb468509025ddd8b88565963c52233af46fba","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-29 - Cabinet of Commissioner Pierre Moscovici x Union of European Beverages Association"],"date":["2015-09-29"],"summary":["competitiveness and investments of the industry in Europe, the role of taxation"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["eu-tr-25492952296-56","ec-person-14ef50b9efbe5ab02d528e0ec4ac50c9caf964e3","ec-person-738f7f25002d191bd2df8936e8f8d1d726c19e2e"]}} -{"id":"ec-meeting-2015-09-29-6ec065e8198bdd983e0aa76786589a924f3e0663","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-29 - Cabinet of President Jean-Claude Juncker x Metsäliitto Cooperative"],"date":["2015-09-29"],"summary":["EFSI, Internal Market"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-c402e34a99fbee730ae22e3b1958e21c94dc6fcc","eu-tr-962687110415-94"]}} -{"id":"ec-meeting-2015-09-29-7185689b084786270763f9ae8d8b8608bd534692","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-29 - Communications Networks, Content and Technology x European Magazine Media Association"],"date":["2015-09-29"],"summary":["Copyright and privacy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f","eu-tr-37937886834-69"]}} -{"id":"ec-meeting-2015-09-29-75afd247c55d5c8927341e7785336e460fe30831","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-29 - Cabinet of Vice-President Miguel Arias Cañete x Nord Stream AG"],"date":["2015-09-29"],"summary":["Gas markets and infrastructure"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-1831691c10441c5974327bbeb8693d6b6c1e50c3","eu-tr-640680018547-95"]}} -{"id":"ec-meeting-2015-09-29-7b3cc009909185df32c394b1d63ab6b08b33910b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-29 - Energy x Orgalim – Europe's Technology Industries"],"date":["2015-09-29"],"summary":["Circular Economy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-20210641335-88","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2015-09-29-8d6fa8b990afa44d3d2e46afa203559187706c00","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-29 - Migration and Home Affairs x Community of European Railway and Infrastructure Companies"],"date":["2015-09-29"],"summary":["Rail Transport, Passenger Security"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-home"],"involved":["eu-tr-7574621118-27","ec-person-ae1262e8850ed1e9a0530b0ad7440ac648255896"]}} -{"id":"ec-meeting-2015-09-29-97b41e4506ecde6299b818b8cbb7c879399a36ce","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-29 - Cabinet of President Jean-Claude Juncker x EUROPEAN TRADE UNION CONFEDERATION"],"date":["2015-09-29"],"summary":["Opening speech at the Congress of the European Trade Union Confederation"],"notes":["Portfolio: President"],"location":["Paris, France"],"address":["Paris, France"],"addressEntity":["addr-c70534aa18173b860a10a50a47b139c4a581cbf6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-29c106b0461ffd79e95f0119bdd363fd3c7c3ab3","eu-tr-06698681039-26","ec-person-44a061693f35519551be0e3dab996e76ad3f8c7c","ec-person-98eba7ab1446c6dce384fdc2ecd48c7cadf9ee4e"]}} -{"id":"ec-meeting-2015-09-29-a71940db49990737b712c931577aa53ea59937f7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-29 - Joint Research Centre x eustream, a.s."],"date":["2015-09-29"],"summary":["Discussion about modelling reliability of JRC models to support selection of projects of common interest"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-jrc"],"involved":["eu-tr-046510618791-04","ec-person-b3e6b7a4bd40eead1b939244f1cb4e9bdaf65f46"]}} -{"id":"ec-meeting-2015-09-29-b174b813e93bfed6032e08d7b7133d28bbe9c66b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-29 - Cabinet of Vice-President Maroš Šefčovič x EUROGAS aisbl"],"date":["2015-09-29"],"summary":["Gas Strategy, Cooling and Heating Strategy, Internal Energy Market"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-3bf48630444ace93d407e52eb880e64d480f75ce","eu-tr-17909506129-41","ec-person-1f95be23689cd4ed0a26fe2980f760ccf2d55c1e"]}} -{"id":"ec-meeting-2015-09-29-d787179d3adc253bcf9ece3054ae3d4517eb5a2e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-29 - Cabinet of Vice-President Valdis Dombrovskis x Confederation of Finnish Industries EK"],"date":["2015-09-29"],"summary":["EU tax policy"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-48f31156d932641826e09f5b73f074d35ff05786","eu-tr-1274604847-34"]}} -{"id":"ec-meeting-2015-09-29-df0742f8aac693b755012aa2d82d0b8d9161a108","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-29 - Cabinet of Vice-President Andrus Ansip x Orange"],"date":["2015-09-29"],"summary":["DSM, cross-border services, standards"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-76704342721-41","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45"]}} -{"id":"ec-meeting-2015-09-29-e9584773157defb146905e170fd7d4e236e39b16","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-29 - Cabinet of Vice-President Andrus Ansip x Swissgrid AG"],"date":["2015-09-29"],"summary":["Cyber Security in the electricity grid, cyber-attaks"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-5db7bdd1c81da2e70eb5b982097d0004111b5c3e","eu-tr-60493327921-85"]}} -{"id":"ec-meeting-2015-09-29-f8fea63430af6df9114e429b12da0ed7cbea6af3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-29 - Cabinet of Vice-President Maroš Šefčovič x The Coalition for Energy Savings"],"date":["2015-09-29"],"summary":["energy efficiency policies"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-ea6b517040e26a62f17d2829afffeba48cfd682f","eu-tr-72911566925-69"]}} -{"id":"ec-meeting-2015-09-29-fc90ec86a3161cad86f49a62e1cb43328b41250f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-29 - Cabinet of Commissioner Elżbieta Bieńkowska x Association des Constructeurs Européens d'Automobiles"],"date":["2015-09-29"],"summary":["Real Driving Emissions"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["ec-person-b2f9be51339f054477846797e2c119fcf16548fc","eu-tr-0649790813-47","ec-person-3d55409fa049ff6b397a9afc2fcc21bc7c409f0d","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2015-09-30-08c9fdb4fce0b3a51515fa414a77cbd82684e085","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-30 - Cabinet of Commissioner Carlos Moedas x AeroSpace and Defence Industries Association of Europe"],"date":["2015-09-30"],"summary":["EU Aviation package"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-b46c76b734a9bd8b8b7938e33fdd7b8cc6b6956a","eu-tr-72699997886-57"]}} -{"id":"ec-meeting-2015-09-30-0b432a22d548bd348dc5886445b29125b72bfbd6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-30 - Cabinet of Commissioner Elżbieta Bieńkowska x Amway"],"date":["2015-09-30"],"summary":["new medical device regulation"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029","eu-tr-194220411820-41"]}} -{"id":"ec-meeting-2015-09-30-0df547edae08a59b2d291ad3033c5d888d3ea8a2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-30 - Cabinet of Vice-President Jyrki Katainen x Finnish Transport and Logistics SKAL"],"date":["2015-09-30"],"summary":["Transport related policies"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-f9208d930adc70c6c64e21701e48f85f6f18e949","eu-tr-53638476328-19"]}} -{"id":"ec-meeting-2015-09-30-1003d4186ab07136f2e5666f952597a53352a3f1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-30 - Cabinet of Commissioner Carlos Moedas x Unilever"],"date":["2015-09-30"],"summary":["Circular Economy and Food Research in Horizon 2020"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-23980b2bc4fd9c82051d0f7888dc236b2f764866","eu-tr-6200524920-25"]}} -{"id":"ec-meeting-2015-09-30-35c14a099698dc0aa46443b7ea34d708b2c52e81","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-30 - Günther Oettinger x PwCIL"],"date":["2015-09-30"],"summary":["Digital Single Market, Industry 4.0, DESI"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-60402754518-05","ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0"]}} -{"id":"ec-meeting-2015-09-30-3ae08cc4e3d00b3255bfce561ad806c2f72a32cb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-30 - Cabinet of Commissioner Marianne Thyssen x Bundesarbeitsgemeinschaft der Freien Wohlfahrtspflege e.V."],"date":["2015-09-30"],"summary":["EESC opinion of Prof. Schlüter. on the principles for effective and reliable welfare provision systems (SOC/520)"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["ec-person-ce19440eacb8fd67f534bdbcce33a1c4cedfd071","eu-tr-9737622425-76","ec-person-e93189002a993321fd1af93481b271c766b1aff8"]}} -{"id":"ec-meeting-2015-09-30-3eae2549c4fed37115abb5ed5454063363359f37","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-30 - Cabinet of Vice-President Maroš Šefčovič x Drax Group plc"],"date":["2015-09-30"],"summary":["biomass policies and sustainablility"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-ea6b517040e26a62f17d2829afffeba48cfd682f","eu-tr-389275311163-19"]}} -{"id":"ec-meeting-2015-09-30-4155b6d43ad79ef1558127d3fbb1ce18b86b3cb2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-30 - Environment x Burson Cohn & Wolfe Sprl"],"date":["2015-09-30"],"summary":["Chemicals and better regulation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-env"],"involved":["eu-tr-9155503593-86","ec-person-3bc74ce04ea3f4ab4d91a5c88eef25b8b8a213b4"]}} -{"id":"ec-meeting-2015-09-30-6549761482a99024d76eaec9c402aacf2d92c377","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-30 - Cabinet of Commissioner Jonathan Hill x Commerzbank AG"],"date":["2015-09-30"],"summary":["Better regulation in the area of financial services legislation; general questions on the portfolio"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["eu-tr-83370363079-88","ec-person-890015b0d769ee93a09119846b414d4aae7c64ae"]}} -{"id":"ec-meeting-2015-09-30-67f0a1a16254c38f2c56c202a526234a2a134de5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-30 - Cabinet of Vice-President Cecilia Malmström x None"],"date":["2015-09-30"],"summary":["Anti-dumping investigation"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-20ded9db5df11164331bb161fdf234b1e5ad53fd","eu-tr-718741313802-97","eu-tr-72279144480-58","ec-person-591ec829ca734bcfe59a2c9c7f07f9dff22a0ea9"]}} -{"id":"ec-meeting-2015-09-30-73911ab3047d9b8c00434496793a11b12e33a7d6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-30 - Internal Market, Industry, Entrepreneurship and SMEs x Transport and Environment (European Federation for Transport and Environment)"],"date":["2015-09-30"],"summary":["Air pollutant car emissions, US and EU car regulatory systems, Real Driving Emission (RDE) test."],"location":["Bruxelles"],"address":["Bruxelles"],"addressEntity":["addr-b58f5927b66d94a676970dc048485d4c6848f272"],"organizer":["ec-dg-grow"],"involved":["ec-person-60a3d0d628d231b41af1d0c65607b0fd78ca4edc","eu-tr-58744833263-19"]}} -{"id":"ec-meeting-2015-09-30-73e44eddbdc25c35612ed42bae321aa975a7b471","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-30 - Cabinet of Commissioner Phil Hogan x Insight Consultants"],"date":["2015-09-30"],"summary":["Environmental Matters"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-a1a78365cc4685b0958056646204977d8f2ead92","eu-tr-188418619517-11"]}} -{"id":"ec-meeting-2015-09-30-7f4c1539778d513c8d0032962beace81c3122905","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-30 - Cabinet of Vice-President Karmenu Vella x Unilever"],"date":["2015-09-30"],"summary":["Circular Economy, Sustainable Development Goals"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["eu-tr-6200524920-25","ec-person-0e3efd8bc1c3ee9a80205d0bb78f316fa1621e5d"]}} -{"id":"ec-meeting-2015-09-30-88e7801b5d90168f1ab9ef9f347c372b279f30d0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-30 - Cabinet of Vice-President Jyrki Katainen x Blic Oy"],"date":["2015-09-30"],"summary":["Topical EU issues"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-687078815005-93","ec-person-f9208d930adc70c6c64e21701e48f85f6f18e949"]}} -{"id":"ec-meeting-2015-09-30-8c84d2ce65220ffb04232774a71418c92d550eef","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-30 - Cabinet of Vice-President Maroš Šefčovič x Trans Adriatic Pipeline"],"date":["2015-09-30"],"summary":["Update TAP construction"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-3bf48630444ace93d407e52eb880e64d480f75ce","eu-tr-570335813082-79"]}} -{"id":"ec-meeting-2015-09-30-a56ffab4caba20a54c654e18ccf4c566ad95ea29","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-30 - Cabinet of Commissioner Vytenis Andriukaitis x GlaxoSmithKline"],"date":["2015-09-30"],"summary":["Vaccination"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-97425c615743576adc42e09bee7dac14f83f691b","eu-tr-7990322925-77"]}} -{"id":"ec-meeting-2015-09-30-b0b048ae30551f2c3fe3a87ce2eb660bc13a8536","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-30 - Cabinet of Commissioner Pierre Moscovici x Les entreprises du médicament"],"date":["2015-09-30"],"summary":["le plan Juncker"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Bruxelles"],"address":["Bruxelles"],"addressEntity":["addr-b58f5927b66d94a676970dc048485d4c6848f272"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["ec-person-79931cfd2923c1aca9c7d284e9590732b0a36ed9","eu-tr-04029409214-45"]}} -{"id":"ec-meeting-2015-09-30-b60fde34950292fa2baebfb16c5f993a68d1fe27","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-30 - Cabinet of Vice-President Maroš Šefčovič x Snam S.p.A."],"date":["2015-09-30"],"summary":["Gas strategy and infrastructure"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-284336314886-25","ec-person-3bf48630444ace93d407e52eb880e64d480f75ce"]}} -{"id":"ec-meeting-2015-09-30-c20362b33d09af471e7cc28ae6c5e45e58f91c7f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-30 - Cabinet of Vice-President Maroš Šefčovič x BDEW Bundesverband der Energie- und Wasserwirtschaft e. V."],"date":["2015-09-30"],"summary":["Preperation Annual BDEW Congress 2016"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-20457441380-38","ec-person-3bf48630444ace93d407e52eb880e64d480f75ce"]}} -{"id":"ec-meeting-2015-09-30-c83debb4e74c440769ac6b9d543c8ee40c7edb44","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2015-09-30 - Cabinet of Commissioner Jonathan Hill x Bloomberg"],"date":["2015-09-30"],"summary":["Implementation of the Directive on disclosure of non-financial and diversity information"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Belgium, Brussels, BERL"],"address":["Belgium, Brussels, BERL"],"addressEntity":["addr-afebf85a436897fe5234b2ac0d00a1ddc4c9dd27"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["ec-person-5fdb62e20cecef81f87f94d3d1bcdd3b47b26af0","eu-tr-941851915685-19"]}} -{"id":"ec-meeting-2015-09-30-cce6f016fcfd56858b02b9edd749a4f9c7da1941","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-30 - Cabinet of Commissioner Violeta Bulc x AeroSpace and Defence Industries Association of Europe"],"date":["2015-09-30"],"summary":["Aviation"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-9d4dc4867a44dfe10f67ae7ee1706da3e8b48a24","eu-tr-72699997886-57"]}} -{"id":"ec-meeting-2015-09-30-ce0a9f9d9b4bc08aa090f9c212af516b4d6a1ccf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-30 - Cabinet of Commissioner Pierre Moscovici x Creative Media Business Alliance"],"date":["2015-09-30"],"summary":["Le marché unique numérique et en particulier la réforme des droits d’auteur"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["eu-tr-55791845397-85","ec-person-79931cfd2923c1aca9c7d284e9590732b0a36ed9","ec-person-14ef50b9efbe5ab02d528e0ec4ac50c9caf964e3"]}} -{"id":"ec-meeting-2015-09-30-ce9083049b17c2971e2387b9f4fcda05a4fa6450","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-30 - Cabinet of Vice-President Neven Mimica x Unilever"],"date":["2015-09-30"],"summary":["Outcome of the Addis “Financing for Development” International Conference and New York Post-2015 Summit. Business contribution to the implementation of the Sustainable Development Goals. Perspectives on the implementation of the Sustainable Development Goals in Europe."],"notes":["Portfolio: International Cooperation & Development"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-mimica-neven-of-president-vice"],"involved":["ec-person-5f446e21c2ca97624d9781d53ce7312477e72d6e","ec-person-e90858f5aba78fd0e1cb2f757c3f38d55d91f98b","eu-tr-6200524920-25"]}} -{"id":"ec-meeting-2015-09-30-d2dbad5ab27f007746f8a095ef8fd54662544146","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-30 - Cabinet of Vice-President Jyrki Katainen x WL Ross & Co. LLC"],"date":["2015-09-30"],"summary":["Greek banks"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-115678219174-06","ec-person-88d71b399a3e13a243bdc4676e481835e8e5b2f2"]}} -{"id":"ec-meeting-2015-09-30-e1367fcd69f3a26f6acc54b24f19da3a8db75949","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-30 - Energy x Swissgrid AG"],"date":["2015-09-30"],"summary":["Market design"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["ec-person-6997149120ce5129e38febe5275dc8fd03232d2e","eu-tr-60493327921-85"]}} -{"id":"ec-meeting-2015-09-30-e188705ee7d8b80f85d0a4a6cafa3d450b0a9be9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-30 - Cabinet of Commissioner Carlos Moedas x Welsh Higher Education Brussels"],"date":["2015-09-30"],"summary":["Horizon 2020"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-b8d49828915f9008e764a78796d47ea00807a658","eu-tr-507235311834-96"]}} -{"id":"ec-meeting-2015-09-30-f9f7cd390c916f45e6903f64baf7774c422e1b9f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-09-30 - Cabinet of Commissioner Vytenis Andriukaitis x Avisa Partners"],"date":["2015-09-30"],"summary":["International trade"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["eu-tr-54210841652-13","ec-person-d462b3c7daeee00ad55e380a7fb96819f79899df"]}} -{"id":"ec-meeting-2015-09-30-ff704a820accc6aef0d95f3ac6d01c61fe1d8454","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2015-09-30 - Cabinet of Commissioner Violeta Bulc x American Airlines Group, Inc."],"date":["2015-09-30"],"summary":["Aviation"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-163962516042-10","ec-person-5012c5e45a52ee8ce67d19c1781a127af53e73e7","ec-person-9d4dc4867a44dfe10f67ae7ee1706da3e8b48a24"]}} -{"id":"ec-meeting-2015-10-01-0339926617b0390c3a8b7b656814163adf84f210","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-01 - Günther Oettinger x General Electric Company"],"date":["2015-10-01"],"summary":["Data protection"],"location":["BXL"],"address":["BXL"],"addressEntity":["addr-d2fde52f67ea4a3e1fe233d0a959d6a1c77fd910"],"organizer":["ec-dg-de"],"involved":["ec-person-5652698e8f7b4a189329e67fddbaff44dbe8658c","eu-tr-4016736872-59"]}} -{"id":"ec-meeting-2015-10-01-0ecd6b0a11886c7324e5d64229fb3ad0646abc2c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-01 - Cabinet of Vice-President Miguel Arias Cañete x WindEurope IBERDROLA"],"date":["2015-10-01"],"summary":["RES"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-95f883d5d0d484088f26191a8fea8553d674dfbe","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd","eu-tr-41816938101-07","ec-person-25a937c04cd0a0ddcf5cf34798e76b5105854114","eu-tr-19920706471-21"]}} -{"id":"ec-meeting-2015-10-01-1ca2afeba433d1fbb4353b688e94cd64449aad3c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-01 - Cabinet of Vice-President Andrus Ansip x Filmproducenten Nederland"],"date":["2015-10-01"],"summary":["Copyright, DSM"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-748083512798-74","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45"]}} -{"id":"ec-meeting-2015-10-01-1e01cdbf98f337e6d817ba075d114b93ea0efd2a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-01 - Cabinet of President Jean-Claude Juncker x ENGIE"],"date":["2015-10-01"],"summary":["Meeting with Mr Etienne Davignon on political priorities of this Commission"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-90947457424-20","ec-person-29c106b0461ffd79e95f0119bdd363fd3c7c3ab3","ec-person-80c6995ad1cd6aefa72f1bf440b17b6d8c6dd4b8"]}} -{"id":"ec-meeting-2015-10-01-23caf043cc0d89d4610e3c65856ce5f81c00611d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-01 - Cabinet of Vice-President Valdis Dombrovskis x None"],"date":["2015-10-01"],"summary":["Corporate Tax Transparency"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-09136982496-09","eu-tr-366117914426-10","eu-tr-3978240953-79","eu-tr-501222919-71","ec-person-a9eda2e8ea54b70a968327672c6cada679d3cd56","eu-tr-4016736872-59","eu-tr-20935778703-23","ec-person-48f31156d932641826e09f5b73f074d35ff05786","eu-tr-199090913475-87","eu-tr-69240395197-02"]}} -{"id":"ec-meeting-2015-10-01-363cc6d1e9db57ae0b69c7e4b7794aecc956fa73","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-01 - Cabinet of Vice-President Jyrki Katainen x BlackRock"],"date":["2015-10-01"],"summary":["Investment plan + infrastructure investments"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-88d71b399a3e13a243bdc4676e481835e8e5b2f2","eu-tr-51436554494-18"]}} -{"id":"ec-meeting-2015-10-01-3e7a53caa5fa5c171cdae49cc34df389a8b837e8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-01 - Cabinet of Vice-President Karmenu Vella x Friends of the Earth Europe Food & Water Action Europe"],"date":["2015-10-01"],"summary":["Shale Gas"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["ec-person-4ff7c27445db4ad88e687776974fd8d077a1fe0c","eu-tr-42119616334-41","eu-tr-9825553393-31"]}} -{"id":"ec-meeting-2015-10-01-410d3d901789e3db227f4d452e4d29d63603b5e6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-01 - Cabinet of First Vice-President Frans Timmermans x Unilever"],"date":["2015-10-01"],"summary":["Circular Economy"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["ec-person-966667b73d92624be9bb019c2baab7e52331b3d3","eu-tr-6200524920-25"]}} -{"id":"ec-meeting-2015-10-01-44d4ce2d5511eaf86c506ccad64008df48bcacd5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-01 - Cabinet of Commissioner Tibor Navracsics x Eidgenössische Technische Hochschule Zürich Ecole Polytechnique Fédérale de Lausanne"],"date":["2015-10-01"],"summary":["Discussion of the Swiss Higher Education system, and cooperation with the EU"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-dc2e0fed0fdf39a6a3f3ad63355c5215599de9d1","eu-tr-701189115301-43","eu-tr-841080615299-36"]}} -{"id":"ec-meeting-2015-10-01-53a7a33bc36db9621f188d7807456ea4910233ce","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-01 - Cabinet of First Vice-President Frans Timmermans x SUEZ Group"],"date":["2015-10-01"],"summary":["Circular Economy"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["ec-person-966667b73d92624be9bb019c2baab7e52331b3d3","eu-tr-27799842497-69"]}} -{"id":"ec-meeting-2015-10-01-63c2bcf19e4defd26b86e17d933f7f01188ed9de","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-01 - Cabinet of Commissioner Jonathan Hill x UNIÓN ESPAÑOLA DE ENTIDADES ASEGURADORAS Y REASEGURADORAS"],"date":["2015-10-01"],"summary":["Introductory Meeting"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["eu-tr-814721210555-72","ec-person-890015b0d769ee93a09119846b414d4aae7c64ae"]}} -{"id":"ec-meeting-2015-10-01-66fc1ad4ef47115712cd3e9b66df75b6d695d2dd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-01 - Cabinet of Vice-President Miguel Arias Cañete x FuelsEurope"],"date":["2015-10-01"],"summary":["1. Energy Union/Security of Supply/Refining; 2. ETS; 3. Decarbonisation of Transport"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-62773e55e1985542cb18a2a89f2053f2f39146b1","ec-person-2229c857664a22dcb8eee79a8c05841fd3d0924f","eu-tr-26207914726-42","ec-person-25a937c04cd0a0ddcf5cf34798e76b5105854114"]}} -{"id":"ec-meeting-2015-10-01-6709f808a3b699409a2f499095e020b8550f6682","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-01 - Cabinet of Commissioner Tibor Navracsics x European Bureau of Library, Information and Documentation Associations"],"date":["2015-10-01"],"summary":["Copyright"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["eu-tr-32997432484-79","ec-person-cb6aa96c497dead35eb0f2ed0339e5423d506549"]}} -{"id":"ec-meeting-2015-10-01-6b663a3e8c89676f5b78f6f4c444f042b43c5629","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-01 - Cabinet of President Jean-Claude Juncker x Managed Funds Association"],"date":["2015-10-01"],"summary":["Capital Markets Union"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-c402e34a99fbee730ae22e3b1958e21c94dc6fcc","eu-tr-041415315167-65"]}} -{"id":"ec-meeting-2015-10-01-7422188e77e13dcd648827c396571da2c27eb402","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-01 - Cabinet of Commissioner Violeta Bulc x Vereniging VNO-NCW"],"date":["2015-10-01"],"summary":["aviation package and road package"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-5012c5e45a52ee8ce67d19c1781a127af53e73e7","ec-person-dd7851e4a1e747e824b4f81139e33bc3cdb73160","eu-tr-13255254129-80"]}} -{"id":"ec-meeting-2015-10-01-7f70c50dcffa737eefa2ae30d91d296f8eae5eaf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-01 - Cabinet of Commissioner Carlos Moedas x Eidgenössische Technische Hochschule Zürich"],"date":["2015-10-01"],"summary":["Association to Horizon 2020"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-23980b2bc4fd9c82051d0f7888dc236b2f764866","eu-tr-701189115301-43"]}} -{"id":"ec-meeting-2015-10-01-80f43ba903f879c8ed1a90896746c7b77a4a4cfd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-01 - Cabinet of Commissioner Věra Jourová x Confederation of Finnish Industries EK"],"date":["2015-10-01"],"summary":["Consumer protection package and DSM agenda"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-a2ca9161feee56909a0e98b473c2d342c20fdb57","eu-tr-1274604847-34"]}} -{"id":"ec-meeting-2015-10-01-87d96bf511845d2fa10acba13d59e56fcb665878","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-01 - Inspire, Debate, Engage and Accelerate Action x European Policy Centre"],"date":["2015-10-01"],"summary":["Think tank engagement"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-dg-idea"],"involved":["eu-tr-89632641000-47","ec-person-4fe56a64c00b3e81c851b5538878b32481bd7d3c"]}} -{"id":"ec-meeting-2015-10-01-8fa92320477ea0db6e8222eb11b43f3005b806f1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-01 - Cabinet of Vice-President Andrus Ansip x INTERNATIONAL FEDERATION OF MUSICIANS Association of European Performers’ Organisations"],"date":["2015-10-01"],"summary":["Intellectual property rights, platforms"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45","eu-tr-69221462428-97","eu-tr-01953872943-65"]}} -{"id":"ec-meeting-2015-10-01-93775ebadd545f439bb0a51a6e08793889f07e61","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-01 - Cabinet of Commissioner Jonathan Hill x Confederation of Danish Employers"],"date":["2015-10-01"],"summary":["Financial Services Policy"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["eu-tr-11503381325-76","ec-person-03cf92829e273869bfbd8bbf4f1881dcd0848186"]}} -{"id":"ec-meeting-2015-10-01-93992aad66eac88a40e0cac7b58d4f0e84796095","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-01 - Cabinet of Commissioner Věra Jourová x Council of Gas Detection and Environmental Monitoring"],"date":["2015-10-01"],"summary":["Consumer protection in the tourism sector"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Belgium, Brussels"],"address":["Belgium, Brussels"],"addressEntity":["addr-0c96bd4b2c2391b43c37eda4c201015868b0aa7b"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["eu-tr-91230848290-45","ec-person-a2ca9161feee56909a0e98b473c2d342c20fdb57"]}} -{"id":"ec-meeting-2015-10-01-9adf171c128b70063cc6f964787af524413c2269","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-01 - Cabinet of Commissioner Jonathan Hill x None"],"date":["2015-10-01"],"summary":["Corporate Tax Transparency"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["ec-person-f247edfcff54d4f26fc10769f809c92bc72d6797","eu-tr-09136982496-09","eu-tr-366117914426-10","eu-tr-3978240953-79","eu-tr-501222919-71","eu-tr-4016736872-59","eu-tr-20935778703-23","eu-tr-199090913475-87","eu-tr-69240395197-02"]}} -{"id":"ec-meeting-2015-10-01-9f49defabcc1e7db3b584c4c1b2e15ece6ccd71a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-01 - Cabinet of Vice-President Miguel Arias Cañete x Abertis Infraestructuras S.A."],"date":["2015-10-01"],"summary":["Courtesy meeting"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-934237012880-23","ec-person-2229c857664a22dcb8eee79a8c05841fd3d0924f"]}} -{"id":"ec-meeting-2015-10-01-aacf1742356c8f2b3146be0d7e27e54a2248d996","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-01 - Cabinet of Commissioner Pierre Moscovici x None"],"date":["2015-10-01"],"summary":["Corporate Tax Transparency"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["eu-tr-09136982496-09","eu-tr-366117914426-10","eu-tr-3978240953-79","eu-tr-501222919-71","eu-tr-4016736872-59","eu-tr-20935778703-23","ec-person-3cbeba61ae952f06fe4916c381438ebbc676a597","eu-tr-199090913475-87","eu-tr-69240395197-02"]}} -{"id":"ec-meeting-2015-10-01-b608cee65db5fd412174e2b24628958eb3b57316","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-01 - Cabinet of Commissioner Phil Hogan x BOUYGUES EUROPE"],"date":["2015-10-01"],"summary":["Upcoming review of the AVMS directive"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-a985b9a03cb4f9af4f2f97583d8f92fb71579572","eu-tr-91216972728-77"]}} -{"id":"ec-meeting-2015-10-01-bf27629e69df1fd98faf587f3258512f5ef0399b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-01 - Cabinet of High Representative / Vice-President Federica Mogherini x European Peacebuilding Liaison Office"],"date":["2015-10-01"],"summary":["Introductions/Cooperation."],"notes":["Portfolio: Foreign Affairs and Security Policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"involved":["ec-person-4f2bf88ad14d12976aecc7694a057ab90b7a81d2","eu-tr-0878397912-17"]}} -{"id":"ec-meeting-2015-10-01-c78c2009bb2fb236619e7e0d89df32fb3bc53870","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2015-10-01 - Cabinet of Vice-President Maroš Šefčovič x Hume Brophy"],"date":["2015-10-01"],"summary":["Eir Grid - Energy Union and interconnections","EirGrid; Irish interconnectors"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-3843982938-44","ec-person-2be517b9261a91f2f07e05ec14c6331980e9716e","ec-person-9f6823821fe68d82e9b9dbe81181ecacb0265d94"]}} -{"id":"ec-meeting-2015-10-01-e9d75ee70c325f67646eb17b27692396d991a356","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-01 - Cabinet of Vice-President Jyrki Katainen x Iceye Oy"],"date":["2015-10-01"],"summary":["Digital Single Market"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-602255419010-72","ec-person-0da85dc48012e26688310a59a0b51727ea68f410"]}} -{"id":"ec-meeting-2015-10-01-eca7a8171c625ee4628d95f200a875877a1365df","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-01 - Cabinet of Commissioner Jonathan Hill x The Investment Association"],"date":["2015-10-01"],"summary":["Financial Services Policy"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["ec-person-03cf92829e273869bfbd8bbf4f1881dcd0848186","eu-tr-5437826103-53"]}} -{"id":"ec-meeting-2015-10-02-09f8a21225c7f0f1b4d4f8853a9f82cdfa0548e5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-02 - Cabinet of Commissioner Corina Crețu x European Insulation Manufacturers Association"],"date":["2015-10-02"],"summary":["Cohesion Policy and energy efficiency"],"notes":["Portfolio: Regional Policy"],"location":["BRUSSELS"],"address":["BRUSSELS"],"addressEntity":["addr-f74337897287bf1b546f30505f5b1f693a87af50"],"organizer":["ec-cabinet-commissioner-corina-cretu-of"],"involved":["ec-person-f5bd4d5d0170028815aba56ee7d4883f0fd70f47","eu-tr-98345631631-22"]}} -{"id":"ec-meeting-2015-10-02-26aca585c3c1b3f4b26c72d16ddaaa5ef6b2772e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-02 - Cabinet of Commissioner Margrethe Vestager x Statnett SF"],"date":["2015-10-02"],"summary":["EU electricity market design and capacity mechanisms"],"notes":["Portfolio: Competition"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-margrethe-of-vestager"],"involved":["eu-tr-05001306886-41","ec-person-2e96673ec2acdfc668f6970535551f9afa1f8729"]}} -{"id":"ec-meeting-2015-10-02-2eb060fbc9cfb810049d78436955f3315ab97e2b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-02 - Cabinet of Commissioner Věra Jourová x Facebook Ireland Limited Microsoft Corporation Google Twitter International Company"],"date":["2015-10-02"],"summary":["Hate speech on-line"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["eu-tr-394491614001-72","ec-person-64349923a7639978983020a607770b8dc47c8144","ec-person-a608b85b2ffef83f883b5a2330b6232efa1b7141","eu-tr-03181945560-59","ec-person-1e0e3a00ab815dea7c5b839b002ed2c7e34bfe0a","eu-tr-0801162959-21","ec-person-184e698af1eb9e33b179680570ca171d8cb31c94","eu-tr-28666427835-74"]}} -{"id":"ec-meeting-2015-10-02-30d3e151a2f008dd8ce14e7df1bd899b7c71c3ce","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-02 - Cabinet of Vice-President Jyrki Katainen x EUROCHAMBRES – Association of European Chambers of Commerce and Industry"],"date":["2015-10-02"],"summary":["European Economic Diplomacy"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-7c9460f99c5872dbdc561f5752401c870d12e98b","eu-tr-0014082722-83"]}} -{"id":"ec-meeting-2015-10-02-3b77b0e265f0800611691d7c48a6a4b4db796a3f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-02 - Cabinet of Commissioner Violeta Bulc x UPS Europe SRL/BV"],"date":["2015-10-02"],"summary":["Meeting UPS Europe representatives"],"notes":["Portfolio: Transport"],"location":["Brussels, Belguim"],"address":["Brussels, Belguim"],"addressEntity":["addr-84b5e5f38d43901e13b15f0c7dd8b408c954fd9b"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-4d2b449b5047ea3fda435a2a1c1081e3babcdf76","ec-person-7ac9445abdddc66a79f539ae13eb74e1ceb512df","eu-tr-07691616536-09"]}} -{"id":"ec-meeting-2015-10-02-41cbbae1f0536362f272d52d3dee88a353ed38b3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-02 - Cabinet of Vice-President Maroš Šefčovič x Roundtable for Europe's Energy Future"],"date":["2015-10-02"],"summary":["Electricity Market Design; Investments in Energy sector"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-1f95be23689cd4ed0a26fe2980f760ccf2d55c1e","eu-tr-101903316808-95"]}} -{"id":"ec-meeting-2015-10-02-51462e567d9b15e1c24d10ea305747bb6215442f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-02 - Günther Oettinger x SES S.A."],"date":["2015-10-02"],"summary":["EFSI"],"location":["Betzdorf"],"address":["Betzdorf"],"addressEntity":["addr-438957740d3d543d8a3f0edbcf98538e39191a4a"],"organizer":["ec-dg-de"],"involved":["eu-tr-93799097410-24","ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0"]}} -{"id":"ec-meeting-2015-10-02-59b119bb3db94954b21cdf4f46a7003e0913572c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-02 - Cabinet of Commissioner Marianne Thyssen x ABPaymentflows BV"],"date":["2015-10-02"],"summary":["Access to finance for SMEs"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["ec-person-5a49eb89125b4b5d1125b3925bbb64aba1bea2b3","eu-tr-961373118476-87"]}} -{"id":"ec-meeting-2015-10-02-75b62d6975aae1ab393caeea1c8707b4c5899b48","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-02 - Cabinet of Commissioner Jonathan Hill x London Metal Exchange"],"date":["2015-10-02"],"summary":["European Market Infrastructure Regulation/Markets in Financial Instruments Directive II"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["London"],"address":["London"],"addressEntity":["addr-4c57f0c88d9844630327623633ce269cf826ab99"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["eu-tr-897792317185-95","ec-person-f247edfcff54d4f26fc10769f809c92bc72d6797"]}} -{"id":"ec-meeting-2015-10-02-9e70976a16e3b891158fe93d7c23227ad62836db","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-02 - Cabinet of Commissioner Violeta Bulc x ASSOCIATION OF EUROPEAN AIRLINES"],"date":["2015-10-02"],"summary":["Aviation"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-4d2b449b5047ea3fda435a2a1c1081e3babcdf76","ec-person-5012c5e45a52ee8ce67d19c1781a127af53e73e7","eu-tr-78089286892-19"]}} -{"id":"ec-meeting-2015-10-02-c7f4cc7331a8a219731aee8bcb0a4efe758c93a4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-02 - Cabinet of Commissioner Jonathan Hill x Lloyd's of London"],"date":["2015-10-02"],"summary":["Financial Services Policy"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["London"],"address":["London"],"addressEntity":["addr-4c57f0c88d9844630327623633ce269cf826ab99"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["ec-person-f247edfcff54d4f26fc10769f809c92bc72d6797","eu-tr-07203323308-65"]}} -{"id":"ec-meeting-2015-10-02-d62c8cad683e32c91b3bd1ef37f26abd1abf39a4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-02 - Cabinet of Commissioner Violeta Bulc x KLM Royal Dutch Airlines Ryanair Holdings easyJet Lufthansa Group International Consolidated Airlines Group AIR FRANCE"],"date":["2015-10-02"],"summary":["Meeting representives of 5 airline companies"],"notes":["Portfolio: Transport"],"location":["Brussels, Belguim"],"address":["Brussels, Belguim"],"addressEntity":["addr-84b5e5f38d43901e13b15f0c7dd8b408c954fd9b"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-5012c5e45a52ee8ce67d19c1781a127af53e73e7","eu-tr-0714344663-32","eu-tr-60340504060-88","eu-tr-002977215945-85","eu-tr-76441066192-30","eu-tr-350652449-83","ec-person-4d2b449b5047ea3fda435a2a1c1081e3babcdf76","ec-person-9d4dc4867a44dfe10f67ae7ee1706da3e8b48a24","eu-tr-291219715847-52"]}} -{"id":"ec-meeting-2015-10-02-f2737fd0798f60cb7527fd1e17afeb2e75339a13","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-02 - Cabinet of Commissioner Jonathan Hill x AXA Investment Managers"],"date":["2015-10-02"],"summary":["Alternative Investment Fund Managers Directive/Undertakings for the collective investment in transferable securities"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["London"],"address":["London"],"addressEntity":["addr-4c57f0c88d9844630327623633ce269cf826ab99"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["ec-person-f247edfcff54d4f26fc10769f809c92bc72d6797","eu-tr-75149096203-49"]}} -{"id":"ec-meeting-2015-10-05-1c74e33de4c72b275cd82ca29fb8c59a1f8294cc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-05 - Cabinet of Commissioner Vytenis Andriukaitis x Compassion in World Farming International"],"date":["2015-10-05"],"summary":["Animal welfare"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-0dbfffeb0323f819c8d57164906086dd8639c437","eu-tr-26535516539-45"]}} -{"id":"ec-meeting-2015-10-05-373e81637c62d068edda7bdffac717466248877c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-05 - Migration and Home Affairs x International Catholic Migration Commission Europe Churches' Commission for Migrants in Europe"],"date":["2015-10-05"],"summary":["Refugee Resettlement"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-home"],"involved":["eu-tr-01765274994-03","ec-person-ae1262e8850ed1e9a0530b0ad7440ac648255896","eu-tr-644857418898-95"]}} -{"id":"ec-meeting-2015-10-05-461d2ee1e38bc141c3244bb9e85881685cf8ed83","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-05 - Cabinet of Commissioner Marianne Thyssen x Telefonica, S.A."],"date":["2015-10-05"],"summary":["Digital skills, apprenticeships"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["eu-tr-52431421-12","ec-person-bdb607d5d994a4056dd700f8f52d9af25b406b36"]}} -{"id":"ec-meeting-2015-10-05-510267f98df0c82712c4ea8aa7c2b4cda26592ce","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-05 - Regulatory Scrutiny Board x Centre for European Policy Studies"],"date":["2015-10-05"],"summary":["Better Regulation"],"location":["BERL 02 / 352"],"address":["BERL 02 / 352"],"addressEntity":["addr-b9bfaa3ad358f16a45f8c771c71a057872bbbf0c"],"organizer":["ec-dg-rsb"],"involved":["ec-person-c8fe561c75ce26b5c43addac05060bbc5be74fe9","eu-tr-86853666704-95"]}} -{"id":"ec-meeting-2015-10-05-603ce7ec510fec42e9f74e91f50c90b28efddfa7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-05 - Cabinet of Vice-President Miguel Arias Cañete x Övertorneå kommun"],"date":["2015-10-05"],"summary":["Presentation of project on Forestry Carbon credits"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-260e00934471a02805fb143935d6e9205a7f355f","eu-tr-581946117439-72"]}} -{"id":"ec-meeting-2015-10-05-6283958b4b4a7756c43dff1fff2eb0a3ff32a1dd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-05 - Communications Networks, Content and Technology x Vodafone Belgium SA"],"date":["2015-10-05"],"summary":["DSM, TSM and State aid in broadband"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-90142503473-81","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2015-10-05-636eef605ebb28fcc8a7cb1c66193515e3a4d735","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-05 - Cabinet of Vice-President Miguel Arias Cañete x CaixaBank, S.A."],"date":["2015-10-05"],"summary":["EFSI in the Energy Sector"],"notes":["Portfolio: Climate Action & Energy"],"location":["Barcelona, Spain"],"address":["Barcelona, Spain"],"addressEntity":["addr-1d3c8410383c24147093b2b9bb85557546f89fb7"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd","eu-tr-055017716307-39"]}} -{"id":"ec-meeting-2015-10-05-68492168e631fdaf7ee9a6f1a23572e41d017c7c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-05 - Cabinet of Vice-President Miguel Arias Cañete x European League for Economic Cooperation"],"date":["2015-10-05"],"summary":["Climate Action and Energy in the EU"],"notes":["Portfolio: Climate Action & Energy"],"location":["Barcelona, Spain"],"address":["Barcelona, Spain"],"addressEntity":["addr-1d3c8410383c24147093b2b9bb85557546f89fb7"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-213518813328-18","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd"]}} -{"id":"ec-meeting-2015-10-05-6918586c6aa42c0206c9c79e1afc3c8f33114175","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-05 - Cabinet of Commissioner Carlos Moedas x Zweites Deutsches Fernsehen"],"date":["2015-10-05"],"summary":["Copyright Issues"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-01051f0f33bfdc2ecc41873c02cae666c5e0d099","eu-tr-3209361971-85"]}} -{"id":"ec-meeting-2015-10-05-716d3e25570ce4ac41dd6b8ddad1a806c210c1df","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-05 - Environment x Stichting BirdLife Europe"],"date":["2015-10-05"],"summary":["Fitness check of Nature Directives & Biodiverisy Objectives"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-env"],"involved":["eu-tr-1083162721-43","ec-person-3bc74ce04ea3f4ab4d91a5c88eef25b8b8a213b4"]}} -{"id":"ec-meeting-2015-10-05-73d05d68f95c9a8c97fa544d4ea9b2c8cc6e8eb9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-05 - Environment x European Environmental Bureau"],"date":["2015-10-05"],"summary":["Fitness check of Nature Directives & Biodiverisy Objectives"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-env"],"involved":["eu-tr-06798511314-27","ec-person-3bc74ce04ea3f4ab4d91a5c88eef25b8b8a213b4"]}} -{"id":"ec-meeting-2015-10-05-793cffb9d708c6ec516010dd2e1af330ddf90fe8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-05 - Cabinet of Commissioner Elżbieta Bieńkowska x European Confederation of Pharmaceutical Entrepreneurs"],"date":["2015-10-05"],"summary":["new off-lable rules in France"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["BRUSSELS"],"address":["BRUSSELS"],"addressEntity":["addr-f74337897287bf1b546f30505f5b1f693a87af50"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-87600691525-93","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2015-10-05-797863e0108466b8b88aec6914db4920cef12174","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-05 - Environment x Friends of the Earth Europe"],"date":["2015-10-05"],"summary":["Fitness check of Nature Directives & Biodiverisy Objectives"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-env"],"involved":["eu-tr-9825553393-31","ec-person-3bc74ce04ea3f4ab4d91a5c88eef25b8b8a213b4"]}} -{"id":"ec-meeting-2015-10-05-8a48addf8063c374e57bdf51ec32d42acf56c08d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-05 - Günther Oettinger x Bundesverband Freier Immobilien- und Wohnungsunternehmen e.V. Bundesverband der Deutschen Industrie e.V. Zentraler Immobilien Ausschuss"],"date":["2015-10-05"],"summary":["Smart Home Appliances"],"location":["Munich"],"address":["Munich"],"addressEntity":["addr-4bb73f4817cac7549995b34436d424f8d8b0f1b0"],"organizer":["ec-dg-de"],"involved":["eu-tr-34880145791-74","eu-tr-77924021415-75","eu-tr-1771817758-48","ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0"]}} -{"id":"ec-meeting-2015-10-05-8add541847f49377ec8087d5ab373e592aa13f29","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-05 - Cabinet of Commissioner Violeta Bulc x European Road Transport Telematics Implementation Coordination Organisation-Intelligent Transport Systems & Services Europe"],"date":["2015-10-05"],"summary":["Meeting ERTICO representative"],"notes":["Portfolio: Transport"],"location":["Bordeaux, France"],"address":["Bordeaux, France"],"addressEntity":["addr-495c5d71bf5798cd513a2c9cf78d9f34c1283fff"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-4d2b449b5047ea3fda435a2a1c1081e3babcdf76","ec-person-e14c58f620f40325d829df7be0823280307bc15f","eu-tr-12971262634-76"]}} -{"id":"ec-meeting-2015-10-05-8ddf78d4359e3e539e0885f4a47513bb91a389cc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-05 - Cabinet of Vice-President Andrus Ansip x European Round Table for Industry"],"date":["2015-10-05"],"summary":["Connectivity, start-ups"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-e91c5be432b6b3efdda369792fed67c20b767a45","eu-tr-25487567824-45","ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0"]}} -{"id":"ec-meeting-2015-10-05-90d2effc47c41f28eaac8077b72cb2da29c2047e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-05 - Cabinet of Vice-President Cecilia Malmström x Association des Constructeurs Européens d'Automobiles"],"date":["2015-10-05"],"summary":["anti-dumping case on aluminium wheels"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-0649790813-47","ec-person-591ec829ca734bcfe59a2c9c7f07f9dff22a0ea9"]}} -{"id":"ec-meeting-2015-10-05-a3a7188ad1fe4b704b22fe850f848a44fb916392","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-05 - Environment x WWF European Policy Programme"],"date":["2015-10-05"],"summary":["Fitness check of Nature Directives & Biodiverisy Objectives"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-env"],"involved":["eu-tr-1414929419-24","ec-person-3bc74ce04ea3f4ab4d91a5c88eef25b8b8a213b4"]}} -{"id":"ec-meeting-2015-10-05-c52e4f6cdcf7488a82153168a43a4f71d42fec58","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-05 - Cabinet of Vice-President Miguel Arias Cañete x NATURGY ENERGY GROUP"],"date":["2015-10-05"],"summary":["Conference organised by GAS NATURAL FENOSA on natural gas and energy security of Europe"],"notes":["Portfolio: Climate Action & Energy"],"location":["Barcelona, Spain"],"address":["Barcelona, Spain"],"addressEntity":["addr-1d3c8410383c24147093b2b9bb85557546f89fb7"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-67833029261-54","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd"]}} -{"id":"ec-meeting-2015-10-05-c75a377846a1b8ea10d761e388d079698b25d8cf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-05 - Cabinet of Vice-President Valdis Dombrovskis x Capital International Management Company"],"date":["2015-10-05"],"summary":["Undertakings for the collective investment in transferable securities/Markets in Financial Instruments Directive II"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-060963817274-71","ec-person-3f9ca71b74344417d1f072ba7f3e2f09a223b036"]}} -{"id":"ec-meeting-2015-10-05-cce6f016fcfd56858b02b9edd749a4f9c7da1941","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-05 - Cabinet of Commissioner Violeta Bulc x AeroSpace and Defence Industries Association of Europe"],"date":["2015-10-05"],"summary":["Aviation"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-9d4dc4867a44dfe10f67ae7ee1706da3e8b48a24","eu-tr-72699997886-57"]}} -{"id":"ec-meeting-2015-10-05-d45e02401bcdd1d430c9cdb938b19ace3673c03d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-05 - Cabinet of Commissioner Violeta Bulc x Weber Shandwick"],"date":["2015-10-05"],"summary":["Aviation"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-52836621780-65","ec-person-9d4dc4867a44dfe10f67ae7ee1706da3e8b48a24"]}} -{"id":"ec-meeting-2015-10-05-e5a49114b6b1e4a644c5e0d89db245274d1737da","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-05 - Cabinet of First Vice-President Frans Timmermans x Natuur & Milieu"],"date":["2015-10-05"],"summary":["Dutch Presidency"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-17413855438-74","ec-person-7a0c440119cd5d547eceebb055c79b8bb41bf9a2"]}} -{"id":"ec-meeting-2015-10-05-fd7ab9cd8cecbe46dcc14dd2317c350ea0b19357","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-05 - Cabinet of Vice-President Jyrki Katainen x spiritsEUROPE Comité Européen des Entreprises Vins"],"date":["2015-10-05"],"summary":["Trade policy"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-2663914841-28","ec-person-7c9460f99c5872dbdc561f5752401c870d12e98b","eu-tr-64926487056-58"]}} -{"id":"ec-meeting-2015-10-06-0a3a18499c0d93fafa4666f0341f630e2949fa37","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-06 - Cabinet of Vice-President Andrus Ansip x The Lisbon Council for Economic Competitiveness and Social Renewal asbl"],"date":["2015-10-06"],"summary":["eGovernment, start-ups"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-6766950469-32","ec-person-6a03bc4fa7657513ea34529e98dba0671ef4c849"]}} -{"id":"ec-meeting-2015-10-06-1d8982450df6c3769de4071811c5136abcec904c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-06 - Environment x European Suppliers of Waste-to-Energy Technology"],"date":["2015-10-06"],"summary":["ESWET's activities - contributing to Circular Economy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-env"],"involved":["eu-tr-56047551356-84","ec-person-3bc74ce04ea3f4ab4d91a5c88eef25b8b8a213b4"]}} -{"id":"ec-meeting-2015-10-06-39ed34e8eaa24286008cdb6ed2c88b17b94c66e7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-06 - Cabinet of Vice-President Karmenu Vella x Global Ocean Commission"],"date":["2015-10-06"],"summary":["Ocean Governance, IUU fishing"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Valparaiso, Chile"],"address":["Valparaiso, Chile"],"addressEntity":["addr-6e30d2ee1a57e75ab6e6921111cc2f308e30fcfb"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["eu-tr-919220015824-70","ec-person-0e3efd8bc1c3ee9a80205d0bb78f316fa1621e5d"]}} -{"id":"ec-meeting-2015-10-06-40e46185d491fdbfcdb8d8ec4a501a360403731d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-06 - Cabinet of Commissioner Jonathan Hill x Vodafone Belgium SA"],"date":["2015-10-06"],"summary":["Financial Policy"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["ec-person-a9f927e92126f22da48d08ee37b059179988ada8","eu-tr-90142503473-81"]}} -{"id":"ec-meeting-2015-10-06-4a99a76ba4c4373b8ad0bf8ea95bb0f0423ff1c0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-06 - Cabinet of Commissioner Phil Hogan x NFU Scotland"],"date":["2015-10-06"],"summary":["Business Discussion"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-758857015634-26","ec-person-400dd8d59d3060187d9b9b143d697da1a3d03c12"]}} -{"id":"ec-meeting-2015-10-06-61e4811a87a97dfac44a3115cd7e4da4c4c90eef","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-06 - Cabinet of Vice-President Jyrki Katainen x Pensioenfederatie (Federation of the Dutch Pension Funds)"],"date":["2015-10-06"],"summary":["Capital markets union"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-88d71b399a3e13a243bdc4676e481835e8e5b2f2","eu-tr-84476202986-17"]}} -{"id":"ec-meeting-2015-10-06-65ef5c5e689e317990b22091e0f7092a7009a272","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-06 - Cabinet of Vice-President Jyrki Katainen x Dun & Bradstreet Belgium NV"],"date":["2015-10-06"],"summary":["Transparency of SMEs"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-290520419132-36","ec-person-88d71b399a3e13a243bdc4676e481835e8e5b2f2"]}} -{"id":"ec-meeting-2015-10-06-6830a4d9a7f4196587c73f1d74ab68b656588cef","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-06 - Cabinet of Vice-President Andrus Ansip x Mozilla Corporation"],"date":["2015-10-06"],"summary":["Copyright"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-174457719063-67","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45"]}} -{"id":"ec-meeting-2015-10-06-6916607d2c6711945b3e3096713c7b0f40345c62","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-06 - Internal Market, Industry, Entrepreneurship and SMEs x KfW Bankengruppe"],"date":["2015-10-06"],"summary":["COSME and SME policy"],"location":["Bruxelles"],"address":["Bruxelles"],"addressEntity":["addr-b58f5927b66d94a676970dc048485d4c6848f272"],"organizer":["ec-dg-grow"],"involved":["ec-person-60a3d0d628d231b41af1d0c65607b0fd78ca4edc","eu-tr-79019799690-13"]}} -{"id":"ec-meeting-2015-10-06-8207a9c83fcdadee0de1da765ce26f8980b94e49","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-06 - Günther Oettinger x Telefonica, S.A."],"date":["2015-10-06"],"summary":["DSM"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-52431421-12","ec-person-d8b86b98a24683917c569000ed6d8c45bedbbc00"]}} -{"id":"ec-meeting-2015-10-06-89621ea4307eb0621ec809f6a469e524d20654cf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-06 - Cabinet of Commissioner Věra Jourová x Alber & Geiger"],"date":["2015-10-06"],"summary":["Changes to the Czech legal framework for gambling"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["eu-tr-67820416722-09","ec-person-1e0e3a00ab815dea7c5b839b002ed2c7e34bfe0a"]}} -{"id":"ec-meeting-2015-10-06-8a809c498be0312323624ae34f33606fcbb1f4de","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-06 - Cabinet of Commissioner Jonathan Hill x Which?"],"date":["2015-10-06"],"summary":["Financial Services Policy"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["ec-person-03cf92829e273869bfbd8bbf4f1881dcd0848186","eu-tr-03845856565-52"]}} -{"id":"ec-meeting-2015-10-06-927f95621e43a68efffb34cf222845ac03809e15","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-06 - Cabinet of Commissioner Phil Hogan x European agri-cooperatives"],"date":["2015-10-06"],"summary":["EU Trade strategy; DDA; EU-Japan negotiations; SPS concerns in market access"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-c9d17d5879383b030f61a4066848249fb35d57e4","eu-tr-09586631237-74"]}} -{"id":"ec-meeting-2015-10-06-b253489223f8e81d4efdbbf1f28c2ec1650fb90f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-06 - Cabinet of Vice-President Cecilia Malmström x ITS B.V. Mayer Brown Europe-Brussels LLP"],"date":["2015-10-06"],"summary":["anti-dumping case household aluminum foil"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-510732619083-95","eu-tr-878143516137-06","ec-person-591ec829ca734bcfe59a2c9c7f07f9dff22a0ea9"]}} -{"id":"ec-meeting-2015-10-06-bb860c3ec0d975e326d62615d127d1aacde639d6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-06 - Cabinet of Commissioner Pierre Moscovici x Groupement Européen des Sociétés d'Auteurs et Compositeurs"],"date":["2015-10-06"],"summary":["Droits d'auteur"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["ec-person-14ef50b9efbe5ab02d528e0ec4ac50c9caf964e3","eu-tr-36529354479-57"]}} -{"id":"ec-meeting-2015-10-06-be5c189af69e1f44c005c75655fb29fdac3ca8fd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-06 - Cabinet of Commissioner Carlos Moedas x Google"],"date":["2015-10-06"],"summary":["Innovation and Competition"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-b46c76b734a9bd8b8b7938e33fdd7b8cc6b6956a","eu-tr-03181945560-59"]}} -{"id":"ec-meeting-2015-10-06-c18aaca146375a0bae8541203d97a068983666ac","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-06 - Cabinet of Vice-President Jyrki Katainen x BUSINESSEUROPE"],"date":["2015-10-06"],"summary":["CEO outreach event"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-7c9460f99c5872dbdc561f5752401c870d12e98b","eu-tr-3978240953-79"]}} -{"id":"ec-meeting-2015-10-06-c21e36feab8bcc1a09625e2d33f646eedc3ddf7a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-06 - Cabinet of Commissioner Margrethe Vestager x Think Tank EUROPA"],"date":["2015-10-06"],"summary":["EU Current Affairs"],"notes":["Portfolio: Competition"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-margrethe-of-vestager"],"involved":["ec-person-0700cb0f43a2d20f4938902c4a086aca632d71fb","eu-tr-815211615744-03","ec-person-6e8b9cd7bb1a15a7e90b04790769360ba931cafd"]}} -{"id":"ec-meeting-2015-10-06-c384c574f70d58a26f6c9f7a1cae209ada09b605","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-06 - Energy x None"],"date":["2015-10-06"],"summary":["European energy policies"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-90947457424-20","eu-tr-77608353460-77","eu-tr-41816938101-07","eu-tr-72760517350-57","eu-tr-429600710582-32","eu-tr-577829817108-84","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e","eu-tr-99578067285-35","eu-tr-67833029261-54"]}} -{"id":"ec-meeting-2015-10-06-c4f1323cd85a34ad88864ed75b8aa08076bbe0f3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-06 - Cabinet of Vice-President Miguel Arias Cañete x ExxonMobil Petroleum & Chemical"],"date":["2015-10-06"],"summary":["EU Road transport policy post 2020"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-0745650927-75","ec-person-25a937c04cd0a0ddcf5cf34798e76b5105854114"]}} -{"id":"ec-meeting-2015-10-06-d47a20a80b38139d1fb801f28b3e2975902f987a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-06 - Cabinet of Commissioner Elżbieta Bieńkowska x Chamber of Commerce of the United States of America"],"date":["2015-10-06"],"summary":["Follow-up to the Commissioner's US visit"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-444722016787-61","ec-person-b2f9be51339f054477846797e2c119fcf16548fc"]}} -{"id":"ec-meeting-2015-10-06-dfad57f8ab661eb9b5521a29d35609a1b7356b2b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-06 - Cabinet of Commissioner Vytenis Andriukaitis x Animal Skincare Products Europe"],"date":["2015-10-06"],"summary":["Regulation regarding animal skincare products"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-0dbfffeb0323f819c8d57164906086dd8639c437","eu-tr-963792718912-05"]}} -{"id":"ec-meeting-2015-10-06-e3e863825be0add31244f8966500999cbda6c74b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-06 - Cabinet of Commissioner Marianne Thyssen x Pensioenfederatie (Federation of the Dutch Pension Funds)"],"date":["2015-10-06"],"summary":["Role of occupational pensions in addressing the adequacy gap in future pensions"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["ec-person-ce19440eacb8fd67f534bdbcce33a1c4cedfd071","ec-person-5a49eb89125b4b5d1125b3925bbb64aba1bea2b3","eu-tr-84476202986-17"]}} -{"id":"ec-meeting-2015-10-06-f31902b254bf16a9c9387b5ad5d7e82f99ce79c6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-06 - Cabinet of Commissioner Elżbieta Bieńkowska x Transport and Environment (European Federation for Transport and Environment)"],"date":["2015-10-06"],"summary":["Real Driving Emissions"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["ec-person-b2f9be51339f054477846797e2c119fcf16548fc","eu-tr-58744833263-19","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2015-10-06-f640304e6310b7aac949b23433c065d437c1474d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-06 - Cabinet of Commissioner Tibor Navracsics x Tom Lantos Intézet"],"date":["2015-10-06"],"summary":["Teaching human rights at schools"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["eu-tr-246727618913-23","ec-person-1da7ee09d46288ee4ea9db2b644bdcf9c3d6d000"]}} -{"id":"ec-meeting-2015-10-07-018cec2f3d85a3214af868549672692b193f65c4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-07 - Communications Networks, Content and Technology x Creativity Works!"],"date":["2015-10-07"],"summary":["Copyright"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f","eu-tr-457069318696-53"]}} -{"id":"ec-meeting-2015-10-07-154bd405ffb435e112466c89369c3a6dc102c412","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-07 - Cabinet of Commissioner Věra Jourová x ArcelorMittal"],"date":["2015-10-07"],"summary":["GOES steel production in Europe and decision on tariffs"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-a2ca9161feee56909a0e98b473c2d342c20fdb57","eu-tr-23527541824-60","ec-person-1e0e3a00ab815dea7c5b839b002ed2c7e34bfe0a"]}} -{"id":"ec-meeting-2015-10-07-20c8ea20f84320c030ce802d7feabe2ab6ce30b3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-07 - Environment x Veolia Environnement"],"date":["2015-10-07"],"summary":["Circular Economy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-env"],"involved":["eu-tr-72103751229-92","ec-person-3bc74ce04ea3f4ab4d91a5c88eef25b8b8a213b4"]}} -{"id":"ec-meeting-2015-10-07-29836622e2aef6a3f6539b01cfe36b7dcc722fff","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-07 - Internal Market, Industry, Entrepreneurship and SMEs x Confederazione Generale dell'Industria Italiana"],"date":["2015-10-07"],"summary":["Internal market strategy, Industry modernisation and SME policy"],"location":["Bruxelles"],"address":["Bruxelles"],"addressEntity":["addr-b58f5927b66d94a676970dc048485d4c6848f272"],"organizer":["ec-dg-grow"],"involved":["ec-person-60a3d0d628d231b41af1d0c65607b0fd78ca4edc","eu-tr-27762251795-15"]}} -{"id":"ec-meeting-2015-10-07-4a6bdbdeb1e42ca34eb7ed48ebb4f67eaee3cb86","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-07 - Cabinet of Commissioner Jonathan Hill x Inline Policy Sprl"],"date":["2015-10-07"],"summary":["Introductory Meeting"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["eu-tr-660137014271-28","ec-person-5e8e66c5b37cfc1f9272932bf8e12f4b28d1160a"]}} -{"id":"ec-meeting-2015-10-07-4ad9fbc52515e4d74195e4ff5b115055122f4e09","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-07 - Günther Oettinger x Deutsche Sozialversicherung Arbeitsgemeinschaft Europa"],"date":["2015-10-07"],"summary":["e-health"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-917393784-31","ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0"]}} -{"id":"ec-meeting-2015-10-07-57cc7164483a4039cba9f0d19a65099e533c3147","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-07 - Cabinet of Commissioner Elżbieta Bieńkowska x Inline Policy Sprl"],"date":["2015-10-07"],"summary":["Sharing economy"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["ec-person-685ecf13dd26cd515c961e24ba71049af2302c5e","eu-tr-660137014271-28"]}} -{"id":"ec-meeting-2015-10-07-630efbaac14b441d517860dc3d844620c704ee9b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-07 - Cabinet of Vice-President Miguel Arias Cañete x Volvo AB"],"date":["2015-10-07"],"summary":["CO2 emissions"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-51773601133-57","ec-person-25a937c04cd0a0ddcf5cf34798e76b5105854114"]}} -{"id":"ec-meeting-2015-10-07-6a9fd9c72863df1dbbf07fac2b35ebd4c2c220e9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-07 - Günther Oettinger x Cisco Systems Inc."],"date":["2015-10-07"],"summary":["DSM"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0","eu-tr-494613715191-85"]}} -{"id":"ec-meeting-2015-10-07-6d47d1d2c569f93a7f28b98b731de539adad45c8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-07 - Cabinet of Vice-President Jyrki Katainen x Citadel LLC"],"date":["2015-10-07"],"summary":["MiFID II"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-88d71b399a3e13a243bdc4676e481835e8e5b2f2","eu-tr-836939615933-24"]}} -{"id":"ec-meeting-2015-10-07-7128bdfa158c0ad4421bd2ad4edf286cf4ec7f7f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-07 - Budget x KfW Bankengruppe"],"date":["2015-10-07"],"summary":["Exchange of views about cooperation between KfW and the Commission"],"location":["European Commission Brussels, Ms Calviño's office"],"address":["European Commission Brussels, Ms Calviño's office"],"addressEntity":["addr-d09be6cb14871c93abeeb260e5bbd5ba42bbbc37"],"organizer":["ec-dg-budg"],"involved":["ec-person-141e9cc397f37adfd6c16eb048466fa61dd3ebea","eu-tr-79019799690-13"]}} -{"id":"ec-meeting-2015-10-07-925c1af5eb25bd8f1ab2e1608cc228310d8377df","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2015-10-07 - Cabinet of Vice-President Valdis Dombrovskis x Citadel LLC"],"date":["2015-10-07"],"summary":["Markets in Financial Instruments Directive II","CMU and Mifid"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels, Belgium","Brussels"],"address":["Brussels, Belgium","Brussels"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306","addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-48f31156d932641826e09f5b73f074d35ff05786","eu-tr-836939615933-24","ec-person-3f9ca71b74344417d1f072ba7f3e2f09a223b036"]}} -{"id":"ec-meeting-2015-10-07-a7c280f1b5e4a165e6fef515209f8a31f818269c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-07 - Cabinet of Vice-President Jyrki Katainen x European Publishers Council"],"date":["2015-10-07"],"summary":["Digital Single Market"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-4456380381-30","ec-person-0da85dc48012e26688310a59a0b51727ea68f410"]}} -{"id":"ec-meeting-2015-10-07-a92b0a64678a0756c942474ff9b28a69a616f0f1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-07 - Cabinet of Commissioner Violeta Bulc x KLM Royal Dutch Airlines Lufthansa Group AIR FRANCE"],"date":["2015-10-07"],"summary":["Aviation package"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-0714344663-32","ec-person-5012c5e45a52ee8ce67d19c1781a127af53e73e7","eu-tr-76441066192-30","eu-tr-350652449-83"]}} -{"id":"ec-meeting-2015-10-07-c36e4b4a94169cd7b4ce871a3a4c833b7f3b5c8a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-07 - Cabinet of First Vice-President Frans Timmermans x AMBER Alert Europe"],"date":["2015-10-07"],"summary":["Protection of endangered missing children in Europe"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["ec-person-ee0e358952eb5192d26c98d36095038f6b8223f2","eu-tr-488692317424-44"]}} -{"id":"ec-meeting-2015-10-07-d830ca7b59537350ce93089aa9a7b84723f3c8fe","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-07 - Cabinet of Commissioner Phil Hogan x Irish Creamery Milk Suppliers Association"],"date":["2015-10-07"],"summary":["Business Discussion"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-400dd8d59d3060187d9b9b143d697da1a3d03c12","eu-tr-58690875697-56"]}} -{"id":"ec-meeting-2015-10-07-de2cb2da9fb269135a7c250c0c6e9f817e1b25d9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-07 - Cabinet of Vice-President Andrus Ansip x Inline Policy Sprl"],"date":["2015-10-07"],"summary":["High growth sharing economy"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-d5a309c64ecdb05010325dcfc661f6ae817f31cc","eu-tr-660137014271-28"]}} -{"id":"ec-meeting-2015-10-07-e3ad112280b379ca5dacf9c8818fdbc3a21e5659","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-07 - Cabinet of Commissioner Pierre Moscovici x BOUYGUES EUROPE"],"date":["2015-10-07"],"summary":["Revision of the AVMS directive and the question of portability of content"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["ec-person-79931cfd2923c1aca9c7d284e9590732b0a36ed9","ec-person-14ef50b9efbe5ab02d528e0ec4ac50c9caf964e3","eu-tr-91216972728-77"]}} -{"id":"ec-meeting-2015-10-08-013ec0197a1f4819fd65debee7f076439d0ba05b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-08 - Cabinet of Commissioner Carlos Moedas x Leonardo S.p.A."],"date":["2015-10-08"],"summary":["Clean Skies"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-f7ccc3ad366dd2fdb24870e1c02ff2763539c82f","eu-tr-02550382403-01"]}} -{"id":"ec-meeting-2015-10-08-13f98b5c6a87c163b217e6a2d5353051616663f3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-08 - Cabinet of Commissioner Marianne Thyssen x European Association of Industrial Silica Producers"],"date":["2015-10-08"],"summary":["Revision of OHS Legislation"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["eu-tr-312840210910-27","ec-person-7567514af00f139b390cf9864d28a090ca0fde25"]}} -{"id":"ec-meeting-2015-10-08-15e7a15bfa7e882cf0e22d02bda86200021432d3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-08 - Cabinet of Vice-President Valdis Dombrovskis x The Bank of New York Mellon"],"date":["2015-10-08"],"summary":["Alternative Investment Fund Managers Directive"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-980942613952-12","ec-person-3f9ca71b74344417d1f072ba7f3e2f09a223b036"]}} -{"id":"ec-meeting-2015-10-08-2703aa52913dfbcfe9402b7b7562614b9bca10e0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-08 - Cabinet of Vice-President Cecilia Malmström x ZVEI e.V. - Verband der Elektro- und Digitalindustrie"],"date":["2015-10-08"],"summary":["Aktueller Stand der FTA Verhandlungen insbes. TTIP und Japan aus Sicht der DG Trade"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-94770746469-09","ec-person-cb8ca9ec2413722fa83484ed18dd76ace52d0118"]}} -{"id":"ec-meeting-2015-10-08-3937a6730556ad90d817244a53ca429a1ec913dc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-08 - Günther Oettinger x thyssenkrupp AG"],"date":["2015-10-08"],"summary":["Digital Skills"],"location":["Rottweil"],"address":["Rottweil"],"addressEntity":["addr-87583a8cf9f0f108d736b825f7f98da0646e453b"],"organizer":["ec-dg-de"],"involved":["ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0","eu-tr-721647010823-15"]}} -{"id":"ec-meeting-2015-10-08-3ab57efc234dc31e08a9e4b2a5dac589ebf60e97","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-08 - Cabinet of Vice-President Valdis Dombrovskis x EuropeanIssuers"],"date":["2015-10-08"],"summary":["Prospectus Directive"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-3f9ca71b74344417d1f072ba7f3e2f09a223b036","eu-tr-20935778703-23"]}} -{"id":"ec-meeting-2015-10-08-3af50446f3a912728a1925318cd4e6faf78d2bcd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-08 - Cabinet of President Jean-Claude Juncker x British Broadcasting Corporation"],"date":["2015-10-08"],"summary":["Digital Single Market"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-44a061693f35519551be0e3dab996e76ad3f8c7c","eu-tr-336906714921-03"]}} -{"id":"ec-meeting-2015-10-08-4fb5393522357628f364785071dd33a697c9a41e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-08 - Günther Oettinger x British Broadcasting Corporation"],"date":["2015-10-08"],"summary":["copyrihgt"],"location":["BXL"],"address":["BXL"],"addressEntity":["addr-d2fde52f67ea4a3e1fe233d0a959d6a1c77fd910"],"organizer":["ec-dg-de"],"involved":["ec-person-49723482bb23d029cbfc010cb37eec7392a0ae02","eu-tr-336906714921-03"]}} -{"id":"ec-meeting-2015-10-08-5b2ce684ea5e1bb3008f4f50e171cb87ad39979d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-08 - European Civil Protection and Humanitarian Aid Operations x Voluntary Organisations in Cooperation in Emergencies"],"date":["2015-10-08"],"summary":["ECHO cooperation with VOICE members and ECHO Partners Conference"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-echo"],"involved":["eu-tr-47126711656-13","ec-person-61ea528d6b7f7cbbd1e55a4a19794b785df35cf9"]}} -{"id":"ec-meeting-2015-10-08-763231c46189f4a0d76a349c8605bf5d9975a32e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-08 - Cabinet of Commissioner Margrethe Vestager x MVNO Europe"],"date":["2015-10-08"],"summary":["Telecoms market access and merger remedies"],"notes":["Portfolio: Competition"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-margrethe-of-vestager"],"involved":["ec-person-947ab3027ba90ce15968614ce35c12506b7a43ac","eu-tr-458563610807-24"]}} -{"id":"ec-meeting-2015-10-08-7ecdda7c1466ab3f84f5ad4db29c65cdd9eda0a9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-08 - Cabinet of Vice-President Andrus Ansip x European Union National Institutes of Culture"],"date":["2015-10-08"],"summary":["Copyright"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-c759bd58acc54869aa8e62ce652efcda416e25c2","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45","ec-person-91ca0921c6790191daa54427311acd63035e7c9e","eu-tr-384612918165-60"]}} -{"id":"ec-meeting-2015-10-08-80ae67713f3c32ff6625a4f0a018f266d3688d53","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-08 - Cabinet of Commissioner Jonathan Hill x Associazione fra le società italiane per azioni"],"date":["2015-10-08"],"summary":["IFRS"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Belgium, Brussels, BERL"],"address":["Belgium, Brussels, BERL"],"addressEntity":["addr-afebf85a436897fe5234b2ac0d00a1ddc4c9dd27"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["ec-person-5fdb62e20cecef81f87f94d3d1bcdd3b47b26af0","eu-tr-15491122381-71"]}} -{"id":"ec-meeting-2015-10-08-8562c8a44fccdc1643d67897036dd399e8b21d4d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-08 - Cabinet of First Vice-President Frans Timmermans x BUSINESSEUROPE"],"date":["2015-10-08"],"summary":["Roadmap on work-life balance"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["ec-person-7a0c440119cd5d547eceebb055c79b8bb41bf9a2","eu-tr-3978240953-79"]}} -{"id":"ec-meeting-2015-10-08-87c99456a974c27f668292168f757d06d7fbdc3c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-08 - Cabinet of Commissioner Carlos Moedas x ENEL SpA"],"date":["2015-10-08"],"summary":["Energy Union"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-fb56329c22510c66ab50a8bdba13230bdae32902","eu-tr-6256831207-27"]}} -{"id":"ec-meeting-2015-10-08-9f4496f584f6e45835f7f271adac41807b0f3f6e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-08 - Günther Oettinger x european competitive telecommunications association"],"date":["2015-10-08"],"summary":["Telecom review"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-d8b86b98a24683917c569000ed6d8c45bedbbc00","eu-tr-24627752238-32"]}} -{"id":"ec-meeting-2015-10-08-a75453cbab7c4d6c42013a059e65c56513372d4a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-08 - Health and Food Safety x EUROPEAN ORGANISATION FOR RARE DISEASES"],"date":["2015-10-08"],"summary":["Patient perspective and involvement"],"location":["Lisbon, Portugal"],"address":["Lisbon, Portugal"],"addressEntity":["addr-b7faa4276bea98355da7efd4fcf1b26196dcafb2"],"organizer":["ec-dg-sante"],"involved":["eu-tr-93272076510-87","ec-person-3c7fdbe0c1c235777d916309465339b7ed1666f6"]}} -{"id":"ec-meeting-2015-10-08-b6b2984bc003b377d59f082e80ecb0fe98bee269","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-08 - Cabinet of High Representative / Vice-President Federica Mogherini x Crisis Action"],"date":["2015-10-08"],"summary":["To meet the new Executive Director"],"notes":["Portfolio: Foreign Affairs and Security Policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"involved":["ec-person-4f2bf88ad14d12976aecc7694a057ab90b7a81d2","eu-tr-883467515174-60"]}} -{"id":"ec-meeting-2015-10-08-ba8b80d70f36b3463138cec460cd9fe71b2c3737","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-08 - Cabinet of Commissioner Jonathan Hill x Futures Industry Association, Inc."],"date":["2015-10-08"],"summary":["MiFID 2"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["ec-person-890015b0d769ee93a09119846b414d4aae7c64ae","eu-tr-803137414612-21"]}} -{"id":"ec-meeting-2015-10-08-d8e4faf4e9552fbfbe1554deb12197bf8295a9aa","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-08 - Cabinet of Vice-President Cecilia Malmström x Global Witness"],"date":["2015-10-08"],"summary":["Conflict minerals"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-8529bbbc6db862f6b82d6fa66a7cf7668804dae7","eu-tr-10439809375-73"]}} -{"id":"ec-meeting-2015-10-08-e2abf7a1fafbe3fee0b8cc0bd030d04e85335417","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-08 - Günther Oettinger x European Blind Union"],"date":["2015-10-08"],"summary":["copyright"],"location":["BXL"],"address":["BXL"],"addressEntity":["addr-d2fde52f67ea4a3e1fe233d0a959d6a1c77fd910"],"organizer":["ec-dg-de"],"involved":["ec-person-49723482bb23d029cbfc010cb37eec7392a0ae02","eu-tr-42378755934-87"]}} -{"id":"ec-meeting-2015-10-08-f974c3d0cc1586bc9f6caf7bc268dfdc0b1967f5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-08 - Cabinet of Commissioner Carlos Moedas x EUROPEAN AUSTRALIAN BUSINESS COUNCIL"],"date":["2015-10-08"],"summary":["Possible visit to Australia"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-f7ccc3ad366dd2fdb24870e1c02ff2763539c82f","eu-tr-56953548578-36"]}} -{"id":"ec-meeting-2015-10-08-fc90ec86a3161cad86f49a62e1cb43328b41250f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-08 - Cabinet of Commissioner Elżbieta Bieńkowska x Association des Constructeurs Européens d'Automobiles"],"date":["2015-10-08"],"summary":["Real Driving Emissions and Automated Driving"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-0649790813-47","ec-person-b2f9be51339f054477846797e2c119fcf16548fc"]}} -{"id":"ec-meeting-2015-10-09-085e17f60dae68fc81553a30372349c393057a3a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-09 - Cabinet of Vice-President Jyrki Katainen x CHEMOURS INTERNATIONAL OPERATIONS Sàrl"],"date":["2015-10-09"],"summary":["Presentation of Chemours as succesor of DuPont fluorochemicals"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-366630319085-02","ec-person-0da85dc48012e26688310a59a0b51727ea68f410"]}} -{"id":"ec-meeting-2015-10-09-0d3edc7e5b72f93a0bd5ffdb9411cfa789e32389","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-09 - Cabinet of Vice-President Karmenu Vella x WWF European Policy Programme"],"date":["2015-10-09"],"summary":["Forest"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["ec-person-4ff7c27445db4ad88e687776974fd8d077a1fe0c","eu-tr-1414929419-24"]}} -{"id":"ec-meeting-2015-10-09-23edeba8080491899b356cfbc7326cfa7895e57f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-09 - Cabinet of President Jean-Claude Juncker x EBU-UER (European Broadcasting Union)"],"date":["2015-10-09"],"summary":["Digital Single Market"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-44a061693f35519551be0e3dab996e76ad3f8c7c","eu-tr-93288301615-56"]}} -{"id":"ec-meeting-2015-10-09-3717a297870af4f509f88b3c2f1f6d364d3d76b1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-09 - Cabinet of Vice-President Maroš Šefčovič x SpaceY"],"date":["2015-10-09"],"summary":["Energy Union"],"notes":["Portfolio: Energy Union"],"location":["BERL, Bruxelles"],"address":["BERL, Bruxelles"],"addressEntity":["addr-5fa2c339897d0fb8203e3fa45d75f45fc680f461"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-af83ed49c403cb9d7ebfecca7893f0054c1f4be5","eu-tr-864636618893-67"]}} -{"id":"ec-meeting-2015-10-09-40c4dfe558e109e36f83ed9d6893cb87abcd8472","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-09 - Cabinet of Commissioner Jonathan Hill x MARSH & McLENNAN COMPANIES FRANCE"],"date":["2015-10-09"],"summary":["Natural catastrophe pools; Cross-border pensions;"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["eu-tr-117683115792-20","ec-person-890015b0d769ee93a09119846b414d4aae7c64ae"]}} -{"id":"ec-meeting-2015-10-09-52c6b51fd6bcfe005bbd3f4ddea570b684decd5e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-09 - Cabinet of Commissioner Phil Hogan x Beef + Lamb New Zealand"],"date":["2015-10-09"],"summary":["Business discussion"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-400dd8d59d3060187d9b9b143d697da1a3d03c12","eu-tr-411499419067-78"]}} -{"id":"ec-meeting-2015-10-09-77f0060efc5ee8270131c8942794658eade036a1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-09 - Cabinet of Commissioner Christos Stylianides x MARSH & McLENNAN COMPANIES FRANCE"],"date":["2015-10-09"],"summary":["Private sector engagement"],"notes":["Portfolio: Humanitarian Aid & Crisis Management"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-christos-commissioner-of-stylianides"],"involved":["eu-tr-117683115792-20","ec-person-4424ecf39f7c6c9e4022ac46c71d81b0464ae6a5"]}} -{"id":"ec-meeting-2015-10-09-8abc33f604ef775b724353759707449f1654e56c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-09 - Cabinet of Vice-President Miguel Arias Cañete x ASOCIACIÓN DE EMPRESAS DE ENERGÍA ELÉCTRICA"],"date":["2015-10-09"],"summary":["Internal Energy market"],"notes":["Portfolio: Climate Action & Energy"],"location":["Madrid, Spain"],"address":["Madrid, Spain"],"addressEntity":["addr-f2c4f2ef1ea88618aa1533f69b0d18fc1125a9d2"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-849997016104-66","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd"]}} -{"id":"ec-meeting-2015-10-09-9b063c9a9da85e6558974672656ec3658e950508","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-09 - Mobility and Transport x ASSOCIATION OF EUROPEAN AIRLINES"],"date":["2015-10-09"],"summary":["EU Aviation Policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-move"],"involved":["eu-tr-78089286892-19","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2015-10-09-9c89b0ff52ffce1d58367f49abcf206a20398869","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-09 - Cabinet of Commissioner Marianne Thyssen x BlueAssist vzw"],"date":["2015-10-09"],"summary":["Independent living of persons with disabilities"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["ec-person-c508e9337eca6b067c1f966b82de49c4824a3ad0","eu-tr-888142318344-72"]}} -{"id":"ec-meeting-2015-10-09-a261759410f73700c5248bc3ab4ed71fc15cf448","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-09 - Migration and Home Affairs x Rheinmetall Group"],"date":["2015-10-09"],"summary":["Migration, Border Security"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-home"],"involved":["ec-person-ae1262e8850ed1e9a0530b0ad7440ac648255896","eu-tr-708107818892-23"]}} -{"id":"ec-meeting-2015-10-09-a5c36433d51784ac8d0c3e1e21f3069b5651c115","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-09 - Cabinet of First Vice-President Frans Timmermans x Association des Constructeurs Européens d'Automobiles"],"date":["2015-10-09"],"summary":["Better Regulation agenda"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["ec-person-7a0c440119cd5d547eceebb055c79b8bb41bf9a2","eu-tr-0649790813-47"]}} -{"id":"ec-meeting-2015-10-09-c1f4c2742137faeb1f7c39939b99be6917d09213","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-09 - Cabinet of Commissioner Vytenis Andriukaitis x HDIMAGE Knauf Industries Gestion"],"date":["2015-10-09"],"summary":["Food waste and packaging"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["eu-tr-717288019093-25","ec-person-0dbfffeb0323f819c8d57164906086dd8639c437","eu-tr-918591719094-39"]}} -{"id":"ec-meeting-2015-10-09-c9595234b8b62bef89b1703969f096436fc50685","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-09 - Cabinet of Vice-President Miguel Arias Cañete x Boeing International Corporation - Belgium Branch Office"],"date":["2015-10-09"],"summary":["Presenting Boeing and discuss the developments in ICAO on a Global Market Based Measure as well as biofuels"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-62505293737-81","ec-person-260e00934471a02805fb143935d6e9205a7f355f","ec-person-2229c857664a22dcb8eee79a8c05841fd3d0924f"]}} -{"id":"ec-meeting-2015-10-09-d5751b2e3179237126c5555abaf78671ca840a83","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-09 - Cabinet of Vice-President Valdis Dombrovskis x Swedish Bankers´ Association"],"date":["2015-10-09"],"summary":["EU economic policy overview"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-53517281038-30","ec-person-48f31156d932641826e09f5b73f074d35ff05786"]}} -{"id":"ec-meeting-2015-10-09-d7201f7e3b4d305987b1d65424a38ca6f190fa10","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-09 - Cabinet of President Jean-Claude Juncker x SpaceY"],"date":["2015-10-09"],"summary":["Politique Spatiale"],"notes":["Portfolio: President"],"location":["Bruxelles"],"address":["Bruxelles"],"addressEntity":["addr-b58f5927b66d94a676970dc048485d4c6848f272"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-98eba7ab1446c6dce384fdc2ecd48c7cadf9ee4e","eu-tr-864636618893-67"]}} -{"id":"ec-meeting-2015-10-09-e6ba4a22bd384aa47a31743e070344ecf6f6c200","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-09 - Cabinet of Vice-President Miguel Arias Cañete x Grupo Red Eléctrica"],"date":["2015-10-09"],"summary":["Communication on Market design"],"notes":["Portfolio: Climate Action & Energy"],"location":["Madrid, Spain"],"address":["Madrid, Spain"],"addressEntity":["addr-f2c4f2ef1ea88618aa1533f69b0d18fc1125a9d2"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-44688805318-45","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd"]}} -{"id":"ec-meeting-2015-10-09-fe29daeb8916df7ab8516d15dc4220552e711634","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-09 - Günther Oettinger x Bundesverband Breitbandkommunikation e.V. Verband der Anbieter von Telekommunikations- und Mehrwertdiensten"],"date":["2015-10-09"],"summary":["telecom review"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-10256986723-88","ec-person-4cd59e13386e3b68ecb3611fcc579e0a0a3938a5","eu-tr-028570718529-43"]}} -{"id":"ec-meeting-2015-10-10-83561d37d8f3e1ee5e921edd376239124841881b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-10 - Günther Oettinger x BUSINESSEUROPE"],"date":["2015-10-10"],"summary":["copyright"],"location":["BXL"],"address":["BXL"],"addressEntity":["addr-d2fde52f67ea4a3e1fe233d0a959d6a1c77fd910"],"organizer":["ec-dg-de"],"involved":["ec-person-49723482bb23d029cbfc010cb37eec7392a0ae02","eu-tr-3978240953-79"]}} -{"id":"ec-meeting-2015-10-12-0d1a952995b93a4fce22105f4800013c37db9300","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-12 - Cabinet of Vice-President Maroš Šefčovič x ENGIE"],"date":["2015-10-12"],"summary":["Energy Union and Hydroconcessions"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-9f6823821fe68d82e9b9dbe81181ecacb0265d94","eu-tr-90947457424-20","ec-person-192eca4cb918c7382c916bec9bfe04e745ee91cb"]}} -{"id":"ec-meeting-2015-10-12-0f0d86e26a4dab1cf23b74682b267064b0799c13","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-12 - Cabinet of Commissioner Věra Jourová x Confederation of Swedish Enterprise"],"date":["2015-10-12"],"summary":["Data protection"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["eu-tr-39912257528-48","ec-person-f329292459cb1badb7fb7c6b67b698c441931bb2"]}} -{"id":"ec-meeting-2015-10-12-199580ef2820dd6b62caaf563424932be9df5fb4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-12 - Cabinet of Commissioner Violeta Bulc x European Federation of Road Traffic Victims"],"date":["2015-10-12"],"summary":["Meeting FEVR representatives"],"notes":["Portfolio: Transport"],"location":["Brussels, Belguim"],"address":["Brussels, Belguim"],"addressEntity":["addr-84b5e5f38d43901e13b15f0c7dd8b408c954fd9b"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-4d2b449b5047ea3fda435a2a1c1081e3babcdf76","eu-tr-47172565855-96","ec-person-6a5ceb87383474e4b7f430af341029a155e255b0"]}} -{"id":"ec-meeting-2015-10-12-1ba7c691ebac5e5bce29c2a046f78b702cc692e0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-12 - Cabinet of Commissioner Violeta Bulc x Fédération Internationale de l'Automobile"],"date":["2015-10-12"],"summary":["Meeting Jean Todt as UN special envoy for Road Safety"],"notes":["Portfolio: Transport"],"location":["Brussels, Belguim"],"address":["Brussels, Belguim"],"addressEntity":["addr-84b5e5f38d43901e13b15f0c7dd8b408c954fd9b"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-4d2b449b5047ea3fda435a2a1c1081e3babcdf76","eu-tr-84839535366-67","ec-person-6a5ceb87383474e4b7f430af341029a155e255b0"]}} -{"id":"ec-meeting-2015-10-12-2054b962fa1ab9c34211412d7ed31c7a95f2cbba","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-12 - Cabinet of Vice-President Valdis Dombrovskis x ICI Global"],"date":["2015-10-12"],"summary":["Markets in Financial Instruments Directive II"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-296711210890-30","ec-person-3f9ca71b74344417d1f072ba7f3e2f09a223b036"]}} -{"id":"ec-meeting-2015-10-12-2ad2bdeecc4aa9f4f6086c9e79704dd7ecd86620","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-12 - Cabinet of Vice-President Karmenu Vella x European Union Chamber of Commerce in China"],"date":["2015-10-12"],"summary":["Green and Blue Growth"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Beijing"],"address":["Beijing"],"addressEntity":["addr-7141d151711ec9f5c1a412229f6213dfa16e0c25"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["eu-tr-592343015058-67","ec-person-0e3efd8bc1c3ee9a80205d0bb78f316fa1621e5d"]}} -{"id":"ec-meeting-2015-10-12-36c38a3b843cd77f4b5c535a107a0a1ab656bd8a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-12 - Cabinet of Vice-President Miguel Arias Cañete x ENGIE"],"date":["2015-10-12"],"summary":["Internal Energy Market"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-1831691c10441c5974327bbeb8693d6b6c1e50c3","eu-tr-90947457424-20"]}} -{"id":"ec-meeting-2015-10-12-483097c7949b545c49d8e2af09bfa34f36926eb8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-12 - Cabinet of Commissioner Jonathan Hill x British Bankers' Association"],"date":["2015-10-12"],"summary":["Financial Services Policy"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["eu-tr-5897733662-75","ec-person-f247edfcff54d4f26fc10769f809c92bc72d6797"]}} -{"id":"ec-meeting-2015-10-12-4ce6adc395018c4554956757f219299273ee8c71","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-12 - Cabinet of Vice-President Johannes Hahn x Hanns-Seidel-Stiftung"],"date":["2015-10-12"],"summary":["woments rights in Morocco"],"notes":["Portfolio: European Neighbourhood Policy & Enlargement Negotiations"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-hahn-johannes-of-president-vice"],"involved":["ec-person-ffbd1e8ac522a6bd1cdc4b724b9a4416b5d36034","eu-tr-49906988199-86"]}} -{"id":"ec-meeting-2015-10-12-51c40d83489ddab79812e1a10c82425aab2b370b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-12 - Cabinet of Commissioner Jonathan Hill x Association Française des Entreprises Privées / French Association of Large Companies"],"date":["2015-10-12"],"summary":["Current Regulatory Agenda in Financial Services"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Paris"],"address":["Paris"],"addressEntity":["addr-22390ad11c32faec43fc61555b53607660b3c185"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["eu-tr-953933297-85","ec-person-f247edfcff54d4f26fc10769f809c92bc72d6797"]}} -{"id":"ec-meeting-2015-10-12-5a7e95c148e46394ab8217f1dc110c1b32337abf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-12 - Cabinet of Vice-President Valdis Dombrovskis x London Stock Exchange Group"],"date":["2015-10-12"],"summary":["Markets in Financial Instruments Directive II/Prospectus Directive"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-550494915045-08","ec-person-3f9ca71b74344417d1f072ba7f3e2f09a223b036"]}} -{"id":"ec-meeting-2015-10-12-5aba408d615096301ca6d36552dfe50bf2be5f6a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-12 - Cabinet of Vice-President Andrus Ansip x ESOMAR"],"date":["2015-10-12"],"summary":["Safe Harbour"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-5db7bdd1c81da2e70eb5b982097d0004111b5c3e","eu-tr-29952722795-07"]}} -{"id":"ec-meeting-2015-10-12-5d4361be94910aa20a685d2a6adefbbbaf25fb18","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-12 - Günther Oettinger x DOT Europe"],"date":["2015-10-12"],"summary":["copyright"],"location":["BXL"],"address":["BXL"],"addressEntity":["addr-d2fde52f67ea4a3e1fe233d0a959d6a1c77fd910"],"organizer":["ec-dg-de"],"involved":["eu-tr-53905947933-43","ec-person-49723482bb23d029cbfc010cb37eec7392a0ae02"]}} -{"id":"ec-meeting-2015-10-12-5f8b86cd9f884e9199947d53af575fbae568f5ba","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-12 - Cabinet of Commissioner Carlos Moedas x Grayling"],"date":["2015-10-12"],"summary":["Intellectual Property, Patents"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["eu-tr-53141413510-95","ec-person-fb56329c22510c66ab50a8bdba13230bdae32902"]}} -{"id":"ec-meeting-2015-10-12-60af3239c2655b115de38889f08beadccb97f410","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-12 - Cabinet of President Jean-Claude Juncker x British Bankers' Association"],"date":["2015-10-12"],"summary":["Meeting with senior bank representatives on current financial regulation issues"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-29c106b0461ffd79e95f0119bdd363fd3c7c3ab3","eu-tr-5897733662-75","ec-person-c402e34a99fbee730ae22e3b1958e21c94dc6fcc"]}} -{"id":"ec-meeting-2015-10-12-66775965667fbec1fa827ccd5190ac1863399c67","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-12 - Cabinet of Commissioner Elżbieta Bieńkowska x Insurance Europe"],"date":["2015-10-12"],"summary":["Insurance - connected vehicles"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-33213703459-54","ec-person-3d55409fa049ff6b397a9afc2fcc21bc7c409f0d","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2015-10-12-78ec5f1d2c12faabc653b8b674d17ac03df79cd4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-12 - Cabinet of Commissioner Marianne Thyssen x Hanns-Seidel-Stiftung"],"date":["2015-10-12"],"summary":["Meeting to discuss employment / social agenda of the Commission"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["ec-person-ce19440eacb8fd67f534bdbcce33a1c4cedfd071","ec-person-5a49eb89125b4b5d1125b3925bbb64aba1bea2b3","eu-tr-49906988199-86"]}} -{"id":"ec-meeting-2015-10-12-913bd09ccac1a0d7eb106e14492f8984d149c6ab","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-12 - Cabinet of Vice-President Andrus Ansip x Yahoo! (Oath EMEA Ltd.)"],"date":["2015-10-12"],"summary":["copyright"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-e91c5be432b6b3efdda369792fed67c20b767a45","eu-tr-58885623470-56"]}} -{"id":"ec-meeting-2015-10-12-a073f00321cbf4454f7bc5054f83290618971a1f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-12 - Cabinet of Commissioner Pierre Moscovici x ENGIE"],"date":["2015-10-12"],"summary":["politique énergétique - énergie renouvelable"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["eu-tr-90947457424-20","ec-person-738f7f25002d191bd2df8936e8f8d1d726c19e2e"]}} -{"id":"ec-meeting-2015-10-12-bec333ef637ca5c0472d9f409153c4ac703b4239","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-12 - Regulatory Scrutiny Board x Jim Murray"],"date":["2015-10-12"],"summary":["Better Regulation"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-rsb"],"involved":["ec-person-c8fe561c75ce26b5c43addac05060bbc5be74fe9","eu-tr-38622771445-70"]}} -{"id":"ec-meeting-2015-10-12-ce47297213c85e3103f364a602ae2e1eca722330","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-12 - Cabinet of President Jean-Claude Juncker x London Stock Exchange Group"],"date":["2015-10-12"],"summary":["Capital Markets Union"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-c402e34a99fbee730ae22e3b1958e21c94dc6fcc","eu-tr-550494915045-08"]}} -{"id":"ec-meeting-2015-10-12-dc51cb782056329880d71511696c7cc900c1925b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-12 - Cabinet of Commissioner Jonathan Hill x Insurance Europe"],"date":["2015-10-12"],"summary":["motor insurance: current trends and technological developments"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["ec-person-890015b0d769ee93a09119846b414d4aae7c64ae","eu-tr-33213703459-54"]}} -{"id":"ec-meeting-2015-10-12-df8728e82356032ce9989158c1febeb59100ce84","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-12 - Cabinet of Commissioner Phil Hogan x Cia - Agricoltori italiani"],"date":["2015-10-12"],"summary":["Presentation of the new responsible of Cia office and Cia priorities; Cap implementation and mid-term review; Aid package for market crisis; Free trade agreements with focus of rice and Olive oil; Unfair practices in the food chain, Import controls"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["BERL 08/304"],"address":["BERL 08/304"],"addressEntity":["addr-aff09a6f822af9a7e96260c390a7e7bd5d64be8b"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-341436210542-80","ec-person-428cf365f3847d04012831ef2642a1a69aed518d"]}} -{"id":"ec-meeting-2015-10-12-e12fb7d6a8cd8de86db6b49a10cf9dd41f2ed786","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-12 - Cabinet of Commissioner Jonathan Hill x Federation of Small Businesses"],"date":["2015-10-12"],"summary":["Capital Markets Union"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["ec-person-341f30cfe9dff9d73b83fe8d9e88d7383d6910d3","eu-tr-64802948320-88"]}} -{"id":"ec-meeting-2015-10-12-e33817ce436ccfb39b7e17566c0300853cd71f5b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-12 - Cabinet of Vice-President Miguel Arias Cañete x Insurance Europe"],"date":["2015-10-12"],"summary":["Promotion of the European Union’s key initiatives for the COP21"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-260e00934471a02805fb143935d6e9205a7f355f","eu-tr-33213703459-54"]}} -{"id":"ec-meeting-2015-10-13-01d55b4ef7eb8969d094e320020893c28f8cd3ea","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-13 - Cabinet of Vice-President Miguel Arias Cañete x Airbus"],"date":["2015-10-13"],"summary":["ETS, ICAO and other policy issues relevant for the aviation sector"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-2229c857664a22dcb8eee79a8c05841fd3d0924f","ec-person-260e00934471a02805fb143935d6e9205a7f355f","eu-tr-2732167674-76"]}} -{"id":"ec-meeting-2015-10-13-0da2604cf9f40fdeb4f1cc5b32ca7dd8852c60a7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-13 - Cabinet of Vice-President Jyrki Katainen x Airbus"],"date":["2015-10-13"],"summary":["Aviation package"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90","eu-tr-2732167674-76"]}} -{"id":"ec-meeting-2015-10-13-0f1b05cbb8f265906a63ab97310ebf262ea9bc7b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-13 - Cabinet of Vice-President Jyrki Katainen x Fédération bancaire française"],"date":["2015-10-13"],"summary":["Financial services policy"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90","eu-tr-09245221105-30"]}} -{"id":"ec-meeting-2015-10-13-108433da8e1e7ed76f1f841816b2245aedf0282a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-13 - Mobility and Transport x Boeing International Corporation - Belgium Branch Office"],"date":["2015-10-13"],"summary":["Aviation Strategy, REACH"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-move"],"involved":["eu-tr-62505293737-81","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2015-10-13-168bdf008256b383feec657f3d9ae3e92b293382","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-13 - Cabinet of President Jean-Claude Juncker x Groupement Européen des Sociétés d'Auteurs et Compositeurs"],"date":["2015-10-13"],"summary":["Digital Single Market"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-44a061693f35519551be0e3dab996e76ad3f8c7c","eu-tr-36529354479-57"]}} -{"id":"ec-meeting-2015-10-13-180f7797f08c85b332a625769811f15afe1df675","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-13 - Günther Oettinger x EVONIK INDUSTRIES AG"],"date":["2015-10-13"],"summary":["Industry 4.0"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-5958991861-30","ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0"]}} -{"id":"ec-meeting-2015-10-13-18fcedce78bba55e4e21345eec386e7d106462c6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-13 - Cabinet of Vice-President Cecilia Malmström x FTI Consulting Belgium TIC Council"],"date":["2015-10-13"],"summary":["Regulatory cooperation, mutual recognition and conformity assessment"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-840667012559-60","eu-tr-29896393398-67","ec-person-591ec829ca734bcfe59a2c9c7f07f9dff22a0ea9"]}} -{"id":"ec-meeting-2015-10-13-1a589430da724943498afe8148b34d3c32469947","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-13 - Cabinet of President Jean-Claude Juncker x ArcelorMittal"],"date":["2015-10-13"],"summary":["Energy Union"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-b1bf9aa5fb7e886441ff341b657cc482b64a2a3e","eu-tr-23527541824-60"]}} -{"id":"ec-meeting-2015-10-13-2184698a602ee4d4d9bb407acbbdbf8a40eddc58","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-13 - Cabinet of Commissioner Violeta Bulc x Infrabel"],"date":["2015-10-13"],"summary":["Meeting Infrabel CEO"],"notes":["Portfolio: Transport"],"location":["Brussels, Belguim"],"address":["Brussels, Belguim"],"addressEntity":["addr-84b5e5f38d43901e13b15f0c7dd8b408c954fd9b"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-dd7851e4a1e747e824b4f81139e33bc3cdb73160","eu-tr-99882738175-89"]}} -{"id":"ec-meeting-2015-10-13-2960cdaebc592ab6f63ffb654280b139b5f066a2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-13 - Cabinet of Commissioner Dimitris Avramopoulos x GETLINK"],"date":["2015-10-13"],"summary":["Migrant situation near the Channel Tunnel"],"notes":["Portfolio: Migration, Home Affairs and Citizenship"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-avramopoulos-cabinet-commissioner-dimitris-of"],"involved":["ec-person-e786479f71eb21bc0a291dd644b61d86e09beb13","eu-tr-092337815041-92","ec-person-91522a096e6740a4c2460c43195eb9a9af2cba6d"]}} -{"id":"ec-meeting-2015-10-13-2c4fa3f29feee02fe9b51d74a58f11ac8ba5facc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-13 - Günther Oettinger x DIGITALEUROPE"],"date":["2015-10-13"],"summary":["copyright"],"location":["BXL"],"address":["BXL"],"addressEntity":["addr-d2fde52f67ea4a3e1fe233d0a959d6a1c77fd910"],"organizer":["ec-dg-de"],"involved":["eu-tr-64270747023-20","ec-person-49723482bb23d029cbfc010cb37eec7392a0ae02"]}} -{"id":"ec-meeting-2015-10-13-329413c04546a1fbd5d05fabfacd6b41f37a5724","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-13 - Cabinet of Vice-President Andrus Ansip x Nokia"],"date":["2015-10-13"],"summary":["DSM, TSM, investment, standarization"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-35167875358-33","ec-person-666bc159c7e65a3af9e63c1e97435c02f1496955","ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0"]}} -{"id":"ec-meeting-2015-10-13-32e0fe5434496894fdebaae5a168d68d8c6d771c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-13 - Cabinet of Vice-President Miguel Arias Cañete x Conseil de Coopération Economique"],"date":["2015-10-13"],"summary":["Briefing of the present and future activities of CCE; Priorities of the portfolio of Climate Action and Energy"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-260656615546-60","ec-person-2229c857664a22dcb8eee79a8c05841fd3d0924f"]}} -{"id":"ec-meeting-2015-10-13-33fc58f5e32bccaadace45b2a29b1f3170098bfe","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-13 - Cabinet of Commissioner Vytenis Andriukaitis x None"],"date":["2015-10-13"],"summary":["AMR"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["eu-tr-083671317381-09","eu-tr-09824113589-92","ec-person-97425c615743576adc42e09bee7dac14f83f691b","ec-person-c986c9ff99d99d8006e000db5a8046be615813ae"]}} -{"id":"ec-meeting-2015-10-13-352b5b501abffd6539701f760f20d9478f429b19","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-13 - Cabinet of Commissioner Carlos Moedas x Syngenta Crop Protection AG"],"date":["2015-10-13"],"summary":["Bioeconomy"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["eu-tr-16822412339-79","ec-person-fb56329c22510c66ab50a8bdba13230bdae32902"]}} -{"id":"ec-meeting-2015-10-13-3dd86d7916b5369848eb2fcfa8d549124db13ca7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-13 - Cabinet of Commissioner Carlos Moedas x Nokia"],"date":["2015-10-13"],"summary":["Innovation Policy, Digital agenda and 5G"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["eu-tr-35167875358-33","ec-person-23980b2bc4fd9c82051d0f7888dc236b2f764866"]}} -{"id":"ec-meeting-2015-10-13-489b30c57be3ff3fa7ca6660a78590f68d30f06c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-13 - Günther Oettinger x Jorgo Chatzimarkakis"],"date":["2015-10-13"],"summary":["Broadband"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-d8b86b98a24683917c569000ed6d8c45bedbbc00","eu-tr-865653818887-01"]}} -{"id":"ec-meeting-2015-10-13-547d918cad1ff83d75244a38e9d9cc34874578bb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-13 - Cabinet of Vice-President Miguel Arias Cañete x Aula Europe"],"date":["2015-10-13"],"summary":["LNG"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-1831691c10441c5974327bbeb8693d6b6c1e50c3","eu-tr-88742028087-64"]}} -{"id":"ec-meeting-2015-10-13-5bf2f4d57452b0af0f51980e52bfc27dca41651d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-13 - Cabinet of Commissioner Vytenis Andriukaitis x European Federation of Road Traffic Victims"],"date":["2015-10-13"],"summary":["Health angle (prevention, effect) of traffic accidents"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["eu-tr-47172565855-96","ec-person-97425c615743576adc42e09bee7dac14f83f691b"]}} -{"id":"ec-meeting-2015-10-13-60349f42a35966a8fed7ed998da306928ea956f5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-13 - Cabinet of Vice-President Valdis Dombrovskis x Fédération bancaire française"],"date":["2015-10-13"],"summary":["Banking regulatory issues including preparation for EDIS"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-48f31156d932641826e09f5b73f074d35ff05786","ec-person-a9eda2e8ea54b70a968327672c6cada679d3cd56","eu-tr-09245221105-30"]}} -{"id":"ec-meeting-2015-10-13-626088eeca09e555fa400f1224c2432cfbd06aa1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-13 - Cabinet of Vice-President Miguel Arias Cañete x BDEW Bundesverband der Energie- und Wasserwirtschaft e. V."],"date":["2015-10-13"],"summary":["Internal Energy Market"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-20457441380-38","ec-person-1831691c10441c5974327bbeb8693d6b6c1e50c3"]}} -{"id":"ec-meeting-2015-10-13-643bd846f81ff262cc569cd8e2e792e2121512cb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-13 - Cabinet of Vice-President Andrus Ansip x Google"],"date":["2015-10-13"],"summary":["Investment Google Italy"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-d5a309c64ecdb05010325dcfc661f6ae817f31cc","eu-tr-03181945560-59"]}} -{"id":"ec-meeting-2015-10-13-67fd432f4d1253d56ecaac0c0befc69f99862537","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-13 - Communications Networks, Content and Technology x Leonardo S.p.A."],"date":["2015-10-13"],"summary":["Cybersecurity"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-02550382403-01","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2015-10-13-6b5cb372ed703e13cb0fdbf6b558c7438df82d63","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-13 - Cabinet of Vice-President Cecilia Malmström x European Small Business Alliance eBay EU liaison office"],"date":["2015-10-13"],"summary":["Digital Single Market & SMEs"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-40386322300-77","eu-tr-97165848130-92","ec-person-20ded9db5df11164331bb161fdf234b1e5ad53fd","ec-person-591ec829ca734bcfe59a2c9c7f07f9dff22a0ea9"]}} -{"id":"ec-meeting-2015-10-13-6e77a445924788416711e641074808e8b99c5145","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-13 - Cabinet of Vice-President Miguel Arias Cañete x Asociación de Productores de Energía Hidroeléctrica"],"date":["2015-10-13"],"summary":["Renewables"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-598450318223-81","ec-person-260e00934471a02805fb143935d6e9205a7f355f"]}} -{"id":"ec-meeting-2015-10-13-714c8925e49dba52482d67cd41543dd140cefe95","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-13 - Economic and Financial Affairs x Japan Center for International Finance"],"date":["2015-10-13"],"summary":["Economic outlook for EU and the world and EMU deepening"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-ecfin"],"involved":["ec-person-9b398cc97951266670f91bef34ea37df7380eef9","eu-tr-315700115871-41"]}} -{"id":"ec-meeting-2015-10-13-7624294cf7d765af13dbd35b43993155cd6d6d78","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-13 - Günther Oettinger x Nokia"],"date":["2015-10-13"],"summary":["5G"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-35167875358-33","ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0"]}} -{"id":"ec-meeting-2015-10-13-78bb165c7b3e8ca5a3b771af3442372c5b67cd0e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-13 - Cabinet of President Jean-Claude Juncker x Association des Banques et Banquiers, Luxembourg"],"date":["2015-10-13"],"summary":["Capital Markets Union"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-3505006282-58","ec-person-c402e34a99fbee730ae22e3b1958e21c94dc6fcc"]}} -{"id":"ec-meeting-2015-10-13-7abdb4ed79d46279776754e28e08cc3178a25d13","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-13 - Cabinet of Commissioner Pierre Moscovici x Deutscher Sparkassen-und Giroverband"],"date":["2015-10-13"],"summary":["exchange on deepening EMU"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["eu-tr-62379064909-15","ec-person-ac604755dc7677c8653a5a5172e851f7c8e468b4"]}} -{"id":"ec-meeting-2015-10-13-7bda713bd7c380f929e86ba432ca9f28fa7e5978","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-13 - Cabinet of Vice-President Miguel Arias Cañete x Vattenfall"],"date":["2015-10-13"],"summary":["Renewable energy policy"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-1831691c10441c5974327bbeb8693d6b6c1e50c3","eu-tr-12955024114-93"]}} -{"id":"ec-meeting-2015-10-13-81d50e30c48d6cd47e7364773218a45528db08f3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-13 - Cabinet of Commissioner Carlos Moedas x Airbus"],"date":["2015-10-13"],"summary":["Innovation in Europe"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["eu-tr-2732167674-76","ec-person-23980b2bc4fd9c82051d0f7888dc236b2f764866"]}} -{"id":"ec-meeting-2015-10-13-83561d37d8f3e1ee5e921edd376239124841881b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-13 - Günther Oettinger x BUSINESSEUROPE"],"date":["2015-10-13"],"summary":["DSM + data protection"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0","eu-tr-3978240953-79"]}} -{"id":"ec-meeting-2015-10-13-8449b7e1d044f2a29fc945c088183353a277d70d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-13 - Cabinet of Commissioner Jonathan Hill x Fédération bancaire française"],"date":["2015-10-13"],"summary":["Tour d'horizon on topical financial services issues."],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["ec-person-f247edfcff54d4f26fc10769f809c92bc72d6797","eu-tr-09245221105-30"]}} -{"id":"ec-meeting-2015-10-13-84f0c4e356f6146bc1fbd0c57316f212d594dee2","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2015-10-13 - Cabinet of Vice-President Maroš Šefčovič x Airbus"],"date":["2015-10-13"],"summary":["Presentation Airbus activities, Aviation Strategy, Space Policy, CoP 21","Energy Union"],"notes":["Portfolio: Energy Union"],"location":["Brussels","BERL, Bruxelles"],"address":["Brussels","BERL, Bruxelles"],"addressEntity":["addr-5fa2c339897d0fb8203e3fa45d75f45fc680f461","addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-3bf48630444ace93d407e52eb880e64d480f75ce","eu-tr-2732167674-76","ec-person-af83ed49c403cb9d7ebfecca7893f0054c1f4be5"]}} -{"id":"ec-meeting-2015-10-13-8922d1672034c84becaa71b02da8244bcb27dfcc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-13 - Financial Stability, Financial Services and Capital Markets Union x Deutsches Aktieninstitut"],"date":["2015-10-13"],"summary":["Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-38064081304-25","ec-person-bdee7a93f95c8ef05079539170139b3c02e8ed96"]}} -{"id":"ec-meeting-2015-10-13-8a66f1e5cf56da6e639ea4b50df4170391b06b52","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-13 - Cabinet of Commissioner Violeta Bulc x Bureau International des Containers"],"date":["2015-10-13"],"summary":["Meeting BIC representatives"],"notes":["Portfolio: Transport"],"location":["Brussels, Belguim"],"address":["Brussels, Belguim"],"addressEntity":["addr-84b5e5f38d43901e13b15f0c7dd8b408c954fd9b"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-340043212022-64","ec-person-7ac9445abdddc66a79f539ae13eb74e1ceb512df"]}} -{"id":"ec-meeting-2015-10-13-94040253b93a5e9afc867603e4e711545011a760","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-13 - Cabinet of Vice-President Maroš Šefčovič x Chamber of Commerce of the United States of America"],"date":["2015-10-13"],"summary":["VP's Mission in USA"],"notes":["Portfolio: Energy Union"],"location":["BERL, Bruxelles"],"address":["BERL, Bruxelles"],"addressEntity":["addr-5fa2c339897d0fb8203e3fa45d75f45fc680f461"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-444722016787-61","ec-person-af83ed49c403cb9d7ebfecca7893f0054c1f4be5"]}} -{"id":"ec-meeting-2015-10-13-96a7b3b64114c9e4b8dc94d8acc74a58db7f2a3f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-13 - Cabinet of Commissioner Carlos Moedas x IBM Corporation"],"date":["2015-10-13"],"summary":["Horizon 2020, FP7, Industry 4.0"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["eu-tr-7721359944-96","ec-person-01051f0f33bfdc2ecc41873c02cae666c5e0d099","ec-person-2b4bb0b28e7435e5f612e44d9664dbd1051efc55"]}} -{"id":"ec-meeting-2015-10-13-97ba67d096fe05c6d36f424350533f3ba6d71ae2","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2015-10-13 - Cabinet of Vice-President Jyrki Katainen x City of London Corporation"],"date":["2015-10-13"],"summary":["Annual City of London Brussels Reception"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-7c9460f99c5872dbdc561f5752401c870d12e98b","eu-tr-695661118936-08"]}} -{"id":"ec-meeting-2015-10-13-a8eaa30c121c0ef0d428a654cc039beb89093ec9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-13 - Günther Oettinger x Airbus"],"date":["2015-10-13"],"summary":["Innovation and Digitalising European manufacturing industry"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-2732167674-76","ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0"]}} -{"id":"ec-meeting-2015-10-13-aa24ab21476f2a536f3a5766b08dd9b5804e9305","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-13 - Cabinet of Commissioner Jonathan Hill x Association of British Insurers"],"date":["2015-10-13"],"summary":["Capital Markets Union Action Plan"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["ec-person-890015b0d769ee93a09119846b414d4aae7c64ae","eu-tr-730137075-36"]}} -{"id":"ec-meeting-2015-10-13-aa3bfc826eefe22b6bab7966cb5b7da743c1150b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-13 - Günther Oettinger x Bitkom e.V."],"date":["2015-10-13"],"summary":["DSM"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-5351830264-31","ec-person-4cd59e13386e3b68ecb3611fcc579e0a0a3938a5"]}} -{"id":"ec-meeting-2015-10-13-ab596b0f74f7f3f94a6c1d6b0d771fa4ec8c557f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-13 - Cabinet of Commissioner Violeta Bulc x UNIFE"],"date":["2015-10-13"],"summary":["Meeting board of UNIFE"],"notes":["Portfolio: Transport"],"location":["Brussels, Belguim"],"address":["Brussels, Belguim"],"addressEntity":["addr-84b5e5f38d43901e13b15f0c7dd8b408c954fd9b"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-9624415524-28","ec-person-dd7851e4a1e747e824b4f81139e33bc3cdb73160"]}} -{"id":"ec-meeting-2015-10-13-acd83d902496e08b9f729170b9d4d6208afc5071","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-13 - Employment, Social Affairs and Inclusion x Google"],"date":["2015-10-13"],"summary":["How Google can help the European Commission’s effort to boost digital skills and jobs in Europe"],"location":["BRUSSELS"],"address":["BRUSSELS"],"addressEntity":["addr-f74337897287bf1b546f30505f5b1f693a87af50"],"organizer":["ec-dg-empl"],"involved":["ec-person-0d8ce1c547b8ca99decd25740ba12e2c0866a2fd","eu-tr-03181945560-59"]}} -{"id":"ec-meeting-2015-10-13-aceb4a8e3211a2d7fb59ee6a7b4ec634da4059ba","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-13 - Cabinet of Commissioner Pierre Moscovici x Association des Banques et Banquiers, Luxembourg"],"date":["2015-10-13"],"summary":["State of play on taxation files: FTT + CCCTB"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["eu-tr-3505006282-58","ec-person-738f7f25002d191bd2df8936e8f8d1d726c19e2e"]}} -{"id":"ec-meeting-2015-10-13-b42cf0fdf3b2bf6f577583ff3d180be9615f54a3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-13 - Cabinet of Commissioner Věra Jourová x Deutscher Anwaltverein (German Bar Association)"],"date":["2015-10-13"],"summary":["EPPO, Data protection"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-184e698af1eb9e33b179680570ca171d8cb31c94","eu-tr-87980341522-66"]}} -{"id":"ec-meeting-2015-10-13-bf110e58d392e4607cb369feb37f7f04739ff157","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-13 - Cabinet of Vice-President Cecilia Malmström x Conféderation Européenne des Propriétaires Forestiers"],"date":["2015-10-13"],"summary":["Renewables and bio energy"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-3647455667-08","ec-person-20ded9db5df11164331bb161fdf234b1e5ad53fd"]}} -{"id":"ec-meeting-2015-10-13-c082da0595b7dcad89857007fc2827f81c26c56d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-13 - Cabinet of Commissioner Věra Jourová x Confederazione Generale dell'Industria Italiana"],"date":["2015-10-13"],"summary":["Product safety and market surveillance"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-a2ca9161feee56909a0e98b473c2d342c20fdb57","eu-tr-27762251795-15"]}} -{"id":"ec-meeting-2015-10-13-c23923029308ce306a51b3c908d4803365dfaeea","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-13 - Cabinet of Commissioner Jonathan Hill x BlackRock"],"date":["2015-10-13"],"summary":["Financial Services Policy"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["ec-person-03cf92829e273869bfbd8bbf4f1881dcd0848186","eu-tr-51436554494-18"]}} -{"id":"ec-meeting-2015-10-13-ce76533d0115df2d58157938a3749f0f263dd053","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-13 - Energy x Google"],"date":["2015-10-13"],"summary":["European energy policy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-03181945560-59","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2015-10-13-d208bbbc5a237ded89993c60ec351e12e4213a89","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-13 - Cabinet of Vice-President Neven Mimica x Ahimsa Fund"],"date":["2015-10-13"],"summary":["Presentation of Ahisma Partners and their work with the World Health Organization (WHO) on Social Innovation in Health"],"notes":["Portfolio: International Cooperation & Development"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-mimica-neven-of-president-vice"],"involved":["ec-person-b187f3955c71d2e1daa48e02fd0a09ab7c6f6098","eu-tr-610757518850-70"]}} -{"id":"ec-meeting-2015-10-13-d9f2773cdaca4852cda88f83cc06878c857fb3cf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-13 - Cabinet of Vice-President Jyrki Katainen x Vereinigung der österreichischen Industrie - Industriellenvereinigung"],"date":["2015-10-13"],"summary":["Investment initiative"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90","eu-tr-89093924456-06"]}} -{"id":"ec-meeting-2015-10-13-da0212f2722f4ddaa3bca9dde798c58857e42da6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-13 - Cabinet of Commissioner Pierre Moscovici x Eurasia Group Ltd"],"date":["2015-10-13"],"summary":["Economic outlook for the euro area"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["eu-tr-432810619301-37","ec-person-ac604755dc7677c8653a5a5172e851f7c8e468b4"]}} -{"id":"ec-meeting-2015-10-13-db3b942c8b108acda0a75ddccee2cd4912e961bc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-13 - Günther Oettinger x Vereinigung der österreichischen Industrie - Industriellenvereinigung"],"date":["2015-10-13"],"summary":["DSM"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-d8b86b98a24683917c569000ed6d8c45bedbbc00","eu-tr-89093924456-06"]}} -{"id":"ec-meeting-2015-10-13-e2b59ace278ba910db981115f2234521daffbbe4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-13 - Cabinet of Vice-President Cecilia Malmström x United States Meat Export Federation National Cattlemen's Beef Association"],"date":["2015-10-13"],"summary":["EU-US Trade on meat products"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-048817319075-18","ec-person-98880f3f4206145e196013db9dd806a551c11e06","eu-tr-074865816956-64"]}} -{"id":"ec-meeting-2015-10-13-e40b5ee70987235203dc1caa3ff1df8216fb63d8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-13 - Cabinet of Vice-President Valdis Dombrovskis x Association des Banques et Banquiers, Luxembourg"],"date":["2015-10-13"],"summary":["Financial regulation"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-3505006282-58","ec-person-48f31156d932641826e09f5b73f074d35ff05786"]}} -{"id":"ec-meeting-2015-10-13-e496cc444ed8beb4d56b043dea05995a3c351cfd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-13 - Cabinet of Vice-President Cecilia Malmström x BUSINESSEUROPE"],"date":["2015-10-13"],"summary":["Ukraine Business Summit + more general Trade policy"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-20ded9db5df11164331bb161fdf234b1e5ad53fd","eu-tr-3978240953-79"]}} -{"id":"ec-meeting-2015-10-13-e7c3d8015b4ba9d437499d8c616c3a59470baa10","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-13 - Environment x Siemens AG"],"date":["2015-10-13"],"summary":["Circular Economy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-env"],"involved":["eu-tr-4266797770-31","ec-person-3bc74ce04ea3f4ab4d91a5c88eef25b8b8a213b4"]}} -{"id":"ec-meeting-2015-10-13-ebc69d0a4fa2f82aa1d177c4d6fcd697ca2e3ef3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-13 - Environment x SUEZ Group"],"date":["2015-10-13"],"summary":["Circular Economy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-env"],"involved":["eu-tr-27799842497-69","ec-person-3bc74ce04ea3f4ab4d91a5c88eef25b8b8a213b4"]}} -{"id":"ec-meeting-2015-10-13-ebd20dff3069d3f8891ce2e5f51ffda391841e18","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-13 - Cabinet of President Jean-Claude Juncker x Channel 4"],"date":["2015-10-13"],"summary":["Digital Single Market"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-44a061693f35519551be0e3dab996e76ad3f8c7c","eu-tr-98661678209-02"]}} -{"id":"ec-meeting-2015-10-14-0365ef545d8fe15c7b55992e4910b0721566f3fe","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-14 - Cabinet of Vice-President Cecilia Malmström x European Centre for Development Policy Management Fundación para las Relaciones Internacionales y el Diálogo Exterior Overseas Development Institute German Development Institute / Deutsches Institut für Entwicklungspolitik (DIE) Fondation Institut de recherche pour le développement durable et les relations internationales"],"date":["2015-10-14"],"summary":["New Trade Strategy"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-236099517909-49","eu-tr-049228115944-64","ec-person-20ded9db5df11164331bb161fdf234b1e5ad53fd","eu-tr-425241713598-51","eu-tr-617220019157-97","eu-tr-738492215435-82"]}} -{"id":"ec-meeting-2015-10-14-04d8d4d6b210ae4ebe22ba13d4a2266e87eaec60","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-14 - Communications Networks, Content and Technology x Société des auteurs et compositeurs dramatiques"],"date":["2015-10-14"],"summary":["Copyright"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-29364773893-19","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2015-10-14-0a0ad5f81d5229bfe1900cc42e8c62de62cedf6d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-14 - Migration and Home Affairs x Verband Deutscher Reeder"],"date":["2015-10-14"],"summary":["Crisis in the Mediterranean; Refugees."],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-home"],"involved":["eu-tr-74850577610-03","ec-person-ae1262e8850ed1e9a0530b0ad7440ac648255896"]}} -{"id":"ec-meeting-2015-10-14-0ef1bf0ea19c2ea7c82f0999f8aef6d631e4c019","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-14 - Cabinet of Vice-President Jyrki Katainen x Confederation of Norwegian Enterprise"],"date":["2015-10-14"],"summary":["Norway-EU economic relations and investment opportunities"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90","eu-tr-07442991338-05","ec-person-7c9460f99c5872dbdc561f5752401c870d12e98b"]}} -{"id":"ec-meeting-2015-10-14-0f12eea5689600c9c7c180a23c25baa91a9f9b23","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-14 - Cabinet of Commissioner Carlos Moedas x InterDigital, Inc."],"date":["2015-10-14"],"summary":["Digital Agenda"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["eu-tr-787513017798-23","ec-person-01051f0f33bfdc2ecc41873c02cae666c5e0d099"]}} -{"id":"ec-meeting-2015-10-14-1f7b9ac6357bd5a6fcc0d36a1755987711b958db","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-14 - Research and Innovation x IBM Corporation"],"date":["2015-10-14"],"summary":["IBM's research activities in Europe"],"location":["Director-General's office"],"address":["Director-General's office"],"addressEntity":["addr-b3309f823d937661b5e786c333653d0b070100a5"],"organizer":["ec-dg-rtd"],"involved":["eu-tr-7721359944-96","ec-person-3a3f2867fc07b851e10a70d1325a0cf2fc1a87dc"]}} -{"id":"ec-meeting-2015-10-14-21733362ea61dfdde63ae966b1531413231f1b66","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-14 - Günther Oettinger x Akamai Technologies, Inc."],"date":["2015-10-14"],"summary":["DSM"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-d8b86b98a24683917c569000ed6d8c45bedbbc00","eu-tr-756663618867-82"]}} -{"id":"ec-meeting-2015-10-14-2d5a9232ef8bfbbbf7bf7f0989ac492332dcd986","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-14 - Cabinet of Commissioner Věra Jourová x Bureau Européen des Unions de Consommateurs"],"date":["2015-10-14"],"summary":["DSM – Digital Contracts"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-a2ca9161feee56909a0e98b473c2d342c20fdb57","eu-tr-9505781573-45","ec-person-184e698af1eb9e33b179680570ca171d8cb31c94","ec-person-ff9ad301b778d595651cc4c46ec3a4cf1ef10376"]}} -{"id":"ec-meeting-2015-10-14-44fc27cfbe9f2f196a81b3ad1e7b72815577f05b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-14 - Cabinet of Vice-President Karmenu Vella x The Pew Charitable Trusts"],"date":["2015-10-14"],"summary":["Ocean Governance, Illegal, Unreported and Unregulated Fishing"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["eu-tr-46834536998-79","ec-person-2966d69fae0ea4e67f3f2df5a743cc766267d3c8"]}} -{"id":"ec-meeting-2015-10-14-46642e0cd018b8ebf5abb85ffdb3c920a1ea49ff","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-14 - Cabinet of Commissioner Marianne Thyssen x Istituto per la Competitività"],"date":["2015-10-14"],"summary":["Skills strategy"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["eu-tr-859942318143-66","ec-person-5a49eb89125b4b5d1125b3925bbb64aba1bea2b3"]}} -{"id":"ec-meeting-2015-10-14-4aa9bd6c1b2f66b8812215873d556b39b0060dc1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-14 - Financial Stability, Financial Services and Capital Markets Union x British Chamber of Commerce in Belgium"],"date":["2015-10-14"],"summary":["Capital Markets Union, mandate/priorities, enforcement and Level 2"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-56188303384-93","ec-person-bdee7a93f95c8ef05079539170139b3c02e8ed96"]}} -{"id":"ec-meeting-2015-10-14-4f94816c21d91bb6b2669de49c28138e689fe1e8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-14 - Cabinet of Commissioner Tibor Navracsics x Société des auteurs et compositeurs dramatiques"],"date":["2015-10-14"],"summary":["Copyright"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-cb6aa96c497dead35eb0f2ed0339e5423d506549","eu-tr-29364773893-19"]}} -{"id":"ec-meeting-2015-10-14-52d23d927a89364d815feadec26b81d37d006956","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-14 - Cabinet of Vice-President Cecilia Malmström x Telefonica, S.A."],"date":["2015-10-14"],"summary":["Digital trade"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-52431421-12","ec-person-591ec829ca734bcfe59a2c9c7f07f9dff22a0ea9"]}} -{"id":"ec-meeting-2015-10-14-54fa734bde836f78c364364d949fff96a785f9de","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-14 - Cabinet of Commissioner Vytenis Andriukaitis x European agri-cooperatives European farmers"],"date":["2015-10-14"],"summary":["New breeding techniques, GMO"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-b9c3f19e7c5f216e3e508f931ddd6a9cb59376d1","eu-tr-09586631237-74","eu-tr-44856881231-49"]}} -{"id":"ec-meeting-2015-10-14-5f836162b718f8a9abe08ec823035f0eb53c60e7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-14 - Cabinet of Vice-President Neven Mimica x Starbucks Coffee Company"],"date":["2015-10-14"],"summary":["Contribution from the private sector to sustainable development and in particular decent work and sustainable supply chains in coffee production"],"notes":["Portfolio: International Cooperation & Development"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-mimica-neven-of-president-vice"],"involved":["ec-person-ba51cfc2cb570b2ba23d99869e21cd43fe8cadad","ec-person-e90858f5aba78fd0e1cb2f757c3f38d55d91f98b","eu-tr-921396316480-51"]}} -{"id":"ec-meeting-2015-10-14-631f8f08e6cea2251a9a4dda53059912e52a8667","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-14 - Cabinet of Vice-President Cecilia Malmström x Confederation of Norwegian Enterprise"],"date":["2015-10-14"],"summary":["New Trade Strategy & TTIP"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-07442991338-05","ec-person-20ded9db5df11164331bb161fdf234b1e5ad53fd"]}} -{"id":"ec-meeting-2015-10-14-6e38fd3964a6bdb10c25c342d8a53d96ea5ddca1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-14 - Cabinet of Commissioner Elżbieta Bieńkowska x Nokia"],"date":["2015-10-14"],"summary":["Single Market, Innovation, Patents"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Belgium"],"address":["Belgium"],"addressEntity":["addr-5cb4c9d828175ed3931ec52305b32f47173a8e04"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-35167875358-33","ec-person-d2997a7f359c91a337055c3e24dd36bf928de38d","ec-person-95a769a1850d7d595f9a5853c51dcbdd3ddd69fb","ec-person-b2f9be51339f054477846797e2c119fcf16548fc"]}} -{"id":"ec-meeting-2015-10-14-76929353b90ba427830e1996506aa6c266375f59","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-14 - Cabinet of Vice-President Miguel Arias Cañete x EWE Aktiengesellschaft"],"date":["2015-10-14"],"summary":["Smart Grids"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-1831691c10441c5974327bbeb8693d6b6c1e50c3","eu-tr-00741337988-18"]}} -{"id":"ec-meeting-2015-10-14-7700202beedaf46ff689340439b74d925fb717c3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-14 - Financial Stability, Financial Services and Capital Markets Union x Bureau Européen des Unions de Consommateurs"],"date":["2015-10-14"],"summary":["Retail financial services single market, Capital Markets Union and consumer interests, Enforcement and supervision of consumer law, EC expert groups."],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-9505781573-45","ec-person-bdee7a93f95c8ef05079539170139b3c02e8ed96"]}} -{"id":"ec-meeting-2015-10-14-770032d7d15916f4f5d487bd2e789cf1b4aa5b32","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-14 - Günther Oettinger x European Committee for Interoperable Systems"],"date":["2015-10-14"],"summary":["cloud and DSM"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-4cd59e13386e3b68ecb3611fcc579e0a0a3938a5","eu-tr-32238324913-44"]}} -{"id":"ec-meeting-2015-10-14-77ae16d5dce34c2a20fb9132cfd01dab9f16d48f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-14 - Taskforce on Article 50 negotiations with the United Kingdom x City of London Corporation"],"date":["2015-10-14"],"summary":["UK Referendum"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-tf50"],"involved":["ec-person-ebad254ad157f20ffe76dada00bb408af413c89a","eu-tr-695661118936-08"]}} -{"id":"ec-meeting-2015-10-14-85b4e07885bb3d8cbf8b6b4efc2d9424d4126ed0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-14 - Financial Stability, Financial Services and Capital Markets Union x PACT European Affairs"],"date":["2015-10-14"],"summary":["Financial Services- general."],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-990838616162-48","ec-person-bdee7a93f95c8ef05079539170139b3c02e8ed96"]}} -{"id":"ec-meeting-2015-10-14-88664e775ab7f4907346845c2d84227df7a09306","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-14 - Cabinet of Vice-President Andrus Ansip x Confederation of Norwegian Enterprise"],"date":["2015-10-14"],"summary":["DSM"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-07442991338-05","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45"]}} -{"id":"ec-meeting-2015-10-14-8df6865b9acab36d78bfa1d638578d1c915a08d5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-14 - Cabinet of Vice-President Jyrki Katainen x HSBC Holdings PLC"],"date":["2015-10-14"],"summary":["China's economic development and investments"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-001866415031-87","ec-person-7c9460f99c5872dbdc561f5752401c870d12e98b"]}} -{"id":"ec-meeting-2015-10-14-8e8a078d83d439c945b626b224067c10e93f3026","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-14 - Cabinet of Commissioner Margrethe Vestager x Airports Council International - European Region"],"date":["2015-10-14"],"summary":["Aviation Policy"],"notes":["Portfolio: Competition"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-margrethe-of-vestager"],"involved":["ec-person-0700cb0f43a2d20f4938902c4a086aca632d71fb","eu-tr-42566063487-73"]}} -{"id":"ec-meeting-2015-10-14-93edc1eb14cdace7516f0cda71ca0012e5d9779f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-14 - Günther Oettinger x Bayerischer Bankenverband e. V."],"date":["2015-10-14"],"summary":["DSM"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-c6cae64cc7dc787b66a47ab1613d3e922875b971","eu-tr-10349516106-79"]}} -{"id":"ec-meeting-2015-10-14-95124e0a47f553305ed8095f24d3a5f054798386","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-14 - Cabinet of Commissioner Phil Hogan x Tesco plc"],"date":["2015-10-14"],"summary":["Retail Practice"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-190810415919-85","ec-person-ff8342dedc26701400fcb7dcf73fbee50a837ac6"]}} -{"id":"ec-meeting-2015-10-14-998ca7375a26ce4e352d7c68d73821bae5bf38a7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-14 - Climate Action x The Coalition for Energy Savings"],"date":["2015-10-14"],"summary":["2030"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-clima"],"involved":["ec-person-44c2f44f96dda2012bcb4e9abc749f6cae86a4c0","eu-tr-72911566925-69"]}} -{"id":"ec-meeting-2015-10-14-9b325b3465acf756d23902cf20e2b7fc4911a2f6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-14 - Cabinet of Commissioner Elżbieta Bieńkowska x HOTREC, Hotels, Restaurants & Cafés in Europe"],"date":["2015-10-14"],"summary":["Tourism sector"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["ec-person-95a769a1850d7d595f9a5853c51dcbdd3ddd69fb","eu-tr-7955861942-03"]}} -{"id":"ec-meeting-2015-10-14-9f7d6aff2cc1d9e0b47926a45d30cd2789fdf569","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-14 - Internal Market, Industry, Entrepreneurship and SMEs x BUSINESSEUROPE"],"date":["2015-10-14"],"summary":["Strategie marche unique, modernisation de l'industrie, brevet unique"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-grow"],"involved":["eu-tr-3978240953-79","ec-person-60a3d0d628d231b41af1d0c65607b0fd78ca4edc"]}} -{"id":"ec-meeting-2015-10-14-a79344cce9b6b9d088758e4752741d84e6961877","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-14 - Cabinet of Commissioner Věra Jourová x Svaz průmyslu a dopravy ČR"],"date":["2015-10-14"],"summary":["Data protection and Women on boards"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-5455ecfabb89025694c798deac08160a2be17d94","ec-person-a608b85b2ffef83f883b5a2330b6232efa1b7141","eu-tr-785320514128-81","ec-person-184e698af1eb9e33b179680570ca171d8cb31c94"]}} -{"id":"ec-meeting-2015-10-14-aa8751f8cd55032d012a1afde985d2861180828f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-14 - Günther Oettinger x Political Intelligence"],"date":["2015-10-14"],"summary":["DSM"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-d8b86b98a24683917c569000ed6d8c45bedbbc00","eu-tr-34863197284-43"]}} -{"id":"ec-meeting-2015-10-14-b1c409e0466fdc6f3d699f76c02c923c98a09d3b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-14 - Cabinet of Commissioner Vytenis Andriukaitis x The EU Vegetable Oil and Proteinmeal Industry"],"date":["2015-10-14"],"summary":["Trans Fatty Acids"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["eu-tr-85076002321-31","ec-person-b9c3f19e7c5f216e3e508f931ddd6a9cb59376d1"]}} -{"id":"ec-meeting-2015-10-14-b4277207a3be989ad27e2010dae501a9480d6a7f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-14 - Cabinet of Commissioner Jonathan Hill x Danske Bank A/S"],"date":["2015-10-14"],"summary":["CRR-Review; Covered Bonds Consultation; Retail Green Paper"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["eu-tr-64866663811-42","ec-person-890015b0d769ee93a09119846b414d4aae7c64ae"]}} -{"id":"ec-meeting-2015-10-14-b8c3d535d0be00f335dc550c0cd5169895326f98","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-14 - Migration and Home Affairs x Citigroup Inc."],"date":["2015-10-14"],"summary":["NIS Directive, GDPR; Data and Data Security; Cybercrime/Cybersecurity"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-home"],"involved":["eu-tr-00353757573-57","ec-person-ae1262e8850ed1e9a0530b0ad7440ac648255896"]}} -{"id":"ec-meeting-2015-10-14-bdf4a2025fb93eb5ed296c3fbf1adb78d1c20064","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-14 - Günther Oettinger x European Organisation for Security"],"date":["2015-10-14"],"summary":["Cyber security"],"location":["BXL"],"address":["BXL"],"addressEntity":["addr-d2fde52f67ea4a3e1fe233d0a959d6a1c77fd910"],"organizer":["ec-dg-de"],"involved":["eu-tr-32134385519-64","ec-person-5652698e8f7b4a189329e67fddbaff44dbe8658c"]}} -{"id":"ec-meeting-2015-10-14-c475e4efee5ae43e59877f4d36e3dc36d0339d9a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-14 - Mobility and Transport x Aerospace, Security and Defence Industries Association of Europe"],"date":["2015-10-14"],"summary":["Air transport issues"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-move"],"involved":["ec-person-26cdfacae671b09917bee1a91c91973941fa58a2","eu-tr-72699997886-57"]}} -{"id":"ec-meeting-2015-10-14-c8d9b7c7bc20c4aa31f74750c6d5266b55204c4b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-14 - Cabinet of Commissioner Jonathan Hill x HSBC Holdings PLC"],"date":["2015-10-14"],"summary":["Discussions on China"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["eu-tr-001866415031-87","ec-person-5e8e66c5b37cfc1f9272932bf8e12f4b28d1160a"]}} -{"id":"ec-meeting-2015-10-14-ce01c6f0d228b08b42f3a78392dec547386c8d76","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-14 - Günther Oettinger x Huawei Technologies"],"date":["2015-10-14"],"summary":["EU-China 5G agreement"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0","eu-tr-114467111412-38"]}} -{"id":"ec-meeting-2015-10-14-e6c696d13cbf66eded253b593e3a3e3d42987881","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-14 - Cabinet of Commissioner Phil Hogan x Rattlerow Farms Ltd"],"date":["2015-10-14"],"summary":["Business discussion"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-400dd8d59d3060187d9b9b143d697da1a3d03c12","eu-tr-540138017931-49"]}} -{"id":"ec-meeting-2015-10-14-e78e2bd6d461021983c73cf86bc477a41e19288e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-14 - Cabinet of Commissioner Elżbieta Bieńkowska x Centro Italiano Ricerche Aerospaziali (CIRA ScpA)"],"date":["2015-10-14"],"summary":["Introductory meeting"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-552108217456-47","ec-person-685ecf13dd26cd515c961e24ba71049af2302c5e"]}} -{"id":"ec-meeting-2015-10-14-e815e458a65400b770f4f7091db52ecc4632f853","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-14 - Climate Action x Overseas Development Institute"],"date":["2015-10-14"],"summary":["COP21"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-clima"],"involved":["ec-person-44c2f44f96dda2012bcb4e9abc749f6cae86a4c0","eu-tr-049228115944-64"]}} -{"id":"ec-meeting-2015-10-14-eb6aa996708d35ec577465b2d69bfc0b76943107","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-14 - Cabinet of Vice-President Valdis Dombrovskis x WL Ross & Co. LLC"],"date":["2015-10-14"],"summary":["Recapitalization of Greek banks"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-115678219174-06","ec-person-48f31156d932641826e09f5b73f074d35ff05786","ec-person-f6170dbdd732fc460a713b82b57759ac5e77fdc6"]}} -{"id":"ec-meeting-2015-10-14-ec79a643318bb5790fc3c01abb1ac05964d38fca","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-14 - Cabinet of President Jean-Claude Juncker x Universal Music Group International"],"date":["2015-10-14"],"summary":["Digital Single Market"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-44a061693f35519551be0e3dab996e76ad3f8c7c","eu-tr-530216615544-40"]}} -{"id":"ec-meeting-2015-10-14-ef8757f950e200148e6e3252276986d099898a01","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-14 - Cabinet of Vice-President Andrus Ansip x European CIO Association Computer & Communications Industry Association European Round Table for Industry American Chamber of Commerce to the European Union BSA | The Software Alliance BUSINESSEUROPE European Internet Services Providers Association DIGITALEUROPE"],"date":["2015-10-14"],"summary":["Meeting with tech businesses after Safe Harbour ruling"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0","eu-tr-75039383277-48","ec-person-5db7bdd1c81da2e70eb5b982097d0004111b5c3e","eu-tr-3978240953-79","ec-person-91ca0921c6790191daa54427311acd63035e7c9e","eu-tr-5265780509-97","eu-tr-64270747023-20","eu-tr-85172105610-37","eu-tr-25487567824-45","eu-tr-54437813115-56","eu-tr-15987896534-82"]}} -{"id":"ec-meeting-2015-10-14-f110f87ef80feb2c9234ad447b3ee4295c8567eb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-14 - Cabinet of Commissioner Vytenis Andriukaitis x Istituto per la Competitività"],"date":["2015-10-14"],"summary":["Medicated feed"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["eu-tr-859942318143-66","ec-person-0dbfffeb0323f819c8d57164906086dd8639c437"]}} -{"id":"ec-meeting-2015-10-14-f66f8558b8a4ab44e59bbc32b4952a81ef335d26","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-14 - Günther Oettinger x Deutscher Verband für Telekommunikation und Medien"],"date":["2015-10-14"],"summary":["online gaming"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-651322417876-95","ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0"]}} -{"id":"ec-meeting-2015-10-15-0a67b3c4d8c4b9771f796f8b582562ad01e34faf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-15 - Mobility and Transport x Verband Deutscher Reeder"],"date":["2015-10-15"],"summary":["Exchange of views on maritime issues"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-move"],"involved":["eu-tr-74850577610-03","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2015-10-15-1732487cc55cb4c28ad8387b81bd9c8534f66eb2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-15 - Cabinet of Vice-President Andrus Ansip x InterDigital, Inc."],"date":["2015-10-15"],"summary":["standardization"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-787513017798-23","ec-person-6a03bc4fa7657513ea34529e98dba0671ef4c849"]}} -{"id":"ec-meeting-2015-10-15-19818e09ee59869ee2a74df3b6ee0dd6cb459b45","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-15 - Cabinet of Vice-President Miguel Arias Cañete x Trans Adriatic Pipeline"],"date":["2015-10-15"],"summary":["Gas infrastructure policy"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-1831691c10441c5974327bbeb8693d6b6c1e50c3","eu-tr-570335813082-79"]}} -{"id":"ec-meeting-2015-10-15-1ed8b6b96390fdbfc5d98eaba40b8fa352b4e48d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-15 - Cabinet of Commissioner Vytenis Andriukaitis x European Business Summit Network"],"date":["2015-10-15"],"summary":["Planning of the EBS 2016 and possible participation of the Commissioner"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-d462b3c7daeee00ad55e380a7fb96819f79899df","eu-tr-268958411031-65"]}} -{"id":"ec-meeting-2015-10-15-1f35de27ce8ba58ce9a4496f31ef482a63eacfb9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-15 - Cabinet of Commissioner Dimitris Avramopoulos x European Organisation for Security"],"date":["2015-10-15"],"summary":["Border management, migration and security"],"notes":["Portfolio: Migration, Home Affairs and Citizenship"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-avramopoulos-cabinet-commissioner-dimitris-of"],"involved":["ec-person-e786479f71eb21bc0a291dd644b61d86e09beb13","eu-tr-32134385519-64","ec-person-229d2bf1ea42d1e015ab64e3d14ec20de2a94a79"]}} -{"id":"ec-meeting-2015-10-15-2545435d6221d3c2af6ea0e51b60d9ccebaaccf4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-15 - Cabinet of Vice-President Jyrki Katainen x Metsäliitto Cooperative"],"date":["2015-10-15"],"summary":["Energy and Environment Policies"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-f9208d930adc70c6c64e21701e48f85f6f18e949","eu-tr-962687110415-94"]}} -{"id":"ec-meeting-2015-10-15-30955165f11158cf49662e9905ffbc0c90d12f0c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-15 - Cabinet of Vice-President Jyrki Katainen x Confederation of Finnish Industries EK"],"date":["2015-10-15"],"summary":["Trade strategy and Economic diplomacy"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Helsinki, Finland"],"address":["Helsinki, Finland"],"addressEntity":["addr-503f4794e483acbce8e2c42812ac35d426a412d9"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-7c9460f99c5872dbdc561f5752401c870d12e98b","eu-tr-1274604847-34"]}} -{"id":"ec-meeting-2015-10-15-32a21ea54e346b12103e9810fc5f5f4406682a09","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-15 - Cabinet of Commissioner Jonathan Hill x European Structured Investment Products Association"],"date":["2015-10-15"],"summary":["Financial Services Policy"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["ec-person-03cf92829e273869bfbd8bbf4f1881dcd0848186","eu-tr-37488345650-13"]}} -{"id":"ec-meeting-2015-10-15-36b43e0b1b69f96773ca4b7221d62f1b6287d3a7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-15 - Cabinet of Vice-President Andrus Ansip x Citigroup Inc."],"date":["2015-10-15"],"summary":["data security"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-5db7bdd1c81da2e70eb5b982097d0004111b5c3e","eu-tr-00353757573-57"]}} -{"id":"ec-meeting-2015-10-15-3b9761d41958c068e42cd9cb9ea95d1bae5c8a40","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-15 - Cabinet of Commissioner Elżbieta Bieńkowska x Starbucks Coffee Company"],"date":["2015-10-15"],"summary":["Presentation of company's activities and objectives"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-921396316480-51","ec-person-b2f9be51339f054477846797e2c119fcf16548fc","ec-person-daef7f819b2f3ffe5e4f5d8eb2782954f3c4a4e2"]}} -{"id":"ec-meeting-2015-10-15-3dc441d3bb6387425b49a4d30189e28045f01a1b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-15 - Cabinet of Commissioner Vytenis Andriukaitis x British Agriculture Bureau"],"date":["2015-10-15"],"summary":["Plant protection products"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["eu-tr-23029147081-37","ec-person-b9c3f19e7c5f216e3e508f931ddd6a9cb59376d1"]}} -{"id":"ec-meeting-2015-10-15-6bee442e841a2912aa8490c820ff688ce87f4a21","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-15 - Cabinet of Vice-President Miguel Arias Cañete x VELUX A/S (VELUX Group)"],"date":["2015-10-15"],"summary":["EU Energy efficiciency framework for buildings/EU energy label for windows"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-260e00934471a02805fb143935d6e9205a7f355f","eu-tr-423142010527-25"]}} -{"id":"ec-meeting-2015-10-15-6ec57f7a188227b28db5820343b0c902c0490f40","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-15 - Cabinet of Vice-President Valdis Dombrovskis x GrahamBishop.com"],"date":["2015-10-15"],"summary":["Completing EMU"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels, belgium"],"address":["Brussels, belgium"],"addressEntity":["addr-b39b9dcfba3e578ef360518fd0aa4ce7938fab00"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-48f31156d932641826e09f5b73f074d35ff05786","eu-tr-078328215796-36"]}} -{"id":"ec-meeting-2015-10-15-702334a8df1c512c694c0a73123eda03203a146c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-15 - Cabinet of Commissioner Violeta Bulc x Eurocities"],"date":["2015-10-15"],"summary":["Meeting Eurocities representatives"],"notes":["Portfolio: Transport"],"location":["Brussels, Belguim"],"address":["Brussels, Belguim"],"addressEntity":["addr-84b5e5f38d43901e13b15f0c7dd8b408c954fd9b"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-4d2b449b5047ea3fda435a2a1c1081e3babcdf76","ec-person-e14c58f620f40325d829df7be0823280307bc15f","eu-tr-12493392840-79"]}} -{"id":"ec-meeting-2015-10-15-716d3e25570ce4ac41dd6b8ddad1a806c210c1df","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-15 - Environment x Stichting BirdLife Europe"],"date":["2015-10-15"],"summary":["Presentation of Birdlife activities"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-env"],"involved":["eu-tr-1083162721-43","ec-person-3bc74ce04ea3f4ab4d91a5c88eef25b8b8a213b4"]}} -{"id":"ec-meeting-2015-10-15-7884b67be717aa15ef7fd90ad29576c2b7f68f77","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-15 - Cabinet of Commissioner Věra Jourová x Citigroup Inc."],"date":["2015-10-15"],"summary":["GDPR"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["eu-tr-00353757573-57","ec-person-f329292459cb1badb7fb7c6b67b698c441931bb2"]}} -{"id":"ec-meeting-2015-10-15-7a47acc91fa32492ce55fdc3acbddd18baff0084","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-15 - Climate Action x Verband Deutscher Reeder"],"date":["2015-10-15"],"summary":["C02 emissions in maritime transport + COP21"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-clima"],"involved":["eu-tr-74850577610-03","ec-person-44c2f44f96dda2012bcb4e9abc749f6cae86a4c0"]}} -{"id":"ec-meeting-2015-10-15-81c20dd497643d697a12ff328c2b5dec74115d62","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-15 - Energy x Eurocities"],"date":["2015-10-15"],"summary":["European energy policy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["ec-person-6997149120ce5129e38febe5275dc8fd03232d2e","eu-tr-12493392840-79"]}} -{"id":"ec-meeting-2015-10-15-8205a2b7e65f786d430ab4d34936d7d6de0ff639","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-15 - Günther Oettinger x Fédération Internationale de l'Automobile"],"date":["2015-10-15"],"summary":["DSM"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-84839535366-67","ec-person-d8b86b98a24683917c569000ed6d8c45bedbbc00"]}} -{"id":"ec-meeting-2015-10-15-9471d0815a46d83386588bcb263c780bfb50085f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-15 - Cabinet of Commissioner Věra Jourová x IFPI Representing recording industry worldwide"],"date":["2015-10-15"],"summary":["DSM – copyright and role of intermediaries"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["eu-tr-60394321918-91","ec-person-a2ca9161feee56909a0e98b473c2d342c20fdb57"]}} -{"id":"ec-meeting-2015-10-15-a1e7a1bcb361fefe36801f4f4264c62ffe42af25","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-15 - Cabinet of Commissioner Violeta Bulc x Razvojni center Srca Slovenije"],"date":["2015-10-15"],"summary":["Meeting Razvojni center Srca Slovenije representative"],"notes":["Portfolio: Transport"],"location":["Brussels, Belguim"],"address":["Brussels, Belguim"],"addressEntity":["addr-84b5e5f38d43901e13b15f0c7dd8b408c954fd9b"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-4d2b449b5047ea3fda435a2a1c1081e3babcdf76","eu-tr-332222319196-63"]}} -{"id":"ec-meeting-2015-10-15-a52c7b0765f6d97fbde4379a01dba0dd01f11163","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-15 - Günther Oettinger x Blacklane GmbH"],"date":["2015-10-15"],"summary":["DSM"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-262134519123-53","ec-person-d8b86b98a24683917c569000ed6d8c45bedbbc00"]}} -{"id":"ec-meeting-2015-10-15-a8273d9457b861e1bc4c70d50ef07727e26139e2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-15 - Cabinet of Vice-President Jyrki Katainen x Starbucks Coffee Company FIPRA International SRL"],"date":["2015-10-15"],"summary":["Taxation and investment"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-58746194306-23","ec-person-f9208d930adc70c6c64e21701e48f85f6f18e949","eu-tr-921396316480-51"]}} -{"id":"ec-meeting-2015-10-15-b0bbd19bf40d0a5b5d24ce15129e3e9c8ec3fe65","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-15 - Cabinet of Commissioner Jonathan Hill x Institute of Chartered Accountants in England and Wales"],"date":["2015-10-15"],"summary":["International Financial Reporting Standards (IFRS)"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Belgium, Brussels, BERL"],"address":["Belgium, Brussels, BERL"],"addressEntity":["addr-afebf85a436897fe5234b2ac0d00a1ddc4c9dd27"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["ec-person-5fdb62e20cecef81f87f94d3d1bcdd3b47b26af0","eu-tr-7719382720-34"]}} -{"id":"ec-meeting-2015-10-15-b318f93640f841411fe929314c1e9c029e331465","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-15 - Financial Stability, Financial Services and Capital Markets Union x CFA Institute"],"date":["2015-10-15"],"summary":["1.\tCMU and the Asset manager profession, as an investor and pillar of the capital markets, 2.\tThe role of the Systemic risk council created by the CFA and what it could potentially do in the EU, Investor protection issues and CMU."],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-89854211497-57","ec-person-bdee7a93f95c8ef05079539170139b3c02e8ed96"]}} -{"id":"ec-meeting-2015-10-15-b3eaed916b5e1f7ec6622a62ba74a0162958b449","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-15 - Cabinet of Vice-President Valdis Dombrovskis x European Association of Corporate Treasurers"],"date":["2015-10-15"],"summary":["European Market Infrastructure Regulation"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-9160958318-89","ec-person-3f9ca71b74344417d1f072ba7f3e2f09a223b036"]}} -{"id":"ec-meeting-2015-10-15-b816b73fe3af6290db71d503e6b4bde9c35c0170","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-15 - Cabinet of Vice-President Valdis Dombrovskis x Munich Financial Centre Initiative"],"date":["2015-10-15"],"summary":["Deposit insurance"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-046903619118-23","ec-person-48f31156d932641826e09f5b73f074d35ff05786"]}} -{"id":"ec-meeting-2015-10-15-bc9e9c23ed816a58c696d1ad9fe8f60bf5c09623","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-15 - Günther Oettinger x Bundesverband der Deutschen Volksbanken und Raiffeisenbanken"],"date":["2015-10-15"],"summary":["EMU"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-c6cae64cc7dc787b66a47ab1613d3e922875b971","eu-tr-22330076571-75"]}} -{"id":"ec-meeting-2015-10-15-c25343ed45b2510d70f0f76719c75285f94f5144","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-15 - Cabinet of Commissioner Vytenis Andriukaitis x Nestlé S.A."],"date":["2015-10-15"],"summary":["Trans Fatty Acids"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["eu-tr-15366395387-57","ec-person-b9c3f19e7c5f216e3e508f931ddd6a9cb59376d1"]}} -{"id":"ec-meeting-2015-10-15-c74be948c068bbfbacd94426d5ebafaec7959301","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-15 - Migration and Home Affairs x Zentralverband des Deutschen Handwerks e.V."],"date":["2015-10-15"],"summary":["Refugee Policy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-home"],"involved":["ec-person-ae1262e8850ed1e9a0530b0ad7440ac648255896","eu-tr-5189667783-94"]}} -{"id":"ec-meeting-2015-10-15-d91838f1008737f2a489599b19d319e2bde458be","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-15 - Günther Oettinger x Groupement Européen des Sociétés d'Auteurs et Compositeurs"],"date":["2015-10-15"],"summary":["copyright"],"location":["BXL"],"address":["BXL"],"addressEntity":["addr-d2fde52f67ea4a3e1fe233d0a959d6a1c77fd910"],"organizer":["ec-dg-de"],"involved":["ec-person-49723482bb23d029cbfc010cb37eec7392a0ae02","eu-tr-36529354479-57"]}} -{"id":"ec-meeting-2015-10-15-db84297340213f974ce7803273687f1612217e2a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-15 - Cabinet of Commissioner Tibor Navracsics x Bureau Européen des Unions de Consommateurs"],"date":["2015-10-15"],"summary":["Copyright"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-cb6aa96c497dead35eb0f2ed0339e5423d506549","eu-tr-9505781573-45"]}} -{"id":"ec-meeting-2015-10-15-e0956322d8ffbc6127c80083298448818236a9c9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-15 - Environment x Zentralverband des Deutschen Handwerks e.V."],"date":["2015-10-15"],"summary":["Circular Economy and SMEs"],"location":["Brussels,Belgium"],"address":["Brussels,Belgium"],"addressEntity":["addr-9d219e3055790a627449ea0f4745c821332ece94"],"organizer":["ec-dg-env"],"involved":["eu-tr-5189667783-94","ec-person-3bc74ce04ea3f4ab4d91a5c88eef25b8b8a213b4"]}} -{"id":"ec-meeting-2015-10-15-e22e4c067e8a9fe814b84d0b3472f05db3a8fdde","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2015-10-15 - Cabinet of Commissioner Violeta Bulc x Airports Council International - European Region"],"date":["2015-10-15"],"summary":["Meeting board of ACI Europe","aviation"],"notes":["Portfolio: Transport"],"location":["Brussels, Belguim","Brussels"],"address":["Brussels, Belguim","Brussels"],"addressEntity":["addr-84b5e5f38d43901e13b15f0c7dd8b408c954fd9b","addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-4d2b449b5047ea3fda435a2a1c1081e3babcdf76","ec-person-5012c5e45a52ee8ce67d19c1781a127af53e73e7","ec-person-9d4dc4867a44dfe10f67ae7ee1706da3e8b48a24","eu-tr-42566063487-73"]}} -{"id":"ec-meeting-2015-10-15-e4be26785380e867848bd3f4b972e4cbc8328451","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-15 - Cabinet of Commissioner Vytenis Andriukaitis x British Chamber of Commerce | EU & Belgium"],"date":["2015-10-15"],"summary":["Speech: 1 year in office"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-d462b3c7daeee00ad55e380a7fb96819f79899df","eu-tr-56188303384-93"]}} -{"id":"ec-meeting-2015-10-15-ec820bea2b4e0eb6221a0ab3c9446c2e7a4ad023","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-15 - Trade x ASD-Eurospace"],"date":["2015-10-15"],"summary":["EU Aviation Package"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-trade"],"involved":["ec-person-bde9bb099f5d24c52ca4a9255cefc99a5b87a650","eu-tr-873508417106-05"]}} -{"id":"ec-meeting-2015-10-15-f12fa078d4b3fbf151c57bf9276e302cc9e173f1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-15 - Günther Oettinger x Commerzbank AG"],"date":["2015-10-15"],"summary":["banking and DSM"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-4cd59e13386e3b68ecb3611fcc579e0a0a3938a5","eu-tr-83370363079-88"]}} -{"id":"ec-meeting-2015-10-15-fe823f90eb7f876aafaacc229bfd9ab29899c205","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-15 - Environment x The Alliance for Beverage Cartons and the Environment"],"date":["2015-10-15"],"summary":["Circular Economy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-env"],"involved":["eu-tr-57004293853-27","ec-person-3bc74ce04ea3f4ab4d91a5c88eef25b8b8a213b4"]}} -{"id":"ec-meeting-2015-10-16-1d577867aed623375c9c498b7b20d73c41af9f9f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-16 - Cabinet of Commissioner Elżbieta Bieńkowska x Verband der Automobilindustrie"],"date":["2015-10-16"],"summary":["RDE/DIESEL"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-95574664768-90","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2015-10-16-1da430f390bbe1519cc34b05780f535021af4848","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-16 - Internal Market, Industry, Entrepreneurship and SMEs x Bureau Européen des Unions de Consommateurs"],"date":["2015-10-16"],"summary":["VW, car emissions, Single Market Strategy, sharing economy, chemicals including endocrine disruptors, high level group on food supply chain, medical devices"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-grow"],"involved":["eu-tr-9505781573-45","ec-person-60a3d0d628d231b41af1d0c65607b0fd78ca4edc"]}} -{"id":"ec-meeting-2015-10-16-2abcc6ee237b7f7d002c51f8aceb30a5c30b2ccd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-16 - Environment x Conservation International Europe"],"date":["2015-10-16"],"summary":["CEPF Donor Council, presentation of activities. Biodiversity"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-env"],"involved":["eu-tr-70299514465-38","ec-person-3bc74ce04ea3f4ab4d91a5c88eef25b8b8a213b4"]}} -{"id":"ec-meeting-2015-10-16-3b314e2fa372c9d1fd2db1edd718a74741060535","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-16 - Cabinet of Vice-President Andrus Ansip x Internet Watch Foundation"],"date":["2015-10-16"],"summary":["DSM and the Internet Watch Foundation"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-5db7bdd1c81da2e70eb5b982097d0004111b5c3e","eu-tr-144739515066-23"]}} -{"id":"ec-meeting-2015-10-16-3d30aef3b7dd56fa415bf5dd0c94f9de7b7cd0cd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-16 - Cabinet of Vice-President Andrus Ansip x Fédération Internationale de l'Automobile"],"date":["2015-10-16"],"summary":["connectivity"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-84839535366-67","ec-person-6a03bc4fa7657513ea34529e98dba0671ef4c849"]}} -{"id":"ec-meeting-2015-10-16-8a809c498be0312323624ae34f33606fcbb1f4de","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2015-10-16 - Cabinet of Commissioner Jonathan Hill x Which?"],"date":["2015-10-16"],"summary":["Financial Services Policy","Greenpaper on Retail Financial Services and Insurance"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["London"],"address":["London"],"addressEntity":["addr-4c57f0c88d9844630327623633ce269cf826ab99"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["eu-tr-03845856565-52","ec-person-f247edfcff54d4f26fc10769f809c92bc72d6797"]}} -{"id":"ec-meeting-2015-10-16-8af677710721c281b9587117fc928a0b6ed8b4a4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-16 - Cabinet of Commissioner Marianne Thyssen x University of Virginia"],"date":["2015-10-16"],"summary":["Role of statistics in the Stability and Growth Pact and the Macroeconomic Imbalance Procedure"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["eu-tr-005543419109-82","ec-person-5a49eb89125b4b5d1125b3925bbb64aba1bea2b3"]}} -{"id":"ec-meeting-2015-10-16-a151c9d08ab5e926d591efe04ce1e23dcf599ed4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-16 - Cabinet of Vice-President Miguel Arias Cañete x The South-East Europe Change Net Foundation (Fondacija Mreža za promjene Jugoistočne Evrope)"],"date":["2015-10-16"],"summary":["NGO petition on transparency and energy community"],"notes":["Portfolio: Climate Action & Energy"],"location":["Tirana"],"address":["Tirana"],"addressEntity":["addr-6e9b931fa3add11a5083c66abe73444735c1c1ff"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-1831691c10441c5974327bbeb8693d6b6c1e50c3","eu-tr-920254612199-27","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd"]}} -{"id":"ec-meeting-2015-10-16-aa67ec8661c0087d7b507536f44bd78b0643925a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-16 - Trade x spiritsEUROPE"],"date":["2015-10-16"],"summary":["Trade and the spirits sector"],"location":["BRUSSELS"],"address":["BRUSSELS"],"addressEntity":["addr-f74337897287bf1b546f30505f5b1f693a87af50"],"organizer":["ec-dg-trade"],"involved":["ec-person-bde9bb099f5d24c52ca4a9255cefc99a5b87a650","eu-tr-64926487056-58"]}} -{"id":"ec-meeting-2015-10-16-bb094cbc2d0e4350b78dc4f5691b5e13235faedb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-16 - Cabinet of Vice-President Cecilia Malmström x MEDICINES FOR EUROPE"],"date":["2015-10-16"],"summary":["Internal Market strategy"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-48325781850-28","ec-person-8529bbbc6db862f6b82d6fa66a7cf7668804dae7"]}} -{"id":"ec-meeting-2015-10-16-bff1b1d54b19b26e04d12b9974a36504066e3030","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-16 - Cabinet of Commissioner Marianne Thyssen x EuroCommerce"],"date":["2015-10-16"],"summary":["Employment, labour market and skills policy"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["ec-person-bdb607d5d994a4056dd700f8f52d9af25b406b36","eu-tr-84973761187-60","ec-person-c508e9337eca6b067c1f966b82de49c4824a3ad0"]}} -{"id":"ec-meeting-2015-10-16-eb26d962957296afc055819955149738eaa479f2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-16 - Cabinet of Commissioner Tibor Navracsics x The Premier League"],"date":["2015-10-16"],"summary":["Digital Single Market"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-49f31dad10f5641cb1d1e4c3107dd838389e8120","eu-tr-20008164092-96"]}} -{"id":"ec-meeting-2015-10-16-ed93a1e04a114f42a86d204440110df43c173d60","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-16 - Cabinet of Commissioner Tibor Navracsics x Mathieu Fonteneau"],"date":["2015-10-16"],"summary":["Digital single market, sports broadcasting rights"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["eu-tr-345428816733-43","ec-person-49f31dad10f5641cb1d1e4c3107dd838389e8120"]}} -{"id":"ec-meeting-2015-10-16-fdfa6ef78b45f667d506a3854b2cc7b511ce22fe","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-16 - Cabinet of Vice-President Miguel Arias Cañete x ArcelorMittal"],"date":["2015-10-16"],"summary":["Emissions Trading System"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-23527541824-60","ec-person-2229c857664a22dcb8eee79a8c05841fd3d0924f"]}} -{"id":"ec-meeting-2015-10-19-2be5bc43adedb75da300721bb37faa9a7b8dad54","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-19 - Energy x Equinor ASA"],"date":["2015-10-19"],"summary":["European energy policy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["ec-person-6997149120ce5129e38febe5275dc8fd03232d2e","eu-tr-4447605981-76"]}} -{"id":"ec-meeting-2015-10-19-4eac2610713a102a3289368130bd5cc81964219b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-19 - Cabinet of Commissioner Carlos Moedas x American Chamber of Commerce to the European Union"],"date":["2015-10-19"],"summary":["Scientific Advice Mechanism"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-b8d49828915f9008e764a78796d47ea00807a658","eu-tr-5265780509-97"]}} -{"id":"ec-meeting-2015-10-19-550af92f8978159f1516045bdd6eea42768fd427","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-19 - Cabinet of Commissioner Pierre Moscovici x FoodServiceEurope"],"date":["2015-10-19"],"summary":["TVA pour le secteur public"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["eu-tr-822198744-40","ec-person-738f7f25002d191bd2df8936e8f8d1d726c19e2e"]}} -{"id":"ec-meeting-2015-10-19-57a48bd2b1c1d5093f160f7e8c0e09ffeb9fa343","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-19 - Günther Oettinger x Digitalcourage e.V."],"date":["2015-10-19"],"summary":["DSM + Data protection"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-71927374943-68","ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0"]}} -{"id":"ec-meeting-2015-10-19-5a20f6ca06e8bdda8de9272700b38efb7454cdb3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-19 - Cabinet of Vice-President Miguel Arias Cañete x VERBUND AG"],"date":["2015-10-19"],"summary":["Internal Energy market"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-1831691c10441c5974327bbeb8693d6b6c1e50c3","eu-tr-09571422185-81"]}} -{"id":"ec-meeting-2015-10-19-5b3f43cd652071a5613bd74719fa841061a791d4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-19 - Cabinet of First Vice-President Frans Timmermans x American Chamber of Commerce to the European Union"],"date":["2015-10-19"],"summary":["circular economy and better regulation"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["ec-person-7a0c440119cd5d547eceebb055c79b8bb41bf9a2","eu-tr-5265780509-97"]}} -{"id":"ec-meeting-2015-10-19-5e667235436a6c435f2c93049e90246ab960830e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-19 - Cabinet of Vice-President Karmenu Vella x American Chamber of Commerce to the European Union"],"date":["2015-10-19"],"summary":["Circular Economy"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["ec-person-4ff7c27445db4ad88e687776974fd8d077a1fe0c","eu-tr-5265780509-97"]}} -{"id":"ec-meeting-2015-10-19-6468972fb0a07a0c736c5b0215239b887fa33222","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-19 - Cabinet of Vice-President Jyrki Katainen x European agri-cooperatives European farmers"],"date":["2015-10-19"],"summary":["EU trade strategy"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-7c9460f99c5872dbdc561f5752401c870d12e98b","eu-tr-09586631237-74","eu-tr-44856881231-49"]}} -{"id":"ec-meeting-2015-10-19-6549761482a99024d76eaec9c402aacf2d92c377","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-19 - Cabinet of Commissioner Jonathan Hill x Commerzbank AG"],"date":["2015-10-19"],"summary":["Financial Services Policy"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["ec-person-03cf92829e273869bfbd8bbf4f1881dcd0848186","eu-tr-83370363079-88"]}} -{"id":"ec-meeting-2015-10-19-6600ad48b4ecaa1e02bcf7208f8e886ad82532d2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-19 - Cabinet of Commissioner Věra Jourová x Commerzbank AG"],"date":["2015-10-19"],"summary":["Data Protection"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["eu-tr-83370363079-88","ec-person-f329292459cb1badb7fb7c6b67b698c441931bb2"]}} -{"id":"ec-meeting-2015-10-19-6f30e711cb8e9f28d3bd8d624bfa0e9cbe432ea3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-19 - Cabinet of Vice-President Jyrki Katainen x Association des Constructeurs Européens d'Automobiles"],"date":["2015-10-19"],"summary":["Situation of car manufacturing industry"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-0da85dc48012e26688310a59a0b51727ea68f410","eu-tr-0649790813-47"]}} -{"id":"ec-meeting-2015-10-19-76a0d16cf43c9044e98907ad9a0833b7f3644ff2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-19 - Cabinet of Commissioner Věra Jourová x European Magazine Media Association"],"date":["2015-10-19"],"summary":["Data protection, DSM"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-f329292459cb1badb7fb7c6b67b698c441931bb2","eu-tr-37937886834-69"]}} -{"id":"ec-meeting-2015-10-19-772ad462496159199d0397be049517ade89a0a7f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-19 - Cabinet of Commissioner Elżbieta Bieńkowska x American Chamber of Commerce to the European Union"],"date":["2015-10-19"],"summary":["Circular Economy"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-5265780509-97","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2015-10-19-7fa737c2f0ae0c1f66a0ad2a29fcbeca5e046670","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-19 - Cabinet of Commissioner Elżbieta Bieńkowska x Circular Economy Coalition for Europe"],"date":["2015-10-19"],"summary":["Meeting w CEC4Europe re"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-628480917959-24","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2015-10-19-817d91f1b7db08c989a60bfbb70191a7259a33a9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-19 - Cabinet of Commissioner Elżbieta Bieńkowska x LVMH Publica"],"date":["2015-10-19"],"summary":["Introductory meeting"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["ec-person-685ecf13dd26cd515c961e24ba71049af2302c5e","eu-tr-16094042309-21"]}} -{"id":"ec-meeting-2015-10-19-84bb8ced375d49b00babc3c808064318a6ce69b6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-19 - Directorate-General for International Partnerships x Institut de Recherche pour le Développement"],"date":["2015-10-19"],"summary":["Présentation des nouvelles orientations stratégiques d'IRD, axées sur l'Agenda 2030, et l'exploration des possibilités d'une collaboration renforcée avec DEVCO"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-intpa"],"involved":["ec-person-ad00e7dd980bb2a40a95c65a87f8760494546865","eu-tr-325755217346-62"]}} -{"id":"ec-meeting-2015-10-19-8b5f918246c130fb2f31882c8b1faa65376342a7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-19 - Cabinet of Vice-President Miguel Arias Cañete x ClientEarth"],"date":["2015-10-19"],"summary":["Climate and Energy Governance"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-95f883d5d0d484088f26191a8fea8553d674dfbe","eu-tr-96645517357-19"]}} -{"id":"ec-meeting-2015-10-19-980baf79b6ed852d2d985223e21b4df29c1a7464","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-19 - Günther Oettinger x APPLiA (Home Appliance Europe)"],"date":["2015-10-19"],"summary":["Smart Home Appliances"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0","eu-tr-04201463642-88"]}} -{"id":"ec-meeting-2015-10-19-a53c15aab86ca0924b9a2b6813f1bc3c65bbfc03","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-19 - Cabinet of Commissioner Věra Jourová x Eurofinas"],"date":["2015-10-19"],"summary":["Data Protection"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["eu-tr-83211441580-56","ec-person-f329292459cb1badb7fb7c6b67b698c441931bb2"]}} -{"id":"ec-meeting-2015-10-19-a842b0fac1a87fdf3c0050ddbdbbd464b46c6344","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-19 - Financial Stability, Financial Services and Capital Markets Union x Forum Europe"],"date":["2015-10-19"],"summary":["The 14th Annual European Financial Services Conference, a request for continuing support from the DG and Commissioner Hill in relation to the conference."],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-731763615450-48","ec-person-bdee7a93f95c8ef05079539170139b3c02e8ed96"]}} -{"id":"ec-meeting-2015-10-19-af444d814cbb54213e46aa8a8ec84e1c8d79d67d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-19 - Cabinet of Commissioner Věra Jourová x Comuto SA"],"date":["2015-10-19"],"summary":["Collaborative Economy"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-a2ca9161feee56909a0e98b473c2d342c20fdb57","eu-tr-290486916308-69"]}} -{"id":"ec-meeting-2015-10-19-b16c4041c7fef1a60b62a8299800b388a65de33e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-19 - Cabinet of Commissioner Jonathan Hill x State Street Corporation"],"date":["2015-10-19"],"summary":["Introduction; CRR review; CMU"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["eu-tr-2428270908-83","ec-person-890015b0d769ee93a09119846b414d4aae7c64ae"]}} -{"id":"ec-meeting-2015-10-19-be7909c41f3bbdb5daac6febab4dc24a28166419","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-19 - Cabinet of Commissioner Vytenis Andriukaitis x The Born Free Foundation"],"date":["2015-10-19"],"summary":["Animal welfare"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-0dbfffeb0323f819c8d57164906086dd8639c437","eu-tr-62574836751-41"]}} -{"id":"ec-meeting-2015-10-19-c7bab305687bcce7bbc0f9f34ffed2d5d66d57a4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-19 - Cabinet of Vice-President Maroš Šefčovič x NEW AREVA HOLDING SA"],"date":["2015-10-19"],"summary":["Energy Union and market design"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-9f6823821fe68d82e9b9dbe81181ecacb0265d94","eu-tr-41126912590-71","ec-person-192eca4cb918c7382c916bec9bfe04e745ee91cb"]}} -{"id":"ec-meeting-2015-10-19-cdddea2e34a9104f599990ca8e64cbd9b0f8b88d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-19 - Cabinet of Vice-President Neven Mimica x Institut de Recherche pour le Développement"],"date":["2015-10-19"],"summary":["Importance of research in development cooperation"],"notes":["Portfolio: International Cooperation & Development"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-mimica-neven-of-president-vice"],"involved":["ec-person-e90858f5aba78fd0e1cb2f757c3f38d55d91f98b","eu-tr-325755217346-62"]}} -{"id":"ec-meeting-2015-10-19-ecdfa68a17b56efec46278c235bcdfb0e24998a0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-19 - Cabinet of Vice-President Jyrki Katainen x European Business Summit Network"],"date":["2015-10-19"],"summary":["EBS 2016"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-7c9460f99c5872dbdc561f5752401c870d12e98b","eu-tr-268958411031-65"]}} -{"id":"ec-meeting-2015-10-19-f024555a1d8243591f2b27b6e0705a4334ab2c41","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-19 - Cabinet of Vice-President Jyrki Katainen x Circular Economy Coalition for Europe"],"date":["2015-10-19"],"summary":["Circular Economy"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-0310c3b87e155f5572493e91d12eebab9736a76b","eu-tr-628480917959-24"]}} -{"id":"ec-meeting-2015-10-19-f2dbebf742dea5841132e745ee6a86a82b7f2c89","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-19 - Cabinet of Commissioner Věra Jourová x European Federation of National Organisations working with the Homeless"],"date":["2015-10-19"],"summary":["Violence against homeless women"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-5455ecfabb89025694c798deac08160a2be17d94","eu-tr-42528706153-39"]}} -{"id":"ec-meeting-2015-10-20-052da47b9e8288071e9a1273203ab14174a7efb4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-20 - Cabinet of Commissioner Corina Crețu x ENGIE"],"date":["2015-10-20"],"summary":["Cohesion policy in France"],"notes":["Portfolio: Regional Policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-corina-cretu-of"],"involved":["eu-tr-90947457424-20","ec-person-f5bd4d5d0170028815aba56ee7d4883f0fd70f47"]}} -{"id":"ec-meeting-2015-10-20-0983b3731f3fc50c26a974fb1e1c1ea696fa3fb8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-20 - Environment x EUROMETAUX"],"date":["2015-10-20"],"summary":["Better Regulation and Chemicals Management"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-env"],"involved":["eu-tr-61650796093-48","ec-person-3bc74ce04ea3f4ab4d91a5c88eef25b8b8a213b4"]}} -{"id":"ec-meeting-2015-10-20-0e17e81ccd8c37bd1c8dd5b61b72c811e7c9e230","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-20 - Cabinet of Commissioner Jonathan Hill x London Clearing House"],"date":["2015-10-20"],"summary":["CCP recovery and resolution"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["eu-tr-458219510100-89","ec-person-341f30cfe9dff9d73b83fe8d9e88d7383d6910d3"]}} -{"id":"ec-meeting-2015-10-20-177c8fa88035d9940e1304fd93526df1404bab8a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-20 - Cabinet of Commissioner Vytenis Andriukaitis x EuroHealthNet"],"date":["2015-10-20"],"summary":["Health in the EU Semester, health promotion and disease prevention"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["eu-tr-48562122691-12","ec-person-97425c615743576adc42e09bee7dac14f83f691b","ec-person-df30d07ef698a52b9948b9c734db39196cf8541f"]}} -{"id":"ec-meeting-2015-10-20-207e996a54d403bdfecb3d692175863a6298ba74","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-20 - Cabinet of Commissioner Violeta Bulc x GETLINK"],"date":["2015-10-20"],"summary":["Visiting operations of Eurotunnel"],"notes":["Portfolio: Transport"],"location":["Calais, France"],"address":["Calais, France"],"addressEntity":["addr-0f6a12f3c22931d425e849b6001cdc6ef85885e1"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-4d2b449b5047ea3fda435a2a1c1081e3babcdf76","eu-tr-092337815041-92","ec-person-9d4dc4867a44dfe10f67ae7ee1706da3e8b48a24","ec-person-dd7851e4a1e747e824b4f81139e33bc3cdb73160"]}} -{"id":"ec-meeting-2015-10-20-2e19b5e7b748a441c38e676ede8ea848a2f4d2c1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-20 - Cabinet of Commissioner Pierre Moscovici x Association Française de la Gestion financière"],"date":["2015-10-20"],"summary":["SST securitisation"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["eu-tr-5975679180-97","ec-person-18ec03f403696ecde522f7843ba9c4ff6335ead4"]}} -{"id":"ec-meeting-2015-10-20-363cc6d1e9db57ae0b69c7e4b7794aecc956fa73","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-20 - Cabinet of Vice-President Jyrki Katainen x BlackRock"],"date":["2015-10-20"],"summary":["European Fund for Strategic Investments, and the Capital Markets Union"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-7c9460f99c5872dbdc561f5752401c870d12e98b","eu-tr-51436554494-18"]}} -{"id":"ec-meeting-2015-10-20-3b01484006e38dc9970d827c1ea6d102fd6b6bf7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-20 - Cabinet of Vice-President Maroš Šefčovič x SwissCore, Contact Office for European Research, Innovation and Education"],"date":["2015-10-20"],"summary":["Engaging stakeholders in the R&I aspects of the Energy Union"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-9f6823821fe68d82e9b9dbe81181ecacb0265d94","eu-tr-94320538514-40"]}} -{"id":"ec-meeting-2015-10-20-3b18f4d0f811f4a4b21e895f20313464142a8bf8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-20 - Cabinet of Vice-President Cecilia Malmström x Wirtschaftskammer Österreich"],"date":["2015-10-20"],"summary":["TTIP"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-cb8ca9ec2413722fa83484ed18dd76ace52d0118","eu-tr-10405322962-08"]}} -{"id":"ec-meeting-2015-10-20-4a5ea13e5d4c35afd7c02e3d81fd0ce320b9dec9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-20 - Cabinet of First Vice-President Frans Timmermans x Zweites Deutsches Fernsehen ARD-Verbindungsbüro Brüssel"],"date":["2015-10-20"],"summary":["Copyrights and the Satellite and Cable Directive"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-3209361971-85","eu-tr-6774178922-55","ec-person-ee0e358952eb5192d26c98d36095038f6b8223f2"]}} -{"id":"ec-meeting-2015-10-20-4ab2fdb162abd719fb3e2f148b945294a7e95055","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-20 - Günther Oettinger x BANCO BILBAO VIZCAYA ARGENTARIA"],"date":["2015-10-20"],"summary":["Digital Economy"],"location":["Lisbon"],"address":["Lisbon"],"addressEntity":["addr-848652ee3980a189b8c12a7aa6d35f433633e2ba"],"organizer":["ec-dg-de"],"involved":["ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0","eu-tr-090350412968-04"]}} -{"id":"ec-meeting-2015-10-20-4c9e24508e4a97d41c52b3fcf5e7848b79084427","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-20 - Cabinet of Vice-President Maroš Šefčovič x Association des Constructeurs Européens d'Automobiles"],"date":["2015-10-20"],"summary":["Decarbonisation of Transport, presentation of ACEA position on Commission's forthcoming paper on RDE, CoP21"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-3bf48630444ace93d407e52eb880e64d480f75ce","eu-tr-0649790813-47"]}} -{"id":"ec-meeting-2015-10-20-4efebbd857f871b064d7b40500adf63e923b1d7c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-20 - Cabinet of President Jean-Claude Juncker x European Branded Clothing Alliance"],"date":["2015-10-20"],"summary":["Latest developments in the field."],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-e415577aabb40c0f789310505c6c5803aa69037b","eu-tr-61866543669-46"]}} -{"id":"ec-meeting-2015-10-20-51217f5c860fc15114e6fd73061aadc9005210b8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-20 - Günther Oettinger x France Industrie"],"date":["2015-10-20"],"summary":["DSM"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-d8b86b98a24683917c569000ed6d8c45bedbbc00","eu-tr-60974102057-03"]}} -{"id":"ec-meeting-2015-10-20-5b5d8a61756c59d92135a3064886e66b6c31760d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-20 - Cabinet of Vice-President Jyrki Katainen x Biobased Industries Consortium"],"date":["2015-10-20"],"summary":["Circular Economy"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-551694718159-54","ec-person-0310c3b87e155f5572493e91d12eebab9736a76b"]}} -{"id":"ec-meeting-2015-10-20-6030b5c9e988ed093344aa9f9cadc1508b843efb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-20 - Günther Oettinger x International Association of Scientific, Technical and Medical Publishers"],"date":["2015-10-20"],"summary":["copyright"],"location":["BXL"],"address":["BXL"],"addressEntity":["addr-d2fde52f67ea4a3e1fe233d0a959d6a1c77fd910"],"organizer":["ec-dg-de"],"involved":["eu-tr-98356852465-08","ec-person-49723482bb23d029cbfc010cb37eec7392a0ae02"]}} -{"id":"ec-meeting-2015-10-20-63c28ac4d7f871c9bcc3d74a2674d7fef7ef0166","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-20 - Günther Oettinger x Federation of European Publishers"],"date":["2015-10-20"],"summary":["copyright"],"location":["BXL"],"address":["BXL"],"addressEntity":["addr-d2fde52f67ea4a3e1fe233d0a959d6a1c77fd910"],"organizer":["ec-dg-de"],"involved":["eu-tr-398541467-53","ec-person-49723482bb23d029cbfc010cb37eec7392a0ae02"]}} -{"id":"ec-meeting-2015-10-20-70ed687de7621f9c58bcaf8e4bd6c39f883f80ac","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-20 - Cabinet of President Jean-Claude Juncker x Handelsverband Deutschland"],"date":["2015-10-20"],"summary":["Issues of interest for the European Retail sector"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-31200871765-41","ec-person-c402e34a99fbee730ae22e3b1958e21c94dc6fcc"]}} -{"id":"ec-meeting-2015-10-20-80bb1b6ac35fc0ae75d49dfcc7997fa281556d17","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-20 - Cabinet of Vice-President Miguel Arias Cañete x Transport and Environment (European Federation for Transport and Environment)"],"date":["2015-10-20"],"summary":["Decarbonization of road transport"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd","eu-tr-58744833263-19"]}} -{"id":"ec-meeting-2015-10-20-88029d402b6443ab6c1d1f51666925bc82b74c02","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-20 - Cabinet of Commissioner Pierre Moscovici x Foundation for an Open Society DOTS"],"date":["2015-10-20"],"summary":["MFA, foreign affairs"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["ec-person-18ec03f403696ecde522f7843ba9c4ff6335ead4","eu-tr-632264216418-66"]}} -{"id":"ec-meeting-2015-10-20-8a7e191854352cc6e7a6c3eb3df1e566405eae2e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-20 - Cabinet of Commissioner Jonathan Hill x Barclays PLC"],"date":["2015-10-20"],"summary":["Tour d'Horizon on Topical Financial Services Issues"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["eu-tr-72390466359-39","ec-person-5e8e66c5b37cfc1f9272932bf8e12f4b28d1160a"]}} -{"id":"ec-meeting-2015-10-20-8de9ae4c49d81b75e52e11fe3027283785eed1fd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-20 - Cabinet of Vice-President Cecilia Malmström x European Meat Network"],"date":["2015-10-20"],"summary":["FTA developments in the meat trade sector"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-407314916469-56","ec-person-98880f3f4206145e196013db9dd806a551c11e06"]}} -{"id":"ec-meeting-2015-10-20-93b02b597e28f0e4902a17acb0f8c256b0e942fd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-20 - Cabinet of Vice-President Neven Mimica x European Business Summit Network"],"date":["2015-10-20"],"summary":["EBS 2016"],"notes":["Portfolio: International Cooperation & Development"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-mimica-neven-of-president-vice"],"involved":["ec-person-e90858f5aba78fd0e1cb2f757c3f38d55d91f98b","eu-tr-268958411031-65"]}} -{"id":"ec-meeting-2015-10-20-a1e339c52dc2352ae515410b189e2c540bae4365","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-20 - Cabinet of Vice-President Jyrki Katainen x European Chemical Industry Council"],"date":["2015-10-20"],"summary":["Growth and competitiveness"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90","eu-tr-64879142323-90"]}} -{"id":"ec-meeting-2015-10-20-ab3a537581b6e3bec4807e9153ee66aabb16b2a0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-20 - Günther Oettinger x Zentralverband des Deutschen Handwerks e.V."],"date":["2015-10-20"],"summary":["DSM"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-c6cae64cc7dc787b66a47ab1613d3e922875b971","eu-tr-5189667783-94"]}} -{"id":"ec-meeting-2015-10-20-afedf17dc8eb38ddf067b4a8e289d1bedcf5c36b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-20 - Cabinet of Commissioner Jonathan Hill x Berbalk Communications"],"date":["2015-10-20"],"summary":["CMU, Private Pension"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Belgium, Brussels, BERL"],"address":["Belgium, Brussels, BERL"],"addressEntity":["addr-afebf85a436897fe5234b2ac0d00a1ddc4c9dd27"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["ec-person-5fdb62e20cecef81f87f94d3d1bcdd3b47b26af0","eu-tr-309943411467-94"]}} -{"id":"ec-meeting-2015-10-20-bd31d0834a1278fb5618becae751a837082c144f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-20 - Günther Oettinger x Mozilla Corporation"],"date":["2015-10-20"],"summary":["DSM"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-174457719063-67","ec-person-c6cae64cc7dc787b66a47ab1613d3e922875b971"]}} -{"id":"ec-meeting-2015-10-20-be819f96e795f1e4786ea1957f77f993be8ddb1c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-20 - Cabinet of Vice-President Valdis Dombrovskis x Austria Wirtschaftsservice Gesellschaft mbH Verband Deutscher Bürgschaftsbanken e.V. Association européenne du cautionnement"],"date":["2015-10-20"],"summary":["Financial regulation overview"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-85252491441-36","eu-tr-67611102869-33","ec-person-48f31156d932641826e09f5b73f074d35ff05786","eu-tr-212242816429-05"]}} -{"id":"ec-meeting-2015-10-20-c1762cd6eacdb89ca087f2fb6b6c4d6b8da332cd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-20 - Cabinet of Vice-President Cecilia Malmström x European Retail Round Table"],"date":["2015-10-20"],"summary":["Informed about ERRT and extended invitation to the Commissioner"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-15751468852-52","ec-person-20ded9db5df11164331bb161fdf234b1e5ad53fd","ec-person-cb8ca9ec2413722fa83484ed18dd76ace52d0118"]}} -{"id":"ec-meeting-2015-10-20-c600f6234cc18b30d5d7401f44508693a3a0c82a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-20 - Cabinet of Commissioner Elżbieta Bieńkowska x Handelsverband Deutschland"],"date":["2015-10-20"],"summary":["B2B relationships in food supply chain"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-31200871765-41","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2015-10-20-ceca06aed20101da4657523daa49a6b1162ad8fa","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-20 - Günther Oettinger x SAP"],"date":["2015-10-20"],"summary":["DSM"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-d8b86b98a24683917c569000ed6d8c45bedbbc00","eu-tr-639117311617-01"]}} -{"id":"ec-meeting-2015-10-20-d0471a7f646aab2bc811e8f6437c5790c65ff397","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-20 - Cabinet of Vice-President Jyrki Katainen x UPS Europe SRL/BV American Chamber of Commerce to the European Union Dell Inc."],"date":["2015-10-20"],"summary":["Outreach for possible AmCham event"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-28739192542-16","ec-person-7c9460f99c5872dbdc561f5752401c870d12e98b","eu-tr-07691616536-09","eu-tr-5265780509-97"]}} -{"id":"ec-meeting-2015-10-20-d3c87c168cd01e34021b30ac9d76f007307382eb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-20 - Cabinet of Vice-President Johannes Hahn x Norwegian Refugee Council Europe"],"date":["2015-10-20"],"summary":["situation of Palestine and impact of Israeli actions"],"notes":["Portfolio: European Neighbourhood Policy & Enlargement Negotiations"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-hahn-johannes-of-president-vice"],"involved":["ec-person-ffbd1e8ac522a6bd1cdc4b724b9a4416b5d36034","eu-tr-750447615329-96"]}} -{"id":"ec-meeting-2015-10-20-d4c6d0062f91b5a28625afedb4ec8d5eddd8b69a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-20 - Financial Stability, Financial Services and Capital Markets Union x Financial Markets Law Committee"],"date":["2015-10-20"],"summary":["US/EU CCP EQUIVALENCE"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-587821318036-97","ec-person-bdee7a93f95c8ef05079539170139b3c02e8ed96"]}} -{"id":"ec-meeting-2015-10-20-d953aa64da85b912a3d8c82c4230f45165938fb8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-20 - Competition x BUSINESSEUROPE"],"date":["2015-10-20"],"summary":["To make acquaintance and to review competition policy trends"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-comp"],"involved":["ec-person-8600a621c9aef12fc33b708e13b3cd3d5fa5696b","eu-tr-3978240953-79"]}} -{"id":"ec-meeting-2015-10-21-062e4e7edae338ed7a1f267361ed7a8bb97014f6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-21 - Cabinet of Commissioner Carlos Moedas x ExxonMobil Petroleum & Chemical"],"date":["2015-10-21"],"summary":["Research and Innovation in the scope of Energy Union"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-fb56329c22510c66ab50a8bdba13230bdae32902","eu-tr-0745650927-75"]}} -{"id":"ec-meeting-2015-10-21-0881a76cb70377cc5e56e8cdca37a4df143838f8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-21 - Cabinet of Vice-President Valdis Dombrovskis x Bundesverband Öffentlicher Banken Deutschlands eV"],"date":["2015-10-21"],"summary":["Deposit insurance"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-0767788931-41","ec-person-48f31156d932641826e09f5b73f074d35ff05786"]}} -{"id":"ec-meeting-2015-10-21-1e38974a4d3ec4ec814de56248537f6b9e351128","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-21 - Energy x ABB Ltd"],"date":["2015-10-21"],"summary":["European energy policy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-7790041608-14","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2015-10-21-20839f1177f95111857ddd04fb78eec900477bc3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-21 - Cabinet of High Representative / Vice-President Federica Mogherini x UNITEE AISBL"],"date":["2015-10-21"],"summary":["EU economic relations with Turkey and the Western Balcans"],"notes":["Portfolio: Foreign Affairs and Security Policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"involved":["eu-tr-07875727774-09","ec-person-ffe369688b1df8f09154d965f094473d619d72e0"]}} -{"id":"ec-meeting-2015-10-21-3ee4988beb699f8c06031414973cf625a1467a34","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-21 - Cabinet of Commissioner Carlos Moedas x NCC AB"],"date":["2015-10-21"],"summary":["Circular Economy, Nature-based solutions"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-fb56329c22510c66ab50a8bdba13230bdae32902","eu-tr-026536419006-75"]}} -{"id":"ec-meeting-2015-10-21-4120e135a5041283464a845e422d3688b0a4eada","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-21 - Cabinet of Commissioner Violeta Bulc x European Cockpit Association"],"date":["2015-10-21"],"summary":["Aviation"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-39838147687-59","ec-person-9d4dc4867a44dfe10f67ae7ee1706da3e8b48a24"]}} -{"id":"ec-meeting-2015-10-21-44e15ff6b627b76b051f4a0bc769eaa490ba364b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-21 - Cabinet of Vice-President Andrus Ansip x Bundesverband deutscher Banken e.V."],"date":["2015-10-21"],"summary":["Digitalisation, public eServices, interoperability"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-6a03bc4fa7657513ea34529e98dba0671ef4c849","eu-tr-0764199368-97"]}} -{"id":"ec-meeting-2015-10-21-45cc15bd39cc679168f0d1c29aa2f7a5a72fcd8c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-21 - Cabinet of Commissioner Pierre Moscovici x SALESAS TRES CENTRO DE ESTUDIOS"],"date":["2015-10-21"],"summary":["Union monétaire"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["eu-tr-400183910694-08","ec-person-18ec03f403696ecde522f7843ba9c4ff6335ead4"]}} -{"id":"ec-meeting-2015-10-21-51e43ea2011d3bccac05746554295cdc317ddcc9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-21 - Cabinet of Commissioner Jonathan Hill x Institute of International Finance"],"date":["2015-10-21"],"summary":["CMU; CRR; CRD-Review"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["eu-tr-48714858158-06","ec-person-890015b0d769ee93a09119846b414d4aae7c64ae"]}} -{"id":"ec-meeting-2015-10-21-56df41ecd59d60e6c526bf92d8784f7d15c6fb8e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-21 - Günther Oettinger x Orange"],"date":["2015-10-21"],"summary":["DSM"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-76704342721-41","ec-person-c6cae64cc7dc787b66a47ab1613d3e922875b971"]}} -{"id":"ec-meeting-2015-10-21-5e6df78a6e8552973c47fa4df7c83070f9ec64fc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-21 - Cabinet of Commissioner Elżbieta Bieńkowska x APPLiA (Home Appliance Europe)"],"date":["2015-10-21"],"summary":["Development of sector & challenges"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-04201463642-88","ec-person-95a769a1850d7d595f9a5853c51dcbdd3ddd69fb","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2015-10-21-5eaec83c3f982904c993c402d2e8b5aca0795a3f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-21 - Cabinet of Commissioner Jonathan Hill x Accenture PLC"],"date":["2015-10-21"],"summary":["Financial Services Polichy"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["ec-person-03cf92829e273869bfbd8bbf4f1881dcd0848186","eu-tr-34424201320-69"]}} -{"id":"ec-meeting-2015-10-21-632a17a6e6ba949708c69b9ed9c0e50709e0327f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-21 - Cabinet of Vice-President Karmenu Vella x Circular Economy Coalition for Europe"],"date":["2015-10-21"],"summary":["Circular Economy"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["ec-person-4ff7c27445db4ad88e687776974fd8d077a1fe0c","eu-tr-628480917959-24"]}} -{"id":"ec-meeting-2015-10-21-643bd846f81ff262cc569cd8e2e792e2121512cb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-21 - Cabinet of Vice-President Andrus Ansip x Google"],"date":["2015-10-21"],"summary":["Platforms"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-03181945560-59","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45"]}} -{"id":"ec-meeting-2015-10-21-6e2a00289106e2592ba708a0bf591441c1f03d70","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-21 - Cabinet of Commissioner Věra Jourová x Eurelectric aisbl"],"date":["2015-10-21"],"summary":["Energy union"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["eu-tr-4271427696-87","ec-person-f329292459cb1badb7fb7c6b67b698c441931bb2","ec-person-a608b85b2ffef83f883b5a2330b6232efa1b7141"]}} -{"id":"ec-meeting-2015-10-21-7531a8022663be0540e3266078e4389f2405aecc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-21 - Cabinet of Commissioner Věra Jourová x Insurance Europe"],"date":["2015-10-21"],"summary":["GDPR"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-f329292459cb1badb7fb7c6b67b698c441931bb2","eu-tr-33213703459-54"]}} -{"id":"ec-meeting-2015-10-21-76b91ed0aacc2bce1c6b0e410365c7d0bbd1a64b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-21 - Cabinet of Commissioner Jonathan Hill x Bundesverband Öffentlicher Banken Deutschlands eV"],"date":["2015-10-21"],"summary":["European Deposit Insurance Guarantee Scheme"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["eu-tr-0767788931-41","ec-person-890015b0d769ee93a09119846b414d4aae7c64ae"]}} -{"id":"ec-meeting-2015-10-21-79ae6fef6b298429b975beb8b20b4e96813850b2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-21 - Cabinet of Vice-President Miguel Arias Cañete x Teollisuuden Voima Oyj Pohjolan Voima Oyj"],"date":["2015-10-21"],"summary":["Role of nuclear power in the EU energy policy"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-352103717639-15","ec-person-62773e55e1985542cb18a2a89f2053f2f39146b1","eu-tr-287403519124-60"]}} -{"id":"ec-meeting-2015-10-21-7fd109109984fd83fceab4b5720de1cc15d55b13","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-21 - Cabinet of Vice-President Karmenu Vella x SURFRIDER FOUNDATION EUROPE"],"date":["2015-10-21"],"summary":["Ocean Governance"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["eu-tr-58969291154-50","ec-person-2966d69fae0ea4e67f3f2df5a743cc766267d3c8"]}} -{"id":"ec-meeting-2015-10-21-899e989ef1cca73817a7c40f56ede78545a02668","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-21 - Cabinet of Vice-President Neven Mimica x Deutsche Gesellschaft für Internationale Zusammenarbeit (GIZ) GmbH"],"date":["2015-10-21"],"summary":["Presentation of network of European development agencies EUNIDA"],"notes":["Portfolio: International Cooperation & Development"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-mimica-neven-of-president-vice"],"involved":["ec-person-e90858f5aba78fd0e1cb2f757c3f38d55d91f98b","eu-tr-78346836208-90"]}} -{"id":"ec-meeting-2015-10-21-a07d4681265a8beac508a203fe2b23ecf36221d3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-21 - Cabinet of Vice-President Cecilia Malmström x AT&T, Inc."],"date":["2015-10-21"],"summary":["TTIP"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-cb8ca9ec2413722fa83484ed18dd76ace52d0118","eu-tr-92442218459-37"]}} -{"id":"ec-meeting-2015-10-21-b17813455f7dd301e2a9b04a269efbe05b2ede1b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-21 - Cabinet of Vice-President Neven Mimica x OXFAM INTERNATIONAL EU ADVOCACY OFFICE"],"date":["2015-10-21"],"summary":["SDGs, migration, gender, inequalities"],"notes":["Portfolio: International Cooperation & Development"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-mimica-neven-of-president-vice"],"involved":["eu-tr-46856801604-90","ec-person-e90858f5aba78fd0e1cb2f757c3f38d55d91f98b"]}} -{"id":"ec-meeting-2015-10-21-bcf4343ef15d7703c1184ced2c635ac44647927b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-21 - Cabinet of Commissioner Věra Jourová x International Association of Privacy Professionals"],"date":["2015-10-21"],"summary":["GDPR"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["eu-tr-977881918839-35","ec-person-f329292459cb1badb7fb7c6b67b698c441931bb2"]}} -{"id":"ec-meeting-2015-10-21-c13d1f61f91daf0a3333814ea40e5c9c228fd398","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-21 - Internal Market, Industry, Entrepreneurship and SMEs x EuropaBio"],"date":["2015-10-21"],"summary":["current challenges for the biotech industry"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-grow"],"involved":["eu-tr-1298286943-59","ec-person-60a3d0d628d231b41af1d0c65607b0fd78ca4edc"]}} -{"id":"ec-meeting-2015-10-21-c1c2c9aad2a7408983596355df3c4443b8a92731","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-21 - Financial Stability, Financial Services and Capital Markets Union x Association française des sociétés Financières"],"date":["2015-10-21"],"summary":["Les priorités de la Commissions pour les 4 années à venir; La nouvelle approche réglementaire de la Commission, en faveur notamment d'une application \"proportionnée\" et \"adapté\" des règles prudentielles (notamment dans le cadre de CRR) et l'impact sur les relations avec les organisations internationales (Comité de Bâle, l’IOSCO etc.); L'Union des marchés des capitaux. En particulier, la titrisation STS, le Livre vert consacré à la finance de détail et l'harmonisation des procédures d'insolvabilité."],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-97303386616-87","ec-person-bdee7a93f95c8ef05079539170139b3c02e8ed96"]}} -{"id":"ec-meeting-2015-10-21-c411c41577cead0e347fe3379fd68866d1e6c08c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-21 - Financial Stability, Financial Services and Capital Markets Union x Japan Center for International Finance"],"date":["2015-10-21"],"summary":["Strengthening and stabilisation of the financial system"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-315700115871-41","ec-person-bdee7a93f95c8ef05079539170139b3c02e8ed96"]}} -{"id":"ec-meeting-2015-10-21-c4b20e7b366d8f47e614483d6957aaed381ff530","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-21 - Financial Stability, Financial Services and Capital Markets Union x TheCityUK"],"date":["2015-10-21"],"summary":["The relationship between UK and EU"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-237922911665-25","ec-person-bdee7a93f95c8ef05079539170139b3c02e8ed96"]}} -{"id":"ec-meeting-2015-10-21-c53bb0a2a725a929c4cea1c9c9d33de39c7fffc1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-21 - Environment x Food & Water Action Europe"],"date":["2015-10-21"],"summary":["EC Recommendation on fracking"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-env"],"involved":["eu-tr-42119616334-41","ec-person-3bc74ce04ea3f4ab4d91a5c88eef25b8b8a213b4"]}} -{"id":"ec-meeting-2015-10-21-c9bd8432e2144431ab0db6e1ab157c67457b353d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-21 - Cabinet of Commissioner Elżbieta Bieńkowska x Zentralverband des Deutschen Handwerks e.V."],"date":["2015-10-21"],"summary":["SME general"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["ec-person-6cd920669457898c6304ed6a599a852d84518227","eu-tr-5189667783-94"]}} -{"id":"ec-meeting-2015-10-21-d9daa98898ff67d76ae0de8109eb8262d8f6fc91","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-21 - Cabinet of Commissioner Jonathan Hill x ENGIE"],"date":["2015-10-21"],"summary":["CRR exemption of commodity dealers"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["eu-tr-90947457424-20","ec-person-890015b0d769ee93a09119846b414d4aae7c64ae"]}} -{"id":"ec-meeting-2015-10-21-f1504858efce78c0e814b4a28b0b90cfb2ff71ea","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-21 - Mobility and Transport x European Sea Ports Organisation"],"date":["2015-10-21"],"summary":["port sector and ports regulation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-move"],"involved":["eu-tr-01554483175-08","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2015-10-21-f4364a47aed750243e0cbe3f4e6d0a8bf3628eb9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-21 - Cabinet of Vice-President Miguel Arias Cañete x NCC AB"],"date":["2015-10-21"],"summary":["COP 21"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-95f883d5d0d484088f26191a8fea8553d674dfbe","eu-tr-026536419006-75"]}} -{"id":"ec-meeting-2015-10-22-038f5fa404fdd05f4099e06bcb8b528e386a8e6b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-22 - Cabinet of Commissioner Phil Hogan x T&L Sugars Limited"],"date":["2015-10-22"],"summary":["Sugar"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-400dd8d59d3060187d9b9b143d697da1a3d03c12","eu-tr-50465929991-70"]}} -{"id":"ec-meeting-2015-10-22-0ca0b681b6dbd962d261ad64bcd8e3e6db7874c8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-22 - Internal Market, Industry, Entrepreneurship and SMEs x ABB Ltd"],"date":["2015-10-22"],"summary":["energy efficiency"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-grow"],"involved":["eu-tr-7790041608-14","ec-person-60a3d0d628d231b41af1d0c65607b0fd78ca4edc"]}} -{"id":"ec-meeting-2015-10-22-1968a060bd58b2785679c0c618dab6ce5e020bbf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-22 - Günther Oettinger x European Telecommunications Network Operators' Association"],"date":["2015-10-22"],"summary":["Telecom review"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-4cd59e13386e3b68ecb3611fcc579e0a0a3938a5","eu-tr-08957111909-85"]}} -{"id":"ec-meeting-2015-10-22-1f8453f3e42d7aa004b4e4970a7322e3caa6637b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-22 - Cabinet of Commissioner Marianne Thyssen x European Business Summit Network"],"date":["2015-10-22"],"summary":["Possible participation of Commissioner Thyssen to the 2016 EBS"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["ec-person-5a49eb89125b4b5d1125b3925bbb64aba1bea2b3","eu-tr-268958411031-65"]}} -{"id":"ec-meeting-2015-10-22-2749c2fb3cda0a9e70ffd518fc4a53895f0c4061","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-22 - Cabinet of Vice-President Johannes Hahn x BP p.l.c."],"date":["2015-10-22"],"summary":["International energy issues"],"notes":["Portfolio: European Neighbourhood Policy & Enlargement Negotiations"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-hahn-johannes-of-president-vice"],"involved":["eu-tr-3394026642-58","ec-person-2fca685599028e7674f6143b21eb6760c913eef0"]}} -{"id":"ec-meeting-2015-10-22-2f23bbe62235d7e00aa9bcdee9b9dcdb8f8718c3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-22 - Taskforce on Article 50 negotiations with the United Kingdom x Universities UK International"],"date":["2015-10-22"],"summary":["UK Referendum"],"location":["Brussels BERL 2/320"],"address":["Brussels BERL 2/320"],"addressEntity":["addr-177399344da6eb4f569d10b91848fc031cf3db28"],"organizer":["ec-dg-tf50"],"involved":["eu-tr-503102215568-76","ec-person-ebad254ad157f20ffe76dada00bb408af413c89a"]}} -{"id":"ec-meeting-2015-10-22-2fd1b54d9c02d483e2220f363f476e3fc85563fb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-22 - Financial Stability, Financial Services and Capital Markets Union x Deutscher Sparkassen-und Giroverband"],"date":["2015-10-22"],"summary":["the Commissions' plans for a European deposit guarantee or reinsurance scheme, the capital markets union and the greenbook on retail financing"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-62379064909-15","ec-person-bdee7a93f95c8ef05079539170139b3c02e8ed96"]}} -{"id":"ec-meeting-2015-10-22-32f25a26885ce2b5e15ccd633e8adcb1117ac7e1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-22 - Internal Market, Industry, Entrepreneurship and SMEs x SGI Europe"],"date":["2015-10-22"],"summary":["Single market, industry modernisation, SME policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-grow"],"involved":["ec-person-60a3d0d628d231b41af1d0c65607b0fd78ca4edc","eu-tr-59513031434-92"]}} -{"id":"ec-meeting-2015-10-22-6030b5c9e988ed093344aa9f9cadc1508b843efb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-22 - Günther Oettinger x International Association of Scientific, Technical and Medical Publishers"],"date":["2015-10-22"],"summary":["copyright"],"location":["BXL"],"address":["BXL"],"addressEntity":["addr-d2fde52f67ea4a3e1fe233d0a959d6a1c77fd910"],"organizer":["ec-dg-de"],"involved":["eu-tr-98356852465-08","ec-person-49723482bb23d029cbfc010cb37eec7392a0ae02"]}} -{"id":"ec-meeting-2015-10-22-7391b15704b98a86144c87c746e064801858d8db","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-22 - Cabinet of Commissioner Violeta Bulc x ZODIAC AEROSAFETY SYSTEMS"],"date":["2015-10-22"],"summary":["Aviation"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-9d4dc4867a44dfe10f67ae7ee1706da3e8b48a24","eu-tr-552595119292-53"]}} -{"id":"ec-meeting-2015-10-22-776eec306749dd54812a3ceb4db7f9741963f2d3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-22 - Secretariat-General x Centre for European Policy Studies"],"date":["2015-10-22"],"summary":["The role of think tanks in EU policy making"],"location":["Brussels - Belgium"],"address":["Brussels - Belgium"],"addressEntity":["addr-85d514873c3b55c68206168e47e9d4fc69799cc8"],"organizer":["ec-dg-sg"],"involved":["ec-person-6aa97634438bb481caaf90d7277bdc0b062d44fb","eu-tr-86853666704-95"]}} -{"id":"ec-meeting-2015-10-22-7ad105fdaa9748a88a4914088a340dbdddbd4e3b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-22 - Cabinet of Vice-President Karmenu Vella x Thai Union Europe"],"date":["2015-10-22"],"summary":["Illegal, Unregulated and Unreported Fishing"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["eu-tr-297234816615-21","ec-person-2966d69fae0ea4e67f3f2df5a743cc766267d3c8"]}} -{"id":"ec-meeting-2015-10-22-7b801ff1f1624a4af1fafde21cb86ae0b6aa2f0e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-22 - Cabinet of Commissioner Věra Jourová x European Elite Athletes Association"],"date":["2015-10-22"],"summary":["GDPR"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["eu-tr-638820912393-43","ec-person-f329292459cb1badb7fb7c6b67b698c441931bb2"]}} -{"id":"ec-meeting-2015-10-22-953e2b50b74422240b70c2618b193cbc78e87479","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-22 - Cabinet of Commissioner Elżbieta Bieńkowska x Bundesverband der Deutschen Industrie e.V."],"date":["2015-10-22"],"summary":["Cssrs mission to Berlin"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-1771817758-48","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2015-10-22-a0969dab58ffcacc06bc89283280f95c60183ad9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-22 - Cabinet of High Representative / Vice-President Federica Mogherini x Amnesty International Limited"],"date":["2015-10-22"],"summary":["Trade in torture and human rights issues"],"notes":["Portfolio: Foreign Affairs and Security Policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"involved":["ec-person-4f2bf88ad14d12976aecc7694a057ab90b7a81d2","eu-tr-11063928073-34"]}} -{"id":"ec-meeting-2015-10-22-a82e708342470f142580489d51a59f8ad80dad3e","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2015-10-22 - Günther Oettinger x None"],"date":["2015-10-22"],"summary":["DSM + telecom review"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-c6cae64cc7dc787b66a47ab1613d3e922875b971","ec-person-4cd59e13386e3b68ecb3611fcc579e0a0a3938a5","eu-tr-76704342721-41","eu-tr-90142503473-81","eu-tr-52431421-12","eu-tr-60052162589-72"]}} -{"id":"ec-meeting-2015-10-22-a8a27da40540d6d896bdd09babc6b0ddddb3b609","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-22 - Cabinet of Commissioner Phil Hogan x Independent Retail Europe (formerly UGAL - Union of Groups of Independent Retailers of Europe)"],"date":["2015-10-22"],"summary":["Latest development on food chain policy after President Juncker's SoU"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-a985b9a03cb4f9af4f2f97583d8f92fb71579572","eu-tr-034546859-02"]}} -{"id":"ec-meeting-2015-10-22-a9c444d40ae392083303e050714a123018379ba6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-22 - Cabinet of Vice-President Miguel Arias Cañete x Stichting European Climate Foundation"],"date":["2015-10-22"],"summary":["Energy Union innovation"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-64869491516-70","ec-person-25a937c04cd0a0ddcf5cf34798e76b5105854114"]}} -{"id":"ec-meeting-2015-10-22-b25f79a255ece3b357de3cd800ed34e87ebbcc55","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-22 - Energy x Polish Electricity Association"],"date":["2015-10-22"],"summary":["European energy policy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-255859710443-50","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2015-10-22-c4262aa7353042da091cc1890efec67f8b6f2663","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-22 - Cabinet of Commissioner Věra Jourová x Evropské hodnoty z.s."],"date":["2015-10-22"],"summary":["EPPO"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brno, Czech republic"],"address":["Brno, Czech republic"],"addressEntity":["addr-53c5dea22694ec6ec11777f0c43758c4407d3cad"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["eu-tr-120484119327-75","ec-person-a608b85b2ffef83f883b5a2330b6232efa1b7141","ec-person-1e0e3a00ab815dea7c5b839b002ed2c7e34bfe0a"]}} -{"id":"ec-meeting-2015-10-22-cb6cce6823c2b3732da59bc32287a8130b29aa60","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-22 - Financial Stability, Financial Services and Capital Markets Union x Bloomberg"],"date":["2015-10-22"],"summary":["Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-941851915685-19","ec-person-bdee7a93f95c8ef05079539170139b3c02e8ed96"]}} -{"id":"ec-meeting-2015-10-22-da18682aa8cb559e16bb4192f2f8ee98955efc2b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-22 - Cabinet of Commissioner Vytenis Andriukaitis x Axess Public Relations Associazione Volontari Italiani del Sangue Sede Nazionale"],"date":["2015-10-22"],"summary":["Action by AVIS on blood donations, Eu actions on blood"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-97425c615743576adc42e09bee7dac14f83f691b","eu-tr-916989318837-36","eu-tr-229199618965-08"]}} -{"id":"ec-meeting-2015-10-22-f3c129b40617b548ce730e2dba8ad0097f373ab9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-22 - Taskforce on Article 50 negotiations with the United Kingdom x Royal Society for the Protection of Birds"],"date":["2015-10-22"],"summary":["UK Referendum"],"location":["Brussels BERL 2/320"],"address":["Brussels BERL 2/320"],"addressEntity":["addr-177399344da6eb4f569d10b91848fc031cf3db28"],"organizer":["ec-dg-tf50"],"involved":["eu-tr-21862631806-19","ec-person-ebad254ad157f20ffe76dada00bb408af413c89a"]}} -{"id":"ec-meeting-2015-10-23-1541eba108af713cef6ec334cc51949a6c38c353","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-23 - Mobility and Transport x Mercedes-Benz Group AG"],"date":["2015-10-23"],"summary":["connectivity and automation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-move"],"involved":["ec-person-26cdfacae671b09917bee1a91c91973941fa58a2","eu-tr-2349218828-41"]}} -{"id":"ec-meeting-2015-10-23-15a9763c0410883582e0140448905ac917ba982c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-23 - Cabinet of Commissioner Elżbieta Bieńkowska x Volvo Car Corporation AB"],"date":["2015-10-23"],"summary":["Real Driving Emissions"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-74574295642-60","ec-person-b2f9be51339f054477846797e2c119fcf16548fc","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2015-10-23-1c006ea67dee05835484232b6e0b66183c54a2bb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-23 - Günther Oettinger x Gesellschaft für musikalische Aufführungs- und mechanische Vervielfältigungsrechte"],"date":["2015-10-23"],"summary":["copyright"],"location":["Munich"],"address":["Munich"],"addressEntity":["addr-4bb73f4817cac7549995b34436d424f8d8b0f1b0"],"organizer":["ec-dg-de"],"involved":["eu-tr-63284686285-78","ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0"]}} -{"id":"ec-meeting-2015-10-23-22ddb315a612064c84d0bb7e2a2c2f7d08fa4e72","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-23 - Günther Oettinger x SCHUNK"],"date":["2015-10-23"],"summary":["Industry 4.0"],"location":["Brackenheim-Hausen"],"address":["Brackenheim-Hausen"],"addressEntity":["addr-4135f7c24ca369ee438dbefa889203e4b66a34fe"],"organizer":["ec-dg-de"],"involved":["eu-tr-991115218798-11","ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0"]}} -{"id":"ec-meeting-2015-10-23-2ccff49e219eddd65194695b7426f05e12a6f28d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-23 - Cabinet of Commissioner Věra Jourová x Universal Music Group International"],"date":["2015-10-23"],"summary":["DSM – liability of platforms"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-a2ca9161feee56909a0e98b473c2d342c20fdb57","eu-tr-530216615544-40"]}} -{"id":"ec-meeting-2015-10-23-2d5a9232ef8bfbbbf7bf7f0989ac492332dcd986","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-23 - Cabinet of Commissioner Věra Jourová x Bureau Européen des Unions de Consommateurs"],"date":["2015-10-23"],"summary":["GDPR and Safe Harbour"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["eu-tr-9505781573-45","ec-person-f329292459cb1badb7fb7c6b67b698c441931bb2"]}} -{"id":"ec-meeting-2015-10-23-55b7eb011ac0cd71360e35808cfed9cdd13ff87d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-23 - Financial Stability, Financial Services and Capital Markets Union x Deutsche Bank AG"],"date":["2015-10-23"],"summary":["The deepening of the Economic and Monetary Union (in particular the state of play of the Banking Union), the Capital Markets Union and the regulatory treatment of sovereign exposure"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-271912611231-56","ec-person-bdee7a93f95c8ef05079539170139b3c02e8ed96"]}} -{"id":"ec-meeting-2015-10-23-5b035d7848aac0a0368e2ed3b737d29fa4152e32","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-23 - Cabinet of Commissioner Elżbieta Bieńkowska x Universal Music Group International"],"date":["2015-10-23"],"summary":["Introductory meeting"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["ec-person-685ecf13dd26cd515c961e24ba71049af2302c5e","eu-tr-530216615544-40"]}} -{"id":"ec-meeting-2015-10-23-5ce3a10fad6e65e5ed32098a8036a4fac057e3b0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-23 - Cabinet of Commissioner Marianne Thyssen x AeroSpace and Defence Industries Association of Europe"],"date":["2015-10-23"],"summary":["EU Aviation package"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["ec-person-bdb607d5d994a4056dd700f8f52d9af25b406b36","eu-tr-72699997886-57"]}} -{"id":"ec-meeting-2015-10-23-6210dd94371863bec746e07053d48cc612d5d5d1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-23 - Günther Oettinger x KOHLER Consulting & Coaching"],"date":["2015-10-23"],"summary":["DSM"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-c6cae64cc7dc787b66a47ab1613d3e922875b971","eu-tr-247491118690-20"]}} -{"id":"ec-meeting-2015-10-23-6572daa06fd06bfd721b73fd0dc9425995c259fc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-23 - Taskforce on Article 50 negotiations with the United Kingdom x Notre Europe - Institut Jacques Delors / Notre Europe - Jacques Delors Institute"],"date":["2015-10-23"],"summary":["Migration/Security/Defence"],"location":["Paris"],"address":["Paris"],"addressEntity":["addr-22390ad11c32faec43fc61555b53607660b3c185"],"organizer":["ec-dg-tf50"],"involved":["eu-tr-726109217329-25","ec-person-ebad254ad157f20ffe76dada00bb408af413c89a"]}} -{"id":"ec-meeting-2015-10-23-68b857b64a8abef7670fa5cbbc4e6ab5e54914d8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-23 - Cabinet of Vice-President Miguel Arias Cañete x Friends of the Earth Europe Food & Water Action Europe"],"date":["2015-10-23"],"summary":["Shale gas & fracking"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-62773e55e1985542cb18a2a89f2053f2f39146b1","eu-tr-42119616334-41","eu-tr-9825553393-31"]}} -{"id":"ec-meeting-2015-10-23-6b784a7e59423eb8db5cae5f039f1b8ea5b6b59c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-23 - Cabinet of Vice-President Jyrki Katainen x CDP Worldwide (Europe) gemeinnützige GmbH"],"date":["2015-10-23"],"summary":["Non-financial reporting"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-0310c3b87e155f5572493e91d12eebab9736a76b","eu-tr-050269010212-72"]}} -{"id":"ec-meeting-2015-10-23-8581653a8652e26c0ddaa92e9c21f2406b32dde4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-23 - Cabinet of Commissioner Věra Jourová x SC Johnson"],"date":["2015-10-23"],"summary":["Products safety"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-a2ca9161feee56909a0e98b473c2d342c20fdb57","eu-tr-82296032229-15"]}} -{"id":"ec-meeting-2015-10-23-99df52b69ce87420b8df310dcd8661cdf0befd1f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-23 - Cabinet of Commissioner Elżbieta Bieńkowska x Robert Bosch GmbH"],"date":["2015-10-23"],"summary":["RDE"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-8999533555-91","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2015-10-23-9bbc36aa17d87fb39dc5bb3a81038639f608be7b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-23 - Günther Oettinger x Hutchison Europe - Brussels Branch"],"date":["2015-10-23"],"summary":["DSM"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-d8b86b98a24683917c569000ed6d8c45bedbbc00","eu-tr-3779891566-57"]}} -{"id":"ec-meeting-2015-10-23-accaedcdccb1e308b3d3514924d2e992a6e495a0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-23 - Cabinet of Vice-President Maroš Šefčovič x Stichting European Climate Foundation"],"date":["2015-10-23"],"summary":["Climate Conference COP21"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-ea6b517040e26a62f17d2829afffeba48cfd682f","eu-tr-64869491516-70"]}} -{"id":"ec-meeting-2015-10-23-c54d58c49511aa2053eb0f1215fb5f6c29755510","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-23 - Günther Oettinger x Initiative für Netzfreiheit"],"date":["2015-10-23"],"summary":["net neutrality"],"location":["Munich"],"address":["Munich"],"addressEntity":["addr-4bb73f4817cac7549995b34436d424f8d8b0f1b0"],"organizer":["ec-dg-de"],"involved":["eu-tr-145438619568-22","ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0"]}} -{"id":"ec-meeting-2015-10-23-ca1b97171897e139cdede5f9c1af2722857ac474","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-23 - Cabinet of Commissioner Elżbieta Bieńkowska x European Association Automotive Suppliers"],"date":["2015-10-23"],"summary":["Real Driving Emissions"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-91408765797-03","ec-person-b2f9be51339f054477846797e2c119fcf16548fc","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2015-10-23-d4e6aab26c2dd58f8c3fca456f9b9f481bfa205c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-23 - Cabinet of Commissioner Tibor Navracsics x Workday"],"date":["2015-10-23"],"summary":["EU priorities for education"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["eu-tr-021253717373-58","ec-person-fc5c01a0bffedf0f4e205a759b40239535313d28"]}} -{"id":"ec-meeting-2015-10-23-db3b942c8b108acda0a75ddccee2cd4912e961bc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-23 - Günther Oettinger x Vereinigung der österreichischen Industrie - Industriellenvereinigung"],"date":["2015-10-23"],"summary":["DSM"],"location":["Vienna"],"address":["Vienna"],"addressEntity":["addr-8b6cea61d247482e9e7f1e7efb1db432a69bbcb2"],"organizer":["ec-dg-de"],"involved":["ec-person-4cd59e13386e3b68ecb3611fcc579e0a0a3938a5","eu-tr-89093924456-06"]}} -{"id":"ec-meeting-2015-10-23-e60da8cdc2f97cead46ff7c9eb693cb971c9294e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-23 - Cabinet of Vice-President Jyrki Katainen x Europe Unlimited"],"date":["2015-10-23"],"summary":["SMS and CMU for enterprises"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90","ec-person-0da85dc48012e26688310a59a0b51727ea68f410","eu-tr-460392617893-58"]}} -{"id":"ec-meeting-2015-10-23-f329e6cd9b129cf2b7f3f75ee703fe89b7df8727","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-23 - Energy x Airbus"],"date":["2015-10-23"],"summary":["European energy policy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-2732167674-76","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2015-10-23-fc3fd410c001a5fd7f322864c4e1c0da5112c73e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-23 - Cabinet of Vice-President Maroš Šefčovič x Fiona Hall"],"date":["2015-10-23"],"summary":["energy efficiency policies"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-ea6b517040e26a62f17d2829afffeba48cfd682f","eu-tr-071269114300-12"]}} -{"id":"ec-meeting-2015-10-25-36fab0574beda029338edeb4cadac29d6841e335","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-25 - Cabinet of Vice-President Karmenu Vella x Transport and Environment (European Federation for Transport and Environment)"],"date":["2015-10-25"],"summary":["Monitoring and enforcement of EU environmental legislation"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["ec-person-78fb1ad0c02c4fa8497b22edc1233d6be03cf2e5","eu-tr-58744833263-19"]}} -{"id":"ec-meeting-2015-10-25-5f9def1cbbda6e5a9579c229de47cb4b06e74950","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-25 - Communications Networks, Content and Technology x QUALCOMM Incorporated"],"date":["2015-10-25"],"summary":["DSM"],"location":["Milano"],"address":["Milano"],"addressEntity":["addr-ff91b693ec20698bf6286453343f43e324ff421d"],"organizer":["ec-dg-connect"],"involved":["eu-tr-00358442856-45","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2015-10-25-80bb1b6ac35fc0ae75d49dfcc7997fa281556d17","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-25 - Cabinet of Vice-President Miguel Arias Cañete x Transport and Environment (European Federation for Transport and Environment)"],"date":["2015-10-25"],"summary":["CO2 emissions"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-58744833263-19","ec-person-25a937c04cd0a0ddcf5cf34798e76b5105854114"]}} -{"id":"ec-meeting-2015-10-26-0a6d174cdf22c43f157bcb6e32a6b4e6efe76daa","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-26 - Cabinet of Vice-President Andrus Ansip x Hutchison Europe - Brussels Branch"],"date":["2015-10-26"],"summary":["teco review and structure of telco market"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-666bc159c7e65a3af9e63c1e97435c02f1496955","eu-tr-3779891566-57"]}} -{"id":"ec-meeting-2015-10-26-25a9f5a03562fc1186e3ce6beef13a77363ee97b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-26 - Cabinet of Commissioner Pierre Moscovici x Fédération bancaire française"],"date":["2015-10-26"],"summary":["situation du système bancaire français"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Paris"],"address":["Paris"],"addressEntity":["addr-22390ad11c32faec43fc61555b53607660b3c185"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["ec-person-3cbeba61ae952f06fe4916c381438ebbc676a597","eu-tr-09245221105-30"]}} -{"id":"ec-meeting-2015-10-26-3c89f227cb671a7f2909224b747ef1129ada9f89","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-26 - Cabinet of Commissioner Pierre Moscovici x Federation of European Publishers"],"date":["2015-10-26"],"summary":["livre électronique"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["eu-tr-398541467-53","ec-person-79931cfd2923c1aca9c7d284e9590732b0a36ed9"]}} -{"id":"ec-meeting-2015-10-26-40608035375d504a769331a3f8be100ee9348f95","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-26 - Cabinet of Commissioner Carlos Moedas x ITSector, Sistemas de Informação S.A."],"date":["2015-10-26"],"summary":["IT & R&D"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["eu-tr-853902819964-14","ec-person-01051f0f33bfdc2ecc41873c02cae666c5e0d099"]}} -{"id":"ec-meeting-2015-10-26-41cbbae1f0536362f272d52d3dee88a353ed38b3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-26 - Cabinet of Vice-President Maroš Šefčovič x Roundtable for Europe's Energy Future"],"date":["2015-10-26"],"summary":["Follow up to the meeting with VP Sefcovic on 2 October"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-2be517b9261a91f2f07e05ec14c6331980e9716e","eu-tr-101903316808-95"]}} -{"id":"ec-meeting-2015-10-26-55bca617fd051c084a6f363019df84b9965e546e","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2015-10-26 - Cabinet of Vice-President Maroš Šefčovič x Transport and Environment (European Federation for Transport and Environment)"],"date":["2015-10-26"],"summary":["decarbonisation of the transport sector","Decarbonisation of transport, vehicle emissions"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-ea6b517040e26a62f17d2829afffeba48cfd682f","ec-person-2be517b9261a91f2f07e05ec14c6331980e9716e","eu-tr-58744833263-19"]}} -{"id":"ec-meeting-2015-10-26-59c7962a8de8c5a303de68cc2104b3ce914cc218","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-26 - Cabinet of Commissioner Phil Hogan x European agri-cooperatives European farmers"],"date":["2015-10-26"],"summary":["new breeding technics regarding GMOs legislation"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["BERL 08/304"],"address":["BERL 08/304"],"addressEntity":["addr-aff09a6f822af9a7e96260c390a7e7bd5d64be8b"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-09586631237-74","eu-tr-44856881231-49","ec-person-7d3caa534e5cdda6d5b949bd4b2def39356e3bec"]}} -{"id":"ec-meeting-2015-10-26-73286b500e3793ad8b6155655a5dd657f4da1e7b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-26 - Günther Oettinger x ING Group"],"date":["2015-10-26"],"summary":["retail financial services, DSM"],"location":["Munich"],"address":["Munich"],"addressEntity":["addr-4bb73f4817cac7549995b34436d424f8d8b0f1b0"],"organizer":["ec-dg-de"],"involved":["eu-tr-12112965774-95","ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0"]}} -{"id":"ec-meeting-2015-10-26-80bb1b6ac35fc0ae75d49dfcc7997fa281556d17","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-26 - Cabinet of Vice-President Miguel Arias Cañete x Transport and Environment (European Federation for Transport and Environment)"],"date":["2015-10-26"],"summary":["CO2 emissions"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-58744833263-19","ec-person-25a937c04cd0a0ddcf5cf34798e76b5105854114"]}} -{"id":"ec-meeting-2015-10-26-995b2841b11ec9d61e22d5d1b77bdbd5aba06fac","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2015-10-26 - Cabinet of Commissioner Phil Hogan x Irish Farmers' Association"],"date":["2015-10-26"],"summary":["Business discussion"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels, Belgium","Brussels"],"address":["Brussels, Belgium","Brussels"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306","addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-400dd8d59d3060187d9b9b143d697da1a3d03c12","eu-tr-458700813641-37"]}} -{"id":"ec-meeting-2015-10-26-a224e632e8803abde19c80cfbcee26cbca7e280c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-26 - Cabinet of Vice-President Maroš Šefčovič x Friends of the Earth Europe"],"date":["2015-10-26"],"summary":["governance of the Energy Union"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-ea6b517040e26a62f17d2829afffeba48cfd682f","eu-tr-9825553393-31"]}} -{"id":"ec-meeting-2015-10-26-b1a9a606f388e41592b48eceffb20e7579c58cc8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-26 - Cabinet of Vice-President Andrus Ansip x DIGITALEUROPE"],"date":["2015-10-26"],"summary":["Digital Single Market, Data economy, Safe Harbour"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-5db7bdd1c81da2e70eb5b982097d0004111b5c3e","eu-tr-64270747023-20","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45","ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0"]}} -{"id":"ec-meeting-2015-10-26-bd7187997508c5e00821fda6932abb100c6b304f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-26 - Cabinet of Commissioner Jonathan Hill x European Federation of Employee Share Ownership"],"date":["2015-10-26"],"summary":["Capital Markets Union action plan"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["eu-tr-309808016043-82","ec-person-f247edfcff54d4f26fc10769f809c92bc72d6797"]}} -{"id":"ec-meeting-2015-10-26-f196a7abe6cde23454ba783864f70003c1e92a7a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-26 - Cabinet of Commissioner Pierre Moscovici x European Business Summit Network"],"date":["2015-10-26"],"summary":["to prepare next European Business Summit"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["ec-person-79931cfd2923c1aca9c7d284e9590732b0a36ed9","eu-tr-268958411031-65"]}} -{"id":"ec-meeting-2015-10-27-1667285251917a3789af61a809e0c48cbcd79799","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-27 - Cabinet of Vice-President Miguel Arias Cañete x ETP ZEP"],"date":["2015-10-27"],"summary":["CCS"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-582485310717-46","ec-person-25a937c04cd0a0ddcf5cf34798e76b5105854114"]}} -{"id":"ec-meeting-2015-10-27-271e04414995deeed821285480c78cf7be6138b0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-27 - Internal Market, Industry, Entrepreneurship and SMEs x Confederation of European Paper Industries"],"date":["2015-10-27"],"summary":["Presentation of the sector, industrial policy, innovation, energy, circular economy."],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-grow"],"involved":["eu-tr-72279144480-58","ec-person-60a3d0d628d231b41af1d0c65607b0fd78ca4edc"]}} -{"id":"ec-meeting-2015-10-27-3302a2317efcbf65f9d914c81aa42ea5a9203e99","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-27 - Environment x SMEunited aisbl"],"date":["2015-10-27"],"summary":["Circular Economy Package and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-env"],"involved":["eu-tr-55820581197-35","ec-person-3bc74ce04ea3f4ab4d91a5c88eef25b8b8a213b4"]}} -{"id":"ec-meeting-2015-10-27-64f9c09583234ad1c1b7d993d450d7641ff20745","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-27 - Cabinet of Commissioner Vytenis Andriukaitis x European Federation of National Organisations working with the Homeless"],"date":["2015-10-27"],"summary":["Health inequalities within the homeless community, access to care"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["eu-tr-42528706153-39","ec-person-97425c615743576adc42e09bee7dac14f83f691b"]}} -{"id":"ec-meeting-2015-10-27-86479a0d049fd14c963b5c2ca4cccd06dce56dbb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-27 - Mobility and Transport x Ryanair Holdings"],"date":["2015-10-27"],"summary":["Aviation package"],"location":["Dublin, Ireland"],"address":["Dublin, Ireland"],"addressEntity":["addr-9254d2b0cd15e920cbb060acf87f8f943a0508e9"],"organizer":["ec-dg-move"],"involved":["eu-tr-002977215945-85","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2015-10-27-8f4cd161de474c37916785c30250508b2a6ccbd6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-27 - Energy x PUBLIC POWER CORPORATION S.A."],"date":["2015-10-27"],"summary":["European energy policy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["ec-person-6997149120ce5129e38febe5275dc8fd03232d2e","eu-tr-40200317900-54"]}} -{"id":"ec-meeting-2015-10-27-99a1f7288b605f24b2568f1e725c85052831fd48","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-27 - Cabinet of Vice-President Miguel Arias Cañete x EUTurbines"],"date":["2015-10-27"],"summary":["Energy Union"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-75093131694-63","ec-person-25a937c04cd0a0ddcf5cf34798e76b5105854114"]}} -{"id":"ec-meeting-2015-10-27-a06107f63288bfd2553443d83dc273cc09e9ebaf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-27 - Cabinet of Vice-President Andrus Ansip x GSMA Europe"],"date":["2015-10-27"],"summary":["Preparation of MWC in Barcelona, Feb 2016"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-30988577529-37","ec-person-666bc159c7e65a3af9e63c1e97435c02f1496955"]}} -{"id":"ec-meeting-2015-10-27-b7ff333aaef7c0b5e184c00844bfd64289cf6813","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-27 - European Civil Protection and Humanitarian Aid Operations x Action contre la Faim"],"date":["2015-10-27"],"summary":["Exchange on main issues on Humanirian issues, cooperation with ICVA members"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-echo"],"involved":["eu-tr-344106015197-62","ec-person-61ea528d6b7f7cbbd1e55a4a19794b785df35cf9"]}} -{"id":"ec-meeting-2015-10-27-b9de93fd456597bfebb7d07bfcb1bd8b2d1e9661","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-27 - Informatics x Dell Inc."],"date":["2015-10-27"],"summary":["Executive dialogue"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-digit"],"involved":["ec-person-0098ceaf3507dfdf0d7f020be9785ac3453b4913","eu-tr-28739192542-16"]}} -{"id":"ec-meeting-2015-10-27-ca0e212166b53a408b188aa23ab72a31dd1d5740","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-27 - Internal Market, Industry, Entrepreneurship and SMEs x European Plastics Converters Association"],"date":["2015-10-27"],"summary":["Presentation of the sector, availability of polymers, circular economy, French legislation on plastic carrier bags."],"location":["Brussles"],"address":["Brussles"],"addressEntity":["addr-e6ba3e89050fdfff2010d3fb9d2fbe42cd1cafd9"],"organizer":["ec-dg-grow"],"involved":["eu-tr-93255296152-29","ec-person-60a3d0d628d231b41af1d0c65607b0fd78ca4edc"]}} -{"id":"ec-meeting-2015-10-27-d1b63869e9d434670181a71a802aca4c928f41c4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-27 - Cabinet of Commissioner Phil Hogan x Land- en Tuinbouw Organisatie Nederland"],"date":["2015-10-27"],"summary":["Business discussion"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-400dd8d59d3060187d9b9b143d697da1a3d03c12","eu-tr-4656646862-72"]}} -{"id":"ec-meeting-2015-10-27-d24f94bb0fbd0f2c58af607432109038db4cff45","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-27 - Cabinet of Vice-President Cecilia Malmström x EUROPEAN SERVICES FORUM"],"date":["2015-10-27"],"summary":["EU's trade strategy; TTIP"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-3562594969-02","ec-person-cb8ca9ec2413722fa83484ed18dd76ace52d0118"]}} -{"id":"ec-meeting-2015-10-27-fc075c054b851ee424d06bed46fee5d9ed004afe","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-27 - Cabinet of Commissioner Pierre Moscovici x Airbus"],"date":["2015-10-27"],"summary":["situation of EASA"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["ec-person-79931cfd2923c1aca9c7d284e9590732b0a36ed9","eu-tr-2732167674-76"]}} -{"id":"ec-meeting-2015-10-27-fe51149bd6ac2e9b0798349ffaa73b3803249c6f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-27 - Cabinet of Vice-President Maroš Šefčovič x Orgalim – Europe's Technology Industries"],"date":["2015-10-27"],"summary":["Energy Union and Innovation, technology solutions"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-2be517b9261a91f2f07e05ec14c6331980e9716e","eu-tr-20210641335-88"]}} -{"id":"ec-meeting-2015-10-28-2d5a9232ef8bfbbbf7bf7f0989ac492332dcd986","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-28 - Cabinet of Commissioner Věra Jourová x Bureau Européen des Unions de Consommateurs"],"date":["2015-10-28"],"summary":["Digital Contracts proposal"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-a2ca9161feee56909a0e98b473c2d342c20fdb57","ec-person-a608b85b2ffef83f883b5a2330b6232efa1b7141","eu-tr-9505781573-45"]}} -{"id":"ec-meeting-2015-10-28-2f5712861f9469c0fb535a6ce494a6664c3e949e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-28 - Cabinet of Commissioner Marianne Thyssen x BT Group plc"],"date":["2015-10-28"],"summary":["Skills, Apprenticeships"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["ec-person-bdb607d5d994a4056dd700f8f52d9af25b406b36","eu-tr-00919034091-89"]}} -{"id":"ec-meeting-2015-10-28-4ffc1cbd5eae2d49de9ed14500cfbd7c86fb06f9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-28 - Agriculture and Rural Development x spiritsEUROPE"],"date":["2015-10-28"],"summary":["general update on the state of the spirits sector presented by SPIRITS"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-agri"],"involved":["eu-tr-64926487056-58","ec-person-7bc7204a153f98afbf1ad1cffbdd10d06d9ae166"]}} -{"id":"ec-meeting-2015-10-28-58f4945081fae68df83b14d8bf0679decd80c768","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-28 - Cabinet of Commissioner Carlos Moedas x European Chiropractors' Union"],"date":["2015-10-28"],"summary":["Presentation of the ECU"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-f7ccc3ad366dd2fdb24870e1c02ff2763539c82f","eu-tr-43612725310-63"]}} -{"id":"ec-meeting-2015-10-28-5c252cf7374b34f501c26deb0c48aa50ab797f69","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-28 - Cabinet of Vice-President Andrus Ansip x RELX"],"date":["2015-10-28"],"summary":["Copyright, text and data mining"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-338398611148-62","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45","ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0"]}} -{"id":"ec-meeting-2015-10-28-5fd4ca07bcb8998fa3cefc58121326d375db2d46","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-28 - Cabinet of President Jean-Claude Juncker x Real Instituto Elcano"],"date":["2015-10-28"],"summary":["Meeting with C. Martinez Alberola regarding the Juncker 's leadership in the EU"],"notes":["Portfolio: President"],"location":["Brussels, Berlaymont"],"address":["Brussels, Berlaymont"],"addressEntity":["addr-2d842da4e8cf3dbd0304d45e6b874d5f0aa57edf"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-442e08d247d72bdef0fce4bf17477efe2a5bfe49","eu-tr-909187919366-18"]}} -{"id":"ec-meeting-2015-10-28-60cdc6b72dfc3237c4d0f78d32a7c9edc27e7b6d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-28 - Cabinet of Vice-President Miguel Arias Cañete x Neova AB"],"date":["2015-10-28"],"summary":["Energy Union"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-318140819141-02","ec-person-95f883d5d0d484088f26191a8fea8553d674dfbe"]}} -{"id":"ec-meeting-2015-10-28-793eb27270536b57d98fc6139213f69ec6e38a34","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-28 - Taskforce on Article 50 negotiations with the United Kingdom x Confederation of British Industry"],"date":["2015-10-28"],"summary":["Meeting with the next Director General on the British Referendum"],"location":["London"],"address":["London"],"addressEntity":["addr-4c57f0c88d9844630327623633ce269cf826ab99"],"organizer":["ec-dg-tf50"],"involved":["eu-tr-73725676990-18","ec-person-ebad254ad157f20ffe76dada00bb408af413c89a"]}} -{"id":"ec-meeting-2015-10-28-82f643951b700207837f7fd3e9c15c5a7a8976ad","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-28 - Günther Oettinger x Association of Commercial Television and Video on Demand Services in Europe MFE - MEDIAFOREUROPE N.V RTL Group"],"date":["2015-10-28"],"summary":["DSM: copyright and AVMS review"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0","eu-tr-18574111503-28","eu-tr-91471238809-21","eu-tr-59267165790-45"]}} -{"id":"ec-meeting-2015-10-28-87983a5cd297294adc965ef45355389af60e7a1c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-28 - Cabinet of Commissioner Pierre Moscovici x Bruegel"],"date":["2015-10-28"],"summary":["exchange of views on EMU"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["ec-person-ac604755dc7677c8653a5a5172e851f7c8e468b4","eu-tr-33622026795-64"]}} -{"id":"ec-meeting-2015-10-28-8a1c5d85845251d3a05588209f8d7a362ae61dab","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-28 - Internal Market, Industry, Entrepreneurship and SMEs x EuroCommerce"],"date":["2015-10-28"],"summary":["Single market, SME policy, Supply chain initiative"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-grow"],"involved":["eu-tr-84973761187-60","ec-person-60a3d0d628d231b41af1d0c65607b0fd78ca4edc"]}} -{"id":"ec-meeting-2015-10-28-8c0014fa3059feefff234f5c59fc22573c586231","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-28 - Health and Food Safety x European Public Health Alliance"],"date":["2015-10-28"],"summary":["Better Regulation agenda, Health in all policies approach and civil society involvement"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-sante"],"involved":["eu-tr-18941013532-08","ec-person-3c7fdbe0c1c235777d916309465339b7ed1666f6"]}} -{"id":"ec-meeting-2015-10-28-a6cc38530cc7e273c91755775dc7570fd2e6b371","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-28 - Cabinet of Vice-President Andrus Ansip x Association of Commercial Television and Video on Demand Services in Europe"],"date":["2015-10-28"],"summary":["Copyright, Sat-Cab and AVMS directives review"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-18574111503-28","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45","ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0"]}} -{"id":"ec-meeting-2015-10-28-b5b269eb2056197e853773426f56fabff2deb5a0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-28 - Cabinet of Vice-President Cecilia Malmström x International Meat Trade Association"],"date":["2015-10-28"],"summary":["Trade in the meat sector"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-61890167724-24","ec-person-98880f3f4206145e196013db9dd806a551c11e06"]}} -{"id":"ec-meeting-2015-10-28-cc8c13936c73287148c9371a126e6f79b260e0ef","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-28 - Taskforce on Article 50 negotiations with the United Kingdom x King's College London"],"date":["2015-10-28"],"summary":["UK in a Changing Europe launch event"],"location":["london"],"address":["london"],"addressEntity":["addr-1645ee78de0f7c73001e1a8ed1facc25a72b6796"],"organizer":["ec-dg-tf50"],"involved":["eu-tr-233619415222-82","ec-person-ebad254ad157f20ffe76dada00bb408af413c89a"]}} -{"id":"ec-meeting-2015-10-28-d3adf6085fdc4f9bb358343813dcb14068f60424","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-28 - Communications Networks, Content and Technology x MFE - MEDIAFOREUROPE N.V"],"date":["2015-10-28"],"summary":["Copyright"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-91471238809-21","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2015-10-28-d787179d3adc253bcf9ece3054ae3d4517eb5a2e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-28 - Cabinet of Vice-President Valdis Dombrovskis x Confederation of Finnish Industries EK"],"date":["2015-10-28"],"summary":["Social Dialogue in Finland; Mobility Package"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["European Commission, Brussels"],"address":["European Commission, Brussels"],"addressEntity":["addr-2af11d688b097d6939fd56f369a62f512c568619"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-1f98d05bdaed2c40396781b1eb7b0aa47cb8dd20","eu-tr-1274604847-34"]}} -{"id":"ec-meeting-2015-10-28-e17f35347fe4455dcb259eb44edea2e16e78e58e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-28 - Internal Market, Industry, Entrepreneurship and SMEs x FuelsEurope"],"date":["2015-10-28"],"summary":["Presentation of the sector (transport, marketing, refining of fuels), regulatory costs, fitness check, energy prices"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-grow"],"involved":["eu-tr-26207914726-42","ec-person-60a3d0d628d231b41af1d0c65607b0fd78ca4edc"]}} -{"id":"ec-meeting-2015-10-28-f091e86e357c4864662cf81624b220381e34e620","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-28 - Cabinet of Vice-President Cecilia Malmström x EPIA SolarPower Europe BayWa r.e. Solar Projects GmbH Cyprus Association of Renewable Energy Enterprises APISOLAR - Associação Portuguesa da Indústria Solar Danish Photovoltaic Association assoRinnovabili Malta Energy Efficiency and Renewable Energies Association Slovenská asociácia fotovoltického priemyslu a OZE Polskie Towarzystwo Fotowoltaiki The Solar Trade Association Hellenic Association of Photovoltaic Companies Irish Solar Energy Association (ISEA)"],"date":["2015-10-28"],"summary":["Anti-dumping"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-712217319248-02","eu-tr-2680046412-48","eu-tr-011651419333-44","eu-tr-603123419215-69","eu-tr-622525319139-35","ec-person-20ded9db5df11164331bb161fdf234b1e5ad53fd","eu-tr-341830319263-10","eu-tr-043994919296-65","eu-tr-643272219255-48","eu-tr-525891219143-78","eu-tr-483304019253-69","eu-tr-909656519206-20","eu-tr-720395519328-67","ec-person-591ec829ca734bcfe59a2c9c7f07f9dff22a0ea9"]}} -{"id":"ec-meeting-2015-10-28-f992dfbc58f914ca78a17d0bfdfa4875abf2e869","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-28 - Cabinet of Commissioner Elżbieta Bieńkowska x QUALCOMM Incorporated"],"date":["2015-10-28"],"summary":["Market dynamics in the digital industry"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-00358442856-45","ec-person-b2f9be51339f054477846797e2c119fcf16548fc"]}} -{"id":"ec-meeting-2015-10-29-03c5cb11258bf83e315dcfb2028e568cf4cdd205","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-29 - Cabinet of Commissioner Jonathan Hill x FINANCIAL SERVICES TRADE ASSOCATIONS REVIEW"],"date":["2015-10-29"],"summary":["Financial Policy"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["ec-person-a9f927e92126f22da48d08ee37b059179988ada8","eu-tr-626765018385-42"]}} -{"id":"ec-meeting-2015-10-29-04a3381fb504623516424b89b0bf274be69ade97","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-29 - Günther Oettinger x IFPI Representing recording industry worldwide"],"date":["2015-10-29"],"summary":["copyright"],"location":["BXL"],"address":["BXL"],"addressEntity":["addr-d2fde52f67ea4a3e1fe233d0a959d6a1c77fd910"],"organizer":["ec-dg-de"],"involved":["eu-tr-60394321918-91","ec-person-49723482bb23d029cbfc010cb37eec7392a0ae02"]}} -{"id":"ec-meeting-2015-10-29-1327a9e1d43c63f1eeb397be29282dd260d97ced","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-29 - Mobility and Transport x Travelport Worldwide Limited"],"date":["2015-10-29"],"summary":["communication technologies for the travel industry"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-move"],"involved":["eu-tr-970283519265-11","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2015-10-29-1a235591cd0e4c475ebd00433d6b50f47dd53465","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-29 - Cabinet of Commissioner Jonathan Hill x Zentralverband des Deutschen Handwerks e.V."],"date":["2015-10-29"],"summary":["Capital Markets Union"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Belgium, Brussels, BERL"],"address":["Belgium, Brussels, BERL"],"addressEntity":["addr-afebf85a436897fe5234b2ac0d00a1ddc4c9dd27"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["ec-person-5fdb62e20cecef81f87f94d3d1bcdd3b47b26af0","eu-tr-5189667783-94"]}} -{"id":"ec-meeting-2015-10-29-234f134514ec3897886c7be567f4425dd1842c38","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-29 - Cabinet of Vice-President Miguel Arias Cañete x MVM Társaságcsoporti Szakszervezeti Szövetség"],"date":["2015-10-29"],"summary":["Electricity Market Design"],"notes":["Portfolio: Climate Action & Energy"],"location":["Madrid, Spain"],"address":["Madrid, Spain"],"addressEntity":["addr-f2c4f2ef1ea88618aa1533f69b0d18fc1125a9d2"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-931641717450-77","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd"]}} -{"id":"ec-meeting-2015-10-29-3e0c81fd602742a2f96aa8dab25217a8f80bfb9a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-29 - Cabinet of Vice-President Cecilia Malmström x Gasum Oy"],"date":["2015-10-29"],"summary":["TTIP"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-759978215122-11","ec-person-cb8ca9ec2413722fa83484ed18dd76ace52d0118"]}} -{"id":"ec-meeting-2015-10-29-4172b2249b811dc42677dd0916b4beb911f9500b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-29 - Cabinet of Commissioner Věra Jourová x Yelp"],"date":["2015-10-29"],"summary":["Digital single market"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-a2ca9161feee56909a0e98b473c2d342c20fdb57","eu-tr-173076213280-06"]}} -{"id":"ec-meeting-2015-10-29-4e9d22f803546027c186f7792ca3b04f14e5a907","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-29 - Cabinet of Commissioner Jonathan Hill x The Goldman Sachs Group, Inc."],"date":["2015-10-29"],"summary":["Courtesy visit and tour d'horizon of financial services issues."],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["eu-tr-701266814986-18","ec-person-f247edfcff54d4f26fc10769f809c92bc72d6797"]}} -{"id":"ec-meeting-2015-10-29-5bd629fe055a8142656fc322c42c3e2f59e5ab11","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-29 - Cabinet of Vice-President Cecilia Malmström x TotalEnergies SE"],"date":["2015-10-29"],"summary":["energy sector in China"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-1849405799-88","ec-person-98880f3f4206145e196013db9dd806a551c11e06"]}} -{"id":"ec-meeting-2015-10-29-7467b48aafa0b6721ae61f51eec00841e0d753c8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-29 - Cabinet of Vice-President Miguel Arias Cañete x Element Power Limited"],"date":["2015-10-29"],"summary":["Renewables and infrastructure"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-1831691c10441c5974327bbeb8693d6b6c1e50c3","eu-tr-110814319280-72"]}} -{"id":"ec-meeting-2015-10-29-86aeef9f0cfeed5dcd0e4352bd9c1a413f7b12d8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-29 - Internal Market, Industry, Entrepreneurship and SMEs x Shipyards' and Maritime Equipment Association of Europe"],"date":["2015-10-29"],"summary":["Competitiveness of the sector, leadership 2020 initiative, RDI and naval innovation, state aid in Asia."],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-grow"],"involved":["ec-person-60a3d0d628d231b41af1d0c65607b0fd78ca4edc","eu-tr-009214311424-03"]}} -{"id":"ec-meeting-2015-10-29-89e770b9387f72ca4aad68d29f0cf026d06c310c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-29 - Cabinet of Vice-President Valdis Dombrovskis x The Goldman Sachs Group, Inc."],"date":["2015-10-29"],"summary":["Macroeconomic development and CMU"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-48f31156d932641826e09f5b73f074d35ff05786","eu-tr-701266814986-18","ec-person-a9eda2e8ea54b70a968327672c6cada679d3cd56"]}} -{"id":"ec-meeting-2015-10-29-9993869d6d4c72d00632572f98af579a4b31f229","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-29 - Cabinet of Commissioner Carlos Moedas x Business Angels Europe"],"date":["2015-10-29"],"summary":["Horizon 2020/InnovFin"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-23980b2bc4fd9c82051d0f7888dc236b2f764866","eu-tr-386775511386-22"]}} -{"id":"ec-meeting-2015-10-29-9dfe917933f11d159a023dea58e76a3abb6aab75","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-29 - Günther Oettinger x The Goldman Sachs Group, Inc."],"date":["2015-10-29"],"summary":["DSM"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0","eu-tr-701266814986-18"]}} -{"id":"ec-meeting-2015-10-29-a083dedaec656c25de9b923cacc880667af1f326","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-29 - Cabinet of Commissioner Phil Hogan x European Sugar Refineries Association"],"date":["2015-10-29"],"summary":["Business discussion"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-400dd8d59d3060187d9b9b143d697da1a3d03c12","eu-tr-153540811905-01"]}} -{"id":"ec-meeting-2015-10-29-a74052df5c63d7e7dd041772b79d5a9d54db8577","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-29 - Cabinet of Commissioner Pierre Moscovici x The Goldman Sachs Group, Inc."],"date":["2015-10-29"],"summary":["Current economic situation in the EU, Emerging markets, Growth and investment, CMU."],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["ec-person-3cbeba61ae952f06fe4916c381438ebbc676a597","eu-tr-701266814986-18"]}} -{"id":"ec-meeting-2015-10-29-b1d7384d6f7ae9126ba1d8eb17648006cb344e64","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-29 - Cabinet of Vice-President Miguel Arias Cañete x Energy UK"],"date":["2015-10-29"],"summary":["Financial market legislation"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-1831691c10441c5974327bbeb8693d6b6c1e50c3","eu-tr-13457582538-68"]}} -{"id":"ec-meeting-2015-10-29-b4c40d797d4e50ff9f7479600a7e514d2b64b787","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-29 - Internal Market, Industry, Entrepreneurship and SMEs x European Chemical Industry Council"],"date":["2015-10-29"],"summary":["Competitiveness of the sector, regulatory costs, energy security, innovation issues"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-grow"],"involved":["ec-person-60a3d0d628d231b41af1d0c65607b0fd78ca4edc","eu-tr-64879142323-90"]}} -{"id":"ec-meeting-2015-10-29-c741b455959a7c9aa07699c65fd952d509047ec8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-29 - Cabinet of Vice-President Valdis Dombrovskis x SEV - Hellenic Federation of Enterprises"],"date":["2015-10-29"],"summary":["5 Presidents’ report; State of play for Social Dialogue at EU and National levels"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["European Commission, Brussels"],"address":["European Commission, Brussels"],"addressEntity":["addr-2af11d688b097d6939fd56f369a62f512c568619"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-1f98d05bdaed2c40396781b1eb7b0aa47cb8dd20","ec-person-a9eda2e8ea54b70a968327672c6cada679d3cd56","ec-person-b3851773e6fffa3f8f2c4483b70f7bb63da8a4c3","eu-tr-59395037733-93"]}} -{"id":"ec-meeting-2015-10-29-e242bfe111d4307f3296beca882b318afd0ca7ba","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-29 - Cabinet of Vice-President Miguel Arias Cañete x KPMG EMA"],"date":["2015-10-29"],"summary":["organised by KMPG Spain - Energy Union and Paris COP21"],"notes":["Portfolio: Climate Action & Energy"],"location":["Madrid, Spain"],"address":["Madrid, Spain"],"addressEntity":["addr-f2c4f2ef1ea88618aa1533f69b0d18fc1125a9d2"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-65515368730-59","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd"]}} -{"id":"ec-meeting-2015-10-29-ed79b53290d6260dd9d101d8c65a5aa7bba57202","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-29 - Mobility and Transport x Deutsches Verkehrsforum"],"date":["2015-10-29"],"summary":["EU transport policy issues"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-move"],"involved":["eu-tr-84108743925-09","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2015-10-29-ef106857feb172951145dc781b024c5f0c303767","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-29 - Cabinet of Commissioner Marianne Thyssen x European Disability Forum"],"date":["2015-10-29"],"summary":["EU disability policy priorities"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["eu-tr-57868523887-16","ec-person-c508e9337eca6b067c1f966b82de49c4824a3ad0"]}} -{"id":"ec-meeting-2015-10-29-f6dc532c0655ad9ceb83d4534ba818017aed6ba1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-29 - Cabinet of President Jean-Claude Juncker x SEV - Hellenic Federation of Enterprises"],"date":["2015-10-29"],"summary":["Meeting with Mr Theodoros Fessas on Economic Situation in Greece"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-29c106b0461ffd79e95f0119bdd363fd3c7c3ab3","eu-tr-59395037733-93"]}} -{"id":"ec-meeting-2015-10-30-0789a52641a2eb2c14f048216475a63afba9dc0f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-30 - Günther Oettinger x IBM Corporation"],"date":["2015-10-30"],"summary":["Digitising Industry"],"location":["Boeblingen"],"address":["Boeblingen"],"addressEntity":["addr-d3baf7aa4ff2b17366c4276d66c57c5197987638"],"organizer":["ec-dg-de"],"involved":["eu-tr-7721359944-96","ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0"]}} -{"id":"ec-meeting-2015-10-30-0a15d8ef7654b0441cbd121a6359bc5ba44f85f2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-30 - Cabinet of Vice-President Maroš Šefčovič x BASF SE Institutional Investors Group on Climate Change Anheuser-Busch InBev nv/sa E.ON SE TotalEnergies SE Unilever EUROSIF A.I.S.B.L (EUROPEAN SUSTAINABLE INVESTMENT FORUM) Ingka Services A.B. Eni S.p.A."],"date":["2015-10-30"],"summary":["creation of a network of Energy Union Business Ambassadors"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-1095068839-59","ec-person-1f95be23689cd4ed0a26fe2980f760ccf2d55c1e","ec-person-ea6b517040e26a62f17d2829afffeba48cfd682f","eu-tr-72760517350-57","eu-tr-6200524920-25","eu-tr-962717910722-61","eu-tr-1849405799-88","eu-tr-7410939793-88","eu-tr-70659452143-78","eu-tr-99578067285-35","eu-tr-161157710612-65"]}} -{"id":"ec-meeting-2015-10-30-2f820e0878583e5b3420f71c1528b70dee77ef5a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-30 - Günther Oettinger x Uber"],"date":["2015-10-30"],"summary":["platforms and DSM"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-4cd59e13386e3b68ecb3611fcc579e0a0a3938a5","eu-tr-002278013515-26"]}} -{"id":"ec-meeting-2015-10-30-4f34d83720220b22fd23dbc9a4e94b1f279aca87","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-30 - Cabinet of Commissioner Christos Stylianides x Water Europe"],"date":["2015-10-30"],"summary":["Humanitarian Aid"],"notes":["Portfolio: Humanitarian Aid & Crisis Management"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-christos-commissioner-of-stylianides"],"involved":["ec-person-4424ecf39f7c6c9e4022ac46c71d81b0464ae6a5","eu-tr-43176485302-45"]}} -{"id":"ec-meeting-2015-10-30-55c47f7fc663f4be70e6df5f47b7c546ab86ff60","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-30 - Günther Oettinger x Nielsen Holdings"],"date":["2015-10-30"],"summary":["e-privacy-directive"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-4cd59e13386e3b68ecb3611fcc579e0a0a3938a5","eu-tr-623769618353-56"]}} -{"id":"ec-meeting-2015-10-30-6182715b697bcd779b06a342883fa1305e0da02e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-30 - Cabinet of Vice-President Valdis Dombrovskis x Ārvalstu investoru padome Latvijā"],"date":["2015-10-30"],"summary":["The recent economic developments in EU and Eurozone, Europe2020, European Semester and its recommendations for Latvia. FICIL's position papers on investment and structural reform agenda in LV."],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Riga, Latvia"],"address":["Riga, Latvia"],"addressEntity":["addr-bf0e861284be594b43d9cafc2ef34b002b221dda"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-771458019273-80","ec-person-b2d41137decbf33bc8076a41bfe11b68d501a7a0","ec-person-a9eda2e8ea54b70a968327672c6cada679d3cd56"]}} -{"id":"ec-meeting-2015-10-30-698b8ecdfad6ad152322f5b67d120846648e003d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-30 - Mobility and Transport x BUSINESSEUROPE"],"date":["2015-10-30"],"summary":["Transport priorities"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-move"],"involved":["eu-tr-3978240953-79","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2015-10-30-b66f9520dcfdf7f878808a671375ffb56b2e08c4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-30 - Structural Reform Support x SEV - Hellenic Federation of Enterprises"],"date":["2015-10-30"],"summary":["Greece"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-reform"],"involved":["eu-tr-59395037733-93","ec-person-6420facda81e0ac04377023fcfa86e953541782b"]}} -{"id":"ec-meeting-2015-10-30-c3ede844ee7a76ffd89863ab22432e34716ee009","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-30 - Cabinet of Commissioner Tibor Navracsics x Channel 4"],"date":["2015-10-30"],"summary":["Digital Single Market"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-49f31dad10f5641cb1d1e4c3107dd838389e8120","eu-tr-98661678209-02"]}} -{"id":"ec-meeting-2015-10-30-cba2d4da390b0ecbc2a7f0f9f1066d253903871b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-30 - Cabinet of Vice-President Miguel Arias Cañete x Association des Constructeurs Européens d'Automobiles"],"date":["2015-10-30"],"summary":["Preparation for the meeting with the Board of ACEA"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-0649790813-47","ec-person-25a937c04cd0a0ddcf5cf34798e76b5105854114"]}} -{"id":"ec-meeting-2015-10-30-d29149c18171c80e012747eed7674d3693e350a7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-30 - Trade x The European Steel Association"],"date":["2015-10-30"],"summary":["Steel market and trade policy"],"location":["BRUSSELS"],"address":["BRUSSELS"],"addressEntity":["addr-f74337897287bf1b546f30505f5b1f693a87af50"],"organizer":["ec-dg-trade"],"involved":["ec-person-bde9bb099f5d24c52ca4a9255cefc99a5b87a650","eu-tr-93038071152-83"]}} -{"id":"ec-meeting-2015-10-30-e79d30cf2bb31e27888d805f789e14374269b83b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-30 - Cabinet of Commissioner Margrethe Vestager x Finance Denmark"],"date":["2015-10-30"],"summary":["Financial sector developments"],"notes":["Portfolio: Competition"],"location":["Copenhagen, Denmark"],"address":["Copenhagen, Denmark"],"addressEntity":["addr-037407970050e97c761587d63aacfaeb126cab45"],"organizer":["ec-cabinet-commissioner-margrethe-of-vestager"],"involved":["ec-person-baa1c172df109ebd1f0307bccb5e21aec66c7a25","eu-tr-20705158207-35"]}} -{"id":"ec-meeting-2015-10-30-ed766b3c105eaa6f3af7e7fb7005482fc521835e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-30 - Günther Oettinger x E.ON SE"],"date":["2015-10-30"],"summary":["DSM"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-d8b86b98a24683917c569000ed6d8c45bedbbc00","eu-tr-72760517350-57"]}} -{"id":"ec-meeting-2015-10-30-ff704a820accc6aef0d95f3ac6d01c61fe1d8454","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-10-30 - Cabinet of Commissioner Violeta Bulc x American Airlines Group, Inc."],"date":["2015-10-30"],"summary":["Aviation"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-163962516042-10","ec-person-5012c5e45a52ee8ce67d19c1781a127af53e73e7","ec-person-9d4dc4867a44dfe10f67ae7ee1706da3e8b48a24"]}} -{"id":"ec-meeting-2015-11-03-04a52a63739cebeda66ec20f69033e2ad2f6e8e7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-03 - Migration and Home Affairs x Friends of Europe"],"date":["2015-11-03"],"summary":["Presentation of FoE, Ideas & initiatives around migration, CWPs 2016, 2017."],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-home"],"involved":["eu-tr-99436366768-45","ec-person-ae1262e8850ed1e9a0530b0ad7440ac648255896"]}} -{"id":"ec-meeting-2015-11-03-12953df5f4fe7216f87719b39d77cdfa9565f746","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-03 - Cabinet of Vice-President Jyrki Katainen x TheCityUK"],"date":["2015-11-03"],"summary":["Investment plan for Europe"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-237922911665-25","ec-person-7c9460f99c5872dbdc561f5752401c870d12e98b"]}} -{"id":"ec-meeting-2015-11-03-199c8ad1ecf85226029e85a2ae6cdc9f79b25aa7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-03 - Cabinet of Vice-President Miguel Arias Cañete x World Business Council For Sustainable Development"],"date":["2015-11-03"],"summary":["EU -Brazil climate cooperation (in the same meeting : WWF Brazil, Conservation International CI- Brazil, Brazilian Tree Industry, Observatorio do Clima, Sociedade Rural Brasileira, FIBRIA"],"notes":["Portfolio: Climate Action & Energy"],"location":["Rio de Janeiro, Brasil"],"address":["Rio de Janeiro, Brasil"],"addressEntity":["addr-ec9a593965f7157e680f3d82f93a8296e5629a46"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd","eu-tr-074000219282-17"]}} -{"id":"ec-meeting-2015-11-03-1ad6aa8d5f74b5e69bd2689d2452675a9ab47104","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-03 - Cabinet of Commissioner Jonathan Hill x Bundesverband der Deutschen Volksbanken und Raiffeisenbanken"],"date":["2015-11-03"],"summary":["System of the German cooperative bankis + EDIS"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Belgium, Brussels, BERL"],"address":["Belgium, Brussels, BERL"],"addressEntity":["addr-afebf85a436897fe5234b2ac0d00a1ddc4c9dd27"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["eu-tr-22330076571-75","ec-person-f247edfcff54d4f26fc10769f809c92bc72d6797"]}} -{"id":"ec-meeting-2015-11-03-1b53149a2649eb6f7008ad505381270f03408695","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-03 - Cabinet of Commissioner Violeta Bulc x Etihad Airways"],"date":["2015-11-03"],"summary":["Aviation"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-142277315551-86","ec-person-9d4dc4867a44dfe10f67ae7ee1706da3e8b48a24"]}} -{"id":"ec-meeting-2015-11-03-2bcee01a5813c04a468b573fe8a4742f9df683a9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-03 - Cabinet of Commissioner Marianne Thyssen x None"],"date":["2015-11-03"],"summary":["Labour mobility"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["eu-tr-61370904700-45","ec-person-7567514af00f139b390cf9864d28a090ca0fde25","eu-tr-03004067068-71"]}} -{"id":"ec-meeting-2015-11-03-333ff08984c4e1b4810331b29cb561e0ac9abd2a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-03 - Cabinet of Commissioner Carlos Moedas x Europtimum Conseil"],"date":["2015-11-03"],"summary":["3 O's"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-01051f0f33bfdc2ecc41873c02cae666c5e0d099","eu-tr-21958075995-59"]}} -{"id":"ec-meeting-2015-11-03-35c14a099698dc0aa46443b7ea34d708b2c52e81","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-03 - Günther Oettinger x PwCIL"],"date":["2015-11-03"],"summary":["Digital Single Market"],"location":["Berlin"],"address":["Berlin"],"addressEntity":["addr-062b06ba8e755765c6b049809b7430fd54fe5b21"],"organizer":["ec-dg-de"],"involved":["eu-tr-60402754518-05","ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0"]}} -{"id":"ec-meeting-2015-11-03-3bb1bbd9cef232530355d9747e6bf4cc97c90433","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-03 - Cabinet of Commissioner Violeta Bulc x Europe Container Terminals B.V."],"date":["2015-11-03"],"summary":["logistics"],"notes":["Portfolio: Transport"],"location":["Brussels - Belgium"],"address":["Brussels - Belgium"],"addressEntity":["addr-85d514873c3b55c68206168e47e9d4fc69799cc8"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-7ac9445abdddc66a79f539ae13eb74e1ceb512df","eu-tr-342147315697-69"]}} -{"id":"ec-meeting-2015-11-03-409ba4e0f9c101bc83e267a8dc5fc8305a0b2f8b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-03 - Cabinet of Vice-President Miguel Arias Cañete x DTEK"],"date":["2015-11-03"],"summary":["Energy Community"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-1831691c10441c5974327bbeb8693d6b6c1e50c3","eu-tr-17429897118-54"]}} -{"id":"ec-meeting-2015-11-03-52f7d5be44ba0f94ad8f69ab9c13532db41ece8d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-03 - Cabinet of Vice-President Andrus Ansip x Guardtime"],"date":["2015-11-03"],"summary":["Cybersecurity and new technologies, data protection, cloud services, EU-US Safe Harbour Agreement"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0","eu-tr-387662221994-81","ec-person-91ca0921c6790191daa54427311acd63035e7c9e","ec-person-0f698e3a0cc0bd6a02e1bd386a25cedc1366f3f1"]}} -{"id":"ec-meeting-2015-11-03-5a7b6cd767d2f993f548c1025589a724de3f0098","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-03 - Internal Market, Industry, Entrepreneurship and SMEs x Association des Constructeurs Européens d'Automobiles"],"date":["2015-11-03"],"summary":["RDE, revision of type approval framework, gear 2030, CECRA, TTIP"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-grow"],"involved":["eu-tr-0649790813-47","ec-person-60a3d0d628d231b41af1d0c65607b0fd78ca4edc"]}} -{"id":"ec-meeting-2015-11-03-6d5790c320e04a45d080613d89a15c1083ef3eba","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-03 - Cabinet of Commissioner Tibor Navracsics x Federation of European Publishers"],"date":["2015-11-03"],"summary":["Digital Single Market"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-49f31dad10f5641cb1d1e4c3107dd838389e8120","eu-tr-398541467-53"]}} -{"id":"ec-meeting-2015-11-03-703cd8ccf1b70c9a8732ad3710b7565e6e1f14d9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-03 - Cabinet of Vice-President Andrus Ansip x Stichting LIBER"],"date":["2015-11-03"],"summary":["Text and data mining"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-6a03bc4fa7657513ea34529e98dba0671ef4c849","eu-tr-24973952940-04","ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0"]}} -{"id":"ec-meeting-2015-11-03-81191859ccbf2b2a32f81b22ade7c8fe533f3ef5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-03 - Competition x ARD-Verbindungsbüro Brüssel"],"date":["2015-11-03"],"summary":["General exchange of views on European actuality with Mr Ulrich Wilhelm, Intendanz, Bayerischer Rundfunk"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-comp"],"involved":["ec-person-8600a621c9aef12fc33b708e13b3cd3d5fa5696b","eu-tr-6774178922-55"]}} -{"id":"ec-meeting-2015-11-03-81f0cf73a7f44710432894af2ae020de89d83452","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-03 - Cabinet of Vice-President Andrus Ansip x ARD-Verbindungsbüro Brüssel"],"date":["2015-11-03"],"summary":["Copyright, platforms, audiovisual media services"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-c759bd58acc54869aa8e62ce652efcda416e25c2","eu-tr-6774178922-55","ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0"]}} -{"id":"ec-meeting-2015-11-03-8b8dcbd0608bcd8c722750c0aec58ce3bf9e5642","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-03 - Cabinet of Commissioner Carlos Moedas x Invest Europe"],"date":["2015-11-03"],"summary":["Venture capital"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-23980b2bc4fd9c82051d0f7888dc236b2f764866","eu-tr-60975211600-74"]}} -{"id":"ec-meeting-2015-11-03-976e410befb8d05d869c532aa9941a99879515f8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-03 - Cabinet of Commissioner Jonathan Hill x Bruegel"],"date":["2015-11-03"],"summary":["Financial Policy"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["ec-person-a9f927e92126f22da48d08ee37b059179988ada8","eu-tr-33622026795-64"]}} -{"id":"ec-meeting-2015-11-03-ab8b0d1551fb5fc51e8d06d29d8c0cf51a765381","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-03 - Communications Networks, Content and Technology x Telefonica, S.A."],"date":["2015-11-03"],"summary":["DSM"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-52431421-12","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2015-11-03-bb1be039c278383d97e2dcb9685b4fb73c06bd4e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-03 - Cabinet of Vice-President Jyrki Katainen x OP Ryhmä"],"date":["2015-11-03"],"summary":["General Commission introduction"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-f9208d930adc70c6c64e21701e48f85f6f18e949","eu-tr-90567096475-75"]}} -{"id":"ec-meeting-2015-11-03-f0f1e29f931c4e56c7f50566de0230db84323f7f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-03 - Cabinet of Commissioner Carlos Moedas x DNV"],"date":["2015-11-03"],"summary":["Research & Innovation in the water transportation industry"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-b46c76b734a9bd8b8b7938e33fdd7b8cc6b6956a","eu-tr-414057515145-62"]}} -{"id":"ec-meeting-2015-11-03-f707f0deb9c3aa738570f4f2cf1d5b5aef331845","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-03 - Cabinet of Commissioner Phil Hogan x Irish Co-operative Organisation Society Ltd."],"date":["2015-11-03"],"summary":["Address ICOS Conference"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Ireland"],"address":["Ireland"],"addressEntity":["addr-eb2131ece0efe78ee8bb1ae98af6099114a8df09"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-99345863205-62","ec-person-a1a78365cc4685b0958056646204977d8f2ead92"]}} -{"id":"ec-meeting-2015-11-04-0375ef6678c9bf9c89c7af7cdf0e26ecbb9810ab","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-04 - Cabinet of Commissioner Věra Jourová x European Builders Confederation AISBL"],"date":["2015-11-04"],"summary":["Women in construction"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-5455ecfabb89025694c798deac08160a2be17d94","eu-tr-09256701147-51"]}} -{"id":"ec-meeting-2015-11-04-08df8cfabf8b4bddf2bbacec48b0fc5d2bf2dfbb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-04 - Cabinet of Commissioner Pierre Moscovici x Citigroup Inc."],"date":["2015-11-04"],"summary":["exchange of views on euro area economic outlook"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["eu-tr-00353757573-57","ec-person-ac604755dc7677c8653a5a5172e851f7c8e468b4"]}} -{"id":"ec-meeting-2015-11-04-1c70ac52fdc33f0baabd05926d56cad22ed300e9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-04 - Mobility and Transport x UITP - International Association of Public Transport"],"date":["2015-11-04"],"summary":["4th Railway Package"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-move"],"involved":["ec-person-26cdfacae671b09917bee1a91c91973941fa58a2","eu-tr-06869148182-50"]}} -{"id":"ec-meeting-2015-11-04-25a9f5a03562fc1186e3ce6beef13a77363ee97b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-04 - Cabinet of Commissioner Pierre Moscovici x Fédération bancaire française"],"date":["2015-11-04"],"summary":["FTT and new EU initiatives in the field of taxation"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["eu-tr-09245221105-30","ec-person-738f7f25002d191bd2df8936e8f8d1d726c19e2e"]}} -{"id":"ec-meeting-2015-11-04-274c6ed8b5343a2ed02d9ccfde4f4ddd797f8e8a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-04 - Cabinet of Commissioner Phil Hogan x Heineken N.V."],"date":["2015-11-04"],"summary":["Cider marketing standards"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-c9d17d5879383b030f61a4066848249fb35d57e4","eu-tr-827688315793-86"]}} -{"id":"ec-meeting-2015-11-04-3323336b57ce6ef774721ec59159a474fa0cc890","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-04 - Günther Oettinger x DLA Piper UK LLP - Belgium"],"date":["2015-11-04"],"summary":["digitisation and financial services"],"location":["Cologne"],"address":["Cologne"],"addressEntity":["addr-f2cf5c2d82cd45b505492e2e10496a8441013262"],"organizer":["ec-dg-de"],"involved":["ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0","eu-tr-038826514581-56"]}} -{"id":"ec-meeting-2015-11-04-3ae9c116efc1d90788dc2250ff7eaa329182afec","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-04 - Günther Oettinger x Bundesverband der Deutschen Industrie e.V."],"date":["2015-11-04"],"summary":["BDI"],"location":["Berlin"],"address":["Berlin"],"addressEntity":["addr-062b06ba8e755765c6b049809b7430fd54fe5b21"],"organizer":["ec-dg-de"],"involved":["eu-tr-1771817758-48","ec-person-4cd59e13386e3b68ecb3611fcc579e0a0a3938a5"]}} -{"id":"ec-meeting-2015-11-04-3d45b2ee07bb9bd55d609d9604862251410d1098","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2015-11-04 - Cabinet of Commissioner Phil Hogan x Rabobank"],"date":["2015-11-04"],"summary":["Business Discussion","Agriculture Matters"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-400dd8d59d3060187d9b9b143d697da1a3d03c12","ec-person-a1a78365cc4685b0958056646204977d8f2ead92","eu-tr-006687715492-92"]}} -{"id":"ec-meeting-2015-11-04-41f04de0d000f8ff19f1bb4bb58aa3b2bba9c654","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-04 - Cabinet of Vice-President Cecilia Malmström x UNIFE Alstom"],"date":["2015-11-04"],"summary":["Governmental procurement markets"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-9624415524-28","ec-person-98880f3f4206145e196013db9dd806a551c11e06","eu-tr-43284012043-03"]}} -{"id":"ec-meeting-2015-11-04-63acbdf6f35eb197b37bf7ae617efbd2eedfd478","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-04 - Cabinet of Vice-President Maroš Šefčovič x Airports Council International - European Region"],"date":["2015-11-04"],"summary":["Presentation of ACI; Aviation Package"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-3bf48630444ace93d407e52eb880e64d480f75ce","eu-tr-42566063487-73"]}} -{"id":"ec-meeting-2015-11-04-8033254ab7a4ddcdcabd9ba97b5d9d1817435415","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-04 - Cabinet of President Jean-Claude Juncker x Transatlantic Policy Network"],"date":["2015-11-04"],"summary":["TPN Roundtable discussion"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-da1926615bdcdb789928b90ac532982fef6e24ee","eu-tr-923710115785-95","ec-person-80c6995ad1cd6aefa72f1bf440b17b6d8c6dd4b8"]}} -{"id":"ec-meeting-2015-11-04-87d3bf5833bc68eb42a92ab1882e0e8b51604e18","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-04 - Cabinet of Vice-President Jyrki Katainen x AT&T, Inc."],"date":["2015-11-04"],"summary":["Investment plan for Europe"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-7c9460f99c5872dbdc561f5752401c870d12e98b","eu-tr-92442218459-37"]}} -{"id":"ec-meeting-2015-11-04-940802d3f12bec0f4c37f5ef8f2aee223789b180","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-04 - Communications Networks, Content and Technology x EIT Digital"],"date":["2015-11-04"],"summary":["EIT Digital"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-241696917766-40","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2015-11-04-9a48e220a43d8966ca0bcf266f92a1a67377dfba","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-04 - Cabinet of Commissioner Vytenis Andriukaitis x European Breakfast Cereal Association Kellogg Company"],"date":["2015-11-04"],"summary":["Contaminants, including acrylamide"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["eu-tr-89352824072-19","ec-person-b9c3f19e7c5f216e3e508f931ddd6a9cb59376d1","eu-tr-62882208965-81"]}} -{"id":"ec-meeting-2015-11-04-c9618a31bdf7b5e6edb38bb56a6dcb17dc75e6e8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-04 - Communications Networks, Content and Technology x GIGAEurope aisbl"],"date":["2015-11-04"],"summary":["TSM"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-42178977290-80","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2015-11-04-ccf9931ff09bfb5862ed52556995b51c5cfc525c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-04 - Communications Networks, Content and Technology x Royal Bank of Canada"],"date":["2015-11-04"],"summary":["DSM"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-007462919389-57","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2015-11-05-0f4ccd8f778ebbe4054707fabd598c148211a60b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-05 - Cabinet of Vice-President Miguel Arias Cañete x Fortum Oyj"],"date":["2015-11-05"],"summary":["Internal Energy market"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-1831691c10441c5974327bbeb8693d6b6c1e50c3","eu-tr-03501997362-71"]}} -{"id":"ec-meeting-2015-11-05-2ed00e2b5ccf4a14919b784736f468426d83c991","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2015-11-05 - Cabinet of Commissioner Elżbieta Bieńkowska x Volkswagen Aktiengesellschaft"],"date":["2015-11-05"],"summary":["Volkswagen Emission fraud","Volkswagen emission fraud"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Berlin","Brussels"],"address":["Berlin","Brussels"],"addressEntity":["addr-062b06ba8e755765c6b049809b7430fd54fe5b21","addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["ec-person-d2997a7f359c91a337055c3e24dd36bf928de38d","ec-person-95a769a1850d7d595f9a5853c51dcbdd3ddd69fb","eu-tr-6504541970-40","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2015-11-05-348f06f6225b05b6be2621d63bb0db8743967eab","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-05 - Günther Oettinger x European Visual Artists"],"date":["2015-11-05"],"summary":["copyright"],"location":["BXL"],"address":["BXL"],"addressEntity":["addr-d2fde52f67ea4a3e1fe233d0a959d6a1c77fd910"],"organizer":["ec-dg-de"],"involved":["eu-tr-121604011075-40","ec-person-49723482bb23d029cbfc010cb37eec7392a0ae02"]}} -{"id":"ec-meeting-2015-11-05-3b38de5e6b127ea02ecf0a7322e77cea9da50d07","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-05 - Migration and Home Affairs x Aerospace, Security and Defence Industries Association of Europe"],"date":["2015-11-05"],"summary":["EU Industry's Role in the Migration Crisis"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-home"],"involved":["ec-person-ae1262e8850ed1e9a0530b0ad7440ac648255896","eu-tr-72699997886-57"]}} -{"id":"ec-meeting-2015-11-05-452e8b0e8735dd041adcc925b18776f57760b0a4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-05 - Günther Oettinger x Amazon Europe Core SARL"],"date":["2015-11-05"],"summary":["Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0","eu-tr-366117914426-10"]}} -{"id":"ec-meeting-2015-11-05-4b26c46779da4536cd6afe6b9cd1cf5e1d15cb4b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-05 - Cabinet of Commissioner Tibor Navracsics x European Visual Artists"],"date":["2015-11-05"],"summary":["Digital Single Market"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["eu-tr-121604011075-40","ec-person-49f31dad10f5641cb1d1e4c3107dd838389e8120"]}} -{"id":"ec-meeting-2015-11-05-505123c902c2f1b32e7ac818534fda5e38a177f5","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2015-11-05 - Cabinet of Commissioner Jonathan Hill x BVI Bundesverband Investment und Asset Management e.V."],"date":["2015-11-05"],"summary":["CMU; AIF; Recovery and resolution of funds and asset managers;","Call for Evidence/Capital Markets Union"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["eu-tr-96816064173-47","ec-person-f247edfcff54d4f26fc10769f809c92bc72d6797"]}} -{"id":"ec-meeting-2015-11-05-62dc4dd23c9f3b3c2011ab0985317465ca7e8433","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-05 - Cabinet of Commissioner Jonathan Hill x JPMorgan Chase & Co."],"date":["2015-11-05"],"summary":["CCP recovery and resolution"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["ec-person-341f30cfe9dff9d73b83fe8d9e88d7383d6910d3","eu-tr-9171899949-17"]}} -{"id":"ec-meeting-2015-11-05-64675b3600ed7760dd27ac93924702fed301c253","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-05 - Cabinet of Vice-President Valdis Dombrovskis x European Business Summit Network"],"date":["2015-11-05"],"summary":["European Business Summit 2016"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-b2d41137decbf33bc8076a41bfe11b68d501a7a0","ec-person-902665668634b69ce99a97f1853d89a9d1b275f2","eu-tr-268958411031-65"]}} -{"id":"ec-meeting-2015-11-05-7ba5866043769839d2ca7110fe0f3391836a4b0a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-05 - Cabinet of Commissioner Violeta Bulc x Deutsche Bahn AG"],"date":["2015-11-05"],"summary":["Meeting CEO of Deutsche Bahn"],"notes":["Portfolio: Transport"],"location":["Brussels, Belguim"],"address":["Brussels, Belguim"],"addressEntity":["addr-84b5e5f38d43901e13b15f0c7dd8b408c954fd9b"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-4d2b449b5047ea3fda435a2a1c1081e3babcdf76","eu-tr-4516220482-22","ec-person-dd7851e4a1e747e824b4f81139e33bc3cdb73160"]}} -{"id":"ec-meeting-2015-11-05-81b028254d5441d7c6a3708264bd4ea9bae994a3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-05 - Cabinet of Commissioner Pierre Moscovici x Studio Legale Bonelli Erede Pappalardo"],"date":["2015-11-05"],"summary":["Commission's future plans for excise duty"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["eu-tr-056295616192-78","ec-person-738f7f25002d191bd2df8936e8f8d1d726c19e2e"]}} -{"id":"ec-meeting-2015-11-05-972a0d0fa26e2fbc217af4da90c70b8f457bbc05","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-05 - Cabinet of Commissioner Elżbieta Bieńkowska x Deutscher Industrie- und Handelskammertag e.V."],"date":["2015-11-05"],"summary":["Single Market Strategy, Competitiveness, Volkswagen"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Berlin"],"address":["Berlin"],"addressEntity":["addr-062b06ba8e755765c6b049809b7430fd54fe5b21"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-22400601191-42","ec-person-d2997a7f359c91a337055c3e24dd36bf928de38d","ec-person-95a769a1850d7d595f9a5853c51dcbdd3ddd69fb","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2015-11-05-9c930ccbf92c863fa32e893b73fab130ce347c6b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-05 - Cabinet of Commissioner Phil Hogan x Fédération des Entreprises du Commerce et de la Distribution"],"date":["2015-11-05"],"summary":["support specific partners (illustration with agreements signed with farmers or SMEs); “consolidate” the supply chain to create value for all partners (illustration: interprofession, OP, …..)"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["BERL 08/304"],"address":["BERL 08/304"],"addressEntity":["addr-aff09a6f822af9a7e96260c390a7e7bd5d64be8b"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-312806014237-16","ec-person-428cf365f3847d04012831ef2642a1a69aed518d"]}} -{"id":"ec-meeting-2015-11-05-9cbaedce62be943da6c97a630b4d5b92e89de85e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-05 - Cabinet of First Vice-President Frans Timmermans x European Insulation Manufacturers Association"],"date":["2015-11-05"],"summary":["Better regulation"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-98345631631-22","ec-person-0eaac943e895c47df1465dda6c94e671c5081e0a"]}} -{"id":"ec-meeting-2015-11-05-9ef85ce2018d588f3f48f3a99fa1365f6e01658b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-05 - Cabinet of Vice-President Andrus Ansip x Fédération des Entreprises du Commerce et de la Distribution"],"date":["2015-11-05"],"summary":["Geoblocking, parcel delivery, data and cloud, e-commerce"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-d5a309c64ecdb05010325dcfc661f6ae817f31cc","ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0","ec-person-666bc159c7e65a3af9e63c1e97435c02f1496955","eu-tr-312806014237-16"]}} -{"id":"ec-meeting-2015-11-05-a731fa0dd3696911dbbead2456af47c7579db335","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-05 - Günther Oettinger x DEKRA e.V."],"date":["2015-11-05"],"summary":["automotive/DSM"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-d8b86b98a24683917c569000ed6d8c45bedbbc00","eu-tr-52624015528-97"]}} -{"id":"ec-meeting-2015-11-05-b2f91006b54141adf3f84e8191a8f087a8d4a974","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2015-11-05 - Cabinet of Commissioner Violeta Bulc x European Travel Retail Confederation"],"date":["2015-11-05"],"summary":["Aviation"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-9d4dc4867a44dfe10f67ae7ee1706da3e8b48a24","eu-tr-90905271757-87"]}} -{"id":"ec-meeting-2015-11-05-cec81109b16b369d4882d47e0426d55651a96673","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-05 - Cabinet of High Representative / Vice-President Federica Mogherini x PAX"],"date":["2015-11-05"],"summary":["Meeting focused on the policy positions embraced by the Peace NGO Forum Policy Committee, on MEPP."],"notes":["Portfolio: Foreign Affairs and Security Policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"involved":["ec-person-e03a77379f79ea00cf20048e42e8b0793bf62fa3","eu-tr-936909715448-20"]}} -{"id":"ec-meeting-2015-11-05-d024f1ed32ba3007b269641b193a2b22e50668e4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-05 - Cabinet of Vice-President Andrus Ansip x Coordination of European Picture Agencies Press Stock Heritage European Visual Artists European Federation of Journalists Groupement Européen des Sociétés d'Auteurs et Compositeurs"],"date":["2015-11-05"],"summary":["copyright, Panorama exception"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-36529354479-57","eu-tr-121604011075-40","ec-person-6a03bc4fa7657513ea34529e98dba0671ef4c849","eu-tr-27471236588-39","eu-tr-197834213050-71"]}} -{"id":"ec-meeting-2015-11-05-d657a6c3c0f77e167ec7ee2d4635df922ae83221","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-05 - Cabinet of Commissioner Carlos Moedas x Glen Dimplex"],"date":["2015-11-05"],"summary":["Harvard Alumni"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["eu-tr-595298519453-29","ec-person-23980b2bc4fd9c82051d0f7888dc236b2f764866"]}} -{"id":"ec-meeting-2015-11-05-df5308952c81967f7cef29511a3f0e45080af030","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-05 - Günther Oettinger x WACKER CHEMIE AG"],"date":["2015-11-05"],"summary":["trade policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-036915715533-64","ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0"]}} -{"id":"ec-meeting-2015-11-05-e12fb7d6a8cd8de86db6b49a10cf9dd41f2ed786","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-05 - Cabinet of Commissioner Jonathan Hill x Federation of Small Businesses"],"date":["2015-11-05"],"summary":["Financial Services Policy and UK"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["ec-person-03cf92829e273869bfbd8bbf4f1881dcd0848186","eu-tr-64802948320-88"]}} -{"id":"ec-meeting-2015-11-05-eee5be115d178b0de51a3125b758680adcdc8468","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-05 - Mobility and Transport x Association des Constructeurs Européens d'Automobiles"],"date":["2015-11-05"],"summary":["ITS"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-move"],"involved":["ec-person-26cdfacae671b09917bee1a91c91973941fa58a2","eu-tr-0649790813-47"]}} -{"id":"ec-meeting-2015-11-05-fe29e4e298ff4093a6c020195d55886baf8dfd95","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-05 - Cabinet of President Jean-Claude Juncker x Bundesverband der Deutschen Volksbanken und Raiffeisenbanken"],"date":["2015-11-05"],"summary":["Address to the Wirtschaftstag of the Volksbanken Raiffeisenbanken \"Prosperity – Liberty – Security: Scenarios for a Changing World\""],"notes":["Portfolio: President"],"location":["Germany, Franfurt am Main"],"address":["Germany, Franfurt am Main"],"addressEntity":["addr-1a2caf4f6e7bcf09cef93228a47cf8e8366c78f7"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-29c106b0461ffd79e95f0119bdd363fd3c7c3ab3","ec-person-c402e34a99fbee730ae22e3b1958e21c94dc6fcc","eu-tr-22330076571-75"]}} -{"id":"ec-meeting-2015-11-06-02fa8b2add30b7034c86eab34c5dc13d0d2e30cb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-06 - Günther Oettinger x Microsoft Corporation"],"date":["2015-11-06"],"summary":["DSM"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-0801162959-21","ec-person-4cd59e13386e3b68ecb3611fcc579e0a0a3938a5"]}} -{"id":"ec-meeting-2015-11-06-061298bcd8faa06c3339685709645bc9fc92d080","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-06 - Günther Oettinger x Axpo Holding AG"],"date":["2015-11-06"],"summary":["DSM"],"location":["Unterägeri, Switzerland"],"address":["Unterägeri, Switzerland"],"addressEntity":["addr-be18b9ca121ed50ce29e8d0375feddfbe7d88e55"],"organizer":["ec-dg-de"],"involved":["ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0","eu-tr-08171556938-65"]}} -{"id":"ec-meeting-2015-11-06-1e4f6d7461a763aa2f8f5d527d0a998a8b3d07a8","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2015-11-06 - Günther Oettinger x Universal Music Group International Universal Music Group International"],"date":["2015-11-06"],"summary":["copyright"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-4cd59e13386e3b68ecb3611fcc579e0a0a3938a5","ec-person-49723482bb23d029cbfc010cb37eec7392a0ae02","eu-tr-530216615544-40"]}} -{"id":"ec-meeting-2015-11-06-59295ab8c913d069614f77f66aad11c07c434d36","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-06 - Cabinet of Commissioner Violeta Bulc x Alitalia Società Aerea Italiana S.p.A. in Amministrazione Straordinaria"],"date":["2015-11-06"],"summary":["Commissioner Bulc meeting Alitalia representatives"],"notes":["Portfolio: Transport"],"location":["Brussles, Belguim"],"address":["Brussles, Belguim"],"addressEntity":["addr-662a1e7332583d7bcac148bc20d58e1984011d5e"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-4d2b449b5047ea3fda435a2a1c1081e3babcdf76","ec-person-5012c5e45a52ee8ce67d19c1781a127af53e73e7","ec-person-9d4dc4867a44dfe10f67ae7ee1706da3e8b48a24","eu-tr-577284319505-88"]}} -{"id":"ec-meeting-2015-11-06-6a3921d51b83cff8587deb06ecaa4275e2094c5a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-06 - Cabinet of High Representative / Vice-President Federica Mogherini x European Council on Foreign Relations"],"date":["2015-11-06"],"summary":["Meeting focused on the organization's latest reports."],"notes":["Portfolio: Foreign Affairs and Security Policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"involved":["ec-person-e03a77379f79ea00cf20048e42e8b0793bf62fa3","eu-tr-339569615567-89"]}} -{"id":"ec-meeting-2015-11-06-7624294cf7d765af13dbd35b43993155cd6d6d78","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-06 - Günther Oettinger x Nokia"],"date":["2015-11-06"],"summary":["DSM"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-35167875358-33","ec-person-c6cae64cc7dc787b66a47ab1613d3e922875b971"]}} -{"id":"ec-meeting-2015-11-06-bc9e9c23ed816a58c696d1ad9fe8f60bf5c09623","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-06 - Günther Oettinger x Bundesverband der Deutschen Volksbanken und Raiffeisenbanken"],"date":["2015-11-06"],"summary":["EMU"],"location":["Berlin"],"address":["Berlin"],"addressEntity":["addr-062b06ba8e755765c6b049809b7430fd54fe5b21"],"organizer":["ec-dg-de"],"involved":["ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0","eu-tr-22330076571-75"]}} -{"id":"ec-meeting-2015-11-06-bcc7a9062d706d53aeca1889806c49cddb861e4d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-06 - Cabinet of Commissioner Violeta Bulc x Assicurazioni Generali S.p.A"],"date":["2015-11-06"],"summary":["Meeting Generali CEO"],"notes":["Portfolio: Transport"],"location":["Brussels, Belguim"],"address":["Brussels, Belguim"],"addressEntity":["addr-84b5e5f38d43901e13b15f0c7dd8b408c954fd9b"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-4d2b449b5047ea3fda435a2a1c1081e3babcdf76","eu-tr-600525713796-88"]}} -{"id":"ec-meeting-2015-11-06-e52ca4f9d496aa6da2943e89bde651de70d48c6e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-06 - Cabinet of Commissioner Pierre Moscovici x Fédération Nationale des Syndicats d'Exploitants Agricoles"],"date":["2015-11-06"],"summary":["Situation Economique Européenne"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Paris"],"address":["Paris"],"addressEntity":["addr-22390ad11c32faec43fc61555b53607660b3c185"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["ec-person-3cbeba61ae952f06fe4916c381438ebbc676a597","eu-tr-59530682147-07"]}} -{"id":"ec-meeting-2015-11-09-117b8233dd6a8711642dc3eea5a4a291ff052e8a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-09 - Cabinet of Vice-President Miguel Arias Cañete x BP p.l.c."],"date":["2015-11-09"],"summary":["Energy infrastructure"],"notes":["Portfolio: Climate Action & Energy"],"location":["BERL 8th floor"],"address":["BERL 8th floor"],"addressEntity":["addr-0d10356a528121d24c2f124c205c4b665f845946"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-3394026642-58","ec-person-1831691c10441c5974327bbeb8693d6b6c1e50c3"]}} -{"id":"ec-meeting-2015-11-09-1a4e9135f6f9494d6a4aa9c2b481dae38fc64eee","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-09 - Cabinet of Commissioner Elżbieta Bieńkowska x Orgalim – Europe's Technology Industries"],"date":["2015-11-09"],"summary":["DSM & Circular Economy"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-20210641335-88","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2015-11-09-229f5f7079b731fb1c14abbeec9f6f1702e965fe","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-09 - Günther Oettinger x Robert Bosch GmbH"],"date":["2015-11-09"],"summary":["Automated driving"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0","eu-tr-8999533555-91"]}} -{"id":"ec-meeting-2015-11-09-2737bba053828c45d7d09c9864c19c745a6e9d7f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-09 - Migration and Home Affairs x Bertelsmann Stiftung"],"date":["2015-11-09"],"summary":["Intergration of Refugees into the Labour Market"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-home"],"involved":["eu-tr-13571025706-27","ec-person-ae1262e8850ed1e9a0530b0ad7440ac648255896"]}} -{"id":"ec-meeting-2015-11-09-32b5a75693c387d23dc26439b2acc99b82a86256","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-09 - Cabinet of Commissioner Phil Hogan x European Forest Institute"],"date":["2015-11-09"],"summary":["Forestry"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-a1a78365cc4685b0958056646204977d8f2ead92","eu-tr-38315289949-88"]}} -{"id":"ec-meeting-2015-11-09-49e80b7adcd88b3082ed14443ec4ddaa771e08df","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-09 - Cabinet of Vice-President Andrus Ansip x American Chamber of Commerce to the European Union"],"date":["2015-11-09"],"summary":["Digital and IT Policy of the EU"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-e91c5be432b6b3efdda369792fed67c20b767a45","eu-tr-5265780509-97"]}} -{"id":"ec-meeting-2015-11-09-4bda29907135694467b529a782c77dcd603d6d1a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-09 - Cabinet of Vice-President Miguel Arias Cañete x European Federation of Agencies and Regions for Energy and the Environment"],"date":["2015-11-09"],"summary":["Financing of sustainable energy projects"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-18165266149-22","ec-person-2229c857664a22dcb8eee79a8c05841fd3d0924f"]}} -{"id":"ec-meeting-2015-11-09-4f5d805a7433c5b8c1a2825b50e3a61f6c72ef5e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-09 - Günther Oettinger x ANCRE"],"date":["2015-11-09"],"summary":["copyright"],"location":["BXL"],"address":["BXL"],"addressEntity":["addr-d2fde52f67ea4a3e1fe233d0a959d6a1c77fd910"],"organizer":["ec-dg-de"],"involved":["ec-person-49723482bb23d029cbfc010cb37eec7392a0ae02","eu-tr-56356897275-86"]}} -{"id":"ec-meeting-2015-11-09-4f901c8a8bba250c4f37f1e416eb389ebfe86f1d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-09 - Cabinet of Vice-President Jyrki Katainen x Fortum Oyj"],"date":["2015-11-09"],"summary":["Energy Union, Taxation"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-f9208d930adc70c6c64e21701e48f85f6f18e949","eu-tr-03501997362-71"]}} -{"id":"ec-meeting-2015-11-09-51c40d83489ddab79812e1a10c82425aab2b370b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-09 - Cabinet of Commissioner Jonathan Hill x Association Française des Entreprises Privées / French Association of Large Companies"],"date":["2015-11-09"],"summary":["Country by Country reporting"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Belgium, Brussels, BERL"],"address":["Belgium, Brussels, BERL"],"addressEntity":["addr-afebf85a436897fe5234b2ac0d00a1ddc4c9dd27"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["eu-tr-953933297-85","ec-person-5fdb62e20cecef81f87f94d3d1bcdd3b47b26af0"]}} -{"id":"ec-meeting-2015-11-09-66d6b83b1e2984d8fc8fce37095f1113d304986d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-09 - Cabinet of Commissioner Pierre Moscovici x Comuto SA"],"date":["2015-11-09"],"summary":["TVA numériques"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Bruxelles"],"address":["Bruxelles"],"addressEntity":["addr-b58f5927b66d94a676970dc048485d4c6848f272"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["ec-person-79931cfd2923c1aca9c7d284e9590732b0a36ed9","eu-tr-290486916308-69"]}} -{"id":"ec-meeting-2015-11-09-6f6e3f93fae4ff77bce10cbcb1b808abaedd461d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-09 - Inspire, Debate, Engage and Accelerate Action x Centre for European Policy Studies"],"date":["2015-11-09"],"summary":["Think tank engagement"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-dg-idea"],"involved":["eu-tr-86853666704-95","ec-person-4fe56a64c00b3e81c851b5538878b32481bd7d3c"]}} -{"id":"ec-meeting-2015-11-09-8133f347a6604129b3f8f66bba3d8ed9999f132e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-09 - Cabinet of Commissioner Vytenis Andriukaitis x Central Sweden European Office"],"date":["2015-11-09"],"summary":["Current priorities in health policy"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-059ca943fc5fc696d2a97849c635ddf7b6ab7fd7","eu-tr-15210638110-88"]}} -{"id":"ec-meeting-2015-11-09-8df6865b9acab36d78bfa1d638578d1c915a08d5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-09 - Cabinet of Vice-President Jyrki Katainen x HSBC Holdings PLC"],"date":["2015-11-09"],"summary":["Investment initiative"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-001866415031-87","ec-person-3775b7be791f90ed462b9071c9ae596b80d71bca"]}} -{"id":"ec-meeting-2015-11-09-9bc83799a73947c4e303e3591efbe624491d3c6d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-09 - Cabinet of Commissioner Phil Hogan x Unilever"],"date":["2015-11-09"],"summary":["presentation of Unilever’s sustainable sourcing strategy, our Sustainable Agricultural Code and our work with European (and non-European) farmers"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["BERL 08/304"],"address":["BERL 08/304"],"addressEntity":["addr-aff09a6f822af9a7e96260c390a7e7bd5d64be8b"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-6200524920-25","ec-person-7d3caa534e5cdda6d5b949bd4b2def39356e3bec"]}} -{"id":"ec-meeting-2015-11-09-b29748e40f9b6c24c72a3db2ea06e7a3c465b915","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-09 - Cabinet of High Representative / Vice-President Federica Mogherini x Shell Companies"],"date":["2015-11-09"],"summary":["Meeting with Mr Sean Rooney, Vice-President Governmental Relations for Europe"],"notes":["Portfolio: Foreign Affairs and Security Policy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"involved":["ec-person-62bf207e4274ad594e7eab4bfe20782f1d57f645","eu-tr-05032108616-26"]}} -{"id":"ec-meeting-2015-11-09-b36af4c3ade00d77ec2dfec4116723575f6c214f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-09 - Cabinet of Vice-President Neven Mimica x Bill & Melinda Gates Foundation"],"date":["2015-11-09"],"summary":["Primary Healthcare Indicators Initiative. Areas of cooperation after adoption of the SDG."],"notes":["Portfolio: International Cooperation & Development"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-mimica-neven-of-president-vice"],"involved":["eu-tr-371567915480-41","ec-person-886e1b865045c3ed98e99075006d09cea708acce"]}} -{"id":"ec-meeting-2015-11-09-bf64365c23a1148622ba969861502d8377f61029","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-09 - Cabinet of Commissioner Pierre Moscovici x European Producers Union of Renewable Ethanol"],"date":["2015-11-09"],"summary":["classification of ethanol mixtures"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["brussels"],"address":["brussels"],"addressEntity":["addr-e2daa1574b7ac475c827b33e281bd2d5e013c882"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["eu-tr-32591134448-30","ec-person-738f7f25002d191bd2df8936e8f8d1d726c19e2e"]}} -{"id":"ec-meeting-2015-11-09-c1f263e11863f237b49789508fb67b09009be3b6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-09 - Cabinet of Commissioner Carlos Moedas x European Forest Institute"],"date":["2015-11-09"],"summary":["EFI Annual Scientific Seminar 2016"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-07b66759c911240aaa2b917489884273c71fac90","eu-tr-38315289949-88"]}} -{"id":"ec-meeting-2015-11-09-cb779bff251617270239beedc82740d40051a01a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-09 - Cabinet of Commissioner Marianne Thyssen x Cooperatives Europe"],"date":["2015-11-09"],"summary":["test"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["test"],"address":["test"],"addressEntity":["addr-a94a8fe5ccb19ba61c4c0873d391e987982fbbd3"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["ec-person-c508e9337eca6b067c1f966b82de49c4824a3ad0","eu-tr-16999985032-07"]}} -{"id":"ec-meeting-2015-11-09-dfc9b4aa87f664ebeff693cc78e2dacb263869c6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-09 - Employment, Social Affairs and Inclusion x Bertelsmann Stiftung"],"date":["2015-11-09"],"summary":["Inequality and current social issues"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-empl"],"involved":["ec-person-0d8ce1c547b8ca99decd25740ba12e2c0866a2fd","eu-tr-13571025706-27"]}} -{"id":"ec-meeting-2015-11-09-e418470a3afbc0571ec65eabb956d8cccb453ea3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-09 - Cabinet of Vice-President Jyrki Katainen x UNITEE AISBL"],"date":["2015-11-09"],"summary":["Introducing UNITEE"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-07875727774-09","ec-person-0da85dc48012e26688310a59a0b51727ea68f410"]}} -{"id":"ec-meeting-2015-11-09-e8b8f2188c93e1850a62c0724dee1227c2f27450","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-09 - Cabinet of Vice-President Maroš Šefčovič x Fortum Oyj"],"date":["2015-11-09"],"summary":["energy sector in Finland"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-ea6b517040e26a62f17d2829afffeba48cfd682f","eu-tr-03501997362-71"]}} -{"id":"ec-meeting-2015-11-09-f5b8faa1d8bfcca2b4c8c12fcf8193da99a63235","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-09 - Cabinet of Vice-President Valdis Dombrovskis x Honeywell Europe NV General Electric Company"],"date":["2015-11-09"],"summary":["Joint mtg coalition for Derivatives End Users/European Market Infrastructure Regulation"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-75311753240-67","eu-tr-4016736872-59","ec-person-3f9ca71b74344417d1f072ba7f3e2f09a223b036"]}} -{"id":"ec-meeting-2015-11-09-f9a8482974b7e1bc6cf1dcf0d20adf78d0a767c9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-09 - Cabinet of President Jean-Claude Juncker x Bureau Européen des Unions de Consommateurs"],"date":["2015-11-09"],"summary":["Digital Single Market"],"notes":["Portfolio: President"],"location":["Brussels Belgium"],"address":["Brussels Belgium"],"addressEntity":["addr-61947d7d2c69c0b8f57325bd044f500c5fc6df48"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-44a061693f35519551be0e3dab996e76ad3f8c7c","eu-tr-9505781573-45"]}} -{"id":"ec-meeting-2015-11-10-0e3fe5a1b714e085aa6d4a7aa2b636d50bd9084d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-10 - Cabinet of Commissioner Violeta Bulc x European Shippers' Council"],"date":["2015-11-10"],"summary":["logistics"],"notes":["Portfolio: Transport"],"location":["Brussels - belgium"],"address":["Brussels - belgium"],"addressEntity":["addr-1d663f8a70242ed7fcf972a892beb744326f96b2"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-7ac9445abdddc66a79f539ae13eb74e1ceb512df","eu-tr-32213828062-24"]}} -{"id":"ec-meeting-2015-11-10-163961c4600d5ef20cf42f19925845dd43a02c90","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-10 - Communications Networks, Content and Technology x RTL Group"],"date":["2015-11-10"],"summary":["AVMSD"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f","eu-tr-59267165790-45"]}} -{"id":"ec-meeting-2015-11-10-17ef49a7e425357b1e91f61f41a177b6fb7f7665","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-10 - Cabinet of Commissioner Marianne Thyssen x World Employment Confederation-Europe"],"date":["2015-11-10"],"summary":["Posting of temporary agency workers"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["eu-tr-7438623236-16","ec-person-7567514af00f139b390cf9864d28a090ca0fde25"]}} -{"id":"ec-meeting-2015-11-10-19818e09ee59869ee2a74df3b6ee0dd6cb459b45","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-10 - Cabinet of Vice-President Miguel Arias Cañete x Trans Adriatic Pipeline"],"date":["2015-11-10"],"summary":["Energy infrastracture"],"notes":["Portfolio: Climate Action & Energy"],"location":["BERL 8th floor"],"address":["BERL 8th floor"],"addressEntity":["addr-0d10356a528121d24c2f124c205c4b665f845946"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-1831691c10441c5974327bbeb8693d6b6c1e50c3","eu-tr-570335813082-79"]}} -{"id":"ec-meeting-2015-11-10-1a78932ed8bef80384e08d77d650a37c9f30235c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-10 - Günther Oettinger x Raiffeisen Bank International AG"],"date":["2015-11-10"],"summary":["DSM, Banking 4.0"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-33858106461-10","ec-person-c6cae64cc7dc787b66a47ab1613d3e922875b971"]}} -{"id":"ec-meeting-2015-11-10-1dd7d3b54b2033d4a772ae175e156152818359fa","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2015-11-10 - Cabinet of Vice-President Maroš Šefčovič x Shell Companies"],"date":["2015-11-10"],"summary":["Energy Union","LNG strategy, gas infrastructure"],"notes":["Portfolio: Energy Union"],"location":["BERL, Brussels","Brussels"],"address":["BERL, Brussels","Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6","addr-c1b89a719fb4c3b86c91ae01524d04183caeb9e6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-3bf48630444ace93d407e52eb880e64d480f75ce","eu-tr-05032108616-26","ec-person-af83ed49c403cb9d7ebfecca7893f0054c1f4be5"]}} -{"id":"ec-meeting-2015-11-10-2c5b8f9d65c3ad2724130690b45866066ae3e49d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-10 - Cabinet of High Representative / Vice-President Federica Mogherini x Istituto per la Competitività"],"date":["2015-11-10"],"summary":["Introduction of Institute"],"notes":["Portfolio: Foreign Affairs and Security Policy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"involved":["eu-tr-859942318143-66","ec-person-62bf207e4274ad594e7eab4bfe20782f1d57f645"]}} -{"id":"ec-meeting-2015-11-10-2ed00e2b5ccf4a14919b784736f468426d83c991","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-10 - Cabinet of Commissioner Elżbieta Bieńkowska x Volkswagen Aktiengesellschaft"],"date":["2015-11-10"],"summary":["Telco re Emission fraud"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["ec-person-d2997a7f359c91a337055c3e24dd36bf928de38d","ec-person-95a769a1850d7d595f9a5853c51dcbdd3ddd69fb","eu-tr-6504541970-40","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2015-11-10-3249254157fc6b4b149a737a78fd5d18add368db","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-10 - Cabinet of Vice-President Andrus Ansip x VMware, Inc. and VMware Intl, Ltd."],"date":["2015-11-10"],"summary":["DSM matters (such a platform, cyber PPP and data flow"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-5db7bdd1c81da2e70eb5b982097d0004111b5c3e","eu-tr-732651516846-01"]}} -{"id":"ec-meeting-2015-11-10-332b5aa960a53c01025ec66b62c312be227e4706","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-10 - Cabinet of Commissioner Věra Jourová x Česká advokátní komora"],"date":["2015-11-10"],"summary":["EPPO, Brussels IIa, Matrimonial law, Procedural rights"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-a2ca9161feee56909a0e98b473c2d342c20fdb57","ec-person-a608b85b2ffef83f883b5a2330b6232efa1b7141","eu-tr-881099315767-29"]}} -{"id":"ec-meeting-2015-11-10-337641b8f2fd6d6847b6129c9167a9b4f071ef18","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-10 - Cabinet of Vice-President Cecilia Malmström x Citigroup Inc."],"date":["2015-11-10"],"summary":["Overall trade agenda, TTIP and financial services."],"notes":["Portfolio: Trade"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-00353757573-57","ec-person-5d4088e1913284a765aed8445f448f6ff341f1b3"]}} -{"id":"ec-meeting-2015-11-10-3773b18e52e8227f6dc64c34181fae07da76dc25","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-10 - Cabinet of Vice-President Jyrki Katainen x Citigroup Inc."],"date":["2015-11-10"],"summary":["Investment plan + CMU + MiFID II"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-00353757573-57","ec-person-955e8c493ab54847bb92b65986f56a401f8eabee"]}} -{"id":"ec-meeting-2015-11-10-3bcd32531d830447575aaa47975f116f9dcd03e4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-10 - Cabinet of Vice-President Valdis Dombrovskis x ORGANIZACIÓN NACIONAL DE CIEGOS ESPAÑOLES"],"date":["2015-11-10"],"summary":["Social Dimension of the monetary union, Social Economy - EU programmes to support it; EU Social Dialogue"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-1f98d05bdaed2c40396781b1eb7b0aa47cb8dd20","eu-tr-68612977691-59"]}} -{"id":"ec-meeting-2015-11-10-3e7c8fb6336b250ecfd9f80eb17a72b2806ec608","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-10 - Cabinet of Vice-President Jyrki Katainen x European Centre for International Political Economy"],"date":["2015-11-10"],"summary":["Five freedoms project"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90","ec-person-7c9460f99c5872dbdc561f5752401c870d12e98b","eu-tr-789002115168-26"]}} -{"id":"ec-meeting-2015-11-10-42387e8846f6fcd9efba6505613e73c2b11ebfd5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-10 - Maritime Affairs and Fisheries x The Pew Charitable Trusts ClientEarth AISBL OCEANA Greenpeace European Unit Stichting BirdLife Europe WWF European Policy Programme"],"date":["2015-11-10"],"summary":["Implementation of CFP / fighting against IUU"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-mare"],"involved":["eu-tr-1083162721-43","eu-tr-1414929419-24","eu-tr-47937943241-80","eu-tr-46834536998-79","eu-tr-96645517357-19","ec-person-a7b4b8418268a6d6c196b5e45f606fc92acbdb8c","eu-tr-9832909575-41"]}} -{"id":"ec-meeting-2015-11-10-4aa8cfbbe8edf7e42be1efd3a2e888e994dc54c6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-10 - Cabinet of Vice-President Andrus Ansip x ANCRE UNI MEI Global Union International Federation of Actors"],"date":["2015-11-10"],"summary":["Copyright"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-82864476764-79","eu-tr-24070646198-51","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45","eu-tr-56356897275-86"]}} -{"id":"ec-meeting-2015-11-10-4e1cc15250f77c1b13507216abd70f32bebb35f3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-10 - Cabinet of Vice-President Karmenu Vella x MEDAC"],"date":["2015-11-10"],"summary":["Fisheries management in the Mediterranean"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Saint Julian's, Malta"],"address":["Saint Julian's, Malta"],"addressEntity":["addr-4290c0f9c2f2c49f419c45118ce331588411a55a"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["eu-tr-283785319481-25","ec-person-0e3efd8bc1c3ee9a80205d0bb78f316fa1621e5d"]}} -{"id":"ec-meeting-2015-11-10-63e7f269054124fa7fcff073d8f3c177258b96d0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-10 - Cabinet of Vice-President Cecilia Malmström x Union of Chambers and Commodity Exchanges of Turkey"],"date":["2015-11-10"],"summary":["Modernisation of the EU-Turkey Customs Union / TTIP"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-738000419426-61","ec-person-20ded9db5df11164331bb161fdf234b1e5ad53fd","ec-person-591ec829ca734bcfe59a2c9c7f07f9dff22a0ea9"]}} -{"id":"ec-meeting-2015-11-10-647aa4452c4da5eeee0fa3395e8d72c0674e35e4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-10 - Cabinet of Vice-President Maroš Šefčovič x Eni S.p.A."],"date":["2015-11-10"],"summary":["East Mediterrenean gas discoveries, climate change"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-99578067285-35","ec-person-3bf48630444ace93d407e52eb880e64d480f75ce"]}} -{"id":"ec-meeting-2015-11-10-7024973b3f5c676f0f79b9a7ac19e903e260efa8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-10 - Taskforce on Article 50 negotiations with the United Kingdom x HSBC Holdings PLC"],"date":["2015-11-10"],"summary":["UK Referendum"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-tf50"],"involved":["eu-tr-001866415031-87","ec-person-ebad254ad157f20ffe76dada00bb408af413c89a"]}} -{"id":"ec-meeting-2015-11-10-73b64f7993c45bb04374416bd4f25136c33f5814","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-10 - Cabinet of Commissioner Marianne Thyssen x European Regional Talent Mobility Network"],"date":["2015-11-10"],"summary":["Talents"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["eu-tr-376215719574-10","ec-person-e93189002a993321fd1af93481b271c766b1aff8"]}} -{"id":"ec-meeting-2015-11-10-824fcc40feb6e3c007155d80f05096c9a00734df","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-10 - Günther Oettinger x PRS for Music"],"date":["2015-11-10"],"summary":["copyright"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0","eu-tr-798071410461-65"]}} -{"id":"ec-meeting-2015-11-10-8c84d2ce65220ffb04232774a71418c92d550eef","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-10 - Cabinet of Vice-President Maroš Šefčovič x Trans Adriatic Pipeline"],"date":["2015-11-10"],"summary":["State of play TAP project"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-3bf48630444ace93d407e52eb880e64d480f75ce","eu-tr-570335813082-79"]}} -{"id":"ec-meeting-2015-11-10-a48f169beaa137102e48030f66ef5a7c8cbb20c5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-10 - Cabinet of Vice-President Miguel Arias Cañete x Glass for Europe"],"date":["2015-11-10"],"summary":["EU's measure on energy label for windows"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-260e00934471a02805fb143935d6e9205a7f355f","eu-tr-15997912445-80","ec-person-2229c857664a22dcb8eee79a8c05841fd3d0924f"]}} -{"id":"ec-meeting-2015-11-10-a731fa0dd3696911dbbead2456af47c7579db335","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-10 - Günther Oettinger x DEKRA e.V."],"date":["2015-11-10"],"summary":["DEKRA Arbeitsmarktreport 2015"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-4cd59e13386e3b68ecb3611fcc579e0a0a3938a5","eu-tr-52624015528-97"]}} -{"id":"ec-meeting-2015-11-10-a98d91aee8d3a2cec6aa74f0d67c80e10246862d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-10 - Cabinet of Vice-President Maroš Šefčovič x BP p.l.c."],"date":["2015-11-10"],"summary":["State of play Southern Gas Corridor"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-3394026642-58","ec-person-3bf48630444ace93d407e52eb880e64d480f75ce"]}} -{"id":"ec-meeting-2015-11-10-ad75f74ef5dfb911e93edbca50386b2109792e03","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-10 - Cabinet of Commissioner Phil Hogan x Creative Media Business Alliance"],"date":["2015-11-10"],"summary":["CMBA's considerations regarding an upcoming Commission Communication on Copyright"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-55791845397-85","ec-person-a985b9a03cb4f9af4f2f97583d8f92fb71579572"]}} -{"id":"ec-meeting-2015-11-10-b4d44821b74c74ac38e39decb93d181b5f60f951","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-10 - Cabinet of Commissioner Jonathan Hill x Deutscher Sparkassen-und Giroverband"],"date":["2015-11-10"],"summary":["European Deposit Insurance Scheme and Capital Markets Union"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["eu-tr-62379064909-15","ec-person-f247edfcff54d4f26fc10769f809c92bc72d6797"]}} -{"id":"ec-meeting-2015-11-10-b723d3d4d07d89476074a2e4bc474e1c87cff94a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-10 - Cabinet of Commissioner Violeta Bulc x Emirates Airline"],"date":["2015-11-10"],"summary":["Meeting Emirates Airline representatives"],"notes":["Portfolio: Transport"],"location":["Dubai, United Arab Emirates"],"address":["Dubai, United Arab Emirates"],"addressEntity":["addr-6c064b90622987f3ff2c1ad2f5c88b6868e450b6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-501968312339-22","ec-person-5012c5e45a52ee8ce67d19c1781a127af53e73e7","ec-person-4d2b449b5047ea3fda435a2a1c1081e3babcdf76"]}} -{"id":"ec-meeting-2015-11-10-b8a26b0929dca4ad397e7fefedac538305f46da3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-10 - Trade x None"],"date":["2015-11-10"],"summary":["EU industry and China"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-trade"],"involved":["eu-tr-79465004946-12","eu-tr-726584717191-62","eu-tr-9224280267-20","eu-tr-93038071152-83","eu-tr-62722978644-95","ec-person-bde9bb099f5d24c52ca4a9255cefc99a5b87a650","eu-tr-637930515146-10"]}} -{"id":"ec-meeting-2015-11-10-c065208d050c9231bd99b97b362a0e01293b7754","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-10 - Cabinet of Commissioner Christos Stylianides x International Federation of Red Cross and Red Crescent Societies Amnesty International Limited"],"date":["2015-11-10"],"summary":["regugee crisis"],"notes":["Portfolio: Humanitarian Aid & Crisis Management"],"location":["Grand Hotel Union. Ljubljana"],"address":["Grand Hotel Union. Ljubljana"],"addressEntity":["addr-d2e63b9d78cff09f26262d9ae01621e6a83274e5"],"organizer":["ec-cabinet-christos-commissioner-of-stylianides"],"involved":["ec-person-08c677aa002baa9f95be8a2d0aa3b89875e2badf","ec-person-cdd689bd079714522dad472ea4446b0fcc660d8f","eu-tr-11063928073-34","eu-tr-132236315085-89"]}} -{"id":"ec-meeting-2015-11-10-ca55133d3e18cc9cf1c4b6afd8273a593558a13e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-10 - Cabinet of Vice-President Karmenu Vella x Stichting BirdLife Europe Dogwood Alliance"],"date":["2015-11-10"],"summary":["Biomass"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["ec-person-4ff7c27445db4ad88e687776974fd8d077a1fe0c","eu-tr-218230019195-25","eu-tr-1083162721-43"]}} -{"id":"ec-meeting-2015-11-10-d08179aa931c1f89ecfe91573c0c1c3bad98f210","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-10 - Cabinet of Commissioner Violeta Bulc x Airbus"],"date":["2015-11-10"],"summary":["Working lunch with Airbus representatives"],"notes":["Portfolio: Transport"],"location":["Dubai, United Arab Emirates"],"address":["Dubai, United Arab Emirates"],"addressEntity":["addr-6c064b90622987f3ff2c1ad2f5c88b6868e450b6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-4d2b449b5047ea3fda435a2a1c1081e3babcdf76","ec-person-5012c5e45a52ee8ce67d19c1781a127af53e73e7","eu-tr-2732167674-76"]}} -{"id":"ec-meeting-2015-11-10-d69886f2f2212924dadfd11dd1ce19f56bdaf2be","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-10 - Employment, Social Affairs and Inclusion x Secretariat of COMECE (Commission of the Episcopates of the European Union)"],"date":["2015-11-10"],"summary":["social issues – including youth unemployment, the impact of austerity policies on citizens and child poverty"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-empl"],"involved":["eu-tr-47350036909-69","ec-person-0d8ce1c547b8ca99decd25740ba12e2c0866a2fd"]}} -{"id":"ec-meeting-2015-11-10-d704d5ac6741dc713d18c63bd545be28c4cad5a7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-10 - Cabinet of Vice-President Cecilia Malmström x European Dairy Association aisbl"],"date":["2015-11-10"],"summary":["Dairy in international markets"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-42967152383-63","ec-person-98880f3f4206145e196013db9dd806a551c11e06"]}} -{"id":"ec-meeting-2015-11-10-d9958593205031e6e4b535ec5cf0995d162e6494","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-10 - Cabinet of Vice-President Miguel Arias Cañete x European Atomic Forum"],"date":["2015-11-10"],"summary":["PINC communication"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-62773e55e1985542cb18a2a89f2053f2f39146b1","eu-tr-42433582-82"]}} -{"id":"ec-meeting-2015-11-10-dcebb1bee2914789abdb99d51a94a33c1b5ca12e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-10 - Cabinet of Commissioner Violeta Bulc x IBM Corporation"],"date":["2015-11-10"],"summary":["Meeting IBM Slovenia respresentatives"],"notes":["Portfolio: Transport"],"location":["Ljubljana, Slovenia"],"address":["Ljubljana, Slovenia"],"addressEntity":["addr-f7328a981da1b705ba25d3333daf0cf2fca0c8ea"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-7721359944-96","ec-person-6a5ceb87383474e4b7f430af341029a155e255b0"]}} -{"id":"ec-meeting-2015-11-10-e24658c12c89ba84440377b437dc09fd536f3fa7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-10 - Cabinet of Vice-President Jyrki Katainen x HERMES INTERNATIONAL"],"date":["2015-11-10"],"summary":["Competitiveness of the luxury industry, the Digital Single Market strategy and creative industries"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-919484116074-16","ec-person-0da85dc48012e26688310a59a0b51727ea68f410"]}} -{"id":"ec-meeting-2015-11-10-e418470a3afbc0571ec65eabb956d8cccb453ea3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-10 - Cabinet of Vice-President Jyrki Katainen x UNITEE AISBL"],"date":["2015-11-10"],"summary":["Migration and entrepreneurship"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-07875727774-09","ec-person-7c9460f99c5872dbdc561f5752401c870d12e98b"]}} -{"id":"ec-meeting-2015-11-10-e95ad9d56a8e5fcc376d7360f6d7b1869eaf5e6d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-10 - Cabinet of High Representative / Vice-President Federica Mogherini x UniCredit"],"date":["2015-11-10"],"summary":["The financial institution business model"],"notes":["Portfolio: Foreign Affairs and Security Policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"involved":["eu-tr-03094871618-32","ec-person-0d87d503aa00db1df141f3b1bfea3e0ccb43ece9"]}} -{"id":"ec-meeting-2015-11-10-eb2afe46bb1557ff997c70b6fdcc9370c36186be","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-10 - Cabinet of Vice-President Karmenu Vella x Long Distance Advisory Council / Consejo Consultivo de Flota de Larga Distancia / Conseil Consultatif de Pêche Lointaine"],"date":["2015-11-10"],"summary":["IUU fishing"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Saint Julian's, Malta"],"address":["Saint Julian's, Malta"],"addressEntity":["addr-4290c0f9c2f2c49f419c45118ce331588411a55a"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["eu-tr-905805219213-67","ec-person-0e3efd8bc1c3ee9a80205d0bb78f316fa1621e5d"]}} -{"id":"ec-meeting-2015-11-10-f20752ab929941f3be30c99dd139b08494afa838","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-10 - Günther Oettinger x Reed MIDEM SAS"],"date":["2015-11-10"],"summary":["copyright"],"location":["BXL"],"address":["BXL"],"addressEntity":["addr-d2fde52f67ea4a3e1fe233d0a959d6a1c77fd910"],"organizer":["ec-dg-de"],"involved":["eu-tr-481291319443-52","ec-person-49723482bb23d029cbfc010cb37eec7392a0ae02"]}} -{"id":"ec-meeting-2015-11-10-f97ab8dc323725bfcf9c6924bc170d31482a4fb1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-10 - Cabinet of Vice-President Jyrki Katainen x JPMorgan Chase & Co."],"date":["2015-11-10"],"summary":["Infrastructure investments & Capital markets union"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90","eu-tr-9171899949-17"]}} -{"id":"ec-meeting-2015-11-10-fb0aae0ca7b67c96a82391cde36e69282b6314e5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-10 - Cabinet of Vice-President Valdis Dombrovskis x Deutscher Sparkassen-und Giroverband"],"date":["2015-11-10"],"summary":["EDIS"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels, belgium"],"address":["Brussels, belgium"],"addressEntity":["addr-b39b9dcfba3e578ef360518fd0aa4ce7938fab00"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-62379064909-15","ec-person-902665668634b69ce99a97f1853d89a9d1b275f2","ec-person-48f31156d932641826e09f5b73f074d35ff05786"]}} -{"id":"ec-meeting-2015-11-11-1ff5488eda96213954829b674e10fdccd0654891","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-11 - Cabinet of Commissioner Jonathan Hill x Prudential plc"],"date":["2015-11-11"],"summary":["Solvency II; Equivalence; CMU; International issues"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["eu-tr-65288482768-64","ec-person-890015b0d769ee93a09119846b414d4aae7c64ae"]}} -{"id":"ec-meeting-2015-11-11-3d43db7aa26e20fd20c44b6c95762df860923b50","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-11 - Cabinet of Commissioner Vytenis Andriukaitis x WELLNESS FOUNDATION"],"date":["2015-11-11"],"summary":["Preparation of a future meeting with the Commissioner in January 2016"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-0dbfffeb0323f819c8d57164906086dd8639c437","eu-tr-349079119535-50"]}} -{"id":"ec-meeting-2015-11-11-42ce911b84052c701fdaa950b7fd3578eda6b91a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-11 - Cabinet of Commissioner Carlos Moedas x WindEurope"],"date":["2015-11-11"],"summary":["Energy Union"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["eu-tr-19920706471-21","ec-person-fb56329c22510c66ab50a8bdba13230bdae32902"]}} -{"id":"ec-meeting-2015-11-11-5e435b4a679a81a0fccd73468eaea81ae969610e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-11 - Cabinet of Vice-President Jyrki Katainen x VR-Group Ltd Videokuvatalo"],"date":["2015-11-11"],"summary":["4th Railway Package"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-922865919181-22","ec-person-f9208d930adc70c6c64e21701e48f85f6f18e949","eu-tr-549564815917-64"]}} -{"id":"ec-meeting-2015-11-11-645f8498ac8653dc97ee77986eb5a77dc99ef049","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-11 - Cabinet of Commissioner Pierre Moscovici x EURODOM"],"date":["2015-11-11"],"summary":["RGEC"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["ec-person-79931cfd2923c1aca9c7d284e9590732b0a36ed9","eu-tr-28418016649-41"]}} -{"id":"ec-meeting-2015-11-11-9a14cd79d13c291688b46fe2419bb9dca7cbf789","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-11 - Cabinet of Vice-President Jyrki Katainen x Teneo Brussels"],"date":["2015-11-11"],"summary":["Decarbonisation of transport"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brusseks"],"address":["Brusseks"],"addressEntity":["addr-fc0708f6896b9fe62b8d64796f8a902dfa5a3fa0"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-0310c3b87e155f5572493e91d12eebab9736a76b","eu-tr-91124993695-29"]}} -{"id":"ec-meeting-2015-11-11-a143a196ac8d55f79503c745350389e49bc11d6f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-11 - Cabinet of Vice-President Andrus Ansip x Svensk Handel (Swedish Trade Federation)"],"date":["2015-11-11"],"summary":["DSM Strategy"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-e91c5be432b6b3efdda369792fed67c20b767a45","eu-tr-277625014294-80"]}} -{"id":"ec-meeting-2015-11-11-ad59487d45e0ce1e123e1131d128a68a120be56c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-11 - Cabinet of Commissioner Christos Stylianides x International Rescue Committee Inc"],"date":["2015-11-11"],"summary":["International Refugee Crisis"],"notes":["Portfolio: Humanitarian Aid & Crisis Management"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-christos-commissioner-of-stylianides"],"involved":["eu-tr-66790095679-26","ec-person-4424ecf39f7c6c9e4022ac46c71d81b0464ae6a5"]}} -{"id":"ec-meeting-2015-11-11-af20c8007f6057a3ad28c76029f952161a427765","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-11 - Cabinet of Vice-President Cecilia Malmström x CONCORD Europe"],"date":["2015-11-11"],"summary":["current trade policy issues linked with developing countries"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-34478709670-34","ec-person-19b143e83f8ab978c55c8a9a9e49e06dbfa14bf3"]}} -{"id":"ec-meeting-2015-11-11-d8bd5e9265d03d32772e1121f0e2e4fd6f0bfb34","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-11 - Cabinet of Commissioner Elżbieta Bieńkowska x Fertilizers Europe"],"date":["2015-11-11"],"summary":["Meeting with Director General Mr Hansen"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["ec-person-95a769a1850d7d595f9a5853c51dcbdd3ddd69fb","eu-tr-80788715017-29"]}} -{"id":"ec-meeting-2015-11-11-ea2fea8a18fa2fd61d255f5376037aece0fd0f42","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-11 - Cabinet of Vice-President Maroš Šefčovič x Schneider Electric"],"date":["2015-11-11"],"summary":["sustainable energy policies and energy efficiency"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-ea6b517040e26a62f17d2829afffeba48cfd682f","eu-tr-46302264606-44"]}} -{"id":"ec-meeting-2015-11-11-f42c13968d7408c2c3848378a1d1ffa8f806edd4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-11 - Cabinet of President Jean-Claude Juncker x Prudential plc"],"date":["2015-11-11"],"summary":["EFSI"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-65288482768-64","ec-person-c402e34a99fbee730ae22e3b1958e21c94dc6fcc"]}} -{"id":"ec-meeting-2015-11-11-f8dbcf9b5cfab4cca58ce9e4bdf416ab6aa79bb2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-11 - Günther Oettinger x ZVEI e.V. - Verband der Elektro- und Digitalindustrie"],"date":["2015-11-11"],"summary":["Internet of Things"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-94770746469-09","ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0"]}} -{"id":"ec-meeting-2015-11-12-083efecc47f1403f717edee3224c1cc4a1bca9fb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-12 - Cabinet of Commissioner Tibor Navracsics x ICMP - The global voice of music publishing"],"date":["2015-11-12"],"summary":["Digital Single Market"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-49f31dad10f5641cb1d1e4c3107dd838389e8120","eu-tr-65684839099-72"]}} -{"id":"ec-meeting-2015-11-12-1097d1b59330ebbe5c9be0e29cf04e791d4468db","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-12 - Cabinet of High Representative / Vice-President Federica Mogherini x WindEurope"],"date":["2015-11-12"],"summary":["Energy Union Package"],"notes":["Portfolio: Foreign Affairs and Security Policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"involved":["eu-tr-19920706471-21","ec-person-0d87d503aa00db1df141f3b1bfea3e0ccb43ece9"]}} -{"id":"ec-meeting-2015-11-12-1d08f433412d4115582fa97904879732696d971d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-12 - Cabinet of Vice-President Neven Mimica x Women Political Leaders"],"date":["2015-11-12"],"summary":["Roundtable discussion on the World Bank Group’s Report on Women, Business and the Law 2016: GETTING TO EQUAL."],"notes":["Portfolio: International Cooperation & Development"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-mimica-neven-of-president-vice"],"involved":["ec-person-b187f3955c71d2e1daa48e02fd0a09ab7c6f6098","eu-tr-419508817229-68"]}} -{"id":"ec-meeting-2015-11-12-2ec63c622564e6143c3ad2b8c9f5a6898c4fc670","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-12 - European Civil Protection and Humanitarian Aid Operations x Norwegian Refugee Council Europe"],"date":["2015-11-12"],"summary":["ECHO/NRC Cooperation, Humanitarian situation in Syria"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-echo"],"involved":["eu-tr-750447615329-96","ec-person-61ea528d6b7f7cbbd1e55a4a19794b785df35cf9"]}} -{"id":"ec-meeting-2015-11-12-340c1d607bdd6d5c3810c511e4dd718b23ad35dd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-12 - Cabinet of First Vice-President Frans Timmermans x Confederation of Family Organisations in the European Union"],"date":["2015-11-12"],"summary":["work-life balance and global goals on gender"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["ec-person-7a0c440119cd5d547eceebb055c79b8bb41bf9a2","eu-tr-93283396780-85"]}} -{"id":"ec-meeting-2015-11-12-3451344a59f494ba1be6e43624a31fc210aefa60","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-12 - Environment x CELSA Group"],"date":["2015-11-12"],"summary":["Steel Sector and Circular Economy"],"location":["Bruxelles"],"address":["Bruxelles"],"addressEntity":["addr-b58f5927b66d94a676970dc048485d4c6848f272"],"organizer":["ec-dg-env"],"involved":["eu-tr-295567915794-69","ec-person-3bc74ce04ea3f4ab4d91a5c88eef25b8b8a213b4"]}} -{"id":"ec-meeting-2015-11-12-3c98a24a79445e80fccd24f4e7580afc65b4736b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-12 - Cabinet of Vice-President Miguel Arias Cañete x Polish Electricity Association"],"date":["2015-11-12"],"summary":["COP21"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels BERL 8/168"],"address":["Brussels BERL 8/168"],"addressEntity":["addr-374c9926c2dc637ba921359b424828218f960255"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-255859710443-50","ec-person-7e87a14bf64af274f1cfb85d6b64a405eea6217f"]}} -{"id":"ec-meeting-2015-11-12-4565dd180191a02ab24c7d4ec62cab400e79bcd1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-12 - Günther Oettinger x Confederazione Generale dell'Industria Italiana"],"date":["2015-11-12"],"summary":["DSM"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-4cd59e13386e3b68ecb3611fcc579e0a0a3938a5","eu-tr-27762251795-15"]}} -{"id":"ec-meeting-2015-11-12-4b4d14938a9e332f005408c13ec2e62b9266f446","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-12 - Cabinet of Commissioner Věra Jourová x European Magazine Media Association Verband Deutscher Zeitschriftenverleger e. V. European Newspaper Publishers' Association"],"date":["2015-11-12"],"summary":["Copyright issues related to magazines and newspapers"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-a2ca9161feee56909a0e98b473c2d342c20fdb57","eu-tr-5950962136-12","eu-tr-876509717508-94","eu-tr-37937886834-69"]}} -{"id":"ec-meeting-2015-11-12-4cf11e86969ec38f6fe1cab568a792614d536a5a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-12 - Cabinet of Commissioner Corina Crețu x WindEurope"],"date":["2015-11-12"],"summary":["State of the Energy Union Report"],"notes":["Portfolio: Regional Policy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-corina-cretu-of"],"involved":["eu-tr-19920706471-21","ec-person-f5bd4d5d0170028815aba56ee7d4883f0fd70f47"]}} -{"id":"ec-meeting-2015-11-12-550ce693203f830372c953320fed5f55d176cb85","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-12 - Cabinet of Commissioner Marianne Thyssen x EUROCHAMBRES – Association of European Chambers of Commerce and Industry"],"date":["2015-11-12"],"summary":["Skills, Apprenticeships"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["ec-person-bdb607d5d994a4056dd700f8f52d9af25b406b36","eu-tr-0014082722-83"]}} -{"id":"ec-meeting-2015-11-12-55d4d16fe73f7e85ef407f242094cb0ad87c440b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-12 - Cabinet of Vice-President Maroš Šefčovič x Scotland Europa"],"date":["2015-11-12"],"summary":["Energy Jobs Task Force in Scotland"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-01312486176-25","ec-person-2be517b9261a91f2f07e05ec14c6331980e9716e"]}} -{"id":"ec-meeting-2015-11-12-57e6a093370314cbce437727f3f60dd0445f4919","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-12 - Cabinet of Vice-President Andrus Ansip x Salesforce"],"date":["2015-11-12"],"summary":["ongoing negociations for the conclusion of a new framework between EU and the US"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-991195317279-06","ec-person-5db7bdd1c81da2e70eb5b982097d0004111b5c3e"]}} -{"id":"ec-meeting-2015-11-12-5b5e5f7c728f973ea672ae1b968f12bea9adc253","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-12 - Cabinet of Vice-President Jyrki Katainen x Svensk Handel (Swedish Trade Federation)"],"date":["2015-11-12"],"summary":["Circular Economy"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-0310c3b87e155f5572493e91d12eebab9736a76b","eu-tr-277625014294-80"]}} -{"id":"ec-meeting-2015-11-12-6adbd8195a227c53e9409f80b0e4ceea6f0faf6a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-12 - Cabinet of Commissioner Věra Jourová x AXA"],"date":["2015-11-12"],"summary":["ADR/ODR"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-a2ca9161feee56909a0e98b473c2d342c20fdb57","eu-tr-36423781099-10"]}} -{"id":"ec-meeting-2015-11-12-8ba66ed7bcb537c405f6074c8af1ea3e82cc0e8d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-12 - Cabinet of Vice-President Andrus Ansip x Lenovo"],"date":["2015-11-12"],"summary":["ongoing work in the Commission on privacy and security issues"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-238774916287-66","ec-person-5db7bdd1c81da2e70eb5b982097d0004111b5c3e"]}} -{"id":"ec-meeting-2015-11-12-979fb48d23ab180a65398eb57ee32227392867fd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-12 - Günther Oettinger x ICMP - The global voice of music publishing"],"date":["2015-11-12"],"summary":["copyright"],"location":["BXL"],"address":["BXL"],"addressEntity":["addr-d2fde52f67ea4a3e1fe233d0a959d6a1c77fd910"],"organizer":["ec-dg-de"],"involved":["ec-person-49723482bb23d029cbfc010cb37eec7392a0ae02","eu-tr-65684839099-72"]}} -{"id":"ec-meeting-2015-11-12-9b960600f16f51859a551b633de7d906bf098f61","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-12 - Cabinet of Commissioner Jonathan Hill x American Insurance Association"],"date":["2015-11-12"],"summary":["Equivalence; Solvency II"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["ec-person-890015b0d769ee93a09119846b414d4aae7c64ae","eu-tr-736852519506-74"]}} -{"id":"ec-meeting-2015-11-12-a6dae3557345a1f3f234d2ad9999a2173b05638b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-12 - Cabinet of Vice-President Cecilia Malmström x Orgalim – Europe's Technology Industries"],"date":["2015-11-12"],"summary":["TTIP"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-20ded9db5df11164331bb161fdf234b1e5ad53fd","eu-tr-20210641335-88"]}} -{"id":"ec-meeting-2015-11-12-a9c444d40ae392083303e050714a123018379ba6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-12 - Cabinet of Vice-President Miguel Arias Cañete x Stichting European Climate Foundation"],"date":["2015-11-12"],"summary":["Energy Policy and Market design"],"notes":["Portfolio: Climate Action & Energy"],"location":["BERL 8th floor"],"address":["BERL 8th floor"],"addressEntity":["addr-0d10356a528121d24c2f124c205c4b665f845946"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-1831691c10441c5974327bbeb8693d6b6c1e50c3","eu-tr-64869491516-70"]}} -{"id":"ec-meeting-2015-11-12-adc7da4c2aaa42c0861db19cdcfd62024b03c9a4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-12 - Günther Oettinger x Deutsche Industrie- und Handelskammer"],"date":["2015-11-12"],"summary":["Digitalisierung der Industrie"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-22400601191-42","ec-person-c6cae64cc7dc787b66a47ab1613d3e922875b971"]}} -{"id":"ec-meeting-2015-11-12-afd4e92db2273ea026160f556652cfa748806dfc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-12 - Cabinet of Vice-President Jyrki Katainen x Banco Santander, S.A."],"date":["2015-11-12"],"summary":["Investment initiative"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-799142914971-03","ec-person-3775b7be791f90ed462b9071c9ae596b80d71bca"]}} -{"id":"ec-meeting-2015-11-12-b42cf0fdf3b2bf6f577583ff3d180be9615f54a3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-12 - Cabinet of Commissioner Věra Jourová x Deutscher Anwaltverein (German Bar Association)"],"date":["2015-11-12"],"summary":["EPPO, Procedural Rights, directive on procedural safeguards for children"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-64349923a7639978983020a607770b8dc47c8144","eu-tr-87980341522-66"]}} -{"id":"ec-meeting-2015-11-12-b9b3473f2309347241db81cffbd3eace3164c132","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-12 - Cabinet of Commissioner Violeta Bulc x CONSEIL DE COOPERATION ECONOMIQUE"],"date":["2015-11-12"],"summary":["Working lunch with CCE representatives"],"notes":["Portfolio: Transport"],"location":["Brussels, Belguim"],"address":["Brussels, Belguim"],"addressEntity":["addr-84b5e5f38d43901e13b15f0c7dd8b408c954fd9b"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-4d2b449b5047ea3fda435a2a1c1081e3babcdf76","ec-person-6a5ceb87383474e4b7f430af341029a155e255b0","ec-person-dd7851e4a1e747e824b4f81139e33bc3cdb73160","eu-tr-146893419149-74"]}} -{"id":"ec-meeting-2015-11-12-bd0cd5f1d22abda7b9082b693f1fec7f3ec14fba","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-12 - Cabinet of Vice-President Miguel Arias Cañete x Teneo Brussels"],"date":["2015-11-12"],"summary":["Mtg on Biofuels with Leaders of Sustainable Biofuels"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-260e00934471a02805fb143935d6e9205a7f355f","eu-tr-91124993695-29"]}} -{"id":"ec-meeting-2015-11-12-caab60118fe06a0180c028dc9b89c1ca1e3f0028","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-12 - Internal Market, Industry, Entrepreneurship and SMEs x Scotland Europa"],"date":["2015-11-12"],"summary":["Investment, SME and skills policies"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-grow"],"involved":["eu-tr-01312486176-25","ec-person-60a3d0d628d231b41af1d0c65607b0fd78ca4edc"]}} -{"id":"ec-meeting-2015-11-12-cdd96c40323d6c3bbfbc05aceb83dc3c8811604c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-12 - Cabinet of Vice-President Cecilia Malmström x European Network for Central Africa"],"date":["2015-11-12"],"summary":["conflict minerals"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-080440210511-51","ec-person-8529bbbc6db862f6b82d6fa66a7cf7668804dae7"]}} -{"id":"ec-meeting-2015-11-12-cec81fcca7be963cc6931e1630e789d21d5489e1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-12 - Cabinet of Vice-President Jyrki Katainen x Société Générale"],"date":["2015-11-12"],"summary":["Investment initiative"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-34369111614-57","ec-person-3775b7be791f90ed462b9071c9ae596b80d71bca"]}} -{"id":"ec-meeting-2015-11-12-e0bea8e1e35ece65de5a2734945916327766a3df","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-12 - Cabinet of Commissioner Phil Hogan x WindEurope"],"date":["2015-11-12"],"summary":["Energy Union strategy"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["BERL 08/304"],"address":["BERL 08/304"],"addressEntity":["addr-aff09a6f822af9a7e96260c390a7e7bd5d64be8b"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-19920706471-21","ec-person-7d3caa534e5cdda6d5b949bd4b2def39356e3bec"]}} -{"id":"ec-meeting-2015-11-12-e313d78b0de0e1718e2360b6713fd4dd0bf3e603","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-12 - Cabinet of Vice-President Valdis Dombrovskis x Deutsches Aktieninstitut BDEW Bundesverband der Energie- und Wasserwirtschaft e. V. Bundesverband der Deutschen Industrie e.V. Energy UK Eurelectric aisbl EUROGAS aisbl European Federation of Energy Traders Cargill"],"date":["2015-11-12"],"summary":["Joint mtg energy assoc/Markets in Financial Instruments Directive II"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-1771817758-48","eu-tr-4271427696-87","eu-tr-38589651649-14","eu-tr-17909506129-41","eu-tr-13457582538-68","ec-person-3f9ca71b74344417d1f072ba7f3e2f09a223b036","eu-tr-01063261836-24","eu-tr-20457441380-38","eu-tr-38064081304-25"]}} -{"id":"ec-meeting-2015-11-12-facd111cb3966ef0c8c87f6ad71d07ce04112060","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-12 - Cabinet of Vice-President Cecilia Malmström x European agri-cooperatives European farmers"],"date":["2015-11-12"],"summary":["Trade in agriculture"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-09586631237-74","ec-person-98880f3f4206145e196013db9dd806a551c11e06","eu-tr-44856881231-49"]}} -{"id":"ec-meeting-2015-11-12-fb6f8d3d35f0f73e19769daec3d8c2c0c0efcc43","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-12 - Cabinet of Commissioner Věra Jourová x Confederation of Family Organisations in the European Union"],"date":["2015-11-12"],"summary":["New Start Roadmap on work-life balance and Global goals on gender"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-5455ecfabb89025694c798deac08160a2be17d94","eu-tr-93283396780-85"]}} -{"id":"ec-meeting-2015-11-12-fd2464939591cf98374339e3595d957d8bb77728","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-12 - Communications Networks, Content and Technology x RAI RADIOTELEVISIONE ITALIANA SpA"],"date":["2015-11-12"],"summary":["DSM"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-82627008472-82","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2015-11-13-0376c7313e968459ef2466c806c50c85094cf32f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-13 - Environment x European Recycling Platform SASU"],"date":["2015-11-13"],"summary":["WEEE Directive"],"location":["Bruxelles"],"address":["Bruxelles"],"addressEntity":["addr-b58f5927b66d94a676970dc048485d4c6848f272"],"organizer":["ec-dg-env"],"involved":["eu-tr-194953315534-56","ec-person-3bc74ce04ea3f4ab4d91a5c88eef25b8b8a213b4"]}} -{"id":"ec-meeting-2015-11-13-186f470e8d9d5c0f58de2d692fd62d544ae4d665","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-13 - Cabinet of Commissioner Christos Stylianides x Norwegian Refugee Council Europe"],"date":["2015-11-13"],"summary":["Humanitarian aid"],"notes":["Portfolio: Humanitarian Aid & Crisis Management"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-christos-commissioner-of-stylianides"],"involved":["ec-person-cdd689bd079714522dad472ea4446b0fcc660d8f","eu-tr-750447615329-96"]}} -{"id":"ec-meeting-2015-11-13-1ae7e328d0c3ab5b8be6debc292568c5e233df84","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-13 - Günther Oettinger x Bundesverband deutscher Banken e.V."],"date":["2015-11-13"],"summary":["Digitisation in Banking"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-c6cae64cc7dc787b66a47ab1613d3e922875b971","eu-tr-0764199368-97"]}} -{"id":"ec-meeting-2015-11-13-27dc64700cf0162f984e0ee1a408997182c5a4e0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-13 - Cabinet of President Jean-Claude Juncker x Bundesverband deutscher Banken e.V."],"date":["2015-11-13"],"summary":["EDIS"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-c402e34a99fbee730ae22e3b1958e21c94dc6fcc","eu-tr-0764199368-97"]}} -{"id":"ec-meeting-2015-11-13-8603398c4d090c0727656ec782c3cfa0a42585a8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-13 - Cabinet of Commissioner Carlos Moedas x European Technology Platform TP Organics"],"date":["2015-11-13"],"summary":["European Organic Action Plan"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["eu-tr-314889916651-38","ec-person-07b66759c911240aaa2b917489884273c71fac90"]}} -{"id":"ec-meeting-2015-11-13-9d90e535dd4a9a10c17fd0f8f40054190450b5bd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-13 - Cabinet of Vice-President Jyrki Katainen x FUNDACIÓ COMUNITAT VALENCIANA-REGIÓ EUROPEA"],"date":["2015-11-13"],"summary":["Investment plan"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-3775b7be791f90ed462b9071c9ae596b80d71bca","eu-tr-28664854787-31"]}} -{"id":"ec-meeting-2015-11-13-a4c2f303d6c39300ec27455d4cdde0f62acc6788","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-13 - Cabinet of Commissioner Carlos Moedas x UK Research Office"],"date":["2015-11-13"],"summary":["Horizon 2020"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-b8d49828915f9008e764a78796d47ea00807a658","eu-tr-651161710834-02"]}} -{"id":"ec-meeting-2015-11-13-aebc260501663566d46910515176be369b7a703b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-13 - Cabinet of Commissioner Věra Jourová x ALL WITH US-TOUS AVEC NOUS"],"date":["2015-11-13"],"summary":["AWU presentation of activities"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["eu-tr-629905819488-40","ec-person-1e0e3a00ab815dea7c5b839b002ed2c7e34bfe0a"]}} -{"id":"ec-meeting-2015-11-13-b02dbe587d606f27936c6fd303e8602c5554ade7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-13 - Cabinet of Vice-President Miguel Arias Cañete x European Society of Radiology"],"date":["2015-11-13"],"summary":["Presentation of the ESR activities - follow up"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-62773e55e1985542cb18a2a89f2053f2f39146b1","eu-tr-478131313572-40"]}} -{"id":"ec-meeting-2015-11-13-b3744ba14d22e5dba859f96bc71feb8585ea5215","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-13 - Cabinet of Vice-President Andrus Ansip x Federation of European Screen Directors - Fédération Européenne des Réalisateurs de l'Audiovisuel European Producers Club Society of Audiovisual Authors"],"date":["2015-11-13"],"summary":["Meeting with filmmakers and film associations on copyright, fight against piracy, cross-border access and portability of online content services"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0","eu-tr-344910313351-14","eu-tr-29280842236-21","ec-person-6a03bc4fa7657513ea34529e98dba0671ef4c849","eu-tr-99336382936-11","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45"]}} -{"id":"ec-meeting-2015-11-13-d137ffb4e885de7a11fd7b01c4f6dc008ef92ab8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-13 - Cabinet of Commissioner Elżbieta Bieńkowska x European agri-cooperatives European farmers"],"date":["2015-11-13"],"summary":["Introductory meeting"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["ec-person-b2f9be51339f054477846797e2c119fcf16548fc","eu-tr-09586631237-74","eu-tr-44856881231-49"]}} -{"id":"ec-meeting-2015-11-13-f022548a7405042fb379742169de5c24da0c67f2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-13 - Cabinet of Vice-President Cecilia Malmström x European Business Summit Network"],"date":["2015-11-13"],"summary":["European Business Summit and their invitation to Commissioner Malmström"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-20ded9db5df11164331bb161fdf234b1e5ad53fd","eu-tr-268958411031-65"]}} -{"id":"ec-meeting-2015-11-13-f765dc9b071f9e21ec16ae43d68d9884d748e891","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-13 - Communications Networks, Content and Technology x Mind the Bridge Foundation"],"date":["2015-11-13"],"summary":["Startup Europe - Startup Europe comes to Silicon Valley"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-700186718007-46","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2015-11-16-17efe2182e9c6e8110ea74f5357e3bbadc25fb77","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-16 - Günther Oettinger x Insurance Europe"],"date":["2015-11-16"],"summary":["DSM"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-d8b86b98a24683917c569000ed6d8c45bedbbc00","eu-tr-33213703459-54"]}} -{"id":"ec-meeting-2015-11-16-1a4e9135f6f9494d6a4aa9c2b481dae38fc64eee","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-16 - Cabinet of Commissioner Elżbieta Bieńkowska x Orgalim – Europe's Technology Industries"],"date":["2015-11-16"],"summary":["DSM & Circular Economy"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-20210641335-88","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2015-11-16-1c74e33de4c72b275cd82ca29fb8c59a1f8294cc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-16 - Cabinet of Commissioner Vytenis Andriukaitis x Compassion in World Farming International"],"date":["2015-11-16"],"summary":["Aniaml welfare petition"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-0dbfffeb0323f819c8d57164906086dd8639c437","eu-tr-26535516539-45"]}} -{"id":"ec-meeting-2015-11-16-21815c8ce07c68f6d9ce4cbd90e66ef85396f452","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-16 - Cabinet of Commissioner Margrethe Vestager x european competitive telecommunications association"],"date":["2015-11-16"],"summary":["Telecoms markets and policy"],"notes":["Portfolio: Competition"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-margrethe-of-vestager"],"involved":["ec-person-baa1c172df109ebd1f0307bccb5e21aec66c7a25","eu-tr-24627752238-32"]}} -{"id":"ec-meeting-2015-11-16-22a91f6d6e3c3eafeb00a8a4e3a4e3012f72d07c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-16 - Cabinet of Commissioner Jonathan Hill x Arch Insurance (EU) dac"],"date":["2015-11-16"],"summary":["STS securitisation Regulation"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["eu-tr-634985519183-41","ec-person-890015b0d769ee93a09119846b414d4aae7c64ae"]}} -{"id":"ec-meeting-2015-11-16-23700213d7c766b67920e1074565e6282d143b76","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-16 - Cabinet of Commissioner Tibor Navracsics x Liberty Global Corporate B.V."],"date":["2015-11-16"],"summary":["Digital Single Market"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-49f31dad10f5641cb1d1e4c3107dd838389e8120","eu-tr-82853397708-89"]}} -{"id":"ec-meeting-2015-11-16-27e18d4aecee47f1766315a202803f961f1ee57d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-16 - Cabinet of Commissioner Vytenis Andriukaitis x CropLife Europe"],"date":["2015-11-16"],"summary":["Cut-off criteria; classification proposal by EFSA"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-b9c3f19e7c5f216e3e508f931ddd6a9cb59376d1","eu-tr-0711626572-26"]}} -{"id":"ec-meeting-2015-11-16-28a96ea0a4e71ac96c83e6acf7885cce13c381e6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-16 - Cabinet of Commissioner Věra Jourová x Federation of European Publishers"],"date":["2015-11-16"],"summary":["Copyright issues"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-a2ca9161feee56909a0e98b473c2d342c20fdb57","eu-tr-398541467-53"]}} -{"id":"ec-meeting-2015-11-16-2d5c562f6faa0bedb34e335fe7561abe9b9963b5","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2015-11-16 - Günther Oettinger x Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V. PwCIL PwCIL Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V."],"date":["2015-11-16"],"summary":["DSM"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-c6cae64cc7dc787b66a47ab1613d3e922875b971","ec-person-4cd59e13386e3b68ecb3611fcc579e0a0a3938a5","eu-tr-60402754518-05","eu-tr-35124436517-75"]}} -{"id":"ec-meeting-2015-11-16-2fa4976be1728cc67e1658fc8b84bc022fc0d878","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-16 - Cabinet of Commissioner Vytenis Andriukaitis x European Bedding Industries' Association"],"date":["2015-11-16"],"summary":["Circular economy package"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-0dbfffeb0323f819c8d57164906086dd8639c437","eu-tr-986984218616-03"]}} -{"id":"ec-meeting-2015-11-16-30955165f11158cf49662e9905ffbc0c90d12f0c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-16 - Cabinet of Vice-President Jyrki Katainen x Confederation of Finnish Industries EK"],"date":["2015-11-16"],"summary":["EU company law"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-0da85dc48012e26688310a59a0b51727ea68f410","eu-tr-1274604847-34"]}} -{"id":"ec-meeting-2015-11-16-4accfdae7d199165355c3bd77cbae1dc7bbd12c3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-16 - Cabinet of Vice-President Maroš Šefčovič x ENEL SpA"],"date":["2015-11-16"],"summary":["Electricity market design, renewables"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-3bf48630444ace93d407e52eb880e64d480f75ce","eu-tr-6256831207-27"]}} -{"id":"ec-meeting-2015-11-16-4d141649cae1f3447dd26f4f5551ecf365590269","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-16 - Günther Oettinger x Cremades & Calvo-Sotelo Abogados S.L.P."],"date":["2015-11-16"],"summary":["Transatlantische Beziehungen und Digitale Wirtschaft"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-4cd59e13386e3b68ecb3611fcc579e0a0a3938a5","eu-tr-608050616762-69"]}} -{"id":"ec-meeting-2015-11-16-55c8fd0ac521c0528ad7be1883f6864dc4845090","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-16 - Cabinet of Commissioner Phil Hogan x Sogrape Vinhos SA"],"date":["2015-11-16"],"summary":["Labelling, future of the wine sector"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-566077714587-83","ec-person-c9d17d5879383b030f61a4066848249fb35d57e4"]}} -{"id":"ec-meeting-2015-11-16-5c687d95ad709eef42e4b82f1088d2819c97c186","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-16 - Cabinet of President Jean-Claude Juncker x Amnesty International Limited"],"date":["2015-11-16"],"summary":["EC Migration Policy"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-11063928073-34","ec-person-e9857f4f6b642888bff0d7f9e60f293ae47da96b"]}} -{"id":"ec-meeting-2015-11-16-6d980d76819f287aaf7b89eae88bb0fe26f8d96e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-16 - Cabinet of Vice-President Cecilia Malmström x Liberty Global Corporate B.V."],"date":["2015-11-16"],"summary":["Copyright & content portability"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-82853397708-89","ec-person-591ec829ca734bcfe59a2c9c7f07f9dff22a0ea9"]}} -{"id":"ec-meeting-2015-11-16-77fe71d3f9432b60118eca0eae969f8a69e4adee","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-16 - Cabinet of Commissioner Phil Hogan x EPPA SA"],"date":["2015-11-16"],"summary":["Business discussion"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-31367501249-92","ec-person-400dd8d59d3060187d9b9b143d697da1a3d03c12"]}} -{"id":"ec-meeting-2015-11-16-78420bc60492285da5579fb723ba507a7536babc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-16 - Cabinet of Vice-President Valdis Dombrovskis x industriAll European Trade Union"],"date":["2015-11-16"],"summary":["Meeting held in the context of EU Social dialogue to discuss ways to improve sectoral dialogue at EU level and the IndustriALL's presentation on innovation policy"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-1f98d05bdaed2c40396781b1eb7b0aa47cb8dd20","ec-person-a9eda2e8ea54b70a968327672c6cada679d3cd56","eu-tr-358284014848-82"]}} -{"id":"ec-meeting-2015-11-16-7a3197449bc7cac42bb0dc7b9db49353c0216759","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-16 - Cabinet of Vice-President Jyrki Katainen x European Sustainable Phosphorus Platform European Compost Network ECN e.V. Foundation for a Living Baltic Sea/Baltic Sea Action Group European Biogas Association"],"date":["2015-11-16"],"summary":["Circular Economy"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-260483415852-40","ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90","eu-tr-142635814274-55","eu-tr-18191445640-83","eu-tr-26513411360-51"]}} -{"id":"ec-meeting-2015-11-16-8f8a433ffc688804226d9256a7efb45d113b632e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-16 - Energy x ELECTRICITE DE FRANCE"],"date":["2015-11-16"],"summary":["European energy policy"],"location":["Paris, France"],"address":["Paris, France"],"addressEntity":["addr-c70534aa18173b860a10a50a47b139c4a581cbf6"],"organizer":["ec-dg-ener"],"involved":["eu-tr-39966101835-69","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2015-11-16-93241db35256650c947b0749bbc824dba6c143cb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-16 - Cabinet of Vice-President Maroš Šefčovič x German Renewable Energy Federation"],"date":["2015-11-16"],"summary":["Energy Union governance"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-ea6b517040e26a62f17d2829afffeba48cfd682f","eu-tr-15511499334-46"]}} -{"id":"ec-meeting-2015-11-16-995b2841b11ec9d61e22d5d1b77bdbd5aba06fac","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-16 - Cabinet of Commissioner Phil Hogan x Irish Farmers' Association"],"date":["2015-11-16"],"summary":["Presentation by the IFA"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-400dd8d59d3060187d9b9b143d697da1a3d03c12","eu-tr-458700813641-37"]}} -{"id":"ec-meeting-2015-11-16-b723d3d4d07d89476074a2e4bc474e1c87cff94a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-16 - Cabinet of Commissioner Violeta Bulc x Emirates Airline"],"date":["2015-11-16"],"summary":["Meeting with Emirates CEO, Tim Clark"],"notes":["Portfolio: Transport"],"location":["Brussels, Belguim"],"address":["Brussels, Belguim"],"addressEntity":["addr-84b5e5f38d43901e13b15f0c7dd8b408c954fd9b"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-501968312339-22","ec-person-5012c5e45a52ee8ce67d19c1781a127af53e73e7","ec-person-9d4dc4867a44dfe10f67ae7ee1706da3e8b48a24","ec-person-4d2b449b5047ea3fda435a2a1c1081e3babcdf76"]}} -{"id":"ec-meeting-2015-11-16-b7d3cf1bfc7e0b74ede52507e022985b67fadb1a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-16 - Migration and Home Affairs x Migration Policy Institute Europe"],"date":["2015-11-16"],"summary":["Reflection on the Scale and Nature of the Migratory Crisis"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-home"],"involved":["ec-person-ae1262e8850ed1e9a0530b0ad7440ac648255896","eu-tr-643139016047-27"]}} -{"id":"ec-meeting-2015-11-16-c20362b33d09af471e7cc28ae6c5e45e58f91c7f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-16 - Cabinet of Vice-President Maroš Šefčovič x BDEW Bundesverband der Energie- und Wasserwirtschaft e. V."],"date":["2015-11-16"],"summary":["State of play of the Energy Union report, electricity market design, COP21 preparations"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-20457441380-38","ec-person-3bf48630444ace93d407e52eb880e64d480f75ce","ec-person-1f95be23689cd4ed0a26fe2980f760ccf2d55c1e"]}} -{"id":"ec-meeting-2015-11-16-c8ff410bc64a77167a8a26f449d156b3e8ceae91","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-16 - Cabinet of Commissioner Carlos Moedas x Broadcom"],"date":["2015-11-16"],"summary":["Digital Agenda"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["eu-tr-240029014014-18","ec-person-fb56329c22510c66ab50a8bdba13230bdae32902"]}} -{"id":"ec-meeting-2015-11-16-d08179aa931c1f89ecfe91573c0c1c3bad98f210","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-16 - Cabinet of Commissioner Violeta Bulc x Airbus"],"date":["2015-11-16"],"summary":["Aviation"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-9d4dc4867a44dfe10f67ae7ee1706da3e8b48a24","eu-tr-2732167674-76"]}} -{"id":"ec-meeting-2015-11-16-dd9e02cb553171b36c7a8816a132e6ef415cb0e6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-16 - Cabinet of Vice-President Miguel Arias Cañete x Greenpeace European Unit"],"date":["2015-11-16"],"summary":["Renewables in the context of the Energy Union"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-9832909575-41","ec-person-260e00934471a02805fb143935d6e9205a7f355f"]}} -{"id":"ec-meeting-2015-11-16-def8f9add0d9a7cec88e633502e81e9cd4623b22","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-16 - Cabinet of Commissioner Corina Crețu x Lufthansa Group"],"date":["2015-11-16"],"summary":["EU Aviation Package"],"notes":["Portfolio: Regional Policy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-corina-cretu-of"],"involved":["eu-tr-0714344663-32","ec-person-f5bd4d5d0170028815aba56ee7d4883f0fd70f47"]}} -{"id":"ec-meeting-2015-11-16-e09a2d78cd53af7311b8564da4411f1a252da84b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-16 - Cabinet of Commissioner Elżbieta Bieńkowska x Fire Safe Europe"],"date":["2015-11-16"],"summary":["DSM Circular Economy"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-182695516039-78","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2015-11-16-e2abf7a1fafbe3fee0b8cc0bd030d04e85335417","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2015-11-16 - Günther Oettinger x European Blind Union"],"date":["2015-11-16"],"summary":["web accessibility + copyright","Web access"],"location":["Brussels","BXL"],"address":["Brussels","BXL"],"addressEntity":["addr-d2fde52f67ea4a3e1fe233d0a959d6a1c77fd910","addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-d8b86b98a24683917c569000ed6d8c45bedbbc00","ec-person-49723482bb23d029cbfc010cb37eec7392a0ae02","eu-tr-42378755934-87"]}} -{"id":"ec-meeting-2015-11-16-e5c5c8732cb0db3d524508e7d863f0c2fb47b745","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-16 - Inspire, Debate, Engage and Accelerate Action x Fondation EurActiv"],"date":["2015-11-16"],"summary":["Media and linguistic plurality"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-dg-idea"],"involved":["eu-tr-23538077148-34","ec-person-4fe56a64c00b3e81c851b5538878b32481bd7d3c"]}} -{"id":"ec-meeting-2015-11-16-e5d4b51d971f631a629ef96712fadd28024c8382","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-16 - Cabinet of Commissioner Jonathan Hill x Federation of European Publishers"],"date":["2015-11-16"],"summary":["Digital Single Market"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Belgium, Brussels, BERL"],"address":["Belgium, Brussels, BERL"],"addressEntity":["addr-afebf85a436897fe5234b2ac0d00a1ddc4c9dd27"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["eu-tr-398541467-53","ec-person-5fdb62e20cecef81f87f94d3d1bcdd3b47b26af0"]}} -{"id":"ec-meeting-2015-11-17-00938e70bfbb9f43500471464f826849e34f0fab","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-17 - Informatics x The British Chambers of Commerce"],"date":["2015-11-17"],"summary":["Introductory meeting"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-digit"],"involved":["ec-person-0098ceaf3507dfdf0d7f020be9785ac3453b4913","eu-tr-920973215323-23"]}} -{"id":"ec-meeting-2015-11-17-07230cf90c8a319ec68f16db543376f0d8720cd8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-17 - Cabinet of Vice-President Neven Mimica x Hanns-Seidel-Stiftung"],"date":["2015-11-17"],"summary":["Role of civil society in development cooperation and the implementation of the SDGs"],"notes":["Portfolio: International Cooperation & Development"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-mimica-neven-of-president-vice"],"involved":["ec-person-e90858f5aba78fd0e1cb2f757c3f38d55d91f98b","eu-tr-49906988199-86"]}} -{"id":"ec-meeting-2015-11-17-077ac14634c995170b433fa9be946cecf53e30d5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-17 - Günther Oettinger x Helmholtz-Gemeinschaft Deutscher Forschungszentren e.V."],"date":["2015-11-17"],"summary":["Big Data"],"location":["Juelich"],"address":["Juelich"],"addressEntity":["addr-d032a7a001e23033295d506aabb5deb8e1f8b1e2"],"organizer":["ec-dg-de"],"involved":["ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0","eu-tr-73792436593-97"]}} -{"id":"ec-meeting-2015-11-17-10deee5b8c28ad70a006cda894229b80a661f3e2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-17 - Cabinet of Commissioner Jonathan Hill x Sky Group"],"date":["2015-11-17"],"summary":["Financial Policy"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["ec-person-a9f927e92126f22da48d08ee37b059179988ada8","eu-tr-62536168216-12"]}} -{"id":"ec-meeting-2015-11-17-14884118d0c340e628fb271f74ab61ec6d1b2cf6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-17 - Cabinet of Vice-President Jyrki Katainen x 3M Dow Europe GmbH SAS Institute American Chamber of Commerce to the European Union Dow Corning Europe Arconic Europe Dell Inc. Oracle Raytheon Technologies IBM Corporation Intel Corporation"],"date":["2015-11-17"],"summary":["Roll-out of Investment Plan"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-6018012754-28","eu-tr-55291765363-39","eu-tr-87564644126-75","ec-person-7c9460f99c5872dbdc561f5752401c870d12e98b","eu-tr-5265780509-97","eu-tr-28739192542-16","ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90","eu-tr-175323916168-03","eu-tr-91425447458-88","eu-tr-25955391451-88","eu-tr-7459401905-60","eu-tr-7721359944-96","eu-tr-38235121060-73"]}} -{"id":"ec-meeting-2015-11-17-19fce7a2a541381b1cadb3e97c5e03f16c755a45","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-17 - Cabinet of Vice-President Jyrki Katainen x Drax Group plc"],"date":["2015-11-17"],"summary":["Energy Union"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-389275311163-19","ec-person-0310c3b87e155f5572493e91d12eebab9736a76b"]}} -{"id":"ec-meeting-2015-11-17-1a8bebf5dc9ecc68332b2f0f3390c1264b95c9f2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-17 - Inspire, Debate, Engage and Accelerate Action x World Economic Forum"],"date":["2015-11-17"],"summary":["Annual Meeting 2016"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-dg-idea"],"involved":["eu-tr-953426816942-83","ec-person-4fe56a64c00b3e81c851b5538878b32481bd7d3c"]}} -{"id":"ec-meeting-2015-11-17-1b50abb541d2aa620e74e49eef13ef722ca6d1aa","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-17 - Cabinet of Vice-President Jyrki Katainen x World Economic Forum"],"date":["2015-11-17"],"summary":["VP participation at the WEF 2016"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-7c9460f99c5872dbdc561f5752401c870d12e98b","eu-tr-953426816942-83"]}} -{"id":"ec-meeting-2015-11-17-2028757c72e1382819a3391590cea7f726d671e2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-17 - Cabinet of Commissioner Elżbieta Bieńkowska x FINNAIR OYJ"],"date":["2015-11-17"],"summary":["EU Air Transport sector"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-457984316938-16","ec-person-b2f9be51339f054477846797e2c119fcf16548fc"]}} -{"id":"ec-meeting-2015-11-17-2372a6acce35453a952150639cd1a1e5ce0f3b35","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-17 - Cabinet of Commissioner Pierre Moscovici x Association Française des Entreprises Privées / French Association of Large Companies"],"date":["2015-11-17"],"summary":["New initiatives in coorporate taxation"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["eu-tr-953933297-85","ec-person-738f7f25002d191bd2df8936e8f8d1d726c19e2e"]}} -{"id":"ec-meeting-2015-11-17-23edeba8080491899b356cfbc7326cfa7895e57f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-17 - Cabinet of President Jean-Claude Juncker x EBU-UER (European Broadcasting Union)"],"date":["2015-11-17"],"summary":["Outreach towards citizens"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-ad6f76ca53dc30d965b15e3728c45dbd0aba44b4","eu-tr-93288301615-56"]}} -{"id":"ec-meeting-2015-11-17-2d5a9232ef8bfbbbf7bf7f0989ac492332dcd986","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-17 - Cabinet of Commissioner Věra Jourová x Bureau Européen des Unions de Consommateurs"],"date":["2015-11-17"],"summary":["Digital single market issues"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-a2ca9161feee56909a0e98b473c2d342c20fdb57","eu-tr-9505781573-45"]}} -{"id":"ec-meeting-2015-11-17-32147d1b9da53bd13e212b826635f1ef8acbc482","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-17 - Communications Networks, Content and Technology x Serentschy Advisory Services GmbH"],"date":["2015-11-17"],"summary":["DSM"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-676350219556-09","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2015-11-17-34a21ca2865292b90dcb989284aa7e241db20ac7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-17 - Cabinet of Vice-President Miguel Arias Cañete x Finnish Forest Industries Federation (Metsäteollisuus ry)"],"date":["2015-11-17"],"summary":["RES, biomass sustainability and LULUCF"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-260e00934471a02805fb143935d6e9205a7f355f","eu-tr-39671713910-36"]}} -{"id":"ec-meeting-2015-11-17-34a655241b19aa66258825600f61c15ad4dc05cd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-17 - Cabinet of Commissioner Věra Jourová x Liberty Global Corporate B.V."],"date":["2015-11-17"],"summary":["Digital single market issues"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-a2ca9161feee56909a0e98b473c2d342c20fdb57","eu-tr-82853397708-89","ec-person-ff9ad301b778d595651cc4c46ec3a4cf1ef10376"]}} -{"id":"ec-meeting-2015-11-17-400aeb16e688ab2b3a10f0722e807f85e11c97d7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-17 - Trade x France Industrie"],"date":["2015-11-17"],"summary":["Trade priorities"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-trade"],"involved":["ec-person-bde9bb099f5d24c52ca4a9255cefc99a5b87a650","eu-tr-60974102057-03"]}} -{"id":"ec-meeting-2015-11-17-49d6b501d5363637e2deea5018226da38da39f53","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-17 - Cabinet of Commissioner Violeta Bulc x ASD-Eurospace"],"date":["2015-11-17"],"summary":["aerospace"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-5012c5e45a52ee8ce67d19c1781a127af53e73e7","ec-person-9d4dc4867a44dfe10f67ae7ee1706da3e8b48a24","eu-tr-873508417106-05"]}} -{"id":"ec-meeting-2015-11-17-5003254c7d99c7891dcc10f3a636cfadb202fbad","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-17 - Cabinet of Commissioner Violeta Bulc x European Forum for Agricultural and Rural Advisory Services"],"date":["2015-11-17"],"summary":["Lunch with Janez Potočnik"],"notes":["Portfolio: Transport"],"location":["Brussels, Belguim"],"address":["Brussels, Belguim"],"addressEntity":["addr-84b5e5f38d43901e13b15f0c7dd8b408c954fd9b"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-4d2b449b5047ea3fda435a2a1c1081e3babcdf76","eu-tr-808043113459-74"]}} -{"id":"ec-meeting-2015-11-17-51b4afc277589a612de1c7a0b29b36c763d2a824","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-17 - Cabinet of Commissioner Elżbieta Bieńkowska x Conseil national de l'ordre des masseurs kinésithérapeutes"],"date":["2015-11-17"],"summary":["National regulations of the physiotherapy profession, mobility of professionals"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-471358119455-78","ec-person-daef7f819b2f3ffe5e4f5d8eb2782954f3c4a4e2"]}} -{"id":"ec-meeting-2015-11-17-547d918cad1ff83d75244a38e9d9cc34874578bb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-17 - Cabinet of Vice-President Miguel Arias Cañete x Aula Europe"],"date":["2015-11-17"],"summary":["Nuclear energy initiative"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-1831691c10441c5974327bbeb8693d6b6c1e50c3","eu-tr-88742028087-64"]}} -{"id":"ec-meeting-2015-11-17-549936051557c9c5a6e3f7bb5c5c15a724c6189f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-17 - Cabinet of Commissioner Jonathan Hill x Realkreditraadet (Association of Danish Mortgage Banks)"],"date":["2015-11-17"],"summary":["Basel rules; Covered Bonds Consultation"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["eu-tr-27545731905-17","ec-person-890015b0d769ee93a09119846b414d4aae7c64ae"]}} -{"id":"ec-meeting-2015-11-17-54fa734bde836f78c364364d949fff96a785f9de","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-17 - Cabinet of Commissioner Vytenis Andriukaitis x European agri-cooperatives European farmers"],"date":["2015-11-17"],"summary":["Trade and investment communication"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["eu-tr-09586631237-74","ec-person-c986c9ff99d99d8006e000db5a8046be615813ae","eu-tr-44856881231-49"]}} -{"id":"ec-meeting-2015-11-17-585c0331c68a77428ffdf67b4e6313ae576d20bc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-17 - Cabinet of Commissioner Jonathan Hill x Société Générale"],"date":["2015-11-17"],"summary":["Financial Policy"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["ec-person-a9f927e92126f22da48d08ee37b059179988ada8","eu-tr-34369111614-57"]}} -{"id":"ec-meeting-2015-11-17-58fe22ffde1e640232cbfa723a8327397511888e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-17 - Cabinet of Vice-President Jyrki Katainen x Suomen apteekkariliitto - Finlands apotekareförbund r.y."],"date":["2015-11-17"],"summary":["European Semester"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-f9208d930adc70c6c64e21701e48f85f6f18e949","eu-tr-122646918735-87"]}} -{"id":"ec-meeting-2015-11-17-71db8b83703dd8f7f4832e7b95c845af80519642","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-17 - Cabinet of Vice-President Andrus Ansip x World Economic Forum"],"date":["2015-11-17"],"summary":["World Economic Forum Annual Meeting 2016"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-953426816942-83","ec-person-0f698e3a0cc0bd6a02e1bd386a25cedc1366f3f1"]}} -{"id":"ec-meeting-2015-11-17-74ca5406fc31f5c21f7bb7f78c58cefdc05ac28e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-17 - Cabinet of Commissioner Corina Crețu x Google"],"date":["2015-11-17"],"summary":["Information exchange"],"notes":["Portfolio: Regional Policy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-corina-cretu-of"],"involved":["eu-tr-03181945560-59","ec-person-c9d4945f28454cc49c4ea188c82e64b0dac3bd73"]}} -{"id":"ec-meeting-2015-11-17-7b45acfae56f9477e9061265ef56e712eb06c238","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-17 - Cabinet of Vice-President Jyrki Katainen x Green 10"],"date":["2015-11-17"],"summary":["Environmental policy"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-0310c3b87e155f5572493e91d12eebab9736a76b","eu-tr-70309834043-10"]}} -{"id":"ec-meeting-2015-11-17-84866c58ee885d25ecc207182c6ea768e6830ffb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-17 - Cabinet of Vice-President Valdis Dombrovskis x Open Society European Policy Institute"],"date":["2015-11-17"],"summary":["EU response to refugee crisis and reform progress in Ukraine."],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-8557515321-37","ec-person-eec82261c60167b261e56ad1e2bfb4c482db6191","ec-person-a9eda2e8ea54b70a968327672c6cada679d3cd56"]}} -{"id":"ec-meeting-2015-11-17-87ae672d748fd2304283305fea69eb5fa15ffdcc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-17 - Günther Oettinger x Society of Audiovisual Authors"],"date":["2015-11-17"],"summary":["copyright"],"location":["BXL"],"address":["BXL"],"addressEntity":["addr-d2fde52f67ea4a3e1fe233d0a959d6a1c77fd910"],"organizer":["ec-dg-de"],"involved":["eu-tr-99336382936-11","ec-person-49723482bb23d029cbfc010cb37eec7392a0ae02"]}} -{"id":"ec-meeting-2015-11-17-88029d402b6443ab6c1d1f51666925bc82b74c02","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-17 - Cabinet of Commissioner Pierre Moscovici x Foundation for an Open Society DOTS"],"date":["2015-11-17"],"summary":["EU assistance for Ukraine and migration"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["ec-person-18ec03f403696ecde522f7843ba9c4ff6335ead4","ec-person-3cbeba61ae952f06fe4916c381438ebbc676a597","eu-tr-632264216418-66"]}} -{"id":"ec-meeting-2015-11-17-8eb501f39ff51faa469a352cdfbe6d59a965f446","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-17 - Cabinet of Commissioner Violeta Bulc x Rural Investment Support for Europe Foundation"],"date":["2015-11-17"],"summary":["Lunch with Mr. Potocnik"],"notes":["Portfolio: Transport"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-4d2b449b5047ea3fda435a2a1c1081e3babcdf76","eu-tr-653471311607-37"]}} -{"id":"ec-meeting-2015-11-17-936eab4011118c1b9191097936729d14ad3fddf4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-17 - Cabinet of Commissioner Dimitris Avramopoulos x Open Society European Policy Institute"],"date":["2015-11-17"],"summary":["Refugee crisis"],"notes":["Portfolio: Migration, Home Affairs and Citizenship"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-avramopoulos-cabinet-commissioner-dimitris-of"],"involved":["ec-person-0b0e27acb2dc2fc7a5c5367408eb01e6e347862f","eu-tr-8557515321-37","ec-person-d308eca84bd91d5045ed0282e8e04787597508ee","ec-person-06b43c385c07c13f2bae1d24a0075851e8ce491d"]}} -{"id":"ec-meeting-2015-11-17-97b5278ba762b453139f5db82ac6f07a95eb90ff","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-17 - Cabinet of Vice-President Jyrki Katainen x EU–China Business Association"],"date":["2015-11-17"],"summary":["Introduction meeting"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-7c9460f99c5872dbdc561f5752401c870d12e98b","eu-tr-660326516081-27"]}} -{"id":"ec-meeting-2015-11-17-9c02e29b942adfc09f8af478e333770ecaf83179","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-17 - Cabinet of Vice-President Jyrki Katainen x FINNAIR OYJ"],"date":["2015-11-17"],"summary":["Aviation package"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-457984316938-16","ec-person-0310c3b87e155f5572493e91d12eebab9736a76b"]}} -{"id":"ec-meeting-2015-11-17-af4d0b393b0a7c923808a8a1630489e5a193b65d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-17 - Cabinet of Commissioner Jonathan Hill x World Economic Forum"],"date":["2015-11-17"],"summary":["Annual Meeting 2016 in Davos"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["ec-person-341f30cfe9dff9d73b83fe8d9e88d7383d6910d3","eu-tr-953426816942-83"]}} -{"id":"ec-meeting-2015-11-17-be60439ebc383d5b6ed0957f16cd2bd946e8071d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-17 - Cabinet of Commissioner Jonathan Hill x European Business Summit Network"],"date":["2015-11-17"],"summary":["European Business Summit 2016"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["ec-person-341f30cfe9dff9d73b83fe8d9e88d7383d6910d3","eu-tr-268958411031-65"]}} -{"id":"ec-meeting-2015-11-17-c7ca7e6ee02e63c1dbe30fd5d9936cde22bc60d6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-17 - Cabinet of First Vice-President Frans Timmermans x Green 10"],"date":["2015-11-17"],"summary":["circular economy"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Beralymont"],"address":["Beralymont"],"addressEntity":["addr-0e8926c2613082a22a3ad8119d68efccf9d0e5fe"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["ec-person-7a0c440119cd5d547eceebb055c79b8bb41bf9a2","eu-tr-70309834043-10"]}} -{"id":"ec-meeting-2015-11-17-c9618a31bdf7b5e6edb38bb56a6dcb17dc75e6e8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-17 - Communications Networks, Content and Technology x GIGAEurope aisbl"],"date":["2015-11-17"],"summary":["DSM TSM"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-42178977290-80","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2015-11-17-cad98a6e0879b2956e388d5b9efbdc91ee03c88e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-17 - Cabinet of Commissioner Jonathan Hill x Society for Worldwide Interbank Financial Telecommunication"],"date":["2015-11-17"],"summary":["Financial Services Policy"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["eu-tr-011095511691-05","ec-person-f247edfcff54d4f26fc10769f809c92bc72d6797"]}} -{"id":"ec-meeting-2015-11-17-cce6f016fcfd56858b02b9edd749a4f9c7da1941","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-17 - Cabinet of Commissioner Violeta Bulc x AeroSpace and Defence Industries Association of Europe"],"date":["2015-11-17"],"summary":["Aviation"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-9d4dc4867a44dfe10f67ae7ee1706da3e8b48a24","eu-tr-72699997886-57"]}} -{"id":"ec-meeting-2015-11-17-cd8aaa016b23355812205bd35fccc9da5654df0e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-17 - Cabinet of Commissioner Tibor Navracsics x American Chamber of Commerce to the European Union"],"date":["2015-11-17"],"summary":["Youth and Education in the EU: exchange of views and experience"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-dc2e0fed0fdf39a6a3f3ad63355c5215599de9d1","eu-tr-5265780509-97"]}} -{"id":"ec-meeting-2015-11-17-dcf76f4f13207a81f19df8c04bc2dd34ed06348d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-17 - Cabinet of Commissioner Phil Hogan x Comité Européen des Entreprises Vins"],"date":["2015-11-17"],"summary":["The future of the promotion policy and labeling of wine"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-2663914841-28","ec-person-c9d17d5879383b030f61a4066848249fb35d57e4"]}} -{"id":"ec-meeting-2015-11-17-dd4d07f0d9644bc6edb6038ef80bda94d01b6dd4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-17 - Günther Oettinger x Sky Group"],"date":["2015-11-17"],"summary":["copyright"],"location":["BXL"],"address":["BXL"],"addressEntity":["addr-d2fde52f67ea4a3e1fe233d0a959d6a1c77fd910"],"organizer":["ec-dg-de"],"involved":["ec-person-49723482bb23d029cbfc010cb37eec7392a0ae02","eu-tr-62536168216-12"]}} -{"id":"ec-meeting-2015-11-17-e0a6e4578a716c331ca67895531e59af2fa3b0c6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-17 - Cabinet of Vice-President Cecilia Malmström x The British Chambers of Commerce"],"date":["2015-11-17"],"summary":["British referendum / TTIP"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-20ded9db5df11164331bb161fdf234b1e5ad53fd","ec-person-591ec829ca734bcfe59a2c9c7f07f9dff22a0ea9","eu-tr-920973215323-23"]}} -{"id":"ec-meeting-2015-11-17-e0ef9e287b083c6d68b56034483cf2cc34e5b10f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-17 - Cabinet of Commissioner Tibor Navracsics x Sky Group"],"date":["2015-11-17"],"summary":["Digital Single Market"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-49f31dad10f5641cb1d1e4c3107dd838389e8120","eu-tr-62536168216-12"]}} -{"id":"ec-meeting-2015-11-17-ed348068da65032ffbce04c3c0c38da96ba455d6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-17 - Cabinet of Vice-President Cecilia Malmström x FINNAIR OYJ"],"date":["2015-11-17"],"summary":["Aviation package"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-457984316938-16","ec-person-cb8ca9ec2413722fa83484ed18dd76ace52d0118"]}} -{"id":"ec-meeting-2015-11-17-f1d63bb611e2934c9a451f2de7cf2ba540ac6829","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-17 - Cabinet of Vice-President Valdis Dombrovskis x EuroABS Limited"],"date":["2015-11-17"],"summary":["Securitisation"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-575317019439-02","ec-person-3f9ca71b74344417d1f072ba7f3e2f09a223b036"]}} -{"id":"ec-meeting-2015-11-17-fe823f90eb7f876aafaacc229bfd9ab29899c205","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-17 - Environment x The Alliance for Beverage Cartons and the Environment"],"date":["2015-11-17"],"summary":["Circular Economy"],"location":["Bruxelles"],"address":["Bruxelles"],"addressEntity":["addr-b58f5927b66d94a676970dc048485d4c6848f272"],"organizer":["ec-dg-env"],"involved":["eu-tr-57004293853-27","ec-person-3bc74ce04ea3f4ab4d91a5c88eef25b8b8a213b4"]}} -{"id":"ec-meeting-2015-11-18-05fb3ec831278a63599fd14a0051e78a11ab3883","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-18 - Cabinet of Commissioner Tibor Navracsics x International Association of Scientific, Technical and Medical Publishers"],"date":["2015-11-18"],"summary":["Copyright reform"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-49f31dad10f5641cb1d1e4c3107dd838389e8120","eu-tr-98356852465-08","ec-person-fc5c01a0bffedf0f4e205a759b40239535313d28"]}} -{"id":"ec-meeting-2015-11-18-12a758ab3d2dcd5210b4b17b32e0c8cb3c09a0eb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-18 - Cabinet of Commissioner Jonathan Hill x Kreab"],"date":["2015-11-18"],"summary":["BRRD, TLAC, Covered Bonds, risk weighted approach (G-20)"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["eu-tr-1078390517-54","ec-person-890015b0d769ee93a09119846b414d4aae7c64ae"]}} -{"id":"ec-meeting-2015-11-18-1376a08fb386073186bc91ead68312454d8fc787","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-18 - Cabinet of Commissioner Carlos Moedas x Tetra Pak Group"],"date":["2015-11-18"],"summary":["Circular Economy"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-fb56329c22510c66ab50a8bdba13230bdae32902","eu-tr-7574443768-34"]}} -{"id":"ec-meeting-2015-11-18-1530647708bd7b207231147170e0309a73338f9d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-18 - Cabinet of Vice-President Miguel Arias Cañete x Wirtschaftskammer Österreich"],"date":["2015-11-18"],"summary":["ETS revision"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-260e00934471a02805fb143935d6e9205a7f355f","eu-tr-10405322962-08"]}} -{"id":"ec-meeting-2015-11-18-17ee74078fb894a2d464f80beb9776b5a752b36d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-18 - Cabinet of Commissioner Phil Hogan x Tetra Pak Group"],"date":["2015-11-18"],"summary":["Agriculture"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-a1a78365cc4685b0958056646204977d8f2ead92","eu-tr-7574443768-34"]}} -{"id":"ec-meeting-2015-11-18-1c006ea67dee05835484232b6e0b66183c54a2bb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-18 - Günther Oettinger x Gesellschaft für musikalische Aufführungs- und mechanische Vervielfältigungsrechte"],"date":["2015-11-18"],"summary":["Copyright"],"location":["Berlin"],"address":["Berlin"],"addressEntity":["addr-062b06ba8e755765c6b049809b7430fd54fe5b21"],"organizer":["ec-dg-de"],"involved":["eu-tr-63284686285-78","ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0"]}} -{"id":"ec-meeting-2015-11-18-2698698e10f2259866bd78cc54c9aa7f6d4c6c2c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-18 - Regional and Urban Policy x Zentralverband des Deutschen Handwerks e.V."],"date":["2015-11-18"],"summary":["Regionalpolitischer Dialog"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-regio"],"involved":["ec-person-561bcbd5c6b600d9145bf167136689b2c77460a7","eu-tr-5189667783-94"]}} -{"id":"ec-meeting-2015-11-18-287943ce0bb88a64cd4ee46609cb175b64d4716e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-18 - Environment x FoodDrinkEurope"],"date":["2015-11-18"],"summary":["Circular Economy"],"location":["Bruxelles"],"address":["Bruxelles"],"addressEntity":["addr-b58f5927b66d94a676970dc048485d4c6848f272"],"organizer":["ec-dg-env"],"involved":["eu-tr-75818824519-45","ec-person-3bc74ce04ea3f4ab4d91a5c88eef25b8b8a213b4"]}} -{"id":"ec-meeting-2015-11-18-297d5b5a62457ca3b9f7cb12c804ac0d77cb9fce","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-18 - Health and Food Safety x European Alcohol Policy Alliance"],"date":["2015-11-18"],"summary":["alcohol related harm issues"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-sante"],"involved":["eu-tr-01546986656-22","ec-person-3c7fdbe0c1c235777d916309465339b7ed1666f6"]}} -{"id":"ec-meeting-2015-11-18-342a953c71e69f8cbe519757441db5ce23c60312","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-18 - Cabinet of Commissioner Věra Jourová x Stichting ERGO Network"],"date":["2015-11-18"],"summary":["Roma issues"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-5455ecfabb89025694c798deac08160a2be17d94","eu-tr-587174614073-09"]}} -{"id":"ec-meeting-2015-11-18-396ef6fe5d867fc2c391211eea73b235834c8129","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-18 - Cabinet of Commissioner Pierre Moscovici x BUSINESSEUROPE"],"date":["2015-11-18"],"summary":["Implementation of the Union Customs Code"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["eu-tr-3978240953-79","ec-person-738f7f25002d191bd2df8936e8f8d1d726c19e2e"]}} -{"id":"ec-meeting-2015-11-18-4155ec03cf02fd6a52bb7fe91c83a225bb5847e7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-18 - Regional and Urban Policy x Deutsche Industrie- und Handelskammer"],"date":["2015-11-18"],"summary":["Regionalpolitischer Dialog"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-regio"],"involved":["eu-tr-22400601191-42","ec-person-561bcbd5c6b600d9145bf167136689b2c77460a7"]}} -{"id":"ec-meeting-2015-11-18-4ac8a9e8cf375f9632b3b5ae141d760b35aabd8d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-18 - Cabinet of Commissioner Vytenis Andriukaitis x Union Européenne du Commerce du Bétail et des Métiers de la Viande"],"date":["2015-11-18"],"summary":["Export of pork meat to Russia"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["eu-tr-4422649896-52","ec-person-c986c9ff99d99d8006e000db5a8046be615813ae"]}} -{"id":"ec-meeting-2015-11-18-4aef8afce149665246988b8b452539e43557b65e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-18 - Inspire, Debate, Engage and Accelerate Action x Bagehot Limited"],"date":["2015-11-18"],"summary":["Gibraltar"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-dg-idea"],"involved":["eu-tr-689711715958-80","ec-person-4fe56a64c00b3e81c851b5538878b32481bd7d3c"]}} -{"id":"ec-meeting-2015-11-18-57edfd1d0e123d259f6985c6684322e83e8244d4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-18 - Cabinet of Commissioner Tibor Navracsics x BOUYGUES EUROPE"],"date":["2015-11-18"],"summary":["Digital Single Market"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-49f31dad10f5641cb1d1e4c3107dd838389e8120","eu-tr-91216972728-77"]}} -{"id":"ec-meeting-2015-11-18-643bd846f81ff262cc569cd8e2e792e2121512cb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-18 - Cabinet of Vice-President Andrus Ansip x Google"],"date":["2015-11-18"],"summary":["Youtube kids app and discussion on their plans for lauching this app in Europe."],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-5db7bdd1c81da2e70eb5b982097d0004111b5c3e","eu-tr-03181945560-59"]}} -{"id":"ec-meeting-2015-11-18-6b7b0d8e6dab7d36da6f7c4e502da64a7d1249a9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-18 - Cabinet of Commissioner Phil Hogan x Union Européenne du Commerce du Bétail et des Métiers de la Viande"],"date":["2015-11-18"],"summary":["Business discussion"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-400dd8d59d3060187d9b9b143d697da1a3d03c12","eu-tr-4422649896-52"]}} -{"id":"ec-meeting-2015-11-18-89a17f1e24c27bff7e0b8bba897564e03d9a3fba","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-18 - Cabinet of Commissioner Elżbieta Bieńkowska x Confederation of British Industry"],"date":["2015-11-18"],"summary":["Platform regulation and UK's EU Referendum"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-73725676990-18","ec-person-b2f9be51339f054477846797e2c119fcf16548fc","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2015-11-18-9489e883f6819f733886ae3d3756e1908973283b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-18 - Cabinet of Vice-President Neven Mimica x None"],"date":["2015-11-18"],"summary":["Banana accompanying measures"],"notes":["Portfolio: International Cooperation & Development"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-mimica-neven-of-president-vice"],"involved":["eu-tr-110030019499-10","ec-person-e90858f5aba78fd0e1cb2f757c3f38d55d91f98b","eu-tr-552999119458-44","eu-tr-178570419510-42","eu-tr-063231419493-76"]}} -{"id":"ec-meeting-2015-11-18-9c44909d7bc9225b756d355ed9690d19c18288df","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-18 - Cabinet of Commissioner Vytenis Andriukaitis x Tetra Pak Group"],"date":["2015-11-18"],"summary":["Standardisation of food contact materials"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-b9c3f19e7c5f216e3e508f931ddd6a9cb59376d1","ec-person-0dbfffeb0323f819c8d57164906086dd8639c437","eu-tr-7574443768-34"]}} -{"id":"ec-meeting-2015-11-18-9f4496f584f6e45835f7f271adac41807b0f3f6e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-18 - Günther Oettinger x european competitive telecommunications association"],"date":["2015-11-18"],"summary":["copyright"],"location":["BXL"],"address":["BXL"],"addressEntity":["addr-d2fde52f67ea4a3e1fe233d0a959d6a1c77fd910"],"organizer":["ec-dg-de"],"involved":["eu-tr-24627752238-32","ec-person-49723482bb23d029cbfc010cb37eec7392a0ae02"]}} -{"id":"ec-meeting-2015-11-18-a26159452b4d91905682c48ac022398cda17c99b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-18 - Cabinet of Commissioner Phil Hogan x UNIONE ITALIANA VINI-CONFEDERAZIONE"],"date":["2015-11-18"],"summary":["Organisation Commune du marché Vin, programmes d’aide au secteur vitivinicole. En particulier, mesure de promotion dans les marchés des Pays Tiers, Commerce extérieur : accords commerciales bilatérales et protections des appellations d’origines contrôlés des vins  Réforme des Règlements de la Commission Européenne concernant le secteur vitivinicole, en particulier le Règlement 607/2009 sur l'étiquetage et la présentation de certains produits du secteur vitivinicole Vin et protection du consommateur mesure du programme nationale d’aide prévu par le Règlement (CE) n.1308/2013"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["BERL 08/304"],"address":["BERL 08/304"],"addressEntity":["addr-aff09a6f822af9a7e96260c390a7e7bd5d64be8b"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-310521319464-66","ec-person-428cf365f3847d04012831ef2642a1a69aed518d"]}} -{"id":"ec-meeting-2015-11-18-a2c3464e8ef2cb8631a1933b038b2ba3c4d324cf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-18 - Günther Oettinger x Bundesverband Öffentlicher Banken Deutschlands eV"],"date":["2015-11-18"],"summary":["EMU"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-0767788931-41","ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0"]}} -{"id":"ec-meeting-2015-11-18-b42748891dcd75349e52d9780e8b4c8eeaa7d91c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-18 - Günther Oettinger x German Association for the Protection of Intellectual Property"],"date":["2015-11-18"],"summary":["Digital Single Market, Data Protection"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0","eu-tr-051800211149-90"]}} -{"id":"ec-meeting-2015-11-18-b882470978c0a1234f8d50587bc02a9cc39331ae","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-18 - Competition x The German Marshall Fund of the United States - The Transatlantic Foundation"],"date":["2015-11-18"],"summary":["General exchange of views on European actuality with Dr Ian Lesser, GMF Brussels Senior Director"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-comp"],"involved":["ec-person-8600a621c9aef12fc33b708e13b3cd3d5fa5696b","eu-tr-823171519707-31"]}} -{"id":"ec-meeting-2015-11-18-bfbe0fe90aba7f71683444a9057cadbd92cfd5fa","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-18 - Internal Market, Industry, Entrepreneurship and SMEs x OHB"],"date":["2015-11-18"],"summary":["Presentation of the company, Galileo and Copernicus programmes, launchers."],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-grow"],"involved":["eu-tr-648584214179-94","ec-person-60a3d0d628d231b41af1d0c65607b0fd78ca4edc"]}} -{"id":"ec-meeting-2015-11-18-c11ba7704a6b1faa597fc8329b972d939eee2ccb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-18 - Cabinet of Commissioner Carlos Moedas x West Finland European Office, Länsi-Suomen Eurooppa-toimisto"],"date":["2015-11-18"],"summary":["Europoean Research & Innovation Policies"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["eu-tr-270301515668-71","ec-person-fb56329c22510c66ab50a8bdba13230bdae32902"]}} -{"id":"ec-meeting-2015-11-18-cdc57942f4b2803fa3f60985ee8fb13525a9be72","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-18 - Günther Oettinger x Europeana Foundation"],"date":["2015-11-18"],"summary":["CEF"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-d8b86b98a24683917c569000ed6d8c45bedbbc00","eu-tr-770007812381-96"]}} -{"id":"ec-meeting-2015-11-18-cf19cf6144ac3e58b7ad8defe63534cc86dd0a7d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-18 - Cabinet of Vice-President Jyrki Katainen x Atlantic Council of the United States, Inc"],"date":["2015-11-18"],"summary":["Transatlantic economic relations"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-7c9460f99c5872dbdc561f5752401c870d12e98b","eu-tr-524686116124-73"]}} -{"id":"ec-meeting-2015-11-18-d94f54ef280aadf2aa7eb6230aeae62ddb4383f5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-18 - Cabinet of Vice-President Cecilia Malmström x None"],"date":["2015-11-18"],"summary":["The banana regime"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-110030019499-10","eu-tr-552999119458-44","eu-tr-178570419510-42","ec-person-20ded9db5df11164331bb161fdf234b1e5ad53fd","eu-tr-26255464458-25","ec-person-8529bbbc6db862f6b82d6fa66a7cf7668804dae7","eu-tr-063231419493-76"]}} -{"id":"ec-meeting-2015-11-18-e25cc5ddcb8f6331b3cb025ea013876f9551561e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-18 - Cabinet of Vice-President Neven Mimica x Kosmos Energy Ltd."],"date":["2015-11-18"],"summary":["Role of private sector in domestic revenue generation of developing countries; energy under EU development policy"],"notes":["Portfolio: International Cooperation & Development"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-mimica-neven-of-president-vice"],"involved":["ec-person-e90858f5aba78fd0e1cb2f757c3f38d55d91f98b","eu-tr-142134115688-51"]}} -{"id":"ec-meeting-2015-11-18-f05b6c3a645a3604f779c4de1537f2ea4c314cf9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-18 - Cabinet of Commissioner Elżbieta Bieńkowska x Finnish Forest Industries Federation (Metsäteollisuus ry)"],"date":["2015-11-18"],"summary":["Energy Union, Land use sectors, renewable energy, biomass sustainability, ETS, Transport, Energy Security"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-39671713910-36","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2015-11-18-f22a0c4c27c922bdd2c82ff8238842402c94a856","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-18 - Cabinet of Vice-President Karmenu Vella x Global Witness"],"date":["2015-11-18"],"summary":["EU Timber Regulation, Illegal Logging"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["ec-person-4ff7c27445db4ad88e687776974fd8d077a1fe0c","eu-tr-10439809375-73"]}} -{"id":"ec-meeting-2015-11-18-f6f0aa3010e46dc7ecfc96e7249e80ae9b0e6a99","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-18 - Cabinet of High Representative / Vice-President Federica Mogherini x Confederation of Businessmen and Industrialists of Turkiye"],"date":["2015-11-18"],"summary":["EU-Turkey relations"],"notes":["Portfolio: Foreign Affairs and Security Policy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"involved":["eu-tr-05241797002-90","ec-person-62bf207e4274ad594e7eab4bfe20782f1d57f645"]}} -{"id":"ec-meeting-2015-11-19-029f61b96728cbf934bb2672b13c8a3229d0e836","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-19 - Cabinet of First Vice-President Frans Timmermans x Finance Watch"],"date":["2015-11-19"],"summary":["Better Regulation"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-37943526882-24","ec-person-0eaac943e895c47df1465dda6c94e671c5081e0a"]}} -{"id":"ec-meeting-2015-11-19-0965faebbc5e949e70c0fe897bcf073db9542836","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-19 - Günther Oettinger x European Newspaper Publishers' Association"],"date":["2015-11-19"],"summary":["copyright"],"location":["BXL"],"address":["BXL"],"addressEntity":["addr-d2fde52f67ea4a3e1fe233d0a959d6a1c77fd910"],"organizer":["ec-dg-de"],"involved":["eu-tr-5950962136-12","ec-person-49723482bb23d029cbfc010cb37eec7392a0ae02"]}} -{"id":"ec-meeting-2015-11-19-0ad7dfc5e3e4679a2894f92a7406d7dbee87cbff","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2015-11-19 - Günther Oettinger x Roland Berger Roland Berger"],"date":["2015-11-19"],"summary":["DSM"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-4cd59e13386e3b68ecb3611fcc579e0a0a3938a5","eu-tr-092636516471-94","ec-person-d8b86b98a24683917c569000ed6d8c45bedbbc00"]}} -{"id":"ec-meeting-2015-11-19-1bbe6cae53ef34104feb660873b5b87dc8aa7aa9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-19 - Maritime Affairs and Fisheries x Association of National Organisations of Fishing Enterprises in the European Union"],"date":["2015-11-19"],"summary":["Implementation CFP, TACs and Quotas 2016"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-mare"],"involved":["ec-person-a7b4b8418268a6d6c196b5e45f606fc92acbdb8c","eu-tr-2312395253-25"]}} -{"id":"ec-meeting-2015-11-19-1fee357017210a15089586ab6320f506eaa61579","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-19 - Günther Oettinger x Atlantic Council of the United States, Inc"],"date":["2015-11-19"],"summary":["transatlantic digital issues"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-4cd59e13386e3b68ecb3611fcc579e0a0a3938a5","eu-tr-524686116124-73"]}} -{"id":"ec-meeting-2015-11-19-245899472b0554d8bf82e48de57644332e965acb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-19 - Mobility and Transport x Inland Navigation Europe"],"date":["2015-11-19"],"summary":["waterborne package, infrastructure, digital transport"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-move"],"involved":["eu-tr-1811573195-25","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2015-11-19-2a83aa267fb703af3d83d5ada7578fb7e695db22","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-19 - Cabinet of Commissioner Věra Jourová x Confederation of British Industry"],"date":["2015-11-19"],"summary":["Digital single market issues"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["eu-tr-73725676990-18","ec-person-184e698af1eb9e33b179680570ca171d8cb31c94"]}} -{"id":"ec-meeting-2015-11-19-325d6e34e8aa02bad597c4333f082b0be5e3b3f7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-19 - Cabinet of High Representative / Vice-President Federica Mogherini x TUSIAD-Turkish Industry&Business Association"],"date":["2015-11-19"],"summary":["EU-Turkey relations"],"notes":["Portfolio: Foreign Affairs and Security Policy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"involved":["ec-person-62bf207e4274ad594e7eab4bfe20782f1d57f645","eu-tr-38870176589-43"]}} -{"id":"ec-meeting-2015-11-19-365e143a22676de4f78ddb7dc23b1258b1e3a2e1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-19 - Cabinet of High Representative / Vice-President Federica Mogherini x FUTURE GROUP"],"date":["2015-11-19"],"summary":["Situation in Middle East."],"notes":["Portfolio: Foreign Affairs and Security Policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"involved":["eu-tr-288883819906-04","ec-person-e03a77379f79ea00cf20048e42e8b0793bf62fa3"]}} -{"id":"ec-meeting-2015-11-19-3b02547382bb99b997bac2d3e0e27abac7a0eb59","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-19 - Cabinet of Vice-President Jyrki Katainen x POLIS"],"date":["2015-11-19"],"summary":["Smart Cities"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90","eu-tr-27284005223-47","ec-person-0da85dc48012e26688310a59a0b51727ea68f410"]}} -{"id":"ec-meeting-2015-11-19-46d58b8380901ae3c95e7cf54fff5455e15da631","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-19 - Financial Stability, Financial Services and Capital Markets Union x Channel Islands Brussels Office"],"date":["2015-11-19"],"summary":["Perspectives for regulatory cooperation and associated markets access in the context of CMU."],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-47427226869-02","ec-person-bdee7a93f95c8ef05079539170139b3c02e8ed96"]}} -{"id":"ec-meeting-2015-11-19-4b56a3e7f008336b9fc30192cc4719d3b658dc07","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-19 - Günther Oettinger x MOBIVIA"],"date":["2015-11-19"],"summary":["DSM"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-d8b86b98a24683917c569000ed6d8c45bedbbc00","eu-tr-597100516827-13"]}} -{"id":"ec-meeting-2015-11-19-505d1e9a4e892b55807e408280bef5935f27a272","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-19 - Mobility and Transport x European Transport Safety Council"],"date":["2015-11-19"],"summary":["Road Safety Priorities"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-move"],"involved":["eu-tr-78891371297-34","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2015-11-19-5879f9173050eafe4b5cda155b8d48b1a89862b8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-19 - Cabinet of Vice-President Maroš Šefčovič x Renewables Grid Initiative e.V."],"date":["2015-11-19"],"summary":["Public acceptance of infrastructure"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-2be517b9261a91f2f07e05ec14c6331980e9716e","eu-tr-793038613858-32"]}} -{"id":"ec-meeting-2015-11-19-5d86ebbf4e08be8f969f4bcad840d8730f831a6f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-19 - Cabinet of Vice-President Johannes Hahn x Confederation of Businessmen and Industrialists of Turkiye"],"date":["2015-11-19"],"summary":["Economic situation in Turkey"],"notes":["Portfolio: European Neighbourhood Policy & Enlargement Negotiations"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-hahn-johannes-of-president-vice"],"involved":["eu-tr-05241797002-90","ec-person-2fca685599028e7674f6143b21eb6760c913eef0"]}} -{"id":"ec-meeting-2015-11-19-5f7bbc11c68656535407a5c1693ce85869d2ea54","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-19 - Cabinet of Vice-President Cecilia Malmström x TUSIAD-Turkish Industry&Business Association"],"date":["2015-11-19"],"summary":["Turkey customs union / TTIP"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-38870176589-43","ec-person-20ded9db5df11164331bb161fdf234b1e5ad53fd","ec-person-591ec829ca734bcfe59a2c9c7f07f9dff22a0ea9"]}} -{"id":"ec-meeting-2015-11-19-61178e39415f5528d8b7d111cad79e34318a10ba","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-19 - Cabinet of Commissioner Elżbieta Bieńkowska x European Business Summit Network"],"date":["2015-11-19"],"summary":["European Business Summit 2016"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-268958411031-65","ec-person-b2f9be51339f054477846797e2c119fcf16548fc","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2015-11-19-63667fa3d6810f2a543524796e20f9c3a4a10491","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-19 - Cabinet of Vice-President Karmenu Vella x International Federation of Organic Agriculture Movements EU Regional Group"],"date":["2015-11-19"],"summary":["CAP Implementation, Organic Farming, GMOs, Aquaculture"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["eu-tr-67128251296-84","ec-person-0e3efd8bc1c3ee9a80205d0bb78f316fa1621e5d"]}} -{"id":"ec-meeting-2015-11-19-6415f6beade113ed1bd539edbd4b558dff5559db","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-19 - Directorate-General for International Partnerships x International Organization for Migration"],"date":["2015-11-19"],"summary":["relation IOM/Devco; mise au point suite au Sommet à Vallette le 11-12/11; perspective plour l'inclusion de IOM dans la famille des NU"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-intpa"],"involved":["ec-person-ad00e7dd980bb2a40a95c65a87f8760494546865","eu-tr-14074813668-09"]}} -{"id":"ec-meeting-2015-11-19-6a645aab36ac12d7b2e8abc2162d54894e367777","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-19 - Cabinet of Vice-President Miguel Arias Cañete x Statnett SF"],"date":["2015-11-19"],"summary":["Market Design"],"notes":["Portfolio: Climate Action & Energy"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-1831691c10441c5974327bbeb8693d6b6c1e50c3","eu-tr-05001306886-41"]}} -{"id":"ec-meeting-2015-11-19-6c682f708beb8e0953fb87692a0ed0d3c9583335","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-19 - Cabinet of President Jean-Claude Juncker x FEDIL - The Voice of Luxembourg's Industry"],"date":["2015-11-19"],"summary":["Gala dinner"],"notes":["Portfolio: President"],"location":["Luxembourg"],"address":["Luxembourg"],"addressEntity":["addr-5076721c4060feeb69bd2c3dd9bdce115d5c62f3"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-286194516022-33","ec-person-29c106b0461ffd79e95f0119bdd363fd3c7c3ab3"]}} -{"id":"ec-meeting-2015-11-19-76a4f53ef8ac73ed41f3c274277b6044f100c882","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-19 - Communications Networks, Content and Technology x RELX"],"date":["2015-11-19"],"summary":["Copyright"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-338398611148-62","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2015-11-19-7b43f840bcb29f8557487880d5257a331ea32bc8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-19 - Communications Networks, Content and Technology x Société des Auteurs, Compositeurs et Editeurs de Musique"],"date":["2015-11-19"],"summary":["Copyright"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-829208810503-45","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2015-11-19-7b994e2663e80ff8ef414d15aa05f3ff396ecc23","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-19 - Cabinet of Vice-President Andrus Ansip x MOBIVIA"],"date":["2015-11-19"],"summary":["le business model de Via-ID et d’échanger sur les évolutions réglementaires qu’implique la numérisation du secteur des transports."],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-d5a309c64ecdb05010325dcfc661f6ae817f31cc","eu-tr-597100516827-13"]}} -{"id":"ec-meeting-2015-11-19-7cb9eb2bc196e01d135d134ad18c032a725938bc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-19 - Mobility and Transport x European Rail Infrastructure Managers"],"date":["2015-11-19"],"summary":["Platform of Rail Infrastructure Managers"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-move"],"involved":["ec-person-26cdfacae671b09917bee1a91c91973941fa58a2","eu-tr-72770698007-81"]}} -{"id":"ec-meeting-2015-11-19-8748fc88c89cf144616d5ad0a084226b7db09224","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-19 - Cabinet of Commissioner Carlos Moedas x Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V."],"date":["2015-11-19"],"summary":["Prep meeting for meeting with President of Fraunhofer with Commissioner Moedas"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["eu-tr-35124436517-75","ec-person-fb56329c22510c66ab50a8bdba13230bdae32902"]}} -{"id":"ec-meeting-2015-11-19-96a83015fccb572ac9aafce39887f810eeac6dde","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-19 - Cabinet of Vice-President Miguel Arias Cañete x AGRUPACIÓN DE FABRICANTES DE CEMENTO DE ESPAÑA"],"date":["2015-11-19"],"summary":["Ongoing EU initiatives on climate and energy policy"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-875633611990-87","ec-person-2229c857664a22dcb8eee79a8c05841fd3d0924f"]}} -{"id":"ec-meeting-2015-11-19-9e70976a16e3b891158fe93d7c23227ad62836db","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-19 - Cabinet of Commissioner Violeta Bulc x ASSOCIATION OF EUROPEAN AIRLINES"],"date":["2015-11-19"],"summary":["Aviation"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-78089286892-19","ec-person-9d4dc4867a44dfe10f67ae7ee1706da3e8b48a24"]}} -{"id":"ec-meeting-2015-11-19-aa65a77815d6e07513269245d9d19b47f79d03bb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-19 - Cabinet of Vice-President Jyrki Katainen x Orgalim – Europe's Technology Industries"],"date":["2015-11-19"],"summary":["Digitalisation of industry - jobs and growth"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90","eu-tr-20210641335-88","ec-person-0da85dc48012e26688310a59a0b51727ea68f410"]}} -{"id":"ec-meeting-2015-11-19-b334eb30b1bc78fcce5ebc89cfca06048712877f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-19 - Cabinet of Vice-President Cecilia Malmström x Boehringer Ingelheim European Federation of Pharmaceutical Industries and Associations"],"date":["2015-11-19"],"summary":["TTIP"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-20ded9db5df11164331bb161fdf234b1e5ad53fd","eu-tr-38526121292-88","eu-tr-289777818743-24","ec-person-98880f3f4206145e196013db9dd806a551c11e06"]}} -{"id":"ec-meeting-2015-11-19-b42cf0fdf3b2bf6f577583ff3d180be9615f54a3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-19 - Cabinet of Commissioner Věra Jourová x Deutscher Anwaltverein (German Bar Association)"],"date":["2015-11-19"],"summary":["Digital single market"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-184e698af1eb9e33b179680570ca171d8cb31c94","eu-tr-87980341522-66"]}} -{"id":"ec-meeting-2015-11-19-b6369962189ab0df7e1f1de6dc4c35750969b5bf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-19 - Cabinet of Commissioner Carlos Moedas x Federation of European Neuroscience Societies"],"date":["2015-11-19"],"summary":["Presentation of the FENS network"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-23980b2bc4fd9c82051d0f7888dc236b2f764866","eu-tr-422785311156-67"]}} -{"id":"ec-meeting-2015-11-19-b72852f2722bd966e574944d454566e3e2b419ed","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-19 - Cabinet of Vice-President Jyrki Katainen x Bruegel"],"date":["2015-11-19"],"summary":["Workshop on the Single Market"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-7c9460f99c5872dbdc561f5752401c870d12e98b","eu-tr-33622026795-64"]}} -{"id":"ec-meeting-2015-11-19-bce71a0020a7dfd6ac87cd8814568309593cc302","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-19 - Cabinet of Commissioner Christos Stylianides x International Organization for Migration"],"date":["2015-11-19"],"summary":["Migration"],"notes":["Portfolio: Humanitarian Aid & Crisis Management"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-christos-commissioner-of-stylianides"],"involved":["ec-person-cdd689bd079714522dad472ea4446b0fcc660d8f","eu-tr-14074813668-09"]}} -{"id":"ec-meeting-2015-11-19-c14987bded331553ebe289c2d298accd4c0be7f1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-19 - Cabinet of President Jean-Claude Juncker x Svenska Handelsbanken AB"],"date":["2015-11-19"],"summary":["EU legislation in the field of financial services"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-933950717522-28","ec-person-c402e34a99fbee730ae22e3b1958e21c94dc6fcc"]}} -{"id":"ec-meeting-2015-11-19-d285a9db108577a05971fc9eaded72bf845b9452","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-19 - Cabinet of Commissioner Elżbieta Bieńkowska x SES S.A."],"date":["2015-11-19"],"summary":["•\tDialogue between the COM and the European satellites operators"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-93799097410-24","ec-person-685ecf13dd26cd515c961e24ba71049af2302c5e","ec-person-d2997a7f359c91a337055c3e24dd36bf928de38d","ec-person-95a769a1850d7d595f9a5853c51dcbdd3ddd69fb"]}} -{"id":"ec-meeting-2015-11-19-d61ff6a48aab34f8ff94a5e116e3edc24b6de85a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-19 - Cabinet of Commissioner Christos Stylianides x Médecins Sans Frontières"],"date":["2015-11-19"],"summary":["International Humanitarian Law"],"notes":["Portfolio: Humanitarian Aid & Crisis Management"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-christos-commissioner-of-stylianides"],"involved":["eu-tr-38497857515-11","ec-person-6f08c893ea685f6d5f50c2c6e373f294e3616698"]}} -{"id":"ec-meeting-2015-11-19-dc51cb782056329880d71511696c7cc900c1925b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-19 - Cabinet of Commissioner Jonathan Hill x Insurance Europe"],"date":["2015-11-19"],"summary":["Retail financial services green paper"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["ec-person-890015b0d769ee93a09119846b414d4aae7c64ae","eu-tr-33213703459-54"]}} -{"id":"ec-meeting-2015-11-19-e4d6806e4b28752b262b3090c623424bd529dc93","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-19 - Cabinet of Vice-President Johannes Hahn x LITUS ADVISORY SA"],"date":["2015-11-19"],"summary":["investment for southern Mediterranean region"],"notes":["Portfolio: European Neighbourhood Policy & Enlargement Negotiations"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-hahn-johannes-of-president-vice"],"involved":["eu-tr-785666316356-64","ec-person-ffbd1e8ac522a6bd1cdc4b724b9a4416b5d36034"]}} -{"id":"ec-meeting-2015-11-19-e4f71c8e073784f0192f1472aa0205d8877cc02e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-19 - Cabinet of Vice-President Valdis Dombrovskis x Confederation of Swedish Enterprise"],"date":["2015-11-19"],"summary":["Revamped European Semester, the deepening of EMU and initiatives related to the labour market."],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Stockholm, Sweden"],"address":["Stockholm, Sweden"],"addressEntity":["addr-92169336ee423643e4d74d0dc5724c6b612cc7a8"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-39912257528-48","ec-person-a9eda2e8ea54b70a968327672c6cada679d3cd56"]}} -{"id":"ec-meeting-2015-11-20-28a0a5e86869ff8ba0da9c6665d92135af1513d9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-20 - Cabinet of Commissioner Violeta Bulc x FERROVIE DELLO STATO ITALIANE S.p.A."],"date":["2015-11-20"],"summary":["railway"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-5012c5e45a52ee8ce67d19c1781a127af53e73e7","eu-tr-1954267427-31"]}} -{"id":"ec-meeting-2015-11-20-3890586e4de67b32535b0b16f8ea28632847684b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-20 - Mobility and Transport x Transport and Environment (European Federation for Transport and Environment)"],"date":["2015-11-20"],"summary":["RDE, alternative fuels"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-move"],"involved":["ec-person-26cdfacae671b09917bee1a91c91973941fa58a2","eu-tr-58744833263-19"]}} -{"id":"ec-meeting-2015-11-20-3f32726145c3cf5d4bb4309a878d8968cba65843","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-20 - Cabinet of Vice-President Miguel Arias Cañete x ACCIONA, S.A."],"date":["2015-11-20"],"summary":["Renewables in Spain (proposed regulation)"],"notes":["Portfolio: Climate Action & Energy"],"location":["Madrid"],"address":["Madrid"],"addressEntity":["addr-7a2191964a3d7521269f0068afae6b6116bac15d"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-62773e55e1985542cb18a2a89f2053f2f39146b1","eu-tr-451019811573-55"]}} -{"id":"ec-meeting-2015-11-20-3fa686a7dd6c72571b4f0d3c779422002945f72c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-20 - Cabinet of Vice-President Neven Mimica x International Federation for Human Rights"],"date":["2015-11-20"],"summary":["Civil society organisations' viewpoint on the needs arising from the Colombia peace process"],"notes":["Portfolio: International Cooperation & Development"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-mimica-neven-of-president-vice"],"involved":["eu-tr-97628146980-33","ec-person-886e1b865045c3ed98e99075006d09cea708acce"]}} -{"id":"ec-meeting-2015-11-20-641a02feba6c8ca80d8593c5eb544eaf001a0553","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-20 - Energy x Terna spa"],"date":["2015-11-20"],"summary":["European energy policy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-937812815077-68","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2015-11-20-6468972fb0a07a0c736c5b0215239b887fa33222","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-20 - Cabinet of Vice-President Jyrki Katainen x European agri-cooperatives European farmers"],"date":["2015-11-20"],"summary":["New breeding techniques"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-09586631237-74","eu-tr-44856881231-49","ec-person-bb70699c722c1620ec520e8a4d32911a32ae078c"]}} -{"id":"ec-meeting-2015-11-20-6910344dcea20bb540b36d62ba715e298fe775d5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-20 - Cabinet of Vice-President Valdis Dombrovskis x Bruegel"],"date":["2015-11-20"],"summary":["Banking regulatory issues"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-48f31156d932641826e09f5b73f074d35ff05786","eu-tr-33622026795-64"]}} -{"id":"ec-meeting-2015-11-20-693d751c52e176e3fa762ee3f252aba6f24d44ce","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-20 - Cabinet of President Jean-Claude Juncker x JPMorgan Chase & Co."],"date":["2015-11-20"],"summary":["5 Presidents' Report"],"notes":["Portfolio: President"],"location":["Frankfurt, Germany"],"address":["Frankfurt, Germany"],"addressEntity":["addr-71612135c8249600e77671ac247f308ec0b127d9"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-80c6995ad1cd6aefa72f1bf440b17b6d8c6dd4b8","eu-tr-9171899949-17"]}} -{"id":"ec-meeting-2015-11-20-71d5ae4af0bbc5eb0fc4260719e5524d035833b7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-20 - Cabinet of President Jean-Claude Juncker x Independent Retail Europe (formerly UGAL - Union of Groups of Independent Retailers of Europe)"],"date":["2015-11-20"],"summary":["Issues of interest for the European Retail sector"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-c402e34a99fbee730ae22e3b1958e21c94dc6fcc","eu-tr-034546859-02"]}} -{"id":"ec-meeting-2015-11-20-77190fdf598b0de4c3efacd4e3c4ab45f6093e9f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-20 - Cabinet of Commissioner Věra Jourová x Computer & Communications Industry Association"],"date":["2015-11-20"],"summary":["Data protection"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["eu-tr-15987896534-82","ec-person-f329292459cb1badb7fb7c6b67b698c441931bb2"]}} -{"id":"ec-meeting-2015-11-20-8207a9c83fcdadee0de1da765ce26f8980b94e49","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-20 - Günther Oettinger x Telefonica, S.A."],"date":["2015-11-20"],"summary":["Telefonica"],"location":["Madrid"],"address":["Madrid"],"addressEntity":["addr-7a2191964a3d7521269f0068afae6b6116bac15d"],"organizer":["ec-dg-de"],"involved":["eu-tr-52431421-12","ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0"]}} -{"id":"ec-meeting-2015-11-20-9320219bd00ad300e6a144bdc003df2aac3cb23b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-20 - Cabinet of Commissioner Phil Hogan x Greenhouse Communications"],"date":["2015-11-20"],"summary":["Concerns on the delays in assessments and approvals procedures of biotechnology derived crops for import & processing into the EU."],"notes":["Portfolio: Agriculture & Rural Development"],"location":["BERL 08/304"],"address":["BERL 08/304"],"addressEntity":["addr-aff09a6f822af9a7e96260c390a7e7bd5d64be8b"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-486836616056-77","ec-person-7d3caa534e5cdda6d5b949bd4b2def39356e3bec"]}} -{"id":"ec-meeting-2015-11-20-99156354610691d677bec14aaadd2a2e27458fa2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-20 - Trade x STARCH EUROPE"],"date":["2015-11-20"],"summary":["On-going trade negotiations"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-trade"],"involved":["ec-person-bde9bb099f5d24c52ca4a9255cefc99a5b87a650","eu-tr-57787966531-03"]}} -{"id":"ec-meeting-2015-11-20-a3e062d7ac58f918aa68c75bd2d2b8c14d69161c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-20 - Cabinet of Commissioner Věra Jourová x Vodafone Belgium SA"],"date":["2015-11-20"],"summary":["Digital contracts proposal"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-a2ca9161feee56909a0e98b473c2d342c20fdb57","eu-tr-90142503473-81"]}} -{"id":"ec-meeting-2015-11-20-a99659bc4eb1531992d546c90bd03f883e62e192","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-20 - Günther Oettinger x None"],"date":["2015-11-20"],"summary":["Digital transformation of the European industry"],"location":["Madrid"],"address":["Madrid"],"addressEntity":["addr-7a2191964a3d7521269f0068afae6b6116bac15d"],"organizer":["ec-dg-de"],"involved":["eu-tr-013076816891-46","eu-tr-64270747023-20","eu-tr-03181945560-59","eu-tr-478881217865-41","eu-tr-25955391451-88","eu-tr-40471017282-57","eu-tr-52431421-12","eu-tr-7721359944-96","ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0","eu-tr-114467111412-38"]}} -{"id":"ec-meeting-2015-11-20-d01dab7f8211154f9289b6db3551fe8c48b6489d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-20 - Cabinet of Commissioner Phil Hogan x North Orchard Consultants Limited"],"date":["2015-11-20"],"summary":["State Aid Complaint"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-967584719436-04","ec-person-ff8342dedc26701400fcb7dcf73fbee50a837ac6"]}} -{"id":"ec-meeting-2015-11-20-d4eb5916013b269d0c252ecf1422ec1f3a6fca38","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-20 - Energy x ENEL SpA"],"date":["2015-11-20"],"summary":["European energy policy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["ec-person-6997149120ce5129e38febe5275dc8fd03232d2e","eu-tr-6256831207-27"]}} -{"id":"ec-meeting-2015-11-20-d9450d9b55668658cc16f14fd29fdd7750283142","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-20 - Cabinet of Vice-President Maroš Šefčovič x European Network of Transmission System Operators for Electricity"],"date":["2015-11-20"],"summary":["Energy Union + Electricity"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-25805148045-87","ec-person-1f95be23689cd4ed0a26fe2980f760ccf2d55c1e"]}} -{"id":"ec-meeting-2015-11-20-e1367fcd69f3a26f6acc54b24f19da3a8db75949","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-20 - Energy x Swissgrid AG"],"date":["2015-11-20"],"summary":["European energy policy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["ec-person-6997149120ce5129e38febe5275dc8fd03232d2e","eu-tr-60493327921-85"]}} -{"id":"ec-meeting-2015-11-23-16f100062988035327569b51d90d646b57faeece","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-23 - Cabinet of Vice-President Andrus Ansip x Universal Music Group International"],"date":["2015-11-23"],"summary":["Copyright"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-e91c5be432b6b3efdda369792fed67c20b767a45","eu-tr-530216615544-40"]}} -{"id":"ec-meeting-2015-11-23-295f5f56ffae95187dc59cec209700f49688e596","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-23 - Cabinet of Commissioner Marianne Thyssen x Deutsche Sozialversicherung Arbeitsgemeinschaft Europa"],"date":["2015-11-23"],"summary":["Priorities of the EC on social policies / social security"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["eu-tr-917393784-31","ec-person-ce19440eacb8fd67f534bdbcce33a1c4cedfd071"]}} -{"id":"ec-meeting-2015-11-23-31e2a21b9191622f8bc31156cb56282602a183e4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-23 - Cabinet of First Vice-President Frans Timmermans x JT International"],"date":["2015-11-23"],"summary":["Better Regulation Package"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-71175716023-03","ec-person-0eaac943e895c47df1465dda6c94e671c5081e0a"]}} -{"id":"ec-meeting-2015-11-23-3b4ec6313f84c881d05274d5cef6ff26df44e7a6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-23 - Cabinet of Commissioner Elżbieta Bieńkowska x Dell Inc."],"date":["2015-11-23"],"summary":["Single Market Strategy"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-28739192542-16","ec-person-b2f9be51339f054477846797e2c119fcf16548fc"]}} -{"id":"ec-meeting-2015-11-23-52a7e248a2149d0a2d09b0e42235f0a92ca41778","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-23 - Cabinet of Vice-President Valdis Dombrovskis x Autorité des Marchés Financiers"],"date":["2015-11-23"],"summary":["Packaged retail and insurance-based investment products"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-777843418701-27","ec-person-3f9ca71b74344417d1f072ba7f3e2f09a223b036"]}} -{"id":"ec-meeting-2015-11-24-1137666fdec844577b0ed26efa18cae3eb24796f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-24 - Health and Food Safety x European Heart Network"],"date":["2015-11-24"],"summary":["chronic diseases framework, TTIP, trans fatty acids and refit evalutation of the regulation on Nutrition and Health Claims made on foods"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-sante"],"involved":["ec-person-3c7fdbe0c1c235777d916309465339b7ed1666f6","eu-tr-3606882168-35"]}} -{"id":"ec-meeting-2015-11-24-161dffd223fb5fd8f052f8d8c7b618280f7b325b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-24 - Cabinet of Vice-President Andrus Ansip x Bureau Européen des Unions de Consommateurs"],"date":["2015-11-24"],"summary":["copyright"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-9505781573-45","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45"]}} -{"id":"ec-meeting-2015-11-24-1e1cf96a6270554d4c5b10661cd056443883d56e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-24 - Internal Market, Industry, Entrepreneurship and SMEs x DIGITALEUROPE"],"date":["2015-11-24"],"summary":["Digital single market, Single market strategy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-grow"],"involved":["eu-tr-64270747023-20","ec-person-60a3d0d628d231b41af1d0c65607b0fd78ca4edc"]}} -{"id":"ec-meeting-2015-11-24-217ff47c49b1160a589fb4d05f5012d05d508bc7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-24 - Cabinet of Commissioner Carlos Moedas x European Liaison Committee for Agriculture and agri-food trade Fédération Européenne des Fabricants d'Aliments Composés FoodDrinkEurope CEMA - European Agricultural Machinery Industry Association"],"date":["2015-11-24"],"summary":["H2020, new Scientific Committee"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-2b4bb0b28e7435e5f612e44d9664dbd1051efc55","eu-tr-77105321408-83","eu-tr-489575310490-58","eu-tr-75818824519-45","eu-tr-546282614966-51"]}} -{"id":"ec-meeting-2015-11-24-2635ed6b222d4ed4e328404c7ba3eaee9a212cd3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-24 - Cabinet of Commissioner Jonathan Hill x Roubini Global Economics"],"date":["2015-11-24"],"summary":["Tour d'horizon marchés financiers"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["eu-tr-373223819424-16","ec-person-5e8e66c5b37cfc1f9272932bf8e12f4b28d1160a"]}} -{"id":"ec-meeting-2015-11-24-3f6f1036d503f2d5310a240a7b88c3025fc26cdf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-24 - Energy x ENGIE"],"date":["2015-11-24"],"summary":["European energy policy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-90947457424-20","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2015-11-24-49864d5b56efd63a612ff681f7f62f75398ce737","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-24 - Cabinet of Vice-President Cecilia Malmström x Verband Deutscher Maschinen- und Anlagenbau e.V."],"date":["2015-11-24"],"summary":["TTIP"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-cb8ca9ec2413722fa83484ed18dd76ace52d0118","eu-tr-9765362691-45"]}} -{"id":"ec-meeting-2015-11-24-4fd1addf7b8b7f41c89e6251ceb684cc985fb041","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-24 - Cabinet of Vice-President Neven Mimica x Centre for European Policy Studies"],"date":["2015-11-24"],"summary":["The role and functioning of the Commissioners’ Group on External Action and of the inter-service cooperation in EU external action"],"notes":["Portfolio: International Cooperation & Development"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-mimica-neven-of-president-vice"],"involved":["ec-person-b187f3955c71d2e1daa48e02fd0a09ab7c6f6098","eu-tr-86853666704-95"]}} -{"id":"ec-meeting-2015-11-24-4fe3543694014e9ac9faa9a901e5b4a11ad259b4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-24 - Cabinet of Vice-President Cecilia Malmström x UKRAINIAN LEAGUE OF INDUSTRIALISTS AND ENTREPRENEURS"],"date":["2015-11-24"],"summary":["Ukrainian Business Forum"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-090419715585-36","ec-person-20ded9db5df11164331bb161fdf234b1e5ad53fd","ec-person-591ec829ca734bcfe59a2c9c7f07f9dff22a0ea9"]}} -{"id":"ec-meeting-2015-11-24-568fca327bed4a66179bf4f15d34cfcaf47873c1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-24 - Günther Oettinger x Deutsche Telekom"],"date":["2015-11-24"],"summary":["DSM"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-c6cae64cc7dc787b66a47ab1613d3e922875b971","eu-tr-60052162589-72"]}} -{"id":"ec-meeting-2015-11-24-67fc0e04cccd1187b09861e025474478020847c7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-24 - Cabinet of High Representative / Vice-President Federica Mogherini x Centre for European Policy Studies"],"date":["2015-11-24"],"summary":["Meeting focusing on the CEPS' preparation of a policy brief assessing the joined-up approach to EU external action with a specific focus on the role of the Commissioners’ Group on External Action"],"notes":["Portfolio: Foreign Affairs and Security Policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"involved":["ec-person-e03a77379f79ea00cf20048e42e8b0793bf62fa3","ec-person-45979518aeb963c1e56b5ef49b90e004ae8acf79","eu-tr-86853666704-95"]}} -{"id":"ec-meeting-2015-11-24-8fc55254d5e206c53ff95c1ae55b2468225909aa","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-24 - Cabinet of Vice-President Miguel Arias Cañete x The European Association for the Promotion of Cogeneration"],"date":["2015-11-24"],"summary":["Market design, heating and cooling"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-1831691c10441c5974327bbeb8693d6b6c1e50c3","eu-tr-38305846546-70"]}} -{"id":"ec-meeting-2015-11-24-93ed2c9aa9104bb4ecedab9e77b1b6c61907e5dc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-24 - Cabinet of Commissioner Marianne Thyssen x Reuse and Recycling European Union Social Enterprises"],"date":["2015-11-24"],"summary":["circular economy"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["ec-person-bdb607d5d994a4056dd700f8f52d9af25b406b36","eu-tr-05052317999-60"]}} -{"id":"ec-meeting-2015-11-24-9c6c4eaad091c8dc48f3a08618a6cd419c6adff9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-24 - Cabinet of Vice-President Cecilia Malmström x BT Group plc"],"date":["2015-11-24"],"summary":["Commission's new trade strategy"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-20ded9db5df11164331bb161fdf234b1e5ad53fd","ec-person-cb8ca9ec2413722fa83484ed18dd76ace52d0118","eu-tr-00919034091-89"]}} -{"id":"ec-meeting-2015-11-24-9eaa191e9ef58d575d5586d7933925ac692c6514","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-24 - Cabinet of Commissioner Vytenis Andriukaitis x Confederation of European Paper Industries"],"date":["2015-11-24"],"summary":["Non-harmonised food contact materials"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-b9c3f19e7c5f216e3e508f931ddd6a9cb59376d1","eu-tr-72279144480-58"]}} -{"id":"ec-meeting-2015-11-24-b7f78e0c8e49591e353235e691b0160b027dfe97","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-24 - Cabinet of Vice-President Jyrki Katainen x Independent Retail Europe (formerly UGAL - Union of Groups of Independent Retailers of Europe)"],"date":["2015-11-24"],"summary":["Single Market Strategy"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-f9208d930adc70c6c64e21701e48f85f6f18e949","eu-tr-034546859-02"]}} -{"id":"ec-meeting-2015-11-24-b99f7deaf913873cd40bd2f63a9a62db820f936c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-24 - Financial Stability, Financial Services and Capital Markets Union x Bruegel"],"date":["2015-11-24"],"summary":["Completing the Banking Union"],"location":["Paris"],"address":["Paris"],"addressEntity":["addr-22390ad11c32faec43fc61555b53607660b3c185"],"organizer":["ec-dg-fisma"],"involved":["ec-person-bdee7a93f95c8ef05079539170139b3c02e8ed96","eu-tr-33622026795-64"]}} -{"id":"ec-meeting-2015-11-24-bff77945f024be558b4cfeae3980f131b8fc5a26","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-24 - Günther Oettinger x European Round Table for Industry"],"date":["2015-11-24"],"summary":["digitisation of industry"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-4cd59e13386e3b68ecb3611fcc579e0a0a3938a5","eu-tr-25487567824-45"]}} -{"id":"ec-meeting-2015-11-24-d028bd9e8500dac6d7f9ca32064fa661df95b043","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-24 - Cabinet of Vice-President Andrus Ansip x European Multi-channel and Online Trade Association BUSINESSEUROPE Ecommerce Europe SMEunited aisbl"],"date":["2015-11-24"],"summary":["Digital contracts"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-55820581197-35","ec-person-d5a309c64ecdb05010325dcfc661f6ae817f31cc","eu-tr-867433111414-11","eu-tr-3978240953-79","ec-person-91ca0921c6790191daa54427311acd63035e7c9e","eu-tr-11251212351-96"]}} -{"id":"ec-meeting-2015-11-24-df4f0030c6c06b16112bd57507d99e552d251339","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-24 - Cabinet of Vice-President Andrus Ansip x Vodafone Belgium SA"],"date":["2015-11-24"],"summary":["Data"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-90142503473-81","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45"]}} -{"id":"ec-meeting-2015-11-24-f5e8a8bc69a7396ea155427b3d924220eb246a50","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-24 - Trade x Institute for International Economic Studies"],"date":["2015-11-24"],"summary":["WTO and Trade negotiations"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-trade"],"involved":["ec-person-bde9bb099f5d24c52ca4a9255cefc99a5b87a650","eu-tr-328160319689-46"]}} -{"id":"ec-meeting-2015-11-25-0721dc017a0f07fb0e16f510a9907188725f1b31","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-25 - Energy x Friends of Sustainable Grids"],"date":["2015-11-25"],"summary":["European energy policy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-91684615435-86","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2015-11-25-167517c23d7b5c0d73ba9a7e0f172a4cee9b1445","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-25 - Regional and Urban Policy x Conférence des Régions Périphériques Maritimes d'Europe (CRPM)"],"date":["2015-11-25"],"summary":["Conclusions on Cohesion Policy of 43rd General Assembly - post 2020 Cohesion Policy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-regio"],"involved":["ec-person-561bcbd5c6b600d9145bf167136689b2c77460a7","eu-tr-5546423688-07"]}} -{"id":"ec-meeting-2015-11-25-2372a6acce35453a952150639cd1a1e5ce0f3b35","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-25 - Cabinet of Commissioner Pierre Moscovici x Association Française des Entreprises Privées / French Association of Large Companies"],"date":["2015-11-25"],"summary":["questions fiscales"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Paris"],"address":["Paris"],"addressEntity":["addr-22390ad11c32faec43fc61555b53607660b3c185"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["eu-tr-953933297-85","ec-person-3cbeba61ae952f06fe4916c381438ebbc676a597"]}} -{"id":"ec-meeting-2015-11-25-2ed00e2b5ccf4a14919b784736f468426d83c991","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-25 - Cabinet of Commissioner Elżbieta Bieńkowska x Volkswagen Aktiengesellschaft"],"date":["2015-11-25"],"summary":["Emission fraud"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Strasbourg"],"address":["Strasbourg"],"addressEntity":["addr-a7b90170b4a5bf2d1d09ccfd109b57e0a030cfc4"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["ec-person-d2997a7f359c91a337055c3e24dd36bf928de38d","ec-person-95a769a1850d7d595f9a5853c51dcbdd3ddd69fb","eu-tr-6504541970-40","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2015-11-25-48d920f3cdeff91c695e64d796daf76b7e949377","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-25 - Communications Networks, Content and Technology x Bureau Européen des Unions de Consommateurs"],"date":["2015-11-25"],"summary":["Copyright - Review on the telecom package - Online purchases for consumers legislative initiatives - e/m Health - TTIP"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-9505781573-45","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2015-11-25-4ed56384ba76e85fa5b58036212194bc10b1fb50","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-25 - Communications Networks, Content and Technology x AT&T, Inc."],"date":["2015-11-25"],"summary":["Modernization of regulation, Numbering issues related to IoT/m2m emerging services, OTT/platforms and overall discussion on TTIP"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-92442218459-37","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2015-11-25-4fcafb66dd10ad23262747c8353dbeb6ae432dbd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-25 - Energy x NEW AREVA HOLDING SA"],"date":["2015-11-25"],"summary":["European energy policy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-41126912590-71","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2015-11-25-5fb9a3a6ac85c14fc6a8decebde84e361943a19c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-25 - Cabinet of Vice-President Andrus Ansip x Society of Audiovisual Authors"],"date":["2015-11-25"],"summary":["copyright/cross border access"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-99336382936-11","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45"]}} -{"id":"ec-meeting-2015-11-25-698cc637aa91c26c16f1002b3bf604cf7a5f2d1c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-25 - Günther Oettinger x Swissgrid AG"],"date":["2015-11-25"],"summary":["Cybersecurity"],"location":["BXL"],"address":["BXL"],"addressEntity":["addr-d2fde52f67ea4a3e1fe233d0a959d6a1c77fd910"],"organizer":["ec-dg-de"],"involved":["ec-person-5652698e8f7b4a189329e67fddbaff44dbe8658c","eu-tr-60493327921-85"]}} -{"id":"ec-meeting-2015-11-25-778644f2aec7644934db3bd4b6808ad15f827088","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-25 - Günther Oettinger x Lufthansa Group"],"date":["2015-11-25"],"summary":["Aviation package"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-0714344663-32","ec-person-d8b86b98a24683917c569000ed6d8c45bedbbc00"]}} -{"id":"ec-meeting-2015-11-25-81525d5aed5246570127ce552ea5db7955be097a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-25 - Secretariat-General x Universal Music Group International"],"date":["2015-11-25"],"summary":["The EU's current international and economic priorities"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-sg"],"involved":["ec-person-6aa97634438bb481caaf90d7277bdc0b062d44fb","eu-tr-530216615544-40"]}} -{"id":"ec-meeting-2015-11-25-82f3ed12dcda3ae6fb38eeb7d114ceeaed79d776","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-25 - Cabinet of Vice-President Miguel Arias Cañete x Third Generation Environmentalism Ltd Carbon Market Watch CIDSE - International Alliance of Catholic social justice organisations WWF European Policy Programme OXFAM INTERNATIONAL EU ADVOCACY OFFICE ACT Alliance Advocacy to the European Union Climate Action Network Europe"],"date":["2015-11-25"],"summary":["COP21 PARIS"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels - Belgium"],"address":["Brussels - Belgium"],"addressEntity":["addr-85d514873c3b55c68206168e47e9d4fc69799cc8"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-46856801604-90","eu-tr-75365248559-90","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd","eu-tr-1414929419-24","eu-tr-55888811123-49","eu-tr-5189768701-12","eu-tr-07783117686-61","eu-tr-61263518557-92"]}} -{"id":"ec-meeting-2015-11-25-a148097b6d4cc59c5cc5a9e71701da8b8a2a305a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-25 - Cabinet of Vice-President Miguel Arias Cañete x Eurelectric aisbl"],"date":["2015-11-25"],"summary":["Market design and COP21"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-4271427696-87","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd"]}} -{"id":"ec-meeting-2015-11-25-a31901651832b1a7020acb124189ef275b5a5e8d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-25 - Economic and Financial Affairs x Roubini Global Economics"],"date":["2015-11-25"],"summary":["General discussion on the economic climate within the EU."],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-ecfin"],"involved":["ec-person-9b398cc97951266670f91bef34ea37df7380eef9","eu-tr-373223819424-16"]}} -{"id":"ec-meeting-2015-11-25-a32f5b577b5892f64c5abca3c6d42b46a5665629","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-25 - Energy x SSE plc"],"date":["2015-11-25"],"summary":["European energy policy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-64436972598-17","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2015-11-25-a4252c7b9b5970a07cefd8d6d4ff0ba278ddaadb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-25 - Cabinet of Vice-President Andrus Ansip x Google Altroconsumo"],"date":["2015-11-25"],"summary":["digital divide of italian users and consumers / Web Safety"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-5db7bdd1c81da2e70eb5b982097d0004111b5c3e","ec-person-d5a309c64ecdb05010325dcfc661f6ae817f31cc","eu-tr-03181945560-59","eu-tr-3832920956-65"]}} -{"id":"ec-meeting-2015-11-25-ab1b00d9517a6d4d9bbb87183b738d8decb589f3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-25 - Cabinet of Commissioner Carlos Moedas x European Bedding Industries' Association"],"date":["2015-11-25"],"summary":["Waste to Energy"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["eu-tr-986984218616-03","ec-person-fb56329c22510c66ab50a8bdba13230bdae32902"]}} -{"id":"ec-meeting-2015-11-25-accaedcdccb1e308b3d3514924d2e992a6e495a0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-25 - Cabinet of Vice-President Maroš Šefčovič x Stichting European Climate Foundation"],"date":["2015-11-25"],"summary":["industrial innovation"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-64869491516-70","ec-person-9f6823821fe68d82e9b9dbe81181ecacb0265d94"]}} -{"id":"ec-meeting-2015-11-25-b05a486dffc579cd84210faa38ef1c9359211420","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-25 - Cabinet of First Vice-President Frans Timmermans x Radiocentre"],"date":["2015-11-25"],"summary":["Regulatory burdens in the radio sector"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Strasbourg EP"],"address":["Strasbourg EP"],"addressEntity":["addr-d3e495d9faadf51cc1480c880c81b19fe8508d1c"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-466807918432-36","ec-person-f3a0db9fe3b985fb3a6665117484ee9f97b0e339"]}} -{"id":"ec-meeting-2015-11-25-b4748508d68984256b21ef6c4f68489217b80d14","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-25 - Cabinet of Vice-President Valdis Dombrovskis x Roubini Global Economics"],"date":["2015-11-25"],"summary":["Discussion focused on global economic issues and latest developments on completing EMU. Professor Roubini and Vice-President Dombrovskis had an exchange of views on the main political priorities for this Commission, including on current economic priorities, impacts of the refugee crisis and on how to prevent the spread of populism in Europe"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-1f98d05bdaed2c40396781b1eb7b0aa47cb8dd20","eu-tr-373223819424-16","ec-person-a9eda2e8ea54b70a968327672c6cada679d3cd56"]}} -{"id":"ec-meeting-2015-11-25-e8ec82e33c0709fbcd7a68284f87ad61b0a88850","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-25 - Health and Food Safety x European Federation of Pharmaceutical Industries and Associations"],"date":["2015-11-25"],"summary":["AMR"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-sante"],"involved":["eu-tr-38526121292-88","ec-person-3c7fdbe0c1c235777d916309465339b7ed1666f6"]}} -{"id":"ec-meeting-2015-11-25-ee734b5e18b89e599be6dfa4a07ce1f0af203be6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-25 - Communications Networks, Content and Technology x Universal Music Group International"],"date":["2015-11-25"],"summary":["Copyright"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-530216615544-40","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2015-11-25-f49fabc9c3241ecf3d53969e050bc8721352a530","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-25 - Cabinet of Vice-President Maroš Šefčovič x Edison Spa"],"date":["2015-11-25"],"summary":["Security of gas supply, renewables, electricity market design"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-3bf48630444ace93d407e52eb880e64d480f75ce","eu-tr-401111262-07"]}} -{"id":"ec-meeting-2015-11-25-fff8e8c3c668e821f74cda44d4afce64f1882d49","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-25 - Cabinet of Vice-President Maroš Šefčovič x Lufthansa Group"],"date":["2015-11-25"],"summary":["Aviation Package"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-3bf48630444ace93d407e52eb880e64d480f75ce","eu-tr-0714344663-32"]}} -{"id":"ec-meeting-2015-11-26-03e09eeb2b117689f0cfe564e322bad15837dfc4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-26 - Günther Oettinger x Österreichischer Sparkassenverband"],"date":["2015-11-26"],"summary":["Safe Harbour, Regulierung versus Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-22115995998-08","ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0"]}} -{"id":"ec-meeting-2015-11-26-1b4baf9ee640962d3cec667031422f489f43851a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-26 - Cabinet of Commissioner Věra Jourová x Society for Worldwide Interbank Financial Telecommunication"],"date":["2015-11-26"],"summary":["Safe harbour"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["eu-tr-011095511691-05","ec-person-f329292459cb1badb7fb7c6b67b698c441931bb2"]}} -{"id":"ec-meeting-2015-11-26-264467353c94f2d4242c3d9e88cb9fe55824db33","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-26 - Cabinet of Commissioner Christos Stylianides x Centre for European Policy Studies"],"date":["2015-11-26"],"summary":["EU External Relations"],"notes":["Portfolio: Humanitarian Aid & Crisis Management"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-christos-commissioner-of-stylianides"],"involved":["eu-tr-86853666704-95","ec-person-6f08c893ea685f6d5f50c2c6e373f294e3616698"]}} -{"id":"ec-meeting-2015-11-26-28790b41b6b8520dbdbb1a04008c4783938a3581","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-26 - Taskforce on Article 50 negotiations with the United Kingdom x Trades Union Congress (UK)"],"date":["2015-11-26"],"summary":["UK Referendum"],"location":["london"],"address":["london"],"addressEntity":["addr-1645ee78de0f7c73001e1a8ed1facc25a72b6796"],"organizer":["ec-dg-tf50"],"involved":["eu-tr-77510791109-40","ec-person-ebad254ad157f20ffe76dada00bb408af413c89a"]}} -{"id":"ec-meeting-2015-11-26-32313b84eccb7b314482afe01d9af91e40f11f42","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-26 - Cabinet of Vice-President Johannes Hahn x Telekom Austria AG"],"date":["2015-11-26"],"summary":["Situation in the neighbourhood countries and challenges for the telecom sector"],"notes":["Portfolio: European Neighbourhood Policy & Enlargement Negotiations"],"location":["Belgium"],"address":["Belgium"],"addressEntity":["addr-5cb4c9d828175ed3931ec52305b32f47173a8e04"],"organizer":["ec-cabinet-hahn-johannes-of-president-vice"],"involved":["eu-tr-99255639490-47","ec-person-0886693a0bf966334954ebf500368103db578aeb"]}} -{"id":"ec-meeting-2015-11-26-32bdbcd47853497a0872557749eb35078732c2c6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-26 - Cabinet of Commissioner Věra Jourová x Združenje Manager"],"date":["2015-11-26"],"summary":["Women on Boards and the Slovenian situation in Gender Equality"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-5455ecfabb89025694c798deac08160a2be17d94","eu-tr-292309115403-44"]}} -{"id":"ec-meeting-2015-11-26-3680cdac716f460b7ae2a6668e35b587cd9d8db2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-26 - Günther Oettinger x Google Altroconsumo"],"date":["2015-11-26"],"summary":["Cybersecurity and consumers fostering web safety"],"location":["BXL"],"address":["BXL"],"addressEntity":["addr-d2fde52f67ea4a3e1fe233d0a959d6a1c77fd910"],"organizer":["ec-dg-de"],"involved":["eu-tr-03181945560-59","ec-person-5652698e8f7b4a189329e67fddbaff44dbe8658c","eu-tr-3832920956-65"]}} -{"id":"ec-meeting-2015-11-26-45af0245fd11e0609b51e6bf449b54eb3384b9ff","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-26 - Cabinet of Vice-President Valdis Dombrovskis x Bundesvereinigung der Deutschen Arbeitgeberverbände e.V."],"date":["2015-11-26"],"summary":["Completing EMU"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-7749519702-29","ec-person-48f31156d932641826e09f5b73f074d35ff05786"]}} -{"id":"ec-meeting-2015-11-26-4647008ff4871851c2642cbe3549cfcba1394066","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-26 - Cabinet of Commissioner Marianne Thyssen x Koninklijke Federatie van Belgische Transporteurs en Logistieke Dienstverleners - Fédération Royale Belge des Transporteurs et des Prestataires de Services Logistiques"],"date":["2015-11-26"],"summary":["Labour mobility"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["eu-tr-28848847958-29","ec-person-7567514af00f139b390cf9864d28a090ca0fde25"]}} -{"id":"ec-meeting-2015-11-26-4d7103f200c8f141560436949bb4fd48fd7a56bd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-26 - Cabinet of Vice-President Maroš Šefčovič x European Round Table for Industry"],"date":["2015-11-26"],"summary":["State of the Energy Union"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-2be517b9261a91f2f07e05ec14c6331980e9716e","eu-tr-25487567824-45"]}} -{"id":"ec-meeting-2015-11-26-6489f3fa314d8973b18f9d35af9e33086c56ab00","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-26 - Cabinet of Commissioner Carlos Moedas x MCKINSEY & COMPANY SL"],"date":["2015-11-26"],"summary":["European Innovation policies"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["eu-tr-478881217865-41","ec-person-fb56329c22510c66ab50a8bdba13230bdae32902"]}} -{"id":"ec-meeting-2015-11-26-64a3233890bf69a6bdc05d1d111105aaa73a8b83","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-26 - Cabinet of Commissioner Věra Jourová x European Leagues"],"date":["2015-11-26"],"summary":["Digital single market issues"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-a2ca9161feee56909a0e98b473c2d342c20fdb57","eu-tr-400815519771-38"]}} -{"id":"ec-meeting-2015-11-26-7ecc455f5c9c19eb452891f5d0106ac240e6040e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-26 - Cabinet of Vice-President Jyrki Katainen x The German Marshall Fund of the United States - The Transatlantic Foundation"],"date":["2015-11-26"],"summary":["Brussels Forum"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-7c9460f99c5872dbdc561f5752401c870d12e98b","eu-tr-823171519707-31"]}} -{"id":"ec-meeting-2015-11-26-88b767792ea1aa58edd363fa6214c147c807f4a7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-26 - Cabinet of Commissioner Věra Jourová x The European Azerbaijan Society - Brussels and Benelux office"],"date":["2015-11-26"],"summary":["Justice Cooperation with Azerbaijan"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["eu-tr-163313114609-84","ec-person-f329292459cb1badb7fb7c6b67b698c441931bb2"]}} -{"id":"ec-meeting-2015-11-26-8cfba5c2ccf50ec9d0a378fbf0b2b490d68a0a80","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-26 - Maritime Affairs and Fisheries x Organizacion de Productores Pesqueros nº 43 ANACEF"],"date":["2015-11-26"],"summary":["EU Fishery Agreement with Mauritania"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-mare"],"involved":["ec-person-a7b4b8418268a6d6c196b5e45f606fc92acbdb8c","eu-tr-528600919264-65"]}} -{"id":"ec-meeting-2015-11-26-b3493bc009a60dbcd7d261bd027457b2641881f6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-26 - Cabinet of Vice-President Andrus Ansip x Union of European Football Associations European Olympic Committees EU Office Ligue de Football Professionnel Association of Commercial Television and Video on Demand Services in Europe Sports Rights Owners' Coalition EBU-UER (European Broadcasting Union)"],"date":["2015-11-26"],"summary":["Copyright reform, portability, fight against piracy"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-380093418048-20","ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45","eu-tr-827752410362-51","eu-tr-93288301615-56","eu-tr-39217046408-27","eu-tr-422544515758-37","eu-tr-18574111503-28"]}} -{"id":"ec-meeting-2015-11-26-c41780cac3bface465d241fe4da72c7ead13ca5e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-26 - Employment, Social Affairs and Inclusion x YouSpace"],"date":["2015-11-26"],"summary":["Rendre les études scientifiques/techniques et spatiales plus attractives et promouvoir un rapprochement entre les universités et les entreprises du secteur"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-empl"],"involved":["eu-tr-575842119687-41","ec-person-0d8ce1c547b8ca99decd25740ba12e2c0866a2fd"]}} -{"id":"ec-meeting-2015-11-26-e4194db4420adbe2c26cec8ae09164e38c67b1b0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-26 - Cabinet of Commissioner Vytenis Andriukaitis x European Public Health Alliance"],"date":["2015-11-26"],"summary":["AMR"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-059ca943fc5fc696d2a97849c635ddf7b6ab7fd7","eu-tr-18941013532-08"]}} -{"id":"ec-meeting-2015-11-26-f104cb1bf2c52b8e81fcc3cf78a5e8f5c9a4faac","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-26 - Cabinet of Commissioner Tibor Navracsics x Union of European Football Associations European Olympic Committees EU Office Association of Commercial Television and Video on Demand Services in Europe Sports Rights Owners' Coalition EBU-UER (European Broadcasting Union) European Leagues"],"date":["2015-11-26"],"summary":["Digital Single Market"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-dc2e0fed0fdf39a6a3f3ad63355c5215599de9d1","eu-tr-827752410362-51","eu-tr-400815519771-38","eu-tr-93288301615-56","eu-tr-39217046408-27","eu-tr-422544515758-37","eu-tr-18574111503-28"]}} -{"id":"ec-meeting-2015-11-26-f8d2c43f70903d91f60c9079aa7e27374faca18a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-26 - Environment x International Association of Oil & Gas Producers Europe"],"date":["2015-11-26"],"summary":["Hydrocarbons BREF"],"location":["Bruxelles"],"address":["Bruxelles"],"addressEntity":["addr-b58f5927b66d94a676970dc048485d4c6848f272"],"organizer":["ec-dg-env"],"involved":["eu-tr-3954187491-70","ec-person-3bc74ce04ea3f4ab4d91a5c88eef25b8b8a213b4"]}} -{"id":"ec-meeting-2015-11-27-19c419ef900ce34191cc38e77b3c2fc5d55feb08","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-27 - Mobility and Transport x UNIFE"],"date":["2015-11-27"],"summary":["4th Railway Package, Shift2Rail, Horizon 2020"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-move"],"involved":["eu-tr-9624415524-28","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2015-11-27-3b418b6666da66948b737966e5e3df9f093cc6f6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-27 - Cabinet of Vice-President Miguel Arias Cañete x ENEL SpA"],"date":["2015-11-27"],"summary":["Internal Energy Market"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd","eu-tr-6256831207-27"]}} -{"id":"ec-meeting-2015-11-27-3f32726145c3cf5d4bb4309a878d8968cba65843","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-27 - Cabinet of Vice-President Miguel Arias Cañete x ACCIONA, S.A."],"date":["2015-11-27"],"summary":["Annual congress on renewable energies (by Acciona)"],"notes":["Portfolio: Climate Action & Energy"],"location":["Sevilla, Spain"],"address":["Sevilla, Spain"],"addressEntity":["addr-185f08deb90ee223a40258aeb5e1730cf44d5818"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-451019811573-55","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd"]}} -{"id":"ec-meeting-2015-11-27-47c9d9a695f6fac1b4a29dee994c41d3e2d766a3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-27 - Cabinet of Vice-President Valdis Dombrovskis x SGI Europe"],"date":["2015-11-27"],"summary":["Discussion focused on the European Semester, namely the implementation of structural reforms; Five Presidents' report, in particular Competitiveness Boards and organisation/timings of the Tripartite Social Summit"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-1f98d05bdaed2c40396781b1eb7b0aa47cb8dd20","eu-tr-59513031434-92","ec-person-a9eda2e8ea54b70a968327672c6cada679d3cd56"]}} -{"id":"ec-meeting-2015-11-27-5b8a135599da768e7e21cae21f1639c825d0a8d4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-27 - Cabinet of Vice-President Jyrki Katainen x Biogen Inc. CELGENE"],"date":["2015-11-27"],"summary":["Biopharmaceutical industry's contribution to jobs and growth"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-37955905654-37","ec-person-0da85dc48012e26688310a59a0b51727ea68f410","eu-tr-966165310889-60"]}} -{"id":"ec-meeting-2015-11-27-767580c3eb52d5cc34e47a189eede5f5b6a0832e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-27 - Günther Oettinger x Siemens AG"],"date":["2015-11-27"],"summary":["introductory meeting"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-4cd59e13386e3b68ecb3611fcc579e0a0a3938a5","eu-tr-4266797770-31"]}} -{"id":"ec-meeting-2015-11-27-76769cfe0c281dc8a843e4b27517a1220e57e80b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-27 - Cabinet of President Jean-Claude Juncker x European Banking Federation"],"date":["2015-11-27"],"summary":["Speech \"One year on – stock-taking and next steps for Financial Services\" at EBF Financial Fridays Conference"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-4722660838-23","ec-person-c402e34a99fbee730ae22e3b1958e21c94dc6fcc"]}} -{"id":"ec-meeting-2015-11-27-82593451a7ea3deea94aec9794369516a564344c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-27 - Cabinet of Vice-President Andrus Ansip x EuroCommerce"],"date":["2015-11-27"],"summary":["Digital contracts"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-d5a309c64ecdb05010325dcfc661f6ae817f31cc","eu-tr-84973761187-60","ec-person-91ca0921c6790191daa54427311acd63035e7c9e"]}} -{"id":"ec-meeting-2015-11-27-8c17afc3d584d9e1162a616a8e53d0ddaa51bf81","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-27 - Cabinet of Commissioner Věra Jourová x EuroCommerce European Multi-channel and Online Trade Association BUSINESSEUROPE Ecommerce Europe"],"date":["2015-11-27"],"summary":["Digital Single Market: digital contracts proposal"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["eu-tr-84973761187-60","eu-tr-867433111414-11","eu-tr-3978240953-79","ec-person-ff9ad301b778d595651cc4c46ec3a4cf1ef10376","eu-tr-11251212351-96","ec-person-184e698af1eb9e33b179680570ca171d8cb31c94"]}} -{"id":"ec-meeting-2015-11-27-a701d796858a1fcd1d5d10a142f7339fb1977aaa","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-27 - Cabinet of Vice-President Valdis Dombrovskis x RB Rail AS"],"date":["2015-11-27"],"summary":["Discussion focused on the Rail Baltica project - future of the project and perspective to advance economic cooperation between the Baltic states;"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-a9eda2e8ea54b70a968327672c6cada679d3cd56","eu-tr-781539719605-15"]}} -{"id":"ec-meeting-2015-11-27-b9723cd106b956d0eb5b0afe77868953fb4cedc1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-27 - Cabinet of Commissioner Jonathan Hill x Universities Superannuation Scheme Ltd"],"date":["2015-11-27"],"summary":["Investment, securitazation, IORPs"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["London"],"address":["London"],"addressEntity":["addr-4c57f0c88d9844630327623633ce269cf826ab99"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["eu-tr-483830019470-76","ec-person-f247edfcff54d4f26fc10769f809c92bc72d6797"]}} -{"id":"ec-meeting-2015-11-27-d61ff6a48aab34f8ff94a5e116e3edc24b6de85a","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2015-11-27 - Cabinet of Commissioner Christos Stylianides x Médecins Sans Frontières"],"date":["2015-11-27"],"summary":["Humaintarian aid","International Humanitarian Law"],"notes":["Portfolio: Humanitarian Aid & Crisis Management"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-christos-commissioner-of-stylianides"],"involved":["eu-tr-38497857515-11","ec-person-cdd689bd079714522dad472ea4446b0fcc660d8f"]}} -{"id":"ec-meeting-2015-11-27-d830ca7b59537350ce93089aa9a7b84723f3c8fe","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-27 - Cabinet of Commissioner Phil Hogan x Irish Creamery Milk Suppliers Association"],"date":["2015-11-27"],"summary":["Agriculture Issues"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Limerick"],"address":["Limerick"],"addressEntity":["addr-a607d3a222d69852bae90e4099823dc34ae393ed"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-a1a78365cc4685b0958056646204977d8f2ead92","eu-tr-58690875697-56"]}} -{"id":"ec-meeting-2015-11-27-edce2e03af67988d054c24d6c81917d5ae250f5c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-27 - Cabinet of Commissioner Jonathan Hill x Invest Europe"],"date":["2015-11-27"],"summary":["Round Table on Venture Capital"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["London"],"address":["London"],"addressEntity":["addr-4c57f0c88d9844630327623633ce269cf826ab99"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["ec-person-f247edfcff54d4f26fc10769f809c92bc72d6797","eu-tr-60975211600-74"]}} -{"id":"ec-meeting-2015-11-30-2ebfa1cf928c5bf4de60b5e56ccb26b536e01d37","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-30 - Cabinet of President Jean-Claude Juncker x BNP PARIBAS"],"date":["2015-11-30"],"summary":["Règlementation bancaire"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-c402e34a99fbee730ae22e3b1958e21c94dc6fcc","eu-tr-78787381113-69"]}} -{"id":"ec-meeting-2015-11-30-32bafa39680f318896ee9dc97ade0383317b7944","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-30 - Energy x Danfoss A/S European Alliance to Save Energy"],"date":["2015-11-30"],"summary":["Energy Efficiency"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-212432414885-94","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e","eu-tr-37816636575-51"]}} -{"id":"ec-meeting-2015-11-30-3e0d3692a4985bbd09a282e74d9b5db62b3fbfc2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-30 - Cabinet of Vice-President Kristalina Georgieva x Airbus"],"date":["2015-11-30"],"summary":["Management of agencies"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-georgieva-kristalina-of-president-vice"],"involved":["ec-person-9252bff7737d664ef1c2c591fcae56caf6e880eb","eu-tr-2732167674-76"]}} -{"id":"ec-meeting-2015-11-30-492b8bca184e45e281f5f7c822b4664b979c5f80","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-30 - Cabinet of President Jean-Claude Juncker x Fédération bancaire française"],"date":["2015-11-30"],"summary":["Règlementation bancaire"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-c402e34a99fbee730ae22e3b1958e21c94dc6fcc","eu-tr-09245221105-30"]}} -{"id":"ec-meeting-2015-11-30-4db1025865fa24d18583acf650297499e7a2180d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-30 - Mobility and Transport x Bundesverband der Deutschen Luftverkehrswirtschaft e. V."],"date":["2015-11-30"],"summary":["aviation strategy for Europe"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-move"],"involved":["eu-tr-76163986870-10","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2015-11-30-643bd846f81ff262cc569cd8e2e792e2121512cb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-30 - Cabinet of Vice-President Andrus Ansip x Google"],"date":["2015-11-30"],"summary":["platforms, copyright, data protection, AVMSD"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-03181945560-59","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45","ec-person-91ca0921c6790191daa54427311acd63035e7c9e"]}} -{"id":"ec-meeting-2015-11-30-87f3118082121ee901a3b023e284e864dbbf1f31","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-30 - Cabinet of Vice-President Andrus Ansip x The Danish Chamber of Commerce"],"date":["2015-11-30"],"summary":["Geo-blocking"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-0330934426-12","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45"]}} -{"id":"ec-meeting-2015-11-30-8ce427aae77d3c3b485ad3ce778c386db1af36ad","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-30 - Cabinet of Vice-President Karmenu Vella x European Environmental Bureau"],"date":["2015-11-30"],"summary":["Circular Economy, Eastern Partnership Countries, Relations with NGOs"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["eu-tr-06798511314-27","ec-person-0e3efd8bc1c3ee9a80205d0bb78f316fa1621e5d"]}} -{"id":"ec-meeting-2015-11-30-a10c351655f2bbf420ebd4ab00bb39e25f4f3c57","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-30 - Cabinet of Vice-President Cecilia Malmström x Heineken N.V."],"date":["2015-11-30"],"summary":["Modernization of Mexico Agreement"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-827688315793-86","ec-person-98880f3f4206145e196013db9dd806a551c11e06"]}} -{"id":"ec-meeting-2015-11-30-a6a5ca73c275e70c700f032b0c0a7ecaf5297cef","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-30 - Cabinet of Vice-President Miguel Arias Cañete x The European Steel Association"],"date":["2015-11-30"],"summary":["Circular Economy"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-93038071152-83","ec-person-95f883d5d0d484088f26191a8fea8553d674dfbe"]}} -{"id":"ec-meeting-2015-11-30-c198718c5fa77e568d20f70d134660bdb2f7c2bc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-30 - Günther Oettinger x Intel Corporation"],"date":["2015-11-30"],"summary":["Broadband, 5G"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0","eu-tr-7459401905-60"]}} -{"id":"ec-meeting-2015-11-30-c26e5b12420685a7c4d5f9d03bf61e8ab693848b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-30 - Cabinet of Commissioner Věra Jourová x Symantec Corporation"],"date":["2015-11-30"],"summary":["GDPR"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-f329292459cb1badb7fb7c6b67b698c441931bb2","eu-tr-3612325809-89"]}} -{"id":"ec-meeting-2015-11-30-c7ca7e6ee02e63c1dbe30fd5d9936cde22bc60d6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-30 - Cabinet of First Vice-President Frans Timmermans x Green 10"],"date":["2015-11-30"],"summary":["Circular Economy Package"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["ec-person-966667b73d92624be9bb019c2baab7e52331b3d3","eu-tr-70309834043-10"]}} -{"id":"ec-meeting-2015-11-30-cdc57942f4b2803fa3f60985ee8fb13525a9be72","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-30 - Günther Oettinger x Europeana Foundation"],"date":["2015-11-30"],"summary":["Europeana budget"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-770007812381-96","ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0"]}} -{"id":"ec-meeting-2015-11-30-f0264f6ed2775a9c1b31fb04b4e9c7904e54939a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-30 - Cabinet of Commissioner Violeta Bulc x Brussels Airlines SA/NV"],"date":["2015-11-30"],"summary":["aviation"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-931701916057-36","ec-person-5012c5e45a52ee8ce67d19c1781a127af53e73e7"]}} -{"id":"ec-meeting-2015-11-30-f613a069ea0b58f5860b1156d75dfafe31b76b5c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-11-30 - Cabinet of Vice-President Cecilia Malmström x Chambre de commerce et d'industrie de région Paris Ile-de-France"],"date":["2015-11-30"],"summary":["TTIP and EU trade and investment policy"],"notes":["Portfolio: Trade"],"location":["Paris"],"address":["Paris"],"addressEntity":["addr-22390ad11c32faec43fc61555b53607660b3c185"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-19b143e83f8ab978c55c8a9a9e49e06dbfa14bf3","eu-tr-93699614732-82"]}} -{"id":"ec-meeting-2015-12-01-00ad10abc634449ee46743e2cf1ae6c0736ef109","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-01 - Cabinet of Commissioner Jonathan Hill x OXFAM INTERNATIONAL EU ADVOCACY OFFICE"],"date":["2015-12-01"],"summary":["Introduction meeting/Markets in Financial Instruments Directive"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["London"],"address":["London"],"addressEntity":["addr-4c57f0c88d9844630327623633ce269cf826ab99"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["eu-tr-46856801604-90","ec-person-f247edfcff54d4f26fc10769f809c92bc72d6797"]}} -{"id":"ec-meeting-2015-12-01-19e1b9239ab270ad80d7db7109133b583af95156","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-01 - Cabinet of High Representative / Vice-President Federica Mogherini x Associazione Bancaria Italiana"],"date":["2015-12-01"],"summary":["Banquing Union"],"notes":["Portfolio: Foreign Affairs and Security Policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"involved":["eu-tr-915519211566-03","ec-person-0d87d503aa00db1df141f3b1bfea3e0ccb43ece9"]}} -{"id":"ec-meeting-2015-12-01-2c4fa3f29feee02fe9b51d74a58f11ac8ba5facc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-01 - Günther Oettinger x DIGITALEUROPE"],"date":["2015-12-01"],"summary":["Safe Harbour"],"location":["Bruxelles"],"address":["Bruxelles"],"addressEntity":["addr-b58f5927b66d94a676970dc048485d4c6848f272"],"organizer":["ec-dg-de"],"involved":["eu-tr-64270747023-20","ec-person-5652698e8f7b4a189329e67fddbaff44dbe8658c"]}} -{"id":"ec-meeting-2015-12-01-2d15767a068a14a33bb9bad71625811eb239b99d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-01 - Cabinet of Vice-President Andrus Ansip x Reed MIDEM SAS"],"date":["2015-12-01"],"summary":["Midem 2016"],"notes":["Portfolio: Digital Single Market"],"location":["Paris"],"address":["Paris"],"addressEntity":["addr-22390ad11c32faec43fc61555b53607660b3c185"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-481291319443-52","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45"]}} -{"id":"ec-meeting-2015-12-01-3044f6f9d45705352b18b931d68774a4dc14595f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-01 - Cabinet of Vice-President Cecilia Malmström x Deutscher Gewerkschaftsbund"],"date":["2015-12-01"],"summary":["Anti-dumping solar panels"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-07595112423-87","ec-person-98880f3f4206145e196013db9dd806a551c11e06"]}} -{"id":"ec-meeting-2015-12-01-35f2e62b7c143766b08e321b07ec03f1756bba1c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-01 - Günther Oettinger x Salesforce"],"date":["2015-12-01"],"summary":["DSM"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-4cd59e13386e3b68ecb3611fcc579e0a0a3938a5","eu-tr-991195317279-06"]}} -{"id":"ec-meeting-2015-12-01-3d13d38054b49f84f9ac6df24a1ff2eee8c3b8b8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-01 - Cabinet of Commissioner Věra Jourová x Transatlantic Institute"],"date":["2015-12-01"],"summary":["Online hate speech and the IT platform"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["eu-tr-95713206856-14","ec-person-1e0e3a00ab815dea7c5b839b002ed2c7e34bfe0a"]}} -{"id":"ec-meeting-2015-12-01-3d76a390247981659ba4c1eb579ac09725119f19","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-01 - Günther Oettinger x Deutsche Messe AG"],"date":["2015-12-01"],"summary":["Digitisation of Industry"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-c6cae64cc7dc787b66a47ab1613d3e922875b971","eu-tr-55535346410-37"]}} -{"id":"ec-meeting-2015-12-01-49b2dcd60e111d0bcd0731fe2606cc9857607647","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-01 - Competition x SGI Europe"],"date":["2015-12-01"],"summary":["To make acquaintance and to review competition policy trends"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-comp"],"involved":["ec-person-8600a621c9aef12fc33b708e13b3cd3d5fa5696b","eu-tr-59513031434-92"]}} -{"id":"ec-meeting-2015-12-01-4a00e1228b4bba5468820df05ab6059a033b191e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-01 - Cabinet of Vice-President Karmenu Vella x EUROPEAN TRADE UNION CONFEDERATION"],"date":["2015-12-01"],"summary":["Circular Economy, Air Quality"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["eu-tr-06698681039-26","ec-person-0e3efd8bc1c3ee9a80205d0bb78f316fa1621e5d"]}} -{"id":"ec-meeting-2015-12-01-57374f0f12b6a58bb6c150465018dc4b4511880f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-01 - Cabinet of Commissioner Carlos Moedas x consortium of CERN and large European national laboratories with accelerator driven research infrastructures and major detector development effort"],"date":["2015-12-01"],"summary":["Support for innovation"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-b8d49828915f9008e764a78796d47ea00807a658","ec-person-2b4bb0b28e7435e5f612e44d9664dbd1051efc55","eu-tr-44454059960-64"]}} -{"id":"ec-meeting-2015-12-01-57e6a093370314cbce437727f3f60dd0445f4919","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-01 - Cabinet of Vice-President Andrus Ansip x Salesforce"],"date":["2015-12-01"],"summary":["DSM strategy"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-5db7bdd1c81da2e70eb5b982097d0004111b5c3e","eu-tr-991195317279-06","ec-person-91ca0921c6790191daa54427311acd63035e7c9e"]}} -{"id":"ec-meeting-2015-12-01-584af3ed6f7ec43da8340871b873e67d569c7f0c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-01 - Cabinet of Commissioner Jonathan Hill x TheCityUK"],"date":["2015-12-01"],"summary":["Financial Services"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["London"],"address":["London"],"addressEntity":["addr-4c57f0c88d9844630327623633ce269cf826ab99"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["eu-tr-237922911665-25","ec-person-f247edfcff54d4f26fc10769f809c92bc72d6797"]}} -{"id":"ec-meeting-2015-12-01-693b98ad41346f55e4e95c1b1329dbc66525dbce","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-01 - Cabinet of President Jean-Claude Juncker x Centre for European Reform"],"date":["2015-12-01"],"summary":["Five Presidents' Report, British question"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-524976815651-12","ec-person-80c6995ad1cd6aefa72f1bf440b17b6d8c6dd4b8"]}} -{"id":"ec-meeting-2015-12-01-69efd6e0cf7f71f13906d875812d7171d17573a5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-01 - Cabinet of Commissioner Elżbieta Bieńkowska x SpaceY"],"date":["2015-12-01"],"summary":["Statut des activites EC au sujet de la Strategie Spatiale - statut des activtités Galileo Services liees à cette initiative"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["ec-person-685ecf13dd26cd515c961e24ba71049af2302c5e","eu-tr-864636618893-67"]}} -{"id":"ec-meeting-2015-12-01-6b538db53c99351094b975ce299a58e86dd5dc3e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-01 - Cabinet of Vice-President Karmenu Vella x Eurogroup for Animals"],"date":["2015-12-01"],"summary":["Animal Testing, Invasive Alien Species"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["eu-tr-6809935493-49","ec-person-0e3efd8bc1c3ee9a80205d0bb78f316fa1621e5d"]}} -{"id":"ec-meeting-2015-12-01-80bb1b6ac35fc0ae75d49dfcc7997fa281556d17","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-01 - Cabinet of Vice-President Miguel Arias Cañete x Transport and Environment (European Federation for Transport and Environment)"],"date":["2015-12-01"],"summary":["Decarbonisation of road transport"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-58744833263-19","ec-person-25a937c04cd0a0ddcf5cf34798e76b5105854114"]}} -{"id":"ec-meeting-2015-12-01-8a7e191854352cc6e7a6c3eb3df1e566405eae2e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-01 - Cabinet of Commissioner Jonathan Hill x Barclays PLC"],"date":["2015-12-01"],"summary":["Introduction meeting"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["London"],"address":["London"],"addressEntity":["addr-4c57f0c88d9844630327623633ce269cf826ab99"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["eu-tr-72390466359-39","ec-person-f247edfcff54d4f26fc10769f809c92bc72d6797"]}} -{"id":"ec-meeting-2015-12-01-99bc0f758e9a74bf077247554ebb504ea96b09f9","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2015-12-01 - Günther Oettinger x Telekom Austria AG"],"date":["2015-12-01"],"summary":["DSM"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-d8b86b98a24683917c569000ed6d8c45bedbbc00","ec-person-c6cae64cc7dc787b66a47ab1613d3e922875b971","eu-tr-99255639490-47"]}} -{"id":"ec-meeting-2015-12-01-9b063c9a9da85e6558974672656ec3658e950508","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-01 - Mobility and Transport x ASSOCIATION OF EUROPEAN AIRLINES"],"date":["2015-12-01"],"summary":["Aviation Strategy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-move"],"involved":["eu-tr-78089286892-19","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2015-12-01-9eb7953aec5ef6ea543595ac33688d0e462802e8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-01 - Energy x ExxonMobil Petroleum & Chemical"],"date":["2015-12-01"],"summary":["European gas markets"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["ec-person-6997149120ce5129e38febe5275dc8fd03232d2e","eu-tr-0745650927-75"]}} -{"id":"ec-meeting-2015-12-01-a7417c02f3bf39129115658be7a2a761f1eaa7ff","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-01 - Cabinet of Commissioner Elżbieta Bieńkowska x ASD-Eurospace"],"date":["2015-12-01"],"summary":["Space issues"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brusssels"],"address":["Brusssels"],"addressEntity":["addr-d87e4e3908f82473ed813ca5f132993797b061f4"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["ec-person-d2997a7f359c91a337055c3e24dd36bf928de38d","eu-tr-873508417106-05","ec-person-95a769a1850d7d595f9a5853c51dcbdd3ddd69fb","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2015-12-01-b7bd3d808e493102867623e0b73264daaf48537f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-01 - Mobility and Transport x DFS Deutsche Flugsicherung GmbH"],"date":["2015-12-01"],"summary":["ATM performence"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-move"],"involved":["eu-tr-80667711712-64","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2015-12-01-c602b6363b1488011e1060d193a6cf36584f331a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-01 - Cabinet of Commissioner Carlos Moedas x SwissCore, Contact Office for European Research, Innovation and Education"],"date":["2015-12-01"],"summary":["Research and innovation priorities"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-b8d49828915f9008e764a78796d47ea00807a658","eu-tr-94320538514-40"]}} -{"id":"ec-meeting-2015-12-01-ccdbc32e222d2adc02450eed59d0f17f8d7b60b8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-01 - Günther Oettinger x ARD-Verbindungsbüro Brüssel"],"date":["2015-12-01"],"summary":["AVMSD"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-6774178922-55","ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0"]}} -{"id":"ec-meeting-2015-12-01-d50ee45c4fc7eb737ea4dc69236d229ab8fd32cf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-01 - Cabinet of Vice-President Andrus Ansip x Société des auteurs et compositeurs dramatiques"],"date":["2015-12-01"],"summary":["Copyright"],"notes":["Portfolio: Digital Single Market"],"location":["Paris"],"address":["Paris"],"addressEntity":["addr-22390ad11c32faec43fc61555b53607660b3c185"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-e91c5be432b6b3efdda369792fed67c20b767a45","eu-tr-29364773893-19"]}} -{"id":"ec-meeting-2015-12-01-dd61d75b7f2aff578d27a873268a2e2622e779f4","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2015-12-01 - Cabinet of Commissioner Elżbieta Bieńkowska x Cosmetics Europe"],"date":["2015-12-01"],"summary":["Regulations Cosmetics Industry","1)\tThe Contribution of the Cosmetics Sector to the European Economy, and the role of SMEs; better regulation; TTIP"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-83575061669-96","ec-person-95a769a1850d7d595f9a5853c51dcbdd3ddd69fb","ec-person-3d55409fa049ff6b397a9afc2fcc21bc7c409f0d"]}} -{"id":"ec-meeting-2015-12-02-0438aff78b3fffcc3378d4a61625b6e1097b2c4e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-02 - Cabinet of Vice-President Andrus Ansip x QUALCOMM Incorporated"],"date":["2015-12-02"],"summary":["DSM"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-00358442856-45","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45"]}} -{"id":"ec-meeting-2015-12-02-0c45f2196d46f6532688523ec11f5ddfc3a3e1ff","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-02 - Cabinet of Vice-President Kristalina Georgieva x SALESAS TRES CENTRO DE ESTUDIOS"],"date":["2015-12-02"],"summary":["Daniel Giorev & Dessislava Velinova meet Jim O'Brien of Albright Stonebridge Group to hear views on investments in the telecoms sector in Bulgaria"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-georgieva-kristalina-of-president-vice"],"involved":["eu-tr-400183910694-08","ec-person-5b978a1c2dc2d04115a2c0365fb51e3d80bad509"]}} -{"id":"ec-meeting-2015-12-02-17f55556d379711cda1922546b633c7b26ea8f18","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-02 - Günther Oettinger x European Publishers Council"],"date":["2015-12-02"],"summary":["copyright"],"location":["BXL"],"address":["BXL"],"addressEntity":["addr-d2fde52f67ea4a3e1fe233d0a959d6a1c77fd910"],"organizer":["ec-dg-de"],"involved":["eu-tr-4456380381-30","ec-person-49723482bb23d029cbfc010cb37eec7392a0ae02"]}} -{"id":"ec-meeting-2015-12-02-1b9a09610d022dcb90769c1a9e8e8b8de4a982b8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-02 - Cabinet of Vice-President Jyrki Katainen x Finavia Corporation Miltton Europe"],"date":["2015-12-02"],"summary":["Aviation package"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-7c9460f99c5872dbdc561f5752401c870d12e98b","eu-tr-60334418925-95","eu-tr-245377319023-40"]}} -{"id":"ec-meeting-2015-12-02-1dc53ee86a29c2f664d5abd823aac4effcc73179","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-02 - Cabinet of Vice-President Andrus Ansip x Tripadvisor LLC"],"date":["2015-12-02"],"summary":["DSM"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-948122819643-45","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45"]}} -{"id":"ec-meeting-2015-12-02-211d7c83f9db081058010eb1e159d7e740a6b84e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-02 - Cabinet of Commissioner Elżbieta Bieńkowska x Lufthansa Group"],"date":["2015-12-02"],"summary":["Aviation Package"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-0714344663-32","ec-person-6cd920669457898c6304ed6a599a852d84518227"]}} -{"id":"ec-meeting-2015-12-02-22d62bded3255de664d027f8ac84dffa4ff6eced","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-02 - Günther Oettinger x Google"],"date":["2015-12-02"],"summary":["Digital skills"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-03181945560-59","ec-person-c6cae64cc7dc787b66a47ab1613d3e922875b971"]}} -{"id":"ec-meeting-2015-12-02-28b69abc58d7ab4c6f5f12178eecea92cfc39f11","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-02 - Cabinet of Commissioner Carlos Moedas x SpaceY"],"date":["2015-12-02"],"summary":["Space strategy"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-b46c76b734a9bd8b8b7938e33fdd7b8cc6b6956a","ec-person-b8d49828915f9008e764a78796d47ea00807a658","eu-tr-864636618893-67"]}} -{"id":"ec-meeting-2015-12-02-3e8fc7b48e9ceb764daaf233c16d95a78da784a6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-02 - Communications Networks, Content and Technology x European Publishers Council"],"date":["2015-12-02"],"summary":["AVMSD"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-4456380381-30","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2015-12-02-4b4a22ee3431150c0ba27d3fa2eab768606f8420","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-02 - Cabinet of Vice-President Jyrki Katainen x Alstom"],"date":["2015-12-02"],"summary":["Investment plan EU"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-3775b7be791f90ed462b9071c9ae596b80d71bca","eu-tr-43284012043-03"]}} -{"id":"ec-meeting-2015-12-02-4b79ae3ec472a15924bdb2e395f6c67fba67a955","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-02 - Cabinet of Vice-President Miguel Arias Cañete x Bundesverband Neue Energiewirtschaft e.V. / Association of Energy Market Innovators"],"date":["2015-12-02"],"summary":["Market Design"],"notes":["Portfolio: Climate Action & Energy"],"location":["BERLAYMONT 8th floor"],"address":["BERLAYMONT 8th floor"],"addressEntity":["addr-1a032a70c8512db7223455035056cbe5235beae5"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-1831691c10441c5974327bbeb8693d6b6c1e50c3","eu-tr-3394645201-03"]}} -{"id":"ec-meeting-2015-12-02-4d24e0acfb368cdbfef48a3882b524bff0eb6634","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-02 - Günther Oettinger x JPMorgan Chase & Co."],"date":["2015-12-02"],"summary":["Cybersecurity"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-5652698e8f7b4a189329e67fddbaff44dbe8658c","eu-tr-9171899949-17"]}} -{"id":"ec-meeting-2015-12-02-4d3d00a51a81b8f129e09d5d641c79cd42bdaeb9","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2015-12-02 - Cabinet of Commissioner Phil Hogan x European Dairy Association aisbl"],"date":["2015-12-02"],"summary":["Business discussion","Dairy matters"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-400dd8d59d3060187d9b9b143d697da1a3d03c12","eu-tr-42967152383-63","ec-person-a1a78365cc4685b0958056646204977d8f2ead92"]}} -{"id":"ec-meeting-2015-12-02-4e83ed6fc9b4d02bda12a04ffdb2f88233f94fdc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-02 - Cabinet of Commissioner Tibor Navracsics x European Magazine Media Association Bundesverband Digitalpublisher und Zeitungsverleger European Newspaper Publishers' Association"],"date":["2015-12-02"],"summary":["Digital Single Market"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["eu-tr-201132116888-24","ec-person-49f31dad10f5641cb1d1e4c3107dd838389e8120","eu-tr-5950962136-12","eu-tr-37937886834-69"]}} -{"id":"ec-meeting-2015-12-02-56221ebe8d3d020d8a5ba19e2662cded18ced403","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-02 - Cabinet of Commissioner Jonathan Hill x Bureau Européen des Unions de Consommateurs"],"date":["2015-12-02"],"summary":["Discussions on Retail Green Paper"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["ec-person-03cf92829e273869bfbd8bbf4f1881dcd0848186","eu-tr-9505781573-45"]}} -{"id":"ec-meeting-2015-12-02-69571155f510c0b470c2ea845a8a30048245b7bb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-02 - Cabinet of Commissioner Vytenis Andriukaitis x NOVE Barilla Center for Food & Nutrition Foundation"],"date":["2015-12-02"],"summary":["Food waste"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-0dbfffeb0323f819c8d57164906086dd8639c437","eu-tr-522122412613-18","eu-tr-79628483345-37"]}} -{"id":"ec-meeting-2015-12-02-7a64904a26d5574e5d31d1bae480f528d2b1d332","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-02 - Günther Oettinger x EWE Aktiengesellschaft"],"date":["2015-12-02"],"summary":["digitisation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0","eu-tr-00741337988-18"]}} -{"id":"ec-meeting-2015-12-02-80f6a4a32f0d26615c9c1d2b5ab668abfe0a272a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-02 - Financial Stability, Financial Services and Capital Markets Union x ARCTURUS GROUP"],"date":["2015-12-02"],"summary":["The role of digital technologies within the creation of the capital markets union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-34100356706-23","ec-person-bdee7a93f95c8ef05079539170139b3c02e8ed96"]}} -{"id":"ec-meeting-2015-12-02-8dca147aa81dff9bbd8a04df681ccd9274252454","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-02 - Cabinet of Vice-President Karmenu Vella x European Network of Maritime Clusters"],"date":["2015-12-02"],"summary":["Blue Growth"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["eu-tr-458905915808-19","ec-person-2966d69fae0ea4e67f3f2df5a743cc766267d3c8"]}} -{"id":"ec-meeting-2015-12-02-95e4d089d9b752b222ed548fadeb59a8b483c869","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-02 - Informatics x Chamber of Commerce of the United States of America"],"date":["2015-12-02"],"summary":["Introductory meeting"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-digit"],"involved":["eu-tr-444722016787-61","ec-person-0098ceaf3507dfdf0d7f020be9785ac3453b4913"]}} -{"id":"ec-meeting-2015-12-02-a02c3e3cc0bf85a9d482ca653e0191f476726852","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-02 - Cabinet of Vice-President Jyrki Katainen x Wilfried Martens Centre for European Studies"],"date":["2015-12-02"],"summary":["Panel discussion on sharing Economy"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-0da85dc48012e26688310a59a0b51727ea68f410","eu-tr-865557816122-74"]}} -{"id":"ec-meeting-2015-12-02-aa3bfc826eefe22b6bab7966cb5b7da743c1150b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-02 - Günther Oettinger x Bitkom e.V."],"date":["2015-12-02"],"summary":["Telecom review"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-5351830264-31","ec-person-c6cae64cc7dc787b66a47ab1613d3e922875b971"]}} -{"id":"ec-meeting-2015-12-02-b788d4ba543f3bb840ea28a47e218f0cddeae769","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-02 - Taskforce on Article 50 negotiations with the United Kingdom x Centre for European Reform"],"date":["2015-12-02"],"summary":["UK Referendum"],"location":["London"],"address":["London"],"addressEntity":["addr-4c57f0c88d9844630327623633ce269cf826ab99"],"organizer":["ec-dg-tf50"],"involved":["eu-tr-524976815651-12","ec-person-ebad254ad157f20ffe76dada00bb408af413c89a"]}} -{"id":"ec-meeting-2015-12-02-b7b8c9a4b3e9f9e9ddb2159fa2b11328b06b9665","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-02 - Cabinet of Commissioner Jonathan Hill x Association des Banques et Banquiers, Luxembourg"],"date":["2015-12-02"],"summary":["Undertakings for Collective Investment in Transferable Securities Directive"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["eu-tr-3505006282-58","ec-person-f247edfcff54d4f26fc10769f809c92bc72d6797"]}} -{"id":"ec-meeting-2015-12-02-b7d340041d6b3d1cc655dd1124470888f03c7fff","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-02 - Employment, Social Affairs and Inclusion x None"],"date":["2015-12-02"],"summary":["Le statut d’économie de marché de la Chine."],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-empl"],"involved":["eu-tr-726584717191-62","eu-tr-19153965510-75","eu-tr-93038071152-83","eu-tr-62722978644-95","ec-person-0d8ce1c547b8ca99decd25740ba12e2c0866a2fd"]}} -{"id":"ec-meeting-2015-12-02-b8a0ddaadc3c9d15ecf5acb56115e8e84aaf0c74","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-02 - Cabinet of Commissioner Elżbieta Bieńkowska x Bureau Européen des Unions de Consommateurs"],"date":["2015-12-02"],"summary":["DSM"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["ec-person-685ecf13dd26cd515c961e24ba71049af2302c5e","eu-tr-9505781573-45"]}} -{"id":"ec-meeting-2015-12-02-ba7d7aef50df0b41d64e7fe7e3cf3d8592ff74f9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-02 - Cabinet of Vice-President Andrus Ansip x european competitive telecommunications association"],"date":["2015-12-02"],"summary":["Telco review"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-24627752238-32","ec-person-666bc159c7e65a3af9e63c1e97435c02f1496955"]}} -{"id":"ec-meeting-2015-12-02-c74be948c068bbfbacd94426d5ebafaec7959301","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-02 - Migration and Home Affairs x Zentralverband des Deutschen Handwerks e.V."],"date":["2015-12-02"],"summary":["Working Dinner on Refugee Crisis: Measures taken at EU level."],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-home"],"involved":["ec-person-ae1262e8850ed1e9a0530b0ad7440ac648255896","eu-tr-5189667783-94"]}} -{"id":"ec-meeting-2015-12-02-e2159514c6516cc9c354a93fc031a04f1d43a7ed","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-02 - Cabinet of Commissioner Marianne Thyssen x Confederation of Danish Employers"],"date":["2015-12-02"],"summary":["Posting of Workers"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["eu-tr-11503381325-76","ec-person-7567514af00f139b390cf9864d28a090ca0fde25"]}} -{"id":"ec-meeting-2015-12-02-e94f8d3bf6dad8d3b9ea8e3ef0c29abcf140584e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-02 - Cabinet of Commissioner Jonathan Hill x Independent Television PLC"],"date":["2015-12-02"],"summary":["Digital Single Market"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Belgium, Brussels, BERL"],"address":["Belgium, Brussels, BERL"],"addressEntity":["addr-afebf85a436897fe5234b2ac0d00a1ddc4c9dd27"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["ec-person-5fdb62e20cecef81f87f94d3d1bcdd3b47b26af0","eu-tr-978406813345-95"]}} -{"id":"ec-meeting-2015-12-02-ec5c7de22a98f8b38ee088923d1b6b549aa2a48a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-02 - Mobility and Transport x Neste Oyj"],"date":["2015-12-02"],"summary":["advanced biofuels"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-move"],"involved":["ec-person-26cdfacae671b09917bee1a91c91973941fa58a2","eu-tr-10257354120-19"]}} -{"id":"ec-meeting-2015-12-02-f4849cf25b1ddbfa5d18fb4ffbef6b4eeb9a8082","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-02 - Migration and Home Affairs x International Organization for Migration"],"date":["2015-12-02"],"summary":["Debrief on the Valletta Summit and High-Level Western Balkans Conference"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-home"],"involved":["ec-person-ae1262e8850ed1e9a0530b0ad7440ac648255896","eu-tr-14074813668-09"]}} -{"id":"ec-meeting-2015-12-02-f62b9fc64ff22feef603fd2e49388c3c09c5c897","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2015-12-02 - Günther Oettinger x European Publishers Council European Publishers Council"],"date":["2015-12-02"],"summary":["copyright"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-4cd59e13386e3b68ecb3611fcc579e0a0a3938a5","eu-tr-4456380381-30","ec-person-49723482bb23d029cbfc010cb37eec7392a0ae02"]}} -{"id":"ec-meeting-2015-12-03-0352467a145ce928e58add2f25ba6a234c5c6e41","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-03 - Cabinet of Commissioner Carlos Moedas x Teneo Brussels"],"date":["2015-12-03"],"summary":["Open Science"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["eu-tr-91124993695-29","ec-person-fb56329c22510c66ab50a8bdba13230bdae32902"]}} -{"id":"ec-meeting-2015-12-03-08c3427841bf9fc0e243c5056b78005c5136fbc8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-03 - Cabinet of First Vice-President Frans Timmermans x BASF SE"],"date":["2015-12-03"],"summary":["Business Europe CEO day"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-7410939793-88","ec-person-966667b73d92624be9bb019c2baab7e52331b3d3"]}} -{"id":"ec-meeting-2015-12-03-0e8897eb68e4e02c79f17df370006f049c69b6fe","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-03 - Cabinet of First Vice-President Frans Timmermans x Intel Corporation"],"date":["2015-12-03"],"summary":["Business Europe CEO day"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["ec-person-966667b73d92624be9bb019c2baab7e52331b3d3","eu-tr-7459401905-60"]}} -{"id":"ec-meeting-2015-12-03-14203ca7c221a9080173aa36c4ee2a6a452e61d0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-03 - Secretariat-General x Google"],"date":["2015-12-03"],"summary":["Business Europe CEO day"],"location":["Brussels - Belgium"],"address":["Brussels - Belgium"],"addressEntity":["addr-85d514873c3b55c68206168e47e9d4fc69799cc8"],"organizer":["ec-dg-sg"],"involved":["eu-tr-03181945560-59","ec-person-6aa97634438bb481caaf90d7277bdc0b062d44fb"]}} -{"id":"ec-meeting-2015-12-03-17d84d2c5a8b3749a4f5890326ff96d8785cd9b2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-03 - Cabinet of Commissioner Phil Hogan x European Chemical Industry Council"],"date":["2015-12-03"],"summary":["Business discussion"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-400dd8d59d3060187d9b9b143d697da1a3d03c12","eu-tr-64879142323-90"]}} -{"id":"ec-meeting-2015-12-03-1a235591cd0e4c475ebd00433d6b50f47dd53465","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-03 - Cabinet of Commissioner Jonathan Hill x Zentralverband des Deutschen Handwerks e.V."],"date":["2015-12-03"],"summary":["EDIS"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Belgium, Brussels, ZDH headquarters - Rue Jacques de Lalaing 4"],"address":["Belgium, Brussels, ZDH headquarters - Rue Jacques de Lalaing 4"],"addressEntity":["addr-2104194ebb94a2b6fe276dfa63d91d46e0213fdf"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["ec-person-f247edfcff54d4f26fc10769f809c92bc72d6797","eu-tr-5189667783-94"]}} -{"id":"ec-meeting-2015-12-03-1a9fce9780891c68286c614e4f444504f7df5da7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-03 - Cabinet of Vice-President Johannes Hahn x Konrad-Adenauer-Stiftung"],"date":["2015-12-03"],"summary":["situation of the Southern European Neighbourhood"],"notes":["Portfolio: European Neighbourhood Policy & Enlargement Negotiations"],"location":["Brussels - Belgium"],"address":["Brussels - Belgium"],"addressEntity":["addr-85d514873c3b55c68206168e47e9d4fc69799cc8"],"organizer":["ec-cabinet-hahn-johannes-of-president-vice"],"involved":["ec-person-ffbd1e8ac522a6bd1cdc4b724b9a4416b5d36034","eu-tr-2905437316-11"]}} -{"id":"ec-meeting-2015-12-03-1ae7e328d0c3ab5b8be6debc292568c5e233df84","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-03 - Günther Oettinger x Bundesverband deutscher Banken e.V."],"date":["2015-12-03"],"summary":["DSM"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0","eu-tr-0764199368-97"]}} -{"id":"ec-meeting-2015-12-03-22a8e1d26669f3da13ff0d6128781c4d68890d8a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-03 - Cabinet of First Vice-President Frans Timmermans x Equinor ASA"],"date":["2015-12-03"],"summary":["Business Europe CEO day"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["ec-person-966667b73d92624be9bb019c2baab7e52331b3d3","eu-tr-4447605981-76"]}} -{"id":"ec-meeting-2015-12-03-2405571fa51b2b5ea46cf2ebc11636c3bfa97892","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-03 - Secretariat-General x Bayer AG"],"date":["2015-12-03"],"summary":["Business Europe CEO day"],"location":["Brussels - Belgium"],"address":["Brussels - Belgium"],"addressEntity":["addr-85d514873c3b55c68206168e47e9d4fc69799cc8"],"organizer":["ec-dg-sg"],"involved":["eu-tr-3523776801-85","ec-person-6aa97634438bb481caaf90d7277bdc0b062d44fb"]}} -{"id":"ec-meeting-2015-12-03-2f750e116285e07e90b61117062bf0534f674bc6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-03 - Cabinet of President Jean-Claude Juncker x ELECTRICITE DE FRANCE"],"date":["2015-12-03"],"summary":["Energy Union"],"notes":["Portfolio: President"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-39966101835-69","ec-person-b1bf9aa5fb7e886441ff341b657cc482b64a2a3e"]}} -{"id":"ec-meeting-2015-12-03-32439945ac1ee539a02b51baf51491f8775f3cb0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-03 - Cabinet of Commissioner Elżbieta Bieńkowska x Intellectual Property Owners Association"],"date":["2015-12-03"],"summary":["Copyright & DSM"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["ec-person-685ecf13dd26cd515c961e24ba71049af2302c5e","eu-tr-75569863714-64"]}} -{"id":"ec-meeting-2015-12-03-3ab82e565ce73eee81e17b10a9234f6d3693edd2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-03 - Mobility and Transport x GETLINK"],"date":["2015-12-03"],"summary":["4th Railway Package"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-move"],"involved":["eu-tr-092337815041-92","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2015-12-03-441df412eed24145c56b50c490e8cefec3b03e01","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-03 - Secretariat-General x ArcelorMittal"],"date":["2015-12-03"],"summary":["Business Europe CEO day"],"location":["Brussels - Belgium"],"address":["Brussels - Belgium"],"addressEntity":["addr-85d514873c3b55c68206168e47e9d4fc69799cc8"],"organizer":["ec-dg-sg"],"involved":["eu-tr-23527541824-60","ec-person-6aa97634438bb481caaf90d7277bdc0b062d44fb"]}} -{"id":"ec-meeting-2015-12-03-47ac65b01e3bbc51e6926cc87d22ee7a6848c0f0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-03 - Cabinet of President Jean-Claude Juncker x European Policy Centre"],"date":["2015-12-03"],"summary":["1 year of the Juncker Commission"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-89632641000-47","ec-person-80c6995ad1cd6aefa72f1bf440b17b6d8c6dd4b8"]}} -{"id":"ec-meeting-2015-12-03-4917c450d83531ab8ba82685d6358115356308c6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-03 - Cabinet of First Vice-President Frans Timmermans x Lhoist"],"date":["2015-12-03"],"summary":["Business Europe CEO day"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-831342717161-85","ec-person-966667b73d92624be9bb019c2baab7e52331b3d3"]}} -{"id":"ec-meeting-2015-12-03-4d318cfbd99e201fc34ae5158bb95e43aa9e2fc3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-03 - Cabinet of Commissioner Carlos Moedas x Stiftelsen Entreprenörskapsforum"],"date":["2015-12-03"],"summary":["Presentation of the Entrepreneurial Code"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-f7ccc3ad366dd2fdb24870e1c02ff2763539c82f","ec-person-2b4bb0b28e7435e5f612e44d9664dbd1051efc55","eu-tr-884457019841-82"]}} -{"id":"ec-meeting-2015-12-03-4dbbd42bac6474d4c1ac7a2d1547c6cbd3292297","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-03 - Cabinet of Vice-President Cecilia Malmström x Human Rights Watch"],"date":["2015-12-03"],"summary":["Human rights situation in Asian countries"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-98880f3f4206145e196013db9dd806a551c11e06","ec-person-8529bbbc6db862f6b82d6fa66a7cf7668804dae7","eu-tr-56362448807-46"]}} -{"id":"ec-meeting-2015-12-03-55656d17fcdd176fab6d9f896f223d97a344dbd9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-03 - Cabinet of First Vice-President Frans Timmermans x Procter & Gamble"],"date":["2015-12-03"],"summary":["Business Europe CEO day"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-5519077766-10","ec-person-966667b73d92624be9bb019c2baab7e52331b3d3"]}} -{"id":"ec-meeting-2015-12-03-5a15a3961a90d8cbaee028bf4f1b33a44a04e01b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-03 - Cabinet of First Vice-President Frans Timmermans x Accenture PLC"],"date":["2015-12-03"],"summary":["Business Europe CEO day"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["ec-person-966667b73d92624be9bb019c2baab7e52331b3d3","eu-tr-34424201320-69"]}} -{"id":"ec-meeting-2015-12-03-5d629c65881f296839b087d06c6c65244ae99143","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-03 - Cabinet of Commissioner Věra Jourová x DOT Europe"],"date":["2015-12-03"],"summary":["Digital contracts proposal"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-a2ca9161feee56909a0e98b473c2d342c20fdb57","eu-tr-53905947933-43","ec-person-ff9ad301b778d595651cc4c46ec3a4cf1ef10376"]}} -{"id":"ec-meeting-2015-12-03-5e7f85cd13c5f385999ec4ca0a5ba59b913eb2ee","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-03 - Secretariat-General x Accenture PLC"],"date":["2015-12-03"],"summary":["Business Europe CEO day"],"location":["Brussels - Belgium"],"address":["Brussels - Belgium"],"addressEntity":["addr-85d514873c3b55c68206168e47e9d4fc69799cc8"],"organizer":["ec-dg-sg"],"involved":["ec-person-6aa97634438bb481caaf90d7277bdc0b062d44fb","eu-tr-34424201320-69"]}} -{"id":"ec-meeting-2015-12-03-6c44fcfb5d44d346a75161ca38dbaf32b36c348b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-03 - Secretariat-General x Procter & Gamble"],"date":["2015-12-03"],"summary":["Business Europe CEO day"],"location":["Brussels - Belgium"],"address":["Brussels - Belgium"],"addressEntity":["addr-85d514873c3b55c68206168e47e9d4fc69799cc8"],"organizer":["ec-dg-sg"],"involved":["eu-tr-5519077766-10","ec-person-6aa97634438bb481caaf90d7277bdc0b062d44fb"]}} -{"id":"ec-meeting-2015-12-03-6f8c1e45edefc5051e367a1a9c2dd5539ce63023","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-03 - Günther Oettinger x Hitachi Europe Ltd."],"date":["2015-12-03"],"summary":["DSM, social innovation business"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-50213201578-64","ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0"]}} -{"id":"ec-meeting-2015-12-03-7172a145ad9d1540c3afe7a4427107f597bf9a61","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-03 - Secretariat-General x BASF SE"],"date":["2015-12-03"],"summary":["Business Europe CEO day"],"location":["Brussels - Belgium"],"address":["Brussels - Belgium"],"addressEntity":["addr-85d514873c3b55c68206168e47e9d4fc69799cc8"],"organizer":["ec-dg-sg"],"involved":["eu-tr-7410939793-88","ec-person-6aa97634438bb481caaf90d7277bdc0b062d44fb"]}} -{"id":"ec-meeting-2015-12-03-736d71c50757a8cb37276fcc30aac3b4efd40ccb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-03 - Environment x European Landowners' Organization asbl"],"date":["2015-12-03"],"summary":["ELO's activity-Biodiversity"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-env"],"involved":["eu-tr-36063991244-88","ec-person-3bc74ce04ea3f4ab4d91a5c88eef25b8b8a213b4"]}} -{"id":"ec-meeting-2015-12-03-76b9b8c34fdc2e06bebf6f50e5057230b58058d0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-03 - Cabinet of First Vice-President Frans Timmermans x Bayer AG"],"date":["2015-12-03"],"summary":["Business Europe CEO day"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-3523776801-85","ec-person-966667b73d92624be9bb019c2baab7e52331b3d3"]}} -{"id":"ec-meeting-2015-12-03-788f1874d38cca0334719a1401132d62d60d3d18","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-03 - Cabinet of Commissioner Carlos Moedas x ArcelorMittal BASF SE Accenture PLC Lhoist Procter & Gamble Google Hitachi Europe Ltd. Bayer AG BUSINESSEUROPE Intel Corporation Equinor ASA"],"date":["2015-12-03"],"summary":["Business Europe CEO day"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["eu-tr-3523776801-85","eu-tr-50213201578-64","eu-tr-23527541824-60","ec-person-23980b2bc4fd9c82051d0f7888dc236b2f764866","eu-tr-3978240953-79","eu-tr-4447605981-76","eu-tr-5519077766-10","eu-tr-7410939793-88","eu-tr-03181945560-59","eu-tr-34424201320-69","eu-tr-7459401905-60","eu-tr-831342717161-85"]}} -{"id":"ec-meeting-2015-12-03-7aff1990ffbff4281c13fb9849d468c3185fc60a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-03 - Secretariat-General x Lhoist"],"date":["2015-12-03"],"summary":["Business Europe CEO day"],"location":["Brussels - Belgium"],"address":["Brussels - Belgium"],"addressEntity":["addr-85d514873c3b55c68206168e47e9d4fc69799cc8"],"organizer":["ec-dg-sg"],"involved":["eu-tr-831342717161-85","ec-person-6aa97634438bb481caaf90d7277bdc0b062d44fb"]}} -{"id":"ec-meeting-2015-12-03-7d01bab5465271a1158cdf0732ddaa1d32000613","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-03 - Cabinet of First Vice-President Frans Timmermans x Google"],"date":["2015-12-03"],"summary":["Business Europe CEO day"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-03181945560-59","ec-person-966667b73d92624be9bb019c2baab7e52331b3d3"]}} -{"id":"ec-meeting-2015-12-03-806ec9495865f6380198ba802ed63442ff75c582","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-03 - Cabinet of First Vice-President Frans Timmermans x Hitachi Europe Ltd."],"date":["2015-12-03"],"summary":["Business Europe CEO day"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-50213201578-64","ec-person-966667b73d92624be9bb019c2baab7e52331b3d3"]}} -{"id":"ec-meeting-2015-12-03-8097e909bbfe6fd968bf1011218fd40a29c84f2d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-03 - Cabinet of Vice-President Valdis Dombrovskis x Council of European Employers of the Metal, Engineering and Technology-based Industries"],"date":["2015-12-03"],"summary":["Discussion focuses on mobility package, in particular to listen CEEMET's position regarding the revision of Posting of Workers;"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-1f98d05bdaed2c40396781b1eb7b0aa47cb8dd20","eu-tr-61370904700-45"]}} -{"id":"ec-meeting-2015-12-03-80afe3c336a387218fe972b8ead28e5c18b0a7ab","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-03 - Cabinet of Vice-President Maroš Šefčovič x Glass for Europe"],"date":["2015-12-03"],"summary":["upcoming initiatives in the field of energy efficiency, notably in buildings"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-ea6b517040e26a62f17d2829afffeba48cfd682f","eu-tr-15997912445-80"]}} -{"id":"ec-meeting-2015-12-03-83561d37d8f3e1ee5e921edd376239124841881b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-03 - Günther Oettinger x BUSINESSEUROPE"],"date":["2015-12-03"],"summary":["Business Europe CEO event, Digitalisierung, Forschung, Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0","eu-tr-3978240953-79"]}} -{"id":"ec-meeting-2015-12-03-8748fc88c89cf144616d5ad0a084226b7db09224","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-03 - Cabinet of Commissioner Carlos Moedas x Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V."],"date":["2015-12-03"],"summary":["European Innovation Council"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-23980b2bc4fd9c82051d0f7888dc236b2f764866","eu-tr-35124436517-75"]}} -{"id":"ec-meeting-2015-12-03-8b6141cbfe9b517135fee7bafe97939e45868634","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-03 - Energy x Gasum Oy"],"date":["2015-12-03"],"summary":["Gas"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-759978215122-11","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2015-12-03-a2a45c479bf9683bbcb2bea7e21b9e83f7fa4240","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-03 - Cabinet of First Vice-President Frans Timmermans x ArcelorMittal"],"date":["2015-12-03"],"summary":["Business Europe CEO day"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-23527541824-60","ec-person-966667b73d92624be9bb019c2baab7e52331b3d3"]}} -{"id":"ec-meeting-2015-12-03-a696e860c6aa45ac2f6b867b0922fa1a2717c343","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-03 - Cabinet of Vice-President Valdis Dombrovskis x TheCityUK"],"date":["2015-12-03"],"summary":["Introduction meeting/Capital Markets Union"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-237922911665-25","ec-person-3f9ca71b74344417d1f072ba7f3e2f09a223b036"]}} -{"id":"ec-meeting-2015-12-03-ab3a537581b6e3bec4807e9153ee66aabb16b2a0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-03 - Günther Oettinger x Zentralverband des Deutschen Handwerks e.V."],"date":["2015-12-03"],"summary":["DSM"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0","eu-tr-5189667783-94"]}} -{"id":"ec-meeting-2015-12-03-b9218b3946beadb5f19f871ae2cd743485f2bad0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-03 - Cabinet of Commissioner Violeta Bulc x International Air Transport Association"],"date":["2015-12-03"],"summary":["Aviation"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-1805107590-28","ec-person-9d4dc4867a44dfe10f67ae7ee1706da3e8b48a24"]}} -{"id":"ec-meeting-2015-12-03-bc67f8a262524ed72b1603c625a19466b6f75c0c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-03 - Cabinet of Vice-President Jyrki Katainen x Facebook Ireland Limited"],"date":["2015-12-03"],"summary":["Digital Single market"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90","ec-person-0310c3b87e155f5572493e91d12eebab9736a76b","eu-tr-28666427835-74"]}} -{"id":"ec-meeting-2015-12-03-bccfc71b5809b26bda6b72729877b910cd3b5b6a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-03 - Cabinet of Commissioner Pierre Moscovici x Bundesverband deutscher Banken e.V."],"date":["2015-12-03"],"summary":["exchange of views on prospects of EMU and the impact of the refugee crises"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["ec-person-3cbeba61ae952f06fe4916c381438ebbc676a597","eu-tr-0764199368-97","ec-person-ac604755dc7677c8653a5a5172e851f7c8e468b4"]}} -{"id":"ec-meeting-2015-12-03-bdbd7c99bb54a024441475f6e25682da61d8331e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-03 - Financial Stability, Financial Services and Capital Markets Union x Avisa Partners"],"date":["2015-12-03"],"summary":["Greek banks"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-54210841652-13","ec-person-bdee7a93f95c8ef05079539170139b3c02e8ed96"]}} -{"id":"ec-meeting-2015-12-03-c11ba7704a6b1faa597fc8329b972d939eee2ccb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-03 - Cabinet of Commissioner Carlos Moedas x West Finland European Office, Länsi-Suomen Eurooppa-toimisto"],"date":["2015-12-03"],"summary":["European Research and Innovation Policies"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["eu-tr-270301515668-71","ec-person-fb56329c22510c66ab50a8bdba13230bdae32902"]}} -{"id":"ec-meeting-2015-12-03-cbc3ccf4816c19d6c8d08c7b12cfc44e7597259e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-03 - Secretariat-General x Hitachi Europe Ltd."],"date":["2015-12-03"],"summary":["Business Europe CEO day"],"location":["Brussels - Belgium"],"address":["Brussels - Belgium"],"addressEntity":["addr-85d514873c3b55c68206168e47e9d4fc69799cc8"],"organizer":["ec-dg-sg"],"involved":["eu-tr-50213201578-64","ec-person-6aa97634438bb481caaf90d7277bdc0b062d44fb"]}} -{"id":"ec-meeting-2015-12-03-cd6cec4071fdacb342b26b8745000896b31a6d95","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-03 - Secretariat-General x Intel Corporation"],"date":["2015-12-03"],"summary":["Business Europe CEO day"],"location":["Brussels - Belgium"],"address":["Brussels - Belgium"],"addressEntity":["addr-85d514873c3b55c68206168e47e9d4fc69799cc8"],"organizer":["ec-dg-sg"],"involved":["ec-person-6aa97634438bb481caaf90d7277bdc0b062d44fb","eu-tr-7459401905-60"]}} -{"id":"ec-meeting-2015-12-03-d285b2f52a14a295621213dd6892b586058601da","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-03 - Secretariat-General x Equinor ASA"],"date":["2015-12-03"],"summary":["Business Europe CEO day"],"location":["Brussels - Belgium"],"address":["Brussels - Belgium"],"addressEntity":["addr-85d514873c3b55c68206168e47e9d4fc69799cc8"],"organizer":["ec-dg-sg"],"involved":["ec-person-6aa97634438bb481caaf90d7277bdc0b062d44fb","eu-tr-4447605981-76"]}} -{"id":"ec-meeting-2015-12-03-d2a175bf5b0a58baacf5031a485963811c0d5565","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-03 - Cabinet of Commissioner Vytenis Andriukaitis x foodwatch"],"date":["2015-12-03"],"summary":["Food policy in the consumer’s interest; prevention of childhood obesity; nutrition profiles"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["eu-tr-858136219735-96","ec-person-97425c615743576adc42e09bee7dac14f83f691b","ec-person-b9c3f19e7c5f216e3e508f931ddd6a9cb59376d1"]}} -{"id":"ec-meeting-2015-12-03-d3de883990f1ebaaab758dc00afc91b33158ff80","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-03 - Cabinet of Vice-President Jyrki Katainen x ArcelorMittal BASF SE Accenture PLC Lhoist Procter & Gamble Google Hitachi Europe Ltd. Bayer AG BUSINESSEUROPE Intel Corporation Equinor ASA TIM S.p.A."],"date":["2015-12-03"],"summary":["Business Europe CEO day"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-3523776801-85","eu-tr-50213201578-64","eu-tr-23527541824-60","ec-person-7c9460f99c5872dbdc561f5752401c870d12e98b","eu-tr-3978240953-79","eu-tr-078655018381-34","eu-tr-4447605981-76","ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90","eu-tr-5519077766-10","eu-tr-7410939793-88","eu-tr-03181945560-59","eu-tr-34424201320-69","eu-tr-7459401905-60","eu-tr-831342717161-85"]}} -{"id":"ec-meeting-2015-12-03-d86c52d2f1654f52f45700608bdfafc9e812f065","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-03 - Cabinet of Commissioner Tibor Navracsics x European Development Finance Institutions"],"date":["2015-12-03"],"summary":["EU funding in Education"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["eu-tr-410540760-32","ec-person-dc2e0fed0fdf39a6a3f3ad63355c5215599de9d1"]}} -{"id":"ec-meeting-2015-12-03-dd199790e1f47859346afadf472ae369398e0c31","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-03 - Günther Oettinger x Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V."],"date":["2015-12-03"],"summary":["DSM"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0","eu-tr-35124436517-75"]}} -{"id":"ec-meeting-2015-12-03-e9113d924ffa9e6e8aeaf83c7cbf3721157a8845","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-03 - Cabinet of Vice-President Neven Mimica x International Center for Transitional Justice Brussels"],"date":["2015-12-03"],"summary":["Latest policy developments in transitional justice and presentation of ICTJ strategic plan for the period 2015-2018"],"notes":["Portfolio: International Cooperation & Development"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-mimica-neven-of-president-vice"],"involved":["ec-person-b187f3955c71d2e1daa48e02fd0a09ab7c6f6098","eu-tr-839855419588-94"]}} -{"id":"ec-meeting-2015-12-03-e9237a801d16e62b4e680e759a422a9f9dee1656","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-03 - Günther Oettinger x Meta Platforms Ireland Limited and its various subsidiaries (f/k/a Facebook Ireland Limited)"],"date":["2015-12-03"],"summary":["DSM and data protection"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0","eu-tr-28666427835-74"]}} -{"id":"ec-meeting-2015-12-03-e9f70a1028df67abed8797d91a6f142bd57c39b0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-03 - Cabinet of Commissioner Margrethe Vestager x Danish Energy / Dansk Energi"],"date":["2015-12-03"],"summary":["EU Energy Union, including future State aid Guidelines"],"notes":["Portfolio: Competition"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-margrethe-of-vestager"],"involved":["ec-person-2e96673ec2acdfc668f6970535551f9afa1f8729","eu-tr-1733114388-50"]}} -{"id":"ec-meeting-2015-12-03-f4a1a5ac162a9983513782b364850afbc9318a3e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-03 - Energy x Friends of the Earth Europe"],"date":["2015-12-03"],"summary":["Energy efficiency"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-9825553393-31","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2015-12-03-f6502bc06b14305b78ef84ff24c8a6b0557d7a1f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-03 - Cabinet of Vice-President Maroš Šefčovič x Danish Energy / Dansk Energi"],"date":["2015-12-03"],"summary":["Energy Efficiency investment schemes; market design; heating and cooling"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-2be517b9261a91f2f07e05ec14c6331980e9716e","eu-tr-1733114388-50"]}} -{"id":"ec-meeting-2015-12-03-f7af8991fefecdf5748a4157b010330a8509839c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-03 - Günther Oettinger x ELECTRICITE DE FRANCE"],"date":["2015-12-03"],"summary":["Digital agenda (from the energy perspective), cyber security and data protection"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-39966101835-69","ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0"]}} -{"id":"ec-meeting-2015-12-04-1385c4e4e9a17b740c6e7af24ea7a57c5f44905d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-04 - Communications Networks, Content and Technology x Engineering Ingegneria Informatica"],"date":["2015-12-04"],"summary":["DSM"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f","eu-tr-113055019349-15"]}} -{"id":"ec-meeting-2015-12-04-199c8ad1ecf85226029e85a2ae6cdc9f79b25aa7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-04 - Cabinet of Vice-President Miguel Arias Cañete x World Business Council For Sustainable Development"],"date":["2015-12-04"],"summary":["Opportunities from EU Climate Policy: The vision of Economic & Social Agents"],"notes":["Portfolio: Climate Action & Energy"],"location":["Le Bourget (Paris), France"],"address":["Le Bourget (Paris), France"],"addressEntity":["addr-a73f4eda7894c47eeaafd48605ce12782ef6e004"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd","eu-tr-074000219282-17"]}} -{"id":"ec-meeting-2015-12-04-207683bd1409edb96859dc13cdf390aa091109bd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-04 - European Civil Protection and Humanitarian Aid Operations x CARE International Aisbl"],"date":["2015-12-04"],"summary":["WHS, Resilience and current humanitarian crisis"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-echo"],"involved":["eu-tr-90237823189-97","ec-person-61ea528d6b7f7cbbd1e55a4a19794b785df35cf9"]}} -{"id":"ec-meeting-2015-12-04-27dc64700cf0162f984e0ee1a408997182c5a4e0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-04 - Cabinet of President Jean-Claude Juncker x Bundesverband deutscher Banken e.V."],"date":["2015-12-04"],"summary":["Completion of Banking Union"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-0764199368-97","ec-person-80c6995ad1cd6aefa72f1bf440b17b6d8c6dd4b8"]}} -{"id":"ec-meeting-2015-12-04-2d5a9232ef8bfbbbf7bf7f0989ac492332dcd986","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-04 - Cabinet of Commissioner Věra Jourová x Bureau Européen des Unions de Consommateurs"],"date":["2015-12-04"],"summary":["Digital contracts proposal"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-a2ca9161feee56909a0e98b473c2d342c20fdb57","ec-person-a608b85b2ffef83f883b5a2330b6232efa1b7141","eu-tr-9505781573-45","ec-person-184e698af1eb9e33b179680570ca171d8cb31c94"]}} -{"id":"ec-meeting-2015-12-04-2edb367866bd0a9a1c261c9b6b3376df5b5a2abb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-04 - Environment x BUSINESSEUROPE"],"date":["2015-12-04"],"summary":["Circular Economy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-env"],"involved":["eu-tr-3978240953-79","ec-person-3bc74ce04ea3f4ab4d91a5c88eef25b8b8a213b4"]}} -{"id":"ec-meeting-2015-12-04-44de81f3c51eb7192cbd08eea5a1c5a6fdb37d76","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-04 - Cabinet of Vice-President Andrus Ansip x European Magazine Media Association"],"date":["2015-12-04"],"summary":["DSM, media innovation"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-6a03bc4fa7657513ea34529e98dba0671ef4c849","eu-tr-37937886834-69"]}} -{"id":"ec-meeting-2015-12-04-60fc2d40762bf30e904040e62c5d19e7f0d1b199","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-04 - Cabinet of Commissioner Phil Hogan x Mondelez Europe GmbH"],"date":["2015-12-04"],"summary":["Harmony program; Business and consumer driven initiatives to ensure sustainable sourcing of raw materials (focus on cereals and cocoa) and the fight against climate change to complement greening and rural development tools of the CAP ; •\tSupply-chain relations with producers and implications for Supply Chain Initiative; •\tInteraction of “HLF for a better functioning of the food supply chain” and “DG AGRI Agricultural Markets Task Force”"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["BERL 08/304"],"address":["BERL 08/304"],"addressEntity":["addr-aff09a6f822af9a7e96260c390a7e7bd5d64be8b"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-400dd8d59d3060187d9b9b143d697da1a3d03c12","eu-tr-19807921101-45","ec-person-7d3caa534e5cdda6d5b949bd4b2def39356e3bec"]}} -{"id":"ec-meeting-2015-12-04-62a4137f4312c6b75345200b8bce924bdacb6ccc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-04 - Cabinet of Vice-President Jyrki Katainen x E3PO - European PPP Operating Companies in Infrastructure and Services"],"date":["2015-12-04"],"summary":["Investment plan EU"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-3775b7be791f90ed462b9071c9ae596b80d71bca","eu-tr-424726117325-78"]}} -{"id":"ec-meeting-2015-12-04-a3f40fbf703fce99a9ab02b01a766747497f43f6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-04 - Cabinet of Vice-President Kristalina Georgieva x Isis Innovation Ltd"],"date":["2015-12-04"],"summary":["EU Innovation policies"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-georgieva-kristalina-of-president-vice"],"involved":["ec-person-dde26bf75a5cce4fbb9d7ff3a56ecdbd7090a3e8","eu-tr-120297020017-01"]}} -{"id":"ec-meeting-2015-12-04-a8fc8ba00ddf7d3a0a054780fd02f4990ea2b798","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-04 - Mobility and Transport x European Rail Freight Association asbl"],"date":["2015-12-04"],"summary":["4th railway package, performance of rail freight corridors"],"location":["Vienna, Austria"],"address":["Vienna, Austria"],"addressEntity":["addr-090be3f54cd0f162a77bddc433046b64f0b14a71"],"organizer":["ec-dg-move"],"involved":["eu-tr-013359412586-21","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2015-12-04-aca577983694f1787c2da1607ec66cbafee158fd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-04 - Cabinet of Vice-President Andrus Ansip x Facebook Ireland Limited"],"date":["2015-12-04"],"summary":["DSM"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-5db7bdd1c81da2e70eb5b982097d0004111b5c3e","ec-person-91ca0921c6790191daa54427311acd63035e7c9e","eu-tr-28666427835-74"]}} -{"id":"ec-meeting-2015-12-04-b33158a70b9437d745bfd967f6988940336e4c1a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-04 - Cabinet of Commissioner Věra Jourová x Facebook Ireland Limited"],"date":["2015-12-04"],"summary":["Safe Harbour"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-a608b85b2ffef83f883b5a2330b6232efa1b7141","ec-person-184e698af1eb9e33b179680570ca171d8cb31c94","ec-person-f329292459cb1badb7fb7c6b67b698c441931bb2","eu-tr-28666427835-74"]}} -{"id":"ec-meeting-2015-12-04-cc11063de2fe86a9f1dac764663976450e88c40b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-04 - Cabinet of Vice-President Maroš Šefčovič x Österreichs E-Wirtschaft"],"date":["2015-12-04"],"summary":["Deutsch-oesterreichische Strompreiszone"],"notes":["Portfolio: Energy Union"],"location":["Bruessel"],"address":["Bruessel"],"addressEntity":["addr-21a829e05e8b03d1060c7d526a913f69cc30e002"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-80966174852-38","ec-person-2be517b9261a91f2f07e05ec14c6331980e9716e"]}} -{"id":"ec-meeting-2015-12-04-d285a9db108577a05971fc9eaded72bf845b9452","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-04 - Cabinet of Commissioner Elżbieta Bieńkowska x SES S.A."],"date":["2015-12-04"],"summary":["Issue of spectrum allocation for Satlellite communications, GOVSATCOME, Future operations of EU Space Programmes (Galileo & Egnos)"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-93799097410-24","ec-person-685ecf13dd26cd515c961e24ba71049af2302c5e"]}} -{"id":"ec-meeting-2015-12-04-f6f0aa3010e46dc7ecfc96e7249e80ae9b0e6a99","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-04 - Cabinet of High Representative / Vice-President Federica Mogherini x Confederation of Businessmen and Industrialists of Turkiye"],"date":["2015-12-04"],"summary":["EU-Turkey relations"],"notes":["Portfolio: Foreign Affairs and Security Policy"],"location":["Brussels - Belgium"],"address":["Brussels - Belgium"],"addressEntity":["addr-85d514873c3b55c68206168e47e9d4fc69799cc8"],"organizer":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"involved":["eu-tr-05241797002-90","ec-person-ffe369688b1df8f09154d965f094473d619d72e0"]}} -{"id":"ec-meeting-2015-12-04-fe9a75629a9e73d1dbefca7e7a575a88b4d95ccf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-04 - Günther Oettinger x European Bureau of Library, Information and Documentation Associations"],"date":["2015-12-04"],"summary":["Copyright"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-32997432484-79","ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0"]}} -{"id":"ec-meeting-2015-12-06-00228e69a00ce1bb3fbab21435f56c1bbe2b6ae0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-06 - Cabinet of Vice-President Miguel Arias Cañete x CIDSE - International Alliance of Catholic social justice organisations WWF European Policy Programme OXFAM INTERNATIONAL EU ADVOCACY OFFICE Greenpeace European Unit ACT Alliance Advocacy to the European Union Climate Action Network Europe"],"date":["2015-12-06"],"summary":["COP21"],"notes":["Portfolio: Climate Action & Energy"],"location":["Le Bourget (Paris), France"],"address":["Le Bourget (Paris), France"],"addressEntity":["addr-a73f4eda7894c47eeaafd48605ce12782ef6e004"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-46856801604-90","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd","eu-tr-1414929419-24","eu-tr-55888811123-49","eu-tr-5189768701-12","eu-tr-9832909575-41","eu-tr-61263518557-92"]}} -{"id":"ec-meeting-2015-12-07-0907323d7c213bbc2882ca3515cb82670c459f8e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-07 - Cabinet of Commissioner Jonathan Hill x Deloitte LLP"],"date":["2015-12-07"],"summary":["Audit"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Belgium, Bruxelles, BERL"],"address":["Belgium, Bruxelles, BERL"],"addressEntity":["addr-b38ac85f59861dd22d0e3d43d3052507a01c9bbe"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["eu-tr-70969654430-75","ec-person-5fdb62e20cecef81f87f94d3d1bcdd3b47b26af0"]}} -{"id":"ec-meeting-2015-12-07-1b8540e55f6534a24b42263665d2bc10ef0717c8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-07 - Cabinet of First Vice-President Frans Timmermans x Zentralverband des Deutschen Handwerks e.V."],"date":["2015-12-07"],"summary":["REFIT Programme"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-5189667783-94","ec-person-0eaac943e895c47df1465dda6c94e671c5081e0a"]}} -{"id":"ec-meeting-2015-12-07-27ae0f683c0ddd342ba305877e0e83973b952023","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-07 - Cabinet of Vice-President Neven Mimica x GLOBAL HEALTH ADVOCATES"],"date":["2015-12-07"],"summary":["Discussion on the fulfilment of EU nutrition committments, as well as political vision of the European Commission in the run up to the second Nutrition for Growth Summit"],"notes":["Portfolio: International Cooperation & Development"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-mimica-neven-of-president-vice"],"involved":["ec-person-e06df06453c45a7a836ac84cbc479b8e48f16ea8","eu-tr-07720398190-53"]}} -{"id":"ec-meeting-2015-12-07-4ed3971e4fff1e535322889ae5fae7f312e45ed4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-07 - Health and Food Safety x EuropaBio"],"date":["2015-12-07"],"summary":["Health and food aspect of biotech"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-sante"],"involved":["eu-tr-1298286943-59","ec-person-3c7fdbe0c1c235777d916309465339b7ed1666f6"]}} -{"id":"ec-meeting-2015-12-07-4edd3273e6ced047dff2ad2b79092b60733ebfa7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-07 - Cabinet of Commissioner Pierre Moscovici x Telefonica, S.A."],"date":["2015-12-07"],"summary":["Corporate tax issues: CBCR, tax rulings and CCCTB"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["eu-tr-52431421-12","ec-person-738f7f25002d191bd2df8936e8f8d1d726c19e2e"]}} -{"id":"ec-meeting-2015-12-07-55bca617fd051c084a6f363019df84b9965e546e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-07 - Cabinet of Vice-President Maroš Šefčovič x Transport and Environment (European Federation for Transport and Environment)"],"date":["2015-12-07"],"summary":["Emission tests for cars, type approval"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-2be517b9261a91f2f07e05ec14c6331980e9716e","eu-tr-58744833263-19"]}} -{"id":"ec-meeting-2015-12-07-5b9741f5682ec5f4e49da5e4bfd1f7e582b7801f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-07 - Cabinet of Vice-President Andrus Ansip x AT&T, Inc."],"date":["2015-12-07"],"summary":["Preparation for MWC in Barcelona"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-666bc159c7e65a3af9e63c1e97435c02f1496955","eu-tr-92442218459-37"]}} -{"id":"ec-meeting-2015-12-07-ab4a42cce14a4ba9b299530a812d46b2f56e5a50","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-07 - Trade x Tarkett Beaulieu International Group European Resilient Flooring Manufacturers’ Institute"],"date":["2015-12-07"],"summary":["Turkish import surveillance measures"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-trade"],"involved":["eu-tr-608174919777-30","eu-tr-654722118356-04","eu-tr-511480919769-31","ec-person-bde9bb099f5d24c52ca4a9255cefc99a5b87a650"]}} -{"id":"ec-meeting-2015-12-07-aea17d83c6b928fec7977eaeaa1f3e484eacb02e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-07 - Cabinet of First Vice-President Frans Timmermans x Fédération des Entreprises du Commerce et de la Distribution"],"date":["2015-12-07"],"summary":["Better regulation; internal market; taxation"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-312806014237-16","ec-person-284d94050a35c9079d8b1ba3f85eaf7777b5fea9"]}} -{"id":"ec-meeting-2015-12-07-d78ad4042da37591cae5cb9c2f098b576b34f732","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-07 - Cabinet of Vice-President Cecilia Malmström x Windoor AS"],"date":["2015-12-07"],"summary":["investment protection"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-567640719831-52","ec-person-591ec829ca734bcfe59a2c9c7f07f9dff22a0ea9"]}} -{"id":"ec-meeting-2015-12-07-d9ba53eb2bd90508ae3f369056794a0c29b17102","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-07 - Cabinet of Vice-President Maroš Šefčovič x European Business Summit Network"],"date":["2015-12-07"],"summary":["EBS 2016"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-2be517b9261a91f2f07e05ec14c6331980e9716e","eu-tr-268958411031-65"]}} -{"id":"ec-meeting-2015-12-07-edf00983c43592afa618ab098de2936fc12aea1c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-07 - Cabinet of Vice-President Cecilia Malmström x Apple Inc."],"date":["2015-12-07"],"summary":["digital trade"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-588327811384-96","ec-person-591ec829ca734bcfe59a2c9c7f07f9dff22a0ea9"]}} -{"id":"ec-meeting-2015-12-07-eea9534dea6a8e715a4697330da87f469e17fd4b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-07 - Cabinet of Commissioner Carlos Moedas x Information Technology and Innovation Foundation"],"date":["2015-12-07"],"summary":["Innovation policy"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-b8d49828915f9008e764a78796d47ea00807a658","ec-person-2b4bb0b28e7435e5f612e44d9664dbd1051efc55","eu-tr-923915716105-08"]}} -{"id":"ec-meeting-2015-12-07-f4423a56c80028ec71905b9109090a3da0b24783","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2015-12-07 - Cabinet of Vice-President Valdis Dombrovskis x Euroclear SA/NV"],"date":["2015-12-07"],"summary":["Capital Markets Union/Central Securities Depositories Regulation","Central Securities Depositories Regulation/Capital Markets Union"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-88290282308-75","ec-person-3f9ca71b74344417d1f072ba7f3e2f09a223b036"]}} -{"id":"ec-meeting-2015-12-08-00228e69a00ce1bb3fbab21435f56c1bbe2b6ae0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-08 - Cabinet of Vice-President Miguel Arias Cañete x CIDSE - International Alliance of Catholic social justice organisations WWF European Policy Programme OXFAM INTERNATIONAL EU ADVOCACY OFFICE Greenpeace European Unit ACT Alliance Advocacy to the European Union Climate Action Network Europe"],"date":["2015-12-08"],"summary":["State of play Climate negotiations"],"notes":["Portfolio: Climate Action & Energy"],"location":["Le Bourget( Paris), France"],"address":["Le Bourget( Paris), France"],"addressEntity":["addr-15b278d2cb508eb4ef129ac942f6cfa60c2783f0"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-46856801604-90","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd","eu-tr-1414929419-24","eu-tr-55888811123-49","eu-tr-5189768701-12","eu-tr-9832909575-41","eu-tr-61263518557-92"]}} -{"id":"ec-meeting-2015-12-08-2d1a035f95710dfbdf4b1ed83d8c22803c79234e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-08 - Cabinet of President Jean-Claude Juncker x YDRENAS COMMUNICATIONS AB"],"date":["2015-12-08"],"summary":["Capital Markets Union"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-573007514406-21","ec-person-c402e34a99fbee730ae22e3b1958e21c94dc6fcc"]}} -{"id":"ec-meeting-2015-12-08-3a88a2d55c825edb0f918d3728fd132114ccb3e1","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2015-12-08 - Cabinet of Vice-President Cecilia Malmström x Transatlantic Policy Network"],"date":["2015-12-08"],"summary":["TTIP"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-19b143e83f8ab978c55c8a9a9e49e06dbfa14bf3","ec-person-cb8ca9ec2413722fa83484ed18dd76ace52d0118","eu-tr-923710115785-95"]}} -{"id":"ec-meeting-2015-12-08-3cba5f40fb61ec59df2f8ad4aaf28e1bbe035d80","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-08 - Cabinet of Vice-President Karmenu Vella x Cruise Lines International Association Europe"],"date":["2015-12-08"],"summary":["Blue Growth, Cruise Tourism, EU Sulphur Directive, Water Framework Directive, Port Reception Facilities Directive"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["eu-tr-69525934310-58","ec-person-0e3efd8bc1c3ee9a80205d0bb78f316fa1621e5d"]}} -{"id":"ec-meeting-2015-12-08-42278ee5d41bb0655ec7b29c13ddbef7ebfeb345","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-08 - Cabinet of Commissioner Tibor Navracsics x Conseil permanent des écrivains"],"date":["2015-12-08"],"summary":["Digital Single Market"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-49f31dad10f5641cb1d1e4c3107dd838389e8120","eu-tr-733519819923-13"]}} -{"id":"ec-meeting-2015-12-08-452781ff70e6adcad8a60d124bdff16dad36d2af","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-08 - Günther Oettinger x Euronews"],"date":["2015-12-08"],"summary":["DSM"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0","eu-tr-944964416106-32"]}} -{"id":"ec-meeting-2015-12-08-478b97b6df500ef441bebba55c8682eab5f3d3fd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-08 - Cabinet of Vice-President Miguel Arias Cañete x ALEGRIA ACTIVITY, SL"],"date":["2015-12-08"],"summary":["Courtesy meeting"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-141017519874-72","ec-person-2229c857664a22dcb8eee79a8c05841fd3d0924f"]}} -{"id":"ec-meeting-2015-12-08-4b071b2d66b0a5104496f289fde74ceeef6fdee6","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2015-12-08 - Cabinet of Commissioner Violeta Bulc x Cruise Lines International Association Europe"],"date":["2015-12-08"],"summary":["shipping","Commissioner Bulc meeting CLIA Europe representatives"],"notes":["Portfolio: Transport"],"location":["Brussels, Belgium","Brussels"],"address":["Brussels, Belgium","Brussels"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306","addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-4d2b449b5047ea3fda435a2a1c1081e3babcdf76","ec-person-5012c5e45a52ee8ce67d19c1781a127af53e73e7","ec-person-e14c58f620f40325d829df7be0823280307bc15f","eu-tr-69525934310-58"]}} -{"id":"ec-meeting-2015-12-08-5e83749d48fa2fbc58634879faa47cb3e77ea542","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-08 - Cabinet of Commissioner Elżbieta Bieńkowska x Cercle International Diplomatique et Consulaire"],"date":["2015-12-08"],"summary":["Introductory meeting"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-318039316189-97","ec-person-b2f9be51339f054477846797e2c119fcf16548fc"]}} -{"id":"ec-meeting-2015-12-08-60283a5029d03bb0b09ecb276616ec0c51a1a0fe","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-08 - Cabinet of Vice-President Andrus Ansip x Banco Santander, S.A."],"date":["2015-12-08"],"summary":["Role of Financial Sector in DSM"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-799142914971-03","ec-person-0f698e3a0cc0bd6a02e1bd386a25cedc1366f3f1"]}} -{"id":"ec-meeting-2015-12-08-6f355582a0614d8a0d4525bf240a11082bea5ece","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-08 - Cabinet of Vice-President Cecilia Malmström x DIGITALEUROPE"],"date":["2015-12-08"],"summary":["Safe harbour / cross border data flows"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-64270747023-20","ec-person-20ded9db5df11164331bb161fdf234b1e5ad53fd"]}} -{"id":"ec-meeting-2015-12-08-6f8743a8cd494adf6b05df7c5c17cdf53b4ff3b2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-08 - Energy x Latvijas Darba devēju konfederācija"],"date":["2015-12-08"],"summary":["European Gas markets"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["ec-person-6997149120ce5129e38febe5275dc8fd03232d2e","eu-tr-968177917885-14"]}} -{"id":"ec-meeting-2015-12-08-7bc53ae8aec11090045d559d5147244a68cdd42a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-08 - Günther Oettinger x Information Technology and Innovation Foundation"],"date":["2015-12-08"],"summary":["digital policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-4cd59e13386e3b68ecb3611fcc579e0a0a3938a5","eu-tr-923915716105-08"]}} -{"id":"ec-meeting-2015-12-08-7c4fd7a7839e6bf6d04e247af9899b979a3ce685","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-08 - Cabinet of Vice-President Andrus Ansip x News Corporation"],"date":["2015-12-08"],"summary":["Copyright"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-c759bd58acc54869aa8e62ce652efcda416e25c2","eu-tr-544873617314-08","ec-person-6a03bc4fa7657513ea34529e98dba0671ef4c849","ec-person-91ca0921c6790191daa54427311acd63035e7c9e"]}} -{"id":"ec-meeting-2015-12-08-7fc11dde1b94fceadd84c15b66a8a4c8da856e0e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-08 - Cabinet of Commissioner Marianne Thyssen x European Social Network"],"date":["2015-12-08"],"summary":["Information meeting on future initiatives by ESN and discussion on Commission social agenda"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["ec-person-ce19440eacb8fd67f534bdbcce33a1c4cedfd071","eu-tr-94402711517-87"]}} -{"id":"ec-meeting-2015-12-08-86013e0db01fcdc3999d08969df8bf3f17d4bf5b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-08 - Cabinet of Vice-President Andrus Ansip x Ecommerce Europe"],"date":["2015-12-08"],"summary":["General data protection regulation and the upcoming review of the E-Privacy directive"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-867433111414-11","ec-person-5db7bdd1c81da2e70eb5b982097d0004111b5c3e"]}} -{"id":"ec-meeting-2015-12-08-8f88194d1d08ef2882f69816c2624c85ddbf334c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-08 - Cabinet of Vice-President Jyrki Katainen x Image Sept Bruxelles"],"date":["2015-12-08"],"summary":["Investment plan EU"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-3775b7be791f90ed462b9071c9ae596b80d71bca","eu-tr-704156614880-34"]}} -{"id":"ec-meeting-2015-12-08-93bc0635a05bc69850fa92da15ca6855f810a26c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-08 - Cabinet of First Vice-President Frans Timmermans x European Banking Federation"],"date":["2015-12-08"],"summary":["Financial services and better regulation"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-4722660838-23","ec-person-4076aef8226bd451277bfd5135aa27d63b2ac548"]}} -{"id":"ec-meeting-2015-12-08-a027b96c8666c09370f57eb608f2e3f45c511ebe","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-08 - Environment x ArcelorMittal"],"date":["2015-12-08"],"summary":["Circular Economy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-env"],"involved":["eu-tr-23527541824-60","ec-person-3bc74ce04ea3f4ab4d91a5c88eef25b8b8a213b4"]}} -{"id":"ec-meeting-2015-12-08-b75b6f71dfe1450677e982392ec23754c223b7a9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-08 - Environment x PlasticsEurope"],"date":["2015-12-08"],"summary":["Courtesy visit-Presentation of Plastics Europe"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-env"],"involved":["eu-tr-454264611835-56","ec-person-3bc74ce04ea3f4ab4d91a5c88eef25b8b8a213b4"]}} -{"id":"ec-meeting-2015-12-08-ba8e76d7194a17457e7f4ce86c94e004f1d63db8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-08 - Cabinet of First Vice-President Frans Timmermans x Bureau Brussels Consulting"],"date":["2015-12-08"],"summary":["Circular Economy"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-10944091576-90","ec-person-7a0c440119cd5d547eceebb055c79b8bb41bf9a2"]}} -{"id":"ec-meeting-2015-12-08-c73224f0aaaff67b97ec61538d30ab4d0f03047f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-08 - Cabinet of First Vice-President Frans Timmermans x European Council on Foreign Relations"],"date":["2015-12-08"],"summary":["External Action of the EU"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Bruxelles"],"address":["Bruxelles"],"addressEntity":["addr-b58f5927b66d94a676970dc048485d4c6848f272"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-339569615567-89","ec-person-f3a0db9fe3b985fb3a6665117484ee9f97b0e339"]}} -{"id":"ec-meeting-2015-12-08-cfe32ccc571ea25f65c5b82f2fa075a5383e34a3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-08 - Cabinet of Commissioner Violeta Bulc x DP World Antwerp Holding PSA Antwerp"],"date":["2015-12-08"],"summary":["port labour in Antwerp"],"notes":["Portfolio: Transport"],"location":["Brussels - Belhium"],"address":["Brussels - Belhium"],"addressEntity":["addr-ae13283445ad86814e36b5326ad401b92e87e4f1"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-7ac9445abdddc66a79f539ae13eb74e1ceb512df","eu-tr-877359719887-63","eu-tr-716869419341-75"]}} -{"id":"ec-meeting-2015-12-08-d6ca2038f81068ebd598a861048807067f21ef78","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-08 - Cabinet of Vice-President Cecilia Malmström x Swedish Securities Markets Association (Swedish: Föreningen Svensk Värdepappersmarknad)"],"date":["2015-12-08"],"summary":["EU trade agenda, financial services in trade agreements, EU financial services regulation, Capital Markets Union"],"notes":["Portfolio: Trade"],"location":["Brussels Belgium"],"address":["Brussels Belgium"],"addressEntity":["addr-61947d7d2c69c0b8f57325bd044f500c5fc6df48"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-7777147632-40","ec-person-5d4088e1913284a765aed8445f448f6ff341f1b3"]}} -{"id":"ec-meeting-2015-12-08-e0aded946659099ef1ee91071cf1be11ed439fcd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-08 - Environment x SC Johnson"],"date":["2015-12-08"],"summary":["Circular Economy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-env"],"involved":["eu-tr-82296032229-15","ec-person-3bc74ce04ea3f4ab4d91a5c88eef25b8b8a213b4"]}} -{"id":"ec-meeting-2015-12-08-e515f5c590e260e44a83b021ff350967d8cd234d","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2015-12-08 - Günther Oettinger x Centre on Regulation in Europe Centre on Regulation in Europe Centre on Regulation in Europe"],"date":["2015-12-08"],"summary":["Presentation of study \"Evaluating Market Consolidation in Mobile Communications\""],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-c6cae64cc7dc787b66a47ab1613d3e922875b971","ec-person-4cd59e13386e3b68ecb3611fcc579e0a0a3938a5","ec-person-49723482bb23d029cbfc010cb37eec7392a0ae02","eu-tr-041592911733-05"]}} -{"id":"ec-meeting-2015-12-08-ef021551612ec689c94bf7493d70575569ab789b","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2015-12-08 - Cabinet of President Jean-Claude Juncker x Deutsche Börse AG"],"date":["2015-12-08"],"summary":["Règlementation financière","Meeting with Mr Carsten Kengeter on the Capital Markets Union"],"notes":["Portfolio: President"],"location":["Brussels, Belgium","Brussels"],"address":["Brussels, Belgium","Brussels"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306","addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-20884001341-42","ec-person-29c106b0461ffd79e95f0119bdd363fd3c7c3ab3","ec-person-c402e34a99fbee730ae22e3b1958e21c94dc6fcc"]}} -{"id":"ec-meeting-2015-12-08-f7bbb9feaaa27b43b117d28e5c686919c1910b1e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-08 - Cabinet of Commissioner Elżbieta Bieńkowska x Council of European Employers of the Metal, Engineering and Technology-based Industries"],"date":["2015-12-08"],"summary":["Labour Mobility in the single market"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["ec-person-d2997a7f359c91a337055c3e24dd36bf928de38d","eu-tr-61370904700-45","ec-person-daef7f819b2f3ffe5e4f5d8eb2782954f3c4a4e2","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2015-12-08-fc4a25bb26668399f23f9b79b14efe764b60da7c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-08 - Cabinet of Vice-President Valdis Dombrovskis x Swedish Securities Markets Association (Swedish: Föreningen Svensk Värdepappersmarknad)"],"date":["2015-12-08"],"summary":["Capital Markets Union"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-7777147632-40","ec-person-3f9ca71b74344417d1f072ba7f3e2f09a223b036"]}} -{"id":"ec-meeting-2015-12-09-00228e69a00ce1bb3fbab21435f56c1bbe2b6ae0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-09 - Cabinet of Vice-President Miguel Arias Cañete x CIDSE - International Alliance of Catholic social justice organisations WWF European Policy Programme OXFAM INTERNATIONAL EU ADVOCACY OFFICE Greenpeace European Unit ACT Alliance Advocacy to the European Union Climate Action Network Europe"],"date":["2015-12-09"],"summary":["state of play climate negotiations COP21"],"notes":["Portfolio: Climate Action & Energy"],"location":["Le Bourget (Paris), France"],"address":["Le Bourget (Paris), France"],"addressEntity":["addr-a73f4eda7894c47eeaafd48605ce12782ef6e004"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-46856801604-90","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd","eu-tr-1414929419-24","eu-tr-55888811123-49","eu-tr-5189768701-12","eu-tr-9832909575-41","eu-tr-61263518557-92"]}} -{"id":"ec-meeting-2015-12-09-05b19d3b097040ec47f07dd9b6e489c6a2351fe7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-09 - Cabinet of Commissioner Elżbieta Bieńkowska x Deutsche Messe AG"],"date":["2015-12-09"],"summary":["Participation at next Hannover fair"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-55535346410-37","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2015-12-09-0b6627ce09051d24a2d5aea164780300aca7de3e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-09 - Günther Oettinger x EUROPEAN TRADE UNION CONFEDERATION"],"date":["2015-12-09"],"summary":["digital policy + society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-4cd59e13386e3b68ecb3611fcc579e0a0a3938a5","eu-tr-06698681039-26"]}} -{"id":"ec-meeting-2015-12-09-0bf8b9cdd17bc617229cac9d46f6bb7d8769d9d4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-09 - Cabinet of Vice-President Jyrki Katainen x Real Instituto Elcano"],"date":["2015-12-09"],"summary":["Elcano research on EU institutions"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-3775b7be791f90ed462b9071c9ae596b80d71bca","eu-tr-909187919366-18"]}} -{"id":"ec-meeting-2015-12-09-1451550b13e2d2e2e308ff43632f720b84315535","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-09 - Cabinet of Commissioner Margrethe Vestager x Housing Europe- The European Federation of Public, Cooperative and Social Housing"],"date":["2015-12-09"],"summary":["Social Housing, future review of EU State aid guidelines for services of general economic interest"],"notes":["Portfolio: Competition"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-margrethe-of-vestager"],"involved":["eu-tr-0124622797-55","ec-person-2e96673ec2acdfc668f6970535551f9afa1f8729"]}} -{"id":"ec-meeting-2015-12-09-264fa1a18fe671d9a0bc7bc992787223a3b18c8e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-09 - Energy x Avisa Partners"],"date":["2015-12-09"],"summary":["European energy policy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-54210841652-13","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2015-12-09-286bca8626c94f406e11a520826d4dd39071fa3a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-09 - Cabinet of Vice-President Miguel Arias Cañete x SALESAS TRES CENTRO DE ESTUDIOS"],"date":["2015-12-09"],"summary":["COP21"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-400183910694-08","ec-person-2229c857664a22dcb8eee79a8c05841fd3d0924f"]}} -{"id":"ec-meeting-2015-12-09-44dcf04a76da7c6fc645671d7afd459cefb53c58","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-09 - Migration and Home Affairs x Bundesvereinigung der Deutschen Arbeitgeberverbände e.V."],"date":["2015-12-09"],"summary":["Dinner Discussion on Greek Structural Reform, the Refugee Crisis and the British Referendum"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-home"],"involved":["eu-tr-7749519702-29","ec-person-ae1262e8850ed1e9a0530b0ad7440ac648255896"]}} -{"id":"ec-meeting-2015-12-09-4ac8a9e8cf375f9632b3b5ae141d760b35aabd8d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-09 - Cabinet of Commissioner Vytenis Andriukaitis x Union Européenne du Commerce du Bétail et des Métiers de la Viande"],"date":["2015-12-09"],"summary":["Animal health, Animal welfare, Food authenticity and integrity, Official controls, Market access and SPS barrier"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-b9c3f19e7c5f216e3e508f931ddd6a9cb59376d1","eu-tr-4422649896-52","ec-person-c986c9ff99d99d8006e000db5a8046be615813ae","ec-person-0dbfffeb0323f819c8d57164906086dd8639c437","ec-person-df30d07ef698a52b9948b9c734db39196cf8541f"]}} -{"id":"ec-meeting-2015-12-09-4cbb1fa578e42459320e383c4f4c5bd7e451ffda","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-09 - Cabinet of Vice-President Andrus Ansip x Digital Policy Alliance (EURIM)"],"date":["2015-12-09"],"summary":["DSM"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-410844419741-74","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45"]}} -{"id":"ec-meeting-2015-12-09-53f76022f777f0f4cebd930e1897fad43f616dcc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-09 - Günther Oettinger x Spotify Albright Stonebridge Group LLC"],"date":["2015-12-09"],"summary":["DSM"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-4cd59e13386e3b68ecb3611fcc579e0a0a3938a5","eu-tr-365747616583-15","eu-tr-712404319883-30"]}} -{"id":"ec-meeting-2015-12-09-5c902ec1abffdf5fc6e8c9ab611ff9217066b72d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-09 - Mobility and Transport x RB Rail AS"],"date":["2015-12-09"],"summary":["Baltic Rail Project"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-move"],"involved":["ec-person-26cdfacae671b09917bee1a91c91973941fa58a2","eu-tr-781539719605-15"]}} -{"id":"ec-meeting-2015-12-09-821c7d3471435c0375cf4a977d79f1a7c7a41036","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-09 - Cabinet of Commissioner Phil Hogan x Finnish Forest Industries Federation (Metsäteollisuus ry)"],"date":["2015-12-09"],"summary":["Forestry"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-39671713910-36","ec-person-ff8342dedc26701400fcb7dcf73fbee50a837ac6"]}} -{"id":"ec-meeting-2015-12-09-927e2ee9390405c32d64c1d12dc1103c2239a89d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-09 - Cabinet of Vice-President Maroš Šefčovič x VLAHOVIC GROUP LLC"],"date":["2015-12-09"],"summary":["LNG Terminal Krk"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-10102758435-95","ec-person-2be517b9261a91f2f07e05ec14c6331980e9716e"]}} -{"id":"ec-meeting-2015-12-09-acbb5fb3b99006bdc7710b2dd92fcb6748477929","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-09 - Employment, Social Affairs and Inclusion x CEC European Managers - Confédération Européenne des Cadres"],"date":["2015-12-09"],"summary":["How to contribute to the advancement of social dialogue and strengthen the relations between the Commissionand CEC"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-empl"],"involved":["eu-tr-10426402966-04","ec-person-0d8ce1c547b8ca99decd25740ba12e2c0866a2fd"]}} -{"id":"ec-meeting-2015-12-09-b3a2a84a91b62a318d180575b90d59f6a75f636f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-09 - Cabinet of Vice-President Andrus Ansip x Spotify Albright Stonebridge Group LLC"],"date":["2015-12-09"],"summary":["DSM"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-365747616583-15","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45","eu-tr-712404319883-30"]}} -{"id":"ec-meeting-2015-12-09-bb0cefc96651bc8cbbe9b971e749dcdd0004db16","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-09 - Cabinet of Vice-President Andrus Ansip x Bundesverband Breitbandkommunikation e.V."],"date":["2015-12-09"],"summary":["German broadband market, Vectoring and telco review."],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-028570718529-43","ec-person-666bc159c7e65a3af9e63c1e97435c02f1496955"]}} -{"id":"ec-meeting-2015-12-09-c597f22bdd666d7097dab42a71b48e98e8dfe090","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-09 - Cabinet of Vice-President Valdis Dombrovskis x The Royal Bank of Scotland"],"date":["2015-12-09"],"summary":["Ulster Bank-Capital Markest Union/Securitisation"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-483974815034-52","ec-person-3f9ca71b74344417d1f072ba7f3e2f09a223b036"]}} -{"id":"ec-meeting-2015-12-09-d799f272b8a7f8192cb6e82dca4f267fcd6a633e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-09 - Cabinet of Vice-President Jyrki Katainen x European Visual Artists"],"date":["2015-12-09"],"summary":["Phone call regarding Panorama exception"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-121604011075-40","ec-person-0da85dc48012e26688310a59a0b51727ea68f410"]}} -{"id":"ec-meeting-2015-12-09-d8f994948597e4d9ebbff47eb6055e204ea90c58","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-09 - Günther Oettinger x Inline Policy Sprl"],"date":["2015-12-09"],"summary":["DSM"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-660137014271-28","ec-person-d8b86b98a24683917c569000ed6d8c45bedbbc00"]}} -{"id":"ec-meeting-2015-12-09-db9da9c209522f1822eec0992cc4bb9f55937918","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-09 - Cabinet of Commissioner Vytenis Andriukaitis x EUROPEAN ORGANISATION FOR RARE DISEASES"],"date":["2015-12-09"],"summary":["European Reference Networks in the field of rare diseases; improving access to orphan drugs; platform on rare disease registration"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-059ca943fc5fc696d2a97849c635ddf7b6ab7fd7","ec-person-97425c615743576adc42e09bee7dac14f83f691b","eu-tr-93272076510-87"]}} -{"id":"ec-meeting-2015-12-09-dcb0743213f2b65f0c51095eaaf4218ef7c736fc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-09 - Cabinet of Commissioner Vytenis Andriukaitis x Greenpeace European Unit"],"date":["2015-12-09"],"summary":["GMO, glyphosate"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-b9c3f19e7c5f216e3e508f931ddd6a9cb59376d1","eu-tr-9832909575-41"]}} -{"id":"ec-meeting-2015-12-09-dcd53519d21244e1b4a36e69e8c965e16e000a84","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-09 - Cabinet of Vice-President Jyrki Katainen x IBM Corporation"],"date":["2015-12-09"],"summary":["Investment opportunities and digital single market"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-7721359944-96","ec-person-0da85dc48012e26688310a59a0b51727ea68f410"]}} -{"id":"ec-meeting-2015-12-09-dd8549c64020f963af0c37c249dc3d8d52273ac3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-09 - Cabinet of Commissioner Elżbieta Bieńkowska x Ligue de Football Professionnel"],"date":["2015-12-09"],"summary":["le soutien que les institutions européennes pourraient fournir aux détenteurs de droits sportifs comme la LFP afin de lutter contre le piratage et de protéger leurs droits dans l’environnement en ligne de manière plus adéquate"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["ec-person-685ecf13dd26cd515c961e24ba71049af2302c5e","eu-tr-380093418048-20"]}} -{"id":"ec-meeting-2015-12-09-e61659dcce0aef1da5e2139a5fd5b43d0c9fd1dc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-09 - Cabinet of Vice-President Andrus Ansip x Allied for Startups asbl"],"date":["2015-12-09"],"summary":["DSM"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-634665118544-37","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45"]}} -{"id":"ec-meeting-2015-12-09-eb55662faf33c51885f2c1db31b8fa0a75c2974f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-09 - Cabinet of Commissioner Dimitris Avramopoulos x Transatlantic Institute"],"date":["2015-12-09"],"summary":["Security and Migration challenges"],"notes":["Portfolio: Migration, Home Affairs and Citizenship"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-avramopoulos-cabinet-commissioner-dimitris-of"],"involved":["ec-person-57d09145ba24f5738cdde61edf14f741cb547675","eu-tr-95713206856-14","ec-person-06b43c385c07c13f2bae1d24a0075851e8ce491d"]}} -{"id":"ec-meeting-2015-12-09-ee437dca4adc09987784234cdc8b26320afd7085","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-09 - Cabinet of Commissioner Jonathan Hill x Banco Santander, S.A."],"date":["2015-12-09"],"summary":["Digital Single Market"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Belgium, Brussels, BERL"],"address":["Belgium, Brussels, BERL"],"addressEntity":["addr-afebf85a436897fe5234b2ac0d00a1ddc4c9dd27"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["eu-tr-799142914971-03","ec-person-5fdb62e20cecef81f87f94d3d1bcdd3b47b26af0"]}} -{"id":"ec-meeting-2015-12-09-f2f10023d8fdbd3d363815c7afc8faf26c27d24e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-09 - Cabinet of Commissioner Carlos Moedas x CIP - Confederação Empresarial de Portugal"],"date":["2015-12-09"],"summary":["Horizon 2020"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-2b4bb0b28e7435e5f612e44d9664dbd1051efc55","eu-tr-022255314501-32"]}} -{"id":"ec-meeting-2015-12-09-f31902b254bf16a9c9387b5ad5d7e82f99ce79c6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-09 - Cabinet of Commissioner Elżbieta Bieńkowska x Transport and Environment (European Federation for Transport and Environment)"],"date":["2015-12-09"],"summary":["Type Approval Framework Directive"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["ec-person-b2f9be51339f054477846797e2c119fcf16548fc","eu-tr-58744833263-19"]}} -{"id":"ec-meeting-2015-12-09-f662a6c73ca83a4071dbcd307bc249dc7e59bb03","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-09 - Joint Research Centre x Easy Smart Grid GmbH"],"date":["2015-12-09"],"summary":["Presentation of new technologies for smart grids"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-jrc"],"involved":["eu-tr-016240019954-66","ec-person-b3e6b7a4bd40eead1b939244f1cb4e9bdaf65f46"]}} -{"id":"ec-meeting-2015-12-10-00228e69a00ce1bb3fbab21435f56c1bbe2b6ae0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-10 - Cabinet of Vice-President Miguel Arias Cañete x CIDSE - International Alliance of Catholic social justice organisations WWF European Policy Programme OXFAM INTERNATIONAL EU ADVOCACY OFFICE Greenpeace European Unit ACT Alliance Advocacy to the European Union Climate Action Network Europe"],"date":["2015-12-10"],"summary":["State of play climate negotiations COP21"],"notes":["Portfolio: Climate Action & Energy"],"location":["Le Bourget (Paris), France"],"address":["Le Bourget (Paris), France"],"addressEntity":["addr-a73f4eda7894c47eeaafd48605ce12782ef6e004"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-46856801604-90","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd","eu-tr-1414929419-24","eu-tr-55888811123-49","eu-tr-5189768701-12","eu-tr-9832909575-41","eu-tr-61263518557-92"]}} -{"id":"ec-meeting-2015-12-10-09bde3df5cb60d7e34cf4ebfb6dd22e273d3c7d8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-10 - Environment x Polish Electricity Association"],"date":["2015-12-10"],"summary":["BAT"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-env"],"involved":["eu-tr-255859710443-50","ec-person-3bc74ce04ea3f4ab4d91a5c88eef25b8b8a213b4"]}} -{"id":"ec-meeting-2015-12-10-0b5dc674dd86a7034ea00848e356ebb39cd212e7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-10 - Cabinet of Vice-President Miguel Arias Cañete x Europe's Independent Fuel Suppliers"],"date":["2015-12-10"],"summary":["Heating and cooling strategy and the future of the FQD"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-260e00934471a02805fb143935d6e9205a7f355f","eu-tr-42843016904-50"]}} -{"id":"ec-meeting-2015-12-10-2f96cf841fdce9cac84eedff1bf2b1c200a94b23","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-10 - Cabinet of High Representative / Vice-President Federica Mogherini x The European Azerbaijan Society - Brussels and Benelux office"],"date":["2015-12-10"],"summary":["Presentation of TEAS and the possible cooperation"],"notes":["Portfolio: Foreign Affairs and Security Policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"involved":["ec-person-62bf207e4274ad594e7eab4bfe20782f1d57f645","eu-tr-163313114609-84"]}} -{"id":"ec-meeting-2015-12-10-3232a0fd4fb2ac2aee38c3772fa9cd4116aa3258","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-10 - Health and Food Safety x Bureau Européen des Unions de Consommateurs"],"date":["2015-12-10"],"summary":["exchange views on a number of topics in the SANTE portfolio"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-sante"],"involved":["eu-tr-9505781573-45","ec-person-3c7fdbe0c1c235777d916309465339b7ed1666f6"]}} -{"id":"ec-meeting-2015-12-10-3537af495d2be0ca0a290c766e7c772898327dff","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2015-12-10 - Cabinet of Commissioner Phil Hogan x John Deere GmbH&Co.Kg"],"date":["2015-12-10"],"summary":["Business discussion","Agricultural Matters"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-400dd8d59d3060187d9b9b143d697da1a3d03c12","eu-tr-524637319601-09","ec-person-a1a78365cc4685b0958056646204977d8f2ead92"]}} -{"id":"ec-meeting-2015-12-10-454d83fd5c2fa2cbcb5681a1ddcd11bde1074dbf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-10 - Cabinet of Vice-President Valdis Dombrovskis x European Federation of Employee Share Ownership"],"date":["2015-12-10"],"summary":["Discussion focused on the progress regarding employee share ownership practises across UE, namely way for possible COM actions in this matter"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-1f98d05bdaed2c40396781b1eb7b0aa47cb8dd20","eu-tr-309808016043-82"]}} -{"id":"ec-meeting-2015-12-10-4b4b1e42ff07011b010a047270263aba8609b315","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-10 - Cabinet of Vice-President Andrus Ansip x Symantec Corporation"],"date":["2015-12-10"],"summary":["DSM, NIS, Safe harbour negociations"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-5db7bdd1c81da2e70eb5b982097d0004111b5c3e","eu-tr-3612325809-89"]}} -{"id":"ec-meeting-2015-12-10-5a8b6099537677e27a4930af2a07a3bacf6f1797","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-10 - Health and Food Safety x MEDICINES FOR EUROPE"],"date":["2015-12-10"],"summary":["European healthcare policies"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-sante"],"involved":["eu-tr-48325781850-28","ec-person-3c7fdbe0c1c235777d916309465339b7ed1666f6"]}} -{"id":"ec-meeting-2015-12-10-60cc28ea9010217c02895c572e97ee1c6b714ff0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-10 - Cabinet of Vice-President Andrus Ansip x Broadcom"],"date":["2015-12-10"],"summary":["Safe Harbour discussion"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-5db7bdd1c81da2e70eb5b982097d0004111b5c3e","eu-tr-240029014014-18"]}} -{"id":"ec-meeting-2015-12-10-67c2c1d710b2bf9b0cdfdd439a42af5459f9a183","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-10 - Cabinet of Commissioner Elżbieta Bieńkowska x UPS Europe SRL/BV"],"date":["2015-12-10"],"summary":["fight against coutnerfeit & piracy"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["ec-person-685ecf13dd26cd515c961e24ba71049af2302c5e","eu-tr-07691616536-09"]}} -{"id":"ec-meeting-2015-12-10-6d6e714c3e2d5bb15e2f1c3c55afe49ce4545443","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-10 - Cabinet of Commissioner Violeta Bulc x Arbeitsgemeinschaft deutscher Verkehrsflughäfen"],"date":["2015-12-10"],"summary":["Aviation"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-41108238259-40","ec-person-9d4dc4867a44dfe10f67ae7ee1706da3e8b48a24"]}} -{"id":"ec-meeting-2015-12-10-85d253147dac76e2b5183f7cf1d9de8f787018a0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-10 - Cabinet of Vice-President Andrus Ansip x Bundesverband Informationswirtschaft, Telekommunikation und neue Medien e. V."],"date":["2015-12-10"],"summary":["Digitisation of industry, startups, eGovernment, data"],"notes":["Portfolio: Digital Single Market"],"location":["Berlin"],"address":["Berlin"],"addressEntity":["addr-062b06ba8e755765c6b049809b7430fd54fe5b21"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-5351830264-31","ec-person-6a03bc4fa7657513ea34529e98dba0671ef4c849","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45","ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0"]}} -{"id":"ec-meeting-2015-12-10-c26bbb6fb084eb2ebc63caaa542ec7460b2f90b4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-10 - Cabinet of President Jean-Claude Juncker x Bundesverband der Deutschen Industrie e.V."],"date":["2015-12-10"],"summary":["Meeting with Mr Ingo Kramer on the current economic situation and the Single Market"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-1771817758-48","ec-person-29c106b0461ffd79e95f0119bdd363fd3c7c3ab3"]}} -{"id":"ec-meeting-2015-12-10-e4e609e27e85bc1f7dd33ff726b04cc10df47b61","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-10 - Environment x International Union for Conservation of Nature EU Representative Office"],"date":["2015-12-10"],"summary":["Biodiversity"],"location":["brussels"],"address":["brussels"],"addressEntity":["addr-e2daa1574b7ac475c827b33e281bd2d5e013c882"],"organizer":["ec-dg-env"],"involved":["eu-tr-03518238467-61","ec-person-3bc74ce04ea3f4ab4d91a5c88eef25b8b8a213b4"]}} -{"id":"ec-meeting-2015-12-10-e73966060fc10c896cde2edc89ceb9646532b819","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-10 - Cabinet of Vice-President Valdis Dombrovskis x Third Generation Environmentalism Ltd"],"date":["2015-12-10"],"summary":["Capital Markets Union/G20 COP21"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-07783117686-61","ec-person-3f9ca71b74344417d1f072ba7f3e2f09a223b036"]}} -{"id":"ec-meeting-2015-12-10-f2b2f14d0285a5d3667d793f62b09e13e3f59ae7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-10 - Cabinet of Vice-President Jyrki Katainen x CONSEIL DE COOPERATION ECONOMIQUE"],"date":["2015-12-10"],"summary":["Competitiveness of the EU industry"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-0da85dc48012e26688310a59a0b51727ea68f410","eu-tr-146893419149-74"]}} -{"id":"ec-meeting-2015-12-10-f45f944ea7c7a91b11795550e0cb7c88af069c9c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-10 - Cabinet of Commissioner Tibor Navracsics x Universal Music Group International"],"date":["2015-12-10"],"summary":["Digital Single Market, Copyright, Creative Industries"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-49f31dad10f5641cb1d1e4c3107dd838389e8120","ec-person-cb6aa96c497dead35eb0f2ed0339e5423d506549","eu-tr-530216615544-40"]}} -{"id":"ec-meeting-2015-12-10-f505b4b344de5cce3a34daff6395e829f2017b14","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-10 - Cabinet of Commissioner Jonathan Hill x BANCO BILBAO VIZCAYA ARGENTARIA"],"date":["2015-12-10"],"summary":["Introductory Meeting and Digital Banking"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["eu-tr-090350412968-04","ec-person-f247edfcff54d4f26fc10769f809c92bc72d6797"]}} -{"id":"ec-meeting-2015-12-10-fc126107acefc72cf450000dfd3d77799e1859a0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-10 - Cabinet of Commissioner Violeta Bulc x FTI Consulting Belgium SITA for Aircraft"],"date":["2015-12-10"],"summary":["Aviation"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-127843619863-27","ec-person-9d4dc4867a44dfe10f67ae7ee1706da3e8b48a24","eu-tr-29896393398-67"]}} -{"id":"ec-meeting-2015-12-11-02881476be15e508fff3d90aa9925ce6bbb04cec","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-11 - Cabinet of Commissioner Věra Jourová x DIGITALEUROPE"],"date":["2015-12-11"],"summary":["GDPR"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["eu-tr-64270747023-20","ec-person-f329292459cb1badb7fb7c6b67b698c441931bb2"]}} -{"id":"ec-meeting-2015-12-11-0fce5a5b8e485a3edbca0f99650d218734d5b815","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-11 - Cabinet of High Representative / Vice-President Federica Mogherini x Open Society European Policy Institute"],"date":["2015-12-11"],"summary":["Meeting with Armenian experts"],"notes":["Portfolio: Foreign Affairs and Security Policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"involved":["eu-tr-8557515321-37","ec-person-97549b50ce25e488bb1c03d83cfb838cd4fdf293"]}} -{"id":"ec-meeting-2015-12-11-10718c3676d371c9e17fcb1237112024d68bad48","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-11 - Cabinet of High Representative / Vice-President Federica Mogherini x European Business Summit Network"],"date":["2015-12-11"],"summary":["To discuss the European Business Summit and Save The Date for 1st & 2nd June 2016"],"notes":["Portfolio: Foreign Affairs and Security Policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"involved":["ec-person-62bf207e4274ad594e7eab4bfe20782f1d57f645","eu-tr-268958411031-65"]}} -{"id":"ec-meeting-2015-12-11-25f9826cc97c6c16dffeebaf58118f8f36ca89ba","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-11 - Cabinet of Commissioner Marianne Thyssen x Santé Mentale Exclusion Sociale - Europa"],"date":["2015-12-11"],"summary":["Priorities of the EC on social policies / social security"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["eu-tr-428630719734-25","ec-person-ce19440eacb8fd67f534bdbcce33a1c4cedfd071"]}} -{"id":"ec-meeting-2015-12-11-2cae8d7e3354bcb251602d0a2a7d95f8e2a0dbfd","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2015-12-11 - Cabinet of Commissioner Christos Stylianides x Ukrainian World Congress"],"date":["2015-12-11"],"summary":["Ukrainian humanitarian issues","Ukranian assistance for Ukraine"],"notes":["Portfolio: Humanitarian Aid & Crisis Management"],"location":["BERL 11/076","Brussels"],"address":["BERL 11/076","Brussels"],"addressEntity":["addr-aa42d8966ab93673058090a254cf9aa1aae86b51","addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-christos-commissioner-of-stylianides"],"involved":["eu-tr-674342920396-33","ec-person-de605a3492bf8716a72a814958f304a939e828b3"]}} -{"id":"ec-meeting-2015-12-11-30f7215db9ca60c11d1dd231de070e505f2fcb41","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-11 - Competition x International Chamber of Commerce"],"date":["2015-12-11"],"summary":["To make acquaintance and to review competition policy trends"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-comp"],"involved":["ec-person-8600a621c9aef12fc33b708e13b3cd3d5fa5696b","eu-tr-50674299591-83"]}} -{"id":"ec-meeting-2015-12-11-4b6fe5c8c9df1146a87b2fcdef88cdd1cdf5de16","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-11 - Directorate-General for International Partnerships x Bill & Melinda Gates Foundation"],"date":["2015-12-11"],"summary":["courtesy meeeting with Andrew MACE, newly appointed for the follow up on the EU relations"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-intpa"],"involved":["ec-person-ad00e7dd980bb2a40a95c65a87f8760494546865","eu-tr-371567915480-41"]}} -{"id":"ec-meeting-2015-12-11-4fb5393522357628f364785071dd33a697c9a41e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-11 - Günther Oettinger x British Broadcasting Corporation"],"date":["2015-12-11"],"summary":["DSM"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-c6cae64cc7dc787b66a47ab1613d3e922875b971","eu-tr-336906714921-03"]}} -{"id":"ec-meeting-2015-12-11-568fca327bed4a66179bf4f15d34cfcaf47873c1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-11 - Günther Oettinger x Deutsche Telekom"],"date":["2015-12-11"],"summary":["telecoms"],"location":["BXL"],"address":["BXL"],"addressEntity":["addr-d2fde52f67ea4a3e1fe233d0a959d6a1c77fd910"],"organizer":["ec-dg-de"],"involved":["ec-person-49723482bb23d029cbfc010cb37eec7392a0ae02","eu-tr-60052162589-72"]}} -{"id":"ec-meeting-2015-12-11-5dad487337e60dbb412c08aeaf5980cd56866274","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-11 - Cabinet of Commissioner Corina Crețu x EURODOM"],"date":["2015-12-11"],"summary":["RUP (accords commerciaux, renégociation du RGEC, POSEI et pêche)"],"notes":["Portfolio: Regional Policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-corina-cretu-of"],"involved":["ec-person-f5bd4d5d0170028815aba56ee7d4883f0fd70f47","eu-tr-28418016649-41"]}} -{"id":"ec-meeting-2015-12-11-69432f666360d48f3b783179cbe35832686630ae","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-11 - Cabinet of Vice-President Andrus Ansip x European Publishers Council"],"date":["2015-12-11"],"summary":["DSM, copyright"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-4456380381-30","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45"]}} -{"id":"ec-meeting-2015-12-11-6ebdb53f2082ffc7b2d3b64637517768fc159f06","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-11 - Internal Market, Industry, Entrepreneurship and SMEs x Aerospace, Security and Defence Industries Association of Europe"],"date":["2015-12-11"],"summary":["Presentation of the sector, defence preparatory action, civil aeronautics, research."],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-grow"],"involved":["ec-person-60a3d0d628d231b41af1d0c65607b0fd78ca4edc","eu-tr-72699997886-57"]}} -{"id":"ec-meeting-2015-12-11-7a3e9294306138b9021d954d92481025da7506af","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-11 - Cabinet of Commissioner Věra Jourová x European Citizen Action Service"],"date":["2015-12-11"],"summary":["Passenger name records (PNR) directive"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-f329292459cb1badb7fb7c6b67b698c441931bb2","eu-tr-47003483702-10"]}} -{"id":"ec-meeting-2015-12-11-7b3f70195050c0c1b3c42a7647bdb05142e9385c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-11 - Cabinet of Vice-President Andrus Ansip x Comuto SA"],"date":["2015-12-11"],"summary":["Free flow of data initiative"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-d5a309c64ecdb05010325dcfc661f6ae817f31cc","eu-tr-290486916308-69"]}} -{"id":"ec-meeting-2015-12-11-85a58700790047a11a0d43dc06e80bda4b089d0c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-11 - Cabinet of Commissioner Marianne Thyssen x VERBOND VAN BELGISCHE ONDERNEMINGEN / FEDERATION DES ENTREPRISES DE BELGIQUE"],"date":["2015-12-11"],"summary":["Labour mobility"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["eu-tr-47676761061-93","ec-person-7567514af00f139b390cf9864d28a090ca0fde25"]}} -{"id":"ec-meeting-2015-12-11-9b2969122767783783f22603d388856eabe905a2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-11 - Cabinet of Commissioner Jonathan Hill x International Swaps and Derivatives Association"],"date":["2015-12-11"],"summary":["European Market Infrastructure Regulation"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["ec-person-f247edfcff54d4f26fc10769f809c92bc72d6797","eu-tr-46643241096-93"]}} -{"id":"ec-meeting-2015-12-11-a0457007c8b7900611e93b49049dff9c02c26040","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-11 - Competition x Studienvereinigung Kartellrecht e.V."],"date":["2015-12-11"],"summary":["To make acquaintance and to review competition policy trends"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-comp"],"involved":["eu-tr-791153119991-74","ec-person-8600a621c9aef12fc33b708e13b3cd3d5fa5696b"]}} -{"id":"ec-meeting-2015-12-11-a3e062d7ac58f918aa68c75bd2d2b8c14d69161c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-11 - Cabinet of Commissioner Věra Jourová x Vodafone Belgium SA"],"date":["2015-12-11"],"summary":["GDPR"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["eu-tr-90142503473-81","ec-person-f329292459cb1badb7fb7c6b67b698c441931bb2"]}} -{"id":"ec-meeting-2015-12-11-aa658a7db21884cf8296cb98ae4d537d74ff2a98","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-11 - Günther Oettinger x Bundesverband Breitbandkommunikation e.V."],"date":["2015-12-11"],"summary":["Telecommunications Policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-028570718529-43","ec-person-c6cae64cc7dc787b66a47ab1613d3e922875b971"]}} -{"id":"ec-meeting-2015-12-11-ab3a537581b6e3bec4807e9153ee66aabb16b2a0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-11 - Günther Oettinger x Zentralverband des Deutschen Handwerks e.V."],"date":["2015-12-11"],"summary":["DSM"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-c6cae64cc7dc787b66a47ab1613d3e922875b971","eu-tr-5189667783-94"]}} -{"id":"ec-meeting-2015-12-11-ab5c0cd71095d4daea85428cc714b98f1dc6c4b3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-11 - Cabinet of Vice-President Andrus Ansip x British Broadcasting Corporation"],"date":["2015-12-11"],"summary":["DSM, portability, platforms, AVMS review"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-336906714921-03","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45"]}} -{"id":"ec-meeting-2015-12-11-bf46faab28250321deeeb909fa8b80a91f0f6984","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-11 - Cabinet of Vice-President Andrus Ansip x Uber"],"date":["2015-12-11"],"summary":["collaborative economy within the Single Market"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-d5a309c64ecdb05010325dcfc661f6ae817f31cc","eu-tr-002278013515-26","ec-person-91ca0921c6790191daa54427311acd63035e7c9e"]}} -{"id":"ec-meeting-2015-12-11-c08a3f802bf831bf2757b9b8e0b7ed2543f22830","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-11 - Cabinet of Vice-President Jyrki Katainen x Deutsche Telekom"],"date":["2015-12-11"],"summary":["Digital Single Market"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-0da85dc48012e26688310a59a0b51727ea68f410","eu-tr-60052162589-72"]}} -{"id":"ec-meeting-2015-12-11-e3d7d9843db72b6aefdf37675d86c05b377de0ae","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-11 - Cabinet of Commissioner Phil Hogan x Federation of Swedish Family Forest Owners"],"date":["2015-12-11"],"summary":["Forestry"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-878186914678-56","ec-person-ff8342dedc26701400fcb7dcf73fbee50a837ac6"]}} -{"id":"ec-meeting-2015-12-11-ec59b1c82b202244feac0309d09f4e2033d8b92f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-11 - Financial Stability, Financial Services and Capital Markets Union x Cercle des Réseaux européens"],"date":["2015-12-11"],"summary":["The major challenges of the coming year in the financial sector, also economic, political and institutional"],"location":["Paris"],"address":["Paris"],"addressEntity":["addr-22390ad11c32faec43fc61555b53607660b3c185"],"organizer":["ec-dg-fisma"],"involved":["ec-person-bdee7a93f95c8ef05079539170139b3c02e8ed96","eu-tr-212885415901-57"]}} -{"id":"ec-meeting-2015-12-11-ef596bde67f805674859348fe25b0b99532d1f75","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-11 - Günther Oettinger x Aerospace, Security and Defence Industries Association of Europe"],"date":["2015-12-11"],"summary":["Aviation package"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-d8b86b98a24683917c569000ed6d8c45bedbbc00","eu-tr-72699997886-57"]}} -{"id":"ec-meeting-2015-12-11-f1e14c216dd1a4360fff0ef9575065151b68af4a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-11 - Cabinet of Commissioner Elżbieta Bieńkowska x Eutelsat"],"date":["2015-12-11"],"summary":["Govsatcom"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-746025510283-01","ec-person-685ecf13dd26cd515c961e24ba71049af2302c5e"]}} -{"id":"ec-meeting-2015-12-14-07634fcc20d9e7538e2fd62b2d228ae44a63c32e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-14 - Cabinet of Vice-President Maroš Šefčovič x SOCAR Representative Office in Belgium"],"date":["2015-12-14"],"summary":["State of play Southern Gas Corridor"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-293526811220-13","ec-person-3bf48630444ace93d407e52eb880e64d480f75ce"]}} -{"id":"ec-meeting-2015-12-14-162291d5fca5c57c70d5004f7c92f7a823aae033","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-14 - Cabinet of Vice-President Andrus Ansip x Alliance for the Freedom of the CAR Repair"],"date":["2015-12-14"],"summary":["Digitalisation of vehicle repairs"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-668292216120-05","ec-person-6a03bc4fa7657513ea34529e98dba0671ef4c849"]}} -{"id":"ec-meeting-2015-12-14-1a4d6ebae80b30a7984da5e63df6afc3f740deb5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-14 - Cabinet of President Jean-Claude Juncker x Fondation Prospective et Innovation"],"date":["2015-12-14"],"summary":["Meeting with Mr Raffarin and other representatives from the Fondation Prospective et Innovation on the Investment Plan and relations between EU and China"],"notes":["Portfolio: President"],"location":["Strasbourg, France"],"address":["Strasbourg, France"],"addressEntity":["addr-bd8804e8a516e8be093ac8868dbe50cdb758c25b"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-29c106b0461ffd79e95f0119bdd363fd3c7c3ab3","ec-person-b1bf9aa5fb7e886441ff341b657cc482b64a2a3e","eu-tr-342174419993-23"]}} -{"id":"ec-meeting-2015-12-14-48a7de3e902033faf698185d83ebf8e072c3d254","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-14 - Günther Oettinger x Startups.be"],"date":["2015-12-14"],"summary":["startups, digital market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0","eu-tr-064914715900-89"]}} -{"id":"ec-meeting-2015-12-14-7d1cc006f350e3cb0943899ea245c48e2b651008","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-14 - Environment x Airbus"],"date":["2015-12-14"],"summary":["Sustainable Innovation and REACH"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-env"],"involved":["eu-tr-2732167674-76","ec-person-3bc74ce04ea3f4ab4d91a5c88eef25b8b8a213b4"]}} -{"id":"ec-meeting-2015-12-14-83a19be2e1adf4c64edab0b3b822b3590bdcb980","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-14 - Cabinet of Vice-President Jyrki Katainen x Transport and Environment (European Federation for Transport and Environment)"],"date":["2015-12-14"],"summary":["Type approval framework for motor vehicles"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-0da85dc48012e26688310a59a0b51727ea68f410","eu-tr-58744833263-19"]}} -{"id":"ec-meeting-2015-12-14-8facda8921501bb69cfaad6adc6d1fbf9af3320f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-14 - Cabinet of Commissioner Margrethe Vestager x Bureau Européen des Unions de Consommateurs"],"date":["2015-12-14"],"summary":["Priorities for competition and consumer policy"],"notes":["Portfolio: Competition"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-margrethe-of-vestager"],"involved":["ec-person-baa1c172df109ebd1f0307bccb5e21aec66c7a25","eu-tr-9505781573-45"]}} -{"id":"ec-meeting-2015-12-14-c1c9d49dc5c31b9619e47994e4e9bc1a1f588188","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-14 - Environment x Bureau Européen des Unions de Consommateurs"],"date":["2015-12-14"],"summary":["EU Ecolabel,Eco design, circular economy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-env"],"involved":["eu-tr-9505781573-45","ec-person-3bc74ce04ea3f4ab4d91a5c88eef25b8b8a213b4"]}} -{"id":"ec-meeting-2015-12-14-cff2a17776adcdf92ac3d33c9531c8b6a393b106","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-14 - Cabinet of First Vice-President Frans Timmermans x France Industrie"],"date":["2015-12-14"],"summary":["Better Regulation"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-60974102057-03","ec-person-284d94050a35c9079d8b1ba3f85eaf7777b5fea9"]}} -{"id":"ec-meeting-2015-12-14-e3e88c7b085a145b3a92a92b401abe286d504bf5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-14 - Health and Food Safety x Atomium European Institute for Science, Media and Democracy"],"date":["2015-12-14"],"summary":["discussion on chronic diseases"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-sante"],"involved":["eu-tr-604316917419-28","ec-person-3c7fdbe0c1c235777d916309465339b7ed1666f6"]}} -{"id":"ec-meeting-2015-12-14-e965a6973d3d949b10c04ff45b64f608aefb8621","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-14 - Environment x EUROCHAMBRES – Association of European Chambers of Commerce and Industry"],"date":["2015-12-14"],"summary":["EBTC and Circular Economy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-env"],"involved":["eu-tr-0014082722-83","ec-person-3bc74ce04ea3f4ab4d91a5c88eef25b8b8a213b4"]}} -{"id":"ec-meeting-2015-12-14-ef894d286443d9c91e69eb9f07862bbfb636d7c9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-14 - Cabinet of Vice-President Jyrki Katainen x Insurance Europe"],"date":["2015-12-14"],"summary":["Investment initiative"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-3775b7be791f90ed462b9071c9ae596b80d71bca","eu-tr-33213703459-54"]}} -{"id":"ec-meeting-2015-12-14-f0b50cce1feaf930c0b96bd1949418da5aa42ecd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-14 - Cabinet of Vice-President Valdis Dombrovskis x AMUNDI AM"],"date":["2015-12-14"],"summary":["Packaged retail and insurance-based investment products"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-94607479886-02","ec-person-3f9ca71b74344417d1f072ba7f3e2f09a223b036"]}} -{"id":"ec-meeting-2015-12-14-f3548b6a4f2a26c4c0d524b2a8a67f5f13691e0d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-14 - Cabinet of Vice-President Jyrki Katainen x TUSIAD-Turkish Industry&Business Association"],"date":["2015-12-14"],"summary":["High level EU –Turkey Economic dialogue"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-38870176589-43","ec-person-7c9460f99c5872dbdc561f5752401c870d12e98b"]}} -{"id":"ec-meeting-2015-12-14-f8d61e6183540b02cc4ffc5bcddc3ff3cacdaaa0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-14 - Günther Oettinger x European Federation for Services to Individuals"],"date":["2015-12-14"],"summary":["DSM"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-d8b86b98a24683917c569000ed6d8c45bedbbc00","eu-tr-57795906755-89"]}} -{"id":"ec-meeting-2015-12-15-174edaa22f146e0e58dfdfd995001fbe488bd42e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-15 - Günther Oettinger x Internet Corporation for Assigned Names and Numbers"],"date":["2015-12-15"],"summary":["IANA transition"],"location":["New York"],"address":["New York"],"addressEntity":["addr-3dddf7feb16bf399efe204acf0fee9106ad446eb"],"organizer":["ec-dg-de"],"involved":["eu-tr-804646318062-39","ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0"]}} -{"id":"ec-meeting-2015-12-15-2142b69a0057e07f49ba76b9169c98c269fa7f2c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-15 - Cabinet of Vice-President Valdis Dombrovskis x FoodDrinkEurope"],"date":["2015-12-15"],"summary":["Joint mtg European agri-food chain organisations/Markets in Financial Instruments Directive"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-75818824519-45","ec-person-3f9ca71b74344417d1f072ba7f3e2f09a223b036"]}} -{"id":"ec-meeting-2015-12-15-280a6a52f4119df1c665c571aef0e5a6499232df","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-15 - Cabinet of Commissioner Phil Hogan x European Biogas Association"],"date":["2015-12-15"],"summary":["Biogas"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-18191445640-83","ec-person-ff8342dedc26701400fcb7dcf73fbee50a837ac6"]}} -{"id":"ec-meeting-2015-12-15-5946563e5890eb281dfe483c04781e2fe3486f86","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-15 - Günther Oettinger x Association des Constructeurs Européens d'Automobiles"],"date":["2015-12-15"],"summary":["connected automated driving"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-d8b86b98a24683917c569000ed6d8c45bedbbc00","eu-tr-0649790813-47"]}} -{"id":"ec-meeting-2015-12-15-5b9741f5682ec5f4e49da5e4bfd1f7e582b7801f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-15 - Cabinet of Vice-President Andrus Ansip x AT&T, Inc."],"date":["2015-12-15"],"summary":["AT&T Activities and Davos WEF 2016"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-0f698e3a0cc0bd6a02e1bd386a25cedc1366f3f1","eu-tr-92442218459-37"]}} -{"id":"ec-meeting-2015-12-15-6aceb8c0cafc67ccc81bc4cbfc1cde1fe4f9d054","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-15 - Cabinet of Vice-President Andrus Ansip x European Association of Communications Agencies"],"date":["2015-12-15"],"summary":["Platforms"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-e91c5be432b6b3efdda369792fed67c20b767a45","eu-tr-81856044851-22"]}} -{"id":"ec-meeting-2015-12-15-710d577dbaf636bda84a6135a682619cd51133ec","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-15 - Cabinet of Vice-President Cecilia Malmström x France Industrie"],"date":["2015-12-15"],"summary":["current trade policy agenda + introduction new délégué général"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-60974102057-03","ec-person-8529bbbc6db862f6b82d6fa66a7cf7668804dae7"]}} -{"id":"ec-meeting-2015-12-15-8d6c7844259ee48605f1f2072f86bea9dfb69daa","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2015-12-15 - Cabinet of Commissioner Corina Crețu x European Federation of National Organisations working with the Homeless"],"date":["2015-12-15"],"summary":["Social issues and Urban Agenda","Social issues and Urban agenda"],"notes":["Portfolio: Regional Policy"],"location":["Brussels","BERL 09/374"],"address":["Brussels","BERL 09/374"],"addressEntity":["addr-51309dd0694544338eaadfdc19065bd947fb18bf","addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-corina-cretu-of"],"involved":["ec-person-f5bd4d5d0170028815aba56ee7d4883f0fd70f47","eu-tr-42528706153-39","ec-person-dcd49620d89d8f176103abc7d4ea3b2c9f1fff5f"]}} -{"id":"ec-meeting-2015-12-15-8ec1cbc71da0d9300746729ad7131461413cac11","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-15 - Cabinet of Vice-President Jyrki Katainen x France Industrie"],"date":["2015-12-15"],"summary":["Investment initiative"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-3775b7be791f90ed462b9071c9ae596b80d71bca","eu-tr-60974102057-03"]}} -{"id":"ec-meeting-2015-12-15-91e1a7a108f56c7721b4d04d020d5d91371cbf90","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-15 - Cabinet of Commissioner Elżbieta Bieńkowska x E3PO - European PPP Operating Companies in Infrastructure and Services"],"date":["2015-12-15"],"summary":["Contractual outsourcing in the EU (Presentation of E3PO study)"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-424726117325-78","ec-person-b2f9be51339f054477846797e2c119fcf16548fc","ec-person-daef7f819b2f3ffe5e4f5d8eb2782954f3c4a4e2"]}} -{"id":"ec-meeting-2015-12-15-9832f22ddfe3ec85c4dd839a0a25ce8dd87c6c28","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-15 - Cabinet of Commissioner Phil Hogan x Fachverband Biogas"],"date":["2015-12-15"],"summary":["Biogas"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-595041411471-64","ec-person-ff8342dedc26701400fcb7dcf73fbee50a837ac6"]}} -{"id":"ec-meeting-2015-12-15-99fac1bc477f242f8200472635af8f465f9b0277","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-15 - Environment x American Chamber of Commerce to the European Union"],"date":["2015-12-15"],"summary":["Circular Economy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-env"],"involved":["eu-tr-5265780509-97","ec-person-3bc74ce04ea3f4ab4d91a5c88eef25b8b8a213b4"]}} -{"id":"ec-meeting-2015-12-15-d000cbebe59606dba0722a10b3bde5b8be34d4af","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-15 - Cabinet of Commissioner Marianne Thyssen x IBM Corporation"],"date":["2015-12-15"],"summary":["Skills, Pact for Youth"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["ec-person-bdb607d5d994a4056dd700f8f52d9af25b406b36","eu-tr-7721359944-96"]}} -{"id":"ec-meeting-2015-12-15-d2088dd299b4c0d123c2212bbaaf3566fadf88d3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-15 - Cabinet of Vice-President Andrus Ansip x France Industrie"],"date":["2015-12-15"],"summary":["DSM issues"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-60974102057-03","ec-person-91ca0921c6790191daa54427311acd63035e7c9e","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45"]}} -{"id":"ec-meeting-2015-12-15-df388f7fc314031001d11100452c2de89c302b42","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-15 - Cabinet of Commissioner Elżbieta Bieńkowska x VELUX A/S (VELUX Group)"],"date":["2015-12-15"],"summary":["EU Energy lable & broader EU energy efficiency framework for buildings and the better regulation agenda"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-423142010527-25","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2015-12-15-e79d30cf2bb31e27888d805f789e14374269b83b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-15 - Cabinet of Commissioner Margrethe Vestager x Finance Denmark"],"date":["2015-12-15"],"summary":["Current EU Affairs"],"notes":["Portfolio: Competition"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-margrethe-of-vestager"],"involved":["ec-person-a1f378e46b040b842cbc35e6d89735a7792cd328","eu-tr-20705158207-35"]}} -{"id":"ec-meeting-2015-12-16-1f4b5c7754276d11dbfc474064c4ddf26227c89f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-16 - Cabinet of Vice-President Neven Mimica x Open Government Partnership"],"date":["2015-12-16"],"summary":["Exchange of views on the Open Government Partnership and possible cooperation on fostering transparency, accountability and good governance in developing countries"],"notes":["Portfolio: International Cooperation & Development"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-mimica-neven-of-president-vice"],"involved":["ec-person-b187f3955c71d2e1daa48e02fd0a09ab7c6f6098","eu-tr-776567719425-17"]}} -{"id":"ec-meeting-2015-12-16-2158e2098e1c81ce15c0f8ab093dbb9d3dceed0f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-16 - Cabinet of Commissioner Jonathan Hill x Refinitiv"],"date":["2015-12-16"],"summary":["Ethics and Professional Standards in the Financial Services Industry"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["ec-person-5e8e66c5b37cfc1f9272932bf8e12f4b28d1160a","eu-tr-51334142356-37"]}} -{"id":"ec-meeting-2015-12-16-2ce66124659cb7c9b15ada9d6c788da58137ade5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-16 - Cabinet of Vice-President Andrus Ansip x Japan Machinery Center for Trade and Investment"],"date":["2015-12-16"],"summary":["Digital policy in Japan and possibility of EU-Japan collaboration"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-91ca0921c6790191daa54427311acd63035e7c9e","eu-tr-539264617342-19","ec-person-c759bd58acc54869aa8e62ce652efcda416e25c2"]}} -{"id":"ec-meeting-2015-12-16-3d67e26aafe83daf1915eb37c4fbacda7c915ef8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-16 - Cabinet of Vice-President Cecilia Malmström x AnimalhealthEurope"],"date":["2015-12-16"],"summary":["animal health industry and TTIP"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-63322037415-37","ec-person-8529bbbc6db862f6b82d6fa66a7cf7668804dae7"]}} -{"id":"ec-meeting-2015-12-16-48a7de3e902033faf698185d83ebf8e072c3d254","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-16 - Günther Oettinger x Startups.be"],"date":["2015-12-16"],"summary":["DSM"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-4cd59e13386e3b68ecb3611fcc579e0a0a3938a5","eu-tr-064914715900-89"]}} -{"id":"ec-meeting-2015-12-16-8c84d2ce65220ffb04232774a71418c92d550eef","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-16 - Cabinet of Vice-President Maroš Šefčovič x Trans Adriatic Pipeline"],"date":["2015-12-16"],"summary":["State of play TAP project, Southern Gas Corridor"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-3bf48630444ace93d407e52eb880e64d480f75ce","eu-tr-570335813082-79"]}} -{"id":"ec-meeting-2015-12-16-93241db35256650c947b0749bbc824dba6c143cb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-16 - Cabinet of Vice-President Maroš Šefčovič x German Renewable Energy Federation"],"date":["2015-12-16"],"summary":["governance of the Energy Union and upcoming initiatives to implement the Energy Union Strategy"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-ea6b517040e26a62f17d2829afffeba48cfd682f","eu-tr-15511499334-46"]}} -{"id":"ec-meeting-2015-12-16-a31d5a74c786f1d68a09be4ede3f74d844ae6150","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-16 - Cabinet of Commissioner Phil Hogan x COMITE EUROPEEN des FABRICANTS de SUCRE"],"date":["2015-12-16"],"summary":["Sugar Issues"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-400dd8d59d3060187d9b9b143d697da1a3d03c12","eu-tr-49679062863-35"]}} -{"id":"ec-meeting-2015-12-16-bb3bbb9e3b2cef6f9c8552c6aa54917922ba99bf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-16 - Cabinet of President Jean-Claude Juncker x BREIZ EUROPE"],"date":["2015-12-16"],"summary":["L’embargo sanitaire russe"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-e415577aabb40c0f789310505c6c5803aa69037b","eu-tr-44968076843-33"]}} -{"id":"ec-meeting-2015-12-16-e4bf644eef9889d7bb15d09b54710b60494094e2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-16 - Financial Stability, Financial Services and Capital Markets Union x American Chamber of Commerce to the European Union"],"date":["2015-12-16"],"summary":["Transatlantic capital markets, Financial services in TTIP, CMU"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-5265780509-97","ec-person-bdee7a93f95c8ef05079539170139b3c02e8ed96"]}} -{"id":"ec-meeting-2015-12-16-e6c2a282317c81a386f64c301068f4e62f6d3681","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-16 - Cabinet of Commissioner Věra Jourová x Siemens AG"],"date":["2015-12-16"],"summary":["Data protection issues"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["eu-tr-4266797770-31","ec-person-184e698af1eb9e33b179680570ca171d8cb31c94"]}} -{"id":"ec-meeting-2015-12-16-eb55662faf33c51885f2c1db31b8fa0a75c2974f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-16 - Cabinet of Commissioner Dimitris Avramopoulos x Transatlantic Institute"],"date":["2015-12-16"],"summary":["Follow-up of meeting with Commissioner on 9 December"],"notes":["Portfolio: Migration, Home Affairs and Citizenship"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-avramopoulos-cabinet-commissioner-dimitris-of"],"involved":["ec-person-57d09145ba24f5738cdde61edf14f741cb547675","eu-tr-95713206856-14"]}} -{"id":"ec-meeting-2015-12-16-eef3869d6a19b267e160f4f2957edd0d022d0ba5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-16 - Cabinet of Commissioner Phil Hogan x BREIZ EUROPE"],"date":["2015-12-16"],"summary":["Business discussion"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Berlaymont, Brussels"],"address":["Berlaymont, Brussels"],"addressEntity":["addr-fc86ff6aaa2cd722afeb09a33ccd03fec72f8cd1"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-400dd8d59d3060187d9b9b143d697da1a3d03c12","eu-tr-44968076843-33"]}} -{"id":"ec-meeting-2015-12-16-f31902b254bf16a9c9387b5ad5d7e82f99ce79c6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-16 - Cabinet of Commissioner Elżbieta Bieńkowska x Transport and Environment (European Federation for Transport and Environment)"],"date":["2015-12-16"],"summary":["RDE"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-58744833263-19","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2015-12-17-0dd5bc13db787c57e3bcc4a098a61815e45e934e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-17 - Günther Oettinger x Liberty Global Corporate B.V."],"date":["2015-12-17"],"summary":["copyright"],"location":["BXL"],"address":["BXL"],"addressEntity":["addr-d2fde52f67ea4a3e1fe233d0a959d6a1c77fd910"],"organizer":["ec-dg-de"],"involved":["eu-tr-82853397708-89","ec-person-49723482bb23d029cbfc010cb37eec7392a0ae02"]}} -{"id":"ec-meeting-2015-12-17-2ca8a727b587f248a488293c8cc19c2c5aeb4bc9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-17 - Cabinet of Commissioner Corina Crețu x Confederazione Generale dell'Industria Italiana"],"date":["2015-12-17"],"summary":["MES Cina"],"notes":["Portfolio: Regional Policy"],"location":["BERL 09/374"],"address":["BERL 09/374"],"addressEntity":["addr-51309dd0694544338eaadfdc19065bd947fb18bf"],"organizer":["ec-cabinet-commissioner-corina-cretu-of"],"involved":["ec-person-dcd49620d89d8f176103abc7d4ea3b2c9f1fff5f","eu-tr-27762251795-15"]}} -{"id":"ec-meeting-2015-12-17-37225510bc5ec7ea18f1aef96026c8c41010e116","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-17 - Cabinet of Commissioner Margrethe Vestager x Groupement Européen des Sociétés d'Auteurs et Compositeurs"],"date":["2015-12-17"],"summary":["Copyright reform under the Digital Single Market strategy"],"notes":["Portfolio: Competition"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-margrethe-of-vestager"],"involved":["ec-person-947ab3027ba90ce15968614ce35c12506b7a43ac","eu-tr-36529354479-57"]}} -{"id":"ec-meeting-2015-12-17-3e6cba676c9dc42c6b6d229ca40f7610ecaf36b0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-17 - Cabinet of Commissioner Corina Crețu x Federazione Imprese Siderurgiche Italiane"],"date":["2015-12-17"],"summary":["Chine"],"notes":["Portfolio: Regional Policy"],"location":["BERL 09/374"],"address":["BERL 09/374"],"addressEntity":["addr-51309dd0694544338eaadfdc19065bd947fb18bf"],"organizer":["ec-cabinet-commissioner-corina-cretu-of"],"involved":["eu-tr-83425058760-88","ec-person-dcd49620d89d8f176103abc7d4ea3b2c9f1fff5f"]}} -{"id":"ec-meeting-2015-12-17-54f79bb619197f3b79459cd2d6cbb38829e1043b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-17 - Cabinet of Vice-President Miguel Arias Cañete x BUSINESSEUROPE"],"date":["2015-12-17"],"summary":["Intergovernmental Agreements (IGAs)"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-3978240953-79","ec-person-2229c857664a22dcb8eee79a8c05841fd3d0924f"]}} -{"id":"ec-meeting-2015-12-17-5787e17896855fbde656ed646c47906fcad5e00e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-17 - Cabinet of Vice-President Maroš Šefčovič x The European Steel Association"],"date":["2015-12-17"],"summary":["BREF LCP, Trade Defence, MES China"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-93038071152-83","ec-person-2be517b9261a91f2f07e05ec14c6331980e9716e"]}} -{"id":"ec-meeting-2015-12-17-8131cc5b0056b095fc176ccd4edf0b3b7ffb1147","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-17 - Cabinet of Commissioner Corina Crețu x The Regional Environmental Center for Central and Eastern Europe"],"date":["2015-12-17"],"summary":["The mission and present mandates of the REC relevant to the Regional Policy of the EU; Promotion of jobs, growth and investment in the light of teh 2030 Agenda for Sustainable Developement"],"notes":["Portfolio: Regional Policy"],"location":["Bucharest, Romania"],"address":["Bucharest, Romania"],"addressEntity":["addr-5fbc6fbb6aebf33489e7dd1572a0f0601f297aa2"],"organizer":["ec-cabinet-commissioner-corina-cretu-of"],"involved":["eu-tr-58520635294-70","ec-person-2ab6296ada57eee7b1af6a77e7ff23cf6b0b1ccf"]}} -{"id":"ec-meeting-2015-12-17-863f8ed6bdef3f2d454dc69d2bb1c0e401e0d8fd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-17 - Cabinet of Commissioner Violeta Bulc x European Association of Long-Term Investors"],"date":["2015-12-17"],"summary":["Ms Kodrin meeting Dominique de Crayencour The Secretary-General European Long-Term Investors -ELTI"],"notes":["Portfolio: Transport"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-6a5ceb87383474e4b7f430af341029a155e255b0","eu-tr-977980112556-82"]}} -{"id":"ec-meeting-2015-12-17-901f20aebecc55bba1b77a3f2dc5cea37422ea1f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-17 - Cabinet of Vice-President Maroš Šefčovič x BUSINESSEUROPE"],"date":["2015-12-17"],"summary":["Social Dialogue, IGA"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-2be517b9261a91f2f07e05ec14c6331980e9716e","eu-tr-3978240953-79"]}} -{"id":"ec-meeting-2015-12-17-95142d34587a6f1860b0f9d047944c0b1ff74b1d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-17 - Cabinet of Commissioner Tibor Navracsics x Google"],"date":["2015-12-17"],"summary":["Google Cultural institute future initiatives, Copyright"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-49f31dad10f5641cb1d1e4c3107dd838389e8120","ec-person-cb6aa96c497dead35eb0f2ed0339e5423d506549","eu-tr-03181945560-59"]}} -{"id":"ec-meeting-2015-12-17-9b0e32a6764762a32f16b75cbf01af625df44ff3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-17 - Environment x Fern"],"date":["2015-12-17"],"summary":["Forest Policy priorities"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-env"],"involved":["eu-tr-40538475090-82","ec-person-3bc74ce04ea3f4ab4d91a5c88eef25b8b8a213b4"]}} -{"id":"ec-meeting-2015-12-17-a30c707628f97abc5ddef9f2728f4095d23c6962","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-17 - Cabinet of Vice-President Andrus Ansip x EBU-UER (European Broadcasting Union)"],"date":["2015-12-17"],"summary":["copyright, AVMS"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-93288301615-56","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45"]}} -{"id":"ec-meeting-2015-12-17-adfcf84e10883e6c0b28ad6b1ddceaeb901e31ce","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-17 - Cabinet of Vice-President Andrus Ansip x European Bureau of Library, Information and Documentation Associations"],"date":["2015-12-17"],"summary":["Copyright, e-lending"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-32997432484-79","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45","ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0"]}} -{"id":"ec-meeting-2015-12-17-aeb096303fd8afc2ecfa6a6c2e160852d231bdd6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-17 - Cabinet of Commissioner Violeta Bulc x European Transport Workers' Federation"],"date":["2015-12-17"],"summary":["Commissioner Bulc meeting ETF representatives from the Road section"],"notes":["Portfolio: Transport"],"location":["Brussels, Belguim"],"address":["Brussels, Belguim"],"addressEntity":["addr-84b5e5f38d43901e13b15f0c7dd8b408c954fd9b"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-92545571128-74","ec-person-4d2b449b5047ea3fda435a2a1c1081e3babcdf76","ec-person-dd7851e4a1e747e824b4f81139e33bc3cdb73160"]}} -{"id":"ec-meeting-2015-12-17-bdcc42c30a3ac77920dc209af42c750ff6dee6a7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-17 - Günther Oettinger x Miele & Cie. KG"],"date":["2015-12-17"],"summary":["digitisation"],"location":["Gütersloh"],"address":["Gütersloh"],"addressEntity":["addr-006906fb7dd2fa8ac8e11f26380a6f4e45a8e94b"],"organizer":["ec-dg-de"],"involved":["ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0","eu-tr-351378519966-94"]}} -{"id":"ec-meeting-2015-12-17-c0833bfd9596a2e0bd485f90a5294d974ac14e87","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-17 - Cabinet of Commissioner Marianne Thyssen x Institut National de la Relation Client"],"date":["2015-12-17"],"summary":["Skills"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["ec-person-bdb607d5d994a4056dd700f8f52d9af25b406b36","eu-tr-125858917251-09"]}} -{"id":"ec-meeting-2015-12-17-c1436d1927cb85d7ac6d88cbb6bf428f98b26a1b","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2015-12-17 - Günther Oettinger x ARD-Verbindungsbüro Brüssel ARD-Verbindungsbüro Brüssel ARD-Verbindungsbüro Brüssel"],"date":["2015-12-17"],"summary":["audiovisual policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-4cd59e13386e3b68ecb3611fcc579e0a0a3938a5","eu-tr-6774178922-55","ec-person-c6c38691c27b1498b60b18409aa979cf1dd1f4ac","ec-person-49723482bb23d029cbfc010cb37eec7392a0ae02"]}} -{"id":"ec-meeting-2015-12-17-d03986428b13d14c114202aa9547856208ecf5e9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-17 - Cabinet of Commissioner Věra Jourová x Délégation des Barreaux de France"],"date":["2015-12-17"],"summary":["Training of lawyers, cooperation with EU institutions, Directive 2013/48 / EU on the right of access to a lawyer in criminal proceedings and new European instruments, such as the European Public Prosecutor or the Directive on the protection of minors in criminal proceedings"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["eu-tr-0118191795-12","ec-person-64349923a7639978983020a607770b8dc47c8144"]}} -{"id":"ec-meeting-2015-12-17-f0393f299ea14049e6e3f5cf0acaf8833fafa04c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-17 - Cabinet of Vice-President Maroš Šefčovič x Euroheat & Power"],"date":["2015-12-17"],"summary":["Heating & Cooling; skills"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-2be517b9261a91f2f07e05ec14c6331980e9716e","eu-tr-88457577025-19"]}} -{"id":"ec-meeting-2015-12-18-03214ba2dc677cb31ac4ee3db862b59a54930660","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-18 - Maritime Affairs and Fisheries x Irish Islands Marine Resource Organisation"],"date":["2015-12-18"],"summary":["Artisanal fishing / quota allocation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-mare"],"involved":["eu-tr-129267119922-63","ec-person-a7b4b8418268a6d6c196b5e45f606fc92acbdb8c"]}} -{"id":"ec-meeting-2015-12-18-0adedbc1c7db2389b4aeb6e89abc9a8baab48390","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-18 - Cabinet of Commissioner Elżbieta Bieńkowska x EuroCommerce"],"date":["2015-12-18"],"summary":["Supply Chain Initiative and unfair trading practices"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-84973761187-60","ec-person-b2f9be51339f054477846797e2c119fcf16548fc","ec-person-daef7f819b2f3ffe5e4f5d8eb2782954f3c4a4e2","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2015-12-18-0bf6646283b63fcfc8728dd768ec8821afbd5613","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-18 - Cabinet of President Jean-Claude Juncker x Confederazione Generale dell'Industria Italiana"],"date":["2015-12-18"],"summary":["European Industry Policy"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-e9857f4f6b642888bff0d7f9e60f293ae47da96b","eu-tr-27762251795-15"]}} -{"id":"ec-meeting-2015-12-18-5c956a223c673b5b9eb0f5e36dcb6188f4cdcf97","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-18 - Günther Oettinger x Vodafone Belgium SA"],"date":["2015-12-18"],"summary":["DSM"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-d8b86b98a24683917c569000ed6d8c45bedbbc00","eu-tr-90142503473-81"]}} -{"id":"ec-meeting-2015-12-18-74406f6631b6f4d12eb054b18899e28e861a2506","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-18 - Financial Stability, Financial Services and Capital Markets Union x Dun & Bradstreet Belgium NV"],"date":["2015-12-18"],"summary":["Investigating the possibilities to expand into the area of SME business lending for example."],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-290520419132-36","ec-person-bdee7a93f95c8ef05079539170139b3c02e8ed96"]}} -{"id":"ec-meeting-2015-12-18-8f50d574c29aaaeabdb6a62b29e4288422eb861c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-18 - Cabinet of Commissioner Violeta Bulc x Ryanair Holdings"],"date":["2015-12-18"],"summary":["Aviation"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-9d4dc4867a44dfe10f67ae7ee1706da3e8b48a24","eu-tr-002977215945-85"]}} -{"id":"ec-meeting-2015-12-18-b3697783965d9f0b00051cc1bfdf0570fd70eb32","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-18 - Cabinet of Commissioner Margrethe Vestager x KMD A/S"],"date":["2015-12-18"],"summary":["Digital Single Market and eGovernment"],"notes":["Portfolio: Competition"],"location":["Copenhagen, Denmark"],"address":["Copenhagen, Denmark"],"addressEntity":["addr-037407970050e97c761587d63aacfaeb126cab45"],"organizer":["ec-cabinet-commissioner-margrethe-of-vestager"],"involved":["ec-person-baa1c172df109ebd1f0307bccb5e21aec66c7a25","eu-tr-502050418514-48"]}} -{"id":"ec-meeting-2015-12-18-cc0e2c2acb4054da0c8f6e1a2089b49cb082f269","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-18 - Cabinet of Vice-President Neven Mimica x Konrad-Adenauer-Stiftung"],"date":["2015-12-18"],"summary":["Prior to Mr. Riesenkampff’s(newly appointed head of the Country Office of the Konrad- Adenauer-Stiftung in Afghanistan) departure to Afghanistan, he visits Brussels to exchange views on the European Union’s relations with the country and its current engagement strategy"],"notes":["Portfolio: International Cooperation & Development"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-mimica-neven-of-president-vice"],"involved":["eu-tr-2905437316-11","ec-person-ba51cfc2cb570b2ba23d99869e21cd43fe8cadad"]}} -{"id":"ec-meeting-2015-12-18-cf24a9d66ed02028b26146215b73c4a2dd9b3e19","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-18 - Cabinet of Vice-President Valdis Dombrovskis x CFA Institute"],"date":["2015-12-18"],"summary":["Call for Evidence"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-89854211497-57","ec-person-3f9ca71b74344417d1f072ba7f3e2f09a223b036"]}} -{"id":"ec-meeting-2015-12-21-0789a52641a2eb2c14f048216475a63afba9dc0f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-21 - Günther Oettinger x IBM Corporation"],"date":["2015-12-21"],"summary":["Automated and Connected Cars"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-7721359944-96","ec-person-d8b86b98a24683917c569000ed6d8c45bedbbc00"]}} -{"id":"ec-meeting-2015-12-21-41eaa1bfeacba867a70d89bdabc0676a43abde1a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-21 - Cabinet of Vice-President Maroš Šefčovič x ENEDIS"],"date":["2015-12-21"],"summary":["Smart grids"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-9f6823821fe68d82e9b9dbe81181ecacb0265d94","eu-tr-68134637922-07"]}} -{"id":"ec-meeting-2015-12-21-73b8310093ebbdde057ea3a737da9ae001d8dc18","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-21 - Cabinet of Vice-President Andrus Ansip x Federation of European Screen Directors - Fédération Européenne des Réalisateurs de l'Audiovisuel"],"date":["2015-12-21"],"summary":["copyright"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-29280842236-21","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45"]}} -{"id":"ec-meeting-2015-12-21-8cddd6e5d55f021fdd7c12f1956a66eb19a9778e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-21 - Günther Oettinger x European Business Summit Network"],"date":["2015-12-21"],"summary":["FINTECH"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-c6cae64cc7dc787b66a47ab1613d3e922875b971","eu-tr-268958411031-65"]}} -{"id":"ec-meeting-2015-12-22-1201a4800d1ea4fe19d4a0eb256ee44ea2dcdde7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-22 - Cabinet of Commissioner Carlos Moedas x Intelligence & Public Affairs"],"date":["2015-12-22"],"summary":["The Future of Research and Technology Organizations (RTOs)"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-23980b2bc4fd9c82051d0f7888dc236b2f764866","eu-tr-554883119802-22"]}} -{"id":"ec-meeting-2015-12-22-4a5b7c2f54b564309a4d0422eeb13705970af52a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-22 - Günther Oettinger x Deutsche Bank AG"],"date":["2015-12-22"],"summary":["DSM"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-271912611231-56","ec-person-c6cae64cc7dc787b66a47ab1613d3e922875b971"]}} -{"id":"ec-meeting-2015-12-22-72e9b6c3623598b157ca7ba97304b32a37281a61","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-22 - Cabinet of Vice-President Kristalina Georgieva x Eurochild AISBL"],"date":["2015-12-22"],"summary":["Discussing possibility of taking part in the 'Children Takeover Challenge' campaign"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-georgieva-kristalina-of-president-vice"],"involved":["ec-person-dde26bf75a5cce4fbb9d7ff3a56ecdbd7090a3e8","eu-tr-79360311166-84"]}} -{"id":"ec-meeting-2015-12-22-8154eec7ad752b86bca2fc3f5535c86da3b1e23b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-22 - Cabinet of Vice-President Valdis Dombrovskis x APG Groep N.V."],"date":["2015-12-22"],"summary":["NL pension funds and their role as investors"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-18614026826-73","ec-person-48f31156d932641826e09f5b73f074d35ff05786"]}} -{"id":"ec-meeting-2015-12-22-8a53e227a1160deb41a0a3a859c86118543326e1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-22 - Cabinet of Commissioner Violeta Bulc x Groupe ADP"],"date":["2015-12-22"],"summary":["ADP vision of the sector and strategy presentation"],"notes":["Portfolio: Transport"],"location":["Brussels-Belgium"],"address":["Brussels-Belgium"],"addressEntity":["addr-8aa817030dbcdfbb53f748ee3078a4c164aa27db"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-53916638834-05","ec-person-dd7851e4a1e747e824b4f81139e33bc3cdb73160"]}} -{"id":"ec-meeting-2015-12-22-bdcc42c30a3ac77920dc209af42c750ff6dee6a7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-22 - Günther Oettinger x Miele & Cie. KG"],"date":["2015-12-22"],"summary":["Digitisation"],"location":["Freiburg"],"address":["Freiburg"],"addressEntity":["addr-32cb72cbce075b47225c27d9ce59c0dfd10d4402"],"organizer":["ec-dg-de"],"involved":["ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0","eu-tr-351378519966-94"]}} -{"id":"ec-meeting-2015-12-22-cf05bf04749024163a57973465bdb4ab1d75e1a6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-22 - Cabinet of Commissioner Christos Stylianides x Caritas Europa"],"date":["2015-12-22"],"summary":["exchange of views on current situation and cabs future actions"],"notes":["Portfolio: Humanitarian Aid & Crisis Management"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-cabinet-christos-commissioner-of-stylianides"],"involved":["ec-person-becb860ca4c4e8da70ae969e747cf49914810b59","eu-tr-6082564924-85"]}} -{"id":"ec-meeting-2015-12-22-daa9ad00baeff5b0a0bb102bbf1bd2096cbd71a1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2015-12-22 - Cabinet of Vice-President Jyrki Katainen x Europa Insights"],"date":["2015-12-22"],"summary":["Intellectual property rights and R&D investments"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-578630818521-25","ec-person-bb70699c722c1620ec520e8a4d32911a32ae078c"]}} -{"id":"ec-meeting-2016-01-05-09b218e39fa70f92d751179ad22eb14f8f3479f5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-05 - Günther Oettinger x Georg Thieme Verlag"],"date":["2016-01-05"],"summary":["Copyright"],"location":["Stuttgart"],"address":["Stuttgart"],"addressEntity":["addr-ec1b13e7905dbe946388ffc80ac1b7f2624ca649"],"organizer":["ec-dg-de"],"involved":["eu-tr-358402019896-70","ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0"]}} -{"id":"ec-meeting-2016-01-05-3d278a4ebdb021e9d7bc881a45d7515166741ea3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-05 - Cabinet of Vice-President Andrus Ansip x Groupement Européen des Sociétés d'Auteurs et Compositeurs"],"date":["2016-01-05"],"summary":["copyright"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-e91c5be432b6b3efdda369792fed67c20b767a45","eu-tr-36529354479-57"]}} -{"id":"ec-meeting-2016-01-05-42a8ddea2bb4de75c7738e6df0bfad24fd7b7a20","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-05 - Cabinet of Commissioner Jonathan Hill x Aon Service Corporation"],"date":["2016-01-05"],"summary":["Cross border aspects of the draft IOPR directive"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["ec-person-890015b0d769ee93a09119846b414d4aae7c64ae","eu-tr-876564420204-22"]}} -{"id":"ec-meeting-2016-01-05-52b12f6927f93c03bd349171930bc65bc89cb922","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-05 - Cabinet of Commissioner Violeta Bulc x Slovenski nacionalni komite Svetovnega energetskega sveta"],"date":["2016-01-05"],"summary":["Meeting representative of Slovenski Nacionalni Komite Svetovnega Energetskega Sveta"],"notes":["Portfolio: Transport"],"location":["Ljubljana, Slovenia"],"address":["Ljubljana, Slovenia"],"addressEntity":["addr-f7328a981da1b705ba25d3333daf0cf2fca0c8ea"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-4d2b449b5047ea3fda435a2a1c1081e3babcdf76","ec-person-6a5ceb87383474e4b7f430af341029a155e255b0","eu-tr-102389220156-72"]}} -{"id":"ec-meeting-2016-01-05-6f64c3b6f0f436047bdb8b2841cc90997f58d656","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-05 - Environment x Chamber of Commerce of the United States of America"],"date":["2016-01-05"],"summary":["TTIP and better regulation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-env"],"involved":["eu-tr-444722016787-61","ec-person-3bc74ce04ea3f4ab4d91a5c88eef25b8b8a213b4"]}} -{"id":"ec-meeting-2016-01-05-76b263f7b903313e1176c419d1f6d9ee5ff45e0b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-05 - Günther Oettinger x Bundesverband Deutscher Privatkliniken e.V."],"date":["2016-01-05"],"summary":["Telemedicine"],"location":["Markgröningen/Germany"],"address":["Markgröningen/Germany"],"addressEntity":["addr-487e897e1a440a230421db929863b7200377930c"],"organizer":["ec-dg-de"],"involved":["ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0","eu-tr-30262111118-43"]}} -{"id":"ec-meeting-2016-01-05-d4f06496be60314d100521f0086883017d197813","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-05 - Cabinet of Commissioner Pierre Moscovici x European Steel Tube Association"],"date":["2016-01-05"],"summary":["Statut d'Economie de Marché de la Chine"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["ec-person-14ef50b9efbe5ab02d528e0ec4ac50c9caf964e3","eu-tr-52986552165-55"]}} -{"id":"ec-meeting-2016-01-05-d9876ca032d2eeb0bfc5632e89aaa1ec3a7255ea","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-05 - Cabinet of President Jean-Claude Juncker x Avisa Partners"],"date":["2016-01-05"],"summary":["Digital Single Market"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-44a061693f35519551be0e3dab996e76ad3f8c7c","eu-tr-54210841652-13"]}} -{"id":"ec-meeting-2016-01-06-2e5221ed90ff8458721bb00a3e28e159f344b771","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-06 - Cabinet of Vice-President Cecilia Malmström x Health and Trade Network"],"date":["2016-01-06"],"summary":["The influence of trade on health policy"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-20ded9db5df11164331bb161fdf234b1e5ad53fd","eu-tr-818411020115-70","ec-person-cb8ca9ec2413722fa83484ed18dd76ace52d0118"]}} -{"id":"ec-meeting-2016-01-06-455d37faff9a631d160c698634d35710e9306ad3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-06 - Cabinet of Vice-President Maroš Šefčovič x Foundation for European Progressive Studies"],"date":["2016-01-06"],"summary":["Energy transition"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-2be517b9261a91f2f07e05ec14c6331980e9716e","eu-tr-00747188174-74"]}} -{"id":"ec-meeting-2016-01-06-73d05d68f95c9a8c97fa544d4ea9b2c8cc6e8eb9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-06 - Environment x European Environmental Bureau"],"date":["2016-01-06"],"summary":["NGO financing issues"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-env"],"involved":["eu-tr-06798511314-27","ec-person-3bc74ce04ea3f4ab4d91a5c88eef25b8b8a213b4"]}} -{"id":"ec-meeting-2016-01-07-0d7ebfe67d4b6567b5b0c0b7485beb42ed04547b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-07 - Cabinet of Vice-President Maroš Šefčovič x National Grid Commercial Holdings Limited"],"date":["2016-01-07"],"summary":["on interconnections and innovation"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-9f6823821fe68d82e9b9dbe81181ecacb0265d94","eu-tr-56039866688-26"]}} -{"id":"ec-meeting-2016-01-07-180f7797f08c85b332a625769811f15afe1df675","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2016-01-07 - Günther Oettinger x EVONIK INDUSTRIES AG"],"date":["2016-01-07"],"summary":["anti-dumping duties","anti-dumping duties against Chinese silicon metal imports"],"location":["Brussels/Belgium","Brussels"],"address":["Brussels/Belgium","Brussels"],"addressEntity":["addr-c476280916fa20b5023288c48bfbed9c057a1c28","addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-5958991861-30","ec-person-3297113eb5d4e59bc84d571628f0130aa75c761a"]}} -{"id":"ec-meeting-2016-01-07-1a6fc588385a9bb4ba02f8c7ad63eecad7c0dc4f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-07 - Climate Action x Eurelectric aisbl"],"date":["2016-01-07"],"summary":["follow up to Paris agreement"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-clima"],"involved":["ec-person-44c2f44f96dda2012bcb4e9abc749f6cae86a4c0","eu-tr-4271427696-87"]}} -{"id":"ec-meeting-2016-01-07-2622060328987562a41e60d5c80f7af8ceab5185","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-07 - Energy x Bureau Européen des Unions de Consommateurs"],"date":["2016-01-07"],"summary":["Energy Efficiency, consumer policy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-9505781573-45","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2016-01-07-3fe7ca83cc2f932ec641ce1ab4679eb660456b9a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-07 - Cabinet of Vice-President Maroš Šefčovič x Wintershall Dea AG"],"date":["2016-01-07"],"summary":["Energy Union, technologies, efficiency, investment"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-75729476306-17","ec-person-2be517b9261a91f2f07e05ec14c6331980e9716e"]}} -{"id":"ec-meeting-2016-01-07-40bc7697245e5ec1891a8434f9c605d0169e5157","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-07 - Cabinet of First Vice-President Frans Timmermans x Transparency International"],"date":["2016-01-07"],"summary":["Transparency Register"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["ec-person-4076aef8226bd451277bfd5135aa27d63b2ac548","eu-tr-501222919-71"]}} -{"id":"ec-meeting-2016-01-07-411d08a9a39ac4ea7b4a5073455dab0ea02969c6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-07 - Cabinet of Commissioner Marianne Thyssen x Anheuser-Busch InBev nv/sa"],"date":["2016-01-07"],"summary":["Corporate taxation"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["eu-tr-161157710612-65","ec-person-7567514af00f139b390cf9864d28a090ca0fde25"]}} -{"id":"ec-meeting-2016-01-07-4d355e05ee7e12d47cdf6e3f91f19b23409c4fdf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-07 - Günther Oettinger x Alliance for the Freedom of the CAR Repair"],"date":["2016-01-07"],"summary":["Connected automatic driving"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-668292216120-05","ec-person-d8b86b98a24683917c569000ed6d8c45bedbbc00"]}} -{"id":"ec-meeting-2016-01-07-611a9adadf9fb8f331f832ee1060718ab6d196c2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-07 - Günther Oettinger x Momentive Performance Materials GmbH"],"date":["2016-01-07"],"summary":["anti-dumping duties against Chinese silicon metal imports"],"location":["Brussels/Belgium"],"address":["Brussels/Belgium"],"addressEntity":["addr-c476280916fa20b5023288c48bfbed9c057a1c28"],"organizer":["ec-dg-de"],"involved":["eu-tr-169775716130-08","ec-person-3297113eb5d4e59bc84d571628f0130aa75c761a"]}} -{"id":"ec-meeting-2016-01-07-6f7175312baf876b858ba2bc0843975399f53074","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-07 - Environment x ASSOCIATION OF EUROPEAN AIRLINES"],"date":["2016-01-07"],"summary":["European Airline Industry & environmental issues"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-env"],"involved":["eu-tr-78089286892-19","ec-person-3bc74ce04ea3f4ab4d91a5c88eef25b8b8a213b4"]}} -{"id":"ec-meeting-2016-01-07-940b62c92a9d668fa41a320b45086164967603b9","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2016-01-07 - Cabinet of Vice-President Jyrki Katainen x Technology Industries of Finland (Teknologiateollisuus ry)"],"date":["2016-01-07"],"summary":["Energy and climate","EU Steel policy"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-f9208d930adc70c6c64e21701e48f85f6f18e949","eu-tr-39705603497-38"]}} -{"id":"ec-meeting-2016-01-07-98a494782f92b5d762ea6a0b4e93f5bc63b1da6d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-07 - Günther Oettinger x Cellnex Telecom S.A."],"date":["2016-01-07"],"summary":["DSM"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-412366615831-33","ec-person-d8b86b98a24683917c569000ed6d8c45bedbbc00"]}} -{"id":"ec-meeting-2016-01-07-b1b66e2c89941341ebe6cd54b236b7b347acda13","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-07 - Cabinet of Vice-President Maroš Šefčovič x Trafigura Group Pte."],"date":["2016-01-07"],"summary":["EU - Russia relations"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-955315115949-73","ec-person-3bf48630444ace93d407e52eb880e64d480f75ce"]}} -{"id":"ec-meeting-2016-01-07-bad65c20af1e6cb1e31e80f4bb9e960915d9917e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-07 - Cabinet of Vice-President Cecilia Malmström x WACKER CHEMIE AG EVONIK INDUSTRIES AG"],"date":["2016-01-07"],"summary":["silicon metal"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-5958991861-30","eu-tr-036915715533-64","ec-person-591ec829ca734bcfe59a2c9c7f07f9dff22a0ea9"]}} -{"id":"ec-meeting-2016-01-07-cdfeea2382844bd3ec0b519d45e4fc94cf162a30","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-07 - Cabinet of Commissioner Marianne Thyssen x industriAll European Trade Union"],"date":["2016-01-07"],"summary":["Employment and social challenges for the maritime sector"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["ec-person-e93189002a993321fd1af93481b271c766b1aff8","eu-tr-358284014848-82"]}} -{"id":"ec-meeting-2016-01-07-df5308952c81967f7cef29511a3f0e45080af030","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2016-01-07 - Günther Oettinger x WACKER CHEMIE AG"],"date":["2016-01-07"],"summary":["anti-dumping duties","anti-dumping duties against Chinese silicon metal imports"],"location":["Brussels/Belgium","Brussels"],"address":["Brussels/Belgium","Brussels"],"addressEntity":["addr-c476280916fa20b5023288c48bfbed9c057a1c28","addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-036915715533-64","ec-person-3297113eb5d4e59bc84d571628f0130aa75c761a"]}} -{"id":"ec-meeting-2016-01-07-f0f425302ec96feba0e37bf1f448fd93dcebe9f7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-07 - Cabinet of Commissioner Jonathan Hill x Gesamtverband der Deutschen Versicherungswirtschaft e.V."],"date":["2016-01-07"],"summary":["Delegated acts under the Insurance Distribution Directive"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["eu-tr-6437280268-55","ec-person-890015b0d769ee93a09119846b414d4aae7c64ae"]}} -{"id":"ec-meeting-2016-01-07-f369c69db26506b574289f4f48bceff6adf85d23","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-07 - Cabinet of Vice-President Andrus Ansip x Cellnex Telecom S.A."],"date":["2016-01-07"],"summary":["EU Telecoms Review"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-412366615831-33","ec-person-666bc159c7e65a3af9e63c1e97435c02f1496955","ec-person-91ca0921c6790191daa54427311acd63035e7c9e"]}} -{"id":"ec-meeting-2016-01-08-023fa23d647c425b50618e65acfefd3ff8153043","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-08 - Cabinet of President Jean-Claude Juncker x KWS SAAT SE & Co. KGaA"],"date":["2016-01-08"],"summary":["New breeding techniques in plant breeding"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-106034119290-26","ec-person-80c6995ad1cd6aefa72f1bf440b17b6d8c6dd4b8"]}} -{"id":"ec-meeting-2016-01-08-0b7e7a9d18e4d87e15ab3acdab3743d5a7dc6440","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-08 - Cabinet of Commissioner Vytenis Andriukaitis x Bundesärztekammer"],"date":["2016-01-08"],"summary":["E-health"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-059ca943fc5fc696d2a97849c635ddf7b6ab7fd7","ec-person-df30d07ef698a52b9948b9c734db39196cf8541f","eu-tr-89648243865-50"]}} -{"id":"ec-meeting-2016-01-08-109dc67dadc443c6ec266b9f325d68c96a07e671","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-08 - Cabinet of Commissioner Marianne Thyssen x ArcelorMittal"],"date":["2016-01-08"],"summary":["Employment situation in the steel sector"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Bruxelles BERL 10/411"],"address":["Bruxelles BERL 10/411"],"addressEntity":["addr-11e85fc0cc3a83703c7f4f1906899ba14f5a3aeb"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["eu-tr-23527541824-60","ec-person-c508e9337eca6b067c1f966b82de49c4824a3ad0"]}} -{"id":"ec-meeting-2016-01-08-20be5a1b9cb0d9af1e2d3194292e822663d6beff","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-08 - Cabinet of Commissioner Pierre Moscovici x ELECTRICITE DE FRANCE"],"date":["2016-01-08"],"summary":["Energy Policy Europe"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Paris"],"address":["Paris"],"addressEntity":["addr-22390ad11c32faec43fc61555b53607660b3c185"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["eu-tr-39966101835-69","ec-person-3cbeba61ae952f06fe4916c381438ebbc676a597"]}} -{"id":"ec-meeting-2016-01-08-23553a0382de8164c59a301e9880e1f05bf11ea7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-08 - Cabinet of Vice-President Maroš Šefčovič x ARIANESPACE"],"date":["2016-01-08"],"summary":["Space Policy, EU space programmes"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-016461319755-04","ec-person-2be517b9261a91f2f07e05ec14c6331980e9716e"]}} -{"id":"ec-meeting-2016-01-08-49ba3ed026c8c6504c7c8b649c296739c63bb8fc","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2016-01-08 - Günther Oettinger x The Boston Consulting Group GmbH European Telecommunications Network Operators' Association The Boston Consulting Group GmbH European Telecommunications Network Operators' Association"],"date":["2016-01-08"],"summary":["Presentation of Study \"Achieving Europe's DSM\""],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-4cd59e13386e3b68ecb3611fcc579e0a0a3938a5","eu-tr-909134419998-84","ec-person-c6cae64cc7dc787b66a47ab1613d3e922875b971","eu-tr-08957111909-85"]}} -{"id":"ec-meeting-2016-01-08-5e225aed835c4da070ec573c75fdc14690854546","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-08 - Cabinet of Vice-President Miguel Arias Cañete x IBERDROLA"],"date":["2016-01-08"],"summary":["Legislative activity in 2016"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-41816938101-07","ec-person-2229c857664a22dcb8eee79a8c05841fd3d0924f"]}} -{"id":"ec-meeting-2016-01-08-5f30a1d3193d33e53d526196cf51276e4565a8cc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-08 - Agriculture and Rural Development x Sustainable Biomass Program"],"date":["2016-01-08"],"summary":["dialogue with the Commission on how biomass can contribute to the ambitious CO2 and renewables targets laid out in the Energy Union plan"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-agri"],"involved":["eu-tr-888745515605-77","ec-person-7bc7204a153f98afbf1ad1cffbdd10d06d9ae166"]}} -{"id":"ec-meeting-2016-01-08-5f98264ccda5dc3c5ee2638528484aa763a90cee","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-08 - Günther Oettinger x Comuto SA"],"date":["2016-01-08"],"summary":["Platforms, open data and portability"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0","eu-tr-290486916308-69"]}} -{"id":"ec-meeting-2016-01-08-6b10f4da08ec208160e17384f0d1e423dfc44653","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-08 - Cabinet of Commissioner Jonathan Hill x Confederation of British Industry"],"date":["2016-01-08"],"summary":["Financial services policy"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["UK"],"address":["UK"],"addressEntity":["addr-7770d04c7bfb791e7c95959f12d6797bee87a8d8"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["eu-tr-73725676990-18","ec-person-f247edfcff54d4f26fc10769f809c92bc72d6797"]}} -{"id":"ec-meeting-2016-01-08-b40567027846f86fe99746f101fe596831725249","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2016-01-08 - Cabinet of Vice-President Cecilia Malmström x Bureau Européen des Unions de Consommateurs"],"date":["2016-01-08"],"summary":["the role of consumers in EU trade and investment policy","Implementation of \"Trade for all\", TTIP, TiSA"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-19b143e83f8ab978c55c8a9a9e49e06dbfa14bf3","eu-tr-9505781573-45"]}} -{"id":"ec-meeting-2016-01-08-cefc24fe174db9e84c4f146c16bf8a7be598db13","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-08 - Cabinet of Commissioner Christos Stylianides x Migration Policy Institute Europe"],"date":["2016-01-08"],"summary":["Migration"],"notes":["Portfolio: Humanitarian Aid & Crisis Management"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-christos-commissioner-of-stylianides"],"involved":["ec-person-cdd689bd079714522dad472ea4446b0fcc660d8f","eu-tr-643139016047-27"]}} -{"id":"ec-meeting-2016-01-08-f38e3417a04d2cc75a582669a47f1a6dff9620be","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-08 - Cabinet of Commissioner Elżbieta Bieńkowska x Technology Industries of Finland (Teknologiateollisuus ry)"],"date":["2016-01-08"],"summary":["China and EU steel trade"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-39705603497-38","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2016-01-11-0154d8a9bc287a6e99bb0ca852b8c128e9c4159e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-11 - Cabinet of Commissioner Marianne Thyssen x International Association for Exchange of Students for Technical Experience"],"date":["2016-01-11"],"summary":["Traineeships, Skills"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["ec-person-bdb607d5d994a4056dd700f8f52d9af25b406b36","eu-tr-301781920188-04"]}} -{"id":"ec-meeting-2016-01-11-063e99b192edb348e63fbf4f5850fd83bc075695","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-11 - Cabinet of Vice-President Maroš Šefčovič x General Electric Company"],"date":["2016-01-11"],"summary":["Investment Plan and Energy Union"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-2be517b9261a91f2f07e05ec14c6331980e9716e","eu-tr-4016736872-59"]}} -{"id":"ec-meeting-2016-01-11-09a866c69fb558c1b56600449ced9007fcfa5a66","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-11 - Cabinet of Commissioner Vytenis Andriukaitis x European Liver Patients' Association"],"date":["2016-01-11"],"summary":["Hepatitis: action to fight Hepatitis, access to Hepatitis treatment"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-97425c615743576adc42e09bee7dac14f83f691b","ec-person-df30d07ef698a52b9948b9c734db39196cf8541f","eu-tr-89292219623-93"]}} -{"id":"ec-meeting-2016-01-11-40664a5008244efe6c6e89f37c139da79ff0de4e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-11 - Cabinet of Commissioner Corina Crețu x Stichting European Climate Foundation"],"date":["2016-01-11"],"summary":["Revision of the 2030 energy efficiency target (together with friends of the Earth)"],"notes":["Portfolio: Regional Policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-corina-cretu-of"],"involved":["eu-tr-64869491516-70","ec-person-f5bd4d5d0170028815aba56ee7d4883f0fd70f47"]}} -{"id":"ec-meeting-2016-01-11-4b5f7ff4dde7f4fab872bd6e34572728200b0848","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-11 - Cabinet of Vice-President Andrus Ansip x Federation of European Publishers"],"date":["2016-01-11"],"summary":["Copyright, text and data mining, VAT on e-books"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-398541467-53","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45","ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0"]}} -{"id":"ec-meeting-2016-01-11-5ea239c38437eff8ed9a2758cfe06a70d3d1885b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-11 - Cabinet of Commissioner Corina Crețu x Friends of the Earth Europe"],"date":["2016-01-11"],"summary":["Revision of the 2030 energy efficiency target (together with European Climate Foundation)"],"notes":["Portfolio: Regional Policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-corina-cretu-of"],"involved":["ec-person-f5bd4d5d0170028815aba56ee7d4883f0fd70f47","eu-tr-9825553393-31"]}} -{"id":"ec-meeting-2016-01-11-6b5fa0b3aedb5c3d449fe246a9e3fa586070cb26","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-11 - Cabinet of Commissioner Vytenis Andriukaitis x Plastics Europe"],"date":["2016-01-11"],"summary":["Bisphenol A"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-b9c3f19e7c5f216e3e508f931ddd6a9cb59376d1","eu-tr-454264611835-56","ec-person-df30d07ef698a52b9948b9c734db39196cf8541f"]}} -{"id":"ec-meeting-2016-01-11-83ca002362583a3aa6cb15d707e728fb3a514373","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-11 - Cabinet of Commissioner Jonathan Hill x International Financial Reporting Standards (IFRS) Foundation"],"date":["2016-01-11"],"summary":["IFRS 9, IFRS 4"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Belgium, Brussels, BERL"],"address":["Belgium, Brussels, BERL"],"addressEntity":["addr-afebf85a436897fe5234b2ac0d00a1ddc4c9dd27"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["eu-tr-830882416841-19","ec-person-f247edfcff54d4f26fc10769f809c92bc72d6797"]}} -{"id":"ec-meeting-2016-01-11-85c335c1b35a035d47cc5dc083a2354d89a7df05","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-11 - Mobility and Transport x Airports Council International - European Region"],"date":["2016-01-11"],"summary":["Aviation Strategy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-move"],"involved":["eu-tr-42566063487-73","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2016-01-11-889a7aa6e8859448205021140f4a5bc84ee99122","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-11 - Climate Action x European Environmental Bureau"],"date":["2016-01-11"],"summary":["Sustainability of bio-energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-clima"],"involved":["ec-person-44c2f44f96dda2012bcb4e9abc749f6cae86a4c0","eu-tr-06798511314-27"]}} -{"id":"ec-meeting-2016-01-11-9f617cce4fc24e2f693fa4dea6e880fb5e5caff1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-11 - Cabinet of Vice-President Jyrki Katainen x European Association of Research and Technology Organisations VTT Technical Research Centre of Finland Ltd"],"date":["2016-01-11"],"summary":["EU Innovation policy"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90","eu-tr-48918086666-95","ec-person-99365f4c3081112dcbfa722a5eb05adecc68503e","eu-tr-549986317203-11"]}} -{"id":"ec-meeting-2016-01-11-a074b70dbef101272d64c971a81054a3722fc458","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-11 - Cabinet of Commissioner Margrethe Vestager x The Free and Fair Post Initiative"],"date":["2016-01-11"],"summary":["Competition Situation in the Postal Sector"],"notes":["Portfolio: Competition"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-margrethe-of-vestager"],"involved":["ec-person-0700cb0f43a2d20f4938902c4a086aca632d71fb","eu-tr-145982616387-18"]}} -{"id":"ec-meeting-2016-01-11-a483ef0278a6384f79484a1af2cab1d6875cccf8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-11 - Cabinet of Vice-President Andrus Ansip x United Internet AG"],"date":["2016-01-11"],"summary":["DSM Strategy and telecommunications market in Germany."],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-31650149406-33","ec-person-666bc159c7e65a3af9e63c1e97435c02f1496955"]}} -{"id":"ec-meeting-2016-01-11-af179597ccec9ab064f184f57d982b931562fd7f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-11 - Cabinet of Vice-President Valdis Dombrovskis x Association for Financial Markets in Europe"],"date":["2016-01-11"],"summary":["Joint meeting/Markets in Financial Instruments Directive level2"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-65110063986-76","ec-person-3f9ca71b74344417d1f072ba7f3e2f09a223b036"]}} -{"id":"ec-meeting-2016-01-11-b7317901a7013f2bcc6b824ab2bcf36da2256caa","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-11 - Cabinet of President Jean-Claude Juncker x United Internet AG"],"date":["2016-01-11"],"summary":["Digital Single Market"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-44a061693f35519551be0e3dab996e76ad3f8c7c","eu-tr-31650149406-33"]}} -{"id":"ec-meeting-2016-01-11-c2ece2bdeb90cf3fad358df249d34c0226695ec2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-11 - Cabinet of Vice-President Jyrki Katainen x Union of European Beverages Association"],"date":["2016-01-11"],"summary":["Soft drinks sector’s contribution to job and growth in the EU"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90","ec-person-0da85dc48012e26688310a59a0b51727ea68f410","eu-tr-25492952296-56"]}} -{"id":"ec-meeting-2016-01-11-d000cbebe59606dba0722a10b3bde5b8be34d4af","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-11 - Cabinet of Commissioner Marianne Thyssen x IBM Corporation"],"date":["2016-01-11"],"summary":["Skills, employment and social conditions"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["ec-person-bdb607d5d994a4056dd700f8f52d9af25b406b36","eu-tr-7721359944-96","ec-person-7567514af00f139b390cf9864d28a090ca0fde25"]}} -{"id":"ec-meeting-2016-01-11-d406531f081b764ee39e22901dd2a975a962a7d1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-11 - Cabinet of Commissioner Elżbieta Bieńkowska x EUROPEAN APPAREL AND TEXTILE CONFEDERATION"],"date":["2016-01-11"],"summary":["Textile Industry"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-7824139202-85","ec-person-95a769a1850d7d595f9a5853c51dcbdd3ddd69fb"]}} -{"id":"ec-meeting-2016-01-11-e416fafad131eb8df5b576a05f1d879121220ae1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-11 - Communications Networks, Content and Technology x IBM Corporation"],"date":["2016-01-11"],"summary":["Digitisation of industry - Safe Harbour - The data economy in Europa"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-7721359944-96","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2016-01-11-f4456b827c3f157b779dae7b523052cd4abc68a3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-11 - Cabinet of Vice-President Cecilia Malmström x EPIA SolarPower Europe"],"date":["2016-01-11"],"summary":["Solar sector in Europe"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-2680046412-48","ec-person-591ec829ca734bcfe59a2c9c7f07f9dff22a0ea9"]}} -{"id":"ec-meeting-2016-01-11-f5ff716e3a9799724726767db1c5cf547b23bc1e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-11 - Cabinet of Commissioner Vytenis Andriukaitis x European Hospital and Healthcare Employers' Association European Federation of Public Service Unions"],"date":["2016-01-11"],"summary":["Health professionals"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-059ca943fc5fc696d2a97849c635ddf7b6ab7fd7","eu-tr-04902121531-04","ec-person-df30d07ef698a52b9948b9c734db39196cf8541f","eu-tr-285977317289-74"]}} -{"id":"ec-meeting-2016-01-11-fd24c134055edc661df6d6426b5be56c36d87953","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-11 - Cabinet of Commissioner Tibor Navracsics x beilink international relations, ltd."],"date":["2016-01-11"],"summary":["Protection and Preservation of Cultural Heritage in Central and Eastern Europe"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-cb6aa96c497dead35eb0f2ed0339e5423d506549","eu-tr-260757519695-38","ec-person-dc2e0fed0fdf39a6a3f3ad63355c5215599de9d1"]}} -{"id":"ec-meeting-2016-01-11-ff4a0c134fa5b93f94c7409ddf55c61815577245","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-11 - Günther Oettinger x Deutscher Gewerkschaftsbund"],"date":["2016-01-11"],"summary":["Digital economy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-07595112423-87","ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0"]}} -{"id":"ec-meeting-2016-01-12-066e96c1719e7b6ba678cfbd889749bbc4d6ce2f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-12 - Cabinet of President Jean-Claude Juncker x Fondation EurActiv"],"date":["2016-01-12"],"summary":["Energy Union"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-23538077148-34","ec-person-b1bf9aa5fb7e886441ff341b657cc482b64a2a3e"]}} -{"id":"ec-meeting-2016-01-12-1881e3254f1b89276b74c768a7c785ae25b3ca94","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-12 - Günther Oettinger x Helsinki Foundation for Human Rights"],"date":["2016-01-12"],"summary":["Rule of Law"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-657241221166-37","ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0"]}} -{"id":"ec-meeting-2016-01-12-1c0765c718ca3585cddc24b7a4c0b9174896f89b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-12 - Cabinet of First Vice-President Frans Timmermans x Conseil des Communes et Régions d'Europe"],"date":["2016-01-12"],"summary":["Better Regulation package"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-81142561702-61","ec-person-f3a0db9fe3b985fb3a6665117484ee9f97b0e339"]}} -{"id":"ec-meeting-2016-01-12-1c40a8b6385589f68bc69046284f68b25260abb7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-12 - Environment x Altstoff Recycling Austria AG"],"date":["2016-01-12"],"summary":["Packaging & Packaging waste"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-env"],"involved":["eu-tr-480290216298-63","ec-person-3bc74ce04ea3f4ab4d91a5c88eef25b8b8a213b4"]}} -{"id":"ec-meeting-2016-01-12-252c367f9fb551a206ed973c577e865d8193e9f8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-12 - Cabinet of Vice-President Jyrki Katainen x Hochschulrektorenkonferenz"],"date":["2016-01-12"],"summary":["Universities as drivers for growth"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90","ec-person-99365f4c3081112dcbfa722a5eb05adecc68503e","eu-tr-416841712322-37"]}} -{"id":"ec-meeting-2016-01-12-2a7d0248ea25dee2b9ef4f462f219f43d78ef331","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-12 - Cabinet of Commissioner Elżbieta Bieńkowska x Business Bridge Europe"],"date":["2016-01-12"],"summary":["8th annual Conference on EU Space Policy"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["ec-person-d2997a7f359c91a337055c3e24dd36bf928de38d","ec-person-685ecf13dd26cd515c961e24ba71049af2302c5e","ec-person-95a769a1850d7d595f9a5853c51dcbdd3ddd69fb","eu-tr-72856225852-31"]}} -{"id":"ec-meeting-2016-01-12-333b02db6b7d9ccecdcc3572e16705efeb860d20","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-12 - Inspire, Debate, Engage and Accelerate Action x CONCORD Europe WWF European Policy Programme"],"date":["2016-01-12"],"summary":["Implementation of the 2030 Agenda for Sustainable Development in the EU"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-dg-idea"],"involved":["eu-tr-34478709670-34","eu-tr-1414929419-24","ec-person-4fe56a64c00b3e81c851b5538878b32481bd7d3c"]}} -{"id":"ec-meeting-2016-01-12-3afd831381ad975048f6929b5c4a86047818db21","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-12 - Cabinet of Commissioner Phil Hogan x Forest-based Sector Technology Platform"],"date":["2016-01-12"],"summary":["Forestry"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-96415319324-88","ec-person-ff8342dedc26701400fcb7dcf73fbee50a837ac6"]}} -{"id":"ec-meeting-2016-01-12-3fb431727947e501b1d5e72800e20cdeac14f99d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-12 - Cabinet of Commissioner Marianne Thyssen x Union Européenne des Médecins Specialistes Ocuupational Medecine Section"],"date":["2016-01-12"],"summary":["Occupational Health and Safety"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["ec-person-c508e9337eca6b067c1f966b82de49c4824a3ad0","ec-person-7567514af00f139b390cf9864d28a090ca0fde25","eu-tr-767381519628-85"]}} -{"id":"ec-meeting-2016-01-12-42395be7059343555d23bc0e00f0e47772c72fe8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-12 - Cabinet of Commissioner Pierre Moscovici x Mouvement des Entreprises de France"],"date":["2016-01-12"],"summary":["Discussion on the upcoming Tax Anti-Avoidance Package"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["brussels"],"address":["brussels"],"addressEntity":["addr-e2daa1574b7ac475c827b33e281bd2d5e013c882"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["eu-tr-43763731235-75","ec-person-738f7f25002d191bd2df8936e8f8d1d726c19e2e"]}} -{"id":"ec-meeting-2016-01-12-6a62d4493239d879eb6b1cefc438fe5bc24e0399","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-12 - Cabinet of Vice-President Andrus Ansip x association of television and radio sales houses"],"date":["2016-01-12"],"summary":["AVMS Directive"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-1977807375-62","ec-person-c759bd58acc54869aa8e62ce652efcda416e25c2"]}} -{"id":"ec-meeting-2016-01-12-6c682f708beb8e0953fb87692a0ed0d3c9583335","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2016-01-12 - Cabinet of President Jean-Claude Juncker x FEDIL - The Voice of Luxembourg's Industry"],"date":["2016-01-12"],"summary":["Discuss Commission Work Programme","Ongoing projects"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-e415577aabb40c0f789310505c6c5803aa69037b","eu-tr-286194516022-33"]}} -{"id":"ec-meeting-2016-01-12-7b64f8a769a06a149da6fd8482235294f99e4343","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-12 - Cabinet of Commissioner Jonathan Hill x Actuarial Association of Europe"],"date":["2016-01-12"],"summary":["IORP and Insurance Block Exemption Regulation"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["eu-tr-550855911144-54","ec-person-890015b0d769ee93a09119846b414d4aae7c64ae"]}} -{"id":"ec-meeting-2016-01-12-9614a68bee4e83acee2b6d82d1a786c0e36a71ef","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-12 - Energy x Istituto per la Competitività"],"date":["2016-01-12"],"summary":["energy policy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-859942318143-66","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2016-01-12-a6a5ca73c275e70c700f032b0c0a7ecaf5297cef","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-12 - Cabinet of Vice-President Miguel Arias Cañete x The European Steel Association"],"date":["2016-01-12"],"summary":["Challenges for the steel sector, including MES for China, energy prices, ETS post-2020 and availability of input materials."],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-93038071152-83","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd"]}} -{"id":"ec-meeting-2016-01-12-a754fd7b210a21c343227db12005c67232739369","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-12 - Cabinet of Commissioner Violeta Bulc x EUROPEAN BUSINESS AVIATION ASSOCIATION"],"date":["2016-01-12"],"summary":["Meeting EBAA representatives"],"notes":["Portfolio: Transport"],"location":["Brussels, Belguim"],"address":["Brussels, Belguim"],"addressEntity":["addr-84b5e5f38d43901e13b15f0c7dd8b408c954fd9b"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-120566513356-64","ec-person-4d2b449b5047ea3fda435a2a1c1081e3babcdf76","ec-person-9d4dc4867a44dfe10f67ae7ee1706da3e8b48a24"]}} -{"id":"ec-meeting-2016-01-12-ba7d7aef50df0b41d64e7fe7e3cf3d8592ff74f9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-12 - Cabinet of Vice-President Andrus Ansip x european competitive telecommunications association"],"date":["2016-01-12"],"summary":["EU telecoms review"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-24627752238-32","ec-person-666bc159c7e65a3af9e63c1e97435c02f1496955","ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0"]}} -{"id":"ec-meeting-2016-01-12-c3b02c9dffd429e36e8d41fe50e9f237fd447a4f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-12 - Cabinet of Vice-President Valdis Dombrovskis x Citigroup Inc."],"date":["2016-01-12"],"summary":["Prospectus Directive"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-00353757573-57","ec-person-3f9ca71b74344417d1f072ba7f3e2f09a223b036"]}} -{"id":"ec-meeting-2016-01-12-cba92af457d2ee644ea8581f3dc7778a07591419","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-12 - Cabinet of Vice-President Cecilia Malmström x Telia Company AB"],"date":["2016-01-12"],"summary":["Central Asian Region"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-381805014604-45","ec-person-591ec829ca734bcfe59a2c9c7f07f9dff22a0ea9"]}} -{"id":"ec-meeting-2016-01-12-ce0a0c45a445086bec1dd92cd2caacdb6f86c455","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-12 - Cabinet of President Jean-Claude Juncker x Financial Future"],"date":["2016-01-12"],"summary":["Speech at Financial Future Workshop on European Deposit Insurance Scheme"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-496002615183-27","ec-person-c402e34a99fbee730ae22e3b1958e21c94dc6fcc"]}} -{"id":"ec-meeting-2016-01-12-d9885a16fdb13c976f21124a57af7d39f00fa54a","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2016-01-12 - Günther Oettinger x Inmarsat Global Ltd Inmarsat Global Ltd"],"date":["2016-01-12"],"summary":["5G"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-4cd59e13386e3b68ecb3611fcc579e0a0a3938a5","eu-tr-007453915616-85","ec-person-c6cae64cc7dc787b66a47ab1613d3e922875b971"]}} -{"id":"ec-meeting-2016-01-12-f82659d28e4863581c36746cc0f77a64b759546e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-12 - Cabinet of Commissioner Marianne Thyssen x Youth of the European People's Party"],"date":["2016-01-12"],"summary":["Skills and youth employment"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["eu-tr-363065421308-40","ec-person-c508e9337eca6b067c1f966b82de49c4824a3ad0"]}} -{"id":"ec-meeting-2016-01-12-fc90ec86a3161cad86f49a62e1cb43328b41250f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-12 - Cabinet of Commissioner Elżbieta Bieńkowska x Association des Constructeurs Européens d'Automobiles"],"date":["2016-01-12"],"summary":["Emissions and how to build the future for mobility connecting decarbonisation with digitalisation of transport solutions"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["ec-person-d2997a7f359c91a337055c3e24dd36bf928de38d","eu-tr-0649790813-47","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2016-01-13-0574528f3a3b818cd51ae0bfddbe1437263645e6","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2016-01-13 - Cabinet of Commissioner Violeta Bulc x Daimler Aktiengesellschaft"],"date":["2016-01-13"],"summary":["Road transport","Transport digitalization"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-5012c5e45a52ee8ce67d19c1781a127af53e73e7","ec-person-e14c58f620f40325d829df7be0823280307bc15f","eu-tr-2349218828-41"]}} -{"id":"ec-meeting-2016-01-13-141743b4646e42b6ba51b9f8025a0653c3734f15","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-13 - Günther Oettinger x OneWeb"],"date":["2016-01-13"],"summary":["DSM"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-216318120246-31","ec-person-d8b86b98a24683917c569000ed6d8c45bedbbc00"]}} -{"id":"ec-meeting-2016-01-13-18494abecb07c3f15b4d2a45d6cede711e1d1899","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2016-01-13 - Cabinet of President Jean-Claude Juncker x Axel Springer SE"],"date":["2016-01-13"],"summary":["Speech at the dinner of the WELT Wirtschaftsgipfel","Speech during dinner on the occasion of the WELT Economic Summit"],"notes":["Portfolio: President"],"location":["Germany, Berlin","Berlin, Germany"],"address":["Germany, Berlin","Berlin, Germany"],"addressEntity":["addr-9667111daa0bf5033d5058f01a20139051ddb48e","addr-45087614a913d81becb706e8469c1cd56b027e7f"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-e415577aabb40c0f789310505c6c5803aa69037b","eu-tr-742417913824-11","ec-person-29c106b0461ffd79e95f0119bdd363fd3c7c3ab3"]}} -{"id":"ec-meeting-2016-01-13-1abbef6ff41d7f2c088f3378781d48295dcdb974","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-13 - Günther Oettinger x Leonardo S.p.A."],"date":["2016-01-13"],"summary":["cyberseurity; PPP"],"location":["BXL"],"address":["BXL"],"addressEntity":["addr-d2fde52f67ea4a3e1fe233d0a959d6a1c77fd910"],"organizer":["ec-dg-de"],"involved":["eu-tr-02550382403-01","ec-person-5652698e8f7b4a189329e67fddbaff44dbe8658c"]}} -{"id":"ec-meeting-2016-01-13-24dc40570d824c279c6b9b98a05e0f4299867520","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-13 - Cabinet of Vice-President Jyrki Katainen x General Electric Company"],"date":["2016-01-13"],"summary":["Investment initiative"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-3775b7be791f90ed462b9071c9ae596b80d71bca","eu-tr-4016736872-59"]}} -{"id":"ec-meeting-2016-01-13-2e718b5eb6bc2b3d6b1502e6074792d3784074e1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-13 - Cabinet of Vice-President Andrus Ansip x BT Group plc"],"date":["2016-01-13"],"summary":["Copyright, portability, EU telecoms review"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-666bc159c7e65a3af9e63c1e97435c02f1496955","eu-tr-00919034091-89","ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0"]}} -{"id":"ec-meeting-2016-01-13-32b5a75693c387d23dc26439b2acc99b82a86256","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-13 - Cabinet of Commissioner Phil Hogan x European Forest Institute"],"date":["2016-01-13"],"summary":["Forestry"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-38315289949-88","ec-person-ff8342dedc26701400fcb7dcf73fbee50a837ac6"]}} -{"id":"ec-meeting-2016-01-13-34360f26a27d3ee637338335f2cd20d510ef6cbc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-13 - Günther Oettinger x Deloitte GmbH Wirtschaftsprüfungsgesellschaft"],"date":["2016-01-13"],"summary":["DSM"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0","eu-tr-782529817171-84"]}} -{"id":"ec-meeting-2016-01-13-3d27aaf5e4d2981c9cfa3547134ad61e0fe68aa2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-13 - Cabinet of Commissioner Corina Crețu x General Electric Company"],"date":["2016-01-13"],"summary":["EU cohesion policy"],"notes":["Portfolio: Regional Policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-corina-cretu-of"],"involved":["ec-person-f5bd4d5d0170028815aba56ee7d4883f0fd70f47","eu-tr-4016736872-59"]}} -{"id":"ec-meeting-2016-01-13-3d43db7aa26e20fd20c44b6c95762df860923b50","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-13 - Cabinet of Commissioner Vytenis Andriukaitis x WELLNESS FOUNDATION"],"date":["2016-01-13"],"summary":["Physical activity, overweight and obesity in the EU"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-0dbfffeb0323f819c8d57164906086dd8639c437","ec-person-97425c615743576adc42e09bee7dac14f83f691b","ec-person-df30d07ef698a52b9948b9c734db39196cf8541f","eu-tr-349079119535-50"]}} -{"id":"ec-meeting-2016-01-13-3f911676c7ca36bbc8c09f59f58d7dc9abfc4980","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-13 - Cabinet of Vice-President Neven Mimica x Koninklijke Philips"],"date":["2016-01-13"],"summary":["Private sector involvement in development cooperation with a focus on health care under different frameworks (existing programmes and Trust Funds; SDGs; post Cotonou)"],"notes":["Portfolio: International Cooperation & Development"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-mimica-neven-of-president-vice"],"involved":["eu-tr-035366013790-68","ec-person-e90858f5aba78fd0e1cb2f757c3f38d55d91f98b"]}} -{"id":"ec-meeting-2016-01-13-43c3835314f72be1a7175481f81967a735ed4a4d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-13 - Cabinet of Commissioner Margrethe Vestager x London Stock Exchange Group"],"date":["2016-01-13"],"summary":["Capital Market and presentation of the ELITE programme for SMEs"],"notes":["Portfolio: Competition"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-margrethe-of-vestager"],"involved":["ec-person-ba88c0f325beb42cca2cabbf7a5ea2fe3a59f989","eu-tr-550494915045-08"]}} -{"id":"ec-meeting-2016-01-13-48292024e818eb4e651456d5dae1f690cc4c1989","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-13 - Mobility and Transport x General Electric Company"],"date":["2016-01-13"],"summary":["Aviation Strategy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-move"],"involved":["ec-person-26cdfacae671b09917bee1a91c91973941fa58a2","eu-tr-4016736872-59"]}} -{"id":"ec-meeting-2016-01-13-48537acaeeb2559a5b8fb7cba03745c0d1a39899","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-13 - Climate Action x Mercedes-Benz Group AG"],"date":["2016-01-13"],"summary":["Emissions from Heavy-Duty Vehicles"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-clima"],"involved":["ec-person-44c2f44f96dda2012bcb4e9abc749f6cae86a4c0","eu-tr-2349218828-41"]}} -{"id":"ec-meeting-2016-01-13-487d80c6975a9b3ffc996f7944e1525ac36e8c18","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-13 - Internal Market, Industry, Entrepreneurship and SMEs x General Electric Company"],"date":["2016-01-13"],"summary":["Digitization of industry, public procurement."],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-grow"],"involved":["eu-tr-4016736872-59","ec-person-60a3d0d628d231b41af1d0c65607b0fd78ca4edc"]}} -{"id":"ec-meeting-2016-01-13-6e641b613a9656a32b844ddec93fb3ddd57c82d6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-13 - Cabinet of Commissioner Phil Hogan x Kaupan liitto ry - Finnish Commerce Federation"],"date":["2016-01-13"],"summary":["Governance and specificities of the Finnish national Supply Chain Initiative"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-a985b9a03cb4f9af4f2f97583d8f92fb71579572","eu-tr-141376015883-52"]}} -{"id":"ec-meeting-2016-01-13-71809abd65c03991075fb0b0a04cff569fe7f12b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-13 - Cabinet of Commissioner Vytenis Andriukaitis x Hume Brophy"],"date":["2016-01-13"],"summary":["Glyphosate"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["eu-tr-3843982938-44","ec-person-b9c3f19e7c5f216e3e508f931ddd6a9cb59376d1"]}} -{"id":"ec-meeting-2016-01-13-79b09fbbe8706d4dc0c8e8897fcc2215245da612","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-13 - Cabinet of Commissioner Phil Hogan x Euro Foie Gras"],"date":["2016-01-13"],"summary":["Business discussion"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-617506516010-41","ec-person-400dd8d59d3060187d9b9b143d697da1a3d03c12"]}} -{"id":"ec-meeting-2016-01-13-895d1dd93ea95ccce51204daf4c94650b70100fb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-13 - Communications Networks, Content and Technology x Motion Picture Association EMEA"],"date":["2016-01-13"],"summary":["Portability - Geoblocking - DSM"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-95201401713-39","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2016-01-13-8fd0ecb8f02a8aa7ee30c151b9731325e4040fe9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-13 - Cabinet of Vice-President Cecilia Malmström x Axel Springer SE"],"date":["2016-01-13"],"summary":["8th Welt Economic Summit"],"notes":["Portfolio: Trade"],"location":["Berlin"],"address":["Berlin"],"addressEntity":["addr-062b06ba8e755765c6b049809b7430fd54fe5b21"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-742417913824-11","ec-person-19b143e83f8ab978c55c8a9a9e49e06dbfa14bf3"]}} -{"id":"ec-meeting-2016-01-13-9126d39f19d345f61f65af82159e2fe7458cac9b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-13 - Cabinet of Vice-President Andrus Ansip x BNP PARIBAS"],"date":["2016-01-13"],"summary":["Interview with Mr Peter de Keyzer writing a book on why and how European Nations have reformed their economy and labour markets"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-0f698e3a0cc0bd6a02e1bd386a25cedc1366f3f1","eu-tr-78787381113-69"]}} -{"id":"ec-meeting-2016-01-13-98ae7d3df01415f71c701ae618ee72ee9d5f8659","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-13 - Cabinet of Commissioner Elżbieta Bieńkowska x ARIANESPACE"],"date":["2016-01-13"],"summary":["Follow-up on mission to Kourou (December 2015)"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-016461319755-04","ec-person-685ecf13dd26cd515c961e24ba71049af2302c5e","ec-person-d2997a7f359c91a337055c3e24dd36bf928de38d"]}} -{"id":"ec-meeting-2016-01-13-9a1a627eaae862e4f1800064eca3148e90b4512d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-13 - Cabinet of Commissioner Jonathan Hill x Swedish Bankers´ Association"],"date":["2016-01-13"],"summary":["Basel IV, TLAC implementation in Europe, NSFR"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["eu-tr-53517281038-30","ec-person-890015b0d769ee93a09119846b414d4aae7c64ae"]}} -{"id":"ec-meeting-2016-01-13-9dee1b0bd046d5f186608aee4136d3521a423874","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-13 - Günther Oettinger x Spitzenorganisation der Filmwirtschaft e.V."],"date":["2016-01-13"],"summary":["copyright"],"location":["BXL"],"address":["BXL"],"addressEntity":["addr-d2fde52f67ea4a3e1fe233d0a959d6a1c77fd910"],"organizer":["ec-dg-de"],"involved":["eu-tr-314741112399-87","ec-person-49723482bb23d029cbfc010cb37eec7392a0ae02"]}} -{"id":"ec-meeting-2016-01-13-a14b86b8773ffeca4c32fd8572fb4369ff2c27f8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-13 - Cabinet of Commissioner Tibor Navracsics x Spitzenorganisation der Filmwirtschaft e.V."],"date":["2016-01-13"],"summary":["Digital Single Market"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-49f31dad10f5641cb1d1e4c3107dd838389e8120","eu-tr-314741112399-87"]}} -{"id":"ec-meeting-2016-01-13-b0a5f801cf46e6127bee4902fb388bcab6022275","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-13 - Cabinet of Vice-President Jyrki Katainen x Schroders Investment Management (Europe) SA"],"date":["2016-01-13"],"summary":["CMU"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-997906814697-71","ec-person-955e8c493ab54847bb92b65986f56a401f8eabee"]}} -{"id":"ec-meeting-2016-01-13-b5cae06b83855b1a465c0511664a3b656360e0d4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-13 - Communications Networks, Content and Technology x OneWeb"],"date":["2016-01-13"],"summary":["DSM"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-216318120246-31","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2016-01-13-b6a62f198152071fdaf2110ed6289661e0d5c3ea","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-13 - Cabinet of Vice-President Maroš Šefčovič x SES S.A. The EMEA Satellite Operators' Assocation Eutelsat OHB Deutsche Telekom Airbus THALES ARIANESPACE"],"date":["2016-01-13"],"summary":["Space Strategy for Europe"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-1f95be23689cd4ed0a26fe2980f760ccf2d55c1e","eu-tr-746025510283-01","eu-tr-2732167674-76","eu-tr-93226026703-84","eu-tr-91711831031-23","eu-tr-016461319755-04","eu-tr-93799097410-24","eu-tr-648584214179-94","eu-tr-60052162589-72"]}} -{"id":"ec-meeting-2016-01-13-b79d20b783a0ee23a7028a57d5d8563308f6d358","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-13 - Cabinet of Vice-President Maroš Šefčovič x ExxonMobil Petroleum & Chemical"],"date":["2016-01-13"],"summary":["presentation of the positions of Exxonmobil, in particular on decarbonisation of transport"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-ea6b517040e26a62f17d2829afffeba48cfd682f","eu-tr-0745650927-75"]}} -{"id":"ec-meeting-2016-01-13-bd91b6225c4f54f2239d22be50baa9c995d942e4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-13 - Cabinet of Vice-President Cecilia Malmström x NATS Ltd"],"date":["2016-01-13"],"summary":["Air traffic control services and EU trade agenda"],"notes":["Portfolio: Trade"],"location":["Brussels Belgium"],"address":["Brussels Belgium"],"addressEntity":["addr-61947d7d2c69c0b8f57325bd044f500c5fc6df48"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-5d4088e1913284a765aed8445f448f6ff341f1b3","eu-tr-15257643846-58"]}} -{"id":"ec-meeting-2016-01-13-c44b706dee5fdb00a557288ecf271ae00fa6869d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-13 - Cabinet of Commissioner Marianne Thyssen x Brussels Enterprises Commerce and Industry"],"date":["2016-01-13"],"summary":["Diversity and youth employment"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["ec-person-e93189002a993321fd1af93481b271c766b1aff8","ec-person-97cc52ff34af5e6170626d2711bb791d319e064a","eu-tr-12949148092-44"]}} -{"id":"ec-meeting-2016-01-13-db60cd411c710ddccb8566c72f76081a81fb2037","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-13 - Cabinet of Commissioner Jonathan Hill x Borsa Italiana"],"date":["2016-01-13"],"summary":["Roundtable on Financial Services Policy"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["eu-tr-848841415210-63","ec-person-f247edfcff54d4f26fc10769f809c92bc72d6797"]}} -{"id":"ec-meeting-2016-01-13-e0c5aed6a47113efadeef2ab4e39454378fc07b4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-13 - Günther Oettinger x Kreab"],"date":["2016-01-13"],"summary":["copyright"],"location":["BXL"],"address":["BXL"],"addressEntity":["addr-d2fde52f67ea4a3e1fe233d0a959d6a1c77fd910"],"organizer":["ec-dg-de"],"involved":["eu-tr-1078390517-54","ec-person-49723482bb23d029cbfc010cb37eec7392a0ae02"]}} -{"id":"ec-meeting-2016-01-13-fe51149bd6ac2e9b0798349ffaa73b3803249c6f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-13 - Cabinet of Vice-President Maroš Šefčovič x Orgalim – Europe's Technology Industries"],"date":["2016-01-13"],"summary":["Opportunities of Energy Union for EU technology manufacturers"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-2be517b9261a91f2f07e05ec14c6331980e9716e","eu-tr-20210641335-88"]}} -{"id":"ec-meeting-2016-01-14-04a52a63739cebeda66ec20f69033e2ad2f6e8e7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-14 - Migration and Home Affairs x Friends of Europe"],"date":["2016-01-14"],"summary":["Preparation of the Migration Policy Forum 2016"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-home"],"involved":["eu-tr-99436366768-45","ec-person-ae1262e8850ed1e9a0530b0ad7440ac648255896"]}} -{"id":"ec-meeting-2016-01-14-0a18348cd513cdef8a360bb92eae75239b7e2074","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-14 - Cabinet of Commissioner Marianne Thyssen x INTERNATIONAL SAFETY AND HEALTH CONSTRUCTION CO-ORDINATORS ORGANISATION"],"date":["2016-01-14"],"summary":["occupational health and safety in construction"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["ec-person-7567514af00f139b390cf9864d28a090ca0fde25","eu-tr-958979514981-58"]}} -{"id":"ec-meeting-2016-01-14-10d018eb03ce5fbca485e6303ca2b4d7d5efd125","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-14 - Cabinet of Vice-President Miguel Arias Cañete x Vitol Holding BV"],"date":["2016-01-14"],"summary":["Oil and gas market"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussesls, Belgium"],"address":["Brussesls, Belgium"],"addressEntity":["addr-fb6c6837b482be6e11769f2aa0752f10f2ccb563"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-114491916818-47","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd"]}} -{"id":"ec-meeting-2016-01-14-1ee43c694131ab4ea2aa8d3def45da855be3f009","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-14 - Communications Networks, Content and Technology x DIGITALEUROPE"],"date":["2016-01-14"],"summary":["Telecom review - I4.0 - DSM - EU cloud"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-64270747023-20","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2016-01-14-2817519fabca6f10d83764c0ff872c2f564ee1cd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-14 - Günther Oettinger x Bundesverband Deutsche Startups"],"date":["2016-01-14"],"summary":["DSM"],"location":["Berlin"],"address":["Berlin"],"addressEntity":["addr-062b06ba8e755765c6b049809b7430fd54fe5b21"],"organizer":["ec-dg-de"],"involved":["eu-tr-109482418447-89","ec-person-d8b86b98a24683917c569000ed6d8c45bedbbc00"]}} -{"id":"ec-meeting-2016-01-14-5543639625f7fb313dcb4349f84a052c982376d1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-14 - Cabinet of Vice-President Cecilia Malmström x ArcelorMittal"],"date":["2016-01-14"],"summary":["Steel / anti-dumping"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-23527541824-60","ec-person-20ded9db5df11164331bb161fdf234b1e5ad53fd","ec-person-591ec829ca734bcfe59a2c9c7f07f9dff22a0ea9"]}} -{"id":"ec-meeting-2016-01-14-5dcced74674884411c0b77c422b35ec94217c494","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-14 - Cabinet of Commissioner Vytenis Andriukaitis x Food Supplements Europe NATUREX"],"date":["2016-01-14"],"summary":["Rules applicable to botanicals"],"notes":["Portfolio: Health & Food Safety"],"location":["Avignon, France"],"address":["Avignon, France"],"addressEntity":["addr-8f769952ada31847f397a7a0e3c8b4076bf8852a"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["eu-tr-497566619969-02","ec-person-b9c3f19e7c5f216e3e508f931ddd6a9cb59376d1","ec-person-df30d07ef698a52b9948b9c734db39196cf8541f","eu-tr-638153011554-79"]}} -{"id":"ec-meeting-2016-01-14-60cc28ea9010217c02895c572e97ee1c6b714ff0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-14 - Cabinet of Vice-President Andrus Ansip x Broadcom"],"date":["2016-01-14"],"summary":["Digital Skills"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-c759bd58acc54869aa8e62ce652efcda416e25c2","eu-tr-240029014014-18"]}} -{"id":"ec-meeting-2016-01-14-6225d402f258501d50c6ee43884501ad10571d5a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-14 - Cabinet of President Jean-Claude Juncker x British Chamber of Commerce | EU & Belgium"],"date":["2016-01-14"],"summary":["Speech on EU Growth Agenda"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-c402e34a99fbee730ae22e3b1958e21c94dc6fcc","eu-tr-56188303384-93"]}} -{"id":"ec-meeting-2016-01-14-766e5b30adbcdd161e5c5a2f191606ee9b88e06c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-14 - Directorate-General for International Partnerships x Friends of Europe"],"date":["2016-01-14"],"summary":["FoE possible role on the upcoming revision of EU policies, FoE think tank Development Policy Forum"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-intpa"],"involved":["ec-person-ad00e7dd980bb2a40a95c65a87f8760494546865","eu-tr-99436366768-45"]}} -{"id":"ec-meeting-2016-01-14-8117458d52f559cd10f7df52cda2c50d70a01c0f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-14 - Cabinet of Vice-President Miguel Arias Cañete x European Business Summit Network"],"date":["2016-01-14"],"summary":["Upcoming European Business Summit in June 2016"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-268958411031-65","ec-person-2229c857664a22dcb8eee79a8c05841fd3d0924f"]}} -{"id":"ec-meeting-2016-01-14-872d9768b50e1b3d21a4a857bf188eb0b34199c5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-14 - Cabinet of Vice-President Cecilia Malmström x OSTP Sweden AB"],"date":["2016-01-14"],"summary":["Steel / anti-dumping"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-20ded9db5df11164331bb161fdf234b1e5ad53fd","ec-person-591ec829ca734bcfe59a2c9c7f07f9dff22a0ea9","eu-tr-878822120223-32"]}} -{"id":"ec-meeting-2016-01-14-8e17fd837ef014e2d977fe82eb13297c778e69b5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-14 - Cabinet of First Vice-President Frans Timmermans x None"],"date":["2016-01-14"],"summary":["AECA Round-Table on “Dealing with Regulatory Burden"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-5749958415-41","eu-tr-71175716023-03","eu-tr-09824113589-92","eu-tr-312274317374-38","eu-tr-92442218459-37","eu-tr-26255464458-25","eu-tr-5519077766-10","eu-tr-04657143399-39","eu-tr-4263301811-33","eu-tr-95201401713-39","eu-tr-70614728635-77","eu-tr-29896393398-67","eu-tr-2427500988-58","eu-tr-23527541824-60","eu-tr-1496873833-97","eu-tr-577943117432-04","eu-tr-91269481588-28","eu-tr-996568414630-62","eu-tr-20210641335-88","eu-tr-5958991861-30","eu-tr-162771718573-47","eu-tr-48544465107-88","eu-tr-0745650927-75","eu-tr-208351410839-33","eu-tr-9224280267-20","eu-tr-4722660838-23","eu-tr-05503341949-54","eu-tr-56047191389-84","eu-tr-161157710612-65","ec-person-6c0efbf1635ca0cb8dce32e129231fa3136f600b","eu-tr-38235121060-73","eu-tr-47376536890-44","eu-tr-03451096957-77","eu-tr-55916968748-36","eu-tr-64270747023-20","eu-tr-03013154889-05","eu-tr-99578067285-35","eu-tr-7721359944-96"]}} -{"id":"ec-meeting-2016-01-14-8fd0ecb8f02a8aa7ee30c151b9731325e4040fe9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-14 - Cabinet of Vice-President Cecilia Malmström x Axel Springer SE"],"date":["2016-01-14"],"summary":["Speech at Axel Springer WELT Economic Summit"],"notes":["Portfolio: Trade"],"location":["Berlin"],"address":["Berlin"],"addressEntity":["addr-062b06ba8e755765c6b049809b7430fd54fe5b21"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-742417913824-11","ec-person-19b143e83f8ab978c55c8a9a9e49e06dbfa14bf3","ec-person-cb8ca9ec2413722fa83484ed18dd76ace52d0118"]}} -{"id":"ec-meeting-2016-01-14-982820d206a749700e65dc3120984716f5da730e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-14 - Cabinet of Commissioner Vytenis Andriukaitis x International Food Waste Coalition"],"date":["2016-01-14"],"summary":["Wood waste and circular economy"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["eu-tr-134926817871-58","ec-person-0dbfffeb0323f819c8d57164906086dd8639c437"]}} -{"id":"ec-meeting-2016-01-14-a0fbbbee3f6861cb30ec4c11a2bfb90dfbd6ee93","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-14 - Cabinet of Commissioner Carlos Moedas x QUALCOMM Incorporated"],"date":["2016-01-14"],"summary":["Innovation policy"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["eu-tr-00358442856-45","ec-person-2b4bb0b28e7435e5f612e44d9664dbd1051efc55"]}} -{"id":"ec-meeting-2016-01-14-a216385148ba4aa314e1e8f38d0f7c690a857ee2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-14 - Cabinet of Commissioner Phil Hogan x Bureau Européen de l'Agriculture Française"],"date":["2016-01-14"],"summary":["Exchange of views regarding the unfair trade practices in the food supply chain"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-400dd8d59d3060187d9b9b143d697da1a3d03c12","eu-tr-23921286363-39"]}} -{"id":"ec-meeting-2016-01-14-accaedcdccb1e308b3d3514924d2e992a6e495a0","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2016-01-14 - Cabinet of Vice-President Maroš Šefčovič x Stichting European Climate Foundation"],"date":["2016-01-14"],"summary":["Priorities Energy Union 2016, energy efficiency, renewables","Energy Union"],"notes":["Portfolio: Energy Union"],"location":["BERL, Brussels","Brussels"],"address":["BERL, Brussels","Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6","addr-c1b89a719fb4c3b86c91ae01524d04183caeb9e6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-3bf48630444ace93d407e52eb880e64d480f75ce","eu-tr-64869491516-70","ec-person-af83ed49c403cb9d7ebfecca7893f0054c1f4be5"]}} -{"id":"ec-meeting-2016-01-14-afa63fd87e89bdfcd3cfc119d5a551886a4ea00e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-14 - Financial Stability, Financial Services and Capital Markets Union x Finance Watch"],"date":["2016-01-14"],"summary":["Future plans of DG FISMA"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-37943526882-24","ec-person-bdee7a93f95c8ef05079539170139b3c02e8ed96"]}} -{"id":"ec-meeting-2016-01-14-c26722b07ee18379b1694b3c717124deb2e08ab0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-14 - Cabinet of Vice-President Valdis Dombrovskis x Cboe Europe Limited"],"date":["2016-01-14"],"summary":["Clearing and settlement"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-262967515153-20","ec-person-3f9ca71b74344417d1f072ba7f3e2f09a223b036"]}} -{"id":"ec-meeting-2016-01-14-c4a640410aab7efd77c289ab8a322fd2a85867ff","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-14 - Mobility and Transport x Alstom"],"date":["2016-01-14"],"summary":["4th railway package"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-move"],"involved":["ec-person-26cdfacae671b09917bee1a91c91973941fa58a2","eu-tr-43284012043-03"]}} -{"id":"ec-meeting-2016-01-14-d8d5fea9f50115468ff13dc8de6286a38cdaa0cf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-14 - Cabinet of Vice-President Miguel Arias Cañete x General Electric Company"],"date":["2016-01-14"],"summary":["Report on Investment Agenda for Europe, FC"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-62773e55e1985542cb18a2a89f2053f2f39146b1","eu-tr-4016736872-59"]}} -{"id":"ec-meeting-2016-01-14-db4cd8ed40f60b8f60f8bfb720d4b5049854eabd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-14 - Cabinet of Vice-President Jyrki Katainen x Finanssiala ry - Finance Finland"],"date":["2016-01-14"],"summary":["Panel discussion on future of EMU"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Helsinki"],"address":["Helsinki"],"addressEntity":["addr-98dc71700228eb053aa75f338c9a8b5bcef38679"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90","eu-tr-7328496842-09"]}} -{"id":"ec-meeting-2016-01-14-de9105f8a310468a81f0b7ebc7b9ee48e174eb3e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-14 - Cabinet of Vice-President Andrus Ansip x Ofcom"],"date":["2016-01-14"],"summary":["Telecoms review"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-666bc159c7e65a3af9e63c1e97435c02f1496955","ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0","eu-tr-756081713228-69"]}} -{"id":"ec-meeting-2016-01-14-e1551ba52dd8a7990b853f4adefc2f33a6731ed3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-14 - Communications Networks, Content and Technology x Telekom Austria AG"],"date":["2016-01-14"],"summary":["DSM"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-99255639490-47","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2016-01-14-f5da5840746c04d1c74de17820da1c58f62750e7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-14 - Cabinet of Vice-President Jyrki Katainen x European Telecommunications Network Operators' Association"],"date":["2016-01-14"],"summary":["Digital Single Market"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-0da85dc48012e26688310a59a0b51727ea68f410","eu-tr-08957111909-85"]}} -{"id":"ec-meeting-2016-01-15-04a3381fb504623516424b89b0bf274be69ade97","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-15 - Günther Oettinger x IFPI Representing recording industry worldwide"],"date":["2016-01-15"],"summary":["copyright"],"location":["BXL"],"address":["BXL"],"addressEntity":["addr-d2fde52f67ea4a3e1fe233d0a959d6a1c77fd910"],"organizer":["ec-dg-de"],"involved":["eu-tr-60394321918-91","ec-person-49723482bb23d029cbfc010cb37eec7392a0ae02"]}} -{"id":"ec-meeting-2016-01-15-058188879b10a5a496100d7fb4a8c7dd58d8bda6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-15 - Cabinet of Vice-President Andrus Ansip x Law Society of England and Wales"],"date":["2016-01-15"],"summary":["DSM - European Contract Sale Law - e-commerce"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-3ca0c466b8ff230d4409591430b388007ce14ff8","eu-tr-38020227042-38"]}} -{"id":"ec-meeting-2016-01-15-0eacd7724f793c265f78ee58a8a88976b79df883","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-15 - Environment x France Industrie"],"date":["2016-01-15"],"summary":["Environmental priorities 2016"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-env"],"involved":["eu-tr-60974102057-03","ec-person-3bc74ce04ea3f4ab4d91a5c88eef25b8b8a213b4"]}} -{"id":"ec-meeting-2016-01-15-1094f28e88ac689fe31c007a9ac96f9a1ac1f97a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-15 - Cabinet of Commissioner Věra Jourová x The General Council of the Bar of England and Wales"],"date":["2016-01-15"],"summary":["Digital contracts proposals"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["eu-tr-39850528734-23","ec-person-ff9ad301b778d595651cc4c46ec3a4cf1ef10376"]}} -{"id":"ec-meeting-2016-01-15-246edbbce3ca22c14511ece0556dc54004ea40a7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-15 - Cabinet of Commissioner Pierre Moscovici x France Industrie"],"date":["2016-01-15"],"summary":["Preparation of a meeting with the Commissioner at \"Le Cercle de l'Industrie\""],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["ec-person-79931cfd2923c1aca9c7d284e9590732b0a36ed9","eu-tr-60974102057-03"]}} -{"id":"ec-meeting-2016-01-15-2feaa300db348b9e42248b9e3592a13a8698a01e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-15 - Cabinet of High Representative / Vice-President Federica Mogherini x Carnegie Europe"],"date":["2016-01-15"],"summary":["North Africa"],"notes":["Portfolio: Foreign Affairs and Security Policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"involved":["ec-person-4f2bf88ad14d12976aecc7694a057ab90b7a81d2","eu-tr-688089718929-60"]}} -{"id":"ec-meeting-2016-01-15-304c6b080266055bbc0af84aced8763f8c934a9d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-15 - Cabinet of President Jean-Claude Juncker x France Industrie"],"date":["2016-01-15"],"summary":["Situation et priorités économiques de la Commission"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-60974102057-03","ec-person-98eba7ab1446c6dce384fdc2ecd48c7cadf9ee4e"]}} -{"id":"ec-meeting-2016-01-15-416d2bc941aae2c301ac2dad32e0af743e2065bb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-15 - Cabinet of Commissioner Elżbieta Bieńkowska x France Industrie"],"date":["2016-01-15"],"summary":["rencontre nouveau Délégué Général"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["ec-person-685ecf13dd26cd515c961e24ba71049af2302c5e","eu-tr-60974102057-03"]}} -{"id":"ec-meeting-2016-01-15-49f0dccc5d191a473642030e049d9aff56933126","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-15 - Cabinet of President Jean-Claude Juncker x EKD-Büro Brüssel / EKD-Office Brussels"],"date":["2016-01-15"],"summary":["Religion and the current constitution of the EU, the refugee crisis"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-80c6995ad1cd6aefa72f1bf440b17b6d8c6dd4b8","eu-tr-61973396926-78"]}} -{"id":"ec-meeting-2016-01-15-51217f5c860fc15114e6fd73061aadc9005210b8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-15 - Günther Oettinger x France Industrie"],"date":["2016-01-15"],"summary":["DSM"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-d8b86b98a24683917c569000ed6d8c45bedbbc00","eu-tr-60974102057-03"]}} -{"id":"ec-meeting-2016-01-15-568fca327bed4a66179bf4f15d34cfcaf47873c1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-15 - Günther Oettinger x Deutsche Telekom"],"date":["2016-01-15"],"summary":["DSM"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-c6cae64cc7dc787b66a47ab1613d3e922875b971","eu-tr-60052162589-72"]}} -{"id":"ec-meeting-2016-01-15-56db5e039a4e9b6bf62bad34ecf28144ff2027d3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-15 - Günther Oettinger x Ericsson"],"date":["2016-01-15"],"summary":["copyright"],"location":["BXL"],"address":["BXL"],"addressEntity":["addr-d2fde52f67ea4a3e1fe233d0a959d6a1c77fd910"],"organizer":["ec-dg-de"],"involved":["ec-person-49723482bb23d029cbfc010cb37eec7392a0ae02","eu-tr-02021363105-42"]}} -{"id":"ec-meeting-2016-01-15-59295ab8c913d069614f77f66aad11c07c434d36","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-15 - Cabinet of Commissioner Violeta Bulc x Alitalia Società Aerea Italiana S.p.A. in Amministrazione Straordinaria"],"date":["2016-01-15"],"summary":["Aviation"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-5012c5e45a52ee8ce67d19c1781a127af53e73e7","ec-person-9d4dc4867a44dfe10f67ae7ee1706da3e8b48a24","eu-tr-577284319505-88"]}} -{"id":"ec-meeting-2016-01-15-5c956a223c673b5b9eb0f5e36dcb6188f4cdcf97","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-15 - Günther Oettinger x Vodafone Belgium SA"],"date":["2016-01-15"],"summary":["DSM"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-90142503473-81","ec-person-c6cae64cc7dc787b66a47ab1613d3e922875b971"]}} -{"id":"ec-meeting-2016-01-15-66019bab93ab2e1012652dbf1de1828966f74a67","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-15 - Internal Market, Industry, Entrepreneurship and SMEs x France Industrie"],"date":["2016-01-15"],"summary":["TTIP, modernisation of industry and relations with China."],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-grow"],"involved":["eu-tr-60974102057-03","ec-person-60a3d0d628d231b41af1d0c65607b0fd78ca4edc"]}} -{"id":"ec-meeting-2016-01-15-721dd148e18f7ba9326ef83325d0162f11b378e5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-15 - Cabinet of Commissioner Elżbieta Bieńkowska x Independent Retail Europe (formerly UGAL - Union of Groups of Independent Retailers of Europe)"],"date":["2016-01-15"],"summary":["Supply Chain Initiative"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-034546859-02","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2016-01-15-8c5ef3a32f8715449fe0dfadefa62c45e7822f06","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-15 - Günther Oettinger x None"],"date":["2016-01-15"],"summary":["DSM"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-52431421-12","eu-tr-76704342721-41","ec-person-c6cae64cc7dc787b66a47ab1613d3e922875b971"]}} -{"id":"ec-meeting-2016-01-15-95f2f68348a87250e8f13df235e19e162537aba1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-15 - Cabinet of Commissioner Tibor Navracsics x Red Bull GmbH"],"date":["2016-01-15"],"summary":["Sport policy"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-49f31dad10f5641cb1d1e4c3107dd838389e8120","eu-tr-279967020225-05"]}} -{"id":"ec-meeting-2016-01-15-cd90562d11306038acc3ed767fe37fd133a7ba0d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-15 - Cabinet of Vice-President Cecilia Malmström x The Central Organisation of Finnish Trade Unions SAK"],"date":["2016-01-15"],"summary":["TTIP"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-cb8ca9ec2413722fa83484ed18dd76ace52d0118","eu-tr-508695011366-29"]}} -{"id":"ec-meeting-2016-01-15-d03986428b13d14c114202aa9547856208ecf5e9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-15 - Cabinet of Commissioner Věra Jourová x Délégation des Barreaux de France"],"date":["2016-01-15"],"summary":["Facilitating access to justice with particular regard to the effective implementation of the directive 2013/48/EU on the right of access to a lawyer, Legal Aid, Enhancement of training of lawyers and possibilities for financing by the EU, Familiarising lawyers with new European instruments, such as EPPO and the directive on procedural safeguards for children suspected or accused in criminal proceedings"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["eu-tr-0118191795-12","ec-person-64349923a7639978983020a607770b8dc47c8144","ec-person-a608b85b2ffef83f883b5a2330b6232efa1b7141"]}} -{"id":"ec-meeting-2016-01-15-d24d99b3e2e89a3fada8de21e37cdf619109ab49","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-15 - Cabinet of Vice-President Miguel Arias Cañete x Enagás S.A."],"date":["2016-01-15"],"summary":["Update on Gas quality issues"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-62773e55e1985542cb18a2a89f2053f2f39146b1","eu-tr-905001612275-82"]}} -{"id":"ec-meeting-2016-01-15-da2c5e0211ab43182d0337d7ce6aea3bb0170e70","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-15 - Günther Oettinger x AVM Computersysteme Vertriebs GmbH"],"date":["2016-01-15"],"summary":["DSM"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-c6cae64cc7dc787b66a47ab1613d3e922875b971","eu-tr-084670720162-57"]}} -{"id":"ec-meeting-2016-01-15-f8c6916b9d567a91c5f628382f8be772c006af58","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-15 - Cabinet of High Representative / Vice-President Federica Mogherini x EUROGAS aisbl"],"date":["2016-01-15"],"summary":["EU-Russia and geopolitics of natural gas"],"notes":["Portfolio: Foreign Affairs and Security Policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"involved":["eu-tr-17909506129-41","ec-person-97549b50ce25e488bb1c03d83cfb838cd4fdf293"]}} -{"id":"ec-meeting-2016-01-15-f9eebabf55e45362a2eec6528a52e24d71fc5f97","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-15 - Environment x INSTITUT AGRÍCOLA CATALÀ DE SANT ISIDRE"],"date":["2016-01-15"],"summary":["Irrigation project in Spain"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-env"],"involved":["eu-tr-929105420022-86","ec-person-3bc74ce04ea3f4ab4d91a5c88eef25b8b8a213b4"]}} -{"id":"ec-meeting-2016-01-15-ff3e43d5c961396b6dbd64ad0fb3cc60c9263db2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-15 - Cabinet of Commissioner Violeta Bulc x The Boston Consulting Group GmbH"],"date":["2016-01-15"],"summary":["Meeting with Melanie Seyer Larsen"],"notes":["Portfolio: Transport"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-909134419998-84","ec-person-4d2b449b5047ea3fda435a2a1c1081e3babcdf76","ec-person-6a5ceb87383474e4b7f430af341029a155e255b0"]}} -{"id":"ec-meeting-2016-01-16-064a45d665c31ba35c1cc71d417bc60941d9036c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-16 - Cabinet of Vice-President Miguel Arias Cañete x None"],"date":["2016-01-16"],"summary":["Implementation of COP 21 - the role of renewables"],"notes":["Portfolio: Climate Action & Energy"],"location":["Abu Dhabi, United Arab Emirates"],"address":["Abu Dhabi, United Arab Emirates"],"addressEntity":["addr-e053f91a8ea23862306a83fbfd2bb55b7714b54e"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-2680046412-48","eu-tr-701266814986-18","eu-tr-31255558929-97","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd","eu-tr-883229020400-06","eu-tr-91684615435-86","eu-tr-06877217926-31","eu-tr-0614379494-67"]}} -{"id":"ec-meeting-2016-01-18-0b954b5e79ee4bc0ea88131c135ffc1dd1db358d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-18 - Cabinet of Vice-President Miguel Arias Cañete x Naftogaz of Ukraine"],"date":["2016-01-18"],"summary":["EU-Ukraine energy cooperation"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-769349815543-90","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd"]}} -{"id":"ec-meeting-2016-01-18-19074c6ed63b1fe9d07cd44654abbc1562c61e32","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-18 - Günther Oettinger x Aviva Plc"],"date":["2016-01-18"],"summary":["DSM"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-d8b86b98a24683917c569000ed6d8c45bedbbc00","eu-tr-86270761494-62"]}} -{"id":"ec-meeting-2016-01-18-1f1246e351c693e4fd2faec0a1df61abbb10dfc7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-18 - Cabinet of Commissioner Elżbieta Bieńkowska x FAKRO Sp. z o.o."],"date":["2016-01-18"],"summary":["Obstacles in the single market and competition"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["ec-person-d2997a7f359c91a337055c3e24dd36bf928de38d","ec-person-daef7f819b2f3ffe5e4f5d8eb2782954f3c4a4e2","eu-tr-042805511265-60"]}} -{"id":"ec-meeting-2016-01-18-2c4fa3f29feee02fe9b51d74a58f11ac8ba5facc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-18 - Günther Oettinger x DIGITALEUROPE"],"date":["2016-01-18"],"summary":["copyright"],"location":["BXL"],"address":["BXL"],"addressEntity":["addr-d2fde52f67ea4a3e1fe233d0a959d6a1c77fd910"],"organizer":["ec-dg-de"],"involved":["eu-tr-64270747023-20","ec-person-49723482bb23d029cbfc010cb37eec7392a0ae02"]}} -{"id":"ec-meeting-2016-01-18-2df5f9421e732320bdc4ab3ce8c250e95fd62ee3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-18 - Cabinet of Commissioner Pierre Moscovici x GENERIS CAPITAL PARTNERS"],"date":["2016-01-18"],"summary":["création d'un fonds d'amorçage dédié aux start-ups aéronautiques"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Bruxelles"],"address":["Bruxelles"],"addressEntity":["addr-b58f5927b66d94a676970dc048485d4c6848f272"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["ec-person-79931cfd2923c1aca9c7d284e9590732b0a36ed9","eu-tr-446806819909-90"]}} -{"id":"ec-meeting-2016-01-18-2f3bcf683a059600054a180cc6809d98e19cc011","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-18 - Cabinet of Commissioner Věra Jourová x Microsoft Corporation"],"date":["2016-01-18"],"summary":["Safe Harbour"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["eu-tr-0801162959-21","ec-person-a608b85b2ffef83f883b5a2330b6232efa1b7141","ec-person-f329292459cb1badb7fb7c6b67b698c441931bb2"]}} -{"id":"ec-meeting-2016-01-18-3458f1c6a1ddb81f461ab889976633c83f8b17ad","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-18 - Cabinet of Vice-President Jyrki Katainen x S&P Global"],"date":["2016-01-18"],"summary":["Infrastructure investment, investment plan and CMU"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90","eu-tr-319148015141-55"]}} -{"id":"ec-meeting-2016-01-18-51ac3965a286909e3312384544dd7971188ed5a9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-18 - Cabinet of Vice-President Jyrki Katainen x Kesko Corporation"],"date":["2016-01-18"],"summary":["Single market opportunities on the food and wholesale sectors"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90","eu-tr-670048014882-93"]}} -{"id":"ec-meeting-2016-01-18-58ead1943533e345be7a2addd4b447a909bc576c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-18 - Cabinet of Vice-President Valdis Dombrovskis x S&P Global"],"date":["2016-01-18"],"summary":["EU Economic Outlook, Economic Monetary Union, Investment Plan, Capital Market Union, Structural Reforms & European Commission plans on Taxation"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-319148015141-55","ec-person-537401fc0be04984531b83660f416bf2fe14fbd8","ec-person-a9eda2e8ea54b70a968327672c6cada679d3cd56"]}} -{"id":"ec-meeting-2016-01-18-6646e4b33a48b7c4fd5a3c3fdfa7b16c5c67c999","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-18 - Mobility and Transport x International Air Transport Association"],"date":["2016-01-18"],"summary":["IATA OPS conference, Pilot fitness, Aircraft Tracking, Single European Sky"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-move"],"involved":["eu-tr-1805107590-28","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2016-01-18-73e3181c5f3b04ac90390bffd55ee993be0c4694","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-18 - Cabinet of Vice-President Andrus Ansip x Cisco Systems Inc."],"date":["2016-01-18"],"summary":["ICT standardisation"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-6a03bc4fa7657513ea34529e98dba0671ef4c849","eu-tr-494613715191-85"]}} -{"id":"ec-meeting-2016-01-18-7669de0abfa8e406873c17b45e4955d02c363a34","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-18 - Cabinet of Commissioner Elżbieta Bieńkowska x ProductIP BV"],"date":["2016-01-18"],"summary":["Product compliance information"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-490961919746-88","ec-person-b2f9be51339f054477846797e2c119fcf16548fc"]}} -{"id":"ec-meeting-2016-01-18-82593451a7ea3deea94aec9794369516a564344c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-18 - Cabinet of Vice-President Andrus Ansip x EuroCommerce"],"date":["2016-01-18"],"summary":["Geoblocking"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-84973761187-60","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45"]}} -{"id":"ec-meeting-2016-01-18-90334e3bf56912aad0b47feac03256dcc99203ee","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-18 - Cabinet of Commissioner Violeta Bulc x SES S.A."],"date":["2016-01-18"],"summary":["digitalisation of transport and maritime transport"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-93799097410-24","ec-person-e14c58f620f40325d829df7be0823280307bc15f"]}} -{"id":"ec-meeting-2016-01-18-a9c444d40ae392083303e050714a123018379ba6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-18 - Cabinet of Vice-President Miguel Arias Cañete x Stichting European Climate Foundation"],"date":["2016-01-18"],"summary":["Use of biofules made from wastes"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-64869491516-70","ec-person-260e00934471a02805fb143935d6e9205a7f355f"]}} -{"id":"ec-meeting-2016-01-18-b6cb8a62b4a4ea3fddd411ed27e3f2d3c5a62fe7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-18 - Cabinet of Vice-President Cecilia Malmström x International Federation for Human Rights"],"date":["2016-01-18"],"summary":["Myanmar Bilateral Investment Treaty"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-97628146980-33","ec-person-19b143e83f8ab978c55c8a9a9e49e06dbfa14bf3"]}} -{"id":"ec-meeting-2016-01-18-c43bcdce6516e5b66659c624d5b5d782eb085aa6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-18 - Cabinet of Commissioner Elżbieta Bieńkowska x Kesko Corporation"],"date":["2016-01-18"],"summary":["Retail sector and food supply chain"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-670048014882-93","ec-person-b2f9be51339f054477846797e2c119fcf16548fc"]}} -{"id":"ec-meeting-2016-01-18-c5943e1e0dc30126c06a9faf186260e5d46e470f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-18 - Mobility and Transport x Airbus"],"date":["2016-01-18"],"summary":["Aviation Safety Regulation"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-move"],"involved":["eu-tr-2732167674-76","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2016-01-18-cd03466656d2087be684172b6d1921418d41e87e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-18 - Directorate-General for International Partnerships x Elevolution Group, SGPS, S.A."],"date":["2016-01-18"],"summary":["projets en Mauritanie"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-intpa"],"involved":["ec-person-ad00e7dd980bb2a40a95c65a87f8760494546865","eu-tr-442375720271-30"]}} -{"id":"ec-meeting-2016-01-18-cf7843a4bfab1ccef3791ab85561980727b54559","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-18 - Cabinet of Commissioner Jonathan Hill x S&P Global"],"date":["2016-01-18"],"summary":["Capital Markets Union Action Plan"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["eu-tr-319148015141-55","ec-person-f247edfcff54d4f26fc10769f809c92bc72d6797"]}} -{"id":"ec-meeting-2016-01-18-d61ff6a48aab34f8ff94a5e116e3edc24b6de85a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-18 - Cabinet of Commissioner Christos Stylianides x Médecins Sans Frontières"],"date":["2016-01-18"],"summary":["International Humanitarian Law"],"notes":["Portfolio: Humanitarian Aid & Crisis Management"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-christos-commissioner-of-stylianides"],"involved":["eu-tr-38497857515-11","ec-person-6f08c893ea685f6d5f50c2c6e373f294e3616698"]}} -{"id":"ec-meeting-2016-01-18-e77dd1f35dc52d1fff3d892bf9c362b3ab132b0c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-18 - Maritime Affairs and Fisheries x ANFACO-CECOPESCA"],"date":["2016-01-18"],"summary":["IUU, Control regime"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-mare"],"involved":["ec-person-a7b4b8418268a6d6c196b5e45f606fc92acbdb8c","eu-tr-214347015699-91"]}} -{"id":"ec-meeting-2016-01-18-f135dda20e953f0334b5a1ea82047643c5151bb5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-18 - Cabinet of Vice-President Maroš Šefčovič x European Forum for Renewable Energy Sources"],"date":["2016-01-18"],"summary":["Energy Union"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-2be517b9261a91f2f07e05ec14c6331980e9716e","eu-tr-96507906043-80"]}} -{"id":"ec-meeting-2016-01-19-01304a04365848360078dce319c669185d314fc8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-19 - Günther Oettinger x Bundesverband Digitalpublisher und Zeitungsverleger"],"date":["2016-01-19"],"summary":["copyright"],"location":["BXL"],"address":["BXL"],"addressEntity":["addr-d2fde52f67ea4a3e1fe233d0a959d6a1c77fd910"],"organizer":["ec-dg-de"],"involved":["eu-tr-201132116888-24","ec-person-49723482bb23d029cbfc010cb37eec7392a0ae02"]}} -{"id":"ec-meeting-2016-01-19-015d1167da79edb7f12d35043a73ae96e855df78","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-19 - Environment x Joint Nature Conservation Committee"],"date":["2016-01-19"],"summary":["Nature Directives Fitness Check"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-env"],"involved":["eu-tr-29897598486-41","ec-person-3bc74ce04ea3f4ab4d91a5c88eef25b8b8a213b4"]}} -{"id":"ec-meeting-2016-01-19-02fa8b2add30b7034c86eab34c5dc13d0d2e30cb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-19 - Günther Oettinger x Microsoft Corporation"],"date":["2016-01-19"],"summary":["DSM"],"location":["Strasbourg"],"address":["Strasbourg"],"addressEntity":["addr-a7b90170b4a5bf2d1d09ccfd109b57e0a030cfc4"],"organizer":["ec-dg-de"],"involved":["eu-tr-0801162959-21","ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0"]}} -{"id":"ec-meeting-2016-01-19-0759a17851fa28f6ef534a24ec3e0e9d5062a8e4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-19 - Cabinet of President Jean-Claude Juncker x European Newspaper Publishers' Association"],"date":["2016-01-19"],"summary":["discuss matters regarding VAT on digital press"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-ad6f76ca53dc30d965b15e3728c45dbd0aba44b4","eu-tr-5950962136-12"]}} -{"id":"ec-meeting-2016-01-19-08f88d4cd547b9e6c28f893913927ee0b3896acc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-19 - Cabinet of Vice-President Miguel Arias Cañete x Stichting European Climate Foundation Friends of the Earth Europe"],"date":["2016-01-19"],"summary":["2030 efficiency targeet"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-64869491516-70","ec-person-260e00934471a02805fb143935d6e9205a7f355f","eu-tr-9825553393-31"]}} -{"id":"ec-meeting-2016-01-19-0d9f13465e03931525ee9b95cc09ed9214b26eb9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-19 - Communications Networks, Content and Technology x BUSINESSEUROPE"],"date":["2016-01-19"],"summary":["Platforms - Telecoms review - safe harbour - Digitalisation of industry"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-3978240953-79","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2016-01-19-1031c8bac81a0fd6f19a3a5f09efddc5b7fcadb1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-19 - Cabinet of High Representative / Vice-President Federica Mogherini x BP p.l.c."],"date":["2016-01-19"],"summary":["Southern Corridor"],"notes":["Portfolio: Foreign Affairs and Security Policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"involved":["eu-tr-3394026642-58","ec-person-97549b50ce25e488bb1c03d83cfb838cd4fdf293"]}} -{"id":"ec-meeting-2016-01-19-38874bbdc5f35402ae268444a8e9b204c4dab90a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-19 - Mobility and Transport x European Cockpit Association"],"date":["2016-01-19"],"summary":["Board meeting, aviation safety strategy, aviation policy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-move"],"involved":["eu-tr-39838147687-59","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2016-01-19-3da692b1bd04efd077338b603f7e21a0761acea9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-19 - Cabinet of Vice-President Andrus Ansip x Microsoft Corporation"],"date":["2016-01-19"],"summary":["Safe harbour, data centers in EU"],"notes":["Portfolio: Digital Single Market"],"location":["Strasbourg"],"address":["Strasbourg"],"addressEntity":["addr-a7b90170b4a5bf2d1d09ccfd109b57e0a030cfc4"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-0801162959-21","ec-person-5db7bdd1c81da2e70eb5b982097d0004111b5c3e","ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0"]}} -{"id":"ec-meeting-2016-01-19-44388d3939e61c7fce806b63ad48a7805e13ddde","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-19 - Cabinet of Commissioner Dimitris Avramopoulos x Microsoft Corporation"],"date":["2016-01-19"],"summary":["Follow up to the launch of the EU Internet Forum"],"notes":["Portfolio: Migration, Home Affairs and Citizenship"],"location":["Strasbourg"],"address":["Strasbourg"],"addressEntity":["addr-a7b90170b4a5bf2d1d09ccfd109b57e0a030cfc4"],"organizer":["ec-avramopoulos-cabinet-commissioner-dimitris-of"],"involved":["eu-tr-0801162959-21","ec-person-e786479f71eb21bc0a291dd644b61d86e09beb13","ec-person-0b0e27acb2dc2fc7a5c5367408eb01e6e347862f","ec-person-06b43c385c07c13f2bae1d24a0075851e8ce491d"]}} -{"id":"ec-meeting-2016-01-19-49834b7908a6c8681602563281f707ac59a79b94","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-19 - Cabinet of Vice-President Cecilia Malmström x Ericsson"],"date":["2016-01-19"],"summary":["Collaborative industry standards"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-02021363105-42","ec-person-591ec829ca734bcfe59a2c9c7f07f9dff22a0ea9"]}} -{"id":"ec-meeting-2016-01-19-4ac8a9e8cf375f9632b3b5ae141d760b35aabd8d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-19 - Cabinet of Commissioner Vytenis Andriukaitis x Union Européenne du Commerce du Bétail et des Métiers de la Viande"],"date":["2016-01-19"],"summary":["Russian Restrictions of pig mean exports"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["eu-tr-4422649896-52","ec-person-c986c9ff99d99d8006e000db5a8046be615813ae"]}} -{"id":"ec-meeting-2016-01-19-54fa734bde836f78c364364d949fff96a785f9de","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-19 - Cabinet of Commissioner Vytenis Andriukaitis x European agri-cooperatives European farmers"],"date":["2016-01-19"],"summary":["Russian Restrictions of pig mean exports"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["eu-tr-09586631237-74","ec-person-c986c9ff99d99d8006e000db5a8046be615813ae","eu-tr-44856881231-49"]}} -{"id":"ec-meeting-2016-01-19-58ce4be310dfe0d9c3ada9ffae538f8670a71b1e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-19 - Mobility and Transport x FERROVIE DELLO STATO ITALIANE S.p.A."],"date":["2016-01-19"],"summary":["4th railway package"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-move"],"involved":["eu-tr-1954267427-31","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2016-01-19-5c2cc96b105d20266ea2282b1856c20dc825a527","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-19 - Mobility and Transport x SGI Europe"],"date":["2016-01-19"],"summary":["Public Transport, White Paper, 4th Railway Package, Aviation Package"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-move"],"involved":["ec-person-26cdfacae671b09917bee1a91c91973941fa58a2","eu-tr-59513031434-92"]}} -{"id":"ec-meeting-2016-01-19-5e83749d48fa2fbc58634879faa47cb3e77ea542","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-19 - Cabinet of Commissioner Elżbieta Bieńkowska x Cercle International Diplomatique et Consulaire"],"date":["2016-01-19"],"summary":["Possible cooperation in the field of diplomacy"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-318039316189-97","ec-person-b2f9be51339f054477846797e2c119fcf16548fc"]}} -{"id":"ec-meeting-2016-01-19-5ef1fe7ec833239b39871259d659c5d2d097b236","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-19 - Cabinet of Commissioner Tibor Navracsics x PRS for Music"],"date":["2016-01-19"],"summary":["Digital Single Market"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-49f31dad10f5641cb1d1e4c3107dd838389e8120","eu-tr-798071410461-65"]}} -{"id":"ec-meeting-2016-01-19-645f8498ac8653dc97ee77986eb5a77dc99ef049","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-19 - Cabinet of Commissioner Pierre Moscovici x EURODOM"],"date":["2016-01-19"],"summary":["discussion sur le dossier rhum"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Bruxelles"],"address":["Bruxelles"],"addressEntity":["addr-b58f5927b66d94a676970dc048485d4c6848f272"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["ec-person-79931cfd2923c1aca9c7d284e9590732b0a36ed9","eu-tr-28418016649-41"]}} -{"id":"ec-meeting-2016-01-19-6b7b0d8e6dab7d36da6f7c4e502da64a7d1249a9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-19 - Cabinet of Commissioner Phil Hogan x Union Européenne du Commerce du Bétail et des Métiers de la Viande"],"date":["2016-01-19"],"summary":["Business discussion"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-400dd8d59d3060187d9b9b143d697da1a3d03c12","eu-tr-4422649896-52"]}} -{"id":"ec-meeting-2016-01-19-760657317c60755ababde83cd3932fb908beac62","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2016-01-19 - Cabinet of Commissioner Věra Jourová x PRS for Music"],"date":["2016-01-19"],"summary":["Digital contracts proposals and copyright"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["eu-tr-798071410461-65","ec-person-ff9ad301b778d595651cc4c46ec3a4cf1ef10376"]}} -{"id":"ec-meeting-2016-01-19-7a8e6ab98067e3d4680894b9c2fd55857809ece0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-19 - Cabinet of Vice-President Miguel Arias Cañete x APPLiA (Home Appliance Europe) Asociación Española de Fabricantes e Importadores de Electrodomésticos"],"date":["2016-01-19"],"summary":["EU Energy Label"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-260e00934471a02805fb143935d6e9205a7f355f","eu-tr-459438517006-19","eu-tr-04201463642-88"]}} -{"id":"ec-meeting-2016-01-19-821c7d3471435c0375cf4a977d79f1a7c7a41036","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-19 - Cabinet of Commissioner Phil Hogan x Finnish Forest Industries Federation (Metsäteollisuus ry)"],"date":["2016-01-19"],"summary":["Forestry"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-39671713910-36","ec-person-ff8342dedc26701400fcb7dcf73fbee50a837ac6"]}} -{"id":"ec-meeting-2016-01-19-82ac3005fbdb4ff15ce76b3e4adbd3a15173469a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-19 - Cabinet of Vice-President Valdis Dombrovskis x The Investment Association"],"date":["2016-01-19"],"summary":["OECD- BEPS"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-48f31156d932641826e09f5b73f074d35ff05786","eu-tr-5437826103-53"]}} -{"id":"ec-meeting-2016-01-19-84a40819f9eb4784f5300871453d6a3c587f38ab","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-19 - Cabinet of Vice-President Cecilia Malmström x Svensk Handel (Swedish Trade Federation)"],"date":["2016-01-19"],"summary":["Trade with Norway"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-20ded9db5df11164331bb161fdf234b1e5ad53fd","eu-tr-277625014294-80"]}} -{"id":"ec-meeting-2016-01-19-88bc900027d6fb7b443eaa2c26be3349a03db964","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2016-01-19 - Günther Oettinger x Chair for Business Informatics and Digitalization, University of Potsdam"],"date":["2016-01-19"],"summary":["Seminar on Megatrend Mobile, Big Data","big data"],"location":["Brussels/Belgium","Brussels"],"address":["Brussels/Belgium","Brussels"],"addressEntity":["addr-c476280916fa20b5023288c48bfbed9c057a1c28","addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-535336519963-70","ec-person-3297113eb5d4e59bc84d571628f0130aa75c761a"]}} -{"id":"ec-meeting-2016-01-19-8b07d4bead507b9cfca63f5c8fa70c8d5d579b5c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-19 - Cabinet of Commissioner Věra Jourová x Federation of European Data and Marketing"],"date":["2016-01-19"],"summary":["GDPR"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["eu-tr-39300567160-02","ec-person-f329292459cb1badb7fb7c6b67b698c441931bb2"]}} -{"id":"ec-meeting-2016-01-19-957405175cbc1b719687150419baac50c5325327","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-19 - Cabinet of Commissioner Phil Hogan x Weber Shandwick"],"date":["2016-01-19"],"summary":["Bio ethanol"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-52836621780-65","ec-person-ff8342dedc26701400fcb7dcf73fbee50a837ac6"]}} -{"id":"ec-meeting-2016-01-19-b0a8967fb22ff6c6b70c0c958c305bd525d7a28c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-19 - Cabinet of Vice-President Valdis Dombrovskis x Dun & Bradstreet Belgium NV"],"date":["2016-01-19"],"summary":["SMEs lending"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-290520419132-36","ec-person-3f9ca71b74344417d1f072ba7f3e2f09a223b036"]}} -{"id":"ec-meeting-2016-01-19-d31ccc18f59eccc7949797aed2e34cbbf69643d0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-19 - Communications Networks, Content and Technology x European Blind Union"],"date":["2016-01-19"],"summary":["web accessibility, Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-42378755934-87","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2016-01-19-e11292f9cc5058e0ca5a73d95dd3b8435da69f2d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-19 - European Neighbourhood and Enlargement Negotiations x Avisa Partners"],"date":["2016-01-19"],"summary":["Discussion about Neighbourhood and Enlargement negotiations"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-near"],"involved":["ec-person-1160ccf35947f06f1629cad85b9f162eb5575780","eu-tr-54210841652-13"]}} -{"id":"ec-meeting-2016-01-19-e1c7b6d2edd88cc01c0776ba40231ae25bdea309","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-19 - Cabinet of Commissioner Jonathan Hill x AMICE - Association of Mutual Insurers and Insurance Cooperatives in Europe"],"date":["2016-01-19"],"summary":["Solvency II, Insurance Distribution Directive, Call for evidence, Green paper on Retail banking"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["ec-person-890015b0d769ee93a09119846b414d4aae7c64ae","eu-tr-62503501759-81"]}} -{"id":"ec-meeting-2016-01-19-e25640603906c22da65ae72e0b0f73fa3300e2b1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-19 - Cabinet of Commissioner Jonathan Hill x KBC Group NV Microsoft Corporation"],"date":["2016-01-19"],"summary":["Digitalisation in the banking sector and use of technology"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["eu-tr-0801162959-21","eu-tr-745225910014-90","ec-person-890015b0d769ee93a09119846b414d4aae7c64ae"]}} -{"id":"ec-meeting-2016-01-20-0352467a145ce928e58add2f25ba6a234c5c6e41","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-20 - Cabinet of Commissioner Carlos Moedas x Teneo Brussels"],"date":["2016-01-20"],"summary":["Leaders of Sustainable Biofuels - advanced biofuels in the future EU energy mix"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-07b66759c911240aaa2b917489884273c71fac90","eu-tr-91124993695-29"]}} -{"id":"ec-meeting-2016-01-20-0b1f40e63632ee91e72fbd95365700f6e797db4b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-20 - Cabinet of Commissioner Vytenis Andriukaitis x Union of European Beverages Association"],"date":["2016-01-20"],"summary":["Food reformulation, sugar in food"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["eu-tr-25492952296-56","ec-person-b9c3f19e7c5f216e3e508f931ddd6a9cb59376d1","ec-person-97425c615743576adc42e09bee7dac14f83f691b"]}} -{"id":"ec-meeting-2016-01-20-0b5a4cfb90ce4b169337604564cf502163b854a4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-20 - Trade x Alstom"],"date":["2016-01-20"],"summary":["Current trade agenda"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-trade"],"involved":["ec-person-bde9bb099f5d24c52ca4a9255cefc99a5b87a650","eu-tr-43284012043-03"]}} -{"id":"ec-meeting-2016-01-20-0dbcd99687441fb1d8762aeadd62a47358d8d206","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-20 - Cabinet of Commissioner Pierre Moscovici x S&P Global"],"date":["2016-01-20"],"summary":["EU and global economic situation"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Davos"],"address":["Davos"],"addressEntity":["addr-e260b1b791f27abac6a4f7771a2401be6aee67a9"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["eu-tr-319148015141-55","ec-person-3cbeba61ae952f06fe4916c381438ebbc676a597"]}} -{"id":"ec-meeting-2016-01-20-1b50abb541d2aa620e74e49eef13ef722ca6d1aa","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-20 - Cabinet of Vice-President Jyrki Katainen x World Economic Forum"],"date":["2016-01-20"],"summary":["Courtesy visit with prof. Schwab"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Davos"],"address":["Davos"],"addressEntity":["addr-e260b1b791f27abac6a4f7771a2401be6aee67a9"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90","ec-person-7c9460f99c5872dbdc561f5752401c870d12e98b","eu-tr-953426816942-83"]}} -{"id":"ec-meeting-2016-01-20-2f41b5d1dfc57da6d8827bc4a74b3676a74cb255","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-20 - Günther Oettinger x AT&T, Inc."],"date":["2016-01-20"],"summary":["DSM"],"location":["Davos"],"address":["Davos"],"addressEntity":["addr-e260b1b791f27abac6a4f7771a2401be6aee67a9"],"organizer":["ec-dg-de"],"involved":["ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0","eu-tr-92442218459-37"]}} -{"id":"ec-meeting-2016-01-20-360bb88d628d6007600b2117869a6664b06332d8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-20 - Cabinet of Commissioner Violeta Bulc x Ryanair Holdings easyJet Lufthansa Group International Consolidated Airlines Group AIR FRANCE"],"date":["2016-01-20"],"summary":["Meeting CEOs of european airline companies"],"notes":["Portfolio: Transport"],"location":["Amsterdam, The Netherlands"],"address":["Amsterdam, The Netherlands"],"addressEntity":["addr-28892961cbca7e6ab0865a5c8cbe9b90c59edac1"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-5012c5e45a52ee8ce67d19c1781a127af53e73e7","eu-tr-0714344663-32","eu-tr-60340504060-88","eu-tr-002977215945-85","eu-tr-350652449-83","ec-person-4d2b449b5047ea3fda435a2a1c1081e3babcdf76","ec-person-9d4dc4867a44dfe10f67ae7ee1706da3e8b48a24","eu-tr-291219715847-52"]}} -{"id":"ec-meeting-2016-01-20-38838c102e4a4d5646ce110d9150870f19ba32fa","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-20 - Climate Action x Teneo Brussels"],"date":["2016-01-20"],"summary":["Meeting with Leaders of Sustainable Biofuels - on biofuels"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-clima"],"involved":["ec-person-44c2f44f96dda2012bcb4e9abc749f6cae86a4c0","eu-tr-91124993695-29"]}} -{"id":"ec-meeting-2016-01-20-408d27811d4078ab5c9ccf3ff5fc8c085dda7d12","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-20 - Inspire, Debate, Engage and Accelerate Action x Cisco Systems Inc."],"date":["2016-01-20"],"summary":["Digital Single Market"],"location":["Davos, Switzerland"],"address":["Davos, Switzerland"],"addressEntity":["addr-08640f22e8b61fe48904546ffc0e7b09fd6d6414"],"organizer":["ec-dg-idea"],"involved":["eu-tr-494613715191-85","ec-person-4fe56a64c00b3e81c851b5538878b32481bd7d3c"]}} -{"id":"ec-meeting-2016-01-20-40c38efc0b12410787b9447631fe208d04a98929","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-20 - Communications Networks, Content and Technology x None"],"date":["2016-01-20"],"summary":["Fiware core industry"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-52431421-12","eu-tr-249876817241-03","eu-tr-76704342721-41","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2016-01-20-42395be7059343555d23bc0e00f0e47772c72fe8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-20 - Cabinet of Commissioner Pierre Moscovici x Mouvement des Entreprises de France"],"date":["2016-01-20"],"summary":["Budget Zone Euro"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Bruxelles"],"address":["Bruxelles"],"addressEntity":["addr-b58f5927b66d94a676970dc048485d4c6848f272"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["ec-person-79931cfd2923c1aca9c7d284e9590732b0a36ed9","eu-tr-43763731235-75"]}} -{"id":"ec-meeting-2016-01-20-4e3aebcc16be10dd1965677ee95a98b9adc7e61f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-20 - Cabinet of Commissioner Jonathan Hill x Swiss Finance Council"],"date":["2016-01-20"],"summary":["Preparation of the Meeting with the Commissioner."],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["eu-tr-858716912337-17","ec-person-5e8e66c5b37cfc1f9272932bf8e12f4b28d1160a"]}} -{"id":"ec-meeting-2016-01-20-52e4d878659375c0e8a7e3254a66b22aae1779b5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-20 - Inspire, Debate, Engage and Accelerate Action x UPS Europe SRL/BV"],"date":["2016-01-20"],"summary":["Digital Single Market"],"location":["Davos, Switzerland"],"address":["Davos, Switzerland"],"addressEntity":["addr-08640f22e8b61fe48904546ffc0e7b09fd6d6414"],"organizer":["ec-dg-idea"],"involved":["eu-tr-07691616536-09","ec-person-4fe56a64c00b3e81c851b5538878b32481bd7d3c"]}} -{"id":"ec-meeting-2016-01-20-54073034e0072a17dd7c113aedb055bcc899d36b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-20 - Health and Food Safety x Vaccines Europe"],"date":["2016-01-20"],"summary":["Health programme on vaccination"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-sante"],"involved":["eu-tr-53073567234-18","ec-person-3c7fdbe0c1c235777d916309465339b7ed1666f6"]}} -{"id":"ec-meeting-2016-01-20-548ba0c754a510cc308afc48b5f8b3ee42af99a2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-20 - Cabinet of Commissioner Věra Jourová x AMBER Alert Europe"],"date":["2016-01-20"],"summary":["Information on activities in 2016 – cooperation with member states in the field of child alert system and expertise and training for authorities in the setting up of the alert system"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-64349923a7639978983020a607770b8dc47c8144","eu-tr-488692317424-44"]}} -{"id":"ec-meeting-2016-01-20-555b4220762f1005bf49880607a57346dbabdbb8","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2016-01-20 - Günther Oettinger x Yelp"],"date":["2016-01-20"],"summary":["DSM","online platforms"],"location":["Brussels","BXL"],"address":["Brussels","BXL"],"addressEntity":["addr-d2fde52f67ea4a3e1fe233d0a959d6a1c77fd910","addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-d8b86b98a24683917c569000ed6d8c45bedbbc00","eu-tr-173076213280-06","ec-person-49723482bb23d029cbfc010cb37eec7392a0ae02"]}} -{"id":"ec-meeting-2016-01-20-5b9741f5682ec5f4e49da5e4bfd1f7e582b7801f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-20 - Cabinet of Vice-President Andrus Ansip x AT&T, Inc."],"date":["2016-01-20"],"summary":["DSM, spectrum, safe harbour, 5G, telecom review"],"notes":["Portfolio: Digital Single Market"],"location":["Davos"],"address":["Davos"],"addressEntity":["addr-e260b1b791f27abac6a4f7771a2401be6aee67a9"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0","eu-tr-92442218459-37"]}} -{"id":"ec-meeting-2016-01-20-5f22498b427f65bfbd40dce98610f4454f4fdee2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-20 - Cabinet of Vice-President Andrus Ansip x UPS Europe SRL/BV"],"date":["2016-01-20"],"summary":["Parcel delivery, e-commerce"],"notes":["Portfolio: Digital Single Market"],"location":["Davos"],"address":["Davos"],"addressEntity":["addr-e260b1b791f27abac6a4f7771a2401be6aee67a9"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-07691616536-09","ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0"]}} -{"id":"ec-meeting-2016-01-20-60fd8bdd9b78128d6c779087cda1e0fa97e52158","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-20 - Cabinet of High Representative / Vice-President Federica Mogherini x International Partnership for Human Rights"],"date":["2016-01-20"],"summary":["Situation in Azerbaijan"],"notes":["Portfolio: Foreign Affairs and Security Policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"involved":["ec-person-97549b50ce25e488bb1c03d83cfb838cd4fdf293","eu-tr-47292178704-33"]}} -{"id":"ec-meeting-2016-01-20-6a9fd9c72863df1dbbf07fac2b35ebd4c2c220e9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-20 - Günther Oettinger x Cisco Systems Inc."],"date":["2016-01-20"],"summary":["DSM"],"location":["Davos"],"address":["Davos"],"addressEntity":["addr-e260b1b791f27abac6a4f7771a2401be6aee67a9"],"organizer":["ec-dg-de"],"involved":["ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0","eu-tr-494613715191-85"]}} -{"id":"ec-meeting-2016-01-20-73e3181c5f3b04ac90390bffd55ee993be0c4694","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-20 - Cabinet of Vice-President Andrus Ansip x Cisco Systems Inc."],"date":["2016-01-20"],"summary":["DSM, investments in Europe, AVMS directive, copyright, platforms, TDM, big data, safe harbour"],"notes":["Portfolio: Digital Single Market"],"location":["Davos"],"address":["Davos"],"addressEntity":["addr-e260b1b791f27abac6a4f7771a2401be6aee67a9"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-494613715191-85","ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0"]}} -{"id":"ec-meeting-2016-01-20-7b3f70195050c0c1b3c42a7647bdb05142e9385c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-20 - Cabinet of Vice-President Andrus Ansip x Comuto SA"],"date":["2016-01-20"],"summary":["Projet de loi relatif à la portabilité des données"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-3ca0c466b8ff230d4409591430b388007ce14ff8","ec-person-5db7bdd1c81da2e70eb5b982097d0004111b5c3e","eu-tr-290486916308-69"]}} -{"id":"ec-meeting-2016-01-20-7b4c0689ee97676a156436350aa4d5aecdb8a081","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-20 - Cabinet of Commissioner Elżbieta Bieńkowska x None"],"date":["2016-01-20"],"summary":["Medical Device Regulation"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-94770746469-09","eu-tr-55587639351-53","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2016-01-20-7ded2bf664b14824ae4c0f33554543f8f55be81c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-20 - Günther Oettinger x GIGAEurope aisbl"],"date":["2016-01-20"],"summary":["content in the Digital Single Market"],"location":["BXL"],"address":["BXL"],"addressEntity":["addr-d2fde52f67ea4a3e1fe233d0a959d6a1c77fd910"],"organizer":["ec-dg-de"],"involved":["eu-tr-42178977290-80","ec-person-49723482bb23d029cbfc010cb37eec7392a0ae02"]}} -{"id":"ec-meeting-2016-01-20-88029d402b6443ab6c1d1f51666925bc82b74c02","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-20 - Cabinet of Commissioner Pierre Moscovici x Foundation for an Open Society DOTS"],"date":["2016-01-20"],"summary":["European economy and geo-politival situation"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Davos"],"address":["Davos"],"addressEntity":["addr-e260b1b791f27abac6a4f7771a2401be6aee67a9"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["ec-person-3cbeba61ae952f06fe4916c381438ebbc676a597","eu-tr-632264216418-66"]}} -{"id":"ec-meeting-2016-01-20-95142d34587a6f1860b0f9d047944c0b1ff74b1d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-20 - Cabinet of Commissioner Tibor Navracsics x Google"],"date":["2016-01-20"],"summary":["Google Cultural Institute and Digital Single Market"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-49f31dad10f5641cb1d1e4c3107dd838389e8120","ec-person-fa3187815cf956b0872e1668e14548b7d9f7ce93","eu-tr-03181945560-59"]}} -{"id":"ec-meeting-2016-01-20-9898029c3230eebddf59df6b044feac4c8fa0486","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-20 - Cabinet of Vice-President Jyrki Katainen x ArcelorMittal"],"date":["2016-01-20"],"summary":["European steel industry outlook"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Davos"],"address":["Davos"],"addressEntity":["addr-e260b1b791f27abac6a4f7771a2401be6aee67a9"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90","eu-tr-23527541824-60","ec-person-7c9460f99c5872dbdc561f5752401c870d12e98b"]}} -{"id":"ec-meeting-2016-01-20-98ae7d3df01415f71c701ae618ee72ee9d5f8659","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-20 - Cabinet of Commissioner Elżbieta Bieńkowska x ARIANESPACE"],"date":["2016-01-20"],"summary":["Phone call on current spatial issues"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-016461319755-04","ec-person-d2997a7f359c91a337055c3e24dd36bf928de38d"]}} -{"id":"ec-meeting-2016-01-20-a073f00321cbf4454f7bc5054f83290618971a1f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-20 - Cabinet of Commissioner Pierre Moscovici x ENGIE"],"date":["2016-01-20"],"summary":["European economic outlook and energy infrastructure projects."],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Davos"],"address":["Davos"],"addressEntity":["addr-e260b1b791f27abac6a4f7771a2401be6aee67a9"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["ec-person-3cbeba61ae952f06fe4916c381438ebbc676a597","eu-tr-90947457424-20"]}} -{"id":"ec-meeting-2016-01-20-ae9d19d91620c25f05ea557dbb7d81dee2fa8133","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-20 - Cabinet of Vice-President Jyrki Katainen x UBS Group AG"],"date":["2016-01-20"],"summary":["European financial sector outlook"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Davos"],"address":["Davos"],"addressEntity":["addr-e260b1b791f27abac6a4f7771a2401be6aee67a9"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90","ec-person-7c9460f99c5872dbdc561f5752401c870d12e98b","eu-tr-365453815252-29"]}} -{"id":"ec-meeting-2016-01-20-c834a5b86d7ae62c7479df4bdb5a3941f369c455","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-20 - Cabinet of Commissioner Carlos Moedas x Eucomed"],"date":["2016-01-20"],"summary":["Presentation of ESTHER"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-b46c76b734a9bd8b8b7938e33fdd7b8cc6b6956a","eu-tr-790452411572-51"]}} -{"id":"ec-meeting-2016-01-20-cd3acca6e2f3cee99d02d8401b1273b05bb32403","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-20 - Günther Oettinger x The Boston Consulting Group GmbH"],"date":["2016-01-20"],"summary":["Self-Driving Vehicles"],"location":["Davos"],"address":["Davos"],"addressEntity":["addr-e260b1b791f27abac6a4f7771a2401be6aee67a9"],"organizer":["ec-dg-de"],"involved":["eu-tr-909134419998-84","ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0"]}} -{"id":"ec-meeting-2016-01-20-e54750789f7d679be372c5493e576daf2441e606","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-20 - Inspire, Debate, Engage and Accelerate Action x Internet Corporation for Assigned Names and Numbers"],"date":["2016-01-20"],"summary":["Internet Governance"],"location":["Davos, Switzerland"],"address":["Davos, Switzerland"],"addressEntity":["addr-08640f22e8b61fe48904546ffc0e7b09fd6d6414"],"organizer":["ec-dg-idea"],"involved":["eu-tr-804646318062-39","ec-person-4fe56a64c00b3e81c851b5538878b32481bd7d3c"]}} -{"id":"ec-meeting-2016-01-20-f54af8a4d00ca0d35f4574532bbe71ea4c1a2e7e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-20 - Competition x British Chamber of Commerce in Belgium"],"date":["2016-01-20"],"summary":["Participation in the Breakfast Briefing: discussion on competition policy trends"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-comp"],"involved":["ec-person-8600a621c9aef12fc33b708e13b3cd3d5fa5696b","eu-tr-56188303384-93"]}} -{"id":"ec-meeting-2016-01-20-fe34c9fe50392cdb076605e715cc6532d35476b8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-20 - Cabinet of Vice-President Andrus Ansip x Internet Corporation for Assigned Names and Numbers"],"date":["2016-01-20"],"summary":["Internet governance"],"notes":["Portfolio: Digital Single Market"],"location":["Davos"],"address":["Davos"],"addressEntity":["addr-e260b1b791f27abac6a4f7771a2401be6aee67a9"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-804646318062-39","ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0"]}} -{"id":"ec-meeting-2016-01-21-0264c4cd33708f9746a26909d80376c1b54d8be4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-21 - Cabinet of Vice-President Valdis Dombrovskis x Schroders Investment Management (Europe) SA"],"date":["2016-01-21"],"summary":["Markets in Financial Instruments Directive"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-997906814697-71","ec-person-3f9ca71b74344417d1f072ba7f3e2f09a223b036"]}} -{"id":"ec-meeting-2016-01-21-0cb76cba1b0d6ad130a8e737dba26b2ff36a06d8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-21 - Cabinet of First Vice-President Frans Timmermans x Tata Steel Europe"],"date":["2016-01-21"],"summary":["Better Regulation"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Davos"],"address":["Davos"],"addressEntity":["addr-e260b1b791f27abac6a4f7771a2401be6aee67a9"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-08746491502-16","ec-person-966667b73d92624be9bb019c2baab7e52331b3d3"]}} -{"id":"ec-meeting-2016-01-21-0f2f99016f0479bfad914de96c04e9ac43909ee3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-21 - Cabinet of Vice-President Jyrki Katainen x Teollisuuden Voima Oyj Aula Europe"],"date":["2016-01-21"],"summary":["Nuclear and electricity legislation"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-352103717639-15","ec-person-f9208d930adc70c6c64e21701e48f85f6f18e949","eu-tr-88742028087-64"]}} -{"id":"ec-meeting-2016-01-21-12030b2dd0d01643b64a7a37bdab8fb0482c62f7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-21 - Cabinet of Commissioner Pierre Moscovici x Business Bridge Europe"],"date":["2016-01-21"],"summary":["EU and global economic situation"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Davos"],"address":["Davos"],"addressEntity":["addr-e260b1b791f27abac6a4f7771a2401be6aee67a9"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["ec-person-3cbeba61ae952f06fe4916c381438ebbc676a597","eu-tr-72856225852-31"]}} -{"id":"ec-meeting-2016-01-21-18977b21c592488579f4dec9e8dc05d205a5ac30","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-21 - Cabinet of Commissioner Tibor Navracsics x Centre for Fine Arts"],"date":["2016-01-21"],"summary":["New Narrative for Europe"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-fa3187815cf956b0872e1668e14548b7d9f7ce93","ec-person-dc2e0fed0fdf39a6a3f3ad63355c5215599de9d1","ec-person-cb6aa96c497dead35eb0f2ed0339e5423d506549","eu-tr-981651218089-69"]}} -{"id":"ec-meeting-2016-01-21-1e66f2fb94cb2b9f009bc248350e82b0f91d4e37","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-21 - Cabinet of Commissioner Elżbieta Bieńkowska x Ford Motor Company"],"date":["2016-01-21"],"summary":["Environmental issues incl driving emissions and CO2 post 2020, competitiveness"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Berlaymont, Brussels"],"address":["Berlaymont, Brussels"],"addressEntity":["addr-fc86ff6aaa2cd722afeb09a33ccd03fec72f8cd1"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["ec-person-95a769a1850d7d595f9a5853c51dcbdd3ddd69fb","eu-tr-21851435137-02","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2016-01-21-1ff5488eda96213954829b674e10fdccd0654891","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-21 - Cabinet of Commissioner Jonathan Hill x Prudential plc"],"date":["2016-01-21"],"summary":["Better regulation"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Davos"],"address":["Davos"],"addressEntity":["addr-e260b1b791f27abac6a4f7771a2401be6aee67a9"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["eu-tr-65288482768-64","ec-person-f247edfcff54d4f26fc10769f809c92bc72d6797"]}} -{"id":"ec-meeting-2016-01-21-22d62bded3255de664d027f8ac84dffa4ff6eced","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-21 - Günther Oettinger x Google"],"date":["2016-01-21"],"summary":["DSM"],"location":["Davos"],"address":["Davos"],"addressEntity":["addr-e260b1b791f27abac6a4f7771a2401be6aee67a9"],"organizer":["ec-dg-de"],"involved":["eu-tr-03181945560-59","ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0"]}} -{"id":"ec-meeting-2016-01-21-2ed00e2b5ccf4a14919b784736f468426d83c991","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-21 - Cabinet of Commissioner Elżbieta Bieńkowska x Volkswagen Aktiengesellschaft"],"date":["2016-01-21"],"summary":["update on progress w investigation, technical solutions, group alignment"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Berlaymont, Brussels"],"address":["Berlaymont, Brussels"],"addressEntity":["addr-fc86ff6aaa2cd722afeb09a33ccd03fec72f8cd1"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["ec-person-d2997a7f359c91a337055c3e24dd36bf928de38d","ec-person-95a769a1850d7d595f9a5853c51dcbdd3ddd69fb","eu-tr-6504541970-40","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2016-01-21-4ca48053f4083127bf116100f24ec8c5813f5b08","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-21 - Health and Food Safety x CropLife Europe"],"date":["2016-01-21"],"summary":["Introductory visit"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-sante"],"involved":["eu-tr-0711626572-26","ec-person-3c7fdbe0c1c235777d916309465339b7ed1666f6"]}} -{"id":"ec-meeting-2016-01-21-51296cd4e68a1000ab840736e81edb25c0f3fdbd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-21 - Cabinet of Vice-President Jyrki Katainen x Confederation of British Industry"],"date":["2016-01-21"],"summary":["UK and EU economic priorities"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Davos"],"address":["Davos"],"addressEntity":["addr-e260b1b791f27abac6a4f7771a2401be6aee67a9"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90","eu-tr-73725676990-18","ec-person-7c9460f99c5872dbdc561f5752401c870d12e98b"]}} -{"id":"ec-meeting-2016-01-21-56df41ecd59d60e6c526bf92d8784f7d15c6fb8e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-21 - Günther Oettinger x Orange"],"date":["2016-01-21"],"summary":["DSM"],"location":["brussels"],"address":["brussels"],"addressEntity":["addr-e2daa1574b7ac475c827b33e281bd2d5e013c882"],"organizer":["ec-dg-de"],"involved":["eu-tr-76704342721-41","ec-person-c6cae64cc7dc787b66a47ab1613d3e922875b971"]}} -{"id":"ec-meeting-2016-01-21-5adbdb9cb477eb2f1f0011ec7dfe919c7ae3d825","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-21 - Cabinet of Commissioner Elżbieta Bieńkowska x ArcelorMittal Hutnicza Izba Przemysłowo-Handlowa"],"date":["2016-01-21"],"summary":["Situation of the steel sector in Poland and its future in the European and world market"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-890804512955-21","eu-tr-23527541824-60","ec-person-95a769a1850d7d595f9a5853c51dcbdd3ddd69fb","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2016-01-21-60cc28ea9010217c02895c572e97ee1c6b714ff0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-21 - Cabinet of Vice-President Andrus Ansip x Broadcom"],"date":["2016-01-21"],"summary":["DSM, skills"],"notes":["Portfolio: Digital Single Market"],"location":["Davos"],"address":["Davos"],"addressEntity":["addr-e260b1b791f27abac6a4f7771a2401be6aee67a9"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-240029014014-18","ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0"]}} -{"id":"ec-meeting-2016-01-21-686aeb6186aa388ff292936f848d58d61b051cd5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-21 - Cabinet of Vice-President Maroš Šefčovič x ArcelorMittal"],"date":["2016-01-21"],"summary":["European Steel Industry, ETS"],"notes":["Portfolio: Energy Union"],"location":["Davos"],"address":["Davos"],"addressEntity":["addr-e260b1b791f27abac6a4f7771a2401be6aee67a9"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-3bf48630444ace93d407e52eb880e64d480f75ce","eu-tr-23527541824-60","ec-person-1f95be23689cd4ed0a26fe2980f760ccf2d55c1e"]}} -{"id":"ec-meeting-2016-01-21-702eb5faa972751a9aa9baedd99841b8a9ce41a1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-21 - Cabinet of First Vice-President Frans Timmermans x The ONE Campaign"],"date":["2016-01-21"],"summary":["Sustainable Development + Development Aid"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Davos"],"address":["Davos"],"addressEntity":["addr-e260b1b791f27abac6a4f7771a2401be6aee67a9"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-26098317349-65","ec-person-966667b73d92624be9bb019c2baab7e52331b3d3"]}} -{"id":"ec-meeting-2016-01-21-71db8b83703dd8f7f4832e7b95c845af80519642","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-21 - Cabinet of Vice-President Andrus Ansip x World Economic Forum"],"date":["2016-01-21"],"summary":["Courtesy visit with Prof. Klaus Schwab"],"notes":["Portfolio: Digital Single Market"],"location":["Davos"],"address":["Davos"],"addressEntity":["addr-e260b1b791f27abac6a4f7771a2401be6aee67a9"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-953426816942-83","ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0"]}} -{"id":"ec-meeting-2016-01-21-72cfb2306f4233c7cb3a56ca2f46c192e726b996","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-21 - Cabinet of High Representative / Vice-President Federica Mogherini x Heineken N.V."],"date":["2016-01-21"],"summary":["EU relations with Cuba"],"notes":["Portfolio: Foreign Affairs and Security Policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"involved":["eu-tr-827688315793-86","ec-person-189fa91edba64d04693773d2f922608c3f83b78d"]}} -{"id":"ec-meeting-2016-01-21-8223b1c3119941b4dad397b9d0ab2e5f96169d01","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-21 - Competition x Bureau Européen des Unions de Consommateurs"],"date":["2016-01-21"],"summary":["To make acquaintance and to review competition policy trends"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-comp"],"involved":["ec-person-8600a621c9aef12fc33b708e13b3cd3d5fa5696b","eu-tr-9505781573-45"]}} -{"id":"ec-meeting-2016-01-21-82c6796cb58e4ac3e8926e440ab4a0d81293d3aa","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-21 - Health and Food Safety x European Policy Centre"],"date":["2016-01-21"],"summary":["Cooperation between Dg SANTE and EPC"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-sante"],"involved":["eu-tr-89632641000-47","ec-person-3c7fdbe0c1c235777d916309465339b7ed1666f6"]}} -{"id":"ec-meeting-2016-01-21-87042919ad843326c67577971f2eff589963b820","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-21 - Günther Oettinger x BT Group plc"],"date":["2016-01-21"],"summary":["DSM"],"location":["Davos"],"address":["Davos"],"addressEntity":["addr-e260b1b791f27abac6a4f7771a2401be6aee67a9"],"organizer":["ec-dg-de"],"involved":["ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0","eu-tr-00919034091-89"]}} -{"id":"ec-meeting-2016-01-21-87ae672d748fd2304283305fea69eb5fa15ffdcc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-21 - Günther Oettinger x Society of Audiovisual Authors"],"date":["2016-01-21"],"summary":["copyright"],"location":["BXL"],"address":["BXL"],"addressEntity":["addr-d2fde52f67ea4a3e1fe233d0a959d6a1c77fd910"],"organizer":["ec-dg-de"],"involved":["eu-tr-99336382936-11","ec-person-49723482bb23d029cbfc010cb37eec7392a0ae02"]}} -{"id":"ec-meeting-2016-01-21-9ed161d55e51d4541ab8434d7ec58157553b7f2e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-21 - Cabinet of Commissioner Tibor Navracsics x Skåne Association of Local Authorities"],"date":["2016-01-21"],"summary":["Europe 2020 et education to tackle radicalisation"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["eu-tr-929550219950-35","ec-person-1da7ee09d46288ee4ea9db2b644bdcf9c3d6d000"]}} -{"id":"ec-meeting-2016-01-21-a7e2f88f780b3f377a15111a36c3fe58565907b1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-21 - Cabinet of Vice-President Jyrki Katainen x The Goldman Sachs Group, Inc."],"date":["2016-01-21"],"summary":["Global business outlook"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Davos"],"address":["Davos"],"addressEntity":["addr-e260b1b791f27abac6a4f7771a2401be6aee67a9"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90","ec-person-7c9460f99c5872dbdc561f5752401c870d12e98b","eu-tr-701266814986-18"]}} -{"id":"ec-meeting-2016-01-21-adade540968b83a9e993587d9d3ea04ef3515ae5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-21 - Cabinet of Vice-President Miguel Arias Cañete x Third Generation Environmentalism Ltd Carbon Market Watch WWF European Policy Programme Friends of the Earth Europe Transport and Environment (European Federation for Transport and Environment) OXFAM INTERNATIONAL EU ADVOCACY OFFICE Greenpeace European Unit ACT Alliance Advocacy to the European Union Climate Action Network Europe"],"date":["2016-01-21"],"summary":["COP21 and oncoming legislative package"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-46856801604-90","eu-tr-75365248559-90","eu-tr-58744833263-19","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd","eu-tr-1414929419-24","eu-tr-55888811123-49","eu-tr-5189768701-12","eu-tr-9832909575-41","eu-tr-07783117686-61","eu-tr-9825553393-31"]}} -{"id":"ec-meeting-2016-01-21-ae0b5693b2402d352bfba7692ef560e164d55d7a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-21 - Cabinet of Vice-President Andrus Ansip x Computer & Communications Industry Association"],"date":["2016-01-21"],"summary":["Implementation of the DSM Strategy"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-15987896534-82","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45"]}} -{"id":"ec-meeting-2016-01-21-af184fdd2fb2a396261d4dc5c6c48342a8ff61b1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-21 - Climate Action x Association des Constructeurs Européens d'Automobiles"],"date":["2016-01-21"],"summary":["Decarbonisation of transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-clima"],"involved":["ec-person-44c2f44f96dda2012bcb4e9abc749f6cae86a4c0","eu-tr-0649790813-47"]}} -{"id":"ec-meeting-2016-01-21-b1a9a606f388e41592b48eceffb20e7579c58cc8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-21 - Cabinet of Vice-President Andrus Ansip x DIGITALEUROPE"],"date":["2016-01-21"],"summary":["Copyright"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-64270747023-20","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45"]}} -{"id":"ec-meeting-2016-01-21-b4d5b08dc5fb49fd3fa9e29478f625215171c4cd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-21 - Cabinet of Commissioner Pierre Moscovici x Uber"],"date":["2016-01-21"],"summary":["Uber in Europe, EU law, EU legal framework and regulatory framework in relation to the collaborative economy."],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Davos"],"address":["Davos"],"addressEntity":["addr-e260b1b791f27abac6a4f7771a2401be6aee67a9"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["ec-person-3cbeba61ae952f06fe4916c381438ebbc676a597","eu-tr-002278013515-26"]}} -{"id":"ec-meeting-2016-01-21-bf46faab28250321deeeb909fa8b80a91f0f6984","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-21 - Cabinet of Vice-President Andrus Ansip x Uber"],"date":["2016-01-21"],"summary":["DSM, platforms, innovation"],"notes":["Portfolio: Digital Single Market"],"location":["Davos"],"address":["Davos"],"addressEntity":["addr-e260b1b791f27abac6a4f7771a2401be6aee67a9"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-002278013515-26","ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0"]}} -{"id":"ec-meeting-2016-01-21-c1f263e11863f237b49789508fb67b09009be3b6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-21 - Cabinet of Commissioner Carlos Moedas x European Forest Institute"],"date":["2016-01-21"],"summary":["EFI Science-policy report on Forest and climate change"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-07b66759c911240aaa2b917489884273c71fac90","eu-tr-38315289949-88"]}} -{"id":"ec-meeting-2016-01-21-c3e58bfb0700d9e812397e54222b6e827a40e9e9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-21 - Cabinet of First Vice-President Frans Timmermans x Ellen MacArthur Foundation"],"date":["2016-01-21"],"summary":["Sustainable Economy"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Davos"],"address":["Davos"],"addressEntity":["addr-e260b1b791f27abac6a4f7771a2401be6aee67a9"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-389996116741-55","ec-person-966667b73d92624be9bb019c2baab7e52331b3d3"]}} -{"id":"ec-meeting-2016-01-21-c6713307d87f12dfa765aab795ff6bc250aa54c9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-21 - Cabinet of Commissioner Jonathan Hill x Avis Budget EMEA Limited Europcar International Hertz Europe Limited"],"date":["2016-01-21"],"summary":["Financial Services Policy"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["ec-person-03cf92829e273869bfbd8bbf4f1881dcd0848186","eu-tr-572529515371-63","eu-tr-976931917651-60","eu-tr-446165615401-28"]}} -{"id":"ec-meeting-2016-01-21-c8d9b7c7bc20c4aa31f74750c6d5266b55204c4b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-21 - Cabinet of Commissioner Jonathan Hill x HSBC Holdings PLC"],"date":["2016-01-21"],"summary":["Banking reform, CMU, call of evidence"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Davos"],"address":["Davos"],"addressEntity":["addr-e260b1b791f27abac6a4f7771a2401be6aee67a9"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["eu-tr-001866415031-87","ec-person-f247edfcff54d4f26fc10769f809c92bc72d6797"]}} -{"id":"ec-meeting-2016-01-21-c905231912e89d9cac63dc0575e9748b7736a2e3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-21 - Cabinet of Commissioner Tibor Navracsics x European Theatre Convention"],"date":["2016-01-21"],"summary":["Future of theatre in the digital age"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-fa3187815cf956b0872e1668e14548b7d9f7ce93","ec-person-dc2e0fed0fdf39a6a3f3ad63355c5215599de9d1","eu-tr-127476716086-36"]}} -{"id":"ec-meeting-2016-01-21-cc91eb5f2deaee109d456773b8a1ccb1f3c7373b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-21 - Cabinet of Commissioner Carlos Moedas x Friends of the Earth Europe"],"date":["2016-01-21"],"summary":["Discuss energy efficiency in the context of the revision of the 2030 target and the forthcoming gas package"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-0a716bf5253e913fc40ebf14c12f30dc2e7a06ee","eu-tr-9825553393-31"]}} -{"id":"ec-meeting-2016-01-21-d936112864f45882f0b16428e79b3c8200d6dc9b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-21 - Cabinet of Commissioner Marianne Thyssen x EUROPEAN TRADE UNION CONFEDERATION"],"date":["2016-01-21"],"summary":["Skills and youth employment"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["ec-person-c508e9337eca6b067c1f966b82de49c4824a3ad0","eu-tr-06698681039-26"]}} -{"id":"ec-meeting-2016-01-21-d9cbeb8bd47510e683dce514787cac87f541f095","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-21 - Cabinet of Commissioner Violeta Bulc x KLM Royal Dutch Airlines"],"date":["2016-01-21"],"summary":["aviation strategy"],"notes":["Portfolio: Transport"],"location":["Amsterdam"],"address":["Amsterdam"],"addressEntity":["addr-2dce283e0e268a42d62e34467db274c9c38c358f"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-5012c5e45a52ee8ce67d19c1781a127af53e73e7","eu-tr-76441066192-30"]}} -{"id":"ec-meeting-2016-01-21-d9e89c1b05873c2b2b313488a738a9ff0a8b4fb1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-21 - Cabinet of Commissioner Elżbieta Bieńkowska x NATS Ltd"],"date":["2016-01-21"],"summary":["Air navigation services and the single maket"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["BERLAYMONT"],"address":["BERLAYMONT"],"addressEntity":["addr-686c91321c4ca33d4c7be355145bb3f54477fb5a"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-15257643846-58","ec-person-b2f9be51339f054477846797e2c119fcf16548fc","ec-person-daef7f819b2f3ffe5e4f5d8eb2782954f3c4a4e2"]}} -{"id":"ec-meeting-2016-01-21-df0742f8aac693b755012aa2d82d0b8d9161a108","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-21 - Cabinet of Vice-President Andrus Ansip x Orange"],"date":["2016-01-21"],"summary":["Big data, IoT, standards"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-76704342721-41","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45"]}} -{"id":"ec-meeting-2016-01-21-e496cc444ed8beb4d56b043dea05995a3c351cfd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-21 - Cabinet of Vice-President Cecilia Malmström x BUSINESSEUROPE"],"date":["2016-01-21"],"summary":["Investment Court System"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-19b143e83f8ab978c55c8a9a9e49e06dbfa14bf3","eu-tr-3978240953-79"]}} -{"id":"ec-meeting-2016-01-21-e8a0d387cf6c98df5ab033f95fb00813ddcd211a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-21 - Cabinet of Vice-President Miguel Arias Cañete x Association des Constructeurs Européens d'Automobiles Honda Motor Europe"],"date":["2016-01-21"],"summary":["Decarbonisation of transport"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-976236518471-20","eu-tr-0649790813-47","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd"]}} -{"id":"ec-meeting-2016-01-21-ed16603c21b724053f30c6d47b877aeba034e855","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-21 - Cabinet of Commissioner Jonathan Hill x Afore Consulting"],"date":["2016-01-21"],"summary":["Financial Services Policy"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["ec-person-03cf92829e273869bfbd8bbf4f1881dcd0848186","eu-tr-03013154889-05"]}} -{"id":"ec-meeting-2016-01-21-ed347c1e3929fc9ad6b9c878cea28b374550f653","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-21 - Cabinet of First Vice-President Frans Timmermans x International Rescue Committee Inc"],"date":["2016-01-21"],"summary":["EU Affairs in general, Migration, Sustainable Development, Better Regulation"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Davos"],"address":["Davos"],"addressEntity":["addr-e260b1b791f27abac6a4f7771a2401be6aee67a9"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["ec-person-966667b73d92624be9bb019c2baab7e52331b3d3","eu-tr-66790095679-26"]}} -{"id":"ec-meeting-2016-01-21-f210c564d126835fcc0cf1e2f5bfefb5079c6792","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-21 - Cabinet of Commissioner Jonathan Hill x NASDAQ"],"date":["2016-01-21"],"summary":["Nasdaq's role in Europe, trends and recent developments in their markets, equity investment and capital markets union"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Davos"],"address":["Davos"],"addressEntity":["addr-e260b1b791f27abac6a4f7771a2401be6aee67a9"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["eu-tr-76648765687-29","ec-person-f247edfcff54d4f26fc10769f809c92bc72d6797"]}} -{"id":"ec-meeting-2016-01-21-f8e8ca0ec7e3764a6e12402ef4ed837d9b9883ce","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-21 - Cabinet of President Jean-Claude Juncker x Platform of European Social NGOs"],"date":["2016-01-21"],"summary":["Socle des droits sociaux"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-85083981189-35","ec-person-98eba7ab1446c6dce384fdc2ecd48c7cadf9ee4e"]}} -{"id":"ec-meeting-2016-01-21-facd111cb3966ef0c8c87f6ad71d07ce04112060","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-21 - Cabinet of Vice-President Cecilia Malmström x European agri-cooperatives European farmers"],"date":["2016-01-21"],"summary":["Agriculture in TTIP"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-09586631237-74","ec-person-98880f3f4206145e196013db9dd806a551c11e06","eu-tr-44856881231-49"]}} -{"id":"ec-meeting-2016-01-21-fae853e8e6d11ddc94f3c2d17f338057e0b304c8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-21 - Cabinet of First Vice-President Frans Timmermans x World Economic Forum"],"date":["2016-01-21"],"summary":["EU Affairs in general and Global challenges facing Europe, Migration"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Davos"],"address":["Davos"],"addressEntity":["addr-e260b1b791f27abac6a4f7771a2401be6aee67a9"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-953426816942-83","ec-person-966667b73d92624be9bb019c2baab7e52331b3d3"]}} -{"id":"ec-meeting-2016-01-22-22b2b379cdf578a9df396403850a4916a1b2a528","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-22 - Cabinet of Commissioner Jonathan Hill x BT Group plc"],"date":["2016-01-22"],"summary":["Competitiveness, digital single market, retail financial services, CMU"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Davos"],"address":["Davos"],"addressEntity":["addr-e260b1b791f27abac6a4f7771a2401be6aee67a9"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["eu-tr-00919034091-89","ec-person-f247edfcff54d4f26fc10769f809c92bc72d6797"]}} -{"id":"ec-meeting-2016-01-22-2d0e369fb82e14848c3e41e41feca70407074b81","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-22 - Cabinet of First Vice-President Frans Timmermans x The Global Poverty Project"],"date":["2016-01-22"],"summary":["Sustainable Development"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Davos"],"address":["Davos"],"addressEntity":["addr-e260b1b791f27abac6a4f7771a2401be6aee67a9"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-111563516267-75","ec-person-966667b73d92624be9bb019c2baab7e52331b3d3"]}} -{"id":"ec-meeting-2016-01-22-434259d05f83edc32e1c8bb5140e5891dd2bd490","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-22 - Health and Food Safety x Union Européenne du Commerce du Bétail et des Métiers de la Viande"],"date":["2016-01-22"],"summary":["Courtesy visit"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-sante"],"involved":["eu-tr-4422649896-52","ec-person-3c7fdbe0c1c235777d916309465339b7ed1666f6"]}} -{"id":"ec-meeting-2016-01-22-568af5286734f47984579cde3e99a9d3dd9b61ad","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-22 - Energy x APETRA"],"date":["2016-01-22"],"summary":["Oil stocks"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["ec-person-6997149120ce5129e38febe5275dc8fd03232d2e","eu-tr-313833920161-73"]}} -{"id":"ec-meeting-2016-01-22-6a4934f8730c384aee5aaf0d55eb9b3274c5e11c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-22 - Cabinet of Commissioner Violeta Bulc x Wilfried Martens Centre for European Studies"],"date":["2016-01-22"],"summary":["energy policy"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-5012c5e45a52ee8ce67d19c1781a127af53e73e7","eu-tr-865557816122-74"]}} -{"id":"ec-meeting-2016-01-22-6d059b2d966ed03c675d44af913d5d2bcd9c7b9e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-22 - Günther Oettinger x Computer & Communications Industry Association"],"date":["2016-01-22"],"summary":["DSM"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-15987896534-82","ec-person-d8b86b98a24683917c569000ed6d8c45bedbbc00"]}} -{"id":"ec-meeting-2016-01-22-70dfd2f4e01b5445c9d8181691e7740d8069cf1f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-22 - Günther Oettinger x Omega Networking UG"],"date":["2016-01-22"],"summary":["DSM"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-573903919385-15","ec-person-3297113eb5d4e59bc84d571628f0130aa75c761a"]}} -{"id":"ec-meeting-2016-01-22-74bd77b30878df21dc2d29b7cc4206714ff380fa","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-22 - Cabinet of Commissioner Marianne Thyssen x Fédération Française du Bâtiment"],"date":["2016-01-22"],"summary":["mobility package"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["eu-tr-94753772049-95","ec-person-7567514af00f139b390cf9864d28a090ca0fde25"]}} -{"id":"ec-meeting-2016-01-22-8235fe069e178ac79a0f59535679d3aafd9428f7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-22 - Cabinet of Vice-President Jyrki Katainen x Uber"],"date":["2016-01-22"],"summary":["Sharing economy"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Davos"],"address":["Davos"],"addressEntity":["addr-e260b1b791f27abac6a4f7771a2401be6aee67a9"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90","ec-person-7c9460f99c5872dbdc561f5752401c870d12e98b","eu-tr-002278013515-26"]}} -{"id":"ec-meeting-2016-01-22-8b645ef624599afc6c5250c304237d57d1192f08","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-22 - Health and Food Safety x The Smoke Free Partnership"],"date":["2016-01-22"],"summary":["Presentation of the SFP activities"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-sante"],"involved":["eu-tr-6403725595-50","ec-person-3c7fdbe0c1c235777d916309465339b7ed1666f6"]}} -{"id":"ec-meeting-2016-01-22-95142d34587a6f1860b0f9d047944c0b1ff74b1d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-22 - Cabinet of Commissioner Tibor Navracsics x Google"],"date":["2016-01-22"],"summary":["Digital Single Market"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-49f31dad10f5641cb1d1e4c3107dd838389e8120","eu-tr-03181945560-59"]}} -{"id":"ec-meeting-2016-01-22-9c259149019a87127417605081d60548e83adb9d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-22 - Cabinet of Vice-President Jyrki Katainen x EUROPEAN TRADE UNION CONFEDERATION"],"date":["2016-01-22"],"summary":["Investment plan"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Davos"],"address":["Davos"],"addressEntity":["addr-e260b1b791f27abac6a4f7771a2401be6aee67a9"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90","ec-person-7c9460f99c5872dbdc561f5752401c870d12e98b","eu-tr-06698681039-26"]}} -{"id":"ec-meeting-2016-01-22-c383d296243ecd755b9db9ea61d41012b21a40d0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-22 - Cabinet of Vice-President Miguel Arias Cañete x Fédération bancaire française"],"date":["2016-01-22"],"summary":["Green Bonds for energy transition"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-62773e55e1985542cb18a2a89f2053f2f39146b1","eu-tr-09245221105-30"]}} -{"id":"ec-meeting-2016-01-22-c528223f79ea1183d354947306fcfaa568f13558","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-22 - Mobility and Transport x European Organisation for Security"],"date":["2016-01-22"],"summary":["Land transport security, aviation security"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-move"],"involved":["eu-tr-32134385519-64","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2016-01-22-c83debb4e74c440769ac6b9d543c8ee40c7edb44","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-22 - Cabinet of Commissioner Jonathan Hill x Bloomberg"],"date":["2016-01-22"],"summary":["MifidII, Capital Markets Union"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Davos"],"address":["Davos"],"addressEntity":["addr-e260b1b791f27abac6a4f7771a2401be6aee67a9"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["eu-tr-941851915685-19","ec-person-f247edfcff54d4f26fc10769f809c92bc72d6797"]}} -{"id":"ec-meeting-2016-01-22-ca0367b0222b5dcf45652620fcd963303ee3121d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-22 - Energy x Siemens AG"],"date":["2016-01-22"],"summary":["Energy market design"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-4266797770-31","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2016-01-22-d83f6273919fb71c245c3f87a5853194b9b20a64","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-22 - Cabinet of President Jean-Claude Juncker x abrdn plc"],"date":["2016-01-22"],"summary":["Insurance latest developments"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-c402e34a99fbee730ae22e3b1958e21c94dc6fcc","eu-tr-28229947613-19"]}} -{"id":"ec-meeting-2016-01-22-e4dd342fe56ca6f9ef249c58058999bcb5de3fe2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-22 - Cabinet of President Jean-Claude Juncker x Stichting European Climate Foundation"],"date":["2016-01-22"],"summary":["Energy Union"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-b1bf9aa5fb7e886441ff341b657cc482b64a2a3e","eu-tr-64869491516-70"]}} -{"id":"ec-meeting-2016-01-22-eb3bc6574c63ea60f3ea20344a747562f29a083f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-22 - Cabinet of Vice-President Jyrki Katainen x abrdn plc"],"date":["2016-01-22"],"summary":["Insurance investment & solvency II"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-955e8c493ab54847bb92b65986f56a401f8eabee","eu-tr-28229947613-19"]}} -{"id":"ec-meeting-2016-01-22-fff8e8c3c668e821f74cda44d4afce64f1882d49","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-22 - Cabinet of Vice-President Maroš Šefčovič x Lufthansa Group"],"date":["2016-01-22"],"summary":["Aviation Package"],"notes":["Portfolio: Energy Union"],"location":["Davos"],"address":["Davos"],"addressEntity":["addr-e260b1b791f27abac6a4f7771a2401be6aee67a9"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-3bf48630444ace93d407e52eb880e64d480f75ce","eu-tr-0714344663-32","ec-person-1f95be23689cd4ed0a26fe2980f760ccf2d55c1e"]}} -{"id":"ec-meeting-2016-01-23-4fbc78766fc6bf2d0ae401bf86e8ff3af3cbc9a1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-23 - Cabinet of Commissioner Carlos Moedas x Uber"],"date":["2016-01-23"],"summary":["Open Innovation"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Davos"],"address":["Davos"],"addressEntity":["addr-e260b1b791f27abac6a4f7771a2401be6aee67a9"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["eu-tr-002278013515-26","ec-person-23980b2bc4fd9c82051d0f7888dc236b2f764866"]}} -{"id":"ec-meeting-2016-01-23-fba80e21f9a71e6576db0824fbd9fa5096044533","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-23 - Cabinet of Commissioner Carlos Moedas x World Economic Forum"],"date":["2016-01-23"],"summary":["WEF Annual Meeting of New Champions"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Davos"],"address":["Davos"],"addressEntity":["addr-e260b1b791f27abac6a4f7771a2401be6aee67a9"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-23980b2bc4fd9c82051d0f7888dc236b2f764866","eu-tr-953426816942-83"]}} -{"id":"ec-meeting-2016-01-24-e22e4c067e8a9fe814b84d0b3472f05db3a8fdde","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-24 - Cabinet of Commissioner Violeta Bulc x Airports Council International - European Region"],"date":["2016-01-24"],"summary":["aviation strategy"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-5012c5e45a52ee8ce67d19c1781a127af53e73e7","eu-tr-42566063487-73"]}} -{"id":"ec-meeting-2016-01-25-11bb5a8bbd041d6f24f165c01ac725f53bad9774","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-25 - Cabinet of Commissioner Margrethe Vestager x Confederation of Danish Industry"],"date":["2016-01-25"],"summary":["Current European Affairs"],"notes":["Portfolio: Competition"],"location":["Copenhagen, Denmark"],"address":["Copenhagen, Denmark"],"addressEntity":["addr-037407970050e97c761587d63aacfaeb126cab45"],"organizer":["ec-cabinet-commissioner-margrethe-of-vestager"],"involved":["ec-person-baa1c172df109ebd1f0307bccb5e21aec66c7a25","eu-tr-5749958415-41","ec-person-a1f378e46b040b842cbc35e6d89735a7792cd328"]}} -{"id":"ec-meeting-2016-01-25-1da98b4f3cb682376b3d3f0368cdd842aa94a6cc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-25 - Mobility and Transport x Safran"],"date":["2016-01-25"],"summary":["Aviation strategy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-move"],"involved":["eu-tr-71607351368-56","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2016-01-25-266dd900848979056f129e4191bf0e536c1d696d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-25 - Günther Oettinger x Hubert Burda Media Holding Kommanditgesellschaft Guardian Media Group Axel Springer SE"],"date":["2016-01-25"],"summary":["Copyright"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-454141617464-43","eu-tr-742417913824-11","ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0","eu-tr-730036917015-61"]}} -{"id":"ec-meeting-2016-01-25-2941f2dcff090de713345c43919d6df924f01038","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-25 - Trade x European Union Chamber of Commerce in China"],"date":["2016-01-25"],"summary":["Presentation of EUCCC position paper 2015/2016"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-trade"],"involved":["eu-tr-592343015058-67","ec-person-bde9bb099f5d24c52ca4a9255cefc99a5b87a650"]}} -{"id":"ec-meeting-2016-01-25-2e3940b3541e2ba4356b5b7235393df6ec7498e0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-25 - Cabinet of Vice-President Miguel Arias Cañete x CIRCULO DE EMPRESARIOS DEL SUR DE ESPAÑA"],"date":["2016-01-25"],"summary":["Conference on Energy innovation in the light of the European Energy Policy"],"notes":["Portfolio: Climate Action & Energy"],"location":["Sevilla, Spain"],"address":["Sevilla, Spain"],"addressEntity":["addr-185f08deb90ee223a40258aeb5e1730cf44d5818"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-266495620465-60","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd"]}} -{"id":"ec-meeting-2016-01-25-41ab89580b1ab8c1c1e562fbf18934fd320c9380","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-25 - Cabinet of Vice-President Andrus Ansip x Guardian Media Group"],"date":["2016-01-25"],"summary":["Copyright"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-454141617464-43","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45","ec-person-91ca0921c6790191daa54427311acd63035e7c9e"]}} -{"id":"ec-meeting-2016-01-25-4299a58a5b1a83738f8d0da4d3890b84bb58a1fb","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2016-01-25 - Cabinet of Commissioner Marianne Thyssen x UNI Europa"],"date":["2016-01-25"],"summary":["EU sectorial social dialogue","Occupational Health and Safety, Digitisation and skills"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels, Belgium","Brussels"],"address":["Brussels, Belgium","Brussels"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306","addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["eu-tr-43785827982-59","ec-person-c508e9337eca6b067c1f966b82de49c4824a3ad0","ec-person-7567514af00f139b390cf9864d28a090ca0fde25"]}} -{"id":"ec-meeting-2016-01-25-4731d5c8c8f04ed06903f38d46c5eedd0a0397cc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-25 - Economic and Financial Affairs x European Union Chamber of Commerce in China"],"date":["2016-01-25"],"summary":["EU-China relations: economic outlook investment."],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-ecfin"],"involved":["eu-tr-592343015058-67","ec-person-9b398cc97951266670f91bef34ea37df7380eef9"]}} -{"id":"ec-meeting-2016-01-25-4b4a6777d7f0d98ce00bfb255116e01b54d8420f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-25 - Cabinet of Commissioner Vytenis Andriukaitis x Choices International Foundation"],"date":["2016-01-25"],"summary":["Voluntary labelling on nutritional information"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-b9c3f19e7c5f216e3e508f931ddd6a9cb59376d1","eu-tr-129983319649-02"]}} -{"id":"ec-meeting-2016-01-25-4c60d7f4c13003f094d9d0f92fed650202505491","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-25 - Cabinet of Vice-President Valdis Dombrovskis x METRO AG"],"date":["2016-01-25"],"summary":["preparation VP speech"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-479994110538-77","ec-person-48f31156d932641826e09f5b73f074d35ff05786"]}} -{"id":"ec-meeting-2016-01-25-4e262ec60231ba82f7019c3c096248c3845bb329","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-25 - Cabinet of President Jean-Claude Juncker x Japan Machinery Center for Trade and Investment"],"date":["2016-01-25"],"summary":["EU-Japan FTA"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-e415577aabb40c0f789310505c6c5803aa69037b","eu-tr-539264617342-19"]}} -{"id":"ec-meeting-2016-01-25-56df41ecd59d60e6c526bf92d8784f7d15c6fb8e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-25 - Günther Oettinger x Orange"],"date":["2016-01-25"],"summary":["DSM"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-d8b86b98a24683917c569000ed6d8c45bedbbc00","eu-tr-76704342721-41"]}} -{"id":"ec-meeting-2016-01-25-57a2f7926dedd38b41ffae4820c65b3ac4ae2d57","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-25 - Cabinet of Commissioner Jonathan Hill x Intercontinental Exchange, Inc."],"date":["2016-01-25"],"summary":["Financial Services Policy"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["London"],"address":["London"],"addressEntity":["addr-4c57f0c88d9844630327623633ce269cf826ab99"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["eu-tr-141041215133-83","ec-person-f247edfcff54d4f26fc10769f809c92bc72d6797"]}} -{"id":"ec-meeting-2016-01-25-5c956a223c673b5b9eb0f5e36dcb6188f4cdcf97","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-25 - Günther Oettinger x Vodafone Belgium SA"],"date":["2016-01-25"],"summary":["DSM"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-90142503473-81","ec-person-c6cae64cc7dc787b66a47ab1613d3e922875b971"]}} -{"id":"ec-meeting-2016-01-25-5f4cc7198d0a702fafbd89c609992738d99b8d5e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-25 - Cabinet of Commissioner Violeta Bulc x KOLEKTOR GROUP d.o.o."],"date":["2016-01-25"],"summary":["Meeting Kolektor CEO Mr Petric"],"notes":["Portfolio: Transport"],"location":["Ljubljana, Slovenia"],"address":["Ljubljana, Slovenia"],"addressEntity":["addr-f7328a981da1b705ba25d3333daf0cf2fca0c8ea"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-4d2b449b5047ea3fda435a2a1c1081e3babcdf76","ec-person-6a5ceb87383474e4b7f430af341029a155e255b0","eu-tr-238041120627-26"]}} -{"id":"ec-meeting-2016-01-25-7ab0a6cdce7a1199f0650deb4e8a50e9b70ac711","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-25 - Cabinet of Commissioner Violeta Bulc x Transport and Environment (European Federation for Transport and Environment)"],"date":["2016-01-25"],"summary":["decarbonisation of transport"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-e14c58f620f40325d829df7be0823280307bc15f","eu-tr-58744833263-19"]}} -{"id":"ec-meeting-2016-01-25-7faa0d83b3b7dcc6c8950dd53407b3997321f80f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-25 - Cabinet of Commissioner Phil Hogan x Fonterra Co-operative Group Limited"],"date":["2016-01-25"],"summary":["Business discussion"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-400dd8d59d3060187d9b9b143d697da1a3d03c12","eu-tr-234577416588-90"]}} -{"id":"ec-meeting-2016-01-25-8539077096d90f26f11a0214bd9fb2f6fe7fcb93","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-25 - Cabinet of Commissioner Corina Crețu x European Association of Research and Technology Organisations"],"date":["2016-01-25"],"summary":["Update on recent activities"],"notes":["Portfolio: Regional Policy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-corina-cretu-of"],"involved":["eu-tr-48918086666-95","ec-person-c9d4945f28454cc49c4ea188c82e64b0dac3bd73"]}} -{"id":"ec-meeting-2016-01-25-8a3e54e1730be8e73e75b976e9a49b0efdb46ca3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-25 - Internal Market, Industry, Entrepreneurship and SMEs x European Family Businesses"],"date":["2016-01-25"],"summary":["SME and start-ups policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-grow"],"involved":["eu-tr-58849794266-75","ec-person-60a3d0d628d231b41af1d0c65607b0fd78ca4edc"]}} -{"id":"ec-meeting-2016-01-25-95cf2e4255e9dc19f0392d65d86f342086f17984","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-25 - Cabinet of Commissioner Jonathan Hill x NRW.BANK"],"date":["2016-01-25"],"summary":["Solvency II, Promotional Banks"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Belgium, Brussels, BERL"],"address":["Belgium, Brussels, BERL"],"addressEntity":["addr-afebf85a436897fe5234b2ac0d00a1ddc4c9dd27"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["ec-person-5fdb62e20cecef81f87f94d3d1bcdd3b47b26af0","eu-tr-1321739923-73"]}} -{"id":"ec-meeting-2016-01-25-9680654534b7ce7480cfcf5a2002db452fd2e375","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-25 - Climate Action x Sustainable Biomass Program"],"date":["2016-01-25"],"summary":["Sustainability of biomass"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-clima"],"involved":["ec-person-44c2f44f96dda2012bcb4e9abc749f6cae86a4c0","eu-tr-888745515605-77"]}} -{"id":"ec-meeting-2016-01-25-98ae7d3df01415f71c701ae618ee72ee9d5f8659","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2016-01-25 - Cabinet of Commissioner Elżbieta Bieńkowska x ARIANESPACE"],"date":["2016-01-25"],"summary":["Current spatial issues","various space issues"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["brussels","Brussels"],"address":["brussels","Brussels"],"addressEntity":["addr-e2daa1574b7ac475c827b33e281bd2d5e013c882","addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-016461319755-04","ec-person-d2997a7f359c91a337055c3e24dd36bf928de38d","ec-person-685ecf13dd26cd515c961e24ba71049af2302c5e"]}} -{"id":"ec-meeting-2016-01-25-995e3bac5ea67532d9914220622bf053605a99cf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-25 - Cabinet of Vice-President Jyrki Katainen x European Family Businesses The Finnish Family Firms Association"],"date":["2016-01-25"],"summary":["Family businesses"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90","eu-tr-939617520158-79","eu-tr-58849794266-75","ec-person-0da85dc48012e26688310a59a0b51727ea68f410"]}} -{"id":"ec-meeting-2016-01-25-9df198dcd9becf83fdbeed4f5a89065ad038e565","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-25 - Cabinet of Commissioner Violeta Bulc x Stichting European Climate Foundation"],"date":["2016-01-25"],"summary":["transport emissions"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-5012c5e45a52ee8ce67d19c1781a127af53e73e7","ec-person-e14c58f620f40325d829df7be0823280307bc15f","eu-tr-64869491516-70"]}} -{"id":"ec-meeting-2016-01-25-a3a8e48e77d525cb4f352fe7cf75f342e1fbf68b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-25 - Mobility and Transport x Association Européenne des Concessionnaires d'Autoroutes et d'Ouvrages à Péage"],"date":["2016-01-25"],"summary":["Regional European Electronic Toll Service (REETS)"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-move"],"involved":["eu-tr-76903725494-68","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2016-01-25-a54ec896a3c53cd2425cf8d5bf1d2146a92b89b0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-25 - Cabinet of Vice-President Karmenu Vella x FIPRA International SRL"],"date":["2016-01-25"],"summary":["European Maritime Day"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["eu-tr-58746194306-23","ec-person-2966d69fae0ea4e67f3f2df5a743cc766267d3c8"]}} -{"id":"ec-meeting-2016-01-25-a675b4b9679492093f09e2838c21bf675aad8d0e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-25 - Health and Food Safety x European Union Chamber of Commerce in China"],"date":["2016-01-25"],"summary":["Cooperation with China"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-sante"],"involved":["eu-tr-592343015058-67","ec-person-3c7fdbe0c1c235777d916309465339b7ed1666f6"]}} -{"id":"ec-meeting-2016-01-25-a77c5ff5ae1ce57faef994f2b93172c341cc8ad4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-25 - Cabinet of Commissioner Violeta Bulc x Leo Express"],"date":["2016-01-25"],"summary":["Rail liberalisation and complaints"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-979191919566-58","ec-person-dd7851e4a1e747e824b4f81139e33bc3cdb73160"]}} -{"id":"ec-meeting-2016-01-25-aa9dfca9ed29069f0cbfbd1f86e157b10e307277","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-25 - Cabinet of Commissioner Elżbieta Bieńkowska x UNITEE AISBL"],"date":["2016-01-25"],"summary":["New European entrepreneurs"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["ec-person-6cd920669457898c6304ed6a599a852d84518227","eu-tr-07875727774-09"]}} -{"id":"ec-meeting-2016-01-25-ae9c708a5a107091d45154454984464b64fedffd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-25 - Cabinet of Vice-President Jyrki Katainen x Friends of Europe"],"date":["2016-01-25"],"summary":["Debate on the circular economy"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90","eu-tr-99436366768-45","ec-person-0da85dc48012e26688310a59a0b51727ea68f410"]}} -{"id":"ec-meeting-2016-01-25-affc601a112c681039b643249432c6ecf94bb935","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-25 - Cabinet of Vice-President Andrus Ansip x Bayerische Motoren Werke Aktiengesellschaft"],"date":["2016-01-25"],"summary":["Connected Mobility, data flows, innovation"],"notes":["Portfolio: Digital Single Market"],"location":["Munich"],"address":["Munich"],"addressEntity":["addr-4bb73f4817cac7549995b34436d424f8d8b0f1b0"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-6a03bc4fa7657513ea34529e98dba0671ef4c849","eu-tr-7193977808-18","ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0"]}} -{"id":"ec-meeting-2016-01-25-bb5161d994632deebce69e854af13079c12adcb2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-25 - Cabinet of Vice-President Jyrki Katainen x ORGANIZACIÓN NACIONAL DE CIEGOS ESPAÑOLES"],"date":["2016-01-25"],"summary":["Investment plan"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90","eu-tr-68612977691-59"]}} -{"id":"ec-meeting-2016-01-25-c2b3de351d50f3a599886ee990fdb2dfb217a3da","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-25 - Cabinet of Vice-President Andrus Ansip x Fastweb S.p.A."],"date":["2016-01-25"],"summary":["Telecommunications markets: competition and investment"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-58272867322-27","ec-person-666bc159c7e65a3af9e63c1e97435c02f1496955"]}} -{"id":"ec-meeting-2016-01-25-cb75f3b65d24b316e93fd9fb48593250c94116b0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-25 - Günther Oettinger x Volkswagen Aktiengesellschaft"],"date":["2016-01-25"],"summary":["diesel emissions"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0","eu-tr-6504541970-40"]}} -{"id":"ec-meeting-2016-01-25-cd15a8b3f6c9f077efac2aa08d3a5e011bcc3665","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2016-01-25 - Günther Oettinger x European Brain Council"],"date":["2016-01-25"],"summary":["discussion of EU-wide plan addressing brain health","understanding the human brain"],"location":["Brussels/Belgium","Brussels"],"address":["Brussels/Belgium","Brussels"],"addressEntity":["addr-c476280916fa20b5023288c48bfbed9c057a1c28","addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-31091478710-90","ec-person-3297113eb5d4e59bc84d571628f0130aa75c761a"]}} -{"id":"ec-meeting-2016-01-25-ceca06aed20101da4657523daa49a6b1162ad8fa","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-25 - Günther Oettinger x SAP"],"date":["2016-01-25"],"summary":["EU-China relations"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-d8b86b98a24683917c569000ed6d8c45bedbbc00","eu-tr-639117311617-01"]}} -{"id":"ec-meeting-2016-01-25-d0c55bbbaaacdd80feeebafa0b49fbaae86a97d1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-25 - Cabinet of Vice-President Miguel Arias Cañete x European Producers Union of Renewable Ethanol"],"date":["2016-01-25"],"summary":["Post-2020 energy & climate framework"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-260e00934471a02805fb143935d6e9205a7f355f","eu-tr-32591134448-30"]}} -{"id":"ec-meeting-2016-01-25-d88c110351e3c3a1caa6dd32e3948f161c4de92d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-25 - Cabinet of High Representative / Vice-President Federica Mogherini x Human Rights Watch"],"date":["2016-01-25"],"summary":["Human rights Ethiopia"],"notes":["Portfolio: Foreign Affairs and Security Policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"involved":["ec-person-44c0409df0e9c3a69a1fe1442fc91e31f6c2786b","ec-person-b167e9941ceb85887f2c312a1b0d96e7c424ea1f","eu-tr-56362448807-46"]}} -{"id":"ec-meeting-2016-01-25-e0396fceb1b30d811d8d87825b12db1a039e7cdd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-25 - Cabinet of Vice-President Andrus Ansip x European Composer and Songwriter Alliance"],"date":["2016-01-25"],"summary":["Copyright, platforms"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-71423433087-91","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45","ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0"]}} -{"id":"ec-meeting-2016-01-25-e8266efd631f073d2bdc461eb09c6a57ba1194e8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-25 - Taxation and Customs Union x Confédération Fiscale Européenne"],"date":["2016-01-25"],"summary":["Working dinner"],"location":["Brussels/Belgium"],"address":["Brussels/Belgium"],"addressEntity":["addr-c476280916fa20b5023288c48bfbed9c057a1c28"],"organizer":["ec-dg-taxud"],"involved":["ec-person-3173c1cc052827c58f23ccd3a8de07534f0d35bd","eu-tr-3543183647-05"]}} -{"id":"ec-meeting-2016-01-25-ec67bef2122236b0015c082b04b646f3ae2098ea","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-25 - Energy x European Union Chamber of Commerce in China"],"date":["2016-01-25"],"summary":["EU energy policy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-592343015058-67","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2016-01-26-0036dd1a0e639827a3811ff7753114f269249801","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-26 - Cabinet of Vice-President Maroš Šefčovič x Bureau Européen des Unions de Consommateurs"],"date":["2016-01-26"],"summary":["New BEUC policy papers on self-generation and 'green' tariffs"],"notes":["Portfolio: Energy Union"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-9505781573-45","ec-person-192eca4cb918c7382c916bec9bfe04e745ee91cb"]}} -{"id":"ec-meeting-2016-01-26-06f023001ede2f54158bb9002a9a3f41ebe30ba7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-26 - Migration and Home Affairs x Hanns-Seidel-Stiftung"],"date":["2016-01-26"],"summary":["Keynote Address on Securing Europe's External Borders"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-home"],"involved":["ec-person-ae1262e8850ed1e9a0530b0ad7440ac648255896","eu-tr-49906988199-86"]}} -{"id":"ec-meeting-2016-01-26-0f4ccd8f778ebbe4054707fabd598c148211a60b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-26 - Cabinet of Vice-President Miguel Arias Cañete x Fortum Oyj"],"date":["2016-01-26"],"summary":["Revision of the ETS, Heating and Cooling strategy, Revision of the RES Directive"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-03501997362-71","ec-person-260e00934471a02805fb143935d6e9205a7f355f"]}} -{"id":"ec-meeting-2016-01-26-0f755c27f3873f440e60e6418f833712cfc56526","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-26 - Cabinet of Vice-President Andrus Ansip x Federation of the European Sporting Goods Industry"],"date":["2016-01-26"],"summary":["Sports, health, e-government, standardisation"],"notes":["Portfolio: Digital Single Market"],"location":["Munich"],"address":["Munich"],"addressEntity":["addr-4bb73f4817cac7549995b34436d424f8d8b0f1b0"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-6a03bc4fa7657513ea34529e98dba0671ef4c849","eu-tr-616677713667-62","ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0"]}} -{"id":"ec-meeting-2016-01-26-1103f20500f1d1023a17f0bc973f8c2a2247d322","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-26 - Günther Oettinger x European Union Chamber of Commerce in China"],"date":["2016-01-26"],"summary":["DSM"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-592343015058-67","ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0"]}} -{"id":"ec-meeting-2016-01-26-1651fd486d182e71a08871265a2579538b2a1dc4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-26 - Energy x Renewables Grid Initiative e.V."],"date":["2016-01-26"],"summary":["renewable energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-793038613858-32","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2016-01-26-21e942f2b464310eb2fd3e7a3ed00983daa5eb13","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-26 - Cabinet of Vice-President Jyrki Katainen x European Union Chamber of Commerce in China"],"date":["2016-01-26"],"summary":["EU-China trade and investment"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-592343015058-67","ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90","ec-person-7c9460f99c5872dbdc561f5752401c870d12e98b"]}} -{"id":"ec-meeting-2016-01-26-22791a6a3821e8611131d4737994ed622a239b7a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-26 - Cabinet of Commissioner Elżbieta Bieńkowska x BUSINESSEUROPE"],"date":["2016-01-26"],"summary":["High-level conference. A better framework for innovation"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-3978240953-79","ec-person-95a769a1850d7d595f9a5853c51dcbdd3ddd69fb"]}} -{"id":"ec-meeting-2016-01-26-238927ad11f160a3c49fb367abad150524a75d59","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-26 - Mobility and Transport x Amazon Europe Core SARL"],"date":["2016-01-26"],"summary":["drones"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-move"],"involved":["eu-tr-366117914426-10","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2016-01-26-23ecbf7a18b253704804dd88d2ed3e9c802cb0b3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-26 - Cabinet of Vice-President Valdis Dombrovskis x EUROFI"],"date":["2016-01-26"],"summary":["current financial regulatory matters"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-479696415739-28","ec-person-48f31156d932641826e09f5b73f074d35ff05786"]}} -{"id":"ec-meeting-2016-01-26-278a0b49fb24b2274cedb5d5c16aaf618a308c72","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-26 - Mobility and Transport x Fraport AG - Frankfurt Airport Services Worldwide"],"date":["2016-01-26"],"summary":["Aviation strategy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-move"],"involved":["eu-tr-023273214333-18","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2016-01-26-306283a521697928893cfeef5ee16fa43a55728b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-26 - Cabinet of High Representative / Vice-President Federica Mogherini x Intesa Sanpaolo"],"date":["2016-01-26"],"summary":["Banking Union"],"notes":["Portfolio: Foreign Affairs and Security Policy"],"location":["Bruxelles (Berlaymont)"],"address":["Bruxelles (Berlaymont)"],"addressEntity":["addr-ec39b0e5ff7ac739c107b513d4c071057c5b57c4"],"organizer":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"involved":["eu-tr-24037141789-48","ec-person-0d87d503aa00db1df141f3b1bfea3e0ccb43ece9"]}} -{"id":"ec-meeting-2016-01-26-31e4d37ce55ff94f329fa6c586d5e52f1287b8e4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-26 - Günther Oettinger x The Danish Chamber of Commerce"],"date":["2016-01-26"],"summary":["geoblocking"],"location":["BXL"],"address":["BXL"],"addressEntity":["addr-d2fde52f67ea4a3e1fe233d0a959d6a1c77fd910"],"organizer":["ec-dg-de"],"involved":["eu-tr-0330934426-12","ec-person-49723482bb23d029cbfc010cb37eec7392a0ae02"]}} -{"id":"ec-meeting-2016-01-26-32b5a75693c387d23dc26439b2acc99b82a86256","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-26 - Cabinet of Commissioner Phil Hogan x European Forest Institute"],"date":["2016-01-26"],"summary":["COP21"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-38315289949-88","ec-person-ff8342dedc26701400fcb7dcf73fbee50a837ac6"]}} -{"id":"ec-meeting-2016-01-26-36660df1254cf8b14cd8ec1fef7c9e4c1845e315","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-26 - Cabinet of Commissioner Elżbieta Bieńkowska x Deloitte Audyt Spółka z ograniczoną odpowiedzialnością sp. k."],"date":["2016-01-26"],"summary":["Energy, Defence, Internal Market"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["ec-person-d2997a7f359c91a337055c3e24dd36bf928de38d","ec-person-685ecf13dd26cd515c961e24ba71049af2302c5e","eu-tr-572491916990-18","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029","ec-person-daef7f819b2f3ffe5e4f5d8eb2782954f3c4a4e2"]}} -{"id":"ec-meeting-2016-01-26-3966bbe8091f0c13e5402fad1fc7e1b373a100fc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-26 - Cabinet of Vice-President Andrus Ansip x Fiserv Incorporated"],"date":["2016-01-26"],"summary":["Cross-border electronic retail payments"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-519393415904-86","ec-person-666bc159c7e65a3af9e63c1e97435c02f1496955"]}} -{"id":"ec-meeting-2016-01-26-41a2b8bac4a0e1d19f49ce580076c765a847bdeb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-26 - Informatics x The Strategic Agility Board Ltd"],"date":["2016-01-26"],"summary":["Introductory meeting"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-digit"],"involved":["eu-tr-526526820253-97","ec-person-32591d36027eb92a66b57d5bcc8c57d9574380b0"]}} -{"id":"ec-meeting-2016-01-26-44f3eadc902c359e02b99c47e8c5414dd417dff0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-26 - Cabinet of Vice-President Maroš Šefčovič x Centrica plc"],"date":["2016-01-26"],"summary":["Energy Union / UK"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-577829817108-84","ec-person-9f6823821fe68d82e9b9dbe81181ecacb0265d94"]}} -{"id":"ec-meeting-2016-01-26-48e3d111cd4752a11bc79ad0c0ab0f1dab919cc0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-26 - Cabinet of Commissioner Phil Hogan x European Union Chamber of Commerce in China"],"date":["2016-01-26"],"summary":["Agriculture matters"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brusssels"],"address":["Brusssels"],"addressEntity":["addr-d87e4e3908f82473ed813ca5f132993797b061f4"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-592343015058-67","ec-person-a1a78365cc4685b0958056646204977d8f2ead92"]}} -{"id":"ec-meeting-2016-01-26-4b8571bb4e57356ba65292e0326d767377350a77","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-26 - Günther Oettinger x Eurométropole de Strasbourg"],"date":["2016-01-26"],"summary":["DSM"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-d8b86b98a24683917c569000ed6d8c45bedbbc00","eu-tr-398374416560-22"]}} -{"id":"ec-meeting-2016-01-26-4d2a452c81e3969beca6cb4c8ea01e2a7f30818b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-26 - Cabinet of Vice-President Maroš Šefčovič x EVN AG"],"date":["2016-01-26"],"summary":["Energy security; Energy infrastructure"],"notes":["Portfolio: Energy Union"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-322223416295-50","ec-person-192eca4cb918c7382c916bec9bfe04e745ee91cb"]}} -{"id":"ec-meeting-2016-01-26-5742d9b3da7c87c1e3fc2165cbb3e163a30a0d94","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-26 - Trade x Association nationale interprofessionnelle du bétail et des viandes"],"date":["2016-01-26"],"summary":["On going negotiation on TTIP (Agricultural aspects)."],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-trade"],"involved":["ec-person-bde9bb099f5d24c52ca4a9255cefc99a5b87a650","eu-tr-963373911020-79"]}} -{"id":"ec-meeting-2016-01-26-5bc0c290a49c13dc03da2655a8b87e6ec74baeae","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-26 - Cabinet of Vice-President Maroš Šefčovič x ELECTRICITE DE FRANCE"],"date":["2016-01-26"],"summary":["Energy Union"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-39966101835-69","ec-person-9f6823821fe68d82e9b9dbe81181ecacb0265d94"]}} -{"id":"ec-meeting-2016-01-26-5c3d31608cdb4ff847c244f713067e267af589a3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-26 - Cabinet of Commissioner Elżbieta Bieńkowska x China Chamber of International Commerce"],"date":["2016-01-26"],"summary":["EUCCC - EU dialogue"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-782743119565-49","ec-person-d2997a7f359c91a337055c3e24dd36bf928de38d","ec-person-95a769a1850d7d595f9a5853c51dcbdd3ddd69fb","ec-person-b2f9be51339f054477846797e2c119fcf16548fc"]}} -{"id":"ec-meeting-2016-01-26-5d5191a7ad405939be8fd554898df68e28523650","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-26 - Cabinet of High Representative / Vice-President Federica Mogherini x G Plus Ltd (t/a Portland)"],"date":["2016-01-26"],"summary":["Morocco"],"notes":["Portfolio: Foreign Affairs and Security Policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"involved":["ec-person-4f2bf88ad14d12976aecc7694a057ab90b7a81d2","eu-tr-7223777790-86"]}} -{"id":"ec-meeting-2016-01-26-5f2f0eedffa2b69f3be77a2c9e35ba8dcb3a2044","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-26 - Günther Oettinger x European Savings and Retail Banking Group"],"date":["2016-01-26"],"summary":["Digital issues in the financial sector"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-c6cae64cc7dc787b66a47ab1613d3e922875b971","eu-tr-8765978796-80"]}} -{"id":"ec-meeting-2016-01-26-6811047273c127c1dd35edb1dc61993f6333d4ac","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-26 - Cabinet of Vice-President Miguel Arias Cañete x European Renewable Energies Federation asbl"],"date":["2016-01-26"],"summary":["Keynote speech at the new year's reception of the European Renewable Energy Federation (EREF)"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-48677174683-66","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd"]}} -{"id":"ec-meeting-2016-01-26-68452796b028cf557b39b09fd4e7ffa252acd698","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-26 - Cabinet of Vice-President Andrus Ansip x Deutsche Telekom"],"date":["2016-01-26"],"summary":["Telco review"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-666bc159c7e65a3af9e63c1e97435c02f1496955","eu-tr-60052162589-72"]}} -{"id":"ec-meeting-2016-01-26-696967c75c9f1b3554ea6f7a93d652276234f7ca","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-26 - Cabinet of Commissioner Violeta Bulc x European Disability Forum"],"date":["2016-01-26"],"summary":["Meeting EDF representatives"],"notes":["Portfolio: Transport"],"location":["Brussels, Belguim"],"address":["Brussels, Belguim"],"addressEntity":["addr-84b5e5f38d43901e13b15f0c7dd8b408c954fd9b"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-57868523887-16","ec-person-4d2b449b5047ea3fda435a2a1c1081e3babcdf76","ec-person-dd7851e4a1e747e824b4f81139e33bc3cdb73160","ec-person-cb7aaf75b4c195481f149f904bc28b4e2ac2b7ab"]}} -{"id":"ec-meeting-2016-01-26-69f7008815fe27a3aee2e9819ae6e3c5aac717a9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-26 - Cabinet of Vice-President Cecilia Malmström x None"],"date":["2016-01-26"],"summary":["Trade in beef"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-20ded9db5df11164331bb161fdf234b1e5ad53fd","ec-person-98880f3f4206145e196013db9dd806a551c11e06","eu-tr-82064709791-43","eu-tr-963373911020-79"]}} -{"id":"ec-meeting-2016-01-26-71b41a87bf129d72277938618a43b6d30aa59993","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-26 - Cabinet of Commissioner Carlos Moedas x Bill & Melinda Gates Foundation"],"date":["2016-01-26"],"summary":["Global health and energy efficiency"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Amsterdam"],"address":["Amsterdam"],"addressEntity":["addr-2dce283e0e268a42d62e34467db274c9c38c358f"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-23980b2bc4fd9c82051d0f7888dc236b2f764866","eu-tr-371567915480-41"]}} -{"id":"ec-meeting-2016-01-26-7e39cbbcb17ee71d01829a73f5dc6e5abf95f598","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-26 - Cabinet of Commissioner Phil Hogan x Association nationale interprofessionnelle du bétail et des viandes"],"date":["2016-01-26"],"summary":["Agricutural matters"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-a1a78365cc4685b0958056646204977d8f2ead92","eu-tr-963373911020-79"]}} -{"id":"ec-meeting-2016-01-26-7fedb39af13c4cb8ebe30a65b2c9e85fb1e60735","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-26 - Cabinet of Commissioner Phil Hogan x PERNOD RICARD"],"date":["2016-01-26"],"summary":["Agri Issues"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-a1a78365cc4685b0958056646204977d8f2ead92","eu-tr-352172811-92"]}} -{"id":"ec-meeting-2016-01-26-80199095518d6cb9fa6928ecfab20fc09f746ba1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-26 - Cabinet of Commissioner Marianne Thyssen x SMEunited aisbl"],"date":["2016-01-26"],"summary":["Courtesy meeting by new President of the UEAPME"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["eu-tr-55820581197-35","ec-person-e93189002a993321fd1af93481b271c766b1aff8"]}} -{"id":"ec-meeting-2016-01-26-8449b7e1d044f2a29fc945c088183353a277d70d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-26 - Cabinet of Commissioner Jonathan Hill x Fédération bancaire française"],"date":["2016-01-26"],"summary":["SME supporting factors"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["ec-person-890015b0d769ee93a09119846b414d4aae7c64ae","eu-tr-09245221105-30"]}} -{"id":"ec-meeting-2016-01-26-84763b7bf6dc7562176f8471e14eb4379c774c94","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-26 - Cabinet of Vice-President Andrus Ansip x Discovery Corporate Services Ltd"],"date":["2016-01-26"],"summary":["Audiovisual Media Services Directive (AVMSD)"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-c759bd58acc54869aa8e62ce652efcda416e25c2","ec-person-91ca0921c6790191daa54427311acd63035e7c9e","eu-tr-288009010205-61"]}} -{"id":"ec-meeting-2016-01-26-84c6a5bdb3b4b600c81e98514b8af1bad02b2432","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-26 - Cabinet of Vice-President Andrus Ansip x UnternehmerTUM"],"date":["2016-01-26"],"summary":["Digital Single Market, startups and innovation"],"notes":["Portfolio: Digital Single Market"],"location":["Munich"],"address":["Munich"],"addressEntity":["addr-4bb73f4817cac7549995b34436d424f8d8b0f1b0"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-994792725430-38","ec-person-6a03bc4fa7657513ea34529e98dba0671ef4c849","ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0"]}} -{"id":"ec-meeting-2016-01-26-87d528d15623cb7a5efaee782b5ea6ae8f60bbf5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-26 - Internal Market, Industry, Entrepreneurship and SMEs x European Union Chamber of Commerce in China"],"date":["2016-01-26"],"summary":["Recent developments in EU-China trade and industrial relationships"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-grow"],"involved":["eu-tr-592343015058-67","ec-person-60a3d0d628d231b41af1d0c65607b0fd78ca4edc"]}} -{"id":"ec-meeting-2016-01-26-8c84d2ce65220ffb04232774a71418c92d550eef","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-26 - Cabinet of Vice-President Maroš Šefčovič x Trans Adriatic Pipeline"],"date":["2016-01-26"],"summary":["State of play Southern Gas Corridor"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-3bf48630444ace93d407e52eb880e64d480f75ce","eu-tr-570335813082-79"]}} -{"id":"ec-meeting-2016-01-26-8d50c1aebfc9cf1896d64aef66b7afdfb4d5f453","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-26 - Günther Oettinger x EU Strategy"],"date":["2016-01-26"],"summary":["DSM"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-c6cae64cc7dc787b66a47ab1613d3e922875b971","eu-tr-42484704423-92"]}} -{"id":"ec-meeting-2016-01-26-acc4df5ac24ecbf3cf8e5c8d13a92a12f4d4ed7b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-26 - Cabinet of Vice-President Valdis Dombrovskis x VERBOND VAN BELGISCHE ONDERNEMINGEN / FEDERATION DES ENTREPRISES DE BELGIQUE"],"date":["2016-01-26"],"summary":["FEB-VBO Social Academy event; speech on the social dialogue, role of the social partners at EU and Belgium levels, and the Commission priorities to strengthen EU social policy."],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-47676761061-93","ec-person-1f98d05bdaed2c40396781b1eb7b0aa47cb8dd20","ec-person-a9eda2e8ea54b70a968327672c6cada679d3cd56"]}} -{"id":"ec-meeting-2016-01-26-accaedcdccb1e308b3d3514924d2e992a6e495a0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-26 - Cabinet of Vice-President Maroš Šefčovič x Stichting European Climate Foundation"],"date":["2016-01-26"],"summary":["Decarbonisation"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-3bf48630444ace93d407e52eb880e64d480f75ce","eu-tr-64869491516-70"]}} -{"id":"ec-meeting-2016-01-26-b5cb563dd51e580cff2519764fb61dfe52439261","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-26 - Cabinet of Vice-President Cecilia Malmström x Transatlantic Consumer Dialogue"],"date":["2016-01-26"],"summary":["Keynote address on TTIP"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-19b143e83f8ab978c55c8a9a9e49e06dbfa14bf3","eu-tr-534385811072-96","ec-person-cb8ca9ec2413722fa83484ed18dd76ace52d0118"]}} -{"id":"ec-meeting-2016-01-26-bba5a857f3fae08cad540539d46e81304bdf5a11","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-26 - Cabinet of Vice-President Andrus Ansip x techUK"],"date":["2016-01-26"],"summary":["DSM, platforms"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-e91c5be432b6b3efdda369792fed67c20b767a45","eu-tr-279128116707-71"]}} -{"id":"ec-meeting-2016-01-26-beb92a6214d5e86ed1e3585a17ffa43b3ebff1fd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-26 - Cabinet of Commissioner Jonathan Hill x Institute of Directors"],"date":["2016-01-26"],"summary":["EU Policy"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["London"],"address":["London"],"addressEntity":["addr-4c57f0c88d9844630327623633ce269cf826ab99"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["eu-tr-469253615206-77","ec-person-f247edfcff54d4f26fc10769f809c92bc72d6797"]}} -{"id":"ec-meeting-2016-01-26-c917900a4ee1726010e3d21c036370768d0aadcf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-26 - Cabinet of Vice-President Jyrki Katainen x SMEunited aisbl"],"date":["2016-01-26"],"summary":["SMEs, Investment plan"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-55820581197-35","ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90"]}} -{"id":"ec-meeting-2016-01-26-d285a9db108577a05971fc9eaded72bf845b9452","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2016-01-26 - Cabinet of Commissioner Elżbieta Bieńkowska x SES S.A."],"date":["2016-01-26"],"summary":["follow up satellite issues"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-93799097410-24","ec-person-685ecf13dd26cd515c961e24ba71049af2302c5e"]}} -{"id":"ec-meeting-2016-01-26-d2a175bf5b0a58baacf5031a485963811c0d5565","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-26 - Cabinet of Commissioner Vytenis Andriukaitis x foodwatch"],"date":["2016-01-26"],"summary":["Healthy food, reducing sugar, nutrient profiles"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["eu-tr-858136219735-96","ec-person-97425c615743576adc42e09bee7dac14f83f691b","ec-person-b9c3f19e7c5f216e3e508f931ddd6a9cb59376d1","ec-person-df30d07ef698a52b9948b9c734db39196cf8541f"]}} -{"id":"ec-meeting-2016-01-26-e0fe5af49742457dd0c39a0206656e1fc141c0ec","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-26 - Cabinet of Commissioner Phil Hogan x Progressive Policy Institute"],"date":["2016-01-26"],"summary":["EU and US tax policy"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-854255020074-46","ec-person-ff8342dedc26701400fcb7dcf73fbee50a837ac6"]}} -{"id":"ec-meeting-2016-01-26-e27afe7bc13e74631df28966aacda6b5ab4d9711","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-26 - Cabinet of Vice-President Valdis Dombrovskis x Fraport AG - Frankfurt Airport Services Worldwide"],"date":["2016-01-26"],"summary":["Situation in Greece"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels, Berlaymont"],"address":["Brussels, Berlaymont"],"addressEntity":["addr-2d842da4e8cf3dbd0304d45e6b874d5f0aa57edf"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-902665668634b69ce99a97f1853d89a9d1b275f2","eu-tr-023273214333-18","ec-person-b3851773e6fffa3f8f2c4483b70f7bb63da8a4c3"]}} -{"id":"ec-meeting-2016-01-26-e7b9ee4b6ea6745fa11c1835c4ffb4e69d9c8537","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-26 - Cabinet of Commissioner Věra Jourová x Fondation EurActiv"],"date":["2016-01-26"],"summary":["EC priorities, Media coverage"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["eu-tr-23538077148-34","ec-person-1e0e3a00ab815dea7c5b839b002ed2c7e34bfe0a"]}} -{"id":"ec-meeting-2016-01-26-e8ea58fc56fd2ee425f758999027798178f89d6e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-26 - Cabinet of Vice-President Miguel Arias Cañete x Centrica plc"],"date":["2016-01-26"],"summary":["Policy challenges relevant to European energy utilities"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-577829817108-84","ec-person-260e00934471a02805fb143935d6e9205a7f355f","ec-person-2229c857664a22dcb8eee79a8c05841fd3d0924f"]}} -{"id":"ec-meeting-2016-01-27-209d540812422d90d068bfbedb607a05e78d1d8d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-27 - Cabinet of Commissioner Věra Jourová x FIDAL SOCIETE BIC"],"date":["2016-01-27"],"summary":["Product safety - lighters"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["eu-tr-214419515681-64","ec-person-184e698af1eb9e33b179680570ca171d8cb31c94","ec-person-a2ca9161feee56909a0e98b473c2d342c20fdb57","eu-tr-860364318039-81"]}} -{"id":"ec-meeting-2016-01-27-28c42e9bb53dc85f81100a2ab3921d8c3c2b20b9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-27 - Cabinet of Commissioner Margrethe Vestager x The Coalition for Energy Savings"],"date":["2016-01-27"],"summary":["Energy Union"],"notes":["Portfolio: Competition"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-margrethe-of-vestager"],"involved":["eu-tr-72911566925-69","ec-person-2e96673ec2acdfc668f6970535551f9afa1f8729"]}} -{"id":"ec-meeting-2016-01-27-2ad2bdeecc4aa9f4f6086c9e79704dd7ecd86620","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2016-01-27 - Cabinet of Vice-President Karmenu Vella x European Union Chamber of Commerce in China"],"date":["2016-01-27"],"summary":["Circular Economy, EU-China ENV high level, Blue Growth, Ocean Governance, Follow-up on China trip","Followup on China mission, Cirrcular economy, EU China ENV highl level, blue growth, ocean governance"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Belgium, Brussels, Berlaymont"],"address":["Belgium, Brussels, Berlaymont"],"addressEntity":["addr-d945bfda08a50688d7057ca697a8e40182f2523b"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["eu-tr-592343015058-67","ec-person-4ff7c27445db4ad88e687776974fd8d077a1fe0c","ec-person-0e3efd8bc1c3ee9a80205d0bb78f316fa1621e5d"]}} -{"id":"ec-meeting-2016-01-27-2db4127982e88aa1669dbe3b41be58ad92390f2f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-27 - Cabinet of Vice-President Jyrki Katainen x Medialiitto ry"],"date":["2016-01-27"],"summary":["Digital Single Market"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-f9208d930adc70c6c64e21701e48f85f6f18e949","eu-tr-910162617573-84"]}} -{"id":"ec-meeting-2016-01-27-2f0647362e6e3262b9010bc0bfa6b7df8e621b14","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-27 - Günther Oettinger x EUROSMART"],"date":["2016-01-27"],"summary":["cybersecurity; PPP"],"location":["BXL"],"address":["BXL"],"addressEntity":["addr-d2fde52f67ea4a3e1fe233d0a959d6a1c77fd910"],"organizer":["ec-dg-de"],"involved":["ec-person-5652698e8f7b4a189329e67fddbaff44dbe8658c","eu-tr-21856815315-64"]}} -{"id":"ec-meeting-2016-01-27-30955165f11158cf49662e9905ffbc0c90d12f0c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-27 - Cabinet of Vice-President Jyrki Katainen x Confederation of Finnish Industries EK"],"date":["2016-01-27"],"summary":["Trade and investment outlook"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-7c9460f99c5872dbdc561f5752401c870d12e98b","eu-tr-1274604847-34"]}} -{"id":"ec-meeting-2016-01-27-454c3efbe44619557be8bba4b580aeb587d805fb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-27 - Cabinet of First Vice-President Frans Timmermans x Collaborating Centre on Sustainable Consumption and Production gGmbH"],"date":["2016-01-27"],"summary":["SDGs"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-139867317426-16","ec-person-7a0c440119cd5d547eceebb055c79b8bb41bf9a2"]}} -{"id":"ec-meeting-2016-01-27-4f4e32990f0be307720169f31f43a1196cc00b36","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-27 - Cabinet of Vice-President Jyrki Katainen x Association for Financial Markets in Europe"],"date":["2016-01-27"],"summary":["Investment plan"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-65110063986-76","ec-person-955e8c493ab54847bb92b65986f56a401f8eabee"]}} -{"id":"ec-meeting-2016-01-27-5443d3d8ecdd2d461054b8a2ad0cd1473dc2e3e5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-27 - Cabinet of Commissioner Phil Hogan x Google"],"date":["2016-01-27"],"summary":["General presentation of setup and outlook of Google Ireland; ICT and rural development"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-a985b9a03cb4f9af4f2f97583d8f92fb71579572","eu-tr-03181945560-59"]}} -{"id":"ec-meeting-2016-01-27-6855c52ac9ef52e125a911a949ecea953a5f0c48","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-27 - Cabinet of Commissioner Margrethe Vestager x The Danish Chamber of Commerce"],"date":["2016-01-27"],"summary":["Geoblocking"],"notes":["Portfolio: Competition"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-margrethe-of-vestager"],"involved":["ec-person-947ab3027ba90ce15968614ce35c12506b7a43ac","eu-tr-0330934426-12"]}} -{"id":"ec-meeting-2016-01-27-7df6f47da5855156be55ef91f57601f737b2c758","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-27 - Cabinet of Commissioner Phil Hogan x Maa- ja metsätaloustuottajain Keskusliitto – Central Union of Agricultural Producers and Forest Owners"],"date":["2016-01-27"],"summary":["Policy developments on the food supply chain; Finnish situation"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-56039441735-48","ec-person-a985b9a03cb4f9af4f2f97583d8f92fb71579572"]}} -{"id":"ec-meeting-2016-01-27-7ecc4d15082dc009ec1ba73b78ee7be18f194314","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-27 - Cabinet of President Jean-Claude Juncker x Association for Financial Markets in Europe"],"date":["2016-01-27"],"summary":["Capital Markets Union"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-c402e34a99fbee730ae22e3b1958e21c94dc6fcc","eu-tr-65110063986-76"]}} -{"id":"ec-meeting-2016-01-27-9270e0869706c6c54f419b89e2a55f445204549a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-27 - Cabinet of Commissioner Margrethe Vestager x Facebook Ireland Limited"],"date":["2016-01-27"],"summary":["The Commission´s Digital Single Market Initiatives"],"notes":["Portfolio: Competition"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-margrethe-of-vestager"],"involved":["ec-person-947ab3027ba90ce15968614ce35c12506b7a43ac","ec-person-5d3cde69206da720686a2bca71494091f1318f24","eu-tr-28666427835-74"]}} -{"id":"ec-meeting-2016-01-27-9dea784a33779cd8a0bed9da56f26b8f9b937db1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-27 - Cabinet of Commissioner Jonathan Hill x KPMG EMA"],"date":["2016-01-27"],"summary":["Application of transitional periods in the Audit Regulation, Cooperation between auditors and the ECB"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Belgium, Brussels, BERL"],"address":["Belgium, Brussels, BERL"],"addressEntity":["addr-afebf85a436897fe5234b2ac0d00a1ddc4c9dd27"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["ec-person-5fdb62e20cecef81f87f94d3d1bcdd3b47b26af0","eu-tr-65515368730-59"]}} -{"id":"ec-meeting-2016-01-27-a0e1f9c73392dffd733a0d151dd589fff7a35cc2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-27 - Cabinet of Commissioner Margrethe Vestager x European Union Chamber of Commerce in China"],"date":["2016-01-27"],"summary":["Economic Situation in China"],"notes":["Portfolio: Competition"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-margrethe-of-vestager"],"involved":["eu-tr-592343015058-67","ec-person-baa1c172df109ebd1f0307bccb5e21aec66c7a25"]}} -{"id":"ec-meeting-2016-01-27-a95a61c8c651d18c90b46c35bc4098237f1d1a4f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-27 - Cabinet of Commissioner Jonathan Hill x Hitachi Europe Ltd."],"date":["2016-01-27"],"summary":["Introductory Meeting"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["eu-tr-50213201578-64","ec-person-5e8e66c5b37cfc1f9272932bf8e12f4b28d1160a"]}} -{"id":"ec-meeting-2016-01-27-ace3749fd4fd39f9beca1da69ed7e0f6ee67a307","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-27 - Mobility and Transport x European Union Chamber of Commerce in China"],"date":["2016-01-27"],"summary":["EUCCC's annual position paper"],"location":["Brussels,Belgium"],"address":["Brussels,Belgium"],"addressEntity":["addr-9d219e3055790a627449ea0f4745c821332ece94"],"organizer":["ec-dg-move"],"involved":["eu-tr-592343015058-67","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2016-01-27-b7d3cf1bfc7e0b74ede52507e022985b67fadb1a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-27 - Migration and Home Affairs x Migration Policy Institute Europe"],"date":["2016-01-27"],"summary":["Roundtable on A Common EU System for Managing Skilled Migration"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-home"],"involved":["ec-person-ae1262e8850ed1e9a0530b0ad7440ac648255896","eu-tr-643139016047-27"]}} -{"id":"ec-meeting-2016-01-27-c08581c74b8338aa77bfedb4173e9572762f981f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-27 - Communications Networks, Content and Technology x EUROCINEMA, Association de producteurs de cinéma et de télévision"],"date":["2016-01-27"],"summary":["Topics related to cinema"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-43245696854-79","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2016-01-27-c3d3ec1b224b9022040c4a46991870b64b9f2c82","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-27 - Cabinet of Vice-President Andrus Ansip x Skyscanner Limited"],"date":["2016-01-27"],"summary":["airline data restrictions"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-600324619861-95","ec-person-6a03bc4fa7657513ea34529e98dba0671ef4c849"]}} -{"id":"ec-meeting-2016-01-27-c8caacdebb310e11956b2eca9710ce3026384110","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-27 - Maritime Affairs and Fisheries x Thai Union Europe"],"date":["2016-01-27"],"summary":["Implementation of IUU Thailand and Ghana"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-mare"],"involved":["ec-person-a7b4b8418268a6d6c196b5e45f606fc92acbdb8c","eu-tr-297234816615-21"]}} -{"id":"ec-meeting-2016-01-27-c92f4ad93b7bf55d447be005c23071bfd9a167e1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-27 - Cabinet of Vice-President Karmenu Vella x European Centre for Nature Conservation"],"date":["2016-01-27"],"summary":["Marine Litter; EU Funding for NGOs"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["eu-tr-168961721060-43","ec-person-0e3efd8bc1c3ee9a80205d0bb78f316fa1621e5d"]}} -{"id":"ec-meeting-2016-01-27-cbdf105141ae7357570eea6a0876e2eaabc76bfc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-27 - Mobility and Transport x European Cyclists' Federation"],"date":["2016-01-27"],"summary":["ECF Luxembourg Declaration; Transport White Paper"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-move"],"involved":["eu-tr-28451455737-18","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2016-01-27-d5cc373295cafac4b1651c5c55b17b7d8029589e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-27 - Cabinet of Commissioner Phil Hogan x Hume Brophy"],"date":["2016-01-27"],"summary":["SPS, GIs, wine"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-3843982938-44","ec-person-c9d17d5879383b030f61a4066848249fb35d57e4"]}} -{"id":"ec-meeting-2016-01-27-d7b8b2708aead97ed808aaaa415763c79bef2651","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-27 - Günther Oettinger x Yahoo! EMEA Ltd."],"date":["2016-01-27"],"summary":["data protection; cybersecurity"],"location":["BXL"],"address":["BXL"],"addressEntity":["addr-d2fde52f67ea4a3e1fe233d0a959d6a1c77fd910"],"organizer":["ec-dg-de"],"involved":["ec-person-5652698e8f7b4a189329e67fddbaff44dbe8658c","eu-tr-58885623470-56"]}} -{"id":"ec-meeting-2016-01-27-e1cd9ed8e5b3d1c5a87fab9f8fd50949d0390192","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-27 - Cabinet of High Representative / Vice-President Federica Mogherini x YDRENAS COMMUNICATIONS AB"],"date":["2016-01-27"],"summary":["Meeting with Swedish International Liberal Centre on Central Asia"],"notes":["Portfolio: Foreign Affairs and Security Policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"involved":["eu-tr-573007514406-21","ec-person-97549b50ce25e488bb1c03d83cfb838cd4fdf293"]}} -{"id":"ec-meeting-2016-01-27-e75597ec808137239abd6231fef0d80c8f378ed4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-27 - Cabinet of Vice-President Jyrki Katainen x Mastercard"],"date":["2016-01-27"],"summary":["Prepaid cards fraud"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-955e8c493ab54847bb92b65986f56a401f8eabee","eu-tr-58204758673-16"]}} -{"id":"ec-meeting-2016-01-27-f064395b6c65106d58df17d1c7b3271e3b6a1910","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-27 - Cabinet of Commissioner Phil Hogan x CME Group"],"date":["2016-01-27"],"summary":["Commodity Markets"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-259363314440-59","ec-person-ff8342dedc26701400fcb7dcf73fbee50a837ac6"]}} -{"id":"ec-meeting-2016-01-27-f1e19c6c8b240ded67b05eeaa13f02b2569e25cf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-27 - Cabinet of Vice-President Johannes Hahn x EVN AG"],"date":["2016-01-27"],"summary":["Enlargement candidates and Acquis Communautaire"],"notes":["Portfolio: European Neighbourhood Policy & Enlargement Negotiations"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-hahn-johannes-of-president-vice"],"involved":["ec-person-1bd6315557d4f517e4fc1efe48b88b93ae820d5a","eu-tr-322223416295-50","ec-person-0886693a0bf966334954ebf500368103db578aeb"]}} -{"id":"ec-meeting-2016-01-27-f22547286c1a2dec96bd4c903b74aaa9f586f83a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-27 - Cabinet of First Vice-President Frans Timmermans x Helsinki Foundation for Human Rights"],"date":["2016-01-27"],"summary":["Rule of Law"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-657241221166-37","ec-person-6d8b11c800391d9e6515bbd1b0e9d54c7da270da"]}} -{"id":"ec-meeting-2016-01-27-f9afdea6c1be3a6b2fedc0f4b53ed0a7e1e06716","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-27 - Cabinet of Commissioner Tibor Navracsics x ORGANIZACIÓN NACIONAL DE CIEGOS ESPAÑOLES"],"date":["2016-01-27"],"summary":["Inclusive Education"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["eu-tr-68612977691-59","ec-person-1da7ee09d46288ee4ea9db2b644bdcf9c3d6d000"]}} -{"id":"ec-meeting-2016-01-28-04093b9ea8052798a52e45f74f28713b464770bc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-28 - Cabinet of Vice-President Valdis Dombrovskis x Mastercard"],"date":["2016-01-28"],"summary":["Combatting terrorist financing"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-48f31156d932641826e09f5b73f074d35ff05786","eu-tr-58204758673-16"]}} -{"id":"ec-meeting-2016-01-28-111323021d679d90b5553fa386cbe95b733a9d41","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2016-01-28 - Günther Oettinger x WWF European Policy Programme"],"date":["2016-01-28"],"summary":["energy efficiency, gas package","energy efficiency"],"location":["Brussels/Belgium","Brussels"],"address":["Brussels/Belgium","Brussels"],"addressEntity":["addr-c476280916fa20b5023288c48bfbed9c057a1c28","addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-1414929419-24","ec-person-3297113eb5d4e59bc84d571628f0130aa75c761a"]}} -{"id":"ec-meeting-2016-01-28-11813d3db4d03c704fc2097416aab912fbd3e610","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-28 - Cabinet of High Representative / Vice-President Federica Mogherini x European farmers"],"date":["2016-01-28"],"summary":["EU-Russia relations"],"notes":["Portfolio: Foreign Affairs and Security Policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"involved":["ec-person-97549b50ce25e488bb1c03d83cfb838cd4fdf293","eu-tr-44856881231-49"]}} -{"id":"ec-meeting-2016-01-28-1437a873336a892ef73f955f43793b45697ab5da","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-28 - Cabinet of Commissioner Jonathan Hill x METRO AG"],"date":["2016-01-28"],"summary":["Application of transitional periods in the Audit Regulation"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Belgium, Brussels, BERL"],"address":["Belgium, Brussels, BERL"],"addressEntity":["addr-afebf85a436897fe5234b2ac0d00a1ddc4c9dd27"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["eu-tr-479994110538-77","ec-person-5fdb62e20cecef81f87f94d3d1bcdd3b47b26af0"]}} -{"id":"ec-meeting-2016-01-28-1f791f2f11ccf5c830de683a9fb83f99a99de708","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-28 - Cabinet of Vice-President Miguel Arias Cañete x Snam S.p.A."],"date":["2016-01-28"],"summary":["MidCAT state of play"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-284336314886-25","ec-person-62773e55e1985542cb18a2a89f2053f2f39146b1"]}} -{"id":"ec-meeting-2016-01-28-23b06ee0b2fecbd9a5453ef6dace01bf9fef8f5c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-28 - Cabinet of Commissioner Violeta Bulc x Archer Daniels Midland Company"],"date":["2016-01-28"],"summary":["Biofuels"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-e14c58f620f40325d829df7be0823280307bc15f","eu-tr-57554935989-06"]}} -{"id":"ec-meeting-2016-01-28-24df0a8d543179d9bce92e3c114a840156141a06","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-28 - Cabinet of Commissioner Vytenis Andriukaitis x Stichting European Climate Foundation"],"date":["2016-01-28"],"summary":["Circular economy"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["eu-tr-64869491516-70","ec-person-0dbfffeb0323f819c8d57164906086dd8639c437"]}} -{"id":"ec-meeting-2016-01-28-25a9f5a03562fc1186e3ce6beef13a77363ee97b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-28 - Cabinet of Commissioner Pierre Moscovici x Fédération bancaire française"],"date":["2016-01-28"],"summary":["Aspects liés à la lutte contre le financement du terrorisme"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["ec-person-14ef50b9efbe5ab02d528e0ec4ac50c9caf964e3","eu-tr-09245221105-30"]}} -{"id":"ec-meeting-2016-01-28-27b36ac9c7996a003dc28be89cbbc818d87cd4cb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-28 - Environment x Royal Society for the Protection of Birds"],"date":["2016-01-28"],"summary":["Fitness check of the Birds and Habitats Directives"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-env"],"involved":["eu-tr-21862631806-19","ec-person-3bc74ce04ea3f4ab4d91a5c88eef25b8b8a213b4"]}} -{"id":"ec-meeting-2016-01-28-296ef0f7ecc60f72e1e4b1474f26f5be5a8c812f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-28 - Cabinet of First Vice-President Frans Timmermans x British Chamber of Commerce | EU & Belgium"],"date":["2016-01-28"],"summary":["Speech on Sustainability and better regulation in policy areas such as energy, climate action and environment"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["ec-person-7a0c440119cd5d547eceebb055c79b8bb41bf9a2","eu-tr-56188303384-93"]}} -{"id":"ec-meeting-2016-01-28-382636704d18248f9e3b812d1815299f0521263e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-28 - Cabinet of Commissioner Věra Jourová x Zettabox Czech s.r.o."],"date":["2016-01-28"],"summary":["Safe Harbour and DSM agenda"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["eu-tr-854340519657-46","ec-person-a608b85b2ffef83f883b5a2330b6232efa1b7141","ec-person-a2ca9161feee56909a0e98b473c2d342c20fdb57"]}} -{"id":"ec-meeting-2016-01-28-3baf37b8bf0e1b2695293dbdafebc1d0cde2989f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-28 - Cabinet of Commissioner Tibor Navracsics x Fédération Internationale de Football Association"],"date":["2016-01-28"],"summary":["Broadcasting rights"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-49f31dad10f5641cb1d1e4c3107dd838389e8120","eu-tr-81311819832-09"]}} -{"id":"ec-meeting-2016-01-28-3c7a451df4c73809ef92a0f6182050918cebd591","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-28 - Cabinet of Commissioner Tibor Navracsics x Europa Nostra"],"date":["2016-01-28"],"summary":["Protection of European Cultural Heritage"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-fa3187815cf956b0872e1668e14548b7d9f7ce93","eu-tr-832617510389-12"]}} -{"id":"ec-meeting-2016-01-28-45db695bde44738ab654983c0c0cfb3ebbe993ac","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-28 - Health and Food Safety x European Brain Council"],"date":["2016-01-28"],"summary":["Discussion on the costs of the brain disorders"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-sante"],"involved":["eu-tr-31091478710-90","ec-person-3c7fdbe0c1c235777d916309465339b7ed1666f6"]}} -{"id":"ec-meeting-2016-01-28-49594be97c0c0052ebe0d5180b283d306ad0f73a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-28 - Cabinet of President Jean-Claude Juncker x Groupement Européen des Producteurs de Champignons"],"date":["2016-01-28"],"summary":["Discuss Russia"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-e415577aabb40c0f789310505c6c5803aa69037b","eu-tr-901422415532-12"]}} -{"id":"ec-meeting-2016-01-28-4a665f91f5e0eb5dbcef00231081ad6ea1498164","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-28 - Cabinet of Vice-President Cecilia Malmström x Bundesverband der Deutschen Industrie e.V. Koninklijke Vereniging MKB-Nederland Vereniging VNO-NCW"],"date":["2016-01-28"],"summary":["China MES"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-1771817758-48","ec-person-20ded9db5df11164331bb161fdf234b1e5ad53fd","eu-tr-13255254129-80","ec-person-98880f3f4206145e196013db9dd806a551c11e06","eu-tr-05673984520-73"]}} -{"id":"ec-meeting-2016-01-28-4bf77ed48a9b10040fbd78436a91de4c2d0b8458","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2016-01-28 - Günther Oettinger x Friends of the Earth Europe"],"date":["2016-01-28"],"summary":["energy efficiency, gas package","energy efficiency"],"location":["Brussels/Belgium","Brussels"],"address":["Brussels/Belgium","Brussels"],"addressEntity":["addr-c476280916fa20b5023288c48bfbed9c057a1c28","addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-9825553393-31","ec-person-3297113eb5d4e59bc84d571628f0130aa75c761a"]}} -{"id":"ec-meeting-2016-01-28-4de74a2349284b113da6f2ed8b1509e5c234aa78","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-28 - Cabinet of First Vice-President Frans Timmermans x The German Marshall Fund of the United States - The Transatlantic Foundation"],"date":["2016-01-28"],"summary":["Brussels Forum 2016"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["ec-person-f3a0db9fe3b985fb3a6665117484ee9f97b0e339","eu-tr-823171519707-31"]}} -{"id":"ec-meeting-2016-01-28-62d915cf5bc950367603f2617e2d7df003e3e280","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-28 - Cabinet of Commissioner Elżbieta Bieńkowska x Rakuten Group, Inc"],"date":["2016-01-28"],"summary":["Digital Single Market"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-952721718748-34","ec-person-b2f9be51339f054477846797e2c119fcf16548fc"]}} -{"id":"ec-meeting-2016-01-28-6308ef500f5b786769baf1de67f46ea3813864f5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-28 - Günther Oettinger x Ryanair Holdings"],"date":["2016-01-28"],"summary":["European Aviation Strategy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-d8b86b98a24683917c569000ed6d8c45bedbbc00","eu-tr-002977215945-85"]}} -{"id":"ec-meeting-2016-01-28-682c73fde29d2911e123a5be7743b3b64678e6a6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-28 - Cabinet of Vice-President Miguel Arias Cañete x SPANISH GAS ASSOCIATION"],"date":["2016-01-28"],"summary":["Gas security"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-62773e55e1985542cb18a2a89f2053f2f39146b1","eu-tr-172134011452-07"]}} -{"id":"ec-meeting-2016-01-28-6a7dfa52d42b5d6a2ae59b7252f008c2f1c57c06","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-28 - Cabinet of Vice-President Jyrki Katainen x Advocacy Strategies AG Fennovoima Oy"],"date":["2016-01-28"],"summary":["Nuclear energy"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-269765512149-12","ec-person-f9208d930adc70c6c64e21701e48f85f6f18e949","eu-tr-51375423794-46"]}} -{"id":"ec-meeting-2016-01-28-6d04edecf065162bbea9e653c91a9e16b56de633","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-28 - Cabinet of Vice-President Andrus Ansip x Fédération Internationale de Football Association"],"date":["2016-01-28"],"summary":["DSM, cross border access, geoblocking, Satellite and Cable Directive, the review of the AVMS Directive"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-81311819832-09","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45"]}} -{"id":"ec-meeting-2016-01-28-6d47d1d2c569f93a7f28b98b731de539adad45c8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-28 - Cabinet of Vice-President Jyrki Katainen x Citadel LLC"],"date":["2016-01-28"],"summary":["MiFID II"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-836939615933-24","ec-person-955e8c493ab54847bb92b65986f56a401f8eabee"]}} -{"id":"ec-meeting-2016-01-28-7a3f4343b40ea5898b4ec7b96a4ecfb8ddcbae87","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-28 - Cabinet of Commissioner Violeta Bulc x European Passengers' Federation"],"date":["2016-01-28"],"summary":["4th Railway Package - ISSUES CONCERNING PASSENGERS - CROSS-BORDER RAIL"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-52829609107-37","ec-person-e14c58f620f40325d829df7be0823280307bc15f"]}} -{"id":"ec-meeting-2016-01-28-8207a9c83fcdadee0de1da765ce26f8980b94e49","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-28 - Günther Oettinger x Telefonica, S.A."],"date":["2016-01-28"],"summary":["telco policies"],"location":["Amsterdam"],"address":["Amsterdam"],"addressEntity":["addr-2dce283e0e268a42d62e34467db274c9c38c358f"],"organizer":["ec-dg-de"],"involved":["eu-tr-52431421-12","ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0"]}} -{"id":"ec-meeting-2016-01-28-846280ab1fe3a09026062befccb26bc10e40f7e5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-28 - Cabinet of Commissioner Christos Stylianides x Voluntary Organisations in Cooperation in Emergencies"],"date":["2016-01-28"],"summary":["Humanitarian Aid Policy/WHS"],"notes":["Portfolio: Humanitarian Aid & Crisis Management"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-christos-commissioner-of-stylianides"],"involved":["eu-tr-47126711656-13","ec-person-6f08c893ea685f6d5f50c2c6e373f294e3616698"]}} -{"id":"ec-meeting-2016-01-28-86ef02cc2b5f080949ac3235e38c3c82ab7c91f3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-28 - Cabinet of President Jean-Claude Juncker x Mastercard"],"date":["2016-01-28"],"summary":["Action against terrorist financing/Prepaid cards"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-c402e34a99fbee730ae22e3b1958e21c94dc6fcc","eu-tr-58204758673-16"]}} -{"id":"ec-meeting-2016-01-28-8cd462f50e4e604cf4083121e7def2d61e0a2b23","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-28 - Cabinet of High Representative / Vice-President Federica Mogherini x European Union Chamber of Commerce in China"],"date":["2016-01-28"],"summary":["Presentation of Position paper"],"notes":["Portfolio: Foreign Affairs and Security Policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"involved":["eu-tr-592343015058-67","ec-person-62bf207e4274ad594e7eab4bfe20782f1d57f645"]}} -{"id":"ec-meeting-2016-01-28-98f4fad13a0ec2ef1c423c304116410a23d8bfee","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-28 - Cabinet of Commissioner Pierre Moscovici x European Union Chamber of Commerce in China"],"date":["2016-01-28"],"summary":["The presentation of the European Chamber’s annual position paper"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["eu-tr-592343015058-67","ec-person-3cbeba61ae952f06fe4916c381438ebbc676a597"]}} -{"id":"ec-meeting-2016-01-28-9960309c2ece01f8746515aeb59628f6847955c5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-28 - Cabinet of Vice-President Karmenu Vella x Asociación Española de Mayoristas, Transformadores, Importadores y Exportadores de Productos de la Pesca y la Acuicultura"],"date":["2016-01-28"],"summary":["Trade in Fisheries Products"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["eu-tr-848664212424-97","ec-person-0e3efd8bc1c3ee9a80205d0bb78f316fa1621e5d"]}} -{"id":"ec-meeting-2016-01-28-99d7dcebef9844e82c41d0efc08b6e2c1297d8da","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-28 - Cabinet of Commissioner Violeta Bulc x AMADEUS IT GROUP S.A."],"date":["2016-01-28"],"summary":["Meeting Amadeus representatives"],"notes":["Portfolio: Transport"],"location":["Brussels, Belguim"],"address":["Brussels, Belguim"],"addressEntity":["addr-84b5e5f38d43901e13b15f0c7dd8b408c954fd9b"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-4d2b449b5047ea3fda435a2a1c1081e3babcdf76","eu-tr-193056815367-44","ec-person-9d4dc4867a44dfe10f67ae7ee1706da3e8b48a24","ec-person-dd7851e4a1e747e824b4f81139e33bc3cdb73160"]}} -{"id":"ec-meeting-2016-01-28-a34471556aedc358f39b4693735d97c79c19acfb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-28 - Cabinet of Commissioner Věra Jourová x CEC Government Relations (CZ)"],"date":["2016-01-28"],"summary":["DSM agenda"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-a2ca9161feee56909a0e98b473c2d342c20fdb57","eu-tr-325690811969-84"]}} -{"id":"ec-meeting-2016-01-28-a7704e7156c0bf6902825d28d1530bf7170d0c1b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-28 - Mobility and Transport x Honeywell Europe NV"],"date":["2016-01-28"],"summary":["SESAR, EU Aviation Strategy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-move"],"involved":["eu-tr-75311753240-67","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2016-01-28-b0e19b7e5cbf9d982c0c30687516ee9d3fb1e025","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-28 - Cabinet of Vice-President Andrus Ansip x ITI - The Information Technology Industry Council"],"date":["2016-01-28"],"summary":["Safe Harbour and transatlantic data flow"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-3ca0c466b8ff230d4409591430b388007ce14ff8","ec-person-91ca0921c6790191daa54427311acd63035e7c9e","eu-tr-061601915428-87"]}} -{"id":"ec-meeting-2016-01-28-b0ff9f56f1a3758bbecb3541c2174064af0432db","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-28 - Mobility and Transport x Abertis Infraestructuras S.A."],"date":["2016-01-28"],"summary":["Road charging and interoperability of electronic tolls"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-move"],"involved":["ec-person-26cdfacae671b09917bee1a91c91973941fa58a2","eu-tr-934237012880-23"]}} -{"id":"ec-meeting-2016-01-28-b13a4a58acbb44ff22ff095f382f8339c24f7918","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-28 - Cabinet of Commissioner Violeta Bulc x APCO Worldwide"],"date":["2016-01-28"],"summary":["Road package"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-dd7851e4a1e747e824b4f81139e33bc3cdb73160","eu-tr-81995781088-41"]}} -{"id":"ec-meeting-2016-01-28-b8ed967fdc8686e4670ebe65611a60491c8c5885","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-28 - Cabinet of Vice-President Miguel Arias Cañete x ELSA &PARTNERS"],"date":["2016-01-28"],"summary":["Post COP21"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-462142617062-10","ec-person-2229c857664a22dcb8eee79a8c05841fd3d0924f"]}} -{"id":"ec-meeting-2016-01-28-dae6dc7c8087eeb68233072bfcc4382967388419","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-28 - Cabinet of Vice-President Cecilia Malmström x Confederation of Finnish Industries EK"],"date":["2016-01-28"],"summary":["Overall Trade Agenda and possible visit of Commissioner to Finland"],"notes":["Portfolio: Trade"],"location":["Brussels Belgium"],"address":["Brussels Belgium"],"addressEntity":["addr-61947d7d2c69c0b8f57325bd044f500c5fc6df48"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-5d4088e1913284a765aed8445f448f6ff341f1b3","eu-tr-1274604847-34"]}} -{"id":"ec-meeting-2016-01-28-dcf7e4fb7da7fb5d5b183db71490cfddc4601417","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2016-01-28 - Cabinet of Vice-President Maroš Šefčovič x OpenExp"],"date":["2016-01-28"],"summary":["energy efficiency initiatives foreseen for 2016"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-ea6b517040e26a62f17d2829afffeba48cfd682f","eu-tr-399010520432-53"]}} -{"id":"ec-meeting-2016-01-28-ddbe57187d073d6566050a4d29e7933879d281cc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-28 - Günther Oettinger x Stowarzyszenie Filmowców Polskich"],"date":["2016-01-28"],"summary":["copyright"],"location":["BXL"],"address":["BXL"],"addressEntity":["addr-d2fde52f67ea4a3e1fe233d0a959d6a1c77fd910"],"organizer":["ec-dg-de"],"involved":["eu-tr-122158812891-33","ec-person-49723482bb23d029cbfc010cb37eec7392a0ae02"]}} -{"id":"ec-meeting-2016-01-28-e3232ef00a3d90ad6722faaf21a575de6326c8dd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-28 - Cabinet of Commissioner Jonathan Hill x The Clearing House Payments Company, LLC"],"date":["2016-01-28"],"summary":["Introductory Meeting"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["eu-tr-369157115807-10","ec-person-f247edfcff54d4f26fc10769f809c92bc72d6797"]}} -{"id":"ec-meeting-2016-01-28-e74e79711e77a230d537234a35c7672dfdbbe5ac","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-28 - Cabinet of First Vice-President Frans Timmermans x Royal Society for the Protection of Birds"],"date":["2016-01-28"],"summary":["Birds and Habitat Directive"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["ec-person-7a0c440119cd5d547eceebb055c79b8bb41bf9a2","eu-tr-21862631806-19"]}} -{"id":"ec-meeting-2016-01-28-e87e93845b7aafbebc2a1ba5a230a3eb2a119c98","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-28 - Communications Networks, Content and Technology x Orange Belgium"],"date":["2016-01-28"],"summary":["Regulation of the cable"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-077243120460-16","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2016-01-28-f37f31791752eff42766285869c7fb6e5e813605","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-28 - Günther Oettinger x Associazione Italiana per l'Information and Communication Technology (ICT)"],"date":["2016-01-28"],"summary":["DSM"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-745667919457-51","ec-person-d8b86b98a24683917c569000ed6d8c45bedbbc00"]}} -{"id":"ec-meeting-2016-01-28-f67dfc404bf34de529660197550c9c1c6f95d544","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-28 - Cabinet of Commissioner Violeta Bulc x European Union Chamber of Commerce in China"],"date":["2016-01-28"],"summary":["Meeting on Connectivity Platform"],"notes":["Portfolio: Transport"],"location":["Brussels, Belguim"],"address":["Brussels, Belguim"],"addressEntity":["addr-84b5e5f38d43901e13b15f0c7dd8b408c954fd9b"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-592343015058-67","ec-person-4d2b449b5047ea3fda435a2a1c1081e3babcdf76","ec-person-6a5ceb87383474e4b7f430af341029a155e255b0"]}} -{"id":"ec-meeting-2016-01-28-f8a7cbb91126a12fc0336034f448e4ecc64b44df","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-28 - Cabinet of Vice-President Miguel Arias Cañete x Volvo Car Corporation AB"],"date":["2016-01-28"],"summary":["Decarbonization"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-74574295642-60","ec-person-25a937c04cd0a0ddcf5cf34798e76b5105854114"]}} -{"id":"ec-meeting-2016-01-29-17e56c26c7f7ef262a10baf1e2bfbb269a8a3add","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-29 - Günther Oettinger x ITI - The Information Technology Industry Council DIGITALEUROPE"],"date":["2016-01-29"],"summary":["data protection"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-4cd59e13386e3b68ecb3611fcc579e0a0a3938a5","eu-tr-64270747023-20","eu-tr-061601915428-87"]}} -{"id":"ec-meeting-2016-01-29-19111ef25b403b83849acf3fc5ef365d03685fd5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-29 - Cabinet of Vice-President Cecilia Malmström x EUROPEAN BICYCLE MANUFACTURERS ASSOCIATION"],"date":["2016-01-29"],"summary":["Impact of China MES"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-591ec829ca734bcfe59a2c9c7f07f9dff22a0ea9","eu-tr-726584717191-62"]}} -{"id":"ec-meeting-2016-01-29-26574f067164391d962f2fd5241cdd6717a4a6a6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-29 - Mobility and Transport x European Road Transport Telematics Implementation Coordination Organisation-Intelligent Transport Systems & Services Europe"],"date":["2016-01-29"],"summary":["C-ITS platform"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-move"],"involved":["ec-person-26cdfacae671b09917bee1a91c91973941fa58a2","eu-tr-12971262634-76"]}} -{"id":"ec-meeting-2016-01-29-425503c0189d668e0684c5ad54bf7e63d406ae79","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-29 - Cabinet of President Jean-Claude Juncker x European Union Chamber of Commerce in China"],"date":["2016-01-29"],"summary":["Discuss ongoing matters."],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-592343015058-67","ec-person-e415577aabb40c0f789310505c6c5803aa69037b"]}} -{"id":"ec-meeting-2016-01-29-5c79b5dd6d4e66f63d6117c302ef00e93cd9a35c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-29 - Mobility and Transport x Finavia Corporation"],"date":["2016-01-29"],"summary":["Aviation package"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-move"],"involved":["eu-tr-60334418925-95","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2016-01-29-748703906d26de3617365b1d9307103029c7a39c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-29 - Cabinet of Commissioner Margrethe Vestager x International Association of Oil & Gas Producers Europe"],"date":["2016-01-29"],"summary":["Energy Union"],"notes":["Portfolio: Competition"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-margrethe-of-vestager"],"involved":["ec-person-2e96673ec2acdfc668f6970535551f9afa1f8729","eu-tr-3954187491-70"]}} -{"id":"ec-meeting-2016-01-29-762e30026ddad2a8d0f6b60be522567ee975350a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-29 - Cabinet of Commissioner Elżbieta Bieńkowska x Comuto SA"],"date":["2016-01-29"],"summary":["collaborative economy"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["ec-person-685ecf13dd26cd515c961e24ba71049af2302c5e","eu-tr-290486916308-69"]}} -{"id":"ec-meeting-2016-01-29-8517e4d34ee158de04c46436e79ab788822fce56","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-29 - Cabinet of Vice-President Maroš Šefčovič x industriAll European Trade Union"],"date":["2016-01-29"],"summary":["The role of jobs, skills and social dialogue in the Energy Union"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-2be517b9261a91f2f07e05ec14c6331980e9716e","eu-tr-358284014848-82"]}} -{"id":"ec-meeting-2016-01-29-89ffbed1a427720d297bbe9064fbc4f8c60c1a08","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-29 - Cabinet of Vice-President Maroš Šefčovič x LANXESS AG"],"date":["2016-01-29"],"summary":["The role of innovation in the Energy Union"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-2be517b9261a91f2f07e05ec14c6331980e9716e","eu-tr-77303494979-13"]}} -{"id":"ec-meeting-2016-01-29-8fd3ed0850b1c2d7ed3ed08e2bbe20e0572854bc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-29 - Cabinet of Commissioner Pierre Moscovici x Compagnie Nationale du Rhône"],"date":["2016-01-29"],"summary":["concessions hydroélectriques"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["paris"],"address":["paris"],"addressEntity":["addr-3c4bd4d0d0d1e076ce617723edd6a73afc9126ab"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["ec-person-3cbeba61ae952f06fe4916c381438ebbc676a597","eu-tr-652829617048-82"]}} -{"id":"ec-meeting-2016-01-29-901f20aebecc55bba1b77a3f2dc5cea37422ea1f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-29 - Cabinet of Vice-President Maroš Šefčovič x BUSINESSEUROPE"],"date":["2016-01-29"],"summary":["assessment of COP21 in Paris (December 2015)"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-ea6b517040e26a62f17d2829afffeba48cfd682f","eu-tr-3978240953-79"]}} -{"id":"ec-meeting-2016-01-29-9988a5b1f3506b4108acd35fe6c04911d7eebcf3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-29 - Cabinet of Commissioner Corina Crețu x The Coalition for Energy Savings"],"date":["2016-01-29"],"summary":["Priority role of energy efficiency for energy security"],"notes":["Portfolio: Regional Policy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-corina-cretu-of"],"involved":["ec-person-f5bd4d5d0170028815aba56ee7d4883f0fd70f47","eu-tr-72911566925-69"]}} -{"id":"ec-meeting-2016-01-29-a8ff0952a51f89f0d128982e639b366cb3cfde71","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-29 - Cabinet of Vice-President Cecilia Malmström x None"],"date":["2016-01-29"],"summary":["Safe Harbour"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-639117311617-01","eu-tr-5351830264-31","ec-person-20ded9db5df11164331bb161fdf234b1e5ad53fd","eu-tr-061601915428-87","eu-tr-575371411483-96","eu-tr-64270747023-20","eu-tr-34424201320-69","ec-person-591ec829ca734bcfe59a2c9c7f07f9dff22a0ea9"]}} -{"id":"ec-meeting-2016-01-29-b45f61e6d8db8a8634fef26258a9abab0aa395d9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-29 - Cabinet of Commissioner Dimitris Avramopoulos x Transparency International"],"date":["2016-01-29"],"summary":["EU Anti curruption policy"],"notes":["Portfolio: Migration, Home Affairs and Citizenship"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-avramopoulos-cabinet-commissioner-dimitris-of"],"involved":["ec-person-e786479f71eb21bc0a291dd644b61d86e09beb13","ec-person-57d09145ba24f5738cdde61edf14f741cb547675","eu-tr-501222919-71"]}} -{"id":"ec-meeting-2016-01-29-d830682552338835fce13199b3bb88e20af80e1a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-29 - Cabinet of Vice-President Miguel Arias Cañete x European Insulation Manufacturers Association"],"date":["2016-01-29"],"summary":["Review of the EPBD"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-260e00934471a02805fb143935d6e9205a7f355f","eu-tr-98345631631-22"]}} -{"id":"ec-meeting-2016-01-29-e4cfda1e81d7ebf174a3e7005215f817e0bb811a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-29 - Health and Food Safety x Friends of Europe"],"date":["2016-01-29"],"summary":["Discussion on the Health Working Group"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-sante"],"involved":["eu-tr-99436366768-45","ec-person-3c7fdbe0c1c235777d916309465339b7ed1666f6"]}} -{"id":"ec-meeting-2016-01-29-eee1bdb85e6876da0aaaeade29e7d0fd7ae6917c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-01-29 - Cabinet of Vice-President Cecilia Malmström x Confederation of Businessmen and Industrialists of Turkiye"],"date":["2016-01-29"],"summary":["Economic developments in Turkey"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-05241797002-90","ec-person-591ec829ca734bcfe59a2c9c7f07f9dff22a0ea9"]}} -{"id":"ec-meeting-2016-02-01-0adedbc1c7db2389b4aeb6e89abc9a8baab48390","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-01 - Cabinet of Commissioner Elżbieta Bieńkowska x EuroCommerce"],"date":["2016-02-01"],"summary":["follow up"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-84973761187-60","ec-person-685ecf13dd26cd515c961e24ba71049af2302c5e"]}} -{"id":"ec-meeting-2016-02-01-19c073c4504b720aa60228a147c9b02ce7c302d6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-01 - Günther Oettinger x Linguistics in Open Access"],"date":["2016-02-01"],"summary":["fair Open Access programme"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-720442020423-21","ec-person-3297113eb5d4e59bc84d571628f0130aa75c761a"]}} -{"id":"ec-meeting-2016-02-01-4a4d25ba29896f30704004975f29ae436127aa0b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-01 - Taxation and Customs Union x Amazon Europe Core SARL"],"date":["2016-02-01"],"summary":["Exchange of views on tax issues"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-taxud"],"involved":["ec-person-3173c1cc052827c58f23ccd3a8de07534f0d35bd","eu-tr-366117914426-10"]}} -{"id":"ec-meeting-2016-02-01-7f472a0ac499b1c577e76b7e57bb3b322fbae599","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-01 - Cabinet of Commissioner Tibor Navracsics x IFPI Representing recording industry worldwide"],"date":["2016-02-01"],"summary":["Digital Single Market"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["eu-tr-60394321918-91","ec-person-fa3187815cf956b0872e1668e14548b7d9f7ce93","ec-person-49f31dad10f5641cb1d1e4c3107dd838389e8120"]}} -{"id":"ec-meeting-2016-02-01-86f75e72c3c44b462c91c16a41672276e8c777e2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-01 - Cabinet of Commissioner Tibor Navracsics x Pinocchio e Pinocchiate"],"date":["2016-02-01"],"summary":["Protection of European Cultural Heritage"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-fa3187815cf956b0872e1668e14548b7d9f7ce93","eu-tr-542021320350-69"]}} -{"id":"ec-meeting-2016-02-01-9ba3f983c59761bfb8a97120c6e40118f9c2ead2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-01 - Cabinet of Commissioner Pierre Moscovici x Amazon Europe Core SARL"],"date":["2016-02-01"],"summary":["presentation of the company + discussions on ongoing tax initiatives"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["ec-person-79931cfd2923c1aca9c7d284e9590732b0a36ed9","eu-tr-366117914426-10","ec-person-738f7f25002d191bd2df8936e8f8d1d726c19e2e"]}} -{"id":"ec-meeting-2016-02-01-a534130af2d3de6b774275fa235105a312a848ac","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-01 - Financial Stability, Financial Services and Capital Markets Union x Steptoe & Johnson LLP"],"date":["2016-02-01"],"summary":["Short overview of the activities of the Swiss Bankers Association"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-596796520126-28","ec-person-bdee7a93f95c8ef05079539170139b3c02e8ed96"]}} -{"id":"ec-meeting-2016-02-01-a6675595348fec3f96145264fa2a0863a121e310","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-01 - Internal Market, Industry, Entrepreneurship and SMEs x Koninklijke Philips"],"date":["2016-02-01"],"summary":["Standardisation and intellectual property"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-grow"],"involved":["eu-tr-035366013790-68","ec-person-60a3d0d628d231b41af1d0c65607b0fd78ca4edc"]}} -{"id":"ec-meeting-2016-02-01-aa74ee21adb89a3a5625785b620e0bf79c840dd2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-01 - Cabinet of Commissioner Carlos Moedas x Ecole Polytechnique Fédérale de Lausanne"],"date":["2016-02-01"],"summary":["Human Brain Project"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-23980b2bc4fd9c82051d0f7888dc236b2f764866","eu-tr-841080615299-36"]}} -{"id":"ec-meeting-2016-02-01-b230419a788f3eb49e0b452db004c9c1670eb6b4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-01 - Communications Networks, Content and Technology x GÉANT Association"],"date":["2016-02-01"],"summary":["Open science cloud, European Digital infrastructure"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-435792917444-12","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2016-02-01-bb5326983ccb275b30c9c08b3ce0e0c79de5dc67","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-01 - Cabinet of Commissioner Dimitris Avramopoulos x Society for Worldwide Interbank Financial Telecommunication"],"date":["2016-02-01"],"summary":["EU counterterrorism efforts"],"notes":["Portfolio: Migration, Home Affairs and Citizenship"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-avramopoulos-cabinet-commissioner-dimitris-of"],"involved":["eu-tr-011095511691-05","ec-person-57d09145ba24f5738cdde61edf14f741cb547675"]}} -{"id":"ec-meeting-2016-02-01-c52e4f6cdcf7488a82153168a43a4f71d42fec58","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-01 - Cabinet of Vice-President Miguel Arias Cañete x NATURGY ENERGY GROUP"],"date":["2016-02-01"],"summary":["COP21 / Internal Market of Energy/ Energy diversification"],"notes":["Portfolio: Climate Action & Energy"],"location":["Madrid, spain"],"address":["Madrid, spain"],"addressEntity":["addr-2731dadc427f4af27c06afc17c951f6434b08379"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-67833029261-54","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd"]}} -{"id":"ec-meeting-2016-02-01-d074ebb8156c88dbbf062991927a12e82bd2993d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-01 - Cabinet of Vice-President Andrus Ansip x European Retail Round Table"],"date":["2016-02-01"],"summary":["Geo-blocking, parcel delivery"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-3ca0c466b8ff230d4409591430b388007ce14ff8","eu-tr-15751468852-52","ec-person-666bc159c7e65a3af9e63c1e97435c02f1496955","ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0"]}} -{"id":"ec-meeting-2016-02-02-0474986c138d1b90783c9e9ce886487eeaaff972","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-02 - Günther Oettinger x International Association of Oil & Gas Producers Europe"],"date":["2016-02-02"],"summary":["upcoming winter package"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-3954187491-70","ec-person-3297113eb5d4e59bc84d571628f0130aa75c761a"]}} -{"id":"ec-meeting-2016-02-02-1b1a148c97fe5daa72356846b100140118f8b0e5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-02 - Cabinet of Vice-President Valdis Dombrovskis x The ONE Campaign European Network on Debt and Development OXFAM INTERNATIONAL EU ADVOCACY OFFICE Transparency International"],"date":["2016-02-02"],"summary":["EU Tax Agenda"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-46856801604-90","eu-tr-26098317349-65","eu-tr-09136982496-09","eu-tr-501222919-71","ec-person-48f31156d932641826e09f5b73f074d35ff05786"]}} -{"id":"ec-meeting-2016-02-02-23591ccc441fcee6c7001843cb986359e6c17843","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-02 - Communications Networks, Content and Technology x ICT Control SA"],"date":["2016-02-02"],"summary":["Cybersecurity"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-543015420189-90","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2016-02-02-27d90358d42777d8c27f7ac53b31b55493d24d65","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-02 - Cabinet of Vice-President Andrus Ansip x Amazon Europe Core SARL"],"date":["2016-02-02"],"summary":["DSM, platforms and geo-blocking"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-3ca0c466b8ff230d4409591430b388007ce14ff8","eu-tr-366117914426-10","ec-person-91ca0921c6790191daa54427311acd63035e7c9e"]}} -{"id":"ec-meeting-2016-02-02-28a0a5e86869ff8ba0da9c6665d92135af1513d9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-02 - Cabinet of Commissioner Violeta Bulc x FERROVIE DELLO STATO ITALIANE S.p.A."],"date":["2016-02-02"],"summary":["Meeting new CEO of Ferrovie dello Stato Italiane"],"notes":["Portfolio: Transport"],"location":["Strasbourg, France"],"address":["Strasbourg, France"],"addressEntity":["addr-bd8804e8a516e8be093ac8868dbe50cdb758c25b"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-4d2b449b5047ea3fda435a2a1c1081e3babcdf76","eu-tr-1954267427-31","ec-person-dd7851e4a1e747e824b4f81139e33bc3cdb73160"]}} -{"id":"ec-meeting-2016-02-02-2f7523dde5f160616613baf8d49094a00376f1ff","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-02 - Cabinet of Commissioner Christos Stylianides x Kois Invest"],"date":["2016-02-02"],"summary":["Humanitarian impact bond group"],"notes":["Portfolio: Humanitarian Aid & Crisis Management"],"location":["BERL 12/286"],"address":["BERL 12/286"],"addressEntity":["addr-b25b68be8a77b2ab8eb787d9c70c3b3f4b1d4c0a"],"organizer":["ec-cabinet-christos-commissioner-of-stylianides"],"involved":["eu-tr-143087721183-67","ec-person-de605a3492bf8716a72a814958f304a939e828b3"]}} -{"id":"ec-meeting-2016-02-02-59a8ee23864dc0fcee913d19784e2ebef040d950","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-02 - Financial Stability, Financial Services and Capital Markets Union x BOUYGUES EUROPE"],"date":["2016-02-02"],"summary":["Future of the financial institutions"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["ec-person-bdee7a93f95c8ef05079539170139b3c02e8ed96","eu-tr-91216972728-77"]}} -{"id":"ec-meeting-2016-02-02-68bba55750a9cf480a3d3fb1eecca6b9d119a950","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-02 - Cabinet of Vice-President Miguel Arias Cañete x Equinor ASA"],"date":["2016-02-02"],"summary":["Energy Union"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-95f883d5d0d484088f26191a8fea8553d674dfbe","eu-tr-4447605981-76"]}} -{"id":"ec-meeting-2016-02-02-705e2bfb98859972308e48ec72417dd378551bed","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-02 - Cabinet of Commissioner Dimitris Avramopoulos x EUK Consulting"],"date":["2016-02-02"],"summary":["Combatting terrorism"],"notes":["Portfolio: Migration, Home Affairs and Citizenship"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-avramopoulos-cabinet-commissioner-dimitris-of"],"involved":["ec-person-57d09145ba24f5738cdde61edf14f741cb547675","eu-tr-29815741326-06"]}} -{"id":"ec-meeting-2016-02-02-70fac6e4dbb52fbd73ce9b9d23e629c2ed482594","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-02 - Cabinet of Commissioner Elżbieta Bieńkowska x THALES"],"date":["2016-02-02"],"summary":["Space Strategy"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["ec-person-685ecf13dd26cd515c961e24ba71049af2302c5e","eu-tr-91711831031-23"]}} -{"id":"ec-meeting-2016-02-02-73eebe65bc8eeac7cc441b49111763584ce89c40","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-02 - Cabinet of Vice-President Maroš Šefčovič x Fern"],"date":["2016-02-02"],"summary":["Bioenergy"],"notes":["Portfolio: Energy Union"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-40538475090-82","ec-person-192eca4cb918c7382c916bec9bfe04e745ee91cb"]}} -{"id":"ec-meeting-2016-02-02-74a506926baacdb2df23793742d81f41a055575e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-02 - Cabinet of Commissioner Věra Jourová x Equinet - the European Network of Equality Bodies"],"date":["2016-02-02"],"summary":["Equality bodies work"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-5455ecfabb89025694c798deac08160a2be17d94","eu-tr-718971811339-46"]}} -{"id":"ec-meeting-2016-02-02-7562a17734b97d62f420270b3389eff22ad7701a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-02 - Justice and Consumers x Bureau Européen des Unions de Consommateurs"],"date":["2016-02-02"],"summary":["Digital contracts, Consumer protection cooperation, Consumer law review"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-just"],"involved":["eu-tr-9505781573-45","ec-person-7f02c085966bf7e9ecf267d0fa52c94a32d1687f"]}} -{"id":"ec-meeting-2016-02-02-98b9de9fd0a19a29fc9398bd9016befc067b797c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-02 - Financial Stability, Financial Services and Capital Markets Union x BNP PARIBAS"],"date":["2016-02-02"],"summary":["Fundamental Review of the Trading Book."],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-78787381113-69","ec-person-bdee7a93f95c8ef05079539170139b3c02e8ed96"]}} -{"id":"ec-meeting-2016-02-02-b5aa9bbdd5cd99b5eaaba03a7a5a21fe8a3dbc22","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-02 - Employment, Social Affairs and Inclusion x CSR Europe, The Business Network for Corporate Social Responsibility"],"date":["2016-02-02"],"summary":["European Pact for Youth : Point sur les principales étapes du Pacte en 2016"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-empl"],"involved":["ec-person-0d8ce1c547b8ca99decd25740ba12e2c0866a2fd","eu-tr-56502415122-32"]}} -{"id":"ec-meeting-2016-02-02-b87c2a61f80779e9d74626e088becb3c3fc77e85","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-02 - Cabinet of President Jean-Claude Juncker x The ONE Campaign ActionAid European Network on Debt and Development OXFAM INTERNATIONAL EU ADVOCACY OFFICE Transparency International"],"date":["2016-02-02"],"summary":["Discuss Corporate Tax Avoidance Package"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-46856801604-90","eu-tr-26098317349-65","eu-tr-09136982496-09","eu-tr-85103504511-82","eu-tr-501222919-71","ec-person-ad6f76ca53dc30d965b15e3728c45dbd0aba44b4"]}} -{"id":"ec-meeting-2016-02-02-bb475ad089a13c4a4d2351d27359429176bc5f22","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-02 - Günther Oettinger x Mindbase Strategic Consulting Stefan Herwig e.K."],"date":["2016-02-02"],"summary":["DSM"],"location":["BXL"],"address":["BXL"],"addressEntity":["addr-d2fde52f67ea4a3e1fe233d0a959d6a1c77fd910"],"organizer":["ec-dg-de"],"involved":["eu-tr-777168120297-57","ec-person-49723482bb23d029cbfc010cb37eec7392a0ae02"]}} -{"id":"ec-meeting-2016-02-02-c720591d0a10955814af12c31ec91f205bc8b80a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-02 - Günther Oettinger x Dell Inc."],"date":["2016-02-02"],"summary":["big data, free flow of data"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-28739192542-16","ec-person-3297113eb5d4e59bc84d571628f0130aa75c761a"]}} -{"id":"ec-meeting-2016-02-02-edf7311cbeca0279838c48a363af854277606b78","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-02 - Cabinet of Vice-President Andrus Ansip x HomeAway Sàrl"],"date":["2016-02-02"],"summary":["online platforms and the collaborative economy, to present HomeAway's ideas of what Eu can do to support the sector"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-3ca0c466b8ff230d4409591430b388007ce14ff8","eu-tr-470908920122-03"]}} -{"id":"ec-meeting-2016-02-02-f357164e34b400544916cc8a4c5b4c39cc1d6f21","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-02 - Cabinet of Vice-President Maroš Šefčovič x Swissgrid AG"],"date":["2016-02-02"],"summary":["Marketdesign"],"notes":["Portfolio: Energy Union"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-60493327921-85","ec-person-192eca4cb918c7382c916bec9bfe04e745ee91cb"]}} -{"id":"ec-meeting-2016-02-03-0396cb0b234e158cd2d6c69fe9deceeb93787076","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-03 - Cabinet of Commissioner Vytenis Andriukaitis x Anheuser-Busch InBev nv/sa"],"date":["2016-02-03"],"summary":["Action to inform consumers and reduce alcohol abuse"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-b9c3f19e7c5f216e3e508f931ddd6a9cb59376d1","eu-tr-161157710612-65","ec-person-97425c615743576adc42e09bee7dac14f83f691b"]}} -{"id":"ec-meeting-2016-02-03-0c85bec5f9627f94a683df9603b2c9a6c258ee5c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-03 - Energy x Rio Tinto"],"date":["2016-02-03"],"summary":["energy market design"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-627987212276-53","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2016-02-03-0d7c2a27738a3ad33c49cd0f5111e070cc874169","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-03 - Cabinet of Commissioner Věra Jourová x IPS Innovative Prison Systems (QUALIFY JUST IT Solutions and Consulting, LTD)"],"date":["2016-02-03"],"summary":["Fight against radicalisation projects"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-64349923a7639978983020a607770b8dc47c8144","eu-tr-193134420276-29"]}} -{"id":"ec-meeting-2016-02-03-1bbb335255b8b25e78a404addbd0bb51134ddb90","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-03 - Communications Networks, Content and Technology x Proximus SA de droit public"],"date":["2016-02-03"],"summary":["Belgacom International Carrier Services - e-ID"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f","eu-tr-537380918401-76"]}} -{"id":"ec-meeting-2016-02-03-274c6ed8b5343a2ed02d9ccfde4f4ddd797f8e8a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-03 - Cabinet of Commissioner Phil Hogan x Heineken N.V."],"date":["2016-02-03"],"summary":["Commissioner's trip to Colombia & Mexico accompanied by Business delegation"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-400dd8d59d3060187d9b9b143d697da1a3d03c12","eu-tr-827688315793-86"]}} -{"id":"ec-meeting-2016-02-03-28254006cd2527901bee4915b7869f09eb99291f","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2016-02-03 - Health and Food Safety x Association of the European Self-Care Industry"],"date":["2016-02-03"],"summary":["Discussion on self-medecine Industry","Discussion on the non-prescription medicines"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-sante"],"involved":["eu-tr-99565011637-64","ec-person-3c7fdbe0c1c235777d916309465339b7ed1666f6"]}} -{"id":"ec-meeting-2016-02-03-28d636ebe87f874839f2db0ad2a86d12a0765d20","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-03 - Environment x Confederation of European Waste-to-Energy Plants"],"date":["2016-02-03"],"summary":["Waste to Energy's role in a sustainable Circular Economy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-env"],"involved":["eu-tr-7899845424-69","ec-person-3bc74ce04ea3f4ab4d91a5c88eef25b8b8a213b4"]}} -{"id":"ec-meeting-2016-02-03-3ab3ea3691ffa0df75cef3fdd0d528635a9d22e1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-03 - Cabinet of Vice-President Neven Mimica x DSW (Deutsche Stiftung Weltbevoelkerung)"],"date":["2016-02-03"],"summary":["Sexual and Reproductive Health Rights in Development Cooperation"],"notes":["Portfolio: International Cooperation & Development"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-mimica-neven-of-president-vice"],"involved":["eu-tr-32018754890-28","ec-person-886e1b865045c3ed98e99075006d09cea708acce"]}} -{"id":"ec-meeting-2016-02-03-3ba3cff533a33082d1ecece540a20b9712cb756b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-03 - Environment x Finnovaregio"],"date":["2016-02-03"],"summary":["Green Growth Programme & EU startup accelerator"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-env"],"involved":["eu-tr-539757711320-09","ec-person-3bc74ce04ea3f4ab4d91a5c88eef25b8b8a213b4"]}} -{"id":"ec-meeting-2016-02-03-3e329867e33bc1d9766f864d5b522474195f53e8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-03 - Cabinet of Vice-President Valdis Dombrovskis x Finance Watch"],"date":["2016-02-03"],"summary":["multiannual financing, CMU and retail financial services"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-48f31156d932641826e09f5b73f074d35ff05786","eu-tr-37943526882-24"]}} -{"id":"ec-meeting-2016-02-03-4bc68e89b2b8f8e6d3492801d3c1642aff7974b6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-03 - Energy x COBATY International"],"date":["2016-02-03"],"summary":["energy policy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-83141557347-02","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2016-02-03-4e672b433cfc79ab2017a1f1f6640a4ff2ea046d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-03 - Cabinet of Vice-President Cecilia Malmström x amfori - Trade with Purpose"],"date":["2016-02-03"],"summary":["China MES"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-20ded9db5df11164331bb161fdf234b1e5ad53fd","eu-tr-84768556104-35","ec-person-591ec829ca734bcfe59a2c9c7f07f9dff22a0ea9"]}} -{"id":"ec-meeting-2016-02-03-5d7c27812dce05c112f2e0dabf5b8850253c6fec","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-03 - Cabinet of Commissioner Věra Jourová x Mastercard"],"date":["2016-02-03"],"summary":["Combating terrorist financing"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-64349923a7639978983020a607770b8dc47c8144","eu-tr-58204758673-16"]}} -{"id":"ec-meeting-2016-02-03-62056acc216641a325b6bdf55b43f3ab20108fb8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-03 - Financial Stability, Financial Services and Capital Markets Union x Société Générale"],"date":["2016-02-03"],"summary":["Call for evidence, CRR, MDA, TLAC and MREL"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-34369111614-57","ec-person-bdee7a93f95c8ef05079539170139b3c02e8ed96"]}} -{"id":"ec-meeting-2016-02-03-693b98ad41346f55e4e95c1b1329dbc66525dbce","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-03 - Cabinet of President Jean-Claude Juncker x Centre for European Reform"],"date":["2016-02-03"],"summary":["Current EU policy issues, UK negotiations."],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-524976815651-12","ec-person-80c6995ad1cd6aefa72f1bf440b17b6d8c6dd4b8"]}} -{"id":"ec-meeting-2016-02-03-6b723f1084b14ccf3b728c1456ba9fd528856117","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-03 - Cabinet of Commissioner Phil Hogan x Handelsverband Deutschland"],"date":["2016-02-03"],"summary":["State of play on retail brands in the food supply chain"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-31200871765-41","ec-person-a985b9a03cb4f9af4f2f97583d8f92fb71579572"]}} -{"id":"ec-meeting-2016-02-03-6befedfbdbb5de4e8d5d15fd315eabbbc69da2cb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-03 - Günther Oettinger x MFE - MEDIAFOREUROPE N.V"],"date":["2016-02-03"],"summary":["DSM"],"location":["BXL"],"address":["BXL"],"addressEntity":["addr-d2fde52f67ea4a3e1fe233d0a959d6a1c77fd910"],"organizer":["ec-dg-de"],"involved":["ec-person-49723482bb23d029cbfc010cb37eec7392a0ae02","eu-tr-91471238809-21"]}} -{"id":"ec-meeting-2016-02-03-79fc78f5e1f2ef49bbbb2adab663b90d8c0e870a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-03 - Günther Oettinger x Kapsch"],"date":["2016-02-03"],"summary":["connected-automated driving"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-d8b86b98a24683917c569000ed6d8c45bedbbc00","eu-tr-71160189926-80"]}} -{"id":"ec-meeting-2016-02-03-8d4a68fc3a9a39f41cd279cb20af2f481703582b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-03 - Cabinet of Commissioner Violeta Bulc x VINCI Concessions"],"date":["2016-02-03"],"summary":["EETS directive"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-706757116552-08","ec-person-dd7851e4a1e747e824b4f81139e33bc3cdb73160"]}} -{"id":"ec-meeting-2016-02-03-9623c00951068fa7237465ebd0327a7d46967b5b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-03 - Cabinet of Vice-President Jyrki Katainen x Fleishman-Hillard"],"date":["2016-02-03"],"summary":["CMU"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-56047191389-84","ec-person-955e8c493ab54847bb92b65986f56a401f8eabee"]}} -{"id":"ec-meeting-2016-02-03-a5a9cb36cd2c9f6fb072dbd4147d82e96ccfd6d3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-03 - Cabinet of Vice-President Miguel Arias Cañete x Bureau Européen des Unions de Consommateurs"],"date":["2016-02-03"],"summary":["Consumers and renewables"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-9505781573-45","ec-person-260e00934471a02805fb143935d6e9205a7f355f"]}} -{"id":"ec-meeting-2016-02-03-ac3119db80cebc4bc87863753d56d9ed2a094132","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-03 - Cabinet of Vice-President Andrus Ansip x Société Générale Fédération bancaire française"],"date":["2016-02-03"],"summary":["Safe harbour, cloud, cybersecurity, blockchain technologies, DSM, platforms"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-34369111614-57","ec-person-0f698e3a0cc0bd6a02e1bd386a25cedc1366f3f1","ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0","eu-tr-09245221105-30"]}} -{"id":"ec-meeting-2016-02-03-accaedcdccb1e308b3d3514924d2e992a6e495a0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-03 - Cabinet of Vice-President Maroš Šefčovič x Stichting European Climate Foundation"],"date":["2016-02-03"],"summary":["decarbonisation of transport from a climate action perspective"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-ea6b517040e26a62f17d2829afffeba48cfd682f","eu-tr-64869491516-70"]}} -{"id":"ec-meeting-2016-02-03-afa63fd87e89bdfcd3cfc119d5a551886a4ea00e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-03 - Financial Stability, Financial Services and Capital Markets Union x Finance Watch"],"date":["2016-02-03"],"summary":["Le place d'un cadre juridique pour le possible financement futur de vos organisations."],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-37943526882-24","ec-person-bdee7a93f95c8ef05079539170139b3c02e8ed96"]}} -{"id":"ec-meeting-2016-02-03-c80062fdf0dac9372ae582ce72dc55b556d583b2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-03 - Energy x ENEDIS"],"date":["2016-02-03"],"summary":["energy policy"],"location":["Paris, France"],"address":["Paris, France"],"addressEntity":["addr-c70534aa18173b860a10a50a47b139c4a581cbf6"],"organizer":["ec-dg-ener"],"involved":["ec-person-6997149120ce5129e38febe5275dc8fd03232d2e","eu-tr-68134637922-07"]}} -{"id":"ec-meeting-2016-02-03-d0cac62af723d315d58eb5537f40c366bedbc1b8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-03 - Cabinet of Vice-President Kristalina Georgieva x International Association of Oil & Gas Producers Europe"],"date":["2016-02-03"],"summary":["Energy Union Policy"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-georgieva-kristalina-of-president-vice"],"involved":["ec-person-5b978a1c2dc2d04115a2c0365fb51e3d80bad509","eu-tr-3954187491-70"]}} -{"id":"ec-meeting-2016-02-03-d21d008ea2de872e5e11b8af2fd4212aff20556d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-03 - Günther Oettinger x Heineken N.V."],"date":["2016-02-03"],"summary":["initiative on alcohol advertising"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-c6c38691c27b1498b60b18409aa979cf1dd1f4ac","eu-tr-827688315793-86"]}} -{"id":"ec-meeting-2016-02-03-d79c8638731831a4befa1d020a1d7eb3d7fcc496","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-03 - Günther Oettinger x International Artist Organisation"],"date":["2016-02-03"],"summary":["copyright"],"location":["BXL"],"address":["BXL"],"addressEntity":["addr-d2fde52f67ea4a3e1fe233d0a959d6a1c77fd910"],"organizer":["ec-dg-de"],"involved":["ec-person-49723482bb23d029cbfc010cb37eec7392a0ae02","eu-tr-386735420166-70"]}} -{"id":"ec-meeting-2016-02-03-f0e8a60f04aff4882513e1971a73ef6f89bc51fc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-03 - Cabinet of Vice-President Johannes Hahn x Eni S.p.A."],"date":["2016-02-03"],"summary":["Energy development in the Southern Mediterranean"],"notes":["Portfolio: European Neighbourhood Policy & Enlargement Negotiations"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-hahn-johannes-of-president-vice"],"involved":["ec-person-643595d3a737c63fc95146b51292a4684ed1ca75","eu-tr-99578067285-35"]}} -{"id":"ec-meeting-2016-02-04-03a7a95816bb34f08ce9e545e871da6c4a394f8c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-04 - Cabinet of Commissioner Margrethe Vestager x Confederation of Danish Employers"],"date":["2016-02-04"],"summary":["Current European Affairs"],"notes":["Portfolio: Competition"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-margrethe-of-vestager"],"involved":["eu-tr-11503381325-76","ec-person-baa1c172df109ebd1f0307bccb5e21aec66c7a25"]}} -{"id":"ec-meeting-2016-02-04-199580ef2820dd6b62caaf563424932be9df5fb4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-04 - Cabinet of Commissioner Violeta Bulc x European Federation of Road Traffic Victims"],"date":["2016-02-04"],"summary":["Road safety"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-5012c5e45a52ee8ce67d19c1781a127af53e73e7","eu-tr-47172565855-96"]}} -{"id":"ec-meeting-2016-02-04-1c4588cee9ea8d6836dbe572a38bd0d511c9af72","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-04 - Cabinet of President Jean-Claude Juncker x HERMES INTERNATIONAL"],"date":["2016-02-04"],"summary":["Digital Single Market"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-44a061693f35519551be0e3dab996e76ad3f8c7c","eu-tr-919484116074-16"]}} -{"id":"ec-meeting-2016-02-04-32e9d8d0efefdd88ec6a746e1b91e486eae21171","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-04 - Environment x Aldersgate Group"],"date":["2016-02-04"],"summary":["Circular Economy presentation before the House of Commons"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-env"],"involved":["eu-tr-570633817416-75","ec-person-3bc74ce04ea3f4ab4d91a5c88eef25b8b8a213b4"]}} -{"id":"ec-meeting-2016-02-04-357438fbce9c51c70982a54fd9b88f66a0fce5ca","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-04 - Cabinet of Commissioner Violeta Bulc x Pro Danube International"],"date":["2016-02-04"],"summary":["navigability on Danube"],"notes":["Portfolio: Transport"],"location":["Brussels - Belgium"],"address":["Brussels - Belgium"],"addressEntity":["addr-85d514873c3b55c68206168e47e9d4fc69799cc8"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-875268617630-39","ec-person-7ac9445abdddc66a79f539ae13eb74e1ceb512df"]}} -{"id":"ec-meeting-2016-02-04-3a2f76907f131d4e2c636863cd405ce206c4abe3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-04 - Cabinet of Commissioner Věra Jourová x European Organisation of Prison and Correctional Services"],"date":["2016-02-04"],"summary":["Radicalization in prisons, Prisons of future, Education and training of detainees"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-64349923a7639978983020a607770b8dc47c8144","eu-tr-081830016245-42","ec-person-a608b85b2ffef83f883b5a2330b6232efa1b7141"]}} -{"id":"ec-meeting-2016-02-04-41af8a482bd396b28b2817407e094106e9c32309","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-04 - Cabinet of Vice-President Jyrki Katainen x Aldersgate Group"],"date":["2016-02-04"],"summary":["Circular economy"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90","ec-person-0da85dc48012e26688310a59a0b51727ea68f410","eu-tr-570633817416-75"]}} -{"id":"ec-meeting-2016-02-04-56e06570003bffd70f99927e9b2734b4c43d2fa7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-04 - Environment x Confederazione Nazionale dell'Artigianato e della Piccola e Media Impresa"],"date":["2016-02-04"],"summary":["Circular Economy oportunities for SMES"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-env"],"involved":["eu-tr-42122398878-52","ec-person-3bc74ce04ea3f4ab4d91a5c88eef25b8b8a213b4"]}} -{"id":"ec-meeting-2016-02-04-75a180755525e8aec51e3f09c849d0ec4e459483","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-04 - Cabinet of Commissioner Věra Jourová x Amazon Europe Core SARL"],"date":["2016-02-04"],"summary":["Data protection, Consumer policy"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-a2ca9161feee56909a0e98b473c2d342c20fdb57","ec-person-184e698af1eb9e33b179680570ca171d8cb31c94","eu-tr-366117914426-10"]}} -{"id":"ec-meeting-2016-02-04-80bb1b6ac35fc0ae75d49dfcc7997fa281556d17","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-04 - Cabinet of Vice-President Miguel Arias Cañete x Transport and Environment (European Federation for Transport and Environment)"],"date":["2016-02-04"],"summary":["Decarbonization"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-58744833263-19","ec-person-25a937c04cd0a0ddcf5cf34798e76b5105854114"]}} -{"id":"ec-meeting-2016-02-04-a1888635221847703105afc42088ac80a9ec4b37","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-04 - Communications Networks, Content and Technology x Siemens AG"],"date":["2016-02-04"],"summary":["DSM, Siemens prospective"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-4266797770-31","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2016-02-04-ac51d09025e898620b32e8e20755fcbc42754979","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-04 - Cabinet of Vice-President Miguel Arias Cañete x EUROPEAN AUSTRALIAN BUSINESS COUNCIL"],"date":["2016-02-04"],"summary":["Possible participation of Commissioner Arias Cañete at next EBAC's events"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-7e87a14bf64af274f1cfb85d6b64a405eea6217f","eu-tr-56953548578-36","ec-person-2229c857664a22dcb8eee79a8c05841fd3d0924f"]}} -{"id":"ec-meeting-2016-02-04-bced3789b5451f60f2e7dca68c6b3b346cacb811","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-04 - Health and Food Safety x FIPRA International SRL"],"date":["2016-02-04"],"summary":["Preperation of the Conference 'Enhancing Value of the European Health Systems'"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-sante"],"involved":["eu-tr-58746194306-23","ec-person-3c7fdbe0c1c235777d916309465339b7ed1666f6"]}} -{"id":"ec-meeting-2016-02-04-bd2216b5aefce3d59e6fca37c916ae0ae3a8a349","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-04 - Cabinet of Commissioner Pierre Moscovici x SOLAR DECATHLON EUROPE"],"date":["2016-02-04"],"summary":["Exchange of views on investment barriers in Europe"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Bruxelles"],"address":["Bruxelles"],"addressEntity":["addr-b58f5927b66d94a676970dc048485d4c6848f272"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["eu-tr-280865315484-79","ec-person-ac604755dc7677c8653a5a5172e851f7c8e468b4"]}} -{"id":"ec-meeting-2016-02-04-bf5c835fb9ab7e36b520f9e1add62b62048772d5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-04 - Cabinet of Commissioner Violeta Bulc x European Transport Safety Council"],"date":["2016-02-04"],"summary":["Road safety"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-78891371297-34","ec-person-5012c5e45a52ee8ce67d19c1781a127af53e73e7"]}} -{"id":"ec-meeting-2016-02-04-c097cd0d0391df39731b7ad2e6bc56b90678439d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-04 - Communications Networks, Content and Technology x 21st Century Fox"],"date":["2016-02-04"],"summary":["Copyright and audiovisual policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-923493211619-15","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2016-02-04-c7f565de803092970c37b737bbdd1fad96ba6d73","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-04 - Cabinet of Vice-President Neven Mimica x Bertelsmann Stiftung"],"date":["2016-02-04"],"summary":["Good governance in developing countries and Bertelsmann-Transformation-Index"],"notes":["Portfolio: International Cooperation & Development"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-mimica-neven-of-president-vice"],"involved":["ec-person-e90858f5aba78fd0e1cb2f757c3f38d55d91f98b","eu-tr-13571025706-27"]}} -{"id":"ec-meeting-2016-02-04-ce9083049b17c2971e2387b9f4fcda05a4fa6450","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-04 - Cabinet of Vice-President Neven Mimica x Unilever"],"date":["2016-02-04"],"summary":["Discussing the role of the private sector in the implementation of Agenda 2030"],"notes":["Portfolio: International Cooperation & Development"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-mimica-neven-of-president-vice"],"involved":["ec-person-e06df06453c45a7a836ac84cbc479b8e48f16ea8","eu-tr-6200524920-25","ec-person-d455992f8f48b86e26e61f5284a9ef8e18aed182"]}} -{"id":"ec-meeting-2016-02-04-f3371d73bbdcc87c6c650a7d07737bf8bfd57d7d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-04 - Cabinet of Commissioner Carlos Moedas x European Business and Innovation Centres Network"],"date":["2016-02-04"],"summary":["Business Innovator Mag"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-01051f0f33bfdc2ecc41873c02cae666c5e0d099","eu-tr-880820420533-01"]}} -{"id":"ec-meeting-2016-02-04-f5251d0a54684f955cedc24da311588e936bf601","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-04 - Cabinet of Commissioner Violeta Bulc x Kapsch"],"date":["2016-02-04"],"summary":["Meeting Georg Kapsch, CEO of Kapsch Group"],"notes":["Portfolio: Transport"],"location":["Brussels, Belguim"],"address":["Brussels, Belguim"],"addressEntity":["addr-84b5e5f38d43901e13b15f0c7dd8b408c954fd9b"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-4d2b449b5047ea3fda435a2a1c1081e3babcdf76","ec-person-dd7851e4a1e747e824b4f81139e33bc3cdb73160","eu-tr-71160189926-80"]}} -{"id":"ec-meeting-2016-02-04-fe51149bd6ac2e9b0798349ffaa73b3803249c6f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-04 - Cabinet of Vice-President Maroš Šefčovič x Orgalim – Europe's Technology Industries"],"date":["2016-02-04"],"summary":["Energy Union - main initiatives"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-20210641335-88","ec-person-1f95be23689cd4ed0a26fe2980f760ccf2d55c1e"]}} -{"id":"ec-meeting-2016-02-05-0a8c1994d077d629a39a22338e4af35bbf49d6cb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-05 - Cabinet of President Jean-Claude Juncker x European Federation of Road Traffic Victims European Transport Safety Council"],"date":["2016-02-05"],"summary":["Meeting with with Mr Antonio Avenoso and Mr Jeannot Mersch on EU action to support Road Safety"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-78891371297-34","ec-person-b1bf9aa5fb7e886441ff341b657cc482b64a2a3e","ec-person-29c106b0461ffd79e95f0119bdd363fd3c7c3ab3","eu-tr-47172565855-96"]}} -{"id":"ec-meeting-2016-02-05-1b93be6681655ba50d78715f69b3cee0441e430c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-05 - Cabinet of Commissioner Corina Crețu x DD Unternehmensentwicklungsgesellschaft mbH"],"date":["2016-02-05"],"summary":["Market entry barriers/European Semester"],"notes":["Portfolio: Regional Policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-corina-cretu-of"],"involved":["ec-person-f5bd4d5d0170028815aba56ee7d4883f0fd70f47","eu-tr-782320916758-57"]}} -{"id":"ec-meeting-2016-02-05-1d0b4308f60786c5d79065693d77560d68df9340","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-05 - Cabinet of Commissioner Pierre Moscovici x Georgette Sand"],"date":["2016-02-05"],"summary":["VAT reduced rate on sanitary protection"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["eu-tr-315015520030-94","ec-person-738f7f25002d191bd2df8936e8f8d1d726c19e2e"]}} -{"id":"ec-meeting-2016-02-05-339395ec5a3c83167658873c6dcb11eec5f9fda9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-05 - Cabinet of Commissioner Elżbieta Bieńkowska x Auchan Retail"],"date":["2016-02-05"],"summary":["Circular Economy"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-581002319446-05","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2016-02-05-342adaf93aff557b5ae4e1a1bd9c517a56f23da2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-05 - Environment x European Chemical Industry Council"],"date":["2016-02-05"],"summary":["REACH and plastic policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-env"],"involved":["eu-tr-64879142323-90","ec-person-3bc74ce04ea3f4ab4d91a5c88eef25b8b8a213b4"]}} -{"id":"ec-meeting-2016-02-05-3f6993511f7227a211d13c5620b5b174ec412ecb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-05 - Health and Food Safety x Eurogroup for Animals"],"date":["2016-02-05"],"summary":["Discussion on Animal Welfaire"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-sante"],"involved":["eu-tr-6809935493-49","ec-person-3c7fdbe0c1c235777d916309465339b7ed1666f6"]}} -{"id":"ec-meeting-2016-02-05-6030b5c9e988ed093344aa9f9cadc1508b843efb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-05 - Günther Oettinger x International Association of Scientific, Technical and Medical Publishers"],"date":["2016-02-05"],"summary":["digitisation"],"location":["Tuebingen"],"address":["Tuebingen"],"addressEntity":["addr-2dc4487c374f7d0acba98c2fee0ef5a02ac68201"],"organizer":["ec-dg-de"],"involved":["eu-tr-98356852465-08","ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0"]}} -{"id":"ec-meeting-2016-02-05-61b2e90e18e698014a8fdee81f57b4dfea5109b9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-05 - Cabinet of Commissioner Jonathan Hill x Bank of America Corporation"],"date":["2016-02-05"],"summary":["Call for evidence; MiFID level 2"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["London"],"address":["London"],"addressEntity":["addr-4c57f0c88d9844630327623633ce269cf826ab99"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["ec-person-f247edfcff54d4f26fc10769f809c92bc72d6797","eu-tr-53891615036-88"]}} -{"id":"ec-meeting-2016-02-05-79e9d312542194533ddb3854748ef6ddb21ad667","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-05 - Mobility and Transport x RENAULT"],"date":["2016-02-05"],"summary":["Electromobility and decarbonisation of transport"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-move"],"involved":["ec-person-26cdfacae671b09917bee1a91c91973941fa58a2","eu-tr-946343776-69"]}} -{"id":"ec-meeting-2016-02-05-87df0a949cd20a98602337d482db53c8585b4db9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-05 - Cabinet of Commissioner Phil Hogan x Greenpeace European Unit"],"date":["2016-02-05"],"summary":["new plant breeding techniques"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["BERL 08/304"],"address":["BERL 08/304"],"addressEntity":["addr-aff09a6f822af9a7e96260c390a7e7bd5d64be8b"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-9832909575-41","ec-person-7d3caa534e5cdda6d5b949bd4b2def39356e3bec"]}} -{"id":"ec-meeting-2016-02-05-9d7998f3e5268fb263e6751493ef7bc36da899bd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-05 - Cabinet of Vice-President Miguel Arias Cañete x RTE Réseau de transport d'électricité"],"date":["2016-02-05"],"summary":["Electricity market design"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-669359510572-76","ec-person-2229c857664a22dcb8eee79a8c05841fd3d0924f"]}} -{"id":"ec-meeting-2016-02-05-a98b17f292b6cbece0adb4d9cf9ed557e19c1fb9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-05 - Cabinet of Commissioner Elżbieta Bieńkowska x JT International"],"date":["2016-02-05"],"summary":["regulatory issues"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["ec-person-685ecf13dd26cd515c961e24ba71049af2302c5e","eu-tr-71175716023-03"]}} -{"id":"ec-meeting-2016-02-05-c380dc38637e0bf5d45908a212cc828261c8f096","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-05 - Health and Food Safety x International Fund for Animal Welfare"],"date":["2016-02-05"],"summary":["Discussion on Animal Welfare"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-sante"],"involved":["eu-tr-22644632329-52","ec-person-3c7fdbe0c1c235777d916309465339b7ed1666f6"]}} -{"id":"ec-meeting-2016-02-05-cfd36cb846559bd37ad2f58f12acab0fccec0a31","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-05 - Cabinet of Vice-President Maroš Šefčovič x RTE Réseau de transport d'électricité"],"date":["2016-02-05"],"summary":["Energy Union"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-9f6823821fe68d82e9b9dbe81181ecacb0265d94","eu-tr-669359510572-76"]}} -{"id":"ec-meeting-2016-02-05-d4ed0649ae874cf904f7c585e3ccae68417bdf8c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-05 - Energy x RTE Réseau de transport d'électricité"],"date":["2016-02-05"],"summary":["Energy policy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["ec-person-6997149120ce5129e38febe5275dc8fd03232d2e","eu-tr-669359510572-76"]}} -{"id":"ec-meeting-2016-02-05-dd514c4f2e0bbfd4984a17d6ee699ada362f6e73","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-05 - Cabinet of President Jean-Claude Juncker x Greenpeace European Unit EcoNexus"],"date":["2016-02-05"],"summary":["New Plant Breeding"],"notes":["Portfolio: President"],"location":["brussels"],"address":["brussels"],"addressEntity":["addr-e2daa1574b7ac475c827b33e281bd2d5e013c882"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-e415577aabb40c0f789310505c6c5803aa69037b","eu-tr-600698218851-84","eu-tr-9832909575-41"]}} -{"id":"ec-meeting-2016-02-05-e61659dcce0aef1da5e2139a5fd5b43d0c9fd1dc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-05 - Cabinet of Vice-President Andrus Ansip x Allied for Startups asbl"],"date":["2016-02-05"],"summary":["DSM"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-634665118544-37","ec-person-91ca0921c6790191daa54427311acd63035e7c9e"]}} -{"id":"ec-meeting-2016-02-05-f2f0c24ba12b5b2bfb9618a5732cb57a372e3ed0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-05 - Cabinet of Vice-President Maroš Šefčovič x Long-Term Infrastructure Investors Association"],"date":["2016-02-05"],"summary":["Infrastructure projects"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-708161615557-10","ec-person-1f95be23689cd4ed0a26fe2980f760ccf2d55c1e"]}} -{"id":"ec-meeting-2016-02-06-0640c37151c5b74e65cb2daa250c71c25d7ec2e4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-06 - Cabinet of First Vice-President Frans Timmermans x Vereniging VNO-NCW"],"date":["2016-02-06"],"summary":["Speech: \"Our world challenged; the challenges we face today at national, EU and global level\""],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Oosterbeek"],"address":["Oosterbeek"],"addressEntity":["addr-ad57f53ff654283b72a0b8bd77076f0bbf93e156"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["ec-person-966667b73d92624be9bb019c2baab7e52331b3d3","eu-tr-13255254129-80"]}} -{"id":"ec-meeting-2016-02-08-361a985ac66e52fdd4a2dd805c55ac25cd28dd16","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-08 - Cabinet of Commissioner Carlos Moedas x Stichting European Climate Foundation"],"date":["2016-02-08"],"summary":["Research and innovation in energy and transport"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-b46c76b734a9bd8b8b7938e33fdd7b8cc6b6956a","eu-tr-64869491516-70","ec-person-0a716bf5253e913fc40ebf14c12f30dc2e7a06ee"]}} -{"id":"ec-meeting-2016-02-08-40c6d12a38d85f83ad8cc1b76d874b9eb55ca5ef","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-08 - Cabinet of Vice-President Miguel Arias Cañete x DNV"],"date":["2016-02-08"],"summary":["Market Design"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-1831691c10441c5974327bbeb8693d6b6c1e50c3","eu-tr-414057515145-62"]}} -{"id":"ec-meeting-2016-02-08-47820d7da70c54229f0c99d4da289cb76245dc4d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-08 - Cabinet of Commissioner Věra Jourová x European Network of Councils for the Judiciary"],"date":["2016-02-08"],"summary":["Future cooperationn with Judicial Networks"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["eu-tr-45444124056-57","ec-person-a608b85b2ffef83f883b5a2330b6232efa1b7141","ec-person-1e0e3a00ab815dea7c5b839b002ed2c7e34bfe0a"]}} -{"id":"ec-meeting-2016-02-08-568fca327bed4a66179bf4f15d34cfcaf47873c1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-08 - Günther Oettinger x Deutsche Telekom"],"date":["2016-02-08"],"summary":["ePrivacy review"],"location":["BXL"],"address":["BXL"],"addressEntity":["addr-d2fde52f67ea4a3e1fe233d0a959d6a1c77fd910"],"organizer":["ec-dg-de"],"involved":["ec-person-5652698e8f7b4a189329e67fddbaff44dbe8658c","eu-tr-60052162589-72"]}} -{"id":"ec-meeting-2016-02-08-6030b5c9e988ed093344aa9f9cadc1508b843efb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-08 - Günther Oettinger x International Association of Scientific, Technical and Medical Publishers"],"date":["2016-02-08"],"summary":["Copyright"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-98356852465-08","ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0"]}} -{"id":"ec-meeting-2016-02-08-6939ae3ccec7f0b144660d8d41afdefd46aeb1ef","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-08 - Cabinet of Commissioner Violeta Bulc x Association des Constructeurs Européens d'Automobiles"],"date":["2016-02-08"],"summary":["decarbonisation and dgitalisation of road transport"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-e14c58f620f40325d829df7be0823280307bc15f","eu-tr-0649790813-47"]}} -{"id":"ec-meeting-2016-02-08-69c50caf2399c0c553c7254ced06945e27b0db79","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-08 - Cabinet of Vice-President Andrus Ansip x International Association of Scientific, Technical and Medical Publishers"],"date":["2016-02-08"],"summary":["Copyright, text and data mining"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-98356852465-08","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45","ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0"]}} -{"id":"ec-meeting-2016-02-08-787a267d5dfee9a1df6bb64d260dd3714fcab799","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-08 - Cabinet of Vice-President Karmenu Vella x Association of National Organisations of Fishing Enterprises in the European Union"],"date":["2016-02-08"],"summary":["Blue Whiting"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["eu-tr-2312395253-25","ec-person-0e3efd8bc1c3ee9a80205d0bb78f316fa1621e5d"]}} -{"id":"ec-meeting-2016-02-08-921935f407ca252e3527943f8d2305e9f2bb6706","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-08 - Cabinet of Commissioner Tibor Navracsics x Panathlon International"],"date":["2016-02-08"],"summary":["Presentation of Panathlon International organisation"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-dc2e0fed0fdf39a6a3f3ad63355c5215599de9d1","eu-tr-759448420600-52"]}} -{"id":"ec-meeting-2016-02-08-a095bab58a1f02462329a7931370d1f78cfd5732","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-08 - Energy x American Chamber of Commerce to the European Union"],"date":["2016-02-08"],"summary":["EU-US energy relations"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["ec-person-6997149120ce5129e38febe5275dc8fd03232d2e","eu-tr-5265780509-97"]}} -{"id":"ec-meeting-2016-02-08-c3e58bfb0700d9e812397e54222b6e827a40e9e9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-08 - Cabinet of First Vice-President Frans Timmermans x Ellen MacArthur Foundation"],"date":["2016-02-08"],"summary":["Circular Economy/Plastics"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["ec-person-7a0c440119cd5d547eceebb055c79b8bb41bf9a2","eu-tr-389996116741-55"]}} -{"id":"ec-meeting-2016-02-08-ca485a16f10e9baf71ddadb0045d8c803005a568","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-08 - Cabinet of Vice-President Andrus Ansip x European CIO Association Computer & Communications Industry Association European Round Table for Industry American Chamber of Commerce to the European Union BSA | The Software Alliance BUSINESSEUROPE European Internet Services Providers Association Trans-Atlantic Business Council DIGITALEUROPE"],"date":["2016-02-08"],"summary":["EU-US Privacy Shield"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0","eu-tr-75039383277-48","ec-person-5db7bdd1c81da2e70eb5b982097d0004111b5c3e","eu-tr-3978240953-79","eu-tr-5265780509-97","eu-tr-89092554724-82","eu-tr-64270747023-20","eu-tr-85172105610-37","eu-tr-25487567824-45","ec-person-3ca0c466b8ff230d4409591430b388007ce14ff8","eu-tr-54437813115-56","eu-tr-15987896534-82"]}} -{"id":"ec-meeting-2016-02-08-cfe2e15cb95d8154054553dd7ac7c7c09eac043e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-08 - Cabinet of Commissioner Marianne Thyssen x Brussels Airlines SA/NV Lufthansa Group"],"date":["2016-02-08"],"summary":["EU aviation industry"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["ec-person-bdb607d5d994a4056dd700f8f52d9af25b406b36","eu-tr-0714344663-32","eu-tr-931701916057-36"]}} -{"id":"ec-meeting-2016-02-08-d724ccb883c1ebc4519f4587ac7b0bcdc46829c3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-08 - Cabinet of Vice-President Andrus Ansip x Conference of European National Librarians"],"date":["2016-02-08"],"summary":["Copyright"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-804883820905-92","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45","ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0"]}} -{"id":"ec-meeting-2016-02-08-dc8b6f56d2c65c9a10bc39965875502590721c91","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-08 - Cabinet of Vice-President Miguel Arias Cañete x Centre for European Policy Studies"],"date":["2016-02-08"],"summary":["cross-border transportation electricity and gas in the EU"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd","eu-tr-86853666704-95"]}} -{"id":"ec-meeting-2016-02-08-eca42c2a537fc2581df2bfed78589ff1d37fd602","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-08 - Mobility and Transport x Kreab"],"date":["2016-02-08"],"summary":["EFSI, Aviation Strategy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-move"],"involved":["eu-tr-1078390517-54","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2016-02-08-f45ceb3134c15dc42d20cc9e083fd68e29a78f41","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-08 - Energy x Gas Infrastructure Europe"],"date":["2016-02-08"],"summary":["gas and energy policy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["ec-person-6997149120ce5129e38febe5275dc8fd03232d2e","eu-tr-76130992074-15"]}} -{"id":"ec-meeting-2016-02-09-18da560dede9e83c0846ea476b6120293fc71e91","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-09 - Communications Networks, Content and Technology x TU Delft"],"date":["2016-02-09"],"summary":["Institution of a European nano-Micro Technology Centre - Collaboration with Japan - European nanoMedecine initiative - participation in an EP=STOA exercise in October/November 2016 - Nanoelectronics for energy - foods - pharmacy...new ideas for European Platforms"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-238970213192-03","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2016-02-09-1989a03fddd36d299a602ce5f0683d17717c1705","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-09 - Cabinet of Commissioner Jonathan Hill x Euroclear SA/NV"],"date":["2016-02-09"],"summary":["Capital Markets Union"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["eu-tr-88290282308-75","ec-person-f247edfcff54d4f26fc10769f809c92bc72d6797"]}} -{"id":"ec-meeting-2016-02-09-2c20860c508188f9123e9b5384fb40e29919a1ed","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-09 - Cabinet of Vice-President Kristalina Georgieva x PRAGMATA SRL"],"date":["2016-02-09"],"summary":["African Union"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-georgieva-kristalina-of-president-vice"],"involved":["ec-person-335e79b90bd0f2b37f9193d6285514044d6c897e","eu-tr-547986912021-05"]}} -{"id":"ec-meeting-2016-02-09-3ebe97faab3a283f83d64d0e568458606a36d685","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-09 - Communications Networks, Content and Technology x Deutsche Telekom"],"date":["2016-02-09"],"summary":["EU review process,Vectoring roll-out in Germany, the role of platforms and shortly look at the situation in the Polish spectrum case."],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f","eu-tr-60052162589-72"]}} -{"id":"ec-meeting-2016-02-09-42395be7059343555d23bc0e00f0e47772c72fe8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-09 - Cabinet of Commissioner Pierre Moscovici x Mouvement des Entreprises de France"],"date":["2016-02-09"],"summary":["paquet mobilité"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["ec-person-79931cfd2923c1aca9c7d284e9590732b0a36ed9","eu-tr-43763731235-75"]}} -{"id":"ec-meeting-2016-02-09-752cc351c90a89741a00cceccfaee0d8343faf88","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-09 - Cabinet of Commissioner Marianne Thyssen x European Telecommunications Network Operators' Association"],"date":["2016-02-09"],"summary":["Digital Single Market"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["ec-person-bdb607d5d994a4056dd700f8f52d9af25b406b36","eu-tr-08957111909-85"]}} -{"id":"ec-meeting-2016-02-09-77134b70ede1597467f488053a4bc92867946014","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-09 - Günther Oettinger x Association of Commercial Television and Video on Demand Services in Europe"],"date":["2016-02-09"],"summary":["AVMSD"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-c6c38691c27b1498b60b18409aa979cf1dd1f4ac","eu-tr-18574111503-28"]}} -{"id":"ec-meeting-2016-02-09-7abb38f6177b8b663343eb037c715b9e3ffe5c7f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-09 - Günther Oettinger x Microsoft Corporation American Chamber of Commerce in the Slovak Republic CareWave The Slovak Alliance for Innovation Economy"],"date":["2016-02-09"],"summary":["DSM"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-581594720556-69","eu-tr-152725719644-01","eu-tr-637819620574-53","eu-tr-0801162959-21","ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0"]}} -{"id":"ec-meeting-2016-02-09-a06107f63288bfd2553443d83dc273cc09e9ebaf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-09 - Cabinet of Vice-President Andrus Ansip x GSMA Europe"],"date":["2016-02-09"],"summary":["Preparation for VP's participation in MWC, Barcelona"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-30988577529-37","ec-person-666bc159c7e65a3af9e63c1e97435c02f1496955"]}} -{"id":"ec-meeting-2016-02-09-a7b2e372c0d88f469cf216aa913268531dec19db","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-09 - Cabinet of High Representative / Vice-President Federica Mogherini x Müstakil Sanayici ve İşadamları Derneği (Independent Industrialists and Businessmen's Association)"],"date":["2016-02-09"],"summary":["EU-Turkey Relations"],"notes":["Portfolio: Foreign Affairs and Security Policy"],"location":["Brussels (Berlaymont)"],"address":["Brussels (Berlaymont)"],"addressEntity":["addr-4e70ddf45e81f0631950978c4aa49a218756a3f4"],"organizer":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"involved":["eu-tr-892985911073-36","ec-person-ffe369688b1df8f09154d965f094473d619d72e0"]}} -{"id":"ec-meeting-2016-02-09-c026fbe08533fa9fe1a866789525b833ee20b494","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-09 - Cabinet of Vice-President Andrus Ansip x TELAGE"],"date":["2016-02-09"],"summary":["Paper on technical neutrality"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-883336915342-49","ec-person-666bc159c7e65a3af9e63c1e97435c02f1496955"]}} -{"id":"ec-meeting-2016-02-09-e0da1a6691a55b2eb303c1a7c147b767d98c8597","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-09 - Cabinet of Commissioner Elżbieta Bieńkowska x Eurocities"],"date":["2016-02-09"],"summary":["EUROCITIES"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["ec-person-6cd920669457898c6304ed6a599a852d84518227","eu-tr-12493392840-79"]}} -{"id":"ec-meeting-2016-02-09-ea10e3dcab21d6b2a3a431cbd0501144985a7540","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-09 - Cabinet of Vice-President Andrus Ansip x Fédération Internationale des Associations de producteurs de Films Headquarters asbl Independent Film & Television Alliance International Video Federation Motion Picture Association EMEA"],"date":["2016-02-09"],"summary":["Copyright, cross border access to online content, AVMSD"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-e91c5be432b6b3efdda369792fed67c20b767a45","ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0","eu-tr-7013477846-25","eu-tr-359167112876-43","eu-tr-332167817125-52","eu-tr-95201401713-39"]}} -{"id":"ec-meeting-2016-02-09-f37cee6f721863307cf3ea2e0c08d463a3ceb079","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-09 - Günther Oettinger x Deutsche Post DHL Group"],"date":["2016-02-09"],"summary":["DSM, e-commerce"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0","eu-tr-48544465107-88"]}} -{"id":"ec-meeting-2016-02-10-0332ecc3739cee4a45e023e74e58bdcaaa72dab5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-10 - Günther Oettinger x LT-Innovate"],"date":["2016-02-10"],"summary":["Multilingual DSM"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-4cd59e13386e3b68ecb3611fcc579e0a0a3938a5","eu-tr-645002016924-12"]}} -{"id":"ec-meeting-2016-02-10-0df547edae08a59b2d291ad3033c5d888d3ea8a2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-10 - Cabinet of Vice-President Jyrki Katainen x Finnish Transport and Logistics SKAL"],"date":["2016-02-10"],"summary":["Entrepreneurship and SMEs"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-99365f4c3081112dcbfa722a5eb05adecc68503e","eu-tr-53638476328-19"]}} -{"id":"ec-meeting-2016-02-10-17abfdff6ae901fd96bf6dd2f583ca2d811ce5de","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-10 - Cabinet of Vice-President Andrus Ansip x Political Intelligence"],"date":["2016-02-10"],"summary":["Airbnb in Europe"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-3ca0c466b8ff230d4409591430b388007ce14ff8","eu-tr-34863197284-43"]}} -{"id":"ec-meeting-2016-02-10-1867f331ff639a500736935f6433393c06aaa803","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-10 - Cabinet of Vice-President Valdis Dombrovskis x SMEunited aisbl"],"date":["2016-02-10"],"summary":["Introductory meeting with the new President of UEAPME. Vice-President and Ms Ulrike Rabmer-Koller discussed ways to strengthen institutional cooperation and reinforce social dialogue involving SMEs"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-55820581197-35","ec-person-1f98d05bdaed2c40396781b1eb7b0aa47cb8dd20","ec-person-a9eda2e8ea54b70a968327672c6cada679d3cd56"]}} -{"id":"ec-meeting-2016-02-10-322a2444618de404294815c064086ea659a7f448","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-10 - Trade x BREIZ EUROPE"],"date":["2016-02-10"],"summary":["European Pig Sector and Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-trade"],"involved":["ec-person-bde9bb099f5d24c52ca4a9255cefc99a5b87a650","eu-tr-44968076843-33"]}} -{"id":"ec-meeting-2016-02-10-57573e4dadac2715cf2bba2fd8225c9c3f3b4029","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-10 - Cabinet of Commissioner Elżbieta Bieńkowska x EUROCHAMBRES – Association of European Chambers of Commerce and Industry"],"date":["2016-02-10"],"summary":["Current issues"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["ec-person-d2997a7f359c91a337055c3e24dd36bf928de38d","eu-tr-0014082722-83"]}} -{"id":"ec-meeting-2016-02-10-6955e1c2fc39086db53cfe5704eade1a5d928dc2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-10 - Günther Oettinger x Chamber of Commerce of the United States of America"],"date":["2016-02-10"],"summary":["DSM"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-4cd59e13386e3b68ecb3611fcc579e0a0a3938a5","eu-tr-444722016787-61"]}} -{"id":"ec-meeting-2016-02-10-743110ba3914b4772f60ab10f2d42915061543e6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-10 - Environment x Teresa Garcia Castro"],"date":["2016-02-10"],"summary":["Water Directive"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-env"],"involved":["eu-tr-100688920534-28","ec-person-3bc74ce04ea3f4ab4d91a5c88eef25b8b8a213b4"]}} -{"id":"ec-meeting-2016-02-10-75041fda97b85cc0a938e018268ef38baefe4ee4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-10 - Cabinet of Commissioner Tibor Navracsics x JA Europe"],"date":["2016-02-10"],"summary":["Teaching enterpreneurship"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-1da7ee09d46288ee4ea9db2b644bdcf9c3d6d000","eu-tr-640075618084-13"]}} -{"id":"ec-meeting-2016-02-10-9623c00951068fa7237465ebd0327a7d46967b5b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-10 - Cabinet of Vice-President Jyrki Katainen x Fleishman-Hillard"],"date":["2016-02-10"],"summary":["Tax models and their impact on investment"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-56047191389-84","ec-person-955e8c493ab54847bb92b65986f56a401f8eabee"]}} -{"id":"ec-meeting-2016-02-10-9d6e59c09c8543705e553bee498ee0902c8b91b8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-10 - Cabinet of Commissioner Tibor Navracsics x European Club Association"],"date":["2016-02-10"],"summary":["Preparation of the meeting between Commissioner Tibor Navracsics and Mr Karl-Heinz Rummenigge, European Club Association President"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["eu-tr-564607316826-42","ec-person-49f31dad10f5641cb1d1e4c3107dd838389e8120"]}} -{"id":"ec-meeting-2016-02-10-a905c7c4db182cb972f5b32fc2439fcc4e0201a7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-10 - Cabinet of Commissioner Elżbieta Bieńkowska x Ski Club of Great Britain"],"date":["2016-02-10"],"summary":["Mobility of volunteer ski leaders"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-151603120611-02","ec-person-d2997a7f359c91a337055c3e24dd36bf928de38d","ec-person-daef7f819b2f3ffe5e4f5d8eb2782954f3c4a4e2"]}} -{"id":"ec-meeting-2016-02-10-aa656f3e5943851c420177d2c953899e2b3f70a3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-10 - Communications Networks, Content and Technology x Belgian Institute for Postal services and Telecommunications"],"date":["2016-02-10"],"summary":["DSM"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f","eu-tr-121611120518-64"]}} -{"id":"ec-meeting-2016-02-10-ab92f45ac3b1091f05db08e9c56fa32a74d8abc0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-10 - Trade x Eurogroup for Animals"],"date":["2016-02-10"],"summary":["Trade and animal welfare"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-trade"],"involved":["ec-person-bde9bb099f5d24c52ca4a9255cefc99a5b87a650","eu-tr-6809935493-49"]}} -{"id":"ec-meeting-2016-02-10-e36365f78a1caa3bcfe2b6410a01cbfd29bd6663","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-10 - Cabinet of Commissioner Margrethe Vestager x The Danish Society for Nature Conservation"],"date":["2016-02-10"],"summary":["European Environmental Issues"],"notes":["Portfolio: Competition"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-margrethe-of-vestager"],"involved":["ec-person-0700cb0f43a2d20f4938902c4a086aca632d71fb","eu-tr-384365314480-89"]}} -{"id":"ec-meeting-2016-02-11-02881476be15e508fff3d90aa9925ce6bbb04cec","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-11 - Cabinet of Commissioner Věra Jourová x DIGITALEUROPE"],"date":["2016-02-11"],"summary":["DSM agenda – online platforms, geoblocking and digital contracts"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-a2ca9161feee56909a0e98b473c2d342c20fdb57","eu-tr-64270747023-20","ec-person-ff9ad301b778d595651cc4c46ec3a4cf1ef10376"]}} -{"id":"ec-meeting-2016-02-11-072086fc4cd948f8a835183cf9a8ba8e0acfdec2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-11 - Cabinet of Commissioner Carlos Moedas x Caixa Capital, Sociedade de Capital de Risco, SA"],"date":["2016-02-11"],"summary":["RISE Group work on investment"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-b8d49828915f9008e764a78796d47ea00807a658","eu-tr-922871820564-22"]}} -{"id":"ec-meeting-2016-02-11-2c4fa3f29feee02fe9b51d74a58f11ac8ba5facc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-11 - Günther Oettinger x DIGITALEUROPE"],"date":["2016-02-11"],"summary":["DSM"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-64270747023-20","ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0"]}} -{"id":"ec-meeting-2016-02-11-32da7b7ae68864329199724fe20ca08440629d78","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-11 - Cabinet of Commissioner Pierre Moscovici x Confédération des Petites et Moyennes Entreprises"],"date":["2016-02-11"],"summary":["détachement des travailleurs"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["ec-person-79931cfd2923c1aca9c7d284e9590732b0a36ed9","ec-person-3cbeba61ae952f06fe4916c381438ebbc676a597","eu-tr-74081206759-11"]}} -{"id":"ec-meeting-2016-02-11-4b97b9092197af8e6e2bf4bd96838b82173b0f31","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-11 - Internal Market, Industry, Entrepreneurship and SMEs x CSR Europe, The Business Network for Corporate Social Responsibility"],"date":["2016-02-11"],"summary":["Presentation of CSR EUrope and -\tNon-Financial Information Disclosure and Responsible Global Value Chains"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-grow"],"involved":["eu-tr-56502415122-32","ec-person-60a3d0d628d231b41af1d0c65607b0fd78ca4edc"]}} -{"id":"ec-meeting-2016-02-11-4f9f3de4a79952645b9af6fd110d8daba8d1448c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-11 - Cabinet of Commissioner Corina Crețu x Wintershall Dea AG"],"date":["2016-02-11"],"summary":["Winter Gas Package"],"notes":["Portfolio: Regional Policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-corina-cretu-of"],"involved":["eu-tr-75729476306-17","ec-person-f5bd4d5d0170028815aba56ee7d4883f0fd70f47"]}} -{"id":"ec-meeting-2016-02-11-6a58f6c84a001ab3f24223e631f431d73fc92558","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-11 - Cabinet of Commissioner Tibor Navracsics x CSR Europe, The Business Network for Corporate Social Responsibility"],"date":["2016-02-11"],"summary":["European Pact for Youth"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-dc2e0fed0fdf39a6a3f3ad63355c5215599de9d1","eu-tr-56502415122-32"]}} -{"id":"ec-meeting-2016-02-11-6af95dabc56bae3994497da9074d0506e0862c37","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-11 - Cabinet of President Jean-Claude Juncker x HSBC Holdings PLC"],"date":["2016-02-11"],"summary":["Action against terrorism financing"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-001866415031-87","ec-person-c402e34a99fbee730ae22e3b1958e21c94dc6fcc"]}} -{"id":"ec-meeting-2016-02-11-790b8ee8ba548c7751516d1bf12e939d998a119c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-11 - Cabinet of Vice-President Valdis Dombrovskis x Intercontinental Exchange, Inc."],"date":["2016-02-11"],"summary":["Markets in Financial Instruments Directive"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-141041215133-83","ec-person-3f9ca71b74344417d1f072ba7f3e2f09a223b036"]}} -{"id":"ec-meeting-2016-02-11-7dc73441b144853be083fa3c5520cea842823501","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-11 - Günther Oettinger x NOAH Advisors Limited"],"date":["2016-02-11"],"summary":["startups"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-017660920545-52","ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0"]}} -{"id":"ec-meeting-2016-02-11-8b04835f742186f664c6b8c2d47f331aed190a92","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-11 - Inspire, Debate, Engage and Accelerate Action x Lappeenranta University of Technology"],"date":["2016-02-11"],"summary":["Innovation in University Sector"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-dg-idea"],"involved":["eu-tr-296497914546-69","ec-person-4fe56a64c00b3e81c851b5538878b32481bd7d3c"]}} -{"id":"ec-meeting-2016-02-11-98ae7d3df01415f71c701ae618ee72ee9d5f8659","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-11 - Cabinet of Commissioner Elżbieta Bieńkowska x ARIANESPACE"],"date":["2016-02-11"],"summary":["various space related issues"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-016461319755-04","ec-person-685ecf13dd26cd515c961e24ba71049af2302c5e"]}} -{"id":"ec-meeting-2016-02-11-a5a9cb36cd2c9f6fb072dbd4147d82e96ccfd6d3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-11 - Cabinet of Vice-President Miguel Arias Cañete x Bureau Européen des Unions de Consommateurs"],"date":["2016-02-11"],"summary":["Winter package, market design, renewables, eco-design and energy efficiency labelling"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-9505781573-45","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd"]}} -{"id":"ec-meeting-2016-02-11-a7b1a91f33e1e2ebea8baa59e2ae3fb4963e63ec","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-11 - Cabinet of Commissioner Elżbieta Bieńkowska x OHB"],"date":["2016-02-11"],"summary":["Space Strategy; Future of GNSS; OHB satellites and services provision"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["ec-person-685ecf13dd26cd515c961e24ba71049af2302c5e","eu-tr-648584214179-94","ec-person-d2997a7f359c91a337055c3e24dd36bf928de38d"]}} -{"id":"ec-meeting-2016-02-11-b1a9a606f388e41592b48eceffb20e7579c58cc8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-11 - Cabinet of Vice-President Andrus Ansip x DIGITALEUROPE"],"date":["2016-02-11"],"summary":["Next steps under DSM - discussion with Digital Advisory Council"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-64270747023-20","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45","ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0"]}} -{"id":"ec-meeting-2016-02-11-b3f8975173c99929c8146a9d4eb83ac748994a00","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-11 - Cabinet of Vice-President Johannes Hahn x International Association of Oil & Gas Producers Europe"],"date":["2016-02-11"],"summary":["security of gas supply"],"notes":["Portfolio: European Neighbourhood Policy & Enlargement Negotiations"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-hahn-johannes-of-president-vice"],"involved":["ec-person-643595d3a737c63fc95146b51292a4684ed1ca75","eu-tr-3954187491-70"]}} -{"id":"ec-meeting-2016-02-11-b702bd6a67296c0442c8ad0b60ffe3c0ad792c51","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-11 - Cabinet of Commissioner Věra Jourová x Comerciando Global"],"date":["2016-02-11"],"summary":["Women on Boards"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-5455ecfabb89025694c798deac08160a2be17d94","eu-tr-814676820433-06"]}} -{"id":"ec-meeting-2016-02-11-bccda6e2bde8e66890b3469df26b8bee986f19e6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-11 - Cabinet of Commissioner Corina Crețu x International Association of Oil & Gas Producers Europe"],"date":["2016-02-11"],"summary":["Winter Gas Package"],"notes":["Portfolio: Regional Policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-corina-cretu-of"],"involved":["ec-person-f5bd4d5d0170028815aba56ee7d4883f0fd70f47","eu-tr-3954187491-70"]}} -{"id":"ec-meeting-2016-02-11-d61ff6a48aab34f8ff94a5e116e3edc24b6de85a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-11 - Cabinet of Commissioner Christos Stylianides x Médecins Sans Frontières"],"date":["2016-02-11"],"summary":["International Refugee Crisis"],"notes":["Portfolio: Humanitarian Aid & Crisis Management"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-christos-commissioner-of-stylianides"],"involved":["eu-tr-38497857515-11","ec-person-4424ecf39f7c6c9e4022ac46c71d81b0464ae6a5"]}} -{"id":"ec-meeting-2016-02-11-df4f0030c6c06b16112bd57507d99e552d251339","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-11 - Cabinet of Vice-President Andrus Ansip x Vodafone Belgium SA"],"date":["2016-02-11"],"summary":["Free flow of data"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-90142503473-81","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45"]}} -{"id":"ec-meeting-2016-02-11-f2fb41716d30c4d2bc69e28b4d39715fd5650d63","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-11 - Cabinet of President Jean-Claude Juncker x German Renewable Energy Federation"],"date":["2016-02-11"],"summary":["Energy Union"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-b1bf9aa5fb7e886441ff341b657cc482b64a2a3e","eu-tr-15511499334-46"]}} -{"id":"ec-meeting-2016-02-11-f58486d35a2d082c68a9bf2428d5745a68a69ee5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-11 - Cabinet of Commissioner Elżbieta Bieńkowska x G Plus Ltd (t/a Portland)"],"date":["2016-02-11"],"summary":["Intellectual property"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["ec-person-685ecf13dd26cd515c961e24ba71049af2302c5e","eu-tr-7223777790-86"]}} -{"id":"ec-meeting-2016-02-11-fae33e2290a4b68223b84b07eb28405e32425114","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-11 - Cabinet of Vice-President Andrus Ansip x Bartholomew Advisors SCS"],"date":["2016-02-11"],"summary":["Promoting Investment and Competition through Wholesale Wireless Infrastructure"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-237791211737-55","ec-person-0f698e3a0cc0bd6a02e1bd386a25cedc1366f3f1"]}} -{"id":"ec-meeting-2016-02-12-0278838cbc8e88ef36dccd8d25e54d8996b8b29a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-12 - Cabinet of High Representative / Vice-President Federica Mogherini x Centre for Fine Arts"],"date":["2016-02-12"],"summary":["Cultural diplomacy"],"notes":["Portfolio: Foreign Affairs and Security Policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"involved":["ec-person-62bf207e4274ad594e7eab4bfe20782f1d57f645","eu-tr-981651218089-69"]}} -{"id":"ec-meeting-2016-02-12-18c95497023e7c3a8fc3cd66663a7036f66c9a19","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-12 - Communications Networks, Content and Technology x European Telecommunications Network Operators' Association"],"date":["2016-02-12"],"summary":["EU digital policies and the future of the industry"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f","eu-tr-08957111909-85"]}} -{"id":"ec-meeting-2016-02-12-19c0c17f5d4b36a39df33358fea18c373c030189","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-12 - Cabinet of Vice-President Miguel Arias Cañete x Alianza por la Investigación y la Innovación Energéticas"],"date":["2016-02-12"],"summary":["Innovation and research in Energy issues"],"notes":["Portfolio: Climate Action & Energy"],"location":["Madrid, Spain"],"address":["Madrid, Spain"],"addressEntity":["addr-f2c4f2ef1ea88618aa1533f69b0d18fc1125a9d2"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-536768320613-64","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd"]}} -{"id":"ec-meeting-2016-02-12-2a2796da3dc98c9ef661c6420964dfff0bfe3a81","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-12 - Cabinet of Vice-President Miguel Arias Cañete x LLORENTE & CUENCA"],"date":["2016-02-12"],"summary":["30th Anniversary Spauin in the EU/ Climate and Energy issues"],"notes":["Portfolio: Climate Action & Energy"],"location":["Madrid, Spain"],"address":["Madrid, Spain"],"addressEntity":["addr-f2c4f2ef1ea88618aa1533f69b0d18fc1125a9d2"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-94327308403-58","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd"]}} -{"id":"ec-meeting-2016-02-12-31baf520c05f6c6a7fb08dee02cf35fce523393d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-12 - Cabinet of President Jean-Claude Juncker x Afore Consulting"],"date":["2016-02-12"],"summary":["Financial Regulation"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-c402e34a99fbee730ae22e3b1958e21c94dc6fcc","eu-tr-03013154889-05"]}} -{"id":"ec-meeting-2016-02-12-4e672b433cfc79ab2017a1f1f6640a4ff2ea046d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-12 - Cabinet of Vice-President Cecilia Malmström x amfori - Trade with Purpose"],"date":["2016-02-12"],"summary":["transparency in trade defence investigations"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-84768556104-35","ec-person-591ec829ca734bcfe59a2c9c7f07f9dff22a0ea9"]}} -{"id":"ec-meeting-2016-02-12-8abdd5b9655e898ca413a41726851fe0332d0d8d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-12 - Cabinet of Vice-President Maroš Šefčovič x Danfoss A/S"],"date":["2016-02-12"],"summary":["energy efficiency initiatives and follow-up to the heating and cooling strategy"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-ea6b517040e26a62f17d2829afffeba48cfd682f","eu-tr-212432414885-94"]}} -{"id":"ec-meeting-2016-02-12-8dca147aa81dff9bbd8a04df681ccd9274252454","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-12 - Cabinet of Vice-President Karmenu Vella x European Network of Maritime Clusters"],"date":["2016-02-12"],"summary":["Blue Economy, Ocean Governance"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["eu-tr-458905915808-19","ec-person-0e3efd8bc1c3ee9a80205d0bb78f316fa1621e5d"]}} -{"id":"ec-meeting-2016-02-12-d24d99b3e2e89a3fada8de21e37cdf619109ab49","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-12 - Cabinet of Vice-President Miguel Arias Cañete x Enagás S.A."],"date":["2016-02-12"],"summary":["Security of Supply and interconnections"],"notes":["Portfolio: Climate Action & Energy"],"location":["Madrid, Spain"],"address":["Madrid, Spain"],"addressEntity":["addr-f2c4f2ef1ea88618aa1533f69b0d18fc1125a9d2"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd","eu-tr-905001612275-82"]}} -{"id":"ec-meeting-2016-02-13-84f0c4e356f6146bc1fbd0c57316f212d594dee2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-13 - Cabinet of Vice-President Maroš Šefčovič x Airbus"],"date":["2016-02-13"],"summary":["Aviation Package"],"notes":["Portfolio: Energy Union"],"location":["Munich"],"address":["Munich"],"addressEntity":["addr-4bb73f4817cac7549995b34436d424f8d8b0f1b0"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-3bf48630444ace93d407e52eb880e64d480f75ce","eu-tr-2732167674-76","ec-person-1f95be23689cd4ed0a26fe2980f760ccf2d55c1e"]}} -{"id":"ec-meeting-2016-02-14-258ddc1da69d62b2f0ccd8c1e1c877d1224206a5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-14 - Cabinet of Vice-President Miguel Arias Cañete x Verband Deutscher Reeder"],"date":["2016-02-14"],"summary":["Climate action - transport"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-74850577610-03","ec-person-25a937c04cd0a0ddcf5cf34798e76b5105854114"]}} -{"id":"ec-meeting-2016-02-14-8fc6ad7f1412fbd897900a5a28c245af0b3db63e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-14 - Cabinet of Commissioner Violeta Bulc x STMicroelectronics Scania AB (publ) KLM Royal Dutch Airlines Deutsche Post DHL Group Robert Bosch GmbH A.P. Møller - Mærsk A/S AIR FRANCE"],"date":["2016-02-14"],"summary":["Roundtable with European Businesses in Singapore"],"notes":["Portfolio: Transport"],"location":["Singapore"],"address":["Singapore"],"addressEntity":["addr-20c0b7bdab70ca2cc9c844a0d74a3af0bbf41c3e"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-5012c5e45a52ee8ce67d19c1781a127af53e73e7","eu-tr-680443918500-51","eu-tr-3305029916-47","eu-tr-76441066192-30","eu-tr-350652449-83","eu-tr-8999533555-91","ec-person-4d2b449b5047ea3fda435a2a1c1081e3babcdf76","ec-person-7ac9445abdddc66a79f539ae13eb74e1ceb512df","eu-tr-70843878143-13","eu-tr-48544465107-88"]}} -{"id":"ec-meeting-2016-02-15-15636884d5e26d3448f5594ad4c931703218ae1c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-15 - Energy x National Grid Commercial Holdings Limited"],"date":["2016-02-15"],"summary":["Interconnection and energy policy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["ec-person-6997149120ce5129e38febe5275dc8fd03232d2e","eu-tr-56039866688-26"]}} -{"id":"ec-meeting-2016-02-15-1b53149a2649eb6f7008ad505381270f03408695","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-15 - Cabinet of Commissioner Violeta Bulc x Etihad Airways"],"date":["2016-02-15"],"summary":["Aviation"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-142277315551-86","ec-person-9d4dc4867a44dfe10f67ae7ee1706da3e8b48a24"]}} -{"id":"ec-meeting-2016-02-15-1d477f2d9d04e449b076c77e65a85a4d3fe3cd5d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-15 - Cabinet of President Jean-Claude Juncker x Friedrich-Ebert-Stiftung"],"date":["2016-02-15"],"summary":["Meeting with Mr Kurt Beck on Commission's political priorities"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-e415577aabb40c0f789310505c6c5803aa69037b","ec-person-29c106b0461ffd79e95f0119bdd363fd3c7c3ab3","eu-tr-05546466757-61"]}} -{"id":"ec-meeting-2016-02-15-1fcfd10f7dd1c83a33e2164d0aa6a6996362a1b5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-15 - Climate Action x Siemens AG"],"date":["2016-02-15"],"summary":["Low carbon technologies"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-clima"],"involved":["ec-person-44c2f44f96dda2012bcb4e9abc749f6cae86a4c0","eu-tr-4266797770-31"]}} -{"id":"ec-meeting-2016-02-15-20d38d29f00a85648e0996a0342c9994b3eae4b1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-15 - Cabinet of Vice-President Valdis Dombrovskis x Deutsches Aktieninstitut"],"date":["2016-02-15"],"summary":["Joint mtg on European Market Infrastructure Regulation"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-38064081304-25","ec-person-3f9ca71b74344417d1f072ba7f3e2f09a223b036"]}} -{"id":"ec-meeting-2016-02-15-23149df07865096d049d276b5c7230378cfbdbd5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-15 - Migration and Home Affairs x Friedrich-Ebert-Stiftung"],"date":["2016-02-15"],"summary":["Broader Discussion on EU Asylum Policy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-home"],"involved":["ec-person-ae1262e8850ed1e9a0530b0ad7440ac648255896","eu-tr-05546466757-61"]}} -{"id":"ec-meeting-2016-02-15-242f98c1083b836bf6a816da452e868a224fddcd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-15 - Cabinet of Commissioner Jonathan Hill x Insurance Europe Swiss Re Ltd. Lloyd's of London"],"date":["2016-02-15"],"summary":["Market access in third countries for EU reinsurers; EU/US negotiation on a covered agreement for insurance and reinsurance; international issues (IAIS)"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["eu-tr-290136415264-17","eu-tr-33213703459-54","ec-person-f247edfcff54d4f26fc10769f809c92bc72d6797","eu-tr-07203323308-65"]}} -{"id":"ec-meeting-2016-02-15-263292c543162bcf2b8d7dbb9033b95d29e5a6c4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-15 - Cabinet of Vice-President Valdis Dombrovskis x Latvijas Finanšu nozares asociācija"],"date":["2016-02-15"],"summary":["Discussion focused on the EMU – Banking Union: state of play, Latvian case, further steps towards completing the Banking Union; Compatibility of different deposit guarantee mechanisms in Europe;"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Riga, Latvia"],"address":["Riga, Latvia"],"addressEntity":["addr-bf0e861284be594b43d9cafc2ef34b002b221dda"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-481610819779-94","ec-person-a9eda2e8ea54b70a968327672c6cada679d3cd56"]}} -{"id":"ec-meeting-2016-02-15-4650a0868d89ee8698f6dc51b4475d28c3e88f0a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-15 - Cabinet of Vice-President Cecilia Malmström x Anti-Slavery International"],"date":["2016-02-15"],"summary":["Uzbekistan and Turkmenistan forced labour in cotton harvest"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-20ded9db5df11164331bb161fdf234b1e5ad53fd","ec-person-591ec829ca734bcfe59a2c9c7f07f9dff22a0ea9","eu-tr-464644816865-02"]}} -{"id":"ec-meeting-2016-02-15-5f642738939e268af69351b93dbeaf72e9b9dc2f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-15 - Cabinet of Commissioner Jonathan Hill x BP p.l.c."],"date":["2016-02-15"],"summary":["BP Southern Gas Corridor"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["eu-tr-3394026642-58","ec-person-f247edfcff54d4f26fc10769f809c92bc72d6797"]}} -{"id":"ec-meeting-2016-02-15-6c6fd17c15cf76d87522bf9bd024dbf05442b95f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-15 - Trade x Swiss Re Ltd. Lloyd's of London"],"date":["2016-02-15"],"summary":["On-going trade negotiations"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-trade"],"involved":["ec-person-bde9bb099f5d24c52ca4a9255cefc99a5b87a650","eu-tr-290136415264-17","eu-tr-07203323308-65"]}} -{"id":"ec-meeting-2016-02-15-6c74142166e7ed873b24a846a83bdab033c9f428","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-15 - Cabinet of Vice-President Maroš Šefčovič x OHB"],"date":["2016-02-15"],"summary":["Space policy issues"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-2be517b9261a91f2f07e05ec14c6331980e9716e","eu-tr-648584214179-94"]}} -{"id":"ec-meeting-2016-02-15-6d5790c320e04a45d080613d89a15c1083ef3eba","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-15 - Cabinet of Commissioner Tibor Navracsics x Federation of European Publishers"],"date":["2016-02-15"],"summary":["London Book Fair"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["eu-tr-398541467-53","ec-person-fa3187815cf956b0872e1668e14548b7d9f7ce93"]}} -{"id":"ec-meeting-2016-02-15-7e8f7c65af9b1e09b2d7845f57bc3c58d7e845a4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-15 - Climate Action x VERBOND VAN BELGISCHE ONDERNEMINGEN / FEDERATION DES ENTREPRISES DE BELGIQUE"],"date":["2016-02-15"],"summary":["Climate and Energy governance"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-clima"],"involved":["ec-person-44c2f44f96dda2012bcb4e9abc749f6cae86a4c0","eu-tr-47676761061-93"]}} -{"id":"ec-meeting-2016-02-15-8d6fa8b990afa44d3d2e46afa203559187706c00","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-15 - Migration and Home Affairs x Community of European Railway and Infrastructure Companies"],"date":["2016-02-15"],"summary":["Rail Transport Security"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-home"],"involved":["eu-tr-7574621118-27","ec-person-ae1262e8850ed1e9a0530b0ad7440ac648255896"]}} -{"id":"ec-meeting-2016-02-15-98b9de9fd0a19a29fc9398bd9016befc067b797c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-15 - Financial Stability, Financial Services and Capital Markets Union x BNP PARIBAS"],"date":["2016-02-15"],"summary":["MREL and TLAC"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-78787381113-69","ec-person-bdee7a93f95c8ef05079539170139b3c02e8ed96"]}} -{"id":"ec-meeting-2016-02-15-a20baee0929d789b9d31ef30b614ac4e77a8ce30","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-15 - Cabinet of Commissioner Věra Jourová x Intellectual Ventures Grayling"],"date":["2016-02-15"],"summary":["DSM agenda"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-a2ca9161feee56909a0e98b473c2d342c20fdb57","eu-tr-510389716548-23","eu-tr-53141413510-95"]}} -{"id":"ec-meeting-2016-02-15-afedf17dc8eb38ddf067b4a8e289d1bedcf5c36b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-15 - Cabinet of Commissioner Jonathan Hill x Berbalk Communications"],"date":["2016-02-15"],"summary":["Banking Union"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Belgium, Brussels, BERL"],"address":["Belgium, Brussels, BERL"],"addressEntity":["addr-afebf85a436897fe5234b2ac0d00a1ddc4c9dd27"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["ec-person-5fdb62e20cecef81f87f94d3d1bcdd3b47b26af0","eu-tr-309943411467-94"]}} -{"id":"ec-meeting-2016-02-15-b33158a70b9437d745bfd967f6988940336e4c1a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-15 - Cabinet of Commissioner Věra Jourová x Facebook Ireland Limited"],"date":["2016-02-15"],"summary":["DSM agenda, hate speech online, digital contracts"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-a2ca9161feee56909a0e98b473c2d342c20fdb57","eu-tr-28666427835-74"]}} -{"id":"ec-meeting-2016-02-15-b9218b3946beadb5f19f871ae2cd743485f2bad0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-15 - Cabinet of Commissioner Violeta Bulc x International Air Transport Association"],"date":["2016-02-15"],"summary":["Meeting with Mr Tony Tyler, Director General and Chief Executive Officer, IATA"],"notes":["Portfolio: Transport"],"location":["Singapore"],"address":["Singapore"],"addressEntity":["addr-20c0b7bdab70ca2cc9c844a0d74a3af0bbf41c3e"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-1805107590-28","ec-person-5012c5e45a52ee8ce67d19c1781a127af53e73e7","ec-person-7ac9445abdddc66a79f539ae13eb74e1ceb512df","ec-person-4d2b449b5047ea3fda435a2a1c1081e3babcdf76"]}} -{"id":"ec-meeting-2016-02-15-bbd074cfb50a45f1b79fb139d550a69505adb519","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-15 - Cabinet of Commissioner Carlos Moedas x British Council"],"date":["2016-02-15"],"summary":["Science diplomacy"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["eu-tr-17888758870-92","ec-person-23980b2bc4fd9c82051d0f7888dc236b2f764866"]}} -{"id":"ec-meeting-2016-02-15-c2b3de351d50f3a599886ee990fdb2dfb217a3da","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-15 - Cabinet of Vice-President Andrus Ansip x Fastweb S.p.A."],"date":["2016-02-15"],"summary":["Broadband deployment, innovation and market consolidation/competition, forthcoming review of telecom rules"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-58272867322-27","ec-person-3ca0c466b8ff230d4409591430b388007ce14ff8","ec-person-0f698e3a0cc0bd6a02e1bd386a25cedc1366f3f1","ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0"]}} -{"id":"ec-meeting-2016-02-15-c3c8993edf24aeab979e69c963cbe4fb2c18f358","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-15 - Energy x Shell Companies"],"date":["2016-02-15"],"summary":["Energy policy, energy security"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-05032108616-26","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2016-02-15-c5591735d08b6f9c3256b3058a4ad72970338f44","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-15 - Cabinet of Commissioner Pierre Moscovici x JPMorgan Chase & Co."],"date":["2016-02-15"],"summary":["exchange of views/global outlook/economic outlook"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["ec-person-18ec03f403696ecde522f7843ba9c4ff6335ead4","ec-person-ac604755dc7677c8653a5a5172e851f7c8e468b4","eu-tr-9171899949-17"]}} -{"id":"ec-meeting-2016-02-15-ccdbfa192b270a0a5f66fb20d179511dec45af0a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-15 - Cabinet of Vice-President Miguel Arias Cañete x EWABA"],"date":["2016-02-15"],"summary":["Biofuels"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-260e00934471a02805fb143935d6e9205a7f355f","eu-tr-727017212658-96"]}} -{"id":"ec-meeting-2016-02-15-dc51cb782056329880d71511696c7cc900c1925b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-15 - Cabinet of Commissioner Jonathan Hill x Insurance Europe"],"date":["2016-02-15"],"summary":["CMU; Solvency II, PRIIPS, IDD"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["ec-person-f247edfcff54d4f26fc10769f809c92bc72d6797","eu-tr-33213703459-54"]}} -{"id":"ec-meeting-2016-02-15-e0bff8e4da6cd9efa517be3fc0edc6eefdb7c46d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-15 - Cabinet of Vice-President Cecilia Malmström x The European Steel Association"],"date":["2016-02-15"],"summary":["Steel"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-19b143e83f8ab978c55c8a9a9e49e06dbfa14bf3","eu-tr-93038071152-83"]}} -{"id":"ec-meeting-2016-02-15-f024d8692808204344dbe85f5095c7ff8a207a2a","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2016-02-15 - Cabinet of Commissioner Violeta Bulc x Deutsches Verkehrsforum"],"date":["2016-02-15"],"summary":["Aviation","Practical aspects for participation to a Conference"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-84108743925-09","ec-person-9d4dc4867a44dfe10f67ae7ee1706da3e8b48a24","ec-person-e14c58f620f40325d829df7be0823280307bc15f"]}} -{"id":"ec-meeting-2016-02-15-fb029171e3667ec4e5d3c0b9f88cf1e67d5dfa6f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-15 - Cabinet of Vice-President Maroš Šefčovič x Statnett SF National Grid Commercial Holdings Limited"],"date":["2016-02-15"],"summary":["North Sea Link"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-05001306886-41","ec-person-1f95be23689cd4ed0a26fe2980f760ccf2d55c1e","eu-tr-56039866688-26"]}} -{"id":"ec-meeting-2016-02-15-fcd5d3c7b3a0b5381b04487a780c61229e35a3aa","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-15 - Günther Oettinger x Association relative à la télévision européenne"],"date":["2016-02-15"],"summary":["AVMSD"],"location":["Berlin"],"address":["Berlin"],"addressEntity":["addr-062b06ba8e755765c6b049809b7430fd54fe5b21"],"organizer":["ec-dg-de"],"involved":["eu-tr-447494115294-30","ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0"]}} -{"id":"ec-meeting-2016-02-16-061d07dbad6a69c3dfc3dd2722fa5efc8b78fdf7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-16 - Cabinet of High Representative / Vice-President Federica Mogherini x Friends of Europe"],"date":["2016-02-16"],"summary":["Update on Friends of Europe activities"],"notes":["Portfolio: Foreign Affairs and Security Policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"involved":["ec-person-62bf207e4274ad594e7eab4bfe20782f1d57f645","eu-tr-99436366768-45"]}} -{"id":"ec-meeting-2016-02-16-079406a1723f96ec8f20d14dc78791558ab7dc7d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-16 - Cabinet of Vice-President Andrus Ansip x WorldDAB"],"date":["2016-02-16"],"summary":["Digital radio"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-313735017680-60","ec-person-666bc159c7e65a3af9e63c1e97435c02f1496955","ec-person-91ca0921c6790191daa54427311acd63035e7c9e"]}} -{"id":"ec-meeting-2016-02-16-0c1dc0a7858cce9b713f523d10f6d3ca77553bb9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-16 - Energy x Akuo Energy"],"date":["2016-02-16"],"summary":["energy policy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["ec-person-6997149120ce5129e38febe5275dc8fd03232d2e","eu-tr-633103416344-62"]}} -{"id":"ec-meeting-2016-02-16-0ceda8338ebc81b292915f0db8b541ca414634bb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-16 - Cabinet of Commissioner Corina Crețu x National University of Ireland Galway"],"date":["2016-02-16"],"summary":["Task Force for Better Implementation"],"notes":["Portfolio: Regional Policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-corina-cretu-of"],"involved":["ec-person-a8f47f7eb96bfb81929848b0ee89067bcbf0ce81","eu-tr-579735319590-03"]}} -{"id":"ec-meeting-2016-02-16-1d577867aed623375c9c498b7b20d73c41af9f9f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-16 - Cabinet of Commissioner Elżbieta Bieńkowska x Verband der Automobilindustrie"],"date":["2016-02-16"],"summary":["Situation German Automotive Industry"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-95574664768-90","ec-person-95a769a1850d7d595f9a5853c51dcbdd3ddd69fb","ec-person-b2f9be51339f054477846797e2c119fcf16548fc"]}} -{"id":"ec-meeting-2016-02-16-1f0337427dd291a112ceee19d4c565a10ae966ac","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-16 - Cabinet of Vice-President Cecilia Malmström x EURODOM"],"date":["2016-02-16"],"summary":["Bananas in the overseas territories"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-28418016649-41","ec-person-98880f3f4206145e196013db9dd806a551c11e06"]}} -{"id":"ec-meeting-2016-02-16-1f3c1dfe3e0a51bca2908236334b55a71d23d374","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-16 - Cabinet of Commissioner Jonathan Hill x Suade Labs Limited"],"date":["2016-02-16"],"summary":["Introductory meeting on the Fintech sector"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["eu-tr-674568920644-38","ec-person-03cf92829e273869bfbd8bbf4f1881dcd0848186"]}} -{"id":"ec-meeting-2016-02-16-2570d6ab7dc0eea31e17cafd4fb0c4a429f57659","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-16 - Günther Oettinger x Serentschy Advisory Services GmbH"],"date":["2016-02-16"],"summary":["Telecom Policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-676350219556-09","ec-person-c6cae64cc7dc787b66a47ab1613d3e922875b971"]}} -{"id":"ec-meeting-2016-02-16-2635ed6b222d4ed4e328404c7ba3eaee9a212cd3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-16 - Cabinet of Commissioner Jonathan Hill x Roubini Global Economics"],"date":["2016-02-16"],"summary":["Tour d'horizon"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["eu-tr-373223819424-16","ec-person-f247edfcff54d4f26fc10769f809c92bc72d6797"]}} -{"id":"ec-meeting-2016-02-16-2b3e6ca4585e6025341645540b829db2ea2f9a16","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-16 - Günther Oettinger x Axel Springer SE"],"date":["2016-02-16"],"summary":["Copyright"],"location":["Berlin"],"address":["Berlin"],"addressEntity":["addr-062b06ba8e755765c6b049809b7430fd54fe5b21"],"organizer":["ec-dg-de"],"involved":["eu-tr-742417913824-11","ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0"]}} -{"id":"ec-meeting-2016-02-16-2dbd0bce55d05d9e79ad82c30269bc4bc62eac35","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-16 - Günther Oettinger x Allied for Startups asbl"],"date":["2016-02-16"],"summary":["DSM"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-634665118544-37","ec-person-3297113eb5d4e59bc84d571628f0130aa75c761a"]}} -{"id":"ec-meeting-2016-02-16-3da692b1bd04efd077338b603f7e21a0761acea9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-16 - Cabinet of Vice-President Andrus Ansip x Microsoft Corporation"],"date":["2016-02-16"],"summary":["e-privacy reform, lawful access, and jurisdiction"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-0801162959-21","ec-person-5db7bdd1c81da2e70eb5b982097d0004111b5c3e"]}} -{"id":"ec-meeting-2016-02-16-4738c7aadd38989fb38c21423d51784363441b30","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-16 - Cabinet of Vice-President Miguel Arias Cañete x Gas Infrastructure Europe"],"date":["2016-02-16"],"summary":["Gas policy"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-76130992074-15","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd"]}} -{"id":"ec-meeting-2016-02-16-53218f3ab2ae327cf58ffac8b023278a953b7c6b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-16 - Cabinet of Vice-President Jyrki Katainen x Forum Europe"],"date":["2016-02-16"],"summary":["Keynote speech on the circular economy"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-731763615450-48","ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90","ec-person-0da85dc48012e26688310a59a0b51727ea68f410"]}} -{"id":"ec-meeting-2016-02-16-5cc0b7ef6f1716f639e3ba96012885c4c499d586","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-16 - Cabinet of Commissioner Elżbieta Bieńkowska x Association Française des Pôles de Compétitivité"],"date":["2016-02-16"],"summary":["inititatives europeennes en faveurs des clusters, competitivite"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["ec-person-685ecf13dd26cd515c961e24ba71049af2302c5e","eu-tr-628863019573-66"]}} -{"id":"ec-meeting-2016-02-16-5e1582d20e62fe2fb3dde51454e01266a8022ed6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-16 - Cabinet of Commissioner Violeta Bulc x Lufthansa Group"],"date":["2016-02-16"],"summary":["aviation strategy"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-0714344663-32","ec-person-5012c5e45a52ee8ce67d19c1781a127af53e73e7","ec-person-9d4dc4867a44dfe10f67ae7ee1706da3e8b48a24"]}} -{"id":"ec-meeting-2016-02-16-62dd8a6cad7913903078b4383fa0999d44bcc852","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-16 - Cabinet of Vice-President Neven Mimica x Orange"],"date":["2016-02-16"],"summary":["ICT in development cooperation"],"notes":["Portfolio: International Cooperation & Development"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-mimica-neven-of-president-vice"],"involved":["ec-person-e90858f5aba78fd0e1cb2f757c3f38d55d91f98b","eu-tr-76704342721-41"]}} -{"id":"ec-meeting-2016-02-16-65986cafc8831c74c023f837414aaeae86ad1460","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-16 - Cabinet of High Representative / Vice-President Federica Mogherini x British Council"],"date":["2016-02-16"],"summary":["developement of EU cultural diplomacy strategy"],"notes":["Portfolio: Foreign Affairs and Security Policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"involved":["eu-tr-17888758870-92","ec-person-efed7cdce9c9bb64dca7aedb11d12aaed5efb809"]}} -{"id":"ec-meeting-2016-02-16-6b55a17f39ca6528024f1b3656749ab7f7394736","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-16 - Cabinet of Commissioner Věra Jourová x Frank Bold Society"],"date":["2016-02-16"],"summary":["Corporate social responsibility"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-5455ecfabb89025694c798deac08160a2be17d94","ec-person-a608b85b2ffef83f883b5a2330b6232efa1b7141","eu-tr-57221111091-19"]}} -{"id":"ec-meeting-2016-02-16-6d60bf5df25f6a79ef0432dc56763f37e41cafca","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-16 - Cabinet of Commissioner Carlos Moedas x Universities UK International"],"date":["2016-02-16"],"summary":["Horizon 2020"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-23980b2bc4fd9c82051d0f7888dc236b2f764866","eu-tr-503102215568-76"]}} -{"id":"ec-meeting-2016-02-16-6eb8f1dcba9ea12b8439af28ac38ebd3dabf4a9e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-16 - Cabinet of Commissioner Marianne Thyssen x Eurocities"],"date":["2016-02-16"],"summary":["Urban dimension of European employment and social priorities"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["ec-person-e93189002a993321fd1af93481b271c766b1aff8","eu-tr-12493392840-79"]}} -{"id":"ec-meeting-2016-02-16-79ce171ea95d07ab9b30807d98eeaf984401fff0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-16 - Cabinet of Commissioner Carlos Moedas x European Insulation Manufacturers Association"],"date":["2016-02-16"],"summary":["Energy and Climate Policy"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-0a716bf5253e913fc40ebf14c12f30dc2e7a06ee","eu-tr-98345631631-22"]}} -{"id":"ec-meeting-2016-02-16-7a7b28bbe4cdc4a59378fb2d9f018074f250130e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-16 - Trade x Grupa Azoty Spółka Akcyjna CIECH S.A."],"date":["2016-02-16"],"summary":["On-going TTIP negotiations"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-trade"],"involved":["ec-person-bde9bb099f5d24c52ca4a9255cefc99a5b87a650","eu-tr-227049220646-96","eu-tr-461358818394-57"]}} -{"id":"ec-meeting-2016-02-16-82a7e898a2f3c6257f791ec95b6ac4a390f450c5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-16 - Cabinet of Vice-President Jyrki Katainen x Intesa Sanpaolo"],"date":["2016-02-16"],"summary":["EFSI"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-3775b7be791f90ed462b9071c9ae596b80d71bca","eu-tr-24037141789-48"]}} -{"id":"ec-meeting-2016-02-16-84128e91124fdb713a0aa3c6588727e630d1e43a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-16 - Cabinet of Vice-President Maroš Šefčovič x Deutsches Zentrum für Luft- und Raumfahrt e.V."],"date":["2016-02-16"],"summary":["Space policy, energy research"],"notes":["Portfolio: Energy Union"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-1f95be23689cd4ed0a26fe2980f760ccf2d55c1e","eu-tr-21280626733-05"]}} -{"id":"ec-meeting-2016-02-16-899e989ef1cca73817a7c40f56ede78545a02668","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-16 - Cabinet of Vice-President Neven Mimica x Deutsche Gesellschaft für Internationale Zusammenarbeit (GIZ) GmbH"],"date":["2016-02-16"],"summary":["Participation of GIZ in the Commission's development cooperation"],"notes":["Portfolio: International Cooperation & Development"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-mimica-neven-of-president-vice"],"involved":["ec-person-e90858f5aba78fd0e1cb2f757c3f38d55d91f98b","eu-tr-78346836208-90"]}} -{"id":"ec-meeting-2016-02-16-8e1049f554eb4d0fa243a160eada390dbc2b09a9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-16 - Cabinet of Vice-President Andrus Ansip x KDC Conseil SPRL VIVENDI"],"date":["2016-02-16"],"summary":["Platforms, cross-border portability, digital contract rules for content"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-057865115207-48","eu-tr-898914810908-76","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45"]}} -{"id":"ec-meeting-2016-02-16-8eeb74198a9b3bed4b4bedbc3565778bbc8e8daa","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-16 - Cabinet of Commissioner Corina Crețu x Lumos Foundation"],"date":["2016-02-16"],"summary":["Task Force for Better Implementation"],"notes":["Portfolio: Regional Policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-corina-cretu-of"],"involved":["ec-person-a8f47f7eb96bfb81929848b0ee89067bcbf0ce81","eu-tr-849607914394-57"]}} -{"id":"ec-meeting-2016-02-16-9da53ed952da6212e240b5e7a8197d12d1d013ba","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-16 - Günther Oettinger x WorldDAB"],"date":["2016-02-16"],"summary":["Telecom"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-313735017680-60","ec-person-c6cae64cc7dc787b66a47ab1613d3e922875b971"]}} -{"id":"ec-meeting-2016-02-16-9f05692f9617b19ace42d034b6509e5a7f579229","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2016-02-16 - Günther Oettinger x Huawei Technologies Huawei Technologies"],"date":["2016-02-16"],"summary":["digital research"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-4cd59e13386e3b68ecb3611fcc579e0a0a3938a5","eu-tr-114467111412-38","ec-person-3297113eb5d4e59bc84d571628f0130aa75c761a"]}} -{"id":"ec-meeting-2016-02-16-a241a0c9ff497d56b9f05bbdad13b3c2124d1ab4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-16 - Taxation and Customs Union x International Road Transport Union Permanent Delegation to the EU"],"date":["2016-02-16"],"summary":["Introductory discussion"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-taxud"],"involved":["eu-tr-41802525291-86","ec-person-3173c1cc052827c58f23ccd3a8de07534f0d35bd"]}} -{"id":"ec-meeting-2016-02-16-a31901651832b1a7020acb124189ef275b5a5e8d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-16 - Economic and Financial Affairs x Roubini Global Economics"],"date":["2016-02-16"],"summary":["General discussion of the global economic outlook and points more specific to Europe"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-ecfin"],"involved":["ec-person-9b398cc97951266670f91bef34ea37df7380eef9","eu-tr-373223819424-16"]}} -{"id":"ec-meeting-2016-02-16-b1a9a606f388e41592b48eceffb20e7579c58cc8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-16 - Cabinet of Vice-President Andrus Ansip x DIGITALEUROPE"],"date":["2016-02-16"],"summary":["DSM, copyright"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-64270747023-20","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45"]}} -{"id":"ec-meeting-2016-02-16-b5f789751515aa95963cad51b39def8735f7b285","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-16 - Günther Oettinger x International Federation of Film Distributors' and Publishers' Associations Union Internationale des Cinémas"],"date":["2016-02-16"],"summary":["copyright"],"location":["Berlin"],"address":["Berlin"],"addressEntity":["addr-062b06ba8e755765c6b049809b7430fd54fe5b21"],"organizer":["ec-dg-de"],"involved":["eu-tr-757797110981-25","ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0","eu-tr-74301917747-65"]}} -{"id":"ec-meeting-2016-02-16-b996cffa750bc41c8f2b7e5ec4979495d9e61982","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-16 - Cabinet of Vice-President Andrus Ansip x InterContinental Hotels Group"],"date":["2016-02-16"],"summary":["DSM, platforms"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-700552220021-46","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45"]}} -{"id":"ec-meeting-2016-02-16-ba233573d6dfc441a8f6df4612acc8a1260a38e0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-16 - Günther Oettinger x European Film Agency Directors"],"date":["2016-02-16"],"summary":["DSM"],"location":["Berlin"],"address":["Berlin"],"addressEntity":["addr-062b06ba8e755765c6b049809b7430fd54fe5b21"],"organizer":["ec-dg-de"],"involved":["ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0","eu-tr-430805515370-85"]}} -{"id":"ec-meeting-2016-02-16-bc3e12ebaba52716ac952d8e57e7909571420237","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-16 - Cabinet of Commissioner Věra Jourová x Bundesvereinigung der Deutschen Arbeitgeberverbände e.V."],"date":["2016-02-16"],"summary":["Gender equality & diversity at workplace"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-5455ecfabb89025694c798deac08160a2be17d94","ec-person-a608b85b2ffef83f883b5a2330b6232efa1b7141","eu-tr-7749519702-29"]}} -{"id":"ec-meeting-2016-02-16-c400a30b8c05bcfd9e6b0283d6f2139b71e5ac1a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-16 - Cabinet of Commissioner Jonathan Hill x Managed Funds Association"],"date":["2016-02-16"],"summary":["Financial Policy"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["ec-person-a9f927e92126f22da48d08ee37b059179988ada8","eu-tr-041415315167-65"]}} -{"id":"ec-meeting-2016-02-16-c569d7486660441085a78e4dc179746918316e9f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-16 - Cabinet of Commissioner Marianne Thyssen x Bertelsmann Stiftung"],"date":["2016-02-16"],"summary":["Follow up on Vision Europe Summit (VES) 2015"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["ec-person-ce19440eacb8fd67f534bdbcce33a1c4cedfd071","ec-person-5a49eb89125b4b5d1125b3925bbb64aba1bea2b3","eu-tr-13571025706-27","ec-person-e93189002a993321fd1af93481b271c766b1aff8"]}} -{"id":"ec-meeting-2016-02-16-c5e6d4dbd4f330563856a0d99628a2c4f61357eb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-16 - Günther Oettinger x Initiative Urheberrecht e.V., Förderverein"],"date":["2016-02-16"],"summary":["copyright"],"location":["Berlin"],"address":["Berlin"],"addressEntity":["addr-062b06ba8e755765c6b049809b7430fd54fe5b21"],"organizer":["ec-dg-de"],"involved":["eu-tr-585371312551-70","ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0"]}} -{"id":"ec-meeting-2016-02-16-c976ab90bd6c7ecbe49daebcb40b81d3fdc5fa1c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-16 - Cabinet of Vice-President Miguel Arias Cañete x RTE Réseau de transport d'électricité Statnett SF Statkraft AS Swissgrid AG TenneT Holding B.V. Elia Transmission Belgium Magyar Villamosenergia-ipari Átviteli Rendszerirányító Zártkörűen Működő Részvénytársaság National Grid Commercial Holdings Limited"],"date":["2016-02-16"],"summary":["Market Design"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-73558824193-08","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd","eu-tr-289810215426-07","eu-tr-669359510572-76","eu-tr-56039866688-26","eu-tr-96327066302-56","eu-tr-05001306886-41","eu-tr-60493327921-85","eu-tr-993137417069-31"]}} -{"id":"ec-meeting-2016-02-16-c9820e6b71c00719c1c1bb5ec9a1ce8b67e56846","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2016-02-16 - Cabinet of Commissioner Violeta Bulc x Community of European Railway and Infrastructure Companies"],"date":["2016-02-16"],"summary":["Meeting board of Community of European Railway and Infrastructure Companies (CER)","Meeting Freight CEOs Task Force on pending transport issues"],"notes":["Portfolio: Transport"],"location":["Brussels, Belguim"],"address":["Brussels, Belguim"],"addressEntity":["addr-84b5e5f38d43901e13b15f0c7dd8b408c954fd9b"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-4d2b449b5047ea3fda435a2a1c1081e3babcdf76","eu-tr-7574621118-27","ec-person-dd7851e4a1e747e824b4f81139e33bc3cdb73160"]}} -{"id":"ec-meeting-2016-02-16-cb6cce6823c2b3732da59bc32287a8130b29aa60","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-16 - Financial Stability, Financial Services and Capital Markets Union x Bloomberg"],"date":["2016-02-16"],"summary":["CMU"],"location":["London"],"address":["London"],"addressEntity":["addr-4c57f0c88d9844630327623633ce269cf826ab99"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-941851915685-19","ec-person-bdee7a93f95c8ef05079539170139b3c02e8ed96"]}} -{"id":"ec-meeting-2016-02-16-cccfe5bce51450ed99b6e759fcd6f40d24c1d115","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-16 - Cabinet of High Representative / Vice-President Federica Mogherini x EUROPEAN TRADE UNION CONFEDERATION"],"date":["2016-02-16"],"summary":["ETUC/EC relations"],"notes":["Portfolio: Foreign Affairs and Security Policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"involved":["ec-person-efed7cdce9c9bb64dca7aedb11d12aaed5efb809","eu-tr-06698681039-26"]}} -{"id":"ec-meeting-2016-02-16-d06d49ead23ca60853a0d863b9faf8c8ff9c88cd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-16 - Cabinet of Vice-President Miguel Arias Cañete x Norwegian Oil and Gas Association Confederation of Norwegian Enterprise Equinor ASA"],"date":["2016-02-16"],"summary":["Package supply security and in particular the LNG strategy, EU-Norway relations in the field of energy"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-07442991338-05","eu-tr-54666125767-31","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd","eu-tr-4447605981-76"]}} -{"id":"ec-meeting-2016-02-16-db5fe9619007d10bad8b3061a1057a79641536b1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-16 - Communications Networks, Content and Technology x Huawei Technologies"],"date":["2016-02-16"],"summary":["Update on Huawei Global/Europe Business activities - 5G Developments Huawei Global and EU activities - DG Connect priorities and expectation from Huawei - EU-China cooperation, expectation from EU Commission and expected Huawei role"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-114467111412-38","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2016-02-16-e29afd5f1931abfe7ce02daf58d029cbd9dfbe73","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-16 - Cabinet of Commissioner Carlos Moedas x Bundesverband der Deutschen Industrie e.V."],"date":["2016-02-16"],"summary":["Feedback on Horizon 2020"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-b8d49828915f9008e764a78796d47ea00807a658","ec-person-0a716bf5253e913fc40ebf14c12f30dc2e7a06ee","eu-tr-1771817758-48"]}} -{"id":"ec-meeting-2016-02-16-f3e463359af4487eb822815f146d7c9e3565d896","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-16 - Cabinet of Vice-President Valdis Dombrovskis x IBM Corporation"],"date":["2016-02-16"],"summary":["Test"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-7721359944-96","ec-person-3f9ca71b74344417d1f072ba7f3e2f09a223b036"]}} -{"id":"ec-meeting-2016-02-16-f4849cf25b1ddbfa5d18fb4ffbef6b4eeb9a8082","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-16 - Migration and Home Affairs x International Organization for Migration"],"date":["2016-02-16"],"summary":["EU-IOM Strategic Partnership: SOM"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-home"],"involved":["ec-person-ae1262e8850ed1e9a0530b0ad7440ac648255896","eu-tr-14074813668-09"]}} -{"id":"ec-meeting-2016-02-16-f843a96d6986d0c84b833caba107347f6ec26c83","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-16 - Cabinet of Commissioner Jonathan Hill x ΈΝΩΣΗ ΑΣΦΑΛΙΣΤΙΚΩΝ ΕΤΑΙΡΙΩΝ ΕΛΛΑΔΟΣ"],"date":["2016-02-16"],"summary":["Exchange of views on the Greek insurance sector"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["ec-person-f247edfcff54d4f26fc10769f809c92bc72d6797","eu-tr-276776018972-79"]}} -{"id":"ec-meeting-2016-02-17-04b8bbbb7a8fbbe068750781ba771e96b9390b9b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-17 - Cabinet of Commissioner Elżbieta Bieńkowska x Green 10"],"date":["2016-02-17"],"summary":["concerns re environmental & climate protection vs preserving ind competitiveness"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["ec-person-95a769a1850d7d595f9a5853c51dcbdd3ddd69fb","eu-tr-70309834043-10","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2016-02-17-079d883dd6c6748da05b73afa0e05b318ff07753","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-17 - Günther Oettinger x European Magazine Media Association"],"date":["2016-02-17"],"summary":["AVMSD"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0","eu-tr-37937886834-69"]}} -{"id":"ec-meeting-2016-02-17-0902a64fffeecfa7619453b738a69a4bcb60ae3c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-17 - Directorate-General for International Partnerships x European Centre for Electoral Support"],"date":["2016-02-17"],"summary":["présentation des activités d'ECES et l'exploit de possibilités de la coopération avec DEVCO"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-intpa"],"involved":["eu-tr-578467420707-73","ec-person-ad00e7dd980bb2a40a95c65a87f8760494546865"]}} -{"id":"ec-meeting-2016-02-17-1dd7d3b54b2033d4a772ae175e156152818359fa","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-17 - Cabinet of Vice-President Maroš Šefčovič x Shell Companies"],"date":["2016-02-17"],"summary":["CCS"],"notes":["Portfolio: Energy Union"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-05032108616-26","ec-person-192eca4cb918c7382c916bec9bfe04e745ee91cb"]}} -{"id":"ec-meeting-2016-02-17-1f6550d90b93879798ba34f262209cc059822c41","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-17 - Cabinet of Commissioner Elżbieta Bieńkowska x consortium of CERN and large European national laboratories with accelerator driven research infrastructures and major detector development effort"],"date":["2016-02-17"],"summary":["ATTRACT"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["ec-person-685ecf13dd26cd515c961e24ba71049af2302c5e","eu-tr-44454059960-64","ec-person-95a769a1850d7d595f9a5853c51dcbdd3ddd69fb"]}} -{"id":"ec-meeting-2016-02-17-25213d8e34e0674e6cb8c368baea96f379484b06","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-17 - Cabinet of Vice-President Andrus Ansip x European Visual Artists European Federation of Journalists Federation of European Publishers European Newspaper Publishers' Association"],"date":["2016-02-17"],"summary":["copyright"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-121604011075-40","eu-tr-398541467-53","eu-tr-27471236588-39","eu-tr-5950962136-12","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45"]}} -{"id":"ec-meeting-2016-02-17-252c367f9fb551a206ed973c577e865d8193e9f8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-17 - Cabinet of Vice-President Jyrki Katainen x Hochschulrektorenkonferenz"],"date":["2016-02-17"],"summary":["Research and innovation policy"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-99365f4c3081112dcbfa722a5eb05adecc68503e","eu-tr-416841712322-37"]}} -{"id":"ec-meeting-2016-02-17-279fe007cf282236f6bf5648242e49b8ad87cfc8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-17 - Cabinet of First Vice-President Frans Timmermans x European Council on Refugees and Exiles"],"date":["2016-02-17"],"summary":["Roundtable Fundamental Rights"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-43750202163-43","ec-person-966667b73d92624be9bb019c2baab7e52331b3d3"]}} -{"id":"ec-meeting-2016-02-17-286bca8626c94f406e11a520826d4dd39071fa3a","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2016-02-17 - Cabinet of Vice-President Miguel Arias Cañete x SALESAS TRES CENTRO DE ESTUDIOS"],"date":["2016-02-17"],"summary":["Energy Union"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium","Brussels"],"address":["Brussels, Belgium","Brussels"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306","addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-400183910694-08","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd","ec-person-2229c857664a22dcb8eee79a8c05841fd3d0924f"]}} -{"id":"ec-meeting-2016-02-17-2b8f4a49f876f60c1a94c65f1b45b884f3ffab14","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-17 - Cabinet of First Vice-President Frans Timmermans x International Commission of Jurists"],"date":["2016-02-17"],"summary":["Roundtable Fundamental Rights"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["ec-person-966667b73d92624be9bb019c2baab7e52331b3d3","eu-tr-941916711102-62"]}} -{"id":"ec-meeting-2016-02-17-2c4fa3f29feee02fe9b51d74a58f11ac8ba5facc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-17 - Günther Oettinger x DIGITALEUROPE"],"date":["2016-02-17"],"summary":["copyright"],"location":["BXL"],"address":["BXL"],"addressEntity":["addr-d2fde52f67ea4a3e1fe233d0a959d6a1c77fd910"],"organizer":["ec-dg-de"],"involved":["eu-tr-64270747023-20","ec-person-49723482bb23d029cbfc010cb37eec7392a0ae02"]}} -{"id":"ec-meeting-2016-02-17-35e739f6d970de9155151fdaae83af8881150d29","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-17 - Cabinet of Commissioner Pierre Moscovici x FTI Consulting Belgium Managed Funds Association"],"date":["2016-02-17"],"summary":["discussion on the economic outlook and the EU's regulatory agenda in relation to matters of taxation and financial services"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["eu-tr-041415315167-65","ec-person-18ec03f403696ecde522f7843ba9c4ff6335ead4","eu-tr-29896393398-67","ec-person-738f7f25002d191bd2df8936e8f8d1d726c19e2e"]}} -{"id":"ec-meeting-2016-02-17-44e11172f299998667ab8cb0ac7f8333245727aa","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-17 - Cabinet of First Vice-President Frans Timmermans x Platform of European Social NGOs"],"date":["2016-02-17"],"summary":["Roundtable"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-85083981189-35","ec-person-966667b73d92624be9bb019c2baab7e52331b3d3"]}} -{"id":"ec-meeting-2016-02-17-4e3aebcc16be10dd1965677ee95a98b9adc7e61f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-17 - Cabinet of Commissioner Jonathan Hill x Swiss Finance Council"],"date":["2016-02-17"],"summary":["Capital Markets Union"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["eu-tr-858716912337-17","ec-person-f247edfcff54d4f26fc10769f809c92bc72d6797"]}} -{"id":"ec-meeting-2016-02-17-4e8aee7575c89d308022c62135da3eb4326293b8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-17 - Cabinet of Vice-President Karmenu Vella x European Retail Round Table"],"date":["2016-02-17"],"summary":["Circular Economy"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["ec-person-4ff7c27445db4ad88e687776974fd8d077a1fe0c","eu-tr-15751468852-52"]}} -{"id":"ec-meeting-2016-02-17-55a07d2b3b87e675f7c13790ee27b14ae1ad10e1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-17 - Günther Oettinger x Verband der Automobilindustrie"],"date":["2016-02-17"],"summary":["electro mobility, digitisation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-95574664768-90","ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0"]}} -{"id":"ec-meeting-2016-02-17-5c956a223c673b5b9eb0f5e36dcb6188f4cdcf97","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-17 - Günther Oettinger x Vodafone Belgium SA"],"date":["2016-02-17"],"summary":["telecom policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-4cd59e13386e3b68ecb3611fcc579e0a0a3938a5","eu-tr-90142503473-81"]}} -{"id":"ec-meeting-2016-02-17-64b9d69c496a0e5ea6f7ece87ca03573a8454e46","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-17 - Financial Stability, Financial Services and Capital Markets Union x CAISSE DES DEPOTS"],"date":["2016-02-17"],"summary":["CMU, Titrisation « simple, transparence et de qualité, Fonds européens d’investissement à long terme,"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-84606487324-44","ec-person-bdee7a93f95c8ef05079539170139b3c02e8ed96"]}} -{"id":"ec-meeting-2016-02-17-6f585dee5dabe0390908547fad599b33e127fa87","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-17 - Cabinet of First Vice-President Frans Timmermans x European Network Against Racism"],"date":["2016-02-17"],"summary":["Roundtable"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-09854512780-89","ec-person-966667b73d92624be9bb019c2baab7e52331b3d3"]}} -{"id":"ec-meeting-2016-02-17-71cc0bdf54db241c4a8d16ccbfe5bac4388fede5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-17 - Cabinet of First Vice-President Frans Timmermans x European Retail Round Table"],"date":["2016-02-17"],"summary":["Circular Economy"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["ec-person-7a0c440119cd5d547eceebb055c79b8bb41bf9a2","eu-tr-15751468852-52"]}} -{"id":"ec-meeting-2016-02-17-82d6e51a1649faf6cfd623f99c24ffdc5b895103","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-17 - Cabinet of First Vice-President Frans Timmermans x Amnesty International Limited"],"date":["2016-02-17"],"summary":["Roundtable"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-11063928073-34","ec-person-966667b73d92624be9bb019c2baab7e52331b3d3"]}} -{"id":"ec-meeting-2016-02-17-8406cc5edc685910901c0c8e700c59e3d8838370","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-17 - Trade x Comité du commerce des céréales, aliments du bétail, oléagineux, huile d'olive, huiles et graisses et agrofournitures de l'U.E."],"date":["2016-02-17"],"summary":["TTIP and DCFTA with Ukraine"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-trade"],"involved":["ec-person-bde9bb099f5d24c52ca4a9255cefc99a5b87a650","eu-tr-2050009628-31"]}} -{"id":"ec-meeting-2016-02-17-86a37a9a779252ff1332be1276eb8cd98d89b43c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-17 - Economic and Financial Affairs x BlackRock"],"date":["2016-02-17"],"summary":["European economic outlook and economic governance agenda"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ecfin"],"involved":["ec-person-9b398cc97951266670f91bef34ea37df7380eef9","eu-tr-51436554494-18"]}} -{"id":"ec-meeting-2016-02-17-86b50f87d054a104316e25b95cff89d89b5658a7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-17 - Cabinet of First Vice-President Frans Timmermans x Save the Children International"],"date":["2016-02-17"],"summary":["Roundtable"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-11610562644-55","ec-person-966667b73d92624be9bb019c2baab7e52331b3d3"]}} -{"id":"ec-meeting-2016-02-17-8b834427139eff78dea879b4aa4bfef847dc2df2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-17 - Günther Oettinger x Bundesärztekammer"],"date":["2016-02-17"],"summary":["mHealth"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0","eu-tr-89648243865-50"]}} -{"id":"ec-meeting-2016-02-17-8c2863ab3d691c0f6825a2b8255450d09ddc0fd1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-17 - Cabinet of First Vice-President Frans Timmermans x Platform for International Cooperation on Undocumented Migrants"],"date":["2016-02-17"],"summary":["Roundtable Fundamental Rights"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["ec-person-966667b73d92624be9bb019c2baab7e52331b3d3","eu-tr-19093363838-48"]}} -{"id":"ec-meeting-2016-02-17-8cdcea74ae0f8467588c245c0b399a5d13e985c6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-17 - Cabinet of Commissioner Pierre Moscovici x Außenhandelsvereinigung des Deutschen Einzelhandels e.V."],"date":["2016-02-17"],"summary":["Wirtschaftsausblick Eurozone"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["eu-tr-663095315894-59","ec-person-ac604755dc7677c8653a5a5172e851f7c8e468b4"]}} -{"id":"ec-meeting-2016-02-17-8dd8c80ede58467e65f42bd9e11a4641d8b749a7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-17 - Cabinet of President Jean-Claude Juncker x Fédération Française d'Equitation"],"date":["2016-02-17"],"summary":["initiatives s'agissant de la TVA"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-ad6f76ca53dc30d965b15e3728c45dbd0aba44b4","eu-tr-02214595960-02"]}} -{"id":"ec-meeting-2016-02-17-92c39afd0494248f74804d8496bf107c456c46b3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-17 - Financial Stability, Financial Services and Capital Markets Union x NRW.BANK"],"date":["2016-02-17"],"summary":["Call for evidence, CMU"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["ec-person-bdee7a93f95c8ef05079539170139b3c02e8ed96","eu-tr-1321739923-73"]}} -{"id":"ec-meeting-2016-02-17-955890f33074770a6cba487b0671ccadb20b18fc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-17 - Cabinet of Vice-President Jyrki Katainen x European Retail Round Table"],"date":["2016-02-17"],"summary":["circular economy"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-15751468852-52","ec-person-0da85dc48012e26688310a59a0b51727ea68f410"]}} -{"id":"ec-meeting-2016-02-17-959bfe6a3898583cf190bed18bf9b72c70f0fa02","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2016-02-17 - Cabinet of Commissioner Phil Hogan x EirGrid Group plc"],"date":["2016-02-17"],"summary":["Agri Matters","energy developments in Ireland"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels","BERL 08/304"],"address":["Brussels","BERL 08/304"],"addressEntity":["addr-aff09a6f822af9a7e96260c390a7e7bd5d64be8b","addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-a1a78365cc4685b0958056646204977d8f2ead92","eu-tr-984555020606-52","ec-person-7d3caa534e5cdda6d5b949bd4b2def39356e3bec"]}} -{"id":"ec-meeting-2016-02-17-96eeadc8181a8f73d4fd51af8ed214f24a695250","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-17 - Cabinet of First Vice-President Frans Timmermans x The European Region of the International Lesbian, Gay, Bisexual, Trans and Intersex Association"],"date":["2016-02-17"],"summary":["Roundtable Fundamental Rights"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-11977456675-84","ec-person-966667b73d92624be9bb019c2baab7e52331b3d3"]}} -{"id":"ec-meeting-2016-02-17-9c5a3f343a47318f266fd7d2ed22c4b43c882453","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-17 - Cabinet of President Jean-Claude Juncker x EUROPEAN TRADE UNION CONFEDERATION Trades Union Congress (UK)"],"date":["2016-02-17"],"summary":["Meeting with Mr Luca Visentini and Ms Frances O'Grady on the European Pillar of Social Rights"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-98eba7ab1446c6dce384fdc2ecd48c7cadf9ee4e","eu-tr-06698681039-26","ec-person-9c3ecdfef0005edcc4749f05e79adbb4369d514a","ec-person-29c106b0461ffd79e95f0119bdd363fd3c7c3ab3","eu-tr-77510791109-40"]}} -{"id":"ec-meeting-2016-02-17-9fbff8e5f40af0999fea6a2ec1e8420d21a33434","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-17 - Cabinet of Vice-President Valdis Dombrovskis x Bundesverband der Deutschen Volksbanken und Raiffeisenbanken Deutscher Sparkassen-und Giroverband"],"date":["2016-02-17"],"summary":["Hessische Reginalbankenkonferenz"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels, Permanent Representation of Hessen"],"address":["Brussels, Permanent Representation of Hessen"],"addressEntity":["addr-6bd77ec97d7ee99db61969c0f79e35ed6814f212"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-62379064909-15","eu-tr-22330076571-75","ec-person-a9eda2e8ea54b70a968327672c6cada679d3cd56"]}} -{"id":"ec-meeting-2016-02-17-a01adf295f573966484f5f49749ba4b535eed2fb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-17 - Cabinet of Vice-President Karmenu Vella x The European Organization for Packaging and the Environment"],"date":["2016-02-17"],"summary":["Circular Economy"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["ec-person-4ff7c27445db4ad88e687776974fd8d077a1fe0c","eu-tr-0001976677-12"]}} -{"id":"ec-meeting-2016-02-17-a7ccdd2a5a95814306c19d522ac37aa67e0aa4a7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-17 - Cabinet of Commissioner Jonathan Hill x Confederation of Finnish Industries EK"],"date":["2016-02-17"],"summary":["CBCR and TAX"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Belgium, Bruxelles, BERL"],"address":["Belgium, Bruxelles, BERL"],"addressEntity":["addr-b38ac85f59861dd22d0e3d43d3052507a01c9bbe"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["ec-person-5fdb62e20cecef81f87f94d3d1bcdd3b47b26af0","eu-tr-1274604847-34"]}} -{"id":"ec-meeting-2016-02-17-aeb454b322b590a9331e8aa383a5a9882e1885cd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-17 - Cabinet of Commissioner Violeta Bulc x FINNAIR OYJ"],"date":["2016-02-17"],"summary":["Aviation"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-457984316938-16","ec-person-9d4dc4867a44dfe10f67ae7ee1706da3e8b48a24"]}} -{"id":"ec-meeting-2016-02-17-b0eb708b861c2933da9212a386d79708b84991c5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-17 - Cabinet of Commissioner Elżbieta Bieńkowska x Norwegian Oil and Gas Association"],"date":["2016-02-17"],"summary":["current issues of the Oil and Gas association Norway"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-54666125767-31","ec-person-95a769a1850d7d595f9a5853c51dcbdd3ddd69fb","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2016-02-17-c006fb0fb44380672b2a4c6c9f33bac4c67b1f12","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-17 - Cabinet of Commissioner Violeta Bulc x Volkswagen Aktiengesellschaft"],"date":["2016-02-17"],"summary":["decarbonisation and digitalisation of transport"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-e14c58f620f40325d829df7be0823280307bc15f","eu-tr-6504541970-40"]}} -{"id":"ec-meeting-2016-02-17-c0fc52ba4df49c8a05a5a8474b515bb501041088","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-17 - Cabinet of First Vice-President Frans Timmermans x Terre des Hommes International Federation"],"date":["2016-02-17"],"summary":["Roundtable Fundamental Rights"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["ec-person-966667b73d92624be9bb019c2baab7e52331b3d3","eu-tr-030107317058-64"]}} -{"id":"ec-meeting-2016-02-17-c3845c1e36ef6effb3bd0e2556345bd7f30f309b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-17 - Cabinet of High Representative / Vice-President Federica Mogherini x Stiftung Wissenschaft und Politik"],"date":["2016-02-17"],"summary":["Meeting focused on civilian CSDP"],"notes":["Portfolio: Foreign Affairs and Security Policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"involved":["ec-person-e03a77379f79ea00cf20048e42e8b0793bf62fa3","eu-tr-662741612644-67"]}} -{"id":"ec-meeting-2016-02-17-cbb4accfdfaf25fd34d8da7e8d9bad0826ca67fe","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-17 - Cabinet of First Vice-President Frans Timmermans x Open Society European Policy Institute"],"date":["2016-02-17"],"summary":["Roundtable Fundamental Rights"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-8557515321-37","ec-person-966667b73d92624be9bb019c2baab7e52331b3d3"]}} -{"id":"ec-meeting-2016-02-17-cdbf3a68bf9cf36c956465887a242b32c8890201","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-17 - Cabinet of Vice-President Neven Mimica x EU Strategy"],"date":["2016-02-17"],"summary":["Cooperation with the Inter-American Development Bank"],"notes":["Portfolio: International Cooperation & Development"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-mimica-neven-of-president-vice"],"involved":["eu-tr-42484704423-92","ec-person-886e1b865045c3ed98e99075006d09cea708acce"]}} -{"id":"ec-meeting-2016-02-17-d20090d9347a6ea480ba57644e0db9acd0e8fb13","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-17 - Cabinet of First Vice-President Frans Timmermans x Human Rights Watch"],"date":["2016-02-17"],"summary":["Roundtable Fundamental Rights"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["ec-person-966667b73d92624be9bb019c2baab7e52331b3d3","eu-tr-56362448807-46"]}} -{"id":"ec-meeting-2016-02-17-d7ebeaa8bb251371e125cd83a39a4ca157c6ca29","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-17 - Cabinet of Commissioner Violeta Bulc x Verband der Automobilindustrie"],"date":["2016-02-17"],"summary":["decarbonisation and digitalisation of transport"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-95574664768-90","ec-person-e14c58f620f40325d829df7be0823280307bc15f"]}} -{"id":"ec-meeting-2016-02-17-de9105f8a310468a81f0b7ebc7b9ee48e174eb3e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-17 - Cabinet of Vice-President Andrus Ansip x Ofcom"],"date":["2016-02-17"],"summary":["cross-border Parcels delivery"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-3ca0c466b8ff230d4409591430b388007ce14ff8","eu-tr-756081713228-69"]}} -{"id":"ec-meeting-2016-02-17-e10dfd39e425e304238b0668871d9fdbd5224bff","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-17 - Migration and Home Affairs x UNITEE AISBL"],"date":["2016-02-17"],"summary":["Migrant entrepreneurs in Europe, Strategies to foster Sustainability and Growth."],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-home"],"involved":["eu-tr-07875727774-09","ec-person-ae1262e8850ed1e9a0530b0ad7440ac648255896"]}} -{"id":"ec-meeting-2016-02-17-ea5831149935edcf1d463c54d3780b7751c83519","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-17 - Financial Stability, Financial Services and Capital Markets Union x TotalEnergies SE BP p.l.c. Shell Companies"],"date":["2016-02-17"],"summary":["The implementation of EU legislation currently in development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-3394026642-58","eu-tr-1849405799-88","eu-tr-05032108616-26","ec-person-bdee7a93f95c8ef05079539170139b3c02e8ed96"]}} -{"id":"ec-meeting-2016-02-17-f2692e66803fad817520e2e4d21a861ebe8b0cde","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-17 - Cabinet of Commissioner Pierre Moscovici x Fédération Française d'Equitation"],"date":["2016-02-17"],"summary":["discuss the future plans on the VAT reduced rates"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Brussel"],"address":["Brussel"],"addressEntity":["addr-62ff8a238a97c72453d6fc3e5cd26a143cd991e7"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["eu-tr-02214595960-02","ec-person-738f7f25002d191bd2df8936e8f8d1d726c19e2e"]}} -{"id":"ec-meeting-2016-02-17-fb0aae0ca7b67c96a82391cde36e69282b6314e5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-17 - Cabinet of Vice-President Valdis Dombrovskis x Deutscher Sparkassen-und Giroverband"],"date":["2016-02-17"],"summary":["meeting with Mr Fahrenschon, Präsident des Deuschen Sparkassen- und Giroverbands"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels, Permanent Representation of Hessen"],"address":["Brussels, Permanent Representation of Hessen"],"addressEntity":["addr-6bd77ec97d7ee99db61969c0f79e35ed6814f212"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-62379064909-15","ec-person-a9eda2e8ea54b70a968327672c6cada679d3cd56"]}} -{"id":"ec-meeting-2016-02-17-fb8f4b8a3045247ed07a67692e4c99a286aca3fd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-17 - Cabinet of Commissioner Margrethe Vestager x eBay EU liaison office"],"date":["2016-02-17"],"summary":["E-commerce sector enquiry and Digital Single Market"],"notes":["Portfolio: Competition"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-margrethe-of-vestager"],"involved":["ec-person-5d3cde69206da720686a2bca71494091f1318f24","eu-tr-40386322300-77"]}} -{"id":"ec-meeting-2016-02-18-00565618e14559bd74a5c27bfc4f113da34bb0ee","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-18 - Communications Networks, Content and Technology x Google"],"date":["2016-02-18"],"summary":["DSM: Google engagement to improve digital skills in Europe - Platforms: present Google position on the discussion around platforms and discuss how self/co-regulation could address some of the policy issues on the table - European Cloud initiative: how Google can contribute to this important initiative"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-03181945560-59","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2016-02-18-02fa8b2add30b7034c86eab34c5dc13d0d2e30cb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-18 - Günther Oettinger x Microsoft Corporation"],"date":["2016-02-18"],"summary":["e_privacy review"],"location":["BXL"],"address":["BXL"],"addressEntity":["addr-d2fde52f67ea4a3e1fe233d0a959d6a1c77fd910"],"organizer":["ec-dg-de"],"involved":["eu-tr-0801162959-21","ec-person-5652698e8f7b4a189329e67fddbaff44dbe8658c"]}} -{"id":"ec-meeting-2016-02-18-030bb8e222ce773a81727b649cfd2849d602caea","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-18 - Günther Oettinger x pantarhei corporate advisors"],"date":["2016-02-18"],"summary":["postal operators in the e-commerce market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-21877126545-33","ec-person-3297113eb5d4e59bc84d571628f0130aa75c761a"]}} -{"id":"ec-meeting-2016-02-18-05c6bd77771baa9f7e10f4f1fc217b6e05821fb6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-18 - Cabinet of President Jean-Claude Juncker x IFPI Representing recording industry worldwide"],"date":["2016-02-18"],"summary":["Digital Single Market"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-60394321918-91","ec-person-44a061693f35519551be0e3dab996e76ad3f8c7c"]}} -{"id":"ec-meeting-2016-02-18-2c4fa3f29feee02fe9b51d74a58f11ac8ba5facc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-18 - Günther Oettinger x DIGITALEUROPE"],"date":["2016-02-18"],"summary":["DSM"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-64270747023-20","ec-person-3297113eb5d4e59bc84d571628f0130aa75c761a"]}} -{"id":"ec-meeting-2016-02-18-3327972352f148853a659c1df6722c66cb2cb420","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-18 - Cabinet of President Jean-Claude Juncker x Fleishman-Hillard"],"date":["2016-02-18"],"summary":["Overview on financial regulation"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-56047191389-84","ec-person-c402e34a99fbee730ae22e3b1958e21c94dc6fcc"]}} -{"id":"ec-meeting-2016-02-18-3501c2740b6ce01086b41002896500b097745020","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-18 - Cabinet of Vice-President Jyrki Katainen x European Association of Mining Industries, Metal Ores & Industrial Minerals"],"date":["2016-02-18"],"summary":["Investments in Greece"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-0da85dc48012e26688310a59a0b51727ea68f410","eu-tr-62722978644-95"]}} -{"id":"ec-meeting-2016-02-18-3c1075e64fb344c00c5463a34146fa57126ef594","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2016-02-18 - Cabinet of High Representative / Vice-President Federica Mogherini x Médecins Sans Frontières"],"date":["2016-02-18"],"summary":["Syria","MSF to present a report on Syria."],"notes":["Portfolio: Foreign Affairs and Security Policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"involved":["ec-person-4f2bf88ad14d12976aecc7694a057ab90b7a81d2","ec-person-e03a77379f79ea00cf20048e42e8b0793bf62fa3","eu-tr-38497857515-11"]}} -{"id":"ec-meeting-2016-02-18-47abc9cfe9d7bd1ba746e7301fbabdc90ab76715","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-18 - Günther Oettinger x FIGIEFA - Fédération Internationale des Grossistes, Importateurs & Exportateurs en Fournitures Automobiles / International Federation of Automotive Distributors"],"date":["2016-02-18"],"summary":["IOT, digitisation of the automotive industry"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-69678928900-56","ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0"]}} -{"id":"ec-meeting-2016-02-18-47d89e8893a5bd157908c8a86fece4be8a91279a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-18 - Günther Oettinger x UBS Group AG"],"date":["2016-02-18"],"summary":["DSM"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0","eu-tr-365453815252-29"]}} -{"id":"ec-meeting-2016-02-18-50b50e051f9ab82d394950dc88849c3572b8030e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-18 - Cabinet of Vice-President Cecilia Malmström x Maa- ja metsätaloustuottajain Keskusliitto – Central Union of Agricultural Producers and Forest Owners"],"date":["2016-02-18"],"summary":["General Trade Policy + Possible visit of Commissioner to Finland"],"notes":["Portfolio: Trade"],"location":["Brussels Belgium"],"address":["Brussels Belgium"],"addressEntity":["addr-61947d7d2c69c0b8f57325bd044f500c5fc6df48"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-56039441735-48","ec-person-5d4088e1913284a765aed8445f448f6ff341f1b3"]}} -{"id":"ec-meeting-2016-02-18-56e5b26d0cc2f3169db1796384574dac684c1316","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-18 - Cabinet of Vice-President Jyrki Katainen x The European House - Ambrosetti"],"date":["2016-02-18"],"summary":["Ambrosetti Forum"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-625244214975-24","ec-person-7c9460f99c5872dbdc561f5752401c870d12e98b"]}} -{"id":"ec-meeting-2016-02-18-5927ebd5019c6a14f2df27090a2ef98230c1fd31","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-18 - Cabinet of Vice-President Miguel Arias Cañete x Centre for European Policy Studies GEODE - The voice of local energy distributors across Europe WindEurope Bruegel Third Generation Environmentalism Ltd European Chemical Industry Council EDSO for Smart Grids The European Association for the Promotion of Cogeneration European Network of Transmission System Operators for Electricity Business for New Europe Europex - Association of European Energy Exchanges Greenpeace European Unit European Federation of Local and Regional Energy Companies BUSINESSEUROPE Eurelectric aisbl Snam S.p.A. International Federation of Industrial Energy Consumers Friends of Sustainable Grids smartEn Smart Energy Europe"],"date":["2016-02-18"],"summary":["Market design"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-07783117686-61","eu-tr-86853666704-95","eu-tr-284336314886-25","eu-tr-4271427696-87","eu-tr-50679663522-75","eu-tr-00098856602-24","eu-tr-38305846546-70","eu-tr-9832909575-41","eu-tr-952322311484-70","eu-tr-25805148045-87","eu-tr-745012117422-54","eu-tr-1978775156-31","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd","eu-tr-3978240953-79","eu-tr-91684615435-86","eu-tr-64879142323-90","eu-tr-54829912208-85","eu-tr-19920706471-21","eu-tr-569379418624-07","eu-tr-33622026795-64"]}} -{"id":"ec-meeting-2016-02-18-6790133c1dd120cafb3a61df49b26579d26d9769","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-18 - Cabinet of Commissioner Tibor Navracsics x European University Association"],"date":["2016-02-18"],"summary":["European Higher Education Policy"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-dc2e0fed0fdf39a6a3f3ad63355c5215599de9d1","eu-tr-81122172998-09"]}} -{"id":"ec-meeting-2016-02-18-6a3b4a26bedb2ec0eea8a22a05a8ff1e9c8bdf1c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-18 - Cabinet of Commissioner Carlos Moedas x Deutscher Industrie- und Handelskammertag e.V."],"date":["2016-02-18"],"summary":["Feedback on Horizon 2020"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-b8d49828915f9008e764a78796d47ea00807a658","ec-person-0a716bf5253e913fc40ebf14c12f30dc2e7a06ee","eu-tr-22400601191-42"]}} -{"id":"ec-meeting-2016-02-18-6a58f6c84a001ab3f24223e631f431d73fc92558","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-18 - Cabinet of Commissioner Tibor Navracsics x CSR Europe, The Business Network for Corporate Social Responsibility"],"date":["2016-02-18"],"summary":["European Pact for Youth"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["eu-tr-56502415122-32","ec-person-1da7ee09d46288ee4ea9db2b644bdcf9c3d6d000"]}} -{"id":"ec-meeting-2016-02-18-71cb3edd56e69c20d383f757d82f6fa0daf93b86","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-18 - Cabinet of Commissioner Věra Jourová x BUSINESSEUROPE"],"date":["2016-02-18"],"summary":["Speech - Data proection"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["eu-tr-3978240953-79","ec-person-184e698af1eb9e33b179680570ca171d8cb31c94"]}} -{"id":"ec-meeting-2016-02-18-7ad31e24e8f403a6c5b2981abfa7545c8923ba3a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-18 - Cabinet of Commissioner Jonathan Hill x Citigroup Inc."],"date":["2016-02-18"],"summary":["Financial Policy"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["ec-person-a9f927e92126f22da48d08ee37b059179988ada8","eu-tr-00353757573-57"]}} -{"id":"ec-meeting-2016-02-18-85c335c1b35a035d47cc5dc083a2354d89a7df05","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-18 - Mobility and Transport x Airports Council International - European Region"],"date":["2016-02-18"],"summary":["airport charges and security"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-move"],"involved":["eu-tr-42566063487-73","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2016-02-18-85faf0e86a2d9fdb380504c10e284db4bcb80ab3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-18 - Cabinet of Commissioner Tibor Navracsics x European Festivals Association"],"date":["2016-02-18"],"summary":["Culture (Festivals)"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-fa3187815cf956b0872e1668e14548b7d9f7ce93","ec-person-dc2e0fed0fdf39a6a3f3ad63355c5215599de9d1","eu-tr-434027116304-07"]}} -{"id":"ec-meeting-2016-02-18-87c99456a974c27f668292168f757d06d7fbdc3c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-18 - Cabinet of Commissioner Carlos Moedas x ENEL SpA"],"date":["2016-02-18"],"summary":["H2020 and Energy"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-0a716bf5253e913fc40ebf14c12f30dc2e7a06ee","eu-tr-6256831207-27"]}} -{"id":"ec-meeting-2016-02-18-90a85c7b599cc094db1928aafe0f7f48e9811491","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-18 - Cabinet of Commissioner Marianne Thyssen x PensioPlus"],"date":["2016-02-18"],"summary":["Preparations for the conference at which Commissioner Thyssen will deliver the opening address, March 1st"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["eu-tr-378802611655-48","ec-person-ce19440eacb8fd67f534bdbcce33a1c4cedfd071"]}} -{"id":"ec-meeting-2016-02-18-a0150bd5a8f52837e8d560d62e80374557fe6358","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-18 - Günther Oettinger x Österreichische Post AG"],"date":["2016-02-18"],"summary":["postal operators in the e-commerce market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-3297113eb5d4e59bc84d571628f0130aa75c761a","eu-tr-726916114945-91"]}} -{"id":"ec-meeting-2016-02-18-a7729b89022a5e66f1d35e444b17a83db24515be","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-18 - Cabinet of Commissioner Pierre Moscovici x Deutsche Bank AG"],"date":["2016-02-18"],"summary":["Economic and financial markets outlook, Priorities of Dutch EU Presidency and view from the institutions on likely timeline/progress."],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["eu-tr-271912611231-56","ec-person-3cbeba61ae952f06fe4916c381438ebbc676a597","ec-person-18ec03f403696ecde522f7843ba9c4ff6335ead4"]}} -{"id":"ec-meeting-2016-02-18-aaddbca3403cdf0133627fd78763a72ab5ce07ea","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-18 - Cabinet of Vice-President Andrus Ansip x UNI Europa industriAll European Trade Union European Federation of Public Service Unions BUSINESSEUROPE EUROPEAN TRADE UNION CONFEDERATION SGI Europe SMEunited aisbl"],"date":["2016-02-18"],"summary":["Digital Single Market and it's impact on jobs"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-43785827982-59","eu-tr-04902121531-04","ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0","eu-tr-55820581197-35","eu-tr-3978240953-79","eu-tr-06698681039-26","eu-tr-358284014848-82","ec-person-c759bd58acc54869aa8e62ce652efcda416e25c2","ec-person-3ca0c466b8ff230d4409591430b388007ce14ff8","eu-tr-59513031434-92"]}} -{"id":"ec-meeting-2016-02-18-b1ef1f5cee5dd3760270563487e9002843c61282","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-18 - Cabinet of Commissioner Věra Jourová x European Telecommunications Network Operators' Association"],"date":["2016-02-18"],"summary":["Data protection"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-f329292459cb1badb7fb7c6b67b698c441931bb2","eu-tr-08957111909-85"]}} -{"id":"ec-meeting-2016-02-18-b807eb16bf73df661fc751b6e7c4aa0e4779259c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-18 - Cabinet of Commissioner Elżbieta Bieńkowska x International Association of Oil & Gas Producers Europe"],"date":["2016-02-18"],"summary":["upcoming winter package"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-3954187491-70","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2016-02-18-c4c228fcb2225ca185275b690b83c29cef272732","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-18 - Health and Food Safety x World Animal Protection"],"date":["2016-02-18"],"summary":["Future Commission's priorities on Animal Welfare"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-sante"],"involved":["eu-tr-630990212371-30","ec-person-3c7fdbe0c1c235777d916309465339b7ed1666f6"]}} -{"id":"ec-meeting-2016-02-18-d2227fb5f78217794ff3e6166d78547fb36113ec","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-18 - Cabinet of President Jean-Claude Juncker x MTV Oy"],"date":["2016-02-18"],"summary":["Digital Single Market"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-44a061693f35519551be0e3dab996e76ad3f8c7c","eu-tr-471903417802-72"]}} -{"id":"ec-meeting-2016-02-18-d61ff6a48aab34f8ff94a5e116e3edc24b6de85a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-18 - Cabinet of Commissioner Christos Stylianides x Médecins Sans Frontières"],"date":["2016-02-18"],"summary":["International Humanitarian Law"],"notes":["Portfolio: Humanitarian Aid & Crisis Management"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-christos-commissioner-of-stylianides"],"involved":["eu-tr-38497857515-11","ec-person-6f08c893ea685f6d5f50c2c6e373f294e3616698"]}} -{"id":"ec-meeting-2016-02-18-d77bfd23879ff8d62d79a70dba41cf84cf1aabae","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-18 - Cabinet of Vice-President Andrus Ansip x European Federation of Journalists Federation of European Screen Directors - Fédération Européenne des Réalisateurs de l'Audiovisuel European Writers’ Council-Féderation des associations européennes d’écrivains European Composer and Songwriter Alliance"],"date":["2016-02-18"],"summary":["copyright"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-29280842236-21","eu-tr-56788289570-24","eu-tr-27471236588-39","eu-tr-71423433087-91","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45"]}} -{"id":"ec-meeting-2016-02-18-e04cbbd80037f941b8746bfea94f83521780f099","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-18 - Cabinet of Vice-President Neven Mimica x Lumos Foundation"],"date":["2016-02-18"],"summary":["Protection of institutionalized children in development cooperation"],"notes":["Portfolio: International Cooperation & Development"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-mimica-neven-of-president-vice"],"involved":["ec-person-e90858f5aba78fd0e1cb2f757c3f38d55d91f98b","eu-tr-849607914394-57"]}} -{"id":"ec-meeting-2016-02-18-e22e4c067e8a9fe814b84d0b3472f05db3a8fdde","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-18 - Cabinet of Commissioner Violeta Bulc x Airports Council International - European Region"],"date":["2016-02-18"],"summary":["Aviation"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-42566063487-73","ec-person-9d4dc4867a44dfe10f67ae7ee1706da3e8b48a24"]}} -{"id":"ec-meeting-2016-02-18-e59581e505c5f44f234af39808ca72a868f1dfad","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-18 - Cabinet of Vice-President Neven Mimica x Stop AIDS Alliance GLOBAL HEALTH ADVOCATES The ONE Campaign OXFAM INTERNATIONAL EU ADVOCACY OFFICE DSW (Deutsche Stiftung Weltbevoelkerung)"],"date":["2016-02-18"],"summary":["Health in development cooperation"],"notes":["Portfolio: International Cooperation & Development"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-mimica-neven-of-president-vice"],"involved":["eu-tr-46856801604-90","eu-tr-26098317349-65","ec-person-e90858f5aba78fd0e1cb2f757c3f38d55d91f98b","eu-tr-32018754890-28","eu-tr-44501927493-61","eu-tr-07720398190-53"]}} -{"id":"ec-meeting-2016-02-18-e61659dcce0aef1da5e2139a5fd5b43d0c9fd1dc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-18 - Cabinet of Vice-President Andrus Ansip x Allied for Startups asbl"],"date":["2016-02-18"],"summary":["DSM, startups"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-634665118544-37","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45"]}} -{"id":"ec-meeting-2016-02-19-19760e7f71a0034ff723fea2186a061447aa9b4b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-19 - Cabinet of Commissioner Tibor Navracsics x MTV Oy"],"date":["2016-02-19"],"summary":["Digital Single Market"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-49f31dad10f5641cb1d1e4c3107dd838389e8120","eu-tr-471903417802-72"]}} -{"id":"ec-meeting-2016-02-19-2d5a9232ef8bfbbbf7bf7f0989ac492332dcd986","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-19 - Cabinet of Commissioner Věra Jourová x Bureau Européen des Unions de Consommateurs"],"date":["2016-02-19"],"summary":["Consumer issues"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["eu-tr-9505781573-45","ec-person-184e698af1eb9e33b179680570ca171d8cb31c94"]}} -{"id":"ec-meeting-2016-02-19-2f3bcf683a059600054a180cc6809d98e19cc011","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-19 - Cabinet of Commissioner Věra Jourová x Microsoft Corporation"],"date":["2016-02-19"],"summary":["e-privacy reform, lawful access, and jurisdiction"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["eu-tr-0801162959-21","ec-person-64349923a7639978983020a607770b8dc47c8144","ec-person-f329292459cb1badb7fb7c6b67b698c441931bb2"]}} -{"id":"ec-meeting-2016-02-19-3937a6730556ad90d817244a53ca429a1ec913dc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-19 - Günther Oettinger x thyssenkrupp AG"],"date":["2016-02-19"],"summary":["MES China, digitisation"],"location":["Berlin"],"address":["Berlin"],"addressEntity":["addr-062b06ba8e755765c6b049809b7430fd54fe5b21"],"organizer":["ec-dg-de"],"involved":["ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0","eu-tr-721647010823-15"]}} -{"id":"ec-meeting-2016-02-19-3b0fa4f9c2827e018adad1ce4f24e8fe93f0833c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-19 - Cabinet of Commissioner Věra Jourová x The European Region of the International Lesbian, Gay, Bisexual, Trans and Intersex Association"],"date":["2016-02-19"],"summary":["List of  Actions to advance, LGBTI rights"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-5455ecfabb89025694c798deac08160a2be17d94","eu-tr-11977456675-84"]}} -{"id":"ec-meeting-2016-02-19-451f3b08a95c4597774a6fe3c4cf1e8e570f0272","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-19 - Cabinet of Commissioner Pierre Moscovici x Centre de Ressources pour les Groupements d'Employeurs"],"date":["2016-02-19"],"summary":["Application of VAT to independent groups"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["eu-tr-073439515741-83","ec-person-738f7f25002d191bd2df8936e8f8d1d726c19e2e"]}} -{"id":"ec-meeting-2016-02-19-4c9e3fc095b8f7c9a7c57b26eee1eacfe22f6547","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-19 - Cabinet of Commissioner Elżbieta Bieńkowska x DEKRA e.V."],"date":["2016-02-19"],"summary":["Type approval"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-52624015528-97","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2016-02-19-4dd2715abbece1d854ce6c04367fe868aa9cafaf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-19 - Cabinet of Vice-President Cecilia Malmström x EUROPEAN APPAREL AND TEXTILE CONFEDERATION"],"date":["2016-02-19"],"summary":["Trade policy in general and China MES"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-7824139202-85","ec-person-20ded9db5df11164331bb161fdf234b1e5ad53fd","ec-person-591ec829ca734bcfe59a2c9c7f07f9dff22a0ea9"]}} -{"id":"ec-meeting-2016-02-19-52015d078c2b6f1327300b5afca69432cadde2ea","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-19 - Energy x British Chamber of Commerce in Belgium"],"date":["2016-02-19"],"summary":["Energy Union"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["ec-person-6997149120ce5129e38febe5275dc8fd03232d2e","eu-tr-56188303384-93"]}} -{"id":"ec-meeting-2016-02-19-55b7eb011ac0cd71360e35808cfed9cdd13ff87d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-19 - Financial Stability, Financial Services and Capital Markets Union x Deutsche Bank AG"],"date":["2016-02-19"],"summary":["Program of the Dutch presidency, bank separation, BCBS decisions and European implementation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-271912611231-56","ec-person-bdee7a93f95c8ef05079539170139b3c02e8ed96"]}} -{"id":"ec-meeting-2016-02-19-572560e16b3f95a0ddcc7967c6c9ca9f9c0f5538","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-19 - Cabinet of Commissioner Věra Jourová x Heavenly Creature Producties"],"date":["2016-02-19"],"summary":["List of  Actions to advance, LGBTI rights"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-5455ecfabb89025694c798deac08160a2be17d94","eu-tr-045565320554-94"]}} -{"id":"ec-meeting-2016-02-19-59c7962a8de8c5a303de68cc2104b3ce914cc218","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-19 - Cabinet of Commissioner Phil Hogan x European agri-cooperatives European farmers"],"date":["2016-02-19"],"summary":["AGRI issues"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["BERL 08/304"],"address":["BERL 08/304"],"addressEntity":["addr-aff09a6f822af9a7e96260c390a7e7bd5d64be8b"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-09586631237-74","ec-person-a1a78365cc4685b0958056646204977d8f2ead92","eu-tr-44856881231-49","ec-person-7d3caa534e5cdda6d5b949bd4b2def39356e3bec"]}} -{"id":"ec-meeting-2016-02-19-5dad487337e60dbb412c08aeaf5980cd56866274","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-19 - Cabinet of Commissioner Corina Crețu x EURODOM"],"date":["2016-02-19"],"summary":["Outermost Regions and Global Block Exemption Regulation"],"notes":["Portfolio: Regional Policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-corina-cretu-of"],"involved":["ec-person-f5bd4d5d0170028815aba56ee7d4883f0fd70f47","eu-tr-28418016649-41"]}} -{"id":"ec-meeting-2016-02-19-6aca2140c7a6e77d212344016490b076a94554be","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-19 - Cabinet of Vice-President Andrus Ansip x MTV Oy"],"date":["2016-02-19"],"summary":["AVMS and SATCAB"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-c759bd58acc54869aa8e62ce652efcda416e25c2","eu-tr-471903417802-72","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45"]}} -{"id":"ec-meeting-2016-02-19-7a8d8b08dace56e5c15d15667672dd7a364f8f63","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-19 - Cabinet of Vice-President Neven Mimica x Siemens AG"],"date":["2016-02-19"],"summary":["Role of private investors in development cooperation"],"notes":["Portfolio: International Cooperation & Development"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-mimica-neven-of-president-vice"],"involved":["ec-person-e90858f5aba78fd0e1cb2f757c3f38d55d91f98b","eu-tr-4266797770-31"]}} -{"id":"ec-meeting-2016-02-19-9126d39f19d345f61f65af82159e2fe7458cac9b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-19 - Cabinet of Vice-President Andrus Ansip x BNP PARIBAS"],"date":["2016-02-19"],"summary":["Economic reforms-Estonian experience (interview to BNP Paribas Fortis)"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0","ec-person-0f698e3a0cc0bd6a02e1bd386a25cedc1366f3f1","eu-tr-78787381113-69"]}} -{"id":"ec-meeting-2016-02-19-ac5f85e2e0c08957f28e0c0c27a00131736be476","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-19 - Cabinet of Commissioner Phil Hogan x European farmers"],"date":["2016-02-19"],"summary":["Agri Issues"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-a1a78365cc4685b0958056646204977d8f2ead92","eu-tr-44856881231-49"]}} -{"id":"ec-meeting-2016-02-19-b1466637d2a6acac24a5e6ed646202f031cfd488","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-19 - Cabinet of Commissioner Violeta Bulc x CANSO - Civil Air Navigation Services Organisation"],"date":["2016-02-19"],"summary":["Aviation"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-9d4dc4867a44dfe10f67ae7ee1706da3e8b48a24","eu-tr-26986828838-57"]}} -{"id":"ec-meeting-2016-02-19-d2f60f005b005215da1f4d025085f86b91055198","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-19 - Cabinet of Vice-President Cecilia Malmström x Mouvement Européen-France"],"date":["2016-02-19"],"summary":["TTIP"],"notes":["Portfolio: Trade"],"location":["Paris"],"address":["Paris"],"addressEntity":["addr-22390ad11c32faec43fc61555b53607660b3c185"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-19b143e83f8ab978c55c8a9a9e49e06dbfa14bf3","eu-tr-023332310378-35","ec-person-8529bbbc6db862f6b82d6fa66a7cf7668804dae7"]}} -{"id":"ec-meeting-2016-02-19-d4695a0c3110785908a4e07c3dfcd4d3e785058f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-19 - Cabinet of Commissioner Věra Jourová x Institute of Directors"],"date":["2016-02-19"],"summary":["List of  Actions to advance, LGBTI rights"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-5455ecfabb89025694c798deac08160a2be17d94","eu-tr-469253615206-77"]}} -{"id":"ec-meeting-2016-02-19-d9f744baf11d3b94f0a0e0d9299780fb6df9907d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-19 - Cabinet of Commissioner Corina Crețu x ORGANIZACIÓN NACIONAL DE CIEGOS ESPAÑOLES"],"date":["2016-02-19"],"summary":["Creation of a Platform"],"notes":["Portfolio: Regional Policy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-corina-cretu-of"],"involved":["eu-tr-68612977691-59","ec-person-c9d4945f28454cc49c4ea188c82e64b0dac3bd73"]}} -{"id":"ec-meeting-2016-02-19-e31bd6cc684f11714bbf0b18c7052d579b492125","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-19 - Cabinet of President Jean-Claude Juncker x EURODOM"],"date":["2016-02-19"],"summary":["Outermost Regions and Global Block Exemption Regulation"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-ad6f76ca53dc30d965b15e3728c45dbd0aba44b4","eu-tr-28418016649-41"]}} -{"id":"ec-meeting-2016-02-19-ec3720c3c7486af5a5a205073c9339ffaa6bdce1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-19 - Health and Food Safety x Bertelsmann Stiftung"],"date":["2016-02-19"],"summary":["Presenting the programme 'improving healthcare – informing patients' and discussion on health systems and policies"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-sante"],"involved":["eu-tr-13571025706-27","ec-person-3c7fdbe0c1c235777d916309465339b7ed1666f6"]}} -{"id":"ec-meeting-2016-02-19-effe9337f9f292cd8fc97bba857ec4145de6bd43","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-19 - Cabinet of Vice-President Johannes Hahn x Aid to the Church in Need"],"date":["2016-02-19"],"summary":["humanitarian aid"],"notes":["Portfolio: European Neighbourhood Policy & Enlargement Negotiations"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-hahn-johannes-of-president-vice"],"involved":["ec-person-ffbd1e8ac522a6bd1cdc4b724b9a4416b5d36034","eu-tr-118236613508-31"]}} -{"id":"ec-meeting-2016-02-22-02efce70d287b3feeb495260a95e60f08ce869e7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-22 - Cabinet of Commissioner Elżbieta Bieńkowska x Japan Machinery Center for Trade and Investment"],"date":["2016-02-22"],"summary":["Meeting ahead of the Commissioner's visit to Japan"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-539264617342-19","ec-person-b2f9be51339f054477846797e2c119fcf16548fc"]}} -{"id":"ec-meeting-2016-02-22-03cd6aa73c60e32095f97b1a77b29a1ea2a2c8e9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-22 - Maritime Affairs and Fisheries x Seas At Risk vzw"],"date":["2016-02-22"],"summary":["Blue Manifesto"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-mare"],"involved":["ec-person-a7b4b8418268a6d6c196b5e45f606fc92acbdb8c","eu-tr-95261732139-73"]}} -{"id":"ec-meeting-2016-02-22-0438aff78b3fffcc3378d4a61625b6e1097b2c4e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-22 - Cabinet of Vice-President Andrus Ansip x QUALCOMM Incorporated"],"date":["2016-02-22"],"summary":["DSM, privacy shield, standards, innovation"],"notes":["Portfolio: Digital Single Market"],"location":["Barcelona"],"address":["Barcelona"],"addressEntity":["addr-122a417e6dce08a4a554333bbc6e9922b62c1f31"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-00358442856-45","ec-person-666bc159c7e65a3af9e63c1e97435c02f1496955","ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0"]}} -{"id":"ec-meeting-2016-02-22-07b0c8d8088b6f2fbd0d8044af0ced97df2e0c1f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-22 - Cabinet of Vice-President Miguel Arias Cañete x Asociación Española de Importadores Independientes de Cemento"],"date":["2016-02-22"],"summary":["Free allocations in the cement sector"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-260e00934471a02805fb143935d6e9205a7f355f","eu-tr-008580719544-24"]}} -{"id":"ec-meeting-2016-02-22-12e17d2982b6e147f99cb210700187c47f092758","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-22 - Günther Oettinger x None"],"date":["2016-02-22"],"summary":["Telco policies"],"location":["Barcelona"],"address":["Barcelona"],"addressEntity":["addr-122a417e6dce08a4a554333bbc6e9922b62c1f31"],"organizer":["ec-dg-de"],"involved":["eu-tr-381805014604-45","eu-tr-562316318576-78","eu-tr-30988577529-37","eu-tr-651322417876-95","eu-tr-76704342721-41","eu-tr-90142503473-81","eu-tr-7459401905-60","eu-tr-52431421-12","ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0","eu-tr-60052162589-72"]}} -{"id":"ec-meeting-2016-02-22-187e35a9a12ef5656662f531e35d6f22ecc561f9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-22 - Günther Oettinger x QUALCOMM Incorporated"],"date":["2016-02-22"],"summary":["Telco policies"],"location":["Barcelona"],"address":["Barcelona"],"addressEntity":["addr-122a417e6dce08a4a554333bbc6e9922b62c1f31"],"organizer":["ec-dg-de"],"involved":["eu-tr-00358442856-45","ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0"]}} -{"id":"ec-meeting-2016-02-22-1ec2efb020e8bf107baa6f34a22eff0244048afe","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-22 - Cabinet of Vice-President Cecilia Malmström x Akava ry"],"date":["2016-02-22"],"summary":["General Trade Policy + Possible visit of Commissioner to Finland"],"notes":["Portfolio: Trade"],"location":["Brussels, Belgium."],"address":["Brussels, Belgium."],"addressEntity":["addr-33bd2d1a8be5ca867aa9c0e8d89d1cd6a1a28684"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-5d4088e1913284a765aed8445f448f6ff341f1b3","eu-tr-98086919699-94"]}} -{"id":"ec-meeting-2016-02-22-31192fe41961bec2405d8432a2dccbf7eec4a7b0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-22 - Cabinet of Vice-President Valdis Dombrovskis x Vitol Holding BV"],"date":["2016-02-22"],"summary":["Markets in Financial Instruments Directive II"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-114491916818-47","ec-person-3f9ca71b74344417d1f072ba7f3e2f09a223b036"]}} -{"id":"ec-meeting-2016-02-22-31647c898b4c866816ad98fc76c87135c684ed1b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-22 - Environment x Seas At Risk vzw"],"date":["2016-02-22"],"summary":["Blue Manifesto"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-env"],"involved":["eu-tr-95261732139-73","ec-person-3bc74ce04ea3f4ab4d91a5c88eef25b8b8a213b4"]}} -{"id":"ec-meeting-2016-02-22-3faeb56b13f38414b963fa2c38d1ba3b069f2fb4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-22 - Cabinet of Commissioner Carlos Moedas x Orgalim – Europe's Technology Industries"],"date":["2016-02-22"],"summary":["Industry 4.0/ The role of innovation and digital"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["eu-tr-20210641335-88","ec-person-23980b2bc4fd9c82051d0f7888dc236b2f764866"]}} -{"id":"ec-meeting-2016-02-22-5b96fd49244e4a3732bbfb9bb6cedf8d0fc81c9e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-22 - Cabinet of Commissioner Violeta Bulc x Mermec Group"],"date":["2016-02-22"],"summary":["Presentation of the company"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-895935320768-20","ec-person-dd7851e4a1e747e824b4f81139e33bc3cdb73160"]}} -{"id":"ec-meeting-2016-02-22-5e225aed835c4da070ec573c75fdc14690854546","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-22 - Cabinet of Vice-President Miguel Arias Cañete x IBERDROLA"],"date":["2016-02-22"],"summary":["General situation of the Energy sector and the outlook for 2016"],"notes":["Portfolio: Climate Action & Energy"],"location":["Madrid, Spain"],"address":["Madrid, Spain"],"addressEntity":["addr-f2c4f2ef1ea88618aa1533f69b0d18fc1125a9d2"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-41816938101-07","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd"]}} -{"id":"ec-meeting-2016-02-22-77fd3c32c753f74814ffba2296ce59bd8865a0b6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-22 - Environment x Corporación Andina de Fomento"],"date":["2016-02-22"],"summary":["Green Financing and circular economy in Latin America"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-env"],"involved":["eu-tr-837674320702-56","ec-person-3bc74ce04ea3f4ab4d91a5c88eef25b8b8a213b4"]}} -{"id":"ec-meeting-2016-02-22-7d43dde33e36f8c4a748a815c01f425d97420a6f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-22 - Communications Networks, Content and Technology x GSMA Europe"],"date":["2016-02-22"],"summary":["DSM"],"location":["Barcelona"],"address":["Barcelona"],"addressEntity":["addr-122a417e6dce08a4a554333bbc6e9922b62c1f31"],"organizer":["ec-dg-connect"],"involved":["eu-tr-30988577529-37","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2016-02-22-7ec29deb9306e662e08d8422084545baeef02226","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-22 - Cabinet of Vice-President Cecilia Malmström x Brunswick Group LLP Clothes Aid (Services) Ltd"],"date":["2016-02-22"],"summary":["EU - Ukraine Association Agreement"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-185444320593-81","eu-tr-26255464458-25","ec-person-591ec829ca734bcfe59a2c9c7f07f9dff22a0ea9"]}} -{"id":"ec-meeting-2016-02-22-84175337de4dff57cfb9dae4f6b5c6b4a66f48e5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-22 - Cabinet of Vice-President Karmenu Vella x European Chemical Industry Council"],"date":["2016-02-22"],"summary":["Circular Economy"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["ec-person-4ff7c27445db4ad88e687776974fd8d077a1fe0c","eu-tr-64879142323-90"]}} -{"id":"ec-meeting-2016-02-22-94861802f3327bb74be0d9f3921671c904d551cd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-22 - Cabinet of Vice-President Jyrki Katainen x Intellectual Ventures"],"date":["2016-02-22"],"summary":["Commercialisation of intellectual property and access to funding"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-c50e8c2cc390c5efb0626988d173bc6758459e0f","eu-tr-510389716548-23"]}} -{"id":"ec-meeting-2016-02-22-959fb06e210813e10e520fc91067c31e8a9bdc95","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-22 - Communications Networks, Content and Technology x Orange"],"date":["2016-02-22"],"summary":["DSM and review of the telecom regulatory framework"],"location":["Barcelona"],"address":["Barcelona"],"addressEntity":["addr-122a417e6dce08a4a554333bbc6e9922b62c1f31"],"organizer":["ec-dg-connect"],"involved":["eu-tr-76704342721-41","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2016-02-22-97ba67d096fe05c6d36f424350533f3ba6d71ae2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-22 - Cabinet of Vice-President Jyrki Katainen x City of London Corporation"],"date":["2016-02-22"],"summary":["Latest developments in financial markets regulation"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["brussels"],"address":["brussels"],"addressEntity":["addr-e2daa1574b7ac475c827b33e281bd2d5e013c882"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-955e8c493ab54847bb92b65986f56a401f8eabee","eu-tr-695661118936-08"]}} -{"id":"ec-meeting-2016-02-22-a02c085ed4136059832d3e94727c556ec01f8fd7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-22 - Structural Reform Support x Deloitte Services & Investments"],"date":["2016-02-22"],"summary":["Introductory visit"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-reform"],"involved":["eu-tr-53994278504-37","ec-person-6420facda81e0ac04377023fcfa86e953541782b"]}} -{"id":"ec-meeting-2016-02-22-a4a1d09dbca2208d534274d34138d6de3dc59db7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-22 - Cabinet of Commissioner Phil Hogan x Conféderation Européenne des Propriétaires Forestiers"],"date":["2016-02-22"],"summary":["Forestry and Climate Change"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-3647455667-08","ec-person-ff8342dedc26701400fcb7dcf73fbee50a837ac6"]}} -{"id":"ec-meeting-2016-02-22-a5f14b6bf1dc01c52ab69c7f2c609170b3a27b26","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-22 - Internal Market, Industry, Entrepreneurship and SMEs x The European Steel Association"],"date":["2016-02-22"],"summary":["Current situation of the European steel industry, MES China."],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-grow"],"involved":["eu-tr-93038071152-83","ec-person-60a3d0d628d231b41af1d0c65607b0fd78ca4edc"]}} -{"id":"ec-meeting-2016-02-22-a98d91aee8d3a2cec6aa74f0d67c80e10246862d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-22 - Cabinet of Vice-President Maroš Šefčovič x BP p.l.c."],"date":["2016-02-22"],"summary":["Southern Gas Corridor"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-3394026642-58","ec-person-3bf48630444ace93d407e52eb880e64d480f75ce"]}} -{"id":"ec-meeting-2016-02-22-aa65a77815d6e07513269245d9d19b47f79d03bb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-22 - Cabinet of Vice-President Jyrki Katainen x Orgalim – Europe's Technology Industries"],"date":["2016-02-22"],"summary":["Circular Economy"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-f9208d930adc70c6c64e21701e48f85f6f18e949","eu-tr-20210641335-88"]}} -{"id":"ec-meeting-2016-02-22-ab8b0d1551fb5fc51e8d06d29d8c0cf51a765381","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-22 - Communications Networks, Content and Technology x Telefonica, S.A."],"date":["2016-02-22"],"summary":["DSM and review of the telecom regulatory framework"],"location":["Barcelona"],"address":["Barcelona"],"addressEntity":["addr-122a417e6dce08a4a554333bbc6e9922b62c1f31"],"organizer":["ec-dg-connect"],"involved":["eu-tr-52431421-12","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2016-02-22-afeb10cf0938ed852d2164067f567a68d88c3306","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-22 - Cabinet of Commissioner Violeta Bulc x Prudential plc"],"date":["2016-02-22"],"summary":["Commissioner Bulc meeting Prudential Representatives on Investments in Transport"],"notes":["Portfolio: Transport"],"location":["London, UK"],"address":["London, UK"],"addressEntity":["addr-0ee327229983c565b36e921e34cf577d4463db35"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-65288482768-64","ec-person-4d2b449b5047ea3fda435a2a1c1081e3babcdf76","ec-person-6a5ceb87383474e4b7f430af341029a155e255b0","ec-person-cb7aaf75b4c195481f149f904bc28b4e2ac2b7ab"]}} -{"id":"ec-meeting-2016-02-22-b7742f5648eab222a638e5007aea6871e0a9a810","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-22 - Günther Oettinger x EuroCommerce Handelsverband Deutschland"],"date":["2016-02-22"],"summary":["geoblocking"],"location":["BXL"],"address":["BXL"],"addressEntity":["addr-d2fde52f67ea4a3e1fe233d0a959d6a1c77fd910"],"organizer":["ec-dg-de"],"involved":["eu-tr-84973761187-60","eu-tr-31200871765-41","ec-person-49723482bb23d029cbfc010cb37eec7392a0ae02"]}} -{"id":"ec-meeting-2016-02-22-cb9c51d4e570d642f27cc7cea733556faf92e429","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-22 - Cabinet of Vice-President Jyrki Katainen x New Breeding Techniques Platform"],"date":["2016-02-22"],"summary":["New breeding techniques"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-303808417118-14","ec-person-bb70699c722c1620ec520e8a4d32911a32ae078c"]}} -{"id":"ec-meeting-2016-02-22-d0565dfcf4d7eec6bc98a9199dac50b7a2476c31","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-22 - Cabinet of Commissioner Tibor Navracsics x International Student Identity Card Association"],"date":["2016-02-22"],"summary":["International Student Cards and Identification"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["eu-tr-230421219260-67","ec-person-dc2e0fed0fdf39a6a3f3ad63355c5215599de9d1"]}} -{"id":"ec-meeting-2016-02-22-e0da1a6691a55b2eb303c1a7c147b767d98c8597","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-22 - Cabinet of Commissioner Elżbieta Bieńkowska x Eurocities"],"date":["2016-02-22"],"summary":["Roundtable discussion on public procurement and economic development, social innovation and collaborative economy"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["ec-person-6cd920669457898c6304ed6a599a852d84518227","ec-person-95a769a1850d7d595f9a5853c51dcbdd3ddd69fb","eu-tr-12493392840-79"]}} -{"id":"ec-meeting-2016-02-22-e1551ba52dd8a7990b853f4adefc2f33a6731ed3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-22 - Communications Networks, Content and Technology x Telekom Austria AG"],"date":["2016-02-22"],"summary":["DSM and the future of European Union legislation"],"location":["Barcelona"],"address":["Barcelona"],"addressEntity":["addr-122a417e6dce08a4a554333bbc6e9922b62c1f31"],"organizer":["ec-dg-connect"],"involved":["eu-tr-99255639490-47","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2016-02-22-ed3c52630bd6594a3bcf3221b13849b81f31659f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-22 - Cabinet of Commissioner Elżbieta Bieńkowska x Mondelez Europe GmbH"],"date":["2016-02-22"],"summary":["High level forum supply chain initiative"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-19807921101-45","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2016-02-22-ef388e652f6a13429f077f8094d8b2a6f4446cb5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-22 - Cabinet of Vice-President Johannes Hahn x UNITEE AISBL"],"date":["2016-02-22"],"summary":["migrants in Europe"],"notes":["Portfolio: European Neighbourhood Policy & Enlargement Negotiations"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-hahn-johannes-of-president-vice"],"involved":["ec-person-ffbd1e8ac522a6bd1cdc4b724b9a4416b5d36034","eu-tr-07875727774-09"]}} -{"id":"ec-meeting-2016-02-22-f20a861bfb3305a6e65db24bf87d23f7be9cbabe","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-22 - Cabinet of Vice-President Maroš Šefčovič x WindEurope"],"date":["2016-02-22"],"summary":["Renewables"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-19920706471-21","ec-person-3bf48630444ace93d407e52eb880e64d480f75ce"]}} -{"id":"ec-meeting-2016-02-22-f39935aab952f6da7af61ead5faf68550a49535a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-22 - Mobility and Transport x Havenbedrijf Rotterdam NV"],"date":["2016-02-22"],"summary":["Port Regulation"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-move"],"involved":["ec-person-26cdfacae671b09917bee1a91c91973941fa58a2","eu-tr-930637620172-95"]}} -{"id":"ec-meeting-2016-02-23-054fadf181dcb8ae5b9ac31dc804aaa5557cc7b0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-23 - Cabinet of Commissioner Elżbieta Bieńkowska x Saab AB Indra MBDA BAE Systems Leonardo S.p.A. Netherlands Organisation for Applied Scientific Research TNO"],"date":["2016-02-23"],"summary":["Group of Personalities exchange on defence related issues"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["ec-person-d2997a7f359c91a337055c3e24dd36bf928de38d","eu-tr-02550382403-01","eu-tr-208351410839-33","ec-person-685ecf13dd26cd515c961e24ba71049af2302c5e","eu-tr-40524063921-20","eu-tr-87688971079-66","ec-person-95a769a1850d7d595f9a5853c51dcbdd3ddd69fb","eu-tr-86477889163-49","eu-tr-87286671805-10"]}} -{"id":"ec-meeting-2016-02-23-0f12c1e547aeb61b52155f15ea7eaf4fb389890b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-23 - Cabinet of Commissioner Věra Jourová x Law Society of England and Wales"],"date":["2016-02-23"],"summary":["Equal pay, Work life balance"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["eu-tr-38020227042-38","ec-person-a608b85b2ffef83f883b5a2330b6232efa1b7141","ec-person-f329292459cb1badb7fb7c6b67b698c441931bb2"]}} -{"id":"ec-meeting-2016-02-23-139b05abf25c13b3c4669cc602d67cbeabd9ba55","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-23 - Cabinet of Vice-President Cecilia Malmström x European Dredging Association"],"date":["2016-02-23"],"summary":["TTIP"],"notes":["Portfolio: Trade"],"location":["BRUSSELS"],"address":["BRUSSELS"],"addressEntity":["addr-f74337897287bf1b546f30505f5b1f693a87af50"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-2492574893-58","ec-person-cb8ca9ec2413722fa83484ed18dd76ace52d0118"]}} -{"id":"ec-meeting-2016-02-23-1643786d6cccd42564d9918074af31f0b12a3d32","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-23 - Cabinet of Vice-President Miguel Arias Cañete x Polish Wind Energy Association"],"date":["2016-02-23"],"summary":["policy developments on renewable energy at EU level and in Poland"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-090471814671-25","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd"]}} -{"id":"ec-meeting-2016-02-23-17f55556d379711cda1922546b633c7b26ea8f18","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-23 - Günther Oettinger x European Publishers Council"],"date":["2016-02-23"],"summary":["copyright"],"location":["BXL"],"address":["BXL"],"addressEntity":["addr-d2fde52f67ea4a3e1fe233d0a959d6a1c77fd910"],"organizer":["ec-dg-de"],"involved":["eu-tr-4456380381-30","ec-person-49723482bb23d029cbfc010cb37eec7392a0ae02"]}} -{"id":"ec-meeting-2016-02-23-1c835998185d4e5e9465625f60cd912fb9c728a3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-23 - Cabinet of Vice-President Karmenu Vella x European Environmental Bureau WWF European Policy Programme Stichting BirdLife Europe"],"date":["2016-02-23"],"summary":["Nature Refit, SDGs, Air Quality"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["eu-tr-1083162721-43","eu-tr-06798511314-27","eu-tr-1414929419-24","ec-person-78fb1ad0c02c4fa8497b22edc1233d6be03cf2e5"]}} -{"id":"ec-meeting-2016-02-23-2897a60392b2e0b2bf2555ab6fe73b8d0f59e135","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-23 - Communications Networks, Content and Technology x Catalan Audiovisual Council (Consell de l'Audiovisual de Catalunya)"],"date":["2016-02-23"],"summary":["AVMSD and DSM strategy"],"location":["Barcelona"],"address":["Barcelona"],"addressEntity":["addr-122a417e6dce08a4a554333bbc6e9922b62c1f31"],"organizer":["ec-dg-connect"],"involved":["eu-tr-179849116923-48","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2016-02-23-2ab787863d2c1b4a5ca940ac00b19573069e3e8b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-23 - Günther Oettinger x Verband Deutscher Maschinen- und Anlagenbau e.V."],"date":["2016-02-23"],"summary":["Telco policies"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0","eu-tr-9765362691-45"]}} -{"id":"ec-meeting-2016-02-23-32e9d8d0efefdd88ec6a746e1b91e486eae21171","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-23 - Environment x Aldersgate Group"],"date":["2016-02-23"],"summary":["Circular Economy Package"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-env"],"involved":["eu-tr-570633817416-75","ec-person-3bc74ce04ea3f4ab4d91a5c88eef25b8b8a213b4"]}} -{"id":"ec-meeting-2016-02-23-3b078c93947ba2bbc99fe20537665d790a717619","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-23 - Cabinet of Vice-President Jyrki Katainen x ELECTRICITE DE FRANCE"],"date":["2016-02-23"],"summary":["Investment plan"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90","eu-tr-39966101835-69"]}} -{"id":"ec-meeting-2016-02-23-3f5f4df45d4510a201b19860da9b1d153b01fb05","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-23 - Cabinet of President Jean-Claude Juncker x European Publishers Council"],"date":["2016-02-23"],"summary":["Digital Single Market"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-4456380381-30","ec-person-44a061693f35519551be0e3dab996e76ad3f8c7c"]}} -{"id":"ec-meeting-2016-02-23-4055c30f9508106c520f86dec1aaa9490e3bdf79","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-23 - Cabinet of Vice-President Neven Mimica x European Federation of Pharmaceutical Industries and Associations"],"date":["2016-02-23"],"summary":["Access to health care and pharmaceuticals in developing countries"],"notes":["Portfolio: International Cooperation & Development"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-mimica-neven-of-president-vice"],"involved":["eu-tr-38526121292-88","ec-person-e90858f5aba78fd0e1cb2f757c3f38d55d91f98b"]}} -{"id":"ec-meeting-2016-02-23-410d3d901789e3db227f4d452e4d29d63603b5e6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-23 - Cabinet of First Vice-President Frans Timmermans x Unilever"],"date":["2016-02-23"],"summary":["speach on Circular Economy"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Rue d'Italie, 9-13, 1050 Brussels"],"address":["Rue d'Italie, 9-13, 1050 Brussels"],"addressEntity":["addr-f0dad347d0bc21cb71a5413cff5240d9446fd6c7"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["ec-person-7a0c440119cd5d547eceebb055c79b8bb41bf9a2","eu-tr-6200524920-25"]}} -{"id":"ec-meeting-2016-02-23-426b8a2138e61cd8e97758b672b83c756819c948","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-23 - Inspire, Debate, Engage and Accelerate Action x The Young Foundation"],"date":["2016-02-23"],"summary":["Social Innovation"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-dg-idea"],"involved":["eu-tr-741169516071-01","ec-person-4fe56a64c00b3e81c851b5538878b32481bd7d3c"]}} -{"id":"ec-meeting-2016-02-23-4706340e2aab6726ff282e386b43ca72a1573b48","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-23 - Cabinet of Commissioner Margrethe Vestager x Progressive Policy Institute"],"date":["2016-02-23"],"summary":["Exchange of views on US/EU taxation systems"],"notes":["Portfolio: Competition"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-margrethe-of-vestager"],"involved":["ec-person-5d3cde69206da720686a2bca71494091f1318f24","ec-person-ba88c0f325beb42cca2cabbf7a5ea2fe3a59f989","eu-tr-854255020074-46"]}} -{"id":"ec-meeting-2016-02-23-472627bd9e94f785a8c33af205975fd3013c142a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-23 - Cabinet of Vice-President Johannes Hahn x Müstakil Sanayici ve İşadamları Derneği (Independent Industrialists and Businessmen's Association)"],"date":["2016-02-23"],"summary":["EU-Turkey relations - Economic dialogue"],"notes":["Portfolio: European Neighbourhood Policy & Enlargement Negotiations"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-hahn-johannes-of-president-vice"],"involved":["eu-tr-892985911073-36","ec-person-1bd6315557d4f517e4fc1efe48b88b93ae820d5a"]}} -{"id":"ec-meeting-2016-02-23-4d3cf6d79eb61023fd8986f448537518b5258501","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-23 - Internal Market, Industry, Entrepreneurship and SMEs x Verband Deutscher Maschinen- und Anlagenbau e.V."],"date":["2016-02-23"],"summary":["Dynamics and future challenges for the small and medium sized enterprises, including digitalisation."],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-grow"],"involved":["ec-person-60a3d0d628d231b41af1d0c65607b0fd78ca4edc","eu-tr-9765362691-45"]}} -{"id":"ec-meeting-2016-02-23-5307356f8b4835e329e8c1f2e785c8021f05866e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-23 - Cabinet of Vice-President Miguel Arias Cañete x RTE Réseau de transport d'électricité ENGIE ENEL SpA NATURGY ENERGY GROUP Dow Europe GmbH Stichting European Climate Foundation E.ON SE Equinor ASA"],"date":["2016-02-23"],"summary":["2nd EU Energy Summit - breakfast roundtable"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-90947457424-20","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd","eu-tr-64869491516-70","eu-tr-72760517350-57","eu-tr-4447605981-76","eu-tr-669359510572-76","eu-tr-38235121060-73","eu-tr-67833029261-54","eu-tr-6256831207-27"]}} -{"id":"ec-meeting-2016-02-23-561484bb87c740efbf93b8533d6733f42a77bb6d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-23 - Communications Networks, Content and Technology x Meta Platforms Ireland Limited and its various subsidiaries (f/k/a Facebook Ireland Limited)"],"date":["2016-02-23"],"summary":["Review of Regulatory Framework; Platforms/OTT; Net Neutrality."],"location":["Barcelona"],"address":["Barcelona"],"addressEntity":["addr-122a417e6dce08a4a554333bbc6e9922b62c1f31"],"organizer":["ec-dg-connect"],"involved":["eu-tr-28666427835-74","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2016-02-23-5c0b74b102bbc938e480eee863c557c71ee9118f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-23 - Günther Oettinger x Sovereign Strategy Computer & Communications Industry Association DIGITALEUROPE Intuit Inc BSA | The Software Alliance European Internet Services Providers Association"],"date":["2016-02-23"],"summary":["DSM"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-75039383277-48","eu-tr-784919515495-43","ec-person-4cd59e13386e3b68ecb3611fcc579e0a0a3938a5","eu-tr-64270747023-20","eu-tr-54437813115-56","eu-tr-15987896534-82","eu-tr-807262215053-09"]}} -{"id":"ec-meeting-2016-02-23-60fd8bdd9b78128d6c779087cda1e0fa97e52158","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-23 - Cabinet of High Representative / Vice-President Federica Mogherini x International Partnership for Human Rights"],"date":["2016-02-23"],"summary":["Azerbaijan"],"notes":["Portfolio: Foreign Affairs and Security Policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"involved":["ec-person-97549b50ce25e488bb1c03d83cfb838cd4fdf293","eu-tr-47292178704-33"]}} -{"id":"ec-meeting-2016-02-23-643bd846f81ff262cc569cd8e2e792e2121512cb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-23 - Cabinet of Vice-President Andrus Ansip x Google"],"date":["2016-02-23"],"summary":["e-privacy, next steps on the directive"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-5db7bdd1c81da2e70eb5b982097d0004111b5c3e","eu-tr-03181945560-59"]}} -{"id":"ec-meeting-2016-02-23-648e52df6138361596ab9815678b8dc7e33986e0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-23 - Mobility and Transport x Deutsche Bahn AG"],"date":["2016-02-23"],"summary":["White Paper on Transport, S2R"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-move"],"involved":["eu-tr-4516220482-22","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2016-02-23-65edba30d5e5c104cbd59ba00b91cf82a9c8d304","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-23 - Cabinet of Vice-President Maroš Šefčovič x Norsk Hydro European Aluminium AISBL"],"date":["2016-02-23"],"summary":["Energy Union; Aluminium Industry"],"notes":["Portfolio: Energy Union"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-9224280267-20","ec-person-2be517b9261a91f2f07e05ec14c6331980e9716e","ec-person-af83ed49c403cb9d7ebfecca7893f0054c1f4be5","eu-tr-45060553191-59"]}} -{"id":"ec-meeting-2016-02-23-66775965667fbec1fa827ccd5190ac1863399c67","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-23 - Cabinet of Commissioner Elżbieta Bieńkowska x Insurance Europe"],"date":["2016-02-23"],"summary":["Cross-border provision of insurance in the single market"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["ec-person-b2f9be51339f054477846797e2c119fcf16548fc","eu-tr-33213703459-54","ec-person-daef7f819b2f3ffe5e4f5d8eb2782954f3c4a4e2","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2016-02-23-693d751c52e176e3fa762ee3f252aba6f24d44ce","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-23 - Cabinet of President Jean-Claude Juncker x JPMorgan Chase & Co."],"date":["2016-02-23"],"summary":["Meeting with Mr Vittorio Grilli on current priorities of the Commission and matters related to the banking sector"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-29c106b0461ffd79e95f0119bdd363fd3c7c3ab3","ec-person-c402e34a99fbee730ae22e3b1958e21c94dc6fcc","eu-tr-9171899949-17"]}} -{"id":"ec-meeting-2016-02-23-714fd6188b0e661c3e2487466838d7ed02e6ceba","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-23 - Cabinet of Commissioner Pierre Moscovici x ActionAid"],"date":["2016-02-23"],"summary":["the Commission's agenda against corporate tax avoidance and their views on the Anti-Tax Avoidance Package"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["ec-person-3cbeba61ae952f06fe4916c381438ebbc676a597","eu-tr-85103504511-82","ec-person-738f7f25002d191bd2df8936e8f8d1d726c19e2e"]}} -{"id":"ec-meeting-2016-02-23-7590700b9a25ac865aa9031dfe31d20bd527a79e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-23 - Inspire, Debate, Engage and Accelerate Action x Klarna Group"],"date":["2016-02-23"],"summary":["FinTech"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-dg-idea"],"involved":["ec-person-4fe56a64c00b3e81c851b5538878b32481bd7d3c","eu-tr-096569017209-91"]}} -{"id":"ec-meeting-2016-02-23-75911ccd73b98c7462b43265464d1bc1cb041c00","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-23 - Cabinet of Vice-President Andrus Ansip x None"],"date":["2016-02-23"],"summary":["DSM Strategy, investments, digitalisation of industry"],"notes":["Portfolio: Digital Single Market"],"location":["Barcelona"],"address":["Barcelona"],"addressEntity":["addr-122a417e6dce08a4a554333bbc6e9922b62c1f31"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-381805014604-45","ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0","eu-tr-30988577529-37","eu-tr-078655018381-34","eu-tr-3779891566-57","eu-tr-35167875358-33","eu-tr-76704342721-41","eu-tr-90142503473-81","ec-person-666bc159c7e65a3af9e63c1e97435c02f1496955","eu-tr-52431421-12","eu-tr-60052162589-72"]}} -{"id":"ec-meeting-2016-02-23-779011d87848c1542b5be6ad6d65ba52a4179648","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-23 - Günther Oettinger x Union Internationale des Cinémas"],"date":["2016-02-23"],"summary":["DSM"],"location":["BXL"],"address":["BXL"],"addressEntity":["addr-d2fde52f67ea4a3e1fe233d0a959d6a1c77fd910"],"organizer":["ec-dg-de"],"involved":["ec-person-49723482bb23d029cbfc010cb37eec7392a0ae02","eu-tr-74301917747-65"]}} -{"id":"ec-meeting-2016-02-23-8df6865b9acab36d78bfa1d638578d1c915a08d5","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2016-02-23 - Cabinet of Vice-President Jyrki Katainen x HSBC Holdings PLC"],"date":["2016-02-23"],"summary":["Investments in small and medium sized companies","Business Growth Fund"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-001866415031-87","ec-person-7c9460f99c5872dbdc561f5752401c870d12e98b","ec-person-955e8c493ab54847bb92b65986f56a401f8eabee"]}} -{"id":"ec-meeting-2016-02-23-915ba09f1f035ead514c6a39d98fc28688282ff4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-23 - Cabinet of Vice-President Cecilia Malmström x Kreab Klarna Group"],"date":["2016-02-23"],"summary":["Digital trade"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-1078390517-54","ec-person-20ded9db5df11164331bb161fdf234b1e5ad53fd","ec-person-591ec829ca734bcfe59a2c9c7f07f9dff22a0ea9","eu-tr-096569017209-91"]}} -{"id":"ec-meeting-2016-02-23-9d997a878dd24bc70685c2f0257bf35994c697f4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-23 - Günther Oettinger x Interactive Advertising Bureau Europe"],"date":["2016-02-23"],"summary":["ePrivacy review"],"location":["Bxl"],"address":["Bxl"],"addressEntity":["addr-a93f951e252491eb62958a26858415dd581a71e0"],"organizer":["ec-dg-de"],"involved":["eu-tr-43167137250-27","ec-person-5652698e8f7b4a189329e67fddbaff44dbe8658c"]}} -{"id":"ec-meeting-2016-02-23-9fffd2488c556b5725185833c2e1d08c04743640","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-23 - Cabinet of Commissioner Pierre Moscovici x Platform of European Social NGOs"],"date":["2016-02-23"],"summary":["Social dimension of EMU"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["ec-person-79931cfd2923c1aca9c7d284e9590732b0a36ed9","eu-tr-85083981189-35","ec-person-3cbeba61ae952f06fe4916c381438ebbc676a597"]}} -{"id":"ec-meeting-2016-02-23-a06107f63288bfd2553443d83dc273cc09e9ebaf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-23 - Cabinet of Vice-President Andrus Ansip x GSMA Europe"],"date":["2016-02-23"],"summary":["Post-Davos, 5G, spectrum"],"notes":["Portfolio: Digital Single Market"],"location":["Barcelona"],"address":["Barcelona"],"addressEntity":["addr-122a417e6dce08a4a554333bbc6e9922b62c1f31"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-30988577529-37","ec-person-666bc159c7e65a3af9e63c1e97435c02f1496955","ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0"]}} -{"id":"ec-meeting-2016-02-23-a2eb3ef1b566049ecb5d4306fe9726a527ac2d9b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-23 - Cabinet of High Representative / Vice-President Federica Mogherini x Société européenne de défense AISBL"],"date":["2016-02-23"],"summary":["Meeting focused on the Defence operations undertaken by the EU."],"notes":["Portfolio: Foreign Affairs and Security Policy"],"location":["Bruxelles"],"address":["Bruxelles"],"addressEntity":["addr-b58f5927b66d94a676970dc048485d4c6848f272"],"organizer":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"involved":["ec-person-e03a77379f79ea00cf20048e42e8b0793bf62fa3","eu-tr-508248320701-57"]}} -{"id":"ec-meeting-2016-02-23-a492f61c72bb978e6133ddb45c4d41c0a461eec7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-23 - Cabinet of Vice-President Jyrki Katainen x Deutsche Börse AG"],"date":["2016-02-23"],"summary":["Latest developments in financial markets regulation"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90","eu-tr-20884001341-42"]}} -{"id":"ec-meeting-2016-02-23-a9c444d40ae392083303e050714a123018379ba6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-23 - Cabinet of Vice-President Miguel Arias Cañete x Stichting European Climate Foundation"],"date":["2016-02-23"],"summary":["Climate action"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-64869491516-70","ec-person-95f883d5d0d484088f26191a8fea8553d674dfbe"]}} -{"id":"ec-meeting-2016-02-23-accaedcdccb1e308b3d3514924d2e992a6e495a0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-23 - Cabinet of Vice-President Maroš Šefčovič x Stichting European Climate Foundation"],"date":["2016-02-23"],"summary":["decarbonisation of transport – presentation of recent studies in this field"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-ea6b517040e26a62f17d2829afffeba48cfd682f","eu-tr-64869491516-70"]}} -{"id":"ec-meeting-2016-02-23-ae8a6912895bc7472a88aebcc170c28bd7739bb9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-23 - Cabinet of Vice-President Miguel Arias Cañete x ELECTRICITE DE FRANCE"],"date":["2016-02-23"],"summary":["electricity market design"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-39966101835-69","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd"]}} -{"id":"ec-meeting-2016-02-23-bb4c389ff1df13e9a820b8e4e90996fc326a3e9a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-23 - Cabinet of Commissioner Phil Hogan x European Meat Network"],"date":["2016-02-23"],"summary":["Agri Topics"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-407314916469-56","ec-person-a1a78365cc4685b0958056646204977d8f2ead92"]}} -{"id":"ec-meeting-2016-02-23-bd1ceec13f1d9a91d5de275c2d46464c814e50ef","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-23 - Cabinet of Vice-President Neven Mimica x ActionAid"],"date":["2016-02-23"],"summary":["Priorities of the Commissioner in the field of international cooperation and development. Main areas of interests of ActionAid"],"notes":["Portfolio: International Cooperation & Development"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-mimica-neven-of-president-vice"],"involved":["ec-person-d455992f8f48b86e26e61f5284a9ef8e18aed182","eu-tr-85103504511-82","ec-person-886e1b865045c3ed98e99075006d09cea708acce"]}} -{"id":"ec-meeting-2016-02-23-bd60aae091c694ee088e51dd1c39d7ef1f452c44","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-23 - Cabinet of Vice-President Karmenu Vella x Deutsche Umwelthilfe e.V. Consumer Watchdog"],"date":["2016-02-23"],"summary":["Air Quality Enforcement"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["eu-tr-03506017714-81","ec-person-78fb1ad0c02c4fa8497b22edc1233d6be03cf2e5","eu-tr-654668920706-43"]}} -{"id":"ec-meeting-2016-02-23-c5591735d08b6f9c3256b3058a4ad72970338f44","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-23 - Cabinet of Commissioner Pierre Moscovici x JPMorgan Chase & Co."],"date":["2016-02-23"],"summary":["Global and European economy, EU regulatory reform agenda, UK referendum on EU membership"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["ec-person-3cbeba61ae952f06fe4916c381438ebbc676a597","ec-person-ac604755dc7677c8653a5a5172e851f7c8e468b4","eu-tr-9171899949-17"]}} -{"id":"ec-meeting-2016-02-23-c90cdb63d510fdfdea2590a3a83e449b5e2a0940","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-23 - Günther Oettinger x European & International Booksellers Federation"],"date":["2016-02-23"],"summary":["copyright"],"location":["BXL"],"address":["BXL"],"addressEntity":["addr-d2fde52f67ea4a3e1fe233d0a959d6a1c77fd910"],"organizer":["ec-dg-de"],"involved":["eu-tr-9031106115-62","ec-person-49723482bb23d029cbfc010cb37eec7392a0ae02"]}} -{"id":"ec-meeting-2016-02-23-d364fa351fa295e7116983f8fe677fa862fc5b51","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-23 - Cabinet of Vice-President Andrus Ansip x PayPal PLC, Belgian Branch"],"date":["2016-02-23"],"summary":["e-payments and consumer protection in e-commerce"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-94256896677-14","ec-person-3ca0c466b8ff230d4409591430b388007ce14ff8","ec-person-0f698e3a0cc0bd6a02e1bd386a25cedc1366f3f1"]}} -{"id":"ec-meeting-2016-02-23-d5cc373295cafac4b1651c5c55b17b7d8029589e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-23 - Cabinet of Commissioner Phil Hogan x Hume Brophy"],"date":["2016-02-23"],"summary":["Annual Lecture & Q&A"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-3843982938-44","ec-person-a1a78365cc4685b0958056646204977d8f2ead92"]}} -{"id":"ec-meeting-2016-02-23-d87b43f814a8774268c83232b2a5fb3f4cfb9a20","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-23 - Maritime Affairs and Fisheries x Marine Stewardship Council"],"date":["2016-02-23"],"summary":["MSC Certification Label"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-mare"],"involved":["ec-person-a7b4b8418268a6d6c196b5e45f606fc92acbdb8c","eu-tr-504786514495-81"]}} -{"id":"ec-meeting-2016-02-23-dc955ee7650767064faae60f01e979fb79da174d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-23 - Cabinet of Commissioner Jonathan Hill x Klarna Group"],"date":["2016-02-23"],"summary":["Financial Services Policy"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["ec-person-f247edfcff54d4f26fc10769f809c92bc72d6797","eu-tr-096569017209-91"]}} -{"id":"ec-meeting-2016-02-23-e5e2f4a881fc86a739efa6e4e00c68417cae1f04","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-23 - Communications Networks, Content and Technology x Nokia"],"date":["2016-02-23"],"summary":["5G deployment strategy and investments"],"location":["Barcelona"],"address":["Barcelona"],"addressEntity":["addr-122a417e6dce08a4a554333bbc6e9922b62c1f31"],"organizer":["ec-dg-connect"],"involved":["eu-tr-35167875358-33","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2016-02-23-ec129644c89f31485ea2455ef389083b42a145fe","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-23 - Cabinet of Commissioner Carlos Moedas x 23andMe, Inc."],"date":["2016-02-23"],"summary":["Presentation of 23and Me: Company and business model"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-f7ccc3ad366dd2fdb24870e1c02ff2763539c82f","ec-person-2b4bb0b28e7435e5f612e44d9664dbd1051efc55","eu-tr-387013720395-11"]}} -{"id":"ec-meeting-2016-02-24-02fa8b2add30b7034c86eab34c5dc13d0d2e30cb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-24 - Günther Oettinger x Microsoft Corporation"],"date":["2016-02-24"],"summary":["ePrivacy review"],"location":["BXL"],"address":["BXL"],"addressEntity":["addr-d2fde52f67ea4a3e1fe233d0a959d6a1c77fd910"],"organizer":["ec-dg-de"],"involved":["eu-tr-0801162959-21","ec-person-5652698e8f7b4a189329e67fddbaff44dbe8658c"]}} -{"id":"ec-meeting-2016-02-24-076e0e4fd2637a4c67c03cbfee2e19c89892cb79","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-24 - Maritime Affairs and Fisheries x European Network of Maritime Clusters"],"date":["2016-02-24"],"summary":["Exchange of views on European Maritime Clusters"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-mare"],"involved":["ec-person-a7b4b8418268a6d6c196b5e45f606fc92acbdb8c","eu-tr-458905915808-19"]}} -{"id":"ec-meeting-2016-02-24-264fa1a18fe671d9a0bc7bc992787223a3b18c8e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-24 - Energy x Avisa Partners"],"date":["2016-02-24"],"summary":["Energy policy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-54210841652-13","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2016-02-24-2abcc6ee237b7f7d002c51f8aceb30a5c30b2ccd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-24 - Environment x Conservation International Europe"],"date":["2016-02-24"],"summary":["EU action on deforestation, progress on FLEGT and EUTR"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-env"],"involved":["eu-tr-70299514465-38","ec-person-3bc74ce04ea3f4ab4d91a5c88eef25b8b8a213b4"]}} -{"id":"ec-meeting-2016-02-24-36cf11a43afaca4d6033a1e93286c5907c590255","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-24 - Environment x Cruise Lines International Association Europe"],"date":["2016-02-24"],"summary":["Scrubbers and the water and marine environment"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-env"],"involved":["eu-tr-69525934310-58","ec-person-3bc74ce04ea3f4ab4d91a5c88eef25b8b8a213b4"]}} -{"id":"ec-meeting-2016-02-24-40b8c13b2fe9d271b8025dce4b5d29ee1f01c17c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-24 - Günther Oettinger x European Federation of Pharmaceutical Industries and Associations"],"date":["2016-02-24"],"summary":["Big Data, ehealth"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-38526121292-88","ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0"]}} -{"id":"ec-meeting-2016-02-24-441df412eed24145c56b50c490e8cefec3b03e01","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-24 - Secretariat-General x ArcelorMittal"],"date":["2016-02-24"],"summary":["meeting with CEO's of steel industry"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-sg"],"involved":["eu-tr-23527541824-60","ec-person-6aa97634438bb481caaf90d7277bdc0b062d44fb"]}} -{"id":"ec-meeting-2016-02-24-4427ffb8d1ac9054e811669ab304072abf39eba8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-24 - Cabinet of Commissioner Carlos Moedas x Chiesi Farmaceutici SpA"],"date":["2016-02-24"],"summary":["Presentation of Chiesi's innovation pipeline"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-f7ccc3ad366dd2fdb24870e1c02ff2763539c82f","eu-tr-974918817911-97"]}} -{"id":"ec-meeting-2016-02-24-4a085e8dfbe98893a5ccfb57cc14b153d476bd06","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-24 - Cabinet of President Jean-Claude Juncker x Konrad-Adenauer-Stiftung"],"date":["2016-02-24"],"summary":["Energy Union"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-2905437316-11","ec-person-b1bf9aa5fb7e886441ff341b657cc482b64a2a3e"]}} -{"id":"ec-meeting-2016-02-24-51217f5c860fc15114e6fd73061aadc9005210b8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-24 - Günther Oettinger x France Industrie"],"date":["2016-02-24"],"summary":["DSM"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-d8b86b98a24683917c569000ed6d8c45bedbbc00","eu-tr-60974102057-03"]}} -{"id":"ec-meeting-2016-02-24-52d23d927a89364d815feadec26b81d37d006956","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-24 - Cabinet of Vice-President Cecilia Malmström x Telefonica, S.A."],"date":["2016-02-24"],"summary":["Mercosur"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-52431421-12","ec-person-98880f3f4206145e196013db9dd806a551c11e06"]}} -{"id":"ec-meeting-2016-02-24-5543639625f7fb313dcb4349f84a052c982376d1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-24 - Cabinet of Vice-President Cecilia Malmström x ArcelorMittal"],"date":["2016-02-24"],"summary":["global steel overcapacity"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-23527541824-60","ec-person-591ec829ca734bcfe59a2c9c7f07f9dff22a0ea9"]}} -{"id":"ec-meeting-2016-02-24-56a36aa920a9f19a46a86322b63440dac9ed818d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-24 - Cabinet of Commissioner Violeta Bulc x Airlines for America"],"date":["2016-02-24"],"summary":["Aviation"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-9d4dc4867a44dfe10f67ae7ee1706da3e8b48a24","eu-tr-78160685782-84"]}} -{"id":"ec-meeting-2016-02-24-6ea361885fce58e866ab201578b66d02fbb53048","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-24 - Cabinet of Vice-President Andrus Ansip x Hubert Burda Media Holding Kommanditgesellschaft"],"date":["2016-02-24"],"summary":["Safe Harbour/Privacy Shield"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-5db7bdd1c81da2e70eb5b982097d0004111b5c3e","eu-tr-730036917015-61"]}} -{"id":"ec-meeting-2016-02-24-757b74e493b88b96f4e7170b4165ad474bd66a0d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-24 - Mobility and Transport x ExxonMobil Petroleum & Chemical"],"date":["2016-02-24"],"summary":["Communication on the decarbonisation of transport"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-move"],"involved":["ec-person-26cdfacae671b09917bee1a91c91973941fa58a2","eu-tr-0745650927-75"]}} -{"id":"ec-meeting-2016-02-24-76ddaf683d8dabfd44577c44d33efb2b3ff052ab","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-24 - Cabinet of Vice-President Cecilia Malmström x Cooperativas Agro-alimentarias de España"],"date":["2016-02-24"],"summary":["Spanish agriculture in Trade Agreements"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-3191855142-12","ec-person-98880f3f4206145e196013db9dd806a551c11e06"]}} -{"id":"ec-meeting-2016-02-24-89412c7d1544e026d82981e1a223d8d2161ad89b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-24 - Cabinet of Commissioner Violeta Bulc x Société nationale SNCF"],"date":["2016-02-24"],"summary":["Presentation of SNCF Logistic"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-dd7851e4a1e747e824b4f81139e33bc3cdb73160","eu-tr-97914681026-14"]}} -{"id":"ec-meeting-2016-02-24-8dca147aa81dff9bbd8a04df681ccd9274252454","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2016-02-24 - Cabinet of Vice-President Karmenu Vella x European Network of Maritime Clusters"],"date":["2016-02-24"],"summary":["maritime bstrategy, cooperation","Blue Growth, Ocean Governance","European Maritime Day Luxembourg, 3.5.2016"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels, Belgium","Brussels"],"address":["Brussels, Belgium","Brussels"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306","addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["ec-person-4ff7c27445db4ad88e687776974fd8d077a1fe0c","eu-tr-458905915808-19","ec-person-2966d69fae0ea4e67f3f2df5a743cc766267d3c8"]}} -{"id":"ec-meeting-2016-02-24-8fecd0b24436615420ff52bae4053f8e605e63cf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-24 - Secretariat-General x Tata Steel Nederland"],"date":["2016-02-24"],"summary":["meeting with CEO's of steel industry"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-sg"],"involved":["eu-tr-08746491502-16","ec-person-6aa97634438bb481caaf90d7277bdc0b062d44fb"]}} -{"id":"ec-meeting-2016-02-24-92014b0d40c1359f22a3a956f8570989949bdc11","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-24 - Cabinet of Commissioner Phil Hogan x Edelman Public Relations Worldwide US Industrial Pellet Association"],"date":["2016-02-24"],"summary":["Forestry & Biomass"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-227344812892-07","ec-person-ff8342dedc26701400fcb7dcf73fbee50a837ac6","eu-tr-68037017809-51"]}} -{"id":"ec-meeting-2016-02-24-9a41f26842a80475e47654306bebba8bc38891b3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-24 - Taxation and Customs Union x SMEunited aisbl"],"date":["2016-02-24"],"summary":["Introductory meeting"],"location":["Brussels/Belgium"],"address":["Brussels/Belgium"],"addressEntity":["addr-c476280916fa20b5023288c48bfbed9c057a1c28"],"organizer":["ec-dg-taxud"],"involved":["eu-tr-55820581197-35","ec-person-3173c1cc052827c58f23ccd3a8de07534f0d35bd"]}} -{"id":"ec-meeting-2016-02-24-a7f67a6409e47e082a09f965bca62903abf61e57","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-24 - Cabinet of Commissioner Violeta Bulc x European Skippers Organisation - vzw European Barge Union European Federation of Inland Ports Inland Navigation Europe"],"date":["2016-02-24"],"summary":["Meeting with sectpr representatives of Inland Waterways Europe (IWW)"],"notes":["Portfolio: Transport"],"location":["Brussels, BE"],"address":["Brussels, BE"],"addressEntity":["addr-bd80958a978de8af51caa97a25a75f30d0061d71"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-1811573195-25","eu-tr-36944616803-45","eu-tr-41826153178-91","eu-tr-63974235880-21","ec-person-4d2b449b5047ea3fda435a2a1c1081e3babcdf76","ec-person-7ac9445abdddc66a79f539ae13eb74e1ceb512df"]}} -{"id":"ec-meeting-2016-02-24-b1466637d2a6acac24a5e6ed646202f031cfd488","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-24 - Cabinet of Commissioner Violeta Bulc x CANSO - Civil Air Navigation Services Organisation"],"date":["2016-02-24"],"summary":["Meeting with European Air Navigation Service Providers represented in CANSO to discuss Aviation Strategy"],"notes":["Portfolio: Transport"],"location":["Brussels, BE"],"address":["Brussels, BE"],"addressEntity":["addr-bd80958a978de8af51caa97a25a75f30d0061d71"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-9d4dc4867a44dfe10f67ae7ee1706da3e8b48a24","ec-person-4d2b449b5047ea3fda435a2a1c1081e3babcdf76","eu-tr-26986828838-57"]}} -{"id":"ec-meeting-2016-02-24-c2333f44f9a20ce0808d7c5fbcf25234725fca56","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-24 - Secretariat-General x thyssenkrupp AG"],"date":["2016-02-24"],"summary":["meeting with CEO's of steel industry"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-sg"],"involved":["eu-tr-721647010823-15","ec-person-6aa97634438bb481caaf90d7277bdc0b062d44fb"]}} -{"id":"ec-meeting-2016-02-24-c3e8ca06e3501e0658ddb18479972917f2779175","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-24 - Cabinet of Vice-President Jyrki Katainen x Greenpeace European Unit"],"date":["2016-02-24"],"summary":["New plant breeding techniques"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-9832909575-41","ec-person-bb70699c722c1620ec520e8a4d32911a32ae078c"]}} -{"id":"ec-meeting-2016-02-24-d07171bf7a6302f09855855d005bca0133f05e1c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-24 - Cabinet of Commissioner Violeta Bulc x International Association of Oil & Gas Producers Europe"],"date":["2016-02-24"],"summary":["issues related to the Energy Union objectives"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-e14c58f620f40325d829df7be0823280307bc15f","eu-tr-3954187491-70"]}} -{"id":"ec-meeting-2016-02-24-db9da9c209522f1822eec0992cc4bb9f55937918","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-24 - Cabinet of Commissioner Vytenis Andriukaitis x EUROPEAN ORGANISATION FOR RARE DISEASES"],"date":["2016-02-24"],"summary":["Improving access to orphan medicinal products and other rare disease therapies; European Reference Networks"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-97425c615743576adc42e09bee7dac14f83f691b","ec-person-df30d07ef698a52b9948b9c734db39196cf8541f","eu-tr-93272076510-87"]}} -{"id":"ec-meeting-2016-02-24-e113f7266f8c6976e13436d97264a9e2179ff681","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-24 - Cabinet of Vice-President Cecilia Malmström x European Federation of Pharmaceutical Industries and Associations"],"date":["2016-02-24"],"summary":["TTIP, CETA, affordable medicines"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-38526121292-88","ec-person-19b143e83f8ab978c55c8a9a9e49e06dbfa14bf3"]}} -{"id":"ec-meeting-2016-02-24-e1bc7848e4397b634df4ec05c079bb111ecd1b20","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-24 - Cabinet of Commissioner Vytenis Andriukaitis x European Federation of Pharmaceutical Industries and Associations"],"date":["2016-02-24"],"summary":["Access to Medicines, HTA, AMR"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["eu-tr-38526121292-88","ec-person-059ca943fc5fc696d2a97849c635ddf7b6ab7fd7","ec-person-df30d07ef698a52b9948b9c734db39196cf8541f"]}} -{"id":"ec-meeting-2016-02-24-f3fa38c078c417c3dded7d8e34489b137f4cda85","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-24 - Secretariat-General x The European Steel Association"],"date":["2016-02-24"],"summary":["meeting with CEO's of steel industry"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-sg"],"involved":["eu-tr-93038071152-83","ec-person-6aa97634438bb481caaf90d7277bdc0b062d44fb"]}} -{"id":"ec-meeting-2016-02-24-fc5d3f43dd5ea16649946f03fd5b2a77e583cced","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-24 - Cabinet of Commissioner Phil Hogan x CropLife Europe"],"date":["2016-02-24"],"summary":["Endocrine Disruptor Criteria (for pesticides and biocides)"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["BERL 08/304"],"address":["BERL 08/304"],"addressEntity":["addr-aff09a6f822af9a7e96260c390a7e7bd5d64be8b"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-0711626572-26","ec-person-7d3caa534e5cdda6d5b949bd4b2def39356e3bec"]}} -{"id":"ec-meeting-2016-02-25-032bc97b453a333dedaa9b98f14cbbb78bdc1574","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-25 - Energy x European Federation of Public Service Unions industriAll European Trade Union"],"date":["2016-02-25"],"summary":["Energy policy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-04902121531-04","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e","eu-tr-358284014848-82"]}} -{"id":"ec-meeting-2016-02-25-1613e6c368165c11ebe96c9331f57c8077000fb6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-25 - European Neighbourhood and Enlargement Negotiations x Rasmussen Global"],"date":["2016-02-25"],"summary":["Discussion about Neighbourhood and Enlargement negotiations"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-near"],"involved":["ec-person-1160ccf35947f06f1629cad85b9f162eb5575780","eu-tr-923424020779-19"]}} -{"id":"ec-meeting-2016-02-25-186f470e8d9d5c0f58de2d692fd62d544ae4d665","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-25 - Cabinet of Commissioner Christos Stylianides x Norwegian Refugee Council Europe"],"date":["2016-02-25"],"summary":["Main humanitarian crises"],"notes":["Portfolio: Humanitarian Aid & Crisis Management"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-christos-commissioner-of-stylianides"],"involved":["eu-tr-750447615329-96","ec-person-6f08c893ea685f6d5f50c2c6e373f294e3616698"]}} -{"id":"ec-meeting-2016-02-25-20f585e8dfa6b1b9e5d56d21a7c6eca22a128837","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-25 - Cabinet of Commissioner Violeta Bulc x Clariant Produkte (Deutschland) GmbH St1 Nordic Oy DuPont de Nemours International SARL Novozymes UPM-Kymmene Oyj Energochemica Trading"],"date":["2016-02-25"],"summary":["Meeting with Mr Anders Fogh Rasmussen and Advanced Biofuels CEOs"],"notes":["Portfolio: Transport"],"location":["Brussels, BE"],"address":["Brussels, BE"],"addressEntity":["addr-bd80958a978de8af51caa97a25a75f30d0061d71"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-3181166932-58","ec-person-e14c58f620f40325d829df7be0823280307bc15f","eu-tr-221982814162-24","eu-tr-861194311863-31","eu-tr-094316815599-77","eu-tr-52195525403-65","eu-tr-971601620785-16","ec-person-4d2b449b5047ea3fda435a2a1c1081e3babcdf76"]}} -{"id":"ec-meeting-2016-02-25-21e43281f939dab62a0573c7f3fee4339df46053","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-25 - Günther Oettinger x Istituto per la Competitività"],"date":["2016-02-25"],"summary":["innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-859942318143-66","ec-person-c6c38691c27b1498b60b18409aa979cf1dd1f4ac"]}} -{"id":"ec-meeting-2016-02-25-22d62bded3255de664d027f8ac84dffa4ff6eced","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-25 - Günther Oettinger x Google"],"date":["2016-02-25"],"summary":["Digital Skills, DSM"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-03181945560-59","ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0"]}} -{"id":"ec-meeting-2016-02-25-2516e7d0d45f9e868946c63e9213dc4d0a7bb974","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-25 - Cabinet of Commissioner Violeta Bulc x The Norwegian Shipowners' Association"],"date":["2016-02-25"],"summary":["possible visit to Norway"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-81175628740-75","ec-person-e14c58f620f40325d829df7be0823280307bc15f"]}} -{"id":"ec-meeting-2016-02-25-255ba08579e11bb6f06a381bf2fc3054021086de","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-25 - Cabinet of Vice-President Neven Mimica x World Vision Brussels & EU Representation ivzw/aisbl"],"date":["2016-02-25"],"summary":["Priorities of the Commissioner in the field of international cooperation and development. Main areas of interests of World Vision"],"notes":["Portfolio: International Cooperation & Development"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-mimica-neven-of-president-vice"],"involved":["eu-tr-64689102746-48","ec-person-886e1b865045c3ed98e99075006d09cea708acce"]}} -{"id":"ec-meeting-2016-02-25-2feaa300db348b9e42248b9e3592a13a8698a01e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-25 - Cabinet of High Representative / Vice-President Federica Mogherini x Carnegie Europe"],"date":["2016-02-25"],"summary":["Meeting on Carnegie Europe latest policy anylisis in Middle East."],"notes":["Portfolio: Foreign Affairs and Security Policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"involved":["ec-person-e03a77379f79ea00cf20048e42e8b0793bf62fa3","eu-tr-688089718929-60"]}} -{"id":"ec-meeting-2016-02-25-3939e81c5cbd55cdfd90d1538f14e880a0da0f49","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-25 - Cabinet of High Representative / Vice-President Federica Mogherini x International Crisis Group"],"date":["2016-02-25"],"summary":["Meeting on Gulf and Yemen."],"notes":["Portfolio: Foreign Affairs and Security Policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"involved":["ec-person-e03a77379f79ea00cf20048e42e8b0793bf62fa3","eu-tr-72899131664-09"]}} -{"id":"ec-meeting-2016-02-25-4ec3c68fb18ce8d6098d287005ddf0b0a6fb4d5e","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2016-02-25 - Cabinet of Vice-President Karmenu Vella x Fertilizers Europe"],"date":["2016-02-25"],"summary":["Fertilisers","Circular Economy"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["ec-person-4ff7c27445db4ad88e687776974fd8d077a1fe0c","eu-tr-80788715017-29"]}} -{"id":"ec-meeting-2016-02-25-539cbc8b7c303845d970f4a6a19160d6c1593450","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-25 - European Neighbourhood and Enlargement Negotiations x Stichting Center for Democracy and Reconciliation in Southeast Europe"],"date":["2016-02-25"],"summary":["Discussion about Neighbourhood and Enlargement negotiations"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-near"],"involved":["ec-person-1160ccf35947f06f1629cad85b9f162eb5575780","eu-tr-660781520586-28"]}} -{"id":"ec-meeting-2016-02-25-5b8d0645623388d6dfabcb4c2146e74f455e313f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-25 - Günther Oettinger x Copyright Clearance Center"],"date":["2016-02-25"],"summary":["copyright"],"location":["BXL"],"address":["BXL"],"addressEntity":["addr-d2fde52f67ea4a3e1fe233d0a959d6a1c77fd910"],"organizer":["ec-dg-de"],"involved":["eu-tr-542750720740-76","ec-person-49723482bb23d029cbfc010cb37eec7392a0ae02"]}} -{"id":"ec-meeting-2016-02-25-604a61a5a3b03efd3cb1e95e5444a89bf3492537","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-25 - Cabinet of Vice-President Cecilia Malmström x American Chamber of Commerce to the European Union"],"date":["2016-02-25"],"summary":["conflict minerals"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-5265780509-97","ec-person-8529bbbc6db862f6b82d6fa66a7cf7668804dae7"]}} -{"id":"ec-meeting-2016-02-25-78835cb6a541fcded31b328bb011735f50ce1b31","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-25 - Cabinet of Vice-President Jyrki Katainen x Peterson Institute for International Economics"],"date":["2016-02-25"],"summary":["Economic developments in US"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-7c9460f99c5872dbdc561f5752401c870d12e98b","eu-tr-513347117795-30"]}} -{"id":"ec-meeting-2016-02-25-8131d4b4874946f1864118559a92b99a73e4ee64","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-25 - Cabinet of Commissioner Corina Crețu x Teneo Brussels"],"date":["2016-02-25"],"summary":["Presentation of LinkedIn and the LinkedIn Economic Graph"],"notes":["Portfolio: Regional Policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-corina-cretu-of"],"involved":["ec-person-a8f47f7eb96bfb81929848b0ee89067bcbf0ce81","eu-tr-91124993695-29"]}} -{"id":"ec-meeting-2016-02-25-84175337de4dff57cfb9dae4f6b5c6b4a66f48e5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-25 - Cabinet of Vice-President Karmenu Vella x European Chemical Industry Council"],"date":["2016-02-25"],"summary":["Cirrcular economy"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Avenue Van Nieuwenhuyse 4, Brussels"],"address":["Avenue Van Nieuwenhuyse 4, Brussels"],"addressEntity":["addr-29ab811b65fbf9fc08ff56339276c217bed4d704"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["eu-tr-64879142323-90","ec-person-0e3efd8bc1c3ee9a80205d0bb78f316fa1621e5d"]}} -{"id":"ec-meeting-2016-02-25-88d4dc99c3d60ba761e7f08fec13e52cea8364d1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-25 - Cabinet of Vice-President Maroš Šefčovič x European Federation of Public Service Unions"],"date":["2016-02-25"],"summary":["Social Dimension of Energy Union"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-04902121531-04","ec-person-2be517b9261a91f2f07e05ec14c6331980e9716e"]}} -{"id":"ec-meeting-2016-02-25-8a9f97c2d32937bb1d2a0430f1bfd2a1e086f27b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-25 - Cabinet of Vice-President Neven Mimica x CTI AFRICA"],"date":["2016-02-25"],"summary":["Development in Africa"],"notes":["Portfolio: International Cooperation & Development"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-mimica-neven-of-president-vice"],"involved":["ec-person-fb34eddb2ee7d6b0c0bfdb52a4456e71ca8dd53c","eu-tr-596533820765-19"]}} -{"id":"ec-meeting-2016-02-25-91c190344ee9c531e867f24b892358cb2b8763e6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-25 - Cabinet of President Jean-Claude Juncker x Aldersgate Group"],"date":["2016-02-25"],"summary":["Circular Economy and Investment in Europe"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-b1bf9aa5fb7e886441ff341b657cc482b64a2a3e","eu-tr-570633817416-75"]}} -{"id":"ec-meeting-2016-02-25-9ab38a7dac9ac91511c7c73caac8a90dd71f901f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-25 - Cabinet of Vice-President Cecilia Malmström x Conservation International Europe"],"date":["2016-02-25"],"summary":["deforestation/responsible supply chains"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-8529bbbc6db862f6b82d6fa66a7cf7668804dae7","eu-tr-70299514465-38"]}} -{"id":"ec-meeting-2016-02-25-9e70976a16e3b891158fe93d7c23227ad62836db","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-25 - Cabinet of Commissioner Violeta Bulc x ASSOCIATION OF EUROPEAN AIRLINES"],"date":["2016-02-25"],"summary":["Aviation"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-78089286892-19","ec-person-9d4dc4867a44dfe10f67ae7ee1706da3e8b48a24"]}} -{"id":"ec-meeting-2016-02-25-a2856e8d9da1930a29a2d69044dca930f8f6c684","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-25 - Cabinet of Commissioner Věra Jourová x TWENGA S.A."],"date":["2016-02-25"],"summary":["On ongoing competition case against Google"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-a2ca9161feee56909a0e98b473c2d342c20fdb57","ec-person-64349923a7639978983020a607770b8dc47c8144","eu-tr-575468720780-92"]}} -{"id":"ec-meeting-2016-02-25-b64ad695e3cd9719644963ffb0d44abbca5898e6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-25 - Cabinet of President Jean-Claude Juncker x Louis Vuitton Malletier, SA"],"date":["2016-02-25"],"summary":["Digital Single Market"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-44a061693f35519551be0e3dab996e76ad3f8c7c","eu-tr-308466020184-62"]}} -{"id":"ec-meeting-2016-02-25-bcd48b2239ba9a885cb957326334a7c261a19521","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-25 - Cabinet of Commissioner Vytenis Andriukaitis x None"],"date":["2016-02-25"],"summary":["Criteria of endocrine disruptors"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["eu-tr-27053044762-72","ec-person-b9c3f19e7c5f216e3e508f931ddd6a9cb59376d1","eu-tr-00723343929-96"]}} -{"id":"ec-meeting-2016-02-25-bdf4a2025fb93eb5ed296c3fbf1adb78d1c20064","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-25 - Günther Oettinger x European Organisation for Security"],"date":["2016-02-25"],"summary":["cybersecurity"],"location":["BXL"],"address":["BXL"],"addressEntity":["addr-d2fde52f67ea4a3e1fe233d0a959d6a1c77fd910"],"organizer":["ec-dg-de"],"involved":["eu-tr-32134385519-64","ec-person-5652698e8f7b4a189329e67fddbaff44dbe8658c"]}} -{"id":"ec-meeting-2016-02-25-c21e36feab8bcc1a09625e2d33f646eedc3ddf7a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-25 - Cabinet of Commissioner Margrethe Vestager x Think Tank EUROPA"],"date":["2016-02-25"],"summary":["Current European affairs"],"notes":["Portfolio: Competition"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-margrethe-of-vestager"],"involved":["ec-person-baa1c172df109ebd1f0307bccb5e21aec66c7a25","eu-tr-815211615744-03"]}} -{"id":"ec-meeting-2016-02-25-c67013978f247d8a04fffc0cd8152115ec53d431","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-25 - Cabinet of Vice-President Miguel Arias Cañete x Union Internationale de la Propriété Immobilière - International Union of Property Owners European Property Federation European Landowners' Organization asbl"],"date":["2016-02-25"],"summary":["Review of the EED and EPBD"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-57946843667-42","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd","eu-tr-36120303854-92","eu-tr-36063991244-88"]}} -{"id":"ec-meeting-2016-02-25-cce1d3ddc4c4a296e54a68dbad975b989c9e046a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-25 - Cabinet of Vice-President Maroš Šefčovič x Knauf Insulation"],"date":["2016-02-25"],"summary":["energy efficiency initiatives and follow-up to the heating and cooling strategy"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-ea6b517040e26a62f17d2829afffeba48cfd682f","eu-tr-971446611568-25"]}} -{"id":"ec-meeting-2016-02-25-cd5962bcc9b475379f3a4bb68b330ed3a1058936","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-25 - Cabinet of Commissioner Carlos Moedas x Clariant Produkte (Deutschland) GmbH Abengoa St1 Nordic Oy DuPont de Nemours International SARL Novozymes UPM-Kymmene Oyj"],"date":["2016-02-25"],"summary":["Meeting with CEOs of European countries commited to the development of low carbon transport fuels"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["eu-tr-3181166932-58","ec-person-23980b2bc4fd9c82051d0f7888dc236b2f764866","eu-tr-221982814162-24","eu-tr-861194311863-31","eu-tr-094316815599-77","eu-tr-52195525403-65","eu-tr-668388416154-15"]}} -{"id":"ec-meeting-2016-02-25-d03742fa0d950efb823103e9108fac65f055f676","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-25 - Cabinet of Commissioner Věra Jourová x Open Society European Policy Institute"],"date":["2016-02-25"],"summary":["Ukraine and access to the legal aid"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-5455ecfabb89025694c798deac08160a2be17d94","ec-person-a608b85b2ffef83f883b5a2330b6232efa1b7141","eu-tr-8557515321-37"]}} -{"id":"ec-meeting-2016-02-25-d2217b399e72abb9efece60bd5e5a30a398b4a26","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-25 - Cabinet of Vice-President Andrus Ansip x Copyright Clearance Center"],"date":["2016-02-25"],"summary":["Copyright"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-542750720740-76","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45"]}} -{"id":"ec-meeting-2016-02-25-d4d8fca5931e7c3f137a72618d0f0739329af5b6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-25 - Cabinet of President Jean-Claude Juncker x Google"],"date":["2016-02-25"],"summary":["Digital Single Market"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-44a061693f35519551be0e3dab996e76ad3f8c7c","eu-tr-03181945560-59","ec-person-80c6995ad1cd6aefa72f1bf440b17b6d8c6dd4b8"]}} -{"id":"ec-meeting-2016-02-25-d6a6c7abe044956e3d54c4924d7dc2bb83cee040","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-25 - Cabinet of Vice-President Jyrki Katainen x Fertilizers Europe"],"date":["2016-02-25"],"summary":["Situation of European Fertilizers industry"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-0da85dc48012e26688310a59a0b51727ea68f410","eu-tr-80788715017-29"]}} -{"id":"ec-meeting-2016-02-25-d9958593205031e6e4b535ec5cf0995d162e6494","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-25 - Cabinet of Vice-President Miguel Arias Cañete x European Atomic Forum"],"date":["2016-02-25"],"summary":["The role of nuclear in the energy transition"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-42433582-82","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd"]}} -{"id":"ec-meeting-2016-02-25-d9e492c72f2b6563396fdeff0966cdb10a2ac6db","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-25 - Cabinet of Commissioner Věra Jourová x BSA | The Software Alliance"],"date":["2016-02-25"],"summary":["EU-US Privacy Shield"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-a608b85b2ffef83f883b5a2330b6232efa1b7141","ec-person-f329292459cb1badb7fb7c6b67b698c441931bb2","eu-tr-75039383277-48"]}} -{"id":"ec-meeting-2016-02-25-dbeeaa2e006826b590fd9477b04a1ac4fd05ad53","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-25 - Cabinet of Commissioner Tibor Navracsics x European Jewish Congress"],"date":["2016-02-25"],"summary":["Cultural heritage"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["eu-tr-36101356444-26","ec-person-fa3187815cf956b0872e1668e14548b7d9f7ce93"]}} -{"id":"ec-meeting-2016-02-25-e216e3630a4280ddeb5a573cffd6746916e8d496","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2016-02-25 - Cabinet of Vice-President Jyrki Katainen x St1 Nordic Oy BIOCHEMTEX Novozymes UPM-Kymmene Oyj"],"date":["2016-02-25"],"summary":["Biofuels","Advanced biofuel industry in Europe"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-749609215708-63","eu-tr-861194311863-31","eu-tr-094316815599-77","eu-tr-52195525403-65","ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90","ec-person-0da85dc48012e26688310a59a0b51727ea68f410"]}} -{"id":"ec-meeting-2016-02-25-f288332bc646d731ebddf327222a72273812e23b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-25 - Cabinet of President Jean-Claude Juncker x None"],"date":["2016-02-25"],"summary":["Digital Single Market"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-80c6995ad1cd6aefa72f1bf440b17b6d8c6dd4b8","ec-person-44a061693f35519551be0e3dab996e76ad3f8c7c","eu-tr-76704342721-41","eu-tr-90142503473-81","eu-tr-52431421-12","eu-tr-60052162589-72"]}} -{"id":"ec-meeting-2016-02-25-f4911f45d1d667144feddc83c634a0ae164a1cf0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-25 - Cabinet of Vice-President Jyrki Katainen x Mars Incorporated"],"date":["2016-02-25"],"summary":["Circular Economy; the industry’s contribution to Growth, Jobs and Competitiveness in Europe"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90","ec-person-0da85dc48012e26688310a59a0b51727ea68f410","eu-tr-99937329074-65"]}} -{"id":"ec-meeting-2016-02-25-f58486d35a2d082c68a9bf2428d5745a68a69ee5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-25 - Cabinet of Commissioner Elżbieta Bieńkowska x G Plus Ltd (t/a Portland)"],"date":["2016-02-25"],"summary":["brand integrity and program against piracy"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["ec-person-685ecf13dd26cd515c961e24ba71049af2302c5e","eu-tr-7223777790-86"]}} -{"id":"ec-meeting-2016-02-25-fec3959a46e00d07b5b17c5b7cf13cef5381b4e7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-25 - Mobility and Transport x UIRR, International Union for Road-Rail Combined Transport"],"date":["2016-02-25"],"summary":["REFIT, Combined Transport Directive"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-move"],"involved":["eu-tr-49307536642-11","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2016-02-26-0c4c89100f082cc8236cd9482be341bbbe8de36a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-26 - Cabinet of Vice-President Cecilia Malmström x Fédération Française de l'Assurance"],"date":["2016-02-26"],"summary":["TTIP"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-5149794935-37","ec-person-cb8ca9ec2413722fa83484ed18dd76ace52d0118"]}} -{"id":"ec-meeting-2016-02-26-1502635dc2b314996eadbc518fb57229773390fe","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2016-02-26 - Cabinet of Vice-President Karmenu Vella x Ocean Energy Europe"],"date":["2016-02-26"],"summary":["Blue Growth, Ocean Energy","Blue Growth"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels, Belgium","Brussels"],"address":["Brussels, Belgium","Brussels"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306","addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["ec-person-2966d69fae0ea4e67f3f2df5a743cc766267d3c8","eu-tr-264048311507-68"]}} -{"id":"ec-meeting-2016-02-26-48da9e6fc4a6f64c6c32111ff60caba84602cb37","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-26 - Cabinet of Vice-President Maroš Šefčovič x European Producers Union of Renewable Ethanol"],"date":["2016-02-26"],"summary":["post-2020 energy and climate framework"],"notes":["Portfolio: Energy Union"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-32591134448-30","ec-person-192eca4cb918c7382c916bec9bfe04e745ee91cb"]}} -{"id":"ec-meeting-2016-02-26-56c48a0b5c8e0198fea84759c5ccee2f365b4c07","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-26 - Günther Oettinger x SICK AG"],"date":["2016-02-26"],"summary":["digitisation"],"location":["Waldkirch"],"address":["Waldkirch"],"addressEntity":["addr-7b0740e30fcc7f93fac91deb92083ae6f4ab0c87"],"organizer":["ec-dg-de"],"involved":["eu-tr-27481463425-10","ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0"]}} -{"id":"ec-meeting-2016-02-26-623ee67b4b3ef6ccb32b1403bf528dd2c9d8ce64","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-26 - Cabinet of Vice-President Jyrki Katainen x Global Counsel Limited"],"date":["2016-02-26"],"summary":["Commission's economic agenda"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90","eu-tr-590425913785-60","ec-person-7c9460f99c5872dbdc561f5752401c870d12e98b"]}} -{"id":"ec-meeting-2016-02-26-643343b9604f1d620cf3348a42b28a60a44dcc9e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-26 - Cabinet of Commissioner Vytenis Andriukaitis x Comité du commerce des céréales, aliments du bétail, oléagineux, huile d'olive, huiles et graisses et agrofournitures de l'U.E."],"date":["2016-02-26"],"summary":["Tricyclazole"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-b9c3f19e7c5f216e3e508f931ddd6a9cb59376d1","eu-tr-2050009628-31"]}} -{"id":"ec-meeting-2016-02-26-6d8a98f424db62afdc49109923b291b643058bca","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-26 - Cabinet of First Vice-President Frans Timmermans x Global Counsel Limited"],"date":["2016-02-26"],"summary":["better regulation"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-590425913785-60","ec-person-6c0efbf1635ca0cb8dce32e129231fa3136f600b"]}} -{"id":"ec-meeting-2016-02-26-7bf1394910127de45f4b56a2b31de3d4d9213a44","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-26 - Energy x Architects' Council of Europe"],"date":["2016-02-26"],"summary":["Energy Union, energy efficiency"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["ec-person-6997149120ce5129e38febe5275dc8fd03232d2e","eu-tr-15914681331-83"]}} -{"id":"ec-meeting-2016-02-26-84bcf08d79cef8a846ae9212713620bc23c73440","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-26 - Cabinet of Commissioner Carlos Moedas x Nestlé S.A."],"date":["2016-02-26"],"summary":["Preparation of Meeting between Commissioner Moedas and Paul Bulcke (Nestlé's CEO)"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["eu-tr-15366395387-57","ec-person-07b66759c911240aaa2b917489884273c71fac90"]}} -{"id":"ec-meeting-2016-02-26-accaedcdccb1e308b3d3514924d2e992a6e495a0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-26 - Cabinet of Vice-President Maroš Šefčovič x Stichting European Climate Foundation"],"date":["2016-02-26"],"summary":["industrial innovation"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-64869491516-70","ec-person-9f6823821fe68d82e9b9dbe81181ecacb0265d94"]}} -{"id":"ec-meeting-2016-02-26-b859806afc0220f8dae5946f8e376d56f0d0fea0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-26 - Mobility and Transport x Cruise Lines International Association Europe"],"date":["2016-02-26"],"summary":["Open loop scrubbers; PRF; passenger ship safety"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-move"],"involved":["ec-person-26cdfacae671b09917bee1a91c91973941fa58a2","eu-tr-69525934310-58"]}} -{"id":"ec-meeting-2016-02-26-d08179aa931c1f89ecfe91573c0c1c3bad98f210","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-26 - Cabinet of Commissioner Violeta Bulc x Airbus"],"date":["2016-02-26"],"summary":["aviation strategy"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-5012c5e45a52ee8ce67d19c1781a127af53e73e7","eu-tr-2732167674-76"]}} -{"id":"ec-meeting-2016-02-26-d4695a0c3110785908a4e07c3dfcd4d3e785058f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-26 - Cabinet of Commissioner Věra Jourová x Institute of Directors"],"date":["2016-02-26"],"summary":["Gender equality and diversity"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-5455ecfabb89025694c798deac08160a2be17d94","eu-tr-469253615206-77"]}} -{"id":"ec-meeting-2016-02-26-edc8c2e4b70e2d4d9f095e8c36acdf099e381c1a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-26 - Cabinet of Vice-President Cecilia Malmström x Comité du commerce des céréales, aliments du bétail, oléagineux, huile d'olive, huiles et graisses et agrofournitures de l'U.E."],"date":["2016-02-26"],"summary":["meeting COCERAL and European Rice Millers on Tricyclazole"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-2050009628-31","ec-person-8529bbbc6db862f6b82d6fa66a7cf7668804dae7"]}} -{"id":"ec-meeting-2016-02-26-f9e7b4614876d13b874a7f30046171631234a180","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-26 - Mobility and Transport x 3M"],"date":["2016-02-26"],"summary":["Infrastructure Safety Directive; land transport security"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-move"],"involved":["eu-tr-91425447458-88","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2016-02-26-fc3a10251cc6dbb742ca4077dfcecc2ca8e65cb6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-26 - Cabinet of Vice-President Maroš Šefčovič x Landis+Gyr AG"],"date":["2016-02-26"],"summary":["Smart Meters"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-2be517b9261a91f2f07e05ec14c6331980e9716e","eu-tr-34504727656-95"]}} -{"id":"ec-meeting-2016-02-28-75317c600df894579e5ce4b8d7c93a72a62bb0ae","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-28 - Cabinet of Commissioner Violeta Bulc x Short Brothers plc, as representative of the Bombardier group"],"date":["2016-02-28"],"summary":["Visit to the Bombardier Aircraft manufactoring site"],"notes":["Portfolio: Transport"],"location":["Montreal, Canada"],"address":["Montreal, Canada"],"addressEntity":["addr-be110fc257e16ddebeca6c65fb0fe687de9ae1fc"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-4d2b449b5047ea3fda435a2a1c1081e3babcdf76","ec-person-9d4dc4867a44dfe10f67ae7ee1706da3e8b48a24","eu-tr-77415475552-55"]}} -{"id":"ec-meeting-2016-02-29-0f7f649b29671c5219d5e3017147d0fb734b1941","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-29 - Cabinet of President Jean-Claude Juncker x Société des auteurs et compositeurs dramatiques"],"date":["2016-02-29"],"summary":["Digital Single Market"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-44a061693f35519551be0e3dab996e76ad3f8c7c","eu-tr-29364773893-19"]}} -{"id":"ec-meeting-2016-02-29-160aa32ba5fd26998e96c5dfc7616c01962160e9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-29 - Cabinet of Vice-President Valdis Dombrovskis x Women Political Leaders"],"date":["2016-02-29"],"summary":["WIP initiatives in support of the gender equality and gender balance at EU and internationals levels; actions for promoting women's participation in entrepreneurial and political leadership."],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-1f98d05bdaed2c40396781b1eb7b0aa47cb8dd20","eu-tr-419508817229-68","ec-person-a9eda2e8ea54b70a968327672c6cada679d3cd56"]}} -{"id":"ec-meeting-2016-02-29-19c6d9e5e896f2e0bdd29c737619aeaa75e1ad58","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2016-02-29 - Cabinet of Vice-President Valdis Dombrovskis x BlackRock"],"date":["2016-02-29"],"summary":["Investment Fund Taxation","Tax Avoidance Package"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels, Belgium","Brussels"],"address":["Brussels, Belgium","Brussels"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306","addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-48f31156d932641826e09f5b73f074d35ff05786","eu-tr-51436554494-18"]}} -{"id":"ec-meeting-2016-02-29-26ca308ad291d954c8b405d577020090d1470cf4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-29 - Cabinet of Commissioner Vytenis Andriukaitis x Endocrine Society"],"date":["2016-02-29"],"summary":["Criteria for endocrine disruptors"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-b9c3f19e7c5f216e3e508f931ddd6a9cb59376d1","eu-tr-779755615332-09","ec-person-df30d07ef698a52b9948b9c734db39196cf8541f"]}} -{"id":"ec-meeting-2016-02-29-2c3c00abc3784d8aa774b3463cd5cb480cdd28d1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-29 - Energy x EUROGAS aisbl"],"date":["2016-02-29"],"summary":["European gas market"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-17909506129-41","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2016-02-29-30fc4d586b9ef536919d9ae1abcbc6b8d8ed074c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-29 - Cabinet of Vice-President Miguel Arias Cañete x MIBGAS S.A. Mercado Ibérico del Gas"],"date":["2016-02-29"],"summary":["Interconnections"],"notes":["Portfolio: Climate Action & Energy"],"location":["Madrid, Spain"],"address":["Madrid, Spain"],"addressEntity":["addr-f2c4f2ef1ea88618aa1533f69b0d18fc1125a9d2"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-552112316461-77","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd"]}} -{"id":"ec-meeting-2016-02-29-549936051557c9c5a6e3f7bb5c5c15a724c6189f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-29 - Cabinet of Commissioner Jonathan Hill x Realkreditraadet (Association of Danish Mortgage Banks)"],"date":["2016-02-29"],"summary":["Basel Committee Work; NSFR, leverage ration; Covered Bonds consultationk; Com Hill's visit to Danemark"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["eu-tr-27545731905-17","ec-person-890015b0d769ee93a09119846b414d4aae7c64ae"]}} -{"id":"ec-meeting-2016-02-29-5f2f0eedffa2b69f3be77a2c9e35ba8dcb3a2044","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-29 - Günther Oettinger x European Savings and Retail Banking Group"],"date":["2016-02-29"],"summary":["Digitisation of financial services"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0","eu-tr-8765978796-80"]}} -{"id":"ec-meeting-2016-02-29-6a3c959ed56a39516327e8895d7a7df2cdb14c99","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-29 - Cabinet of Vice-President Andrus Ansip x PRS for Music"],"date":["2016-02-29"],"summary":["Copyright, platforms, piracy, enforcement"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-e91c5be432b6b3efdda369792fed67c20b767a45","eu-tr-798071410461-65","ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0"]}} -{"id":"ec-meeting-2016-02-29-75317c600df894579e5ce4b8d7c93a72a62bb0ae","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-29 - Cabinet of Commissioner Violeta Bulc x Short Brothers plc, as representative of the Bombardier group"],"date":["2016-02-29"],"summary":["Meeting with Mr. Pierre Beaudoin, Executive Chairman of the Board, Bombardier Inc."],"notes":["Portfolio: Transport"],"location":["Montreal, Canada"],"address":["Montreal, Canada"],"addressEntity":["addr-be110fc257e16ddebeca6c65fb0fe687de9ae1fc"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-4d2b449b5047ea3fda435a2a1c1081e3babcdf76","ec-person-9d4dc4867a44dfe10f67ae7ee1706da3e8b48a24","eu-tr-77415475552-55"]}} -{"id":"ec-meeting-2016-02-29-80562cd6a0346a02d6b579bbc6d8781aa3a82995","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-29 - Cabinet of Commissioner Carlos Moedas x EIT Digital"],"date":["2016-02-29"],"summary":["EIT /Knowledge and Innovation Communities (KICs)"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["eu-tr-241696917766-40","ec-person-23980b2bc4fd9c82051d0f7888dc236b2f764866"]}} -{"id":"ec-meeting-2016-02-29-9af28519a30ef5db805593a87a57c6e684d3dde7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-29 - Cabinet of Vice-President Miguel Arias Cañete x The Coalition for Energy Savings"],"date":["2016-02-29"],"summary":["Cost-benefit analysis for Energy Efficiency target for 2030"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-260e00934471a02805fb143935d6e9205a7f355f","eu-tr-72911566925-69"]}} -{"id":"ec-meeting-2016-02-29-9d6e59c09c8543705e553bee498ee0902c8b91b8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-29 - Cabinet of Commissioner Tibor Navracsics x European Club Association"],"date":["2016-02-29"],"summary":["Current issues in European Football"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Münich, Germany"],"address":["Münich, Germany"],"addressEntity":["addr-c48d27859ea81fb6e64bcfa47ec4e24a7d19281b"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["eu-tr-564607316826-42","ec-person-dc2e0fed0fdf39a6a3f3ad63355c5215599de9d1"]}} -{"id":"ec-meeting-2016-02-29-9eaa191e9ef58d575d5586d7933925ac692c6514","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-29 - Cabinet of Commissioner Vytenis Andriukaitis x Confederation of European Paper Industries"],"date":["2016-02-29"],"summary":["EU harmonisation measures on food contact materials"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-b9c3f19e7c5f216e3e508f931ddd6a9cb59376d1","eu-tr-72279144480-58","ec-person-df30d07ef698a52b9948b9c734db39196cf8541f"]}} -{"id":"ec-meeting-2016-02-29-adc7da4c2aaa42c0861db19cdcfd62024b03c9a4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-29 - Günther Oettinger x Deutsche Industrie- und Handelskammer"],"date":["2016-02-29"],"summary":["Digitisation of industry"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-22400601191-42","ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0"]}} -{"id":"ec-meeting-2016-02-29-aea33eae908953665b15e6dc3e704d976355fe0a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-29 - Climate Action x The European Steel Association"],"date":["2016-02-29"],"summary":["Situation of EU Steel Industry - EU ETS"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-clima"],"involved":["ec-person-44c2f44f96dda2012bcb4e9abc749f6cae86a4c0","eu-tr-93038071152-83"]}} -{"id":"ec-meeting-2016-02-29-b89e1445212fe535e4c96880f6b7193ff23de073","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-29 - Cabinet of Vice-President Valdis Dombrovskis x Deutscher Industrie- und Handelskammertag e.V."],"date":["2016-02-29"],"summary":["Discussion focused on the main findings of the Country Report for Germany, follow-up of Five Presidents Report and next steps in completing EMU. DIHK reported on their role in the German economic system and their views concerning the integration of refugees into the labour market"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-22400601191-42","ec-person-1f98d05bdaed2c40396781b1eb7b0aa47cb8dd20","ec-person-902665668634b69ce99a97f1853d89a9d1b275f2"]}} -{"id":"ec-meeting-2016-02-29-c23923029308ce306a51b3c908d4803365dfaeea","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-29 - Cabinet of Commissioner Jonathan Hill x BlackRock"],"date":["2016-02-29"],"summary":["TAX, OECD-BEPS"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Belgium, Brussels, BERL"],"address":["Belgium, Brussels, BERL"],"addressEntity":["addr-afebf85a436897fe5234b2ac0d00a1ddc4c9dd27"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["ec-person-5fdb62e20cecef81f87f94d3d1bcdd3b47b26af0","eu-tr-51436554494-18"]}} -{"id":"ec-meeting-2016-02-29-ca283d013a662d2b30d1842533f91597350bd986","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-29 - Trade x Irish Farmers' Association"],"date":["2016-02-29"],"summary":["Trade and the non-EU fertilisers"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-trade"],"involved":["ec-person-bde9bb099f5d24c52ca4a9255cefc99a5b87a650","eu-tr-458700813641-37"]}} -{"id":"ec-meeting-2016-02-29-d145de77affcd8e486e3ee903f6b81355ed7f083","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-29 - Cabinet of Vice-President Andrus Ansip x Mediaset S.p.A. Pearle*-Live Performance Europe (Performing Arts Employers Associations League Europe) TDF UNI MEI Global Union Association of European Radios Association of Professional Wireless Production Technologies RAI RADIOTELEVISIONE ITALIANA SpA EBU-UER (European Broadcasting Union)"],"date":["2016-02-29"],"summary":["Spectrum, UHF band"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-82864476764-79","ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0","eu-tr-6822083232-32","eu-tr-584593612590-66","eu-tr-82627008472-82","eu-tr-93288301615-56","eu-tr-402017316983-27","ec-person-666bc159c7e65a3af9e63c1e97435c02f1496955","eu-tr-4817795559-48","eu-tr-91471238809-21"]}} -{"id":"ec-meeting-2016-02-29-e6ba4a22bd384aa47a31743e070344ecf6f6c200","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-29 - Cabinet of Vice-President Miguel Arias Cañete x Grupo Red Eléctrica"],"date":["2016-02-29"],"summary":["Interconnections"],"notes":["Portfolio: Climate Action & Energy"],"location":["Madrid, Spain"],"address":["Madrid, Spain"],"addressEntity":["addr-f2c4f2ef1ea88618aa1533f69b0d18fc1125a9d2"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-44688805318-45","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd"]}} -{"id":"ec-meeting-2016-02-29-fa366cae7ea13452ee6cb31581cec382535e71d6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-29 - Cabinet of Commissioner Carlos Moedas x Confederação dos Agricultores de Portugal"],"date":["2016-02-29"],"summary":["Future events on Agriculture in Portugal"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["eu-tr-68374528625-72","ec-person-07b66759c911240aaa2b917489884273c71fac90"]}} -{"id":"ec-meeting-2016-02-29-fe54bdd0930785b46b5f535bc1eb7b1ca024375f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-02-29 - Cabinet of Vice-President Valdis Dombrovskis x FTI Consulting Belgium"],"date":["2016-02-29"],"summary":["Capital Markets Union"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-48f31156d932641826e09f5b73f074d35ff05786","eu-tr-29896393398-67"]}} -{"id":"ec-meeting-2016-03-01-0df12f376fa6993dcd5b41b11f55216ced2fe85d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-01 - Cabinet of Commissioner Jonathan Hill x PwCIL"],"date":["2016-03-01"],"summary":["Audit"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Belgium, Brussels, BERL"],"address":["Belgium, Brussels, BERL"],"addressEntity":["addr-afebf85a436897fe5234b2ac0d00a1ddc4c9dd27"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["ec-person-5fdb62e20cecef81f87f94d3d1bcdd3b47b26af0","eu-tr-60402754518-05"]}} -{"id":"ec-meeting-2016-03-01-206953b34b632c6e6ec01b70b4484acec24a760b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-01 - Cabinet of President Jean-Claude Juncker x Deutsche Bank AG"],"date":["2016-03-01"],"summary":["Meeting with Mr Luc Frieden on Commission's political priorities"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-271912611231-56","ec-person-29c106b0461ffd79e95f0119bdd363fd3c7c3ab3"]}} -{"id":"ec-meeting-2016-03-01-250e33ab8cfe452fd03beae7d149d91f976e492e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-01 - Günther Oettinger x EuroCommerce"],"date":["2016-03-01"],"summary":["DSM /geoblocking"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-4cd59e13386e3b68ecb3611fcc579e0a0a3938a5","eu-tr-84973761187-60"]}} -{"id":"ec-meeting-2016-03-01-2de3d88bd22259f9c6bfe97a41aa59174240a900","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-01 - Cabinet of Vice-President Miguel Arias Cañete x Institutional Investors Group on Climate Change"],"date":["2016-03-01"],"summary":["policy framework for investment in climate-friendly technologies"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd","eu-tr-962717910722-61"]}} -{"id":"ec-meeting-2016-03-01-44b17e81074c3a545ef2339b567fbac246f18f56","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-01 - Cabinet of Commissioner Vytenis Andriukaitis x Centre de liaison des industries transformatrices de viande de l'UE"],"date":["2016-03-01"],"summary":["Animal welfare"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-0dbfffeb0323f819c8d57164906086dd8639c437","eu-tr-02978802379-31"]}} -{"id":"ec-meeting-2016-03-01-49167339a72db21eef8da787fa84352554e64a03","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-01 - Cabinet of Commissioner Carlos Moedas x Magyar Tudományos Akadémia"],"date":["2016-03-01"],"summary":["Meeting with Presidents of the Academies of the V4 Countries - Science advice for policy"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-23980b2bc4fd9c82051d0f7888dc236b2f764866","eu-tr-960224717731-23"]}} -{"id":"ec-meeting-2016-03-01-54661ef0a103e94e6d87d82dc915c2cf20e218dc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-01 - Cabinet of First Vice-President Frans Timmermans x Nederlandse Vereniging van Banken / Dutch Banking Association"],"date":["2016-03-01"],"summary":["Better regulation agenda"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-51894741860-19","ec-person-966667b73d92624be9bb019c2baab7e52331b3d3"]}} -{"id":"ec-meeting-2016-03-01-5a8b205b2b24b2c0220e9c6c3f7567bf57fdc85d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-01 - Cabinet of Commissioner Phil Hogan x ESB"],"date":["2016-03-01"],"summary":["Innovationa and collaberation in the energy sector"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-985046516052-02","ec-person-ff8342dedc26701400fcb7dcf73fbee50a837ac6"]}} -{"id":"ec-meeting-2016-03-01-60ac9469d13f464123b9e94a4eca7cda18ed49b3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-01 - Cabinet of Commissioner Carlos Moedas x APDL - Administracao dos Portos do Douro, Leixoes e Viana do Castelo, SA"],"date":["2016-03-01"],"summary":["tbc"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-01051f0f33bfdc2ecc41873c02cae666c5e0d099","eu-tr-505857115939-41"]}} -{"id":"ec-meeting-2016-03-01-70c84b08b6af2ad5a61241c7a6cde9435fd04fec","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-01 - Cabinet of Vice-President Maroš Šefčovič x EnBW Energie Baden-Württemberg AG"],"date":["2016-03-01"],"summary":["Energy Union - State of play"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-2be517b9261a91f2f07e05ec14c6331980e9716e","eu-tr-13324391892-74"]}} -{"id":"ec-meeting-2016-03-01-749e2a48e4d651ffe179cc3bf3d924a9c542f0c7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-01 - Cabinet of Vice-President Valdis Dombrovskis x Deutsche Bank AG"],"date":["2016-03-01"],"summary":["European Financial and Economic Policy"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-271912611231-56","ec-person-48f31156d932641826e09f5b73f074d35ff05786"]}} -{"id":"ec-meeting-2016-03-01-7ab0a6cdce7a1199f0650deb4e8a50e9b70ac711","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-01 - Cabinet of Commissioner Violeta Bulc x Transport and Environment (European Federation for Transport and Environment)"],"date":["2016-03-01"],"summary":["Ports regulation"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-e14c58f620f40325d829df7be0823280307bc15f","eu-tr-58744833263-19"]}} -{"id":"ec-meeting-2016-03-01-7d0a13514640ab4392fb5e75470f0619c1486d89","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-01 - Cabinet of Vice-President Andrus Ansip x Association of European Public Postal Operators"],"date":["2016-03-01"],"summary":["e-commerce and Cross-border Parcel Delivery"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-3ca0c466b8ff230d4409591430b388007ce14ff8","eu-tr-092682012915-24"]}} -{"id":"ec-meeting-2016-03-01-7db618388eacc8a87e76a12ad04755549ecce1eb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-01 - Energy x WindEurope"],"date":["2016-03-01"],"summary":["Energy policy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-19920706471-21","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2016-03-01-8994fa0e14ea0f6574d357597984b7200c9ee539","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-01 - Cabinet of Vice-President Andrus Ansip x Sky Group"],"date":["2016-03-01"],"summary":["Copyright, AVMSD"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-62536168216-12","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45","ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0"]}} -{"id":"ec-meeting-2016-03-01-8ecf6614607dfbcb4cfce82febbe98fb26886dd1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-01 - Cabinet of Vice-President Jyrki Katainen x Institutional Investors Group on Climate Change Fleishman-Hillard"],"date":["2016-03-01"],"summary":["Climate Change and investments"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-56047191389-84","ec-person-0da85dc48012e26688310a59a0b51727ea68f410","eu-tr-962717910722-61"]}} -{"id":"ec-meeting-2016-03-01-924808a639e02c95ef9e0bc3a438a69b040aba6c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-01 - Migration and Home Affairs x Deutsche Industrie- und Handelskammer"],"date":["2016-03-01"],"summary":["Migration Crisis, Integration of Refugees into the Labour Market"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-home"],"involved":["eu-tr-22400601191-42","ec-person-ae1262e8850ed1e9a0530b0ad7440ac648255896"]}} -{"id":"ec-meeting-2016-03-01-995761bebc229b0d23b2449348da5c9658798f16","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-01 - Cabinet of Commissioner Elżbieta Bieńkowska x Federation of Associations for Hunting & Conservation of the EU"],"date":["2016-03-01"],"summary":["Draft legislation of weapons"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-75899541198-85","ec-person-685ecf13dd26cd515c961e24ba71049af2302c5e","ec-person-d2997a7f359c91a337055c3e24dd36bf928de38d"]}} -{"id":"ec-meeting-2016-03-01-a1b5df042bd18199c60a9cb2c5104456f2701de1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-01 - Cabinet of Vice-President Valdis Dombrovskis x Daimler Aktiengesellschaft"],"date":["2016-03-01"],"summary":["European Market Infrastructure Regulation/Securitisation"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-3f9ca71b74344417d1f072ba7f3e2f09a223b036","eu-tr-2349218828-41"]}} -{"id":"ec-meeting-2016-03-01-a68e1e2aa48fd14f81a99b7ee61c9f5286111575","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-01 - Cabinet of Commissioner Věra Jourová x European Union of Jewish Students"],"date":["2016-03-01"],"summary":["Hate speech online"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["eu-tr-683799510920-11","ec-person-1e0e3a00ab815dea7c5b839b002ed2c7e34bfe0a"]}} -{"id":"ec-meeting-2016-03-01-aab3fcf2c603c85431aae8cf39d5114048af29a8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-01 - Günther Oettinger x Photonics21 Association"],"date":["2016-03-01"],"summary":["digitisation of industry"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-250774516080-16","ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0"]}} -{"id":"ec-meeting-2016-03-01-adde23eb808216521801617fa513a0f58d683819","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-01 - Cabinet of President Jean-Claude Juncker x The Investment Association"],"date":["2016-03-01"],"summary":["Capital Markets Union"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-c402e34a99fbee730ae22e3b1958e21c94dc6fcc","eu-tr-5437826103-53"]}} -{"id":"ec-meeting-2016-03-01-b5cc490256db60c6fece84fe49773def1eb4372e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-01 - Cabinet of Commissioner Corina Crețu x FairValue Corporate & Public Affairs Fédération Nationale de l'Habillement"],"date":["2016-03-01"],"summary":["Inclusion of SMEs in local development"],"notes":["Portfolio: Regional Policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-corina-cretu-of"],"involved":["eu-tr-331422120013-51","ec-person-f5bd4d5d0170028815aba56ee7d4883f0fd70f47","eu-tr-69852587017-33"]}} -{"id":"ec-meeting-2016-03-01-b8944199f28107a770389eca1bdfa4945275e24e","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2016-03-01 - Cabinet of Commissioner Elżbieta Bieńkowska x STARCH EUROPE"],"date":["2016-03-01"],"summary":["Circular economy","world-leading, smart, sustainable & competitive bioeconomy"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["ec-person-95a769a1850d7d595f9a5853c51dcbdd3ddd69fb","eu-tr-57787966531-03","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2016-03-01-bf7dbe788780cf3f7ee0b0b1c2a5c46b95ab6152","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-01 - Cabinet of President Jean-Claude Juncker x Institutional Investors Group on Climate Change"],"date":["2016-03-01"],"summary":["Climate Change"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-b1bf9aa5fb7e886441ff341b657cc482b64a2a3e","eu-tr-962717910722-61"]}} -{"id":"ec-meeting-2016-03-01-c7436bc02dbb1be91bc974896d25684573598fdd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-01 - Cabinet of Commissioner Elżbieta Bieńkowska x Google"],"date":["2016-03-01"],"summary":["Digital Single Market"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["ec-person-685ecf13dd26cd515c961e24ba71049af2302c5e","eu-tr-03181945560-59","ec-person-d2997a7f359c91a337055c3e24dd36bf928de38d"]}} -{"id":"ec-meeting-2016-03-01-c7eabc7b60eabb104265564a36a3f087448df79c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-01 - Cabinet of Commissioner Tibor Navracsics x Magyar Tudományos Akadémia"],"date":["2016-03-01"],"summary":["Presidents of the V4 academies of sciences: EIT, Widening participation in H2020, Science in education and Cooperation with JRC"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-dc2e0fed0fdf39a6a3f3ad63355c5215599de9d1","eu-tr-960224717731-23"]}} -{"id":"ec-meeting-2016-03-01-ccd33280a46dc94f8a184516b818899a6651a30e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-01 - Günther Oettinger x The European Steel Association Wirtschaftsvereinigung Stahl"],"date":["2016-03-01"],"summary":["Trade policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-75755621888-61","eu-tr-93038071152-83","ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0"]}} -{"id":"ec-meeting-2016-03-01-ce3b5500ed1a07a7d9748ac9f837cbb6bf2226b3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-01 - Energy x EWE Aktiengesellschaft"],"date":["2016-03-01"],"summary":["Energy policy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["ec-person-6997149120ce5129e38febe5275dc8fd03232d2e","eu-tr-00741337988-18"]}} -{"id":"ec-meeting-2016-03-01-dd4d07f0d9644bc6edb6038ef80bda94d01b6dd4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-01 - Günther Oettinger x Sky Group"],"date":["2016-03-01"],"summary":["DSM"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0","eu-tr-62536168216-12"]}} -{"id":"ec-meeting-2016-03-01-e0ef9e287b083c6d68b56034483cf2cc34e5b10f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-01 - Cabinet of Commissioner Tibor Navracsics x Sky Group"],"date":["2016-03-01"],"summary":["Digital Single Market"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-dc2e0fed0fdf39a6a3f3ad63355c5215599de9d1","eu-tr-62536168216-12"]}} -{"id":"ec-meeting-2016-03-01-e951aebb1621ceb1a1281586b28d51d09e30796e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-01 - Cabinet of Vice-President Jyrki Katainen x DNA Oyj"],"date":["2016-03-01"],"summary":["Digital single market/Finland"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-99365f4c3081112dcbfa722a5eb05adecc68503e","eu-tr-215050018674-84"]}} -{"id":"ec-meeting-2016-03-01-edca908f3cc84d302a868342936d1694ae1f3ed4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-01 - Cabinet of Commissioner Elżbieta Bieńkowska x European Forum of Independent Professionals"],"date":["2016-03-01"],"summary":["EU Independent workers"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["brussels"],"address":["brussels"],"addressEntity":["addr-e2daa1574b7ac475c827b33e281bd2d5e013c882"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["ec-person-6cd920669457898c6304ed6a599a852d84518227","eu-tr-823591710024-95"]}} -{"id":"ec-meeting-2016-03-01-fbe021fe29e373ac97004460ad53b42b4e23ac9f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-01 - Günther Oettinger x G Plus Ltd (t/a Portland)"],"date":["2016-03-01"],"summary":["Digitisation of Industry"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-7223777790-86","ec-person-c6cae64cc7dc787b66a47ab1613d3e922875b971"]}} -{"id":"ec-meeting-2016-03-01-fc23afc5d759a6fb8b8219c741b66de7b0f83ade","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-01 - Cabinet of Commissioner Violeta Bulc x EUROPEAN MAR II, LDA. & COMANDITA (ZONA FRANCA DA MADEIRA)"],"date":["2016-03-01"],"summary":["Port regulation"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-e14c58f620f40325d829df7be0823280307bc15f","eu-tr-648936020856-72"]}} -{"id":"ec-meeting-2016-03-02-12312998ae5a26ae4e4ddcef4e8e39e82d117252","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-02 - Cabinet of Vice-President Jyrki Katainen x European Insulation Manufacturers Association"],"date":["2016-03-02"],"summary":["Investment in Energy Performance in Buildings"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-0da85dc48012e26688310a59a0b51727ea68f410","eu-tr-98345631631-22"]}} -{"id":"ec-meeting-2016-03-02-1896715c949968295cfcaae46d60db0bc3831c94","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-02 - Günther Oettinger x European Writers’ Council-Féderation des associations européennes d’écrivains Federation of European Screen Directors - Fédération Européenne des Réalisateurs de l'Audiovisuel European Composer and Songwriter Alliance European Federation of Journalists Federation of Screenwriters in Europe"],"date":["2016-03-02"],"summary":["Copyright"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-29280842236-21","eu-tr-56788289570-24","eu-tr-642670217507-74","eu-tr-27471236588-39","eu-tr-71423433087-91","ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0"]}} -{"id":"ec-meeting-2016-03-02-228293084bb2dc8e8c0b1eaecb81cec7014c60bd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-02 - Cabinet of Vice-President Valdis Dombrovskis x Bundesvereinigung der Deutschen Arbeitgeberverbände e.V. Bundesverband der Deutschen Industrie e.V."],"date":["2016-03-02"],"summary":["Tax Avoidance Package"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-1771817758-48","eu-tr-7749519702-29","ec-person-48f31156d932641826e09f5b73f074d35ff05786"]}} -{"id":"ec-meeting-2016-03-02-280e389e77d2ea30af5a98ca9a35d733b981e863","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-02 - Cabinet of Vice-President Andrus Ansip x Wise Ltd"],"date":["2016-03-02"],"summary":["Financial technology"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-0f698e3a0cc0bd6a02e1bd386a25cedc1366f3f1","ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0","ec-person-91ca0921c6790191daa54427311acd63035e7c9e","eu-tr-843309518020-96","ec-person-c759bd58acc54869aa8e62ce652efcda416e25c2"]}} -{"id":"ec-meeting-2016-03-02-2817519fabca6f10d83764c0ff872c2f564ee1cd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-02 - Günther Oettinger x Bundesverband Deutsche Startups"],"date":["2016-03-02"],"summary":["digital economy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-109482418447-89","ec-person-3297113eb5d4e59bc84d571628f0130aa75c761a"]}} -{"id":"ec-meeting-2016-03-02-2d2340cbdc849b90fbf36be68481a7605e03b1d4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-02 - Cabinet of Vice-President Karmenu Vella x Helmholtz-Gemeinschaft Deutscher Forschungszentren e.V. Institut français de recherche pour l'exploitation de la mer"],"date":["2016-03-02"],"summary":["Ocean Governance and Marine Research"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["eu-tr-496822013474-60","eu-tr-73792436593-97","ec-person-0e3efd8bc1c3ee9a80205d0bb78f316fa1621e5d"]}} -{"id":"ec-meeting-2016-03-02-31c053c3d3e37f59dd8486b62879fad6738c5095","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-02 - Cabinet of High Representative / Vice-President Federica Mogherini x World Organisation against Torture"],"date":["2016-03-02"],"summary":["Meeting on Ayotzinapa Report"],"notes":["Portfolio: Foreign Affairs and Security Policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"involved":["eu-tr-46782046250-28","ec-person-189fa91edba64d04693773d2f922608c3f83b78d"]}} -{"id":"ec-meeting-2016-03-02-32165b4fb5171407df1960ea0b51a2a8b279ebe2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-02 - Cabinet of Commissioner Elżbieta Bieńkowska x European Multi-channel and Online Trade Association"],"date":["2016-03-02"],"summary":["e-Commerce and geoblocking"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-11251212351-96","ec-person-b2f9be51339f054477846797e2c119fcf16548fc"]}} -{"id":"ec-meeting-2016-03-02-35a7aa9353a9dec84a12d20f799430a27e973394","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-02 - Cabinet of First Vice-President Frans Timmermans x Foundation Max van der Stoel"],"date":["2016-03-02"],"summary":["SDGs"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["ec-person-7a0c440119cd5d547eceebb055c79b8bb41bf9a2","eu-tr-620962512697-93"]}} -{"id":"ec-meeting-2016-03-02-3c96269bd7b1cce7fbaf173f0b7b4e7940a3dd0a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-02 - Cabinet of Vice-President Andrus Ansip x Institute of Chartered Accountants in England and Wales"],"date":["2016-03-02"],"summary":["EC DSM Agenda and Plans for Digitisation of Tax"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-0f698e3a0cc0bd6a02e1bd386a25cedc1366f3f1","eu-tr-7719382720-34"]}} -{"id":"ec-meeting-2016-03-02-3d6c3e1ea72fc38626c064eee916e2aeb9dacc37","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-02 - Cabinet of Commissioner Violeta Bulc x Deutscher Industrie- und Handelskammertag e.V."],"date":["2016-03-02"],"summary":["exchange about pending files"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-22400601191-42","ec-person-e14c58f620f40325d829df7be0823280307bc15f"]}} -{"id":"ec-meeting-2016-03-02-3dae17f360b8d3800bb0f6296106a31d9c093dbe","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-02 - Internal Market, Industry, Entrepreneurship and SMEs x European Round Table for Industry"],"date":["2016-03-02"],"summary":["general introduction, modernisation of industry, start ups"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-grow"],"involved":["ec-person-60a3d0d628d231b41af1d0c65607b0fd78ca4edc","eu-tr-25487567824-45"]}} -{"id":"ec-meeting-2016-03-02-476b99e5c6f1b7d48797cc8de3b1a540a5608f76","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-02 - Cabinet of President Jean-Claude Juncker x Deutsche Telekom"],"date":["2016-03-02"],"summary":["Digital Single Market"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-44a061693f35519551be0e3dab996e76ad3f8c7c","eu-tr-60052162589-72"]}} -{"id":"ec-meeting-2016-03-02-492b8bca184e45e281f5f7c822b4664b979c5f80","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-02 - Cabinet of President Jean-Claude Juncker x Fédération bancaire française"],"date":["2016-03-02"],"summary":["Overview of banking regulatory matters"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-c402e34a99fbee730ae22e3b1958e21c94dc6fcc","eu-tr-09245221105-30"]}} -{"id":"ec-meeting-2016-03-02-4b46a1515447ea6d5839f3aed633dedbd55be766","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-02 - Employment, Social Affairs and Inclusion x Open Society European Policy Institute"],"date":["2016-03-02"],"summary":["Situation of Roma in South-Eastern Europe"],"location":["Michel Servoz office"],"address":["Michel Servoz office"],"addressEntity":["addr-978e41b1622befbb8d6669dcbeb433d909f25b91"],"organizer":["ec-dg-empl"],"involved":["ec-person-0d8ce1c547b8ca99decd25740ba12e2c0866a2fd","eu-tr-8557515321-37"]}} -{"id":"ec-meeting-2016-03-02-568fca327bed4a66179bf4f15d34cfcaf47873c1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-02 - Günther Oettinger x Deutsche Telekom"],"date":["2016-03-02"],"summary":["cybersecurity"],"location":["BXL"],"address":["BXL"],"addressEntity":["addr-d2fde52f67ea4a3e1fe233d0a959d6a1c77fd910"],"organizer":["ec-dg-de"],"involved":["ec-person-5652698e8f7b4a189329e67fddbaff44dbe8658c","eu-tr-60052162589-72"]}} -{"id":"ec-meeting-2016-03-02-5ad01c698728ea6fc5bf0bbab9a12b99e6e63b08","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-02 - Günther Oettinger x Lenovo"],"date":["2016-03-02"],"summary":["cybersecurity"],"location":["BXL"],"address":["BXL"],"addressEntity":["addr-d2fde52f67ea4a3e1fe233d0a959d6a1c77fd910"],"organizer":["ec-dg-de"],"involved":["eu-tr-238774916287-66","ec-person-5652698e8f7b4a189329e67fddbaff44dbe8658c"]}} -{"id":"ec-meeting-2016-03-02-5e8e18e3abbf50577ac9484857a40989fc738585","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-02 - Cabinet of Commissioner Violeta Bulc x Deutsche Umwelthilfe e.V."],"date":["2016-03-02"],"summary":["Decarbonisation"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-e14c58f620f40325d829df7be0823280307bc15f","eu-tr-03506017714-81"]}} -{"id":"ec-meeting-2016-03-02-676f120509ec424a307d01169d523521b3cfb8d4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-02 - Cabinet of Commissioner Margrethe Vestager x GSMA Europe"],"date":["2016-03-02"],"summary":["Exchange of views on mobile telecoms market"],"notes":["Portfolio: Competition"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-margrethe-of-vestager"],"involved":["ec-person-baa1c172df109ebd1f0307bccb5e21aec66c7a25","eu-tr-30988577529-37","ec-person-5d3cde69206da720686a2bca71494091f1318f24"]}} -{"id":"ec-meeting-2016-03-02-6a9fd9c72863df1dbbf07fac2b35ebd4c2c220e9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-02 - Günther Oettinger x Cisco Systems Inc."],"date":["2016-03-02"],"summary":["Telco policies"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-c6cae64cc7dc787b66a47ab1613d3e922875b971","eu-tr-494613715191-85"]}} -{"id":"ec-meeting-2016-03-02-6e325439a8cde1c8e46501385b6cd12a49506d4d","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2016-03-02 - Cabinet of Commissioner Violeta Bulc x BLS AG"],"date":["2016-03-02"],"summary":["organise a meeting in CH"],"notes":["Portfolio: Transport"],"location":["Brussels - Belgium","Brussels"],"address":["Brussels - Belgium","Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6","addr-85d514873c3b55c68206168e47e9d4fc69799cc8"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-7ac9445abdddc66a79f539ae13eb74e1ceb512df","eu-tr-230630614673-95","ec-person-dd7851e4a1e747e824b4f81139e33bc3cdb73160"]}} -{"id":"ec-meeting-2016-03-02-75f8f1a88bf8ab762a680a45fa467f3019180d6f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-02 - Cabinet of Vice-President Neven Mimica x CONCORD Europe"],"date":["2016-03-02"],"summary":["Presentation of the next CONCORD priorities. Exchange of views on the most prominent issues in the area of international cooperation and development"],"notes":["Portfolio: International Cooperation & Development"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-mimica-neven-of-president-vice"],"involved":["eu-tr-34478709670-34","ec-person-d455992f8f48b86e26e61f5284a9ef8e18aed182","ec-person-886e1b865045c3ed98e99075006d09cea708acce"]}} -{"id":"ec-meeting-2016-03-02-79dc900c3239189278976e1c4fcd4819358619f1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-02 - Mobility and Transport x International Road Transport Union Permanent Delegation to the EU"],"date":["2016-03-02"],"summary":["internal market for road transport, passenger transport"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-move"],"involved":["eu-tr-41802525291-86","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2016-03-02-82d6e51a1649faf6cfd623f99c24ffdc5b895103","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-02 - Cabinet of First Vice-President Frans Timmermans x Amnesty International Limited"],"date":["2016-03-02"],"summary":["Migration"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["ec-person-6d8b11c800391d9e6515bbd1b0e9d54c7da270da","eu-tr-11063928073-34"]}} -{"id":"ec-meeting-2016-03-02-8a9f97c2d32937bb1d2a0430f1bfd2a1e086f27b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-02 - Cabinet of Vice-President Neven Mimica x CTI AFRICA"],"date":["2016-03-02"],"summary":["Follow-up of meeting held on 25/02 regarding Development in Africa"],"notes":["Portfolio: International Cooperation & Development"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-mimica-neven-of-president-vice"],"involved":["ec-person-fb34eddb2ee7d6b0c0bfdb52a4456e71ca8dd53c","eu-tr-596533820765-19"]}} -{"id":"ec-meeting-2016-03-02-8bbb8efb178ba5248f0bd66cf6de4b00efd47cff","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-02 - Günther Oettinger x HomeAway Sàrl"],"date":["2016-03-02"],"summary":["online platforms"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-470908920122-03","ec-person-3297113eb5d4e59bc84d571628f0130aa75c761a"]}} -{"id":"ec-meeting-2016-03-02-8ff9558ca59014646a62193835502800ecccec69","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-02 - Energy x Lithuanian Business Representation to the EU"],"date":["2016-03-02"],"summary":["Energy Union"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-94241791376-49","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2016-03-02-99bc0f758e9a74bf077247554ebb504ea96b09f9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-02 - Günther Oettinger x Telekom Austria AG"],"date":["2016-03-02"],"summary":["telco policies"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-c6cae64cc7dc787b66a47ab1613d3e922875b971","eu-tr-99255639490-47"]}} -{"id":"ec-meeting-2016-03-02-9a36534412b9275fcfae35c52703e20b8f8946b7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-02 - Cabinet of Vice-President Karmenu Vella x Borealis AG"],"date":["2016-03-02"],"summary":["Circular Economy"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brusselse"],"address":["Brusselse"],"addressEntity":["addr-798f1bd909c51799be0ff88e9a2bbab6ad609a5f"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["ec-person-4ff7c27445db4ad88e687776974fd8d077a1fe0c","eu-tr-24298121313-54"]}} -{"id":"ec-meeting-2016-03-02-a893a538be4b972d04be95ca2c93bc4ba23d0f1b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-02 - Cabinet of Commissioner Pierre Moscovici x SEV - Hellenic Federation of Enterprises"],"date":["2016-03-02"],"summary":["La situation économique et politique en Grèce, les réformes structurelles nécessaires pour la croissance en Grèce"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["ec-person-3cbeba61ae952f06fe4916c381438ebbc676a597","ec-person-18ec03f403696ecde522f7843ba9c4ff6335ead4","eu-tr-59395037733-93"]}} -{"id":"ec-meeting-2016-03-02-bb84a5a831ae4fcf1c83e99f863b74157d775e5a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-02 - Climate Action x Shell Companies"],"date":["2016-03-02"],"summary":["ETS"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-clima"],"involved":["ec-person-44c2f44f96dda2012bcb4e9abc749f6cae86a4c0","eu-tr-05032108616-26"]}} -{"id":"ec-meeting-2016-03-02-cc561d1eb95ea683e292ab0f2f199616a3eb6c11","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-02 - Financial Stability, Financial Services and Capital Markets Union x Fédération bancaire française"],"date":["2016-03-02"],"summary":["TLAC, MREL, CRR and call for evidence"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["ec-person-bdee7a93f95c8ef05079539170139b3c02e8ed96","eu-tr-09245221105-30"]}} -{"id":"ec-meeting-2016-03-02-d7bd45268f993b23dbd30feb242aa9959c3c7d9d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-02 - Cabinet of Vice-President Kristalina Georgieva x Open Society European Policy Institute"],"date":["2016-03-02"],"summary":["Meeting with Ms Kinga Goncz"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-georgieva-kristalina-of-president-vice"],"involved":["eu-tr-8557515321-37","ec-person-02fbf3278d64a2c309f843d977d5501458d4f7ed"]}} -{"id":"ec-meeting-2016-03-02-d8f994948597e4d9ebbff47eb6055e204ea90c58","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-02 - Günther Oettinger x Inline Policy Sprl"],"date":["2016-03-02"],"summary":["online platforms"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-660137014271-28","ec-person-3297113eb5d4e59bc84d571628f0130aa75c761a"]}} -{"id":"ec-meeting-2016-03-02-e22e4c067e8a9fe814b84d0b3472f05db3a8fdde","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-02 - Cabinet of Commissioner Violeta Bulc x Airports Council International - European Region"],"date":["2016-03-02"],"summary":["aviation strategy"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-5012c5e45a52ee8ce67d19c1781a127af53e73e7","eu-tr-42566063487-73"]}} -{"id":"ec-meeting-2016-03-02-e2fd4449a6f32fa7799b2799675b00058546aef1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-02 - Cabinet of Commissioner Pierre Moscovici x Emso Asset Management Limited"],"date":["2016-03-02"],"summary":["exchange on global economy"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["eu-tr-469705916690-22","ec-person-ac604755dc7677c8653a5a5172e851f7c8e468b4"]}} -{"id":"ec-meeting-2016-03-02-e51471eb497a8540238b3626f8fdfbf9ca3b8830","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-02 - Mobility and Transport x Finnish Transport and Logistics SKAL"],"date":["2016-03-02"],"summary":["Road transport initiatives"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-move"],"involved":["eu-tr-53638476328-19","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2016-03-02-edf7311cbeca0279838c48a363af854277606b78","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-02 - Cabinet of Vice-President Andrus Ansip x HomeAway Sàrl"],"date":["2016-03-02"],"summary":["rental and online platfomrs and the collaborative economy"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-3ca0c466b8ff230d4409591430b388007ce14ff8","eu-tr-470908920122-03"]}} -{"id":"ec-meeting-2016-03-02-f12daf6a7978c64d828885a8f79079bb1640cc26","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-02 - Günther Oettinger x SEV - Hellenic Federation of Enterprises"],"date":["2016-03-02"],"summary":["DSM"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0","eu-tr-59395037733-93"]}} -{"id":"ec-meeting-2016-03-02-fc683d6f5ace1b948ca8a3a20ddb8e32219a42a6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-02 - Cabinet of Vice-President Jyrki Katainen x Confederation of Swedish Enterprise"],"date":["2016-03-02"],"summary":["Preparatory meeting – circular economy event"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-39912257528-48","ec-person-0da85dc48012e26688310a59a0b51727ea68f410"]}} -{"id":"ec-meeting-2016-03-03-04d74544e70f5462c9193bffae42e7db7b7438da","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-03 - Cabinet of Commissioner Carlos Moedas x United Nations University Institute on Comparative Regional Integration Studies"],"date":["2016-03-03"],"summary":["United Nations University/European Leadership in Cultural, Science and Innovation Diplomacy"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-f7ccc3ad366dd2fdb24870e1c02ff2763539c82f","eu-tr-489015820846-96"]}} -{"id":"ec-meeting-2016-03-03-0adedbc1c7db2389b4aeb6e89abc9a8baab48390","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-03 - Cabinet of Commissioner Elżbieta Bieńkowska x EuroCommerce"],"date":["2016-03-03"],"summary":["Developments in the retail sector"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-84973761187-60","ec-person-b2f9be51339f054477846797e2c119fcf16548fc"]}} -{"id":"ec-meeting-2016-03-03-0c745207c29861e2fbdae059dcdbc83d97686190","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-03 - Cabinet of Commissioner Tibor Navracsics x Forum of European Muslim Youth and Student organisations"],"date":["2016-03-03"],"summary":["Youth"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-dc2e0fed0fdf39a6a3f3ad63355c5215599de9d1","eu-tr-292913016962-90"]}} -{"id":"ec-meeting-2016-03-03-159dc01c03316e91dfa2e26c231b2394d7d2d66b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-03 - Cabinet of Commissioner Jonathan Hill x European Family Businesses"],"date":["2016-03-03"],"summary":["Capital Markets Union and Family Owned Businesses"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["eu-tr-58849794266-75","ec-person-5e8e66c5b37cfc1f9272932bf8e12f4b28d1160a"]}} -{"id":"ec-meeting-2016-03-03-16f100062988035327569b51d90d646b57faeece","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-03 - Cabinet of Vice-President Andrus Ansip x Universal Music Group International"],"date":["2016-03-03"],"summary":["Copyright"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-e91c5be432b6b3efdda369792fed67c20b767a45","eu-tr-530216615544-40"]}} -{"id":"ec-meeting-2016-03-03-22791a6a3821e8611131d4737994ed622a239b7a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-03 - Cabinet of Commissioner Elżbieta Bieńkowska x BUSINESSEUROPE"],"date":["2016-03-03"],"summary":["Speech at z conference 'Reform to perform' on start-ups, construction industry and cars"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-3978240953-79","ec-person-95a769a1850d7d595f9a5853c51dcbdd3ddd69fb","ec-person-daef7f819b2f3ffe5e4f5d8eb2782954f3c4a4e2"]}} -{"id":"ec-meeting-2016-03-03-2759314d33b2dfe54a76ed5b82e11a3f60f31285","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-03 - Cabinet of Vice-President Miguel Arias Cañete x European Network of Transmission System Operators for Electricity"],"date":["2016-03-03"],"summary":["Market design and regional cooperation of TSOs"],"notes":["Portfolio: Climate Action & Energy"],"location":["Florence, Italy"],"address":["Florence, Italy"],"addressEntity":["addr-11b1ca39bc37e7f8dfe56b7212ff2fa760801356"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-25805148045-87","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd"]}} -{"id":"ec-meeting-2016-03-03-30955165f11158cf49662e9905ffbc0c90d12f0c","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2016-03-03 - Cabinet of Vice-President Jyrki Katainen x Confederation of Finnish Industries EK"],"date":["2016-03-03"],"summary":["Circular economy and Energy Union"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-0da85dc48012e26688310a59a0b51727ea68f410","eu-tr-1274604847-34"]}} -{"id":"ec-meeting-2016-03-03-41c41e728b435dd1df229ffc5ca35a8b52c71339","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-03 - Cabinet of Commissioner Jonathan Hill x SEV - Hellenic Federation of Enterprises"],"date":["2016-03-03"],"summary":["Capital Markets Union and Economic Situation in Greece."],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["ec-person-f247edfcff54d4f26fc10769f809c92bc72d6797","eu-tr-59395037733-93"]}} -{"id":"ec-meeting-2016-03-03-47456b91640b8ce43721fb9486b63f24bd72dd8c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-03 - Cabinet of Vice-President Andrus Ansip x Hewlett Packard Enterprise"],"date":["2016-03-03"],"summary":["Safe Harbour decision - New Regulation on data Protection"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-5db7bdd1c81da2e70eb5b982097d0004111b5c3e","eu-tr-075071719925-75"]}} -{"id":"ec-meeting-2016-03-03-49834b7908a6c8681602563281f707ac59a79b94","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-03 - Cabinet of Vice-President Cecilia Malmström x Ericsson"],"date":["2016-03-03"],"summary":["collaborative industry standards"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-02021363105-42","ec-person-591ec829ca734bcfe59a2c9c7f07f9dff22a0ea9"]}} -{"id":"ec-meeting-2016-03-03-5cd35728ffda2d1cd95f9daa4d3cd1bbcd7227db","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-03 - Mobility and Transport x Società italiana per l'assistenza al volo"],"date":["2016-03-03"],"summary":["SES and SESAR, aviation strategy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-move"],"involved":["eu-tr-043518118736-36","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2016-03-03-626088eeca09e555fa400f1224c2432cfbd06aa1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-03 - Cabinet of Vice-President Miguel Arias Cañete x BDEW Bundesverband der Energie- und Wasserwirtschaft e. V."],"date":["2016-03-03"],"summary":["Electricity market design"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-20457441380-38","ec-person-2229c857664a22dcb8eee79a8c05841fd3d0924f"]}} -{"id":"ec-meeting-2016-03-03-6f67f06dfdcad2262fb3cd5c4983bc0c2d64c767","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-03 - Cabinet of Commissioner Violeta Bulc x Lithuanian Business Representation to the EU"],"date":["2016-03-03"],"summary":["EU single market for road transport"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-94241791376-49","ec-person-dd7851e4a1e747e824b4f81139e33bc3cdb73160"]}} -{"id":"ec-meeting-2016-03-03-78a9b4eaaf9d1b95f54beebd82dbba0eb918f6e8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-03 - Cabinet of Vice-President Cecilia Malmström x International Confederation of European Beet Growers COMITE EUROPEEN des FABRICANTS de SUCRE"],"date":["2016-03-03"],"summary":["Trade & sugar"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-20ded9db5df11164331bb161fdf234b1e5ad53fd","eu-tr-49679062863-35","eu-tr-89930126483-54"]}} -{"id":"ec-meeting-2016-03-03-81049a8415c6e2873b9e811f2076cccb9c1bd57a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-03 - Cabinet of Vice-President Andrus Ansip x SEV - Hellenic Federation of Enterprises"],"date":["2016-03-03"],"summary":["Digitisation and tax, EU-US Privacy Shield"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-5db7bdd1c81da2e70eb5b982097d0004111b5c3e","ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0","eu-tr-59395037733-93"]}} -{"id":"ec-meeting-2016-03-03-98ae7d3df01415f71c701ae618ee72ee9d5f8659","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-03 - Cabinet of Commissioner Elżbieta Bieńkowska x ARIANESPACE"],"date":["2016-03-03"],"summary":["Current issues"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Paris"],"address":["Paris"],"addressEntity":["addr-22390ad11c32faec43fc61555b53607660b3c185"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-016461319755-04","ec-person-685ecf13dd26cd515c961e24ba71049af2302c5e","ec-person-d2997a7f359c91a337055c3e24dd36bf928de38d"]}} -{"id":"ec-meeting-2016-03-03-9c84de50ed2dc024c1c74fae1c04de963b75fb28","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-03 - Cabinet of Vice-President Cecilia Malmström x Bayerische Motoren Werke Aktiengesellschaft Daimler Aktiengesellschaft"],"date":["2016-03-03"],"summary":["technical barriers to Trade"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-7193977808-18","eu-tr-2349218828-41","ec-person-591ec829ca734bcfe59a2c9c7f07f9dff22a0ea9"]}} -{"id":"ec-meeting-2016-03-03-9e70976a16e3b891158fe93d7c23227ad62836db","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-03 - Cabinet of Commissioner Violeta Bulc x ASSOCIATION OF EUROPEAN AIRLINES"],"date":["2016-03-03"],"summary":["Meeting with AEA CEO's on Aviation Strategy"],"notes":["Portfolio: Transport"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-4d2b449b5047ea3fda435a2a1c1081e3babcdf76","ec-person-5012c5e45a52ee8ce67d19c1781a127af53e73e7","ec-person-9d4dc4867a44dfe10f67ae7ee1706da3e8b48a24","eu-tr-78089286892-19"]}} -{"id":"ec-meeting-2016-03-03-a8b5b7194650b941b9720d14452aeb890118f555","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-03 - Cabinet of Commissioner Jonathan Hill x Deutsche Telekom"],"date":["2016-03-03"],"summary":["Audit"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Belgium, Brussels, BERL"],"address":["Belgium, Brussels, BERL"],"addressEntity":["addr-afebf85a436897fe5234b2ac0d00a1ddc4c9dd27"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["ec-person-5fdb62e20cecef81f87f94d3d1bcdd3b47b26af0","eu-tr-60052162589-72"]}} -{"id":"ec-meeting-2016-03-03-adc7da4c2aaa42c0861db19cdcfd62024b03c9a4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-03 - Günther Oettinger x Deutsche Industrie- und Handelskammer"],"date":["2016-03-03"],"summary":["introductory meeting"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-22400601191-42","ec-person-4cd59e13386e3b68ecb3611fcc579e0a0a3938a5"]}} -{"id":"ec-meeting-2016-03-03-b98ba1b76a7d7138e525c0561a453762483bea50","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-03 - Cabinet of Commissioner Carlos Moedas x EUPPORTUNITY (QB, Lda.)"],"date":["2016-03-03"],"summary":["European Innovation Council"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-01051f0f33bfdc2ecc41873c02cae666c5e0d099","eu-tr-38225546532-14","ec-person-2b4bb0b28e7435e5f612e44d9664dbd1051efc55","ec-person-fb56329c22510c66ab50a8bdba13230bdae32902"]}} -{"id":"ec-meeting-2016-03-03-bc67f8a262524ed72b1603c625a19466b6f75c0c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-03 - Cabinet of Vice-President Jyrki Katainen x Facebook Ireland Limited"],"date":["2016-03-03"],"summary":["Presenting new features in facebook"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-99365f4c3081112dcbfa722a5eb05adecc68503e","eu-tr-28666427835-74"]}} -{"id":"ec-meeting-2016-03-03-dc3335c958684bc7f984380b37a842c655fe1c0e","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2016-03-03 - Mobility and Transport x European Low Fares Airline Association"],"date":["2016-03-03"],"summary":["Aviation strategy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-move"],"involved":["eu-tr-040051411522-40","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2016-03-03-dd86c894217f531840a6f43c9c4865ede8f10ed7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-03 - Cabinet of Vice-President Miguel Arias Cañete x Mitsubishi Power Europe GmbH"],"date":["2016-03-03"],"summary":["Introductory meeting, announcement of opening of their Brussels representation office and exchange views on the European energy market design"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-997484720855-72","ec-person-2229c857664a22dcb8eee79a8c05841fd3d0924f"]}} -{"id":"ec-meeting-2016-03-03-df3e0984401b354f518884848b5f76f9cea870e4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-03 - Cabinet of Vice-President Cecilia Malmström x EU-ASEAN Business Council"],"date":["2016-03-03"],"summary":["EU-ASEAN relations"],"notes":["Portfolio: Trade"],"location":["Chiang Mai"],"address":["Chiang Mai"],"addressEntity":["addr-a9c86bb8f222280af70f0d9dd9eb29d950f2c637"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-19b143e83f8ab978c55c8a9a9e49e06dbfa14bf3","ec-person-5d4088e1913284a765aed8445f448f6ff341f1b3","eu-tr-614220318268-60"]}} -{"id":"ec-meeting-2016-03-03-dfdd8e936866380197fda6ca6cb1cfe269fe0853","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-03 - Cabinet of Commissioner Vytenis Andriukaitis x Association nationale interprofessionnelle du bétail et des viandes"],"date":["2016-03-03"],"summary":["Animal welfare, indication of origin"],"notes":["Portfolio: Health & Food Safety"],"location":["Paris"],"address":["Paris"],"addressEntity":["addr-22390ad11c32faec43fc61555b53607660b3c185"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-b9c3f19e7c5f216e3e508f931ddd6a9cb59376d1","ec-person-df30d07ef698a52b9948b9c734db39196cf8541f","eu-tr-963373911020-79"]}} -{"id":"ec-meeting-2016-03-03-e0ae1113d4c3d6b014e4e3596e67df664e57768b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-03 - Cabinet of President Jean-Claude Juncker x EuroCommerce"],"date":["2016-03-03"],"summary":["Developments in the retail sector"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-84973761187-60","ec-person-c402e34a99fbee730ae22e3b1958e21c94dc6fcc"]}} -{"id":"ec-meeting-2016-03-03-ed501e3ce523753b458119bc44a990bab95a227b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-03 - Cabinet of Commissioner Jonathan Hill x Edelman Public Relations Worldwide Transparency International"],"date":["2016-03-03"],"summary":["Green Paper on Retail Financial Services"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["ec-person-03cf92829e273869bfbd8bbf4f1881dcd0848186","eu-tr-68037017809-51","eu-tr-501222919-71"]}} -{"id":"ec-meeting-2016-03-03-f96cfeb822a770feaa6d99e1a11b50c6ad609c4a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-03 - Cabinet of Commissioner Tibor Navracsics x Play the Game/Danish Institute for Sports Studies"],"date":["2016-03-03"],"summary":["Preparation of the Sport Forum (Den Haag/NL - 09/03/16)"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-49f31dad10f5641cb1d1e4c3107dd838389e8120","eu-tr-786906117343-26"]}} -{"id":"ec-meeting-2016-03-03-fc53bf4c71387660c721bce8260a4e0abf3a799e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-03 - Cabinet of President Jean-Claude Juncker x TWENGA S.A."],"date":["2016-03-03"],"summary":["Digital Single Market"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-44a061693f35519551be0e3dab996e76ad3f8c7c","eu-tr-575468720780-92"]}} -{"id":"ec-meeting-2016-03-04-0e17748fcb032d90b17013ed9bbbb2646542a683","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-04 - Cabinet of Commissioner Tibor Navracsics x DIGITALEUROPE"],"date":["2016-03-04"],"summary":["Digital Single Market"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-49f31dad10f5641cb1d1e4c3107dd838389e8120","eu-tr-64270747023-20"]}} -{"id":"ec-meeting-2016-03-04-2ebfa1cf928c5bf4de60b5e56ccb26b536e01d37","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-04 - Cabinet of President Jean-Claude Juncker x BNP PARIBAS"],"date":["2016-03-04"],"summary":["Règlementation bancaire"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-c402e34a99fbee730ae22e3b1958e21c94dc6fcc","eu-tr-78787381113-69"]}} -{"id":"ec-meeting-2016-03-04-3aba1b1647dd65176269dbdc4f62f72dfa5f3926","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-04 - Cabinet of Commissioner Jonathan Hill x Finance Denmark"],"date":["2016-03-04"],"summary":["Covered Bonds; CMU; Call for evidence; Proportionality"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Copenhagen"],"address":["Copenhagen"],"addressEntity":["addr-3f7c839db34cfeebcefe96d90a0e37e02c8e52c6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["ec-person-f247edfcff54d4f26fc10769f809c92bc72d6797","eu-tr-20705158207-35"]}} -{"id":"ec-meeting-2016-03-04-44fc27cfbe9f2f196a81b3ad1e7b72815577f05b","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2016-03-04 - Cabinet of Vice-President Karmenu Vella x The Pew Charitable Trusts"],"date":["2016-03-04"],"summary":["strategy","Ocean Governance, IUU fishing, seabed mining, RFMOs"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["eu-tr-46834536998-79","ec-person-2966d69fae0ea4e67f3f2df5a743cc766267d3c8"]}} -{"id":"ec-meeting-2016-03-04-694a48996a5bdb2f511ac2f1bbc42ba55a32523e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-04 - Cabinet of Commissioner Violeta Bulc x Grayling"],"date":["2016-03-04"],"summary":["regulations on taxis, hire cars and ridesharing"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-dd7851e4a1e747e824b4f81139e33bc3cdb73160","eu-tr-53141413510-95"]}} -{"id":"ec-meeting-2016-03-04-72407895424cde664d83c1aa4ec15ced62f5a997","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-04 - Cabinet of Commissioner Violeta Bulc x THALES"],"date":["2016-03-04"],"summary":["aviation"],"notes":["Portfolio: Transport"],"location":["Saudi Arabia"],"address":["Saudi Arabia"],"addressEntity":["addr-6f49c31192f5681e1053a1d699956998c5d7e97d"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-5012c5e45a52ee8ce67d19c1781a127af53e73e7","eu-tr-91711831031-23"]}} -{"id":"ec-meeting-2016-03-04-773440a48e2719f6406722f2187ef4be2ea81e38","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-04 - Cabinet of First Vice-President Frans Timmermans x Equinet - the European Network of Equality Bodies"],"date":["2016-03-04"],"summary":["Role of European equality bodies"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["ec-person-6d8b11c800391d9e6515bbd1b0e9d54c7da270da","ec-person-4076aef8226bd451277bfd5135aa27d63b2ac548","eu-tr-718971811339-46"]}} -{"id":"ec-meeting-2016-03-04-7c95876e713d8004f3e1a266b551fbaa55e012d2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-04 - Cabinet of Commissioner Violeta Bulc x Logistics UK"],"date":["2016-03-04"],"summary":["Road TRansport initiatives"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-14799073282-84","ec-person-dd7851e4a1e747e824b4f81139e33bc3cdb73160"]}} -{"id":"ec-meeting-2016-03-04-7f0dcc7224069120e97a69ff81b1651ed5254658","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-04 - Cabinet of Vice-President Jyrki Katainen x Maa- ja metsätaloustuottajain Keskusliitto – Central Union of Agricultural Producers and Forest Owners"],"date":["2016-03-04"],"summary":["Bioeconomy"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-56039441735-48","ec-person-f9208d930adc70c6c64e21701e48f85f6f18e949"]}} -{"id":"ec-meeting-2016-03-04-80b6f02cc92d34fd53166c1ec98e220d6af3655d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-04 - Cabinet of Commissioner Elżbieta Bieńkowska x Alliance for the Freedom of the CAR Repair"],"date":["2016-03-04"],"summary":["digitalisation of vehicle repairs"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-668292216120-05","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2016-03-04-8995f125b635bd161a71c9a16e620894684b22e7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-04 - Cabinet of Commissioner Carlos Moedas x Mitsubishi Power Europe GmbH"],"date":["2016-03-04"],"summary":["Renewable energy funding opportunities under H2020"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-0a716bf5253e913fc40ebf14c12f30dc2e7a06ee","eu-tr-997484720855-72"]}} -{"id":"ec-meeting-2016-03-04-8c14538724e7dfe08f84d4ff33c61bf5d0f0466a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-04 - Cabinet of Commissioner Jonathan Hill x The Danish Chamber of Commerce"],"date":["2016-03-04"],"summary":["CMU"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Copenhagen"],"address":["Copenhagen"],"addressEntity":["addr-3f7c839db34cfeebcefe96d90a0e37e02c8e52c6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["eu-tr-0330934426-12","ec-person-f247edfcff54d4f26fc10769f809c92bc72d6797"]}} -{"id":"ec-meeting-2016-03-04-976c2ca20a426c61b3de462617d1d133be496b8a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-04 - Cabinet of President Jean-Claude Juncker x Atos SE (France)"],"date":["2016-03-04"],"summary":["Meeting with Mr Thierry Breton on Digital Single Market"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-249876817241-03","ec-person-29c106b0461ffd79e95f0119bdd363fd3c7c3ab3"]}} -{"id":"ec-meeting-2016-03-04-987b393fc1bb8c2920e83b0d767b204b796a4110","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-04 - Financial Stability, Financial Services and Capital Markets Union x Centre for European Policy Studies"],"date":["2016-03-04"],"summary":["CEPS reports, EU FSMA agenda"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["ec-person-bdee7a93f95c8ef05079539170139b3c02e8ed96","eu-tr-86853666704-95"]}} -{"id":"ec-meeting-2016-03-04-99dc2d92d2e0f71bb1c225a00d9d8f2c5db3be03","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-04 - Cabinet of Commissioner Carlos Moedas x Institut de Recherche pour le Développement"],"date":["2016-03-04"],"summary":["Presentation of IRD activities"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-b46c76b734a9bd8b8b7938e33fdd7b8cc6b6956a","ec-person-f7ccc3ad366dd2fdb24870e1c02ff2763539c82f","eu-tr-325755217346-62"]}} -{"id":"ec-meeting-2016-03-04-9f7d6aff2cc1d9e0b47926a45d30cd2789fdf569","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-04 - Internal Market, Industry, Entrepreneurship and SMEs x BUSINESSEUROPE"],"date":["2016-03-04"],"summary":["Single market strategy, industry aspects of COP 21 implementation, modernisation of industry"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-grow"],"involved":["eu-tr-3978240953-79","ec-person-60a3d0d628d231b41af1d0c65607b0fd78ca4edc"]}} -{"id":"ec-meeting-2016-03-04-ab596b0f74f7f3f94a6c1d6b0d771fa4ec8c557f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-04 - Cabinet of Commissioner Violeta Bulc x UNIFE"],"date":["2016-03-04"],"summary":["aviation"],"notes":["Portfolio: Transport"],"location":["Saudi Arabia"],"address":["Saudi Arabia"],"addressEntity":["addr-6f49c31192f5681e1053a1d699956998c5d7e97d"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-9624415524-28","ec-person-5012c5e45a52ee8ce67d19c1781a127af53e73e7"]}} -{"id":"ec-meeting-2016-03-04-b4277207a3be989ad27e2010dae501a9480d6a7f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-04 - Cabinet of Commissioner Jonathan Hill x Danske Bank A/S"],"date":["2016-03-04"],"summary":["Digitalization of payments; Call for evidence; CMU"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Copenhagen"],"address":["Copenhagen"],"addressEntity":["addr-3f7c839db34cfeebcefe96d90a0e37e02c8e52c6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["eu-tr-64866663811-42","ec-person-f247edfcff54d4f26fc10769f809c92bc72d6797"]}} -{"id":"ec-meeting-2016-03-04-cb16c2152873714f9fc8c27a847e2685d45340b9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-04 - Cabinet of Vice-President Cecilia Malmström x Confederation of European Paper Industries"],"date":["2016-03-04"],"summary":["Anti dumping measures on coated woodfree paper"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-72279144480-58","ec-person-591ec829ca734bcfe59a2c9c7f07f9dff22a0ea9"]}} -{"id":"ec-meeting-2016-03-04-cfa2a57d196f97247d34baadaf0d778ce855e8a2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-04 - Employment, Social Affairs and Inclusion x EUROCADRES - THE COUNCIL OF EUROPEAN PROFESSIONAL AND MANAGERIAL STAFF"],"date":["2016-03-04"],"summary":["Discussion about the role of Eurocadres as one of the social partners"],"location":["Michel Servoz office"],"address":["Michel Servoz office"],"addressEntity":["addr-978e41b1622befbb8d6669dcbeb433d909f25b91"],"organizer":["ec-dg-empl"],"involved":["ec-person-0d8ce1c547b8ca99decd25740ba12e2c0866a2fd","eu-tr-803183412905-34"]}} -{"id":"ec-meeting-2016-03-04-d08179aa931c1f89ecfe91573c0c1c3bad98f210","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-04 - Cabinet of Commissioner Violeta Bulc x Airbus"],"date":["2016-03-04"],"summary":["Aviation"],"notes":["Portfolio: Transport"],"location":["Saudi Arabia"],"address":["Saudi Arabia"],"addressEntity":["addr-6f49c31192f5681e1053a1d699956998c5d7e97d"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-5012c5e45a52ee8ce67d19c1781a127af53e73e7","eu-tr-2732167674-76"]}} -{"id":"ec-meeting-2016-03-04-d2f4edcc54415d3e1926f951b85a7d86f0c2c40b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-04 - Trade x WACKER CHEMIE AG"],"date":["2016-03-04"],"summary":["EU-China trade relations"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-trade"],"involved":["ec-person-bde9bb099f5d24c52ca4a9255cefc99a5b87a650","eu-tr-036915715533-64"]}} -{"id":"ec-meeting-2016-03-04-e0e0cd7caee9b5e1595f4ba2b5aec522163d146e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-04 - Cabinet of Vice-President Andrus Ansip x European Multi-channel and Online Trade Association"],"date":["2016-03-04"],"summary":["Geoblocking"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-3ca0c466b8ff230d4409591430b388007ce14ff8","eu-tr-11251212351-96","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45"]}} -{"id":"ec-meeting-2016-03-04-e142b3c40cbd1f28fa493548b9c87375d697ddff","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-04 - Cabinet of Commissioner Christos Stylianides x EQUIPOS MÓVILES DE CAMPAÑA ARPA SAU"],"date":["2016-03-04"],"summary":["ARPA Presentation"],"notes":["Portfolio: Humanitarian Aid & Crisis Management"],"location":["BRUSSELS"],"address":["BRUSSELS"],"addressEntity":["addr-f74337897287bf1b546f30505f5b1f693a87af50"],"organizer":["ec-cabinet-christos-commissioner-of-stylianides"],"involved":["ec-person-de605a3492bf8716a72a814958f304a939e828b3","eu-tr-198421723232-71"]}} -{"id":"ec-meeting-2016-03-04-f49d4fe57dd150e5aaae2b3eb022f83b0803d864","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-04 - Energy x Mitsubishi Power Europe GmbH"],"date":["2016-03-04"],"summary":["energy policy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-997484720855-72","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2016-03-05-18eebf1d1a73f61cc2560153b85e6cbe8fc32c1e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-05 - Cabinet of Commissioner Marianne Thyssen x European Family Businesses"],"date":["2016-03-05"],"summary":["statistics on family businesses"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["ec-person-5a49eb89125b4b5d1125b3925bbb64aba1bea2b3","eu-tr-58849794266-75"]}} -{"id":"ec-meeting-2016-03-07-0438aff78b3fffcc3378d4a61625b6e1097b2c4e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-07 - Cabinet of Vice-President Andrus Ansip x QUALCOMM Incorporated"],"date":["2016-03-07"],"summary":["ICT standardisation"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-00358442856-45","ec-person-6a03bc4fa7657513ea34529e98dba0671ef4c849"]}} -{"id":"ec-meeting-2016-03-07-091b298c9b3bcd32f25b130cdc6a6a37219aa92c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-07 - Cabinet of Vice-President Cecilia Malmström x Chamber of Commerce of the United States of America"],"date":["2016-03-07"],"summary":["Courtesy call and to prepare event for Commissioner taking place in Washington on 11 March 2016."],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-444722016787-61","ec-person-20ded9db5df11164331bb161fdf234b1e5ad53fd"]}} -{"id":"ec-meeting-2016-03-07-0e1742d53a5a07ae3fb57b5036a50ea1839c0a60","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-07 - Cabinet of Vice-President Maroš Šefčovič x Gazprom"],"date":["2016-03-07"],"summary":["State of play Ukraine-Russia trilateral"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-622135013267-04","ec-person-3bf48630444ace93d407e52eb880e64d480f75ce"]}} -{"id":"ec-meeting-2016-03-07-26076cd0298364566e27d12961aa161bc66a230c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-07 - Cabinet of Vice-President Miguel Arias Cañete x Confederation of Swedish Enterprise Scania AB (publ) Energiföretagen / Swedenergy Swedish Forest Industries Federation Fortum Oyj"],"date":["2016-03-07"],"summary":["Round table : European Energy Transition from a Swedish perspective"],"notes":["Portfolio: Climate Action & Energy"],"location":["stockholm, Sweden"],"address":["stockholm, Sweden"],"addressEntity":["addr-6e6a650eb5bca8ce274fe82f42dee431c836fd2b"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-355702910008-47","eu-tr-03501997362-71","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd","eu-tr-39912257528-48","eu-tr-13073098010-57","eu-tr-3305029916-47"]}} -{"id":"ec-meeting-2016-03-07-3ca51a02bb9e7e1c87cd8c80dd81567c3e6b720c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-07 - Cabinet of Vice-President Andrus Ansip x Zentralverband des Deutschen Handwerks e.V."],"date":["2016-03-07"],"summary":["DSM and SMEs"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-e91c5be432b6b3efdda369792fed67c20b767a45","eu-tr-5189667783-94"]}} -{"id":"ec-meeting-2016-03-07-4038a7be69dfbc9836f06a396d5482137f4674aa","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-07 - Cabinet of Commissioner Věra Jourová x Trans-Atlantic Business Council"],"date":["2016-03-07"],"summary":["EU-US Privacy Shield"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-f329292459cb1badb7fb7c6b67b698c441931bb2","eu-tr-89092554724-82"]}} -{"id":"ec-meeting-2016-03-07-443ef1d1a1492404bcadfc76f9644b5295afa2ed","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-07 - Cabinet of Vice-President Cecilia Malmström x Fertilizers Europe"],"date":["2016-03-07"],"summary":["Trade in fertilizers"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-98880f3f4206145e196013db9dd806a551c11e06","eu-tr-80788715017-29"]}} -{"id":"ec-meeting-2016-03-07-5101f18bb5eed31081bdc23ac6cb7d50a196f91f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-07 - Health and Food Safety x CHAMBRE OFFICIELLE DE COMMERCE D'ESPAGNE EN BELGIQUE ET AU LUXEMBOURG ASBL"],"date":["2016-03-07"],"summary":["Preparatory meeting for lunch debate on collaboration on health and food"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-sante"],"involved":["eu-tr-434877614680-77","ec-person-3c7fdbe0c1c235777d916309465339b7ed1666f6"]}} -{"id":"ec-meeting-2016-03-07-5dad487337e60dbb412c08aeaf5980cd56866274","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-07 - Cabinet of Commissioner Corina Crețu x EURODOM"],"date":["2016-03-07"],"summary":["Follow up of meeting on 19/2"],"notes":["Portfolio: Regional Policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-corina-cretu-of"],"involved":["ec-person-f5bd4d5d0170028815aba56ee7d4883f0fd70f47","eu-tr-28418016649-41"]}} -{"id":"ec-meeting-2016-03-07-7104db181e8ed5c1ca3a72781a732c73515b5a99","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-07 - Maritime Affairs and Fisheries x European Community Shipowners' Associations"],"date":["2016-03-07"],"summary":["Shipping companies' transport of shark species"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-mare"],"involved":["ec-person-a7b4b8418268a6d6c196b5e45f606fc92acbdb8c","eu-tr-59004966537-01"]}} -{"id":"ec-meeting-2016-03-07-7b97f86a506fe8db27370d2e2421211831f00996","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-07 - Energy x MYTILINEOS S.A."],"date":["2016-03-07"],"summary":["EU energy policy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["ec-person-6997149120ce5129e38febe5275dc8fd03232d2e","eu-tr-911070620778-17"]}} -{"id":"ec-meeting-2016-03-07-84175337de4dff57cfb9dae4f6b5c6b4a66f48e5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-07 - Cabinet of Vice-President Karmenu Vella x European Chemical Industry Council"],"date":["2016-03-07"],"summary":["Chemical Policy"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["eu-tr-64879142323-90","ec-person-0e3efd8bc1c3ee9a80205d0bb78f316fa1621e5d"]}} -{"id":"ec-meeting-2016-03-07-8f2d4c1337a505a12e3e41fe5d1cbdd8a622d507","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-07 - Cabinet of Commissioner Carlos Moedas x Linguistics in Open Access"],"date":["2016-03-07"],"summary":["Open Access Publications"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-b8d49828915f9008e764a78796d47ea00807a658","eu-tr-720442020423-21","ec-person-2b4bb0b28e7435e5f612e44d9664dbd1051efc55"]}} -{"id":"ec-meeting-2016-03-07-95124e0a47f553305ed8095f24d3a5f054798386","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-07 - Cabinet of Commissioner Phil Hogan x Tesco plc"],"date":["2016-03-07"],"summary":["Food Supply"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-190810415919-85","ec-person-ff8342dedc26701400fcb7dcf73fbee50a837ac6"]}} -{"id":"ec-meeting-2016-03-07-9a5da258f17c34a97df38f5e78e5e1eb3fec0c01","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-07 - Cabinet of Commissioner Carlos Moedas x Ghent University"],"date":["2016-03-07"],"summary":["Global Health Challenges"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["eu-tr-006043210924-49","ec-person-23980b2bc4fd9c82051d0f7888dc236b2f764866"]}} -{"id":"ec-meeting-2016-03-07-9b93380c05bb6636c77b2191a9d8b8d7cbb2f30d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-07 - Cabinet of High Representative / Vice-President Federica Mogherini x Fleishman-Hillard"],"date":["2016-03-07"],"summary":["Discussion regarding the Middle East and the Gulf Cooperation Council in the contect of the aviation package."],"notes":["Portfolio: Foreign Affairs and Security Policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"involved":["eu-tr-56047191389-84","ec-person-e03a77379f79ea00cf20048e42e8b0793bf62fa3"]}} -{"id":"ec-meeting-2016-03-07-a4a1d09dbca2208d534274d34138d6de3dc59db7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-07 - Cabinet of Commissioner Phil Hogan x Conféderation Européenne des Propriétaires Forestiers"],"date":["2016-03-07"],"summary":["Sustainable Forestry"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-3647455667-08","ec-person-ff8342dedc26701400fcb7dcf73fbee50a837ac6"]}} -{"id":"ec-meeting-2016-03-07-b3180b5147fd4311f7354bfabd2e4245e3903dbe","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-07 - European Civil Protection and Humanitarian Aid Operations x Médecins Sans Frontières"],"date":["2016-03-07"],"summary":["Overview of the MSF plans and priorities, including MSF positioning for the WHS. The respect of IHL and protection of the medical mission and the humanitarian response to the refugee/migrant crisis."],"location":["Bruxelles"],"address":["Bruxelles"],"addressEntity":["addr-b58f5927b66d94a676970dc048485d4c6848f272"],"organizer":["ec-dg-echo"],"involved":["eu-tr-38497857515-11","ec-person-61ea528d6b7f7cbbd1e55a4a19794b785df35cf9"]}} -{"id":"ec-meeting-2016-03-07-b578c46b108407d79e05b10da11a80e86e2c65fa","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-07 - Cabinet of President Jean-Claude Juncker x Chamber of Commerce of the United States of America"],"date":["2016-03-07"],"summary":["Business Coalition for Transatlantic Trade (BCTT)"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-e415577aabb40c0f789310505c6c5803aa69037b","eu-tr-444722016787-61"]}} -{"id":"ec-meeting-2016-03-07-c714d159e9db62705671cf2653a692a9dbf3dad7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-07 - Energy x AES Netherlands Holding B.V."],"date":["2016-03-07"],"summary":["energy policy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-705033917192-85","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2016-03-07-f05dc7a945b825dd04ca7d233b67a20b83fb365c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-07 - Energy x European Federation of Public Service Unions"],"date":["2016-03-07"],"summary":["Energy developments"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-04902121531-04","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2016-03-07-f7ddb96bc1b3477757df77d52660c958cce7f147","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-07 - Cabinet of Vice-President Andrus Ansip x Fujitsu General Euro GmbH"],"date":["2016-03-07"],"summary":["eID"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-c759bd58acc54869aa8e62ce652efcda416e25c2","eu-tr-69745087426-20","ec-person-91ca0921c6790191daa54427311acd63035e7c9e","ec-person-0f698e3a0cc0bd6a02e1bd386a25cedc1366f3f1"]}} -{"id":"ec-meeting-2016-03-07-fe93b263c5d8837fd510e5a2dc3a8b3de046c431","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2016-03-07 - Cabinet of Vice-President Maroš Šefčovič x European Association for Coal and Lignite"],"date":["2016-03-07"],"summary":["Social aspect of energy transition"],"notes":["Portfolio: Energy Union"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-19853116579-64","ec-person-2be517b9261a91f2f07e05ec14c6331980e9716e","ec-person-192eca4cb918c7382c916bec9bfe04e745ee91cb"]}} -{"id":"ec-meeting-2016-03-08-0dfb24dc7c284ed671a5dc4e850d77819673e548","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-08 - Cabinet of High Representative / Vice-President Federica Mogherini x Norwegian Refugee Council Europe"],"date":["2016-03-08"],"summary":["Meeting on the Syrian crisis and the EU-Turkey deal."],"notes":["Portfolio: Foreign Affairs and Security Policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"involved":["ec-person-e03a77379f79ea00cf20048e42e8b0793bf62fa3","eu-tr-750447615329-96"]}} -{"id":"ec-meeting-2016-03-08-157f06da80c30f1bcc29f0471ff2e16efe3d32c7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-08 - Cabinet of Vice-President Miguel Arias Cañete x Energies for Africa"],"date":["2016-03-08"],"summary":["project to electrify the African continent"],"notes":["Portfolio: Climate Action & Energy"],"location":["Strasbourg, France"],"address":["Strasbourg, France"],"addressEntity":["addr-bd8804e8a516e8be093ac8868dbe50cdb758c25b"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-270370621067-58","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd"]}} -{"id":"ec-meeting-2016-03-08-1c9ef5ebd515dc3ab9656b1a20548bf5346867d3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-08 - Maritime Affairs and Fisheries x BLUE FISH EUROPE"],"date":["2016-03-08"],"summary":["Activities of Blue Fish Europe"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-mare"],"involved":["eu-tr-997456111776-94","ec-person-a7b4b8418268a6d6c196b5e45f606fc92acbdb8c"]}} -{"id":"ec-meeting-2016-03-08-26edd456c390a78f7e05b5dbd37fd738bc7e87a8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-08 - Cabinet of Vice-President Maroš Šefčovič x Opower-UK LTD"],"date":["2016-03-08"],"summary":["energy efficiency, demand response, behaviour approaches"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-29998399550-65","ec-person-ea6b517040e26a62f17d2829afffeba48cfd682f"]}} -{"id":"ec-meeting-2016-03-08-38261a5474c9b1c701ea46613a769cf99cea90bf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-08 - Cabinet of Vice-President Andrus Ansip x King.com Ltd."],"date":["2016-03-08"],"summary":["Better regulation in consumer law"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-3ca0c466b8ff230d4409591430b388007ce14ff8","eu-tr-872026216875-40"]}} -{"id":"ec-meeting-2016-03-08-38f9394d2a61665fd52641719aaa707d793eea56","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-08 - Cabinet of Vice-President Jyrki Katainen x VINCI Concessions"],"date":["2016-03-08"],"summary":["Investment initiative"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-3775b7be791f90ed462b9071c9ae596b80d71bca","eu-tr-706757116552-08"]}} -{"id":"ec-meeting-2016-03-08-3930ac92814c1f95a4b90e989ae136fbc6d2fe1c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-08 - Günther Oettinger x European Games Developer Federation"],"date":["2016-03-08"],"summary":["AVMSD"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-57235487137-80","ec-person-c6c38691c27b1498b60b18409aa979cf1dd1f4ac"]}} -{"id":"ec-meeting-2016-03-08-3f6f1036d503f2d5310a240a7b88c3025fc26cdf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-08 - Energy x ENGIE"],"date":["2016-03-08"],"summary":["Energy Union"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-90947457424-20","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2016-03-08-54f9b85ecefa6d1d05fb25125cf8c4403af70ff2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-08 - Cabinet of Vice-President Jyrki Katainen x Indra"],"date":["2016-03-08"],"summary":["Investment initiative"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-208351410839-33","ec-person-3775b7be791f90ed462b9071c9ae596b80d71bca"]}} -{"id":"ec-meeting-2016-03-08-5744fa21a9c718c1e07e092bf00c299d67db1508","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-08 - Cabinet of Vice-President Miguel Arias Cañete x Bioenergy Europe"],"date":["2016-03-08"],"summary":["Biomass sustainability"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-97810874431-67","ec-person-260e00934471a02805fb143935d6e9205a7f355f"]}} -{"id":"ec-meeting-2016-03-08-63867077fd7a3cbd79c26ca4eff5ef7746882d8e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-08 - Cabinet of Commissioner Violeta Bulc x Finavia Corporation"],"date":["2016-03-08"],"summary":["Aviation"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-9d4dc4867a44dfe10f67ae7ee1706da3e8b48a24","eu-tr-60334418925-95"]}} -{"id":"ec-meeting-2016-03-08-63ac25e32a5917928519b19885238e7f9bbab7fb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-08 - Cabinet of Vice-President Maroš Šefčovič x International Council on Clean Transportation"],"date":["2016-03-08"],"summary":["decarbonisation of transport – position of ICCT"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-ea6b517040e26a62f17d2829afffeba48cfd682f","eu-tr-06250094777-73"]}} -{"id":"ec-meeting-2016-03-08-641a02feba6c8ca80d8593c5eb544eaf001a0553","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-08 - Energy x Terna spa"],"date":["2016-03-08"],"summary":["Energy Union, interconnection"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-937812815077-68","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2016-03-08-80bb1b6ac35fc0ae75d49dfcc7997fa281556d17","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-08 - Cabinet of Vice-President Miguel Arias Cañete x Transport and Environment (European Federation for Transport and Environment)"],"date":["2016-03-08"],"summary":["Post 2020 transport fuels decarbonisation"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-260e00934471a02805fb143935d6e9205a7f355f","eu-tr-58744833263-19"]}} -{"id":"ec-meeting-2016-03-08-8207a9c83fcdadee0de1da765ce26f8980b94e49","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-08 - Günther Oettinger x Telefonica, S.A."],"date":["2016-03-08"],"summary":["telecom review"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-52431421-12","ec-person-4cd59e13386e3b68ecb3611fcc579e0a0a3938a5"]}} -{"id":"ec-meeting-2016-03-08-83a19be2e1adf4c64edab0b3b822b3590bdcb980","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-08 - Cabinet of Vice-President Jyrki Katainen x Transport and Environment (European Federation for Transport and Environment)"],"date":["2016-03-08"],"summary":["decarbonisation of transport"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-0da85dc48012e26688310a59a0b51727ea68f410","eu-tr-58744833263-19"]}} -{"id":"ec-meeting-2016-03-08-8d4a68fc3a9a39f41cd279cb20af2f481703582b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-08 - Cabinet of Commissioner Violeta Bulc x VINCI Concessions"],"date":["2016-03-08"],"summary":["Meeting with Fadi Selwan, Director for development of VINCI Concessions on European Fund for Strategic investment"],"notes":["Portfolio: Transport"],"location":["Bruxelles"],"address":["Bruxelles"],"addressEntity":["addr-b58f5927b66d94a676970dc048485d4c6848f272"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-4d2b449b5047ea3fda435a2a1c1081e3babcdf76","eu-tr-706757116552-08"]}} -{"id":"ec-meeting-2016-03-08-aa3bfc826eefe22b6bab7966cb5b7da743c1150b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-08 - Günther Oettinger x Bitkom e.V."],"date":["2016-03-08"],"summary":["DSM"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-5351830264-31","ec-person-4cd59e13386e3b68ecb3611fcc579e0a0a3938a5"]}} -{"id":"ec-meeting-2016-03-08-ad9ee50b0e221076e03681b789913009fc8ce65d","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2016-03-08 - Cabinet of Vice-President Karmenu Vella x Chemicals, Health and Environment Monitoring Trust"],"date":["2016-03-08"],"summary":["Circular Economy","chemical policy"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["brussels","Brussels"],"address":["brussels","Brussels"],"addressEntity":["addr-e2daa1574b7ac475c827b33e281bd2d5e013c882","addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["ec-person-4ff7c27445db4ad88e687776974fd8d077a1fe0c","eu-tr-27053044762-72"]}} -{"id":"ec-meeting-2016-03-08-c7e55caca4ad2efe874adb1a7199f6d39aeeb464","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-08 - Cabinet of Commissioner Marianne Thyssen x Facebook Ireland Limited"],"date":["2016-03-08"],"summary":["Skills"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["ec-person-bdb607d5d994a4056dd700f8f52d9af25b406b36","eu-tr-28666427835-74"]}} -{"id":"ec-meeting-2016-03-08-cbb8b8a40edadfd81b195b07edad28838aaf2ab4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-08 - Cabinet of Vice-President Jyrki Katainen x Finavia Corporation"],"date":["2016-03-08"],"summary":["airport services and other topics considering the Commissions Aviation package"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-60334418925-95","ec-person-0da85dc48012e26688310a59a0b51727ea68f410"]}} -{"id":"ec-meeting-2016-03-08-d3c87c168cd01e34021b30ac9d76f007307382eb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-08 - Cabinet of Vice-President Johannes Hahn x Norwegian Refugee Council Europe"],"date":["2016-03-08"],"summary":["situation of refugees in Syria and neighbouring countries"],"notes":["Portfolio: European Neighbourhood Policy & Enlargement Negotiations"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-hahn-johannes-of-president-vice"],"involved":["ec-person-ffbd1e8ac522a6bd1cdc4b724b9a4416b5d36034","eu-tr-750447615329-96"]}} -{"id":"ec-meeting-2016-03-08-d5f10744b04e2dec6e5b6c9d033e88b174acbe06","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-08 - Cabinet of Vice-President Jyrki Katainen x Telefonica, S.A."],"date":["2016-03-08"],"summary":["EFSI"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-52431421-12","ec-person-3775b7be791f90ed462b9071c9ae596b80d71bca"]}} -{"id":"ec-meeting-2016-03-08-e1367fcd69f3a26f6acc54b24f19da3a8db75949","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-08 - Energy x Swissgrid AG"],"date":["2016-03-08"],"summary":["energy market design"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["ec-person-6997149120ce5129e38febe5275dc8fd03232d2e","eu-tr-60493327921-85"]}} -{"id":"ec-meeting-2016-03-09-187e35a9a12ef5656662f531e35d6f22ecc561f9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-09 - Günther Oettinger x QUALCOMM Incorporated"],"date":["2016-03-09"],"summary":["Digitisation of Industry"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-00358442856-45","ec-person-c6cae64cc7dc787b66a47ab1613d3e922875b971"]}} -{"id":"ec-meeting-2016-03-09-1b827b7a0420b11262c76380a42cd5c135a46882","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-09 - Günther Oettinger x News Corporation"],"date":["2016-03-09"],"summary":["AVMSD"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-544873617314-08","ec-person-c6c38691c27b1498b60b18409aa979cf1dd1f4ac"]}} -{"id":"ec-meeting-2016-03-09-1bbe6cae53ef34104feb660873b5b87dc8aa7aa9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-09 - Maritime Affairs and Fisheries x Association of National Organisations of Fishing Enterprises in the European Union"],"date":["2016-03-09"],"summary":["Deep Sea Regulation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-mare"],"involved":["ec-person-a7b4b8418268a6d6c196b5e45f606fc92acbdb8c","eu-tr-2312395253-25"]}} -{"id":"ec-meeting-2016-03-09-2a0f1c513defb1158ccb080ae13a1a54742dcad7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-09 - Günther Oettinger x VAUNET - Verband Privater Medien e. V."],"date":["2016-03-09"],"summary":["AVMSD"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-c6c38691c27b1498b60b18409aa979cf1dd1f4ac","eu-tr-27085111347-65"]}} -{"id":"ec-meeting-2016-03-09-2f99c1be97c3fd6dddf65c090537cca2b2f9ade5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-09 - Cabinet of Vice-President Jyrki Katainen x Transeo AISBL, European Association for SME Transfer"],"date":["2016-03-09"],"summary":["SME transfer policy"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-99365f4c3081112dcbfa722a5eb05adecc68503e","ec-person-0da85dc48012e26688310a59a0b51727ea68f410","eu-tr-14605998391-97"]}} -{"id":"ec-meeting-2016-03-09-4220b8c654eea9b0dfe2ab16d9591e61c4e8d0fa","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-09 - Cabinet of Vice-President Andrus Ansip x Royal Mail Group -"],"date":["2016-03-09"],"summary":["Cross-border parcel delivery"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-3ca0c466b8ff230d4409591430b388007ce14ff8","eu-tr-654861413162-14"]}} -{"id":"ec-meeting-2016-03-09-452e8b0e8735dd041adcc925b18776f57760b0a4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-09 - Günther Oettinger x Amazon Europe Core SARL"],"date":["2016-03-09"],"summary":["price laws on online books"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-366117914426-10","ec-person-3297113eb5d4e59bc84d571628f0130aa75c761a"]}} -{"id":"ec-meeting-2016-03-09-4840d6398e36144f87145c356d28b4de8d696261","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-09 - Cabinet of Commissioner Carlos Moedas x AT&T, Inc."],"date":["2016-03-09"],"summary":["Presentation of innovation actions by philantropy"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-b46c76b734a9bd8b8b7938e33fdd7b8cc6b6956a","eu-tr-92442218459-37"]}} -{"id":"ec-meeting-2016-03-09-4e631aac26f5c23e36867716baa752039515c81e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-09 - Communications Networks, Content and Technology x EBU-UER (European Broadcasting Union)"],"date":["2016-03-09"],"summary":["AVMSD"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-93288301615-56","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2016-03-09-4eb374f3516b51bcb585ed2dcd9d978c804b331b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-09 - Günther Oettinger x Emirates Airline"],"date":["2016-03-09"],"summary":["EU-aviation policy"],"location":["Berlin"],"address":["Berlin"],"addressEntity":["addr-062b06ba8e755765c6b049809b7430fd54fe5b21"],"organizer":["ec-dg-de"],"involved":["eu-tr-501968312339-22","ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0"]}} -{"id":"ec-meeting-2016-03-09-4f901c8a8bba250c4f37f1e416eb389ebfe86f1d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-09 - Cabinet of Vice-President Jyrki Katainen x Fortum Oyj"],"date":["2016-03-09"],"summary":["circular economy"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-03501997362-71","ec-person-0da85dc48012e26688310a59a0b51727ea68f410"]}} -{"id":"ec-meeting-2016-03-09-5843b509976d85a78ffe5775afc8ce8cc377efba","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-09 - Günther Oettinger x None"],"date":["2016-03-09"],"summary":["copyright"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-37937886834-69","eu-tr-98356852465-08","eu-tr-398541467-53","eu-tr-577812220311-81","eu-tr-4456380381-30","eu-tr-5950962136-12","ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0"]}} -{"id":"ec-meeting-2016-03-09-5b9741f5682ec5f4e49da5e4bfd1f7e582b7801f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-09 - Cabinet of Vice-President Andrus Ansip x AT&T, Inc."],"date":["2016-03-09"],"summary":["Digital Skills"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-c759bd58acc54869aa8e62ce652efcda416e25c2","eu-tr-92442218459-37"]}} -{"id":"ec-meeting-2016-03-09-6cd04b52a85037ce1841afb1fbdbc34913674e54","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-09 - Cabinet of Commissioner Tibor Navracsics x AT&T, Inc."],"date":["2016-03-09"],"summary":["Digital skills, education and re-training of workforce"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-fa3187815cf956b0872e1668e14548b7d9f7ce93","eu-tr-92442218459-37"]}} -{"id":"ec-meeting-2016-03-09-714c8925e49dba52482d67cd41543dd140cefe95","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-09 - Economic and Financial Affairs x Japan Center for International Finance"],"date":["2016-03-09"],"summary":["World economic outlook and European economy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-ecfin"],"involved":["ec-person-9b398cc97951266670f91bef34ea37df7380eef9","eu-tr-315700115871-41"]}} -{"id":"ec-meeting-2016-03-09-7561c3ebbd4f38c222a8a6a769bbf0828fa70b41","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-09 - Cabinet of Commissioner Carlos Moedas x Association des Constructeurs Européens d'Automobiles"],"date":["2016-03-09"],"summary":["Discussion on research and innovation in the automotive sector with ACEA's R&D branch EUCAR (European Council for Automotive R&D)"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-b46c76b734a9bd8b8b7938e33fdd7b8cc6b6956a","eu-tr-0649790813-47"]}} -{"id":"ec-meeting-2016-03-09-8c84d2ce65220ffb04232774a71418c92d550eef","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-09 - Cabinet of Vice-President Maroš Šefčovič x Trans Adriatic Pipeline"],"date":["2016-03-09"],"summary":["State of play Southern Gas Corridor"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-3bf48630444ace93d407e52eb880e64d480f75ce","eu-tr-570335813082-79"]}} -{"id":"ec-meeting-2016-03-09-94bbc2da3682e32c36b609175c90a9b14f011216","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-09 - Cabinet of Vice-President Jyrki Katainen x Trans Adriatic Pipeline"],"date":["2016-03-09"],"summary":["Presenting the Trans Adriatic Pipeline project"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-0da85dc48012e26688310a59a0b51727ea68f410","eu-tr-570335813082-79"]}} -{"id":"ec-meeting-2016-03-09-9898029c3230eebddf59df6b044feac4c8fa0486","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-09 - Cabinet of Vice-President Jyrki Katainen x ArcelorMittal"],"date":["2016-03-09"],"summary":["Industrial competitiveness"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-23527541824-60","ec-person-bb70699c722c1620ec520e8a4d32911a32ae078c"]}} -{"id":"ec-meeting-2016-03-09-9941b112d98f4da925607ed39f54c0749fb17361","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-09 - Cabinet of Commissioner Elżbieta Bieńkowska x Royal Mail Group -"],"date":["2016-03-09"],"summary":["Cross-border parcel delivery"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["ec-person-685ecf13dd26cd515c961e24ba71049af2302c5e","eu-tr-654861413162-14","ec-person-d2997a7f359c91a337055c3e24dd36bf928de38d"]}} -{"id":"ec-meeting-2016-03-09-a8a8bc4e872eca07863323d6edcd87eadd451333","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-09 - Internal Market, Industry, Entrepreneurship and SMEs x European Forum of Independent Professionals"],"date":["2016-03-09"],"summary":["General discussion on independent professionals"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-grow"],"involved":["eu-tr-823591710024-95","ec-person-60a3d0d628d231b41af1d0c65607b0fd78ca4edc"]}} -{"id":"ec-meeting-2016-03-09-c3aa8c908ce80e80083261f07f1a7f9d5055019b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-09 - Cabinet of Commissioner Phil Hogan x Glanbia"],"date":["2016-03-09"],"summary":["Attending Fund launch"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Ireland"],"address":["Ireland"],"addressEntity":["addr-eb2131ece0efe78ee8bb1ae98af6099114a8df09"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-037981921322-56","ec-person-a1a78365cc4685b0958056646204977d8f2ead92"]}} -{"id":"ec-meeting-2016-03-09-cae01d1c6b80d7d87e802cef8655cce61188b18c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-09 - Cabinet of Commissioner Elżbieta Bieńkowska x GENERIS CAPITAL PARTNERS"],"date":["2016-03-09"],"summary":["projet de fonds dedie aux start-ups aeronautiques"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["ec-person-685ecf13dd26cd515c961e24ba71049af2302c5e","eu-tr-446806819909-90"]}} -{"id":"ec-meeting-2016-03-09-cbb403d8e1a236ef36a17e9a6ff89e9eae540f0b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-09 - Cabinet of Commissioner Vytenis Andriukaitis x Pesticide Action Network Europe Greenpeace European Unit Corporate Europe Observatory"],"date":["2016-03-09"],"summary":["Glyphosate"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["eu-tr-5353162366-85","eu-tr-15913213485-46","ec-person-b9c3f19e7c5f216e3e508f931ddd6a9cb59376d1","eu-tr-9832909575-41"]}} -{"id":"ec-meeting-2016-03-09-d1eb60f6d2b441fabdb9246c1b6569d658a85edb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-09 - Cabinet of Vice-President Maroš Šefčovič x EUROPEAN TRADE UNION CONFEDERATION"],"date":["2016-03-09"],"summary":["Energy transition"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-2be517b9261a91f2f07e05ec14c6331980e9716e","eu-tr-06698681039-26"]}} -{"id":"ec-meeting-2016-03-09-d53d5fda7dcf8ecea34a663da90ddde909b348d6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-09 - Cabinet of Commissioner Phil Hogan x Eli Lilly and Company"],"date":["2016-03-09"],"summary":["Lilly /Elanco footprint and vision / mission / Hunger / Feeding the world/ How it fits with EU exporting its agriculture"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["BERL 08/318"],"address":["BERL 08/318"],"addressEntity":["addr-9e7a54bf1352143376eb5ec896985192229da490"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-04657143399-39","ec-person-7d3caa534e5cdda6d5b949bd4b2def39356e3bec"]}} -{"id":"ec-meeting-2016-03-09-e4e5f7ab5459f962b7ee6cbd64dd457e21523429","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2016-03-09 - Günther Oettinger x None"],"date":["2016-03-09"],"summary":["DSM and digitisation of banking"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-4cd59e13386e3b68ecb3611fcc579e0a0a3938a5","eu-tr-799142914971-03","ec-person-c6cae64cc7dc787b66a47ab1613d3e922875b971"]}} -{"id":"ec-meeting-2016-03-09-e9237a801d16e62b4e680e759a422a9f9dee1656","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-09 - Günther Oettinger x Meta Platforms Ireland Limited and its various subsidiaries (f/k/a Facebook Ireland Limited)"],"date":["2016-03-09"],"summary":["DSM"],"location":["BXL"],"address":["BXL"],"addressEntity":["addr-d2fde52f67ea4a3e1fe233d0a959d6a1c77fd910"],"organizer":["ec-dg-de"],"involved":["ec-person-49723482bb23d029cbfc010cb37eec7392a0ae02","eu-tr-28666427835-74"]}} -{"id":"ec-meeting-2016-03-09-edff850c41cabb5393f1fd804e80012634592f52","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-09 - Climate Action x Fortum Oyj"],"date":["2016-03-09"],"summary":["Climate and energy policies"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-clima"],"involved":["ec-person-44c2f44f96dda2012bcb4e9abc749f6cae86a4c0","eu-tr-03501997362-71"]}} -{"id":"ec-meeting-2016-03-10-02881476be15e508fff3d90aa9925ce6bbb04cec","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-10 - Cabinet of Commissioner Věra Jourová x DIGITALEUROPE"],"date":["2016-03-10"],"summary":["Working group on Digital issues – on copyright levies"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-a2ca9161feee56909a0e98b473c2d342c20fdb57","eu-tr-64270747023-20"]}} -{"id":"ec-meeting-2016-03-10-1dc53ee86a29c2f664d5abd823aac4effcc73179","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-10 - Cabinet of Vice-President Andrus Ansip x Tripadvisor LLC"],"date":["2016-03-10"],"summary":["Platforms and sharing economy"],"notes":["Portfolio: Digital Single Market"],"location":["Boston"],"address":["Boston"],"addressEntity":["addr-1e377a41311efa24c1f994065c8ebcedc9ffd85a"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-948122819643-45","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45","ec-person-91ca0921c6790191daa54427311acd63035e7c9e","ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0"]}} -{"id":"ec-meeting-2016-03-10-23553a0382de8164c59a301e9880e1f05bf11ea7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-10 - Cabinet of Vice-President Maroš Šefčovič x ARIANESPACE"],"date":["2016-03-10"],"summary":["Next institutional launches, Space Strategy"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-016461319755-04","ec-person-2be517b9261a91f2f07e05ec14c6331980e9716e"]}} -{"id":"ec-meeting-2016-03-10-353628f7ce4057624c11691b2cfdc6f47c712a15","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-10 - Communications Networks, Content and Technology x Smart Digital Entertainment S.L."],"date":["2016-03-10"],"summary":["Skills - Innovation - Access to finance"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-751939320358-46","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2016-03-10-3d4c53f332609715cdf7262c11843f4d81b1b603","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-10 - Cabinet of Vice-President Valdis Dombrovskis x Bertelsmann Stiftung"],"date":["2016-03-10"],"summary":["The Future of the euro: more discipline for more solidarity?"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-13571025706-27","ec-person-f6170dbdd732fc460a713b82b57759ac5e77fdc6"]}} -{"id":"ec-meeting-2016-03-10-41781c94d29d5b566f9b8a74eba563bfc1204aac","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-10 - Cabinet of Vice-President Valdis Dombrovskis x European Forum for Manufacturing"],"date":["2016-03-10"],"summary":["European Market Infrastructure Regulation"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-113054111397-33","ec-person-3f9ca71b74344417d1f072ba7f3e2f09a223b036"]}} -{"id":"ec-meeting-2016-03-10-55a07d2b3b87e675f7c13790ee27b14ae1ad10e1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-10 - Günther Oettinger x Verband der Automobilindustrie"],"date":["2016-03-10"],"summary":["connected cars"],"location":["Stuttgart"],"address":["Stuttgart"],"addressEntity":["addr-ec1b13e7905dbe946388ffc80ac1b7f2624ca649"],"organizer":["ec-dg-de"],"involved":["eu-tr-95574664768-90","ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0"]}} -{"id":"ec-meeting-2016-03-10-56df41ecd59d60e6c526bf92d8784f7d15c6fb8e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-10 - Günther Oettinger x Orange"],"date":["2016-03-10"],"summary":["Telco policies"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-76704342721-41","ec-person-c6cae64cc7dc787b66a47ab1613d3e922875b971"]}} -{"id":"ec-meeting-2016-03-10-5e1f17cbad6fe5c3b7d0ec17e0565eac73c2fe27","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-10 - Cabinet of Commissioner Jonathan Hill x The ONE Campaign European Network on Debt and Development Financial Transparency Coalition Transparency International"],"date":["2016-03-10"],"summary":["Councty by Country Reporting (CBCR)"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Belgium, Brussels, BERL"],"address":["Belgium, Brussels, BERL"],"addressEntity":["addr-afebf85a436897fe5234b2ac0d00a1ddc4c9dd27"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["eu-tr-26098317349-65","ec-person-5fdb62e20cecef81f87f94d3d1bcdd3b47b26af0","eu-tr-09136982496-09","eu-tr-501222919-71","eu-tr-455124911857-71"]}} -{"id":"ec-meeting-2016-03-10-71db8b83703dd8f7f4832e7b95c845af80519642","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-10 - Cabinet of Vice-President Andrus Ansip x World Economic Forum"],"date":["2016-03-10"],"summary":["Digital Single Market"],"notes":["Portfolio: Digital Single Market"],"location":["Boston"],"address":["Boston"],"addressEntity":["addr-1e377a41311efa24c1f994065c8ebcedc9ffd85a"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-e91c5be432b6b3efdda369792fed67c20b767a45","eu-tr-953426816942-83","ec-person-91ca0921c6790191daa54427311acd63035e7c9e","ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0"]}} -{"id":"ec-meeting-2016-03-10-73c117a74960ae4215c4915930b08bcbf832944e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-10 - Cabinet of Vice-President Cecilia Malmström x Bundesverband der Deutschen Industrie e.V. BUSINESSEUROPE Vereniging VNO-NCW"],"date":["2016-03-10"],"summary":["China MES"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-3978240953-79","eu-tr-1771817758-48","eu-tr-13255254129-80","ec-person-98880f3f4206145e196013db9dd806a551c11e06"]}} -{"id":"ec-meeting-2016-03-10-77190fdf598b0de4c3efacd4e3c4ab45f6093e9f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-10 - Cabinet of Commissioner Věra Jourová x Computer & Communications Industry Association"],"date":["2016-03-10"],"summary":["EU-US Privacy Shield"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["eu-tr-15987896534-82","ec-person-f329292459cb1badb7fb7c6b67b698c441931bb2"]}} -{"id":"ec-meeting-2016-03-10-7fdc4178dc47ffa24cc253e3593b436b24a78e53","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-10 - Cabinet of Vice-President Miguel Arias Cañete x Gazprom"],"date":["2016-03-10"],"summary":["Gas market and infrastructure projects"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-622135013267-04","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd"]}} -{"id":"ec-meeting-2016-03-10-95caa9d5ef23f7fa611d24e6fe60f540fc9086fe","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-10 - Communications Networks, Content and Technology x News Corporation"],"date":["2016-03-10"],"summary":["Broad media issues related to DSM"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-544873617314-08","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2016-03-10-965190316d272b2f080b0fefddc8291d6cedab66","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-10 - Cabinet of Vice-President Valdis Dombrovskis x Turkish Cypriot Chamber of Commerce"],"date":["2016-03-10"],"summary":["State of play of the Halloumi/Hellim application (attending a meeting between Cabinet Hogan and the Turkish Cypriot Chamber of Commerce)"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-b3851773e6fffa3f8f2c4483b70f7bb63da8a4c3","eu-tr-98584666701-12"]}} -{"id":"ec-meeting-2016-03-10-a7b1a91f33e1e2ebea8baa59e2ae3fb4963e63ec","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-10 - Cabinet of Commissioner Elżbieta Bieńkowska x OHB"],"date":["2016-03-10"],"summary":["Stratégie spatiale européenne"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["ec-person-685ecf13dd26cd515c961e24ba71049af2302c5e","eu-tr-648584214179-94","ec-person-d2997a7f359c91a337055c3e24dd36bf928de38d"]}} -{"id":"ec-meeting-2016-03-10-b49fdd870eae2763729d2f629d9442c783acbe41","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-10 - Cabinet of Vice-President Valdis Dombrovskis x The ONE Campaign European Network on Debt and Development Financial Transparency Coalition Transparency International"],"date":["2016-03-10"],"summary":["CBCR"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-26098317349-65","eu-tr-09136982496-09","eu-tr-501222919-71","ec-person-48f31156d932641826e09f5b73f074d35ff05786","eu-tr-455124911857-71"]}} -{"id":"ec-meeting-2016-03-10-be7d6d2710364d0ead008dd0825a7839cfed81e3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-10 - Directorate-General for International Partnerships x Deutsche Gesellschaft für Internationale Zusammenarbeit (GIZ) GmbH"],"date":["2016-03-10"],"summary":["EU-Africa Energy Partnership, Cooperation NEXUS eau-energie"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-intpa"],"involved":["eu-tr-78346836208-90","ec-person-4b16faab257d1306efff9a36152e039f20273d91"]}} -{"id":"ec-meeting-2016-03-10-bff77945f024be558b4cfeae3980f131b8fc5a26","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-10 - Günther Oettinger x European Round Table for Industry"],"date":["2016-03-10"],"summary":["DSM"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-4cd59e13386e3b68ecb3611fcc579e0a0a3938a5","eu-tr-25487567824-45"]}} -{"id":"ec-meeting-2016-03-10-cce6f016fcfd56858b02b9edd749a4f9c7da1941","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-10 - Cabinet of Commissioner Violeta Bulc x AeroSpace and Defence Industries Association of Europe"],"date":["2016-03-10"],"summary":["Aviation"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-9d4dc4867a44dfe10f67ae7ee1706da3e8b48a24","eu-tr-72699997886-57"]}} -{"id":"ec-meeting-2016-03-10-d14518bf889bcacd15e0b09a634626b5de33ca78","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-10 - Cabinet of Commissioner Elżbieta Bieńkowska x Airbus"],"date":["2016-03-10"],"summary":["Intro meeting Ms Huby"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["ec-person-685ecf13dd26cd515c961e24ba71049af2302c5e","eu-tr-2732167674-76"]}} -{"id":"ec-meeting-2016-03-10-d24e93821ea29a840e3f230bd466a06a65314828","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-10 - Cabinet of Commissioner Phil Hogan x Turkish Cypriot Chamber of Commerce"],"date":["2016-03-10"],"summary":["State of play of the Halloumi/Hellim application"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-c9d17d5879383b030f61a4066848249fb35d57e4","eu-tr-98584666701-12"]}} -{"id":"ec-meeting-2016-03-10-dc51cb782056329880d71511696c7cc900c1925b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-10 - Cabinet of Commissioner Jonathan Hill x Insurance Europe"],"date":["2016-03-10"],"summary":["Solvency II, Better Regulation, CMU, Green Paper on Retail Financial Services"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["ec-person-890015b0d769ee93a09119846b414d4aae7c64ae","eu-tr-33213703459-54"]}} -{"id":"ec-meeting-2016-03-10-df0742f8aac693b755012aa2d82d0b8d9161a108","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-10 - Cabinet of Vice-President Andrus Ansip x Orange"],"date":["2016-03-10"],"summary":["Telco review inlcuding regulation & spectrum management"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-76704342721-41","ec-person-666bc159c7e65a3af9e63c1e97435c02f1496955"]}} -{"id":"ec-meeting-2016-03-10-fc97053fcbfbeb1af4c3b1fa7bdaa1b789a88cc0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-10 - Cabinet of President Jean-Claude Juncker x Women Political Leaders"],"date":["2016-03-10"],"summary":["Meeting with Ms Silvana Koch-Mehrin on gender equality policies"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-29c106b0461ffd79e95f0119bdd363fd3c7c3ab3","eu-tr-419508817229-68"]}} -{"id":"ec-meeting-2016-03-11-012de289288c750cb23d52bfe7faa06bf64c0742","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-11 - Cabinet of Vice-President Miguel Arias Cañete x Confederation of Danish Industry"],"date":["2016-03-11"],"summary":["Follow up to Paris and legislative agenda 2016"],"notes":["Portfolio: Climate Action & Energy"],"location":["Copenhagen, Denmark"],"address":["Copenhagen, Denmark"],"addressEntity":["addr-037407970050e97c761587d63aacfaeb126cab45"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-5749958415-41","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd"]}} -{"id":"ec-meeting-2016-03-11-03f3b605aeb95c6f6bf1bc55543247df40e4ba65","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-11 - Günther Oettinger x TIM S.p.A."],"date":["2016-03-11"],"summary":["DSM"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-4cd59e13386e3b68ecb3611fcc579e0a0a3938a5","eu-tr-078655018381-34"]}} -{"id":"ec-meeting-2016-03-11-074fbd439a146e173095574ffe1713999a2df1d7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-11 - Cabinet of Vice-President Miguel Arias Cañete x Change Partnership Third Generation Environmentalism Ltd Carbon Market Watch European Environmental Bureau WWF European Policy Programme Friends of the Earth Europe Transport and Environment (European Federation for Transport and Environment) OXFAM INTERNATIONAL EU ADVOCACY OFFICE CARE International Aisbl Greenpeace European Unit ACT Alliance Advocacy to the European Union Climate Action Network Europe"],"date":["2016-03-11"],"summary":["Implications of the Paris Agreement in the EU climate and energy policies"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-46856801604-90","eu-tr-75365248559-90","eu-tr-06798511314-27","eu-tr-58744833263-19","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd","eu-tr-1414929419-24","eu-tr-55888811123-49","eu-tr-5189768701-12","eu-tr-027333110679-45","eu-tr-9832909575-41","eu-tr-07783117686-61","eu-tr-9825553393-31","eu-tr-90237823189-97"]}} -{"id":"ec-meeting-2016-03-11-1b53149a2649eb6f7008ad505381270f03408695","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-11 - Cabinet of Commissioner Violeta Bulc x Etihad Airways"],"date":["2016-03-11"],"summary":["Aviation"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-142277315551-86","ec-person-9d4dc4867a44dfe10f67ae7ee1706da3e8b48a24"]}} -{"id":"ec-meeting-2016-03-11-1f1ce48705b6751994358da58d63d6dd1a799f25","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-11 - Cabinet of Commissioner Jonathan Hill x Paris EUROPLACE"],"date":["2016-03-11"],"summary":["Union de marché des capitaux"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Paris"],"address":["Paris"],"addressEntity":["addr-22390ad11c32faec43fc61555b53607660b3c185"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["eu-tr-523146516037-10","ec-person-f247edfcff54d4f26fc10769f809c92bc72d6797"]}} -{"id":"ec-meeting-2016-03-11-2394800a3343ee010d18e0a02aa68f3dea90d5e8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-11 - Health and Food Safety x Nestlé S.A."],"date":["2016-03-11"],"summary":["Discussion on key issues for food safety and nutrition"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-sante"],"involved":["eu-tr-15366395387-57","ec-person-3c7fdbe0c1c235777d916309465339b7ed1666f6"]}} -{"id":"ec-meeting-2016-03-11-28b5e57ce33f9e4483ab1e79d897e7112ef1d6c0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-11 - Cabinet of Commissioner Jonathan Hill x Euronext"],"date":["2016-03-11"],"summary":["Union de marché des capitaux, Règlementation financière"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Paris"],"address":["Paris"],"addressEntity":["addr-22390ad11c32faec43fc61555b53607660b3c185"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["eu-tr-17804464809-28","ec-person-f247edfcff54d4f26fc10769f809c92bc72d6797"]}} -{"id":"ec-meeting-2016-03-11-3175a4638df59587026b43632b4545efb319db64","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-11 - Maritime Affairs and Fisheries x European Fish Processors & Traders Association"],"date":["2016-03-11"],"summary":["ATQ Regulation, ECO labelling, IUU, Control Regulation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-mare"],"involved":["eu-tr-01622884661-83","ec-person-a7b4b8418268a6d6c196b5e45f606fc92acbdb8c"]}} -{"id":"ec-meeting-2016-03-11-53cdda61c6cd159b051f30145145a020a87c6c7b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-11 - Cabinet of Commissioner Jonathan Hill x AXA"],"date":["2016-03-11"],"summary":["Solvabilité 2, Union de marché des capitaux"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Paris"],"address":["Paris"],"addressEntity":["addr-22390ad11c32faec43fc61555b53607660b3c185"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["eu-tr-36423781099-10","ec-person-f247edfcff54d4f26fc10769f809c92bc72d6797"]}} -{"id":"ec-meeting-2016-03-11-5c687d95ad709eef42e4b82f1088d2819c97c186","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-11 - Cabinet of President Jean-Claude Juncker x Amnesty International Limited"],"date":["2016-03-11"],"summary":["Refugee Crisis"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-11063928073-34","ec-person-da1926615bdcdb789928b90ac532982fef6e24ee"]}} -{"id":"ec-meeting-2016-03-11-82cc360db17b62bddc63a8a01aae234a511534a9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-11 - Agriculture and Rural Development x Lysios Public Affairs"],"date":["2016-03-11"],"summary":["environmental issues"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-agri"],"involved":["eu-tr-22561156762-32","ec-person-7bc7204a153f98afbf1ad1cffbdd10d06d9ae166"]}} -{"id":"ec-meeting-2016-03-11-84bcf08d79cef8a846ae9212713620bc23c73440","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-11 - Cabinet of Commissioner Carlos Moedas x Nestlé S.A."],"date":["2016-03-11"],"summary":["Investment in research and innovation in Europe's agri-food value chains to the benefit of society, growth and jobs"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["eu-tr-15366395387-57","ec-person-23980b2bc4fd9c82051d0f7888dc236b2f764866"]}} -{"id":"ec-meeting-2016-03-11-b70878ee436792b4169fee6d25017bd8f456f798","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-11 - Cabinet of Vice-President Jyrki Katainen x European Network on Debt and Development"],"date":["2016-03-11"],"summary":["Tax transparency"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-09136982496-09","ec-person-955e8c493ab54847bb92b65986f56a401f8eabee"]}} -{"id":"ec-meeting-2016-03-11-b888dd3f3a642eb4b44d1ecae2fe7432335baf7e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-11 - Cabinet of Vice-President Karmenu Vella x WACKER CHEMIE AG"],"date":["2016-03-11"],"summary":["Trade in Environmental Goods"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["ec-person-78fb1ad0c02c4fa8497b22edc1233d6be03cf2e5","eu-tr-036915715533-64"]}} -{"id":"ec-meeting-2016-03-11-ef3b05e09b347ab5df25f841a552558e250375cf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-11 - Cabinet of Commissioner Jonathan Hill x France Fintech"],"date":["2016-03-11"],"summary":["Union de marché des capitaux"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Paris"],"address":["Paris"],"addressEntity":["addr-22390ad11c32faec43fc61555b53607660b3c185"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["ec-person-f247edfcff54d4f26fc10769f809c92bc72d6797","eu-tr-558033019306-41"]}} -{"id":"ec-meeting-2016-03-14-1e0388b5686f1bc603ba2decb893730e77152f8d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-14 - Cabinet of Vice-President Cecilia Malmström x Inclusive Business Sweden"],"date":["2016-03-14"],"summary":["Trade and SMEs"],"notes":["Portfolio: Trade"],"location":["Göteborg"],"address":["Göteborg"],"addressEntity":["addr-be26d538d57be4ba218c7533ca22fa594ab8b2e2"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-722902421170-55","ec-person-19b143e83f8ab978c55c8a9a9e49e06dbfa14bf3"]}} -{"id":"ec-meeting-2016-03-14-268bda6498b4f6a84437ec96598add05ebc67102","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-14 - Günther Oettinger x Verband Kommunaler Unternehmen e.V."],"date":["2016-03-14"],"summary":["Digitalisation of local Industries"],"location":["Berlin"],"address":["Berlin"],"addressEntity":["addr-062b06ba8e755765c6b049809b7430fd54fe5b21"],"organizer":["ec-dg-de"],"involved":["ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0","eu-tr-1420587986-32"]}} -{"id":"ec-meeting-2016-03-14-3b1ade611f5285c22825d98b3a0abf9717f5a8f4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-14 - Cabinet of Vice-President Miguel Arias Cañete x Union Fédérale des Consommateurs - Que Choisir"],"date":["2016-03-14"],"summary":["EU energy Union strategy and upcoming legal proposal"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-260e00934471a02805fb143935d6e9205a7f355f","eu-tr-02687198907-81"]}} -{"id":"ec-meeting-2016-03-14-4c89bb00683cc1295c9e6a8ff372dfc584a7633d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-14 - Energy x EDSO for Smart Grids"],"date":["2016-03-14"],"summary":["Energy market design"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-952322311484-70","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2016-03-14-585c0331c68a77428ffdf67b4e6313ae576d20bc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-14 - Cabinet of Commissioner Jonathan Hill x Société Générale"],"date":["2016-03-14"],"summary":["Discuss EU's regulatory agenda"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["eu-tr-34369111614-57","ec-person-890015b0d769ee93a09119846b414d4aae7c64ae"]}} -{"id":"ec-meeting-2016-03-14-5cc493c797712faea941962c299582c4b4819957","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-14 - Cabinet of Vice-President Jyrki Katainen x AIR LIQUIDE"],"date":["2016-03-14"],"summary":["Financing mechanism"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-3775b7be791f90ed462b9071c9ae596b80d71bca","eu-tr-94857385769-70"]}} -{"id":"ec-meeting-2016-03-14-69d3626b967fe0f44a6dea8b1677cb186bbccd2d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-14 - Cabinet of Vice-President Andrus Ansip x European Telecommunications Network Operators' Association"],"date":["2016-03-14"],"summary":["Telecom, internet of things, 5G, spectrum (incl UHF proposal), broadband and services, innovation"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-666bc159c7e65a3af9e63c1e97435c02f1496955","ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0","eu-tr-08957111909-85"]}} -{"id":"ec-meeting-2016-03-14-9b2e01a8bd19f3e44049f37fe1238dffe8fcda8a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-14 - Cabinet of Commissioner Violeta Bulc x European Helicopter Association"],"date":["2016-03-14"],"summary":["Aviation"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-154332612396-62","ec-person-9d4dc4867a44dfe10f67ae7ee1706da3e8b48a24"]}} -{"id":"ec-meeting-2016-03-14-a19dd0a9b9ad79605232d22b1b3fafcd382a9a4f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-14 - Cabinet of Commissioner Elżbieta Bieńkowska x Öljy- ja biopolttoaineala ry - Finnish Petroleum and Biofuels Association"],"date":["2016-03-14"],"summary":["biofuels in the future energy mix"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029","eu-tr-317278216034-07"]}} -{"id":"ec-meeting-2016-03-14-b1a9a606f388e41592b48eceffb20e7579c58cc8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-14 - Cabinet of Vice-President Andrus Ansip x DIGITALEUROPE"],"date":["2016-03-14"],"summary":["DSM, cloud, data flows, platforms, skills"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-64270747023-20","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45"]}} -{"id":"ec-meeting-2016-03-14-b402594451ea6228b0cdde0d247d3277daf297e6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-14 - Cabinet of Commissioner Tibor Navracsics x Crue universidades españolas"],"date":["2016-03-14"],"summary":["Spanish and Portuguese Higher Education"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-fc5c01a0bffedf0f4e205a759b40239535313d28","eu-tr-071771920040-91"]}} -{"id":"ec-meeting-2016-03-14-c062e5b045a9d2265aa427d9d5abfe79cea3e6ef","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-14 - Health and Food Safety x Phamaceutical Group of the European Union"],"date":["2016-03-14"],"summary":["DG SANTE priorities on AMR and medicines storages"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-sante"],"involved":["eu-tr-00086317186-42","ec-person-3c7fdbe0c1c235777d916309465339b7ed1666f6"]}} -{"id":"ec-meeting-2016-03-14-c18aaca146375a0bae8541203d97a068983666ac","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-14 - Cabinet of Vice-President Jyrki Katainen x BUSINESSEUROPE"],"date":["2016-03-14"],"summary":["Business relations with China and Turkey"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-7c9460f99c5872dbdc561f5752401c870d12e98b","eu-tr-3978240953-79"]}} -{"id":"ec-meeting-2016-03-14-d24a58e0b792000640d8c990ff61bb2d91958184","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-14 - Mobility and Transport x AMADEUS IT GROUP S.A."],"date":["2016-03-14"],"summary":["Aviation Strategy, White Paper for Transport, Air Passenger rights"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-move"],"involved":["eu-tr-193056815367-44","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2016-03-14-e295cf06b817983441f2a1b129f878ebd222f73d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-14 - Cabinet of Vice-President Maroš Šefčovič x Institut Français des Relations Internationales"],"date":["2016-03-14"],"summary":["Energy union"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-70995898837-20","ec-person-9f6823821fe68d82e9b9dbe81181ecacb0265d94"]}} -{"id":"ec-meeting-2016-03-14-f25651171aba90b13a4bcb104aa80ad71cfaf4b3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-14 - Cabinet of Commissioner Violeta Bulc x ICL IBERIA LIMITED, S.C.S."],"date":["2016-03-14"],"summary":["Aviation"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-5012c5e45a52ee8ce67d19c1781a127af53e73e7","eu-tr-740282518112-78","ec-person-9d4dc4867a44dfe10f67ae7ee1706da3e8b48a24"]}} -{"id":"ec-meeting-2016-03-14-f59c6ec71f1bd152690cb7794cb95467169534ec","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-14 - Energy x Teréga"],"date":["2016-03-14"],"summary":["energy interconnection"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-727627616409-44","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2016-03-14-ff112c96a70535775f3786c9ea4201b5c37da4fc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-14 - Mobility and Transport x Siemens AG"],"date":["2016-03-14"],"summary":["Digitalisation of transport systems"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-move"],"involved":["eu-tr-4266797770-31","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2016-03-15-0f7cb881a88c234057fce9f2bf20f80777a02eba","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-15 - Cabinet of Commissioner Marianne Thyssen x European Federation of National Organisations working with the Homeless"],"date":["2016-03-15"],"summary":["Presentation of Canadian Government project on integration of homeless youth"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["eu-tr-42528706153-39","ec-person-e93189002a993321fd1af93481b271c766b1aff8"]}} -{"id":"ec-meeting-2016-03-15-12953df5f4fe7216f87719b39d77cdfa9565f746","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-15 - Cabinet of Vice-President Jyrki Katainen x TheCityUK"],"date":["2016-03-15"],"summary":["IRSG's retail financial services report"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-237922911665-25","ec-person-955e8c493ab54847bb92b65986f56a401f8eabee"]}} -{"id":"ec-meeting-2016-03-15-16377feab1b41f65ba0a146427eaf00592b2c552","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2016-03-15 - Cabinet of Commissioner Tibor Navracsics x Sports Rights Owners' Coalition"],"date":["2016-03-15"],"summary":["Digital Single Market"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["eu-tr-422544515758-37","ec-person-49f31dad10f5641cb1d1e4c3107dd838389e8120"]}} -{"id":"ec-meeting-2016-03-15-191ae83bd7396808dce8c282ec34bb69d5969f51","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-15 - Cabinet of President Jean-Claude Juncker x Sports Rights Owners' Coalition"],"date":["2016-03-15"],"summary":["Digital Single Market"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-422544515758-37","ec-person-44a061693f35519551be0e3dab996e76ad3f8c7c"]}} -{"id":"ec-meeting-2016-03-15-20b624b4e4273604f370ee8f8693373f944c3813","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-15 - Cabinet of Commissioner Carlos Moedas x New Breeding Techniques Platform"],"date":["2016-03-15"],"summary":["Legal status of New Breeding Techniques"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-07b66759c911240aaa2b917489884273c71fac90","eu-tr-303808417118-14"]}} -{"id":"ec-meeting-2016-03-15-2200b5e110c6728d5be5bbab6933d7ebddd7cf88","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-15 - Cabinet of Vice-President Jyrki Katainen x East and North Finland EU Office European Chemical Industry Council"],"date":["2016-03-15"],"summary":["Seminar on Circular economy"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-626247915526-71","ec-person-0da85dc48012e26688310a59a0b51727ea68f410","eu-tr-64879142323-90"]}} -{"id":"ec-meeting-2016-03-15-2545435d6221d3c2af6ea0e51b60d9ccebaaccf4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-15 - Cabinet of Vice-President Jyrki Katainen x Metsäliitto Cooperative"],"date":["2016-03-15"],"summary":["Food packaging sustainability criteria"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-f9208d930adc70c6c64e21701e48f85f6f18e949","eu-tr-962687110415-94"]}} -{"id":"ec-meeting-2016-03-15-27531e9389481f0ff021b043bb7e93e3eed5db20","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-15 - Cabinet of Vice-President Cecilia Malmström x European Tyre & Rubber Manufacturers' Association"],"date":["2016-03-15"],"summary":["Situation tyre producers in Europe"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-20ded9db5df11164331bb161fdf234b1e5ad53fd","eu-tr-6025320863-10","ec-person-591ec829ca734bcfe59a2c9c7f07f9dff22a0ea9"]}} -{"id":"ec-meeting-2016-03-15-27d6116ffcf54e6128c17fb8050fa4b084fa98df","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-15 - Cabinet of President Jean-Claude Juncker x Nordic Securities Association"],"date":["2016-03-15"],"summary":["Nordic perspectives on the Capital Markets Union"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-622921012417-15","ec-person-c402e34a99fbee730ae22e3b1958e21c94dc6fcc"]}} -{"id":"ec-meeting-2016-03-15-2ca32d5dac5d4745c33b4d03f0e6205e1ec85d3a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-15 - Cabinet of Commissioner Vytenis Andriukaitis x European Chemical Industry Council"],"date":["2016-03-15"],"summary":["Endocrine disruptors"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-b9c3f19e7c5f216e3e508f931ddd6a9cb59376d1","eu-tr-64879142323-90"]}} -{"id":"ec-meeting-2016-03-15-2f5d312b779ac339c1e50b6b2122a0e2c2ba6fda","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2016-03-15 - Cabinet of Commissioner Violeta Bulc x European Producers Union of Renewable Ethanol"],"date":["2016-03-15"],"summary":["renewable fuels"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-e14c58f620f40325d829df7be0823280307bc15f","eu-tr-32591134448-30"]}} -{"id":"ec-meeting-2016-03-15-350cd26e2acc3b2cec012abbaf62a591e34a7174","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-15 - Trade x Comité interprofessionnel du vin de Champagne"],"date":["2016-03-15"],"summary":["Protection of PDO Champagne and on-going trade negotiations"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-trade"],"involved":["ec-person-bde9bb099f5d24c52ca4a9255cefc99a5b87a650","eu-tr-667659215985-31"]}} -{"id":"ec-meeting-2016-03-15-36f96e6e70c2146bf74c94311daf1825869f4e22","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-15 - Cabinet of Vice-President Miguel Arias Cañete x WindEurope"],"date":["2016-03-15"],"summary":["post-2020 policy for renewable energy"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-19920706471-21","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd"]}} -{"id":"ec-meeting-2016-03-15-3b7b633f9c5694043b15c721ae9bc3b3064818eb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-15 - Cabinet of President Jean-Claude Juncker x Bundesverband Öffentlicher Banken Deutschlands eV"],"date":["2016-03-15"],"summary":["Financial regulation and banking issues"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-0767788931-41","ec-person-c402e34a99fbee730ae22e3b1958e21c94dc6fcc"]}} -{"id":"ec-meeting-2016-03-15-44af756eba406766c8490688338a246558d1b52c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-15 - Cabinet of Vice-President Karmenu Vella x Helmholtz-Gemeinschaft Deutscher Forschungszentren e.V."],"date":["2016-03-15"],"summary":["Marine research, blue growth"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["ec-person-2966d69fae0ea4e67f3f2df5a743cc766267d3c8","eu-tr-73792436593-97"]}} -{"id":"ec-meeting-2016-03-15-5630cb512fe0cb6eb8c8885f6901c0a7ccb26c0b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-15 - Cabinet of Vice-President Jyrki Katainen x European Forest Institute"],"date":["2016-03-15"],"summary":["Bioeconomy framework"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-99365f4c3081112dcbfa722a5eb05adecc68503e","eu-tr-38315289949-88"]}} -{"id":"ec-meeting-2016-03-15-5e225aed835c4da070ec573c75fdc14690854546","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-15 - Cabinet of Vice-President Miguel Arias Cañete x IBERDROLA"],"date":["2016-03-15"],"summary":["Electricity Market Design"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-41816938101-07","ec-person-2229c857664a22dcb8eee79a8c05841fd3d0924f"]}} -{"id":"ec-meeting-2016-03-15-5f8cdfc7c17353b6418e0568db7230aeaaea190d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-15 - Cabinet of Commissioner Tibor Navracsics x Munich European Forum e.V."],"date":["2016-03-15"],"summary":["Migration & integration"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-1da7ee09d46288ee4ea9db2b644bdcf9c3d6d000","eu-tr-425790821187-40"]}} -{"id":"ec-meeting-2016-03-15-6b3e8e073b2bd9956e105a6d326b56fb2bf4589e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-15 - Cabinet of Vice-President Andrus Ansip x European Organisation for Security"],"date":["2016-03-15"],"summary":["cybersecurity"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-5db7bdd1c81da2e70eb5b982097d0004111b5c3e","eu-tr-32134385519-64"]}} -{"id":"ec-meeting-2016-03-15-6eb8042d4869211040778a494f1d10b15e4130a1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-15 - Cabinet of President Jean-Claude Juncker x BT Group plc"],"date":["2016-03-15"],"summary":["Digital Single Market"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-44a061693f35519551be0e3dab996e76ad3f8c7c","eu-tr-00919034091-89"]}} -{"id":"ec-meeting-2016-03-15-73577f3bd9c66ac1e34eddfd736ddc43eb15a9a8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-15 - Cabinet of Commissioner Tibor Navracsics x IETM international network for contemporary performing arts Pearle*-Live Performance Europe (Performing Arts Employers Associations League Europe)"],"date":["2016-03-15"],"summary":["Culture and the Arts in European policy-making"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["eu-tr-4817795559-48","ec-person-fa3187815cf956b0872e1668e14548b7d9f7ce93","eu-tr-55642894775-05"]}} -{"id":"ec-meeting-2016-03-15-741a0f044afdca5fe52ce2edad4a7e592c23eb77","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-15 - Communications Networks, Content and Technology x KfW Bankengruppe"],"date":["2016-03-15"],"summary":["Broadband Investment Fund - EFSI"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-79019799690-13","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2016-03-15-76f8d858990c1dc5de3ee706449ed1b46abdf5c0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-15 - Günther Oettinger x Netherlands Institute for the Classification of Audiovisual Media"],"date":["2016-03-15"],"summary":["protection of minors on the internet"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-180261522227-38","ec-person-c6c38691c27b1498b60b18409aa979cf1dd1f4ac"]}} -{"id":"ec-meeting-2016-03-15-7bab4e8d9e2f2d0d09b1735eb9194632c924260a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-15 - Günther Oettinger x International Centre for Migration Policy Development"],"date":["2016-03-15"],"summary":["Migration policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-428294520891-74","ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0"]}} -{"id":"ec-meeting-2016-03-15-82593451a7ea3deea94aec9794369516a564344c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-15 - Cabinet of Vice-President Andrus Ansip x EuroCommerce"],"date":["2016-03-15"],"summary":["EuroCommerce’s contribution to the DSM Strategy, geoblocking"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-84973761187-60","ec-person-666bc159c7e65a3af9e63c1e97435c02f1496955","ec-person-91ca0921c6790191daa54427311acd63035e7c9e"]}} -{"id":"ec-meeting-2016-03-15-82d6e51a1649faf6cfd623f99c24ffdc5b895103","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-15 - Cabinet of First Vice-President Frans Timmermans x Amnesty International Limited"],"date":["2016-03-15"],"summary":["Refugee crisis"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-11063928073-34","ec-person-966667b73d92624be9bb019c2baab7e52331b3d3"]}} -{"id":"ec-meeting-2016-03-15-865ac8a62caaff5943fc99275bec969945c9b500","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-15 - Inspire, Debate, Engage and Accelerate Action x Siemens AG"],"date":["2016-03-15"],"summary":["Industrie 4.0"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-dg-idea"],"involved":["eu-tr-4266797770-31","ec-person-4fe56a64c00b3e81c851b5538878b32481bd7d3c"]}} -{"id":"ec-meeting-2016-03-15-8a32443846bd6d0bd47e3cbb9c1831f43c7d25e5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-15 - Cabinet of Vice-President Andrus Ansip x Nordvision Zweites Deutsches Fernsehen ARD-Verbindungsbüro Brüssel Yleisradio Oy"],"date":["2016-03-15"],"summary":["Copyright reform"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-2296515955-67","eu-tr-032997718553-70","eu-tr-3209361971-85","eu-tr-6774178922-55","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45"]}} -{"id":"ec-meeting-2016-03-15-8dc64aa558988c485398f95a620367d6513caba5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-15 - Cabinet of Vice-President Andrus Ansip x European Banking Federation"],"date":["2016-03-15"],"summary":["DSM and digital banking"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-4722660838-23","ec-person-0f698e3a0cc0bd6a02e1bd386a25cedc1366f3f1","ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0"]}} -{"id":"ec-meeting-2016-03-15-9047a4b22a7ed5080778d75c4be037aed9b3166e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-15 - Cabinet of Commissioner Tibor Navracsics x Sabine Le Stum Société des auteurs et compositeurs dramatiques"],"date":["2016-03-15"],"summary":["European Culture Festival"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-fa3187815cf956b0872e1668e14548b7d9f7ce93","eu-tr-652852421003-10","eu-tr-29364773893-19"]}} -{"id":"ec-meeting-2016-03-15-972a1ee06c09af60072f9c582454cd97b48e9eab","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-15 - Cabinet of Vice-President Andrus Ansip x Liga Nacional de Fútbol Profesional"],"date":["2016-03-15"],"summary":["Cross-border portability of online content services, fight against piracy"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-138436621132-34","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45","ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0"]}} -{"id":"ec-meeting-2016-03-15-a696e860c6aa45ac2f6b867b0922fa1a2717c343","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-15 - Cabinet of Vice-President Valdis Dombrovskis x TheCityUK"],"date":["2016-03-15"],"summary":["financial regulation"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-237922911665-25","ec-person-48f31156d932641826e09f5b73f074d35ff05786"]}} -{"id":"ec-meeting-2016-03-15-a710f5384c12171b76d8f18272cf1e1e1bc60f1b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-15 - Cabinet of President Jean-Claude Juncker x Nordvision Zweites Deutsches Fernsehen ARD-Verbindungsbüro Brüssel"],"date":["2016-03-15"],"summary":["Digital Single Market"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-44a061693f35519551be0e3dab996e76ad3f8c7c","eu-tr-6774178922-55","eu-tr-3209361971-85","eu-tr-2296515955-67"]}} -{"id":"ec-meeting-2016-03-15-a8d68f07aeac4bdfe85012868f52b6324d41d332","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-15 - Cabinet of Commissioner Violeta Bulc x General Aviation Manufacturers Association"],"date":["2016-03-15"],"summary":["Aviation"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-49221685491-82","ec-person-5012c5e45a52ee8ce67d19c1781a127af53e73e7","ec-person-9d4dc4867a44dfe10f67ae7ee1706da3e8b48a24"]}} -{"id":"ec-meeting-2016-03-15-a8eaa30c121c0ef0d428a654cc039beb89093ec9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-15 - Günther Oettinger x Airbus"],"date":["2016-03-15"],"summary":["cybersecurity; digitalization of European industry"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-4cd59e13386e3b68ecb3611fcc579e0a0a3938a5","eu-tr-2732167674-76"]}} -{"id":"ec-meeting-2016-03-15-a8fc8ba00ddf7d3a0a054780fd02f4990ea2b798","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-15 - Mobility and Transport x European Rail Freight Association asbl"],"date":["2016-03-15"],"summary":["Rail Freight Rights"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-move"],"involved":["eu-tr-013359412586-21","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2016-03-15-aa871289e6f0b0042930dfc6ce998c6f83c1da40","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-15 - Energy x Syndicat des énergies renouvelables"],"date":["2016-03-15"],"summary":["Energy policy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-930777112936-49","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2016-03-15-acd6c76485448adc7325a2da9cd23e597e76c89c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-15 - Cabinet of Vice-President Cecilia Malmström x Applied Materials"],"date":["2016-03-15"],"summary":["Conflict minerals"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-68030579311-05","ec-person-8529bbbc6db862f6b82d6fa66a7cf7668804dae7"]}} -{"id":"ec-meeting-2016-03-15-afa4cb5be398882657b00e05cf7d20e903b1d976","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-15 - Cabinet of Commissioner Phil Hogan x spiritsEUROPE"],"date":["2016-03-15"],"summary":["Address Reception"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-64926487056-58","ec-person-a1a78365cc4685b0958056646204977d8f2ead92"]}} -{"id":"ec-meeting-2016-03-15-b75f6cc264831771612725a22fd4e2f5cfb02715","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-15 - Cabinet of Commissioner Jonathan Hill x European Financial Services Round Table"],"date":["2016-03-15"],"summary":["Review of the Financial Regulatory Reform Agenda and Call for Evidence; Digital Single Market in Europe; European growth agenda"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["eu-tr-27636291880-60","ec-person-f247edfcff54d4f26fc10769f809c92bc72d6797"]}} -{"id":"ec-meeting-2016-03-15-b9aa40017355e4692bfb1bbcb4cfb3be8919f464","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-15 - Cabinet of Commissioner Phil Hogan x Diageo"],"date":["2016-03-15"],"summary":["Irish Public Health Bill 2015, notified to the European Commission with TRIS reference number 2016/42/IRL"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["BERL 08/318"],"address":["BERL 08/318"],"addressEntity":["addr-9e7a54bf1352143376eb5ec896985192229da490"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-10774885698-20","ec-person-7d3caa534e5cdda6d5b949bd4b2def39356e3bec"]}} -{"id":"ec-meeting-2016-03-15-b9de93fd456597bfebb7d07bfcb1bd8b2d1e9661","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-15 - Informatics x Dell Inc."],"date":["2016-03-15"],"summary":["Introductory meeting"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-digit"],"involved":["eu-tr-28739192542-16","ec-person-32591d36027eb92a66b57d5bcc8c57d9574380b0"]}} -{"id":"ec-meeting-2016-03-15-c0c107066ef5f86fa69f6c57ab43961320d8f32c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-15 - Cabinet of Commissioner Jonathan Hill x Motorsport Industry Association Limited"],"date":["2016-03-15"],"summary":["Motor sports Industry in the UK"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["eu-tr-078560521091-57","ec-person-f247edfcff54d4f26fc10769f809c92bc72d6797"]}} -{"id":"ec-meeting-2016-03-15-c89275bd56154caf829c5001cdf2430e879567ce","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-15 - Cabinet of President Jean-Claude Juncker x TheCityUK"],"date":["2016-03-15"],"summary":["TheCityUK EU Policymaker Roundtable - Speech on Capital Markets Union"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-237922911665-25","ec-person-c402e34a99fbee730ae22e3b1958e21c94dc6fcc"]}} -{"id":"ec-meeting-2016-03-15-c8d9b7c7bc20c4aa31f74750c6d5266b55204c4b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-15 - Cabinet of Commissioner Jonathan Hill x HSBC Holdings PLC"],"date":["2016-03-15"],"summary":["Financial Services Policy"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["ec-person-03cf92829e273869bfbd8bbf4f1881dcd0848186","eu-tr-001866415031-87"]}} -{"id":"ec-meeting-2016-03-15-df4f0030c6c06b16112bd57507d99e552d251339","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-15 - Cabinet of Vice-President Andrus Ansip x Vodafone Belgium SA"],"date":["2016-03-15"],"summary":["Telco review and vectoring case."],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-90142503473-81","ec-person-666bc159c7e65a3af9e63c1e97435c02f1496955"]}} -{"id":"ec-meeting-2016-03-15-e6ccf9c6c108e25b180d1be06aca1c3d650e25b4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-15 - Cabinet of Commissioner Elżbieta Bieńkowska x ORGANIZACIÓN NACIONAL DE CIEGOS ESPAÑOLES"],"date":["2016-03-15"],"summary":["Introductory meeting and Single Market Strategy"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["ec-person-6cd920669457898c6304ed6a599a852d84518227","eu-tr-68612977691-59","ec-person-95a769a1850d7d595f9a5853c51dcbdd3ddd69fb"]}} -{"id":"ec-meeting-2016-03-15-f03cb158502a3bb2b739e8e2db5a17c5ab4e9428","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-15 - Mobility and Transport x General Aviation Manufacturers Association"],"date":["2016-03-15"],"summary":["General Aviation Road Map, BASA"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-move"],"involved":["eu-tr-49221685491-82","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2016-03-15-f6f0aa3010e46dc7ecfc96e7249e80ae9b0e6a99","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2016-03-15 - Cabinet of High Representative / Vice-President Federica Mogherini x Confederation of Businessmen and Industrialists of Turkiye"],"date":["2016-03-15"],"summary":["EU/Turkey Relations"],"notes":["Portfolio: Foreign Affairs and Security Policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"involved":["eu-tr-05241797002-90","ec-person-ffe369688b1df8f09154d965f094473d619d72e0"]}} -{"id":"ec-meeting-2016-03-15-f8741980e15ea56271605cc6e86b1c4bd49c1615","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-15 - Cabinet of President Jean-Claude Juncker x Telefonica, S.A."],"date":["2016-03-15"],"summary":["Digital Single Market"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-52431421-12","ec-person-44a061693f35519551be0e3dab996e76ad3f8c7c"]}} -{"id":"ec-meeting-2016-03-15-fe1b97d10c764e94c8fb03d2ed1467da88fe868d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-15 - Cabinet of Commissioner Marianne Thyssen x European Anti Poverty Network"],"date":["2016-03-15"],"summary":["Discussion with a view to the 1st Annual Convention on Inclusive Growth"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["eu-tr-3945154610-54","ec-person-e93189002a993321fd1af93481b271c766b1aff8"]}} -{"id":"ec-meeting-2016-03-16-077ac14634c995170b433fa9be946cecf53e30d5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-16 - Günther Oettinger x Helmholtz-Gemeinschaft Deutscher Forschungszentren e.V."],"date":["2016-03-16"],"summary":["information technologies"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-73792436593-97","ec-person-3297113eb5d4e59bc84d571628f0130aa75c761a"]}} -{"id":"ec-meeting-2016-03-16-18fa10077fcf0dad39f6f20c1c651c0a61b737f1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-16 - Internal Market, Industry, Entrepreneurship and SMEs x SMEunited aisbl"],"date":["2016-03-16"],"summary":["Startups, Geoblocking, Collaborative economy, Late payment Directive, SME event, Capacity-building"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-grow"],"involved":["eu-tr-55820581197-35","ec-person-60a3d0d628d231b41af1d0c65607b0fd78ca4edc"]}} -{"id":"ec-meeting-2016-03-16-2e71dca9951331b1addb4d5bff5df89ac40b6e31","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-16 - Cabinet of Vice-President Miguel Arias Cañete x NEW AREVA HOLDING SA"],"date":["2016-03-16"],"summary":["Nuclear issues"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-62773e55e1985542cb18a2a89f2053f2f39146b1","eu-tr-41126912590-71"]}} -{"id":"ec-meeting-2016-03-16-37bca6021717ece563c7a0ac8ed56c0c95d85088","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-16 - Cabinet of Vice-President Karmenu Vella x EuroGeoSurveys - The Geological Surveys of Europe"],"date":["2016-03-16"],"summary":["Marine research/Water"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["eu-tr-01224764261-72","ec-person-0e3efd8bc1c3ee9a80205d0bb78f316fa1621e5d"]}} -{"id":"ec-meeting-2016-03-16-4bc68e89b2b8f8e6d3492801d3c1642aff7974b6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-16 - Energy x COBATY International"],"date":["2016-03-16"],"summary":["Energy Union"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-83141557347-02","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2016-03-16-584af3ed6f7ec43da8340871b873e67d569c7f0c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-16 - Cabinet of Commissioner Jonathan Hill x TheCityUK"],"date":["2016-03-16"],"summary":["Financial Policy"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["ec-person-a9f927e92126f22da48d08ee37b059179988ada8","eu-tr-237922911665-25"]}} -{"id":"ec-meeting-2016-03-16-5cdbada97357173ac071ae8e1b10a54d094641bb","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2016-03-16 - Cabinet of Commissioner Violeta Bulc x Shell Companies Daimler Aktiengesellschaft"],"date":["2016-03-16"],"summary":["Future fuels"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-e14c58f620f40325d829df7be0823280307bc15f","eu-tr-05032108616-26","eu-tr-2349218828-41"]}} -{"id":"ec-meeting-2016-03-16-60a2dfd9942240b044cf60fe687111df4595b27f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-16 - Cabinet of Commissioner Pierre Moscovici x LA POSTE"],"date":["2016-03-16"],"summary":["mutations du secteur postal"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["ec-person-79931cfd2923c1aca9c7d284e9590732b0a36ed9","eu-tr-01890906437-84"]}} -{"id":"ec-meeting-2016-03-16-65632f22d7dfa4d3be86fcb6586d509663b8da3e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-16 - Cabinet of Vice-President Valdis Dombrovskis x EUROCHAMBRES – Association of European Chambers of Commerce and Industry"],"date":["2016-03-16"],"summary":["Discussion focused on the cooperation with EuroChambres on issues like skills and work-based learning and the role of the Chambres in structural reforms at national level. EuroChambres presented its initiative on a"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-1f98d05bdaed2c40396781b1eb7b0aa47cb8dd20","ec-person-48f31156d932641826e09f5b73f074d35ff05786","eu-tr-0014082722-83","ec-person-a9eda2e8ea54b70a968327672c6cada679d3cd56"]}} -{"id":"ec-meeting-2016-03-16-68452796b028cf557b39b09fd4e7ffa252acd698","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-16 - Cabinet of Vice-President Andrus Ansip x Deutsche Telekom"],"date":["2016-03-16"],"summary":["e-privacy Directive"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-5db7bdd1c81da2e70eb5b982097d0004111b5c3e","eu-tr-60052162589-72"]}} -{"id":"ec-meeting-2016-03-16-6cc5920dfa598140d6778d1acd55611312314ed0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-16 - Trade x Association of European Businesses"],"date":["2016-03-16"],"summary":["EU Companies operating in Russia"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-trade"],"involved":["ec-person-bde9bb099f5d24c52ca4a9255cefc99a5b87a650","eu-tr-849798415326-80"]}} -{"id":"ec-meeting-2016-03-16-80efbc5fc043373d020a826c8cc1aa767ceb0493","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2016-03-16 - Cabinet of Vice-President Miguel Arias Cañete x CEMEX, S.A.B. de C.V."],"date":["2016-03-16"],"summary":["The ETS post-2020 revision"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-62773e55e1985542cb18a2a89f2053f2f39146b1","ec-person-260e00934471a02805fb143935d6e9205a7f355f","eu-tr-046522111711-44"]}} -{"id":"ec-meeting-2016-03-16-8d9fa08d516236c500a82c194e3b0c7e506cdb11","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-16 - Energy x Central Europe Energy Partners"],"date":["2016-03-16"],"summary":["energy policy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-87738563745-94","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2016-03-16-a3011ee13a1d126b2082d1acd7ea2f9104533943","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-16 - Cabinet of Vice-President Maroš Šefčovič x Polish Wind Energy Association"],"date":["2016-03-16"],"summary":["RES potential in Poland"],"notes":["Portfolio: Energy Union"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-090471814671-25","ec-person-192eca4cb918c7382c916bec9bfe04e745ee91cb","ec-person-af83ed49c403cb9d7ebfecca7893f0054c1f4be5"]}} -{"id":"ec-meeting-2016-03-16-b473a76392e3c5fff9a0477bb1c3562fb1087d35","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-16 - Cabinet of Vice-President Jyrki Katainen x Dow Europe GmbH"],"date":["2016-03-16"],"summary":["Industrial Symbiosis"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-0da85dc48012e26688310a59a0b51727ea68f410","eu-tr-38235121060-73"]}} -{"id":"ec-meeting-2016-03-16-bd820f20f3134bfc6e125f0d6d55cc579732484c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-16 - Cabinet of President Jean-Claude Juncker x LA POSTE"],"date":["2016-03-16"],"summary":["Digital Single Market"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-44a061693f35519551be0e3dab996e76ad3f8c7c","eu-tr-01890906437-84"]}} -{"id":"ec-meeting-2016-03-16-bf1bccb88987322f6f2df1d185761e303926a7dc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-16 - Cabinet of President Jean-Claude Juncker x PRS for Music"],"date":["2016-03-16"],"summary":["Digital Single Market"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-44a061693f35519551be0e3dab996e76ad3f8c7c","eu-tr-798071410461-65"]}} -{"id":"ec-meeting-2016-03-16-d7a9681cd04f2dd575d8930d4d847a92e3b1fcaa","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2016-03-16 - Cabinet of Commissioner Věra Jourová x Bundesarbeitskammer Österreich"],"date":["2016-03-16"],"summary":["Situation on of Austrian railways (abuse of market dominance)","State aid and cartelisation"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-a2ca9161feee56909a0e98b473c2d342c20fdb57","ec-person-64349923a7639978983020a607770b8dc47c8144","eu-tr-23869471911-54"]}} -{"id":"ec-meeting-2016-03-16-d928c7afaa5f620327eb8b18fb43022890bfa278","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-16 - Cabinet of Vice-President Jyrki Katainen x Kreab Emerson Electric Co."],"date":["2016-03-16"],"summary":["Resource efficiency in the energy intensive industries and reducing energy consumption"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-1078390517-54","eu-tr-338567616061-91","ec-person-0da85dc48012e26688310a59a0b51727ea68f410"]}} -{"id":"ec-meeting-2016-03-16-e0edacea839deaf6e99f5cf21772e40f893dc978","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-16 - Günther Oettinger x ARD-Verbindungsbüro Brüssel Nordvision ZDF Europabüro Brüssel"],"date":["2016-03-16"],"summary":["copyright"],"location":["BXL"],"address":["BXL"],"addressEntity":["addr-d2fde52f67ea4a3e1fe233d0a959d6a1c77fd910"],"organizer":["ec-dg-de"],"involved":["ec-person-49723482bb23d029cbfc010cb37eec7392a0ae02","eu-tr-6774178922-55","eu-tr-3209361971-85","eu-tr-2296515955-67"]}} -{"id":"ec-meeting-2016-03-16-e3bc10a0e2ef795ff8fc7acaec6602a03162d7ef","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-16 - Cabinet of Vice-President Miguel Arias Cañete x None"],"date":["2016-03-16"],"summary":["The future of natural gas in the EU, the financing of energy efficiency projects and the development of microbanking to finance investment projects of the immigrant population."],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-8765978796-80","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd","eu-tr-055017716307-39"]}} -{"id":"ec-meeting-2016-03-16-f9b8e0887af944db5cfd99f7d43f8e7bded5c8de","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-16 - Mobility and Transport x Toerkel Consulting GmbH"],"date":["2016-03-16"],"summary":["EETS legislation"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-move"],"involved":["eu-tr-140241817372-18","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2016-03-16-fa5921ea95dce01868c99ddba1498638b7a11794","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-16 - Cabinet of Commissioner Věra Jourová x MUST & Partners CITTADINANZATTIVA APS Coordinamento delle associazioni e dei comitati di tutela dell’ambiente e dei diritti degli utenti e dei consumatori"],"date":["2016-03-16"],"summary":["Corporate social and Consumers responsibility of fast-food chains"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["eu-tr-114768121058-62","eu-tr-080551814378-33","ec-person-a2ca9161feee56909a0e98b473c2d342c20fdb57","eu-tr-549378714499-39"]}} -{"id":"ec-meeting-2016-03-16-fc683d6f5ace1b948ca8a3a20ddb8e32219a42a6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-16 - Cabinet of Vice-President Jyrki Katainen x Confederation of Swedish Enterprise"],"date":["2016-03-16"],"summary":["Seminar on Circular economy"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-39912257528-48","ec-person-0da85dc48012e26688310a59a0b51727ea68f410"]}} -{"id":"ec-meeting-2016-03-16-fe320ac7fc137340643c6a056fa95c2bb726e93d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-16 - Cabinet of Commissioner Pierre Moscovici x GROUPE ROUSSELET"],"date":["2016-03-16"],"summary":["discuter dernières actualités du secteur du transport de personnes"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["eu-tr-709973916049-34","ec-person-79931cfd2923c1aca9c7d284e9590732b0a36ed9"]}} -{"id":"ec-meeting-2016-03-16-ffce95a904c73d8c4f802a37bb025da4996475bd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-16 - Cabinet of Commissioner Violeta Bulc x easyJet"],"date":["2016-03-16"],"summary":["Aviation"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-9d4dc4867a44dfe10f67ae7ee1706da3e8b48a24","eu-tr-291219715847-52"]}} -{"id":"ec-meeting-2016-03-17-04b8bbbb7a8fbbe068750781ba771e96b9390b9b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-17 - Cabinet of Commissioner Elżbieta Bieńkowska x Green 10"],"date":["2016-03-17"],"summary":["Green economy"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["ec-person-95a769a1850d7d595f9a5853c51dcbdd3ddd69fb","eu-tr-70309834043-10","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2016-03-17-0adedbc1c7db2389b4aeb6e89abc9a8baab48390","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-17 - Cabinet of Commissioner Elżbieta Bieńkowska x EuroCommerce"],"date":["2016-03-17"],"summary":["Single Market Strategy, Internal Market barriers, incl. establishment, B2B"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-84973761187-60","ec-person-d2997a7f359c91a337055c3e24dd36bf928de38d","ec-person-b2f9be51339f054477846797e2c119fcf16548fc","ec-person-daef7f819b2f3ffe5e4f5d8eb2782954f3c4a4e2"]}} -{"id":"ec-meeting-2016-03-17-0c0e3784c4830ce4e9bc4af263ab4048de8d1d95","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-17 - Cabinet of Commissioner Jonathan Hill x Multitude SE"],"date":["2016-03-17"],"summary":["Financial Policy"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["ec-person-a9f927e92126f22da48d08ee37b059179988ada8","eu-tr-270674021008-52"]}} -{"id":"ec-meeting-2016-03-17-0ec344c8c825e7c7db53b5c76af89741e1c7ba21","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-17 - Cabinet of Vice-President Andrus Ansip x LVMH Publica"],"date":["2016-03-17"],"summary":["DSM initiatives of specific interest to the sector and in particular with regard to online counterfeiting"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-3ca0c466b8ff230d4409591430b388007ce14ff8","ec-person-91ca0921c6790191daa54427311acd63035e7c9e","eu-tr-16094042309-21"]}} -{"id":"ec-meeting-2016-03-17-0eff0f9a51fe61f90d6536e8ebb93167513f932d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-17 - Cabinet of Commissioner Pierre Moscovici x International Capital Strategies LLC"],"date":["2016-03-17"],"summary":["exchange of views on US/euro area economies"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["ec-person-79931cfd2923c1aca9c7d284e9590732b0a36ed9","ec-person-ac604755dc7677c8653a5a5172e851f7c8e468b4","eu-tr-734454815679-40"]}} -{"id":"ec-meeting-2016-03-17-104079807f0a4185935d9a99ee20f1868bb404cf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-17 - Cabinet of Commissioner Christos Stylianides x European Council on Foreign Relations"],"date":["2016-03-17"],"summary":["exchange of views"],"notes":["Portfolio: Humanitarian Aid & Crisis Management"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-cabinet-christos-commissioner-of-stylianides"],"involved":["eu-tr-339569615567-89","ec-person-08c677aa002baa9f95be8a2d0aa3b89875e2badf"]}} -{"id":"ec-meeting-2016-03-17-1d08f433412d4115582fa97904879732696d971d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-17 - Cabinet of Vice-President Neven Mimica x Women Political Leaders"],"date":["2016-03-17"],"summary":["Implementation of Gender Action Plan in external relations 2016-2020"],"notes":["Portfolio: International Cooperation & Development"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-mimica-neven-of-president-vice"],"involved":["ec-person-b187f3955c71d2e1daa48e02fd0a09ab7c6f6098","eu-tr-419508817229-68"]}} -{"id":"ec-meeting-2016-03-17-1f6550d90b93879798ba34f262209cc059822c41","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-17 - Cabinet of Commissioner Elżbieta Bieńkowska x consortium of CERN and large European national laboratories with accelerator driven research infrastructures and major detector development effort"],"date":["2016-03-17"],"summary":["Attract project"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["ec-person-685ecf13dd26cd515c961e24ba71049af2302c5e","eu-tr-44454059960-64","ec-person-95a769a1850d7d595f9a5853c51dcbdd3ddd69fb"]}} -{"id":"ec-meeting-2016-03-17-1fd980567da39d13cc2b81422637c2fbc0b9de31","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-17 - Cabinet of Vice-President Jyrki Katainen x WWF European Policy Programme CEE Bankwatch Network Green Budget Europe AISBL"],"date":["2016-03-17"],"summary":["EU Semester"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-74535104992-35","ec-person-3775b7be791f90ed462b9071c9ae596b80d71bca","eu-tr-1414929419-24","eu-tr-93834493808-49"]}} -{"id":"ec-meeting-2016-03-17-2b0ff04ba818a7e46862922145f5a8775ce36443","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-17 - Energy x None"],"date":["2016-03-17"],"summary":["Energy Union, interconnection"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-36820998995-30","eu-tr-44688805318-45","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e","eu-tr-669359510572-76"]}} -{"id":"ec-meeting-2016-03-17-2da7738789f65bc66c98b0f12f07d0ca5250d3c1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-17 - Cabinet of Vice-President Cecilia Malmström x Stora Enso Oyj"],"date":["2016-03-17"],"summary":["EGA"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-834721317163-08","ec-person-20ded9db5df11164331bb161fdf234b1e5ad53fd"]}} -{"id":"ec-meeting-2016-03-17-3592739e2b145e51c343a667f9f324049f3566f4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-17 - Cabinet of Vice-President Maroš Šefčovič x Green Budget Europe AISBL"],"date":["2016-03-17"],"summary":["sustainable financing state of play"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-74535104992-35","ec-person-ea6b517040e26a62f17d2829afffeba48cfd682f"]}} -{"id":"ec-meeting-2016-03-17-41b6581597e824cde5c199746d8839a5e13e13ed","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-17 - Climate Action x Centre for European Policy Studies"],"date":["2016-03-17"],"summary":["COP21 follow up"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-clima"],"involved":["ec-person-44c2f44f96dda2012bcb4e9abc749f6cae86a4c0","eu-tr-86853666704-95"]}} -{"id":"ec-meeting-2016-03-17-42ce911b84052c701fdaa950b7fd3578eda6b91a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-17 - Cabinet of Commissioner Carlos Moedas x WindEurope"],"date":["2016-03-17"],"summary":["Energy Union"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["eu-tr-19920706471-21","ec-person-0a716bf5253e913fc40ebf14c12f30dc2e7a06ee"]}} -{"id":"ec-meeting-2016-03-17-42fca1a11addc2771a090b2b3b01461b94bf3f3c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-17 - Cabinet of Vice-President Andrus Ansip x Instytut Kościuszki - Instytut Integracji Europejskiej"],"date":["2016-03-17"],"summary":["Cybersecurity"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-238617117970-90","ec-person-5db7bdd1c81da2e70eb5b982097d0004111b5c3e"]}} -{"id":"ec-meeting-2016-03-17-4565dd180191a02ab24c7d4ec62cab400e79bcd1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-17 - Günther Oettinger x Confederazione Generale dell'Industria Italiana"],"date":["2016-03-17"],"summary":["DEI"],"location":["Rome"],"address":["Rome"],"addressEntity":["addr-da7705caa15608fea217326726ec6ed97a9c6c9d"],"organizer":["ec-dg-de"],"involved":["ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0","eu-tr-27762251795-15"]}} -{"id":"ec-meeting-2016-03-17-57a5a3bca35459cd8ca2cd09932cade3da11654b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-17 - Mobility and Transport x Conférence des Régions Périphériques Maritimes d'Europe (CRPM)"],"date":["2016-03-17"],"summary":["TEN-T and CEF"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-move"],"involved":["eu-tr-5546423688-07","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2016-03-17-5d6c763356ea8872742fdf1baf48181521a099d5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-17 - Cabinet of Vice-President Karmenu Vella x Shetland Fishermen's Association"],"date":["2016-03-17"],"summary":["Coastal states negotiations"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["ec-person-2966d69fae0ea4e67f3f2df5a743cc766267d3c8","eu-tr-067685814261-28"]}} -{"id":"ec-meeting-2016-03-17-6412e2162301eee5ecb619a0a4201248113d1560","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-17 - Cabinet of Vice-President Karmenu Vella x Naturschutzbund Deutschland e.V."],"date":["2016-03-17"],"summary":["Nature REFIT, Marine Protected Areas, Agriculture and Environment"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["ec-person-78fb1ad0c02c4fa8497b22edc1233d6be03cf2e5","eu-tr-0285583802-96"]}} -{"id":"ec-meeting-2016-03-17-68452796b028cf557b39b09fd4e7ffa252acd698","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-17 - Cabinet of Vice-President Andrus Ansip x Deutsche Telekom"],"date":["2016-03-17"],"summary":["Platforms"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-e91c5be432b6b3efdda369792fed67c20b767a45","eu-tr-60052162589-72"]}} -{"id":"ec-meeting-2016-03-17-6d08d4f7e21c3de93f106500c941759f61b840d9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-17 - Cabinet of Commissioner Pierre Moscovici x UFE - Union of Finance Personnel in Europe"],"date":["2016-03-17"],"summary":["Discuss the situation of fiscal administrations in Member States"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["ec-person-3cbeba61ae952f06fe4916c381438ebbc676a597","eu-tr-721865911899-81"]}} -{"id":"ec-meeting-2016-03-17-746e93f0bd061a99ac7554afc94c794dfe225582","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-17 - Environment x Dow Europe GmbH"],"date":["2016-03-17"],"summary":["Plastic packaging in the Circular Economy Package"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-env"],"involved":["eu-tr-38235121060-73","ec-person-3bc74ce04ea3f4ab4d91a5c88eef25b8b8a213b4"]}} -{"id":"ec-meeting-2016-03-17-840d4a1ae2622ee14eb57f5331eea3171077d541","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-17 - Cabinet of Commissioner Vytenis Andriukaitis x European Regulation and Innovation Forum"],"date":["2016-03-17"],"summary":["Precaution principle and EFSA"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["eu-tr-52996964558-47","ec-person-0dbfffeb0323f819c8d57164906086dd8639c437"]}} -{"id":"ec-meeting-2016-03-17-937ff584eb49653e9e70d53d6fef4b243d2d9c52","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-17 - Cabinet of Commissioner Elżbieta Bieńkowska x Dow Europe GmbH"],"date":["2016-03-17"],"summary":["Circular Economy; EU Industrial Policy, including the ETS system"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["ec-person-d2997a7f359c91a337055c3e24dd36bf928de38d","eu-tr-38235121060-73","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2016-03-17-a148097b6d4cc59c5cc5a9e71701da8b8a2a305a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-17 - Cabinet of Vice-President Miguel Arias Cañete x Eurelectric aisbl"],"date":["2016-03-17"],"summary":["Electricity market design"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-4271427696-87","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd"]}} -{"id":"ec-meeting-2016-03-17-a80863a0b8f035e6de02675d2981f4c6d4782ab4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-17 - Cabinet of Commissioner Vytenis Andriukaitis x Association of the European Self-Care Industry"],"date":["2016-03-17"],"summary":["Health Claims legislation"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-b9c3f19e7c5f216e3e508f931ddd6a9cb59376d1","eu-tr-99565011637-64"]}} -{"id":"ec-meeting-2016-03-17-a9b36c54d00af72b390345af52eade8af2b59a2a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-17 - Cabinet of Vice-President Miguel Arias Cañete x GEODE - The voice of local energy distributors across Europe NATURGY ENERGY GROUP"],"date":["2016-03-17"],"summary":["Electricity Market Design"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-00098856602-24","eu-tr-67833029261-54","ec-person-2229c857664a22dcb8eee79a8c05841fd3d0924f"]}} -{"id":"ec-meeting-2016-03-17-afd4e92db2273ea026160f556652cfa748806dfc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-17 - Cabinet of Vice-President Jyrki Katainen x Banco Santander, S.A."],"date":["2016-03-17"],"summary":["Start-ups"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-799142914971-03","ec-person-3775b7be791f90ed462b9071c9ae596b80d71bca"]}} -{"id":"ec-meeting-2016-03-17-b1dcdec722b50b93077efc17831f44b4d8846b01","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-17 - Cabinet of Vice-President Andrus Ansip x BONANOVA"],"date":["2016-03-17"],"summary":["ICT in Development"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-c759bd58acc54869aa8e62ce652efcda416e25c2","eu-tr-929417912330-88"]}} -{"id":"ec-meeting-2016-03-17-bd960e9638be56b1a41ba55fd4b52f832ac7d604","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-17 - Cabinet of Commissioner Vytenis Andriukaitis x SANOFI"],"date":["2016-03-17"],"summary":["AMR, HTA"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["eu-tr-61291462764-77","ec-person-059ca943fc5fc696d2a97849c635ddf7b6ab7fd7"]}} -{"id":"ec-meeting-2016-03-17-c6141f0eda99d6dceaac017143f5cbc00d610773","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-17 - Cabinet of Vice-President Jyrki Katainen x Multitude SE"],"date":["2016-03-17"],"summary":["Capital Markets Union"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-f9208d930adc70c6c64e21701e48f85f6f18e949","eu-tr-270674021008-52"]}} -{"id":"ec-meeting-2016-03-17-c73224f0aaaff67b97ec61538d30ab4d0f03047f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-17 - Cabinet of First Vice-President Frans Timmermans x European Council on Foreign Relations"],"date":["2016-03-17"],"summary":["Invitation to attend ECFR's annual Council meeting"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-339569615567-89","ec-person-f3a0db9fe3b985fb3a6665117484ee9f97b0e339"]}} -{"id":"ec-meeting-2016-03-17-dbb210ec94d951f15fc140d246690063d97a9c3b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-17 - Cabinet of Vice-President Jyrki Katainen x Ecolab, Inc."],"date":["2016-03-17"],"summary":["EU water policy"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-0da85dc48012e26688310a59a0b51727ea68f410","eu-tr-969504320672-09"]}} -{"id":"ec-meeting-2016-03-17-f977e17d9aa106dd6d9a18f4d7a560934becf191","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-17 - Climate Action x SSE plc"],"date":["2016-03-17"],"summary":["Follow-up to Paris Agreement"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-clima"],"involved":["ec-person-44c2f44f96dda2012bcb4e9abc749f6cae86a4c0","eu-tr-64436972598-17"]}} -{"id":"ec-meeting-2016-03-18-16530117a8c44e92d3efc322b277fcf7b90f034f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-18 - Günther Oettinger x British Chamber of Commerce in Belgium"],"date":["2016-03-18"],"summary":["copyright"],"location":["BXL"],"address":["BXL"],"addressEntity":["addr-d2fde52f67ea4a3e1fe233d0a959d6a1c77fd910"],"organizer":["ec-dg-de"],"involved":["ec-person-49723482bb23d029cbfc010cb37eec7392a0ae02","eu-tr-56188303384-93"]}} -{"id":"ec-meeting-2016-03-18-23553a0382de8164c59a301e9880e1f05bf11ea7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-18 - Cabinet of Vice-President Maroš Šefčovič x ARIANESPACE"],"date":["2016-03-18"],"summary":["Space strategy and space issues"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-016461319755-04","ec-person-1f95be23689cd4ed0a26fe2980f760ccf2d55c1e"]}} -{"id":"ec-meeting-2016-03-18-259fa57270024f8492241291ced04ea68019f166","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-18 - Cabinet of Vice-President Cecilia Malmström x The German Marshall Fund of the United States - The Transatlantic Foundation"],"date":["2016-03-18"],"summary":["Debate with Amb. Froman on TTIP"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-19b143e83f8ab978c55c8a9a9e49e06dbfa14bf3","eu-tr-823171519707-31"]}} -{"id":"ec-meeting-2016-03-18-2b7bec7a390c52f7490d52868ee13965b7025820","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-18 - Günther Oettinger x Schneider Electric"],"date":["2016-03-18"],"summary":["digital manufacturing initiative"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-46302264606-44","ec-person-3297113eb5d4e59bc84d571628f0130aa75c761a"]}} -{"id":"ec-meeting-2016-03-18-2cb2b16b1664e764b55d502ac7178800e399f781","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-18 - Taxation and Customs Union x Association Française des Entreprises Privées / French Association of Large Companies"],"date":["2016-03-18"],"summary":["Exchange of views on the Anti-tax Avoidance package"],"location":["Brussels/Belgium"],"address":["Brussels/Belgium"],"addressEntity":["addr-c476280916fa20b5023288c48bfbed9c057a1c28"],"organizer":["ec-dg-taxud"],"involved":["eu-tr-953933297-85","ec-person-3173c1cc052827c58f23ccd3a8de07534f0d35bd"]}} -{"id":"ec-meeting-2016-03-18-3ba9c3843d1274db5d58a46b6a10c126fa28bf3d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-18 - Cabinet of Commissioner Tibor Navracsics x European Creative Business Network"],"date":["2016-03-18"],"summary":["European Cultural and Creative Industries"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-fa3187815cf956b0872e1668e14548b7d9f7ce93","eu-tr-561774915625-81"]}} -{"id":"ec-meeting-2016-03-18-5193cc289bbbb506c90e10a8ab80457b08284607","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-18 - Cabinet of President Jean-Claude Juncker x Schneider Electric"],"date":["2016-03-18"],"summary":["Energy union and Investment in Europe"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-44a061693f35519551be0e3dab996e76ad3f8c7c","eu-tr-46302264606-44","ec-person-b1bf9aa5fb7e886441ff341b657cc482b64a2a3e"]}} -{"id":"ec-meeting-2016-03-18-5b33f1db128b08038ce301783f9aada9179437dc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-18 - Climate Action x Havenbedrijf Antwerpen NV van publiek recht"],"date":["2016-03-18"],"summary":["Climate policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-clima"],"involved":["ec-person-44c2f44f96dda2012bcb4e9abc749f6cae86a4c0","eu-tr-435060615187-68"]}} -{"id":"ec-meeting-2016-03-18-67a3092842cbd5a5fb87249e526fbb023689f38b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-18 - Cabinet of President Jean-Claude Juncker x Swedish Bankers´ Association"],"date":["2016-03-18"],"summary":["Current issues in the banking sector"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-53517281038-30","ec-person-c402e34a99fbee730ae22e3b1958e21c94dc6fcc"]}} -{"id":"ec-meeting-2016-03-18-7975cd31323f3d30490480c662f95db67b30959c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-18 - Cabinet of Vice-President Jyrki Katainen x Association of European Businesses"],"date":["2016-03-18"],"summary":["Trade and investment relations with Russia"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90","eu-tr-849798415326-80","ec-person-7c9460f99c5872dbdc561f5752401c870d12e98b"]}} -{"id":"ec-meeting-2016-03-18-824fcc40feb6e3c007155d80f05096c9a00734df","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-18 - Günther Oettinger x PRS for Music"],"date":["2016-03-18"],"summary":["copyright"],"location":["BXL"],"address":["BXL"],"addressEntity":["addr-d2fde52f67ea4a3e1fe233d0a959d6a1c77fd910"],"organizer":["ec-dg-de"],"involved":["ec-person-49723482bb23d029cbfc010cb37eec7392a0ae02","eu-tr-798071410461-65"]}} -{"id":"ec-meeting-2016-03-18-8b46cc157dca20c174ee600431ed1ac3a5be9af4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-18 - Cabinet of President Jean-Claude Juncker x european competitive telecommunications association"],"date":["2016-03-18"],"summary":["Digital Single Market"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-44a061693f35519551be0e3dab996e76ad3f8c7c","eu-tr-24627752238-32"]}} -{"id":"ec-meeting-2016-03-18-8bc4fe2fc87d267e2ecfcaa7a2f0b326416b4b21","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-18 - Cabinet of Commissioner Tibor Navracsics x European Youth Forum"],"date":["2016-03-18"],"summary":["New Work Plan for Youth, Structured Dialogue with Youth"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["eu-tr-43251547769-22","ec-person-881310bbb4e54ac96753b80bbdc9b1994cfbf136"]}} -{"id":"ec-meeting-2016-03-18-954ea568aa90ed60d77fe3779b51f4a2dc9ea06d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-18 - Cabinet of Vice-President Karmenu Vella x WindEurope"],"date":["2016-03-18"],"summary":["Energy Union, Circular Economy, Blue Growth"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["ec-person-4ff7c27445db4ad88e687776974fd8d077a1fe0c","eu-tr-19920706471-21","ec-person-2966d69fae0ea4e67f3f2df5a743cc766267d3c8"]}} -{"id":"ec-meeting-2016-03-18-98ae7d3df01415f71c701ae618ee72ee9d5f8659","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-18 - Cabinet of Commissioner Elżbieta Bieńkowska x ARIANESPACE"],"date":["2016-03-18"],"summary":["Current issues"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-016461319755-04","ec-person-685ecf13dd26cd515c961e24ba71049af2302c5e","ec-person-d2997a7f359c91a337055c3e24dd36bf928de38d"]}} -{"id":"ec-meeting-2016-03-18-c62bef0348f734cfcca7d995dbb43b5c18074e6c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-18 - Cabinet of Commissioner Tibor Navracsics x Cisco Systems Inc."],"date":["2016-03-18"],"summary":["ICT skills"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["eu-tr-494613715191-85","ec-person-1da7ee09d46288ee4ea9db2b644bdcf9c3d6d000"]}} -{"id":"ec-meeting-2016-03-18-cf9cdf1ff3f93c3c10cdbbd0a26a18776a2aea10","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-18 - Cabinet of Commissioner Violeta Bulc x Association of Asia Pacific Airlines"],"date":["2016-03-18"],"summary":["Aviation"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-9d4dc4867a44dfe10f67ae7ee1706da3e8b48a24","eu-tr-148659915430-51"]}} -{"id":"ec-meeting-2016-03-18-d61ff6a48aab34f8ff94a5e116e3edc24b6de85a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-18 - Cabinet of Commissioner Christos Stylianides x Médecins Sans Frontières"],"date":["2016-03-18"],"summary":["WHS/IHL"],"notes":["Portfolio: Humanitarian Aid & Crisis Management"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-christos-commissioner-of-stylianides"],"involved":["eu-tr-38497857515-11","ec-person-6f08c893ea685f6d5f50c2c6e373f294e3616698"]}} -{"id":"ec-meeting-2016-03-18-e0ef9e287b083c6d68b56034483cf2cc34e5b10f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-18 - Cabinet of Commissioner Tibor Navracsics x Sky Group"],"date":["2016-03-18"],"summary":["Presentation of Sky's new digital services"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-49f31dad10f5641cb1d1e4c3107dd838389e8120","eu-tr-62536168216-12"]}} -{"id":"ec-meeting-2016-03-18-e1fbf98c776d1a09676d42006588d18ac7aea239","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-18 - Cabinet of Commissioner Elżbieta Bieńkowska x CONSEIL DE COOPERATION ECONOMIQUE"],"date":["2016-03-18"],"summary":["Politique industrielle"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["ec-person-d2997a7f359c91a337055c3e24dd36bf928de38d","eu-tr-146893419149-74","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2016-03-18-e5f57c39bd4f38efbec1160c5e1470d555b024ff","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-18 - Cabinet of President Jean-Claude Juncker x Centre for European Policy Studies"],"date":["2016-03-18"],"summary":["Conference - Exchange of views on Single Supervisory Mechanism Review"],"notes":["Portfolio: President"],"location":["Bruxelles"],"address":["Bruxelles"],"addressEntity":["addr-b58f5927b66d94a676970dc048485d4c6848f272"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-c402e34a99fbee730ae22e3b1958e21c94dc6fcc","eu-tr-86853666704-95"]}} -{"id":"ec-meeting-2016-03-19-2fb53baf74393084d3cc99e508c09c42dafd76f4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-19 - Cabinet of Vice-President Kristalina Georgieva x Google"],"date":["2016-03-19"],"summary":["Meeting of VP Georgieva with Caroline Atkinson, Google's Vice President of Public Policy"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels German Marshall Fund Forum – Brussels"],"address":["Brussels German Marshall Fund Forum – Brussels"],"addressEntity":["addr-fde1a37d46be2f795966d1a49beb8427f36ad646"],"organizer":["ec-cabinet-georgieva-kristalina-of-president-vice"],"involved":["eu-tr-03181945560-59","ec-person-335e79b90bd0f2b37f9193d6285514044d6c897e"]}} -{"id":"ec-meeting-2016-03-21-07a85228d009ba0e03371a20a391d63325339d06","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-21 - Günther Oettinger x Scania AB (publ)"],"date":["2016-03-21"],"summary":["DSM, decarbonisation, ITS solutions, connectivity"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0","eu-tr-3305029916-47"]}} -{"id":"ec-meeting-2016-03-21-1a3d51d54fd6c37e4435ebc502de9d50bf04d178","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-21 - Environment x ELECTRICITE DE FRANCE"],"date":["2016-03-21"],"summary":["Water and nature"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-env"],"involved":["eu-tr-39966101835-69","ec-person-3bc74ce04ea3f4ab4d91a5c88eef25b8b8a213b4"]}} -{"id":"ec-meeting-2016-03-21-2e21f1b81e23580ab7563537f907e1ed44e95a78","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-21 - Günther Oettinger x K - Mail Order GmbH & Co. KG Bundesverband E-Commerce und Versandhandel Deutschland e.V."],"date":["2016-03-21"],"summary":["e-commerce"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-484035621035-95","eu-tr-380481720963-29","ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0"]}} -{"id":"ec-meeting-2016-03-21-358908f9a56d159558c38f006978383242b58815","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-21 - Mobility and Transport x Google"],"date":["2016-03-21"],"summary":["Digitalisation of transport"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-move"],"involved":["eu-tr-03181945560-59","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2016-03-21-3bdd842375dc5af6f5c70b765971cf624e2de514","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-21 - Cabinet of Commissioner Vytenis Andriukaitis x European Renal Care Providers Association"],"date":["2016-03-21"],"summary":["Chronic diseases and presentation of ERCPA"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["eu-tr-282170114180-03","ec-person-d462b3c7daeee00ad55e380a7fb96819f79899df"]}} -{"id":"ec-meeting-2016-03-21-485ed93581a4e3687b7e5f3888311e300fe89d35","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-21 - Cabinet of Vice-President Jyrki Katainen x WWF European Policy Programme Overseas Development Institute Green Budget Europe AISBL Climate Action Network Europe"],"date":["2016-03-21"],"summary":["Phasing out support to fossil fuels"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-74535104992-35","eu-tr-049228115944-64","eu-tr-1414929419-24","eu-tr-55888811123-49","ec-person-0da85dc48012e26688310a59a0b51727ea68f410"]}} -{"id":"ec-meeting-2016-03-21-56fc664bba1c1e428440eb52ad17f12bc8e5195e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-21 - Energy x OMV Aktiengesellschaft"],"date":["2016-03-21"],"summary":["EU energy policy"],"location":["Vienna, Austria"],"address":["Vienna, Austria"],"addressEntity":["addr-090be3f54cd0f162a77bddc433046b64f0b14a71"],"organizer":["ec-dg-ener"],"involved":["ec-person-6997149120ce5129e38febe5275dc8fd03232d2e","eu-tr-94274031992-65"]}} -{"id":"ec-meeting-2016-03-21-57b0d737f74148d74dea6cace6a8286ed012e954","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-21 - Trade x Scania AB (publ)"],"date":["2016-03-21"],"summary":["New Trade Strategy and on-going negotiations"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-trade"],"involved":["ec-person-bde9bb099f5d24c52ca4a9255cefc99a5b87a650","eu-tr-3305029916-47"]}} -{"id":"ec-meeting-2016-03-21-5a84e6d950ce46382d13ec014d9fd4d898148d1c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-21 - Cabinet of Vice-President Andrus Ansip x Scania AB (publ)"],"date":["2016-03-21"],"summary":["Spectrum, free flow of data, cooperative intelligent transport systems, automated driving"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-3305029916-47","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45","ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0"]}} -{"id":"ec-meeting-2016-03-21-604a61a5a3b03efd3cb1e95e5444a89bf3492537","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-21 - Cabinet of Vice-President Cecilia Malmström x American Chamber of Commerce to the European Union"],"date":["2016-03-21"],"summary":["Investment relations with China"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-5265780509-97","ec-person-98880f3f4206145e196013db9dd806a551c11e06"]}} -{"id":"ec-meeting-2016-03-21-61f1eacf60d723bb992f4183a13990cc28cba198","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-21 - Cabinet of Commissioner Carlos Moedas x Automóvel Club de Portugal Fédération Internationale de l'Automobile"],"date":["2016-03-21"],"summary":["Mobility as a Service (maaS) - Changing personal transportation"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["eu-tr-84839535366-67","ec-person-23980b2bc4fd9c82051d0f7888dc236b2f764866","eu-tr-865967021119-44"]}} -{"id":"ec-meeting-2016-03-21-643bd846f81ff262cc569cd8e2e792e2121512cb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-21 - Cabinet of Vice-President Andrus Ansip x Google"],"date":["2016-03-21"],"summary":["Digital news"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-5db7bdd1c81da2e70eb5b982097d0004111b5c3e","eu-tr-03181945560-59","ec-person-91ca0921c6790191daa54427311acd63035e7c9e"]}} -{"id":"ec-meeting-2016-03-21-665e13e61b72a7c4858017cbeea024978bbfe7f2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-21 - Environment x Wildlife Justice Commission"],"date":["2016-03-21"],"summary":["EU Wildlife Trafficking Action Plan"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-env"],"involved":["eu-tr-941636120734-49","ec-person-3bc74ce04ea3f4ab4d91a5c88eef25b8b8a213b4"]}} -{"id":"ec-meeting-2016-03-21-7485e9c2b930272350f2e753896dba4058036d4b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-21 - Cabinet of President Jean-Claude Juncker x Federation of European Publishers"],"date":["2016-03-21"],"summary":["Digital Single Market"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-398541467-53","ec-person-44a061693f35519551be0e3dab996e76ad3f8c7c"]}} -{"id":"ec-meeting-2016-03-21-76476e18e4a39e342a37b528bb9726c93f04f64c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-21 - Cabinet of Vice-President Valdis Dombrovskis x BUSINESSEUROPE EuropeanIssuers"],"date":["2016-03-21"],"summary":["public CBCR"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-48f31156d932641826e09f5b73f074d35ff05786","eu-tr-3978240953-79","eu-tr-20935778703-23"]}} -{"id":"ec-meeting-2016-03-21-76b263f7b903313e1176c419d1f6d9ee5ff45e0b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-21 - Günther Oettinger x Bundesverband Deutscher Privatkliniken e.V."],"date":["2016-03-21"],"summary":["telemedicine"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0","eu-tr-30262111118-43"]}} -{"id":"ec-meeting-2016-03-21-82459e0e4d0f94fa657b929382a07925f86d959b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-21 - Competition x In-house Competition Lawyers' Association"],"date":["2016-03-21"],"summary":["To make acquaintance and to review competition policy trends"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-comp"],"involved":["ec-person-8600a621c9aef12fc33b708e13b3cd3d5fa5696b","eu-tr-967084513983-66"]}} -{"id":"ec-meeting-2016-03-21-8556c950dfd1692347ad2e58ffc0cb1aefe70af9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-21 - Cabinet of Vice-President Maroš Šefčovič x smartEn Smart Energy Europe"],"date":["2016-03-21"],"summary":["upcoming initiatives to implement the Energy Union Strategy"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-ea6b517040e26a62f17d2829afffeba48cfd682f","eu-tr-569379418624-07"]}} -{"id":"ec-meeting-2016-03-21-95142d34587a6f1860b0f9d047944c0b1ff74b1d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-21 - Cabinet of Commissioner Tibor Navracsics x Google"],"date":["2016-03-21"],"summary":["Digital Single Market"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-dc2e0fed0fdf39a6a3f3ad63355c5215599de9d1","eu-tr-03181945560-59"]}} -{"id":"ec-meeting-2016-03-21-972cc60cd09dde01f83911f6e14e20b6cba8c6e2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-21 - Cabinet of Vice-President Valdis Dombrovskis x Allianz SE"],"date":["2016-03-21"],"summary":["MiFID, PRIPS, Asset Management Issues"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-05503341949-54","ec-person-3f9ca71b74344417d1f072ba7f3e2f09a223b036"]}} -{"id":"ec-meeting-2016-03-21-9f470a24e3f98288641ff1d4dafc02a4e2773849","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-21 - Trade x Confederation of the German Textile and Fashion Industry"],"date":["2016-03-21"],"summary":["German textile sector and on-going trade negotiations"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-trade"],"involved":["ec-person-bde9bb099f5d24c52ca4a9255cefc99a5b87a650","eu-tr-630565418685-37"]}} -{"id":"ec-meeting-2016-03-21-b7bd3d808e493102867623e0b73264daaf48537f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-21 - Mobility and Transport x DFS Deutsche Flugsicherung GmbH"],"date":["2016-03-21"],"summary":["A6 Alliance"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-move"],"involved":["eu-tr-80667711712-64","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2016-03-21-c0965fb081c6e9a8d7bcae26f5975a55068b2165","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-21 - Cabinet of Vice-President Jyrki Katainen x Kehitysyhteistyöjärjestöjen EU-yhdistys Kehys ry"],"date":["2016-03-21"],"summary":["Agenda 2030"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-99365f4c3081112dcbfa722a5eb05adecc68503e","eu-tr-00358354936-30"]}} -{"id":"ec-meeting-2016-03-21-d893cb06af419942b9d9d72bc29532ef8d98723b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-21 - Cabinet of Commissioner Phil Hogan x Cooperativas Agro-alimentarias de España"],"date":["2016-03-21"],"summary":["Wine and Fruit and Vegetable simplification process"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-3191855142-12","ec-person-c9d17d5879383b030f61a4066848249fb35d57e4"]}} -{"id":"ec-meeting-2016-03-21-e30b3964a2f35098ab0c7eb8f021b3f99b19bb4c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-21 - Cabinet of Vice-President Maroš Šefčovič x ClientEarth"],"date":["2016-03-21"],"summary":["Energy Union governance, next steps."],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-ea6b517040e26a62f17d2829afffeba48cfd682f","eu-tr-96645517357-19"]}} -{"id":"ec-meeting-2016-03-21-f17b5c9f6d0617393a4952eb93688381efa618bc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-21 - Cabinet of Vice-President Valdis Dombrovskis x General Electric Company"],"date":["2016-03-21"],"summary":["Anti-Tax Avoidance Package"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-48f31156d932641826e09f5b73f074d35ff05786","eu-tr-4016736872-59"]}} -{"id":"ec-meeting-2016-03-22-0cbf70c17fdcfb913854c6197e2fe479c0800b96","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-22 - Energy x Naval Group"],"date":["2016-03-22"],"summary":["Energy Union"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-57864135710-49","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2016-03-22-1ee92f3fa483a01eab9e379d9ccc81b5a0054bf4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-22 - Cabinet of Commissioner Elżbieta Bieńkowska x MBDA"],"date":["2016-03-22"],"summary":["Issues related to weapons and defence"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["ec-person-d2997a7f359c91a337055c3e24dd36bf928de38d","ec-person-685ecf13dd26cd515c961e24ba71049af2302c5e","eu-tr-87688971079-66"]}} -{"id":"ec-meeting-2016-03-22-5a2adb3e30801975b26b1184c93a15101b7788aa","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2016-03-22 - Günther Oettinger x Google Google"],"date":["2016-03-22"],"summary":["google news"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-4cd59e13386e3b68ecb3611fcc579e0a0a3938a5","eu-tr-03181945560-59","ec-person-49723482bb23d029cbfc010cb37eec7392a0ae02"]}} -{"id":"ec-meeting-2016-03-22-5a84d2853e8d6f9b3f13bc97e7155f972ef98674","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-22 - Cabinet of Commissioner Phil Hogan x European Landowners' Organization asbl"],"date":["2016-03-22"],"summary":["Keynote address on 9th Forum for the Future of Agriculture"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-a1a78365cc4685b0958056646204977d8f2ead92","eu-tr-36063991244-88"]}} -{"id":"ec-meeting-2016-03-22-60386701150bbf3f06d80b7ced245b42828afe13","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-22 - Cabinet of Commissioner Phil Hogan x New Breeding Techniques Platform"],"date":["2016-03-22"],"summary":["discuss the implications of this guidance document for the EU agricultural and plant breeding sector"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["BERL 08/304"],"address":["BERL 08/304"],"addressEntity":["addr-aff09a6f822af9a7e96260c390a7e7bd5d64be8b"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-303808417118-14","ec-person-7d3caa534e5cdda6d5b949bd4b2def39356e3bec"]}} -{"id":"ec-meeting-2016-03-22-6aab0c6eba09e5387eeec5f3a6bc8487589d2c73","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-22 - Günther Oettinger x Inmarsat Global Ltd Vodafone Belgium SA Eutelsat SES S.A. Deutsche Telekom Nokia QUALCOMM Incorporated Orange Airbus The EMEA Satellite Operators' Assocation GSMA Europe"],"date":["2016-03-22"],"summary":["DSM"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-00358442856-45","eu-tr-746025510283-01","eu-tr-30988577529-37","eu-tr-2732167674-76","eu-tr-93226026703-84","eu-tr-93799097410-24","eu-tr-76704342721-41","eu-tr-90142503473-81","eu-tr-007453915616-85","eu-tr-35167875358-33","ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0","eu-tr-60052162589-72"]}} -{"id":"ec-meeting-2016-03-22-7295bd52e76aca33535b215250a4b6ed6a5caeca","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-22 - Communications Networks, Content and Technology x Inmarsat Global Ltd"],"date":["2016-03-22"],"summary":["Spectrum - EAN network"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-007453915616-85","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2016-03-22-977fb340656ed039c1a1e4adfe3072753935bb5e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-22 - Cabinet of Commissioner Jonathan Hill x Coöperatieve Circle Economy U.A."],"date":["2016-03-22"],"summary":["Crowdfunding, CMU and CMU Action plan"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["eu-tr-414517320656-62","ec-person-f247edfcff54d4f26fc10769f809c92bc72d6797"]}} -{"id":"ec-meeting-2016-03-29-41f58894b95e1bb9831116083902735f30587300","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-29 - Cabinet of President Jean-Claude Juncker x Europe Israel Public Affairs"],"date":["2016-03-29"],"summary":["Labelling"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-750594519710-33","ec-person-da1926615bdcdb789928b90ac532982fef6e24ee"]}} -{"id":"ec-meeting-2016-03-29-4fbc78766fc6bf2d0ae401bf86e8ff3af3cbc9a1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-29 - Cabinet of Commissioner Carlos Moedas x Uber"],"date":["2016-03-29"],"summary":["Innovation and regulation"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-0a716bf5253e913fc40ebf14c12f30dc2e7a06ee","eu-tr-002278013515-26"]}} -{"id":"ec-meeting-2016-03-29-b6e8d01b6493d8b43595fb6d7a804ba5fddf3b30","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-29 - Cabinet of Commissioner Phil Hogan x Polski Związek Hodowców i Producentów Trzody Chlewnej \"POLSUS\""],"date":["2016-03-29"],"summary":["Agri Matters"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-068516110787-28","ec-person-a1a78365cc4685b0958056646204977d8f2ead92"]}} -{"id":"ec-meeting-2016-03-29-c528223f79ea1183d354947306fcfaa568f13558","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-29 - Mobility and Transport x European Organisation for Security"],"date":["2016-03-29"],"summary":["cyber security and airports"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-move"],"involved":["eu-tr-32134385519-64","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2016-03-30-2e93be8a1ec72345c21f60d409a88095ebf5ecfb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-30 - Cabinet of Vice-President Cecilia Malmström x Müstakil Sanayici ve İşadamları Derneği (Independent Industrialists and Businessmen's Association)"],"date":["2016-03-30"],"summary":["EU-Turkey trade relations"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-892985911073-36","ec-person-591ec829ca734bcfe59a2c9c7f07f9dff22a0ea9"]}} -{"id":"ec-meeting-2016-03-30-54b306643aa61c8f9db14203d6e0f441950fc59f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-30 - Taskforce on Article 50 negotiations with the United Kingdom x Ecole nationale d'administration"],"date":["2016-03-30"],"summary":["UK Referendum"],"location":["Paris"],"address":["Paris"],"addressEntity":["addr-22390ad11c32faec43fc61555b53607660b3c185"],"organizer":["ec-dg-tf50"],"involved":["ec-person-ebad254ad157f20ffe76dada00bb408af413c89a","eu-tr-34699539126-16"]}} -{"id":"ec-meeting-2016-03-30-aac58762c7b349ef6bc78602b7a71c6e59667da9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-30 - Cabinet of Vice-President Andrus Ansip x Booking.com B.V."],"date":["2016-03-30"],"summary":["DSM platform regulation - competition and consumer protection policy"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-5db7bdd1c81da2e70eb5b982097d0004111b5c3e","eu-tr-146537115285-34","ec-person-3ca0c466b8ff230d4409591430b388007ce14ff8"]}} -{"id":"ec-meeting-2016-03-30-b723e6216bc6f15478538f52575d8b917acae95f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-30 - Cabinet of Commissioner Jonathan Hill x APG Groep N.V."],"date":["2016-03-30"],"summary":["IOPS, CMU, Personal Pensions"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["eu-tr-18614026826-73","ec-person-890015b0d769ee93a09119846b414d4aae7c64ae"]}} -{"id":"ec-meeting-2016-03-30-b846d52ed9b90e8ecd94a61ce2d7b8e20db00969","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-30 - Cabinet of Vice-President Miguel Arias Cañete x ENEDIS"],"date":["2016-03-30"],"summary":["Corridors Européens de moblité éléctriques"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-62773e55e1985542cb18a2a89f2053f2f39146b1","eu-tr-68134637922-07"]}} -{"id":"ec-meeting-2016-03-30-c574277d92ae957b6180d78fbaefba158daf6923","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-30 - Health and Food Safety x The Brewers of Europe"],"date":["2016-03-30"],"summary":["Visit to inform about their activities"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-sante"],"involved":["eu-tr-81610896372-23","ec-person-3c7fdbe0c1c235777d916309465339b7ed1666f6"]}} -{"id":"ec-meeting-2016-03-31-3939e81c5cbd55cdfd90d1538f14e880a0da0f49","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-31 - Cabinet of High Representative / Vice-President Federica Mogherini x International Crisis Group"],"date":["2016-03-31"],"summary":["Meeting with new Head of Cabinet"],"notes":["Portfolio: Foreign Affairs and Security Policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"involved":["ec-person-4f2bf88ad14d12976aecc7694a057ab90b7a81d2","eu-tr-72899131664-09"]}} -{"id":"ec-meeting-2016-03-31-97d8d9d747cce23e76cb60dd024b01aaf26c62be","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-31 - Cabinet of Vice-President Valdis Dombrovskis x European Savings and Retail Banking Group"],"date":["2016-03-31"],"summary":["Capital Markets Union"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-8765978796-80","ec-person-3f9ca71b74344417d1f072ba7f3e2f09a223b036"]}} -{"id":"ec-meeting-2016-03-31-f74d93d5416f5ed0935fad36d7c9a57aa0ba0eea","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-03-31 - Cabinet of Commissioner Jonathan Hill x Pensioenfederatie (Federation of the Dutch Pension Funds)"],"date":["2016-03-31"],"summary":["IOPS; CMU; Challenges for Pension Funds;"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["ec-person-890015b0d769ee93a09119846b414d4aae7c64ae","eu-tr-84476202986-17"]}} -{"id":"ec-meeting-2016-04-01-2fa80d1e22eed49a98c38fcc6c3525ab87107836","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-01 - Health and Food Safety x EUROCAM"],"date":["2016-04-01"],"summary":["Cooperation with DG SANTE in the development of patient-oriented European public health policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-sante"],"involved":["eu-tr-659086014916-83","ec-person-3c7fdbe0c1c235777d916309465339b7ed1666f6"]}} -{"id":"ec-meeting-2016-04-01-55c47f7fc663f4be70e6df5f47b7c546ab86ff60","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-01 - Günther Oettinger x Nielsen Holdings"],"date":["2016-04-01"],"summary":["e-commerce"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-623769618353-56","ec-person-3297113eb5d4e59bc84d571628f0130aa75c761a"]}} -{"id":"ec-meeting-2016-04-01-7a776dd4872d3019d6b63077b413f8e10391935c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-01 - Health and Food Safety x European Psychiatric Association"],"date":["2016-04-01"],"summary":["Discussion on the improving of mental health care policies in Europe"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-sante"],"involved":["eu-tr-670162717379-28","ec-person-3c7fdbe0c1c235777d916309465339b7ed1666f6"]}} -{"id":"ec-meeting-2016-04-01-a4382747f30d8a49408f45aeb1f667d0a03af6d7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-01 - Cabinet of Commissioner Jonathan Hill x Verband deutscher Pfandbriefbanken e.V."],"date":["2016-04-01"],"summary":["Consultation on Covered Bonds; NSFR"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["eu-tr-60762921532-05","ec-person-890015b0d769ee93a09119846b414d4aae7c64ae"]}} -{"id":"ec-meeting-2016-04-01-d61ff6a48aab34f8ff94a5e116e3edc24b6de85a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-01 - Cabinet of Commissioner Christos Stylianides x Médecins Sans Frontières"],"date":["2016-04-01"],"summary":["International Refugee Crisis"],"notes":["Portfolio: Humanitarian Aid & Crisis Management"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-christos-commissioner-of-stylianides"],"involved":["eu-tr-38497857515-11","ec-person-4424ecf39f7c6c9e4022ac46c71d81b0464ae6a5"]}} -{"id":"ec-meeting-2016-04-04-30604e8ffc642ccca93c0f299a85df7fef1b5494","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-04 - Inspire, Debate, Engage and Accelerate Action x Atlantic Council of the United States, Inc"],"date":["2016-04-04"],"summary":["Think Tank Outreach"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-dg-idea"],"involved":["eu-tr-524686116124-73","ec-person-4fe56a64c00b3e81c851b5538878b32481bd7d3c"]}} -{"id":"ec-meeting-2016-04-04-3e2a0a190196906389309ec16452b3bd96b9460a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-04 - Cabinet of Commissioner Pierre Moscovici x BUSINESSEUROPE EuropeanIssuers"],"date":["2016-04-04"],"summary":["VAT rates applied to e-publications"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["eu-tr-20935778703-23","eu-tr-3978240953-79","ec-person-738f7f25002d191bd2df8936e8f8d1d726c19e2e"]}} -{"id":"ec-meeting-2016-04-04-40b1af610f80f08b36e9c6be9ad8b9e73d1d3441","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-04 - Cabinet of President Jean-Claude Juncker x European & International Booksellers Federation"],"date":["2016-04-04"],"summary":["Meeting with Ms Dreher, Mr Paagman and Mr Treutenaere on Digital Single Market"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-29c106b0461ffd79e95f0119bdd363fd3c7c3ab3","ec-person-44a061693f35519551be0e3dab996e76ad3f8c7c","eu-tr-9031106115-62"]}} -{"id":"ec-meeting-2016-04-04-4bcd0f2b73629c146605cf35a7d737e35320a8e8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-04 - Cabinet of Commissioner Jonathan Hill x European Banking Federation"],"date":["2016-04-04"],"summary":["Financial Policy"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["eu-tr-4722660838-23","ec-person-f247edfcff54d4f26fc10769f809c92bc72d6797"]}} -{"id":"ec-meeting-2016-04-04-60c5d15beb03ba77c530442ce763675977ef142a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-04 - Cabinet of Commissioner Tibor Navracsics x EUN Partnership aisbl"],"date":["2016-04-04"],"summary":["The future of eTwinning and Schoolnet"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-1da7ee09d46288ee4ea9db2b644bdcf9c3d6d000","eu-tr-977907115068-02"]}} -{"id":"ec-meeting-2016-04-04-616a845f4b3322632b7b506a6b7f30f2f0b916ac","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-04 - Cabinet of Commissioner Jonathan Hill x Enterprise Rent A Car UK, Ltd."],"date":["2016-04-04"],"summary":["Rental car insurance"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["ec-person-03cf92829e273869bfbd8bbf4f1881dcd0848186","eu-tr-499115519787-49"]}} -{"id":"ec-meeting-2016-04-04-776b01128a3835a8811173e2717e8d617eb2283d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-04 - Cabinet of Vice-President Jyrki Katainen x Microsoft Corporation"],"date":["2016-04-04"],"summary":["e-privacy reform, lawful access and jurisdiction"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-0801162959-21","ec-person-c50e8c2cc390c5efb0626988d173bc6758459e0f"]}} -{"id":"ec-meeting-2016-04-04-82f710cef7bf05f4df8eae6f7465869dc10c6b7e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-04 - Energy x Business Bridge Europe"],"date":["2016-04-04"],"summary":["energy policy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["ec-person-6997149120ce5129e38febe5275dc8fd03232d2e","eu-tr-72856225852-31"]}} -{"id":"ec-meeting-2016-04-04-c8f0feabdfdbf44eee3af55d42f678f7d469ba7c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-04 - Cabinet of Commissioner Tibor Navracsics x European Cultural Foundation"],"date":["2016-04-04"],"summary":["Culture"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-fa3187815cf956b0872e1668e14548b7d9f7ce93","eu-tr-48891989251-14"]}} -{"id":"ec-meeting-2016-04-04-d4d8fca5931e7c3f137a72618d0f0739329af5b6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-04 - Cabinet of President Jean-Claude Juncker x Google"],"date":["2016-04-04"],"summary":["Digital Single Market"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-44a061693f35519551be0e3dab996e76ad3f8c7c","eu-tr-03181945560-59"]}} -{"id":"ec-meeting-2016-04-04-d4e99b5b0658468827249e825be54ce310a0990e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-04 - Cabinet of Commissioner Vytenis Andriukaitis x Bureau Européen des Unions de Consommateurs"],"date":["2016-04-04"],"summary":["Health claims, Trans fats, Antibiotic resistance, Access to medicines"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-b9c3f19e7c5f216e3e508f931ddd6a9cb59376d1","eu-tr-9505781573-45","ec-person-df30d07ef698a52b9948b9c734db39196cf8541f"]}} -{"id":"ec-meeting-2016-04-04-e65a25f5386a75fe8ceec8ad8f7630bf04cb7328","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-04 - Cabinet of High Representative / Vice-President Federica Mogherini x ENEL SpA"],"date":["2016-04-04"],"summary":["Energy market developments"],"notes":["Portfolio: Foreign Affairs and Security Policy"],"location":["Brussels ( Berlaymont)"],"address":["Brussels ( Berlaymont)"],"addressEntity":["addr-d5b6661f3b0cd3a00f96865f0a66859f7fad1122"],"organizer":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"involved":["ec-person-0d87d503aa00db1df141f3b1bfea3e0ccb43ece9","eu-tr-6256831207-27"]}} -{"id":"ec-meeting-2016-04-04-ed33b42dc05afc2bc62c2672f4263805bd89b02f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-04 - Cabinet of Vice-President Miguel Arias Cañete x Environmental Defense Action Fund"],"date":["2016-04-04"],"summary":["ETS & effort sharing"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-260e00934471a02805fb143935d6e9205a7f355f","eu-tr-968945510822-49"]}} -{"id":"ec-meeting-2016-04-04-ededbe9ad635c0823fb1e7e199b725cf251d4a45","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-04 - Inspire, Debate, Engage and Accelerate Action x Europäische Stabilitäts-Initiative e.V."],"date":["2016-04-04"],"summary":["Migration"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-dg-idea"],"involved":["eu-tr-545618415097-69","ec-person-4fe56a64c00b3e81c851b5538878b32481bd7d3c"]}} -{"id":"ec-meeting-2016-04-04-f1f257691491bfc84d798917ac6feb2a0129219e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-04 - Migration and Home Affairs x EUROCHAMBRES – Association of European Chambers of Commerce and Industry"],"date":["2016-04-04"],"summary":["Discussion on the EUROCHAMBRES ERIAS Action Plan"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-home"],"involved":["ec-person-ae1262e8850ed1e9a0530b0ad7440ac648255896","eu-tr-0014082722-83"]}} -{"id":"ec-meeting-2016-04-04-f93dcce9c463f7acd80d7e08cf66cfdbd395b32d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-04 - Cabinet of Commissioner Vytenis Andriukaitis x European Chemical Industry Council Freshfel Europe - the forum for the European fresh fruits and vegetables chain CropLife Europe European agri-cooperatives European farmers"],"date":["2016-04-04"],"summary":["Endocrine disruptors"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-b9c3f19e7c5f216e3e508f931ddd6a9cb59376d1","eu-tr-0711626572-26","eu-tr-44856881231-49","eu-tr-64879142323-90","eu-tr-09586631237-74","eu-tr-1637225479-02","ec-person-df30d07ef698a52b9948b9c734db39196cf8541f"]}} -{"id":"ec-meeting-2016-04-04-fe329218a914eb877135d8c8a86aef503be2a037","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-04 - Cabinet of Commissioner Jonathan Hill x Commercial League Global Pharma Centre Inc"],"date":["2016-04-04"],"summary":["Insurance Law"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Belgium, Brussels, BERL"],"address":["Belgium, Brussels, BERL"],"addressEntity":["addr-afebf85a436897fe5234b2ac0d00a1ddc4c9dd27"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["eu-tr-841149520528-38","ec-person-f247edfcff54d4f26fc10769f809c92bc72d6797"]}} -{"id":"ec-meeting-2016-04-05-09b6e3f7867da047867772193132c0d8c96e773d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-05 - Günther Oettinger x Max-Planck-Gesellschaft zur Förderung der Wissenschaften Hochschulrektorenkonferenz Deutsche Forschungsgemeinschaft"],"date":["2016-04-05"],"summary":["education/research"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-416841712322-37","ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0","eu-tr-760465913924-94","eu-tr-173042412678-08"]}} -{"id":"ec-meeting-2016-04-05-0ba9cd9dd529c542ce130dbf40c617aa0335aaa5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-05 - Cabinet of Commissioner Phil Hogan x Danone"],"date":["2016-04-05"],"summary":["EU dairy markets"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-400dd8d59d3060187d9b9b143d697da1a3d03c12","eu-tr-65744846168-89"]}} -{"id":"ec-meeting-2016-04-05-0f3e82531895edd42ce7a9bc3e626d9599035b27","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-05 - Cabinet of Vice-President Kristalina Georgieva x Transatlantic Institute"],"date":["2016-04-05"],"summary":["Security situation in Europe"],"notes":["Portfolio: Budget & Human Resources"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-cabinet-georgieva-kristalina-of-president-vice"],"involved":["eu-tr-95713206856-14","ec-person-335e79b90bd0f2b37f9193d6285514044d6c897e"]}} -{"id":"ec-meeting-2016-04-05-18eebf1d1a73f61cc2560153b85e6cbe8fc32c1e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-05 - Cabinet of Commissioner Marianne Thyssen x European Family Businesses"],"date":["2016-04-05"],"summary":["general information"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["ec-person-5a49eb89125b4b5d1125b3925bbb64aba1bea2b3","eu-tr-58849794266-75"]}} -{"id":"ec-meeting-2016-04-05-2ed00e2b5ccf4a14919b784736f468426d83c991","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-05 - Cabinet of Commissioner Elżbieta Bieńkowska x Volkswagen Aktiengesellschaft"],"date":["2016-04-05"],"summary":["Update on current situation at Volkswagen"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["ec-person-d2997a7f359c91a337055c3e24dd36bf928de38d","eu-tr-6504541970-40","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2016-04-05-3cffe0c991d82e72f1ffff41686ed223e8e1d445","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-05 - Günther Oettinger x Ecommerce Europe"],"date":["2016-04-05"],"summary":["geoblocking, online platforms"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-867433111414-11","ec-person-3297113eb5d4e59bc84d571628f0130aa75c761a"]}} -{"id":"ec-meeting-2016-04-05-44dcf04a76da7c6fc645671d7afd459cefb53c58","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-05 - Migration and Home Affairs x Bundesvereinigung der Deutschen Arbeitgeberverbände e.V."],"date":["2016-04-05"],"summary":["Informal Discussion on Integration"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-home"],"involved":["eu-tr-7749519702-29","ec-person-ae1262e8850ed1e9a0530b0ad7440ac648255896"]}} -{"id":"ec-meeting-2016-04-05-4832a2b877a7e78c08e2dad95fa5d1c42d08aad0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-05 - Cabinet of Vice-President Karmenu Vella x European Foundation Centre"],"date":["2016-04-05"],"summary":["Cicrular Economy"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["ec-person-4ff7c27445db4ad88e687776974fd8d077a1fe0c","eu-tr-78855711571-12"]}} -{"id":"ec-meeting-2016-04-05-4ae6cad990ab1acb3c0df561f545327591f88aac","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-05 - Cabinet of Commissioner Phil Hogan x Rural Investment Support for Europe Foundation"],"date":["2016-04-05"],"summary":["Agri Matters"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-a1a78365cc4685b0958056646204977d8f2ead92","eu-tr-653471311607-37"]}} -{"id":"ec-meeting-2016-04-05-4cc3e894961ab9a1acdcb894c2e0905ce688fee8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-05 - Cabinet of President Jean-Claude Juncker x WWF European Policy Programme WWF - UK MARSH & McLENNAN COMPANIES FRANCE"],"date":["2016-04-05"],"summary":["Capital Markets Union"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-117683115792-20","eu-tr-1414929419-24","ec-person-c402e34a99fbee730ae22e3b1958e21c94dc6fcc","eu-tr-407803414785-68"]}} -{"id":"ec-meeting-2016-04-05-585e935a509ad8e02b2e844ae39163805f7113af","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-05 - Cabinet of Vice-President Miguel Arias Cañete x EUROPEAN TRADE UNION CONFEDERATION"],"date":["2016-04-05"],"summary":["Just transition to a low-carbon economy"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-06698681039-26","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd"]}} -{"id":"ec-meeting-2016-04-05-5b54eb4956fd0836547ce22f99eda06a0d62f5f3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-05 - Cabinet of First Vice-President Frans Timmermans x The British Chambers of Commerce"],"date":["2016-04-05"],"summary":["Better Regulation"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["ec-person-0eaac943e895c47df1465dda6c94e671c5081e0a","ec-person-4076aef8226bd451277bfd5135aa27d63b2ac548","eu-tr-920973215323-23"]}} -{"id":"ec-meeting-2016-04-05-60a2dfd9942240b044cf60fe687111df4595b27f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-05 - Cabinet of Commissioner Pierre Moscovici x LA POSTE"],"date":["2016-04-05"],"summary":["situation du secteur postal en Europe"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Paris"],"address":["Paris"],"addressEntity":["addr-22390ad11c32faec43fc61555b53607660b3c185"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["ec-person-79931cfd2923c1aca9c7d284e9590732b0a36ed9","ec-person-3cbeba61ae952f06fe4916c381438ebbc676a597","eu-tr-01890906437-84"]}} -{"id":"ec-meeting-2016-04-05-6a58f6c84a001ab3f24223e631f431d73fc92558","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-05 - Cabinet of Commissioner Tibor Navracsics x CSR Europe, The Business Network for Corporate Social Responsibility"],"date":["2016-04-05"],"summary":["Skills agenda & entrepreneurship"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["eu-tr-56502415122-32","ec-person-1da7ee09d46288ee4ea9db2b644bdcf9c3d6d000"]}} -{"id":"ec-meeting-2016-04-05-75afd247c55d5c8927341e7785336e460fe30831","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-05 - Cabinet of Vice-President Miguel Arias Cañete x Nord Stream AG"],"date":["2016-04-05"],"summary":["Nordstream ii"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-640680018547-95","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd"]}} -{"id":"ec-meeting-2016-04-05-77ac46e5c75479f2ad2e8f107b130dbc1524a5c8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-05 - Financial Stability, Financial Services and Capital Markets Union x Sodexo SA"],"date":["2016-04-05"],"summary":["Terrorists financing, new projects at DG FISMA"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["ec-person-bdee7a93f95c8ef05079539170139b3c02e8ed96","eu-tr-29840188581-12"]}} -{"id":"ec-meeting-2016-04-05-802eb672db28ca8944690357fc250a8b0159b481","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-05 - Cabinet of Commissioner Tibor Navracsics x RTL Group"],"date":["2016-04-05"],"summary":["Digital Single Market"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-49f31dad10f5641cb1d1e4c3107dd838389e8120","eu-tr-59267165790-45"]}} -{"id":"ec-meeting-2016-04-05-8154eec7ad752b86bca2fc3f5535c86da3b1e23b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-05 - Cabinet of Vice-President Valdis Dombrovskis x APG Groep N.V."],"date":["2016-04-05"],"summary":["Pension Funds"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-1f98d05bdaed2c40396781b1eb7b0aa47cb8dd20","eu-tr-18614026826-73","ec-person-48f31156d932641826e09f5b73f074d35ff05786","ec-person-a9eda2e8ea54b70a968327672c6cada679d3cd56"]}} -{"id":"ec-meeting-2016-04-05-83408d57e90b1789819a48d5fd304a905e745ad9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-05 - Cabinet of President Jean-Claude Juncker x European Visual Artists"],"date":["2016-04-05"],"summary":["Digital Single Market"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-121604011075-40","ec-person-44a061693f35519551be0e3dab996e76ad3f8c7c"]}} -{"id":"ec-meeting-2016-04-05-86c80a1fbdf4553c881e2100143d4b399074bc88","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-05 - Cabinet of Commissioner Phil Hogan x Farm Europe"],"date":["2016-04-05"],"summary":["Speaking at Conference on Cap"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["brussels"],"address":["brussels"],"addressEntity":["addr-e2daa1574b7ac475c827b33e281bd2d5e013c882"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-546776016430-19","ec-person-a1a78365cc4685b0958056646204977d8f2ead92"]}} -{"id":"ec-meeting-2016-04-05-953118cb858a84a88e0a8626cfc06220d0cd6e34","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-05 - Taxation and Customs Union x Polint Ltd"],"date":["2016-04-05"],"summary":["Taxation questions"],"location":["Brussels/Belgium"],"address":["Brussels/Belgium"],"addressEntity":["addr-c476280916fa20b5023288c48bfbed9c057a1c28"],"organizer":["ec-dg-taxud"],"involved":["eu-tr-69369266684-67","ec-person-3173c1cc052827c58f23ccd3a8de07534f0d35bd"]}} -{"id":"ec-meeting-2016-04-05-983d596d4a4406ce8a30d477c8446f1a564b0af7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-05 - Taskforce on Article 50 negotiations with the United Kingdom x APG Groep N.V."],"date":["2016-04-05"],"summary":["UK Referendum"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-tf50"],"involved":["eu-tr-18614026826-73","ec-person-ebad254ad157f20ffe76dada00bb408af413c89a"]}} -{"id":"ec-meeting-2016-04-05-9cd7eca77a5eec101bd7fec2366d3372866a39e5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-05 - Health and Food Safety x Science Business International SRL"],"date":["2016-04-05"],"summary":["Discussion to set up a multi-stakeholder platform to raise awareness of the value of equal, effective healthcare across the EU."],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-sante"],"involved":["eu-tr-044816121222-46","ec-person-3c7fdbe0c1c235777d916309465339b7ed1666f6"]}} -{"id":"ec-meeting-2016-04-05-c0375c65c218bb2e4237191a7f43b084693e76f4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-05 - Cabinet of Vice-President Jyrki Katainen x GENERIS CAPITAL PARTNERS"],"date":["2016-04-05"],"summary":["EFSI"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-3775b7be791f90ed462b9071c9ae596b80d71bca","eu-tr-446806819909-90"]}} -{"id":"ec-meeting-2016-04-05-cbc452d45355d1e17fd0664165a8a9356f1b8f93","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-05 - Cabinet of Vice-President Miguel Arias Cañete x Verband Kommunaler Unternehmen e.V."],"date":["2016-04-05"],"summary":["Market Design"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-1831691c10441c5974327bbeb8693d6b6c1e50c3","eu-tr-1420587986-32"]}} -{"id":"ec-meeting-2016-04-05-e1cd9ed8e5b3d1c5a87fab9f8fd50949d0390192","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-05 - Cabinet of High Representative / Vice-President Federica Mogherini x YDRENAS COMMUNICATIONS AB"],"date":["2016-04-05"],"summary":["Elections in Russia"],"notes":["Portfolio: Foreign Affairs and Security Policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"involved":["eu-tr-573007514406-21","ec-person-97549b50ce25e488bb1c03d83cfb838cd4fdf293"]}} -{"id":"ec-meeting-2016-04-05-e8b6110dc8588e601c58fcbf2bbaf380deddf65c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-05 - Cabinet of Vice-President Miguel Arias Cañete x Agora Energiewende"],"date":["2016-04-05"],"summary":["Energy"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-1831691c10441c5974327bbeb8693d6b6c1e50c3","eu-tr-321342621105-20"]}} -{"id":"ec-meeting-2016-04-05-f4f1a7f4ab2117a8751465fbd74e71d197c08c9d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-05 - Cabinet of Vice-President Andrus Ansip x Independent Television PLC"],"date":["2016-04-05"],"summary":["AVMS Directive"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-c759bd58acc54869aa8e62ce652efcda416e25c2","eu-tr-978406813345-95"]}} -{"id":"ec-meeting-2016-04-05-fa0851730a9bd369c96a88cbb1ca3e4bfe4d78b7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-05 - Taskforce on Article 50 negotiations with the United Kingdom x British Chamber of Commerce in Belgium"],"date":["2016-04-05"],"summary":["UK Referendum"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-tf50"],"involved":["eu-tr-56188303384-93","ec-person-ebad254ad157f20ffe76dada00bb408af413c89a"]}} -{"id":"ec-meeting-2016-04-06-0f8c71e93b2746df389c468b075d60b3dc15cfcf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-06 - Cabinet of Vice-President Jyrki Katainen x URENCO Limited"],"date":["2016-04-06"],"summary":["energy market"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-0da85dc48012e26688310a59a0b51727ea68f410","eu-tr-148242818519-17"]}} -{"id":"ec-meeting-2016-04-06-1968a060bd58b2785679c0c618dab6ce5e020bbf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-06 - Günther Oettinger x European Telecommunications Network Operators' Association"],"date":["2016-04-06"],"summary":["connected and automated driving"],"location":["BXL"],"address":["BXL"],"addressEntity":["addr-d2fde52f67ea4a3e1fe233d0a959d6a1c77fd910"],"organizer":["ec-dg-de"],"involved":["ec-person-5652698e8f7b4a189329e67fddbaff44dbe8658c","eu-tr-08957111909-85"]}} -{"id":"ec-meeting-2016-04-06-1ae7e328d0c3ab5b8be6debc292568c5e233df84","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-06 - Günther Oettinger x Bundesverband deutscher Banken e.V."],"date":["2016-04-06"],"summary":["Digitisation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-c6cae64cc7dc787b66a47ab1613d3e922875b971","eu-tr-0764199368-97"]}} -{"id":"ec-meeting-2016-04-06-1c690603cb394bd092d2993ef6aca7445305cf83","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-06 - Günther Oettinger x Bank of America Corporation"],"date":["2016-04-06"],"summary":["European gas market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-3297113eb5d4e59bc84d571628f0130aa75c761a","eu-tr-53891615036-88"]}} -{"id":"ec-meeting-2016-04-06-2311c73d8af5b7d49b4b5964f99b78a911db1319","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-06 - Cabinet of Vice-President Jyrki Katainen x The Finnish Family Firms Association"],"date":["2016-04-06"],"summary":["Capital Markets Union"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-f9208d930adc70c6c64e21701e48f85f6f18e949","eu-tr-939617520158-79"]}} -{"id":"ec-meeting-2016-04-06-44093bd3528be3cba991639934e5199214273447","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-06 - Cabinet of Commissioner Carlos Moedas x Helmholtz-Gemeinschaft Deutscher Forschungszentren e.V."],"date":["2016-04-06"],"summary":["The future of ERA, issues of European research policy"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-0a716bf5253e913fc40ebf14c12f30dc2e7a06ee","eu-tr-73792436593-97"]}} -{"id":"ec-meeting-2016-04-06-483097c7949b545c49d8e2af09bfa34f36926eb8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-06 - Cabinet of Commissioner Jonathan Hill x British Bankers' Association"],"date":["2016-04-06"],"summary":["Overview Banking Policy"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["eu-tr-5897733662-75","ec-person-74de9b1956d5aa5754e8946d4a7a883e05171466"]}} -{"id":"ec-meeting-2016-04-06-4cba0b4f0a566ab590385112f7d1e2aef0782852","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-06 - Cabinet of Commissioner Tibor Navracsics x Bahá'í International Community"],"date":["2016-04-06"],"summary":["The visit of Commissioner Navracsics to Iran"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-fc5c01a0bffedf0f4e205a759b40239535313d28","eu-tr-30317703883-03"]}} -{"id":"ec-meeting-2016-04-06-4dd45f0f09ce27749de03c998f4a56b9d784f95a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-06 - Cabinet of Commissioner Marianne Thyssen x Vereniging van Nederlandse Gemeenten"],"date":["2016-04-06"],"summary":["EU Employment and Social Affairs priorities"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["ec-person-c508e9337eca6b067c1f966b82de49c4824a3ad0","eu-tr-32705794105-55"]}} -{"id":"ec-meeting-2016-04-06-53df70a5c6e5e647afa2f9260113108284286ccd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-06 - Taskforce on Article 50 negotiations with the United Kingdom x Enterprise Forum Ltd"],"date":["2016-04-06"],"summary":["UK Referendum"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-tf50"],"involved":["eu-tr-815597915972-20","ec-person-ebad254ad157f20ffe76dada00bb408af413c89a"]}} -{"id":"ec-meeting-2016-04-06-55cfc130c9bba386da6a4a28586f9a86624a9791","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-06 - Günther Oettinger x Time Warner Inc."],"date":["2016-04-06"],"summary":["copyright"],"location":["BXL"],"address":["BXL"],"addressEntity":["addr-d2fde52f67ea4a3e1fe233d0a959d6a1c77fd910"],"organizer":["ec-dg-de"],"involved":["eu-tr-761346015292-83","ec-person-49723482bb23d029cbfc010cb37eec7392a0ae02"]}} -{"id":"ec-meeting-2016-04-06-56f9687f175aa683ed069d830fc150ca4069b6b3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-06 - Günther Oettinger x Tripadvisor LLC"],"date":["2016-04-06"],"summary":["short-termin rental industry"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-948122819643-45","ec-person-3297113eb5d4e59bc84d571628f0130aa75c761a"]}} -{"id":"ec-meeting-2016-04-06-6265e2f0277f9b092c3ccff1a3555ac02bbbff14","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-06 - Energy x URENCO Limited"],"date":["2016-04-06"],"summary":["energy policy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["ec-person-6997149120ce5129e38febe5275dc8fd03232d2e","eu-tr-148242818519-17"]}} -{"id":"ec-meeting-2016-04-06-65f88e661ec8d822ff2c8893056f344b2c34e993","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-06 - Informatics x Oracle"],"date":["2016-04-06"],"summary":["State of play of relationship Oracle-DIGIT"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-digit"],"involved":["ec-person-32591d36027eb92a66b57d5bcc8c57d9574380b0","eu-tr-25955391451-88"]}} -{"id":"ec-meeting-2016-04-06-66c561e443861b29ed326daea4e1c87004d6147e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-06 - Cabinet of Vice-President Miguel Arias Cañete x URENCO Limited"],"date":["2016-04-06"],"summary":["Presentation of Urenco's activities"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-62773e55e1985542cb18a2a89f2053f2f39146b1","eu-tr-148242818519-17"]}} -{"id":"ec-meeting-2016-04-06-85b1f2676913820e0ee958464ad6958b0b6eee1d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-06 - Cabinet of First Vice-President Frans Timmermans x Magistrats Européens pour la Démocratie et les Libertés"],"date":["2016-04-06"],"summary":["Rule of Law"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-981119221130-18","ec-person-6d8b11c800391d9e6515bbd1b0e9d54c7da270da"]}} -{"id":"ec-meeting-2016-04-06-8a57ad6213bec8b1f39327614110050785c210b3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-06 - Cabinet of Vice-President Kristalina Georgieva x Policy Network and Communications Ltd"],"date":["2016-04-06"],"summary":["Multi-annual Financial Framework"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-georgieva-kristalina-of-president-vice"],"involved":["eu-tr-471036615028-82","ec-person-e9717e17d52b55409987c5810e7ea7d7bf2cb2a1","ec-person-dde26bf75a5cce4fbb9d7ff3a56ecdbd7090a3e8"]}} -{"id":"ec-meeting-2016-04-06-a5f28c9a693339bf646392cb620bb0b9bf2bfd2e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-06 - Cabinet of Commissioner Věra Jourová x Lenovo"],"date":["2016-04-06"],"summary":["GDPR and EU US Privacy Shield"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["eu-tr-238774916287-66","ec-person-f329292459cb1badb7fb7c6b67b698c441931bb2"]}} -{"id":"ec-meeting-2016-04-06-aab1d4d15ace3807e5fdce232d0c5e6df59caeeb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-06 - Cabinet of Commissioner Carlos Moedas x European Creative Business Network"],"date":["2016-04-06"],"summary":["Research on economic, social and related topics of cultural and creative sectors"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-b46c76b734a9bd8b8b7938e33fdd7b8cc6b6956a","eu-tr-561774915625-81"]}} -{"id":"ec-meeting-2016-04-06-b25e9c1dbd4b680825a398f34c63f7413c7a3f09","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-06 - Cabinet of Commissioner Elżbieta Bieńkowska x SOCIETE BIC"],"date":["2016-04-06"],"summary":["Market surveillance in the single market for products"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-214419515681-64","ec-person-d2997a7f359c91a337055c3e24dd36bf928de38d"]}} -{"id":"ec-meeting-2016-04-06-baa9c260e8132adc80ffedbd0d4a2eddfcc58f94","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-06 - Cabinet of Vice-President Miguel Arias Cañete x Confederación Española de Organizaciones Empresariales"],"date":["2016-04-06"],"summary":["Mediterranean Corridor and decarbonization of transport."],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd","eu-tr-02963738854-41"]}} -{"id":"ec-meeting-2016-04-06-c13a5b644d54dfd16944b44f026bb565c477e258","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-06 - Cabinet of Commissioner Jonathan Hill x PensioPlus"],"date":["2016-04-06"],"summary":["IOPS"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["eu-tr-378802611655-48","ec-person-890015b0d769ee93a09119846b414d4aae7c64ae"]}} -{"id":"ec-meeting-2016-04-06-cfd7b3d2a9afe6e79521269e73a1741333f06c3c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-06 - Günther Oettinger x European Holiday Home Association"],"date":["2016-04-06"],"summary":["short-term rental industry"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-748962812474-86","ec-person-3297113eb5d4e59bc84d571628f0130aa75c761a"]}} -{"id":"ec-meeting-2016-04-06-d8f994948597e4d9ebbff47eb6055e204ea90c58","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-06 - Günther Oettinger x Inline Policy Sprl"],"date":["2016-04-06"],"summary":["short-termin rental industry"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-660137014271-28","ec-person-3297113eb5d4e59bc84d571628f0130aa75c761a"]}} -{"id":"ec-meeting-2016-04-07-01bf733be86c760f18551ae26fa5fc85ce2a6869","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-07 - Günther Oettinger x Construction Products Europe"],"date":["2016-04-07"],"summary":["Digitising European Industry"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-c6cae64cc7dc787b66a47ab1613d3e922875b971","eu-tr-48010783162-91"]}} -{"id":"ec-meeting-2016-04-07-0f1539fcb8c8de519605a8248d711cfa16eb459d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-07 - Cabinet of First Vice-President Frans Timmermans x Union of European Football Associations"],"date":["2016-04-07"],"summary":["Incidents during games"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-39217046408-27","ec-person-57dd62a1a14508927bd5ec98bb97342f2d0834c9","ec-person-966667b73d92624be9bb019c2baab7e52331b3d3"]}} -{"id":"ec-meeting-2016-04-07-1978a23b4367fa987e327dc7417d3b5b4636e361","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-07 - Cabinet of Commissioner Carlos Moedas x Fondation EurActiv"],"date":["2016-04-07"],"summary":["media industry and research"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["eu-tr-23538077148-34","ec-person-2b4bb0b28e7435e5f612e44d9664dbd1051efc55"]}} -{"id":"ec-meeting-2016-04-07-35f6951717aa69a93b86b9384561c7c03f11bd02","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-07 - Cabinet of Commissioner Carlos Moedas x Banco Comercial Português, S.A."],"date":["2016-04-07"],"summary":["Economic situation in Portugal"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-23980b2bc4fd9c82051d0f7888dc236b2f764866","eu-tr-147822918905-17"]}} -{"id":"ec-meeting-2016-04-07-510c451127e762f27fbc958075003e326ddaa66f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-07 - Cabinet of Vice-President Jyrki Katainen x Hutchison Europe - Brussels Branch"],"date":["2016-04-07"],"summary":["Merger case"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-7c9460f99c5872dbdc561f5752401c870d12e98b","eu-tr-3779891566-57"]}} -{"id":"ec-meeting-2016-04-07-52d556b055c1ab4540c6cc03459e8a64ec1022c0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-07 - Günther Oettinger x The ONE Campaign"],"date":["2016-04-07"],"summary":["open data"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-26098317349-65","ec-person-3297113eb5d4e59bc84d571628f0130aa75c761a"]}} -{"id":"ec-meeting-2016-04-07-533ebb12a0f4eeb3662d29897a641b8274e1b3d1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-07 - Cabinet of Commissioner Věra Jourová x SAP"],"date":["2016-04-07"],"summary":["GDPR, DP"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-184e698af1eb9e33b179680570ca171d8cb31c94","eu-tr-639117311617-01"]}} -{"id":"ec-meeting-2016-04-07-597ed27071473d8f879dc7b27a14c3902c683b76","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-07 - Cabinet of Commissioner Pierre Moscovici x ArcelorMittal"],"date":["2016-04-07"],"summary":["L’industrie européenne et l’octroi du statut d’économie de marché à la Chine."],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["ec-person-3cbeba61ae952f06fe4916c381438ebbc676a597","ec-person-14ef50b9efbe5ab02d528e0ec4ac50c9caf964e3","eu-tr-23527541824-60"]}} -{"id":"ec-meeting-2016-04-07-5b3f43cd652071a5613bd74719fa841061a791d4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-07 - Cabinet of First Vice-President Frans Timmermans x American Chamber of Commerce to the European Union"],"date":["2016-04-07"],"summary":["Internal market and better regulation"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["ec-person-6c0efbf1635ca0cb8dce32e129231fa3136f600b","eu-tr-5265780509-97"]}} -{"id":"ec-meeting-2016-04-07-63c28ac4d7f871c9bcc3d74a2674d7fef7ef0166","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-07 - Günther Oettinger x Federation of European Publishers"],"date":["2016-04-07"],"summary":["copyright"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-398541467-53","ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0"]}} -{"id":"ec-meeting-2016-04-07-71eef3755a4a721a9bcde4639ebed3fb690e9f5d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-07 - Cabinet of First Vice-President Frans Timmermans x Alliance for Lobbying Transparency and Ethics Regulation"],"date":["2016-04-07"],"summary":["transparency"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["ec-person-966667b73d92624be9bb019c2baab7e52331b3d3","eu-tr-2694372574-63"]}} -{"id":"ec-meeting-2016-04-07-8cbc4aacbbcd976f4688373d2b9e2b14ccc20fdb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-07 - Cabinet of Commissioner Jonathan Hill x Electronic Money Association"],"date":["2016-04-07"],"summary":["Pre-paid cards"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["London"],"address":["London"],"addressEntity":["addr-4c57f0c88d9844630327623633ce269cf826ab99"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["eu-tr-84308599569-14","ec-person-f247edfcff54d4f26fc10769f809c92bc72d6797"]}} -{"id":"ec-meeting-2016-04-07-98ae7d3df01415f71c701ae618ee72ee9d5f8659","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-07 - Cabinet of Commissioner Elżbieta Bieńkowska x ARIANESPACE"],"date":["2016-04-07"],"summary":["Galileo, Copernicus, Space policy"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-016461319755-04","ec-person-d2997a7f359c91a337055c3e24dd36bf928de38d"]}} -{"id":"ec-meeting-2016-04-07-9b68567eecc7d4c42901211e3147e48e14b338b3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-07 - Mobility and Transport x Lufthansa Group"],"date":["2016-04-07"],"summary":["Mandates for EU Air service agreement, A4E, drones"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-move"],"involved":["eu-tr-0714344663-32","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2016-04-07-a11e533ef3ea0de6c13a7c0562458e2725abe2b1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-07 - Communications Networks, Content and Technology x Computer & Communications Industry Association"],"date":["2016-04-07"],"summary":["Online platforms – OTT/telecoms - Copyright reform- Free flow of data initiative – AVMS/portability"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-15987896534-82","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2016-04-07-b8d9c86a8e22b18d172b48aebf040fbe757a11f3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-07 - Cabinet of Commissioner Carlos Moedas x Norwegian University of Science and Technology"],"date":["2016-04-07"],"summary":["EIC and mid-term review of H2020"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-b8d49828915f9008e764a78796d47ea00807a658","ec-person-2b4bb0b28e7435e5f612e44d9664dbd1051efc55","eu-tr-886395221039-89"]}} -{"id":"ec-meeting-2016-04-07-bc047b848e89dc89ae08339b6d256c2d92ffe0e8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-07 - Cabinet of Commissioner Elżbieta Bieńkowska x Aviation Strategy & Concepts"],"date":["2016-04-07"],"summary":["Current issues"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-51135259400-72","ec-person-d2997a7f359c91a337055c3e24dd36bf928de38d"]}} -{"id":"ec-meeting-2016-04-07-cb61744e0e1d26426e0727834fd8f210655bc1d2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-07 - Cabinet of Vice-President Jyrki Katainen x Nokia"],"date":["2016-04-07"],"summary":["Growth&Jobs/Innovation: framework on standardization and standard-essential patents"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-35167875358-33","ec-person-c50e8c2cc390c5efb0626988d173bc6758459e0f","ec-person-99365f4c3081112dcbfa722a5eb05adecc68503e"]}} -{"id":"ec-meeting-2016-04-07-cf66cf6e65b2905422662b8aaebc29b453ac39a9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-07 - Cabinet of Vice-President Jyrki Katainen x Miltton Europe Fortum Oyj"],"date":["2016-04-07"],"summary":["Electricity market/Decarbonisation of transport"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-f9208d930adc70c6c64e21701e48f85f6f18e949","eu-tr-03501997362-71","eu-tr-245377319023-40"]}} -{"id":"ec-meeting-2016-04-07-cf6d05c4da8eaeb6f9341d9d98b7cbed3887a052","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-07 - Cabinet of Vice-President Jyrki Katainen x Finnish Energy - Energiateollisuus ry"],"date":["2016-04-07"],"summary":["energy market legislation"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-0da85dc48012e26688310a59a0b51727ea68f410","eu-tr-68861821910-84"]}} -{"id":"ec-meeting-2016-04-07-db0537afaedc90bc424b863123faac4ddde314ce","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-07 - Cabinet of Vice-President Miguel Arias Cañete x British Chamber of Commerce | EU & Belgium"],"date":["2016-04-07"],"summary":["Speech: \"How can the climate goal be reached and industry protected at the same time?\""],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-56188303384-93","ec-person-2229c857664a22dcb8eee79a8c05841fd3d0924f"]}} -{"id":"ec-meeting-2016-04-07-f37cee6f721863307cf3ea2e0c08d463a3ceb079","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-07 - Günther Oettinger x Deutsche Post DHL Group"],"date":["2016-04-07"],"summary":["parcel delivery"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-48544465107-88","ec-person-3297113eb5d4e59bc84d571628f0130aa75c761a"]}} -{"id":"ec-meeting-2016-04-08-017e793b641238b200c1413a2277ac4f7907dbdd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-08 - Cabinet of Commissioner Věra Jourová x Bundesverband der Deutschen Industrie e.V."],"date":["2016-04-08"],"summary":["CBCR"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["eu-tr-1771817758-48","ec-person-184e698af1eb9e33b179680570ca171d8cb31c94"]}} -{"id":"ec-meeting-2016-04-08-17e56c26c7f7ef262a10baf1e2bfbb269a8a3add","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-08 - Günther Oettinger x DIGITALEUROPE ITI - The Information Technology Industry Council"],"date":["2016-04-08"],"summary":["platforms, DSM"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-4cd59e13386e3b68ecb3611fcc579e0a0a3938a5","eu-tr-64270747023-20","eu-tr-061601915428-87"]}} -{"id":"ec-meeting-2016-04-08-34360f26a27d3ee637338335f2cd20d510ef6cbc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-08 - Günther Oettinger x Deloitte GmbH Wirtschaftsprüfungsgesellschaft"],"date":["2016-04-08"],"summary":["Digital industries"],"location":["Stuttgart"],"address":["Stuttgart"],"addressEntity":["addr-ec1b13e7905dbe946388ffc80ac1b7f2624ca649"],"organizer":["ec-dg-de"],"involved":["ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0","eu-tr-782529817171-84"]}} -{"id":"ec-meeting-2016-04-08-3641a619d054cf560096674cc8b3032a6b25427b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-08 - Energy x Norwegian University of Science and Technology"],"date":["2016-04-08"],"summary":["energy and research"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["ec-person-6997149120ce5129e38febe5275dc8fd03232d2e","eu-tr-886395221039-89"]}} -{"id":"ec-meeting-2016-04-08-3c5965fe41507c4cf62d8ec8f1a454ae0a068dc5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-08 - Cabinet of Commissioner Pierre Moscovici x petition STOPEVASIONFISCALE"],"date":["2016-04-08"],"summary":["Échange sur la transparence fiscale, sur l'échange de renseignements et leur publicité concernant les multinationales, ainsi que sur la lutte contre l’évasion fiscale."],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Paris"],"address":["Paris"],"addressEntity":["addr-22390ad11c32faec43fc61555b53607660b3c185"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["ec-person-3cbeba61ae952f06fe4916c381438ebbc676a597","eu-tr-106706521239-46"]}} -{"id":"ec-meeting-2016-04-08-4074afa7da5141a07dd5da7f765fae855db28682","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-08 - Cabinet of Vice-President Jyrki Katainen x EuroCommerce"],"date":["2016-04-08"],"summary":["Single market strategy/Digital single market"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-84973761187-60","ec-person-f9208d930adc70c6c64e21701e48f85f6f18e949"]}} -{"id":"ec-meeting-2016-04-08-4c3123a9039876260ac6948551ba3f9300cc4be7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-08 - Cabinet of Vice-President Jyrki Katainen x European Association of Service providers for Persons with Disabilities"],"date":["2016-04-08"],"summary":["EFSI"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-3775b7be791f90ed462b9071c9ae596b80d71bca","eu-tr-120906010805-50","ec-person-955e8c493ab54847bb92b65986f56a401f8eabee"]}} -{"id":"ec-meeting-2016-04-08-5946563e5890eb281dfe483c04781e2fe3486f86","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-08 - Günther Oettinger x Association des Constructeurs Européens d'Automobiles"],"date":["2016-04-08"],"summary":["connected and automated driving"],"location":["BXL"],"address":["BXL"],"addressEntity":["addr-d2fde52f67ea4a3e1fe233d0a959d6a1c77fd910"],"organizer":["ec-dg-de"],"involved":["ec-person-5652698e8f7b4a189329e67fddbaff44dbe8658c","eu-tr-0649790813-47"]}} -{"id":"ec-meeting-2016-04-08-5e8f45309d1f0b2bc482ee8d79d4ed434457e6fe","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-08 - Communications Networks, Content and Technology x Norwegian University of Science and Technology"],"date":["2016-04-08"],"summary":["NTNU willing to exchange on their activities in the ICT field"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-886395221039-89","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2016-04-08-65d86f2840bc286e37b3c3881a92cef68776fd1f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-08 - Health and Food Safety x Consejo General de Colegios Oficiales de Médicos"],"date":["2016-04-08"],"summary":["The future of medicaments and the role of the EU in health issues"],"location":["Madrid, Spain"],"address":["Madrid, Spain"],"addressEntity":["addr-f2c4f2ef1ea88618aa1533f69b0d18fc1125a9d2"],"organizer":["ec-dg-sante"],"involved":["eu-tr-126815016642-71","ec-person-3c7fdbe0c1c235777d916309465339b7ed1666f6"]}} -{"id":"ec-meeting-2016-04-08-67bcfac1d33abad21f57a16dff192a4eb94c7f9e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-08 - Günther Oettinger x Mercedes-Benz Group AG"],"date":["2016-04-08"],"summary":["connected and automated driving"],"location":["BXL"],"address":["BXL"],"addressEntity":["addr-d2fde52f67ea4a3e1fe233d0a959d6a1c77fd910"],"organizer":["ec-dg-de"],"involved":["ec-person-5652698e8f7b4a189329e67fddbaff44dbe8658c","eu-tr-2349218828-41"]}} -{"id":"ec-meeting-2016-04-08-77924807a204f694612f4e5bc2c30933aeedc7ff","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-08 - Cabinet of Vice-President Miguel Arias Cañete x Endesa"],"date":["2016-04-08"],"summary":["The future of the Electricity market in the EU- Electricity Market Design"],"notes":["Portfolio: Climate Action & Energy"],"location":["Madrid, Spain"],"address":["Madrid, Spain"],"addressEntity":["addr-f2c4f2ef1ea88618aa1533f69b0d18fc1125a9d2"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-47504237466-74","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd"]}} -{"id":"ec-meeting-2016-04-08-93867ec0f638c4666785b358e68ef3c328e678ee","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-08 - Cabinet of Vice-President Andrus Ansip x None"],"date":["2016-04-08"],"summary":["DSM, Geoblocking"],"notes":["Portfolio: Digital Single Market"],"location":["Warsaw"],"address":["Warsaw"],"addressEntity":["addr-706f6339e835d0512d5d873d62a3e08aba143f49"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-91ca0921c6790191daa54427311acd63035e7c9e","eu-tr-459438519357-97","ec-person-666bc159c7e65a3af9e63c1e97435c02f1496955","eu-tr-050841318640-60","eu-tr-251117611140-75"]}} -{"id":"ec-meeting-2016-04-08-96a83015fccb572ac9aafce39887f810eeac6dde","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2016-04-08 - Cabinet of Vice-President Miguel Arias Cañete x AGRUPACIÓN DE FABRICANTES DE CEMENTO DE ESPAÑA"],"date":["2016-04-08"],"summary":["ETS proposal 2020-2030"],"notes":["Portfolio: Climate Action & Energy"],"location":["Madrid, Spain"],"address":["Madrid, Spain"],"addressEntity":["addr-f2c4f2ef1ea88618aa1533f69b0d18fc1125a9d2"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-875633611990-87","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd"]}} -{"id":"ec-meeting-2016-04-08-b0d8f4d3d01d47928caa801f023ad2631ff6ef59","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-08 - Cabinet of Commissioner Věra Jourová x B'nai B'rith International"],"date":["2016-04-08"],"summary":["Radicalisation and antisemitism"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["eu-tr-162711719247-82","ec-person-1e0e3a00ab815dea7c5b839b002ed2c7e34bfe0a"]}} -{"id":"ec-meeting-2016-04-08-dc9188d97dc4c846f715034fe5b3892ffa96e469","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-08 - Günther Oettinger x Hubert Burda Media Holding Kommanditgesellschaft"],"date":["2016-04-08"],"summary":["Internet exploration"],"location":["Munich"],"address":["Munich"],"addressEntity":["addr-4bb73f4817cac7549995b34436d424f8d8b0f1b0"],"organizer":["ec-dg-de"],"involved":["ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0","eu-tr-730036917015-61"]}} -{"id":"ec-meeting-2016-04-08-e9128b833e9f137df5cad32de9b3f6ee60dca85a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-08 - Cabinet of Commissioner Tibor Navracsics x FUNDACION AULA DE CINE COLECCIÓN JOSEP M. QUERALTO"],"date":["2016-04-08"],"summary":["Cultural exhibition on cinema"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-1da7ee09d46288ee4ea9db2b644bdcf9c3d6d000","eu-tr-330950721210-89"]}} -{"id":"ec-meeting-2016-04-08-f44a1848ea7bfbc9a7a053600c662ed8f7a48604","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-08 - Cabinet of Commissioner Věra Jourová x ITI - The Information Technology Industry Council"],"date":["2016-04-08"],"summary":["EU US Privacy Shield"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-f329292459cb1badb7fb7c6b67b698c441931bb2","eu-tr-061601915428-87"]}} -{"id":"ec-meeting-2016-04-09-9e4c725cb62226f7f781f55627fd7b4acb9a6ac1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-09 - Günther Oettinger x Gewerbeverein Illingen e.V."],"date":["2016-04-09"],"summary":["Digital industries"],"location":["Illingen"],"address":["Illingen"],"addressEntity":["addr-1d52e5830c493c03a5509b561108a8cff4f54d9e"],"organizer":["ec-dg-de"],"involved":["ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0","eu-tr-420330021227-96"]}} -{"id":"ec-meeting-2016-04-11-21f5713e4c20924264c2737354a2cfffacb2696e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-11 - Mobility and Transport x EUROPEAN RAIL INFRASTRUCTURE MANAGERS"],"date":["2016-04-11"],"summary":["Multi-modal infrastructure management & Europan agency, Digitalisation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-move"],"involved":["eu-tr-531034421340-14","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2016-04-11-2759314d33b2dfe54a76ed5b82e11a3f60f31285","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-11 - Cabinet of Vice-President Miguel Arias Cañete x European Network of Transmission System Operators for Electricity"],"date":["2016-04-11"],"summary":["Electricity Market Design"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-25805148045-87","ec-person-2229c857664a22dcb8eee79a8c05841fd3d0924f"]}} -{"id":"ec-meeting-2016-04-11-2ab787863d2c1b4a5ca940ac00b19573069e3e8b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-11 - Günther Oettinger x Verband Deutscher Maschinen- und Anlagenbau e.V."],"date":["2016-04-11"],"summary":["Digitising European Industry"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-c6cae64cc7dc787b66a47ab1613d3e922875b971","eu-tr-9765362691-45"]}} -{"id":"ec-meeting-2016-04-11-4a8f2a22d942d10a3651084a78ec64808e29551d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-11 - Cabinet of Commissioner Tibor Navracsics x Assembly of European Regions"],"date":["2016-04-11"],"summary":["Introductory meeting"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-dc2e0fed0fdf39a6a3f3ad63355c5215599de9d1","eu-tr-480267313069-44"]}} -{"id":"ec-meeting-2016-04-11-4cf11e86969ec38f6fe1cab568a792614d536a5a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-11 - Cabinet of Commissioner Corina Crețu x WindEurope"],"date":["2016-04-11"],"summary":["Post-2020 renewable energy legislative package"],"notes":["Portfolio: Regional Policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-corina-cretu-of"],"involved":["eu-tr-19920706471-21","ec-person-f5bd4d5d0170028815aba56ee7d4883f0fd70f47"]}} -{"id":"ec-meeting-2016-04-11-568fca327bed4a66179bf4f15d34cfcaf47873c1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-11 - Günther Oettinger x Deutsche Telekom"],"date":["2016-04-11"],"summary":["telecom policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-4cd59e13386e3b68ecb3611fcc579e0a0a3938a5","eu-tr-60052162589-72"]}} -{"id":"ec-meeting-2016-04-11-68ffff2470a059268c49f8181aa5832fc4e414af","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-11 - Financial Stability, Financial Services and Capital Markets Union x BUSINESSEUROPE"],"date":["2016-04-11"],"summary":["The issue of intra-EU Bilateral Investment Treaties (BITs)."],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-3978240953-79","ec-person-bdee7a93f95c8ef05079539170139b3c02e8ed96"]}} -{"id":"ec-meeting-2016-04-11-83a95091e68d9095cbe53b50979b6f6750464f6f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-11 - Taxation and Customs Union x European Magazine Media Association European Newspaper Publishers' Association"],"date":["2016-04-11"],"summary":["VAT discussion"],"location":["Brussels, belgium"],"address":["Brussels, belgium"],"addressEntity":["addr-b39b9dcfba3e578ef360518fd0aa4ce7938fab00"],"organizer":["ec-dg-taxud"],"involved":["ec-person-3173c1cc052827c58f23ccd3a8de07534f0d35bd","eu-tr-5950962136-12","eu-tr-37937886834-69"]}} -{"id":"ec-meeting-2016-04-11-925c4d5970b0e862935d8b501be1cccdae8bc149","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-11 - Cabinet of Vice-President Jyrki Katainen x Access2Europe"],"date":["2016-04-11"],"summary":["World debates"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-99365f4c3081112dcbfa722a5eb05adecc68503e","eu-tr-258425915843-26","ec-person-7c9460f99c5872dbdc561f5752401c870d12e98b"]}} -{"id":"ec-meeting-2016-04-11-afa4cb5be398882657b00e05cf7d20e903b1d976","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2016-04-11 - Cabinet of Commissioner Phil Hogan x spiritsEUROPE"],"date":["2016-04-11"],"summary":["Draft Irish Public Health (Alcohol) Bill","Minimum Pricing"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-c9d17d5879383b030f61a4066848249fb35d57e4","eu-tr-64926487056-58","ec-person-ff8342dedc26701400fcb7dcf73fbee50a837ac6"]}} -{"id":"ec-meeting-2016-04-11-e7daabaee1a65e4cf9f937e86bbac2ea680e34c9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-11 - Cabinet of Vice-President Cecilia Malmström x European Plastics Converters Association"],"date":["2016-04-11"],"summary":["Trade Defence Instruments"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-93255296152-29","ec-person-591ec829ca734bcfe59a2c9c7f07f9dff22a0ea9"]}} -{"id":"ec-meeting-2016-04-11-e9237a801d16e62b4e680e759a422a9f9dee1656","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-11 - Günther Oettinger x Meta Platforms Ireland Limited and its various subsidiaries (f/k/a Facebook Ireland Limited)"],"date":["2016-04-11"],"summary":["AVMSD"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-c6c38691c27b1498b60b18409aa979cf1dd1f4ac","eu-tr-28666427835-74"]}} -{"id":"ec-meeting-2016-04-12-050cb8df676e81f67b2e10815888e6f4ff064260","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-12 - Cabinet of Vice-President Valdis Dombrovskis x ARCTURUS GROUP European Tax Adviser Federation"],"date":["2016-04-12"],"summary":["Anti Tax Avoidance Package"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-34100356706-23","ec-person-48f31156d932641826e09f5b73f074d35ff05786","eu-tr-760084520382-92"]}} -{"id":"ec-meeting-2016-04-12-0881a76cb70377cc5e56e8cdca37a4df143838f8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-12 - Cabinet of Vice-President Valdis Dombrovskis x Bundesverband Öffentlicher Banken Deutschlands eV"],"date":["2016-04-12"],"summary":["Banking Union, EDIS, CMU"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-0767788931-41","ec-person-48f31156d932641826e09f5b73f074d35ff05786"]}} -{"id":"ec-meeting-2016-04-12-108d169133d2cdd60e33d92b593fd99663a3938c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-12 - Cabinet of Vice-President Cecilia Malmström x None"],"date":["2016-04-12"],"summary":["Trade agreement with Mexico"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-522122412613-18","eu-tr-827688315793-86","eu-tr-92442218459-37","eu-tr-41816938101-07","ec-person-98880f3f4206145e196013db9dd806a551c11e06","eu-tr-93799097410-24","eu-tr-50465929991-70"]}} -{"id":"ec-meeting-2016-04-12-2abcc6ee237b7f7d002c51f8aceb30a5c30b2ccd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-12 - Environment x Conservation International Europe"],"date":["2016-04-12"],"summary":["Critical Ecosystems Partnership Fund (CEPF), SDGs and biodiversity"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-env"],"involved":["eu-tr-70299514465-38","ec-person-3bc74ce04ea3f4ab4d91a5c88eef25b8b8a213b4"]}} -{"id":"ec-meeting-2016-04-12-3bbd37cdea670c744accff9bc1c3e4053a15bedd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-12 - Cabinet of First Vice-President Frans Timmermans x EuroCommerce"],"date":["2016-04-12"],"summary":["Better regulation"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-84973761187-60","ec-person-6c0efbf1635ca0cb8dce32e129231fa3136f600b"]}} -{"id":"ec-meeting-2016-04-12-3d07071c612a9d0db80b6a558904ece757420c26","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-12 - Cabinet of Commissioner Violeta Bulc x ESPORG"],"date":["2016-04-12"],"summary":["safe parking sites"],"notes":["Portfolio: Transport"],"location":["Brussels - Belgium"],"address":["Brussels - Belgium"],"addressEntity":["addr-85d514873c3b55c68206168e47e9d4fc69799cc8"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-472831319635-75","ec-person-7ac9445abdddc66a79f539ae13eb74e1ceb512df"]}} -{"id":"ec-meeting-2016-04-12-481503f33889ecab9537abdc65ffbf34186d6bed","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-12 - Cabinet of Commissioner Elżbieta Bieńkowska x Lenovo"],"date":["2016-04-12"],"summary":["Single Market Strategy"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-238774916287-66","ec-person-b2f9be51339f054477846797e2c119fcf16548fc"]}} -{"id":"ec-meeting-2016-04-12-49f5938bdb3c8893543971dcc463e899c95cb6e5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-12 - Cabinet of Vice-President Neven Mimica x Kofi Annan Foundation"],"date":["2016-04-12"],"summary":["Launch meeting for the Countering Extremism through Youth Engagement project entitled \"Extremely Together\" by the Kofi Annan Foundation (supported by the EU under the IcSP)"],"notes":["Portfolio: International Cooperation & Development"],"location":["Geneva, Switzerland"],"address":["Geneva, Switzerland"],"addressEntity":["addr-9584f913c37737f4d8ff7b412510d2de38751a6d"],"organizer":["ec-cabinet-mimica-neven-of-president-vice"],"involved":["eu-tr-961873216116-63","ec-person-b187f3955c71d2e1daa48e02fd0a09ab7c6f6098"]}} -{"id":"ec-meeting-2016-04-12-4e3aebcc16be10dd1965677ee95a98b9adc7e61f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-12 - Cabinet of Commissioner Jonathan Hill x Swiss Finance Council"],"date":["2016-04-12"],"summary":["Overview Financial Services"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["eu-tr-858716912337-17","ec-person-74de9b1956d5aa5754e8946d4a7a883e05171466"]}} -{"id":"ec-meeting-2016-04-12-6da093ad8d95e46ef2a47f04fd7162bf0c019412","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-12 - Mobility and Transport x International Consolidated Airlines Group"],"date":["2016-04-12"],"summary":["Update IAG, South America joint venture, follow-up on aviation strategy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-move"],"involved":["ec-person-26cdfacae671b09917bee1a91c91973941fa58a2","eu-tr-60340504060-88"]}} -{"id":"ec-meeting-2016-04-12-75dea8cf9f38d3e67c6916c21a11e07241e32b41","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-12 - Cabinet of Commissioner Věra Jourová x American Chamber of Commerce to the European Union"],"date":["2016-04-12"],"summary":["Gender equality issues, gender task force, work life package, Women on Boards"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-5455ecfabb89025694c798deac08160a2be17d94","eu-tr-5265780509-97"]}} -{"id":"ec-meeting-2016-04-12-7c9bb658da8c79966adb37f077851576faa55e25","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-12 - Cabinet of Commissioner Jonathan Hill x Equinor ASA"],"date":["2016-04-12"],"summary":["UK referendum"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["ec-person-03cf92829e273869bfbd8bbf4f1881dcd0848186","eu-tr-4447605981-76"]}} -{"id":"ec-meeting-2016-04-12-8bc4fe2fc87d267e2ecfcaa7a2f0b326416b4b21","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-12 - Cabinet of Commissioner Tibor Navracsics x European Youth Forum"],"date":["2016-04-12"],"summary":["Best practices on integrating young refugees in education and the labour market -"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-49f31dad10f5641cb1d1e4c3107dd838389e8120","eu-tr-43251547769-22","ec-person-881310bbb4e54ac96753b80bbdc9b1994cfbf136"]}} -{"id":"ec-meeting-2016-04-12-9102086e36b81df503a64a58c515188077ed68a4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-12 - Cabinet of Vice-President Cecilia Malmström x CropLife Europe"],"date":["2016-04-12"],"summary":["Endocrine disruptors and pesticides"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-0711626572-26","ec-person-20ded9db5df11164331bb161fdf234b1e5ad53fd","ec-person-cb8ca9ec2413722fa83484ed18dd76ace52d0118"]}} -{"id":"ec-meeting-2016-04-12-9472e862d0fda57f59b2ac51577f88e9d621b0e8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-12 - Energy x Zabala Innovation Consulting, S.A."],"date":["2016-04-12"],"summary":["Energy policy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-759849612290-93","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2016-04-12-98ae7d3df01415f71c701ae618ee72ee9d5f8659","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-12 - Cabinet of Commissioner Elżbieta Bieńkowska x ARIANESPACE"],"date":["2016-04-12"],"summary":["space issues"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-016461319755-04","ec-person-685ecf13dd26cd515c961e24ba71049af2302c5e"]}} -{"id":"ec-meeting-2016-04-12-a8b8960aeaf3c74ee5370769487d4b7f6e473d0a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-12 - Financial Stability, Financial Services and Capital Markets Union x CONSEIL DE COOPERATION ECONOMIQUE"],"date":["2016-04-12"],"summary":["-\tElimination of bottlenecks and regulatory burdens in the EU Financial sector, Action Plan on retail financial services"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["ec-person-bdee7a93f95c8ef05079539170139b3c02e8ed96","eu-tr-146893419149-74"]}} -{"id":"ec-meeting-2016-04-12-ab11a098fa463c485fd83b27ce9dedc240dc737b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-12 - Cabinet of Commissioner Pierre Moscovici x Campaign for Real Ale"],"date":["2016-04-12"],"summary":["UK exemption from duty cider made by small cider producers"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["strasbourg"],"address":["strasbourg"],"addressEntity":["addr-6fc84c0ea3351b1e25c51808f0162f95ce43cfad"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["ec-person-3cbeba61ae952f06fe4916c381438ebbc676a597","eu-tr-043110317978-95"]}} -{"id":"ec-meeting-2016-04-12-af489045980d0f36c2726d4ae9594a8212bee027","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-12 - Cabinet of Commissioner Violeta Bulc x FEPORT"],"date":["2016-04-12"],"summary":["Maritime Policy"],"notes":["Portfolio: Transport"],"location":["BREMEN"],"address":["BREMEN"],"addressEntity":["addr-18bcd5a701099e0ae0c76b4de06f34996f2f5e85"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-5012c5e45a52ee8ce67d19c1781a127af53e73e7","eu-tr-801302611511-33"]}} -{"id":"ec-meeting-2016-04-12-afde6863fc7d8a209f960453a276d3858077afa6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-12 - Cabinet of Commissioner Tibor Navracsics x Robert Bosch GmbH"],"date":["2016-04-12"],"summary":["Skills agenda, radicalisation"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-1da7ee09d46288ee4ea9db2b644bdcf9c3d6d000","eu-tr-8999533555-91"]}} -{"id":"ec-meeting-2016-04-12-bf9d71a55a2530642d3c9df1f6d8280d0d25cd5f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-12 - Cabinet of Commissioner Corina Crețu x Third Generation Environmentalism Ltd Friends of the Earth Europe Greenpeace European Unit Climate Action Network Europe"],"date":["2016-04-12"],"summary":["Upcoming legislative proposals related to energy efficiency and renewable energy."],"notes":["Portfolio: Regional Policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-corina-cretu-of"],"involved":["eu-tr-55888811123-49","eu-tr-9832909575-41","eu-tr-07783117686-61","ec-person-f5bd4d5d0170028815aba56ee7d4883f0fd70f47","eu-tr-9825553393-31"]}} -{"id":"ec-meeting-2016-04-12-c805ff4d1e36c190f8792ec85c9a259eb6420180","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-12 - Cabinet of Commissioner Violeta Bulc x Bureau Telematica Binnenvaart"],"date":["2016-04-12"],"summary":["digitalisation of inland waterways"],"notes":["Portfolio: Transport"],"location":["Brussels - Belgium"],"address":["Brussels - Belgium"],"addressEntity":["addr-85d514873c3b55c68206168e47e9d4fc69799cc8"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-802912121341-96","ec-person-7ac9445abdddc66a79f539ae13eb74e1ceb512df"]}} -{"id":"ec-meeting-2016-04-12-d0681e865d288dffb2d5b430b24a49b221867e85","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-12 - Cabinet of Commissioner Tibor Navracsics x Access2Europe"],"date":["2016-04-12"],"summary":["Critical thinking and media literacy"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["eu-tr-258425915843-26","ec-person-1da7ee09d46288ee4ea9db2b644bdcf9c3d6d000"]}} -{"id":"ec-meeting-2016-04-12-d96f85d155c363df5155d1767992fb6aaf8f65f8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-12 - Cabinet of Commissioner Carlos Moedas x European Association of Research and Technology Organisations"],"date":["2016-04-12"],"summary":["Innovation policy"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-b8d49828915f9008e764a78796d47ea00807a658","eu-tr-48918086666-95","ec-person-2b4bb0b28e7435e5f612e44d9664dbd1051efc55"]}} -{"id":"ec-meeting-2016-04-12-ef557cad7452508ce2d6df9ff219e21962a8b3d8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-12 - Mobility and Transport x Fédération Internationale de l'Automobile"],"date":["2016-04-12"],"summary":["My Car My Data connectivity"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-move"],"involved":["eu-tr-84839535366-67","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2016-04-12-f1d63bb611e2934c9a451f2de7cf2ba540ac6829","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-12 - Cabinet of Vice-President Valdis Dombrovskis x EuroABS Limited"],"date":["2016-04-12"],"summary":["Transparent and Standardised Securitisations"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-575317019439-02","ec-person-3f9ca71b74344417d1f072ba7f3e2f09a223b036"]}} -{"id":"ec-meeting-2016-04-12-f5b70c4bd1d1bccf926d6950350c3e3b2cac9817","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-12 - Mobility and Transport x Alitalia Società Aerea Italiana S.p.A. in Amministrazione Straordinaria"],"date":["2016-04-12"],"summary":["new strategy for the airline"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-move"],"involved":["ec-person-26cdfacae671b09917bee1a91c91973941fa58a2","eu-tr-577284319505-88"]}} -{"id":"ec-meeting-2016-04-13-0965faebbc5e949e70c0fe897bcf073db9542836","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-13 - Günther Oettinger x European Newspaper Publishers' Association"],"date":["2016-04-13"],"summary":["copyright"],"location":["BXL"],"address":["BXL"],"addressEntity":["addr-d2fde52f67ea4a3e1fe233d0a959d6a1c77fd910"],"organizer":["ec-dg-de"],"involved":["eu-tr-5950962136-12","ec-person-49723482bb23d029cbfc010cb37eec7392a0ae02"]}} -{"id":"ec-meeting-2016-04-13-0b32fa01f51013ba3a244a46806d423733a97992","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-13 - Cabinet of Vice-President Andrus Ansip x Time Warner Inc."],"date":["2016-04-13"],"summary":["Implementation of the DSM Strategy"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-761346015292-83","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45"]}} -{"id":"ec-meeting-2016-04-13-0cea0f6be3c502bef10ff2892be807c555926e50","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-13 - Cabinet of Commissioner Jonathan Hill x Centre for European Reform"],"date":["2016-04-13"],"summary":["Overview of EU Financial issues"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels Belgium"],"address":["Brussels Belgium"],"addressEntity":["addr-61947d7d2c69c0b8f57325bd044f500c5fc6df48"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["eu-tr-524976815651-12","ec-person-74de9b1956d5aa5754e8946d4a7a883e05171466"]}} -{"id":"ec-meeting-2016-04-13-1b69be049aac2ab1665f4acfc7a43ee87b922223","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-13 - Internal Market, Industry, Entrepreneurship and SMEs x Industriegewerkschaft Metall"],"date":["2016-04-13"],"summary":["Dialogue with social partners, steel, modernisation of industry"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-grow"],"involved":["eu-tr-757195013270-80","ec-person-60a3d0d628d231b41af1d0c65607b0fd78ca4edc"]}} -{"id":"ec-meeting-2016-04-13-2ad6182151a628afea905409252696b321c64422","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-13 - Cabinet of Vice-President Cecilia Malmström x WindEurope"],"date":["2016-04-13"],"summary":["TTIP; Energy"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-19920706471-21","ec-person-cb8ca9ec2413722fa83484ed18dd76ace52d0118"]}} -{"id":"ec-meeting-2016-04-13-2c4fa3f29feee02fe9b51d74a58f11ac8ba5facc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-13 - Günther Oettinger x DIGITALEUROPE"],"date":["2016-04-13"],"summary":["copyright"],"location":["BXL"],"address":["BXL"],"addressEntity":["addr-d2fde52f67ea4a3e1fe233d0a959d6a1c77fd910"],"organizer":["ec-dg-de"],"involved":["eu-tr-64270747023-20","ec-person-49723482bb23d029cbfc010cb37eec7392a0ae02"]}} -{"id":"ec-meeting-2016-04-13-2d842a0f30e3805c414a922f378cd1cb98f70573","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-13 - Cabinet of Commissioner Violeta Bulc x Airlines for Europe"],"date":["2016-04-13"],"summary":["Aviation"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-807912421050-91","ec-person-9d4dc4867a44dfe10f67ae7ee1706da3e8b48a24"]}} -{"id":"ec-meeting-2016-04-13-342f5fd3dfdfc66e641bfdf508bae41e361e16f1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-13 - Economic and Financial Affairs x Peterson Institute for International Economics"],"date":["2016-04-13"],"summary":["Outlook for the world economy"],"location":["Washington"],"address":["Washington"],"addressEntity":["addr-a27a6644654593ac9e5d122b1155ff23752c8073"],"organizer":["ec-dg-ecfin"],"involved":["ec-person-9b398cc97951266670f91bef34ea37df7380eef9","eu-tr-513347117795-30"]}} -{"id":"ec-meeting-2016-04-13-55b418415db93be57d70dc7036d7da47ac6d34fb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-13 - Cabinet of Vice-President Jyrki Katainen x Oddo & Cie"],"date":["2016-04-13"],"summary":["Circular Economy Package"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-912075621123-31","ec-person-0da85dc48012e26688310a59a0b51727ea68f410"]}} -{"id":"ec-meeting-2016-04-13-594633b30c0aebef849f8294d305cdab7533fd89","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-13 - Energy x Eurelectric aisbl"],"date":["2016-04-13"],"summary":["Energy markets"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-4271427696-87","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2016-04-13-5a3a26b3e28c048656e449620ee55cbe24818633","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-13 - Cabinet of Commissioner Elżbieta Bieńkowska x Confederation of European Paper Industries"],"date":["2016-04-13"],"summary":["Bio-based Large Combustion Plant"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-72279144480-58","ec-person-b2f9be51339f054477846797e2c119fcf16548fc"]}} -{"id":"ec-meeting-2016-04-13-5b148f965c2a3c5742518e24baf5e7e96bce907e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-13 - Cabinet of Vice-President Miguel Arias Cañete x Fertilizers Europe"],"date":["2016-04-13"],"summary":["ETS reform"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-260e00934471a02805fb143935d6e9205a7f355f","eu-tr-80788715017-29"]}} -{"id":"ec-meeting-2016-04-13-5bf681cc3f0741d91dd82b14a68aa06085306ca7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-13 - Cabinet of Vice-President Jyrki Katainen x Stichting European Climate Foundation"],"date":["2016-04-13"],"summary":["EFSI"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-64869491516-70","ec-person-3775b7be791f90ed462b9071c9ae596b80d71bca"]}} -{"id":"ec-meeting-2016-04-13-83561d37d8f3e1ee5e921edd376239124841881b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-13 - Günther Oettinger x BUSINESSEUROPE"],"date":["2016-04-13"],"summary":["digitisation of industry"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-4cd59e13386e3b68ecb3611fcc579e0a0a3938a5","eu-tr-3978240953-79"]}} -{"id":"ec-meeting-2016-04-13-910c46139dda0c7304a9f35fda51796192c26664","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-13 - Günther Oettinger x T&T Cloud Crowding Solutions UG"],"date":["2016-04-13"],"summary":["cloud computing"],"location":["Lech"],"address":["Lech"],"addressEntity":["addr-e9e69ebb9ebc1459298db0efbd1a887542a75e85"],"organizer":["ec-dg-de"],"involved":["eu-tr-873915718221-65","ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0"]}} -{"id":"ec-meeting-2016-04-13-99bc0f758e9a74bf077247554ebb504ea96b09f9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-13 - Günther Oettinger x Telekom Austria AG"],"date":["2016-04-13"],"summary":["telecom review"],"location":["Lech"],"address":["Lech"],"addressEntity":["addr-e9e69ebb9ebc1459298db0efbd1a887542a75e85"],"organizer":["ec-dg-de"],"involved":["ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0","eu-tr-99255639490-47"]}} -{"id":"ec-meeting-2016-04-13-a32dea731d1db7cd2f6d7d63f0e0636e90318a19","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-13 - Cabinet of High Representative / Vice-President Federica Mogherini x TITAN CEMENT Co. SA"],"date":["2016-04-13"],"summary":["Economic situation in the Western Balcans"],"notes":["Portfolio: Foreign Affairs and Security Policy"],"location":["Brussels (Berlaymont)"],"address":["Brussels (Berlaymont)"],"addressEntity":["addr-4e70ddf45e81f0631950978c4aa49a218756a3f4"],"organizer":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"involved":["ec-person-ffe369688b1df8f09154d965f094473d619d72e0","eu-tr-692532614129-74"]}} -{"id":"ec-meeting-2016-04-13-accaedcdccb1e308b3d3514924d2e992a6e495a0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-13 - Cabinet of Vice-President Maroš Šefčovič x Stichting European Climate Foundation"],"date":["2016-04-13"],"summary":["Innovation in the Energy Union"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-64869491516-70","ec-person-9f6823821fe68d82e9b9dbe81181ecacb0265d94"]}} -{"id":"ec-meeting-2016-04-13-b56e5ed5dae3823d4857c0a8a68ee14d8113c17d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-13 - Cabinet of Commissioner Tibor Navracsics x Banco Santander, S.A."],"date":["2016-04-13"],"summary":["Investment in education"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["eu-tr-799142914971-03","ec-person-1da7ee09d46288ee4ea9db2b644bdcf9c3d6d000"]}} -{"id":"ec-meeting-2016-04-13-b71dc251b3153741da7411f6cbef6f10a8daeb4a","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2016-04-13 - Günther Oettinger x Miltton Europe Fortum Oyj Miltton Europe Fortum Oyj"],"date":["2016-04-13"],"summary":["electric vehicles"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-4cd59e13386e3b68ecb3611fcc579e0a0a3938a5","eu-tr-03501997362-71","ec-person-5652698e8f7b4a189329e67fddbaff44dbe8658c","eu-tr-245377319023-40"]}} -{"id":"ec-meeting-2016-04-13-bf3f48accd9cfdb89bd843b4e735dc457bde112b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-13 - Cabinet of Vice-President Jyrki Katainen x PGGM"],"date":["2016-04-13"],"summary":["EFSI"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-120036211374-56","ec-person-3775b7be791f90ed462b9071c9ae596b80d71bca"]}} -{"id":"ec-meeting-2016-04-13-d01fa04c355eee1f3e563354ebe79baf23522c00","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2016-04-13 - Cabinet of Commissioner Phil Hogan x Fair Price Farming Northern Ireland"],"date":["2016-04-13"],"summary":["Milk quotas","Business discussion"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-400dd8d59d3060187d9b9b143d697da1a3d03c12","eu-tr-938633121266-77"]}} -{"id":"ec-meeting-2016-04-13-e29c76085a1c2db5835dae3d5b7d96f5bf62659e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-13 - Cabinet of Vice-President Andrus Ansip x ECTA"],"date":["2016-04-13"],"summary":["Vectoring in Germany"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-666bc159c7e65a3af9e63c1e97435c02f1496955","eu-tr-932781112187-50"]}} -{"id":"ec-meeting-2016-04-13-f1de4930d6f9d50feeda22f74e60a4a39afadd2f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-13 - Energy x FortyEight"],"date":["2016-04-13"],"summary":["energy policy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-870921517430-50","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2016-04-13-f34f1102ce46264ccfa1e5029e880e378e20f7a8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-13 - Cabinet of Vice-President Jyrki Katainen x MEDICINES FOR EUROPE"],"date":["2016-04-13"],"summary":["IP and pharmaceuticals in the EC Single Market Strategy, SPC Manufacturing Waiver proposal"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-c50e8c2cc390c5efb0626988d173bc6758459e0f","eu-tr-48325781850-28"]}} -{"id":"ec-meeting-2016-04-14-3a1de88eb914926624a1d4d89776ea2a9c40df53","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-14 - Cabinet of Commissioner Carlos Moedas x Climate Action Network Europe"],"date":["2016-04-14"],"summary":["legislative proposals of energy efficiency and renewable energy"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-0a716bf5253e913fc40ebf14c12f30dc2e7a06ee","eu-tr-55888811123-49"]}} -{"id":"ec-meeting-2016-04-14-3c4984c8a4aeea81c59c1ef2f5ca922fb92b6318","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-14 - Günther Oettinger x Fastweb S.p.A."],"date":["2016-04-14"],"summary":["telecom review"],"location":["Lech"],"address":["Lech"],"addressEntity":["addr-e9e69ebb9ebc1459298db0efbd1a887542a75e85"],"organizer":["ec-dg-de"],"involved":["eu-tr-58272867322-27","ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0"]}} -{"id":"ec-meeting-2016-04-14-44eaf4a1decd1bdc10f38aae343abe335c45fdfb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-14 - Cabinet of Vice-President Jyrki Katainen x European Youth Forum"],"date":["2016-04-14"],"summary":["Investment plan - youth unemployment and investment in education and review of the MFF/Europe 2020"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-99365f4c3081112dcbfa722a5eb05adecc68503e","eu-tr-43251547769-22"]}} -{"id":"ec-meeting-2016-04-14-4ca3596ea07b1a693585f6627edd93b304d450e2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-14 - Cabinet of Vice-President Valdis Dombrovskis x Insight Investment Management (Europe) Limited, Insight Investment Management Limited"],"date":["2016-04-14"],"summary":["Joint meeting Insight Ivest.Mngt/APG/PGGM/MN-Call for Evidence"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-283171720947-78","ec-person-3f9ca71b74344417d1f072ba7f3e2f09a223b036"]}} -{"id":"ec-meeting-2016-04-14-696f57791f0a4be8dce8f7278ea39da57064f518","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-14 - Cabinet of Vice-President Jyrki Katainen x European Policy Centre"],"date":["2016-04-14"],"summary":["Circular Economy conference"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-89632641000-47","ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90","ec-person-0da85dc48012e26688310a59a0b51727ea68f410"]}} -{"id":"ec-meeting-2016-04-14-6bb1c48a9301053c20ddf646f7395e2be6a7fbb6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-14 - Cabinet of Commissioner Violeta Bulc x Union des Transports Publics et ferroviaires"],"date":["2016-04-14"],"summary":["4th Railway Package"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-50629161801-61","ec-person-dd7851e4a1e747e824b4f81139e33bc3cdb73160"]}} -{"id":"ec-meeting-2016-04-14-6c76aa0e6e10dc14c07137053ee6f883eea73b82","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-14 - Cabinet of Vice-President Jyrki Katainen x Associazione Bancaria Italiana"],"date":["2016-04-14"],"summary":["Italian economy and banking sector"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-f9208d930adc70c6c64e21701e48f85f6f18e949","eu-tr-915519211566-03"]}} -{"id":"ec-meeting-2016-04-14-6cce8a88f8fb94b1ad5fd791fe854d9a97a5c9ae","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-14 - Cabinet of President Jean-Claude Juncker x Grupa Allegro sp. z o.o."],"date":["2016-04-14"],"summary":["Digital Single Market"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-44a061693f35519551be0e3dab996e76ad3f8c7c","eu-tr-54227469478-01"]}} -{"id":"ec-meeting-2016-04-14-6d059b2d966ed03c675d44af913d5d2bcd9c7b9e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-14 - Günther Oettinger x Computer & Communications Industry Association"],"date":["2016-04-14"],"summary":["copyright"],"location":["BXL"],"address":["BXL"],"addressEntity":["addr-d2fde52f67ea4a3e1fe233d0a959d6a1c77fd910"],"organizer":["ec-dg-de"],"involved":["eu-tr-15987896534-82","ec-person-49723482bb23d029cbfc010cb37eec7392a0ae02"]}} -{"id":"ec-meeting-2016-04-14-739faa23f07c7c14f8408843dd8345fadad22d66","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-14 - Cabinet of Vice-President Maroš Šefčovič x E.ON SE"],"date":["2016-04-14"],"summary":["Energy Efficiency and Investment"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-2be517b9261a91f2f07e05ec14c6331980e9716e","eu-tr-72760517350-57"]}} -{"id":"ec-meeting-2016-04-14-87042919ad843326c67577971f2eff589963b820","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-14 - Günther Oettinger x BT Group plc"],"date":["2016-04-14"],"summary":["telecom review"],"location":["Lech"],"address":["Lech"],"addressEntity":["addr-e9e69ebb9ebc1459298db0efbd1a887542a75e85"],"organizer":["ec-dg-de"],"involved":["ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0","eu-tr-00919034091-89"]}} -{"id":"ec-meeting-2016-04-14-90a85c7b599cc094db1928aafe0f7f48e9811491","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-14 - Cabinet of Commissioner Marianne Thyssen x PensioPlus"],"date":["2016-04-14"],"summary":["Pensions"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["eu-tr-378802611655-48","ec-person-e93189002a993321fd1af93481b271c766b1aff8","ec-person-ce19440eacb8fd67f534bdbcce33a1c4cedfd071"]}} -{"id":"ec-meeting-2016-04-14-9f4496f584f6e45835f7f271adac41807b0f3f6e","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2016-04-14 - Günther Oettinger x european competitive telecommunications association"],"date":["2016-04-14"],"summary":["connected and automated driving","telecom policy"],"location":["Brussels","BXL"],"address":["Brussels","BXL"],"addressEntity":["addr-d2fde52f67ea4a3e1fe233d0a959d6a1c77fd910","addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-4cd59e13386e3b68ecb3611fcc579e0a0a3938a5","eu-tr-24627752238-32","ec-person-5652698e8f7b4a189329e67fddbaff44dbe8658c"]}} -{"id":"ec-meeting-2016-04-14-b4d44821b74c74ac38e39decb93d181b5f60f951","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-14 - Cabinet of Commissioner Jonathan Hill x Deutscher Sparkassen-und Giroverband"],"date":["2016-04-14"],"summary":["European Deposit Insurance Scheme"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["eu-tr-62379064909-15","ec-person-f247edfcff54d4f26fc10769f809c92bc72d6797"]}} -{"id":"ec-meeting-2016-04-14-d19d7b16aa1412fff4e9fa7e6c3735c675c6661e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-14 - Cabinet of Vice-President Valdis Dombrovskis x Foundation for an Open Society DOTS"],"date":["2016-04-14"],"summary":["EU economic outlook; migration"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Washington DC"],"address":["Washington DC"],"addressEntity":["addr-736cd24f80718d440733a7f213d8d22160de4d25"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-b98fb7512c796626297f1e89a96665cbbb19188a","eu-tr-632264216418-66","ec-person-537401fc0be04984531b83660f416bf2fe14fbd8","ec-person-a9eda2e8ea54b70a968327672c6cada679d3cd56"]}} -{"id":"ec-meeting-2016-04-14-d6762883e27925813954ef35435ac23adf99d713","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-14 - Cabinet of Vice-President Jyrki Katainen x European Bioplastics"],"date":["2016-04-14"],"summary":["Circular economy"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-0da85dc48012e26688310a59a0b51727ea68f410","eu-tr-245070265-17"]}} -{"id":"ec-meeting-2016-04-14-d77e834a357c948dbcca88f40c884a4d863cb675","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-14 - Günther Oettinger x European Association Automotive Suppliers"],"date":["2016-04-14"],"summary":["connected and automated driving"],"location":["BXL"],"address":["BXL"],"addressEntity":["addr-d2fde52f67ea4a3e1fe233d0a959d6a1c77fd910"],"organizer":["ec-dg-de"],"involved":["eu-tr-91408765797-03","ec-person-5652698e8f7b4a189329e67fddbaff44dbe8658c"]}} -{"id":"ec-meeting-2016-04-14-dd50def734782821339619ffc3856b808b8a403b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-14 - Günther Oettinger x NXP Semiconductors Netherlands B.V."],"date":["2016-04-14"],"summary":["cybersecurity"],"location":["Lech"],"address":["Lech"],"addressEntity":["addr-e9e69ebb9ebc1459298db0efbd1a887542a75e85"],"organizer":["ec-dg-de"],"involved":["eu-tr-898711618618-45","ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0"]}} -{"id":"ec-meeting-2016-04-14-df2840ccabd5a8e68f5cd6e4c90bdeda0f439b75","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-14 - Cabinet of Commissioner Margrethe Vestager x industriAll European Trade Union"],"date":["2016-04-14"],"summary":["Digitalisation of industry"],"notes":["Portfolio: Competition"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-margrethe-of-vestager"],"involved":["ec-person-947ab3027ba90ce15968614ce35c12506b7a43ac","eu-tr-358284014848-82"]}} -{"id":"ec-meeting-2016-04-14-e29dcc9e283768363df8fabeb7c6a4fcf3ed628c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-14 - Günther Oettinger x Fondation EurActiv"],"date":["2016-04-14"],"summary":["EU Media Policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-4cd59e13386e3b68ecb3611fcc579e0a0a3938a5","eu-tr-23538077148-34"]}} -{"id":"ec-meeting-2016-04-14-e39e1c7d0cceb0ef2b332220a2b8c8fc961c36e7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-14 - Cabinet of Vice-President Miguel Arias Cañete x EuroGeoSurveys - The Geological Surveys of Europe"],"date":["2016-04-14"],"summary":["Geo survey"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-62773e55e1985542cb18a2a89f2053f2f39146b1","eu-tr-01224764261-72"]}} -{"id":"ec-meeting-2016-04-14-e9846dadc782825e4aedb35d06ce676dbb862c62","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-14 - Cabinet of Vice-President Andrus Ansip x TDF"],"date":["2016-04-14"],"summary":["Spectrum, 700 MHz"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-402017316983-27","ec-person-666bc159c7e65a3af9e63c1e97435c02f1496955"]}} -{"id":"ec-meeting-2016-04-14-ea195c201e96e1d96cf907185992c2646642f3c5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-14 - Cabinet of Vice-President Cecilia Malmström x European Liaison Committee for Agriculture and agri-food trade"],"date":["2016-04-14"],"summary":["trade policy and SPS issues"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-546282614966-51","ec-person-8529bbbc6db862f6b82d6fa66a7cf7668804dae7"]}} -{"id":"ec-meeting-2016-04-14-ea789bb379cbd7f54ce2aa50127e106edc475a30","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-14 - Cabinet of Commissioner Elżbieta Bieńkowska x European Association of Research and Technology Organisations"],"date":["2016-04-14"],"summary":["Video-message recorded for EARTO Annual Conference (18-19.04, the Hague) on EU Innovation Policy"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["ec-person-6cd920669457898c6304ed6a599a852d84518227","eu-tr-48918086666-95","ec-person-95a769a1850d7d595f9a5853c51dcbdd3ddd69fb"]}} -{"id":"ec-meeting-2016-04-14-eccee80660fe5893a5e63ed7587fc257f143ca61","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-14 - Cabinet of First Vice-President Frans Timmermans x EUROPEAN TRADE UNION CONFEDERATION"],"date":["2016-04-14"],"summary":["CWP 2016"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["ec-person-966667b73d92624be9bb019c2baab7e52331b3d3","eu-tr-06698681039-26"]}} -{"id":"ec-meeting-2016-04-14-f3cc16c35c67b9a99e6627b78336f59294e18d18","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-14 - Cabinet of Vice-President Johannes Hahn x TITAN CEMENT Co. SA"],"date":["2016-04-14"],"summary":["Business climate in Western Balkans"],"notes":["Portfolio: European Neighbourhood Policy & Enlargement Negotiations"],"location":["Brussels, belgium"],"address":["Brussels, belgium"],"addressEntity":["addr-b39b9dcfba3e578ef360518fd0aa4ce7938fab00"],"organizer":["ec-cabinet-hahn-johannes-of-president-vice"],"involved":["ec-person-8ffa69c5fdbbacf33a405e9e62a3ef920b5fcde1","eu-tr-692532614129-74"]}} -{"id":"ec-meeting-2016-04-15-0543f4ae19ee2d8e6123cd698994c7708fd31e5b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-15 - Cabinet of Vice-President Valdis Dombrovskis x Atlantic Council of the United States, Inc"],"date":["2016-04-15"],"summary":["Speech \"Europe's Staying Power\""],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Washington DC"],"address":["Washington DC"],"addressEntity":["addr-736cd24f80718d440733a7f213d8d22160de4d25"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-b98fb7512c796626297f1e89a96665cbbb19188a","eu-tr-524686116124-73","ec-person-537401fc0be04984531b83660f416bf2fe14fbd8","ec-person-a9eda2e8ea54b70a968327672c6cada679d3cd56"]}} -{"id":"ec-meeting-2016-04-15-31f7728a6b76e7362668eb7b8fb019c9534ecc52","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-15 - Günther Oettinger x SYSTAG GmbH"],"date":["2016-04-15"],"summary":["digitising industry, investments, education/skills"],"location":["Lech"],"address":["Lech"],"addressEntity":["addr-e9e69ebb9ebc1459298db0efbd1a887542a75e85"],"organizer":["ec-dg-de"],"involved":["ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0","eu-tr-322602218032-02"]}} -{"id":"ec-meeting-2016-04-15-3327972352f148853a659c1df6722c66cb2cb420","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-15 - Cabinet of President Jean-Claude Juncker x Fleishman-Hillard"],"date":["2016-04-15"],"summary":["current strategic challenges for the Juncker Commission"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-56047191389-84","ec-person-c402e34a99fbee730ae22e3b1958e21c94dc6fcc"]}} -{"id":"ec-meeting-2016-04-15-52d68b5fa741c71366c72dd8dc37b43369e9317a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-15 - Cabinet of Vice-President Jyrki Katainen x Metso Outotec Oyj Technology Industries of Finland (Teknologiateollisuus ry) Aurubis AG"],"date":["2016-04-15"],"summary":["Steel industry and Chinese MES"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-c50e8c2cc390c5efb0626988d173bc6758459e0f","eu-tr-602839415178-51","eu-tr-11160169347-78","ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90","ec-person-f9208d930adc70c6c64e21701e48f85f6f18e949","eu-tr-39705603497-38"]}} -{"id":"ec-meeting-2016-04-15-5c956a223c673b5b9eb0f5e36dcb6188f4cdcf97","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2016-04-15 - Günther Oettinger x Vodafone Belgium SA"],"date":["2016-04-15"],"summary":["telecom","Vectoring"],"location":["Lech","BXL"],"address":["Lech","BXL"],"addressEntity":["addr-e9e69ebb9ebc1459298db0efbd1a887542a75e85","addr-d2fde52f67ea4a3e1fe233d0a959d6a1c77fd910"],"organizer":["ec-dg-de"],"involved":["ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0","eu-tr-90142503473-81","ec-person-49723482bb23d029cbfc010cb37eec7392a0ae02"]}} -{"id":"ec-meeting-2016-04-15-6179b09b822f092209a4a8f7359aeac87c8e7629","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-15 - Justice and Consumers x Confederation of Finnish Industries EK"],"date":["2016-04-15"],"summary":["Introductory visit"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-just"],"involved":["ec-person-7f02c085966bf7e9ecf267d0fa52c94a32d1687f","eu-tr-1274604847-34"]}} -{"id":"ec-meeting-2016-04-15-83532dcb1bd0f5e2bf8402162ecd5ddae0e1728d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-15 - Justice and Consumers x Academic Cooperation Association"],"date":["2016-04-15"],"summary":["Courtesy visit"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-just"],"involved":["ec-person-7f02c085966bf7e9ecf267d0fa52c94a32d1687f","eu-tr-791937418045-95"]}} -{"id":"ec-meeting-2016-04-15-97c7dbc03d229e706a850fdfd44d64a0a35620ff","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-15 - Cabinet of Vice-President Valdis Dombrovskis x Institute of International Finance"],"date":["2016-04-15"],"summary":["Completing Capital Markets and Banking Union/Re-enforce the Euro Area"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Washington"],"address":["Washington"],"addressEntity":["addr-a27a6644654593ac9e5d122b1155ff23752c8073"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-48714858158-06","ec-person-b98fb7512c796626297f1e89a96665cbbb19188a","ec-person-537401fc0be04984531b83660f416bf2fe14fbd8","ec-person-a9eda2e8ea54b70a968327672c6cada679d3cd56"]}} -{"id":"ec-meeting-2016-04-15-9818e45e6798176b1b05bff124955ba29d22b9a0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-15 - Cabinet of Vice-President Cecilia Malmström x Fern"],"date":["2016-04-15"],"summary":["workshop on civil society engagement in FLEGT VPAs (timber) and FTAs,"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-40538475090-82","ec-person-8529bbbc6db862f6b82d6fa66a7cf7668804dae7"]}} -{"id":"ec-meeting-2016-04-15-9db91605f90ab199eabe0d7fa71358b91de15583","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-15 - Cabinet of President Jean-Claude Juncker x Climate Action Network Europe"],"date":["2016-04-15"],"summary":["Energy Union"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-b1bf9aa5fb7e886441ff341b657cc482b64a2a3e","eu-tr-55888811123-49"]}} -{"id":"ec-meeting-2016-04-15-bf39a68773dafc2e0aea735ce416eb71aac306ff","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-15 - Cabinet of Commissioner Jonathan Hill x Deutsche Bank AG"],"date":["2016-04-15"],"summary":["Financial Services Policy"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Birmingham, UK"],"address":["Birmingham, UK"],"addressEntity":["addr-8688d7602bc8ae1ffc1900d876dd8b65871844ff"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["eu-tr-271912611231-56","ec-person-f247edfcff54d4f26fc10769f809c92bc72d6797"]}} -{"id":"ec-meeting-2016-04-15-c60cf5f0dfa51a872b9a6a2dc56f38a14f2dda47","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-15 - Cabinet of Commissioner Tibor Navracsics x Association of Commercial Television and Video on Demand Services in Europe"],"date":["2016-04-15"],"summary":["Digital Single Market"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-49f31dad10f5641cb1d1e4c3107dd838389e8120","eu-tr-18574111503-28"]}} -{"id":"ec-meeting-2016-04-15-c9820e6b71c00719c1c1bb5ec9a1ce8b67e56846","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-15 - Cabinet of Commissioner Violeta Bulc x Community of European Railway and Infrastructure Companies"],"date":["2016-04-15"],"summary":["Commission’s road transport initiatives"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-7574621118-27","ec-person-dd7851e4a1e747e824b4f81139e33bc3cdb73160"]}} -{"id":"ec-meeting-2016-04-15-cb75f3b65d24b316e93fd9fb48593250c94116b0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-15 - Günther Oettinger x Volkswagen Aktiengesellschaft"],"date":["2016-04-15"],"summary":["connected & automated driving"],"location":["BXL"],"address":["BXL"],"addressEntity":["addr-d2fde52f67ea4a3e1fe233d0a959d6a1c77fd910"],"organizer":["ec-dg-de"],"involved":["ec-person-5652698e8f7b4a189329e67fddbaff44dbe8658c","eu-tr-6504541970-40"]}} -{"id":"ec-meeting-2016-04-15-d14518bf889bcacd15e0b09a634626b5de33ca78","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-15 - Cabinet of Commissioner Elżbieta Bieńkowska x Airbus"],"date":["2016-04-15"],"summary":["space strategy"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["brussels"],"address":["brussels"],"addressEntity":["addr-e2daa1574b7ac475c827b33e281bd2d5e013c882"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["ec-person-685ecf13dd26cd515c961e24ba71049af2302c5e","eu-tr-2732167674-76"]}} -{"id":"ec-meeting-2016-04-18-061cddbbc4dc46c493d3da4550e2fa15372e907d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-18 - Cabinet of Commissioner Jonathan Hill x Quiller Consultants"],"date":["2016-04-18"],"summary":["Credit Rating Agencies (SMEs CRAs and possible solutions)"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Belgium, Brussels, BERL"],"address":["Belgium, Brussels, BERL"],"addressEntity":["addr-afebf85a436897fe5234b2ac0d00a1ddc4c9dd27"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["ec-person-5fdb62e20cecef81f87f94d3d1bcdd3b47b26af0","eu-tr-006721220542-80"]}} -{"id":"ec-meeting-2016-04-18-09a8acd160b2abb890d10ed23c9a49a4884c68a7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-18 - Cabinet of Commissioner Violeta Bulc x European Road Assessment Programme"],"date":["2016-04-18"],"summary":["Road safety event in Slovenia"],"notes":["Portfolio: Transport"],"location":["Bruxelles"],"address":["Bruxelles"],"addressEntity":["addr-b58f5927b66d94a676970dc048485d4c6848f272"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-302862821331-66","ec-person-cb7aaf75b4c195481f149f904bc28b4e2ac2b7ab"]}} -{"id":"ec-meeting-2016-04-18-0ad5debe38a9186ff297186b69fff9a49bd6463c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-18 - Cabinet of Commissioner Margrethe Vestager x European Telecommunications Network Operators' Association"],"date":["2016-04-18"],"summary":["EU Digital Policies"],"notes":["Portfolio: Competition"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-margrethe-of-vestager"],"involved":["ec-person-5d3cde69206da720686a2bca71494091f1318f24","eu-tr-08957111909-85"]}} -{"id":"ec-meeting-2016-04-18-0da4b0994eba3ee5a01525e4a6a9c44f75fb614d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-18 - Cabinet of Vice-President Miguel Arias Cañete x Business European Capital Cities"],"date":["2016-04-18"],"summary":["Market Design"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-1831691c10441c5974327bbeb8693d6b6c1e50c3","eu-tr-423612620244-85"]}} -{"id":"ec-meeting-2016-04-18-2b7865f0dd322c12f7c16d62699cec506e428e90","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-18 - Günther Oettinger x Climate Action Network Europe"],"date":["2016-04-18"],"summary":["energy efficiency"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-55888811123-49","ec-person-3297113eb5d4e59bc84d571628f0130aa75c761a"]}} -{"id":"ec-meeting-2016-04-18-2c174f2f017eebdff2647dcbb223ccde107c9a37","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-18 - Cabinet of Commissioner Věra Jourová x EuroCommerce"],"date":["2016-04-18"],"summary":["Digital Contracts, DSM"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-a2ca9161feee56909a0e98b473c2d342c20fdb57","eu-tr-84973761187-60","ec-person-184e698af1eb9e33b179680570ca171d8cb31c94"]}} -{"id":"ec-meeting-2016-04-18-2e718b5eb6bc2b3d6b1502e6074792d3784074e1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-18 - Cabinet of Vice-President Andrus Ansip x BT Group plc"],"date":["2016-04-18"],"summary":["Telco review"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-666bc159c7e65a3af9e63c1e97435c02f1496955","eu-tr-00919034091-89"]}} -{"id":"ec-meeting-2016-04-18-33f7a35be6af41b41bae5f95861578b236d16861","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-18 - Cabinet of Commissioner Jonathan Hill x Association for Financial Markets in Europe"],"date":["2016-04-18"],"summary":["Securitisation; Banking prudential issues;"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["ec-person-890015b0d769ee93a09119846b414d4aae7c64ae","eu-tr-65110063986-76"]}} -{"id":"ec-meeting-2016-04-18-36cc22ee4e1254d0366cf40f2e9dd4938e987edb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-18 - Cabinet of Commissioner Jonathan Hill x London Stock Exchange Group"],"date":["2016-04-18"],"summary":["Merge LSE/Deutsche Borse"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["London"],"address":["London"],"addressEntity":["addr-4c57f0c88d9844630327623633ce269cf826ab99"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["eu-tr-550494915045-08","ec-person-f247edfcff54d4f26fc10769f809c92bc72d6797"]}} -{"id":"ec-meeting-2016-04-18-4a3b014a1b3696c1ba7602e56a8e36935c329a2e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-18 - Cabinet of President Jean-Claude Juncker x European Magazine Media Association European Newspaper Publishers' Association"],"date":["2016-04-18"],"summary":["Digital Single Market"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-44a061693f35519551be0e3dab996e76ad3f8c7c","eu-tr-5950962136-12","eu-tr-37937886834-69"]}} -{"id":"ec-meeting-2016-04-18-56df41ecd59d60e6c526bf92d8784f7d15c6fb8e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-18 - Günther Oettinger x Orange"],"date":["2016-04-18"],"summary":["industrial package"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-76704342721-41","ec-person-3297113eb5d4e59bc84d571628f0130aa75c761a"]}} -{"id":"ec-meeting-2016-04-18-5879f9173050eafe4b5cda155b8d48b1a89862b8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-18 - Cabinet of Vice-President Maroš Šefčovič x Renewables Grid Initiative e.V."],"date":["2016-04-18"],"summary":["Electricity infrastructure, market design, digitisation of energy system, public acceptance"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-793038613858-32","ec-person-1f95be23689cd4ed0a26fe2980f760ccf2d55c1e"]}} -{"id":"ec-meeting-2016-04-18-691652da275272e37f1be1320374239dea1f31f8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-18 - Energy x Lysios Public Affairs"],"date":["2016-04-18"],"summary":["energy policy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-22561156762-32","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2016-04-18-6db282039ad342f3bbb80c55e44de9b1b28936e9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-18 - Cabinet of Commissioner Tibor Navracsics x News Media Coalition"],"date":["2016-04-18"],"summary":["Digital Single Market"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["eu-tr-476355821134-75","ec-person-49f31dad10f5641cb1d1e4c3107dd838389e8120"]}} -{"id":"ec-meeting-2016-04-18-75b62d6975aae1ab393caeea1c8707b4c5899b48","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-18 - Cabinet of Commissioner Jonathan Hill x London Metal Exchange"],"date":["2016-04-18"],"summary":["Call for Evidence"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["London"],"address":["London"],"addressEntity":["addr-4c57f0c88d9844630327623633ce269cf826ab99"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["eu-tr-897792317185-95","ec-person-f247edfcff54d4f26fc10769f809c92bc72d6797"]}} -{"id":"ec-meeting-2016-04-18-845650b9e80f35eb3b22a8ae3736070c0b4be61f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-18 - Cabinet of Commissioner Violeta Bulc x CONFCOMMERCIO - IMPRESE PER L'ITALIA"],"date":["2016-04-18"],"summary":["road transport"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-04877777421-88","ec-person-5012c5e45a52ee8ce67d19c1781a127af53e73e7"]}} -{"id":"ec-meeting-2016-04-18-8a7e191854352cc6e7a6c3eb3df1e566405eae2e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-18 - Cabinet of Commissioner Jonathan Hill x Barclays PLC"],"date":["2016-04-18"],"summary":["TLAC/MREL; CRR;"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["ec-person-890015b0d769ee93a09119846b414d4aae7c64ae","eu-tr-72390466359-39"]}} -{"id":"ec-meeting-2016-04-18-8d4a68fc3a9a39f41cd279cb20af2f481703582b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-18 - Cabinet of Commissioner Violeta Bulc x VINCI Concessions"],"date":["2016-04-18"],"summary":["possible intervention of Fadi Selwan, Business Development director of VINCI Concessions and Chairman of VINCI Highways, at the TEN-T Days in Rotterdam next June"],"notes":["Portfolio: Transport"],"location":["Bruxelles"],"address":["Bruxelles"],"addressEntity":["addr-b58f5927b66d94a676970dc048485d4c6848f272"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-6a5ceb87383474e4b7f430af341029a155e255b0","eu-tr-706757116552-08"]}} -{"id":"ec-meeting-2016-04-18-9448367eb78acad6b39399d69fe6a80e6bd80f47","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-18 - Cabinet of Commissioner Věra Jourová x BT Group plc"],"date":["2016-04-18"],"summary":["EU Telecoms Framework legislation"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["eu-tr-00919034091-89","ec-person-f329292459cb1badb7fb7c6b67b698c441931bb2"]}} -{"id":"ec-meeting-2016-04-18-a63f88356ad470de26c2854923974a41a248ca54","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-18 - European Civil Protection and Humanitarian Aid Operations x Médecins du monde Belgique"],"date":["2016-04-18"],"summary":["Liens avec ECHO et actualité (WHS, Consensus Européen, liens avec les ONG françaises, avec le MAE)"],"location":["Bruxelles"],"address":["Bruxelles"],"addressEntity":["addr-b58f5927b66d94a676970dc048485d4c6848f272"],"organizer":["ec-dg-echo"],"involved":["eu-tr-562583120901-18","ec-person-61ea528d6b7f7cbbd1e55a4a19794b785df35cf9"]}} -{"id":"ec-meeting-2016-04-18-ae56c011077763d52aeae634d93b4ec65d326759","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-18 - Cabinet of Vice-President Neven Mimica x SANOFI"],"date":["2016-04-18"],"summary":["Access to health care including pharmaceuticals in developing countries"],"notes":["Portfolio: International Cooperation & Development"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-mimica-neven-of-president-vice"],"involved":["eu-tr-61291462764-77","ec-person-e90858f5aba78fd0e1cb2f757c3f38d55d91f98b"]}} -{"id":"ec-meeting-2016-04-18-b170e4c7d651f7e5d2a4f112e1e0a27152a5c4e8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-18 - Cabinet of Commissioner Carlos Moedas x Bayer AG"],"date":["2016-04-18"],"summary":["Open innovation & Innovative Medicine Initiative 2 (IMI2)"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["eu-tr-3523776801-85","ec-person-23980b2bc4fd9c82051d0f7888dc236b2f764866"]}} -{"id":"ec-meeting-2016-04-18-b75f6cc264831771612725a22fd4e2f5cfb02715","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-18 - Cabinet of Commissioner Jonathan Hill x European Financial Services Round Table"],"date":["2016-04-18"],"summary":["Financial policy and Digital"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["ec-person-03cf92829e273869bfbd8bbf4f1881dcd0848186","eu-tr-27636291880-60"]}} -{"id":"ec-meeting-2016-04-18-c63c23fabd7fd89db428f39adfadebf3d7799bed","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-18 - Cabinet of President Jean-Claude Juncker x SANOFI"],"date":["2016-04-18"],"summary":["EPSC, Interinstitutional relations"],"notes":["Portfolio: President"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-442e08d247d72bdef0fce4bf17477efe2a5bfe49","eu-tr-61291462764-77"]}} -{"id":"ec-meeting-2016-04-18-d61ff6a48aab34f8ff94a5e116e3edc24b6de85a","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2016-04-18 - Cabinet of Commissioner Christos Stylianides x Médecins Sans Frontières"],"date":["2016-04-18"],"summary":["Meeting on South Sudan humanitarian issues","International Humanitarian Law"],"notes":["Portfolio: Humanitarian Aid & Crisis Management"],"location":["BERL 11/076","Brussels"],"address":["BERL 11/076","Brussels"],"addressEntity":["addr-aa42d8966ab93673058090a254cf9aa1aae86b51","addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-christos-commissioner-of-stylianides"],"involved":["eu-tr-38497857515-11","ec-person-de605a3492bf8716a72a814958f304a939e828b3","ec-person-6f08c893ea685f6d5f50c2c6e373f294e3616698"]}} -{"id":"ec-meeting-2016-04-18-e53888026bbf6097d2775dda3a03b39f316052e3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-18 - Cabinet of Commissioner Elżbieta Bieńkowska x WindEurope"],"date":["2016-04-18"],"summary":["renewable energy"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-19920706471-21","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2016-04-18-e61659dcce0aef1da5e2139a5fd5b43d0c9fd1dc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-18 - Cabinet of Vice-President Andrus Ansip x Allied for Startups asbl"],"date":["2016-04-18"],"summary":["Platforms"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-634665118544-37","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45"]}} -{"id":"ec-meeting-2016-04-18-eca7a8171c625ee4628d95f200a875877a1365df","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-18 - Cabinet of Commissioner Jonathan Hill x The Investment Association"],"date":["2016-04-18"],"summary":["Capital Markets Union"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["London"],"address":["London"],"addressEntity":["addr-4c57f0c88d9844630327623633ce269cf826ab99"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["ec-person-f247edfcff54d4f26fc10769f809c92bc72d6797","eu-tr-5437826103-53"]}} -{"id":"ec-meeting-2016-04-18-ed41a8412d30a8d264e690a1af50d8e12ea9e302","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-18 - Cabinet of Commissioner Violeta Bulc x ECG - The Association of European Vehicle Logistics"],"date":["2016-04-18"],"summary":["preparation dinner-debate on digitalisation of logistics"],"notes":["Portfolio: Transport"],"location":["Brussels - Belgium"],"address":["Brussels - Belgium"],"addressEntity":["addr-85d514873c3b55c68206168e47e9d4fc69799cc8"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-7ac9445abdddc66a79f539ae13eb74e1ceb512df","eu-tr-2297093238-71"]}} -{"id":"ec-meeting-2016-04-18-eff8092000f680dfac1ad1a205f4a3fbe248c416","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-18 - Cabinet of Commissioner Věra Jourová x European Women's Lobby"],"date":["2016-04-18"],"summary":["Migrant situation"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-5455ecfabb89025694c798deac08160a2be17d94","eu-tr-85686156700-13"]}} -{"id":"ec-meeting-2016-04-18-f3e13f74eda0eea7e468c81793fc6b1f1390dc8f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-18 - Cabinet of President Jean-Claude Juncker x CNC - Communications & Network Consulting AG"],"date":["2016-04-18"],"summary":["Digital Single Market"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-44a061693f35519551be0e3dab996e76ad3f8c7c","eu-tr-41870286144-59"]}} -{"id":"ec-meeting-2016-04-18-fc987892d9e85d0a38fa9d85ec89db4e3cf6c6cc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-18 - Cabinet of Vice-President Maroš Šefčovič x Bundesverband der Deutschen Industrie e.V."],"date":["2016-04-18"],"summary":["Industry, Energy Union, Innovation, Investment"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-1771817758-48","ec-person-1f95be23689cd4ed0a26fe2980f760ccf2d55c1e"]}} -{"id":"ec-meeting-2016-04-18-ffa1d9a77124deecb837093cadb5ae1587acabc6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-18 - Cabinet of Commissioner Phil Hogan x G & H Associates (Europe) Ltd"],"date":["2016-04-18"],"summary":["Business discussion"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-400dd8d59d3060187d9b9b143d697da1a3d03c12","eu-tr-117819413609-43"]}} -{"id":"ec-meeting-2016-04-19-0264c4cd33708f9746a26909d80376c1b54d8be4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-19 - Cabinet of Vice-President Valdis Dombrovskis x Schroders Investment Management (Europe) SA"],"date":["2016-04-19"],"summary":["Capital Markets Union"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-48f31156d932641826e09f5b73f074d35ff05786","eu-tr-997906814697-71"]}} -{"id":"ec-meeting-2016-04-19-072366d3a661bab20f90b02810ca662222fe32c3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-19 - Cabinet of Vice-President Valdis Dombrovskis x NRW.BANK"],"date":["2016-04-19"],"summary":["Promotional Banks and BSR, SRM, EDIS, EFSI"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-48f31156d932641826e09f5b73f074d35ff05786","eu-tr-1321739923-73"]}} -{"id":"ec-meeting-2016-04-19-1401b77e5e6abc595be3747c6323f64cc3ef6fb4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-19 - Cabinet of Commissioner Jonathan Hill x Depository Trust & Clearing Corporation"],"date":["2016-04-19"],"summary":["Financial Policy"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["ec-person-a9f927e92126f22da48d08ee37b059179988ada8","eu-tr-525811814282-80"]}} -{"id":"ec-meeting-2016-04-19-16377feab1b41f65ba0a146427eaf00592b2c552","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-19 - Cabinet of Commissioner Tibor Navracsics x Sports Rights Owners' Coalition"],"date":["2016-04-19"],"summary":["Digital Single Market agenda"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["eu-tr-422544515758-37","ec-person-49f31dad10f5641cb1d1e4c3107dd838389e8120"]}} -{"id":"ec-meeting-2016-04-19-17152ad5144066caaa816d5d0fe9d8e539c23cb2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-19 - Cabinet of Vice-President Maroš Šefčovič x Airbus Safran"],"date":["2016-04-19"],"summary":["Energy Union"],"notes":["Portfolio: Energy Union"],"location":["Berl, Brussels"],"address":["Berl, Brussels"],"addressEntity":["addr-ff5250be1b5bfa1c741aa7bfc390b27ec2fc8289"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-71607351368-56","ec-person-2be517b9261a91f2f07e05ec14c6331980e9716e","ec-person-af83ed49c403cb9d7ebfecca7893f0054c1f4be5","eu-tr-2732167674-76"]}} -{"id":"ec-meeting-2016-04-19-1c0a75de5c170ecf5630237530a9a9a297910bb3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-19 - Energy x Council of European Energy Regulators"],"date":["2016-04-19"],"summary":["energy markets"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-65470797015-89","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2016-04-19-267f013f6f7b2dc95ded8f86e092664f76627e7a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-19 - Cabinet of Commissioner Jonathan Hill x Union Asset Management Holding AG"],"date":["2016-04-19"],"summary":["presentation comp + EUVECA"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Belgium, Brussels, BERL"],"address":["Belgium, Brussels, BERL"],"addressEntity":["addr-afebf85a436897fe5234b2ac0d00a1ddc4c9dd27"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["ec-person-5fdb62e20cecef81f87f94d3d1bcdd3b47b26af0","eu-tr-35378765850-63"]}} -{"id":"ec-meeting-2016-04-19-3527630a6137d5e67e8ff2bca7816e492ba61780","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-19 - Cabinet of Vice-President Cecilia Malmström x Telekom Austria AG"],"date":["2016-04-19"],"summary":["Belarus WTO accession"],"notes":["Portfolio: Trade"],"location":["Brussles, Belgium"],"address":["Brussles, Belgium"],"addressEntity":["addr-fcfeded9465b3bfe6f486fb872357db90a6617c9"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-5d4088e1913284a765aed8445f448f6ff341f1b3","eu-tr-99255639490-47","ec-person-591ec829ca734bcfe59a2c9c7f07f9dff22a0ea9"]}} -{"id":"ec-meeting-2016-04-19-35c14a099698dc0aa46443b7ea34d708b2c52e81","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-19 - Günther Oettinger x PwCIL"],"date":["2016-04-19"],"summary":["Digitising European Industry"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-60402754518-05","ec-person-c6cae64cc7dc787b66a47ab1613d3e922875b971"]}} -{"id":"ec-meeting-2016-04-19-3b418b6666da66948b737966e5e3df9f093cc6f6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-19 - Cabinet of Vice-President Miguel Arias Cañete x ENEL SpA"],"date":["2016-04-19"],"summary":["Electricity Market Design"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd","eu-tr-6256831207-27"]}} -{"id":"ec-meeting-2016-04-19-3bda483bd9cda9b75fa1c9eb421682b51b43b745","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-19 - Cabinet of Vice-President Andrus Ansip x Elisa Oyj"],"date":["2016-04-19"],"summary":["Wholesale roaming review"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-287872416724-91","ec-person-666bc159c7e65a3af9e63c1e97435c02f1496955"]}} -{"id":"ec-meeting-2016-04-19-425bfe52d848d2ee8bf3be5e7461e17db8cb5a96","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-19 - Climate Action x Robert Bosch GmbH"],"date":["2016-04-19"],"summary":["CO2 / cars"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-clima"],"involved":["ec-person-44c2f44f96dda2012bcb4e9abc749f6cae86a4c0","eu-tr-8999533555-91"]}} -{"id":"ec-meeting-2016-04-19-42a8ddea2bb4de75c7738e6df0bfad24fd7b7a20","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-19 - Cabinet of Commissioner Jonathan Hill x Aon Service Corporation"],"date":["2016-04-19"],"summary":["IORP2; Personal pension; Common Framework for Risk Assessment and Transparency for IORPs"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["ec-person-890015b0d769ee93a09119846b414d4aae7c64ae","eu-tr-876564420204-22"]}} -{"id":"ec-meeting-2016-04-19-4a4d32b533177bdbf0bb97897e2ffd3a677ccc5b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-19 - Informatics x Cisco Systems Inc."],"date":["2016-04-19"],"summary":["Presentation of Cisco services, innovations and management of human resources"],"location":["San Francisco, USA"],"address":["San Francisco, USA"],"addressEntity":["addr-ad4c57bf43ff655bbfc50be9d5313f10b0ddf314"],"organizer":["ec-dg-digit"],"involved":["ec-person-32591d36027eb92a66b57d5bcc8c57d9574380b0","eu-tr-494613715191-85"]}} -{"id":"ec-meeting-2016-04-19-51e43ea2011d3bccac05746554295cdc317ddcc9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-19 - Cabinet of Commissioner Jonathan Hill x Institute of International Finance"],"date":["2016-04-19"],"summary":["Global economic issues; Call for evidence"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["eu-tr-48714858158-06","ec-person-f247edfcff54d4f26fc10769f809c92bc72d6797"]}} -{"id":"ec-meeting-2016-04-19-551a65eaf889e7477496f63d251efa34e00a7a6a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-19 - Günther Oettinger x association of television and radio sales houses"],"date":["2016-04-19"],"summary":["AVMSD"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-1977807375-62","ec-person-c6c38691c27b1498b60b18409aa979cf1dd1f4ac"]}} -{"id":"ec-meeting-2016-04-19-561484bb87c740efbf93b8533d6733f42a77bb6d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-19 - Communications Networks, Content and Technology x Meta Platforms Ireland Limited and its various subsidiaries (f/k/a Facebook Ireland Limited)"],"date":["2016-04-19"],"summary":["Upcoming telecommunication policy issues incl. Issues regarding better regulation, deregulation, the role of OTT's and network neutrality."],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-28666427835-74","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2016-04-19-5c3352d36fc925283cccf2571b31b6a0120e2291","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-19 - Cabinet of Vice-President Maroš Šefčovič x Kangaroo Group"],"date":["2016-04-19"],"summary":["Space, Security and Defence"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-81031887403-27","ec-person-1f95be23689cd4ed0a26fe2980f760ccf2d55c1e"]}} -{"id":"ec-meeting-2016-04-19-641a02feba6c8ca80d8593c5eb544eaf001a0553","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-19 - Energy x Terna spa"],"date":["2016-04-19"],"summary":["energy policy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-937812815077-68","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2016-04-19-6e11a42e323d52ecff4032bbbd76a95fc04ad9c3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-19 - Cabinet of Commissioner Margrethe Vestager x Gymnasieskolernes Lærerforening"],"date":["2016-04-19"],"summary":["Education Policy"],"notes":["Portfolio: Competition"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-margrethe-of-vestager"],"involved":["ec-person-baa1c172df109ebd1f0307bccb5e21aec66c7a25","eu-tr-883766921504-19"]}} -{"id":"ec-meeting-2016-04-19-75dda147e80fbbc5de994d61e0ab82ca48c1528e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-19 - Cabinet of Vice-President Johannes Hahn x Deutsche Telekom"],"date":["2016-04-19"],"summary":["Discussion on Digital Single Market and FDI in the Western Balkans"],"notes":["Portfolio: European Neighbourhood Policy & Enlargement Negotiations"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-hahn-johannes-of-president-vice"],"involved":["ec-person-2fca685599028e7674f6143b21eb6760c913eef0","eu-tr-60052162589-72"]}} -{"id":"ec-meeting-2016-04-19-7f78068ecd6837c297ad7bc6eddeeca797db6bfe","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-19 - Migration and Home Affairs x Freshfields Bruckhaus Deringer LLP"],"date":["2016-04-19"],"summary":["Informal Lunch Discussion on Migration and Asylum Policy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-home"],"involved":["eu-tr-443913019286-78","ec-person-ae1262e8850ed1e9a0530b0ad7440ac648255896"]}} -{"id":"ec-meeting-2016-04-19-803d033c386fd692b71c4851586e393e238131fd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-19 - Cabinet of Vice-President Jyrki Katainen x Cicero Consulting Limited"],"date":["2016-04-19"],"summary":["CMU"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-40887916962-23","ec-person-955e8c493ab54847bb92b65986f56a401f8eabee"]}} -{"id":"ec-meeting-2016-04-19-9a0b013bf24162cac18091296a9950a723a25321","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-19 - Cabinet of Vice-President Cecilia Malmström x pantarhei corporate advisors American Superconductor Corporation"],"date":["2016-04-19"],"summary":["Intelectual Property protection in China"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-697670121299-68","eu-tr-21877126545-33","ec-person-98880f3f4206145e196013db9dd806a551c11e06"]}} -{"id":"ec-meeting-2016-04-19-a130e6fc5480af164474b2b32f2ab5b3a6dd4f80","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-19 - Cabinet of Commissioner Tibor Navracsics x European Healthy Lifestyle Alliance"],"date":["2016-04-19"],"summary":["Presentation of the EHLA's project"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-49f31dad10f5641cb1d1e4c3107dd838389e8120","eu-tr-633009613835-17"]}} -{"id":"ec-meeting-2016-04-19-a148993add30b12071231d8592d9dd29c2c12f44","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-19 - Cabinet of Vice-President Jyrki Katainen x SUEZ Group"],"date":["2016-04-19"],"summary":["circular economy"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-0da85dc48012e26688310a59a0b51727ea68f410","eu-tr-27799842497-69"]}} -{"id":"ec-meeting-2016-04-19-a229b558ce6b906b0a191449f76a2456c1cfe629","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-19 - Cabinet of Commissioner Věra Jourová x techUK"],"date":["2016-04-19"],"summary":["Digital Contracts, DP"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["eu-tr-279128116707-71","ec-person-184e698af1eb9e33b179680570ca171d8cb31c94","ec-person-f329292459cb1badb7fb7c6b67b698c441931bb2","ec-person-ff9ad301b778d595651cc4c46ec3a4cf1ef10376"]}} -{"id":"ec-meeting-2016-04-19-b9300454e6c1f8edc3376a937be4419945944632","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-19 - Cabinet of President Jean-Claude Juncker x Skane European Office"],"date":["2016-04-19"],"summary":["Speech - Conference Southswedish regions on EFSI"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-264715410758-45","ec-person-c402e34a99fbee730ae22e3b1958e21c94dc6fcc"]}} -{"id":"ec-meeting-2016-04-19-b9cf2063d2aa3b76ccdfb0c8c8f056aa762037ae","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-19 - Cabinet of Vice-President Andrus Ansip x IBM Corporation"],"date":["2016-04-19"],"summary":["Free flow of data, cloud, standardisation, internet of things, EU-US Privacy Shield"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-7721359944-96","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45","ec-person-c759bd58acc54869aa8e62ce652efcda416e25c2","ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0"]}} -{"id":"ec-meeting-2016-04-19-c0b3b73da28f68fa2aa513d435ff33e9c6b6981e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-19 - Cabinet of Commissioner Violeta Bulc x International Consolidated Airlines Group"],"date":["2016-04-19"],"summary":["Aviation"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-9d4dc4867a44dfe10f67ae7ee1706da3e8b48a24","eu-tr-60340504060-88"]}} -{"id":"ec-meeting-2016-04-19-c26bbb6fb084eb2ebc63caaa542ec7460b2f90b4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-19 - Cabinet of President Jean-Claude Juncker x Bundesverband der Deutschen Industrie e.V."],"date":["2016-04-19"],"summary":["The challenges facing the Juncker Commission: where are we on the delivery of the 10 Juncker priorities ?"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-1771817758-48","ec-person-80c6995ad1cd6aefa72f1bf440b17b6d8c6dd4b8"]}} -{"id":"ec-meeting-2016-04-19-cd8aaa016b23355812205bd35fccc9da5654df0e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-19 - Cabinet of Commissioner Tibor Navracsics x American Chamber of Commerce to the European Union"],"date":["2016-04-19"],"summary":["Follow-up meeting"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-dc2e0fed0fdf39a6a3f3ad63355c5215599de9d1","eu-tr-5265780509-97"]}} -{"id":"ec-meeting-2016-04-19-cde7598b4ff167c3a2c89acf67c1c1a86c46236d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-19 - Cabinet of Commissioner Věra Jourová x IBM Corporation"],"date":["2016-04-19"],"summary":["Privacy Shield, Diversity at the workplace, Women in decision making"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-5455ecfabb89025694c798deac08160a2be17d94","eu-tr-7721359944-96","ec-person-a608b85b2ffef83f883b5a2330b6232efa1b7141"]}} -{"id":"ec-meeting-2016-04-19-d5a8d64bd5e961273d95476657ac6e91fe818940","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-19 - Energy x Deutsche Bank AG"],"date":["2016-04-19"],"summary":["energy investments"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-271912611231-56","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2016-04-19-d83bbd94aa9c1cab63266aa58a46279efcc7c682","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-19 - Mobility and Transport x Indra"],"date":["2016-04-19"],"summary":["Single European Sky, Shift2Rail"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-move"],"involved":["eu-tr-208351410839-33","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2016-04-19-dd62afd8da0fd879347a575a9bf7d066206f3be0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-19 - Cabinet of President Jean-Claude Juncker x European Network of Transmission System Operators for Electricity"],"date":["2016-04-19"],"summary":["Energy Union"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-25805148045-87","ec-person-b1bf9aa5fb7e886441ff341b657cc482b64a2a3e"]}} -{"id":"ec-meeting-2016-04-19-e494985c53c7c1007a68842e05ea1ee12c90f0a1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-19 - Cabinet of Commissioner Christos Stylianides x Save the Children International International Rescue Committee Inc International Federation of Red Cross and Red Crescent Societies Médecins du monde Belgique"],"date":["2016-04-19"],"summary":["launch of contracts for emergency support regulation"],"notes":["Portfolio: Humanitarian Aid & Crisis Management"],"location":["Athens"],"address":["Athens"],"addressEntity":["addr-b85c37fe604c92003f3f88be8edf938efbe00ff2"],"organizer":["ec-cabinet-christos-commissioner-of-stylianides"],"involved":["ec-person-cdd689bd079714522dad472ea4446b0fcc660d8f","eu-tr-11610562644-55","eu-tr-132236315085-89","eu-tr-66790095679-26","eu-tr-562583120901-18"]}} -{"id":"ec-meeting-2016-04-19-ed9a39451f14f50c61d23135879cb3634c487c3a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-19 - Cabinet of High Representative / Vice-President Federica Mogherini x Terna spa"],"date":["2016-04-19"],"summary":["Energy Union"],"notes":["Portfolio: Foreign Affairs and Security Policy"],"location":["Brussels (Berlaymont)"],"address":["Brussels (Berlaymont)"],"addressEntity":["addr-4e70ddf45e81f0631950978c4aa49a218756a3f4"],"organizer":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"involved":["eu-tr-937812815077-68","ec-person-0d87d503aa00db1df141f3b1bfea3e0ccb43ece9"]}} -{"id":"ec-meeting-2016-04-20-017e793b641238b200c1413a2277ac4f7907dbdd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-20 - Cabinet of Commissioner Věra Jourová x Bundesverband der Deutschen Industrie e.V."],"date":["2016-04-20"],"summary":["General overview justice files"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["eu-tr-1771817758-48","ec-person-184e698af1eb9e33b179680570ca171d8cb31c94"]}} -{"id":"ec-meeting-2016-04-20-02b4f1f64c8f4899c8e15b110ce2d3c6a3ecdb77","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-20 - Informatics x Red Hat Limited"],"date":["2016-04-20"],"summary":["Open Source and case studies from public administrations"],"location":["Sillicon Valley, USA"],"address":["Sillicon Valley, USA"],"addressEntity":["addr-ebd7a8aabb880d514ee4ffa182d52dd7cd518f8b"],"organizer":["ec-dg-digit"],"involved":["ec-person-32591d36027eb92a66b57d5bcc8c57d9574380b0","eu-tr-741186216712-07"]}} -{"id":"ec-meeting-2016-04-20-033d307660487c96ea92470bb88a0eadd3a1ca9f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-20 - Günther Oettinger x techUK The Coalition for a Digital Economy"],"date":["2016-04-20"],"summary":["platforms"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-4cd59e13386e3b68ecb3611fcc579e0a0a3938a5","eu-tr-563548917357-88","eu-tr-279128116707-71"]}} -{"id":"ec-meeting-2016-04-20-04a52a63739cebeda66ec20f69033e2ad2f6e8e7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-20 - Migration and Home Affairs x Friends of Europe"],"date":["2016-04-20"],"summary":["Working Lunch on the Refugee Crisis and the European Project"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-home"],"involved":["eu-tr-99436366768-45","ec-person-ae1262e8850ed1e9a0530b0ad7440ac648255896"]}} -{"id":"ec-meeting-2016-04-20-08fedd9defdd1b9b2d54e86b11ecae6ed8a10ca7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-20 - Informatics x FireEye Ireland Limited"],"date":["2016-04-20"],"summary":["FireEye Presentation of Strategy, Cyber Intelligence and Security Services"],"location":["Silicon Valley, USA"],"address":["Silicon Valley, USA"],"addressEntity":["addr-7bec951fdb5ba2a4861038cf9b120c39fafe3941"],"organizer":["ec-dg-digit"],"involved":["eu-tr-219933021292-32","ec-person-32591d36027eb92a66b57d5bcc8c57d9574380b0"]}} -{"id":"ec-meeting-2016-04-20-121a5b93bbd27ceaf7e16704761a49126ca8f9d1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-20 - Cabinet of Commissioner Vytenis Andriukaitis x The National Advisory Council to the Thalidomide Trust"],"date":["2016-04-20"],"summary":["Thalidomide"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-059ca943fc5fc696d2a97849c635ddf7b6ab7fd7","eu-tr-481428814432-64"]}} -{"id":"ec-meeting-2016-04-20-139912f0f29ea212ea8eac42b80765ccb379e697","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-20 - Cabinet of Commissioner Tibor Navracsics x NBCUniversal International"],"date":["2016-04-20"],"summary":["Digital Single Market"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["eu-tr-636284018907-42","ec-person-49f31dad10f5641cb1d1e4c3107dd838389e8120"]}} -{"id":"ec-meeting-2016-04-20-198085e81cb92d3d1538622dff890a3ba176d509","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-20 - Cabinet of Commissioner Vytenis Andriukaitis x Royal Society for Public Health"],"date":["2016-04-20"],"summary":["Alcohol related harm"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-b9c3f19e7c5f216e3e508f931ddd6a9cb59376d1","ec-person-df30d07ef698a52b9948b9c734db39196cf8541f","eu-tr-685333220477-62"]}} -{"id":"ec-meeting-2016-04-20-19818e09ee59869ee2a74df3b6ee0dd6cb459b45","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-20 - Cabinet of Vice-President Miguel Arias Cañete x Trans Adriatic Pipeline"],"date":["2016-04-20"],"summary":["Gas infrastructure"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-1831691c10441c5974327bbeb8693d6b6c1e50c3","eu-tr-570335813082-79"]}} -{"id":"ec-meeting-2016-04-20-1c74e33de4c72b275cd82ca29fb8c59a1f8294cc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-20 - Cabinet of Commissioner Vytenis Andriukaitis x Compassion in World Farming International"],"date":["2016-04-20"],"summary":["Animal welfare"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-0dbfffeb0323f819c8d57164906086dd8639c437","eu-tr-26535516539-45"]}} -{"id":"ec-meeting-2016-04-20-2b666d21e9f3bf53f5bc0b64f203fa79fdeb38a6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-20 - Günther Oettinger x NBCUniversal International"],"date":["2016-04-20"],"summary":["copyright"],"location":["BXL"],"address":["BXL"],"addressEntity":["addr-d2fde52f67ea4a3e1fe233d0a959d6a1c77fd910"],"organizer":["ec-dg-de"],"involved":["eu-tr-636284018907-42","ec-person-49723482bb23d029cbfc010cb37eec7392a0ae02"]}} -{"id":"ec-meeting-2016-04-20-4a085e8dfbe98893a5ccfb57cc14b153d476bd06","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-20 - Cabinet of President Jean-Claude Juncker x Konrad-Adenauer-Stiftung"],"date":["2016-04-20"],"summary":["European solutions to the migration challenge."],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-2905437316-11","ec-person-b1bf9aa5fb7e886441ff341b657cc482b64a2a3e","ec-person-80c6995ad1cd6aefa72f1bf440b17b6d8c6dd4b8"]}} -{"id":"ec-meeting-2016-04-20-5a9a634a89c90309017a32d46dd248226d1ed317","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-20 - Cabinet of Commissioner Margrethe Vestager x Coalition France pour l'efficacité énergétique"],"date":["2016-04-20"],"summary":["Energy Regulation"],"notes":["Portfolio: Competition"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-margrethe-of-vestager"],"involved":["eu-tr-647629915338-36","ec-person-2e96673ec2acdfc668f6970535551f9afa1f8729"]}} -{"id":"ec-meeting-2016-04-20-6922343d818201958123e03021b6fe737958c899","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-20 - Energy x Hill & Knowlton International Belgium Trafigura Group Pte."],"date":["2016-04-20"],"summary":["Energy policy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-3183894853-03","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e","eu-tr-955315115949-73"]}} -{"id":"ec-meeting-2016-04-20-7809ba3839b0c594526789476dfe10cd4cbc0a5a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-20 - Cabinet of President Jean-Claude Juncker x Association of Commercial Television and Video on Demand Services in Europe association of television and radio sales houses"],"date":["2016-04-20"],"summary":["Digital Single Market"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-1977807375-62","ec-person-44a061693f35519551be0e3dab996e76ad3f8c7c","eu-tr-18574111503-28"]}} -{"id":"ec-meeting-2016-04-20-8223ee2202aacc4dac1d5e1b296f6b771efe7437","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-20 - Cabinet of Vice-President Cecilia Malmström x Vereniging VNO-NCW"],"date":["2016-04-20"],"summary":["TTIP; CETA; Mercosur; China"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-cb8ca9ec2413722fa83484ed18dd76ace52d0118","eu-tr-13255254129-80"]}} -{"id":"ec-meeting-2016-04-20-85a0c91b286c15d6213bac578fe4bd8072d7d0eb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-20 - Cabinet of Commissioner Věra Jourová x NBCUniversal International"],"date":["2016-04-20"],"summary":["DSM agenda (digital contracts, copyright)"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["eu-tr-636284018907-42","ec-person-a2ca9161feee56909a0e98b473c2d342c20fdb57"]}} -{"id":"ec-meeting-2016-04-20-88d2324cacf1b06c26e830a012636c824f89352b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-20 - Cabinet of Commissioner Corina Crețu x Dynamic Vision"],"date":["2016-04-20"],"summary":["Meeting between Commissioner Cretu and Mayor of Lesvos Mr Galinos and his collaborators on Migration crisis"],"notes":["Portfolio: Regional Policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-corina-cretu-of"],"involved":["ec-person-b6d8ffa1f6c665ea8de36b048d1320f9fe4a52fa","eu-tr-889762221474-21","ec-person-2ab6296ada57eee7b1af6a77e7ff23cf6b0b1ccf"]}} -{"id":"ec-meeting-2016-04-20-911139569d0d1dff7b12b06f311e90e572d86c74","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-20 - Cabinet of Commissioner Vytenis Andriukaitis x World Economic Forum"],"date":["2016-04-20"],"summary":["The new Group of Trustees on the future of Health Global Challenge"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-059ca943fc5fc696d2a97849c635ddf7b6ab7fd7","ec-person-97425c615743576adc42e09bee7dac14f83f691b","eu-tr-953426816942-83"]}} -{"id":"ec-meeting-2016-04-20-9b97489ac60142881ae70595d385cc5ec74b8160","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-20 - Cabinet of Vice-President Cecilia Malmström x IBM Corporation"],"date":["2016-04-20"],"summary":["Trade for All"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-7721359944-96","ec-person-19b143e83f8ab978c55c8a9a9e49e06dbfa14bf3"]}} -{"id":"ec-meeting-2016-04-20-9d6e59c09c8543705e553bee498ee0902c8b91b8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-20 - Cabinet of Commissioner Tibor Navracsics x European Club Association"],"date":["2016-04-20"],"summary":["Football governance and state of play of the European football"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["eu-tr-564607316826-42","ec-person-49f31dad10f5641cb1d1e4c3107dd838389e8120"]}} -{"id":"ec-meeting-2016-04-20-a148097b6d4cc59c5cc5a9e71701da8b8a2a305a","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2016-04-20 - Cabinet of Vice-President Miguel Arias Cañete x Eurelectric aisbl"],"date":["2016-04-20"],"summary":["Market Design","Market design and renewables"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-1831691c10441c5974327bbeb8693d6b6c1e50c3","eu-tr-4271427696-87","ec-person-260e00934471a02805fb143935d6e9205a7f355f"]}} -{"id":"ec-meeting-2016-04-20-a273c88fc6197c7d4eadf234f58e8c71b9dd63dd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-20 - Cabinet of Commissioner Věra Jourová x SABMiller Europe AG"],"date":["2016-04-20"],"summary":["DSM Agenda (AVMSD, advertising issues)"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-a2ca9161feee56909a0e98b473c2d342c20fdb57","eu-tr-701994315052-90"]}} -{"id":"ec-meeting-2016-04-20-accaedcdccb1e308b3d3514924d2e992a6e495a0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-20 - Cabinet of Vice-President Maroš Šefčovič x Stichting European Climate Foundation"],"date":["2016-04-20"],"summary":["Workshop industrial innovation (I2-4c)"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-64869491516-70","ec-person-9f6823821fe68d82e9b9dbe81181ecacb0265d94"]}} -{"id":"ec-meeting-2016-04-20-adabef1de738e170c5c82d4429120b70e54d39b9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-20 - Cabinet of Commissioner Carlos Moedas x Asthma UK"],"date":["2016-04-20"],"summary":["Asthma research"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-b8d49828915f9008e764a78796d47ea00807a658","eu-tr-362205121320-18"]}} -{"id":"ec-meeting-2016-04-20-b33158a70b9437d745bfd967f6988940336e4c1a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-20 - Cabinet of Commissioner Věra Jourová x Facebook Ireland Limited"],"date":["2016-04-20"],"summary":["opening of Brussels premises"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-a2ca9161feee56909a0e98b473c2d342c20fdb57","eu-tr-28666427835-74"]}} -{"id":"ec-meeting-2016-04-20-c0179399d4e0a2de316934088968389d85208a60","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-20 - Cabinet of Commissioner Corina Crețu x ΚΟΛΟΚΥΘΑΣ"],"date":["2016-04-20"],"summary":["Meeting between Commissioner Cretu and Mayor of Lesvos Mr Galinos and his collaborators on Migration crisis"],"notes":["Portfolio: Regional Policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-corina-cretu-of"],"involved":["ec-person-b6d8ffa1f6c665ea8de36b048d1320f9fe4a52fa","eu-tr-695215021476-20","ec-person-2ab6296ada57eee7b1af6a77e7ff23cf6b0b1ccf"]}} -{"id":"ec-meeting-2016-04-20-c13b7c0d954e0062f45949888bfce992d1b0e3a5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-20 - Energy x Eni S.p.A."],"date":["2016-04-20"],"summary":["Energy policy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-99578067285-35","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2016-04-20-c22d1c5e5b8ca9a6e34f91064bec83ff2866c573","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-20 - Günther Oettinger x Elisa Oyj Petri Lahesmaa Consulting"],"date":["2016-04-20"],"summary":["telecom policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-344894120925-87","ec-person-4cd59e13386e3b68ecb3611fcc579e0a0a3938a5","eu-tr-287872416724-91"]}} -{"id":"ec-meeting-2016-04-20-cac97f2252c34093abe9a99090e1c9e069c5bfb4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-20 - Cabinet of Vice-President Maroš Šefčovič x IBM Corporation"],"date":["2016-04-20"],"summary":["Energy Union"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-7721359944-96","ec-person-1f95be23689cd4ed0a26fe2980f760ccf2d55c1e"]}} -{"id":"ec-meeting-2016-04-20-e7640adcb4933c02e4a0689f54ab42392ad0914f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-20 - Cabinet of Vice-President Jyrki Katainen x Eurocities"],"date":["2016-04-20"],"summary":["Presentation of the company, sharing economy, sharing cities"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-c50e8c2cc390c5efb0626988d173bc6758459e0f","eu-tr-12493392840-79"]}} -{"id":"ec-meeting-2016-04-20-eaae3ed022b553b589a54e16ff98e4c60c3bc6bd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-20 - Informatics x EMC Information Systems"],"date":["2016-04-20"],"summary":["IT Transformation, Big Data and Analytics"],"location":["Silicon Valley, USA"],"address":["Silicon Valley, USA"],"addressEntity":["addr-7bec951fdb5ba2a4861038cf9b120c39fafe3941"],"organizer":["ec-dg-digit"],"involved":["eu-tr-836207415126-14","ec-person-32591d36027eb92a66b57d5bcc8c57d9574380b0"]}} -{"id":"ec-meeting-2016-04-21-12515a8b837e7e9424ed31d088bc52cb077267c2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-21 - Günther Oettinger x NOVE Hewlett Packard Enterprise"],"date":["2016-04-21"],"summary":["cloud"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-4cd59e13386e3b68ecb3611fcc579e0a0a3938a5","eu-tr-522122412613-18","eu-tr-075071719925-75"]}} -{"id":"ec-meeting-2016-04-21-1871dd90d75673e3d0384d2314c87ca36905cb35","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-21 - Cabinet of Vice-President Andrus Ansip x SGI Europe"],"date":["2016-04-21"],"summary":["Digitalisation"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-6a03bc4fa7657513ea34529e98dba0671ef4c849","eu-tr-59513031434-92"]}} -{"id":"ec-meeting-2016-04-21-27d78bcb982fded2424e340c5a5e6b6f9dcd86ff","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-21 - Günther Oettinger x METRO AG"],"date":["2016-04-21"],"summary":["preparation of e-commerce event"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-479994110538-77","ec-person-3297113eb5d4e59bc84d571628f0130aa75c761a"]}} -{"id":"ec-meeting-2016-04-21-2d47bbcb1c3ffa9a22e5125b485a55390c5fb68b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-21 - Cabinet of Vice-President Jyrki Katainen x Aalto-korkeakoulusäätiö / Aalto University"],"date":["2016-04-21"],"summary":["Innovation Policy"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-25901146020-53","ec-person-99365f4c3081112dcbfa722a5eb05adecc68503e"]}} -{"id":"ec-meeting-2016-04-21-3ab3ea3691ffa0df75cef3fdd0d528635a9d22e1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-21 - Cabinet of Vice-President Neven Mimica x DSW (Deutsche Stiftung Weltbevoelkerung)"],"date":["2016-04-21"],"summary":["EU gender policies and funding instruments"],"notes":["Portfolio: International Cooperation & Development"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-mimica-neven-of-president-vice"],"involved":["ec-person-b187f3955c71d2e1daa48e02fd0a09ab7c6f6098","eu-tr-32018754890-28"]}} -{"id":"ec-meeting-2016-04-21-3be3f9ea2fd8190d2c62ee9b97f6f94022249adc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-21 - Cabinet of Commissioner Phil Hogan x Teneo Brussels"],"date":["2016-04-21"],"summary":["Biofuels for Rural Communities"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-91124993695-29","ec-person-ff8342dedc26701400fcb7dcf73fbee50a837ac6"]}} -{"id":"ec-meeting-2016-04-21-3dad0edd903a66316a79dfd40b2decff8abe2bd2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-21 - Cabinet of Commissioner Violeta Bulc x European Barge Union Inland Navigation Europe"],"date":["2016-04-21"],"summary":["TEN-T Days 2016"],"notes":["Portfolio: Transport"],"location":["Brussels-Belgium"],"address":["Brussels-Belgium"],"addressEntity":["addr-8aa817030dbcdfbb53f748ee3078a4c164aa27db"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-1811573195-25","ec-person-7ac9445abdddc66a79f539ae13eb74e1ceb512df","eu-tr-36944616803-45"]}} -{"id":"ec-meeting-2016-04-21-445fff7d73d8df3bb48ae9cde808702bcb9ac110","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-21 - Cabinet of Commissioner Violeta Bulc x Aviation Strategy & Concepts"],"date":["2016-04-21"],"summary":["Aviation"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-51135259400-72","ec-person-5012c5e45a52ee8ce67d19c1781a127af53e73e7","ec-person-9d4dc4867a44dfe10f67ae7ee1706da3e8b48a24"]}} -{"id":"ec-meeting-2016-04-21-4cc499e681bc3cc94e109a6cbabdfa3732e2df95","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-21 - Cabinet of High Representative / Vice-President Federica Mogherini x Dalmine S.p.A."],"date":["2016-04-21"],"summary":["Steel sector"],"notes":["Portfolio: Foreign Affairs and Security Policy"],"location":["Brussels (Berlaymont)"],"address":["Brussels (Berlaymont)"],"addressEntity":["addr-4e70ddf45e81f0631950978c4aa49a218756a3f4"],"organizer":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"involved":["ec-person-0d87d503aa00db1df141f3b1bfea3e0ccb43ece9","eu-tr-90748218095-34"]}} -{"id":"ec-meeting-2016-04-21-4e9d22f803546027c186f7792ca3b04f14e5a907","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-21 - Cabinet of Commissioner Jonathan Hill x The Goldman Sachs Group, Inc."],"date":["2016-04-21"],"summary":["Overview of ongoing financial regulatory agenda"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["eu-tr-701266814986-18","ec-person-f247edfcff54d4f26fc10769f809c92bc72d6797"]}} -{"id":"ec-meeting-2016-04-21-585c0331c68a77428ffdf67b4e6313ae576d20bc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-21 - Cabinet of Commissioner Jonathan Hill x Société Générale"],"date":["2016-04-21"],"summary":["FISMA regulatory agenda"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Amsterdam"],"address":["Amsterdam"],"addressEntity":["addr-2dce283e0e268a42d62e34467db274c9c38c358f"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["eu-tr-34369111614-57","ec-person-74de9b1956d5aa5754e8946d4a7a883e05171466"]}} -{"id":"ec-meeting-2016-04-21-5b005abe43f34e6dcc5361dc401d00a6b02c057d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-21 - Cabinet of Vice-President Andrus Ansip x Hilton"],"date":["2016-04-21"],"summary":["online platforms, sharing economy"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-3ca0c466b8ff230d4409591430b388007ce14ff8","eu-tr-924134817693-97"]}} -{"id":"ec-meeting-2016-04-21-5b10580ba3c61f6529bcc96c43e95d544484221c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-21 - Inspire, Debate, Engage and Accelerate Action x Re-Define Think Tank"],"date":["2016-04-21"],"summary":["Sustainable Finance"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-dg-idea"],"involved":["eu-tr-601579319104-06","ec-person-4fe56a64c00b3e81c851b5538878b32481bd7d3c"]}} -{"id":"ec-meeting-2016-04-21-608181747dd752b6a66c931c7d5d6438c9315bda","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-21 - Cabinet of Commissioner Tibor Navracsics x European Olympic Committees EU Office"],"date":["2016-04-21"],"summary":["Major challenges to professional sport"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Ancient Olympia, Greece"],"address":["Ancient Olympia, Greece"],"addressEntity":["addr-61961e4d4499695535b2ef2d0db482b777617285"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-dc2e0fed0fdf39a6a3f3ad63355c5215599de9d1","eu-tr-827752410362-51"]}} -{"id":"ec-meeting-2016-04-21-61223317467f3665a621dfc60ebd497f4600c42d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-21 - Cabinet of Vice-President Neven Mimica x Blacksmith Initiative"],"date":["2016-04-21"],"summary":["Impact of pollution on health in developing countries"],"notes":["Portfolio: International Cooperation & Development"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-mimica-neven-of-president-vice"],"involved":["eu-tr-345555521238-97","ec-person-e90858f5aba78fd0e1cb2f757c3f38d55d91f98b"]}} -{"id":"ec-meeting-2016-04-21-65f88e661ec8d822ff2c8893056f344b2c34e993","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-21 - Informatics x Oracle"],"date":["2016-04-21"],"summary":["Oracle presentation, Cloud, Big Data, Management of Human Resources and Talents"],"location":["Silicon Valley, USA"],"address":["Silicon Valley, USA"],"addressEntity":["addr-7bec951fdb5ba2a4861038cf9b120c39fafe3941"],"organizer":["ec-dg-digit"],"involved":["ec-person-32591d36027eb92a66b57d5bcc8c57d9574380b0","eu-tr-25955391451-88"]}} -{"id":"ec-meeting-2016-04-21-6bffe89f323db6aa41c7cf8694cfd1313a101d12","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-21 - Cabinet of Vice-President Karmenu Vella x Blacksmith Initiative"],"date":["2016-04-21"],"summary":["Interaction between pollution, health and development"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["eu-tr-345555521238-97","ec-person-78fb1ad0c02c4fa8497b22edc1233d6be03cf2e5"]}} -{"id":"ec-meeting-2016-04-21-6fc86cbe2b8ffa5f0b1db97682e882be7b5fc0ad","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-21 - Cabinet of Vice-President Andrus Ansip x Confederation of British Industry"],"date":["2016-04-21"],"summary":["Regulation on the cross-border portability of online content services"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-73725676990-18","ec-person-91ca0921c6790191daa54427311acd63035e7c9e"]}} -{"id":"ec-meeting-2016-04-21-7020de4f65fa7f3d6b54119254b03f481044870a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-21 - Cabinet of Vice-President Andrus Ansip x MVNO Europe"],"date":["2016-04-21"],"summary":["Roaming: wholesale market review"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-458563610807-24","ec-person-666bc159c7e65a3af9e63c1e97435c02f1496955"]}} -{"id":"ec-meeting-2016-04-21-8117458d52f559cd10f7df52cda2c50d70a01c0f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-21 - Cabinet of Vice-President Miguel Arias Cañete x European Business Summit Network"],"date":["2016-04-21"],"summary":["presentation on \"Priorities on Energy and Climate Action policies\"."],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-268958411031-65","ec-person-2229c857664a22dcb8eee79a8c05841fd3d0924f"]}} -{"id":"ec-meeting-2016-04-21-84128e91124fdb713a0aa3c6588727e630d1e43a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-21 - Cabinet of Vice-President Maroš Šefčovič x Deutsches Zentrum für Luft- und Raumfahrt e.V."],"date":["2016-04-21"],"summary":["Energy Research; R&I and Competitiveness Strategy"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-2be517b9261a91f2f07e05ec14c6331980e9716e","eu-tr-21280626733-05"]}} -{"id":"ec-meeting-2016-04-21-87415cc5da22a66164d5b66b8adb5fdc543322fa","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-21 - Cabinet of Commissioner Věra Jourová x Teneo Brussels"],"date":["2016-04-21"],"summary":["Speech on Consumer policies and trends"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-a2ca9161feee56909a0e98b473c2d342c20fdb57","eu-tr-91124993695-29"]}} -{"id":"ec-meeting-2016-04-21-8838903fc47fde06537bef20c3f11e9acc760d85","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-21 - Cabinet of Commissioner Elżbieta Bieńkowska x European Holiday Home Association"],"date":["2016-04-21"],"summary":["short term rental"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["ec-person-685ecf13dd26cd515c961e24ba71049af2302c5e","eu-tr-748962812474-86"]}} -{"id":"ec-meeting-2016-04-21-8ae801314ad70d19fb9cac8990f501c66256915e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-21 - Cabinet of Commissioner Vytenis Andriukaitis x Maa- ja metsätaloustuottajain Keskusliitto – Central Union of Agricultural Producers and Forest Owners"],"date":["2016-04-21"],"summary":["Exports to Russia of lactose free dairy products"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["eu-tr-56039441735-48","ec-person-c986c9ff99d99d8006e000db5a8046be615813ae"]}} -{"id":"ec-meeting-2016-04-21-8e9caee877aff64a3cdbb848dbc74a8b3c6df099","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-21 - Cabinet of Commissioner Phil Hogan x Union des Associations des Semouliers de l'Ue"],"date":["2016-04-21"],"summary":["Durum wheat"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-400dd8d59d3060187d9b9b143d697da1a3d03c12","eu-tr-31076147941-02"]}} -{"id":"ec-meeting-2016-04-21-91266ab36008291faa55b216169446eaf2a142cd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-21 - Cabinet of Commissioner Carlos Moedas x Mind the Bridge Foundation"],"date":["2016-04-21"],"summary":["Start-ups"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-b8d49828915f9008e764a78796d47ea00807a658","eu-tr-700186718007-46"]}} -{"id":"ec-meeting-2016-04-21-943da7447b6b3a860da9809157dbfed14fa19187","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-21 - Cabinet of Vice-President Jyrki Katainen x World Organization of the Scout Movement - Bureau Européen du Scoutisme"],"date":["2016-04-21"],"summary":["EU Youth Strategy"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90","eu-tr-199308213329-62","ec-person-99365f4c3081112dcbfa722a5eb05adecc68503e"]}} -{"id":"ec-meeting-2016-04-21-a19c0a2afc4227813f91d1d60e508b9396efb3a1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-21 - Cabinet of President Jean-Claude Juncker x Amis du Fonds Mondial Europe"],"date":["2016-04-21"],"summary":["Discuss video message to be recorded in May."],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-e415577aabb40c0f789310505c6c5803aa69037b","eu-tr-971933315923-43"]}} -{"id":"ec-meeting-2016-04-21-a8eaa30c121c0ef0d428a654cc039beb89093ec9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-21 - Günther Oettinger x Airbus"],"date":["2016-04-21"],"summary":["DSM"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-4cd59e13386e3b68ecb3611fcc579e0a0a3938a5","eu-tr-2732167674-76"]}} -{"id":"ec-meeting-2016-04-21-ae0b1263c828c792fae055130b5d3a2a307d31b1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-21 - Cabinet of Vice-President Neven Mimica x African Chamber of Commerce Scandinavia"],"date":["2016-04-21"],"summary":["Private sector investments in developing countries"],"notes":["Portfolio: International Cooperation & Development"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-mimica-neven-of-president-vice"],"involved":["eu-tr-696781921061-52","ec-person-e90858f5aba78fd0e1cb2f757c3f38d55d91f98b"]}} -{"id":"ec-meeting-2016-04-21-b723d3d4d07d89476074a2e4bc474e1c87cff94a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-21 - Cabinet of Commissioner Violeta Bulc x Emirates Airline"],"date":["2016-04-21"],"summary":["Aviation"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-501968312339-22","ec-person-9d4dc4867a44dfe10f67ae7ee1706da3e8b48a24"]}} -{"id":"ec-meeting-2016-04-21-c917900a4ee1726010e3d21c036370768d0aadcf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-21 - Cabinet of Vice-President Jyrki Katainen x SMEunited aisbl"],"date":["2016-04-21"],"summary":["SMEs and EFSI"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-55820581197-35","ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90"]}} -{"id":"ec-meeting-2016-04-21-ca9a5064da45a2d59ff96305355244718bb0885f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-21 - Cabinet of Commissioner Carlos Moedas x General Electric Company"],"date":["2016-04-21"],"summary":["R&I in transport sector"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-b46c76b734a9bd8b8b7938e33fdd7b8cc6b6956a","ec-person-2b4bb0b28e7435e5f612e44d9664dbd1051efc55","eu-tr-4016736872-59"]}} -{"id":"ec-meeting-2016-04-21-daa9ad00baeff5b0a0bb102bbf1bd2096cbd71a1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-21 - Cabinet of Vice-President Jyrki Katainen x Europa Insights"],"date":["2016-04-21"],"summary":["R&D, open technology standards, jobs and growth"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-c50e8c2cc390c5efb0626988d173bc6758459e0f","eu-tr-578630818521-25"]}} -{"id":"ec-meeting-2016-04-21-e72daab84a44eb9d2d34afc7e6c9b7b9df7afec4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-21 - Environment x EU Strategy"],"date":["2016-04-21"],"summary":["Circular economy and cooperation in Latin America"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-env"],"involved":["eu-tr-42484704423-92","ec-person-3bc74ce04ea3f4ab4d91a5c88eef25b8b8a213b4"]}} -{"id":"ec-meeting-2016-04-21-f2f327e39e7407d44541c079734a037c92d69b11","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-21 - Cabinet of Commissioner Vytenis Andriukaitis x Eurogroup for Animals"],"date":["2016-04-21"],"summary":["Bovine tuberculosis control"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-0dbfffeb0323f819c8d57164906086dd8639c437","eu-tr-6809935493-49"]}} -{"id":"ec-meeting-2016-04-21-f4e365ce8fc9693afe742220c73c5ef38572932e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-21 - Cabinet of Commissioner Vytenis Andriukaitis x Blacksmith Initiative"],"date":["2016-04-21"],"summary":["Toxic pollution issues"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["eu-tr-345555521238-97","ec-person-0dbfffeb0323f819c8d57164906086dd8639c437"]}} -{"id":"ec-meeting-2016-04-21-f6162f666b206c16f2a86d20b01f31f6372ae4c5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-21 - Cabinet of High Representative / Vice-President Federica Mogherini x Agenzia per la Globalizzazione delle Imprese e dei Territori"],"date":["2016-04-21"],"summary":["Steel sector"],"notes":["Portfolio: Foreign Affairs and Security Policy"],"location":["Brussels (Berlaymont)"],"address":["Brussels (Berlaymont)"],"addressEntity":["addr-4e70ddf45e81f0631950978c4aa49a218756a3f4"],"organizer":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"involved":["eu-tr-41572336784-71","ec-person-0d87d503aa00db1df141f3b1bfea3e0ccb43ece9"]}} -{"id":"ec-meeting-2016-04-22-02fa8b2add30b7034c86eab34c5dc13d0d2e30cb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-22 - Günther Oettinger x Microsoft Corporation"],"date":["2016-04-22"],"summary":["Innovation policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-0801162959-21","ec-person-4cd59e13386e3b68ecb3611fcc579e0a0a3938a5"]}} -{"id":"ec-meeting-2016-04-22-0584fc433b7b3fba03c4337c259a968b20844401","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-22 - Competition x Verlag C.H.BECK oHG"],"date":["2016-04-22"],"summary":["To review competition policy trends"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-comp"],"involved":["ec-person-8600a621c9aef12fc33b708e13b3cd3d5fa5696b","eu-tr-488941821555-39"]}} -{"id":"ec-meeting-2016-04-22-23700213d7c766b67920e1074565e6282d143b76","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-22 - Cabinet of Commissioner Tibor Navracsics x Liberty Global Corporate B.V."],"date":["2016-04-22"],"summary":["Digital Single Market"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-49f31dad10f5641cb1d1e4c3107dd838389e8120","ec-person-cb6aa96c497dead35eb0f2ed0339e5423d506549","eu-tr-82853397708-89"]}} -{"id":"ec-meeting-2016-04-22-2cf7034c93e91d07fc23e97a1984eb53b734fa67","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-22 - Cabinet of Commissioner Tibor Navracsics x Authors' Licensing & Collecting Society"],"date":["2016-04-22"],"summary":["Digital Single Market"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-49f31dad10f5641cb1d1e4c3107dd838389e8120","ec-person-cb6aa96c497dead35eb0f2ed0339e5423d506549","eu-tr-264180221519-36"]}} -{"id":"ec-meeting-2016-04-22-2d3ae04e075f10b39553250243c9c5826ac3b3d5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-22 - Informatics x Google"],"date":["2016-04-22"],"summary":["Google Presentation, Google Innovations, Devices at work (android and chrome),"],"location":["Silicon Valley, USA"],"address":["Silicon Valley, USA"],"addressEntity":["addr-7bec951fdb5ba2a4861038cf9b120c39fafe3941"],"organizer":["ec-dg-digit"],"involved":["eu-tr-03181945560-59","ec-person-32591d36027eb92a66b57d5bcc8c57d9574380b0"]}} -{"id":"ec-meeting-2016-04-22-2d5a9232ef8bfbbbf7bf7f0989ac492332dcd986","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-22 - Cabinet of Commissioner Věra Jourová x Bureau Européen des Unions de Consommateurs"],"date":["2016-04-22"],"summary":["CPC review"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-a2ca9161feee56909a0e98b473c2d342c20fdb57","eu-tr-9505781573-45"]}} -{"id":"ec-meeting-2016-04-22-33eccca1fa8c3f5086964d10736d2c39328f4eda","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-22 - Cabinet of Commissioner Vytenis Andriukaitis x Merck"],"date":["2016-04-22"],"summary":["HTA"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-059ca943fc5fc696d2a97849c635ddf7b6ab7fd7","eu-tr-49654992078-52"]}} -{"id":"ec-meeting-2016-04-22-3e329867e33bc1d9766f864d5b522474195f53e8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-22 - Cabinet of Vice-President Valdis Dombrovskis x Finance Watch"],"date":["2016-04-22"],"summary":["Introduction of Finance Watch; Financial regulatroy issues; Financial Markets reform"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Amsterdam"],"address":["Amsterdam"],"addressEntity":["addr-2dce283e0e268a42d62e34467db274c9c38c358f"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-48f31156d932641826e09f5b73f074d35ff05786","eu-tr-37943526882-24","ec-person-a9eda2e8ea54b70a968327672c6cada679d3cd56"]}} -{"id":"ec-meeting-2016-04-22-4b7b6fd4f787a9fdb9387ac9edc0d69536676616","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-22 - Informatics x Splunk"],"date":["2016-04-22"],"summary":["Splunk Presentation, Big Data, Cloud, Security"],"location":["Silicon Valley, USA"],"address":["Silicon Valley, USA"],"addressEntity":["addr-7bec951fdb5ba2a4861038cf9b120c39fafe3941"],"organizer":["ec-dg-digit"],"involved":["ec-person-32591d36027eb92a66b57d5bcc8c57d9574380b0","eu-tr-859996621317-61"]}} -{"id":"ec-meeting-2016-04-22-73d05d68f95c9a8c97fa544d4ea9b2c8cc6e8eb9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-22 - Environment x European Environmental Bureau"],"date":["2016-04-22"],"summary":["NGO proposal for a Better Enforcement Action Plan"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-env"],"involved":["eu-tr-06798511314-27","ec-person-3bc74ce04ea3f4ab4d91a5c88eef25b8b8a213b4"]}} -{"id":"ec-meeting-2016-04-22-7a8d8b08dace56e5c15d15667672dd7a364f8f63","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-22 - Cabinet of Vice-President Neven Mimica x Siemens AG"],"date":["2016-04-22"],"summary":["Private sector investments in developing countries"],"notes":["Portfolio: International Cooperation & Development"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-mimica-neven-of-president-vice"],"involved":["ec-person-e90858f5aba78fd0e1cb2f757c3f38d55d91f98b","eu-tr-4266797770-31"]}} -{"id":"ec-meeting-2016-04-22-843c69ffcd854c0601eecc662d3f7d3b83d22410","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-22 - Cabinet of Commissioner Tibor Navracsics x Computer & Communications Industry Association"],"date":["2016-04-22"],"summary":["Digital Single Market"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-49f31dad10f5641cb1d1e4c3107dd838389e8120","eu-tr-15987896534-82"]}} -{"id":"ec-meeting-2016-04-22-87042919ad843326c67577971f2eff589963b820","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-22 - Günther Oettinger x BT Group plc"],"date":["2016-04-22"],"summary":["telecom policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-4cd59e13386e3b68ecb3611fcc579e0a0a3938a5","eu-tr-00919034091-89"]}} -{"id":"ec-meeting-2016-04-22-a77cf0cad9f845a87a9f13192d6004bc386c12f5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-22 - Cabinet of Commissioner Jonathan Hill x Institut der Wirtschaftsprüfer in Deutschland e.V."],"date":["2016-04-22"],"summary":["Country-by-country reporting and IFRS9"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Belgium, Brussels"],"address":["Belgium, Brussels"],"addressEntity":["addr-0c96bd4b2c2391b43c37eda4c201015868b0aa7b"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["ec-person-5fdb62e20cecef81f87f94d3d1bcdd3b47b26af0","eu-tr-810688116593-26"]}} -{"id":"ec-meeting-2016-04-22-ad59487d45e0ce1e123e1131d128a68a120be56c","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2016-04-22 - Cabinet of Commissioner Christos Stylianides x International Rescue Committee Inc"],"date":["2016-04-22"],"summary":["Migration crisis, WHS major humanitarian crises"],"notes":["Portfolio: Humanitarian Aid & Crisis Management"],"location":["New York"],"address":["New York"],"addressEntity":["addr-3dddf7feb16bf399efe204acf0fee9106ad446eb"],"organizer":["ec-cabinet-christos-commissioner-of-stylianides"],"involved":["ec-person-cdd689bd079714522dad472ea4446b0fcc660d8f","eu-tr-66790095679-26","ec-person-6f08c893ea685f6d5f50c2c6e373f294e3616698"]}} -{"id":"ec-meeting-2016-04-22-afa7cd3e55b421f7293ac998b6ee4754e064a9ac","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-22 - Cabinet of Commissioner Tibor Navracsics x association of television and radio sales houses"],"date":["2016-04-22"],"summary":["Digital Single Market"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["eu-tr-1977807375-62","ec-person-49f31dad10f5641cb1d1e4c3107dd838389e8120"]}} -{"id":"ec-meeting-2016-04-22-b5d8f0bdd63a28a2261e5f4e8125c0e9448c1f4a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-22 - Cabinet of Commissioner Carlos Moedas x Microsoft Corporation"],"date":["2016-04-22"],"summary":["Innovation policy"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["eu-tr-0801162959-21","ec-person-f7ccc3ad366dd2fdb24870e1c02ff2763539c82f","ec-person-2b4bb0b28e7435e5f612e44d9664dbd1051efc55"]}} -{"id":"ec-meeting-2016-04-22-bb3d894c5a9bb84b52a43de82c786e7bc627e4e6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-22 - Cabinet of Commissioner Vytenis Andriukaitis x spiritsEUROPE"],"date":["2016-04-22"],"summary":["Labelling"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["eu-tr-64926487056-58","ec-person-d462b3c7daeee00ad55e380a7fb96819f79899df"]}} -{"id":"ec-meeting-2016-04-22-c0b674108008517296141e5484c3e626ac513762","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-22 - Cabinet of Vice-President Jyrki Katainen x Federation of European Publishers"],"date":["2016-04-22"],"summary":["Modernisation of copyright, intellectual property"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-398541467-53","ec-person-c50e8c2cc390c5efb0626988d173bc6758459e0f"]}} -{"id":"ec-meeting-2016-04-22-c60cf5f0dfa51a872b9a6a2dc56f38a14f2dda47","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-22 - Cabinet of Commissioner Tibor Navracsics x Association of Commercial Television and Video on Demand Services in Europe"],"date":["2016-04-22"],"summary":["Digital Single Market"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-49f31dad10f5641cb1d1e4c3107dd838389e8120","eu-tr-18574111503-28"]}} -{"id":"ec-meeting-2016-04-22-d8d672322c4ab21729bf256e7eaaf5288da7b57e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-22 - Mobility and Transport x Deutscher Verkehrssicherheitsrat e.V."],"date":["2016-04-22"],"summary":["Infrastructure Directive, Automated Vehicles"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-move"],"involved":["eu-tr-343446821575-67","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2016-04-22-d9876ca032d2eeb0bfc5632e89aaa1ec3a7255ea","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-22 - Cabinet of President Jean-Claude Juncker x Avisa Partners"],"date":["2016-04-22"],"summary":["General EU policy issues"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-c402e34a99fbee730ae22e3b1958e21c94dc6fcc","eu-tr-54210841652-13"]}} -{"id":"ec-meeting-2016-04-22-dd41962e124368b8719c84e8ce0b40194d89e5da","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-22 - Cabinet of First Vice-President Frans Timmermans x Union Cycliste Internationale"],"date":["2016-04-22"],"summary":["developments in the international cycling industry"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-733233321430-70","ec-person-57dd62a1a14508927bd5ec98bb97342f2d0834c9","ec-person-966667b73d92624be9bb019c2baab7e52331b3d3"]}} -{"id":"ec-meeting-2016-04-22-eb817d78089c9593133844c477db85f3b4bbc56d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-22 - Cabinet of First Vice-President Frans Timmermans x Better Regulation Watchdog Network"],"date":["2016-04-22"],"summary":["Better Regulation"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["ec-person-966667b73d92624be9bb019c2baab7e52331b3d3","eu-tr-765247021116-71"]}} -{"id":"ec-meeting-2016-04-22-efe0fb42728f4c1e243f7df7a3c7a1c0fd50d32a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-22 - Cabinet of Vice-President Valdis Dombrovskis x Industrial Minerals Association - Europe"],"date":["2016-04-22"],"summary":["Exchange of views on the revision of the Carcinogens Directive and the social dialogue agreement on the matter."],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-1f98d05bdaed2c40396781b1eb7b0aa47cb8dd20","eu-tr-14190001484-01"]}} -{"id":"ec-meeting-2016-04-22-f7a5988cd75114fe657f0e3f0f20a911a9a2eb30","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-22 - Mobility and Transport x British Chamber of Commerce in Belgium"],"date":["2016-04-22"],"summary":["Decarbonisation of Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-move"],"involved":["ec-person-26cdfacae671b09917bee1a91c91973941fa58a2","eu-tr-56188303384-93"]}} -{"id":"ec-meeting-2016-04-22-fbe021fe29e373ac97004460ad53b42b4e23ac9f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-22 - Günther Oettinger x G Plus Ltd (t/a Portland)"],"date":["2016-04-22"],"summary":["DSM"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-4cd59e13386e3b68ecb3611fcc579e0a0a3938a5","eu-tr-7223777790-86"]}} -{"id":"ec-meeting-2016-04-25-0700b7b91a7d0d7712fd91857be3aa4a5a631a2f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-25 - Cabinet of Vice-President Andrus Ansip x Telenor"],"date":["2016-04-25"],"summary":["Telco framework review"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-74126393166-46","ec-person-666bc159c7e65a3af9e63c1e97435c02f1496955"]}} -{"id":"ec-meeting-2016-04-25-10c74a6ffd15378697883d365cce9d468a69263b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-25 - Cabinet of Commissioner Vytenis Andriukaitis x European Patients' Forum (EPF) European Critical Care Foundation"],"date":["2016-04-25"],"summary":["Cooperation in the area of acute care"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-059ca943fc5fc696d2a97849c635ddf7b6ab7fd7","eu-tr-61911227368-75","eu-tr-629399213322-51"]}} -{"id":"ec-meeting-2016-04-25-1da430f390bbe1519cc34b05780f535021af4848","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-25 - Internal Market, Industry, Entrepreneurship and SMEs x Bureau Européen des Unions de Consommateurs"],"date":["2016-04-25"],"summary":["Consumer aspects following the car emissions scandal"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-grow"],"involved":["eu-tr-9505781573-45","ec-person-60a3d0d628d231b41af1d0c65607b0fd78ca4edc"]}} -{"id":"ec-meeting-2016-04-25-24f5f6be94cdb52ec6e35c55d3b54f34f383f72a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-25 - Cabinet of Vice-President Andrus Ansip x Conseil national du numérique"],"date":["2016-04-25"],"summary":["Digital transformation of economy, digital skills and competences"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-5db7bdd1c81da2e70eb5b982097d0004111b5c3e","eu-tr-398028721500-91","ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0"]}} -{"id":"ec-meeting-2016-04-25-25548ab58b2f70b0dbbdcce583fe96a9382f4451","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-25 - Cabinet of Commissioner Elżbieta Bieńkowska x Intellectual Ventures"],"date":["2016-04-25"],"summary":["patent"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-510389716548-23","ec-person-685ecf13dd26cd515c961e24ba71049af2302c5e"]}} -{"id":"ec-meeting-2016-04-25-470dde9c831d096b4d70c528e8b13a7872559e9b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-25 - Cabinet of Commissioner Věra Jourová x JUSTICIA European Rights Network"],"date":["2016-04-25"],"summary":["Procedural rights, Legal Aid, Detention, Victims' rights and support"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-64349923a7639978983020a607770b8dc47c8144","eu-tr-217968521498-73"]}} -{"id":"ec-meeting-2016-04-25-4f3658afb55c6f19016aae48b69dfd233b302e35","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-25 - Cabinet of Vice-President Valdis Dombrovskis x Business Angels Europe"],"date":["2016-04-25"],"summary":["Cross-border investments"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-386775511386-22","ec-person-3f9ca71b74344417d1f072ba7f3e2f09a223b036"]}} -{"id":"ec-meeting-2016-04-25-5803abc9eac751c151bbc9d5dc1cd82398142334","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-25 - Cabinet of Vice-President Andrus Ansip x EU Strategy"],"date":["2016-04-25"],"summary":["Follow up Forum ICT coalition for Children Online"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-5db7bdd1c81da2e70eb5b982097d0004111b5c3e","eu-tr-42484704423-92","ec-person-c759bd58acc54869aa8e62ce652efcda416e25c2"]}} -{"id":"ec-meeting-2016-04-25-66dc09f0dc5efa0af25c33909297292169e95f79","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-25 - Cabinet of Commissioner Věra Jourová x Facebook Ireland Limited Google Twitter International Company"],"date":["2016-04-25"],"summary":["Hate speech online"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["eu-tr-394491614001-72","eu-tr-03181945560-59","ec-person-1e0e3a00ab815dea7c5b839b002ed2c7e34bfe0a","ec-person-184e698af1eb9e33b179680570ca171d8cb31c94","eu-tr-28666427835-74"]}} -{"id":"ec-meeting-2016-04-25-671815128e5b15b9a10638c2087e1502b7761f6a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-25 - Cabinet of Vice-President Andrus Ansip x Zalando SE"],"date":["2016-04-25"],"summary":["Tech skills, data protection, platforms, geo-blocking, payment systems"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-3ca0c466b8ff230d4409591430b388007ce14ff8","eu-tr-877966419254-70","ec-person-6a03bc4fa7657513ea34529e98dba0671ef4c849","ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0"]}} -{"id":"ec-meeting-2016-04-25-674512c7649711becc3293f44918de456084be30","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-25 - Cabinet of Commissioner Jonathan Hill x Ofcom"],"date":["2016-04-25"],"summary":["Financial Policy"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["ec-person-a9f927e92126f22da48d08ee37b059179988ada8","eu-tr-756081713228-69"]}} -{"id":"ec-meeting-2016-04-25-67d876a33c74e56e26281717f81358cf504904c4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-25 - Taskforce on Article 50 negotiations with the United Kingdom x WWF European Policy Programme"],"date":["2016-04-25"],"summary":["UK Referendum"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-tf50"],"involved":["eu-tr-1414929419-24","ec-person-ebad254ad157f20ffe76dada00bb408af413c89a"]}} -{"id":"ec-meeting-2016-04-25-8153c1034a37b1d1fe4a1b54a55dcc0fc3ea3226","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-25 - Cabinet of Commissioner Marianne Thyssen x European Federation of Employees in Public Services"],"date":["2016-04-25"],"summary":["European social dialogue"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["eu-tr-316613410489-78","ec-person-c508e9337eca6b067c1f966b82de49c4824a3ad0"]}} -{"id":"ec-meeting-2016-04-25-85f23685953b165f20b3ce5d7de40b4b225b0c80","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-25 - Cabinet of Commissioner Marianne Thyssen x European Union of the Deaf"],"date":["2016-04-25"],"summary":["Disability policy"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["ec-person-c508e9337eca6b067c1f966b82de49c4824a3ad0","eu-tr-69368065472-71"]}} -{"id":"ec-meeting-2016-04-25-8820d298224b2216b62c3f33ba72502795a33d4c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-25 - Cabinet of Vice-President Miguel Arias Cañete x Paikallisvoima ry"],"date":["2016-04-25"],"summary":["Biomass"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-260e00934471a02805fb143935d6e9205a7f355f","eu-tr-109601212076-63"]}} -{"id":"ec-meeting-2016-04-25-911139569d0d1dff7b12b06f311e90e572d86c74","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-25 - Cabinet of Commissioner Vytenis Andriukaitis x World Economic Forum"],"date":["2016-04-25"],"summary":["The new Group of Trustees on the future of Health Global Challenge"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-97425c615743576adc42e09bee7dac14f83f691b","eu-tr-953426816942-83","ec-person-df30d07ef698a52b9948b9c734db39196cf8541f"]}} -{"id":"ec-meeting-2016-04-25-9df198dcd9becf83fdbeed4f5a89065ad038e565","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-25 - Cabinet of Commissioner Violeta Bulc x Stichting European Climate Foundation"],"date":["2016-04-25"],"summary":["low-carbon road transport"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-64869491516-70","ec-person-dd7851e4a1e747e824b4f81139e33bc3cdb73160"]}} -{"id":"ec-meeting-2016-04-25-a4a1d09dbca2208d534274d34138d6de3dc59db7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-25 - Cabinet of Commissioner Phil Hogan x Conféderation Européenne des Propriétaires Forestiers"],"date":["2016-04-25"],"summary":["Forestry"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-3647455667-08","ec-person-ff8342dedc26701400fcb7dcf73fbee50a837ac6"]}} -{"id":"ec-meeting-2016-04-25-f0d7f5c40f0e8d86a2773a2d342f902589f799fd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-25 - Cabinet of Commissioner Věra Jourová x Amnesty International Limited"],"date":["2016-04-25"],"summary":["Migrants and Roma integration"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-5455ecfabb89025694c798deac08160a2be17d94","eu-tr-11063928073-34"]}} -{"id":"ec-meeting-2016-04-25-f18e2f563c950cd380507395b9470016c7081f6f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-25 - Cabinet of Commissioner Věra Jourová x Zalando SE"],"date":["2016-04-25"],"summary":["DSM agenda (digital contracts, geoblocking)"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-a608b85b2ffef83f883b5a2330b6232efa1b7141","ec-person-a2ca9161feee56909a0e98b473c2d342c20fdb57","ec-person-ff9ad301b778d595651cc4c46ec3a4cf1ef10376","eu-tr-877966419254-70","ec-person-184e698af1eb9e33b179680570ca171d8cb31c94"]}} -{"id":"ec-meeting-2016-04-25-f2b10628d0495d100b1f9b4b3bfc878f843b50b0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-25 - Günther Oettinger x Twitter International Unlimited Company"],"date":["2016-04-25"],"summary":["AVMSD"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-394491614001-72","ec-person-c6c38691c27b1498b60b18409aa979cf1dd1f4ac"]}} -{"id":"ec-meeting-2016-04-25-f49fabc9c3241ecf3d53969e050bc8721352a530","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-25 - Cabinet of Vice-President Maroš Šefčovič x Edison Spa"],"date":["2016-04-25"],"summary":["Gas Strategy"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-3bf48630444ace93d407e52eb880e64d480f75ce","eu-tr-401111262-07"]}} -{"id":"ec-meeting-2016-04-25-f5535ceb253f4b60e3cef13221d0ac2d09b49035","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-25 - Cabinet of President Jean-Claude Juncker x Conseil national du numérique"],"date":["2016-04-25"],"summary":["Digital Single Market"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-44a061693f35519551be0e3dab996e76ad3f8c7c","eu-tr-398028721500-91"]}} -{"id":"ec-meeting-2016-04-26-0764b5088f625f3389f48a53823ddc926d115d22","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-26 - Cabinet of Vice-President Maroš Šefčovič x STEAG GmbH"],"date":["2016-04-26"],"summary":["Electricity Market"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-3bf48630444ace93d407e52eb880e64d480f75ce","eu-tr-249473410586-30"]}} -{"id":"ec-meeting-2016-04-26-13a765c3732d9e8de82365e9be4221f87270e96b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-26 - Cabinet of Commissioner Věra Jourová x Yahoo! (Oath EMEA Ltd.)"],"date":["2016-04-26"],"summary":["DSM agenda (copyright, online platforms)"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-a2ca9161feee56909a0e98b473c2d342c20fdb57","eu-tr-58885623470-56"]}} -{"id":"ec-meeting-2016-04-26-183ff427e0e12e050e1396cc69d0b540fb07cd5d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-26 - Cabinet of Vice-President Andrus Ansip x Ericsson"],"date":["2016-04-26"],"summary":["DSM, 5G, patent and standardisation"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-6a03bc4fa7657513ea34529e98dba0671ef4c849","eu-tr-02021363105-42"]}} -{"id":"ec-meeting-2016-04-26-1a06d7be4f7b71bbfbf06847ee2c083a60f0412c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-26 - Energy x Confederation of Finnish Industries EK"],"date":["2016-04-26"],"summary":["energy policy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["ec-person-6997149120ce5129e38febe5275dc8fd03232d2e","eu-tr-1274604847-34"]}} -{"id":"ec-meeting-2016-04-26-29206469364fe6352dfd77dada0dede90ae91df5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-26 - Cabinet of President Jean-Claude Juncker x Zurich Insurance Company Ltd"],"date":["2016-04-26"],"summary":["Financial services"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-c402e34a99fbee730ae22e3b1958e21c94dc6fcc","eu-tr-499059113403-37"]}} -{"id":"ec-meeting-2016-04-26-2a2c96cab037f46170726ae5a229495a72aa2506","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-26 - Migration and Home Affairs x Deutsche Gesellschaft für Internationale Zusammenarbeit (GIZ) GmbH"],"date":["2016-04-26"],"summary":["Regular & Irregular Migration Policies, Exchange on activities of GIZ and DG HOME"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-home"],"involved":["ec-person-ae1262e8850ed1e9a0530b0ad7440ac648255896","eu-tr-78346836208-90"]}} -{"id":"ec-meeting-2016-04-26-30955165f11158cf49662e9905ffbc0c90d12f0c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-26 - Cabinet of Vice-President Jyrki Katainen x Confederation of Finnish Industries EK"],"date":["2016-04-26"],"summary":["Energy and Climate"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-0da85dc48012e26688310a59a0b51727ea68f410","eu-tr-1274604847-34"]}} -{"id":"ec-meeting-2016-04-26-32b5a75693c387d23dc26439b2acc99b82a86256","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-26 - Cabinet of Commissioner Phil Hogan x European Forest Institute"],"date":["2016-04-26"],"summary":["Forestry"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-38315289949-88","ec-person-ff8342dedc26701400fcb7dcf73fbee50a837ac6"]}} -{"id":"ec-meeting-2016-04-26-3393bf6a49dd511f5834c833ecd02be1417b5ba0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-26 - Günther Oettinger x Zalando SE"],"date":["2016-04-26"],"summary":["DSM"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-877966419254-70","ec-person-3297113eb5d4e59bc84d571628f0130aa75c761a"]}} -{"id":"ec-meeting-2016-04-26-3512be3939047aac0422a46aff7e569889546d5c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-26 - Cabinet of Commissioner Jonathan Hill x Zurich Insurance Company Ltd"],"date":["2016-04-26"],"summary":["Solvency II, PRIIPS KID, Digitalisation, PPP, Retail"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Belgium, Brussels, BERL"],"address":["Belgium, Brussels, BERL"],"addressEntity":["addr-afebf85a436897fe5234b2ac0d00a1ddc4c9dd27"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["ec-person-5fdb62e20cecef81f87f94d3d1bcdd3b47b26af0","eu-tr-499059113403-37"]}} -{"id":"ec-meeting-2016-04-26-3a03a52453a3ded4f2c496f59fcb72f656be02cf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-26 - Cabinet of Vice-President Valdis Dombrovskis x None"],"date":["2016-04-26"],"summary":["Anti-Tax Avoidance Package; European Pillar of Social Rights"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-04902121531-04","eu-tr-33130841043-14","eu-tr-34100356706-23","ec-person-1f98d05bdaed2c40396781b1eb7b0aa47cb8dd20","ec-person-48f31156d932641826e09f5b73f074d35ff05786"]}} -{"id":"ec-meeting-2016-04-26-484702c6cb804d47f2d08b5a32b9659e69bbca9a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-26 - Inspire, Debate, Engage and Accelerate Action x CDP Worldwide (Europe) gemeinnützige GmbH"],"date":["2016-04-26"],"summary":["Sustainable Development"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-dg-idea"],"involved":["eu-tr-050269010212-72","ec-person-4fe56a64c00b3e81c851b5538878b32481bd7d3c"]}} -{"id":"ec-meeting-2016-04-26-4d50e274b060e89bc479832d5ec3e0d0eb74a114","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-26 - Cabinet of Vice-President Jyrki Katainen x Transat A.T. Inc"],"date":["2016-04-26"],"summary":["EU competitiveness issues and the aviation sector"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-724469515111-08","ec-person-0da85dc48012e26688310a59a0b51727ea68f410"]}} -{"id":"ec-meeting-2016-04-26-5234bff899e4eebe359c4e6aba4829d3ddc0d7b3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-26 - Cabinet of Vice-President Kristalina Georgieva x Spotify"],"date":["2016-04-26"],"summary":["16:30 Ms Kristalina Georgieva receives Ms Ana Palacio, former Foreign Affairs Minister of Spain, and Mr Martin Lorentzon, Chairman of the Board & Co-Founder of Spotify."],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-georgieva-kristalina-of-president-vice"],"involved":["eu-tr-365747616583-15","ec-person-335e79b90bd0f2b37f9193d6285514044d6c897e"]}} -{"id":"ec-meeting-2016-04-26-5d910242d1678d5bcb723fdd1aeff94446a20f86","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-26 - Cabinet of Commissioner Violeta Bulc x NOVE Hewlett Packard Enterprise"],"date":["2016-04-26"],"summary":["Connected cars"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-522122412613-18","ec-person-e14c58f620f40325d829df7be0823280307bc15f","eu-tr-075071719925-75"]}} -{"id":"ec-meeting-2016-04-26-603f0b1ca2e55f49c00f797ec886fbd2ac15aa99","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-26 - Cabinet of Vice-President Maroš Šefčovič x Centre for European Reform"],"date":["2016-04-26"],"summary":["Security of Gas Supply"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-524976815651-12","ec-person-3bf48630444ace93d407e52eb880e64d480f75ce"]}} -{"id":"ec-meeting-2016-04-26-608181747dd752b6a66c931c7d5d6438c9315bda","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-26 - Cabinet of Commissioner Tibor Navracsics x European Olympic Committees EU Office"],"date":["2016-04-26"],"summary":["Commission Sport Policy"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-49f31dad10f5641cb1d1e4c3107dd838389e8120","eu-tr-827752410362-51"]}} -{"id":"ec-meeting-2016-04-26-6345a4c1c4065ea85ddc786f1b08b1ee36fdbf84","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-26 - Cabinet of Vice-President Maroš Šefčovič x Comuto SA"],"date":["2016-04-26"],"summary":["the role of sharing economy in the decarbonisation of transport"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-ea6b517040e26a62f17d2829afffeba48cfd682f","eu-tr-290486916308-69"]}} -{"id":"ec-meeting-2016-04-26-6518fd0616ca333230ce37f3858150eb2572023f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-26 - Cabinet of President Jean-Claude Juncker x European Council on Foreign Relations"],"date":["2016-04-26"],"summary":["Market Economy Status for China"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-e415577aabb40c0f789310505c6c5803aa69037b","eu-tr-339569615567-89"]}} -{"id":"ec-meeting-2016-04-26-7de497d8c848899f46d5b526fb5d6aadcad45d5b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-26 - Cabinet of Commissioner Elżbieta Bieńkowska x Iceye Oy"],"date":["2016-04-26"],"summary":["Cooperation between European Institutions and Space SMEs"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["ec-person-685ecf13dd26cd515c961e24ba71049af2302c5e","eu-tr-602255419010-72","ec-person-6cd920669457898c6304ed6a599a852d84518227","ec-person-95a769a1850d7d595f9a5853c51dcbdd3ddd69fb"]}} -{"id":"ec-meeting-2016-04-26-9819f904dbc25e2d5df8926225c9fec87050ece2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-26 - Energy x Snam S.p.A."],"date":["2016-04-26"],"summary":["Energy policy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-284336314886-25","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2016-04-26-983881588d95f0b4dc6777b5113f172801deb229","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-26 - Cabinet of Commissioner Pierre Moscovici x European Tax Adviser Federation"],"date":["2016-04-26"],"summary":["current priorities in the field of taxation"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["eu-tr-760084520382-92","ec-person-738f7f25002d191bd2df8936e8f8d1d726c19e2e"]}} -{"id":"ec-meeting-2016-04-26-98ae7d3df01415f71c701ae618ee72ee9d5f8659","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-26 - Cabinet of Commissioner Elżbieta Bieńkowska x ARIANESPACE"],"date":["2016-04-26"],"summary":["Copernicus, Galileo"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-016461319755-04","ec-person-d2997a7f359c91a337055c3e24dd36bf928de38d"]}} -{"id":"ec-meeting-2016-04-26-996d1c68f6fde02a86cbce17648da7e0dab621a3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-26 - Migration and Home Affairs x American Chamber of Commerce to the European Union"],"date":["2016-04-26"],"summary":["Priorities for EU border management policy, including Smart Borders package."],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-home"],"involved":["ec-person-ae1262e8850ed1e9a0530b0ad7440ac648255896","eu-tr-5265780509-97"]}} -{"id":"ec-meeting-2016-04-26-b5c190d523e7d98e1fca6b2b6a68806b8c336929","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-26 - Justice and Consumers x European Judicial Training Network"],"date":["2016-04-26"],"summary":["General Presentation of EJTN"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-just"],"involved":["eu-tr-866707814603-68","ec-person-7f02c085966bf7e9ecf267d0fa52c94a32d1687f"]}} -{"id":"ec-meeting-2016-04-26-c1a92ba6d47967fec983a9a0b7c97c20ac805901","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-26 - Internal Market, Industry, Entrepreneurship and SMEs x Mind the Bridge Foundation"],"date":["2016-04-26"],"summary":["Start-ups and facilitating their growth and internationalisation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-grow"],"involved":["eu-tr-700186718007-46","ec-person-60a3d0d628d231b41af1d0c65607b0fd78ca4edc"]}} -{"id":"ec-meeting-2016-04-26-c8c6692b050c4d6101a0ee02cfd5933c0f031c2a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-26 - Cabinet of Commissioner Jonathan Hill x Consumer Credit Association"],"date":["2016-04-26"],"summary":["Retail Green Paper"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["ec-person-03cf92829e273869bfbd8bbf4f1881dcd0848186","eu-tr-434459916601-58"]}} -{"id":"ec-meeting-2016-04-26-ca0379941714e93316be9a1a17b6b0fb73a68e69","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-26 - Cabinet of Vice-President Valdis Dombrovskis x Association Française de la Gestion financière"],"date":["2016-04-26"],"summary":["Packaged retail and insurance-based investment products"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-5975679180-97","ec-person-3f9ca71b74344417d1f072ba7f3e2f09a223b036"]}} -{"id":"ec-meeting-2016-04-26-ca95b319f5d451fd33c1b6a6e905ca30f9b5feea","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-26 - Energy x EUGINE - European Engine Power Plants Association"],"date":["2016-04-26"],"summary":["energy policy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["ec-person-6997149120ce5129e38febe5275dc8fd03232d2e","eu-tr-033807913798-84"]}} -{"id":"ec-meeting-2016-04-26-cbd4062d99a51f02da1945035e5b02491749a926","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-26 - Cabinet of President Jean-Claude Juncker x Verband der Privaten Krankenversicherung e.V."],"date":["2016-04-26"],"summary":["Speech on general EU policy in the financial field at \"Gesprächsrunde des Jungen Wirtschaftrates Brüssel\""],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-9280801581-95","ec-person-c402e34a99fbee730ae22e3b1958e21c94dc6fcc"]}} -{"id":"ec-meeting-2016-04-26-cf6d05c4da8eaeb6f9341d9d98b7cbed3887a052","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-26 - Cabinet of Vice-President Jyrki Katainen x Finnish Energy - Energiateollisuus ry"],"date":["2016-04-26"],"summary":["topical EU issues and energy policy in general"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-99365f4c3081112dcbfa722a5eb05adecc68503e","eu-tr-68861821910-84"]}} -{"id":"ec-meeting-2016-04-26-dcebb1bee2914789abdb99d51a94a33c1b5ca12e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-26 - Cabinet of Commissioner Violeta Bulc x IBM Corporation"],"date":["2016-04-26"],"summary":["Connected vehicles"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-7721359944-96","ec-person-e14c58f620f40325d829df7be0823280307bc15f"]}} -{"id":"ec-meeting-2016-04-26-de651006252e6e4916b79b64841c8ea4106cb4e1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-26 - Günther Oettinger x Zurich Insurance Company Ltd"],"date":["2016-04-26"],"summary":["DSM"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-3297113eb5d4e59bc84d571628f0130aa75c761a","eu-tr-499059113403-37"]}} -{"id":"ec-meeting-2016-04-26-fb1987896798ba12e6ce1c4372520ff57475f428","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-26 - Cabinet of Vice-President Cecilia Malmström x Canada Europe Roundtable for Business"],"date":["2016-04-26"],"summary":["CETA"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-468830015802-86","ec-person-cb8ca9ec2413722fa83484ed18dd76ace52d0118"]}} -{"id":"ec-meeting-2016-04-26-fb45b2b2e3e946ff75a7aec0aa271aced195dcc8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-26 - Cabinet of Commissioner Elżbieta Bieńkowska x Transeo AISBL, European Association for SME Transfer"],"date":["2016-04-26"],"summary":["Video message recorded for 2016 EUROPEAN SME TRANSFER SUMMIT, 'EU business transfer policy and the main challenges ahead' (24-25.05.2016, Cologne)"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["ec-person-6cd920669457898c6304ed6a599a852d84518227","ec-person-95a769a1850d7d595f9a5853c51dcbdd3ddd69fb","eu-tr-14605998391-97"]}} -{"id":"ec-meeting-2016-04-27-0deb0d4b5bdae51e6843c9976f32379b94b97bca","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-27 - Cabinet of Vice-President Kristalina Georgieva x American Continental Group - Analytics Algeco GmbH - An ALGECO-Scotsman Company"],"date":["2016-04-27"],"summary":["Support for response to refugee crisis"],"notes":["Portfolio: Budget & Human Resources"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-cabinet-georgieva-kristalina-of-president-vice"],"involved":["eu-tr-012956421355-45","ec-person-5b978a1c2dc2d04115a2c0365fb51e3d80bad509","eu-tr-431333321402-02"]}} -{"id":"ec-meeting-2016-04-27-1944e0a403e2248973a7aa102e460b08acf0595f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-27 - Günther Oettinger x SAS Institute"],"date":["2016-04-27"],"summary":["free flow of data"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-175323916168-03","ec-person-3297113eb5d4e59bc84d571628f0130aa75c761a"]}} -{"id":"ec-meeting-2016-04-27-194a07f369d14a16f822d703946e8b6911e1b054","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-27 - Cabinet of Vice-President Cecilia Malmström x European Producers Union of Renewable Ethanol Clonbio Group Ltd"],"date":["2016-04-27"],"summary":["International trade on ethanol"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-32591134448-30","eu-tr-313282221124-09","ec-person-98880f3f4206145e196013db9dd806a551c11e06"]}} -{"id":"ec-meeting-2016-04-27-1bac2a250972b1ec4e1c54057ca7ca972a8d2019","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-27 - Cabinet of Commissioner Phil Hogan x Covington & Burling LLP"],"date":["2016-04-27"],"summary":["Food & Neighbourhood Policy"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-083671317381-09","ec-person-ff8342dedc26701400fcb7dcf73fbee50a837ac6"]}} -{"id":"ec-meeting-2016-04-27-1ced0299c0f661a77e08094e6ae3ce50af564fd9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-27 - Cabinet of Vice-President Cecilia Malmström x Eurogroup for Animals"],"date":["2016-04-27"],"summary":["Animal welfare"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-6809935493-49","ec-person-8529bbbc6db862f6b82d6fa66a7cf7668804dae7"]}} -{"id":"ec-meeting-2016-04-27-21caae982e8153dfa7ba5d58645cd3ee07ce8819","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-27 - Günther Oettinger x Conseil national du numérique"],"date":["2016-04-27"],"summary":["digitising industry, investments, education/skills"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0","eu-tr-398028721500-91"]}} -{"id":"ec-meeting-2016-04-27-2400aea68c406d2cfb4cac7ed4cdc81d7236ed0a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-27 - Cabinet of Commissioner Elżbieta Bieńkowska x industriAll European Trade Union"],"date":["2016-04-27"],"summary":["Seminar Aerospace: A European success story- protecting highly-skilled jobs and investing in the future"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["ec-person-685ecf13dd26cd515c961e24ba71049af2302c5e","ec-person-6cd920669457898c6304ed6a599a852d84518227","ec-person-95a769a1850d7d595f9a5853c51dcbdd3ddd69fb","eu-tr-358284014848-82"]}} -{"id":"ec-meeting-2016-04-27-2aaf9ac43b31d9249595ef7ae35a801201b93529","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-27 - Cabinet of Vice-President Andrus Ansip x Spotify"],"date":["2016-04-27"],"summary":["Platforms"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-365747616583-15","ec-person-6a03bc4fa7657513ea34529e98dba0671ef4c849","ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0"]}} -{"id":"ec-meeting-2016-04-27-2f0e36f43b94cf886cbcd3744749cdfd5a63ba73","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-27 - Cabinet of Vice-President Cecilia Malmström x Fédération Nationale de l'Habillement"],"date":["2016-04-27"],"summary":["Small enterprises, e-commerce"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-331422120013-51","ec-person-591ec829ca734bcfe59a2c9c7f07f9dff22a0ea9"]}} -{"id":"ec-meeting-2016-04-27-357438fbce9c51c70982a54fd9b88f66a0fce5ca","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-27 - Cabinet of Commissioner Violeta Bulc x Pro Danube International"],"date":["2016-04-27"],"summary":["navigability on Danube"],"notes":["Portfolio: Transport"],"location":["Brussels-Belgium"],"address":["Brussels-Belgium"],"addressEntity":["addr-8aa817030dbcdfbb53f748ee3078a4c164aa27db"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-875268617630-39","ec-person-7ac9445abdddc66a79f539ae13eb74e1ceb512df"]}} -{"id":"ec-meeting-2016-04-27-3bf2b4231d89c8f0b9581bc74950f651a6a9c65a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-27 - Migration and Home Affairs x Airbus"],"date":["2016-04-27"],"summary":["Appraisal of H2020 MTR, Border & Coastguard System, Executive Agency Coordination"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-home"],"involved":["eu-tr-2732167674-76","ec-person-ae1262e8850ed1e9a0530b0ad7440ac648255896"]}} -{"id":"ec-meeting-2016-04-27-3c60a59a05e71e816898550f9d3b3f3a374e4f51","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-27 - Cabinet of Commissioner Jonathan Hill x Channel 4"],"date":["2016-04-27"],"summary":["Digital Single Market Strategy"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["eu-tr-98661678209-02","ec-person-f247edfcff54d4f26fc10769f809c92bc72d6797"]}} -{"id":"ec-meeting-2016-04-27-4fdeae8483b1d11aa0adbeea983fc74dc381e652","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-27 - Cabinet of Commissioner Pierre Moscovici x DIGITALEUROPE"],"date":["2016-04-27"],"summary":["copyright issues and indirect taxation"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["eu-tr-64270747023-20","ec-person-14ef50b9efbe5ab02d528e0ec4ac50c9caf964e3"]}} -{"id":"ec-meeting-2016-04-27-52bfe0a0a33fb42ba57460d1a3683359a9187bc6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-27 - Cabinet of Commissioner Violeta Bulc x Transat A.T. Inc"],"date":["2016-04-27"],"summary":["Aviation"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-724469515111-08","ec-person-9d4dc4867a44dfe10f67ae7ee1706da3e8b48a24"]}} -{"id":"ec-meeting-2016-04-27-626a888a57789006bb17dafae7f0d31bb29e28de","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-27 - Cabinet of Vice-President Maroš Šefčovič x Third Generation Environmentalism Ltd"],"date":["2016-04-27"],"summary":["innovation and market design"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-07783117686-61","ec-person-9f6823821fe68d82e9b9dbe81181ecacb0265d94"]}} -{"id":"ec-meeting-2016-04-27-6d059b2d966ed03c675d44af913d5d2bcd9c7b9e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-27 - Günther Oettinger x Computer & Communications Industry Association"],"date":["2016-04-27"],"summary":["e-commerce"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-15987896534-82","ec-person-3297113eb5d4e59bc84d571628f0130aa75c761a"]}} -{"id":"ec-meeting-2016-04-27-6d5790c320e04a45d080613d89a15c1083ef3eba","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-27 - Cabinet of Commissioner Tibor Navracsics x Federation of European Publishers"],"date":["2016-04-27"],"summary":["EU Prize for Literature"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["eu-tr-398541467-53","ec-person-fa3187815cf956b0872e1668e14548b7d9f7ce93"]}} -{"id":"ec-meeting-2016-04-27-7c84ed421c855f011007756b83617c6265a46eba","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-27 - Maritime Affairs and Fisheries x WWF European Policy Programme"],"date":["2016-04-27"],"summary":["Sharks"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-mare"],"involved":["ec-person-a7b4b8418268a6d6c196b5e45f606fc92acbdb8c","eu-tr-1414929419-24"]}} -{"id":"ec-meeting-2016-04-27-896a5a8afc153f5952bcf82e0a4732ccfa90314a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-27 - Cabinet of Commissioner Elżbieta Bieńkowska x Fédération Nationale de l'Habillement"],"date":["2016-04-27"],"summary":["Marshall Plan for city-center retailers"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-331422120013-51","ec-person-6cd920669457898c6304ed6a599a852d84518227"]}} -{"id":"ec-meeting-2016-04-27-89e770b9387f72ca4aad68d29f0cf026d06c310c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-27 - Cabinet of Vice-President Valdis Dombrovskis x The Goldman Sachs Group, Inc."],"date":["2016-04-27"],"summary":["Capital Markets Union/Call for Evidence"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-701266814986-18","ec-person-3f9ca71b74344417d1f072ba7f3e2f09a223b036"]}} -{"id":"ec-meeting-2016-04-27-8eceebcab9914a7f00c7b9d38a77db0e854f53fb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-27 - Trade x Investor AB"],"date":["2016-04-27"],"summary":["Overview of the Trade negociations agenda"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-trade"],"involved":["ec-person-bde9bb099f5d24c52ca4a9255cefc99a5b87a650","eu-tr-190987114891-73"]}} -{"id":"ec-meeting-2016-04-27-90d37b115eda5b0188cb202e6583875281bbdfc7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-27 - Cabinet of President Jean-Claude Juncker x The Goldman Sachs Group, Inc."],"date":["2016-04-27"],"summary":["EU growth agenda"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-c402e34a99fbee730ae22e3b1958e21c94dc6fcc","eu-tr-701266814986-18"]}} -{"id":"ec-meeting-2016-04-27-9623c00951068fa7237465ebd0327a7d46967b5b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-27 - Cabinet of Vice-President Jyrki Katainen x Fleishman-Hillard"],"date":["2016-04-27"],"summary":["Roundtable on Circular Economy"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-56047191389-84","ec-person-0da85dc48012e26688310a59a0b51727ea68f410"]}} -{"id":"ec-meeting-2016-04-27-b17adfe9d0f8e0a425a8c028cf9b7fc92456a1d4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-27 - Günther Oettinger x Spotify"],"date":["2016-04-27"],"summary":["DSM"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-365747616583-15","ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0"]}} -{"id":"ec-meeting-2016-04-27-b1a9a606f388e41592b48eceffb20e7579c58cc8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-27 - Cabinet of Vice-President Andrus Ansip x DIGITALEUROPE"],"date":["2016-04-27"],"summary":["Spectrum: 700MHz"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-64270747023-20","ec-person-666bc159c7e65a3af9e63c1e97435c02f1496955"]}} -{"id":"ec-meeting-2016-04-27-b90a5c730424b574aac7953b1839a0c1b387134d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-27 - Cabinet of Commissioner Tibor Navracsics x International Paralympic Committee Channel 4"],"date":["2016-04-27"],"summary":["Broadcasting of the paralympic games"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["eu-tr-269735221617-71","eu-tr-98661678209-02","ec-person-dc2e0fed0fdf39a6a3f3ad63355c5215599de9d1"]}} -{"id":"ec-meeting-2016-04-27-c5a922c68fe791bc7cbf47f37e3497182bc61799","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-27 - Cabinet of Vice-President Neven Mimica x Stop Asbestos"],"date":["2016-04-27"],"summary":["Trade in white asbestos in South East Asia"],"notes":["Portfolio: International Cooperation & Development"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-mimica-neven-of-president-vice"],"involved":["ec-person-ba51cfc2cb570b2ba23d99869e21cd43fe8cadad","eu-tr-771598821553-25"]}} -{"id":"ec-meeting-2016-04-27-e4ff6071639475a4e373d7c81970c42d06ae5689","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-27 - Cabinet of Vice-President Jyrki Katainen x Suomen Tekstiili ja Muoti ry / Finnish Textile and Fashion"],"date":["2016-04-27"],"summary":["Topical EU matters"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-137654615938-64","ec-person-99365f4c3081112dcbfa722a5eb05adecc68503e"]}} -{"id":"ec-meeting-2016-04-27-e68c901af6d2709d9b75f6046101b1aa05594168","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-27 - Cabinet of Vice-President Valdis Dombrovskis x Latvijas Darba devēju konfederācija"],"date":["2016-04-27"],"summary":["State-of-play of Social Dialogue at EU and National levels. The European Commission initiatives to strengthen Social Dialogue within the European Semester ants its recommendations for Latvia / EU Economic Governance."],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-968177917885-14","ec-person-a9eda2e8ea54b70a968327672c6cada679d3cd56"]}} -{"id":"ec-meeting-2016-04-27-e7b0b0fb4453cb7a7e79c5de9a51c0b32b62be5f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-27 - Cabinet of Commissioner Carlos Moedas x Sense About Science"],"date":["2016-04-27"],"summary":["Scientific evidence in public policy"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-b8d49828915f9008e764a78796d47ea00807a658","eu-tr-167635521205-92"]}} -{"id":"ec-meeting-2016-04-27-eff70f895b5090d6e07ca3de66085f1d7e315057","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-27 - Cabinet of Vice-President Jyrki Katainen x Weber Shandwick"],"date":["2016-04-27"],"summary":["CCs development"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-52836621780-65","ec-person-0da85dc48012e26688310a59a0b51727ea68f410"]}} -{"id":"ec-meeting-2016-04-27-f27fcff689a2c8fffbcfa2256c701d20a6d02bca","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-27 - Cabinet of Vice-President Karmenu Vella x Forest Peoples Programme OXFAM INTERNATIONAL EU ADVOCACY OFFICE Fern"],"date":["2016-04-27"],"summary":["deforestation, palm oil, indigenous peoples rights"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["brussels, belgium"],"address":["brussels, belgium"],"addressEntity":["addr-e6a53b84d8277f8e47d140494dbfa0108ba00803"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["ec-person-4ff7c27445db4ad88e687776974fd8d077a1fe0c","eu-tr-46856801604-90","eu-tr-462666621242-31","eu-tr-40538475090-82"]}} -{"id":"ec-meeting-2016-04-27-f49bad6c1aaa45e2c6e2f551984e3498b55443ed","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-27 - Cabinet of Vice-President Maroš Šefčovič x Fiat Chrysler Automobiles"],"date":["2016-04-27"],"summary":["Decarbonisation of Transport"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-7387356890-48","ec-person-3bf48630444ace93d407e52eb880e64d480f75ce"]}} -{"id":"ec-meeting-2016-04-27-f9de63ff6e6fdaff84a3cad13cb59b7c3b50bde0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-27 - Communications Networks, Content and Technology x Society of Audiovisual Authors"],"date":["2016-04-27"],"summary":["Copyright package plan for Spring, particularly the authors remuneration issue"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-99336382936-11","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2016-04-27-fdedb0b357d1f96c602e4562bacc368973877d25","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-27 - Cabinet of Vice-President Maroš Šefčovič x ETP ZEP"],"date":["2016-04-27"],"summary":["CCS"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-582485310717-46","ec-person-9f6823821fe68d82e9b9dbe81181ecacb0265d94"]}} -{"id":"ec-meeting-2016-04-28-018fd72057b54300ac243db7e78f499da2511e2a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-28 - Cabinet of Vice-President Maroš Šefčovič x ASD-Eurospace"],"date":["2016-04-28"],"summary":["Presentation of Eurospace, EU Space Strategy"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-2be517b9261a91f2f07e05ec14c6331980e9716e","eu-tr-873508417106-05"]}} -{"id":"ec-meeting-2016-04-28-1371c767ca678366e5f0030058f6c77f52c44501","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-28 - Cabinet of Vice-President Jyrki Katainen x Cassa Depositi e Prestiti s.p.a."],"date":["2016-04-28"],"summary":["EFSI"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-110117812027-92","ec-person-955e8c493ab54847bb92b65986f56a401f8eabee"]}} -{"id":"ec-meeting-2016-04-28-167e408f29cd20dcc5de134d155fe6640ffb329c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-28 - Cabinet of Commissioner Elżbieta Bieńkowska x Vodafone Belgium SA"],"date":["2016-04-28"],"summary":["Digitalisation of Industry"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-90142503473-81","ec-person-b2f9be51339f054477846797e2c119fcf16548fc"]}} -{"id":"ec-meeting-2016-04-28-21ff763c700baadba4c7989a882b2a3867a025ba","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-28 - Cabinet of Vice-President Miguel Arias Cañete x Fondation EurActiv"],"date":["2016-04-28"],"summary":["The future of European investments in Spain \" in connection with the\" Juncker plan \""],"notes":["Portfolio: Climate Action & Energy"],"location":["Madrid, Spain"],"address":["Madrid, Spain"],"addressEntity":["addr-f2c4f2ef1ea88618aa1533f69b0d18fc1125a9d2"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-23538077148-34","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd"]}} -{"id":"ec-meeting-2016-04-28-2692e50b0f3e30a0ae4effdfdbe6c25d4f1cdd51","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-28 - Cabinet of Vice-President Cecilia Malmström x Forest Peoples Programme"],"date":["2016-04-28"],"summary":["palm oil/land grabbing"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-462666621242-31","ec-person-8529bbbc6db862f6b82d6fa66a7cf7668804dae7"]}} -{"id":"ec-meeting-2016-04-28-280011e26f5a947427bb63bd37418131a21c5361","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-28 - Cabinet of Commissioner Carlos Moedas x SAS Institute"],"date":["2016-04-28"],"summary":["EU data related policies"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["eu-tr-175323916168-03","ec-person-01051f0f33bfdc2ecc41873c02cae666c5e0d099"]}} -{"id":"ec-meeting-2016-04-28-2a0f1c513defb1158ccb080ae13a1a54742dcad7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-28 - Günther Oettinger x VAUNET - Verband Privater Medien e. V."],"date":["2016-04-28"],"summary":["AVMSD"],"location":["Berlin"],"address":["Berlin"],"addressEntity":["addr-062b06ba8e755765c6b049809b7430fd54fe5b21"],"organizer":["ec-dg-de"],"involved":["ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0","eu-tr-27085111347-65"]}} -{"id":"ec-meeting-2016-04-28-3717a297870af4f509f88b3c2f1f6d364d3d76b1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-28 - Cabinet of Vice-President Maroš Šefčovič x SpaceY"],"date":["2016-04-28"],"summary":["Space Strategy Galileo Market Uptake"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-1f95be23689cd4ed0a26fe2980f760ccf2d55c1e","eu-tr-864636618893-67"]}} -{"id":"ec-meeting-2016-04-28-381fd6b226ee9a20c6e5962d52a1141dc095654a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-28 - Cabinet of Vice-President Maroš Šefčovič x Deutsche Bank AG"],"date":["2016-04-28"],"summary":["Energy Efficiency and Investment in Energy Infrastructure"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-271912611231-56","ec-person-3bf48630444ace93d407e52eb880e64d480f75ce"]}} -{"id":"ec-meeting-2016-04-28-3c044e988345c830a620aa61ab173706a1781109","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-28 - Cabinet of First Vice-President Frans Timmermans x EURANET PLUS"],"date":["2016-04-28"],"summary":["Coverage of EU affairs in European media"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-914088116067-37","ec-person-284d94050a35c9079d8b1ba3f85eaf7777b5fea9"]}} -{"id":"ec-meeting-2016-04-28-47352d2a1dd0947821a941978444c9a6ffa14aa7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-28 - Cabinet of Vice-President Cecilia Malmström x Global Witness Amnesty International Limited"],"date":["2016-04-28"],"summary":["conflict minerals"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-11063928073-34","ec-person-8529bbbc6db862f6b82d6fa66a7cf7668804dae7","eu-tr-10439809375-73"]}} -{"id":"ec-meeting-2016-04-28-4c77db78f764aef758fe60c3c8bc096742be931d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-28 - Environment x Forest Peoples Programme"],"date":["2016-04-28"],"summary":["Palm oil and deforestation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-env"],"involved":["eu-tr-462666621242-31","ec-person-3bc74ce04ea3f4ab4d91a5c88eef25b8b8a213b4"]}} -{"id":"ec-meeting-2016-04-28-574efe603ae76e6922a71e2c02addd1831b2865c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-28 - Cabinet of Vice-President Miguel Arias Cañete x Google"],"date":["2016-04-28"],"summary":["RES, Circular Economy"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-03181945560-59","ec-person-260e00934471a02805fb143935d6e9205a7f355f"]}} -{"id":"ec-meeting-2016-04-28-6303b2de4ace367021f52298c8c0571b9bddfa30","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-28 - Günther Oettinger x Bonnier Broadcasting AB"],"date":["2016-04-28"],"summary":["AVMSD"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-c6c38691c27b1498b60b18409aa979cf1dd1f4ac","eu-tr-687817721601-69"]}} -{"id":"ec-meeting-2016-04-28-655bb597995802ebe26c819bce425227109c4a8b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-28 - Cabinet of Commissioner Jonathan Hill x Nationwide Building Society"],"date":["2016-04-28"],"summary":["Resolution issues and MREL"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["ec-person-74de9b1956d5aa5754e8946d4a7a883e05171466","eu-tr-417169813927-13"]}} -{"id":"ec-meeting-2016-04-28-6fac7a4e780948126438662be3cdd65a4b7b8029","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-28 - Cabinet of Vice-President Kristalina Georgieva x The Church of Jesus Christ of Latter-day Saints - European Union and International Affairs Office"],"date":["2016-04-28"],"summary":["Introduction meeting"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-georgieva-kristalina-of-president-vice"],"involved":["ec-person-dde26bf75a5cce4fbb9d7ff3a56ecdbd7090a3e8","eu-tr-555450011891-58"]}} -{"id":"ec-meeting-2016-04-28-700e12ba7dbcf5e3b3825d33ec18ec1db720fcc0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-28 - Cabinet of Vice-President Valdis Dombrovskis x European Chemical Employers Group"],"date":["2016-04-28"],"summary":["Meeting with ECEG focused on general social and employment matters. ECEG presented their current work on sustainable employment, digitalisation and youth mobility project"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-1f98d05bdaed2c40396781b1eb7b0aa47cb8dd20","eu-tr-38429111298-23"]}} -{"id":"ec-meeting-2016-04-28-70927ac7c7938f9473c094aba8511c27e0043c31","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-28 - Cabinet of Commissioner Marianne Thyssen x Caritas Europa"],"date":["2016-04-28"],"summary":["Pauvreté en Europe et des moyens de lutte contre ce fléau grandissant"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["ec-person-bdb607d5d994a4056dd700f8f52d9af25b406b36","eu-tr-6082564924-85","ec-person-c508e9337eca6b067c1f966b82de49c4824a3ad0"]}} -{"id":"ec-meeting-2016-04-28-74bd40cbd31a8461bac4147b7a6481211c2d5c4e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-28 - Cabinet of Commissioner Věra Jourová x JPMorgan Chase & Co."],"date":["2016-04-28"],"summary":["Data Protection"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-f329292459cb1badb7fb7c6b67b698c441931bb2","eu-tr-9171899949-17"]}} -{"id":"ec-meeting-2016-04-28-79b17aeadc264f0cbc7a8daaf0b7f5a56646d267","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-28 - Cabinet of Vice-President Miguel Arias Cañete x CLUB ESPAÑOL DE LA ENERGIA"],"date":["2016-04-28"],"summary":["interconnections"],"notes":["Portfolio: Climate Action & Energy"],"location":["Madrid, Spain"],"address":["Madrid, Spain"],"addressEntity":["addr-f2c4f2ef1ea88618aa1533f69b0d18fc1125a9d2"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-551258121769-14","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd"]}} -{"id":"ec-meeting-2016-04-28-7ab0a6cdce7a1199f0650deb4e8a50e9b70ac711","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-28 - Cabinet of Commissioner Violeta Bulc x Transport and Environment (European Federation for Transport and Environment)"],"date":["2016-04-28"],"summary":["Decarbonisation of transport & natural gas"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-e14c58f620f40325d829df7be0823280307bc15f","eu-tr-58744833263-19"]}} -{"id":"ec-meeting-2016-04-28-a47b1eccec13b2c0c201a5516eb2bc73a6ce1897","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-28 - Cabinet of President Jean-Claude Juncker x Grant Thornton International Ltd"],"date":["2016-04-28"],"summary":["Commission’s initiatives on Women in Business"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-c402e34a99fbee730ae22e3b1958e21c94dc6fcc","eu-tr-32374939743-15"]}} -{"id":"ec-meeting-2016-04-28-b928d09ef6621c38609ede8f02cf27a1b2dbc9fb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-28 - Cabinet of Vice-President Valdis Dombrovskis x PwCIL"],"date":["2016-04-28"],"summary":["taxation"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-60402754518-05","ec-person-48f31156d932641826e09f5b73f074d35ff05786"]}} -{"id":"ec-meeting-2016-04-28-d89fda144b36df083780c3f6698904d889aaa18e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-28 - Environment x Grupo de Estudos de Ordenamento do Território e Ambiente WWF European Policy Programme Quercus - Associação Nacional de Conservação da Natureza Liga para a Protecção da Natureza Sociedade Portuguesa para o Estudo das Aves"],"date":["2016-04-28"],"summary":["RN2000, Natura Network Management, Fitness check of Nature Directives"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-env"],"involved":["eu-tr-1414929419-24","eu-tr-804038916027-32","eu-tr-021473016820-80","ec-person-3bc74ce04ea3f4ab4d91a5c88eef25b8b8a213b4","eu-tr-930879217408-32","eu-tr-269613521588-12"]}} -{"id":"ec-meeting-2016-04-28-e0271fbad45c826770ddbdb9dae0f3dba9cd7aef","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-28 - Cabinet of Vice-President Miguel Arias Cañete x IE Business School and IE University."],"date":["2016-04-28"],"summary":["COP21"],"notes":["Portfolio: Climate Action & Energy"],"location":["Madrid, Spain"],"address":["Madrid, Spain"],"addressEntity":["addr-f2c4f2ef1ea88618aa1533f69b0d18fc1125a9d2"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-847552513093-34","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd"]}} -{"id":"ec-meeting-2016-04-28-f7dadc773b5405d378a3bb2dc4ffb47be0a723f0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-28 - Cabinet of Commissioner Carlos Moedas x EUTurbines"],"date":["2016-04-28"],"summary":["the role of thermal power generation within H2020 and the SET-Plan as well as R&I needs in the future energy system"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-0a716bf5253e913fc40ebf14c12f30dc2e7a06ee","eu-tr-75093131694-63"]}} -{"id":"ec-meeting-2016-04-29-1968a060bd58b2785679c0c618dab6ce5e020bbf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-29 - Günther Oettinger x European Telecommunications Network Operators' Association"],"date":["2016-04-29"],"summary":["Telco policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-c6cae64cc7dc787b66a47ab1613d3e922875b971","eu-tr-08957111909-85"]}} -{"id":"ec-meeting-2016-04-29-2642fab631974b731aba6d1713170f452172d0f0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-29 - Cabinet of Commissioner Elżbieta Bieńkowska x Finnish Forest Industries Federation (Metsäteollisuus ry) Finnish Energy - Energiateollisuus ry"],"date":["2016-04-29"],"summary":["Large Combustion Plant"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["ec-person-b2f9be51339f054477846797e2c119fcf16548fc","eu-tr-39671713910-36","eu-tr-68861821910-84","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2016-04-29-308c73658598fd2af3a88ca46c66604fd8f602e1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-29 - Cabinet of Commissioner Tibor Navracsics x World Organization of the Scout Movement - Bureau Européen du Scoutisme"],"date":["2016-04-29"],"summary":["Volunteering"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["eu-tr-199308213329-62","ec-person-881310bbb4e54ac96753b80bbdc9b1994cfbf136"]}} -{"id":"ec-meeting-2016-04-29-3cb9a1b159f98a27f1c0b2d5b929af4d3ee6a945","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-29 - Trade x European Round Table for Industry"],"date":["2016-04-29"],"summary":["Overview of the Trade negociations agenda"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-trade"],"involved":["ec-person-bde9bb099f5d24c52ca4a9255cefc99a5b87a650","eu-tr-25487567824-45"]}} -{"id":"ec-meeting-2016-04-29-3ccf6cc9bdd2b5c5759f2fd88c9a12765a36c62a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-29 - Financial Stability, Financial Services and Capital Markets Union x Bpifrance"],"date":["2016-04-29"],"summary":["Les questions liées à la régulation bancaire européenne; L'Union des marchés de capitaux et ses prochaines étapes ; Le plan d'investissement pour l'Europe: contribution de Bpifrance à date et propositions d'évolution."],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-950921712127-74","ec-person-bdee7a93f95c8ef05079539170139b3c02e8ed96"]}} -{"id":"ec-meeting-2016-04-29-56621e099d2d7b470475995c2aa92623d5fbc9d1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-29 - Cabinet of Commissioner Phil Hogan x Association of Chartered Certified Accountants"],"date":["2016-04-29"],"summary":["Taxation Issues"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Irealnd"],"address":["Irealnd"],"addressEntity":["addr-2a9fe6485ad8871c59dabf8381c67ded11e47889"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-a1a78365cc4685b0958056646204977d8f2ead92","eu-tr-4227861124-34"]}} -{"id":"ec-meeting-2016-04-29-5b9dd70fa7107be9d72ab8fb760820928580a5e2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-29 - Cabinet of Vice-President Miguel Arias Cañete x German Renewable Energy Federation"],"date":["2016-04-29"],"summary":["Electricity market design and renewables policy"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-1831691c10441c5974327bbeb8693d6b6c1e50c3","ec-person-260e00934471a02805fb143935d6e9205a7f355f","eu-tr-15511499334-46","ec-person-2229c857664a22dcb8eee79a8c05841fd3d0924f"]}} -{"id":"ec-meeting-2016-04-29-95d98a0f34a61c5c8eb53ef69bc6ba07ac363666","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-29 - Financial Stability, Financial Services and Capital Markets Union x Airbus"],"date":["2016-04-29"],"summary":["EMIR, MIFID II, EU regulatory framework for financial services"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-2732167674-76","ec-person-bdee7a93f95c8ef05079539170139b3c02e8ed96"]}} -{"id":"ec-meeting-2016-04-29-aca577983694f1787c2da1607ec66cbafee158fd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-29 - Cabinet of Vice-President Andrus Ansip x Facebook Ireland Limited"],"date":["2016-04-29"],"summary":["DSM"],"notes":["Portfolio: Digital Single Market"],"location":["Takamatsu (Japan)"],"address":["Takamatsu (Japan)"],"addressEntity":["addr-edc8b579303fa0a0f3eb16cc3f9ce58c6f370dff"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-91ca0921c6790191daa54427311acd63035e7c9e","eu-tr-28666427835-74"]}} -{"id":"ec-meeting-2016-04-29-b38852891c9d6d1613bc2ab3577b8227e351c663","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-29 - Cabinet of Commissioner Carlos Moedas x Bpifrance"],"date":["2016-04-29"],"summary":["Financial instruments and innovation"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["eu-tr-950921712127-74","ec-person-23980b2bc4fd9c82051d0f7888dc236b2f764866"]}} -{"id":"ec-meeting-2016-04-29-b97b563b613b5ea3bac9067f55d619147923321a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-29 - Cabinet of Commissioner Violeta Bulc x ADS Insight"],"date":["2016-04-29"],"summary":["Swedish ferrys, maritime and passengers security"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-e14c58f620f40325d829df7be0823280307bc15f","eu-tr-02762144321-07"]}} -{"id":"ec-meeting-2016-04-29-c75c3bc531c451e3d4eecd9e38df8a0617aaca2b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-29 - Cabinet of Commissioner Tibor Navracsics x The Walt Disney Company Benelux BVBA"],"date":["2016-04-29"],"summary":["Digital Single Market and Copyright"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-49f31dad10f5641cb1d1e4c3107dd838389e8120","ec-person-cb6aa96c497dead35eb0f2ed0339e5423d506549","eu-tr-256463315409-35"]}} -{"id":"ec-meeting-2016-04-29-daab45404264abdc866dfccfd341cb8dd3ac597d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-29 - Cabinet of Commissioner Vytenis Andriukaitis x Food Supplements Europe"],"date":["2016-04-29"],"summary":["International Workshop on Botanicals: how botanicals are regulated in third countries"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-b9c3f19e7c5f216e3e508f931ddd6a9cb59376d1","ec-person-df30d07ef698a52b9948b9c734db39196cf8541f","eu-tr-638153011554-79"]}} -{"id":"ec-meeting-2016-04-29-db65b94e0f36affaba1e7afdba18e75a0addbe99","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-29 - Cabinet of Vice-President Jyrki Katainen x Neova Oy Aula Europe Neova AB"],"date":["2016-04-29"],"summary":["Energy policy matters: ETS-reform, Biomass Sustainability Criteria and LCP Bref"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-88742028087-64","eu-tr-318140819141-02","ec-person-0da85dc48012e26688310a59a0b51727ea68f410","eu-tr-082774214711-83"]}} -{"id":"ec-meeting-2016-04-29-dc27d22a9355d963d09a66d45ffd22fb02c9f8d1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-29 - Cabinet of President Jean-Claude Juncker x The Walt Disney Company Benelux BVBA"],"date":["2016-04-29"],"summary":["Digital Single Market"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-44a061693f35519551be0e3dab996e76ad3f8c7c","eu-tr-256463315409-35"]}} -{"id":"ec-meeting-2016-04-29-e9237a801d16e62b4e680e759a422a9f9dee1656","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-29 - Günther Oettinger x Meta Platforms Ireland Limited and its various subsidiaries (f/k/a Facebook Ireland Limited)"],"date":["2016-04-29"],"summary":["DSM"],"location":["Takamatsu"],"address":["Takamatsu"],"addressEntity":["addr-ccd7b40a1b5f3933d1e8adcd0f086e41aede3a8d"],"organizer":["ec-dg-de"],"involved":["ec-person-4cd59e13386e3b68ecb3611fcc579e0a0a3938a5","eu-tr-28666427835-74"]}} -{"id":"ec-meeting-2016-04-29-ef894d286443d9c91e69eb9f07862bbfb636d7c9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-04-29 - Cabinet of Vice-President Jyrki Katainen x Insurance Europe"],"date":["2016-04-29"],"summary":["CMU"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-955e8c493ab54847bb92b65986f56a401f8eabee","eu-tr-33213703459-54"]}} -{"id":"ec-meeting-2016-05-01-2b9146d2019ba69f5a6ce6896ced86cd4cfb05ce","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-01 - Energy x None"],"date":["2016-05-01"],"summary":["Energy developments"],"location":["Tokyo, Japan"],"address":["Tokyo, Japan"],"addressEntity":["addr-362489908e1d4b12fb5528fdefa8fd00e8c4e920"],"organizer":["ec-dg-ener"],"involved":["eu-tr-997484720855-72","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e","eu-tr-449251118777-62"]}} -{"id":"ec-meeting-2016-05-02-033b6f8cea9ec2c5b05ec46c5f47226c1ce81411","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-02 - Cabinet of Vice-President Andrus Ansip x LA POSTE Deutsche Post DHL Group Association of European Public Postal Operators Posti Group Oyj"],"date":["2016-05-02"],"summary":["e-Commerce, parcel delivery"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0","eu-tr-231418115347-05","ec-person-3ca0c466b8ff230d4409591430b388007ce14ff8","eu-tr-01890906437-84","eu-tr-48544465107-88","eu-tr-092682012915-24"]}} -{"id":"ec-meeting-2016-05-02-0f3c46b91e3f0ac7731be9f0edb032e54157d1c7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-02 - Cabinet of Vice-President Jyrki Katainen x Miltton Europe Sunshine Kaidi (Finland) New Energy Co. Oy"],"date":["2016-05-02"],"summary":["Energy Union"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-463712321359-48","ec-person-f9208d930adc70c6c64e21701e48f85f6f18e949","eu-tr-245377319023-40"]}} -{"id":"ec-meeting-2016-05-02-162582c0fde8239cf1b44fa5d92956e12be9fa28","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-02 - Cabinet of Commissioner Vytenis Andriukaitis x Europacolon"],"date":["2016-05-02"],"summary":["Screening on colorectal cancer"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-97425c615743576adc42e09bee7dac14f83f691b","ec-person-df30d07ef698a52b9948b9c734db39196cf8541f","eu-tr-509496521674-06"]}} -{"id":"ec-meeting-2016-05-02-355801c85a07a8de3f30ff981b524f1681525c94","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-02 - Cabinet of Commissioner Vytenis Andriukaitis x European Blood Alliance"],"date":["2016-05-02"],"summary":["Voluntary and unpaid donations, EU legislation on blood"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-97425c615743576adc42e09bee7dac14f83f691b","eu-tr-149855010621-40","ec-person-df30d07ef698a52b9948b9c734db39196cf8541f"]}} -{"id":"ec-meeting-2016-05-02-3e66c3dd4da94c23a949fa7eeb52f6816265f9b4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-02 - Cabinet of Vice-President Andrus Ansip x SAP"],"date":["2016-05-02"],"summary":["DSM"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-e91c5be432b6b3efdda369792fed67c20b767a45","eu-tr-639117311617-01"]}} -{"id":"ec-meeting-2016-05-02-48a43c8654fd2efb0228a495b539421bd2e4fc33","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-02 - Cabinet of Commissioner Christos Stylianides x The Church of Jesus Christ of Latter-day Saints - European Union and International Affairs Office"],"date":["2016-05-02"],"summary":["Introduction of the office"],"notes":["Portfolio: Humanitarian Aid & Crisis Management"],"location":["berlaymont"],"address":["berlaymont"],"addressEntity":["addr-e2031099ac69651b683d551b7a3471daf1b3a638"],"organizer":["ec-cabinet-christos-commissioner-of-stylianides"],"involved":["ec-person-becb860ca4c4e8da70ae969e747cf49914810b59","eu-tr-555450011891-58"]}} -{"id":"ec-meeting-2016-05-02-4c6666f3297b994021aa453375de9853df5f6912","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-02 - Cabinet of Commissioner Marianne Thyssen x CSR Europe, The Business Network for Corporate Social Responsibility"],"date":["2016-05-02"],"summary":["Pact for Youth"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["ec-person-bdb607d5d994a4056dd700f8f52d9af25b406b36","eu-tr-56502415122-32","ec-person-c508e9337eca6b067c1f966b82de49c4824a3ad0"]}} -{"id":"ec-meeting-2016-05-02-68452796b028cf557b39b09fd4e7ffa252acd698","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-02 - Cabinet of Vice-President Andrus Ansip x Deutsche Telekom"],"date":["2016-05-02"],"summary":["Vectoring"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-666bc159c7e65a3af9e63c1e97435c02f1496955","eu-tr-60052162589-72"]}} -{"id":"ec-meeting-2016-05-02-7358690669ba6532e3464a4a6b5cf7c2ecf52d96","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-02 - Environment x Ellen MacArthur Foundation"],"date":["2016-05-02"],"summary":["The Ellen Mac Arthur Foundation report's : \"The New Plastics Economy\", Circular Economy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-env"],"involved":["eu-tr-206816021848-17","ec-person-3bc74ce04ea3f4ab4d91a5c88eef25b8b8a213b4"]}} -{"id":"ec-meeting-2016-05-02-83eb990432b3e9cf285b84cf31ebcbe7b71f9a93","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-02 - Cabinet of Commissioner Elżbieta Bieńkowska x European Aggregates Association"],"date":["2016-05-02"],"summary":["CMD"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-15340821653-49","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2016-05-02-91d47690d09bb799bce4177a15294226d200f691","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-02 - Cabinet of Commissioner Marianne Thyssen x European Association of Industrial Silica Producers Industrial Minerals Association - Europe"],"date":["2016-05-02"],"summary":["Revision of the carcinogens Directive"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["ec-person-c508e9337eca6b067c1f966b82de49c4824a3ad0","eu-tr-312840210910-27","ec-person-7567514af00f139b390cf9864d28a090ca0fde25","eu-tr-14190001484-01"]}} -{"id":"ec-meeting-2016-05-02-977fb340656ed039c1a1e4adfe3072753935bb5e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-02 - Cabinet of Commissioner Jonathan Hill x Coöperatieve Circle Economy U.A."],"date":["2016-05-02"],"summary":["Green Finance"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["eu-tr-414517320656-62","ec-person-f247edfcff54d4f26fc10769f809c92bc72d6797"]}} -{"id":"ec-meeting-2016-05-02-9f908bed72bbe629355062750c146a19b89065be","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-02 - Cabinet of Commissioner Carlos Moedas x European Jewish Congress"],"date":["2016-05-02"],"summary":["Science diplomacy"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["eu-tr-36101356444-26","ec-person-23980b2bc4fd9c82051d0f7888dc236b2f764866"]}} -{"id":"ec-meeting-2016-05-02-b52af081da3fb4ec3e857a2a896dee3a2883a8fd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-02 - Günther Oettinger x Verband Internet Reisevertrieb e.V."],"date":["2016-05-02"],"summary":["digital agenda"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-648269519469-47","ec-person-3297113eb5d4e59bc84d571628f0130aa75c761a"]}} -{"id":"ec-meeting-2016-05-02-c0b7f7e46521d6cdd1f3d0ec7bc040a3398d5d10","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2016-05-02 - Günther Oettinger x Factory Licensing GmbH Factory Licensing GmbH"],"date":["2016-05-02"],"summary":["start ups"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-4cd59e13386e3b68ecb3611fcc579e0a0a3938a5","eu-tr-630277221582-03","ec-person-3297113eb5d4e59bc84d571628f0130aa75c761a"]}} -{"id":"ec-meeting-2016-05-02-c1c458c01020fb68c8d187cfc4ccf86dd7dd29b6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-02 - Cabinet of High Representative / Vice-President Federica Mogherini x Roskilde University"],"date":["2016-05-02"],"summary":["Research on Operation Sophia."],"notes":["Portfolio: Foreign Affairs and Security Policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"involved":["eu-tr-447163219856-82","ec-person-e03a77379f79ea00cf20048e42e8b0793bf62fa3"]}} -{"id":"ec-meeting-2016-05-02-c80d4328a8bd40f6ad2704f55b2cee1c8a5d0ddd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-02 - Cabinet of Commissioner Vytenis Andriukaitis x None"],"date":["2016-05-02"],"summary":["Endocrine disruptors"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-b9c3f19e7c5f216e3e508f931ddd6a9cb59376d1","eu-tr-27053044762-72","eu-tr-06698681039-26","eu-tr-884511820639-57","ec-person-df30d07ef698a52b9948b9c734db39196cf8541f"]}} -{"id":"ec-meeting-2016-05-02-e00776dd311dbfa9ecc210e65d4d62daa89882b7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-02 - Cabinet of Commissioner Tibor Navracsics x European Federation of Journalists Federation of European Screen Directors - Fédération Européenne des Réalisateurs de l'Audiovisuel European Writers’ Council-Féderation des associations européennes d’écrivains Federation of Screenwriters in Europe European Composer and Songwriter Alliance"],"date":["2016-05-02"],"summary":["Fair remuneration of authors"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-dc2e0fed0fdf39a6a3f3ad63355c5215599de9d1","eu-tr-29280842236-21","eu-tr-56788289570-24","eu-tr-27471236588-39","eu-tr-71423433087-91","eu-tr-642670217507-74"]}} -{"id":"ec-meeting-2016-05-02-e3940e4a7963440fa4b858ad2c2a4e7b234262a5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-02 - Cabinet of Vice-President Jyrki Katainen x Sunshine Kaidi (Finland) New Energy Co. Oy"],"date":["2016-05-02"],"summary":["growth & investments, energy union and sustainable energy policy post 2020"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-463712321359-48","ec-person-0da85dc48012e26688310a59a0b51727ea68f410"]}} -{"id":"ec-meeting-2016-05-02-e3a5d7b29d317172c4999fc68cea9a61bf80b35c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-02 - Cabinet of High Representative / Vice-President Federica Mogherini x Samsung Electronics Europe"],"date":["2016-05-02"],"summary":["Meeting on current relations between the EU and Egypt."],"notes":["Portfolio: Foreign Affairs and Security Policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"involved":["ec-person-e03a77379f79ea00cf20048e42e8b0793bf62fa3","eu-tr-40471017282-57"]}} -{"id":"ec-meeting-2016-05-02-e88b2e6c502c36899e10463a4301da5d972a9a05","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-02 - Cabinet of President Jean-Claude Juncker x London Stock Exchange Group Deutsche Börse AG"],"date":["2016-05-02"],"summary":["Capital Markets Union; New Settlement for the United Kingdom"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-20884001341-42","eu-tr-550494915045-08","ec-person-80c6995ad1cd6aefa72f1bf440b17b6d8c6dd4b8"]}} -{"id":"ec-meeting-2016-05-02-e8c7cecbacbbce2f3724803e5364a4dcf560140f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-02 - Cabinet of Vice-President Kristalina Georgieva x Regional Centre Europe of the International Federation of Translators"],"date":["2016-05-02"],"summary":["The importance of multilingualism in the EU"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-georgieva-kristalina-of-president-vice"],"involved":["ec-person-9f4dcadff214f9cb7e8976c58804023e71bcf5fd","ec-person-dde26bf75a5cce4fbb9d7ff3a56ecdbd7090a3e8","eu-tr-673730718512-37"]}} -{"id":"ec-meeting-2016-05-02-eb48355ffe360ac4f9fc3b4232c05e1d963a2918","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-02 - Günther Oettinger x EBU-UER (European Broadcasting Union)"],"date":["2016-05-02"],"summary":["audiovisual media research programme"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-93288301615-56","ec-person-3297113eb5d4e59bc84d571628f0130aa75c761a"]}} -{"id":"ec-meeting-2016-05-02-f05837bf0b1ae65daf00713dbe31df80ace0ddae","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-02 - Günther Oettinger x acatech-Deutsche Akademie der Technikwissenschaften/ National Academy of Science and Engineering"],"date":["2016-05-02"],"summary":["Industrie 4.0"],"location":["Berlin"],"address":["Berlin"],"addressEntity":["addr-062b06ba8e755765c6b049809b7430fd54fe5b21"],"organizer":["ec-dg-de"],"involved":["eu-tr-07872017103-70","ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0"]}} -{"id":"ec-meeting-2016-05-02-f12fa078d4b3fbf151c57bf9276e302cc9e173f1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-02 - Günther Oettinger x Commerzbank AG"],"date":["2016-05-02"],"summary":["Datensicherheit und Banken"],"location":["Berlin"],"address":["Berlin"],"addressEntity":["addr-062b06ba8e755765c6b049809b7430fd54fe5b21"],"organizer":["ec-dg-de"],"involved":["ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0","eu-tr-83370363079-88"]}} -{"id":"ec-meeting-2016-05-02-fcef8071ffd2d1a00b7258d6016f2a79a5916c21","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-02 - Cabinet of Commissioner Vytenis Andriukaitis x AnimalhealthEurope"],"date":["2016-05-02"],"summary":["Preparation for the Annual Conference"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["eu-tr-63322037415-37","ec-person-d462b3c7daeee00ad55e380a7fb96819f79899df","ec-person-c986c9ff99d99d8006e000db5a8046be615813ae"]}} -{"id":"ec-meeting-2016-05-03-0ca26ec454edf801921f2e087041ae8bd2ea7a23","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-03 - Cabinet of Commissioner Elżbieta Bieńkowska x DASSAULT AVIATION"],"date":["2016-05-03"],"summary":["aviation industry"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-264527121382-71","ec-person-685ecf13dd26cd515c961e24ba71049af2302c5e"]}} -{"id":"ec-meeting-2016-05-03-170a5eaf42e388b70ed671c11742fbea07f32957","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-03 - Cabinet of Vice-President Andrus Ansip x Telefonica, S.A."],"date":["2016-05-03"],"summary":["New leadership at Telefónica; Ten proposals to build a stronger Digital Europe document"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-52431421-12","ec-person-666bc159c7e65a3af9e63c1e97435c02f1496955","ec-person-91ca0921c6790191daa54427311acd63035e7c9e"]}} -{"id":"ec-meeting-2016-05-03-37ce85e098787ee5e27ad76efe798a063ae61ac2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-03 - Cabinet of President Jean-Claude Juncker x American Chamber of Commerce to the European Union"],"date":["2016-05-03"],"summary":["Speaker at AmCham EU Financial Services Committee"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-c402e34a99fbee730ae22e3b1958e21c94dc6fcc","eu-tr-5265780509-97"]}} -{"id":"ec-meeting-2016-05-03-39e1034c4038bde8e6210f29a30eea4e9256bce7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-03 - Cabinet of Vice-President Andrus Ansip x British Chamber of Commerce | EU & Belgium"],"date":["2016-05-03"],"summary":["Keynote speech on “DSM: what it means for business"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-91ca0921c6790191daa54427311acd63035e7c9e","eu-tr-56188303384-93"]}} -{"id":"ec-meeting-2016-05-03-4b18fd3f9ce9a44348b2a3bd809a16c15d93943e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-03 - Cabinet of Vice-President Maroš Šefčovič x Sunshine Kaidi (Finland) New Energy Co. Oy"],"date":["2016-05-03"],"summary":["Energy Union"],"notes":["Portfolio: Energy Union"],"location":["Berl, Brussels"],"address":["Berl, Brussels"],"addressEntity":["addr-ff5250be1b5bfa1c741aa7bfc390b27ec2fc8289"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-463712321359-48","ec-person-af83ed49c403cb9d7ebfecca7893f0054c1f4be5"]}} -{"id":"ec-meeting-2016-05-03-4f173bd722461df55f7baf1e31f96027ae30b8c0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-03 - Cabinet of Commissioner Elżbieta Bieńkowska x NBCUniversal International"],"date":["2016-05-03"],"summary":["Copyright"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-636284018907-42","ec-person-685ecf13dd26cd515c961e24ba71049af2302c5e"]}} -{"id":"ec-meeting-2016-05-03-568fca327bed4a66179bf4f15d34cfcaf47873c1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-03 - Günther Oettinger x Deutsche Telekom"],"date":["2016-05-03"],"summary":["vectoring"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0","eu-tr-60052162589-72"]}} -{"id":"ec-meeting-2016-05-03-5c956a223c673b5b9eb0f5e36dcb6188f4cdcf97","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-03 - Günther Oettinger x Vodafone Belgium SA"],"date":["2016-05-03"],"summary":["vectoring"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-90142503473-81","ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0"]}} -{"id":"ec-meeting-2016-05-03-6d6e714c3e2d5bb15e2f1c3c55afe49ce4545443","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-03 - Cabinet of Commissioner Violeta Bulc x Arbeitsgemeinschaft deutscher Verkehrsflughäfen"],"date":["2016-05-03"],"summary":["Aviation"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-41108238259-40","ec-person-5012c5e45a52ee8ce67d19c1781a127af53e73e7","ec-person-9d4dc4867a44dfe10f67ae7ee1706da3e8b48a24"]}} -{"id":"ec-meeting-2016-05-03-7ecde5faa8ab24a7593224a1ebf41c387f9039ac","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-03 - Cabinet of Vice-President Kristalina Georgieva x G4S Ltd"],"date":["2016-05-03"],"summary":["Discuss the recent Brussels attachs and G4S role therein and G4S performance overall"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-georgieva-kristalina-of-president-vice"],"involved":["ec-person-9f4dcadff214f9cb7e8976c58804023e71bcf5fd","eu-tr-3548986723-43"]}} -{"id":"ec-meeting-2016-05-03-7f472a0ac499b1c577e76b7e57bb3b322fbae599","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-03 - Cabinet of Commissioner Tibor Navracsics x IFPI Representing recording industry worldwide"],"date":["2016-05-03"],"summary":["Digital Single Market"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["eu-tr-60394321918-91","ec-person-cb6aa96c497dead35eb0f2ed0339e5423d506549","ec-person-49f31dad10f5641cb1d1e4c3107dd838389e8120"]}} -{"id":"ec-meeting-2016-05-03-8ce328aa63bef5527c694a3351f9872b0a19bc1b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-03 - Cabinet of Vice-President Valdis Dombrovskis x European Women's Lobby"],"date":["2016-05-03"],"summary":["Dialogue with civil society organisations to discuss European Semester matters, including the 2016 CSRs on social policy."],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-1f98d05bdaed2c40396781b1eb7b0aa47cb8dd20","eu-tr-85686156700-13"]}} -{"id":"ec-meeting-2016-05-03-8dca147aa81dff9bbd8a04df681ccd9274252454","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-03 - Cabinet of Vice-President Karmenu Vella x European Network of Maritime Clusters"],"date":["2016-05-03"],"summary":["Blue Growth, Ocean Governance"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Luxembourg"],"address":["Luxembourg"],"addressEntity":["addr-5076721c4060feeb69bd2c3dd9bdce115d5c62f3"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["eu-tr-458905915808-19","ec-person-0e3efd8bc1c3ee9a80205d0bb78f316fa1621e5d"]}} -{"id":"ec-meeting-2016-05-03-96a6520ad4ff6e95d96d940af192fa57e1751fc3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-03 - Cabinet of Commissioner Elżbieta Bieńkowska x DIGITALEUROPE"],"date":["2016-05-03"],"summary":["Memorandum of Understanding"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-64270747023-20","ec-person-b2f9be51339f054477846797e2c119fcf16548fc","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2016-05-03-9e83d7812b07e94ceeb715946a2de4e8f230b781","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-03 - Cabinet of Commissioner Tibor Navracsics x European Union Youth Orchestra Foundation"],"date":["2016-05-03"],"summary":["European Union Youth Orchestra"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-fa3187815cf956b0872e1668e14548b7d9f7ce93","ec-person-cb6aa96c497dead35eb0f2ed0339e5423d506549","eu-tr-859389815176-35"]}} -{"id":"ec-meeting-2016-05-03-a287b3f4a7bc4d00515e4dd51da793251fc265f1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-03 - Cabinet of Vice-President Andrus Ansip x Union of European Football Associations European Olympic Committees EU Office Association of Commercial Television and Video on Demand Services in Europe Sports Rights Owners' Coalition Fédération Internationale de Football Association EBU-UER (European Broadcasting Union) European Leagues"],"date":["2016-05-03"],"summary":["Digital Single Market and Sport Broadcasting"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-e91c5be432b6b3efdda369792fed67c20b767a45","ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0","eu-tr-827752410362-51","eu-tr-81311819832-09","eu-tr-400815519771-38","eu-tr-93288301615-56","eu-tr-39217046408-27","eu-tr-422544515758-37","eu-tr-18574111503-28"]}} -{"id":"ec-meeting-2016-05-03-a3cde220cacf92e64ef9fdef6423a739c03c474c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-03 - Cabinet of Vice-President Cecilia Malmström x Amnesty International Limited"],"date":["2016-05-03"],"summary":["promotion/marketing of tools of torture"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-19b143e83f8ab978c55c8a9a9e49e06dbfa14bf3","eu-tr-11063928073-34"]}} -{"id":"ec-meeting-2016-05-03-ae0b5693b2402d352bfba7692ef560e164d55d7a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-03 - Cabinet of Vice-President Andrus Ansip x Computer & Communications Industry Association"],"date":["2016-05-03"],"summary":["DSM"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-15987896534-82","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45"]}} -{"id":"ec-meeting-2016-05-03-bbec73adb777db65e4bc4e1ceb4839341b82363a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-03 - Cabinet of Commissioner Elżbieta Bieńkowska x L'Oréal"],"date":["2016-05-03"],"summary":["Issues related to cosmetics industry"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["ec-person-d2997a7f359c91a337055c3e24dd36bf928de38d","eu-tr-02776221598-67"]}} -{"id":"ec-meeting-2016-05-03-bebab325a15c826a352471a1b146fbc169dd3587","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-03 - Inspire, Debate, Engage and Accelerate Action x Factory Licensing GmbH"],"date":["2016-05-03"],"summary":["Startup Ecosystem"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-dg-idea"],"involved":["eu-tr-630277221582-03","ec-person-4fe56a64c00b3e81c851b5538878b32481bd7d3c"]}} -{"id":"ec-meeting-2016-05-03-c7436bc02dbb1be91bc974896d25684573598fdd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-03 - Cabinet of Commissioner Elżbieta Bieńkowska x Google"],"date":["2016-05-03"],"summary":["Online platforms, e-commerce package, start-ups"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["ec-person-d2997a7f359c91a337055c3e24dd36bf928de38d","ec-person-b2f9be51339f054477846797e2c119fcf16548fc","ec-person-685ecf13dd26cd515c961e24ba71049af2302c5e","eu-tr-03181945560-59","ec-person-95a769a1850d7d595f9a5853c51dcbdd3ddd69fb"]}} -{"id":"ec-meeting-2016-05-03-ce17bc26cdd1bd88c4f5c3c65ff4c23293f86646","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-03 - Cabinet of Vice-President Andrus Ansip x Initiative Urheberrecht, Förderverein"],"date":["2016-05-03"],"summary":["copyright"],"notes":["Portfolio: Digital Single Market"],"location":["Berlin"],"address":["Berlin"],"addressEntity":["addr-062b06ba8e755765c6b049809b7430fd54fe5b21"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-585371312551-70","ec-person-6a03bc4fa7657513ea34529e98dba0671ef4c849"]}} -{"id":"ec-meeting-2016-05-03-e8dbc661fc0e8de1256bb6464ff6ec3c2954fecc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-03 - Cabinet of Commissioner Tibor Navracsics x Union of European Football Associations European Olympic Committees EU Office Association of Commercial Television and Video on Demand Services in Europe Sports Rights Owners' Coalition Fédération Internationale de Football Association EBU-UER (European Broadcasting Union) European Leagues"],"date":["2016-05-03"],"summary":["Digital Single Market and Sport Broadcasting"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-dc2e0fed0fdf39a6a3f3ad63355c5215599de9d1","eu-tr-827752410362-51","eu-tr-81311819832-09","eu-tr-400815519771-38","eu-tr-93288301615-56","eu-tr-39217046408-27","eu-tr-422544515758-37","eu-tr-18574111503-28"]}} -{"id":"ec-meeting-2016-05-03-e987d35cc169fa4d8c7898a480a8522146b71242","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-03 - Cabinet of Vice-President Andrus Ansip x eco - Verband der Internetwirtschaft"],"date":["2016-05-03"],"summary":["DSM"],"notes":["Portfolio: Digital Single Market"],"location":["Berlin"],"address":["Berlin"],"addressEntity":["addr-062b06ba8e755765c6b049809b7430fd54fe5b21"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-6a03bc4fa7657513ea34529e98dba0671ef4c849","eu-tr-483354220663-40"]}} -{"id":"ec-meeting-2016-05-03-e9d75ee70c325f67646eb17b27692396d991a356","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-03 - Cabinet of Vice-President Jyrki Katainen x Iceye Oy"],"date":["2016-05-03"],"summary":["Space technologies"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90","ec-person-c50e8c2cc390c5efb0626988d173bc6758459e0f","eu-tr-602255419010-72"]}} -{"id":"ec-meeting-2016-05-03-ea45d71e44668abc54b732d659f5248e17cf34e0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-03 - Cabinet of Commissioner Vytenis Andriukaitis x European Meat Network"],"date":["2016-05-03"],"summary":["Russian ban on porc"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-0dbfffeb0323f819c8d57164906086dd8639c437","eu-tr-376515721995-15"]}} -{"id":"ec-meeting-2016-05-03-ec26d43bec73821865d5bf4e41d7b3712d75bae9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-03 - Cabinet of Commissioner Margrethe Vestager x Japan Machinery Center for Trade and Investment"],"date":["2016-05-03"],"summary":["Competition enforcement in Digital Markets"],"notes":["Portfolio: Competition"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-margrethe-of-vestager"],"involved":["eu-tr-539264617342-19","ec-person-5d3cde69206da720686a2bca71494091f1318f24"]}} -{"id":"ec-meeting-2016-05-03-f31902b254bf16a9c9387b5ad5d7e82f99ce79c6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-03 - Cabinet of Commissioner Elżbieta Bieńkowska x Transport and Environment (European Federation for Transport and Environment)"],"date":["2016-05-03"],"summary":["Heavy Duty Vehicle CO2"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-58744833263-19","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2016-05-03-fe48a5a1608d04a55438c97bd283436ed039d862","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-03 - Günther Oettinger x Intuit Inc DIGITALEUROPE Computer & Communications Industry Association European Internet Services Providers Association BSA | The Software Alliance"],"date":["2016-05-03"],"summary":["DSM"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-75039383277-48","eu-tr-784919515495-43","ec-person-4cd59e13386e3b68ecb3611fcc579e0a0a3938a5","eu-tr-64270747023-20","eu-tr-54437813115-56","eu-tr-15987896534-82"]}} -{"id":"ec-meeting-2016-05-04-1f0337427dd291a112ceee19d4c565a10ae966ac","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-04 - Cabinet of Vice-President Cecilia Malmström x EURODOM"],"date":["2016-05-04"],"summary":["Sugar sectors in trade negotiations"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-28418016649-41","ec-person-98880f3f4206145e196013db9dd806a551c11e06"]}} -{"id":"ec-meeting-2016-05-04-2fb53baf74393084d3cc99e508c09c42dafd76f4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-04 - Cabinet of Vice-President Kristalina Georgieva x Google"],"date":["2016-05-04"],"summary":["Meeting with Benoit Tabaka, Head of Mobile Economic Policy EMEA"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-georgieva-kristalina-of-president-vice"],"involved":["ec-person-9252bff7737d664ef1c2c591fcae56caf6e880eb","eu-tr-03181945560-59","ec-person-5b978a1c2dc2d04115a2c0365fb51e3d80bad509"]}} -{"id":"ec-meeting-2016-05-04-36504f670b313c9f27db5d67602c768c87b50002","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-04 - Cabinet of Commissioner Jonathan Hill x EUK Consulting"],"date":["2016-05-04"],"summary":["REFIT"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["ec-person-03cf92829e273869bfbd8bbf4f1881dcd0848186","eu-tr-29815741326-06"]}} -{"id":"ec-meeting-2016-05-04-46e178c8417752e1873ee1d68b985a38527e4a68","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-04 - Cabinet of High Representative / Vice-President Federica Mogherini x European Centre for Democracy and Human Rights"],"date":["2016-05-04"],"summary":["Meeting on Human Rights and democratic values in the Gulf countries."],"notes":["Portfolio: Foreign Affairs and Security Policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"involved":["ec-person-e03a77379f79ea00cf20048e42e8b0793bf62fa3","eu-tr-409945716647-81"]}} -{"id":"ec-meeting-2016-05-04-58a0b9cecf8d4cb9086a3f13127bfe46d7bad822","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-04 - Mobility and Transport x Bureau International des Containers"],"date":["2016-05-04"],"summary":["ACEP, SOLAS requirement on weighing of containers"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-move"],"involved":["eu-tr-340043212022-64","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2016-05-04-62cd989e568af99154bcf03746462ba771a6df32","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-04 - Cabinet of High Representative / Vice-President Federica Mogherini x Federazione Imprese Siderurgiche Italiane"],"date":["2016-05-04"],"summary":["Steel sector"],"notes":["Portfolio: Foreign Affairs and Security Policy"],"location":["Brussels (Berlaymont)"],"address":["Brussels (Berlaymont)"],"addressEntity":["addr-4e70ddf45e81f0631950978c4aa49a218756a3f4"],"organizer":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"involved":["eu-tr-83425058760-88","ec-person-0d87d503aa00db1df141f3b1bfea3e0ccb43ece9"]}} -{"id":"ec-meeting-2016-05-04-ac86019ffc06fff5ba4c3db3074d615465c8a2fd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-04 - Cabinet of Vice-President Andrus Ansip x Bundesverband Deutsche Startups"],"date":["2016-05-04"],"summary":["DSM, startups"],"notes":["Portfolio: Digital Single Market"],"location":["Berlin"],"address":["Berlin"],"addressEntity":["addr-062b06ba8e755765c6b049809b7430fd54fe5b21"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-109482418447-89","ec-person-6a03bc4fa7657513ea34529e98dba0671ef4c849"]}} -{"id":"ec-meeting-2016-05-04-b2a92c69a182b6d4ce1a98a244363888870a4939","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-04 - Mobility and Transport x CLECAT - European association for forwarding, transport, logistic and Customs services"],"date":["2016-05-04"],"summary":["Land security, air cargo security"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-move"],"involved":["eu-tr-684985491-01","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2016-05-04-bb860c3ec0d975e326d62615d127d1aacde639d6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-04 - Cabinet of Commissioner Pierre Moscovici x Groupement Européen des Sociétés d'Auteurs et Compositeurs"],"date":["2016-05-04"],"summary":["Copyright policy in light of the new developments"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["ec-person-14ef50b9efbe5ab02d528e0ec4ac50c9caf964e3","eu-tr-36529354479-57"]}} -{"id":"ec-meeting-2016-05-04-e741281c869c04dd9f97758545c50da26f160d2d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-04 - Cabinet of Vice-President Karmenu Vella x HUMBOLDT-VIADRINA Governance Platform"],"date":["2016-05-04"],"summary":["Ocean Governance, Sustainable Fisheries Partnership Agreements"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["eu-tr-441202320918-78","ec-person-0e3efd8bc1c3ee9a80205d0bb78f316fa1621e5d"]}} -{"id":"ec-meeting-2016-05-04-ec567d62194c94e755c3f183936b89d866231c3e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-04 - Cabinet of Commissioner Tibor Navracsics x Evropský institut odkazu šoa"],"date":["2016-05-04"],"summary":["Cultural heritage protection"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["eu-tr-242965915711-62","ec-person-fa3187815cf956b0872e1668e14548b7d9f7ce93"]}} -{"id":"ec-meeting-2016-05-04-eff90e7db3e251eba39b7738a2dea1c74c506454","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-04 - Cabinet of Commissioner Phil Hogan x European Environmental Bureau"],"date":["2016-05-04"],"summary":["Future of the Common Agriculture Policy"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-06798511314-27","ec-person-b0d24e81234b490dd841a09b69892304b27fc6a8"]}} -{"id":"ec-meeting-2016-05-04-fc075c054b851ee424d06bed46fee5d9ed004afe","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-04 - Cabinet of Commissioner Pierre Moscovici x Airbus"],"date":["2016-05-04"],"summary":["pour discuter antitrust sur Arianespace"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["ec-person-79931cfd2923c1aca9c7d284e9590732b0a36ed9","eu-tr-2732167674-76"]}} -{"id":"ec-meeting-2016-05-05-8eff7c9eeeb96fcbbd70999ca71bedec23f4ce8a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-05 - Cabinet of Vice-President Jyrki Katainen x Scania AB (publ)"],"date":["2016-05-05"],"summary":["transport decarbonisation / investment in biofuels"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-3305029916-47","ec-person-0da85dc48012e26688310a59a0b51727ea68f410"]}} -{"id":"ec-meeting-2016-05-05-ceca06aed20101da4657523daa49a6b1162ad8fa","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-05 - Günther Oettinger x SAP"],"date":["2016-05-05"],"summary":["TTIP"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-3297113eb5d4e59bc84d571628f0130aa75c761a","eu-tr-639117311617-01"]}} -{"id":"ec-meeting-2016-05-06-ac1b1733cb2cadc0caf371297ed15c99a0288255","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-06 - Energy x General Electric Company"],"date":["2016-05-06"],"summary":["Energy markets"],"location":["Washington DC, USA"],"address":["Washington DC, USA"],"addressEntity":["addr-6cded9982e68e4b695f06c479726e77262572bfd"],"organizer":["ec-dg-ener"],"involved":["ec-person-6997149120ce5129e38febe5275dc8fd03232d2e","eu-tr-4016736872-59"]}} -{"id":"ec-meeting-2016-05-10-15f433f861a59968e12831acfece803afdb56669","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-10 - Günther Oettinger x BASF SE"],"date":["2016-05-10"],"summary":["EEG Eigenstrom"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-7410939793-88","ec-person-3297113eb5d4e59bc84d571628f0130aa75c761a"]}} -{"id":"ec-meeting-2016-05-10-16f100062988035327569b51d90d646b57faeece","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-10 - Cabinet of Vice-President Andrus Ansip x Universal Music Group International"],"date":["2016-05-10"],"summary":["Copyright"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-e91c5be432b6b3efdda369792fed67c20b767a45","eu-tr-530216615544-40"]}} -{"id":"ec-meeting-2016-05-10-25392341f9e3aa7b681c4a83fb4949a9e98f5da5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-10 - Informatics x KPMG"],"date":["2016-05-10"],"summary":["Big data for EU institutions, Digital transformations in Public administrations – ISA2"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-digit"],"involved":["eu-tr-65515368730-59","ec-person-32591d36027eb92a66b57d5bcc8c57d9574380b0"]}} -{"id":"ec-meeting-2016-05-10-2c3c00abc3784d8aa774b3463cd5cb480cdd28d1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-10 - Energy x EUROGAS aisbl"],"date":["2016-05-10"],"summary":["Energy policy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-17909506129-41","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2016-05-10-6dceedd1f56ed655ff8b4094e0e328c9a00f52d5","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2016-05-10 - Cabinet of Vice-President Andrus Ansip x Telia Company AB"],"date":["2016-05-10"],"summary":["telco review + roaming","roaming, net neutrality, Telco review"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-381805014604-45","ec-person-666bc159c7e65a3af9e63c1e97435c02f1496955"]}} -{"id":"ec-meeting-2016-05-10-84380e7f215b28ca5e290158ed09e93db6ac6356","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-10 - Energy x REDES ENERGÉTICAS NACIONAIS, SGPS"],"date":["2016-05-10"],"summary":["Internal energy market"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-36820998995-30","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2016-05-10-99e57710a7cc2970c1b7ed7d9f241ede191e7eb2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-10 - Cabinet of Commissioner Věra Jourová x Software & Information Industry Association"],"date":["2016-05-10"],"summary":["EU-US Privacy Shield"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["eu-tr-502425118410-86","ec-person-f329292459cb1badb7fb7c6b67b698c441931bb2"]}} -{"id":"ec-meeting-2016-05-10-9a4cdf5079812ed44e057e125638719d99cc1009","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2016-05-10 - Cabinet of Commissioner Elżbieta Bieńkowska x Scania AB (publ)"],"date":["2016-05-10"],"summary":["Situation of heavy duty vehicle industry","role of the heavy duty vehicle industry"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-3305029916-47","ec-person-b2f9be51339f054477846797e2c119fcf16548fc","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2016-05-10-df4f0030c6c06b16112bd57507d99e552d251339","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-10 - Cabinet of Vice-President Andrus Ansip x Vodafone Belgium SA"],"date":["2016-05-10"],"summary":["IoT, Data economy"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-90142503473-81","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45"]}} -{"id":"ec-meeting-2016-05-10-f2f327e39e7407d44541c079734a037c92d69b11","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-10 - Cabinet of Commissioner Vytenis Andriukaitis x Eurogroup for Animals"],"date":["2016-05-10"],"summary":["Animal welfare"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-0dbfffeb0323f819c8d57164906086dd8639c437","eu-tr-6809935493-49"]}} -{"id":"ec-meeting-2016-05-10-f333cb5a079e91aef87fda1d3b70813b5be972a3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-10 - Cabinet of Commissioner Carlos Moedas x EuroGeoSurveys - The Geological Surveys of Europe"],"date":["2016-05-10"],"summary":["Presentation of EuroGeo Surveys and Seabed ( Malta Presidency)"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["eu-tr-01224764261-72","ec-person-f7ccc3ad366dd2fdb24870e1c02ff2763539c82f"]}} -{"id":"ec-meeting-2016-05-10-fd555931ecd5e0c9fbf57682ec43faa51e98c0dc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-10 - Cabinet of Vice-President Cecilia Malmström x International Association of Scientific, Technical and Medical Publishers"],"date":["2016-05-10"],"summary":["Copyright in the context of the Digital Single Market"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-98356852465-08","ec-person-591ec829ca734bcfe59a2c9c7f07f9dff22a0ea9"]}} -{"id":"ec-meeting-2016-05-11-5ce6649bc2104e7456d7f130f4ef33e0d7b4b8f3","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2016-05-11 - Günther Oettinger x Bertelsmann SE & Co. KGaA Bertelsmann SE & Co. KGaA"],"date":["2016-05-11"],"summary":["copyright"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-4cd59e13386e3b68ecb3611fcc579e0a0a3938a5","eu-tr-26103486608-47","ec-person-49723482bb23d029cbfc010cb37eec7392a0ae02"]}} -{"id":"ec-meeting-2016-05-11-80dddbef962bebe0003365786ece20340a241158","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-11 - Cabinet of Commissioner Vytenis Andriukaitis x FIDAL"],"date":["2016-05-11"],"summary":["European reference networks"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["eu-tr-860364318039-81","ec-person-b9c3f19e7c5f216e3e508f931ddd6a9cb59376d1"]}} -{"id":"ec-meeting-2016-05-11-c27757658a3227b6b05fbb09b176439d788d3913","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-11 - European Civil Protection and Humanitarian Aid Operations x Plan International EU Office"],"date":["2016-05-11"],"summary":["Discussion on common priorities of the Commission and Plan International, in particular the situation of adolescents, especially adolescent girls, in emergencies."],"location":["Bruxelles"],"address":["Bruxelles"],"addressEntity":["addr-b58f5927b66d94a676970dc048485d4c6848f272"],"organizer":["ec-dg-echo"],"involved":["eu-tr-83357751766-93","ec-person-61ea528d6b7f7cbbd1e55a4a19794b785df35cf9"]}} -{"id":"ec-meeting-2016-05-11-ce01c6f0d228b08b42f3a78392dec547386c8d76","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-11 - Günther Oettinger x Huawei Technologies"],"date":["2016-05-11"],"summary":["Telco policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-c6cae64cc7dc787b66a47ab1613d3e922875b971","eu-tr-114467111412-38"]}} -{"id":"ec-meeting-2016-05-11-dab008b5add93ce619df2a5092825052f117a928","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-11 - Cabinet of Vice-President Jyrki Katainen x International Association of Scientific, Technical and Medical Publishers"],"date":["2016-05-11"],"summary":["Remote access of library collections, illustration for teaching and research"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-98356852465-08","ec-person-c50e8c2cc390c5efb0626988d173bc6758459e0f"]}} -{"id":"ec-meeting-2016-05-12-09596d63846949175f30a63ef7a6822b87c059d0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-12 - Cabinet of Commissioner Christos Stylianides x HelpAge International"],"date":["2016-05-12"],"summary":["WHS, integration of concerns of elderly in humanitarian aid"],"notes":["Portfolio: Humanitarian Aid & Crisis Management"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-christos-commissioner-of-stylianides"],"involved":["eu-tr-57961239290-58","ec-person-cdd689bd079714522dad472ea4446b0fcc660d8f"]}} -{"id":"ec-meeting-2016-05-12-0b81e8d2e17d1c8f38bf678235b205157b5be4e7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-12 - Cabinet of Vice-President Cecilia Malmström x Stora Enso AB"],"date":["2016-05-12"],"summary":["Swedish Forest Industry"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-969664621728-22","ec-person-19b143e83f8ab978c55c8a9a9e49e06dbfa14bf3"]}} -{"id":"ec-meeting-2016-05-12-35d785aa37a7e194f40c061952fa4103e87f980a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-12 - Cabinet of Commissioner Jonathan Hill x FTI Consulting Belgium"],"date":["2016-05-12"],"summary":["General overview Financial Services Regulation"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["ec-person-74de9b1956d5aa5754e8946d4a7a883e05171466","eu-tr-29896393398-67"]}} -{"id":"ec-meeting-2016-05-12-3ae9c116efc1d90788dc2250ff7eaa329182afec","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-12 - Günther Oettinger x Bundesverband der Deutschen Industrie e.V."],"date":["2016-05-12"],"summary":["DSM"],"location":["Berlin"],"address":["Berlin"],"addressEntity":["addr-062b06ba8e755765c6b049809b7430fd54fe5b21"],"organizer":["ec-dg-de"],"involved":["eu-tr-1771817758-48","ec-person-4cd59e13386e3b68ecb3611fcc579e0a0a3938a5"]}} -{"id":"ec-meeting-2016-05-12-5378b5cc375adc7d556c799e89d35ac79d34e1de","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-12 - Cabinet of Commissioner Elżbieta Bieńkowska x Naval Group"],"date":["2016-05-12"],"summary":["plan d’action européen pour la défense"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["ec-person-685ecf13dd26cd515c961e24ba71049af2302c5e","eu-tr-57864135710-49"]}} -{"id":"ec-meeting-2016-05-12-55c3be4a5a2d4795ee0ae664038261ec5dab4941","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-12 - Cabinet of Vice-President Andrus Ansip x Heineken N.V."],"date":["2016-05-12"],"summary":["AVMSD"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-c759bd58acc54869aa8e62ce652efcda416e25c2","eu-tr-827688315793-86"]}} -{"id":"ec-meeting-2016-05-12-7b9f0d3ecc4f148841262f045fcf6c61e75156b6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-12 - Cabinet of Vice-President Karmenu Vella x CONSORZIO NAZIONALE IMBALLAGGI"],"date":["2016-05-12"],"summary":["Circular Economy"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["ec-person-4ff7c27445db4ad88e687776974fd8d077a1fe0c","eu-tr-898685614483-68"]}} -{"id":"ec-meeting-2016-05-12-95e8a7b91c17816395e882f1a460aaca8319b9c6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-12 - Cabinet of Vice-President Neven Mimica x Comitato per una Civiltà dell’Amore"],"date":["2016-05-12"],"summary":["EU-Africa Trust Fund projects"],"notes":["Portfolio: International Cooperation & Development"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-mimica-neven-of-president-vice"],"involved":["eu-tr-138788721739-25","ec-person-886e1b865045c3ed98e99075006d09cea708acce"]}} -{"id":"ec-meeting-2016-05-12-984221426038892d32bd71edbaa4a18520da51f8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-12 - Cabinet of Commissioner Carlos Moedas x Magellan - European Affairs Consultancy"],"date":["2016-05-12"],"summary":["Innovation policy"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["eu-tr-229665518359-03","ec-person-2b4bb0b28e7435e5f612e44d9664dbd1051efc55","ec-person-23980b2bc4fd9c82051d0f7888dc236b2f764866"]}} -{"id":"ec-meeting-2016-05-12-b071f7578814439fc64aebf55756df81be9f0702","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-12 - Cabinet of Vice-President Jyrki Katainen x Swedish Forest Industries Federation Weber Shandwick Stora Enso AB"],"date":["2016-05-12"],"summary":["Energy Union"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-969664621728-22","eu-tr-355702910008-47","ec-person-f9208d930adc70c6c64e21701e48f85f6f18e949","eu-tr-52836621780-65"]}} -{"id":"ec-meeting-2016-05-12-bac1cb2b93afa14fb2e950c466844f98d810dce5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-12 - Communications Networks, Content and Technology x Bundesverband der Deutschen Industrie e.V."],"date":["2016-05-12"],"summary":["DSM"],"location":["Berlin"],"address":["Berlin"],"addressEntity":["addr-062b06ba8e755765c6b049809b7430fd54fe5b21"],"organizer":["ec-dg-connect"],"involved":["eu-tr-1771817758-48","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2016-05-12-d46f8d84fa586450bef214fa9618c20f5f6f5871","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-12 - Cabinet of Commissioner Tibor Navracsics x Fédération Internationale des Footballeurs Professionnelles Division Europe"],"date":["2016-05-12"],"summary":["Current developments in football governance"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-49f31dad10f5641cb1d1e4c3107dd838389e8120","eu-tr-797440512350-84"]}} -{"id":"ec-meeting-2016-05-12-da64dc20a1f64c5987893757875b5b7e05c657da","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2016-05-12 - Cabinet of Vice-President Andrus Ansip x BUSINESSEUROPE"],"date":["2016-05-12"],"summary":["Portability"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-3978240953-79","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45"]}} -{"id":"ec-meeting-2016-05-12-df0742f8aac693b755012aa2d82d0b8d9161a108","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-12 - Cabinet of Vice-President Andrus Ansip x Orange"],"date":["2016-05-12"],"summary":["DSM general"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-76704342721-41","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45"]}} -{"id":"ec-meeting-2016-05-12-f294edba7ce07bbe84258e544f2a9b968c272aab","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-12 - Maritime Affairs and Fisheries x Organización de Productores Asociados de Grandes Atuneros Congeladores"],"date":["2016-05-12"],"summary":["Fishery Improvement Project (FIP)"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-mare"],"involved":["ec-person-a7b4b8418268a6d6c196b5e45f606fc92acbdb8c","eu-tr-96665582234-88"]}} -{"id":"ec-meeting-2016-05-13-036df5cab7e5af42ca4b6415b04bddf690ac4b45","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-13 - Environment x 3M"],"date":["2016-05-13"],"summary":["Circular Economy, RoHS Directive, REACH and NEC"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-env"],"involved":["eu-tr-91425447458-88","ec-person-3bc74ce04ea3f4ab4d91a5c88eef25b8b8a213b4"]}} -{"id":"ec-meeting-2016-05-13-23edeba8080491899b356cfbc7326cfa7895e57f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-13 - Cabinet of President Jean-Claude Juncker x EBU-UER (European Broadcasting Union)"],"date":["2016-05-13"],"summary":["Digital Single Market"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-44a061693f35519551be0e3dab996e76ad3f8c7c","eu-tr-93288301615-56"]}} -{"id":"ec-meeting-2016-05-13-3a5df3eda900038dc9bd189a0ea8082b5db76526","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-13 - Cabinet of Vice-President Andrus Ansip x Polish Confederation Lewiatan"],"date":["2016-05-13"],"summary":["e-Commerce, geoblocking, portability, online platforms"],"notes":["Portfolio: Digital Single Market"],"location":["Warsaw"],"address":["Warsaw"],"addressEntity":["addr-706f6339e835d0512d5d873d62a3e08aba143f49"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-666bc159c7e65a3af9e63c1e97435c02f1496955","eu-tr-251117611140-75","ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0"]}} -{"id":"ec-meeting-2016-05-13-53bb2033894b4bc04d622a8b6e5647ec40f43a36","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-13 - Cabinet of Commissioner Tibor Navracsics x ECDL Foundation"],"date":["2016-05-13"],"summary":["Digital Skills"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-1da7ee09d46288ee4ea9db2b644bdcf9c3d6d000","eu-tr-44018642457-83"]}} -{"id":"ec-meeting-2016-05-13-7562a17734b97d62f420270b3389eff22ad7701a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-13 - Justice and Consumers x Bureau Européen des Unions de Consommateurs"],"date":["2016-05-13"],"summary":["General Assembly"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-just"],"involved":["eu-tr-9505781573-45","ec-person-7f02c085966bf7e9ecf267d0fa52c94a32d1687f"]}} -{"id":"ec-meeting-2016-05-13-7d7d85eb73e2590ff844ebfd5af5becc481696af","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-13 - Cabinet of Vice-President Jyrki Katainen x Anheuser-Busch InBev nv/sa"],"date":["2016-05-13"],"summary":["ATAD proposal"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-161157710612-65","ec-person-955e8c493ab54847bb92b65986f56a401f8eabee"]}} -{"id":"ec-meeting-2016-05-13-8d73e659b8b225d093a2cf52022e2b1361d8331f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-13 - Cabinet of Commissioner Jonathan Hill x The Premier League"],"date":["2016-05-13"],"summary":["Digital Single Market and Copywright"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["London"],"address":["London"],"addressEntity":["addr-4c57f0c88d9844630327623633ce269cf826ab99"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["eu-tr-20008164092-96","ec-person-f247edfcff54d4f26fc10769f809c92bc72d6797"]}} -{"id":"ec-meeting-2016-05-13-999a92474c379c0e15726f476dc1ab74c9fb3aaa","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-13 - Justice and Consumers x Verbraucherzentrale Bundesverband"],"date":["2016-05-13"],"summary":["Introductory meeting"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-just"],"involved":["ec-person-7f02c085966bf7e9ecf267d0fa52c94a32d1687f","eu-tr-2893800753-48"]}} -{"id":"ec-meeting-2016-05-13-a6e6888f378af11ed2401b0f199a04da264612e3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-13 - Budget x Indra"],"date":["2016-05-13"],"summary":["Courtsey visit"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-budg"],"involved":["eu-tr-208351410839-33","ec-person-141e9cc397f37adfd6c16eb048466fa61dd3ebea"]}} -{"id":"ec-meeting-2016-05-13-a976e0c5797434db3230e129cc241f89b0381fdb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-13 - Cabinet of Vice-President Jyrki Katainen x Municipal Waste Europe"],"date":["2016-05-13"],"summary":["Circular economy"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-75395701551-94","ec-person-0da85dc48012e26688310a59a0b51727ea68f410"]}} -{"id":"ec-meeting-2016-05-13-babc3ebc8e05ffc4a2f489ce3fbf0c1d34a979f7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-13 - Regulatory Scrutiny Board x American Chamber of Commerce to the European Union"],"date":["2016-05-13"],"summary":["Presentation of AmCham's paper on Better Regulation"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-rsb"],"involved":["ec-person-b79e2a722cf72068a7e5e24a5b455c04c07917fa","eu-tr-5265780509-97"]}} -{"id":"ec-meeting-2016-05-13-c7a3ea69d8d7c5f2d8cd9a365331b84faa52e437","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-13 - Internal Market, Industry, Entrepreneurship and SMEs x Planet Labs"],"date":["2016-05-13"],"summary":["Presentation of Planet Labs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-grow"],"involved":["ec-person-60a3d0d628d231b41af1d0c65607b0fd78ca4edc","eu-tr-020519421542-46"]}} -{"id":"ec-meeting-2016-05-13-d2299c3fe5ae115e2481d86349ddcfff7cab5f7f","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2016-05-13 - Günther Oettinger x EuroCommerce EuroCommerce"],"date":["2016-05-13"],"summary":["geoblocking"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-4cd59e13386e3b68ecb3611fcc579e0a0a3938a5","eu-tr-84973761187-60","ec-person-49723482bb23d029cbfc010cb37eec7392a0ae02"]}} -{"id":"ec-meeting-2016-05-13-d6ebf143cfef15ad9d29a34c1b66dac6f6455642","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-13 - Environment x The EU Vegetable Oil and Proteinmeal Industry"],"date":["2016-05-13"],"summary":["Deforastation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-env"],"involved":["eu-tr-85076002321-31","ec-person-3bc74ce04ea3f4ab4d91a5c88eef25b8b8a213b4"]}} -{"id":"ec-meeting-2016-05-13-ec5fc258065861825da1f64f460cc53dade6afa8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-13 - Cabinet of Commissioner Jonathan Hill x Flint Europe"],"date":["2016-05-13"],"summary":["Financial Services"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["London"],"address":["London"],"addressEntity":["addr-4c57f0c88d9844630327623633ce269cf826ab99"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["eu-tr-718251720163-42","ec-person-f247edfcff54d4f26fc10769f809c92bc72d6797"]}} -{"id":"ec-meeting-2016-05-13-f69342973848a6bcb1735797ee55e179fdc7104a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-13 - Cabinet of Vice-President Miguel Arias Cañete x None"],"date":["2016-05-13"],"summary":["EU energy and climate agenda for 2016"],"notes":["Portfolio: Climate Action & Energy"],"location":["Dublin, Ireland"],"address":["Dublin, Ireland"],"addressEntity":["addr-9254d2b0cd15e920cbb060acf87f8f943a0508e9"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-89747144047-77","eu-tr-479468313744-50","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd","eu-tr-66441154246-76","eu-tr-539145619702-32","eu-tr-478790716543-16","eu-tr-9832909575-41","eu-tr-587773020621-27","eu-tr-636575617888-75","eu-tr-984555020606-52","eu-tr-026007721768-32","eu-tr-866815515160-79","eu-tr-985046516052-02","eu-tr-458700813641-37","eu-tr-47127888840-66","eu-tr-400886110592-21"]}} -{"id":"ec-meeting-2016-05-15-4e6bcd8c01fb4d2abbb34f8bf9f771f62035ac1e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-15 - Cabinet of Vice-President Andrus Ansip x European Film Agency Directors"],"date":["2016-05-15"],"summary":["Copyright, platforms, AVMSD"],"notes":["Portfolio: Digital Single Market"],"location":["Cannes"],"address":["Cannes"],"addressEntity":["addr-175068e039ce4708c1fcb4001d66613da99abfa7"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-e91c5be432b6b3efdda369792fed67c20b767a45","ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0","eu-tr-430805515370-85"]}} -{"id":"ec-meeting-2016-05-15-d50ee45c4fc7eb737ea4dc69236d229ab8fd32cf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-15 - Cabinet of Vice-President Andrus Ansip x Société des auteurs et compositeurs dramatiques"],"date":["2016-05-15"],"summary":["Copyright"],"notes":["Portfolio: Digital Single Market"],"location":["Cannes"],"address":["Cannes"],"addressEntity":["addr-175068e039ce4708c1fcb4001d66613da99abfa7"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45","eu-tr-29364773893-19"]}} -{"id":"ec-meeting-2016-05-17-0602a80023325ef264d6d7e34b85e84b22742a11","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-17 - Cabinet of Vice-President Andrus Ansip x European Blind Union"],"date":["2016-05-17"],"summary":["Marrakesh Treaty ratification"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-e91c5be432b6b3efdda369792fed67c20b767a45","eu-tr-42378755934-87"]}} -{"id":"ec-meeting-2016-05-17-1160e7477c047ab6225a924138d116d570c012fd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-17 - Energy x The Coalition for Energy Savings"],"date":["2016-05-17"],"summary":["energy efficiency"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-72911566925-69","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2016-05-17-1378e759b36a5c528fbd1b034eb3eabe6ad0651b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-17 - Cabinet of Commissioner Pierre Moscovici x La Française des Jeux"],"date":["2016-05-17"],"summary":["La stratégie numérique"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["eu-tr-14184846326-23","ec-person-14ef50b9efbe5ab02d528e0ec4ac50c9caf964e3"]}} -{"id":"ec-meeting-2016-05-17-171f1d40c85786da90904157dc79637e985bb736","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-17 - Cabinet of Commissioner Christos Stylianides x Google"],"date":["2016-05-17"],"summary":["involvement of private sector in humanitarian aid"],"notes":["Portfolio: Humanitarian Aid & Crisis Management"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-christos-commissioner-of-stylianides"],"involved":["ec-person-cdd689bd079714522dad472ea4446b0fcc660d8f","eu-tr-03181945560-59"]}} -{"id":"ec-meeting-2016-05-17-1cc465b5723269a2711a59075a3212bbb0f5111e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-17 - Cabinet of Vice-President Cecilia Malmström x Crue universidades españolas"],"date":["2016-05-17"],"summary":["Association of Spanish and Portuguese Universities"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-98880f3f4206145e196013db9dd806a551c11e06","eu-tr-071771920040-91"]}} -{"id":"ec-meeting-2016-05-17-1de108fedb72494924adfec4e575a0085f0555aa","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-17 - Cabinet of Commissioner Jonathan Hill x ATP Group"],"date":["2016-05-17"],"summary":["Call for Evidence; Pensions; Capital recycling;"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["eu-tr-739849219997-47","ec-person-890015b0d769ee93a09119846b414d4aae7c64ae"]}} -{"id":"ec-meeting-2016-05-17-1eb3ac6e6f4d084dd1ecd33afe4c6dadec5db844","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-17 - Cabinet of Vice-President Jyrki Katainen x Prudential plc"],"date":["2016-05-17"],"summary":["Investment plan"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-65288482768-64","ec-person-955e8c493ab54847bb92b65986f56a401f8eabee"]}} -{"id":"ec-meeting-2016-05-17-2372a6acce35453a952150639cd1a1e5ce0f3b35","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-17 - Cabinet of Commissioner Pierre Moscovici x Association Française des Entreprises Privées / French Association of Large Companies"],"date":["2016-05-17"],"summary":["discussion sur situation économique européenne"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Paris"],"address":["Paris"],"addressEntity":["addr-22390ad11c32faec43fc61555b53607660b3c185"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["eu-tr-953933297-85","ec-person-3cbeba61ae952f06fe4916c381438ebbc676a597"]}} -{"id":"ec-meeting-2016-05-17-3c4bb13ba15270a60a309c180b06d88a2ca238ce","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-17 - Climate Action x Transport and Environment (European Federation for Transport and Environment)"],"date":["2016-05-17"],"summary":["Decarbonisation of transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-clima"],"involved":["ec-person-44c2f44f96dda2012bcb4e9abc749f6cae86a4c0","eu-tr-58744833263-19"]}} -{"id":"ec-meeting-2016-05-17-4ee5641865403d772a954306774177f916d46b24","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-17 - Cabinet of Vice-President Miguel Arias Cañete x ICL IBERIA LIMITED, S.C.S."],"date":["2016-05-17"],"summary":["Climate change and The Mediterranean"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-740282518112-78","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd"]}} -{"id":"ec-meeting-2016-05-17-510267f98df0c82712c4ea8aa7c2b4cda26592ce","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-17 - Regulatory Scrutiny Board x Centre for European Policy Studies"],"date":["2016-05-17"],"summary":["Conference on \"Aligning Policies for Low-Carbon Systemi Innovation in Europe"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-rsb"],"involved":["ec-person-b79e2a722cf72068a7e5e24a5b455c04c07917fa","eu-tr-86853666704-95"]}} -{"id":"ec-meeting-2016-05-17-549936051557c9c5a6e3f7bb5c5c15a724c6189f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-17 - Cabinet of Commissioner Jonathan Hill x Realkreditraadet (Association of Danish Mortgage Banks)"],"date":["2016-05-17"],"summary":["Covered Bonds; Mortgage-Backed Securities; Implementation of Basel agenda;"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["eu-tr-27545731905-17","ec-person-f247edfcff54d4f26fc10769f809c92bc72d6797"]}} -{"id":"ec-meeting-2016-05-17-638cfbd3cb5e5f7d22d25e58ab55f193b30079dc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-17 - Cabinet of Commissioner Vytenis Andriukaitis x Slow Food"],"date":["2016-05-17"],"summary":["Commissioner's participation in Turin event"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-0dbfffeb0323f819c8d57164906086dd8639c437","eu-tr-01936914624-97"]}} -{"id":"ec-meeting-2016-05-17-6fd34d8f0fc0b03ff6c5e44b81232b1be9f53210","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-17 - Cabinet of Commissioner Pierre Moscovici x Prudential plc"],"date":["2016-05-17"],"summary":["EU growth and financial reform agenda"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["eu-tr-65288482768-64","ec-person-18ec03f403696ecde522f7843ba9c4ff6335ead4"]}} -{"id":"ec-meeting-2016-05-17-724fa928d0167633cb5c8da1b057addcba171296","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-17 - Günther Oettinger x European Newspaper Publishers' Association European Magazine Media Association"],"date":["2016-05-17"],"summary":["AVMSD"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-5950962136-12","ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0","eu-tr-37937886834-69"]}} -{"id":"ec-meeting-2016-05-17-78e326fe6a0da0e5c3b274c0801deb0ddb802978","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-17 - Cabinet of Vice-President Maroš Šefčovič x Ecolab, Inc."],"date":["2016-05-17"],"summary":["Water management in an urban context"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-ea6b517040e26a62f17d2829afffeba48cfd682f","eu-tr-969504320672-09"]}} -{"id":"ec-meeting-2016-05-17-79dc900c3239189278976e1c4fcd4819358619f1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-17 - Mobility and Transport x International Road Transport Union Permanent Delegation to the EU"],"date":["2016-05-17"],"summary":["EU Road initiatives, innovation, passenger transport issues"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-move"],"involved":["eu-tr-41802525291-86","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2016-05-17-8c84d2ce65220ffb04232774a71418c92d550eef","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-17 - Cabinet of Vice-President Maroš Šefčovič x Trans Adriatic Pipeline"],"date":["2016-05-17"],"summary":["Inauguration Ceremony"],"notes":["Portfolio: Energy Union"],"location":["Thessaloniki"],"address":["Thessaloniki"],"addressEntity":["addr-a100f95859ffeab9e8976aa80f3d8cec12a5b396"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-3bf48630444ace93d407e52eb880e64d480f75ce","ec-person-1f95be23689cd4ed0a26fe2980f760ccf2d55c1e","eu-tr-570335813082-79"]}} -{"id":"ec-meeting-2016-05-17-997d69ae83ac3e28699f592d45f6044d67acbc9d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-17 - Cabinet of Vice-President Jyrki Katainen x ATP Group"],"date":["2016-05-17"],"summary":["Investment plan"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-739849219997-47","ec-person-3775b7be791f90ed462b9071c9ae596b80d71bca","ec-person-955e8c493ab54847bb92b65986f56a401f8eabee"]}} -{"id":"ec-meeting-2016-05-17-9c1114caa82deb786e7d263be2c3b750da1a88cf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-17 - Cabinet of Vice-President Neven Mimica x European Peacebuilding Liaison Office"],"date":["2016-05-17"],"summary":["Gender Action Plan implementation from the development perspective"],"notes":["Portfolio: International Cooperation & Development"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-mimica-neven-of-president-vice"],"involved":["eu-tr-0878397912-17","ec-person-b187f3955c71d2e1daa48e02fd0a09ab7c6f6098"]}} -{"id":"ec-meeting-2016-05-17-9f7d6aff2cc1d9e0b47926a45d30cd2789fdf569","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-17 - Internal Market, Industry, Entrepreneurship and SMEs x BUSINESSEUROPE"],"date":["2016-05-17"],"summary":["SME Policy, Start ups/scale ups; Single market strategy, Standardisation, Digitization of industry"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-grow"],"involved":["eu-tr-3978240953-79","ec-person-60a3d0d628d231b41af1d0c65607b0fd78ca4edc"]}} -{"id":"ec-meeting-2016-05-17-a130e6fc5480af164474b2b32f2ab5b3a6dd4f80","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-17 - Cabinet of Commissioner Tibor Navracsics x European Healthy Lifestyle Alliance"],"date":["2016-05-17"],"summary":["Presentation of EHLA project on health and physical activity"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-49f31dad10f5641cb1d1e4c3107dd838389e8120","eu-tr-633009613835-17"]}} -{"id":"ec-meeting-2016-05-17-a68027edec26fa561977b87da13acbefe256b2bf","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2016-05-17 - Cabinet of Commissioner Elżbieta Bieńkowska x Booking.com B.V."],"date":["2016-05-17"],"summary":["Meeting the new Director of Public Affairs","meeting with the new Director of Public Affairs"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-146537115285-34","ec-person-685ecf13dd26cd515c961e24ba71049af2302c5e","ec-person-b2f9be51339f054477846797e2c119fcf16548fc"]}} -{"id":"ec-meeting-2016-05-17-a98d91aee8d3a2cec6aa74f0d67c80e10246862d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-17 - Cabinet of Vice-President Maroš Šefčovič x BP p.l.c."],"date":["2016-05-17"],"summary":["Southern Gas Corridor"],"notes":["Portfolio: Energy Union"],"location":["Thessaloniki"],"address":["Thessaloniki"],"addressEntity":["addr-a100f95859ffeab9e8976aa80f3d8cec12a5b396"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-3394026642-58","ec-person-3bf48630444ace93d407e52eb880e64d480f75ce","ec-person-1f95be23689cd4ed0a26fe2980f760ccf2d55c1e"]}} -{"id":"ec-meeting-2016-05-17-c2373997f1f9dc7881fd77599f8bb910addf18b4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-17 - Competition x The European Steel Association"],"date":["2016-05-17"],"summary":["To make acquaintance and to review competition policy trends in the steel sector"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-comp"],"involved":["ec-person-8600a621c9aef12fc33b708e13b3cd3d5fa5696b","eu-tr-93038071152-83"]}} -{"id":"ec-meeting-2016-05-17-cae17686746b2aeb13861fa262c881a0edd718ce","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-17 - Cabinet of Vice-President Cecilia Malmström x Lithuanian Business Representation to the EU Solitek Cells UAB"],"date":["2016-05-17"],"summary":["Trade defence instruments"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-94241791376-49","ec-person-591ec829ca734bcfe59a2c9c7f07f9dff22a0ea9","eu-tr-529948221583-61"]}} -{"id":"ec-meeting-2016-05-17-d074ebb8156c88dbbf062991927a12e82bd2993d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-17 - Cabinet of Vice-President Andrus Ansip x European Retail Round Table"],"date":["2016-05-17"],"summary":["e-Commerce package"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-3ca0c466b8ff230d4409591430b388007ce14ff8","eu-tr-15751468852-52","ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0"]}} -{"id":"ec-meeting-2016-05-17-d1b7c0ada20cb024c093200fc9443da6d4bb33fc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-17 - Cabinet of Vice-President Cecilia Malmström x Prudential plc"],"date":["2016-05-17"],"summary":["Trade Policy Agenda in ASEAN"],"notes":["Portfolio: Trade"],"location":["Brussels Belgium"],"address":["Brussels Belgium"],"addressEntity":["addr-61947d7d2c69c0b8f57325bd044f500c5fc6df48"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-5d4088e1913284a765aed8445f448f6ff341f1b3","eu-tr-65288482768-64"]}} -{"id":"ec-meeting-2016-05-17-d4327e65e63288e5a434fc8fa607eb16e6b7afd5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-17 - Energy x Eni S.p.A. TotalEnergies SE"],"date":["2016-05-17"],"summary":["energy & climate policy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-99578067285-35","eu-tr-1849405799-88","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2016-05-17-e0e0cd7caee9b5e1595f4ba2b5aec522163d146e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-17 - Cabinet of Vice-President Andrus Ansip x European Multi-channel and Online Trade Association"],"date":["2016-05-17"],"summary":["e-commerce package, geo-blocking"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-11251212351-96","ec-person-666bc159c7e65a3af9e63c1e97435c02f1496955"]}} -{"id":"ec-meeting-2016-05-17-ea8ec5e54c8312d77b8343c44b1e3ca7cf17f112","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-17 - Cabinet of Vice-President Andrus Ansip x BOUYGUES EUROPE"],"date":["2016-05-17"],"summary":["Portability, AVMSD and CabSat"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-c759bd58acc54869aa8e62ce652efcda416e25c2","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45","eu-tr-91216972728-77"]}} -{"id":"ec-meeting-2016-05-17-f06fe599edac63578c7863635cc58be3ed838028","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-17 - Cabinet of Commissioner Tibor Navracsics x La Française des Jeux"],"date":["2016-05-17"],"summary":["EU action against match fixing"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-49f31dad10f5641cb1d1e4c3107dd838389e8120","eu-tr-14184846326-23"]}} -{"id":"ec-meeting-2016-05-17-f38ffb5532d53b6282c9662da786a3e48225fac6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-17 - Cabinet of Vice-President Miguel Arias Cañete x PETER AUTO"],"date":["2016-05-17"],"summary":["Real driving CO2 emission testing in green cars"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-222513521448-47","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd"]}} -{"id":"ec-meeting-2016-05-17-f919759e9c6b461f83b9c67e91ba557fb4dc8397","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-17 - Cabinet of Commissioner Marianne Thyssen x European Environmental Bureau Plan International EU Office World Vision Brussels & EU Representation ivzw/aisbl Climate Action Network Europe"],"date":["2016-05-17"],"summary":["SDGs implementation"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["ec-person-5a49eb89125b4b5d1125b3925bbb64aba1bea2b3","eu-tr-06798511314-27","eu-tr-83357751766-93","eu-tr-55888811123-49","eu-tr-64689102746-48"]}} -{"id":"ec-meeting-2016-05-18-02d93c01b489eb8f47192d2f380e2bcd9a88e9af","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-18 - Cabinet of President Jean-Claude Juncker x Finance Denmark"],"date":["2016-05-18"],"summary":["current issues in the banking sector"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-c402e34a99fbee730ae22e3b1958e21c94dc6fcc","eu-tr-20705158207-35"]}} -{"id":"ec-meeting-2016-05-18-05c6bd77771baa9f7e10f4f1fc217b6e05821fb6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-18 - Cabinet of President Jean-Claude Juncker x IFPI Representing recording industry worldwide"],"date":["2016-05-18"],"summary":["Meeting with Mr Placido Domingo on Digital Single Market"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-60394321918-91","ec-person-44a061693f35519551be0e3dab996e76ad3f8c7c","ec-person-29c106b0461ffd79e95f0119bdd363fd3c7c3ab3"]}} -{"id":"ec-meeting-2016-05-18-11002aa2462a27a5bf01923460aa987662849f61","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-18 - Cabinet of Commissioner Marianne Thyssen x Google"],"date":["2016-05-18"],"summary":["Digital skills"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["eu-tr-03181945560-59","ec-person-e93189002a993321fd1af93481b271c766b1aff8"]}} -{"id":"ec-meeting-2016-05-18-13f358e88b0a010534caf0c107ceee85720a9652","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-18 - Cabinet of Commissioner Elżbieta Bieńkowska x Uber"],"date":["2016-05-18"],"summary":["Collaborative economy"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["ec-person-685ecf13dd26cd515c961e24ba71049af2302c5e","eu-tr-002278013515-26"]}} -{"id":"ec-meeting-2016-05-18-1944d59f0ef95253be64336c28e79aef83aa5a41","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-18 - Cabinet of Vice-President Jyrki Katainen x AeroSpace and Defence Industries Association of Europe"],"date":["2016-05-18"],"summary":["Preparatory action"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-7c9460f99c5872dbdc561f5752401c870d12e98b","eu-tr-72699997886-57"]}} -{"id":"ec-meeting-2016-05-18-28f8bd15c86c274fd1aa29f67f26d9e67954e6de","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-18 - Energy x BOUYGUES EUROPE"],"date":["2016-05-18"],"summary":["Energy policy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["ec-person-6997149120ce5129e38febe5275dc8fd03232d2e","eu-tr-91216972728-77"]}} -{"id":"ec-meeting-2016-05-18-2d86094ad714999d8515448af24bcf9efd25736d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-18 - Inspire, Debate, Engage and Accelerate Action x Google"],"date":["2016-05-18"],"summary":["Digital Economy"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-dg-idea"],"involved":["eu-tr-03181945560-59","ec-person-4fe56a64c00b3e81c851b5538878b32481bd7d3c"]}} -{"id":"ec-meeting-2016-05-18-2ebfa1cf928c5bf4de60b5e56ccb26b536e01d37","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-18 - Cabinet of President Jean-Claude Juncker x BNP PARIBAS"],"date":["2016-05-18"],"summary":["current issues in the banking sector"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-c402e34a99fbee730ae22e3b1958e21c94dc6fcc","eu-tr-78787381113-69"]}} -{"id":"ec-meeting-2016-05-18-2fc777d3ac997ede1c69c95512510651cda349e1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-18 - Cabinet of Vice-President Karmenu Vella x Municipal Waste Europe"],"date":["2016-05-18"],"summary":["Circular Economy"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["ec-person-4ff7c27445db4ad88e687776974fd8d077a1fe0c","eu-tr-75395701551-94"]}} -{"id":"ec-meeting-2016-05-18-308c73658598fd2af3a88ca46c66604fd8f602e1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-18 - Cabinet of Commissioner Tibor Navracsics x World Organization of the Scout Movement - Bureau Européen du Scoutisme"],"date":["2016-05-18"],"summary":["Erasmus +"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["eu-tr-199308213329-62","ec-person-881310bbb4e54ac96753b80bbdc9b1994cfbf136"]}} -{"id":"ec-meeting-2016-05-18-4ac8a9e8cf375f9632b3b5ae141d760b35aabd8d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-18 - Cabinet of Commissioner Vytenis Andriukaitis x Union Européenne du Commerce du Bétail et des Métiers de la Viande"],"date":["2016-05-18"],"summary":["Russian pork ban"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["eu-tr-4422649896-52","ec-person-0dbfffeb0323f819c8d57164906086dd8639c437","ec-person-df30d07ef698a52b9948b9c734db39196cf8541f"]}} -{"id":"ec-meeting-2016-05-18-a617ef64986e9cdd2221d79887bd457e3f371e4d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-18 - Cabinet of Vice-President Cecilia Malmström x NLMK Clabecq SA GROUPEMENT DE LA SIDERURGIE/STAALINDUSTRIE VERBOND"],"date":["2016-05-18"],"summary":["US - Anti Dumping case"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-942449221805-95","ec-person-591ec829ca734bcfe59a2c9c7f07f9dff22a0ea9","eu-tr-052383221783-89"]}} -{"id":"ec-meeting-2016-05-18-a934a9c885369d78ad836ff4895e3df5b5e26f71","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-18 - Cabinet of Vice-President Andrus Ansip x onefinestay"],"date":["2016-05-18"],"summary":["Consumers, oline platforms in the Digital Single Market"],"notes":["Portfolio: Digital Single Market"],"location":["BRUSSELS"],"address":["BRUSSELS"],"addressEntity":["addr-f74337897287bf1b546f30505f5b1f693a87af50"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-3ca0c466b8ff230d4409591430b388007ce14ff8","eu-tr-797200019731-91"]}} -{"id":"ec-meeting-2016-05-18-adcad9085c70ab39ee35772a895f07c1a47c7450","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2016-05-18 - Günther Oettinger x European Magazine Media Association Bundesverband Digitalpublisher und Zeitungsverleger Bundesverband Digitalpublisher und Zeitungsverleger European Magazine Media Association"],"date":["2016-05-18"],"summary":["copyright, AVMSD"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-201132116888-24","ec-person-4cd59e13386e3b68ecb3611fcc579e0a0a3938a5","ec-person-c6c38691c27b1498b60b18409aa979cf1dd1f4ac","eu-tr-37937886834-69"]}} -{"id":"ec-meeting-2016-05-18-b89d8a8ef5310c5d0ed15a4a220f0324dc1a97d1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-18 - Cabinet of Vice-President Cecilia Malmström x EUROPEAN TRADE UNION CONFEDERATION"],"date":["2016-05-18"],"summary":["TTIP, CETA, Mercosur, China MES"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-19b143e83f8ab978c55c8a9a9e49e06dbfa14bf3","eu-tr-06698681039-26"]}} -{"id":"ec-meeting-2016-05-18-d29b3595e8287100ce0d3d0c94a69ea5b2961836","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-18 - Cabinet of Commissioner Dimitris Avramopoulos x EUROBANK BULGARIA AD (POST BANK)"],"date":["2016-05-18"],"summary":["Courtesy meeting"],"notes":["Portfolio: Migration, Home Affairs and Citizenship"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-avramopoulos-cabinet-commissioner-dimitris-of"],"involved":["ec-person-0b0e27acb2dc2fc7a5c5367408eb01e6e347862f","eu-tr-156333822745-03","ec-person-06b43c385c07c13f2bae1d24a0075851e8ce491d"]}} -{"id":"ec-meeting-2016-05-18-d8c28470da6bc2ba19eed91880c5eef7238030e6","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2016-05-18 - Günther Oettinger x eBay EU liaison office eBay EU liaison office"],"date":["2016-05-18"],"summary":["platforms"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-4cd59e13386e3b68ecb3611fcc579e0a0a3938a5","ec-person-49723482bb23d029cbfc010cb37eec7392a0ae02","eu-tr-40386322300-77"]}} -{"id":"ec-meeting-2016-05-18-d9634455636060f93a6481bf15a8fba1cf2bb054","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-18 - Cabinet of Vice-President Karmenu Vella x Shipyards' and Maritime Equipment Association of Europe"],"date":["2016-05-18"],"summary":["Blue Growth, Ocean Governance"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Turku, Finland"],"address":["Turku, Finland"],"addressEntity":["addr-41693ee4f5b690e131795c28952491dfbe6c39c7"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["eu-tr-009214311424-03","ec-person-0e3efd8bc1c3ee9a80205d0bb78f316fa1621e5d"]}} -{"id":"ec-meeting-2016-05-18-dbc9aff8169278bb732e34d5f6594b8aaa853bd7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-18 - Cabinet of Commissioner Violeta Bulc x European Federation for Development of Civil Drones"],"date":["2016-05-18"],"summary":["Aviation - drones"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-9d4dc4867a44dfe10f67ae7ee1706da3e8b48a24","eu-tr-707610821750-89"]}} -{"id":"ec-meeting-2016-05-18-eb48355ffe360ac4f9fc3b4232c05e1d963a2918","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-18 - Günther Oettinger x EBU-UER (European Broadcasting Union)"],"date":["2016-05-18"],"summary":["AVMSD, copyright, telecom review"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-4cd59e13386e3b68ecb3611fcc579e0a0a3938a5","eu-tr-93288301615-56"]}} -{"id":"ec-meeting-2016-05-19-00565618e14559bd74a5c27bfc4f113da34bb0ee","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-19 - Communications Networks, Content and Technology x Google"],"date":["2016-05-19"],"summary":["How Google can support the forthcoming co-regulation initiatives of EU Commission; Google vision on Copyright reform with specific regards to neighbouring rights; How Google can support the Commission agenda on the free flow of data and European cloud for research."],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-03181945560-59","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2016-05-19-09c046796e186a9485c94b80022bfeb559ccee69","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-19 - Communications Networks, Content and Technology x European Wireless Infrastructure Association"],"date":["2016-05-19"],"summary":["An introduction to the European tower industry and their treatment under a revised electronic communications framework. The CEOs will also speak about their open sharing model and rollout of services in all regions providing ubiquitous connectivity"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-966936717143-47","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2016-05-19-1502635dc2b314996eadbc518fb57229773390fe","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-19 - Cabinet of Vice-President Karmenu Vella x Ocean Energy Europe"],"date":["2016-05-19"],"summary":["Blue Growth, Wave Energy"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Jarvenpaa, Finland"],"address":["Jarvenpaa, Finland"],"addressEntity":["addr-c66a8f58a6903128417ad0bdc466a7d3d398494f"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["ec-person-0e3efd8bc1c3ee9a80205d0bb78f316fa1621e5d","eu-tr-264048311507-68"]}} -{"id":"ec-meeting-2016-05-19-229f5f7079b731fb1c14abbeec9f6f1702e965fe","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-19 - Günther Oettinger x Robert Bosch GmbH"],"date":["2016-05-19"],"summary":["company/site visit"],"location":["Budapest"],"address":["Budapest"],"addressEntity":["addr-4b1167e976c7a8fa9877f827003a99311b800b2c"],"organizer":["ec-dg-de"],"involved":["ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0","eu-tr-8999533555-91"]}} -{"id":"ec-meeting-2016-05-19-22d62bded3255de664d027f8ac84dffa4ff6eced","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-19 - Günther Oettinger x Google"],"date":["2016-05-19"],"summary":["DSM"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-4cd59e13386e3b68ecb3611fcc579e0a0a3938a5","eu-tr-03181945560-59"]}} -{"id":"ec-meeting-2016-05-19-2d0a582fa6ec0535c5e77475ecb47935bf9e1693","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-19 - Cabinet of Vice-President Cecilia Malmström x Airbus"],"date":["2016-05-19"],"summary":["anti-corruption provisions"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-2732167674-76","ec-person-98880f3f4206145e196013db9dd806a551c11e06"]}} -{"id":"ec-meeting-2016-05-19-50dcba435f3285233b3d10dd690be7e726dd1bb5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-19 - Cabinet of Commissioner Phil Hogan x Confédération Européenne des Vignerons Indépendants"],"date":["2016-05-19"],"summary":["Reform of the wine sector"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-424179021711-46","ec-person-b0d24e81234b490dd841a09b69892304b27fc6a8"]}} -{"id":"ec-meeting-2016-05-19-55150b1f7d75fe32421dc48e07332f22d70b71ba","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-19 - Cabinet of President Jean-Claude Juncker x Transport and Environment (European Federation for Transport and Environment)"],"date":["2016-05-19"],"summary":["Energy Union, low carbon mobility"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-b1bf9aa5fb7e886441ff341b657cc482b64a2a3e","eu-tr-58744833263-19"]}} -{"id":"ec-meeting-2016-05-19-5dad487337e60dbb412c08aeaf5980cd56866274","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-19 - Cabinet of Commissioner Corina Crețu x EURODOM"],"date":["2016-05-19"],"summary":["Sugar"],"notes":["Portfolio: Regional Policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-corina-cretu-of"],"involved":["ec-person-f5bd4d5d0170028815aba56ee7d4883f0fd70f47","eu-tr-28418016649-41"]}} -{"id":"ec-meeting-2016-05-19-643bd846f81ff262cc569cd8e2e792e2121512cb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-19 - Cabinet of Vice-President Andrus Ansip x Google"],"date":["2016-05-19"],"summary":["Platforms, copyright, DSM"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-03181945560-59","ec-person-6a03bc4fa7657513ea34529e98dba0671ef4c849","ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0"]}} -{"id":"ec-meeting-2016-05-19-67bcfac1d33abad21f57a16dff192a4eb94c7f9e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-19 - Günther Oettinger x Mercedes-Benz Group AG"],"date":["2016-05-19"],"summary":["company/site visit"],"location":["Kecskemét"],"address":["Kecskemét"],"addressEntity":["addr-6c911b97aae67b112e780976112e92cabdfa5157"],"organizer":["ec-dg-de"],"involved":["ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0","eu-tr-2349218828-41"]}} -{"id":"ec-meeting-2016-05-19-7525ce3b89971f4c643c14960b3f34c938788659","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-19 - Cabinet of Vice-President Andrus Ansip x Assembly of European Regions"],"date":["2016-05-19"],"summary":["Digital Single Market, e-government"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-480267313069-44","ec-person-0f698e3a0cc0bd6a02e1bd386a25cedc1366f3f1","ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0"]}} -{"id":"ec-meeting-2016-05-19-847e224fd554bec774956024566d464360a17756","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-19 - Cabinet of Commissioner Elżbieta Bieńkowska x FoodDrinkEurope"],"date":["2016-05-19"],"summary":["High Level Forum for a better functioning food supply chain"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-75818824519-45","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2016-05-19-963a56d8e1fe07b944491663825b6d4ba250ed6b","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2016-05-19 - Günther Oettinger x IFPI Representing recording industry worldwide IFPI Representing recording industry worldwide"],"date":["2016-05-19"],"summary":["copyright"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-60394321918-91","ec-person-4cd59e13386e3b68ecb3611fcc579e0a0a3938a5","ec-person-49723482bb23d029cbfc010cb37eec7392a0ae02"]}} -{"id":"ec-meeting-2016-05-19-a11a8e33178499a1020d215d33ff589e79023f12","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-19 - Cabinet of Commissioner Pierre Moscovici x Société Générale"],"date":["2016-05-19"],"summary":["Romania"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["eu-tr-34369111614-57","ec-person-18ec03f403696ecde522f7843ba9c4ff6335ead4"]}} -{"id":"ec-meeting-2016-05-19-b1a830ac229e30604229e80e2ecc2726339202ae","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-19 - Cabinet of Vice-President Karmenu Vella x Fortum Oyj"],"date":["2016-05-19"],"summary":["E-Mobility"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["eu-tr-03501997362-71","ec-person-78fb1ad0c02c4fa8497b22edc1233d6be03cf2e5"]}} -{"id":"ec-meeting-2016-05-19-c59c81e5401e43a2671834a50b467c53d3142b3f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-19 - Cabinet of Commissioner Elżbieta Bieńkowska x Fortum Oyj"],"date":["2016-05-19"],"summary":["car emission reduction 2020"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-03501997362-71","ec-person-d2997a7f359c91a337055c3e24dd36bf928de38d","ec-person-b2f9be51339f054477846797e2c119fcf16548fc","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2016-05-19-c88555ee2d13ac39f7fd7bfd86d9685c2fd02ff9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-19 - Cabinet of Vice-President Andrus Ansip x European Wireless Infrastructure Association"],"date":["2016-05-19"],"summary":["Telco review, 5G, network investments"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-966936717143-47","ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0"]}} -{"id":"ec-meeting-2016-05-19-c88f3c73692a781adf2938232fd16dd43b78ca27","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-19 - Cabinet of Vice-President Karmenu Vella x SUEZ Group"],"date":["2016-05-19"],"summary":["Circular Economy - Energy"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["ec-person-4ff7c27445db4ad88e687776974fd8d077a1fe0c","eu-tr-27799842497-69"]}} -{"id":"ec-meeting-2016-05-19-d9450d9b55668658cc16f14fd29fdd7750283142","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-19 - Cabinet of Vice-President Maroš Šefčovič x European Network of Transmission System Operators for Electricity"],"date":["2016-05-19"],"summary":["Energy Union"],"notes":["Portfolio: Energy Union"],"location":["Berl, Brussels"],"address":["Berl, Brussels"],"addressEntity":["addr-ff5250be1b5bfa1c741aa7bfc390b27ec2fc8289"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-25805148045-87","ec-person-192eca4cb918c7382c916bec9bfe04e745ee91cb","ec-person-af83ed49c403cb9d7ebfecca7893f0054c1f4be5"]}} -{"id":"ec-meeting-2016-05-19-e8b8f2188c93e1850a62c0724dee1227c2f27450","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-19 - Cabinet of Vice-President Maroš Šefčovič x Fortum Oyj"],"date":["2016-05-19"],"summary":["Low-emission mobility"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-ea6b517040e26a62f17d2829afffeba48cfd682f","eu-tr-03501997362-71"]}} -{"id":"ec-meeting-2016-05-19-eaae3ed022b553b589a54e16ff98e4c60c3bc6bd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-19 - Informatics x EMC Information Systems"],"date":["2016-05-19"],"summary":["Introduction of EMC Belux Country Manager and new Director-General, EMC – Dell merge update, US Study Tour feedback, EC DIGIT – EMC on-going actions review"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-digit"],"involved":["eu-tr-836207415126-14","ec-person-32591d36027eb92a66b57d5bcc8c57d9574380b0"]}} -{"id":"ec-meeting-2016-05-19-ed16603c21b724053f30c6d47b877aeba034e855","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-19 - Cabinet of Commissioner Jonathan Hill x Afore Consulting"],"date":["2016-05-19"],"summary":["CRR/CRD package"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["ec-person-890015b0d769ee93a09119846b414d4aae7c64ae","eu-tr-03013154889-05"]}} -{"id":"ec-meeting-2016-05-19-f1941239e4cbb65396f0166b3c7a0ffc6c353457","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-19 - Cabinet of Vice-President Kristalina Georgieva x AeroSpace and Defence Industries Association of Europe"],"date":["2016-05-19"],"summary":["CSDP related research and Preparatory Action"],"notes":["Portfolio: Budget & Human Resources"],"location":["BRUSSELS"],"address":["BRUSSELS"],"addressEntity":["addr-f74337897287bf1b546f30505f5b1f693a87af50"],"organizer":["ec-cabinet-georgieva-kristalina-of-president-vice"],"involved":["ec-person-e9717e17d52b55409987c5810e7ea7d7bf2cb2a1","eu-tr-72699997886-57"]}} -{"id":"ec-meeting-2016-05-20-01144a87dd86cd1a06353f01b4d0a8b85d1750cc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-20 - Directorate-General for International Partnerships x Q&T s.r.l."],"date":["2016-05-20"],"summary":["Infromation sur participation aux contrats par DEVCO"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-intpa"],"involved":["eu-tr-010498721839-19","ec-person-05c4477b89b93e7969f12d89b38f77fedce5876f"]}} -{"id":"ec-meeting-2016-05-20-13f358e88b0a010534caf0c107ceee85720a9652","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-20 - Cabinet of Commissioner Elżbieta Bieńkowska x Uber"],"date":["2016-05-20"],"summary":["Collaborative economy"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-002278013515-26","ec-person-95a769a1850d7d595f9a5853c51dcbdd3ddd69fb"]}} -{"id":"ec-meeting-2016-05-20-161dffd223fb5fd8f052f8d8c7b618280f7b325b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-20 - Cabinet of Vice-President Andrus Ansip x Bureau Européen des Unions de Consommateurs"],"date":["2016-05-20"],"summary":["upcoming e-commerce package (geoblocking, parcel delivery and consumer protection)"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-3ca0c466b8ff230d4409591430b388007ce14ff8","eu-tr-9505781573-45","ec-person-666bc159c7e65a3af9e63c1e97435c02f1496955"]}} -{"id":"ec-meeting-2016-05-20-264fa1a18fe671d9a0bc7bc992787223a3b18c8e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-20 - Energy x Avisa Partners"],"date":["2016-05-20"],"summary":["Energy policy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-54210841652-13","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2016-05-20-40c4dfe558e109e36f83ed9d6893cb87abcd8472","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-20 - Cabinet of Commissioner Jonathan Hill x MARSH & McLENNAN COMPANIES FRANCE"],"date":["2016-05-20"],"summary":["Call for Evidence"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["eu-tr-117683115792-20","ec-person-5e8e66c5b37cfc1f9272932bf8e12f4b28d1160a"]}} -{"id":"ec-meeting-2016-05-20-448f6be4bb0f9e529a8b95b7c038684480706244","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-20 - Cabinet of Commissioner Elżbieta Bieńkowska x Leonardo S.p.A."],"date":["2016-05-20"],"summary":["EU global strategy and defence issues"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["ec-person-685ecf13dd26cd515c961e24ba71049af2302c5e","eu-tr-02550382403-01","ec-person-d2997a7f359c91a337055c3e24dd36bf928de38d"]}} -{"id":"ec-meeting-2016-05-20-4b5f7ff4dde7f4fab872bd6e34572728200b0848","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-20 - Cabinet of Vice-President Andrus Ansip x Federation of European Publishers"],"date":["2016-05-20"],"summary":["e-commerce package including geo-blocking"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-398541467-53","ec-person-666bc159c7e65a3af9e63c1e97435c02f1496955"]}} -{"id":"ec-meeting-2016-05-20-5f5ea64c9f3045593e69e663d5cb102bd7ca31c8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-20 - Cabinet of Vice-President Neven Mimica x Climate Action Network Europe"],"date":["2016-05-20"],"summary":["European Consensus for Development"],"notes":["Portfolio: International Cooperation & Development"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-mimica-neven-of-president-vice"],"involved":["ec-person-ba51cfc2cb570b2ba23d99869e21cd43fe8cadad","eu-tr-55888811123-49","ec-person-d455992f8f48b86e26e61f5284a9ef8e18aed182"]}} -{"id":"ec-meeting-2016-05-20-601eb35f2ecf3507563001f03f7bd414d64642d1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-20 - Health and Food Safety x spiritsEUROPE"],"date":["2016-05-20"],"summary":["To introduce their sector and to listen to DG SANTE views on the future related to alcohol."],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-sante"],"involved":["eu-tr-64926487056-58","ec-person-3c7fdbe0c1c235777d916309465339b7ed1666f6"]}} -{"id":"ec-meeting-2016-05-20-64e1e25779a0df93105346714dd6406f1fad6a8e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-20 - Cabinet of Commissioner Tibor Navracsics x World Anti-Doping Agency"],"date":["2016-05-20"],"summary":["Fight against doping"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-49f31dad10f5641cb1d1e4c3107dd838389e8120","eu-tr-057050117687-88"]}} -{"id":"ec-meeting-2016-05-20-6860fe8db051f8da44a7908f7458b575c5b974b0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-20 - Cabinet of Vice-President Maroš Šefčovič x Climate Action Network Europe"],"date":["2016-05-20"],"summary":["Financial support for fossil fuels"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-ea6b517040e26a62f17d2829afffeba48cfd682f","eu-tr-55888811123-49"]}} -{"id":"ec-meeting-2016-05-20-75a180755525e8aec51e3f09c849d0ec4e459483","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-20 - Cabinet of Commissioner Věra Jourová x Amazon Europe Core SARL"],"date":["2016-05-20"],"summary":["Product safety"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-a2ca9161feee56909a0e98b473c2d342c20fdb57","eu-tr-366117914426-10"]}} -{"id":"ec-meeting-2016-05-20-78187920e82c32c0d7084f00bc3dbc3a2419d45d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-20 - Cabinet of Vice-President Karmenu Vella x European Academy of the Regions"],"date":["2016-05-20"],"summary":["EU Arctic Policy, blue growth, small scale fisheries, marine litter, circular economy, green growth"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["eu-tr-925546214858-78","ec-person-0e3efd8bc1c3ee9a80205d0bb78f316fa1621e5d"]}} -{"id":"ec-meeting-2016-05-20-95b3f05e8547439838affc02564e2f9ecfc03434","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-20 - Cabinet of Commissioner Věra Jourová x Grupa Allegro sp. z o.o."],"date":["2016-05-20"],"summary":["e-commerce package"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-a2ca9161feee56909a0e98b473c2d342c20fdb57","eu-tr-54227469478-01"]}} -{"id":"ec-meeting-2016-05-20-a7248f7ed651eb44e1d58b5658b0187191b14312","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-20 - Cabinet of Vice-President Cecilia Malmström x SEKAB BioFuels & Chemicals Weber Shandwick"],"date":["2016-05-20"],"summary":["Industrial need for ethanol"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-52836621780-65","eu-tr-233421916902-48","ec-person-20ded9db5df11164331bb161fdf234b1e5ad53fd","ec-person-98880f3f4206145e196013db9dd806a551c11e06"]}} -{"id":"ec-meeting-2016-05-20-c0b3b73da28f68fa2aa513d435ff33e9c6b6981e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-20 - Cabinet of Commissioner Violeta Bulc x International Consolidated Airlines Group"],"date":["2016-05-20"],"summary":["Aviation"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-9d4dc4867a44dfe10f67ae7ee1706da3e8b48a24","eu-tr-60340504060-88"]}} -{"id":"ec-meeting-2016-05-20-c5e6d4dbd4f330563856a0d99628a2c4f61357eb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-20 - Günther Oettinger x Initiative Urheberrecht e.V., Förderverein"],"date":["2016-05-20"],"summary":["copyright"],"location":["Berlin"],"address":["Berlin"],"addressEntity":["addr-062b06ba8e755765c6b049809b7430fd54fe5b21"],"organizer":["ec-dg-de"],"involved":["eu-tr-585371312551-70","ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0"]}} -{"id":"ec-meeting-2016-05-20-c6f8c949ea0bcd28a4dfa337b5ae9b6a637c5209","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-20 - Cabinet of Vice-President Andrus Ansip x eu travel tech"],"date":["2016-05-20"],"summary":["platforms, eCommerce, DSM"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-e91c5be432b6b3efdda369792fed67c20b767a45","eu-tr-70614728635-77"]}} -{"id":"ec-meeting-2016-05-20-d1548df4cc8b95cd35761a11483be15d728730fd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-20 - Cabinet of Commissioner Jonathan Hill x Standard Chartered"],"date":["2016-05-20"],"summary":["General overview Financial Services Regulation"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["eu-tr-16595501800-80","ec-person-74de9b1956d5aa5754e8946d4a7a883e05171466"]}} -{"id":"ec-meeting-2016-05-23-0371dd232ec04fe206287cdbc2d9cfae1c86a12a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-23 - Cabinet of Vice-President Miguel Arias Cañete x Statkraft AS"],"date":["2016-05-23"],"summary":["Market design"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-1831691c10441c5974327bbeb8693d6b6c1e50c3","eu-tr-96327066302-56"]}} -{"id":"ec-meeting-2016-05-23-13f358e88b0a010534caf0c107ceee85720a9652","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2016-05-23 - Cabinet of Commissioner Elżbieta Bieńkowska x Uber"],"date":["2016-05-23"],"summary":["Collaborative economy","collaborative economy"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["ec-person-685ecf13dd26cd515c961e24ba71049af2302c5e","eu-tr-002278013515-26","ec-person-95a769a1850d7d595f9a5853c51dcbdd3ddd69fb","ec-person-b2f9be51339f054477846797e2c119fcf16548fc"]}} -{"id":"ec-meeting-2016-05-23-244fb72b0d23b46381cba2de584ccbad2ed28afc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-23 - Cabinet of Vice-President Andrus Ansip x Orgalim – Europe's Technology Industries"],"date":["2016-05-23"],"summary":["circular economy"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-20210641335-88","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45"]}} -{"id":"ec-meeting-2016-05-23-27b36ac9c7996a003dc28be89cbbc818d87cd4cb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-23 - Environment x Royal Society for the Protection of Birds"],"date":["2016-05-23"],"summary":["Nature Fitness Check"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-env"],"involved":["eu-tr-21862631806-19","ec-person-3bc74ce04ea3f4ab4d91a5c88eef25b8b8a213b4"]}} -{"id":"ec-meeting-2016-05-23-2b23269455a03d0df371b3d7a90f768d8b62f564","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2016-05-23 - Cabinet of Commissioner Violeta Bulc x Uber"],"date":["2016-05-23"],"summary":["Collaborative economy","Meeting with Uber CEO"],"notes":["Portfolio: Transport"],"location":["Brussels, Belgium","Brussels"],"address":["Brussels, Belgium","Brussels"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306","addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-9d4dc4867a44dfe10f67ae7ee1706da3e8b48a24","ec-person-4d2b449b5047ea3fda435a2a1c1081e3babcdf76","eu-tr-002278013515-26","ec-person-dd7851e4a1e747e824b4f81139e33bc3cdb73160"]}} -{"id":"ec-meeting-2016-05-23-4767c3332f7bacef9fe01755b010e80644610d02","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-23 - Günther Oettinger x Bundesverband Musikindustrie e.V."],"date":["2016-05-23"],"summary":["copyright"],"location":["Berlin"],"address":["Berlin"],"addressEntity":["addr-062b06ba8e755765c6b049809b7430fd54fe5b21"],"organizer":["ec-dg-de"],"involved":["ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0","eu-tr-312895414628-97"]}} -{"id":"ec-meeting-2016-05-23-4fbc78766fc6bf2d0ae401bf86e8ff3af3cbc9a1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-23 - Cabinet of Commissioner Carlos Moedas x Uber"],"date":["2016-05-23"],"summary":["European Innovation Council / Boost disruptive innovation"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["eu-tr-002278013515-26","ec-person-23980b2bc4fd9c82051d0f7888dc236b2f764866"]}} -{"id":"ec-meeting-2016-05-23-57573e4dadac2715cf2bba2fd8225c9c3f3b4029","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-23 - Cabinet of Commissioner Elżbieta Bieńkowska x EUROCHAMBRES – Association of European Chambers of Commerce and Industry"],"date":["2016-05-23"],"summary":["Erasmus for young Erasmus for Young Entrepreneurs MEP Ambassadors Network launch event"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["ec-person-6cd920669457898c6304ed6a599a852d84518227","ec-person-95a769a1850d7d595f9a5853c51dcbdd3ddd69fb","eu-tr-0014082722-83"]}} -{"id":"ec-meeting-2016-05-23-673a5d5cf9ba5db99bf5987f7c0794c65c6696c2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-23 - Cabinet of Vice-President Miguel Arias Cañete x European Environmental Bureau Transport and Environment (European Federation for Transport and Environment)"],"date":["2016-05-23"],"summary":["ESD"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-06798511314-27","ec-person-260e00934471a02805fb143935d6e9205a7f355f","eu-tr-58744833263-19"]}} -{"id":"ec-meeting-2016-05-23-68810ceb58d7dab884bbdb77a6e5b1a7a183a5c1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-23 - Cabinet of Commissioner Jonathan Hill x European Telecommunications Network Operators' Association"],"date":["2016-05-23"],"summary":["Digital Single Market, Financial Services"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Belgium, Brussels, BERL"],"address":["Belgium, Brussels, BERL"],"addressEntity":["addr-afebf85a436897fe5234b2ac0d00a1ddc4c9dd27"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["ec-person-5fdb62e20cecef81f87f94d3d1bcdd3b47b26af0","eu-tr-08957111909-85"]}} -{"id":"ec-meeting-2016-05-23-8235fe069e178ac79a0f59535679d3aafd9428f7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-23 - Cabinet of Vice-President Jyrki Katainen x Uber"],"date":["2016-05-23"],"summary":["Collaborative economy"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-f9208d930adc70c6c64e21701e48f85f6f18e949","eu-tr-002278013515-26"]}} -{"id":"ec-meeting-2016-05-23-8461c59ed4be34c7f6e99a9ba79dd7df60ed1187","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-23 - Justice and Consumers x European Law Institute"],"date":["2016-05-23"],"summary":["Introductory meeting"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-just"],"involved":["eu-tr-455458212010-50","ec-person-7f02c085966bf7e9ecf267d0fa52c94a32d1687f"]}} -{"id":"ec-meeting-2016-05-23-9b68567eecc7d4c42901211e3147e48e14b338b3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-23 - Mobility and Transport x Lufthansa Group"],"date":["2016-05-23"],"summary":["Development cost charges, Airline ownership and control, GDS"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-move"],"involved":["eu-tr-0714344663-32","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2016-05-23-9cdbe065772e42c0f1db58261d4d2eaa6e37c716","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-23 - Cabinet of Vice-President Jyrki Katainen x European Council on Foreign Relations"],"date":["2016-05-23"],"summary":["EU-China relations"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-339569615567-89","ec-person-7c9460f99c5872dbdc561f5752401c870d12e98b"]}} -{"id":"ec-meeting-2016-05-23-a0f3468c5069cfb0e4ef9caa59fa38c3289601f0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-23 - Cabinet of Vice-President Maroš Šefčovič x Third Generation Environmentalism Ltd The Regulatory Assistance Project"],"date":["2016-05-23"],"summary":["Energy Union governance"],"notes":["Portfolio: Energy Union"],"location":["Brussels, Berl"],"address":["Brussels, Berl"],"addressEntity":["addr-a9f8e09eac31b17717a2a43c9a45fc2e479aa77b"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-ea6b517040e26a62f17d2829afffeba48cfd682f","eu-tr-07783117686-61","ec-person-1f95be23689cd4ed0a26fe2980f760ccf2d55c1e","eu-tr-210455010135-08"]}} -{"id":"ec-meeting-2016-05-23-a30c707628f97abc5ddef9f2728f4095d23c6962","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-23 - Cabinet of Vice-President Andrus Ansip x EBU-UER (European Broadcasting Union)"],"date":["2016-05-23"],"summary":["AVMS Directive, R&D and media innovation"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-c759bd58acc54869aa8e62ce652efcda416e25c2","eu-tr-93288301615-56","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45"]}} -{"id":"ec-meeting-2016-05-23-b9218b3946beadb5f19f871ae2cd743485f2bad0","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2016-05-23 - Cabinet of Commissioner Violeta Bulc x International Air Transport Association"],"date":["2016-05-23"],"summary":["regulation 261 Guidelines","Regulation 261 Guidelines"],"notes":["Portfolio: Transport"],"location":["Bruxelles","Brussels"],"address":["Bruxelles","Brussels"],"addressEntity":["addr-b58f5927b66d94a676970dc048485d4c6848f272","addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-1805107590-28","ec-person-cb7aaf75b4c195481f149f904bc28b4e2ac2b7ab"]}} -{"id":"ec-meeting-2016-05-23-bf3ad8fd4a2dcfff6738c1777386c9ef0ede085d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-23 - Cabinet of Vice-President Cecilia Malmström x European Council on Foreign Relations"],"date":["2016-05-23"],"summary":["trade relations with China"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-339569615567-89","ec-person-98880f3f4206145e196013db9dd806a551c11e06"]}} -{"id":"ec-meeting-2016-05-23-bfa17c6c41d4a1d8583685f22b1468d3e8ff8b54","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-23 - Cabinet of Vice-President Cecilia Malmström x CSR Europe, The Business Network for Corporate Social Responsibility"],"date":["2016-05-23"],"summary":["sustainable supply chains"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-56502415122-32","ec-person-8529bbbc6db862f6b82d6fa66a7cf7668804dae7"]}} -{"id":"ec-meeting-2016-05-23-c2b3b535386b98e2282b4423bb0b60b8bc82314b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-23 - Cabinet of Commissioner Christos Stylianides x Mastercard"],"date":["2016-05-23"],"summary":["private sector engagement in humanitarian aid"],"notes":["Portfolio: Humanitarian Aid & Crisis Management"],"location":["WHS Istanbul"],"address":["WHS Istanbul"],"addressEntity":["addr-491b1b27ac24b30f9d74d17ba763761c572b19cb"],"organizer":["ec-cabinet-christos-commissioner-of-stylianides"],"involved":["ec-person-cdd689bd079714522dad472ea4446b0fcc660d8f","eu-tr-58204758673-16"]}} -{"id":"ec-meeting-2016-05-23-cb75f3b65d24b316e93fd9fb48593250c94116b0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-23 - Günther Oettinger x Volkswagen Aktiengesellschaft"],"date":["2016-05-23"],"summary":["connected and automated driving"],"location":["Wolfsburg"],"address":["Wolfsburg"],"addressEntity":["addr-c27e87160c78f2fd11eb051d7f26c90626a3a7c3"],"organizer":["ec-dg-de"],"involved":["ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0","eu-tr-6504541970-40"]}} -{"id":"ec-meeting-2016-05-23-cbda6e6da73126fcd6f7bcdcf5ffd516c78ac0f6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-23 - Cabinet of Commissioner Phil Hogan x Royal Society for the Protection of Birds"],"date":["2016-05-23"],"summary":["Fitness Check of the CAP"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-21862631806-19","ec-person-b0d24e81234b490dd841a09b69892304b27fc6a8"]}} -{"id":"ec-meeting-2016-05-23-d7f83dfce2f054703813c46e6c9feca5209a6615","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-23 - Mobility and Transport x European Community Shipowners' Associations"],"date":["2016-05-23"],"summary":["EU maritime transport strategy, European Maritime Single Window"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-move"],"involved":["ec-person-26cdfacae671b09917bee1a91c91973941fa58a2","eu-tr-59004966537-01"]}} -{"id":"ec-meeting-2016-05-23-e1c1f2b0d04187a6547a29c289233e3675ab9971","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-23 - Financial Stability, Financial Services and Capital Markets Union x Lufthansa Group"],"date":["2016-05-23"],"summary":["Current financial challenges for European airlines within the EU."],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-0714344663-32","ec-person-bdee7a93f95c8ef05079539170139b3c02e8ed96"]}} -{"id":"ec-meeting-2016-05-23-eb55662faf33c51885f2c1db31b8fa0a75c2974f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-23 - Cabinet of Commissioner Dimitris Avramopoulos x Transatlantic Institute"],"date":["2016-05-23"],"summary":["Global Challenges Migration Security"],"notes":["Portfolio: Migration, Home Affairs and Citizenship"],"location":["New York"],"address":["New York"],"addressEntity":["addr-3dddf7feb16bf399efe204acf0fee9106ad446eb"],"organizer":["ec-avramopoulos-cabinet-commissioner-dimitris-of"],"involved":["ec-person-0b0e27acb2dc2fc7a5c5367408eb01e6e347862f","eu-tr-95713206856-14","ec-person-06b43c385c07c13f2bae1d24a0075851e8ce491d"]}} -{"id":"ec-meeting-2016-05-24-04a3381fb504623516424b89b0bf274be69ade97","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-24 - Günther Oettinger x IFPI Representing recording industry worldwide"],"date":["2016-05-24"],"summary":["copyright"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-60394321918-91","ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0"]}} -{"id":"ec-meeting-2016-05-24-05e6c8912635aedcf89553de9f4ad675fbbafca0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-24 - Cabinet of Vice-President Miguel Arias Cañete x None"],"date":["2016-05-24"],"summary":["Business Forum EU-ALGERIA"],"notes":["Portfolio: Climate Action & Energy"],"location":["Algiers"],"address":["Algiers"],"addressEntity":["addr-a2f37f3826ddca9cdff0a183a6e37910a8d959fe"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-2680046412-48","eu-tr-90947457424-20","eu-tr-19920706471-21","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd","eu-tr-905001612275-82","eu-tr-4447605981-76","eu-tr-1849405799-88","eu-tr-473235716272-48","eu-tr-06877217926-31","eu-tr-99578067285-35","eu-tr-69240395197-02"]}} -{"id":"ec-meeting-2016-05-24-15066ffc2ae9c94680b75c721c5b7540c780a394","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2016-05-24 - Günther Oettinger x Deutsche Telekom Deutsche Telekom"],"date":["2016-05-24"],"summary":["telecom policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-4cd59e13386e3b68ecb3611fcc579e0a0a3938a5","ec-person-c6cae64cc7dc787b66a47ab1613d3e922875b971","eu-tr-60052162589-72"]}} -{"id":"ec-meeting-2016-05-24-1ebe9d4c0bd7b30fcc65a2eb4302bcdbb146b871","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-24 - Communications Networks, Content and Technology x ITV PLC"],"date":["2016-05-24"],"summary":["AVMS - the case for de-regulation of rules around commercial communications - Copyright reform - the case for review of CabSat Directive and cross-border access to content (including the competition case against Sky) - Portability regulation - update on negotiations and impact on free to air service providers - Telco review - the relationship between channels and platforms (must carry rules)."],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-978406813345-95","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2016-05-24-27088bbd1a0bbe9f7b738b16811136280311f159","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-24 - Cabinet of Commissioner Elżbieta Bieńkowska x Stichting European Climate Foundation"],"date":["2016-05-24"],"summary":["Current research"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-64869491516-70","ec-person-d2997a7f359c91a337055c3e24dd36bf928de38d"]}} -{"id":"ec-meeting-2016-05-24-2759314d33b2dfe54a76ed5b82e11a3f60f31285","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-24 - Cabinet of Vice-President Miguel Arias Cañete x European Network of Transmission System Operators for Electricity"],"date":["2016-05-24"],"summary":["Electricity market design"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-1831691c10441c5974327bbeb8693d6b6c1e50c3","eu-tr-25805148045-87","ec-person-2229c857664a22dcb8eee79a8c05841fd3d0924f"]}} -{"id":"ec-meeting-2016-05-24-2e718b5eb6bc2b3d6b1502e6074792d3784074e1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-24 - Cabinet of Vice-President Andrus Ansip x BT Group plc"],"date":["2016-05-24"],"summary":["Digital Skills"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-3ca0c466b8ff230d4409591430b388007ce14ff8","ec-person-c759bd58acc54869aa8e62ce652efcda416e25c2","eu-tr-00919034091-89"]}} -{"id":"ec-meeting-2016-05-24-4586dc209268fabec22fb1d83319cfa19abede18","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-24 - Cabinet of Commissioner Elżbieta Bieńkowska x Airbnb Ireland UC"],"date":["2016-05-24"],"summary":["Collaborative economy"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-823871417098-42","ec-person-685ecf13dd26cd515c961e24ba71049af2302c5e"]}} -{"id":"ec-meeting-2016-05-24-4e3aebcc16be10dd1965677ee95a98b9adc7e61f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-24 - Cabinet of Commissioner Jonathan Hill x Swiss Finance Council"],"date":["2016-05-24"],"summary":["Retail Financial Services and Digitalisation"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["ec-person-03cf92829e273869bfbd8bbf4f1881dcd0848186","eu-tr-858716912337-17"]}} -{"id":"ec-meeting-2016-05-24-5d861cd5a00951d1b1dc0e672b62a498f2eeea90","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-24 - Cabinet of Vice-President Valdis Dombrovskis x NOVE"],"date":["2016-05-24"],"summary":["Meeting with Ivana Di Martino to raise awareness on food poverty which persists in Europe and threatens children in particular. Exchange of views on EU efforts to fight poverty and social exclusion."],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-1f98d05bdaed2c40396781b1eb7b0aa47cb8dd20","eu-tr-522122412613-18"]}} -{"id":"ec-meeting-2016-05-24-60386701150bbf3f06d80b7ced245b42828afe13","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-24 - Cabinet of Commissioner Phil Hogan x New Breeding Techniques Platform"],"date":["2016-05-24"],"summary":["implications of the upcoming “Guidance document that will clarify the legal status of NBTs” for the EU agricultural and plant breeding sector, negative consequences that a classification of these techniques under the EU GMO legislation may imply for European farmers and plant breeders sector, the legal interpretation of the Dir. 2001/18/EC; the socio-economic impact of the Guidance document on the food supply-chain; the impact of the Guidance document on the European plant breeding sector and the legal status of NBTs outside the EU"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["BERL 08/304"],"address":["BERL 08/304"],"addressEntity":["addr-aff09a6f822af9a7e96260c390a7e7bd5d64be8b"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-303808417118-14","ec-person-7d3caa534e5cdda6d5b949bd4b2def39356e3bec"]}} -{"id":"ec-meeting-2016-05-24-6800a39768163590466ccea2e1444ece4ea9b203","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2016-05-24 - Günther Oettinger x Deutsches Aktieninstitut"],"date":["2016-05-24"],"summary":["Corporate governance","audit reform"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-c6cae64cc7dc787b66a47ab1613d3e922875b971","ec-person-4cd59e13386e3b68ecb3611fcc579e0a0a3938a5","eu-tr-38064081304-25"]}} -{"id":"ec-meeting-2016-05-24-6928e67825de72b06741534af2c17394378a4470","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-24 - Cabinet of Vice-President Neven Mimica x Notre Europe - Institut Jacques Delors / Notre Europe - Jacques Delors Institute"],"date":["2016-05-24"],"summary":["Role of trade in support of EU development cooperation, including in future relations with ACP countries"],"notes":["Portfolio: International Cooperation & Development"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-mimica-neven-of-president-vice"],"involved":["ec-person-5f446e21c2ca97624d9781d53ce7312477e72d6e","ec-person-ba51cfc2cb570b2ba23d99869e21cd43fe8cadad","eu-tr-726109217329-25"]}} -{"id":"ec-meeting-2016-05-24-75afd247c55d5c8927341e7785336e460fe30831","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-24 - Cabinet of Vice-President Miguel Arias Cañete x Nord Stream AG"],"date":["2016-05-24"],"summary":["Nord Stream"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-1831691c10441c5974327bbeb8693d6b6c1e50c3","eu-tr-640680018547-95","ec-person-2229c857664a22dcb8eee79a8c05841fd3d0924f"]}} -{"id":"ec-meeting-2016-05-24-762e30026ddad2a8d0f6b60be522567ee975350a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-24 - Cabinet of Commissioner Elżbieta Bieńkowska x Comuto SA"],"date":["2016-05-24"],"summary":["Collaborative economy"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["ec-person-685ecf13dd26cd515c961e24ba71049af2302c5e","eu-tr-290486916308-69"]}} -{"id":"ec-meeting-2016-05-24-79c446c44528592e00e7dfc77b44bdd26368e7da","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-24 - Cabinet of Vice-President Andrus Ansip x Airbnb Ireland UC"],"date":["2016-05-24"],"summary":["Platforms, collaborative economy, startups"],"notes":["Portfolio: Digital Single Market"],"location":["Amsterdam"],"address":["Amsterdam"],"addressEntity":["addr-2dce283e0e268a42d62e34467db274c9c38c358f"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-823871417098-42","ec-person-6a03bc4fa7657513ea34529e98dba0671ef4c849","ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0"]}} -{"id":"ec-meeting-2016-05-24-8a7e191854352cc6e7a6c3eb3df1e566405eae2e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-24 - Cabinet of Commissioner Jonathan Hill x Barclays PLC"],"date":["2016-05-24"],"summary":["CMU; Basel Agenda; Financial conduct issues"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["eu-tr-72390466359-39","ec-person-f247edfcff54d4f26fc10769f809c92bc72d6797"]}} -{"id":"ec-meeting-2016-05-24-92467718e5f0579f1f02891d0eebe1829913d409","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-24 - Cabinet of Vice-President Miguel Arias Cañete x Wärtsilä Corporation"],"date":["2016-05-24"],"summary":["Market design"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-1831691c10441c5974327bbeb8693d6b6c1e50c3","eu-tr-289922721213-66"]}} -{"id":"ec-meeting-2016-05-24-9e790d9df479467688a37745b3d366bd02416e5c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-24 - Cabinet of Vice-President Cecilia Malmström x Confederation of Swedish Enterprise"],"date":["2016-05-24"],"summary":["Transatlantic Partnership"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-39912257528-48","ec-person-19b143e83f8ab978c55c8a9a9e49e06dbfa14bf3"]}} -{"id":"ec-meeting-2016-05-24-9e83c49081b1b182639d9852ccdec50c3fff6658","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-24 - Economic and Financial Affairs x Associazione Bancaria Italiana"],"date":["2016-05-24"],"summary":["Non-performing loans and \"Atlante\" fund"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-ecfin"],"involved":["ec-person-9b398cc97951266670f91bef34ea37df7380eef9","eu-tr-915519211566-03"]}} -{"id":"ec-meeting-2016-05-24-a02c3e3cc0bf85a9d482ca653e0191f476726852","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-24 - Cabinet of Vice-President Jyrki Katainen x Wilfried Martens Centre for European Studies"],"date":["2016-05-24"],"summary":["Innovating Europe's business"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90","ec-person-99365f4c3081112dcbfa722a5eb05adecc68503e","eu-tr-865557816122-74"]}} -{"id":"ec-meeting-2016-05-24-a669c2dba9d41ab2971e12110b916bd2ad4a77c3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-24 - Cabinet of Commissioner Marianne Thyssen x Deutsche Gesetzliche Unfallversicherung e.V."],"date":["2016-05-24"],"summary":["Changing world of work - new forms of employment relationships, European pillar of social rights, REFIT and better regulation"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["ec-person-5a49eb89125b4b5d1125b3925bbb64aba1bea2b3","eu-tr-104358917323-22"]}} -{"id":"ec-meeting-2016-05-24-a9c444d40ae392083303e050714a123018379ba6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-24 - Cabinet of Vice-President Miguel Arias Cañete x Stichting European Climate Foundation"],"date":["2016-05-24"],"summary":["Industrial Innovation for Competitiveness"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-64869491516-70","ec-person-260e00934471a02805fb143935d6e9205a7f355f"]}} -{"id":"ec-meeting-2016-05-24-aac58762c7b349ef6bc78602b7a71c6e59667da9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-24 - Cabinet of Vice-President Andrus Ansip x Booking.com B.V."],"date":["2016-05-24"],"summary":["Platforms, e-Commerce, startups"],"notes":["Portfolio: Digital Single Market"],"location":["Amsterdam"],"address":["Amsterdam"],"addressEntity":["addr-2dce283e0e268a42d62e34467db274c9c38c358f"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-146537115285-34","ec-person-6a03bc4fa7657513ea34529e98dba0671ef4c849","ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0"]}} -{"id":"ec-meeting-2016-05-24-ad59487d45e0ce1e123e1131d128a68a120be56c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-24 - Cabinet of Commissioner Christos Stylianides x International Rescue Committee Inc"],"date":["2016-05-24"],"summary":["current humanitarian crises"],"notes":["Portfolio: Humanitarian Aid & Crisis Management"],"location":["WHS Istanbul"],"address":["WHS Istanbul"],"addressEntity":["addr-491b1b27ac24b30f9d74d17ba763761c572b19cb"],"organizer":["ec-cabinet-christos-commissioner-of-stylianides"],"involved":["ec-person-cdd689bd079714522dad472ea4446b0fcc660d8f","eu-tr-66790095679-26"]}} -{"id":"ec-meeting-2016-05-24-b7b3554286326ee6adfefa775b102772416b93e3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-24 - Cabinet of Vice-President Jyrki Katainen x SEV - Hellenic Federation of Enterprises"],"date":["2016-05-24"],"summary":["Panel discussion on Circular economy"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Athens"],"address":["Athens"],"addressEntity":["addr-b85c37fe604c92003f3f88be8edf938efbe00ff2"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-0da85dc48012e26688310a59a0b51727ea68f410","eu-tr-59395037733-93"]}} -{"id":"ec-meeting-2016-05-24-b7d3cf1bfc7e0b74ede52507e022985b67fadb1a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-24 - Migration and Home Affairs x Migration Policy Institute Europe"],"date":["2016-05-24"],"summary":["Tour d'Horizon Discussion on Migration Policy Developments"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-home"],"involved":["ec-person-ae1262e8850ed1e9a0530b0ad7440ac648255896","eu-tr-643139016047-27"]}} -{"id":"ec-meeting-2016-05-24-bf46faab28250321deeeb909fa8b80a91f0f6984","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-24 - Cabinet of Vice-President Andrus Ansip x Uber"],"date":["2016-05-24"],"summary":["Platforms, collaborative economy, e-commerce, startups"],"notes":["Portfolio: Digital Single Market"],"location":["Amsterdam"],"address":["Amsterdam"],"addressEntity":["addr-2dce283e0e268a42d62e34467db274c9c38c358f"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-002278013515-26","ec-person-6a03bc4fa7657513ea34529e98dba0671ef4c849","ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0"]}} -{"id":"ec-meeting-2016-05-24-cb755d3b1ec9241742740d6d0197e60690e3fe1f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-24 - Günther Oettinger x Brunswick Group Advisory Limited"],"date":["2016-05-24"],"summary":["energy policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-26255464458-25","ec-person-3297113eb5d4e59bc84d571628f0130aa75c761a"]}} -{"id":"ec-meeting-2016-05-24-d621b8e169ac88a18f29383879a5da184d04ac3e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-24 - Agriculture and Rural Development x COMITE EUROPEEN des FABRICANTS de SUCRE"],"date":["2016-05-24"],"summary":["Le marché du secteur du sucre"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-agri"],"involved":["eu-tr-49679062863-35","ec-person-7bc7204a153f98afbf1ad1cffbdd10d06d9ae166"]}} -{"id":"ec-meeting-2016-05-24-da359971777b2af4143499a267a3857afa156df8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-24 - Cabinet of Commissioner Elżbieta Bieńkowska x IFPI Representing recording industry worldwide"],"date":["2016-05-24"],"summary":["Recording industry challenges"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-60394321918-91","ec-person-95a769a1850d7d595f9a5853c51dcbdd3ddd69fb"]}} -{"id":"ec-meeting-2016-05-24-dc0206809903797e64e1726f9ba0e04c862f2ce2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-24 - Directorate-General for International Partnerships x International Crisis Group"],"date":["2016-05-24"],"summary":["cooperation between DG DEVCO and ICG"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-intpa"],"involved":["eu-tr-72899131664-09","ec-person-05c4477b89b93e7969f12d89b38f77fedce5876f"]}} -{"id":"ec-meeting-2016-05-24-f3c129b40617b548ce730e2dba8ad0097f373ab9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-24 - Taskforce on Article 50 negotiations with the United Kingdom x Royal Society for the Protection of Birds"],"date":["2016-05-24"],"summary":["Environmental Issues"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-tf50"],"involved":["eu-tr-21862631806-19","ec-person-ebad254ad157f20ffe76dada00bb408af413c89a"]}} -{"id":"ec-meeting-2016-05-24-fc69081b0206f30cea405caf2e0de2a222900022","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-24 - Mobility and Transport x KLM Royal Dutch Airlines"],"date":["2016-05-24"],"summary":["State of the industry, air passenger rights, mandates"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-move"],"involved":["eu-tr-76441066192-30","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2016-05-24-ff363e9da8d46d780557ee074a81506229cb87f4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-24 - Cabinet of Vice-President Andrus Ansip x Apple Inc."],"date":["2016-05-24"],"summary":["Platforms, e-Commerce, geoblocking, copyright, competition, EU-US relations"],"notes":["Portfolio: Digital Single Market"],"location":["Amsterdam"],"address":["Amsterdam"],"addressEntity":["addr-2dce283e0e268a42d62e34467db274c9c38c358f"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-6a03bc4fa7657513ea34529e98dba0671ef4c849","ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0","eu-tr-588327811384-96"]}} -{"id":"ec-meeting-2016-05-25-045423b10eeb29a4937c50df4fd02ba0f64287ab","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-25 - Cabinet of Vice-President Kristalina Georgieva x KIC InnoEnergy SE"],"date":["2016-05-25"],"summary":["Performance assessment - EU budget focused on results"],"notes":["Portfolio: Budget & Human Resources"],"location":["BRUSSELS"],"address":["BRUSSELS"],"addressEntity":["addr-f74337897287bf1b546f30505f5b1f693a87af50"],"organizer":["ec-cabinet-georgieva-kristalina-of-president-vice"],"involved":["ec-person-e9717e17d52b55409987c5810e7ea7d7bf2cb2a1","eu-tr-462849021886-85"]}} -{"id":"ec-meeting-2016-05-25-0e28e256807d9938ffb4ef37f9d4268fa012c3ef","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2016-05-25 - Cabinet of Commissioner Violeta Bulc x Danish Shipping"],"date":["2016-05-25"],"summary":["Meeting with the Danish Shipowners' Association on EU shipping in the light of the review of the Maritime Transport Strategy and 2017 initiatives","Maritime Transport Strategy and 2017 Initiatives"],"notes":["Portfolio: Transport"],"location":["Brussels, Belgium","Brussels"],"address":["Brussels, Belgium","Brussels"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306","addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-4d2b449b5047ea3fda435a2a1c1081e3babcdf76","ec-person-5012c5e45a52ee8ce67d19c1781a127af53e73e7","ec-person-e14c58f620f40325d829df7be0823280307bc15f","eu-tr-4518600611-48"]}} -{"id":"ec-meeting-2016-05-25-110a71cb38ff9868c91155b19e9145bae78e07be","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-25 - Cabinet of Vice-President Neven Mimica x Cassa Depositi e Prestiti s.p.a. KfW Bankengruppe Agence Française de Développement"],"date":["2016-05-25"],"summary":["Exchange of views on new ways to finance development"],"notes":["Portfolio: International Cooperation & Development"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-mimica-neven-of-president-vice"],"involved":["ec-person-e90858f5aba78fd0e1cb2f757c3f38d55d91f98b","eu-tr-110117812027-92","eu-tr-348060711585-82","eu-tr-79019799690-13","ec-person-5f446e21c2ca97624d9781d53ce7312477e72d6e","ec-person-886e1b865045c3ed98e99075006d09cea708acce"]}} -{"id":"ec-meeting-2016-05-25-120470960e6c97ca519f325622f00e8cab6c0e7f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-25 - Cabinet of Vice-President Jyrki Katainen x Kommuninvest i Sverige AB"],"date":["2016-05-25"],"summary":["Leverage ratio"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-955e8c493ab54847bb92b65986f56a401f8eabee","eu-tr-227098121946-11"]}} -{"id":"ec-meeting-2016-05-25-1e76fca0d87e58dfcb13a5fc317cfc9564d4d2af","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-25 - Cabinet of Commissioner Margrethe Vestager x EuroCommerce"],"date":["2016-05-25"],"summary":["Digital Single Market"],"notes":["Portfolio: Competition"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-margrethe-of-vestager"],"involved":["ec-person-947ab3027ba90ce15968614ce35c12506b7a43ac","eu-tr-84973761187-60","ec-person-6e8b9cd7bb1a15a7e90b04790769360ba931cafd"]}} -{"id":"ec-meeting-2016-05-25-3215d3d552af7e097e30c1a7350689248d8b16d4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-25 - Cabinet of High Representative / Vice-President Federica Mogherini x KfW Bankengruppe"],"date":["2016-05-25"],"summary":["Presentation of KfW Development Bank and possibilities of cooperation with the EU"],"notes":["Portfolio: Foreign Affairs and Security Policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"involved":["ec-person-44c0409df0e9c3a69a1fe1442fc91e31f6c2786b","eu-tr-79019799690-13"]}} -{"id":"ec-meeting-2016-05-25-33d0b7dcb7250cd93511c9ba812e4d78b1aedf04","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2016-05-25 - Cabinet of Commissioner Phil Hogan x PepsiCo"],"date":["2016-05-25"],"summary":["Business discussion","Trade Issues"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-400dd8d59d3060187d9b9b143d697da1a3d03c12","ec-person-a1a78365cc4685b0958056646204977d8f2ead92","eu-tr-010212710281-97"]}} -{"id":"ec-meeting-2016-05-25-3939e81c5cbd55cdfd90d1538f14e880a0da0f49","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-25 - Cabinet of High Representative / Vice-President Federica Mogherini x International Crisis Group"],"date":["2016-05-25"],"summary":["North Caucasus and Central Asia - political and security developments across the region"],"notes":["Portfolio: Foreign Affairs and Security Policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"involved":["eu-tr-72899131664-09","ec-person-97549b50ce25e488bb1c03d83cfb838cd4fdf293"]}} -{"id":"ec-meeting-2016-05-25-3a048aaee8b258b5023a2fbaf87af3bc3a9112c5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-25 - Climate Action x ArcelorMittal"],"date":["2016-05-25"],"summary":["ETS"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-clima"],"involved":["ec-person-44c2f44f96dda2012bcb4e9abc749f6cae86a4c0","eu-tr-23527541824-60"]}} -{"id":"ec-meeting-2016-05-25-3f4badd9b6310f04476864a975c1ab0bcb58ef06","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-25 - Cabinet of Vice-President Maroš Šefčovič x Business Bridge Europe KIC InnoEnergy SE"],"date":["2016-05-25"],"summary":["Energy transition and skills"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-2be517b9261a91f2f07e05ec14c6331980e9716e","eu-tr-462849021886-85","eu-tr-72856225852-31"]}} -{"id":"ec-meeting-2016-05-25-44388d3939e61c7fce806b63ad48a7805e13ddde","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-25 - Cabinet of Commissioner Dimitris Avramopoulos x Microsoft Corporation"],"date":["2016-05-25"],"summary":["Use of new technologies in the context of the security and migration crisis; EU Internet Forum follow up"],"notes":["Portfolio: Migration, Home Affairs and Citizenship"],"location":["European Commission Brussels"],"address":["European Commission Brussels"],"addressEntity":["addr-49cae8ddecd80d2fd01e0a0ed1d65e3f14a6c7b6"],"organizer":["ec-avramopoulos-cabinet-commissioner-dimitris-of"],"involved":["eu-tr-0801162959-21","ec-person-e786479f71eb21bc0a291dd644b61d86e09beb13","ec-person-57d09145ba24f5738cdde61edf14f741cb547675"]}} -{"id":"ec-meeting-2016-05-25-480ea35d31f61425741c5656983fed000f9ffc32","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2016-05-25 - Günther Oettinger x European Internet Services Providers Association European Internet Services Providers Association European Internet Services Providers Association"],"date":["2016-05-25"],"summary":["platforms"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-4cd59e13386e3b68ecb3611fcc579e0a0a3938a5","eu-tr-54437813115-56","ec-person-49723482bb23d029cbfc010cb37eec7392a0ae02","ec-person-3297113eb5d4e59bc84d571628f0130aa75c761a"]}} -{"id":"ec-meeting-2016-05-25-4e1e145d346adfc455547a19f077c163e6f89b24","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-25 - Cabinet of Commissioner Carlos Moedas x Intel Corporation"],"date":["2016-05-25"],"summary":["European Open Science Cloud / Open Innovation"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-23980b2bc4fd9c82051d0f7888dc236b2f764866","eu-tr-7459401905-60"]}} -{"id":"ec-meeting-2016-05-25-4e4742a7e5dd4477a1ae2770d0c5e5fe1228d1ee","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-25 - Cabinet of Vice-President Kristalina Georgieva x Confédération Européenne des Associations de Petites et Moyennes Entreprises"],"date":["2016-05-25"],"summary":["SMEs access to finance"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-georgieva-kristalina-of-president-vice"],"involved":["eu-tr-077142018281-86","ec-person-335e79b90bd0f2b37f9193d6285514044d6c897e"]}} -{"id":"ec-meeting-2016-05-25-655b5e5b0044342b4668952a352f7d50d3ede384","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-25 - Cabinet of Commissioner Margrethe Vestager x Danish Shipping"],"date":["2016-05-25"],"summary":["State Aid Modernisation"],"notes":["Portfolio: Competition"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-margrethe-of-vestager"],"involved":["eu-tr-4518600611-48","ec-person-6e8b9cd7bb1a15a7e90b04790769360ba931cafd"]}} -{"id":"ec-meeting-2016-05-25-7073205a0fa27bdcc3040dedb968459c96f2392c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-25 - Climate Action x Stichting European Climate Foundation"],"date":["2016-05-25"],"summary":["Paris Agreement"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-clima"],"involved":["ec-person-44c2f44f96dda2012bcb4e9abc749f6cae86a4c0","eu-tr-64869491516-70"]}} -{"id":"ec-meeting-2016-05-25-70cee1179cd8a52fe494e5c76c38174657171136","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-25 - Cabinet of Commissioner Margrethe Vestager x Verband der Anbieter von Telekommunikations- und Mehrwertdiensten"],"date":["2016-05-25"],"summary":["Telecoms – Review of the regulatory framework"],"notes":["Portfolio: Competition"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-margrethe-of-vestager"],"involved":["eu-tr-10256986723-88","ec-person-947ab3027ba90ce15968614ce35c12506b7a43ac"]}} -{"id":"ec-meeting-2016-05-25-87e9c426d8c72529e481c2ad7bca05dc0045a16a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-25 - Mobility and Transport x Danish Shipping"],"date":["2016-05-25"],"summary":["EU Maritime Transport Policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-move"],"involved":["ec-person-26cdfacae671b09917bee1a91c91973941fa58a2","eu-tr-4518600611-48"]}} -{"id":"ec-meeting-2016-05-25-96c3ba2f1769006edbe0d20a28771623c52c20e6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-25 - Cabinet of Commissioner Carlos Moedas x Crue universidades españolas"],"date":["2016-05-25"],"summary":["Iberic alliance in Europe"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-01051f0f33bfdc2ecc41873c02cae666c5e0d099","eu-tr-071771920040-91"]}} -{"id":"ec-meeting-2016-05-25-a07d4681265a8beac508a203fe2b23ecf36221d3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-25 - Cabinet of Vice-President Cecilia Malmström x AT&T, Inc."],"date":["2016-05-25"],"summary":["TTIP"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-cb8ca9ec2413722fa83484ed18dd76ace52d0118","eu-tr-92442218459-37","ec-person-591ec829ca734bcfe59a2c9c7f07f9dff22a0ea9"]}} -{"id":"ec-meeting-2016-05-25-a39b9ccb8f003ce94ddab1ff70df62693a9b1dd6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-25 - Cabinet of Commissioner Violeta Bulc x DFS Deutsche Flugsicherung GmbH"],"date":["2016-05-25"],"summary":["Aviation"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-80667711712-64","ec-person-9d4dc4867a44dfe10f67ae7ee1706da3e8b48a24"]}} -{"id":"ec-meeting-2016-05-25-aab679677775827c6d0494a8382c1ff279e8c4b4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-25 - Cabinet of Vice-President Johannes Hahn x Save the Children International"],"date":["2016-05-25"],"summary":["protection and education of Syrian refugees"],"notes":["Portfolio: European Neighbourhood Policy & Enlargement Negotiations"],"location":["Brussels Belgium"],"address":["Brussels Belgium"],"addressEntity":["addr-61947d7d2c69c0b8f57325bd044f500c5fc6df48"],"organizer":["ec-cabinet-hahn-johannes-of-president-vice"],"involved":["ec-person-ffbd1e8ac522a6bd1cdc4b724b9a4416b5d36034","eu-tr-11610562644-55"]}} -{"id":"ec-meeting-2016-05-25-ab5c0cd71095d4daea85428cc714b98f1dc6c4b3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-25 - Cabinet of Vice-President Andrus Ansip x British Broadcasting Corporation"],"date":["2016-05-25"],"summary":["Platforms"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-c759bd58acc54869aa8e62ce652efcda416e25c2","eu-tr-336906714921-03","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45"]}} -{"id":"ec-meeting-2016-05-25-aeb096303fd8afc2ecfa6a6c2e160852d231bdd6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-25 - Cabinet of Commissioner Violeta Bulc x European Transport Workers' Federation"],"date":["2016-05-25"],"summary":["Aviation"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-92545571128-74","ec-person-9d4dc4867a44dfe10f67ae7ee1706da3e8b48a24"]}} -{"id":"ec-meeting-2016-05-25-af489045980d0f36c2726d4ae9594a8212bee027","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-25 - Cabinet of Commissioner Violeta Bulc x FEPORT"],"date":["2016-05-25"],"summary":["Conference on logistics"],"notes":["Portfolio: Transport"],"location":["brussels- Belgium"],"address":["brussels- Belgium"],"addressEntity":["addr-303c00b3aeaa35148a9574a1e671f849a170d9cd"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-7ac9445abdddc66a79f539ae13eb74e1ceb512df","eu-tr-801302611511-33"]}} -{"id":"ec-meeting-2016-05-25-b7735004e71b4b3cf48e59b0c577231d9e1655ca","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-25 - Cabinet of Commissioner Phil Hogan x European Liaison Committee for Agriculture and agri-food trade"],"date":["2016-05-25"],"summary":["Forthcoming mission to Japan & China"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-c9d17d5879383b030f61a4066848249fb35d57e4","eu-tr-546282614966-51"]}} -{"id":"ec-meeting-2016-05-25-bca4ce9c1310c5808511b37cb14f7ca131dabbeb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-25 - Cabinet of Commissioner Věra Jourová x eu travel tech"],"date":["2016-05-25"],"summary":["Code of Conduct for computerised reservation systems"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-a2ca9161feee56909a0e98b473c2d342c20fdb57","eu-tr-70614728635-77"]}} -{"id":"ec-meeting-2016-05-25-c12548208146cce5e119e281f4257ad417ce8bab","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-25 - Cabinet of Vice-President Cecilia Malmström x European Chemical Industry Council"],"date":["2016-05-25"],"summary":["Courtesy call - Ethanol and TTIP"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-20ded9db5df11164331bb161fdf234b1e5ad53fd","eu-tr-64879142323-90"]}} -{"id":"ec-meeting-2016-05-25-c57b5314213725a139fbd77bd430fac9141d46b8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-25 - Cabinet of Commissioner Vytenis Andriukaitis x Syngenta Crop Protection AG Monsanto"],"date":["2016-05-25"],"summary":["Glyphosate"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-b9c3f19e7c5f216e3e508f931ddd6a9cb59376d1","eu-tr-16822412339-79","eu-tr-678841411135-35"]}} -{"id":"ec-meeting-2016-05-25-c82567ac811204e430273561cd5e5b5166a95bdf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-25 - Cabinet of Commissioner Carlos Moedas x Business Bridge Europe KIC InnoEnergy SE"],"date":["2016-05-25"],"summary":["Innovation funding"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-b8d49828915f9008e764a78796d47ea00807a658","ec-person-0a716bf5253e913fc40ebf14c12f30dc2e7a06ee","eu-tr-462849021886-85","eu-tr-72856225852-31"]}} -{"id":"ec-meeting-2016-05-25-cf25c174887be91edd46d85b1edecabe0f787bc7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-25 - Cabinet of Commissioner Vytenis Andriukaitis x MSD (Europe), Inc. (Merck Sharp & Dohme)"],"date":["2016-05-25"],"summary":["Developing treatments eg. on Hepatitis C and Azlheimer's and improving availability of medicines"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["eu-tr-09824113589-92","ec-person-97425c615743576adc42e09bee7dac14f83f691b","ec-person-059ca943fc5fc696d2a97849c635ddf7b6ab7fd7"]}} -{"id":"ec-meeting-2016-05-25-da359971777b2af4143499a267a3857afa156df8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-25 - Cabinet of Commissioner Elżbieta Bieńkowska x IFPI Representing recording industry worldwide"],"date":["2016-05-25"],"summary":["Copyright related issues"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-60394321918-91","ec-person-685ecf13dd26cd515c961e24ba71049af2302c5e","ec-person-95a769a1850d7d595f9a5853c51dcbdd3ddd69fb"]}} -{"id":"ec-meeting-2016-05-25-da6cf77f944f1c44151b99e9a3d526c5cec8e1a2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-25 - Cabinet of Commissioner Carlos Moedas x PepsiCo"],"date":["2016-05-25"],"summary":["New Initiative FOOD 2030 & ETP \"Food for Life\""],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-23980b2bc4fd9c82051d0f7888dc236b2f764866","eu-tr-010212710281-97"]}} -{"id":"ec-meeting-2016-05-25-e075f1b6c8d5f8f848fd249fe6fc016c74987e64","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-25 - Cabinet of Vice-President Jyrki Katainen x European Tyre & Rubber Manufacturers' Association"],"date":["2016-05-25"],"summary":["EU tyre retreading industry in circular economy"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-6025320863-10","ec-person-0da85dc48012e26688310a59a0b51727ea68f410"]}} -{"id":"ec-meeting-2016-05-25-e496cc444ed8beb4d56b043dea05995a3c351cfd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-25 - Cabinet of Vice-President Cecilia Malmström x BUSINESSEUROPE"],"date":["2016-05-25"],"summary":["sustainable supply chains"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-19b143e83f8ab978c55c8a9a9e49e06dbfa14bf3","eu-tr-3978240953-79"]}} -{"id":"ec-meeting-2016-05-25-e611321da7a0d97d9a26e47d062ee268f6e375be","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-25 - Cabinet of Commissioner Tibor Navracsics x Center for Innovative Education"],"date":["2016-05-25"],"summary":["Planning of New Education Forum 2016 Conference"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["eu-tr-918357621362-64","ec-person-fc5c01a0bffedf0f4e205a759b40239535313d28"]}} -{"id":"ec-meeting-2016-05-25-f2055c0d5ff6369cc25638aeaffc1874783d844b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-25 - Cabinet of Commissioner Věra Jourová x Transparency International"],"date":["2016-05-25"],"summary":["Anti-money laundering directive"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-64349923a7639978983020a607770b8dc47c8144","ec-person-a608b85b2ffef83f883b5a2330b6232efa1b7141","eu-tr-501222919-71"]}} -{"id":"ec-meeting-2016-05-26-06901f1ccf864fea5517e39f25c2023764a312d2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-26 - Cabinet of Vice-President Cecilia Malmström x Energiföretagen / Swedenergy Swedish Forest Industries Federation"],"date":["2016-05-26"],"summary":["New sustainability criteria for biomass"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-355702910008-47","ec-person-20ded9db5df11164331bb161fdf234b1e5ad53fd","eu-tr-13073098010-57"]}} -{"id":"ec-meeting-2016-05-26-0d203858a7b6c56680f0981d2df6ea537eccc20d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-26 - Cabinet of Commissioner Jonathan Hill x Municipality Finance Plc / Kuntarahoitus Oyj (in Finnish) Kommuninvest i Sverige AB"],"date":["2016-05-26"],"summary":["CRR/CRD; Leverage Ratio"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["ec-person-890015b0d769ee93a09119846b414d4aae7c64ae","eu-tr-227098121946-11","eu-tr-956944521799-24"]}} -{"id":"ec-meeting-2016-05-26-0dbc59c1775a2355d1d9ecfb2ebd3f3cf4c1f517","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-26 - Translation x Fondation EurActiv"],"date":["2016-05-26"],"summary":["Media sector and language technologies"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-dgt"],"involved":["eu-tr-23538077148-34","ec-person-6a68b33392f32089b342f1b8d2d766058b93d944"]}} -{"id":"ec-meeting-2016-05-26-1540063d65f0dced4f5376d81a429becc91133a0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-26 - Cabinet of Vice-President Cecilia Malmström x European Branded Clothing Alliance"],"date":["2016-05-26"],"summary":["Possibilities to reform rules of origin, and market access challenges in Indonesia"],"notes":["Portfolio: Trade"],"location":["Brussels, Belgium."],"address":["Brussels, Belgium."],"addressEntity":["addr-33bd2d1a8be5ca867aa9c0e8d89d1cd6a1a28684"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-61866543669-46","ec-person-5d4088e1913284a765aed8445f448f6ff341f1b3"]}} -{"id":"ec-meeting-2016-05-26-1968a060bd58b2785679c0c618dab6ce5e020bbf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-26 - Günther Oettinger x European Telecommunications Network Operators' Association"],"date":["2016-05-26"],"summary":["Telco policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-c6cae64cc7dc787b66a47ab1613d3e922875b971","eu-tr-08957111909-85"]}} -{"id":"ec-meeting-2016-05-26-1b4ff362a9a8ef440e07b5d726ac416621490970","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-26 - Informatics x Cybernetica AS"],"date":["2016-05-26"],"summary":["Presentation of Cybernetica AS and its activities."],"location":["Tallinn, Estonia"],"address":["Tallinn, Estonia"],"addressEntity":["addr-b80d0713f0edceb178f0049f32c8e1803c061ccc"],"organizer":["ec-dg-digit"],"involved":["eu-tr-008490721879-35","ec-person-32591d36027eb92a66b57d5bcc8c57d9574380b0"]}} -{"id":"ec-meeting-2016-05-26-1f3221afc2356f6355d78d9b388052213adbda86","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-26 - Cabinet of Vice-President Miguel Arias Cañete x PRESTOMEDIA S.L."],"date":["2016-05-26"],"summary":["Communication Europeenne en Espagne"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-62773e55e1985542cb18a2a89f2053f2f39146b1","eu-tr-714082013977-02"]}} -{"id":"ec-meeting-2016-05-26-1f7f54969c901a011d9e910348633db3ae81d575","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-26 - Cabinet of President Jean-Claude Juncker x FIDAL"],"date":["2016-05-26"],"summary":["Politique du Transport"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-860364318039-81","ec-person-b1bf9aa5fb7e886441ff341b657cc482b64a2a3e"]}} -{"id":"ec-meeting-2016-05-26-3ee2154b983fa03c986acbd4aef900f39867eb0a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-26 - Legal Service x IBERDROLA"],"date":["2016-05-26"],"summary":["Courtesy visit"],"location":["BERL 1/80"],"address":["BERL 1/80"],"addressEntity":["addr-30cf007072a84e927de687b9c2a030fe23d36a1a"],"organizer":["ec-dg-sj"],"involved":["ec-person-4624a57ba77e3d7846d273c8f8ee43ef7847e7fc","eu-tr-41816938101-07"]}} -{"id":"ec-meeting-2016-05-26-43748268d1485761cc77ab39814b8571de90d336","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-26 - Cabinet of President Jean-Claude Juncker x European Blind Union"],"date":["2016-05-26"],"summary":["Digital Single Market"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-44a061693f35519551be0e3dab996e76ad3f8c7c","eu-tr-42378755934-87"]}} -{"id":"ec-meeting-2016-05-26-44f0bffcda2d5be4e0d35f9cb5bb9c152747b2ad","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-26 - Cabinet of President Jean-Claude Juncker x NBCUniversal International"],"date":["2016-05-26"],"summary":["Digital Single Market"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-636284018907-42","ec-person-44a061693f35519551be0e3dab996e76ad3f8c7c"]}} -{"id":"ec-meeting-2016-05-26-518355cd02fc84de03bc0bf72995c448079850c9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-26 - Mobility and Transport x Alliance for European Logistics"],"date":["2016-05-26"],"summary":["Decarbonisation and digitalisation of transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-move"],"involved":["eu-tr-38033128051-39","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2016-05-26-5226260312c83ac89ce8f996810efbc77b5712e8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-26 - Climate Action x BASF SE"],"date":["2016-05-26"],"summary":["ETS - carbon leakage"],"location":["Antwerp"],"address":["Antwerp"],"addressEntity":["addr-22172f4179d945091a65f34cdb0970a0b55ad18d"],"organizer":["ec-dg-clima"],"involved":["ec-person-44c2f44f96dda2012bcb4e9abc749f6cae86a4c0","eu-tr-7410939793-88"]}} -{"id":"ec-meeting-2016-05-26-54441388436af7b21c89c37d07b0ca4ce7fe153d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-26 - Cabinet of Commissioner Violeta Bulc x DASSAULT AVIATION"],"date":["2016-05-26"],"summary":["Meeting request for Commissioner"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-264527121382-71","ec-person-dd7851e4a1e747e824b4f81139e33bc3cdb73160"]}} -{"id":"ec-meeting-2016-05-26-5e225aed835c4da070ec573c75fdc14690854546","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-26 - Cabinet of Vice-President Miguel Arias Cañete x IBERDROLA"],"date":["2016-05-26"],"summary":["State of play of ETS process"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-41816938101-07","ec-person-2229c857664a22dcb8eee79a8c05841fd3d0924f"]}} -{"id":"ec-meeting-2016-05-26-6e40b61029b78c9d2937e9f9e8a7e61b52dbc688","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-26 - Cabinet of Commissioner Elżbieta Bieńkowska x FIDAL"],"date":["2016-05-26"],"summary":["Politique du transport"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-860364318039-81","ec-person-d2997a7f359c91a337055c3e24dd36bf928de38d","ec-person-daef7f819b2f3ffe5e4f5d8eb2782954f3c4a4e2"]}} -{"id":"ec-meeting-2016-05-26-7faa0d83b3b7dcc6c8950dd53407b3997321f80f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-26 - Cabinet of Commissioner Phil Hogan x Fonterra Co-operative Group Limited"],"date":["2016-05-26"],"summary":["Current Milk Market"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-400dd8d59d3060187d9b9b143d697da1a3d03c12","eu-tr-234577416588-90"]}} -{"id":"ec-meeting-2016-05-26-8e8300b7c7afcaaa7f5494d9d571b4c09b0705d4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-26 - Cabinet of Commissioner Tibor Navracsics x Spotify"],"date":["2016-05-26"],"summary":["Digital Single Market"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-49f31dad10f5641cb1d1e4c3107dd838389e8120","eu-tr-365747616583-15"]}} -{"id":"ec-meeting-2016-05-26-953e1e722e79a6583b917f9ea22a28128553e67c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-26 - Cabinet of Vice-President Neven Mimica x Norwegian Refugee Council Europe"],"date":["2016-05-26"],"summary":["NRC Youth Report on Syrian refugees in neighboring host countries"],"notes":["Portfolio: International Cooperation & Development"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-mimica-neven-of-president-vice"],"involved":["ec-person-ba51cfc2cb570b2ba23d99869e21cd43fe8cadad","eu-tr-750447615329-96","ec-person-886e1b865045c3ed98e99075006d09cea708acce"]}} -{"id":"ec-meeting-2016-05-26-995b2841b11ec9d61e22d5d1b77bdbd5aba06fac","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2016-05-26 - Cabinet of Commissioner Phil Hogan x Irish Farmers' Association"],"date":["2016-05-26"],"summary":["Agriculture policy in Europe","Farm Income Crisis in all sectors, Trade, Fertilisers"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-458700813641-37","ec-person-a1a78365cc4685b0958056646204977d8f2ead92","ec-person-400dd8d59d3060187d9b9b143d697da1a3d03c12"]}} -{"id":"ec-meeting-2016-05-26-b45b1290109b7cf95454f255b3a45df60e5c5381","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-26 - Communications Networks, Content and Technology x International Institute of Communications"],"date":["2016-05-26"],"summary":["Telecom regulation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-380037721776-16","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2016-05-26-bd1ceec13f1d9a91d5de275c2d46464c814e50ef","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-26 - Cabinet of Vice-President Neven Mimica x ActionAid"],"date":["2016-05-26"],"summary":["ActionAid report on industrial policy contribution to job creation in developing countries"],"notes":["Portfolio: International Cooperation & Development"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-mimica-neven-of-president-vice"],"involved":["ec-person-ba51cfc2cb570b2ba23d99869e21cd43fe8cadad","eu-tr-85103504511-82"]}} -{"id":"ec-meeting-2016-05-26-bd492a62dc22320c18054509bfca802b6a9588da","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-26 - Cabinet of Commissioner Margrethe Vestager x Deutsche Telekom"],"date":["2016-05-26"],"summary":["Review of the regulatory framework"],"notes":["Portfolio: Competition"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-margrethe-of-vestager"],"involved":["ec-person-947ab3027ba90ce15968614ce35c12506b7a43ac","eu-tr-60052162589-72"]}} -{"id":"ec-meeting-2016-05-26-be15ffc34a9431747ea61fe57003a55cefc174c0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-26 - Günther Oettinger x Centrica plc"],"date":["2016-05-26"],"summary":["European Energy Utilities"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-577829817108-84","ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0"]}} -{"id":"ec-meeting-2016-05-26-c4e269579b37ed642a4e24e5f93609917c894031","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-26 - Cabinet of Vice-President Miguel Arias Cañete x UNION FRANCAISE DE L'ELECTRICITE - UFE"],"date":["2016-05-26"],"summary":["Electricity Market Design"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-30146663069-53","ec-person-2229c857664a22dcb8eee79a8c05841fd3d0924f"]}} -{"id":"ec-meeting-2016-05-26-c64f1e54aac6ff910e811311f90abeda7f902d76","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-26 - Cabinet of Commissioner Corina Crețu x Edelman Public Relations Worldwide"],"date":["2016-05-26"],"summary":["Health Services"],"notes":["Portfolio: Regional Policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-corina-cretu-of"],"involved":["ec-person-a8f47f7eb96bfb81929848b0ee89067bcbf0ce81","eu-tr-68037017809-51","ec-person-c9d4945f28454cc49c4ea188c82e64b0dac3bd73"]}} -{"id":"ec-meeting-2016-05-26-d2088dd299b4c0d123c2212bbaaf3566fadf88d3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-26 - Cabinet of Vice-President Andrus Ansip x France Industrie"],"date":["2016-05-26"],"summary":["industry digitalisation"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-60974102057-03","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45"]}} -{"id":"ec-meeting-2016-05-26-d38febf66a77acbe51fd0270b8d407b2df81e04c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-26 - Mobility and Transport x Community of European Railway and Infrastructure Companies"],"date":["2016-05-26"],"summary":["Freight CEO Task Force, 4th railway package"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-move"],"involved":["eu-tr-7574621118-27","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2016-05-26-dc095127bf96ad2c9558fd97633d9af529cf6435","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-26 - Cabinet of Vice-President Jyrki Katainen x Aula Europe Wärtsilä Corporation"],"date":["2016-05-26"],"summary":["decarbonising transport"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90","eu-tr-88742028087-64","eu-tr-289922721213-66"]}} -{"id":"ec-meeting-2016-05-26-eef3869d6a19b267e160f4f2957edd0d022d0ba5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-26 - Cabinet of Commissioner Phil Hogan x BREIZ EUROPE"],"date":["2016-05-26"],"summary":["Brittany, milk and pig meat"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-400dd8d59d3060187d9b9b143d697da1a3d03c12","eu-tr-44968076843-33"]}} -{"id":"ec-meeting-2016-05-27-02fa8b2add30b7034c86eab34c5dc13d0d2e30cb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-27 - Günther Oettinger x Microsoft Corporation"],"date":["2016-05-27"],"summary":["DSM"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-0801162959-21","ec-person-4cd59e13386e3b68ecb3611fcc579e0a0a3938a5"]}} -{"id":"ec-meeting-2016-05-27-07a4274af7a8693282d8b03dd87988256a23cd4e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-27 - Cabinet of Commissioner Vytenis Andriukaitis x Diageo"],"date":["2016-05-27"],"summary":["Alcohol labelling"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["eu-tr-10774885698-20","ec-person-d462b3c7daeee00ad55e380a7fb96819f79899df"]}} -{"id":"ec-meeting-2016-05-27-1001be75e386fdcebdd373c1f44a9ff2bd8d6a5c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-27 - Cabinet of Commissioner Elżbieta Bieńkowska x Bundesverband Deutsche Startups"],"date":["2016-05-27"],"summary":["Startup Initiative"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["ec-person-685ecf13dd26cd515c961e24ba71049af2302c5e","eu-tr-109482418447-89","ec-person-d2997a7f359c91a337055c3e24dd36bf928de38d"]}} -{"id":"ec-meeting-2016-05-27-23553a0382de8164c59a301e9880e1f05bf11ea7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-27 - Cabinet of Vice-President Maroš Šefčovič x ARIANESPACE"],"date":["2016-05-27"],"summary":["Energy Union"],"notes":["Portfolio: Energy Union"],"location":["Brussels, Berl"],"address":["Brussels, Berl"],"addressEntity":["addr-a9f8e09eac31b17717a2a43c9a45fc2e479aa77b"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-016461319755-04","ec-person-af83ed49c403cb9d7ebfecca7893f0054c1f4be5"]}} -{"id":"ec-meeting-2016-05-27-2ed00e2b5ccf4a14919b784736f468426d83c991","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-27 - Cabinet of Commissioner Elżbieta Bieńkowska x Volkswagen Aktiengesellschaft"],"date":["2016-05-27"],"summary":["VW current issues-phone call"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["ec-person-d2997a7f359c91a337055c3e24dd36bf928de38d","eu-tr-6504541970-40","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2016-05-27-3865fbf1152dd24a1b0739886625eb3f1c87a9f4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-27 - Cabinet of Vice-President Miguel Arias Cañete x European Association for Storage of Energy"],"date":["2016-05-27"],"summary":["Storage issues"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-1831691c10441c5974327bbeb8693d6b6c1e50c3","eu-tr-43859808000-87"]}} -{"id":"ec-meeting-2016-05-27-4ac8a9e8cf375f9632b3b5ae141d760b35aabd8d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-27 - Cabinet of Commissioner Vytenis Andriukaitis x Union Européenne du Commerce du Bétail et des Métiers de la Viande"],"date":["2016-05-27"],"summary":["Russian pork ban"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["eu-tr-4422649896-52","ec-person-0dbfffeb0323f819c8d57164906086dd8639c437"]}} -{"id":"ec-meeting-2016-05-27-4e0e99f7be5fffbea2c020da404e2a121ad2510f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-27 - Cabinet of Commissioner Pierre Moscovici x PERNOD RICARD"],"date":["2016-05-27"],"summary":["public CBCR and the Anti-tax avoidance directive"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["eu-tr-352172811-92","ec-person-738f7f25002d191bd2df8936e8f8d1d726c19e2e"]}} -{"id":"ec-meeting-2016-05-27-4f8b3235fdf98add385ce8db50b65603abfc9ba0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-27 - Cabinet of Commissioner Violeta Bulc x Bundesverband Güterkraftverkehr Logistik und Entsorgung (BGL) e. V."],"date":["2016-05-27"],"summary":["Road transport initiatives and market access"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-dd7851e4a1e747e824b4f81139e33bc3cdb73160","eu-tr-56958757789-49"]}} -{"id":"ec-meeting-2016-05-27-5cba022ebf6b5981a7208a0c2c3d33559623174c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-27 - Mobility and Transport x Bundesverband Güterkraftverkehr Logistik und Entsorgung (BGL) e. V."],"date":["2016-05-27"],"summary":["road initiatives and letterbox companies"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-move"],"involved":["ec-person-26cdfacae671b09917bee1a91c91973941fa58a2","eu-tr-56958757789-49"]}} -{"id":"ec-meeting-2016-05-27-611bd0dab2b9b5992bb5adb4b818fec374b705a0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-27 - Cabinet of First Vice-President Frans Timmermans x Orgalim – Europe's Technology Industries"],"date":["2016-05-27"],"summary":["Circular economy"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["ec-person-7a0c440119cd5d547eceebb055c79b8bb41bf9a2","eu-tr-20210641335-88"]}} -{"id":"ec-meeting-2016-05-27-6a6a63eb091e26c596c69a72232741088c59ac7b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-27 - Cabinet of Vice-President Karmenu Vella x Orgalim – Europe's Technology Industries"],"date":["2016-05-27"],"summary":["Circular Economy"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["ec-person-4ff7c27445db4ad88e687776974fd8d077a1fe0c","eu-tr-20210641335-88"]}} -{"id":"ec-meeting-2016-05-27-798ebd60ff4074feaa0119dd8289d67f220f3b17","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-27 - Cabinet of Commissioner Phil Hogan x Brambles"],"date":["2016-05-27"],"summary":["EU AGRI Issues"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["BERL 08/318"],"address":["BERL 08/318"],"addressEntity":["addr-9e7a54bf1352143376eb5ec896985192229da490"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-851588020173-10","ec-person-7d3caa534e5cdda6d5b949bd4b2def39356e3bec"]}} -{"id":"ec-meeting-2016-05-27-844b39c21a555bb9e86ab2df06b307bbf0dd8b85","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-27 - Cabinet of Vice-President Jyrki Katainen x The European Organization for Packaging and the Environment"],"date":["2016-05-27"],"summary":["Circular Economy"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-0001976677-12","ec-person-0da85dc48012e26688310a59a0b51727ea68f410"]}} -{"id":"ec-meeting-2016-05-27-90a0744215771488069358dca1e4fdf80480c40d","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2016-05-27 - Cabinet of Commissioner Elżbieta Bieńkowska x Investor AB"],"date":["2016-05-27"],"summary":["Introductory meeting"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-190987114891-73","ec-person-685ecf13dd26cd515c961e24ba71049af2302c5e","ec-person-95a769a1850d7d595f9a5853c51dcbdd3ddd69fb"]}} -{"id":"ec-meeting-2016-05-27-a01adf295f573966484f5f49749ba4b535eed2fb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-27 - Cabinet of Vice-President Karmenu Vella x The European Organization for Packaging and the Environment"],"date":["2016-05-27"],"summary":["Circular Economy"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["ec-person-4ff7c27445db4ad88e687776974fd8d077a1fe0c","eu-tr-0001976677-12"]}} -{"id":"ec-meeting-2016-05-27-aa65a77815d6e07513269245d9d19b47f79d03bb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-27 - Cabinet of Vice-President Jyrki Katainen x Orgalim – Europe's Technology Industries"],"date":["2016-05-27"],"summary":["Circular Economy"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-20210641335-88","ec-person-0da85dc48012e26688310a59a0b51727ea68f410"]}} -{"id":"ec-meeting-2016-05-27-aca577983694f1787c2da1607ec66cbafee158fd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-27 - Cabinet of Vice-President Andrus Ansip x Facebook Ireland Limited"],"date":["2016-05-27"],"summary":["DSM general, copyright, free flow of data"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-e91c5be432b6b3efdda369792fed67c20b767a45","eu-tr-28666427835-74"]}} -{"id":"ec-meeting-2016-05-27-b05de17074f86e7c1c51340839f5f06cfc149242","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-27 - Cabinet of Commissioner Corina Crețu x Friends of Europe"],"date":["2016-05-27"],"summary":["EU Energy Efficiency Policy"],"notes":["Portfolio: Regional Policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-corina-cretu-of"],"involved":["ec-person-f5bd4d5d0170028815aba56ee7d4883f0fd70f47","eu-tr-99436366768-45"]}} -{"id":"ec-meeting-2016-05-27-c475e4efee5ae43e59877f4d36e3dc36d0339d9a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-27 - Mobility and Transport x Aerospace, Security and Defence Industries Association of Europe"],"date":["2016-05-27"],"summary":["GMBM, EASA"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-move"],"involved":["ec-person-26cdfacae671b09917bee1a91c91973941fa58a2","eu-tr-72699997886-57"]}} -{"id":"ec-meeting-2016-05-27-cc561d1eb95ea683e292ab0f2f199616a3eb6c11","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-27 - Financial Stability, Financial Services and Capital Markets Union x Fédération bancaire française"],"date":["2016-05-27"],"summary":["MREL/TLAC, PillarII"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["ec-person-bdee7a93f95c8ef05079539170139b3c02e8ed96","eu-tr-09245221105-30"]}} -{"id":"ec-meeting-2016-05-27-dcf76f4f13207a81f19df8c04bc2dd34ed06348d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-27 - Cabinet of Commissioner Phil Hogan x Comité Européen des Entreprises Vins"],"date":["2016-05-27"],"summary":["wine regulation"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-2663914841-28","ec-person-c9d17d5879383b030f61a4066848249fb35d57e4"]}} -{"id":"ec-meeting-2016-05-27-e6c832d4e4babc93b29caa7d6167c3415861e0d3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-27 - Cabinet of Commissioner Violeta Bulc x European Road Transport Research Advisory Council"],"date":["2016-05-27"],"summary":["Meeting with ERTRAC management and HIDRIA"],"notes":["Portfolio: Transport"],"location":["Ljubljana, Slovenia"],"address":["Ljubljana, Slovenia"],"addressEntity":["addr-f7328a981da1b705ba25d3333daf0cf2fca0c8ea"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-855647016671-07","ec-person-4d2b449b5047ea3fda435a2a1c1081e3babcdf76","ec-person-6a5ceb87383474e4b7f430af341029a155e255b0"]}} -{"id":"ec-meeting-2016-05-27-eebf30143bfa2709dbb38447fba2d078b26c83f0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-27 - Günther Oettinger x International Institute of Communications"],"date":["2016-05-27"],"summary":["DSM"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0","eu-tr-380037721776-16"]}} -{"id":"ec-meeting-2016-05-27-eee5be115d178b0de51a3125b758680adcdc8468","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-27 - Mobility and Transport x Association des Constructeurs Européens d'Automobiles"],"date":["2016-05-27"],"summary":["Decarbonisation & Connected and Automated Driving"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-move"],"involved":["ec-person-26cdfacae671b09917bee1a91c91973941fa58a2","eu-tr-0649790813-47"]}} -{"id":"ec-meeting-2016-05-27-f41ee2dfa6dcd42dc5ecc1eaed42a707d12935c7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-27 - Cabinet of Commissioner Violeta Bulc x European Community Shipowner's Associations"],"date":["2016-05-27"],"summary":["ECSA annual general meeting Malta"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-e14c58f620f40325d829df7be0823280307bc15f","eu-tr-59004966537-01"]}} -{"id":"ec-meeting-2016-05-30-092b672e7287e1e0ceae266a4d3f9a1f5001c0af","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-30 - Energy x European Insulation Manufacturers Association"],"date":["2016-05-30"],"summary":["Energy Efficiency"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["ec-person-6997149120ce5129e38febe5275dc8fd03232d2e","eu-tr-98345631631-22"]}} -{"id":"ec-meeting-2016-05-30-0a161889f45ecc73a1046030430c4381f33258e9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-30 - Taxation and Customs Union x Swiss Finance Council"],"date":["2016-05-30"],"summary":["Exchange of views on tax issues"],"location":["Brussels/Belgium"],"address":["Brussels/Belgium"],"addressEntity":["addr-c476280916fa20b5023288c48bfbed9c057a1c28"],"organizer":["ec-dg-taxud"],"involved":["ec-person-3173c1cc052827c58f23ccd3a8de07534f0d35bd","eu-tr-858716912337-17"]}} -{"id":"ec-meeting-2016-05-30-19fcb3c467afa8039bc4dd69a8b6fae959952657","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-30 - Cabinet of Vice-President Andrus Ansip x Stichting eIFL.net Stichting Lezen & Schrijven International Federation of Library Associations and Institutions"],"date":["2016-05-30"],"summary":["copyright"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-658822313443-95","eu-tr-661655418600-59","eu-tr-13020287260-60","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45"]}} -{"id":"ec-meeting-2016-05-30-1bdab209b11830b52b94f2e99df1b8e6130ece7c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-30 - Günther Oettinger x CEMA - European Agricultural Machinery Industry Association"],"date":["2016-05-30"],"summary":["Digitalisierung der Landwirtschaft"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-4cd59e13386e3b68ecb3611fcc579e0a0a3938a5","eu-tr-489575310490-58"]}} -{"id":"ec-meeting-2016-05-30-62cd989e568af99154bcf03746462ba771a6df32","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-30 - Cabinet of High Representative / Vice-President Federica Mogherini x Federazione Imprese Siderurgiche Italiane"],"date":["2016-05-30"],"summary":["Steel sector"],"notes":["Portfolio: Foreign Affairs and Security Policy"],"location":["Brussels (Berlaymont)"],"address":["Brussels (Berlaymont)"],"addressEntity":["addr-4e70ddf45e81f0631950978c4aa49a218756a3f4"],"organizer":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"involved":["eu-tr-83425058760-88","ec-person-0d87d503aa00db1df141f3b1bfea3e0ccb43ece9"]}} -{"id":"ec-meeting-2016-05-30-6cff35a7e54bf57ac163d0d1f0133134dcfc16be","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-30 - Cabinet of Commissioner Margrethe Vestager x Chamber of Commerce of the United States of America"],"date":["2016-05-30"],"summary":["Global competition policy enforcement"],"notes":["Portfolio: Competition"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-margrethe-of-vestager"],"involved":["ec-person-0700cb0f43a2d20f4938902c4a086aca632d71fb","ec-person-ba88c0f325beb42cca2cabbf7a5ea2fe3a59f989","eu-tr-483024821178-51"]}} -{"id":"ec-meeting-2016-05-30-a095bab58a1f02462329a7931370d1f78cfd5732","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-30 - Energy x American Chamber of Commerce to the European Union"],"date":["2016-05-30"],"summary":["Energy policy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["ec-person-6997149120ce5129e38febe5275dc8fd03232d2e","eu-tr-5265780509-97"]}} -{"id":"ec-meeting-2016-05-30-b3180b5147fd4311f7354bfabd2e4245e3903dbe","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-30 - European Civil Protection and Humanitarian Aid Operations x Médecins Sans Frontières"],"date":["2016-05-30"],"summary":["MSF concerns around the EU Turkey Agreement, its humanitarian consequences and the fact that humanitarian aid is part of it."],"location":["Bruxelles"],"address":["Bruxelles"],"addressEntity":["addr-b58f5927b66d94a676970dc048485d4c6848f272"],"organizer":["ec-dg-echo"],"involved":["eu-tr-38497857515-11","ec-person-61ea528d6b7f7cbbd1e55a4a19794b785df35cf9"]}} -{"id":"ec-meeting-2016-05-30-c3add8642ae0795905fdff78bb823c67b3d46e18","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-30 - Cabinet of Vice-President Jyrki Katainen x European Insulation Manufacturers Association ROCKWOOL International A/S SAINT-GOBAIN ISOVER Knauf Insulation"],"date":["2016-05-30"],"summary":["energy efficiency in buildings"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-40653905608-21","eu-tr-2301233810-42","ec-person-0da85dc48012e26688310a59a0b51727ea68f410","eu-tr-98345631631-22","eu-tr-971446611568-25"]}} -{"id":"ec-meeting-2016-05-30-d2f883e4f4e838c264b98bcf4a40ba9e3312c9ef","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-30 - Cabinet of Commissioner Vytenis Andriukaitis x European Dairy Association aisbl"],"date":["2016-05-30"],"summary":["Nutritional benefits"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-b9c3f19e7c5f216e3e508f931ddd6a9cb59376d1","eu-tr-42967152383-63"]}} -{"id":"ec-meeting-2016-05-30-d43051bfab67cce0355988bdb0b697d0efd19159","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-30 - Cabinet of Commissioner Vytenis Andriukaitis x European Lifestyle Medicine Organization"],"date":["2016-05-30"],"summary":["Developing lifestyle medicine"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-97425c615743576adc42e09bee7dac14f83f691b","ec-person-df30d07ef698a52b9948b9c734db39196cf8541f","eu-tr-063949321631-11"]}} -{"id":"ec-meeting-2016-05-30-d893cb06af419942b9d9d72bc29532ef8d98723b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-30 - Cabinet of Commissioner Phil Hogan x Cooperativas Agro-alimentarias de España"],"date":["2016-05-30"],"summary":["Priorities of the EC on agriculture and rural developement"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-3191855142-12","ec-person-c9d17d5879383b030f61a4066848249fb35d57e4"]}} -{"id":"ec-meeting-2016-05-30-d8e1d2f76fd8bd53c6411caf1d1c93a0daafea52","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-30 - Climate Action x European Association Automotive Suppliers"],"date":["2016-05-30"],"summary":["New regulation on cars and lorries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-clima"],"involved":["ec-person-44c2f44f96dda2012bcb4e9abc749f6cae86a4c0","eu-tr-91408765797-03"]}} -{"id":"ec-meeting-2016-05-30-db8afd55800b4686aa580d39938a328d69e3448d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-30 - Cabinet of Commissioner Dimitris Avramopoulos x Europäische Stabilitäts-Initiative e.V."],"date":["2016-05-30"],"summary":["Situation on the Greek islands and an EU Asylum Support Mission to improve migrant conditions."],"notes":["Portfolio: Migration, Home Affairs and Citizenship"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-avramopoulos-cabinet-commissioner-dimitris-of"],"involved":["ec-person-e786479f71eb21bc0a291dd644b61d86e09beb13","eu-tr-545618415097-69"]}} -{"id":"ec-meeting-2016-05-30-e2c05f8be5f81d6ed6f443e4fe62a266fe98ae81","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-30 - Cabinet of Commissioner Pierre Moscovici x Orange"],"date":["2016-05-30"],"summary":["sur DSM-cadre réglementaire"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["ec-person-79931cfd2923c1aca9c7d284e9590732b0a36ed9","eu-tr-76704342721-41"]}} -{"id":"ec-meeting-2016-05-30-e49362735c58806c0abe76ecb0ca2f24ccc3005f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-30 - Cabinet of Vice-President Jyrki Katainen x Europtimum Conseil"],"date":["2016-05-30"],"summary":["decarbonisation of transport"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-21958075995-59","ec-person-0da85dc48012e26688310a59a0b51727ea68f410"]}} -{"id":"ec-meeting-2016-05-31-0543f4ae19ee2d8e6123cd698994c7708fd31e5b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-31 - Cabinet of Vice-President Valdis Dombrovskis x Atlantic Council of the United States, Inc"],"date":["2016-05-31"],"summary":["Ukraine"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-524686116124-73","ec-person-537401fc0be04984531b83660f416bf2fe14fbd8","ec-person-a9eda2e8ea54b70a968327672c6cada679d3cd56"]}} -{"id":"ec-meeting-2016-05-31-0ad5debe38a9186ff297186b69fff9a49bd6463c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-31 - Cabinet of Commissioner Margrethe Vestager x European Telecommunications Network Operators' Association"],"date":["2016-05-31"],"summary":["Exchange of views on telecoms regulatory framework"],"notes":["Portfolio: Competition"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-margrethe-of-vestager"],"involved":["ec-person-baa1c172df109ebd1f0307bccb5e21aec66c7a25","eu-tr-08957111909-85"]}} -{"id":"ec-meeting-2016-05-31-11bb5a8bbd041d6f24f165c01ac725f53bad9774","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-31 - Cabinet of Commissioner Margrethe Vestager x Confederation of Danish Industry"],"date":["2016-05-31"],"summary":["EU Current Affairs"],"notes":["Portfolio: Competition"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-margrethe-of-vestager"],"involved":["ec-person-baa1c172df109ebd1f0307bccb5e21aec66c7a25","eu-tr-5749958415-41"]}} -{"id":"ec-meeting-2016-05-31-1550538caf3e1f936ca6708273d92a5864c9930b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-31 - Climate Action x International Council on Clean Transportation"],"date":["2016-05-31"],"summary":["Decarbonisation of transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-clima"],"involved":["ec-person-44c2f44f96dda2012bcb4e9abc749f6cae86a4c0","eu-tr-06250094777-73"]}} -{"id":"ec-meeting-2016-05-31-1968a060bd58b2785679c0c618dab6ce5e020bbf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-31 - Günther Oettinger x European Telecommunications Network Operators' Association"],"date":["2016-05-31"],"summary":["Telecom review"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0","eu-tr-08957111909-85"]}} -{"id":"ec-meeting-2016-05-31-1c181f725142bc1a9a6030d8b2eed66f8b4ade6a","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2016-05-31 - Cabinet of Commissioner Violeta Bulc x Slovenian Business & Research Association"],"date":["2016-05-31"],"summary":["meeting with Mr Veselinovič","Large transport event in Ljubljana"],"notes":["Portfolio: Transport"],"location":["Bruxelles","Brussels"],"address":["Bruxelles","Brussels"],"addressEntity":["addr-b58f5927b66d94a676970dc048485d4c6848f272","addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-6a5ceb87383474e4b7f430af341029a155e255b0","eu-tr-234830018170-04"]}} -{"id":"ec-meeting-2016-05-31-219d5a0631261006ad0c165fa1c4b2daf44bdf1a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-31 - Cabinet of Commissioner Violeta Bulc x ADS Insight DNV"],"date":["2016-05-31"],"summary":["digitalisation of the maritime sector and follow-up to COP 21"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-414057515145-62","ec-person-5012c5e45a52ee8ce67d19c1781a127af53e73e7","ec-person-e14c58f620f40325d829df7be0823280307bc15f","eu-tr-02762144321-07"]}} -{"id":"ec-meeting-2016-05-31-2ed00e2b5ccf4a14919b784736f468426d83c991","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-31 - Cabinet of Commissioner Elżbieta Bieńkowska x Volkswagen Aktiengesellschaft"],"date":["2016-05-31"],"summary":["VW current issues - phone call"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["ec-person-d2997a7f359c91a337055c3e24dd36bf928de38d","eu-tr-6504541970-40","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2016-05-31-30a088cfad01597428d15c8cd4ba7aeafd55b616","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-31 - Competition x Deutsche Industrie- und Handelskammer"],"date":["2016-05-31"],"summary":["To review current competition trends"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-comp"],"involved":["eu-tr-22400601191-42","ec-person-8600a621c9aef12fc33b708e13b3cd3d5fa5696b"]}} -{"id":"ec-meeting-2016-05-31-3939e81c5cbd55cdfd90d1538f14e880a0da0f49","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-31 - Cabinet of High Representative / Vice-President Federica Mogherini x International Crisis Group"],"date":["2016-05-31"],"summary":["Discuss Crisis Group's priorities"],"notes":["Portfolio: Foreign Affairs and Security Policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"involved":["ec-person-44c0409df0e9c3a69a1fe1442fc91e31f6c2786b","eu-tr-72899131664-09"]}} -{"id":"ec-meeting-2016-05-31-3cba6a5c3d461f3f8c61dca627bcc465d752204e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-31 - Cabinet of Vice-President Jyrki Katainen x East and North Finland EU Office"],"date":["2016-05-31"],"summary":["Investments in bioeconomy"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-99365f4c3081112dcbfa722a5eb05adecc68503e","eu-tr-626247915526-71"]}} -{"id":"ec-meeting-2016-05-31-40c6d12a38d85f83ad8cc1b76d874b9eb55ca5ef","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-31 - Cabinet of Vice-President Miguel Arias Cañete x DNV"],"date":["2016-05-31"],"summary":["New Electricity Market Design, Renewable Energy policy, Energy efficiency"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-414057515145-62","ec-person-2229c857664a22dcb8eee79a8c05841fd3d0924f"]}} -{"id":"ec-meeting-2016-05-31-4e953bb432a335ba3c02c4e43e3c60fb41a90a32","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-31 - Cabinet of Vice-President Maroš Šefčovič x Chamber of Commerce of the United States of America"],"date":["2016-05-31"],"summary":["State of play of Energy Union; EU-US cooperation in Energy in relation with business"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-483024821178-51","ec-person-1f95be23689cd4ed0a26fe2980f760ccf2d55c1e"]}} -{"id":"ec-meeting-2016-05-31-6549761482a99024d76eaec9c402aacf2d92c377","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-31 - Cabinet of Commissioner Jonathan Hill x Commerzbank AG"],"date":["2016-05-31"],"summary":["Agenda regarding financial services"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["ec-person-74de9b1956d5aa5754e8946d4a7a883e05171466","eu-tr-83370363079-88"]}} -{"id":"ec-meeting-2016-05-31-686aeb6186aa388ff292936f848d58d61b051cd5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-31 - Cabinet of Vice-President Maroš Šefčovič x ArcelorMittal"],"date":["2016-05-31"],"summary":["Situation Steel Industry in Europe, ETS"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-3bf48630444ace93d407e52eb880e64d480f75ce","eu-tr-23527541824-60"]}} -{"id":"ec-meeting-2016-05-31-6b5ae7d8f17a20847ab2cc06c9f2fc2421382f73","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-31 - Cabinet of Commissioner Jonathan Hill x BUSINESSEUROPE"],"date":["2016-05-31"],"summary":["Capital Markets Union, MiFID & EMIR implementation"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Belgium, Brussels, BERL"],"address":["Belgium, Brussels, BERL"],"addressEntity":["addr-afebf85a436897fe5234b2ac0d00a1ddc4c9dd27"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["eu-tr-3978240953-79","ec-person-f247edfcff54d4f26fc10769f809c92bc72d6797"]}} -{"id":"ec-meeting-2016-05-31-6e325439a8cde1c8e46501385b6cd12a49506d4d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-31 - Cabinet of Commissioner Violeta Bulc x BLS AG"],"date":["2016-05-31"],"summary":["Meeting BLS CEO Bernard Guillermon"],"notes":["Portfolio: Transport"],"location":["Lugano, Switzerland"],"address":["Lugano, Switzerland"],"addressEntity":["addr-bec48af7551299d9db8a957fce60cdf868f97e17"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-7ac9445abdddc66a79f539ae13eb74e1ceb512df","ec-person-4d2b449b5047ea3fda435a2a1c1081e3babcdf76","eu-tr-230630614673-95"]}} -{"id":"ec-meeting-2016-05-31-7838a0d597abb9909fbe3d279ec6b4e2db05641a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-31 - Cabinet of Vice-President Andrus Ansip x Chamber of Commerce of the United States of America"],"date":["2016-05-31"],"summary":["Chamber’s views on the DSM initiative; new Privacy Shield Agreement"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-5db7bdd1c81da2e70eb5b982097d0004111b5c3e","eu-tr-483024821178-51","ec-person-91ca0921c6790191daa54427311acd63035e7c9e","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45"]}} -{"id":"ec-meeting-2016-05-31-846280ab1fe3a09026062befccb26bc10e40f7e5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-31 - Cabinet of Commissioner Christos Stylianides x Voluntary Organisations in Cooperation in Emergencies"],"date":["2016-05-31"],"summary":["Discussion of the preparation of the Resilience Forum"],"notes":["Portfolio: Humanitarian Aid & Crisis Management"],"location":["BRUSSELS"],"address":["BRUSSELS"],"addressEntity":["addr-f74337897287bf1b546f30505f5b1f693a87af50"],"organizer":["ec-cabinet-christos-commissioner-of-stylianides"],"involved":["ec-person-de605a3492bf8716a72a814958f304a939e828b3","eu-tr-47126711656-13"]}} -{"id":"ec-meeting-2016-05-31-8f8a433ffc688804226d9256a7efb45d113b632e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-31 - Energy x ELECTRICITE DE FRANCE"],"date":["2016-05-31"],"summary":["Energy policy"],"location":["Paris, France"],"address":["Paris, France"],"addressEntity":["addr-c70534aa18173b860a10a50a47b139c4a581cbf6"],"organizer":["ec-dg-ener"],"involved":["eu-tr-39966101835-69","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2016-05-31-9f4496f584f6e45835f7f271adac41807b0f3f6e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-31 - Günther Oettinger x european competitive telecommunications association"],"date":["2016-05-31"],"summary":["Telecom review"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-24627752238-32","ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0"]}} -{"id":"ec-meeting-2016-05-31-b60fde34950292fa2baebfb16c5f993a68d1fe27","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-31 - Cabinet of Vice-President Maroš Šefčovič x Snam S.p.A."],"date":["2016-05-31"],"summary":["Preperation meeting VP Sefcovic CEO SNAM"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-284336314886-25","ec-person-3bf48630444ace93d407e52eb880e64d480f75ce"]}} -{"id":"ec-meeting-2016-05-31-ccb64afdaed18f2b637cd6168a6fae5a73fc91e0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-31 - Cabinet of First Vice-President Frans Timmermans x Royal Society for the Protection of Birds Stichting BirdLife Europe"],"date":["2016-05-31"],"summary":["Refit platform and CAP"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-1083162721-43","ec-person-7a0c440119cd5d547eceebb055c79b8bb41bf9a2","eu-tr-21862631806-19"]}} -{"id":"ec-meeting-2016-05-31-ce04945882b9f9f4a75e3319cfa1162372bce70b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-31 - Cabinet of Commissioner Věra Jourová x Platform of European Social NGOs"],"date":["2016-05-31"],"summary":["Worklife Balance"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-5455ecfabb89025694c798deac08160a2be17d94","eu-tr-85083981189-35"]}} -{"id":"ec-meeting-2016-05-31-dab9c8c57c3a86bbccf147eddb0e27c4468009f3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-31 - Cabinet of Commissioner Elżbieta Bieńkowska x Apple Inc."],"date":["2016-05-31"],"summary":["Memorandum of Understanding"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-588327811384-96","ec-person-b2f9be51339f054477846797e2c119fcf16548fc","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2016-05-31-e22e4c067e8a9fe814b84d0b3472f05db3a8fdde","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-31 - Cabinet of Commissioner Violeta Bulc x Airports Council International - European Region"],"date":["2016-05-31"],"summary":["Aviation"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-5012c5e45a52ee8ce67d19c1781a127af53e73e7","eu-tr-42566063487-73"]}} -{"id":"ec-meeting-2016-05-31-ed1885459b88f3b6794e75be5c6285e11227021a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-31 - Cabinet of Commissioner Margrethe Vestager x European Round Table for Industry"],"date":["2016-05-31"],"summary":["Exchange of views on competition policy"],"notes":["Portfolio: Competition"],"location":["Brussels, Beligum"],"address":["Brussels, Beligum"],"addressEntity":["addr-7cc57744b38d4c14b20c98cd47e1f6f2aaea84b6"],"organizer":["ec-cabinet-commissioner-margrethe-of-vestager"],"involved":["ec-person-baa1c172df109ebd1f0307bccb5e21aec66c7a25","eu-tr-25487567824-45"]}} -{"id":"ec-meeting-2016-05-31-eda6c4f297bfcc7f75d94cd16cfaa0df7c1301c3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-31 - Cabinet of President Jean-Claude Juncker x IBM Corporation"],"date":["2016-05-31"],"summary":["Digital Single Market"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-7721359944-96","ec-person-44a061693f35519551be0e3dab996e76ad3f8c7c"]}} -{"id":"ec-meeting-2016-05-31-f12fa078d4b3fbf151c57bf9276e302cc9e173f1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-31 - Günther Oettinger x Commerzbank AG"],"date":["2016-05-31"],"summary":["banking in digital era"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0","eu-tr-83370363079-88"]}} -{"id":"ec-meeting-2016-05-31-f5da5840746c04d1c74de17820da1c58f62750e7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-31 - Cabinet of Vice-President Jyrki Katainen x European Telecommunications Network Operators' Association"],"date":["2016-05-31"],"summary":["Telecoms Framework Review"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90","ec-person-c50e8c2cc390c5efb0626988d173bc6758459e0f","eu-tr-08957111909-85"]}} -{"id":"ec-meeting-2016-05-31-f694878d1863f1a28fe828e179b41ab5ec0fe254","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-31 - Cabinet of Commissioner Jonathan Hill x BNP PARIBAS"],"date":["2016-05-31"],"summary":["CRR review"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["ec-person-890015b0d769ee93a09119846b414d4aae7c64ae","eu-tr-78787381113-69"]}} -{"id":"ec-meeting-2016-05-31-f88608b1e8de26bf590379c3316d5530e5727591","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-05-31 - Cabinet of President Jean-Claude Juncker x kENUP Foundation"],"date":["2016-05-31"],"summary":["EFSI"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-934996421910-13","ec-person-c402e34a99fbee730ae22e3b1958e21c94dc6fcc"]}} -{"id":"ec-meeting-2016-06-01-083efecc47f1403f717edee3224c1cc4a1bca9fb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-01 - Cabinet of Commissioner Tibor Navracsics x ICMP - The global voice of music publishing"],"date":["2016-06-01"],"summary":["Digital Single Market"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-49f31dad10f5641cb1d1e4c3107dd838389e8120","ec-person-fa3187815cf956b0872e1668e14548b7d9f7ce93","ec-person-cb6aa96c497dead35eb0f2ed0339e5423d506549","eu-tr-65684839099-72"]}} -{"id":"ec-meeting-2016-06-01-0adedbc1c7db2389b4aeb6e89abc9a8baab48390","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-01 - Cabinet of Commissioner Elżbieta Bieńkowska x EuroCommerce"],"date":["2016-06-01"],"summary":["Retail sector"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-84973761187-60","ec-person-b2f9be51339f054477846797e2c119fcf16548fc","ec-person-daef7f819b2f3ffe5e4f5d8eb2782954f3c4a4e2"]}} -{"id":"ec-meeting-2016-06-01-21ccefecfa749b0c4b8b1fd550fc6b70b54bab8e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-01 - Energy x Compagnie de SAINT-GOBAIN"],"date":["2016-06-01"],"summary":["Energy policy"],"location":["Paris, France"],"address":["Paris, France"],"addressEntity":["addr-c70534aa18173b860a10a50a47b139c4a581cbf6"],"organizer":["ec-dg-ener"],"involved":["eu-tr-892857311821-20","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2016-06-01-250e33ab8cfe452fd03beae7d149d91f976e492e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-01 - Günther Oettinger x EuroCommerce"],"date":["2016-06-01"],"summary":["DSM"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-84973761187-60","ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0"]}} -{"id":"ec-meeting-2016-06-01-261e2f0dbd0a6301a4f28582b0f20e1f9e55ca21","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-01 - Cabinet of Commissioner Tibor Navracsics x Global Young Academy"],"date":["2016-06-01"],"summary":["Integration of Refugees"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["eu-tr-910203414533-54","ec-person-fc5c01a0bffedf0f4e205a759b40239535313d28","ec-person-1da7ee09d46288ee4ea9db2b644bdcf9c3d6d000"]}} -{"id":"ec-meeting-2016-06-01-2e6b513a9b4c61915153c3017136a256a57166b0","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2016-06-01 - Cabinet of Commissioner Phil Hogan x Landbrug & Fødevarer - Danish Agriculture and Food Council"],"date":["2016-06-01"],"summary":["AGRI matters","To share insights on the implementation of more targeted environmental legislation in Denmark"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-400dd8d59d3060187d9b9b143d697da1a3d03c12","eu-tr-1634450483-86"]}} -{"id":"ec-meeting-2016-06-01-32a5ec6904076a243705cf53ed584533911d5e4a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-01 - Cabinet of Commissioner Phil Hogan x LP Brussels"],"date":["2016-06-01"],"summary":["Sustainability"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-ff8342dedc26701400fcb7dcf73fbee50a837ac6","eu-tr-58186246516-27"]}} -{"id":"ec-meeting-2016-06-01-3db3e99910ec61b28ecafd763ccbc117e8287112","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-01 - Cabinet of Vice-President Maroš Šefčovič x Deutscher Industrie- und Handelskammertag e.V."],"date":["2016-06-01"],"summary":["State of Play Energy Union"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-22400601191-42","ec-person-2be517b9261a91f2f07e05ec14c6331980e9716e"]}} -{"id":"ec-meeting-2016-06-01-4a8f2a22d942d10a3651084a78ec64808e29551d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-01 - Cabinet of Commissioner Tibor Navracsics x Assembly of European Regions"],"date":["2016-06-01"],"summary":["outreach to youth in the regions"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["eu-tr-480267313069-44","ec-person-881310bbb4e54ac96753b80bbdc9b1994cfbf136"]}} -{"id":"ec-meeting-2016-06-01-4c66b911af16fa7f857114c1edf037c10f566f51","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-01 - Cabinet of Commissioner Pierre Moscovici x Bonelli Erede Lombardi Pappalardo Studio Legale"],"date":["2016-06-01"],"summary":["Duty free's status"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["eu-tr-205283422093-55","ec-person-738f7f25002d191bd2df8936e8f8d1d726c19e2e"]}} -{"id":"ec-meeting-2016-06-01-50c3913e71ca3b7d4cc75791b0adfe9c4fec8edf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-01 - Cabinet of Commissioner Margrethe Vestager x Landbrug & Fødevarer - Danish Agriculture and Food Council"],"date":["2016-06-01"],"summary":["Climate action & current situation in agriculture and trade negotiations"],"notes":["Portfolio: Competition"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-margrethe-of-vestager"],"involved":["ec-person-baa1c172df109ebd1f0307bccb5e21aec66c7a25","eu-tr-1634450483-86"]}} -{"id":"ec-meeting-2016-06-01-55a34a1477db7b8c33b7d1e66cdd4601d0b6b435","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-01 - Günther Oettinger x Intel Corporation IBM Corporation ECOLAB Broadcom Arconic Europe Oracle MetLife HP Inc"],"date":["2016-06-01"],"summary":["DSM"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-6018012754-28","eu-tr-240029014014-18","eu-tr-676071815969-19","eu-tr-99346002337-55","eu-tr-969504320672-09","eu-tr-7459401905-60","eu-tr-7721359944-96","ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0","eu-tr-25955391451-88"]}} -{"id":"ec-meeting-2016-06-01-56a36aa920a9f19a46a86322b63440dac9ed818d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-01 - Cabinet of Commissioner Violeta Bulc x Airlines for America"],"date":["2016-06-01"],"summary":["Aviation"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-9d4dc4867a44dfe10f67ae7ee1706da3e8b48a24","eu-tr-78160685782-84"]}} -{"id":"ec-meeting-2016-06-01-60db03804ead795fb66ec83884e1a6b7f5001ac9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-01 - Regulatory Scrutiny Board x Zentralverband des Deutschen Handwerks e.V."],"date":["2016-06-01"],"summary":["REFIT platform"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-rsb"],"involved":["ec-person-b79e2a722cf72068a7e5e24a5b455c04c07917fa","eu-tr-5189667783-94"]}} -{"id":"ec-meeting-2016-06-01-63ac25e32a5917928519b19885238e7f9bbab7fb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-01 - Cabinet of Vice-President Maroš Šefčovič x International Council on Clean Transportation"],"date":["2016-06-01"],"summary":["Low-emission mobility"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-ea6b517040e26a62f17d2829afffeba48cfd682f","eu-tr-06250094777-73"]}} -{"id":"ec-meeting-2016-06-01-70b87e60e8bfb375c0ba88d7f5b5368b374c19c9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-01 - Cabinet of Commissioner Věra Jourová x ICMP - The global voice of music publishing"],"date":["2016-06-01"],"summary":["Copyright"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-a2ca9161feee56909a0e98b473c2d342c20fdb57","eu-tr-65684839099-72"]}} -{"id":"ec-meeting-2016-06-01-75dea8cf9f38d3e67c6916c21a11e07241e32b41","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-01 - Cabinet of Commissioner Věra Jourová x American Chamber of Commerce to the European Union"],"date":["2016-06-01"],"summary":["U-US Privacy Shield, Digital contracts, GDPR"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-a608b85b2ffef83f883b5a2330b6232efa1b7141","eu-tr-5265780509-97","ec-person-f329292459cb1badb7fb7c6b67b698c441931bb2"]}} -{"id":"ec-meeting-2016-06-01-94ccdd0f28e5815dce770100908dec95bc5c46f4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-01 - Günther Oettinger x Red Hat Limited IBM Corporation Oracle European Committee for Interoperable Systems"],"date":["2016-06-01"],"summary":["cPPP"],"location":["BXL"],"address":["BXL"],"addressEntity":["addr-d2fde52f67ea4a3e1fe233d0a959d6a1c77fd910"],"organizer":["ec-dg-de"],"involved":["ec-person-5652698e8f7b4a189329e67fddbaff44dbe8658c","eu-tr-7721359944-96","eu-tr-32238324913-44","eu-tr-25955391451-88","eu-tr-741186216712-07"]}} -{"id":"ec-meeting-2016-06-01-a92479a2fddb23c62924f265e4249b90c7528946","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-01 - Cabinet of Commissioner Phil Hogan x SEKAB BioFuels & Chemicals"],"date":["2016-06-01"],"summary":["Bio-chemicals"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-233421916902-48","ec-person-ff8342dedc26701400fcb7dcf73fbee50a837ac6"]}} -{"id":"ec-meeting-2016-06-01-bca0b8f37fb9ec17d5240fbf97b90165c8585152","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-01 - Competition x FEPORT"],"date":["2016-06-01"],"summary":["To make acquaintance and review current competition trends"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-comp"],"involved":["ec-person-8600a621c9aef12fc33b708e13b3cd3d5fa5696b","eu-tr-801302611511-33"]}} -{"id":"ec-meeting-2016-06-01-c068d2496a4a409b16cf11db8ad75424fde43377","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-01 - Cabinet of Commissioner Jonathan Hill x Association Française des Entreprises Privées / French Association of Large Companies Mouvement des Entreprises de France Cliff Investor Relations"],"date":["2016-06-01"],"summary":["Transparency Directive & European Single Electronic Format (ESEF)"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Belgium, Brussels, BERL"],"address":["Belgium, Brussels, BERL"],"addressEntity":["addr-afebf85a436897fe5234b2ac0d00a1ddc4c9dd27"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["eu-tr-953933297-85","ec-person-5fdb62e20cecef81f87f94d3d1bcdd3b47b26af0","eu-tr-303250121228-60","eu-tr-43763731235-75"]}} -{"id":"ec-meeting-2016-06-01-c44036c33675f28c64127f4cb836e6174edbbcba","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-01 - Cabinet of Vice-President Maroš Šefčovič x European Insulation Manufacturers Association"],"date":["2016-06-01"],"summary":["on insulation and energy efficiency"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-ea6b517040e26a62f17d2829afffeba48cfd682f","eu-tr-98345631631-22"]}} -{"id":"ec-meeting-2016-06-01-c7436bc02dbb1be91bc974896d25684573598fdd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-01 - Cabinet of Commissioner Elżbieta Bieńkowska x Google"],"date":["2016-06-01"],"summary":["visit to the Campus Google"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Warsaw"],"address":["Warsaw"],"addressEntity":["addr-706f6339e835d0512d5d873d62a3e08aba143f49"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["ec-person-d2997a7f359c91a337055c3e24dd36bf928de38d","eu-tr-03181945560-59"]}} -{"id":"ec-meeting-2016-06-01-cea5dac4da5bfd0204a7b8997f579bd324d5e3c4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-01 - Cabinet of Vice-President Andrus Ansip x Authors' Licensing & Collecting Society"],"date":["2016-06-01"],"summary":["Educational exceptions in licensing"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-264180221519-36","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45"]}} -{"id":"ec-meeting-2016-06-01-d2f883e4f4e838c264b98bcf4a40ba9e3312c9ef","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-01 - Cabinet of Commissioner Vytenis Andriukaitis x European Dairy Association aisbl"],"date":["2016-06-01"],"summary":["Animal welfare, Food waste, Origin labelling"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["eu-tr-42967152383-63","ec-person-0dbfffeb0323f819c8d57164906086dd8639c437"]}} -{"id":"ec-meeting-2016-06-01-eff90e7db3e251eba39b7738a2dea1c74c506454","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-01 - Cabinet of Commissioner Phil Hogan x European Environmental Bureau"],"date":["2016-06-01"],"summary":["Natura 2000"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-06798511314-27","ec-person-b0d24e81234b490dd841a09b69892304b27fc6a8"]}} -{"id":"ec-meeting-2016-06-01-f022548a7405042fb379742169de5c24da0c67f2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-01 - Cabinet of Vice-President Cecilia Malmström x European Business Summit Network"],"date":["2016-06-01"],"summary":["CETA"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-19b143e83f8ab978c55c8a9a9e49e06dbfa14bf3","eu-tr-268958411031-65"]}} -{"id":"ec-meeting-2016-06-01-f18852891394bb0cebc29b3c8b3177aacc0b50ec","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-01 - Cabinet of Vice-President Jyrki Katainen x SEKAB BioFuels & Chemicals"],"date":["2016-06-01"],"summary":["bio-based raw materials"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-233421916902-48","ec-person-0da85dc48012e26688310a59a0b51727ea68f410"]}} -{"id":"ec-meeting-2016-06-02-02d61930479431646f9a43ade38671d27b45dd33","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-02 - Cabinet of Commissioner Vytenis Andriukaitis x Miltton Europe"],"date":["2016-06-02"],"summary":["Alcohol Retail Monopoly in Finland, their effort to help reduce alcohol-related harm"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-97425c615743576adc42e09bee7dac14f83f691b","eu-tr-245377319023-40"]}} -{"id":"ec-meeting-2016-06-02-0714fa4c34fae667ce25902422ae632c3d30aa96","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-02 - Cabinet of Commissioner Vytenis Andriukaitis x PTC Therapeutics"],"date":["2016-06-02"],"summary":["HTA"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-059ca943fc5fc696d2a97849c635ddf7b6ab7fd7","eu-tr-463256021850-41"]}} -{"id":"ec-meeting-2016-06-02-0a8f35af5de19af464d33cc69d2e346aeec2a1b2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-02 - Cabinet of Commissioner Jonathan Hill x Legal & General Group Plc"],"date":["2016-06-02"],"summary":["Longevity reinsurance market and its interaction with Solvency II"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Belgium, Brussels, BERL"],"address":["Belgium, Brussels, BERL"],"addressEntity":["addr-afebf85a436897fe5234b2ac0d00a1ddc4c9dd27"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["ec-person-5fdb62e20cecef81f87f94d3d1bcdd3b47b26af0","eu-tr-551684916877-74"]}} -{"id":"ec-meeting-2016-06-02-0ec344c8c825e7c7db53b5c76af89741e1c7ba21","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-02 - Cabinet of Vice-President Andrus Ansip x LVMH Publica"],"date":["2016-06-02"],"summary":["counterfeiting, platforms and geoblocking (phone call)"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-3ca0c466b8ff230d4409591430b388007ce14ff8","ec-person-91ca0921c6790191daa54427311acd63035e7c9e","eu-tr-16094042309-21"]}} -{"id":"ec-meeting-2016-06-02-1cee68e0746d0e94b4b40dd1efa7349ed9a9e62c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-02 - Cabinet of Commissioner Phil Hogan x Joint Nature Conservation Committee"],"date":["2016-06-02"],"summary":["Future of the CAP"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-29897598486-41","ec-person-b0d24e81234b490dd841a09b69892304b27fc6a8"]}} -{"id":"ec-meeting-2016-06-02-25053900a5280181f6cd28dbb37800e1f1809631","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-02 - Cabinet of Commissioner Violeta Bulc x EUK Consulting Raytheon Technologies"],"date":["2016-06-02"],"summary":["competitiveness aerospace sector"],"notes":["Portfolio: Transport"],"location":["Brussels- belgium"],"address":["Brussels- belgium"],"addressEntity":["addr-7f19cb05c5072431c67a84220e06f5f045442c27"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-7ac9445abdddc66a79f539ae13eb74e1ceb512df","eu-tr-87564644126-75","eu-tr-29815741326-06"]}} -{"id":"ec-meeting-2016-06-02-2a1e73512da8a1be6240e5c8579ea739fa6c93a4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-02 - Cabinet of Vice-President Maroš Šefčovič x Tesla Motors Netherlands B.V."],"date":["2016-06-02"],"summary":["Decarbonisation of transport"],"notes":["Portfolio: Energy Union"],"location":["San Francisco, USA"],"address":["San Francisco, USA"],"addressEntity":["addr-ad4c57bf43ff655bbfc50be9d5313f10b0ddf314"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-547225616323-13","ec-person-1f95be23689cd4ed0a26fe2980f760ccf2d55c1e"]}} -{"id":"ec-meeting-2016-06-02-452781ff70e6adcad8a60d124bdff16dad36d2af","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-02 - Günther Oettinger x Euronews"],"date":["2016-06-02"],"summary":["strategic outlook"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-c6c38691c27b1498b60b18409aa979cf1dd1f4ac","eu-tr-944964416106-32"]}} -{"id":"ec-meeting-2016-06-02-46f3efdfd9e337059069ae10abc068f09ee35265","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-02 - Cabinet of Commissioner Violeta Bulc x European Cockpit Association CANSO - Civil Air Navigation Services Organisation ASSOCIATION OF EUROPEAN AIRLINES AIRPORT SERVICES ASSOCIATION Airports Council International - European Region European Transport Workers' Federation"],"date":["2016-06-02"],"summary":["European sectoral social dialogue committee for Civil Aviation (SSDC)"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-78089286892-19","eu-tr-39838147687-59","eu-tr-42566063487-73","eu-tr-26986828838-57","eu-tr-92545571128-74","eu-tr-550592917230-49","ec-person-4d2b449b5047ea3fda435a2a1c1081e3babcdf76","ec-person-9d4dc4867a44dfe10f67ae7ee1706da3e8b48a24"]}} -{"id":"ec-meeting-2016-06-02-4dc24d2e0a85adce5e2fb85116643d70c9774708","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-02 - Cabinet of Vice-President Miguel Arias Cañete x OMV Aktiengesellschaft"],"date":["2016-06-02"],"summary":["Gas infrastructure projects"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd","eu-tr-94274031992-65"]}} -{"id":"ec-meeting-2016-06-02-4e55308fbdcafc1cbaadfe3311acbd0e2dfe3124","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-02 - Cabinet of Commissioner Věra Jourová x Which?"],"date":["2016-06-02"],"summary":["Consumer protection in the digital environment"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-a2ca9161feee56909a0e98b473c2d342c20fdb57","eu-tr-03845856565-52"]}} -{"id":"ec-meeting-2016-06-02-54936c57be045318bda3b8bf098dd2aa6e50641c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-02 - Cabinet of Commissioner Phil Hogan x CEMA - European Agricultural Machinery Industry Association"],"date":["2016-06-02"],"summary":["Bologna Fair"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-ff8342dedc26701400fcb7dcf73fbee50a837ac6","eu-tr-489575310490-58"]}} -{"id":"ec-meeting-2016-06-02-54fa734bde836f78c364364d949fff96a785f9de","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-02 - Cabinet of Commissioner Vytenis Andriukaitis x European agri-cooperatives European farmers"],"date":["2016-06-02"],"summary":["Glyphosate"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-b9c3f19e7c5f216e3e508f931ddd6a9cb59376d1","ec-person-df30d07ef698a52b9948b9c734db39196cf8541f","eu-tr-44856881231-49","eu-tr-09586631237-74"]}} -{"id":"ec-meeting-2016-06-02-56fc664bba1c1e428440eb52ad17f12bc8e5195e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-02 - Energy x OMV Aktiengesellschaft"],"date":["2016-06-02"],"summary":["Energy policy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["ec-person-6997149120ce5129e38febe5275dc8fd03232d2e","eu-tr-94274031992-65"]}} -{"id":"ec-meeting-2016-06-02-5b6f6423a6134b8ef080adf328177d0b3b34b816","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-02 - Cabinet of Commissioner Tibor Navracsics x European Boating Industry"],"date":["2016-06-02"],"summary":["Cultural Heritage and Tourism"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-fa3187815cf956b0872e1668e14548b7d9f7ce93","eu-tr-74989093163-18"]}} -{"id":"ec-meeting-2016-06-02-66cbf5e637617854065e8f0bad450642b2dc136a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-02 - Cabinet of Vice-President Maroš Šefčovič x Planet Labs"],"date":["2016-06-02"],"summary":["Satellite systems"],"notes":["Portfolio: Energy Union"],"location":["San Francisco, USA"],"address":["San Francisco, USA"],"addressEntity":["addr-ad4c57bf43ff655bbfc50be9d5313f10b0ddf314"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-1f95be23689cd4ed0a26fe2980f760ccf2d55c1e","eu-tr-020519421542-46"]}} -{"id":"ec-meeting-2016-06-02-7ec788b195872d7f45648aae17775cf0631d9ba1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-02 - Cabinet of Vice-President Jyrki Katainen x Miltton Europe"],"date":["2016-06-02"],"summary":["Alcohol strategy and labelling"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-f9208d930adc70c6c64e21701e48f85f6f18e949","eu-tr-245377319023-40"]}} -{"id":"ec-meeting-2016-06-02-80bb1b6ac35fc0ae75d49dfcc7997fa281556d17","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-02 - Cabinet of Vice-President Miguel Arias Cañete x Transport and Environment (European Federation for Transport and Environment)"],"date":["2016-06-02"],"summary":["Transport decarbonisation (road, aviation, maritime, LDV, HDV and fuels)"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd","eu-tr-58744833263-19"]}} -{"id":"ec-meeting-2016-06-02-8adaea675726a330c39b9534681bc815fce13dba","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-02 - Cabinet of Commissioner Vytenis Andriukaitis x Collectif Sauvons les fruits et légumes de France"],"date":["2016-06-02"],"summary":["Endocrine disruptors"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-b9c3f19e7c5f216e3e508f931ddd6a9cb59376d1","eu-tr-535200321984-39"]}} -{"id":"ec-meeting-2016-06-02-8eb501f39ff51faa469a352cdfbe6d59a965f446","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-02 - Cabinet of Commissioner Violeta Bulc x Rural Investment Support for Europe Foundation"],"date":["2016-06-02"],"summary":["Lunch with Mr. Potocnik"],"notes":["Portfolio: Transport"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-4d2b449b5047ea3fda435a2a1c1081e3babcdf76","eu-tr-653471311607-37"]}} -{"id":"ec-meeting-2016-06-02-99e515a83ae9beb717c0aa81bb5158b267a0ce72","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-02 - Cabinet of Commissioner Violeta Bulc x eu travel tech"],"date":["2016-06-02"],"summary":["Aviation"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-9d4dc4867a44dfe10f67ae7ee1706da3e8b48a24","eu-tr-70614728635-77"]}} -{"id":"ec-meeting-2016-06-02-a32f22c81f232e3d73751d246b6a900c7e0c17bf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-02 - Cabinet of Commissioner Violeta Bulc x Comuto SA"],"date":["2016-06-02"],"summary":["collaborative economy"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-5012c5e45a52ee8ce67d19c1781a127af53e73e7","ec-person-dd7851e4a1e747e824b4f81139e33bc3cdb73160","eu-tr-290486916308-69"]}} -{"id":"ec-meeting-2016-06-02-a34696718469b0bc68fae8ab38a9d02e182cba24","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-02 - Cabinet of President Jean-Claude Juncker x Citigroup Inc."],"date":["2016-06-02"],"summary":["current situation in the banking sector"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-00353757573-57","ec-person-c402e34a99fbee730ae22e3b1958e21c94dc6fcc"]}} -{"id":"ec-meeting-2016-06-02-ae20017d47d795fad4364b4da58d089599c7a271","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-02 - Cabinet of Vice-President Jyrki Katainen x SUEZ Group European Business Summit Network"],"date":["2016-06-02"],"summary":["CE8 side-event at EBS - Circular Economy"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90","ec-person-0da85dc48012e26688310a59a0b51727ea68f410","eu-tr-27799842497-69","eu-tr-268958411031-65"]}} -{"id":"ec-meeting-2016-06-02-b0545ef03c8d49fdaf30b90cfb22294151066487","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2016-06-02 - Günther Oettinger x Comuto SA Comuto SA"],"date":["2016-06-02"],"summary":["platforms"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-4cd59e13386e3b68ecb3611fcc579e0a0a3938a5","eu-tr-290486916308-69","ec-person-3297113eb5d4e59bc84d571628f0130aa75c761a"]}} -{"id":"ec-meeting-2016-06-02-b89e1445212fe535e4c96880f6b7193ff23de073","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-02 - Cabinet of Vice-President Valdis Dombrovskis x Deutscher Industrie- und Handelskammertag e.V."],"date":["2016-06-02"],"summary":["CSR"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-22400601191-42","ec-person-f376b1eca739c662d2385062249507f23f4ca67e"]}} -{"id":"ec-meeting-2016-06-02-c4e269579b37ed642a4e24e5f93609917c894031","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-02 - Cabinet of Vice-President Miguel Arias Cañete x UNION FRANCAISE DE L'ELECTRICITE - UFE"],"date":["2016-06-02"],"summary":["Climate change, decarbonisation of the economy, security of electricity supply and the role of consumers in the energy transition."],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-30146663069-53","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd"]}} -{"id":"ec-meeting-2016-06-02-c530b6c5970777e92f58dc9bfb36f81cd489ecff","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-02 - Cabinet of Commissioner Marianne Thyssen x European Builders Confederation AISBL"],"date":["2016-06-02"],"summary":["Occupational Health and Safety"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["ec-person-7567514af00f139b390cf9864d28a090ca0fde25","eu-tr-09256701147-51"]}} -{"id":"ec-meeting-2016-06-02-c8d9b7c7bc20c4aa31f74750c6d5266b55204c4b","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2016-06-02 - Cabinet of Commissioner Jonathan Hill x HSBC Holdings PLC"],"date":["2016-06-02"],"summary":["Green Finance","CCP Resolution"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["eu-tr-001866415031-87","ec-person-74de9b1956d5aa5754e8946d4a7a883e05171466","ec-person-5e8e66c5b37cfc1f9272932bf8e12f4b28d1160a"]}} -{"id":"ec-meeting-2016-06-02-ce01c6f0d228b08b42f3a78392dec547386c8d76","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-02 - Günther Oettinger x Huawei Technologies"],"date":["2016-06-02"],"summary":["5G"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0","eu-tr-114467111412-38"]}} -{"id":"ec-meeting-2016-06-02-d08179aa931c1f89ecfe91573c0c1c3bad98f210","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-02 - Cabinet of Commissioner Violeta Bulc x Airbus"],"date":["2016-06-02"],"summary":["Aviation"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-5012c5e45a52ee8ce67d19c1781a127af53e73e7","ec-person-9d4dc4867a44dfe10f67ae7ee1706da3e8b48a24","eu-tr-2732167674-76"]}} -{"id":"ec-meeting-2016-06-02-e20c43c840531c7ba61d96bf703ddfc94f70298b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-02 - Taskforce on Article 50 negotiations with the United Kingdom x New Financial LLP"],"date":["2016-06-02"],"summary":["\"New Financial\" settlement and UK referendum"],"location":["london"],"address":["london"],"addressEntity":["addr-1645ee78de0f7c73001e1a8ed1facc25a72b6796"],"organizer":["ec-dg-tf50"],"involved":["eu-tr-435008814959-36","ec-person-ebad254ad157f20ffe76dada00bb408af413c89a"]}} -{"id":"ec-meeting-2016-06-02-f42b9af75be4cba403b4ec497de2db7d4934fa50","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-02 - Cabinet of Commissioner Pierre Moscovici x Vanguard Asset Management Limited"],"date":["2016-06-02"],"summary":["EU pensions system"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["ec-person-18ec03f403696ecde522f7843ba9c4ff6335ead4","eu-tr-226354616978-90"]}} -{"id":"ec-meeting-2016-06-02-f443b939af3347af88235f4b3364c80504a3d2a5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-02 - Cabinet of Commissioner Pierre Moscovici x Foundation for European Progressive Studies"],"date":["2016-06-02"],"summary":["to discuss how to promote \"The People's Business\""],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["ec-person-79931cfd2923c1aca9c7d284e9590732b0a36ed9","eu-tr-00747188174-74"]}} -{"id":"ec-meeting-2016-06-03-173aa17223ef8f73ea9d20332ce2567903be2842","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-03 - Cabinet of Vice-President Valdis Dombrovskis x Vanguard Asset Management Limited"],"date":["2016-06-03"],"summary":["EU pensions; Capital Markets Union Action Plan"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-48f31156d932641826e09f5b73f074d35ff05786","eu-tr-226354616978-90"]}} -{"id":"ec-meeting-2016-06-03-33c1126f14f24c101b119fc4aa9067c120869d45","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-03 - Cabinet of President Jean-Claude Juncker x Vanguard Asset Management Limited"],"date":["2016-06-03"],"summary":["EU pensions landscape"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-c402e34a99fbee730ae22e3b1958e21c94dc6fcc","eu-tr-226354616978-90"]}} -{"id":"ec-meeting-2016-06-03-36cf11a43afaca4d6033a1e93286c5907c590255","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-03 - Environment x Cruise Lines International Association Europe"],"date":["2016-06-03"],"summary":["Sulphur Directive"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-env"],"involved":["eu-tr-69525934310-58","ec-person-3bc74ce04ea3f4ab4d91a5c88eef25b8b8a213b4"]}} -{"id":"ec-meeting-2016-06-03-532e5d204f7646529f2f1f8d242eaa47a184362e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-03 - Cabinet of High Representative / Vice-President Federica Mogherini x The Secretariat of the Steering Committee of the Eastern Partnership Civil Society Forum"],"date":["2016-06-03"],"summary":["Situation in Azerbaijan"],"notes":["Portfolio: Foreign Affairs and Security Policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"involved":["ec-person-97549b50ce25e488bb1c03d83cfb838cd4fdf293","eu-tr-112703312593-49"]}} -{"id":"ec-meeting-2016-06-03-677ccd5acc4b7e24df3927219de906dff6184b9e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-03 - Cabinet of High Representative / Vice-President Federica Mogherini x Ukrainian World Congress"],"date":["2016-06-03"],"summary":["Situation in Ukraine"],"notes":["Portfolio: Foreign Affairs and Security Policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"involved":["eu-tr-674342920396-33","ec-person-97549b50ce25e488bb1c03d83cfb838cd4fdf293"]}} -{"id":"ec-meeting-2016-06-03-6b80ed0dcf8e0d55c99f2ba0b353808ab58eae65","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-03 - Cabinet of Vice-President Cecilia Malmström x Centre for European Policy Studies"],"date":["2016-06-03"],"summary":["Reinfeldt Initiative"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-19b143e83f8ab978c55c8a9a9e49e06dbfa14bf3","eu-tr-86853666704-95"]}} -{"id":"ec-meeting-2016-06-03-a089b3937885a56a5c34748f6370f64315ccde39","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-03 - Cabinet of Vice-President Maroš Šefčovič x Google"],"date":["2016-06-03"],"summary":["Energy efficiency, smart mobility"],"notes":["Portfolio: Energy Union"],"location":["San Francisco, USA"],"address":["San Francisco, USA"],"addressEntity":["addr-ad4c57bf43ff655bbfc50be9d5313f10b0ddf314"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-03181945560-59","ec-person-1f95be23689cd4ed0a26fe2980f760ccf2d55c1e"]}} -{"id":"ec-meeting-2016-06-03-ac2709d88690d9655c9d389bf7912c2e1d101df7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-03 - Cabinet of Vice-President Jyrki Katainen x Vanguard Asset Management Limited"],"date":["2016-06-03"],"summary":["EU pensions"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["brussels"],"address":["brussels"],"addressEntity":["addr-e2daa1574b7ac475c827b33e281bd2d5e013c882"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-955e8c493ab54847bb92b65986f56a401f8eabee","eu-tr-226354616978-90"]}} -{"id":"ec-meeting-2016-06-03-cb75f3b65d24b316e93fd9fb48593250c94116b0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-03 - Günther Oettinger x Volkswagen Aktiengesellschaft"],"date":["2016-06-03"],"summary":["free flow of data"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-6504541970-40","ec-person-3297113eb5d4e59bc84d571628f0130aa75c761a"]}} -{"id":"ec-meeting-2016-06-03-e1bc7848e4397b634df4ec05c079bb111ecd1b20","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-03 - Cabinet of Commissioner Vytenis Andriukaitis x European Federation of Pharmaceutical Industries and Associations"],"date":["2016-06-03"],"summary":["AMR, Situation in Ukraine"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["eu-tr-38526121292-88","ec-person-059ca943fc5fc696d2a97849c635ddf7b6ab7fd7","ec-person-df30d07ef698a52b9948b9c734db39196cf8541f"]}} -{"id":"ec-meeting-2016-06-05-9d97f8ff17047890b48e12c59af07869fac19699","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-05 - Cabinet of Vice-President Miguel Arias Cañete x None"],"date":["2016-06-05"],"summary":["policy framework post-2020: review of the renewable energy directive and market design"],"notes":["Portfolio: Climate Action & Energy"],"location":["Luxembourg"],"address":["Luxembourg"],"addressEntity":["addr-5076721c4060feeb69bd2c3dd9bdce115d5c62f3"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-451019811573-55","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd","eu-tr-41816938101-07","eu-tr-72760517350-57","eu-tr-870817015429-80","eu-tr-19920706471-21","eu-tr-39966101835-69"]}} -{"id":"ec-meeting-2016-06-06-208d000846e4baedd20369816ebbd7c82532b6ca","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-06 - Günther Oettinger x KUKA AG"],"date":["2016-06-06"],"summary":["robotics"],"location":["Berlin"],"address":["Berlin"],"addressEntity":["addr-062b06ba8e755765c6b049809b7430fd54fe5b21"],"organizer":["ec-dg-de"],"involved":["ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0","eu-tr-203926218805-93"]}} -{"id":"ec-meeting-2016-06-06-21588eead10d0b22566bf78fd2cffbc317763892","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-06 - Cabinet of Vice-President Maroš Šefčovič x FTI Consulting Belgium"],"date":["2016-06-06"],"summary":["Meeting with Noble Energy on LNG and Eastern Mediterrenean"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-3bf48630444ace93d407e52eb880e64d480f75ce","eu-tr-29896393398-67"]}} -{"id":"ec-meeting-2016-06-06-44091e305273b1aa356af94cb143d3137e4fd373","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-06 - Cabinet of Vice-President Valdis Dombrovskis x Brüder vom Tisch"],"date":["2016-06-06"],"summary":["Banking Union, EDIS, CMU"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-305701322086-27","ec-person-a9eda2e8ea54b70a968327672c6cada679d3cd56"]}} -{"id":"ec-meeting-2016-06-06-88b2f428df097f3ba90a7f5e5cf945f2b77166d0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-06 - Cabinet of Vice-President Andrus Ansip x European Newspaper Publishers' Association"],"date":["2016-06-06"],"summary":["Publisher's rights, AVMSD, VAT of online newspapers and ebooks"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-5950962136-12","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45","ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0"]}} -{"id":"ec-meeting-2016-06-06-ab3a537581b6e3bec4807e9153ee66aabb16b2a0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-06 - Günther Oettinger x Zentralverband des Deutschen Handwerks e.V."],"date":["2016-06-06"],"summary":["Digitising European Industry"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-c6cae64cc7dc787b66a47ab1613d3e922875b971","eu-tr-5189667783-94"]}} -{"id":"ec-meeting-2016-06-06-c9ee85ce46352847534bfeef75d819b0978e1026","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-06 - Cabinet of Commissioner Tibor Navracsics x European Travel Commission European Cyclists' Federation"],"date":["2016-06-06"],"summary":["European year of cultural heritage 2018"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["eu-tr-28451455737-18","eu-tr-778717116759-86","ec-person-fa3187815cf956b0872e1668e14548b7d9f7ce93"]}} -{"id":"ec-meeting-2016-06-06-e4b7191b783c07083f57594ed098f571e444551f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-06 - Günther Oettinger x Verband der Anbieter von Telekommunikations- und Mehrwertdiensten"],"date":["2016-06-06"],"summary":["telecom policy"],"location":["Berlin"],"address":["Berlin"],"addressEntity":["addr-062b06ba8e755765c6b049809b7430fd54fe5b21"],"organizer":["ec-dg-de"],"involved":["eu-tr-10256986723-88","ec-person-4cd59e13386e3b68ecb3611fcc579e0a0a3938a5"]}} -{"id":"ec-meeting-2016-06-06-eca7a8171c625ee4628d95f200a875877a1365df","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-06 - Cabinet of Commissioner Jonathan Hill x The Investment Association"],"date":["2016-06-06"],"summary":["CRD IV review for investment firms"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["ec-person-890015b0d769ee93a09119846b414d4aae7c64ae","eu-tr-5437826103-53"]}} -{"id":"ec-meeting-2016-06-07-0166030c8322b76f4911e3c3d0457f968c8c1892","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-07 - Cabinet of Commissioner Phil Hogan x Europtimum Conseil"],"date":["2016-06-07"],"summary":["Decarbonisation"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-21958075995-59","ec-person-ff8342dedc26701400fcb7dcf73fbee50a837ac6"]}} -{"id":"ec-meeting-2016-06-07-1f7b9ac6357bd5a6fcc0d36a1755987711b958db","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-07 - Research and Innovation x IBM Corporation"],"date":["2016-06-07"],"summary":["Brief update on IBM Research in Europe"],"location":["Brussels - Belgium"],"address":["Brussels - Belgium"],"addressEntity":["addr-85d514873c3b55c68206168e47e9d4fc69799cc8"],"organizer":["ec-dg-rtd"],"involved":["eu-tr-7721359944-96","ec-person-3a3f2867fc07b851e10a70d1325a0cf2fc1a87dc"]}} -{"id":"ec-meeting-2016-06-07-2aaf9ac43b31d9249595ef7ae35a801201b93529","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-07 - Cabinet of Vice-President Andrus Ansip x Spotify"],"date":["2016-06-07"],"summary":["Platforms, geoblocking"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-365747616583-15","ec-person-666bc159c7e65a3af9e63c1e97435c02f1496955","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45"]}} -{"id":"ec-meeting-2016-06-07-34d716234e72e23bb86f0e9f407dbea6da526ae9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-07 - Cabinet of President Jean-Claude Juncker x Federation of European Securities Exchanges"],"date":["2016-06-07"],"summary":["Capital Markets Union"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-c402e34a99fbee730ae22e3b1958e21c94dc6fcc","eu-tr-71488206456-23"]}} -{"id":"ec-meeting-2016-06-07-5244a247d3203a31c57b00a704efde57adfce691","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-07 - Günther Oettinger x Bundesvereinigung der Deutschen Arbeitgeberverbände e.V."],"date":["2016-06-07"],"summary":["DSM"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-4cd59e13386e3b68ecb3611fcc579e0a0a3938a5","eu-tr-7749519702-29"]}} -{"id":"ec-meeting-2016-06-07-5d4361be94910aa20a685d2a6adefbbbaf25fb18","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-07 - Günther Oettinger x DOT Europe"],"date":["2016-06-07"],"summary":["Platform/Copyright"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-53905947933-43","ec-person-481c1b59e4c83b05529b763cfc2447c0d88fe517"]}} -{"id":"ec-meeting-2016-06-07-6922343d818201958123e03021b6fe737958c899","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-07 - Energy x Hill & Knowlton International Belgium Trafigura Group Pte."],"date":["2016-06-07"],"summary":["Energy policy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-3183894853-03","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e","eu-tr-955315115949-73"]}} -{"id":"ec-meeting-2016-06-07-741e40a0313d71aaba9c18c34ad2cb0ae8d5b09e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-07 - Cabinet of Vice-President Karmenu Vella x Greenpeace European Unit"],"date":["2016-06-07"],"summary":["Forests"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["ec-person-4ff7c27445db4ad88e687776974fd8d077a1fe0c","eu-tr-9832909575-41"]}} -{"id":"ec-meeting-2016-06-07-81c192426dba0bcd4572a7ac0bd2772ca5cc819f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-07 - Günther Oettinger x Genna Cabinet Sprl Soundreef Ltd"],"date":["2016-06-07"],"summary":["copyright"],"location":["BXL"],"address":["BXL"],"addressEntity":["addr-d2fde52f67ea4a3e1fe233d0a959d6a1c77fd910"],"organizer":["ec-dg-de"],"involved":["eu-tr-323194921929-50","ec-person-49723482bb23d029cbfc010cb37eec7392a0ae02","eu-tr-965553914278-94"]}} -{"id":"ec-meeting-2016-06-07-8207a9c83fcdadee0de1da765ce26f8980b94e49","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-07 - Günther Oettinger x Telefonica, S.A."],"date":["2016-06-07"],"summary":["copyright"],"location":["BXL"],"address":["BXL"],"addressEntity":["addr-d2fde52f67ea4a3e1fe233d0a959d6a1c77fd910"],"organizer":["ec-dg-de"],"involved":["eu-tr-52431421-12","ec-person-49723482bb23d029cbfc010cb37eec7392a0ae02"]}} -{"id":"ec-meeting-2016-06-07-97b41e4506ecde6299b818b8cbb7c879399a36ce","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-07 - Cabinet of President Jean-Claude Juncker x EUROPEAN TRADE UNION CONFEDERATION"],"date":["2016-06-07"],"summary":["Discuss L20 & B20 meetings"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-ad6f76ca53dc30d965b15e3728c45dbd0aba44b4","eu-tr-06698681039-26"]}} -{"id":"ec-meeting-2016-06-07-9f10746287c4ac82ee4803b8dae8fdca134e98ca","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-07 - Environment x MVO Nederland"],"date":["2016-06-07"],"summary":["Circular Economy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-env"],"involved":["eu-tr-705206416750-63","ec-person-3bc74ce04ea3f4ab4d91a5c88eef25b8b8a213b4"]}} -{"id":"ec-meeting-2016-06-07-a9707d1f8db97897cd0624f57d36ed12760f3e81","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-07 - Cabinet of Commissioner Phil Hogan x TEREOS"],"date":["2016-06-07"],"summary":["Circular Economy and Bioeconomy"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-ff8342dedc26701400fcb7dcf73fbee50a837ac6","eu-tr-926598817431-34"]}} -{"id":"ec-meeting-2016-06-07-dc600a79710ec181e78efc3900cebbb056cd79ae","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-07 - Cabinet of Vice-President Andrus Ansip x The Financial Times Limited"],"date":["2016-06-07"],"summary":["publishers' right (phone call)"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-370009222325-13","ec-person-91ca0921c6790191daa54427311acd63035e7c9e","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45"]}} -{"id":"ec-meeting-2016-06-08-0975d59f4aabc6fedea918400d54070ff4557f45","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-08 - Günther Oettinger x None"],"date":["2016-06-08"],"summary":["Telecom review"],"location":["Germany"],"address":["Germany"],"addressEntity":["addr-17d53e0e6a68acdf80b78d4f9d868c8736db2cec"],"organizer":["ec-dg-de"],"involved":["eu-tr-52431421-12","eu-tr-90142503473-81","ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0","eu-tr-60052162589-72"]}} -{"id":"ec-meeting-2016-06-08-1861845ac249140b2a0e8c64261c24b19839026c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-08 - Cabinet of Commissioner Jonathan Hill x Nordea Bank Abp"],"date":["2016-06-08"],"summary":["Fundamental Review of the Trading Book"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["eu-tr-107779213747-53","ec-person-890015b0d769ee93a09119846b414d4aae7c64ae"]}} -{"id":"ec-meeting-2016-06-08-2d8413e43335a8457d2e812205686e6bd9e4ccbb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-08 - Cabinet of Commissioner Carlos Moedas x Health & Environment Alliance"],"date":["2016-06-08"],"summary":["Commission proposal on scientific criteria to identify endocrine disrupting chemicals (EDCs)"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["eu-tr-00723343929-96","ec-person-0a716bf5253e913fc40ebf14c12f30dc2e7a06ee"]}} -{"id":"ec-meeting-2016-06-08-2ec63c622564e6143c3ad2b8c9f5a6898c4fc670","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-08 - European Civil Protection and Humanitarian Aid Operations x Norwegian Refugee Council Europe"],"date":["2016-06-08"],"summary":["operational and financial accountability in hard to reach areas/remote management; displacement trends; humanitarian situation in the Middle East including the Syrian crisis; Response to the global refugee crisis in Europe."],"location":["Bruxelles"],"address":["Bruxelles"],"addressEntity":["addr-b58f5927b66d94a676970dc048485d4c6848f272"],"organizer":["ec-dg-echo"],"involved":["eu-tr-750447615329-96","ec-person-61ea528d6b7f7cbbd1e55a4a19794b785df35cf9"]}} -{"id":"ec-meeting-2016-06-08-3044633b7736827d8287809ba4d60c700b2ce133","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-08 - Agriculture and Rural Development x Freshfel Europe - the forum for the European fresh fruits and vegetables chain"],"date":["2016-06-08"],"summary":["exchange on the outlook for appels and pears sectors"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-agri"],"involved":["eu-tr-1637225479-02","ec-person-7bc7204a153f98afbf1ad1cffbdd10d06d9ae166"]}} -{"id":"ec-meeting-2016-06-08-3f81e3a13482297137196bb31268d628e0453528","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-08 - Cabinet of Commissioner Tibor Navracsics x French Publishers Association (Syndicat National de l'Edition)"],"date":["2016-06-08"],"summary":["Copyright reform"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-49f31dad10f5641cb1d1e4c3107dd838389e8120","eu-tr-54534356472-92"]}} -{"id":"ec-meeting-2016-06-08-59693567c13b338ba6b85f5b4eb0ef340eeceae7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-08 - Cabinet of Commissioner Vytenis Andriukaitis x None"],"date":["2016-06-08"],"summary":["Deboned meat products, campylobacter bacteria"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-b9c3f19e7c5f216e3e508f931ddd6a9cb59376d1","eu-tr-9803788883-16","ec-person-c986c9ff99d99d8006e000db5a8046be615813ae","eu-tr-44968076843-33"]}} -{"id":"ec-meeting-2016-06-08-85c335c1b35a035d47cc5dc083a2354d89a7df05","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-08 - Mobility and Transport x Airports Council International - European Region"],"date":["2016-06-08"],"summary":["External relations, slots and EASA"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-move"],"involved":["eu-tr-42566063487-73","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2016-06-08-87a7ed6bf95fcdc8e30d39147d8552169a548859","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2016-06-08 - Cabinet of Commissioner Violeta Bulc x World Economic Forum"],"date":["2016-06-08"],"summary":["Preparation to New Champions","New Champions with Mr Jonathon Cini"],"notes":["Portfolio: Transport"],"location":["Bruxelles","Brussels"],"address":["Bruxelles","Brussels"],"addressEntity":["addr-b58f5927b66d94a676970dc048485d4c6848f272","addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-6a5ceb87383474e4b7f430af341029a155e255b0","eu-tr-953426816942-83"]}} -{"id":"ec-meeting-2016-06-08-9dea784a33779cd8a0bed9da56f26b8f9b937db1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-08 - Cabinet of Commissioner Jonathan Hill x KPMG EMA"],"date":["2016-06-08"],"summary":["Audit"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Belgium, Brussels, BERL"],"address":["Belgium, Brussels, BERL"],"addressEntity":["addr-afebf85a436897fe5234b2ac0d00a1ddc4c9dd27"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["ec-person-5fdb62e20cecef81f87f94d3d1bcdd3b47b26af0","eu-tr-65515368730-59"]}} -{"id":"ec-meeting-2016-06-08-aba3829c530456a0f4986ca52d1757c6d63c086f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-08 - Günther Oettinger x Confederación Española de Organizaciones Empresariales"],"date":["2016-06-08"],"summary":["DSM"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-4cd59e13386e3b68ecb3611fcc579e0a0a3938a5","eu-tr-02963738854-41"]}} -{"id":"ec-meeting-2016-06-08-b28167fc30f8472c28863ac36e7fae1b682e7057","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-08 - Cabinet of Vice-President Cecilia Malmström x Universal Music Group International IFPI Representing recording industry worldwide"],"date":["2016-06-08"],"summary":["public performance and broadcasting in FTA"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-60394321918-91","ec-person-5d4088e1913284a765aed8445f448f6ff341f1b3","ec-person-98880f3f4206145e196013db9dd806a551c11e06","eu-tr-530216615544-40"]}} -{"id":"ec-meeting-2016-06-08-d06a0f25246914ab94b8183e4224f03bb18028fd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-08 - Cabinet of Commissioner Jonathan Hill x Morgan Stanley"],"date":["2016-06-08"],"summary":["Financial Policy"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["eu-tr-29701922039-63","ec-person-a9f927e92126f22da48d08ee37b059179988ada8"]}} -{"id":"ec-meeting-2016-06-08-d101fd975bdf6d270bb9863dfd86f305660b860b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-08 - Competition x Siemens AG"],"date":["2016-06-08"],"summary":["To review competition trends"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-comp"],"involved":["ec-person-8600a621c9aef12fc33b708e13b3cd3d5fa5696b","eu-tr-4266797770-31"]}} -{"id":"ec-meeting-2016-06-08-d5fa867957fbef4082de20e2a2c3a6548d021148","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-08 - Trade x None"],"date":["2016-06-08"],"summary":["Global situation in poultry trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-trade"],"involved":["ec-person-bde9bb099f5d24c52ca4a9255cefc99a5b87a650","eu-tr-44968076843-33","eu-tr-9803788883-16"]}} -{"id":"ec-meeting-2016-06-08-d8894d68021c1d08a871184e0260fd02e612784d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-08 - Cabinet of Commissioner Carlos Moedas x Robert Bosch GmbH"],"date":["2016-06-08"],"summary":["EIC"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-2b4bb0b28e7435e5f612e44d9664dbd1051efc55","eu-tr-8999533555-91"]}} -{"id":"ec-meeting-2016-06-08-e4b7191b783c07083f57594ed098f571e444551f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-08 - Günther Oettinger x Verband der Anbieter von Telekommunikations- und Mehrwertdiensten"],"date":["2016-06-08"],"summary":["telecom review"],"location":["Cologne"],"address":["Cologne"],"addressEntity":["addr-f2cf5c2d82cd45b505492e2e10496a8441013262"],"organizer":["ec-dg-de"],"involved":["eu-tr-10256986723-88","ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0"]}} -{"id":"ec-meeting-2016-06-08-ea195c201e96e1d96cf907185992c2646642f3c5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-08 - Cabinet of Vice-President Cecilia Malmström x European Liaison Committee for Agriculture and agri-food trade"],"date":["2016-06-08"],"summary":["TTIP; Agriculture"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-546282614966-51","ec-person-cb8ca9ec2413722fa83484ed18dd76ace52d0118"]}} -{"id":"ec-meeting-2016-06-08-ecc7655edf4e865a8b9936e868437455e7bc50b0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-08 - Cabinet of Vice-President Jyrki Katainen x The Danish Chamber of Commerce"],"date":["2016-06-08"],"summary":["CMU"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-0330934426-12","ec-person-955e8c493ab54847bb92b65986f56a401f8eabee"]}} -{"id":"ec-meeting-2016-06-08-fe0a9282b6191118f8a1188868346f59b3015bee","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-08 - Health and Food Safety x Standing Committee of European Doctors"],"date":["2016-06-08"],"summary":["To discuss upcoming developments in EU health policy as well as present the Standing Committee of European Doctors."],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-sante"],"involved":["eu-tr-9276943405-41","ec-person-3c7fdbe0c1c235777d916309465339b7ed1666f6"]}} -{"id":"ec-meeting-2016-06-09-02b982ffef18ba484d2dbebd70315b187bec8ce2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-09 - Cabinet of Commissioner Vytenis Andriukaitis x Fédération Européenne des Fabricants d'Aliments Composés"],"date":["2016-06-09"],"summary":["The European Commission’s vision on jobs, growth and innovation, EU policy"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-0dbfffeb0323f819c8d57164906086dd8639c437","eu-tr-77105321408-83","ec-person-df30d07ef698a52b9948b9c734db39196cf8541f"]}} -{"id":"ec-meeting-2016-06-09-10bd69a4b532f72dc64953ff52e56394a94243c5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-09 - Cabinet of Commissioner Vytenis Andriukaitis x EU Association of Specialty Feed Ingredients and their Mixtures Fédération Européenne des Fabricants d'Aliments Composés"],"date":["2016-06-09"],"summary":["AMR, Food and feed safety, and animal health"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["eu-tr-20132976103-18","ec-person-df30d07ef698a52b9948b9c734db39196cf8541f","eu-tr-77105321408-83","ec-person-c986c9ff99d99d8006e000db5a8046be615813ae"]}} -{"id":"ec-meeting-2016-06-09-174edaa22f146e0e58dfdfd995001fbe488bd42e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-09 - Günther Oettinger x Internet Corporation for Assigned Names and Numbers"],"date":["2016-06-09"],"summary":["introductory meeting"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-804646318062-39","ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0"]}} -{"id":"ec-meeting-2016-06-09-186f470e8d9d5c0f58de2d692fd62d544ae4d665","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-09 - Cabinet of Commissioner Christos Stylianides x Norwegian Refugee Council Europe"],"date":["2016-06-09"],"summary":["Aid delivery inside Syria in hard to reach areas.Syria Crisis-Regional.Greece.Education & Youth. Other humanitarian crises."],"notes":["Portfolio: Humanitarian Aid & Crisis Management"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-christos-commissioner-of-stylianides"],"involved":["ec-person-cdd689bd079714522dad472ea4446b0fcc660d8f","eu-tr-750447615329-96"]}} -{"id":"ec-meeting-2016-06-09-1d755bc5b0b738eb40622634dfeff20eaa6110a0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-09 - Cabinet of Vice-President Andrus Ansip x SoundCloud Global Limited & Co. KG"],"date":["2016-06-09"],"summary":["platforms, copyright"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-536375019106-24","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45"]}} -{"id":"ec-meeting-2016-06-09-1dd7d3b54b2033d4a772ae175e156152818359fa","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-09 - Cabinet of Vice-President Maroš Šefčovič x Shell Companies"],"date":["2016-06-09"],"summary":["Transport decarbonisation"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-ea6b517040e26a62f17d2829afffeba48cfd682f","eu-tr-05032108616-26"]}} -{"id":"ec-meeting-2016-06-09-1f791f2f11ccf5c830de683a9fb83f99a99de708","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-09 - Cabinet of Vice-President Miguel Arias Cañete x Snam S.p.A."],"date":["2016-06-09"],"summary":["Presentation of SNAM, European gas infrastructures and vital projects"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-284336314886-25","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd"]}} -{"id":"ec-meeting-2016-06-09-3f32726145c3cf5d4bb4309a878d8968cba65843","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-09 - Cabinet of Vice-President Miguel Arias Cañete x ACCIONA, S.A."],"date":["2016-06-09"],"summary":["Renewable Energy Directive"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-451019811573-55","ec-person-2229c857664a22dcb8eee79a8c05841fd3d0924f"]}} -{"id":"ec-meeting-2016-06-09-4aed5c00dd43dddb825b6ffaadcc36d5651a489e","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2016-06-09 - Cabinet of Commissioner Phil Hogan x National Beef Association"],"date":["2016-06-09"],"summary":["AGRI issues","unfair trading practices in beef sector"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-400dd8d59d3060187d9b9b143d697da1a3d03c12","eu-tr-244406321940-27","ec-person-b0d24e81234b490dd841a09b69892304b27fc6a8"]}} -{"id":"ec-meeting-2016-06-09-4b071b2d66b0a5104496f289fde74ceeef6fdee6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-09 - Cabinet of Commissioner Violeta Bulc x Cruise Lines International Association Europe"],"date":["2016-06-09"],"summary":["Maritime"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-5012c5e45a52ee8ce67d19c1781a127af53e73e7","eu-tr-69525934310-58"]}} -{"id":"ec-meeting-2016-06-09-4b61e602dbfad58a9f15b4f0cce62eb076ac6b4a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-09 - Taxation and Customs Union x Accountancy Europe"],"date":["2016-06-09"],"summary":["Exchange of views on topical issues"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-taxud"],"involved":["ec-person-3173c1cc052827c58f23ccd3a8de07534f0d35bd","eu-tr-4713568401-18"]}} -{"id":"ec-meeting-2016-06-09-4c8cc036d57ed6bc122f1563f37b9dd0f18d23f4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-09 - Cabinet of Commissioner Elżbieta Bieńkowska x Fiserv Incorporated"],"date":["2016-06-09"],"summary":["Digital Single Market"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-519393415904-86","ec-person-685ecf13dd26cd515c961e24ba71049af2302c5e","ec-person-b2f9be51339f054477846797e2c119fcf16548fc"]}} -{"id":"ec-meeting-2016-06-09-4ebc8184b8728e56448ad17164b8c5a03397941a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-09 - Cabinet of Vice-President Andrus Ansip x Fondation EurActiv"],"date":["2016-06-09"],"summary":["EU Media Policy"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-c759bd58acc54869aa8e62ce652efcda416e25c2","eu-tr-23538077148-34","ec-person-6a03bc4fa7657513ea34529e98dba0671ef4c849"]}} -{"id":"ec-meeting-2016-06-09-53c2c1c0dbb02f5bc79f848e18aee486696fafb4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-09 - Cabinet of Commissioner Elżbieta Bieńkowska x Conseil National du réseau CERFRANCE"],"date":["2016-06-09"],"summary":["single market strategy ; services passport"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-823690722104-96","ec-person-b2f9be51339f054477846797e2c119fcf16548fc","ec-person-daef7f819b2f3ffe5e4f5d8eb2782954f3c4a4e2"]}} -{"id":"ec-meeting-2016-06-09-6c74142166e7ed873b24a846a83bdab033c9f428","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-09 - Cabinet of Vice-President Maroš Šefčovič x OHB"],"date":["2016-06-09"],"summary":["Space policy issues"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-2be517b9261a91f2f07e05ec14c6331980e9716e","eu-tr-648584214179-94"]}} -{"id":"ec-meeting-2016-06-09-78e326fe6a0da0e5c3b274c0801deb0ddb802978","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-09 - Cabinet of Vice-President Maroš Šefčovič x Ecolab, Inc."],"date":["2016-06-09"],"summary":["Low-emission mobility"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-ea6b517040e26a62f17d2829afffeba48cfd682f","eu-tr-969504320672-09"]}} -{"id":"ec-meeting-2016-06-09-88664e775ab7f4907346845c2d84227df7a09306","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-09 - Cabinet of Vice-President Andrus Ansip x Confederation of Norwegian Enterprise"],"date":["2016-06-09"],"summary":["DSM"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-07442991338-05","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45"]}} -{"id":"ec-meeting-2016-06-09-9819f904dbc25e2d5df8926225c9fec87050ece2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-09 - Energy x Snam S.p.A."],"date":["2016-06-09"],"summary":["Energy policy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-284336314886-25","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2016-06-09-9d015941de1af732d5e742d7cdc921bb736575d7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-09 - Günther Oettinger x Fiserv Incorporated Gide Loyrette Nouel"],"date":["2016-06-09"],"summary":["e-commerce"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-519393415904-86","eu-tr-353804021418-79","ec-person-3297113eb5d4e59bc84d571628f0130aa75c761a"]}} -{"id":"ec-meeting-2016-06-09-a7b1a91f33e1e2ebea8baa59e2ae3fb4963e63ec","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-09 - Cabinet of Commissioner Elżbieta Bieńkowska x OHB"],"date":["2016-06-09"],"summary":["Latest developement"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussles"],"address":["Brussles"],"addressEntity":["addr-e6ba3e89050fdfff2010d3fb9d2fbe42cd1cafd9"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["ec-person-685ecf13dd26cd515c961e24ba71049af2302c5e","eu-tr-648584214179-94","ec-person-d2997a7f359c91a337055c3e24dd36bf928de38d"]}} -{"id":"ec-meeting-2016-06-09-b60fde34950292fa2baebfb16c5f993a68d1fe27","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-09 - Cabinet of Vice-President Maroš Šefčovič x Snam S.p.A."],"date":["2016-06-09"],"summary":["Evolution of EU Gas market, interconnections with LNG"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-284336314886-25","ec-person-1f95be23689cd4ed0a26fe2980f760ccf2d55c1e"]}} -{"id":"ec-meeting-2016-06-09-b79dd9c8031b320b1de02303513807b74b95fd93","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-09 - Cabinet of Vice-President Miguel Arias Cañete x EDP - Energias de Portugal, SA"],"date":["2016-06-09"],"summary":["Electricity Market Design"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-56592866496-47","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd"]}} -{"id":"ec-meeting-2016-06-09-be23a6872a54848b913ec99f05ccf9b31d7f8f09","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-09 - Cabinet of High Representative / Vice-President Federica Mogherini x IDA Holding GmbH"],"date":["2016-06-09"],"summary":["Europäische Wege in der Sicherheitspolitik."],"notes":["Portfolio: Foreign Affairs and Security Policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"involved":["ec-person-e03a77379f79ea00cf20048e42e8b0793bf62fa3","eu-tr-381427219358-52"]}} -{"id":"ec-meeting-2016-06-09-c358211c6137a5bc75eb8b9e91f6a6fda23b70a2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-09 - Cabinet of Commissioner Phil Hogan x National Farmers' Union"],"date":["2016-06-09"],"summary":["AGRI issues"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-961181120948-12","ec-person-400dd8d59d3060187d9b9b143d697da1a3d03c12"]}} -{"id":"ec-meeting-2016-06-09-c4944cfb4f542e732c3f348a03b5325f92a266e5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-09 - Cabinet of Commissioner Tibor Navracsics x GIGAEurope"],"date":["2016-06-09"],"summary":["Digital Single Market"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-49f31dad10f5641cb1d1e4c3107dd838389e8120","eu-tr-42178977290-80"]}} -{"id":"ec-meeting-2016-06-09-d4eb5916013b269d0c252ecf1422ec1f3a6fca38","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-09 - Energy x ENEL SpA"],"date":["2016-06-09"],"summary":["Energy policy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["ec-person-6997149120ce5129e38febe5275dc8fd03232d2e","eu-tr-6256831207-27"]}} -{"id":"ec-meeting-2016-06-09-dc8b6f56d2c65c9a10bc39965875502590721c91","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-09 - Cabinet of Vice-President Miguel Arias Cañete x Centre for European Policy Studies"],"date":["2016-06-09"],"summary":["Market Design"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-1831691c10441c5974327bbeb8693d6b6c1e50c3","eu-tr-86853666704-95"]}} -{"id":"ec-meeting-2016-06-09-e22e4c067e8a9fe814b84d0b3472f05db3a8fdde","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-09 - Cabinet of Commissioner Violeta Bulc x Airports Council International - European Region"],"date":["2016-06-09"],"summary":["Avitaion"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-42566063487-73","ec-person-9d4dc4867a44dfe10f67ae7ee1706da3e8b48a24"]}} -{"id":"ec-meeting-2016-06-09-fba80e21f9a71e6576db0824fbd9fa5096044533","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-09 - Cabinet of Commissioner Carlos Moedas x World Economic Forum"],"date":["2016-06-09"],"summary":["Digital Economy"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-2b4bb0b28e7435e5f612e44d9664dbd1051efc55","ec-person-01051f0f33bfdc2ecc41873c02cae666c5e0d099","eu-tr-953426816942-83"]}} -{"id":"ec-meeting-2016-06-10-06166c277d85f05e6dfca14af2fcd4c8f571d4b7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-10 - Cabinet of Vice-President Jyrki Katainen x None"],"date":["2016-06-10"],"summary":["EU water policy"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90","eu-tr-7028457765-59","ec-person-0da85dc48012e26688310a59a0b51727ea68f410","eu-tr-969504320672-09"]}} -{"id":"ec-meeting-2016-06-10-0624d64ace1619f6da89fd9248144faec6db0fe9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-10 - Energy x FuelsEurope"],"date":["2016-06-10"],"summary":["Energy policy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-26207914726-42","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2016-06-10-0f19d4652d97a6bd80845792d6bf80fd405d84d2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-10 - Günther Oettinger x World Economic Forum"],"date":["2016-06-10"],"summary":["World Economic Forum"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-4cd59e13386e3b68ecb3611fcc579e0a0a3938a5","eu-tr-953426816942-83"]}} -{"id":"ec-meeting-2016-06-10-13ab970c602481a24c448d7c722c6865e3a8d371","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-10 - Cabinet of Vice-President Miguel Arias Cañete x Shell Companies"],"date":["2016-06-10"],"summary":["EU ETS and transport policy"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-260e00934471a02805fb143935d6e9205a7f355f","eu-tr-05032108616-26"]}} -{"id":"ec-meeting-2016-06-10-1968a060bd58b2785679c0c618dab6ce5e020bbf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-10 - Günther Oettinger x European Telecommunications Network Operators' Association"],"date":["2016-06-10"],"summary":["Telecom review"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-c6cae64cc7dc787b66a47ab1613d3e922875b971","eu-tr-08957111909-85"]}} -{"id":"ec-meeting-2016-06-10-1bc64e9270283bc3306909a398c666322e30e572","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-10 - Communications Networks, Content and Technology x Arm Limited Atos SE (France)"],"date":["2016-06-10"],"summary":["Large data servers - high end computing"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-532086816465-17","eu-tr-249876817241-03","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2016-06-10-3890586e4de67b32535b0b16f8ea28632847684b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-10 - Mobility and Transport x Transport and Environment (European Federation for Transport and Environment)"],"date":["2016-06-10"],"summary":["Decarbonisation & Natural Gas"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-move"],"involved":["ec-person-26cdfacae671b09917bee1a91c91973941fa58a2","eu-tr-58744833263-19"]}} -{"id":"ec-meeting-2016-06-10-42d411cb70c5f5bb40f79eae68ecd8dc60bdfe75","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-10 - Cabinet of Commissioner Jonathan Hill x GrahamBishop.com"],"date":["2016-06-10"],"summary":["UK"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["ec-person-03cf92829e273869bfbd8bbf4f1881dcd0848186","eu-tr-078328215796-36"]}} -{"id":"ec-meeting-2016-06-10-4749e6e30a833d1e4fc0043fb714d2e9c5e5fc77","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-10 - Trade x G4S Ltd"],"date":["2016-06-10"],"summary":["G4S on investment in Israel"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-trade"],"involved":["ec-person-bde9bb099f5d24c52ca4a9255cefc99a5b87a650","eu-tr-3548986723-43"]}} -{"id":"ec-meeting-2016-06-10-4fd93dcbc8caa0f81dbe7a8309eb4b274cd518e5","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2016-06-10 - Günther Oettinger x Orange Ericsson Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V. Koninklijke Philips Nokia Nokia Koninklijke Philips Orange Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V. Ericsson"],"date":["2016-06-10"],"summary":["Standards/IoT"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-035366013790-68","eu-tr-02021363105-42","ec-person-481c1b59e4c83b05529b763cfc2447c0d88fe517","ec-person-4cd59e13386e3b68ecb3611fcc579e0a0a3938a5","eu-tr-76704342721-41","eu-tr-35124436517-75","eu-tr-35167875358-33"]}} -{"id":"ec-meeting-2016-06-10-5da47cca0308c8efed0df3d29e474c6317d11b22","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2016-06-10 - Günther Oettinger x Airbus European Organisation for Security CONCEPTIVITY THALES Naval Group Leonardo S.p.A. peopol Bundesverband IT-Sicherheit e.V. (TeleTrusT) European Organisation for Security peopol THALES Naval Group Airbus Leonardo S.p.A. CONCEPTIVITY Bundesverband IT-Sicherheit e.V. (TeleTrusT)"],"date":["2016-06-10"],"summary":["cybersecurity"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-5652698e8f7b4a189329e67fddbaff44dbe8658c","eu-tr-02550382403-01","eu-tr-57864135710-49","eu-tr-32134385519-64","eu-tr-47831085867-54","eu-tr-2732167674-76","eu-tr-91711831031-23","eu-tr-06081633546-76","ec-person-4cd59e13386e3b68ecb3611fcc579e0a0a3938a5","eu-tr-639217811679-13"]}} -{"id":"ec-meeting-2016-06-10-614f67acb7241d43e299c64fe8418d3696656ace","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-10 - Cabinet of Commissioner Violeta Bulc x Business Bridge Europe"],"date":["2016-06-10"],"summary":["Aviation"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-9d4dc4867a44dfe10f67ae7ee1706da3e8b48a24","eu-tr-72856225852-31"]}} -{"id":"ec-meeting-2016-06-10-626a888a57789006bb17dafae7f0d31bb29e28de","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-10 - Cabinet of Vice-President Maroš Šefčovič x Third Generation Environmentalism Ltd"],"date":["2016-06-10"],"summary":["RE100 and business consumer demand for renewables"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-ea6b517040e26a62f17d2829afffeba48cfd682f","eu-tr-07783117686-61"]}} -{"id":"ec-meeting-2016-06-10-71db8b83703dd8f7f4832e7b95c845af80519642","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2016-06-10 - Cabinet of Vice-President Andrus Ansip x World Economic Forum"],"date":["2016-06-10"],"summary":["Internet governance, DSM","Key Issues Facing the EC in Accelerating Digitisation in Europe"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-c759bd58acc54869aa8e62ce652efcda416e25c2","eu-tr-953426816942-83","ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0","ec-person-0f698e3a0cc0bd6a02e1bd386a25cedc1366f3f1"]}} -{"id":"ec-meeting-2016-06-10-776b01128a3835a8811173e2717e8d617eb2283d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-10 - Cabinet of Vice-President Jyrki Katainen x Microsoft Corporation"],"date":["2016-06-10"],"summary":["European Standards for the 21st Century and ICT Standards Priority Plan"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-0801162959-21","ec-person-c50e8c2cc390c5efb0626988d173bc6758459e0f"]}} -{"id":"ec-meeting-2016-06-10-7817114f7b901a7b6dd8ae3b33e4b85c7dff3e77","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-10 - Cabinet of Commissioner Věra Jourová x Interactive Advertising Bureau Europe"],"date":["2016-06-10"],"summary":["GDPR, ePrivacy"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["eu-tr-43167137250-27","ec-person-f329292459cb1badb7fb7c6b67b698c441931bb2"]}} -{"id":"ec-meeting-2016-06-10-91c891d2038fe1beafdf2d1fda72f7f971a3cf93","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-10 - Energy x Johnson Controls"],"date":["2016-06-10"],"summary":["Energy Efficiency"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-01407542946-11","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2016-06-10-948cfa57af61bd7b65f01115c75e60f099a42ee3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-10 - Cabinet of Vice-President Miguel Arias Cañete x smartEn Smart Energy Europe"],"date":["2016-06-10"],"summary":["Market Design"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-1831691c10441c5974327bbeb8693d6b6c1e50c3","eu-tr-569379418624-07"]}} -{"id":"ec-meeting-2016-06-10-9a52faddfc47e86dbcd72c63bed7752127faef39","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2016-06-10 - Cabinet of Commissioner Elżbieta Bieńkowska x EUROPEAN TRADE UNION CONFEDERATION"],"date":["2016-06-10"],"summary":["Public Procurement"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["ec-person-d2997a7f359c91a337055c3e24dd36bf928de38d","eu-tr-06698681039-26","ec-person-daef7f819b2f3ffe5e4f5d8eb2782954f3c4a4e2"]}} -{"id":"ec-meeting-2016-06-10-b33158a70b9437d745bfd967f6988940336e4c1a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-10 - Cabinet of Commissioner Věra Jourová x Facebook Ireland Limited"],"date":["2016-06-10"],"summary":["GDPR, EU –US Privacy Shield"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-f329292459cb1badb7fb7c6b67b698c441931bb2","eu-tr-28666427835-74"]}} -{"id":"ec-meeting-2016-06-10-b351bfb54d22ece6ea5b55cf3a1a0164ba4e5401","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-10 - Cabinet of Vice-President Miguel Arias Cañete x Image Sept Bruxelles"],"date":["2016-06-10"],"summary":["Energy market design"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-704156614880-34","ec-person-2229c857664a22dcb8eee79a8c05841fd3d0924f"]}} -{"id":"ec-meeting-2016-06-10-f2737fd0798f60cb7527fd1e17afeb2e75339a13","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-10 - Cabinet of Commissioner Jonathan Hill x AXA Investment Managers"],"date":["2016-06-10"],"summary":["Call for Evidence"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["London"],"address":["London"],"addressEntity":["addr-4c57f0c88d9844630327623633ce269cf826ab99"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["ec-person-f247edfcff54d4f26fc10769f809c92bc72d6797","eu-tr-75149096203-49"]}} -{"id":"ec-meeting-2016-06-10-f45f944ea7c7a91b11795550e0cb7c88af069c9c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-10 - Cabinet of Commissioner Tibor Navracsics x Universal Music Group International"],"date":["2016-06-10"],"summary":["Copyright - Digital Single Market"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-49f31dad10f5641cb1d1e4c3107dd838389e8120","ec-person-cb6aa96c497dead35eb0f2ed0339e5423d506549","eu-tr-530216615544-40"]}} -{"id":"ec-meeting-2016-06-10-fe34c9fe50392cdb076605e715cc6532d35476b8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-10 - Cabinet of Vice-President Andrus Ansip x Internet Corporation for Assigned Names and Numbers"],"date":["2016-06-10"],"summary":["Internet Governance, DSM"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-c759bd58acc54869aa8e62ce652efcda416e25c2","eu-tr-804646318062-39","ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0"]}} -{"id":"ec-meeting-2016-06-10-fe6105cd9344ffec9b935e147e7478343d90a950","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-10 - Cabinet of Commissioner Elżbieta Bieńkowska x Facebook Ireland Limited"],"date":["2016-06-10"],"summary":["Meeting the new Managing Director EU Affairs and Head of Office in Brussels"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["ec-person-b2f9be51339f054477846797e2c119fcf16548fc","eu-tr-28666427835-74"]}} -{"id":"ec-meeting-2016-06-11-b88078a9a78f8b3711b3d566ddef9a111bbe3fcf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-11 - Cabinet of Vice-President Valdis Dombrovskis x Rio Tinto"],"date":["2016-06-11"],"summary":["EU-Mongolia Partnership and Cooperation Agreement; Mining sector"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Oyu Tulgoi copper mine"],"address":["Oyu Tulgoi copper mine"],"addressEntity":["addr-8e11fb8fad94e98798d3e71495d4bec5b5e241dd"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-b98fb7512c796626297f1e89a96665cbbb19188a","eu-tr-627987212276-53","ec-person-537401fc0be04984531b83660f416bf2fe14fbd8","ec-person-a9eda2e8ea54b70a968327672c6cada679d3cd56"]}} -{"id":"ec-meeting-2016-06-12-65d782436bca05f30dbd677f3426123527b3eee8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-12 - Cabinet of Vice-President Valdis Dombrovskis x European Union Chamber of Commerce in China"],"date":["2016-06-12"],"summary":["Economic Situation in China; European Banking Union"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Beijing, China"],"address":["Beijing, China"],"addressEntity":["addr-8128a2f23878a974a422aed3f3343789b46fa15a"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-592343015058-67","ec-person-b98fb7512c796626297f1e89a96665cbbb19188a","ec-person-537401fc0be04984531b83660f416bf2fe14fbd8","ec-person-a9eda2e8ea54b70a968327672c6cada679d3cd56"]}} -{"id":"ec-meeting-2016-06-13-125e19a298aec37a097969fda1cc5f8745175d4c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-13 - Cabinet of High Representative / Vice-President Federica Mogherini x Sant'Egidio BXL Europe"],"date":["2016-06-13"],"summary":["Migration"],"notes":["Portfolio: Foreign Affairs and Security Policy"],"location":["Sant Egidio office Brussels"],"address":["Sant Egidio office Brussels"],"addressEntity":["addr-f03efc35971af6f9b1512657e5477d6b2a5a43b5"],"organizer":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"involved":["eu-tr-188918620990-58","ec-person-23c55ec7dbedbeca55522253bc69ae6fd1bea72c"]}} -{"id":"ec-meeting-2016-06-13-2d988c75929a0138b7bb6934a27a3877623b639c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-13 - Energy x World Bioenergy Association"],"date":["2016-06-13"],"summary":["Bioenergy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["ec-person-6997149120ce5129e38febe5275dc8fd03232d2e","eu-tr-376202321560-87"]}} -{"id":"ec-meeting-2016-06-13-45980e4f57463b761219b6d0e8cd3c58e7fd446e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-13 - Cabinet of Vice-President Jyrki Katainen x European University Association"],"date":["2016-06-13"],"summary":["research, innovation and education"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-99365f4c3081112dcbfa722a5eb05adecc68503e","eu-tr-81122172998-09"]}} -{"id":"ec-meeting-2016-06-13-51ad331a2e75b828369b4bfbe4f7b881f3536644","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-13 - Günther Oettinger x Startup Europe India Network"],"date":["2016-06-13"],"summary":["launching SEI Summit"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-962498922169-40","ec-person-3297113eb5d4e59bc84d571628f0130aa75c761a"]}} -{"id":"ec-meeting-2016-06-13-56df41ecd59d60e6c526bf92d8784f7d15c6fb8e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-13 - Günther Oettinger x Orange"],"date":["2016-06-13"],"summary":["Telecom review"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-76704342721-41","ec-person-c6cae64cc7dc787b66a47ab1613d3e922875b971"]}} -{"id":"ec-meeting-2016-06-13-705726a80d206acfae15abcaa35fe769d3d46847","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-13 - Cabinet of Commissioner Corina Crețu x Pro Danube International"],"date":["2016-06-13"],"summary":["EU Strategy for the Danube Region, Navigability"],"notes":["Portfolio: Regional Policy"],"location":["Bruxelles"],"address":["Bruxelles"],"addressEntity":["addr-b58f5927b66d94a676970dc048485d4c6848f272"],"organizer":["ec-cabinet-commissioner-corina-cretu-of"],"involved":["eu-tr-875268617630-39","ec-person-2ab6296ada57eee7b1af6a77e7ff23cf6b0b1ccf"]}} -{"id":"ec-meeting-2016-06-13-7174caa1968309bddd21bc3d29d521ba50515db1","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2016-06-13 - Cabinet of Vice-President Cecilia Malmström x EIT RawMaterials e.V."],"date":["2016-06-13"],"summary":["Raw materials","TTIP"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-19b143e83f8ab978c55c8a9a9e49e06dbfa14bf3","eu-tr-144160022172-71"]}} -{"id":"ec-meeting-2016-06-13-71abc6ac3be0add53a3241533ced0a0123d6ec3c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-13 - Cabinet of Commissioner Corina Crețu x Hydrogen Europe"],"date":["2016-06-13"],"summary":["0 Emission Cars"],"notes":["Portfolio: Regional Policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-corina-cretu-of"],"involved":["ec-person-b6d8ffa1f6c665ea8de36b048d1320f9fe4a52fa","eu-tr-77659588648-75"]}} -{"id":"ec-meeting-2016-06-13-7fdc4178dc47ffa24cc253e3593b436b24a78e53","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-13 - Cabinet of Vice-President Miguel Arias Cañete x Gazprom"],"date":["2016-06-13"],"summary":["Gas Infrestructures"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-1831691c10441c5974327bbeb8693d6b6c1e50c3","eu-tr-622135013267-04"]}} -{"id":"ec-meeting-2016-06-13-9faa6401bd0aa7599ed1969d36cebcd761297a1f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-13 - Economic and Financial Affairs x ENEL SpA"],"date":["2016-06-13"],"summary":["Exchange of views on European industry, business environment, economic growth strategy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-ecfin"],"involved":["ec-person-9b398cc97951266670f91bef34ea37df7380eef9","eu-tr-6256831207-27"]}} -{"id":"ec-meeting-2016-06-13-aea33eae908953665b15e6dc3e704d976355fe0a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-13 - Climate Action x The European Steel Association"],"date":["2016-06-13"],"summary":["ETS reform"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-clima"],"involved":["ec-person-44c2f44f96dda2012bcb4e9abc749f6cae86a4c0","eu-tr-93038071152-83"]}} -{"id":"ec-meeting-2016-06-13-b1a9a606f388e41592b48eceffb20e7579c58cc8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-13 - Cabinet of Vice-President Andrus Ansip x DIGITALEUROPE"],"date":["2016-06-13"],"summary":["DSM"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-64270747023-20","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45"]}} -{"id":"ec-meeting-2016-06-13-b33158a70b9437d745bfd967f6988940336e4c1a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-13 - Cabinet of Commissioner Věra Jourová x Facebook Ireland Limited"],"date":["2016-06-13"],"summary":["Hate speech on the internet and online platforms"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-a2ca9161feee56909a0e98b473c2d342c20fdb57","eu-tr-28666427835-74","ec-person-1e0e3a00ab815dea7c5b839b002ed2c7e34bfe0a"]}} -{"id":"ec-meeting-2016-06-13-b76cb71151004cee16db283264c73bce0994b80c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-13 - Cabinet of Commissioner Elżbieta Bieńkowska x European Environmental Bureau"],"date":["2016-06-13"],"summary":["Circular economy"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-06798511314-27","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2016-06-13-d21083bd879f7dd04d4a3eae5f6dfb9fb29e5588","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-13 - Cabinet of Vice-President Andrus Ansip x Enterprise Rent A Car UK, Ltd."],"date":["2016-06-13"],"summary":["Enterprises's business model and strategic operation in Europe - digital and collaborative business models"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-3ca0c466b8ff230d4409591430b388007ce14ff8","eu-tr-499115519787-49"]}} -{"id":"ec-meeting-2016-06-13-d704d5ac6741dc713d18c63bd545be28c4cad5a7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-13 - Cabinet of Vice-President Cecilia Malmström x European Dairy Association aisbl"],"date":["2016-06-13"],"summary":["Diary sector in FTAs"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-42967152383-63","ec-person-cb8ca9ec2413722fa83484ed18dd76ace52d0118","ec-person-98880f3f4206145e196013db9dd806a551c11e06"]}} -{"id":"ec-meeting-2016-06-13-d999101603c9da6f1787310b0ca089cbc1f1c406","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-13 - Cabinet of Commissioner Elżbieta Bieńkowska x PRS for Music"],"date":["2016-06-13"],"summary":["Copyright"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["ec-person-685ecf13dd26cd515c961e24ba71049af2302c5e","eu-tr-798071410461-65"]}} -{"id":"ec-meeting-2016-06-13-e51f189fdb1178b1c9aad04f3136fb80b077a36d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-13 - Cabinet of Commissioner Tibor Navracsics x Groupement Européen des Sociétés d'Auteurs et Compositeurs"],"date":["2016-06-13"],"summary":["Copyright - Digital Single Market"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-49f31dad10f5641cb1d1e4c3107dd838389e8120","eu-tr-36529354479-57"]}} -{"id":"ec-meeting-2016-06-13-eab53761f9cc55c9d7e93f743a6cc0a50d7bbdec","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-13 - Cabinet of Vice-President Andrus Ansip x MM Ventures GmbH"],"date":["2016-06-13"],"summary":["Startups and Corporate Community Cooperation"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-717297222026-53","ec-person-6a03bc4fa7657513ea34529e98dba0671ef4c849","ec-person-0f698e3a0cc0bd6a02e1bd386a25cedc1366f3f1"]}} -{"id":"ec-meeting-2016-06-13-fbcf3f19c61b25771ec2b7226adb82e200e24dd2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-13 - Cabinet of Commissioner Věra Jourová x EUROPEAN TRADE UNION CONFEDERATION"],"date":["2016-06-13"],"summary":["Gender equality priorities"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-5455ecfabb89025694c798deac08160a2be17d94","ec-person-a608b85b2ffef83f883b5a2330b6232efa1b7141","eu-tr-06698681039-26"]}} -{"id":"ec-meeting-2016-06-13-fd63a0fe0729ec0bc5aaa9d524f6a8394dc231f8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-13 - Cabinet of Commissioner Violeta Bulc x Sacchi Consulting"],"date":["2016-06-13"],"summary":["discuss a project to increase the capacity of the port of Genova as a candidate for the EFSI fund"],"notes":["Portfolio: Transport"],"location":["Brussels - Belgium"],"address":["Brussels - Belgium"],"addressEntity":["addr-85d514873c3b55c68206168e47e9d4fc69799cc8"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-7ac9445abdddc66a79f539ae13eb74e1ceb512df","eu-tr-784965722255-36"]}} -{"id":"ec-meeting-2016-06-14-049a1af142d70979e8936a80266697e6d602738d","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2016-06-14 - Cabinet of Commissioner Elżbieta Bieńkowska x Siemens AG"],"date":["2016-06-14"],"summary":["European Digital Strategy","European Digital Strategy; “Smart strategy for smart industry” initiative"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["ec-person-d2997a7f359c91a337055c3e24dd36bf928de38d","eu-tr-4266797770-31","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2016-06-14-0ba9cd9dd529c542ce130dbf40c617aa0335aaa5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-14 - Cabinet of Commissioner Phil Hogan x Danone"],"date":["2016-06-14"],"summary":["Milk sourcing strategy & future of the dairy sector"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["BERL 08/304"],"address":["BERL 08/304"],"addressEntity":["addr-aff09a6f822af9a7e96260c390a7e7bd5d64be8b"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-65744846168-89","ec-person-7d3caa534e5cdda6d5b949bd4b2def39356e3bec"]}} -{"id":"ec-meeting-2016-06-14-0e17748fcb032d90b17013ed9bbbb2646542a683","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-14 - Cabinet of Commissioner Tibor Navracsics x DIGITALEUROPE"],"date":["2016-06-14"],"summary":["Digital Single Market"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-49f31dad10f5641cb1d1e4c3107dd838389e8120","eu-tr-64270747023-20"]}} -{"id":"ec-meeting-2016-06-14-0fbab8deb64ca7706747d155501fc4eb5bf0ad1d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-14 - Cabinet of Vice-President Andrus Ansip x Siemens AG"],"date":["2016-06-14"],"summary":["Progress of DSM and role of industrial sector"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-4266797770-31","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45","ec-person-91ca0921c6790191daa54427311acd63035e7c9e"]}} -{"id":"ec-meeting-2016-06-14-12d5bf724aa145b945f8f5e4088cdcf23881ff33","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2016-06-14 - Günther Oettinger x Atomium European Institute for Science, Media and Democracy"],"date":["2016-06-14"],"summary":["REIsearch project"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0","eu-tr-604316917419-28"]}} -{"id":"ec-meeting-2016-06-14-1357fb9add1473b5ebb4ac6f36b722999ec4ad2b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-14 - Cabinet of Commissioner Jonathan Hill x FIA European Principal Traders Association, part of FIA, Inc."],"date":["2016-06-14"],"summary":["CCP Recovery and Resolution"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["ec-person-74de9b1956d5aa5754e8946d4a7a883e05171466","eu-tr-629345120630-12"]}} -{"id":"ec-meeting-2016-06-14-2556fe613495520f21efb7d5feff349b906fd377","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-14 - Trade x Lysios Public Affairs"],"date":["2016-06-14"],"summary":["General state of play on trade policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-trade"],"involved":["ec-person-bde9bb099f5d24c52ca4a9255cefc99a5b87a650","eu-tr-22561156762-32"]}} -{"id":"ec-meeting-2016-06-14-2a0f20bfea095234d734440bb6c9b5c55d5a722f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-14 - Publications Office x General Electric Company"],"date":["2016-06-14"],"summary":["Digital Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-op"],"involved":["ec-person-c82a3f7647c572f2b733f7a00b22c4b833946f15","eu-tr-4016736872-59"]}} -{"id":"ec-meeting-2016-06-14-3e112434214337ecf62d73ee60ea164394883205","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2016-06-14 - Cabinet of Commissioner Phil Hogan x Groupe Carrefour"],"date":["2016-06-14"],"summary":["Agri-markets task force","Agriculture Matters"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-118080510828-42","ec-person-a1a78365cc4685b0958056646204977d8f2ead92","ec-person-b0d24e81234b490dd841a09b69892304b27fc6a8"]}} -{"id":"ec-meeting-2016-06-14-422cee1dbf9cbbbc7da9d19816090baff01ba58c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-14 - Cabinet of Vice-President Cecilia Malmström x Inline Policy Sprl eu travel tech"],"date":["2016-06-14"],"summary":["Digital single market"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-660137014271-28","eu-tr-70614728635-77","ec-person-591ec829ca734bcfe59a2c9c7f07f9dff22a0ea9"]}} -{"id":"ec-meeting-2016-06-14-45ce9d9d134042741964b4ef55e38dfa8fa3f908","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-14 - Günther Oettinger x Infineon Technologies AG Deutsche Telekom"],"date":["2016-06-14"],"summary":["cyber-security"],"location":["BXL"],"address":["BXL"],"addressEntity":["addr-d2fde52f67ea4a3e1fe233d0a959d6a1c77fd910"],"organizer":["ec-dg-de"],"involved":["eu-tr-10751968675-85","ec-person-5652698e8f7b4a189329e67fddbaff44dbe8658c","eu-tr-60052162589-72"]}} -{"id":"ec-meeting-2016-06-14-46d7e6a69258f9d55fad1de64018b9a3dc4323b3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-14 - Cabinet of Commissioner Věra Jourová x Enterprise Rent A Car UK, Ltd."],"date":["2016-06-14"],"summary":["Rights of consumers"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-a2ca9161feee56909a0e98b473c2d342c20fdb57","eu-tr-499115519787-49"]}} -{"id":"ec-meeting-2016-06-14-4bdc4cb2f028e3fd1bcd087bcc29369f39395c3c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-14 - Cabinet of Vice-President Valdis Dombrovskis x BREIZ EUROPE"],"date":["2016-06-14"],"summary":["Discussion on different VAT regimes in agricultural sector"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-b2d41137decbf33bc8076a41bfe11b68d501a7a0","eu-tr-44968076843-33"]}} -{"id":"ec-meeting-2016-06-14-4e28ba3db9ca82bf1be33182e6a0fd518f0c52e1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-14 - Publications Office x IBM Corporation"],"date":["2016-06-14"],"summary":["Digital Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-op"],"involved":["eu-tr-7721359944-96","ec-person-c82a3f7647c572f2b733f7a00b22c4b833946f15"]}} -{"id":"ec-meeting-2016-06-14-568fca327bed4a66179bf4f15d34cfcaf47873c1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-14 - Günther Oettinger x Deutsche Telekom"],"date":["2016-06-14"],"summary":["AVMSD"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-c6c38691c27b1498b60b18409aa979cf1dd1f4ac","eu-tr-60052162589-72"]}} -{"id":"ec-meeting-2016-06-14-5b60a309d97a73218e9fbd131d44bc01a0ec3127","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-14 - Günther Oettinger x GSMA Europe"],"date":["2016-06-14"],"summary":["Telecom review"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-30988577529-37","ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0"]}} -{"id":"ec-meeting-2016-06-14-67ad41d2cbd01f7136441f1b98c2a1f1940071c3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-14 - Informatics x KMD A/S"],"date":["2016-06-14"],"summary":["KMD and its services presentation, Data Management, Data analytics and Big Data, Security, Digital Market Strategy, Integration"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-digit"],"involved":["eu-tr-502050418514-48","ec-person-32591d36027eb92a66b57d5bcc8c57d9574380b0"]}} -{"id":"ec-meeting-2016-06-14-72c1afc821f1fb983db291d3e95efe312be29547","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-14 - Cabinet of Commissioner Violeta Bulc x European Express Association"],"date":["2016-06-14"],"summary":["Aviation"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-9d4dc4867a44dfe10f67ae7ee1706da3e8b48a24","eu-tr-1894704851-83"]}} -{"id":"ec-meeting-2016-06-14-7905e3c4ffc6ce3d68dd8de44d5a55086b6b0050","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-14 - Günther Oettinger x Bundesverband Breitbandkommunikation e.V. Bureau Européen des Unions de Consommateurs European Digital Rights"],"date":["2016-06-14"],"summary":["Telecom review"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-16311905144-06","eu-tr-9505781573-45","ec-person-c6cae64cc7dc787b66a47ab1613d3e922875b971","eu-tr-028570718529-43"]}} -{"id":"ec-meeting-2016-06-14-7d5e167ec29f5c995b3b83e5b762bfb0ca554510","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-14 - Communications Networks, Content and Technology x Orgalim – Europe's Technology Industries"],"date":["2016-06-14"],"summary":["DSM (especially Data Ownership and Legislatives) - DEI (especially Standardisation, Skills and Platforms) - Cyber Security"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-20210641335-88","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2016-06-14-80f591098f6a894c493226ef004e5c0318df2083","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-14 - Cabinet of President Jean-Claude Juncker x Orange"],"date":["2016-06-14"],"summary":["Digital Single Market"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-44a061693f35519551be0e3dab996e76ad3f8c7c","eu-tr-76704342721-41"]}} -{"id":"ec-meeting-2016-06-14-9ea514b3542d96ac79a923f16e2e6cb03148012e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-14 - Cabinet of Commissioner Phil Hogan x European Producers Union of Renewable Ethanol"],"date":["2016-06-14"],"summary":["Biofuel"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-32591134448-30","ec-person-ff8342dedc26701400fcb7dcf73fbee50a837ac6"]}} -{"id":"ec-meeting-2016-06-14-a06107f63288bfd2553443d83dc273cc09e9ebaf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-14 - Cabinet of Vice-President Andrus Ansip x GSMA Europe"],"date":["2016-06-14"],"summary":["Spectrum, 700MHz, 5G, E-privacy"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-30988577529-37","ec-person-666bc159c7e65a3af9e63c1e97435c02f1496955","ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0"]}} -{"id":"ec-meeting-2016-06-14-a37ff720778e852e1b2a537670f7a41ec0b5bedb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-14 - Günther Oettinger x KPN"],"date":["2016-06-14"],"summary":["Telecom review"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-c6cae64cc7dc787b66a47ab1613d3e922875b971","eu-tr-38392131923-05"]}} -{"id":"ec-meeting-2016-06-14-a99baca7660b5d05f61d9ff848acde93f9cef91e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-14 - Cabinet of Commissioner Violeta Bulc x Bureau Européen des Unions de Consommateurs"],"date":["2016-06-14"],"summary":["Meeting with BEUC"],"notes":["Portfolio: Transport"],"location":["Bruxelles"],"address":["Bruxelles"],"addressEntity":["addr-b58f5927b66d94a676970dc048485d4c6848f272"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-4d2b449b5047ea3fda435a2a1c1081e3babcdf76","eu-tr-9505781573-45","ec-person-e14c58f620f40325d829df7be0823280307bc15f","ec-person-cb7aaf75b4c195481f149f904bc28b4e2ac2b7ab"]}} -{"id":"ec-meeting-2016-06-14-b723d3d4d07d89476074a2e4bc474e1c87cff94a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-14 - Cabinet of Commissioner Violeta Bulc x Emirates Airline"],"date":["2016-06-14"],"summary":["Aviation"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-501968312339-22","ec-person-9d4dc4867a44dfe10f67ae7ee1706da3e8b48a24"]}} -{"id":"ec-meeting-2016-06-14-c18aaca146375a0bae8541203d97a068983666ac","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-14 - Cabinet of Vice-President Jyrki Katainen x BUSINESSEUROPE"],"date":["2016-06-14"],"summary":["CEO event in November"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-7c9460f99c5872dbdc561f5752401c870d12e98b","eu-tr-3978240953-79"]}} -{"id":"ec-meeting-2016-06-14-c22103d88178796be230e2b6749a54ed06e7b200","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-14 - Cabinet of Commissioner Marianne Thyssen x Zentralverband des Deutschen Handwerks e.V."],"date":["2016-06-14"],"summary":["Skills, Vocational Education and Training"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["ec-person-bdb607d5d994a4056dd700f8f52d9af25b406b36","eu-tr-5189667783-94"]}} -{"id":"ec-meeting-2016-06-14-c7495f1b8c8d5a9ae9f7856890707e010581ccc4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-14 - Cabinet of Vice-President Valdis Dombrovskis x Insurance Europe"],"date":["2016-06-14"],"summary":["Packaged retail and insurance-based investment products"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-3f9ca71b74344417d1f072ba7f3e2f09a223b036","eu-tr-33213703459-54"]}} -{"id":"ec-meeting-2016-06-14-cab84b02653212a2ba26445d6ae00e4718f36ca2","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2016-06-14 - Cabinet of Commissioner Phil Hogan x Freshfel Europe - the forum for the European fresh fruits and vegetables chain"],"date":["2016-06-14"],"summary":["Fruit & vegetable","Priorities of the CE on the fruit and vegetables dossier"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-c9d17d5879383b030f61a4066848249fb35d57e4","eu-tr-1637225479-02"]}} -{"id":"ec-meeting-2016-06-14-cba130e4f768cb5b07b8e49899f9389e0d0b06cc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-14 - Cabinet of First Vice-President Frans Timmermans x Royal Schiphol Group Netherlands Maritime Technology Access2Europe Ahold Delhaize Shell Companies GasTerra BUSINESSEUROPE N.V. Nederlandse Gasunie Koninklijke Vereniging MKB-Nederland Vereniging VNO-NCW KPN IBM Corporation Nyrstar Budel Havenbedrijf Rotterdam NV Fokker Technologies"],"date":["2016-06-14"],"summary":["Digital single market"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-202136122160-22","eu-tr-914893310703-33","eu-tr-38392131923-05","eu-tr-258425915843-26","eu-tr-13255254129-80","eu-tr-05032108616-26","eu-tr-35999434674-81","eu-tr-3978240953-79","eu-tr-930637620172-95","eu-tr-05673984520-73","eu-tr-29967294656-11","eu-tr-7721359944-96","ec-person-6c0efbf1635ca0cb8dce32e129231fa3136f600b","eu-tr-48395175526-25","eu-tr-42837197222-53","eu-tr-99285184931-92"]}} -{"id":"ec-meeting-2016-06-14-d49b2c94e74a20f07833e32dbe86b0ff3f268568","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-14 - Cabinet of Vice-President Cecilia Malmström x The European Steel Association Unión de Empresas Siderúrgicas"],"date":["2016-06-14"],"summary":["China and steel"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-44209611834-88","eu-tr-93038071152-83","ec-person-98880f3f4206145e196013db9dd806a551c11e06"]}} -{"id":"ec-meeting-2016-06-14-da41d75b29d7c3c0ab2f157214b8a2c4c1b81228","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-14 - Cabinet of Vice-President Andrus Ansip x Istituto per la Competitività"],"date":["2016-06-14"],"summary":["Audiovisual, IoT"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-859942318143-66","ec-person-666bc159c7e65a3af9e63c1e97435c02f1496955","ec-person-c759bd58acc54869aa8e62ce652efcda416e25c2"]}} -{"id":"ec-meeting-2016-06-14-de9acd2be563320d91de4cbbddc6ba2863e63f09","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-14 - Cabinet of Commissioner Violeta Bulc x European Cyclists' Federation"],"date":["2016-06-14"],"summary":["Meeting with the SG of the European Cyclists' Federation Mr. Ensink"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-28451455737-18","ec-person-4d2b449b5047ea3fda435a2a1c1081e3babcdf76","ec-person-e14c58f620f40325d829df7be0823280307bc15f"]}} -{"id":"ec-meeting-2016-06-14-f0b5ef21f051a4f5ee6d1b748597a5b3b069dd80","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2016-06-14 - Cabinet of Commissioner Phil Hogan x International Union for Conservation of Nature EU Representative Office"],"date":["2016-06-14"],"summary":["Conservation Issues","Agriculture and nature conservation"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-03518238467-61","ec-person-a1a78365cc4685b0958056646204977d8f2ead92","ec-person-b0d24e81234b490dd841a09b69892304b27fc6a8"]}} -{"id":"ec-meeting-2016-06-14-fe1b97d10c764e94c8fb03d2ed1467da88fe868d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-14 - Cabinet of Commissioner Marianne Thyssen x European Anti Poverty Network"],"date":["2016-06-14"],"summary":["European Meeting of People Experiencing Poverty"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels, Berlaymont"],"address":["Brussels, Berlaymont"],"addressEntity":["addr-2d842da4e8cf3dbd0304d45e6b874d5f0aa57edf"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["ec-person-ce19440eacb8fd67f534bdbcce33a1c4cedfd071","eu-tr-3945154610-54"]}} -{"id":"ec-meeting-2016-06-15-10c6ce882c411cdacdbbfcb0362248ee209fe92e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-15 - Cabinet of Vice-President Jyrki Katainen x Aviva Plc"],"date":["2016-06-15"],"summary":["Sustainable financing"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-f9208d930adc70c6c64e21701e48f85f6f18e949","eu-tr-86270761494-62","ec-person-bb70699c722c1620ec520e8a4d32911a32ae078c"]}} -{"id":"ec-meeting-2016-06-15-12d814d18210a6e1c97808af7bf516d076efc282","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-15 - Cabinet of Commissioner Carlos Moedas x Intellectual Ventures"],"date":["2016-06-15"],"summary":["Intellectual property & innovation"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-b8d49828915f9008e764a78796d47ea00807a658","eu-tr-510389716548-23"]}} -{"id":"ec-meeting-2016-06-15-1b3c201bac5c2e31f968b065c9887369450736b3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-15 - Cabinet of First Vice-President Frans Timmermans x European Movement International"],"date":["2016-06-15"],"summary":["Transparency"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-35279857524-58","ec-person-4076aef8226bd451277bfd5135aa27d63b2ac548"]}} -{"id":"ec-meeting-2016-06-15-1f5c4b4813dd9a81d93fe6c59c311765131451fa","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-15 - Günther Oettinger x United Internet AG"],"date":["2016-06-15"],"summary":["platforms"],"location":["BXL"],"address":["BXL"],"addressEntity":["addr-d2fde52f67ea4a3e1fe233d0a959d6a1c77fd910"],"organizer":["ec-dg-de"],"involved":["eu-tr-31650149406-33","ec-person-49723482bb23d029cbfc010cb37eec7392a0ae02"]}} -{"id":"ec-meeting-2016-06-15-1f7c29adbe4e65f6e44356f8d65fb7a845e15416","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-15 - Cabinet of Vice-President Maroš Šefčovič x Conseil des Communes et Régions d'Europe"],"date":["2016-06-15"],"summary":["Global Covenant of Mayors"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-81142561702-61","ec-person-1f95be23689cd4ed0a26fe2980f760ccf2d55c1e"]}} -{"id":"ec-meeting-2016-06-15-227bdf85c2c227faba6a48f6e9868e2cddb253d2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-15 - Cabinet of Commissioner Dimitris Avramopoulos x European Confederation of Police"],"date":["2016-06-15"],"summary":["Civil Rights of Policy Officers/ Terrorism Implications for Police"],"notes":["Portfolio: Migration, Home Affairs and Citizenship"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-avramopoulos-cabinet-commissioner-dimitris-of"],"involved":["ec-person-57d09145ba24f5738cdde61edf14f741cb547675","eu-tr-066424813599-73"]}} -{"id":"ec-meeting-2016-06-15-36cc22ee4e1254d0366cf40f2e9dd4938e987edb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-15 - Cabinet of Commissioner Jonathan Hill x London Stock Exchange Group"],"date":["2016-06-15"],"summary":["Regulation of CCPs"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["ec-person-74de9b1956d5aa5754e8946d4a7a883e05171466","eu-tr-550494915045-08"]}} -{"id":"ec-meeting-2016-06-15-3d5399ac87635b074ab798810f2c0114b29bce42","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-15 - Cabinet of Vice-President Karmenu Vella x RESEARCH UNIT ONE"],"date":["2016-06-15"],"summary":["IUU fishing"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["ec-person-2966d69fae0ea4e67f3f2df5a743cc766267d3c8","eu-tr-544136222475-01"]}} -{"id":"ec-meeting-2016-06-15-48e96971414a88344e9fbedcf6aef099e2c24c81","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-15 - Cabinet of Vice-President Karmenu Vella x Aviva Plc"],"date":["2016-06-15"],"summary":["Green Finance"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["ec-person-4ff7c27445db4ad88e687776974fd8d077a1fe0c","eu-tr-86270761494-62"]}} -{"id":"ec-meeting-2016-06-15-49ddb82f426aa5f053ca3e174bf1156d582f07bb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-15 - Cabinet of Vice-President Jyrki Katainen x The Association of Finnish Local and Regional Authorities"],"date":["2016-06-15"],"summary":["Topical EU issues"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-c50e8c2cc390c5efb0626988d173bc6758459e0f","eu-tr-10235216783-84"]}} -{"id":"ec-meeting-2016-06-15-558ec53b172d49e068d76a5b87689fb92c3ed594","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2016-06-15 - Günther Oettinger x Insurance Europe Insurance Europe"],"date":["2016-06-15"],"summary":["DSM"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-4cd59e13386e3b68ecb3611fcc579e0a0a3938a5","ec-person-5652698e8f7b4a189329e67fddbaff44dbe8658c","eu-tr-33213703459-54"]}} -{"id":"ec-meeting-2016-06-15-5ebdbd157eba73d9c3b3984e3a940b196be2b303","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-15 - Cabinet of Vice-President Miguel Arias Cañete x ČEZ, a.s."],"date":["2016-06-15"],"summary":["Market Design"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-1831691c10441c5974327bbeb8693d6b6c1e50c3","eu-tr-429600710582-32"]}} -{"id":"ec-meeting-2016-06-15-63ec2cd57b0cc5f2e3522919cd34db209389f20d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-15 - Cabinet of President Jean-Claude Juncker x Crédit Agricole S.A."],"date":["2016-06-15"],"summary":["EDIS"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-c402e34a99fbee730ae22e3b1958e21c94dc6fcc","eu-tr-35147251117-11"]}} -{"id":"ec-meeting-2016-06-15-6cdd1e77a7660782265808675c13a0bfd3ca111c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-15 - Cabinet of Vice-President Miguel Arias Cañete x Bundesverband der Deutschen Industrie e.V."],"date":["2016-06-15"],"summary":["Main aspects of energy and climate policy"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-1831691c10441c5974327bbeb8693d6b6c1e50c3","eu-tr-1771817758-48"]}} -{"id":"ec-meeting-2016-06-15-748a0f385b25f855b20fac8952b23bdb7df3fb50","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-15 - Cabinet of Vice-President Miguel Arias Cañete x EnBW Energie Baden-Württemberg AG"],"date":["2016-06-15"],"summary":["Market Design"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-1831691c10441c5974327bbeb8693d6b6c1e50c3","eu-tr-13324391892-74"]}} -{"id":"ec-meeting-2016-06-15-77f1b665e694d1b8b39658e9dca1a57bec61e15b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-15 - Cabinet of Commissioner Elżbieta Bieńkowska x European Dairy Association aisbl"],"date":["2016-06-15"],"summary":["situation of dairy industry"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-42967152383-63","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2016-06-15-7df6f47da5855156be55ef91f57601f737b2c758","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-15 - Cabinet of Commissioner Phil Hogan x Maa- ja metsätaloustuottajain Keskusliitto – Central Union of Agricultural Producers and Forest Owners"],"date":["2016-06-15"],"summary":["Climate change, LULUCF"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-56039441735-48","ec-person-b0d24e81234b490dd841a09b69892304b27fc6a8"]}} -{"id":"ec-meeting-2016-06-15-7ec0412ae815a648b6984f639abbecebf12f025b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-15 - Climate Action x International Air Transport Association Air Transport Action Group"],"date":["2016-06-15"],"summary":["aviation’s CO2 emissions and ICAO Assembly"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-clima"],"involved":["ec-person-44c2f44f96dda2012bcb4e9abc749f6cae86a4c0","eu-tr-1805107590-28","eu-tr-377462122157-01"]}} -{"id":"ec-meeting-2016-06-15-7f0dcc7224069120e97a69ff81b1651ed5254658","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-15 - Cabinet of Vice-President Jyrki Katainen x Maa- ja metsätaloustuottajain Keskusliitto – Central Union of Agricultural Producers and Forest Owners"],"date":["2016-06-15"],"summary":["Agriculture climate"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90","eu-tr-56039441735-48"]}} -{"id":"ec-meeting-2016-06-15-81d228428bf73b53a5804f99ed7550f585f8836b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-15 - Cabinet of Commissioner Marianne Thyssen x Deutsche Telekom"],"date":["2016-06-15"],"summary":["Skills, Digital Single Market"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["ec-person-bdb607d5d994a4056dd700f8f52d9af25b406b36","eu-tr-60052162589-72"]}} -{"id":"ec-meeting-2016-06-15-8562c8a44fccdc1643d67897036dd399e8b21d4d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-15 - Cabinet of First Vice-President Frans Timmermans x BUSINESSEUROPE"],"date":["2016-06-15"],"summary":["Better Regulation"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["168 avenue Cortenbergh - 1000 Brussels"],"address":["168 avenue Cortenbergh - 1000 Brussels"],"addressEntity":["addr-edfcbf160fbf1b47781f3f4f6c488a419882d1a2"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-3978240953-79","ec-person-0eaac943e895c47df1465dda6c94e671c5081e0a"]}} -{"id":"ec-meeting-2016-06-15-98cbd073a69e6aa804e93fd9289e209c50d6033d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-15 - Cabinet of Vice-President Andrus Ansip x European Federation of Journalists"],"date":["2016-06-15"],"summary":["Copyright"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-e91c5be432b6b3efdda369792fed67c20b767a45","eu-tr-27471236588-39"]}} -{"id":"ec-meeting-2016-06-15-995b2841b11ec9d61e22d5d1b77bdbd5aba06fac","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-15 - Cabinet of Commissioner Phil Hogan x Irish Farmers' Association"],"date":["2016-06-15"],"summary":["Agri business"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-458700813641-37","ec-person-b0d24e81234b490dd841a09b69892304b27fc6a8"]}} -{"id":"ec-meeting-2016-06-15-afa051ebfd64d6267cb8e4929ce195695e757efe","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-15 - Mobility and Transport x Air Transport Action Group"],"date":["2016-06-15"],"summary":["Global MBM"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-move"],"involved":["ec-person-26cdfacae671b09917bee1a91c91973941fa58a2","eu-tr-377462122157-01"]}} -{"id":"ec-meeting-2016-06-15-b241d8328ea24bb1d11e4dec7725aa07d0a1abf7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-15 - Inspire, Debate, Engage and Accelerate Action x Mind the Bridge Foundation"],"date":["2016-06-15"],"summary":["Scale-Ups in Europe"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-dg-idea"],"involved":["eu-tr-700186718007-46","ec-person-4fe56a64c00b3e81c851b5538878b32481bd7d3c"]}} -{"id":"ec-meeting-2016-06-15-bd7f1af91d73cfefff2557542a660f4d40e0a4fd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-15 - Günther Oettinger x None"],"date":["2016-06-15"],"summary":["digital economy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-083671317381-09","eu-tr-756663618867-82","ec-person-3297113eb5d4e59bc84d571628f0130aa75c761a"]}} -{"id":"ec-meeting-2016-06-15-c62bef0348f734cfcca7d995dbb43b5c18074e6c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-15 - Cabinet of Commissioner Tibor Navracsics x Cisco Systems Inc."],"date":["2016-06-15"],"summary":["Digital Skills, Radicalisation"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-49f31dad10f5641cb1d1e4c3107dd838389e8120","ec-person-cb6aa96c497dead35eb0f2ed0339e5423d506549","eu-tr-494613715191-85","ec-person-1da7ee09d46288ee4ea9db2b644bdcf9c3d6d000"]}} -{"id":"ec-meeting-2016-06-15-c92c5e1e5fdf719b68fa73fe1a54379a5464b408","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-15 - Cabinet of Commissioner Phil Hogan x NewsBrands Ireland"],"date":["2016-06-15"],"summary":["Agriculture Issues"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-206797322368-37","ec-person-a1a78365cc4685b0958056646204977d8f2ead92"]}} -{"id":"ec-meeting-2016-06-15-d53d5fda7dcf8ecea34a663da90ddde909b348d6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-15 - Cabinet of Commissioner Phil Hogan x Eli Lilly and Company"],"date":["2016-06-15"],"summary":["Interservice consultation on a substance used for disinfection in pharma processes called Triton X100"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["BERL 08/318"],"address":["BERL 08/318"],"addressEntity":["addr-9e7a54bf1352143376eb5ec896985192229da490"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-04657143399-39","ec-person-7d3caa534e5cdda6d5b949bd4b2def39356e3bec"]}} -{"id":"ec-meeting-2016-06-15-d61ff6a48aab34f8ff94a5e116e3edc24b6de85a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-15 - Cabinet of Commissioner Christos Stylianides x Médecins Sans Frontières"],"date":["2016-06-15"],"summary":["EU Humanitarian Aid/Refugee crisis"],"notes":["Portfolio: Humanitarian Aid & Crisis Management"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-christos-commissioner-of-stylianides"],"involved":["eu-tr-38497857515-11","ec-person-6f08c893ea685f6d5f50c2c6e373f294e3616698"]}} -{"id":"ec-meeting-2016-06-15-e1bc7848e4397b634df4ec05c079bb111ecd1b20","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-15 - Cabinet of Commissioner Vytenis Andriukaitis x European Federation of Pharmaceutical Industries and Associations"],"date":["2016-06-15"],"summary":["HTA, AMR, Access to innovative medicines"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["eu-tr-38526121292-88","ec-person-059ca943fc5fc696d2a97849c635ddf7b6ab7fd7","ec-person-df30d07ef698a52b9948b9c734db39196cf8541f"]}} -{"id":"ec-meeting-2016-06-15-ed9a39451f14f50c61d23135879cb3634c487c3a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-15 - Cabinet of High Representative / Vice-President Federica Mogherini x Terna spa"],"date":["2016-06-15"],"summary":["Energy Union"],"notes":["Portfolio: Foreign Affairs and Security Policy"],"location":["Brussels, Berlaymont"],"address":["Brussels, Berlaymont"],"addressEntity":["addr-2d842da4e8cf3dbd0304d45e6b874d5f0aa57edf"],"organizer":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"involved":["eu-tr-937812815077-68","ec-person-0d87d503aa00db1df141f3b1bfea3e0ccb43ece9"]}} -{"id":"ec-meeting-2016-06-15-fb9cf8ce9470d9e44a37dcec3558f0d4f5e4b07c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-15 - Cabinet of Vice-President Jyrki Katainen x Eli Lilly and Company"],"date":["2016-06-15"],"summary":["REACH"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-c50e8c2cc390c5efb0626988d173bc6758459e0f","eu-tr-04657143399-39","ec-person-bb70699c722c1620ec520e8a4d32911a32ae078c"]}} -{"id":"ec-meeting-2016-06-16-00f28cf095b667fd3b8217183ea65bcf1ac4b970","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-16 - Climate Action x FEDUSTRIA"],"date":["2016-06-16"],"summary":["Biomass"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-clima"],"involved":["ec-person-44c2f44f96dda2012bcb4e9abc749f6cae86a4c0","eu-tr-44225291233-48"]}} -{"id":"ec-meeting-2016-06-16-0d7bf94833a5900e3cf8d13ed0004b95744b265c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-16 - Taxation and Customs Union x European Tax Adviser Federation"],"date":["2016-06-16"],"summary":["Introductory presentation"],"location":["Brussels/Belgium"],"address":["Brussels/Belgium"],"addressEntity":["addr-c476280916fa20b5023288c48bfbed9c057a1c28"],"organizer":["ec-dg-taxud"],"involved":["ec-person-3173c1cc052827c58f23ccd3a8de07534f0d35bd","eu-tr-760084520382-92"]}} -{"id":"ec-meeting-2016-06-16-15f433f861a59968e12831acfece803afdb56669","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2016-06-16 - Günther Oettinger x BASF SE"],"date":["2016-06-16"],"summary":["digitization of industry","digitisation of industry"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-7410939793-88","ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0"]}} -{"id":"ec-meeting-2016-06-16-1b16343e8333a6accae5b52e0a0a954e2ae9f287","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-16 - Cabinet of Vice-President Miguel Arias Cañete x Conseil des Communes et Régions d'Europe"],"date":["2016-06-16"],"summary":["The integration of the Compact of Mayors and Covenant of Mayors"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-81142561702-61","ec-person-2229c857664a22dcb8eee79a8c05841fd3d0924f"]}} -{"id":"ec-meeting-2016-06-16-1e1bb973d3083a545315c7ba3b0a3757aa02e204","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-16 - Environment x Loro Parque, S. A."],"date":["2016-06-16"],"summary":["Green Economy, Biodiversity, Zoos Directive"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-env"],"involved":["eu-tr-143978822159-67","ec-person-3bc74ce04ea3f4ab4d91a5c88eef25b8b8a213b4"]}} -{"id":"ec-meeting-2016-06-16-2639a0140146fa54f00723de7ca1f9d9b9b93309","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-16 - Cabinet of Commissioner Vytenis Andriukaitis x BEAM Alliance"],"date":["2016-06-16"],"summary":["AMR"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["eu-tr-982226421176-23","ec-person-df30d07ef698a52b9948b9c734db39196cf8541f","ec-person-c986c9ff99d99d8006e000db5a8046be615813ae"]}} -{"id":"ec-meeting-2016-06-16-32b5a75693c387d23dc26439b2acc99b82a86256","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-16 - Cabinet of Commissioner Phil Hogan x European Forest Institute"],"date":["2016-06-16"],"summary":["Sustainable Economy"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-38315289949-88","ec-person-ff8342dedc26701400fcb7dcf73fbee50a837ac6"]}} -{"id":"ec-meeting-2016-06-16-41cbbae1f0536362f272d52d3dee88a353ed38b3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-16 - Cabinet of Vice-President Maroš Šefčovič x Roundtable for Europe's Energy Future"],"date":["2016-06-16"],"summary":["Energy Union / Regional cooperation"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-1f95be23689cd4ed0a26fe2980f760ccf2d55c1e","eu-tr-101903316808-95"]}} -{"id":"ec-meeting-2016-06-16-55b802f6b12fa9d08d615478102048484c42672e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-16 - Cabinet of Vice-President Andrus Ansip x Akamai Technologies, Inc."],"date":["2016-06-16"],"summary":["European policy devlopments related to the digital economy"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-5db7bdd1c81da2e70eb5b982097d0004111b5c3e","eu-tr-756663618867-82"]}} -{"id":"ec-meeting-2016-06-16-628b777267ca6b65193604dcbfa7ba414b650dac","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-16 - Cabinet of Commissioner Marianne Thyssen x EUROCADRES - THE COUNCIL OF EUROPEAN PROFESSIONAL AND MANAGERIAL STAFF"],"date":["2016-06-16"],"summary":["Skills"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["ec-person-bdb607d5d994a4056dd700f8f52d9af25b406b36","eu-tr-803183412905-34"]}} -{"id":"ec-meeting-2016-06-16-665320894fa9b4a948c0a45d105c81171db6cc2a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-16 - Cabinet of Commissioner Věra Jourová x United Internet AG"],"date":["2016-06-16"],"summary":["Digital single market"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-a2ca9161feee56909a0e98b473c2d342c20fdb57","eu-tr-31650149406-33"]}} -{"id":"ec-meeting-2016-06-16-69a22357c41cfda8131c2cb84a929b098efd3b26","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-16 - Cabinet of Vice-President Kristalina Georgieva x Zentralverband des Deutschen Handwerks e.V. Bundesvereinigung der Deutschen Arbeitgeberverbände e.V. Handelsverband Deutschland DBV-Deutscher Buchprüferverband e.V. Bundesverband der Deutschen Industrie e.V. Gesamtverband der Deutschen Versicherungswirtschaft e.V. Deutscher Industrie- und Handelskammertag e.V. Bundesverband deutscher Banken e.V."],"date":["2016-06-16"],"summary":["MFF Mid-term review"],"notes":["Portfolio: Budget & Human Resources"],"location":["Representation to the EU of the Association of German Chambers of Commerce and Industry (CCI Germany)"],"address":["Representation to the EU of the Association of German Chambers of Commerce and Industry (CCI Germany)"],"addressEntity":["addr-21e2425db1ec9c524f24b76d4ae5f3b071dbad60"],"organizer":["ec-cabinet-georgieva-kristalina-of-president-vice"],"involved":["eu-tr-1771817758-48","eu-tr-31200871765-41","eu-tr-5189667783-94","ec-person-e9717e17d52b55409987c5810e7ea7d7bf2cb2a1","eu-tr-54372223310-50","eu-tr-22400601191-42","eu-tr-7749519702-29","eu-tr-6437280268-55","eu-tr-0764199368-97"]}} -{"id":"ec-meeting-2016-06-16-6b723f1084b14ccf3b728c1456ba9fd528856117","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-16 - Cabinet of Commissioner Phil Hogan x Handelsverband Deutschland"],"date":["2016-06-16"],"summary":["Agri issues"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-31200871765-41","ec-person-b0d24e81234b490dd841a09b69892304b27fc6a8"]}} -{"id":"ec-meeting-2016-06-16-6c35bc028700b397b8ae41390b698ebc5336cd47","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-16 - Cabinet of Vice-President Miguel Arias Cañete x International Air Transport Association Air Transport Action Group"],"date":["2016-06-16"],"summary":["Emission reduction in aviation"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-1805107590-28","ec-person-260e00934471a02805fb143935d6e9205a7f355f","eu-tr-377462122157-01"]}} -{"id":"ec-meeting-2016-06-16-70920842fb986cecb028270c19535fffee385bb1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-16 - Cabinet of Commissioner Christos Stylianides x Koninklijke Philips"],"date":["2016-06-16"],"summary":["Discussion on the humanitarian priorities & engagement of the private sector"],"notes":["Portfolio: Humanitarian Aid & Crisis Management"],"location":["Tour & Taxis - Brussels"],"address":["Tour & Taxis - Brussels"],"addressEntity":["addr-5be1d7bf4450167268db3eb516578c9a5cf0d920"],"organizer":["ec-cabinet-christos-commissioner-of-stylianides"],"involved":["eu-tr-035366013790-68","ec-person-cdd689bd079714522dad472ea4446b0fcc660d8f"]}} -{"id":"ec-meeting-2016-06-16-76e7a51f0fa6d7b59b731e768c515ccd124a4349","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-16 - Cabinet of Commissioner Tibor Navracsics x FacilityLive OpCo"],"date":["2016-06-16"],"summary":["Digital Skills"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["eu-tr-203912412999-51","ec-person-1da7ee09d46288ee4ea9db2b644bdcf9c3d6d000"]}} -{"id":"ec-meeting-2016-06-16-7ab0a6cdce7a1199f0650deb4e8a50e9b70ac711","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-16 - Cabinet of Commissioner Violeta Bulc x Transport and Environment (European Federation for Transport and Environment)"],"date":["2016-06-16"],"summary":["Meeting with T&E NGO on decarbonising transport & ESD"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-4d2b449b5047ea3fda435a2a1c1081e3babcdf76","ec-person-e14c58f620f40325d829df7be0823280307bc15f","eu-tr-58744833263-19"]}} -{"id":"ec-meeting-2016-06-16-82d6e51a1649faf6cfd623f99c24ffdc5b895103","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-16 - Cabinet of First Vice-President Frans Timmermans x Amnesty International Limited"],"date":["2016-06-16"],"summary":["Migration Situation"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-11063928073-34","ec-person-6c0efbf1635ca0cb8dce32e129231fa3136f600b"]}} -{"id":"ec-meeting-2016-06-16-a151c9d08ab5e926d591efe04ce1e23dcf599ed4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-16 - Cabinet of Vice-President Miguel Arias Cañete x The South-East Europe Change Net Foundation (Fondacija Mreža za promjene Jugoistočne Evrope)"],"date":["2016-06-16"],"summary":["Energy Community and Climate policy"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-1831691c10441c5974327bbeb8693d6b6c1e50c3","eu-tr-920254612199-27"]}} -{"id":"ec-meeting-2016-06-16-a2abec9dabd1135b4cf400833140972c7482bffa","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-16 - Migration and Home Affairs x Bundesverband der Deutschen Luftverkehrswirtschaft e. V."],"date":["2016-06-16"],"summary":["Discussion on Security and Migration"],"location":["Frankfurt, Germany"],"address":["Frankfurt, Germany"],"addressEntity":["addr-71612135c8249600e77671ac247f308ec0b127d9"],"organizer":["ec-dg-home"],"involved":["eu-tr-76163986870-10","ec-person-ae1262e8850ed1e9a0530b0ad7440ac648255896"]}} -{"id":"ec-meeting-2016-06-16-adf2852984560e8cf8251851a8241d51cb3a5f3e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-16 - Cabinet of Vice-President Andrus Ansip x NBCUniversal International"],"date":["2016-06-16"],"summary":["DSM general"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-636284018907-42","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45"]}} -{"id":"ec-meeting-2016-06-16-b1a9a606f388e41592b48eceffb20e7579c58cc8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-16 - Cabinet of Vice-President Andrus Ansip x DIGITALEUROPE"],"date":["2016-06-16"],"summary":["Telco review, investment in networks, spectrum"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-64270747023-20","ec-person-666bc159c7e65a3af9e63c1e97435c02f1496955"]}} -{"id":"ec-meeting-2016-06-16-be5c189af69e1f44c005c75655fb29fdac3ca8fd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-16 - Cabinet of Commissioner Carlos Moedas x Google"],"date":["2016-06-16"],"summary":["mobile economy; open innovation"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-01051f0f33bfdc2ecc41873c02cae666c5e0d099","eu-tr-03181945560-59","ec-person-2b4bb0b28e7435e5f612e44d9664dbd1051efc55","ec-person-a45151b401196e9c374c9acdada9d8840da271ad"]}} -{"id":"ec-meeting-2016-06-16-bedddac31b54346b3a5f0b43440d8fee79392063","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-16 - Cabinet of Vice-President Jyrki Katainen x Google"],"date":["2016-06-16"],"summary":["Digital Single Market"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-f9208d930adc70c6c64e21701e48f85f6f18e949","eu-tr-03181945560-59"]}} -{"id":"ec-meeting-2016-06-16-c1e95d02a70066b13f47a27a43984df3edcd2638","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-16 - Cabinet of First Vice-President Frans Timmermans x Euronext"],"date":["2016-06-16"],"summary":["Financial Regulation"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-17804464809-28","ec-person-6c0efbf1635ca0cb8dce32e129231fa3136f600b"]}} -{"id":"ec-meeting-2016-06-16-c67b742207a70df697a0d7a2a119f6f8fff2fff7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-16 - Cabinet of Vice-President Valdis Dombrovskis x Institutional Money Market Funds Association"],"date":["2016-06-16"],"summary":["Money Markets Funds"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-3f9ca71b74344417d1f072ba7f3e2f09a223b036","eu-tr-525785119947-01"]}} -{"id":"ec-meeting-2016-06-16-ddba400f8554d416b0d6d2f816594ed28b3c7b01","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-16 - Cabinet of Vice-President Cecilia Malmström x Polint Ltd"],"date":["2016-06-16"],"summary":["Trade agenda in East Asia"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-69369266684-67","ec-person-98880f3f4206145e196013db9dd806a551c11e06"]}} -{"id":"ec-meeting-2016-06-16-ece09ff972ed9a0cd6d859ca0c088a970e35d449","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2016-06-16 - Cabinet of Commissioner Christos Stylianides x Plan International EU Office"],"date":["2016-06-16"],"summary":["Situation of adolescents, especially adolescent girls, in emergencies","Humanitarian Aid/Education/Child protection"],"notes":["Portfolio: Humanitarian Aid & Crisis Management"],"location":["Berlaymont","Brussels"],"address":["Berlaymont","Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6","addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-cabinet-christos-commissioner-of-stylianides"],"involved":["ec-person-70f80fbf343dc133e693ec37b3cac62182713647","eu-tr-83357751766-93","ec-person-6f08c893ea685f6d5f50c2c6e373f294e3616698"]}} -{"id":"ec-meeting-2016-06-16-f3f42e90048789c4f8db58f8ac5069e16a952c5e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-16 - Cabinet of Vice-President Cecilia Malmström x WACKER CHEMIE AG"],"date":["2016-06-16"],"summary":["trade defence proceedings on silicon"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-036915715533-64","ec-person-591ec829ca734bcfe59a2c9c7f07f9dff22a0ea9"]}} -{"id":"ec-meeting-2016-06-16-fc987892d9e85d0a38fa9d85ec89db4e3cf6c6cc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-16 - Cabinet of Vice-President Maroš Šefčovič x Bundesverband der Deutschen Industrie e.V."],"date":["2016-06-16"],"summary":["Energy Union, ETS"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-1771817758-48","ec-person-3bf48630444ace93d407e52eb880e64d480f75ce"]}} -{"id":"ec-meeting-2016-06-16-fcef8071ffd2d1a00b7258d6016f2a79a5916c21","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-16 - Cabinet of Commissioner Vytenis Andriukaitis x AnimalhealthEurope"],"date":["2016-06-16"],"summary":["AMR, COM proposals on veterinary medicines and medicated feed"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["eu-tr-63322037415-37","ec-person-df30d07ef698a52b9948b9c734db39196cf8541f","ec-person-c986c9ff99d99d8006e000db5a8046be615813ae"]}} -{"id":"ec-meeting-2016-06-17-0db55ed0a7076d043a16b34cf91a2dcb2297bf51","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-17 - Cabinet of Vice-President Andrus Ansip x Springer Nature AG & Co. KGaA"],"date":["2016-06-17"],"summary":["Copyright"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-e91c5be432b6b3efdda369792fed67c20b767a45","eu-tr-391575415702-29"]}} -{"id":"ec-meeting-2016-06-17-208d000846e4baedd20369816ebbd7c82532b6ca","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-17 - Günther Oettinger x KUKA AG"],"date":["2016-06-17"],"summary":["robotics, industry 4.0"],"location":["Augsburg"],"address":["Augsburg"],"addressEntity":["addr-31035e91e375da16aee149809770710cd5a10949"],"organizer":["ec-dg-de"],"involved":["ec-person-4cd59e13386e3b68ecb3611fcc579e0a0a3938a5","eu-tr-203926218805-93"]}} -{"id":"ec-meeting-2016-06-17-2545435d6221d3c2af6ea0e51b60d9ccebaaccf4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-17 - Cabinet of Vice-President Jyrki Katainen x Metsäliitto Cooperative"],"date":["2016-06-17"],"summary":["Bioeconomy"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-f9208d930adc70c6c64e21701e48f85f6f18e949","eu-tr-962687110415-94"]}} -{"id":"ec-meeting-2016-06-17-3b6271e4f71cd9c2507f45774f6d700083dc275d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-17 - Cabinet of Vice-President Maroš Šefčovič x European Young Innovators Forum"],"date":["2016-06-17"],"summary":["Smart cities"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-167339718832-92","ec-person-ea6b517040e26a62f17d2829afffeba48cfd682f"]}} -{"id":"ec-meeting-2016-06-17-6d059b2d966ed03c675d44af913d5d2bcd9c7b9e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-17 - Günther Oettinger x Computer & Communications Industry Association"],"date":["2016-06-17"],"summary":["Digitising European Industry"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-15987896534-82","ec-person-c6cae64cc7dc787b66a47ab1613d3e922875b971"]}} -{"id":"ec-meeting-2016-06-17-6f3f6fe4b66f47b0daa476ed56ee10515cc1f324","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-17 - Günther Oettinger x Association of European Businesses"],"date":["2016-06-17"],"summary":["digitising industry"],"location":["St. Petersburg"],"address":["St. Petersburg"],"addressEntity":["addr-00dde9be3c900355fb084681344d124921e8d3ba"],"organizer":["ec-dg-de"],"involved":["eu-tr-849798415326-80","ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0"]}} -{"id":"ec-meeting-2016-06-17-721c63652647595c101c986ad8d6a46cfebb0c9e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-17 - Cabinet of Commissioner Marianne Thyssen x Eurochild AISBL"],"date":["2016-06-17"],"summary":["Social Pillar"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["ec-person-ce19440eacb8fd67f534bdbcce33a1c4cedfd071","ec-person-5a49eb89125b4b5d1125b3925bbb64aba1bea2b3","eu-tr-79360311166-84","ec-person-e93189002a993321fd1af93481b271c766b1aff8"]}} -{"id":"ec-meeting-2016-06-17-8ca51a59bf0a72c32a0d08a0b8519bd90bdb97fc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-17 - Environment x FEDERACIÓN EMPRESARIAL DE LA INDUSTRIA QUÍMICA ESPAÑOLA"],"date":["2016-06-17"],"summary":["Circular Economy and Chemicals"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-env"],"involved":["eu-tr-834294413658-72","ec-person-3bc74ce04ea3f4ab4d91a5c88eef25b8b8a213b4"]}} -{"id":"ec-meeting-2016-06-17-918270c317b2f6096ae487f3c3930e9e9a881ffe","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-17 - Environment x DASSAULT AVIATION"],"date":["2016-06-17"],"summary":["Courtesy meeting and Circular economy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-env"],"involved":["eu-tr-264527121382-71","ec-person-3bc74ce04ea3f4ab4d91a5c88eef25b8b8a213b4"]}} -{"id":"ec-meeting-2016-06-17-99bfc7a104965232792a4ecbc8b6616d4cf73620","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-17 - Cabinet of Vice-President Maroš Šefčovič x Energy Cities"],"date":["2016-06-17"],"summary":["Global Covenant of Mayors"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-ea6b517040e26a62f17d2829afffeba48cfd682f","eu-tr-11514322965-05"]}} -{"id":"ec-meeting-2016-06-17-aca577983694f1787c2da1607ec66cbafee158fd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-17 - Cabinet of Vice-President Andrus Ansip x Facebook Ireland Limited"],"date":["2016-06-17"],"summary":["Privacy Shield"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-5db7bdd1c81da2e70eb5b982097d0004111b5c3e","eu-tr-28666427835-74"]}} -{"id":"ec-meeting-2016-06-17-c4db1da84aab0962e448fae9b374f3f37e2bef44","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-17 - Günther Oettinger x University of Ulm, Institute for Complex Quantum Systems"],"date":["2016-06-17"],"summary":["quantum technologies"],"location":["Ulm"],"address":["Ulm"],"addressEntity":["addr-29ab3ff4e9d03a193b0558f5f6f686b5fdb2ac2c"],"organizer":["ec-dg-de"],"involved":["eu-tr-975691716328-53","ec-person-4cd59e13386e3b68ecb3611fcc579e0a0a3938a5"]}} -{"id":"ec-meeting-2016-06-17-cdf9c681d436578862b5e3b33ea07c85912a8794","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-17 - Cabinet of Vice-President Jyrki Katainen x Dober Partners"],"date":["2016-06-17"],"summary":["China"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-f9208d930adc70c6c64e21701e48f85f6f18e949","eu-tr-37031706884-33"]}} -{"id":"ec-meeting-2016-06-17-d63b030c91fbd8b7bf0cea294eca05eb4a79d389","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-17 - Cabinet of Commissioner Carlos Moedas x STEPS MANAGEMENT SPRL Magellan - European Affairs Consultancy"],"date":["2016-06-17"],"summary":["4th Water conference discussion"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["eu-tr-229665518359-03","ec-person-0a716bf5253e913fc40ebf14c12f30dc2e7a06ee","eu-tr-244865715700-07"]}} -{"id":"ec-meeting-2016-06-17-ea0b0ba709013f8710198138292d7e2fc6cfa7da","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-17 - Cabinet of Vice-President Neven Mimica x Transparency International"],"date":["2016-06-17"],"summary":["Cooperation against corruption in developing countries"],"notes":["Portfolio: International Cooperation & Development"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-mimica-neven-of-president-vice"],"involved":["ec-person-b187f3955c71d2e1daa48e02fd0a09ab7c6f6098","ec-person-e90858f5aba78fd0e1cb2f757c3f38d55d91f98b","eu-tr-501222919-71"]}} -{"id":"ec-meeting-2016-06-17-f17b5c9f6d0617393a4952eb93688381efa618bc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-17 - Cabinet of Vice-President Valdis Dombrovskis x General Electric Company"],"date":["2016-06-17"],"summary":["European Market Infrastructure Regulation"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-4016736872-59","ec-person-3f9ca71b74344417d1f072ba7f3e2f09a223b036"]}} -{"id":"ec-meeting-2016-06-20-00681bf3b02662c31bdb3898de6381f81763cd62","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-20 - Cabinet of Commissioner Vytenis Andriukaitis x MEDICINES FOR EUROPE"],"date":["2016-06-20"],"summary":["Biosimilars"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["eu-tr-48325781850-28","ec-person-059ca943fc5fc696d2a97849c635ddf7b6ab7fd7"]}} -{"id":"ec-meeting-2016-06-20-0339926617b0390c3a8b7b656814163adf84f210","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2016-06-20 - Günther Oettinger x General Electric Company"],"date":["2016-06-20"],"summary":["Digitising European Industry","digitalization of industry"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-c6cae64cc7dc787b66a47ab1613d3e922875b971","eu-tr-4016736872-59","ec-person-3297113eb5d4e59bc84d571628f0130aa75c761a"]}} -{"id":"ec-meeting-2016-06-20-083efecc47f1403f717edee3224c1cc4a1bca9fb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-20 - Cabinet of Commissioner Tibor Navracsics x ICMP - The global voice of music publishing"],"date":["2016-06-20"],"summary":["Digital Single Market"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-49f31dad10f5641cb1d1e4c3107dd838389e8120","eu-tr-65684839099-72"]}} -{"id":"ec-meeting-2016-06-20-2b3e6ca4585e6025341645540b829db2ea2f9a16","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-20 - Günther Oettinger x Axel Springer SE"],"date":["2016-06-20"],"summary":["copyright"],"location":["Berlin"],"address":["Berlin"],"addressEntity":["addr-062b06ba8e755765c6b049809b7430fd54fe5b21"],"organizer":["ec-dg-de"],"involved":["eu-tr-742417913824-11","ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0"]}} -{"id":"ec-meeting-2016-06-20-3520893ef69294fdfa9c4ea5c1d0f06e5cb9d51d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-20 - Cabinet of Vice-President Andrus Ansip x Mittetulundusühing Wikimedia Eesti"],"date":["2016-06-20"],"summary":["Freedom of Panorama"],"notes":["Portfolio: Digital Single Market"],"location":["Tartu"],"address":["Tartu"],"addressEntity":["addr-57e2e2e0fa9a9f919c22455d15c9e42d1182d8bb"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-891341722286-59","ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0"]}} -{"id":"ec-meeting-2016-06-20-3680afc90ddcef1a69952db44081600abafbbd78","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-20 - Günther Oettinger x Carus"],"date":["2016-06-20"],"summary":["trade policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-350157122315-47","ec-person-3297113eb5d4e59bc84d571628f0130aa75c761a"]}} -{"id":"ec-meeting-2016-06-20-4802f29b8cca881761a78f149c686f0ffbc69044","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-20 - Cabinet of High Representative / Vice-President Federica Mogherini x International Federation for Human Rights"],"date":["2016-06-20"],"summary":["Peace process in Colombia"],"notes":["Portfolio: Foreign Affairs and Security Policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"involved":["eu-tr-97628146980-33","ec-person-23c55ec7dbedbeca55522253bc69ae6fd1bea72c","ec-person-189fa91edba64d04693773d2f922608c3f83b78d"]}} -{"id":"ec-meeting-2016-06-20-5164e8a5bce69a5d3abe67dc015295f2ba254ee8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-20 - Cabinet of Vice-President Miguel Arias Cañete x National Grid Commercial Holdings Limited"],"date":["2016-06-20"],"summary":["Market Design and infrastructure projects"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-1831691c10441c5974327bbeb8693d6b6c1e50c3","eu-tr-56039866688-26"]}} -{"id":"ec-meeting-2016-06-20-51ec26c5fc481ed28d5064c5dc9871c749621e08","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-20 - Cabinet of Commissioner Vytenis Andriukaitis x CONFAGRICOLTURA EMILIA-ROMAGNA"],"date":["2016-06-20"],"summary":["Bluetongue"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["eu-tr-36395803420-35","ec-person-0dbfffeb0323f819c8d57164906086dd8639c437"]}} -{"id":"ec-meeting-2016-06-20-55d6217207db14bcb6034235314106a4ffd4dd91","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-20 - Cabinet of Vice-President Jyrki Katainen x EBO Worldwide Network ASBL"],"date":["2016-06-20"],"summary":["European Economic Diplomacy"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-941242711525-27","ec-person-7c9460f99c5872dbdc561f5752401c870d12e98b"]}} -{"id":"ec-meeting-2016-06-20-74dd8842ff1ac29bfa6eaa9bad65d4ee7a331db6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-20 - Regulatory Scrutiny Board x BUSINESSEUROPE"],"date":["2016-06-20"],"summary":["Better Regulation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-rsb"],"involved":["eu-tr-3978240953-79","ec-person-b79e2a722cf72068a7e5e24a5b455c04c07917fa"]}} -{"id":"ec-meeting-2016-06-20-81d200d9a604d002ef93049ecf4828f66f7e8933","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-20 - Cabinet of Vice-President Maroš Šefčovič x Climate Alliance of European cities with indigenous rainforest peoples"],"date":["2016-06-20"],"summary":["Global Covenant of Mayors"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-ea6b517040e26a62f17d2829afffeba48cfd682f","eu-tr-83923664694-38"]}} -{"id":"ec-meeting-2016-06-20-95cf2e4255e9dc19f0392d65d86f342086f17984","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-20 - Cabinet of Commissioner Jonathan Hill x NRW.BANK"],"date":["2016-06-20"],"summary":["CRD/CRR, BRRD, Solvency II, Leverage Ratio framework"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["ec-person-890015b0d769ee93a09119846b414d4aae7c64ae","eu-tr-1321739923-73"]}} -{"id":"ec-meeting-2016-06-20-a30c707628f97abc5ddef9f2728f4095d23c6962","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-20 - Cabinet of Vice-President Andrus Ansip x EBU-UER (European Broadcasting Union)"],"date":["2016-06-20"],"summary":["Telco review, must-carry-rules"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-93288301615-56","ec-person-666bc159c7e65a3af9e63c1e97435c02f1496955"]}} -{"id":"ec-meeting-2016-06-20-adc7da4c2aaa42c0861db19cdcfd62024b03c9a4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-20 - Günther Oettinger x Deutsche Industrie- und Handelskammer"],"date":["2016-06-20"],"summary":["DSM"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-22400601191-42","ec-person-4cd59e13386e3b68ecb3611fcc579e0a0a3938a5"]}} -{"id":"ec-meeting-2016-06-20-d214a84e97963a875c1b76947c5c02563761805c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-20 - Günther Oettinger x Staatsbibliothek zu Berlin - Preußischer Kulturbesitz"],"date":["2016-06-20"],"summary":["copyright"],"location":["Berlin"],"address":["Berlin"],"addressEntity":["addr-062b06ba8e755765c6b049809b7430fd54fe5b21"],"organizer":["ec-dg-de"],"involved":["ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0","eu-tr-946877522030-48"]}} -{"id":"ec-meeting-2016-06-20-f2309ada7c42056fd5aeae8614f46901946942b2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-20 - Cabinet of Vice-President Maroš Šefčovič x Bayerische Motoren Werke Aktiengesellschaft"],"date":["2016-06-20"],"summary":["Decarbonisation"],"notes":["Portfolio: Energy Union"],"location":["TEN-T Days, Rotterdam"],"address":["TEN-T Days, Rotterdam"],"addressEntity":["addr-514b95dd1012e41f595670659292da9e74b5fac3"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-3bf48630444ace93d407e52eb880e64d480f75ce","eu-tr-7193977808-18","ec-person-1f95be23689cd4ed0a26fe2980f760ccf2d55c1e"]}} -{"id":"ec-meeting-2016-06-21-06d3b76092df7897ee590b8ada3b63eece5b21a8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-21 - Cabinet of Vice-President Andrus Ansip x Etsy Ireland"],"date":["2016-06-21"],"summary":["DSM general, e-commerce"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-3ca0c466b8ff230d4409591430b388007ce14ff8","ec-person-6a03bc4fa7657513ea34529e98dba0671ef4c849","eu-tr-437739617237-77"]}} -{"id":"ec-meeting-2016-06-21-1355134b55383c07200be84dc57fc43d0d516cd5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-21 - Cabinet of Commissioner Carlos Moedas x Euronext"],"date":["2016-06-21"],"summary":["Innovation on Finance"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["eu-tr-17804464809-28","ec-person-23980b2bc4fd9c82051d0f7888dc236b2f764866"]}} -{"id":"ec-meeting-2016-06-21-13ab970c602481a24c448d7c722c6865e3a8d371","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-21 - Cabinet of Vice-President Miguel Arias Cañete x Shell Companies"],"date":["2016-06-21"],"summary":["LNG"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-1831691c10441c5974327bbeb8693d6b6c1e50c3","eu-tr-05032108616-26"]}} -{"id":"ec-meeting-2016-06-21-16377feab1b41f65ba0a146427eaf00592b2c552","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-21 - Cabinet of Commissioner Tibor Navracsics x Sports Rights Owners' Coalition"],"date":["2016-06-21"],"summary":["Digital Single Market"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["eu-tr-422544515758-37","ec-person-49f31dad10f5641cb1d1e4c3107dd838389e8120"]}} -{"id":"ec-meeting-2016-06-21-1f8ce1e8d7bad34093f73bbc0320b3149e5c8886","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-21 - Energy x Ocean Energy Europe European Renewable Energies Federation asbl European Geothermal Energy Council European Biogas Association WindEurope Solar Heat Europe/ESTIF European Heat Pump Association"],"date":["2016-06-21"],"summary":["European renewables industry"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-48677174683-66","eu-tr-10790718699-18","eu-tr-11458103335-07","eu-tr-23643001178-02","eu-tr-264048311507-68","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e","eu-tr-18191445640-83","eu-tr-19920706471-21"]}} -{"id":"ec-meeting-2016-06-21-208355d92152bd3408c699116e5c202dc58162c2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-21 - Cabinet of High Representative / Vice-President Federica Mogherini x International Center for Transitional Justice Brussels"],"date":["2016-06-21"],"summary":["Transitional Justice"],"notes":["Portfolio: Foreign Affairs and Security Policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"involved":["eu-tr-839855419588-94","ec-person-23c55ec7dbedbeca55522253bc69ae6fd1bea72c"]}} -{"id":"ec-meeting-2016-06-21-310687eaf421ca11ab3943b6cfc50daf428a08e9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-21 - Cabinet of Commissioner Phil Hogan x Nestlé S.A."],"date":["2016-06-21"],"summary":["Keynote dinner speech"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-15366395387-57","ec-person-a1a78365cc4685b0958056646204977d8f2ead92"]}} -{"id":"ec-meeting-2016-06-21-40b2c596d6af76f633f09530f15c302c801e6fd3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-21 - Cabinet of Commissioner Pierre Moscovici x BNP PARIBAS"],"date":["2016-06-21"],"summary":["final calibration of Net Stable Funding ratio and Fundamental review of the trading book."],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["ec-person-18ec03f403696ecde522f7843ba9c4ff6335ead4","eu-tr-78787381113-69"]}} -{"id":"ec-meeting-2016-06-21-43d21acb5077187fcda9b330b0eeb69500e5922c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-21 - Cabinet of Commissioner Elżbieta Bieńkowska x Teneo Brussels A123 Systems LLC."],"date":["2016-06-21"],"summary":["End of Life Vehicles Directive (ELV)"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-711100822367-33","eu-tr-91124993695-29","ec-person-b2f9be51339f054477846797e2c119fcf16548fc","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2016-06-21-58ee51d7af5a5b0ab110820102c68429eaa574bb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-21 - Cabinet of Commissioner Christos Stylianides x European Disability Forum"],"date":["2016-06-21"],"summary":["Integration of disability issues in humaitarian aid"],"notes":["Portfolio: Humanitarian Aid & Crisis Management"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-christos-commissioner-of-stylianides"],"involved":["eu-tr-57868523887-16","ec-person-cdd689bd079714522dad472ea4446b0fcc660d8f"]}} -{"id":"ec-meeting-2016-06-21-5e92e62cea5a044e3c8bad9fb57da0dad8647d3f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-21 - Cabinet of Vice-President Jyrki Katainen x League of European Research Universities"],"date":["2016-06-21"],"summary":["Research & Innovation"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-823693912705-83","ec-person-bb70699c722c1620ec520e8a4d32911a32ae078c"]}} -{"id":"ec-meeting-2016-06-21-60349f42a35966a8fed7ed998da306928ea956f5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-21 - Cabinet of Vice-President Valdis Dombrovskis x Fédération bancaire française"],"date":["2016-06-21"],"summary":["International regulatory framework for banks (Basel ongoing agenda)"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-48f31156d932641826e09f5b73f074d35ff05786","eu-tr-09245221105-30"]}} -{"id":"ec-meeting-2016-06-21-6b34eb8d841e5ec708816bc5265265611382e024","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2016-06-21 - Günther Oettinger x Deutsche Energie-Agentur (dena)"],"date":["2016-06-21"],"summary":["platform on digital energy world","platform on digital energy"],"location":["Berlin"],"address":["Berlin"],"addressEntity":["addr-062b06ba8e755765c6b049809b7430fd54fe5b21"],"organizer":["ec-dg-de"],"involved":["ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0","eu-tr-125932422883-20"]}} -{"id":"ec-meeting-2016-06-21-72e4a3f942f4a6b59920754f41b72ae69eb4d1ed","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-21 - Cabinet of Commissioner Jonathan Hill x Securities Industry and Financial Markets Association"],"date":["2016-06-21"],"summary":["EU US Financial Markets Issues"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["eu-tr-995801715250-37","ec-person-f247edfcff54d4f26fc10769f809c92bc72d6797"]}} -{"id":"ec-meeting-2016-06-21-77b98c5783a8274183c036ee7163280f352d1bbc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-21 - Inspire, Debate, Engage and Accelerate Action x Carnegie Europe"],"date":["2016-06-21"],"summary":["Think Tank Engagement"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-dg-idea"],"involved":["ec-person-4fe56a64c00b3e81c851b5538878b32481bd7d3c","eu-tr-688089718929-60"]}} -{"id":"ec-meeting-2016-06-21-81514a076eb95d467c1c6b9d167d8ca483eb4659","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-21 - Cabinet of Commissioner Jonathan Hill x European Association of Co-operative Banks"],"date":["2016-06-21"],"summary":["SMEs, Proportionality, Basel, MREL and TLAC, EDIS, PRIIPs"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["eu-tr-4172526951-19","ec-person-f247edfcff54d4f26fc10769f809c92bc72d6797"]}} -{"id":"ec-meeting-2016-06-21-8449b7e1d044f2a29fc945c088183353a277d70d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-21 - Cabinet of Commissioner Jonathan Hill x Fédération bancaire française"],"date":["2016-06-21"],"summary":["International regulatory framework for banks (Basel ongoing agenda)"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["ec-person-890015b0d769ee93a09119846b414d4aae7c64ae","eu-tr-09245221105-30"]}} -{"id":"ec-meeting-2016-06-21-8c84686417d2cc9d2092eb1a15c8544fd4d26895","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-21 - Energy x Euroheat and Power"],"date":["2016-06-21"],"summary":["Energy Efficiency"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-88457577025-19","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2016-06-21-97086eed99fb1407f81bf7788752aa675f8a4ada","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-21 - Cabinet of Vice-President Miguel Arias Cañete x Drivkraft Sverige AB"],"date":["2016-06-21"],"summary":["Biofuels"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-260e00934471a02805fb143935d6e9205a7f355f","eu-tr-110109719289-35"]}} -{"id":"ec-meeting-2016-06-21-a216385148ba4aa314e1e8f38d0f7c690a857ee2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-21 - Cabinet of Commissioner Phil Hogan x Bureau Européen de l'Agriculture Française"],"date":["2016-06-21"],"summary":["Agriculture issues"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-c9d17d5879383b030f61a4066848249fb35d57e4","eu-tr-23921286363-39"]}} -{"id":"ec-meeting-2016-06-21-ac1c5f69737296e33af5ce023ceff910b3b8be99","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-21 - Climate Action x Environmental Defense Fund, Incorporated"],"date":["2016-06-21"],"summary":["Global carbon pricing"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-clima"],"involved":["ec-person-44c2f44f96dda2012bcb4e9abc749f6cae86a4c0","eu-tr-055600221526-33"]}} -{"id":"ec-meeting-2016-06-21-b25f79a255ece3b357de3cd800ed34e87ebbcc55","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-21 - Energy x Polish Electricity Association"],"date":["2016-06-21"],"summary":["Energy policy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-255859710443-50","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2016-06-21-b99e2d0d41fed4647d77cf37b9c5c8ef10bd136e","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2016-06-21 - Günther Oettinger x KfW Bankengruppe"],"date":["2016-06-21"],"summary":["broadband fund"],"location":["Berlin"],"address":["Berlin"],"addressEntity":["addr-062b06ba8e755765c6b049809b7430fd54fe5b21"],"organizer":["ec-dg-de"],"involved":["ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0","eu-tr-79019799690-13"]}} -{"id":"ec-meeting-2016-06-21-bf4dbcaa3589810bbb94bc28411134f240c02999","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-21 - Cabinet of Commissioner Tibor Navracsics x None"],"date":["2016-06-21"],"summary":["Digital Single Market"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["eu-tr-658822313443-95","eu-tr-32997432484-79","ec-person-49f31dad10f5641cb1d1e4c3107dd838389e8120","eu-tr-661655418600-59"]}} -{"id":"ec-meeting-2016-06-21-c358211c6137a5bc75eb8b9e91f6a6fda23b70a2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-21 - Cabinet of Commissioner Phil Hogan x National Farmers' Union"],"date":["2016-06-21"],"summary":["AGRI issues"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-961181120948-12","ec-person-400dd8d59d3060187d9b9b143d697da1a3d03c12"]}} -{"id":"ec-meeting-2016-06-21-c497543bd53a699d99567ef62afadf6e51fcd20e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-21 - Energy x SPANISH GAS ASSOCIATION"],"date":["2016-06-21"],"summary":["Gas markets"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-172134011452-07","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2016-06-21-c7b2ea6d82fcad451adf73781c4b249bcbc30574","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-21 - Health and Food Safety x Consejo General de Colegios Farmacéuticos"],"date":["2016-06-21"],"summary":["To share with DG Sante the work developed in the area of eHealth, AMR and new pharmaceutical services."],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-sante"],"involved":["eu-tr-86233805607-24","ec-person-3c7fdbe0c1c235777d916309465339b7ed1666f6"]}} -{"id":"ec-meeting-2016-06-21-e1fbf98c776d1a09676d42006588d18ac7aea239","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-21 - Cabinet of Commissioner Elżbieta Bieńkowska x CONSEIL DE COOPERATION ECONOMIQUE"],"date":["2016-06-21"],"summary":["Space, defence strategy"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Paris"],"address":["Paris"],"addressEntity":["addr-22390ad11c32faec43fc61555b53607660b3c185"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["ec-person-d2997a7f359c91a337055c3e24dd36bf928de38d","eu-tr-146893419149-74"]}} -{"id":"ec-meeting-2016-06-21-e211d9e903dd24ccbca7c3dc936bc7df77aeebdc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-21 - Günther Oettinger x NRW.BANK"],"date":["2016-06-21"],"summary":["financial policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-c6cae64cc7dc787b66a47ab1613d3e922875b971","eu-tr-1321739923-73"]}} -{"id":"ec-meeting-2016-06-21-e58b96ede38695b60ae77328ea664a9d5c6c2d0d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-21 - Cabinet of Commissioner Tibor Navracsics x Plataforma per la Llengua"],"date":["2016-06-21"],"summary":["Situation of the Catalan language in Europe"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-49f31dad10f5641cb1d1e4c3107dd838389e8120","eu-tr-769898722182-72"]}} -{"id":"ec-meeting-2016-06-21-e95ad9d56a8e5fcc376d7360f6d7b1869eaf5e6d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-21 - Cabinet of High Representative / Vice-President Federica Mogherini x UniCredit"],"date":["2016-06-21"],"summary":["EU Relations/Western Balcans and Turkey"],"notes":["Portfolio: Foreign Affairs and Security Policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"involved":["eu-tr-03094871618-32","ec-person-ffe369688b1df8f09154d965f094473d619d72e0"]}} -{"id":"ec-meeting-2016-06-21-eda47cf99fea2b83ea17b239a027d71daf476fa2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-21 - Financial Stability, Financial Services and Capital Markets Union x European Association of Long-Term Investors"],"date":["2016-06-21"],"summary":["CMU"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["ec-person-bdee7a93f95c8ef05079539170139b3c02e8ed96","eu-tr-977980112556-82"]}} -{"id":"ec-meeting-2016-06-21-f2f327e39e7407d44541c079734a037c92d69b11","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-21 - Cabinet of Commissioner Vytenis Andriukaitis x Eurogroup for Animals"],"date":["2016-06-21"],"summary":["Imports of blood serum for breeding pigs"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["eu-tr-6809935493-49","ec-person-df30d07ef698a52b9948b9c734db39196cf8541f","ec-person-c986c9ff99d99d8006e000db5a8046be615813ae"]}} -{"id":"ec-meeting-2016-06-21-fc4a25bb26668399f23f9b79b14efe764b60da7c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-21 - Cabinet of Vice-President Valdis Dombrovskis x Swedish Securities Markets Association (Swedish: Föreningen Svensk Värdepappersmarknad)"],"date":["2016-06-21"],"summary":["Capital Markets Union"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-7777147632-40","ec-person-3f9ca71b74344417d1f072ba7f3e2f09a223b036"]}} -{"id":"ec-meeting-2016-06-22-01cf09c1af2f341b7012fe5fbadc4db108236892","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-22 - Cabinet of Vice-President Miguel Arias Cañete x Avisa Partners Hausfeld & Co. LLP"],"date":["2016-06-22"],"summary":["EU transport emission policy"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-54210841652-13","eu-tr-186423122423-65","ec-person-2229c857664a22dcb8eee79a8c05841fd3d0924f"]}} -{"id":"ec-meeting-2016-06-22-1ae7e328d0c3ab5b8be6debc292568c5e233df84","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-22 - Günther Oettinger x Bundesverband deutscher Banken e.V."],"date":["2016-06-22"],"summary":["DSM"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0","eu-tr-0764199368-97"]}} -{"id":"ec-meeting-2016-06-22-2a98bfb2dd9bbc395f23d7c2399ce32ff7d604cf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-22 - Cabinet of Commissioner Vytenis Andriukaitis x European Biopharmaceutical Enterprises"],"date":["2016-06-22"],"summary":["Advanced therapy medicinal products"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-059ca943fc5fc696d2a97849c635ddf7b6ab7fd7","eu-tr-768792210017-73"]}} -{"id":"ec-meeting-2016-06-22-2c4fa3f29feee02fe9b51d74a58f11ac8ba5facc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-22 - Günther Oettinger x DIGITALEUROPE"],"date":["2016-06-22"],"summary":["platforms"],"location":["BXL"],"address":["BXL"],"addressEntity":["addr-d2fde52f67ea4a3e1fe233d0a959d6a1c77fd910"],"organizer":["ec-dg-de"],"involved":["eu-tr-64270747023-20","ec-person-49723482bb23d029cbfc010cb37eec7392a0ae02"]}} -{"id":"ec-meeting-2016-06-22-3000365640b6b2d31c033bc7b1c97c734ae39c97","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-22 - Cabinet of Commissioner Věra Jourová x Google"],"date":["2016-06-22"],"summary":["Corporate Social Responsibility"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-5455ecfabb89025694c798deac08160a2be17d94","eu-tr-03181945560-59"]}} -{"id":"ec-meeting-2016-06-22-4430148b4fec248342e610d6dfee6142391a2aa5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-22 - Cabinet of Commissioner Violeta Bulc x Air Berlin PLC & Co. Luftverkehrs KG"],"date":["2016-06-22"],"summary":["Aviation"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-9d4dc4867a44dfe10f67ae7ee1706da3e8b48a24","eu-tr-60772936647-87"]}} -{"id":"ec-meeting-2016-06-22-4ecb562ec10438eb8daef61c1a13db0bc47db845","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-22 - Cabinet of Vice-President Valdis Dombrovskis x Bundesverband deutscher Banken e.V."],"date":["2016-06-22"],"summary":["Completing EMU in particular EDIS"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-48f31156d932641826e09f5b73f074d35ff05786","eu-tr-0764199368-97","ec-person-a9eda2e8ea54b70a968327672c6cada679d3cd56"]}} -{"id":"ec-meeting-2016-06-22-70fac6e4dbb52fbd73ce9b9d23e629c2ed482594","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-22 - Cabinet of Commissioner Elżbieta Bieńkowska x THALES"],"date":["2016-06-22"],"summary":["Space Strategy"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["ec-person-685ecf13dd26cd515c961e24ba71049af2302c5e","ec-person-d2997a7f359c91a337055c3e24dd36bf928de38d","eu-tr-91711831031-23"]}} -{"id":"ec-meeting-2016-06-22-75041fda97b85cc0a938e018268ef38baefe4ee4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-22 - Cabinet of Commissioner Tibor Navracsics x JA Europe"],"date":["2016-06-22"],"summary":["A New Skills Agenda for Europe, JA Europe recommendations and teaching entrepreneurship"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-cb6aa96c497dead35eb0f2ed0339e5423d506549","ec-person-1da7ee09d46288ee4ea9db2b644bdcf9c3d6d000","eu-tr-640075618084-13"]}} -{"id":"ec-meeting-2016-06-22-82cb40abb5447a62ee6a895b2ca39b1b0630af65","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-22 - Climate Action x Polish Electricity Association"],"date":["2016-06-22"],"summary":["revision of the EU ETS"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-clima"],"involved":["ec-person-44c2f44f96dda2012bcb4e9abc749f6cae86a4c0","eu-tr-255859710443-50"]}} -{"id":"ec-meeting-2016-06-22-83cf73e9cb3c73bf0625c93678cdb77cbcbabfb3","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2016-06-22 - Günther Oettinger x Booking.com B.V. Booking.com B.V."],"date":["2016-06-22"],"summary":["platforms"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-4cd59e13386e3b68ecb3611fcc579e0a0a3938a5","eu-tr-146537115285-34","ec-person-3297113eb5d4e59bc84d571628f0130aa75c761a"]}} -{"id":"ec-meeting-2016-06-22-9e9841c97212033b288cb1e5268063c8ccd45556","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-22 - Directorate-General for International Partnerships x Istituto per la Competitività"],"date":["2016-06-22"],"summary":["échanges sur les opportunités de coopération"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-intpa"],"involved":["eu-tr-859942318143-66","ec-person-05c4477b89b93e7969f12d89b38f77fedce5876f"]}} -{"id":"ec-meeting-2016-06-22-a36a2aee580e30df12c9302c656b3d48aaf4be69","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-22 - Cabinet of Commissioner Elżbieta Bieńkowska x EUROPEAN AUSTRALIAN BUSINESS COUNCIL"],"date":["2016-06-22"],"summary":["Business mission to Europe"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["ec-person-d2997a7f359c91a337055c3e24dd36bf928de38d","ec-person-6cd920669457898c6304ed6a599a852d84518227","eu-tr-56953548578-36"]}} -{"id":"ec-meeting-2016-06-22-ac5f85e2e0c08957f28e0c0c27a00131736be476","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-22 - Cabinet of Commissioner Phil Hogan x European farmers"],"date":["2016-06-22"],"summary":["Agri issues"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-c9d17d5879383b030f61a4066848249fb35d57e4","eu-tr-44856881231-49"]}} -{"id":"ec-meeting-2016-06-22-bcf03deffa95430e761e877c003138e8dddb3a39","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2016-06-22 - Günther Oettinger x Heinrich Bauer Verlag KG Heinrich Bauer Verlag KG"],"date":["2016-06-22"],"summary":["copyright , AVMSD"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-4cd59e13386e3b68ecb3611fcc579e0a0a3938a5","ec-person-c6c38691c27b1498b60b18409aa979cf1dd1f4ac","eu-tr-218282321469-11"]}} -{"id":"ec-meeting-2016-06-22-ceed8177b4bdf6d48c856ba8be2bb51c18625fb4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-22 - Cabinet of High Representative / Vice-President Federica Mogherini x EBO Worldwide Network ASBL"],"date":["2016-06-22"],"summary":["Economic Diplomacy"],"notes":["Portfolio: Foreign Affairs and Security Policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"involved":["eu-tr-941242711525-27","ec-person-efed7cdce9c9bb64dca7aedb11d12aaed5efb809"]}} -{"id":"ec-meeting-2016-06-22-dbc69f0b762bce76edbb085a0e86680e455bb647","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-22 - European Civil Protection and Humanitarian Aid Operations x Danish Refugee Council Brussels"],"date":["2016-06-22"],"summary":["Courtesy visit"],"location":["Bruxelles"],"address":["Bruxelles"],"addressEntity":["addr-b58f5927b66d94a676970dc048485d4c6848f272"],"organizer":["ec-dg-echo"],"involved":["ec-person-61ea528d6b7f7cbbd1e55a4a19794b785df35cf9","eu-tr-138599722179-35"]}} -{"id":"ec-meeting-2016-06-22-eee1bdb85e6876da0aaaeade29e7d0fd7ae6917c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-22 - Cabinet of Vice-President Cecilia Malmström x Confederation of Businessmen and Industrialists of Turkiye"],"date":["2016-06-22"],"summary":["economic situation in Turkey"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-05241797002-90","ec-person-591ec829ca734bcfe59a2c9c7f07f9dff22a0ea9"]}} -{"id":"ec-meeting-2016-06-22-f2388f1ebc6dcd00936642ba4e71928882a7904e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-22 - Cabinet of Commissioner Věra Jourová x Booking.com B.V."],"date":["2016-06-22"],"summary":["Online platforms and sharing economy and protection of consumers in digital environment"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-a2ca9161feee56909a0e98b473c2d342c20fdb57","eu-tr-146537115285-34"]}} -{"id":"ec-meeting-2016-06-22-f80b3ca49a0592827b804b376e241231a5508be5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-22 - Cabinet of Commissioner Elżbieta Bieńkowska x AMISA2"],"date":["2016-06-22"],"summary":["Collaborative Economy"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Silken Berlaymont Hotel"],"address":["Silken Berlaymont Hotel"],"addressEntity":["addr-677178d44ce6351676ffef2ba7759d11d234be3c"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["ec-person-685ecf13dd26cd515c961e24ba71049af2302c5e","eu-tr-646699114665-12"]}} -{"id":"ec-meeting-2016-06-22-facd111cb3966ef0c8c87f6ad71d07ce04112060","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-22 - Cabinet of Vice-President Cecilia Malmström x European agri-cooperatives European farmers"],"date":["2016-06-22"],"summary":["Agriculture in on-going Trade negotiations"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-09586631237-74","ec-person-98880f3f4206145e196013db9dd806a551c11e06","eu-tr-44856881231-49"]}} -{"id":"ec-meeting-2016-06-23-229f5f7079b731fb1c14abbeec9f6f1702e965fe","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-23 - Günther Oettinger x Robert Bosch GmbH"],"date":["2016-06-23"],"summary":["decarbonisation of transport"],"location":["BXL"],"address":["BXL"],"addressEntity":["addr-d2fde52f67ea4a3e1fe233d0a959d6a1c77fd910"],"organizer":["ec-dg-de"],"involved":["ec-person-5652698e8f7b4a189329e67fddbaff44dbe8658c","eu-tr-8999533555-91"]}} -{"id":"ec-meeting-2016-06-23-31be11a05b621d7803ad957cb0701c0218bb3209","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-23 - Cabinet of Commissioner Marianne Thyssen x Fonds de sécurité d'existence pour le secteur des électriciens - Fonds voor bestaanszekerheid voor de sector der elektriciens"],"date":["2016-06-23"],"summary":["Labour mobility"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["eu-tr-055731222391-91","ec-person-7567514af00f139b390cf9864d28a090ca0fde25"]}} -{"id":"ec-meeting-2016-06-23-33eb603b16085f8d8b2ce2102ba7f036e508aabf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-23 - Cabinet of Vice-President Jyrki Katainen x Canada Pension Plan Investment Board"],"date":["2016-06-23"],"summary":["Investment Plan for Europe"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90","ec-person-7c9460f99c5872dbdc561f5752401c870d12e98b","eu-tr-140719522066-79"]}} -{"id":"ec-meeting-2016-06-23-35aa23c299c051b8e8c216f91be1030f5e94fb23","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-23 - Cabinet of Vice-President Jyrki Katainen x Ernst & Young Core Business Services BV"],"date":["2016-06-23"],"summary":["Enterprise hypergrowth in the global context"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-c50e8c2cc390c5efb0626988d173bc6758459e0f","eu-tr-04458109373-91"]}} -{"id":"ec-meeting-2016-06-23-3633494ac0c61fa433e8fb597ed716551ee9f06b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-23 - Cabinet of Commissioner Elżbieta Bieńkowska x Verband Deutscher Maschinen- und Anlagenbau e.V."],"date":["2016-06-23"],"summary":["Industry 0.4"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-9765362691-45","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2016-06-23-41d100cc2b60e66c36edd65f6f88c7043236f668","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-23 - Cabinet of Commissioner Violeta Bulc x Združenje Manager"],"date":["2016-06-23"],"summary":["Meeting with Summit 100"],"notes":["Portfolio: Transport"],"location":["Ljubljana"],"address":["Ljubljana"],"addressEntity":["addr-be95acba75b6b18917b2638aae79ec1300c77c35"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-4d2b449b5047ea3fda435a2a1c1081e3babcdf76","ec-person-6a5ceb87383474e4b7f430af341029a155e255b0","eu-tr-292309115403-44"]}} -{"id":"ec-meeting-2016-06-23-43a0a29df3c1098cb72c53708b39e3cfa17f5629","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-23 - Cabinet of Commissioner Jonathan Hill x Citadel LLC"],"date":["2016-06-23"],"summary":["Market Liquidity"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["eu-tr-836939615933-24","ec-person-5e8e66c5b37cfc1f9272932bf8e12f4b28d1160a"]}} -{"id":"ec-meeting-2016-06-23-5543639625f7fb313dcb4349f84a052c982376d1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-23 - Cabinet of Vice-President Cecilia Malmström x ArcelorMittal"],"date":["2016-06-23"],"summary":["situation in the EU steel industry"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-23527541824-60","ec-person-591ec829ca734bcfe59a2c9c7f07f9dff22a0ea9"]}} -{"id":"ec-meeting-2016-06-23-67bcfac1d33abad21f57a16dff192a4eb94c7f9e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-23 - Günther Oettinger x Mercedes-Benz Group AG"],"date":["2016-06-23"],"summary":["connected and automated driving"],"location":["BXL"],"address":["BXL"],"addressEntity":["addr-d2fde52f67ea4a3e1fe233d0a959d6a1c77fd910"],"organizer":["ec-dg-de"],"involved":["ec-person-5652698e8f7b4a189329e67fddbaff44dbe8658c","eu-tr-2349218828-41"]}} -{"id":"ec-meeting-2016-06-23-67c483e77ef163abba65ee6438cfc5ac961a92d7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-23 - Cabinet of Commissioner Elżbieta Bieńkowska x FederlegnoArredo - Federazione Italiana delle Industrie del Legno, del Sughero, del Mobile e dell'Arredamento"],"date":["2016-06-23"],"summary":["Furniture Industry"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-30579503232-50","ec-person-95a769a1850d7d595f9a5853c51dcbdd3ddd69fb"]}} -{"id":"ec-meeting-2016-06-23-704d7323c5b05f29b5bcf586e49d1f336e13da77","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-23 - Cabinet of Vice-President Andrus Ansip x Workday"],"date":["2016-06-23"],"summary":["Privacy Shield"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-021253717373-58","ec-person-5db7bdd1c81da2e70eb5b982097d0004111b5c3e"]}} -{"id":"ec-meeting-2016-06-23-75a092c8e01c2977a4871ccdad13fe42cc086674","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-23 - Financial Stability, Financial Services and Capital Markets Union x Crédit Agricole S.A."],"date":["2016-06-23"],"summary":["Les travaux en cours au niveau du Comité de Bâle"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-35147251117-11","ec-person-bdee7a93f95c8ef05079539170139b3c02e8ed96"]}} -{"id":"ec-meeting-2016-06-23-85d7020ded41b6ef794d071a7a7fc5c157f2393a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-23 - Günther Oettinger x Selbstregulierung Informationswirtschaft e.V."],"date":["2016-06-23"],"summary":["DSM"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-4cd59e13386e3b68ecb3611fcc579e0a0a3938a5","eu-tr-618569919406-26"]}} -{"id":"ec-meeting-2016-06-23-9599e1b708138119822bdb04082df2cdfa351051","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-23 - Cabinet of Vice-President Jyrki Katainen x Universal Music Group International"],"date":["2016-06-23"],"summary":["Development of the music market"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-c50e8c2cc390c5efb0626988d173bc6758459e0f","eu-tr-530216615544-40"]}} -{"id":"ec-meeting-2016-06-23-be0be50dacef2dde29fab308f47ff5cdd316c865","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-23 - Günther Oettinger x ENEDIS"],"date":["2016-06-23"],"summary":["digitalization in energy area"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-68134637922-07","ec-person-3297113eb5d4e59bc84d571628f0130aa75c761a"]}} -{"id":"ec-meeting-2016-06-23-cc2cd5d87caab751193a469d41a4ba369e09b15e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-23 - Cabinet of Commissioner Pierre Moscovici x Universal Music Group International"],"date":["2016-06-23"],"summary":["UMG want to : 1) introduce themselves for an ongoing dialogue; 2) discuss the music market’s rapid transformation and wholly-changed competitive landscape; and 3) present a view for the future."],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["ec-person-14ef50b9efbe5ab02d528e0ec4ac50c9caf964e3","eu-tr-530216615544-40"]}} -{"id":"ec-meeting-2016-06-23-e65a25f5386a75fe8ceec8ad8f7630bf04cb7328","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-23 - Cabinet of High Representative / Vice-President Federica Mogherini x ENEL SpA"],"date":["2016-06-23"],"summary":["Follow up on Enel activities"],"notes":["Portfolio: Foreign Affairs and Security Policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"involved":["ec-person-44c0409df0e9c3a69a1fe1442fc91e31f6c2786b","eu-tr-6256831207-27"]}} -{"id":"ec-meeting-2016-06-23-f45f944ea7c7a91b11795550e0cb7c88af069c9c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-23 - Cabinet of Commissioner Tibor Navracsics x Universal Music Group International"],"date":["2016-06-23"],"summary":["Digital Single Market"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-49f31dad10f5641cb1d1e4c3107dd838389e8120","eu-tr-530216615544-40"]}} -{"id":"ec-meeting-2016-06-24-07634fcc20d9e7538e2fd62b2d228ae44a63c32e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-24 - Cabinet of Vice-President Maroš Šefčovič x SOCAR Representative Office in Belgium"],"date":["2016-06-24"],"summary":["presentation Odessa-Brody project"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-293526811220-13","ec-person-1f95be23689cd4ed0a26fe2980f760ccf2d55c1e"]}} -{"id":"ec-meeting-2016-06-24-17dec5e5a7e25468c0ae5e49fbe651bcb6c3b0ab","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-24 - Cabinet of Vice-President Maroš Šefčovič x European Partnership for Energy and the Environment The European Association for the Promotion of Cogeneration Association of the European Heating Industry European Ventilation Industry Association"],"date":["2016-06-24"],"summary":["Energy efficiency and decarbonisation"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-1f95be23689cd4ed0a26fe2980f760ccf2d55c1e","eu-tr-95685068542-71","eu-tr-05513338917-92","eu-tr-38305846546-70","eu-tr-22276738915-67"]}} -{"id":"ec-meeting-2016-06-24-30c8b3af97567e60aa44327e533d79aa3add641a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-24 - Cabinet of Commissioner Phil Hogan x Electricity Supply Board"],"date":["2016-06-24"],"summary":["Overview of ESB and how/where it operates; role in the Integrated Single Electricity Market made up of GB/NI/ROI; 4.\tEurope and Ireland’s Carbon Challenges Post COP 21 (Which we welcome); hearing perspectives on land use, land use change and forestry (LULUCF) and how it might affect Carbon targets in Ireland"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["BERL 08/318"],"address":["BERL 08/318"],"addressEntity":["addr-9e7a54bf1352143376eb5ec896985192229da490"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-241656822426-29","ec-person-7d3caa534e5cdda6d5b949bd4b2def39356e3bec"]}} -{"id":"ec-meeting-2016-06-24-452781ff70e6adcad8a60d124bdff16dad36d2af","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2016-06-24 - Günther Oettinger x Euronews"],"date":["2016-06-24"],"summary":["state of play negotiations"],"location":["Lyon"],"address":["Lyon"],"addressEntity":["addr-438a3faba4ce9be9819a7628ebf772e4ca3fe6da"],"organizer":["ec-dg-de"],"involved":["ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0","eu-tr-944964416106-32"]}} -{"id":"ec-meeting-2016-06-24-4b0b951abc96cf2df0271316c9f25f98520d46bf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-24 - Cabinet of President Jean-Claude Juncker x Deutscher Industrie- und Handelskammertag e.V."],"date":["2016-06-24"],"summary":["Speech at High-Level conference on investment"],"notes":["Portfolio: President"],"location":["Berlin, Germany"],"address":["Berlin, Germany"],"addressEntity":["addr-45087614a913d81becb706e8469c1cd56b027e7f"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-22400601191-42","ec-person-c402e34a99fbee730ae22e3b1958e21c94dc6fcc"]}} -{"id":"ec-meeting-2016-06-24-4cc6fec2bc51a2ccce57a31c30af133c29633a22","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-24 - Cabinet of Vice-President Jyrki Katainen x Ελληνικός Χρυσός Μονοπρόσωπη AEMBX"],"date":["2016-06-24"],"summary":["Investments in Greece"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-418054221650-28","ec-person-0da85dc48012e26688310a59a0b51727ea68f410"]}} -{"id":"ec-meeting-2016-06-24-568fca327bed4a66179bf4f15d34cfcaf47873c1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-24 - Günther Oettinger x Deutsche Telekom"],"date":["2016-06-24"],"summary":["free flow of data"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-3297113eb5d4e59bc84d571628f0130aa75c761a","eu-tr-60052162589-72"]}} -{"id":"ec-meeting-2016-06-24-5de9bd367d46c4c4fdb3cae160369cf23cc2da88","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-24 - Cabinet of Vice-President Maroš Šefčovič x POLIS"],"date":["2016-06-24"],"summary":["Low-emission mobility"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-ea6b517040e26a62f17d2829afffeba48cfd682f","eu-tr-27284005223-47","ec-person-1f95be23689cd4ed0a26fe2980f760ccf2d55c1e"]}} -{"id":"ec-meeting-2016-06-24-62d915cf5bc950367603f2617e2d7df003e3e280","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-24 - Cabinet of Commissioner Elżbieta Bieńkowska x Rakuten Group, Inc"],"date":["2016-06-24"],"summary":["collaborative economy"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-952721718748-34","ec-person-b2f9be51339f054477846797e2c119fcf16548fc"]}} -{"id":"ec-meeting-2016-06-24-84652e60e7f979e291cf4b4a8e064eb386d9f8b4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-24 - Cabinet of Commissioner Tibor Navracsics x IMPALA Association Internationale AISBL"],"date":["2016-06-24"],"summary":["Digital Single Market"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-49f31dad10f5641cb1d1e4c3107dd838389e8120","eu-tr-12383069253-19"]}} -{"id":"ec-meeting-2016-06-24-9320219bd00ad300e6a144bdc003df2aac3cb23b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-24 - Cabinet of Commissioner Phil Hogan x Greenhouse Communications"],"date":["2016-06-24"],"summary":["glyphosate"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["BERL 08/318"],"address":["BERL 08/318"],"addressEntity":["addr-9e7a54bf1352143376eb5ec896985192229da490"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-486836616056-77","ec-person-7d3caa534e5cdda6d5b949bd4b2def39356e3bec"]}} -{"id":"ec-meeting-2016-06-24-932b8974fc3f103a9a139b501cbb121e7fbbd61a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-24 - Mobility and Transport x FERROVIE DELLO STATO ITALIANE S.p.A. THALES"],"date":["2016-06-24"],"summary":["EFSI and ERTMS"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-move"],"involved":["eu-tr-1954267427-31","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2","eu-tr-91711831031-23"]}} -{"id":"ec-meeting-2016-06-24-95142d34587a6f1860b0f9d047944c0b1ff74b1d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-24 - Cabinet of Commissioner Tibor Navracsics x Google"],"date":["2016-06-24"],"summary":["Digital news initiative"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-49f31dad10f5641cb1d1e4c3107dd838389e8120","eu-tr-03181945560-59"]}} -{"id":"ec-meeting-2016-06-24-cfdfe6f70705211a9dba8807a3753ada9ef2fad3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-24 - Cabinet of Vice-President Jyrki Katainen x Japan Machinery Center for Trade and Investment"],"date":["2016-06-24"],"summary":["EU-Japan economic relations"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-539264617342-19","ec-person-7c9460f99c5872dbdc561f5752401c870d12e98b"]}} -{"id":"ec-meeting-2016-06-24-f707f0deb9c3aa738570f4f2cf1d5b5aef331845","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-24 - Cabinet of Commissioner Phil Hogan x Irish Co-operative Organisation Society Ltd."],"date":["2016-06-24"],"summary":["Climate Change"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Ireland"],"address":["Ireland"],"addressEntity":["addr-eb2131ece0efe78ee8bb1ae98af6099114a8df09"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-99345863205-62","ec-person-a1a78365cc4685b0958056646204977d8f2ead92"]}} -{"id":"ec-meeting-2016-06-27-002c8467548108e984d81a6110cea097dddcb24c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-27 - Cabinet of Vice-President Jyrki Katainen x European Producers Union of Renewable Ethanol"],"date":["2016-06-27"],"summary":["role of biofuels in the context of the 2030 energy and climate policy framework"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-32591134448-30","ec-person-0da85dc48012e26688310a59a0b51727ea68f410"]}} -{"id":"ec-meeting-2016-06-27-00db649a6c567464935436674fad7b3a15cab1de","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-27 - Cabinet of Vice-President Andrus Ansip x The EMEA Satellite Operators' Assocation"],"date":["2016-06-27"],"summary":["Satellites and inclusion in 5G, spectrum"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0","ec-person-666bc159c7e65a3af9e63c1e97435c02f1496955","eu-tr-93226026703-84"]}} -{"id":"ec-meeting-2016-06-27-0f886082d989efe7c13951ec22100a6cdf03da33","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-27 - Cabinet of Commissioner Tibor Navracsics x A² Policy Advice SPRL"],"date":["2016-06-27"],"summary":["Digital Single Market"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-49f31dad10f5641cb1d1e4c3107dd838389e8120","eu-tr-435130314953-28"]}} -{"id":"ec-meeting-2016-06-27-15e740c8a10e4f6957ec808735ed8cf93c2ffb83","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-27 - Günther Oettinger x European Electronic Component Manufacturers' Association"],"date":["2016-06-27"],"summary":["Digital platforms, DSM, copyright"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-22092908193-23","ec-person-481c1b59e4c83b05529b763cfc2447c0d88fe517"]}} -{"id":"ec-meeting-2016-06-27-16f100062988035327569b51d90d646b57faeece","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-27 - Cabinet of Vice-President Andrus Ansip x Universal Music Group International"],"date":["2016-06-27"],"summary":["Copyright"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-e91c5be432b6b3efdda369792fed67c20b767a45","eu-tr-530216615544-40"]}} -{"id":"ec-meeting-2016-06-27-170d8b6d124d748b653a7cb4de1d3d92e2e427e6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-27 - Cabinet of Vice-President Andrus Ansip x CNC - Communications & Network Consulting AG Fédération Internationale des Associations de producteurs de Films Headquarters asbl European Film Agency Directors Filmförderungsanstalt/German Federal Film Board"],"date":["2016-06-27"],"summary":["Copyright, cross-border access"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-41870286144-59","eu-tr-693666018970-20","ec-person-6a03bc4fa7657513ea34529e98dba0671ef4c849","eu-tr-430805515370-85","eu-tr-332167817125-52","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45"]}} -{"id":"ec-meeting-2016-06-27-30d4ec78edf20c3491942663ff90b528ac712906","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-27 - Cabinet of Commissioner Věra Jourová x Evropský institut odkazu šoa"],"date":["2016-06-27"],"summary":["Hate crimes"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["eu-tr-242965915711-62","ec-person-1e0e3a00ab815dea7c5b839b002ed2c7e34bfe0a"]}} -{"id":"ec-meeting-2016-06-27-39288fa3a4a0ddd1b7e766dc040b679793586e09","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-27 - Cabinet of Commissioner Vytenis Andriukaitis x Euroseeds EuropaBio Syngenta Crop Protection AG DuPont de Nemours International SARL KWS SAAT SE & Co. KGaA Groupe Limagrain Holding Monsanto"],"date":["2016-06-27"],"summary":["New breeding techniques, innovation in seeds"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-b9c3f19e7c5f216e3e508f931ddd6a9cb59376d1","eu-tr-3181166932-58","eu-tr-244545921577-11","eu-tr-678841411135-35","eu-tr-11362308587-10","eu-tr-1298286943-59","eu-tr-106034119290-26","eu-tr-16822412339-79","ec-person-df30d07ef698a52b9948b9c734db39196cf8541f"]}} -{"id":"ec-meeting-2016-06-27-3cba6a5c3d461f3f8c61dca627bcc465d752204e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-27 - Cabinet of Vice-President Jyrki Katainen x East and North Finland EU Office"],"date":["2016-06-27"],"summary":["EU research policy and financing opportunities"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-99365f4c3081112dcbfa722a5eb05adecc68503e","eu-tr-626247915526-71"]}} -{"id":"ec-meeting-2016-06-27-3d6686d925876500e590bad573278060caa73e6b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-27 - Cabinet of Commissioner Tibor Navracsics x European Film Agency Directors"],"date":["2016-06-27"],"summary":["Digital Single Market"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-49f31dad10f5641cb1d1e4c3107dd838389e8120","eu-tr-430805515370-85"]}} -{"id":"ec-meeting-2016-06-27-3da692b1bd04efd077338b603f7e21a0761acea9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-27 - Cabinet of Vice-President Andrus Ansip x Microsoft Corporation"],"date":["2016-06-27"],"summary":["DSM related issues"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-0801162959-21","ec-person-91ca0921c6790191daa54427311acd63035e7c9e"]}} -{"id":"ec-meeting-2016-06-27-3fdbb2ed6eae1f4b821a9ef2eb068dc1569ecb72","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-27 - Cabinet of Commissioner Věra Jourová x Cicero Consulting Limited InterContinental Hotels Group"],"date":["2016-06-27"],"summary":["Online platforms and hotel sector"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-a2ca9161feee56909a0e98b473c2d342c20fdb57","eu-tr-700552220021-46","eu-tr-40887916962-23"]}} -{"id":"ec-meeting-2016-06-27-452e8b0e8735dd041adcc925b18776f57760b0a4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-27 - Günther Oettinger x Amazon Europe Core SARL"],"date":["2016-06-27"],"summary":["geoblocking"],"location":["BXL"],"address":["BXL"],"addressEntity":["addr-d2fde52f67ea4a3e1fe233d0a959d6a1c77fd910"],"organizer":["ec-dg-de"],"involved":["ec-person-49723482bb23d029cbfc010cb37eec7392a0ae02","eu-tr-366117914426-10"]}} -{"id":"ec-meeting-2016-06-27-4c9e24508e4a97d41c52b3fcf5e7848b79084427","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-27 - Cabinet of Vice-President Maroš Šefčovič x Association des Constructeurs Européens d'Automobiles"],"date":["2016-06-27"],"summary":["Decarbonisation"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-3bf48630444ace93d407e52eb880e64d480f75ce","eu-tr-0649790813-47"]}} -{"id":"ec-meeting-2016-06-27-56a36aa920a9f19a46a86322b63440dac9ed818d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-27 - Cabinet of Commissioner Violeta Bulc x Airlines for America"],"date":["2016-06-27"],"summary":["Aviation"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-9d4dc4867a44dfe10f67ae7ee1706da3e8b48a24","eu-tr-78160685782-84"]}} -{"id":"ec-meeting-2016-06-27-5e99861fd29711dd54a2d2876613d317745da2e4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-27 - Cabinet of Commissioner Elżbieta Bieńkowska x Japan Automobile Manufacturers Association, Inc. European Office"],"date":["2016-06-27"],"summary":["Economic Partnership Agreement EPA"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["ec-person-95a769a1850d7d595f9a5853c51dcbdd3ddd69fb","eu-tr-47288759638-75","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2016-06-27-698e8739d839813ae9b59a9ab8bec26eea41c366","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-27 - Cabinet of Vice-President Kristalina Georgieva x Sant'Egidio BXL Europe"],"date":["2016-06-27"],"summary":["Meeting with representatives of the Community of Sant'Egidio"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-georgieva-kristalina-of-president-vice"],"involved":["ec-person-335e79b90bd0f2b37f9193d6285514044d6c897e","eu-tr-188918620990-58"]}} -{"id":"ec-meeting-2016-06-27-7ec12425688e582d171f9c41d0e02a090d3c1337","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-27 - Cabinet of Vice-President Valdis Dombrovskis x None"],"date":["2016-06-27"],"summary":["joint meeting with VP Katainen to discuss Investments in Greece"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels, Berlaymont"],"address":["Brussels, Berlaymont"],"addressEntity":["addr-2d842da4e8cf3dbd0304d45e6b874d5f0aa57edf"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-418054221650-28","eu-tr-62722978644-95","ec-person-b3851773e6fffa3f8f2c4483b70f7bb63da8a4c3","ec-person-a9eda2e8ea54b70a968327672c6cada679d3cd56"]}} -{"id":"ec-meeting-2016-06-27-88cdd3576642a73f49226bdf6ecf4ffb539f306c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-27 - Cabinet of Commissioner Phil Hogan x Veneto Agricoltura"],"date":["2016-06-27"],"summary":["Business discussion"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-400dd8d59d3060187d9b9b143d697da1a3d03c12","eu-tr-90306546239-76"]}} -{"id":"ec-meeting-2016-06-27-8bf03e46a995835df375b8094667b4632229622d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-27 - Mobility and Transport x Airlines International Representation in Europe"],"date":["2016-06-27"],"summary":["NM Audit, aviation strategy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-move"],"involved":["eu-tr-686630315059-63","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2016-06-27-ac8551276a45d2822739d31a4cf2dd752d1db4ab","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2016-06-27 - Cabinet of Vice-President Miguel Arias Cañete x Axpo Holding AG"],"date":["2016-06-27"],"summary":["Hydropower","Energy market design"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-1831691c10441c5974327bbeb8693d6b6c1e50c3","ec-person-260e00934471a02805fb143935d6e9205a7f355f","eu-tr-08171556938-65"]}} -{"id":"ec-meeting-2016-06-27-c8ffb7d0a5693a73a238f4f6cc4e285c8cc29f8b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-27 - Cabinet of Commissioner Marianne Thyssen x European Confederation of Junior Enterprises"],"date":["2016-06-27"],"summary":["Skills, Entrepreneurship"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["ec-person-bdb607d5d994a4056dd700f8f52d9af25b406b36","eu-tr-802480918087-92"]}} -{"id":"ec-meeting-2016-06-27-d08179aa931c1f89ecfe91573c0c1c3bad98f210","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-27 - Cabinet of Commissioner Violeta Bulc x Airbus"],"date":["2016-06-27"],"summary":["Visit of Airbus Tianjin Assembly line"],"notes":["Portfolio: Transport"],"location":["Tianjin"],"address":["Tianjin"],"addressEntity":["addr-dca4fa0b4d01a580786b610c8c4a5fdfcc5f5ce3"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-4d2b449b5047ea3fda435a2a1c1081e3babcdf76","ec-person-6a5ceb87383474e4b7f430af341029a155e255b0","eu-tr-2732167674-76"]}} -{"id":"ec-meeting-2016-06-27-ddbd5a5dc668635ff0ec98492bb4278e0af0c31b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-27 - Cabinet of Vice-President Jyrki Katainen x None"],"date":["2016-06-27"],"summary":["Investments in Greece"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-3775b7be791f90ed462b9071c9ae596b80d71bca","ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90","ec-person-0da85dc48012e26688310a59a0b51727ea68f410","eu-tr-62722978644-95","eu-tr-418054221650-28"]}} -{"id":"ec-meeting-2016-06-27-ec1a2fb166570d7618e80186e7f66d6118aa8b1b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-27 - Cabinet of Vice-President Maroš Šefčovič x Jeremy Rifkin Enterprises"],"date":["2016-06-27"],"summary":["The Third Industrial Revolution"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-ea6b517040e26a62f17d2829afffeba48cfd682f","eu-tr-433579315121-82"]}} -{"id":"ec-meeting-2016-06-28-0a3cacf022cb9b5d6491ac8496a9d750dab90b6e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-28 - Cabinet of Vice-President Miguel Arias Cañete x E.ON SE"],"date":["2016-06-28"],"summary":["Challenges of the Energy Union implementation with a focus on innovation and the E.ON strategy in this respect"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-72760517350-57","ec-person-2229c857664a22dcb8eee79a8c05841fd3d0924f"]}} -{"id":"ec-meeting-2016-06-28-0adedbc1c7db2389b4aeb6e89abc9a8baab48390","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-28 - Cabinet of Commissioner Elżbieta Bieńkowska x EuroCommerce"],"date":["2016-06-28"],"summary":["Ongoing dialogue with retail stakeholders, exchange of views on the state of play of the Single Market in particular in Central and Eastern Europe"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-84973761187-60","ec-person-6cd920669457898c6304ed6a599a852d84518227"]}} -{"id":"ec-meeting-2016-06-28-0f2f99016f0479bfad914de96c04e9ac43909ee3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-28 - Cabinet of Vice-President Jyrki Katainen x Teollisuuden Voima Oyj Aula Europe"],"date":["2016-06-28"],"summary":["OL3 update"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-352103717639-15","ec-person-f9208d930adc70c6c64e21701e48f85f6f18e949","eu-tr-88742028087-64"]}} -{"id":"ec-meeting-2016-06-28-186f470e8d9d5c0f58de2d692fd62d544ae4d665","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-28 - Cabinet of Commissioner Christos Stylianides x Norwegian Refugee Council Europe"],"date":["2016-06-28"],"summary":["Objective was to update Cabinet on the latest developments on humanitarian situation in relation to the Falluja offensive and to voice their concerns"],"notes":["Portfolio: Humanitarian Aid & Crisis Management"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-christos-commissioner-of-stylianides"],"involved":["ec-person-2fc13fcb7185092e68bea299c3be5ed16c4bdaf0","eu-tr-750447615329-96"]}} -{"id":"ec-meeting-2016-06-28-1dc02d90514bca62ac0d1bd6527f0cc4fd31bae4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-28 - Internal Market, Industry, Entrepreneurship and SMEs x Volkswagen Aktiengesellschaft"],"date":["2016-06-28"],"summary":["Technical update regarding fixing of cars and consumer compensation following the emissions scandal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-grow"],"involved":["ec-person-60a3d0d628d231b41af1d0c65607b0fd78ca4edc","eu-tr-6504541970-40"]}} -{"id":"ec-meeting-2016-06-28-1efb7f8f015cda873dc30a0558f5cf264f339b9d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-28 - Cabinet of Commissioner Vytenis Andriukaitis x G & H Associates (Europe) Ltd Johnson & Johnson"],"date":["2016-06-28"],"summary":["Alzheimer's disease: research to prevent Alzheimer"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-059ca943fc5fc696d2a97849c635ddf7b6ab7fd7","ec-person-97425c615743576adc42e09bee7dac14f83f691b","eu-tr-117819413609-43","eu-tr-75617941310-89"]}} -{"id":"ec-meeting-2016-06-28-22d62bded3255de664d027f8ac84dffa4ff6eced","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-28 - Günther Oettinger x Google"],"date":["2016-06-28"],"summary":["connected and automated driving"],"location":["BXL"],"address":["BXL"],"addressEntity":["addr-d2fde52f67ea4a3e1fe233d0a959d6a1c77fd910"],"organizer":["ec-dg-de"],"involved":["eu-tr-03181945560-59","ec-person-5652698e8f7b4a189329e67fddbaff44dbe8658c"]}} -{"id":"ec-meeting-2016-06-28-2edb367866bd0a9a1c261c9b6b3376df5b5a2abb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-28 - Environment x BUSINESSEUROPE"],"date":["2016-06-28"],"summary":["Circular Economy, Innovation, Industrial Emissions, REACH"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-env"],"involved":["eu-tr-3978240953-79","ec-person-3bc74ce04ea3f4ab4d91a5c88eef25b8b8a213b4"]}} -{"id":"ec-meeting-2016-06-28-3bbb7b2175b64dc7ef2568f566d79e8dc3b5b515","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-28 - Cabinet of Vice-President Johannes Hahn x Amnesty International Limited"],"date":["2016-06-28"],"summary":["Civil society in Egypt"],"notes":["Portfolio: European Neighbourhood Policy & Enlargement Negotiations"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-hahn-johannes-of-president-vice"],"involved":["ec-person-643595d3a737c63fc95146b51292a4684ed1ca75","eu-tr-11063928073-34"]}} -{"id":"ec-meeting-2016-06-28-45efec8f0bc378bf619f3d18242d5ea422aa07bf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-28 - Günther Oettinger x Deutsch-Russischer Wirtschaftsbund e.V."],"date":["2016-06-28"],"summary":["digitasing industry"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0","eu-tr-024365217920-82"]}} -{"id":"ec-meeting-2016-06-28-4738c7aadd38989fb38c21423d51784363441b30","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-28 - Cabinet of Vice-President Miguel Arias Cañete x Gas Infrastructure Europe"],"date":["2016-06-28"],"summary":["Market design"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-1831691c10441c5974327bbeb8693d6b6c1e50c3","eu-tr-76130992074-15"]}} -{"id":"ec-meeting-2016-06-28-58734a7bbeea4f99bb6a0556946c968ac8cd398b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-28 - Mobility and Transport x Airlines for Europe"],"date":["2016-06-28"],"summary":["Air mobility and prosperity"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-move"],"involved":["eu-tr-807912421050-91","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2016-06-28-67bcfac1d33abad21f57a16dff192a4eb94c7f9e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-28 - Günther Oettinger x Mercedes-Benz Group AG"],"date":["2016-06-28"],"summary":["decarbonisation of transport"],"location":["BXL"],"address":["BXL"],"addressEntity":["addr-d2fde52f67ea4a3e1fe233d0a959d6a1c77fd910"],"organizer":["ec-dg-de"],"involved":["ec-person-5652698e8f7b4a189329e67fddbaff44dbe8658c","eu-tr-2349218828-41"]}} -{"id":"ec-meeting-2016-06-28-6a673e638fb5ae41da00f607d61f1c87a67e3252","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-28 - Taxation and Customs Union x PwCIL"],"date":["2016-06-28"],"summary":["Discussion on tax policy and tax transparency"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-taxud"],"involved":["eu-tr-60402754518-05","ec-person-3173c1cc052827c58f23ccd3a8de07534f0d35bd"]}} -{"id":"ec-meeting-2016-06-28-6aff1b1770bc1bf57d296442e369dadfbd4b2282","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-28 - Cabinet of Vice-President Maroš Šefčovič x 50Hertz Transmission GmbH"],"date":["2016-06-28"],"summary":["Role of TSO in the IEM"],"notes":["Portfolio: Energy Union"],"location":["Brussles"],"address":["Brussles"],"addressEntity":["addr-e6ba3e89050fdfff2010d3fb9d2fbe42cd1cafd9"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-266727516639-73","ec-person-2be517b9261a91f2f07e05ec14c6331980e9716e"]}} -{"id":"ec-meeting-2016-06-28-89bb10143e04a0a3a3c23aa7ac18ddc0fed54a74","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-28 - Cabinet of Commissioner Phil Hogan x Airlines for Europe"],"date":["2016-06-28"],"summary":["CEO Summit"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-807912421050-91","ec-person-ff8342dedc26701400fcb7dcf73fbee50a837ac6"]}} -{"id":"ec-meeting-2016-06-28-96c393d1c1bee6df5bc507b9710417a281e82375","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-28 - Cabinet of Vice-President Miguel Arias Cañete x Glen Dimplex"],"date":["2016-06-28"],"summary":["Energy efficiency"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-595298519453-29","ec-person-2229c857664a22dcb8eee79a8c05841fd3d0924f"]}} -{"id":"ec-meeting-2016-06-28-99c7d25eab2875939e25c4cdacc615547fd86098","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-28 - Cabinet of Commissioner Vytenis Andriukaitis x European Chemical Industry Council CropLife Europe"],"date":["2016-06-28"],"summary":["Endocrine disruptors"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-b9c3f19e7c5f216e3e508f931ddd6a9cb59376d1","eu-tr-0711626572-26","eu-tr-64879142323-90"]}} -{"id":"ec-meeting-2016-06-28-a00041849456b02937729b07681b2df507ec7099","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-28 - Cabinet of Vice-President Jyrki Katainen x VERBOND VAN BELGISCHE ONDERNEMINGEN / FEDERATION DES ENTREPRISES DE BELGIQUE"],"date":["2016-06-28"],"summary":["Investment plan implementation"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-47676761061-93","ec-person-3775b7be791f90ed462b9071c9ae596b80d71bca","ec-person-bb70699c722c1620ec520e8a4d32911a32ae078c"]}} -{"id":"ec-meeting-2016-06-28-c3fbfc7715e50ef9d8808629b0ec6c1be001a52a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-28 - Cabinet of Vice-President Maroš Šefčovič x Airlines for Europe"],"date":["2016-06-28"],"summary":["Aviation Package"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-807912421050-91","ec-person-1f95be23689cd4ed0a26fe2980f760ccf2d55c1e"]}} -{"id":"ec-meeting-2016-06-28-c61c8fa820090e6e99d9eb2c465717ff866112fa","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-28 - Cabinet of Commissioner Violeta Bulc x Google"],"date":["2016-06-28"],"summary":["self-driving car project"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-03181945560-59","ec-person-e14c58f620f40325d829df7be0823280307bc15f"]}} -{"id":"ec-meeting-2016-06-28-ca9565b672e5b8b205fa27f9ea0d4a9e1c3d5cbd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-28 - Cabinet of Commissioner Elżbieta Bieńkowska x Teollisuuden Voima Oyj"],"date":["2016-06-28"],"summary":["role and competittiveness of nuclear power in the EU's changing energy policy and electricity market"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-352103717639-15","ec-person-b2f9be51339f054477846797e2c119fcf16548fc"]}} -{"id":"ec-meeting-2016-06-28-cce20bb749d1bb23eb554277a0dac6c490be27a4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-28 - Cabinet of Commissioner Tibor Navracsics x European Confederation of Junior Enterprises"],"date":["2016-06-28"],"summary":["Teaching entrepreneurship in higher education"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["eu-tr-802480918087-92","ec-person-1da7ee09d46288ee4ea9db2b644bdcf9c3d6d000"]}} -{"id":"ec-meeting-2016-06-28-d391df64a46df0ce4255d5923633a7711d5b1de5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-28 - Cabinet of Vice-President Karmenu Vella x Fur Europe"],"date":["2016-06-28"],"summary":["The EU seal regime"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["eu-tr-819965911378-79","ec-person-4ff7c27445db4ad88e687776974fd8d077a1fe0c"]}} -{"id":"ec-meeting-2016-06-28-ee5ce35ae31bbfbd5bd026c8f6084c7e77a9fcbe","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-28 - Cabinet of Vice-President Maroš Šefčovič x Teollisuuden Voima Oyj"],"date":["2016-06-28"],"summary":["Perspectives of nuclear energy under Energy Union"],"notes":["Portfolio: Energy Union"],"location":["Belgium, Berl"],"address":["Belgium, Berl"],"addressEntity":["addr-e59a5e703aa266dee31302454b2a10e04c57b23b"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-352103717639-15","ec-person-9f6823821fe68d82e9b9dbe81181ecacb0265d94","ec-person-af83ed49c403cb9d7ebfecca7893f0054c1f4be5"]}} -{"id":"ec-meeting-2016-06-28-fbaaa4f222a086fb4ddea9fc3d01f05f65a2876d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-28 - Cabinet of Vice-President Jyrki Katainen x Ryanair Holdings FINNAIR OYJ Airlines for Europe"],"date":["2016-06-28"],"summary":["economic impact of ATC strikes on EU growth and jobs"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-457984316938-16","eu-tr-807912421050-91","eu-tr-002977215945-85","ec-person-0da85dc48012e26688310a59a0b51727ea68f410"]}} -{"id":"ec-meeting-2016-06-29-07230cf90c8a319ec68f16db543376f0d8720cd8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-29 - Cabinet of Vice-President Neven Mimica x Hanns-Seidel-Stiftung"],"date":["2016-06-29"],"summary":["Engagement of Hanns-Seidel-Stiftung in developing countries, in particular on good governance"],"notes":["Portfolio: International Cooperation & Development"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-mimica-neven-of-president-vice"],"involved":["ec-person-e90858f5aba78fd0e1cb2f757c3f38d55d91f98b","eu-tr-49906988199-86"]}} -{"id":"ec-meeting-2016-06-29-149ca2677902723d43534b0185ad493ac54a5a9b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-29 - Cabinet of Commissioner Phil Hogan x Sky Group"],"date":["2016-06-29"],"summary":["Annual Reception"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-62536168216-12","ec-person-ff8342dedc26701400fcb7dcf73fbee50a837ac6"]}} -{"id":"ec-meeting-2016-06-29-2533407f9ee1cee3933d00c0e4d1e60d996c3748","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-29 - Cabinet of Commissioner Marianne Thyssen x LinkedIn Ireland"],"date":["2016-06-29"],"summary":["Labour market functioning and skills agenda"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["ec-person-e93189002a993321fd1af93481b271c766b1aff8","eu-tr-430008722431-29"]}} -{"id":"ec-meeting-2016-06-29-2759314d33b2dfe54a76ed5b82e11a3f60f31285","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-29 - Cabinet of Vice-President Miguel Arias Cañete x European Network of Transmission System Operators for Electricity"],"date":["2016-06-29"],"summary":["Market design package"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-1831691c10441c5974327bbeb8693d6b6c1e50c3","eu-tr-25805148045-87","ec-person-2229c857664a22dcb8eee79a8c05841fd3d0924f"]}} -{"id":"ec-meeting-2016-06-29-2a17817781f397f4215dfc50fad20768d789fffc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-29 - Cabinet of Vice-President Jyrki Katainen x EUROPEAN AUSTRALIAN BUSINESS COUNCIL"],"date":["2016-06-29"],"summary":["Meeting with Australian business leaders"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-f9208d930adc70c6c64e21701e48f85f6f18e949","ec-person-7c9460f99c5872dbdc561f5752401c870d12e98b","eu-tr-56953548578-36"]}} -{"id":"ec-meeting-2016-06-29-30955165f11158cf49662e9905ffbc0c90d12f0c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-29 - Cabinet of Vice-President Jyrki Katainen x Confederation of Finnish Industries EK"],"date":["2016-06-29"],"summary":["Business environment"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-f9208d930adc70c6c64e21701e48f85f6f18e949","eu-tr-1274604847-34"]}} -{"id":"ec-meeting-2016-06-29-35d785aa37a7e194f40c061952fa4103e87f980a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-29 - Cabinet of Commissioner Jonathan Hill x FTI Consulting Belgium"],"date":["2016-06-29"],"summary":["Overview of Financial Regulation"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["ec-person-74de9b1956d5aa5754e8946d4a7a883e05171466","eu-tr-29896393398-67"]}} -{"id":"ec-meeting-2016-06-29-373225e12ef6c4face9643e779f54ffe687d079c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-29 - Cabinet of Vice-President Karmenu Vella x European Fishing Tackle Trade Association European Anglers Alliance"],"date":["2016-06-29"],"summary":["Common fisheries policy"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["eu-tr-60105502183-69","eu-tr-08955462188-48","ec-person-0e3efd8bc1c3ee9a80205d0bb78f316fa1621e5d"]}} -{"id":"ec-meeting-2016-06-29-3d76a390247981659ba4c1eb579ac09725119f19","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-29 - Günther Oettinger x Deutsche Messe AG"],"date":["2016-06-29"],"summary":["preparation CEBIT 2017"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0","eu-tr-55535346410-37"]}} -{"id":"ec-meeting-2016-06-29-3eae2549c4fed37115abb5ed5454063363359f37","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-29 - Cabinet of Vice-President Maroš Šefčovič x Drax Group plc"],"date":["2016-06-29"],"summary":["Energy Union research Innovation and competitiveness"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-389275311163-19","ec-person-9f6823821fe68d82e9b9dbe81181ecacb0265d94"]}} -{"id":"ec-meeting-2016-06-29-536f1feb0a99b85110494aa3d6e1a4d68f845b47","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-29 - Cabinet of Vice-President Neven Mimica x Foundation Max van der Stoel"],"date":["2016-06-29"],"summary":["Agenda 2030 - EU implementation"],"notes":["Portfolio: International Cooperation & Development"],"location":["Brussels,Belgium"],"address":["Brussels,Belgium"],"addressEntity":["addr-9d219e3055790a627449ea0f4745c821332ece94"],"organizer":["ec-cabinet-mimica-neven-of-president-vice"],"involved":["ec-person-d455992f8f48b86e26e61f5284a9ef8e18aed182","eu-tr-620962512697-93"]}} -{"id":"ec-meeting-2016-06-29-5abae2b5963a47c5e993a75927fc7f49dda84a28","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-29 - Cabinet of Vice-President Maroš Šefčovič x Konrad-Adenauer-Stiftung"],"date":["2016-06-29"],"summary":["State of play of Energy Union"],"notes":["Portfolio: Energy Union"],"location":["Brussels, Berl"],"address":["Brussels, Berl"],"addressEntity":["addr-a9f8e09eac31b17717a2a43c9a45fc2e479aa77b"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-2905437316-11","ec-person-192eca4cb918c7382c916bec9bfe04e745ee91cb","ec-person-af83ed49c403cb9d7ebfecca7893f0054c1f4be5"]}} -{"id":"ec-meeting-2016-06-29-5c30e44eeea691b3556b2b9e97080603be177754","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-29 - Günther Oettinger x Federación de Distribuidores Cinematográficos (FEDICINE)"],"date":["2016-06-29"],"summary":["Catalan law on cinema"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-3297113eb5d4e59bc84d571628f0130aa75c761a","eu-tr-183697319056-15"]}} -{"id":"ec-meeting-2016-06-29-6ca69ddf07fcebaaba94e28b0d354cfc396dad84","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-29 - Cabinet of Commissioner Carlos Moedas x Edelman Public Relations Worldwide General Electric Company"],"date":["2016-06-29"],"summary":["Promoting cost-effectiveness and sustainability of health systems across EU Member States"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-0a716bf5253e913fc40ebf14c12f30dc2e7a06ee","eu-tr-4016736872-59","eu-tr-68037017809-51"]}} -{"id":"ec-meeting-2016-06-29-77978feed654ea6e2896f53b00cb388d821f44f5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-29 - Cabinet of Commissioner Jonathan Hill x DBRS"],"date":["2016-06-29"],"summary":["Credit Rating Agencies"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Belgium, Brussels, BERL"],"address":["Belgium, Brussels, BERL"],"addressEntity":["addr-afebf85a436897fe5234b2ac0d00a1ddc4c9dd27"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["eu-tr-244159417768-18","ec-person-5fdb62e20cecef81f87f94d3d1bcdd3b47b26af0"]}} -{"id":"ec-meeting-2016-06-29-7816d03d5476b84d3d41265b6c04676335392ce4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-29 - Cabinet of Commissioner Pierre Moscovici x NASDAQ"],"date":["2016-06-29"],"summary":["SME financing"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Bruxelles"],"address":["Bruxelles"],"addressEntity":["addr-b58f5927b66d94a676970dc048485d4c6848f272"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["eu-tr-76648765687-29","ec-person-3cbeba61ae952f06fe4916c381438ebbc676a597","ec-person-79931cfd2923c1aca9c7d284e9590732b0a36ed9"]}} -{"id":"ec-meeting-2016-06-29-8dc5301b8d93302a77f37827cded2b291410467f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-29 - Günther Oettinger x Hanns-Seidel-Stiftung"],"date":["2016-06-29"],"summary":["Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0","eu-tr-49906988199-86"]}} -{"id":"ec-meeting-2016-06-29-99bc0f758e9a74bf077247554ebb504ea96b09f9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-29 - Günther Oettinger x Telekom Austria AG"],"date":["2016-06-29"],"summary":["telecom policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-4cd59e13386e3b68ecb3611fcc579e0a0a3938a5","eu-tr-99255639490-47"]}} -{"id":"ec-meeting-2016-06-29-9fb29d1848223c151fa264aef02c34719c0b1591","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-29 - Directorate-General for International Partnerships x CONCORD Europe"],"date":["2016-06-29"],"summary":["Discussions sur le futur de la politique de développement"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-intpa"],"involved":["eu-tr-34478709670-34","ec-person-05c4477b89b93e7969f12d89b38f77fedce5876f"]}} -{"id":"ec-meeting-2016-06-29-ab480ff5f39b3cb2cdb5ed6772572d760bdb3aef","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-29 - Cabinet of High Representative / Vice-President Federica Mogherini x FERROVIE DELLO STATO ITALIANE S.p.A."],"date":["2016-06-29"],"summary":["Decarbonisation of transport"],"notes":["Portfolio: Foreign Affairs and Security Policy"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"involved":["ec-person-45979518aeb963c1e56b5ef49b90e004ae8acf79","eu-tr-1954267427-31"]}} -{"id":"ec-meeting-2016-06-29-bdf2f4ccac849d244e6b5b21f699bfd95600e531","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-29 - Cabinet of Commissioner Pierre Moscovici x Gesamtverband der Deutschen Versicherungswirtschaft e.V."],"date":["2016-06-29"],"summary":["Austausch über Ausblick auf die Volkswirtschaft der Eurozone"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Bruxelles"],"address":["Bruxelles"],"addressEntity":["addr-b58f5927b66d94a676970dc048485d4c6848f272"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["eu-tr-6437280268-55","ec-person-ac604755dc7677c8653a5a5172e851f7c8e468b4"]}} -{"id":"ec-meeting-2016-06-29-c7ca7e6ee02e63c1dbe30fd5d9936cde22bc60d6","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2016-06-29 - Cabinet of First Vice-President Frans Timmermans x Green 10"],"date":["2016-06-29"],"summary":["Sustainability"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["ec-person-57dd62a1a14508927bd5ec98bb97342f2d0834c9","ec-person-966667b73d92624be9bb019c2baab7e52331b3d3","ec-person-7a0c440119cd5d547eceebb055c79b8bb41bf9a2","eu-tr-70309834043-10"]}} -{"id":"ec-meeting-2016-06-29-d69210d863e6d3835e783d5e10ba7f276c322c83","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-29 - Cabinet of Vice-President Valdis Dombrovskis x LinkedIn Ireland"],"date":["2016-06-29"],"summary":["Labour market trends and economic indicators"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-1f98d05bdaed2c40396781b1eb7b0aa47cb8dd20","ec-person-537401fc0be04984531b83660f416bf2fe14fbd8","ec-person-f376b1eca739c662d2385062249507f23f4ca67e","eu-tr-430008722431-29"]}} -{"id":"ec-meeting-2016-06-29-dd4d07f0d9644bc6edb6038ef80bda94d01b6dd4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-29 - Günther Oettinger x Sky Group"],"date":["2016-06-29"],"summary":["DSM"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-c6cae64cc7dc787b66a47ab1613d3e922875b971","eu-tr-62536168216-12"]}} -{"id":"ec-meeting-2016-06-29-df57b7279a9501820260834b8bacde467318ba66","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-29 - Cabinet of Vice-President Miguel Arias Cañete x Ocean Energy Europe"],"date":["2016-06-29"],"summary":["Renewable energy policy post-2020"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-260e00934471a02805fb143935d6e9205a7f355f","eu-tr-264048311507-68"]}} -{"id":"ec-meeting-2016-06-29-eff8c8eae1b9823f8182f4cfe16a4062a29e123a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-29 - Cabinet of Vice-President Jyrki Katainen x Japan Automobile Manufacturers Association, Inc. European Office"],"date":["2016-06-29"],"summary":["EU-Japan economic relations"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90","ec-person-7c9460f99c5872dbdc561f5752401c870d12e98b","eu-tr-47288759638-75"]}} -{"id":"ec-meeting-2016-06-29-f0f425302ec96feba0e37bf1f448fd93dcebe9f7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-29 - Cabinet of Commissioner Jonathan Hill x Gesamtverband der Deutschen Versicherungswirtschaft e.V."],"date":["2016-06-29"],"summary":["Credit Rating Agencies"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels, Belgium, BERL"],"address":["Brussels, Belgium, BERL"],"addressEntity":["addr-94b5a45ad133d7759bbe9aaaa15d0ab9277964aa"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["ec-person-5fdb62e20cecef81f87f94d3d1bcdd3b47b26af0","eu-tr-6437280268-55"]}} -{"id":"ec-meeting-2016-06-30-070febc94d7efa16c646d542806d59816e0e2dfe","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-30 - Cabinet of Vice-President Andrus Ansip x Fair Standards Alliance"],"date":["2016-06-30"],"summary":["DSM, standardisation"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-6a03bc4fa7657513ea34529e98dba0671ef4c849","eu-tr-354710219654-02"]}} -{"id":"ec-meeting-2016-06-30-13f358e88b0a010534caf0c107ceee85720a9652","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-30 - Cabinet of Commissioner Elżbieta Bieńkowska x Uber"],"date":["2016-06-30"],"summary":["meeting the new Head of public policy and government relations in the EU"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["ec-person-685ecf13dd26cd515c961e24ba71049af2302c5e","eu-tr-002278013515-26"]}} -{"id":"ec-meeting-2016-06-30-17f55556d379711cda1922546b633c7b26ea8f18","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-30 - Günther Oettinger x European Publishers Council"],"date":["2016-06-30"],"summary":["copyright"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-4cd59e13386e3b68ecb3611fcc579e0a0a3938a5","eu-tr-4456380381-30"]}} -{"id":"ec-meeting-2016-06-30-187e35a9a12ef5656662f531e35d6f22ecc561f9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-30 - Günther Oettinger x QUALCOMM Incorporated"],"date":["2016-06-30"],"summary":["5G"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-00358442856-45","ec-person-481c1b59e4c83b05529b763cfc2447c0d88fe517"]}} -{"id":"ec-meeting-2016-06-30-18cfc13ac2151bca8df05b3169f9b27857c2e44b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-30 - Informatics x Forum Europe"],"date":["2016-06-30"],"summary":["Forum Europe presentation and their e-Government Event"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-digit"],"involved":["eu-tr-731763615450-48","ec-person-32591d36027eb92a66b57d5bcc8c57d9574380b0"]}} -{"id":"ec-meeting-2016-06-30-2cec76a5df1a9fd7779ec986983a057ca1fcce02","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-30 - Cabinet of Commissioner Margrethe Vestager x Nickel Institute"],"date":["2016-06-30"],"summary":["ETS State Aid Guidelines"],"notes":["Portfolio: Competition"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-margrethe-of-vestager"],"involved":["eu-tr-77947983421-21","ec-person-2e96673ec2acdfc668f6970535551f9afa1f8729"]}} -{"id":"ec-meeting-2016-06-30-2ed00e2b5ccf4a14919b784736f468426d83c991","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-30 - Cabinet of Commissioner Elżbieta Bieńkowska x Volkswagen Aktiengesellschaft"],"date":["2016-06-30"],"summary":["update on current issues"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["ec-person-95a769a1850d7d595f9a5853c51dcbdd3ddd69fb","eu-tr-6504541970-40","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2016-06-30-54f79bb619197f3b79459cd2d6cbb38829e1043b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-30 - Cabinet of Vice-President Miguel Arias Cañete x BUSINESSEUROPE"],"date":["2016-06-30"],"summary":["Participation of the Commissioner at two upcoming events organised by BusinessEurope"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-3978240953-79","ec-person-2229c857664a22dcb8eee79a8c05841fd3d0924f"]}} -{"id":"ec-meeting-2016-06-30-5946563e5890eb281dfe483c04781e2fe3486f86","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-30 - Günther Oettinger x Association des Constructeurs Européens d'Automobiles"],"date":["2016-06-30"],"summary":["connected driving"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0","eu-tr-0649790813-47"]}} -{"id":"ec-meeting-2016-06-30-5c956a223c673b5b9eb0f5e36dcb6188f4cdcf97","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-30 - Günther Oettinger x Vodafone Belgium SA"],"date":["2016-06-30"],"summary":["Vectoring"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-90142503473-81","ec-person-c6cae64cc7dc787b66a47ab1613d3e922875b971"]}} -{"id":"ec-meeting-2016-06-30-5e642efbe88037268d69b84b0b7b2cd0a3c8388e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-30 - Cabinet of Vice-President Jyrki Katainen x European Copper Institute"],"date":["2016-06-30"],"summary":["decarbonisation of the energy system"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-0da85dc48012e26688310a59a0b51727ea68f410","eu-tr-04134171823-87"]}} -{"id":"ec-meeting-2016-06-30-66758571da302eaf0ee8d09f6e1bc02948f5430e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-30 - Climate Action x European Alliance to Save Energy"],"date":["2016-06-30"],"summary":["2030 Climate and Energy Framework and revision of the EU ETS"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-clima"],"involved":["ec-person-44c2f44f96dda2012bcb4e9abc749f6cae86a4c0","eu-tr-37816636575-51"]}} -{"id":"ec-meeting-2016-06-30-69432f666360d48f3b783179cbe35832686630ae","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-30 - Cabinet of Vice-President Andrus Ansip x European Publishers Council"],"date":["2016-06-30"],"summary":["Copyright"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-4456380381-30","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45"]}} -{"id":"ec-meeting-2016-06-30-83cf2b4a1eac78e05e5e8bed9c341326ad5698e7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-30 - Climate Action x IBERDROLA"],"date":["2016-06-30"],"summary":["2030 Climate and Energy Framework and revision of the EU ETS"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-clima"],"involved":["ec-person-44c2f44f96dda2012bcb4e9abc749f6cae86a4c0","eu-tr-41816938101-07"]}} -{"id":"ec-meeting-2016-06-30-916253492f6a6897d8fc2a5d5194d2c8682bc0fb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-30 - Cabinet of Vice-President Jyrki Katainen x TOYOTA MOTOR EUROPE Shell Companies Bayerische Motoren Werke Aktiengesellschaft Neste Oyj"],"date":["2016-06-30"],"summary":["EU decarbonization policy 2030"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-10257354120-19","eu-tr-7193977808-18","eu-tr-05032108616-26","eu-tr-5378003762-62","ec-person-0da85dc48012e26688310a59a0b51727ea68f410"]}} -{"id":"ec-meeting-2016-06-30-9702ab927dcbe2c30d1242209f0b8ff7dd68191d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-30 - Inspire, Debate, Engage and Accelerate Action x European Tech Alliance"],"date":["2016-06-30"],"summary":["Digital Single Market"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-dg-idea"],"involved":["eu-tr-189607519323-76","ec-person-4fe56a64c00b3e81c851b5538878b32481bd7d3c"]}} -{"id":"ec-meeting-2016-06-30-99bc0f758e9a74bf077247554ebb504ea96b09f9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-30 - Günther Oettinger x Telekom Austria AG"],"date":["2016-06-30"],"summary":["Telecom policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-c6cae64cc7dc787b66a47ab1613d3e922875b971","eu-tr-99255639490-47"]}} -{"id":"ec-meeting-2016-06-30-9ec12b3a16645dc7b1f2d927df6c52a231abaa55","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-30 - Cabinet of Vice-President Jyrki Katainen x LinkedIn Ireland"],"date":["2016-06-30"],"summary":["Skills and Employment"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-f9208d930adc70c6c64e21701e48f85f6f18e949","eu-tr-430008722431-29"]}} -{"id":"ec-meeting-2016-06-30-a148097b6d4cc59c5cc5a9e71701da8b8a2a305a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-30 - Cabinet of Vice-President Miguel Arias Cañete x Eurelectric aisbl"],"date":["2016-06-30"],"summary":["Market design package"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-1831691c10441c5974327bbeb8693d6b6c1e50c3","eu-tr-4271427696-87","ec-person-2229c857664a22dcb8eee79a8c05841fd3d0924f"]}} -{"id":"ec-meeting-2016-06-30-b79dd9c8031b320b1de02303513807b74b95fd93","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2016-06-30 - Cabinet of Vice-President Miguel Arias Cañete x EDP - Energias de Portugal, SA"],"date":["2016-06-30"],"summary":["Market design","Market design package"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-1831691c10441c5974327bbeb8693d6b6c1e50c3","eu-tr-56592866496-47","ec-person-2229c857664a22dcb8eee79a8c05841fd3d0924f"]}} -{"id":"ec-meeting-2016-06-30-bdc0f48b019b098f5117c2b213066636076af19f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-30 - Directorate-General for International Partnerships x PRAGMATA SRL"],"date":["2016-06-30"],"summary":["Discussions sur la possible cooperation en matière de formation professionnelle"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-intpa"],"involved":["eu-tr-547986912021-05","ec-person-05c4477b89b93e7969f12d89b38f77fedce5876f"]}} -{"id":"ec-meeting-2016-06-30-cb9024277a5bcd29b16eeefa5cc972e5b7d24c49","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-30 - Cabinet of Vice-President Andrus Ansip x European CIO Association Computer & Communications Industry Association European Round Table for Industry American Chamber of Commerce to the European Union BSA | The Software Alliance BUSINESSEUROPE European Telecommunications Network Operators' Association European Internet Services Providers Association DIGITALEUROPE"],"date":["2016-06-30"],"summary":["Privacy shield, data protection"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0","eu-tr-75039383277-48","eu-tr-3978240953-79","ec-person-91ca0921c6790191daa54427311acd63035e7c9e","eu-tr-5265780509-97","eu-tr-64270747023-20","eu-tr-85172105610-37","eu-tr-25487567824-45","ec-person-3ca0c466b8ff230d4409591430b388007ce14ff8","eu-tr-54437813115-56","eu-tr-15987896534-82","eu-tr-08957111909-85"]}} -{"id":"ec-meeting-2016-06-30-cd778d10ace82e8f64b8c6d7cfb7dbe4cf719320","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-30 - Cabinet of President Jean-Claude Juncker x LinkedIn Ireland"],"date":["2016-06-30"],"summary":["New Skills Agenda for Europe"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-98eba7ab1446c6dce384fdc2ecd48c7cadf9ee4e","eu-tr-430008722431-29"]}} -{"id":"ec-meeting-2016-06-30-d77e834a357c948dbcca88f40c884a4d863cb675","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-30 - Günther Oettinger x European Association Automotive Suppliers"],"date":["2016-06-30"],"summary":["Connected and Automated Driving"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-91408765797-03","ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0"]}} -{"id":"ec-meeting-2016-06-30-de497a1fe0796771bbc0850de2e70309b540f341","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-30 - Regional and Urban Policy x Bundesvereinigung der Deutschen Arbeitgeberverbände e.V."],"date":["2016-06-30"],"summary":["Zukunft der Kohäsionspolitik"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-regio"],"involved":["ec-person-561bcbd5c6b600d9145bf167136689b2c77460a7","eu-tr-7749519702-29"]}} -{"id":"ec-meeting-2016-06-30-df5308952c81967f7cef29511a3f0e45080af030","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-30 - Günther Oettinger x WACKER CHEMIE AG"],"date":["2016-06-30"],"summary":["trade issues"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-036915715533-64","ec-person-3297113eb5d4e59bc84d571628f0130aa75c761a"]}} -{"id":"ec-meeting-2016-06-30-f8927e8d5e307d11e5a00a9040eb912ee5c4a3c1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-30 - Cabinet of Vice-President Miguel Arias Cañete x Nickel Institute"],"date":["2016-06-30"],"summary":["ETS-indirect cost compensation"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-260e00934471a02805fb143935d6e9205a7f355f","eu-tr-77947983421-21"]}} -{"id":"ec-meeting-2016-06-30-fc90ec86a3161cad86f49a62e1cb43328b41250f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-30 - Cabinet of Commissioner Elżbieta Bieńkowska x Association des Constructeurs Européens d'Automobiles"],"date":["2016-06-30"],"summary":["Future of the car industry, NOX emissions"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-0649790813-47","ec-person-95a769a1850d7d595f9a5853c51dcbdd3ddd69fb","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2016-06-30-fd0efadf14993eff69dcf8135528c79451ccb6b5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-30 - Cabinet of Vice-President Neven Mimica x EUROCHAMBRES – Association of European Chambers of Commerce and Industry"],"date":["2016-06-30"],"summary":["Involvement of private sector in the implementation of the 2030 Agenda"],"notes":["Portfolio: International Cooperation & Development"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-mimica-neven-of-president-vice"],"involved":["eu-tr-0014082722-83","ec-person-886e1b865045c3ed98e99075006d09cea708acce"]}} -{"id":"ec-meeting-2016-06-30-ff96e40fb23b03b6c3f04ba9e03b99cb55acb09f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-06-30 - Financial Stability, Financial Services and Capital Markets Union x EUROFI"],"date":["2016-06-30"],"summary":["Eurofi agenda"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["ec-person-bdee7a93f95c8ef05079539170139b3c02e8ed96","eu-tr-525103133519-45"]}} -{"id":"ec-meeting-2016-07-01-04207c6a21ed1cd76582ce7fc9556f9941e4ee9e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-01 - Agriculture and Rural Development x Confédération Européenne de la Production de Maïs"],"date":["2016-07-01"],"summary":["Présenter Mme Duroc - CEPM; négociations internationales, la PAC post-2020 (verdissement), ainsi que les questions relatives aux intrants agricoles/produits phytosanitaires."],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-agri"],"involved":["eu-tr-583664013504-15","ec-person-7bc7204a153f98afbf1ad1cffbdd10d06d9ae166"]}} -{"id":"ec-meeting-2016-07-01-04a3381fb504623516424b89b0bf274be69ade97","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-01 - Günther Oettinger x IFPI Representing recording industry worldwide"],"date":["2016-07-01"],"summary":["copyright"],"location":["BXL"],"address":["BXL"],"addressEntity":["addr-d2fde52f67ea4a3e1fe233d0a959d6a1c77fd910"],"organizer":["ec-dg-de"],"involved":["eu-tr-60394321918-91","ec-person-49723482bb23d029cbfc010cb37eec7392a0ae02"]}} -{"id":"ec-meeting-2016-07-01-1ee43c694131ab4ea2aa8d3def45da855be3f009","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-01 - Communications Networks, Content and Technology x DIGITALEUROPE"],"date":["2016-07-01"],"summary":["Digitising Industry initiative"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-64270747023-20","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2016-07-01-6c74142166e7ed873b24a846a83bdab033c9f428","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-01 - Cabinet of Vice-President Maroš Šefčovič x OHB"],"date":["2016-07-01"],"summary":["ASL/Arianespace"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-2be517b9261a91f2f07e05ec14c6331980e9716e","eu-tr-648584214179-94"]}} -{"id":"ec-meeting-2016-07-01-95c324a2ca5231bf7fadb3bed2db493508912e65","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-01 - Cabinet of Commissioner Elżbieta Bieńkowska x Groupement Européen des Sociétés d'Auteurs et Compositeurs"],"date":["2016-07-01"],"summary":["droits d'auteurs"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["ec-person-685ecf13dd26cd515c961e24ba71049af2302c5e","eu-tr-36529354479-57"]}} -{"id":"ec-meeting-2016-07-01-c779a11ce09d8d7ec024670dc7e4976c42e78411","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-01 - Cabinet of Commissioner Elżbieta Bieńkowska x Gesamtverband der Arbeitgeberverbände der Metall- und Elektro-Industrie e.V."],"date":["2016-07-01"],"summary":["challenges of steel industry"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-03004067068-71","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2016-07-01-dc9188d97dc4c846f715034fe5b3892ffa96e469","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-01 - Günther Oettinger x Hubert Burda Media Holding Kommanditgesellschaft"],"date":["2016-07-01"],"summary":["e-privacy, platforms, copyright"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-4cd59e13386e3b68ecb3611fcc579e0a0a3938a5","eu-tr-730036917015-61"]}} -{"id":"ec-meeting-2016-07-01-f12fa078d4b3fbf151c57bf9276e302cc9e173f1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-01 - Günther Oettinger x Commerzbank AG"],"date":["2016-07-01"],"summary":["Digitisation in banking"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-c6cae64cc7dc787b66a47ab1613d3e922875b971","eu-tr-83370363079-88"]}} -{"id":"ec-meeting-2016-07-04-23a4ba06bcb78fb5d97f1a4e6890bd908fe9aa7a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-04 - Cabinet of Commissioner Pierre Moscovici x Euronext"],"date":["2016-07-04"],"summary":["Post Brexit financial architecture in Europe"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Paris"],"address":["Paris"],"addressEntity":["addr-22390ad11c32faec43fc61555b53607660b3c185"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["eu-tr-17804464809-28","ec-person-3cbeba61ae952f06fe4916c381438ebbc676a597"]}} -{"id":"ec-meeting-2016-07-04-2b7bec7a390c52f7490d52868ee13965b7025820","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-04 - Günther Oettinger x Schneider Electric"],"date":["2016-07-04"],"summary":["CyberSecurity certification, IoT, Stadardisation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-46302264606-44","ec-person-481c1b59e4c83b05529b763cfc2447c0d88fe517"]}} -{"id":"ec-meeting-2016-07-04-2ee0d704182bec5d43985c43d1a5bd850a1c7a33","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-04 - Cabinet of Vice-President Andrus Ansip x OpenForum Europe AISBL"],"date":["2016-07-04"],"summary":["standardisation, e-government, data"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-6a03bc4fa7657513ea34529e98dba0671ef4c849","eu-tr-2702114689-05"]}} -{"id":"ec-meeting-2016-07-04-4e04087cfb583d4d94e5ea694f384cface29c706","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-04 - Cabinet of Vice-President Jyrki Katainen x Schneider Electric"],"date":["2016-07-04"],"summary":["energy and climate policies"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-46302264606-44","ec-person-0da85dc48012e26688310a59a0b51727ea68f410"]}} -{"id":"ec-meeting-2016-07-04-4e73fcf1f4e62fe940f8dc39db091c0f6ebff5fe","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-04 - Mobility and Transport x Emirates Airline"],"date":["2016-07-04"],"summary":["aviation mandates"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-move"],"involved":["eu-tr-501968312339-22","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2016-07-04-4ef96cdc19c320a8abd16e523386454786401c4a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-04 - Regional and Urban Policy x Association of European Border Regions"],"date":["2016-07-04"],"summary":["Mid-Term Review and Cohesion Report"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-regio"],"involved":["ec-person-561bcbd5c6b600d9145bf167136689b2c77460a7","eu-tr-684213919233-18"]}} -{"id":"ec-meeting-2016-07-04-5b86cc6d93ccc6103febaa559d57d87590c3c228","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-04 - Trade x Institut Montaigne"],"date":["2016-07-04"],"summary":["TTIP"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-trade"],"involved":["ec-person-bde9bb099f5d24c52ca4a9255cefc99a5b87a650","eu-tr-865680722572-18"]}} -{"id":"ec-meeting-2016-07-04-5bf352cd23158aa52b67a37756270add29d1ff97","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-04 - Cabinet of Vice-President Karmenu Vella x WWF - UK"],"date":["2016-07-04"],"summary":["Eu China enironment"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["ec-person-4ff7c27445db4ad88e687776974fd8d077a1fe0c","eu-tr-407803414785-68"]}} -{"id":"ec-meeting-2016-07-04-61ae4890682f07750915d69e57f4421b50e6b60d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-04 - Cabinet of President Jean-Claude Juncker x European Tax Adviser Federation"],"date":["2016-07-04"],"summary":["Discuss ETAF Conference"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-ad6f76ca53dc30d965b15e3728c45dbd0aba44b4","eu-tr-760084520382-92"]}} -{"id":"ec-meeting-2016-07-04-67902d073a81e274b7a2339c22c1d06065aa0dc6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-04 - Cabinet of Commissioner Pierre Moscovici x ARIANESPACE"],"date":["2016-07-04"],"summary":["stratégie spaciale de l'UE"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Bruxelles"],"address":["Bruxelles"],"addressEntity":["addr-b58f5927b66d94a676970dc048485d4c6848f272"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["eu-tr-016461319755-04","ec-person-79931cfd2923c1aca9c7d284e9590732b0a36ed9"]}} -{"id":"ec-meeting-2016-07-04-6939ae3ccec7f0b144660d8d41afdefd46aeb1ef","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-04 - Cabinet of Commissioner Violeta Bulc x Association des Constructeurs Européens d'Automobiles"],"date":["2016-07-04"],"summary":["Connected vehicles"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-e14c58f620f40325d829df7be0823280307bc15f","eu-tr-0649790813-47"]}} -{"id":"ec-meeting-2016-07-04-88c6ffc27df85ecc9120a6ab3a9776426d31faf5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-04 - Cabinet of Commissioner Vytenis Andriukaitis x Dr. Willmar Schwabe GmbH & Co. KG"],"date":["2016-07-04"],"summary":["Herbal medicines"],"notes":["Portfolio: Health & Food Safety"],"location":["Karlsruhe"],"address":["Karlsruhe"],"addressEntity":["addr-f018d7fc78094db585979979a03d97c0301bf7be"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-059ca943fc5fc696d2a97849c635ddf7b6ab7fd7","eu-tr-967772922443-06","ec-person-df30d07ef698a52b9948b9c734db39196cf8541f"]}} -{"id":"ec-meeting-2016-07-04-95142d34587a6f1860b0f9d047944c0b1ff74b1d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-04 - Cabinet of Commissioner Tibor Navracsics x Google"],"date":["2016-07-04"],"summary":["Digital Singel Market"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-49f31dad10f5641cb1d1e4c3107dd838389e8120","eu-tr-03181945560-59"]}} -{"id":"ec-meeting-2016-07-04-b0d8f4d3d01d47928caa801f023ad2631ff6ef59","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-04 - Cabinet of Commissioner Věra Jourová x B'nai B'rith International"],"date":["2016-07-04"],"summary":["Anti-semitism, hate speech online"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-a608b85b2ffef83f883b5a2330b6232efa1b7141","eu-tr-162711719247-82","ec-person-1e0e3a00ab815dea7c5b839b002ed2c7e34bfe0a"]}} -{"id":"ec-meeting-2016-07-04-cf31fff514f02d66e396db34ada64a7cf44244cf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-04 - Cabinet of Commissioner Margrethe Vestager x smartEn Smart Energy Europe"],"date":["2016-07-04"],"summary":["Energy union, State aid policy and electricity market design"],"notes":["Portfolio: Competition"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-margrethe-of-vestager"],"involved":["eu-tr-569379418624-07","ec-person-2e96673ec2acdfc668f6970535551f9afa1f8729"]}} -{"id":"ec-meeting-2016-07-04-d2054c0b256e62e5f188a711eca0a9320c10fd04","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2016-07-04 - Directorate-General for International Partnerships x Confederazione Generale dell'Industria Italiana"],"date":["2016-07-04"],"summary":["Investment Plan","Discussion et information sur les investissements dans les pays en développement"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-intpa"],"involved":["ec-person-05c4477b89b93e7969f12d89b38f77fedce5876f","eu-tr-27762251795-15"]}} -{"id":"ec-meeting-2016-07-04-d91838f1008737f2a489599b19d319e2bde458be","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-04 - Günther Oettinger x Groupement Européen des Sociétés d'Auteurs et Compositeurs"],"date":["2016-07-04"],"summary":["copyright"],"location":["BXL"],"address":["BXL"],"addressEntity":["addr-d2fde52f67ea4a3e1fe233d0a959d6a1c77fd910"],"organizer":["ec-dg-de"],"involved":["ec-person-49723482bb23d029cbfc010cb37eec7392a0ae02","eu-tr-36529354479-57"]}} -{"id":"ec-meeting-2016-07-04-d97a3c78d156b54ab12f5543da071a79cf7fcc7c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-04 - Mobility and Transport x Avisa Partners"],"date":["2016-07-04"],"summary":["Aviation strategy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-move"],"involved":["ec-person-26cdfacae671b09917bee1a91c91973941fa58a2","eu-tr-54210841652-13"]}} -{"id":"ec-meeting-2016-07-04-eab63449e4aee364919e72285dcf72a706f5e4ca","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-04 - Cabinet of Vice-President Jyrki Katainen x Rio Tinto"],"date":["2016-07-04"],"summary":["Investment climate in EU and neighbouring countries"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-627987212276-53","ec-person-7c9460f99c5872dbdc561f5752401c870d12e98b"]}} -{"id":"ec-meeting-2016-07-05-04f6b00ac679611b138aa3b0ef70015c87cab687","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-05 - Cabinet of Commissioner Tibor Navracsics x Association of European Performers’ Organisations"],"date":["2016-07-05"],"summary":["Digital Single Market"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-49f31dad10f5641cb1d1e4c3107dd838389e8120","eu-tr-69221462428-97"]}} -{"id":"ec-meeting-2016-07-05-105286306fb01d9519bbd4d3979c157bf6fd316d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-05 - Health and Food Safety x EuroCommerce"],"date":["2016-07-05"],"summary":["Discussion on food waste and labelling"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-sante"],"involved":["eu-tr-84973761187-60","ec-person-3c7fdbe0c1c235777d916309465339b7ed1666f6"]}} -{"id":"ec-meeting-2016-07-05-1c006ea67dee05835484232b6e0b66183c54a2bb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-05 - Günther Oettinger x Gesellschaft für musikalische Aufführungs- und mechanische Vervielfältigungsrechte"],"date":["2016-07-05"],"summary":["copyright"],"location":["BXL"],"address":["BXL"],"addressEntity":["addr-d2fde52f67ea4a3e1fe233d0a959d6a1c77fd910"],"organizer":["ec-dg-de"],"involved":["eu-tr-63284686285-78","ec-person-49723482bb23d029cbfc010cb37eec7392a0ae02"]}} -{"id":"ec-meeting-2016-07-05-1fdb9ae13293a50fcb1d767157648d1322ed1a37","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-05 - Cabinet of Commissioner Violeta Bulc x MAN Truck & Bus SE"],"date":["2016-07-05"],"summary":["Maritime year 2017"],"notes":["Portfolio: Transport"],"location":["brussels"],"address":["brussels"],"addressEntity":["addr-e2daa1574b7ac475c827b33e281bd2d5e013c882"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-e14c58f620f40325d829df7be0823280307bc15f","eu-tr-06093891220-52"]}} -{"id":"ec-meeting-2016-07-05-22791a6a3821e8611131d4737994ed622a239b7a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-05 - Cabinet of Commissioner Elżbieta Bieńkowska x BUSINESSEUROPE"],"date":["2016-07-05"],"summary":["industrial policy strategy"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-3978240953-79","ec-person-b2f9be51339f054477846797e2c119fcf16548fc"]}} -{"id":"ec-meeting-2016-07-05-4aa04ebbfde916ea7f2fbe193d9a395d39148559","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-05 - Cabinet of Commissioner Marianne Thyssen x IFPI Representing recording industry worldwide"],"date":["2016-07-05"],"summary":["Digital Single Market"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["eu-tr-60394321918-91","ec-person-bdb607d5d994a4056dd700f8f52d9af25b406b36"]}} -{"id":"ec-meeting-2016-07-05-4cc499e681bc3cc94e109a6cbabdfa3732e2df95","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-05 - Cabinet of High Representative / Vice-President Federica Mogherini x Dalmine S.p.A."],"date":["2016-07-05"],"summary":["Economic diplomacy"],"notes":["Portfolio: Foreign Affairs and Security Policy"],"location":["Strasbourg"],"address":["Strasbourg"],"addressEntity":["addr-a7b90170b4a5bf2d1d09ccfd109b57e0a030cfc4"],"organizer":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"involved":["ec-person-efed7cdce9c9bb64dca7aedb11d12aaed5efb809","eu-tr-90748218095-34"]}} -{"id":"ec-meeting-2016-07-05-5a8b6099537677e27a4930af2a07a3bacf6f1797","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-05 - Health and Food Safety x MEDICINES FOR EUROPE"],"date":["2016-07-05"],"summary":["Discuss the next Commission Action Plan on antimicrobial resistance (AMR)"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-sante"],"involved":["eu-tr-48325781850-28","ec-person-3c7fdbe0c1c235777d916309465339b7ed1666f6"]}} -{"id":"ec-meeting-2016-07-05-5f942292aaab87b56ec64dc8416de8f16dee4cc6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-05 - Mobility and Transport x European Regions Airline Association Ltd."],"date":["2016-07-05"],"summary":["European regional aviation"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-move"],"involved":["eu-tr-73491621553-11","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2016-07-05-6cb20599957404e361ced62dfc5762aab2d61385","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-05 - Cabinet of Vice-President Andrus Ansip x Grayling"],"date":["2016-07-05"],"summary":["liability for online intermediaries"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-53141413510-95","ec-person-91ca0921c6790191daa54427311acd63035e7c9e","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45"]}} -{"id":"ec-meeting-2016-07-05-6d2ddac9722fd6d338809c189ce3f86b44f3543c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-05 - Cabinet of Commissioner Corina Crețu x Varian Medical Systems International AG"],"date":["2016-07-05"],"summary":["Proton Therapy"],"notes":["Portfolio: Regional Policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-corina-cretu-of"],"involved":["eu-tr-185216022477-29","ec-person-f5bd4d5d0170028815aba56ee7d4883f0fd70f47"]}} -{"id":"ec-meeting-2016-07-05-71758e84ca85af16e8a892a1d1b282837cbf2f1c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-05 - Cabinet of Vice-President Cecilia Malmström x INTERNATIONAL TRADE DEFENSE SERVICES"],"date":["2016-07-05"],"summary":["Aluminium wheels"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-439303422088-50","ec-person-591ec829ca734bcfe59a2c9c7f07f9dff22a0ea9"]}} -{"id":"ec-meeting-2016-07-05-7539dd1598848210fbb1f0a4dbb7624a3a84009a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-05 - Cabinet of High Representative / Vice-President Federica Mogherini x Fastweb S.p.A."],"date":["2016-07-05"],"summary":["Company presentation"],"notes":["Portfolio: Foreign Affairs and Security Policy"],"location":["Brussels (Berlaymont)"],"address":["Brussels (Berlaymont)"],"addressEntity":["addr-4e70ddf45e81f0631950978c4aa49a218756a3f4"],"organizer":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"involved":["eu-tr-58272867322-27","ec-person-0d87d503aa00db1df141f3b1bfea3e0ccb43ece9"]}} -{"id":"ec-meeting-2016-07-05-7871f240b8a1afc191e4cb199be49808e569e2c2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-05 - Cabinet of Commissioner Carlos Moedas x Natural Grass"],"date":["2016-07-05"],"summary":["SME support in Horizon 2020"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-b8d49828915f9008e764a78796d47ea00807a658","eu-tr-262772922545-70"]}} -{"id":"ec-meeting-2016-07-05-8447379f0983aaf08e321af8b182218ca9f636e6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-05 - Cabinet of Vice-President Jyrki Katainen x Tampereen ja Pirkanmaan EU-toimisto/Tampere Region EU Office"],"date":["2016-07-05"],"summary":["European Fund for Strategic Investments"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-f9208d930adc70c6c64e21701e48f85f6f18e949","eu-tr-171385315838-88"]}} -{"id":"ec-meeting-2016-07-05-86f3f8d58ff902d251c6eaf59dbe6f7ac0bd7fd0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-05 - Cabinet of Commissioner Tibor Navracsics x European Federation of Journalists European Writers’ Council-Féderation des associations européennes d’écrivains European Composer and Songwriter Alliance"],"date":["2016-07-05"],"summary":["Digital Single Market"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-49f31dad10f5641cb1d1e4c3107dd838389e8120","eu-tr-71423433087-91","eu-tr-56788289570-24","eu-tr-27471236588-39"]}} -{"id":"ec-meeting-2016-07-05-8b71b2c19d27cd0270aa87f464df875bdff29952","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-05 - Günther Oettinger x Universal Music Group International"],"date":["2016-07-05"],"summary":["copyright"],"location":["BXL"],"address":["BXL"],"addressEntity":["addr-d2fde52f67ea4a3e1fe233d0a959d6a1c77fd910"],"organizer":["ec-dg-de"],"involved":["ec-person-49723482bb23d029cbfc010cb37eec7392a0ae02","eu-tr-530216615544-40"]}} -{"id":"ec-meeting-2016-07-05-98b2211ca1a81cdfec9805d03f917186eff9e914","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-05 - Cabinet of Commissioner Margrethe Vestager x European Horizons"],"date":["2016-07-05"],"summary":["EU Current Affairs"],"notes":["Portfolio: Competition"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-margrethe-of-vestager"],"involved":["eu-tr-358192222517-53","ec-person-6e8b9cd7bb1a15a7e90b04790769360ba931cafd"]}} -{"id":"ec-meeting-2016-07-05-9fdf0fe2af193031dd51f1db5f6cfe3ecc885363","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-05 - Cabinet of Vice-President Andrus Ansip x Meridia Partners"],"date":["2016-07-05"],"summary":["EU-Africa digital cooperation, startups"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-c759bd58acc54869aa8e62ce652efcda416e25c2","eu-tr-964614313317-31","ec-person-6a03bc4fa7657513ea34529e98dba0671ef4c849"]}} -{"id":"ec-meeting-2016-07-05-a0fd1f393228348db6e1a3f50fee9c0ef2ac76e2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-05 - Cabinet of Commissioner Tibor Navracsics x European Language Equality Network"],"date":["2016-07-05"],"summary":["Digital Single Market"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-49f31dad10f5641cb1d1e4c3107dd838389e8120","eu-tr-716040710061-25"]}} -{"id":"ec-meeting-2016-07-05-a9b98025bd0bc66c70e5c47af91f731c7dd19282","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-05 - Directorate-General for International Partnerships x Energy Charter Secretariat"],"date":["2016-07-05"],"summary":["energy project"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-intpa"],"involved":["eu-tr-968876819571-25","ec-person-05c4477b89b93e7969f12d89b38f77fedce5876f"]}} -{"id":"ec-meeting-2016-07-05-ac5f85e2e0c08957f28e0c0c27a00131736be476","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-05 - Cabinet of Commissioner Phil Hogan x European farmers"],"date":["2016-07-05"],"summary":["Agriculture issues"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-44856881231-49","ec-person-b0d24e81234b490dd841a09b69892304b27fc6a8"]}} -{"id":"ec-meeting-2016-07-05-b3515a2576b9f45a692629f31c0660d34aef6d0d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-05 - Cabinet of Commissioner Carlos Moedas x Association for Financial Markets in Europe"],"date":["2016-07-05"],"summary":["Finance and Innovation"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-b8d49828915f9008e764a78796d47ea00807a658","eu-tr-65110063986-76"]}} -{"id":"ec-meeting-2016-07-05-b8650c6bb6f727ebb6b083a4866e10021cb527cd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-05 - Cabinet of Vice-President Miguel Arias Cañete x Clonbio Group Ltd"],"date":["2016-07-05"],"summary":["The contribution of bio-ethanol to the decarbonisation of transport"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-260e00934471a02805fb143935d6e9205a7f355f","eu-tr-313282221124-09","ec-person-2229c857664a22dcb8eee79a8c05841fd3d0924f"]}} -{"id":"ec-meeting-2016-07-05-cd0fd59730e44e6184cdd5758b5bb75c93e0aeea","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-05 - Migration and Home Affairs x KPMG"],"date":["2016-07-05"],"summary":["Migration Policy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-home"],"involved":["eu-tr-65515368730-59","ec-person-ae1262e8850ed1e9a0530b0ad7440ac648255896"]}} -{"id":"ec-meeting-2016-07-05-d1d12d5286f0a10192857d7e8e4b783bb7e9ed8a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-05 - Communications Networks, Content and Technology x BT Group plc"],"date":["2016-07-05"],"summary":["Telecom review framework - UK regulatory developments - Content portability - US access"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-00919034091-89","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2016-07-05-d53e83ebb7bf38719c72a91dbd6d85fa1be530c1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-05 - Cabinet of Commissioner Violeta Bulc x LyondellBasell Industries N.V. Robert Bosch GmbH Fleishman-Hillard Novozymes"],"date":["2016-07-05"],"summary":["decarbonisation of transport"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-e14c58f620f40325d829df7be0823280307bc15f","eu-tr-950757315280-54","eu-tr-52195525403-65","eu-tr-8999533555-91","eu-tr-56047191389-84"]}} -{"id":"ec-meeting-2016-07-05-eff90e7db3e251eba39b7738a2dea1c74c506454","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-05 - Cabinet of Commissioner Phil Hogan x European Environmental Bureau"],"date":["2016-07-05"],"summary":["Agriculture and environment"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-06798511314-27","ec-person-b0d24e81234b490dd841a09b69892304b27fc6a8"]}} -{"id":"ec-meeting-2016-07-05-f9d0cbc82ab4ff5cb70afdca691b37acd8b67226","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-05 - Cabinet of Commissioner Violeta Bulc x Elaphe Propulsion Technologies"],"date":["2016-07-05"],"summary":["Future of electro mobility and mobile services"],"notes":["Portfolio: Transport"],"location":["Bruxelles"],"address":["Bruxelles"],"addressEntity":["addr-b58f5927b66d94a676970dc048485d4c6848f272"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-6a5ceb87383474e4b7f430af341029a155e255b0","eu-tr-083354922629-46"]}} -{"id":"ec-meeting-2016-07-06-02fa71cf31e8b04730af71984344f2534d6169c0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-06 - Justice and Consumers x EuroCommerce"],"date":["2016-07-06"],"summary":["REFIT of consumer acquis"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-just"],"involved":["eu-tr-84973761187-60","ec-person-7f02c085966bf7e9ecf267d0fa52c94a32d1687f"]}} -{"id":"ec-meeting-2016-07-06-149326c5a9c700837695afc955424659b9c865f2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-06 - Cabinet of Vice-President Jyrki Katainen x Confederación Española de Organizaciones Empresariales"],"date":["2016-07-06"],"summary":["Investment plan"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-3775b7be791f90ed462b9071c9ae596b80d71bca","eu-tr-02963738854-41"]}} -{"id":"ec-meeting-2016-07-06-32b5a75693c387d23dc26439b2acc99b82a86256","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-06 - Cabinet of Commissioner Phil Hogan x European Forest Institute"],"date":["2016-07-06"],"summary":["Conference Details"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-38315289949-88","ec-person-ff8342dedc26701400fcb7dcf73fbee50a837ac6"]}} -{"id":"ec-meeting-2016-07-06-53ca3d8a8605bb36bd27595aca658399ea851faf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-06 - Cabinet of Commissioner Vytenis Andriukaitis x EPPA SA"],"date":["2016-07-06"],"summary":["Plant protection products, Biocides regulations"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["eu-tr-31367501249-92","ec-person-b9c3f19e7c5f216e3e508f931ddd6a9cb59376d1"]}} -{"id":"ec-meeting-2016-07-06-55ec3c3073232d5821ce22d5e16020e13a0bba90","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-06 - Inspire, Debate, Engage and Accelerate Action x European Horizons"],"date":["2016-07-06"],"summary":["Think Tank Engagement"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-dg-idea"],"involved":["eu-tr-358192222517-53","ec-person-4fe56a64c00b3e81c851b5538878b32481bd7d3c"]}} -{"id":"ec-meeting-2016-07-06-585c0331c68a77428ffdf67b4e6313ae576d20bc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-06 - Cabinet of Commissioner Jonathan Hill x Société Générale"],"date":["2016-07-06"],"summary":["Update on TLAC/MREL/CMU"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["eu-tr-34369111614-57","ec-person-74de9b1956d5aa5754e8946d4a7a883e05171466"]}} -{"id":"ec-meeting-2016-07-06-61e7a45078af4e8037ff6466fe7e1aa38e19bb76","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-06 - Cabinet of Commissioner Marianne Thyssen x European Chemical Employers Group"],"date":["2016-07-06"],"summary":["Occupational Health and Safety"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["ec-person-7567514af00f139b390cf9864d28a090ca0fde25","eu-tr-38429111298-23"]}} -{"id":"ec-meeting-2016-07-06-6939ae3ccec7f0b144660d8d41afdefd46aeb1ef","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-06 - Cabinet of Commissioner Violeta Bulc x Association des Constructeurs Européens d'Automobiles"],"date":["2016-07-06"],"summary":["Introductory meeting with EUCAR Director"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-e14c58f620f40325d829df7be0823280307bc15f","eu-tr-0649790813-47"]}} -{"id":"ec-meeting-2016-07-06-693e88b7aae9f54e54a9c493b88fa40d1b766db2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-06 - Cabinet of Vice-President Cecilia Malmström x European Publishers Council"],"date":["2016-07-06"],"summary":["Publishers and copyright"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-4456380381-30","ec-person-591ec829ca734bcfe59a2c9c7f07f9dff22a0ea9"]}} -{"id":"ec-meeting-2016-07-06-6d60bf5df25f6a79ef0432dc56763f37e41cafca","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-06 - Cabinet of Commissioner Carlos Moedas x Universities UK International"],"date":["2016-07-06"],"summary":["UK participation in Horizon 2020"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-b8d49828915f9008e764a78796d47ea00807a658","eu-tr-503102215568-76"]}} -{"id":"ec-meeting-2016-07-06-7c1e75274ca2e0b920e8090d7546e7cd9245e005","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-06 - Cabinet of Commissioner Elżbieta Bieńkowska x Liberty Global Corporate B.V. A² Policy Advice SPRL Communications Chambers RK Ltd"],"date":["2016-07-06"],"summary":["Broadband speeds & needs"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["ec-person-b2f9be51339f054477846797e2c119fcf16548fc","ec-person-685ecf13dd26cd515c961e24ba71049af2302c5e","eu-tr-435130314953-28","eu-tr-901695922446-11","eu-tr-82853397708-89"]}} -{"id":"ec-meeting-2016-07-06-89831614b1c7b727c06fe5d9ab45ac587c18df7b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-06 - Cabinet of Vice-President Jyrki Katainen x The European Steel Association"],"date":["2016-07-06"],"summary":["China MES"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-f9208d930adc70c6c64e21701e48f85f6f18e949","eu-tr-93038071152-83"]}} -{"id":"ec-meeting-2016-07-06-94b1a5f1ca0df378f7a269d23287413b8d50603c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-06 - Günther Oettinger x ZDF Europabüro Brüssel"],"date":["2016-07-06"],"summary":["copyright"],"location":["BXL"],"address":["BXL"],"addressEntity":["addr-d2fde52f67ea4a3e1fe233d0a959d6a1c77fd910"],"organizer":["ec-dg-de"],"involved":["ec-person-49723482bb23d029cbfc010cb37eec7392a0ae02","eu-tr-3209361971-85"]}} -{"id":"ec-meeting-2016-07-06-a678100d1695484ec68f026f20086be8987c220d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-06 - Health and Food Safety x Federation of Veterinarians of Europe"],"date":["2016-07-06"],"summary":["Discussion on AMR, veterinary medicinal products, animal diseases, official controls and animal welfare"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-sante"],"involved":["eu-tr-3959733732-78","ec-person-3c7fdbe0c1c235777d916309465339b7ed1666f6"]}} -{"id":"ec-meeting-2016-07-06-a87c9edb24e5a86551282dd31471eebad825b309","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-06 - Cabinet of Vice-President Kristalina Georgieva x EUROGAS aisbl"],"date":["2016-07-06"],"summary":["Meeting with representatives of ''eurogas'' to discuss market and regulatory developments in the gas sector in Europe"],"notes":["Portfolio: Budget & Human Resources"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-cabinet-georgieva-kristalina-of-president-vice"],"involved":["eu-tr-17909506129-41","ec-person-5b978a1c2dc2d04115a2c0365fb51e3d80bad509"]}} -{"id":"ec-meeting-2016-07-06-af489045980d0f36c2726d4ae9594a8212bee027","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-06 - Cabinet of Commissioner Violeta Bulc x FEPORT"],"date":["2016-07-06"],"summary":["Feport stakeholders conference"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-801302611511-33","ec-person-e14c58f620f40325d829df7be0823280307bc15f"]}} -{"id":"ec-meeting-2016-07-06-b95c09a29f7628ef827bff35d899306a3a7460cc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-06 - Cabinet of Commissioner Carlos Moedas x Dow Europe GmbH"],"date":["2016-07-06"],"summary":["Innovative technologies supporting policy objectives"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-0a716bf5253e913fc40ebf14c12f30dc2e7a06ee","eu-tr-38235121060-73"]}} -{"id":"ec-meeting-2016-07-06-c602b6363b1488011e1060d193a6cf36584f331a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-06 - Cabinet of Commissioner Carlos Moedas x SwissCore, Contact Office for European Research, Innovation and Education"],"date":["2016-07-06"],"summary":["EU support for innovation"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-b8d49828915f9008e764a78796d47ea00807a658","eu-tr-94320538514-40","ec-person-90be4df807f91c8653df47f3c23066bfe7904886"]}} -{"id":"ec-meeting-2016-07-06-d46f8e3a91946d6799f731f8980ee5dcf7029f04","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-06 - Cabinet of Vice-President Maroš Šefčovič x EPIA SolarPower Europe"],"date":["2016-07-06"],"summary":["Energy Union research Innovation and competitiveness"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-2680046412-48","ec-person-9f6823821fe68d82e9b9dbe81181ecacb0265d94"]}} -{"id":"ec-meeting-2016-07-06-dd199790e1f47859346afadf472ae369398e0c31","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-06 - Günther Oettinger x Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V."],"date":["2016-07-06"],"summary":["DSM"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-c6cae64cc7dc787b66a47ab1613d3e922875b971","eu-tr-35124436517-75"]}} -{"id":"ec-meeting-2016-07-06-e36c66ddaad9c6136c238b6b6ee7ffb6cee5a5e7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-06 - Cabinet of Commissioner Elżbieta Bieńkowska x ArcelorMittal"],"date":["2016-07-06"],"summary":["steel"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-23527541824-60","ec-person-95a769a1850d7d595f9a5853c51dcbdd3ddd69fb","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2016-07-06-f3d0b1ac9e9df9f925d1e29ab54f6e2a1dbb09c9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-06 - Energy x European Heat Pump Association"],"date":["2016-07-06"],"summary":["Energy Efficiency"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-23643001178-02","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2016-07-06-fc90ec86a3161cad86f49a62e1cb43328b41250f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-06 - Cabinet of Commissioner Elżbieta Bieńkowska x Association des Constructeurs Européens d'Automobiles"],"date":["2016-07-06"],"summary":["follow up Acea meeting 30 June"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-0649790813-47","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2016-07-07-0dd5bc13db787c57e3bcc4a098a61815e45e934e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-07 - Günther Oettinger x Liberty Global Corporate B.V."],"date":["2016-07-07"],"summary":["Telecom policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-82853397708-89","ec-person-c6cae64cc7dc787b66a47ab1613d3e922875b971"]}} -{"id":"ec-meeting-2016-07-07-340b18ef2ce53a599e047c4c9f6ea0b83edd39ec","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2016-07-07 - Cabinet of Commissioner Carlos Moedas x The Boston Consulting Group GmbH"],"date":["2016-07-07"],"summary":["Innovation in Europe","Leveraging Europe's Innovation"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["eu-tr-909134419998-84","ec-person-a45151b401196e9c374c9acdada9d8840da271ad","ec-person-23980b2bc4fd9c82051d0f7888dc236b2f764866"]}} -{"id":"ec-meeting-2016-07-07-420ba7cddfe52d92167cfaff14ec7003ffdd1a46","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-07 - Cabinet of President Jean-Claude Juncker x Uber"],"date":["2016-07-07"],"summary":["Transport policy"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-b1bf9aa5fb7e886441ff341b657cc482b64a2a3e","eu-tr-002278013515-26"]}} -{"id":"ec-meeting-2016-07-07-4eef2e170dcda1fe44267719f5d7cbc7630bd990","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-07 - Cabinet of Commissioner Marianne Thyssen x Association des Constructeurs Européens d'Automobiles"],"date":["2016-07-07"],"summary":["Occupational health and safety"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["ec-person-7567514af00f139b390cf9864d28a090ca0fde25","eu-tr-0649790813-47"]}} -{"id":"ec-meeting-2016-07-07-5a1895fc6f141965c646e15a797427a533618b71","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-07 - Cabinet of Vice-President Jyrki Katainen x WWF European Policy Programme"],"date":["2016-07-07"],"summary":["Green finance"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-f9208d930adc70c6c64e21701e48f85f6f18e949","eu-tr-1414929419-24"]}} -{"id":"ec-meeting-2016-07-07-6dcc1093d8a34a9792adcfb1c62ef3865d507a3d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-07 - Cabinet of Commissioner Violeta Bulc x A.T. KEARNEY"],"date":["2016-07-07"],"summary":["Juncker Plan in transportation"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-833068219638-67","ec-person-4d2b449b5047ea3fda435a2a1c1081e3babcdf76","ec-person-6a5ceb87383474e4b7f430af341029a155e255b0"]}} -{"id":"ec-meeting-2016-07-07-6dceedd1f56ed655ff8b4094e0e328c9a00f52d5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-07 - Cabinet of Vice-President Andrus Ansip x Telia Company AB"],"date":["2016-07-07"],"summary":["Spectrum, net neutrality, roaming, 5G"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-381805014604-45","ec-person-666bc159c7e65a3af9e63c1e97435c02f1496955","ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0"]}} -{"id":"ec-meeting-2016-07-07-73e3181c5f3b04ac90390bffd55ee993be0c4694","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-07 - Cabinet of Vice-President Andrus Ansip x Cisco Systems Inc."],"date":["2016-07-07"],"summary":["Telco review, net neutrality, e-privacy"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-666bc159c7e65a3af9e63c1e97435c02f1496955","eu-tr-494613715191-85"]}} -{"id":"ec-meeting-2016-07-07-829b45127ba71757615e073f4aa2c089e543d933","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-07 - Cabinet of Commissioner Carlos Moedas x The Extremely Useful Company"],"date":["2016-07-07"],"summary":["Ideas from Europe initiative"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["eu-tr-366173922498-51","ec-person-0a716bf5253e913fc40ebf14c12f30dc2e7a06ee"]}} -{"id":"ec-meeting-2016-07-07-8768d83b1af36e6a5c636d2d92a67ee7dd28ec8a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-07 - Economic and Financial Affairs x Digital Economy Lab, University of Warsaw"],"date":["2016-07-07"],"summary":["Bruegel Review Task Force interview"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-ecfin"],"involved":["ec-person-9b398cc97951266670f91bef34ea37df7380eef9","eu-tr-459438519357-97"]}} -{"id":"ec-meeting-2016-07-07-89721c7f9710c5f0c4da63ae94849e8aae1507af","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-07 - Cabinet of Commissioner Marianne Thyssen x Transport and Environment (European Federation for Transport and Environment)"],"date":["2016-07-07"],"summary":["Transport decarbonisation"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["ec-person-7567514af00f139b390cf9864d28a090ca0fde25","eu-tr-58744833263-19"]}} -{"id":"ec-meeting-2016-07-07-8b21f2ba69bf4d6025ad31f2d1825708d17683ee","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-07 - Günther Oettinger x Wiggin LLP"],"date":["2016-07-07"],"summary":["copyright"],"location":["BXL"],"address":["BXL"],"addressEntity":["addr-d2fde52f67ea4a3e1fe233d0a959d6a1c77fd910"],"organizer":["ec-dg-de"],"involved":["eu-tr-996804717355-25","ec-person-49723482bb23d029cbfc010cb37eec7392a0ae02"]}} -{"id":"ec-meeting-2016-07-07-d6b5a0afba6f019b04c56fd07872c50d3673a5ca","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-07 - Cabinet of First Vice-President Frans Timmermans x RENAULT LA POSTE Peugeot S.A. Veolia Environnement Danone AXA BOUYGUES EUROPE NEW AREVA HOLDING SA TotalEnergies SE L'Oréal Manufacture Française des Pneumatiques Michelin Airbus Orange Fédération bancaire française Mouvement des Entreprises de France"],"date":["2016-07-07"],"summary":["Lunch Debat Grandes Entreprises Françaises - Better Regulation."],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-43763731235-75","eu-tr-02776221598-67","eu-tr-09245221105-30","eu-tr-39900807417-87","eu-tr-41126912590-71","eu-tr-1413466815-09","eu-tr-2732167674-76","eu-tr-72103751229-92","eu-tr-1849405799-88","eu-tr-76704342721-41","eu-tr-36423781099-10","ec-person-284d94050a35c9079d8b1ba3f85eaf7777b5fea9","eu-tr-946343776-69","eu-tr-65744846168-89","ec-person-6c0efbf1635ca0cb8dce32e129231fa3136f600b","eu-tr-01890906437-84","eu-tr-91216972728-77"]}} -{"id":"ec-meeting-2016-07-07-e0c5aed6a47113efadeef2ab4e39454378fc07b4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-07 - Günther Oettinger x Kreab"],"date":["2016-07-07"],"summary":["DSM"],"location":["BXL"],"address":["BXL"],"addressEntity":["addr-d2fde52f67ea4a3e1fe233d0a959d6a1c77fd910"],"organizer":["ec-dg-de"],"involved":["eu-tr-1078390517-54","ec-person-49723482bb23d029cbfc010cb37eec7392a0ae02"]}} -{"id":"ec-meeting-2016-07-07-e9237a801d16e62b4e680e759a422a9f9dee1656","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-07 - Günther Oettinger x Meta Platforms Ireland Limited and its various subsidiaries (f/k/a Facebook Ireland Limited)"],"date":["2016-07-07"],"summary":["Telecom policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-c6cae64cc7dc787b66a47ab1613d3e922875b971","eu-tr-28666427835-74"]}} -{"id":"ec-meeting-2016-07-08-08e60e60cd577c2a66f55ec0aba40277e1959a09","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-08 - Günther Oettinger x Motion Picture Association EMEA Groupement Européen des Sociétés d'Auteurs et Compositeurs Fédération Internationale des Associations de Producteurs de Films Headquarters ICMP - The global voice of music publishing Coordination of European Picture Agencies Press Stock Heritage IMPALA Association Internationale AISBL IFPI Representing recording industry worldwide"],"date":["2016-07-08"],"summary":["Value gap"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-95201401713-39","eu-tr-36529354479-57","eu-tr-65684839099-72","eu-tr-60394321918-91","eu-tr-332167817125-52","eu-tr-12383069253-19","ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0","eu-tr-197834213050-71"]}} -{"id":"ec-meeting-2016-07-08-13f358e88b0a010534caf0c107ceee85720a9652","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-08 - Cabinet of Commissioner Elżbieta Bieńkowska x Uber"],"date":["2016-07-08"],"summary":["collaborative economy"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["paris"],"address":["paris"],"addressEntity":["addr-3c4bd4d0d0d1e076ce617723edd6a73afc9126ab"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["ec-person-685ecf13dd26cd515c961e24ba71049af2302c5e","eu-tr-002278013515-26"]}} -{"id":"ec-meeting-2016-07-08-229f5f7079b731fb1c14abbeec9f6f1702e965fe","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-08 - Günther Oettinger x Robert Bosch GmbH"],"date":["2016-07-08"],"summary":["connected & automated driving and decarbonisation of transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0","eu-tr-8999533555-91"]}} -{"id":"ec-meeting-2016-07-08-2e0349403279d1dc2d232eefe81e68f1a28c3902","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-08 - Cabinet of Commissioner Elżbieta Bieńkowska x Avisa Partners Hausfeld & Co. LLP"],"date":["2016-07-08"],"summary":["customer compensation VW"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-54210841652-13","eu-tr-186423122423-65","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2016-07-08-4586dc209268fabec22fb1d83319cfa19abede18","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-08 - Cabinet of Commissioner Elżbieta Bieńkowska x Airbnb Ireland UC"],"date":["2016-07-08"],"summary":["collaborative economy"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["paris"],"address":["paris"],"addressEntity":["addr-3c4bd4d0d0d1e076ce617723edd6a73afc9126ab"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-823871417098-42","ec-person-685ecf13dd26cd515c961e24ba71049af2302c5e"]}} -{"id":"ec-meeting-2016-07-08-4c09b8edc73e863a0ef1566839b3f7ef779576d7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-08 - Cabinet of Commissioner Carlos Moedas x European Chemical Industry Council"],"date":["2016-07-08"],"summary":["clean energy"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-0a716bf5253e913fc40ebf14c12f30dc2e7a06ee","eu-tr-64879142323-90"]}} -{"id":"ec-meeting-2016-07-08-4ee4ac162de22526e2550cd283023deb122a3778","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-08 - Financial Stability, Financial Services and Capital Markets Union x Association Professionnelle des Intermédiaires en Crédit"],"date":["2016-07-08"],"summary":["Mortgage Credit Directive (MCD) and the retail Green Paper."],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-227311322129-76","ec-person-bdee7a93f95c8ef05079539170139b3c02e8ed96"]}} -{"id":"ec-meeting-2016-07-08-85b910b9bb8d784d876913f8b5a6c4c9e7c90658","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-08 - Cabinet of Commissioner Elżbieta Bieńkowska x smartEn Smart Energy Europe"],"date":["2016-07-08"],"summary":["present their joint declaration related to the ongoing European electricity market design reform"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-569379418624-07","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2016-07-08-8e7d92aa7a4f0be2e50c5f6d34f565135008bb58","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-08 - Trade x Airbus"],"date":["2016-07-08"],"summary":["WTO"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-trade"],"involved":["ec-person-bde9bb099f5d24c52ca4a9255cefc99a5b87a650","eu-tr-2732167674-76"]}} -{"id":"ec-meeting-2016-07-08-b99e2d0d41fed4647d77cf37b9c5c8ef10bd136e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-08 - Günther Oettinger x KfW Bankengruppe"],"date":["2016-07-08"],"summary":["Broadband Fund, EFSI for Africa"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-79019799690-13","ec-person-481c1b59e4c83b05529b763cfc2447c0d88fe517"]}} -{"id":"ec-meeting-2016-07-08-d438af3dd7a3bd65a877a4e105e79e809d1232bc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-08 - Günther Oettinger x industriAll European Trade Union"],"date":["2016-07-08"],"summary":["digital skills"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0","eu-tr-358284014848-82"]}} -{"id":"ec-meeting-2016-07-08-f173e6bb7fe864ab6cf0aa5ac45f7602221e4fea","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-08 - Health and Food Safety x Centre for European Policy Studies"],"date":["2016-07-08"],"summary":["Preparation of the role of the EU semester in health policies"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-sante"],"involved":["eu-tr-86853666704-95","ec-person-3c7fdbe0c1c235777d916309465339b7ed1666f6"]}} -{"id":"ec-meeting-2016-07-08-f58486d35a2d082c68a9bf2428d5745a68a69ee5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-08 - Cabinet of Commissioner Elżbieta Bieńkowska x G Plus Ltd (t/a Portland)"],"date":["2016-07-08"],"summary":["conference economie collaborative"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Paris"],"address":["Paris"],"addressEntity":["addr-22390ad11c32faec43fc61555b53607660b3c185"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["ec-person-685ecf13dd26cd515c961e24ba71049af2302c5e","eu-tr-7223777790-86"]}} -{"id":"ec-meeting-2016-07-11-0805e42ee123fc3cdc2866dea6dc85b8978c12ae","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-11 - Cabinet of Commissioner Violeta Bulc x DLA Piper UK LLP - Belgium"],"date":["2016-07-11"],"summary":["Meeting with KVBG - on Port Labour"],"notes":["Portfolio: Transport"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-038826514581-56","ec-person-cb7aaf75b4c195481f149f904bc28b4e2ac2b7ab"]}} -{"id":"ec-meeting-2016-07-11-20054e98734d29499ba229b3820a7c94875ffeb9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-11 - Cabinet of Commissioner Elżbieta Bieńkowska x FairValue Corporate & Public Affairs"],"date":["2016-07-11"],"summary":["Innomedtech - access of medical devices to the national market"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-69852587017-33","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2016-07-11-229f5f7079b731fb1c14abbeec9f6f1702e965fe","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-11 - Günther Oettinger x Robert Bosch GmbH"],"date":["2016-07-11"],"summary":["decarbonisation of transport"],"location":["BXL"],"address":["BXL"],"addressEntity":["addr-d2fde52f67ea4a3e1fe233d0a959d6a1c77fd910"],"organizer":["ec-dg-de"],"involved":["ec-person-5652698e8f7b4a189329e67fddbaff44dbe8658c","eu-tr-8999533555-91"]}} -{"id":"ec-meeting-2016-07-11-35512b1a99ccf1e9cff6bbd13ec37d7d11a7d06b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-11 - Cabinet of Commissioner Vytenis Andriukaitis x Affordable Medicines Europe"],"date":["2016-07-11"],"summary":["Shortages of medicines"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["eu-tr-509882515669-01","ec-person-059ca943fc5fc696d2a97849c635ddf7b6ab7fd7","ec-person-df30d07ef698a52b9948b9c734db39196cf8541f"]}} -{"id":"ec-meeting-2016-07-11-40ab9248a59d1d2dd1ed32525e2848c4d61f517a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-11 - Cabinet of Vice-President Cecilia Malmström x Young European Leadership"],"date":["2016-07-11"],"summary":["G20"],"notes":["Portfolio: Trade"],"location":["Brussels Belgium"],"address":["Brussels Belgium"],"addressEntity":["addr-61947d7d2c69c0b8f57325bd044f500c5fc6df48"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-5d4088e1913284a765aed8445f448f6ff341f1b3","eu-tr-596915820961-12"]}} -{"id":"ec-meeting-2016-07-11-6490ebf81336822507460baaa49515a342c05f21","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-11 - Cabinet of Vice-President Jyrki Katainen x The Coalition for Energy Savings"],"date":["2016-07-11"],"summary":["energy efficiency"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-72911566925-69","ec-person-0da85dc48012e26688310a59a0b51727ea68f410"]}} -{"id":"ec-meeting-2016-07-11-66289e552a9dac3f0d687914734d783850c870d3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-11 - Cabinet of Vice-President Valdis Dombrovskis x Bundesverband der Deutschen Volksbanken und Raiffeisenbanken"],"date":["2016-07-11"],"summary":["EDIS"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-48f31156d932641826e09f5b73f074d35ff05786","eu-tr-22330076571-75"]}} -{"id":"ec-meeting-2016-07-11-67e93923678b0240cf4da9b6431f3132419093e6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-11 - Cabinet of President Jean-Claude Juncker x Young European Leadership"],"date":["2016-07-11"],"summary":["Discuss activities of Young European Leadership"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-ad6f76ca53dc30d965b15e3728c45dbd0aba44b4","eu-tr-596915820961-12"]}} -{"id":"ec-meeting-2016-07-11-7e65c0d7891dc8267d150342f49c6111f91799eb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-11 - Cabinet of Commissioner Carlos Moedas x A.T. KEARNEY"],"date":["2016-07-11"],"summary":["Fórum Heron Castilho"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Lisboa"],"address":["Lisboa"],"addressEntity":["addr-fa0754b9861f7065fd7c6270efb07fc6ac3b0ad8"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["eu-tr-833068219638-67","ec-person-a45151b401196e9c374c9acdada9d8840da271ad"]}} -{"id":"ec-meeting-2016-07-11-897a04fb2c74d2331975df2ad8fec3a1badf4091","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-11 - Günther Oettinger x HSBC Holdings PLC"],"date":["2016-07-11"],"summary":["DSM"],"location":["Frankfurt"],"address":["Frankfurt"],"addressEntity":["addr-d5d8846569e1aaf92f7239dc4169fa822d08f158"],"organizer":["ec-dg-de"],"involved":["eu-tr-001866415031-87","ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0"]}} -{"id":"ec-meeting-2016-07-11-8b40b71c9400c8490836551a8774c5d3e7edec3c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-11 - Cabinet of Vice-President Jyrki Katainen x London Stock Exchange Group"],"date":["2016-07-11"],"summary":["Financial issues"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-550494915045-08","ec-person-955e8c493ab54847bb92b65986f56a401f8eabee"]}} -{"id":"ec-meeting-2016-07-11-93fd074e47837328e5b61ef721f8d06b4556e9f5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-11 - Cabinet of Vice-President Cecilia Malmström x European Alliance to Save Energy"],"date":["2016-07-11"],"summary":["Energy issues in general and also related to TTIP"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-cb8ca9ec2413722fa83484ed18dd76ace52d0118","eu-tr-37816636575-51"]}} -{"id":"ec-meeting-2016-07-11-9b9fe2904412232cf892c4b2fb5f1e67c1149cb1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-11 - Cabinet of Commissioner Věra Jourová x 23andMe, Inc."],"date":["2016-07-11"],"summary":["GDPR and Privacy Shield"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["eu-tr-387013720395-11","ec-person-f329292459cb1badb7fb7c6b67b698c441931bb2"]}} -{"id":"ec-meeting-2016-07-11-a731fa0dd3696911dbbead2456af47c7579db335","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-11 - Günther Oettinger x DEKRA e.V."],"date":["2016-07-11"],"summary":["connected cars"],"location":["BXL"],"address":["BXL"],"addressEntity":["addr-d2fde52f67ea4a3e1fe233d0a959d6a1c77fd910"],"organizer":["ec-dg-de"],"involved":["eu-tr-52624015528-97","ec-person-5652698e8f7b4a189329e67fddbaff44dbe8658c"]}} -{"id":"ec-meeting-2016-07-11-b5c78dc79a2c5438af1dc7fa1588962a8776bcc2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-11 - Cabinet of Commissioner Vytenis Andriukaitis x European Alliance to Save Energy"],"date":["2016-07-11"],"summary":["Energy efficiency investments"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-c986c9ff99d99d8006e000db5a8046be615813ae","eu-tr-37816636575-51"]}} -{"id":"ec-meeting-2016-07-11-b70cb2d1d79665cdd7a967d0c6a3a7a7ec551802","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-11 - Cabinet of Commissioner Věra Jourová x European Law Institute"],"date":["2016-07-11"],"summary":["t"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Belgium, Brussels"],"address":["Belgium, Brussels"],"addressEntity":["addr-0c96bd4b2c2391b43c37eda4c201015868b0aa7b"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-a608b85b2ffef83f883b5a2330b6232efa1b7141","eu-tr-455458212010-50"]}} -{"id":"ec-meeting-2016-07-11-ea8ec5e54c8312d77b8343c44b1e3ca7cf17f112","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-11 - Cabinet of Vice-President Andrus Ansip x BOUYGUES EUROPE"],"date":["2016-07-11"],"summary":["Copyright, satellite and cable directive, telecom review"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-e91c5be432b6b3efdda369792fed67c20b767a45","ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0","eu-tr-91216972728-77"]}} -{"id":"ec-meeting-2016-07-12-07bb7b3bc8a32f5dcf81dfbc9d4e3510d7a20cb1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-12 - Cabinet of Vice-President Johannes Hahn x Wirtschaftskammer Österreich"],"date":["2016-07-12"],"summary":["Exchange of views on Economic Policy and Enlargement"],"notes":["Portfolio: European Neighbourhood Policy & Enlargement Negotiations"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-hahn-johannes-of-president-vice"],"involved":["eu-tr-10405322962-08","ec-person-2fca685599028e7674f6143b21eb6760c913eef0"]}} -{"id":"ec-meeting-2016-07-12-27b5db061c7a30dc1ed1ca49b0d6856f795d2cde","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-12 - Communications Networks, Content and Technology x Amazon Europe Core SARL"],"date":["2016-07-12"],"summary":["DSM (Telecoms review and upcoming legislation in September)"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-366117914426-10","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2016-07-12-3286414a6f142f327675b20af7255c98f099906d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-12 - Cabinet of Vice-President Johannes Hahn x Human Rights Watch"],"date":["2016-07-12"],"summary":["Situation of refugees in Lebanon, Jordan and Turkey"],"notes":["Portfolio: European Neighbourhood Policy & Enlargement Negotiations"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-hahn-johannes-of-president-vice"],"involved":["ec-person-2fca685599028e7674f6143b21eb6760c913eef0","eu-tr-56362448807-46"]}} -{"id":"ec-meeting-2016-07-12-5244a247d3203a31c57b00a704efde57adfce691","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-12 - Günther Oettinger x Bundesvereinigung der Deutschen Arbeitgeberverbände e.V."],"date":["2016-07-12"],"summary":["competitiveness, social affairs, digital agenda"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-4cd59e13386e3b68ecb3611fcc579e0a0a3938a5","eu-tr-7749519702-29"]}} -{"id":"ec-meeting-2016-07-12-5b340ab5a031e5209e0c3ec7a7e008a86abf9d20","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-12 - Cabinet of Vice-President Jyrki Katainen x Transparency International"],"date":["2016-07-12"],"summary":["Fight against corruption"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-bb70699c722c1620ec520e8a4d32911a32ae078c","eu-tr-501222919-71"]}} -{"id":"ec-meeting-2016-07-12-5d8d5aa91585e313bbbebe6e581ff137142a5486","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-12 - Cabinet of Commissioner Marianne Thyssen x Bundesvereinigung der Deutschen Arbeitgeberverbände e.V."],"date":["2016-07-12"],"summary":["Competitiveness, social affairs, digital agenda"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["eu-tr-7749519702-29","ec-person-e93189002a993321fd1af93481b271c766b1aff8"]}} -{"id":"ec-meeting-2016-07-12-61fdf73a2983fc6e8803d8275f330f53c3cd0c9b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-12 - Cabinet of Commissioner Elżbieta Bieńkowska x Nickel Institute"],"date":["2016-07-12"],"summary":["EU ETS directive and the state aid guidelines for indirect CO2 costs impacting on the competitiveness of EU based nickel producers"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-77947983421-21","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2016-07-12-7ae1739c8637b0d6e2bcfa8d0479b008825b445e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-12 - Cabinet of Commissioner Phil Hogan x Fédération nationale des producteurs de lait"],"date":["2016-07-12"],"summary":["Current dairy situation"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-400dd8d59d3060187d9b9b143d697da1a3d03c12","eu-tr-611631522622-61"]}} -{"id":"ec-meeting-2016-07-12-7ba5866043769839d2ca7110fe0f3391836a4b0a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-12 - Cabinet of Commissioner Violeta Bulc x Deutsche Bahn AG"],"date":["2016-07-12"],"summary":["Meeting with Deutsche Bahn CEO Mr. Grube"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-4d2b449b5047ea3fda435a2a1c1081e3babcdf76","eu-tr-4516220482-22","ec-person-dd7851e4a1e747e824b4f81139e33bc3cdb73160"]}} -{"id":"ec-meeting-2016-07-12-7ee677fb05626d8b8eddcf407269e158b2eaceba","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-12 - Günther Oettinger x BDEW Bundesverband der Energie- und Wasserwirtschaft e. V."],"date":["2016-07-12"],"summary":["energy/climate policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-20457441380-38","ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0"]}} -{"id":"ec-meeting-2016-07-12-80f1485f6f01fe563c12e785c2e9b97676e521ff","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-12 - Cabinet of Commissioner Violeta Bulc x Amazon Europe Core SARL"],"date":["2016-07-12"],"summary":["Aviation"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-9d4dc4867a44dfe10f67ae7ee1706da3e8b48a24","eu-tr-366117914426-10"]}} -{"id":"ec-meeting-2016-07-12-8dc5dacea2f3f78e1a9ac21d8b4f2e5d1b90730d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-12 - Günther Oettinger x Transport and Environment (European Federation for Transport and Environment)"],"date":["2016-07-12"],"summary":["decarbonisation of transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0","eu-tr-58744833263-19"]}} -{"id":"ec-meeting-2016-07-12-8f4fe1f4f0841cb205f7f3ad87234038bb72eb41","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-12 - Cabinet of Vice-President Andrus Ansip x Audible Magic Corporation"],"date":["2016-07-12"],"summary":["Content ID technology solutions"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-e91c5be432b6b3efdda369792fed67c20b767a45","ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0","eu-tr-467515522378-58"]}} -{"id":"ec-meeting-2016-07-12-9e6ebaad0a4cbfd63b4877a00817f36ae506efa5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-12 - Cabinet of Commissioner Violeta Bulc x Régie Autonome des Transports Parisiens"],"date":["2016-07-12"],"summary":["Meeting with Mme Elisabeth Borne, PDF of RATP Group"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-4d2b449b5047ea3fda435a2a1c1081e3babcdf76","ec-person-dd7851e4a1e747e824b4f81139e33bc3cdb73160","eu-tr-782461923540-48"]}} -{"id":"ec-meeting-2016-07-12-9f5adb5ef31a79615511af940e22594319ecc6d2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-12 - Günther Oettinger x Audible Magic Corporation"],"date":["2016-07-12"],"summary":["copyright"],"location":["BXL"],"address":["BXL"],"addressEntity":["addr-d2fde52f67ea4a3e1fe233d0a959d6a1c77fd910"],"organizer":["ec-dg-de"],"involved":["ec-person-49723482bb23d029cbfc010cb37eec7392a0ae02","eu-tr-467515522378-58"]}} -{"id":"ec-meeting-2016-07-12-a071dcabc4c6996bc7eca62b2635d45ef0b8f05c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-12 - Cabinet of Commissioner Věra Jourová x Spotify"],"date":["2016-07-12"],"summary":["Copyright reform"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-a2ca9161feee56909a0e98b473c2d342c20fdb57","eu-tr-365747616583-15","ec-person-184e698af1eb9e33b179680570ca171d8cb31c94"]}} -{"id":"ec-meeting-2016-07-12-b17adfe9d0f8e0a425a8c028cf9b7fc92456a1d4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-12 - Günther Oettinger x Spotify"],"date":["2016-07-12"],"summary":["DSM"],"location":["BXL"],"address":["BXL"],"addressEntity":["addr-d2fde52f67ea4a3e1fe233d0a959d6a1c77fd910"],"organizer":["ec-dg-de"],"involved":["eu-tr-365747616583-15","ec-person-49723482bb23d029cbfc010cb37eec7392a0ae02"]}} -{"id":"ec-meeting-2016-07-12-b6c746e0806354d6205f3150045d85d051699412","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-12 - Cabinet of Commissioner Carlos Moedas x European Alliance to Save Energy"],"date":["2016-07-12"],"summary":["European vision for the development and acceleration of energy efficiency investments"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-0a716bf5253e913fc40ebf14c12f30dc2e7a06ee","eu-tr-37816636575-51"]}} -{"id":"ec-meeting-2016-07-12-ccf20ba879b0a8d79fe7ab4936ac7e70e4c03bb5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-12 - Cabinet of Commissioner Phil Hogan x Dow Europe GmbH"],"date":["2016-07-12"],"summary":["EU GMO import approval process; Nitrogen stabilising technologies"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["BERL 08/304"],"address":["BERL 08/304"],"addressEntity":["addr-aff09a6f822af9a7e96260c390a7e7bd5d64be8b"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-38235121060-73","ec-person-7d3caa534e5cdda6d5b949bd4b2def39356e3bec"]}} -{"id":"ec-meeting-2016-07-12-cef404d216328a9c5add8a0161802c10c1431b99","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-12 - Cabinet of President Jean-Claude Juncker x Carbon Market Watch European Environmental Bureau WWF European Policy Programme Fern"],"date":["2016-07-12"],"summary":["Climate Action and Energy"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-75365248559-90","eu-tr-06798511314-27","eu-tr-1414929419-24","eu-tr-40538475090-82","ec-person-b1bf9aa5fb7e886441ff341b657cc482b64a2a3e"]}} -{"id":"ec-meeting-2016-07-12-df4f0030c6c06b16112bd57507d99e552d251339","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-12 - Cabinet of Vice-President Andrus Ansip x Vodafone Belgium SA"],"date":["2016-07-12"],"summary":["Telecom review"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-90142503473-81","ec-person-666bc159c7e65a3af9e63c1e97435c02f1496955","ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0"]}} -{"id":"ec-meeting-2016-07-12-e8c49cfb0832bf9ddc7609689a0571a474856859","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-12 - Cabinet of Commissioner Carlos Moedas x EIRMA AISBL"],"date":["2016-07-12"],"summary":["EU support for innovation"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-b8d49828915f9008e764a78796d47ea00807a658","eu-tr-091926322559-97"]}} -{"id":"ec-meeting-2016-07-12-eb48355ffe360ac4f9fc3b4232c05e1d963a2918","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-12 - Günther Oettinger x EBU-UER (European Broadcasting Union)"],"date":["2016-07-12"],"summary":["Telco review"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-93288301615-56","ec-person-c6cae64cc7dc787b66a47ab1613d3e922875b971"]}} -{"id":"ec-meeting-2016-07-13-1b827b7a0420b11262c76380a42cd5c135a46882","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-13 - Günther Oettinger x News Corporation"],"date":["2016-07-13"],"summary":["copyright"],"location":["BXL"],"address":["BXL"],"addressEntity":["addr-d2fde52f67ea4a3e1fe233d0a959d6a1c77fd910"],"organizer":["ec-dg-de"],"involved":["eu-tr-544873617314-08","ec-person-49723482bb23d029cbfc010cb37eec7392a0ae02"]}} -{"id":"ec-meeting-2016-07-13-32f835060c129fe2edd6ec4519501a014c9bd204","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-13 - Inspire, Debate, Engage and Accelerate Action x European Family Businesses"],"date":["2016-07-13"],"summary":["Annual Conference and Digitalisation"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-dg-idea"],"involved":["eu-tr-58849794266-75","ec-person-4fe56a64c00b3e81c851b5538878b32481bd7d3c"]}} -{"id":"ec-meeting-2016-07-13-4143b2da6cea024965b9f3fd6b167d1b8f50c029","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-13 - Günther Oettinger x Institut der deutschen Wirtschaft Köln e.V."],"date":["2016-07-13"],"summary":["digitising european industry"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-132414515813-88","ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0"]}} -{"id":"ec-meeting-2016-07-13-41c4329d01c4234ae6cbe59019627bf541741a5a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-13 - Cabinet of Commissioner Věra Jourová x Baker & McKenzie Partnerschaft von Rechtsanwälten, Wirtschaftsprüfern und Steuerberatern mbB"],"date":["2016-07-13"],"summary":["Gender issues – How to promote women in leading positions"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-5455ecfabb89025694c798deac08160a2be17d94","eu-tr-92306069602-32"]}} -{"id":"ec-meeting-2016-07-13-47d89e8893a5bd157908c8a86fece4be8a91279a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-13 - Günther Oettinger x UBS Group AG"],"date":["2016-07-13"],"summary":["digitising banking"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0","eu-tr-365453815252-29"]}} -{"id":"ec-meeting-2016-07-13-4a6f4c34e6eb63a8e86cb203f9a4cd16a88a7b3c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-13 - Environment x Stichting Commonland"],"date":["2016-07-13"],"summary":["Presentation \"Commonland\" and restoration of degraded landscapes"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-env"],"involved":["eu-tr-581342922580-86","ec-person-3bc74ce04ea3f4ab4d91a5c88eef25b8b8a213b4"]}} -{"id":"ec-meeting-2016-07-13-58f4019bc1e0f9b3e4be7925432b2c1ecc2518f1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-13 - Cabinet of Commissioner Phil Hogan x Conseil Européen des Jeunes Agriculteurs"],"date":["2016-07-13"],"summary":["Agri Matters"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-849413211923-25","ec-person-a1a78365cc4685b0958056646204977d8f2ead92"]}} -{"id":"ec-meeting-2016-07-13-6bb885fbf9ab25e3e4506a55a4f6e8c0e5531f71","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-13 - Cabinet of Vice-President Miguel Arias Cañete x Verband der Automobilindustrie"],"date":["2016-07-13"],"summary":["Contribution of the automotive industry to the decarbonisation of the economy"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels,Belgium"],"address":["Brussels,Belgium"],"addressEntity":["addr-9d219e3055790a627449ea0f4745c821332ece94"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-95574664768-90","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd"]}} -{"id":"ec-meeting-2016-07-13-899e989ef1cca73817a7c40f56ede78545a02668","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-13 - Cabinet of Vice-President Neven Mimica x Deutsche Gesellschaft für Internationale Zusammenarbeit (GIZ) GmbH"],"date":["2016-07-13"],"summary":["Partnership Framework and migration compacts; private sector in developing countries"],"notes":["Portfolio: International Cooperation & Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-mimica-neven-of-president-vice"],"involved":["ec-person-e90858f5aba78fd0e1cb2f757c3f38d55d91f98b","eu-tr-78346836208-90"]}} -{"id":"ec-meeting-2016-07-13-89a708441a057cbf7c18ba6464cb6afe5f32fab3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-13 - Cabinet of Commissioner Marianne Thyssen x DLA Piper UK LLP - Belgium"],"date":["2016-07-13"],"summary":["Organisation of port labour in Belgium"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["ec-person-7567514af00f139b390cf9864d28a090ca0fde25","eu-tr-038826514581-56"]}} -{"id":"ec-meeting-2016-07-13-8c942760540d1f0b7ca39bc5824d8e9bed1b8b42","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-13 - Cabinet of President Jean-Claude Juncker x Société Générale"],"date":["2016-07-13"],"summary":["financial services"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-34369111614-57","ec-person-c402e34a99fbee730ae22e3b1958e21c94dc6fcc"]}} -{"id":"ec-meeting-2016-07-13-8e5d520180601cb7250f4950aeae3797dbb67b33","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-13 - Climate Action x ExxonMobil Petroleum & Chemical"],"date":["2016-07-13"],"summary":["Carbon capture and storage"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-clima"],"involved":["ec-person-44c2f44f96dda2012bcb4e9abc749f6cae86a4c0","eu-tr-0745650927-75"]}} -{"id":"ec-meeting-2016-07-13-98cbd073a69e6aa804e93fd9289e209c50d6033d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-13 - Cabinet of Vice-President Andrus Ansip x European Federation of Journalists"],"date":["2016-07-13"],"summary":["copyright"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-e91c5be432b6b3efdda369792fed67c20b767a45","eu-tr-27471236588-39"]}} -{"id":"ec-meeting-2016-07-13-a37ff720778e852e1b2a537670f7a41ec0b5bedb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-13 - Günther Oettinger x KPN"],"date":["2016-07-13"],"summary":["Telco review"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-c6cae64cc7dc787b66a47ab1613d3e922875b971","eu-tr-38392131923-05"]}} -{"id":"ec-meeting-2016-07-13-afa4cb5be398882657b00e05cf7d20e903b1d976","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-13 - Cabinet of Commissioner Phil Hogan x spiritsEUROPE"],"date":["2016-07-13"],"summary":["Spirits issues"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-c9d17d5879383b030f61a4066848249fb35d57e4","eu-tr-64926487056-58"]}} -{"id":"ec-meeting-2016-07-13-b8a0ddaadc3c9d15ecf5acb56115e8e84aaf0c74","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-13 - Cabinet of Commissioner Elżbieta Bieńkowska x Bureau Européen des Unions de Consommateurs"],"date":["2016-07-13"],"summary":["VW Scandal - Consumer perspective"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-9505781573-45","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2016-07-13-c2ef7c827ca75892cb93f7b9ee11e3a41a768234","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-13 - Cabinet of Commissioner Tibor Navracsics x Coordination of European Picture Agencies Press Stock Heritage Getty Images (UK) Limited"],"date":["2016-07-13"],"summary":["Digital Single Market"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-49f31dad10f5641cb1d1e4c3107dd838389e8120","eu-tr-784853120041-73","eu-tr-197834213050-71"]}} -{"id":"ec-meeting-2016-07-13-c7c29ecd934674e0eceda3c587c0f2bbf690a725","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-13 - Cabinet of President Jean-Claude Juncker x Deutscher Sparkassen-und Giroverband"],"date":["2016-07-13"],"summary":["Capital Markets Union, retail financing"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-62379064909-15","ec-person-c402e34a99fbee730ae22e3b1958e21c94dc6fcc"]}} -{"id":"ec-meeting-2016-07-13-ccf20ba879b0a8d79fe7ab4936ac7e70e4c03bb5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-13 - Cabinet of Commissioner Phil Hogan x Dow Europe GmbH"],"date":["2016-07-13"],"summary":["Product Approval Processes"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-ff8342dedc26701400fcb7dcf73fbee50a837ac6","eu-tr-38235121060-73"]}} -{"id":"ec-meeting-2016-07-13-da8a8696547196c6944bbfe27b8df253a993b6f8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-13 - Cabinet of Vice-President Maroš Šefčovič x Association of Issuing Bodies"],"date":["2016-07-13"],"summary":["Renewable Energy policies and the internal energy market"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-ea6b517040e26a62f17d2829afffeba48cfd682f","eu-tr-479848318252-85"]}} -{"id":"ec-meeting-2016-07-13-e51f189fdb1178b1c9aad04f3136fb80b077a36d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-13 - Cabinet of Commissioner Tibor Navracsics x Groupement Européen des Sociétés d'Auteurs et Compositeurs"],"date":["2016-07-13"],"summary":["Digital Single Market"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-49f31dad10f5641cb1d1e4c3107dd838389e8120","eu-tr-36529354479-57"]}} -{"id":"ec-meeting-2016-07-13-e9237a801d16e62b4e680e759a422a9f9dee1656","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-13 - Günther Oettinger x Meta Platforms Ireland Limited and its various subsidiaries (f/k/a Facebook Ireland Limited)"],"date":["2016-07-13"],"summary":["Telco review"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-28666427835-74","ec-person-481c1b59e4c83b05529b763cfc2447c0d88fe517"]}} -{"id":"ec-meeting-2016-07-13-f227ed3549214f3d1a60d43dcb0e70aa059d8604","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-13 - Cabinet of Commissioner Phil Hogan x Ryanair Holdings"],"date":["2016-07-13"],"summary":["Introductory Meeting"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-002977215945-85","ec-person-ff8342dedc26701400fcb7dcf73fbee50a837ac6"]}} -{"id":"ec-meeting-2016-07-13-f7bd9bd35e70e9eb27f0f65acd8d01a2db82bf39","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-13 - Cabinet of Commissioner Phil Hogan x European Alliance to Save Energy"],"date":["2016-07-13"],"summary":["Energy Efficiency Investment"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-ff8342dedc26701400fcb7dcf73fbee50a837ac6","eu-tr-37816636575-51"]}} -{"id":"ec-meeting-2016-07-13-fc90ec86a3161cad86f49a62e1cb43328b41250f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-13 - Cabinet of Commissioner Elżbieta Bieńkowska x Association des Constructeurs Européens d'Automobiles"],"date":["2016-07-13"],"summary":["Prep meeting for High Level Mtg"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-0649790813-47","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2016-07-13-fd3a9c5b7d79b0c0a085fa41bd3144338a6f7ef4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-13 - Environment x ECOEMBALAJES ESPAÑA, S.A."],"date":["2016-07-13"],"summary":["Circular Economy Package and Ecoembes initiative \"Ecolaboratorio\""],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-env"],"involved":["eu-tr-159298416382-03","ec-person-3bc74ce04ea3f4ab4d91a5c88eef25b8b8a213b4"]}} -{"id":"ec-meeting-2016-07-13-fe54bdd0930785b46b5f535bc1eb7b1ca024375f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-13 - Cabinet of Vice-President Valdis Dombrovskis x FTI Consulting Belgium"],"date":["2016-07-13"],"summary":["Representatives of TAP, BP and SOCAR presented the state of play with Southern Gas Corridor route and administrative barriers they encounter."],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-b2d41137decbf33bc8076a41bfe11b68d501a7a0","eu-tr-29896393398-67"]}} -{"id":"ec-meeting-2016-07-14-03ae6387eba6a9e6a77ab766a60eb0b2fd291a03","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-14 - Cabinet of Vice-President Andrus Ansip x ECDL Foundation"],"date":["2016-07-14"],"summary":["Digital Skills"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-c759bd58acc54869aa8e62ce652efcda416e25c2","eu-tr-44018642457-83"]}} -{"id":"ec-meeting-2016-07-14-14b91fb30aa2b942c0eb6f89b657befc98252055","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-14 - Cabinet of High Representative / Vice-President Federica Mogherini x FortyEight"],"date":["2016-07-14"],"summary":["Company presentation"],"notes":["Portfolio: Foreign Affairs and Security Policy"],"location":["Brussels (Berlaymont)"],"address":["Brussels (Berlaymont)"],"addressEntity":["addr-4e70ddf45e81f0631950978c4aa49a218756a3f4"],"organizer":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"involved":["eu-tr-870921517430-50","ec-person-0d87d503aa00db1df141f3b1bfea3e0ccb43ece9"]}} -{"id":"ec-meeting-2016-07-14-15d91f03fb49a506d4fb39f42407ff87122d417c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-14 - Cabinet of Commissioner Věra Jourová x E+Europe"],"date":["2016-07-14"],"summary":["Holocaust and relevance to issues of contemporary concern"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["eu-tr-909920122714-84","ec-person-1e0e3a00ab815dea7c5b839b002ed2c7e34bfe0a"]}} -{"id":"ec-meeting-2016-07-14-1717d20e48687083dd3d602c6610a5990e3f704d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-14 - Cabinet of Vice-President Jyrki Katainen x MARSH & McLENNAN COMPANIES FRANCE"],"date":["2016-07-14"],"summary":["Financial services industry"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-117683115792-20","ec-person-955e8c493ab54847bb92b65986f56a401f8eabee"]}} -{"id":"ec-meeting-2016-07-14-1bf7cd26510f76149d948152cfbcbbb8e3a51af7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-14 - Energy x Chamber of Commerce of the United States of America Chevron Belgium BV ConocoPhillips Dow Europe GmbH"],"date":["2016-07-14"],"summary":["Transatlantic energy developments"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-483024821178-51","eu-tr-1798200413-71","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e","eu-tr-09981988815-02","eu-tr-38235121060-73"]}} -{"id":"ec-meeting-2016-07-14-1e6d3978f2a9f9c93a9161062bae44b4ee786246","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-14 - Cabinet of Commissioner Elżbieta Bieńkowska x Enterprise Rent A Car UK, Ltd."],"date":["2016-07-14"],"summary":["Collaborative Economy"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["ec-person-685ecf13dd26cd515c961e24ba71049af2302c5e","eu-tr-499115519787-49"]}} -{"id":"ec-meeting-2016-07-14-24114bd055fbf130715be39c95c77dc55512dd4f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-14 - Cabinet of Commissioner Christos Stylianides x Transatlantic Institute"],"date":["2016-07-14"],"summary":["AJC perspective on EU-Iran relations, Presentation of the EU's humanitarian support to Afghan refugees in Iran"],"notes":["Portfolio: Humanitarian Aid & Crisis Management"],"location":["Berlaymont, Brussels"],"address":["Berlaymont, Brussels"],"addressEntity":["addr-fc86ff6aaa2cd722afeb09a33ccd03fec72f8cd1"],"organizer":["ec-cabinet-christos-commissioner-of-stylianides"],"involved":["eu-tr-95713206856-14","ec-person-70f80fbf343dc133e693ec37b3cac62182713647"]}} -{"id":"ec-meeting-2016-07-14-2d6061c151bdf38aeceafa591a3e55d7af83b6cd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-14 - Cabinet of Commissioner Violeta Bulc x Bell Helicopter"],"date":["2016-07-14"],"summary":["Aviation"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-9d4dc4867a44dfe10f67ae7ee1706da3e8b48a24","eu-tr-313362713000-43"]}} -{"id":"ec-meeting-2016-07-14-5763cf09040884c3ad09f388c83fff11946eec0c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-14 - Cabinet of Commissioner Elżbieta Bieńkowska x Wirtschaftsvereinigung Stahl"],"date":["2016-07-14"],"summary":["steel sector"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-75755621888-61","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2016-07-14-5925bec90e0fa359da44a5cf9b1bb1f70d0cce15","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-14 - Cabinet of Commissioner Marianne Thyssen x Business European Capital Cities"],"date":["2016-07-14"],"summary":["Pillar of social rights, posting of workers"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Bratislava"],"address":["Bratislava"],"addressEntity":["addr-9eddf74134fcd79ac3f510f8f67cef3f68fb2c0d"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["ec-person-c508e9337eca6b067c1f966b82de49c4824a3ad0","ec-person-5a49eb89125b4b5d1125b3925bbb64aba1bea2b3","eu-tr-423612620244-85"]}} -{"id":"ec-meeting-2016-07-14-6329c8fb1441e42f6040da6c5c7aea944e0f9bde","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-14 - Cabinet of Commissioner Margrethe Vestager x ENEL SpA"],"date":["2016-07-14"],"summary":["Market design reform and capacity mechanisms"],"notes":["Portfolio: Competition"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-margrethe-of-vestager"],"involved":["ec-person-2e96673ec2acdfc668f6970535551f9afa1f8729","eu-tr-6256831207-27"]}} -{"id":"ec-meeting-2016-07-14-65f88e661ec8d822ff2c8893056f344b2c34e993","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-14 - Informatics x Oracle"],"date":["2016-07-14"],"summary":["State of play of relationship ORACLE–DIGIT and Follow up the USA study trip"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-digit"],"involved":["ec-person-32591d36027eb92a66b57d5bcc8c57d9574380b0","eu-tr-25955391451-88"]}} -{"id":"ec-meeting-2016-07-14-7d86daed8293a9aadaadbeff6d083f6be1f9b98c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-14 - Günther Oettinger x Access Partnership"],"date":["2016-07-14"],"summary":["Role of Satellite and 5G"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-467615113800-87","ec-person-481c1b59e4c83b05529b763cfc2447c0d88fe517"]}} -{"id":"ec-meeting-2016-07-14-839b54cc0d59c4f6d4cee5bf78138a8f2e012fd0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-14 - Günther Oettinger x Bayerische Motoren Werke Aktiengesellschaft"],"date":["2016-07-14"],"summary":["connected & automated driving; digitising of automotive industry"],"location":["Augsburg"],"address":["Augsburg"],"addressEntity":["addr-31035e91e375da16aee149809770710cd5a10949"],"organizer":["ec-dg-de"],"involved":["ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0","eu-tr-7193977808-18"]}} -{"id":"ec-meeting-2016-07-14-8ddb5a671c4422af9adfb35a907316df2f7df77f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-14 - Inspire, Debate, Engage and Accelerate Action x European Environmental Bureau"],"date":["2016-07-14"],"summary":["Annual Conference, Environment and Climate Change"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-dg-idea"],"involved":["eu-tr-06798511314-27","ec-person-4fe56a64c00b3e81c851b5538878b32481bd7d3c"]}} -{"id":"ec-meeting-2016-07-14-927f95621e43a68efffb34cf222845ac03809e15","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-14 - Cabinet of Commissioner Phil Hogan x European agri-cooperatives"],"date":["2016-07-14"],"summary":["Bio agriculture"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-c9d17d5879383b030f61a4066848249fb35d57e4","eu-tr-09586631237-74"]}} -{"id":"ec-meeting-2016-07-14-9a75b42f616abf7fd1a7b93962f5bfeebe25b4d4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-14 - Cabinet of Vice-President Neven Mimica x CSR Europe, The Business Network for Corporate Social Responsibility"],"date":["2016-07-14"],"summary":["Responsible Supply chains / CSR"],"notes":["Portfolio: International Cooperation & Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-mimica-neven-of-president-vice"],"involved":["ec-person-e90858f5aba78fd0e1cb2f757c3f38d55d91f98b","ec-person-ba51cfc2cb570b2ba23d99869e21cd43fe8cadad","eu-tr-56502415122-32"]}} -{"id":"ec-meeting-2016-07-14-9da53ed952da6212e240b5e7a8197d12d1d013ba","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-14 - Günther Oettinger x WorldDAB"],"date":["2016-07-14"],"summary":["telco review"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-313735017680-60","ec-person-c6cae64cc7dc787b66a47ab1613d3e922875b971"]}} -{"id":"ec-meeting-2016-07-14-b1a9a606f388e41592b48eceffb20e7579c58cc8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-14 - Cabinet of Vice-President Andrus Ansip x DIGITALEUROPE"],"date":["2016-07-14"],"summary":["publishers rights, text and data mining, free flow of data"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-64270747023-20","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45"]}} -{"id":"ec-meeting-2016-07-14-c813daba60e48a1fa2e87dc9d847bed53cc1069a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-14 - Cabinet of Vice-President Miguel Arias Cañete x CIDSE - International Alliance of Catholic social justice organisations Friends of Europe WWF European Policy Programme OXFAM INTERNATIONAL EU ADVOCACY OFFICE Greenpeace European Unit ACT Alliance Advocacy to the European Union Climate Action Network Europe"],"date":["2016-07-14"],"summary":["ESD/LULUCF- Energy efficiency - update- Ratification Paris Agreement"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-46856801604-90","eu-tr-99436366768-45","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd","eu-tr-1414929419-24","eu-tr-55888811123-49","eu-tr-5189768701-12","eu-tr-9832909575-41","eu-tr-61263518557-92"]}} -{"id":"ec-meeting-2016-07-14-df0742f8aac693b755012aa2d82d0b8d9161a108","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-14 - Cabinet of Vice-President Andrus Ansip x Orange"],"date":["2016-07-14"],"summary":["Telco review, consumer protection, access regulation, spectrum"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-76704342721-41","ec-person-666bc159c7e65a3af9e63c1e97435c02f1496955"]}} -{"id":"ec-meeting-2016-07-14-f20b1636c3a0600213737ed316d4bb259a7303dc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-14 - Cabinet of Commissioner Jonathan Hill x City of London Corporation"],"date":["2016-07-14"],"summary":["Regulatory challenges"],"notes":["Portfolio: Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hill-jonathan-of"],"involved":["ec-person-f247edfcff54d4f26fc10769f809c92bc72d6797","eu-tr-695661118936-08"]}} -{"id":"ec-meeting-2016-07-14-f45f944ea7c7a91b11795550e0cb7c88af069c9c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-14 - Cabinet of Commissioner Tibor Navracsics x Universal Music Group International"],"date":["2016-07-14"],"summary":["Digital Single Market"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-49f31dad10f5641cb1d1e4c3107dd838389e8120","eu-tr-530216615544-40"]}} -{"id":"ec-meeting-2016-07-14-f4f1a7f4ab2117a8751465fbd74e71d197c08c9d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-14 - Cabinet of Vice-President Andrus Ansip x Independent Television PLC"],"date":["2016-07-14"],"summary":["value gap, SatCab"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-978406813345-95","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45"]}} -{"id":"ec-meeting-2016-07-14-f7bd9bd35e70e9eb27f0f65acd8d01a2db82bf39","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-14 - Cabinet of Commissioner Phil Hogan x European Alliance to Save Energy"],"date":["2016-07-14"],"summary":["Energy efficiency in agri sector"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-37816636575-51","ec-person-b0d24e81234b490dd841a09b69892304b27fc6a8"]}} -{"id":"ec-meeting-2016-07-14-fc547d95c56a6fa5fd6e275673b2926e91311f23","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-14 - Cabinet of Commissioner Tibor Navracsics x Network to Promote Linguistic Diversity"],"date":["2016-07-14"],"summary":["Multilingualism"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["eu-tr-887288316103-74","ec-person-dc2e0fed0fdf39a6a3f3ad63355c5215599de9d1"]}} -{"id":"ec-meeting-2016-07-15-0b0381025c9435840f70d2b87895c5a1a5f3bd37","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-15 - Cabinet of Vice-President Neven Mimica x European Centre for Development Policy Management Overseas Development Institute German Development Institute / Deutsches Institut für Entwicklungspolitik (DIE) Fondation Institut de recherche pour le développement durable et les relations internationales"],"date":["2016-07-15"],"summary":["Exchange of views on the EU development cooperation policy review"],"notes":["Portfolio: International Cooperation & Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-mimica-neven-of-president-vice"],"involved":["eu-tr-236099517909-49","eu-tr-049228115944-64","ec-person-5f446e21c2ca97624d9781d53ce7312477e72d6e","ec-person-b187f3955c71d2e1daa48e02fd0a09ab7c6f6098","eu-tr-617220019157-97","eu-tr-738492215435-82"]}} -{"id":"ec-meeting-2016-07-15-38aeb8a28c69b157aa7048e99aa9d9a76300ea54","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-15 - Cabinet of Commissioner Phil Hogan x Lietuvos Respublikos žemės ūkio rūmai"],"date":["2016-07-15"],"summary":["Effects of Russian embargo on agriculture in Finland and the Baltic states"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-400dd8d59d3060187d9b9b143d697da1a3d03c12","eu-tr-906727822631-61"]}} -{"id":"ec-meeting-2016-07-15-4ae6cad990ab1acb3c0df561f545327591f88aac","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-15 - Cabinet of Commissioner Phil Hogan x Rural Investment Support for Europe Foundation"],"date":["2016-07-15"],"summary":["Agri Matters"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-a1a78365cc4685b0958056646204977d8f2ead92","eu-tr-653471311607-37"]}} -{"id":"ec-meeting-2016-07-15-4f9b88c8b33481c2654551dc029b89e3923daf11","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-15 - Cabinet of Commissioner Tibor Navracsics x LVMH Publica"],"date":["2016-07-15"],"summary":["Culture and creative industries"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-49f31dad10f5641cb1d1e4c3107dd838389e8120","ec-person-fa3187815cf956b0872e1668e14548b7d9f7ce93","eu-tr-16094042309-21"]}} -{"id":"ec-meeting-2016-07-15-532aba19ae7874b211006bc592bb5eb8ec2a1887","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-15 - Cabinet of Vice-President Valdis Dombrovskis x European Business Council in Japan"],"date":["2016-07-15"],"summary":["Breakfast meeting with representatives from European Business Council (Philips Electronics, BNP Paribas and BMW Group Japan) provided for an informal exchange of views on Japanese economy, on Abenomics, as well as on business climate and labour and social dialogue matters in Japan."],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Tokyo"],"address":["Tokyo"],"addressEntity":["addr-963dd210cc93a4597038ceabe0fe93b258a362b9"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-1f98d05bdaed2c40396781b1eb7b0aa47cb8dd20","ec-person-a9eda2e8ea54b70a968327672c6cada679d3cd56","eu-tr-884793623290-89"]}} -{"id":"ec-meeting-2016-07-15-5ef1fe7ec833239b39871259d659c5d2d097b236","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-15 - Cabinet of Commissioner Tibor Navracsics x PRS for Music"],"date":["2016-07-15"],"summary":["Digital Single Market"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-49f31dad10f5641cb1d1e4c3107dd838389e8120","eu-tr-798071410461-65"]}} -{"id":"ec-meeting-2016-07-15-62cd989e568af99154bcf03746462ba771a6df32","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2016-07-15 - Cabinet of High Representative / Vice-President Federica Mogherini x Federazione Imprese Siderurgiche Italiane"],"date":["2016-07-15"],"summary":["the Italian and European steel industry in the context of the trade policy","Situation de la sidérurgie italienne et européenne dans le contexte de la politique commerciale"],"notes":["Portfolio: Foreign Affairs and Security Policy"],"location":["BRUSSELS","Brussels"],"address":["BRUSSELS","Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6","addr-f74337897287bf1b546f30505f5b1f693a87af50"],"organizer":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"involved":["eu-tr-83425058760-88","ec-person-44c0409df0e9c3a69a1fe1442fc91e31f6c2786b"]}} -{"id":"ec-meeting-2016-07-15-648b039e232c6a1c72942099f4972429ae43589b","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2016-07-15 - Environment x European Association Automotive Suppliers"],"date":["2016-07-15"],"summary":["Circular Economy Package"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-env"],"involved":["eu-tr-91408765797-03","ec-person-3bc74ce04ea3f4ab4d91a5c88eef25b8b8a213b4"]}} -{"id":"ec-meeting-2016-07-15-6f53c917de8d547897b6a1a91b29833977321ae6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-15 - Cabinet of Vice-President Andrus Ansip x Motion Picture Association EMEA"],"date":["2016-07-15"],"summary":["SatCab directive"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-95201401713-39","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45"]}} -{"id":"ec-meeting-2016-07-15-817d91f1b7db08c989a60bfbb70191a7259a33a9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-15 - Cabinet of Commissioner Elżbieta Bieńkowska x LVMH Publica"],"date":["2016-07-15"],"summary":["Conterfeiting"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["brussels"],"address":["brussels"],"addressEntity":["addr-e2daa1574b7ac475c827b33e281bd2d5e013c882"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["ec-person-685ecf13dd26cd515c961e24ba71049af2302c5e","eu-tr-16094042309-21"]}} -{"id":"ec-meeting-2016-07-15-85a58700790047a11a0d43dc06e80bda4b089d0c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-15 - Cabinet of Commissioner Marianne Thyssen x VERBOND VAN BELGISCHE ONDERNEMINGEN / FEDERATION DES ENTREPRISES DE BELGIQUE"],"date":["2016-07-15"],"summary":["EU climate and energy policy"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["eu-tr-47676761061-93","ec-person-7567514af00f139b390cf9864d28a090ca0fde25","ec-person-e93189002a993321fd1af93481b271c766b1aff8"]}} -{"id":"ec-meeting-2016-07-15-8bc4fe2fc87d267e2ecfcaa7a2f0b326416b4b21","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-15 - Cabinet of Commissioner Tibor Navracsics x European Youth Forum"],"date":["2016-07-15"],"summary":["Youth radicalisation - Erasmus+ - Brexit"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["eu-tr-43251547769-22","ec-person-881310bbb4e54ac96753b80bbdc9b1994cfbf136"]}} -{"id":"ec-meeting-2016-07-15-9101721a05b809a3f9267b8c997250d0134855f7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-15 - Cabinet of Commissioner Violeta Bulc x European Association Automotive Suppliers"],"date":["2016-07-15"],"summary":["decarbonisation and diigitalisation of transport"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-91408765797-03","ec-person-e14c58f620f40325d829df7be0823280307bc15f"]}} -{"id":"ec-meeting-2016-07-15-979fb48d23ab180a65398eb57ee32227392867fd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-15 - Günther Oettinger x ICMP - The global voice of music publishing"],"date":["2016-07-15"],"summary":["copyright"],"location":["BXL"],"address":["BXL"],"addressEntity":["addr-d2fde52f67ea4a3e1fe233d0a959d6a1c77fd910"],"organizer":["ec-dg-de"],"involved":["ec-person-49723482bb23d029cbfc010cb37eec7392a0ae02","eu-tr-65684839099-72"]}} -{"id":"ec-meeting-2016-07-15-b6e8d01b6493d8b43595fb6d7a804ba5fddf3b30","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-15 - Cabinet of Commissioner Phil Hogan x Polski Związek Hodowców i Producentów Trzody Chlewnej \"POLSUS\""],"date":["2016-07-15"],"summary":["Agri Matters"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-068516110787-28","ec-person-a1a78365cc4685b0958056646204977d8f2ead92"]}} -{"id":"ec-meeting-2016-07-15-c6faa0360a471f83a45d2ffb29b740a65ab840f2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-15 - Cabinet of Commissioner Marianne Thyssen x European Trade Union Committee for Education"],"date":["2016-07-15"],"summary":["Pillar of social rights, posting of workers"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Bratislava"],"address":["Bratislava"],"addressEntity":["addr-9eddf74134fcd79ac3f510f8f67cef3f68fb2c0d"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["eu-tr-72197913011-06","ec-person-c508e9337eca6b067c1f966b82de49c4824a3ad0","ec-person-5a49eb89125b4b5d1125b3925bbb64aba1bea2b3"]}} -{"id":"ec-meeting-2016-07-15-e6dd82f4bf632b3d7282788b8bafbc13cd623c43","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-15 - Environment x WorldLoop"],"date":["2016-07-15"],"summary":["Recycling of electronic waste in Africa"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-env"],"involved":["eu-tr-791881922444-67","ec-person-3bc74ce04ea3f4ab4d91a5c88eef25b8b8a213b4"]}} -{"id":"ec-meeting-2016-07-15-ebc7be2d2cedb7d0ab96116503389723addc3be0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-15 - Cabinet of Vice-President Jyrki Katainen x American Chamber of Commerce to the European Union"],"date":["2016-07-15"],"summary":["Investment plan"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-3775b7be791f90ed462b9071c9ae596b80d71bca","eu-tr-5265780509-97"]}} -{"id":"ec-meeting-2016-07-15-f6f0aa3010e46dc7ecfc96e7249e80ae9b0e6a99","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-15 - Cabinet of High Representative / Vice-President Federica Mogherini x Confederation of Businessmen and Industrialists of Turkiye"],"date":["2016-07-15"],"summary":["EU/Turkey relations"],"notes":["Portfolio: Foreign Affairs and Security Policy"],"location":["Brussels, Berlaymont"],"address":["Brussels, Berlaymont"],"addressEntity":["addr-2d842da4e8cf3dbd0304d45e6b874d5f0aa57edf"],"organizer":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"involved":["eu-tr-05241797002-90","ec-person-ffe369688b1df8f09154d965f094473d619d72e0"]}} -{"id":"ec-meeting-2016-07-18-00d8b4d4ab70aa50877ad8ba647ce790e891da38","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-18 - Cabinet of Vice-President Cecilia Malmström x spiritsEUROPE"],"date":["2016-07-18"],"summary":["Spirits in Colombia"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-64926487056-58","ec-person-98880f3f4206145e196013db9dd806a551c11e06"]}} -{"id":"ec-meeting-2016-07-18-109dc67dadc443c6ec266b9f325d68c96a07e671","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-18 - Cabinet of Commissioner Marianne Thyssen x ArcelorMittal"],"date":["2016-07-18"],"summary":["Market economy status China"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["ec-person-5a49eb89125b4b5d1125b3925bbb64aba1bea2b3","eu-tr-23527541824-60"]}} -{"id":"ec-meeting-2016-07-18-11218f2e99ed24eb4736d67739e93f813816152f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-18 - Cabinet of Vice-President Cecilia Malmström x Vereinigung der österreichischen Industrie - Industriellenvereinigung P8 Marketing"],"date":["2016-07-18"],"summary":["Export opportunities for EU-based industries / raw materials."],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-807165222682-16","eu-tr-89093924456-06","ec-person-20ded9db5df11164331bb161fdf234b1e5ad53fd","ec-person-98880f3f4206145e196013db9dd806a551c11e06"]}} -{"id":"ec-meeting-2016-07-18-1c006ea67dee05835484232b6e0b66183c54a2bb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-18 - Günther Oettinger x Gesellschaft für musikalische Aufführungs- und mechanische Vervielfältigungsrechte"],"date":["2016-07-18"],"summary":["copyright"],"location":["Berlin"],"address":["Berlin"],"addressEntity":["addr-062b06ba8e755765c6b049809b7430fd54fe5b21"],"organizer":["ec-dg-de"],"involved":["eu-tr-63284686285-78","ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0"]}} -{"id":"ec-meeting-2016-07-18-1f4d5a2ccfa71417df36189e5b74e8b4faa0a3fa","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-18 - Cabinet of Vice-President Valdis Dombrovskis x Securities Industry and Financial Markets Association"],"date":["2016-07-18"],"summary":["Resilient financial markets - shaping the rules together"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Washington D.C."],"address":["Washington D.C."],"addressEntity":["addr-de20e2f5156d28855b79ba1d810d057bb026a66a"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-995801715250-37","ec-person-a9eda2e8ea54b70a968327672c6cada679d3cd56"]}} -{"id":"ec-meeting-2016-07-18-2ada728af6bbabf307d9cb0164fe925fb0b24373","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-18 - Agriculture and Rural Development x Latvian Lessor Association"],"date":["2016-07-18"],"summary":["technical meeting in operations of Rural Development Program"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-agri"],"involved":["eu-tr-901782622708-34","ec-person-7bc7204a153f98afbf1ad1cffbdd10d06d9ae166"]}} -{"id":"ec-meeting-2016-07-18-3a048aaee8b258b5023a2fbaf87af3bc3a9112c5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-18 - Climate Action x ArcelorMittal"],"date":["2016-07-18"],"summary":["ETS"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-clima"],"involved":["ec-person-44c2f44f96dda2012bcb4e9abc749f6cae86a4c0","eu-tr-23527541824-60"]}} -{"id":"ec-meeting-2016-07-18-3da692b1bd04efd077338b603f7e21a0761acea9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-18 - Cabinet of Vice-President Andrus Ansip x Microsoft Corporation"],"date":["2016-07-18"],"summary":["e-privacy, telecom review"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0","ec-person-5db7bdd1c81da2e70eb5b982097d0004111b5c3e","ec-person-91ca0921c6790191daa54427311acd63035e7c9e","ec-person-666bc159c7e65a3af9e63c1e97435c02f1496955","eu-tr-0801162959-21"]}} -{"id":"ec-meeting-2016-07-18-48dfca8bfe953a23b19b1e17ae1e9364cf2ebe37","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-18 - Trade x Vereinigung der österreichischen Industrie - Industriellenvereinigung"],"date":["2016-07-18"],"summary":["Trade policy measures"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-trade"],"involved":["ec-person-bde9bb099f5d24c52ca4a9255cefc99a5b87a650","eu-tr-89093924456-06"]}} -{"id":"ec-meeting-2016-07-18-5224d93895e40e969cefc80cbad8cc30b2cd83e9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-18 - Günther Oettinger x Motion Picture Association EMEA"],"date":["2016-07-18"],"summary":["copyright"],"location":["BXL"],"address":["BXL"],"addressEntity":["addr-d2fde52f67ea4a3e1fe233d0a959d6a1c77fd910"],"organizer":["ec-dg-de"],"involved":["ec-person-49723482bb23d029cbfc010cb37eec7392a0ae02","eu-tr-95201401713-39"]}} -{"id":"ec-meeting-2016-07-18-532937236e54272ba9d5c422a1a9de897a2b99e8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-18 - Cabinet of Vice-President Miguel Arias Cañete x Vereinigung der österreichischen Industrie - Industriellenvereinigung"],"date":["2016-07-18"],"summary":["EU Energy and Climate policy"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-89093924456-06","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd"]}} -{"id":"ec-meeting-2016-07-18-6d5790c320e04a45d080613d89a15c1083ef3eba","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-18 - Cabinet of Commissioner Tibor Navracsics x Federation of European Publishers"],"date":["2016-07-18"],"summary":["Digital Single Market"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-49f31dad10f5641cb1d1e4c3107dd838389e8120","eu-tr-398541467-53"]}} -{"id":"ec-meeting-2016-07-18-8830b1e957e9f45c2976cb76185b95b9ef3b7c6b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-18 - Cabinet of President Jean-Claude Juncker x European Round Table for Industry"],"date":["2016-07-18"],"summary":["Discuter de la politique d’innovation"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-ad6f76ca53dc30d965b15e3728c45dbd0aba44b4","eu-tr-25487567824-45"]}} -{"id":"ec-meeting-2016-07-18-9819f904dbc25e2d5df8926225c9fec87050ece2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-18 - Energy x Snam S.p.A."],"date":["2016-07-18"],"summary":["Energy policy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-284336314886-25","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2016-07-18-9f10bdeb90b11c68d57696b068baaea966ad6229","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-18 - Cabinet of Commissioner Věra Jourová x Groupement Européen des Sociétés d'Auteurs et Compositeurs"],"date":["2016-07-18"],"summary":["Copyright reform"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-a2ca9161feee56909a0e98b473c2d342c20fdb57","eu-tr-36529354479-57"]}} -{"id":"ec-meeting-2016-07-18-a04f3ca900b3dafcd57ef384f83ee739fbbd33a7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-18 - Cabinet of President Jean-Claude Juncker x KfW Bankengruppe"],"date":["2016-07-18"],"summary":["External Investment Plan"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-c402e34a99fbee730ae22e3b1958e21c94dc6fcc","eu-tr-79019799690-13"]}} -{"id":"ec-meeting-2016-07-18-ae643a3dd85f5ddf5b660afb833d60ca678b9bd2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-18 - Directorate-General for International Partnerships x KfW Bankengruppe"],"date":["2016-07-18"],"summary":["Discussions sur les opportunités de coopération"],"location":["L-41, 12/31"],"address":["L-41, 12/31"],"addressEntity":["addr-802f78fd128ed652fc3edd27c5eecd1d7193b8e8"],"organizer":["ec-dg-intpa"],"involved":["eu-tr-79019799690-13","ec-person-05c4477b89b93e7969f12d89b38f77fedce5876f"]}} -{"id":"ec-meeting-2016-07-18-cbb4accfdfaf25fd34d8da7e8d9bad0826ca67fe","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-18 - Cabinet of First Vice-President Frans Timmermans x Open Society European Policy Institute"],"date":["2016-07-18"],"summary":["Roma policy"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["ec-person-6d8b11c800391d9e6515bbd1b0e9d54c7da270da","eu-tr-8557515321-37"]}} -{"id":"ec-meeting-2016-07-18-d936112864f45882f0b16428e79b3c8200d6dc9b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-18 - Cabinet of Commissioner Marianne Thyssen x EUROPEAN TRADE UNION CONFEDERATION"],"date":["2016-07-18"],"summary":["Wage development"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["ec-person-7567514af00f139b390cf9864d28a090ca0fde25","ec-person-5a49eb89125b4b5d1125b3925bbb64aba1bea2b3","eu-tr-06698681039-26"]}} -{"id":"ec-meeting-2016-07-18-dee29f4aa591a9f9706bbb39ed6009d925a49066","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-18 - Cabinet of Commissioner Marianne Thyssen x Federazione Imprese Siderurgiche Italiane Confederation of the European Bicycle Industry ASBL EUROALLIAGES European Aluminium AISBL"],"date":["2016-07-18"],"summary":["China Market Economy Status"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["eu-tr-83425058760-88","ec-person-5a49eb89125b4b5d1125b3925bbb64aba1bea2b3","eu-tr-9224280267-20","eu-tr-19153965510-75","eu-tr-677937617205-76"]}} -{"id":"ec-meeting-2016-07-18-f94d82c48235f7eeb7abee8b820eed6d398ec391","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-18 - Günther Oettinger x Association of European Performers’ Organisations"],"date":["2016-07-18"],"summary":["copyright"],"location":["BXL"],"address":["BXL"],"addressEntity":["addr-d2fde52f67ea4a3e1fe233d0a959d6a1c77fd910"],"organizer":["ec-dg-de"],"involved":["ec-person-49723482bb23d029cbfc010cb37eec7392a0ae02","eu-tr-69221462428-97"]}} -{"id":"ec-meeting-2016-07-19-0d1a952995b93a4fce22105f4800013c37db9300","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-19 - Cabinet of Vice-President Maroš Šefčovič x ENGIE"],"date":["2016-07-19"],"summary":["Electricity Market Design, ETS"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-3bf48630444ace93d407e52eb880e64d480f75ce","eu-tr-90947457424-20","ec-person-1f95be23689cd4ed0a26fe2980f760ccf2d55c1e"]}} -{"id":"ec-meeting-2016-07-19-0f8485a624dc584e3b9f46a150f9c3c23a77f88e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-19 - Cabinet of Vice-President Andrus Ansip x Liberty Global Corporate B.V."],"date":["2016-07-19"],"summary":["Market developments and telecom review"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-82853397708-89","ec-person-666bc159c7e65a3af9e63c1e97435c02f1496955","ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0"]}} -{"id":"ec-meeting-2016-07-19-1a009a5eb77839c151f7d7dda730c18c9b3e431a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-19 - Günther Oettinger x Internet Economy Foundation"],"date":["2016-07-19"],"summary":["telco review"],"location":["Bruxelles"],"address":["Bruxelles"],"addressEntity":["addr-b58f5927b66d94a676970dc048485d4c6848f272"],"organizer":["ec-dg-de"],"involved":["eu-tr-527863923647-87","ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0"]}} -{"id":"ec-meeting-2016-07-19-1c9822890121f5bc91681eab6a04639f95335e22","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-19 - Cabinet of Commissioner Dimitris Avramopoulos x EUROPEAN TRADE UNION CONFEDERATION"],"date":["2016-07-19"],"summary":["Migration"],"notes":["Portfolio: Migration, Home Affairs and Citizenship"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-avramopoulos-cabinet-commissioner-dimitris-of"],"involved":["ec-person-e786479f71eb21bc0a291dd644b61d86e09beb13","ec-person-d308eca84bd91d5045ed0282e8e04787597508ee","eu-tr-06698681039-26"]}} -{"id":"ec-meeting-2016-07-19-4d3d00a51a81b8f129e09d5d641c79cd42bdaeb9","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2016-07-19 - Cabinet of Commissioner Phil Hogan x European Dairy Association aisbl"],"date":["2016-07-19"],"summary":["Agri Matters","AGRI Issues"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-400dd8d59d3060187d9b9b143d697da1a3d03c12","eu-tr-42967152383-63","ec-person-a1a78365cc4685b0958056646204977d8f2ead92"]}} -{"id":"ec-meeting-2016-07-19-555ccd57a6a4690d2d0b46ce4bd7aab028c76247","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-19 - Cabinet of Vice-President Jyrki Katainen x Serving Europe - Branded Food and Beverage Service Chains Association"],"date":["2016-07-19"],"summary":["Jobs and growth"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-f9208d930adc70c6c64e21701e48f85f6f18e949","eu-tr-36538072001-07"]}} -{"id":"ec-meeting-2016-07-19-55c47f7fc663f4be70e6df5f47b7c546ab86ff60","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-19 - Günther Oettinger x Nielsen Holdings"],"date":["2016-07-19"],"summary":["media policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-c6c38691c27b1498b60b18409aa979cf1dd1f4ac","eu-tr-623769618353-56"]}} -{"id":"ec-meeting-2016-07-19-6030b5c9e988ed093344aa9f9cadc1508b843efb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-19 - Günther Oettinger x International Association of Scientific, Technical and Medical Publishers"],"date":["2016-07-19"],"summary":["copyright"],"location":["BXL"],"address":["BXL"],"addressEntity":["addr-d2fde52f67ea4a3e1fe233d0a959d6a1c77fd910"],"organizer":["ec-dg-de"],"involved":["eu-tr-98356852465-08","ec-person-49723482bb23d029cbfc010cb37eec7392a0ae02"]}} -{"id":"ec-meeting-2016-07-19-652b7fa13ccecfcf8ae6ae0499110d46e8f43a88","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-19 - Cabinet of Vice-President Valdis Dombrovskis x Stiftung Familienunternehmen"],"date":["2016-07-19"],"summary":["country-by-country-reporting"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-48f31156d932641826e09f5b73f074d35ff05786","eu-tr-903032122424-38"]}} -{"id":"ec-meeting-2016-07-19-6a0718e9471c2aa5ca3b037097c7f74f8c403697","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-19 - Cabinet of Commissioner Corina Crețu x Swiss Re Ltd."],"date":["2016-07-19"],"summary":["Insurance of natural disasters & European Solidarity Fund"],"notes":["Portfolio: Regional Policy"],"location":["Brussels - Belgium"],"address":["Brussels - Belgium"],"addressEntity":["addr-85d514873c3b55c68206168e47e9d4fc69799cc8"],"organizer":["ec-cabinet-commissioner-corina-cretu-of"],"involved":["eu-tr-290136415264-17","ec-person-e181c361bb6bec3fc45d4b1d60789c4169e1006d"]}} -{"id":"ec-meeting-2016-07-19-6d059b2d966ed03c675d44af913d5d2bcd9c7b9e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-19 - Günther Oettinger x Computer & Communications Industry Association"],"date":["2016-07-19"],"summary":["Telco review"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-15987896534-82","ec-person-c6cae64cc7dc787b66a47ab1613d3e922875b971"]}} -{"id":"ec-meeting-2016-07-19-7004a5aaf8152f05e58cffb172957bc140ae3965","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-19 - Cabinet of Commissioner Violeta Bulc x None"],"date":["2016-07-19"],"summary":["Meeting with European Technology Platforms"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-852107117454-57","ec-person-e14c58f620f40325d829df7be0823280307bc15f","eu-tr-006901422654-34","ec-person-4d2b449b5047ea3fda435a2a1c1081e3babcdf76","eu-tr-855647016671-07"]}} -{"id":"ec-meeting-2016-07-19-767580c3eb52d5cc34e47a189eede5f5b6a0832e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-19 - Günther Oettinger x Siemens AG"],"date":["2016-07-19"],"summary":["DSM"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-4cd59e13386e3b68ecb3611fcc579e0a0a3938a5","eu-tr-4266797770-31"]}} -{"id":"ec-meeting-2016-07-19-7aa0f443285253a6f405ca41bc7640f049ad7fe5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-19 - Cabinet of Vice-President Andrus Ansip x Aromates"],"date":["2016-07-19"],"summary":["European Cloud initiative"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-5db7bdd1c81da2e70eb5b982097d0004111b5c3e","eu-tr-778678918306-70"]}} -{"id":"ec-meeting-2016-07-19-7b8895de4f544392d56290c4aba921e847003718","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-19 - Cabinet of Commissioner Elżbieta Bieńkowska x ALPHALEX-CONSULT GEIE"],"date":["2016-07-19"],"summary":["Security policy"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["ec-person-d2997a7f359c91a337055c3e24dd36bf928de38d","eu-tr-065399321943-63","ec-person-daef7f819b2f3ffe5e4f5d8eb2782954f3c4a4e2"]}} -{"id":"ec-meeting-2016-07-19-834a7241d046d6d35879d44e8c758725f35e3869","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-19 - Informatics x Women Political Leaders"],"date":["2016-07-19"],"summary":["Introduction to the work of WIP (Ms Koch-Mehrin), and potential joint initiatives (cyber violence, working council on digital disruption..)"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-digit"],"involved":["eu-tr-419508817229-68","ec-person-32591d36027eb92a66b57d5bcc8c57d9574380b0"]}} -{"id":"ec-meeting-2016-07-19-97c7dbc03d229e706a850fdfd44d64a0a35620ff","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-19 - Cabinet of Vice-President Valdis Dombrovskis x Institute of International Finance"],"date":["2016-07-19"],"summary":["UK referendum, CMU, Basel issues, fiscal and monetary issues"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Washington D.C."],"address":["Washington D.C."],"addressEntity":["addr-de20e2f5156d28855b79ba1d810d057bb026a66a"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-48714858158-06","ec-person-a9eda2e8ea54b70a968327672c6cada679d3cd56"]}} -{"id":"ec-meeting-2016-07-19-a2ffa4014d1e6fb120ad2a0a7117c73e2061c88b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-19 - Günther Oettinger x Georg von Holtzbrinck GmbH & Co. KG Bertelsmann SE & Co. KGaA"],"date":["2016-07-19"],"summary":["copyright"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-26103486608-47","ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0","eu-tr-857901722706-19"]}} -{"id":"ec-meeting-2016-07-19-d22ed417eb737d6045451c60ee33869b5c0a0ceb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-19 - Cabinet of Commissioner Věra Jourová x European Banking Federation"],"date":["2016-07-19"],"summary":["CMU - Insolvency Law"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["eu-tr-4722660838-23","ec-person-184e698af1eb9e33b179680570ca171d8cb31c94"]}} -{"id":"ec-meeting-2016-07-19-d7fb89adbd4baa5c3ea27f2656868eb347b1b256","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-19 - Cabinet of Vice-President Maroš Šefčovič x The German Marshall Fund of the United States - The Transatlantic Foundation"],"date":["2016-07-19"],"summary":["Energy Security"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-3bf48630444ace93d407e52eb880e64d480f75ce","ec-person-1f95be23689cd4ed0a26fe2980f760ccf2d55c1e","eu-tr-823171519707-31"]}} -{"id":"ec-meeting-2016-07-19-d936112864f45882f0b16428e79b3c8200d6dc9b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-19 - Cabinet of Commissioner Marianne Thyssen x EUROPEAN TRADE UNION CONFEDERATION"],"date":["2016-07-19"],"summary":["Self-employed workers"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["ec-person-ce19440eacb8fd67f534bdbcce33a1c4cedfd071","ec-person-5a49eb89125b4b5d1125b3925bbb64aba1bea2b3","eu-tr-06698681039-26"]}} -{"id":"ec-meeting-2016-07-19-da68266f9c5d20c648eb04fbcf50f8f1e2d30a5c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-19 - Günther Oettinger x IHK Nord e.V. - Arbeitsgemeinschaft norddeutscher Industrie- und Handelskammern"],"date":["2016-07-19"],"summary":["DSM, broadband"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-006411421255-36","ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0"]}} -{"id":"ec-meeting-2016-07-19-e33c794198bcbc7385cb3b6f5b24e670acf4fe42","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-19 - Günther Oettinger x Universität Stuttgart"],"date":["2016-07-19"],"summary":["presentation of cyber valley"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0","eu-tr-048350822718-31"]}} -{"id":"ec-meeting-2016-07-19-ea97980893d11010f79aabde44959a835acbc0d0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-19 - Cabinet of Commissioner Marianne Thyssen x Serving Europe - Branded Food and Beverage Service Chains Association"],"date":["2016-07-19"],"summary":["Jobs and growth"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["eu-tr-36538072001-07","ec-person-e93189002a993321fd1af93481b271c766b1aff8"]}} -{"id":"ec-meeting-2016-07-20-0278838cbc8e88ef36dccd8d25e54d8996b8b29a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-20 - Cabinet of High Representative / Vice-President Federica Mogherini x Centre for Fine Arts"],"date":["2016-07-20"],"summary":["Cultural diplomacy"],"notes":["Portfolio: Foreign Affairs and Security Policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"involved":["ec-person-44c0409df0e9c3a69a1fe1442fc91e31f6c2786b","eu-tr-981651218089-69"]}} -{"id":"ec-meeting-2016-07-20-1ee92f3fa483a01eab9e379d9ccc81b5a0054bf4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-20 - Cabinet of Commissioner Elżbieta Bieńkowska x MBDA"],"date":["2016-07-20"],"summary":["European Defence agenda & Defence Action Plan"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["ec-person-95a769a1850d7d595f9a5853c51dcbdd3ddd69fb","ec-person-d2997a7f359c91a337055c3e24dd36bf928de38d","ec-person-685ecf13dd26cd515c961e24ba71049af2302c5e","eu-tr-87688971079-66"]}} -{"id":"ec-meeting-2016-07-20-2c0f6e26294f0c0245c0e3b11e89e6cb73c9df7d","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2016-07-20 - Günther Oettinger x Fondation EurActiv Fondation EurActiv"],"date":["2016-07-20"],"summary":["EU media policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-4cd59e13386e3b68ecb3611fcc579e0a0a3938a5","eu-tr-23538077148-34","ec-person-c6c38691c27b1498b60b18409aa979cf1dd1f4ac"]}} -{"id":"ec-meeting-2016-07-20-665446bca04b515ff4a5e85f09fcff2f8b287969","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-20 - Cabinet of Commissioner Elżbieta Bieńkowska x Confederazione Generale dell'Industria Italiana"],"date":["2016-07-20"],"summary":["Internal market for food"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-27762251795-15","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2016-07-20-73d05d68f95c9a8c97fa544d4ea9b2c8cc6e8eb9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-20 - Environment x European Environmental Bureau"],"date":["2016-07-20"],"summary":["LIFE Programme and other issues"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-env"],"involved":["eu-tr-06798511314-27","ec-person-3bc74ce04ea3f4ab4d91a5c88eef25b8b8a213b4"]}} -{"id":"ec-meeting-2016-07-20-89a5f24930280c276cd5aad0c4a23c8c9326d37e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-20 - Cabinet of Commissioner Elżbieta Bieńkowska x Safran"],"date":["2016-07-20"],"summary":["Introductory meeting, defence, space, global security strategy, defence action plan space strategy, ADSL"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-71607351368-56","ec-person-d2997a7f359c91a337055c3e24dd36bf928de38d","ec-person-685ecf13dd26cd515c961e24ba71049af2302c5e","ec-person-95a769a1850d7d595f9a5853c51dcbdd3ddd69fb"]}} -{"id":"ec-meeting-2016-07-20-d7e003313bdc64d52447fe225aa196bc74a90073","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-20 - Cabinet of Commissioner Violeta Bulc x Boeing International Corporation - Belgium Branch Office"],"date":["2016-07-20"],"summary":["Aviation"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-62505293737-81","ec-person-9d4dc4867a44dfe10f67ae7ee1706da3e8b48a24"]}} -{"id":"ec-meeting-2016-07-20-e0180bde97dff0d07665ea1816fe3f3d76f4296f","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2016-07-20 - Günther Oettinger x DFL Deutsche Fußball Liga GmbH DFL Deutsche Fußball Liga GmbH"],"date":["2016-07-20"],"summary":["copyright"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-723043319169-84","ec-person-4cd59e13386e3b68ecb3611fcc579e0a0a3938a5","ec-person-49723482bb23d029cbfc010cb37eec7392a0ae02"]}} -{"id":"ec-meeting-2016-07-20-fcf6808a8394314fbfc89e7b19baf99a3ff1e602","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-20 - Cabinet of Commissioner Phil Hogan x Irish Farmers Journal"],"date":["2016-07-20"],"summary":["AGRI matters"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-400dd8d59d3060187d9b9b143d697da1a3d03c12","eu-tr-440872322739-34"]}} -{"id":"ec-meeting-2016-07-24-24cb7432c063e893c085a2b5ae9f8888b6e67811","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-24 - Cabinet of Commissioner Phil Hogan x University College Dublin – National University of Ireland, Dublin"],"date":["2016-07-24"],"summary":["Opening of UCD Hyperspectral Imaging Laboratory"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Ireland"],"address":["Ireland"],"addressEntity":["addr-eb2131ece0efe78ee8bb1ae98af6099114a8df09"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-539145619702-32","ec-person-a1a78365cc4685b0958056646204977d8f2ead92"]}} -{"id":"ec-meeting-2016-07-25-4f901c8a8bba250c4f37f1e416eb389ebfe86f1d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-25 - Cabinet of Vice-President Jyrki Katainen x Fortum Oyj"],"date":["2016-07-25"],"summary":["Energy Union"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90","eu-tr-03501997362-71"]}} -{"id":"ec-meeting-2016-07-25-895d1dd93ea95ccce51204daf4c94650b70100fb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-25 - Communications Networks, Content and Technology x Motion Picture Association EMEA"],"date":["2016-07-25"],"summary":["Review of the Satellite and Cable Directive and Exceptions & Limitations"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-95201401713-39","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2016-07-25-c5943e1e0dc30126c06a9faf186260e5d46e470f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-25 - Mobility and Transport x Airbus"],"date":["2016-07-25"],"summary":["GMBM, Aviation mandates, BASA agreements"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-move"],"involved":["eu-tr-2732167674-76","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2016-07-25-cd0762fb98251f169753d41c5c57c518b5a8e3c0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-25 - Cabinet of Vice-President Miguel Arias Cañete x HELLENIC UNION OF INDUSTRIAL CONSUMERS OF ENERGY"],"date":["2016-07-25"],"summary":["Greek Energy Market"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-836745216685-46","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd"]}} -{"id":"ec-meeting-2016-07-25-f6116bd0a711e787a68e55f890c0c1dce5e9bf71","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-25 - Environment x Business Bridge Europe"],"date":["2016-07-25"],"summary":["Circular Economy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-env"],"involved":["eu-tr-72856225852-31","ec-person-3bc74ce04ea3f4ab4d91a5c88eef25b8b8a213b4"]}} -{"id":"ec-meeting-2016-07-26-5ff37ee34d2668026b53cd32a1c6bf34501563b1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-26 - Agriculture and Rural Development x Fédération Nationale des Syndicats d'Exploitants Agricoles"],"date":["2016-07-26"],"summary":["dossiers d’actualité communautaire en lien avec l’actuelle crise agricole"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-agri"],"involved":["eu-tr-59530682147-07","ec-person-7bc7204a153f98afbf1ad1cffbdd10d06d9ae166"]}} -{"id":"ec-meeting-2016-07-26-69d3626b967fe0f44a6dea8b1677cb186bbccd2d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-26 - Cabinet of Vice-President Andrus Ansip x European Telecommunications Network Operators' Association"],"date":["2016-07-26"],"summary":["Telco review, access regulation, 5G"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-666bc159c7e65a3af9e63c1e97435c02f1496955","eu-tr-08957111909-85"]}} -{"id":"ec-meeting-2016-07-26-7cc22e2c899d7ee50cda39a880c410af6b49fea6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-26 - Cabinet of Commissioner Tibor Navracsics x wmp consult - Wilke Maack GmbH"],"date":["2016-07-26"],"summary":["Investment in education"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["eu-tr-476319822732-26","ec-person-1da7ee09d46288ee4ea9db2b644bdcf9c3d6d000"]}} -{"id":"ec-meeting-2016-07-26-9623c00951068fa7237465ebd0327a7d46967b5b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-26 - Cabinet of Vice-President Jyrki Katainen x Fleishman-Hillard"],"date":["2016-07-26"],"summary":["CMU"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-56047191389-84","ec-person-955e8c493ab54847bb92b65986f56a401f8eabee"]}} -{"id":"ec-meeting-2016-07-26-97b41e4506ecde6299b818b8cbb7c879399a36ce","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-26 - Cabinet of President Jean-Claude Juncker x EUROPEAN TRADE UNION CONFEDERATION"],"date":["2016-07-26"],"summary":["Meeting with Mr Luca Visentini on Economic and Social Priorities of the EU"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-29c106b0461ffd79e95f0119bdd363fd3c7c3ab3","ec-person-98eba7ab1446c6dce384fdc2ecd48c7cadf9ee4e","eu-tr-06698681039-26"]}} -{"id":"ec-meeting-2016-07-26-a7e2f88f780b3f377a15111a36c3fe58565907b1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-26 - Cabinet of Vice-President Jyrki Katainen x The Goldman Sachs Group, Inc."],"date":["2016-07-26"],"summary":["Outlook for financial services in the EU"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-7c9460f99c5872dbdc561f5752401c870d12e98b","eu-tr-701266814986-18","ec-person-955e8c493ab54847bb92b65986f56a401f8eabee"]}} -{"id":"ec-meeting-2016-07-26-b864bf9a7f79e66a7f495d1d76827195037884cd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-26 - Cabinet of Vice-President Andrus Ansip x International Federation of Library Associations and Institutions"],"date":["2016-07-26"],"summary":["Copyright, e-lending, digital skills"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-661655418600-59","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45","ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0"]}} -{"id":"ec-meeting-2016-07-26-d34a518e81cdfc705cd47c8c505e6f7976a98709","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-26 - Cabinet of Commissioner Phil Hogan x Fédération Nationale des Syndicats d'Exploitants Agricoles"],"date":["2016-07-26"],"summary":["Dairy crisis and future of the CAP"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-c9d17d5879383b030f61a4066848249fb35d57e4","eu-tr-59530682147-07","ec-person-428cf365f3847d04012831ef2642a1a69aed518d"]}} -{"id":"ec-meeting-2016-07-27-b0349716c03ef0a169402f0b17e786121fa5b2e7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-27 - Cabinet of Commissioner Pierre Moscovici x FTI Consulting Belgium World Platinum Investment Council"],"date":["2016-07-27"],"summary":["The legislative obstacles to the investment in platinum in Europe in the context of the VAT regime review"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["eu-tr-597646622686-81","eu-tr-29896393398-67","ec-person-738f7f25002d191bd2df8936e8f8d1d726c19e2e"]}} -{"id":"ec-meeting-2016-07-27-b7c7dbf7497b7e65db64309b4ce4029a444e4bfe","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-27 - Cabinet of Commissioner Dimitris Avramopoulos x International Centre for Migration Policy Development"],"date":["2016-07-27"],"summary":["Migration management"],"notes":["Portfolio: Migration, Home Affairs and Citizenship"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-avramopoulos-cabinet-commissioner-dimitris-of"],"involved":["ec-person-2bb8de16918b015f1a16decf61e7507817f97d12","eu-tr-428294520891-74"]}} -{"id":"ec-meeting-2016-07-27-d5c23a38acbaf34de8eb4bcc91ea85ebec0cea3c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-27 - Cabinet of Commissioner Margrethe Vestager x International Association of Scientific, Technical and Medical Publishers"],"date":["2016-07-27"],"summary":["Digital Single Market – Copyright reform"],"notes":["Portfolio: Competition"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-margrethe-of-vestager"],"involved":["ec-person-947ab3027ba90ce15968614ce35c12506b7a43ac","eu-tr-98356852465-08"]}} -{"id":"ec-meeting-2016-07-27-f967c99d4af93ede8d33e13529ab3e5f7b710e38","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-27 - Günther Oettinger x Technologie-Initiative SmartFactory KL e.V."],"date":["2016-07-27"],"summary":["Digitising European industry"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-569562822621-27","ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0"]}} -{"id":"ec-meeting-2016-07-28-1db750cc86f114c2950642fcc6eb7075ba6c9f33","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-28 - Cabinet of Vice-President Jyrki Katainen x Spirit Ventures"],"date":["2016-07-28"],"summary":["Key enabling technologies in Northern Europe"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-99365f4c3081112dcbfa722a5eb05adecc68503e","eu-tr-328752622502-09"]}} -{"id":"ec-meeting-2016-07-28-28808e4a9ab765b65e6e7b95a4955120b035b02e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-28 - Cabinet of Vice-President Jyrki Katainen x Nickel Institute"],"date":["2016-07-28"],"summary":["Nickel industry situation vis-à-vis EU ETS and the existing state aid guideliness"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-77947983421-21","ec-person-0da85dc48012e26688310a59a0b51727ea68f410"]}} -{"id":"ec-meeting-2016-07-28-2f6978ca40de758a9d136808cc9f205cbec0e844","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-28 - Cabinet of Vice-President Miguel Arias Cañete x 50Hertz Transmission GmbH"],"date":["2016-07-28"],"summary":["Electricity Market Design"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-266727516639-73","ec-person-2229c857664a22dcb8eee79a8c05841fd3d0924f"]}} -{"id":"ec-meeting-2016-07-28-dd639f2764a2c9897a49267f1112b9b0cad48c5e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-28 - Cabinet of Vice-President Miguel Arias Cañete x Aena, S.M.E. S.A."],"date":["2016-07-28"],"summary":["Possible meeting between AENA and Commissioner Arias Cañete"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-141532321289-19","ec-person-2229c857664a22dcb8eee79a8c05841fd3d0924f"]}} -{"id":"ec-meeting-2016-07-28-dd9e02cb553171b36c7a8816a132e6ef415cb0e6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-28 - Cabinet of Vice-President Miguel Arias Cañete x Greenpeace European Unit"],"date":["2016-07-28"],"summary":["Nuclear Pack II"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-62773e55e1985542cb18a2a89f2053f2f39146b1","eu-tr-9832909575-41"]}} -{"id":"ec-meeting-2016-07-28-e9c0b80bf2957424cfef5a860cabfe6956c97ac6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-28 - Günther Oettinger x DIGITALEUROPE Bitkom e.V. Siemens AG"],"date":["2016-07-28"],"summary":["trade policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-5351830264-31","eu-tr-64270747023-20","eu-tr-4266797770-31","ec-person-3297113eb5d4e59bc84d571628f0130aa75c761a"]}} -{"id":"ec-meeting-2016-07-29-1833919c7e5e3239efc02e37c8146529e398d8c0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-29 - Cabinet of Vice-President Andrus Ansip x FTI Consulting Belgium"],"date":["2016-07-29"],"summary":["Meeting on data protection"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-5db7bdd1c81da2e70eb5b982097d0004111b5c3e","eu-tr-29896393398-67"]}} -{"id":"ec-meeting-2016-07-29-604a61a5a3b03efd3cb1e95e5444a89bf3492537","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-29 - Cabinet of Vice-President Cecilia Malmström x American Chamber of Commerce to the European Union"],"date":["2016-07-29"],"summary":["Brexit, TTIP"],"notes":["Portfolio: Trade"],"location":["Washington DC"],"address":["Washington DC"],"addressEntity":["addr-736cd24f80718d440733a7f213d8d22160de4d25"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-19b143e83f8ab978c55c8a9a9e49e06dbfa14bf3","eu-tr-5265780509-97"]}} -{"id":"ec-meeting-2016-07-29-ea4a002c5e281c016998cf90c1111d2b87a401ef","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-07-29 - Cabinet of Vice-President Miguel Arias Cañete x Schneider Electric"],"date":["2016-07-29"],"summary":["Energy Efficiency"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-1831691c10441c5974327bbeb8693d6b6c1e50c3","eu-tr-46302264606-44","ec-person-2229c857664a22dcb8eee79a8c05841fd3d0924f"]}} -{"id":"ec-meeting-2016-08-01-571465e941e695474750e2a73a1080d43f2358fb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-08-01 - Cabinet of Vice-President Johannes Hahn x Squire Patton Boggs LLP"],"date":["2016-08-01"],"summary":["Rule of Law in Romania and barriers to investments, impacts on EU policies"],"notes":["Portfolio: European Neighbourhood Policy & Enlargement Negotiations"],"location":["Belgium"],"address":["Belgium"],"addressEntity":["addr-5cb4c9d828175ed3931ec52305b32f47173a8e04"],"organizer":["ec-cabinet-hahn-johannes-of-president-vice"],"involved":["eu-tr-960644722878-55","ec-person-0886693a0bf966334954ebf500368103db578aeb"]}} -{"id":"ec-meeting-2016-08-03-23553a0382de8164c59a301e9880e1f05bf11ea7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-08-03 - Cabinet of Vice-President Maroš Šefčovič x ARIANESPACE"],"date":["2016-08-03"],"summary":["Next launch of Galileo satellites; space issues"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-016461319755-04","ec-person-2be517b9261a91f2f07e05ec14c6331980e9716e"]}} -{"id":"ec-meeting-2016-08-05-b753519e35142ee8f112195e4623cf58a9e315a9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-08-05 - Cabinet of Commissioner Violeta Bulc x Growth Inc."],"date":["2016-08-05"],"summary":["Preparation of projects"],"notes":["Portfolio: Transport"],"location":["Brussels - Belgium"],"address":["Brussels - Belgium"],"addressEntity":["addr-85d514873c3b55c68206168e47e9d4fc69799cc8"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-7ac9445abdddc66a79f539ae13eb74e1ceb512df","eu-tr-779056323205-07"]}} -{"id":"ec-meeting-2016-08-08-382636704d18248f9e3b812d1815299f0521263e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-08-08 - Cabinet of Commissioner Věra Jourová x Zettabox Czech s.r.o."],"date":["2016-08-08"],"summary":["GDPR implementation, Cloud initiative"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["eu-tr-854340519657-46","ec-person-a2ca9161feee56909a0e98b473c2d342c20fdb57"]}} -{"id":"ec-meeting-2016-08-08-9f0ee6f3c605136afdb0b03c0dbd2c3337f7ae79","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-08-08 - Cabinet of Commissioner Violeta Bulc x malik institute"],"date":["2016-08-08"],"summary":["Meeting with Malik Institute"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-4d2b449b5047ea3fda435a2a1c1081e3babcdf76","ec-person-6a5ceb87383474e4b7f430af341029a155e255b0","eu-tr-477676922074-03"]}} -{"id":"ec-meeting-2016-08-09-3a15f042e0ba5028d091982b09d8f7f417dad63c","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2016-08-09 - Cabinet of Commissioner Christos Stylianides x Save the Children International"],"date":["2016-08-09"],"summary":["Greece","discussion for possible cooperations"],"notes":["Portfolio: Humanitarian Aid & Crisis Management"],"location":["Phone call with Ms Helle Thorning-Schmidt","Brussels"],"address":["Phone call with Ms Helle Thorning-Schmidt","Brussels"],"addressEntity":["addr-40d81254168a3cbedbcd3098bc18b9cfe477d198","addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-christos-commissioner-of-stylianides"],"involved":["ec-person-cdd689bd079714522dad472ea4446b0fcc660d8f","eu-tr-11610562644-55"]}} -{"id":"ec-meeting-2016-08-09-d18b2de9563d54e904c239660cd5ca84aba7f332","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-08-09 - Cabinet of Commissioner Elżbieta Bieńkowska x Computer & Communications Industry Association"],"date":["2016-08-09"],"summary":["Views on telecommunications, market and co-operation"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-15987896534-82","ec-person-b2f9be51339f054477846797e2c119fcf16548fc"]}} -{"id":"ec-meeting-2016-08-09-d21b62c37286969a3be7f55e22a2fdc2033adae8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-08-09 - Cabinet of Commissioner Christos Stylianides x European Magazine Media Association"],"date":["2016-08-09"],"summary":["information session"],"notes":["Portfolio: Humanitarian Aid & Crisis Management"],"location":["berlaymont"],"address":["berlaymont"],"addressEntity":["addr-e2031099ac69651b683d551b7a3471daf1b3a638"],"organizer":["ec-cabinet-christos-commissioner-of-stylianides"],"involved":["ec-person-becb860ca4c4e8da70ae969e747cf49914810b59","eu-tr-37937886834-69"]}} -{"id":"ec-meeting-2016-08-10-186f470e8d9d5c0f58de2d692fd62d544ae4d665","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-08-10 - Cabinet of Commissioner Christos Stylianides x Norwegian Refugee Council Europe"],"date":["2016-08-10"],"summary":["Current humanitarian crises and EU response"],"notes":["Portfolio: Humanitarian Aid & Crisis Management"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-christos-commissioner-of-stylianides"],"involved":["eu-tr-750447615329-96","ec-person-6f08c893ea685f6d5f50c2c6e373f294e3616698"]}} -{"id":"ec-meeting-2016-08-11-9471d0815a46d83386588bcb263c780bfb50085f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-08-11 - Cabinet of Commissioner Věra Jourová x IFPI Representing recording industry worldwide"],"date":["2016-08-11"],"summary":["Copyright reform – value gap"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["eu-tr-60394321918-91","ec-person-a2ca9161feee56909a0e98b473c2d342c20fdb57"]}} -{"id":"ec-meeting-2016-08-11-ad59487d45e0ce1e123e1131d128a68a120be56c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-08-11 - Cabinet of Commissioner Christos Stylianides x International Rescue Committee Inc"],"date":["2016-08-11"],"summary":["Greece"],"notes":["Portfolio: Humanitarian Aid & Crisis Management"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-christos-commissioner-of-stylianides"],"involved":["ec-person-cdd689bd079714522dad472ea4446b0fcc660d8f","eu-tr-66790095679-26"]}} -{"id":"ec-meeting-2016-08-12-5a7e95c148e46394ab8217f1dc110c1b32337abf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-08-12 - Cabinet of Vice-President Valdis Dombrovskis x London Stock Exchange Group"],"date":["2016-08-12"],"summary":["CCP Recovery and Resolution"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["London"],"address":["London"],"addressEntity":["addr-4c57f0c88d9844630327623633ce269cf826ab99"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-550494915045-08","ec-person-3f9ca71b74344417d1f072ba7f3e2f09a223b036"]}} -{"id":"ec-meeting-2016-08-17-0d3edc7e5b72f93a0bd5ffdb9411cfa789e32389","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-08-17 - Cabinet of Vice-President Karmenu Vella x WWF European Policy Programme"],"date":["2016-08-17"],"summary":["Ocean Governance"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["eu-tr-1414929419-24","ec-person-2966d69fae0ea4e67f3f2df5a743cc766267d3c8"]}} -{"id":"ec-meeting-2016-08-18-2dfa5501fe1401ee3f69e40d17b233f3aa6b10ef","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-08-18 - Cabinet of Vice-President Karmenu Vella x European Sea Ports Organisation"],"date":["2016-08-18"],"summary":["Blue Growth, Cruise Tourism, Port Reception Facilities"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["eu-tr-01554483175-08","ec-person-2966d69fae0ea4e67f3f2df5a743cc766267d3c8"]}} -{"id":"ec-meeting-2016-08-22-3000365640b6b2d31c033bc7b1c97c734ae39c97","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-08-22 - Cabinet of Commissioner Věra Jourová x Google"],"date":["2016-08-22"],"summary":["Competition issues"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-64349923a7639978983020a607770b8dc47c8144","eu-tr-03181945560-59"]}} -{"id":"ec-meeting-2016-08-22-960e2d45efc8cf0ef3527b34cd8e501b8cac7d12","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-08-22 - Cabinet of Vice-President Karmenu Vella x Google"],"date":["2016-08-22"],"summary":["Ongoing competition cases against Google"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["eu-tr-03181945560-59","ec-person-2966d69fae0ea4e67f3f2df5a743cc766267d3c8"]}} -{"id":"ec-meeting-2016-08-23-a91c923e2537e9d7ff57536dd8944a00c63555ea","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-08-23 - Cabinet of Commissioner Margrethe Vestager x Koda"],"date":["2016-08-23"],"summary":["Copyright Reform"],"notes":["Portfolio: Competition"],"location":["Copenhagen, Denmark"],"address":["Copenhagen, Denmark"],"addressEntity":["addr-037407970050e97c761587d63aacfaeb126cab45"],"organizer":["ec-cabinet-commissioner-margrethe-of-vestager"],"involved":["ec-person-baa1c172df109ebd1f0307bccb5e21aec66c7a25","eu-tr-507715016279-06"]}} -{"id":"ec-meeting-2016-08-23-f9be898d69c525da86ee34a7ff894d223ecfcd81","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-08-23 - Günther Oettinger x VÖP - Verband Österreichischer Privatsender T-Mobile Austria GmbH Telekom Austria AG"],"date":["2016-08-23"],"summary":["telecom policy"],"location":["Salzburg"],"address":["Salzburg"],"addressEntity":["addr-cbda9fb725031a8d47527e9ab3146634c02f3ca5"],"organizer":["ec-dg-de"],"involved":["eu-tr-978149419739-16","eu-tr-48155811657-60","ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0","eu-tr-99255639490-47"]}} -{"id":"ec-meeting-2016-08-24-088bd541d350784e911d7eb25e8e8f25d2c9c739","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-08-24 - Informatics x SAP"],"date":["2016-08-24"],"summary":["Collaboration status EU-SAP update, Digital Agenda"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-digit"],"involved":["ec-person-32591d36027eb92a66b57d5bcc8c57d9574380b0","eu-tr-639117311617-01"]}} -{"id":"ec-meeting-2016-08-24-7c1c60ac34d8b365ea8a7c00111b8b5ce77a8bf5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-08-24 - Cabinet of Commissioner Carlos Moedas x Netherlands house for Education and Research"],"date":["2016-08-24"],"summary":["EU policy and research agenda"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["eu-tr-01678796979-90","ec-person-0a716bf5253e913fc40ebf14c12f30dc2e7a06ee"]}} -{"id":"ec-meeting-2016-08-24-a8a27da40540d6d896bdd09babc6b0ddddb3b609","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-08-24 - Cabinet of Commissioner Phil Hogan x Independent Retail Europe (formerly UGAL - Union of Groups of Independent Retailers of Europe)"],"date":["2016-08-24"],"summary":["Supply Chain Initiative"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-034546859-02","ec-person-b0d24e81234b490dd841a09b69892304b27fc6a8"]}} -{"id":"ec-meeting-2016-08-25-0d1a952995b93a4fce22105f4800013c37db9300","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-08-25 - Cabinet of Vice-President Maroš Šefčovič x ENGIE"],"date":["2016-08-25"],"summary":["Energy Union research Innovation and competitiveness"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-90947457424-20","ec-person-9f6823821fe68d82e9b9dbe81181ecacb0265d94"]}} -{"id":"ec-meeting-2016-08-25-71d5ae4af0bbc5eb0fc4260719e5524d035833b7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-08-25 - Cabinet of President Jean-Claude Juncker x Independent Retail Europe (formerly UGAL - Union of Groups of Independent Retailers of Europe)"],"date":["2016-08-25"],"summary":["competition related e-commerce developments and competition in the food supply chain"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-c402e34a99fbee730ae22e3b1958e21c94dc6fcc","eu-tr-034546859-02"]}} -{"id":"ec-meeting-2016-08-25-85faf0e86a2d9fdb380504c10e284db4bcb80ab3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-08-25 - Cabinet of Commissioner Tibor Navracsics x European Festivals Association"],"date":["2016-08-25"],"summary":["European Cultural Festivals"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-fa3187815cf956b0872e1668e14548b7d9f7ce93","eu-tr-434027116304-07"]}} -{"id":"ec-meeting-2016-08-25-ed3fdb03f1237f6674a3f7802efb3849256305f8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-08-25 - Cabinet of Vice-President Jyrki Katainen x Conference of Peripheral Maritime Regions (CRPM) Helsinki EU Office (vastuutaho Uudenmaan liitto)"],"date":["2016-08-25"],"summary":["European Fund for Strategic Investments"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-f9208d930adc70c6c64e21701e48f85f6f18e949","eu-tr-5546423688-07","eu-tr-796380111637-72"]}} -{"id":"ec-meeting-2016-08-26-107dc220e7234fd89b835f1c421aa653f78b1f01","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-08-26 - Cabinet of First Vice-President Frans Timmermans x European Alliance to Save Energy"],"date":["2016-08-26"],"summary":["Better Regulation + Energy Union"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["ec-person-0eaac943e895c47df1465dda6c94e671c5081e0a","eu-tr-37816636575-51"]}} -{"id":"ec-meeting-2016-08-26-264c062db6339d19b3e87f71d2515fe542519cf0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-08-26 - Cabinet of President Jean-Claude Juncker x Huawei Technologies"],"date":["2016-08-26"],"summary":["preparations of the G20 Leaders' Meeting"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-ad6f76ca53dc30d965b15e3728c45dbd0aba44b4","eu-tr-114467111412-38"]}} -{"id":"ec-meeting-2016-08-26-7ba5866043769839d2ca7110fe0f3391836a4b0a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-08-26 - Cabinet of Commissioner Violeta Bulc x Deutsche Bahn AG"],"date":["2016-08-26"],"summary":["Innotrans"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-4516220482-22","ec-person-dd7851e4a1e747e824b4f81139e33bc3cdb73160"]}} -{"id":"ec-meeting-2016-08-26-b99e2d0d41fed4647d77cf37b9c5c8ef10bd136e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-08-26 - Günther Oettinger x KfW Bankengruppe"],"date":["2016-08-26"],"summary":["Broadband Fund"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-79019799690-13","ec-person-481c1b59e4c83b05529b763cfc2447c0d88fe517"]}} -{"id":"ec-meeting-2016-08-26-c18aaca146375a0bae8541203d97a068983666ac","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-08-26 - Cabinet of Vice-President Jyrki Katainen x BUSINESSEUROPE"],"date":["2016-08-26"],"summary":["Industrial Policy"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-f9208d930adc70c6c64e21701e48f85f6f18e949","eu-tr-3978240953-79"]}} -{"id":"ec-meeting-2016-08-26-cc261951c3044255bcf58b0d4eccef62ee395bc3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-08-26 - Cabinet of Commissioner Elżbieta Bieńkowska x Meines Holla & Partners"],"date":["2016-08-26"],"summary":["Directive 98/44 of July 1998"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["ec-person-685ecf13dd26cd515c961e24ba71049af2302c5e","eu-tr-031483523030-04","ec-person-d2997a7f359c91a337055c3e24dd36bf928de38d"]}} -{"id":"ec-meeting-2016-08-29-568fca327bed4a66179bf4f15d34cfcaf47873c1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-08-29 - Günther Oettinger x Deutsche Telekom"],"date":["2016-08-29"],"summary":["telecom policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-4cd59e13386e3b68ecb3611fcc579e0a0a3938a5","eu-tr-60052162589-72"]}} -{"id":"ec-meeting-2016-08-29-5e5c9f841bdbad06ee52b4084c2a239ec17daf22","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-08-29 - Cabinet of Commissioner Věra Jourová x European Foundation for Democracy"],"date":["2016-08-29"],"summary":["Possible cooperation in combating racism, xenophobia"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-1e0e3a00ab815dea7c5b839b002ed2c7e34bfe0a","eu-tr-70156146692-35"]}} -{"id":"ec-meeting-2016-08-29-a0f45158e9d151f4bec81122cc6489f8d3e6c7c4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-08-29 - Climate Action x FuelsEurope"],"date":["2016-08-29"],"summary":["EU policy on the greenhouse gas intensity of transport fuels post-2020"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-clima"],"involved":["ec-person-44c2f44f96dda2012bcb4e9abc749f6cae86a4c0","eu-tr-26207914726-42"]}} -{"id":"ec-meeting-2016-08-29-aca63ce73588aedf0ec972180dc51c70403b0308","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-08-29 - Cabinet of Commissioner Věra Jourová x Computer & Communications Industry Association Facebook Ireland Limited Yahoo! (Oath EMEA Ltd.)"],"date":["2016-08-29"],"summary":["Copyright reform"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-a2ca9161feee56909a0e98b473c2d342c20fdb57","eu-tr-15987896534-82","eu-tr-28666427835-74","eu-tr-58885623470-56"]}} -{"id":"ec-meeting-2016-08-29-b1ef1f5cee5dd3760270563487e9002843c61282","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-08-29 - Cabinet of Commissioner Věra Jourová x European Telecommunications Network Operators' Association"],"date":["2016-08-29"],"summary":["Telecom review"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-a2ca9161feee56909a0e98b473c2d342c20fdb57","eu-tr-08957111909-85"]}} -{"id":"ec-meeting-2016-08-29-cf74ee8cab31c9626b22a32d9f9096ab0b3c4c42","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-08-29 - Cabinet of Commissioner Věra Jourová x European Magazine Media Association European Newspaper Publishers' Association"],"date":["2016-08-29"],"summary":["Copyright reform"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-a2ca9161feee56909a0e98b473c2d342c20fdb57","eu-tr-5950962136-12","eu-tr-37937886834-69"]}} -{"id":"ec-meeting-2016-08-29-e9a28bac5eb11e4ae458eb04715512f907959299","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-08-29 - Cabinet of Commissioner Tibor Navracsics x European Magazine Media Association European Newspaper Publishers' Association"],"date":["2016-08-29"],"summary":["Copyright reform"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-49f31dad10f5641cb1d1e4c3107dd838389e8120","eu-tr-5950962136-12","eu-tr-37937886834-69"]}} -{"id":"ec-meeting-2016-08-30-033f86c1d54b971177faca2785067282a6cfcca5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-08-30 - Cabinet of Vice-President Jyrki Katainen x Posti Group Oyj"],"date":["2016-08-30"],"summary":["Cross-border issues"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90","eu-tr-231418115347-05"]}} -{"id":"ec-meeting-2016-08-30-035bff373adae8e8a3853c87a32fc4c0893b2c33","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-08-30 - Cabinet of Vice-President Andrus Ansip x IFPI Representing recording industry worldwide"],"date":["2016-08-30"],"summary":["Value gap"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-0f698e3a0cc0bd6a02e1bd386a25cedc1366f3f1","ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0","ec-person-91ca0921c6790191daa54427311acd63035e7c9e","eu-tr-60394321918-91","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45"]}} -{"id":"ec-meeting-2016-08-30-0d908e2ba88410229f34f1f11c13fde26a3df09a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-08-30 - Cabinet of Vice-President Jyrki Katainen x Miltton Europe Posti Group Oyj"],"date":["2016-08-30"],"summary":["Parcel delivery; Postal Service Directive"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90","ec-person-f9208d930adc70c6c64e21701e48f85f6f18e949","eu-tr-231418115347-05","eu-tr-245377319023-40"]}} -{"id":"ec-meeting-2016-08-30-1d31b9c077b9a7125e62fe68806c78fa07264d3a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-08-30 - Cabinet of Commissioner Tibor Navracsics x Federation of European Publishers European & International Booksellers Federation"],"date":["2016-08-30"],"summary":["European Union Prize for Literature"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["eu-tr-398541467-53","ec-person-fa3187815cf956b0872e1668e14548b7d9f7ce93","eu-tr-9031106115-62"]}} -{"id":"ec-meeting-2016-08-30-210463b3e0f329c52389ed3124ecc4d1151cedf5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-08-30 - Cabinet of President Jean-Claude Juncker x Sport for Rights"],"date":["2016-08-30"],"summary":["Human rights situation"],"notes":["Portfolio: President"],"location":["Belgium, Brussels, Berlaymont"],"address":["Belgium, Brussels, Berlaymont"],"addressEntity":["addr-d945bfda08a50688d7057ca697a8e40182f2523b"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-958535623182-46","ec-person-da1926615bdcdb789928b90ac532982fef6e24ee"]}} -{"id":"ec-meeting-2016-08-30-3cba5f40fb61ec59df2f8ad4aaf28e1bbe035d80","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-08-30 - Cabinet of Vice-President Karmenu Vella x Cruise Lines International Association Europe"],"date":["2016-08-30"],"summary":["Cruise tourism, Blue Growth"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["ec-person-2966d69fae0ea4e67f3f2df5a743cc766267d3c8","eu-tr-69525934310-58"]}} -{"id":"ec-meeting-2016-08-30-546368def2596bf5fd787e4f4d74ec88894d0a3b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-08-30 - Cabinet of Commissioner Věra Jourová x RWE AG"],"date":["2016-08-30"],"summary":["GDPR and Consumer protection in the energy sector"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-a2ca9161feee56909a0e98b473c2d342c20fdb57","ec-person-a608b85b2ffef83f883b5a2330b6232efa1b7141","eu-tr-77608353460-77"]}} -{"id":"ec-meeting-2016-08-30-572d8cbb8eed7f9d0a4fb337681cec1500e8c733","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-08-30 - Cabinet of Commissioner Phil Hogan x European Federation of Animal Science"],"date":["2016-08-30"],"summary":["Agri Issues"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Belfast"],"address":["Belfast"],"addressEntity":["addr-1a368020f494f98f032582b3255654a29ea7ee16"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-a1a78365cc4685b0958056646204977d8f2ead92","eu-tr-989108519757-22"]}} -{"id":"ec-meeting-2016-08-30-5c956a223c673b5b9eb0f5e36dcb6188f4cdcf97","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-08-30 - Günther Oettinger x Vodafone Belgium SA"],"date":["2016-08-30"],"summary":["telecom review"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-90142503473-81","ec-person-c6cae64cc7dc787b66a47ab1613d3e922875b971"]}} -{"id":"ec-meeting-2016-08-30-60349f42a35966a8fed7ed998da306928ea956f5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-08-30 - Cabinet of Vice-President Valdis Dombrovskis x Fédération bancaire française"],"date":["2016-08-30"],"summary":["Green Finance"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-537401fc0be04984531b83660f416bf2fe14fbd8","eu-tr-09245221105-30"]}} -{"id":"ec-meeting-2016-08-30-74a506926baacdb2df23793742d81f41a055575e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-08-30 - Cabinet of Commissioner Věra Jourová x Equinet - the European Network of Equality Bodies"],"date":["2016-08-30"],"summary":["Equal Treatment Directive"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-5455ecfabb89025694c798deac08160a2be17d94","eu-tr-718971811339-46"]}} -{"id":"ec-meeting-2016-08-30-74f46f8172297be7badd09e36b397a260dfb006d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-08-30 - Günther Oettinger x Verbände der Holz- und Möbelindustrie Nordrhein-Westfalen e.V."],"date":["2016-08-30"],"summary":["digitisation of industry"],"location":["Kirchlengern"],"address":["Kirchlengern"],"addressEntity":["addr-1cbacf9ec556c8f04fc18e419adce3af540ad858"],"organizer":["ec-dg-de"],"involved":["eu-tr-667669223121-24","ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0"]}} -{"id":"ec-meeting-2016-08-30-7d729d17a7a27917d9ce9b4d8ad2444f81fea697","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-08-30 - Cabinet of Commissioner Elżbieta Bieńkowska x G Plus Ltd (t/a Portland) Car-Pass asbl"],"date":["2016-08-30"],"summary":["introductory meeting on concept of Car-Pass"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-881206216436-91","eu-tr-7223777790-86","ec-person-b2f9be51339f054477846797e2c119fcf16548fc"]}} -{"id":"ec-meeting-2016-08-30-86ea29e7ebeb9607db9a876e94f321478eefdf13","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-08-30 - Cabinet of Commissioner Pierre Moscovici x KfW Bankengruppe"],"date":["2016-08-30"],"summary":["External Investment Plan"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["ec-person-18ec03f403696ecde522f7843ba9c4ff6335ead4","eu-tr-79019799690-13"]}} -{"id":"ec-meeting-2016-08-30-ab596b0f74f7f3f94a6c1d6b0d771fa4ec8c557f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-08-30 - Cabinet of Commissioner Violeta Bulc x UNIFE"],"date":["2016-08-30"],"summary":["China rail market"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-9624415524-28","ec-person-dd7851e4a1e747e824b4f81139e33bc3cdb73160"]}} -{"id":"ec-meeting-2016-08-30-bff77945f024be558b4cfeae3980f131b8fc5a26","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-08-30 - Günther Oettinger x European Round Table for Industry"],"date":["2016-08-30"],"summary":["DSM"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-4cd59e13386e3b68ecb3611fcc579e0a0a3938a5","eu-tr-25487567824-45"]}} -{"id":"ec-meeting-2016-08-30-cbe64f41d0b64d7af0d9c56b0ab914bd712f2e92","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-08-30 - Cabinet of Commissioner Carlos Moedas x The Russell Group of Universities"],"date":["2016-08-30"],"summary":["EU funding programmes, research networks and collaborative projects"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-b8d49828915f9008e764a78796d47ea00807a658","ec-person-2b4bb0b28e7435e5f612e44d9664dbd1051efc55","ec-person-23980b2bc4fd9c82051d0f7888dc236b2f764866","eu-tr-032693316451-70"]}} -{"id":"ec-meeting-2016-08-30-d8cd5d844758c6198c7f8793b6a2012b66108fca","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-08-30 - Cabinet of Commissioner Elżbieta Bieńkowska x Miltton Europe Posti Group Oyj"],"date":["2016-08-30"],"summary":["developments in postal sector"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["ec-person-b2f9be51339f054477846797e2c119fcf16548fc","eu-tr-231418115347-05","eu-tr-245377319023-40"]}} -{"id":"ec-meeting-2016-08-31-2749c2fb3cda0a9e70ffd518fc4a53895f0c4061","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-08-31 - Cabinet of Vice-President Johannes Hahn x BP p.l.c."],"date":["2016-08-31"],"summary":["Energy Policy in European Neighbourhood"],"notes":["Portfolio: European Neighbourhood Policy & Enlargement Negotiations"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-hahn-johannes-of-president-vice"],"involved":["eu-tr-3394026642-58","ec-person-2fca685599028e7674f6143b21eb6760c913eef0"]}} -{"id":"ec-meeting-2016-08-31-3affd3eb55b3853a2d0281ff4ad8f0c1f081a3d9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-08-31 - Cabinet of Commissioner Tibor Navracsics x Startups.be"],"date":["2016-08-31"],"summary":["Teaching entrepreneurship and fighting radicalisation"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["eu-tr-064914715900-89","ec-person-1da7ee09d46288ee4ea9db2b644bdcf9c3d6d000"]}} -{"id":"ec-meeting-2016-08-31-4d6f7dab5985e594d60b1bb258e89ff43b78a6c0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-08-31 - Internal Market, Industry, Entrepreneurship and SMEs x BIONTINO EUROPE"],"date":["2016-08-31"],"summary":["General exchange on EU politics"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-grow"],"involved":["eu-tr-68700057230-72","ec-person-60a3d0d628d231b41af1d0c65607b0fd78ca4edc"]}} -{"id":"ec-meeting-2016-08-31-51296cd4e68a1000ab840736e81edb25c0f3fdbd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-08-31 - Cabinet of Vice-President Jyrki Katainen x Confederation of British Industry"],"date":["2016-08-31"],"summary":["Brexit"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-73725676990-18","ec-person-7c9460f99c5872dbdc561f5752401c870d12e98b"]}} -{"id":"ec-meeting-2016-08-31-5235f0109ee2c7540eac54dd787b55bf59aa38e2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-08-31 - Cabinet of Vice-President Cecilia Malmström x European Magazine Media Association Bundesverband Digitalpublisher und Zeitungsverleger"],"date":["2016-08-31"],"summary":["copyright reform"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-201132116888-24","ec-person-591ec829ca734bcfe59a2c9c7f07f9dff22a0ea9","eu-tr-37937886834-69"]}} -{"id":"ec-meeting-2016-08-31-6995112d7b5541b514cce5e41b7980f15dfdeb26","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-08-31 - Cabinet of Vice-President Jyrki Katainen x Hyundai Motor Company Brussels Office"],"date":["2016-08-31"],"summary":["Mission to Korea"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-67224683333-27","ec-person-7c9460f99c5872dbdc561f5752401c870d12e98b"]}} -{"id":"ec-meeting-2016-08-31-7e2ebe2d6486dc4dc9bddae188c4a6e4063e8f46","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-08-31 - Cabinet of Commissioner Elżbieta Bieńkowska x Deutsche Telekom"],"date":["2016-08-31"],"summary":["Review of Telecom Framework"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["ec-person-d2997a7f359c91a337055c3e24dd36bf928de38d","eu-tr-60052162589-72"]}} -{"id":"ec-meeting-2016-08-31-aca577983694f1787c2da1607ec66cbafee158fd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-08-31 - Cabinet of Vice-President Andrus Ansip x Facebook Ireland Limited"],"date":["2016-08-31"],"summary":["Net neutrality, telco review, e-privacy"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-666bc159c7e65a3af9e63c1e97435c02f1496955","eu-tr-28666427835-74"]}} -{"id":"ec-meeting-2016-08-31-b1c409e0466fdc6f3d699f76c02c923c98a09d3b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-08-31 - Cabinet of Commissioner Vytenis Andriukaitis x The EU Vegetable Oil and Proteinmeal Industry"],"date":["2016-08-31"],"summary":["3-MCPD and Glycidyl Esters in vegetable oil and fats"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["eu-tr-85076002321-31","ec-person-b9c3f19e7c5f216e3e508f931ddd6a9cb59376d1","ec-person-c986c9ff99d99d8006e000db5a8046be615813ae"]}} -{"id":"ec-meeting-2016-08-31-b738eede6668197329c635c4dfd12f7715ae2305","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-08-31 - Cabinet of Commissioner Pierre Moscovici x Deutsches Aktieninstitut"],"date":["2016-08-31"],"summary":["Praparation of the participation of the Commissioner as the honoured guest at the Brussels autumn reception."],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["eu-tr-38064081304-25","ec-person-18ec03f403696ecde522f7843ba9c4ff6335ead4"]}} -{"id":"ec-meeting-2016-08-31-c13b7c0d954e0062f45949888bfce992d1b0e3a5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-08-31 - Energy x Eni S.p.A."],"date":["2016-08-31"],"summary":["Energy policy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-99578067285-35","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2016-08-31-e51f189fdb1178b1c9aad04f3136fb80b077a36d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-08-31 - Cabinet of Commissioner Tibor Navracsics x Groupement Européen des Sociétés d'Auteurs et Compositeurs"],"date":["2016-08-31"],"summary":["Copyright reform"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-49f31dad10f5641cb1d1e4c3107dd838389e8120","eu-tr-36529354479-57"]}} -{"id":"ec-meeting-2016-09-01-035bff373adae8e8a3853c87a32fc4c0893b2c33","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2016-09-01 - Cabinet of Vice-President Andrus Ansip x IFPI Representing recording industry worldwide"],"date":["2016-09-01"],"summary":["copyright, value gap","Copyright"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-60394321918-91","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45","ec-person-91ca0921c6790191daa54427311acd63035e7c9e"]}} -{"id":"ec-meeting-2016-09-01-1c070d489833f306828accf6017315d37b755f7c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-01 - Cabinet of Commissioner Phil Hogan x Dairy Companies Association of New Zealand"],"date":["2016-09-01"],"summary":["Business discussion"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-400dd8d59d3060187d9b9b143d697da1a3d03c12","eu-tr-274502523120-19"]}} -{"id":"ec-meeting-2016-09-01-25a2441981db4261bf26bc1817e849b453103472","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-01 - Cabinet of Vice-President Andrus Ansip x Société des Auteurs, Compositeurs et Editeurs de Musique"],"date":["2016-09-01"],"summary":["DSM general, copyright"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-e91c5be432b6b3efdda369792fed67c20b767a45","eu-tr-829208810503-45"]}} -{"id":"ec-meeting-2016-09-01-3c6a511bce0f2020c7d0fb8703b6d355305796db","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-01 - Günther Oettinger x VERBUND AG"],"date":["2016-09-01"],"summary":["decarbonisation"],"location":["Alpbach"],"address":["Alpbach"],"addressEntity":["addr-23babe33b34059b171c3fa0815bec283ead24c3c"],"organizer":["ec-dg-de"],"involved":["ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0","eu-tr-09571422185-81"]}} -{"id":"ec-meeting-2016-09-01-4fe5148d56cb0ab8aa928cab5bebf1d10593d913","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-01 - Cabinet of Commissioner Vytenis Andriukaitis x PERNOD RICARD"],"date":["2016-09-01"],"summary":["Alcohol related issues"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-b9c3f19e7c5f216e3e508f931ddd6a9cb59376d1","eu-tr-352172811-92"]}} -{"id":"ec-meeting-2016-09-01-52f4b381e10a84359e106d893e4aa75e7650daad","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-01 - Cabinet of Commissioner Věra Jourová x Deutsche Telekom"],"date":["2016-09-01"],"summary":["Telecom review and e-privacy"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-a2ca9161feee56909a0e98b473c2d342c20fdb57","ec-person-184e698af1eb9e33b179680570ca171d8cb31c94","ec-person-f329292459cb1badb7fb7c6b67b698c441931bb2","eu-tr-60052162589-72"]}} -{"id":"ec-meeting-2016-09-01-68452796b028cf557b39b09fd4e7ffa252acd698","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-01 - Cabinet of Vice-President Andrus Ansip x Deutsche Telekom"],"date":["2016-09-01"],"summary":["Telco review"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-666bc159c7e65a3af9e63c1e97435c02f1496955","eu-tr-60052162589-72"]}} -{"id":"ec-meeting-2016-09-01-754142c5acb96044a72ab36c1c9b01216ea7fc15","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-01 - Günther Oettinger x European Advertising Standards Alliance"],"date":["2016-09-01"],"summary":["AVMSD"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-070638512780-81","ec-person-c6c38691c27b1498b60b18409aa979cf1dd1f4ac"]}} -{"id":"ec-meeting-2016-09-01-7fedb39af13c4cb8ebe30a65b2c9e85fb1e60735","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-01 - Cabinet of Commissioner Phil Hogan x PERNOD RICARD"],"date":["2016-09-01"],"summary":["labelling of alcoholic beverages"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-c9d17d5879383b030f61a4066848249fb35d57e4","eu-tr-352172811-92"]}} -{"id":"ec-meeting-2016-09-01-8402bac03ec5fc6b0589c83738741ae6078770e6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-01 - Cabinet of Vice-President Cecilia Malmström x G Plus Ltd (t/a Portland) ICMP - The global voice of music publishing"],"date":["2016-09-01"],"summary":["copyright reform"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-7223777790-86","eu-tr-65684839099-72","ec-person-591ec829ca734bcfe59a2c9c7f07f9dff22a0ea9"]}} -{"id":"ec-meeting-2016-09-01-843c69ffcd854c0601eecc662d3f7d3b83d22410","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-01 - Cabinet of Commissioner Tibor Navracsics x Computer & Communications Industry Association"],"date":["2016-09-01"],"summary":["Copyright reform"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-49f31dad10f5641cb1d1e4c3107dd838389e8120","eu-tr-15987896534-82"]}} -{"id":"ec-meeting-2016-09-01-8789a0676ea216d25b2c1ada042c915c8e3f3814","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-01 - Taxation and Customs Union x International Air Transport Association"],"date":["2016-09-01"],"summary":["Exchange of views on customs security issues"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-taxud"],"involved":["eu-tr-1805107590-28","ec-person-3173c1cc052827c58f23ccd3a8de07534f0d35bd"]}} -{"id":"ec-meeting-2016-09-01-a7c280f1b5e4a165e6fef515209f8a31f818269c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-01 - Cabinet of Vice-President Jyrki Katainen x European Publishers Council"],"date":["2016-09-01"],"summary":["Publisher's rights / copyright"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-4456380381-30","ec-person-6623576f27904ddd8bd15e7f2a1197ffc25567db"]}} -{"id":"ec-meeting-2016-09-01-ccdbc32e222d2adc02450eed59d0f17f8d7b60b8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-01 - Günther Oettinger x ARD-Verbindungsbüro Brüssel"],"date":["2016-09-01"],"summary":["copyright and digital radio"],"location":["Berlin"],"address":["Berlin"],"addressEntity":["addr-062b06ba8e755765c6b049809b7430fd54fe5b21"],"organizer":["ec-dg-de"],"involved":["eu-tr-6774178922-55","ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0"]}} -{"id":"ec-meeting-2016-09-01-df8e8a05c13418e1b357431f6fa86aa434022586","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-01 - Cabinet of Vice-President Valdis Dombrovskis x Swiss Re Ltd."],"date":["2016-09-01"],"summary":["Solvency II"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-754ed38c8c41a4774ea216057a91839acc09b1e1","eu-tr-290136415264-17"]}} -{"id":"ec-meeting-2016-09-01-f2d2eacdeb09a7eca259811517e415599799485c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-01 - Cabinet of Vice-President Karmenu Vella x Federation of Associations for Hunting & Conservation of the EU Federation for Hunting & Conservation - Malta"],"date":["2016-09-01"],"summary":["Spring hunting of Turtle Doves"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["ec-person-9e282d5223d0f62146ce1013e2dac38adc89a4cf","eu-tr-75899541198-85","eu-tr-259869121919-60","ec-person-0e3efd8bc1c3ee9a80205d0bb78f316fa1621e5d"]}} -{"id":"ec-meeting-2016-09-01-f65fffb09aa8177f079ae5108ceb2b6f3c8a4400","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-01 - Cabinet of Vice-President Valdis Dombrovskis x ATP Group"],"date":["2016-09-01"],"summary":["Personal Pensions; CMU"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-754ed38c8c41a4774ea216057a91839acc09b1e1","eu-tr-739849219997-47"]}} -{"id":"ec-meeting-2016-09-01-fb70294a87a51dfddc3594e3e29b0727d036fd51","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2016-09-01 - Günther Oettinger x European Telecommunications Network Operators' Association European Telecommunications Network Operators' Association"],"date":["2016-09-01"],"summary":["telecom policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-4cd59e13386e3b68ecb3611fcc579e0a0a3938a5","ec-person-c6cae64cc7dc787b66a47ab1613d3e922875b971","eu-tr-08957111909-85"]}} -{"id":"ec-meeting-2016-09-02-08a3d4709cdf7e850120c13c858bb46053b6b6a7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-02 - Energy x SMEunited aisbl"],"date":["2016-09-02"],"summary":["Internal energy market"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-55820581197-35","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2016-09-02-096d4212c26782c39ce683e2a9d3c0af1f0f8ab4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-02 - Inspire, Debate, Engage and Accelerate Action x European Corporate Governance Institute"],"date":["2016-09-02"],"summary":["Corporate Governance, Engagement with Academic Community"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-dg-idea"],"involved":["eu-tr-313390020603-18","ec-person-4fe56a64c00b3e81c851b5538878b32481bd7d3c"]}} -{"id":"ec-meeting-2016-09-02-0d3edc7e5b72f93a0bd5ffdb9411cfa789e32389","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-02 - Cabinet of Vice-President Karmenu Vella x WWF European Policy Programme"],"date":["2016-09-02"],"summary":["Ocean Governance, Blue Growth,"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["eu-tr-1414929419-24","ec-person-0e3efd8bc1c3ee9a80205d0bb78f316fa1621e5d"]}} -{"id":"ec-meeting-2016-09-02-3397600974e4cc5955c528cd565a4f6bc15d229a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-02 - Cabinet of Commissioner Elżbieta Bieńkowska x The Coalition for Energy Savings"],"date":["2016-09-02"],"summary":["Energy savings"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-72911566925-69","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2016-09-02-552b04b9c8631d8e7a04f8c36d4d4db9511d745b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-02 - Cabinet of First Vice-President Frans Timmermans x None"],"date":["2016-09-02"],"summary":["European Affairs"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Milan"],"address":["Milan"],"addressEntity":["addr-5380bcebfb8a22dd30d3999731c61981051f0632"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["ec-person-57dd62a1a14508927bd5ec98bb97342f2d0834c9","eu-tr-04877777421-88","eu-tr-996649622482-55","eu-tr-03094871618-32","ec-person-966667b73d92624be9bb019c2baab7e52331b3d3","eu-tr-5265780509-97","ec-person-0eaac943e895c47df1465dda6c94e671c5081e0a","eu-tr-24037141789-48"]}} -{"id":"ec-meeting-2016-09-02-60fe9e450d9dc9c994b8e7aab92c74afd9d75942","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-02 - Cabinet of Commissioner Violeta Bulc x ASTANEA poslovne rešitve d.o.o."],"date":["2016-09-02"],"summary":["Meeting with g. Pavliha (ASTANEA)"],"notes":["Portfolio: Transport"],"location":["Ljubljana"],"address":["Ljubljana"],"addressEntity":["addr-be95acba75b6b18917b2638aae79ec1300c77c35"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-4d2b449b5047ea3fda435a2a1c1081e3babcdf76","ec-person-6a5ceb87383474e4b7f430af341029a155e255b0","eu-tr-985342523296-89"]}} -{"id":"ec-meeting-2016-09-02-643bd846f81ff262cc569cd8e2e792e2121512cb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-02 - Cabinet of Vice-President Andrus Ansip x Google"],"date":["2016-09-02"],"summary":["Copyright"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-c759bd58acc54869aa8e62ce652efcda416e25c2","eu-tr-03181945560-59","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45"]}} -{"id":"ec-meeting-2016-09-02-7d6b4e214fa9d4ee43827129afd199cbcc3c177d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-02 - Cabinet of Commissioner Phil Hogan x Cargill"],"date":["2016-09-02"],"summary":["Food Ingredients and Bio Issues"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-a1a78365cc4685b0958056646204977d8f2ead92","eu-tr-01063261836-24"]}} -{"id":"ec-meeting-2016-09-02-8180e7db4b4cd3fb9985311144eba14715a027a4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-02 - Directorate-General for International Partnerships x Enel Green Power S.p.A."],"date":["2016-09-02"],"summary":["share vision"],"location":["L41 12/12"],"address":["L41 12/12"],"addressEntity":["addr-07cda561e59a02450b70a5b2fbca7ed844747353"],"organizer":["ec-dg-intpa"],"involved":["eu-tr-06877217926-31","ec-person-05c4477b89b93e7969f12d89b38f77fedce5876f"]}} -{"id":"ec-meeting-2016-09-02-9f4d1a1ac52dead96048d663f25f812c6b1d6ee7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-02 - Cabinet of Vice-President Valdis Dombrovskis x European Microfinance Network aisbl"],"date":["2016-09-02"],"summary":["CMU and the development of microcredit for an inclusive entrepreneurship"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-598332211023-81","ec-person-3f9ca71b74344417d1f072ba7f3e2f09a223b036"]}} -{"id":"ec-meeting-2016-09-02-ad59487d45e0ce1e123e1131d128a68a120be56c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-02 - Cabinet of Commissioner Christos Stylianides x International Rescue Committee Inc"],"date":["2016-09-02"],"summary":["Greece"],"notes":["Portfolio: Humanitarian Aid & Crisis Management"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-christos-commissioner-of-stylianides"],"involved":["ec-person-cdd689bd079714522dad472ea4446b0fcc660d8f","eu-tr-66790095679-26"]}} -{"id":"ec-meeting-2016-09-02-d14518bf889bcacd15e0b09a634626b5de33ca78","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-02 - Cabinet of Commissioner Elżbieta Bieńkowska x Airbus"],"date":["2016-09-02"],"summary":["space & defence"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["ec-person-685ecf13dd26cd515c961e24ba71049af2302c5e","eu-tr-2732167674-76"]}} -{"id":"ec-meeting-2016-09-02-d830682552338835fce13199b3bb88e20af80e1a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-02 - Cabinet of Vice-President Miguel Arias Cañete x European Insulation Manufacturers Association"],"date":["2016-09-02"],"summary":["Energy efficiency in buildings"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-260e00934471a02805fb143935d6e9205a7f355f","eu-tr-98345631631-22"]}} -{"id":"ec-meeting-2016-09-02-e8b0c09cfeb0b578d028429303d9c646a06fb170","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-02 - Cabinet of Commissioner Phil Hogan x IFPI Representing recording industry worldwide"],"date":["2016-09-02"],"summary":["Copyright"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-60394321918-91","ec-person-ff8342dedc26701400fcb7dcf73fbee50a837ac6"]}} -{"id":"ec-meeting-2016-09-02-e8c173cee29e9ec373a705d422a200432b2c3d57","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-02 - Cabinet of Vice-President Andrus Ansip x Klarna Group"],"date":["2016-09-02"],"summary":["EU Payments Services Directive (PSD2)"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-0f698e3a0cc0bd6a02e1bd386a25cedc1366f3f1","eu-tr-096569017209-91"]}} -{"id":"ec-meeting-2016-09-02-f6fc903f813a7d47dbf5fec3f8047efbe3c8bcae","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-02 - Climate Action x Ecofys Netherlands B.V."],"date":["2016-09-02"],"summary":["Discussion on climate activities"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-clima"],"involved":["ec-person-44c2f44f96dda2012bcb4e9abc749f6cae86a4c0","eu-tr-35373645548-24"]}} -{"id":"ec-meeting-2016-09-02-fcc7888dd54f5b3363312d79b0571c2c3c244272","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2016-09-02 - Günther Oettinger x European Newspaper Publishers' Association European Magazine Media Association European Magazine Media Association European Newspaper Publishers' Association"],"date":["2016-09-02"],"summary":["copyright"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-4cd59e13386e3b68ecb3611fcc579e0a0a3938a5","eu-tr-5950962136-12","ec-person-49723482bb23d029cbfc010cb37eec7392a0ae02","eu-tr-37937886834-69"]}} -{"id":"ec-meeting-2016-09-04-77098554352ca035ab9f1c79d34f800b95765c5d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-04 - Günther Oettinger x None"],"date":["2016-09-04"],"summary":["DSM"],"location":["Venice"],"address":["Venice"],"addressEntity":["addr-ecc96904d5dca94b3751783d97209baeceea145f"],"organizer":["ec-dg-de"],"involved":["eu-tr-344910313351-14","eu-tr-447494115294-30","ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0","eu-tr-43245696854-79"]}} -{"id":"ec-meeting-2016-09-04-b4dbe1ce0a092edde84de1f39a0ceac573422114","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-04 - Günther Oettinger x The European House - Ambrosetti"],"date":["2016-09-04"],"summary":["Creative industries"],"location":["Venice"],"address":["Venice"],"addressEntity":["addr-ecc96904d5dca94b3751783d97209baeceea145f"],"organizer":["ec-dg-de"],"involved":["eu-tr-625244214975-24","ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0"]}} -{"id":"ec-meeting-2016-09-05-154bd405ffb435e112466c89369c3a6dc102c412","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-05 - Cabinet of Commissioner Věra Jourová x ArcelorMittal"],"date":["2016-09-05"],"summary":["China (MES)"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["eu-tr-23527541824-60","ec-person-1e0e3a00ab815dea7c5b839b002ed2c7e34bfe0a"]}} -{"id":"ec-meeting-2016-09-05-1a9fce9780891c68286c614e4f444504f7df5da7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-05 - Cabinet of Vice-President Johannes Hahn x Konrad-Adenauer-Stiftung"],"date":["2016-09-05"],"summary":["Middle East Peace Process"],"notes":["Portfolio: European Neighbourhood Policy & Enlargement Negotiations"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-hahn-johannes-of-president-vice"],"involved":["eu-tr-2905437316-11","ec-person-643595d3a737c63fc95146b51292a4684ed1ca75"]}} -{"id":"ec-meeting-2016-09-05-2c4fa3f29feee02fe9b51d74a58f11ac8ba5facc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-05 - Günther Oettinger x DIGITALEUROPE"],"date":["2016-09-05"],"summary":["DSM"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-64270747023-20","ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0"]}} -{"id":"ec-meeting-2016-09-05-3638f54db95ed4f8bb133a8688cbe1a1fde5310d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-05 - Cabinet of Vice-President Miguel Arias Cañete x Deutscher Naturschutzring, Dachverband der deutschen Natur-, Tier- und Umweltschutzverbände (DNR) e.V."],"date":["2016-09-05"],"summary":["Energy Efficiency Package"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-98430135820-35","ec-person-260e00934471a02805fb143935d6e9205a7f355f"]}} -{"id":"ec-meeting-2016-09-05-52f4b381e10a84359e106d893e4aa75e7650daad","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-05 - Cabinet of Commissioner Věra Jourová x Deutsche Telekom"],"date":["2016-09-05"],"summary":["ePrivacy Directive review"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-f329292459cb1badb7fb7c6b67b698c441931bb2","eu-tr-60052162589-72"]}} -{"id":"ec-meeting-2016-09-05-57790f55e98c21f4fe917738707534b46a705f35","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-05 - Günther Oettinger x Council of European Employers of the Metal, Engineering and Technology-based Industries"],"date":["2016-09-05"],"summary":["digital skills and jobs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0","eu-tr-61370904700-45"]}} -{"id":"ec-meeting-2016-09-05-5786f751fcd45ec6c0e2298a2152468c2278c071","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-05 - Climate Action x ENGIE"],"date":["2016-09-05"],"summary":["Revision of the EU ETS"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-clima"],"involved":["ec-person-44c2f44f96dda2012bcb4e9abc749f6cae86a4c0","eu-tr-90947457424-20"]}} -{"id":"ec-meeting-2016-09-05-62026a3df6b80f63d32eae5e295171c329220839","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-05 - Cabinet of Vice-President Jyrki Katainen x Airbnb Ireland UC"],"date":["2016-09-05"],"summary":["Collaborative economy"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-823871417098-42","ec-person-6623576f27904ddd8bd15e7f2a1197ffc25567db"]}} -{"id":"ec-meeting-2016-09-05-744aed067eb78b87f72fb8ba05e88505bf4711fd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-05 - Cabinet of Commissioner Marianne Thyssen x European Construction Industry Federation EUROPEAN FEDERATION OF BUILDING AND WOODWORKERS"],"date":["2016-09-05"],"summary":["Services Passport"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["ec-person-5a49eb89125b4b5d1125b3925bbb64aba1bea2b3","ec-person-7567514af00f139b390cf9864d28a090ca0fde25","eu-tr-92221016212-42","eu-tr-57745478360-42"]}} -{"id":"ec-meeting-2016-09-05-7a64904a26d5574e5d31d1bae480f528d2b1d332","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-05 - Günther Oettinger x EWE Aktiengesellschaft"],"date":["2016-09-05"],"summary":["telecom review"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0","eu-tr-00741337988-18"]}} -{"id":"ec-meeting-2016-09-05-7f472a0ac499b1c577e76b7e57bb3b322fbae599","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-05 - Cabinet of Commissioner Tibor Navracsics x IFPI Representing recording industry worldwide"],"date":["2016-09-05"],"summary":["Copyright reform"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["eu-tr-60394321918-91","ec-person-dc2e0fed0fdf39a6a3f3ad63355c5215599de9d1"]}} -{"id":"ec-meeting-2016-09-05-828edc5ec3a84a9d5b563e65db8f554c43b5f9b6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-05 - Cabinet of Vice-President Cecilia Malmström x Eurocities"],"date":["2016-09-05"],"summary":["TTIP"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-19b143e83f8ab978c55c8a9a9e49e06dbfa14bf3","eu-tr-12493392840-79"]}} -{"id":"ec-meeting-2016-09-05-8a9eee638473561aae1d514bfc4750f66319a43b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-05 - Cabinet of Vice-President Jyrki Katainen x European Magazine Media Association"],"date":["2016-09-05"],"summary":["Pushlishers' right / copyright"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-6623576f27904ddd8bd15e7f2a1197ffc25567db","eu-tr-37937886834-69"]}} -{"id":"ec-meeting-2016-09-05-ade2968d9089d9f935454776baed356631cd5ee2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-05 - Cabinet of Commissioner Věra Jourová x European Visual Artists Groupement Européen des Sociétés d'Auteurs et Compositeurs"],"date":["2016-09-05"],"summary":["Copyright reform"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, |Belgium"],"address":["Brussels, |Belgium"],"addressEntity":["addr-ae40c6c0fba3c637e174554fbeefbb5fa93ade14"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-a2ca9161feee56909a0e98b473c2d342c20fdb57","eu-tr-121604011075-40","eu-tr-36529354479-57"]}} -{"id":"ec-meeting-2016-09-05-cdc57942f4b2803fa3f60985ee8fb13525a9be72","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-05 - Günther Oettinger x Europeana Foundation"],"date":["2016-09-05"],"summary":["DSM - Copyright"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-770007812381-96","ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0"]}} -{"id":"ec-meeting-2016-09-05-d024f1ed32ba3007b269641b193a2b22e50668e4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-05 - Cabinet of Vice-President Andrus Ansip x Coordination of European Picture Agencies Press Stock Heritage European Visual Artists European Federation of Journalists Groupement Européen des Sociétés d'Auteurs et Compositeurs"],"date":["2016-09-05"],"summary":["Freedom of panorama, copyright"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0","eu-tr-36529354479-57","eu-tr-121604011075-40","eu-tr-27471236588-39","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45","eu-tr-197834213050-71"]}} -{"id":"ec-meeting-2016-09-05-d5af7b4353b90514e53ce880760a3be0f05595fb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-05 - Cabinet of Commissioner Pierre Moscovici x European Visual Artists"],"date":["2016-09-05"],"summary":["Copyright issues."],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["eu-tr-121604011075-40","ec-person-14ef50b9efbe5ab02d528e0ec4ac50c9caf964e3"]}} -{"id":"ec-meeting-2016-09-05-d799f272b8a7f8192cb6e82dca4f267fcd6a633e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-05 - Cabinet of Vice-President Jyrki Katainen x European Visual Artists"],"date":["2016-09-05"],"summary":["Panorama exception"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-121604011075-40","ec-person-0da85dc48012e26688310a59a0b51727ea68f410"]}} -{"id":"ec-meeting-2016-09-05-ec60e912f524522066698e2145a1c61c0bcc637e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-05 - Günther Oettinger x Telefonbuch Verlag Hans Müller"],"date":["2016-09-05"],"summary":["telecom review"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-c6cae64cc7dc787b66a47ab1613d3e922875b971","eu-tr-799709122496-89"]}} -{"id":"ec-meeting-2016-09-05-f97702a1c71fc06400438cbee73009ac18c77a69","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-05 - Cabinet of Commissioner Carlos Moedas x RELX"],"date":["2016-09-05"],"summary":["presentation of the company"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["eu-tr-338398611148-62","ec-person-0a716bf5253e913fc40ebf14c12f30dc2e7a06ee"]}} -{"id":"ec-meeting-2016-09-05-ff112c96a70535775f3786c9ea4201b5c37da4fc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-05 - Mobility and Transport x Siemens AG"],"date":["2016-09-05"],"summary":["Low-emission mobility, Electric Road Systems, Shift2Rail"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-move"],"involved":["eu-tr-4266797770-31","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2016-09-06-0438aff78b3fffcc3378d4a61625b6e1097b2c4e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-06 - Cabinet of Vice-President Andrus Ansip x QUALCOMM Incorporated"],"date":["2016-09-06"],"summary":["standardisation, IoT, 5G"],"notes":["Portfolio: Digital Single Market"],"location":["Bruxelles"],"address":["Bruxelles"],"addressEntity":["addr-b58f5927b66d94a676970dc048485d4c6848f272"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-00358442856-45","ec-person-6a03bc4fa7657513ea34529e98dba0671ef4c849"]}} -{"id":"ec-meeting-2016-09-06-103dd765be568edc7e462c6a702025a3f99fd486","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-06 - Mobility and Transport x Hume Brophy"],"date":["2016-09-06"],"summary":["The Global Aviation Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-move"],"involved":["eu-tr-3843982938-44","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2016-09-06-1968a060bd58b2785679c0c618dab6ce5e020bbf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-06 - Günther Oettinger x European Telecommunications Network Operators' Association"],"date":["2016-09-06"],"summary":["telecom review"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0","eu-tr-08957111909-85"]}} -{"id":"ec-meeting-2016-09-06-1b53149a2649eb6f7008ad505381270f03408695","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-06 - Cabinet of Commissioner Violeta Bulc x Etihad Airways"],"date":["2016-09-06"],"summary":["Aviation"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-142277315551-86","ec-person-9d4dc4867a44dfe10f67ae7ee1706da3e8b48a24"]}} -{"id":"ec-meeting-2016-09-06-252781a4947e44298291249eba9bf668eee384a5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-06 - Mobility and Transport x Société nationale SNCF"],"date":["2016-09-06"],"summary":["Rail reform, rails security, ERTMS"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-move"],"involved":["ec-person-26cdfacae671b09917bee1a91c91973941fa58a2","eu-tr-97914681026-14"]}} -{"id":"ec-meeting-2016-09-06-3a64a6fb1ff28d4537b9f4dc91495617ea251b74","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-06 - Cabinet of President Jean-Claude Juncker x VIVENDI"],"date":["2016-09-06"],"summary":["Digital Single Market"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-057865115207-48","ec-person-44a061693f35519551be0e3dab996e76ad3f8c7c"]}} -{"id":"ec-meeting-2016-09-06-3ae9c116efc1d90788dc2250ff7eaa329182afec","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-06 - Günther Oettinger x Bundesverband der Deutschen Industrie e.V."],"date":["2016-09-06"],"summary":["trade policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-1771817758-48","ec-person-3297113eb5d4e59bc84d571628f0130aa75c761a"]}} -{"id":"ec-meeting-2016-09-06-4143b2da6cea024965b9f3fd6b167d1b8f50c029","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-06 - Günther Oettinger x Institut der deutschen Wirtschaft Köln e.V."],"date":["2016-09-06"],"summary":["digitisation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-132414515813-88","ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0"]}} -{"id":"ec-meeting-2016-09-06-4237b9e4410f5ce00aeae47557fd16be124ec020","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-06 - Mobility and Transport x Conduent Incorporated"],"date":["2016-09-06"],"summary":["e-tolling, MaaS"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-move"],"involved":["eu-tr-162771718573-47","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2016-09-06-438a557ba125a1c862004c0cdc3a73e2badae8f9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-06 - Günther Oettinger x European Producers Club"],"date":["2016-09-06"],"summary":["copyright"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-344910313351-14","ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0"]}} -{"id":"ec-meeting-2016-09-06-5c20ee14e5b23928c27d1e068a37266ad60b63fa","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-06 - Cabinet of Commissioner Carlos Moedas x Leidar"],"date":["2016-09-06"],"summary":["The Ocean cleanup"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-0a716bf5253e913fc40ebf14c12f30dc2e7a06ee","eu-tr-15392729381-19"]}} -{"id":"ec-meeting-2016-09-06-5c956a223c673b5b9eb0f5e36dcb6188f4cdcf97","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-06 - Günther Oettinger x Vodafone Belgium SA"],"date":["2016-09-06"],"summary":["telecom review"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-90142503473-81","ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0"]}} -{"id":"ec-meeting-2016-09-06-643375770557a2345cfd12a6a413e212889cf9fc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-06 - Cabinet of Vice-President Maroš Šefčovič x Third Generation Environmentalism Ltd Energy Cities Climate Alliance of European cities with indigenous rainforest peoples"],"date":["2016-09-06"],"summary":["The role of the local level in the governance of the Energy Union"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-1f95be23689cd4ed0a26fe2980f760ccf2d55c1e","ec-person-ea6b517040e26a62f17d2829afffeba48cfd682f","eu-tr-83923664694-38","eu-tr-07783117686-61","eu-tr-11514322965-05"]}} -{"id":"ec-meeting-2016-09-06-64d2ae9bfcf3887dcaca597b46d31d1f5ccdff0e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-06 - Cabinet of Vice-President Valdis Dombrovskis x ContactEurope"],"date":["2016-09-06"],"summary":["Discussion focused on the Commission's proposal for a revision of the Posting of Workers Directive, as well as on Commission's work programme initiatives on labour market issues"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-444977614820-10","ec-person-a9eda2e8ea54b70a968327672c6cada679d3cd56"]}} -{"id":"ec-meeting-2016-09-06-65e13b7603a8aca07db04896f25b7298912ee9bd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-06 - Cabinet of Vice-President Valdis Dombrovskis x Institut der deutschen Wirtschaft Köln e.V."],"date":["2016-09-06"],"summary":["EU economic policy"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-132414515813-88","ec-person-48f31156d932641826e09f5b73f074d35ff05786","ec-person-a9eda2e8ea54b70a968327672c6cada679d3cd56"]}} -{"id":"ec-meeting-2016-09-06-6bbc6a7ce08d338cb70ba70f1484e155fc0fefe7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-06 - Cabinet of Commissioner Phil Hogan x European Association of E-Pharmacies (EAEP)"],"date":["2016-09-06"],"summary":["Annual Reception"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-ff8342dedc26701400fcb7dcf73fbee50a837ac6","eu-tr-22824156875-36"]}} -{"id":"ec-meeting-2016-09-06-6cdd1e77a7660782265808675c13a0bfd3ca111c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-06 - Cabinet of Vice-President Miguel Arias Cañete x Bundesverband der Deutschen Industrie e.V."],"date":["2016-09-06"],"summary":["Dual Use"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-1771817758-48","ec-person-2229c857664a22dcb8eee79a8c05841fd3d0924f"]}} -{"id":"ec-meeting-2016-09-06-6d5790c320e04a45d080613d89a15c1083ef3eba","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-06 - Cabinet of Commissioner Tibor Navracsics x Federation of European Publishers"],"date":["2016-09-06"],"summary":["Copyright reform"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-49f31dad10f5641cb1d1e4c3107dd838389e8120","eu-tr-398541467-53"]}} -{"id":"ec-meeting-2016-09-06-7c9729329144b12218d0c56945727e8e976f8365","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-06 - Cabinet of Commissioner Phil Hogan x Doc Morris NV"],"date":["2016-09-06"],"summary":["Mail Service"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-900719114988-22","ec-person-ff8342dedc26701400fcb7dcf73fbee50a837ac6"]}} -{"id":"ec-meeting-2016-09-06-821c7d3471435c0375cf4a977d79f1a7c7a41036","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-06 - Cabinet of Commissioner Phil Hogan x Finnish Forest Industries Federation (Metsäteollisuus ry)"],"date":["2016-09-06"],"summary":["Renewable Energy"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-39671713910-36","ec-person-ff8342dedc26701400fcb7dcf73fbee50a837ac6"]}} -{"id":"ec-meeting-2016-09-06-8838903fc47fde06537bef20c3f11e9acc760d85","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-06 - Cabinet of Commissioner Elżbieta Bieńkowska x European Holiday Home Association"],"date":["2016-09-06"],"summary":["short term rental"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["ec-person-685ecf13dd26cd515c961e24ba71049af2302c5e","eu-tr-748962812474-86"]}} -{"id":"ec-meeting-2016-09-06-89412c7d1544e026d82981e1a223d8d2161ad89b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-06 - Cabinet of Commissioner Violeta Bulc x Société nationale SNCF"],"date":["2016-09-06"],"summary":["Projet Euro digirail"],"notes":["Portfolio: Transport"],"location":["BRUSSELS"],"address":["BRUSSELS"],"addressEntity":["addr-f74337897287bf1b546f30505f5b1f693a87af50"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-dd7851e4a1e747e824b4f81139e33bc3cdb73160","eu-tr-97914681026-14"]}} -{"id":"ec-meeting-2016-09-06-8c0014fa3059feefff234f5c59fc22573c586231","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-06 - Health and Food Safety x European Public Health Alliance"],"date":["2016-09-06"],"summary":["To discuss the final confeserence session and how EPHA could support the EFC on AMR"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-sante"],"involved":["eu-tr-18941013532-08","ec-person-3c7fdbe0c1c235777d916309465339b7ed1666f6"]}} -{"id":"ec-meeting-2016-09-06-927d4a0d821e933cc28e4b83e6cf6712a05e645a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-06 - Cabinet of First Vice-President Frans Timmermans x ENEL SpA"],"date":["2016-09-06"],"summary":["Better regulation in climate and energy"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["ec-person-966667b73d92624be9bb019c2baab7e52331b3d3","eu-tr-6256831207-27","ec-person-0eaac943e895c47df1465dda6c94e671c5081e0a"]}} -{"id":"ec-meeting-2016-09-06-92db95350ebbc7035a0d14f475bb2dbea11387fb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-06 - Communications Networks, Content and Technology x CSC - IT Center for Science Ltd."],"date":["2016-09-06"],"summary":["the European collaboration and synergy in HPC and e-infrastructures in general."],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-360344017227-92","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2016-09-06-92de6f5fd4f33af5bde375e21f120241cb5bdc95","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-06 - Cabinet of Vice-President Karmenu Vella x Leidar"],"date":["2016-09-06"],"summary":["Marine Pollution, Plastics, The Ocean Cleanup Project"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["ec-person-4ff7c27445db4ad88e687776974fd8d077a1fe0c","eu-tr-15392729381-19","ec-person-2966d69fae0ea4e67f3f2df5a743cc766267d3c8"]}} -{"id":"ec-meeting-2016-09-06-953e2b50b74422240b70c2618b193cbc78e87479","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-06 - Cabinet of Commissioner Elżbieta Bieńkowska x Bundesverband der Deutschen Industrie e.V."],"date":["2016-09-06"],"summary":["dual use"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-1771817758-48","ec-person-b2f9be51339f054477846797e2c119fcf16548fc"]}} -{"id":"ec-meeting-2016-09-06-9623c00951068fa7237465ebd0327a7d46967b5b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-06 - Cabinet of Vice-President Jyrki Katainen x Fleishman-Hillard"],"date":["2016-09-06"],"summary":["Financing the Circular Economy"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-56047191389-84","ec-person-0da85dc48012e26688310a59a0b51727ea68f410"]}} -{"id":"ec-meeting-2016-09-06-a143a196ac8d55f79503c745350389e49bc11d6f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-06 - Cabinet of Vice-President Andrus Ansip x Svensk Handel (Swedish Trade Federation)"],"date":["2016-09-06"],"summary":["Presentation of DSM general"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-e91c5be432b6b3efdda369792fed67c20b767a45","eu-tr-277625014294-80"]}} -{"id":"ec-meeting-2016-09-06-a8eaa30c121c0ef0d428a654cc039beb89093ec9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-06 - Günther Oettinger x Airbus"],"date":["2016-09-06"],"summary":["cybersecurity"],"location":["BXL"],"address":["BXL"],"addressEntity":["addr-d2fde52f67ea4a3e1fe233d0a959d6a1c77fd910"],"organizer":["ec-dg-de"],"involved":["eu-tr-2732167674-76","ec-person-5652698e8f7b4a189329e67fddbaff44dbe8658c"]}} -{"id":"ec-meeting-2016-09-06-bb594db2135bf39c7d097a02126b01c015924c75","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-06 - Günther Oettinger x ECTA"],"date":["2016-09-06"],"summary":["telecom review"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0","eu-tr-932781112187-50"]}} -{"id":"ec-meeting-2016-09-06-c353a2348bae0b94cc411be1a5924a4b4205a53e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-06 - Cabinet of Vice-President Maroš Šefčovič x KIC InnoEnergy SE"],"date":["2016-09-06"],"summary":["Energy Union research Innovation and competitiveness"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-9f6823821fe68d82e9b9dbe81181ecacb0265d94","eu-tr-462849021886-85"]}} -{"id":"ec-meeting-2016-09-06-d1832f396c9ecc92bfa297e049a88fa01077276d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-06 - Cabinet of Commissioner Phil Hogan x RPP Group"],"date":["2016-09-06"],"summary":["Healthcare"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-96530144280-28","ec-person-ff8342dedc26701400fcb7dcf73fbee50a837ac6"]}} -{"id":"ec-meeting-2016-09-06-d704d5ac6741dc713d18c63bd545be28c4cad5a7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-06 - Cabinet of Vice-President Cecilia Malmström x European Dairy Association aisbl"],"date":["2016-09-06"],"summary":["Trade for all strategy"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-19b143e83f8ab978c55c8a9a9e49e06dbfa14bf3","eu-tr-42967152383-63"]}} -{"id":"ec-meeting-2016-09-06-dfdde7f18a53ffcd7a7024d2dcde805c6e209874","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-06 - Cabinet of Commissioner Corina Crețu x Lysios Public Affairs"],"date":["2016-09-06"],"summary":["The use of structural funds in Eastern European Member States"],"notes":["Portfolio: Regional Policy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-corina-cretu-of"],"involved":["eu-tr-22561156762-32","ec-person-2ab6296ada57eee7b1af6a77e7ff23cf6b0b1ccf"]}} -{"id":"ec-meeting-2016-09-06-e52da4f6e7131566709a929b4d16af6511247ba7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-06 - Cabinet of Vice-President Maroš Šefčovič x Bruegel"],"date":["2016-09-06"],"summary":["Energy Union research Innovation and competitiveness"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-9f6823821fe68d82e9b9dbe81181ecacb0265d94","eu-tr-33622026795-64"]}} -{"id":"ec-meeting-2016-09-06-e65a25f5386a75fe8ceec8ad8f7630bf04cb7328","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-06 - Cabinet of High Representative / Vice-President Federica Mogherini x ENEL SpA"],"date":["2016-09-06"],"summary":["Africa - renewable energy"],"notes":["Portfolio: Foreign Affairs and Security Policy"],"location":["Brussels (Berlaymont)"],"address":["Brussels (Berlaymont)"],"addressEntity":["addr-4e70ddf45e81f0631950978c4aa49a218756a3f4"],"organizer":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"involved":["ec-person-efed7cdce9c9bb64dca7aedb11d12aaed5efb809","eu-tr-6256831207-27"]}} -{"id":"ec-meeting-2016-09-06-f05b6c3a645a3604f779c4de1537f2ea4c314cf9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-06 - Cabinet of Commissioner Elżbieta Bieńkowska x Finnish Forest Industries Federation (Metsäteollisuus ry)"],"date":["2016-09-06"],"summary":["energy and climate policy, circular economy package"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-39671713910-36","ec-person-b2f9be51339f054477846797e2c119fcf16548fc"]}} -{"id":"ec-meeting-2016-09-06-f08771a6be13a19681efdcae3753f75bce7bbace","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-06 - Cabinet of Vice-President Jyrki Katainen x Confederation of Danish Employers"],"date":["2016-09-06"],"summary":["CMU"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-11503381325-76","ec-person-955e8c493ab54847bb92b65986f56a401f8eabee"]}} -{"id":"ec-meeting-2016-09-06-f8a1066a822dbfeb18ee430654a7f88ef1ab8c9f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-06 - Inspire, Debate, Engage and Accelerate Action x Université libre de Bruxelles"],"date":["2016-09-06"],"summary":["Current Political and Economic Developments"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-dg-idea"],"involved":["eu-tr-683034821431-24","ec-person-4fe56a64c00b3e81c851b5538878b32481bd7d3c"]}} -{"id":"ec-meeting-2016-09-07-05812be984a2110ea3da12babf0640e832bca3cf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-07 - Cabinet of Commissioner Tibor Navracsics x 21st Century Fox"],"date":["2016-09-07"],"summary":["Digital Single Market, Copyright"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-49f31dad10f5641cb1d1e4c3107dd838389e8120","ec-person-cb6aa96c497dead35eb0f2ed0339e5423d506549","eu-tr-923493211619-15"]}} -{"id":"ec-meeting-2016-09-07-06acce66021fa3dc4722ff7eaa4f407a8f1f5567","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-07 - Cabinet of Commissioner Phil Hogan x Drax Group plc"],"date":["2016-09-07"],"summary":["Sustainability"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-389275311163-19","ec-person-ff8342dedc26701400fcb7dcf73fbee50a837ac6"]}} -{"id":"ec-meeting-2016-09-07-0b5a4cfb90ce4b169337604564cf502163b854a4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-07 - Trade x Alstom"],"date":["2016-09-07"],"summary":["Market access questions in third countries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-trade"],"involved":["ec-person-bde9bb099f5d24c52ca4a9255cefc99a5b87a650","eu-tr-43284012043-03"]}} -{"id":"ec-meeting-2016-09-07-11bb5a8bbd041d6f24f165c01ac725f53bad9774","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-07 - Cabinet of Commissioner Margrethe Vestager x Confederation of Danish Industry"],"date":["2016-09-07"],"summary":["EU Current Affairs"],"notes":["Portfolio: Competition"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-margrethe-of-vestager"],"involved":["ec-person-baa1c172df109ebd1f0307bccb5e21aec66c7a25","eu-tr-5749958415-41"]}} -{"id":"ec-meeting-2016-09-07-1835f1bd860195544fc0995c0af99fda18e123da","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-07 - Cabinet of Commissioner Marianne Thyssen x Caterpillar Distribution Services Europe bv"],"date":["2016-09-07"],"summary":["Situation and future of Caterpillar's industrial activities in Europe"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["eu-tr-03717581957-02","ec-person-c508e9337eca6b067c1f966b82de49c4824a3ad0"]}} -{"id":"ec-meeting-2016-09-07-19c6d9e5e896f2e0bdd29c737619aeaa75e1ad58","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-07 - Cabinet of Vice-President Valdis Dombrovskis x BlackRock"],"date":["2016-09-07"],"summary":["Macroprudential; CMU; Personal Pensions"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-754ed38c8c41a4774ea216057a91839acc09b1e1","eu-tr-51436554494-18"]}} -{"id":"ec-meeting-2016-09-07-1ef47fdb90d5e40f1e8d19f3b798f05a5b447b73","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-07 - Cabinet of Vice-President Karmenu Vella x Nickel Institute"],"date":["2016-09-07"],"summary":["State Aid"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["ec-person-4ff7c27445db4ad88e687776974fd8d077a1fe0c","eu-tr-77947983421-21","ec-person-2966d69fae0ea4e67f3f2df5a743cc766267d3c8"]}} -{"id":"ec-meeting-2016-09-07-37dbcbc95c7e78e9cb990323a4d64706fd550271","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-07 - Cabinet of Vice-President Andrus Ansip x Initiative gegen ein Leistungsschutzrecht für Presseverleger"],"date":["2016-09-07"],"summary":["Copyright, startups"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-986236422310-54","ec-person-6a03bc4fa7657513ea34529e98dba0671ef4c849"]}} -{"id":"ec-meeting-2016-09-07-38874bbdc5f35402ae268444a8e9b204c4dab90a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-07 - Mobility and Transport x European Cockpit Association"],"date":["2016-09-07"],"summary":["NAI, NAUK"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-move"],"involved":["eu-tr-39838147687-59","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2016-09-07-3a521717e76e223b8b75dc2e766400ea3b3ca077","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-07 - Cabinet of Commissioner Tibor Navracsics x Society of Audiovisual Authors"],"date":["2016-09-07"],"summary":["Copyright reform"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-49f31dad10f5641cb1d1e4c3107dd838389e8120","eu-tr-99336382936-11"]}} -{"id":"ec-meeting-2016-09-07-452781ff70e6adcad8a60d124bdff16dad36d2af","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-07 - Günther Oettinger x Euronews"],"date":["2016-09-07"],"summary":["future of Euronews"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0","eu-tr-944964416106-32"]}} -{"id":"ec-meeting-2016-09-07-458745844a10b95c3852e7862a42523e470935be","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-07 - Inspire, Debate, Engage and Accelerate Action x International Rescue Committee Inc"],"date":["2016-09-07"],"summary":["Global Refugee Crisis"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-dg-idea"],"involved":["eu-tr-66790095679-26","ec-person-4fe56a64c00b3e81c851b5538878b32481bd7d3c"]}} -{"id":"ec-meeting-2016-09-07-475ba4644b4ee81bdd538ed31b27427888da5b28","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-07 - Environment x Norsk Hydro"],"date":["2016-09-07"],"summary":["Circular Economy and Recycling"],"location":["Bratislava"],"address":["Bratislava"],"addressEntity":["addr-9eddf74134fcd79ac3f510f8f67cef3f68fb2c0d"],"organizer":["ec-dg-env"],"involved":["eu-tr-45060553191-59","ec-person-3bc74ce04ea3f4ab4d91a5c88eef25b8b8a213b4"]}} -{"id":"ec-meeting-2016-09-07-47ea736ac3eb94b849f59aadfd20df83c3873bc4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-07 - Günther Oettinger x SCHUFA Holding AG"],"date":["2016-09-07"],"summary":["digitisation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-188505217747-03","ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0"]}} -{"id":"ec-meeting-2016-09-07-4b02cd3c71778607d667ba23890a0f2a2aef17f5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-07 - Cabinet of Commissioner Marianne Thyssen x Confédération des Syndicats Chrétiens"],"date":["2016-09-07"],"summary":["Situation and future of Caterpillar's industrial activities in Europe"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["ec-person-c508e9337eca6b067c1f966b82de49c4824a3ad0","eu-tr-80866452991-55"]}} -{"id":"ec-meeting-2016-09-07-4e87e869ee82aeff29e5319bd7651538fa1f20ee","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-07 - Cabinet of Vice-President Cecilia Malmström x Finnish Forest Industries Federation (Metsäteollisuus ry) Metsäliitto Cooperative"],"date":["2016-09-07"],"summary":["Issues related to trade with Russia"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-962687110415-94","eu-tr-39671713910-36","ec-person-591ec829ca734bcfe59a2c9c7f07f9dff22a0ea9"]}} -{"id":"ec-meeting-2016-09-07-5ab0dcaa1d964c5f8c2b810baac4d5f1c6b22a3b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-07 - Justice and Consumers x Deutscher Anwaltverein (German Bar Association)"],"date":["2016-09-07"],"summary":["Better Regulation, EPPO, Insolvency"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-just"],"involved":["ec-person-7f02c085966bf7e9ecf267d0fa52c94a32d1687f","eu-tr-87980341522-66"]}} -{"id":"ec-meeting-2016-09-07-5e225aed835c4da070ec573c75fdc14690854546","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-07 - Cabinet of Vice-President Miguel Arias Cañete x IBERDROLA"],"date":["2016-09-07"],"summary":["Market design"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-1831691c10441c5974327bbeb8693d6b6c1e50c3","eu-tr-41816938101-07"]}} -{"id":"ec-meeting-2016-09-07-648227abadcf50f58965247982da100adfa31909","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-07 - Cabinet of Vice-President Neven Mimica x International Centre for Migration Policy Development"],"date":["2016-09-07"],"summary":["The long-standing cooperation between the Commission and ICMPD as a key partner in implementing the EU approach on migration in developing partner countries"],"notes":["Portfolio: International Cooperation & Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-mimica-neven-of-president-vice"],"involved":["ec-person-5f446e21c2ca97624d9781d53ce7312477e72d6e","eu-tr-428294520891-74","ec-person-886e1b865045c3ed98e99075006d09cea708acce"]}} -{"id":"ec-meeting-2016-09-07-693b98ad41346f55e4e95c1b1329dbc66525dbce","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-07 - Cabinet of President Jean-Claude Juncker x Centre for European Reform"],"date":["2016-09-07"],"summary":["Current EU policy issues and the UK situation"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-524976815651-12","ec-person-80c6995ad1cd6aefa72f1bf440b17b6d8c6dd4b8"]}} -{"id":"ec-meeting-2016-09-07-845ecec06383ba4befa7fdcc6bdc68829da9c663","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-07 - Cabinet of Vice-President Cecilia Malmström x Kreab Mannheimer Swartling Advokatbyrå Lantmännen ekonomisk förening"],"date":["2016-09-07"],"summary":["Biofuels & energy"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-1078390517-54","ec-person-20ded9db5df11164331bb161fdf234b1e5ad53fd","eu-tr-623598718693-65","eu-tr-305491521497-09"]}} -{"id":"ec-meeting-2016-09-07-8f50d574c29aaaeabdb6a62b29e4288422eb861c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-07 - Cabinet of Commissioner Violeta Bulc x Ryanair Holdings"],"date":["2016-09-07"],"summary":["Aviation"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-9d4dc4867a44dfe10f67ae7ee1706da3e8b48a24","eu-tr-002977215945-85"]}} -{"id":"ec-meeting-2016-09-07-94eaf3882211dc52927a7cfcc88d677f4ef2fb76","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-07 - Cabinet of Vice-President Maroš Šefčovič x Energy Cities Eurocities Climate Alliance of European cities with indigenous rainforest peoples"],"date":["2016-09-07"],"summary":["Global Covenant of Mayors: Next steps"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-ea6b517040e26a62f17d2829afffeba48cfd682f","eu-tr-83923664694-38","eu-tr-11514322965-05","eu-tr-12493392840-79"]}} -{"id":"ec-meeting-2016-09-07-a1364d20b6e7840e653cd503d058209a5926d84f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-07 - Cabinet of Commissioner Tibor Navracsics x Fédération Nationale de l'Habillement"],"date":["2016-09-07"],"summary":["Dévitalisation des centres-villes"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["eu-tr-331422120013-51","ec-person-1da7ee09d46288ee4ea9db2b644bdcf9c3d6d000"]}} -{"id":"ec-meeting-2016-09-07-a229b558ce6b906b0a191449f76a2456c1cfe629","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-07 - Cabinet of Commissioner Věra Jourová x techUK"],"date":["2016-09-07"],"summary":["GDPR and EU-US Privacy Shield"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["eu-tr-279128116707-71","ec-person-f329292459cb1badb7fb7c6b67b698c441931bb2"]}} -{"id":"ec-meeting-2016-09-07-b39a38842f0e0508ff8f37ec0f7d131a990f1c14","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-07 - Cabinet of Vice-President Jyrki Katainen x EUPPORTUNITY (QB, Lda.)"],"date":["2016-09-07"],"summary":["EFSI"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-3775b7be791f90ed462b9071c9ae596b80d71bca","eu-tr-38225546532-14"]}} -{"id":"ec-meeting-2016-09-07-b7c7dbf7497b7e65db64309b4ce4029a444e4bfe","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-07 - Cabinet of Commissioner Dimitris Avramopoulos x International Centre for Migration Policy Development"],"date":["2016-09-07"],"summary":["External dimension of migration"],"notes":["Portfolio: Migration, Home Affairs and Citizenship"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-avramopoulos-cabinet-commissioner-dimitris-of"],"involved":["ec-person-e786479f71eb21bc0a291dd644b61d86e09beb13","eu-tr-428294520891-74"]}} -{"id":"ec-meeting-2016-09-07-ba1d28dd69ca5af3e0a7339acfb5db3bc75769cd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-07 - Cabinet of Vice-President Maroš Šefčovič x Nickel Institute"],"date":["2016-09-07"],"summary":["Nickel production in Europe and compensation by Member States for indirect cost of ETS"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-2be517b9261a91f2f07e05ec14c6331980e9716e","eu-tr-77947983421-21"]}} -{"id":"ec-meeting-2016-09-07-bb9a4cf3f0367e77ae833a4a68633ab7dc4d14aa","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-07 - European Civil Protection and Humanitarian Aid Operations x International Rescue Committee Inc"],"date":["2016-09-07"],"summary":["Courtesy visit"],"location":["Bruxelles"],"address":["Bruxelles"],"addressEntity":["addr-b58f5927b66d94a676970dc048485d4c6848f272"],"organizer":["ec-dg-echo"],"involved":["eu-tr-66790095679-26","ec-person-61ea528d6b7f7cbbd1e55a4a19794b785df35cf9"]}} -{"id":"ec-meeting-2016-09-07-e40477228c52a8c3689eb002413f242d89e5b6b2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-07 - Cabinet of Vice-President Cecilia Malmström x Federation of European Publishers"],"date":["2016-09-07"],"summary":["copyright reform"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-398541467-53","ec-person-591ec829ca734bcfe59a2c9c7f07f9dff22a0ea9"]}} -{"id":"ec-meeting-2016-09-07-eb444df6ddc2af7be90f497ca01668dccf6a7ff0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-07 - Cabinet of Vice-President Valdis Dombrovskis x Verband deutscher Pfandbriefbanken e.V."],"date":["2016-09-07"],"summary":["Covered Bonds"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-60762921532-05","ec-person-754ed38c8c41a4774ea216057a91839acc09b1e1"]}} -{"id":"ec-meeting-2016-09-07-ec7f0cdc204c0c9c4d4b414d2aa87e4e58b62cab","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-07 - Cabinet of Vice-President Maroš Šefčovič x Europacable"],"date":["2016-09-07"],"summary":["European cable industry/cable supply for power grid development in the EU"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-2be517b9261a91f2f07e05ec14c6331980e9716e","eu-tr-4543103789-92"]}} -{"id":"ec-meeting-2016-09-07-ed021208d1f3979650758d060ec20d1191d9e318","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-07 - Cabinet of President Jean-Claude Juncker x PwC’s Accelerator S.à r.l."],"date":["2016-09-07"],"summary":["nouvelles technologies, cybersécurité, Commerce international entre l'UE et grandes régions économiques"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-ad6f76ca53dc30d965b15e3728c45dbd0aba44b4","eu-tr-469702123251-80"]}} -{"id":"ec-meeting-2016-09-08-1231d72cbc610751a4c95e6bc8ec338d153186a0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-08 - Cabinet of Commissioner Violeta Bulc x G7"],"date":["2016-09-08"],"summary":["Taxis"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-229356516882-22","ec-person-dd7851e4a1e747e824b4f81139e33bc3cdb73160"]}} -{"id":"ec-meeting-2016-09-08-19fce7a2a541381b1cadb3e97c5e03f16c755a45","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-08 - Cabinet of Vice-President Jyrki Katainen x Drax Group plc"],"date":["2016-09-08"],"summary":["sustainable forest biomass"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-389275311163-19","ec-person-0da85dc48012e26688310a59a0b51727ea68f410"]}} -{"id":"ec-meeting-2016-09-08-1a7257095a3662e1502eb9d4918d32ef8ab19696","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-08 - Cabinet of Commissioner Vytenis Andriukaitis x Anitox Ltd. UK"],"date":["2016-09-08"],"summary":["Authorisation of formaldehyde"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["eu-tr-433247023130-86","ec-person-c986c9ff99d99d8006e000db5a8046be615813ae"]}} -{"id":"ec-meeting-2016-09-08-436b9ed6e39e5be9d986c7b56803a96cd8abac0e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-08 - Günther Oettinger x Danfoss A/S"],"date":["2016-09-08"],"summary":["energy union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-212432414885-94","ec-person-3297113eb5d4e59bc84d571628f0130aa75c761a"]}} -{"id":"ec-meeting-2016-09-08-4ecb562ec10438eb8daef61c1a13db0bc47db845","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-08 - Cabinet of Vice-President Valdis Dombrovskis x Bundesverband deutscher Banken e.V."],"date":["2016-09-08"],"summary":["CRR and CRD IV"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-754ed38c8c41a4774ea216057a91839acc09b1e1","eu-tr-0764199368-97"]}} -{"id":"ec-meeting-2016-09-08-5580112d32951627e0d8aad9115cb6ba75c3382e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-08 - Internal Market, Industry, Entrepreneurship and SMEs x European Association of Research and Technology Organisations"],"date":["2016-09-08"],"summary":["Introductory meeting"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-grow"],"involved":["eu-tr-48918086666-95","ec-person-60a3d0d628d231b41af1d0c65607b0fd78ca4edc"]}} -{"id":"ec-meeting-2016-09-08-643bd846f81ff262cc569cd8e2e792e2121512cb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-08 - Cabinet of Vice-President Andrus Ansip x Google"],"date":["2016-09-08"],"summary":["Copyright, AVMSD"],"notes":["Portfolio: Digital Single Market"],"location":["Dublin"],"address":["Dublin"],"addressEntity":["addr-c4a265ca6dc31ed4a47a6047e92c5e3790135af9"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-c759bd58acc54869aa8e62ce652efcda416e25c2","eu-tr-03181945560-59","ec-person-91ca0921c6790191daa54427311acd63035e7c9e","ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0"]}} -{"id":"ec-meeting-2016-09-08-6dac961e4e3bae2bbd83c23f9afca3280b52c15b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-08 - Cabinet of President Jean-Claude Juncker x The Lisbon Council for Economic Competitiveness and Social Renewal asbl Bruegel European Policy Centre Notre Europe - Institut Jacques Delors / Notre Europe - Jacques Delors Institute Friends of Europe European Council on Foreign Relations Migration Policy Institute Europe GLOBSEC Royal Institute of International Affairs Egmont Institute"],"date":["2016-09-08"],"summary":["State of the Union 2016"],"notes":["Portfolio: President"],"location":["Brussels Belgium"],"address":["Brussels Belgium"],"addressEntity":["addr-61947d7d2c69c0b8f57325bd044f500c5fc6df48"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-99436366768-45","eu-tr-903680223573-18","eu-tr-726109217329-25","ec-person-442e08d247d72bdef0fce4bf17477efe2a5bfe49","eu-tr-6766950469-32","eu-tr-33622026795-64","ec-person-80c6995ad1cd6aefa72f1bf440b17b6d8c6dd4b8","eu-tr-89632641000-47","eu-tr-339569615567-89","eu-tr-643139016047-27","eu-tr-936796623531-41","eu-tr-363331923608-55"]}} -{"id":"ec-meeting-2016-09-08-703b44143b48d6e349f288999b238a692efabdad","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-08 - Cabinet of Vice-President Karmenu Vella x Marine Stewardship Council"],"date":["2016-09-08"],"summary":["MSC initiatives in the Sea and ways to cooperate with the European Commission"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["ec-person-9e282d5223d0f62146ce1013e2dac38adc89a4cf","eu-tr-504786514495-81","ec-person-0e3efd8bc1c3ee9a80205d0bb78f316fa1621e5d"]}} -{"id":"ec-meeting-2016-09-08-78919496a3c1e9a2e05e8ac589a3e69041c52841","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-08 - Cabinet of Vice-President Cecilia Malmström x Norsk Industri / Federation of Norwegian Industries"],"date":["2016-09-08"],"summary":["TTIP; CETA; CHINA MES; Russia; WTO"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-cb8ca9ec2413722fa83484ed18dd76ace52d0118","eu-tr-9434415651-11"]}} -{"id":"ec-meeting-2016-09-08-84a40819f9eb4784f5300871453d6a3c587f38ab","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-08 - Cabinet of Vice-President Cecilia Malmström x Svensk Handel (Swedish Trade Federation)"],"date":["2016-09-08"],"summary":["TTIP; CETA"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-19b143e83f8ab978c55c8a9a9e49e06dbfa14bf3","eu-tr-277625014294-80"]}} -{"id":"ec-meeting-2016-09-08-899e989ef1cca73817a7c40f56ede78545a02668","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-08 - Cabinet of Vice-President Neven Mimica x Deutsche Gesellschaft für Internationale Zusammenarbeit (GIZ) GmbH"],"date":["2016-09-08"],"summary":["The European Consensus on Development, the forthcoming External Investment Plan and Migration"],"notes":["Portfolio: International Cooperation & Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-mimica-neven-of-president-vice"],"involved":["ec-person-5f446e21c2ca97624d9781d53ce7312477e72d6e","ec-person-e90858f5aba78fd0e1cb2f757c3f38d55d91f98b","eu-tr-78346836208-90"]}} -{"id":"ec-meeting-2016-09-08-937534bbc65da72b0e8042a6daf9a693fdbebefc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-08 - Günther Oettinger x EKD-Büro Brüssel / EKD-Office Brussels"],"date":["2016-09-08"],"summary":["DSM"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-c6cae64cc7dc787b66a47ab1613d3e922875b971","eu-tr-61973396926-78"]}} -{"id":"ec-meeting-2016-09-08-940b62c92a9d668fa41a320b45086164967603b9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-08 - Cabinet of Vice-President Jyrki Katainen x Technology Industries of Finland (Teknologiateollisuus ry)"],"date":["2016-09-08"],"summary":["EU ETS directive and the existing state aid guidelines"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-0da85dc48012e26688310a59a0b51727ea68f410","eu-tr-39705603497-38"]}} -{"id":"ec-meeting-2016-09-08-9af54c2d555f02975a7f493affe5052a254bd4c8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-08 - Cabinet of Vice-President Jyrki Katainen x SYSTEMIQ Ltd."],"date":["2016-09-08"],"summary":["Circular Economy Investments"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-0da85dc48012e26688310a59a0b51727ea68f410","eu-tr-216196122980-55"]}} -{"id":"ec-meeting-2016-09-08-9f5d3fdf1ab17a402347764aa9ba3ff838e22716","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-08 - Communications Networks, Content and Technology x European Association of Research and Technology Organisations"],"date":["2016-09-08"],"summary":["Horizon 2020 midterm review, preparation for FP9 and Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-48918086666-95","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2016-09-08-9fab86c51492ec6c9f4bb63e01504a5ce3d6c345","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-08 - Günther Oettinger x SAP Schneider Electric European Electronic Component Manufacturers' Association Ericsson BUSINESSEUROPE AGORIA Bundesverband der Deutschen Industrie e.V. Nokia DIGITALEUROPE Bitkom e.V."],"date":["2016-09-08"],"summary":["Dual use"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-1771817758-48","eu-tr-5351830264-31","eu-tr-68004524380-10","eu-tr-3978240953-79","eu-tr-02021363105-42","eu-tr-64270747023-20","eu-tr-46302264606-44","eu-tr-35167875358-33","eu-tr-22092908193-23","ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0","eu-tr-639117311617-01"]}} -{"id":"ec-meeting-2016-09-08-a5b5519527ef09502424ccc8782a0f5b06e0acdb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-08 - Cabinet of Commissioner Christos Stylianides x CARE International Aisbl"],"date":["2016-09-08"],"summary":["Greece, Turkey, Syria, WHS follow up"],"notes":["Portfolio: Humanitarian Aid & Crisis Management"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-christos-commissioner-of-stylianides"],"involved":["ec-person-cdd689bd079714522dad472ea4446b0fcc660d8f","eu-tr-90237823189-97"]}} -{"id":"ec-meeting-2016-09-08-aca577983694f1787c2da1607ec66cbafee158fd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-08 - Cabinet of Vice-President Andrus Ansip x Facebook Ireland Limited"],"date":["2016-09-08"],"summary":["AVMSD, data protection"],"notes":["Portfolio: Digital Single Market"],"location":["Dublin"],"address":["Dublin"],"addressEntity":["addr-c4a265ca6dc31ed4a47a6047e92c5e3790135af9"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-c759bd58acc54869aa8e62ce652efcda416e25c2","ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0","ec-person-91ca0921c6790191daa54427311acd63035e7c9e","eu-tr-28666427835-74"]}} -{"id":"ec-meeting-2016-09-08-ad59487d45e0ce1e123e1131d128a68a120be56c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-08 - Cabinet of Commissioner Christos Stylianides x International Rescue Committee Inc"],"date":["2016-09-08"],"summary":["Greece, Niger/Nigeria, Syria, UNGA"],"notes":["Portfolio: Humanitarian Aid & Crisis Management"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-christos-commissioner-of-stylianides"],"involved":["ec-person-cdd689bd079714522dad472ea4446b0fcc660d8f","eu-tr-66790095679-26"]}} -{"id":"ec-meeting-2016-09-08-b13438a1083a29af152357f38790a49452a29273","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2016-09-08 - Cabinet of Commissioner Phil Hogan x Ibec"],"date":["2016-09-08"],"summary":["Growth and Competitiveness","The impact of Brexit on Irish business"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-d0aad15bfcd899ec988329ba27d6e661ca34456b","eu-tr-479468313744-50","ec-person-ff8342dedc26701400fcb7dcf73fbee50a837ac6"]}} -{"id":"ec-meeting-2016-09-08-b3f6eed5c4cb4d2607e4b541dfd22c6861111081","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-08 - Cabinet of Commissioner Vytenis Andriukaitis x European Magazine Media Association European Newspaper Publishers' Association"],"date":["2016-09-08"],"summary":["Copyright"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-059ca943fc5fc696d2a97849c635ddf7b6ab7fd7","eu-tr-5950962136-12","eu-tr-37937886834-69"]}} -{"id":"ec-meeting-2016-09-08-b98ba1b76a7d7138e525c0561a453762483bea50","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-08 - Cabinet of Commissioner Carlos Moedas x EUPPORTUNITY (QB, Lda.)"],"date":["2016-09-08"],"summary":["Presentation of a conference organised by AICEP"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-a45151b401196e9c374c9acdada9d8840da271ad","ec-person-2b4bb0b28e7435e5f612e44d9664dbd1051efc55","eu-tr-38225546532-14"]}} -{"id":"ec-meeting-2016-09-08-c2f21ce674dbe1bd60c9b3e01aadd94d2b8c7bf1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-08 - Cabinet of Vice-President Andrus Ansip x Ibec"],"date":["2016-09-08"],"summary":["Telecom, free flow of data, digital skills, e-commerce, e-government, spectrum, privacy shield"],"notes":["Portfolio: Digital Single Market"],"location":["Dublin"],"address":["Dublin"],"addressEntity":["addr-c4a265ca6dc31ed4a47a6047e92c5e3790135af9"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-91ca0921c6790191daa54427311acd63035e7c9e","ec-person-c759bd58acc54869aa8e62ce652efcda416e25c2","eu-tr-479468313744-50","ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0"]}} -{"id":"ec-meeting-2016-09-08-d9dd2c1a29bf94e6cae7da6316966ce8a139a47e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-08 - Günther Oettinger x SUB Erste Lesung GmbH"],"date":["2016-09-08"],"summary":["pre-meeting RT Energy Industrialists"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-57970897666-46","ec-person-3297113eb5d4e59bc84d571628f0130aa75c761a"]}} -{"id":"ec-meeting-2016-09-08-eef3869d6a19b267e160f4f2957edd0d022d0ba5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-08 - Cabinet of Commissioner Phil Hogan x BREIZ EUROPE"],"date":["2016-09-08"],"summary":["Business discussion"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-400dd8d59d3060187d9b9b143d697da1a3d03c12","eu-tr-44968076843-33"]}} -{"id":"ec-meeting-2016-09-08-ef136fce0df38b84c4761b5dc58191928e6f080f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-08 - Cabinet of Vice-President Karmenu Vella x Climate Action Network Europe"],"date":["2016-09-08"],"summary":["Energy efficiency"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["ec-person-4ff7c27445db4ad88e687776974fd8d077a1fe0c","eu-tr-55888811123-49"]}} -{"id":"ec-meeting-2016-09-08-eff90e7db3e251eba39b7738a2dea1c74c506454","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-08 - Cabinet of Commissioner Phil Hogan x European Environmental Bureau"],"date":["2016-09-08"],"summary":["Agriculture/Environmental Issues"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-06798511314-27","ec-person-a1a78365cc4685b0958056646204977d8f2ead92"]}} -{"id":"ec-meeting-2016-09-08-f0f23e2fccc08f9f1c03a2174ffdaa3dd78c4a8f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-08 - Cabinet of Vice-President Valdis Dombrovskis x HSBC Holdings PLC"],"date":["2016-09-08"],"summary":["UK Financial Sector; CRD/CRR"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Bratislava"],"address":["Bratislava"],"addressEntity":["addr-9eddf74134fcd79ac3f510f8f67cef3f68fb2c0d"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-001866415031-87","ec-person-48f31156d932641826e09f5b73f074d35ff05786","ec-person-a9eda2e8ea54b70a968327672c6cada679d3cd56"]}} -{"id":"ec-meeting-2016-09-08-f3aacb4ef6e9b70962beb23e79718b55299cc344","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-08 - Cabinet of Commissioner Carlos Moedas x Max-Planck-Gesellschaft zur Förderung der Wissenschaften"],"date":["2016-09-08"],"summary":["research policy in Europe"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-2b4bb0b28e7435e5f612e44d9664dbd1051efc55","eu-tr-173042412678-08"]}} -{"id":"ec-meeting-2016-09-08-f543be7b7e81fa0bfaf329079bca265de8b0e01a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-08 - Cabinet of Commissioner Phil Hogan x Centre de liaison des industries transformatrices de viande de l'UE"],"date":["2016-09-08"],"summary":["Agri Matters"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-02978802379-31","ec-person-a1a78365cc4685b0958056646204977d8f2ead92"]}} -{"id":"ec-meeting-2016-09-09-16b8d1b2c2ff03469cdedfde35ad1125563b2b83","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-09 - Cabinet of Vice-President Jyrki Katainen x European Logistics Association"],"date":["2016-09-09"],"summary":["Logistics industry"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-486101215470-41","ec-person-0da85dc48012e26688310a59a0b51727ea68f410"]}} -{"id":"ec-meeting-2016-09-09-1968a060bd58b2785679c0c618dab6ce5e020bbf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-09 - Günther Oettinger x European Telecommunications Network Operators' Association"],"date":["2016-09-09"],"summary":["e-privacy"],"location":["BXL"],"address":["BXL"],"addressEntity":["addr-d2fde52f67ea4a3e1fe233d0a959d6a1c77fd910"],"organizer":["ec-dg-de"],"involved":["ec-person-5652698e8f7b4a189329e67fddbaff44dbe8658c","eu-tr-08957111909-85"]}} -{"id":"ec-meeting-2016-09-09-1e3b197f9715a4fbcef94c86ba4c2375cf63652b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-09 - Cabinet of Commissioner Carlos Moedas x Knowledge4Innovation"],"date":["2016-09-09"],"summary":["Knowledge for Innovation"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-01051f0f33bfdc2ecc41873c02cae666c5e0d099","ec-person-23980b2bc4fd9c82051d0f7888dc236b2f764866","eu-tr-12980957381-42"]}} -{"id":"ec-meeting-2016-09-09-36c38a3b843cd77f4b5c535a107a0a1ab656bd8a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-09 - Cabinet of Vice-President Miguel Arias Cañete x ENGIE"],"date":["2016-09-09"],"summary":["Security of gas supply"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-90947457424-20","ec-person-2229c857664a22dcb8eee79a8c05841fd3d0924f"]}} -{"id":"ec-meeting-2016-09-09-461d2ee1e38bc141c3244bb9e85881685cf8ed83","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-09 - Cabinet of Commissioner Marianne Thyssen x Telefonica, S.A."],"date":["2016-09-09"],"summary":["Youth unemployment"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["eu-tr-52431421-12","ec-person-bdb607d5d994a4056dd700f8f52d9af25b406b36"]}} -{"id":"ec-meeting-2016-09-09-4aa04ebbfde916ea7f2fbe193d9a395d39148559","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-09 - Cabinet of Commissioner Marianne Thyssen x IFPI Representing recording industry worldwide"],"date":["2016-09-09"],"summary":["Copyright"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["brussels"],"address":["brussels"],"addressEntity":["addr-e2daa1574b7ac475c827b33e281bd2d5e013c882"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["eu-tr-60394321918-91","ec-person-c508e9337eca6b067c1f966b82de49c4824a3ad0"]}} -{"id":"ec-meeting-2016-09-09-5e5941a3586a550494d1ca8dc5cc7b25da95d033","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-09 - Cabinet of Commissioner Carlos Moedas x Interel European Affairs"],"date":["2016-09-09"],"summary":["EIP Water"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-0a716bf5253e913fc40ebf14c12f30dc2e7a06ee","eu-tr-7028457765-59"]}} -{"id":"ec-meeting-2016-09-09-60349f42a35966a8fed7ed998da306928ea956f5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-09 - Cabinet of Vice-President Valdis Dombrovskis x Fédération bancaire française"],"date":["2016-09-09"],"summary":["CRD/CRR"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Bratislava"],"address":["Bratislava"],"addressEntity":["addr-9eddf74134fcd79ac3f510f8f67cef3f68fb2c0d"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-48f31156d932641826e09f5b73f074d35ff05786","eu-tr-09245221105-30"]}} -{"id":"ec-meeting-2016-09-09-680bd6fde1ad30edbd8a9a6bae01e275d0a22d16","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-09 - Cabinet of Commissioner Violeta Bulc x Fédération Internationale des Véhicules Anciens"],"date":["2016-09-09"],"summary":["Road safety"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-801754021924-61","ec-person-dd7851e4a1e747e824b4f81139e33bc3cdb73160"]}} -{"id":"ec-meeting-2016-09-09-6920b657aa1d17f7ea026ecba0404275c9f03ac8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-09 - Cabinet of Commissioner Margrethe Vestager x Climate Action Network Europe"],"date":["2016-09-09"],"summary":["Energy Policy"],"notes":["Portfolio: Competition"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-margrethe-of-vestager"],"involved":["eu-tr-55888811123-49","ec-person-2e96673ec2acdfc668f6970535551f9afa1f8729"]}} -{"id":"ec-meeting-2016-09-09-696f57791f0a4be8dce8f7278ea39da57064f518","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-09 - Cabinet of Vice-President Jyrki Katainen x European Policy Centre"],"date":["2016-09-09"],"summary":["EU economic diplomacy"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-89632641000-47","ec-person-7c9460f99c5872dbdc561f5752401c870d12e98b"]}} -{"id":"ec-meeting-2016-09-09-7dc558f2adbb7a28ddb6393aa8d68d2eca49b7ea","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-09 - Günther Oettinger x Forum Europe"],"date":["2016-09-09"],"summary":["IoT, Specrtum, e-Health"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-731763615450-48","ec-person-481c1b59e4c83b05529b763cfc2447c0d88fe517"]}} -{"id":"ec-meeting-2016-09-09-9073a2f0ce511b47238f266ff319132738619be7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-09 - Günther Oettinger x Wirtschaftskammer Österreich"],"date":["2016-09-09"],"summary":["digitisation of industry"],"location":["Linz"],"address":["Linz"],"addressEntity":["addr-d35d56d5cc2a14d2508e387e31e875f540cdfd98"],"organizer":["ec-dg-de"],"involved":["ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0","eu-tr-10405322962-08"]}} -{"id":"ec-meeting-2016-09-09-a2da6da00c563021c9a3c0b1474570d8d080ec88","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-09 - Regulatory Scrutiny Board x APPLiA (Home Appliance Europe)"],"date":["2016-09-09"],"summary":["Better Regulation practices"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-rsb"],"involved":["ec-person-b79e2a722cf72068a7e5e24a5b455c04c07917fa","eu-tr-04201463642-88"]}} -{"id":"ec-meeting-2016-09-09-b3382d79b76d215b0aa2c8760b29027f0a623906","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-09 - Cabinet of Vice-President Jyrki Katainen x FTI Consulting Belgium"],"date":["2016-09-09"],"summary":["CMU"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-955e8c493ab54847bb92b65986f56a401f8eabee","eu-tr-29896393398-67"]}} -{"id":"ec-meeting-2016-09-09-b4f1d5222c1d7b6cf388f1ffca581d5d5ee11fae","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-09 - Cabinet of Vice-President Jyrki Katainen x Skane European Office"],"date":["2016-09-09"],"summary":["innovative industrial ecosystem"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-264715410758-45","ec-person-99365f4c3081112dcbfa722a5eb05adecc68503e"]}} -{"id":"ec-meeting-2016-09-09-e16705c05fbc1ef5b89c020dfe31ce50c105012a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-09 - Informatics x Microsoft Corporation"],"date":["2016-09-09"],"summary":["Microsoft strategy update, DIGIT priorities, Governance"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-digit"],"involved":["eu-tr-0801162959-21","ec-person-32591d36027eb92a66b57d5bcc8c57d9574380b0"]}} -{"id":"ec-meeting-2016-09-09-f45f944ea7c7a91b11795550e0cb7c88af069c9c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-09 - Cabinet of Commissioner Tibor Navracsics x Universal Music Group International"],"date":["2016-09-09"],"summary":["Copyright reform"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-49f31dad10f5641cb1d1e4c3107dd838389e8120","eu-tr-530216615544-40"]}} -{"id":"ec-meeting-2016-09-09-fa9e94a63194ca6f147ae401b33686f8331575e7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-09 - Cabinet of Vice-President Jyrki Katainen x Teollisuuden Voima Oyj UPM-Kymmene Oyj Fortum Oyj"],"date":["2016-09-09"],"summary":["Nuclear power and energy markets"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-352103717639-15","ec-person-f9208d930adc70c6c64e21701e48f85f6f18e949","eu-tr-03501997362-71","eu-tr-861194311863-31"]}} -{"id":"ec-meeting-2016-09-11-cbb7d6959bc53e3fe5475e7adba1b91f54e864b5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-11 - Cabinet of Commissioner Vytenis Andriukaitis x Federazione Italiana dell'Industria Alimentare"],"date":["2016-09-11"],"summary":["Origin labeling"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["eu-tr-94614946815-09","ec-person-0dbfffeb0323f819c8d57164906086dd8639c437","ec-person-d462b3c7daeee00ad55e380a7fb96819f79899df","ec-person-c986c9ff99d99d8006e000db5a8046be615813ae"]}} -{"id":"ec-meeting-2016-09-12-011632fca9cb94bb705b4eca6c5822166e8125da","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-12 - Cabinet of Vice-President Andrus Ansip x Deloitte & Associés"],"date":["2016-09-12"],"summary":["Cyber security"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-3ca0c466b8ff230d4409591430b388007ce14ff8","eu-tr-419726214834-51"]}} -{"id":"ec-meeting-2016-09-12-161dffd223fb5fd8f052f8d8c7b618280f7b325b","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2016-09-12 - Cabinet of Vice-President Andrus Ansip x Bureau Européen des Unions de Consommateurs"],"date":["2016-09-12"],"summary":["Copyright","copyright"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-9505781573-45","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45","ec-person-91ca0921c6790191daa54427311acd63035e7c9e"]}} -{"id":"ec-meeting-2016-09-12-1b01500a0e7ba18e6bb28e158c0dc39db859c64d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-12 - Cabinet of Commissioner Věra Jourová x Council of Bars and Law Societies of Europe"],"date":["2016-09-12"],"summary":["European Parliament resolution of 12 March 2014 on the electronic mass surveillance of EU citizens"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-64349923a7639978983020a607770b8dc47c8144","eu-tr-4760969620-65"]}} -{"id":"ec-meeting-2016-09-12-1cff4e92068296ecae39846ce713e108aec306d1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-12 - Cabinet of Vice-President Miguel Arias Cañete x Enviva"],"date":["2016-09-12"],"summary":["Biomass/Bioneregy"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-650295823224-84","ec-person-260e00934471a02805fb143935d6e9205a7f355f"]}} -{"id":"ec-meeting-2016-09-12-1f7bfa94fd5fd5cab3ab70b3ffc0a256429f479a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-12 - Cabinet of Vice-President Cecilia Malmström x IBM Corporation DIGITALEUROPE"],"date":["2016-09-12"],"summary":["digital trade"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-7721359944-96","eu-tr-64270747023-20","ec-person-591ec829ca734bcfe59a2c9c7f07f9dff22a0ea9"]}} -{"id":"ec-meeting-2016-09-12-22d62bded3255de664d027f8ac84dffa4ff6eced","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-12 - Günther Oettinger x Google"],"date":["2016-09-12"],"summary":["Copyright, innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-03181945560-59","ec-person-481c1b59e4c83b05529b763cfc2447c0d88fe517"]}} -{"id":"ec-meeting-2016-09-12-27b5db061c7a30dc1ed1ca49b0d6856f795d2cde","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-12 - Communications Networks, Content and Technology x Amazon Europe Core SARL"],"date":["2016-09-12"],"summary":["DSM (telecoms review and upcoming legislation in September)"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-366117914426-10","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2016-09-12-475a06cff7a6bd2341c3eac2d2bc91b0962e1f76","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-12 - Mobility and Transport x FuelsEurope"],"date":["2016-09-12"],"summary":["European Strategy for low-emission mobility"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-move"],"involved":["eu-tr-26207914726-42","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2016-09-12-4a5b7c2f54b564309a4d0422eeb13705970af52a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-12 - Günther Oettinger x Deutsche Bank AG"],"date":["2016-09-12"],"summary":["digitisation of banking"],"location":["Frankfurt"],"address":["Frankfurt"],"addressEntity":["addr-d5d8846569e1aaf92f7239dc4169fa822d08f158"],"organizer":["ec-dg-de"],"involved":["eu-tr-271912611231-56","ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0"]}} -{"id":"ec-meeting-2016-09-12-51a7af700ca096c5d053ef379df5a147ddb9b575","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-12 - Cabinet of Vice-President Valdis Dombrovskis x European Association of Central Counterparty Clearing Houses"],"date":["2016-09-12"],"summary":["CCP Recovery and Resolution"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-36897011311-96","ec-person-3f9ca71b74344417d1f072ba7f3e2f09a223b036"]}} -{"id":"ec-meeting-2016-09-12-5a2adb3e30801975b26b1184c93a15101b7788aa","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2016-09-12 - Günther Oettinger x Google Google"],"date":["2016-09-12"],"summary":["copyright"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-4cd59e13386e3b68ecb3611fcc579e0a0a3938a5","eu-tr-03181945560-59","ec-person-49723482bb23d029cbfc010cb37eec7392a0ae02"]}} -{"id":"ec-meeting-2016-09-12-5f958862f0d55604123da6dc565b8bcd5cadc1d3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-12 - Environment x European Community Shipowners' Associations"],"date":["2016-09-12"],"summary":["Ship recycling"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-env"],"involved":["eu-tr-59004966537-01","ec-person-3bc74ce04ea3f4ab4d91a5c88eef25b8b8a213b4"]}} -{"id":"ec-meeting-2016-09-12-63acbdf6f35eb197b37bf7ae617efbd2eedfd478","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-12 - Cabinet of Vice-President Maroš Šefčovič x Airports Council International - European Region"],"date":["2016-09-12"],"summary":["Follow-up of the Aviation Strategy"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-3bf48630444ace93d407e52eb880e64d480f75ce","eu-tr-42566063487-73"]}} -{"id":"ec-meeting-2016-09-12-68452796b028cf557b39b09fd4e7ffa252acd698","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-12 - Cabinet of Vice-President Andrus Ansip x Deutsche Telekom"],"date":["2016-09-12"],"summary":["platforms"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-e91c5be432b6b3efdda369792fed67c20b767a45","eu-tr-60052162589-72"]}} -{"id":"ec-meeting-2016-09-12-6c3c2218cb41ae1850dd6445667170afc165bd2a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-12 - Cabinet of Vice-President Karmenu Vella x Edelman Public Relations Worldwide Enviva"],"date":["2016-09-12"],"summary":["Biomass"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["ec-person-4ff7c27445db4ad88e687776974fd8d077a1fe0c","eu-tr-650295823224-84","eu-tr-68037017809-51"]}} -{"id":"ec-meeting-2016-09-12-6e7ccd7201f5b3e6670a4aa8dd39398eb14193e8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-12 - Mobility and Transport x FEPORT"],"date":["2016-09-12"],"summary":["Ports Regulation"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-move"],"involved":["eu-tr-801302611511-33","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2016-09-12-749e2a48e4d651ffe179cc3bf3d924a9c542f0c7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-12 - Cabinet of Vice-President Valdis Dombrovskis x Deutsche Bank AG"],"date":["2016-09-12"],"summary":["CRD and TLAC"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-271912611231-56","ec-person-48f31156d932641826e09f5b73f074d35ff05786"]}} -{"id":"ec-meeting-2016-09-12-7fe32d57ea9341ddae6435ba20892320135f4375","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-12 - Environment x EuroGeoSurveys - The Geological Surveys of Europe"],"date":["2016-09-12"],"summary":["Geological knowledge"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-env"],"involved":["eu-tr-01224764261-72","ec-person-3bc74ce04ea3f4ab4d91a5c88eef25b8b8a213b4"]}} -{"id":"ec-meeting-2016-09-12-82cb40abb5447a62ee6a895b2ca39b1b0630af65","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-12 - Climate Action x Polish Electricity Association"],"date":["2016-09-12"],"summary":["Energy sector derogation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-clima"],"involved":["ec-person-44c2f44f96dda2012bcb4e9abc749f6cae86a4c0","eu-tr-255859710443-50"]}} -{"id":"ec-meeting-2016-09-12-8c84686417d2cc9d2092eb1a15c8544fd4d26895","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-12 - Energy x Euroheat and Power"],"date":["2016-09-12"],"summary":["Energy efficiency"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-88457577025-19","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2016-09-12-940b62c92a9d668fa41a320b45086164967603b9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-12 - Cabinet of Vice-President Jyrki Katainen x Technology Industries of Finland (Teknologiateollisuus ry)"],"date":["2016-09-12"],"summary":["Trade policy and steel industry"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-f9208d930adc70c6c64e21701e48f85f6f18e949","eu-tr-39705603497-38"]}} -{"id":"ec-meeting-2016-09-12-acf2c63cc867cedd840af46a317e3769038ef1f9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-12 - Energy x CaixaBank, S.A."],"date":["2016-09-12"],"summary":["Energy policy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["ec-person-6997149120ce5129e38febe5275dc8fd03232d2e","eu-tr-055017716307-39"]}} -{"id":"ec-meeting-2016-09-12-b2f8de289aae3fc2ac900a9fab0e0e0cc55c79d9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-12 - Climate Action x European Regions Airline Association Ltd."],"date":["2016-09-12"],"summary":["ICAO"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-clima"],"involved":["ec-person-44c2f44f96dda2012bcb4e9abc749f6cae86a4c0","eu-tr-73491621553-11"]}} -{"id":"ec-meeting-2016-09-12-b768061a56ee85aa4b0c3308ffd9488547f01279","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-12 - Cabinet of Commissioner Carlos Moedas x European Round Table for Industry"],"date":["2016-09-12"],"summary":["State of play of Innovation policy in the industrial sector"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-23980b2bc4fd9c82051d0f7888dc236b2f764866","ec-person-2b4bb0b28e7435e5f612e44d9664dbd1051efc55","ec-person-a45151b401196e9c374c9acdada9d8840da271ad","eu-tr-25487567824-45","ec-person-b8d49828915f9008e764a78796d47ea00807a658"]}} -{"id":"ec-meeting-2016-09-12-bcafa5b3f36583bf2cc8ea90d9556137cc8513eb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-12 - Cabinet of Commissioner Phil Hogan x European Oilseed Alliance"],"date":["2016-09-12"],"summary":["Business discussion"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-265299815747-31","ec-person-b0d24e81234b490dd841a09b69892304b27fc6a8"]}} -{"id":"ec-meeting-2016-09-12-bedddac31b54346b3a5f0b43440d8fee79392063","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-12 - Cabinet of Vice-President Jyrki Katainen x Google"],"date":["2016-09-12"],"summary":["Investment and competition issues"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-6623576f27904ddd8bd15e7f2a1197ffc25567db","eu-tr-03181945560-59","ec-person-7c9460f99c5872dbdc561f5752401c870d12e98b"]}} -{"id":"ec-meeting-2016-09-12-ce01c6f0d228b08b42f3a78392dec547386c8d76","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-12 - Günther Oettinger x Huawei Technologies"],"date":["2016-09-12"],"summary":["Commissioner's visit of Huawei facilty in Munich in October"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-114467111412-38","ec-person-481c1b59e4c83b05529b763cfc2447c0d88fe517"]}} -{"id":"ec-meeting-2016-09-12-f5251d0a54684f955cedc24da311588e936bf601","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-12 - Cabinet of Commissioner Violeta Bulc x Kapsch"],"date":["2016-09-12"],"summary":["Car2Car Statement"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-e14c58f620f40325d829df7be0823280307bc15f","eu-tr-71160189926-80"]}} -{"id":"ec-meeting-2016-09-12-f7a017e76f5de4514184b3440dfd077de0b3f249","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-12 - Cabinet of Commissioner Carlos Moedas x Bioenergy Europe"],"date":["2016-09-12"],"summary":["EU bioenergy sustainability policy"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["eu-tr-97810874431-67","ec-person-0a716bf5253e913fc40ebf14c12f30dc2e7a06ee"]}} -{"id":"ec-meeting-2016-09-13-0155096cd35b6c5ae0e9ac15f1f888bedd7a1883","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-13 - Climate Action x Lhoist"],"date":["2016-09-13"],"summary":["EU ETS"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-clima"],"involved":["ec-person-44c2f44f96dda2012bcb4e9abc749f6cae86a4c0","eu-tr-831342717161-85"]}} -{"id":"ec-meeting-2016-09-13-2a7a8de6b300a28725c87708290ad53d865edf02","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-13 - Communications Networks, Content and Technology x Barcelona Supercomputing Center - Centro Nacional de Supercomputación"],"date":["2016-09-13"],"summary":["IPCEI HPC and BDA."],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-277444223279-38","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2016-09-13-2ab95ec51109959612abe94ba4f30aa9035df947","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-13 - Cabinet of Commissioner Carlos Moedas x Rovio Entertainment"],"date":["2016-09-13"],"summary":["EU support for innovation"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-b8d49828915f9008e764a78796d47ea00807a658","eu-tr-003311823337-93"]}} -{"id":"ec-meeting-2016-09-13-2f6978ca40de758a9d136808cc9f205cbec0e844","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-13 - Cabinet of Vice-President Miguel Arias Cañete x 50Hertz Transmission GmbH"],"date":["2016-09-13"],"summary":["Market Design"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-1831691c10441c5974327bbeb8693d6b6c1e50c3","eu-tr-266727516639-73"]}} -{"id":"ec-meeting-2016-09-13-33d0b7dcb7250cd93511c9ba812e4d78b1aedf04","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-13 - Cabinet of Commissioner Phil Hogan x PepsiCo"],"date":["2016-09-13"],"summary":["Business discussion"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-400dd8d59d3060187d9b9b143d697da1a3d03c12","eu-tr-010212710281-97"]}} -{"id":"ec-meeting-2016-09-13-3ae9c116efc1d90788dc2250ff7eaa329182afec","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-13 - Günther Oettinger x Bundesverband der Deutschen Industrie e.V."],"date":["2016-09-13"],"summary":["trade policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-1771817758-48","ec-person-3297113eb5d4e59bc84d571628f0130aa75c761a"]}} -{"id":"ec-meeting-2016-09-13-41b6581597e824cde5c199746d8839a5e13e13ed","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-13 - Climate Action x Centre for European Policy Studies"],"date":["2016-09-13"],"summary":["2030 Climate and Energy Framework"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-clima"],"involved":["ec-person-44c2f44f96dda2012bcb4e9abc749f6cae86a4c0","eu-tr-86853666704-95"]}} -{"id":"ec-meeting-2016-09-13-4e672b433cfc79ab2017a1f1f6640a4ff2ea046d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-13 - Cabinet of Vice-President Cecilia Malmström x amfori - Trade with Purpose"],"date":["2016-09-13"],"summary":["Trade Defence Instruments"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-84768556104-35","ec-person-591ec829ca734bcfe59a2c9c7f07f9dff22a0ea9"]}} -{"id":"ec-meeting-2016-09-13-52f7ca7afe72e04a3d6a2adb6d0cc83341aa5ee9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-13 - Mobility and Transport x ECTAA, Group of National Travel Agents' and Tour Operators' Associations within the EU"],"date":["2016-09-13"],"summary":["Common rules for the operation of air services, Computerised Reservation System"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-move"],"involved":["eu-tr-88072891086-36","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2016-09-13-5db99952e85a54fc4d6d39d482caadee790874e4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-13 - Cabinet of Commissioner Phil Hogan x BP p.l.c."],"date":["2016-09-13"],"summary":["Reception"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-3394026642-58","ec-person-ff8342dedc26701400fcb7dcf73fbee50a837ac6"]}} -{"id":"ec-meeting-2016-09-13-5f76027f3967b7828b32d170a26abfc6c1717a2c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-13 - Cabinet of Commissioner Vytenis Andriukaitis x Confederation of Danish Industry"],"date":["2016-09-13"],"summary":["Regulatory environment for probiotics"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-b9c3f19e7c5f216e3e508f931ddd6a9cb59376d1","eu-tr-5749958415-41"]}} -{"id":"ec-meeting-2016-09-13-68b486bb6331f9661e3b47a966ec0f4fe7babad8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-13 - Cabinet of Commissioner Pierre Moscovici x Stiftung Ordnungspolitik - Centrum für Europäische Politik"],"date":["2016-09-13"],"summary":["Presentation of research on geographical redistribution in the EU"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["eu-tr-488753210783-18","ec-person-ac604755dc7677c8653a5a5172e851f7c8e468b4"]}} -{"id":"ec-meeting-2016-09-13-75783afc18c0f7d0b95cc79b1dbdc95813c4ae36","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-13 - Cabinet of Vice-President Valdis Dombrovskis x Investor AB"],"date":["2016-09-13"],"summary":["Financial Services regulatory agenda; CRR/CRD; TLAC"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-190987114891-73","ec-person-754ed38c8c41a4774ea216057a91839acc09b1e1"]}} -{"id":"ec-meeting-2016-09-13-8edc2cdff0d0a3403c69e19e20bb932c081d4c78","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-13 - Cabinet of Commissioner Tibor Navracsics x Independent Television PLC"],"date":["2016-09-13"],"summary":["Copyright reform"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-49f31dad10f5641cb1d1e4c3107dd838389e8120","eu-tr-978406813345-95"]}} -{"id":"ec-meeting-2016-09-13-b17813455f7dd301e2a9b04a269efbe05b2ede1b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-13 - Cabinet of Vice-President Neven Mimica x OXFAM INTERNATIONAL EU ADVOCACY OFFICE"],"date":["2016-09-13"],"summary":["European External Investment Plan"],"notes":["Portfolio: International Cooperation & Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-mimica-neven-of-president-vice"],"involved":["eu-tr-46856801604-90","ec-person-e90858f5aba78fd0e1cb2f757c3f38d55d91f98b","ec-person-886e1b865045c3ed98e99075006d09cea708acce"]}} -{"id":"ec-meeting-2016-09-13-e5a05444898ae4c8345cc58a83655caf552aee68","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-13 - Cabinet of Vice-President Valdis Dombrovskis x European Anti Poverty Network"],"date":["2016-09-13"],"summary":["Exchange of views on EAPN assesment of EU Semester/CSRs, specifically on poverty and social inclusion"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-1f98d05bdaed2c40396781b1eb7b0aa47cb8dd20","eu-tr-3945154610-54"]}} -{"id":"ec-meeting-2016-09-13-e8b6110dc8588e601c58fcbf2bbaf380deddf65c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-13 - Cabinet of Vice-President Miguel Arias Cañete x Agora Energiewende"],"date":["2016-09-13"],"summary":["Market design and renewables"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-1831691c10441c5974327bbeb8693d6b6c1e50c3","eu-tr-321342621105-20"]}} -{"id":"ec-meeting-2016-09-13-f20a861bfb3305a6e65db24bf87d23f7be9cbabe","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-13 - Cabinet of Vice-President Maroš Šefčovič x WindEurope"],"date":["2016-09-13"],"summary":["The potential of geothermal energy for the Energy Union"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-ea6b517040e26a62f17d2829afffeba48cfd682f","eu-tr-19920706471-21"]}} -{"id":"ec-meeting-2016-09-14-02699cef42af4ad07499bb396476376f734bf5b1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-14 - Cabinet of Vice-President Karmenu Vella x Eera Waste Refining Ltd"],"date":["2016-09-14"],"summary":["Circular economy"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["ec-person-4ff7c27445db4ad88e687776974fd8d077a1fe0c","eu-tr-737370123294-15"]}} -{"id":"ec-meeting-2016-09-14-03e3a5a877a2747f87bb1de7ae8342e2194be34b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-14 - Cabinet of Commissioner Marianne Thyssen x Tata Consultancy Services"],"date":["2016-09-14"],"summary":["Skills"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["ec-person-bdb607d5d994a4056dd700f8f52d9af25b406b36","ec-person-e93189002a993321fd1af93481b271c766b1aff8","eu-tr-930116617440-93"]}} -{"id":"ec-meeting-2016-09-14-147c1df1cff370b43fc13605d9149bdbf305a57c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-14 - Justice and Consumers x AIM - European Brands Association"],"date":["2016-09-14"],"summary":["Introductory visit"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-just"],"involved":["eu-tr-1074382679-01","ec-person-7f02c085966bf7e9ecf267d0fa52c94a32d1687f"]}} -{"id":"ec-meeting-2016-09-14-372f8ca8f774ea1184698db337b5d8e2777cd963","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-14 - Cabinet of Vice-President Jyrki Katainen x Aula Europe Eera Waste Refining Ltd"],"date":["2016-09-14"],"summary":["Circular economy"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-88742028087-64","eu-tr-737370123294-15","ec-person-0da85dc48012e26688310a59a0b51727ea68f410"]}} -{"id":"ec-meeting-2016-09-14-4a4d32b533177bdbf0bb97897e2ffd3a677ccc5b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-14 - Informatics x Cisco Systems Inc."],"date":["2016-09-14"],"summary":["Cisco update, ICT Conference"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-digit"],"involved":["ec-person-32591d36027eb92a66b57d5bcc8c57d9574380b0","eu-tr-494613715191-85"]}} -{"id":"ec-meeting-2016-09-14-4de082e80acc734fcd30bf86e45dfca639fb8ab7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-14 - Cabinet of Vice-President Maroš Šefčovič x Noble Energy"],"date":["2016-09-14"],"summary":["East Mediterrenean Gas Exploration"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-3bf48630444ace93d407e52eb880e64d480f75ce","eu-tr-780006923352-88"]}} -{"id":"ec-meeting-2016-09-14-54441388436af7b21c89c37d07b0ca4ce7fe153d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-14 - Cabinet of Commissioner Violeta Bulc x DASSAULT AVIATION"],"date":["2016-09-14"],"summary":["Aviation"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-264527121382-71","ec-person-9d4dc4867a44dfe10f67ae7ee1706da3e8b48a24"]}} -{"id":"ec-meeting-2016-09-14-55b7eb011ac0cd71360e35808cfed9cdd13ff87d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-14 - Financial Stability, Financial Services and Capital Markets Union x Deutsche Bank AG"],"date":["2016-09-14"],"summary":["Broad overview of current regulatory issues"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-271912611231-56","ec-person-bdee7a93f95c8ef05079539170139b3c02e8ed96"]}} -{"id":"ec-meeting-2016-09-14-5a02ad26253e9187b924c0318c2c0666b611de50","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-14 - Cabinet of Vice-President Miguel Arias Cañete x Noble Energy"],"date":["2016-09-14"],"summary":["Gas infrastructure"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-1831691c10441c5974327bbeb8693d6b6c1e50c3","eu-tr-780006923352-88"]}} -{"id":"ec-meeting-2016-09-14-66d6b83b1e2984d8fc8fce37095f1113d304986d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-14 - Cabinet of Commissioner Pierre Moscovici x Comuto SA"],"date":["2016-09-14"],"summary":["Collaboration Economy perspectives"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["ec-person-79931cfd2923c1aca9c7d284e9590732b0a36ed9","eu-tr-290486916308-69"]}} -{"id":"ec-meeting-2016-09-14-6bbfcd6d5f825a0aa5427a38f700d91f93ff9101","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-14 - Cabinet of Commissioner Carlos Moedas x Archer Daniels Midland Company"],"date":["2016-09-14"],"summary":["meeting on biodiesel"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-0a716bf5253e913fc40ebf14c12f30dc2e7a06ee","eu-tr-57554935989-06"]}} -{"id":"ec-meeting-2016-09-14-88a136b3d61c86d80bf0c4aa1395428103876df4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-14 - Mobility and Transport x CANSO - Civil Air Navigation Services Organisation"],"date":["2016-09-14"],"summary":["SES policy and social issues"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-move"],"involved":["eu-tr-26986828838-57","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2016-09-14-9c64078da9da8aef46058aaf2369c209401064aa","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-14 - Trade x Bunge Ltd"],"date":["2016-09-14"],"summary":["State of play of main EU trade negotiations"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-trade"],"involved":["ec-person-bde9bb099f5d24c52ca4a9255cefc99a5b87a650","eu-tr-30701218296-12"]}} -{"id":"ec-meeting-2016-09-14-ae3ef0a05673b4827d94e606700fb2086fededa1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-14 - Cabinet of Commissioner Elżbieta Bieńkowska x European Chemical Industry Council"],"date":["2016-09-14"],"summary":["Endocrine disruptors"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-64879142323-90","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2016-09-14-c8c462f9c69bfb296bb3e798409c05df516c613f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-14 - Financial Stability, Financial Services and Capital Markets Union x KERING"],"date":["2016-09-14"],"summary":["IFRS16"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-465818716727-39","ec-person-bdee7a93f95c8ef05079539170139b3c02e8ed96"]}} -{"id":"ec-meeting-2016-09-15-0d0261aac9e709ff650d525df29f5c78e3cec3d2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-15 - Cabinet of Vice-President Jyrki Katainen x Neste Oyj"],"date":["2016-09-15"],"summary":["Energy Union proposals"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-f9208d930adc70c6c64e21701e48f85f6f18e949","eu-tr-10257354120-19"]}} -{"id":"ec-meeting-2016-09-15-161dffd223fb5fd8f052f8d8c7b618280f7b325b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-15 - Cabinet of Vice-President Andrus Ansip x Bureau Européen des Unions de Consommateurs"],"date":["2016-09-15"],"summary":["Roaming"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-9505781573-45","ec-person-666bc159c7e65a3af9e63c1e97435c02f1496955"]}} -{"id":"ec-meeting-2016-09-15-1a3fb5cb7cbd4d33d707365d8888181427364d69","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-15 - Cabinet of High Representative / Vice-President Federica Mogherini x DASSAULT AVIATION"],"date":["2016-09-15"],"summary":["Meeting on latest developments."],"notes":["Portfolio: Foreign Affairs and Security Policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"involved":["ec-person-e03a77379f79ea00cf20048e42e8b0793bf62fa3","eu-tr-264527121382-71"]}} -{"id":"ec-meeting-2016-09-15-2703aa52913dfbcfe9402b7b7562614b9bca10e0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-15 - Cabinet of Vice-President Cecilia Malmström x ZVEI e.V. - Verband der Elektro- und Digitalindustrie"],"date":["2016-09-15"],"summary":["TTIP SIA study"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-94770746469-09","ec-person-8529bbbc6db862f6b82d6fa66a7cf7668804dae7"]}} -{"id":"ec-meeting-2016-09-15-28fc60ec5b0bf8c23fc0dc68debdcde7283520af","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-15 - Cabinet of Commissioner Vytenis Andriukaitis x Mondelez Europe GmbH"],"date":["2016-09-15"],"summary":["Health and nutrition policies"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-b9c3f19e7c5f216e3e508f931ddd6a9cb59376d1","eu-tr-19807921101-45"]}} -{"id":"ec-meeting-2016-09-15-2e6b513a9b4c61915153c3017136a256a57166b0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-15 - Cabinet of Commissioner Phil Hogan x Landbrug & Fødevarer - Danish Agriculture and Food Council"],"date":["2016-09-15"],"summary":["Agri matters"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-400dd8d59d3060187d9b9b143d697da1a3d03c12","eu-tr-1634450483-86"]}} -{"id":"ec-meeting-2016-09-15-6b7b0d8e6dab7d36da6f7c4e502da64a7d1249a9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-15 - Cabinet of Commissioner Phil Hogan x Union Européenne du Commerce du Bétail et des Métiers de la Viande"],"date":["2016-09-15"],"summary":["Business discussion"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-400dd8d59d3060187d9b9b143d697da1a3d03c12","eu-tr-4422649896-52"]}} -{"id":"ec-meeting-2016-09-15-714c8925e49dba52482d67cd41543dd140cefe95","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-15 - Economic and Financial Affairs x Japan Center for International Finance"],"date":["2016-09-15"],"summary":["Courtesy visit by the new appointed Chief Representative"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-ecfin"],"involved":["ec-person-9b398cc97951266670f91bef34ea37df7380eef9","eu-tr-315700115871-41"]}} -{"id":"ec-meeting-2016-09-15-8a0ef7618b35019ee04c9af16946bf352e62a759","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-15 - Günther Oettinger x Volvo AB Netherlands Organisation for Applied Scientific Research TNO Orgalim – Europe's Technology Industries Siemens AG European Factories of the Future Research Association"],"date":["2016-09-15"],"summary":["digitising european industry"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-147908916864-59","eu-tr-40524063921-20","eu-tr-51773601133-57","eu-tr-20210641335-88","eu-tr-4266797770-31","ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0"]}} -{"id":"ec-meeting-2016-09-15-8ea4d2572457a7ec49e525eaf86416417c3e948e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-15 - Energy x Robert Bosch GmbH"],"date":["2016-09-15"],"summary":["Energy policy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["ec-person-6997149120ce5129e38febe5275dc8fd03232d2e","eu-tr-8999533555-91"]}} -{"id":"ec-meeting-2016-09-15-973496d6662e0a513c4dd2c80572c79945c385f5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-15 - Inspire, Debate, Engage and Accelerate Action x Bruegel"],"date":["2016-09-15"],"summary":["Think Tank Engagement"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-dg-idea"],"involved":["ec-person-4fe56a64c00b3e81c851b5538878b32481bd7d3c","eu-tr-33622026795-64"]}} -{"id":"ec-meeting-2016-09-15-accaedcdccb1e308b3d3514924d2e992a6e495a0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-15 - Cabinet of Vice-President Maroš Šefčovič x Stichting European Climate Foundation"],"date":["2016-09-15"],"summary":["Energy Union research Innovation and competitiveness"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-64869491516-70","ec-person-9f6823821fe68d82e9b9dbe81181ecacb0265d94"]}} -{"id":"ec-meeting-2016-09-15-ad68ec1d90542d6f8b5bea57476257af4fb94aaa","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-15 - Cabinet of Vice-President Cecilia Malmström x Bunge Ltd"],"date":["2016-09-15"],"summary":["Future of EU Trade in relation to the food and business"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-8529bbbc6db862f6b82d6fa66a7cf7668804dae7","eu-tr-30701218296-12"]}} -{"id":"ec-meeting-2016-09-15-af71c06749ab099e0410c0808670ee8f88f85bfe","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-15 - Cabinet of Vice-President Jyrki Katainen x International Union for Conservation of Nature EU Representative Office"],"date":["2016-09-15"],"summary":["Circular economy"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-03518238467-61","ec-person-0da85dc48012e26688310a59a0b51727ea68f410"]}} -{"id":"ec-meeting-2016-09-15-bdf4a2025fb93eb5ed296c3fbf1adb78d1c20064","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-15 - Günther Oettinger x European Organisation for Security"],"date":["2016-09-15"],"summary":["cyber-security; PPP"],"location":["BXL"],"address":["BXL"],"addressEntity":["addr-d2fde52f67ea4a3e1fe233d0a959d6a1c77fd910"],"organizer":["ec-dg-de"],"involved":["eu-tr-32134385519-64","ec-person-5652698e8f7b4a189329e67fddbaff44dbe8658c"]}} -{"id":"ec-meeting-2016-09-15-c1f9f217c01edaacb6ba6cd96dcee8eda75fdff9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-15 - Cabinet of Commissioner Vytenis Andriukaitis x BUSINESSEUROPE"],"date":["2016-09-15"],"summary":["Commission proposal for the dual use goods"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["eu-tr-3978240953-79","ec-person-c986c9ff99d99d8006e000db5a8046be615813ae"]}} -{"id":"ec-meeting-2016-09-15-ca1fc99889052042a9a0d7508ea823f04d4f503b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-15 - Internal Market, Industry, Entrepreneurship and SMEs x Ernst & Young Core Business Services BV Women Political Leaders"],"date":["2016-09-15"],"summary":["Women's leadership in business and politics"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-grow"],"involved":["eu-tr-419508817229-68","ec-person-60a3d0d628d231b41af1d0c65607b0fd78ca4edc","eu-tr-04458109373-91"]}} -{"id":"ec-meeting-2016-09-15-cf2c084f0a047ab99f36ba81d02ee72a13330b0a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-15 - Günther Oettinger x Bundesverband IT-Sicherheit e.V. (TeleTrusT)"],"date":["2016-09-15"],"summary":["cybersecurity"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0","eu-tr-06081633546-76"]}} -{"id":"ec-meeting-2016-09-15-d61ff6a48aab34f8ff94a5e116e3edc24b6de85a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-15 - Cabinet of Commissioner Christos Stylianides x Médecins Sans Frontières"],"date":["2016-09-15"],"summary":["Main humanitarian crises; refugee crisis"],"notes":["Portfolio: Humanitarian Aid & Crisis Management"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-christos-commissioner-of-stylianides"],"involved":["eu-tr-38497857515-11","ec-person-6f08c893ea685f6d5f50c2c6e373f294e3616698"]}} -{"id":"ec-meeting-2016-09-15-da64dc20a1f64c5987893757875b5b7e05c657da","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-15 - Cabinet of Vice-President Andrus Ansip x BUSINESSEUROPE"],"date":["2016-09-15"],"summary":["DSM"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-3978240953-79","ec-person-91ca0921c6790191daa54427311acd63035e7c9e"]}} -{"id":"ec-meeting-2016-09-15-da88aa6324272142941589fde8db0b27de342154","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-15 - Cabinet of Vice-President Miguel Arias Cañete x Robert Bosch GmbH"],"date":["2016-09-15"],"summary":["Energy Efficiency"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-260e00934471a02805fb143935d6e9205a7f355f","eu-tr-8999533555-91"]}} -{"id":"ec-meeting-2016-09-15-dd9e02cb553171b36c7a8816a132e6ef415cb0e6","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2016-09-15 - Cabinet of Vice-President Miguel Arias Cañete x Greenpeace European Unit"],"date":["2016-09-15"],"summary":["Prosumer rights","Market design and renewables"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-1831691c10441c5974327bbeb8693d6b6c1e50c3","eu-tr-9832909575-41","ec-person-260e00934471a02805fb143935d6e9205a7f355f"]}} -{"id":"ec-meeting-2016-09-15-e51f5f89368450d238be94056ed0104ebfa4ba5c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-15 - Cabinet of Commissioner Vytenis Andriukaitis x European Social Network Eurocarers Health First Europe European Forum for Primary Care"],"date":["2016-09-15"],"summary":["Primary Care"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-059ca943fc5fc696d2a97849c635ddf7b6ab7fd7","eu-tr-887457714435-80","eu-tr-181778123351-61","eu-tr-94402711517-87","eu-tr-69743997841-11"]}} -{"id":"ec-meeting-2016-09-15-f03a8ba8659a8a342baf2e82750eb9bc3794c519","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-15 - Financial Stability, Financial Services and Capital Markets Union x European Association of Public Banks and Funding agencies AISBL"],"date":["2016-09-15"],"summary":["DG FISMA’s approach to the specific business models of promotional banks in the leverage ratio framework in the light of the leverage ratio calibration report by the European Banking Authority (EBA) expected to be released in July 2016."],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["ec-person-bdee7a93f95c8ef05079539170139b3c02e8ed96","eu-tr-8754829960-32"]}} -{"id":"ec-meeting-2016-09-15-f626d6fa8c704cb7e51c734efe2a4a054478921c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-15 - Cabinet of Vice-President Valdis Dombrovskis x Kreab"],"date":["2016-09-15"],"summary":["CMU initiative, MIFID II, UCITS V"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-1078390517-54","ec-person-3f9ca71b74344417d1f072ba7f3e2f09a223b036"]}} -{"id":"ec-meeting-2016-09-15-fa361a44ccc85969723621a2ccd54254b63b4791","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-15 - Cabinet of Vice-President Andrus Ansip x AS LHV Pank"],"date":["2016-09-15"],"summary":["FinTech developments"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-449511822591-64","ec-person-0f698e3a0cc0bd6a02e1bd386a25cedc1366f3f1","ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0"]}} -{"id":"ec-meeting-2016-09-16-0448dcea98fc89c31077ca662932cf7ad0f39a52","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-16 - Cabinet of Vice-President Neven Mimica x European Alliance to Save Energy"],"date":["2016-09-16"],"summary":["European External Investment Plan"],"notes":["Portfolio: International Cooperation & Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-mimica-neven-of-president-vice"],"involved":["ec-person-ba51cfc2cb570b2ba23d99869e21cd43fe8cadad","ec-person-e90858f5aba78fd0e1cb2f757c3f38d55d91f98b","eu-tr-37816636575-51"]}} -{"id":"ec-meeting-2016-09-16-18d8631e7a789ddec19b5d3617129b2569bf4780","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-16 - Health and Food Safety x Union of European Beverages Association"],"date":["2016-09-16"],"summary":["To discuss the role of the sector"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-sante"],"involved":["eu-tr-25492952296-56","ec-person-3c7fdbe0c1c235777d916309465339b7ed1666f6"]}} -{"id":"ec-meeting-2016-09-16-1f816003d6e02b8da9daee209359fea05c17e3c2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-16 - Cabinet of Commissioner Marianne Thyssen x Van Goethem Law"],"date":["2016-09-16"],"summary":["Fair labour mobility in the transport sector"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["eu-tr-115170022734-97","ec-person-7567514af00f139b390cf9864d28a090ca0fde25"]}} -{"id":"ec-meeting-2016-09-16-20ffc36f44bd720523e00bd067ca61f1c5fab2eb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-16 - Cabinet of Commissioner Elżbieta Bieńkowska x BUSINESSEUROPE EUROPEAN SERVICES FORUM IBM Corporation DIGITALEUROPE"],"date":["2016-09-16"],"summary":["digital trade"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["ec-person-b2f9be51339f054477846797e2c119fcf16548fc","eu-tr-3978240953-79","eu-tr-3562594969-02","eu-tr-64270747023-20","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029","eu-tr-7721359944-96"]}} -{"id":"ec-meeting-2016-09-16-7a81e6b0dfc9e85d4dc1713141e51b5302edd36c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-16 - Cabinet of Vice-President Andrus Ansip x Association des Constructeurs Européens d'Automobiles"],"date":["2016-09-16"],"summary":["data, standardisation, events"],"notes":["Portfolio: Digital Single Market"],"location":["Bruxelles"],"address":["Bruxelles"],"addressEntity":["addr-b58f5927b66d94a676970dc048485d4c6848f272"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-6a03bc4fa7657513ea34529e98dba0671ef4c849","eu-tr-0649790813-47"]}} -{"id":"ec-meeting-2016-09-16-82b9c96c928d5286cebd6d891d007008cb15864d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-16 - Cabinet of Commissioner Carlos Moedas x Aix-Marseille Université"],"date":["2016-09-16"],"summary":["Presentation Aix-Marseille University"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["eu-tr-502701120250-73","ec-person-f7ccc3ad366dd2fdb24870e1c02ff2763539c82f"]}} -{"id":"ec-meeting-2016-09-16-8e55e3cca7a47bc88fa6f2fc5fd76a1007fc1a5c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-16 - Cabinet of Commissioner Carlos Moedas x AUDIOGEST - Associação Para a Gestão e Distribuição de Direitos"],"date":["2016-09-16"],"summary":["Open access"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["eu-tr-448032814942-69","ec-person-01051f0f33bfdc2ecc41873c02cae666c5e0d099","ec-person-a45151b401196e9c374c9acdada9d8840da271ad","ec-person-23980b2bc4fd9c82051d0f7888dc236b2f764866"]}} -{"id":"ec-meeting-2016-09-16-a6700e97d729d1cf42bba9bb092f1190d3df3484","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-16 - Mobility and Transport x Conference of European Directors of Roads"],"date":["2016-09-16"],"summary":["CEDR Strategy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-move"],"involved":["eu-tr-485630615462-79","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2016-09-16-aa3bfc826eefe22b6bab7966cb5b7da743c1150b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-16 - Günther Oettinger x Bitkom e.V."],"date":["2016-09-16"],"summary":["DSM"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-5351830264-31","ec-person-4cd59e13386e3b68ecb3611fcc579e0a0a3938a5"]}} -{"id":"ec-meeting-2016-09-16-ab93a98c04aea880c7dc2903ba7ec4d8bd67d19a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-16 - Cabinet of Vice-President Andrus Ansip x Confederation of Danish Industry"],"date":["2016-09-16"],"summary":["Telecom review, free flow of data, e-privacy"],"notes":["Portfolio: Digital Single Market"],"location":["Copenhagen"],"address":["Copenhagen"],"addressEntity":["addr-3f7c839db34cfeebcefe96d90a0e37e02c8e52c6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-5749958415-41","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45","ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0"]}} -{"id":"ec-meeting-2016-09-16-b2b9def2401c5bfde63136b78b4be6720d644988","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-16 - Cabinet of Commissioner Carlos Moedas x Wissenschaftsgemeinschaft Gottfried Wilhelm Leibniz e. V."],"date":["2016-09-16"],"summary":["European innovation strategy"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["eu-tr-92825497182-59","ec-person-0a716bf5253e913fc40ebf14c12f30dc2e7a06ee","ec-person-23980b2bc4fd9c82051d0f7888dc236b2f764866"]}} -{"id":"ec-meeting-2016-09-16-bb51633d7d96014dcb242bd788e1fd1af3353e83","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-16 - Cabinet of Vice-President Andrus Ansip x Association of European Radios"],"date":["2016-09-16"],"summary":["commercial radio - Consummer Credit Directive"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-5db7bdd1c81da2e70eb5b982097d0004111b5c3e","eu-tr-6822083232-32"]}} -{"id":"ec-meeting-2016-09-16-bd98ad9877eff97a66390401c496e7951ce39604","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-16 - Cabinet of Vice-President Valdis Dombrovskis x Intesa Sanpaolo"],"date":["2016-09-16"],"summary":["TLAC and MREL review"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-24037141789-48","ec-person-48f31156d932641826e09f5b73f074d35ff05786"]}} -{"id":"ec-meeting-2016-09-16-ccd4adb62bb62780f6ef17fee945d1987bd58719","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-16 - Cabinet of Commissioner Elżbieta Bieńkowska x Przedsiębiorstwo Produkcyjno-Consultingowe ADOB Sp. z o.o.Sp.Jawna"],"date":["2016-09-16"],"summary":["Regulation 2003/2003/EC"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["ec-person-d2997a7f359c91a337055c3e24dd36bf928de38d","eu-tr-352791723218-26"]}} -{"id":"ec-meeting-2016-09-16-e45db203e42a16d31e80c534f3b8a7c713def18f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-16 - Cabinet of Commissioner Carlos Moedas x Managed Funds Association"],"date":["2016-09-16"],"summary":["CCS follow up with Norway"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-0a716bf5253e913fc40ebf14c12f30dc2e7a06ee","eu-tr-041415315167-65"]}} -{"id":"ec-meeting-2016-09-16-ebb4998364b6dd7b2d02b09699aded7c8575d25a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-16 - Günther Oettinger x Fiserv Incorporated"],"date":["2016-09-16"],"summary":["Data for e-commerce"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-519393415904-86","ec-person-481c1b59e4c83b05529b763cfc2447c0d88fe517"]}} -{"id":"ec-meeting-2016-09-16-eef3869d6a19b267e160f4f2957edd0d022d0ba5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-16 - Cabinet of Commissioner Phil Hogan x BREIZ EUROPE"],"date":["2016-09-16"],"summary":["Agri Matters"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Rennes"],"address":["Rennes"],"addressEntity":["addr-ff840e2ba5c9624d68fc3914acfd24ab1220804e"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-44968076843-33","ec-person-a1a78365cc4685b0958056646204977d8f2ead92"]}} -{"id":"ec-meeting-2016-09-16-f0515320a2743d6c0035890713fc96f3d6c0a3ad","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-16 - Cabinet of Vice-President Valdis Dombrovskis x BNP PARIBAS"],"date":["2016-09-16"],"summary":["CRR review/BSR"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-48f31156d932641826e09f5b73f074d35ff05786","eu-tr-78787381113-69"]}} -{"id":"ec-meeting-2016-09-16-f2309ada7c42056fd5aeae8614f46901946942b2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-16 - Cabinet of Vice-President Maroš Šefčovič x Bayerische Motoren Werke Aktiengesellschaft"],"date":["2016-09-16"],"summary":["Decarbonisation of Transport"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-3bf48630444ace93d407e52eb880e64d480f75ce","ec-person-2be517b9261a91f2f07e05ec14c6331980e9716e","eu-tr-7193977808-18"]}} -{"id":"ec-meeting-2016-09-16-f2f327e39e7407d44541c079734a037c92d69b11","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-16 - Cabinet of Commissioner Vytenis Andriukaitis x Eurogroup for Animals"],"date":["2016-09-16"],"summary":["Animal Welfare Platform"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-0dbfffeb0323f819c8d57164906086dd8639c437","eu-tr-6809935493-49"]}} -{"id":"ec-meeting-2016-09-19-05d1e27b9e274083ee6b9303674676f5d9d42e8c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-19 - Cabinet of Commissioner Elżbieta Bieńkowska x ITI - The Information Technology Industry Council"],"date":["2016-09-19"],"summary":["introductory meeting on DSM, data flows and state aid/tax issues"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["ec-person-b2f9be51339f054477846797e2c119fcf16548fc","eu-tr-061601915428-87"]}} -{"id":"ec-meeting-2016-09-19-117cd33868b2b4daea998a4ff4f2e6f2305dacec","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-19 - Cabinet of Vice-President Miguel Arias Cañete x TotalEnergies SE"],"date":["2016-09-19"],"summary":["Implementation of Energy union"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-1849405799-88","ec-person-95f883d5d0d484088f26191a8fea8553d674dfbe"]}} -{"id":"ec-meeting-2016-09-19-1a64349a24e237d2ca5b6269587b2cf4c0b1e041","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-19 - Financial Stability, Financial Services and Capital Markets Union x Moody's Shared Services UK Ltd."],"date":["2016-09-19"],"summary":["the economic and policy issues facing the UK and the European Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-55916968748-36","ec-person-bdee7a93f95c8ef05079539170139b3c02e8ed96"]}} -{"id":"ec-meeting-2016-09-19-1c006ea67dee05835484232b6e0b66183c54a2bb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-19 - Günther Oettinger x Gesellschaft für musikalische Aufführungs- und mechanische Vervielfältigungsrechte"],"date":["2016-09-19"],"summary":["Online platforms"],"location":["Berlin"],"address":["Berlin"],"addressEntity":["addr-062b06ba8e755765c6b049809b7430fd54fe5b21"],"organizer":["ec-dg-de"],"involved":["eu-tr-63284686285-78","ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0"]}} -{"id":"ec-meeting-2016-09-19-1e14ec791e7c4c2bf0bc30d4554bc1aab20ec452","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-19 - Cabinet of Commissioner Věra Jourová x TheCityUK"],"date":["2016-09-19"],"summary":["DSM"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["eu-tr-237922911665-25","ec-person-184e698af1eb9e33b179680570ca171d8cb31c94"]}} -{"id":"ec-meeting-2016-09-19-33d0b7dcb7250cd93511c9ba812e4d78b1aedf04","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-19 - Cabinet of Commissioner Phil Hogan x PepsiCo"],"date":["2016-09-19"],"summary":["Business discussion"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-400dd8d59d3060187d9b9b143d697da1a3d03c12","eu-tr-010212710281-97"]}} -{"id":"ec-meeting-2016-09-19-4d870b0e509b562abccf152797cfb7eb212a2fcb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-19 - Inspire, Debate, Engage and Accelerate Action x Universal Music Group International"],"date":["2016-09-19"],"summary":["Copyright"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-dg-idea"],"involved":["eu-tr-530216615544-40","ec-person-4fe56a64c00b3e81c851b5538878b32481bd7d3c"]}} -{"id":"ec-meeting-2016-09-19-5193cc289bbbb506c90e10a8ab80457b08284607","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-19 - Cabinet of President Jean-Claude Juncker x Schneider Electric"],"date":["2016-09-19"],"summary":["Energy Union"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-46302264606-44","ec-person-b1bf9aa5fb7e886441ff341b657cc482b64a2a3e"]}} -{"id":"ec-meeting-2016-09-19-604a61a5a3b03efd3cb1e95e5444a89bf3492537","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-19 - Cabinet of Vice-President Cecilia Malmström x American Chamber of Commerce to the European Union"],"date":["2016-09-19"],"summary":["conflict minerals"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-5265780509-97","ec-person-8529bbbc6db862f6b82d6fa66a7cf7668804dae7"]}} -{"id":"ec-meeting-2016-09-19-6c74142166e7ed873b24a846a83bdab033c9f428","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-19 - Cabinet of Vice-President Maroš Šefčovič x OHB"],"date":["2016-09-19"],"summary":["Various space issues"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-2be517b9261a91f2f07e05ec14c6331980e9716e","eu-tr-648584214179-94"]}} -{"id":"ec-meeting-2016-09-19-6f550d0825d72f2bdeea2a5fd0b48f7620824f2c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-19 - Cabinet of Vice-President Cecilia Malmström x Universal Music Group International"],"date":["2016-09-19"],"summary":["Digital single market and the music industry"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-530216615544-40","ec-person-591ec829ca734bcfe59a2c9c7f07f9dff22a0ea9"]}} -{"id":"ec-meeting-2016-09-19-768f1b8e82421ec5cdcfa20898caad782cd2fbd5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-19 - Günther Oettinger x Samsung Electronics Europe"],"date":["2016-09-19"],"summary":["DSM, standardisation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-40471017282-57","ec-person-481c1b59e4c83b05529b763cfc2447c0d88fe517"]}} -{"id":"ec-meeting-2016-09-19-7dc061384fbe33ced3b29dbf3e58c6903d14c2c3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-19 - Cabinet of Commissioner Tibor Navracsics x G Plus Ltd (t/a Portland)"],"date":["2016-09-19"],"summary":["Copyright reform"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-49f31dad10f5641cb1d1e4c3107dd838389e8120","eu-tr-7223777790-86"]}} -{"id":"ec-meeting-2016-09-19-81d50e30c48d6cd47e7364773218a45528db08f3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-19 - Cabinet of Commissioner Carlos Moedas x Airbus"],"date":["2016-09-19"],"summary":["Meeting with Portuguese Government and Airbus on research infrastructures in the Azores"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["eu-tr-2732167674-76","ec-person-23980b2bc4fd9c82051d0f7888dc236b2f764866","ec-person-a45151b401196e9c374c9acdada9d8840da271ad"]}} -{"id":"ec-meeting-2016-09-19-889b23925bb4a625f3a27534beb9d548e23a4258","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-19 - Cabinet of Vice-President Jyrki Katainen x Bundesverband der Deutschen Industrie e.V."],"date":["2016-09-19"],"summary":["Export control of dual use items"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-1771817758-48","ec-person-6623576f27904ddd8bd15e7f2a1197ffc25567db"]}} -{"id":"ec-meeting-2016-09-19-8dca147aa81dff9bbd8a04df681ccd9274252454","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-19 - Cabinet of Vice-President Karmenu Vella x European Network of Maritime Clusters"],"date":["2016-09-19"],"summary":["Blue Growth, EFSI, Maritime Policy"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["eu-tr-458905915808-19","ec-person-0e3efd8bc1c3ee9a80205d0bb78f316fa1621e5d"]}} -{"id":"ec-meeting-2016-09-19-9612d1aaf1170de65b32f06175868af67d325a96","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-19 - Cabinet of Vice-President Cecilia Malmström x European Union Chamber of Commerce in China"],"date":["2016-09-19"],"summary":["EU-China trade relations"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-592343015058-67","ec-person-19b143e83f8ab978c55c8a9a9e49e06dbfa14bf3"]}} -{"id":"ec-meeting-2016-09-19-a104a7f5cb3ce040fe7c322468c1016aa97b349a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-19 - Cabinet of Vice-President Andrus Ansip x Samsung Electronics Europe"],"date":["2016-09-19"],"summary":["standardisation, international, IoT"],"notes":["Portfolio: Digital Single Market"],"location":["Bruxelles"],"address":["Bruxelles"],"addressEntity":["addr-b58f5927b66d94a676970dc048485d4c6848f272"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-6a03bc4fa7657513ea34529e98dba0671ef4c849","eu-tr-40471017282-57"]}} -{"id":"ec-meeting-2016-09-19-a696e860c6aa45ac2f6b867b0922fa1a2717c343","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-19 - Cabinet of Vice-President Valdis Dombrovskis x TheCityUK"],"date":["2016-09-19"],"summary":["Call for Evidence/EU regulatory framework for financial services"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-754ed38c8c41a4774ea216057a91839acc09b1e1","ec-person-48f31156d932641826e09f5b73f074d35ff05786","eu-tr-237922911665-25"]}} -{"id":"ec-meeting-2016-09-19-acfa881cd0ab41757ae847381997d506abbb8701","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-19 - Cabinet of High Representative / Vice-President Federica Mogherini x Association of Social Democratic Municipalities"],"date":["2016-09-19"],"summary":["EU/Turkey relations"],"notes":["Portfolio: Foreign Affairs and Security Policy"],"location":["Brussels (Berlaymont)"],"address":["Brussels (Berlaymont)"],"addressEntity":["addr-4e70ddf45e81f0631950978c4aa49a218756a3f4"],"organizer":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"involved":["eu-tr-198354815537-92","ec-person-ffe369688b1df8f09154d965f094473d619d72e0"]}} -{"id":"ec-meeting-2016-09-19-c0a36c22d02c5cdc35d490ad4eb58a0b08ee4d09","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-19 - Günther Oettinger x Wirtschaftsrat der CDU e.V."],"date":["2016-09-19"],"summary":["Industrie 4.0"],"location":["Berlin"],"address":["Berlin"],"addressEntity":["addr-062b06ba8e755765c6b049809b7430fd54fe5b21"],"organizer":["ec-dg-de"],"involved":["eu-tr-176334311014-43","ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0"]}} -{"id":"ec-meeting-2016-09-19-c52e4f6cdcf7488a82153168a43a4f71d42fec58","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-19 - Cabinet of Vice-President Miguel Arias Cañete x NATURGY ENERGY GROUP"],"date":["2016-09-19"],"summary":["Electricity and gas markets"],"notes":["Portfolio: Climate Action & Energy"],"location":["Barcelona, Spain"],"address":["Barcelona, Spain"],"addressEntity":["addr-1d3c8410383c24147093b2b9bb85557546f89fb7"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-67833029261-54","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd"]}} -{"id":"ec-meeting-2016-09-19-cc2cd5d87caab751193a469d41a4ba369e09b15e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-19 - Cabinet of Commissioner Pierre Moscovici x Universal Music Group International"],"date":["2016-09-19"],"summary":["Copyright et présenter l'entreprise, ainsi que les défis actuels du secteur."],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["ec-person-3cbeba61ae952f06fe4916c381438ebbc676a597","ec-person-14ef50b9efbe5ab02d528e0ec4ac50c9caf964e3","eu-tr-530216615544-40"]}} -{"id":"ec-meeting-2016-09-19-e5c2921c0e7f8b0f9a3a41e050ef28bfa593846d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-19 - Cabinet of Vice-President Andrus Ansip x Dell Inc."],"date":["2016-09-19"],"summary":["startups, international, data, eGovernment"],"notes":["Portfolio: Digital Single Market"],"location":["Bruxelles"],"address":["Bruxelles"],"addressEntity":["addr-b58f5927b66d94a676970dc048485d4c6848f272"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-6a03bc4fa7657513ea34529e98dba0671ef4c849","eu-tr-28739192542-16"]}} -{"id":"ec-meeting-2016-09-19-e7fba626d141a5bca41d3d3e74b1727b34a227fe","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-19 - Cabinet of Vice-President Maroš Šefčovič x Business Bridge Europe"],"date":["2016-09-19"],"summary":["Invitation VP Sefcovic/ 9th Annual Space Conference in January 2017"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-2be517b9261a91f2f07e05ec14c6331980e9716e","eu-tr-72856225852-31"]}} -{"id":"ec-meeting-2016-09-19-ea2fea8a18fa2fd61d255f5376037aece0fd0f42","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-19 - Cabinet of Vice-President Maroš Šefčovič x Schneider Electric"],"date":["2016-09-19"],"summary":["Energy Union research Innovation and competitiveness"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-46302264606-44","ec-person-1f95be23689cd4ed0a26fe2980f760ccf2d55c1e","ec-person-9f6823821fe68d82e9b9dbe81181ecacb0265d94"]}} -{"id":"ec-meeting-2016-09-19-ec1a2fb166570d7618e80186e7f66d6118aa8b1b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-19 - Cabinet of Vice-President Maroš Šefčovič x Jeremy Rifkin Enterprises"],"date":["2016-09-19"],"summary":["Follow up to the Bratislava Summit"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-ea6b517040e26a62f17d2829afffeba48cfd682f","ec-person-1f95be23689cd4ed0a26fe2980f760ccf2d55c1e","eu-tr-433579315121-82"]}} -{"id":"ec-meeting-2016-09-19-f5adff3d8f0d3ebf317ec062ae6eb6f40521e8c8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-19 - Cabinet of Vice-President Miguel Arias Cañete x Edelman Public Relations Worldwide General Electric Company"],"date":["2016-09-19"],"summary":["EU policy on Aviation; innovation outlook"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-260e00934471a02805fb143935d6e9205a7f355f","eu-tr-4016736872-59","eu-tr-68037017809-51"]}} -{"id":"ec-meeting-2016-09-19-f637d6af08a3abe2f0b888d60daa8d33dc0ed83b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-19 - Cabinet of Commissioner Violeta Bulc x General Electric Company"],"date":["2016-09-19"],"summary":["Aviation strategy"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-5012c5e45a52ee8ce67d19c1781a127af53e73e7","eu-tr-4016736872-59"]}} -{"id":"ec-meeting-2016-09-19-f7c5aca62e8fcf1260f709e80b4e739e05ccd6ea","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-19 - Cabinet of Commissioner Pierre Moscovici x TheCityUK"],"date":["2016-09-19"],"summary":["exchanging views on the upcoming Brexit talks"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["eu-tr-237922911665-25","ec-person-18ec03f403696ecde522f7843ba9c4ff6335ead4","ec-person-4d74d0c260dc052838b8da02f72e7322f6cfc514"]}} -{"id":"ec-meeting-2016-09-19-facd111cb3966ef0c8c87f6ad71d07ce04112060","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-19 - Cabinet of Vice-President Cecilia Malmström x European agri-cooperatives European farmers"],"date":["2016-09-19"],"summary":["Agriculture in trade negotiations"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-19b143e83f8ab978c55c8a9a9e49e06dbfa14bf3","eu-tr-09586631237-74","eu-tr-44856881231-49"]}} -{"id":"ec-meeting-2016-09-19-fdef87c520506e7b557b7235ce9c271bd0545743","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-19 - Cabinet of Commissioner Margrethe Vestager x Samsung Electronics Europe"],"date":["2016-09-19"],"summary":["Standardisation, International, IoT"],"notes":["Portfolio: Competition"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-margrethe-of-vestager"],"involved":["ec-person-947ab3027ba90ce15968614ce35c12506b7a43ac","eu-tr-40471017282-57"]}} -{"id":"ec-meeting-2016-09-20-0cb88c514a808b41d602bb54bcdb4ad8462f1557","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-20 - Cabinet of Commissioner Elżbieta Bieńkowska x European Insulation Manufacturers Association"],"date":["2016-09-20"],"summary":["post 2020 construction strategy"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-98345631631-22","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2016-09-20-0d7ebfe67d4b6567b5b0c0b7485beb42ed04547b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-20 - Cabinet of Vice-President Maroš Šefčovič x National Grid Commercial Holdings Limited"],"date":["2016-09-20"],"summary":["56039866688-26"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-9f6823821fe68d82e9b9dbe81181ecacb0265d94","eu-tr-56039866688-26"]}} -{"id":"ec-meeting-2016-09-20-0da975490d70c133d55233d41a4e8c8bdf14bda4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-20 - Cabinet of Vice-President Cecilia Malmström x ITI - The Information Technology Industry Council"],"date":["2016-09-20"],"summary":["Data flows in trade agreements"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-20ded9db5df11164331bb161fdf234b1e5ad53fd","ec-person-591ec829ca734bcfe59a2c9c7f07f9dff22a0ea9","eu-tr-061601915428-87"]}} -{"id":"ec-meeting-2016-09-20-113179432a41c6b1d8447ebbb8f2a02caef71945","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-20 - Cabinet of Commissioner Elżbieta Bieńkowska x Planet Labs"],"date":["2016-09-20"],"summary":["Innovation, start-ups, space"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["San Francisco"],"address":["San Francisco"],"addressEntity":["addr-a70c3bcf1d8794fa79801a8ec882925f3746b028"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["ec-person-d2997a7f359c91a337055c3e24dd36bf928de38d","ec-person-685ecf13dd26cd515c961e24ba71049af2302c5e","ec-person-95a769a1850d7d595f9a5853c51dcbdd3ddd69fb","eu-tr-020519421542-46"]}} -{"id":"ec-meeting-2016-09-20-13f358e88b0a010534caf0c107ceee85720a9652","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-20 - Cabinet of Commissioner Elżbieta Bieńkowska x Uber"],"date":["2016-09-20"],"summary":["innovation, start-ups, collaborative economy"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["San Francisco"],"address":["San Francisco"],"addressEntity":["addr-a70c3bcf1d8794fa79801a8ec882925f3746b028"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["ec-person-d2997a7f359c91a337055c3e24dd36bf928de38d","ec-person-685ecf13dd26cd515c961e24ba71049af2302c5e","eu-tr-002278013515-26","ec-person-95a769a1850d7d595f9a5853c51dcbdd3ddd69fb"]}} -{"id":"ec-meeting-2016-09-20-27c4d2a682afcb3afc61fe8264f8785d19f48331","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-20 - Cabinet of Commissioner Marianne Thyssen x Confederación Gallega de Personas con Discapacidad Oficina Dereitos Sociais - Coia CONFEDERACION INTERSINDICAL GALEGA"],"date":["2016-09-20"],"summary":["Risque d´exclusion et pauvreté en Galice, precarieté dans le domaine du travail, consultation publique sur le pilier européen des droits sociaux"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels, Berlaymont"],"address":["Brussels, Berlaymont"],"addressEntity":["addr-2d842da4e8cf3dbd0304d45e6b874d5f0aa57edf"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["eu-tr-869765815387-71","ec-person-ce19440eacb8fd67f534bdbcce33a1c4cedfd071","eu-tr-971601623340-52","eu-tr-958783923330-82"]}} -{"id":"ec-meeting-2016-09-20-357ad0e2cd3e622ae69b190b298ae1330b8768bc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-20 - Cabinet of Vice-President Karmenu Vella x European Association of Fish Producers Organisations"],"date":["2016-09-20"],"summary":["coastal states consultations on mackerel, blue whiting and atlanto-scandian herring"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["eu-tr-46491656228-65","ec-person-0e3efd8bc1c3ee9a80205d0bb78f316fa1621e5d"]}} -{"id":"ec-meeting-2016-09-20-364be14d99b264b6527ca114c2f1631af0f44120","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-20 - Cabinet of Vice-President Johannes Hahn x ArcelorMittal"],"date":["2016-09-20"],"summary":["Steel Industry in Ukraine"],"notes":["Portfolio: European Neighbourhood Policy & Enlargement Negotiations"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-hahn-johannes-of-president-vice"],"involved":["ec-person-643595d3a737c63fc95146b51292a4684ed1ca75","eu-tr-23527541824-60"]}} -{"id":"ec-meeting-2016-09-20-36ff69112025abce0841d2b5ea1dae0bc105cec6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-20 - Cabinet of Vice-President Jyrki Katainen x ITI - The Information Technology Industry Council"],"date":["2016-09-20"],"summary":["Jobs and Growth Agenda"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-6623576f27904ddd8bd15e7f2a1197ffc25567db","eu-tr-061601915428-87"]}} -{"id":"ec-meeting-2016-09-20-4586dc209268fabec22fb1d83319cfa19abede18","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-20 - Cabinet of Commissioner Elżbieta Bieńkowska x Airbnb Ireland UC"],"date":["2016-09-20"],"summary":["innovation, start-ups, collaborative economy"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["San Francisco"],"address":["San Francisco"],"addressEntity":["addr-a70c3bcf1d8794fa79801a8ec882925f3746b028"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-823871417098-42","ec-person-d2997a7f359c91a337055c3e24dd36bf928de38d","ec-person-685ecf13dd26cd515c961e24ba71049af2302c5e","ec-person-95a769a1850d7d595f9a5853c51dcbdd3ddd69fb"]}} -{"id":"ec-meeting-2016-09-20-4f4e32990f0be307720169f31f43a1196cc00b36","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-20 - Cabinet of Vice-President Jyrki Katainen x Association for Financial Markets in Europe"],"date":["2016-09-20"],"summary":["Basel"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-65110063986-76","ec-person-955e8c493ab54847bb92b65986f56a401f8eabee"]}} -{"id":"ec-meeting-2016-09-20-51217f5c860fc15114e6fd73061aadc9005210b8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-20 - Günther Oettinger x France Industrie"],"date":["2016-09-20"],"summary":["Digitisation of Industry"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-60974102057-03","ec-person-481c1b59e4c83b05529b763cfc2447c0d88fe517"]}} -{"id":"ec-meeting-2016-09-20-5ad01c698728ea6fc5bf0bbab9a12b99e6e63b08","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-20 - Günther Oettinger x Lenovo"],"date":["2016-09-20"],"summary":["Copyright"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-238774916287-66","ec-person-49723482bb23d029cbfc010cb37eec7392a0ae02"]}} -{"id":"ec-meeting-2016-09-20-5d4361be94910aa20a685d2a6adefbbbaf25fb18","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-20 - Günther Oettinger x DOT Europe"],"date":["2016-09-20"],"summary":["Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-53905947933-43","ec-person-49723482bb23d029cbfc010cb37eec7392a0ae02"]}} -{"id":"ec-meeting-2016-09-20-7568130698861accb8dc7d9e02ca35ae0c6a5b4f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-20 - Cabinet of First Vice-President Frans Timmermans x Vereniging VNO-NCW Fokker Technologies"],"date":["2016-09-20"],"summary":["European Defense Industry"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["ec-person-6c0efbf1635ca0cb8dce32e129231fa3136f600b","eu-tr-13255254129-80","eu-tr-99285184931-92"]}} -{"id":"ec-meeting-2016-09-20-79f1560f8b5970d75147567473895ca3cd409ed3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-20 - Cabinet of Commissioner Vytenis Andriukaitis x International Probiotics Association - Europe"],"date":["2016-09-20"],"summary":["Regulatory environment for probiotics"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-b9c3f19e7c5f216e3e508f931ddd6a9cb59376d1","eu-tr-294688218286-10"]}} -{"id":"ec-meeting-2016-09-20-7a528a24229b3456825cd0cddea41c7856831aa5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-20 - Cabinet of Commissioner Pierre Moscovici x ITI - The Information Technology Industry Council"],"date":["2016-09-20"],"summary":["Various subjects: tax/state aid policy, trade policy, and the DSM strategy, among others"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["ec-person-14ef50b9efbe5ab02d528e0ec4ac50c9caf964e3","ec-person-79931cfd2923c1aca9c7d284e9590732b0a36ed9","eu-tr-061601915428-87","ec-person-738f7f25002d191bd2df8936e8f8d1d726c19e2e"]}} -{"id":"ec-meeting-2016-09-20-7cfec9909319531610e3274579952456ef9c51e0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-20 - Cabinet of Vice-President Andrus Ansip x Tata Consultancy Services"],"date":["2016-09-20"],"summary":["future of Europe’s digital economy"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-c759bd58acc54869aa8e62ce652efcda416e25c2","ec-person-91ca0921c6790191daa54427311acd63035e7c9e","eu-tr-930116617440-93"]}} -{"id":"ec-meeting-2016-09-20-7faa0d83b3b7dcc6c8950dd53407b3997321f80f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-20 - Cabinet of Commissioner Phil Hogan x Fonterra Co-operative Group Limited"],"date":["2016-09-20"],"summary":["Business discussion"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-400dd8d59d3060187d9b9b143d697da1a3d03c12","eu-tr-234577416588-90"]}} -{"id":"ec-meeting-2016-09-20-80bb1b6ac35fc0ae75d49dfcc7997fa281556d17","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-20 - Cabinet of Vice-President Miguel Arias Cañete x Transport and Environment (European Federation for Transport and Environment)"],"date":["2016-09-20"],"summary":["Decarbonisation of road transport"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-58744833263-19","ec-person-25a937c04cd0a0ddcf5cf34798e76b5105854114"]}} -{"id":"ec-meeting-2016-09-20-968d5bbd8ed9cd44e92a78574ff25974510524ff","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-20 - Cabinet of First Vice-President Frans Timmermans x Law Society of England and Wales"],"date":["2016-09-20"],"summary":["Transparency"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["ec-person-4076aef8226bd451277bfd5135aa27d63b2ac548","eu-tr-38020227042-38","ec-person-284d94050a35c9079d8b1ba3f85eaf7777b5fea9"]}} -{"id":"ec-meeting-2016-09-20-96b68ed00e57ccb7dcd41fedb067190349b28253","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-20 - Cabinet of Vice-President Maroš Šefčovič x Scania AB (publ)"],"date":["2016-09-20"],"summary":["Standards for HDV"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-2be517b9261a91f2f07e05ec14c6331980e9716e","eu-tr-3305029916-47"]}} -{"id":"ec-meeting-2016-09-20-a3e81270e80a8dda75dd36e09494115929caba07","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-20 - Inspire, Debate, Engage and Accelerate Action x Meta Platforms Ireland Limited and its various subsidiaries (f/k/a Facebook Ireland Limited)"],"date":["2016-09-20"],"summary":["Digital Economy"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-dg-idea"],"involved":["eu-tr-28666427835-74","ec-person-4fe56a64c00b3e81c851b5538878b32481bd7d3c"]}} -{"id":"ec-meeting-2016-09-20-a69fc9b8eb5f4b185663ca656b3b496ce22b1310","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-20 - Cabinet of Vice-President Andrus Ansip x BSA | The Software Alliance"],"date":["2016-09-20"],"summary":["startups, data, international"],"notes":["Portfolio: Digital Single Market"],"location":["Bruxelles"],"address":["Bruxelles"],"addressEntity":["addr-b58f5927b66d94a676970dc048485d4c6848f272"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-6a03bc4fa7657513ea34529e98dba0671ef4c849","eu-tr-75039383277-48"]}} -{"id":"ec-meeting-2016-09-20-ad657be8973b2775437973d26c958263fa3ce51e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-20 - Cabinet of Vice-President Miguel Arias Cañete x Association of Issuing Bodies"],"date":["2016-09-20"],"summary":["Renewable energy; guarantees of origin"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-260e00934471a02805fb143935d6e9205a7f355f","eu-tr-479848318252-85"]}} -{"id":"ec-meeting-2016-09-20-b8ed967fdc8686e4670ebe65611a60491c8c5885","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-20 - Cabinet of Vice-President Miguel Arias Cañete x ELSA &PARTNERS"],"date":["2016-09-20"],"summary":["Electricity Market Design"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-462142617062-10","ec-person-2229c857664a22dcb8eee79a8c05841fd3d0924f"]}} -{"id":"ec-meeting-2016-09-20-c353a2348bae0b94cc411be1a5924a4b4205a53e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-20 - Cabinet of Vice-President Maroš Šefčovič x KIC InnoEnergy SE"],"date":["2016-09-20"],"summary":["Energy Union research Innovation and competitiveness"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-9f6823821fe68d82e9b9dbe81181ecacb0265d94","eu-tr-462849021886-85"]}} -{"id":"ec-meeting-2016-09-20-c4b20e7b366d8f47e614483d6957aaed381ff530","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-20 - Financial Stability, Financial Services and Capital Markets Union x TheCityUK"],"date":["2016-09-20"],"summary":["Call for evidence – EU regulatory framework for financial services"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-237922911665-25","ec-person-bdee7a93f95c8ef05079539170139b3c02e8ed96"]}} -{"id":"ec-meeting-2016-09-20-cf6d05c4da8eaeb6f9341d9d98b7cbed3887a052","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-20 - Cabinet of Vice-President Jyrki Katainen x Finnish Energy - Energiateollisuus ry"],"date":["2016-09-20"],"summary":["energy efficiency"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-0da85dc48012e26688310a59a0b51727ea68f410","eu-tr-68861821910-84"]}} -{"id":"ec-meeting-2016-09-20-d654d8252f5e765776b79f5c486ecbe21bcd9d36","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-20 - Cabinet of Vice-President Andrus Ansip x ITI - The Information Technology Industry Council DIGITALEUROPE"],"date":["2016-09-20"],"summary":["Data, privacy, copyright"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-64270747023-20","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45","eu-tr-061601915428-87"]}} -{"id":"ec-meeting-2016-09-20-dd675a947d5a398bd5d053552ddb425a2c50d702","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-20 - Cabinet of Commissioner Elżbieta Bieńkowska x The German Marshall Fund of the United States - The Transatlantic Foundation"],"date":["2016-09-20"],"summary":["digitalization"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-823171519707-31","ec-person-b2f9be51339f054477846797e2c119fcf16548fc"]}} -{"id":"ec-meeting-2016-09-20-df5308952c81967f7cef29511a3f0e45080af030","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-20 - Günther Oettinger x WACKER CHEMIE AG"],"date":["2016-09-20"],"summary":["EU-China solar issues"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-036915715533-64","ec-person-3297113eb5d4e59bc84d571628f0130aa75c761a"]}} -{"id":"ec-meeting-2016-09-20-eafa65fe35551bcd7f05884ede183fb0150446f4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-20 - Cabinet of Commissioner Elżbieta Bieńkowska x Mind the Bridge Foundation European Startup Network"],"date":["2016-09-20"],"summary":["innovation, start-ups, collaborative economy"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["San Francisco"],"address":["San Francisco"],"addressEntity":["addr-a70c3bcf1d8794fa79801a8ec882925f3746b028"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["ec-person-d2997a7f359c91a337055c3e24dd36bf928de38d","ec-person-685ecf13dd26cd515c961e24ba71049af2302c5e","eu-tr-700186718007-46","ec-person-95a769a1850d7d595f9a5853c51dcbdd3ddd69fb","eu-tr-832127122758-38"]}} -{"id":"ec-meeting-2016-09-20-eea09c616add94c71d98fe9c7039201dca17c005","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-20 - Cabinet of Commissioner Věra Jourová x EUK Consulting Association of European Radios"],"date":["2016-09-20"],"summary":["Consumer credit directive obligations on advertising in radios"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-a2ca9161feee56909a0e98b473c2d342c20fdb57","eu-tr-29815741326-06","eu-tr-6822083232-32"]}} -{"id":"ec-meeting-2016-09-20-f4456b827c3f157b779dae7b523052cd4abc68a3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-20 - Cabinet of Vice-President Cecilia Malmström x EPIA SolarPower Europe"],"date":["2016-09-20"],"summary":["Anti-dumping duties on solar products"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-2680046412-48","ec-person-20ded9db5df11164331bb161fdf234b1e5ad53fd","ec-person-591ec829ca734bcfe59a2c9c7f07f9dff22a0ea9"]}} -{"id":"ec-meeting-2016-09-20-ff34f1e0ff2bf958e696bd668c3c764b285b4b3a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-20 - Cabinet of Vice-President Valdis Dombrovskis x Federation of European Securities Exchanges"],"date":["2016-09-20"],"summary":["CMU initiative"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-71488206456-23","ec-person-3f9ca71b74344417d1f072ba7f3e2f09a223b036","ec-person-a9eda2e8ea54b70a968327672c6cada679d3cd56"]}} -{"id":"ec-meeting-2016-09-21-05431c9b79d46df79cbd37b2b58c8d41e06c8713","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-21 - Cabinet of Vice-President Karmenu Vella x Environmental Justice Foundation"],"date":["2016-09-21"],"summary":["IUU fishing"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["eu-tr-817535514065-10","ec-person-2966d69fae0ea4e67f3f2df5a743cc766267d3c8"]}} -{"id":"ec-meeting-2016-09-21-079a7a391e9884195f8c3ceac41ed96238a183cd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-21 - Regional and Urban Policy x Airbus"],"date":["2016-09-21"],"summary":["Presentation of \"European MicroSatellite Launcher project Aura\""],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-regio"],"involved":["ec-person-3bc647761a4c1a96c0e7b4c3729d7408a61558b0","eu-tr-2732167674-76"]}} -{"id":"ec-meeting-2016-09-21-0a3cacf022cb9b5d6491ac8496a9d750dab90b6e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-21 - Cabinet of Vice-President Miguel Arias Cañete x E.ON SE"],"date":["2016-09-21"],"summary":["Market design"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-1831691c10441c5974327bbeb8693d6b6c1e50c3","eu-tr-72760517350-57"]}} -{"id":"ec-meeting-2016-09-21-167559efc1cfc1c9f64a4845e16f718de0909757","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-21 - Energy x Association Française des Entreprises Privées / French Association of Large Companies France Industrie"],"date":["2016-09-21"],"summary":["Energy policy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-953933297-85","eu-tr-60974102057-03","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2016-09-21-171f1d40c85786da90904157dc79637e985bb736","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-21 - Cabinet of Commissioner Christos Stylianides x Google"],"date":["2016-09-21"],"summary":["Preparation of Google Event BOZAR 19th Oct 2016"],"notes":["Portfolio: Humanitarian Aid & Crisis Management"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-christos-commissioner-of-stylianides"],"involved":["eu-tr-03181945560-59","ec-person-4424ecf39f7c6c9e4022ac46c71d81b0464ae6a5"]}} -{"id":"ec-meeting-2016-09-21-19251ec3648ee23bcf326c760d8ff311bcb1999e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-21 - Cabinet of Commissioner Věra Jourová x Allied for Startups asbl"],"date":["2016-09-21"],"summary":["Data protection"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["eu-tr-634665118544-37","ec-person-1e0e3a00ab815dea7c5b839b002ed2c7e34bfe0a"]}} -{"id":"ec-meeting-2016-09-21-31a1a0d55435688e13f1acd85d02b4d38657c40c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-21 - Cabinet of Vice-President Jyrki Katainen x Helsinki EU Office (vastuutaho Uudenmaan liitto)"],"date":["2016-09-21"],"summary":["Investment opportunities"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-99365f4c3081112dcbfa722a5eb05adecc68503e","eu-tr-796380111637-72"]}} -{"id":"ec-meeting-2016-09-21-32eab08d4dbed605402e61b31b196ee5616056d9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-21 - Cabinet of Vice-President Jyrki Katainen x KfW Bankengruppe"],"date":["2016-09-21"],"summary":["Investment plan"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-3775b7be791f90ed462b9071c9ae596b80d71bca","eu-tr-79019799690-13"]}} -{"id":"ec-meeting-2016-09-21-356767628c7de20ddcee9bf299e303405d43fa11","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-21 - Cabinet of Vice-President Miguel Arias Cañete x European Building Automation and Controls Association"],"date":["2016-09-21"],"summary":["Energy efficiency in buildings"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-20943263315-44","ec-person-260e00934471a02805fb143935d6e9205a7f355f"]}} -{"id":"ec-meeting-2016-09-21-37855f30565fbdb6d8ba6d0440bca21dfc2cbdc9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-21 - Cabinet of Commissioner Věra Jourová x Volkswagen Aktiengesellschaft"],"date":["2016-09-21"],"summary":["COnsumer protection"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-a608b85b2ffef83f883b5a2330b6232efa1b7141","ec-person-184e698af1eb9e33b179680570ca171d8cb31c94","eu-tr-6504541970-40"]}} -{"id":"ec-meeting-2016-09-21-37a3a7dc7052561b99e7e29b5dfde47a1d4c7969","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-21 - Financial Stability, Financial Services and Capital Markets Union x HeoH"],"date":["2016-09-21"],"summary":["Informative meeting about Fisma's policies"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-720600022977-89","ec-person-bdee7a93f95c8ef05079539170139b3c02e8ed96"]}} -{"id":"ec-meeting-2016-09-21-39d3a5fffa9c299ea801c7718762e34aa465a740","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-21 - Günther Oettinger x International Chamber of Commerce"],"date":["2016-09-21"],"summary":["Industry 4.0"],"location":["Walldorf"],"address":["Walldorf"],"addressEntity":["addr-d192e13d647f5d0676f67ee14dbb04ec3572c560"],"organizer":["ec-dg-de"],"involved":["eu-tr-50674299591-83","ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0"]}} -{"id":"ec-meeting-2016-09-21-41cbbae1f0536362f272d52d3dee88a353ed38b3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-21 - Cabinet of Vice-President Maroš Šefčovič x Roundtable for Europe's Energy Future"],"date":["2016-09-21"],"summary":["Preparing a meeting with the Vice-President/State of play of the Energy Union"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-2be517b9261a91f2f07e05ec14c6331980e9716e","eu-tr-101903316808-95"]}} -{"id":"ec-meeting-2016-09-21-54828423716ad3cdcf906e51cc6e2c3ede3b20bb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-21 - Cabinet of High Representative / Vice-President Federica Mogherini x AEGIS Europe"],"date":["2016-09-21"],"summary":["MES China"],"notes":["Portfolio: Foreign Affairs and Security Policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"involved":["eu-tr-790573922716-64","ec-person-189fa91edba64d04693773d2f922608c3f83b78d"]}} -{"id":"ec-meeting-2016-09-21-564a5976a3df50fb3c8111323bc0817f4381f94a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-21 - Energy x JSC Atomenergoprom Atomenergopromsbyt"],"date":["2016-09-21"],"summary":["Energy policy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-820086423470-65","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e","eu-tr-429690823502-77"]}} -{"id":"ec-meeting-2016-09-21-575235632ba7b700b812d9e23980b24b0cb482a1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-21 - Communications Networks, Content and Technology x Cray UK Limited"],"date":["2016-09-21"],"summary":["Cray’s global development and European strategy - European HPC technology projects -EC’s expectations for Cray’s engagement in Europe -"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-463955122867-30","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2016-09-21-59c7962a8de8c5a303de68cc2104b3ce914cc218","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-21 - Cabinet of Commissioner Phil Hogan x European agri-cooperatives European farmers"],"date":["2016-09-21"],"summary":["Nuffield project"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-400dd8d59d3060187d9b9b143d697da1a3d03c12","eu-tr-09586631237-74","eu-tr-44856881231-49"]}} -{"id":"ec-meeting-2016-09-21-5b5d563c7c999b7c2876d996954a2a31bd4527ce","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-21 - Günther Oettinger x ITI - The Information Technology Industry Council"],"date":["2016-09-21"],"summary":["DSM"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-4cd59e13386e3b68ecb3611fcc579e0a0a3938a5","eu-tr-061601915428-87"]}} -{"id":"ec-meeting-2016-09-21-5e5e83ebf7211b6cf9c2472e80d8247b499833e1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-21 - Cabinet of President Jean-Claude Juncker x Advocacy Strategies AG Nord Stream 2 AG Thomas August Paul Falk"],"date":["2016-09-21"],"summary":["Energy Union"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-269765512149-12","eu-tr-392097823486-21","ec-person-80c6995ad1cd6aefa72f1bf440b17b6d8c6dd4b8","ec-person-b1bf9aa5fb7e886441ff341b657cc482b64a2a3e","eu-tr-662856722412-20"]}} -{"id":"ec-meeting-2016-09-21-60d5ecd6a4a0db8558d218fd60925712b6145d8f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-21 - Cabinet of Vice-President Jyrki Katainen x Climate Action Network Europe"],"date":["2016-09-21"],"summary":["Energy Efficiency"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-55888811123-49","ec-person-0da85dc48012e26688310a59a0b51727ea68f410"]}} -{"id":"ec-meeting-2016-09-21-63ac25e32a5917928519b19885238e7f9bbab7fb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-21 - Cabinet of Vice-President Maroš Šefčovič x International Council on Clean Transportation"],"date":["2016-09-21"],"summary":["Standards for LDV/HDV"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-2be517b9261a91f2f07e05ec14c6331980e9716e","eu-tr-06250094777-73"]}} -{"id":"ec-meeting-2016-09-21-66019bab93ab2e1012652dbf1de1828966f74a67","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-21 - Internal Market, Industry, Entrepreneurship and SMEs x France Industrie"],"date":["2016-09-21"],"summary":["Exchange of view on issues, including competitiveness, digitalisation and skills"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-grow"],"involved":["eu-tr-60974102057-03","ec-person-60a3d0d628d231b41af1d0c65607b0fd78ca4edc"]}} -{"id":"ec-meeting-2016-09-21-6ebc221d1af1dbb09b536df19f86332b5e8b0dd2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-21 - Cabinet of Vice-President Miguel Arias Cañete x SIEMENS GAMESA RENEWABLE ENERGY, S.A."],"date":["2016-09-21"],"summary":["COP22 and Electricity Market Design"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-370030023964-01","ec-person-2229c857664a22dcb8eee79a8c05841fd3d0924f"]}} -{"id":"ec-meeting-2016-09-21-710d577dbaf636bda84a6135a682619cd51133ec","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-21 - Cabinet of Vice-President Cecilia Malmström x France Industrie"],"date":["2016-09-21"],"summary":["TTIP, CETA, MES"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-60974102057-03","ec-person-8529bbbc6db862f6b82d6fa66a7cf7668804dae7"]}} -{"id":"ec-meeting-2016-09-21-741a0f044afdca5fe52ce2edad4a7e592c23eb77","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-21 - Communications Networks, Content and Technology x KfW Bankengruppe"],"date":["2016-09-21"],"summary":["digitalization strategy of the European Union - Industry 4.0 - Smart housing"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-79019799690-13","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2016-09-21-7a8d8b08dace56e5c15d15667672dd7a364f8f63","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-21 - Cabinet of Vice-President Neven Mimica x Siemens AG"],"date":["2016-09-21"],"summary":["Healthcare in development cooperation and European External Investment Plan"],"notes":["Portfolio: International Cooperation & Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-mimica-neven-of-president-vice"],"involved":["ec-person-e90858f5aba78fd0e1cb2f757c3f38d55d91f98b","eu-tr-4266797770-31"]}} -{"id":"ec-meeting-2016-09-21-87fbe5dd8417ce73f7aab0936bbbb545cc64b386","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-21 - Cabinet of Commissioner Elżbieta Bieńkowska x Tesla Motors Netherlands B.V."],"date":["2016-09-21"],"summary":["innovation, start-ups, driverless cars"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Fremont California"],"address":["Fremont California"],"addressEntity":["addr-fded4166fa89a7ad76c88c06671d2ebd75e015b7"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["ec-person-d2997a7f359c91a337055c3e24dd36bf928de38d","ec-person-685ecf13dd26cd515c961e24ba71049af2302c5e","ec-person-95a769a1850d7d595f9a5853c51dcbdd3ddd69fb","eu-tr-547225616323-13"]}} -{"id":"ec-meeting-2016-09-21-a8195c569d8ffa7cc04239061752d64a38808a33","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-21 - Cabinet of Commissioner Tibor Navracsics x Het Gemeenschapsonderwijs"],"date":["2016-09-21"],"summary":["Citizenship education"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["eu-tr-927548522934-92","ec-person-1da7ee09d46288ee4ea9db2b644bdcf9c3d6d000"]}} -{"id":"ec-meeting-2016-09-21-ae4631b84c664c3c76fccf28c25fff4a089b2c52","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-21 - Energy x TotalEnergies SE"],"date":["2016-09-21"],"summary":["Energy policy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-1849405799-88","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2016-09-21-b99e2d0d41fed4647d77cf37b9c5c8ef10bd136e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-21 - Günther Oettinger x KfW Bankengruppe"],"date":["2016-09-21"],"summary":["digitalization strategy of the European Union - Industry 4.0 - Smart housing"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-4cd59e13386e3b68ecb3611fcc579e0a0a3938a5","eu-tr-79019799690-13"]}} -{"id":"ec-meeting-2016-09-21-c3f1467c7236413f4c9cf66ec1899c731de8034e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-21 - Migration and Home Affairs x Airports Council International - European Region"],"date":["2016-09-21"],"summary":["EU Security Agenda and the threat of Terrorism, Intelligence, Schengen (Entry-Exit System)"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-home"],"involved":["eu-tr-42566063487-73","ec-person-ae1262e8850ed1e9a0530b0ad7440ac648255896"]}} -{"id":"ec-meeting-2016-09-21-c64fec0976496ef7e9906afb612199e4ce2a3bd8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-21 - Cabinet of Commissioner Elżbieta Bieńkowska x Metsäliitto Cooperative"],"date":["2016-09-21"],"summary":["Renewable Energy Directive and, in particular, the material use of wood and the availability of wood raw material"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-962687110415-94","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2016-09-21-c7436bc02dbb1be91bc974896d25684573598fdd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-21 - Cabinet of Commissioner Elżbieta Bieńkowska x Google"],"date":["2016-09-21"],"summary":["Innovation, driverless cars"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Mountain View California"],"address":["Mountain View California"],"addressEntity":["addr-41580ca9c7d66a446e58dc9b89b70eaf528caff7"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["ec-person-d2997a7f359c91a337055c3e24dd36bf928de38d","ec-person-685ecf13dd26cd515c961e24ba71049af2302c5e","eu-tr-03181945560-59","ec-person-95a769a1850d7d595f9a5853c51dcbdd3ddd69fb"]}} -{"id":"ec-meeting-2016-09-21-e32b22dcba731f792ed8d865c6a278eba2411c11","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-21 - Environment x Eurogypsum"],"date":["2016-09-21"],"summary":["Circular Economy and Sustainable Mining"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-env"],"involved":["eu-tr-26369367005-58","ec-person-3bc74ce04ea3f4ab4d91a5c88eef25b8b8a213b4"]}} -{"id":"ec-meeting-2016-09-21-e92f11960bad1ff0dee799d1beb16ac8ef389324","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-21 - Inspire, Debate, Engage and Accelerate Action x European Movement International"],"date":["2016-09-21"],"summary":["Citizen Engagement"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-dg-idea"],"involved":["eu-tr-35279857524-58","ec-person-4fe56a64c00b3e81c851b5538878b32481bd7d3c"]}} -{"id":"ec-meeting-2016-09-21-f477a77f7634e70e37e1f67867137830347d77ea","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-21 - Cabinet of Commissioner Vytenis Andriukaitis x Bayer AG"],"date":["2016-09-21"],"summary":["Access to Medicines, HTA"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["eu-tr-3523776801-85","ec-person-059ca943fc5fc696d2a97849c635ddf7b6ab7fd7"]}} -{"id":"ec-meeting-2016-09-21-f9d127262f1c8189767827de9b7dc64eae2a33de","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-21 - Cabinet of Vice-President Cecilia Malmström x Monsanto"],"date":["2016-09-21"],"summary":["GMO's"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-8529bbbc6db862f6b82d6fa66a7cf7668804dae7","eu-tr-678841411135-35"]}} -{"id":"ec-meeting-2016-09-22-0bf6646283b63fcfc8728dd768ec8821afbd5613","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-22 - Cabinet of President Jean-Claude Juncker x Confederazione Generale dell'Industria Italiana"],"date":["2016-09-22"],"summary":["Follow-up informal Bratislava EUCO"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-f9475e4bba20c9a170912adada60941243f778ad","eu-tr-27762251795-15"]}} -{"id":"ec-meeting-2016-09-22-10ec105ba014553025aa161215042f5604ea472b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-22 - Cabinet of Vice-President Jyrki Katainen x The European Alliance of Companies for Energy Efficiency in Buildings"],"date":["2016-09-22"],"summary":["Energy Efficiency"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-99005441548-23","ec-person-0da85dc48012e26688310a59a0b51727ea68f410"]}} -{"id":"ec-meeting-2016-09-22-33a91d3026da5d7869f97a0712e342389f5f4c97","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-22 - Cabinet of Commissioner Phil Hogan x British Agriculture Bureau"],"date":["2016-09-22"],"summary":["Agri matters"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-23029147081-37","ec-person-400dd8d59d3060187d9b9b143d697da1a3d03c12"]}} -{"id":"ec-meeting-2016-09-22-36d1af39e46f3616e2a08f226a4f37915feaf29c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-22 - Energy x GasNaturally"],"date":["2016-09-22"],"summary":["Energy policy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-12847789685-76","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2016-09-22-3ae62f2dc2e761692222f8fd694c96642d8886da","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-22 - Inspire, Debate, Engage and Accelerate Action x European Organisation for Security"],"date":["2016-09-22"],"summary":["Security"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-dg-idea"],"involved":["eu-tr-32134385519-64","ec-person-4fe56a64c00b3e81c851b5538878b32481bd7d3c"]}} -{"id":"ec-meeting-2016-09-22-50b50e051f9ab82d394950dc88849c3572b8030e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-22 - Cabinet of Vice-President Cecilia Malmström x Maa- ja metsätaloustuottajain Keskusliitto – Central Union of Agricultural Producers and Forest Owners"],"date":["2016-09-22"],"summary":["Overview of Trade Agenda"],"notes":["Portfolio: Trade"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-56039441735-48","ec-person-5d4088e1913284a765aed8445f448f6ff341f1b3"]}} -{"id":"ec-meeting-2016-09-22-532e5d204f7646529f2f1f8d242eaa47a184362e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-22 - Cabinet of High Representative / Vice-President Federica Mogherini x The Secretariat of the Steering Committee of the Eastern Partnership Civil Society Forum"],"date":["2016-09-22"],"summary":["Annual Assembly of EaP Civil Society Forum in November 2016"],"notes":["Portfolio: Foreign Affairs and Security Policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"involved":["ec-person-97549b50ce25e488bb1c03d83cfb838cd4fdf293","eu-tr-112703312593-49"]}} -{"id":"ec-meeting-2016-09-22-60c5d15beb03ba77c530442ce763675977ef142a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-22 - Cabinet of Commissioner Tibor Navracsics x EUN Partnership aisbl"],"date":["2016-09-22"],"summary":["eTwinning and school education gateway"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-1da7ee09d46288ee4ea9db2b644bdcf9c3d6d000","eu-tr-977907115068-02"]}} -{"id":"ec-meeting-2016-09-22-64aa8f67d76b6b78275dd5ab44298b5337f7f997","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-22 - Cabinet of Vice-President Cecilia Malmström x Médecins Sans Frontières"],"date":["2016-09-22"],"summary":["Access to medicine"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-38497857515-11","ec-person-8529bbbc6db862f6b82d6fa66a7cf7668804dae7"]}} -{"id":"ec-meeting-2016-09-22-7519a76db64961c4f1157cb4c218a6bec7c01e05","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-22 - Migration and Home Affairs x European Organisation for Security"],"date":["2016-09-22"],"summary":["Role of the Private Sector in the next steps of the European Agendas on Migration and Security, including possible public-private partnerships."],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-home"],"involved":["eu-tr-32134385519-64","ec-person-ae1262e8850ed1e9a0530b0ad7440ac648255896"]}} -{"id":"ec-meeting-2016-09-22-7b919b57eacc01eefcc2a8a29013e7df28b6a96b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-22 - Cabinet of Commissioner Vytenis Andriukaitis x Monsanto"],"date":["2016-09-22"],"summary":["Regulatory procedures on GMOs; status of the re-registration of glyphosate in the EU"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-b9c3f19e7c5f216e3e508f931ddd6a9cb59376d1","eu-tr-678841411135-35"]}} -{"id":"ec-meeting-2016-09-22-7cffad68f29151302f26eb83e2e23b465dd5b1e6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-22 - Cabinet of Vice-President Andrus Ansip x Mouvement des Entreprises de France"],"date":["2016-09-22"],"summary":["Copyright, telecom review, data economy, cybersecurity, geoblocking"],"notes":["Portfolio: Digital Single Market"],"location":["Paris"],"address":["Paris"],"addressEntity":["addr-22390ad11c32faec43fc61555b53607660b3c185"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-5db7bdd1c81da2e70eb5b982097d0004111b5c3e","eu-tr-43763731235-75","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45","ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0"]}} -{"id":"ec-meeting-2016-09-22-8447379f0983aaf08e321af8b182218ca9f636e6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-22 - Cabinet of Vice-President Jyrki Katainen x Tampereen ja Pirkanmaan EU-toimisto/Tampere Region EU Office"],"date":["2016-09-22"],"summary":["Investment opportunities"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-99365f4c3081112dcbfa722a5eb05adecc68503e","eu-tr-171385315838-88"]}} -{"id":"ec-meeting-2016-09-22-8562c8a44fccdc1643d67897036dd399e8b21d4d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-22 - Cabinet of First Vice-President Frans Timmermans x BUSINESSEUROPE"],"date":["2016-09-22"],"summary":["Transparency Register"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["ec-person-7a0c440119cd5d547eceebb055c79b8bb41bf9a2","eu-tr-3978240953-79"]}} -{"id":"ec-meeting-2016-09-22-8c87bc057227f39dcb6a61ffb60c42bb6b2e35df","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-22 - Cabinet of Commissioner Elżbieta Bieńkowska x Daimler Aktiengesellschaft"],"date":["2016-09-22"],"summary":["Innovation, Start-ups, driverless cars"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Sunnyvale CA"],"address":["Sunnyvale CA"],"addressEntity":["addr-abcccb4977911e625e9d4a4062ebc6e4e7ac9350"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["ec-person-d2997a7f359c91a337055c3e24dd36bf928de38d","ec-person-685ecf13dd26cd515c961e24ba71049af2302c5e","ec-person-95a769a1850d7d595f9a5853c51dcbdd3ddd69fb","eu-tr-2349218828-41"]}} -{"id":"ec-meeting-2016-09-22-8f8a433ffc688804226d9256a7efb45d113b632e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-22 - Energy x ELECTRICITE DE FRANCE"],"date":["2016-09-22"],"summary":["Energy policy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-39966101835-69","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2016-09-22-9623c00951068fa7237465ebd0327a7d46967b5b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-22 - Cabinet of Vice-President Jyrki Katainen x Fleishman-Hillard"],"date":["2016-09-22"],"summary":["Financial issues"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-56047191389-84","ec-person-955e8c493ab54847bb92b65986f56a401f8eabee"]}} -{"id":"ec-meeting-2016-09-22-9d6e59c09c8543705e553bee498ee0902c8b91b8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-22 - Cabinet of Commissioner Tibor Navracsics x European Club Association"],"date":["2016-09-22"],"summary":["Developments in football"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["eu-tr-564607316826-42","ec-person-49f31dad10f5641cb1d1e4c3107dd838389e8120"]}} -{"id":"ec-meeting-2016-09-22-accaedcdccb1e308b3d3514924d2e992a6e495a0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-22 - Cabinet of Vice-President Maroš Šefčovič x Stichting European Climate Foundation"],"date":["2016-09-22"],"summary":["Energy Union research Innovation and competitiveness"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-64869491516-70","ec-person-9f6823821fe68d82e9b9dbe81181ecacb0265d94"]}} -{"id":"ec-meeting-2016-09-22-ad0254ea121e4ccff9ca57a25fe37cac376abf08","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-22 - Cabinet of Vice-President Neven Mimica x European Dairy Association aisbl"],"date":["2016-09-22"],"summary":["Dairy in development cooperation and European External Investment Plan"],"notes":["Portfolio: International Cooperation & Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-mimica-neven-of-president-vice"],"involved":["eu-tr-42967152383-63","ec-person-e90858f5aba78fd0e1cb2f757c3f38d55d91f98b"]}} -{"id":"ec-meeting-2016-09-22-b1b42fc173654f9a217055c644c9c332615bb602","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-22 - Publications Office x Zentralverband des Deutschen Handwerks e.V."],"date":["2016-09-22"],"summary":["Industry 4.0"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-op"],"involved":["ec-person-c82a3f7647c572f2b733f7a00b22c4b833946f15","eu-tr-5189667783-94"]}} -{"id":"ec-meeting-2016-09-22-bec83ab6a48f78323c5f8006a40a11a0640d7649","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-22 - Cabinet of Commissioner Carlos Moedas x Tata Consultancy Services"],"date":["2016-09-22"],"summary":["Company introduction"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Bruxelles"],"address":["Bruxelles"],"addressEntity":["addr-b58f5927b66d94a676970dc048485d4c6848f272"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-a45151b401196e9c374c9acdada9d8840da271ad","eu-tr-930116617440-93"]}} -{"id":"ec-meeting-2016-09-22-cac97f2252c34093abe9a99090e1c9e069c5bfb4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-22 - Cabinet of Vice-President Maroš Šefčovič x IBM Corporation"],"date":["2016-09-22"],"summary":["Digitalisation of Energy Sector"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-7721359944-96","ec-person-3bf48630444ace93d407e52eb880e64d480f75ce"]}} -{"id":"ec-meeting-2016-09-22-d14518bf889bcacd15e0b09a634626b5de33ca78","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-22 - Cabinet of Commissioner Elżbieta Bieńkowska x Airbus"],"date":["2016-09-22"],"summary":["innovation"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["San Jose, California"],"address":["San Jose, California"],"addressEntity":["addr-b1de5b3173f925f173ea7acde1f51fadf408af66"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["ec-person-d2997a7f359c91a337055c3e24dd36bf928de38d","ec-person-685ecf13dd26cd515c961e24ba71049af2302c5e","eu-tr-2732167674-76","ec-person-95a769a1850d7d595f9a5853c51dcbdd3ddd69fb"]}} -{"id":"ec-meeting-2016-09-22-d3518e4ae0d110b858ae48be8cf751135c47c05e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-22 - Cabinet of Vice-President Jyrki Katainen x Citigroup Inc. HSBC Holdings PLC Association for Financial Markets in Europe"],"date":["2016-09-22"],"summary":["Sustainable finance"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-00353757573-57","eu-tr-001866415031-87","eu-tr-65110063986-76","ec-person-955e8c493ab54847bb92b65986f56a401f8eabee"]}} -{"id":"ec-meeting-2016-09-22-deac4e3e4c8c2a22865a67019af4a1804642c24f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-22 - Cabinet of Commissioner Elżbieta Bieńkowska x Tampereen ja Pirkanmaan EU-toimisto/Tampere Region EU Office"],"date":["2016-09-22"],"summary":["EU agenda"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-171385315838-88","ec-person-b2f9be51339f054477846797e2c119fcf16548fc"]}} -{"id":"ec-meeting-2016-09-22-e3d7d9843db72b6aefdf37675d86c05b377de0ae","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-22 - Cabinet of Commissioner Phil Hogan x Federation of Swedish Family Forest Owners"],"date":["2016-09-22"],"summary":["Simplification"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["BRUSSELS"],"address":["BRUSSELS"],"addressEntity":["addr-f74337897287bf1b546f30505f5b1f693a87af50"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-878186914678-56","ec-person-400dd8d59d3060187d9b9b143d697da1a3d03c12"]}} -{"id":"ec-meeting-2016-09-22-e89bac8cdfb3db39169fc0e43bed43a06e4f94c7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-22 - Cabinet of Vice-President Miguel Arias Cañete x EuropExpo"],"date":["2016-09-22"],"summary":["Smart Cities"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-735247323269-76","ec-person-25a937c04cd0a0ddcf5cf34798e76b5105854114"]}} -{"id":"ec-meeting-2016-09-22-e9f7f995d81c2fae5c5e115babc4c49809aceb6e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-22 - Cabinet of Vice-President Jyrki Katainen x SAINT-GOBAIN ISOVER"],"date":["2016-09-22"],"summary":["Energy Efficiency"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-40653905608-21","ec-person-0da85dc48012e26688310a59a0b51727ea68f410"]}} -{"id":"ec-meeting-2016-09-22-f31902b254bf16a9c9387b5ad5d7e82f99ce79c6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-22 - Cabinet of Commissioner Elżbieta Bieńkowska x Transport and Environment (European Federation for Transport and Environment)"],"date":["2016-09-22"],"summary":["automatic driving"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["ec-person-b2f9be51339f054477846797e2c119fcf16548fc","eu-tr-58744833263-19","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2016-09-22-f4a9fa009fbc70ad29b0bce598c6c79be8d841c0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-22 - Cabinet of Vice-President Andrus Ansip x Syndicat de la presse quotidienne nationale"],"date":["2016-09-22"],"summary":["Copyright, portability"],"notes":["Portfolio: Digital Single Market"],"location":["Paris"],"address":["Paris"],"addressEntity":["addr-22390ad11c32faec43fc61555b53607660b3c185"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-5db7bdd1c81da2e70eb5b982097d0004111b5c3e","eu-tr-986642126602-16","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45","ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0"]}} -{"id":"ec-meeting-2016-09-22-fbcf3f19c61b25771ec2b7226adb82e200e24dd2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-22 - Cabinet of Commissioner Věra Jourová x EUROPEAN TRADE UNION CONFEDERATION"],"date":["2016-09-22"],"summary":["Insolvency"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-184e698af1eb9e33b179680570ca171d8cb31c94","eu-tr-06698681039-26","ec-person-ff9ad301b778d595651cc4c46ec3a4cf1ef10376"]}} -{"id":"ec-meeting-2016-09-23-00d8b4d4ab70aa50877ad8ba647ce790e891da38","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-23 - Cabinet of Vice-President Cecilia Malmström x spiritsEUROPE"],"date":["2016-09-23"],"summary":["CETA"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-64926487056-58","ec-person-cb8ca9ec2413722fa83484ed18dd76ace52d0118"]}} -{"id":"ec-meeting-2016-09-23-0721dc017a0f07fb0e16f510a9907188725f1b31","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-23 - Energy x Friends of Sustainable Grids"],"date":["2016-09-23"],"summary":["Energy policy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-91684615435-86","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2016-09-23-22791a6a3821e8611131d4737994ed622a239b7a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-23 - Cabinet of Commissioner Elżbieta Bieńkowska x BUSINESSEUROPE"],"date":["2016-09-23"],"summary":["industrial strategy"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-3978240953-79","ec-person-b2f9be51339f054477846797e2c119fcf16548fc"]}} -{"id":"ec-meeting-2016-09-23-3c4bb13ba15270a60a309c180b06d88a2ca238ce","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-23 - Climate Action x Transport and Environment (European Federation for Transport and Environment)"],"date":["2016-09-23"],"summary":["Low emission mobility"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-clima"],"involved":["ec-person-44c2f44f96dda2012bcb4e9abc749f6cae86a4c0","eu-tr-58744833263-19"]}} -{"id":"ec-meeting-2016-09-23-42324a3fdd1dc7fc279a6c4ea23e188ccacb0043","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-23 - Cabinet of Commissioner Elżbieta Bieńkowska x Boeing International Corporation - Belgium Branch Office"],"date":["2016-09-23"],"summary":["space, defence, innvation, digital"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Seattle US"],"address":["Seattle US"],"addressEntity":["addr-6de73e1aafa17a704a5a68524d1290e6e09ef8cc"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-62505293737-81","ec-person-d2997a7f359c91a337055c3e24dd36bf928de38d","ec-person-685ecf13dd26cd515c961e24ba71049af2302c5e","ec-person-95a769a1850d7d595f9a5853c51dcbdd3ddd69fb"]}} -{"id":"ec-meeting-2016-09-23-47c9d9a695f6fac1b4a29dee994c41d3e2d766a3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-23 - Cabinet of Vice-President Valdis Dombrovskis x SGI Europe"],"date":["2016-09-23"],"summary":["Exchange of views on Social Dialogue"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-1f98d05bdaed2c40396781b1eb7b0aa47cb8dd20","eu-tr-59513031434-92"]}} -{"id":"ec-meeting-2016-09-23-4d053cebc92d6f9bc8348f58506e49822636ea4b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-23 - Cabinet of Vice-President Jyrki Katainen x Fern Stichting BirdLife Europe"],"date":["2016-09-23"],"summary":["bioenergy sustainability"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-1083162721-43","ec-person-0da85dc48012e26688310a59a0b51727ea68f410","eu-tr-40538475090-82"]}} -{"id":"ec-meeting-2016-09-23-548148753ed98508b22f9a7ba8d4bc1c5003e6c0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-23 - Günther Oettinger x Hewlett Packard Enterprise"],"date":["2016-09-23"],"summary":["European Open Science Cloud initiative"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-075071719925-75","ec-person-3297113eb5d4e59bc84d571628f0130aa75c761a"]}} -{"id":"ec-meeting-2016-09-23-69ecde655d76be5af9f4f7666ed4c198cfb3f436","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-23 - Cabinet of Commissioner Marianne Thyssen x Conseil des Communes et Régions d'Europe"],"date":["2016-09-23"],"summary":["Cohesion policy"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["ec-person-e93189002a993321fd1af93481b271c766b1aff8","eu-tr-81142561702-61","ec-person-97cc52ff34af5e6170626d2711bb791d319e064a"]}} -{"id":"ec-meeting-2016-09-23-7d43dde33e36f8c4a748a815c01f425d97420a6f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-23 - Communications Networks, Content and Technology x GSMA Europe"],"date":["2016-09-23"],"summary":["Telecom Framework Review"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-30988577529-37","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2016-09-23-8afaeade054525ed872f726a93ee354b2188d98c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-23 - Cabinet of Vice-President Andrus Ansip x Association des Cinémathèques Européennes"],"date":["2016-09-23"],"summary":["Meeting with Cinémathèque Française on copyright and portability"],"notes":["Portfolio: Digital Single Market"],"location":["Paris"],"address":["Paris"],"addressEntity":["addr-22390ad11c32faec43fc61555b53607660b3c185"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0","eu-tr-45960464757-14"]}} -{"id":"ec-meeting-2016-09-23-971ebb6fc56b8e7ffb05a13e74ef91c8e3810fc5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-23 - Cabinet of Commissioner Elżbieta Bieńkowska x Microsoft Corporation"],"date":["2016-09-23"],"summary":["innovation, digital"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Redmond"],"address":["Redmond"],"addressEntity":["addr-a1fa2348e630fd52155d200a6b6f9d2dcd588e19"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-0801162959-21","ec-person-d2997a7f359c91a337055c3e24dd36bf928de38d","ec-person-685ecf13dd26cd515c961e24ba71049af2302c5e","ec-person-95a769a1850d7d595f9a5853c51dcbdd3ddd69fb"]}} -{"id":"ec-meeting-2016-09-23-bff77945f024be558b4cfeae3980f131b8fc5a26","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-23 - Günther Oettinger x European Round Table for Industry"],"date":["2016-09-23"],"summary":["DSM"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0","eu-tr-25487567824-45"]}} -{"id":"ec-meeting-2016-09-23-dbd5ecddba7eba416b9ff913c8439169ca77c79f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-23 - Translation x Regional Centre Europe of the International Federation of Translators"],"date":["2016-09-23"],"summary":["European Day of Languages"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-dgt"],"involved":["eu-tr-673730718512-37","ec-person-6a68b33392f32089b342f1b8d2d766058b93d944"]}} -{"id":"ec-meeting-2016-09-25-7d6b4e214fa9d4ee43827129afd199cbcc3c177d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-25 - Cabinet of Commissioner Phil Hogan x Cargill"],"date":["2016-09-25"],"summary":["Futures Markets"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-ff8342dedc26701400fcb7dcf73fbee50a837ac6","eu-tr-01063261836-24"]}} -{"id":"ec-meeting-2016-09-25-d750a94d179e298d25ea57ff9aee68ca708f8cb3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-25 - Agriculture and Rural Development x Camara Paraguaya de Carnes"],"date":["2016-09-25"],"summary":["Member of the Paraguayan Minister of Trade and Industry delegation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-agri"],"involved":["eu-tr-010155623551-54","ec-person-7bc7204a153f98afbf1ad1cffbdd10d06d9ae166"]}} -{"id":"ec-meeting-2016-09-26-0ebea00951249ead64b8722f7b079dd24ecbc925","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-26 - Cabinet of Vice-President Cecilia Malmström x Nokia"],"date":["2016-09-26"],"summary":["Telecom situation in China"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-35167875358-33","ec-person-98880f3f4206145e196013db9dd806a551c11e06"]}} -{"id":"ec-meeting-2016-09-26-13ab970c602481a24c448d7c722c6865e3a8d371","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-26 - Cabinet of Vice-President Miguel Arias Cañete x Shell Companies"],"date":["2016-09-26"],"summary":["state of play as regards policies to reduce CO2 emission s in the power sector, industry & transport"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-05032108616-26","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd"]}} -{"id":"ec-meeting-2016-09-26-21ac8da8b5f63eb085fe7962d6a15da6b20185c3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-26 - Cabinet of Commissioner Elżbieta Bieńkowska x BirdLife Suomi - BirdLife Finland"],"date":["2016-09-26"],"summary":["Bioenergy"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-034456815951-40","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2016-09-26-23553a0382de8164c59a301e9880e1f05bf11ea7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-26 - Cabinet of Vice-President Maroš Šefčovič x ARIANESPACE"],"date":["2016-09-26"],"summary":["Next launch for Galileo, global launch market"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-016461319755-04","ec-person-2be517b9261a91f2f07e05ec14c6331980e9716e"]}} -{"id":"ec-meeting-2016-09-26-263292c543162bcf2b8d7dbb9033b95d29e5a6c4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-26 - Cabinet of Vice-President Valdis Dombrovskis x Latvijas Finanšu nozares asociācija"],"date":["2016-09-26"],"summary":["EMU deepening; Banking Union"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Riga"],"address":["Riga"],"addressEntity":["addr-e98260de43e8b705667726783aef78b8badb67e7"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-481610819779-94","ec-person-a9eda2e8ea54b70a968327672c6cada679d3cd56"]}} -{"id":"ec-meeting-2016-09-26-2b7865f0dd322c12f7c16d62699cec506e428e90","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-26 - Günther Oettinger x Climate Action Network Europe"],"date":["2016-09-26"],"summary":["Energy Efficiency Directive"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-55888811123-49","ec-person-3297113eb5d4e59bc84d571628f0130aa75c761a"]}} -{"id":"ec-meeting-2016-09-26-3493a78258229fbe7d18ee2893341bbc4cf43711","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-26 - Cabinet of Commissioner Tibor Navracsics x DOT Europe"],"date":["2016-09-26"],"summary":["Copyright proposal"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-49f31dad10f5641cb1d1e4c3107dd838389e8120","ec-person-fa3187815cf956b0872e1668e14548b7d9f7ce93","eu-tr-53905947933-43"]}} -{"id":"ec-meeting-2016-09-26-5b2c6380fc26a6b0ae29fa6614c8b3e68529a3c2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-26 - Cabinet of Commissioner Věra Jourová x Salesforce"],"date":["2016-09-26"],"summary":["Data protection"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["eu-tr-991195317279-06","ec-person-f329292459cb1badb7fb7c6b67b698c441931bb2"]}} -{"id":"ec-meeting-2016-09-26-5da11b9a9d3a222865a9649d9465f124dbad516d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-26 - Cabinet of Commissioner Vytenis Andriukaitis x The European Alliance of Companies for Energy Efficiency in Buildings"],"date":["2016-09-26"],"summary":["Commission energy efficiency package"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["eu-tr-99005441548-23","ec-person-c986c9ff99d99d8006e000db5a8046be615813ae"]}} -{"id":"ec-meeting-2016-09-26-6495bb76fd6e51ad3a5691de3165e493ee3bdc4a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-26 - Cabinet of Vice-President Maroš Šefčovič x Bundesverband deutscher Wohnungs- und Immobilienunternehmen"],"date":["2016-09-26"],"summary":["Energy Efficiency in buildings: regulation, investment, skills"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-2be517b9261a91f2f07e05ec14c6331980e9716e","eu-tr-089167355-44"]}} -{"id":"ec-meeting-2016-09-26-7fedb39af13c4cb8ebe30a65b2c9e85fb1e60735","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-26 - Cabinet of Commissioner Phil Hogan x PERNOD RICARD"],"date":["2016-09-26"],"summary":["Business discussion"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-ff8342dedc26701400fcb7dcf73fbee50a837ac6","eu-tr-352172811-92"]}} -{"id":"ec-meeting-2016-09-26-846928b8f071f708b946e2b4db28f6149bc0bacd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-26 - Trade x Camara Paraguaya de Carnes"],"date":["2016-09-26"],"summary":["General exchange on EU-Mercosur relations"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-trade"],"involved":["ec-person-bde9bb099f5d24c52ca4a9255cefc99a5b87a650","eu-tr-010155623551-54"]}} -{"id":"ec-meeting-2016-09-26-88467c6ffb5a2c0bcb1c61491f8290dc51c445fe","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-26 - Cabinet of Commissioner Pierre Moscovici x Discovery Capital Management, LLC"],"date":["2016-09-26"],"summary":["Economy and Greece"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["eu-tr-395457123554-26","ec-person-18ec03f403696ecde522f7843ba9c4ff6335ead4"]}} -{"id":"ec-meeting-2016-09-26-920e476d15fa7da2e6552fb6706a5d79c3e698bd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-26 - Günther Oettinger x Enterprise Rent A Car UK, Ltd."],"date":["2016-09-26"],"summary":["e-commerce, sharing economy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-499115519787-49","ec-person-3297113eb5d4e59bc84d571628f0130aa75c761a"]}} -{"id":"ec-meeting-2016-09-26-a230782871f6ab83d70c71f7d099414183cf03ec","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-26 - Cabinet of Commissioner Phil Hogan x Red Flag"],"date":["2016-09-26"],"summary":["Alcohol Bill"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-204118419175-08","ec-person-ff8342dedc26701400fcb7dcf73fbee50a837ac6"]}} -{"id":"ec-meeting-2016-09-26-ab5a83c6dd09d03bd282b12f119186829963934f","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2016-09-26 - Cabinet of First Vice-President Frans Timmermans x Friends of Europe"],"date":["2016-09-26"],"summary":["Sustainable Development goals","Sustainability"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["ec-person-7a0c440119cd5d547eceebb055c79b8bb41bf9a2","eu-tr-99436366768-45","ec-person-966667b73d92624be9bb019c2baab7e52331b3d3"]}} -{"id":"ec-meeting-2016-09-26-b78fc9de8d8fe470bd1751cd671bb960f547f1f4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-26 - Energy x Chevron Belgium BV"],"date":["2016-09-26"],"summary":["Energy policy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["ec-person-6997149120ce5129e38febe5275dc8fd03232d2e","eu-tr-09981988815-02"]}} -{"id":"ec-meeting-2016-09-26-c3c8993edf24aeab979e69c963cbe4fb2c18f358","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-26 - Energy x Shell Companies"],"date":["2016-09-26"],"summary":["Energy policy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-05032108616-26","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2016-09-26-eec666b77cb5352e7c906f3435780e38cc763f07","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-26 - Cabinet of Vice-President Neven Mimica x Telefonica, S.A."],"date":["2016-09-26"],"summary":["Discussion on their initiative ProFuturo, to promote quality, equitable education for children and young people from the most disadvantaged groups by providing digital tools"],"notes":["Portfolio: International Cooperation & Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-mimica-neven-of-president-vice"],"involved":["ec-person-5f446e21c2ca97624d9781d53ce7312477e72d6e","ec-person-886e1b865045c3ed98e99075006d09cea708acce","eu-tr-52431421-12"]}} -{"id":"ec-meeting-2016-09-27-0438aff78b3fffcc3378d4a61625b6e1097b2c4e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-27 - Cabinet of Vice-President Andrus Ansip x QUALCOMM Incorporated"],"date":["2016-09-27"],"summary":["5G, IoT, standards and interoperability"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-00358442856-45","ec-person-666bc159c7e65a3af9e63c1e97435c02f1496955","ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0"]}} -{"id":"ec-meeting-2016-09-27-05b19d3b097040ec47f07dd9b6e489c6a2351fe7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-27 - Cabinet of Commissioner Elżbieta Bieńkowska x Deutsche Messe AG"],"date":["2016-09-27"],"summary":["Hanover fair 2017"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-55535346410-37","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2016-09-27-065d596c514fec26fdf28c43ac8b59ac613e3f89","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-27 - Energy x None"],"date":["2016-09-27"],"summary":["Energy policy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-90947457424-20","eu-tr-41816938101-07","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e","eu-tr-47504237466-74","eu-tr-56592866496-47","eu-tr-6256831207-27"]}} -{"id":"ec-meeting-2016-09-27-079d883dd6c6748da05b73afa0e05b318ff07753","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-27 - Günther Oettinger x European Magazine Media Association"],"date":["2016-09-27"],"summary":["copyright, AVMSD, e-privacy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-4cd59e13386e3b68ecb3611fcc579e0a0a3938a5","eu-tr-37937886834-69"]}} -{"id":"ec-meeting-2016-09-27-0d8e48592288cbb8da7b6f688db2fbc5dae71b72","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-27 - Cabinet of President Jean-Claude Juncker x Swedish Association of Local Authorities and Regions"],"date":["2016-09-27"],"summary":["Priorities of the Commission"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-698580322266-37","ec-person-c402e34a99fbee730ae22e3b1958e21c94dc6fcc"]}} -{"id":"ec-meeting-2016-09-27-0f4c2f61ca515dc7733d5e395061d9518e6ccce0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-27 - Cabinet of Vice-President Jyrki Katainen x Bayer AG"],"date":["2016-09-27"],"summary":["Competitiveness"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90","eu-tr-3523776801-85"]}} -{"id":"ec-meeting-2016-09-27-14c73c13796845c518ae205360b4ab3e2c7b2f88","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-27 - Cabinet of Vice-President Jyrki Katainen x FOREIGN ECONOMIC RELATIONS BOARD"],"date":["2016-09-27"],"summary":["Economic relations with Turkey"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-945767423659-90","ec-person-7c9460f99c5872dbdc561f5752401c870d12e98b"]}} -{"id":"ec-meeting-2016-09-27-15329c07738c55f57d7e34c4c2962452d97425b7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-27 - Cabinet of Commissioner Phil Hogan x La Coopération Agricole"],"date":["2016-09-27"],"summary":["Simplification de la PAC, Priorités en matière de développement rural, -\tMesures agro-écologiques, , -\tModification des programmes de développement rural a posteriori , -\tConférence Cork 2.0 / Déclaration de Cork 2.0 et conséquences"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels, BERL"],"address":["Brussels, BERL"],"addressEntity":["addr-3c3fa5f92474ebac668808553fbab6d1c14aa243"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-9447162467-70","ec-person-428cf365f3847d04012831ef2642a1a69aed518d"]}} -{"id":"ec-meeting-2016-09-27-17f55556d379711cda1922546b633c7b26ea8f18","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-27 - Günther Oettinger x European Publishers Council"],"date":["2016-09-27"],"summary":["Copyright"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-4456380381-30","ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0"]}} -{"id":"ec-meeting-2016-09-27-17f764e5484c9533b2fca2d6bdaec82898db56c2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-27 - Cabinet of Vice-President Andrus Ansip x Confederation of Swedish Enterprise"],"date":["2016-09-27"],"summary":["DSM general"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-39912257528-48","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45"]}} -{"id":"ec-meeting-2016-09-27-187e35a9a12ef5656662f531e35d6f22ecc561f9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-27 - Günther Oettinger x QUALCOMM Incorporated"],"date":["2016-09-27"],"summary":["DSM"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-00358442856-45","ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0"]}} -{"id":"ec-meeting-2016-09-27-28a96ea0a4e71ac96c83e6acf7885cce13c381e6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-27 - Cabinet of Commissioner Věra Jourová x Federation of European Publishers"],"date":["2016-09-27"],"summary":["Copyright reform and digital contract proposals"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Belgium, Brussels"],"address":["Belgium, Brussels"],"addressEntity":["addr-0c96bd4b2c2391b43c37eda4c201015868b0aa7b"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-a2ca9161feee56909a0e98b473c2d342c20fdb57","eu-tr-398541467-53"]}} -{"id":"ec-meeting-2016-09-27-2d948796f4395b86ea5678697fe11c95e372dc27","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-27 - Energy x Emerson Electric Co."],"date":["2016-09-27"],"summary":["Energy policy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-338567616061-91","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2016-09-27-2e718b5eb6bc2b3d6b1502e6074792d3784074e1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-27 - Cabinet of Vice-President Andrus Ansip x BT Group plc"],"date":["2016-09-27"],"summary":["Telecom review, portability, DSM"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-666bc159c7e65a3af9e63c1e97435c02f1496955","eu-tr-00919034091-89","ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0"]}} -{"id":"ec-meeting-2016-09-27-2e71dca9951331b1addb4d5bff5df89ac40b6e31","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-27 - Cabinet of Vice-President Miguel Arias Cañete x NEW AREVA HOLDING SA"],"date":["2016-09-27"],"summary":["Politique nucléaire"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-62773e55e1985542cb18a2a89f2053f2f39146b1","eu-tr-41126912590-71"]}} -{"id":"ec-meeting-2016-09-27-2f7decd065623d3386f9e6ccf18b95995a496bd1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-27 - Günther Oettinger x Computer & Communications Industry Association European Internet Services Providers Association BSA | The Software Alliance DIGITALEUROPE"],"date":["2016-09-27"],"summary":["DSM"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-75039383277-48","ec-person-4cd59e13386e3b68ecb3611fcc579e0a0a3938a5","eu-tr-64270747023-20","eu-tr-54437813115-56","eu-tr-15987896534-82"]}} -{"id":"ec-meeting-2016-09-27-365f2e2f0d73f74a1c136d7b23da414c70d200be","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-27 - Cabinet of High Representative / Vice-President Federica Mogherini x World Federalist Movement/Institute for Global Policy"],"date":["2016-09-27"],"summary":["latest developments regarding the ICC"],"notes":["Portfolio: Foreign Affairs and Security Policy"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"involved":["eu-tr-407363614347-45","ec-person-23c55ec7dbedbeca55522253bc69ae6fd1bea72c"]}} -{"id":"ec-meeting-2016-09-27-3b18f4d0f811f4a4b21e895f20313464142a8bf8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-27 - Cabinet of Vice-President Cecilia Malmström x Wirtschaftskammer Österreich"],"date":["2016-09-27"],"summary":["TTIP / CETA"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-20ded9db5df11164331bb161fdf234b1e5ad53fd","ec-person-cb8ca9ec2413722fa83484ed18dd76ace52d0118","eu-tr-10405322962-08"]}} -{"id":"ec-meeting-2016-09-27-3c144dbe314f23f85b4335396663ad1813d15f99","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-27 - Cabinet of Commissioner Violeta Bulc x ALLO TAXI SAS - Les Taxis Bleus"],"date":["2016-09-27"],"summary":["Taxis4smartcities initiatives"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-dd7851e4a1e747e824b4f81139e33bc3cdb73160","eu-tr-558962116384-56"]}} -{"id":"ec-meeting-2016-09-27-41718162e94ef12d43a857a06e3078e96e2800d1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-27 - Energy x Schneider Electric"],"date":["2016-09-27"],"summary":["Energy policy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-46302264606-44","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2016-09-27-452a7ef939590528e607e23868a5f2cb62e5daf7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-27 - Cabinet of Commissioner Phil Hogan x Alcohol Action Ireland"],"date":["2016-09-27"],"summary":["Public Health (Alcohol) Bill"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["BERL 08/304"],"address":["BERL 08/304"],"addressEntity":["addr-aff09a6f822af9a7e96260c390a7e7bd5d64be8b"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-268106119036-39","ec-person-7d3caa534e5cdda6d5b949bd4b2def39356e3bec"]}} -{"id":"ec-meeting-2016-09-27-4ad40e42f1b79a18fae421211f30436ed9a51806","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-27 - Financial Stability, Financial Services and Capital Markets Union x Insurance Europe"],"date":["2016-09-27"],"summary":["conduct of business, Solvency II review and the Capital Markets Union, international standards and pensions."],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["ec-person-bdee7a93f95c8ef05079539170139b3c02e8ed96","eu-tr-33213703459-54"]}} -{"id":"ec-meeting-2016-09-27-50c1ea902b22678b2e9fba51438e49d4bb93a8c2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-27 - Cabinet of Commissioner Dimitris Avramopoulos x Σύνδεσμος Ιστορικών Καφέ Ευρώπης"],"date":["2016-09-27"],"summary":["General Migration Issues"],"notes":["Portfolio: Migration, Home Affairs and Citizenship"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-avramopoulos-cabinet-commissioner-dimitris-of"],"involved":["eu-tr-827877723555-25","ec-person-06b43c385c07c13f2bae1d24a0075851e8ce491d"]}} -{"id":"ec-meeting-2016-09-27-532e5d204f7646529f2f1f8d242eaa47a184362e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-27 - Cabinet of High Representative / Vice-President Federica Mogherini x The Secretariat of the Steering Committee of the Eastern Partnership Civil Society Forum"],"date":["2016-09-27"],"summary":["Human rights situation of minorities in Ukraine"],"notes":["Portfolio: Foreign Affairs and Security Policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"involved":["ec-person-97549b50ce25e488bb1c03d83cfb838cd4fdf293","eu-tr-112703312593-49"]}} -{"id":"ec-meeting-2016-09-27-57dd74f264f69790549d137598b6f06ba1cadfad","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-27 - Cabinet of Vice-President Miguel Arias Cañete x Friends of the Earth Europe"],"date":["2016-09-27"],"summary":["Role of gas"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-1831691c10441c5974327bbeb8693d6b6c1e50c3","eu-tr-9825553393-31"]}} -{"id":"ec-meeting-2016-09-27-57e6a093370314cbce437727f3f60dd0445f4919","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-27 - Cabinet of Vice-President Andrus Ansip x Salesforce"],"date":["2016-09-27"],"summary":["Free Flow of Data, Digitization of the European Industry"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-991195317279-06","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45"]}} -{"id":"ec-meeting-2016-09-27-654a9ec1318257b3070e0e0fe4e76b0a22c5fe74","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-27 - Cabinet of Commissioner Violeta Bulc x Teneo Brussels AMADEUS IT GROUP S.A."],"date":["2016-09-27"],"summary":["digitalisation of transport"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-193056815367-44","ec-person-e14c58f620f40325d829df7be0823280307bc15f","eu-tr-91124993695-29"]}} -{"id":"ec-meeting-2016-09-27-6ec065e8198bdd983e0aa76786589a924f3e0663","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-27 - Cabinet of President Jean-Claude Juncker x Metsäliitto Cooperative"],"date":["2016-09-27"],"summary":["Energy Union"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-b1bf9aa5fb7e886441ff341b657cc482b64a2a3e","eu-tr-962687110415-94"]}} -{"id":"ec-meeting-2016-09-27-73387611b9ef26c62af2cdf4a105e679e0b88fbb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-27 - Health and Food Safety x European Patients' Forum (EPF)"],"date":["2016-09-27"],"summary":["To discuss different issues: public health programme, chronic diseases"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-sante"],"involved":["eu-tr-61911227368-75","ec-person-3c7fdbe0c1c235777d916309465339b7ed1666f6"]}} -{"id":"ec-meeting-2016-09-27-75d2be47d79728bc57b36e1b1be5bc6fc768406a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-27 - Cabinet of Vice-President Miguel Arias Cañete x Emerson Electric Co."],"date":["2016-09-27"],"summary":["Resources and Energy efficiency"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-338567616061-91","ec-person-260e00934471a02805fb143935d6e9205a7f355f"]}} -{"id":"ec-meeting-2016-09-27-78aebb70bd828b4b2b7d067248213dc65d308b54","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-27 - Cabinet of Vice-President Maroš Šefčovič x UNIFE"],"date":["2016-09-27"],"summary":["Situation of European Rail Supply Industry"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-9624415524-28","ec-person-2be517b9261a91f2f07e05ec14c6331980e9716e"]}} -{"id":"ec-meeting-2016-09-27-81204b32f5aaa7abc05d5152f8bad3fd55185bf9","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2016-09-27 - Cabinet of Commissioner Violeta Bulc x Ing. Miroslav Haltuf"],"date":["2016-09-27"],"summary":["IRFC2017 conference in Prague"],"notes":["Portfolio: Transport"],"location":["Berlaymont","Brussels"],"address":["Berlaymont","Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6","addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-611206918763-57","ec-person-dd7851e4a1e747e824b4f81139e33bc3cdb73160"]}} -{"id":"ec-meeting-2016-09-27-82e538ff2fdae3ab4646fd350aeec12737351586","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-27 - Cabinet of Vice-President Andrus Ansip x World Economic Forum Orange European Telecommunications Network Operators' Association QUALCOMM Incorporated BT Group plc TIM S.p.A. Proximus"],"date":["2016-09-27"],"summary":["Working lunch on Telecom reforms and roaming"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-00358442856-45","ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0","eu-tr-078655018381-34","eu-tr-76704342721-41","ec-person-666bc159c7e65a3af9e63c1e97435c02f1496955","eu-tr-00919034091-89","eu-tr-537380918401-76","eu-tr-953426816942-83","eu-tr-08957111909-85"]}} -{"id":"ec-meeting-2016-09-27-8fc9dc9c8a093959f849349ae6cd9ae633024a5a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-27 - Cabinet of Commissioner Violeta Bulc x Chelgate Public Affairs Limited"],"date":["2016-09-27"],"summary":["Emission reductions and fuel efficiency savings"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-e14c58f620f40325d829df7be0823280307bc15f","eu-tr-278527022698-23"]}} -{"id":"ec-meeting-2016-09-27-902ee3737142ac7e15d194a9e4e0ba8f7ec99e85","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2016-09-27 - Günther Oettinger x ZDF Europabüro Brüssel ZDF Europabüro Brüssel"],"date":["2016-09-27"],"summary":["copyright, AVMSD"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-4cd59e13386e3b68ecb3611fcc579e0a0a3938a5","ec-person-c6c38691c27b1498b60b18409aa979cf1dd1f4ac","eu-tr-3209361971-85"]}} -{"id":"ec-meeting-2016-09-27-93426c5861c173ea5a989eb51b1bf75e78a385a8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-27 - Cabinet of Vice-President Miguel Arias Cañete x European Insulation Manufacturers Association ROCKWOOL International A/S SAINT-GOBAIN ISOVER Knauf Insulation"],"date":["2016-09-27"],"summary":["Energy efficiency in buildings"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-40653905608-21","eu-tr-2301233810-42","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd","eu-tr-98345631631-22","eu-tr-971446611568-25"]}} -{"id":"ec-meeting-2016-09-27-9880dca058ef2116e90626e8fee314c66014066c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-27 - Cabinet of Vice-President Miguel Arias Cañete x Syndicat des acteurs du bâtiment connecté et de l'effacement"],"date":["2016-09-27"],"summary":["Demand response"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-1831691c10441c5974327bbeb8693d6b6c1e50c3","eu-tr-806750119116-03"]}} -{"id":"ec-meeting-2016-09-27-bb2c94b8ecddacc7d1e1212251cfb5598607c34d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-27 - Cabinet of Commissioner Tibor Navracsics x Instytut Europejskiej Sieci Pamięć i Solidarność"],"date":["2016-09-27"],"summary":["European remembrance"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-fa3187815cf956b0872e1668e14548b7d9f7ce93","eu-tr-316726223466-39"]}} -{"id":"ec-meeting-2016-09-27-bca3eb6bc77dd3d8da42e7eef43a9ca66004b0f7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-27 - Communications Networks, Content and Technology x TIM S.p.A."],"date":["2016-09-27"],"summary":["Evolutions in the Italian market and Telecom Italia investment plan - Use of public funds and the Italian case on Ultra broadband -Initial assessment of the European Code of Electronic Communications"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-078655018381-34","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2016-09-27-be324d5bd21666fdea4c4caab3b949bde9e570f6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-27 - Cabinet of President Jean-Claude Juncker x The European Steel Association"],"date":["2016-09-27"],"summary":["Plateforme de l'Acier"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-e415577aabb40c0f789310505c6c5803aa69037b","eu-tr-93038071152-83"]}} -{"id":"ec-meeting-2016-09-27-bf2d6ded383f83e58539fcf8874cb13a85751785","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-27 - Cabinet of Vice-President Jyrki Katainen x European Association Automotive Suppliers"],"date":["2016-09-27"],"summary":["Car industry"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-f9208d930adc70c6c64e21701e48f85f6f18e949","eu-tr-91408765797-03"]}} -{"id":"ec-meeting-2016-09-27-c0f5edb03a6513de30dba05594fb58bbfccd5324","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-27 - Cabinet of Vice-President Cecilia Malmström x UNIFE"],"date":["2016-09-27"],"summary":["Defending European interests in negotiations with Japan notably."],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-9624415524-28","ec-person-20ded9db5df11164331bb161fdf234b1e5ad53fd","ec-person-98880f3f4206145e196013db9dd806a551c11e06"]}} -{"id":"ec-meeting-2016-09-27-d0ec24027a241735094b5b28d165d01d23efc5a3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-27 - Communications Networks, Content and Technology x CAISSE DES DEPOTS"],"date":["2016-09-27"],"summary":["Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-84606487324-44","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2016-09-27-d31e4ff6f71f7be038f2b24c7bd82311f70cf13e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-27 - Günther Oettinger x Bayer AG"],"date":["2016-09-27"],"summary":["e-Health"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-3523776801-85","ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0"]}} -{"id":"ec-meeting-2016-09-27-d37071ba8d1ec1e66a183ab08ac1c882991ee4e9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-27 - Cabinet of Commissioner Tibor Navracsics x Leidar"],"date":["2016-09-27"],"summary":["Meeting with Dr Sakena Yacoobi, Chief Executive Officer of the Afghan Institute of Learning (AIL) and representatives of the WISE Qatar Foundation to discuss inclusive education for refugees"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["eu-tr-15392729381-19","ec-person-1da7ee09d46288ee4ea9db2b644bdcf9c3d6d000"]}} -{"id":"ec-meeting-2016-09-27-d4ce28c0503352b22628a12bbf934a44fb6785dc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-27 - Cabinet of Commissioner Věra Jourová x BBH, advokátní kancelář, s.r.o."],"date":["2016-09-27"],"summary":["VW case"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-a2ca9161feee56909a0e98b473c2d342c20fdb57","eu-tr-306417123560-77"]}} -{"id":"ec-meeting-2016-09-27-d96eb3f71dafd80ee76e1d08b16a60087a0d1a3b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-27 - Cabinet of Vice-President Miguel Arias Cañete x Metsäliitto Cooperative"],"date":["2016-09-27"],"summary":["Bioenergy"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-260e00934471a02805fb143935d6e9205a7f355f","eu-tr-962687110415-94"]}} -{"id":"ec-meeting-2016-09-27-ef901ac1269f4c8e320a204749ae4e1341250e9a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-27 - Cabinet of Commissioner Elżbieta Bieńkowska x European Council of the Liberal Professions"],"date":["2016-09-27"],"summary":["Liberal Professions"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-539924819060-22","ec-person-d2997a7f359c91a337055c3e24dd36bf928de38d","ec-person-daef7f819b2f3ffe5e4f5d8eb2782954f3c4a4e2"]}} -{"id":"ec-meeting-2016-09-27-f227ed3549214f3d1a60d43dcb0e70aa059d8604","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2016-09-27 - Cabinet of Commissioner Phil Hogan x Ryanair Holdings"],"date":["2016-09-27"],"summary":["Social Dialogue","General Aviation"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-002977215945-85","ec-person-a1a78365cc4685b0958056646204977d8f2ead92","ec-person-ff8342dedc26701400fcb7dcf73fbee50a837ac6"]}} -{"id":"ec-meeting-2016-09-27-f9c53574b6f3dc2f37550bef751a7c9d712d7404","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-27 - Cabinet of President Jean-Claude Juncker x Aviva Plc"],"date":["2016-09-27"],"summary":["High-Level Dinner on sustainable finance"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-c402e34a99fbee730ae22e3b1958e21c94dc6fcc","eu-tr-86270761494-62"]}} -{"id":"ec-meeting-2016-09-28-0cdaaae14c250545356014eef8305d799d61dacd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-28 - Cabinet of Vice-President Cecilia Malmström x EU-Japan Centre for Industrial Cooperation"],"date":["2016-09-28"],"summary":["EU-Japan trade relations"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-19b143e83f8ab978c55c8a9a9e49e06dbfa14bf3","eu-tr-374110414692-85"]}} -{"id":"ec-meeting-2016-09-28-15636884d5e26d3448f5594ad4c931703218ae1c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-28 - Energy x National Grid Commercial Holdings Limited"],"date":["2016-09-28"],"summary":["Energy Policy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["ec-person-6997149120ce5129e38febe5275dc8fd03232d2e","eu-tr-56039866688-26"]}} -{"id":"ec-meeting-2016-09-28-191b9ee60d52a3a4acfc61f54df15140127ed79e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-28 - Cabinet of Vice-President Valdis Dombrovskis x London Stock Exchange Group Deutsche Börse AG"],"date":["2016-09-28"],"summary":["Financial services regulation including CMU, and proposed merger of DB and LSE"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-550494915045-08","ec-person-f376b1eca739c662d2385062249507f23f4ca67e","eu-tr-20884001341-42","ec-person-a9eda2e8ea54b70a968327672c6cada679d3cd56","ec-person-3f9ca71b74344417d1f072ba7f3e2f09a223b036"]}} -{"id":"ec-meeting-2016-09-28-3c1075e64fb344c00c5463a34146fa57126ef594","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2016-09-28 - Cabinet of High Representative / Vice-President Federica Mogherini x Médecins Sans Frontières"],"date":["2016-09-28"],"summary":["Humanitarian issues"],"notes":["Portfolio: Foreign Affairs and Security Policy"],"location":["BERL","Brussels"],"address":["BERL","Brussels"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b","addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"involved":["ec-person-4f2bf88ad14d12976aecc7694a057ab90b7a81d2","eu-tr-38497857515-11","ec-person-23c55ec7dbedbeca55522253bc69ae6fd1bea72c"]}} -{"id":"ec-meeting-2016-09-28-3d61d703affc4e41f849274b457e5031fd01bc46","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-28 - Cabinet of Commissioner Vytenis Andriukaitis x VELUX A/S (VELUX Group)"],"date":["2016-09-28"],"summary":["Commission energy efficiency package"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["eu-tr-423142010527-25","ec-person-c986c9ff99d99d8006e000db5a8046be615813ae"]}} -{"id":"ec-meeting-2016-09-28-43b3d44f282f779d8ba4974ddc7b0ca4d60cbe19","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-28 - Cabinet of Vice-President Valdis Dombrovskis x Aviva Plc"],"date":["2016-09-28"],"summary":["Sustainable Finance"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-86270761494-62","ec-person-537401fc0be04984531b83660f416bf2fe14fbd8"]}} -{"id":"ec-meeting-2016-09-28-49f5938bdb3c8893543971dcc463e899c95cb6e5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-28 - Cabinet of Vice-President Neven Mimica x Kofi Annan Foundation"],"date":["2016-09-28"],"summary":["Cooperation with KAF and Implementation of the Extremely Together project"],"notes":["Portfolio: International Cooperation & Development"],"location":["Ottawa, Canada"],"address":["Ottawa, Canada"],"addressEntity":["addr-eee31587100dc76fd40e4968a4f284474ca7549c"],"organizer":["ec-cabinet-mimica-neven-of-president-vice"],"involved":["eu-tr-961873216116-63","ec-person-b187f3955c71d2e1daa48e02fd0a09ab7c6f6098"]}} -{"id":"ec-meeting-2016-09-28-4b6553460939452682d1e25b0ff2d8f50b0d1e92","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-28 - Cabinet of Commissioner Phil Hogan x ZEW – Leibniz-Zentrum für Europäische Wirtschaftsforschung GmbH Mannheim"],"date":["2016-09-28"],"summary":["Brexit"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-ff8342dedc26701400fcb7dcf73fbee50a837ac6","eu-tr-434704921254-49"]}} -{"id":"ec-meeting-2016-09-28-4e9ee105cab164ec733eb1d8703654618bc18a49","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-28 - Cabinet of Commissioner Elżbieta Bieńkowska x Critical Raw Materials Alliance"],"date":["2016-09-28"],"summary":["raw materials & EU trade policy"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-129419419893-50","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2016-09-28-53c7d4cd3bed3c257f5faaa8780eab17d867370c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-28 - Cabinet of Commissioner Elżbieta Bieńkowska x Confederation of Norwegian Enterprise"],"date":["2016-09-28"],"summary":["industrial competitivenes, single market strategy, single market for goods"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-07442991338-05","ec-person-b2f9be51339f054477846797e2c119fcf16548fc"]}} -{"id":"ec-meeting-2016-09-28-58c31bacacd4d203bb45413c64fc456c57eb06b9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-28 - Energy x Repsol, S.A."],"date":["2016-09-28"],"summary":["Energy policy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["ec-person-6997149120ce5129e38febe5275dc8fd03232d2e","eu-tr-69240395197-02"]}} -{"id":"ec-meeting-2016-09-28-595e6b29e0e33b9e7062dd69054fe82f276de96e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-28 - Cabinet of Vice-President Cecilia Malmström x Vereinigung der österreichischen Industrie - Industriellenvereinigung Wirtschaftskammer Österreich"],"date":["2016-09-28"],"summary":["Trade policy; TTIP; CETA (panel)"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-19b143e83f8ab978c55c8a9a9e49e06dbfa14bf3","eu-tr-89093924456-06","eu-tr-10405322962-08"]}} -{"id":"ec-meeting-2016-09-28-5d4466bfd8b86cd4e4c5709f34bcd508d2ce3a36","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-28 - Cabinet of Vice-President Karmenu Vella x World Ocean Council"],"date":["2016-09-28"],"summary":["Ocean Governance, Blue Growth"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["ec-person-2966d69fae0ea4e67f3f2df5a743cc766267d3c8","eu-tr-431587223907-30"]}} -{"id":"ec-meeting-2016-09-28-60cc28ea9010217c02895c572e97ee1c6b714ff0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-28 - Cabinet of Vice-President Andrus Ansip x Broadcom"],"date":["2016-09-28"],"summary":["DSM Strategy, cybersecurity and the development of digital skills"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-5db7bdd1c81da2e70eb5b982097d0004111b5c3e","eu-tr-240029014014-18"]}} -{"id":"ec-meeting-2016-09-28-667db0312820d5ff944de5372a504aaecadae70d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-28 - Cabinet of Vice-President Karmenu Vella x Interel European Affairs"],"date":["2016-09-28"],"summary":["Water and investments, Preparation of the Steering Group Meeting of the EIP on water"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["ec-person-0a1842032f1d5f418b5b8ae5d2bbf6f5e87aba9c","eu-tr-7028457765-59"]}} -{"id":"ec-meeting-2016-09-28-6912e44cf97dd6804b6ac47afb972a71e123b648","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-28 - Cabinet of Vice-President Jyrki Katainen x Finnish Forest Industries Federation (Metsäteollisuus ry)"],"date":["2016-09-28"],"summary":["Bioeconomy"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-f9208d930adc70c6c64e21701e48f85f6f18e949","eu-tr-39671713910-36"]}} -{"id":"ec-meeting-2016-09-28-84b50fe5f12d217ee7ed1903f6c741d3c2e9b146","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-28 - Cabinet of President Jean-Claude Juncker x Mgruppen Svenska Managementgruppen AB"],"date":["2016-09-28"],"summary":["General priorities of the Commission"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-c402e34a99fbee730ae22e3b1958e21c94dc6fcc","eu-tr-098314722617-26"]}} -{"id":"ec-meeting-2016-09-28-87d069e5db8699f29c776b1936cd364f6716b117","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-28 - Cabinet of Vice-President Andrus Ansip x EU-Japan Centre for Industrial Cooperation"],"date":["2016-09-28"],"summary":["EU-Japan digital issues"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-c759bd58acc54869aa8e62ce652efcda416e25c2","eu-tr-374110414692-85","ec-person-91ca0921c6790191daa54427311acd63035e7c9e"]}} -{"id":"ec-meeting-2016-09-28-8c51b143522ecba184ea544d10c909fd635ab5c2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-28 - Cabinet of Commissioner Phil Hogan x CHEMOURS INTERNATIONAL OPERATIONS Sàrl"],"date":["2016-09-28"],"summary":["Bio Fuels"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-366630319085-02","ec-person-ff8342dedc26701400fcb7dcf73fbee50a837ac6"]}} -{"id":"ec-meeting-2016-09-28-8c84d2ce65220ffb04232774a71418c92d550eef","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-28 - Cabinet of Vice-President Maroš Šefčovič x Trans Adriatic Pipeline"],"date":["2016-09-28"],"summary":["State of Play Transatlantic Pipeline"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-3bf48630444ace93d407e52eb880e64d480f75ce","eu-tr-570335813082-79"]}} -{"id":"ec-meeting-2016-09-28-a224e632e8803abde19c80cfbcee26cbca7e280c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-28 - Cabinet of Vice-President Maroš Šefčovič x Friends of the Earth Europe"],"date":["2016-09-28"],"summary":["Climate Change, Methan Emissions Gas"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-3bf48630444ace93d407e52eb880e64d480f75ce","eu-tr-9825553393-31"]}} -{"id":"ec-meeting-2016-09-28-a423240d3d66bd4eb70c30d07b62da56cb19fbb4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-28 - Cabinet of Vice-President Miguel Arias Cañete x FTI Consulting Belgium"],"date":["2016-09-28"],"summary":["Gas Infrastructure"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-1831691c10441c5974327bbeb8693d6b6c1e50c3","eu-tr-29896393398-67"]}} -{"id":"ec-meeting-2016-09-28-accaedcdccb1e308b3d3514924d2e992a6e495a0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-28 - Cabinet of Vice-President Maroš Šefčovič x Stichting European Climate Foundation"],"date":["2016-09-28"],"summary":["Energy Union research Innovation and competitiveness"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-64869491516-70","ec-person-9f6823821fe68d82e9b9dbe81181ecacb0265d94"]}} -{"id":"ec-meeting-2016-09-28-ad59487d45e0ce1e123e1131d128a68a120be56c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-28 - Cabinet of Commissioner Christos Stylianides x International Rescue Committee Inc"],"date":["2016-09-28"],"summary":["Refugee Crisis"],"notes":["Portfolio: Humanitarian Aid & Crisis Management"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-christos-commissioner-of-stylianides"],"involved":["eu-tr-66790095679-26","ec-person-4424ecf39f7c6c9e4022ac46c71d81b0464ae6a5"]}} -{"id":"ec-meeting-2016-09-28-cd74f16fc9bf90dcc6aecea25dea79593bd9cd3f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-28 - Cabinet of Commissioner Violeta Bulc x Havenbedrijf Rotterdam NV"],"date":["2016-09-28"],"summary":["TEN-T"],"notes":["Portfolio: Transport"],"location":["Brussels - Belgium"],"address":["Brussels - Belgium"],"addressEntity":["addr-85d514873c3b55c68206168e47e9d4fc69799cc8"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-7ac9445abdddc66a79f539ae13eb74e1ceb512df","eu-tr-930637620172-95"]}} -{"id":"ec-meeting-2016-09-28-d61ff6a48aab34f8ff94a5e116e3edc24b6de85a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-28 - Cabinet of Commissioner Christos Stylianides x Médecins Sans Frontières"],"date":["2016-09-28"],"summary":["Humanitarian Situation in Syria"],"notes":["Portfolio: Humanitarian Aid & Crisis Management"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-christos-commissioner-of-stylianides"],"involved":["eu-tr-38497857515-11","ec-person-6f08c893ea685f6d5f50c2c6e373f294e3616698"]}} -{"id":"ec-meeting-2016-09-28-d643504d33b272593437583c1a76b7e1fbba1ba7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-28 - Maritime Affairs and Fisheries x Seas At Risk vzw OCEANA Sciaena - Oceans # Conservation # Awareness WWF European Policy Programme"],"date":["2016-09-28"],"summary":["South Western Waters Advisory Council"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-mare"],"involved":["eu-tr-95261732139-73","eu-tr-429932512952-75","eu-tr-1414929419-24","eu-tr-47937943241-80","ec-person-a7b4b8418268a6d6c196b5e45f606fc92acbdb8c"]}} -{"id":"ec-meeting-2016-09-28-df3239887758c59581aae3e44f7a8cfd8bce7001","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-28 - Cabinet of Commissioner Phil Hogan x European Milk Board"],"date":["2016-09-28"],"summary":["European milk powder"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-45338982456-46","ec-person-400dd8d59d3060187d9b9b143d697da1a3d03c12"]}} -{"id":"ec-meeting-2016-09-28-e3d7d9843db72b6aefdf37675d86c05b377de0ae","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-28 - Cabinet of Commissioner Phil Hogan x Federation of Swedish Family Forest Owners"],"date":["2016-09-28"],"summary":["Competitiveness"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-878186914678-56","ec-person-ff8342dedc26701400fcb7dcf73fbee50a837ac6"]}} -{"id":"ec-meeting-2016-09-28-e51b66b5bb2888db5eb205cece4c14ba666c9e9a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-28 - Cabinet of Commissioner Carlos Moedas x Free Software Foundation Europe e.V."],"date":["2016-09-28"],"summary":["Open source software"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-b8d49828915f9008e764a78796d47ea00807a658","eu-tr-33882407107-76"]}} -{"id":"ec-meeting-2016-09-28-e9237a801d16e62b4e680e759a422a9f9dee1656","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-28 - Günther Oettinger x Meta Platforms Ireland Limited and its various subsidiaries (f/k/a Facebook Ireland Limited)"],"date":["2016-09-28"],"summary":["Telecom framework"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-c6cae64cc7dc787b66a47ab1613d3e922875b971","eu-tr-28666427835-74"]}} -{"id":"ec-meeting-2016-09-28-eb24872cdefa76edb301ec1c12c80e9be5b5802b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-28 - Cabinet of President Jean-Claude Juncker x Nordea Bank Abp"],"date":["2016-09-28"],"summary":["Internal market for financial services"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-107779213747-53","ec-person-c402e34a99fbee730ae22e3b1958e21c94dc6fcc"]}} -{"id":"ec-meeting-2016-09-28-f0515320a2743d6c0035890713fc96f3d6c0a3ad","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-28 - Cabinet of Vice-President Valdis Dombrovskis x BNP PARIBAS"],"date":["2016-09-28"],"summary":["Upcoming Basel standards and the revision of DRD/CRR and the G-SIB surcharge"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-78787381113-69","ec-person-f376b1eca739c662d2385062249507f23f4ca67e"]}} -{"id":"ec-meeting-2016-09-28-f6c83832e56646e8c8ce732e79f3590ba2710cd3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-28 - Cabinet of Vice-President Valdis Dombrovskis x Associazione Bancaria Italiana"],"date":["2016-09-28"],"summary":["Basel, BSR"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Belgique, Brussels"],"address":["Belgique, Brussels"],"addressEntity":["addr-5c736ed8fd95d8210b1b63d58be70ea95eeaccba"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-915519211566-03","ec-person-f6170dbdd732fc460a713b82b57759ac5e77fdc6"]}} -{"id":"ec-meeting-2016-09-28-fe90fad1c2f3f85b57c7f7a4d65be125f67d7a0f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-28 - Cabinet of Commissioner Pierre Moscovici x None"],"date":["2016-09-28"],"summary":["Meeting about the new UCC and the movement of vehicles between Switzerland and EU territory"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["eu-tr-7223777790-86","eu-tr-976931917651-60","eu-tr-446165615401-28","eu-tr-499115519787-49","eu-tr-572529515371-63","ec-person-738f7f25002d191bd2df8936e8f8d1d726c19e2e"]}} -{"id":"ec-meeting-2016-09-29-0d7ebfe67d4b6567b5b0c0b7485beb42ed04547b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-29 - Cabinet of Vice-President Maroš Šefčovič x National Grid Commercial Holdings Limited"],"date":["2016-09-29"],"summary":["Energy Union research Innovation and competitiveness"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-9f6823821fe68d82e9b9dbe81181ecacb0265d94","ec-person-1f95be23689cd4ed0a26fe2980f760ccf2d55c1e","eu-tr-56039866688-26"]}} -{"id":"ec-meeting-2016-09-29-1670160af071e3dd496379e547732712f04b6779","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-29 - Cabinet of Commissioner Vytenis Andriukaitis x Personal Connected Health Alliance, LLC"],"date":["2016-09-29"],"summary":["E-health standards"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["eu-tr-228418013575-67","ec-person-059ca943fc5fc696d2a97849c635ddf7b6ab7fd7"]}} -{"id":"ec-meeting-2016-09-29-1732487cc55cb4c28ad8387b81bd9c8534f66eb2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-29 - Cabinet of Vice-President Andrus Ansip x InterDigital, Inc."],"date":["2016-09-29"],"summary":["standardisation, startups, data"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-787513017798-23","ec-person-6a03bc4fa7657513ea34529e98dba0671ef4c849"]}} -{"id":"ec-meeting-2016-09-29-2ba80c4eff86ddf8c1b7dba20624a1063d752ec3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-29 - Cabinet of First Vice-President Frans Timmermans x Museum of the Second World War in Gdansk"],"date":["2016-09-29"],"summary":["Situration of WWII Museum"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Gdansk"],"address":["Gdansk"],"addressEntity":["addr-b3f2343867a218080dc71ceb979cf72826a28e28"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-377084123603-30","ec-person-966667b73d92624be9bb019c2baab7e52331b3d3"]}} -{"id":"ec-meeting-2016-09-29-2bdca2ed3db55ead3988a0a9ace93d93b844237d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-29 - Cabinet of Commissioner Marianne Thyssen x European Chemical Industry Council"],"date":["2016-09-29"],"summary":["Occupational Safety and Health"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["ec-person-7567514af00f139b390cf9864d28a090ca0fde25","eu-tr-64879142323-90"]}} -{"id":"ec-meeting-2016-09-29-3158b9e9d84bf9e305b9cb06b3f3dc11314e7eba","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-29 - Cabinet of Commissioner Phil Hogan x Verband Deutscher Büchsenmacher und Waffenfachhändler"],"date":["2016-09-29"],"summary":["2030 Energy Strategy"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-518923821636-75","ec-person-ff8342dedc26701400fcb7dcf73fbee50a837ac6"]}} -{"id":"ec-meeting-2016-09-29-3a8a90c836b8c8073bd5bef3942a0715f6a138e5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-29 - Cabinet of President Jean-Claude Juncker x Bloomberg L.P."],"date":["2016-09-29"],"summary":["sustainable finance"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-272910022778-05","ec-person-c402e34a99fbee730ae22e3b1958e21c94dc6fcc"]}} -{"id":"ec-meeting-2016-09-29-4455a9909e4732007c6c31c042e55a615802e962","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-29 - Cabinet of Vice-President Cecilia Malmström x vbw - Vereinigung der Bayerischen Wirtschaft e. V."],"date":["2016-09-29"],"summary":["TTIP; CETA"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-49096067887-19","ec-person-cb8ca9ec2413722fa83484ed18dd76ace52d0118"]}} -{"id":"ec-meeting-2016-09-29-4b8d41204c2d71c708561ecab96c3a4e7a0e739f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-29 - Cabinet of President Jean-Claude Juncker x European Confederation of Police"],"date":["2016-09-29"],"summary":["Meeting with President Bosch and Vice-President Mercatores on increased pressures on police"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-9c3ecdfef0005edcc4749f05e79adbb4369d514a","ec-person-29c106b0461ffd79e95f0119bdd363fd3c7c3ab3","eu-tr-066424813599-73"]}} -{"id":"ec-meeting-2016-09-29-4cb340ae5db2ca5a88a4eb82798468f0ea52d941","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-29 - Cabinet of Vice-President Valdis Dombrovskis x PensionsEurope"],"date":["2016-09-29"],"summary":["Current Pension issues, review ESAs; Personal Pensions"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-754ed38c8c41a4774ea216057a91839acc09b1e1","eu-tr-5199259747-21","ec-person-a9eda2e8ea54b70a968327672c6cada679d3cd56"]}} -{"id":"ec-meeting-2016-09-29-4f901c8a8bba250c4f37f1e416eb389ebfe86f1d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-29 - Cabinet of Vice-President Jyrki Katainen x Fortum Oyj"],"date":["2016-09-29"],"summary":["Energy issues"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90","ec-person-f9208d930adc70c6c64e21701e48f85f6f18e949","eu-tr-03501997362-71"]}} -{"id":"ec-meeting-2016-09-29-515db111a023e745b792ec510ca39365bffd1e21","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-29 - Communications Networks, Content and Technology x Klarna Group"],"date":["2016-09-29"],"summary":["Ongoing initiatives on ecommerce and payments in Europe and Klarna engagement and support of the Digital Single Market"],"location":["Bratislava"],"address":["Bratislava"],"addressEntity":["addr-9eddf74134fcd79ac3f510f8f67cef3f68fb2c0d"],"organizer":["ec-dg-connect"],"involved":["ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f","eu-tr-096569017209-91"]}} -{"id":"ec-meeting-2016-09-29-58c31bacacd4d203bb45413c64fc456c57eb06b9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-29 - Energy x Repsol, S.A."],"date":["2016-09-29"],"summary":["Energy policy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["ec-person-6997149120ce5129e38febe5275dc8fd03232d2e","eu-tr-69240395197-02"]}} -{"id":"ec-meeting-2016-09-29-59d7ea987401410c16862006b9255241d7cb44aa","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-29 - Cabinet of Commissioner Vytenis Andriukaitis x The Coalition for Energy Savings"],"date":["2016-09-29"],"summary":["Commission energy efficiency package"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["eu-tr-72911566925-69","ec-person-c986c9ff99d99d8006e000db5a8046be615813ae"]}} -{"id":"ec-meeting-2016-09-29-7172e46f1a07de97a2bc193085283f4063889875","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-29 - Cabinet of Vice-President Valdis Dombrovskis x European Banking Federation"],"date":["2016-09-29"],"summary":["Basel framework; TLAC/MREL; Banking structural reform; CMU in the light of Brexit"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-754ed38c8c41a4774ea216057a91839acc09b1e1","eu-tr-4722660838-23","ec-person-a9eda2e8ea54b70a968327672c6cada679d3cd56"]}} -{"id":"ec-meeting-2016-09-29-77e5a0c603726ac162e0746acefa16317cece099","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-29 - Cabinet of Vice-President Andrus Ansip x FairValue Corporate & Public Affairs European Federation for Family Employment - Fédération européenne des emplois de la famille"],"date":["2016-09-29"],"summary":["development of digital competences and digitally-supported professional skills for care workers"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-3ca0c466b8ff230d4409591430b388007ce14ff8","eu-tr-716909919073-32","ec-person-c759bd58acc54869aa8e62ce652efcda416e25c2","eu-tr-69852587017-33"]}} -{"id":"ec-meeting-2016-09-29-7ec788b195872d7f45648aae17775cf0631d9ba1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-29 - Cabinet of Vice-President Jyrki Katainen x Miltton Europe"],"date":["2016-09-29"],"summary":["Aviation"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-0da85dc48012e26688310a59a0b51727ea68f410","eu-tr-245377319023-40"]}} -{"id":"ec-meeting-2016-09-29-84797ea7ded649c7e04900fbf24f7bfe08d9dc20","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-29 - Cabinet of President Jean-Claude Juncker x Transport and Environment (European Federation for Transport and Environment) Fern Stichting BirdLife Europe"],"date":["2016-09-29"],"summary":["Energy Union"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-1083162721-43","ec-person-b1bf9aa5fb7e886441ff341b657cc482b64a2a3e","eu-tr-40538475090-82","eu-tr-58744833263-19"]}} -{"id":"ec-meeting-2016-09-29-8820d298224b2216b62c3f33ba72502795a33d4c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-29 - Cabinet of Vice-President Miguel Arias Cañete x Paikallisvoima ry"],"date":["2016-09-29"],"summary":["Market Design and Renewables"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-1831691c10441c5974327bbeb8693d6b6c1e50c3","eu-tr-109601212076-63"]}} -{"id":"ec-meeting-2016-09-29-8b143b2766f7fb2e292bdf2c7ac4ae3350c7ceec","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-29 - Cabinet of Vice-President Maroš Šefčovič x CLG Europe"],"date":["2016-09-29"],"summary":["State of play of the Energy Union"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-ea6b517040e26a62f17d2829afffeba48cfd682f","ec-person-1f95be23689cd4ed0a26fe2980f760ccf2d55c1e","eu-tr-381796719468-68"]}} -{"id":"ec-meeting-2016-09-29-8cbdd02eb224595fcf6eef84e35380deb8937449","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-29 - Cabinet of Vice-President Jyrki Katainen x Manufacture Française des Pneumatiques Michelin"],"date":["2016-09-29"],"summary":["Circular Economy"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-1413466815-09","ec-person-0da85dc48012e26688310a59a0b51727ea68f410"]}} -{"id":"ec-meeting-2016-09-29-8ce427aae77d3c3b485ad3ce778c386db1af36ad","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-29 - Cabinet of Vice-President Karmenu Vella x European Environmental Bureau"],"date":["2016-09-29"],"summary":["Bioenergy"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["ec-person-4ff7c27445db4ad88e687776974fd8d077a1fe0c","eu-tr-06798511314-27"]}} -{"id":"ec-meeting-2016-09-29-a5b774d0eac4c2947611e991023d6f2092c58c4f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-29 - Cabinet of Commissioner Violeta Bulc x Hyperloop Technology, Inc."],"date":["2016-09-29"],"summary":["Digitalisation of transport"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-141943922230-37","ec-person-e14c58f620f40325d829df7be0823280307bc15f"]}} -{"id":"ec-meeting-2016-09-29-a734b3a03ee61863ab49c3ca662d4fae784e3b97","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-29 - Communications Networks, Content and Technology x Netflix International B.V."],"date":["2016-09-29"],"summary":["Copyright"],"location":["Bratislava"],"address":["Bratislava"],"addressEntity":["addr-9eddf74134fcd79ac3f510f8f67cef3f68fb2c0d"],"organizer":["ec-dg-connect"],"involved":["eu-tr-487726915971-30","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2016-09-29-aca577983694f1787c2da1607ec66cbafee158fd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-29 - Cabinet of Vice-President Andrus Ansip x Facebook Ireland Limited"],"date":["2016-09-29"],"summary":["e-privacy issues"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-5db7bdd1c81da2e70eb5b982097d0004111b5c3e","eu-tr-28666427835-74"]}} -{"id":"ec-meeting-2016-09-29-c3de59917d6398b855b8e14d9b14d9ba393e72f0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-29 - Energy x European Energy Exchange AG"],"date":["2016-09-29"],"summary":["European Internal Energy Market"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["ec-person-6997149120ce5129e38febe5275dc8fd03232d2e","eu-tr-09579576238-53"]}} -{"id":"ec-meeting-2016-09-29-e06504fa709cf8bbcd607bdd04fdddc2d197819e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-29 - Cabinet of Vice-President Valdis Dombrovskis x Klarna Group"],"date":["2016-09-29"],"summary":["PSD2"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-537401fc0be04984531b83660f416bf2fe14fbd8","eu-tr-096569017209-91"]}} -{"id":"ec-meeting-2016-09-29-e07f14debb886139051cd0b032567d1660800ae1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-29 - Cabinet of President Jean-Claude Juncker x International Institute for Applied Systems Analysis"],"date":["2016-09-29"],"summary":["Discuss IIASA’s Eurasian Economic Integration Project"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-e415577aabb40c0f789310505c6c5803aa69037b","eu-tr-891667823616-20"]}} -{"id":"ec-meeting-2016-09-29-e33c0d4bf3fc989b33528a14fe6ff6b612e55ce3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-29 - Cabinet of Commissioner Violeta Bulc x Global Business Travel Association"],"date":["2016-09-29"],"summary":["Aviation"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-43871558497-67","ec-person-9d4dc4867a44dfe10f67ae7ee1706da3e8b48a24"]}} -{"id":"ec-meeting-2016-09-29-e8c173cee29e9ec373a705d422a200432b2c3d57","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-29 - Cabinet of Vice-President Andrus Ansip x Klarna Group"],"date":["2016-09-29"],"summary":["Online payments, e-government"],"notes":["Portfolio: Digital Single Market"],"location":["Bratislava"],"address":["Bratislava"],"addressEntity":["addr-9eddf74134fcd79ac3f510f8f67cef3f68fb2c0d"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-666bc159c7e65a3af9e63c1e97435c02f1496955","ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0","eu-tr-096569017209-91"]}} -{"id":"ec-meeting-2016-09-29-eff7f0a253154151e557b803043c34600a3aa248","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-29 - Cabinet of Commissioner Věra Jourová x SVAZ OBCHODU A CESTOVNÍHO RUCHU ČR"],"date":["2016-09-29"],"summary":["Collaborative economy and GDPR"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-a2ca9161feee56909a0e98b473c2d342c20fdb57","ec-person-a608b85b2ffef83f883b5a2330b6232efa1b7141","eu-tr-116855623544-64"]}} -{"id":"ec-meeting-2016-09-29-f6b180bcc5254d344cdce4b0021ccc1304cbd10e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-29 - Cabinet of Commissioner Vytenis Andriukaitis x Danish Energy / Dansk Energi"],"date":["2016-09-29"],"summary":["Commission energy efficiency package"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-c986c9ff99d99d8006e000db5a8046be615813ae","eu-tr-1733114388-50"]}} -{"id":"ec-meeting-2016-09-29-ff96e540ebb62a6065a00fcf68c2c0bc71f0a51a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-29 - Energy x Fortum Oyj"],"date":["2016-09-29"],"summary":["Energy policy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-03501997362-71","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2016-09-30-03a7a95816bb34f08ce9e545e871da6c4a394f8c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-30 - Cabinet of Commissioner Margrethe Vestager x Confederation of Danish Employers"],"date":["2016-09-30"],"summary":["EU Current Affairs"],"notes":["Portfolio: Competition"],"location":["Copenhagen, Denmark"],"address":["Copenhagen, Denmark"],"addressEntity":["addr-037407970050e97c761587d63aacfaeb126cab45"],"organizer":["ec-cabinet-commissioner-margrethe-of-vestager"],"involved":["eu-tr-11503381325-76","ec-person-baa1c172df109ebd1f0307bccb5e21aec66c7a25"]}} -{"id":"ec-meeting-2016-09-30-3f32726145c3cf5d4bb4309a878d8968cba65843","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-30 - Cabinet of Vice-President Miguel Arias Cañete x ACCIONA, S.A."],"date":["2016-09-30"],"summary":["Electricity Market Design"],"notes":["Portfolio: Climate Action & Energy"],"location":["Madrid"],"address":["Madrid"],"addressEntity":["addr-7a2191964a3d7521269f0068afae6b6116bac15d"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-451019811573-55","ec-person-2229c857664a22dcb8eee79a8c05841fd3d0924f"]}} -{"id":"ec-meeting-2016-09-30-525c29a79f9c6001f924eada62fb534359a75eea","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-30 - Internal Market, Industry, Entrepreneurship and SMEs x European Environmental Bureau"],"date":["2016-09-30"],"summary":["Meeting with green NGOs (EEB, Greenpeace, Client Earth) on key industrial competitiveness and chemical files"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-grow"],"involved":["eu-tr-06798511314-27","ec-person-60a3d0d628d231b41af1d0c65607b0fd78ca4edc"]}} -{"id":"ec-meeting-2016-09-30-70fac6e4dbb52fbd73ce9b9d23e629c2ed482594","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-30 - Cabinet of Commissioner Elżbieta Bieńkowska x THALES"],"date":["2016-09-30"],"summary":["Space policy"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussles"],"address":["Brussles"],"addressEntity":["addr-e6ba3e89050fdfff2010d3fb9d2fbe42cd1cafd9"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["ec-person-d2997a7f359c91a337055c3e24dd36bf928de38d","eu-tr-91711831031-23"]}} -{"id":"ec-meeting-2016-09-30-ac5f85e2e0c08957f28e0c0c27a00131736be476","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-30 - Cabinet of Commissioner Phil Hogan x European farmers"],"date":["2016-09-30"],"summary":["MIFID II"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-ff8342dedc26701400fcb7dcf73fbee50a837ac6","eu-tr-44856881231-49"]}} -{"id":"ec-meeting-2016-09-30-c2ee660b3b6ff327a4281e84144b4a982cd9d514","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-30 - Cabinet of Vice-President Cecilia Malmström x European Business Association Armenia"],"date":["2016-09-30"],"summary":["State of play of trade talks"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-19b143e83f8ab978c55c8a9a9e49e06dbfa14bf3","eu-tr-538778623447-80"]}} -{"id":"ec-meeting-2016-09-30-ed10a0c5cc69627f00c294307166bfec80b638b6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-30 - Cabinet of Commissioner Phil Hogan x Association de l'Aviculture, de l'Industrie et du Commerce de Volailles dans les Pays de l'Union Europeenne asbl"],"date":["2016-09-30"],"summary":["Address General Assembly"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Lisbon"],"address":["Lisbon"],"addressEntity":["addr-848652ee3980a189b8c12a7aa6d35f433633e2ba"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-9803788883-16","ec-person-a1a78365cc4685b0958056646204977d8f2ead92"]}} -{"id":"ec-meeting-2016-09-30-fd59562f6ed30f9b3bc478cccdb91528611faf4c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-30 - Günther Oettinger x The Institute of Electrical and Electronics Engineers, Incorporated"],"date":["2016-09-30"],"summary":["e-Health developments around data"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-79856747620-58","ec-person-481c1b59e4c83b05529b763cfc2447c0d88fe517"]}} -{"id":"ec-meeting-2016-09-30-ffb78c3749fb9ac01cc1aed78ceb54951bbb6fbf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-09-30 - Cabinet of Commissioner Phil Hogan x Comité du commerce des céréales, aliments du bétail, oléagineux, huile d'olive, huiles et graisses et agrofournitures de l'U.E."],"date":["2016-09-30"],"summary":["MIFID"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-2050009628-31","ec-person-ff8342dedc26701400fcb7dcf73fbee50a837ac6"]}} -{"id":"ec-meeting-2016-10-03-223fecad9adfc38c91141677bf22eaab7cc11371","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-03 - Cabinet of Vice-President Miguel Arias Cañete x ASOCIACIÓN ESPAÑOLA DE FABRICANTES DE AUTOMÓVILES Y CAMIONES"],"date":["2016-10-03"],"summary":["Visit to IVECO's plant on the occasion of the 70th anniversary of the PEGASO brand/ CO2 Emission Standards for Vans and HDV"],"notes":["Portfolio: Climate Action & Energy"],"location":["Madrid, Spain"],"address":["Madrid, Spain"],"addressEntity":["addr-f2c4f2ef1ea88618aa1533f69b0d18fc1125a9d2"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-814112514572-47","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd"]}} -{"id":"ec-meeting-2016-10-03-22d62bded3255de664d027f8ac84dffa4ff6eced","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-03 - Günther Oettinger x Google"],"date":["2016-10-03"],"summary":["Publishing economies"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-03181945560-59","ec-person-481c1b59e4c83b05529b763cfc2447c0d88fe517"]}} -{"id":"ec-meeting-2016-10-03-56db5e039a4e9b6bf62bad34ecf28144ff2027d3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-03 - Günther Oettinger x Ericsson"],"date":["2016-10-03"],"summary":["Internet of Things"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-02021363105-42","ec-person-481c1b59e4c83b05529b763cfc2447c0d88fe517"]}} -{"id":"ec-meeting-2016-10-03-643bd846f81ff262cc569cd8e2e792e2121512cb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-03 - Cabinet of Vice-President Andrus Ansip x Google"],"date":["2016-10-03"],"summary":["Mobile economy"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-03181945560-59","ec-person-666bc159c7e65a3af9e63c1e97435c02f1496955"]}} -{"id":"ec-meeting-2016-10-03-6906e129eb02fa38b1a46f4ee4dea5681b108499","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-03 - Cabinet of Vice-President Valdis Dombrovskis x The European Alliance of Companies for Energy Efficiency in Buildings"],"date":["2016-10-03"],"summary":["Discussion on energy efficiency measures in the context of new Energy policy package"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-99005441548-23","ec-person-b2d41137decbf33bc8076a41bfe11b68d501a7a0"]}} -{"id":"ec-meeting-2016-10-03-a02afe7a0bc6825773a123ba39afbbcb9f47316a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-03 - Cabinet of Vice-President Cecilia Malmström x Vattenfall"],"date":["2016-10-03"],"summary":["Information on timeline case Vattenfall against Germany"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-12955024114-93","ec-person-20ded9db5df11164331bb161fdf234b1e5ad53fd"]}} -{"id":"ec-meeting-2016-10-03-a0457007c8b7900611e93b49049dff9c02c26040","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-03 - Competition x Studienvereinigung Kartellrecht e.V."],"date":["2016-10-03"],"summary":["To review current competition trends"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-comp"],"involved":["eu-tr-791153119991-74","ec-person-8600a621c9aef12fc33b708e13b3cd3d5fa5696b"]}} -{"id":"ec-meeting-2016-10-03-d1eb60f6d2b441fabdb9246c1b6569d658a85edb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-03 - Cabinet of Vice-President Maroš Šefčovič x EUROPEAN TRADE UNION CONFEDERATION"],"date":["2016-10-03"],"summary":["Energy transition in industrial regions"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-2be517b9261a91f2f07e05ec14c6331980e9716e","eu-tr-06698681039-26"]}} -{"id":"ec-meeting-2016-10-04-17c346d7b20d5ac87ad99828a9472ddabd078cb6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-04 - Energy x European Builders Confederation AISBL"],"date":["2016-10-04"],"summary":["Energy Efficiency"],"location":["Paris, France"],"address":["Paris, France"],"addressEntity":["addr-c70534aa18173b860a10a50a47b139c4a581cbf6"],"organizer":["ec-dg-ener"],"involved":["ec-person-6997149120ce5129e38febe5275dc8fd03232d2e","eu-tr-09256701147-51"]}} -{"id":"ec-meeting-2016-10-04-264ea995d8a10b9cb94fd3dc3a763a8d13d3a881","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-04 - Cabinet of Vice-President Valdis Dombrovskis x EUROSIF A.I.S.B.L (EUROPEAN SUSTAINABLE INVESTMENT FORUM)"],"date":["2016-10-04"],"summary":["Sustainable Investment"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-537401fc0be04984531b83660f416bf2fe14fbd8","eu-tr-70659452143-78"]}} -{"id":"ec-meeting-2016-10-04-27d90358d42777d8c27f7ac53b31b55493d24d65","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-04 - Cabinet of Vice-President Andrus Ansip x Amazon Europe Core SARL"],"date":["2016-10-04"],"summary":["Geo-blocking"],"notes":["Portfolio: Digital Single Market"],"location":["Brussles"],"address":["Brussles"],"addressEntity":["addr-e6ba3e89050fdfff2010d3fb9d2fbe42cd1cafd9"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-666bc159c7e65a3af9e63c1e97435c02f1496955","eu-tr-366117914426-10"]}} -{"id":"ec-meeting-2016-10-04-2ab247506d3745945dfdcf7750677ae81a94b58e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-04 - Günther Oettinger x SAS AB"],"date":["2016-10-04"],"summary":["Text and Data mining"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-64471898080-01","ec-person-481c1b59e4c83b05529b763cfc2447c0d88fe517"]}} -{"id":"ec-meeting-2016-10-04-393bc5c1c1d4071e3ec1202e9db0fa44a4466233","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-04 - Cabinet of Vice-President Cecilia Malmström x CIRFS: European Man-made Fibres Association"],"date":["2016-10-04"],"summary":["Difficulties to compete against over-capacity in China"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-20ded9db5df11164331bb161fdf234b1e5ad53fd","eu-tr-5691104733-95","ec-person-591ec829ca734bcfe59a2c9c7f07f9dff22a0ea9"]}} -{"id":"ec-meeting-2016-10-04-3f5c7dfb001538facce247a530df9057d8ca1a28","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-04 - Climate Action x Rolls-Royce plc"],"date":["2016-10-04"],"summary":["Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-clima"],"involved":["ec-person-44c2f44f96dda2012bcb4e9abc749f6cae86a4c0","eu-tr-58290033126-06"]}} -{"id":"ec-meeting-2016-10-04-568fca327bed4a66179bf4f15d34cfcaf47873c1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-04 - Günther Oettinger x Deutsche Telekom"],"date":["2016-10-04"],"summary":["Platforms"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-49723482bb23d029cbfc010cb37eec7392a0ae02","eu-tr-60052162589-72"]}} -{"id":"ec-meeting-2016-10-04-5744fa21a9c718c1e07e092bf00c299d67db1508","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-04 - Cabinet of Vice-President Miguel Arias Cañete x Bioenergy Europe"],"date":["2016-10-04"],"summary":["Biomass"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-97810874431-67","ec-person-260e00934471a02805fb143935d6e9205a7f355f"]}} -{"id":"ec-meeting-2016-10-04-690934db959a73645a3fdd28178de4d94c4c8e2f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-04 - Employment, Social Affairs and Inclusion x EUROPEAN TRADE UNION CONFEDERATION"],"date":["2016-10-04"],"summary":["Flexisecurity"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-empl"],"involved":["ec-person-0d8ce1c547b8ca99decd25740ba12e2c0866a2fd","eu-tr-06698681039-26"]}} -{"id":"ec-meeting-2016-10-04-731ad01b40dc8276d4d41631dbf5b6376243d6d5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-04 - Cabinet of Vice-President Valdis Dombrovskis x Bloomberg L.P."],"date":["2016-10-04"],"summary":["Green Finance; Fintech"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["New York"],"address":["New York"],"addressEntity":["addr-3dddf7feb16bf399efe204acf0fee9106ad446eb"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-272910022778-05","ec-person-b98fb7512c796626297f1e89a96665cbbb19188a","ec-person-f376b1eca739c662d2385062249507f23f4ca67e","ec-person-a9eda2e8ea54b70a968327672c6cada679d3cd56"]}} -{"id":"ec-meeting-2016-10-04-75f09b7b572f434bcd8eab7dfe704be8ede81233","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-04 - Financial Stability, Financial Services and Capital Markets Union x European Association of Co-operative Banks"],"date":["2016-10-04"],"summary":["Review of Basel 3, CRR review, Leverage ratio, EDIS"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-4172526951-19","ec-person-bdee7a93f95c8ef05079539170139b3c02e8ed96"]}} -{"id":"ec-meeting-2016-10-04-7f0533e3270210d3a0672791a0cd64c650ae7350","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-04 - Cabinet of Vice-President Karmenu Vella x Let's Do It Foundation"],"date":["2016-10-04"],"summary":["Marine Litter"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["ec-person-4ff7c27445db4ad88e687776974fd8d077a1fe0c","eu-tr-073279323696-25"]}} -{"id":"ec-meeting-2016-10-04-80f3ef4000b62bdb47dfdf713810287bbf71f28e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-04 - Cabinet of Commissioner Tibor Navracsics x Think Tank Sport et Citoyenneté"],"date":["2016-10-04"],"summary":["EU sport priorities"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-49f31dad10f5641cb1d1e4c3107dd838389e8120","eu-tr-39565802398-44"]}} -{"id":"ec-meeting-2016-10-04-8f8a433ffc688804226d9256a7efb45d113b632e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-04 - Energy x ELECTRICITE DE FRANCE"],"date":["2016-10-04"],"summary":["Energy policy"],"location":["Paris, France"],"address":["Paris, France"],"addressEntity":["addr-c70534aa18173b860a10a50a47b139c4a581cbf6"],"organizer":["ec-dg-ener"],"involved":["eu-tr-39966101835-69","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2016-10-04-95142d34587a6f1860b0f9d047944c0b1ff74b1d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-04 - Cabinet of Commissioner Tibor Navracsics x Google"],"date":["2016-10-04"],"summary":["ICT in education"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["eu-tr-03181945560-59","ec-person-1da7ee09d46288ee4ea9db2b644bdcf9c3d6d000"]}} -{"id":"ec-meeting-2016-10-04-959bfe6a3898583cf190bed18bf9b72c70f0fa02","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-04 - Cabinet of Commissioner Phil Hogan x EirGrid Group plc"],"date":["2016-10-04"],"summary":["Energy"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-984555020606-52","ec-person-b0d24e81234b490dd841a09b69892304b27fc6a8"]}} -{"id":"ec-meeting-2016-10-04-a8eaa30c121c0ef0d428a654cc039beb89093ec9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-04 - Günther Oettinger x Airbus"],"date":["2016-10-04"],"summary":["DSM"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-4cd59e13386e3b68ecb3611fcc579e0a0a3938a5","eu-tr-2732167674-76"]}} -{"id":"ec-meeting-2016-10-04-ab3a537581b6e3bec4807e9153ee66aabb16b2a0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-04 - Günther Oettinger x Zentralverband des Deutschen Handwerks e.V."],"date":["2016-10-04"],"summary":["Digitising European Industry"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-c6cae64cc7dc787b66a47ab1613d3e922875b971","eu-tr-5189667783-94"]}} -{"id":"ec-meeting-2016-10-04-b906664e0928c530acb8cd46dd8fa63d79317bac","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-04 - Cabinet of Commissioner Marianne Thyssen x Afore Consulting Zurich Insurance Company Ltd"],"date":["2016-10-04"],"summary":["Income Protection Gap"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["ec-person-ce19440eacb8fd67f534bdbcce33a1c4cedfd071","eu-tr-03013154889-05","eu-tr-499059113403-37"]}} -{"id":"ec-meeting-2016-10-04-fb4bc2059d15f33d553702c466b4707ab7488cfa","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-04 - Economic and Financial Affairs x UBS Group AG"],"date":["2016-10-04"],"summary":["Investor roundtable"],"location":["New York"],"address":["New York"],"addressEntity":["addr-3dddf7feb16bf399efe204acf0fee9106ad446eb"],"organizer":["ec-dg-ecfin"],"involved":["ec-person-9b398cc97951266670f91bef34ea37df7380eef9","eu-tr-365453815252-29"]}} -{"id":"ec-meeting-2016-10-05-14b91fb30aa2b942c0eb6f89b657befc98252055","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-05 - Cabinet of High Representative / Vice-President Federica Mogherini x FortyEight"],"date":["2016-10-05"],"summary":["Energy Policy"],"notes":["Portfolio: Foreign Affairs and Security Policy"],"location":["Brussels (Berlaymont)"],"address":["Brussels (Berlaymont)"],"addressEntity":["addr-4e70ddf45e81f0631950978c4aa49a218756a3f4"],"organizer":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"involved":["eu-tr-870921517430-50","ec-person-0d87d503aa00db1df141f3b1bfea3e0ccb43ece9"]}} -{"id":"ec-meeting-2016-10-05-1f4d5a2ccfa71417df36189e5b74e8b4faa0a3fa","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-05 - Cabinet of Vice-President Valdis Dombrovskis x Securities Industry and Financial Markets Association"],"date":["2016-10-05"],"summary":["EU-US cooperation in the field of financial services"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["New York"],"address":["New York"],"addressEntity":["addr-3dddf7feb16bf399efe204acf0fee9106ad446eb"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-995801715250-37","ec-person-b98fb7512c796626297f1e89a96665cbbb19188a","ec-person-f376b1eca739c662d2385062249507f23f4ca67e","ec-person-a9eda2e8ea54b70a968327672c6cada679d3cd56"]}} -{"id":"ec-meeting-2016-10-05-32b5a75693c387d23dc26439b2acc99b82a86256","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-05 - Cabinet of Commissioner Phil Hogan x European Forest Institute"],"date":["2016-10-05"],"summary":["Forestry Issues"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-38315289949-88","ec-person-ff8342dedc26701400fcb7dcf73fbee50a837ac6"]}} -{"id":"ec-meeting-2016-10-05-3393bf6a49dd511f5834c833ecd02be1417b5ba0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-05 - Günther Oettinger x Zalando SE"],"date":["2016-10-05"],"summary":["Platforms"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-877966419254-70","ec-person-49723482bb23d029cbfc010cb37eec7392a0ae02"]}} -{"id":"ec-meeting-2016-10-05-4fc545cb5ab69059053c69e6a889408d090ea990","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-05 - Cabinet of Vice-President Miguel Arias Cañete x Eni S.p.A."],"date":["2016-10-05"],"summary":["Market design"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-1831691c10441c5974327bbeb8693d6b6c1e50c3","eu-tr-99578067285-35"]}} -{"id":"ec-meeting-2016-10-05-59640849578ee7e67c5a499efa8be7ffb4a20806","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-05 - Energy x BDEW Bundesverband der Energie- und Wasserwirtschaft e. V."],"date":["2016-10-05"],"summary":["Energy policy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-20457441380-38","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2016-10-05-5aa4b674e0c1768e2f8a5677c77f630484f9c798","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-05 - Cabinet of Commissioner Tibor Navracsics x European Trade Union Committee for Education"],"date":["2016-10-05"],"summary":["Digital skills"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["eu-tr-72197913011-06","ec-person-1da7ee09d46288ee4ea9db2b644bdcf9c3d6d000"]}} -{"id":"ec-meeting-2016-10-05-5b9dd70fa7107be9d72ab8fb760820928580a5e2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-05 - Cabinet of Vice-President Miguel Arias Cañete x German Renewable Energy Federation"],"date":["2016-10-05"],"summary":["Renewable Energies"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-1831691c10441c5974327bbeb8693d6b6c1e50c3","eu-tr-15511499334-46"]}} -{"id":"ec-meeting-2016-10-05-66c561e443861b29ed326daea4e1c87004d6147e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-05 - Cabinet of Vice-President Miguel Arias Cañete x URENCO Limited"],"date":["2016-10-05"],"summary":["Nuclear Energy"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-1831691c10441c5974327bbeb8693d6b6c1e50c3","eu-tr-148242818519-17"]}} -{"id":"ec-meeting-2016-10-05-790b8ee8ba548c7751516d1bf12e939d998a119c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-05 - Cabinet of Vice-President Valdis Dombrovskis x Intercontinental Exchange, Inc."],"date":["2016-10-05"],"summary":["EU banks; MIFID implementation; EMIR"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["New York"],"address":["New York"],"addressEntity":["addr-3dddf7feb16bf399efe204acf0fee9106ad446eb"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-b98fb7512c796626297f1e89a96665cbbb19188a","eu-tr-141041215133-83","ec-person-f376b1eca739c662d2385062249507f23f4ca67e","ec-person-a9eda2e8ea54b70a968327672c6cada679d3cd56"]}} -{"id":"ec-meeting-2016-10-05-7b85018d6e07bfe801d28371783688d5c881b236","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-05 - Günther Oettinger x Bundesverband Freier Immobilien- und Wohnungsunternehmen e.V. Bundesverband deutscher Wohnungs- und Immobilienunternehmen Zentraler Immobilien Ausschuss"],"date":["2016-10-05"],"summary":["digitisation of industry"],"location":["Munich"],"address":["Munich"],"addressEntity":["addr-4bb73f4817cac7549995b34436d424f8d8b0f1b0"],"organizer":["ec-dg-de"],"involved":["eu-tr-34880145791-74","eu-tr-77924021415-75","ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0","eu-tr-089167355-44"]}} -{"id":"ec-meeting-2016-10-05-7f94378ec408478374d21c08940b1c15918e663f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-05 - Cabinet of Vice-President Johannes Hahn x EuroMed Rights / EuroMed Droits"],"date":["2016-10-05"],"summary":["Situation of civil society in Egypt"],"notes":["Portfolio: European Neighbourhood Policy & Enlargement Negotiations"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-hahn-johannes-of-president-vice"],"involved":["ec-person-643595d3a737c63fc95146b51292a4684ed1ca75","eu-tr-18343956476-47"]}} -{"id":"ec-meeting-2016-10-05-93f3d3525b0550d398179aa2da421a41dc6bd520","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-05 - Cabinet of Commissioner Carlos Moedas x Partnership for European Environmental Research"],"date":["2016-10-05"],"summary":["issues in environmental and European research"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["eu-tr-00356256730-84","ec-person-0a716bf5253e913fc40ebf14c12f30dc2e7a06ee"]}} -{"id":"ec-meeting-2016-10-05-9f5b4f1fa4de932a843b115d1a622ca9f5bd8af3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-05 - Cabinet of Commissioner Margrethe Vestager x European Cultural and Creative Industries Alliance"],"date":["2016-10-05"],"summary":["Digital Single Market"],"notes":["Portfolio: Competition"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-margrethe-of-vestager"],"involved":["ec-person-947ab3027ba90ce15968614ce35c12506b7a43ac","eu-tr-130166611998-65"]}} -{"id":"ec-meeting-2016-10-05-a06107f63288bfd2553443d83dc273cc09e9ebaf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-05 - Cabinet of Vice-President Andrus Ansip x GSMA Europe"],"date":["2016-10-05"],"summary":["Preparation for MWC 2017"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-30988577529-37","ec-person-666bc159c7e65a3af9e63c1e97435c02f1496955"]}} -{"id":"ec-meeting-2016-10-05-ae4631b84c664c3c76fccf28c25fff4a089b2c52","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-05 - Energy x TotalEnergies SE"],"date":["2016-10-05"],"summary":["Energy policy"],"location":["Paris, France"],"address":["Paris, France"],"addressEntity":["addr-c70534aa18173b860a10a50a47b139c4a581cbf6"],"organizer":["ec-dg-ener"],"involved":["eu-tr-1849405799-88","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2016-10-05-c6da26be98d06181c5e2dae35721c122b4a2c2f1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-05 - Cabinet of Commissioner Violeta Bulc x Rolls-Royce plc"],"date":["2016-10-05"],"summary":["Meeting with president of Rolls Royce, Colin Smith"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-4d2b449b5047ea3fda435a2a1c1081e3babcdf76","ec-person-9d4dc4867a44dfe10f67ae7ee1706da3e8b48a24","eu-tr-58290033126-06"]}} -{"id":"ec-meeting-2016-10-05-ce01c6f0d228b08b42f3a78392dec547386c8d76","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-05 - Günther Oettinger x Huawei Technologies"],"date":["2016-10-05"],"summary":["5G"],"location":["Munich"],"address":["Munich"],"addressEntity":["addr-4bb73f4817cac7549995b34436d424f8d8b0f1b0"],"organizer":["ec-dg-de"],"involved":["ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0","eu-tr-114467111412-38"]}} -{"id":"ec-meeting-2016-10-05-ec1cc7f5214b9b0641eb4d4ca739080a68fcaa0f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-05 - Cabinet of Vice-President Miguel Arias Cañete x Fleishman-Hillard Brazilian Sugarcane Industry Association"],"date":["2016-10-05"],"summary":["Biofuels"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-22014486374-73","eu-tr-56047191389-84","ec-person-260e00934471a02805fb143935d6e9205a7f355f"]}} -{"id":"ec-meeting-2016-10-05-f41ee2dfa6dcd42dc5ecc1eaed42a707d12935c7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-05 - Cabinet of Commissioner Violeta Bulc x European Community Shipowner's Associations"],"date":["2016-10-05"],"summary":["Exchange of views with Niels Smedegaard, President and ECSA board members on state of play of EU maritime policy"],"notes":["Portfolio: Transport"],"location":["Malta"],"address":["Malta"],"addressEntity":["addr-1a591a3e91fcb7a47f2c08e9e2e117f39af22078"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-5012c5e45a52ee8ce67d19c1781a127af53e73e7","ec-person-e14c58f620f40325d829df7be0823280307bc15f","eu-tr-59004966537-01"]}} -{"id":"ec-meeting-2016-10-05-ff0a1b382a7ffc74c353d6bc46d59dbdded6d082","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-05 - Environment x Fédération Nationale des Activités de Dépollution et de l'Environnement"],"date":["2016-10-05"],"summary":["BREFs process and Circular Economy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-env"],"involved":["eu-tr-232455019331-89","ec-person-3bc74ce04ea3f4ab4d91a5c88eef25b8b8a213b4"]}} -{"id":"ec-meeting-2016-10-06-078fad3d76dde82e8d59a3d4d58e03e18ab59574","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-06 - Cabinet of Commissioner Carlos Moedas x European Building Automation and Controls Association"],"date":["2016-10-06"],"summary":["Energy Efficiency Package"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["eu-tr-20943263315-44","ec-person-0a716bf5253e913fc40ebf14c12f30dc2e7a06ee"]}} -{"id":"ec-meeting-2016-10-06-0d4e568864cb6a97516226ddab98d03454700f2d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-06 - Cabinet of Vice-President Karmenu Vella x OCEANA"],"date":["2016-10-06"],"summary":["Blue Growth, ICCAT, Our Ocean 2017"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["eu-tr-47937943241-80","ec-person-2966d69fae0ea4e67f3f2df5a743cc766267d3c8"]}} -{"id":"ec-meeting-2016-10-06-1e5431a0e1aafc86894b1984eba581d9593e4a7d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-06 - Cabinet of Vice-President Maroš Šefčovič x European Federation of Agencies and Regions for Energy and the Environment Energy Cities Eurocities"],"date":["2016-10-06"],"summary":["The Global Covenant of Mayors: priorities for the coming months"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-1f95be23689cd4ed0a26fe2980f760ccf2d55c1e","ec-person-ea6b517040e26a62f17d2829afffeba48cfd682f","eu-tr-11514322965-05","eu-tr-18165266149-22","eu-tr-12493392840-79"]}} -{"id":"ec-meeting-2016-10-06-2bfc736ba7b82938eea4ea3dbbb2990092fa1c37","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-06 - Cabinet of Commissioner Phil Hogan x The Coalition for Energy Savings"],"date":["2016-10-06"],"summary":["Energy efficiency"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-72911566925-69","ec-person-b0d24e81234b490dd841a09b69892304b27fc6a8"]}} -{"id":"ec-meeting-2016-10-06-42f57e1860445bfa2b81ce8ee3fe4676b093ebf8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-06 - Cabinet of Commissioner Corina Crețu x VELUX A/S (VELUX Group)"],"date":["2016-10-06"],"summary":["EPBD AND EED REVISION"],"notes":["Portfolio: Regional Policy"],"location":["BRUSSELS"],"address":["BRUSSELS"],"addressEntity":["addr-f74337897287bf1b546f30505f5b1f693a87af50"],"organizer":["ec-cabinet-commissioner-corina-cretu-of"],"involved":["ec-person-f5bd4d5d0170028815aba56ee7d4883f0fd70f47","eu-tr-423142010527-25"]}} -{"id":"ec-meeting-2016-10-06-462af7749dc56399fe92717f390fe2310128e79c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-06 - Energy x Metsäliitto Cooperative"],"date":["2016-10-06"],"summary":["bio economy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["ec-person-6997149120ce5129e38febe5275dc8fd03232d2e","eu-tr-962687110415-94"]}} -{"id":"ec-meeting-2016-10-06-52c6b51fd6bcfe005bbd3f4ddea570b684decd5e","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2016-10-06 - Cabinet of Commissioner Phil Hogan x Beef + Lamb New Zealand"],"date":["2016-10-06"],"summary":["Business discussion","Agri issues"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-400dd8d59d3060187d9b9b143d697da1a3d03c12","eu-tr-411499419067-78"]}} -{"id":"ec-meeting-2016-10-06-592bf99a5688c1325ea2096ca3f35160bb7c59f5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-06 - Cabinet of President Jean-Claude Juncker x Volkswagen Aktiengesellschaft"],"date":["2016-10-06"],"summary":["EU internal market policies and Brexit"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-6504541970-40","ec-person-80c6995ad1cd6aefa72f1bf440b17b6d8c6dd4b8"]}} -{"id":"ec-meeting-2016-10-06-5be4ac3c78b6e64d07c9a8739a34301ca9c16c41","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-06 - Cabinet of Commissioner Corina Crețu x The European Alliance of Companies for Energy Efficiency in Buildings"],"date":["2016-10-06"],"summary":["EBPD/ENERGY EFFICIENCY PACKAGE"],"notes":["Portfolio: Regional Policy"],"location":["BRUSSELS"],"address":["BRUSSELS"],"addressEntity":["addr-f74337897287bf1b546f30505f5b1f693a87af50"],"organizer":["ec-cabinet-commissioner-corina-cretu-of"],"involved":["eu-tr-99005441548-23","ec-person-f5bd4d5d0170028815aba56ee7d4883f0fd70f47"]}} -{"id":"ec-meeting-2016-10-06-6265e2f0277f9b092c3ccff1a3555ac02bbbff14","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-06 - Energy x URENCO Limited"],"date":["2016-10-06"],"summary":["energy and technology developments"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["ec-person-6997149120ce5129e38febe5275dc8fd03232d2e","eu-tr-148242818519-17"]}} -{"id":"ec-meeting-2016-10-06-6939ae3ccec7f0b144660d8d41afdefd46aeb1ef","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2016-10-06 - Cabinet of Commissioner Violeta Bulc x Association des Constructeurs Européens d'Automobiles"],"date":["2016-10-06"],"summary":["Meeting with ACEA Board members","Meeting with ACEA board members on the role of the car in the transport system of the future"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-4d2b449b5047ea3fda435a2a1c1081e3babcdf76","ec-person-e14c58f620f40325d829df7be0823280307bc15f","eu-tr-0649790813-47"]}} -{"id":"ec-meeting-2016-10-06-7a3ebe1b328e7cb24e85b7e4ea48e52133429681","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2016-10-06 - Günther Oettinger x GSMA Europe GSMA Europe"],"date":["2016-10-06"],"summary":["Mobile World Congress"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-30988577529-37","ec-person-c6cae64cc7dc787b66a47ab1613d3e922875b971","ec-person-481c1b59e4c83b05529b763cfc2447c0d88fe517"]}} -{"id":"ec-meeting-2016-10-06-81932e8c9d8048d9f50cb3806d717af44c93ce64","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-06 - Günther Oettinger x SYSTEMIQ Ltd."],"date":["2016-10-06"],"summary":["Circular economy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-216196122980-55","ec-person-481c1b59e4c83b05529b763cfc2447c0d88fe517"]}} -{"id":"ec-meeting-2016-10-06-839b54cc0d59c4f6d4cee5bf78138a8f2e012fd0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-06 - Günther Oettinger x Bayerische Motoren Werke Aktiengesellschaft"],"date":["2016-10-06"],"summary":["Digitization of mobility sector"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0","eu-tr-7193977808-18"]}} -{"id":"ec-meeting-2016-10-06-85775a0ff9baeb775689143e9ffce2e9b2f5fc61","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-06 - Regulatory Scrutiny Board x European Regulation and Innovation Forum"],"date":["2016-10-06"],"summary":["Lunch time debate on the new RSB"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-rsb"],"involved":["eu-tr-52996964558-47","ec-person-b79e2a722cf72068a7e5e24a5b455c04c07917fa"]}} -{"id":"ec-meeting-2016-10-06-8df316bb5382fcbac272bbb869df12c0179a73f6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-06 - Cabinet of Vice-President Andrus Ansip x ARCTURUS GROUP MOBIVIA"],"date":["2016-10-06"],"summary":["Access to data, connected cars"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-34100356706-23","eu-tr-597100516827-13","ec-person-6a03bc4fa7657513ea34529e98dba0671ef4c849"]}} -{"id":"ec-meeting-2016-10-06-9030cd6e105b06f7cf17a58f3a5f9f5a1b4f0511","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-06 - Informatics x QlikTech Netherlands BV"],"date":["2016-10-06"],"summary":["Introductory meeting"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-digit"],"involved":["eu-tr-542949623545-37","ec-person-32591d36027eb92a66b57d5bcc8c57d9574380b0"]}} -{"id":"ec-meeting-2016-10-06-97c7dbc03d229e706a850fdfd44d64a0a35620ff","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-06 - Cabinet of Vice-President Valdis Dombrovskis x Institute of International Finance"],"date":["2016-10-06"],"summary":["IIF Panel on the Future of the EU, post-Brexit"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Washington DC"],"address":["Washington DC"],"addressEntity":["addr-736cd24f80718d440733a7f213d8d22160de4d25"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-48714858158-06","ec-person-a9eda2e8ea54b70a968327672c6cada679d3cd56"]}} -{"id":"ec-meeting-2016-10-06-aa89c0a10120a7a09251d786ed39620be3b6406a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-06 - Cabinet of Vice-President Miguel Arias Cañete x 3M"],"date":["2016-10-06"],"summary":["Follow-up of COP21 / Innovation and technologies"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-91425447458-88","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd"]}} -{"id":"ec-meeting-2016-10-06-ac5f85e2e0c08957f28e0c0c27a00131736be476","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-06 - Cabinet of Commissioner Phil Hogan x European farmers"],"date":["2016-10-06"],"summary":["Address Congress"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Greece"],"address":["Greece"],"addressEntity":["addr-4902a456caa9a4eab463ce526c9df0f6180be184"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-a1a78365cc4685b0958056646204977d8f2ead92","eu-tr-44856881231-49"]}} -{"id":"ec-meeting-2016-10-06-af184fdd2fb2a396261d4dc5c6c48342a8ff61b1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-06 - Climate Action x Association des Constructeurs Européens d'Automobiles"],"date":["2016-10-06"],"summary":["Decarbonisation of road transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-clima"],"involved":["ec-person-44c2f44f96dda2012bcb4e9abc749f6cae86a4c0","eu-tr-0649790813-47"]}} -{"id":"ec-meeting-2016-10-06-cba2d4da390b0ecbc2a7f0f9f1066d253903871b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-06 - Cabinet of Vice-President Miguel Arias Cañete x Association des Constructeurs Européens d'Automobiles"],"date":["2016-10-06"],"summary":["Decarbonisation of road transport"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-0649790813-47","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd"]}} -{"id":"ec-meeting-2016-10-06-cff2bc012ba342dad7b42cd3dfec822c08f4d1a4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-06 - Cabinet of Vice-President Valdis Dombrovskis x Peterson Institute for International Economics"],"date":["2016-10-06"],"summary":["EU banks; TLAC; EU-US regulatory cooperate"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Washington DC"],"address":["Washington DC"],"addressEntity":["addr-736cd24f80718d440733a7f213d8d22160de4d25"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-b98fb7512c796626297f1e89a96665cbbb19188a","eu-tr-513347117795-30","ec-person-f376b1eca739c662d2385062249507f23f4ca67e","ec-person-a9eda2e8ea54b70a968327672c6cada679d3cd56"]}} -{"id":"ec-meeting-2016-10-06-e50e220f2867e9cef2c417e1e66f3373c85133b9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-06 - Cabinet of Commissioner Phil Hogan x LacPatrick Co-Operative Society Ltd"],"date":["2016-10-06"],"summary":["AGRI matters"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-400dd8d59d3060187d9b9b143d697da1a3d03c12","eu-tr-222689023748-80"]}} -{"id":"ec-meeting-2016-10-06-e92e1cd3b4b3d5d9f934d64399517cb4685c44d0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-06 - Cabinet of Vice-President Valdis Dombrovskis x JPMorgan Chase & Co."],"date":["2016-10-06"],"summary":["CMU; Basel issues"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Washington DC"],"address":["Washington DC"],"addressEntity":["addr-736cd24f80718d440733a7f213d8d22160de4d25"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-b98fb7512c796626297f1e89a96665cbbb19188a","ec-person-a9eda2e8ea54b70a968327672c6cada679d3cd56","ec-person-f376b1eca739c662d2385062249507f23f4ca67e","eu-tr-9171899949-17"]}} -{"id":"ec-meeting-2016-10-06-f49fabc9c3241ecf3d53969e050bc8721352a530","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-06 - Cabinet of Vice-President Maroš Šefčovič x Edison Spa"],"date":["2016-10-06"],"summary":["Energy situation in the Easter-Mediterrenean"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-3bf48630444ace93d407e52eb880e64d480f75ce","eu-tr-401111262-07"]}} -{"id":"ec-meeting-2016-10-06-f8563195bc31b044596a9ded912abd10bce66855","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-06 - Günther Oettinger x 3M"],"date":["2016-10-06"],"summary":["DSM"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-91425447458-88","ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0"]}} -{"id":"ec-meeting-2016-10-07-030ccbcffd3dd64bd8958cfdee494e3fa55f6760","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-07 - Informatics x DXC.technology"],"date":["2016-10-07"],"summary":["CSC's introduction of the Digital application experiences, Main topics of DIGIT’s management plan"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-digit"],"involved":["eu-tr-430713521212-27","ec-person-32591d36027eb92a66b57d5bcc8c57d9574380b0"]}} -{"id":"ec-meeting-2016-10-07-26869eebc24363715356aaa6d961ba7352c3428a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-07 - Cabinet of Commissioner Violeta Bulc x EU Strategy"],"date":["2016-10-07"],"summary":["Meeting Mr Wassim Chourbaji Qualcomm VP"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-42484704423-92","ec-person-e14c58f620f40325d829df7be0823280307bc15f"]}} -{"id":"ec-meeting-2016-10-07-58ead1943533e345be7a2addd4b447a909bc576c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-07 - Cabinet of Vice-President Valdis Dombrovskis x S&P Global"],"date":["2016-10-07"],"summary":["CMU; EU banks"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Washington DC"],"address":["Washington DC"],"addressEntity":["addr-736cd24f80718d440733a7f213d8d22160de4d25"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-319148015141-55","ec-person-b98fb7512c796626297f1e89a96665cbbb19188a","ec-person-f376b1eca739c662d2385062249507f23f4ca67e","ec-person-a9eda2e8ea54b70a968327672c6cada679d3cd56"]}} -{"id":"ec-meeting-2016-10-07-7562a17734b97d62f420270b3389eff22ad7701a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-07 - Justice and Consumers x Bureau Européen des Unions de Consommateurs"],"date":["2016-10-07"],"summary":["REFIT of the consumer law acquis"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-just"],"involved":["eu-tr-9505781573-45","ec-person-7f02c085966bf7e9ecf267d0fa52c94a32d1687f"]}} -{"id":"ec-meeting-2016-10-07-88a6e88fc788c69531a7dfb4913731de9bfa8f01","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-07 - Cabinet of Commissioner Věra Jourová x European Federation of Pharmaceutical Industries and Associations"],"date":["2016-10-07"],"summary":["GDPR"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["eu-tr-38526121292-88","ec-person-f329292459cb1badb7fb7c6b67b698c441931bb2"]}} -{"id":"ec-meeting-2016-10-07-89e770b9387f72ca4aad68d29f0cf026d06c310c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-07 - Cabinet of Vice-President Valdis Dombrovskis x The Goldman Sachs Group, Inc."],"date":["2016-10-07"],"summary":["CMU; Basel issues"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Washington DC"],"address":["Washington DC"],"addressEntity":["addr-736cd24f80718d440733a7f213d8d22160de4d25"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-701266814986-18","ec-person-f376b1eca739c662d2385062249507f23f4ca67e","ec-person-a9eda2e8ea54b70a968327672c6cada679d3cd56"]}} -{"id":"ec-meeting-2016-10-07-aa15ad02b6cff244615891d23bbb0d76aeb3a380","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-07 - Cabinet of Commissioner Tibor Navracsics x Tata Consultancy Services"],"date":["2016-10-07"],"summary":["Digital skills"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-1da7ee09d46288ee4ea9db2b644bdcf9c3d6d000","eu-tr-930116617440-93"]}} -{"id":"ec-meeting-2016-10-07-b6e8d01b6493d8b43595fb6d7a804ba5fddf3b30","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-07 - Cabinet of Commissioner Phil Hogan x Polski Związek Hodowców i Producentów Trzody Chlewnej \"POLSUS\""],"date":["2016-10-07"],"summary":["Attending Panhellenic Congress on the Development of greek agriculture"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Greece"],"address":["Greece"],"addressEntity":["addr-4902a456caa9a4eab463ce526c9df0f6180be184"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-068516110787-28","ec-person-a1a78365cc4685b0958056646204977d8f2ead92"]}} -{"id":"ec-meeting-2016-10-07-de9acd2be563320d91de4cbbddc6ba2863e63f09","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-07 - Cabinet of Commissioner Violeta Bulc x European Cyclists' Federation"],"date":["2016-10-07"],"summary":["EU Cycling Strategy"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-28451455737-18","ec-person-e14c58f620f40325d829df7be0823280307bc15f"]}} -{"id":"ec-meeting-2016-10-07-f31902b254bf16a9c9387b5ad5d7e82f99ce79c6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-07 - Cabinet of Commissioner Elżbieta Bieńkowska x Transport and Environment (European Federation for Transport and Environment)"],"date":["2016-10-07"],"summary":["Traffic safety in Europe"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["ec-person-d2997a7f359c91a337055c3e24dd36bf928de38d","eu-tr-58744833263-19","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2016-10-08-19c6d9e5e896f2e0bdd29c737619aeaa75e1ad58","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-08 - Cabinet of Vice-President Valdis Dombrovskis x BlackRock"],"date":["2016-10-08"],"summary":["CMU; EFSI"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Washington DC"],"address":["Washington DC"],"addressEntity":["addr-736cd24f80718d440733a7f213d8d22160de4d25"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-b98fb7512c796626297f1e89a96665cbbb19188a","eu-tr-51436554494-18","ec-person-f376b1eca739c662d2385062249507f23f4ca67e","ec-person-a9eda2e8ea54b70a968327672c6cada679d3cd56"]}} -{"id":"ec-meeting-2016-10-08-6d059b2d966ed03c675d44af913d5d2bcd9c7b9e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-08 - Günther Oettinger x Computer & Communications Industry Association"],"date":["2016-10-08"],"summary":["DSM"],"location":["Washington"],"address":["Washington"],"addressEntity":["addr-a27a6644654593ac9e5d122b1155ff23752c8073"],"organizer":["ec-dg-de"],"involved":["eu-tr-15987896534-82","ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0"]}} -{"id":"ec-meeting-2016-10-08-c26e09817f270190f7c7175cf48f8ec77fceb27d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-08 - Günther Oettinger x McLarty Associates"],"date":["2016-10-08"],"summary":["transatlantic relations"],"location":["Washington"],"address":["Washington"],"addressEntity":["addr-a27a6644654593ac9e5d122b1155ff23752c8073"],"organizer":["ec-dg-de"],"involved":["ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0","eu-tr-502376418704-34"]}} -{"id":"ec-meeting-2016-10-09-02fa8b2add30b7034c86eab34c5dc13d0d2e30cb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-09 - Günther Oettinger x Microsoft Corporation"],"date":["2016-10-09"],"summary":["US politics"],"location":["Seattle"],"address":["Seattle"],"addressEntity":["addr-26bcaeae2550ec052e88d7aba77190b376580954"],"organizer":["ec-dg-de"],"involved":["eu-tr-0801162959-21","ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0"]}} -{"id":"ec-meeting-2016-10-10-02fa8b2add30b7034c86eab34c5dc13d0d2e30cb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-10 - Günther Oettinger x Microsoft Corporation"],"date":["2016-10-10"],"summary":["DSM Strategy"],"location":["Seattle"],"address":["Seattle"],"addressEntity":["addr-26bcaeae2550ec052e88d7aba77190b376580954"],"organizer":["ec-dg-de"],"involved":["eu-tr-0801162959-21","ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0"]}} -{"id":"ec-meeting-2016-10-10-19c731b1e5b3c914295b225227a8ddebf2d54bfe","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-10 - Cabinet of President Jean-Claude Juncker x None"],"date":["2016-10-10"],"summary":["caractère des pratiques du groupe McDonald’s"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-33130841043-14","ec-person-ad6f76ca53dc30d965b15e3728c45dbd0aba44b4","eu-tr-04902121531-04","eu-tr-34100356706-23"]}} -{"id":"ec-meeting-2016-10-10-452e8b0e8735dd041adcc925b18776f57760b0a4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-10 - Günther Oettinger x Amazon Europe Core SARL"],"date":["2016-10-10"],"summary":["Geoblocking"],"location":["Seattle"],"address":["Seattle"],"addressEntity":["addr-26bcaeae2550ec052e88d7aba77190b376580954"],"organizer":["ec-dg-de"],"involved":["ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0","eu-tr-366117914426-10"]}} -{"id":"ec-meeting-2016-10-10-4d3d00a51a81b8f129e09d5d641c79cd42bdaeb9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-10 - Cabinet of Commissioner Phil Hogan x European Dairy Association aisbl"],"date":["2016-10-10"],"summary":["Topics related to the milk & dairy processing sector"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-42967152383-63","ec-person-b0d24e81234b490dd841a09b69892304b27fc6a8"]}} -{"id":"ec-meeting-2016-10-10-6487f35ba57c9987b83bbd382662e05118211cb6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-10 - Cabinet of Vice-President Valdis Dombrovskis x Business Trust"],"date":["2016-10-10"],"summary":["Kredit Rating Agencies"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-754ed38c8c41a4774ea216057a91839acc09b1e1","eu-tr-329674823289-91"]}} -{"id":"ec-meeting-2016-10-10-6ec6600d9b0d417a621d75492442d07113e6459e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-10 - Cabinet of Vice-President Valdis Dombrovskis x None"],"date":["2016-10-10"],"summary":["CRR; CMU; TLAC"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-03094871618-32","eu-tr-35147251117-11","eu-tr-72390466359-39","eu-tr-271912611231-56","eu-tr-799142914971-03","eu-tr-090350412968-04","eu-tr-107779213747-53","ec-person-48f31156d932641826e09f5b73f074d35ff05786"]}} -{"id":"ec-meeting-2016-10-10-724fa928d0167633cb5c8da1b057addcba171296","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2016-10-10 - Günther Oettinger x European Newspaper Publishers' Association European Magazine Media Association","2016-10-10 - Günther Oettinger x European Magazine Media Association European Newspaper Publishers' Association"],"date":["2016-10-10"],"summary":["e-Privacy directive","e-privacy directive"],"location":["Brussels","BXL"],"address":["Brussels","BXL"],"addressEntity":["addr-d2fde52f67ea4a3e1fe233d0a959d6a1c77fd910","addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-5950962136-12","ec-person-5652698e8f7b4a189329e67fddbaff44dbe8658c","eu-tr-37937886834-69"]}} -{"id":"ec-meeting-2016-10-10-7be3f018012ed0ead50370d971775d7e3c732fb5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-10 - Cabinet of Vice-President Miguel Arias Cañete x EDSO for Smart Grids"],"date":["2016-10-10"],"summary":["Energy Efficiency"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-952322311484-70","ec-person-2229c857664a22dcb8eee79a8c05841fd3d0924f"]}} -{"id":"ec-meeting-2016-10-10-80d0878e4cef97f678edd636f52053184aae816a","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2016-10-10 - Günther Oettinger x Bureau Européen des Unions de Consommateurs"],"date":["2016-10-10"],"summary":["connected and automated driving"],"location":["Brussels","BXL"],"address":["Brussels","BXL"],"addressEntity":["addr-d2fde52f67ea4a3e1fe233d0a959d6a1c77fd910","addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-9505781573-45","ec-person-5652698e8f7b4a189329e67fddbaff44dbe8658c"]}} -{"id":"ec-meeting-2016-10-10-8d9fa08d516236c500a82c194e3b0c7e506cdb11","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-10 - Energy x Central Europe Energy Partners"],"date":["2016-10-10"],"summary":["Energy policy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-87738563745-94","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2016-10-10-a0d5bea15dd00a872197954ce754b73ad21d7445","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-10 - Cabinet of Commissioner Violeta Bulc x Gide Loyrette Nouel"],"date":["2016-10-10"],"summary":["Uber"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-353804021418-79","ec-person-dd7851e4a1e747e824b4f81139e33bc3cdb73160"]}} -{"id":"ec-meeting-2016-10-10-a6890e82f85bbf86fe091c6494cb021159a1baf6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-10 - Cabinet of Vice-President Karmenu Vella x Fédération bancaire française"],"date":["2016-10-10"],"summary":["green financing"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["ec-person-2966d69fae0ea4e67f3f2df5a743cc766267d3c8","eu-tr-09245221105-30"]}} -{"id":"ec-meeting-2016-10-10-ad15ad46abb9a1acdd3f882195582dd8b1154ae8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-10 - Cabinet of Vice-President Jyrki Katainen x The Investment Association"],"date":["2016-10-10"],"summary":["CMU"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-955e8c493ab54847bb92b65986f56a401f8eabee","eu-tr-5437826103-53"]}} -{"id":"ec-meeting-2016-10-10-b17813455f7dd301e2a9b04a269efbe05b2ede1b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-10 - Cabinet of Vice-President Neven Mimica x OXFAM INTERNATIONAL EU ADVOCACY OFFICE"],"date":["2016-10-10"],"summary":["Revision of the European Consensus on development policy"],"notes":["Portfolio: International Cooperation & Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-mimica-neven-of-president-vice"],"involved":["eu-tr-46856801604-90","ec-person-e90858f5aba78fd0e1cb2f757c3f38d55d91f98b"]}} -{"id":"ec-meeting-2016-10-10-b7ab4abbc8d6cc04c94877d8596a032b9b7e5364","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-10 - Günther Oettinger x Alibaba Group Holding Limited"],"date":["2016-10-10"],"summary":["e-commerce"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-204066023415-46","ec-person-3297113eb5d4e59bc84d571628f0130aa75c761a"]}} -{"id":"ec-meeting-2016-10-10-ce6ef6bc94da4045734b0deeba9f8cffe9228350","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-10 - Cabinet of Commissioner Phil Hogan x Sustainable Biomass Program"],"date":["2016-10-10"],"summary":["Biomass"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-888745515605-77","ec-person-ff8342dedc26701400fcb7dcf73fbee50a837ac6"]}} -{"id":"ec-meeting-2016-10-10-cf74ee8cab31c9626b22a32d9f9096ab0b3c4c42","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-10 - Cabinet of Commissioner Věra Jourová x European Magazine Media Association European Newspaper Publishers' Association"],"date":["2016-10-10"],"summary":["e-privacy directive"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["eu-tr-5950962136-12","ec-person-f329292459cb1badb7fb7c6b67b698c441931bb2","eu-tr-37937886834-69"]}} -{"id":"ec-meeting-2016-10-10-d01beea5df350a6d571a1663753631fde06f7f90","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-10 - Energy x Trafigura Group Pte."],"date":["2016-10-10"],"summary":["Energy policy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-955315115949-73","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2016-10-10-e3e079e0f5c041b91d6f680210129690e2070c40","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-10 - Günther Oettinger x Boeing International Corporation - Belgium Branch Office"],"date":["2016-10-10"],"summary":["DSM initiatives"],"location":["Seattle"],"address":["Seattle"],"addressEntity":["addr-26bcaeae2550ec052e88d7aba77190b376580954"],"organizer":["ec-dg-de"],"involved":["eu-tr-62505293737-81","ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0"]}} -{"id":"ec-meeting-2016-10-10-f59c6ec71f1bd152690cb7794cb95467169534ec","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-10 - Energy x Teréga"],"date":["2016-10-10"],"summary":["gas interconnections"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-727627616409-44","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2016-10-11-11b6234e84c5da0f7fe275e706bb45b015ff7b28","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-11 - Cabinet of President Jean-Claude Juncker x Aid to the Church in Need"],"date":["2016-10-11"],"summary":["Humaniarian work in Syria (Meeting with Syrian Patriarchs)"],"notes":["Portfolio: President"],"location":["BERL, Brussels, Belgium"],"address":["BERL, Brussels, Belgium"],"addressEntity":["addr-a781476a5ec9b2932843fdeae78a21136f921b9e"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-118236613508-31","ec-person-29c106b0461ffd79e95f0119bdd363fd3c7c3ab3"]}} -{"id":"ec-meeting-2016-10-11-14758cd5c296160a5d55f8a2f91f124232d7440b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-11 - Cabinet of Commissioner Violeta Bulc x Bank of America Corporation"],"date":["2016-10-11"],"summary":["Meeting with Alex Wilmot-Sitwell and global investors in transport infrastructure"],"notes":["Portfolio: Transport"],"location":["London"],"address":["London"],"addressEntity":["addr-4c57f0c88d9844630327623633ce269cf826ab99"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-4d2b449b5047ea3fda435a2a1c1081e3babcdf76","ec-person-6a5ceb87383474e4b7f430af341029a155e255b0","eu-tr-53891615036-88"]}} -{"id":"ec-meeting-2016-10-11-14bc00c36644394687d88dd2c98d2bbe379d547d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-11 - Migration and Home Affairs x Eurocities"],"date":["2016-10-11"],"summary":["Discussion on integration of refugees and migrants in European cities"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-home"],"involved":["ec-person-ae1262e8850ed1e9a0530b0ad7440ac648255896","eu-tr-12493392840-79"]}} -{"id":"ec-meeting-2016-10-11-1ced0299c0f661a77e08094e6ae3ce50af564fd9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-11 - Cabinet of Vice-President Cecilia Malmström x Eurogroup for Animals"],"date":["2016-10-11"],"summary":["Animal welfare in trade agreements"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-19b143e83f8ab978c55c8a9a9e49e06dbfa14bf3","eu-tr-6809935493-49","ec-person-8529bbbc6db862f6b82d6fa66a7cf7668804dae7"]}} -{"id":"ec-meeting-2016-10-11-1ea43345e40cff9cd31a1b16aa79b5e41313517b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-11 - Cabinet of Commissioner Phil Hogan x BIOCHEMTEX"],"date":["2016-10-11"],"summary":["Biofuels"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-ff8342dedc26701400fcb7dcf73fbee50a837ac6","eu-tr-749609215708-63"]}} -{"id":"ec-meeting-2016-10-11-1f5c4b4813dd9a81d93fe6c59c311765131451fa","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-11 - Günther Oettinger x United Internet AG"],"date":["2016-10-11"],"summary":["Layer 2 decision"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-31650149406-33","ec-person-3297113eb5d4e59bc84d571628f0130aa75c761a"]}} -{"id":"ec-meeting-2016-10-11-20c8ea20f84320c030ce802d7feabe2ab6ce30b3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-11 - Environment x Veolia Environnement"],"date":["2016-10-11"],"summary":["Economie circulaire, en particulier la gestion de l'eau et des déchets"],"location":["BRUSSELS"],"address":["BRUSSELS"],"addressEntity":["addr-f74337897287bf1b546f30505f5b1f693a87af50"],"organizer":["ec-dg-env"],"involved":["eu-tr-72103751229-92","ec-person-3bc74ce04ea3f4ab4d91a5c88eef25b8b8a213b4"]}} -{"id":"ec-meeting-2016-10-11-26aee86a3aff0bc73efe6b044fcb208e82a0ae0d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-11 - Cabinet of Commissioner Phil Hogan x Clariant Produkte (Deutschland) GmbH"],"date":["2016-10-11"],"summary":["Sustainability"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-221982814162-24","ec-person-ff8342dedc26701400fcb7dcf73fbee50a837ac6"]}} -{"id":"ec-meeting-2016-10-11-27e18d4aecee47f1766315a202803f961f1ee57d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-11 - Cabinet of Commissioner Vytenis Andriukaitis x CropLife Europe"],"date":["2016-10-11"],"summary":["Introductory meeting"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-b9c3f19e7c5f216e3e508f931ddd6a9cb59376d1","eu-tr-0711626572-26"]}} -{"id":"ec-meeting-2016-10-11-2d1a035f95710dfbdf4b1ed83d8c22803c79234e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-11 - Cabinet of President Jean-Claude Juncker x YDRENAS COMMUNICATIONS AB"],"date":["2016-10-11"],"summary":["EU financial services regulation"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-573007514406-21","ec-person-c402e34a99fbee730ae22e3b1958e21c94dc6fcc"]}} -{"id":"ec-meeting-2016-10-11-31a1a0d55435688e13f1acd85d02b4d38657c40c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-11 - Cabinet of Vice-President Jyrki Katainen x Helsinki EU Office (vastuutaho Uudenmaan liitto)"],"date":["2016-10-11"],"summary":["Investment plan"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-796380111637-72","ec-person-93e8e8ac2ee89edb4c52bce70d7472c8eae05edd"]}} -{"id":"ec-meeting-2016-10-11-37b95a1526b51716855594a004944679c15f35dd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-11 - Cabinet of Vice-President Miguel Arias Cañete x Sustainable Biomass Program"],"date":["2016-10-11"],"summary":["Biomass"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-260e00934471a02805fb143935d6e9205a7f355f","eu-tr-888745515605-77"]}} -{"id":"ec-meeting-2016-10-11-3be3f9ea2fd8190d2c62ee9b97f6f94022249adc","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2016-10-11 - Cabinet of Commissioner Phil Hogan x Teneo Brussels"],"date":["2016-10-11"],"summary":["Bio Fuels","LSB Biomass"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-91124993695-29","ec-person-ff8342dedc26701400fcb7dcf73fbee50a837ac6"]}} -{"id":"ec-meeting-2016-10-11-40f3af862b09dc2d9cf167cd3eb768e6a3db55a4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-11 - Cabinet of Commissioner Carlos Moedas x Amsterdam Economic Board"],"date":["2016-10-11"],"summary":["Energy meeting"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-0a716bf5253e913fc40ebf14c12f30dc2e7a06ee","eu-tr-382099223522-41"]}} -{"id":"ec-meeting-2016-10-11-49d0eda6658758a160885fafb1ea6031d225a028","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-11 - European Civil Protection and Humanitarian Aid Operations x WinterMere AeroVentures Ltd."],"date":["2016-10-11"],"summary":["Visite de courtoisie + présentation canadair"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-echo"],"involved":["eu-tr-681496923505-37","ec-person-61ea528d6b7f7cbbd1e55a4a19794b785df35cf9"]}} -{"id":"ec-meeting-2016-10-11-4e04087cfb583d4d94e5ea694f384cface29c706","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-11 - Cabinet of Vice-President Jyrki Katainen x Schneider Electric"],"date":["2016-10-11"],"summary":["Single Market and Energy"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-f9208d930adc70c6c64e21701e48f85f6f18e949","eu-tr-46302264606-44"]}} -{"id":"ec-meeting-2016-10-11-51a7b487b2daca2f8d4c1ffe414eff6577119c19","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-11 - Energy x Veolia Environnement"],"date":["2016-10-11"],"summary":["Energy issues"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-72103751229-92","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2016-10-11-5c3ce9ecd836ec822ccae030f9d6d0d1f5a53b9a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-11 - Cabinet of Commissioner Elżbieta Bieńkowska x Polish Electricity Association"],"date":["2016-10-11"],"summary":["Energy issues"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-255859710443-50","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2016-10-11-606b916827e3323282ceba8d98d060a2b16d6432","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-11 - Cabinet of Commissioner Carlos Moedas x Greenpeace European Unit"],"date":["2016-10-11"],"summary":["Energy Citizens in the EU"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-0a716bf5253e913fc40ebf14c12f30dc2e7a06ee","eu-tr-9832909575-41"]}} -{"id":"ec-meeting-2016-10-11-74234eebf6be287bf02a7a0cf01a6079d1224d56","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-11 - Cabinet of Vice-President Miguel Arias Cañete x Miltton Europe Sunshine Kaidi (Finland) New Energy Co. Oy"],"date":["2016-10-11"],"summary":["Biofuels"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-463712321359-48","ec-person-260e00934471a02805fb143935d6e9205a7f355f","eu-tr-245377319023-40"]}} -{"id":"ec-meeting-2016-10-11-7a5ed52a063abbdaab0ff7b8c744459b8791436d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-11 - Migration and Home Affairs x The American European Community Association"],"date":["2016-10-11"],"summary":["Roundtable Discussion on the Future of Schengen"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-home"],"involved":["ec-person-ae1262e8850ed1e9a0530b0ad7440ac648255896","eu-tr-307603023489-82"]}} -{"id":"ec-meeting-2016-10-11-82ad32b9a9b75dd6cfb367c363579749dce48759","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-11 - Cabinet of Commissioner Julian King x MARSH & McLENNAN COMPANIES FRANCE"],"date":["2016-10-11"],"summary":["Cybersecurity"],"notes":["Portfolio: Security Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-julian-king-of"],"involved":["ec-person-5b22be4333936d6e9e2067397c048a016c117d67","eu-tr-117683115792-20"]}} -{"id":"ec-meeting-2016-10-11-82c29272c2b4d26b7dae8817f8e029385760d3b5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-11 - Cabinet of Commissioner Phil Hogan x Tomhas Advisory Limited"],"date":["2016-10-11"],"summary":["Renewable energy"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-630344923495-77","ec-person-a1a78365cc4685b0958056646204977d8f2ead92"]}} -{"id":"ec-meeting-2016-10-11-8d310df7d0109b65277a0752615ac34157198072","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-11 - Mobility and Transport x Arbeitsgemeinschaft deutscher Verkehrsflughäfen"],"date":["2016-10-11"],"summary":["Airport security, airport charges, ground handling"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-move"],"involved":["eu-tr-41108238259-40","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2016-10-11-8fd5febf46f97ebac3e247a8af3bbbd0bfe2687e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-11 - Energy x European Network of Transmission System Operators for Electricity"],"date":["2016-10-11"],"summary":["Market design"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-25805148045-87","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2016-10-11-940802d3f12bec0f4c37f5ef8f2aee223789b180","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-11 - Communications Networks, Content and Technology x EIT Digital"],"date":["2016-10-11"],"summary":["a status update on EIT Digital (including the ongoing collaborations with DG CONNECT)"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-241696917766-40","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2016-10-11-a1ad818567b1acc8ac6df712995ab2654546a758","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-11 - Cabinet of Commissioner Phil Hogan x UPM-Kymmene Oyj"],"date":["2016-10-11"],"summary":["Biorefining"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-861194311863-31","ec-person-ff8342dedc26701400fcb7dcf73fbee50a837ac6"]}} -{"id":"ec-meeting-2016-10-11-a737225cf5f5cc9ad3e64dc241297bb955540a05","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-11 - Cabinet of Vice-President Valdis Dombrovskis x Sovereign Strategy"],"date":["2016-10-11"],"summary":["CMU and cybersecurity"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-807262215053-09","ec-person-3f9ca71b74344417d1f072ba7f3e2f09a223b036"]}} -{"id":"ec-meeting-2016-10-11-ab6ed5621b4f5d8ff3580c12a7842ace3c73b6b6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-11 - Cabinet of Vice-President Andrus Ansip x MARSH & McLENNAN COMPANIES FRANCE"],"date":["2016-10-11"],"summary":["cybersecurity"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-3ca0c466b8ff230d4409591430b388007ce14ff8","eu-tr-117683115792-20"]}} -{"id":"ec-meeting-2016-10-11-aca577983694f1787c2da1607ec66cbafee158fd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-11 - Cabinet of Vice-President Andrus Ansip x Facebook Ireland Limited"],"date":["2016-10-11"],"summary":["Platforms"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-6a03bc4fa7657513ea34529e98dba0671ef4c849","eu-tr-28666427835-74"]}} -{"id":"ec-meeting-2016-10-11-b2cb71b7dbd4a3ada6ba0a7f32c5776620dc539f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-11 - Cabinet of Commissioner Phil Hogan x Confederazione Generale dell'Agricoltura Italiana"],"date":["2016-10-11"],"summary":["Presentation of concerns related to the rice sector"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-c9d17d5879383b030f61a4066848249fb35d57e4","eu-tr-230456715590-19"]}} -{"id":"ec-meeting-2016-10-11-b4c66a5993a1920c7e63207c348c5a05b8926d62","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-11 - Environment x International Fund for Animal Welfare"],"date":["2016-10-11"],"summary":["Wildlife trafficking and CITES"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-env"],"involved":["eu-tr-22644632329-52","ec-person-3bc74ce04ea3f4ab4d91a5c88eef25b8b8a213b4"]}} -{"id":"ec-meeting-2016-10-11-ccdbc32e222d2adc02450eed59d0f17f8d7b60b8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-11 - Günther Oettinger x ARD-Verbindungsbüro Brüssel"],"date":["2016-10-11"],"summary":["radio spectrum"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-6774178922-55","ec-person-c6cae64cc7dc787b66a47ab1613d3e922875b971"]}} -{"id":"ec-meeting-2016-10-11-d1b63869e9d434670181a71a802aca4c928f41c4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-11 - Cabinet of Commissioner Phil Hogan x Land- en Tuinbouw Organisatie Nederland"],"date":["2016-10-11"],"summary":["AGRI matters"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-400dd8d59d3060187d9b9b143d697da1a3d03c12","eu-tr-4656646862-72","ec-person-b0d24e81234b490dd841a09b69892304b27fc6a8"]}} -{"id":"ec-meeting-2016-10-11-da0b17499a894adbe4003069eb80a257d6520a54","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-11 - Cabinet of Vice-President Miguel Arias Cañete x Kreab"],"date":["2016-10-11"],"summary":["Bioamss"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-1078390517-54","ec-person-95f883d5d0d484088f26191a8fea8553d674dfbe"]}} -{"id":"ec-meeting-2016-10-11-ea195c201e96e1d96cf907185992c2646642f3c5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-11 - Cabinet of Vice-President Cecilia Malmström x European Liaison Committee for Agriculture and agri-food trade"],"date":["2016-10-11"],"summary":["CETA (Participation to an event organized by the CELCAA at the EP)"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-546282614966-51","ec-person-cb8ca9ec2413722fa83484ed18dd76ace52d0118"]}} -{"id":"ec-meeting-2016-10-11-ff58c6e1d25f2b7f5224f20a572fafbab208772c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-11 - Cabinet of Commissioner Phil Hogan x Confederazione Generale dell'Agricoltura Italiana Federation of European Rice Millers"],"date":["2016-10-11"],"summary":["regulation of tricyclazole and its impact on the rice sector"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels, BERL 08/304"],"address":["Brussels, BERL 08/304"],"addressEntity":["addr-72c04700d8489d7ba40c4ad5f8595a9aefba3741"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-7d3caa534e5cdda6d5b949bd4b2def39356e3bec","eu-tr-31958409365-30","ec-person-c9d17d5879383b030f61a4066848249fb35d57e4","eu-tr-230456715590-19"]}} -{"id":"ec-meeting-2016-10-11-ffe9a59d583cf25182139ca141a412867862aee5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-11 - Cabinet of Vice-President Jyrki Katainen x Airports Council International - European Region"],"date":["2016-10-11"],"summary":["Investment in Europe"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-f9208d930adc70c6c64e21701e48f85f6f18e949","eu-tr-42566063487-73"]}} -{"id":"ec-meeting-2016-10-12-0a6ada0d5a8e3d8700f419126cd68f255cf5ce53","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-12 - Cabinet of Vice-President Miguel Arias Cañete x Polskie Gornictwo Naftowe i Gazownictwo SA - Polish Oil and Gas Company"],"date":["2016-10-12"],"summary":["Diversification of gas supply routes including northern corridor"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-1831691c10441c5974327bbeb8693d6b6c1e50c3","eu-tr-70816716119-36"]}} -{"id":"ec-meeting-2016-10-12-0d43afeccdb9fac641a1b5ab591192753bb4251e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-12 - Cabinet of Commissioner Vytenis Andriukaitis x Bundesverband der Pharmazeutischen Industrie e.V."],"date":["2016-10-12"],"summary":["EU regulatory framework for pharmaceuticals, access to medicines, HTA"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-059ca943fc5fc696d2a97849c635ddf7b6ab7fd7","ec-person-df30d07ef698a52b9948b9c734db39196cf8541f","eu-tr-76399831150-89"]}} -{"id":"ec-meeting-2016-10-12-1232480120ae4c3960f8b3abe58e5c14f9e2ebac","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-12 - Cabinet of Vice-President Jyrki Katainen x Landmark Public Policy Advisers Europe Ltd Mars Incorporated"],"date":["2016-10-12"],"summary":["strategy for plastics"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-98945367035-89","eu-tr-99937329074-65","ec-person-0da85dc48012e26688310a59a0b51727ea68f410"]}} -{"id":"ec-meeting-2016-10-12-1a8bebf5dc9ecc68332b2f0f3390c1264b95c9f2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-12 - Inspire, Debate, Engage and Accelerate Action x World Economic Forum"],"date":["2016-10-12"],"summary":["Annual Meeting, Davos"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-dg-idea"],"involved":["eu-tr-953426816942-83","ec-person-4fe56a64c00b3e81c851b5538878b32481bd7d3c"]}} -{"id":"ec-meeting-2016-10-12-1ced0299c0f661a77e08094e6ae3ce50af564fd9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-12 - Cabinet of Vice-President Cecilia Malmström x Eurogroup for Animals"],"date":["2016-10-12"],"summary":["Animal welfare and trade world"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-6809935493-49","ec-person-8529bbbc6db862f6b82d6fa66a7cf7668804dae7"]}} -{"id":"ec-meeting-2016-10-12-1f4d5a2ccfa71417df36189e5b74e8b4faa0a3fa","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-12 - Cabinet of Vice-President Valdis Dombrovskis x Securities Industry and Financial Markets Association"],"date":["2016-10-12"],"summary":["EU-US Financial Regulatory Framework; MiFID; Brexit"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-995801715250-37","ec-person-3f9ca71b74344417d1f072ba7f3e2f09a223b036","ec-person-537401fc0be04984531b83660f416bf2fe14fbd8"]}} -{"id":"ec-meeting-2016-10-12-1fee357017210a15089586ab6320f506eaa61579","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-12 - Günther Oettinger x Atlantic Council of the United States, Inc"],"date":["2016-10-12"],"summary":["DSM, cloud computing"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-4cd59e13386e3b68ecb3611fcc579e0a0a3938a5","eu-tr-524686116124-73"]}} -{"id":"ec-meeting-2016-10-12-21caae982e8153dfa7ba5d58645cd3ee07ce8819","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-12 - Günther Oettinger x Conseil national du numérique"],"date":["2016-10-12"],"summary":["digital economy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-398028721500-91","ec-person-3297113eb5d4e59bc84d571628f0130aa75c761a"]}} -{"id":"ec-meeting-2016-10-12-2bb754ea0ec3a55718788b602140144272818652","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-12 - Employment, Social Affairs and Inclusion x BUSINESSEUROPE"],"date":["2016-10-12"],"summary":["Flexicurity"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-empl"],"involved":["ec-person-0d8ce1c547b8ca99decd25740ba12e2c0866a2fd","eu-tr-3978240953-79"]}} -{"id":"ec-meeting-2016-10-12-40dfeca3681d2e2c9d5040afd333e80cd4bff962","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-12 - Cabinet of Vice-President Jyrki Katainen x European Association of Geographers"],"date":["2016-10-12"],"summary":["new initiative in education and digital skills related closely to jobs and growth"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-955e8c493ab54847bb92b65986f56a401f8eabee","eu-tr-528257519840-30"]}} -{"id":"ec-meeting-2016-10-12-474972c95bfa2e5fdfc5c8735a40e81196445d58","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-12 - Cabinet of Vice-President Cecilia Malmström x Ford Motor Company"],"date":["2016-10-12"],"summary":["On-going trade negotiations"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-20ded9db5df11164331bb161fdf234b1e5ad53fd","eu-tr-21851435137-02"]}} -{"id":"ec-meeting-2016-10-12-476d8966e86c8d21309d2623cf1a475fba842e07","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-12 - Energy x KfW Bankengruppe"],"date":["2016-10-12"],"summary":["financing, Energy Union"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["ec-person-6997149120ce5129e38febe5275dc8fd03232d2e","eu-tr-79019799690-13"]}} -{"id":"ec-meeting-2016-10-12-59c7962a8de8c5a303de68cc2104b3ce914cc218","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2016-10-12 - Cabinet of Commissioner Phil Hogan x European agri-cooperatives European farmers"],"date":["2016-10-12"],"summary":["Cereals concerns","Agri matters"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-400dd8d59d3060187d9b9b143d697da1a3d03c12","eu-tr-09586631237-74","eu-tr-44856881231-49"]}} -{"id":"ec-meeting-2016-10-12-5b32073c546d12e430eeaec398b19bba3b7ecd6e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-12 - Cabinet of Vice-President Jyrki Katainen x Kreab Lantmännen ekonomisk förening"],"date":["2016-10-12"],"summary":["renewable energy /biofuels"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-1078390517-54","eu-tr-305491521497-09","ec-person-0da85dc48012e26688310a59a0b51727ea68f410"]}} -{"id":"ec-meeting-2016-10-12-5dad487337e60dbb412c08aeaf5980cd56866274","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-12 - Cabinet of Commissioner Corina Crețu x EURODOM"],"date":["2016-10-12"],"summary":["Révision du RGEC"],"notes":["Portfolio: Regional Policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-corina-cretu-of"],"involved":["ec-person-f5bd4d5d0170028815aba56ee7d4883f0fd70f47","eu-tr-28418016649-41"]}} -{"id":"ec-meeting-2016-10-12-63331594b957cef95f3a89ce68cd1e96d6ae9a96","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-12 - Cabinet of First Vice-President Frans Timmermans x European Youth Forum"],"date":["2016-10-12"],"summary":["SDG's"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-43251547769-22","ec-person-966667b73d92624be9bb019c2baab7e52331b3d3"]}} -{"id":"ec-meeting-2016-10-12-6b7b0d8e6dab7d36da6f7c4e502da64a7d1249a9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-12 - Cabinet of Commissioner Phil Hogan x Union Européenne du Commerce du Bétail et des Métiers de la Viande"],"date":["2016-10-12"],"summary":["Agri matters"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-400dd8d59d3060187d9b9b143d697da1a3d03c12","eu-tr-4422649896-52"]}} -{"id":"ec-meeting-2016-10-12-749e2a48e4d651ffe179cc3bf3d924a9c542f0c7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-12 - Cabinet of Vice-President Valdis Dombrovskis x Deutsche Bank AG"],"date":["2016-10-12"],"summary":["EU Banking Regulations"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-271912611231-56","ec-person-48f31156d932641826e09f5b73f074d35ff05786","ec-person-a9eda2e8ea54b70a968327672c6cada679d3cd56"]}} -{"id":"ec-meeting-2016-10-12-77fe71d3f9432b60118eca0eae969f8a69e4adee","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2016-10-12 - Cabinet of Commissioner Phil Hogan x EPPA SA"],"date":["2016-10-12"],"summary":["Fertilisers","Business discussion"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-31367501249-92","ec-person-400dd8d59d3060187d9b9b143d697da1a3d03c12"]}} -{"id":"ec-meeting-2016-10-12-82f710cef7bf05f4df8eae6f7465869dc10c6b7e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-12 - Energy x Business Bridge Europe"],"date":["2016-10-12"],"summary":["Energy issues"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["ec-person-6997149120ce5129e38febe5275dc8fd03232d2e","eu-tr-72856225852-31"]}} -{"id":"ec-meeting-2016-10-12-84ab90bb9e38cfa957939b78dacce296aee310f7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-12 - Cabinet of Commissioner Marianne Thyssen x Secretariat of COMECE (Commission of the Episcopates of the European Union)"],"date":["2016-10-12"],"summary":["European Pillar of Social Rights and its role in ensuring good working conditions and account for the changes on the labour market."],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Comece Secretariat"],"address":["Comece Secretariat"],"addressEntity":["addr-ef02e626ff143b1c91c077edb70a0779e1e3c416"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["eu-tr-47350036909-69","ec-person-5a49eb89125b4b5d1125b3925bbb64aba1bea2b3"]}} -{"id":"ec-meeting-2016-10-12-94cc0000bba5e069b73449d74ddc97932b029918","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-12 - Cabinet of Commissioner Carlos Moedas x Federazione Italiana dell'Industria Alimentare"],"date":["2016-10-12"],"summary":["Presentation Federalimentare"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["eu-tr-94614946815-09","ec-person-f7ccc3ad366dd2fdb24870e1c02ff2763539c82f"]}} -{"id":"ec-meeting-2016-10-12-9a223d2a6f68aa8c36c574f490d3f46f852526c0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-12 - Cabinet of Commissioner Vytenis Andriukaitis x Mars Incorporated"],"date":["2016-10-12"],"summary":["Animal health, Animal welfare, socio-economic benefits of pet ownership"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-0dbfffeb0323f819c8d57164906086dd8639c437","eu-tr-99937329074-65"]}} -{"id":"ec-meeting-2016-10-12-9fbce755c42297edf173383484a88ad9fe008a61","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-12 - Cabinet of Vice-President Andrus Ansip x CBTALENTS GLOBAL, LDA."],"date":["2016-10-12"],"summary":["Digital Skills"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-773408623786-14","ec-person-c759bd58acc54869aa8e62ce652efcda416e25c2"]}} -{"id":"ec-meeting-2016-10-12-a83d69a5f59efc1517ddb4c4b42863a98b48f575","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-12 - Cabinet of Vice-President Karmenu Vella x Partido Socialista Obrero español Region de Murcia"],"date":["2016-10-12"],"summary":["Environmental Situation in Mar Menor"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["ec-person-78fb1ad0c02c4fa8497b22edc1233d6be03cf2e5","eu-tr-552243524386-88"]}} -{"id":"ec-meeting-2016-10-12-a86faf91745d5c6d9ad5da87137b4a350b0b604a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-12 - Cabinet of Vice-President Johannes Hahn x IKV, Fondation pour le Développement Economique"],"date":["2016-10-12"],"summary":["Economic situation in Turkey"],"notes":["Portfolio: European Neighbourhood Policy & Enlargement Negotiations"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-hahn-johannes-of-president-vice"],"involved":["eu-tr-79585606808-03","ec-person-2fca685599028e7674f6143b21eb6760c913eef0"]}} -{"id":"ec-meeting-2016-10-12-a951473b1de996fc66e9de611590a4a42bd62446","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-12 - Cabinet of Vice-President Valdis Dombrovskis x Raiffeisen Bank International AG"],"date":["2016-10-12"],"summary":["current financial services issues"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-754ed38c8c41a4774ea216057a91839acc09b1e1","eu-tr-33858106461-10","ec-person-48f31156d932641826e09f5b73f074d35ff05786"]}} -{"id":"ec-meeting-2016-10-12-ab976adb5295b8e26f841ecf4599d7b990682a90","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-12 - Cabinet of High Representative / Vice-President Federica Mogherini x World Economic Forum"],"date":["2016-10-12"],"summary":["World Economic Forum - Annual Meeting"],"notes":["Portfolio: Foreign Affairs and Security Policy"],"location":["Brussels (Berlaymont)"],"address":["Brussels (Berlaymont)"],"addressEntity":["addr-4e70ddf45e81f0631950978c4aa49a218756a3f4"],"organizer":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"involved":["ec-person-0d87d503aa00db1df141f3b1bfea3e0ccb43ece9","eu-tr-953426816942-83"]}} -{"id":"ec-meeting-2016-10-12-b33c1c1dabf04df76ea78ae1de874a8749e70348","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-12 - Cabinet of Commissioner Vytenis Andriukaitis x FTI Consulting Belgium"],"date":["2016-10-12"],"summary":["Food waste"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-0dbfffeb0323f819c8d57164906086dd8639c437","eu-tr-29896393398-67"]}} -{"id":"ec-meeting-2016-10-12-b7d3cf1bfc7e0b74ede52507e022985b67fadb1a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-12 - Migration and Home Affairs x Migration Policy Institute Europe"],"date":["2016-10-12"],"summary":["Informal Discussion on Migration"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-home"],"involved":["ec-person-ae1262e8850ed1e9a0530b0ad7440ac648255896","eu-tr-643139016047-27"]}} -{"id":"ec-meeting-2016-10-12-b95b6d479284398820cff120806397551c9febe2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-12 - Cabinet of Vice-President Valdis Dombrovskis x Channel Islands Brussels Office"],"date":["2016-10-12"],"summary":["Capital Markets Union, third country dimension"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-47427226869-02","ec-person-3f9ca71b74344417d1f072ba7f3e2f09a223b036"]}} -{"id":"ec-meeting-2016-10-12-ba3823a39edabd72f7bcadd260675c8e2b33c7da","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-12 - Employment, Social Affairs and Inclusion x Zentralverband des Deutschen Handwerks e.V."],"date":["2016-10-12"],"summary":["Posting of Workers, EU skills agenda, European pillar of social rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-empl"],"involved":["ec-person-0d8ce1c547b8ca99decd25740ba12e2c0866a2fd","eu-tr-5189667783-94"]}} -{"id":"ec-meeting-2016-10-12-bd1809cba27e0e454a7e58d541b51a530da147a6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-12 - Cabinet of Commissioner Margrethe Vestager x Danske Medier"],"date":["2016-10-12"],"summary":["Current European Affairs"],"notes":["Portfolio: Competition"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-margrethe-of-vestager"],"involved":["ec-person-baa1c172df109ebd1f0307bccb5e21aec66c7a25","eu-tr-873181915791-38"]}} -{"id":"ec-meeting-2016-10-12-be73d24a16a78816575dc82038f4209d4d6bd184","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-12 - Cabinet of Commissioner Phil Hogan x Federazione Italiana dell'Industria Alimentare"],"date":["2016-10-12"],"summary":["Agri issues"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels, BERL"],"address":["Brussels, BERL"],"addressEntity":["addr-3c3fa5f92474ebac668808553fbab6d1c14aa243"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-94614946815-09","ec-person-428cf365f3847d04012831ef2642a1a69aed518d"]}} -{"id":"ec-meeting-2016-10-12-c20362b33d09af471e7cc28ae6c5e45e58f91c7f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-12 - Cabinet of Vice-President Maroš Šefčovič x BDEW Bundesverband der Energie- und Wasserwirtschaft e. V."],"date":["2016-10-12"],"summary":["Discussion on next Energy Union package"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-20457441380-38","ec-person-3bf48630444ace93d407e52eb880e64d480f75ce"]}} -{"id":"ec-meeting-2016-10-12-c5ff7c08283b43f9806e006adc81def87223bec7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-12 - Cabinet of Commissioner Věra Jourová x Hausfeld & Co. LLP"],"date":["2016-10-12"],"summary":["Diesel case"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-a2ca9161feee56909a0e98b473c2d342c20fdb57","eu-tr-186423122423-65"]}} -{"id":"ec-meeting-2016-10-12-c652246f3fa831233292c963228380839feedf68","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-12 - Cabinet of Commissioner Elżbieta Bieńkowska x Diehl Stiftung & Co. KG"],"date":["2016-10-12"],"summary":["Energy, Emissions & raw materials"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-92127312521-05","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2016-10-12-c916d20d1311d7044b067efc73133c2c9d3127f2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-12 - Cabinet of High Representative / Vice-President Federica Mogherini x Cassa Depositi e Prestiti s.p.a."],"date":["2016-10-12"],"summary":["Presentation of \"Cassa Depositi e Prestiti S.p.A.\""],"notes":["Portfolio: Foreign Affairs and Security Policy"],"location":["Brussels (Berlaymont)"],"address":["Brussels (Berlaymont)"],"addressEntity":["addr-4e70ddf45e81f0631950978c4aa49a218756a3f4"],"organizer":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"involved":["ec-person-0d87d503aa00db1df141f3b1bfea3e0ccb43ece9","eu-tr-110117812027-92"]}} -{"id":"ec-meeting-2016-10-12-cc2c45a80c9809a283a3f090d6bb30eb4f9337e4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-12 - Cabinet of Commissioner Phil Hogan x Suedzucker AG"],"date":["2016-10-12"],"summary":["Business discussion"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-740592710611-76","ec-person-400dd8d59d3060187d9b9b143d697da1a3d03c12"]}} -{"id":"ec-meeting-2016-10-12-cef9b75582e3f8cc5e16bc2f6b9690ddec3d3010","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-12 - Cabinet of Vice-President Miguel Arias Cañete x Fira Barcelona"],"date":["2016-10-12"],"summary":["Presentation of the work programme of Fira Barcelona"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-62773e55e1985542cb18a2a89f2053f2f39146b1","eu-tr-101158123493-27"]}} -{"id":"ec-meeting-2016-10-12-f5cc15441de2e3ca04dc00956040767429ed56be","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-12 - Cabinet of Vice-President Maroš Šefčovič x Wärtsilä Corporation"],"date":["2016-10-12"],"summary":["Energy Union"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-289922721213-66","ec-person-af83ed49c403cb9d7ebfecca7893f0054c1f4be5"]}} -{"id":"ec-meeting-2016-10-13-04a52a63739cebeda66ec20f69033e2ad2f6e8e7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-13 - Migration and Home Affairs x Friends of Europe"],"date":["2016-10-13"],"summary":["Dinner Discussion on the State of Europe"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-home"],"involved":["eu-tr-99436366768-45","ec-person-ae1262e8850ed1e9a0530b0ad7440ac648255896"]}} -{"id":"ec-meeting-2016-10-13-117164d255b5c47fd331afffd7a0e7f5f3c7903f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-13 - Cabinet of Vice-President Neven Mimica x KfW Bankengruppe"],"date":["2016-10-13"],"summary":["External Investment Plan"],"notes":["Portfolio: International Cooperation & Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-mimica-neven-of-president-vice"],"involved":["ec-person-e90858f5aba78fd0e1cb2f757c3f38d55d91f98b","eu-tr-79019799690-13"]}} -{"id":"ec-meeting-2016-10-13-1212b50039daf21cae85f0bacb66484530d89ef2","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2016-10-13 - Günther Oettinger x Association for Financial Markets in Europe"],"date":["2016-10-13"],"summary":["cybersecurity"],"location":["Brussels","BXL"],"address":["Brussels","BXL"],"addressEntity":["addr-d2fde52f67ea4a3e1fe233d0a959d6a1c77fd910","addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-5652698e8f7b4a189329e67fddbaff44dbe8658c","eu-tr-65110063986-76"]}} -{"id":"ec-meeting-2016-10-13-13711a673ea05a7560bbcc5f298e51f1f251d320","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-13 - Cabinet of Vice-President Andrus Ansip x Bonnier Broadcasting AB"],"date":["2016-10-13"],"summary":["DSM, copyright, AVMS"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-687817721601-69","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45"]}} -{"id":"ec-meeting-2016-10-13-1dd7d3b54b2033d4a772ae175e156152818359fa","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-13 - Cabinet of Vice-President Maroš Šefčovič x Shell Companies"],"date":["2016-10-13"],"summary":["Eastern Mediterranean, LNG, ETS"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-3bf48630444ace93d407e52eb880e64d480f75ce","eu-tr-05032108616-26","ec-person-1f95be23689cd4ed0a26fe2980f760ccf2d55c1e"]}} -{"id":"ec-meeting-2016-10-13-2303e318fd0ecd82830ad30d365d3fba61e7bf56","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-13 - Cabinet of Vice-President Valdis Dombrovskis x Association Française des Entreprises Privées / French Association of Large Companies"],"date":["2016-10-13"],"summary":["The Vice-President presented the priorities of the European Commission and answered the questions from attendees"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Paris"],"address":["Paris"],"addressEntity":["addr-22390ad11c32faec43fc61555b53607660b3c185"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-953933297-85","ec-person-b2d41137decbf33bc8076a41bfe11b68d501a7a0","ec-person-a9eda2e8ea54b70a968327672c6cada679d3cd56"]}} -{"id":"ec-meeting-2016-10-13-2612b38a287bf2487b291df3c9df408fdec28774","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-13 - Cabinet of Commissioner Elżbieta Bieńkowska x eu travel tech"],"date":["2016-10-13"],"summary":["travel technology sector in the EU’s Internal Market"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["ec-person-6cd920669457898c6304ed6a599a852d84518227","ec-person-95a769a1850d7d595f9a5853c51dcbdd3ddd69fb","eu-tr-70614728635-77"]}} -{"id":"ec-meeting-2016-10-13-27d90358d42777d8c27f7ac53b31b55493d24d65","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-13 - Cabinet of Vice-President Andrus Ansip x Amazon Europe Core SARL"],"date":["2016-10-13"],"summary":["E-commerce, free flow of data, VAT"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-666bc159c7e65a3af9e63c1e97435c02f1496955","eu-tr-366117914426-10","ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0"]}} -{"id":"ec-meeting-2016-10-13-33d167066892c7263b8317b50fb8a9b946638822","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-13 - Cabinet of Commissioner Pierre Moscovici x EUROPEAN APPAREL AND TEXTILE CONFEDERATION"],"date":["2016-10-13"],"summary":["disccussion on last developments on the Paneuromed Convention."],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["eu-tr-7824139202-85","ec-person-738f7f25002d191bd2df8936e8f8d1d726c19e2e"]}} -{"id":"ec-meeting-2016-10-13-49834b7908a6c8681602563281f707ac59a79b94","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-13 - Cabinet of Vice-President Cecilia Malmström x Ericsson"],"date":["2016-10-13"],"summary":["digital trade"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-02021363105-42","ec-person-591ec829ca734bcfe59a2c9c7f07f9dff22a0ea9"]}} -{"id":"ec-meeting-2016-10-13-5006874ca5f68a3451fb488b288efa59c99f9f6c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-13 - Climate Action x Neste Oyj"],"date":["2016-10-13"],"summary":["Low emission mobility"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-clima"],"involved":["ec-person-44c2f44f96dda2012bcb4e9abc749f6cae86a4c0","eu-tr-10257354120-19"]}} -{"id":"ec-meeting-2016-10-13-51ae7cb5e32113635dbf1d912383d05318230db9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-13 - Cabinet of Commissioner Vytenis Andriukaitis x European Alliance of Associations for Rheumatology"],"date":["2016-10-13"],"summary":["Prevention and diagnosis of rheumatic diseases, co-operation EULAR - Commission"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["eu-tr-89158218867-92","ec-person-97425c615743576adc42e09bee7dac14f83f691b","ec-person-df30d07ef698a52b9948b9c734db39196cf8541f"]}} -{"id":"ec-meeting-2016-10-13-54936c57be045318bda3b8bf098dd2aa6e50641c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-13 - Cabinet of Commissioner Phil Hogan x CEMA - European Agricultural Machinery Industry Association"],"date":["2016-10-13"],"summary":["Smart Farming & Digitisation"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-489575310490-58","ec-person-b0d24e81234b490dd841a09b69892304b27fc6a8"]}} -{"id":"ec-meeting-2016-10-13-59295ab8c913d069614f77f66aad11c07c434d36","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-13 - Cabinet of Commissioner Violeta Bulc x Alitalia Società Aerea Italiana S.p.A. in Amministrazione Straordinaria"],"date":["2016-10-13"],"summary":["Discussion on main European developments on issues related to the company"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-9d4dc4867a44dfe10f67ae7ee1706da3e8b48a24","ec-person-dd7851e4a1e747e824b4f81139e33bc3cdb73160","eu-tr-577284319505-88"]}} -{"id":"ec-meeting-2016-10-13-633b19a1cbc68d09b27b80c26169e53cc9891731","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-13 - Cabinet of Vice-President Miguel Arias Cañete x EPIA SolarPower Europe"],"date":["2016-10-13"],"summary":["Presentation of SolarPower top priorities on market design"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-1831691c10441c5974327bbeb8693d6b6c1e50c3","eu-tr-2680046412-48"]}} -{"id":"ec-meeting-2016-10-13-6b7b0d8e6dab7d36da6f7c4e502da64a7d1249a9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-13 - Cabinet of Commissioner Phil Hogan x Union Européenne du Commerce du Bétail et des Métiers de la Viande"],"date":["2016-10-13"],"summary":["AGRI matters"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-400dd8d59d3060187d9b9b143d697da1a3d03c12","eu-tr-4422649896-52"]}} -{"id":"ec-meeting-2016-10-13-6dcc1093d8a34a9792adcfb1c62ef3865d507a3d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-13 - Cabinet of Commissioner Violeta Bulc x A.T. KEARNEY"],"date":["2016-10-13"],"summary":["Meeting with AT Kearney on leverage of open innovation strategy in transportation as a way of deploying EU funds"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-833068219638-67","ec-person-4d2b449b5047ea3fda435a2a1c1081e3babcdf76","ec-person-6a5ceb87383474e4b7f430af341029a155e255b0"]}} -{"id":"ec-meeting-2016-10-13-7203bbbd3f8a986d9568d6b227d5df5db48c8a85","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-13 - Cabinet of Vice-President Maroš Šefčovič x TenneT Holding B.V."],"date":["2016-10-13"],"summary":["North Sea offshore wind cooperation"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-2be517b9261a91f2f07e05ec14c6331980e9716e","eu-tr-289810215426-07"]}} -{"id":"ec-meeting-2016-10-13-77f4534069fbc907bc8da04ff7c84ad7c7a1bace","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-13 - Cabinet of Vice-President Cecilia Malmström x EuroCommerce"],"date":["2016-10-13"],"summary":["importance of trade for retail & wholesale"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-84973761187-60","ec-person-19b143e83f8ab978c55c8a9a9e49e06dbfa14bf3"]}} -{"id":"ec-meeting-2016-10-13-80efe7e9a08a441c6fb607b7700d5a5e71ad6a9a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-13 - Cabinet of Commissioner Violeta Bulc x Koninklijke Nederlandse Motorrijders Vereniging"],"date":["2016-10-13"],"summary":["Dutch Motorcyclists"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-152672423609-37","ec-person-cb7aaf75b4c195481f149f904bc28b4e2ac2b7ab"]}} -{"id":"ec-meeting-2016-10-13-99e515a83ae9beb717c0aa81bb5158b267a0ce72","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2016-10-13 - Cabinet of Commissioner Violeta Bulc x eu travel tech"],"date":["2016-10-13"],"summary":["Aviation","the role of the travel technology sector in EU transport"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-5012c5e45a52ee8ce67d19c1781a127af53e73e7","ec-person-9d4dc4867a44dfe10f67ae7ee1706da3e8b48a24","eu-tr-70614728635-77"]}} -{"id":"ec-meeting-2016-10-13-9c02e29b942adfc09f8af478e333770ecaf83179","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-13 - Cabinet of Vice-President Jyrki Katainen x FINNAIR OYJ"],"date":["2016-10-13"],"summary":["Trade and aviation policy"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-457984316938-16","ec-person-93e8e8ac2ee89edb4c52bce70d7472c8eae05edd"]}} -{"id":"ec-meeting-2016-10-13-a196a0a3b45516253c37ef3cfaabdbb09080fdaa","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-13 - Cabinet of Vice-President Miguel Arias Cañete x Neste Oyj"],"date":["2016-10-13"],"summary":["Renewable Energy Directive and biofuels"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-260e00934471a02805fb143935d6e9205a7f355f","eu-tr-10257354120-19"]}} -{"id":"ec-meeting-2016-10-13-af35ce7862d2684f8b629cdc146ec7f262ac24e5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-13 - Cabinet of Vice-President Valdis Dombrovskis x Cassa Depositi e Prestiti s.p.a."],"date":["2016-10-13"],"summary":["exchange of views long-term investments and or Capital Markets Union"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-110117812027-92","ec-person-f6170dbdd732fc460a713b82b57759ac5e77fdc6"]}} -{"id":"ec-meeting-2016-10-13-bfda2d8126020ef2931fe148a701fe6d6e5697b0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-13 - Cabinet of Commissioner Phil Hogan x Unione Italiana Vini"],"date":["2016-10-13"],"summary":["Agri issues"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels, BERL 08/304"],"address":["Brussels, BERL 08/304"],"addressEntity":["addr-72c04700d8489d7ba40c4ad5f8595a9aefba3741"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-c9d17d5879383b030f61a4066848249fb35d57e4","eu-tr-963786723128-89","ec-person-428cf365f3847d04012831ef2642a1a69aed518d"]}} -{"id":"ec-meeting-2016-10-13-c6f8c949ea0bcd28a4dfa337b5ae9b6a637c5209","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-13 - Cabinet of Vice-President Andrus Ansip x eu travel tech"],"date":["2016-10-13"],"summary":["e-commerce, geoblocking, competition policy"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45","eu-tr-70614728635-77"]}} -{"id":"ec-meeting-2016-10-13-cf19cf6144ac3e58b7ad8defe63534cc86dd0a7d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-13 - Cabinet of Vice-President Jyrki Katainen x Atlantic Council of the United States, Inc"],"date":["2016-10-13"],"summary":["Wroclaw Forum"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-7c9460f99c5872dbdc561f5752401c870d12e98b","eu-tr-524686116124-73"]}} -{"id":"ec-meeting-2016-10-13-d14518bf889bcacd15e0b09a634626b5de33ca78","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-13 - Cabinet of Commissioner Elżbieta Bieńkowska x Airbus"],"date":["2016-10-13"],"summary":["Stratégie spatiale"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussles"],"address":["Brussles"],"addressEntity":["addr-e6ba3e89050fdfff2010d3fb9d2fbe42cd1cafd9"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["ec-person-d2997a7f359c91a337055c3e24dd36bf928de38d","eu-tr-2732167674-76"]}} -{"id":"ec-meeting-2016-10-13-d9cbeb8bd47510e683dce514787cac87f541f095","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-13 - Cabinet of Commissioner Violeta Bulc x KLM Royal Dutch Airlines"],"date":["2016-10-13"],"summary":["Aviation strategy"],"notes":["Portfolio: Transport"],"location":["brussels"],"address":["brussels"],"addressEntity":["addr-e2daa1574b7ac475c827b33e281bd2d5e013c882"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-5012c5e45a52ee8ce67d19c1781a127af53e73e7","eu-tr-76441066192-30"]}} -{"id":"ec-meeting-2016-10-13-dc291c82500b4cee6a7c2c37c5101fccf3511d9b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-13 - Inspire, Debate, Engage and Accelerate Action x SAP"],"date":["2016-10-13"],"summary":["Data privacy"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-dg-idea"],"involved":["ec-person-4fe56a64c00b3e81c851b5538878b32481bd7d3c","eu-tr-639117311617-01"]}} -{"id":"ec-meeting-2016-10-13-e072029861c390e05e84015739e84fae99495704","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-13 - Cabinet of Vice-President Andrus Ansip x La Quadrature Du Net"],"date":["2016-10-13"],"summary":["ePrivacy"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-789158412311-88","ec-person-5db7bdd1c81da2e70eb5b982097d0004111b5c3e"]}} -{"id":"ec-meeting-2016-10-13-e758ebf2785d98ba64a4a6ba920994ab17c04af6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-13 - Cabinet of Vice-President Neven Mimica x Plan International EU Office"],"date":["2016-10-13"],"summary":["Meeting with the girls participating in the social media \"takeover\" in DG DEVCO in the context of the \"European Week of Action for Girls\""],"notes":["Portfolio: International Cooperation & Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-mimica-neven-of-president-vice"],"involved":["ec-person-5f446e21c2ca97624d9781d53ce7312477e72d6e","ec-person-b187f3955c71d2e1daa48e02fd0a09ab7c6f6098","eu-tr-83357751766-93"]}} -{"id":"ec-meeting-2016-10-13-e9fec708ad9dd0aae54bc898dd47d95bdca018b3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-13 - Cabinet of President Jean-Claude Juncker x Springer Nature AG & Co. KGaA Avisa Partners"],"date":["2016-10-13"],"summary":["Digital Single Market"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-44a061693f35519551be0e3dab996e76ad3f8c7c","eu-tr-54210841652-13","eu-tr-391575415702-29"]}} -{"id":"ec-meeting-2016-10-13-ea86023d471989803c7018d3a558724465d7f41b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-13 - Cabinet of High Representative / Vice-President Federica Mogherini x World Council of Churches"],"date":["2016-10-13"],"summary":["Meeting on current developments at the EU level, in particular with regards to Human Rights issues"],"notes":["Portfolio: Foreign Affairs and Security Policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"involved":["ec-person-e03a77379f79ea00cf20048e42e8b0793bf62fa3","eu-tr-205790518834-06"]}} -{"id":"ec-meeting-2016-10-13-f0c4bb95132e4771ac371204406ba4345589125d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-13 - Cabinet of President Jean-Claude Juncker x Cassa Depositi e Prestiti s.p.a."],"date":["2016-10-13"],"summary":["Investment Plan; External Investment Plan"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-110117812027-92","ec-person-f9475e4bba20c9a170912adada60941243f778ad"]}} -{"id":"ec-meeting-2016-10-13-f6048cb5125531119d8060500a748f27f53ee8eb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-13 - Cabinet of Commissioner Violeta Bulc x G Plus Ltd (t/a Portland)"],"date":["2016-10-13"],"summary":["connected cars"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-7223777790-86","ec-person-e14c58f620f40325d829df7be0823280307bc15f"]}} -{"id":"ec-meeting-2016-10-13-f9afdea6c1be3a6b2fedc0f4b53ed0a7e1e06716","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-13 - Cabinet of Commissioner Tibor Navracsics x ORGANIZACIÓN NACIONAL DE CIEGOS ESPAÑOLES"],"date":["2016-10-13"],"summary":["Inclusive education"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["eu-tr-68612977691-59","ec-person-1da7ee09d46288ee4ea9db2b644bdcf9c3d6d000"]}} -{"id":"ec-meeting-2016-10-14-16c21ceee7b6ac0cad5871be526febc728bd189b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-14 - Task Force for Relations with the United Kingdom x BUSINESSEUROPE"],"date":["2016-10-14"],"summary":["Courtesy call"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-uktf"],"involved":["ec-person-864cfa5fbc9b02a079ffbab1107f252c7bb08478","eu-tr-3978240953-79"]}} -{"id":"ec-meeting-2016-10-14-1efac75a7a45e054c23f024182df7f2bb9b76842","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-14 - Cabinet of Commissioner Carlos Moedas x A CAPITAL"],"date":["2016-10-14"],"summary":["Financing innovation"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-b8d49828915f9008e764a78796d47ea00807a658","eu-tr-235796223816-25"]}} -{"id":"ec-meeting-2016-10-14-4dd8032648b8f1e8929004f92b88dd3a3c132331","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-14 - Cabinet of Vice-President Miguel Arias Cañete x The European Alliance of Companies for Energy Efficiency in Buildings"],"date":["2016-10-14"],"summary":["Energy efficiency in buildings"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-99005441548-23","ec-person-260e00934471a02805fb143935d6e9205a7f355f"]}} -{"id":"ec-meeting-2016-10-14-5c79b5dd6d4e66f63d6117c302ef00e93cd9a35c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-14 - Mobility and Transport x Finavia Corporation"],"date":["2016-10-14"],"summary":["Airport network principle, Single European Sky"],"location":["Helsinki, Finland"],"address":["Helsinki, Finland"],"addressEntity":["addr-503f4794e483acbce8e2c42812ac35d426a412d9"],"organizer":["ec-dg-move"],"involved":["eu-tr-60334418925-95","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2016-10-14-a29cd3ce1b5411fa208172d0ce4845bbb51f43a4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-14 - Mobility and Transport x VR-Group Ltd"],"date":["2016-10-14"],"summary":["EU rail policy, 4th Railroad Package, TSI"],"location":["Helsinki, Finland"],"address":["Helsinki, Finland"],"addressEntity":["addr-503f4794e483acbce8e2c42812ac35d426a412d9"],"organizer":["ec-dg-move"],"involved":["ec-person-26cdfacae671b09917bee1a91c91973941fa58a2","eu-tr-549564815917-64"]}} -{"id":"ec-meeting-2016-10-14-b0c2b204bf12fc3f310ac96e2d060638e19484dd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-14 - Cabinet of Commissioner Christos Stylianides x \"Hope For Children\" CRC Policy Center"],"date":["2016-10-14"],"summary":["exchanging views on current issues"],"notes":["Portfolio: Humanitarian Aid & Crisis Management"],"location":["Cyprus"],"address":["Cyprus"],"addressEntity":["addr-852addab901cbc5699d190285a009d7a7035fb57"],"organizer":["ec-cabinet-christos-commissioner-of-stylianides"],"involved":["ec-person-cdd689bd079714522dad472ea4446b0fcc660d8f","eu-tr-483924815151-12"]}} -{"id":"ec-meeting-2016-10-14-b3997d949e8889e14f73f27198aa568540e9b5dd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-14 - Cabinet of Commissioner Vytenis Andriukaitis x Aliénor"],"date":["2016-10-14"],"summary":["Animal health, Animal welfare"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-0dbfffeb0323f819c8d57164906086dd8639c437","eu-tr-204793610436-15"]}} -{"id":"ec-meeting-2016-10-14-bb997abb199dae411ef189af8b94195e43906226","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-14 - Cabinet of Vice-President Maroš Šefčovič x Jaguar Land Rover Limited"],"date":["2016-10-14"],"summary":["Challenges for the car industry and JLR in particular"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-2be517b9261a91f2f07e05ec14c6331980e9716e","eu-tr-08618215943-22"]}} -{"id":"ec-meeting-2016-10-14-d3adf6085fdc4f9bb358343813dcb14068f60424","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-14 - Communications Networks, Content and Technology x MFE - MEDIAFOREUROPE N.V"],"date":["2016-10-14"],"summary":["Spectrum policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-91471238809-21","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2016-10-14-d3f475cf8730aaa451626a9e7c5ff9faacd64a84","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-14 - Mobility and Transport x Metsäliitto Cooperative"],"date":["2016-10-14"],"summary":["reduction of transport emissions"],"location":["Helsinki, Finland"],"address":["Helsinki, Finland"],"addressEntity":["addr-503f4794e483acbce8e2c42812ac35d426a412d9"],"organizer":["ec-dg-move"],"involved":["ec-person-26cdfacae671b09917bee1a91c91973941fa58a2","eu-tr-962687110415-94"]}} -{"id":"ec-meeting-2016-10-17-0413d3137acd8592afcc0957b7066f8be9ce6ae2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-17 - Cabinet of Vice-President Andrus Ansip x Iliad"],"date":["2016-10-17"],"summary":["Telecoms review, digital skills"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-366999416622-37","ec-person-0f698e3a0cc0bd6a02e1bd386a25cedc1366f3f1","ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0"]}} -{"id":"ec-meeting-2016-10-17-06214cd79603d8c9a21cf83fdfa7b331598389ce","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-17 - Cabinet of Commissioner Elżbieta Bieńkowska x Raytheon Technologies"],"date":["2016-10-17"],"summary":["Reach"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-87564644126-75","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2016-10-17-153d5d8a43c5c7df47669dc840ce28a9e65ae0d2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-17 - Cabinet of Vice-President Neven Mimica x Global Fund for Women"],"date":["2016-10-17"],"summary":["Exchange of views on the possibilities for cooperation with GFW on gender equality issues in third countries"],"notes":["Portfolio: International Cooperation & Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-mimica-neven-of-president-vice"],"involved":["eu-tr-459008624153-72","ec-person-b187f3955c71d2e1daa48e02fd0a09ab7c6f6098"]}} -{"id":"ec-meeting-2016-10-17-1b4baf9ee640962d3cec667031422f489f43851a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-17 - Cabinet of Commissioner Věra Jourová x Society for Worldwide Interbank Financial Telecommunication"],"date":["2016-10-17"],"summary":["GDPR"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["eu-tr-011095511691-05","ec-person-f329292459cb1badb7fb7c6b67b698c441931bb2"]}} -{"id":"ec-meeting-2016-10-17-23553a0382de8164c59a301e9880e1f05bf11ea7","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2016-10-17 - Cabinet of Vice-President Maroš Šefčovič x ARIANESPACE"],"date":["2016-10-17"],"summary":["Space Strategy, Galileo launch in November","International market for space launches"],"notes":["Portfolio: Energy Union"],"location":["BERL, Brussels","Brussels"],"address":["BERL, Brussels","Brussels"],"addressEntity":["addr-c1b89a719fb4c3b86c91ae01524d04183caeb9e6","addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-016461319755-04","ec-person-2be517b9261a91f2f07e05ec14c6331980e9716e","ec-person-af83ed49c403cb9d7ebfecca7893f0054c1f4be5"]}} -{"id":"ec-meeting-2016-10-17-2dd7147260812ba4bc6d5cd37c497fbf9f5309f3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-17 - Cabinet of Vice-President Valdis Dombrovskis x European Building Automation and Controls Association"],"date":["2016-10-17"],"summary":["Discussion on energy efficiency measures in the context of new Energy policy package"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-20943263315-44","ec-person-b2d41137decbf33bc8076a41bfe11b68d501a7a0"]}} -{"id":"ec-meeting-2016-10-17-3bbb7b2175b64dc7ef2568f566d79e8dc3b5b515","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-17 - Cabinet of Vice-President Johannes Hahn x Amnesty International Limited"],"date":["2016-10-17"],"summary":["exchanges of views"],"notes":["Portfolio: European Neighbourhood Policy & Enlargement Negotiations"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-cabinet-hahn-johannes-of-president-vice"],"involved":["ec-person-ffbd1e8ac522a6bd1cdc4b724b9a4416b5d36034","eu-tr-11063928073-34"]}} -{"id":"ec-meeting-2016-10-17-4583d8138ca1ce4f174d9a414c4445b91e729988","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-17 - Cabinet of Vice-President Jyrki Katainen x industriAll European Trade Union"],"date":["2016-10-17"],"summary":["Circular economy"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90","eu-tr-358284014848-82"]}} -{"id":"ec-meeting-2016-10-17-4aacb2af7f1caacec6191b1cfeb307ed5a2718ad","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-17 - Mobility and Transport x European Barge Union"],"date":["2016-10-17"],"summary":["IWT"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-move"],"involved":["eu-tr-36944616803-45","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2016-10-17-4b65f1d6a7962a70c0224a5813671b573801ff8b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-17 - Cabinet of Commissioner Vytenis Andriukaitis x European Coalition on Homeopathic and Anthroposophic Medicinal Products"],"date":["2016-10-17"],"summary":["Homeopathic medicines"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-059ca943fc5fc696d2a97849c635ddf7b6ab7fd7","eu-tr-85825114058-57"]}} -{"id":"ec-meeting-2016-10-17-5c3ec9a259ce97b985313223813a16ba31bbcf38","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-17 - Research and Innovation x Unilever"],"date":["2016-10-17"],"summary":["Innovation Union"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-rtd"],"involved":["ec-person-3a3f2867fc07b851e10a70d1325a0cf2fc1a87dc","eu-tr-6200524920-25"]}} -{"id":"ec-meeting-2016-10-17-6429d55459881d5e5c96ad57b8c05acaeb6d0b76","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-17 - Energy x Ørsted A/S"],"date":["2016-10-17"],"summary":["renewable energies"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-870817015429-80","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2016-10-17-6eb8042d4869211040778a494f1d10b15e4130a1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-17 - Cabinet of President Jean-Claude Juncker x BT Group plc"],"date":["2016-10-17"],"summary":["Digital Single Market"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-44a061693f35519551be0e3dab996e76ad3f8c7c","eu-tr-00919034091-89"]}} -{"id":"ec-meeting-2016-10-17-7648b98abe52907ad71b5a50ab32dcacef7a8347","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-17 - Internal Market, Industry, Entrepreneurship and SMEs x BT Group plc"],"date":["2016-10-17"],"summary":["The meeting covered topics related to Telecomm and to ICT (in particular IT skills, 5G, and big data)."],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-grow"],"involved":["eu-tr-00919034091-89","ec-person-60a3d0d628d231b41af1d0c65607b0fd78ca4edc"]}} -{"id":"ec-meeting-2016-10-17-7d4a76b676f83e80f6590662367f78e7a133ad22","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-17 - Günther Oettinger x UNION DES FABRICANTS"],"date":["2016-10-17"],"summary":["IPR enforcement"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-527831213232-14","ec-person-49723482bb23d029cbfc010cb37eec7392a0ae02"]}} -{"id":"ec-meeting-2016-10-17-87a7ed6bf95fcdc8e30d39147d8552169a548859","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-17 - Cabinet of Commissioner Violeta Bulc x World Economic Forum"],"date":["2016-10-17"],"summary":["Mobility Systems initiatives such as “Urban Mobility”, “Self Driving Vehicles” or “Travel Security"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-5012c5e45a52ee8ce67d19c1781a127af53e73e7","ec-person-6a5ceb87383474e4b7f430af341029a155e255b0","eu-tr-953426816942-83","ec-person-e14c58f620f40325d829df7be0823280307bc15f"]}} -{"id":"ec-meeting-2016-10-17-89575d39a300850d0e76f87a339c5313d980f98a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-17 - Cabinet of Commissioner Věra Jourová x Unilever"],"date":["2016-10-17"],"summary":["Consumer protection"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-a2ca9161feee56909a0e98b473c2d342c20fdb57","ec-person-a608b85b2ffef83f883b5a2330b6232efa1b7141","eu-tr-6200524920-25"]}} -{"id":"ec-meeting-2016-10-17-8993e43f6504af1f61103d87e1ab2c1db1256ef5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-17 - Cabinet of Commissioner Marianne Thyssen x Unilever"],"date":["2016-10-17"],"summary":["Youth employment, the changing nature of work and skills"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["ec-person-bdb607d5d994a4056dd700f8f52d9af25b406b36","ec-person-e93189002a993321fd1af93481b271c766b1aff8","eu-tr-6200524920-25"]}} -{"id":"ec-meeting-2016-10-17-89bb10143e04a0a3a3c23aa7ac18ddc0fed54a74","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-17 - Cabinet of Commissioner Phil Hogan x Airlines for Europe"],"date":["2016-10-17"],"summary":["Regulation"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-807912421050-91","ec-person-ff8342dedc26701400fcb7dcf73fbee50a837ac6"]}} -{"id":"ec-meeting-2016-10-17-972cc60cd09dde01f83911f6e14e20b6cba8c6e2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-17 - Cabinet of Vice-President Valdis Dombrovskis x Allianz SE"],"date":["2016-10-17"],"summary":["Systemic risk in non-banking, PRIIPs, Fund fees and performance"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-05503341949-54","ec-person-3f9ca71b74344417d1f072ba7f3e2f09a223b036"]}} -{"id":"ec-meeting-2016-10-17-98bfee39bd7aadd4362ad13424c4f9898a186e80","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-17 - Research and Innovation x Tuberculosis Vaccine Initiative"],"date":["2016-10-17"],"summary":["TB Vaccine R&D and H2020 programme"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-rtd"],"involved":["ec-person-3a3f2867fc07b851e10a70d1325a0cf2fc1a87dc","eu-tr-194671518391-54"]}} -{"id":"ec-meeting-2016-10-17-99abba9cb6e0906099dbc473e851e5f807ba2933","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-17 - Günther Oettinger x Iliad"],"date":["2016-10-17"],"summary":["Telecom Review"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-366999416622-37","ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0"]}} -{"id":"ec-meeting-2016-10-17-a275ef931453c32b6d0c260a0571cb22e0587050","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-17 - Günther Oettinger x Société des Auteurs, Compositeurs et Editeurs de Musique"],"date":["2016-10-17"],"summary":["Copyright"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-49723482bb23d029cbfc010cb37eec7392a0ae02","eu-tr-829208810503-45"]}} -{"id":"ec-meeting-2016-10-17-aa232c2e1a6a058bc01e93f4b205808a9028920b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-17 - Cabinet of First Vice-President Frans Timmermans x ARIANESPACE"],"date":["2016-10-17"],"summary":["International market for space launches"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-016461319755-04","ec-person-284d94050a35c9079d8b1ba3f85eaf7777b5fea9"]}} -{"id":"ec-meeting-2016-10-17-d84e0c46b12f221f6666365fdc5fa1dc8d6d43d9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-17 - Joint Research Centre x Gauly Advisors GmbH"],"date":["2016-10-17"],"summary":["courtesy visit, general information about the goals of the company"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-jrc"],"involved":["eu-tr-982156919972-31","ec-person-b3e6b7a4bd40eead1b939244f1cb4e9bdaf65f46"]}} -{"id":"ec-meeting-2016-10-17-dc8c405f3b1416b627540391833daa44b24b994d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-17 - Cabinet of Commissioner Margrethe Vestager x Digitalcourage e.V."],"date":["2016-10-17"],"summary":["Digital Single Market"],"notes":["Portfolio: Competition"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-margrethe-of-vestager"],"involved":["ec-person-947ab3027ba90ce15968614ce35c12506b7a43ac","eu-tr-71927374943-68"]}} -{"id":"ec-meeting-2016-10-17-de8064403effa06b969bcd52224f04096d9f2259","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-17 - Cabinet of Commissioner Carlos Moedas x KIC InnoEnergy SE"],"date":["2016-10-17"],"summary":["EURICS communication and energy R&I matters"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-0a716bf5253e913fc40ebf14c12f30dc2e7a06ee","eu-tr-462849021886-85"]}} -{"id":"ec-meeting-2016-10-17-e5d4cf40a4adb7a7a7cb9db796345671833455c6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-17 - Cabinet of Vice-President Jyrki Katainen x Nordea Bank Abp"],"date":["2016-10-17"],"summary":["Fundamental Review of the Trading Book (FRTB) regulation"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-107779213747-53","ec-person-955e8c493ab54847bb92b65986f56a401f8eabee"]}} -{"id":"ec-meeting-2016-10-17-e726725e6a576b3a3f995d240f1d68c58913d2d8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-17 - Mobility and Transport x European Skippers Organisation - vzw"],"date":["2016-10-17"],"summary":["IWT"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-move"],"involved":["ec-person-26cdfacae671b09917bee1a91c91973941fa58a2","eu-tr-63974235880-21"]}} -{"id":"ec-meeting-2016-10-17-f227ed3549214f3d1a60d43dcb0e70aa059d8604","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-17 - Cabinet of Commissioner Phil Hogan x Ryanair Holdings"],"date":["2016-10-17"],"summary":["General Aviation"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-002977215945-85","ec-person-ff8342dedc26701400fcb7dcf73fbee50a837ac6"]}} -{"id":"ec-meeting-2016-10-17-f4e3193fd2b873528d4f60676335602cd1bd4736","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2016-10-17 - Günther Oettinger x BT Group plc BT Group plc"],"date":["2016-10-17"],"summary":["telecom policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-4cd59e13386e3b68ecb3611fcc579e0a0a3938a5","ec-person-c6cae64cc7dc787b66a47ab1613d3e922875b971","eu-tr-00919034091-89"]}} -{"id":"ec-meeting-2016-10-17-f55de8907de056e1a6c392dcf070f7757ac4249a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-17 - Cabinet of Commissioner Elżbieta Bieńkowska x Gauly Advisors GmbH"],"date":["2016-10-17"],"summary":["TTIP"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-982156919972-31","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2016-10-18-0fbab8deb64ca7706747d155501fc4eb5bf0ad1d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-18 - Cabinet of Vice-President Andrus Ansip x Siemens AG"],"date":["2016-10-18"],"summary":["Data economy"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-4266797770-31","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45","ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0"]}} -{"id":"ec-meeting-2016-10-18-1685d00adede272439962daf8e584ee6f83c8803","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-18 - Cabinet of President Jean-Claude Juncker x Médecins Sans Frontières"],"date":["2016-10-18"],"summary":["Asylum system in Greece"],"notes":["Portfolio: President"],"location":["Berlaymont, Brussels, Belgium"],"address":["Berlaymont, Brussels, Belgium"],"addressEntity":["addr-0b7010ac7abf438645eacd50af3009b1252cd7a6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-38497857515-11","ec-person-da1926615bdcdb789928b90ac532982fef6e24ee"]}} -{"id":"ec-meeting-2016-10-18-1968a060bd58b2785679c0c618dab6ce5e020bbf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-18 - Günther Oettinger x European Telecommunications Network Operators' Association"],"date":["2016-10-18"],"summary":["ETNO"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-49723482bb23d029cbfc010cb37eec7392a0ae02","eu-tr-08957111909-85"]}} -{"id":"ec-meeting-2016-10-18-233ad0a85768a057262eab651549467586f60ad4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-18 - Günther Oettinger x LOTTO Hamburg GmbH"],"date":["2016-10-18"],"summary":["online gambling"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-c6cae64cc7dc787b66a47ab1613d3e922875b971","eu-tr-353427720078-87"]}} -{"id":"ec-meeting-2016-10-18-38067f7368181e8daa2c43ab33cf2b3fbf23158a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-18 - Cabinet of Vice-President Jyrki Katainen x Confederation of European Paper Industries"],"date":["2016-10-18"],"summary":["Industrial emissions"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-f9208d930adc70c6c64e21701e48f85f6f18e949","eu-tr-72279144480-58"]}} -{"id":"ec-meeting-2016-10-18-396ef6fe5d867fc2c391211eea73b235834c8129","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-18 - Cabinet of Commissioner Pierre Moscovici x BUSINESSEUROPE"],"date":["2016-10-18"],"summary":["Discussion on CCCTB"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["eu-tr-3978240953-79","ec-person-738f7f25002d191bd2df8936e8f8d1d726c19e2e"]}} -{"id":"ec-meeting-2016-10-18-3a1de88eb914926624a1d4d89776ea2a9c40df53","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-18 - Cabinet of Commissioner Carlos Moedas x Climate Action Network Europe"],"date":["2016-10-18"],"summary":["Renewable Energy Package"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-0a716bf5253e913fc40ebf14c12f30dc2e7a06ee","eu-tr-55888811123-49"]}} -{"id":"ec-meeting-2016-10-18-3e409afec65f22e6cfb810ecdb008d1d09588ef6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-18 - Cabinet of Commissioner Marianne Thyssen x Havenbedrijf Antwerpen NV van publiek recht"],"date":["2016-10-18"],"summary":["Ports in Europe"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussel"],"address":["Brussel"],"addressEntity":["addr-62ff8a238a97c72453d6fc3e5cd26a143cd991e7"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["ec-person-c508e9337eca6b067c1f966b82de49c4824a3ad0","eu-tr-435060615187-68"]}} -{"id":"ec-meeting-2016-10-18-42c52ed207b1500ff624a659574164d60ff8dd73","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-18 - Cabinet of Commissioner Vytenis Andriukaitis x Associazione Industrie Risiere Italiane"],"date":["2016-10-18"],"summary":["Food waste"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-0dbfffeb0323f819c8d57164906086dd8639c437","eu-tr-037688315637-05"]}} -{"id":"ec-meeting-2016-10-18-44fc27cfbe9f2f196a81b3ad1e7b72815577f05b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-18 - Cabinet of Vice-President Karmenu Vella x The Pew Charitable Trusts"],"date":["2016-10-18"],"summary":["ICCAT ANNUAL MEEETING"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["eu-tr-46834536998-79","ec-person-2966d69fae0ea4e67f3f2df5a743cc766267d3c8"]}} -{"id":"ec-meeting-2016-10-18-4ed56384ba76e85fa5b58036212194bc10b1fb50","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-18 - Communications Networks, Content and Technology x AT&T, Inc."],"date":["2016-10-18"],"summary":["The principles of the new telecom regulatory framework - Privacy and data protection issues (mostly the review of the ePrivacy Directive and its relations with GDPR) - EU relations and international cooperation (mostly LatAm)"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-92442218459-37","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2016-10-18-5e6df78a6e8552973c47fa4df7c83070f9ec64fc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-18 - Cabinet of Commissioner Elżbieta Bieńkowska x APPLiA (Home Appliance Europe)"],"date":["2016-10-18"],"summary":["harmonised standards"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-04201463642-88","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2016-10-18-604a61a5a3b03efd3cb1e95e5444a89bf3492537","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-18 - Cabinet of Vice-President Cecilia Malmström x American Chamber of Commerce to the European Union"],"date":["2016-10-18"],"summary":["Trade for All Strategy"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-cb8ca9ec2413722fa83484ed18dd76ace52d0118","eu-tr-5265780509-97"]}} -{"id":"ec-meeting-2016-10-18-6597f596f7f6b405ef02694cfbae3b033a293b3a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-18 - Cabinet of Vice-President Maroš Šefčovič x Telespazio"],"date":["2016-10-18"],"summary":["Space Strategy; speech at Sky and Space Intergroup"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-1f95be23689cd4ed0a26fe2980f760ccf2d55c1e","eu-tr-163449611538-93"]}} -{"id":"ec-meeting-2016-10-18-69d3626b967fe0f44a6dea8b1677cb186bbccd2d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-18 - Cabinet of Vice-President Andrus Ansip x European Telecommunications Network Operators' Association"],"date":["2016-10-18"],"summary":["Review ePrivacy Directive"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-5db7bdd1c81da2e70eb5b982097d0004111b5c3e","eu-tr-08957111909-85"]}} -{"id":"ec-meeting-2016-10-18-6af95dabc56bae3994497da9074d0506e0862c37","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-18 - Cabinet of President Jean-Claude Juncker x HSBC Holdings PLC"],"date":["2016-10-18"],"summary":["Action Plan on Terrorist Finance"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-001866415031-87","ec-person-c402e34a99fbee730ae22e3b1958e21c94dc6fcc"]}} -{"id":"ec-meeting-2016-10-18-6b4c1c7fd569c458401c001190409b45ac0ac74a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-18 - Maritime Affairs and Fisheries x None"],"date":["2016-10-18"],"summary":["Shipping of Shark Products"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-mare"],"involved":["eu-tr-1414929419-24","ec-person-a7b4b8418268a6d6c196b5e45f606fc92acbdb8c","eu-tr-848664212424-97","eu-tr-59004966537-01","eu-tr-2312395253-25"]}} -{"id":"ec-meeting-2016-10-18-6badfe90842da1bcc1ddfd000dc1429db362dc7e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-18 - Cabinet of Commissioner Věra Jourová x HSBC Holdings PLC"],"date":["2016-10-18"],"summary":["Terrorist finance"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-64349923a7639978983020a607770b8dc47c8144","eu-tr-001866415031-87"]}} -{"id":"ec-meeting-2016-10-18-7519a7de5b89e1f4796356ad08075898a379b792","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-18 - Cabinet of Vice-President Miguel Arias Cañete x Hydrogen Europe"],"date":["2016-10-18"],"summary":["Hydrogen energy vector and the role of Hydrogen Europe"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-1831691c10441c5974327bbeb8693d6b6c1e50c3","eu-tr-77659588648-75"]}} -{"id":"ec-meeting-2016-10-18-767580c3eb52d5cc34e47a189eede5f5b6a0832e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-18 - Günther Oettinger x Siemens AG"],"date":["2016-10-18"],"summary":["Digitisation of industry"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-4266797770-31","ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0"]}} -{"id":"ec-meeting-2016-10-18-7aee098d348fd50aaf91f7f9440bdeae5aa39be3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-18 - Financial Stability, Financial Services and Capital Markets Union x Confrontations Europe"],"date":["2016-10-18"],"summary":["Long term investments"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-01995086879-32","ec-person-bdee7a93f95c8ef05079539170139b3c02e8ed96"]}} -{"id":"ec-meeting-2016-10-18-7b38e63eb568b4fa0488fac81b287f02a0cf4a14","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-18 - Cabinet of Vice-President Miguel Arias Cañete x Ørsted A/S"],"date":["2016-10-18"],"summary":["Renewable energy and elektricity market design"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-870817015429-80","ec-person-260e00934471a02805fb143935d6e9205a7f355f","ec-person-2229c857664a22dcb8eee79a8c05841fd3d0924f"]}} -{"id":"ec-meeting-2016-10-18-7f0dcc7224069120e97a69ff81b1651ed5254658","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-18 - Cabinet of Vice-President Jyrki Katainen x Maa- ja metsätaloustuottajain Keskusliitto – Central Union of Agricultural Producers and Forest Owners"],"date":["2016-10-18"],"summary":["EU nature policy"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-56039441735-48","ec-person-f9208d930adc70c6c64e21701e48f85f6f18e949"]}} -{"id":"ec-meeting-2016-10-18-7f42918004e3d9af458e2b574a2b0a3ab3bb6cf2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-18 - Cabinet of Vice-President Karmenu Vella x Hugo Grotius gGmbH - gemeinnützige Gesellschaft zur Förderung der Rechtswissenschaften Lorenzo Schiano di Pepe"],"date":["2016-10-18"],"summary":["Ocean governance"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["eu-tr-307425121693-59","eu-tr-387963517726-44","ec-person-2966d69fae0ea4e67f3f2df5a743cc766267d3c8"]}} -{"id":"ec-meeting-2016-10-18-8223a2c73a274d9257516f8015fad37871da85f9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-18 - Cabinet of Commissioner Vytenis Andriukaitis x Stichting Health Action International"],"date":["2016-10-18"],"summary":["Access to medicines"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["eu-tr-44361352681-84","ec-person-059ca943fc5fc696d2a97849c635ddf7b6ab7fd7"]}} -{"id":"ec-meeting-2016-10-18-846280ab1fe3a09026062befccb26bc10e40f7e5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-18 - Cabinet of Commissioner Christos Stylianides x Voluntary Organisations in Cooperation in Emergencies"],"date":["2016-10-18"],"summary":["Greece, Turkey"],"notes":["Portfolio: Humanitarian Aid & Crisis Management"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-christos-commissioner-of-stylianides"],"involved":["ec-person-cdd689bd079714522dad472ea4446b0fcc660d8f","eu-tr-47126711656-13"]}} -{"id":"ec-meeting-2016-10-18-92a4901ca9b2745b034db9ebe3bbc2996339dfa4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-18 - Cabinet of Vice-President Karmenu Vella x Confederation of European Paper Industries"],"date":["2016-10-18"],"summary":["Air Quality, LCP BREF"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["ec-person-78fb1ad0c02c4fa8497b22edc1233d6be03cf2e5","eu-tr-72279144480-58"]}} -{"id":"ec-meeting-2016-10-18-9935294aa4c872593f9f94d1259cc3a207259804","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-18 - Cabinet of Vice-President Jyrki Katainen x Auchan Retail EURALIA"],"date":["2016-10-18"],"summary":["Circular economy"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-581002319446-05","ec-person-0da85dc48012e26688310a59a0b51727ea68f410","eu-tr-92399882921-71"]}} -{"id":"ec-meeting-2016-10-18-99e25951e0ae50131dbfc343e195322b2f2588a2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-18 - Cabinet of Commissioner Věra Jourová x Médecins Sans Frontières Save the Children International European Federation for Missing and Sexually Exploited Children (Missing Children Europe) Child Circle International Organization for Migration Platform for International Cooperation on Undocumented Migrants Médecins du monde Belgique"],"date":["2016-10-18"],"summary":["CHildren in migration"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-a608b85b2ffef83f883b5a2330b6232efa1b7141","eu-tr-19093363838-48","eu-tr-202973814485-15","eu-tr-14074813668-09","eu-tr-11610562644-55","ec-person-1e0e3a00ab815dea7c5b839b002ed2c7e34bfe0a","eu-tr-11823899666-63","eu-tr-38497857515-11","eu-tr-562583120901-18"]}} -{"id":"ec-meeting-2016-10-18-9f430a78f95d5e20dc774c78a2484500c2aaf072","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-18 - Cabinet of President Jean-Claude Juncker x SALESAS TRES CENTRO DE ESTUDIOS"],"date":["2016-10-18"],"summary":["Conference on Global Powers, Institutions and Governance"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-400183910694-08","ec-person-442e08d247d72bdef0fce4bf17477efe2a5bfe49"]}} -{"id":"ec-meeting-2016-10-18-ac6af5885e59f56d9af719eb8353b149af7ecf98","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-18 - Cabinet of Commissioner Phil Hogan x Meat and Livestock Australia"],"date":["2016-10-18"],"summary":["Beef Issues"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-a1a78365cc4685b0958056646204977d8f2ead92","eu-tr-273679115361-86"]}} -{"id":"ec-meeting-2016-10-18-b59bfabd31e8b52a4d56bd25173ab48a2bf37ef7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-18 - Cabinet of Commissioner Tibor Navracsics x Pearle*-Live Performance Europe (Performing Arts Employers Associations League Europe)"],"date":["2016-10-18"],"summary":["Mainstreaming of culture"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["eu-tr-4817795559-48","ec-person-fa3187815cf956b0872e1668e14548b7d9f7ce93"]}} -{"id":"ec-meeting-2016-10-18-b665e00c9f1df4f33c1673679ba91d860b237c43","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-18 - European Anti-Fraud Office x AT&T, Inc."],"date":["2016-10-18"],"summary":["OLAF activities in the field of developing anti-fraud policy and best practices for the private sector"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-olaf"],"involved":["ec-person-6bd56e49a75f5420c8c47f924f98f8c23f54c9a3","eu-tr-92442218459-37"]}} -{"id":"ec-meeting-2016-10-18-b706786f642eda6fa4bf66f8076db57d3fb47f10","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-18 - Maritime Affairs and Fisheries x Comité national des pêches maritimes et des élevages marins"],"date":["2016-10-18"],"summary":["North Sea and Atlantic, TACs and Quotas, Mediterranean Fish Stocks"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-mare"],"involved":["ec-person-a7b4b8418268a6d6c196b5e45f606fc92acbdb8c","eu-tr-23837746977-09"]}} -{"id":"ec-meeting-2016-10-18-c7b386e5a1c51563055321b88a652ed6cd58ba5a","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2016-10-18 - Günther Oettinger x Association Européenne des Concessionnaires d'Autoroutes et d'Ouvrages à Péage"],"date":["2016-10-18"],"summary":["connected and automated driving"],"location":["Brussels","BXL"],"address":["Brussels","BXL"],"addressEntity":["addr-d2fde52f67ea4a3e1fe233d0a959d6a1c77fd910","addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-76903725494-68","ec-person-5652698e8f7b4a189329e67fddbaff44dbe8658c"]}} -{"id":"ec-meeting-2016-10-18-d069b599c7873441365a1d1be38dd8df50b56727","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-18 - Cabinet of Commissioner Carlos Moedas x International Association of Scientific, Technical and Medical Publishers"],"date":["2016-10-18"],"summary":["Open Access"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Frankfurt, Germany"],"address":["Frankfurt, Germany"],"addressEntity":["addr-71612135c8249600e77671ac247f308ec0b127d9"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-b8d49828915f9008e764a78796d47ea00807a658","eu-tr-98356852465-08","ec-person-23980b2bc4fd9c82051d0f7888dc236b2f764866"]}} -{"id":"ec-meeting-2016-10-18-d98adcf7b269b2a8cc3a059519acd507a725ab38","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-18 - Taxation and Customs Union x BUSINESSEUROPE"],"date":["2016-10-18"],"summary":["Tax Policy Group Meeting , 18 october 2016"],"location":["Brussels/Belgium"],"address":["Brussels/Belgium"],"addressEntity":["addr-c476280916fa20b5023288c48bfbed9c057a1c28"],"organizer":["ec-dg-taxud"],"involved":["ec-person-3173c1cc052827c58f23ccd3a8de07534f0d35bd","eu-tr-3978240953-79"]}} -{"id":"ec-meeting-2016-10-18-da41c8f8d1b750770b43c59bae86a7cf11d519ec","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-18 - Cabinet of Vice-President Jyrki Katainen x Technology Industries of Finland (Teknologiateollisuus ry) Aula Europe"],"date":["2016-10-18"],"summary":["post-2020 transportation fuel mix and alternative fuels"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-88742028087-64","ec-person-0da85dc48012e26688310a59a0b51727ea68f410","eu-tr-39705603497-38"]}} -{"id":"ec-meeting-2016-10-18-e1367fcd69f3a26f6acc54b24f19da3a8db75949","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-18 - Energy x Swissgrid AG"],"date":["2016-10-18"],"summary":["electricity market design"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["ec-person-6997149120ce5129e38febe5275dc8fd03232d2e","eu-tr-60493327921-85"]}} -{"id":"ec-meeting-2016-10-18-f17b5c9f6d0617393a4952eb93688381efa618bc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-18 - Cabinet of Vice-President Valdis Dombrovskis x General Electric Company"],"date":["2016-10-18"],"summary":["Discussions on corporate taxation matters, namely CCCTB and ATAD2"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-b2d41137decbf33bc8076a41bfe11b68d501a7a0","eu-tr-4016736872-59"]}} -{"id":"ec-meeting-2016-10-18-f1934dbcbec3836cf1915a6fc42b9385f99d87e1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-18 - Günther Oettinger x Ernst & Young Core Business Services BV"],"date":["2016-10-18"],"summary":["Digitisation of European industry"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0","eu-tr-04458109373-91"]}} -{"id":"ec-meeting-2016-10-18-f41f1f696b8e25ef8caa189d524de99e118fa90b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-18 - Environment x London Stock Exchange Group"],"date":["2016-10-18"],"summary":["Green Finance"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-env"],"involved":["eu-tr-550494915045-08","ec-person-3bc74ce04ea3f4ab4d91a5c88eef25b8b8a213b4"]}} -{"id":"ec-meeting-2016-10-19-00565618e14559bd74a5c27bfc4f113da34bb0ee","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-19 - Communications Networks, Content and Technology x Google"],"date":["2016-10-19"],"summary":["Google vision on the Copyright reform proposal of the Commission; Update on partnership between Google and EU Industry stakeholders; e-Privacy Directive review"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-03181945560-59","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2016-10-19-00da9f36f5d8b451c4fc931f1816a326d4e4d250","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-19 - Cabinet of Vice-President Jyrki Katainen x Personal Investment Management & Financial Advice Association"],"date":["2016-10-19"],"summary":["CMU"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-855507915268-60","ec-person-955e8c493ab54847bb92b65986f56a401f8eabee"]}} -{"id":"ec-meeting-2016-10-19-00df5af106982fc1f68fef9e53564911ec7f8676","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-19 - Günther Oettinger x France Digitale"],"date":["2016-10-19"],"summary":["pro-startup agenda"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-479234015862-06","ec-person-3297113eb5d4e59bc84d571628f0130aa75c761a"]}} -{"id":"ec-meeting-2016-10-19-01d55b4ef7eb8969d094e320020893c28f8cd3ea","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-19 - Cabinet of Vice-President Miguel Arias Cañete x Airbus"],"date":["2016-10-19"],"summary":["ETS - Aviation"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-260e00934471a02805fb143935d6e9205a7f355f","eu-tr-2732167674-76"]}} -{"id":"ec-meeting-2016-10-19-03d8bc97a79d8f9887bbda407f27a088bc8df10c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-19 - Cabinet of Commissioner Vytenis Andriukaitis x Associazione Industriali delle Carni e dei Salumi Confederazione Generale dell'Industria Italiana"],"date":["2016-10-19"],"summary":["Voluntary labelling of origins"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-b9c3f19e7c5f216e3e508f931ddd6a9cb59376d1","eu-tr-27762251795-15","ec-person-0dbfffeb0323f819c8d57164906086dd8639c437","ec-person-df30d07ef698a52b9948b9c734db39196cf8541f","eu-tr-67143036814-95"]}} -{"id":"ec-meeting-2016-10-19-0af1fe4243adad379552ea5386981300fec02799","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-19 - Taxation and Customs Union x Fiduciaire Juridique et Fiscale"],"date":["2016-10-19"],"summary":["Exchange of views"],"location":["Brussels/Belgium"],"address":["Brussels/Belgium"],"addressEntity":["addr-c476280916fa20b5023288c48bfbed9c057a1c28"],"organizer":["ec-dg-taxud"],"involved":["eu-tr-860364318039-81","ec-person-3173c1cc052827c58f23ccd3a8de07534f0d35bd"]}} -{"id":"ec-meeting-2016-10-19-1b1d2acf92cc7608cfd4ca4a61c5ac6684cf1cae","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-19 - Cabinet of Vice-President Maroš Šefčovič x Community of European Railway and Infrastructure Companies"],"date":["2016-10-19"],"summary":["Energy Union"],"notes":["Portfolio: Energy Union"],"location":["BERL, Brussels"],"address":["BERL, Brussels"],"addressEntity":["addr-c1b89a719fb4c3b86c91ae01524d04183caeb9e6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-7574621118-27","ec-person-af83ed49c403cb9d7ebfecca7893f0054c1f4be5"]}} -{"id":"ec-meeting-2016-10-19-219f21c1e32ac5025464beb458906704321d03fa","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2016-10-19 - Günther Oettinger x Palo Alto Networks Inc."],"date":["2016-10-19"],"summary":["cybersecurity"],"location":["Brussels","BXL"],"address":["Brussels","BXL"],"addressEntity":["addr-d2fde52f67ea4a3e1fe233d0a959d6a1c77fd910","addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-5652698e8f7b4a189329e67fddbaff44dbe8658c","eu-tr-263314723145-29"]}} -{"id":"ec-meeting-2016-10-19-226b1e3d231196f3e0bdb69d87df7c1bac83d444","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-19 - Energy x Stichting European Climate Foundation"],"date":["2016-10-19"],"summary":["energy efficiency, energy issues"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-64869491516-70","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2016-10-19-30955165f11158cf49662e9905ffbc0c90d12f0c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-19 - Cabinet of Vice-President Jyrki Katainen x Confederation of Finnish Industries EK"],"date":["2016-10-19"],"summary":["General EU policy agenda"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-f9208d930adc70c6c64e21701e48f85f6f18e949","eu-tr-1274604847-34"]}} -{"id":"ec-meeting-2016-10-19-32cbfbde7c0df1f462bb39e257cb1ee78c44af62","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-19 - Cabinet of Commissioner Julian King x The European Azerbaijan Society - Brussels and Benelux office"],"date":["2016-10-19"],"summary":["High level conference on secularism and tackling the threat of radicalisation and terrorism"],"notes":["Portfolio: Security Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-julian-king-of"],"involved":["eu-tr-163313114609-84","ec-person-5b22be4333936d6e9e2067397c048a016c117d67"]}} -{"id":"ec-meeting-2016-10-19-330b5396e455fc3f07d85648c940c86172901c1b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-19 - Cabinet of Commissioner Carlos Moedas x Ocean Energy Europe"],"date":["2016-10-19"],"summary":["new R&I strategy (EURICS) and future Horizon2020 programmes linked to Ocean Energy"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-0a716bf5253e913fc40ebf14c12f30dc2e7a06ee","eu-tr-264048311507-68"]}} -{"id":"ec-meeting-2016-10-19-401c5ddeae02d88dc0edb0d065009c3b3baf25b7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-19 - Günther Oettinger x Confederation of Norwegian Enterprise"],"date":["2016-10-19"],"summary":["digitising industry"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-07442991338-05","ec-person-3297113eb5d4e59bc84d571628f0130aa75c761a"]}} -{"id":"ec-meeting-2016-10-19-58116639b56bb17de2afa5ff150a97398e62501b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-19 - Cabinet of Vice-President Valdis Dombrovskis x Österreichischer Sparkassenverband"],"date":["2016-10-19"],"summary":["Basel, CMU, Fintech"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-22115995998-08","ec-person-48f31156d932641826e09f5b73f074d35ff05786"]}} -{"id":"ec-meeting-2016-10-19-60b87828bada3d8d3a966cba5ec318cec3460006","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-19 - Cabinet of Vice-President Jyrki Katainen x ICI Global"],"date":["2016-10-19"],"summary":["PEPP initiative"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-296711210890-30","ec-person-955e8c493ab54847bb92b65986f56a401f8eabee"]}} -{"id":"ec-meeting-2016-10-19-6d31e22de718fb6ceff666e372d079d910df49ec","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-19 - Cabinet of High Representative / Vice-President Federica Mogherini x Confederation of Finnish Industries EK"],"date":["2016-10-19"],"summary":["EU digital single market policy"],"notes":["Portfolio: Foreign Affairs and Security Policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"involved":["ec-person-189fa91edba64d04693773d2f922608c3f83b78d","eu-tr-1274604847-34"]}} -{"id":"ec-meeting-2016-10-19-75041fda97b85cc0a938e018268ef38baefe4ee4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-19 - Cabinet of Commissioner Tibor Navracsics x JA Europe"],"date":["2016-10-19"],"summary":["Junior achievement"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-dc2e0fed0fdf39a6a3f3ad63355c5215599de9d1","eu-tr-640075618084-13"]}} -{"id":"ec-meeting-2016-10-19-7624294cf7d765af13dbd35b43993155cd6d6d78","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-19 - Günther Oettinger x Nokia"],"date":["2016-10-19"],"summary":["EU competitiveness-related issues"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-35167875358-33","ec-person-3297113eb5d4e59bc84d571628f0130aa75c761a"]}} -{"id":"ec-meeting-2016-10-19-7a021fa96273c05e2d4d626875882a14be055692","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-19 - Environment x Associazione Peacelink"],"date":["2016-10-19"],"summary":["ILVA Case"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-env"],"involved":["eu-tr-566948015021-66","ec-person-3bc74ce04ea3f4ab4d91a5c88eef25b8b8a213b4"]}} -{"id":"ec-meeting-2016-10-19-7ecc4d15082dc009ec1ba73b78ee7be18f194314","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-19 - Cabinet of President Jean-Claude Juncker x Association for Financial Markets in Europe"],"date":["2016-10-19"],"summary":["EU financial services regulation"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-c402e34a99fbee730ae22e3b1958e21c94dc6fcc","eu-tr-65110063986-76"]}} -{"id":"ec-meeting-2016-10-19-833a6eee0f36d28d4dc3a7889ad8bfe4778df591","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-19 - Mobility and Transport x Robert Bosch GmbH"],"date":["2016-10-19"],"summary":["European Strategy for Low-emission Mobility"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-move"],"involved":["ec-person-26cdfacae671b09917bee1a91c91973941fa58a2","eu-tr-8999533555-91"]}} -{"id":"ec-meeting-2016-10-19-847338082f23a1930f90ed37767b5e07bfb36517","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-19 - Communications Networks, Content and Technology x THALES The EMEA Satellite Operators' Assocation"],"date":["2016-10-19"],"summary":["EU Space Strategy regarding telecom - capabilities offered by space infrastructures"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-91711831031-23","eu-tr-93226026703-84","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2016-10-19-861a1cc1a7be70e01b03c85ca3c2e1c0cc87bbc8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-19 - Cabinet of First Vice-President Frans Timmermans x ADF International"],"date":["2016-10-19"],"summary":["Code of conduct against hate speech"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["ec-person-6d8b11c800391d9e6515bbd1b0e9d54c7da270da","eu-tr-69403354038-78"]}} -{"id":"ec-meeting-2016-10-19-9a75b42f616abf7fd1a7b93962f5bfeebe25b4d4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-19 - Cabinet of Vice-President Neven Mimica x CSR Europe, The Business Network for Corporate Social Responsibility"],"date":["2016-10-19"],"summary":["Corporate Social Responsibility issues. The role of private sector in the implementation of the 2030 agenda for sustainable development"],"notes":["Portfolio: International Cooperation & Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-mimica-neven-of-president-vice"],"involved":["ec-person-5f446e21c2ca97624d9781d53ce7312477e72d6e","ec-person-ba51cfc2cb570b2ba23d99869e21cd43fe8cadad","eu-tr-56502415122-32","ec-person-e90858f5aba78fd0e1cb2f757c3f38d55d91f98b"]}} -{"id":"ec-meeting-2016-10-19-af8a225533830d0b82b9d2d65af30a4d2e843f11","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-19 - Cabinet of Commissioner Věra Jourová x MUST & Partners"],"date":["2016-10-19"],"summary":["McDonald case"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["eu-tr-080551814378-33","ec-person-64349923a7639978983020a607770b8dc47c8144"]}} -{"id":"ec-meeting-2016-10-19-b15113b193c7d203ef7e1f6c194bb43b6a4a1afa","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-19 - Cabinet of Vice-President Andrus Ansip x France Digitale"],"date":["2016-10-19"],"summary":["Startups"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-6a03bc4fa7657513ea34529e98dba0671ef4c849","eu-tr-479234015862-06"]}} -{"id":"ec-meeting-2016-10-19-b36af4c3ade00d77ec2dfec4116723575f6c214f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-19 - Cabinet of Vice-President Neven Mimica x Bill & Melinda Gates Foundation"],"date":["2016-10-19"],"summary":["Revision of the European Consensus on development policy; post Cotonou; European External Investment Plan"],"notes":["Portfolio: International Cooperation & Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-mimica-neven-of-president-vice"],"involved":["ec-person-e90858f5aba78fd0e1cb2f757c3f38d55d91f98b","eu-tr-371567915480-41"]}} -{"id":"ec-meeting-2016-10-19-b3eaed916b5e1f7ec6622a62ba74a0162958b449","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-19 - Cabinet of Vice-President Valdis Dombrovskis x European Association of Corporate Treasurers"],"date":["2016-10-19"],"summary":["Different aspects impacting on financial companies, CRD review, Basel IV"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-9160958318-89","ec-person-3f9ca71b74344417d1f072ba7f3e2f09a223b036"]}} -{"id":"ec-meeting-2016-10-19-c1a624e55ae0a10068b9126f0e76f7ded1d40702","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-19 - Cabinet of Vice-President Miguel Arias Cañete x European Association Automotive Suppliers"],"date":["2016-10-19"],"summary":["Post 2020 targets for cars and vans"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-91408765797-03","ec-person-25a937c04cd0a0ddcf5cf34798e76b5105854114"]}} -{"id":"ec-meeting-2016-10-19-c383d296243ecd755b9db9ea61d41012b21a40d0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-19 - Cabinet of Vice-President Miguel Arias Cañete x Fédération bancaire française"],"date":["2016-10-19"],"summary":["Investissement financier soutenable"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-62773e55e1985542cb18a2a89f2053f2f39146b1","eu-tr-09245221105-30"]}} -{"id":"ec-meeting-2016-10-19-cce6f016fcfd56858b02b9edd749a4f9c7da1941","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-19 - Cabinet of Commissioner Violeta Bulc x AeroSpace and Defence Industries Association of Europe"],"date":["2016-10-19"],"summary":["Aviation"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-9d4dc4867a44dfe10f67ae7ee1706da3e8b48a24","eu-tr-72699997886-57"]}} -{"id":"ec-meeting-2016-10-19-d2a175bf5b0a58baacf5031a485963811c0d5565","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-19 - Cabinet of Commissioner Vytenis Andriukaitis x foodwatch"],"date":["2016-10-19"],"summary":["Nutrient profiles, mineral oil hydrocarbons in food"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-b9c3f19e7c5f216e3e508f931ddd6a9cb59376d1","ec-person-df30d07ef698a52b9948b9c734db39196cf8541f","eu-tr-858136219735-96"]}} -{"id":"ec-meeting-2016-10-19-d3b83f1caff0fa07cc347156c079bb0af814ea79","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-19 - Communication x Huawei Technologies"],"date":["2016-10-19"],"summary":["Priorities of the Juncker Commission and general information of the company"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-comm"],"involved":["eu-tr-114467111412-38","ec-person-b6c746215a5c0e8c8c5d2d25b85179e0063a6b33"]}} -{"id":"ec-meeting-2016-10-19-d7e003313bdc64d52447fe225aa196bc74a90073","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-19 - Cabinet of Commissioner Violeta Bulc x Boeing International Corporation - Belgium Branch Office"],"date":["2016-10-19"],"summary":["Aviation"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-62505293737-81","ec-person-9d4dc4867a44dfe10f67ae7ee1706da3e8b48a24"]}} -{"id":"ec-meeting-2016-10-19-dd560f5c9bf5847e8a5af1230f6fa7c668c946d9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-19 - Cabinet of Commissioner Tibor Navracsics x Schwarzkopf-Stiftung Junges Europa"],"date":["2016-10-19"],"summary":["Youth participation - volunteering"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["eu-tr-868091323871-48","ec-person-dc2e0fed0fdf39a6a3f3ad63355c5215599de9d1"]}} -{"id":"ec-meeting-2016-10-19-e23d34b11e93d41fec10528d52d6bdda64055106","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-19 - Cabinet of Commissioner Christos Stylianides x Nokia"],"date":["2016-10-19"],"summary":["Involvement of private sector in humanitarian aid"],"notes":["Portfolio: Humanitarian Aid & Crisis Management"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-christos-commissioner-of-stylianides"],"involved":["eu-tr-35167875358-33","ec-person-cdd689bd079714522dad472ea4446b0fcc660d8f"]}} -{"id":"ec-meeting-2016-10-19-e3bbb50ba0b251d6f8bb543c5f923fb9d123174d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-19 - Informatics x Hewlett Packard Enterprise"],"date":["2016-10-19"],"summary":["Introductory meeting, Bring your own device strategy, Hybrid Datacenters"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-digit"],"involved":["ec-person-32591d36027eb92a66b57d5bcc8c57d9574380b0","eu-tr-075071719925-75"]}} -{"id":"ec-meeting-2016-10-19-eef1bde1cac070263b62ad92f5fb40ea02c7e424","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-19 - Regulatory Scrutiny Board x Sense About Science"],"date":["2016-10-19"],"summary":["Presentation by Sense about Science of their transparency of evidence framework"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-rsb"],"involved":["ec-person-b79e2a722cf72068a7e5e24a5b455c04c07917fa","eu-tr-167635521205-92"]}} -{"id":"ec-meeting-2016-10-19-f16e4d18921d1bef5f5be16ea93248bf40870902","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-19 - Günther Oettinger x Rohde & Schwarz GmbH & Co. KG"],"date":["2016-10-19"],"summary":["Broadband"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-062486024942-77","ec-person-481c1b59e4c83b05529b763cfc2447c0d88fe517"]}} -{"id":"ec-meeting-2016-10-19-f7403d8a01d0dbf4567d69b5a770f4cc8a599826","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-19 - Financial Stability, Financial Services and Capital Markets Union x NASDAQ"],"date":["2016-10-19"],"summary":["Views exchange"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-76648765687-29","ec-person-bdee7a93f95c8ef05079539170139b3c02e8ed96"]}} -{"id":"ec-meeting-2016-10-19-fc0f583b914fc183f9ae846481f9a6b18d886035","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-19 - Cabinet of Vice-President Kristalina Georgieva x Deutscher Industrie- und Handelskammertag e.V."],"date":["2016-10-19"],"summary":["MFF Mid-term review"],"notes":["Portfolio: Budget & Human Resources"],"location":["Representation to the EU of the Association of German Chambers of Commerce and Industry (CCI Germany)"],"address":["Representation to the EU of the Association of German Chambers of Commerce and Industry (CCI Germany)"],"addressEntity":["addr-21e2425db1ec9c524f24b76d4ae5f3b071dbad60"],"organizer":["ec-cabinet-georgieva-kristalina-of-president-vice"],"involved":["eu-tr-22400601191-42","ec-person-e9717e17d52b55409987c5810e7ea7d7bf2cb2a1"]}} -{"id":"ec-meeting-2016-10-20-00681bf3b02662c31bdb3898de6381f81763cd62","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-20 - Cabinet of Commissioner Vytenis Andriukaitis x MEDICINES FOR EUROPE"],"date":["2016-10-20"],"summary":["Follow-up to Council conclusions, AMR"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["eu-tr-48325781850-28","ec-person-059ca943fc5fc696d2a97849c635ddf7b6ab7fd7"]}} -{"id":"ec-meeting-2016-10-20-15dd664c4ee632f6b4913ee72cf5ae1b2a9bd7b1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-20 - Cabinet of Commissioner Vytenis Andriukaitis x Edelman Public Relations Worldwide"],"date":["2016-10-20"],"summary":["HTA"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-059ca943fc5fc696d2a97849c635ddf7b6ab7fd7","eu-tr-68037017809-51"]}} -{"id":"ec-meeting-2016-10-20-3849c532d5dd5defc0c2bcd134eea6ea7a7d1f12","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-20 - Cabinet of Commissioner Vytenis Andriukaitis x Coalition Against Obesity"],"date":["2016-10-20"],"summary":["Obesity, EU action, Conference to be organized by the Coalition"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-97425c615743576adc42e09bee7dac14f83f691b","eu-tr-073685223363-32"]}} -{"id":"ec-meeting-2016-10-20-399314194e82c68b2a1f4245a8d8d7241383f0c4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-20 - Cabinet of Commissioner Violeta Bulc x Ecofys Netherlands B.V."],"date":["2016-10-20"],"summary":["Transport decarbonisation"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-e14c58f620f40325d829df7be0823280307bc15f","eu-tr-35373645548-24"]}} -{"id":"ec-meeting-2016-10-20-4a8f3cb6b17bb5e86629145554aaaf5e383a2bc8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-20 - Cabinet of President Jean-Claude Juncker x ICI Global"],"date":["2016-10-20"],"summary":["Commission’s PEPP consultation"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-296711210890-30","ec-person-c402e34a99fbee730ae22e3b1958e21c94dc6fcc"]}} -{"id":"ec-meeting-2016-10-20-4ac8a9e8cf375f9632b3b5ae141d760b35aabd8d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-20 - Cabinet of Commissioner Vytenis Andriukaitis x Union Européenne du Commerce du Bétail et des Métiers de la Viande"],"date":["2016-10-20"],"summary":["Country of origin labelling, Russian ban on exports from EU, African swine fever, Horse meat in the food chain"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["eu-tr-4422649896-52","ec-person-df30d07ef698a52b9948b9c734db39196cf8541f","ec-person-c986c9ff99d99d8006e000db5a8046be615813ae"]}} -{"id":"ec-meeting-2016-10-20-4ecb562ec10438eb8daef61c1a13db0bc47db845","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-20 - Cabinet of Vice-President Valdis Dombrovskis x Bundesverband deutscher Banken e.V."],"date":["2016-10-20"],"summary":["Securitisation"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-0764199368-97","ec-person-3f9ca71b74344417d1f072ba7f3e2f09a223b036"]}} -{"id":"ec-meeting-2016-10-20-60cc28ea9010217c02895c572e97ee1c6b714ff0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-20 - Cabinet of Vice-President Andrus Ansip x Broadcom"],"date":["2016-10-20"],"summary":["Digital Skills"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-c759bd58acc54869aa8e62ce652efcda416e25c2","eu-tr-240029014014-18"]}} -{"id":"ec-meeting-2016-10-20-63c28ac4d7f871c9bcc3d74a2674d7fef7ef0166","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-20 - Günther Oettinger x Federation of European Publishers"],"date":["2016-10-20"],"summary":["Copyright"],"location":["Frankfurt"],"address":["Frankfurt"],"addressEntity":["addr-d5d8846569e1aaf92f7239dc4169fa822d08f158"],"organizer":["ec-dg-de"],"involved":["eu-tr-398541467-53","ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0"]}} -{"id":"ec-meeting-2016-10-20-6995112d7b5541b514cce5e41b7980f15dfdeb26","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-20 - Cabinet of Vice-President Jyrki Katainen x Hyundai Motor Company Brussels Office"],"date":["2016-10-20"],"summary":["Follow-up to Korea mission"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-67224683333-27","ec-person-7c9460f99c5872dbdc561f5752401c870d12e98b"]}} -{"id":"ec-meeting-2016-10-20-6b80ed0dcf8e0d55c99f2ba0b353808ab58eae65","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-20 - Cabinet of Vice-President Cecilia Malmström x Centre for European Policy Studies"],"date":["2016-10-20"],"summary":["update on latest trade matters"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-19b143e83f8ab978c55c8a9a9e49e06dbfa14bf3","eu-tr-86853666704-95"]}} -{"id":"ec-meeting-2016-10-20-7851a71804daee0c0b5a6d84493551036c7bcdfa","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-20 - Günther Oettinger x Georg Thieme Verlag Hogrefe Verlag"],"date":["2016-10-20"],"summary":["copyright"],"location":["Frankfurt"],"address":["Frankfurt"],"addressEntity":["addr-d5d8846569e1aaf92f7239dc4169fa822d08f158"],"organizer":["ec-dg-de"],"involved":["eu-tr-358402019896-70","eu-tr-358319322331-03","ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0"]}} -{"id":"ec-meeting-2016-10-20-7de497d8c848899f46d5b526fb5d6aadcad45d5b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-20 - Cabinet of Commissioner Elżbieta Bieńkowska x Iceye Oy"],"date":["2016-10-20"],"summary":["Space strategy elaboration"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-602255419010-72","ec-person-95a769a1850d7d595f9a5853c51dcbdd3ddd69fb","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2016-10-20-819dd6ded3746f2012812c202662d11d8e6f7b84","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-20 - Cabinet of Commissioner Phil Hogan x Dublin Chamber of Commerce"],"date":["2016-10-20"],"summary":["Market Issues"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Ireland"],"address":["Ireland"],"addressEntity":["addr-eb2131ece0efe78ee8bb1ae98af6099114a8df09"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-205178317010-49","ec-person-a1a78365cc4685b0958056646204977d8f2ead92"]}} -{"id":"ec-meeting-2016-10-20-84f4e1a7fc81f500ef4bcfb0a46a631c48745f28","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-20 - Günther Oettinger x Börsenverein des Deutschen Buchhandels e.V."],"date":["2016-10-20"],"summary":["copyright"],"location":["Frankfurt"],"address":["Frankfurt"],"addressEntity":["addr-d5d8846569e1aaf92f7239dc4169fa822d08f158"],"organizer":["ec-dg-de"],"involved":["eu-tr-008516317674-80","ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0"]}} -{"id":"ec-meeting-2016-10-20-9273f0b1b10361143b3c2d7ebb54626b039807ee","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-20 - Günther Oettinger x Bertelsmann SE & Co. KGaA"],"date":["2016-10-20"],"summary":["Copyright"],"location":["Frankfurt"],"address":["Frankfurt"],"addressEntity":["addr-d5d8846569e1aaf92f7239dc4169fa822d08f158"],"organizer":["ec-dg-de"],"involved":["eu-tr-26103486608-47","ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0"]}} -{"id":"ec-meeting-2016-10-20-98bcf5a066bb3e728fac0d56b6e44069e48ecdba","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-20 - Cabinet of Vice-President Andrus Ansip x Palo Alto Networks Inc."],"date":["2016-10-20"],"summary":["Introduce Palo Alto Nteworks and discuss of the role of cybersecurity in the DSM"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-3ca0c466b8ff230d4409591430b388007ce14ff8","eu-tr-263314723145-29"]}} -{"id":"ec-meeting-2016-10-20-aab966dec215ca61e50da97544d850971133af81","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-20 - Cabinet of Commissioner Elżbieta Bieńkowska x Information Technology and Innovation Foundation"],"date":["2016-10-20"],"summary":["introductory meeting"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Bruxelles"],"address":["Bruxelles"],"addressEntity":["addr-b58f5927b66d94a676970dc048485d4c6848f272"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-923915716105-08","ec-person-b2f9be51339f054477846797e2c119fcf16548fc"]}} -{"id":"ec-meeting-2016-10-20-b7bd3d808e493102867623e0b73264daaf48537f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-20 - Mobility and Transport x DFS Deutsche Flugsicherung GmbH"],"date":["2016-10-20"],"summary":["Single European Sky"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-move"],"involved":["eu-tr-80667711712-64","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2016-10-20-bc5c56a789fd202ac48e68f4e609a84a426d5293","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-20 - Cabinet of Commissioner Věra Jourová x Project AWARE Foundation"],"date":["2016-10-20"],"summary":["Violence against women"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-5455ecfabb89025694c798deac08160a2be17d94","eu-tr-90649564350-78"]}} -{"id":"ec-meeting-2016-10-20-bc7f1ac3821a86f65b7083edbb095b530fdf9046","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-20 - Cabinet of Commissioner Tibor Navracsics x Broadcom"],"date":["2016-10-20"],"summary":["Digital education"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["eu-tr-240029014014-18","ec-person-1da7ee09d46288ee4ea9db2b644bdcf9c3d6d000"]}} -{"id":"ec-meeting-2016-10-20-c059c2a3b6292e4a28a1931ab2c03e413d2834a6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-20 - Cabinet of President Jean-Claude Juncker x Fidelity International"],"date":["2016-10-20"],"summary":["Commission's PEPP consultation"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-c402e34a99fbee730ae22e3b1958e21c94dc6fcc","eu-tr-00951027955-96"]}} -{"id":"ec-meeting-2016-10-20-c289cafd484a681c7350280201e3ef3051cc0542","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-20 - Cabinet of Vice-President Cecilia Malmström x Squire Patton Boggs LLP"],"date":["2016-10-20"],"summary":["TTIP, TPP, EU-US relations"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-960644722878-55","ec-person-cb8ca9ec2413722fa83484ed18dd76ace52d0118"]}} -{"id":"ec-meeting-2016-10-20-c5943e1e0dc30126c06a9faf186260e5d46e470f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-20 - Mobility and Transport x Airbus"],"date":["2016-10-20"],"summary":["WTO"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-move"],"involved":["eu-tr-2732167674-76","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2016-10-20-c9820e6b71c00719c1c1bb5ec9a1ce8b67e56846","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-20 - Cabinet of Commissioner Violeta Bulc x Community of European Railway and Infrastructure Companies"],"date":["2016-10-20"],"summary":["InterRail"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-4d2b449b5047ea3fda435a2a1c1081e3babcdf76","ec-person-5012c5e45a52ee8ce67d19c1781a127af53e73e7","eu-tr-7574621118-27","ec-person-dd7851e4a1e747e824b4f81139e33bc3cdb73160"]}} -{"id":"ec-meeting-2016-10-20-d38febf66a77acbe51fd0270b8d407b2df81e04c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-20 - Mobility and Transport x Community of European Railway and Infrastructure Companies"],"date":["2016-10-20"],"summary":["Rail Passenger Rights Regulation"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-move"],"involved":["eu-tr-7574621118-27","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2016-10-20-d7fb5a916363fdacfa80459f6f9f76f9ea012e67","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-20 - Communications Networks, Content and Technology x Soundreef Ltd"],"date":["2016-10-20"],"summary":["Paneuroepan business for copyright management; - rights by artists to freely choose amongst Independent copyright Management Entities and traditional collecting societies; - transposition of Directive 26/2014; effects in case of legal monopolies for artists and clients; - the Italian case; other cases in the EU."],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-323194921929-50","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2016-10-20-f843ecd37b6199cc08df2d185adf00a4963f0171","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-20 - Cabinet of Commissioner Tibor Navracsics x Fundacja Wisławy Szymborskiej"],"date":["2016-10-20"],"summary":["European literature"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-dc2e0fed0fdf39a6a3f3ad63355c5215599de9d1","eu-tr-954878823991-92"]}} -{"id":"ec-meeting-2016-10-21-2ee372c5ffb73d5be80caee9203da59fa97b9669","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-21 - Cabinet of Commissioner Carlos Moedas x Hewlett Packard Enterprise"],"date":["2016-10-21"],"summary":["European Open Science Cloud"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-b8d49828915f9008e764a78796d47ea00807a658","eu-tr-075071719925-75"]}} -{"id":"ec-meeting-2016-10-21-5f265c13ab4539f07b3f39a904326bb563792de1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-21 - Cabinet of Commissioner Vytenis Andriukaitis x Kassenärztliche Bundesvereinigung"],"date":["2016-10-21"],"summary":["Access to medicines, health workforce, AMR"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-059ca943fc5fc696d2a97849c635ddf7b6ab7fd7","ec-person-df30d07ef698a52b9948b9c734db39196cf8541f","eu-tr-82797211999-77"]}} -{"id":"ec-meeting-2016-10-21-62cd989e568af99154bcf03746462ba771a6df32","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-21 - Cabinet of High Representative / Vice-President Federica Mogherini x Federazione Imprese Siderurgiche Italiane"],"date":["2016-10-21"],"summary":["Steel sector"],"notes":["Portfolio: Foreign Affairs and Security Policy"],"location":["Brussels (Berlaymont)"],"address":["Brussels (Berlaymont)"],"addressEntity":["addr-4e70ddf45e81f0631950978c4aa49a218756a3f4"],"organizer":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"involved":["eu-tr-83425058760-88","ec-person-0d87d503aa00db1df141f3b1bfea3e0ccb43ece9"]}} -{"id":"ec-meeting-2016-10-21-82e3ea041fd728d0135dd38b758d766fd0886ec4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-21 - Cabinet of Commissioner Phil Hogan x Ernst & Young Core Business Services BV"],"date":["2016-10-21"],"summary":["Agri Affairs."],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Dublin, Ireland"],"address":["Dublin, Ireland"],"addressEntity":["addr-9254d2b0cd15e920cbb060acf87f8f943a0508e9"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-a1a78365cc4685b0958056646204977d8f2ead92","eu-tr-04458109373-91"]}} -{"id":"ec-meeting-2016-10-21-ae8a6912895bc7472a88aebcc170c28bd7739bb9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-21 - Cabinet of Vice-President Miguel Arias Cañete x ELECTRICITE DE FRANCE"],"date":["2016-10-21"],"summary":["Marché nucléaire en Europe"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-62773e55e1985542cb18a2a89f2053f2f39146b1","eu-tr-39966101835-69"]}} -{"id":"ec-meeting-2016-10-21-cb75f3b65d24b316e93fd9fb48593250c94116b0","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2016-10-21 - Günther Oettinger x Volkswagen Aktiengesellschaft"],"date":["2016-10-21"],"summary":["connected and automated driving"],"location":["Brussels","BXL"],"address":["Brussels","BXL"],"addressEntity":["addr-d2fde52f67ea4a3e1fe233d0a959d6a1c77fd910","addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-5652698e8f7b4a189329e67fddbaff44dbe8658c","eu-tr-6504541970-40"]}} -{"id":"ec-meeting-2016-10-21-cf25c174887be91edd46d85b1edecabe0f787bc7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-21 - Cabinet of Commissioner Vytenis Andriukaitis x MSD (Europe), Inc. (Merck Sharp & Dohme)"],"date":["2016-10-21"],"summary":["Commission's health priorities"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["eu-tr-09824113589-92","ec-person-df30d07ef698a52b9948b9c734db39196cf8541f","ec-person-c986c9ff99d99d8006e000db5a8046be615813ae"]}} -{"id":"ec-meeting-2016-10-21-d7f83dfce2f054703813c46e6c9feca5209a6615","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-21 - Mobility and Transport x European Community Shipowners' Associations"],"date":["2016-10-21"],"summary":["IMO"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-move"],"involved":["ec-person-26cdfacae671b09917bee1a91c91973941fa58a2","eu-tr-59004966537-01"]}} -{"id":"ec-meeting-2016-10-21-d972e37654677d3891266744ad6ef44428c1bbc0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-21 - Cabinet of Vice-President Miguel Arias Cañete x European Biodiesel Board"],"date":["2016-10-21"],"summary":["Biofuels"],"notes":["Portfolio: Climate Action & Energy"],"location":["Madrid, Spain"],"address":["Madrid, Spain"],"addressEntity":["addr-f2c4f2ef1ea88618aa1533f69b0d18fc1125a9d2"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd","eu-tr-84244281858-12"]}} -{"id":"ec-meeting-2016-10-22-a43190b4f24cebc944330f6e935f6d1c7252a50e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-22 - Communications Networks, Content and Technology x APT ASSOCIAZIONE PRODUTTORI TELEVISIVI"],"date":["2016-10-22"],"summary":["Access to the Creative Europe - MEDIA sub-programme"],"location":["Roma"],"address":["Roma"],"addressEntity":["addr-de5429d6f4fa2c86427a50757791de88a0b75c85"],"organizer":["ec-dg-connect"],"involved":["eu-tr-753855023949-52","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2016-10-24-1292d16f3c81fefcd55cfba5258215d96a75e0d4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-24 - Cabinet of Commissioner Vytenis Andriukaitis x New Breeding Techniques Platform"],"date":["2016-10-24"],"summary":["NBTs"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-b9c3f19e7c5f216e3e508f931ddd6a9cb59376d1","eu-tr-303808417118-14"]}} -{"id":"ec-meeting-2016-10-24-27e8808401af426f698fa52b1dc65f97ee204749","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-24 - Environment x Raytheon Technologies"],"date":["2016-10-24"],"summary":["REACH"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-env"],"involved":["eu-tr-87564644126-75","ec-person-3bc74ce04ea3f4ab4d91a5c88eef25b8b8a213b4"]}} -{"id":"ec-meeting-2016-10-24-28a5a215a1151758246efc7c303eba1fa0fe943d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-24 - Günther Oettinger x Deutscher Lottoverband e.V."],"date":["2016-10-24"],"summary":["online gambling"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-c6cae64cc7dc787b66a47ab1613d3e922875b971","eu-tr-267447923840-23"]}} -{"id":"ec-meeting-2016-10-24-374dcbaa6ac23405112ed4b3618dac1bab03886a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-24 - Cabinet of Commissioner Phil Hogan x International Council on Clean Transportation"],"date":["2016-10-24"],"summary":["Presentation of Biofrontiers report"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-06250094777-73","ec-person-b0d24e81234b490dd841a09b69892304b27fc6a8"]}} -{"id":"ec-meeting-2016-10-24-3d8a420431679906c8ee36a05888aa4df8fe0383","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-24 - Cabinet of Vice-President Cecilia Malmström x Eera Waste Refining Ltd"],"date":["2016-10-24"],"summary":["waste management market"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-737370123294-15","ec-person-8529bbbc6db862f6b82d6fa66a7cf7668804dae7"]}} -{"id":"ec-meeting-2016-10-24-4a4d32b533177bdbf0bb97897e2ffd3a677ccc5b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-24 - Informatics x Cisco Systems Inc."],"date":["2016-10-24"],"summary":["IT Governance, Digital Workplace, Mobile strategy, Analytics and Big Data, Security"],"location":["Luxembourg, Luxembourg"],"address":["Luxembourg, Luxembourg"],"addressEntity":["addr-1a690f3bea5d666765f5c92aa02a45da95243341"],"organizer":["ec-dg-digit"],"involved":["ec-person-32591d36027eb92a66b57d5bcc8c57d9574380b0","eu-tr-494613715191-85"]}} -{"id":"ec-meeting-2016-10-24-4b61e602dbfad58a9f15b4f0cce62eb076ac6b4a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-24 - Taxation and Customs Union x Accountancy Europe"],"date":["2016-10-24"],"summary":["Discussion on Corporate tax proirities"],"location":["Brussels/Belgium"],"address":["Brussels/Belgium"],"addressEntity":["addr-c476280916fa20b5023288c48bfbed9c057a1c28"],"organizer":["ec-dg-taxud"],"involved":["ec-person-3173c1cc052827c58f23ccd3a8de07534f0d35bd","eu-tr-4713568401-18"]}} -{"id":"ec-meeting-2016-10-24-887440483701f50b834b1f5c079434987d965602","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-24 - Cabinet of Vice-President Andrus Ansip x Union Cycliste Internationale"],"date":["2016-10-24"],"summary":["Smart connected mobility solutions, cycling, copyright"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-733233321430-70","ec-person-6a03bc4fa7657513ea34529e98dba0671ef4c849","ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0"]}} -{"id":"ec-meeting-2016-10-24-8b43888e0863feb1ea84dde9e840fd6537bfc5d6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-24 - Climate Action x ČEZ, a.s."],"date":["2016-10-24"],"summary":["Revision of the EU ETS"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-clima"],"involved":["ec-person-44c2f44f96dda2012bcb4e9abc749f6cae86a4c0","eu-tr-429600710582-32"]}} -{"id":"ec-meeting-2016-10-24-95142d34587a6f1860b0f9d047944c0b1ff74b1d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-24 - Cabinet of Commissioner Tibor Navracsics x Google"],"date":["2016-10-24"],"summary":["ICT in education"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Madrid, Spain"],"address":["Madrid, Spain"],"addressEntity":["addr-f2c4f2ef1ea88618aa1533f69b0d18fc1125a9d2"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["eu-tr-03181945560-59","ec-person-1da7ee09d46288ee4ea9db2b644bdcf9c3d6d000"]}} -{"id":"ec-meeting-2016-10-24-aac58762c7b349ef6bc78602b7a71c6e59667da9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-24 - Cabinet of Vice-President Andrus Ansip x Booking.com B.V."],"date":["2016-10-24"],"summary":["Platforms, startups"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-146537115285-34","ec-person-6a03bc4fa7657513ea34529e98dba0671ef4c849","ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0"]}} -{"id":"ec-meeting-2016-10-24-c41308bb9e2c42e73e107f223c0473b3fb8ae236","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-24 - Energy x ČEZ, a.s."],"date":["2016-10-24"],"summary":["Energy issues"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["ec-person-6997149120ce5129e38febe5275dc8fd03232d2e","eu-tr-429600710582-32"]}} -{"id":"ec-meeting-2016-10-24-c4db1da84aab0962e448fae9b374f3f37e2bef44","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-24 - Günther Oettinger x University of Ulm, Institute for Complex Quantum Systems"],"date":["2016-10-24"],"summary":["Quantum technology flagship"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-975691716328-53","ec-person-3297113eb5d4e59bc84d571628f0130aa75c761a"]}} -{"id":"ec-meeting-2016-10-24-dca4f70833d10e762f365b7ace7fd01613b3a918","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-24 - Cabinet of Vice-President Andrus Ansip x DOT Europe"],"date":["2016-10-24"],"summary":["Free flow of data initiative"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-53905947933-43","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45"]}} -{"id":"ec-meeting-2016-10-24-ef2294123d9562b7f1ac9e53481d6f989b1a31df","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-24 - Cabinet of Commissioner Pierre Moscovici x TotalEnergies SE"],"date":["2016-10-24"],"summary":["Total's renewables activities and views on EU biofuels policies."],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["eu-tr-1849405799-88","ec-person-4d74d0c260dc052838b8da02f72e7322f6cfc514"]}} -{"id":"ec-meeting-2016-10-25-090a896de23f38c1c9292918ceb1f9d492e9572c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-25 - Cabinet of Vice-President Neven Mimica x Eni S.p.A."],"date":["2016-10-25"],"summary":["Enhance access to energy in Africa"],"notes":["Portfolio: International Cooperation & Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-mimica-neven-of-president-vice"],"involved":["eu-tr-99578067285-35","ec-person-e90858f5aba78fd0e1cb2f757c3f38d55d91f98b"]}} -{"id":"ec-meeting-2016-10-25-15582f5bee95d26c5886d060749fe696f1058090","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-25 - Competition x European Competition Lawyers Forum"],"date":["2016-10-25"],"summary":["To review current competition trends"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-comp"],"involved":["ec-person-8600a621c9aef12fc33b708e13b3cd3d5fa5696b","eu-tr-485337923983-69"]}} -{"id":"ec-meeting-2016-10-25-165311266cd57f63752411e148e82e9553f6515c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-25 - Financial Stability, Financial Services and Capital Markets Union x KBC Group NV"],"date":["2016-10-25"],"summary":["Basel III reforms"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-745225910014-90","ec-person-bdee7a93f95c8ef05079539170139b3c02e8ed96"]}} -{"id":"ec-meeting-2016-10-25-1a4e9135f6f9494d6a4aa9c2b481dae38fc64eee","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-25 - Cabinet of Commissioner Elżbieta Bieńkowska x Orgalim – Europe's Technology Industries"],"date":["2016-10-25"],"summary":["industrial policy"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-20210641335-88","ec-person-b2f9be51339f054477846797e2c119fcf16548fc"]}} -{"id":"ec-meeting-2016-10-25-37bca6021717ece563c7a0ac8ed56c0c95d85088","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-25 - Cabinet of Vice-President Karmenu Vella x EuroGeoSurveys - The Geological Surveys of Europe"],"date":["2016-10-25"],"summary":["Blue Growth, Seabed mapping"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["eu-tr-01224764261-72","ec-person-2966d69fae0ea4e67f3f2df5a743cc766267d3c8"]}} -{"id":"ec-meeting-2016-10-25-4ed56384ba76e85fa5b58036212194bc10b1fb50","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-25 - Communications Networks, Content and Technology x AT&T, Inc."],"date":["2016-10-25"],"summary":["Telecom regulations - ePrivacy Directive"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-92442218459-37","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2016-10-25-4fbc280d3305a95b8736de23e702d6211d14bf17","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-25 - Cabinet of Commissioner Carlos Moedas x European Cooperation in Science and Technology"],"date":["2016-10-25"],"summary":["Scientific networks"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-b8d49828915f9008e764a78796d47ea00807a658","eu-tr-480090715925-32"]}} -{"id":"ec-meeting-2016-10-25-624d509c77a2cc0c4770c1ba6110716e231e0848","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2016-10-25 - Günther Oettinger x La Quadrature Du Net"],"date":["2016-10-25"],"summary":["e-privace directive","ePrivacy directive"],"location":["Brussels","BXL"],"address":["Brussels","BXL"],"addressEntity":["addr-d2fde52f67ea4a3e1fe233d0a959d6a1c77fd910","addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-789158412311-88","ec-person-5652698e8f7b4a189329e67fddbaff44dbe8658c"]}} -{"id":"ec-meeting-2016-10-25-909bd4ead7a575483ecf29c6065885e3c55fdeae","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-25 - Cabinet of Vice-President Andrus Ansip x UNION DES FABRICANTS"],"date":["2016-10-25"],"summary":["IPRED"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-527831213232-14","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45"]}} -{"id":"ec-meeting-2016-10-25-b76f51a69dae8a6a813449e5cb169831cede0d18","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-25 - Günther Oettinger x Weingut Rinklin Deutscher Weinbauverband e.V. Badischer Weinbauverband e.V. Weingut Matthias Höfflin ECOVIN Bundesverband ökologischer Weinbau e.V. ECOVIN BADEN e.V."],"date":["2016-10-25"],"summary":["Organic viticulture"],"location":["Strasbourg"],"address":["Strasbourg"],"addressEntity":["addr-a7b90170b4a5bf2d1d09ccfd109b57e0a030cfc4"],"organizer":["ec-dg-de"],"involved":["eu-tr-090868123937-20","eu-tr-840886624006-55","eu-tr-496127124009-07","eu-tr-537362623993-96","eu-tr-722647224007-81","eu-tr-730792623992-78","ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0"]}} -{"id":"ec-meeting-2016-10-25-d5e37e23847216fbf2b7d6aa4e1d3e30d7536aa7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-25 - Günther Oettinger x PANASONIC EUROPE BV"],"date":["2016-10-25"],"summary":["copyright, geoblocking, platforms"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-31253607851-84","ec-person-49723482bb23d029cbfc010cb37eec7392a0ae02"]}} -{"id":"ec-meeting-2016-10-25-db2440c05ba6643cbc6c52c69b2a75f071f69594","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-25 - Cabinet of Commissioner Violeta Bulc x Raytheon Technologies"],"date":["2016-10-25"],"summary":["Aviation"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-9d4dc4867a44dfe10f67ae7ee1706da3e8b48a24","eu-tr-87564644126-75"]}} -{"id":"ec-meeting-2016-10-26-06f5219b435511841a9619fb3e3de25cdb259fc4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-26 - Cabinet of Vice-President Jyrki Katainen x International Swaps and Derivatives Association"],"date":["2016-10-26"],"summary":["Recovery and resolution on CCPs"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-955e8c493ab54847bb92b65986f56a401f8eabee","eu-tr-46643241096-93"]}} -{"id":"ec-meeting-2016-10-26-1968a060bd58b2785679c0c618dab6ce5e020bbf","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2016-10-26 - Günther Oettinger x European Telecommunications Network Operators' Association"],"date":["2016-10-26"],"summary":["e-privace directive","ePrivacy directive"],"location":["Brussels","BXL"],"address":["Brussels","BXL"],"addressEntity":["addr-d2fde52f67ea4a3e1fe233d0a959d6a1c77fd910","addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-5652698e8f7b4a189329e67fddbaff44dbe8658c","eu-tr-08957111909-85"]}} -{"id":"ec-meeting-2016-10-26-365f2e2f0d73f74a1c136d7b23da414c70d200be","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-26 - Cabinet of High Representative / Vice-President Federica Mogherini x World Federalist Movement/Institute for Global Policy"],"date":["2016-10-26"],"summary":["o present CICC work and discuss the latest developments"],"notes":["Portfolio: Foreign Affairs and Security Policy"],"location":["EEAS building"],"address":["EEAS building"],"addressEntity":["addr-24f458881d87522b72a42bad739347fe5fc676d1"],"organizer":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"involved":["eu-tr-407363614347-45","ec-person-23c55ec7dbedbeca55522253bc69ae6fd1bea72c"]}} -{"id":"ec-meeting-2016-10-26-5c956a223c673b5b9eb0f5e36dcb6188f4cdcf97","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-26 - Günther Oettinger x Vodafone Belgium SA"],"date":["2016-10-26"],"summary":["Vectoring"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-90142503473-81","ec-person-c6cae64cc7dc787b66a47ab1613d3e922875b971"]}} -{"id":"ec-meeting-2016-10-26-5f0d84980d7b11839145114c2624fa68231fc4d4","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2016-10-26 - Günther Oettinger x Elisa Oyj Elisa Oyj"],"date":["2016-10-26"],"summary":["telecom policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-4cd59e13386e3b68ecb3611fcc579e0a0a3938a5","eu-tr-287872416724-91","ec-person-c6cae64cc7dc787b66a47ab1613d3e922875b971"]}} -{"id":"ec-meeting-2016-10-26-603828c780c35e0756881e8741c4e130149da413","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-26 - Cabinet of Commissioner Elżbieta Bieńkowska x G Plus Ltd (t/a Portland) Salesforce"],"date":["2016-10-26"],"summary":["data economy"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-991195317279-06","eu-tr-7223777790-86","ec-person-b2f9be51339f054477846797e2c119fcf16548fc"]}} -{"id":"ec-meeting-2016-10-26-6c1c9c4e898fb6f9371ff597ea70be05ca974d14","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-26 - Cabinet of Vice-President Jyrki Katainen x St1 Nordic Oy UPM-Kymmene Oyj"],"date":["2016-10-26"],"summary":["Energy Package"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-f9208d930adc70c6c64e21701e48f85f6f18e949","eu-tr-861194311863-31","eu-tr-094316815599-77"]}} -{"id":"ec-meeting-2016-10-26-6d059b2d966ed03c675d44af913d5d2bcd9c7b9e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-26 - Günther Oettinger x Computer & Communications Industry Association"],"date":["2016-10-26"],"summary":["Copyright"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-15987896534-82","ec-person-49723482bb23d029cbfc010cb37eec7392a0ae02"]}} -{"id":"ec-meeting-2016-10-26-98b6b005711ebea9f92215dde71abe2c262ddceb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-26 - Cabinet of Commissioner Carlos Moedas x Europe Unlimited"],"date":["2016-10-26"],"summary":["Venture Capital"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-b8d49828915f9008e764a78796d47ea00807a658","eu-tr-460392617893-58"]}} -{"id":"ec-meeting-2016-10-26-b0d0e5332c6fb831603208a1b9bfaeccb13b9050","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-26 - Cabinet of Commissioner Julian King x Amnesty International Limited"],"date":["2016-10-26"],"summary":["Counter-terrorism Directive"],"notes":["Portfolio: Security Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-julian-king-of"],"involved":["ec-person-5b22be4333936d6e9e2067397c048a016c117d67","eu-tr-11063928073-34"]}} -{"id":"ec-meeting-2016-10-26-b27ae67fad3ecacd3b36f72e3b9835f5f91d681c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-26 - Cabinet of Vice-President Kristalina Georgieva x WindEurope"],"date":["2016-10-26"],"summary":["Energy Union Package"],"notes":["Portfolio: Budget & Human Resources"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-cabinet-georgieva-kristalina-of-president-vice"],"involved":["eu-tr-19920706471-21","ec-person-5b978a1c2dc2d04115a2c0365fb51e3d80bad509"]}} -{"id":"ec-meeting-2016-10-26-b9218b3946beadb5f19f871ae2cd743485f2bad0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-26 - Cabinet of Commissioner Violeta Bulc x International Air Transport Association"],"date":["2016-10-26"],"summary":["Aviation"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-1805107590-28","ec-person-9d4dc4867a44dfe10f67ae7ee1706da3e8b48a24"]}} -{"id":"ec-meeting-2016-10-26-bd86682b2c0fda503675fd25e7e67d3d40600ae6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-26 - Cabinet of Commissioner Corina Crețu x Italrom Inginerie Internationala"],"date":["2016-10-26"],"summary":["Build a European financial instrument for the integration of migrants"],"notes":["Portfolio: Regional Policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-corina-cretu-of"],"involved":["ec-person-a8f47f7eb96bfb81929848b0ee89067bcbf0ce81","eu-tr-955847224144-46","ec-person-ef014b27664c5e97f038ef143f295517dec5294c","ec-person-c9d4945f28454cc49c4ea188c82e64b0dac3bd73"]}} -{"id":"ec-meeting-2016-10-26-c36e4b4a94169cd7b4ce871a3a4c833b7f3b5c8a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-26 - Cabinet of First Vice-President Frans Timmermans x AMBER Alert Europe"],"date":["2016-10-26"],"summary":["Police Cooperation on the Protection of Children"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["ec-person-6c0efbf1635ca0cb8dce32e129231fa3136f600b","eu-tr-488692317424-44"]}} -{"id":"ec-meeting-2016-10-26-c64800da12fdc761b692a17b946b0fe703a5c44c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-26 - Financial Stability, Financial Services and Capital Markets Union x WWF European Policy Programme"],"date":["2016-10-26"],"summary":["Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-1414929419-24","ec-person-bdee7a93f95c8ef05079539170139b3c02e8ed96"]}} -{"id":"ec-meeting-2016-10-26-c65cdb6e7189cb1ac4925339f1cedac53cdd11c0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-26 - Günther Oettinger x Letterone Investment Holdings S.A."],"date":["2016-10-26"],"summary":["Internet of Things"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-c6cae64cc7dc787b66a47ab1613d3e922875b971","eu-tr-060899723906-67"]}} -{"id":"ec-meeting-2016-10-26-c74fa90ef0aff7eab90c8682a36cdba51acf9e09","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-26 - Cabinet of Vice-President Miguel Arias Cañete x GEODE - The voice of local energy distributors across Europe"],"date":["2016-10-26"],"summary":["Electricity Market Design"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-00098856602-24","ec-person-2229c857664a22dcb8eee79a8c05841fd3d0924f"]}} -{"id":"ec-meeting-2016-10-26-c93b70a38f356236e9511744c71bac98edf66bef","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-26 - Cabinet of Commissioner Julian King x Microsoft Corporation"],"date":["2016-10-26"],"summary":["Digital evidence and cybercrime"],"notes":["Portfolio: Security Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-julian-king-of"],"involved":["eu-tr-0801162959-21","ec-person-5b22be4333936d6e9e2067397c048a016c117d67"]}} -{"id":"ec-meeting-2016-10-26-c9618a31bdf7b5e6edb38bb56a6dcb17dc75e6e8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-26 - Communications Networks, Content and Technology x GIGAEurope aisbl"],"date":["2016-10-26"],"summary":["Connectivity package"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-42178977290-80","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2016-10-27-04a3381fb504623516424b89b0bf274be69ade97","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-27 - Günther Oettinger x IFPI Representing recording industry worldwide"],"date":["2016-10-27"],"summary":["Copyright"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-60394321918-91","ec-person-49723482bb23d029cbfc010cb37eec7392a0ae02"]}} -{"id":"ec-meeting-2016-10-27-0881a76cb70377cc5e56e8cdca37a4df143838f8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-27 - Cabinet of Vice-President Valdis Dombrovskis x Bundesverband Öffentlicher Banken Deutschlands eV"],"date":["2016-10-27"],"summary":["CRR/CRD; promotional banks"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-0767788931-41","ec-person-48f31156d932641826e09f5b73f074d35ff05786","ec-person-f376b1eca739c662d2385062249507f23f4ca67e","ec-person-a9eda2e8ea54b70a968327672c6cada679d3cd56"]}} -{"id":"ec-meeting-2016-10-27-0d3edc7e5b72f93a0bd5ffdb9411cfa789e32389","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-27 - Cabinet of Vice-President Karmenu Vella x WWF European Policy Programme"],"date":["2016-10-27"],"summary":["Ocean Governance, Our Ocean 2017"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["eu-tr-1414929419-24","ec-person-2966d69fae0ea4e67f3f2df5a743cc766267d3c8"]}} -{"id":"ec-meeting-2016-10-27-0db55ed0a7076d043a16b34cf91a2dcb2297bf51","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-27 - Cabinet of Vice-President Andrus Ansip x Springer Nature AG & Co. KGaA"],"date":["2016-10-27"],"summary":["Copyright, text and data mining"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-e91c5be432b6b3efdda369792fed67c20b767a45","eu-tr-391575415702-29"]}} -{"id":"ec-meeting-2016-10-27-0dcac43d0d365962b6d1deb88d36e9b5dfaa6c5c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-27 - Cabinet of Vice-President Andrus Ansip x VMware International Unlimited Company"],"date":["2016-10-27"],"summary":["PPP on cybersecurity"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-3ca0c466b8ff230d4409591430b388007ce14ff8","eu-tr-922046321682-57"]}} -{"id":"ec-meeting-2016-10-27-161dffd223fb5fd8f052f8d8c7b618280f7b325b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-27 - Cabinet of Vice-President Andrus Ansip x Bureau Européen des Unions de Consommateurs"],"date":["2016-10-27"],"summary":["Copyright reform, geoblocking, telecom package, roaming, e-privacy"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-9505781573-45","ec-person-666bc159c7e65a3af9e63c1e97435c02f1496955","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45","ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0"]}} -{"id":"ec-meeting-2016-10-27-2c3c00abc3784d8aa774b3463cd5cb480cdd28d1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-27 - Energy x EUROGAS aisbl"],"date":["2016-10-27"],"summary":["gas markets, energy issues"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-17909506129-41","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2016-10-27-2e81dc852cd1ad7e2f160b6e71732708065ded41","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-27 - Cabinet of Commissioner Julian King x city of amsterdam"],"date":["2016-10-27"],"summary":["Security Union"],"notes":["Portfolio: Security Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-julian-king-of"],"involved":["eu-tr-937916023366-57","ec-person-7bf4bf39d5d06955fc37d23e107675489c4e8729"]}} -{"id":"ec-meeting-2016-10-27-35f2e62b7c143766b08e321b07ec03f1756bba1c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-27 - Günther Oettinger x Salesforce"],"date":["2016-10-27"],"summary":["Competition"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-991195317279-06","ec-person-49723482bb23d029cbfc010cb37eec7392a0ae02"]}} -{"id":"ec-meeting-2016-10-27-37855f30565fbdb6d8ba6d0440bca21dfc2cbdc9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-27 - Cabinet of Commissioner Věra Jourová x Volkswagen Aktiengesellschaft"],"date":["2016-10-27"],"summary":["Consumer protection"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-a2ca9161feee56909a0e98b473c2d342c20fdb57","ec-person-a608b85b2ffef83f883b5a2330b6232efa1b7141","eu-tr-6504541970-40"]}} -{"id":"ec-meeting-2016-10-27-440bcb8d2eed06967d3636b01796940c19262fcf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-27 - Regional and Urban Policy x European Association of Public Banks and Funding agencies AISBL"],"date":["2016-10-27"],"summary":["Promotional banks in the European Union in the context of the MFF and the completion of the banking union."],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-regio"],"involved":["ec-person-3bc647761a4c1a96c0e7b4c3729d7408a61558b0","eu-tr-8754829960-32"]}} -{"id":"ec-meeting-2016-10-27-46593e63e909117da85749c9edf373cc63a83596","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-27 - Cabinet of Commissioner Carlos Moedas x Progressive Policy Institute"],"date":["2016-10-27"],"summary":["Research and innovation in growth and jobs"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["eu-tr-854255020074-46","ec-person-a6e757d2928b639b876fd492ddee1fc1420908bf"]}} -{"id":"ec-meeting-2016-10-27-4b56a3e7f008336b9fc30192cc4719d3b658dc07","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2016-10-27 - Günther Oettinger x MOBIVIA"],"date":["2016-10-27"],"summary":["connected and automated driving"],"location":["Brussels","BXL"],"address":["Brussels","BXL"],"addressEntity":["addr-d2fde52f67ea4a3e1fe233d0a959d6a1c77fd910","addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-597100516827-13","ec-person-5652698e8f7b4a189329e67fddbaff44dbe8658c"]}} -{"id":"ec-meeting-2016-10-27-4baa6d2879686bdcaf6096a4662e50574ef592bd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-27 - Cabinet of President Jean-Claude Juncker x ABN AMRO Bank N.V."],"date":["2016-10-27"],"summary":["EU financial services regulation"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-c402e34a99fbee730ae22e3b1958e21c94dc6fcc","eu-tr-469301912859-01"]}} -{"id":"ec-meeting-2016-10-27-57dd74f264f69790549d137598b6f06ba1cadfad","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-27 - Cabinet of Vice-President Miguel Arias Cañete x Friends of the Earth Europe"],"date":["2016-10-27"],"summary":["Energy Package"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-9825553393-31","ec-person-25a937c04cd0a0ddcf5cf34798e76b5105854114"]}} -{"id":"ec-meeting-2016-10-27-6947cda16852828ba405d56c0caad9825d4efc15","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-27 - Cabinet of Vice-President Jyrki Katainen x DIGITALEUROPE"],"date":["2016-10-27"],"summary":["Smartphones in the Ecodesign workplan"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-64270747023-20","ec-person-0da85dc48012e26688310a59a0b51727ea68f410"]}} -{"id":"ec-meeting-2016-10-27-6fd32248c4ebfe996ee19d96c50da80317344f1d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-27 - Cabinet of Commissioner Věra Jourová x European Federation for Family Employment - Fédération européenne des emplois de la famille"],"date":["2016-10-27"],"summary":["Corporate social responsibility, employment and education and culture"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-5455ecfabb89025694c798deac08160a2be17d94","eu-tr-716909919073-32"]}} -{"id":"ec-meeting-2016-10-27-86fdc072842c1706bd1f1ff16229df8f83f4a1a3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-27 - Cabinet of Vice-President Valdis Dombrovskis x Third Generation Environmentalism Ltd Global Witness WWF European Policy Programme Friends of the Earth Europe ShareAction Europe Stichting Onderzoek Multinationale Ondernemingen"],"date":["2016-10-27"],"summary":["Sustainable Finance; CMU"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-70953241037-94","eu-tr-10439809375-73","eu-tr-75791956264-20","eu-tr-1414929419-24","ec-person-a9eda2e8ea54b70a968327672c6cada679d3cd56","eu-tr-07783117686-61","ec-person-1f98d05bdaed2c40396781b1eb7b0aa47cb8dd20","eu-tr-9825553393-31"]}} -{"id":"ec-meeting-2016-10-27-89e770b9387f72ca4aad68d29f0cf026d06c310c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-27 - Cabinet of Vice-President Valdis Dombrovskis x The Goldman Sachs Group, Inc."],"date":["2016-10-27"],"summary":["CRD IV, CRR II"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-754ed38c8c41a4774ea216057a91839acc09b1e1","eu-tr-701266814986-18"]}} -{"id":"ec-meeting-2016-10-27-96a6520ad4ff6e95d96d940af192fa57e1751fc3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-27 - Cabinet of Commissioner Elżbieta Bieńkowska x DIGITALEUROPE"],"date":["2016-10-27"],"summary":["Radio-Equipment Directive"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-64270747023-20","ec-person-b2f9be51339f054477846797e2c119fcf16548fc","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2016-10-27-97ba67d096fe05c6d36f424350533f3ba6d71ae2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-27 - Cabinet of Vice-President Jyrki Katainen x City of London Corporation"],"date":["2016-10-27"],"summary":["Outlook for investment in Europe"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["London"],"address":["London"],"addressEntity":["addr-4c57f0c88d9844630327623633ce269cf826ab99"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90","ec-person-7c9460f99c5872dbdc561f5752401c870d12e98b","eu-tr-695661118936-08"]}} -{"id":"ec-meeting-2016-10-27-97dbaf83bf7141d8bc098eb78689e10fbc138454","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-27 - Cabinet of Vice-President Valdis Dombrovskis x Moody's Shared Services UK Ltd."],"date":["2016-10-27"],"summary":["Economic situation in the EU"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-48f31156d932641826e09f5b73f074d35ff05786","eu-tr-55916968748-36","ec-person-a9eda2e8ea54b70a968327672c6cada679d3cd56"]}} -{"id":"ec-meeting-2016-10-27-b17550ac7228209193118c1441ef5cf0814a74d0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-27 - Cabinet of Commissioner Tibor Navracsics x Search for Common Ground"],"date":["2016-10-27"],"summary":["Virtual exchanges"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["eu-tr-809274824592-30","ec-person-1da7ee09d46288ee4ea9db2b644bdcf9c3d6d000"]}} -{"id":"ec-meeting-2016-10-27-b4887a31ffe094fbbe07f746de613ec7d4f27d82","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-27 - Cabinet of Vice-President Miguel Arias Cañete x Climate Action Network Europe"],"date":["2016-10-27"],"summary":["Renewable energy and market design"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-260e00934471a02805fb143935d6e9205a7f355f","eu-tr-55888811123-49"]}} -{"id":"ec-meeting-2016-10-27-c7495f1b8c8d5a9ae9f7856890707e010581ccc4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-27 - Cabinet of Vice-President Valdis Dombrovskis x Insurance Europe"],"date":["2016-10-27"],"summary":["Insurance issues, Solvency II, Personal pensions, PRIIPS"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-a9eda2e8ea54b70a968327672c6cada679d3cd56","eu-tr-33213703459-54"]}} -{"id":"ec-meeting-2016-10-27-cc561d1eb95ea683e292ab0f2f199616a3eb6c11","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-27 - Financial Stability, Financial Services and Capital Markets Union x Fédération bancaire française"],"date":["2016-10-27"],"summary":["Revue de CRR, Bâle IV, TLAC/MREL"],"location":["Paris"],"address":["Paris"],"addressEntity":["addr-22390ad11c32faec43fc61555b53607660b3c185"],"organizer":["ec-dg-fisma"],"involved":["ec-person-bdee7a93f95c8ef05079539170139b3c02e8ed96","eu-tr-09245221105-30"]}} -{"id":"ec-meeting-2016-10-27-ce00aa61f04a15d16f0f22fa41d2ef2280c584d9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-27 - Cabinet of Commissioner Julian King x European Foundation for Democracy"],"date":["2016-10-27"],"summary":["Prevention of Radicalisation"],"notes":["Portfolio: Security Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-julian-king-of"],"involved":["ec-person-355668f7f858778b0b745d45441b2e4393f4a7be","eu-tr-70156146692-35"]}} -{"id":"ec-meeting-2016-10-27-d9ac514a3ac2c0cde41cfdd5921008f854131ef4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-27 - Cabinet of Vice-President Jyrki Katainen x Nokia Ericsson"],"date":["2016-10-27"],"summary":["energy consumption in telecommunication networks"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-35167875358-33","ec-person-0da85dc48012e26688310a59a0b51727ea68f410","eu-tr-02021363105-42"]}} -{"id":"ec-meeting-2016-10-27-e0a9bf976322411db01b52a2c84a7153321a680b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-27 - Cabinet of Commissioner Carlos Moedas x Atomium European Institute for Science, Media and Democracy"],"date":["2016-10-27"],"summary":["Open Science"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-23980b2bc4fd9c82051d0f7888dc236b2f764866","eu-tr-604316917419-28"]}} -{"id":"ec-meeting-2016-10-28-13a765c3732d9e8de82365e9be4221f87270e96b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-28 - Cabinet of Commissioner Věra Jourová x Yahoo! (Oath EMEA Ltd.)"],"date":["2016-10-28"],"summary":["Data protection"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-f329292459cb1badb7fb7c6b67b698c441931bb2","eu-tr-58885623470-56"]}} -{"id":"ec-meeting-2016-10-28-3a01460fdf9bbb1ecfaeff2ce69ea128a59b7c9d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-28 - Cabinet of Commissioner Tibor Navracsics x Progressive Policy Institute"],"date":["2016-10-28"],"summary":["Digital economy and innovation"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-49f31dad10f5641cb1d1e4c3107dd838389e8120","eu-tr-854255020074-46"]}} -{"id":"ec-meeting-2016-10-28-5029ca6390bb4a15562fadeafbe01c22de429b07","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-28 - Cabinet of Vice-President Valdis Dombrovskis x Wise Ltd"],"date":["2016-10-28"],"summary":["Fintech; Retail cross-border payments"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-537401fc0be04984531b83660f416bf2fe14fbd8","eu-tr-843309518020-96"]}} -{"id":"ec-meeting-2016-10-28-59394dc7791497eb9f9ffa861ac2477eb5c9e990","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-28 - Cabinet of Vice-President Cecilia Malmström x Progressive Policy Institute"],"date":["2016-10-28"],"summary":["TTIP"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-854255020074-46","ec-person-cb8ca9ec2413722fa83484ed18dd76ace52d0118"]}} -{"id":"ec-meeting-2016-10-28-5bf681cc3f0741d91dd82b14a68aa06085306ca7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-28 - Cabinet of Vice-President Jyrki Katainen x Stichting European Climate Foundation"],"date":["2016-10-28"],"summary":["Innovation and Competitiveness"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-64869491516-70","ec-person-bb70699c722c1620ec520e8a4d32911a32ae078c"]}} -{"id":"ec-meeting-2016-10-28-63867077fd7a3cbd79c26ca4eff5ef7746882d8e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-28 - Cabinet of Commissioner Violeta Bulc x Finavia Corporation"],"date":["2016-10-28"],"summary":["Aviation"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-9d4dc4867a44dfe10f67ae7ee1706da3e8b48a24","eu-tr-60334418925-95"]}} -{"id":"ec-meeting-2016-10-28-6befedfbdbb5de4e8d5d15fd315eabbbc69da2cb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-28 - Günther Oettinger x MFE - MEDIAFOREUROPE N.V"],"date":["2016-10-28"],"summary":["Copyright"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-49723482bb23d029cbfc010cb37eec7392a0ae02","eu-tr-91471238809-21"]}} -{"id":"ec-meeting-2016-10-28-839b54cc0d59c4f6d4cee5bf78138a8f2e012fd0","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2016-10-28 - Günther Oettinger x Bayerische Motoren Werke Aktiengesellschaft"],"date":["2016-10-28"],"summary":["connected and automated driving"],"location":["Brussels","BXL"],"address":["Brussels","BXL"],"addressEntity":["addr-d2fde52f67ea4a3e1fe233d0a959d6a1c77fd910","addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-5652698e8f7b4a189329e67fddbaff44dbe8658c","eu-tr-7193977808-18"]}} -{"id":"ec-meeting-2016-10-28-a291aa718dc340f2bba719702ac2df9cef1ea5f0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-28 - Agriculture and Rural Development x European farmers European agri-cooperatives European Oilseed Alliance"],"date":["2016-10-28"],"summary":["Biofuels"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-agri"],"involved":["eu-tr-265299815747-31","eu-tr-09586631237-74","eu-tr-44856881231-49","ec-person-7bc7204a153f98afbf1ad1cffbdd10d06d9ae166"]}} -{"id":"ec-meeting-2016-10-28-adb35e8e87e75a89f4b7e2ec17892e6be2e3c23b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-28 - Cabinet of Commissioner Julian King x Fleishman-Hillard"],"date":["2016-10-28"],"summary":["Introductory meeting on Ms Hughes's new role"],"notes":["Portfolio: Security Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-julian-king-of"],"involved":["eu-tr-56047191389-84","ec-person-6553ea29f3324ea99a6666023e42d69c5b933757"]}} -{"id":"ec-meeting-2016-10-28-aee2c633766926b9364501b9467b29accff6e7ca","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-28 - Cabinet of President Jean-Claude Juncker x Confederación Española de Organizaciones Empresariales"],"date":["2016-10-28"],"summary":["General Priorities of the Commission"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-442e08d247d72bdef0fce4bf17477efe2a5bfe49","eu-tr-02963738854-41"]}} -{"id":"ec-meeting-2016-10-28-c150f3cf53034ff6f6a82d0abfdf29e8102ed50d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-28 - Cabinet of Vice-President Valdis Dombrovskis x IPK European Strategy Ltd"],"date":["2016-10-28"],"summary":["MiFID, AIFMD"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-683857614787-75","ec-person-3f9ca71b74344417d1f072ba7f3e2f09a223b036"]}} -{"id":"ec-meeting-2016-10-28-c2989696841cb94e7d17728abeb5d0735642a9d9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-28 - Cabinet of Commissioner Corina Crețu x Unioncamere Europa asbl"],"date":["2016-10-28"],"summary":["Building a European Financial Instrument for the integration of migrants"],"notes":["Portfolio: Regional Policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-corina-cretu-of"],"involved":["eu-tr-11122676364-50","ec-person-c9d4945f28454cc49c4ea188c82e64b0dac3bd73"]}} -{"id":"ec-meeting-2016-10-28-c98a598acdb3bf1ca8b884ec4a64531fb9941392","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-28 - Cabinet of Commissioner Elżbieta Bieńkowska x Progressive Policy Institute"],"date":["2016-10-28"],"summary":["introductory meeting"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-854255020074-46","ec-person-b2f9be51339f054477846797e2c119fcf16548fc"]}} -{"id":"ec-meeting-2016-10-28-e646edbdc9254e2e33f05db87fb25b4833cc3806","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-28 - Cabinet of President Jean-Claude Juncker x Bank Julius Baer & Co."],"date":["2016-10-28"],"summary":["The European Council agenda on Capital Markets Union and the Single Market"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-040438616885-17","ec-person-f9475e4bba20c9a170912adada60941243f778ad"]}} -{"id":"ec-meeting-2016-10-28-ed1885459b88f3b6794e75be5c6285e11227021a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-28 - Cabinet of Commissioner Margrethe Vestager x European Round Table for Industry"],"date":["2016-10-28"],"summary":["ERT Plenary Stockholm"],"notes":["Portfolio: Competition"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-margrethe-of-vestager"],"involved":["ec-person-5d3cde69206da720686a2bca71494091f1318f24","eu-tr-25487567824-45"]}} -{"id":"ec-meeting-2016-10-31-11bb5a8bbd041d6f24f165c01ac725f53bad9774","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-31 - Cabinet of Commissioner Margrethe Vestager x Confederation of Danish Industry"],"date":["2016-10-31"],"summary":["EU Current Affairs"],"notes":["Portfolio: Competition"],"location":["Copenhagen, Denmark"],"address":["Copenhagen, Denmark"],"addressEntity":["addr-037407970050e97c761587d63aacfaeb126cab45"],"organizer":["ec-cabinet-commissioner-margrethe-of-vestager"],"involved":["ec-person-baa1c172df109ebd1f0307bccb5e21aec66c7a25","eu-tr-5749958415-41"]}} -{"id":"ec-meeting-2016-10-31-1226f45ad32121f6f3f387be99611f72dab75f3a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-31 - Cabinet of Vice-President Andrus Ansip x Telia Eesti AS AS SEB Pank Swedbank AS SK ID Solutions"],"date":["2016-10-31"],"summary":["Smart ID"],"notes":["Portfolio: Digital Single Market"],"location":["Tallinn, Estonia"],"address":["Tallinn, Estonia"],"addressEntity":["addr-b80d0713f0edceb178f0049f32c8e1803c061ccc"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-0f698e3a0cc0bd6a02e1bd386a25cedc1366f3f1","ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0","eu-tr-088683524126-25","eu-tr-198976724179-09","eu-tr-882321024120-88","eu-tr-133307624123-79"]}} -{"id":"ec-meeting-2016-10-31-24a2e794b6d0096e527de5f9a99af0a500752bd2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-31 - Energy x Nordic Council"],"date":["2016-10-31"],"summary":["regional cooperation, energy issues"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["ec-person-6997149120ce5129e38febe5275dc8fd03232d2e","eu-tr-856018316655-92"]}} -{"id":"ec-meeting-2016-10-31-8ae801314ad70d19fb9cac8990f501c66256915e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-10-31 - Cabinet of Commissioner Vytenis Andriukaitis x Maa- ja metsätaloustuottajain Keskusliitto – Central Union of Agricultural Producers and Forest Owners"],"date":["2016-10-31"],"summary":["Food waste"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["eu-tr-56039441735-48","ec-person-0dbfffeb0323f819c8d57164906086dd8639c437"]}} -{"id":"ec-meeting-2016-11-01-e2852d3c02c58e7959ed9f7cb86ec59a37006706","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-01 - Cabinet of Commissioner Elżbieta Bieńkowska x Telefonica, S.A."],"date":["2016-11-01"],"summary":["Discussions on mission to Buenos Aires"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-52431421-12","ec-person-6cd920669457898c6304ed6a599a852d84518227"]}} -{"id":"ec-meeting-2016-11-03-2db89b260c739a372821f7001a9d1158d968ee34","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-03 - Energy x UNION FRANCAISE DE L'ELECTRICITE - UFE"],"date":["2016-11-03"],"summary":["Energy Union, Market design"],"location":["Paris, France"],"address":["Paris, France"],"addressEntity":["addr-c70534aa18173b860a10a50a47b139c4a581cbf6"],"organizer":["ec-dg-ener"],"involved":["ec-person-6997149120ce5129e38febe5275dc8fd03232d2e","eu-tr-30146663069-53"]}} -{"id":"ec-meeting-2016-11-03-476d8966e86c8d21309d2623cf1a475fba842e07","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-03 - Energy x KfW Bankengruppe"],"date":["2016-11-03"],"summary":["Financing, Energy Union"],"location":["Berlin, Germany"],"address":["Berlin, Germany"],"addressEntity":["addr-45087614a913d81becb706e8469c1cd56b027e7f"],"organizer":["ec-dg-ener"],"involved":["ec-person-6997149120ce5129e38febe5275dc8fd03232d2e","eu-tr-79019799690-13"]}} -{"id":"ec-meeting-2016-11-03-568fca327bed4a66179bf4f15d34cfcaf47873c1","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2016-11-03 - Günther Oettinger x Deutsche Telekom"],"date":["2016-11-03"],"summary":["ePrivacy","e-privacy"],"location":["Brussels","BXL"],"address":["Brussels","BXL"],"addressEntity":["addr-d2fde52f67ea4a3e1fe233d0a959d6a1c77fd910","addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-5652698e8f7b4a189329e67fddbaff44dbe8658c","eu-tr-60052162589-72"]}} -{"id":"ec-meeting-2016-11-03-800b2bdb1de3317c1b2892e88cea4259c686a801","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-03 - Cabinet of Vice-President Miguel Arias Cañete x None"],"date":["2016-11-03"],"summary":["Capital Union and it deliverability"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-799142914971-03","eu-tr-090350412968-04","ec-person-2229c857664a22dcb8eee79a8c05841fd3d0924f"]}} -{"id":"ec-meeting-2016-11-03-8054fa0540d883a320d8a5f699574f925b8f84f0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-03 - Cabinet of Vice-President Karmenu Vella x Föderation der Natur- und Nationalparke Europas (Föderation EUROPARC) e.V."],"date":["2016-11-03"],"summary":["Natura 2000"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["ec-person-9e282d5223d0f62146ce1013e2dac38adc89a4cf","eu-tr-01380772294-53","ec-person-0e3efd8bc1c3ee9a80205d0bb78f316fa1621e5d"]}} -{"id":"ec-meeting-2016-11-03-83a19be2e1adf4c64edab0b3b822b3590bdcb980","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-03 - Cabinet of Vice-President Jyrki Katainen x Transport and Environment (European Federation for Transport and Environment)"],"date":["2016-11-03"],"summary":["2030 transport fuels decarbonisation"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-0da85dc48012e26688310a59a0b51727ea68f410","eu-tr-58744833263-19"]}} -{"id":"ec-meeting-2016-11-03-edb3dbbe0235d9054302a6407b02ac83964c2402","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-03 - Cabinet of First Vice-President Frans Timmermans x DD Unternehmensentwicklungsgesellschaft mbH Ingka Services A.B. Cambre Associates"],"date":["2016-11-03"],"summary":["Infringments"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-1095068839-59","eu-tr-782320916758-57","ec-person-6c0efbf1635ca0cb8dce32e129231fa3136f600b","eu-tr-23020671103-67"]}} -{"id":"ec-meeting-2016-11-03-f65fffb09aa8177f079ae5108ceb2b6f3c8a4400","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-03 - Cabinet of Vice-President Valdis Dombrovskis x ATP Group"],"date":["2016-11-03"],"summary":["CCP, ENIR"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-739849219997-47","ec-person-3f9ca71b74344417d1f072ba7f3e2f09a223b036"]}} -{"id":"ec-meeting-2016-11-04-2c2b5cd6922268feeddb4a6a5d4427bbb13d9fd4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-04 - Internal Market, Industry, Entrepreneurship and SMEs x IFPI Representing recording industry worldwide"],"date":["2016-11-04"],"summary":["Enforcement of intellectual property rights and the review of the IPRED Directive, as well as the ongoing work on the memorandum of understandings (MoUs) in the framework of the follow the money approach."],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-grow"],"involved":["eu-tr-60394321918-91","ec-person-60a3d0d628d231b41af1d0c65607b0fd78ca4edc"]}} -{"id":"ec-meeting-2016-11-04-48eaf5972e0786a5debbe323d5504dd81bc18c8a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-04 - Cabinet of Vice-President Andrus Ansip x University of Tartu"],"date":["2016-11-04"],"summary":["Digital Single Market, R&D, e-Health"],"notes":["Portfolio: Digital Single Market"],"location":["Tartu, Estonia"],"address":["Tartu, Estonia"],"addressEntity":["addr-0bbb6bc6c9f7ac54ab542cb429b4e542999000ad"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0","ec-person-0f698e3a0cc0bd6a02e1bd386a25cedc1366f3f1","eu-tr-520123925843-03"]}} -{"id":"ec-meeting-2016-11-04-59ff39d490c69bf0bd946f2072b0dba16447aa00","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-04 - Cabinet of Vice-President Andrus Ansip x SA Tartu Ülikooli Kliinikum"],"date":["2016-11-04"],"summary":["e-health"],"notes":["Portfolio: Digital Single Market"],"location":["Tartu, Estonia"],"address":["Tartu, Estonia"],"addressEntity":["addr-0bbb6bc6c9f7ac54ab542cb429b4e542999000ad"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-732570825735-32","ec-person-0f698e3a0cc0bd6a02e1bd386a25cedc1366f3f1","ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0"]}} -{"id":"ec-meeting-2016-11-04-995b2841b11ec9d61e22d5d1b77bdbd5aba06fac","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-04 - Cabinet of Commissioner Phil Hogan x Irish Farmers' Association"],"date":["2016-11-04"],"summary":["Agri matters"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-400dd8d59d3060187d9b9b143d697da1a3d03c12","eu-tr-458700813641-37"]}} -{"id":"ec-meeting-2016-11-04-d952a7f8dfb3e63010a395a35c27e53ecd9b37cf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-04 - Cabinet of Commissioner Margrethe Vestager x BDEW Bundesverband der Energie- und Wasserwirtschaft e. V."],"date":["2016-11-04"],"summary":["EU Energy Union"],"notes":["Portfolio: Competition"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-margrethe-of-vestager"],"involved":["eu-tr-20457441380-38","ec-person-2e96673ec2acdfc668f6970535551f9afa1f8729"]}} -{"id":"ec-meeting-2016-11-06-38533aa65d28d85258bd4afd385c5b8c030f59f4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-06 - Günther Oettinger x Wirtschaftsvereinigung Stahl"],"date":["2016-11-06"],"summary":["RT on steel"],"location":["Berlin"],"address":["Berlin"],"addressEntity":["addr-062b06ba8e755765c6b049809b7430fd54fe5b21"],"organizer":["ec-dg-de"],"involved":["eu-tr-75755621888-61","ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0"]}} -{"id":"ec-meeting-2016-11-07-0cfec0ef7b0212be752b9165d1d0c70ddef6c3bb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-07 - Cabinet of Vice-President Miguel Arias Cañete x EUROGAS aisbl"],"date":["2016-11-07"],"summary":["Gas and electricity markets"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-17909506129-41","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd"]}} -{"id":"ec-meeting-2016-11-07-16e6ad2a6e8a20c25c5bceaaeec10612ae80b116","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2016-11-07 - Cabinet of Vice-President Maroš Šefčovič x TotalEnergies SE"],"date":["2016-11-07"],"summary":["Storage, batteries","Energy Union innovation / Batteries"],"notes":["Portfolio: Energy Union"],"location":["Bxl","Brussels"],"address":["Bxl","Brussels"],"addressEntity":["addr-a93f951e252491eb62958a26858415dd581a71e0","addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-1849405799-88","ec-person-2be517b9261a91f2f07e05ec14c6331980e9716e","ec-person-9f6823821fe68d82e9b9dbe81181ecacb0265d94"]}} -{"id":"ec-meeting-2016-11-07-19111ef25b403b83849acf3fc5ef365d03685fd5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-07 - Cabinet of Vice-President Cecilia Malmström x EUROPEAN BICYCLE MANUFACTURERS ASSOCIATION"],"date":["2016-11-07"],"summary":["Ecological Goods agreement"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-19b143e83f8ab978c55c8a9a9e49e06dbfa14bf3","ec-person-5d4088e1913284a765aed8445f448f6ff341f1b3","ec-person-20ded9db5df11164331bb161fdf234b1e5ad53fd","eu-tr-726584717191-62"]}} -{"id":"ec-meeting-2016-11-07-37a0878fe94052e9f7ac05c9436029009bf44768","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-07 - Energy x Coalition France pour l'efficacité énergétique"],"date":["2016-11-07"],"summary":["Energy Efficiency"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-647629915338-36","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2016-11-07-53c8dcd489295322910d5ae8dec7557391dfa34b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-07 - Cabinet of Commissioner Marianne Thyssen x European Youth Forum"],"date":["2016-11-07"],"summary":["Recent developments related to the Youth Guarantee"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["ec-person-bdb607d5d994a4056dd700f8f52d9af25b406b36","ec-person-ce19440eacb8fd67f534bdbcce33a1c4cedfd071","eu-tr-43251547769-22","ec-person-97cc52ff34af5e6170626d2711bb791d319e064a"]}} -{"id":"ec-meeting-2016-11-07-57e7c5f7980b61edeafb91160160b6e685e3c07b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-07 - Agriculture and Rural Development x EuroCommerce"],"date":["2016-11-07"],"summary":["agri-food supply chain"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-agri"],"involved":["eu-tr-84973761187-60","ec-person-7bc7204a153f98afbf1ad1cffbdd10d06d9ae166"]}} -{"id":"ec-meeting-2016-11-07-6920b657aa1d17f7ea026ecba0404275c9f03ac8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-07 - Cabinet of Commissioner Margrethe Vestager x Climate Action Network Europe"],"date":["2016-11-07"],"summary":["EU Energy Union"],"notes":["Portfolio: Competition"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-margrethe-of-vestager"],"involved":["eu-tr-55888811123-49","ec-person-2e96673ec2acdfc668f6970535551f9afa1f8729"]}} -{"id":"ec-meeting-2016-11-07-6ebc221d1af1dbb09b536df19f86332b5e8b0dd2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-07 - Cabinet of Vice-President Miguel Arias Cañete x SIEMENS GAMESA RENEWABLE ENERGY, S.A."],"date":["2016-11-07"],"summary":["Electricity market design and renewables"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-370030023964-01","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd"]}} -{"id":"ec-meeting-2016-11-07-7463847a65727f541e657b7cb03643a51d9ded1b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-07 - Cabinet of Commissioner Julian King x Victim Support Europe"],"date":["2016-11-07"],"summary":["Sharing the expertise of Victim Support Europe"],"notes":["Portfolio: Security Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-julian-king-of"],"involved":["eu-tr-83945428894-94","ec-person-37c79733647a2293d1e96e976d3a72c6b707cb4c"]}} -{"id":"ec-meeting-2016-11-07-93cecff8349029e358e26f17efdb6ad438faabc8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-07 - Günther Oettinger x Hamburg 1"],"date":["2016-11-07"],"summary":["Platform Regulation"],"location":["Berlin"],"address":["Berlin"],"addressEntity":["addr-062b06ba8e755765c6b049809b7430fd54fe5b21"],"organizer":["ec-dg-de"],"involved":["ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0","eu-tr-150470224328-33"]}} -{"id":"ec-meeting-2016-11-07-95ddb6e402b74ec903d84da5d7e58965ba1706b3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-07 - Cabinet of Vice-President Valdis Dombrovskis x Confederation of Danish Employers"],"date":["2016-11-07"],"summary":["Exchange of views on the European Pillar of Social Rights and of the posting of workers proposal"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-11503381325-76","ec-person-1f98d05bdaed2c40396781b1eb7b0aa47cb8dd20"]}} -{"id":"ec-meeting-2016-11-07-9c5a3f343a47318f266fd7d2ed22c4b43c882453","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-07 - Cabinet of President Jean-Claude Juncker x EUROPEAN TRADE UNION CONFEDERATION Trades Union Congress (UK)"],"date":["2016-11-07"],"summary":["Meeting with Mr Luca Visentini and Ms Frances O'Grady on EU political, economic and social situation"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-06698681039-26","ec-person-29c106b0461ffd79e95f0119bdd363fd3c7c3ab3","ec-person-98eba7ab1446c6dce384fdc2ecd48c7cadf9ee4e","eu-tr-77510791109-40"]}} -{"id":"ec-meeting-2016-11-07-a0d900957b6966241208c645d9ca6e5e2b1e7911","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-07 - Cabinet of Commissioner Elżbieta Bieńkowska x Zrzeszenie Międzynarodowych Przewoźników Drogowych w Polsce"],"date":["2016-11-07"],"summary":["minimum wage"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["ec-person-d2997a7f359c91a337055c3e24dd36bf928de38d","eu-tr-719426524132-11","ec-person-daef7f819b2f3ffe5e4f5d8eb2782954f3c4a4e2"]}} -{"id":"ec-meeting-2016-11-07-a2c3464e8ef2cb8631a1933b038b2ba3c4d324cf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-07 - Günther Oettinger x Bundesverband Öffentlicher Banken Deutschlands eV"],"date":["2016-11-07"],"summary":["Digitisation in area of finance services"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-0767788931-41","ec-person-c6cae64cc7dc787b66a47ab1613d3e922875b971"]}} -{"id":"ec-meeting-2016-11-07-b790c8f9ff26cc09739ae328d1faa1f8dc94bc56","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-07 - Cabinet of Vice-President Miguel Arias Cañete x Verbraucherzentrale Bundesverband"],"date":["2016-11-07"],"summary":["Reform of the Energy Market Design and the Renewable Energy Directive"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-1831691c10441c5974327bbeb8693d6b6c1e50c3","eu-tr-2893800753-48"]}} -{"id":"ec-meeting-2016-11-07-b7d83ee845ab7248cd73efd38bb8353dc3437b0c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-07 - Cabinet of Vice-President Cecilia Malmström x EUROPEAN BICYCLE MANUFACTURERS ASSOCIATION Confederation of the European Bicycle Industry ASBL"],"date":["2016-11-07"],"summary":["EGA negotiations"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-677937617205-76","ec-person-5d4088e1913284a765aed8445f448f6ff341f1b3","ec-person-20ded9db5df11164331bb161fdf234b1e5ad53fd","eu-tr-726584717191-62"]}} -{"id":"ec-meeting-2016-11-07-c3e8ca06e3501e0658ddb18479972917f2779175","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-07 - Cabinet of Vice-President Jyrki Katainen x Greenpeace European Unit"],"date":["2016-11-07"],"summary":["the role of Energy Citizens and Cooperatives in the Commission's upcoming winter package"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-9832909575-41","ec-person-0da85dc48012e26688310a59a0b51727ea68f410"]}} -{"id":"ec-meeting-2016-11-07-e416fafad131eb8df5b576a05f1d879121220ae1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-07 - Communications Networks, Content and Technology x IBM Corporation"],"date":["2016-11-07"],"summary":["DSM related issues and IBM's latest business developments in Europe"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-7721359944-96","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2016-11-07-f008f583ff37382f3e901add9965ae79d1b5d12b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-07 - Cabinet of Commissioner Tibor Navracsics x None"],"date":["2016-11-07"],"summary":["ICT in education"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["eu-tr-494613715191-85","eu-tr-30988577529-37","eu-tr-920867915729-68","eu-tr-56502415122-32","eu-tr-42484704423-92","eu-tr-03181945560-59","ec-person-1da7ee09d46288ee4ea9db2b644bdcf9c3d6d000","eu-tr-977907115068-02","eu-tr-731930623261-05","eu-tr-25955391451-88","eu-tr-639117311617-01"]}} -{"id":"ec-meeting-2016-11-08-0d3edc7e5b72f93a0bd5ffdb9411cfa789e32389","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-08 - Cabinet of Vice-President Karmenu Vella x WWF European Policy Programme"],"date":["2016-11-08"],"summary":["Ocean governance, sustainable blue growth in the mediterranean"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["eu-tr-1414929419-24","ec-person-2966d69fae0ea4e67f3f2df5a743cc766267d3c8"]}} -{"id":"ec-meeting-2016-11-08-0f4ccd8f778ebbe4054707fabd598c148211a60b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-08 - Cabinet of Vice-President Miguel Arias Cañete x Fortum Oyj"],"date":["2016-11-08"],"summary":["Market design"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-03501997362-71","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd"]}} -{"id":"ec-meeting-2016-11-08-1502635dc2b314996eadbc518fb57229773390fe","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-08 - Cabinet of Vice-President Karmenu Vella x Ocean Energy Europe"],"date":["2016-11-08"],"summary":["Ocean Energy"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["ec-person-0e3efd8bc1c3ee9a80205d0bb78f316fa1621e5d","eu-tr-264048311507-68"]}} -{"id":"ec-meeting-2016-11-08-1d877f756165e8eb96adb9ee42e10ffe5d3378d7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-08 - Günther Oettinger x EnBW Energie Baden-Württemberg AG"],"date":["2016-11-08"],"summary":["Energy Economy in Germany"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0","eu-tr-13324391892-74"]}} -{"id":"ec-meeting-2016-11-08-27d066a5f40275c0db030d5fd81613ca1c2d0b7c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-08 - Financial Stability, Financial Services and Capital Markets Union x London Stock Exchange Group"],"date":["2016-11-08"],"summary":["CMU and other related issues"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-550494915045-08","ec-person-bdee7a93f95c8ef05079539170139b3c02e8ed96"]}} -{"id":"ec-meeting-2016-11-08-2ff663079a3c0350e449d33ffbfd5c3929a08c97","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-08 - Günther Oettinger x Airbnb Ireland UC"],"date":["2016-11-08"],"summary":["Internet platforms"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-823871417098-42","ec-person-481c1b59e4c83b05529b763cfc2447c0d88fe517"]}} -{"id":"ec-meeting-2016-11-08-363cc6d1e9db57ae0b69c7e4b7794aecc956fa73","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-08 - Cabinet of Vice-President Jyrki Katainen x BlackRock"],"date":["2016-11-08"],"summary":["Sustainable/ Green finance in CMU"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-51436554494-18","ec-person-955e8c493ab54847bb92b65986f56a401f8eabee"]}} -{"id":"ec-meeting-2016-11-08-420ba7cddfe52d92167cfaff14ec7003ffdd1a46","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-08 - Cabinet of President Jean-Claude Juncker x Uber"],"date":["2016-11-08"],"summary":["Collaborative Economy"],"notes":["Portfolio: President"],"location":["Brussels Belgium"],"address":["Brussels Belgium"],"addressEntity":["addr-61947d7d2c69c0b8f57325bd044f500c5fc6df48"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-9c3ecdfef0005edcc4749f05e79adbb4369d514a","eu-tr-002278013515-26","ec-person-80c6995ad1cd6aefa72f1bf440b17b6d8c6dd4b8"]}} -{"id":"ec-meeting-2016-11-08-49e80b7adcd88b3082ed14443ec4ddaa771e08df","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-08 - Cabinet of Vice-President Andrus Ansip x American Chamber of Commerce to the European Union"],"date":["2016-11-08"],"summary":["Geo-blocking"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-666bc159c7e65a3af9e63c1e97435c02f1496955","eu-tr-5265780509-97"]}} -{"id":"ec-meeting-2016-11-08-4ae05fa8ab069737949d6ddbb10ec79f1a74260f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-08 - Cabinet of Vice-President Andrus Ansip x Afrobytes"],"date":["2016-11-08"],"summary":["Afrobytes Conference June 2017 in Paris; Startups (Startup Europe comes to Africa)"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-c759bd58acc54869aa8e62ce652efcda416e25c2","eu-tr-184254124305-29"]}} -{"id":"ec-meeting-2016-11-08-4bb0147f99916844f08949fb15d91fd61c63e771","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-08 - Cabinet of Vice-President Jyrki Katainen x Bureau Européen des Unions de Consommateurs"],"date":["2016-11-08"],"summary":["ecodesign"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90","eu-tr-9505781573-45"]}} -{"id":"ec-meeting-2016-11-08-508b7dc4b9972417ef9734637b7743a0302a9a1e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-08 - Günther Oettinger x PayPal PLC, Belgian Branch"],"date":["2016-11-08"],"summary":["Regulatory technical standards"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-94256896677-14","ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0"]}} -{"id":"ec-meeting-2016-11-08-56df41ecd59d60e6c526bf92d8784f7d15c6fb8e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-08 - Günther Oettinger x Orange"],"date":["2016-11-08"],"summary":["Electronic communication code"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-76704342721-41","ec-person-481c1b59e4c83b05529b763cfc2447c0d88fe517"]}} -{"id":"ec-meeting-2016-11-08-59b5c0daf8246ab4197f33af1f2ba82a2dd0a2b6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-08 - Cabinet of Commissioner Julian King x European Payment Institutions Federation"],"date":["2016-11-08"],"summary":["Fintech and cybersecurity"],"notes":["Portfolio: Security Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-julian-king-of"],"involved":["ec-person-6553ea29f3324ea99a6666023e42d69c5b933757","eu-tr-461826311486-83"]}} -{"id":"ec-meeting-2016-11-08-5a75fe255ad96a07217f45c8f277eb18d5cc5aa4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-08 - Günther Oettinger x Aurubis AG"],"date":["2016-11-08"],"summary":["Industry 4.0"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0","eu-tr-11160169347-78"]}} -{"id":"ec-meeting-2016-11-08-633b19a1cbc68d09b27b80c26169e53cc9891731","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-08 - Cabinet of Vice-President Miguel Arias Cañete x EPIA SolarPower Europe"],"date":["2016-11-08"],"summary":["The Commission's intentions regarding the Energy package, in particular in relation to renewables."],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-2680046412-48","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd"]}} -{"id":"ec-meeting-2016-11-08-65a47b0fd9d90fafa11944a46ebf42c2cf5dfe44","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-08 - Cabinet of Commissioner Violeta Bulc x Katoen Natie NV"],"date":["2016-11-08"],"summary":["ongoing infringement procedure regarding the Belgian Port Labour Act"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-e14c58f620f40325d829df7be0823280307bc15f","eu-tr-297356424102-58"]}} -{"id":"ec-meeting-2016-11-08-68452796b028cf557b39b09fd4e7ffa252acd698","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-08 - Cabinet of Vice-President Andrus Ansip x Deutsche Telekom"],"date":["2016-11-08"],"summary":["ePrivacy"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-5db7bdd1c81da2e70eb5b982097d0004111b5c3e","eu-tr-60052162589-72"]}} -{"id":"ec-meeting-2016-11-08-693b98ad41346f55e4e95c1b1329dbc66525dbce","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-08 - Cabinet of President Jean-Claude Juncker x Centre for European Reform"],"date":["2016-11-08"],"summary":["Current EU policy issues"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-524976815651-12","ec-person-80c6995ad1cd6aefa72f1bf440b17b6d8c6dd4b8"]}} -{"id":"ec-meeting-2016-11-08-6bebed148f2394ce579485f43ea930ee5fb67c3e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-08 - Günther Oettinger x Confederation of the German Textile and Fashion Industry"],"date":["2016-11-08"],"summary":["Digitalisierung der Industrie"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-4cd59e13386e3b68ecb3611fcc579e0a0a3938a5","eu-tr-630565418685-37"]}} -{"id":"ec-meeting-2016-11-08-6d60bf5df25f6a79ef0432dc56763f37e41cafca","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-08 - Cabinet of Commissioner Carlos Moedas x Universities UK International"],"date":["2016-11-08"],"summary":["EU research & innovation policy; interim evaluation of Horizon 2020"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-b8d49828915f9008e764a78796d47ea00807a658","eu-tr-503102215568-76"]}} -{"id":"ec-meeting-2016-11-08-748a0f385b25f855b20fac8952b23bdb7df3fb50","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-08 - Cabinet of Vice-President Miguel Arias Cañete x EnBW Energie Baden-Württemberg AG"],"date":["2016-11-08"],"summary":["Market design"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd","eu-tr-13324391892-74"]}} -{"id":"ec-meeting-2016-11-08-7a6bb924995f61658ca36fdc2815b57bfb1006d2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-08 - Cabinet of Commissioner Marianne Thyssen x Confederación Española de Organizaciones Empresariales"],"date":["2016-11-08"],"summary":["Pillar of social rights"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["ec-person-e93189002a993321fd1af93481b271c766b1aff8","eu-tr-02963738854-41"]}} -{"id":"ec-meeting-2016-11-08-7dc1d6b1daa0ce97cf8ca35dfc74cf1d9c5d1e40","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-08 - Cabinet of Commissioner Julian King x The Royal United Services Institute for Defence and Security Studies"],"date":["2016-11-08"],"summary":["Terrorism financing"],"notes":["Portfolio: Security Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-julian-king-of"],"involved":["ec-person-6553ea29f3324ea99a6666023e42d69c5b933757","eu-tr-572045918158-60"]}} -{"id":"ec-meeting-2016-11-08-8150d9645c09d3f36fbc84291be9c1bd4a68e123","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-08 - Cabinet of Vice-President Miguel Arias Cañete x Telefonica, S.A."],"date":["2016-11-08"],"summary":["Digital package- negotiation of the Council and European Parliament"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-52431421-12","ec-person-2229c857664a22dcb8eee79a8c05841fd3d0924f"]}} -{"id":"ec-meeting-2016-11-08-834c3a6929fcc9732fe89b9da62fe0a5a80e8dab","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-08 - Cabinet of Commissioner Vytenis Andriukaitis x Standing Committee of European Doctors"],"date":["2016-11-08"],"summary":["Health in all policies, AMR, health workforce, ERN"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["eu-tr-9276943405-41","ec-person-059ca943fc5fc696d2a97849c635ddf7b6ab7fd7","ec-person-df30d07ef698a52b9948b9c734db39196cf8541f"]}} -{"id":"ec-meeting-2016-11-08-83561d37d8f3e1ee5e921edd376239124841881b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-08 - Günther Oettinger x BUSINESSEUROPE"],"date":["2016-11-08"],"summary":["DSM- Copyright"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0","eu-tr-3978240953-79"]}} -{"id":"ec-meeting-2016-11-08-8517e4d34ee158de04c46436e79ab788822fce56","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-08 - Cabinet of Vice-President Maroš Šefčovič x industriAll European Trade Union"],"date":["2016-11-08"],"summary":["Energy Union - State of play"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-2be517b9261a91f2f07e05ec14c6331980e9716e","eu-tr-358284014848-82"]}} -{"id":"ec-meeting-2016-11-08-87042919ad843326c67577971f2eff589963b820","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-08 - Günther Oettinger x BT Group plc"],"date":["2016-11-08"],"summary":["DSM"],"location":["BXL"],"address":["BXL"],"addressEntity":["addr-d2fde52f67ea4a3e1fe233d0a959d6a1c77fd910"],"organizer":["ec-dg-de"],"involved":["ec-person-49723482bb23d029cbfc010cb37eec7392a0ae02","eu-tr-00919034091-89"]}} -{"id":"ec-meeting-2016-11-08-8d598292af8ac7c423085989ba3942206f58e29e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-08 - Cabinet of Commissioner Phil Hogan x EuroCommerce"],"date":["2016-11-08"],"summary":["AMTF report (independent report on unfair trading practices)"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-84973761187-60","ec-person-d0aad15bfcd899ec988329ba27d6e661ca34456b"]}} -{"id":"ec-meeting-2016-11-08-901f20aebecc55bba1b77a3f2dc5cea37422ea1f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-08 - Cabinet of Vice-President Maroš Šefčovič x BUSINESSEUROPE"],"date":["2016-11-08"],"summary":["Energy Union and situation of industries"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-3978240953-79","ec-person-1f95be23689cd4ed0a26fe2980f760ccf2d55c1e"]}} -{"id":"ec-meeting-2016-11-08-90dde9d8413dbb196392bd46b250da377cffda17","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-08 - Cabinet of Commissioner Violeta Bulc x Calij-i Motors Limited"],"date":["2016-11-08"],"summary":["Sustainable Future Transportation Solutions"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-923265923981-74","ec-person-e14c58f620f40325d829df7be0823280307bc15f"]}} -{"id":"ec-meeting-2016-11-08-9633fa73c67980ba7677bef1a31caa42eb32f5e3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-08 - Employment, Social Affairs and Inclusion x Confederation of Danish Employers"],"date":["2016-11-08"],"summary":["The European Pillar of Social Rights and The Mobility Package"],"location":["DG EMPL - Micgel Servoz office"],"address":["DG EMPL - Micgel Servoz office"],"addressEntity":["addr-c80d6b15dd42531738d85327b5f984d42923712a"],"organizer":["ec-dg-empl"],"involved":["eu-tr-11503381325-76","ec-person-0d8ce1c547b8ca99decd25740ba12e2c0866a2fd"]}} -{"id":"ec-meeting-2016-11-08-97c4c019125a5f018f573be1cd84e73bf2549515","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-08 - Cabinet of Vice-President Cecilia Malmström x Comité Européen des Entreprises Vins"],"date":["2016-11-08"],"summary":["General Trade Policy / market access for wine & beverages"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-2663914841-28","ec-person-20ded9db5df11164331bb161fdf234b1e5ad53fd","ec-person-cb8ca9ec2413722fa83484ed18dd76ace52d0118"]}} -{"id":"ec-meeting-2016-11-08-9bc83799a73947c4e303e3591efbe624491d3c6d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-08 - Cabinet of Commissioner Phil Hogan x Unilever"],"date":["2016-11-08"],"summary":["Business discussion"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-400dd8d59d3060187d9b9b143d697da1a3d03c12","eu-tr-6200524920-25"]}} -{"id":"ec-meeting-2016-11-08-a2553c5b7dc63a9ab168572e3990229fb775de90","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-08 - Cabinet of Commissioner Marianne Thyssen x DIGITALEUROPE"],"date":["2016-11-08"],"summary":["Skills"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["ec-person-bdb607d5d994a4056dd700f8f52d9af25b406b36","eu-tr-64270747023-20","ec-person-e93189002a993321fd1af93481b271c766b1aff8"]}} -{"id":"ec-meeting-2016-11-08-a5b5519527ef09502424ccc8782a0f5b06e0acdb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-08 - Cabinet of Commissioner Christos Stylianides x CARE International Aisbl"],"date":["2016-11-08"],"summary":["Post-WHS and refugee crisis"],"notes":["Portfolio: Humanitarian Aid & Crisis Management"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-christos-commissioner-of-stylianides"],"involved":["ec-person-4424ecf39f7c6c9e4022ac46c71d81b0464ae6a5","eu-tr-90237823189-97","ec-person-6f08c893ea685f6d5f50c2c6e373f294e3616698"]}} -{"id":"ec-meeting-2016-11-08-a781a59d79b4cf9f95d73b094092497869706aa2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-08 - Cabinet of Commissioner Carlos Moedas x SOLAR IMPULSE FOUNDATION"],"date":["2016-11-08"],"summary":["Solar Impulse Foundation"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["eu-tr-569885924378-48","ec-person-0a716bf5253e913fc40ebf14c12f30dc2e7a06ee"]}} -{"id":"ec-meeting-2016-11-08-aa8751f8cd55032d012a1afde985d2861180828f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-08 - Günther Oettinger x Political Intelligence"],"date":["2016-11-08"],"summary":["Internet platforms"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-34863197284-43","ec-person-481c1b59e4c83b05529b763cfc2447c0d88fe517"]}} -{"id":"ec-meeting-2016-11-08-acea44a42bb529df6c878df1c0953f48ef06a9cd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-08 - Cabinet of Commissioner Elżbieta Bieńkowska x Verein zur Förderung des Bergmannstages, der Rohstoffinitiative sowie der Aus- und Weiterbildung auf dem Gebiet der Rohstoffe"],"date":["2016-11-08"],"summary":["investment, innovation,competitiveness, raw materials, energy, climate, evironment"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-596549722744-29","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2016-11-08-b15cd8883fcbdab6c13d568377a3db54422a8792","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-08 - Cabinet of Vice-President Jyrki Katainen x None"],"date":["2016-11-08"],"summary":["EU Industry and Energy policy"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-f9208d930adc70c6c64e21701e48f85f6f18e949","eu-tr-596549722744-29","eu-tr-21877126545-33"]}} -{"id":"ec-meeting-2016-11-08-b9cf2063d2aa3b76ccdfb0c8c8f056aa762037ae","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-08 - Cabinet of Vice-President Andrus Ansip x IBM Corporation"],"date":["2016-11-08"],"summary":["Copyright (text and data mining), Free Flow of Data Iniative"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-7721359944-96","ec-person-6a03bc4fa7657513ea34529e98dba0671ef4c849","ec-person-91ca0921c6790191daa54427311acd63035e7c9e"]}} -{"id":"ec-meeting-2016-11-08-bed40dc8f1b4f25ea53944fca1a15b6fe8fd687e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-08 - Cabinet of Vice-President Maroš Šefčovič x Verein zur Förderung des Bergmannstages, der Rohstoffinitiative sowie der Aus- und Weiterbildung auf dem Gebiet der Rohstoffe"],"date":["2016-11-08"],"summary":["Energy Union and situation of energy intensive industries"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-596549722744-29","ec-person-1f95be23689cd4ed0a26fe2980f760ccf2d55c1e"]}} -{"id":"ec-meeting-2016-11-08-befd6032914874a78ddb90b5faf09a5cb6fd6e6e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-08 - Cabinet of Vice-President Miguel Arias Cañete x WWF European Policy Programme Greenpeace European Unit Climate Action Network Europe"],"date":["2016-11-08"],"summary":["COP 22 and the winter energy package"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-9832909575-41","eu-tr-1414929419-24","eu-tr-55888811123-49","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd"]}} -{"id":"ec-meeting-2016-11-08-c18aaca146375a0bae8541203d97a068983666ac","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-08 - Cabinet of Vice-President Jyrki Katainen x BUSINESSEUROPE"],"date":["2016-11-08"],"summary":["Advisory and Support group of CEOs"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90","ec-person-7c9460f99c5872dbdc561f5752401c870d12e98b","eu-tr-3978240953-79"]}} -{"id":"ec-meeting-2016-11-08-c1d36b15e913e63123d79da67ef7408dbe4034a9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-08 - Financial Stability, Financial Services and Capital Markets Union x PayPal PLC, Belgian Branch"],"date":["2016-11-08"],"summary":["Customer authentication"],"location":["Brussls"],"address":["Brussls"],"addressEntity":["addr-b0a630cd144702f9de913898582df9f3d0fedbae"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-94256896677-14","ec-person-bdee7a93f95c8ef05079539170139b3c02e8ed96"]}} -{"id":"ec-meeting-2016-11-08-cac37fb28a16731e906d78ccf958ade40e7ff37a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-08 - Cabinet of Vice-President Cecilia Malmström x Verein zur Förderung des Bergmannstages, der Rohstoffinitiative sowie der Aus- und Weiterbildung auf dem Gebiet der Rohstoffe"],"date":["2016-11-08"],"summary":["Trade Policy / Market access / Raw materials cases"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-20ded9db5df11164331bb161fdf234b1e5ad53fd","eu-tr-596549722744-29","ec-person-591ec829ca734bcfe59a2c9c7f07f9dff22a0ea9"]}} -{"id":"ec-meeting-2016-11-08-d3f8bc6931137ed3d60171f8d0b62afb8caf8106","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-08 - Günther Oettinger x None"],"date":["2016-11-08"],"summary":["ePrivacy directive"],"location":["BXL"],"address":["BXL"],"addressEntity":["addr-d2fde52f67ea4a3e1fe233d0a959d6a1c77fd910"],"organizer":["ec-dg-de"],"involved":["eu-tr-52431421-12","ec-person-70bb5ab896e4d70fd6580bf0f2244bc172ae757b","eu-tr-08957111909-85"]}} -{"id":"ec-meeting-2016-11-08-e2159514c6516cc9c354a93fc031a04f1d43a7ed","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-08 - Cabinet of Commissioner Marianne Thyssen x Confederation of Danish Employers"],"date":["2016-11-08"],"summary":["European Pillar of Social Rights and the Mobility Package"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["eu-tr-11503381325-76","ec-person-7567514af00f139b390cf9864d28a090ca0fde25"]}} -{"id":"ec-meeting-2016-11-08-e7fba626d141a5bca41d3d3e74b1727b34a227fe","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-08 - Cabinet of Vice-President Maroš Šefčovič x Business Bridge Europe"],"date":["2016-11-08"],"summary":["9th Annual Space Conference"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-2be517b9261a91f2f07e05ec14c6331980e9716e","eu-tr-72856225852-31"]}} -{"id":"ec-meeting-2016-11-08-e951aebb1621ceb1a1281586b28d51d09e30796e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-08 - Cabinet of Vice-President Jyrki Katainen x DNA Oyj"],"date":["2016-11-08"],"summary":["Digital Single Market"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-f9208d930adc70c6c64e21701e48f85f6f18e949","eu-tr-215050018674-84"]}} -{"id":"ec-meeting-2016-11-08-ebed3cedf2f8fdb90fef047d55e5f2351da9c399","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-08 - Energy x Greenpeace European Unit European Renewable Energies Federation asbl Friends of the Earth Europe"],"date":["2016-11-08"],"summary":["Energy Union, renewable energy, energy efficiency"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-9832909575-41","eu-tr-48677174683-66","eu-tr-9825553393-31","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2016-11-08-eebf78f9bbc5cea41a5417f09756f310561c75d2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-08 - Günther Oettinger x IP Europe"],"date":["2016-11-08"],"summary":["Electronic Communication code"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-562316318576-78","ec-person-481c1b59e4c83b05529b763cfc2447c0d88fe517"]}} -{"id":"ec-meeting-2016-11-08-fb957015fbc89a8b604614e7df8b8f4c8c40d67e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-08 - Cabinet of Commissioner Carlos Moedas x Comuto SA"],"date":["2016-11-08"],"summary":["Presentation of BlaBlaCar and its experience in scaling up and expanding in and out of Europe"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Lisbon"],"address":["Lisbon"],"addressEntity":["addr-848652ee3980a189b8c12a7aa6d35f433633e2ba"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-2b4bb0b28e7435e5f612e44d9664dbd1051efc55","ec-person-a45151b401196e9c374c9acdada9d8840da271ad","ec-person-23980b2bc4fd9c82051d0f7888dc236b2f764866","eu-tr-290486916308-69"]}} -{"id":"ec-meeting-2016-11-08-feeeac49b0f4c16d8117ac1e1ec94076f94e6df0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-08 - Cabinet of Vice-President Jyrki Katainen x Tink AB"],"date":["2016-11-08"],"summary":["Discussion on EBA draft RTS for PSD2"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-259906124165-11","ec-person-955e8c493ab54847bb92b65986f56a401f8eabee"]}} -{"id":"ec-meeting-2016-11-08-ff9dcd5b8faa37df6c1a1d5ca607438c749b878a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-08 - Secretariat-General x BUSINESSEUROPE"],"date":["2016-11-08"],"summary":["Business Europe CEO Event"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-dg-sg"],"involved":["eu-tr-3978240953-79","ec-person-6aa97634438bb481caaf90d7277bdc0b062d44fb"]}} -{"id":"ec-meeting-2016-11-09-071cb2789cc3a785ee4a5c51fb8709e5dd3a5f1a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-09 - Cabinet of Vice-President Karmenu Vella x International Ship Recycling Association"],"date":["2016-11-09"],"summary":["Ship recycling"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["ec-person-98899253aaaa8e936aec841aef4a31c3573bbfad","eu-tr-966097624209-08"]}} -{"id":"ec-meeting-2016-11-09-07df379f9349da13a69458794ccb1671b3966387","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-09 - Cabinet of Commissioner Phil Hogan x Friends of the Earth Europe Greenpeace European Unit"],"date":["2016-11-09"],"summary":["presentation of their new study on the potential of energy citizens in the EU"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-9832909575-41","eu-tr-9825553393-31","ec-person-b0d24e81234b490dd841a09b69892304b27fc6a8"]}} -{"id":"ec-meeting-2016-11-09-0e5ffc1440cde8ef0de9eb181e445477e185ccfc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-09 - Cabinet of Commissioner Marianne Thyssen x Confédération des Petites et Moyennes Entreprises"],"date":["2016-11-09"],"summary":["Work-life balance, health and safety at work and posting of workers"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["eu-tr-74081206759-11","ec-person-7567514af00f139b390cf9864d28a090ca0fde25"]}} -{"id":"ec-meeting-2016-11-09-15dd664c4ee632f6b4913ee72cf5ae1b2a9bd7b1","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2016-11-09 - Cabinet of Commissioner Vytenis Andriukaitis x Edelman Public Relations Worldwide"],"date":["2016-11-09"],"summary":["Food waste","HTA"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-059ca943fc5fc696d2a97849c635ddf7b6ab7fd7","ec-person-0dbfffeb0323f819c8d57164906086dd8639c437","eu-tr-68037017809-51"]}} -{"id":"ec-meeting-2016-11-09-17f55556d379711cda1922546b633c7b26ea8f18","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-09 - Günther Oettinger x European Publishers Council"],"date":["2016-11-09"],"summary":["copyright"],"location":["BXL"],"address":["BXL"],"addressEntity":["addr-d2fde52f67ea4a3e1fe233d0a959d6a1c77fd910"],"organizer":["ec-dg-de"],"involved":["eu-tr-4456380381-30","ec-person-49723482bb23d029cbfc010cb37eec7392a0ae02"]}} -{"id":"ec-meeting-2016-11-09-1cedd02b68bb283c3eed69c9c3e924d379f53910","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-09 - Günther Oettinger x eBay EU liaison office"],"date":["2016-11-09"],"summary":["DSM"],"location":["BXL"],"address":["BXL"],"addressEntity":["addr-d2fde52f67ea4a3e1fe233d0a959d6a1c77fd910"],"organizer":["ec-dg-de"],"involved":["ec-person-49723482bb23d029cbfc010cb37eec7392a0ae02","eu-tr-40386322300-77"]}} -{"id":"ec-meeting-2016-11-09-1e6105bd295ac8403da062e406ffa8c11fb5be1f","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2016-11-09 - Cabinet of Commissioner Phil Hogan x Kellogg Company"],"date":["2016-11-09"],"summary":["current EU priorities and policies on agriculture and the environment","Kellogg European farmer programme ,Results of Kellogg soil and cover crop research, Future policy opportunities to support sustainable agriculture"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels, BERL 08/304"],"address":["Brussels, BERL 08/304"],"addressEntity":["addr-72c04700d8489d7ba40c4ad5f8595a9aefba3741"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-89352824072-19","ec-person-7d3caa534e5cdda6d5b949bd4b2def39356e3bec"]}} -{"id":"ec-meeting-2016-11-09-1ee534ce89341ba54057e1891252d7a82dc654cd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-09 - Cabinet of Vice-President Andrus Ansip x European Tech Alliance"],"date":["2016-11-09"],"summary":["Startups"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45","eu-tr-189607519323-76"]}} -{"id":"ec-meeting-2016-11-09-22d62bded3255de664d027f8ac84dffa4ff6eced","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-09 - Günther Oettinger x Google"],"date":["2016-11-09"],"summary":["ePrivacy directive"],"location":["BXL"],"address":["BXL"],"addressEntity":["addr-d2fde52f67ea4a3e1fe233d0a959d6a1c77fd910"],"organizer":["ec-dg-de"],"involved":["ec-person-70bb5ab896e4d70fd6580bf0f2244bc172ae757b","eu-tr-03181945560-59"]}} -{"id":"ec-meeting-2016-11-09-265b084c8333c5221cfd7493ed602d907e5193af","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-09 - Cabinet of Commissioner Elżbieta Bieńkowska x General Electric Company"],"date":["2016-11-09"],"summary":["development of energy infrastructure and digitizing European industry"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-4016736872-59","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2016-11-09-2d92807372bac583259520e9785086261855cb8a","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2016-11-09 - Günther Oettinger x European Round Table for Industry European Round Table for Industry"],"date":["2016-11-09"],"summary":["DSM"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-4cd59e13386e3b68ecb3611fcc579e0a0a3938a5","ec-person-c6cae64cc7dc787b66a47ab1613d3e922875b971","eu-tr-25487567824-45"]}} -{"id":"ec-meeting-2016-11-09-2ff030e0f6b33f89500e9826992aa657110f4a35","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-09 - Cabinet of Vice-President Andrus Ansip x AB Stokab"],"date":["2016-11-09"],"summary":["DSM general"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-214524019642-47","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45"]}} -{"id":"ec-meeting-2016-11-09-32aef2b87225e35f5f6c03bce1c1cddc78317698","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-09 - Cabinet of Commissioner Phil Hogan x Verband der Deutschen Biokraftstoffindustrie"],"date":["2016-11-09"],"summary":["Energy union"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-01816267633-71","ec-person-b0d24e81234b490dd841a09b69892304b27fc6a8"]}} -{"id":"ec-meeting-2016-11-09-370417c82dfdd530d8865b9386a128fdd367ee0b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-09 - Environment x International Association for Falconry and the Conservation of Birds of Prey"],"date":["2016-11-09"],"summary":["Falconry - Birds Directive"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-env"],"involved":["eu-tr-94837329683-94","ec-person-3bc74ce04ea3f4ab4d91a5c88eef25b8b8a213b4"]}} -{"id":"ec-meeting-2016-11-09-378617078bf473a77efd7eb73056201d36da9431","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-09 - Cabinet of Vice-President Karmenu Vella x Uber"],"date":["2016-11-09"],"summary":["Sustainable mobility"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels Belgium"],"address":["Brussels Belgium"],"addressEntity":["addr-61947d7d2c69c0b8f57325bd044f500c5fc6df48"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["eu-tr-002278013515-26","ec-person-c3b835c0518074ff4c4d2774cbe39b4fd24ba71a"]}} -{"id":"ec-meeting-2016-11-09-412cabc51ce7b2c85c36349c5d4d7a8b32839d0a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-09 - Cabinet of Vice-President Andrus Ansip x Tink AB"],"date":["2016-11-09"],"summary":["PSD2"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-259906124165-11","ec-person-0f698e3a0cc0bd6a02e1bd386a25cedc1366f3f1"]}} -{"id":"ec-meeting-2016-11-09-41af8a482bd396b28b2817407e094106e9c32309","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-09 - Cabinet of Vice-President Jyrki Katainen x Aldersgate Group"],"date":["2016-11-09"],"summary":["Circular economy"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-0da85dc48012e26688310a59a0b51727ea68f410","eu-tr-570633817416-75"]}} -{"id":"ec-meeting-2016-11-09-44de81f3c51eb7192cbd08eea5a1c5a6fdb37d76","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-09 - Cabinet of Vice-President Andrus Ansip x European Magazine Media Association"],"date":["2016-11-09"],"summary":["e-privacy directive"],"notes":["Portfolio: Digital Single Market"],"location":["BRUSSELS"],"address":["BRUSSELS"],"addressEntity":["addr-f74337897287bf1b546f30505f5b1f693a87af50"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-5db7bdd1c81da2e70eb5b982097d0004111b5c3e","eu-tr-37937886834-69"]}} -{"id":"ec-meeting-2016-11-09-452a7ef939590528e607e23868a5f2cb62e5daf7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-09 - Cabinet of Commissioner Phil Hogan x Alcohol Action Ireland"],"date":["2016-11-09"],"summary":["Public Health (Alcohol) Bill"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussles, BERL 08/304"],"address":["Brussles, BERL 08/304"],"addressEntity":["addr-ca04a54847537595b7ad7f2143601edb76b03309"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-268106119036-39","ec-person-7d3caa534e5cdda6d5b949bd4b2def39356e3bec"]}} -{"id":"ec-meeting-2016-11-09-45eee93af135f8df451908ac5455679adf297a07","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-09 - Mobility and Transport x CONFTRASPORTO"],"date":["2016-11-09"],"summary":["Road initiatives, 4th Railway Package, Port Regulation and maritime transport"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-move"],"involved":["eu-tr-117431210021-77","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2016-11-09-4819e18246b7fd1e1a7028fa7fca14301811619a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-09 - Climate Action x International Association of Oil & Gas Producers Europe"],"date":["2016-11-09"],"summary":["Revision of the EU ETS post-2020"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-clima"],"involved":["ec-person-44c2f44f96dda2012bcb4e9abc749f6cae86a4c0","eu-tr-3954187491-70"]}} -{"id":"ec-meeting-2016-11-09-48c5915d206901e95288f5d36d38e2c60f0cd167","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-09 - Cabinet of Vice-President Jyrki Katainen x European Federation for Family Employment - Fédération européenne des emplois de la famille"],"date":["2016-11-09"],"summary":["Social European Society"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-716909919073-32","ec-person-955e8c493ab54847bb92b65986f56a401f8eabee"]}} -{"id":"ec-meeting-2016-11-09-4a3b014a1b3696c1ba7602e56a8e36935c329a2e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-09 - Cabinet of President Jean-Claude Juncker x European Magazine Media Association European Newspaper Publishers' Association"],"date":["2016-11-09"],"summary":["VAT rates for electronically supplied publications"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-ad6f76ca53dc30d965b15e3728c45dbd0aba44b4","eu-tr-5950962136-12","eu-tr-37937886834-69"]}} -{"id":"ec-meeting-2016-11-09-55c47f7fc663f4be70e6df5f47b7c546ab86ff60","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-09 - Günther Oettinger x Nielsen Holdings"],"date":["2016-11-09"],"summary":["DSM"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-4cd59e13386e3b68ecb3611fcc579e0a0a3938a5","eu-tr-623769618353-56"]}} -{"id":"ec-meeting-2016-11-09-5bc0c290a49c13dc03da2655a8b87e6ec74baeae","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-09 - Cabinet of Vice-President Maroš Šefčovič x ELECTRICITE DE FRANCE"],"date":["2016-11-09"],"summary":["Energy transition and impact on employment/skills/HR strategy in EDF"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-39966101835-69","ec-person-2be517b9261a91f2f07e05ec14c6331980e9716e"]}} -{"id":"ec-meeting-2016-11-09-5beb49aca9d40ef8e90c6f4191006f67d735cb70","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-09 - Communications Networks, Content and Technology x SES S.A."],"date":["2016-11-09"],"summary":["5G - Big Data in Luxembourg - Spectrum"],"location":["Rome"],"address":["Rome"],"addressEntity":["addr-da7705caa15608fea217326726ec6ed97a9c6c9d"],"organizer":["ec-dg-connect"],"involved":["eu-tr-93799097410-24","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2016-11-09-5c956a223c673b5b9eb0f5e36dcb6188f4cdcf97","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-09 - Günther Oettinger x Vodafone Belgium SA"],"date":["2016-11-09"],"summary":["Vectoring"],"location":["Rome"],"address":["Rome"],"addressEntity":["addr-da7705caa15608fea217326726ec6ed97a9c6c9d"],"organizer":["ec-dg-de"],"involved":["eu-tr-90142503473-81","ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0"]}} -{"id":"ec-meeting-2016-11-09-5f9def1cbbda6e5a9579c229de47cb4b06e74950","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-09 - Communications Networks, Content and Technology x QUALCOMM Incorporated"],"date":["2016-11-09"],"summary":["DSM, 5G"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-00358442856-45","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2016-11-09-6398bea8bfbf86ce819dfb74b3d01b8806cd7a7e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-09 - Financial Stability, Financial Services and Capital Markets Union x CASINO GUICHARD PERRACHON"],"date":["2016-11-09"],"summary":["Fonds américains"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-700118911756-62","ec-person-bdee7a93f95c8ef05079539170139b3c02e8ed96"]}} -{"id":"ec-meeting-2016-11-09-6a58f6c84a001ab3f24223e631f431d73fc92558","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-09 - Cabinet of Commissioner Tibor Navracsics x CSR Europe, The Business Network for Corporate Social Responsibility"],"date":["2016-11-09"],"summary":["European Pact for Youth"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["eu-tr-56502415122-32","ec-person-1da7ee09d46288ee4ea9db2b644bdcf9c3d6d000"]}} -{"id":"ec-meeting-2016-11-09-7ecc4d15082dc009ec1ba73b78ee7be18f194314","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-09 - Cabinet of President Jean-Claude Juncker x Association for Financial Markets in Europe"],"date":["2016-11-09"],"summary":["financial services agenda"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-c402e34a99fbee730ae22e3b1958e21c94dc6fcc","eu-tr-65110063986-76"]}} -{"id":"ec-meeting-2016-11-09-84f0c4e356f6146bc1fbd0c57316f212d594dee2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-09 - Cabinet of Vice-President Maroš Šefčovič x Airbus"],"date":["2016-11-09"],"summary":["Space strategy"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-2732167674-76","ec-person-1f95be23689cd4ed0a26fe2980f760ccf2d55c1e"]}} -{"id":"ec-meeting-2016-11-09-8994fa0e14ea0f6574d357597984b7200c9ee539","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-09 - Cabinet of Vice-President Andrus Ansip x Sky Group"],"date":["2016-11-09"],"summary":["Copyright, crossborder access to the content"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-62536168216-12","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45"]}} -{"id":"ec-meeting-2016-11-09-a331093b5151e4d4d4152373a9ec2ee6616bd94b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-09 - Environment x LVMH Publica"],"date":["2016-11-09"],"summary":["Circular Economy Mission to China"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-env"],"involved":["eu-tr-16094042309-21","ec-person-3bc74ce04ea3f4ab4d91a5c88eef25b8b8a213b4"]}} -{"id":"ec-meeting-2016-11-09-bd750b08add9837e1b81132a8209df497b387e22","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-09 - Cabinet of Vice-President Maroš Šefčovič x Industriegewerkschaft Metall"],"date":["2016-11-09"],"summary":["Car industry and social impact of energy transition; situation of steel industry"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-757195013270-80","ec-person-1f95be23689cd4ed0a26fe2980f760ccf2d55c1e"]}} -{"id":"ec-meeting-2016-11-09-c4bce231a3da7c2955f94a162b33278611490c08","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-09 - Cabinet of Commissioner Věra Jourová x General Electric Company"],"date":["2016-11-09"],"summary":["Regional cooperation"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-a608b85b2ffef83f883b5a2330b6232efa1b7141","eu-tr-4016736872-59","ec-person-1e0e3a00ab815dea7c5b839b002ed2c7e34bfe0a"]}} -{"id":"ec-meeting-2016-11-09-c9bd8432e2144431ab0db6e1ab157c67457b353d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-09 - Cabinet of Commissioner Elżbieta Bieńkowska x Zentralverband des Deutschen Handwerks e.V."],"date":["2016-11-09"],"summary":["Initiatives on industrial sectoral co-operation on skills, SMS initiatives on services"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-5189667783-94","ec-person-daef7f819b2f3ffe5e4f5d8eb2782954f3c4a4e2","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2016-11-09-cf87a4ec56e03797cacf1337d9cc01de2eaa4fd8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-09 - Cabinet of Vice-President Jyrki Katainen x European Biogas Association"],"date":["2016-11-09"],"summary":["future development of renewable gas"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-18191445640-83","ec-person-0da85dc48012e26688310a59a0b51727ea68f410"]}} -{"id":"ec-meeting-2016-11-09-d96f85d155c363df5155d1767992fb6aaf8f65f8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-09 - Cabinet of Commissioner Carlos Moedas x European Association of Research and Technology Organisations"],"date":["2016-11-09"],"summary":["Preparatory meeting for an upcoming conference"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-b8d49828915f9008e764a78796d47ea00807a658","eu-tr-48918086666-95"]}} -{"id":"ec-meeting-2016-11-09-dad9eac367f2fe39990859615b4ace84585332e4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-09 - Cabinet of Vice-President Andrus Ansip x STV Group PLC"],"date":["2016-11-09"],"summary":["DSM general"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-e91c5be432b6b3efdda369792fed67c20b767a45","eu-tr-051623724838-63"]}} -{"id":"ec-meeting-2016-11-09-dd4d07f0d9644bc6edb6038ef80bda94d01b6dd4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-09 - Günther Oettinger x Sky Group"],"date":["2016-11-09"],"summary":["copyright"],"location":["BXL"],"address":["BXL"],"addressEntity":["addr-d2fde52f67ea4a3e1fe233d0a959d6a1c77fd910"],"organizer":["ec-dg-de"],"involved":["ec-person-49723482bb23d029cbfc010cb37eec7392a0ae02","eu-tr-62536168216-12"]}} -{"id":"ec-meeting-2016-11-09-e65a25f5386a75fe8ceec8ad8f7630bf04cb7328","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-09 - Cabinet of High Representative / Vice-President Federica Mogherini x ENEL SpA"],"date":["2016-11-09"],"summary":["Energy Union"],"notes":["Portfolio: Foreign Affairs and Security Policy"],"location":["Brussels, Berlaymont"],"address":["Brussels, Berlaymont"],"addressEntity":["addr-2d842da4e8cf3dbd0304d45e6b874d5f0aa57edf"],"organizer":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"involved":["ec-person-0d87d503aa00db1df141f3b1bfea3e0ccb43ece9","eu-tr-6256831207-27"]}} -{"id":"ec-meeting-2016-11-09-e9237a801d16e62b4e680e759a422a9f9dee1656","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-09 - Günther Oettinger x Meta Platforms Ireland Limited and its various subsidiaries (f/k/a Facebook Ireland Limited)"],"date":["2016-11-09"],"summary":["EECC"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-c6cae64cc7dc787b66a47ab1613d3e922875b971","eu-tr-28666427835-74"]}} -{"id":"ec-meeting-2016-11-09-f5e3a51b0a02f9c9a6788867b156fb1ae4b80201","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-09 - Cabinet of Commissioner Tibor Navracsics x General Electric Company"],"date":["2016-11-09"],"summary":["European Pact for Youth"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["eu-tr-4016736872-59","ec-person-1da7ee09d46288ee4ea9db2b644bdcf9c3d6d000"]}} -{"id":"ec-meeting-2016-11-09-f8d8aee0c33d72e29f2315cda13826afd0de3e94","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-09 - Cabinet of Commissioner Corina Crețu x Bureau Européen des Unions de Consommateurs"],"date":["2016-11-09"],"summary":["Future Energy Markets"],"notes":["Portfolio: Regional Policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-corina-cretu-of"],"involved":["ec-person-f5bd4d5d0170028815aba56ee7d4883f0fd70f47","eu-tr-9505781573-45"]}} -{"id":"ec-meeting-2016-11-09-f97702a1c71fc06400438cbee73009ac18c77a69","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-09 - Cabinet of Commissioner Carlos Moedas x RELX"],"date":["2016-11-09"],"summary":["Open Science"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-b8d49828915f9008e764a78796d47ea00807a658","eu-tr-338398611148-62"]}} -{"id":"ec-meeting-2016-11-09-feab78b3142eb0ae8575601f9594e98401b77ffd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-09 - Cabinet of Vice-President Jyrki Katainen x Eurelectric aisbl"],"date":["2016-11-09"],"summary":["EFSI in energy"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-4271427696-87","ec-person-0da85dc48012e26688310a59a0b51727ea68f410"]}} -{"id":"ec-meeting-2016-11-10-02fa8b2add30b7034c86eab34c5dc13d0d2e30cb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-10 - Günther Oettinger x Microsoft Corporation"],"date":["2016-11-10"],"summary":["ePrivacy directive"],"location":["BXL"],"address":["BXL"],"addressEntity":["addr-d2fde52f67ea4a3e1fe233d0a959d6a1c77fd910"],"organizer":["ec-dg-de"],"involved":["eu-tr-0801162959-21","ec-person-70bb5ab896e4d70fd6580bf0f2244bc172ae757b"]}} -{"id":"ec-meeting-2016-11-10-0dfb24dc7c284ed671a5dc4e850d77819673e548","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-10 - Cabinet of High Representative / Vice-President Federica Mogherini x Norwegian Refugee Council Europe"],"date":["2016-11-10"],"summary":["Humanitarian situation in Latin America"],"notes":["Portfolio: Foreign Affairs and Security Policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"involved":["eu-tr-750447615329-96","ec-person-189fa91edba64d04693773d2f922608c3f83b78d"]}} -{"id":"ec-meeting-2016-11-10-108433da8e1e7ed76f1f841816b2245aedf0282a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-10 - Mobility and Transport x Boeing International Corporation - Belgium Branch Office"],"date":["2016-11-10"],"summary":["ICAO, EU aviation safety rules, cybersecurity"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-move"],"involved":["eu-tr-62505293737-81","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2016-11-10-15c48937c6179d7ca46cec4e20b26c4e3f29d395","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-10 - Cabinet of Commissioner Tibor Navracsics x Organisation internationale pour le droit à l'education et la liberté d'enseignement"],"date":["2016-11-10"],"summary":["Freedom of teaching"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["eu-tr-728245916986-09","ec-person-1da7ee09d46288ee4ea9db2b644bdcf9c3d6d000"]}} -{"id":"ec-meeting-2016-11-10-167517c23d7b5c0d73ba9a7e0f172a4cee9b1445","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-10 - Regional and Urban Policy x Conférence des Régions Périphériques Maritimes d'Europe (CRPM)"],"date":["2016-11-10"],"summary":["Future of cohesion policy and shared priorities of DG REGIO and the CPMR"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-regio"],"involved":["ec-person-3bc647761a4c1a96c0e7b4c3729d7408a61558b0","eu-tr-5546423688-07"]}} -{"id":"ec-meeting-2016-11-10-183ff427e0e12e050e1396cc69d0b540fb07cd5d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-10 - Cabinet of Vice-President Andrus Ansip x Ericsson"],"date":["2016-11-10"],"summary":["standardisation"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-6a03bc4fa7657513ea34529e98dba0671ef4c849","eu-tr-02021363105-42"]}} -{"id":"ec-meeting-2016-11-10-2b23269455a03d0df371b3d7a90f768d8b62f564","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-10 - Cabinet of Commissioner Violeta Bulc x Uber"],"date":["2016-11-10"],"summary":["Uber, Affaires publiques en Europe centrale et orientale."],"notes":["Portfolio: Transport"],"location":["Bruxelles"],"address":["Bruxelles"],"addressEntity":["addr-b58f5927b66d94a676970dc048485d4c6848f272"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-002278013515-26","ec-person-cb7aaf75b4c195481f149f904bc28b4e2ac2b7ab"]}} -{"id":"ec-meeting-2016-11-10-37855f30565fbdb6d8ba6d0440bca21dfc2cbdc9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-10 - Cabinet of Commissioner Věra Jourová x Volkswagen Aktiengesellschaft"],"date":["2016-11-10"],"summary":["Diesel case"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-a2ca9161feee56909a0e98b473c2d342c20fdb57","ec-person-184e698af1eb9e33b179680570ca171d8cb31c94","eu-tr-6504541970-40"]}} -{"id":"ec-meeting-2016-11-10-4ef96cdc19c320a8abd16e523386454786401c4a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-10 - Regional and Urban Policy x Association of European Border Regions"],"date":["2016-11-10"],"summary":["7th cohesion report, future of cohesion policy, Interreg programs, people to people projects, cross-border cooperation"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-regio"],"involved":["ec-person-3bc647761a4c1a96c0e7b4c3729d7408a61558b0","eu-tr-684213919233-18"]}} -{"id":"ec-meeting-2016-11-10-54501590e40dd35e3e5fb87cfa26a1fd593e881f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-10 - Cabinet of Vice-President Maroš Šefčovič x Eutelsat"],"date":["2016-11-10"],"summary":["Space Strategy"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-746025510283-01","ec-person-2be517b9261a91f2f07e05ec14c6331980e9716e"]}} -{"id":"ec-meeting-2016-11-10-5f1f487de615dea9a0551e85e0b939ef42db7078","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-10 - Cabinet of President Jean-Claude Juncker x Deutscher Gewerkschaftsbund"],"date":["2016-11-10"],"summary":["Meeting with Mr Reiner Hoffmann on EU social pillar"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-29c106b0461ffd79e95f0119bdd363fd3c7c3ab3","eu-tr-07595112423-87"]}} -{"id":"ec-meeting-2016-11-10-66d6b83b1e2984d8fc8fce37095f1113d304986d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-10 - Cabinet of Commissioner Pierre Moscovici x Comuto SA"],"date":["2016-11-10"],"summary":["Shared and IT Mid Caps in French Economy"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Paris"],"address":["Paris"],"addressEntity":["addr-22390ad11c32faec43fc61555b53607660b3c185"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["ec-person-3cbeba61ae952f06fe4916c381438ebbc676a597","eu-tr-290486916308-69"]}} -{"id":"ec-meeting-2016-11-10-6a1c1fd76732b249e18a4a99fcf37cc894dbbde4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-10 - Cabinet of Commissioner Violeta Bulc x Aena, S.M.E. S.A."],"date":["2016-11-10"],"summary":["Meeting with AENA CEO, José Vargas"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-4d2b449b5047ea3fda435a2a1c1081e3babcdf76","eu-tr-141532321289-19","ec-person-9d4dc4867a44dfe10f67ae7ee1706da3e8b48a24"]}} -{"id":"ec-meeting-2016-11-10-6b15879013159c5a272c1216bf4ced794f23182e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-10 - Cabinet of Commissioner Corina Crețu x Greenpeace European Unit"],"date":["2016-11-10"],"summary":["Energy Citizens"],"notes":["Portfolio: Regional Policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-corina-cretu-of"],"involved":["ec-person-f5bd4d5d0170028815aba56ee7d4883f0fd70f47","eu-tr-9832909575-41"]}} -{"id":"ec-meeting-2016-11-10-6d47d1d2c569f93a7f28b98b731de539adad45c8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-10 - Cabinet of Vice-President Jyrki Katainen x Citadel LLC"],"date":["2016-11-10"],"summary":["MiFID and EMIR"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-836939615933-24","ec-person-955e8c493ab54847bb92b65986f56a401f8eabee"]}} -{"id":"ec-meeting-2016-11-10-75afd247c55d5c8927341e7785336e460fe30831","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-10 - Cabinet of Vice-President Miguel Arias Cañete x Nord Stream AG"],"date":["2016-11-10"],"summary":["Nordstream state of play"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-1831691c10441c5974327bbeb8693d6b6c1e50c3","eu-tr-640680018547-95","ec-person-2229c857664a22dcb8eee79a8c05841fd3d0924f"]}} -{"id":"ec-meeting-2016-11-10-768fdf5abe4c9e2080f87951f47bfef07ea1d848","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-10 - Cabinet of President Jean-Claude Juncker x Alecta pensionsförsäkring, ömsesidigt"],"date":["2016-11-10"],"summary":["Financial services agenda"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-384084824013-75","ec-person-c402e34a99fbee730ae22e3b1958e21c94dc6fcc"]}} -{"id":"ec-meeting-2016-11-10-7745f8094fb169d849120e893b19053f7a162e51","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-10 - Taxation and Customs Union x Deutsche Industrie- und Handelskammer"],"date":["2016-11-10"],"summary":["Discussion on Anti-BEPS measures"],"location":["Berlin/Germany"],"address":["Berlin/Germany"],"addressEntity":["addr-ad79f899627ba2788ce0a487dc7666d41563455b"],"organizer":["ec-dg-taxud"],"involved":["eu-tr-22400601191-42","ec-person-3173c1cc052827c58f23ccd3a8de07534f0d35bd"]}} -{"id":"ec-meeting-2016-11-10-79c4d3720fe59445871eaabfa3e8b32ef71f620b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-10 - Cabinet of Commissioner Phil Hogan x Transport and Environment (European Federation for Transport and Environment)"],"date":["2016-11-10"],"summary":["Decarbonsiation"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-ff8342dedc26701400fcb7dcf73fbee50a837ac6","eu-tr-58744833263-19"]}} -{"id":"ec-meeting-2016-11-10-84380e7f215b28ca5e290158ed09e93db6ac6356","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-10 - Energy x REDES ENERGÉTICAS NACIONAIS, SGPS"],"date":["2016-11-10"],"summary":["Energy issues"],"location":["Lisbon, Portugal"],"address":["Lisbon, Portugal"],"addressEntity":["addr-b7faa4276bea98355da7efd4fcf1b26196dcafb2"],"organizer":["ec-dg-ener"],"involved":["eu-tr-36820998995-30","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2016-11-10-99fac1bc477f242f8200472635af8f465f9b0277","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-10 - Environment x American Chamber of Commerce to the European Union"],"date":["2016-11-10"],"summary":["Meeting with the Excecutive Council on Circular economy, energy efficency, smart cities"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-env"],"involved":["eu-tr-5265780509-97","ec-person-3bc74ce04ea3f4ab4d91a5c88eef25b8b8a213b4"]}} -{"id":"ec-meeting-2016-11-10-a5a9cb36cd2c9f6fb072dbd4147d82e96ccfd6d3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-10 - Cabinet of Vice-President Miguel Arias Cañete x Bureau Européen des Unions de Consommateurs"],"date":["2016-11-10"],"summary":["Energy efficiency, losw-carbon mobility, test cycle labelling"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-9505781573-45","ec-person-25a937c04cd0a0ddcf5cf34798e76b5105854114"]}} -{"id":"ec-meeting-2016-11-10-b1cb599c80bbc21f535154accf551621870ed8cb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-10 - Energy x EDP - Energias de Portugal, SA"],"date":["2016-11-10"],"summary":["Energy issues"],"location":["Lisbon, Portugal"],"address":["Lisbon, Portugal"],"addressEntity":["addr-b7faa4276bea98355da7efd4fcf1b26196dcafb2"],"organizer":["ec-dg-ener"],"involved":["ec-person-6997149120ce5129e38febe5275dc8fd03232d2e","eu-tr-56592866496-47"]}} -{"id":"ec-meeting-2016-11-10-bb594db2135bf39c7d097a02126b01c015924c75","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-10 - Günther Oettinger x ECTA"],"date":["2016-11-10"],"summary":["DSM"],"location":["BXL"],"address":["BXL"],"addressEntity":["addr-d2fde52f67ea4a3e1fe233d0a959d6a1c77fd910"],"organizer":["ec-dg-de"],"involved":["ec-person-49723482bb23d029cbfc010cb37eec7392a0ae02","eu-tr-932781112187-50"]}} -{"id":"ec-meeting-2016-11-10-cf6d05c4da8eaeb6f9341d9d98b7cbed3887a052","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-10 - Cabinet of Vice-President Jyrki Katainen x Finnish Energy - Energiateollisuus ry"],"date":["2016-11-10"],"summary":["Labour market"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-955e8c493ab54847bb92b65986f56a401f8eabee","eu-tr-68861821910-84"]}} -{"id":"ec-meeting-2016-11-10-d7e003313bdc64d52447fe225aa196bc74a90073","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-10 - Cabinet of Commissioner Violeta Bulc x Boeing International Corporation - Belgium Branch Office"],"date":["2016-11-10"],"summary":["Meeting with Mr Marc Allen, president, Boeing International on EU Aviation Strategy, the genaral state of aviation etc"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-62505293737-81","ec-person-4d2b449b5047ea3fda435a2a1c1081e3babcdf76","ec-person-9d4dc4867a44dfe10f67ae7ee1706da3e8b48a24"]}} -{"id":"ec-meeting-2016-11-10-d830682552338835fce13199b3bb88e20af80e1a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-10 - Cabinet of Vice-President Miguel Arias Cañete x European Insulation Manufacturers Association"],"date":["2016-11-10"],"summary":["energy efficiency"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-98345631631-22","ec-person-25a937c04cd0a0ddcf5cf34798e76b5105854114"]}} -{"id":"ec-meeting-2016-11-10-df918b32ac8c299bc0cc973d79df442565c0abd9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-10 - Cabinet of Vice-President Johannes Hahn x European Neighbourhood Council"],"date":["2016-11-10"],"summary":["Further cooperation"],"notes":["Portfolio: European Neighbourhood Policy & Enlargement Negotiations"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-cabinet-hahn-johannes-of-president-vice"],"involved":["eu-tr-205320723475-37","ec-person-ffbd1e8ac522a6bd1cdc4b724b9a4416b5d36034"]}} -{"id":"ec-meeting-2016-11-10-f3aacb4ef6e9b70962beb23e79718b55299cc344","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-10 - Cabinet of Commissioner Carlos Moedas x Max-Planck-Gesellschaft zur Förderung der Wissenschaften"],"date":["2016-11-10"],"summary":["European Science and Innovation"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-0a716bf5253e913fc40ebf14c12f30dc2e7a06ee","ec-person-23980b2bc4fd9c82051d0f7888dc236b2f764866","eu-tr-173042412678-08"]}} -{"id":"ec-meeting-2016-11-11-8fb3f765f0314f1558e3dcd003eee21797c1196c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-11 - Günther Oettinger x Deutsches Verkehrsforum"],"date":["2016-11-11"],"summary":["Digitalisierung in der Mobilitätsbranche"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-4cd59e13386e3b68ecb3611fcc579e0a0a3938a5","eu-tr-84108743925-09"]}} -{"id":"ec-meeting-2016-11-11-eeebecb20f329a7d6569fdc7f933e5202072f60a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-11 - Cabinet of First Vice-President Frans Timmermans x LA POSTE"],"date":["2016-11-11"],"summary":["Parcel delivery - Digital Single Market"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["ec-person-6c0efbf1635ca0cb8dce32e129231fa3136f600b","eu-tr-01890906437-84"]}} -{"id":"ec-meeting-2016-11-14-043ed54d3600e5d945a4f9b6af7319fc774ed7bd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-14 - Cabinet of Vice-President Miguel Arias Cañete x Tesla Motors Netherlands B.V."],"date":["2016-11-14"],"summary":["energy efficiency, winter package"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-547225616323-13","ec-person-25a937c04cd0a0ddcf5cf34798e76b5105854114"]}} -{"id":"ec-meeting-2016-11-14-113626669c4fae2a0aed1814bab35035822b3cb5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-14 - Employment, Social Affairs and Inclusion x EuroCommerce"],"date":["2016-11-14"],"summary":["Skills needs and development, better integration of young people"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-empl"],"involved":["eu-tr-84973761187-60","ec-person-0d8ce1c547b8ca99decd25740ba12e2c0866a2fd"]}} -{"id":"ec-meeting-2016-11-14-1c11ef03d368fd17eee85b0813dd4940b2a99981","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-14 - Günther Oettinger x European Cyber Security Organisation"],"date":["2016-11-14"],"summary":["cyber security cPPP"],"location":["BXL"],"address":["BXL"],"addressEntity":["addr-d2fde52f67ea4a3e1fe233d0a959d6a1c77fd910"],"organizer":["ec-dg-de"],"involved":["ec-person-70bb5ab896e4d70fd6580bf0f2244bc172ae757b","eu-tr-684434822646-91"]}} -{"id":"ec-meeting-2016-11-14-215fa2a72d0812e27be7c784950ce07e30f215f6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-14 - Cabinet of Vice-President Jyrki Katainen x EU-ASEAN Business Council"],"date":["2016-11-14"],"summary":["EU-ASEAN trade and investment links"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-7c9460f99c5872dbdc561f5752401c870d12e98b","eu-tr-614220318268-60"]}} -{"id":"ec-meeting-2016-11-14-36f2e32b92afa765eff5eba3f185a023fcba7197","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-14 - Cabinet of President Jean-Claude Juncker x EU-ASEAN Business Council"],"date":["2016-11-14"],"summary":["meeting with Mr Kanak, the Chairman of EU-ASEAN Business Council"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-e415577aabb40c0f789310505c6c5803aa69037b","eu-tr-614220318268-60"]}} -{"id":"ec-meeting-2016-11-14-3d2e7acb236018be4ed1cf2ce681ab824c9cb6a4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-14 - Taxation and Customs Union x Freshfields Bruckhaus Deringer LLP"],"date":["2016-11-14"],"summary":["Speech on EU Corporate Tax Policy"],"location":["London/UK"],"address":["London/UK"],"addressEntity":["addr-1bb42944bbb79e1cf7f8cb951569d1d920a3f362"],"organizer":["ec-dg-taxud"],"involved":["ec-person-3173c1cc052827c58f23ccd3a8de07534f0d35bd","eu-tr-443913019286-78"]}} -{"id":"ec-meeting-2016-11-14-3f79678d44a99c65d6fe1f887b83943eb054a751","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-14 - Cabinet of Vice-President Miguel Arias Cañete x WWF European Policy Programme Friends of the Earth Europe Greenpeace European Unit Climate Action Network Europe"],"date":["2016-11-14"],"summary":["COP 22"],"notes":["Portfolio: Climate Action & Energy"],"location":["Marrakech"],"address":["Marrakech"],"addressEntity":["addr-eb732649f9e2327bb6f534be4b9ba085b3250ac9"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd","eu-tr-1414929419-24","eu-tr-55888811123-49","eu-tr-9832909575-41","eu-tr-9825553393-31"]}} -{"id":"ec-meeting-2016-11-14-40b2c596d6af76f633f09530f15c302c801e6fd3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-14 - Cabinet of Commissioner Pierre Moscovici x BNP PARIBAS"],"date":["2016-11-14"],"summary":["CCR / CRD4review"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["ec-person-18ec03f403696ecde522f7843ba9c4ff6335ead4","eu-tr-78787381113-69"]}} -{"id":"ec-meeting-2016-11-14-4b543928a11e985feb35e9e9ae9c3822ec3f779d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-14 - Cabinet of Vice-President Cecilia Malmström x Land- en Tuinbouw Organisatie Nederland"],"date":["2016-11-14"],"summary":["Trade and Agriculture - Horticulture in NL"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-4656646862-72","ec-person-8529bbbc6db862f6b82d6fa66a7cf7668804dae7"]}} -{"id":"ec-meeting-2016-11-14-5bb19f95a1c3a29469a265712888b8c61dc41aa3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-14 - Cabinet of Vice-President Valdis Dombrovskis x WindEurope"],"date":["2016-11-14"],"summary":["Governance system for the Energy Union ensuring Member States are accountable in delivering the EU-wide renewable energy target; An energy market design fit for variable renewable energy generation; Provisions to unlock investments for renewable energy deployment."],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-19920706471-21","ec-person-b2d41137decbf33bc8076a41bfe11b68d501a7a0"]}} -{"id":"ec-meeting-2016-11-14-5fad5470cc9705cafb85b64a7aef7b9e6cf5363f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-14 - Financial Stability, Financial Services and Capital Markets Union x OEE"],"date":["2016-11-14"],"summary":["Présentation des travaux de l’OEE, Présentation de l’agrégateur de données IODS créé à l’initiative de l’OEE, Echange de vues sur la réglementation prudentielle des banques"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-685648724084-89","ec-person-bdee7a93f95c8ef05079539170139b3c02e8ed96"]}} -{"id":"ec-meeting-2016-11-14-741a0f044afdca5fe52ce2edad4a7e592c23eb77","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-14 - Communications Networks, Content and Technology x KfW Bankengruppe"],"date":["2016-11-14"],"summary":["Broadbandfond"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-79019799690-13","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2016-11-14-7df6f47da5855156be55ef91f57601f737b2c758","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-14 - Cabinet of Commissioner Phil Hogan x Maa- ja metsätaloustuottajain Keskusliitto – Central Union of Agricultural Producers and Forest Owners"],"date":["2016-11-14"],"summary":["Forestry"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-56039441735-48","ec-person-ff8342dedc26701400fcb7dcf73fbee50a837ac6"]}} -{"id":"ec-meeting-2016-11-14-8ba9b917783aaeb8c8e63c80020ed31f93fbd270","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-14 - Financial Stability, Financial Services and Capital Markets Union x EU-ASEAN Business Council"],"date":["2016-11-14"],"summary":["to explain to you their work in promoting the trade and investment interests of European business in the region"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-614220318268-60","ec-person-bdee7a93f95c8ef05079539170139b3c02e8ed96"]}} -{"id":"ec-meeting-2016-11-14-948cfa57af61bd7b65f01115c75e60f099a42ee3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-14 - Cabinet of Vice-President Miguel Arias Cañete x smartEn Smart Energy Europe"],"date":["2016-11-14"],"summary":["Retail Markets"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-1831691c10441c5974327bbeb8693d6b6c1e50c3","eu-tr-569379418624-07"]}} -{"id":"ec-meeting-2016-11-14-9880dca058ef2116e90626e8fee314c66014066c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-14 - Cabinet of Vice-President Miguel Arias Cañete x Syndicat des acteurs du bâtiment connecté et de l'effacement"],"date":["2016-11-14"],"summary":["market design"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-806750119116-03","ec-person-95f883d5d0d484088f26191a8fea8553d674dfbe"]}} -{"id":"ec-meeting-2016-11-14-b24a6ba440d64745a9911fe8600863bc9956268a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-14 - Financial Stability, Financial Services and Capital Markets Union x ICI Global"],"date":["2016-11-14"],"summary":["US election and its geopolitical consequences, relationship between EU and USA, global investment funds"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-296711210890-30","ec-person-bdee7a93f95c8ef05079539170139b3c02e8ed96"]}} -{"id":"ec-meeting-2016-11-14-c73a4ddf1617a2dc007b3a9012eee085d2d46be4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-14 - Cabinet of Vice-President Miguel Arias Cañete x European Aluminium AISBL"],"date":["2016-11-14"],"summary":["energy efficiency"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-9224280267-20","ec-person-25a937c04cd0a0ddcf5cf34798e76b5105854114"]}} -{"id":"ec-meeting-2016-11-14-c9cb11885c61d6c0cd44a1b01969b81494f9102c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-14 - Cabinet of Vice-President Valdis Dombrovskis x Crue universidades españolas"],"date":["2016-11-14"],"summary":["Exchange of views on New Skills Agenda and the Education strand of the European Semester"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-1f98d05bdaed2c40396781b1eb7b0aa47cb8dd20","eu-tr-071771920040-91"]}} -{"id":"ec-meeting-2016-11-14-df3e0984401b354f518884848b5f76f9cea870e4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-14 - Cabinet of Vice-President Cecilia Malmström x EU-ASEAN Business Council"],"date":["2016-11-14"],"summary":["EU-ASEAN Trade relations"],"notes":["Portfolio: Trade"],"location":["Brussels, Belgium."],"address":["Brussels, Belgium."],"addressEntity":["addr-33bd2d1a8be5ca867aa9c0e8d89d1cd6a1a28684"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-5d4088e1913284a765aed8445f448f6ff341f1b3","eu-tr-614220318268-60"]}} -{"id":"ec-meeting-2016-11-14-ed79b53290d6260dd9d101d8c65a5aa7bba57202","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-14 - Mobility and Transport x Deutsches Verkehrsforum"],"date":["2016-11-14"],"summary":["Aviation Package, ETS, Decarbonisation of Transport"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-move"],"involved":["eu-tr-84108743925-09","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2016-11-14-eef3869d6a19b267e160f4f2957edd0d022d0ba5","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2016-11-14 - Cabinet of Commissioner Phil Hogan x BREIZ EUROPE"],"date":["2016-11-14"],"summary":["Students Q&A","General agri issues"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels, BERL 08/304","Brussels"],"address":["Brussels, BERL 08/304","Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6","addr-72c04700d8489d7ba40c4ad5f8595a9aefba3741"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-400dd8d59d3060187d9b9b143d697da1a3d03c12","eu-tr-44968076843-33","ec-person-428cf365f3847d04012831ef2642a1a69aed518d"]}} -{"id":"ec-meeting-2016-11-14-ef90bf05ab1cfbb7d6ea55b8a7b438835f5b6906","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-14 - Cabinet of Vice-President Valdis Dombrovskis x Commerzbank AG"],"date":["2016-11-14"],"summary":["Retail Financial Services"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-83370363079-88","ec-person-537401fc0be04984531b83660f416bf2fe14fbd8"]}} -{"id":"ec-meeting-2016-11-15-013ec0197a1f4819fd65debee7f076439d0ba05b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-15 - Cabinet of Commissioner Carlos Moedas x Leonardo S.p.A."],"date":["2016-11-15"],"summary":["Meetig with CEO of Leonoardo -Finmeccanica"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["eu-tr-02550382403-01","ec-person-f7ccc3ad366dd2fdb24870e1c02ff2763539c82f","ec-person-23980b2bc4fd9c82051d0f7888dc236b2f764866"]}} -{"id":"ec-meeting-2016-11-15-04391274731c0d3af553eee19badc134b7ad75dd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-15 - Cabinet of Vice-President Maroš Šefčovič x Nord Stream 2 AG"],"date":["2016-11-15"],"summary":["State of play Nord Stream 2"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-3bf48630444ace93d407e52eb880e64d480f75ce","eu-tr-662856722412-20"]}} -{"id":"ec-meeting-2016-11-15-077ac14634c995170b433fa9be946cecf53e30d5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-15 - Günther Oettinger x Helmholtz-Gemeinschaft Deutscher Forschungszentren e.V."],"date":["2016-11-15"],"summary":["information technologies & Big Data"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0","eu-tr-73792436593-97"]}} -{"id":"ec-meeting-2016-11-15-079d883dd6c6748da05b73afa0e05b318ff07753","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-15 - Günther Oettinger x European Magazine Media Association"],"date":["2016-11-15"],"summary":["copyright & e-privacy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0","eu-tr-37937886834-69"]}} -{"id":"ec-meeting-2016-11-15-07a56120018a5123b869359b7e0b6754606591d1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-15 - Cabinet of Commissioner Phil Hogan x Metsäliitto Cooperative"],"date":["2016-11-15"],"summary":["Bio Economy"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-ff8342dedc26701400fcb7dcf73fbee50a837ac6","eu-tr-962687110415-94"]}} -{"id":"ec-meeting-2016-11-15-0b1f0964fde220a648eaf52c259223a42cda7e04","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-15 - Cabinet of Vice-President Valdis Dombrovskis x Cicero Consulting Limited"],"date":["2016-11-15"],"summary":["Retail Financial Services"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-40887916962-23","ec-person-537401fc0be04984531b83660f416bf2fe14fbd8"]}} -{"id":"ec-meeting-2016-11-15-0f3c46b91e3f0ac7731be9f0edb032e54157d1c7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-15 - Cabinet of Vice-President Jyrki Katainen x Miltton Europe Sunshine Kaidi (Finland) New Energy Co. Oy"],"date":["2016-11-15"],"summary":["Energy Package"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-463712321359-48","ec-person-f9208d930adc70c6c64e21701e48f85f6f18e949","eu-tr-245377319023-40"]}} -{"id":"ec-meeting-2016-11-15-1651f677b0a95ce2aa4b9f4abb158a1937678425","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-15 - Cabinet of Vice-President Andrus Ansip x Union Internationale des Cinémas"],"date":["2016-11-15"],"summary":["Copyright package, AVMSD reform, Creative Europe MEDIA programme"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-e91c5be432b6b3efdda369792fed67c20b767a45","eu-tr-74301917747-65"]}} -{"id":"ec-meeting-2016-11-15-2c011d53ed4225921687a119fd048640ec5472db","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-15 - Inspire, Debate, Engage and Accelerate Action x Ericsson"],"date":["2016-11-15"],"summary":["Digital Single Market"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-dg-idea"],"involved":["eu-tr-02021363105-42","ec-person-4fe56a64c00b3e81c851b5538878b32481bd7d3c"]}} -{"id":"ec-meeting-2016-11-15-2f820e0878583e5b3420f71c1528b70dee77ef5a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-15 - Günther Oettinger x Uber"],"date":["2016-11-15"],"summary":["technology in mobility services"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-002278013515-26","ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0"]}} -{"id":"ec-meeting-2016-11-15-32b5a75693c387d23dc26439b2acc99b82a86256","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-15 - Cabinet of Commissioner Phil Hogan x European Forest Institute"],"date":["2016-11-15"],"summary":["Bioeconomy"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-38315289949-88","ec-person-ff8342dedc26701400fcb7dcf73fbee50a837ac6"]}} -{"id":"ec-meeting-2016-11-15-3773b18e52e8227f6dc64c34181fae07da76dc25","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-15 - Cabinet of Vice-President Jyrki Katainen x Citigroup Inc."],"date":["2016-11-15"],"summary":["Financial Services"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-f9208d930adc70c6c64e21701e48f85f6f18e949","eu-tr-00353757573-57"]}} -{"id":"ec-meeting-2016-11-15-3d45b2ee07bb9bd55d609d9604862251410d1098","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-15 - Cabinet of Commissioner Phil Hogan x Rabobank"],"date":["2016-11-15"],"summary":["CRD"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-ff8342dedc26701400fcb7dcf73fbee50a837ac6","eu-tr-006687715492-92"]}} -{"id":"ec-meeting-2016-11-15-3e1afb0c50f3c5df536d50f6d856b2903c0fe19b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-15 - Cabinet of Vice-President Johannes Hahn x Uber"],"date":["2016-11-15"],"summary":["Economic reforms and mobility in the Neighbourhood countries"],"notes":["Portfolio: European Neighbourhood Policy & Enlargement Negotiations"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-hahn-johannes-of-president-vice"],"involved":["eu-tr-002278013515-26","ec-person-2fca685599028e7674f6143b21eb6760c913eef0"]}} -{"id":"ec-meeting-2016-11-15-3f79678d44a99c65d6fe1f887b83943eb054a751","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-15 - Cabinet of Vice-President Miguel Arias Cañete x WWF European Policy Programme Friends of the Earth Europe Greenpeace European Unit Climate Action Network Europe"],"date":["2016-11-15"],"summary":["COP 22"],"notes":["Portfolio: Climate Action & Energy"],"location":["Marrakech"],"address":["Marrakech"],"addressEntity":["addr-eb732649f9e2327bb6f534be4b9ba085b3250ac9"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd","eu-tr-1414929419-24","eu-tr-55888811123-49","eu-tr-9832909575-41","eu-tr-9825553393-31"]}} -{"id":"ec-meeting-2016-11-15-47ce6357b210d5e1edccf5be483d8ba9a2e3c566","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-15 - Cabinet of Commissioner Phil Hogan x Airbus"],"date":["2016-11-15"],"summary":["Annual Reception"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-2732167674-76","ec-person-ff8342dedc26701400fcb7dcf73fbee50a837ac6"]}} -{"id":"ec-meeting-2016-11-15-4cf11e86969ec38f6fe1cab568a792614d536a5a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-15 - Cabinet of Commissioner Corina Crețu x WindEurope"],"date":["2016-11-15"],"summary":["Renewable Energy Package"],"notes":["Portfolio: Regional Policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-corina-cretu-of"],"involved":["eu-tr-19920706471-21","ec-person-f5bd4d5d0170028815aba56ee7d4883f0fd70f47"]}} -{"id":"ec-meeting-2016-11-15-61e4811a87a97dfac44a3115cd7e4da4c4c90eef","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-15 - Cabinet of Vice-President Jyrki Katainen x Pensioenfederatie (Federation of the Dutch Pension Funds)"],"date":["2016-11-15"],"summary":["Dutch pensions and EFSI"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90","eu-tr-84476202986-17"]}} -{"id":"ec-meeting-2016-11-15-6e325439a8cde1c8e46501385b6cd12a49506d4d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-15 - Cabinet of Commissioner Violeta Bulc x BLS AG"],"date":["2016-11-15"],"summary":["Railway sector in Europa"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-230630614673-95","ec-person-dd7851e4a1e747e824b4f81139e33bc3cdb73160"]}} -{"id":"ec-meeting-2016-11-15-716d3e25570ce4ac41dd6b8ddad1a806c210c1df","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-15 - Environment x Stichting BirdLife Europe"],"date":["2016-11-15"],"summary":["Fitness Check of the Nature Directives"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-env"],"involved":["eu-tr-1083162721-43","ec-person-3bc74ce04ea3f4ab4d91a5c88eef25b8b8a213b4"]}} -{"id":"ec-meeting-2016-11-15-724fa928d0167633cb5c8da1b057addcba171296","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-15 - Günther Oettinger x European Magazine Media Association European Newspaper Publishers' Association"],"date":["2016-11-15"],"summary":["ePrivacy directive"],"location":["BXL"],"address":["BXL"],"addressEntity":["addr-d2fde52f67ea4a3e1fe233d0a959d6a1c77fd910"],"organizer":["ec-dg-de"],"involved":["ec-person-70bb5ab896e4d70fd6580bf0f2244bc172ae757b","eu-tr-5950962136-12","eu-tr-37937886834-69"]}} -{"id":"ec-meeting-2016-11-15-7607cdb24e6d1b5090971c9a70d680d67aca1c58","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-15 - Cabinet of Commissioner Violeta Bulc x Quarterdeck Shipping"],"date":["2016-11-15"],"summary":["Zero emissions shipping"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-e14c58f620f40325d829df7be0823280307bc15f","eu-tr-972448924487-56"]}} -{"id":"ec-meeting-2016-11-15-776b01128a3835a8811173e2717e8d617eb2283d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-15 - Cabinet of Vice-President Jyrki Katainen x Microsoft Corporation"],"date":["2016-11-15"],"summary":["Digital Single Market"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-0801162959-21","ec-person-f9208d930adc70c6c64e21701e48f85f6f18e949"]}} -{"id":"ec-meeting-2016-11-15-7d5e360e77be0e1940d5180b6a8af2bec444920b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-15 - Cabinet of Vice-President Cecilia Malmström x Svenska Lantbruksproducenternas Centralförbund SLC r.f."],"date":["2016-11-15"],"summary":["General discussion on EU Trade Policy"],"notes":["Portfolio: Trade"],"location":["Brussels, Belgium."],"address":["Brussels, Belgium."],"addressEntity":["addr-33bd2d1a8be5ca867aa9c0e8d89d1cd6a1a28684"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-756900717177-44","ec-person-5d4088e1913284a765aed8445f448f6ff341f1b3"]}} -{"id":"ec-meeting-2016-11-15-8235fe069e178ac79a0f59535679d3aafd9428f7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-15 - Cabinet of Vice-President Jyrki Katainen x Uber"],"date":["2016-11-15"],"summary":["Uber and competitiveness within the Single Market"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90","ec-person-81b1dda49062e5dac42bdad9273fa72968a2c325","eu-tr-002278013515-26"]}} -{"id":"ec-meeting-2016-11-15-852b321d03a0f9253832c78d8ba093bafae04552","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-15 - Cabinet of Vice-President Jyrki Katainen x Deutscher Sparkassen-und Giroverband"],"date":["2016-11-15"],"summary":["EFSI"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-62379064909-15","ec-person-955e8c493ab54847bb92b65986f56a401f8eabee"]}} -{"id":"ec-meeting-2016-11-15-8562c8a44fccdc1643d67897036dd399e8b21d4d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-15 - Cabinet of First Vice-President Frans Timmermans x BUSINESSEUROPE"],"date":["2016-11-15"],"summary":["Transparency Register"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-3978240953-79","ec-person-284d94050a35c9079d8b1ba3f85eaf7777b5fea9"]}} -{"id":"ec-meeting-2016-11-15-8e7d92aa7a4f0be2e50c5f6d34f565135008bb58","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-15 - Trade x Airbus"],"date":["2016-11-15"],"summary":["Ongoing WTO dispute settlement cases in the aeronautical sector"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-trade"],"involved":["ec-person-bde9bb099f5d24c52ca4a9255cefc99a5b87a650","eu-tr-2732167674-76"]}} -{"id":"ec-meeting-2016-11-15-95d98a0f34a61c5c8eb53ef69bc6ba07ac363666","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-15 - Financial Stability, Financial Services and Capital Markets Union x Airbus"],"date":["2016-11-15"],"summary":["Capital Market Union, Basel Committee on Banking Supervision, EMIR review"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-2732167674-76","ec-person-bdee7a93f95c8ef05079539170139b3c02e8ed96"]}} -{"id":"ec-meeting-2016-11-15-a09f44e70311ac0d076a7fd368386098caa34ee5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-15 - Cabinet of High Representative / Vice-President Federica Mogherini x The Pew Charitable Trusts"],"date":["2016-11-15"],"summary":["Presentation of report of US election"],"notes":["Portfolio: Foreign Affairs and Security Policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"involved":["ec-person-44c0409df0e9c3a69a1fe1442fc91e31f6c2786b","eu-tr-46834536998-79"]}} -{"id":"ec-meeting-2016-11-15-a104a7f5cb3ce040fe7c322468c1016aa97b349a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-15 - Cabinet of Vice-President Andrus Ansip x Samsung Electronics Europe"],"date":["2016-11-15"],"summary":["Prep-meeting for mission of VP Ansip to Seoul in November 2016"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-c759bd58acc54869aa8e62ce652efcda416e25c2","eu-tr-40471017282-57"]}} -{"id":"ec-meeting-2016-11-15-a6fc4fd8fc85d2565af9a4910cb754abaff240b8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-15 - Cabinet of Commissioner Vytenis Andriukaitis x European Retail Round Table"],"date":["2016-11-15"],"summary":["Food waste"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["eu-tr-15751468852-52","ec-person-0dbfffeb0323f819c8d57164906086dd8639c437","ec-person-df30d07ef698a52b9948b9c734db39196cf8541f"]}} -{"id":"ec-meeting-2016-11-15-a8eaa30c121c0ef0d428a654cc039beb89093ec9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-15 - Günther Oettinger x Airbus"],"date":["2016-11-15"],"summary":["digitising European industry"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-2732167674-76","ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0"]}} -{"id":"ec-meeting-2016-11-15-baa9c260e8132adc80ffedbd0d4a2eddfcc58f94","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-15 - Cabinet of Vice-President Miguel Arias Cañete x Confederación Española de Organizaciones Empresariales"],"date":["2016-11-15"],"summary":["Energy winter package"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-02963738854-41","ec-person-2229c857664a22dcb8eee79a8c05841fd3d0924f"]}} -{"id":"ec-meeting-2016-11-15-bf46faab28250321deeeb909fa8b80a91f0f6984","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-15 - Cabinet of Vice-President Andrus Ansip x Uber"],"date":["2016-11-15"],"summary":["Collaborative economy, mobility services, startups"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-002278013515-26","ec-person-6a03bc4fa7657513ea34529e98dba0671ef4c849","ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0"]}} -{"id":"ec-meeting-2016-11-15-d08179aa931c1f89ecfe91573c0c1c3bad98f210","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-15 - Cabinet of Commissioner Violeta Bulc x Airbus"],"date":["2016-11-15"],"summary":["Meeting with Tom Enders, CEO of Airbus"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-4d2b449b5047ea3fda435a2a1c1081e3babcdf76","ec-person-9d4dc4867a44dfe10f67ae7ee1706da3e8b48a24","eu-tr-2732167674-76"]}} -{"id":"ec-meeting-2016-11-15-d0e9ef7fcfeab61250806b54c35931e0c263e55d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-15 - Cabinet of First Vice-President Frans Timmermans x European Trade Union Committee for Education"],"date":["2016-11-15"],"summary":["SDG's"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-72197913011-06","ec-person-966667b73d92624be9bb019c2baab7e52331b3d3"]}} -{"id":"ec-meeting-2016-11-15-d3dd73bee11069487714852439d83dddab768d2c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-15 - Cabinet of Commissioner Pierre Moscovici x London Stock Exchange Group"],"date":["2016-11-15"],"summary":["EU location policy after the UK referendum, COM's in-depth investigation into the LSE/Deutsche Börse merger"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["ec-person-4d74d0c260dc052838b8da02f72e7322f6cfc514","ec-person-18ec03f403696ecde522f7843ba9c4ff6335ead4","eu-tr-550494915045-08"]}} -{"id":"ec-meeting-2016-11-15-d61ff6a48aab34f8ff94a5e116e3edc24b6de85a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-15 - Cabinet of Commissioner Christos Stylianides x Médecins Sans Frontières"],"date":["2016-11-15"],"summary":["Greece"],"notes":["Portfolio: Humanitarian Aid & Crisis Management"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-christos-commissioner-of-stylianides"],"involved":["eu-tr-38497857515-11","ec-person-4424ecf39f7c6c9e4022ac46c71d81b0464ae6a5"]}} -{"id":"ec-meeting-2016-11-15-d75db37ccf5fd2f22f74b34b499095ebf54a0c61","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-15 - Cabinet of Vice-President Miguel Arias Cañete x None"],"date":["2016-11-15"],"summary":["Electricity Market Design"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-1831691c10441c5974327bbeb8693d6b6c1e50c3","eu-tr-90947457424-20","ec-person-2229c857664a22dcb8eee79a8c05841fd3d0924f","eu-tr-41816938101-07","eu-tr-56592866496-47","eu-tr-6256831207-27"]}} -{"id":"ec-meeting-2016-11-15-db4cd8ed40f60b8f60f8bfb720d4b5049854eabd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-15 - Cabinet of Vice-President Jyrki Katainen x Finanssiala ry - Finance Finland"],"date":["2016-11-15"],"summary":["The Basel IV joint position paper"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90","eu-tr-7328496842-09"]}} -{"id":"ec-meeting-2016-11-15-e724bd613302f00445c692508e5b2cf6ba649646","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-15 - Cabinet of Commissioner Phil Hogan x Bayer AG"],"date":["2016-11-15"],"summary":["Attend Reception"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-3523776801-85","ec-person-a1a78365cc4685b0958056646204977d8f2ead92"]}} -{"id":"ec-meeting-2016-11-15-e75bf143632400e5dddfaf8b75a600b387b62915","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-15 - Günther Oettinger x Deutscher Sparkassen-und Giroverband"],"date":["2016-11-15"],"summary":["digitisation of finance sector"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-62379064909-15","ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0"]}} -{"id":"ec-meeting-2016-11-15-f31902b254bf16a9c9387b5ad5d7e82f99ce79c6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-15 - Cabinet of Commissioner Elżbieta Bieńkowska x Transport and Environment (European Federation for Transport and Environment)"],"date":["2016-11-15"],"summary":["Decarbonisation of transport fuels"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-58744833263-19","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2016-11-15-fe377f0c8550951524a9ffbce08785e025c7364a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-15 - Inspire, Debate, Engage and Accelerate Action x Airbus"],"date":["2016-11-15"],"summary":["Aviation and Digitalisation"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-dg-idea"],"involved":["eu-tr-2732167674-76","ec-person-4fe56a64c00b3e81c851b5538878b32481bd7d3c"]}} -{"id":"ec-meeting-2016-11-15-ff284224ba476a32eb204c129f656eb4c6c5fa9c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-15 - Cabinet of Vice-President Jyrki Katainen x Teollisuuden Voima Oyj Aula Europe UPM-Kymmene Oyj Fortum Oyj"],"date":["2016-11-15"],"summary":["Energy Policy"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-03501997362-71","eu-tr-88742028087-64","eu-tr-861194311863-31","eu-tr-352103717639-15","ec-person-f9208d930adc70c6c64e21701e48f85f6f18e949"]}} -{"id":"ec-meeting-2016-11-16-062bf49b4a45d1966438505df547c6730dde3c5b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-16 - Cabinet of Commissioner Tibor Navracsics x WindEurope"],"date":["2016-11-16"],"summary":["Renewable Energy"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["eu-tr-19920706471-21","ec-person-fc5c01a0bffedf0f4e205a759b40239535313d28"]}} -{"id":"ec-meeting-2016-11-16-0fe6599db0f140c654ae2e6df6f0efffa3d3fcd7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-16 - Cabinet of Commissioner Phil Hogan x Confederação dos Agricultores de Portugal"],"date":["2016-11-16"],"summary":["Courtesy call to hand over invitation to Young Farmers' Congress"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-68374528625-72","ec-person-c9d17d5879383b030f61a4066848249fb35d57e4"]}} -{"id":"ec-meeting-2016-11-16-200d8c5cb08b6c133c295e97c3974ea619d2cfa6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-16 - Cabinet of Vice-President Cecilia Malmström x EU ProSun"],"date":["2016-11-16"],"summary":["Undertaking on Solar Panels and various expiry reviews"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-20ded9db5df11164331bb161fdf234b1e5ad53fd","eu-tr-637930515146-10","ec-person-ce1312d2a248f71fe74eed58aa5915cfa445bbba"]}} -{"id":"ec-meeting-2016-11-16-36f23c9028afced44694965706059d8cf624cb10","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-16 - Cabinet of Vice-President Jyrki Katainen x Orange"],"date":["2016-11-16"],"summary":["Digital Single Market"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-76704342721-41","ec-person-81b1dda49062e5dac42bdad9273fa72968a2c325"]}} -{"id":"ec-meeting-2016-11-16-36fab0574beda029338edeb4cadac29d6841e335","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-16 - Cabinet of Vice-President Karmenu Vella x Transport and Environment (European Federation for Transport and Environment)"],"date":["2016-11-16"],"summary":["Energy package"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["ec-person-98899253aaaa8e936aec841aef4a31c3573bbfad","eu-tr-58744833263-19"]}} -{"id":"ec-meeting-2016-11-16-3d13d38054b49f84f9ac6df24a1ff2eee8c3b8b8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-16 - Cabinet of Commissioner Věra Jourová x Transatlantic Institute"],"date":["2016-11-16"],"summary":["EC work on Antisemitism, Radicalisation"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-a608b85b2ffef83f883b5a2330b6232efa1b7141","eu-tr-95713206856-14","ec-person-1e0e3a00ab815dea7c5b839b002ed2c7e34bfe0a"]}} -{"id":"ec-meeting-2016-11-16-3f2982698b20a00fbff378f0b906470390de9411","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-16 - Cabinet of Commissioner Violeta Bulc x GreenWay Holding S.A."],"date":["2016-11-16"],"summary":["Electric vehicles"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-e14c58f620f40325d829df7be0823280307bc15f","eu-tr-508147724512-45"]}} -{"id":"ec-meeting-2016-11-16-508b7dc4b9972417ef9734637b7743a0302a9a1e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-16 - Günther Oettinger x PayPal PLC, Belgian Branch"],"date":["2016-11-16"],"summary":["Electronic payments"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-94256896677-14","ec-person-c6cae64cc7dc787b66a47ab1613d3e922875b971"]}} -{"id":"ec-meeting-2016-11-16-56db5e039a4e9b6bf62bad34ecf28144ff2027d3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-16 - Günther Oettinger x Ericsson"],"date":["2016-11-16"],"summary":["copyright"],"location":["BXL"],"address":["BXL"],"addressEntity":["addr-d2fde52f67ea4a3e1fe233d0a959d6a1c77fd910"],"organizer":["ec-dg-de"],"involved":["ec-person-49723482bb23d029cbfc010cb37eec7392a0ae02","eu-tr-02021363105-42"]}} -{"id":"ec-meeting-2016-11-16-5ff52354ed00d8879e7c6346e78bf435e801ae9e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-16 - Cabinet of Commissioner Violeta Bulc x HERR & SPEER"],"date":["2016-11-16"],"summary":["Free Interrail"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-dd7851e4a1e747e824b4f81139e33bc3cdb73160","eu-tr-497695824526-10"]}} -{"id":"ec-meeting-2016-11-16-80bb1b6ac35fc0ae75d49dfcc7997fa281556d17","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-16 - Cabinet of Vice-President Miguel Arias Cañete x Transport and Environment (European Federation for Transport and Environment)"],"date":["2016-11-16"],"summary":["Winter Package - Low emmission mobility"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-58744833263-19","ec-person-25a937c04cd0a0ddcf5cf34798e76b5105854114"]}} -{"id":"ec-meeting-2016-11-16-833e952aeb1cf9d86350b8017be1e51587d6190e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-16 - Cabinet of Commissioner Carlos Moedas x Transport and Environment (European Federation for Transport and Environment)"],"date":["2016-11-16"],"summary":["RSI - liquid fuels - electrification"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-0a716bf5253e913fc40ebf14c12f30dc2e7a06ee","eu-tr-58744833263-19"]}} -{"id":"ec-meeting-2016-11-16-96b3dd5205d99f4f2b6b66b6e5b36181769aab1a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-16 - Communications Networks, Content and Technology x Volkswagen Aktiengesellschaft"],"date":["2016-11-16"],"summary":["Overall connectivity topics (e.g. connected and automated driving, infrastructure etc.), Data Economy (Data ownership, Car data access etc.), Co-operation with the telecom sector"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-6504541970-40","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2016-11-16-a2bec8c76acff422377aa9f58328076a795ee7e8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-16 - Cabinet of Commissioner Vytenis Andriukaitis x Union Fédérale des Consommateurs - Que Choisir"],"date":["2016-11-16"],"summary":["Endocrine disruptors"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-b9c3f19e7c5f216e3e508f931ddd6a9cb59376d1","eu-tr-02687198907-81"]}} -{"id":"ec-meeting-2016-11-16-a5732c331de58d080f9bb0090fe6ce3fcf02ed59","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-16 - Environment x European Panel Federation"],"date":["2016-11-16"],"summary":["Wood panel sector, circular economy, cascading use of wood"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-env"],"involved":["eu-tr-572064811767-22","ec-person-3bc74ce04ea3f4ab4d91a5c88eef25b8b8a213b4"]}} -{"id":"ec-meeting-2016-11-16-c1e9c5863edd4500f94aa20451614b720e200e72","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-16 - Cabinet of Vice-President Jyrki Katainen x VR-Group Ltd Community of European Railway and Infrastructure Companies"],"date":["2016-11-16"],"summary":["Investment plan / railways"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-f9208d930adc70c6c64e21701e48f85f6f18e949","eu-tr-7574621118-27","ec-person-0da85dc48012e26688310a59a0b51727ea68f410","eu-tr-549564815917-64"]}} -{"id":"ec-meeting-2016-11-16-c602b6363b1488011e1060d193a6cf36584f331a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-16 - Cabinet of Commissioner Carlos Moedas x SwissCore, Contact Office for European Research, Innovation and Education"],"date":["2016-11-16"],"summary":["Interaction with Innovation Agencies"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-b8d49828915f9008e764a78796d47ea00807a658","eu-tr-94320538514-40"]}} -{"id":"ec-meeting-2016-11-16-caf617fc18af936b1dc759dc25d28e941b42c0c7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-16 - Cabinet of Vice-President Miguel Arias Cañete x European Alliance to Save Energy"],"date":["2016-11-16"],"summary":["Energy efficiency and winter package"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-95f883d5d0d484088f26191a8fea8553d674dfbe","eu-tr-37816636575-51"]}} -{"id":"ec-meeting-2016-11-16-cf26a587c730b8fe549a7d00a830af6d94e9fc86","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-16 - Cabinet of Commissioner Vytenis Andriukaitis x Brunswick Group LLP Systembolaget Aktiebolag"],"date":["2016-11-16"],"summary":["Alcohol availability and accessibility"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-97425c615743576adc42e09bee7dac14f83f691b","eu-tr-26255464458-25","eu-tr-584392118899-17"]}} -{"id":"ec-meeting-2016-11-16-cf87a4ec56e03797cacf1337d9cc01de2eaa4fd8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-16 - Cabinet of Vice-President Jyrki Katainen x European Biogas Association"],"date":["2016-11-16"],"summary":["sustainability policy on bioenergy"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-18191445640-83","ec-person-0da85dc48012e26688310a59a0b51727ea68f410"]}} -{"id":"ec-meeting-2016-11-16-d03742fa0d950efb823103e9108fac65f055f676","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-16 - Cabinet of Commissioner Věra Jourová x Open Society European Policy Institute"],"date":["2016-11-16"],"summary":["Education"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-5455ecfabb89025694c798deac08160a2be17d94","eu-tr-8557515321-37"]}} -{"id":"ec-meeting-2016-11-16-d070e039f12a0a7e8ac5deb106453dd51dce53a5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-16 - Cabinet of Commissioner Phil Hogan x Naturschutzbund Deutschland e.V."],"date":["2016-11-16"],"summary":["Preparation of panel discussion on the Future of the Cap"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-0285583802-96","ec-person-b0d24e81234b490dd841a09b69892304b27fc6a8"]}} -{"id":"ec-meeting-2016-11-16-e0422175b4757e498b7501edbeeb6416f45fbf18","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-16 - Cabinet of Commissioner Phil Hogan x Macra na Feirme"],"date":["2016-11-16"],"summary":["Agri Facts"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-545454920972-75","ec-person-a1a78365cc4685b0958056646204977d8f2ead92"]}} -{"id":"ec-meeting-2016-11-16-e9237a801d16e62b4e680e759a422a9f9dee1656","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-16 - Günther Oettinger x Meta Platforms Ireland Limited and its various subsidiaries (f/k/a Facebook Ireland Limited)"],"date":["2016-11-16"],"summary":["copyright"],"location":["BXL"],"address":["BXL"],"addressEntity":["addr-d2fde52f67ea4a3e1fe233d0a959d6a1c77fd910"],"organizer":["ec-dg-de"],"involved":["ec-person-49723482bb23d029cbfc010cb37eec7392a0ae02","eu-tr-28666427835-74"]}} -{"id":"ec-meeting-2016-11-16-f12fa078d4b3fbf151c57bf9276e302cc9e173f1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-16 - Günther Oettinger x Commerzbank AG"],"date":["2016-11-16"],"summary":["digitisation in the geopolitical context"],"location":["Hamburg"],"address":["Hamburg"],"addressEntity":["addr-15527766ef412bc0ec499e208fb1195cb69b6c5b"],"organizer":["ec-dg-de"],"involved":["ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0","eu-tr-83370363079-88"]}} -{"id":"ec-meeting-2016-11-17-037e3f76428f2b4cd26ad140d8f1318e7ab844bc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-17 - Cabinet of Vice-President Jyrki Katainen x Italian Banking, Insurance and Finance Federation"],"date":["2016-11-17"],"summary":["Banking Regulation"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-f9208d930adc70c6c64e21701e48f85f6f18e949","eu-tr-15799957915-87"]}} -{"id":"ec-meeting-2016-11-17-0d0261aac9e709ff650d525df29f5c78e3cec3d2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-17 - Cabinet of Vice-President Jyrki Katainen x Neste Oyj"],"date":["2016-11-17"],"summary":["Energy Package"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-f9208d930adc70c6c64e21701e48f85f6f18e949","eu-tr-10257354120-19"]}} -{"id":"ec-meeting-2016-11-17-15798356ff11fd9a7a4f6f27a6f49f9b01a557fb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-17 - Cabinet of Commissioner Elżbieta Bieńkowska x European Copper Institute"],"date":["2016-11-17"],"summary":["Energy legislative proposals under perspective of green & sustainable energy & growth"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-04134171823-87","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2016-11-17-170a5eaf42e388b70ed671c11742fbea07f32957","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-17 - Cabinet of Vice-President Andrus Ansip x Telefonica, S.A."],"date":["2016-11-17"],"summary":["Roaming, telecom review"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-52431421-12","ec-person-666bc159c7e65a3af9e63c1e97435c02f1496955"]}} -{"id":"ec-meeting-2016-11-17-186f470e8d9d5c0f58de2d692fd62d544ae4d665","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-17 - Cabinet of Commissioner Christos Stylianides x Norwegian Refugee Council Europe"],"date":["2016-11-17"],"summary":["Central African Republic"],"notes":["Portfolio: Humanitarian Aid & Crisis Management"],"location":["Brussels / Berlaymont"],"address":["Brussels / Berlaymont"],"addressEntity":["addr-4f343d650b66602c3c5502d81f7dda491db2841e"],"organizer":["ec-cabinet-christos-commissioner-of-stylianides"],"involved":["ec-person-de605a3492bf8716a72a814958f304a939e828b3","eu-tr-750447615329-96"]}} -{"id":"ec-meeting-2016-11-17-2c8d87ac3811ecb387af77f0bfd96a8d2e943336","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-17 - Cabinet of Commissioner Violeta Bulc x European Forum Alpbach"],"date":["2016-11-17"],"summary":["meeting with Club Alpbach - Fireside talk with Commissioner"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-4d2b449b5047ea3fda435a2a1c1081e3babcdf76","eu-tr-312937417131-70"]}} -{"id":"ec-meeting-2016-11-17-2d5a9232ef8bfbbbf7bf7f0989ac492332dcd986","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-17 - Cabinet of Commissioner Věra Jourová x Bureau Européen des Unions de Consommateurs"],"date":["2016-11-17"],"summary":["ePrivacy Directive"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["eu-tr-9505781573-45","ec-person-f329292459cb1badb7fb7c6b67b698c441931bb2"]}} -{"id":"ec-meeting-2016-11-17-2dd938f25817b95ad165cb641d30f9a448cba1c6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-17 - Cabinet of Vice-President Jyrki Katainen x WindEurope"],"date":["2016-11-17"],"summary":["renewable energy"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-19920706471-21","ec-person-0da85dc48012e26688310a59a0b51727ea68f410"]}} -{"id":"ec-meeting-2016-11-17-2f3a880c6102000f5ec2f1995489ca5d4238be3e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-17 - Cabinet of Commissioner Pierre Moscovici x Association for Financial Markets in Europe"],"date":["2016-11-17"],"summary":["‘CRD5’ package"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["ec-person-18ec03f403696ecde522f7843ba9c4ff6335ead4","eu-tr-65110063986-76"]}} -{"id":"ec-meeting-2016-11-17-36f96e6e70c2146bf74c94311daf1825869f4e22","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2016-11-17 - Cabinet of Vice-President Miguel Arias Cañete x WindEurope"],"date":["2016-11-17"],"summary":["solar energy in energy union's objectives","Review of the renewable energy directive"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-71f9b3c696abbda505f0fae6baec2c26e0c310dc","eu-tr-19920706471-21","ec-person-95f883d5d0d484088f26191a8fea8553d674dfbe"]}} -{"id":"ec-meeting-2016-11-17-3f79678d44a99c65d6fe1f887b83943eb054a751","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-17 - Cabinet of Vice-President Miguel Arias Cañete x WWF European Policy Programme Friends of the Earth Europe Greenpeace European Unit Climate Action Network Europe"],"date":["2016-11-17"],"summary":["COP 22"],"notes":["Portfolio: Climate Action & Energy"],"location":["Marrakech"],"address":["Marrakech"],"addressEntity":["addr-eb732649f9e2327bb6f534be4b9ba085b3250ac9"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd","eu-tr-1414929419-24","eu-tr-55888811123-49","eu-tr-9832909575-41","eu-tr-9825553393-31"]}} -{"id":"ec-meeting-2016-11-17-41e1d5a8737dcf8a098cda2b26b1b0a4d9fbdb37","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-17 - Cabinet of Vice-President Cecilia Malmström x European Fastener Distributor Association"],"date":["2016-11-17"],"summary":["Prior surveillance of steel products / problems with implementation"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-20ded9db5df11164331bb161fdf234b1e5ad53fd","ec-person-ce1312d2a248f71fe74eed58aa5915cfa445bbba","eu-tr-482340112795-80"]}} -{"id":"ec-meeting-2016-11-17-5bf681cc3f0741d91dd82b14a68aa06085306ca7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-17 - Cabinet of Vice-President Jyrki Katainen x Stichting European Climate Foundation"],"date":["2016-11-17"],"summary":["Small appliances in circular economy"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-64869491516-70","ec-person-0da85dc48012e26688310a59a0b51727ea68f410"]}} -{"id":"ec-meeting-2016-11-17-5c2fb6857c891dc90eccc3ab4a3fac3009ba9038","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-17 - Cabinet of Vice-President Valdis Dombrovskis x Third Generation Environmentalism Ltd HERMES INTERNATIONAL WWF European Policy Programme ShareAction Europe Aviva Plc EUROSIF A.I.S.B.L (EUROPEAN SUSTAINABLE INVESTMENT FORUM) Ario Advisory"],"date":["2016-11-17"],"summary":["sustainable/green finance"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-729534624528-28","eu-tr-75791956264-20","eu-tr-1414929419-24","eu-tr-919484116074-16","eu-tr-86270761494-62","ec-person-a9eda2e8ea54b70a968327672c6cada679d3cd56","eu-tr-07783117686-61","ec-person-537401fc0be04984531b83660f416bf2fe14fbd8","eu-tr-70659452143-78"]}} -{"id":"ec-meeting-2016-11-17-67a9e5a0c831c328c91208ca39ca2c3ff7a6ee02","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-17 - Taxation and Customs Union x G Plus Ltd (t/a Portland)"],"date":["2016-11-17"],"summary":["Exchange of views on the Corporate tax policy"],"location":["Brussels/Belgium"],"address":["Brussels/Belgium"],"addressEntity":["addr-c476280916fa20b5023288c48bfbed9c057a1c28"],"organizer":["ec-dg-taxud"],"involved":["ec-person-3173c1cc052827c58f23ccd3a8de07534f0d35bd","eu-tr-7223777790-86"]}} -{"id":"ec-meeting-2016-11-17-79c4d3720fe59445871eaabfa3e8b32ef71f620b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-17 - Cabinet of Commissioner Phil Hogan x Transport and Environment (European Federation for Transport and Environment)"],"date":["2016-11-17"],"summary":["Renewable Energy"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-58744833263-19","ec-person-b0d24e81234b490dd841a09b69892304b27fc6a8"]}} -{"id":"ec-meeting-2016-11-17-954ea568aa90ed60d77fe3779b51f4a2dc9ea06d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-17 - Cabinet of Vice-President Karmenu Vella x WindEurope"],"date":["2016-11-17"],"summary":["Energy package"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["eu-tr-19920706471-21","ec-person-98899253aaaa8e936aec841aef4a31c3573bbfad"]}} -{"id":"ec-meeting-2016-11-17-9c01cd2bd4eb36ac253ac2eac5c681ebbe484251","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-17 - Cabinet of Vice-President Karmenu Vella x Bureau Européen des Unions de Consommateurs"],"date":["2016-11-17"],"summary":["Energy package"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["ec-person-98899253aaaa8e936aec841aef4a31c3573bbfad","eu-tr-9505781573-45"]}} -{"id":"ec-meeting-2016-11-17-9ce1471ba72540aae7e839c327d2311ebe747e67","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-17 - Cabinet of Vice-President Miguel Arias Cañete x Euroheat & Power"],"date":["2016-11-17"],"summary":["Energy Efficiency"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-88457577025-19","ec-person-25a937c04cd0a0ddcf5cf34798e76b5105854114"]}} -{"id":"ec-meeting-2016-11-17-9e2888fcd3d25b216f7b921e9ce17c0d2454cac3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-17 - Cabinet of Commissioner Corina Crețu x European Alliance to Save Energy"],"date":["2016-11-17"],"summary":["Energy Winter Package"],"notes":["Portfolio: Regional Policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-corina-cretu-of"],"involved":["ec-person-2ab6296ada57eee7b1af6a77e7ff23cf6b0b1ccf","eu-tr-37816636575-51"]}} -{"id":"ec-meeting-2016-11-17-a104a7f5cb3ce040fe7c322468c1016aa97b349a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-17 - Cabinet of Vice-President Andrus Ansip x Samsung Electronics Europe"],"date":["2016-11-17"],"summary":["Meeting with Samsung Electronics on 5G, standards, data, e-governance"],"notes":["Portfolio: Digital Single Market"],"location":["Suwon, South Korea"],"address":["Suwon, South Korea"],"addressEntity":["addr-aba3e8ecc81fdd57999f4deeedcdd317a1b69b81"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-c759bd58acc54869aa8e62ce652efcda416e25c2","ec-person-6a03bc4fa7657513ea34529e98dba0671ef4c849","ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0","eu-tr-40471017282-57"]}} -{"id":"ec-meeting-2016-11-17-a148097b6d4cc59c5cc5a9e71701da8b8a2a305a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-17 - Cabinet of Vice-President Miguel Arias Cañete x Eurelectric aisbl"],"date":["2016-11-17"],"summary":["Retail markets"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-1831691c10441c5974327bbeb8693d6b6c1e50c3","eu-tr-4271427696-87"]}} -{"id":"ec-meeting-2016-11-17-a23933d63f42a66676c47af87529cb2bc0280d46","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-17 - Cabinet of Commissioner Christos Stylianides x Brooke Hospital for Animals"],"date":["2016-11-17"],"summary":["presentation of organisation's activities"],"notes":["Portfolio: Humanitarian Aid & Crisis Management"],"location":["berlaymont"],"address":["berlaymont"],"addressEntity":["addr-e2031099ac69651b683d551b7a3471daf1b3a638"],"organizer":["ec-cabinet-christos-commissioner-of-stylianides"],"involved":["eu-tr-368444123278-16","ec-person-08c677aa002baa9f95be8a2d0aa3b89875e2badf"]}} -{"id":"ec-meeting-2016-11-17-b3405151e57d12f78d61828337f24aade61d0e11","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-17 - Cabinet of Commissioner Vytenis Andriukaitis x EuropaBio Fédération Européenne des Fabricants d'Aliments Composés EuroCommerce European Food Law Association European Public Health Alliance Association of the European Self-Care Industry Bureau Européen des Unions de Consommateurs Greenpeace European Unit FoodDrinkEurope European agri-cooperatives European farmers AnimalhealthEurope foodwatch"],"date":["2016-11-17"],"summary":["Roundtable on the future of the General Food Law Regulation"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["eu-tr-84973761187-60","eu-tr-858136219735-96","ec-person-b9c3f19e7c5f216e3e508f931ddd6a9cb59376d1","eu-tr-18941013532-08","eu-tr-44856881231-49","eu-tr-1298286943-59","eu-tr-77105321408-83","eu-tr-09586631237-74","eu-tr-9832909575-41","eu-tr-63322037415-37","eu-tr-9505781573-45","eu-tr-75818824519-45","eu-tr-559009514102-05","ec-person-0dbfffeb0323f819c8d57164906086dd8639c437","eu-tr-99565011637-64","ec-person-df30d07ef698a52b9948b9c734db39196cf8541f"]}} -{"id":"ec-meeting-2016-11-17-b3817193c0fb39f120f9faff4629045fd3bb8155","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-17 - Günther Oettinger x T&T business consulting GmbH & Co.KG"],"date":["2016-11-17"],"summary":["Broadband"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-968508025137-63","ec-person-c6cae64cc7dc787b66a47ab1613d3e922875b971"]}} -{"id":"ec-meeting-2016-11-17-d20090d9347a6ea480ba57644e0db9acd0e8fb13","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-17 - Cabinet of First Vice-President Frans Timmermans x Human Rights Watch"],"date":["2016-11-17"],"summary":["Human Rights situation in Turkey"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels, Berlyamont"],"address":["Brussels, Berlyamont"],"addressEntity":["addr-67c428cd1d3669990406f7d12a2f00dfeb4933aa"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["ec-person-ee0e358952eb5192d26c98d36095038f6b8223f2","eu-tr-56362448807-46"]}} -{"id":"ec-meeting-2016-11-17-ff421f097679d0b941da8f5aa5e428c7619716a6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-17 - Cabinet of Commissioner Carlos Moedas x Tampereen ja Pirkanmaan EU-toimisto/Tampere Region EU Office"],"date":["2016-11-17"],"summary":["University business partnerships"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-b8d49828915f9008e764a78796d47ea00807a658","eu-tr-171385315838-88"]}} -{"id":"ec-meeting-2016-11-18-161dffd223fb5fd8f052f8d8c7b618280f7b325b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-18 - Cabinet of Vice-President Andrus Ansip x Bureau Européen des Unions de Consommateurs"],"date":["2016-11-18"],"summary":["Free Flow of Data Initiative"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-9505781573-45","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45"]}} -{"id":"ec-meeting-2016-11-18-16265a54cef486b3229ef8dd092fe98ee7befb07","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-18 - Cabinet of Commissioner Carlos Moedas x Schneider Electric"],"date":["2016-11-18"],"summary":["Energy efficiency"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["eu-tr-46302264606-44","ec-person-0a716bf5253e913fc40ebf14c12f30dc2e7a06ee"]}} -{"id":"ec-meeting-2016-11-18-186f470e8d9d5c0f58de2d692fd62d544ae4d665","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-18 - Cabinet of Commissioner Christos Stylianides x Norwegian Refugee Council Europe"],"date":["2016-11-18"],"summary":["Discussion on humanitarian issues"],"notes":["Portfolio: Humanitarian Aid & Crisis Management"],"location":["Brussels / Berlaymont (phone call)"],"address":["Brussels / Berlaymont (phone call)"],"addressEntity":["addr-cc181d53632e5836776f6fc166b96283e80a85fa"],"organizer":["ec-cabinet-christos-commissioner-of-stylianides"],"involved":["ec-person-cdd689bd079714522dad472ea4446b0fcc660d8f","eu-tr-750447615329-96"]}} -{"id":"ec-meeting-2016-11-18-1966a3efa673b5135f4f03c78381e8f44fd7d41c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-18 - Cabinet of Commissioner Vytenis Andriukaitis x European Union of General Practitioners / Family Physicians (Union Européenne des Médecins Omnipraticiens / Médecins de Famille)"],"date":["2016-11-18"],"summary":["Activities of the organization, AMR"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["eu-tr-447230420481-06","ec-person-df30d07ef698a52b9948b9c734db39196cf8541f","ec-person-c986c9ff99d99d8006e000db5a8046be615813ae"]}} -{"id":"ec-meeting-2016-11-18-198f481e4ca53ce959224e31b0ec843a2a0bb75f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-18 - Cabinet of Commissioner Elżbieta Bieńkowska x Neste Oyj"],"date":["2016-11-18"],"summary":["biofuels"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-10257354120-19","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2016-11-18-1f8453f3e42d7aa004b4e4970a7322e3caa6637b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-18 - Cabinet of Commissioner Marianne Thyssen x European Business Summit Network"],"date":["2016-11-18"],"summary":["Preparation of the European Business Summit 2017"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["ec-person-5a49eb89125b4b5d1125b3925bbb64aba1bea2b3","eu-tr-268958411031-65"]}} -{"id":"ec-meeting-2016-11-18-225de1af19e711a27826fbad34ffebf17da8664d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-18 - Cabinet of Commissioner Elżbieta Bieńkowska x Verbraucherzentrale Bundesverband"],"date":["2016-11-18"],"summary":["renewable energy"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-2893800753-48","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2016-11-18-22d62bded3255de664d027f8ac84dffa4ff6eced","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-18 - Günther Oettinger x Google"],"date":["2016-11-18"],"summary":["DSM"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-03181945560-59","ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0"]}} -{"id":"ec-meeting-2016-11-18-3f79678d44a99c65d6fe1f887b83943eb054a751","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-18 - Cabinet of Vice-President Miguel Arias Cañete x WWF European Policy Programme Friends of the Earth Europe Greenpeace European Unit Climate Action Network Europe"],"date":["2016-11-18"],"summary":["COP22"],"notes":["Portfolio: Climate Action & Energy"],"location":["Marrakech"],"address":["Marrakech"],"addressEntity":["addr-eb732649f9e2327bb6f534be4b9ba085b3250ac9"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd","eu-tr-1414929419-24","eu-tr-55888811123-49","eu-tr-9832909575-41","eu-tr-9825553393-31"]}} -{"id":"ec-meeting-2016-11-18-42ce911b84052c701fdaa950b7fd3578eda6b91a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-18 - Cabinet of Commissioner Carlos Moedas x WindEurope"],"date":["2016-11-18"],"summary":["EC renewable energy package"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["eu-tr-19920706471-21","ec-person-0a716bf5253e913fc40ebf14c12f30dc2e7a06ee"]}} -{"id":"ec-meeting-2016-11-18-46607fb0a893c96e5aac15187966a1173189a79d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-18 - Cabinet of Vice-President Neven Mimica x ROTARY INTERNATIONAL"],"date":["2016-11-18"],"summary":["Efforts to eradicate polio worldwide"],"notes":["Portfolio: International Cooperation & Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-mimica-neven-of-president-vice"],"involved":["eu-tr-512870513007-47","ec-person-886e1b865045c3ed98e99075006d09cea708acce"]}} -{"id":"ec-meeting-2016-11-18-526bb0788b4107444f9cd2b25ae6b2baa49f3cf7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-18 - Cabinet of Vice-President Jyrki Katainen x Raytheon Technologies"],"date":["2016-11-18"],"summary":["Improving the business environment in Europe"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-87564644126-75","ec-person-81b1dda49062e5dac42bdad9273fa72968a2c325"]}} -{"id":"ec-meeting-2016-11-18-9514e678aa70057f90e0fc8ea0bf521230d17a38","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-18 - Cabinet of Commissioner Carlos Moedas x Greater Copenhagen EU Office"],"date":["2016-11-18"],"summary":["EU research and innovation policy"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-b8d49828915f9008e764a78796d47ea00807a658","ec-person-f7ccc3ad366dd2fdb24870e1c02ff2763539c82f","eu-tr-91139622118-45"]}} -{"id":"ec-meeting-2016-11-18-b8a0ddaadc3c9d15ecf5acb56115e8e84aaf0c74","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-18 - Cabinet of Commissioner Elżbieta Bieńkowska x Bureau Européen des Unions de Consommateurs"],"date":["2016-11-18"],"summary":["roel of consumers in hte future energy markets"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-9505781573-45","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2016-11-18-c18aaca146375a0bae8541203d97a068983666ac","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-18 - Cabinet of Vice-President Jyrki Katainen x BUSINESSEUROPE"],"date":["2016-11-18"],"summary":["Circular economy"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-3978240953-79","ec-person-0da85dc48012e26688310a59a0b51727ea68f410"]}} -{"id":"ec-meeting-2016-11-18-cc906e2a11f8529808e3b97821cb6bf5b187efba","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-18 - Cabinet of Commissioner Corina Crețu x Schneider Electric"],"date":["2016-11-18"],"summary":["Energy Efficiency"],"notes":["Portfolio: Regional Policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-corina-cretu-of"],"involved":["eu-tr-46302264606-44","ec-person-f5bd4d5d0170028815aba56ee7d4883f0fd70f47"]}} -{"id":"ec-meeting-2016-11-18-cd87f8f275e9fa81d3194d42f059585cd1d3cdc3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-18 - Cabinet of Commissioner Phil Hogan x European Landowners' Organization asbl Certisys"],"date":["2016-11-18"],"summary":["Reform of organic regulation"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-322202524534-61","ec-person-c9d17d5879383b030f61a4066848249fb35d57e4","eu-tr-36063991244-88"]}} -{"id":"ec-meeting-2016-11-18-d88c110351e3c3a1caa6dd32e3948f161c4de92d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-18 - Cabinet of High Representative / Vice-President Federica Mogherini x Human Rights Watch"],"date":["2016-11-18"],"summary":["Human rights situation in Russia"],"notes":["Portfolio: Foreign Affairs and Security Policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"involved":["ec-person-97549b50ce25e488bb1c03d83cfb838cd4fdf293","eu-tr-56362448807-46"]}} -{"id":"ec-meeting-2016-11-18-e61f959b0d52f805d2425c2999bf50f7fce307a8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-18 - Cabinet of Commissioner Violeta Bulc x Verbraucherzentrale Bundesverband"],"date":["2016-11-18"],"summary":["EU rail and air pasenger rights"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-5012c5e45a52ee8ce67d19c1781a127af53e73e7","ec-person-cb7aaf75b4c195481f149f904bc28b4e2ac2b7ab","eu-tr-2893800753-48"]}} -{"id":"ec-meeting-2016-11-20-25de67e3e93c2706d79eb055fc67662d1fa98cf7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-20 - Cabinet of Commissioner Violeta Bulc x International Dockworkers Council"],"date":["2016-11-20"],"summary":["Meeting with the International Dockworkers Council"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-033092624623-71","ec-person-4d2b449b5047ea3fda435a2a1c1081e3babcdf76","ec-person-e14c58f620f40325d829df7be0823280307bc15f"]}} -{"id":"ec-meeting-2016-11-21-11331e4f25d0cdc866d74f11b2b4ecb98abb1469","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-21 - Cabinet of Vice-President Maroš Šefčovič x industriAll European Trade Union European Federation of Public Service Unions BUSINESSEUROPE EUROPEAN TRADE UNION CONFEDERATION SGI Europe SMEunited aisbl"],"date":["2016-11-21"],"summary":["Consultation of Social Partners on Energy Union"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-04902121531-04","ec-person-1f95be23689cd4ed0a26fe2980f760ccf2d55c1e","eu-tr-55820581197-35","eu-tr-3978240953-79","eu-tr-06698681039-26","eu-tr-358284014848-82","eu-tr-59513031434-92"]}} -{"id":"ec-meeting-2016-11-21-2759314d33b2dfe54a76ed5b82e11a3f60f31285","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-21 - Cabinet of Vice-President Miguel Arias Cañete x European Network of Transmission System Operators for Electricity"],"date":["2016-11-21"],"summary":["New Market Design – forthcoming legislative package"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-1831691c10441c5974327bbeb8693d6b6c1e50c3","eu-tr-25805148045-87","ec-person-2229c857664a22dcb8eee79a8c05841fd3d0924f"]}} -{"id":"ec-meeting-2016-11-21-5dad487337e60dbb412c08aeaf5980cd56866274","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-21 - Cabinet of Commissioner Corina Crețu x EURODOM"],"date":["2016-11-21"],"summary":["Révision du RGEC"],"notes":["Portfolio: Regional Policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-corina-cretu-of"],"involved":["ec-person-f5bd4d5d0170028815aba56ee7d4883f0fd70f47","eu-tr-28418016649-41"]}} -{"id":"ec-meeting-2016-11-21-5dce5da512f46cbb7281fce986f95bcdd81a9803","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-21 - Cabinet of First Vice-President Frans Timmermans x Chicago Council on Global Affairs"],"date":["2016-11-21"],"summary":["courtesy call"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-655116624489-96","ec-person-966667b73d92624be9bb019c2baab7e52331b3d3"]}} -{"id":"ec-meeting-2016-11-21-8c84686417d2cc9d2092eb1a15c8544fd4d26895","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-21 - Energy x Euroheat and Power"],"date":["2016-11-21"],"summary":["Heating and cooling in the European energy system"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-88457577025-19","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2016-11-21-8c84d2ce65220ffb04232774a71418c92d550eef","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-21 - Cabinet of Vice-President Maroš Šefčovič x Trans Adriatic Pipeline"],"date":["2016-11-21"],"summary":["State of play TAP project"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-3bf48630444ace93d407e52eb880e64d480f75ce","eu-tr-570335813082-79"]}} -{"id":"ec-meeting-2016-11-21-d1b63869e9d434670181a71a802aca4c928f41c4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-21 - Cabinet of Commissioner Phil Hogan x Land- en Tuinbouw Organisatie Nederland"],"date":["2016-11-21"],"summary":["Phosphates"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-400dd8d59d3060187d9b9b143d697da1a3d03c12","eu-tr-4656646862-72"]}} -{"id":"ec-meeting-2016-11-21-da0b17499a894adbe4003069eb80a257d6520a54","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-21 - Cabinet of Vice-President Miguel Arias Cañete x Kreab"],"date":["2016-11-21"],"summary":["Renewables"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-1078390517-54","ec-person-95f883d5d0d484088f26191a8fea8553d674dfbe"]}} -{"id":"ec-meeting-2016-11-21-dc6d41837dcab255de501c05faa34c51094ae5b6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-21 - Cabinet of Vice-President Valdis Dombrovskis x CIP - Confederação Empresarial de Portugal"],"date":["2016-11-21"],"summary":["Social dialogue in Portugal. Exchange of views on the economic and social situation in Portugal"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-1f98d05bdaed2c40396781b1eb7b0aa47cb8dd20","eu-tr-022255314501-32","ec-person-f6170dbdd732fc460a713b82b57759ac5e77fdc6"]}} -{"id":"ec-meeting-2016-11-21-e0bff8e4da6cd9efa517be3fc0edc6eefdb7c46d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-21 - Cabinet of Vice-President Cecilia Malmström x The European Steel Association"],"date":["2016-11-21"],"summary":["TDI, China MES"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-19b143e83f8ab978c55c8a9a9e49e06dbfa14bf3","eu-tr-93038071152-83"]}} -{"id":"ec-meeting-2016-11-21-f2f10023d8fdbd3d363815c7afc8faf26c27d24e","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2016-11-21 - Cabinet of Commissioner Carlos Moedas x CIP - Confederação Empresarial de Portugal"],"date":["2016-11-21"],"summary":["Confederação Empresarial de Portugal - Bilateral Meeting","Innovation"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Bruxelles, Belgium","Brussels"],"address":["Bruxelles, Belgium","Brussels"],"addressEntity":["addr-eee1feebc17b3c7a229c67678392ac489d04d92a","addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-23980b2bc4fd9c82051d0f7888dc236b2f764866","ec-person-01051f0f33bfdc2ecc41873c02cae666c5e0d099","ec-person-a45151b401196e9c374c9acdada9d8840da271ad","eu-tr-022255314501-32"]}} -{"id":"ec-meeting-2016-11-22-0684ab9174801baa80e51efbe1d3b763d9c76fba","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-22 - Trade x Confederação Nacional da Indústria"],"date":["2016-11-22"],"summary":["EU-Mercosur negotiations"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-trade"],"involved":["ec-person-bde9bb099f5d24c52ca4a9255cefc99a5b87a650","eu-tr-576942424527-18"]}} -{"id":"ec-meeting-2016-11-22-1944d59f0ef95253be64336c28e79aef83aa5a41","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-22 - Cabinet of Vice-President Jyrki Katainen x AeroSpace and Defence Industries Association of Europe"],"date":["2016-11-22"],"summary":["Research in the aeronautics sector under H2020"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-81b1dda49062e5dac42bdad9273fa72968a2c325","eu-tr-72699997886-57"]}} -{"id":"ec-meeting-2016-11-22-19c6d9e5e896f2e0bdd29c737619aeaa75e1ad58","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-22 - Cabinet of Vice-President Valdis Dombrovskis x BlackRock"],"date":["2016-11-22"],"summary":["Sustainable/Green Finance, CMU"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-3f9ca71b74344417d1f072ba7f3e2f09a223b036","eu-tr-51436554494-18","ec-person-537401fc0be04984531b83660f416bf2fe14fbd8"]}} -{"id":"ec-meeting-2016-11-22-1f5c4b4813dd9a81d93fe6c59c311765131451fa","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-22 - Günther Oettinger x United Internet AG"],"date":["2016-11-22"],"summary":["online platforms"],"location":["Berlin"],"address":["Berlin"],"addressEntity":["addr-062b06ba8e755765c6b049809b7430fd54fe5b21"],"organizer":["ec-dg-de"],"involved":["eu-tr-31650149406-33","ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0"]}} -{"id":"ec-meeting-2016-11-22-2b3e6ca4585e6025341645540b829db2ea2f9a16","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-22 - Günther Oettinger x Axel Springer SE"],"date":["2016-11-22"],"summary":["copyright"],"location":["Berlin"],"address":["Berlin"],"addressEntity":["addr-062b06ba8e755765c6b049809b7430fd54fe5b21"],"organizer":["ec-dg-de"],"involved":["eu-tr-742417913824-11","ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0"]}} -{"id":"ec-meeting-2016-11-22-32b5a75693c387d23dc26439b2acc99b82a86256","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-22 - Cabinet of Commissioner Phil Hogan x European Forest Institute"],"date":["2016-11-22"],"summary":["State aid Guidelines"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-38315289949-88","ec-person-ff8342dedc26701400fcb7dcf73fbee50a837ac6"]}} -{"id":"ec-meeting-2016-11-22-4a0514a7523cf4699e3db17d205b4c67968f04b0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-22 - Cabinet of Vice-President Miguel Arias Cañete x None"],"date":["2016-11-22"],"summary":["ETS reform"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Europan Parl (Magritte Group)"],"address":["Brussels, Europan Parl (Magritte Group)"],"addressEntity":["addr-82f0ccb7a4ffe05f9a27eb2cc7786101259d684d"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-03501997362-71","eu-tr-90947457424-20","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd","eu-tr-41816938101-07","eu-tr-429600710582-32","eu-tr-39966101835-69","eu-tr-56592866496-47","eu-tr-6256831207-27"]}} -{"id":"ec-meeting-2016-11-22-4dd5e7f5e5c908d7ef2fd38c57a5da45cc151e70","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-22 - Informatics x CGI Belgium"],"date":["2016-11-22"],"summary":["Introductory Meeting - Presentation of CGI Belgium and its activities"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-digit"],"involved":["eu-tr-030471123713-54","ec-person-32591d36027eb92a66b57d5bcc8c57d9574380b0"]}} -{"id":"ec-meeting-2016-11-22-4ea8d875e2100d9bd48087331d1e12cee6a3bb05","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-22 - Cabinet of Vice-President Karmenu Vella x Kraton Chemical B.V. Metsäliitto Cooperative"],"date":["2016-11-22"],"summary":["Energy package"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["eu-tr-27765665712-26","ec-person-98899253aaaa8e936aec841aef4a31c3573bbfad","eu-tr-962687110415-94"]}} -{"id":"ec-meeting-2016-11-22-52c6b51fd6bcfe005bbd3f4ddea570b684decd5e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-22 - Cabinet of Commissioner Phil Hogan x Beef + Lamb New Zealand"],"date":["2016-11-22"],"summary":["Business discussion"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-400dd8d59d3060187d9b9b143d697da1a3d03c12","eu-tr-411499419067-78"]}} -{"id":"ec-meeting-2016-11-22-5abdbab43a710adf71fc91d1e0c137a7f5878acb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-22 - Cabinet of Commissioner Tibor Navracsics x University of Warwick"],"date":["2016-11-22"],"summary":["Skills Agenda and Higher Education Policy"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-fc5c01a0bffedf0f4e205a759b40239535313d28","eu-tr-536909915836-27"]}} -{"id":"ec-meeting-2016-11-22-5c3ce9ecd836ec822ccae030f9d6d0d1f5a53b9a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-22 - Cabinet of Commissioner Elżbieta Bieńkowska x Polish Electricity Association"],"date":["2016-11-22"],"summary":["Energy"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-255859710443-50","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2016-11-22-641a02feba6c8ca80d8593c5eb544eaf001a0553","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-22 - Energy x Terna spa"],"date":["2016-11-22"],"summary":["Energy priority projects"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-937812815077-68","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2016-11-22-64a7b4fc47bd003386bf799b27a16139da022d98","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-22 - Cabinet of Vice-President Jyrki Katainen x Kreab"],"date":["2016-11-22"],"summary":["renewable energy"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-1078390517-54","ec-person-0da85dc48012e26688310a59a0b51727ea68f410"]}} -{"id":"ec-meeting-2016-11-22-6b2d42d6721e3018dc0461084bad65fd18ba78ea","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-22 - Communications Networks, Content and Technology x Rat für Informationsinfrastrukturen"],"date":["2016-11-22"],"summary":["Presentation of the German Council for Scientific Information Infrastructures, discussion of the key recommendation of the Council, namely the development of a National Research Data Infrastructure and its link to the European Cloud Initiative / EOSC and of the question of skills development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-811363624510-06","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2016-11-22-6b7b0d8e6dab7d36da6f7c4e502da64a7d1249a9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-22 - Cabinet of Commissioner Phil Hogan x Union Européenne du Commerce du Bétail et des Métiers de la Viande"],"date":["2016-11-22"],"summary":["Agri matters"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-400dd8d59d3060187d9b9b143d697da1a3d03c12","eu-tr-4422649896-52"]}} -{"id":"ec-meeting-2016-11-22-7104db181e8ed5c1ca3a72781a732c73515b5a99","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-22 - Maritime Affairs and Fisheries x European Community Shipowners' Associations"],"date":["2016-11-22"],"summary":["Reefer vessels / sharks"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-mare"],"involved":["ec-person-a7b4b8418268a6d6c196b5e45f606fc92acbdb8c","eu-tr-59004966537-01"]}} -{"id":"ec-meeting-2016-11-22-75041fda97b85cc0a938e018268ef38baefe4ee4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-22 - Cabinet of Commissioner Tibor Navracsics x JA Europe"],"date":["2016-11-22"],"summary":["Entrepreneurship"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-1da7ee09d46288ee4ea9db2b644bdcf9c3d6d000","eu-tr-640075618084-13"]}} -{"id":"ec-meeting-2016-11-22-85c335c1b35a035d47cc5dc083a2354d89a7df05","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-22 - Mobility and Transport x Airports Council International - European Region"],"date":["2016-11-22"],"summary":["Aviation security and crisis management"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-move"],"involved":["eu-tr-42566063487-73","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2016-11-22-a98d91aee8d3a2cec6aa74f0d67c80e10246862d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-22 - Cabinet of Vice-President Maroš Šefčovič x BP p.l.c."],"date":["2016-11-22"],"summary":["State of play Southern Gas Corridor"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-3394026642-58","ec-person-3bf48630444ace93d407e52eb880e64d480f75ce"]}} -{"id":"ec-meeting-2016-11-22-aa658a7db21884cf8296cb98ae4d537d74ff2a98","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-22 - Günther Oettinger x Bundesverband Breitbandkommunikation e.V."],"date":["2016-11-22"],"summary":["telecoms policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-028570718529-43","ec-person-c6cae64cc7dc787b66a47ab1613d3e922875b971"]}} -{"id":"ec-meeting-2016-11-22-b13438a1083a29af152357f38790a49452a29273","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2016-11-22 - Cabinet of Commissioner Phil Hogan x Ibec"],"date":["2016-11-22"],"summary":["General","Agri matters"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-400dd8d59d3060187d9b9b143d697da1a3d03c12","eu-tr-479468313744-50","ec-person-ff8342dedc26701400fcb7dcf73fbee50a837ac6"]}} -{"id":"ec-meeting-2016-11-22-b5558b744ff822b653a89276ef56ea134f8ccbee","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-22 - Cabinet of President Jean-Claude Juncker x Greenpeace European Unit"],"date":["2016-11-22"],"summary":["discuss EU-wide authorisation procedures in certain sensitive sectors"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-e415577aabb40c0f789310505c6c5803aa69037b","eu-tr-9832909575-41"]}} -{"id":"ec-meeting-2016-11-22-b8ed967fdc8686e4670ebe65611a60491c8c5885","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-22 - Cabinet of Vice-President Miguel Arias Cañete x ELSA &PARTNERS"],"date":["2016-11-22"],"summary":["Winter package - upcoming legislative package"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-462142617062-10","ec-person-2229c857664a22dcb8eee79a8c05841fd3d0924f"]}} -{"id":"ec-meeting-2016-11-22-bf49cf9ea40ce4a5bc7a5d12ce12db99e3328e91","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-22 - Cabinet of Commissioner Violeta Bulc x International Council on Clean Transportation"],"date":["2016-11-22"],"summary":["Biofrontiers report"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-e14c58f620f40325d829df7be0823280307bc15f","eu-tr-06250094777-73"]}} -{"id":"ec-meeting-2016-11-22-ccb456a5d2bdefbceec031994dedb4665d2f0e0c","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2016-11-22 - Cabinet of President Jean-Claude Juncker x Human Rights Watch"],"date":["2016-11-22"],"summary":["Migration","European Migration Policy"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-9c3ecdfef0005edcc4749f05e79adbb4369d514a","eu-tr-56362448807-46"]}} -{"id":"ec-meeting-2016-11-22-dfa3dda38a2c3a141d0cf4c970108e3feaf31fa1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-22 - Cabinet of First Vice-President Frans Timmermans x The Lisbon Council for Economic Competitiveness and Social Renewal asbl"],"date":["2016-11-22"],"summary":["App economy"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-6766950469-32","ec-person-284d94050a35c9079d8b1ba3f85eaf7777b5fea9"]}} -{"id":"ec-meeting-2016-11-22-f6f2ea3bafe96316b4725b1ff0fc3c7466c3bf93","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-22 - Cabinet of Vice-President Cecilia Malmström x European Chamber of Commerce Taiwan"],"date":["2016-11-22"],"summary":["Current political situation / How to remove obstacles to make business in Taiwan"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-20ded9db5df11164331bb161fdf234b1e5ad53fd","ec-person-98880f3f4206145e196013db9dd806a551c11e06","eu-tr-012717123539-58"]}} -{"id":"ec-meeting-2016-11-22-f9f7cd390c916f45e6903f64baf7774c422e1b9f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-22 - Cabinet of Commissioner Vytenis Andriukaitis x Avisa Partners"],"date":["2016-11-22"],"summary":["Patient reported outcomes for Chronic Kidney diseases"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-97425c615743576adc42e09bee7dac14f83f691b","eu-tr-54210841652-13"]}} -{"id":"ec-meeting-2016-11-23-6cc20fe23040e841a093ed2912a4bede0c3bf4e3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-23 - Cabinet of Vice-President Jyrki Katainen x European Renewable Energies Federation asbl"],"date":["2016-11-23"],"summary":["renewable energies"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-48677174683-66","ec-person-0da85dc48012e26688310a59a0b51727ea68f410"]}} -{"id":"ec-meeting-2016-11-23-6da0129a2081bad709ff0239bd5310606ac2b5e3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-23 - Cabinet of Vice-President Valdis Dombrovskis x European Confederation of Independent Trade Unions"],"date":["2016-11-23"],"summary":["Exchange of views ahead of CESI Congress; Social dialogue"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-1f98d05bdaed2c40396781b1eb7b0aa47cb8dd20","eu-tr-32738888445-74"]}} -{"id":"ec-meeting-2016-11-23-77fe71d3f9432b60118eca0eae969f8a69e4adee","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-23 - Cabinet of Commissioner Phil Hogan x EPPA SA"],"date":["2016-11-23"],"summary":["•\tintroduce the company to you but also to discuss the regulatory framework of plant protection products and more broadly the role of these products in sustainable agriculture in the EU while ensuring a high level of protection of human and animal health and the environment"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels, BERL 089/318"],"address":["Brussels, BERL 089/318"],"addressEntity":["addr-461b7d6990afe146ca8bef17d008132c70a32960"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-31367501249-92","ec-person-7d3caa534e5cdda6d5b949bd4b2def39356e3bec"]}} -{"id":"ec-meeting-2016-11-23-7b3cc009909185df32c394b1d63ab6b08b33910b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-23 - Energy x Orgalim – Europe's Technology Industries"],"date":["2016-11-23"],"summary":["Energy policy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-20210641335-88","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2016-11-23-83633729e9ac655134cb8b69e4a31a195ad4e0cc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-23 - Cabinet of Vice-President Valdis Dombrovskis x APCO Worldwide"],"date":["2016-11-23"],"summary":["Retail Financial Services and FinTech"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-81995781088-41","ec-person-537401fc0be04984531b83660f416bf2fe14fbd8"]}} -{"id":"ec-meeting-2016-11-23-89ab908271765ec9e0251d88df2985729a5c4dfd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-23 - Cabinet of Commissioner Carlos Moedas x Merck"],"date":["2016-11-23"],"summary":["EPFIA's Priorities"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-f7ccc3ad366dd2fdb24870e1c02ff2763539c82f","eu-tr-49654992078-52"]}} -{"id":"ec-meeting-2016-11-23-8bc4fe2fc87d267e2ecfcaa7a2f0b326416b4b21","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-23 - Cabinet of Commissioner Tibor Navracsics x European Youth Forum"],"date":["2016-11-23"],"summary":["New Youth initiative - Bratislava process’ youth dimension"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels - BERL"],"address":["Brussels - BERL"],"addressEntity":["addr-99dfa36e260650a0f0bb726f70d612b1fe5903b8"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-dc2e0fed0fdf39a6a3f3ad63355c5215599de9d1","eu-tr-43251547769-22"]}} -{"id":"ec-meeting-2016-11-23-9150fdb59597680dc458e2194b8019aa54b6c745","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-23 - Interpretation x Ernst & Young Core Business Services BV"],"date":["2016-11-23"],"summary":["Meeting on EU Entrepreneurial Winning Women"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-scic"],"involved":["ec-person-76b151748d1f1ba598736daaa89d7abd2c3bfacb","eu-tr-04458109373-91"]}} -{"id":"ec-meeting-2016-11-23-978e343dd7c60dd5021842ccafca5e4b542e826a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-23 - Cabinet of Vice-President Andrus Ansip x Interactive Advertising Bureau Europe European Magazine Media Association European Association of Communications Agencies Federation of European Data and Marketing European Newspaper Publishers' Association European Publishers Council The European Interactive Digital Advertising Alliance"],"date":["2016-11-23"],"summary":["E-privacy review"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-43167137250-27","ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0","eu-tr-81856044851-22","eu-tr-37937886834-69","ec-person-5db7bdd1c81da2e70eb5b982097d0004111b5c3e","eu-tr-39300567160-02","eu-tr-268605424648-34","eu-tr-4456380381-30","eu-tr-5950962136-12"]}} -{"id":"ec-meeting-2016-11-23-a0457007c8b7900611e93b49049dff9c02c26040","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-23 - Competition x Studienvereinigung Kartellrecht e.V."],"date":["2016-11-23"],"summary":["To discuss competition trends"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-comp"],"involved":["eu-tr-791153119991-74","ec-person-8600a621c9aef12fc33b708e13b3cd3d5fa5696b"]}} -{"id":"ec-meeting-2016-11-23-a74c29629ff569f069346834a43be3c120df4a70","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-23 - Cabinet of Commissioner Pierre Moscovici x Centre for European Reform TheCityUK"],"date":["2016-11-23"],"summary":["Dinner hosted by the Centre for European Reform and CityUK to discuss the economic and political outlook for the EU and the eurozone in 2017."],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["London"],"address":["London"],"addressEntity":["addr-4c57f0c88d9844630327623633ce269cf826ab99"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["eu-tr-524976815651-12","ec-person-3cbeba61ae952f06fe4916c381438ebbc676a597","eu-tr-237922911665-25"]}} -{"id":"ec-meeting-2016-11-23-b1a9a606f388e41592b48eceffb20e7579c58cc8","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2016-11-23 - Cabinet of Vice-President Andrus Ansip x DIGITALEUROPE"],"date":["2016-11-23"],"summary":["Free flow of data","e-privacy position paper"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-5db7bdd1c81da2e70eb5b982097d0004111b5c3e","eu-tr-64270747023-20","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45","ec-person-91ca0921c6790191daa54427311acd63035e7c9e"]}} -{"id":"ec-meeting-2016-11-23-b761dc118f0fd44a180c40f65ba5d3b8156c47d5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-23 - Cabinet of Vice-President Jyrki Katainen x European Tax Adviser Federation"],"date":["2016-11-23"],"summary":["Commission’s proposals aiming at improving the Single Market and at fighting against tax fraud and tax evasion"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-760084520382-92","ec-person-955e8c493ab54847bb92b65986f56a401f8eabee"]}} -{"id":"ec-meeting-2016-11-23-b808ea34fc3f37cc915a8e0873e3f7c1c33c7e01","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-23 - Cabinet of Commissioner Věra Jourová x Facebook Ireland Limited Microsoft Corporation Google"],"date":["2016-11-23"],"summary":["Code of Conduct"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["eu-tr-03181945560-59","ec-person-1e0e3a00ab815dea7c5b839b002ed2c7e34bfe0a","eu-tr-0801162959-21","ec-person-184e698af1eb9e33b179680570ca171d8cb31c94","eu-tr-28666427835-74"]}} -{"id":"ec-meeting-2016-11-23-c3d73da73e04eb056a4da39e6f9e450c5418dfa9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-23 - Cabinet of First Vice-President Frans Timmermans x European Telecommunications Network Operators' Association"],"date":["2016-11-23"],"summary":["ePrivacy"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["ec-person-284d94050a35c9079d8b1ba3f85eaf7777b5fea9","eu-tr-08957111909-85"]}} -{"id":"ec-meeting-2016-11-23-cd6698d777102631183faa85f74f2530995c3340","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-23 - Cabinet of Commissioner Tibor Navracsics x IBM Corporation"],"date":["2016-11-23"],"summary":["ICT in education"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["eu-tr-7721359944-96","ec-person-1da7ee09d46288ee4ea9db2b644bdcf9c3d6d000"]}} -{"id":"ec-meeting-2016-11-23-d20090d9347a6ea480ba57644e0db9acd0e8fb13","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-23 - Cabinet of First Vice-President Frans Timmermans x Human Rights Watch"],"date":["2016-11-23"],"summary":["Rule of Law and infrigments"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["ec-person-6d8b11c800391d9e6515bbd1b0e9d54c7da270da","eu-tr-56362448807-46"]}} -{"id":"ec-meeting-2016-11-23-ea0b0ba709013f8710198138292d7e2fc6cfa7da","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-23 - Cabinet of Vice-President Neven Mimica x Transparency International"],"date":["2016-11-23"],"summary":["Role of transparency and accountability in the new Development Consensus"],"notes":["Portfolio: International Cooperation & Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-mimica-neven-of-president-vice"],"involved":["ec-person-e90858f5aba78fd0e1cb2f757c3f38d55d91f98b","eu-tr-501222919-71"]}} -{"id":"ec-meeting-2016-11-23-edd55b830522aaac714f3ef724a24bf3de3a53fb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-23 - Cabinet of Vice-President Cecilia Malmström x amfori - Trade with Purpose V V G B Advocaten Steptoe & Johnson LLP"],"date":["2016-11-23"],"summary":["How to increase transparency in TDI"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-ce1312d2a248f71fe74eed58aa5915cfa445bbba","eu-tr-84768556104-35","ec-person-20ded9db5df11164331bb161fdf234b1e5ad53fd","eu-tr-025843424137-75","eu-tr-596796520126-28"]}} -{"id":"ec-meeting-2016-11-23-f34f1102ce46264ccfa1e5029e880e378e20f7a8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-23 - Cabinet of Vice-President Jyrki Katainen x MEDICINES FOR EUROPE"],"date":["2016-11-23"],"summary":["IPR actions in the single market strategy"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-48325781850-28","ec-person-81b1dda49062e5dac42bdad9273fa72968a2c325"]}} -{"id":"ec-meeting-2016-11-23-f3de8ea7b5bd7444c6f2670f7d2ee33bc9f3effb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-23 - Günther Oettinger x American Chamber of Commerce to the European Union"],"date":["2016-11-23"],"summary":["digitising European industry"],"location":["Stuttgart"],"address":["Stuttgart"],"addressEntity":["addr-ec1b13e7905dbe946388ffc80ac1b7f2624ca649"],"organizer":["ec-dg-de"],"involved":["ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0","eu-tr-5265780509-97"]}} -{"id":"ec-meeting-2016-11-23-f7b3aab1f2f786e3789208b96c4aeac643226472","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-23 - Interpretation x Women Political Leaders"],"date":["2016-11-23"],"summary":["Presentation of the activities of the Women in Parliaments Global Forum"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-scic"],"involved":["ec-person-76b151748d1f1ba598736daaa89d7abd2c3bfacb","eu-tr-419508817229-68"]}} -{"id":"ec-meeting-2016-11-23-f871ed58833486349476a85e3550786f1778fb46","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-23 - Cabinet of Vice-President Karmenu Vella x OXFAM INTERNATIONAL EU ADVOCACY OFFICE"],"date":["2016-11-23"],"summary":["Energy package"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["eu-tr-46856801604-90","ec-person-98899253aaaa8e936aec841aef4a31c3573bbfad"]}} -{"id":"ec-meeting-2016-11-23-f8caab1baa2d65edd75ab61242a45e589d06e5b3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-23 - Cabinet of Commissioner Tibor Navracsics x European Confederation of Independent Trade Unions"],"date":["2016-11-23"],"summary":["Radicalisation and teachers"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["eu-tr-32738888445-74","ec-person-1da7ee09d46288ee4ea9db2b644bdcf9c3d6d000"]}} -{"id":"ec-meeting-2016-11-24-05857093da29646955bed9c7040756f3cd1feb64","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-24 - Cabinet of Commissioner Phil Hogan x FoodDrinkEurope"],"date":["2016-11-24"],"summary":["Agriculture Issues"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-75818824519-45","ec-person-a1a78365cc4685b0958056646204977d8f2ead92"]}} -{"id":"ec-meeting-2016-11-24-329413c04546a1fbd5d05fabfacd6b41f37a5724","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-24 - Cabinet of Vice-President Andrus Ansip x Nokia"],"date":["2016-11-24"],"summary":["Standardisation"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-35167875358-33","ec-person-6a03bc4fa7657513ea34529e98dba0671ef4c849"]}} -{"id":"ec-meeting-2016-11-24-4a507aac24fe1f5f67a662cfabdc7e466da3f120","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-24 - Inspire, Debate, Engage and Accelerate Action x UNIVERSIDAD DE ALCALÁ"],"date":["2016-11-24"],"summary":["Development and Social Innovation"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-dg-idea"],"involved":["eu-tr-313883223746-34","ec-person-4fe56a64c00b3e81c851b5538878b32481bd7d3c"]}} -{"id":"ec-meeting-2016-11-24-525aa4437c5f51aef276b306ab0be521e724d585","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-24 - Cabinet of Commissioner Julian King x National Grid Commercial Holdings Limited"],"date":["2016-11-24"],"summary":["Cybersecurity issues and Critical Infrastructure Protection"],"notes":["Portfolio: Security Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-julian-king-of"],"involved":["ec-person-355668f7f858778b0b745d45441b2e4393f4a7be","eu-tr-56039866688-26"]}} -{"id":"ec-meeting-2016-11-24-66df3556bf9d0f915fbbc5b7d3e2b19bd5b6adb7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-24 - Günther Oettinger x Association of the European Self-Care Industry"],"date":["2016-11-24"],"summary":["digitisation in the medical sector"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-c6cae64cc7dc787b66a47ab1613d3e922875b971","eu-tr-99565011637-64"]}} -{"id":"ec-meeting-2016-11-24-7797deb3c24eb359c56a48443827b723ec2c4b8e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-24 - Cabinet of Commissioner Phil Hogan x Confederação Nacional da Agricultura"],"date":["2016-11-24"],"summary":["Agri Matters"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-154635219576-69","ec-person-a1a78365cc4685b0958056646204977d8f2ead92"]}} -{"id":"ec-meeting-2016-11-24-9104f3cdad2c226b7642eb1ee12c7a56c1cd814e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-24 - Cabinet of Commissioner Corina Crețu x European Business Summit Network"],"date":["2016-11-24"],"summary":["European Business Summit 2017"],"notes":["Portfolio: Regional Policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-corina-cretu-of"],"involved":["eu-tr-268958411031-65","ec-person-c9d4945f28454cc49c4ea188c82e64b0dac3bd73"]}} -{"id":"ec-meeting-2016-11-24-99a433cbfe188843a50bbb7daec10d577e86b5ac","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-24 - Cabinet of Commissioner Violeta Bulc x John Zib"],"date":["2016-11-24"],"summary":["feedback on the EIP-SCC"],"notes":["Portfolio: Transport"],"location":["Bruxelles"],"address":["Bruxelles"],"addressEntity":["addr-b58f5927b66d94a676970dc048485d4c6848f272"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-934593924492-57","ec-person-6a5ceb87383474e4b7f430af341029a155e255b0"]}} -{"id":"ec-meeting-2016-11-24-a0d6318d154998a00bf665cf8e6307b4678fccbb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-24 - Cabinet of Commissioner Marianne Thyssen x Association Internationale de la Mutualité"],"date":["2016-11-24"],"summary":["Pillar of Social rights"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Paris"],"address":["Paris"],"addressEntity":["addr-22390ad11c32faec43fc61555b53607660b3c185"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["eu-tr-595328413083-91","ec-person-5a49eb89125b4b5d1125b3925bbb64aba1bea2b3"]}} -{"id":"ec-meeting-2016-11-24-b335e675f9a6a2274a774a2a1698b6de732c255f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-24 - Cabinet of Commissioner Pierre Moscovici x Policy Network and Communications Ltd"],"date":["2016-11-24"],"summary":["Lunchtime hosted by the Policy Network think tank on Brexit, the rise of populism and the policy responses that should be developed in the EU and euro area to address this."],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["London"],"address":["London"],"addressEntity":["addr-4c57f0c88d9844630327623633ce269cf826ab99"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["eu-tr-471036615028-82","ec-person-3cbeba61ae952f06fe4916c381438ebbc676a597"]}} -{"id":"ec-meeting-2016-11-24-bef59f572dda6c88cedbaa527c8fdad899514e9e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-24 - Cabinet of Vice-President Cecilia Malmström x PAPER EXCELLENCE B.V. STEPS MANAGEMENT SPRL"],"date":["2016-11-24"],"summary":["Trade and investment in the paper and pulp sectors"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-658449124521-36","eu-tr-244865715700-07","ec-person-98880f3f4206145e196013db9dd806a551c11e06"]}} -{"id":"ec-meeting-2016-11-24-c21b5395bcbb8bf7e1ec1d573adb8ca7fcc9f71a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-24 - Mobility and Transport x Groupe ADP"],"date":["2016-11-24"],"summary":["Aviation strategy for Europe, safety, security"],"location":["Paris, France"],"address":["Paris, France"],"addressEntity":["addr-c70534aa18173b860a10a50a47b139c4a581cbf6"],"organizer":["ec-dg-move"],"involved":["eu-tr-53916638834-05","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2016-11-24-c5829e9a5d8fbc4f4984dc44f1e8b64c656b75eb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-24 - Cabinet of Commissioner Věra Jourová x Stichting Car Claim"],"date":["2016-11-24"],"summary":["Diesel case"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-a2ca9161feee56909a0e98b473c2d342c20fdb57","eu-tr-725605624610-41"]}} -{"id":"ec-meeting-2016-11-24-cdfeea2382844bd3ec0b519d45e4fc94cf162a30","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-24 - Cabinet of Commissioner Marianne Thyssen x industriAll European Trade Union"],"date":["2016-11-24"],"summary":["'Work of the Task Force Caterpillar'"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["ec-person-c508e9337eca6b067c1f966b82de49c4824a3ad0","eu-tr-358284014848-82"]}} -{"id":"ec-meeting-2016-11-24-ddb3421698b1e982fbac658d9df0c90f44730879","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-24 - Cabinet of Commissioner Carlos Moedas x Bureau Brussel Vewin - Unie van Waterschappen"],"date":["2016-11-24"],"summary":["innovation on Water"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-0a716bf5253e913fc40ebf14c12f30dc2e7a06ee","eu-tr-17798717671-62"]}} -{"id":"ec-meeting-2016-11-24-f196a7abe6cde23454ba783864f70003c1e92a7a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-24 - Cabinet of Commissioner Pierre Moscovici x European Business Summit Network"],"date":["2016-11-24"],"summary":["preparation of next European Business Summit"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["ec-person-79931cfd2923c1aca9c7d284e9590732b0a36ed9","eu-tr-268958411031-65"]}} -{"id":"ec-meeting-2016-11-25-0517653bec523b1ce13289fb191c08b025a9b84a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-25 - Cabinet of Commissioner Corina Crețu x UNIFE"],"date":["2016-11-25"],"summary":["ESI Funds for Rail"],"notes":["Portfolio: Regional Policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-corina-cretu-of"],"involved":["eu-tr-9624415524-28","ec-person-f5bd4d5d0170028815aba56ee7d4883f0fd70f47"]}} -{"id":"ec-meeting-2016-11-25-059997531695f94e215afbaa3dd32d833e3bb51a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-25 - Günther Oettinger x Bartholomew Advisors SCS"],"date":["2016-11-25"],"summary":["DSM"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-237791211737-55","ec-person-c6cae64cc7dc787b66a47ab1613d3e922875b971"]}} -{"id":"ec-meeting-2016-11-25-08bc9f830c87e26a431554c0defba836f3b78d33","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-25 - Cabinet of Commissioner Tibor Navracsics x CONFCOMMERCIO - IMPRESE PER L'ITALIA"],"date":["2016-11-25"],"summary":["Dual education"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["eu-tr-04877777421-88","ec-person-1da7ee09d46288ee4ea9db2b644bdcf9c3d6d000"]}} -{"id":"ec-meeting-2016-11-25-2cec7b8b0ae6b9c2dc1c0ab6579fcf954f9c2b86","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-25 - Cabinet of Commissioner Phil Hogan x Syngenta Crop Protection AG"],"date":["2016-11-25"],"summary":["general AGRI business + Syngenta issues"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels, BERL 08/304"],"address":["Brussels, BERL 08/304"],"addressEntity":["addr-72c04700d8489d7ba40c4ad5f8595a9aefba3741"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-16822412339-79","ec-person-7d3caa534e5cdda6d5b949bd4b2def39356e3bec"]}} -{"id":"ec-meeting-2016-11-25-60af3239c2655b115de38889f08beadccb97f410","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-25 - Cabinet of President Jean-Claude Juncker x British Bankers' Association"],"date":["2016-11-25"],"summary":["financial services agenda"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-5897733662-75","ec-person-c402e34a99fbee730ae22e3b1958e21c94dc6fcc"]}} -{"id":"ec-meeting-2016-11-25-ae0b5693b2402d352bfba7692ef560e164d55d7a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-25 - Cabinet of Vice-President Andrus Ansip x Computer & Communications Industry Association"],"date":["2016-11-25"],"summary":["e-privacy"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-5db7bdd1c81da2e70eb5b982097d0004111b5c3e","eu-tr-15987896534-82"]}} -{"id":"ec-meeting-2016-11-25-cde7598b4ff167c3a2c89acf67c1c1a86c46236d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-25 - Cabinet of Commissioner Věra Jourová x IBM Corporation"],"date":["2016-11-25"],"summary":["e-privacy directive a Privacy Shield"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["eu-tr-7721359944-96","ec-person-f329292459cb1badb7fb7c6b67b698c441931bb2"]}} -{"id":"ec-meeting-2016-11-25-d61ff6a48aab34f8ff94a5e116e3edc24b6de85a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-25 - Cabinet of Commissioner Christos Stylianides x Médecins Sans Frontières"],"date":["2016-11-25"],"summary":["Humanitarian situation in Nigeria"],"notes":["Portfolio: Humanitarian Aid & Crisis Management"],"location":["Brussels / Berlaymont"],"address":["Brussels / Berlaymont"],"addressEntity":["addr-4f343d650b66602c3c5502d81f7dda491db2841e"],"organizer":["ec-cabinet-christos-commissioner-of-stylianides"],"involved":["eu-tr-38497857515-11","ec-person-de605a3492bf8716a72a814958f304a939e828b3"]}} -{"id":"ec-meeting-2016-11-25-da83d1f9ca7cf9cf4569b5301338be6b36ae4b2d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-25 - Cabinet of Commissioner Elżbieta Bieńkowska x Archer Daniels Midland Company"],"date":["2016-11-25"],"summary":["bioenergy"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-57554935989-06","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2016-11-25-dbf0148809c39b2279d0a6d48a351324a33871c9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-25 - Cabinet of Vice-President Jyrki Katainen x OXFAM INTERNATIONAL EU ADVOCACY OFFICE"],"date":["2016-11-25"],"summary":["Energy Package"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-f9208d930adc70c6c64e21701e48f85f6f18e949","eu-tr-46856801604-90"]}} -{"id":"ec-meeting-2016-11-25-e1f5eaef0bdd1bc485df67e9aac6b6122dc52c12","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-25 - Cabinet of Commissioner Elżbieta Bieńkowska x MOBIVIA"],"date":["2016-11-25"],"summary":["EUr legal framework essential to protect a genuine fair competition amongst all acots of the automotive sector"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-597100516827-13","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2016-11-25-e7986f119439ceda6c2414ed49f5648fff43e12d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-25 - Cabinet of Vice-President Karmenu Vella x CLG Europe"],"date":["2016-11-25"],"summary":["Ocean Governance, Blue Economy"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["eu-tr-381796719468-68","ec-person-0e3efd8bc1c3ee9a80205d0bb78f316fa1621e5d"]}} -{"id":"ec-meeting-2016-11-25-ea437da175ad760cdac11245598246a9673e95ee","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-25 - Cabinet of Commissioner Elżbieta Bieńkowska x EPIA SolarPower Europe"],"date":["2016-11-25"],"summary":["renewable energy directive and the market design reform"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-2680046412-48","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2016-11-25-ff667f1df11b4cbb657bf936e7bbdd7a1d7c82db","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-25 - Cabinet of High Representative / Vice-President Federica Mogherini x Médecins Sans Frontières Save the Children International Amnesty International Limited CARE International Aisbl ACTION CONTRE LA FAIM Danish Refugee Council Brussels International Catholic Migration Commission-Europe"],"date":["2016-11-25"],"summary":["Niger Compact"],"notes":["Portfolio: Foreign Affairs and Security Policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"involved":["eu-tr-38497857515-11","eu-tr-272646820681-30","eu-tr-138599722179-35","eu-tr-11610562644-55","eu-tr-11063928073-34","eu-tr-869085819965-27","ec-person-23c55ec7dbedbeca55522253bc69ae6fd1bea72c","eu-tr-90237823189-97"]}} -{"id":"ec-meeting-2016-11-28-018efd6b541bbed0db27b5d1e379320a4ee3933c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-28 - Günther Oettinger x 50Hertz Transmission GmbH"],"date":["2016-11-28"],"summary":["energy package"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-266727516639-73","ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0"]}} -{"id":"ec-meeting-2016-11-28-074d9ec53eea4b502df2cdb5fd292cc817506dbf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-28 - Cabinet of Commissioner Carlos Moedas x Huawei Technologies"],"date":["2016-11-28"],"summary":["Meeting with the President and Founder of Huawei Technologies/Innovation Policy"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-f7ccc3ad366dd2fdb24870e1c02ff2763539c82f","ec-person-23980b2bc4fd9c82051d0f7888dc236b2f764866","eu-tr-114467111412-38"]}} -{"id":"ec-meeting-2016-11-28-2c0385e93430cd06a52ab9862c150a6be436434f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-28 - Cabinet of Vice-President Jyrki Katainen x Huawei Technologies"],"date":["2016-11-28"],"summary":["Investments in Europe"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90","ec-person-7c9460f99c5872dbdc561f5752401c870d12e98b","eu-tr-114467111412-38"]}} -{"id":"ec-meeting-2016-11-28-3e4aad6df43a4b9c9e179bcf74aad9a9a4bc84b7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-28 - Cabinet of Vice-President Cecilia Malmström x EUROPEAN TRADE UNION CONFEDERATION Canadian Labour Congress"],"date":["2016-11-28"],"summary":["CETA"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-19b143e83f8ab978c55c8a9a9e49e06dbfa14bf3","eu-tr-670482523660-60","ec-person-cb8ca9ec2413722fa83484ed18dd76ace52d0118","eu-tr-06698681039-26"]}} -{"id":"ec-meeting-2016-11-28-4172b2249b811dc42677dd0916b4beb911f9500b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-28 - Cabinet of Commissioner Věra Jourová x Yelp"],"date":["2016-11-28"],"summary":["Competition in the digital single market"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-a2ca9161feee56909a0e98b473c2d342c20fdb57","eu-tr-173076213280-06"]}} -{"id":"ec-meeting-2016-11-28-543cfff176c5af4d7801dd17acd26454e086ed03","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-28 - Cabinet of Commissioner Julian King x Royal Society for the Protection of Birds"],"date":["2016-11-28"],"summary":["Birds and Habitats Directives"],"notes":["Portfolio: Security Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-julian-king-of"],"involved":["eu-tr-21862631806-19","ec-person-7bf4bf39d5d06955fc37d23e107675489c4e8729"]}} -{"id":"ec-meeting-2016-11-28-5a8b205b2b24b2c0220e9c6c3f7567bf57fdc85d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-28 - Cabinet of Commissioner Phil Hogan x ESB"],"date":["2016-11-28"],"summary":["1.\tAn Overview of ESB, 2.\tThe Irish Energy Sector in an integrated energy market with GB/NI, 3.\tClimate Change – Imperatives and Issues arising 4.\tAOB"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels, BERL 08/304"],"address":["Brussels, BERL 08/304"],"addressEntity":["addr-72c04700d8489d7ba40c4ad5f8595a9aefba3741"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-7d3caa534e5cdda6d5b949bd4b2def39356e3bec","eu-tr-985046516052-02","ec-person-b0d24e81234b490dd841a09b69892304b27fc6a8"]}} -{"id":"ec-meeting-2016-11-28-626088eeca09e555fa400f1224c2432cfbd06aa1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-28 - Cabinet of Vice-President Miguel Arias Cañete x BDEW Bundesverband der Energie- und Wasserwirtschaft e. V."],"date":["2016-11-28"],"summary":["Electricity market design"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-20457441380-38","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd"]}} -{"id":"ec-meeting-2016-11-28-671bcc35a6c4febbe50ed7affdac13d95c3d8e93","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-28 - Cabinet of President Jean-Claude Juncker x SES S.A."],"date":["2016-11-28"],"summary":["Digital Single Market"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-93799097410-24","ec-person-44a061693f35519551be0e3dab996e76ad3f8c7c"]}} -{"id":"ec-meeting-2016-11-28-83884b021f7ca8ab9a1b242d64686bc3cd7df970","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-28 - Inspire, Debate, Engage and Accelerate Action x Social Progress Imperative"],"date":["2016-11-28"],"summary":["Social and Environmental Indicators"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-dg-idea"],"involved":["eu-tr-771713924589-06","ec-person-4fe56a64c00b3e81c851b5538878b32481bd7d3c"]}} -{"id":"ec-meeting-2016-11-28-8686aec6eb787e0257e540ad45cf5330464a11f2","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2016-11-28 - Cabinet of Commissioner Vytenis Andriukaitis x European Union of Private Hospitals"],"date":["2016-11-28"],"summary":["Modernisation of health systems, patient mobility and quality of care","Sustainability of Healthcare, AMR, ERN"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-059ca943fc5fc696d2a97849c635ddf7b6ab7fd7","ec-person-97425c615743576adc42e09bee7dac14f83f691b","eu-tr-281433223148-81","ec-person-df30d07ef698a52b9948b9c734db39196cf8541f"]}} -{"id":"ec-meeting-2016-11-28-97ba67d096fe05c6d36f424350533f3ba6d71ae2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-28 - Cabinet of Vice-President Jyrki Katainen x City of London Corporation"],"date":["2016-11-28"],"summary":["CMU and investment outlook"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-7c9460f99c5872dbdc561f5752401c870d12e98b","ec-person-955e8c493ab54847bb92b65986f56a401f8eabee","eu-tr-695661118936-08"]}} -{"id":"ec-meeting-2016-11-28-9a4edae157f0ca12d242de440fd5b1a1e077392e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-28 - Cabinet of Commissioner Margrethe Vestager x OXFAM INTERNATIONAL EU ADVOCACY OFFICE"],"date":["2016-11-28"],"summary":["Energy Union"],"notes":["Portfolio: Competition"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-margrethe-of-vestager"],"involved":["eu-tr-46856801604-90","ec-person-2e96673ec2acdfc668f6970535551f9afa1f8729"]}} -{"id":"ec-meeting-2016-11-28-9bea02ec79f14d98690db7a9087b2403113539bf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-28 - Cabinet of Commissioner Phil Hogan x Fédération Européenne des Fabricants d'Aliments Composés"],"date":["2016-11-28"],"summary":["AGRI matters"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-400dd8d59d3060187d9b9b143d697da1a3d03c12","eu-tr-77105321408-83"]}} -{"id":"ec-meeting-2016-11-28-ac5f85e2e0c08957f28e0c0c27a00131736be476","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-28 - Cabinet of Commissioner Phil Hogan x European farmers"],"date":["2016-11-28"],"summary":["Concerns inherent to the farm sector"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-c9d17d5879383b030f61a4066848249fb35d57e4","eu-tr-44856881231-49"]}} -{"id":"ec-meeting-2016-11-28-bbfeb1587b6e7dbcc5d003ade4468a82a0daeefb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-28 - Günther Oettinger x Uniper"],"date":["2016-11-28"],"summary":["digital agenda and energy union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-285977820662-03","ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0"]}} -{"id":"ec-meeting-2016-11-28-d10eecb909e2633bbfd260595bc28a5efe31d7ee","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-28 - Cabinet of Commissioner Vytenis Andriukaitis x GLOBAL HEALTH ADVOCATES European AIDS Treatment Group European Liver Patients' Association Deutsche Aidshilfe"],"date":["2016-11-28"],"summary":["EU and NGOs action on HIV, TB and Hepatitis"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["eu-tr-89292219623-93","ec-person-97425c615743576adc42e09bee7dac14f83f691b","eu-tr-202954923396-42","eu-tr-49959188061-85","eu-tr-07720398190-53","ec-person-df30d07ef698a52b9948b9c734db39196cf8541f"]}} -{"id":"ec-meeting-2016-11-28-d952a7f8dfb3e63010a395a35c27e53ecd9b37cf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-28 - Cabinet of Commissioner Margrethe Vestager x BDEW Bundesverband der Energie- und Wasserwirtschaft e. V."],"date":["2016-11-28"],"summary":["Energy Union and State aid in the area of energy"],"notes":["Portfolio: Competition"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-margrethe-of-vestager"],"involved":["eu-tr-20457441380-38","ec-person-baa1c172df109ebd1f0307bccb5e21aec66c7a25"]}} -{"id":"ec-meeting-2016-11-28-e7566e0d6bb79198375d4a2fa2a06c4559af81b1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-28 - Cabinet of Vice-President Andrus Ansip x Rakuten Group, Inc"],"date":["2016-11-28"],"summary":["Data economy, ePrivacy, platforms"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-952721718748-34","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45"]}} -{"id":"ec-meeting-2016-11-28-eb4492531af76f9ccfaa16415daae703c9802ca1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-28 - Cabinet of Vice-President Jyrki Katainen x Depository Trust & Clearing Corporation"],"date":["2016-11-28"],"summary":["Capital Markets, financial market infrastructure"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-525811814282-80","ec-person-955e8c493ab54847bb92b65986f56a401f8eabee"]}} -{"id":"ec-meeting-2016-11-28-f61df215bcce2bb3cb2ff78caf9c84c168c984d4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-28 - Environment x Sociedad Española de Ornitología"],"date":["2016-11-28"],"summary":["Nature Directives"],"location":["Madrid"],"address":["Madrid"],"addressEntity":["addr-7a2191964a3d7521269f0068afae6b6116bac15d"],"organizer":["ec-dg-env"],"involved":["eu-tr-78244764767-48","ec-person-3bc74ce04ea3f4ab4d91a5c88eef25b8b8a213b4"]}} -{"id":"ec-meeting-2016-11-29-073dc57e3cc6f602b0da8e6022ab6a3b743474ec","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-29 - Cabinet of Commissioner Christos Stylianides x Hellenic Association of Pharmaceutical Companies"],"date":["2016-11-29"],"summary":["exchange of vies on Pharmaceutical products distribution in refugee camps in Greece"],"notes":["Portfolio: Humanitarian Aid & Crisis Management"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-cabinet-christos-commissioner-of-stylianides"],"involved":["eu-tr-684432824847-17","ec-person-cdd689bd079714522dad472ea4446b0fcc660d8f"]}} -{"id":"ec-meeting-2016-11-29-144baff537cc8efa42fdaf42c037930a3591dbd2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-29 - Cabinet of Commissioner Phil Hogan x SHV Energy NV"],"date":["2016-11-29"],"summary":["Energy"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-292576015608-71","ec-person-ff8342dedc26701400fcb7dcf73fbee50a837ac6"]}} -{"id":"ec-meeting-2016-11-29-1c006ea67dee05835484232b6e0b66183c54a2bb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-29 - Günther Oettinger x Gesellschaft für musikalische Aufführungs- und mechanische Vervielfältigungsrechte"],"date":["2016-11-29"],"summary":["copyright"],"location":["BXL"],"address":["BXL"],"addressEntity":["addr-d2fde52f67ea4a3e1fe233d0a959d6a1c77fd910"],"organizer":["ec-dg-de"],"involved":["eu-tr-63284686285-78","ec-person-49723482bb23d029cbfc010cb37eec7392a0ae02"]}} -{"id":"ec-meeting-2016-11-29-1e76fca0d87e58dfcb13a5fc317cfc9564d4d2af","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-29 - Cabinet of Commissioner Margrethe Vestager x EuroCommerce"],"date":["2016-11-29"],"summary":["Discussion of competition issues in relation to the retail sector"],"notes":["Portfolio: Competition"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-margrethe-of-vestager"],"involved":["ec-person-0700cb0f43a2d20f4938902c4a086aca632d71fb","eu-tr-84973761187-60"]}} -{"id":"ec-meeting-2016-11-29-2c96d4d163cbd4f3d39687236db607dca8127dff","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-29 - Regulatory Scrutiny Board x Think Tank EUROPA"],"date":["2016-11-29"],"summary":["Better Regulation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-rsb"],"involved":["eu-tr-815211615744-03","ec-person-b79e2a722cf72068a7e5e24a5b455c04c07917fa"]}} -{"id":"ec-meeting-2016-11-29-2e718b5eb6bc2b3d6b1502e6074792d3784074e1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-29 - Cabinet of Vice-President Andrus Ansip x BT Group plc"],"date":["2016-11-29"],"summary":["Consummer law"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-5db7bdd1c81da2e70eb5b982097d0004111b5c3e","eu-tr-00919034091-89"]}} -{"id":"ec-meeting-2016-11-29-2f5712861f9469c0fb535a6ce494a6664c3e949e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-29 - Cabinet of Commissioner Marianne Thyssen x BT Group plc"],"date":["2016-11-29"],"summary":["Skills and pensions"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["ec-person-bdb607d5d994a4056dd700f8f52d9af25b406b36","eu-tr-00919034091-89"]}} -{"id":"ec-meeting-2016-11-29-2fc777d3ac997ede1c69c95512510651cda349e1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-29 - Cabinet of Vice-President Karmenu Vella x Municipal Waste Europe"],"date":["2016-11-29"],"summary":["Waste"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["eu-tr-75395701551-94","ec-person-98899253aaaa8e936aec841aef4a31c3573bbfad"]}} -{"id":"ec-meeting-2016-11-29-320954f9d0d9c9cf9120176bbf3cdb276335a496","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-29 - Cabinet of Commissioner Marianne Thyssen x European Alliance of Associations for Rheumatology"],"date":["2016-11-29"],"summary":["Health and Safety at work"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["eu-tr-89158218867-92","ec-person-7567514af00f139b390cf9864d28a090ca0fde25"]}} -{"id":"ec-meeting-2016-11-29-41cbbae1f0536362f272d52d3dee88a353ed38b3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-29 - Cabinet of Vice-President Maroš Šefčovič x Roundtable for Europe's Energy Future"],"date":["2016-11-29"],"summary":["State of the Energy Union"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-1f95be23689cd4ed0a26fe2980f760ccf2d55c1e","eu-tr-101903316808-95"]}} -{"id":"ec-meeting-2016-11-29-448f6be4bb0f9e529a8b95b7c038684480706244","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-29 - Cabinet of Commissioner Elżbieta Bieńkowska x Leonardo S.p.A."],"date":["2016-11-29"],"summary":["Space and Defence"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["ec-person-685ecf13dd26cd515c961e24ba71049af2302c5e","eu-tr-02550382403-01"]}} -{"id":"ec-meeting-2016-11-29-44f0fbd0967a9b0967cbc1159c4cedd94cadb95d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-29 - Regional and Urban Policy x Conseil des Communes et Régions d'Europe"],"date":["2016-11-29"],"summary":["Future of Cohesion Policy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-regio"],"involved":["ec-person-3bc647761a4c1a96c0e7b4c3729d7408a61558b0","eu-tr-81142561702-61"]}} -{"id":"ec-meeting-2016-11-29-48a43c8654fd2efb0228a495b539421bd2e4fc33","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-29 - Cabinet of Commissioner Christos Stylianides x The Church of Jesus Christ of Latter-day Saints - European Union and International Affairs Office"],"date":["2016-11-29"],"summary":["exchange of info on humanitarian portfolios"],"notes":["Portfolio: Humanitarian Aid & Crisis Management"],"location":["berlaymont"],"address":["berlaymont"],"addressEntity":["addr-e2031099ac69651b683d551b7a3471daf1b3a638"],"organizer":["ec-cabinet-christos-commissioner-of-stylianides"],"involved":["ec-person-becb860ca4c4e8da70ae969e747cf49914810b59","eu-tr-555450011891-58","ec-person-cdd689bd079714522dad472ea4446b0fcc660d8f"]}} -{"id":"ec-meeting-2016-11-29-4a8f3cb6b17bb5e86629145554aaaf5e383a2bc8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-29 - Cabinet of President Jean-Claude Juncker x ICI Global"],"date":["2016-11-29"],"summary":["financial services agenda"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-296711210890-30","ec-person-c402e34a99fbee730ae22e3b1958e21c94dc6fcc"]}} -{"id":"ec-meeting-2016-11-29-51b527f610be9aa7fc5f968cdd004dd86a0c39db","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-29 - Cabinet of Vice-President Cecilia Malmström x Afore Consulting Trafigura Group Pte. Llewellyn Consulting LLP"],"date":["2016-11-29"],"summary":["Trade financing"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-955315115949-73","eu-tr-629420924604-58","ec-person-98880f3f4206145e196013db9dd806a551c11e06","eu-tr-03013154889-05"]}} -{"id":"ec-meeting-2016-11-29-55c01d0a604518b87069856d1b619fb3b8055988","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-29 - Health and Food Safety x Tecnologia Sostenible y Responsable"],"date":["2016-11-29"],"summary":["Reticare wants to present what they do"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-sante"],"involved":["eu-tr-456545324713-01","ec-person-3c7fdbe0c1c235777d916309465339b7ed1666f6"]}} -{"id":"ec-meeting-2016-11-29-59c7962a8de8c5a303de68cc2104b3ce914cc218","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-29 - Cabinet of Commissioner Phil Hogan x European agri-cooperatives European farmers"],"date":["2016-11-29"],"summary":["Copa and Cogeca event in the European Parliament"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-400dd8d59d3060187d9b9b143d697da1a3d03c12","eu-tr-09586631237-74","eu-tr-44856881231-49"]}} -{"id":"ec-meeting-2016-11-29-60349f42a35966a8fed7ed998da306928ea956f5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-29 - Cabinet of Vice-President Valdis Dombrovskis x Fédération bancaire française"],"date":["2016-11-29"],"summary":["Banking issues"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-48f31156d932641826e09f5b73f074d35ff05786","eu-tr-09245221105-30"]}} -{"id":"ec-meeting-2016-11-29-628265115db2420773f3591321329e7e86a948ae","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-29 - Cabinet of Commissioner Marianne Thyssen x Centrum Werk Gezondheid"],"date":["2016-11-29"],"summary":["Health and Safety at work"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["ec-person-7567514af00f139b390cf9864d28a090ca0fde25","eu-tr-180841124732-44"]}} -{"id":"ec-meeting-2016-11-29-645f8498ac8653dc97ee77986eb5a77dc99ef049","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-29 - Cabinet of Commissioner Pierre Moscovici x EURODOM"],"date":["2016-11-29"],"summary":["échanges sur rhum des DOM"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["ec-person-79931cfd2923c1aca9c7d284e9590732b0a36ed9","eu-tr-28418016649-41"]}} -{"id":"ec-meeting-2016-11-29-68589a3bf4eadedaea66bbec739a9603adddce8a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-29 - Cabinet of President Jean-Claude Juncker x Airbus"],"date":["2016-11-29"],"summary":["Priorities of the Juncker Commission"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-442e08d247d72bdef0fce4bf17477efe2a5bfe49","eu-tr-2732167674-76"]}} -{"id":"ec-meeting-2016-11-29-69d3626b967fe0f44a6dea8b1677cb186bbccd2d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-29 - Cabinet of Vice-President Andrus Ansip x European Telecommunications Network Operators' Association"],"date":["2016-11-29"],"summary":["Telecom review, roaming"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-666bc159c7e65a3af9e63c1e97435c02f1496955","eu-tr-08957111909-85"]}} -{"id":"ec-meeting-2016-11-29-84b50fe5f12d217ee7ed1903f6c741d3c2e9b146","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-29 - Cabinet of President Jean-Claude Juncker x Mgruppen Svenska Managementgruppen AB"],"date":["2016-11-29"],"summary":["Priorities of the Juncker Commission"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-c402e34a99fbee730ae22e3b1958e21c94dc6fcc","eu-tr-098314722617-26"]}} -{"id":"ec-meeting-2016-11-29-933249ada065c7cd68556b09024cec02416d1f73","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-29 - Cabinet of President Jean-Claude Juncker x European Chemical Industry Council"],"date":["2016-11-29"],"summary":["Current EU policy issues"],"notes":["Portfolio: President"],"location":["Brussels Belgium"],"address":["Brussels Belgium"],"addressEntity":["addr-61947d7d2c69c0b8f57325bd044f500c5fc6df48"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-e415577aabb40c0f789310505c6c5803aa69037b","ec-person-b1bf9aa5fb7e886441ff341b657cc482b64a2a3e","ec-person-80c6995ad1cd6aefa72f1bf440b17b6d8c6dd4b8","eu-tr-64879142323-90"]}} -{"id":"ec-meeting-2016-11-29-976c842a74a74151ddf8442faf74b88d981a86a5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-29 - Inspire, Debate, Engage and Accelerate Action x McKinsey & Company Inc."],"date":["2016-11-29"],"summary":["Cyber Security"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-dg-idea"],"involved":["ec-person-4fe56a64c00b3e81c851b5538878b32481bd7d3c","eu-tr-759822324775-22"]}} -{"id":"ec-meeting-2016-11-29-9fb479d3019f79f6e93d903e2cad23e1bc2ff73b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-29 - Cabinet of Commissioner Marianne Thyssen x Magyar Közúti Fuvarozók Egyesülete (The Hungarian Road Transport Association)"],"date":["2016-11-29"],"summary":["Employment conditions in the transport sector"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["eu-tr-927595924817-08","ec-person-7567514af00f139b390cf9864d28a090ca0fde25"]}} -{"id":"ec-meeting-2016-11-29-a10c8132fc2d6fd8b4bd9eaff9efee2374652e43","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-29 - Cabinet of Commissioner Christos Stylianides x BØRNEfonden/ChildFund"],"date":["2016-11-29"],"summary":["discuss current challenges in the humanitarian aid system"],"notes":["Portfolio: Humanitarian Aid & Crisis Management"],"location":["brussels - lunch with Christine Bosse"],"address":["brussels - lunch with Christine Bosse"],"addressEntity":["addr-6b4a9a343859945bb1dbf114f1e9bf657268a140"],"organizer":["ec-cabinet-christos-commissioner-of-stylianides"],"involved":["ec-person-cdd689bd079714522dad472ea4446b0fcc660d8f","eu-tr-607574814476-56"]}} -{"id":"ec-meeting-2016-11-29-a892ee868c3cfb5664b5f7ec7fe0e81f74e54982","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-29 - Cabinet of President Jean-Claude Juncker x LVMH Publica"],"date":["2016-11-29"],"summary":["Digital Single Market"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-44a061693f35519551be0e3dab996e76ad3f8c7c","eu-tr-16094042309-21"]}} -{"id":"ec-meeting-2016-11-29-a951c0467341e4440810e2ebfed22ec10d458aaf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-29 - Cabinet of Commissioner Tibor Navracsics x Cassa Depositi e Prestiti s.p.a."],"date":["2016-11-29"],"summary":["EFSI in education"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-fa3187815cf956b0872e1668e14548b7d9f7ce93","eu-tr-110117812027-92","ec-person-1da7ee09d46288ee4ea9db2b644bdcf9c3d6d000"]}} -{"id":"ec-meeting-2016-11-29-abcde6d11a3f8e5a2866614757d849dbc8449f0c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-29 - Cabinet of Vice-President Karmenu Vella x Lantmännen ekonomisk förening"],"date":["2016-11-29"],"summary":["Energy package"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["ec-person-98899253aaaa8e936aec841aef4a31c3573bbfad","eu-tr-305491521497-09"]}} -{"id":"ec-meeting-2016-11-29-bd1818a4bacb64b11b34cf5e225f1ca107eb096a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-29 - Cabinet of Vice-President Jyrki Katainen x NASDAQ"],"date":["2016-11-29"],"summary":["Capital Markets Union"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-76648765687-29","ec-person-955e8c493ab54847bb92b65986f56a401f8eabee"]}} -{"id":"ec-meeting-2016-11-29-bd523070b14d96ffa3ab060af03833232fbe8f61","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-29 - Günther Oettinger x International Association of Amusement Parks and Attractions Europe"],"date":["2016-11-29"],"summary":["digital skills"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-405260510690-45","ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0"]}} -{"id":"ec-meeting-2016-11-29-cd0abe3b6d6ff8cabcde5d5da62852a7cadc397b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-29 - Cabinet of Commissioner Violeta Bulc x BrandFirst"],"date":["2016-11-29"],"summary":["Road safety initiative for EU"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-890063524329-21","ec-person-cb7aaf75b4c195481f149f904bc28b4e2ac2b7ab"]}} -{"id":"ec-meeting-2016-11-29-d4a5627dbcac5146377b184c198d70b4ddbc156d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-29 - Cabinet of Commissioner Tibor Navracsics x European Association of Geographers"],"date":["2016-11-29"],"summary":["ICT applications in schools and universities"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-fc5c01a0bffedf0f4e205a759b40239535313d28","eu-tr-528257519840-30"]}} -{"id":"ec-meeting-2016-11-29-d88c110351e3c3a1caa6dd32e3948f161c4de92d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-29 - Cabinet of High Representative / Vice-President Federica Mogherini x Human Rights Watch"],"date":["2016-11-29"],"summary":["Media freedom in the Western Balcans"],"notes":["Portfolio: Foreign Affairs and Security Policy"],"location":["Brussels (Berlaymont)"],"address":["Brussels (Berlaymont)"],"addressEntity":["addr-4e70ddf45e81f0631950978c4aa49a218756a3f4"],"organizer":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"involved":["ec-person-ffe369688b1df8f09154d965f094473d619d72e0","eu-tr-56362448807-46"]}} -{"id":"ec-meeting-2016-11-29-df568c7d1ad1b79072b443d59e917a954d7dc07c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-29 - Cabinet of Vice-President Karmenu Vella x Kreab"],"date":["2016-11-29"],"summary":["Energy package"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["eu-tr-1078390517-54","ec-person-98899253aaaa8e936aec841aef4a31c3573bbfad"]}} -{"id":"ec-meeting-2016-11-29-e53976504eaf276dbf32731d80cf408df1c3a8b2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-29 - Cabinet of Vice-President Miguel Arias Cañete x Unión Española Fotovoltaica"],"date":["2016-11-29"],"summary":["Renewables"],"notes":["Portfolio: Climate Action & Energy"],"location":["Madrid"],"address":["Madrid"],"addressEntity":["addr-7a2191964a3d7521269f0068afae6b6116bac15d"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd","eu-tr-930400412379-07"]}} -{"id":"ec-meeting-2016-11-30-01f4661885245f5901bde1648b4b21b5dca4f53c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-30 - Cabinet of Vice-President Karmenu Vella x World Travel & Tourism Council"],"date":["2016-11-30"],"summary":["Blue Growth, Ocean Governance"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["eu-tr-348115818639-60","ec-person-2966d69fae0ea4e67f3f2df5a743cc766267d3c8"]}} -{"id":"ec-meeting-2016-11-30-0b8c4a7629adf8a6156efb501fec859100f73440","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-30 - Cabinet of High Representative / Vice-President Federica Mogherini x CONFCOMMERCIO - IMPRESE PER L'ITALIA"],"date":["2016-11-30"],"summary":["Sharing economy / VISA Policy"],"notes":["Portfolio: Foreign Affairs and Security Policy"],"location":["Brussels (Berlaymont)"],"address":["Brussels (Berlaymont)"],"addressEntity":["addr-4e70ddf45e81f0631950978c4aa49a218756a3f4"],"organizer":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"involved":["eu-tr-04877777421-88","ec-person-702cc2c6e5f88e6a62c801eccaff75ef5e753d5b"]}} -{"id":"ec-meeting-2016-11-30-1b5fd655c522f43c9e96a0f0d9dc9e04c4262dcc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-30 - Cabinet of Vice-President Jyrki Katainen x The Alliance for Beverage Cartons and the Environment BillerudKorsnäs AB Stora Enso Oyj Tetra Pak Group"],"date":["2016-11-30"],"summary":["Circular Economy"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-834721317163-08","eu-tr-206322721649-81","eu-tr-7574443768-34","ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90","ec-person-0da85dc48012e26688310a59a0b51727ea68f410","eu-tr-57004293853-27"]}} -{"id":"ec-meeting-2016-11-30-22d62bded3255de664d027f8ac84dffa4ff6eced","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-30 - Günther Oettinger x Google"],"date":["2016-11-30"],"summary":["Artificial intelligence"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-03181945560-59","ec-person-c6cae64cc7dc787b66a47ab1613d3e922875b971"]}} -{"id":"ec-meeting-2016-11-30-3000365640b6b2d31c033bc7b1c97c734ae39c97","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-30 - Cabinet of Commissioner Věra Jourová x Google"],"date":["2016-11-30"],"summary":["Hate speech"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["eu-tr-03181945560-59","ec-person-1e0e3a00ab815dea7c5b839b002ed2c7e34bfe0a"]}} -{"id":"ec-meeting-2016-11-30-34c724db0717a91edd8d4afe704d18851fb26940","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-30 - Cabinet of President Jean-Claude Juncker x Zentralverband des Deutschen Handwerks e.V."],"date":["2016-11-30"],"summary":["SME"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-c402e34a99fbee730ae22e3b1958e21c94dc6fcc","eu-tr-5189667783-94"]}} -{"id":"ec-meeting-2016-11-30-57574735fbfe5102b786a55791b407d5ca09307a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-30 - Cabinet of Commissioner Tibor Navracsics x BT Group plc"],"date":["2016-11-30"],"summary":["BT Group's education and apprenticeship activities"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["eu-tr-00919034091-89","ec-person-fc5c01a0bffedf0f4e205a759b40239535313d28"]}} -{"id":"ec-meeting-2016-11-30-776b01128a3835a8811173e2717e8d617eb2283d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-30 - Cabinet of Vice-President Jyrki Katainen x Microsoft Corporation"],"date":["2016-11-30"],"summary":["ICT standard setting in the international context EU-US-China"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-0801162959-21","ec-person-81b1dda49062e5dac42bdad9273fa72968a2c325"]}} -{"id":"ec-meeting-2016-11-30-7ae1739c8637b0d6e2bcfa8d0479b008825b445e","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2016-11-30 - Cabinet of Commissioner Phil Hogan x Fédération nationale des producteurs de lait"],"date":["2016-11-30"],"summary":["Dairy and CAP","Milk market situation"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels, Belgium","Brussels"],"address":["Brussels, Belgium","Brussels"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306","addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-400dd8d59d3060187d9b9b143d697da1a3d03c12","eu-tr-611631522622-61"]}} -{"id":"ec-meeting-2016-11-30-7f94378ec408478374d21c08940b1c15918e663f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-30 - Cabinet of Vice-President Johannes Hahn x EuroMed Rights / EuroMed Droits"],"date":["2016-11-30"],"summary":["Human Rights situation in Egypt"],"notes":["Portfolio: European Neighbourhood Policy & Enlargement Negotiations"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-hahn-johannes-of-president-vice"],"involved":["ec-person-643595d3a737c63fc95146b51292a4684ed1ca75","eu-tr-18343956476-47"]}} -{"id":"ec-meeting-2016-11-30-802c83ebfd97e71711cf85e8637c0f5fac9f0976","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-30 - Cabinet of Commissioner Pierre Moscovici x Bundesverband Alternative Investments e.V."],"date":["2016-11-30"],"summary":["exchange of views on investment needs in Europa and capital market union"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["eu-tr-218219812319-84","ec-person-ac604755dc7677c8653a5a5172e851f7c8e468b4"]}} -{"id":"ec-meeting-2016-11-30-80f591098f6a894c493226ef004e5c0318df2083","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-30 - Cabinet of President Jean-Claude Juncker x Orange"],"date":["2016-11-30"],"summary":["Digital Single Market"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-44a061693f35519551be0e3dab996e76ad3f8c7c","eu-tr-76704342721-41"]}} -{"id":"ec-meeting-2016-11-30-81509a5c522edd6bc8c73019ffbdf9364e88aa7f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-30 - Inspire, Debate, Engage and Accelerate Action x Nexus Instituut"],"date":["2016-11-30"],"summary":["Future of Europe"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-dg-idea"],"involved":["eu-tr-489329424638-29","ec-person-4fe56a64c00b3e81c851b5538878b32481bd7d3c"]}} -{"id":"ec-meeting-2016-11-30-87301ff33a97e97b41b9b6a04262db741258982a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-30 - Cabinet of Commissioner Věra Jourová x Telefonica, S.A."],"date":["2016-11-30"],"summary":["ePrivacy Review"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["eu-tr-52431421-12","ec-person-184e698af1eb9e33b179680570ca171d8cb31c94","ec-person-f329292459cb1badb7fb7c6b67b698c441931bb2"]}} -{"id":"ec-meeting-2016-11-30-91d987ad175fbf12386698b1cc9c882a6a4a441d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-30 - Cabinet of Commissioner Violeta Bulc x FEDERACION ESPAÑOLA DEL TAXI"],"date":["2016-11-30"],"summary":["Collaborative economy"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-dd7851e4a1e747e824b4f81139e33bc3cdb73160","eu-tr-683678218692-72"]}} -{"id":"ec-meeting-2016-11-30-95142d34587a6f1860b0f9d047944c0b1ff74b1d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-30 - Cabinet of Commissioner Tibor Navracsics x Google"],"date":["2016-11-30"],"summary":["Artificial Intelligence and Machine Learning in education and science"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["eu-tr-03181945560-59","ec-person-fc5c01a0bffedf0f4e205a759b40239535313d28"]}} -{"id":"ec-meeting-2016-11-30-9c65686780d9d76ebb108746ed008b2343ee4f46","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-30 - Günther Oettinger x Deutsche Börse AG London Stock Exchange Group Freshfields Bruckhaus Deringer LLP"],"date":["2016-11-30"],"summary":["Digitisation of financial services and capital union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-20884001341-42","ec-person-c6cae64cc7dc787b66a47ab1613d3e922875b971","eu-tr-443913019286-78","eu-tr-550494915045-08"]}} -{"id":"ec-meeting-2016-11-30-9dfe917933f11d159a023dea58e76a3abb6aab75","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-30 - Günther Oettinger x The Goldman Sachs Group, Inc."],"date":["2016-11-30"],"summary":["European telecoms regulation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-4cd59e13386e3b68ecb3611fcc579e0a0a3938a5","eu-tr-701266814986-18"]}} -{"id":"ec-meeting-2016-11-30-acd0ea59bef64709b9aae1dbc970ac20ce80e5b1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-30 - Cabinet of President Jean-Claude Juncker x SONAE"],"date":["2016-11-30"],"summary":["Investment Plan for Europe"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-b1bf9aa5fb7e886441ff341b657cc482b64a2a3e","eu-tr-02219179820-59"]}} -{"id":"ec-meeting-2016-11-30-ad76d53933f1b15051318803f99daf013d8d031f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-30 - Cabinet of Commissioner Vytenis Andriukaitis x Stroke Alliance for Europe European Stroke Organisation"],"date":["2016-11-30"],"summary":["Stroke: access to innovative therapies, organisation of care, efficient care pathways"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-97425c615743576adc42e09bee7dac14f83f691b","eu-tr-024912424668-57","eu-tr-247798421157-38"]}} -{"id":"ec-meeting-2016-11-30-adde23eb808216521801617fa513a0f58d683819","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-30 - Cabinet of President Jean-Claude Juncker x The Investment Association"],"date":["2016-11-30"],"summary":["Financial services agenda"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-c402e34a99fbee730ae22e3b1958e21c94dc6fcc","eu-tr-5437826103-53"]}} -{"id":"ec-meeting-2016-11-30-b02a3e2999c6b8e237168ae6c8d49ca129d4ca63","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-30 - Financial Stability, Financial Services and Capital Markets Union x International Capital Market Association"],"date":["2016-11-30"],"summary":["Primary market regulation, Secondary market liquidity, Investor involvement,The Commission’s review of the EU macro-prudential policy framework"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-0223480577-59","ec-person-bdee7a93f95c8ef05079539170139b3c02e8ed96"]}} -{"id":"ec-meeting-2016-11-30-b7cf02c9115f734024a9dfcede05bc96df52bc2a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-30 - Cabinet of Commissioner Violeta Bulc x Transports Développement Intermodalité Environnement - Voyageurs et Marchandises"],"date":["2016-11-30"],"summary":["Dinner-Debate on Transport"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-dd7851e4a1e747e824b4f81139e33bc3cdb73160","eu-tr-405284919699-91"]}} -{"id":"ec-meeting-2016-11-30-df0742f8aac693b755012aa2d82d0b8d9161a108","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-30 - Cabinet of Vice-President Andrus Ansip x Orange"],"date":["2016-11-30"],"summary":["Telecom review, roaming"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-76704342721-41","ec-person-666bc159c7e65a3af9e63c1e97435c02f1496955"]}} -{"id":"ec-meeting-2016-11-30-e01d290d6ee98238fa91ef1049e39cfe7f8c0ccc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-30 - Cabinet of Vice-President Cecilia Malmström x Mgruppen Svenska Managementgruppen AB"],"date":["2016-11-30"],"summary":["State of play of EU trade"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-19b143e83f8ab978c55c8a9a9e49e06dbfa14bf3","eu-tr-098314722617-26"]}} -{"id":"ec-meeting-2016-11-30-f1435c0d0d1a1bcc6ea79c9fb8adb2675142d0fe","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-30 - Cabinet of Commissioner Elżbieta Bieńkowska x Hill & Knowlton International Belgium Novolipetsk Steel"],"date":["2016-11-30"],"summary":["introductory meeting and general discussion on global steel sector"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-3183894853-03","eu-tr-234043624609-89","ec-person-b2f9be51339f054477846797e2c119fcf16548fc","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2016-11-30-f66f3e32f5d18b85c576cec7ac12ecd26a57c020","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-11-30 - Cabinet of Vice-President Karmenu Vella x Danish Shipping"],"date":["2016-11-30"],"summary":["Ship recycling"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["ec-person-98899253aaaa8e936aec841aef4a31c3573bbfad","eu-tr-4518600611-48"]}} -{"id":"ec-meeting-2016-12-01-42ad01e7767e22c0169a410112a74f5acd1ff576","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-12-01 - Communications Networks, Content and Technology x Confederazione Generale dell'Industria Italiana"],"date":["2016-12-01"],"summary":["DSM, Digital culture, Startup and Innovation Hub"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f","eu-tr-27762251795-15"]}} -{"id":"ec-meeting-2016-12-01-448a0f646d1355ac5c82acfe3c3b8a01813c887d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-12-01 - Günther Oettinger x Euronews NBC Universal - News"],"date":["2016-12-01"],"summary":["Euronews"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0","eu-tr-210961624800-36","eu-tr-944964416106-32"]}} -{"id":"ec-meeting-2016-12-01-71760c33be97a4d0b4a3a01a8458bb0877f49d43","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-12-01 - Cabinet of Vice-President Jyrki Katainen x Orlen Eesti OÜ Transiidikeskuse AS Infortar AS TV3 Estonian Railways Rail Baltic Estonia OÜ Meta Advisory Group Viru Keemia Grupp AS Skeleton Technologies OÜ"],"date":["2016-12-01"],"summary":["investment plan"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-458348124803-65","eu-tr-538299024768-77","eu-tr-009324024794-21","ec-person-93e8e8ac2ee89edb4c52bce70d7472c8eae05edd","eu-tr-305205424766-97","eu-tr-266612024788-23","eu-tr-955477224787-96","eu-tr-212855924771-11","eu-tr-450614224786-11","eu-tr-099207224805-42"]}} -{"id":"ec-meeting-2016-12-01-73a0375ab6b1d6eab2ba74986535d84d19e837a4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-12-01 - Cabinet of Commissioner Violeta Bulc x European Transport Research Alliance"],"date":["2016-12-01"],"summary":["Presentation of ETRA's recent Strategic position paper on the conduct of future research activities"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-e14c58f620f40325d829df7be0823280307bc15f","eu-tr-721129719214-13"]}} -{"id":"ec-meeting-2016-12-01-73e44eddbdc25c35612ed42bae321aa975a7b471","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-12-01 - Cabinet of Commissioner Phil Hogan x Insight Consultants"],"date":["2016-12-01"],"summary":["Agricultural issues"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-a1a78365cc4685b0958056646204977d8f2ead92","eu-tr-188418619517-11"]}} -{"id":"ec-meeting-2016-12-01-84e4674d62166eafa0c4f9c02c57d6f9f7b45a4b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-12-01 - Cabinet of Commissioner Marianne Thyssen x Confederation of Finnish Industries EK"],"date":["2016-12-01"],"summary":["Exchange views on the social dimension of the EMU and especially the Commission’s initiative for a European Pillar of Social Rights"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["ec-person-5a49eb89125b4b5d1125b3925bbb64aba1bea2b3","eu-tr-1274604847-34"]}} -{"id":"ec-meeting-2016-12-01-8cfc7a38676ba44310544148ff90bd3244e8c58c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-12-01 - Regional and Urban Policy x Deutsche Industrie- und Handelskammer Zentralverband des Deutschen Handwerks e.V."],"date":["2016-12-01"],"summary":["Arbeiten der High-Level Gruppe zur Vereinfachung; Ausblick auf die Diskussionen um die neue Strukturfondsperiode; Auswirkungen des Brexit"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-regio"],"involved":["eu-tr-22400601191-42","ec-person-3bc647761a4c1a96c0e7b4c3729d7408a61558b0","eu-tr-5189667783-94"]}} -{"id":"ec-meeting-2016-12-01-ad59487d45e0ce1e123e1131d128a68a120be56c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-12-01 - Cabinet of Commissioner Christos Stylianides x International Rescue Committee Inc"],"date":["2016-12-01"],"summary":["Greece and Serbia refugee crisis"],"notes":["Portfolio: Humanitarian Aid & Crisis Management"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-christos-commissioner-of-stylianides"],"involved":["eu-tr-66790095679-26","ec-person-4424ecf39f7c6c9e4022ac46c71d81b0464ae6a5"]}} -{"id":"ec-meeting-2016-12-01-d7da7bc8f0170336c252b41ba5f02c49f9fbfa20","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-12-01 - Cabinet of Commissioner Vytenis Andriukaitis x Nord Stream 2 AG"],"date":["2016-12-01"],"summary":["Plans of Nord stream2"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["eu-tr-662856722412-20","ec-person-c986c9ff99d99d8006e000db5a8046be615813ae"]}} -{"id":"ec-meeting-2016-12-01-dde768128b7228dbdc4d5932124c5f667a42b969","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-12-01 - Cabinet of Vice-President Cecilia Malmström x Nord Stream 2 AG"],"date":["2016-12-01"],"summary":["Nord Stream 2"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-662856722412-20","ec-person-cb8ca9ec2413722fa83484ed18dd76ace52d0118"]}} -{"id":"ec-meeting-2016-12-01-e1c3921248013e5a359391e7f38aa70e69e7955c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-12-01 - Cabinet of Commissioner Phil Hogan x Zweites Deutsches Fernsehen"],"date":["2016-12-01"],"summary":["TV interview on agri matters"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-3209361971-85","ec-person-a1a78365cc4685b0958056646204977d8f2ead92"]}} -{"id":"ec-meeting-2016-12-01-e5b02bfaa03168e8031d03f2d8fd15bb8990f7ce","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-12-01 - Informatics x COMPAREX Nederland BV"],"date":["2016-12-01"],"summary":["Comparex presentation"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-digit"],"involved":["eu-tr-377843724681-51","ec-person-32591d36027eb92a66b57d5bcc8c57d9574380b0"]}} -{"id":"ec-meeting-2016-12-02-189f945ee1c2b07cfcb561bc1d96930138b71c43","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-12-02 - Cabinet of President Jean-Claude Juncker x Association européenne du cautionnement"],"date":["2016-12-02"],"summary":["financial services agenda"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-67611102869-33","ec-person-c402e34a99fbee730ae22e3b1958e21c94dc6fcc"]}} -{"id":"ec-meeting-2016-12-02-4d3d00a51a81b8f129e09d5d641c79cd42bdaeb9","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2016-12-02 - Cabinet of Commissioner Phil Hogan x European Dairy Association aisbl"],"date":["2016-12-02"],"summary":["Addressing Annual Convention","EDA Conference"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Nice, France","Brussels"],"address":["Nice, France","Brussels"],"addressEntity":["addr-2fd92735a83c5547b0ad49851107f93a63391184","addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-42967152383-63","ec-person-a1a78365cc4685b0958056646204977d8f2ead92","ec-person-400dd8d59d3060187d9b9b143d697da1a3d03c12"]}} -{"id":"ec-meeting-2016-12-02-4df79ed08bd2a604d32785fdba550c10c45fe498","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-12-02 - Cabinet of Commissioner Margrethe Vestager x Vodafone Belgium SA"],"date":["2016-12-02"],"summary":["Digital Single Market"],"notes":["Portfolio: Competition"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-margrethe-of-vestager"],"involved":["ec-person-947ab3027ba90ce15968614ce35c12506b7a43ac","eu-tr-90142503473-81"]}} -{"id":"ec-meeting-2016-12-02-5c956a223c673b5b9eb0f5e36dcb6188f4cdcf97","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-12-02 - Günther Oettinger x Vodafone Belgium SA"],"date":["2016-12-02"],"summary":["ePrivacy directive"],"location":["BXL"],"address":["BXL"],"addressEntity":["addr-d2fde52f67ea4a3e1fe233d0a959d6a1c77fd910"],"organizer":["ec-dg-de"],"involved":["ec-person-70bb5ab896e4d70fd6580bf0f2244bc172ae757b","eu-tr-90142503473-81"]}} -{"id":"ec-meeting-2016-12-02-69074dc48279b8efb8909ac192c9a679fdf8321d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-12-02 - Cabinet of Vice-President Miguel Arias Cañete x AL-ANDALUS BUSINESS CONSULTING, S.L."],"date":["2016-12-02"],"summary":["Climate Change- cooperation between EU and 3rg countries"],"notes":["Portfolio: Climate Action & Energy"],"location":["Madrid"],"address":["Madrid"],"addressEntity":["addr-7a2191964a3d7521269f0068afae6b6116bac15d"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-782499524173-63","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd"]}} -{"id":"ec-meeting-2016-12-02-79a77f74a941387be4db83e45ada6683418fc41d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-12-02 - Cabinet of Vice-President Andrus Ansip x Zweites Deutsches Fernsehen ARD-Verbindungsbüro Brüssel EBU-UER (European Broadcasting Union)"],"date":["2016-12-02"],"summary":["copyright"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-93288301615-56","eu-tr-6774178922-55","eu-tr-3209361971-85","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45"]}} -{"id":"ec-meeting-2016-12-02-8b4f05f084997abb061478d322e8bae54442ae55","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-12-02 - Cabinet of Commissioner Phil Hogan x Bureau National Interprofessionnel du Cognac"],"date":["2016-12-02"],"summary":["Lay out of concerns of the cognac sector"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-151161815770-08","ec-person-c9d17d5879383b030f61a4066848249fb35d57e4"]}} -{"id":"ec-meeting-2016-12-02-901bd3de4fb5113ebfbdad447383d729a511c059","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-12-02 - Günther Oettinger x INFOPARK Association"],"date":["2016-12-02"],"summary":["inter-regional Digital Forum"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-253963524850-06","ec-person-3297113eb5d4e59bc84d571628f0130aa75c761a"]}} -{"id":"ec-meeting-2016-12-02-95142d34587a6f1860b0f9d047944c0b1ff74b1d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-12-02 - Cabinet of Commissioner Tibor Navracsics x Google"],"date":["2016-12-02"],"summary":["Year of cultural heritage"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-49f31dad10f5641cb1d1e4c3107dd838389e8120","ec-person-cb6aa96c497dead35eb0f2ed0339e5423d506549","eu-tr-03181945560-59"]}} -{"id":"ec-meeting-2016-12-02-a2c679c74edfd3959b883235355c72321265ef20","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-12-02 - Cabinet of Commissioner Elżbieta Bieńkowska x Polskie Gornictwo Naftowe i Gazownictwo SA - Polish Oil and Gas Company"],"date":["2016-12-02"],"summary":["OPAL & NS2"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-70816716119-36","ec-person-d2997a7f359c91a337055c3e24dd36bf928de38d"]}} -{"id":"ec-meeting-2016-12-02-b1dcdec722b50b93077efc17831f44b4d8846b01","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-12-02 - Cabinet of Vice-President Andrus Ansip x BONANOVA"],"date":["2016-12-02"],"summary":["EU-Africa Summit 2017"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-c759bd58acc54869aa8e62ce652efcda416e25c2","eu-tr-929417912330-88"]}} -{"id":"ec-meeting-2016-12-02-b5cd970a98147f8a230428644810e92645f04ffb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-12-02 - Cabinet of Vice-President Miguel Arias Cañete x Sociedad Española de Ornitología"],"date":["2016-12-02"],"summary":["Natura 2000"],"notes":["Portfolio: Climate Action & Energy"],"location":["Madrid"],"address":["Madrid"],"addressEntity":["addr-7a2191964a3d7521269f0068afae6b6116bac15d"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-78244764767-48","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd"]}} -{"id":"ec-meeting-2016-12-02-c722ba99429e564e965c89207929a1863bc7f26d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-12-02 - Cabinet of Commissioner Violeta Bulc x Vodafone Belgium SA"],"date":["2016-12-02"],"summary":["EC data economy package"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-90142503473-81","ec-person-e14c58f620f40325d829df7be0823280307bc15f"]}} -{"id":"ec-meeting-2016-12-02-c9820e6b71c00719c1c1bb5ec9a1ce8b67e56846","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-12-02 - Cabinet of Commissioner Violeta Bulc x Community of European Railway and Infrastructure Companies"],"date":["2016-12-02"],"summary":["Preparation of joint event"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-7574621118-27","ec-person-dd7851e4a1e747e824b4f81139e33bc3cdb73160"]}} -{"id":"ec-meeting-2016-12-02-d50151a8d28637c87726dcce1c31a21a90d0b35c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-12-02 - Secretariat-General x EE&MC-European Economic & Marketing Consultants GmbH"],"date":["2016-12-02"],"summary":["General EU Affairs"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-sg"],"involved":["eu-tr-369771917250-23","ec-person-6aa97634438bb481caaf90d7277bdc0b062d44fb"]}} -{"id":"ec-meeting-2016-12-02-d55be7e2077f8853a05edd4d9bb24c90d8b16275","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-12-02 - Cabinet of Commissioner Julian King x Barclays PLC"],"date":["2016-12-02"],"summary":["Cyber Security"],"notes":["Portfolio: Security Union"],"location":["London"],"address":["London"],"addressEntity":["addr-4c57f0c88d9844630327623633ce269cf826ab99"],"organizer":["ec-cabinet-commissioner-julian-king-of"],"involved":["ec-person-37c79733647a2293d1e96e976d3a72c6b707cb4c","eu-tr-72390466359-39"]}} -{"id":"ec-meeting-2016-12-02-dd639f2764a2c9897a49267f1112b9b0cad48c5e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-12-02 - Cabinet of Vice-President Miguel Arias Cañete x Aena, S.M.E. S.A."],"date":["2016-12-02"],"summary":["ETS- aviation sector"],"notes":["Portfolio: Climate Action & Energy"],"location":["Madrid"],"address":["Madrid"],"addressEntity":["addr-7a2191964a3d7521269f0068afae6b6116bac15d"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-141532321289-19","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd"]}} -{"id":"ec-meeting-2016-12-02-e06504fa709cf8bbcd607bdd04fdddc2d197819e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-12-02 - Cabinet of Vice-President Valdis Dombrovskis x Klarna Group"],"date":["2016-12-02"],"summary":["Payment Service Directive; FinTech; Retail financial services Action Plan"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-a9eda2e8ea54b70a968327672c6cada679d3cd56","ec-person-537401fc0be04984531b83660f416bf2fe14fbd8","eu-tr-096569017209-91"]}} -{"id":"ec-meeting-2016-12-02-fdfa6ef78b45f667d506a3854b2cc7b511ce22fe","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-12-02 - Cabinet of Vice-President Miguel Arias Cañete x ArcelorMittal"],"date":["2016-12-02"],"summary":["ETS reform"],"notes":["Portfolio: Climate Action & Energy"],"location":["Madrid"],"address":["Madrid"],"addressEntity":["addr-7a2191964a3d7521269f0068afae6b6116bac15d"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-23527541824-60","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd"]}} -{"id":"ec-meeting-2016-12-05-06a93e4a1f03addfbc0c63f3770e8b7b7fd768ea","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-12-05 - Cabinet of Commissioner Phil Hogan x Association for Better European Access to Nutrients"],"date":["2016-12-05"],"summary":["Presentation of ABEAN"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-074906522694-94","ec-person-b0d24e81234b490dd841a09b69892304b27fc6a8"]}} -{"id":"ec-meeting-2016-12-05-2545435d6221d3c2af6ea0e51b60d9ccebaaccf4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-12-05 - Cabinet of Vice-President Jyrki Katainen x Metsäliitto Cooperative"],"date":["2016-12-05"],"summary":["Energy package"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Helsinki, Finland"],"address":["Helsinki, Finland"],"addressEntity":["addr-503f4794e483acbce8e2c42812ac35d426a412d9"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90","eu-tr-962687110415-94"]}} -{"id":"ec-meeting-2016-12-05-3ee6eb1e2ce9ba4469aec4199a2f50d7400dffdb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-12-05 - Financial Stability, Financial Services and Capital Markets Union x Bloomberg L.P."],"date":["2016-12-05"],"summary":["Stability and growth in the EU; Latest forecasts on the global economy ; Progress on the EU’s CMU"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-272910022778-05","ec-person-bdee7a93f95c8ef05079539170139b3c02e8ed96"]}} -{"id":"ec-meeting-2016-12-05-49e58030c6fc0af38d864b20c89e2ffff053ea37","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-12-05 - Günther Oettinger x Steuerberaterkammer Stuttgart"],"date":["2016-12-05"],"summary":["Digitisation issues"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-c6cae64cc7dc787b66a47ab1613d3e922875b971","eu-tr-893344024909-06"]}} -{"id":"ec-meeting-2016-12-05-6cf32293578c952193bcef59a0327dd34698438e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-12-05 - Cabinet of Vice-President Jyrki Katainen x Suomen Yrittäjät ry"],"date":["2016-12-05"],"summary":["EFSI"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Helsinki, Finland"],"address":["Helsinki, Finland"],"addressEntity":["addr-503f4794e483acbce8e2c42812ac35d426a412d9"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90","eu-tr-07265875082-72"]}} -{"id":"ec-meeting-2016-12-05-6f18f036eafef4bc889602ea5a3f66d757c5f542","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-12-05 - Cabinet of Commissioner Phil Hogan x Assemblée des Régions Européennes Fruitières, Légumières et Horticoles"],"date":["2016-12-05"],"summary":["Agri issues"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels, BERL 08/304"],"address":["Brussels, BERL 08/304"],"addressEntity":["addr-72c04700d8489d7ba40c4ad5f8595a9aefba3741"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-729014411618-96","ec-person-428cf365f3847d04012831ef2642a1a69aed518d"]}} -{"id":"ec-meeting-2016-12-05-7b3f70195050c0c1b3c42a7647bdb05142e9385c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-12-05 - Cabinet of Vice-President Andrus Ansip x Comuto SA"],"date":["2016-12-05"],"summary":["collaborative economy"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-6a03bc4fa7657513ea34529e98dba0671ef4c849","eu-tr-290486916308-69"]}} -{"id":"ec-meeting-2016-12-05-7f94378ec408478374d21c08940b1c15918e663f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-12-05 - Cabinet of Vice-President Johannes Hahn x EuroMed Rights / EuroMed Droits"],"date":["2016-12-05"],"summary":["Human Rights situation in Israel/Palestine"],"notes":["Portfolio: European Neighbourhood Policy & Enlargement Negotiations"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-hahn-johannes-of-president-vice"],"involved":["ec-person-643595d3a737c63fc95146b51292a4684ed1ca75","eu-tr-18343956476-47"]}} -{"id":"ec-meeting-2016-12-05-824f79229fafdeed188d8eef6134504545effca7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-12-05 - Cabinet of Commissioner Violeta Bulc x Lithuanian National Road Carriers Association"],"date":["2016-12-05"],"summary":["Lithuanian hauliers"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-615852524905-12","ec-person-dd7851e4a1e747e824b4f81139e33bc3cdb73160"]}} -{"id":"ec-meeting-2016-12-05-b6cb8a62b4a4ea3fddd411ed27e3f2d3c5a62fe7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-12-05 - Cabinet of Vice-President Cecilia Malmström x International Federation for Human Rights"],"date":["2016-12-05"],"summary":["human rights in Burma"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-97628146980-33","ec-person-8529bbbc6db862f6b82d6fa66a7cf7668804dae7"]}} -{"id":"ec-meeting-2016-12-05-c0a36c22d02c5cdc35d490ad4eb58a0b08ee4d09","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-12-05 - Günther Oettinger x Wirtschaftsrat der CDU e.V."],"date":["2016-12-05"],"summary":["copyright"],"location":["Berlin"],"address":["Berlin"],"addressEntity":["addr-062b06ba8e755765c6b049809b7430fd54fe5b21"],"organizer":["ec-dg-de"],"involved":["eu-tr-176334311014-43","ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0"]}} -{"id":"ec-meeting-2016-12-05-d9e9fd81f434b9c5c5c96ab853ca2b30cd0e1ce7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-12-05 - Cabinet of Vice-President Johannes Hahn x European Middle East Project vzw"],"date":["2016-12-05"],"summary":["partnership priorities"],"notes":["Portfolio: European Neighbourhood Policy & Enlargement Negotiations"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-cabinet-hahn-johannes-of-president-vice"],"involved":["ec-person-ffbd1e8ac522a6bd1cdc4b724b9a4416b5d36034","eu-tr-733135223769-69"]}} -{"id":"ec-meeting-2016-12-05-edc8c2e4b70e2d4d9f095e8c36acdf099e381c1a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-12-05 - Cabinet of Vice-President Cecilia Malmström x Comité du commerce des céréales, aliments du bétail, oléagineux, huile d'olive, huiles et graisses et agrofournitures de l'U.E."],"date":["2016-12-05"],"summary":["trade in linseed"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-2050009628-31","ec-person-8529bbbc6db862f6b82d6fa66a7cf7668804dae7"]}} -{"id":"ec-meeting-2016-12-06-04442fc33a86c78e2eacbfd73adc7d3b94f8e5c2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-12-06 - Cabinet of President Jean-Claude Juncker x BSA | The Software Alliance"],"date":["2016-12-06"],"summary":["Digital Single Market"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-44a061693f35519551be0e3dab996e76ad3f8c7c","eu-tr-75039383277-48"]}} -{"id":"ec-meeting-2016-12-06-08c9fdb4fce0b3a51515fa414a77cbd82684e085","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-12-06 - Cabinet of Commissioner Carlos Moedas x AeroSpace and Defence Industries Association of Europe"],"date":["2016-12-06"],"summary":["Introductory meeting"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Bruxelles"],"address":["Bruxelles"],"addressEntity":["addr-b58f5927b66d94a676970dc048485d4c6848f272"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-a45151b401196e9c374c9acdada9d8840da271ad","eu-tr-72699997886-57"]}} -{"id":"ec-meeting-2016-12-06-168bdf008256b383feec657f3d9ae3e92b293382","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-12-06 - Cabinet of President Jean-Claude Juncker x Groupement Européen des Sociétés d'Auteurs et Compositeurs"],"date":["2016-12-06"],"summary":["Digital Single Market"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-44a061693f35519551be0e3dab996e76ad3f8c7c","eu-tr-36529354479-57"]}} -{"id":"ec-meeting-2016-12-06-16b8d1b2c2ff03469cdedfde35ad1125563b2b83","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-12-06 - Cabinet of Vice-President Jyrki Katainen x European Logistics Association"],"date":["2016-12-06"],"summary":["logistics related topics"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-486101215470-41","ec-person-955e8c493ab54847bb92b65986f56a401f8eabee"]}} -{"id":"ec-meeting-2016-12-06-32d211f5c4c1a7987fdae11faa184bc35b37d77d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-12-06 - Energy x International Association of Oil & Gas Producers Europe"],"date":["2016-12-06"],"summary":["Energy policy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["ec-person-6997149120ce5129e38febe5275dc8fd03232d2e","eu-tr-3954187491-70"]}} -{"id":"ec-meeting-2016-12-06-463107cdc0816657589ffe6998c1b9cac65aaac7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-12-06 - Cabinet of Vice-President Jyrki Katainen x HomeAway Sàrl"],"date":["2016-12-06"],"summary":["Developments in the short term accommodation sector across Europe"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-470908920122-03","ec-person-81b1dda49062e5dac42bdad9273fa72968a2c325"]}} -{"id":"ec-meeting-2016-12-06-4b071b2d66b0a5104496f289fde74ceeef6fdee6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-12-06 - Cabinet of Commissioner Violeta Bulc x Cruise Lines International Association Europe"],"date":["2016-12-06"],"summary":["Maritime"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-e14c58f620f40325d829df7be0823280307bc15f","eu-tr-69525934310-58"]}} -{"id":"ec-meeting-2016-12-06-4f1706f206a1ceb807c4edc383d133b740dce515","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-12-06 - Cabinet of Commissioner Vytenis Andriukaitis x Axel Springer SE"],"date":["2016-12-06"],"summary":["28 issue publication"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["eu-tr-742417913824-11","ec-person-0dbfffeb0323f819c8d57164906086dd8639c437"]}} -{"id":"ec-meeting-2016-12-06-51cf01788256cb99dfb1af3bc4bf91a1b4a17b32","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-12-06 - Cabinet of Commissioner Vytenis Andriukaitis x European Alcohol Policy Alliance"],"date":["2016-12-06"],"summary":["Action to prevent alcohol abuse and address alcohol-related harm, the Alcohol Forum"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["eu-tr-01546986656-22","ec-person-97425c615743576adc42e09bee7dac14f83f691b","ec-person-df30d07ef698a52b9948b9c734db39196cf8541f"]}} -{"id":"ec-meeting-2016-12-06-64b9d69c496a0e5ea6f7ece87ca03573a8454e46","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-12-06 - Financial Stability, Financial Services and Capital Markets Union x CAISSE DES DEPOTS"],"date":["2016-12-06"],"summary":["Commentaire de la position CDC sur le Plan Juncker, Les négociations du cadre financier post-2020,Les enjeux liés à la révision CRD/CRR, / Le traitement de l’immobilier dans le cadre prudentiel de l’assurance,Prise en compte des enjeux environnementaux par les banques, assurances et institutions financières"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-84606487324-44","ec-person-bdee7a93f95c8ef05079539170139b3c02e8ed96"]}} -{"id":"ec-meeting-2016-12-06-70e7ab0202cc4e779707673f3f34bc8f1b00a565","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-12-06 - Mobility and Transport x Union of European Chambers of Commerce for Transport"],"date":["2016-12-06"],"summary":["Road infrastructure and pricing, Alpine tunnels, inland waterways, Single European Sky"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-move"],"involved":["ec-person-26cdfacae671b09917bee1a91c91973941fa58a2","eu-tr-66355731387-11"]}} -{"id":"ec-meeting-2016-12-06-7489bdc93a6bd6987b5d90c850abf22130f81a96","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-12-06 - Cabinet of Commissioner Violeta Bulc x Brunswick Group LLP"],"date":["2016-12-06"],"summary":["Ride-sharing"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-5012c5e45a52ee8ce67d19c1781a127af53e73e7","ec-person-dd7851e4a1e747e824b4f81139e33bc3cdb73160","eu-tr-26255464458-25"]}} -{"id":"ec-meeting-2016-12-06-762e30026ddad2a8d0f6b60be522567ee975350a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-12-06 - Cabinet of Commissioner Elżbieta Bieńkowska x Comuto SA"],"date":["2016-12-06"],"summary":["collaborative economy"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["ec-person-685ecf13dd26cd515c961e24ba71049af2302c5e","eu-tr-290486916308-69"]}} -{"id":"ec-meeting-2016-12-06-7dd587e7f74697ebe28e644cc095bc551a49fad1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-12-06 - Günther Oettinger x Brunswick Group Advisory Limited Comuto SA"],"date":["2016-12-06"],"summary":["platforms"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-26255464458-25","eu-tr-290486916308-69","ec-person-3297113eb5d4e59bc84d571628f0130aa75c761a"]}} -{"id":"ec-meeting-2016-12-06-a414e59f8f05a8cbafdc01becb654b6c2325f150","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-12-06 - Cabinet of Commissioner Elżbieta Bieńkowska x European Building Automation and Controls Association"],"date":["2016-12-06"],"summary":["enrgy efficiency, construction initiative"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-20943263315-44","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2016-12-06-a701d796858a1fcd1d5d10a142f7339fb1977aaa","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-12-06 - Cabinet of Vice-President Valdis Dombrovskis x RB Rail AS"],"date":["2016-12-06"],"summary":["Discussion on Rail Baltica project - update, perspective to advance economic cooperation between the Baltic States"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-a9eda2e8ea54b70a968327672c6cada679d3cd56","eu-tr-781539719605-15"]}} -{"id":"ec-meeting-2016-12-06-ad0cb191638d36579296200fe9e99fb3a310f30c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-12-06 - Communications Networks, Content and Technology x Koninklijke Philips"],"date":["2016-12-06"],"summary":["Digital health"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-035366013790-68","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2016-12-06-b13438a1083a29af152357f38790a49452a29273","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-12-06 - Cabinet of Commissioner Phil Hogan x Ibec"],"date":["2016-12-06"],"summary":["Business Outlook"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-479468313744-50","ec-person-ff8342dedc26701400fcb7dcf73fbee50a837ac6"]}} -{"id":"ec-meeting-2016-12-06-b5d7fb2de1db1fd92b628213ba4f7400a50ac2e0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-12-06 - Cabinet of Commissioner Marianne Thyssen x Uber"],"date":["2016-12-06"],"summary":["Employment and social protection in the new world of work"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["ec-person-7567514af00f139b390cf9864d28a090ca0fde25","eu-tr-002278013515-26","ec-person-e93189002a993321fd1af93481b271c766b1aff8"]}} -{"id":"ec-meeting-2016-12-06-c75c3bc531c451e3d4eecd9e38df8a0617aaca2b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-12-06 - Cabinet of Commissioner Tibor Navracsics x The Walt Disney Company Benelux BVBA"],"date":["2016-12-06"],"summary":["Digital Single Market"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-49f31dad10f5641cb1d1e4c3107dd838389e8120","ec-person-cb6aa96c497dead35eb0f2ed0339e5423d506549","eu-tr-256463315409-35"]}} -{"id":"ec-meeting-2016-12-06-d5cc373295cafac4b1651c5c55b17b7d8029589e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-12-06 - Cabinet of Commissioner Phil Hogan x Hume Brophy"],"date":["2016-12-06"],"summary":["Aviation"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-3843982938-44","ec-person-ff8342dedc26701400fcb7dcf73fbee50a837ac6"]}} -{"id":"ec-meeting-2016-12-06-dc1d9c973736c62ceb1fab0fe3c0d0c28a238cda","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-12-06 - Cabinet of Vice-President Valdis Dombrovskis x PAN-Nordic Card Association"],"date":["2016-12-06"],"summary":["PSD2"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-23332008533-91","ec-person-537401fc0be04984531b83660f416bf2fe14fbd8"]}} -{"id":"ec-meeting-2016-12-06-e95ad9d56a8e5fcc376d7360f6d7b1869eaf5e6d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-12-06 - Cabinet of High Representative / Vice-President Federica Mogherini x UniCredit"],"date":["2016-12-06"],"summary":["EU relations with Serbia and with Turkey"],"notes":["Portfolio: Foreign Affairs and Security Policy"],"location":["Brussels (Berlaymont)"],"address":["Brussels (Berlaymont)"],"addressEntity":["addr-4e70ddf45e81f0631950978c4aa49a218756a3f4"],"organizer":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"involved":["eu-tr-03094871618-32","ec-person-ffe369688b1df8f09154d965f094473d619d72e0"]}} -{"id":"ec-meeting-2016-12-06-ea01ff74d92049e8e6a64d96dc6b3be3d69ef1f3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-12-06 - Cabinet of Commissioner Violeta Bulc x Hume Brophy"],"date":["2016-12-06"],"summary":["Dublin Airport Authority"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-3843982938-44","ec-person-5012c5e45a52ee8ce67d19c1781a127af53e73e7","ec-person-9d4dc4867a44dfe10f67ae7ee1706da3e8b48a24"]}} -{"id":"ec-meeting-2016-12-06-ec9c74d97c73c414044f046a5e9c35fa57e96030","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-12-06 - Cabinet of Commissioner Carlos Moedas x Confederation of the German Textile and Fashion Industry"],"date":["2016-12-06"],"summary":["market chances for the textile, clothing and shoe industry"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["eu-tr-630565418685-37","ec-person-0a716bf5253e913fc40ebf14c12f30dc2e7a06ee"]}} -{"id":"ec-meeting-2016-12-06-edf7311cbeca0279838c48a363af854277606b78","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-12-06 - Cabinet of Vice-President Andrus Ansip x HomeAway Sàrl"],"date":["2016-12-06"],"summary":["platforms, collaborative economy"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-470908920122-03","ec-person-6a03bc4fa7657513ea34529e98dba0671ef4c849"]}} -{"id":"ec-meeting-2016-12-06-f4e365ce8fc9693afe742220c73c5ef38572932e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-12-06 - Cabinet of Commissioner Vytenis Andriukaitis x Blacksmith Initiative"],"date":["2016-12-06"],"summary":["Public health, environment, pollution"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["eu-tr-345555521238-97","ec-person-0dbfffeb0323f819c8d57164906086dd8639c437"]}} -{"id":"ec-meeting-2016-12-06-f64839517966f4226ee9400d5e53d518b347ba83","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-12-06 - Cabinet of Vice-President Valdis Dombrovskis x IDESCOM-Associação Informação, Desenvolvimento, Comunicação"],"date":["2016-12-06"],"summary":["New Skills Agenda"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-030525522699-14","ec-person-1f98d05bdaed2c40396781b1eb7b0aa47cb8dd20"]}} -{"id":"ec-meeting-2016-12-07-03388f1f75fd7b02af4422078d7db27dda879031","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-12-07 - Communications Networks, Content and Technology x KPN"],"date":["2016-12-07"],"summary":["European Electronic Communications Code, Roaming, NN"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-38392131923-05","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2016-12-07-11aa3210b79f5e7dc147b4fffebda24b2e28484f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-12-07 - Cabinet of Vice-President Andrus Ansip x NASDAQ"],"date":["2016-12-07"],"summary":["Digitalisation of Financial Markets including Blockchain"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-76648765687-29","ec-person-0f698e3a0cc0bd6a02e1bd386a25cedc1366f3f1"]}} -{"id":"ec-meeting-2016-12-07-136711fa8ee51557fa78b7d105d2cc23f86fe82e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-12-07 - Cabinet of Commissioner Phil Hogan x General Electric Company"],"date":["2016-12-07"],"summary":["Reception"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-4016736872-59","ec-person-ff8342dedc26701400fcb7dcf73fbee50a837ac6"]}} -{"id":"ec-meeting-2016-12-07-1c2ee99e27dc008433f4915d0727d5a6c885c3bc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-12-07 - Cabinet of Commissioner Phil Hogan x NOVE Barilla Center for Food & Nutrition Foundation"],"date":["2016-12-07"],"summary":["General Agri business"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels, BERL 08/304"],"address":["Brussels, BERL 08/304"],"addressEntity":["addr-72c04700d8489d7ba40c4ad5f8595a9aefba3741"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-79628483345-37","eu-tr-522122412613-18","ec-person-428cf365f3847d04012831ef2642a1a69aed518d"]}} -{"id":"ec-meeting-2016-12-07-230ed01744b74ffdf3d018292988cd0ac290e647","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-12-07 - Informatics x Adobe Systems Benelux bv"],"date":["2016-12-07"],"summary":["Introductory meeting"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-digit"],"involved":["ec-person-32591d36027eb92a66b57d5bcc8c57d9574380b0","eu-tr-575371411483-96"]}} -{"id":"ec-meeting-2016-12-07-28a0a5e86869ff8ba0da9c6665d92135af1513d9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-12-07 - Cabinet of Commissioner Violeta Bulc x FERROVIE DELLO STATO ITALIANE S.p.A."],"date":["2016-12-07"],"summary":["discussion on EFSI"],"notes":["Portfolio: Transport"],"location":["BRUXELLES"],"address":["BRUXELLES"],"addressEntity":["addr-a2c5953b0baaa9dae49b7f5c562d544ce3255087"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-1954267427-31","ec-person-be830229e281863b280fbdedb9755116218a1b6d"]}} -{"id":"ec-meeting-2016-12-07-292698fd43b4af3136be87b203b77cb9d99bf295","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-12-07 - Cabinet of Commissioner Vytenis Andriukaitis x Confederazione Generale dell'Agricoltura Italiana"],"date":["2016-12-07"],"summary":["Food waste, animal health"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-0dbfffeb0323f819c8d57164906086dd8639c437","eu-tr-230456715590-19"]}} -{"id":"ec-meeting-2016-12-07-2e31c8cc237dbe17db5d10d098fedd33eca8afb6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-12-07 - Inspire, Debate, Engage and Accelerate Action x CSR Europe, The Business Network for Corporate Social Responsibility"],"date":["2016-12-07"],"summary":["Sustainable Development"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-dg-idea"],"involved":["eu-tr-56502415122-32","ec-person-4fe56a64c00b3e81c851b5538878b32481bd7d3c"]}} -{"id":"ec-meeting-2016-12-07-309e10419425e564582c6753dd0d56abbf3895f5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-12-07 - Cabinet of Commissioner Carlos Moedas x Volvo AB"],"date":["2016-12-07"],"summary":["Preparation for the Innovation Summit 2017"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Bruxelles, Belgium"],"address":["Bruxelles, Belgium"],"addressEntity":["addr-eee1feebc17b3c7a229c67678392ac489d04d92a"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-a45151b401196e9c374c9acdada9d8840da271ad","eu-tr-51773601133-57"]}} -{"id":"ec-meeting-2016-12-07-36f84080d202be9a0c32a77ec08a5ebd0f9c1034","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-12-07 - Cabinet of Vice-President Karmenu Vella x Land- en Tuinbouw Organisatie Nederland"],"date":["2016-12-07"],"summary":["Dutch agricultural sector and the circular economy"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["eu-tr-4656646862-72","ec-person-c3b835c0518074ff4c4d2774cbe39b4fd24ba71a"]}} -{"id":"ec-meeting-2016-12-07-385854feed55512124ad73c4c064e7ccc703ff4a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-12-07 - Cabinet of Vice-President Miguel Arias Cañete x Europagrid Ltd"],"date":["2016-12-07"],"summary":["Energy investments"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-407851624650-24","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd"]}} -{"id":"ec-meeting-2016-12-07-54027d11272b1ff0ded5153bd5bee1aa750026ea","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-12-07 - Cabinet of Commissioner Phil Hogan x KPMG EMA"],"date":["2016-12-07"],"summary":["Professional Qualifications"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-65515368730-59","ec-person-ff8342dedc26701400fcb7dcf73fbee50a837ac6"]}} -{"id":"ec-meeting-2016-12-07-6cd04b52a85037ce1841afb1fbdbc34913674e54","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-12-07 - Cabinet of Commissioner Tibor Navracsics x AT&T, Inc."],"date":["2016-12-07"],"summary":["Digital skills"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-1da7ee09d46288ee4ea9db2b644bdcf9c3d6d000","eu-tr-92442218459-37"]}} -{"id":"ec-meeting-2016-12-07-7f0dcc7224069120e97a69ff81b1651ed5254658","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-12-07 - Cabinet of Vice-President Jyrki Katainen x Maa- ja metsätaloustuottajain Keskusliitto – Central Union of Agricultural Producers and Forest Owners"],"date":["2016-12-07"],"summary":["Energy package"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-56039441735-48","ec-person-93e8e8ac2ee89edb4c52bce70d7472c8eae05edd"]}} -{"id":"ec-meeting-2016-12-07-a19dc793d3556e7602e902bf2d03b8f9753bd5e0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-12-07 - Cabinet of Commissioner Violeta Bulc x Centre on Regulation in Europe"],"date":["2016-12-07"],"summary":["Executive Seminar"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-041592911733-05","ec-person-5012c5e45a52ee8ce67d19c1781a127af53e73e7","ec-person-dd7851e4a1e747e824b4f81139e33bc3cdb73160"]}} -{"id":"ec-meeting-2016-12-07-a64acddb228e8e8854132268e7c010e9b1d98ecc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-12-07 - Cabinet of Commissioner Vytenis Andriukaitis x BASF SE"],"date":["2016-12-07"],"summary":["EU approval of active substances for plant protection products. Bentazone."],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-b9c3f19e7c5f216e3e508f931ddd6a9cb59376d1","eu-tr-7410939793-88"]}} -{"id":"ec-meeting-2016-12-07-a97715436e14deccc2dc6c4031f7feb294acbb25","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-12-07 - Cabinet of Vice-President Cecilia Malmström x None"],"date":["2016-12-07"],"summary":["ACP banana producers and trade"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-039704524287-07","eu-tr-396855224825-17","eu-tr-552999119458-44","ec-person-8529bbbc6db862f6b82d6fa66a7cf7668804dae7","eu-tr-482916323856-50"]}} -{"id":"ec-meeting-2016-12-07-b8d9c86a8e22b18d172b48aebf040fbe757a11f3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-12-07 - Cabinet of Commissioner Carlos Moedas x Norwegian University of Science and Technology"],"date":["2016-12-07"],"summary":["STARMUS IV Festival"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-f7ccc3ad366dd2fdb24870e1c02ff2763539c82f","eu-tr-886395221039-89"]}} -{"id":"ec-meeting-2016-12-07-bfc3c21f5ced2113fa7e0b89830432d41f478757","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-12-07 - Cabinet of Vice-President Karmenu Vella x G Plus Ltd (t/a Portland)"],"date":["2016-12-07"],"summary":["Regional Fisheries Management Organisations, Ocean Governance"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["eu-tr-7223777790-86","ec-person-2966d69fae0ea4e67f3f2df5a743cc766267d3c8"]}} -{"id":"ec-meeting-2016-12-07-c9e6a9b058be7a38010122a1334cd882cada94c0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-12-07 - Cabinet of Commissioner Vytenis Andriukaitis x Barilla Center for Food & Nutrition Foundation"],"date":["2016-12-07"],"summary":["Food waste"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["eu-tr-79628483345-37","ec-person-0dbfffeb0323f819c8d57164906086dd8639c437"]}} -{"id":"ec-meeting-2016-12-07-d9e492c72f2b6563396fdeff0966cdb10a2ac6db","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-12-07 - Cabinet of Commissioner Věra Jourová x BSA | The Software Alliance"],"date":["2016-12-07"],"summary":["Privacy Shield"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-f329292459cb1badb7fb7c6b67b698c441931bb2","eu-tr-75039383277-48"]}} -{"id":"ec-meeting-2016-12-07-df5308952c81967f7cef29511a3f0e45080af030","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-12-07 - Günther Oettinger x WACKER CHEMIE AG"],"date":["2016-12-07"],"summary":["trade policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-036915715533-64","ec-person-3297113eb5d4e59bc84d571628f0130aa75c761a"]}} -{"id":"ec-meeting-2016-12-07-f857306b0d44450ae2a52facfa56402a922c115d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-12-07 - Cabinet of Commissioner Carlos Moedas x European Federation of Pharmaceutical Industries and Associations"],"date":["2016-12-07"],"summary":["Meeting with EPFIA'S President, IMI/Innovation Policy"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["eu-tr-38526121292-88","ec-person-f7ccc3ad366dd2fdb24870e1c02ff2763539c82f","ec-person-23980b2bc4fd9c82051d0f7888dc236b2f764866"]}} -{"id":"ec-meeting-2016-12-07-fcf99c6ed0368d47c61d35f753ead00b74b4e70a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-12-07 - Cabinet of Vice-President Miguel Arias Cañete x Norwegian University of Science and Technology"],"date":["2016-12-07"],"summary":["Energy Efficiency"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-886395221039-89","ec-person-25a937c04cd0a0ddcf5cf34798e76b5105854114"]}} -{"id":"ec-meeting-2016-12-08-06147b5b8d9511719fc8980e912453ec7a209476","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-12-08 - Cabinet of Vice-President Jyrki Katainen x Bank of Valletta Group"],"date":["2016-12-08"],"summary":["European Fund for strategic Investments (EFSI)"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-3775b7be791f90ed462b9071c9ae596b80d71bca","eu-tr-85472489822-85"]}} -{"id":"ec-meeting-2016-12-08-06166c277d85f05e6dfca14af2fcd4c8f571d4b7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-12-08 - Cabinet of Vice-President Jyrki Katainen x None"],"date":["2016-12-08"],"summary":["Water policy"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-7028457765-59","ec-person-0da85dc48012e26688310a59a0b51727ea68f410","eu-tr-969504320672-09"]}} -{"id":"ec-meeting-2016-12-08-090a896de23f38c1c9292918ceb1f9d492e9572c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-12-08 - Cabinet of Vice-President Neven Mimica x Eni S.p.A."],"date":["2016-12-08"],"summary":["The contribution of energy to the development in Africa"],"notes":["Portfolio: International Cooperation & Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-mimica-neven-of-president-vice"],"involved":["eu-tr-99578067285-35","ec-person-ba51cfc2cb570b2ba23d99869e21cd43fe8cadad","ec-person-e90858f5aba78fd0e1cb2f757c3f38d55d91f98b"]}} -{"id":"ec-meeting-2016-12-08-0ebea00951249ead64b8722f7b079dd24ecbc925","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-12-08 - Cabinet of Vice-President Cecilia Malmström x Nokia"],"date":["2016-12-08"],"summary":["Trade obstacles in China, India, US"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-35167875358-33","ec-person-20ded9db5df11164331bb161fdf234b1e5ad53fd"]}} -{"id":"ec-meeting-2016-12-08-1ce0686a82a4d926eebf1975cd2e4cb4d2f3546a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-12-08 - Cabinet of Commissioner Dimitris Avramopoulos x Facebook Ireland Limited"],"date":["2016-12-08"],"summary":["Preparation for the Internet Forum"],"notes":["Portfolio: Migration, Home Affairs and Citizenship"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-avramopoulos-cabinet-commissioner-dimitris-of"],"involved":["ec-person-57d09145ba24f5738cdde61edf14f741cb547675","eu-tr-28666427835-74","ec-person-06b43c385c07c13f2bae1d24a0075851e8ce491d"]}} -{"id":"ec-meeting-2016-12-08-20f322f9320ac28b804b7de7069e68a2d9268b6a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-12-08 - Cabinet of Commissioner Elżbieta Bieńkowska x Affordable Medicines Europe"],"date":["2016-12-08"],"summary":["new export ban list Poland"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-509882515669-01","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2016-12-08-26d5ecb651f28ee15a7f3930c81b518919cc3a65","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-12-08 - Cabinet of Vice-President Jyrki Katainen x Comuto SA"],"date":["2016-12-08"],"summary":["Blablacar business model and regulatory approaches in various countries"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-81b1dda49062e5dac42bdad9273fa72968a2c325","eu-tr-290486916308-69"]}} -{"id":"ec-meeting-2016-12-08-38720dedd570966a0377344a4cbf7036005c7e8f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-12-08 - Cabinet of Vice-President Jyrki Katainen x Airlines for Europe"],"date":["2016-12-08"],"summary":["situation of aviation industry"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-807912421050-91","ec-person-0da85dc48012e26688310a59a0b51727ea68f410"]}} -{"id":"ec-meeting-2016-12-08-41c29febf2f1d4d200406e62509aef667dcb5749","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-12-08 - Cabinet of Vice-President Karmenu Vella x Notre Europe - Institut Jacques Delors / Notre Europe - Jacques Delors Institute"],"date":["2016-12-08"],"summary":["Ocean Governance, Our Ocean 2017, Fisheries Subsidies"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["eu-tr-726109217329-25","ec-person-2966d69fae0ea4e67f3f2df5a743cc766267d3c8","ec-person-0e3efd8bc1c3ee9a80205d0bb78f316fa1621e5d"]}} -{"id":"ec-meeting-2016-12-08-44388d3939e61c7fce806b63ad48a7805e13ddde","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-12-08 - Cabinet of Commissioner Dimitris Avramopoulos x Microsoft Corporation"],"date":["2016-12-08"],"summary":["Preparation for the Internet Forum"],"notes":["Portfolio: Migration, Home Affairs and Citizenship"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-avramopoulos-cabinet-commissioner-dimitris-of"],"involved":["eu-tr-0801162959-21","ec-person-57d09145ba24f5738cdde61edf14f741cb547675","ec-person-06b43c385c07c13f2bae1d24a0075851e8ce491d"]}} -{"id":"ec-meeting-2016-12-08-444185354ebd148714518598a779c6925f8d83a6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-12-08 - Cabinet of Commissioner Vytenis Andriukaitis x ViroVet NV"],"date":["2016-12-08"],"summary":["African Swine Fever"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["eu-tr-984380024354-62","ec-person-0dbfffeb0323f819c8d57164906086dd8639c437"]}} -{"id":"ec-meeting-2016-12-08-49f0dccc5d191a473642030e049d9aff56933126","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-12-08 - Cabinet of President Jean-Claude Juncker x EKD-Büro Brüssel / EKD-Office Brussels"],"date":["2016-12-08"],"summary":["Education & Culture"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-44a061693f35519551be0e3dab996e76ad3f8c7c","eu-tr-61973396926-78"]}} -{"id":"ec-meeting-2016-12-08-4fc545cb5ab69059053c69e6a889408d090ea990","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-12-08 - Cabinet of Vice-President Miguel Arias Cañete x Eni S.p.A."],"date":["2016-12-08"],"summary":["Future developments related to the gas interconnections"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-99578067285-35","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd"]}} -{"id":"ec-meeting-2016-12-08-5e1582d20e62fe2fb3dde51454e01266a8022ed6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-12-08 - Cabinet of Commissioner Violeta Bulc x Lufthansa Group"],"date":["2016-12-08"],"summary":["Aviation"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-0714344663-32","ec-person-5012c5e45a52ee8ce67d19c1781a127af53e73e7","ec-person-9d4dc4867a44dfe10f67ae7ee1706da3e8b48a24"]}} -{"id":"ec-meeting-2016-12-08-5ef8efafffe8761d73ec365b78f13305ad7769b0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-12-08 - Cabinet of Vice-President Neven Mimica x CHAMBRE OFFICIELLE DE COMMERCE D' ESPAGNE EN BELGIQUE ET AU LUXEMBOURG ASBL"],"date":["2016-12-08"],"summary":["The role of the private sector in EU development cooperation in light of the 2030 Agenda"],"notes":["Portfolio: International Cooperation & Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-mimica-neven-of-president-vice"],"involved":["ec-person-5f446e21c2ca97624d9781d53ce7312477e72d6e","eu-tr-434877614680-77","ec-person-886e1b865045c3ed98e99075006d09cea708acce"]}} -{"id":"ec-meeting-2016-12-08-6ada8e4123008d2018629f9e628a0743a5fb44c3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-12-08 - Cabinet of Commissioner Vytenis Andriukaitis x European Coordination Committee of the Radiological, Electromedical and healthcare IT Industry"],"date":["2016-12-08"],"summary":["Integrated care"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-059ca943fc5fc696d2a97849c635ddf7b6ab7fd7","eu-tr-05366537746-69","ec-person-df30d07ef698a52b9948b9c734db39196cf8541f"]}} -{"id":"ec-meeting-2016-12-08-707230e54d77f4ad8622ad63cb7ed46a9726120d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-12-08 - Cabinet of Commissioner Carlos Moedas x Inline Policy Sprl HomeAway Sàrl"],"date":["2016-12-08"],"summary":["Introductory meeting"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Bruxelles, Belgium"],"address":["Bruxelles, Belgium"],"addressEntity":["addr-eee1feebc17b3c7a229c67678392ac489d04d92a"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["eu-tr-660137014271-28","eu-tr-470908920122-03","ec-person-a45151b401196e9c374c9acdada9d8840da271ad"]}} -{"id":"ec-meeting-2016-12-08-7dacee83bccd945a009fcc2b016e1b197e1b0f6f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-12-08 - Cabinet of Vice-President Karmenu Vella x SEACULTURE LTD SMM Consultancy Services"],"date":["2016-12-08"],"summary":["Aquaculture, blue growth"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["eu-tr-718871824881-22","eu-tr-269777824384-04","ec-person-2966d69fae0ea4e67f3f2df5a743cc766267d3c8","ec-person-0e3efd8bc1c3ee9a80205d0bb78f316fa1621e5d"]}} -{"id":"ec-meeting-2016-12-08-7fdf32783ca6ddaed2e4a82e9f26ad4c07aa4f42","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-12-08 - Cabinet of Commissioner Dimitris Avramopoulos x Google"],"date":["2016-12-08"],"summary":["Preparation for the Internet Forum"],"notes":["Portfolio: Migration, Home Affairs and Citizenship"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-avramopoulos-cabinet-commissioner-dimitris-of"],"involved":["ec-person-57d09145ba24f5738cdde61edf14f741cb547675","eu-tr-03181945560-59","ec-person-06b43c385c07c13f2bae1d24a0075851e8ce491d"]}} -{"id":"ec-meeting-2016-12-08-8137c4ad179e94ed93cff9926309f3599f89ccf5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-12-08 - Cabinet of Vice-President Jyrki Katainen x Bristol-Myers Squibb Company"],"date":["2016-12-08"],"summary":["Innovation and investment"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-04437556781-76","ec-person-f9208d930adc70c6c64e21701e48f85f6f18e949"]}} -{"id":"ec-meeting-2016-12-08-9a09f5a5f51df80cc492732d7c11beeccbea842e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-12-08 - Cabinet of President Jean-Claude Juncker x Notre Europe - Institut Jacques Delors / Notre Europe - Jacques Delors Institute WWF European Policy Programme"],"date":["2016-12-08"],"summary":["Current EU policy issues"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-726109217329-25","ec-person-b1bf9aa5fb7e886441ff341b657cc482b64a2a3e","eu-tr-1414929419-24","ec-person-80c6995ad1cd6aefa72f1bf440b17b6d8c6dd4b8"]}} -{"id":"ec-meeting-2016-12-08-9e3558719f0cc106efaabe9e978a56092f3f7c23","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-12-08 - Cabinet of Commissioner Vytenis Andriukaitis x Bristol-Myers Squibb Company"],"date":["2016-12-08"],"summary":["HTA, HSPA"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["eu-tr-04437556781-76","ec-person-059ca943fc5fc696d2a97849c635ddf7b6ab7fd7"]}} -{"id":"ec-meeting-2016-12-08-a1160a34b8efc4dac5018736a32052c599807fb4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-12-08 - Cabinet of Commissioner Carlos Moedas x Open Access Infrastructure for Research in Europe"],"date":["2016-12-08"],"summary":["Open Science"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-b8d49828915f9008e764a78796d47ea00807a658","eu-tr-175695224542-61"]}} -{"id":"ec-meeting-2016-12-08-a2da2ad1868d8664b97e010ff116bc054152f113","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-12-08 - Cabinet of Vice-President Jyrki Katainen x Edelman Public Relations Worldwide General Electric Company"],"date":["2016-12-08"],"summary":["Investments and trade"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-f9208d930adc70c6c64e21701e48f85f6f18e949","eu-tr-4016736872-59","eu-tr-68037017809-51"]}} -{"id":"ec-meeting-2016-12-08-a69fc9b8eb5f4b185663ca656b3b496ce22b1310","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-12-08 - Cabinet of Vice-President Andrus Ansip x BSA | The Software Alliance"],"date":["2016-12-08"],"summary":["Free flow of data, data protection"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-5db7bdd1c81da2e70eb5b982097d0004111b5c3e","ec-person-6a03bc4fa7657513ea34529e98dba0671ef4c849","eu-tr-75039383277-48"]}} -{"id":"ec-meeting-2016-12-08-ba1642d4c6cd094ee3dc13d2338f288f165b4c44","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-12-08 - Cabinet of Commissioner Julian King x Confederation of European Security Services"],"date":["2016-12-08"],"summary":["Infrastructure protection"],"notes":["Portfolio: Security Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-julian-king-of"],"involved":["ec-person-8d48893e9e1b5fcb8f1a7bf47a39f9a2a3ac4c54","eu-tr-61991787780-18"]}} -{"id":"ec-meeting-2016-12-08-befd720ca1b9395380f872a476e531c7fa272378","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-12-08 - Cabinet of Commissioner Tibor Navracsics x British Council"],"date":["2016-12-08"],"summary":["Culture"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-fa3187815cf956b0872e1668e14548b7d9f7ce93","eu-tr-17888758870-92"]}} -{"id":"ec-meeting-2016-12-08-c04dcc9c7796b392d238208ed008a5a6164db4c3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-12-08 - Cabinet of Commissioner Margrethe Vestager x Local Government Denmark"],"date":["2016-12-08"],"summary":["EU Policies"],"notes":["Portfolio: Competition"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-margrethe-of-vestager"],"involved":["ec-person-baa1c172df109ebd1f0307bccb5e21aec66c7a25","eu-tr-43783176689-06"]}} -{"id":"ec-meeting-2016-12-08-c1c2c9aad2a7408983596355df3c4443b8a92731","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-12-08 - Financial Stability, Financial Services and Capital Markets Union x Association française des sociétés Financières"],"date":["2016-12-08"],"summary":["projet d’Union des marchés des capitaux, à la mise en œuvre, l’évaluation et la révision de textes majeurs adoptés sous la précédente mandature ou encore aux enjeux liés à finalisation de Bâle III, au Livre vert sur la finance de détail et au shadow banking."],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-97303386616-87","ec-person-bdee7a93f95c8ef05079539170139b3c02e8ed96"]}} -{"id":"ec-meeting-2016-12-08-c3c8993edf24aeab979e69c963cbe4fb2c18f358","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-12-08 - Energy x Shell Companies"],"date":["2016-12-08"],"summary":["Energy policy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-05032108616-26","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2016-12-08-cb61744e0e1d26426e0727834fd8f210655bc1d2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-12-08 - Cabinet of Vice-President Jyrki Katainen x Nokia"],"date":["2016-12-08"],"summary":["Investments and trade"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-35167875358-33","ec-person-f9208d930adc70c6c64e21701e48f85f6f18e949"]}} -{"id":"ec-meeting-2016-12-08-cecb70a59809797ceddf73bca9472332e63cdb9d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-12-08 - Cabinet of Vice-President Johannes Hahn x Arab NGO Network for Development"],"date":["2016-12-08"],"summary":["To discuss EU-Arab partnership"],"notes":["Portfolio: European Neighbourhood Policy & Enlargement Negotiations"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-cabinet-hahn-johannes-of-president-vice"],"involved":["ec-person-ffbd1e8ac522a6bd1cdc4b724b9a4416b5d36034","eu-tr-235474015095-10"]}} -{"id":"ec-meeting-2016-12-08-e5267dbc8ef40816896516eece898c81ec533d91","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-12-08 - Cabinet of Commissioner Dimitris Avramopoulos x Twitter International Company"],"date":["2016-12-08"],"summary":["Preparation for the Internet Forum"],"notes":["Portfolio: Migration, Home Affairs and Citizenship"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-avramopoulos-cabinet-commissioner-dimitris-of"],"involved":["eu-tr-394491614001-72","ec-person-57d09145ba24f5738cdde61edf14f741cb547675","ec-person-06b43c385c07c13f2bae1d24a0075851e8ce491d"]}} -{"id":"ec-meeting-2016-12-08-f9a8482974b7e1bc6cf1dcf0d20adf78d0a767c9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-12-08 - Cabinet of President Jean-Claude Juncker x Bureau Européen des Unions de Consommateurs"],"date":["2016-12-08"],"summary":["Current EU policy issues"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-442e08d247d72bdef0fce4bf17477efe2a5bfe49","ec-person-98eba7ab1446c6dce384fdc2ecd48c7cadf9ee4e","ec-person-80c6995ad1cd6aefa72f1bf440b17b6d8c6dd4b8","ec-person-f9475e4bba20c9a170912adada60941243f778ad","ec-person-9c3ecdfef0005edcc4749f05e79adbb4369d514a","ec-person-44a061693f35519551be0e3dab996e76ad3f8c7c","eu-tr-9505781573-45","ec-person-b1bf9aa5fb7e886441ff341b657cc482b64a2a3e"]}} -{"id":"ec-meeting-2016-12-08-facd111cb3966ef0c8c87f6ad71d07ce04112060","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-12-08 - Cabinet of Vice-President Cecilia Malmström x European agri-cooperatives European farmers"],"date":["2016-12-08"],"summary":["Trade and agriculture"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-19b143e83f8ab978c55c8a9a9e49e06dbfa14bf3","eu-tr-09586631237-74","eu-tr-44856881231-49"]}} -{"id":"ec-meeting-2016-12-09-161dffd223fb5fd8f052f8d8c7b618280f7b325b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-12-09 - Cabinet of Vice-President Andrus Ansip x Bureau Européen des Unions de Consommateurs"],"date":["2016-12-09"],"summary":["e-privacy review"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-5db7bdd1c81da2e70eb5b982097d0004111b5c3e","eu-tr-9505781573-45"]}} -{"id":"ec-meeting-2016-12-09-32bafa39680f318896ee9dc97ade0383317b7944","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-12-09 - Energy x Danfoss A/S European Alliance to Save Energy"],"date":["2016-12-09"],"summary":["energy efficiency and ecodesign"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-212432414885-94","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e","eu-tr-37816636575-51"]}} -{"id":"ec-meeting-2016-12-09-37855f30565fbdb6d8ba6d0440bca21dfc2cbdc9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-12-09 - Cabinet of Commissioner Věra Jourová x Volkswagen Aktiengesellschaft"],"date":["2016-12-09"],"summary":["Diesel case"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-a2ca9161feee56909a0e98b473c2d342c20fdb57","ec-person-184e698af1eb9e33b179680570ca171d8cb31c94","eu-tr-6504541970-40"]}} -{"id":"ec-meeting-2016-12-09-778e3d7919900a8ce35fb30853346ce11a913179","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-12-09 - Cabinet of Commissioner Vytenis Andriukaitis x Safe Food Advocacy Europe Corporate Europe Observatory"],"date":["2016-12-09"],"summary":["Acrylamide"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["eu-tr-104500414872-61","ec-person-b9c3f19e7c5f216e3e508f931ddd6a9cb59376d1","eu-tr-5353162366-85","ec-person-df30d07ef698a52b9948b9c734db39196cf8541f"]}} -{"id":"ec-meeting-2016-12-09-7e6f45476d601ed5373ad562254039e827846e37","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-12-09 - Cabinet of Commissioner Věra Jourová x Japan Machinery Center for Trade and Investment"],"date":["2016-12-09"],"summary":["EU-Japan relationship on Data Trade"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["eu-tr-539264617342-19","ec-person-f329292459cb1badb7fb7c6b67b698c441931bb2"]}} -{"id":"ec-meeting-2016-12-09-9bbed9148750f1e8f438a365849e5c38c07c8d77","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-12-09 - Environment x ASOCIACIÓN DE EMPRESAS DE ENERGÍA ELÉCTRICA"],"date":["2016-12-09"],"summary":["Circular Economy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-env"],"involved":["eu-tr-849997016104-66","ec-person-3bc74ce04ea3f4ab4d91a5c88eef25b8b8a213b4"]}} -{"id":"ec-meeting-2016-12-09-f33f3b1979ac437e910673fd29e98014f35404df","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-12-09 - Energy x ELSA &PARTNERS"],"date":["2016-12-09"],"summary":["Energy policy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-462142617062-10","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2016-12-09-f49d4fe57dd150e5aaae2b3eb022f83b0803d864","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-12-09 - Energy x Mitsubishi Power Europe GmbH"],"date":["2016-12-09"],"summary":["Energy policy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-997484720855-72","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2016-12-12-09ae19e0a5f9ce471d4d3124203868a1fface82d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-12-12 - Cabinet of Commissioner Julian King x European Organisation for Security"],"date":["2016-12-12"],"summary":["contribution of the European Security Industry to the build-up of the Security Union"],"notes":["Portfolio: Security Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-julian-king-of"],"involved":["ec-person-37c79733647a2293d1e96e976d3a72c6b707cb4c","eu-tr-32134385519-64"]}} -{"id":"ec-meeting-2016-12-12-09e5178d5ec30aa53e1cb25c9f926a462c13157c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-12-12 - Cabinet of Vice-President Valdis Dombrovskis x European Federation of Investors and Financial Services Users"],"date":["2016-12-12"],"summary":["CMU; Better Finance; FSUG"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Strasbourg"],"address":["Strasbourg"],"addressEntity":["addr-a7b90170b4a5bf2d1d09ccfd109b57e0a030cfc4"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-24633926420-79","ec-person-a9eda2e8ea54b70a968327672c6cada679d3cd56"]}} -{"id":"ec-meeting-2016-12-12-31be59f5fe238dcb167298963ad4a78d54f38a76","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-12-12 - Cabinet of Vice-President Jyrki Katainen x McKinsey & Company Inc."],"date":["2016-12-12"],"summary":["Independent work report"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-955e8c493ab54847bb92b65986f56a401f8eabee","eu-tr-759822324775-22"]}} -{"id":"ec-meeting-2016-12-12-326f944fc8694041c90efb6bc5db636fb94b296a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-12-12 - Cabinet of Vice-President Andrus Ansip x Center for Transatlantic Relations Johns Hopkins University SAIS"],"date":["2016-12-12"],"summary":["EU-US relations on privacy and data flows"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-3ca0c466b8ff230d4409591430b388007ce14ff8","ec-person-5db7bdd1c81da2e70eb5b982097d0004111b5c3e","eu-tr-955865622409-55","ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0"]}} -{"id":"ec-meeting-2016-12-12-3a73662b4ccc60cd72d4646708008640805da60a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-12-12 - Cabinet of Commissioner Carlos Moedas x Three Coins"],"date":["2016-12-12"],"summary":["Meeting with CEO of Three Coins"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-f7ccc3ad366dd2fdb24870e1c02ff2763539c82f","ec-person-23980b2bc4fd9c82051d0f7888dc236b2f764866","eu-tr-261289425019-60"]}} -{"id":"ec-meeting-2016-12-12-427adc69dd9f5ba709f3616c7955100648adaedf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-12-12 - Cabinet of Commissioner Violeta Bulc x NGVA Europe"],"date":["2016-12-12"],"summary":["Meeting with Natural Gas Vehicles Association (NGVA)"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-4d2b449b5047ea3fda435a2a1c1081e3babcdf76","ec-person-e14c58f620f40325d829df7be0823280307bc15f","eu-tr-1119946481-54"]}} -{"id":"ec-meeting-2016-12-12-75479adf75c32734e80d2e7cb92d4051a35d40a6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-12-12 - Günther Oettinger x Cassa Depositi e Prestiti s.p.a. CAISSE DES DEPOTS KfW Bankengruppe"],"date":["2016-12-12"],"summary":["Broadband Fund Announcement"],"location":["Luxembourg"],"address":["Luxembourg"],"addressEntity":["addr-5076721c4060feeb69bd2c3dd9bdce115d5c62f3"],"organizer":["ec-dg-de"],"involved":["eu-tr-84606487324-44","ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0","eu-tr-110117812027-92","eu-tr-79019799690-13"]}} -{"id":"ec-meeting-2016-12-12-7f0533e3270210d3a0672791a0cd64c650ae7350","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-12-12 - Cabinet of Vice-President Karmenu Vella x Let's Do It Foundation"],"date":["2016-12-12"],"summary":["Waste and cleanup"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["ec-person-98899253aaaa8e936aec841aef4a31c3573bbfad","eu-tr-073279323696-25"]}} -{"id":"ec-meeting-2016-12-12-80fd28f90ef23b69633f258292bab56895b5137a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-12-12 - Cabinet of Commissioner Carlos Moedas x The Royal Society Deutsche Akademie der Naturforscher Leopoldina e.V. -- Nationale Akademie der Wissenschaften Académie des sciences"],"date":["2016-12-12"],"summary":["Scientific Publications"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["eu-tr-041898210470-66","ec-person-23980b2bc4fd9c82051d0f7888dc236b2f764866","eu-tr-758607624824-23","ec-person-b8d49828915f9008e764a78796d47ea00807a658","eu-tr-129238924643-74"]}} -{"id":"ec-meeting-2016-12-12-a12990e30c3cb9e7b754cd723efe6420673833e2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-12-12 - Cabinet of Vice-President Cecilia Malmström x Japan Business Council in Europe"],"date":["2016-12-12"],"summary":["Possible participation at a future event"],"notes":["Portfolio: Trade"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-68368571120-55","ec-person-5d4088e1913284a765aed8445f448f6ff341f1b3"]}} -{"id":"ec-meeting-2016-12-12-b473a76392e3c5fff9a0477bb1c3562fb1087d35","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-12-12 - Cabinet of Vice-President Jyrki Katainen x Dow Europe GmbH"],"date":["2016-12-12"],"summary":["Competitiveness of Europe's Chemical Industry"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90","eu-tr-38235121060-73"]}} -{"id":"ec-meeting-2016-12-12-b95c09a29f7628ef827bff35d899306a3a7460cc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-12-12 - Cabinet of Commissioner Carlos Moedas x Dow Europe GmbH"],"date":["2016-12-12"],"summary":["Dow’s research"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-0a716bf5253e913fc40ebf14c12f30dc2e7a06ee","eu-tr-38235121060-73"]}} -{"id":"ec-meeting-2016-12-12-cde908c1cd1c68908f859f519eb59f9fc85e8b3b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-12-12 - Cabinet of Vice-President Miguel Arias Cañete x NATURGY ENERGY GROUP Cleary Gottlieb Steen & Hamilton"],"date":["2016-12-12"],"summary":["Electricity market design"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-1831691c10441c5974327bbeb8693d6b6c1e50c3","eu-tr-67833029261-54","eu-tr-912580925005-35","ec-person-2229c857664a22dcb8eee79a8c05841fd3d0924f"]}} -{"id":"ec-meeting-2016-12-12-e9f10de68cf5573763d238a6b556c01e2df5f705","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-12-12 - Cabinet of Commissioner Julian King x AIRPORT SERVICES ASSOCIATION"],"date":["2016-12-12"],"summary":["Aviation Security"],"notes":["Portfolio: Security Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-julian-king-of"],"involved":["eu-tr-550592917230-49","ec-person-7bf4bf39d5d06955fc37d23e107675489c4e8729"]}} -{"id":"ec-meeting-2016-12-13-0da2604cf9f40fdeb4f1cc5b32ca7dd8852c60a7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-12-13 - Cabinet of Vice-President Jyrki Katainen x Airbus"],"date":["2016-12-13"],"summary":["New product development"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-7c9460f99c5872dbdc561f5752401c870d12e98b","eu-tr-2732167674-76"]}} -{"id":"ec-meeting-2016-12-13-12bd498e227ee3cefa7da12a27189c319e69016b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-12-13 - Cabinet of Commissioner Tibor Navracsics x Lifelong Learning Platform"],"date":["2016-12-13"],"summary":["Inclusive education"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-1da7ee09d46288ee4ea9db2b644bdcf9c3d6d000","eu-tr-74923516160-01"]}} -{"id":"ec-meeting-2016-12-13-1bbb335255b8b25e78a404addbd0bb51134ddb90","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-12-13 - Communications Networks, Content and Technology x Proximus SA de droit public"],"date":["2016-12-13"],"summary":["Broadband in Belgium"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f","eu-tr-537380918401-76"]}} -{"id":"ec-meeting-2016-12-13-25c3dba919729285043ebad09de1a96c37ca829b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-12-13 - Energy x Unión Española Fotovoltaica"],"date":["2016-12-13"],"summary":["Photovoltaics"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["ec-person-6997149120ce5129e38febe5275dc8fd03232d2e","eu-tr-930400412379-07"]}} -{"id":"ec-meeting-2016-12-13-3ac38954ee6ee43559aaaa302ac3210349f749eb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-12-13 - Cabinet of Vice-President Andrus Ansip x Avanci, LLC"],"date":["2016-12-13"],"summary":["Standard Essential Patents and licensing"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-6a03bc4fa7657513ea34529e98dba0671ef4c849","eu-tr-783672324981-52"]}} -{"id":"ec-meeting-2016-12-13-52f4b381e10a84359e106d893e4aa75e7650daad","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-12-13 - Cabinet of Commissioner Věra Jourová x Deutsche Telekom"],"date":["2016-12-13"],"summary":["e-Privacy directive"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-184e698af1eb9e33b179680570ca171d8cb31c94","ec-person-f329292459cb1badb7fb7c6b67b698c441931bb2","eu-tr-60052162589-72"]}} -{"id":"ec-meeting-2016-12-13-550ce693203f830372c953320fed5f55d176cb85","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-12-13 - Cabinet of Commissioner Marianne Thyssen x EUROCHAMBRES – Association of European Chambers of Commerce and Industry"],"date":["2016-12-13"],"summary":["Skills Agenda"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["ec-person-bdb607d5d994a4056dd700f8f52d9af25b406b36","eu-tr-0014082722-83"]}} -{"id":"ec-meeting-2016-12-13-568fca327bed4a66179bf4f15d34cfcaf47873c1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-12-13 - Günther Oettinger x Deutsche Telekom"],"date":["2016-12-13"],"summary":["ePrivacy directive"],"location":["BXL"],"address":["BXL"],"addressEntity":["addr-d2fde52f67ea4a3e1fe233d0a959d6a1c77fd910"],"organizer":["ec-dg-de"],"involved":["ec-person-70bb5ab896e4d70fd6580bf0f2244bc172ae757b","eu-tr-60052162589-72"]}} -{"id":"ec-meeting-2016-12-13-620192c9f839ea5432058e61848ba5dbcc39bd95","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-12-13 - Cabinet of Commissioner Tibor Navracsics x Innopharma Labs"],"date":["2016-12-13"],"summary":["Innovative educational training"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-fc5c01a0bffedf0f4e205a759b40239535313d28","eu-tr-687514624520-24"]}} -{"id":"ec-meeting-2016-12-13-67bcfac1d33abad21f57a16dff192a4eb94c7f9e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-12-13 - Günther Oettinger x Mercedes-Benz Group AG"],"date":["2016-12-13"],"summary":["connected cars"],"location":["Stuttgart"],"address":["Stuttgart"],"addressEntity":["addr-ec1b13e7905dbe946388ffc80ac1b7f2624ca649"],"organizer":["ec-dg-de"],"involved":["ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0","eu-tr-2349218828-41"]}} -{"id":"ec-meeting-2016-12-13-86479a0d049fd14c963b5c2ca4cccd06dce56dbb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-12-13 - Mobility and Transport x Ryanair Holdings"],"date":["2016-12-13"],"summary":["Airport charges, SESAR"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-move"],"involved":["eu-tr-002977215945-85","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2016-12-13-8e3ddcbfa4b2a13f6782b211bcd93a8097a53a35","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-12-13 - Günther Oettinger x European Council for Motor Trades and Repairs"],"date":["2016-12-13"],"summary":["ePrivacy"],"location":["BXL"],"address":["BXL"],"addressEntity":["addr-d2fde52f67ea4a3e1fe233d0a959d6a1c77fd910"],"organizer":["ec-dg-de"],"involved":["eu-tr-33885548180-35","ec-person-70bb5ab896e4d70fd6580bf0f2244bc172ae757b"]}} -{"id":"ec-meeting-2016-12-13-9b68567eecc7d4c42901211e3147e48e14b338b3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-12-13 - Mobility and Transport x Lufthansa Group"],"date":["2016-12-13"],"summary":["GDS, A4E, drones"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-move"],"involved":["eu-tr-0714344663-32","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2016-12-13-a894ebd398b9ed4ed11a45f9ecc165f5291ad996","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-12-13 - Cabinet of Commissioner Phil Hogan x Regione Toscana - Ufficio di collegamento con le Istituzioni comunitarie a Bruxelles"],"date":["2016-12-13"],"summary":["préparation de la mise en ouvre des instruments financiers pour le développement rural; mission du Commissaire Hogan en Toscane pendant l’année 2017; avancement dans la mise en ouvre du Programme du développement rural; prospective PAC post 2020: comment la Toscane se prépare aux possibles scenarios"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels, BERL 08/304"],"address":["Brussels, BERL 08/304"],"addressEntity":["addr-72c04700d8489d7ba40c4ad5f8595a9aefba3741"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-390536722812-60","ec-person-428cf365f3847d04012831ef2642a1a69aed518d"]}} -{"id":"ec-meeting-2016-12-13-fdfa6ef78b45f667d506a3854b2cc7b511ce22fe","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-12-13 - Cabinet of Vice-President Miguel Arias Cañete x ArcelorMittal"],"date":["2016-12-13"],"summary":["ETS reform"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-23527541824-60","ec-person-71f9b3c696abbda505f0fae6baec2c26e0c310dc","ec-person-2229c857664a22dcb8eee79a8c05841fd3d0924f"]}} -{"id":"ec-meeting-2016-12-14-0606e933e800b1e768196fd5db684fe493509711","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-12-14 - Cabinet of Commissioner Vytenis Andriukaitis x None"],"date":["2016-12-14"],"summary":["Dimethoate"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-b9c3f19e7c5f216e3e508f931ddd6a9cb59376d1","eu-tr-0711626572-26","eu-tr-546282614966-51","eu-tr-1637225479-02","eu-tr-2050009628-31","ec-person-d462b3c7daeee00ad55e380a7fb96819f79899df"]}} -{"id":"ec-meeting-2016-12-14-0df547edae08a59b2d291ad3033c5d888d3ea8a2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-12-14 - Cabinet of Vice-President Jyrki Katainen x Finnish Transport and Logistics SKAL"],"date":["2016-12-14"],"summary":["Current EU affairs"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90","eu-tr-53638476328-19"]}} -{"id":"ec-meeting-2016-12-14-121c283a056c50883a76489d93d8b1b8bf5af071","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-12-14 - Cabinet of Commissioner Elżbieta Bieńkowska x Deliveroo"],"date":["2016-12-14"],"summary":["collaborative economy"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["ec-person-685ecf13dd26cd515c961e24ba71049af2302c5e","eu-tr-074734620042-37"]}} -{"id":"ec-meeting-2016-12-14-18566aebf4209f5306116c27a78b5e9193ef47db","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-12-14 - Cabinet of Commissioner Elżbieta Bieńkowska x OFFICE NATIONAL D’ETUDES ET DE RECHERCHES AEROSPATIALES"],"date":["2016-12-14"],"summary":["European Space Strategy"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["ec-person-685ecf13dd26cd515c961e24ba71049af2302c5e","eu-tr-764028214726-89"]}} -{"id":"ec-meeting-2016-12-14-186f470e8d9d5c0f58de2d692fd62d544ae4d665","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-12-14 - Cabinet of Commissioner Christos Stylianides x Norwegian Refugee Council Europe"],"date":["2016-12-14"],"summary":["Situation in Iraq"],"notes":["Portfolio: Humanitarian Aid & Crisis Management"],"location":["Brussels/Berlaymont"],"address":["Brussels/Berlaymont"],"addressEntity":["addr-3a7a8412427602b6060cff55c54ff7daa93c4cd3"],"organizer":["ec-cabinet-christos-commissioner-of-stylianides"],"involved":["ec-person-2fc13fcb7185092e68bea299c3be5ed16c4bdaf0","eu-tr-750447615329-96"]}} -{"id":"ec-meeting-2016-12-14-18be7f974c0812932d6cd286ea81c83cfca74ab2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-12-14 - Cabinet of Vice-President Maroš Šefčovič x WIENER STADTWERKE GmbH"],"date":["2016-12-14"],"summary":["Clean Energy for All package and main issues for Wiener Stadtwerke"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-107033410802-19","ec-person-2be517b9261a91f2f07e05ec14c6331980e9716e"]}} -{"id":"ec-meeting-2016-12-14-19ec9ef3bb0b5bd96e8aae62270b6c341367c655","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-12-14 - Cabinet of Vice-President Jyrki Katainen x AIM European Brands Association"],"date":["2016-12-14"],"summary":["Brands in the digital single market"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-1074382679-01","ec-person-81b1dda49062e5dac42bdad9273fa72968a2c325"]}} -{"id":"ec-meeting-2016-12-14-1ed3ea5d59d1d4300b774ffbb80f600e63503b63","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-12-14 - Cabinet of Commissioner Věra Jourová x Coalition of European Organisations on Data Protection"],"date":["2016-12-14"],"summary":["Implementation of GDPR"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["eu-tr-501468815548-71","ec-person-f329292459cb1badb7fb7c6b67b698c441931bb2","ec-person-ff9ad301b778d595651cc4c46ec3a4cf1ef10376"]}} -{"id":"ec-meeting-2016-12-14-3af82015038278bf30ef47b93298188937a04d2f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-12-14 - Taxation and Customs Union x KPMG"],"date":["2016-12-14"],"summary":["Exchange of views on EU tax policy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-taxud"],"involved":["eu-tr-65515368730-59","ec-person-3173c1cc052827c58f23ccd3a8de07534f0d35bd"]}} -{"id":"ec-meeting-2016-12-14-464f5d0019155c956f013166dbc6be83e5e10d96","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-12-14 - Cabinet of Vice-President Jyrki Katainen x European Partnership for Energy and the Environment"],"date":["2016-12-14"],"summary":["Energy efficiency"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-22276738915-67","ec-person-0da85dc48012e26688310a59a0b51727ea68f410"]}} -{"id":"ec-meeting-2016-12-14-55c1a3e441da80cb560eea4a440d80151fbc7294","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-12-14 - Cabinet of Vice-President Karmenu Vella x The European Steel Association"],"date":["2016-12-14"],"summary":["LCP BREF"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["ec-person-78fb1ad0c02c4fa8497b22edc1233d6be03cf2e5","eu-tr-93038071152-83"]}} -{"id":"ec-meeting-2016-12-14-5946563e5890eb281dfe483c04781e2fe3486f86","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-12-14 - Günther Oettinger x Association des Constructeurs Européens d'Automobiles"],"date":["2016-12-14"],"summary":["connected and automated driving"],"location":["BXL"],"address":["BXL"],"addressEntity":["addr-d2fde52f67ea4a3e1fe233d0a959d6a1c77fd910"],"organizer":["ec-dg-de"],"involved":["ec-person-70bb5ab896e4d70fd6580bf0f2244bc172ae757b","eu-tr-0649790813-47"]}} -{"id":"ec-meeting-2016-12-14-5c3ce9ecd836ec822ccae030f9d6d0d1f5a53b9a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-12-14 - Cabinet of Commissioner Elżbieta Bieńkowska x Polish Electricity Association"],"date":["2016-12-14"],"summary":["Energy"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-255859710443-50","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2016-12-14-6a673e638fb5ae41da00f607d61f1c87a67e3252","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-12-14 - Taxation and Customs Union x PwCIL"],"date":["2016-12-14"],"summary":["Discussion on corporate taxation"],"location":["Brusssels, Belgium"],"address":["Brusssels, Belgium"],"addressEntity":["addr-e71b4e2501c46513c6fb4afae505004b89e0a5ff"],"organizer":["ec-dg-taxud"],"involved":["eu-tr-60402754518-05","ec-person-3173c1cc052827c58f23ccd3a8de07534f0d35bd"]}} -{"id":"ec-meeting-2016-12-14-6f355582a0614d8a0d4525bf240a11082bea5ece","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-12-14 - Cabinet of Vice-President Cecilia Malmström x DIGITALEUROPE"],"date":["2016-12-14"],"summary":["digital trade"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-64270747023-20","ec-person-ce1312d2a248f71fe74eed58aa5915cfa445bbba"]}} -{"id":"ec-meeting-2016-12-14-90d2effc47c41f28eaac8077b72cb2da29c2047e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-12-14 - Cabinet of Vice-President Cecilia Malmström x Association des Constructeurs Européens d'Automobiles"],"date":["2016-12-14"],"summary":["Japan negotiations"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-5d4088e1913284a765aed8445f448f6ff341f1b3","ec-person-20ded9db5df11164331bb161fdf234b1e5ad53fd","eu-tr-0649790813-47"]}} -{"id":"ec-meeting-2016-12-14-a9e4469d6fc58c9bc34b51781ebd9e0e8f3db1b1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-12-14 - Cabinet of Vice-President Karmenu Vella x WORLDFISH (ALSO KNOWN AS INTERNATIONAL CENTER FOR LIVING AQUATIC RESOURCES MANAGEMENT (ICLARM))"],"date":["2016-12-14"],"summary":["Ocean Governance, Our Ocean 2017, Sustainable Fishing and Aquaculture"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["eu-tr-321028225547-92","ec-person-2966d69fae0ea4e67f3f2df5a743cc766267d3c8","ec-person-0e3efd8bc1c3ee9a80205d0bb78f316fa1621e5d"]}} -{"id":"ec-meeting-2016-12-14-ad36f1734b1068441b4fccf89b0ad4669469552c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-12-14 - Cabinet of Commissioner Pierre Moscovici x Fiserv Incorporated"],"date":["2016-12-14"],"summary":["Electronic payments in Greece"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["eu-tr-519393415904-86","ec-person-18ec03f403696ecde522f7843ba9c4ff6335ead4"]}} -{"id":"ec-meeting-2016-12-14-b56e5ed5dae3823d4857c0a8a68ee14d8113c17d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-12-14 - Cabinet of Commissioner Tibor Navracsics x Banco Santander, S.A."],"date":["2016-12-14"],"summary":["Financial education"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["eu-tr-799142914971-03","ec-person-1da7ee09d46288ee4ea9db2b644bdcf9c3d6d000"]}} -{"id":"ec-meeting-2016-12-14-b8066ad891c98e48cc0da72b7efb6139d8380aa2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-12-14 - Cabinet of Commissioner Vytenis Andriukaitis x European Healthcare Distribution Association"],"date":["2016-12-14"],"summary":["Shortages of medicines"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["eu-tr-0757172464-29","ec-person-059ca943fc5fc696d2a97849c635ddf7b6ab7fd7"]}} -{"id":"ec-meeting-2016-12-14-ba81f818c70b38d9dddde316332b2efa9c50f7f6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-12-14 - Cabinet of Commissioner Věra Jourová x EUROCADRES - THE COUNCIL OF EUROPEAN PROFESSIONAL AND MANAGERIAL STAFF"],"date":["2016-12-14"],"summary":["whistleblower protection"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-64349923a7639978983020a607770b8dc47c8144","eu-tr-803183412905-34"]}} -{"id":"ec-meeting-2016-12-14-beb810e386e4dbea709edf17f91e764288f1249e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-12-14 - Cabinet of Commissioner Pierre Moscovici x KPMG EMA"],"date":["2016-12-14"],"summary":["Indirect taxation agenda for next year"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["eu-tr-65515368730-59","ec-person-738f7f25002d191bd2df8936e8f8d1d726c19e2e"]}} -{"id":"ec-meeting-2016-12-14-c86caf9bd21cd3aca7b8abba6092639cd08a02a4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-12-14 - Trade x None"],"date":["2016-12-14"],"summary":["Role and value of banana production"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-trade"],"involved":["eu-tr-039704524287-07","eu-tr-552999119458-44","eu-tr-421423824997-37","eu-tr-26255464458-25","eu-tr-063231419493-76","ec-person-bde9bb099f5d24c52ca4a9255cefc99a5b87a650","eu-tr-482916323856-50"]}} -{"id":"ec-meeting-2016-12-14-cdb843ecd4d8a12f6032121d5f51419e4d86e41a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-12-14 - Cabinet of Commissioner Elżbieta Bieńkowska x The Walt Disney Company Benelux BVBA"],"date":["2016-12-14"],"summary":["introductory meeting"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-256463315409-35","ec-person-b2f9be51339f054477846797e2c119fcf16548fc"]}} -{"id":"ec-meeting-2016-12-14-d4de580d067cec583d6ced18077357103550307e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-12-14 - Interpretation x Regional Centre Europe of the International Federation of Translators"],"date":["2016-12-14"],"summary":["Presentation of the activities of FIT-Europe"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-scic"],"involved":["ec-person-76b151748d1f1ba598736daaa89d7abd2c3bfacb","eu-tr-673730718512-37"]}} -{"id":"ec-meeting-2016-12-14-d632fc2430def2602bffa6c5fbfb60bf7e21a78b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-12-14 - Economic and Financial Affairs x International Capital Strategies LLC"],"date":["2016-12-14"],"summary":["EU-US economic situation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-ecfin"],"involved":["ec-person-9b398cc97951266670f91bef34ea37df7380eef9","eu-tr-734454815679-40"]}} -{"id":"ec-meeting-2016-12-14-da64dc20a1f64c5987893757875b5b7e05c657da","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-12-14 - Cabinet of Vice-President Andrus Ansip x BUSINESSEUROPE"],"date":["2016-12-14"],"summary":["Free flow of data"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-3978240953-79","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45"]}} -{"id":"ec-meeting-2016-12-14-eef3869d6a19b267e160f4f2957edd0d022d0ba5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-12-14 - Cabinet of Commissioner Phil Hogan x BREIZ EUROPE"],"date":["2016-12-14"],"summary":["General agri issues"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels, BERL 08/304"],"address":["Brussels, BERL 08/304"],"addressEntity":["addr-72c04700d8489d7ba40c4ad5f8595a9aefba3741"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-44968076843-33","ec-person-428cf365f3847d04012831ef2642a1a69aed518d"]}} -{"id":"ec-meeting-2016-12-14-f8587c783841a97a82355b8ef9e76fafe4a98bb3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-12-14 - Cabinet of Commissioner Marianne Thyssen x Brussels Office of the Swedish Trade Unions"],"date":["2016-12-14"],"summary":["Labour Mobility and Pillar of Social Rights"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["ec-person-c508e9337eca6b067c1f966b82de49c4824a3ad0","eu-tr-69927546143-06"]}} -{"id":"ec-meeting-2016-12-14-ffc6f91635fb470e2828a932534237b8e55dff6d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-12-14 - Cabinet of Commissioner Věra Jourová x Centre for European Policy Studies"],"date":["2016-12-14"],"summary":["e-evidence"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-64349923a7639978983020a607770b8dc47c8144","eu-tr-86853666704-95"]}} -{"id":"ec-meeting-2016-12-15-122ab88c8583483956ca9a42cc6e4982f0ce398e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-12-15 - Cabinet of Commissioner Tibor Navracsics x OXFAM INTERNATIONAL EU ADVOCACY OFFICE"],"date":["2016-12-15"],"summary":["Energy Union"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["eu-tr-46856801604-90","ec-person-fc5c01a0bffedf0f4e205a759b40239535313d28"]}} -{"id":"ec-meeting-2016-12-15-1550538caf3e1f936ca6708273d92a5864c9930b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-12-15 - Climate Action x International Council on Clean Transportation"],"date":["2016-12-15"],"summary":["Low emission mobility"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-clima"],"involved":["ec-person-44c2f44f96dda2012bcb4e9abc749f6cae86a4c0","eu-tr-06250094777-73"]}} -{"id":"ec-meeting-2016-12-15-183ff427e0e12e050e1396cc69d0b540fb07cd5d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-12-15 - Cabinet of Vice-President Andrus Ansip x Ericsson"],"date":["2016-12-15"],"summary":["Data protection"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-5db7bdd1c81da2e70eb5b982097d0004111b5c3e","eu-tr-02021363105-42"]}} -{"id":"ec-meeting-2016-12-15-5689176d0bd98329cc9d6e7cc5fbaa75c1930efa","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-12-15 - Cabinet of Commissioner Carlos Moedas x Weber Shandwick"],"date":["2016-12-15"],"summary":["Zero Emissions Platform brief"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["eu-tr-52836621780-65","ec-person-0a716bf5253e913fc40ebf14c12f30dc2e7a06ee"]}} -{"id":"ec-meeting-2016-12-15-5c24db6c08e2bdef2d44756703bb0895b04cd44f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-12-15 - Cabinet of Commissioner Marianne Thyssen x Euroclear SA/NV"],"date":["2016-12-15"],"summary":["LSE/DBAG merger"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Phone call"],"address":["Phone call"],"addressEntity":["addr-cac056598c767cdeaa0f13cfe91d25988c24c698"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["eu-tr-88290282308-75","ec-person-7567514af00f139b390cf9864d28a090ca0fde25"]}} -{"id":"ec-meeting-2016-12-15-76769cfe0c281dc8a843e4b27517a1220e57e80b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-12-15 - Cabinet of President Jean-Claude Juncker x European Banking Federation"],"date":["2016-12-15"],"summary":["Financial services agenda"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-4722660838-23","ec-person-c402e34a99fbee730ae22e3b1958e21c94dc6fcc"]}} -{"id":"ec-meeting-2016-12-15-98bcf5a066bb3e728fac0d56b6e44069e48ecdba","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-12-15 - Cabinet of Vice-President Andrus Ansip x Palo Alto Networks Inc."],"date":["2016-12-15"],"summary":["cybersecurity and Cyber Threat Alliance"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-3ca0c466b8ff230d4409591430b388007ce14ff8","eu-tr-263314723145-29"]}} -{"id":"ec-meeting-2016-12-15-a782cd6cc6fd6f0fae97612627b29b737abac77a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-12-15 - Cabinet of Commissioner Carlos Moedas x National Research Council of Italy"],"date":["2016-12-15"],"summary":["Meeting with the new President of CNR/Research & Innovation Policy"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-f7ccc3ad366dd2fdb24870e1c02ff2763539c82f","ec-person-23980b2bc4fd9c82051d0f7888dc236b2f764866","eu-tr-30518306530-41"]}} -{"id":"ec-meeting-2016-12-15-ad59487d45e0ce1e123e1131d128a68a120be56c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-12-15 - Cabinet of Commissioner Christos Stylianides x International Rescue Committee Inc"],"date":["2016-12-15"],"summary":["Greece"],"notes":["Portfolio: Humanitarian Aid & Crisis Management"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-christos-commissioner-of-stylianides"],"involved":["ec-person-cdd689bd079714522dad472ea4446b0fcc660d8f","eu-tr-66790095679-26"]}} -{"id":"ec-meeting-2016-12-15-aea33eae908953665b15e6dc3e704d976355fe0a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-12-15 - Climate Action x The European Steel Association"],"date":["2016-12-15"],"summary":["ETS revision, update of benchmarks"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-clima"],"involved":["ec-person-44c2f44f96dda2012bcb4e9abc749f6cae86a4c0","eu-tr-93038071152-83"]}} -{"id":"ec-meeting-2016-12-15-af47aee43174f04f400ea28e83c0ceb50cb7cf03","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-12-15 - Mobility and Transport x General Electric Company Edelman Public Relations Worldwide"],"date":["2016-12-15"],"summary":["Aviation Strategy, Aviation Safety Regulation, GMBM"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-move"],"involved":["ec-person-26cdfacae671b09917bee1a91c91973941fa58a2","eu-tr-4016736872-59","eu-tr-68037017809-51"]}} -{"id":"ec-meeting-2016-12-15-b0d229a00e78cebb159ea85b33dcdd197ae48789","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-12-15 - Cabinet of Commissioner Elżbieta Bieńkowska x Edelman Public Relations Worldwide"],"date":["2016-12-15"],"summary":["aviation"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["ec-person-685ecf13dd26cd515c961e24ba71049af2302c5e","ec-person-d2997a7f359c91a337055c3e24dd36bf928de38d","eu-tr-68037017809-51"]}} -{"id":"ec-meeting-2016-12-15-b8c7ca99c761e2544c36c0ef6433ab1c85a89927","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-12-15 - Cabinet of Vice-President Miguel Arias Cañete x WACKER CHEMIE AG"],"date":["2016-12-15"],"summary":["EU Policy on Renevables"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-036915715533-64","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd"]}} -{"id":"ec-meeting-2016-12-15-dcf76f4f13207a81f19df8c04bc2dd34ed06348d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-12-15 - Cabinet of Commissioner Phil Hogan x Comité Européen des Entreprises Vins"],"date":["2016-12-15"],"summary":["Agri Issues"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-2663914841-28","ec-person-a1a78365cc4685b0958056646204977d8f2ead92"]}} -{"id":"ec-meeting-2016-12-15-e7a81a01ede8f8cec9713808dc2db1de0150ef95","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-12-15 - Cabinet of Vice-President Cecilia Malmström x BV Beco"],"date":["2016-12-15"],"summary":["Situation of the EU steel user industry"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-ce1312d2a248f71fe74eed58aa5915cfa445bbba","eu-tr-207622824992-19"]}} -{"id":"ec-meeting-2016-12-15-e91d623828e0f3138892a1b5b83df45679985525","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-12-15 - Cabinet of Commissioner Vytenis Andriukaitis x European Alliance for Personalised Medicine"],"date":["2016-12-15"],"summary":["Big Data"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-059ca943fc5fc696d2a97849c635ddf7b6ab7fd7","eu-tr-686834821136-53"]}} -{"id":"ec-meeting-2016-12-15-f8924b47c6978cc849eb44d91ca66f01f06004e7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-12-15 - Cabinet of Vice-President Andrus Ansip x CLOUD INFRASTRUCTURE SERVICES PROVIDERS IN EUROPE"],"date":["2016-12-15"],"summary":["Free flow of data, standardisation"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-6a03bc4fa7657513ea34529e98dba0671ef4c849","eu-tr-041495920038-44"]}} -{"id":"ec-meeting-2016-12-16-0fce5a5b8e485a3edbca0f99650d218734d5b815","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-12-16 - Cabinet of High Representative / Vice-President Federica Mogherini x Open Society European Policy Institute"],"date":["2016-12-16"],"summary":["Egypt"],"notes":["Portfolio: Foreign Affairs and Security Policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"involved":["ec-person-4f2bf88ad14d12976aecc7694a057ab90b7a81d2","eu-tr-8557515321-37"]}} -{"id":"ec-meeting-2016-12-16-2f5008e7058d5b1310a764d57ff5765966fff881","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-12-16 - Cabinet of Commissioner Margrethe Vestager x Fagbevægelsens Hovedorganisation"],"date":["2016-12-16"],"summary":["Youth Initiative and Labour Mobility"],"notes":["Portfolio: Competition"],"location":["Copenhagen, Denmark"],"address":["Copenhagen, Denmark"],"addressEntity":["addr-037407970050e97c761587d63aacfaeb126cab45"],"organizer":["ec-cabinet-commissioner-margrethe-of-vestager"],"involved":["ec-person-baa1c172df109ebd1f0307bccb5e21aec66c7a25","eu-tr-18082924076-29"]}} -{"id":"ec-meeting-2016-12-16-8bc109f219b8e9d288468db3035eb0bbd59b3e67","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-12-16 - Energy x SICPA SA SALESAS TRES CENTRO DE ESTUDIOS"],"date":["2016-12-16"],"summary":["Tracking and tracing technique"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-400183910694-08","eu-tr-505456818295-32","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2016-12-16-a4e934838668115e1be3d30efea4e2f096a13891","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-12-16 - Regional and Urban Policy x Saublens & Saublens"],"date":["2016-12-16"],"summary":["Echange de vues sur analyse de la qualité des P.O. au regard des résultats escomptés, priorités d'investissement et budgets par domaine d'intervention."],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-regio"],"involved":["ec-person-3bc647761a4c1a96c0e7b4c3729d7408a61558b0","eu-tr-077304524970-18"]}} -{"id":"ec-meeting-2016-12-16-b7e2577146c1a153140938ce2f8b1d50412e8272","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-12-16 - Cabinet of Vice-President Jyrki Katainen x Solar Heat Europe/ESTIF The European Association for the Promotion of Cogeneration Association of the European Heating Industry"],"date":["2016-12-16"],"summary":["energy effiiciency"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-38305846546-70","eu-tr-95685068542-71","eu-tr-10790718699-18","ec-person-0da85dc48012e26688310a59a0b51727ea68f410"]}} -{"id":"ec-meeting-2016-12-16-db0079a19485439bd9f77e48f58071e6ecce45c4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-12-16 - Cabinet of Vice-President Andrus Ansip x SES S.A."],"date":["2016-12-16"],"summary":["Digital 4 Development"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-c759bd58acc54869aa8e62ce652efcda416e25c2","eu-tr-93799097410-24"]}} -{"id":"ec-meeting-2016-12-16-e348f4502e298869cf41d27dcfc9854672788a55","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-12-16 - Cabinet of Commissioner Tibor Navracsics x EU Strategy"],"date":["2016-12-16"],"summary":["Digital Single Market"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-49f31dad10f5641cb1d1e4c3107dd838389e8120","eu-tr-42484704423-92"]}} -{"id":"ec-meeting-2016-12-16-f9a8482974b7e1bc6cf1dcf0d20adf78d0a767c9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-12-16 - Cabinet of President Jean-Claude Juncker x Bureau Européen des Unions de Consommateurs"],"date":["2016-12-16"],"summary":["Digital Single Market"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-44a061693f35519551be0e3dab996e76ad3f8c7c","eu-tr-9505781573-45"]}} -{"id":"ec-meeting-2016-12-19-2305946718310f32a3020e20d99960bbb8543f5f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-12-19 - Energy x Asesores Comunitarios, S.L."],"date":["2016-12-19"],"summary":["Energy issues"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-16699959051-14","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2016-12-19-292698fd43b4af3136be87b203b77cb9d99bf295","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-12-19 - Cabinet of Commissioner Vytenis Andriukaitis x Confederazione Generale dell'Agricoltura Italiana"],"date":["2016-12-19"],"summary":["Food waste, animal health"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-0dbfffeb0323f819c8d57164906086dd8639c437","eu-tr-230456715590-19"]}} -{"id":"ec-meeting-2016-12-19-452fae41c2a344273b1a4789b98e1442d7cffd79","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-12-19 - Environment x POLLENIZ"],"date":["2016-12-19"],"summary":["Invasive Alien Species"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-env"],"involved":["eu-tr-285312225105-26","ec-person-3bc74ce04ea3f4ab4d91a5c88eef25b8b8a213b4"]}} -{"id":"ec-meeting-2016-12-19-6e9114a2796899d1dcaf78ea511463e15869028d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-12-19 - Cabinet of Commissioner Violeta Bulc x Qatar Airways"],"date":["2016-12-19"],"summary":["Aviation"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-842194125102-63","ec-person-5012c5e45a52ee8ce67d19c1781a127af53e73e7","ec-person-9d4dc4867a44dfe10f67ae7ee1706da3e8b48a24"]}} -{"id":"ec-meeting-2016-12-19-76e80023201148465ed413c587dc8150029a9c4b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-12-19 - Cabinet of President Jean-Claude Juncker x WWF European Policy Programme"],"date":["2016-12-19"],"summary":["Sustainable development"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-b1bf9aa5fb7e886441ff341b657cc482b64a2a3e","eu-tr-1414929419-24"]}} -{"id":"ec-meeting-2016-12-19-9819f904dbc25e2d5df8926225c9fec87050ece2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-12-19 - Energy x Snam S.p.A."],"date":["2016-12-19"],"summary":["gas market developments"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-284336314886-25","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2016-12-19-996fe3d19f5c08dfd9dfb4abe551092714fed3d8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-12-19 - Cabinet of Vice-President Jyrki Katainen x Tui Belgium N.V. Frontier Economics Limited Ryanair Holdings easyJet International Consolidated Airlines Group"],"date":["2016-12-19"],"summary":["Aviation sector economic challenges"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-60340504060-88","eu-tr-25581088294-51","eu-tr-002977215945-85","ec-person-0da85dc48012e26688310a59a0b51727ea68f410","eu-tr-772094925119-87","eu-tr-291219715847-52"]}} -{"id":"ec-meeting-2016-12-19-a5dfdeb8be5cdb345c08e04f07f14b059934d64f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-12-19 - Cabinet of President Jean-Claude Juncker x European Environmental Bureau Stichting BirdLife Europe"],"date":["2016-12-19"],"summary":["EU nature legislation"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-1083162721-43","ec-person-b1bf9aa5fb7e886441ff341b657cc482b64a2a3e","eu-tr-06798511314-27"]}} -{"id":"ec-meeting-2016-12-19-b60fde34950292fa2baebfb16c5f993a68d1fe27","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-12-19 - Cabinet of Vice-President Maroš Šefčovič x Snam S.p.A."],"date":["2016-12-19"],"summary":["State of play Southern Gas Corridor"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-284336314886-25","ec-person-3bf48630444ace93d407e52eb880e64d480f75ce","ec-person-1f95be23689cd4ed0a26fe2980f760ccf2d55c1e"]}} -{"id":"ec-meeting-2016-12-19-c9fa7732ecb4fa7bfda2cee8ef0e470bf352a190","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-12-19 - Cabinet of Vice-President Maroš Šefčovič x Naftogaz of Ukraine"],"date":["2016-12-19"],"summary":["Follow up trilateral gas talks; gas sector reform Ukraine"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-3bf48630444ace93d407e52eb880e64d480f75ce","eu-tr-769349815543-90","ec-person-1f95be23689cd4ed0a26fe2980f760ccf2d55c1e"]}} -{"id":"ec-meeting-2016-12-19-cd74f16fc9bf90dcc6aecea25dea79593bd9cd3f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-12-19 - Cabinet of Commissioner Violeta Bulc x Havenbedrijf Rotterdam NV"],"date":["2016-12-19"],"summary":["Meeting with Mr Castelein, CEO of Port of Rotterdam"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-4d2b449b5047ea3fda435a2a1c1081e3babcdf76","ec-person-e14c58f620f40325d829df7be0823280307bc15f","eu-tr-930637620172-95"]}} -{"id":"ec-meeting-2016-12-19-ce8031846d804a0a67016d9dbfc4d8867eb882d1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-12-19 - Cabinet of Vice-President Maroš Šefčovič x DTEK"],"date":["2016-12-19"],"summary":["Energy sector reform Ukraine"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-3bf48630444ace93d407e52eb880e64d480f75ce","eu-tr-17429897118-54","ec-person-1f95be23689cd4ed0a26fe2980f760ccf2d55c1e"]}} -{"id":"ec-meeting-2016-12-19-dcb0743213f2b65f0c51095eaaf4218ef7c736fc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-12-19 - Cabinet of Commissioner Vytenis Andriukaitis x Greenpeace European Unit"],"date":["2016-12-19"],"summary":["Neonicotinoids. REFIT of plant protection products legislation."],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-b9c3f19e7c5f216e3e508f931ddd6a9cb59376d1","eu-tr-9832909575-41"]}} -{"id":"ec-meeting-2016-12-19-ea4d2d2b10b88f24129daadf0b3777560006b31c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-12-19 - Cabinet of Vice-President Andrus Ansip x Interactive Advertising Bureau Europe European CIO Association Computer & Communications Industry Association European Round Table for Industry European Banking Federation Coalition of European Organisations on Data Protection BSA | The Software Alliance Federation of European Data and Marketing BUSINESSEUROPE European Telecommunications Network Operators' Association European Internet Services Providers Association DIGITALEUROPE Ecommerce Europe SMEunited aisbl"],"date":["2016-12-19"],"summary":["Discussion with industry on general data protection regulation implementation"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-43167137250-27","eu-tr-501468815548-71","ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0","eu-tr-75039383277-48","eu-tr-55820581197-35","ec-person-5db7bdd1c81da2e70eb5b982097d0004111b5c3e","eu-tr-867433111414-11","eu-tr-4722660838-23","eu-tr-3978240953-79","ec-person-91ca0921c6790191daa54427311acd63035e7c9e","eu-tr-39300567160-02","eu-tr-64270747023-20","eu-tr-85172105610-37","eu-tr-25487567824-45","eu-tr-54437813115-56","eu-tr-15987896534-82","eu-tr-08957111909-85"]}} -{"id":"ec-meeting-2016-12-20-0ebea00951249ead64b8722f7b079dd24ecbc925","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-12-20 - Cabinet of Vice-President Cecilia Malmström x Nokia"],"date":["2016-12-20"],"summary":["Follow-up meeting on trade obstacles in China, India and US"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-35167875358-33","ec-person-ce1312d2a248f71fe74eed58aa5915cfa445bbba","ec-person-20ded9db5df11164331bb161fdf234b1e5ad53fd"]}} -{"id":"ec-meeting-2016-12-20-171f1d40c85786da90904157dc79637e985bb736","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-12-20 - Cabinet of Commissioner Christos Stylianides x Google"],"date":["2016-12-20"],"summary":["Role of the private sector in humanitarian aid"],"notes":["Portfolio: Humanitarian Aid & Crisis Management"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-christos-commissioner-of-stylianides"],"involved":["ec-person-cdd689bd079714522dad472ea4446b0fcc660d8f","eu-tr-03181945560-59"]}} -{"id":"ec-meeting-2016-12-20-19e73bae781a7f3c0d1c04e23cf1bd9df2c36948","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-12-20 - Cabinet of First Vice-President Frans Timmermans x Save the Children International Amnesty International Limited Open Society European Policy Institute"],"date":["2016-12-20"],"summary":["Fundamental rights strategy"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["ec-person-6d8b11c800391d9e6515bbd1b0e9d54c7da270da","eu-tr-11610562644-55","eu-tr-8557515321-37","eu-tr-11063928073-34"]}} -{"id":"ec-meeting-2016-12-20-2d842a0f30e3805c414a922f378cd1cb98f70573","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-12-20 - Cabinet of Commissioner Violeta Bulc x Airlines for Europe"],"date":["2016-12-20"],"summary":["A4E CEO Lunch"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-4d2b449b5047ea3fda435a2a1c1081e3babcdf76","ec-person-5012c5e45a52ee8ce67d19c1781a127af53e73e7","ec-person-9d4dc4867a44dfe10f67ae7ee1706da3e8b48a24","eu-tr-807912421050-91"]}} -{"id":"ec-meeting-2016-12-20-2f820e0878583e5b3420f71c1528b70dee77ef5a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-12-20 - Günther Oettinger x Uber"],"date":["2016-12-20"],"summary":["platforms"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-002278013515-26","ec-person-3297113eb5d4e59bc84d571628f0130aa75c761a"]}} -{"id":"ec-meeting-2016-12-20-311595d5ce60a7d67b6c6ec21c074dec7f5f549c","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2016-12-20 - Cabinet of Vice-President Miguel Arias Cañete x Airlines for Europe"],"date":["2016-12-20"],"summary":["Aviation","ETS Aviation"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-807912421050-91","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd","ec-person-25a937c04cd0a0ddcf5cf34798e76b5105854114"]}} -{"id":"ec-meeting-2016-12-20-36f3f4d4a16f97090c8c564ad4b56d32a18e9c3b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-12-20 - Financial Stability, Financial Services and Capital Markets Union x Standard Chartered"],"date":["2016-12-20"],"summary":["General observations on becoming Chairman/leaving IMF, Finalisation of the post-crisis reforms by the BCBS, •\tThird country equivalence, with special regard to the view from our footprint markets in Asia/Africa, Consistency of global financial regulation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-16595501800-80","ec-person-bdee7a93f95c8ef05079539170139b3c02e8ed96"]}} -{"id":"ec-meeting-2016-12-20-50b11dfbda68ad79dd206362737dbc1d2bc17377","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-12-20 - Energy x G Plus Ltd (t/a Portland)"],"date":["2016-12-20"],"summary":["Energy policy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-7223777790-86","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2016-12-20-532cee8cd40e18bad28af49aa0c204e3a4786ac2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-12-20 - Cabinet of Commissioner Pierre Moscovici x PwCIL"],"date":["2016-12-20"],"summary":["Meeting to discuss the latest tax reform files."],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["brussels"],"address":["brussels"],"addressEntity":["addr-e2daa1574b7ac475c827b33e281bd2d5e013c882"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["eu-tr-60402754518-05","ec-person-738f7f25002d191bd2df8936e8f8d1d726c19e2e"]}} -{"id":"ec-meeting-2016-12-20-58221b12a98e5eedf6e097951acc0fb4785f7084","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-12-20 - Cabinet of Vice-President Jyrki Katainen x KLM Royal Dutch Airlines easyJet International Consolidated Airlines Group Air Baltic Corporation Norwegian Air Shuttle ASA VOLOTEA Airlines for Europe"],"date":["2016-12-20"],"summary":["Aviation sector economic challenges"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-810762225156-67","eu-tr-407311325158-04","eu-tr-60340504060-88","eu-tr-259369025144-40","ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90","eu-tr-76441066192-30","ec-person-0da85dc48012e26688310a59a0b51727ea68f410","eu-tr-807912421050-91","eu-tr-291219715847-52"]}} -{"id":"ec-meeting-2016-12-20-7615c2658feff32e4f808f726ebe945066994ecb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-12-20 - Cabinet of Vice-President Jyrki Katainen x easyJet Air Baltic Corporation Norwegian Air Shuttle ASA VOLOTEA Airlines for Europe"],"date":["2016-12-20"],"summary":["Aviation sector economic challenges"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-810762225156-67","eu-tr-407311325158-04","eu-tr-259369025144-40","ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90","ec-person-0da85dc48012e26688310a59a0b51727ea68f410","eu-tr-807912421050-91","eu-tr-291219715847-52"]}} -{"id":"ec-meeting-2016-12-20-80d0878e4cef97f678edd636f52053184aae816a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-12-20 - Günther Oettinger x Bureau Européen des Unions de Consommateurs"],"date":["2016-12-20"],"summary":["Telecoms review, copyright, ePrivacy Directive"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-9505781573-45","ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0"]}} -{"id":"ec-meeting-2016-12-20-854c9c6e3dffdb4dd618eacf5b8decf3f49d55f0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-12-20 - Climate Action x International Air Transport Association"],"date":["2016-12-20"],"summary":["ICAO Resolution on global market-based measure"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-clima"],"involved":["ec-person-44c2f44f96dda2012bcb4e9abc749f6cae86a4c0","eu-tr-1805107590-28"]}} -{"id":"ec-meeting-2016-12-20-a39b9ccb8f003ce94ddab1ff70df62693a9b1dd6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-12-20 - Cabinet of Commissioner Violeta Bulc x DFS Deutsche Flugsicherung GmbH"],"date":["2016-12-20"],"summary":["Aviation"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-80667711712-64","ec-person-9d4dc4867a44dfe10f67ae7ee1706da3e8b48a24"]}} -{"id":"ec-meeting-2016-12-20-dc9188d97dc4c846f715034fe5b3892ffa96e469","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-12-20 - Günther Oettinger x Hubert Burda Media Holding Kommanditgesellschaft"],"date":["2016-12-20"],"summary":["Copyright & Plattformen"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0","eu-tr-730036917015-61"]}} -{"id":"ec-meeting-2016-12-20-e9a28bac5eb11e4ae458eb04715512f907959299","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-12-20 - Cabinet of Commissioner Tibor Navracsics x European Magazine Media Association European Newspaper Publishers' Association"],"date":["2016-12-20"],"summary":["Digital Single Market"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-49f31dad10f5641cb1d1e4c3107dd838389e8120","eu-tr-5950962136-12","eu-tr-37937886834-69"]}} -{"id":"ec-meeting-2016-12-21-08a3d4709cdf7e850120c13c858bb46053b6b6a7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-12-21 - Energy x SMEunited aisbl"],"date":["2016-12-21"],"summary":["Energy policy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-55820581197-35","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2016-12-21-937ff584eb49653e9e70d53d6fef4b243d2d9c52","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-12-21 - Cabinet of Commissioner Elżbieta Bieńkowska x Dow Europe GmbH"],"date":["2016-12-21"],"summary":["Chemicals Industry"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["ec-person-d2997a7f359c91a337055c3e24dd36bf928de38d","eu-tr-38235121060-73","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2016-12-21-9f4496f584f6e45835f7f271adac41807b0f3f6e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-12-21 - Günther Oettinger x european competitive telecommunications association"],"date":["2016-12-21"],"summary":["Telecom review, state of competition in Europe"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-de"],"involved":["eu-tr-24627752238-32","ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0"]}} -{"id":"ec-meeting-2016-12-21-c61c8fa820090e6e99d9eb2c465717ff866112fa","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-12-21 - Cabinet of Commissioner Violeta Bulc x Google"],"date":["2016-12-21"],"summary":["Discussion ahead of Davos meeting on the occasion of the 2017 World Economic Forum"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-9d4dc4867a44dfe10f67ae7ee1706da3e8b48a24","eu-tr-03181945560-59"]}} -{"id":"ec-meeting-2016-12-21-e32892aa440ff6c7733bd9077c121dd2c8fed108","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-12-21 - Climate Action x CEMBUREAU - The European Cement Association"],"date":["2016-12-21"],"summary":["ETS revision, carbon leakage classification"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-clima"],"involved":["ec-person-44c2f44f96dda2012bcb4e9abc749f6cae86a4c0","eu-tr-93987316076-63"]}} -{"id":"ec-meeting-2016-12-21-e5b128422e51d94baaaf6cbde1d2e1fa82d754dd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-12-21 - Cabinet of Commissioner Margrethe Vestager x EPIA SolarPower Europe"],"date":["2016-12-21"],"summary":["EU renewable energy and state aid policy"],"notes":["Portfolio: Competition"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-margrethe-of-vestager"],"involved":["eu-tr-2680046412-48","ec-person-2e96673ec2acdfc668f6970535551f9afa1f8729"]}} -{"id":"ec-meeting-2016-12-21-e917d1c51412bb5a0bfec7823a4a6a0dc6012be6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-12-21 - Cabinet of Vice-President Johannes Hahn x Dow Europe GmbH"],"date":["2016-12-21"],"summary":["Discussed business and investment climate in Europe and in particular Western Balkans and Neighbourhood."],"notes":["Portfolio: European Neighbourhood Policy & Enlargement Negotiations"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-hahn-johannes-of-president-vice"],"involved":["ec-person-8ffa69c5fdbbacf33a405e9e62a3ef920b5fcde1","eu-tr-38235121060-73"]}} -{"id":"ec-meeting-2016-12-21-fb12c65c9248967f772e392d2dedefce7dc13683","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-12-21 - Environment x European Union Network for the Implementation and Enforcement of Environmental Law"],"date":["2016-12-21"],"summary":["Environmental compliance assurance"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-env"],"involved":["eu-tr-110287924504-26","ec-person-3bc74ce04ea3f4ab4d91a5c88eef25b8b8a213b4"]}} -{"id":"ec-meeting-2016-12-22-2b10deb7dd9a90bc37c4eb9830c02c5e7a04350f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-12-22 - Energy x La Française del'Energie"],"date":["2016-12-22"],"summary":["dvpt de nouvelles activités dans les régions minières"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-866768125220-35","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2016-12-22-60a2dfd9942240b044cf60fe687111df4595b27f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2016-12-22 - Cabinet of Commissioner Pierre Moscovici x LA POSTE"],"date":["2016-12-22"],"summary":["Visite de courtoisie"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Paris"],"address":["Paris"],"addressEntity":["addr-22390ad11c32faec43fc61555b53607660b3c185"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["ec-person-3cbeba61ae952f06fe4916c381438ebbc676a597","eu-tr-01890906437-84"]}} -{"id":"ec-meeting-2017-01-03-8fd5febf46f97ebac3e247a8af3bbbd0bfe2687e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-03 - Energy x European Network of Transmission System Operators for Electricity"],"date":["2017-01-03"],"summary":["Electricity market"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-25805148045-87","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2017-01-04-2be5bc43adedb75da300721bb37faa9a7b8dad54","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-04 - Energy x Equinor ASA"],"date":["2017-01-04"],"summary":["Energy policy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["ec-person-6997149120ce5129e38febe5275dc8fd03232d2e","eu-tr-4447605981-76"]}} -{"id":"ec-meeting-2017-01-04-7172e46f1a07de97a2bc193085283f4063889875","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-04 - Cabinet of Vice-President Valdis Dombrovskis x European Banking Federation"],"date":["2017-01-04"],"summary":["PSD2"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-4722660838-23","ec-person-537401fc0be04984531b83660f416bf2fe14fbd8"]}} -{"id":"ec-meeting-2017-01-06-ae4631b84c664c3c76fccf28c25fff4a089b2c52","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-06 - Energy x TotalEnergies SE"],"date":["2017-01-06"],"summary":["energy policy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-1849405799-88","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2017-01-06-b1ef1f5cee5dd3760270563487e9002843c61282","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-06 - Cabinet of Commissioner Věra Jourová x European Telecommunications Network Operators' Association"],"date":["2017-01-06"],"summary":["e-Privacy"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-f329292459cb1badb7fb7c6b67b698c441931bb2","eu-tr-08957111909-85"]}} -{"id":"ec-meeting-2017-01-09-0d6ab38ec2a72a610f76eee48fd59238d95da58a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-09 - Internal Market, Industry, Entrepreneurship and SMEs x RISE Research Institutes of Sweden AB"],"date":["2017-01-09"],"summary":["Courtesy meeting with the new CEO, Pia Sandvik"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-grow"],"involved":["eu-tr-853017625324-47","ec-person-60a3d0d628d231b41af1d0c65607b0fd78ca4edc"]}} -{"id":"ec-meeting-2017-01-09-1734f37a8c90abfafb6efac947dd3421c4d63683","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-09 - Secretariat-General x Shell Companies"],"date":["2017-01-09"],"summary":["EU General Affairs discussion"],"location":["The Hague, The Netherlands"],"address":["The Hague, The Netherlands"],"addressEntity":["addr-22383278a213c00ffc6f3f0f414d1efd826f6442"],"organizer":["ec-dg-sg"],"involved":["eu-tr-05032108616-26","ec-person-6aa97634438bb481caaf90d7277bdc0b062d44fb"]}} -{"id":"ec-meeting-2017-01-09-4e672b433cfc79ab2017a1f1f6640a4ff2ea046d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-09 - Cabinet of Vice-President Cecilia Malmström x amfori - Trade with Purpose"],"date":["2017-01-09"],"summary":["sustainable development and trade"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-84768556104-35","ec-person-8529bbbc6db862f6b82d6fa66a7cf7668804dae7"]}} -{"id":"ec-meeting-2017-01-09-5827f13463e79c9602b75fda9306895eb2f312cf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-09 - Cabinet of Commissioner Vytenis Andriukaitis x European COPD Coalition"],"date":["2017-01-09"],"summary":["Health promotion, early diagnosis of COPD and other respiratory diseases, role of the EU"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["eu-tr-36443386820-19","ec-person-97425c615743576adc42e09bee7dac14f83f691b","ec-person-df30d07ef698a52b9948b9c734db39196cf8541f"]}} -{"id":"ec-meeting-2017-01-09-6b2f37a083e26a8c40d5ad2e5a7ff88fd86951ed","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-09 - Cabinet of Commissioner Margrethe Vestager x LEGO System A/S"],"date":["2017-01-09"],"summary":["EU Current Affairs"],"notes":["Portfolio: Competition"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-margrethe-of-vestager"],"involved":["eu-tr-74560896368-94","ec-person-6e8b9cd7bb1a15a7e90b04790769360ba931cafd"]}} -{"id":"ec-meeting-2017-01-09-ab4ed262822fbf9e7eb893a77d171e7a4d22623e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-09 - Cabinet of Commissioner Tibor Navracsics x LEGO System A/S"],"date":["2017-01-09"],"summary":["Digital Single Market"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-49f31dad10f5641cb1d1e4c3107dd838389e8120","eu-tr-74560896368-94"]}} -{"id":"ec-meeting-2017-01-09-b1a9a606f388e41592b48eceffb20e7579c58cc8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-09 - Cabinet of Vice-President Andrus Ansip x DIGITALEUROPE"],"date":["2017-01-09"],"summary":["DSM general"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-64270747023-20","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45"]}} -{"id":"ec-meeting-2017-01-09-c3fbfc7715e50ef9d8808629b0ec6c1be001a52a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-09 - Cabinet of Vice-President Maroš Šefčovič x Airlines for Europe"],"date":["2017-01-09"],"summary":["State of play Aviation Strategy"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-3bf48630444ace93d407e52eb880e64d480f75ce","eu-tr-807912421050-91"]}} -{"id":"ec-meeting-2017-01-09-e9f10de68cf5573763d238a6b556c01e2df5f705","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-09 - Cabinet of Commissioner Julian King x AIRPORT SERVICES ASSOCIATION"],"date":["2017-01-09"],"summary":["Aviation Security"],"notes":["Portfolio: Security Union"],"location":["Brussles"],"address":["Brussles"],"addressEntity":["addr-e6ba3e89050fdfff2010d3fb9d2fbe42cd1cafd9"],"organizer":["ec-cabinet-commissioner-julian-king-of"],"involved":["eu-tr-550592917230-49","ec-person-37c79733647a2293d1e96e976d3a72c6b707cb4c"]}} -{"id":"ec-meeting-2017-01-10-075aad1ea78b3bf3a4ba12585a6f323f38497d22","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-10 - Cabinet of Commissioner Elżbieta Bieńkowska x UNI Europa EUROPEAN FEDERATION OF BUILDING AND WOODWORKERS EUROPEAN TRADE UNION CONFEDERATION"],"date":["2017-01-10"],"summary":["Services Package"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-43785827982-59","eu-tr-06698681039-26","eu-tr-57745478360-42","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029","ec-person-daef7f819b2f3ffe5e4f5d8eb2782954f3c4a4e2"]}} -{"id":"ec-meeting-2017-01-10-091181ac1fdf9fbe788b7a8ce7d9e8fc5eaa4640","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-10 - Mobility and Transport x Hitachi Europe Ltd."],"date":["2017-01-10"],"summary":["Shift2Rail, 4th Railway Package"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-move"],"involved":["eu-tr-50213201578-64","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2017-01-10-1cd7855f32493ccbc92e72e53aec89b6ee0d6101","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-10 - Cabinet of Vice-President Andrus Ansip x Airbus"],"date":["2017-01-10"],"summary":["Industry digitalisation, data, connected mobility"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-2732167674-76","ec-person-6a03bc4fa7657513ea34529e98dba0671ef4c849"]}} -{"id":"ec-meeting-2017-01-10-23553a0382de8164c59a301e9880e1f05bf11ea7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-10 - Cabinet of Vice-President Maroš Šefčovič x ARIANESPACE"],"date":["2017-01-10"],"summary":["Follow-up to the EU space strategy"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-016461319755-04","ec-person-2be517b9261a91f2f07e05ec14c6331980e9716e"]}} -{"id":"ec-meeting-2017-01-10-33021c2583c17d6677db166c879baceb40c7dd42","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2017-01-10 - Cabinet of Commissioner Marianne Thyssen x UNI Europa EUROPEAN FEDERATION OF BUILDING AND WOODWORKERS EUROPEAN TRADE UNION CONFEDERATION"],"date":["2017-01-10"],"summary":["Service Package"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["BERL 10/286"],"address":["BERL 10/286"],"addressEntity":["addr-fb8936c188f53a7eb5cbd12e71c33e932fbbc6ac"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["eu-tr-43785827982-59","ec-person-5a49eb89125b4b5d1125b3925bbb64aba1bea2b3","eu-tr-06698681039-26","eu-tr-57745478360-42"]}} -{"id":"ec-meeting-2017-01-10-40c800b4e741071adb0a3ea8caaf6afe801503b8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-10 - Cabinet of Vice-President Maroš Šefčovič x Hydrogen Europe"],"date":["2017-01-10"],"summary":["Decarbonisation of transport"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-3bf48630444ace93d407e52eb880e64d480f75ce","eu-tr-77659588648-75"]}} -{"id":"ec-meeting-2017-01-10-561ad7a2840d1fd09e95f3d367ad26b176032df9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-10 - Cabinet of Commissioner Elżbieta Bieńkowska x Confederation of Finnish Industries EK"],"date":["2017-01-10"],"summary":["industrial policy"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["ec-person-b2f9be51339f054477846797e2c119fcf16548fc","ec-person-d2997a7f359c91a337055c3e24dd36bf928de38d","eu-tr-1274604847-34"]}} -{"id":"ec-meeting-2017-01-10-594633b30c0aebef849f8294d305cdab7533fd89","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-10 - Energy x Eurelectric aisbl"],"date":["2017-01-10"],"summary":["presentation of the Clean Energy for All Europeans package"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-4271427696-87","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2017-01-10-59c7962a8de8c5a303de68cc2104b3ce914cc218","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-10 - Cabinet of Commissioner Phil Hogan x European agri-cooperatives European farmers"],"date":["2017-01-10"],"summary":["Upcoming CAP process"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-d0aad15bfcd899ec988329ba27d6e661ca34456b","eu-tr-09586631237-74","eu-tr-44856881231-49","ec-person-428cf365f3847d04012831ef2642a1a69aed518d"]}} -{"id":"ec-meeting-2017-01-10-6330162d53b754c6d514e80c06f322c2fba29021","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-10 - Cabinet of Vice-President Jyrki Katainen x UNI Europa EUROPEAN FEDERATION OF BUILDING AND WOODWORKERS EUROPEAN TRADE UNION CONFEDERATION"],"date":["2017-01-10"],"summary":["Services package"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-43785827982-59","ec-person-f9208d930adc70c6c64e21701e48f85f6f18e949","eu-tr-06698681039-26","eu-tr-57745478360-42"]}} -{"id":"ec-meeting-2017-01-10-9b325b3465acf756d23902cf20e2b7fc4911a2f6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-10 - Cabinet of Commissioner Elżbieta Bieńkowska x HOTREC, Hotels, Restaurants & Cafés in Europe"],"date":["2017-01-10"],"summary":["Collaborative economy"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["ec-person-95a769a1850d7d595f9a5853c51dcbdd3ddd69fb","eu-tr-7955861942-03","ec-person-3d55409fa049ff6b397a9afc2fcc21bc7c409f0d"]}} -{"id":"ec-meeting-2017-01-10-a6d58b342032e1c5906c3339f8ec9b3cbb24f3a3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-10 - Cabinet of Vice-President Andrus Ansip x Verband Deutscher Maschinen- und Anlagenbau e.V."],"date":["2017-01-10"],"summary":["Data localisation, free flow of data"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-e91c5be432b6b3efdda369792fed67c20b767a45","eu-tr-9765362691-45"]}} -{"id":"ec-meeting-2017-01-10-beaae7085b0cb783a949a9ff5311e31a5793f616","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2017-01-10 - Cabinet of First Vice-President Frans Timmermans x APPLiA (Home Appliance Europe)"],"date":["2017-01-10"],"summary":["Ecodesign and energy","Circular Economy/Ecodesign criteria"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Bruxelles","Brussels"],"address":["Bruxelles","Brussels"],"addressEntity":["addr-b58f5927b66d94a676970dc048485d4c6848f272","addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["ec-person-966667b73d92624be9bb019c2baab7e52331b3d3","eu-tr-04201463642-88"]}} -{"id":"ec-meeting-2017-01-10-c755b7d218e63ae0db78c44e326e9d531f9af099","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-10 - Cabinet of Vice-President Karmenu Vella x European agri-cooperatives European farmers"],"date":["2017-01-10"],"summary":["Contribution of the Common Agricultural Policy to Environmental Objectives"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["ec-person-78fb1ad0c02c4fa8497b22edc1233d6be03cf2e5","eu-tr-09586631237-74","eu-tr-44856881231-49"]}} -{"id":"ec-meeting-2017-01-10-e1ed2e4f1692161f857a161cb969c52ab321e156","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-10 - Cabinet of Commissioner Margrethe Vestager x Impala"],"date":["2017-01-10"],"summary":["Digital Single Market"],"notes":["Portfolio: Competition"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-margrethe-of-vestager"],"involved":["ec-person-947ab3027ba90ce15968614ce35c12506b7a43ac","eu-tr-278669324204-32"]}} -{"id":"ec-meeting-2017-01-10-e4be26785380e867848bd3f4b972e4cbc8328451","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-10 - Cabinet of Commissioner Vytenis Andriukaitis x British Chamber of Commerce | EU & Belgium"],"date":["2017-01-10"],"summary":["Coming event on Health and Food Safety"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-0dbfffeb0323f819c8d57164906086dd8639c437","eu-tr-56188303384-93"]}} -{"id":"ec-meeting-2017-01-10-e960abb424d995e6f131854aee2c36dfa1cdfce5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-10 - Cabinet of Vice-President Jyrki Katainen x BASF SE"],"date":["2017-01-10"],"summary":["Innovation and Competitiveness"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90","eu-tr-7410939793-88"]}} -{"id":"ec-meeting-2017-01-10-fa366cae7ea13452ee6cb31581cec382535e71d6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-10 - Cabinet of Commissioner Carlos Moedas x Confederação dos Agricultores de Portugal"],"date":["2017-01-10"],"summary":["Innovation in agro-tourism"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["eu-tr-68374528625-72","ec-person-a6e757d2928b639b876fd492ddee1fc1420908bf"]}} -{"id":"ec-meeting-2017-01-10-fd2d157bb6423ab5309182a395bd1200d555edfa","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-10 - Cabinet of Commissioner Pierre Moscovici x WWF European Policy Programme"],"date":["2017-01-10"],"summary":["Debt relief for a living economy, in Greece"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["eu-tr-1414929419-24","ec-person-18ec03f403696ecde522f7843ba9c4ff6335ead4"]}} -{"id":"ec-meeting-2017-01-11-0793069081b04045bc4a5d3dd2793ef4965707b7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-11 - Cabinet of Vice-President Jyrki Katainen x Stena AB"],"date":["2017-01-11"],"summary":["Waste management"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-0da85dc48012e26688310a59a0b51727ea68f410","eu-tr-69219137373-47"]}} -{"id":"ec-meeting-2017-01-11-1177d0e21e76c087b4f1a6afdc18c9a14d0a37e8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-11 - Cabinet of Vice-President Neven Mimica x The Oslo Center"],"date":["2017-01-11"],"summary":["Cooperation on peace and security in developing countries in Asia and Africa"],"notes":["Portfolio: International Cooperation & Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-mimica-neven-of-president-vice"],"involved":["ec-person-b187f3955c71d2e1daa48e02fd0a09ab7c6f6098","ec-person-e90858f5aba78fd0e1cb2f757c3f38d55d91f98b","eu-tr-444461525432-73"]}} -{"id":"ec-meeting-2017-01-11-186f470e8d9d5c0f58de2d692fd62d544ae4d665","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-11 - Cabinet of Commissioner Christos Stylianides x Norwegian Refugee Council Europe"],"date":["2017-01-11"],"summary":["exchange of info on IRAN"],"notes":["Portfolio: Humanitarian Aid & Crisis Management"],"location":["berlaymont"],"address":["berlaymont"],"addressEntity":["addr-e2031099ac69651b683d551b7a3471daf1b3a638"],"organizer":["ec-cabinet-christos-commissioner-of-stylianides"],"involved":["eu-tr-750447615329-96","ec-person-08c677aa002baa9f95be8a2d0aa3b89875e2badf"]}} -{"id":"ec-meeting-2017-01-11-1a972e4449090453b5c7ab035afe570e2f2e3d7f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-11 - Cabinet of Commissioner Marianne Thyssen x European Microfinance Network aisbl"],"date":["2017-01-11"],"summary":["Microfinance"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["ec-person-bdb607d5d994a4056dd700f8f52d9af25b406b36","eu-tr-598332211023-81"]}} -{"id":"ec-meeting-2017-01-11-2f7618da1839723181e9c67edf17e81e00599bfb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-11 - Cabinet of First Vice-President Frans Timmermans x Stena Metall AB"],"date":["2017-01-11"],"summary":["waste management"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["ec-person-7a0c440119cd5d547eceebb055c79b8bb41bf9a2","eu-tr-296886525351-47"]}} -{"id":"ec-meeting-2017-01-11-42fb3f67c91dbac093a7c27179df1cdd11bd3246","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-11 - Cabinet of Vice-President Günther Oettinger x Konrad-Adenauer-Stiftung"],"date":["2017-01-11"],"summary":["introductory meeting"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-2905437316-11","ec-person-b17d355ca19058898aba2ec032de59f8701d47f5"]}} -{"id":"ec-meeting-2017-01-11-45e4d3813769de37822b7c81f44abfed561215ef","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-11 - Cabinet of President Jean-Claude Juncker x Swedbank AB (publ)"],"date":["2017-01-11"],"summary":["financial services agenda"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-960532323803-62","ec-person-c402e34a99fbee730ae22e3b1958e21c94dc6fcc"]}} -{"id":"ec-meeting-2017-01-11-4786df4e087f7e6db05b5ea2b60a9786e1fc1c86","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-11 - Cabinet of Commissioner Corina Crețu x The EMEA Satellite Operators' Assocation"],"date":["2017-01-11"],"summary":["Actions to ensure complete Internet connectivity within all EU Member States."],"notes":["Portfolio: Regional Policy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-corina-cretu-of"],"involved":["eu-tr-93226026703-84","ec-person-dcd49620d89d8f176103abc7d4ea3b2c9f1fff5f","ec-person-9d82b1471c4c81e026b73d025790b3d843428640"]}} -{"id":"ec-meeting-2017-01-11-4840d6398e36144f87145c356d28b4de8d696261","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-11 - Cabinet of Commissioner Carlos Moedas x AT&T, Inc."],"date":["2017-01-11"],"summary":["Smart Cities Panel in Davos"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-2b4bb0b28e7435e5f612e44d9664dbd1051efc55","eu-tr-92442218459-37"]}} -{"id":"ec-meeting-2017-01-11-492b8bca184e45e281f5f7c822b4664b979c5f80","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-11 - Cabinet of President Jean-Claude Juncker x Fédération bancaire française"],"date":["2017-01-11"],"summary":["Financial services agenda"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-c402e34a99fbee730ae22e3b1958e21c94dc6fcc","eu-tr-09245221105-30"]}} -{"id":"ec-meeting-2017-01-11-63867077fd7a3cbd79c26ca4eff5ef7746882d8e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-11 - Cabinet of Commissioner Violeta Bulc x Finavia Corporation"],"date":["2017-01-11"],"summary":["Aviation"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-9d4dc4867a44dfe10f67ae7ee1706da3e8b48a24","eu-tr-60334418925-95"]}} -{"id":"ec-meeting-2017-01-11-6ebada31456e97bdd6557358cc4aa61428743708","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-11 - Cabinet of Vice-President Maroš Šefčovič x ARGE Netz GmbH & Co. KG"],"date":["2017-01-11"],"summary":["Follow-up Winter Package"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-3bf48630444ace93d407e52eb880e64d480f75ce","eu-tr-681177416275-05"]}} -{"id":"ec-meeting-2017-01-11-8837cd0da1f0d70ca049a0ca484a47e8752c44cc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-11 - Cabinet of Commissioner Phil Hogan x Euromontana"],"date":["2017-01-11"],"summary":["Cork Declaration"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-5446623780-39","ec-person-b0d24e81234b490dd841a09b69892304b27fc6a8"]}} -{"id":"ec-meeting-2017-01-11-8e8300b7c7afcaaa7f5494d9d571b4c09b0705d4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-11 - Cabinet of Commissioner Tibor Navracsics x Spotify"],"date":["2017-01-11"],"summary":["Digital Single Market"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-49f31dad10f5641cb1d1e4c3107dd838389e8120","ec-person-cb6aa96c497dead35eb0f2ed0339e5423d506549","eu-tr-365747616583-15"]}} -{"id":"ec-meeting-2017-01-11-9aa3e64a30df5a371775268f6eeeef3dc5722031","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-11 - Cabinet of Commissioner Dimitris Avramopoulos x Amnesty International Limited"],"date":["2017-01-11"],"summary":["Migration"],"notes":["Portfolio: Migration, Home Affairs and Citizenship"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-avramopoulos-cabinet-commissioner-dimitris-of"],"involved":["eu-tr-11063928073-34","ec-person-d308eca84bd91d5045ed0282e8e04787597508ee"]}} -{"id":"ec-meeting-2017-01-11-b0d0e5332c6fb831603208a1b9bfaeccb13b9050","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-11 - Cabinet of Commissioner Julian King x Amnesty International Limited"],"date":["2017-01-11"],"summary":["meeting on counter-terrorism & human rights"],"notes":["Portfolio: Security Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-julian-king-of"],"involved":["ec-person-5b22be4333936d6e9e2067397c048a016c117d67","eu-tr-11063928073-34"]}} -{"id":"ec-meeting-2017-01-11-b723d3d4d07d89476074a2e4bc474e1c87cff94a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-11 - Cabinet of Commissioner Violeta Bulc x Emirates Airline"],"date":["2017-01-11"],"summary":["Aviation"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-501968312339-22","ec-person-9d4dc4867a44dfe10f67ae7ee1706da3e8b48a24"]}} -{"id":"ec-meeting-2017-01-11-bedddac31b54346b3a5f0b43440d8fee79392063","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-11 - Cabinet of Vice-President Jyrki Katainen x Google"],"date":["2017-01-11"],"summary":["Overview of Google services and the competitive landscape online"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-03181945560-59","ec-person-81b1dda49062e5dac42bdad9273fa72968a2c325"]}} -{"id":"ec-meeting-2017-01-11-c114e5060cbc4569ec6cdfc4d372c05c2ad227df","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-11 - Cabinet of Commissioner Věra Jourová x The European Interactive Digital Advertising Alliance"],"date":["2017-01-11"],"summary":["ePrivacy directive revision"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["eu-tr-268605424648-34","ec-person-f329292459cb1badb7fb7c6b67b698c441931bb2"]}} -{"id":"ec-meeting-2017-01-11-cc561d1eb95ea683e292ab0f2f199616a3eb6c11","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-11 - Financial Stability, Financial Services and Capital Markets Union x Fédération bancaire française"],"date":["2017-01-11"],"summary":["Basel IV"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["ec-person-bdee7a93f95c8ef05079539170139b3c02e8ed96","eu-tr-09245221105-30"]}} -{"id":"ec-meeting-2017-01-11-d24a58e0b792000640d8c990ff61bb2d91958184","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-11 - Mobility and Transport x AMADEUS IT GROUP S.A."],"date":["2017-01-11"],"summary":["CRS, Shift2Rail"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-move"],"involved":["eu-tr-193056815367-44","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2017-01-11-d8773ae6b66133422635135f3dc8f9ec635e4d87","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-11 - Communication x Finavia Corporation"],"date":["2017-01-11"],"summary":["Priorities of the Maltese Presidency and Communication challenges for 2017."],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-comm"],"involved":["eu-tr-60334418925-95","ec-person-b6c746215a5c0e8c8c5d2d25b85179e0063a6b33"]}} -{"id":"ec-meeting-2017-01-12-0f80433c025f55f4f6174e85817437d640dbe8fd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-12 - Cabinet of Vice-President Neven Mimica x European&Corporete Strategy-Brussels"],"date":["2017-01-12"],"summary":["Proposed European External Investment Plan and the role of private sector in development cooperation"],"notes":["Portfolio: International Cooperation & Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-mimica-neven-of-president-vice"],"involved":["eu-tr-51287485932-04","ec-person-b187f3955c71d2e1daa48e02fd0a09ab7c6f6098"]}} -{"id":"ec-meeting-2017-01-12-149e95cbf7299522bcb36a086b44fae986d7e5ad","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-12 - Cabinet of Vice-President Günther Oettinger x Deutsche Börse AG"],"date":["2017-01-12"],"summary":["Digitisation in financial services"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-20884001341-42","ec-person-1a98ebdc65a0fda494d1f6eb6fb74247a3036490"]}} -{"id":"ec-meeting-2017-01-12-1735263a91479963c1743f3f892cce24ce13615a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-12 - Communication x Veikkaus Oy"],"date":["2017-01-12"],"summary":["Priorities of the Maltese Presidency and Communication challenges for 2017."],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-comm"],"involved":["ec-person-b6c746215a5c0e8c8c5d2d25b85179e0063a6b33","eu-tr-814895025456-31"]}} -{"id":"ec-meeting-2017-01-12-1d3f571efa14460f48ef2fb739dea1149feb1794","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-12 - Cabinet of Vice-President Miguel Arias Cañete x Carbon Capture & Storage Association"],"date":["2017-01-12"],"summary":["discussion on CCS"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-69382094718-43","ec-person-25a937c04cd0a0ddcf5cf34798e76b5105854114"]}} -{"id":"ec-meeting-2017-01-12-227f82ae8c203f9fedd38e3762de9816785c2f89","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-12 - Cabinet of Commissioner Margrethe Vestager x Greenpeace European Unit"],"date":["2017-01-12"],"summary":["State Aid and Environmental issues"],"notes":["Portfolio: Competition"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-margrethe-of-vestager"],"involved":["eu-tr-9832909575-41","ec-person-2e96673ec2acdfc668f6970535551f9afa1f8729"]}} -{"id":"ec-meeting-2017-01-12-3c982f95483163acab916e7a462d713d974c86f8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-12 - Cabinet of Vice-President Günther Oettinger x Access Partnership"],"date":["2017-01-12"],"summary":["Cybersecurity"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-467615113800-87","ec-person-76c97b49eb5244be0c8636bbc9caa6101f3cce84"]}} -{"id":"ec-meeting-2017-01-12-4235770c33fb2267fb68243928f7492684037b66","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-12 - Task Force for Relations with the United Kingdom x European Federation of Public Service Unions"],"date":["2017-01-12"],"summary":["Meeting with Task Force for the Preparation and Conduct of the Negotiations with the United Kingdom under Article 50 TEU."],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-uktf"],"involved":["eu-tr-04902121531-04","ec-person-864cfa5fbc9b02a079ffbab1107f252c7bb08478"]}} -{"id":"ec-meeting-2017-01-12-4a8f2a22d942d10a3651084a78ec64808e29551d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-12 - Cabinet of Commissioner Tibor Navracsics x Assembly of European Regions"],"date":["2017-01-12"],"summary":["Cultural Heritage and Creative Industries"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-fa3187815cf956b0872e1668e14548b7d9f7ce93","eu-tr-480267313069-44"]}} -{"id":"ec-meeting-2017-01-12-4cb21e1314240410336f0f7d3be928a73823fe9b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-12 - Cabinet of Commissioner Marianne Thyssen x Shift and Twist"],"date":["2017-01-12"],"summary":["Skills, employability and integration"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["ec-person-bdb607d5d994a4056dd700f8f52d9af25b406b36","ec-person-ce19440eacb8fd67f534bdbcce33a1c4cedfd071","eu-tr-681762725361-62"]}} -{"id":"ec-meeting-2017-01-12-50c3913e71ca3b7d4cc75791b0adfe9c4fec8edf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-12 - Cabinet of Commissioner Margrethe Vestager x Landbrug & Fødevarer - Danish Agriculture and Food Council"],"date":["2017-01-12"],"summary":["EU policy developments in the area of agriculture"],"notes":["Portfolio: Competition"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-margrethe-of-vestager"],"involved":["ec-person-2e96673ec2acdfc668f6970535551f9afa1f8729","eu-tr-1634450483-86"]}} -{"id":"ec-meeting-2017-01-12-68bba55750a9cf480a3d3fb1eecca6b9d119a950","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-12 - Cabinet of Vice-President Miguel Arias Cañete x Equinor ASA"],"date":["2017-01-12"],"summary":["Follow-up on the winter package"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-1831691c10441c5974327bbeb8693d6b6c1e50c3","eu-tr-4447605981-76","ec-person-2229c857664a22dcb8eee79a8c05841fd3d0924f"]}} -{"id":"ec-meeting-2017-01-12-6a28726adcb248b98d659afb11607fa8f8e8d939","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-12 - Cabinet of Commissioner Carlos Moedas x Young European Research Universities Network"],"date":["2017-01-12"],"summary":["Presentation of YERUN"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-b8d49828915f9008e764a78796d47ea00807a658","eu-tr-135344024395-60"]}} -{"id":"ec-meeting-2017-01-12-763216cdc86f09d70364460f71e6604351e01012","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-12 - Cabinet of Vice-President Karmenu Vella x European Suppliers of Waste-to-Energy Technology"],"date":["2017-01-12"],"summary":["Waste to Energy"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["ec-person-98899253aaaa8e936aec841aef4a31c3573bbfad","eu-tr-56047551356-84"]}} -{"id":"ec-meeting-2017-01-12-86013e0db01fcdc3999d08969df8bf3f17d4bf5b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-12 - Cabinet of Vice-President Andrus Ansip x Ecommerce Europe"],"date":["2017-01-12"],"summary":["Geo-blocking"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-867433111414-11","ec-person-666bc159c7e65a3af9e63c1e97435c02f1496955"]}} -{"id":"ec-meeting-2017-01-12-881d26d4ea191d460e17ae4a29da50f70f0358df","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-12 - Cabinet of Commissioner Phil Hogan x WWF European Policy Programme"],"date":["2017-01-12"],"summary":["WWF policy programme"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-1414929419-24","ec-person-b0d24e81234b490dd841a09b69892304b27fc6a8"]}} -{"id":"ec-meeting-2017-01-12-b234c401e47ebababa88db9d68f44b640def4f90","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-12 - Cabinet of Commissioner Carlos Moedas x European University Association"],"date":["2017-01-12"],"summary":["Science Diplomacy"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-f7ccc3ad366dd2fdb24870e1c02ff2763539c82f","eu-tr-81122172998-09"]}} -{"id":"ec-meeting-2017-01-12-b7bc99ea057b69a2073396a831d26c2f245626ce","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-12 - Employment, Social Affairs and Inclusion x Notre Europe - Institut Jacques Delors / Notre Europe - Jacques Delors Institute"],"date":["2017-01-12"],"summary":["European Employment policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-empl"],"involved":["ec-person-0d8ce1c547b8ca99decd25740ba12e2c0866a2fd","eu-tr-726109217329-25"]}} -{"id":"ec-meeting-2017-01-12-b8e165ca816c16562ff9e5a0a71afc06ce5af35c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-12 - Cabinet of Commissioner Tibor Navracsics x Nestlé S.A."],"date":["2017-01-12"],"summary":["Promotion of apprenticeship in schools"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["eu-tr-15366395387-57","ec-person-1da7ee09d46288ee4ea9db2b644bdcf9c3d6d000"]}} -{"id":"ec-meeting-2017-01-12-ba278b474d63c7740b15bf9eba26f35057c02e9f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-12 - Cabinet of Vice-President Valdis Dombrovskis x Barclays PLC"],"date":["2017-01-12"],"summary":["PSD2"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-72390466359-39","ec-person-537401fc0be04984531b83660f416bf2fe14fbd8"]}} -{"id":"ec-meeting-2017-01-12-d9d38bb735e292005a23edcb7923d33b1a06a0b5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-12 - Cabinet of First Vice-President Frans Timmermans x European Policy Centre"],"date":["2017-01-12"],"summary":["Working methods of the Commission"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-89632641000-47","ec-person-4076aef8226bd451277bfd5135aa27d63b2ac548"]}} -{"id":"ec-meeting-2017-01-12-dac12db5c1d8e990e5f0f5bf69be8e6a1bd0a35e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-12 - Cabinet of Commissioner Carlos Moedas x Nesta"],"date":["2017-01-12"],"summary":["Experiments in innovation policy"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-b8d49828915f9008e764a78796d47ea00807a658","eu-tr-384071617717-17","ec-person-2b4bb0b28e7435e5f612e44d9664dbd1051efc55"]}} -{"id":"ec-meeting-2017-01-12-df0742f8aac693b755012aa2d82d0b8d9161a108","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-12 - Cabinet of Vice-President Andrus Ansip x Orange"],"date":["2017-01-12"],"summary":["Digital4Development"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-c759bd58acc54869aa8e62ce652efcda416e25c2","eu-tr-76704342721-41"]}} -{"id":"ec-meeting-2017-01-12-df1ac1b8cb5fab2e22a74b1db2fd680d486e9bb7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-12 - Cabinet of President Jean-Claude Juncker x Kanopée ARTEVIA"],"date":["2017-01-12"],"summary":["Discuss Forum Demain"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-ad6f76ca53dc30d965b15e3728c45dbd0aba44b4","eu-tr-694503225348-91","eu-tr-629640425338-49"]}} -{"id":"ec-meeting-2017-01-12-e211da57f7934562c8c8dd1d2e2ce66513f5dc9a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-12 - Cabinet of Vice-President Jyrki Katainen x UNIFE"],"date":["2017-01-12"],"summary":["Competitiveness and challenges for the European Rail Supply Industry"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-9624415524-28","ec-person-81b1dda49062e5dac42bdad9273fa72968a2c325"]}} -{"id":"ec-meeting-2017-01-12-f61d4f0108bb5ae88ab55d3324cf615007988517","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-12 - Cabinet of Commissioner Pierre Moscovici x SOCIETE BIC"],"date":["2017-01-12"],"summary":["Douanes, produits non-conformes à la législation européenne"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["eu-tr-214419515681-64","ec-person-1d299d025d2afdcba46db3d131b6197fab6e0c89"]}} -{"id":"ec-meeting-2017-01-13-0d1a952995b93a4fce22105f4800013c37db9300","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-13 - Cabinet of Vice-President Maroš Šefčovič x ENGIE"],"date":["2017-01-13"],"summary":["Energy Union innovation"],"notes":["Portfolio: Energy Union"],"location":["Bxl"],"address":["Bxl"],"addressEntity":["addr-a93f951e252491eb62958a26858415dd581a71e0"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-90947457424-20","ec-person-9f6823821fe68d82e9b9dbe81181ecacb0265d94"]}} -{"id":"ec-meeting-2017-01-13-2666dc03655889f9cd8042c3fa13f620975b55c1","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2017-01-13 - Cabinet of Commissioner Elżbieta Bieńkowska x The European Steel Association"],"date":["2017-01-13"],"summary":["LCP BREF"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["ec-person-d2997a7f359c91a337055c3e24dd36bf928de38d","eu-tr-93038071152-83","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2017-01-13-58734a7bbeea4f99bb6a0556946c968ac8cd398b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-13 - Mobility and Transport x Airlines for Europe"],"date":["2017-01-13"],"summary":["update on aviation related issues"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-move"],"involved":["eu-tr-807912421050-91","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2017-01-13-7e39cbbcb17ee71d01829a73f5dc6e5abf95f598","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-13 - Cabinet of Commissioner Phil Hogan x Association nationale interprofessionnelle du bétail et des viandes"],"date":["2017-01-13"],"summary":["Business discussion"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-400dd8d59d3060187d9b9b143d697da1a3d03c12","eu-tr-963373911020-79"]}} -{"id":"ec-meeting-2017-01-13-80199095518d6cb9fa6928ecfab20fc09f746ba1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-13 - Cabinet of Commissioner Marianne Thyssen x SMEunited aisbl"],"date":["2017-01-13"],"summary":["Pillar of Social Rights"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["eu-tr-55820581197-35","ec-person-c508e9337eca6b067c1f966b82de49c4824a3ad0"]}} -{"id":"ec-meeting-2017-01-13-c3b1e972382e29f9c66de3680e145010f8ab6349","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-13 - Cabinet of President Jean-Claude Juncker x Ingka Services A.B."],"date":["2017-01-13"],"summary":["EU priorities"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-1095068839-59","ec-person-c402e34a99fbee730ae22e3b1958e21c94dc6fcc"]}} -{"id":"ec-meeting-2017-01-13-dfdd8e936866380197fda6ca6cb1cfe269fe0853","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-13 - Cabinet of Commissioner Vytenis Andriukaitis x Association nationale interprofessionnelle du bétail et des viandes"],"date":["2017-01-13"],"summary":["Veterinary Medicines, issue of horses excluded from the food chain"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-0dbfffeb0323f819c8d57164906086dd8639c437","ec-person-df30d07ef698a52b9948b9c734db39196cf8541f","eu-tr-963373911020-79"]}} -{"id":"ec-meeting-2017-01-13-dff4cb58bc252dc9b3941ab7dbc3b4496ad2246d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-13 - Cabinet of Commissioner Tibor Navracsics x European Dyslexia Association"],"date":["2017-01-13"],"summary":["Dyslexia"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["eu-tr-225738324922-97","ec-person-1da7ee09d46288ee4ea9db2b644bdcf9c3d6d000"]}} -{"id":"ec-meeting-2017-01-16-0ff00695813a3d0df7fe7b68041293567debe991","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-16 - Cabinet of Commissioner Julian King x Airbus"],"date":["2017-01-16"],"summary":["Digitalisation"],"notes":["Portfolio: Security Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-julian-king-of"],"involved":["ec-person-8d48893e9e1b5fcb8f1a7bf47a39f9a2a3ac4c54","eu-tr-2732167674-76"]}} -{"id":"ec-meeting-2017-01-16-1d870ba7d0ce9c686d22fd706aa8d4f7833e2663","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-16 - Cabinet of Commissioner Věra Jourová x CFA Institute"],"date":["2017-01-16"],"summary":["Developments in corporate governance"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-5455ecfabb89025694c798deac08160a2be17d94","eu-tr-89854211497-57","ec-person-ff9ad301b778d595651cc4c46ec3a4cf1ef10376"]}} -{"id":"ec-meeting-2017-01-16-2fe2ed3a1d792412aa11ebff3fa96d3f8315e518","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-16 - Task Force for Relations with the United Kingdom x European Fisheries Alliance"],"date":["2017-01-16"],"summary":["Meeting with the Task Force for the Preparation and Conduct of the Negotiations with the United Kingdom under Article 50 TEU"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-uktf"],"involved":["ec-person-864cfa5fbc9b02a079ffbab1107f252c7bb08478","eu-tr-263936828049-68"]}} -{"id":"ec-meeting-2017-01-16-56f75fe4b5ee4ac8aa73708c4eeebdb012011141","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-16 - Cabinet of Vice-President Günther Oettinger x UnternehmerTUM"],"date":["2017-01-16"],"summary":["Connected and Automated Driving"],"notes":["Portfolio: Budget & Human Resources"],"location":["München"],"address":["München"],"addressEntity":["addr-98dc49ee755c3c874dcfa2edc07c7189997bc7f6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-994792725430-38","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2017-01-16-7e87d117504d4a123d328264bbe1b1acead10e34","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-16 - Cabinet of Commissioner Phil Hogan x PROFEL - European Association of Fruit and Vegetable Processors"],"date":["2017-01-16"],"summary":["Business discussion"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-400dd8d59d3060187d9b9b143d697da1a3d03c12","eu-tr-14946504665-75"]}} -{"id":"ec-meeting-2017-01-16-c346451470466e0d64e142955dd10b9af05efe14","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-16 - Cabinet of Vice-President Cecilia Malmström x Sveriges Akademikers Centralorganisation"],"date":["2017-01-16"],"summary":["Trade policy and EU affairs"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-263312725149-84","ec-person-19b143e83f8ab978c55c8a9a9e49e06dbfa14bf3"]}} -{"id":"ec-meeting-2017-01-16-df4f0030c6c06b16112bd57507d99e552d251339","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-16 - Cabinet of Vice-President Andrus Ansip x Vodafone Belgium SA"],"date":["2017-01-16"],"summary":["Data economy"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-90142503473-81","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45"]}} -{"id":"ec-meeting-2017-01-16-ef894d286443d9c91e69eb9f07862bbfb636d7c9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-16 - Cabinet of Vice-President Jyrki Katainen x Insurance Europe"],"date":["2017-01-16"],"summary":["CMU EFSI"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-3775b7be791f90ed462b9071c9ae596b80d71bca","eu-tr-33213703459-54"]}} -{"id":"ec-meeting-2017-01-16-f77ede2f213ac9dd83f9dc6339f83c0424e2e949","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2017-01-16 - Cabinet of Commissioner Phil Hogan x CRV Holding BV"],"date":["2017-01-16"],"summary":["cloning, gene editing, Allocation EU research funds"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["BERL, Brussels"],"address":["BERL, Brussels"],"addressEntity":["addr-c1b89a719fb4c3b86c91ae01524d04183caeb9e6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-148335825046-62","ec-person-400dd8d59d3060187d9b9b143d697da1a3d03c12","ec-person-7d3caa534e5cdda6d5b949bd4b2def39356e3bec"]}} -{"id":"ec-meeting-2017-01-17-1a8bebf5dc9ecc68332b2f0f3390c1264b95c9f2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-17 - Inspire, Debate, Engage and Accelerate Action x World Economic Forum"],"date":["2017-01-17"],"summary":["Digital Technologies and Industry 4.0"],"location":["Davos"],"address":["Davos"],"addressEntity":["addr-e260b1b791f27abac6a4f7771a2401be6aee67a9"],"organizer":["ec-dg-idea"],"involved":["eu-tr-953426816942-83","ec-person-4fe56a64c00b3e81c851b5538878b32481bd7d3c"]}} -{"id":"ec-meeting-2017-01-17-1f1698560b6ff229cb8f49407537804c7684e0ad","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-17 - Cabinet of First Vice-President Frans Timmermans x Clean Air Action Group (Levegő Munkacsoport)"],"date":["2017-01-17"],"summary":["Civil Society in Hungary."],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["ec-person-6d8b11c800391d9e6515bbd1b0e9d54c7da270da","eu-tr-351764810742-20"]}} -{"id":"ec-meeting-2017-01-17-49c4998f14a099b076fab3f3a27ebc01be552aaf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-17 - Cabinet of Vice-President Jyrki Katainen x Institute of International Finance"],"date":["2017-01-17"],"summary":["IIF-ISDA Cumulative Capital Impact report"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-48714858158-06","ec-person-955e8c493ab54847bb92b65986f56a401f8eabee"]}} -{"id":"ec-meeting-2017-01-17-5352308026e6a0f24041bb168fd5f3077f7cfb5b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-17 - Inspire, Debate, Engage and Accelerate Action x Stockholms universitet"],"date":["2017-01-17"],"summary":["Policies that foster resilience"],"location":["Davos"],"address":["Davos"],"addressEntity":["addr-e260b1b791f27abac6a4f7771a2401be6aee67a9"],"organizer":["ec-dg-idea"],"involved":["eu-tr-514687319814-91","ec-person-4fe56a64c00b3e81c851b5538878b32481bd7d3c"]}} -{"id":"ec-meeting-2017-01-17-7385e5b180efea43df2dd336cba678a8e97cb8ac","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-17 - Cabinet of Vice-President Andrus Ansip x Administratie Vlaamse Regulator voor de Media"],"date":["2017-01-17"],"summary":["Audio Visual Media Services"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-c759bd58acc54869aa8e62ce652efcda416e25c2","eu-tr-797339619005-67"]}} -{"id":"ec-meeting-2017-01-17-8b40b71c9400c8490836551a8774c5d3e7edec3c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-17 - Cabinet of Vice-President Jyrki Katainen x London Stock Exchange Group"],"date":["2017-01-17"],"summary":["Presentation of the publication \"1000 companies to inspire Europe\""],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-81b1dda49062e5dac42bdad9273fa72968a2c325","eu-tr-550494915045-08","ec-person-955e8c493ab54847bb92b65986f56a401f8eabee"]}} -{"id":"ec-meeting-2017-01-17-a7fc8d6b506ce0ee0e1d876a4c951239e7cdfdf2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-17 - Cabinet of Vice-President Andrus Ansip x Red Hat Limited"],"date":["2017-01-17"],"summary":["DSM general"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-6a03bc4fa7657513ea34529e98dba0671ef4c849","eu-tr-741186216712-07"]}} -{"id":"ec-meeting-2017-01-17-b9218b3946beadb5f19f871ae2cd743485f2bad0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-17 - Cabinet of Commissioner Violeta Bulc x International Air Transport Association"],"date":["2017-01-17"],"summary":["Aviation"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-1805107590-28","ec-person-9d4dc4867a44dfe10f67ae7ee1706da3e8b48a24"]}} -{"id":"ec-meeting-2017-01-17-b99721965de941c4bc582960bc64bc896fc88dc6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-17 - Cabinet of Commissioner Marianne Thyssen x Mn Services N.V."],"date":["2017-01-17"],"summary":["European Pillar of Social Rights, EPSRights and in particular concerning the policy domain pensions; promotion 2nd pillar/multi-pillar pension systems in Europe"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["BERL 10/394"],"address":["BERL 10/394"],"addressEntity":["addr-fe780a38875d1b6c39913ba29152278dedbe5d33"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["eu-tr-803517417047-52","ec-person-ce19440eacb8fd67f534bdbcce33a1c4cedfd071"]}} -{"id":"ec-meeting-2017-01-17-bcba40eeb72bdfc05bfd9b06eec9419f4a96f673","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-17 - Inspire, Debate, Engage and Accelerate Action x Web Summit"],"date":["2017-01-17"],"summary":["Foresight and Anticipatory Governance"],"location":["Davos"],"address":["Davos"],"addressEntity":["addr-e260b1b791f27abac6a4f7771a2401be6aee67a9"],"organizer":["ec-dg-idea"],"involved":["eu-tr-676626525503-62","ec-person-4fe56a64c00b3e81c851b5538878b32481bd7d3c"]}} -{"id":"ec-meeting-2017-01-17-c22103d88178796be230e2b6749a54ed06e7b200","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-17 - Cabinet of Commissioner Marianne Thyssen x Zentralverband des Deutschen Handwerks e.V."],"date":["2017-01-17"],"summary":["-\tSocial protection for self employed -\tImplementation of skills agenda -\tCommission proposal of eservices card"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["BERL 10/390"],"address":["BERL 10/390"],"addressEntity":["addr-147ed60f1740c8b7f554f8707ff4410af7c51fb0"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["ec-person-5a49eb89125b4b5d1125b3925bbb64aba1bea2b3","eu-tr-5189667783-94"]}} -{"id":"ec-meeting-2017-01-17-ca0379941714e93316be9a1a17b6b0fb73a68e69","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-17 - Cabinet of Vice-President Valdis Dombrovskis x Association Française de la Gestion financière"],"date":["2017-01-17"],"summary":["PRIIPs level II"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-5975679180-97","ec-person-eec82261c60167b261e56ad1e2bfb4c482db6191"]}} -{"id":"ec-meeting-2017-01-17-cff2bc012ba342dad7b42cd3dfec822c08f4d1a4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-17 - Cabinet of Vice-President Valdis Dombrovskis x Peterson Institute for International Economics"],"date":["2017-01-17"],"summary":["exchange views on the European and transatlantic agenda in 2017"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels, Berlaymont"],"address":["Brussels, Berlaymont"],"addressEntity":["addr-2d842da4e8cf3dbd0304d45e6b874d5f0aa57edf"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-513347117795-30","ec-person-f6170dbdd732fc460a713b82b57759ac5e77fdc6","ec-person-537401fc0be04984531b83660f416bf2fe14fbd8"]}} -{"id":"ec-meeting-2017-01-17-e0a9bf976322411db01b52a2c84a7153321a680b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-17 - Cabinet of Commissioner Carlos Moedas x Atomium European Institute for Science, Media and Democracy"],"date":["2017-01-17"],"summary":["Presentation of the \"Next Generation Internet Initiative\""],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-f7ccc3ad366dd2fdb24870e1c02ff2763539c82f","eu-tr-604316917419-28"]}} -{"id":"ec-meeting-2017-01-17-e0cd4ca60dd0b406b012bb170d00b8435d7bdd83","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-17 - Cabinet of Vice-President Valdis Dombrovskis x AMUNDI AM Association Française de la Gestion financière"],"date":["2017-01-17"],"summary":["PRIIPS level II"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-5975679180-97","eu-tr-94607479886-02","ec-person-eec82261c60167b261e56ad1e2bfb4c482db6191"]}} -{"id":"ec-meeting-2017-01-17-f12263ecd6362f1eca8b66611c5bbf72b97b73d3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-17 - Cabinet of Commissioner Phil Hogan x CAP !"],"date":["2017-01-17"],"summary":["agri issues"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-469940125093-61","ec-person-428cf365f3847d04012831ef2642a1a69aed518d"]}} -{"id":"ec-meeting-2017-01-18-01f7ab792af1d1c939d9497fc9cdff81ea3edb64","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-18 - Cabinet of Vice-President Andrus Ansip x Bertelsmann Stiftung"],"date":["2017-01-18"],"summary":["Privacy, artificial intelligence"],"notes":["Portfolio: Digital Single Market"],"location":["Davos"],"address":["Davos"],"addressEntity":["addr-e260b1b791f27abac6a4f7771a2401be6aee67a9"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0","eu-tr-13571025706-27","ec-person-0f698e3a0cc0bd6a02e1bd386a25cedc1366f3f1"]}} -{"id":"ec-meeting-2017-01-18-2323bd25959c75ff8682b007c9f1cd21b0f3dbb4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-18 - Cabinet of Vice-President Valdis Dombrovskis x Visa Europe"],"date":["2017-01-18"],"summary":["Electronic Payments; PSD2"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["World Economic Forum, Davos"],"address":["World Economic Forum, Davos"],"addressEntity":["addr-be0def58ae0be83110783a8f0e053685cbb7c03b"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-61954192201-58","ec-person-a9eda2e8ea54b70a968327672c6cada679d3cd56"]}} -{"id":"ec-meeting-2017-01-18-2a2dab45bfdad70cfd1e62967f13d3955b99286b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-18 - Cabinet of Vice-President Andrus Ansip x Novartis International AG"],"date":["2017-01-18"],"summary":["Data, e-health"],"notes":["Portfolio: Digital Single Market"],"location":["Davos"],"address":["Davos"],"addressEntity":["addr-e260b1b791f27abac6a4f7771a2401be6aee67a9"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-0f698e3a0cc0bd6a02e1bd386a25cedc1366f3f1","eu-tr-91269481588-28","ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0"]}} -{"id":"ec-meeting-2017-01-18-308bfbc87ed1c251747f1f0c109241969aa2b1a0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-18 - Cabinet of Vice-President Andrus Ansip x Nielsen Holdings"],"date":["2017-01-18"],"summary":["e-privacy directive review"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-5db7bdd1c81da2e70eb5b982097d0004111b5c3e","eu-tr-623769618353-56"]}} -{"id":"ec-meeting-2017-01-18-3b77b0e265f0800611691d7c48a6a4b4db796a3f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-18 - Cabinet of Commissioner Violeta Bulc x UPS Europe SRL/BV"],"date":["2017-01-18"],"summary":["Meeting with the President of UPS International, Jim Barber"],"notes":["Portfolio: Transport"],"location":["Davos"],"address":["Davos"],"addressEntity":["addr-e260b1b791f27abac6a4f7771a2401be6aee67a9"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-4d2b449b5047ea3fda435a2a1c1081e3babcdf76","ec-person-be830229e281863b280fbdedb9755116218a1b6d","eu-tr-07691616536-09"]}} -{"id":"ec-meeting-2017-01-18-402dd9813265f0f546b618552ca9f53078d72e35","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-18 - Cabinet of Commissioner Věra Jourová x The Internet Association"],"date":["2017-01-18"],"summary":["Privacy shield"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["eu-tr-534144219125-03","ec-person-184e698af1eb9e33b179680570ca171d8cb31c94"]}} -{"id":"ec-meeting-2017-01-18-4accfdae7d199165355c3bd77cbae1dc7bbd12c3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-18 - Cabinet of Vice-President Maroš Šefčovič x ENEL SpA"],"date":["2017-01-18"],"summary":["Energy Winter Package"],"notes":["Portfolio: Energy Union"],"location":["Davos"],"address":["Davos"],"addressEntity":["addr-e260b1b791f27abac6a4f7771a2401be6aee67a9"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-3bf48630444ace93d407e52eb880e64d480f75ce","ec-person-1f95be23689cd4ed0a26fe2980f760ccf2d55c1e","eu-tr-6256831207-27"]}} -{"id":"ec-meeting-2017-01-18-4c858d55f16c8aa4bda738becdb414bee250aad6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-18 - Cabinet of First Vice-President Frans Timmermans x BT Group plc"],"date":["2017-01-18"],"summary":["Outlook for the EU"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Davos"],"address":["Davos"],"addressEntity":["addr-e260b1b791f27abac6a4f7771a2401be6aee67a9"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["ec-person-966667b73d92624be9bb019c2baab7e52331b3d3","eu-tr-00919034091-89"]}} -{"id":"ec-meeting-2017-01-18-4f022e8ce673b22d74a39effd098eeadda1aa7a9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-18 - Cabinet of Commissioner Phil Hogan x ENTE NAZIONALE RISI"],"date":["2017-01-18"],"summary":["Issues related to the rice sector"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-c9d17d5879383b030f61a4066848249fb35d57e4","eu-tr-751285425198-76"]}} -{"id":"ec-meeting-2017-01-18-58ead1943533e345be7a2addd4b447a909bc576c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-18 - Cabinet of Vice-President Valdis Dombrovskis x S&P Global"],"date":["2017-01-18"],"summary":["sustainalbe finance; EU-US relations"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Davos"],"address":["Davos"],"addressEntity":["addr-e260b1b791f27abac6a4f7771a2401be6aee67a9"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-319148015141-55","ec-person-a9eda2e8ea54b70a968327672c6cada679d3cd56"]}} -{"id":"ec-meeting-2017-01-18-5eda43c695fc14cde01f79861420457dd4264ae5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-18 - Cabinet of Commissioner Pierre Moscovici x SUEZ Group"],"date":["2017-01-18"],"summary":["Economic outlook in France and Europe"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Davos"],"address":["Davos"],"addressEntity":["addr-e260b1b791f27abac6a4f7771a2401be6aee67a9"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["ec-person-3cbeba61ae952f06fe4916c381438ebbc676a597","eu-tr-27799842497-69"]}} -{"id":"ec-meeting-2017-01-18-686aeb6186aa388ff292936f848d58d61b051cd5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-18 - Cabinet of Vice-President Maroš Šefčovič x ArcelorMittal"],"date":["2017-01-18"],"summary":["ETS"],"notes":["Portfolio: Energy Union"],"location":["Davos"],"address":["Davos"],"addressEntity":["addr-e260b1b791f27abac6a4f7771a2401be6aee67a9"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-3bf48630444ace93d407e52eb880e64d480f75ce","eu-tr-23527541824-60","ec-person-1f95be23689cd4ed0a26fe2980f760ccf2d55c1e"]}} -{"id":"ec-meeting-2017-01-18-6b7b0d8e6dab7d36da6f7c4e502da64a7d1249a9","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2017-01-18 - Cabinet of Commissioner Phil Hogan x Union Européenne du Commerce du Bétail et des Métiers de la Viande"],"date":["2017-01-18"],"summary":["Issues related to the beef industry","Business discussion"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-400dd8d59d3060187d9b9b143d697da1a3d03c12","ec-person-c9d17d5879383b030f61a4066848249fb35d57e4","eu-tr-4422649896-52"]}} -{"id":"ec-meeting-2017-01-18-6dceedd1f56ed655ff8b4094e0e328c9a00f52d5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-18 - Cabinet of Vice-President Andrus Ansip x Telia Company AB"],"date":["2017-01-18"],"summary":["Roaming, 5G"],"notes":["Portfolio: Digital Single Market"],"location":["Davos"],"address":["Davos"],"addressEntity":["addr-e260b1b791f27abac6a4f7771a2401be6aee67a9"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-381805014604-45","ec-person-0f698e3a0cc0bd6a02e1bd386a25cedc1366f3f1","ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0"]}} -{"id":"ec-meeting-2017-01-18-75e3eb2031ad3fa58907d31cbe3d177e7510aa3b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-18 - Cabinet of Commissioner Violeta Bulc x Volvo AB"],"date":["2017-01-18"],"summary":["Meeting with Mr. Håkan Agnevall, Member of the Volvo Group Executive Management"],"notes":["Portfolio: Transport"],"location":["Davos"],"address":["Davos"],"addressEntity":["addr-e260b1b791f27abac6a4f7771a2401be6aee67a9"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-4d2b449b5047ea3fda435a2a1c1081e3babcdf76","ec-person-be830229e281863b280fbdedb9755116218a1b6d","eu-tr-51773601133-57"]}} -{"id":"ec-meeting-2017-01-18-7e5ffd81c2b68b2df998d5a2eaa25f1f47873248","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-18 - Cabinet of Commissioner Violeta Bulc x Studio Tomás Saraceno GmbH"],"date":["2017-01-18"],"summary":["Meeting with artist Tomas Saraceno, AEROCENE project on aerosolar flights and community engagement to envision the future"],"notes":["Portfolio: Transport"],"location":["Davos"],"address":["Davos"],"addressEntity":["addr-e260b1b791f27abac6a4f7771a2401be6aee67a9"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-4d2b449b5047ea3fda435a2a1c1081e3babcdf76","ec-person-be830229e281863b280fbdedb9755116218a1b6d","eu-tr-855101525467-43"]}} -{"id":"ec-meeting-2017-01-18-87a7ed6bf95fcdc8e30d39147d8552169a548859","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2017-01-18 - Cabinet of Commissioner Violeta Bulc x World Economic Forum"],"date":["2017-01-18"],"summary":["WEF session on Future of Urban and Autonomous Mobility","WEF session on Envisioning the Future of Travel"],"notes":["Portfolio: Transport"],"location":["Davos"],"address":["Davos"],"addressEntity":["addr-e260b1b791f27abac6a4f7771a2401be6aee67a9"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-4d2b449b5047ea3fda435a2a1c1081e3babcdf76","eu-tr-953426816942-83","ec-person-be830229e281863b280fbdedb9755116218a1b6d"]}} -{"id":"ec-meeting-2017-01-18-88e468600aeb7c9fa303b699fd638af8f856c68c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-18 - Financial Stability, Financial Services and Capital Markets Union x Institute of International Finance"],"date":["2017-01-18"],"summary":["Latest views on the completion of the Basel III reform measures, especially the output floor, given the postponement of the GHOS meeting,With the completion of the G20 agenda, to what extent global regulatory approach will become more regional and local, How this could impact cross-border supervision and relations between home/host regulators, Progress on European Banking Union, including the importance of EDIS"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-48714858158-06","ec-person-bdee7a93f95c8ef05079539170139b3c02e8ed96"]}} -{"id":"ec-meeting-2017-01-18-97c7dbc03d229e706a850fdfd44d64a0a35620ff","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-18 - Cabinet of Vice-President Valdis Dombrovskis x Institute of International Finance"],"date":["2017-01-18"],"summary":["financial and economic outlook for EU-US relations"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["World Economic Forum in Davos"],"address":["World Economic Forum in Davos"],"addressEntity":["addr-0714b52050ca49268aa4474da8e0851048dec002"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-48714858158-06","ec-person-a9eda2e8ea54b70a968327672c6cada679d3cd56"]}} -{"id":"ec-meeting-2017-01-18-9e6ed5c9cef6a765bdf34d70dca4b35ac90e8429","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-18 - Cabinet of Vice-President Johannes Hahn x Shaviv Strategy and Campaigns"],"date":["2017-01-18"],"summary":["Political discussion Montenegro"],"notes":["Portfolio: European Neighbourhood Policy & Enlargement Negotiations"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-hahn-johannes-of-president-vice"],"involved":["ec-person-1bd6315557d4f517e4fc1efe48b88b93ae820d5a","eu-tr-409244920140-89"]}} -{"id":"ec-meeting-2017-01-18-9f7d6aff2cc1d9e0b47926a45d30cd2789fdf569","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-18 - Internal Market, Industry, Entrepreneurship and SMEs x BUSINESSEUROPE"],"date":["2017-01-18"],"summary":["Exchange on policy files in GROW portfolio (industrial policy, services package, single digital gateway, geoblocking, SMIT, free movement of goods)"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-grow"],"involved":["eu-tr-3978240953-79","ec-person-60a3d0d628d231b41af1d0c65607b0fd78ca4edc"]}} -{"id":"ec-meeting-2017-01-18-a3677ae7dcb6287b7383b150ead8ce553a6f7ff6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-18 - Cabinet of Commissioner Vytenis Andriukaitis x ENTE NAZIONALE RISI"],"date":["2017-01-18"],"summary":["Tricyclazol"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-b9c3f19e7c5f216e3e508f931ddd6a9cb59376d1","eu-tr-751285425198-76"]}} -{"id":"ec-meeting-2017-01-18-a96e04deae8941134c9af640c8fd3d3efecb342e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-18 - Cabinet of Vice-President Günther Oettinger x World Economic Forum"],"date":["2017-01-18"],"summary":["WEF and EU policies"],"notes":["Portfolio: Budget & Human Resources"],"location":["Davos"],"address":["Davos"],"addressEntity":["addr-e260b1b791f27abac6a4f7771a2401be6aee67a9"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-953426816942-83","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2017-01-18-aa72c114a6630d4c57e98b5adc8052943030fdba","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-18 - Cabinet of Vice-President Andrus Ansip x Ahold Delhaize"],"date":["2017-01-18"],"summary":["Geoblocking, VAT, platforms"],"notes":["Portfolio: Digital Single Market"],"location":["Davos"],"address":["Davos"],"addressEntity":["addr-e260b1b791f27abac6a4f7771a2401be6aee67a9"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0","ec-person-0f698e3a0cc0bd6a02e1bd386a25cedc1366f3f1","eu-tr-914893310703-33"]}} -{"id":"ec-meeting-2017-01-18-aca577983694f1787c2da1607ec66cbafee158fd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-18 - Cabinet of Vice-President Andrus Ansip x Facebook Ireland Limited"],"date":["2017-01-18"],"summary":["Data, e-privacy, fake news"],"notes":["Portfolio: Digital Single Market"],"location":["Davos"],"address":["Davos"],"addressEntity":["addr-e260b1b791f27abac6a4f7771a2401be6aee67a9"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0","ec-person-0f698e3a0cc0bd6a02e1bd386a25cedc1366f3f1","eu-tr-28666427835-74"]}} -{"id":"ec-meeting-2017-01-18-b17550ac7228209193118c1441ef5cf0814a74d0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-18 - Cabinet of Commissioner Tibor Navracsics x Search for Common Ground"],"date":["2017-01-18"],"summary":["Virtual exchanges"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["eu-tr-809274824592-30","ec-person-1da7ee09d46288ee4ea9db2b644bdcf9c3d6d000"]}} -{"id":"ec-meeting-2017-01-18-b2c848a97e413a1794f347a609c7b01c3f4506db","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-18 - Cabinet of Commissioner Pierre Moscovici x The Brookings Institution"],"date":["2017-01-18"],"summary":["Economic and policy outlook in the US and Europe"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Davos"],"address":["Davos"],"addressEntity":["addr-e260b1b791f27abac6a4f7771a2401be6aee67a9"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["ec-person-3cbeba61ae952f06fe4916c381438ebbc676a597","eu-tr-177994617312-19"]}} -{"id":"ec-meeting-2017-01-18-b5d8f0bdd63a28a2261e5f4e8125c0e9448c1f4a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-18 - Cabinet of Commissioner Carlos Moedas x Microsoft Corporation"],"date":["2017-01-18"],"summary":["European Research Agenda"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Davos"],"address":["Davos"],"addressEntity":["addr-e260b1b791f27abac6a4f7771a2401be6aee67a9"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["eu-tr-0801162959-21","ec-person-2b4bb0b28e7435e5f612e44d9664dbd1051efc55","ec-person-23980b2bc4fd9c82051d0f7888dc236b2f764866"]}} -{"id":"ec-meeting-2017-01-18-b9cf2063d2aa3b76ccdfb0c8c8f056aa762037ae","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-18 - Cabinet of Vice-President Andrus Ansip x IBM Corporation"],"date":["2017-01-18"],"summary":["Copyright, data, text and data mining"],"notes":["Portfolio: Digital Single Market"],"location":["Davos"],"address":["Davos"],"addressEntity":["addr-e260b1b791f27abac6a4f7771a2401be6aee67a9"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-7721359944-96","ec-person-0f698e3a0cc0bd6a02e1bd386a25cedc1366f3f1","ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0"]}} -{"id":"ec-meeting-2017-01-18-bb07ab1a29570fd98d1ad62a7708d9b1df48ffe5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-18 - Cabinet of Vice-President Cecilia Malmström x Federation of the European Sporting Goods Industry"],"date":["2017-01-18"],"summary":["Implementation of the EU-Vietnam FTA, negotiations for an EU-Indonesia FTA"],"notes":["Portfolio: Trade"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-5d4088e1913284a765aed8445f448f6ff341f1b3","eu-tr-616677713667-62"]}} -{"id":"ec-meeting-2017-01-18-bb4b171a61dae2965b7bcb4aa778028cbf0ca89f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-18 - Cabinet of Vice-President Valdis Dombrovskis x MARSH & McLENNAN COMPANIES FRANCE"],"date":["2017-01-18"],"summary":["financial service industry, CMU, Cyber security insurance"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["World Economic Forum, Davos"],"address":["World Economic Forum, Davos"],"addressEntity":["addr-be0def58ae0be83110783a8f0e053685cbb7c03b"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-117683115792-20","ec-person-a9eda2e8ea54b70a968327672c6cada679d3cd56"]}} -{"id":"ec-meeting-2017-01-18-bc7f1ac3821a86f65b7083edbb095b530fdf9046","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-18 - Cabinet of Commissioner Tibor Navracsics x Broadcom"],"date":["2017-01-18"],"summary":["Digital skills and jobs"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Davos, Switzerland"],"address":["Davos, Switzerland"],"addressEntity":["addr-08640f22e8b61fe48904546ffc0e7b09fd6d6414"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-dc2e0fed0fdf39a6a3f3ad63355c5215599de9d1","eu-tr-240029014014-18"]}} -{"id":"ec-meeting-2017-01-18-c3048a14aacbfb00c48f0c7e91ca1ed2e070f3a9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-18 - Cabinet of First Vice-President Frans Timmermans x Foundation for an Open Society DOTS"],"date":["2017-01-18"],"summary":["Rule of Law, Migration"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Davos"],"address":["Davos"],"addressEntity":["addr-e260b1b791f27abac6a4f7771a2401be6aee67a9"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["ec-person-966667b73d92624be9bb019c2baab7e52331b3d3","eu-tr-632264216418-66"]}} -{"id":"ec-meeting-2017-01-18-c99e6182503dee03adf2ed153d7c7f0598e44bdc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-18 - Cabinet of First Vice-President Frans Timmermans x Ahold Delhaize"],"date":["2017-01-18"],"summary":["Better Regulation"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Davos"],"address":["Davos"],"addressEntity":["addr-e260b1b791f27abac6a4f7771a2401be6aee67a9"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["ec-person-966667b73d92624be9bb019c2baab7e52331b3d3","eu-tr-914893310703-33"]}} -{"id":"ec-meeting-2017-01-18-d5ea518cc87e67c73465ff712765b13a0eb9245b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-18 - Cabinet of Vice-President Günther Oettinger x MARSH & McLENNAN COMPANIES FRANCE"],"date":["2017-01-18"],"summary":["companies activities, in particular gender diversity"],"notes":["Portfolio: Budget & Human Resources"],"location":["Davos"],"address":["Davos"],"addressEntity":["addr-e260b1b791f27abac6a4f7771a2401be6aee67a9"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-117683115792-20","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2017-01-18-db7e38a80396638ef2376cc45f4359676a8c18ea","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-18 - Cabinet of Vice-President Valdis Dombrovskis x Standard Chartered"],"date":["2017-01-18"],"summary":["BCBS, CRR2, CRD5"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["World Economic Forum, Davos"],"address":["World Economic Forum, Davos"],"addressEntity":["addr-be0def58ae0be83110783a8f0e053685cbb7c03b"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-16595501800-80","ec-person-a9eda2e8ea54b70a968327672c6cada679d3cd56"]}} -{"id":"ec-meeting-2017-01-18-f231d7d1ee27a98b8a2f33aa88417da68d18fb80","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-18 - Cabinet of Vice-President Maroš Šefčovič x Chevron Belgium BV"],"date":["2017-01-18"],"summary":["EU-US relations"],"notes":["Portfolio: Energy Union"],"location":["Davos"],"address":["Davos"],"addressEntity":["addr-e260b1b791f27abac6a4f7771a2401be6aee67a9"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-3bf48630444ace93d407e52eb880e64d480f75ce","ec-person-1f95be23689cd4ed0a26fe2980f760ccf2d55c1e","eu-tr-09981988815-02"]}} -{"id":"ec-meeting-2017-01-18-fae853e8e6d11ddc94f3c2d17f338057e0b304c8","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2017-01-18 - Cabinet of First Vice-President Frans Timmermans x World Economic Forum"],"date":["2017-01-18"],"summary":["Outlook for the EU","Circular Economy, Sustainable Development"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Davos"],"address":["Davos"],"addressEntity":["addr-e260b1b791f27abac6a4f7771a2401be6aee67a9"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-953426816942-83","ec-person-966667b73d92624be9bb019c2baab7e52331b3d3"]}} -{"id":"ec-meeting-2017-01-18-fba80e21f9a71e6576db0824fbd9fa5096044533","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-18 - Cabinet of Commissioner Carlos Moedas x World Economic Forum"],"date":["2017-01-18"],"summary":["Research & Innovation"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Davos"],"address":["Davos"],"addressEntity":["addr-e260b1b791f27abac6a4f7771a2401be6aee67a9"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-2b4bb0b28e7435e5f612e44d9664dbd1051efc55","ec-person-23980b2bc4fd9c82051d0f7888dc236b2f764866","eu-tr-953426816942-83"]}} -{"id":"ec-meeting-2017-01-19-0fec43e26d763bc40fed0dfc759df9b19afdab65","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-19 - Cabinet of Commissioner Pierre Moscovici x Open Society European Policy Institute"],"date":["2017-01-19"],"summary":["Economic and policy outlook in the US and Europe"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Davos"],"address":["Davos"],"addressEntity":["addr-e260b1b791f27abac6a4f7771a2401be6aee67a9"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["ec-person-3cbeba61ae952f06fe4916c381438ebbc676a597","eu-tr-8557515321-37"]}} -{"id":"ec-meeting-2017-01-19-22893d7706f219543f94ac855f7b8da03e1d0d66","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-19 - Environment x ASOCIACIÓN PAISAJE LIMPIO"],"date":["2017-01-19"],"summary":["Waste, marine litter"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-env"],"involved":["eu-tr-196437725365-79","ec-person-3bc74ce04ea3f4ab4d91a5c88eef25b8b8a213b4"]}} -{"id":"ec-meeting-2017-01-19-255ba08579e11bb6f06a381bf2fc3054021086de","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-19 - Cabinet of Vice-President Neven Mimica x World Vision Brussels & EU Representation ivzw/aisbl"],"date":["2017-01-19"],"summary":["Exchange of views on the World Vision's new global campaign on violence against children; joint organisation of an event on preventing violence against girls"],"notes":["Portfolio: International Cooperation & Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-mimica-neven-of-president-vice"],"involved":["eu-tr-64689102746-48","ec-person-b187f3955c71d2e1daa48e02fd0a09ab7c6f6098"]}} -{"id":"ec-meeting-2017-01-19-2aaf9ac43b31d9249595ef7ae35a801201b93529","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-19 - Cabinet of Vice-President Andrus Ansip x Spotify"],"date":["2017-01-19"],"summary":["Online platforms"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-365747616583-15","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45"]}} -{"id":"ec-meeting-2017-01-19-2d10bd370be0773259a5d8ae78d7b6f30bfe288b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-19 - Cabinet of Commissioner Violeta Bulc x Women Political Leaders"],"date":["2017-01-19"],"summary":["WIP/CWWL Women Political Leaders Breakfast"],"notes":["Portfolio: Transport"],"location":["Davos"],"address":["Davos"],"addressEntity":["addr-e260b1b791f27abac6a4f7771a2401be6aee67a9"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-419508817229-68","ec-person-4d2b449b5047ea3fda435a2a1c1081e3babcdf76","ec-person-be830229e281863b280fbdedb9755116218a1b6d"]}} -{"id":"ec-meeting-2017-01-19-2f7bbf599e3ba5404ac34a73b040ec43d4ad4ea4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-19 - Cabinet of Commissioner Carlos Moedas x Aarhus University"],"date":["2017-01-19"],"summary":["International cooperation in the framework of H2020"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-f7ccc3ad366dd2fdb24870e1c02ff2763539c82f","eu-tr-62420437302-96"]}} -{"id":"ec-meeting-2017-01-19-41ad54103b0ba0ef3f7d0235c2eefdc4041482ff","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-19 - Cabinet of Vice-President Karmenu Vella x RELOOP"],"date":["2017-01-19"],"summary":["Circular Economy"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["ec-person-98899253aaaa8e936aec841aef4a31c3573bbfad","eu-tr-919004519967-94","ec-person-0e3efd8bc1c3ee9a80205d0bb78f316fa1621e5d"]}} -{"id":"ec-meeting-2017-01-19-472448044ac58c55421682bb01ece65a3ba3796a","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2017-01-19 - Cabinet of Vice-President Miguel Arias Cañete x CNH Industrial"],"date":["2017-01-19"],"summary":["Dossier C02","Decarbonisation of transport"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-365066616991-22","ec-person-25a937c04cd0a0ddcf5cf34798e76b5105854114"]}} -{"id":"ec-meeting-2017-01-19-597ed27071473d8f879dc7b27a14c3902c683b76","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-19 - Cabinet of Commissioner Pierre Moscovici x ArcelorMittal"],"date":["2017-01-19"],"summary":["European and global economic outlook"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["davos"],"address":["davos"],"addressEntity":["addr-f18e070b1be16f82de459b112e65e1824913d909"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["ec-person-3cbeba61ae952f06fe4916c381438ebbc676a597","eu-tr-23527541824-60"]}} -{"id":"ec-meeting-2017-01-19-5b9741f5682ec5f4e49da5e4bfd1f7e582b7801f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-19 - Cabinet of Vice-President Andrus Ansip x AT&T, Inc."],"date":["2017-01-19"],"summary":["Connections, data, 5G"],"notes":["Portfolio: Digital Single Market"],"location":["Davos"],"address":["Davos"],"addressEntity":["addr-e260b1b791f27abac6a4f7771a2401be6aee67a9"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0","ec-person-0f698e3a0cc0bd6a02e1bd386a25cedc1366f3f1","eu-tr-92442218459-37"]}} -{"id":"ec-meeting-2017-01-19-60a2dfd9942240b044cf60fe687111df4595b27f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-19 - Cabinet of Commissioner Pierre Moscovici x LA POSTE"],"date":["2017-01-19"],"summary":["General discussion"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["ec-person-65dc27d23fc09897737b542cc467ea714012d0f1","eu-tr-01890906437-84"]}} -{"id":"ec-meeting-2017-01-19-714c8925e49dba52482d67cd41543dd140cefe95","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-19 - Economic and Financial Affairs x Japan Center for International Finance"],"date":["2017-01-19"],"summary":["Economic implications of Brexit; situation in the banking and financial markets; structural reform for growth"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-ecfin"],"involved":["ec-person-9b398cc97951266670f91bef34ea37df7380eef9","eu-tr-315700115871-41"]}} -{"id":"ec-meeting-2017-01-19-71db8b83703dd8f7f4832e7b95c845af80519642","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-19 - Cabinet of Vice-President Andrus Ansip x World Economic Forum"],"date":["2017-01-19"],"summary":["Courtesy visit with Prof. Klaus Schwab"],"notes":["Portfolio: Digital Single Market"],"location":["Davos"],"address":["Davos"],"addressEntity":["addr-e260b1b791f27abac6a4f7771a2401be6aee67a9"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-953426816942-83","ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0"]}} -{"id":"ec-meeting-2017-01-19-731ad01b40dc8276d4d41631dbf5b6376243d6d5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-19 - Cabinet of Vice-President Valdis Dombrovskis x Bloomberg L.P."],"date":["2017-01-19"],"summary":["EU economy"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["World Economic Forum, Davos"],"address":["World Economic Forum, Davos"],"addressEntity":["addr-be0def58ae0be83110783a8f0e053685cbb7c03b"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-272910022778-05","ec-person-a9eda2e8ea54b70a968327672c6cada679d3cd56"]}} -{"id":"ec-meeting-2017-01-19-773440a48e2719f6406722f2187ef4be2ea81e38","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-19 - Cabinet of First Vice-President Frans Timmermans x Equinet - the European Network of Equality Bodies"],"date":["2017-01-19"],"summary":["Equality policies"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["ec-person-7a0c440119cd5d547eceebb055c79b8bb41bf9a2","eu-tr-718971811339-46"]}} -{"id":"ec-meeting-2017-01-19-78835cb6a541fcded31b328bb011735f50ce1b31","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-19 - Cabinet of Vice-President Jyrki Katainen x Peterson Institute for International Economics"],"date":["2017-01-19"],"summary":["Outlook for the Transatlantic economy"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90","ec-person-7c9460f99c5872dbdc561f5752401c870d12e98b","eu-tr-513347117795-30"]}} -{"id":"ec-meeting-2017-01-19-790b8ee8ba548c7751516d1bf12e939d998a119c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-19 - Cabinet of Vice-President Valdis Dombrovskis x Intercontinental Exchange, Inc."],"date":["2017-01-19"],"summary":["EMIR; CCP; Financial Stability; CMU"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Davos"],"address":["Davos"],"addressEntity":["addr-e260b1b791f27abac6a4f7771a2401be6aee67a9"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-141041215133-83","ec-person-a9eda2e8ea54b70a968327672c6cada679d3cd56"]}} -{"id":"ec-meeting-2017-01-19-87a7ed6bf95fcdc8e30d39147d8552169a548859","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2017-01-19 - Cabinet of Commissioner Violeta Bulc x World Economic Forum"],"date":["2017-01-19"],"summary":["WEF Lunch Session on New Realities: A New Europe?","WEF Workshop entitled \"Shifting gears to driverless\"","WEF Boardroom Discussion on Multilateral EU-KSC: Multilateral meeting between representatives of the EU institutions and Prof. Klaus Schwab","WEF Dinner on Mobility System Community","WEF Boardroom Discussion on Mobility System Stewards Meeting","WEF Session The Power of Platforms"],"notes":["Portfolio: Transport"],"location":["Davos"],"address":["Davos"],"addressEntity":["addr-e260b1b791f27abac6a4f7771a2401be6aee67a9"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-4d2b449b5047ea3fda435a2a1c1081e3babcdf76","ec-person-be830229e281863b280fbdedb9755116218a1b6d","eu-tr-953426816942-83"]}} -{"id":"ec-meeting-2017-01-19-94766725a37cb10baa2634bd3ac846aacd32f9a9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-19 - Health and Food Safety x European Medical Students’ Association"],"date":["2017-01-19"],"summary":["To disccus; - European Solidarity Corps - AMR - Standardisation of Healthcare - Vaccination (interprofessional collaboration) - Patient Empowerment"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-sante"],"involved":["eu-tr-631025116128-79","ec-person-3c7fdbe0c1c235777d916309465339b7ed1666f6"]}} -{"id":"ec-meeting-2017-01-19-962bf4f476f4c1847afb7509a11b457abf5f23e5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-19 - Cabinet of Commissioner Pierre Moscovici x New York University"],"date":["2017-01-19"],"summary":["Economic and policy outlook in the US and Europe"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Davos"],"address":["Davos"],"addressEntity":["addr-e260b1b791f27abac6a4f7771a2401be6aee67a9"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["ec-person-3cbeba61ae952f06fe4916c381438ebbc676a597","eu-tr-730203125439-60"]}} -{"id":"ec-meeting-2017-01-19-9cd11bd0bb20bd02e73f48940bc1c628e672bd58","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-19 - Cabinet of Commissioner Pierre Moscovici x Peterson Institute for International Economics"],"date":["2017-01-19"],"summary":["Echnages of views on the economic outlook in 2017"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Brussels, Berlaymont"],"address":["Brussels, Berlaymont"],"addressEntity":["addr-2d842da4e8cf3dbd0304d45e6b874d5f0aa57edf"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["ec-person-65dc27d23fc09897737b542cc467ea714012d0f1","eu-tr-513347117795-30"]}} -{"id":"ec-meeting-2017-01-19-a9c444d40ae392083303e050714a123018379ba6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-19 - Cabinet of Vice-President Miguel Arias Cañete x Stichting European Climate Foundation"],"date":["2017-01-19"],"summary":["Clean Energy Package + EE"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-64869491516-70","ec-person-25a937c04cd0a0ddcf5cf34798e76b5105854114"]}} -{"id":"ec-meeting-2017-01-19-b4b480abdb590d7db68b025eacdace5a02ed62f3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-19 - Cabinet of Commissioner Carlos Moedas x Web Summit"],"date":["2017-01-19"],"summary":["European Innovation Council"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Davos"],"address":["Davos"],"addressEntity":["addr-e260b1b791f27abac6a4f7771a2401be6aee67a9"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-2b4bb0b28e7435e5f612e44d9664dbd1051efc55","ec-person-23980b2bc4fd9c82051d0f7888dc236b2f764866","eu-tr-676626525503-62"]}} -{"id":"ec-meeting-2017-01-19-bd750b08add9837e1b81132a8209df497b387e22","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-19 - Cabinet of Vice-President Maroš Šefčovič x Industriegewerkschaft Metall"],"date":["2017-01-19"],"summary":["Clean Energy for All Europeans - Package; CWP 2017"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-757195013270-80","ec-person-2be517b9261a91f2f07e05ec14c6331980e9716e"]}} -{"id":"ec-meeting-2017-01-19-be6a71f53fe758b9663cc185e7f992b7d387c38b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-19 - Competition x Bonelli Erede Lombardi Pappalardo Studio Legale"],"date":["2017-01-19"],"summary":["Discussion in the context of GCLC conference"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-comp"],"involved":["ec-person-8600a621c9aef12fc33b708e13b3cd3d5fa5696b","eu-tr-205283422093-55"]}} -{"id":"ec-meeting-2017-01-19-bea1363ea9d3ff47c37974f1d53d4bf401c69321","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-19 - Cabinet of Commissioner Tibor Navracsics x Opel Automobile GmbH"],"date":["2017-01-19"],"summary":["Education and training of refugees"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Davos, Switzerland"],"address":["Davos, Switzerland"],"addressEntity":["addr-08640f22e8b61fe48904546ffc0e7b09fd6d6414"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-dc2e0fed0fdf39a6a3f3ad63355c5215599de9d1","eu-tr-6781451805-03"]}} -{"id":"ec-meeting-2017-01-19-c47814eaf1d5ac085d143d472d3709e940a0bd83","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-19 - Cabinet of Vice-President Karmenu Vella x Organización de Productores Asociados de Grandes Atuneros Congeladores Organización de Productores de Túnidos Congelados Organisation des producteurs de thon tropical congelé et surgelé"],"date":["2017-01-19"],"summary":["ocean governance, Sustainable Fisheries Partnership Agreements, Indian Ocean"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["eu-tr-083576923714-35","ec-person-2966d69fae0ea4e67f3f2df5a743cc766267d3c8","eu-tr-96665582234-88","ec-person-0e3efd8bc1c3ee9a80205d0bb78f316fa1621e5d","eu-tr-425944311491-86"]}} -{"id":"ec-meeting-2017-01-19-e2feaa2aaa94c4e11af5c158d7a25e16309e7578","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-19 - Cabinet of Vice-President Jyrki Katainen x Momentive Performance Materials GmbH WACKER CHEMIE AG Dow Europe GmbH"],"date":["2017-01-19"],"summary":["D4"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-895668023124-22","eu-tr-036915715533-64","ec-person-0da85dc48012e26688310a59a0b51727ea68f410","eu-tr-38235121060-73"]}} -{"id":"ec-meeting-2017-01-19-e48f05e34100bd050c2635a4d8ba373f971d3d0c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-19 - Cabinet of Vice-President Maroš Šefčovič x RWE AG"],"date":["2017-01-19"],"summary":["Energy Winter Package"],"notes":["Portfolio: Energy Union"],"location":["Davos"],"address":["Davos"],"addressEntity":["addr-e260b1b791f27abac6a4f7771a2401be6aee67a9"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-77608353460-77","ec-person-3bf48630444ace93d407e52eb880e64d480f75ce","ec-person-1f95be23689cd4ed0a26fe2980f760ccf2d55c1e"]}} -{"id":"ec-meeting-2017-01-19-e4dd342fe56ca6f9ef249c58058999bcb5de3fe2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-19 - Cabinet of President Jean-Claude Juncker x Stichting European Climate Foundation"],"date":["2017-01-19"],"summary":["Energy Union, Climate Action & Investment"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-b1bf9aa5fb7e886441ff341b657cc482b64a2a3e","eu-tr-64869491516-70"]}} -{"id":"ec-meeting-2017-01-19-e6d89fd0c4d83d5ed9dc429ad1b38b92900ca6b2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-19 - Cabinet of Vice-President Cecilia Malmström x Consortium for Imports of Hot-Rolled Flats"],"date":["2017-01-19"],"summary":["Anti-dumping duty on steel"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-20ded9db5df11164331bb161fdf234b1e5ad53fd","eu-tr-933453325369-91"]}} -{"id":"ec-meeting-2017-01-19-f3e13f74eda0eea7e468c81793fc6b1f1390dc8f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-19 - Cabinet of President Jean-Claude Juncker x CNC - Communications & Network Consulting AG"],"date":["2017-01-19"],"summary":["Digital Single Market"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-44a061693f35519551be0e3dab996e76ad3f8c7c","eu-tr-41870286144-59"]}} -{"id":"ec-meeting-2017-01-19-f93256abf8d780e77a1390d6c94aceeb62d2c258","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-19 - Cabinet of Commissioner Phil Hogan x DuPont de Nemours International SARL"],"date":["2017-01-19"],"summary":["Bio Fuels"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-3181166932-58","ec-person-ff8342dedc26701400fcb7dcf73fbee50a837ac6"]}} -{"id":"ec-meeting-2017-01-19-ff3e43d5c961396b6dbd64ad0fb3cc60c9263db2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-19 - Cabinet of Commissioner Violeta Bulc x The Boston Consulting Group GmbH"],"date":["2017-01-19"],"summary":["Meeting with Mr Mike Schwartz, Partner, Managing Director and Head of Asia, BCG Digital Ventures"],"notes":["Portfolio: Transport"],"location":["Davos"],"address":["Davos"],"addressEntity":["addr-e260b1b791f27abac6a4f7771a2401be6aee67a9"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-909134419998-84","ec-person-be830229e281863b280fbdedb9755116218a1b6d"]}} -{"id":"ec-meeting-2017-01-19-fff8e8c3c668e821f74cda44d4afce64f1882d49","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-19 - Cabinet of Vice-President Maroš Šefčovič x Lufthansa Group"],"date":["2017-01-19"],"summary":["Aviation Strategy"],"notes":["Portfolio: Energy Union"],"location":["Davos"],"address":["Davos"],"addressEntity":["addr-e260b1b791f27abac6a4f7771a2401be6aee67a9"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-3bf48630444ace93d407e52eb880e64d480f75ce","eu-tr-0714344663-32","ec-person-1f95be23689cd4ed0a26fe2980f760ccf2d55c1e"]}} -{"id":"ec-meeting-2017-01-20-03bc501def36c80731ab5e048d7b9db1b33b5a0b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-20 - Cabinet of Commissioner Pierre Moscovici x EUROPEAN TRADE UNION CONFEDERATION"],"date":["2017-01-20"],"summary":["European economic and social policy"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Davos"],"address":["Davos"],"addressEntity":["addr-e260b1b791f27abac6a4f7771a2401be6aee67a9"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["ec-person-3cbeba61ae952f06fe4916c381438ebbc676a597","eu-tr-06698681039-26"]}} -{"id":"ec-meeting-2017-01-20-0dbcd99687441fb1d8762aeadd62a47358d8d206","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-20 - Cabinet of Commissioner Pierre Moscovici x S&P Global"],"date":["2017-01-20"],"summary":["Economic and policy outlook in the US and Europe"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Davos"],"address":["Davos"],"addressEntity":["addr-e260b1b791f27abac6a4f7771a2401be6aee67a9"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["eu-tr-319148015141-55","ec-person-3cbeba61ae952f06fe4916c381438ebbc676a597"]}} -{"id":"ec-meeting-2017-01-20-124b7a91d9d2ff1b19f7d592332e0e8e8eb317d5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-20 - Cabinet of Commissioner Carlos Moedas x BT Group plc"],"date":["2017-01-20"],"summary":["BT presenting their approach to innovation and R&D"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-01051f0f33bfdc2ecc41873c02cae666c5e0d099","eu-tr-00919034091-89"]}} -{"id":"ec-meeting-2017-01-20-2e718b5eb6bc2b3d6b1502e6074792d3784074e1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-20 - Cabinet of Vice-President Andrus Ansip x BT Group plc"],"date":["2017-01-20"],"summary":["UK and EU electronic communications review"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-666bc159c7e65a3af9e63c1e97435c02f1496955","eu-tr-00919034091-89"]}} -{"id":"ec-meeting-2017-01-20-3a15f042e0ba5028d091982b09d8f7f417dad63c","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2017-01-20 - Cabinet of Commissioner Christos Stylianides x Save the Children International"],"date":["2017-01-20"],"summary":["education in emergencies - grand bargain Yemen and Nigeria","Education in Emergencies, Grand Bargain, Yemen, Nigeria"],"notes":["Portfolio: Humanitarian Aid & Crisis Management"],"location":["berlaymont","Brussels"],"address":["berlaymont","Brussels"],"addressEntity":["addr-e2031099ac69651b683d551b7a3471daf1b3a638","addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-christos-commissioner-of-stylianides"],"involved":["eu-tr-11610562644-55","ec-person-08c677aa002baa9f95be8a2d0aa3b89875e2badf","ec-person-6f08c893ea685f6d5f50c2c6e373f294e3616698"]}} -{"id":"ec-meeting-2017-01-20-4b5e7af62c86f0bf891a65327dd57d135067e36a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-20 - Directorate-General for International Partnerships x Save the Children International"],"date":["2017-01-20"],"summary":["Opportunities for Partnership"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-intpa"],"involved":["eu-tr-11610562644-55","ec-person-05c4477b89b93e7969f12d89b38f77fedce5876f"]}} -{"id":"ec-meeting-2017-01-20-60f0e7e7b2a8c736050b87bc57e91abb296f87ae","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-20 - Cabinet of Commissioner Marianne Thyssen x Council of European Employers of the Metal, Engineering and Technology-based Industries"],"date":["2017-01-20"],"summary":["Pillar of Social Rights and New Skills Agenda"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["ec-person-c508e9337eca6b067c1f966b82de49c4824a3ad0","eu-tr-61370904700-45"]}} -{"id":"ec-meeting-2017-01-20-648b039e232c6a1c72942099f4972429ae43589b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-20 - Environment x European Association Automotive Suppliers"],"date":["2017-01-20"],"summary":["Circular Economy Package, Sustainable Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-env"],"involved":["eu-tr-91408765797-03","ec-person-3bc74ce04ea3f4ab4d91a5c88eef25b8b8a213b4"]}} -{"id":"ec-meeting-2017-01-20-693b98ad41346f55e4e95c1b1329dbc66525dbce","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-20 - Cabinet of President Jean-Claude Juncker x Centre for European Reform"],"date":["2017-01-20"],"summary":["Current EU policy issues"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-524976815651-12","ec-person-80c6995ad1cd6aefa72f1bf440b17b6d8c6dd4b8"]}} -{"id":"ec-meeting-2017-01-20-73d05d68f95c9a8c97fa544d4ea9b2c8cc6e8eb9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-20 - Environment x European Environmental Bureau"],"date":["2017-01-20"],"summary":["Water, Life, REACH, Aarhus Convention"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-env"],"involved":["eu-tr-06798511314-27","ec-person-3bc74ce04ea3f4ab4d91a5c88eef25b8b8a213b4"]}} -{"id":"ec-meeting-2017-01-20-75041fda97b85cc0a938e018268ef38baefe4ee4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-20 - Cabinet of Commissioner Tibor Navracsics x JA Europe"],"date":["2017-01-20"],"summary":["Entrepreneurship"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-1da7ee09d46288ee4ea9db2b644bdcf9c3d6d000","eu-tr-640075618084-13"]}} -{"id":"ec-meeting-2017-01-20-924972ec99bd4b1d9901c472ebfed4cc53a0d50b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-20 - Cabinet of Commissioner Pierre Moscovici x Save the Children International"],"date":["2017-01-20"],"summary":["European economic and social policies; activities of Save the Children"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Davos"],"address":["Davos"],"addressEntity":["addr-e260b1b791f27abac6a4f7771a2401be6aee67a9"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["ec-person-3cbeba61ae952f06fe4916c381438ebbc676a597","eu-tr-11610562644-55"]}} -{"id":"ec-meeting-2017-01-20-c3b02c9dffd429e36e8d41fe50e9f237fd447a4f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-20 - Cabinet of Vice-President Valdis Dombrovskis x Citigroup Inc."],"date":["2017-01-20"],"summary":["CRD5 and CMU priorities"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Davos"],"address":["Davos"],"addressEntity":["addr-e260b1b791f27abac6a4f7771a2401be6aee67a9"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-00353757573-57","ec-person-a9eda2e8ea54b70a968327672c6cada679d3cd56"]}} -{"id":"ec-meeting-2017-01-20-c7495f1b8c8d5a9ae9f7856890707e010581ccc4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-20 - Cabinet of Vice-President Valdis Dombrovskis x Insurance Europe"],"date":["2017-01-20"],"summary":["CMU, Solvency II, Private Pensions, PRIIPs"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-eec82261c60167b261e56ad1e2bfb4c482db6191","eu-tr-33213703459-54"]}} -{"id":"ec-meeting-2017-01-20-ed415fcac27ed2ac66f4864cdb89bc55cfea395e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-20 - Cabinet of Commissioner Carlos Moedas x Transatlantic Institute"],"date":["2017-01-20"],"summary":["Science Diplomacy and S&T cooperation EU-Israel"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-f7ccc3ad366dd2fdb24870e1c02ff2763539c82f","eu-tr-95713206856-14"]}} -{"id":"ec-meeting-2017-01-20-f4c6c693487455a87b8ec1c88c6b2d5def1d94bc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-20 - Cabinet of Commissioner Marianne Thyssen x Social Economy Europe"],"date":["2017-01-20"],"summary":["Social economy in Europe"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["eu-tr-078855521139-42","ec-person-c508e9337eca6b067c1f966b82de49c4824a3ad0"]}} -{"id":"ec-meeting-2017-01-23-0321811ecddc6dcd0eb7816f18b010e7d2841f51","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-23 - Cabinet of Commissioner Dimitris Avramopoulos x Symantec Corporation"],"date":["2017-01-23"],"summary":["Digital Evidence"],"notes":["Portfolio: Migration, Home Affairs and Citizenship"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-avramopoulos-cabinet-commissioner-dimitris-of"],"involved":["ec-person-57d09145ba24f5738cdde61edf14f741cb547675","eu-tr-3612325809-89"]}} -{"id":"ec-meeting-2017-01-23-0d006522cd7beca3c80cad39500c21474f16b768","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-23 - Cabinet of Commissioner Julian King x Kaspersky"],"date":["2017-01-23"],"summary":["Cybersecurity"],"notes":["Portfolio: Security Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-julian-king-of"],"involved":["ec-person-5b22be4333936d6e9e2067397c048a016c117d67","eu-tr-119828415703-30"]}} -{"id":"ec-meeting-2017-01-23-0da2604cf9f40fdeb4f1cc5b32ca7dd8852c60a7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-23 - Cabinet of Vice-President Jyrki Katainen x Airbus"],"date":["2017-01-23"],"summary":["Challenges of the data economy and the digitisation of industry in the aerospace sector"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-2732167674-76","ec-person-81b1dda49062e5dac42bdad9273fa72968a2c325"]}} -{"id":"ec-meeting-2017-01-23-15d1889f7f6bd3dab82eac08e561a5af2e631226","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-23 - Energy x KIC InnoEnergy SE"],"date":["2017-01-23"],"summary":["Innovation and the Clean Energy for All Europeans Package"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["ec-person-6997149120ce5129e38febe5275dc8fd03232d2e","eu-tr-462849021886-85"]}} -{"id":"ec-meeting-2017-01-23-367c480f131a95975fa4386d43b7263979330e8c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-23 - Cabinet of Vice-President Valdis Dombrovskis x Stichting Lezen & Schrijven"],"date":["2017-01-23"],"summary":["New Skills agenda"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-1f98d05bdaed2c40396781b1eb7b0aa47cb8dd20","eu-tr-658822313443-95","ec-person-a9eda2e8ea54b70a968327672c6cada679d3cd56"]}} -{"id":"ec-meeting-2017-01-23-392cfcfe7f00291f96c7f70be21829fb94c00780","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-23 - Financial Stability, Financial Services and Capital Markets Union x France Fintech"],"date":["2017-01-23"],"summary":["FinTech"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["ec-person-bdee7a93f95c8ef05079539170139b3c02e8ed96","eu-tr-558033019306-41"]}} -{"id":"ec-meeting-2017-01-23-59685e7aadd2a08ccf2c900f67acd8c952504246","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-23 - Environment x Orgalim – Europe's Technology Industries"],"date":["2017-01-23"],"summary":["Waste"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-env"],"involved":["eu-tr-20210641335-88","ec-person-3bc74ce04ea3f4ab4d91a5c88eef25b8b8a213b4"]}} -{"id":"ec-meeting-2017-01-23-6461bbe03b056fa0ef179a1dc89a195bd1a0e63a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-23 - Financial Stability, Financial Services and Capital Markets Union x Intercontinental Exchange, Inc."],"date":["2017-01-23"],"summary":["•\tCall for evidence with a focus on EMIR review, Reporting requirements,•\tFSB and CPMI-IOSCO work on international level mainly resolution of CCP R&R, EU CCP R&R consistency"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-141041215133-83","ec-person-bdee7a93f95c8ef05079539170139b3c02e8ed96"]}} -{"id":"ec-meeting-2017-01-23-7b3cc009909185df32c394b1d63ab6b08b33910b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-23 - Energy x Orgalim – Europe's Technology Industries"],"date":["2017-01-23"],"summary":["Clean Energy for All Europeans Package"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-20210641335-88","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2017-01-23-85faf0e86a2d9fdb380504c10e284db4bcb80ab3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-23 - Cabinet of Commissioner Tibor Navracsics x European Festivals Association"],"date":["2017-01-23"],"summary":["Preparation of Roundtable"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-fa3187815cf956b0872e1668e14548b7d9f7ce93","eu-tr-434027116304-07"]}} -{"id":"ec-meeting-2017-01-23-9def0eda7a72ae7c33be32f8c87209a0f1ff3303","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-23 - Cabinet of Vice-President Maroš Šefčovič x Climate-KIC Holding BV"],"date":["2017-01-23"],"summary":["Innoenergy contribution to Energy Union"],"notes":["Portfolio: Energy Union"],"location":["Bxl"],"address":["Bxl"],"addressEntity":["addr-a93f951e252491eb62958a26858415dd581a71e0"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-948333125186-06","ec-person-9f6823821fe68d82e9b9dbe81181ecacb0265d94"]}} -{"id":"ec-meeting-2017-01-23-ac6568aac1fa53fc984379dc9dc3a4197cd132e8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-23 - Cabinet of Vice-President Jyrki Katainen x Noble Energy"],"date":["2017-01-23"],"summary":["Business development in Eastern Mediterranean"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-780006923352-88","ec-person-7c9460f99c5872dbdc561f5752401c870d12e98b"]}} -{"id":"ec-meeting-2017-01-23-d35422061a3466b20b65ff55ac006665a4205667","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-23 - Cabinet of Commissioner Tibor Navracsics x Deutsche Telekom"],"date":["2017-01-23"],"summary":["Digital Single Market/copyright"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-49f31dad10f5641cb1d1e4c3107dd838389e8120","ec-person-881310bbb4e54ac96753b80bbdc9b1994cfbf136","eu-tr-60052162589-72"]}} -{"id":"ec-meeting-2017-01-23-d7fb89adbd4baa5c3ea27f2656868eb347b1b256","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-23 - Cabinet of Vice-President Maroš Šefčovič x The German Marshall Fund of the United States - The Transatlantic Foundation"],"date":["2017-01-23"],"summary":["Preparation GMF Brussels Forum March 2017"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-3bf48630444ace93d407e52eb880e64d480f75ce","eu-tr-823171519707-31"]}} -{"id":"ec-meeting-2017-01-23-e0d60b742c89a707c1570dc97ec0970c6eb590ba","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-23 - Cabinet of Vice-President Andrus Ansip x EUROPEAN HOTEL FORUM"],"date":["2017-01-23"],"summary":["Platforms"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-621875521401-70","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45","ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0"]}} -{"id":"ec-meeting-2017-01-23-ebf425fb8a8d0740b4f12dfd1a1b45d19e5b277b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-23 - Cabinet of Commissioner Carlos Moedas x Faculdade de Ciências da Universidade de Lisboa"],"date":["2017-01-23"],"summary":["Research and Education"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["eu-tr-103316717831-58","ec-person-a45151b401196e9c374c9acdada9d8840da271ad","ec-person-23980b2bc4fd9c82051d0f7888dc236b2f764866"]}} -{"id":"ec-meeting-2017-01-23-f49d4fe57dd150e5aaae2b3eb022f83b0803d864","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-23 - Energy x Mitsubishi Power Europe GmbH"],"date":["2017-01-23"],"summary":["Clean Energy for All Europeans Package"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-997484720855-72","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2017-01-24-03a7a95816bb34f08ce9e545e871da6c4a394f8c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-24 - Cabinet of Commissioner Margrethe Vestager x Confederation of Danish Employers"],"date":["2017-01-24"],"summary":["EU Current Affairs"],"notes":["Portfolio: Competition"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-margrethe-of-vestager"],"involved":["eu-tr-11503381325-76","ec-person-baa1c172df109ebd1f0307bccb5e21aec66c7a25"]}} -{"id":"ec-meeting-2017-01-24-1d08f433412d4115582fa97904879732696d971d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-24 - Cabinet of Vice-President Neven Mimica x Women Political Leaders"],"date":["2017-01-24"],"summary":["Land rights and gender equality in general"],"notes":["Portfolio: International Cooperation & Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-mimica-neven-of-president-vice"],"involved":["ec-person-b187f3955c71d2e1daa48e02fd0a09ab7c6f6098","ec-person-e90858f5aba78fd0e1cb2f757c3f38d55d91f98b","eu-tr-419508817229-68"]}} -{"id":"ec-meeting-2017-01-24-22904351152be5648a486c638e5e3cfeeebfbe3d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-24 - Cabinet of Vice-President Valdis Dombrovskis x European Community Shipowner's Associations"],"date":["2017-01-24"],"summary":["Discussion on new banking legislation in Basel group; main concern of ECSA is about the negative impact of proposals in Basel group that may affect shipping industry"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-b2d41137decbf33bc8076a41bfe11b68d501a7a0","ec-person-48f31156d932641826e09f5b73f074d35ff05786","eu-tr-59004966537-01"]}} -{"id":"ec-meeting-2017-01-24-2334d9c397d586a7c5988a88b510db2a8ff14e53","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-24 - Cabinet of Commissioner Margrethe Vestager x The Danish Investment Association"],"date":["2017-01-24"],"summary":["Capital Markets Union"],"notes":["Portfolio: Competition"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-margrethe-of-vestager"],"involved":["ec-person-baa1c172df109ebd1f0307bccb5e21aec66c7a25","eu-tr-566549917207-21"]}} -{"id":"ec-meeting-2017-01-24-3000365640b6b2d31c033bc7b1c97c734ae39c97","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-24 - Cabinet of Commissioner Věra Jourová x Google"],"date":["2017-01-24"],"summary":["Implementation of GDPR, Privacy Shield, e-privacy regulation"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["eu-tr-03181945560-59","ec-person-184e698af1eb9e33b179680570ca171d8cb31c94","ec-person-f329292459cb1badb7fb7c6b67b698c441931bb2"]}} -{"id":"ec-meeting-2017-01-24-37eb39b13966911532c3a634858cc69ca27a7f40","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-24 - Cabinet of Commissioner Phil Hogan x Slow Food"],"date":["2017-01-24"],"summary":["Business discussion"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-400dd8d59d3060187d9b9b143d697da1a3d03c12","eu-tr-01936914624-97"]}} -{"id":"ec-meeting-2017-01-24-4de082e80acc734fcd30bf86e45dfca639fb8ab7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-24 - Cabinet of Vice-President Maroš Šefčovič x Noble Energy"],"date":["2017-01-24"],"summary":["State of play Eastern Medeterranean Gas Exploration"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-3bf48630444ace93d407e52eb880e64d480f75ce","eu-tr-780006923352-88"]}} -{"id":"ec-meeting-2017-01-24-54f79bb619197f3b79459cd2d6cbb38829e1043b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-24 - Cabinet of Vice-President Miguel Arias Cañete x BUSINESSEUROPE"],"date":["2017-01-24"],"summary":["ETS"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-3978240953-79","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd"]}} -{"id":"ec-meeting-2017-01-24-5df17da58444be6fdc4f5831ae52b58d01fd8fee","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-24 - Trade x Union Européenne du Commerce du Bétail et des Métiers de la Viande"],"date":["2017-01-24"],"summary":["USTR MoU on tariff rate quota on high quality beef"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-trade"],"involved":["ec-person-bde9bb099f5d24c52ca4a9255cefc99a5b87a650","eu-tr-4422649896-52"]}} -{"id":"ec-meeting-2017-01-24-5e225aed835c4da070ec573c75fdc14690854546","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-24 - Cabinet of Vice-President Miguel Arias Cañete x IBERDROLA"],"date":["2017-01-24"],"summary":["Market Design"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-1831691c10441c5974327bbeb8693d6b6c1e50c3","eu-tr-41816938101-07","ec-person-2229c857664a22dcb8eee79a8c05841fd3d0924f"]}} -{"id":"ec-meeting-2017-01-24-7e6e8e6b8beacf7de9671540d6003106298ff682","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-24 - Cabinet of Commissioner Marianne Thyssen x Proximus"],"date":["2017-01-24"],"summary":["Digital agenda and new forms of work"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["ec-person-c508e9337eca6b067c1f966b82de49c4824a3ad0","eu-tr-537380918401-76"]}} -{"id":"ec-meeting-2017-01-24-816bac5dd833b0ed5fd7e572cca2c240aff22e67","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-24 - Task Force for Relations with the United Kingdom x ARIANESPACE"],"date":["2017-01-24"],"summary":["Suivi de la mise en oeuvre de la stratégie spatiale européenne"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-uktf"],"involved":["eu-tr-016461319755-04","ec-person-864cfa5fbc9b02a079ffbab1107f252c7bb08478"]}} -{"id":"ec-meeting-2017-01-24-8240d4b55b198d4864a4e18cfffcfd9744d41b8a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-24 - Cabinet of Commissioner Vytenis Andriukaitis x Agence nationale de sécurité sanitaire de l'alimentation, de l'environnement et du travail"],"date":["2017-01-24"],"summary":["EU and French authorisation of substances"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-b9c3f19e7c5f216e3e508f931ddd6a9cb59376d1","eu-tr-118084810394-25"]}} -{"id":"ec-meeting-2017-01-24-8b8dcbd0608bcd8c722750c0aec58ce3bf9e5642","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-24 - Cabinet of Commissioner Carlos Moedas x Invest Europe"],"date":["2017-01-24"],"summary":["Fund of Funds"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-a45151b401196e9c374c9acdada9d8840da271ad","eu-tr-60975211600-74"]}} -{"id":"ec-meeting-2017-01-24-8d4a68fc3a9a39f41cd279cb20af2f481703582b","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2017-01-24 - Cabinet of Commissioner Violeta Bulc x VINCI Concessions"],"date":["2017-01-24"],"summary":["key challenges for infrastructure investment in Europe, and how the European Fund for Strategic Investments can support transport projects","-\tThe future events organized by the Commission and the opportunity for an intervention to bring our expertise from the field and as private investor"],"notes":["Portfolio: Transport"],"location":["BRUSSELS","Brussels"],"address":["BRUSSELS","Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6","addr-f74337897287bf1b546f30505f5b1f693a87af50"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-706757116552-08","ec-person-be830229e281863b280fbdedb9755116218a1b6d"]}} -{"id":"ec-meeting-2017-01-24-90bef65b8dac486cd30f4c110b6f13256a084eb4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-24 - Cabinet of Commissioner Violeta Bulc x European Young Innovators Forum"],"date":["2017-01-24"],"summary":["Panel at the EU Drone Awards Ceremony"],"notes":["Portfolio: Transport"],"location":["Brussels- EP"],"address":["Brussels- EP"],"addressEntity":["addr-f1f488b00e388d8c008a6fd2fb588365cb08b213"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-167339718832-92","ec-person-9d4dc4867a44dfe10f67ae7ee1706da3e8b48a24"]}} -{"id":"ec-meeting-2017-01-24-9f5680e18d2fee5ff5a3cfcd8aae37dcb53de81e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-24 - Mobility and Transport x daa plc"],"date":["2017-01-24"],"summary":["Safety, airport charges"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-move"],"involved":["eu-tr-64031768679-71","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2017-01-24-a4a1d09dbca2208d534274d34138d6de3dc59db7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-24 - Cabinet of Commissioner Phil Hogan x Conféderation Européenne des Propriétaires Forestiers"],"date":["2017-01-24"],"summary":["Bioeconomy"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-3647455667-08","ec-person-ff8342dedc26701400fcb7dcf73fbee50a837ac6"]}} -{"id":"ec-meeting-2017-01-24-ac5f85e2e0c08957f28e0c0c27a00131736be476","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-24 - Cabinet of Commissioner Phil Hogan x European farmers"],"date":["2017-01-24"],"summary":["Organic farming"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-c9d17d5879383b030f61a4066848249fb35d57e4","eu-tr-44856881231-49"]}} -{"id":"ec-meeting-2017-01-24-b13438a1083a29af152357f38790a49452a29273","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-24 - Cabinet of Commissioner Phil Hogan x Ibec"],"date":["2017-01-24"],"summary":["Business discussion"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-400dd8d59d3060187d9b9b143d697da1a3d03c12","eu-tr-479468313744-50"]}} -{"id":"ec-meeting-2017-01-24-b8650c6bb6f727ebb6b083a4866e10021cb527cd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-24 - Cabinet of Vice-President Miguel Arias Cañete x Clonbio Group Ltd"],"date":["2017-01-24"],"summary":["Renewables Directive"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-313282221124-09","ec-person-2229c857664a22dcb8eee79a8c05841fd3d0924f"]}} -{"id":"ec-meeting-2017-01-24-b88913abae170684ceccf7477586a711be2fc2dd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-24 - Cabinet of Commissioner Phil Hogan x STARCH EUROPE"],"date":["2017-01-24"],"summary":["Bioeconomy"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-ff8342dedc26701400fcb7dcf73fbee50a837ac6","eu-tr-57787966531-03"]}} -{"id":"ec-meeting-2017-01-24-c353a2348bae0b94cc411be1a5924a4b4205a53e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-24 - Cabinet of Vice-President Maroš Šefčovič x KIC InnoEnergy SE"],"date":["2017-01-24"],"summary":["Energy Union Innovation and Competitiveness"],"notes":["Portfolio: Energy Union"],"location":["Bxl"],"address":["Bxl"],"addressEntity":["addr-a93f951e252491eb62958a26858415dd581a71e0"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-9f6823821fe68d82e9b9dbe81181ecacb0265d94","eu-tr-462849021886-85"]}} -{"id":"ec-meeting-2017-01-24-c52e4f6cdcf7488a82153168a43a4f71d42fec58","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-24 - Cabinet of Vice-President Miguel Arias Cañete x NATURGY ENERGY GROUP"],"date":["2017-01-24"],"summary":["SITUATION OF ELECTRICARIBE"],"notes":["Portfolio: Climate Action & Energy"],"location":["Bruxelles"],"address":["Bruxelles"],"addressEntity":["addr-b58f5927b66d94a676970dc048485d4c6848f272"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-67833029261-54","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd"]}} -{"id":"ec-meeting-2017-01-24-cd967b2480a8ddbadc6fb2cdf6b0e03333e2b541","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-24 - Cabinet of Commissioner Phil Hogan x Confederation of European Paper Industries"],"date":["2017-01-24"],"summary":["Biomass"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-72279144480-58","ec-person-ff8342dedc26701400fcb7dcf73fbee50a837ac6"]}} -{"id":"ec-meeting-2017-01-24-d4b24486fef86fab2f68706b72da3e2c0dea8935","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-24 - Cabinet of Vice-President Karmenu Vella x L'Oréal"],"date":["2017-01-24"],"summary":["Sustainability"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["ec-person-98899253aaaa8e936aec841aef4a31c3573bbfad","eu-tr-02776221598-67"]}} -{"id":"ec-meeting-2017-01-24-df8e8a05c13418e1b357431f6fa86aa434022586","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-24 - Cabinet of Vice-President Valdis Dombrovskis x Swiss Re Ltd."],"date":["2017-01-24"],"summary":["IAIS and recovery and resolution framework for insurers"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-290136415264-17","ec-person-eec82261c60167b261e56ad1e2bfb4c482db6191"]}} -{"id":"ec-meeting-2017-01-24-e1cb7cc6f29882fb32a98dcf43dceb2c9453a684","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-24 - Cabinet of Vice-President Karmenu Vella x Netwerk Grondig"],"date":["2017-01-24"],"summary":["Phosphate Reductionplan"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["ec-person-9e282d5223d0f62146ce1013e2dac38adc89a4cf","eu-tr-293825825465-57","ec-person-0e3efd8bc1c3ee9a80205d0bb78f316fa1621e5d"]}} -{"id":"ec-meeting-2017-01-24-e780a00675517d92f7f714631f50b2ad47509d3c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-24 - Cabinet of Commissioner Phil Hogan x Stichting BirdLife Europe"],"date":["2017-01-24"],"summary":["Agri Facts"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-1083162721-43","ec-person-a1a78365cc4685b0958056646204977d8f2ead92"]}} -{"id":"ec-meeting-2017-01-24-e942d05ff9adb7410d3ba75aec6a462fa0b6d694","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-24 - Cabinet of Vice-President Miguel Arias Cañete x THALES"],"date":["2017-01-24"],"summary":["Galileo Project"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-91711831031-23","ec-person-25a937c04cd0a0ddcf5cf34798e76b5105854114"]}} -{"id":"ec-meeting-2017-01-24-f1f257691491bfc84d798917ac6feb2a0129219e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-24 - Migration and Home Affairs x EUROCHAMBRES – Association of European Chambers of Commerce and Industry"],"date":["2017-01-24"],"summary":["Prep. Discussion with Social Partners (2nd European Dialogue on Skills and Migration)"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-home"],"involved":["ec-person-ae1262e8850ed1e9a0530b0ad7440ac648255896","eu-tr-0014082722-83"]}} -{"id":"ec-meeting-2017-01-24-fa15d9d6e8a501c2f536b9558271705dd07a7820","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-24 - Cabinet of Commissioner Phil Hogan x Netwerk Grondig"],"date":["2017-01-24"],"summary":["Phosphate Reductionplan"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-293825825465-57","ec-person-400dd8d59d3060187d9b9b143d697da1a3d03c12"]}} -{"id":"ec-meeting-2017-01-24-fe54bdd0930785b46b5f535bc1eb7b1ca024375f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-24 - Cabinet of Vice-President Valdis Dombrovskis x FTI Consulting Belgium"],"date":["2017-01-24"],"summary":["MiFID, EMIR, CCP Recovery and Resolution"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-29896393398-67","ec-person-eec82261c60167b261e56ad1e2bfb4c482db6191"]}} -{"id":"ec-meeting-2017-01-25-0b8c4a7629adf8a6156efb501fec859100f73440","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-25 - Cabinet of High Representative / Vice-President Federica Mogherini x CONFCOMMERCIO - IMPRESE PER L'ITALIA"],"date":["2017-01-25"],"summary":["Economic diplomacy"],"notes":["Portfolio: Foreign Affairs and Security Policy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"involved":["eu-tr-04877777421-88","ec-person-efed7cdce9c9bb64dca7aedb11d12aaed5efb809"]}} -{"id":"ec-meeting-2017-01-25-0d3edc7e5b72f93a0bd5ffdb9411cfa789e32389","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-25 - Cabinet of Vice-President Karmenu Vella x WWF European Policy Programme"],"date":["2017-01-25"],"summary":["Ocean Governance, IUU, Our Ocean Conference 2017."],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["eu-tr-1414929419-24","ec-person-2966d69fae0ea4e67f3f2df5a743cc766267d3c8"]}} -{"id":"ec-meeting-2017-01-25-278a0b49fb24b2274cedb5d5c16aaf618a308c72","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-25 - Mobility and Transport x Fraport AG - Frankfurt Airport Services Worldwide"],"date":["2017-01-25"],"summary":["Airport charges, EASA, Sesar"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-move"],"involved":["eu-tr-023273214333-18","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2017-01-25-2cb6bd0bf84a19066371169c4fb4e7afa89c7c77","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-25 - Cabinet of Commissioner Violeta Bulc x Alstom"],"date":["2017-01-25"],"summary":["trade and investment in the rail transport sector"],"notes":["Portfolio: Transport"],"location":["BRUSSELS"],"address":["BRUSSELS"],"addressEntity":["addr-f74337897287bf1b546f30505f5b1f693a87af50"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-be830229e281863b280fbdedb9755116218a1b6d","eu-tr-43284012043-03"]}} -{"id":"ec-meeting-2017-01-25-30998a3f977238deefaf1e4c05f1199927e05d6b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-25 - Cabinet of Vice-President Valdis Dombrovskis x International Financial Reporting Standards (IFRS) Foundation"],"date":["2017-01-25"],"summary":["IFRS around the world; new IFRS standards"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-830882416841-19","ec-person-537401fc0be04984531b83660f416bf2fe14fbd8","ec-person-a9eda2e8ea54b70a968327672c6cada679d3cd56"]}} -{"id":"ec-meeting-2017-01-25-365892b1a17a89748af1319e0ede89fb2b846b1b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-25 - Cabinet of Commissioner Věra Jourová x Oracle"],"date":["2017-01-25"],"summary":["Google android competition case"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-a2ca9161feee56909a0e98b473c2d342c20fdb57","ec-person-64349923a7639978983020a607770b8dc47c8144","eu-tr-25955391451-88"]}} -{"id":"ec-meeting-2017-01-25-38d65bca5c5795d5fb3d07a0bd79b05ebf813c73","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-25 - Cabinet of Commissioner Phil Hogan x Welsh Higher Education Brussels"],"date":["2017-01-25"],"summary":["Business discussion"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-400dd8d59d3060187d9b9b143d697da1a3d03c12","eu-tr-507235311834-96"]}} -{"id":"ec-meeting-2017-01-25-41781c94d29d5b566f9b8a74eba563bfc1204aac","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-25 - Cabinet of Vice-President Valdis Dombrovskis x European Forum for Manufacturing"],"date":["2017-01-25"],"summary":["preparation for the Finance for Growth event"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-113054111397-33","ec-person-eec82261c60167b261e56ad1e2bfb4c482db6191"]}} -{"id":"ec-meeting-2017-01-25-41f888a76e517275b1506b85b90eb65a1b07a34d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-25 - Cabinet of Commissioner Vytenis Andriukaitis x EuroCommerce"],"date":["2017-01-25"],"summary":["Food waste and food safety"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["eu-tr-84973761187-60","ec-person-0dbfffeb0323f819c8d57164906086dd8639c437"]}} -{"id":"ec-meeting-2017-01-25-58f4019bc1e0f9b3e4be7925432b2c1ecc2518f1","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2017-01-25 - Cabinet of Commissioner Phil Hogan x Conseil Européen des Jeunes Agriculteurs"],"date":["2017-01-25"],"summary":["Opening Address","Generational Revewal through rural Development"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-849413211923-25","ec-person-a1a78365cc4685b0958056646204977d8f2ead92"]}} -{"id":"ec-meeting-2017-01-25-59c7962a8de8c5a303de68cc2104b3ce914cc218","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-25 - Cabinet of Commissioner Phil Hogan x European agri-cooperatives European farmers"],"date":["2017-01-25"],"summary":["Business discussion"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-c9d17d5879383b030f61a4066848249fb35d57e4","eu-tr-09586631237-74","eu-tr-44856881231-49"]}} -{"id":"ec-meeting-2017-01-25-5dad487337e60dbb412c08aeaf5980cd56866274","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-25 - Cabinet of Commissioner Corina Crețu x EURODOM"],"date":["2017-01-25"],"summary":["Rhum"],"notes":["Portfolio: Regional Policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-corina-cretu-of"],"involved":["ec-person-f5bd4d5d0170028815aba56ee7d4883f0fd70f47","eu-tr-28418016649-41"]}} -{"id":"ec-meeting-2017-01-25-647fc0099f35eab98fd37f87d1a1241d5bf2f1a8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-25 - Cabinet of Vice-President Andrus Ansip x Dow Europe GmbH"],"date":["2017-01-25"],"summary":["DSM general, innovation"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-e91c5be432b6b3efdda369792fed67c20b767a45","eu-tr-38235121060-73"]}} -{"id":"ec-meeting-2017-01-25-6d47d1d2c569f93a7f28b98b731de539adad45c8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-25 - Cabinet of Vice-President Jyrki Katainen x Citadel LLC"],"date":["2017-01-25"],"summary":["EMIR Review"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-836939615933-24","ec-person-955e8c493ab54847bb92b65986f56a401f8eabee"]}} -{"id":"ec-meeting-2017-01-25-7cdc8aa021d63908f3218e633f3f67331ca8f417","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-25 - Cabinet of Commissioner Tibor Navracsics x Future for Religious Heritage"],"date":["2017-01-25"],"summary":["European Year of Cultural Heritage"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-fa3187815cf956b0872e1668e14548b7d9f7ce93","eu-tr-256812113944-37"]}} -{"id":"ec-meeting-2017-01-25-84652e60e7f979e291cf4b4a8e064eb386d9f8b4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-25 - Cabinet of Commissioner Tibor Navracsics x IMPALA Association Internationale AISBL"],"date":["2017-01-25"],"summary":["Digital Single Market"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-49f31dad10f5641cb1d1e4c3107dd838389e8120","eu-tr-12383069253-19"]}} -{"id":"ec-meeting-2017-01-25-8caecb00643875675c282a3e632e9b7a364162da","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-25 - Economic and Financial Affairs x Agenzia per la Globalizzazione delle Imprese e dei Territori"],"date":["2017-01-25"],"summary":["Discussion on the status of the economic situation in the EU"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-ecfin"],"involved":["ec-person-9b398cc97951266670f91bef34ea37df7380eef9","eu-tr-41572336784-71"]}} -{"id":"ec-meeting-2017-01-25-8cde085c82ed48337f57fd5dae6b2afb1b26c255","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-25 - Cabinet of Vice-President Andrus Ansip x EUTOP Brussels SPRL Hubert Burda Media Holding Kommanditgesellschaft"],"date":["2017-01-25"],"summary":["Publishers rights"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-e91c5be432b6b3efdda369792fed67c20b767a45","eu-tr-730036917015-61","eu-tr-072514125233-04"]}} -{"id":"ec-meeting-2017-01-25-9616ebd5255735eb41cae9dc738ddd234e7ab7d1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-25 - Cabinet of Commissioner Marianne Thyssen x Deutscher Gewerkschaftsbund"],"date":["2017-01-25"],"summary":["EU Employment and Social Rights"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["eu-tr-07595112423-87","ec-person-e93189002a993321fd1af93481b271c766b1aff8"]}} -{"id":"ec-meeting-2017-01-25-995b2841b11ec9d61e22d5d1b77bdbd5aba06fac","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2017-01-25 - Cabinet of Commissioner Phil Hogan x Irish Farmers' Association"],"date":["2017-01-25"],"summary":["Agricultural issues","Introductory meeting to Director General of IFA","CAP and farming matters"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-458700813641-37","ec-person-a1a78365cc4685b0958056646204977d8f2ead92","ec-person-400dd8d59d3060187d9b9b143d697da1a3d03c12"]}} -{"id":"ec-meeting-2017-01-25-9c9e4670368400d91c208c5872608d3985ccc251","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-25 - Cabinet of Vice-President Maroš Šefčovič x SES S.A. OHB Deutsche Telekom Airbus THALES ARIANESPACE Telespazio"],"date":["2017-01-25"],"summary":["Space Strategy"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-1f95be23689cd4ed0a26fe2980f760ccf2d55c1e","eu-tr-2732167674-76","eu-tr-163449611538-93","eu-tr-91711831031-23","eu-tr-016461319755-04","eu-tr-93799097410-24","eu-tr-648584214179-94","eu-tr-60052162589-72"]}} -{"id":"ec-meeting-2017-01-25-a837bea869331e4c4021ed5b68a757ad84f8c85b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-25 - Cabinet of Commissioner Carlos Moedas x Inside Secure IP Europe VZW"],"date":["2017-01-25"],"summary":["Innovation and Competition"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["eu-tr-709084625556-10","eu-tr-562316318576-78","ec-person-a6e757d2928b639b876fd492ddee1fc1420908bf"]}} -{"id":"ec-meeting-2017-01-25-aa67ec8661c0087d7b507536f44bd78b0643925a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-25 - Trade x spiritsEUROPE"],"date":["2017-01-25"],"summary":["Exchanges with DG TRADE concerning Challenges facing Euroepan Spirits sector."],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-trade"],"involved":["ec-person-bde9bb099f5d24c52ca4a9255cefc99a5b87a650","eu-tr-64926487056-58"]}} -{"id":"ec-meeting-2017-01-25-d391df64a46df0ce4255d5923633a7711d5b1de5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-25 - Cabinet of Vice-President Karmenu Vella x Fur Europe"],"date":["2017-01-25"],"summary":["Seal product labelling"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["eu-tr-819965911378-79","ec-person-98899253aaaa8e936aec841aef4a31c3573bbfad"]}} -{"id":"ec-meeting-2017-01-25-d3a0d1f5a14cc18d313b0256950e6bf5de67ccd4","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2017-01-25 - Cabinet of Commissioner Phil Hogan x Volac International Ltd"],"date":["2017-01-25"],"summary":["Natural Energy","Agri matters"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["brussels","Brussels"],"address":["brussels","Brussels"],"addressEntity":["addr-e2daa1574b7ac475c827b33e281bd2d5e013c882","addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-123403225578-09","ec-person-a1a78365cc4685b0958056646204977d8f2ead92"]}} -{"id":"ec-meeting-2017-01-25-d4e99b5b0658468827249e825be54ce310a0990e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-25 - Cabinet of Commissioner Vytenis Andriukaitis x Bureau Européen des Unions de Consommateurs"],"date":["2017-01-25"],"summary":["Endocrine disruptors"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-b9c3f19e7c5f216e3e508f931ddd6a9cb59376d1","eu-tr-9505781573-45"]}} -{"id":"ec-meeting-2017-01-25-d61df99ac0747cd3633f24fb51bba6595c866d9f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-25 - Cabinet of President Jean-Claude Juncker x European Association of Corporate Treasurers"],"date":["2017-01-25"],"summary":["financial services agenda"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-9160958318-89","ec-person-c402e34a99fbee730ae22e3b1958e21c94dc6fcc"]}} -{"id":"ec-meeting-2017-01-25-d8f33d5f817009d21b4ad102395f638457390140","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-25 - Cabinet of Vice-President Andrus Ansip x Association de l'Industrie Audiovisuelle Indépendante"],"date":["2017-01-25"],"summary":["Audiovisual Media Policy Revision"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-c759bd58acc54869aa8e62ce652efcda416e25c2","eu-tr-913021325530-63"]}} -{"id":"ec-meeting-2017-01-25-e92aad7e8045ef51723b82a6b2eab6602ae1457c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-25 - Cabinet of Commissioner Pierre Moscovici x Oxfam-Solidarité / Oxfam-Solidariteit"],"date":["2017-01-25"],"summary":["discussion on current tax issues and FTT"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["ec-person-3cbeba61ae952f06fe4916c381438ebbc676a597","eu-tr-858213820631-77"]}} -{"id":"ec-meeting-2017-01-25-f29d00ddbe34d75b19cb0205a9f0d59c89561576","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-25 - Cabinet of Commissioner Julian King x Airlines for Europe"],"date":["2017-01-25"],"summary":["Upcoming conference"],"notes":["Portfolio: Security Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-julian-king-of"],"involved":["eu-tr-807912421050-91","ec-person-7bf4bf39d5d06955fc37d23e107675489c4e8729"]}} -{"id":"ec-meeting-2017-01-25-f35ff130353fc583638dbb676e1542d36a08c2d5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-25 - Cabinet of Vice-President Jyrki Katainen x European Association of Corporate Treasurers"],"date":["2017-01-25"],"summary":["EMIR Review"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-9160958318-89","ec-person-955e8c493ab54847bb92b65986f56a401f8eabee"]}} -{"id":"ec-meeting-2017-01-26-0626f5e88e7665946291b881195b3813cb2483c8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-26 - Cabinet of Vice-President Andrus Ansip x Turkish Cypriot Chamber of Commerce CYPRUS CHAMBER OF COMMERCE AND INDUSTRY Cyprus Employers & Industrialists Federation"],"date":["2017-01-26"],"summary":["Digital Single Market, role of digitalisation for the economy"],"notes":["Portfolio: Digital Single Market"],"location":["Nicosia, Cyprus"],"address":["Nicosia, Cyprus"],"addressEntity":["addr-be1fcd1dfeb4820037f81bda7eb7a44b404b9d96"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0","eu-tr-671638227051-81","ec-person-5db7bdd1c81da2e70eb5b982097d0004111b5c3e","eu-tr-3199368915-29","eu-tr-505801926569-24"]}} -{"id":"ec-meeting-2017-01-26-0eec4f60673160a8598b18bccc3cafeda7bc1221","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-26 - Cabinet of Vice-President Maroš Šefčovič x Philip Morris International Inc."],"date":["2017-01-26"],"summary":["Occasion of the Slovak New Year Concert"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-10f797feb4a8fa5729ffbd2cd5f2766f8e54a49f","eu-tr-51925911965-76"]}} -{"id":"ec-meeting-2017-01-26-19818e09ee59869ee2a74df3b6ee0dd6cb459b45","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-26 - Cabinet of Vice-President Miguel Arias Cañete x Trans Adriatic Pipeline"],"date":["2017-01-26"],"summary":["TAP"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-1831691c10441c5974327bbeb8693d6b6c1e50c3","eu-tr-570335813082-79"]}} -{"id":"ec-meeting-2017-01-26-27aa05769fe30fdde833c430320ce8379e3db967","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-26 - Cabinet of Vice-President Maroš Šefčovič x Centre for European Policy Studies"],"date":["2017-01-26"],"summary":["Clean Energy for All Europeans - Package"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-2be517b9261a91f2f07e05ec14c6331980e9716e","ec-person-1f95be23689cd4ed0a26fe2980f760ccf2d55c1e","eu-tr-86853666704-95"]}} -{"id":"ec-meeting-2017-01-26-32b5a75693c387d23dc26439b2acc99b82a86256","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-26 - Cabinet of Commissioner Phil Hogan x European Forest Institute"],"date":["2017-01-26"],"summary":["Forestry"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-38315289949-88","ec-person-ff8342dedc26701400fcb7dcf73fbee50a837ac6"]}} -{"id":"ec-meeting-2017-01-26-342f6219444cc41d567e5984338ec880c1617115","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-26 - Cabinet of Vice-President Neven Mimica x WaterAid"],"date":["2017-01-26"],"summary":["Role of water under the SDGs and in the EU's development cooperation"],"notes":["Portfolio: International Cooperation & Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-mimica-neven-of-president-vice"],"involved":["eu-tr-48655305058-87","ec-person-e90858f5aba78fd0e1cb2f757c3f38d55d91f98b"]}} -{"id":"ec-meeting-2017-01-26-356fd469994c0838f80734ecd07304480d05ee86","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-26 - Cabinet of First Vice-President Frans Timmermans x Centre for European Policy Studies"],"date":["2017-01-26"],"summary":["Energy, Climate Change & Sustainable Development"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["ec-person-7a0c440119cd5d547eceebb055c79b8bb41bf9a2","eu-tr-86853666704-95","ec-person-0eaac943e895c47df1465dda6c94e671c5081e0a"]}} -{"id":"ec-meeting-2017-01-26-39a176f87f0ffcafe9998b66b04346b63db6f9d9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-26 - Cabinet of Vice-President Andrus Ansip x Konecranes Plc"],"date":["2017-01-26"],"summary":["Digitalisation, Internet of Things"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-6a03bc4fa7657513ea34529e98dba0671ef4c849","eu-tr-967579425569-80"]}} -{"id":"ec-meeting-2017-01-26-3bf44a141658b2d889d31f3706c19739e3e25c2c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-26 - Cabinet of Commissioner Violeta Bulc x Japan Machinery Center for Trade and Investment"],"date":["2017-01-26"],"summary":["exchange of views"],"notes":["Portfolio: Transport"],"location":["Bruxelles"],"address":["Bruxelles"],"addressEntity":["addr-b58f5927b66d94a676970dc048485d4c6848f272"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-539264617342-19","ec-person-be830229e281863b280fbdedb9755116218a1b6d"]}} -{"id":"ec-meeting-2017-01-26-55b7eb011ac0cd71360e35808cfed9cdd13ff87d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-26 - Financial Stability, Financial Services and Capital Markets Union x Deutsche Bank AG"],"date":["2017-01-26"],"summary":["ADI / ATI, EU / US equivalence (in connection with MIFID)"],"location":["Berlin"],"address":["Berlin"],"addressEntity":["addr-062b06ba8e755765c6b049809b7430fd54fe5b21"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-271912611231-56","ec-person-bdee7a93f95c8ef05079539170139b3c02e8ed96"]}} -{"id":"ec-meeting-2017-01-26-749e2a48e4d651ffe179cc3bf3d924a9c542f0c7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-26 - Cabinet of Vice-President Valdis Dombrovskis x Deutsche Bank AG"],"date":["2017-01-26"],"summary":["Banking package"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Berlin"],"address":["Berlin"],"addressEntity":["addr-062b06ba8e755765c6b049809b7430fd54fe5b21"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-271912611231-56","ec-person-a9eda2e8ea54b70a968327672c6cada679d3cd56"]}} -{"id":"ec-meeting-2017-01-26-757b74e493b88b96f4e7170b4165ad474bd66a0d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-26 - Mobility and Transport x ExxonMobil Petroleum & Chemical"],"date":["2017-01-26"],"summary":["future of transportation and the European context"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-move"],"involved":["ec-person-26cdfacae671b09917bee1a91c91973941fa58a2","eu-tr-0745650927-75"]}} -{"id":"ec-meeting-2017-01-26-7ba5866043769839d2ca7110fe0f3391836a4b0a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-26 - Cabinet of Commissioner Violeta Bulc x Deutsche Bahn AG"],"date":["2017-01-26"],"summary":["Bilateral meeting with DB CEO Gruebe"],"notes":["Portfolio: Transport"],"location":["Berlin"],"address":["Berlin"],"addressEntity":["addr-062b06ba8e755765c6b049809b7430fd54fe5b21"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-4d2b449b5047ea3fda435a2a1c1081e3babcdf76","ec-person-38b425c6d020cfa22f078b832d85df8ce504609f","eu-tr-4516220482-22","ec-person-dd7851e4a1e747e824b4f81139e33bc3cdb73160"]}} -{"id":"ec-meeting-2017-01-26-7f472a0ac499b1c577e76b7e57bb3b322fbae599","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-26 - Cabinet of Commissioner Tibor Navracsics x IFPI Representing recording industry worldwide"],"date":["2017-01-26"],"summary":["Digital Single Market"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["eu-tr-60394321918-91","ec-person-49f31dad10f5641cb1d1e4c3107dd838389e8120"]}} -{"id":"ec-meeting-2017-01-26-899acfa83d98e0090caf843d638187554c6b84e1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-26 - Task Force for Relations with the United Kingdom x European Policy Centre"],"date":["2017-01-26"],"summary":["Meeting with the Task Force for the Preparation and Conduct of the Negotiations with the United Kingdom under Article 50 TEU"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-uktf"],"involved":["eu-tr-89632641000-47","ec-person-864cfa5fbc9b02a079ffbab1107f252c7bb08478"]}} -{"id":"ec-meeting-2017-01-26-8c84d2ce65220ffb04232774a71418c92d550eef","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-26 - Cabinet of Vice-President Maroš Šefčovič x Trans Adriatic Pipeline"],"date":["2017-01-26"],"summary":["State of play Southern Gas Corridor"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-3bf48630444ace93d407e52eb880e64d480f75ce","eu-tr-570335813082-79"]}} -{"id":"ec-meeting-2017-01-26-959bfe6a3898583cf190bed18bf9b72c70f0fa02","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2017-01-26 - Cabinet of Commissioner Phil Hogan x EirGrid Group plc"],"date":["2017-01-26"],"summary":["Address Annual Conference","Address Conference"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Dublin","Ireland"],"address":["Dublin","Ireland"],"addressEntity":["addr-c4a265ca6dc31ed4a47a6047e92c5e3790135af9","addr-eb2131ece0efe78ee8bb1ae98af6099114a8df09"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-a1a78365cc4685b0958056646204977d8f2ead92","eu-tr-984555020606-52"]}} -{"id":"ec-meeting-2017-01-26-a06107f63288bfd2553443d83dc273cc09e9ebaf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-26 - Cabinet of Vice-President Andrus Ansip x GSMA Europe"],"date":["2017-01-26"],"summary":["Preparations for MWC 2017"],"notes":["Portfolio: Digital Single Market"],"location":["Brussles"],"address":["Brussles"],"addressEntity":["addr-e6ba3e89050fdfff2010d3fb9d2fbe42cd1cafd9"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-30988577529-37","ec-person-666bc159c7e65a3af9e63c1e97435c02f1496955"]}} -{"id":"ec-meeting-2017-01-26-a64d01f50bb4e0663ef41438c3ace4e71359b955","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-26 - Cabinet of Vice-President Johannes Hahn x Open Society European Policy Institute"],"date":["2017-01-26"],"summary":["judiciary, equality reform"],"notes":["Portfolio: European Neighbourhood Policy & Enlargement Negotiations"],"location":["brussels"],"address":["brussels"],"addressEntity":["addr-e2daa1574b7ac475c827b33e281bd2d5e013c882"],"organizer":["ec-cabinet-hahn-johannes-of-president-vice"],"involved":["ec-person-14243ca3b6c9c0f57c03163cfda58dad2d75b681","eu-tr-8557515321-37"]}} -{"id":"ec-meeting-2017-01-26-afdfd96d062d0ef6b1edfc1988afb8270f7642a6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-26 - Cabinet of Commissioner Marianne Thyssen x Bundesarbeitgeberverband Chemie e.V."],"date":["2017-01-26"],"summary":["Provisions by the European Commission for the European pillar of social rights and contribution to the public consultation."],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["BERL 10/390"],"address":["BERL 10/390"],"addressEntity":["addr-147ed60f1740c8b7f554f8707ff4410af7c51fb0"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["eu-tr-3474944849-83","ec-person-5a49eb89125b4b5d1125b3925bbb64aba1bea2b3"]}} -{"id":"ec-meeting-2017-01-26-b33158a70b9437d745bfd967f6988940336e4c1a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-26 - Cabinet of Commissioner Věra Jourová x Facebook Ireland Limited"],"date":["2017-01-26"],"summary":["Online Hate Speech"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["eu-tr-28666427835-74","ec-person-1e0e3a00ab815dea7c5b839b002ed2c7e34bfe0a"]}} -{"id":"ec-meeting-2017-01-26-cbb1b7e6f417e330976883949a5f582435bb495d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-26 - Cabinet of Vice-President Jyrki Katainen x Konecranes Plc"],"date":["2017-01-26"],"summary":["Investments and trade"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90","ec-person-f9208d930adc70c6c64e21701e48f85f6f18e949","eu-tr-967579425569-80"]}} -{"id":"ec-meeting-2017-01-26-ccf20ba879b0a8d79fe7ab4936ac7e70e4c03bb5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-26 - Cabinet of Commissioner Phil Hogan x Dow Europe GmbH"],"date":["2017-01-26"],"summary":["Agroscience"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-ff8342dedc26701400fcb7dcf73fbee50a837ac6","eu-tr-38235121060-73"]}} -{"id":"ec-meeting-2017-01-26-d218042f92870b74b7d30a007687043039de1bd6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-26 - Cabinet of First Vice-President Frans Timmermans x None"],"date":["2017-01-26"],"summary":["Protection of fundamental rights and rule of law"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["ec-person-6d8b11c800391d9e6515bbd1b0e9d54c7da270da","eu-tr-19093363838-48","ec-person-966667b73d92624be9bb019c2baab7e52331b3d3","eu-tr-8557515321-37","eu-tr-85083981189-35","eu-tr-11063928073-34","eu-tr-11610562644-55","eu-tr-97628146980-33","eu-tr-11977456675-84","eu-tr-56362448807-46"]}} -{"id":"ec-meeting-2017-01-26-d2743062a09cf0a8d25814b622b4fe40a4ee2c7c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-26 - Employment, Social Affairs and Inclusion x IBM Corporation"],"date":["2017-01-26"],"summary":["EU’s Quality Framework for anticipation of change and restructuring"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-empl"],"involved":["eu-tr-7721359944-96","ec-person-0d8ce1c547b8ca99decd25740ba12e2c0866a2fd"]}} -{"id":"ec-meeting-2017-01-26-e5f34b52b60c751fa47e12a21d60e6808ab885a5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-26 - Cabinet of Commissioner Věra Jourová x Apple Inc."],"date":["2017-01-26"],"summary":["Privacy Shiled, GDPR"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-f329292459cb1badb7fb7c6b67b698c441931bb2","eu-tr-588327811384-96"]}} -{"id":"ec-meeting-2017-01-26-f19cb0c0487e5be3ef084727055e64e1f707da23","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-26 - Regional and Urban Policy x Transparency International Liaison Office to the European Union"],"date":["2017-01-26"],"summary":["Meeting with Mr Cobus de Swardt"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-regio"],"involved":["ec-person-3bc647761a4c1a96c0e7b4c3729d7408a61558b0","eu-tr-501222919-71"]}} -{"id":"ec-meeting-2017-01-26-f23cde50a7d530d77b5114713be403fc273d87f9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-26 - Cabinet of Vice-President Andrus Ansip x Zweites Deutsches Fernsehen"],"date":["2017-01-26"],"summary":["AVMS & Regulators"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-c759bd58acc54869aa8e62ce652efcda416e25c2","eu-tr-3209361971-85"]}} -{"id":"ec-meeting-2017-01-26-f3162a7a93e5e259874fda5d50bd72b890e107f7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-26 - Environment x ALPHALEX-CONSULT GEIE"],"date":["2017-01-26"],"summary":["Green Economy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-env"],"involved":["eu-tr-065399321943-63","ec-person-3bc74ce04ea3f4ab4d91a5c88eef25b8b8a213b4"]}} -{"id":"ec-meeting-2017-01-26-f93256abf8d780e77a1390d6c94aceeb62d2c258","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2017-01-26 - Cabinet of Commissioner Phil Hogan x DuPont de Nemours International SARL"],"date":["2017-01-26"],"summary":["Agroscience","Biofuels"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-3181166932-58","ec-person-ff8342dedc26701400fcb7dcf73fbee50a837ac6"]}} -{"id":"ec-meeting-2017-01-27-0fa119a5521b4f3eb85601171ce1e1d6ff5ba1f6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-27 - Cabinet of Vice-President Günther Oettinger x Carnegie Europe"],"date":["2017-01-27"],"summary":["digital policy"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["ec-person-b17d355ca19058898aba2ec032de59f8701d47f5","eu-tr-688089718929-60"]}} -{"id":"ec-meeting-2017-01-27-28936af95b185a64d3177aa72e4c88ca5139146a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-27 - Cabinet of Commissioner Julian King x Symantec Corporation"],"date":["2017-01-27"],"summary":["Encryption"],"notes":["Portfolio: Security Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-julian-king-of"],"involved":["ec-person-8d48893e9e1b5fcb8f1a7bf47a39f9a2a3ac4c54","eu-tr-3612325809-89"]}} -{"id":"ec-meeting-2017-01-27-38382e51d6cfc59a647a6a90019397711302d17d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-27 - Cabinet of Commissioner Carlos Moedas x International Astronomical Union"],"date":["2017-01-27"],"summary":["Potential synergies between EC and IAU"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["eu-tr-178202525171-62","ec-person-01051f0f33bfdc2ecc41873c02cae666c5e0d099","ec-person-23980b2bc4fd9c82051d0f7888dc236b2f764866"]}} -{"id":"ec-meeting-2017-01-27-4a7bd3d20e6bedb6250f1bd9e26b4d4f3f8aa675","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-27 - Agriculture and Rural Development x spiritsEUROPE Moët Hennessy PERNOD RICARD"],"date":["2017-01-27"],"summary":["general exchange of views"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-agri"],"involved":["eu-tr-047152216031-96","eu-tr-64926487056-58","eu-tr-352172811-92","ec-person-7bc7204a153f98afbf1ad1cffbdd10d06d9ae166"]}} -{"id":"ec-meeting-2017-01-27-4cc499e681bc3cc94e109a6cbabdfa3732e2df95","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-27 - Cabinet of High Representative / Vice-President Federica Mogherini x Dalmine S.p.A."],"date":["2017-01-27"],"summary":["Steel sector"],"notes":["Portfolio: Foreign Affairs and Security Policy"],"location":["Brussels (Berlaymont)"],"address":["Brussels (Berlaymont)"],"addressEntity":["addr-4e70ddf45e81f0631950978c4aa49a218756a3f4"],"organizer":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"involved":["ec-person-0d87d503aa00db1df141f3b1bfea3e0ccb43ece9","eu-tr-90748218095-34"]}} -{"id":"ec-meeting-2017-01-27-57dd74f264f69790549d137598b6f06ba1cadfad","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2017-01-27 - Cabinet of Vice-President Miguel Arias Cañete x Friends of the Earth Europe"],"date":["2017-01-27"],"summary":["Energy Efficiency/Performance of buildings","Efficiency negotiations"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-9825553393-31","ec-person-25a937c04cd0a0ddcf5cf34798e76b5105854114"]}} -{"id":"ec-meeting-2017-01-27-5d8636c0de36a679b96354b09920076514a2afd9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-27 - Cabinet of Commissioner Carlos Moedas x DIGITALEUROPE"],"date":["2017-01-27"],"summary":["Digital Technologies"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["eu-tr-64270747023-20","ec-person-01051f0f33bfdc2ecc41873c02cae666c5e0d099","ec-person-23980b2bc4fd9c82051d0f7888dc236b2f764866"]}} -{"id":"ec-meeting-2017-01-27-64fd2fb1953e9e6626fdd97d9351bfeb5bc81f4d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-27 - Cabinet of Commissioner Věra Jourová x ITI - The Information Technology Industry Council DIGITALEUROPE"],"date":["2017-01-27"],"summary":["Privacy Shield and GDPR implementation"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["eu-tr-64270747023-20","ec-person-f329292459cb1badb7fb7c6b67b698c441931bb2","eu-tr-061601915428-87"]}} -{"id":"ec-meeting-2017-01-27-6855c52ac9ef52e125a911a949ecea953a5f0c48","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-27 - Cabinet of Commissioner Margrethe Vestager x The Danish Chamber of Commerce"],"date":["2017-01-27"],"summary":["EU Current Affairs"],"notes":["Portfolio: Competition"],"location":["Copenhagen, Denmark"],"address":["Copenhagen, Denmark"],"addressEntity":["addr-037407970050e97c761587d63aacfaeb126cab45"],"organizer":["ec-cabinet-commissioner-margrethe-of-vestager"],"involved":["ec-person-baa1c172df109ebd1f0307bccb5e21aec66c7a25","eu-tr-0330934426-12"]}} -{"id":"ec-meeting-2017-01-27-732b1490abadc0b1f3d3bcf9cf1d3cf3adb44bc3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-27 - Cabinet of Commissioner Julian King x EUK Consulting"],"date":["2017-01-27"],"summary":["Introduction meeting"],"notes":["Portfolio: Security Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-julian-king-of"],"involved":["ec-person-5b22be4333936d6e9e2067397c048a016c117d67","eu-tr-29815741326-06"]}} -{"id":"ec-meeting-2017-01-27-8c0014fa3059feefff234f5c59fc22573c586231","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-27 - Health and Food Safety x European Public Health Alliance"],"date":["2017-01-27"],"summary":["•\tdiscussion of how to build on collaboration with civil society to further develop and support EU health policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-sante"],"involved":["eu-tr-18941013532-08","ec-person-3c7fdbe0c1c235777d916309465339b7ed1666f6"]}} -{"id":"ec-meeting-2017-01-27-96a83015fccb572ac9aafce39887f810eeac6dde","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-27 - Cabinet of Vice-President Miguel Arias Cañete x AGRUPACIÓN DE FABRICANTES DE CEMENTO DE ESPAÑA"],"date":["2017-01-27"],"summary":["Main elementos of the ets revision proposal and its impact in the cement sector as well as the positioning of the EC in relation to the ENVI report and specifically the cement sector proposal for a cross boarder adjustment mechanism."],"notes":["Portfolio: Climate Action & Energy"],"location":["Madrid"],"address":["Madrid"],"addressEntity":["addr-7a2191964a3d7521269f0068afae6b6116bac15d"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-875633611990-87","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd"]}} -{"id":"ec-meeting-2017-01-27-9838dc8388f5b8b3b591b7d33885ce9584e9fa21","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-27 - Cabinet of President Jean-Claude Juncker x Association of Commercial Television and Video on Demand Services in Europe"],"date":["2017-01-27"],"summary":["Digital Single Market"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-44a061693f35519551be0e3dab996e76ad3f8c7c","eu-tr-18574111503-28"]}} -{"id":"ec-meeting-2017-01-27-ac15c8835d656fe45e846037adfbcfe3e6faa89c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-27 - Cabinet of Vice-President Günther Oettinger x EULLER Healthcare GmbH APCO Worldwide"],"date":["2017-01-27"],"summary":["Digital Health"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-743697725488-83","ec-person-b17d355ca19058898aba2ec032de59f8701d47f5","eu-tr-81995781088-41"]}} -{"id":"ec-meeting-2017-01-27-aca577983694f1787c2da1607ec66cbafee158fd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-27 - Cabinet of Vice-President Andrus Ansip x Facebook Ireland Limited"],"date":["2017-01-27"],"summary":["Fake News, AVMSD"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-c759bd58acc54869aa8e62ce652efcda416e25c2","eu-tr-28666427835-74"]}} -{"id":"ec-meeting-2017-01-27-b08f7cfbbcc318aed9c05c9d966ab0b83dc1be25","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-27 - Cabinet of Vice-President Valdis Dombrovskis x Fédération Française de l'Assurance"],"date":["2017-01-27"],"summary":["PRIIPs"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-5149794935-37","ec-person-eec82261c60167b261e56ad1e2bfb4c482db6191"]}} -{"id":"ec-meeting-2017-01-27-cc95f2a61e2baa9257f15fd3cbf4d39172263414","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-27 - Energy x Cercle des Réseaux européens"],"date":["2017-01-27"],"summary":["Clean Energy for All Europeans package"],"location":["Paris, France"],"address":["Paris, France"],"addressEntity":["addr-c70534aa18173b860a10a50a47b139c4a581cbf6"],"organizer":["ec-dg-ener"],"involved":["ec-person-6997149120ce5129e38febe5275dc8fd03232d2e","eu-tr-212885415901-57"]}} -{"id":"ec-meeting-2017-01-27-d07a03642ca9e3204cbbd154d527c90ada83b773","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-27 - Cabinet of Commissioner Carlos Moedas x TUMO Center for Creative Technologies"],"date":["2017-01-27"],"summary":["Presentation of TUMO Center for Creative Technologies"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-23980b2bc4fd9c82051d0f7888dc236b2f764866","ec-person-a6e757d2928b639b876fd492ddee1fc1420908bf","eu-tr-455076325447-19"]}} -{"id":"ec-meeting-2017-01-27-dcc22d611c2d3b2bf95f1a3075ed0cb8bfaee7d6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-27 - Cabinet of Commissioner Carlos Moedas x Centre for European Policy Studies"],"date":["2017-01-27"],"summary":["CEPS Ideas Lab 2017"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-0a716bf5253e913fc40ebf14c12f30dc2e7a06ee","eu-tr-86853666704-95"]}} -{"id":"ec-meeting-2017-01-27-e96a81c63b7b88ba764415237e8d8ab44cb98d68","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-27 - Agriculture and Rural Development x ProSunergy Limited ASSUC- European Association of Sugar Traders"],"date":["2017-01-27"],"summary":["Sugar user representatives and ACP ambassadors"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-agri"],"involved":["eu-tr-669663515953-77","eu-tr-73074372526-61","ec-person-7bc7204a153f98afbf1ad1cffbdd10d06d9ae166"]}} -{"id":"ec-meeting-2017-01-30-1e96ab94924a81175be8833074f007e08d5dd07a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-30 - Cabinet of Commissioner Carlos Moedas x Collectif Innovation"],"date":["2017-01-30"],"summary":["Network \"Collectif Innovation\""],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["eu-tr-962167925504-75","ec-person-f7ccc3ad366dd2fdb24870e1c02ff2763539c82f"]}} -{"id":"ec-meeting-2017-01-30-20f15ff42ee3dd27180fb5d01fdc95b5cc715475","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-30 - Cabinet of Commissioner Phil Hogan x Organisation pour un réseau international d’indications géographiques"],"date":["2017-01-30"],"summary":["Perspectives pour les IG européennes en 2017"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-2292357633-53","ec-person-c9d17d5879383b030f61a4066848249fb35d57e4"]}} -{"id":"ec-meeting-2017-01-30-232430200cfd2873e187397527cfbfa936a069b0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-30 - Migration and Home Affairs x SMEunited aisbl"],"date":["2017-01-30"],"summary":["Prep. Discussion with Social Partners (2nd European Dialogue on Skills and Migration)"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-home"],"involved":["eu-tr-55820581197-35","ec-person-ae1262e8850ed1e9a0530b0ad7440ac648255896"]}} -{"id":"ec-meeting-2017-01-30-24be5a327e96a12dc30982112483cbcbd2c90dbf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-30 - Cabinet of Vice-President Valdis Dombrovskis x Bureau Européen des Unions de Consommateurs"],"date":["2017-01-30"],"summary":["Payment Services; FinTech; Retail Financial services"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-9505781573-45","ec-person-537401fc0be04984531b83660f416bf2fe14fbd8","ec-person-a9eda2e8ea54b70a968327672c6cada679d3cd56"]}} -{"id":"ec-meeting-2017-01-30-399d3e69c79c1b542f2383ee55adcb2684c50698","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-30 - Cabinet of Vice-President Andrus Ansip x Lingvist Technologies OÜ"],"date":["2017-01-30"],"summary":["Artificial Intelligence, startups"],"notes":["Portfolio: Digital Single Market"],"location":["Tallinn"],"address":["Tallinn"],"addressEntity":["addr-eaaa98c29bbb4b0a508515a16c8b783a19a2a3df"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-0f698e3a0cc0bd6a02e1bd386a25cedc1366f3f1","ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0","ec-person-91ca0921c6790191daa54427311acd63035e7c9e","ec-person-c759bd58acc54869aa8e62ce652efcda416e25c2","eu-tr-955526625524-20"]}} -{"id":"ec-meeting-2017-01-30-39be4d15f897ea439d61c8739002c671ab955404","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-30 - Cabinet of President Jean-Claude Juncker x France Télévisions"],"date":["2017-01-30"],"summary":["Digital Single Market"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-44a061693f35519551be0e3dab996e76ad3f8c7c","eu-tr-31046456610-43"]}} -{"id":"ec-meeting-2017-01-30-3c98a62b0c407ea1e1a21c20a761f2f9da3cbfb3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-30 - Cabinet of Commissioner Phil Hogan x European Union Of Wholesale with Eggs, Egg Products and Poultry and Game"],"date":["2017-01-30"],"summary":["Business discussion"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-36546161539-21","ec-person-400dd8d59d3060187d9b9b143d697da1a3d03c12"]}} -{"id":"ec-meeting-2017-01-30-4f8a2e5d85d9b479e7470d98430d3c52297aacda","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-30 - Cabinet of Commissioner Carlos Moedas x Flint Europe"],"date":["2017-01-30"],"summary":["European issues"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-2b4bb0b28e7435e5f612e44d9664dbd1051efc55","eu-tr-718251720163-42"]}} -{"id":"ec-meeting-2017-01-30-58fd7cf9de3efd8a3ed643f42afa577015430ad4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-30 - Cabinet of Vice-President Andrus Ansip x Cybernetica AS"],"date":["2017-01-30"],"summary":["Data economy, e-government"],"notes":["Portfolio: Digital Single Market"],"location":["Tallinn"],"address":["Tallinn"],"addressEntity":["addr-eaaa98c29bbb4b0a508515a16c8b783a19a2a3df"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-0f698e3a0cc0bd6a02e1bd386a25cedc1366f3f1","ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0","eu-tr-008490721879-35","ec-person-91ca0921c6790191daa54427311acd63035e7c9e","ec-person-c759bd58acc54869aa8e62ce652efcda416e25c2"]}} -{"id":"ec-meeting-2017-01-30-5b4dc90ee9efba847080e458a40e363026409e1e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-30 - Cabinet of Vice-President Karmenu Vella x Dow Europe GmbH European Chemical Industry Council FIPRA International SRL"],"date":["2017-01-30"],"summary":["Innovation and chemicals"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["eu-tr-64879142323-90","eu-tr-58746194306-23","ec-person-0e3efd8bc1c3ee9a80205d0bb78f316fa1621e5d","ec-person-98899253aaaa8e936aec841aef4a31c3573bbfad","eu-tr-38235121060-73"]}} -{"id":"ec-meeting-2017-01-30-5d7c27812dce05c112f2e0dabf5b8850253c6fec","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-30 - Cabinet of Commissioner Věra Jourová x Mastercard"],"date":["2017-01-30"],"summary":["AMLD"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-64349923a7639978983020a607770b8dc47c8144","eu-tr-58204758673-16"]}} -{"id":"ec-meeting-2017-01-30-7ea3c4341af0e666aec7e4dfafedb43f9d684202","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2017-01-30 - Cabinet of Vice-President Andrus Ansip x MTÜ EESTI SUURETTEVÕTJATE ASSOTSIATSIOON"],"date":["2017-01-30"],"summary":["Digital Single Market"],"notes":["Portfolio: Digital Single Market"],"location":["Tallinn"],"address":["Tallinn"],"addressEntity":["addr-eaaa98c29bbb4b0a508515a16c8b783a19a2a3df"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-0f698e3a0cc0bd6a02e1bd386a25cedc1366f3f1","ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0","eu-tr-823515125539-22"]}} -{"id":"ec-meeting-2017-01-30-82ba25ae76e36fe37459c418ad50bf4afb00f5dd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-30 - Cabinet of Vice-President Andrus Ansip x France Télévisions"],"date":["2017-01-30"],"summary":["Copyright"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-e91c5be432b6b3efdda369792fed67c20b767a45","eu-tr-31046456610-43"]}} -{"id":"ec-meeting-2017-01-30-86ef02cc2b5f080949ac3235e38c3c82ab7c91f3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-30 - Cabinet of President Jean-Claude Juncker x Mastercard"],"date":["2017-01-30"],"summary":["Financial services agenda"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-c402e34a99fbee730ae22e3b1958e21c94dc6fcc","eu-tr-58204758673-16"]}} -{"id":"ec-meeting-2017-01-30-92de6f5fd4f33af5bde375e21f120241cb5bdc95","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-30 - Cabinet of Vice-President Karmenu Vella x Leidar"],"date":["2017-01-30"],"summary":["Ocean governance, Our Ocean Conference, marine litter"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["eu-tr-15392729381-19","ec-person-2966d69fae0ea4e67f3f2df5a743cc766267d3c8","ec-person-0e3efd8bc1c3ee9a80205d0bb78f316fa1621e5d"]}} -{"id":"ec-meeting-2017-01-30-96728fbf0b09f6d940ed75bfcae9db68d3db54cf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-30 - Internal Market, Industry, Entrepreneurship and SMEs x Netherlands Institute of International Relations ‘Clingendael’"],"date":["2017-01-30"],"summary":["Discussion about the European Defence Action plan"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-grow"],"involved":["ec-person-60a3d0d628d231b41af1d0c65607b0fd78ca4edc","eu-tr-549643518427-11"]}} -{"id":"ec-meeting-2017-01-30-a60ea189fe8298b7028b51f659ca11c395e38a84","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-30 - Cabinet of Commissioner Marianne Thyssen x Amway"],"date":["2017-01-30"],"summary":["Skills and entrepreneurship"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["ec-person-bdb607d5d994a4056dd700f8f52d9af25b406b36","eu-tr-194220411820-41"]}} -{"id":"ec-meeting-2017-01-30-b22f979169559c7eeff9fa43998bcfd4c8dbbbc8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-30 - Cabinet of Commissioner Vytenis Andriukaitis x Dow Europe GmbH FIPRA International SRL"],"date":["2017-01-30"],"summary":["Pesticides; competition"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["eu-tr-58746194306-23","ec-person-b9c3f19e7c5f216e3e508f931ddd6a9cb59376d1","ec-person-df30d07ef698a52b9948b9c734db39196cf8541f","eu-tr-38235121060-73"]}} -{"id":"ec-meeting-2017-01-30-f626d6fa8c704cb7e51c734efe2a4a054478921c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-30 - Cabinet of Vice-President Valdis Dombrovskis x Kreab"],"date":["2017-01-30"],"summary":["PRIIPs, PEPP"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-1078390517-54","ec-person-eec82261c60167b261e56ad1e2bfb4c482db6191"]}} -{"id":"ec-meeting-2017-01-30-fb23a88b77e575734f25362c993c98d3df6d3e09","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-30 - Cabinet of Vice-President Günther Oettinger x Dow Europe GmbH"],"date":["2017-01-30"],"summary":["EU regulation"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["ec-person-76c97b49eb5244be0c8636bbc9caa6101f3cce84","eu-tr-38235121060-73"]}} -{"id":"ec-meeting-2017-01-30-fcef8071ffd2d1a00b7258d6016f2a79a5916c21","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-30 - Cabinet of Commissioner Vytenis Andriukaitis x AnimalhealthEurope"],"date":["2017-01-30"],"summary":["Antimicrobial resistance, Veterinary medicines, Medicated feed, Animal Welfare Platform"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["eu-tr-63322037415-37","ec-person-0dbfffeb0323f819c8d57164906086dd8639c437","ec-person-df30d07ef698a52b9948b9c734db39196cf8541f"]}} -{"id":"ec-meeting-2017-01-31-02ddfe57b4d45c580bccdbf6a12f8b2ccb8abd87","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2017-01-31 - Cabinet of Vice-President Cecilia Malmström x Industriegewerkschaft Metall"],"date":["2017-01-31"],"summary":["TDI, steel, MES/AD calculation, CETA","Trade Defence Instruments"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-19b143e83f8ab978c55c8a9a9e49e06dbfa14bf3","eu-tr-757195013270-80","ec-person-cb8ca9ec2413722fa83484ed18dd76ace52d0118"]}} -{"id":"ec-meeting-2017-01-31-02e60e46c25aae56d63152498fb4c347f659a907","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-31 - Maritime Affairs and Fisheries x World Ocean Council"],"date":["2017-01-31"],"summary":["Exchange of views on Oceans policy and ways to strengthen cooperation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-mare"],"involved":["ec-person-a7b4b8418268a6d6c196b5e45f606fc92acbdb8c","eu-tr-431587223907-30"]}} -{"id":"ec-meeting-2017-01-31-046e43991b67867b6d8ef85a4c2ed90c7105f617","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-31 - Regulatory Scrutiny Board x Wilfried Martens Centre for European Studies"],"date":["2017-01-31"],"summary":["Europe"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-rsb"],"involved":["ec-person-b79e2a722cf72068a7e5e24a5b455c04c07917fa","eu-tr-865557816122-74"]}} -{"id":"ec-meeting-2017-01-31-186f470e8d9d5c0f58de2d692fd62d544ae4d665","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2017-01-31 - Cabinet of Commissioner Christos Stylianides x Norwegian Refugee Council Europe"],"date":["2017-01-31"],"summary":["Palestine"],"notes":["Portfolio: Humanitarian Aid & Crisis Management"],"location":["Brussels, Berlaymont"],"address":["Brussels, Berlaymont"],"addressEntity":["addr-2d842da4e8cf3dbd0304d45e6b874d5f0aa57edf"],"organizer":["ec-cabinet-christos-commissioner-of-stylianides"],"involved":["ec-person-2fc13fcb7185092e68bea299c3be5ed16c4bdaf0","eu-tr-750447615329-96"]}} -{"id":"ec-meeting-2017-01-31-1aaf62b3c757bd207456898ee1a1cc5de9160ea5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-31 - Cabinet of Vice-President Valdis Dombrovskis x Prudential plc"],"date":["2017-01-31"],"summary":["CMU, EFSI"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-65288482768-64","ec-person-eec82261c60167b261e56ad1e2bfb4c482db6191"]}} -{"id":"ec-meeting-2017-01-31-1b53149a2649eb6f7008ad505381270f03408695","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-31 - Cabinet of Commissioner Violeta Bulc x Etihad Airways"],"date":["2017-01-31"],"summary":["Aviation issues"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-142277315551-86","ec-person-9d4dc4867a44dfe10f67ae7ee1706da3e8b48a24"]}} -{"id":"ec-meeting-2017-01-31-1cfb32f61b60d126e879b3c6f7c10f3124d62453","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-31 - Cabinet of Vice-President Günther Oettinger x Industriegewerkschaft Metall"],"date":["2017-01-31"],"summary":["Connected and Automated Driving"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-757195013270-80","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2017-01-31-21e724a1cc10dfc6520d1ab4508050dc3ed1e783","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-31 - Cabinet of Commissioner Julian King x British Agriculture Bureau"],"date":["2017-01-31"],"summary":["UK farming union future priorities"],"notes":["Portfolio: Security Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-julian-king-of"],"involved":["eu-tr-23029147081-37","ec-person-37c79733647a2293d1e96e976d3a72c6b707cb4c"]}} -{"id":"ec-meeting-2017-01-31-22930212f5de3383d24195393d14c49b20f3a728","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-31 - Cabinet of Vice-President Andrus Ansip x Netflix International B.V."],"date":["2017-01-31"],"summary":["DSM, AVMSD"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-c759bd58acc54869aa8e62ce652efcda416e25c2","eu-tr-487726915971-30","ec-person-91ca0921c6790191daa54427311acd63035e7c9e"]}} -{"id":"ec-meeting-2017-01-31-2400aea68c406d2cfb4cac7ed4cdc81d7236ed0a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-31 - Cabinet of Commissioner Elżbieta Bieńkowska x industriAll European Trade Union"],"date":["2017-01-31"],"summary":["Caterpillar"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["ec-person-d2997a7f359c91a337055c3e24dd36bf928de38d","eu-tr-358284014848-82","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2017-01-31-2a7192837378fdb0cc94cf3927d948ba9bace55a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-31 - Cabinet of Vice-President Andrus Ansip x DIN Deutsches Institut für Normung e. V."],"date":["2017-01-31"],"summary":["Standardisation, digitisation"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-989808524267-58","ec-person-6a03bc4fa7657513ea34529e98dba0671ef4c849"]}} -{"id":"ec-meeting-2017-01-31-3000365640b6b2d31c033bc7b1c97c734ae39c97","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-31 - Cabinet of Commissioner Věra Jourová x Google"],"date":["2017-01-31"],"summary":["General portfolio issues"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-a2ca9161feee56909a0e98b473c2d342c20fdb57","eu-tr-03181945560-59"]}} -{"id":"ec-meeting-2017-01-31-3a63fe60eb577c4f37cf3d81e97a56589c537245","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-31 - Cabinet of Commissioner Tibor Navracsics x Microsoft Corporation"],"date":["2017-01-31"],"summary":["Digital education for refugees"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["eu-tr-0801162959-21","ec-person-1da7ee09d46288ee4ea9db2b644bdcf9c3d6d000"]}} -{"id":"ec-meeting-2017-01-31-492fcf3510dd867115d679432e86f9e34c5a5769","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-31 - Cabinet of Commissioner Phil Hogan x Animal Welfare And Trade Ltd"],"date":["2017-01-31"],"summary":["Business discussion"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-267316520487-15","ec-person-400dd8d59d3060187d9b9b143d697da1a3d03c12"]}} -{"id":"ec-meeting-2017-01-31-580aaeb58b2d667aa92d17b4996248197a3f2c29","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-31 - Justice and Consumers x Union Europeenne des Huissiers de Justice"],"date":["2017-01-31"],"summary":["Courtesy visit"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-just"],"involved":["eu-tr-500386625358-29","ec-person-7f02c085966bf7e9ecf267d0fa52c94a32d1687f"]}} -{"id":"ec-meeting-2017-01-31-5c20ee14e5b23928c27d1e068a37266ad60b63fa","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-31 - Cabinet of Commissioner Carlos Moedas x Leidar"],"date":["2017-01-31"],"summary":["Meeting with the Founder & CEO of The Ocean Cleanup/ Presentation of The Ocean Cleanup initiative"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-0a716bf5253e913fc40ebf14c12f30dc2e7a06ee","eu-tr-15392729381-19","ec-person-23980b2bc4fd9c82051d0f7888dc236b2f764866"]}} -{"id":"ec-meeting-2017-01-31-6a33ec7d6beaa96f4dea74bd50a4dd30d3d947bd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-31 - Cabinet of Vice-President Andrus Ansip x Global Cyber Alliance Belgium"],"date":["2017-01-31"],"summary":["Cybersecurity"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-3ca0c466b8ff230d4409591430b388007ce14ff8","eu-tr-721873825666-08"]}} -{"id":"ec-meeting-2017-01-31-7c4fd7a7839e6bf6d04e247af9899b979a3ce685","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-31 - Cabinet of Vice-President Andrus Ansip x News Corporation"],"date":["2017-01-31"],"summary":["DSM general, platforms, publishers' right"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-544873617314-08","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45"]}} -{"id":"ec-meeting-2017-01-31-7c95876e713d8004f3e1a266b551fbaa55e012d2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-31 - Cabinet of Commissioner Violeta Bulc x Logistics UK"],"date":["2017-01-31"],"summary":["Road transport-Application of minimum wage rules"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-14799073282-84","ec-person-dd7851e4a1e747e824b4f81139e33bc3cdb73160"]}} -{"id":"ec-meeting-2017-01-31-847397c1b4d79ef63f3e0d1a81c0dcf42436fdb9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-31 - Cabinet of Commissioner Elżbieta Bieńkowska x Saab AB"],"date":["2017-01-31"],"summary":["european defence industries"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["ec-person-685ecf13dd26cd515c961e24ba71049af2302c5e","ec-person-b2f9be51339f054477846797e2c119fcf16548fc","eu-tr-86477889163-49"]}} -{"id":"ec-meeting-2017-01-31-87e24432649301d1727b7c7bdb6047c4efe70a8f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-31 - Cabinet of Vice-President Jyrki Katainen x EUROCADRES - THE COUNCIL OF EUROPEAN PROFESSIONAL AND MANAGERIAL STAFF"],"date":["2017-01-31"],"summary":["EU-priorities of Eurocadres and Akava for 2017"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-93e8e8ac2ee89edb4c52bce70d7472c8eae05edd","eu-tr-803183412905-34"]}} -{"id":"ec-meeting-2017-01-31-88467c6ffb5a2c0bcb1c61491f8290dc51c445fe","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-31 - Cabinet of Commissioner Pierre Moscovici x Discovery Capital Management, LLC"],"date":["2017-01-31"],"summary":["Situation in Greece"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["eu-tr-395457123554-26","ec-person-18ec03f403696ecde522f7843ba9c4ff6335ead4"]}} -{"id":"ec-meeting-2017-01-31-88d2324cacf1b06c26e830a012636c824f89352b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-31 - Cabinet of Commissioner Corina Crețu x Dynamic Vision"],"date":["2017-01-31"],"summary":["Urban policy"],"notes":["Portfolio: Regional Policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-corina-cretu-of"],"involved":["eu-tr-889762221474-21","ec-person-b6d8ffa1f6c665ea8de36b048d1320f9fe4a52fa"]}} -{"id":"ec-meeting-2017-01-31-9385d943758aba6cf8db4c56781d82d2d993083e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-31 - Cabinet of Commissioner Marianne Thyssen x DON BOSCO INTERNATIONAL"],"date":["2017-01-31"],"summary":["Presentation of Don Bosco International"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["eu-tr-874082316357-71","ec-person-e93189002a993321fd1af93481b271c766b1aff8","ec-person-ce19440eacb8fd67f534bdbcce33a1c4cedfd071"]}} -{"id":"ec-meeting-2017-01-31-9bd82db8205725e9e5f72928b7d738dac8dae11a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-31 - Cabinet of Commissioner Julian King x Global Cyber Alliance Belgium"],"date":["2017-01-31"],"summary":["Cybersecurity"],"notes":["Portfolio: Security Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-julian-king-of"],"involved":["ec-person-5b22be4333936d6e9e2067397c048a016c117d67","eu-tr-721873825666-08"]}} -{"id":"ec-meeting-2017-01-31-9dda2d25b188f11e6dde6a205dbf5f342344d5b0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-31 - Cabinet of Commissioner Pierre Moscovici x KLM Royal Dutch Airlines"],"date":["2017-01-31"],"summary":["La situation des compagnies aériennes en Europe et l’impact de Brexit sur le fonctionnement des compagnie aériennes européennes"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["ec-person-79931cfd2923c1aca9c7d284e9590732b0a36ed9","ec-person-3cbeba61ae952f06fe4916c381438ebbc676a597","eu-tr-76441066192-30"]}} -{"id":"ec-meeting-2017-01-31-a148097b6d4cc59c5cc5a9e71701da8b8a2a305a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-31 - Cabinet of Vice-President Miguel Arias Cañete x Eurelectric aisbl"],"date":["2017-01-31"],"summary":["Market designe"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-4271427696-87","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd"]}} -{"id":"ec-meeting-2017-01-31-c3b241ed6a7ab25e9ec89e0ed1995dc178916c4f","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2017-01-31 - Cabinet of Vice-President Miguel Arias Cañete x Industriegewerkschaft Metall"],"date":["2017-01-31"],"summary":["Decarbonization of transport, POST 2020 Co2 standard cars"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-757195013270-80","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd"]}} -{"id":"ec-meeting-2017-01-31-cc476b517ddcd6885de3dd5b7b73a2d7067b4e3c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-31 - Cabinet of President Jean-Claude Juncker x Kreab"],"date":["2017-01-31"],"summary":["Financial services agenda"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-1078390517-54","ec-person-c402e34a99fbee730ae22e3b1958e21c94dc6fcc"]}} -{"id":"ec-meeting-2017-01-31-ccf20ba879b0a8d79fe7ab4936ac7e70e4c03bb5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-31 - Cabinet of Commissioner Phil Hogan x Dow Europe GmbH"],"date":["2017-01-31"],"summary":["Avian Influenza and Marketing Status for Freee Range Eggs"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-400dd8d59d3060187d9b9b143d697da1a3d03c12","eu-tr-38235121060-73"]}} -{"id":"ec-meeting-2017-01-31-e1bc7848e4397b634df4ec05c079bb111ecd1b20","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-31 - Cabinet of Commissioner Vytenis Andriukaitis x European Federation of Pharmaceutical Industries and Associations"],"date":["2017-01-31"],"summary":["Non Communicable diseases"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["eu-tr-38526121292-88","ec-person-059ca943fc5fc696d2a97849c635ddf7b6ab7fd7"]}} -{"id":"ec-meeting-2017-01-31-e8e83ad0880bde0eb0bb98d3b9eac41382d06a63","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-31 - Cabinet of Vice-President Neven Mimica x International Planned Parenthood Federation European Network"],"date":["2017-01-31"],"summary":["Family planning as part of the UN 2030 agenda"],"notes":["Portfolio: International Cooperation & Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-mimica-neven-of-president-vice"],"involved":["eu-tr-49806329193-46","ec-person-b187f3955c71d2e1daa48e02fd0a09ab7c6f6098","ec-person-e90858f5aba78fd0e1cb2f757c3f38d55d91f98b","ec-person-886e1b865045c3ed98e99075006d09cea708acce"]}} -{"id":"ec-meeting-2017-01-31-ff015c51c2d16ada6ff7ada76372ab313f19414a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-01-31 - Cabinet of Commissioner Julian King x Deutsche Telekom Airbus Ericsson Cybernetica AS"],"date":["2017-01-31"],"summary":["Cyber security"],"notes":["Portfolio: Security Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-julian-king-of"],"involved":["ec-person-8d48893e9e1b5fcb8f1a7bf47a39f9a2a3ac4c54","eu-tr-008490721879-35","eu-tr-2732167674-76","eu-tr-02021363105-42","eu-tr-60052162589-72"]}} -{"id":"ec-meeting-2017-02-01-04093b9ea8052798a52e45f74f28713b464770bc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-01 - Cabinet of Vice-President Valdis Dombrovskis x Mastercard"],"date":["2017-02-01"],"summary":["PSD2"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-537401fc0be04984531b83660f416bf2fe14fbd8","eu-tr-58204758673-16"]}} -{"id":"ec-meeting-2017-02-01-1302ba4ff7334a8a27576e3897d29055e05f9fa8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-01 - Cabinet of Commissioner Elżbieta Bieńkowska x Kaupan liitto ry - Finnish Commerce Federation"],"date":["2017-02-01"],"summary":["unfaire trading practices in the food supply chain"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-141376015883-52","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2017-02-01-1475544242ddf8af1c7ed07712e65ecdd0fd0578","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-01 - Cabinet of President Jean-Claude Juncker x European Environmental Bureau WWF European Policy Programme Friends of the Earth Europe Transport and Environment (European Federation for Transport and Environment) Health & Environment Alliance Greenpeace European Unit Climate Action Network Europe Stichting BirdLife Europe"],"date":["2017-02-01"],"summary":["A Union of Democratic Change; Energy Union; Jobs, Growth and Investment; A stronger Global Actor"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-06798511314-27","eu-tr-58744833263-19","eu-tr-1083162721-43","eu-tr-00723343929-96","eu-tr-1414929419-24","eu-tr-55888811123-49","eu-tr-9832909575-41","ec-person-b1bf9aa5fb7e886441ff341b657cc482b64a2a3e","eu-tr-9825553393-31"]}} -{"id":"ec-meeting-2017-02-01-1e260f2e887a2cf3755bed593b98256ecb0ef3b5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-01 - Trade x Ford Motor Company"],"date":["2017-02-01"],"summary":["Discussions on trade issues"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-trade"],"involved":["ec-person-bde9bb099f5d24c52ca4a9255cefc99a5b87a650","eu-tr-21851435137-02"]}} -{"id":"ec-meeting-2017-02-01-29eb352a2b45c5348d4f9352bf0f1a6850a476e3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-01 - Cabinet of Vice-President Karmenu Vella x SMEunited aisbl"],"date":["2017-02-01"],"summary":["Green Week"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["brussels"],"address":["brussels"],"addressEntity":["addr-e2daa1574b7ac475c827b33e281bd2d5e013c882"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["eu-tr-55820581197-35","ec-person-bcbcecab9aa87f7138c7614fea5ae81e76a6b138"]}} -{"id":"ec-meeting-2017-02-01-38b79543ded302b1d0f2bce5bc686def2ba3f58e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-01 - Cabinet of Commissioner Margrethe Vestager x InterDigital, Inc."],"date":["2017-02-01"],"summary":["Digital Single Market"],"notes":["Portfolio: Competition"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-margrethe-of-vestager"],"involved":["eu-tr-787513017798-23","ec-person-6e8b9cd7bb1a15a7e90b04790769360ba931cafd"]}} -{"id":"ec-meeting-2017-02-01-45db695bde44738ab654983c0c0cfb3ebbe993ac","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-01 - Health and Food Safety x European Brain Council"],"date":["2017-02-01"],"summary":["Discussion on prevention and sustainability of the healthcare systems."],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-sante"],"involved":["eu-tr-31091478710-90","ec-person-3c7fdbe0c1c235777d916309465339b7ed1666f6"]}} -{"id":"ec-meeting-2017-02-01-517c58d64d4ea8cbf5fc1bdf5fb41b2621e7725e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-01 - Cabinet of Commissioner Věra Jourová x Workday"],"date":["2017-02-01"],"summary":["EU-US Privacy Shield, GDPR"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["eu-tr-021253717373-58","ec-person-f329292459cb1badb7fb7c6b67b698c441931bb2"]}} -{"id":"ec-meeting-2017-02-01-52c6b51fd6bcfe005bbd3f4ddea570b684decd5e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-01 - Cabinet of Commissioner Phil Hogan x Beef + Lamb New Zealand"],"date":["2017-02-01"],"summary":["Business discussion"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-400dd8d59d3060187d9b9b143d697da1a3d03c12","eu-tr-411499419067-78"]}} -{"id":"ec-meeting-2017-02-01-55922cf67bc4bc2312c70dac71ebb20cf7069a42","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-01 - Cabinet of Vice-President Neven Mimica x Green 10"],"date":["2017-02-01"],"summary":["Implementation of the 2030 Agenda"],"notes":["Portfolio: International Cooperation & Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-mimica-neven-of-president-vice"],"involved":["ec-person-d455992f8f48b86e26e61f5284a9ef8e18aed182","eu-tr-70309834043-10"]}} -{"id":"ec-meeting-2017-02-01-5d16256da164707cb21a9a7f7be712484e59109a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-01 - Cabinet of Commissioner Margrethe Vestager x Nykredit Realkredit A/S"],"date":["2017-02-01"],"summary":["Basel Reforms"],"notes":["Portfolio: Competition"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-margrethe-of-vestager"],"involved":["ec-person-ba88c0f325beb42cca2cabbf7a5ea2fe3a59f989","eu-tr-337992525403-73"]}} -{"id":"ec-meeting-2017-02-01-62056acc216641a325b6bdf55b43f3ab20108fb8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-01 - Financial Stability, Financial Services and Capital Markets Union x Société Générale"],"date":["2017-02-01"],"summary":["BCBS negotiations and initial thoughts on the CRD5/CRR package, EMIR"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-34369111614-57","ec-person-bdee7a93f95c8ef05079539170139b3c02e8ed96"]}} -{"id":"ec-meeting-2017-02-01-703695894618587a364fdef570759eeff6258302","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-01 - Cabinet of Commissioner Tibor Navracsics x streetfootballworld gGmbH"],"date":["2017-02-01"],"summary":["EU sport policy priorities"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-49f31dad10f5641cb1d1e4c3107dd838389e8120","eu-tr-721996216817-02"]}} -{"id":"ec-meeting-2017-02-01-82db2c303ace8d9cc618d26b0059a9100d3d0c7f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-01 - Cabinet of Commissioner Elżbieta Bieńkowska x Kesko Corporation Kaupan liitto ry - Finnish Commerce Federation S Group"],"date":["2017-02-01"],"summary":["food suply chain"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-141376015883-52","eu-tr-670048014882-93","ec-person-b2f9be51339f054477846797e2c119fcf16548fc","eu-tr-542547324906-30"]}} -{"id":"ec-meeting-2017-02-01-8435b2c4b6bc94a3ce7e2aedcd1302737d195054","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-01 - Cabinet of Vice-President Jyrki Katainen x Sanoma Corporation European Publishers Council"],"date":["2017-02-01"],"summary":["Digital Single Market Strategy and Investment Plan for Europe"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-712395115155-72","eu-tr-4456380381-30","ec-person-81b1dda49062e5dac42bdad9273fa72968a2c325","ec-person-93e8e8ac2ee89edb4c52bce70d7472c8eae05edd"]}} -{"id":"ec-meeting-2017-02-01-92509c36659f512b91e0cdf531a194704f53f244","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-01 - Cabinet of Commissioner Carlos Moedas x John Wiley & Sons Limited"],"date":["2017-02-01"],"summary":["Open Science"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-b8d49828915f9008e764a78796d47ea00807a658","eu-tr-795349522263-75"]}} -{"id":"ec-meeting-2017-02-01-9e6ed5c9cef6a765bdf34d70dca4b35ac90e8429","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-01 - Cabinet of Vice-President Johannes Hahn x Shaviv Strategy and Campaigns"],"date":["2017-02-01"],"summary":["WB political situation"],"notes":["Portfolio: European Neighbourhood Policy & Enlargement Negotiations"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-cabinet-hahn-johannes-of-president-vice"],"involved":["ec-person-1bd6315557d4f517e4fc1efe48b88b93ae820d5a","eu-tr-409244920140-89"]}} -{"id":"ec-meeting-2017-02-01-a65fbb93e4ae2f6b9fa00ea1a3ec99bc1d429af0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-01 - Cabinet of Commissioner Pierre Moscovici x News Corporation"],"date":["2017-02-01"],"summary":["Newscorp expressed support for the VAT proposal allowing to apply a reduced rate on e-publication, enquiring on the timeline and on whether we would need any information from their field experience"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["eu-tr-544873617314-08","ec-person-1d299d025d2afdcba46db3d131b6197fab6e0c89"]}} -{"id":"ec-meeting-2017-02-01-c6399b6783a63af7f8d40fe2031dc5fd62f1c46f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-01 - Cabinet of Vice-President Maroš Šefčovič x Verband der Automobilindustrie"],"date":["2017-02-01"],"summary":["Situation of the car industry"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-95574664768-90","ec-person-2be517b9261a91f2f07e05ec14c6331980e9716e"]}} -{"id":"ec-meeting-2017-02-01-d22b2c3c4af0feae0f4cdfdbf88b4ae5170ec0ce","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-01 - Cabinet of Vice-President Miguel Arias Cañete x STEAG GmbH"],"date":["2017-02-01"],"summary":["Market Design"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-1831691c10441c5974327bbeb8693d6b6c1e50c3","eu-tr-249473410586-30"]}} -{"id":"ec-meeting-2017-02-01-d61ff6a48aab34f8ff94a5e116e3edc24b6de85a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-01 - Cabinet of Commissioner Christos Stylianides x Médecins Sans Frontières"],"date":["2017-02-01"],"summary":["Humanitarian Crises; International Humanitarian Law (IHL)"],"notes":["Portfolio: Humanitarian Aid & Crisis Management"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-christos-commissioner-of-stylianides"],"involved":["eu-tr-38497857515-11","ec-person-6f08c893ea685f6d5f50c2c6e373f294e3616698"]}} -{"id":"ec-meeting-2017-02-01-d90ae45423645b7027892535dcde3f86eaa40fd5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-01 - Cabinet of President Jean-Claude Juncker x EUROCHAMBRES – Association of European Chambers of Commerce and Industry"],"date":["2017-02-01"],"summary":["European Solidarity Corps"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-44a061693f35519551be0e3dab996e76ad3f8c7c","eu-tr-0014082722-83"]}} -{"id":"ec-meeting-2017-02-01-e21d479c2ed2c14ce1a1b085cd5661d43373b4f3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-01 - Cabinet of Vice-President Valdis Dombrovskis x Crédit Agricole S.A."],"date":["2017-02-01"],"summary":["CMU, EMIR"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-35147251117-11","ec-person-eec82261c60167b261e56ad1e2bfb4c482db6191"]}} -{"id":"ec-meeting-2017-02-01-f0f23e2fccc08f9f1c03a2174ffdaa3dd78c4a8f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-01 - Cabinet of Vice-President Valdis Dombrovskis x HSBC Holdings PLC"],"date":["2017-02-01"],"summary":["CRR2 package"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-001866415031-87","ec-person-48f31156d932641826e09f5b73f074d35ff05786"]}} -{"id":"ec-meeting-2017-02-01-fcf99c6ed0368d47c61d35f753ead00b74b4e70a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-01 - Cabinet of Vice-President Miguel Arias Cañete x Norwegian University of Science and Technology"],"date":["2017-02-01"],"summary":["Energy + Climate Research and Innovation"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-886395221039-89","ec-person-25a937c04cd0a0ddcf5cf34798e76b5105854114"]}} -{"id":"ec-meeting-2017-02-02-07bb7b3bc8a32f5dcf81dfbc9d4e3510d7a20cb1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-02 - Cabinet of Vice-President Johannes Hahn x Wirtschaftskammer Österreich"],"date":["2017-02-02"],"summary":["Economic policy issues"],"notes":["Portfolio: European Neighbourhood Policy & Enlargement Negotiations"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-hahn-johannes-of-president-vice"],"involved":["eu-tr-10405322962-08","ec-person-2fca685599028e7674f6143b21eb6760c913eef0"]}} -{"id":"ec-meeting-2017-02-02-07e10d0210e3a07d6fa37076347cf13fbc9fc5cc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-02 - Cabinet of Vice-President Andrus Ansip x Peter Chase Consulting dba Chase TransAtlantic Consulting Zebra Technologies Corporation"],"date":["2017-02-02"],"summary":["on Political Pressures and the Transatlantic Digital Economy - The Impact on Privacy, Platforms, and Content"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-3ca0c466b8ff230d4409591430b388007ce14ff8","eu-tr-626203223164-71","eu-tr-676235625673-28"]}} -{"id":"ec-meeting-2017-02-02-0fa7edb97c029f98106d643b791fab260ec3e3f2","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2017-02-02 - Cabinet of Vice-President Miguel Arias Cañete x Henkel AG & Co. KGaA"],"date":["2017-02-02"],"summary":["Ecodesign","New eco-design requirements for electronic displays"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-13635802880-80","ec-person-25a937c04cd0a0ddcf5cf34798e76b5105854114"]}} -{"id":"ec-meeting-2017-02-02-123ae6bccd4e9db168a950fd996f61a396d07620","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2017-02-02 - Cabinet of Vice-President Valdis Dombrovskis x BVI Bundesverband Investment und Asset Management e.V."],"date":["2017-02-02"],"summary":["ESAs review; Macroprudential review","CMU, Call for Evidence, AIFMD, ESAs"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-96816064173-47","ec-person-48f31156d932641826e09f5b73f074d35ff05786","ec-person-eec82261c60167b261e56ad1e2bfb4c482db6191"]}} -{"id":"ec-meeting-2017-02-02-3237e25ff57afc8e4ece8dc4be4fe6275a1f0dd4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-02 - Cabinet of Commissioner Violeta Bulc x Da Jiang Innovations"],"date":["2017-02-02"],"summary":["U-Space and EASA Regulation"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-9d4dc4867a44dfe10f67ae7ee1706da3e8b48a24","eu-tr-526710919886-47"]}} -{"id":"ec-meeting-2017-02-02-4ed56384ba76e85fa5b58036212194bc10b1fb50","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-02 - Communications Networks, Content and Technology x AT&T, Inc."],"date":["2017-02-02"],"summary":["Digital Single Market - Industry 4.0 - Audiovisual - Platforms and Smart Regulation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-92442218459-37","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2017-02-02-578370eefe079fb8049062d4e6ffc8a70f757c0e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-02 - Cabinet of Vice-President Andrus Ansip x EWE Aktiengesellschaft"],"date":["2017-02-02"],"summary":["Telecom review, connectivity"],"notes":["Portfolio: Digital Single Market"],"location":["Brussles"],"address":["Brussles"],"addressEntity":["addr-e6ba3e89050fdfff2010d3fb9d2fbe42cd1cafd9"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-666bc159c7e65a3af9e63c1e97435c02f1496955","eu-tr-00741337988-18"]}} -{"id":"ec-meeting-2017-02-02-57a78ea2c7cc8153abc880d1ee22a0da2060bac7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-02 - Cabinet of Commissioner Elżbieta Bieńkowska x Peter Chase Consulting dba Chase TransAtlantic Consulting Zebra Technologies Corporation"],"date":["2017-02-02"],"summary":["introductory meeting"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-626203223164-71","ec-person-b2f9be51339f054477846797e2c119fcf16548fc","eu-tr-676235625673-28"]}} -{"id":"ec-meeting-2017-02-02-5fe3959c74c3618d6b6121ecc28873c76110de00","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-02 - Financial Stability, Financial Services and Capital Markets Union x Citigroup Inc."],"date":["2017-02-02"],"summary":["Capital Markets Union project and opportunities for less developed capital markets,the review of the impact of regulation, and the risk reduction package, including CRD5."],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-00353757573-57","ec-person-bdee7a93f95c8ef05079539170139b3c02e8ed96"]}} -{"id":"ec-meeting-2017-02-02-6cdd1e77a7660782265808675c13a0bfd3ca111c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-02 - Cabinet of Vice-President Miguel Arias Cañete x Bundesverband der Deutschen Industrie e.V."],"date":["2017-02-02"],"summary":["ETS and Market Design"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-1831691c10441c5974327bbeb8693d6b6c1e50c3","eu-tr-1771817758-48"]}} -{"id":"ec-meeting-2017-02-02-6f09854cfa19bfe134533452759f5ed5b0886632","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-02 - Cabinet of Commissioner Marianne Thyssen x Conference of European Schools for Advanced Engineering Education and Research"],"date":["2017-02-02"],"summary":["New Skills Agenda for Europe"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["ec-person-bdb607d5d994a4056dd700f8f52d9af25b406b36","ec-person-e93189002a993321fd1af93481b271c766b1aff8","eu-tr-484959115993-15"]}} -{"id":"ec-meeting-2017-02-02-704d7323c5b05f29b5bcf586e49d1f336e13da77","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-02 - Cabinet of Vice-President Andrus Ansip x Workday"],"date":["2017-02-02"],"summary":["Discussion on the adoption of European Data Economy and Privacy package"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-021253717373-58","ec-person-5db7bdd1c81da2e70eb5b982097d0004111b5c3e"]}} -{"id":"ec-meeting-2017-02-02-7685739ebe47c313fe2a3428b2c68087d0451186","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-02 - Cabinet of Commissioner Tibor Navracsics x Conference of European Schools for Advanced Engineering Education and Research"],"date":["2017-02-02"],"summary":["Interdisciplinary education and research, the Erasmus+ programme, the EIT and the JRC"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-dc2e0fed0fdf39a6a3f3ad63355c5215599de9d1","eu-tr-484959115993-15"]}} -{"id":"ec-meeting-2017-02-02-82582b978d1a4e90a78631067e64dc6094837097","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-02 - Communications Networks, Content and Technology x Euronews"],"date":["2017-02-02"],"summary":["Collaboration between DG CONNECT and Euronews"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-944964416106-32","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2017-02-02-9738cba0e91b1f69b43da4d142e6871ba7b158ef","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-02 - Cabinet of Vice-President Miguel Arias Cañete x VELUX A/S (VELUX Group) Teneo Brussels Saint-Gobain Building Glass Benelux"],"date":["2017-02-02"],"summary":["Energy efficiency, energy performance of building - meeting was organised by Active House Alliance -"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-29198603564-71","eu-tr-423142010527-25","eu-tr-91124993695-29","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd"]}} -{"id":"ec-meeting-2017-02-02-9ed4f248a6338176af963bccac536f2818446a6c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-02 - Cabinet of Commissioner Carlos Moedas x Académie des sciences"],"date":["2017-02-02"],"summary":["Research integrity"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-f7ccc3ad366dd2fdb24870e1c02ff2763539c82f","ec-person-23980b2bc4fd9c82051d0f7888dc236b2f764866","eu-tr-758607624824-23"]}} -{"id":"ec-meeting-2017-02-02-be5c189af69e1f44c005c75655fb29fdac3ca8fd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-02 - Cabinet of Commissioner Carlos Moedas x Google"],"date":["2017-02-02"],"summary":["Research & Innovation"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["eu-tr-03181945560-59","ec-person-a6e757d2928b639b876fd492ddee1fc1420908bf"]}} -{"id":"ec-meeting-2017-02-02-c4a474bfc76a0276c6ce89f0ea0e8d9624fa8831","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-02 - Cabinet of Commissioner Věra Jourová x AT&T, Inc."],"date":["2017-02-02"],"summary":["EU-US Privacy Shield, GDPR an e-Privacy Regulation"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-a608b85b2ffef83f883b5a2330b6232efa1b7141","ec-person-f329292459cb1badb7fb7c6b67b698c441931bb2","eu-tr-92442218459-37"]}} -{"id":"ec-meeting-2017-02-02-c5591735d08b6f9c3256b3058a4ad72970338f44","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-02 - Cabinet of Commissioner Pierre Moscovici x JPMorgan Chase & Co."],"date":["2017-02-02"],"summary":["a short meeting to exchange thoughts on European economic and financial affairs, Brexit, the U.S."],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["ec-person-3cbeba61ae952f06fe4916c381438ebbc676a597","ec-person-18ec03f403696ecde522f7843ba9c4ff6335ead4","eu-tr-9171899949-17"]}} -{"id":"ec-meeting-2017-02-02-d3169a97fedf44c95dc75ff76522e4b68ebf8772","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-02 - Cabinet of High Representative / Vice-President Federica Mogherini x TUSKON EU"],"date":["2017-02-02"],"summary":["Developments in Turkey"],"notes":["Portfolio: Foreign Affairs and Security Policy"],"location":["Brussels (Berlaymont)"],"address":["Brussels (Berlaymont)"],"addressEntity":["addr-4e70ddf45e81f0631950978c4aa49a218756a3f4"],"organizer":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"involved":["eu-tr-556878924114-24","ec-person-ee86c41d7473bc187090b8df8b593c8ea2faaf0c"]}} -{"id":"ec-meeting-2017-02-02-ea236415adf750f65c9de6d0e5f853b52b7f7201","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-02 - Cabinet of Commissioner Violeta Bulc x HSBC Holdings PLC"],"date":["2017-02-02"],"summary":["CEF Blending Call"],"notes":["Portfolio: Transport"],"location":["brussels"],"address":["brussels"],"addressEntity":["addr-e2daa1574b7ac475c827b33e281bd2d5e013c882"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-001866415031-87","ec-person-be830229e281863b280fbdedb9755116218a1b6d"]}} -{"id":"ec-meeting-2017-02-02-fc075c054b851ee424d06bed46fee5d9ed004afe","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-02 - Cabinet of Commissioner Pierre Moscovici x Airbus"],"date":["2017-02-02"],"summary":["Discussion avenir du secteur aéronautique et des hélicoptères"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["ec-person-79931cfd2923c1aca9c7d284e9590732b0a36ed9","eu-tr-2732167674-76"]}} -{"id":"ec-meeting-2017-02-02-fdad06a42eb90f2ad24d5690f2db02759acbf919","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-02 - Cabinet of Vice-President Günther Oettinger x EWE Aktiengesellschaft"],"date":["2017-02-02"],"summary":["Electronic Communication Code"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["ec-person-1a98ebdc65a0fda494d1f6eb6fb74247a3036490","eu-tr-00741337988-18"]}} -{"id":"ec-meeting-2017-02-03-02b982ffef18ba484d2dbebd70315b187bec8ce2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-03 - Cabinet of Commissioner Vytenis Andriukaitis x Fédération Européenne des Fabricants d'Aliments Composés"],"date":["2017-02-03"],"summary":["Antimicrobial resistance"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["eu-tr-77105321408-83","ec-person-c986c9ff99d99d8006e000db5a8046be615813ae"]}} -{"id":"ec-meeting-2017-02-03-226b1e3d231196f3e0bdb69d87df7c1bac83d444","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-03 - Energy x Stichting European Climate Foundation"],"date":["2017-02-03"],"summary":["energy policy; regional cooperation"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-64869491516-70","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2017-02-03-2793a73023ff10b70b9e929425747e099808d290","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-03 - Cabinet of Commissioner Pierre Moscovici x ENEL SpA"],"date":["2017-02-03"],"summary":["Presentation of ENEL and discussion on possible initiatives in the field of energy taxation and discussion on FTT"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["eu-tr-6256831207-27","ec-person-738f7f25002d191bd2df8936e8f8d1d726c19e2e"]}} -{"id":"ec-meeting-2017-02-03-27c1b71b52e072d9b9eaec9bdfea15c788fb1b0f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-03 - Cabinet of Vice-President Cecilia Malmström x WeMove Europe gGmbH"],"date":["2017-02-03"],"summary":["CETA, Multilateral Investment Court"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-cb8ca9ec2413722fa83484ed18dd76ace52d0118","eu-tr-951727724586-61"]}} -{"id":"ec-meeting-2017-02-03-4c9e24508e4a97d41c52b3fcf5e7848b79084427","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-03 - Cabinet of Vice-President Maroš Šefčovič x Association des Constructeurs Européens d'Automobiles"],"date":["2017-02-03"],"summary":["Preperation of ACEA Annual Reception 2017"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-3bf48630444ace93d407e52eb880e64d480f75ce","ec-person-2be517b9261a91f2f07e05ec14c6331980e9716e","eu-tr-0649790813-47"]}} -{"id":"ec-meeting-2017-02-03-7e50da5d1afe16f6e1d1be6e1fcb09f633406a15","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-03 - Cabinet of Commissioner Carlos Moedas x Henkel AG & Co. KGaA"],"date":["2017-02-03"],"summary":["new eco-design requirements for electronic displays"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["eu-tr-13635802880-80","ec-person-0a716bf5253e913fc40ebf14c12f30dc2e7a06ee"]}} -{"id":"ec-meeting-2017-02-03-82f710cef7bf05f4df8eae6f7465869dc10c6b7e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-03 - Energy x Business Bridge Europe"],"date":["2017-02-03"],"summary":["Energy policy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["ec-person-6997149120ce5129e38febe5275dc8fd03232d2e","eu-tr-72856225852-31"]}} -{"id":"ec-meeting-2017-02-03-86d926f54a49668ec374fd277dc54229567b964c","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2017-02-03 - Cabinet of Vice-President Günther Oettinger x Daimler Aktiengesellschaft"],"date":["2017-02-03"],"summary":["Connected and automated driving","Connected and Automated Driving"],"notes":["Portfolio: Budget & Human Resources"],"location":["Stuttgart","BXL"],"address":["Stuttgart","BXL"],"addressEntity":["addr-d2fde52f67ea4a3e1fe233d0a959d6a1c77fd910","addr-ec1b13e7905dbe946388ffc80ac1b7f2624ca649"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["ec-person-6ae6cc420fab2c032884945814d4e330cecb43d7","eu-tr-2349218828-41","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2017-02-03-88b38bae98068a0de2d041e2aba37380010854c1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-03 - Cabinet of Commissioner Violeta Bulc x BLAGOVNO TRGOVINSKI CENTER d.d."],"date":["2017-02-03"],"summary":["Meeting with g. Mermalom during the lunch with LJU Mayor Jankovič"],"notes":["Portfolio: Transport"],"location":["Ljubljana"],"address":["Ljubljana"],"addressEntity":["addr-be95acba75b6b18917b2638aae79ec1300c77c35"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-4d2b449b5047ea3fda435a2a1c1081e3babcdf76","ec-person-5012c5e45a52ee8ce67d19c1781a127af53e73e7","eu-tr-323477526070-15"]}} -{"id":"ec-meeting-2017-02-03-af179597ccec9ab064f184f57d982b931562fd7f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-03 - Cabinet of Vice-President Valdis Dombrovskis x Association for Financial Markets in Europe"],"date":["2017-02-03"],"summary":["Banking Package; ESA review"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-48f31156d932641826e09f5b73f074d35ff05786","eu-tr-65110063986-76"]}} -{"id":"ec-meeting-2017-02-03-bf099f26514f033f3eb3b1fb714664923b4a6864","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-03 - Cabinet of Commissioner Carlos Moedas x European Young Innovators Forum"],"date":["2017-02-03"],"summary":["European Innovation Council"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-b8d49828915f9008e764a78796d47ea00807a658","eu-tr-167339718832-92"]}} -{"id":"ec-meeting-2017-02-03-c1cc35d8828d0a08649f0bac80828e4a41ba2987","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-03 - Cabinet of Commissioner Elżbieta Bieńkowska x ARCTURUS GROUP"],"date":["2017-02-03"],"summary":["collaborative economy & start ups"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["ec-person-685ecf13dd26cd515c961e24ba71049af2302c5e","eu-tr-34100356706-23"]}} -{"id":"ec-meeting-2017-02-03-d4c9fac4c42ebbea6c5a5322ec03c2d8d7dbd211","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-03 - Cabinet of Vice-President Günther Oettinger x European Payment Institutions Federation"],"date":["2017-02-03"],"summary":["Payment services Directive"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["ec-person-1a98ebdc65a0fda494d1f6eb6fb74247a3036490","eu-tr-461826311486-83"]}} -{"id":"ec-meeting-2017-02-03-db3b3ac2a19c71909847af6d6ef7a041606f0a61","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-03 - Cabinet of Commissioner Pierre Moscovici x Compagnie de SAINT-GOBAIN"],"date":["2017-02-03"],"summary":["Le paquet législativ \"clean Energy for all\" et les opportunités économique que ce paquet peut générer en Europe."],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Paris"],"address":["Paris"],"addressEntity":["addr-22390ad11c32faec43fc61555b53607660b3c185"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["eu-tr-892857311821-20","ec-person-3cbeba61ae952f06fe4916c381438ebbc676a597"]}} -{"id":"ec-meeting-2017-02-03-e758ebf2785d98ba64a4a6ba920994ab17c04af6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-03 - Cabinet of Vice-President Neven Mimica x Plan International EU Office"],"date":["2017-02-03"],"summary":["Discussion on Youth and Gender initiatives and Plan International’s new global strategy for girls"],"notes":["Portfolio: International Cooperation & Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-mimica-neven-of-president-vice"],"involved":["ec-person-5f446e21c2ca97624d9781d53ce7312477e72d6e","ec-person-b187f3955c71d2e1daa48e02fd0a09ab7c6f6098","eu-tr-83357751766-93"]}} -{"id":"ec-meeting-2017-02-03-ea437da175ad760cdac11245598246a9673e95ee","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-03 - Cabinet of Commissioner Elżbieta Bieńkowska x EPIA SolarPower Europe"],"date":["2017-02-03"],"summary":["Trade measures on Chines Solar Panels and Cells"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-2680046412-48","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2017-02-03-fc5d3f43dd5ea16649946f03fd5b2a77e583cced","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-03 - Cabinet of Commissioner Phil Hogan x CropLife Europe"],"date":["2017-02-03"],"summary":["Business discussion"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-0711626572-26","ec-person-400dd8d59d3060187d9b9b143d697da1a3d03c12"]}} -{"id":"ec-meeting-2017-02-06-035bff373adae8e8a3853c87a32fc4c0893b2c33","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-06 - Cabinet of Vice-President Andrus Ansip x IFPI Representing recording industry worldwide"],"date":["2017-02-06"],"summary":["Copyright"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-60394321918-91","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45"]}} -{"id":"ec-meeting-2017-02-06-0fec58a30449cf62ce126bfee9776163c6413fb1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-06 - Cabinet of Commissioner Vytenis Andriukaitis x European Union Chamber of Commerce in China"],"date":["2017-02-06"],"summary":["SPS related bilateral issues, Bilateral cooperation between EU and Chinese authorities on SPS, Food safety, AMR"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["eu-tr-592343015058-67","ec-person-df30d07ef698a52b9948b9c734db39196cf8541f","ec-person-c986c9ff99d99d8006e000db5a8046be615813ae"]}} -{"id":"ec-meeting-2017-02-06-1ba7c691ebac5e5bce29c2a046f78b702cc692e0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-06 - Cabinet of Commissioner Violeta Bulc x Fédération Internationale de l'Automobile"],"date":["2017-02-06"],"summary":["Transport issues"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-84839535366-67","ec-person-dd7851e4a1e747e824b4f81139e33bc3cdb73160"]}} -{"id":"ec-meeting-2017-02-06-22d5eb7fdf87cf5ee064c75e865921f9b1a0353d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-06 - Internal Market, Industry, Entrepreneurship and SMEs x Orgalim – Europe's Technology Industries"],"date":["2017-02-06"],"summary":["Exchange of views on the competitive situation of the European engineering industries, digitisation, energy transition, standardisation and the Internal Market, and industrial policy."],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-grow"],"involved":["eu-tr-20210641335-88","ec-person-60a3d0d628d231b41af1d0c65607b0fd78ca4edc"]}} -{"id":"ec-meeting-2017-02-06-4bc68e89b2b8f8e6d3492801d3c1642aff7974b6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-06 - Energy x COBATY International"],"date":["2017-02-06"],"summary":["Clean Energy for All Europeans package"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-83141557347-02","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2017-02-06-4c9e24508e4a97d41c52b3fcf5e7848b79084427","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-06 - Cabinet of Vice-President Maroš Šefčovič x Association des Constructeurs Européens d'Automobiles"],"date":["2017-02-06"],"summary":["Decarbonisation of Transport"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-3bf48630444ace93d407e52eb880e64d480f75ce","eu-tr-0649790813-47"]}} -{"id":"ec-meeting-2017-02-06-4f79e7e22cbaca9654172108753369efe97d6d15","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2017-02-06 - Cabinet of Vice-President Günther Oettinger x Volkswagen Aktiengesellschaft"],"date":["2017-02-06"],"summary":["Connected and Automated Driving","Connected and automated driving"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels","BXL"],"address":["Brussels","BXL"],"addressEntity":["addr-d2fde52f67ea4a3e1fe233d0a959d6a1c77fd910","addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["ec-person-6ae6cc420fab2c032884945814d4e330cecb43d7","eu-tr-6504541970-40","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2017-02-06-4fc545cb5ab69059053c69e6a889408d090ea990","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-06 - Cabinet of Vice-President Miguel Arias Cañete x Eni S.p.A."],"date":["2017-02-06"],"summary":["Gas Infrastructure"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-1831691c10441c5974327bbeb8693d6b6c1e50c3","eu-tr-99578067285-35"]}} -{"id":"ec-meeting-2017-02-06-819ac5531f3338d5faccce472debc26a678346ca","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-06 - Cabinet of Commissioner Carlos Moedas x Universiteit Antwerpen"],"date":["2017-02-06"],"summary":["Antimicrobial resistance (AMR)"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Leuven"],"address":["Leuven"],"addressEntity":["addr-73a098820fcbc1cabdbf03af0a721c47635eab05"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-23980b2bc4fd9c82051d0f7888dc236b2f764866","eu-tr-924473926079-08"]}} -{"id":"ec-meeting-2017-02-06-995b2841b11ec9d61e22d5d1b77bdbd5aba06fac","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-06 - Cabinet of Commissioner Phil Hogan x Irish Farmers' Association"],"date":["2017-02-06"],"summary":["Business discussion"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-400dd8d59d3060187d9b9b143d697da1a3d03c12","eu-tr-458700813641-37"]}} -{"id":"ec-meeting-2017-02-06-bace307375095d6aa75f03b83f22dc386ca07f16","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-06 - Agriculture and Rural Development x European Union Chamber of Commerce in China"],"date":["2017-02-06"],"summary":["Update about the business climate in China"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-agri"],"involved":["eu-tr-592343015058-67","ec-person-7bc7204a153f98afbf1ad1cffbdd10d06d9ae166"]}} -{"id":"ec-meeting-2017-02-06-ca0ac9ec13665b3f6e316cb0f7d907602e63f88b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-06 - Cabinet of Vice-President Andrus Ansip x European Union Chamber of Commerce in China"],"date":["2017-02-06"],"summary":["Digital Single Market, 5G, data, cybersecurity"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-592343015058-67","ec-person-c759bd58acc54869aa8e62ce652efcda416e25c2","ec-person-3ca0c466b8ff230d4409591430b388007ce14ff8","ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0"]}} -{"id":"ec-meeting-2017-02-06-d08179aa931c1f89ecfe91573c0c1c3bad98f210","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-06 - Cabinet of Commissioner Violeta Bulc x Airbus"],"date":["2017-02-06"],"summary":["Aviation matters"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-9d4dc4867a44dfe10f67ae7ee1706da3e8b48a24","eu-tr-2732167674-76"]}} -{"id":"ec-meeting-2017-02-06-e225fc0ec6b0774e78150b3da95451ca5ee9196a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-06 - Cabinet of Vice-President Cecilia Malmström x IFOK GmbH"],"date":["2017-02-06"],"summary":["CETA; TTIP"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-19b143e83f8ab978c55c8a9a9e49e06dbfa14bf3","eu-tr-671229125669-70"]}} -{"id":"ec-meeting-2017-02-06-e8386ff42dd0431c4c2b9d0a6173edf94d8232d1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-06 - Cabinet of Commissioner Tibor Navracsics x ASSOCIAZIONE CULTURALE MITTELEUROPA"],"date":["2017-02-06"],"summary":["European Union cultural projects"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-fa3187815cf956b0872e1668e14548b7d9f7ce93","ec-person-dc2e0fed0fdf39a6a3f3ad63355c5215599de9d1","eu-tr-573929025407-47"]}} -{"id":"ec-meeting-2017-02-06-f0515320a2743d6c0035890713fc96f3d6c0a3ad","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-06 - Cabinet of Vice-President Valdis Dombrovskis x BNP PARIBAS"],"date":["2017-02-06"],"summary":["CRR; CRD"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-48f31156d932641826e09f5b73f074d35ff05786","eu-tr-78787381113-69"]}} -{"id":"ec-meeting-2017-02-06-f20a861bfb3305a6e65db24bf87d23f7be9cbabe","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-06 - Cabinet of Vice-President Maroš Šefčovič x WindEurope"],"date":["2017-02-06"],"summary":["discussion of Clean Energy Package with WindEurope members"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-19920706471-21","ec-person-1f95be23689cd4ed0a26fe2980f760ccf2d55c1e","ec-person-192eca4cb918c7382c916bec9bfe04e745ee91cb"]}} -{"id":"ec-meeting-2017-02-07-008d0badf97146dfd6762f3cff8012c5d2ee79a2","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2017-02-07 - Cabinet of Vice-President Miguel Arias Cañete x International Air Transport Association"],"date":["2017-02-07"],"summary":["revision of EU ETS for aviation","ETS-AVIATION"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-1805107590-28","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd"]}} -{"id":"ec-meeting-2017-02-07-06d3b76092df7897ee590b8ada3b63eece5b21a8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-07 - Cabinet of Vice-President Andrus Ansip x Etsy Ireland"],"date":["2017-02-07"],"summary":["Creative and microbuisnesses in Europe, cross-border sales"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-6a03bc4fa7657513ea34529e98dba0671ef4c849","eu-tr-437739617237-77"]}} -{"id":"ec-meeting-2017-02-07-08beee7e5ff945ed544a51a10501325c8116a6f5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-07 - Cabinet of First Vice-President Frans Timmermans x European Tissue Symposium European Environmental Bureau Confederation of European Paper Industries EuroCommerce Bureau Européen des Unions de Consommateurs UPM-Kymmene Oyj"],"date":["2017-02-07"],"summary":["EU Ecolabels"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-84973761187-60","eu-tr-06798511314-27","eu-tr-861194311863-31","eu-tr-72279144480-58","ec-person-7a0c440119cd5d547eceebb055c79b8bb41bf9a2","eu-tr-9505781573-45","eu-tr-28542716181-43"]}} -{"id":"ec-meeting-2017-02-07-08ec4e45d6616f3e6a90523fb4bdfb7fc2189943","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-07 - Cabinet of Vice-President Miguel Arias Cañete x ENGIE Deloitte LLP Accenture PLC Vattenfall Natuur & Milieu ARCADIS Europe B.V. LeasePlan Supply Services AG"],"date":["2017-02-07"],"summary":["Decarbonization of Transport electric-vehicules"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-12955024114-93","eu-tr-90947457424-20","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd","eu-tr-17413855438-74","eu-tr-814525024322-56","eu-tr-70969654430-75","eu-tr-34424201320-69","eu-tr-337584720592-05"]}} -{"id":"ec-meeting-2017-02-07-0dcac43d0d365962b6d1deb88d36e9b5dfaa6c5c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-07 - Cabinet of Vice-President Andrus Ansip x VMware International Unlimited Company"],"date":["2017-02-07"],"summary":["Cybersecurity in the field of Internet of Things and to discuss on Enisa mandatea and the upcoming revision of the 2013 cybersecurity strategy"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-3ca0c466b8ff230d4409591430b388007ce14ff8","eu-tr-922046321682-57"]}} -{"id":"ec-meeting-2017-02-07-0ef3944b7505333caac631daf314827c70bf6663","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-07 - Cabinet of Commissioner Elżbieta Bieńkowska x Tampereen ja Pirkanmaan EU-toimisto/Tampere Region EU Office DIMECC Ltd."],"date":["2017-02-07"],"summary":["Manufacturing Performance Days -conference to be held in Tampere"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-99150512937-05","eu-tr-171385315838-88","ec-person-b2f9be51339f054477846797e2c119fcf16548fc"]}} -{"id":"ec-meeting-2017-02-07-0f85c21bd97b72cd7559ab1a54a8688f733cc429","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-07 - Cabinet of Vice-President Miguel Arias Cañete x Asociación Española de Banca"],"date":["2017-02-07"],"summary":["economic situation in Spain"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd","eu-tr-785157016077-28"]}} -{"id":"ec-meeting-2017-02-07-14a86e3f39b7e80fd4c0e6b0cedb3750b2abeca0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-07 - Cabinet of Commissioner Věra Jourová x Dow Europe GmbH"],"date":["2017-02-07"],"summary":["Innovation, regulation and competition case concerning DOW mergers"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-a2ca9161feee56909a0e98b473c2d342c20fdb57","eu-tr-38235121060-73"]}} -{"id":"ec-meeting-2017-02-07-25bc7a394fe45d716978d8bc3d958d6aaaacff75","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-07 - Cabinet of Vice-President Günther Oettinger x Lufthansa Group"],"date":["2017-02-07"],"summary":["European Air Trafic Policy"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-0714344663-32","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2017-02-07-264c062db6339d19b3e87f71d2515fe542519cf0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-07 - Cabinet of President Jean-Claude Juncker x Huawei Technologies"],"date":["2017-02-07"],"summary":["Make contact and discuss Science Business report"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-ad6f76ca53dc30d965b15e3728c45dbd0aba44b4","eu-tr-114467111412-38"]}} -{"id":"ec-meeting-2017-02-07-2ad2bdeecc4aa9f4f6086c9e79704dd7ecd86620","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-07 - Cabinet of Vice-President Karmenu Vella x European Union Chamber of Commerce in China"],"date":["2017-02-07"],"summary":["circular economy, EU-China Blue Year 2017"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["eu-tr-592343015058-67","ec-person-2966d69fae0ea4e67f3f2df5a743cc766267d3c8","ec-person-0e3efd8bc1c3ee9a80205d0bb78f316fa1621e5d"]}} -{"id":"ec-meeting-2017-02-07-2c6cb7008c3ad793bcabe992c7f41dccd3afde08","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2017-02-07 - Cabinet of Vice-President Günther Oettinger x Deutsche Bahn AG"],"date":["2017-02-07"],"summary":["exchange on railway policy"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels","BXL"],"address":["Brussels","BXL"],"addressEntity":["addr-d2fde52f67ea4a3e1fe233d0a959d6a1c77fd910","addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["ec-person-6ae6cc420fab2c032884945814d4e330cecb43d7","eu-tr-4516220482-22","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2017-02-07-3248a3537f20b4719facd9dd782b7f5340de275c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-07 - Cabinet of Commissioner Carlos Moedas x MSL France"],"date":["2017-02-07"],"summary":["Courtesy meeting and presentation of Viva Technology activities"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-01051f0f33bfdc2ecc41873c02cae666c5e0d099","eu-tr-846757425780-51"]}} -{"id":"ec-meeting-2017-02-07-3a86c36362b90ffe965c493eab5a5dd7c1e1b509","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-07 - Cabinet of Vice-President Karmenu Vella x THE NATURE CONSERVANCY IN EUROPE gemeinnützige GmbH"],"date":["2017-02-07"],"summary":["Ocean Governance, Blue Growth, Our Ocean Conference"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["eu-tr-116042012787-45","ec-person-2966d69fae0ea4e67f3f2df5a743cc766267d3c8","ec-person-0e3efd8bc1c3ee9a80205d0bb78f316fa1621e5d"]}} -{"id":"ec-meeting-2017-02-07-3c1c82240814d9fe8253b423ab3689a0fb5b8efc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-07 - Cabinet of Commissioner Julian King x BT Group plc"],"date":["2017-02-07"],"summary":["Cybersecurity"],"notes":["Portfolio: Security Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-julian-king-of"],"involved":["ec-person-37c79733647a2293d1e96e976d3a72c6b707cb4c","eu-tr-00919034091-89"]}} -{"id":"ec-meeting-2017-02-07-483c865625dba541f877055ff5b64ba28bab10d6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-07 - Environment x Umicore"],"date":["2017-02-07"],"summary":["Visit of Commissioner Vella to Umicore, Circular Economy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-env"],"involved":["eu-tr-78662404191-38","ec-person-3bc74ce04ea3f4ab4d91a5c88eef25b8b8a213b4"]}} -{"id":"ec-meeting-2017-02-07-6179b09b822f092209a4a8f7359aeac87c8e7629","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-07 - Justice and Consumers x Confederation of Finnish Industries EK"],"date":["2017-02-07"],"summary":["WLB"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-just"],"involved":["ec-person-7f02c085966bf7e9ecf267d0fa52c94a32d1687f","eu-tr-1274604847-34"]}} -{"id":"ec-meeting-2017-02-07-63aac7e6934d6d8925c685a30cfde4a8f6b5ff21","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-07 - Cabinet of Commissioner Phil Hogan x Lantbrukarnas Riksförbund"],"date":["2017-02-07"],"summary":["Business discussion"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-400dd8d59d3060187d9b9b143d697da1a3d03c12","eu-tr-79239225070-38"]}} -{"id":"ec-meeting-2017-02-07-6942b512776dd7eb04033a43821062270f3fcf4f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-07 - Cabinet of Commissioner Pierre Moscovici x Alstom"],"date":["2017-02-07"],"summary":["Etat du support ferroviaire en Europe et dans le monde"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["ec-person-79931cfd2923c1aca9c7d284e9590732b0a36ed9","ec-person-3cbeba61ae952f06fe4916c381438ebbc676a597","eu-tr-43284012043-03"]}} -{"id":"ec-meeting-2017-02-07-758a37984269e8ef2d144fa123c4a5dd5b263c43","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-07 - Cabinet of Vice-President Jyrki Katainen x European Tissue Symposium Confederation of European Paper Industries EuroCommerce Bureau Européen des Unions de Consommateurs UPM-Kymmene Oyj"],"date":["2017-02-07"],"summary":["EU Ecolabels"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-84973761187-60","eu-tr-861194311863-31","eu-tr-72279144480-58","eu-tr-9505781573-45","eu-tr-28542716181-43","ec-person-0da85dc48012e26688310a59a0b51727ea68f410"]}} -{"id":"ec-meeting-2017-02-07-8eff7c9eeeb96fcbbd70999ca71bedec23f4ce8a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-07 - Cabinet of Vice-President Jyrki Katainen x Scania AB (publ)"],"date":["2017-02-07"],"summary":["EU-China trade relations"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-7c9460f99c5872dbdc561f5752401c870d12e98b","eu-tr-3305029916-47"]}} -{"id":"ec-meeting-2017-02-07-915802d899e11d3da00f0f5789fd0a36c62bbcad","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-07 - Cabinet of Commissioner Vytenis Andriukaitis x Farm Europe"],"date":["2017-02-07"],"summary":["Global Food Forum event"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["eu-tr-546776016430-19","ec-person-0dbfffeb0323f819c8d57164906086dd8639c437"]}} -{"id":"ec-meeting-2017-02-07-9226b72810cc5689cfe451dcfe3cf200001e495b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-07 - Cabinet of Vice-President Miguel Arias Cañete x European Union Chamber of Commerce in China"],"date":["2017-02-07"],"summary":["EU-China cooperation on Climate and Energy"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-592343015058-67","ec-person-7e87a14bf64af274f1cfb85d6b64a405eea6217f","ec-person-2229c857664a22dcb8eee79a8c05841fd3d0924f"]}} -{"id":"ec-meeting-2017-02-07-92c39afd0494248f74804d8496bf107c456c46b3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-07 - Financial Stability, Financial Services and Capital Markets Union x NRW.BANK"],"date":["2017-02-07"],"summary":["CRR, CRD, BRRD and SRM-Regulation."],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["ec-person-bdee7a93f95c8ef05079539170139b3c02e8ed96","eu-tr-1321739923-73"]}} -{"id":"ec-meeting-2017-02-07-93ce8c28fe3b7fe5f90f7e3293ec501c03273430","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-07 - Cabinet of Vice-President Cecilia Malmström x Dow Europe GmbH"],"date":["2017-02-07"],"summary":["Trade in general; the possibility of launching a case in the WTO"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-20ded9db5df11164331bb161fdf234b1e5ad53fd","ec-person-ce1312d2a248f71fe74eed58aa5915cfa445bbba","eu-tr-38235121060-73"]}} -{"id":"ec-meeting-2017-02-07-94e5a60f484b7be3cb8b872b59db698f8b12b802","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2017-02-07 - Cabinet of President Jean-Claude Juncker x International Air Transport Association"],"date":["2017-02-07"],"summary":["EU aviation strategy","Transport"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-1805107590-28","ec-person-b1bf9aa5fb7e886441ff341b657cc482b64a2a3e"]}} -{"id":"ec-meeting-2017-02-07-9616ebd5255735eb41cae9dc738ddd234e7ab7d1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-07 - Cabinet of Commissioner Marianne Thyssen x Deutscher Gewerkschaftsbund"],"date":["2017-02-07"],"summary":["Panel discussion: What Keeps Europe Together? Requirements for a Social Europe"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Steigenberger Hotel Berlin"],"address":["Steigenberger Hotel Berlin"],"addressEntity":["addr-30e2cce02d7dba02643b591e5efa1b8b19ce8ae2"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["ec-person-5a49eb89125b4b5d1125b3925bbb64aba1bea2b3","eu-tr-07595112423-87"]}} -{"id":"ec-meeting-2017-02-07-9c6c4eaad091c8dc48f3a08618a6cd419c6adff9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-07 - Cabinet of Vice-President Cecilia Malmström x BT Group plc"],"date":["2017-02-07"],"summary":["Trade in general, making the case for trade and fighting protectionism"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-5d4088e1913284a765aed8445f448f6ff341f1b3","ec-person-20ded9db5df11164331bb161fdf234b1e5ad53fd","eu-tr-00919034091-89"]}} -{"id":"ec-meeting-2017-02-07-a2c83fcd81241ff2cb49ad425b06f430051b5a31","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-07 - Cabinet of President Jean-Claude Juncker x Svensk Handel (Swedish Trade Federation)"],"date":["2017-02-07"],"summary":["EU priorities"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-c402e34a99fbee730ae22e3b1958e21c94dc6fcc","eu-tr-277625014294-80"]}} -{"id":"ec-meeting-2017-02-07-a9870eb4fb1bf753b63474497ba864b07548b791","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2017-02-07 - Cabinet of Vice-President Jyrki Katainen x Confederation of Swedish Enterprise ICA-handlarnas Förbund H & M Hennes & Mauritz AB Ingka Services A.B. Svensk Handel (Swedish Trade Federation) Systembolaget Aktiebolag ICA Gruppen AB Svensk Dagligvaruhandel"],"date":["2017-02-07"],"summary":["green growth and energy union"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-562625025588-62","eu-tr-1095068839-59","eu-tr-937959014241-02","eu-tr-317032025619-23","eu-tr-584392118899-17","eu-tr-39912257528-48","ec-person-0da85dc48012e26688310a59a0b51727ea68f410","eu-tr-277625014294-80","eu-tr-395203024266-66"]}} -{"id":"ec-meeting-2017-02-07-abf0ca759e63288f4b34959195be8f1751931b19","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-07 - Regional and Urban Policy x European Policy Centre"],"date":["2017-02-07"],"summary":["EPC Policy Dialogue on \"Regional policy beyond 2020 - Gearing up for the new MFF\""],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-regio"],"involved":["eu-tr-89632641000-47","ec-person-3bc647761a4c1a96c0e7b4c3729d7408a61558b0"]}} -{"id":"ec-meeting-2017-02-07-b1404f6943ff4bf2a3f85a4080ed11539a484465","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-07 - Cabinet of Vice-President Neven Mimica x Overseas Development Institute"],"date":["2017-02-07"],"summary":["Exchange of views on the proposed new European Consensus on Development"],"notes":["Portfolio: International Cooperation & Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-mimica-neven-of-president-vice"],"involved":["eu-tr-049228115944-64","ec-person-b187f3955c71d2e1daa48e02fd0a09ab7c6f6098","ec-person-d455992f8f48b86e26e61f5284a9ef8e18aed182"]}} -{"id":"ec-meeting-2017-02-07-b22a6b6a11c07da3d897d0926e355767331cf085","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-07 - Cabinet of Vice-President Maroš Šefčovič x Volvo AB"],"date":["2017-02-07"],"summary":["Innovation in trucks and busses"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-2be517b9261a91f2f07e05ec14c6331980e9716e","eu-tr-51773601133-57"]}} -{"id":"ec-meeting-2017-02-07-b9218b3946beadb5f19f871ae2cd743485f2bad0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-07 - Cabinet of Commissioner Violeta Bulc x International Air Transport Association"],"date":["2017-02-07"],"summary":["Aviation issues"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-1805107590-28","ec-person-9d4dc4867a44dfe10f67ae7ee1706da3e8b48a24"]}} -{"id":"ec-meeting-2017-02-07-c18aaca146375a0bae8541203d97a068983666ac","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-07 - Cabinet of Vice-President Jyrki Katainen x BUSINESSEUROPE"],"date":["2017-02-07"],"summary":["circular economy"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-3978240953-79","ec-person-0da85dc48012e26688310a59a0b51727ea68f410"]}} -{"id":"ec-meeting-2017-02-07-c7495f1b8c8d5a9ae9f7856890707e010581ccc4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-07 - Cabinet of Vice-President Valdis Dombrovskis x Insurance Europe"],"date":["2017-02-07"],"summary":["Fintech; PRIPS"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-33213703459-54","ec-person-537401fc0be04984531b83660f416bf2fe14fbd8","ec-person-eec82261c60167b261e56ad1e2bfb4c482db6191"]}} -{"id":"ec-meeting-2017-02-07-c8caacdebb310e11956b2eca9710ce3026384110","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-07 - Maritime Affairs and Fisheries x Thai Union Europe"],"date":["2017-02-07"],"summary":["Illegal fishing, traceability schemes"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-mare"],"involved":["ec-person-a7b4b8418268a6d6c196b5e45f606fc92acbdb8c","eu-tr-297234816615-21"]}} -{"id":"ec-meeting-2017-02-07-cc34700b7e65619b6a3f38409852f4777e02143d","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2017-02-07 - Cabinet of Commissioner Phil Hogan x Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V."],"date":["2017-02-07"],"summary":["Digitizing agriculture","Business discussion"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-400dd8d59d3060187d9b9b143d697da1a3d03c12","eu-tr-35124436517-75","ec-person-a1a78365cc4685b0958056646204977d8f2ead92"]}} -{"id":"ec-meeting-2017-02-07-cd604f5686912ba2c29b79955d7eac9fa3a6bd6f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-07 - Cabinet of Vice-President Cecilia Malmström x Chamber of Commerce of the United States of America"],"date":["2017-02-07"],"summary":["Transatlantic Trade relations"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-19b143e83f8ab978c55c8a9a9e49e06dbfa14bf3","ec-person-cb8ca9ec2413722fa83484ed18dd76ace52d0118","eu-tr-483024821178-51"]}} -{"id":"ec-meeting-2017-02-07-d4824c081d9303840001de818d3edfa85a66655a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-07 - Cabinet of High Representative / Vice-President Federica Mogherini x DON BOSCO INTERNATIONAL"],"date":["2017-02-07"],"summary":["Visit of President of the Confederation Don Bosco accompanied by two former child soldiers of FARC"],"notes":["Portfolio: Foreign Affairs and Security Policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"involved":["eu-tr-874082316357-71","ec-person-efed7cdce9c9bb64dca7aedb11d12aaed5efb809","ec-person-189fa91edba64d04693773d2f922608c3f83b78d"]}} -{"id":"ec-meeting-2017-02-07-e3d7d9843db72b6aefdf37675d86c05b377de0ae","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-07 - Cabinet of Commissioner Phil Hogan x Federation of Swedish Family Forest Owners"],"date":["2017-02-07"],"summary":["Business discussion"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-878186914678-56","ec-person-400dd8d59d3060187d9b9b143d697da1a3d03c12"]}} -{"id":"ec-meeting-2017-02-07-ec5e974e92528cb850526e0e2340608741061c96","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-07 - Cabinet of Vice-President Neven Mimica x DON BOSCO INTERNATIONAL"],"date":["2017-02-07"],"summary":["Reintegration of former child-soldiers"],"notes":["Portfolio: International Cooperation & Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-mimica-neven-of-president-vice"],"involved":["eu-tr-874082316357-71","ec-person-886e1b865045c3ed98e99075006d09cea708acce"]}} -{"id":"ec-meeting-2017-02-07-ef7fc30a4cb3030e3a4f03cc2820f83c210fb7df","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-07 - Cabinet of Vice-President Valdis Dombrovskis x Humane Society International/Europe"],"date":["2017-02-07"],"summary":["International Finance Institutions and Animal Welfare"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-05097472836-90","ec-person-537401fc0be04984531b83660f416bf2fe14fbd8"]}} -{"id":"ec-meeting-2017-02-07-f20dd7c7cba6d7b4edbd96841cb3482596d0682e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-07 - Cabinet of Vice-President Neven Mimica x European Union Chamber of Commerce in China"],"date":["2017-02-07"],"summary":["Economic trends in China and opportunities for policy dialogue with China on development issues"],"notes":["Portfolio: International Cooperation & Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-mimica-neven-of-president-vice"],"involved":["eu-tr-592343015058-67","ec-person-ba51cfc2cb570b2ba23d99869e21cd43fe8cadad"]}} -{"id":"ec-meeting-2017-02-07-ff752d54e13dfe909070004eca29efebeb718598","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-07 - Cabinet of Commissioner Pierre Moscovici x FIPRA International SRL"],"date":["2017-02-07"],"summary":["Impact of innovation on EU economic recovery"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["eu-tr-58746194306-23","ec-person-738f7f25002d191bd2df8936e8f8d1d726c19e2e"]}} -{"id":"ec-meeting-2017-02-07-ff96e40fb23b03b6c3f04ba9e03b99cb55acb09f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-07 - Financial Stability, Financial Services and Capital Markets Union x EUROFI"],"date":["2017-02-07"],"summary":["Eurofi agenda"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["ec-person-bdee7a93f95c8ef05079539170139b3c02e8ed96","eu-tr-525103133519-45"]}} -{"id":"ec-meeting-2017-02-08-01f4661885245f5901bde1648b4b21b5dca4f53c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-08 - Cabinet of Vice-President Karmenu Vella x World Travel & Tourism Council"],"date":["2017-02-08"],"summary":["ocean governance, our ocean conference malta 2017, maritime and coastal tourism"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["eu-tr-348115818639-60","ec-person-2966d69fae0ea4e67f3f2df5a743cc766267d3c8"]}} -{"id":"ec-meeting-2017-02-08-142704df02f8377d8188482eea3cf05d5cb42c53","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-08 - Cabinet of Vice-President Andrus Ansip x Crayonic"],"date":["2017-02-08"],"summary":["Discussion on Cybersecurity and GDPR"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-3ca0c466b8ff230d4409591430b388007ce14ff8","ec-person-5db7bdd1c81da2e70eb5b982097d0004111b5c3e","eu-tr-603127225654-22"]}} -{"id":"ec-meeting-2017-02-08-160b5abd97ad4d453e77cb85e17a7d225eea766a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-08 - Cabinet of Vice-President Maroš Šefčovič x European Union Chamber of Commerce in China"],"date":["2017-02-08"],"summary":["EU - China energy and climate relations"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-592343015058-67","ec-person-3bf48630444ace93d407e52eb880e64d480f75ce","ec-person-1f95be23689cd4ed0a26fe2980f760ccf2d55c1e"]}} -{"id":"ec-meeting-2017-02-08-176103127a638039bfbeec54ce125b7a430fdc34","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-08 - Cabinet of Vice-President Jyrki Katainen x Etsy Ireland"],"date":["2017-02-08"],"summary":["Opportunities for microenterprises in the platform economy"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-81b1dda49062e5dac42bdad9273fa72968a2c325","eu-tr-437739617237-77"]}} -{"id":"ec-meeting-2017-02-08-263292c543162bcf2b8d7dbb9033b95d29e5a6c4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-08 - Cabinet of Vice-President Valdis Dombrovskis x Latvijas Finanšu nozares asociācija"],"date":["2017-02-08"],"summary":["Fintech, CMU, PEPP"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-481610819779-94","ec-person-eec82261c60167b261e56ad1e2bfb4c482db6191"]}} -{"id":"ec-meeting-2017-02-08-44de81f3c51eb7192cbd08eea5a1c5a6fdb37d76","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-08 - Cabinet of Vice-President Andrus Ansip x European Magazine Media Association"],"date":["2017-02-08"],"summary":["Publishers right"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-e91c5be432b6b3efdda369792fed67c20b767a45","eu-tr-37937886834-69"]}} -{"id":"ec-meeting-2017-02-08-4c9e24508e4a97d41c52b3fcf5e7848b79084427","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-08 - Cabinet of Vice-President Maroš Šefčovič x Association des Constructeurs Européens d'Automobiles"],"date":["2017-02-08"],"summary":["Annual reception 2017"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-0649790813-47","ec-person-3bf48630444ace93d407e52eb880e64d480f75ce","ec-person-2be517b9261a91f2f07e05ec14c6331980e9716e","ec-person-1f95be23689cd4ed0a26fe2980f760ccf2d55c1e"]}} -{"id":"ec-meeting-2017-02-08-56621e099d2d7b470475995c2aa92623d5fbc9d1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-08 - Cabinet of Commissioner Phil Hogan x Association of Chartered Certified Accountants"],"date":["2017-02-08"],"summary":["Delivery of Keynote speech"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-a1a78365cc4685b0958056646204977d8f2ead92","eu-tr-4227861124-34"]}} -{"id":"ec-meeting-2017-02-08-68a9fb0c15586b6edbf66e009b2076975cadce66","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-08 - Cabinet of Commissioner Marianne Thyssen x National University of Ireland Galway"],"date":["2017-02-08"],"summary":["ROSEnet COST Action - Reducing Old-Age Exclusion in Europe: Collaborations in Research and Policy"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["BERL 10/394"],"address":["BERL 10/394"],"addressEntity":["addr-fe780a38875d1b6c39913ba29152278dedbe5d33"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["ec-person-ce19440eacb8fd67f534bdbcce33a1c4cedfd071","eu-tr-579735319590-03"]}} -{"id":"ec-meeting-2017-02-08-6a6491a52190208963ec266c0d48cd40a509fc4a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-08 - Cabinet of Vice-President Valdis Dombrovskis x None"],"date":["2017-02-08"],"summary":["PSD2"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-110213223629-14","ec-person-537401fc0be04984531b83660f416bf2fe14fbd8","eu-tr-600876923497-51"]}} -{"id":"ec-meeting-2017-02-08-6b5035a8e29ab34528bf88f2c13586aee3425d30","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-08 - Cabinet of Commissioner Violeta Bulc x FINCANTIERI SpA"],"date":["2017-02-08"],"summary":["connectivity platform"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-5012c5e45a52ee8ce67d19c1781a127af53e73e7","eu-tr-095079912436-63"]}} -{"id":"ec-meeting-2017-02-08-6b663a3e8c89676f5b78f6f4c444f042b43c5629","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-08 - Cabinet of President Jean-Claude Juncker x Managed Funds Association"],"date":["2017-02-08"],"summary":["EU priorities"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-c402e34a99fbee730ae22e3b1958e21c94dc6fcc","eu-tr-041415315167-65"]}} -{"id":"ec-meeting-2017-02-08-7a7c0271d0b22533bb70dd5e31ecfe2d13580a17","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-08 - Cabinet of Vice-President Cecilia Malmström x NATURGY ENERGY GROUP"],"date":["2017-02-08"],"summary":["Investments in the energy sector in Colombia"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-67833029261-54","ec-person-98880f3f4206145e196013db9dd806a551c11e06"]}} -{"id":"ec-meeting-2017-02-08-7bfbf8f9337c3c9e2d5039fb8db7eefb63dc9787","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-08 - Cabinet of Vice-President Miguel Arias Cañete x Danfoss A/S"],"date":["2017-02-08"],"summary":["EU policy framework on water"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-212432414885-94","ec-person-25a937c04cd0a0ddcf5cf34798e76b5105854114"]}} -{"id":"ec-meeting-2017-02-08-9d6008212403448eb93d901d818521f73f5ccff9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-08 - Cabinet of Commissioner Pierre Moscovici x Etsy Ireland"],"date":["2017-02-08"],"summary":["Meeting to discuss VAT on cross-border ecommerce for microbusinesss."],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["eu-tr-437739617237-77","ec-person-738f7f25002d191bd2df8936e8f8d1d726c19e2e"]}} -{"id":"ec-meeting-2017-02-08-a3dd3138b2fd6998bab1cdafb3027afcc1a2b630","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2017-02-08 - Cabinet of Vice-President Johannes Hahn x Civiс organization Anti-corruption Action Center"],"date":["2017-02-08"],"summary":["Anti-corruption"],"notes":["Portfolio: European Neighbourhood Policy & Enlargement Negotiations"],"location":["brussels"],"address":["brussels"],"addressEntity":["addr-e2daa1574b7ac475c827b33e281bd2d5e013c882"],"organizer":["ec-cabinet-hahn-johannes-of-president-vice"],"involved":["ec-person-14243ca3b6c9c0f57c03163cfda58dad2d75b681","eu-tr-677136722123-94"]}} -{"id":"ec-meeting-2017-02-08-b619a1b8e43d2455b1ba061e343e2507aebdd0ca","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-08 - Financial Stability, Financial Services and Capital Markets Union x European Union Chamber of Commerce in China"],"date":["2017-02-08"],"summary":["Key messages of the 2016/2017 Position Paper,Digital Finance - Clarify the Scope for Financial Innovation,Restrictions on Ownership and Business Scope"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-592343015058-67","ec-person-bdee7a93f95c8ef05079539170139b3c02e8ed96"]}} -{"id":"ec-meeting-2017-02-08-c150f3cf53034ff6f6a82d0abfdf29e8102ed50d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-08 - Cabinet of Vice-President Valdis Dombrovskis x IPK European Strategy Ltd"],"date":["2017-02-08"],"summary":["Regulatory developments, CMU, third country relations"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-683857614787-75","ec-person-eec82261c60167b261e56ad1e2bfb4c482db6191"]}} -{"id":"ec-meeting-2017-02-08-c6c47a326982f44871fc857be5837c3ce22a6d1f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-08 - Cabinet of Vice-President Valdis Dombrovskis x Stripe, Inc."],"date":["2017-02-08"],"summary":["New Skills Agenda; Digital Skills and Jobs Coalition"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-1f98d05bdaed2c40396781b1eb7b0aa47cb8dd20","eu-tr-611593025698-34"]}} -{"id":"ec-meeting-2017-02-08-cf9cdf1ff3f93c3c10cdbbd0a26a18776a2aea10","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-08 - Cabinet of Commissioner Violeta Bulc x Association of Asia Pacific Airlines"],"date":["2017-02-08"],"summary":["Aviation issues"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-9d4dc4867a44dfe10f67ae7ee1706da3e8b48a24","eu-tr-148659915430-51"]}} -{"id":"ec-meeting-2017-02-08-d08179aa931c1f89ecfe91573c0c1c3bad98f210","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-08 - Cabinet of Commissioner Violeta Bulc x Airbus"],"date":["2017-02-08"],"summary":["connectivity platform"],"notes":["Portfolio: Transport"],"location":["brussels"],"address":["brussels"],"addressEntity":["addr-e2daa1574b7ac475c827b33e281bd2d5e013c882"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-5012c5e45a52ee8ce67d19c1781a127af53e73e7","eu-tr-2732167674-76"]}} -{"id":"ec-meeting-2017-02-08-db6c29783874ad4448ac4fdc98db6bb28d662da8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-08 - Cabinet of Commissioner Elżbieta Bieńkowska x Stripe, Inc."],"date":["2017-02-08"],"summary":["start ups, collaborative economy, internet platforms"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["ec-person-685ecf13dd26cd515c961e24ba71049af2302c5e","eu-tr-611593025698-34"]}} -{"id":"ec-meeting-2017-02-08-f67dfc404bf34de529660197550c9c1c6f95d544","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2017-02-08 - Cabinet of Commissioner Violeta Bulc x European Union Chamber of Commerce in China"],"date":["2017-02-08"],"summary":["Aviation"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-592343015058-67","ec-person-5012c5e45a52ee8ce67d19c1781a127af53e73e7"]}} -{"id":"ec-meeting-2017-02-08-fbdef3d0fe7566589ac8a5578f529b947cda23c9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-08 - Cabinet of Commissioner Julian King x European Express Association"],"date":["2017-02-08"],"summary":["Transport security"],"notes":["Portfolio: Security Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-julian-king-of"],"involved":["eu-tr-1894704851-83","ec-person-7bf4bf39d5d06955fc37d23e107675489c4e8729"]}} -{"id":"ec-meeting-2017-02-08-fc90ec86a3161cad86f49a62e1cb43328b41250f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-08 - Cabinet of Commissioner Elżbieta Bieńkowska x Association des Constructeurs Européens d'Automobiles"],"date":["2017-02-08"],"summary":["GEAR, CO2 Standards, Future of Diesel, RDE, Automation/Connectivity, GSR"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-0649790813-47","ec-person-95a769a1850d7d595f9a5853c51dcbdd3ddd69fb","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2017-02-08-fd6466abb719c6cc3504acc991cc8697677adb11","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-08 - European Neighbourhood and Enlargement Negotiations x Miltton Europe"],"date":["2017-02-08"],"summary":["Discussion about Neighbourhood and enlargement negotiations"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-near"],"involved":["ec-person-1160ccf35947f06f1629cad85b9f162eb5575780","eu-tr-245377319023-40"]}} -{"id":"ec-meeting-2017-02-09-0b0384ed649d315595923b1faffec437b269ee74","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2017-02-09 - Cabinet of Vice-President Cecilia Malmström x Cisco Systems Inc."],"date":["2017-02-09"],"summary":["transatlantic trade relations","Transatlantic relations"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-20ded9db5df11164331bb161fdf234b1e5ad53fd","ec-person-cb8ca9ec2413722fa83484ed18dd76ace52d0118","eu-tr-494613715191-85"]}} -{"id":"ec-meeting-2017-02-09-0d7ebfe67d4b6567b5b0c0b7485beb42ed04547b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-09 - Cabinet of Vice-President Maroš Šefčovič x National Grid Commercial Holdings Limited"],"date":["2017-02-09"],"summary":["interconnections"],"notes":["Portfolio: Energy Union"],"location":["Bxl"],"address":["Bxl"],"addressEntity":["addr-a93f951e252491eb62958a26858415dd581a71e0"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-9f6823821fe68d82e9b9dbe81181ecacb0265d94","eu-tr-56039866688-26"]}} -{"id":"ec-meeting-2017-02-09-10718c3676d371c9e17fcb1237112024d68bad48","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-09 - Cabinet of High Representative / Vice-President Federica Mogherini x European Business Summit Network"],"date":["2017-02-09"],"summary":["Preparation of the foreseen presentation of HRVP at the EBS-2017 in May."],"notes":["Portfolio: Foreign Affairs and Security Policy"],"location":["Brussels (Berlaymont)"],"address":["Brussels (Berlaymont)"],"addressEntity":["addr-4e70ddf45e81f0631950978c4aa49a218756a3f4"],"organizer":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"involved":["ec-person-0d87d503aa00db1df141f3b1bfea3e0ccb43ece9","eu-tr-268958411031-65"]}} -{"id":"ec-meeting-2017-02-09-1f791f2f11ccf5c830de683a9fb83f99a99de708","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-09 - Cabinet of Vice-President Miguel Arias Cañete x Snam S.p.A."],"date":["2017-02-09"],"summary":["Gas Infrastructure"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-1831691c10441c5974327bbeb8693d6b6c1e50c3","eu-tr-284336314886-25"]}} -{"id":"ec-meeting-2017-02-09-21e942f2b464310eb2fd3e7a3ed00983daa5eb13","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-09 - Cabinet of Vice-President Jyrki Katainen x European Union Chamber of Commerce in China"],"date":["2017-02-09"],"summary":["Doing business in China"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-592343015058-67","ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90","ec-person-7c9460f99c5872dbdc561f5752401c870d12e98b"]}} -{"id":"ec-meeting-2017-02-09-2442bf51bcee0871dea1798a6f0cce35ac6302d0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-09 - Cabinet of Vice-President Karmenu Vella x Bloomberg L.P."],"date":["2017-02-09"],"summary":["Sustainable Cities"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["eu-tr-272910022778-05","ec-person-78fb1ad0c02c4fa8497b22edc1233d6be03cf2e5"]}} -{"id":"ec-meeting-2017-02-09-295f5f56ffae95187dc59cec209700f49688e596","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-09 - Cabinet of Commissioner Marianne Thyssen x Deutsche Sozialversicherung Arbeitsgemeinschaft Europa"],"date":["2017-02-09"],"summary":["European Pillar of Social Rights, new forms of work and social insurance, in particular with a view to platform work, TTYPE – follow up and implementation, rehabilitation and return to work strategies and health and safety at work"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["BERL 10/390"],"address":["BERL 10/390"],"addressEntity":["addr-147ed60f1740c8b7f554f8707ff4410af7c51fb0"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["eu-tr-917393784-31","ec-person-5a49eb89125b4b5d1125b3925bbb64aba1bea2b3"]}} -{"id":"ec-meeting-2017-02-09-2e6d4aec49e81caa626b553a016dcd7fa4f7e971","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-09 - Cabinet of Vice-President Günther Oettinger x Stripe, Inc."],"date":["2017-02-09"],"summary":["General introduction and Fintech"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["ec-person-76c97b49eb5244be0c8636bbc9caa6101f3cce84","eu-tr-611593025698-34"]}} -{"id":"ec-meeting-2017-02-09-312f259539d92ad36a79287d38cbefd2d38e76c3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-09 - Cabinet of Vice-President Andrus Ansip x Intelsat S.A."],"date":["2017-02-09"],"summary":["Intelligent Transport Systems"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-525372322558-96","ec-person-6a03bc4fa7657513ea34529e98dba0671ef4c849"]}} -{"id":"ec-meeting-2017-02-09-3c1075e64fb344c00c5463a34146fa57126ef594","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-09 - Cabinet of High Representative / Vice-President Federica Mogherini x Médecins Sans Frontières"],"date":["2017-02-09"],"summary":["Lybia, Mali, Niger"],"notes":["Portfolio: Foreign Affairs and Security Policy"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"involved":["ec-person-4f2bf88ad14d12976aecc7694a057ab90b7a81d2","eu-tr-38497857515-11","ec-person-b167e9941ceb85887f2c312a1b0d96e7c424ea1f","ec-person-23c55ec7dbedbeca55522253bc69ae6fd1bea72c"]}} -{"id":"ec-meeting-2017-02-09-4802f29b8cca881761a78f149c686f0ffbc69044","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-09 - Cabinet of High Representative / Vice-President Federica Mogherini x International Federation for Human Rights"],"date":["2017-02-09"],"summary":["meeting with the new FIDH President, Mr Dimitris Christopoulos"],"notes":["Portfolio: Foreign Affairs and Security Policy"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"involved":["eu-tr-97628146980-33","ec-person-23c55ec7dbedbeca55522253bc69ae6fd1bea72c"]}} -{"id":"ec-meeting-2017-02-09-48e3d111cd4752a11bc79ad0c0ab0f1dab919cc0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-09 - Cabinet of Commissioner Phil Hogan x European Union Chamber of Commerce in China"],"date":["2017-02-09"],"summary":["Agri issues"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-592343015058-67","ec-person-a1a78365cc4685b0958056646204977d8f2ead92"]}} -{"id":"ec-meeting-2017-02-09-568d6908e77b9a01e58724bd1dd4428a5efbf784","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-09 - Cabinet of Commissioner Corina Crețu x Progressive Policy Institute"],"date":["2017-02-09"],"summary":["a project on competition policy between the EU and US; new research data on jobs and wages in the digital sector; the new US political landscape"],"notes":["Portfolio: Regional Policy"],"location":["BRUSSELS"],"address":["BRUSSELS"],"addressEntity":["addr-f74337897287bf1b546f30505f5b1f693a87af50"],"organizer":["ec-cabinet-commissioner-corina-cretu-of"],"involved":["eu-tr-854255020074-46","ec-person-9d82b1471c4c81e026b73d025790b3d843428640"]}} -{"id":"ec-meeting-2017-02-09-56a36aa920a9f19a46a86322b63440dac9ed818d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-09 - Cabinet of Commissioner Violeta Bulc x Airlines for America"],"date":["2017-02-09"],"summary":["Aviation topics"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-9d4dc4867a44dfe10f67ae7ee1706da3e8b48a24","eu-tr-78160685782-84"]}} -{"id":"ec-meeting-2017-02-09-594633b30c0aebef849f8294d305cdab7533fd89","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-09 - Energy x Eurelectric aisbl"],"date":["2017-02-09"],"summary":["energy policy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-4271427696-87","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2017-02-09-5d8d5aa91585e313bbbebe6e581ff137142a5486","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-09 - Cabinet of Commissioner Marianne Thyssen x Bundesvereinigung der Deutschen Arbeitgeberverbände e.V."],"date":["2017-02-09"],"summary":["European Pillar of Social Rights"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["eu-tr-7749519702-29","ec-person-e93189002a993321fd1af93481b271c766b1aff8"]}} -{"id":"ec-meeting-2017-02-09-5e1582d20e62fe2fb3dde51454e01266a8022ed6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-09 - Cabinet of Commissioner Violeta Bulc x Lufthansa Group"],"date":["2017-02-09"],"summary":["Aviation"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-0714344663-32","ec-person-9d4dc4867a44dfe10f67ae7ee1706da3e8b48a24"]}} -{"id":"ec-meeting-2017-02-09-66f6b6150052af0ca1c0b4808212979923316d2f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-09 - Cabinet of Vice-President Andrus Ansip x Stripe, Inc."],"date":["2017-02-09"],"summary":["startups, online payments"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-6a03bc4fa7657513ea34529e98dba0671ef4c849","eu-tr-611593025698-34"]}} -{"id":"ec-meeting-2017-02-09-6e49a4b614dca6cf73fa0e308525014384f8ba14","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-09 - Cabinet of Vice-President Andrus Ansip x SYSTAG GmbH"],"date":["2017-02-09"],"summary":["Innovation, digitalisation"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-322602218032-02","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45"]}} -{"id":"ec-meeting-2017-02-09-7cd4eda0af22face1376c49331e32b1861eea573","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-09 - Cabinet of Vice-President Günther Oettinger x SYSTAG GmbH"],"date":["2017-02-09"],"summary":["digital policy"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["ec-person-55a0b11edfe9b0b76e526f72b1ec2e9f2f74d5bc","eu-tr-322602218032-02"]}} -{"id":"ec-meeting-2017-02-09-7f0dcc7224069120e97a69ff81b1651ed5254658","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-09 - Cabinet of Vice-President Jyrki Katainen x Maa- ja metsätaloustuottajain Keskusliitto – Central Union of Agricultural Producers and Forest Owners"],"date":["2017-02-09"],"summary":["CAP and trade, energy, animal welfare"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-56039441735-48","ec-person-f9208d930adc70c6c64e21701e48f85f6f18e949"]}} -{"id":"ec-meeting-2017-02-09-84128e91124fdb713a0aa3c6588727e630d1e43a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-09 - Cabinet of Vice-President Maroš Šefčovič x Deutsches Zentrum für Luft- und Raumfahrt e.V."],"date":["2017-02-09"],"summary":["EU Space Strategy, Energy research"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-2be517b9261a91f2f07e05ec14c6331980e9716e","ec-person-1f95be23689cd4ed0a26fe2980f760ccf2d55c1e","eu-tr-21280626733-05"]}} -{"id":"ec-meeting-2017-02-09-8eb501f39ff51faa469a352cdfbe6d59a965f446","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-09 - Cabinet of Commissioner Violeta Bulc x Rural Investment Support for Europe Foundation"],"date":["2017-02-09"],"summary":["Lunch with Mr. Potocnik"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-4d2b449b5047ea3fda435a2a1c1081e3babcdf76","eu-tr-653471311607-37"]}} -{"id":"ec-meeting-2017-02-09-9adcc339a51aabcc1090cebf8437ee3aeb0909c0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-09 - Cabinet of Commissioner Marianne Thyssen x None"],"date":["2017-02-09"],"summary":["CESI-Eurodiaconia-Social Platform initiative"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["BERL 10/411"],"address":["BERL 10/411"],"addressEntity":["addr-054fd8f4e816abef749108f302fffdb33729c700"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["ec-person-5a49eb89125b4b5d1125b3925bbb64aba1bea2b3","eu-tr-4293010684-55","ec-person-97cc52ff34af5e6170626d2711bb791d319e064a","eu-tr-89632641000-47","eu-tr-85083981189-35","eu-tr-32738888445-74","eu-tr-0124622797-55","ec-person-ce19440eacb8fd67f534bdbcce33a1c4cedfd071"]}} -{"id":"ec-meeting-2017-02-09-a9b098b7bf656bfb7c02a42b2981b52c04ff2d4b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-09 - Regional and Urban Policy x European Union Chamber of Commerce in China"],"date":["2017-02-09"],"summary":["Update about the business climate in China"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-regio"],"involved":["eu-tr-592343015058-67","ec-person-3bc647761a4c1a96c0e7b4c3729d7408a61558b0"]}} -{"id":"ec-meeting-2017-02-09-b1e10fbf12add2d8fd1ad78f4c20b544878e870c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-09 - Cabinet of High Representative / Vice-President Federica Mogherini x Civiс organization Anti-corruption Action Center"],"date":["2017-02-09"],"summary":["Ukraine"],"notes":["Portfolio: Foreign Affairs and Security Policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"involved":["eu-tr-677136722123-94","ec-person-97549b50ce25e488bb1c03d83cfb838cd4fdf293"]}} -{"id":"ec-meeting-2017-02-09-b6e8d01b6493d8b43595fb6d7a804ba5fddf3b30","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-09 - Cabinet of Commissioner Phil Hogan x Polski Związek Hodowców i Producentów Trzody Chlewnej \"POLSUS\""],"date":["2017-02-09"],"summary":["Agri Issues"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-068516110787-28","ec-person-a1a78365cc4685b0958056646204977d8f2ead92"]}} -{"id":"ec-meeting-2017-02-09-bdc0f48b019b098f5117c2b213066636076af19f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-09 - Directorate-General for International Partnerships x PRAGMATA SRL"],"date":["2017-02-09"],"summary":["possibilities for collaboration"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-intpa"],"involved":["eu-tr-547986912021-05","ec-person-05c4477b89b93e7969f12d89b38f77fedce5876f"]}} -{"id":"ec-meeting-2017-02-09-c39902d32793805be7b41286068b5ed75606512e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-09 - Cabinet of Vice-President Cecilia Malmström x France Brevets Europa Insights"],"date":["2017-02-09"],"summary":["Support to SMEs in the area of intellectual property"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-578630818521-25","ec-person-ce1312d2a248f71fe74eed58aa5915cfa445bbba","eu-tr-979589218673-05"]}} -{"id":"ec-meeting-2017-02-09-cedaed2e8103db752880791454c4545ea92553af","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-09 - Cabinet of Vice-President Günther Oettinger x Deutscher Bauernverband"],"date":["2017-02-09"],"summary":["Current developments in the agricultural sector"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-73085531345-65","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2017-02-09-d16a16281e97f88d1f55231aa74df2425844c7d8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-09 - Cabinet of Commissioner Dimitris Avramopoulos x The German Marshall Fund of the United States - The Transatlantic Foundation"],"date":["2017-02-09"],"summary":["Migration"],"notes":["Portfolio: Migration, Home Affairs and Citizenship"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-avramopoulos-cabinet-commissioner-dimitris-of"],"involved":["ec-person-0b0e27acb2dc2fc7a5c5367408eb01e6e347862f","eu-tr-823171519707-31"]}} -{"id":"ec-meeting-2017-02-09-d34a518e81cdfc705cd47c8c505e6f7976a98709","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-09 - Cabinet of Commissioner Phil Hogan x Fédération Nationale des Syndicats d'Exploitants Agricoles"],"date":["2017-02-09"],"summary":["Journée nationale Agriculture biologique"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Paris"],"address":["Paris"],"addressEntity":["addr-22390ad11c32faec43fc61555b53607660b3c185"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-c9d17d5879383b030f61a4066848249fb35d57e4","eu-tr-59530682147-07"]}} -{"id":"ec-meeting-2017-02-09-de3f80864dcaee293462b000562fa209ea8efd84","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-09 - Cabinet of President Jean-Claude Juncker x France Brevets"],"date":["2017-02-09"],"summary":["Brussels"],"notes":["Portfolio: President"],"location":["Digital Single Market"],"address":["Digital Single Market"],"addressEntity":["addr-ace1fec867b6ffe681dfb4ccf8a5b6977e1e85c4"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-44a061693f35519551be0e3dab996e76ad3f8c7c","eu-tr-979589218673-05"]}} -{"id":"ec-meeting-2017-02-09-e0bff8e4da6cd9efa517be3fc0edc6eefdb7c46d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-09 - Cabinet of Vice-President Cecilia Malmström x The European Steel Association"],"date":["2017-02-09"],"summary":["To discuss on-going investigations against 5 countries' anti-dumping practices"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-20ded9db5df11164331bb161fdf234b1e5ad53fd","eu-tr-93038071152-83","ec-person-ce1312d2a248f71fe74eed58aa5915cfa445bbba"]}} -{"id":"ec-meeting-2017-02-09-effcdee7d747553d19def89b96410cee5d155164","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-09 - Task Force for Relations with the United Kingdom x Confédération Française Démocratique du Travail"],"date":["2017-02-09"],"summary":["Table-ronde sur l'avenir de l'Europe"],"location":["Paris, France"],"address":["Paris, France"],"addressEntity":["addr-c70534aa18173b860a10a50a47b139c4a581cbf6"],"organizer":["ec-dg-uktf"],"involved":["ec-person-864cfa5fbc9b02a079ffbab1107f252c7bb08478","eu-tr-584162614015-63"]}} -{"id":"ec-meeting-2017-02-09-f0357cee9be50f7a79171c6e60578ea86da41b97","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-09 - Cabinet of Vice-President Günther Oettinger x Zentralverband der deutschen Seehafenbetriebe e.V. Bundesverband der Deutschen Industrie e.V. Deutsches Verkehrsforum European Federation of Inland Ports"],"date":["2017-02-09"],"summary":["transport policy"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-1771817758-48","eu-tr-84108743925-09","eu-tr-41826153178-91","eu-tr-133791413425-96","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2017-02-09-f708b29f7c3d9cde5d34786ca192ac9225426a3a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-09 - Cabinet of Vice-President Günther Oettinger x European Union Chamber of Commerce in China"],"date":["2017-02-09"],"summary":["Economic situation in China"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-592343015058-67","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2017-02-09-f8caab1baa2d65edd75ab61242a45e589d06e5b3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-09 - Cabinet of Commissioner Tibor Navracsics x European Confederation of Independent Trade Unions"],"date":["2017-02-09"],"summary":["Teachers and education against radicalisation"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["eu-tr-32738888445-74","ec-person-dc2e0fed0fdf39a6a3f3ad63355c5215599de9d1"]}} -{"id":"ec-meeting-2017-02-10-0d43afeccdb9fac641a1b5ab591192753bb4251e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-10 - Cabinet of Commissioner Vytenis Andriukaitis x Bundesverband der Pharmazeutischen Industrie e.V."],"date":["2017-02-10"],"summary":["Pharmaceuticals, Medicinal Products, HTA"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-059ca943fc5fc696d2a97849c635ddf7b6ab7fd7","eu-tr-76399831150-89"]}} -{"id":"ec-meeting-2017-02-10-187b48f04ef348f05459ec3e98f9b708550d2659","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-10 - Employment, Social Affairs and Inclusion x HOTREC, Hotels, Restaurants & Cafés in Europe"],"date":["2017-02-10"],"summary":["Social dialogue"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-empl"],"involved":["ec-person-0d8ce1c547b8ca99decd25740ba12e2c0866a2fd","eu-tr-7955861942-03"]}} -{"id":"ec-meeting-2017-02-10-2320702926980b78aff0876f6c650d422ee4d651","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-10 - Cabinet of Commissioner Tibor Navracsics x European Historic Thermal Towns Association (EHTTA)"],"date":["2017-02-10"],"summary":["European Year of Cultural Heritage"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-fa3187815cf956b0872e1668e14548b7d9f7ce93","eu-tr-606724725263-31"]}} -{"id":"ec-meeting-2017-02-10-27fc1e83dedf6a12d64fd2aaf2db621fbe96e17c","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2017-02-10 - Cabinet of Commissioner Tibor Navracsics x European Non-Governmental Sports Organisation"],"date":["2017-02-10"],"summary":["Sport policy"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["eu-tr-114500024887-83","ec-person-49f31dad10f5641cb1d1e4c3107dd838389e8120"]}} -{"id":"ec-meeting-2017-02-10-293089b733eee226329e1493e333fbfe4e3afaff","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-10 - Cabinet of Commissioner Elżbieta Bieńkowska x Seznam.cz, a.s."],"date":["2017-02-10"],"summary":["current issues"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["ec-person-d2997a7f359c91a337055c3e24dd36bf928de38d","eu-tr-202560512850-84"]}} -{"id":"ec-meeting-2017-02-10-2c174f2f017eebdff2647dcbb223ccde107c9a37","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-10 - Cabinet of Commissioner Věra Jourová x EuroCommerce"],"date":["2017-02-10"],"summary":["Digital contracts and fitness check of consumer legislation"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-a2ca9161feee56909a0e98b473c2d342c20fdb57","eu-tr-84973761187-60","ec-person-ff9ad301b778d595651cc4c46ec3a4cf1ef10376"]}} -{"id":"ec-meeting-2017-02-10-65f88e661ec8d822ff2c8893056f344b2c34e993","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-10 - Informatics x Oracle"],"date":["2017-02-10"],"summary":["Introduction ORACLE, State of play of relationship ORACLE – DIGIT, Challenges ahead"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-digit"],"involved":["ec-person-32591d36027eb92a66b57d5bcc8c57d9574380b0","eu-tr-25955391451-88"]}} -{"id":"ec-meeting-2017-02-10-6ea185070c72a646d67a65135218f48c6a3d3f82","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-10 - Cabinet of Commissioner Vytenis Andriukaitis x RPP Group"],"date":["2017-02-10"],"summary":["HTA"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["eu-tr-96530144280-28","ec-person-059ca943fc5fc696d2a97849c635ddf7b6ab7fd7"]}} -{"id":"ec-meeting-2017-02-10-70d1979e09a869732588967821f34145ecb2d1a5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-10 - Cabinet of Commissioner Elżbieta Bieńkowska x Polish Confederation Lewiatan"],"date":["2017-02-10"],"summary":["current issues"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["ec-person-d2997a7f359c91a337055c3e24dd36bf928de38d","eu-tr-251117611140-75"]}} -{"id":"ec-meeting-2017-02-10-7519a7de5b89e1f4796356ad08075898a379b792","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-10 - Cabinet of Vice-President Miguel Arias Cañete x Hydrogen Europe"],"date":["2017-02-10"],"summary":["Energy Storage"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-1831691c10441c5974327bbeb8693d6b6c1e50c3","eu-tr-77659588648-75"]}} -{"id":"ec-meeting-2017-02-10-940b62c92a9d668fa41a320b45086164967603b9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-10 - Cabinet of Vice-President Jyrki Katainen x Technology Industries of Finland (Teknologiateollisuus ry)"],"date":["2017-02-10"],"summary":["ETS"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-0da85dc48012e26688310a59a0b51727ea68f410","eu-tr-39705603497-38"]}} -{"id":"ec-meeting-2017-02-10-9612d1aaf1170de65b32f06175868af67d325a96","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-10 - Cabinet of Vice-President Cecilia Malmström x European Union Chamber of Commerce in China"],"date":["2017-02-10"],"summary":["EU-China trade relations"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-592343015058-67","ec-person-19b143e83f8ab978c55c8a9a9e49e06dbfa14bf3"]}} -{"id":"ec-meeting-2017-02-10-9ef681b663baeda9f56863587fae0a915192d4ff","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-10 - Cabinet of Vice-President Andrus Ansip x The ONE Campaign"],"date":["2017-02-10"],"summary":["D4D"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-c759bd58acc54869aa8e62ce652efcda416e25c2","eu-tr-26098317349-65"]}} -{"id":"ec-meeting-2017-02-10-aa65a77815d6e07513269245d9d19b47f79d03bb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-10 - Cabinet of Vice-President Jyrki Katainen x Orgalim – Europe's Technology Industries"],"date":["2017-02-10"],"summary":["Challenges for Industrial Competitiveness"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-81b1dda49062e5dac42bdad9273fa72968a2c325","eu-tr-20210641335-88"]}} -{"id":"ec-meeting-2017-02-10-d7ebeaa8bb251371e125cd83a39a4ca157c6ca29","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-10 - Cabinet of Commissioner Violeta Bulc x Verband der Automobilindustrie"],"date":["2017-02-10"],"summary":["upcoming mobility package"],"notes":["Portfolio: Transport"],"location":["brussels"],"address":["brussels"],"addressEntity":["addr-e2daa1574b7ac475c827b33e281bd2d5e013c882"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-95574664768-90","ec-person-e14c58f620f40325d829df7be0823280307bc15f"]}} -{"id":"ec-meeting-2017-02-10-f919fb15c35497933829674c00ccd6e1ab56ca64","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-10 - Cabinet of Commissioner Elżbieta Bieńkowska x UNIFE"],"date":["2017-02-10"],"summary":["EU Public Procurement"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-9624415524-28","ec-person-b2f9be51339f054477846797e2c119fcf16548fc","ec-person-daef7f819b2f3ffe5e4f5d8eb2782954f3c4a4e2","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2017-02-12-b995678244bbf2bff654ce801d838bf595fab2d6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-12 - Cabinet of Vice-President Andrus Ansip x WIENER STADTWERKE GmbH"],"date":["2017-02-12"],"summary":["Digitalisation of public services"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-107033410802-19","ec-person-6a03bc4fa7657513ea34529e98dba0671ef4c849"]}} -{"id":"ec-meeting-2017-02-13-03bc501def36c80731ab5e048d7b9db1b33b5a0b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-13 - Cabinet of Commissioner Pierre Moscovici x EUROPEAN TRADE UNION CONFEDERATION"],"date":["2017-02-13"],"summary":["Dialogue social en zone euro"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["ec-person-79931cfd2923c1aca9c7d284e9590732b0a36ed9","ec-person-3cbeba61ae952f06fe4916c381438ebbc676a597","eu-tr-06698681039-26"]}} -{"id":"ec-meeting-2017-02-13-1e11a9f9f0b2eeaaa54293fb297c2db680c14628","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-13 - Cabinet of Vice-President Andrus Ansip x IMPALA Association Internationale AISBL"],"date":["2017-02-13"],"summary":["Online platforms"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-12383069253-19","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45"]}} -{"id":"ec-meeting-2017-02-13-3bf2b4231d89c8f0b9581bc74950f651a6a9c65a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-13 - Migration and Home Affairs x Airbus"],"date":["2017-02-13"],"summary":["Discussion on the security research implications of the European Defence Action Plan"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-home"],"involved":["eu-tr-2732167674-76","ec-person-ae1262e8850ed1e9a0530b0ad7440ac648255896"]}} -{"id":"ec-meeting-2017-02-13-8948dad5266dc749317a70092b74a78549b64586","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-13 - Cabinet of Commissioner Margrethe Vestager x Fair Trade Advocacy Office"],"date":["2017-02-13"],"summary":["EU Competition Policy & Sustainability"],"notes":["Portfolio: Competition"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-margrethe-of-vestager"],"involved":["ec-person-0700cb0f43a2d20f4938902c4a086aca632d71fb","eu-tr-20744335040-66"]}} -{"id":"ec-meeting-2017-02-13-93720e03f520c11dcdd3131a63c4dd27a0c3d124","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-13 - Cabinet of Vice-President Karmenu Vella x European Policy Centre"],"date":["2017-02-13"],"summary":["Ocean Governance and the Blue Economy"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["eu-tr-89632641000-47","ec-person-2966d69fae0ea4e67f3f2df5a743cc766267d3c8"]}} -{"id":"ec-meeting-2017-02-13-9bea02ec79f14d98690db7a9087b2403113539bf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-13 - Cabinet of Commissioner Phil Hogan x Fédération Européenne des Fabricants d'Aliments Composés"],"date":["2017-02-13"],"summary":["Business discussion"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-400dd8d59d3060187d9b9b143d697da1a3d03c12","eu-tr-77105321408-83"]}} -{"id":"ec-meeting-2017-02-13-a32f22c81f232e3d73751d246b6a900c7e0c17bf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-13 - Cabinet of Commissioner Violeta Bulc x Comuto SA"],"date":["2017-02-13"],"summary":["Competition questions"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-dd7851e4a1e747e824b4f81139e33bc3cdb73160","eu-tr-290486916308-69"]}} -{"id":"ec-meeting-2017-02-13-af184fdd2fb2a396261d4dc5c6c48342a8ff61b1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-13 - Climate Action x Association des Constructeurs Européens d'Automobiles"],"date":["2017-02-13"],"summary":["Low-carbon mobility"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-clima"],"involved":["ec-person-44c2f44f96dda2012bcb4e9abc749f6cae86a4c0","eu-tr-0649790813-47"]}} -{"id":"ec-meeting-2017-02-13-b4b480abdb590d7db68b025eacdace5a02ed62f3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-13 - Cabinet of Commissioner Carlos Moedas x Web Summit"],"date":["2017-02-13"],"summary":["Group of Innovators"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-b8d49828915f9008e764a78796d47ea00807a658","ec-person-23980b2bc4fd9c82051d0f7888dc236b2f764866","eu-tr-676626525503-62"]}} -{"id":"ec-meeting-2017-02-13-cb61744e0e1d26426e0727834fd8f210655bc1d2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-13 - Cabinet of Vice-President Jyrki Katainen x Nokia"],"date":["2017-02-13"],"summary":["International IPR protection"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-35167875358-33","ec-person-7c9460f99c5872dbdc561f5752401c870d12e98b"]}} -{"id":"ec-meeting-2017-02-13-d14fe13dbda4320149589c5f5c5d4c4bdb67c3e0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-13 - Cabinet of President Jean-Claude Juncker x AREL agenzia ricerche e legislazione fondata da nino andreatta"],"date":["2017-02-13"],"summary":["SUMMIT OF ROME"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-200366615906-38","ec-person-f9475e4bba20c9a170912adada60941243f778ad"]}} -{"id":"ec-meeting-2017-02-13-e2b4e71b29b9343c5e2cf920b7210071aeb7acce","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-13 - Inspire, Debate, Engage and Accelerate Action x European Union Chamber of Commerce in China"],"date":["2017-02-13"],"summary":["EU-China Relations"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-dg-idea"],"involved":["eu-tr-592343015058-67","ec-person-4fe56a64c00b3e81c851b5538878b32481bd7d3c"]}} -{"id":"ec-meeting-2017-02-14-1b53149a2649eb6f7008ad505381270f03408695","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-14 - Cabinet of Commissioner Violeta Bulc x Etihad Airways"],"date":["2017-02-14"],"summary":["Aviation issues"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-142277315551-86","ec-person-9d4dc4867a44dfe10f67ae7ee1706da3e8b48a24"]}} -{"id":"ec-meeting-2017-02-14-281e40ef0c34a104953c5f4e5eb2b83da373c821","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-14 - Cabinet of Vice-President Jyrki Katainen x European farmers"],"date":["2017-02-14"],"summary":["CAP and trade, energy, animal welfare"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-f9208d930adc70c6c64e21701e48f85f6f18e949","eu-tr-44856881231-49"]}} -{"id":"ec-meeting-2017-02-14-3cd6bd846b067029880f6abb4347021f71dd41ee","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-14 - Cabinet of Commissioner Julian King x Airports Council International - European Region"],"date":["2017-02-14"],"summary":["Airport security"],"notes":["Portfolio: Security Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-julian-king-of"],"involved":["eu-tr-42566063487-73","ec-person-7bf4bf39d5d06955fc37d23e107675489c4e8729"]}} -{"id":"ec-meeting-2017-02-14-605f1594fe0cc43514b82c0cb6f53043761fbb1a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-14 - Cabinet of Vice-President Andrus Ansip x Toy Industries of Europe"],"date":["2017-02-14"],"summary":["AVMSD"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-c759bd58acc54869aa8e62ce652efcda416e25c2","eu-tr-016371114093-01"]}} -{"id":"ec-meeting-2017-02-14-8ec9c843ad4cad8bf74fc009141632805989f23a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-14 - Cabinet of Vice-President Valdis Dombrovskis x PeoplesFinancials Foundation"],"date":["2017-02-14"],"summary":["MiFID"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Strasbourg"],"address":["Strasbourg"],"addressEntity":["addr-a7b90170b4a5bf2d1d09ccfd109b57e0a030cfc4"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-757429423312-84","ec-person-f376b1eca739c662d2385062249507f23f4ca67e","ec-person-a9eda2e8ea54b70a968327672c6cada679d3cd56"]}} -{"id":"ec-meeting-2017-02-14-9157026c59b1c7b4e69d74ea0f4d11c67168621e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-14 - Task Force for Relations with the United Kingdom x Centre National de la Recherche Scientifique"],"date":["2017-02-14"],"summary":["Meeting with the Task Force for the Preparation and Conduct of the Negotiations with the United Kingdom under Article 50 TEU"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-uktf"],"involved":["ec-person-864cfa5fbc9b02a079ffbab1107f252c7bb08478","eu-tr-787054318177-33"]}} -{"id":"ec-meeting-2017-02-14-95142d34587a6f1860b0f9d047944c0b1ff74b1d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-14 - Cabinet of Commissioner Tibor Navracsics x Google"],"date":["2017-02-14"],"summary":["Digital Single Market"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-49f31dad10f5641cb1d1e4c3107dd838389e8120","eu-tr-03181945560-59"]}} -{"id":"ec-meeting-2017-02-14-956022822e4723e75872482a5b8d5e29aedfc128","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-14 - Financial Stability, Financial Services and Capital Markets Union x Paysafe Ltd"],"date":["2017-02-14"],"summary":["PSD2 and AML"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-743465720754-25","ec-person-bdee7a93f95c8ef05079539170139b3c02e8ed96"]}} -{"id":"ec-meeting-2017-02-14-9623c00951068fa7237465ebd0327a7d46967b5b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-14 - Cabinet of Vice-President Jyrki Katainen x Fleishman-Hillard"],"date":["2017-02-14"],"summary":["Nature directives"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-56047191389-84","ec-person-0da85dc48012e26688310a59a0b51727ea68f410"]}} -{"id":"ec-meeting-2017-02-14-e53b8672079fa96c9d82ffacc28b022a828c73f3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-14 - Maritime Affairs and Fisheries x European Association of Fish Producers Organisations Association of National Organisations of Fishing Enterprises in the European Union"],"date":["2017-02-14"],"summary":["General exchange ov views on the implementation of the CFP / new organization of DG MARE"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-mare"],"involved":["ec-person-a7b4b8418268a6d6c196b5e45f606fc92acbdb8c","eu-tr-46491656228-65","eu-tr-2312395253-25"]}} -{"id":"ec-meeting-2017-02-15-18fa10077fcf0dad39f6f20c1c651c0a61b737f1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-15 - Internal Market, Industry, Entrepreneurship and SMEs x SMEunited aisbl"],"date":["2017-02-15"],"summary":["Meeting to introduce the new Secretary General of UEAPME, Ms Véronique Willems"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-grow"],"involved":["eu-tr-55820581197-35","ec-person-60a3d0d628d231b41af1d0c65607b0fd78ca4edc"]}} -{"id":"ec-meeting-2017-02-15-1de4a07d59d1c7148d110e5ca4c250838cccd9b7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-15 - Cabinet of Vice-President Jyrki Katainen x QUALCOMM Incorporated"],"date":["2017-02-15"],"summary":["Global challenges for standard setting, 5G development and Internet of things"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-00358442856-45","ec-person-81b1dda49062e5dac42bdad9273fa72968a2c325"]}} -{"id":"ec-meeting-2017-02-15-258b4b8fec17245cd82f0ac262e212853d4c6558","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-15 - Cabinet of Vice-President Andrus Ansip x CEFOREC INTERNATIONAL NETWORK"],"date":["2017-02-15"],"summary":["D4D"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-964846712714-21","ec-person-c759bd58acc54869aa8e62ce652efcda416e25c2"]}} -{"id":"ec-meeting-2017-02-15-2749c2fb3cda0a9e70ffd518fc4a53895f0c4061","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-15 - Cabinet of Vice-President Johannes Hahn x BP p.l.c."],"date":["2017-02-15"],"summary":["Political Situation in Europe"],"notes":["Portfolio: European Neighbourhood Policy & Enlargement Negotiations"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-hahn-johannes-of-president-vice"],"involved":["eu-tr-3394026642-58","ec-person-2fca685599028e7674f6143b21eb6760c913eef0"]}} -{"id":"ec-meeting-2017-02-15-2d6061c151bdf38aeceafa591a3e55d7af83b6cd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-15 - Cabinet of Commissioner Violeta Bulc x Bell Helicopter"],"date":["2017-02-15"],"summary":["First meeting with new Bell's Senior Manager Global Public Affairs"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-9d4dc4867a44dfe10f67ae7ee1706da3e8b48a24","eu-tr-313362713000-43"]}} -{"id":"ec-meeting-2017-02-15-3c531b09d1d04be438a8382e39664e533f0e879f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-15 - Cabinet of High Representative / Vice-President Federica Mogherini x European Round Table for Industry"],"date":["2017-02-15"],"summary":["ERT future events"],"notes":["Portfolio: Foreign Affairs and Security Policy"],"location":["Brussels (Berlaymont)"],"address":["Brussels (Berlaymont)"],"addressEntity":["addr-4e70ddf45e81f0631950978c4aa49a218756a3f4"],"organizer":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"involved":["ec-person-0d87d503aa00db1df141f3b1bfea3e0ccb43ece9","eu-tr-25487567824-45"]}} -{"id":"ec-meeting-2017-02-15-49f5938bdb3c8893543971dcc463e899c95cb6e5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-15 - Cabinet of Vice-President Neven Mimica x Kofi Annan Foundation"],"date":["2017-02-15"],"summary":["Meeting to discuss the preparation of the youth event on preventing & countering violent extremism"],"notes":["Portfolio: International Cooperation & Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-mimica-neven-of-president-vice"],"involved":["eu-tr-961873216116-63","ec-person-b187f3955c71d2e1daa48e02fd0a09ab7c6f6098"]}} -{"id":"ec-meeting-2017-02-15-68589a3bf4eadedaea66bbec739a9603adddce8a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-15 - Cabinet of President Jean-Claude Juncker x Airbus"],"date":["2017-02-15"],"summary":["EU priorities"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-2732167674-76","ec-person-c402e34a99fbee730ae22e3b1958e21c94dc6fcc"]}} -{"id":"ec-meeting-2017-02-15-71b41a87bf129d72277938618a43b6d30aa59993","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-15 - Cabinet of Commissioner Carlos Moedas x Bill & Melinda Gates Foundation"],"date":["2017-02-15"],"summary":["Preparation for the meeting with Bill & Melinda Gates Foundation"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-b8d49828915f9008e764a78796d47ea00807a658","ec-person-f7ccc3ad366dd2fdb24870e1c02ff2763539c82f","eu-tr-371567915480-41"]}} -{"id":"ec-meeting-2017-02-15-7b9a6205d1273d0af5815a1ffcd2531ffef38dc5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-15 - Inspire, Debate, Engage and Accelerate Action x Mercedes-Benz Group AG"],"date":["2017-02-15"],"summary":["Industry 4.0"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-dg-idea"],"involved":["eu-tr-2349218828-41","ec-person-4fe56a64c00b3e81c851b5538878b32481bd7d3c"]}} -{"id":"ec-meeting-2017-02-15-80d275234f41123bd795e74fc67f5373006a290f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-15 - Cabinet of Commissioner Carlos Moedas x Pour une alliance sciences sociétés"],"date":["2017-02-15"],"summary":["Presentation of the \"Livre Blanc\""],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-f7ccc3ad366dd2fdb24870e1c02ff2763539c82f","eu-tr-270122925568-92"]}} -{"id":"ec-meeting-2017-02-15-8ab9b5cef77eabd28e2ba62651edc6a074ca20a9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-15 - Cabinet of Vice-President Günther Oettinger x Axel Springer SE"],"date":["2017-02-15"],"summary":["Copyright"],"notes":["Portfolio: Budget & Human Resources"],"location":["Berlin"],"address":["Berlin"],"addressEntity":["addr-062b06ba8e755765c6b049809b7430fd54fe5b21"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-742417913824-11","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2017-02-15-a0fbbbee3f6861cb30ec4c11a2bfb90dfbd6ee93","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-15 - Cabinet of Commissioner Carlos Moedas x QUALCOMM Incorporated"],"date":["2017-02-15"],"summary":["Research and Innovation"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["eu-tr-00358442856-45","ec-person-2b4bb0b28e7435e5f612e44d9664dbd1051efc55","ec-person-a6e757d2928b639b876fd492ddee1fc1420908bf"]}} -{"id":"ec-meeting-2017-02-15-ba5f6c23813831c117d5d558aafeb801488c823a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-15 - Cabinet of Commissioner Marianne Thyssen x Kellogg Company"],"date":["2017-02-15"],"summary":["Promoting the social and heath values of community and schoold breakfast programmes"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Berl 10/394"],"address":["Berl 10/394"],"addressEntity":["addr-aabec3f0d874f2505d925583c8adaf91ba05b6b0"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["eu-tr-89352824072-19","ec-person-ce19440eacb8fd67f534bdbcce33a1c4cedfd071"]}} -{"id":"ec-meeting-2017-02-15-c00415163e0a31cf332da2251f5738b1697acd7c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-15 - Cabinet of Vice-President Cecilia Malmström x QUALCOMM Incorporated"],"date":["2017-02-15"],"summary":["Standardisation and licensing in 3rd countries and the EU"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-00358442856-45","ec-person-ce1312d2a248f71fe74eed58aa5915cfa445bbba"]}} -{"id":"ec-meeting-2017-02-15-ca64f1914a9dcb92ae197bc47598086f2071c188","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-15 - Cabinet of Vice-President Miguel Arias Cañete x Natuur & Milieu"],"date":["2017-02-15"],"summary":["Decarbonization of Transport and Electric Vehicles"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-17413855438-74","ec-person-25a937c04cd0a0ddcf5cf34798e76b5105854114"]}} -{"id":"ec-meeting-2017-02-15-d936112864f45882f0b16428e79b3c8200d6dc9b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-15 - Cabinet of Commissioner Marianne Thyssen x EUROPEAN TRADE UNION CONFEDERATION"],"date":["2017-02-15"],"summary":["Panel session: \"How Europe can get a Pay Rise: Debate with employers\""],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["ITUH Auditorium, International Trade Union House, Boulevard du Roi Albert II 5, 1210 Brussels"],"address":["ITUH Auditorium, International Trade Union House, Boulevard du Roi Albert II 5, 1210 Brussels"],"addressEntity":["addr-d0858ef984aa925ae9988a9406a8fc340ef1ee46"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["ec-person-5a49eb89125b4b5d1125b3925bbb64aba1bea2b3","eu-tr-06698681039-26"]}} -{"id":"ec-meeting-2017-02-15-dda67cb82cc769a6c6e247be5402b9c1bf5aca52","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-15 - Competition x AMISA2"],"date":["2017-02-15"],"summary":["participation in a roundtable discussion: European Competition Policy vs. Globalization"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-comp"],"involved":["ec-person-8600a621c9aef12fc33b708e13b3cd3d5fa5696b","eu-tr-646699114665-12"]}} -{"id":"ec-meeting-2017-02-15-e35b73e19f067210217f8cf1c970f237fefc30a1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-15 - Cabinet of Commissioner Věra Jourová x EUROPE FOR FAMILY"],"date":["2017-02-15"],"summary":["Gender equality and family policies"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-5455ecfabb89025694c798deac08160a2be17d94","eu-tr-742489515854-03"]}} -{"id":"ec-meeting-2017-02-15-f992dfbc58f914ca78a17d0bfdfa4875abf2e869","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-15 - Cabinet of Commissioner Elżbieta Bieńkowska x QUALCOMM Incorporated"],"date":["2017-02-15"],"summary":["standards and connected cars"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-00358442856-45","ec-person-b2f9be51339f054477846797e2c119fcf16548fc","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2017-02-15-ffd7c6e5d6d2e357465860808fb9d0aa6943d3de","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-15 - Cabinet of Vice-President Jyrki Katainen x DXC.technology"],"date":["2017-02-15"],"summary":["Big data in research and education"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-430713521212-27","ec-person-81b1dda49062e5dac42bdad9273fa72968a2c325","ec-person-955e8c493ab54847bb92b65986f56a401f8eabee"]}} -{"id":"ec-meeting-2017-02-16-0413d3137acd8592afcc0957b7066f8be9ce6ae2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-16 - Cabinet of Vice-President Andrus Ansip x Iliad"],"date":["2017-02-16"],"summary":["Telecoms review, free developments in IT market"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-366999416622-37","ec-person-666bc159c7e65a3af9e63c1e97435c02f1496955"]}} -{"id":"ec-meeting-2017-02-16-161dffd223fb5fd8f052f8d8c7b618280f7b325b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-16 - Cabinet of Vice-President Andrus Ansip x Bureau Européen des Unions de Consommateurs"],"date":["2017-02-16"],"summary":["Connected Cars"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-9505781573-45","ec-person-6a03bc4fa7657513ea34529e98dba0671ef4c849"]}} -{"id":"ec-meeting-2017-02-16-167517c23d7b5c0d73ba9a7e0f172a4cee9b1445","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-16 - Regional and Urban Policy x Conférence des Régions Périphériques Maritimes d'Europe (CRPM)"],"date":["2017-02-16"],"summary":["L'avenir de la politique régionale post-2020"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-regio"],"involved":["ec-person-3bc647761a4c1a96c0e7b4c3729d7408a61558b0","eu-tr-5546423688-07"]}} -{"id":"ec-meeting-2017-02-16-2e5b158d829f3ae7919dc05530da3afda1dc8765","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-16 - Cabinet of Vice-President Günther Oettinger x Kerkhoff Group GmbH"],"date":["2017-02-16"],"summary":["exchange of view and current political challenges"],"notes":["Portfolio: Budget & Human Resources"],"location":["Munich"],"address":["Munich"],"addressEntity":["addr-4bb73f4817cac7549995b34436d424f8d8b0f1b0"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-278365525074-45","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2017-02-16-32f939f3849c1f18d351d70b9cee7fbde91dc145","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-16 - Cabinet of Commissioner Marianne Thyssen x Save the Children International"],"date":["2017-02-16"],"summary":["Present Save the Children’s report on child and educational poverty in Europe"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["BERL 10/394"],"address":["BERL 10/394"],"addressEntity":["addr-fe780a38875d1b6c39913ba29152278dedbe5d33"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["ec-person-ce19440eacb8fd67f534bdbcce33a1c4cedfd071","eu-tr-11610562644-55"]}} -{"id":"ec-meeting-2017-02-16-350cd26e2acc3b2cec012abbaf62a591e34a7174","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-16 - Trade x Comité interprofessionnel du vin de Champagne"],"date":["2017-02-16"],"summary":["Geographical indications"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-trade"],"involved":["ec-person-bde9bb099f5d24c52ca4a9255cefc99a5b87a650","eu-tr-667659215985-31"]}} -{"id":"ec-meeting-2017-02-16-3a4c9aa7756e738d4684bb428c53a735a7c5f046","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-16 - Cabinet of Commissioner Corina Crețu x European Environmental Bureau WWF European Policy Programme Stichting BirdLife Europe"],"date":["2017-02-16"],"summary":["Commission's Action Plan for Nature, People and the Economy"],"notes":["Portfolio: Regional Policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-corina-cretu-of"],"involved":["eu-tr-1083162721-43","eu-tr-06798511314-27","eu-tr-1414929419-24","ec-person-f5bd4d5d0170028815aba56ee7d4883f0fd70f47"]}} -{"id":"ec-meeting-2017-02-16-48b2f9dba9a0d64cd49102d9e4672ceba5d14eb6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-16 - Cabinet of Commissioner Phil Hogan x Intel Corporation"],"date":["2017-02-16"],"summary":["Business matters"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Ireland"],"address":["Ireland"],"addressEntity":["addr-eb2131ece0efe78ee8bb1ae98af6099114a8df09"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-a1a78365cc4685b0958056646204977d8f2ead92","eu-tr-7459401905-60"]}} -{"id":"ec-meeting-2017-02-16-4945386ba3f3abe2eeacbc4cb9f7f3e0beb9eaa9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-16 - Cabinet of Commissioner Carlos Moedas x Carlsberg Breweries A/S"],"date":["2017-02-16"],"summary":["Carlsberg Foundation/Presentation of the Unleash Initiative"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-b8d49828915f9008e764a78796d47ea00807a658","ec-person-23980b2bc4fd9c82051d0f7888dc236b2f764866","eu-tr-048387711728-21"]}} -{"id":"ec-meeting-2017-02-16-4b6fe5c8c9df1146a87b2fcdef88cdd1cdf5de16","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-16 - Directorate-General for International Partnerships x Bill & Melinda Gates Foundation"],"date":["2017-02-16"],"summary":["European Innovation and Research"],"location":["Brussels Belgium"],"address":["Brussels Belgium"],"addressEntity":["addr-61947d7d2c69c0b8f57325bd044f500c5fc6df48"],"organizer":["ec-dg-intpa"],"involved":["eu-tr-371567915480-41","ec-person-05c4477b89b93e7969f12d89b38f77fedce5876f"]}} -{"id":"ec-meeting-2017-02-16-4bc68e89b2b8f8e6d3492801d3c1642aff7974b6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-16 - Energy x COBATY International"],"date":["2017-02-16"],"summary":["Energy policy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-83141557347-02","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2017-02-16-54028ac07cf821c7f83d2f47d55c4391495633fb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-16 - Cabinet of First Vice-President Frans Timmermans x LVMH Publica"],"date":["2017-02-16"],"summary":["Better Regulation and Internal Market / DSM"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["ec-person-284d94050a35c9079d8b1ba3f85eaf7777b5fea9","eu-tr-16094042309-21"]}} -{"id":"ec-meeting-2017-02-16-669266d3ba84e32f3c6448377ff5e224301d48fd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-16 - Communications Networks, Content and Technology x IFPI Representing recording industry worldwide"],"date":["2017-02-16"],"summary":["Copyright refom in particular in the Value Gap, Platforms / Notice and Action - The Commission review of Enforcement"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-60394321918-91","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2017-02-16-71b41a87bf129d72277938618a43b6d30aa59993","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2017-02-16 - Cabinet of Commissioner Carlos Moedas x Bill & Melinda Gates Foundation"],"date":["2017-02-16"],"summary":["Research of infectious diseases/next Framework Programme"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-23980b2bc4fd9c82051d0f7888dc236b2f764866","eu-tr-371567915480-41"]}} -{"id":"ec-meeting-2017-02-16-75d1f0830c3102a1fdc61dc4e304b262d28bf1ee","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-16 - Cabinet of Vice-President Jyrki Katainen x Investor AB"],"date":["2017-02-16"],"summary":["Topical political and economic issues"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90","eu-tr-190987114891-73","ec-person-7c9460f99c5872dbdc561f5752401c870d12e98b","ec-person-f9208d930adc70c6c64e21701e48f85f6f18e949"]}} -{"id":"ec-meeting-2017-02-16-a0c436d18adae499e9f57d4dfa62ba7abe512358","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-16 - Communications Networks, Content and Technology x Investor AB"],"date":["2017-02-16"],"summary":["European telecoms framework - Industry 4.0 - IoT - Data Flows"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-190987114891-73","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2017-02-16-a4a1d09dbca2208d534274d34138d6de3dc59db7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-16 - Cabinet of Commissioner Phil Hogan x Conféderation Européenne des Propriétaires Forestiers"],"date":["2017-02-16"],"summary":["Action Plan for enhanced implementation of the Nature Directives"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-3647455667-08","ec-person-b0d24e81234b490dd841a09b69892304b27fc6a8"]}} -{"id":"ec-meeting-2017-02-16-b1589f82646e31a1f2cf613cb95c628fa3dad4cb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-16 - Cabinet of Vice-President Cecilia Malmström x thyssenkrupp AG"],"date":["2017-02-16"],"summary":["steel sector in China"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-721647010823-15","ec-person-98880f3f4206145e196013db9dd806a551c11e06"]}} -{"id":"ec-meeting-2017-02-16-b36af4c3ade00d77ec2dfec4116723575f6c214f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-16 - Cabinet of Vice-President Neven Mimica x Bill & Melinda Gates Foundation"],"date":["2017-02-16"],"summary":["External Investment Plan and global health issues"],"notes":["Portfolio: International Cooperation & Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-mimica-neven-of-president-vice"],"involved":["ec-person-5f446e21c2ca97624d9781d53ce7312477e72d6e","ec-person-b187f3955c71d2e1daa48e02fd0a09ab7c6f6098","eu-tr-371567915480-41","ec-person-886e1b865045c3ed98e99075006d09cea708acce"]}} -{"id":"ec-meeting-2017-02-16-b3b951bc1677ce9ffa55c8ef157296d1265488e7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-16 - Cabinet of Commissioner Carlos Moedas x Wetsus, European Centre of Excellence for Sustainable Water Technology"],"date":["2017-02-16"],"summary":["Presentation of Wetsus"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-b8d49828915f9008e764a78796d47ea00807a658","ec-person-0a716bf5253e913fc40ebf14c12f30dc2e7a06ee","eu-tr-826475025434-21"]}} -{"id":"ec-meeting-2017-02-16-cbac2aba9d649ad396cc205a54a8d41fb9992959","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-16 - Energy x Global Energy Interconnection Development and Cooperation Organisation European Office"],"date":["2017-02-16"],"summary":["Energy policy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["ec-person-6997149120ce5129e38febe5275dc8fd03232d2e","eu-tr-412758026176-89"]}} -{"id":"ec-meeting-2017-02-16-cc7407438ddcaf9a764c7b18d2f2134be679c2b2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-16 - Cabinet of Commissioner Christos Stylianides x European Fund for Engineering Education Development"],"date":["2017-02-16"],"summary":["Resilience policy"],"notes":["Portfolio: Humanitarian Aid & Crisis Management"],"location":["BRUSSELS, Berlaymont"],"address":["BRUSSELS, Berlaymont"],"addressEntity":["addr-024bfd83839fa905e794a527bc33d1a8f1ed187d"],"organizer":["ec-cabinet-christos-commissioner-of-stylianides"],"involved":["eu-tr-150282426037-13","ec-person-de605a3492bf8716a72a814958f304a939e828b3"]}} -{"id":"ec-meeting-2017-02-16-d936112864f45882f0b16428e79b3c8200d6dc9b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-16 - Cabinet of Commissioner Marianne Thyssen x EUROPEAN TRADE UNION CONFEDERATION"],"date":["2017-02-16"],"summary":["European Pillar of Social Rights"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["ec-person-e93189002a993321fd1af93481b271c766b1aff8","eu-tr-06698681039-26"]}} -{"id":"ec-meeting-2017-02-16-da4931dad1b6ef59691c8ac8792174fdba7ae56a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-16 - Cabinet of Vice-President Jyrki Katainen x CONFCOMMERCIO - IMPRESE PER L'ITALIA"],"date":["2017-02-16"],"summary":["Commission's Services package and approach to retail"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-04877777421-88","ec-person-81b1dda49062e5dac42bdad9273fa72968a2c325"]}} -{"id":"ec-meeting-2017-02-16-e3d7d9843db72b6aefdf37675d86c05b377de0ae","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-16 - Cabinet of Commissioner Phil Hogan x Federation of Swedish Family Forest Owners"],"date":["2017-02-16"],"summary":["Business discussion"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-878186914678-56","ec-person-400dd8d59d3060187d9b9b143d697da1a3d03c12"]}} -{"id":"ec-meeting-2017-02-16-e53e7b5fd3a5d4433897a412a48c19c541bbd26c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-16 - Cabinet of Commissioner Phil Hogan x ABP Food Group"],"date":["2017-02-16"],"summary":["Agri Foods"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Ireland"],"address":["Ireland"],"addressEntity":["addr-eb2131ece0efe78ee8bb1ae98af6099114a8df09"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-a1a78365cc4685b0958056646204977d8f2ead92","eu-tr-478790716543-16"]}} -{"id":"ec-meeting-2017-02-16-e663c04ff644625749a88a55e271ea8fc98ae7b9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-16 - Cabinet of Commissioner Carlos Moedas x Kreab Investor AB"],"date":["2017-02-16"],"summary":["Presentation of the Wallenberg Foundation"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["eu-tr-190987114891-73","ec-person-f7ccc3ad366dd2fdb24870e1c02ff2763539c82f","ec-person-2b4bb0b28e7435e5f612e44d9664dbd1051efc55","ec-person-23980b2bc4fd9c82051d0f7888dc236b2f764866","eu-tr-1078390517-54","ec-person-b8d49828915f9008e764a78796d47ea00807a658"]}} -{"id":"ec-meeting-2017-02-16-ec539ab63cddb78bd33e7af31d9ea4d6a139b848","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-16 - Communications Networks, Content and Technology x Iliad"],"date":["2017-02-16"],"summary":["Electronic communication code"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-366999416622-37","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2017-02-17-060ad2e13a817de3c5a24c0d20fc0f0c68dd61c3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-17 - Cabinet of Commissioner Violeta Bulc x DIGITALEUROPE"],"date":["2017-02-17"],"summary":["Meeting with Markus Borchert, president of Digital Europe"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-64270747023-20","ec-person-4d2b449b5047ea3fda435a2a1c1081e3babcdf76","ec-person-e14c58f620f40325d829df7be0823280307bc15f"]}} -{"id":"ec-meeting-2017-02-17-08084c02835423910117da32c04047cb3a0cde86","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-17 - Communications Networks, Content and Technology x Erasmus Universitair Medisch Centrum Rotterdam"],"date":["2017-02-17"],"summary":["FET Flagships - Cross-cutting activities with new high-potential - Medical photonics research and innovation - eHealth - Interoperability: the Cornerstone to Improved Healthcare Delivery, Costs, and Outcomes - Robotics - Big Data"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-724240721429-43","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2017-02-17-1dd7d3b54b2033d4a772ae175e156152818359fa","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-17 - Cabinet of Vice-President Maroš Šefčovič x Shell Companies"],"date":["2017-02-17"],"summary":["Clean Energy For All Package"],"notes":["Portfolio: Energy Union"],"location":["Munich"],"address":["Munich"],"addressEntity":["addr-4bb73f4817cac7549995b34436d424f8d8b0f1b0"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-3bf48630444ace93d407e52eb880e64d480f75ce","eu-tr-05032108616-26","ec-person-1f95be23689cd4ed0a26fe2980f760ccf2d55c1e"]}} -{"id":"ec-meeting-2017-02-17-2db89b260c739a372821f7001a9d1158d968ee34","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-17 - Energy x UNION FRANCAISE DE L'ELECTRICITE - UFE"],"date":["2017-02-17"],"summary":["Energy policy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["ec-person-6997149120ce5129e38febe5275dc8fd03232d2e","eu-tr-30146663069-53"]}} -{"id":"ec-meeting-2017-02-17-31b6cb87302558c5a502138f3deb4d73a5b5cf78","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-17 - Cabinet of Vice-President Günther Oettinger x Linde Public Limited Company"],"date":["2017-02-17"],"summary":["Exchange on ongoing and future projects in the sector"],"notes":["Portfolio: Budget & Human Resources"],"location":["Munich"],"address":["Munich"],"addressEntity":["addr-4bb73f4817cac7549995b34436d424f8d8b0f1b0"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-567952021180-44","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2017-02-17-31be59f5fe238dcb167298963ad4a78d54f38a76","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-17 - Cabinet of Vice-President Jyrki Katainen x McKinsey & Company Inc."],"date":["2017-02-17"],"summary":["Growth strategies for Europe"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90","ec-person-7c9460f99c5872dbdc561f5752401c870d12e98b","eu-tr-759822324775-22"]}} -{"id":"ec-meeting-2017-02-17-3da692b1bd04efd077338b603f7e21a0761acea9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-17 - Cabinet of Vice-President Andrus Ansip x Microsoft Corporation"],"date":["2017-02-17"],"summary":["Digital Single Market, free flow of data, cybersecurity"],"notes":["Portfolio: Digital Single Market"],"location":["Munich"],"address":["Munich"],"addressEntity":["addr-4bb73f4817cac7549995b34436d424f8d8b0f1b0"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-0801162959-21","ec-person-3ca0c466b8ff230d4409591430b388007ce14ff8","ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0"]}} -{"id":"ec-meeting-2017-02-17-504dd7e58eda1925a0a93010bf75320dba8c8bac","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-17 - Cabinet of Commissioner Elżbieta Bieńkowska x FIGIEFA - Fédération Internationale des Grossistes, Importateurs & Exportateurs en Fournitures Automobiles / International Federation of Automotive Distributors"],"date":["2017-02-17"],"summary":["vehicle homologation and maintenance"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-69678928900-56","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2017-02-17-5202f78a36ebcc2110ff55c765f8a3c89387d4b1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-17 - Cabinet of Vice-President Günther Oettinger x KPMG EMA"],"date":["2017-02-17"],"summary":["migration"],"notes":["Portfolio: Budget & Human Resources"],"location":["Munich"],"address":["Munich"],"addressEntity":["addr-4bb73f4817cac7549995b34436d424f8d8b0f1b0"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-65515368730-59","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2017-02-17-5472aec6d4c7ae22abf176b9f28283dfe25251a8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-17 - Cabinet of Vice-President Miguel Arias Cañete x Abengoa"],"date":["2017-02-17"],"summary":["ETS"],"notes":["Portfolio: Climate Action & Energy"],"location":["Madrid"],"address":["Madrid"],"addressEntity":["addr-7a2191964a3d7521269f0068afae6b6116bac15d"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-668388416154-15","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd"]}} -{"id":"ec-meeting-2017-02-17-75783afc18c0f7d0b95cc79b1dbdc95813c4ae36","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-17 - Cabinet of Vice-President Valdis Dombrovskis x Investor AB"],"date":["2017-02-17"],"summary":["CMU; Sustainable/Green Finance"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-190987114891-73","ec-person-537401fc0be04984531b83660f416bf2fe14fbd8","ec-person-a9eda2e8ea54b70a968327672c6cada679d3cd56"]}} -{"id":"ec-meeting-2017-02-17-79f86b6fa46d585f7126a3a1c4674802f2e4a96f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-17 - Cabinet of Vice-President Günther Oettinger x ifo Institut - Leibniz-Institut für Wirtschaftsforschung an der Universität München e.V."],"date":["2017-02-17"],"summary":["media policy"],"notes":["Portfolio: Budget & Human Resources"],"location":["München"],"address":["München"],"addressEntity":["addr-98dc49ee755c3c874dcfa2edc07c7189997bc7f6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-355074725892-48","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2017-02-17-84f0c4e356f6146bc1fbd0c57316f212d594dee2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-17 - Cabinet of Vice-President Maroš Šefčovič x Airbus"],"date":["2017-02-17"],"summary":["Aviation Strategy"],"notes":["Portfolio: Energy Union"],"location":["Munich"],"address":["Munich"],"addressEntity":["addr-4bb73f4817cac7549995b34436d424f8d8b0f1b0"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-3bf48630444ace93d407e52eb880e64d480f75ce","eu-tr-2732167674-76","ec-person-1f95be23689cd4ed0a26fe2980f760ccf2d55c1e"]}} -{"id":"ec-meeting-2017-02-17-922f17deaaaf165b91ec5a96b1ac2df56bfe2f93","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-17 - Cabinet of Commissioner Violeta Bulc x Autorité de régulation des activités ferroviaires et routières"],"date":["2017-02-17"],"summary":["Meeting with Mr Roman, president of ARAFER"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-4d2b449b5047ea3fda435a2a1c1081e3babcdf76","ec-person-38b425c6d020cfa22f078b832d85df8ce504609f","eu-tr-416405725880-63"]}} -{"id":"ec-meeting-2017-02-17-995b2841b11ec9d61e22d5d1b77bdbd5aba06fac","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-17 - Cabinet of Commissioner Phil Hogan x Irish Farmers' Association"],"date":["2017-02-17"],"summary":["FARMING ISSUES"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["DUBLIN"],"address":["DUBLIN"],"addressEntity":["addr-0ad081a1e72a86b5d6b990723bbcacd217cca3cf"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-458700813641-37","ec-person-a1a78365cc4685b0958056646204977d8f2ead92"]}} -{"id":"ec-meeting-2017-02-17-b9cf2063d2aa3b76ccdfb0c8c8f056aa762037ae","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-17 - Cabinet of Vice-President Andrus Ansip x IBM Corporation"],"date":["2017-02-17"],"summary":["Digital Single Market, free flow of data"],"notes":["Portfolio: Digital Single Market"],"location":["Munich"],"address":["Munich"],"addressEntity":["addr-4bb73f4817cac7549995b34436d424f8d8b0f1b0"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-3ca0c466b8ff230d4409591430b388007ce14ff8","eu-tr-7721359944-96","ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0"]}} -{"id":"ec-meeting-2017-02-17-e270c743a7e0b2125527941e878e410d276bd039","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-17 - Informatics x Proximus SA de droit public"],"date":["2017-02-17"],"summary":["Sharing insights on upcoming mobile technology trends"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-digit"],"involved":["ec-person-32591d36027eb92a66b57d5bcc8c57d9574380b0","eu-tr-537380918401-76"]}} -{"id":"ec-meeting-2017-02-17-f12edd5df1a71892a41e818fa8dc28407dc215bc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-17 - Cabinet of President Jean-Claude Juncker x Investor AB AS SEB Pank"],"date":["2017-02-17"],"summary":["Financial services agenda"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-190987114891-73","ec-person-c402e34a99fbee730ae22e3b1958e21c94dc6fcc","eu-tr-198976724179-09"]}} -{"id":"ec-meeting-2017-02-17-f2309ada7c42056fd5aeae8614f46901946942b2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-17 - Cabinet of Vice-President Maroš Šefčovič x Bayerische Motoren Werke Aktiengesellschaft"],"date":["2017-02-17"],"summary":["Decarbonisation of transport"],"notes":["Portfolio: Energy Union"],"location":["Munich"],"address":["Munich"],"addressEntity":["addr-4bb73f4817cac7549995b34436d424f8d8b0f1b0"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-3bf48630444ace93d407e52eb880e64d480f75ce","eu-tr-7193977808-18","ec-person-1f95be23689cd4ed0a26fe2980f760ccf2d55c1e"]}} -{"id":"ec-meeting-2017-02-18-ccc0d166fbe26aa10f63e704735594da199fa3bf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-18 - Cabinet of First Vice-President Frans Timmermans x Bill & Melinda Gates Foundation"],"date":["2017-02-18"],"summary":["Sustainability agenda"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Munich"],"address":["Munich"],"addressEntity":["addr-4bb73f4817cac7549995b34436d424f8d8b0f1b0"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["ec-person-966667b73d92624be9bb019c2baab7e52331b3d3","eu-tr-371567915480-41"]}} -{"id":"ec-meeting-2017-02-18-d20090d9347a6ea480ba57644e0db9acd0e8fb13","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-18 - Cabinet of First Vice-President Frans Timmermans x Human Rights Watch"],"date":["2017-02-18"],"summary":["Migration and asylum policies"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Munich"],"address":["Munich"],"addressEntity":["addr-4bb73f4817cac7549995b34436d424f8d8b0f1b0"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["ec-person-966667b73d92624be9bb019c2baab7e52331b3d3","eu-tr-56362448807-46"]}} -{"id":"ec-meeting-2017-02-18-ed347c1e3929fc9ad6b9c878cea28b374550f653","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-18 - Cabinet of First Vice-President Frans Timmermans x International Rescue Committee Inc"],"date":["2017-02-18"],"summary":["Migration and asylum policies"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Munich"],"address":["Munich"],"addressEntity":["addr-4bb73f4817cac7549995b34436d424f8d8b0f1b0"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["ec-person-966667b73d92624be9bb019c2baab7e52331b3d3","eu-tr-66790095679-26"]}} -{"id":"ec-meeting-2017-02-20-2cbb0248d8aa3453f72c9a57a17eddcab19b9f31","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-20 - Agriculture and Rural Development x None"],"date":["2017-02-20"],"summary":["Exchange of view in relation to Avian Flu"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-agri"],"involved":["eu-tr-84973761187-60","eu-tr-44856881231-49","eu-tr-9803788883-16","eu-tr-36546161539-21","ec-person-7bc7204a153f98afbf1ad1cffbdd10d06d9ae166"]}} -{"id":"ec-meeting-2017-02-20-30faff1e0fdb78fe460212d18fa6870d162e7a32","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-20 - Cabinet of President Jean-Claude Juncker x eu travel tech"],"date":["2017-02-20"],"summary":["Digital Single Market"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-44a061693f35519551be0e3dab996e76ad3f8c7c","eu-tr-70614728635-77"]}} -{"id":"ec-meeting-2017-02-20-3a2d4e0b4b42b7b95dd503fbb2dc327b19899c23","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-20 - Cabinet of Vice-President Günther Oettinger x Gesellschaft für musikalische Aufführungs- und mechanische Vervielfältigungsrechte"],"date":["2017-02-20"],"summary":["copyright"],"notes":["Portfolio: Budget & Human Resources"],"location":["Berlin"],"address":["Berlin"],"addressEntity":["addr-062b06ba8e755765c6b049809b7430fd54fe5b21"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-63284686285-78","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2017-02-20-45ca71f9f4ea872a6288b58a65034bbd1e9de769","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-20 - Climate Action x European Industrial Gases Association AISBL"],"date":["2017-02-20"],"summary":["EU ETS Review"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-clima"],"involved":["ec-person-44c2f44f96dda2012bcb4e9abc749f6cae86a4c0","eu-tr-04077716126-17"]}} -{"id":"ec-meeting-2017-02-20-5a522d5ab4b4c257b4e7e0a05c9412a92235bfc1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-20 - Cabinet of Vice-President Miguel Arias Cañete x Repsol, S.A."],"date":["2017-02-20"],"summary":["ETs, carbon price,"],"notes":["Portfolio: Climate Action & Energy"],"location":["Madrid"],"address":["Madrid"],"addressEntity":["addr-7a2191964a3d7521269f0068afae6b6116bac15d"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-69240395197-02","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd"]}} -{"id":"ec-meeting-2017-02-20-7f0e4a38be97812ebac6493b5a3662dd0a82a79d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-20 - Cabinet of Commissioner Carlos Moedas x FUNDACION MUJERES POR AFRICA"],"date":["2017-02-20"],"summary":["Presentation of the activities of the Fundacion Mujeres Por Africa"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-f7ccc3ad366dd2fdb24870e1c02ff2763539c82f","eu-tr-709518325777-24"]}} -{"id":"ec-meeting-2017-02-20-a10c351655f2bbf420ebd4ab00bb39e25f4f3c57","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-20 - Cabinet of Vice-President Cecilia Malmström x Heineken N.V."],"date":["2017-02-20"],"summary":["Trade relations EU-Mexico"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-827688315793-86","ec-person-98880f3f4206145e196013db9dd806a551c11e06"]}} -{"id":"ec-meeting-2017-02-20-d5e7367bc8e2a5f14fed536e3d1a6820cdbf5d9a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-20 - Cabinet of Commissioner Marianne Thyssen x Boerenbond vzw"],"date":["2017-02-20"],"summary":["Social security of seasonal workers"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["eu-tr-38367579546-45","ec-person-7567514af00f139b390cf9864d28a090ca0fde25"]}} -{"id":"ec-meeting-2017-02-20-dae6dc7c8087eeb68233072bfcc4382967388419","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-20 - Cabinet of Vice-President Cecilia Malmström x Confederation of Finnish Industries EK"],"date":["2017-02-20"],"summary":["Trade matters with Russia"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-ce1312d2a248f71fe74eed58aa5915cfa445bbba","eu-tr-1274604847-34"]}} -{"id":"ec-meeting-2017-02-20-e0c437ce0abf0c6c1363ecc5e9975b947e4d6811","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-20 - Cabinet of Vice-President Miguel Arias Cañete x European Mortgage Federation - European Covered Bond Council"],"date":["2017-02-20"],"summary":["Low interest rates for efficiency improvements"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-24967486965-09","ec-person-25a937c04cd0a0ddcf5cf34798e76b5105854114"]}} -{"id":"ec-meeting-2017-02-20-fc456b1025acc8c66c6701959523db4e13834541","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-20 - Cabinet of President Jean-Claude Juncker x Time Warner Inc."],"date":["2017-02-20"],"summary":["Digital Single Market"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-44a061693f35519551be0e3dab996e76ad3f8c7c","eu-tr-761346015292-83"]}} -{"id":"ec-meeting-2017-02-21-0d051438a065a0828b5a335a7a53a980e49e67f4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-21 - Task Force for Relations with the United Kingdom x Vereniging VNO-NCW"],"date":["2017-02-21"],"summary":["Meeting with the Task Force for the Preparation and Conduct of the Negotiations with the United Kingdom under Article 50 TEU"],"location":["The Netherlands, Den Haag"],"address":["The Netherlands, Den Haag"],"addressEntity":["addr-f72d425cd0ca3d73d342093fe1064fb8a32c0545"],"organizer":["ec-dg-uktf"],"involved":["ec-person-864cfa5fbc9b02a079ffbab1107f252c7bb08478","eu-tr-13255254129-80"]}} -{"id":"ec-meeting-2017-02-21-11db03af27b463021c0a8ea6e0d5aef95732e891","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-21 - Cabinet of Vice-President Johannes Hahn x Ukrainian World Congress"],"date":["2017-02-21"],"summary":["situation in Ukraine"],"notes":["Portfolio: European Neighbourhood Policy & Enlargement Negotiations"],"location":["brussels"],"address":["brussels"],"addressEntity":["addr-e2daa1574b7ac475c827b33e281bd2d5e013c882"],"organizer":["ec-cabinet-hahn-johannes-of-president-vice"],"involved":["ec-person-14243ca3b6c9c0f57c03163cfda58dad2d75b681","eu-tr-674342920396-33"]}} -{"id":"ec-meeting-2017-02-21-1f955c35994d8c9cca0f06f888bae2949d5a8f5c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-21 - Task Force for Relations with the United Kingdom x Federatie Nederlandse Vakbeweging"],"date":["2017-02-21"],"summary":["Meeting with the Task Force for the Preparation and Conduct of the Negotiations with the United Kingdom under Article 50 TEU"],"location":["The Netherlands, Den Haag"],"address":["The Netherlands, Den Haag"],"addressEntity":["addr-f72d425cd0ca3d73d342093fe1064fb8a32c0545"],"organizer":["ec-dg-uktf"],"involved":["ec-person-864cfa5fbc9b02a079ffbab1107f252c7bb08478","eu-tr-848077116912-21"]}} -{"id":"ec-meeting-2017-02-21-264fa1a18fe671d9a0bc7bc992787223a3b18c8e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-21 - Energy x Avisa Partners"],"date":["2017-02-21"],"summary":["Energy policy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-54210841652-13","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2017-02-21-3c1c82240814d9fe8253b423ab3689a0fb5b8efc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-21 - Cabinet of Commissioner Julian King x BT Group plc"],"date":["2017-02-21"],"summary":["Telecom"],"notes":["Portfolio: Security Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-julian-king-of"],"involved":["ec-person-8d48893e9e1b5fcb8f1a7bf47a39f9a2a3ac4c54","eu-tr-00919034091-89"]}} -{"id":"ec-meeting-2017-02-21-4b5f7ff4dde7f4fab872bd6e34572728200b0848","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2017-02-21 - Cabinet of Vice-President Andrus Ansip x Federation of European Publishers"],"date":["2017-02-21"],"summary":["Copyright, VAT, R&D"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-398541467-53","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45","ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0"]}} -{"id":"ec-meeting-2017-02-21-560b9c42a90c20607e5b87184f3a5cebda428c37","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-21 - Cabinet of Vice-President Valdis Dombrovskis x British Bankers' Association"],"date":["2017-02-21"],"summary":["Securitisation, CMU"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-5897733662-75","ec-person-eec82261c60167b261e56ad1e2bfb4c482db6191"]}} -{"id":"ec-meeting-2017-02-21-60e29cf195c76a1bdf475badece9ea03ef6ed904","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-21 - Cabinet of Vice-President Miguel Arias Cañete x Nord Stream 2 AG"],"date":["2017-02-21"],"summary":["OPAL and Nordstream 2"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-662856722412-20","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd"]}} -{"id":"ec-meeting-2017-02-21-80bb1b6ac35fc0ae75d49dfcc7997fa281556d17","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-21 - Cabinet of Vice-President Miguel Arias Cañete x Transport and Environment (European Federation for Transport and Environment)"],"date":["2017-02-21"],"summary":["Meeting new Director + discussion on low emission agenda/infrastructure availability"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-58744833263-19","ec-person-25a937c04cd0a0ddcf5cf34798e76b5105854114"]}} -{"id":"ec-meeting-2017-02-21-96d53bef4c5d1310f3fd9ce31b674be17dba53a3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-21 - Cabinet of Commissioner Tibor Navracsics x Comité National Olympique et Sportif Français"],"date":["2017-02-21"],"summary":["Relations UE/Comité Olympique International"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["eu-tr-233171110145-30","ec-person-1da7ee09d46288ee4ea9db2b644bdcf9c3d6d000"]}} -{"id":"ec-meeting-2017-02-21-9c6c4eaad091c8dc48f3a08618a6cd419c6adff9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-21 - Cabinet of Vice-President Cecilia Malmström x BT Group plc"],"date":["2017-02-21"],"summary":["Trade in Telecommunications, the European Electronic Communications Code (EECC), and regulatory issues"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-ce1312d2a248f71fe74eed58aa5915cfa445bbba","eu-tr-00919034091-89"]}} -{"id":"ec-meeting-2017-02-21-9ec46fc7b79980520a631d4858c8c4c22d7ec230","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-21 - Communication x Fortum Oyj"],"date":["2017-02-21"],"summary":["Discussions on the future of Europe and communication challenges"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-comm"],"involved":["eu-tr-03501997362-71","ec-person-b6c746215a5c0e8c8c5d2d25b85179e0063a6b33"]}} -{"id":"ec-meeting-2017-02-21-bce9d6f677040f9794e81f62a65414cc5003c71c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-21 - Cabinet of Vice-President Karmenu Vella x BUSINESSEUROPE"],"date":["2017-02-21"],"summary":["Circular Economy"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["ec-person-98899253aaaa8e936aec841aef4a31c3573bbfad","eu-tr-3978240953-79"]}} -{"id":"ec-meeting-2017-02-21-c6399b6783a63af7f8d40fe2031dc5fd62f1c46f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-21 - Cabinet of Vice-President Maroš Šefčovič x Verband der Automobilindustrie"],"date":["2017-02-21"],"summary":["CO2 emission targets, GEAR 2030, batteries, electrical vehicles"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-95574664768-90","ec-person-3bf48630444ace93d407e52eb880e64d480f75ce","ec-person-1f95be23689cd4ed0a26fe2980f760ccf2d55c1e"]}} -{"id":"ec-meeting-2017-02-21-c9f228699d987a4034cfa111a7749044679bd505","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-21 - Cabinet of Commissioner Marianne Thyssen x The Guild of European Research-Intensive Universities"],"date":["2017-02-21"],"summary":["Horizon 2020"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["ec-person-bdb607d5d994a4056dd700f8f52d9af25b406b36","ec-person-e93189002a993321fd1af93481b271c766b1aff8","eu-tr-265942623347-90"]}} -{"id":"ec-meeting-2017-02-21-f49d4fe57dd150e5aaae2b3eb022f83b0803d864","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-21 - Energy x Mitsubishi Power Europe GmbH"],"date":["2017-02-21"],"summary":["Energy policy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-997484720855-72","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2017-02-22-0983b3731f3fc50c26a974fb1e1c1ea696fa3fb8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-22 - Environment x EUROMETAUX"],"date":["2017-02-22"],"summary":["REACH, Chemicals, Circular Economy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-env"],"involved":["eu-tr-61650796093-48","ec-person-3bc74ce04ea3f4ab4d91a5c88eef25b8b8a213b4"]}} -{"id":"ec-meeting-2017-02-22-1078fcb9da144b08cbe15e6f1408f9aa5b57be66","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-22 - Task Force for Relations with the United Kingdom x Crédit Agricole S.A."],"date":["2017-02-22"],"summary":["Meeting with the Task Force for the Preparation and Conduct of the Negotiations with the United Kingdom under Article 50 TEU"],"location":["Paris, France"],"address":["Paris, France"],"addressEntity":["addr-c70534aa18173b860a10a50a47b139c4a581cbf6"],"organizer":["ec-dg-uktf"],"involved":["ec-person-864cfa5fbc9b02a079ffbab1107f252c7bb08478","eu-tr-35147251117-11"]}} -{"id":"ec-meeting-2017-02-22-2360c336a6e21c2d54c499c5f0fffd1faaad4a65","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-22 - Cabinet of Commissioner Phil Hogan x Irish Wind Energy Association"],"date":["2017-02-22"],"summary":["Energy"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-66441154246-76","ec-person-ff8342dedc26701400fcb7dcf73fbee50a837ac6"]}} -{"id":"ec-meeting-2017-02-22-2cae8d7e3354bcb251602d0a2a7d95f8e2a0dbfd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-22 - Cabinet of Commissioner Christos Stylianides x Ukrainian World Congress"],"date":["2017-02-22"],"summary":["Humanitarian crisis in Eastern ukraine"],"notes":["Portfolio: Humanitarian Aid & Crisis Management"],"location":["Brussels, Berlaymont"],"address":["Brussels, Berlaymont"],"addressEntity":["addr-2d842da4e8cf3dbd0304d45e6b874d5f0aa57edf"],"organizer":["ec-cabinet-christos-commissioner-of-stylianides"],"involved":["eu-tr-674342920396-33","ec-person-de605a3492bf8716a72a814958f304a939e828b3"]}} -{"id":"ec-meeting-2017-02-22-37696bb792731976b40d34b42f746036ed99185e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-22 - Cabinet of Commissioner Pierre Moscovici x Fédération Nationale de l'Artisanat Automobile"],"date":["2017-02-22"],"summary":["Fraude à la TVA"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["ec-person-3cbeba61ae952f06fe4916c381438ebbc676a597","eu-tr-705440625408-01","ec-person-1d299d025d2afdcba46db3d131b6197fab6e0c89"]}} -{"id":"ec-meeting-2017-02-22-3c4bb13ba15270a60a309c180b06d88a2ca238ce","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-22 - Climate Action x Transport and Environment (European Federation for Transport and Environment)"],"date":["2017-02-22"],"summary":["Mobility package"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-clima"],"involved":["ec-person-44c2f44f96dda2012bcb4e9abc749f6cae86a4c0","eu-tr-58744833263-19"]}} -{"id":"ec-meeting-2017-02-22-52b4df89de412a1ff14e7049741a2611f292c0e2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-22 - Directorate-General for International Partnerships x European Network of Political Foundations"],"date":["2017-02-22"],"summary":["Future cooperation and common goals"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-intpa"],"involved":["eu-tr-621063526094-20","ec-person-05c4477b89b93e7969f12d89b38f77fedce5876f"]}} -{"id":"ec-meeting-2017-02-22-798a78b71564ae5075172c9860a1236cd0189393","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-22 - Cabinet of Commissioner Phil Hogan x Pet Food Manufacturers Association"],"date":["2017-02-22"],"summary":["agricultural (including fisheries) policy in the EU"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels, BERL"],"address":["Brussels, BERL"],"addressEntity":["addr-3c3fa5f92474ebac668808553fbab6d1c14aa243"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-786818325865-93","ec-person-7d3caa534e5cdda6d5b949bd4b2def39356e3bec"]}} -{"id":"ec-meeting-2017-02-22-8c4a1a6a88d21f21c78f8f2cf173d9bb6eb74654","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-22 - Cabinet of Vice-President Neven Mimica x FUNDACION MUJERES POR AFRICA"],"date":["2017-02-22"],"summary":["Meeting to introduce the Foundation and its participation in EU development projects and programs in Northern and sub-Saharan Africa"],"notes":["Portfolio: International Cooperation & Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-mimica-neven-of-president-vice"],"involved":["ec-person-5f446e21c2ca97624d9781d53ce7312477e72d6e","ec-person-b187f3955c71d2e1daa48e02fd0a09ab7c6f6098","eu-tr-587893626634-05"]}} -{"id":"ec-meeting-2017-02-22-8e26fb9aa6d75c8cbc92cd3a09abf2ed1ff52534","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-22 - Cabinet of Vice-President Jyrki Katainen x Spotify"],"date":["2017-02-22"],"summary":["Music streaming business model and obstacles to growth"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-365747616583-15","ec-person-81b1dda49062e5dac42bdad9273fa72968a2c325"]}} -{"id":"ec-meeting-2017-02-22-9a1a452a7cb004f5420fc676f50d32fd938a2dcf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-22 - Cabinet of Vice-President Karmenu Vella x The European Environment and Sustainable Development Advisory Councils Network"],"date":["2017-02-22"],"summary":["Sustainable Development and Circular Economy"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["eu-tr-518917926125-70","ec-person-98899253aaaa8e936aec841aef4a31c3573bbfad"]}} -{"id":"ec-meeting-2017-02-22-b13438a1083a29af152357f38790a49452a29273","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-22 - Cabinet of Commissioner Phil Hogan x Ibec"],"date":["2017-02-22"],"summary":["Free Momvement and Trade"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-479468313744-50","ec-person-ff8342dedc26701400fcb7dcf73fbee50a837ac6"]}} -{"id":"ec-meeting-2017-02-22-edded5effae33c1c3431694398171550ea8a352c","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2017-02-22 - Cabinet of Commissioner Violeta Bulc x Trainline.com Limited"],"date":["2017-02-22"],"summary":["Meetings between members of Cabinet Bulc and Trainline s representatives"],"notes":["Portfolio: Transport"],"location":["Bruxelles"],"address":["Bruxelles"],"addressEntity":["addr-b58f5927b66d94a676970dc048485d4c6848f272"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-cb7aaf75b4c195481f149f904bc28b4e2ac2b7ab","eu-tr-121465619130-93"]}} -{"id":"ec-meeting-2017-02-23-16f100062988035327569b51d90d646b57faeece","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-23 - Cabinet of Vice-President Andrus Ansip x Universal Music Group International"],"date":["2017-02-23"],"summary":["DSM, copyright"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-91ca0921c6790191daa54427311acd63035e7c9e","eu-tr-530216615544-40"]}} -{"id":"ec-meeting-2017-02-23-1e826b9cc4e88a21e30156d220198038e9e638cc","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2017-02-23 - Cabinet of Commissioner Violeta Bulc x PIPISTREL d.o.o. Podjetje za proizvodnjo zračnih plovil"],"date":["2017-02-23"],"summary":["Lunch with Mr Ivo Boscarol - Pipistrel","Meeting with Mr Ivo Boscarol"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-5012c5e45a52ee8ce67d19c1781a127af53e73e7","ec-person-4d2b449b5047ea3fda435a2a1c1081e3babcdf76","eu-tr-779169725910-83","ec-person-9d4dc4867a44dfe10f67ae7ee1706da3e8b48a24"]}} -{"id":"ec-meeting-2017-02-23-2759314d33b2dfe54a76ed5b82e11a3f60f31285","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-23 - Cabinet of Vice-President Miguel Arias Cañete x European Network of Transmission System Operators for Electricity"],"date":["2017-02-23"],"summary":["Clean energy package and 2017 priorities ENTSO-E"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-1831691c10441c5974327bbeb8693d6b6c1e50c3","eu-tr-25805148045-87","ec-person-2229c857664a22dcb8eee79a8c05841fd3d0924f"]}} -{"id":"ec-meeting-2017-02-23-2d10bd370be0773259a5d8ae78d7b6f30bfe288b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-23 - Cabinet of Commissioner Violeta Bulc x Women Political Leaders"],"date":["2017-02-23"],"summary":["Meeting with Hanna Birna Kristjánsdóttir, WIP"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-4d2b449b5047ea3fda435a2a1c1081e3babcdf76","eu-tr-419508817229-68"]}} -{"id":"ec-meeting-2017-02-23-3302a2317efcbf65f9d914c81aa42ea5a9203e99","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-23 - Environment x SMEunited aisbl"],"date":["2017-02-23"],"summary":["Circular Economy, REACH for SMES"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-env"],"involved":["eu-tr-55820581197-35","ec-person-3bc74ce04ea3f4ab4d91a5c88eef25b8b8a213b4"]}} -{"id":"ec-meeting-2017-02-23-59640849578ee7e67c5a499efa8be7ffb4a20806","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-23 - Energy x BDEW Bundesverband der Energie- und Wasserwirtschaft e. V."],"date":["2017-02-23"],"summary":["Energy policy"],"location":["Berlin, Germany"],"address":["Berlin, Germany"],"addressEntity":["addr-45087614a913d81becb706e8469c1cd56b027e7f"],"organizer":["ec-dg-ener"],"involved":["eu-tr-20457441380-38","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2017-02-23-5f7bbc11c68656535407a5c1693ce85869d2ea54","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-23 - Cabinet of Vice-President Cecilia Malmström x TUSIAD-Turkish Industry&Business Association"],"date":["2017-02-23"],"summary":["EU-Turkey trade relations and update customs union"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-20ded9db5df11164331bb161fdf234b1e5ad53fd","eu-tr-38870176589-43","ec-person-ce1312d2a248f71fe74eed58aa5915cfa445bbba"]}} -{"id":"ec-meeting-2017-02-23-69d3626b967fe0f44a6dea8b1677cb186bbccd2d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-23 - Cabinet of Vice-President Andrus Ansip x European Telecommunications Network Operators' Association"],"date":["2017-02-23"],"summary":["Telecom review and e-privacy"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-666bc159c7e65a3af9e63c1e97435c02f1496955","eu-tr-08957111909-85"]}} -{"id":"ec-meeting-2017-02-23-6bb25faa2ade7ce9d477ff49c43760e5a2248a85","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-23 - Cabinet of Commissioner Violeta Bulc x European Skippers Organisation - vzw"],"date":["2017-02-23"],"summary":["Inland waterways"],"notes":["Portfolio: Transport"],"location":["Bruxelles"],"address":["Bruxelles"],"addressEntity":["addr-b58f5927b66d94a676970dc048485d4c6848f272"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-cb7aaf75b4c195481f149f904bc28b4e2ac2b7ab","eu-tr-63974235880-21"]}} -{"id":"ec-meeting-2017-02-23-85faf0e86a2d9fdb380504c10e284db4bcb80ab3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-23 - Cabinet of Commissioner Tibor Navracsics x European Festivals Association"],"date":["2017-02-23"],"summary":["Annual Festival Roundtable"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-dc2e0fed0fdf39a6a3f3ad63355c5215599de9d1","ec-person-1da7ee09d46288ee4ea9db2b644bdcf9c3d6d000","eu-tr-434027116304-07"]}} -{"id":"ec-meeting-2017-02-23-8c61d0021fe8fd5e73dc687243659d5dffc4cc15","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-23 - Cabinet of Vice-President Karmenu Vella x Credit Suisse Group AG"],"date":["2017-02-23"],"summary":["Blue economy financing, ocean energy"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Bali, Indonesia"],"address":["Bali, Indonesia"],"addressEntity":["addr-d619d5bc181267d72f54e9c93f681c28cc8dfafc"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["eu-tr-206549617146-90","ec-person-bcbcecab9aa87f7138c7614fea5ae81e76a6b138","ec-person-0e3efd8bc1c3ee9a80205d0bb78f316fa1621e5d"]}} -{"id":"ec-meeting-2017-02-23-8c84d2ce65220ffb04232774a71418c92d550eef","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-23 - Cabinet of Vice-President Maroš Šefčovič x Trans Adriatic Pipeline"],"date":["2017-02-23"],"summary":["State of play Southern Gas Corridor"],"notes":["Portfolio: Energy Union"],"location":["Baku"],"address":["Baku"],"addressEntity":["addr-2ae7a2e8077f7c8d052c0b142fa0f62e36951de8"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-3bf48630444ace93d407e52eb880e64d480f75ce","ec-person-1f95be23689cd4ed0a26fe2980f760ccf2d55c1e","eu-tr-570335813082-79"]}} -{"id":"ec-meeting-2017-02-23-8fcdba3b705d914890d314e48de726c502327f8f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-23 - Cabinet of Commissioner Věra Jourová x Toy Industries of Europe"],"date":["2017-02-23"],"summary":["Connected toys"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-a2ca9161feee56909a0e98b473c2d342c20fdb57","eu-tr-016371114093-01"]}} -{"id":"ec-meeting-2017-02-23-a2afbc8d3d46a9204f73192d03e7d80f96ce9c5c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-23 - Energy x 50Hertz Transmission GmbH"],"date":["2017-02-23"],"summary":["Energy policy"],"location":["Berlin, Germany"],"address":["Berlin, Germany"],"addressEntity":["addr-45087614a913d81becb706e8469c1cd56b027e7f"],"organizer":["ec-dg-ener"],"involved":["eu-tr-266727516639-73","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2017-02-23-a98d91aee8d3a2cec6aa74f0d67c80e10246862d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-23 - Cabinet of Vice-President Maroš Šefčovič x BP p.l.c."],"date":["2017-02-23"],"summary":["State of play Southern Gas Corridor"],"notes":["Portfolio: Energy Union"],"location":["Baku"],"address":["Baku"],"addressEntity":["addr-2ae7a2e8077f7c8d052c0b142fa0f62e36951de8"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-3394026642-58","ec-person-3bf48630444ace93d407e52eb880e64d480f75ce","ec-person-1f95be23689cd4ed0a26fe2980f760ccf2d55c1e"]}} -{"id":"ec-meeting-2017-02-23-bb63a7bfdf55bfb7540d63ea41f37c80f4b12064","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-23 - Cabinet of Vice-President Jyrki Katainen x LVMH Publica"],"date":["2017-02-23"],"summary":["Fighting counterfeiting"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-81b1dda49062e5dac42bdad9273fa72968a2c325","eu-tr-16094042309-21"]}} -{"id":"ec-meeting-2017-02-23-bc6b0c1dd8ae679b4c650f22793cd52ab71ea828","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-23 - Environment x International Fund for Houbara Conservation"],"date":["2017-02-23"],"summary":["Nature conservation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-env"],"involved":["eu-tr-171807625822-36","ec-person-3bc74ce04ea3f4ab4d91a5c88eef25b8b8a213b4"]}} -{"id":"ec-meeting-2017-02-23-cbac2aba9d649ad396cc205a54a8d41fb9992959","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-23 - Energy x Global Energy Interconnection Development and Cooperation Organisation European Office"],"date":["2017-02-23"],"summary":["Energy policy"],"location":["Berlin, Germany"],"address":["Berlin, Germany"],"addressEntity":["addr-45087614a913d81becb706e8469c1cd56b027e7f"],"organizer":["ec-dg-ener"],"involved":["ec-person-6997149120ce5129e38febe5275dc8fd03232d2e","eu-tr-412758026176-89"]}} -{"id":"ec-meeting-2017-02-23-da0b17499a894adbe4003069eb80a257d6520a54","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-23 - Cabinet of Vice-President Miguel Arias Cañete x Kreab"],"date":["2017-02-23"],"summary":["C02 for trucks"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-1078390517-54","ec-person-25a937c04cd0a0ddcf5cf34798e76b5105854114"]}} -{"id":"ec-meeting-2017-02-23-ec79a643318bb5790fc3c01abb1ac05964d38fca","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-23 - Cabinet of President Jean-Claude Juncker x Universal Music Group International"],"date":["2017-02-23"],"summary":["Digital Single Market"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-44a061693f35519551be0e3dab996e76ad3f8c7c","eu-tr-530216615544-40"]}} -{"id":"ec-meeting-2017-02-23-f052b3b9a765fced1a8036133eeb46f514a018ab","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-23 - Cabinet of Commissioner Violeta Bulc x European Federation of Inland Ports"],"date":["2017-02-23"],"summary":["Inland waterways"],"notes":["Portfolio: Transport"],"location":["bruxelles"],"address":["bruxelles"],"addressEntity":["addr-9640f09d3fa038b42259a3faac3eafb0223cb23a"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-41826153178-91","ec-person-cb7aaf75b4c195481f149f904bc28b4e2ac2b7ab"]}} -{"id":"ec-meeting-2017-02-23-fda393b3a2552981c243437ec5765e470be9c0c0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-23 - Cabinet of Commissioner Tibor Navracsics x European Leagues"],"date":["2017-02-23"],"summary":["Good governance of sport"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-dc2e0fed0fdf39a6a3f3ad63355c5215599de9d1","eu-tr-400815519771-38"]}} -{"id":"ec-meeting-2017-02-24-476d8966e86c8d21309d2623cf1a475fba842e07","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-24 - Energy x KfW Bankengruppe"],"date":["2017-02-24"],"summary":["Energy policy"],"location":["Berlin, Germany"],"address":["Berlin, Germany"],"addressEntity":["addr-45087614a913d81becb706e8469c1cd56b027e7f"],"organizer":["ec-dg-ener"],"involved":["ec-person-6997149120ce5129e38febe5275dc8fd03232d2e","eu-tr-79019799690-13"]}} -{"id":"ec-meeting-2017-02-24-7c3bb933216b447e07e2c1a22bea2f5b0c76f975","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-24 - Cabinet of Vice-President Miguel Arias Cañete x Deloitte & Touche S.p.A."],"date":["2017-02-24"],"summary":["the decarbonisation of transport in the context of the EU's environmental objectives"],"notes":["Portfolio: Climate Action & Energy"],"location":["Madrid"],"address":["Madrid"],"addressEntity":["addr-7a2191964a3d7521269f0068afae6b6116bac15d"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-577943117432-04","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd"]}} -{"id":"ec-meeting-2017-02-24-81677f7af121036ab13e64269125820ae007637c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-24 - Cabinet of Commissioner Tibor Navracsics x ATHENA EULOGOS"],"date":["2017-02-24"],"summary":["Lutte contre la radicalisation et Education inclusive"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["eu-tr-790716210509-69","ec-person-1da7ee09d46288ee4ea9db2b644bdcf9c3d6d000"]}} -{"id":"ec-meeting-2017-02-24-d1af535d35697ff9a3a74d5e07ffec132a2ea16c","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2017-02-24 - Cabinet of Vice-President Johannes Hahn x Rasmussen Global"],"date":["2017-02-24"],"summary":["Ukraine"],"notes":["Portfolio: European Neighbourhood Policy & Enlargement Negotiations"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-hahn-johannes-of-president-vice"],"involved":["ec-person-14243ca3b6c9c0f57c03163cfda58dad2d75b681","eu-tr-923424020779-19"]}} -{"id":"ec-meeting-2017-02-24-e7986f119439ceda6c2414ed49f5648fff43e12d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-24 - Cabinet of Vice-President Karmenu Vella x CLG Europe"],"date":["2017-02-24"],"summary":["Blue Economy financing, Our Ocean Conference 2017"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Bali, Indonesia"],"address":["Bali, Indonesia"],"addressEntity":["addr-d619d5bc181267d72f54e9c93f681c28cc8dfafc"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["eu-tr-381796719468-68","ec-person-bcbcecab9aa87f7138c7614fea5ae81e76a6b138","ec-person-0e3efd8bc1c3ee9a80205d0bb78f316fa1621e5d"]}} -{"id":"ec-meeting-2017-02-24-f0650b6706edc3dc07c219ac4d18ea770f59a0b2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-24 - Cabinet of Vice-President Miguel Arias Cañete x European Community Shipowner's Associations"],"date":["2017-02-24"],"summary":["ETS Revision – maritime transport"],"notes":["Portfolio: Climate Action & Energy"],"location":["Madrid"],"address":["Madrid"],"addressEntity":["addr-7a2191964a3d7521269f0068afae6b6116bac15d"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-59004966537-01","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd"]}} -{"id":"ec-meeting-2017-02-26-4d4344a2aeab26e89b7ec64eff8bc0d0e4e56235","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-26 - Cabinet of Commissioner Věra Jourová x European Business Summit Network"],"date":["2017-02-26"],"summary":["Invitiation to the EBS"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-a2ca9161feee56909a0e98b473c2d342c20fdb57","ec-person-184e698af1eb9e33b179680570ca171d8cb31c94","eu-tr-268958411031-65"]}} -{"id":"ec-meeting-2017-02-27-13f91d7a20723058aa998f2aa93a19c5797f47f0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-27 - Secretariat-General x Centre for European Reform"],"date":["2017-02-27"],"summary":["EU general affairs"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-sg"],"involved":["eu-tr-524976815651-12","ec-person-6aa97634438bb481caaf90d7277bdc0b062d44fb"]}} -{"id":"ec-meeting-2017-02-27-199c72683ae97ebdf05c9622d9918c1b71f457e0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-27 - Cabinet of Vice-President Günther Oettinger x Nokia"],"date":["2017-02-27"],"summary":["stand visit at MWC"],"notes":["Portfolio: Budget & Human Resources"],"location":["Barcelona"],"address":["Barcelona"],"addressEntity":["addr-122a417e6dce08a4a554333bbc6e9922b62c1f31"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-35167875358-33","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2017-02-27-26db980d2f77639fd4b455b73a5be19e07be2598","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-27 - Cabinet of Commissioner Christos Stylianides x Save the Children International ADRA - Adventist Development and Relief Agency - EUROPE REGIONAL Office International Federation of Red Cross and Red Crescent Societies Danish Refugee Council Brussels"],"date":["2017-02-27"],"summary":["Humanitarian Aid priorities for 2017"],"notes":["Portfolio: Humanitarian Aid & Crisis Management"],"location":["Copenhagen, Denmark"],"address":["Copenhagen, Denmark"],"addressEntity":["addr-037407970050e97c761587d63aacfaeb126cab45"],"organizer":["ec-cabinet-christos-commissioner-of-stylianides"],"involved":["ec-person-4424ecf39f7c6c9e4022ac46c71d81b0464ae6a5","eu-tr-84615015169-54","eu-tr-138599722179-35","ec-person-cdd689bd079714522dad472ea4446b0fcc660d8f","eu-tr-11610562644-55","eu-tr-132236315085-89"]}} -{"id":"ec-meeting-2017-02-27-2dabad7a7e0ab1c4b12dab6ba8197237e012cc09","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-27 - Cabinet of Commissioner Julian King x The Royal Bank of Scotland"],"date":["2017-02-27"],"summary":["Challenges posed by cyber for the RBS"],"notes":["Portfolio: Security Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-julian-king-of"],"involved":["ec-person-37c79733647a2293d1e96e976d3a72c6b707cb4c","eu-tr-483974815034-52"]}} -{"id":"ec-meeting-2017-02-27-5100e74b363ccea0bc71d051bdcfa269a1ff9e9f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-27 - Cabinet of Vice-President Andrus Ansip x None"],"date":["2017-02-27"],"summary":["5G, roaming, spectrum, investment consolidation"],"notes":["Portfolio: Digital Single Market"],"location":["Barcelona"],"address":["Barcelona"],"addressEntity":["addr-122a417e6dce08a4a554333bbc6e9922b62c1f31"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-82853397708-89","eu-tr-381805014604-45","eu-tr-38392131923-05","ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0","eu-tr-078655018381-34","ec-person-91ca0921c6790191daa54427311acd63035e7c9e","eu-tr-3779891566-57","eu-tr-76704342721-41","eu-tr-90142503473-81","eu-tr-87921819473-65","ec-person-666bc159c7e65a3af9e63c1e97435c02f1496955","eu-tr-52431421-12","eu-tr-74126393166-46"]}} -{"id":"ec-meeting-2017-02-27-51672621996db2b02eb79dc804224ce662d50b6d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-27 - Cabinet of Vice-President Cecilia Malmström x Trans-Atlantic Business Council"],"date":["2017-02-27"],"summary":["New trade transatlantic relationship"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-19b143e83f8ab978c55c8a9a9e49e06dbfa14bf3","eu-tr-89092554724-82"]}} -{"id":"ec-meeting-2017-02-27-522268140db205aa8ad8d73ca0fb202e1907d48d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-27 - Cabinet of President Jean-Claude Juncker x Centre for European Policy Studies Bruegel Bertelsmann Stiftung European Policy Centre Notre Europe - Institut Jacques Delors / Notre Europe - Jacques Delors Institute Friends of Europe Asociace pro mezinárodní otázky (Association for International Affairs) GLOBSEC Evropské hodnoty z.s."],"date":["2017-02-27"],"summary":["EPSC High Level Policy lunch : The Future of Europe, Charting a New Course at a Critical Moment"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-99436366768-45","eu-tr-903680223573-18","eu-tr-726109217329-25","eu-tr-120484119327-75","ec-person-442e08d247d72bdef0fce4bf17477efe2a5bfe49","ec-person-98eba7ab1446c6dce384fdc2ecd48c7cadf9ee4e","ec-person-80c6995ad1cd6aefa72f1bf440b17b6d8c6dd4b8","eu-tr-89632641000-47","eu-tr-191176426237-23","eu-tr-86853666704-95","eu-tr-13571025706-27","eu-tr-33622026795-64"]}} -{"id":"ec-meeting-2017-02-27-7e65c0d7891dc8267d150342f49c6111f91799eb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-27 - Cabinet of Commissioner Carlos Moedas x A.T. KEARNEY"],"date":["2017-02-27"],"summary":["views on EU Innovation"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["eu-tr-833068219638-67","ec-person-a45151b401196e9c374c9acdada9d8840da271ad"]}} -{"id":"ec-meeting-2017-02-27-97d8d9d747cce23e76cb60dd024b01aaf26c62be","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-27 - Cabinet of Vice-President Valdis Dombrovskis x European Savings and Retail Banking Group"],"date":["2017-02-27"],"summary":["Sustainable Finance, Fintech, CMU"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-8765978796-80","ec-person-eec82261c60167b261e56ad1e2bfb4c482db6191","ec-person-a9eda2e8ea54b70a968327672c6cada679d3cd56"]}} -{"id":"ec-meeting-2017-02-27-a06107f63288bfd2553443d83dc273cc09e9ebaf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-27 - Cabinet of Vice-President Andrus Ansip x GSMA Europe"],"date":["2017-02-27"],"summary":["Spectrum, roaming, digital for development"],"notes":["Portfolio: Digital Single Market"],"location":["Barcelona"],"address":["Barcelona"],"addressEntity":["addr-122a417e6dce08a4a554333bbc6e9922b62c1f31"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-30988577529-37","ec-person-666bc159c7e65a3af9e63c1e97435c02f1496955","ec-person-91ca0921c6790191daa54427311acd63035e7c9e","ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0"]}} -{"id":"ec-meeting-2017-02-27-bb7050b1a0655b33b253bf5b3fc94a4c489e86a1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-27 - Cabinet of Commissioner Christos Stylianides x European Movement International"],"date":["2017-02-27"],"summary":["Future of Europe"],"notes":["Portfolio: Humanitarian Aid & Crisis Management"],"location":["Copenhagen, Denmark"],"address":["Copenhagen, Denmark"],"addressEntity":["addr-037407970050e97c761587d63aacfaeb126cab45"],"organizer":["ec-cabinet-christos-commissioner-of-stylianides"],"involved":["eu-tr-35279857524-58","ec-person-cdd689bd079714522dad472ea4446b0fcc660d8f","ec-person-4424ecf39f7c6c9e4022ac46c71d81b0464ae6a5"]}} -{"id":"ec-meeting-2017-02-27-c353a2348bae0b94cc411be1a5924a4b4205a53e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-27 - Cabinet of Vice-President Maroš Šefčovič x KIC InnoEnergy SE"],"date":["2017-02-27"],"summary":["Energy Union innovation"],"notes":["Portfolio: Energy Union"],"location":["Bxl"],"address":["Bxl"],"addressEntity":["addr-a93f951e252491eb62958a26858415dd581a71e0"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-9f6823821fe68d82e9b9dbe81181ecacb0265d94","eu-tr-462849021886-85"]}} -{"id":"ec-meeting-2017-02-27-d7fba3ad34376eced7da8efb2c6f452e7024bc98","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-27 - Cabinet of Vice-President Maroš Šefčovič x VERBUND AG"],"date":["2017-02-27"],"summary":["oesterreichische Energiethemen"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-2be517b9261a91f2f07e05ec14c6331980e9716e","eu-tr-09571422185-81"]}} -{"id":"ec-meeting-2017-02-27-dd953ff3a26755ae061636477b76933c2d188683","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-27 - Cabinet of High Representative / Vice-President Federica Mogherini x Finnish Institute of International Affairs"],"date":["2017-02-27"],"summary":["EU-Nato cooperation"],"notes":["Portfolio: Foreign Affairs and Security Policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"involved":["ec-person-e03a77379f79ea00cf20048e42e8b0793bf62fa3","eu-tr-342534715247-56"]}} -{"id":"ec-meeting-2017-02-27-fc0aa9101f847ddab81523cd70700846d4a076c2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-27 - Cabinet of Vice-President Günther Oettinger x Ericsson"],"date":["2017-02-27"],"summary":["stand visit at MWC"],"notes":["Portfolio: Budget & Human Resources"],"location":["Barcelona"],"address":["Barcelona"],"addressEntity":["addr-122a417e6dce08a4a554333bbc6e9922b62c1f31"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-02021363105-42","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2017-02-28-0b8c4a7629adf8a6156efb501fec859100f73440","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-28 - Cabinet of High Representative / Vice-President Federica Mogherini x CONFCOMMERCIO - IMPRESE PER L'ITALIA"],"date":["2017-02-28"],"summary":["Social pillar/rights and emplyment issues"],"notes":["Portfolio: Foreign Affairs and Security Policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"involved":["ec-person-4f2bf88ad14d12976aecc7694a057ab90b7a81d2","eu-tr-04877777421-88"]}} -{"id":"ec-meeting-2017-02-28-183ff427e0e12e050e1396cc69d0b540fb07cd5d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-28 - Cabinet of Vice-President Andrus Ansip x Ericsson"],"date":["2017-02-28"],"summary":["5G, spectrum"],"notes":["Portfolio: Digital Single Market"],"location":["Barcelona"],"address":["Barcelona"],"addressEntity":["addr-122a417e6dce08a4a554333bbc6e9922b62c1f31"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0","ec-person-666bc159c7e65a3af9e63c1e97435c02f1496955","ec-person-91ca0921c6790191daa54427311acd63035e7c9e","eu-tr-02021363105-42"]}} -{"id":"ec-meeting-2017-02-28-18448700d8af3e4c9914234e6259ea888daf0de5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-28 - Cabinet of Commissioner Elżbieta Bieńkowska x Teollisuuden Voima Oyj Aula Europe Fortum Oyj"],"date":["2017-02-28"],"summary":["Winter Package in the context of nuclear power"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-352103717639-15","eu-tr-88742028087-64","eu-tr-03501997362-71","ec-person-b2f9be51339f054477846797e2c119fcf16548fc"]}} -{"id":"ec-meeting-2017-02-28-1a8bebf5dc9ecc68332b2f0f3390c1264b95c9f2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-28 - Inspire, Debate, Engage and Accelerate Action x World Economic Forum"],"date":["2017-02-28"],"summary":["Regional Engagement Activities"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-dg-idea"],"involved":["eu-tr-953426816942-83","ec-person-4fe56a64c00b3e81c851b5538878b32481bd7d3c"]}} -{"id":"ec-meeting-2017-02-28-1c181f725142bc1a9a6030d8b2eed66f8b4ade6a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-28 - Cabinet of Commissioner Violeta Bulc x Slovenian Business & Research Association"],"date":["2017-02-28"],"summary":["Meeting with the SLO delegation on Teran Wine"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-4d2b449b5047ea3fda435a2a1c1081e3babcdf76","ec-person-5012c5e45a52ee8ce67d19c1781a127af53e73e7","ec-person-cb7aaf75b4c195481f149f904bc28b4e2ac2b7ab","eu-tr-234830018170-04"]}} -{"id":"ec-meeting-2017-02-28-41a112390e3a585da7e6a00306a864319a844e26","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-28 - Cabinet of Commissioner Elżbieta Bieńkowska x EU-Japan Centre for Industrial Cooperation"],"date":["2017-02-28"],"summary":["annual meeting of the EU-Japan Business Round Table"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-374110414692-85","ec-person-b2f9be51339f054477846797e2c119fcf16548fc"]}} -{"id":"ec-meeting-2017-02-28-51fe262e175c5afefdd0214727319fb39d33ac54","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-28 - Cabinet of Vice-President Günther Oettinger x European Women's Lobby"],"date":["2017-02-28"],"summary":["diversity & inclusion"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-85686156700-13","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2017-02-28-5b9741f5682ec5f4e49da5e4bfd1f7e582b7801f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-28 - Cabinet of Vice-President Andrus Ansip x AT&T, Inc."],"date":["2017-02-28"],"summary":["Digital Single Market, e-privacy, spectrum"],"notes":["Portfolio: Digital Single Market"],"location":["Barcelona"],"address":["Barcelona"],"addressEntity":["addr-122a417e6dce08a4a554333bbc6e9922b62c1f31"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0","ec-person-666bc159c7e65a3af9e63c1e97435c02f1496955","ec-person-91ca0921c6790191daa54427311acd63035e7c9e","eu-tr-92442218459-37"]}} -{"id":"ec-meeting-2017-02-28-60386701150bbf3f06d80b7ced245b42828afe13","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-28 - Cabinet of Commissioner Phil Hogan x New Breeding Techniques Platform"],"date":["2017-02-28"],"summary":["the Commission’s Explanatory Note on NBTs and the ECJ’s preliminary procedure that will clarify the legal status of organisms obtain with mutagenesis"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels, BERL"],"address":["Brussels, BERL"],"addressEntity":["addr-3c3fa5f92474ebac668808553fbab6d1c14aa243"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-303808417118-14","ec-person-7d3caa534e5cdda6d5b949bd4b2def39356e3bec"]}} -{"id":"ec-meeting-2017-02-28-68589a3bf4eadedaea66bbec739a9603adddce8a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-28 - Cabinet of President Jean-Claude Juncker x Airbus"],"date":["2017-02-28"],"summary":["EU priorities"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-2732167674-76","ec-person-c402e34a99fbee730ae22e3b1958e21c94dc6fcc"]}} -{"id":"ec-meeting-2017-02-28-6a790acd56d335486cb0ed36acfee809bc033045","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-28 - Cabinet of Vice-President Jyrki Katainen x Enterprise Rent A Car UK, Ltd."],"date":["2017-02-28"],"summary":["Consumer protection, collaborative models and data economy in the car rental sector"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-499115519787-49","ec-person-81b1dda49062e5dac42bdad9273fa72968a2c325"]}} -{"id":"ec-meeting-2017-02-28-6c5561bf8a27b92acb25d98f949e702b67ce33aa","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-28 - Cabinet of Vice-President Günther Oettinger x Confederazione Generale dell'Industria Italiana"],"date":["2017-02-28"],"summary":["cohesion policy"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["ec-person-923b96517f0dd544d160200d38d05b6ffe72372e","eu-tr-27762251795-15"]}} -{"id":"ec-meeting-2017-02-28-81891ef43b8100a6fc0e29980e7938a20c3343f8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-28 - Migration and Home Affairs x EUROPEAN TRADE UNION CONFEDERATION"],"date":["2017-02-28"],"summary":["Prep. Discussion with Social Partners (2nd European Dialogue on Skills and Migration)"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-home"],"involved":["ec-person-ae1262e8850ed1e9a0530b0ad7440ac648255896","eu-tr-06698681039-26"]}} -{"id":"ec-meeting-2017-02-28-914ef681df241187bb43768b348921685257082a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-28 - Informatics x I.R.I.S. Solutions & Experts S.A."],"date":["2017-02-28"],"summary":["Presentation of IRIS services"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-digit"],"involved":["ec-person-32591d36027eb92a66b57d5bcc8c57d9574380b0","eu-tr-564852425031-82"]}} -{"id":"ec-meeting-2017-02-28-a04caa6f86f4fb9ac93b23f7c467e3c55dc8c585","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-28 - Cabinet of Vice-President Jyrki Katainen x Finnish Institute of International Affairs"],"date":["2017-02-28"],"summary":["EU-NATO cooperation"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-7c9460f99c5872dbdc561f5752401c870d12e98b","eu-tr-342534715247-56"]}} -{"id":"ec-meeting-2017-02-28-ad59487d45e0ce1e123e1131d128a68a120be56c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-28 - Cabinet of Commissioner Christos Stylianides x International Rescue Committee Inc"],"date":["2017-02-28"],"summary":["Niger Country Director"],"notes":["Portfolio: Humanitarian Aid & Crisis Management"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-christos-commissioner-of-stylianides"],"involved":["ec-person-de605a3492bf8716a72a814958f304a939e828b3","eu-tr-66790095679-26"]}} -{"id":"ec-meeting-2017-02-28-b487a50100a7d7cf51986f817cf53b5e99320517","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-28 - Cabinet of Commissioner Věra Jourová x Deutsche Messe AG"],"date":["2017-02-28"],"summary":["Participation of the Commissioner in CEBiT conference in Hannover on 20/3"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-f329292459cb1badb7fb7c6b67b698c441931bb2","eu-tr-55535346410-37"]}} -{"id":"ec-meeting-2017-02-28-b68772d55c9446f6d50d67dc29ec6d64afdf7447","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-28 - Cabinet of Vice-President Miguel Arias Cañete x The Norwegian Shipowners' Association"],"date":["2017-02-28"],"summary":["Shipping industry & process in IMO"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-81175628740-75","ec-person-25a937c04cd0a0ddcf5cf34798e76b5105854114"]}} -{"id":"ec-meeting-2017-02-28-b8b08125ca890f961b7904564145a3e6dfaa78a4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-28 - Cabinet of Commissioner Marianne Thyssen x CONFCOMMERCIO - IMPRESE PER L'ITALIA"],"date":["2017-02-28"],"summary":["European Social Pillar"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["eu-tr-04877777421-88","ec-person-5a49eb89125b4b5d1125b3925bbb64aba1bea2b3"]}} -{"id":"ec-meeting-2017-02-28-ba1642d4c6cd094ee3dc13d2338f288f165b4c44","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-28 - Cabinet of Commissioner Julian King x Confederation of European Security Services"],"date":["2017-02-28"],"summary":["Security Union"],"notes":["Portfolio: Security Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-julian-king-of"],"involved":["eu-tr-61991787780-18","ec-person-7bf4bf39d5d06955fc37d23e107675489c4e8729"]}} -{"id":"ec-meeting-2017-02-28-ba5e58a17fd32e532496433bf10499e3bfef1810","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-28 - Cabinet of Vice-President Valdis Dombrovskis x Zurich Insurance Company Ltd"],"date":["2017-02-28"],"summary":["Long term investment, stability risks, international relations"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-a9eda2e8ea54b70a968327672c6cada679d3cd56","ec-person-eec82261c60167b261e56ad1e2bfb4c482db6191","eu-tr-499059113403-37"]}} -{"id":"ec-meeting-2017-02-28-c82567ac811204e430273561cd5e5b5166a95bdf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-28 - Cabinet of Commissioner Carlos Moedas x Business Bridge Europe KIC InnoEnergy SE"],"date":["2017-02-28"],"summary":["Innoenergy dossier"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-0a716bf5253e913fc40ebf14c12f30dc2e7a06ee","eu-tr-462849021886-85","eu-tr-72856225852-31"]}} -{"id":"ec-meeting-2017-02-28-c93b70a38f356236e9511744c71bac98edf66bef","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-28 - Cabinet of Commissioner Julian King x Microsoft Corporation"],"date":["2017-02-28"],"summary":["Commission’s digital evidence initiative"],"notes":["Portfolio: Security Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-julian-king-of"],"involved":["eu-tr-0801162959-21","ec-person-5b22be4333936d6e9e2067397c048a016c117d67"]}} -{"id":"ec-meeting-2017-02-28-cd54b36ff613e7528d7f4baafef98a5f8309fe21","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-28 - Cabinet of Commissioner Phil Hogan x Landdistrikternes Fællesråd"],"date":["2017-02-28"],"summary":["Business discussion"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-400dd8d59d3060187d9b9b143d697da1a3d03c12","eu-tr-537953726090-75"]}} -{"id":"ec-meeting-2017-02-28-d047e1a7d29ebde6038aa57a285e8ebf3b0317a0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-28 - Energy x European Forum for Manufacturing Orgalim – Europe's Technology Industries"],"date":["2017-02-28"],"summary":["Clean Energy for All Europeans package"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-20210641335-88","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e","eu-tr-113054111397-33"]}} -{"id":"ec-meeting-2017-02-28-d21083bd879f7dd04d4a3eae5f6dfb9fb29e5588","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-28 - Cabinet of Vice-President Andrus Ansip x Enterprise Rent A Car UK, Ltd."],"date":["2017-02-28"],"summary":["Digital and collaborative business models"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-499115519787-49","ec-person-6a03bc4fa7657513ea34529e98dba0671ef4c849"]}} -{"id":"ec-meeting-2017-02-28-e11994caaf22698a8bceabfee1cfa18d92ceb908","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-28 - Cabinet of Commissioner Violeta Bulc x UIRR, International Union for Road-Rail Combined Transport"],"date":["2017-02-28"],"summary":["Introductory meeting with Mr Ralf-Charley SCHULTZE, President of UIRR"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-49307536642-11","ec-person-dd7851e4a1e747e824b4f81139e33bc3cdb73160"]}} -{"id":"ec-meeting-2017-02-28-fba80e21f9a71e6576db0824fbd9fa5096044533","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-02-28 - Cabinet of Commissioner Carlos Moedas x World Economic Forum"],"date":["2017-02-28"],"summary":["Discussing about the Meeting of the New Champions in Dalian"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-a45151b401196e9c374c9acdada9d8840da271ad","eu-tr-953426816942-83"]}} -{"id":"ec-meeting-2017-03-01-03d8bc97a79d8f9887bbda407f27a088bc8df10c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-01 - Cabinet of Commissioner Vytenis Andriukaitis x Associazione Industriali delle Carni e dei Salumi Confederazione Generale dell'Industria Italiana"],"date":["2017-03-01"],"summary":["Origin labelling"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-b9c3f19e7c5f216e3e508f931ddd6a9cb59376d1","eu-tr-67143036814-95","eu-tr-27762251795-15"]}} -{"id":"ec-meeting-2017-03-01-1bc0c35b089f88b9be0203e97a4c2ebef039c5e2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-01 - Cabinet of Vice-President Valdis Dombrovskis x None"],"date":["2017-03-01"],"summary":["Banking; Investment fund distribution; EDIS"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-6182372280-83","eu-tr-3505006282-58","ec-person-eec82261c60167b261e56ad1e2bfb4c482db6191","ec-person-a9eda2e8ea54b70a968327672c6cada679d3cd56"]}} -{"id":"ec-meeting-2017-03-01-2d842a0f30e3805c414a922f378cd1cb98f70573","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-01 - Cabinet of Commissioner Violeta Bulc x Airlines for Europe"],"date":["2017-03-01"],"summary":["Aviation issues"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-807912421050-91","ec-person-5012c5e45a52ee8ce67d19c1781a127af53e73e7","ec-person-9d4dc4867a44dfe10f67ae7ee1706da3e8b48a24"]}} -{"id":"ec-meeting-2017-03-01-386128aeeda7c14f59f262a43a060d78fb31d229","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-01 - Cabinet of Commissioner Violeta Bulc x Irish Road Haulage Association"],"date":["2017-03-01"],"summary":["Road transport"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-dd7851e4a1e747e824b4f81139e33bc3cdb73160","eu-tr-780617118804-10"]}} -{"id":"ec-meeting-2017-03-01-51672621996db2b02eb79dc804224ce662d50b6d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-01 - Cabinet of Vice-President Cecilia Malmström x Trans-Atlantic Business Council"],"date":["2017-03-01"],"summary":["CETA, Trade relations with the USA, FTAs with Mexico, Mercosur & Chile"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-cb8ca9ec2413722fa83484ed18dd76ace52d0118","eu-tr-89092554724-82"]}} -{"id":"ec-meeting-2017-03-01-56f75fe4b5ee4ac8aa73708c4eeebdb012011141","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-01 - Cabinet of Vice-President Günther Oettinger x UnternehmerTUM"],"date":["2017-03-01"],"summary":["connected and automated driving"],"notes":["Portfolio: Budget & Human Resources"],"location":["BXL"],"address":["BXL"],"addressEntity":["addr-d2fde52f67ea4a3e1fe233d0a959d6a1c77fd910"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["ec-person-6ae6cc420fab2c032884945814d4e330cecb43d7","eu-tr-994792725430-38"]}} -{"id":"ec-meeting-2017-03-01-5e1582d20e62fe2fb3dde51454e01266a8022ed6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-01 - Cabinet of Commissioner Violeta Bulc x Lufthansa Group"],"date":["2017-03-01"],"summary":["Aviation issues"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-0714344663-32","ec-person-9d4dc4867a44dfe10f67ae7ee1706da3e8b48a24"]}} -{"id":"ec-meeting-2017-03-01-68eaa2d02cdeae4122b1231c91d67873135e103f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-01 - Cabinet of First Vice-President Frans Timmermans x Alliance for Lobbying Transparency and Ethics Regulation Friends of the Earth Europe Corporate Europe Observatory LobbyControl"],"date":["2017-03-01"],"summary":["Transparency Register"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-5353162366-85","ec-person-4076aef8226bd451277bfd5135aa27d63b2ac548","eu-tr-6314918394-16","ec-person-284d94050a35c9079d8b1ba3f85eaf7777b5fea9","eu-tr-9825553393-31","eu-tr-2694372574-63"]}} -{"id":"ec-meeting-2017-03-01-71d5ae4af0bbc5eb0fc4260719e5524d035833b7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-01 - Cabinet of President Jean-Claude Juncker x Independent Retail Europe (formerly UGAL - Union of Groups of Independent Retailers of Europe)"],"date":["2017-03-01"],"summary":["Unfair trading practices"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-c402e34a99fbee730ae22e3b1958e21c94dc6fcc","eu-tr-034546859-02"]}} -{"id":"ec-meeting-2017-03-01-82d6e51a1649faf6cfd623f99c24ffdc5b895103","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-01 - Cabinet of First Vice-President Frans Timmermans x Amnesty International Limited"],"date":["2017-03-01"],"summary":["Asylum and migration issues in the Balkan region"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-11063928073-34","ec-person-ee0e358952eb5192d26c98d36095038f6b8223f2"]}} -{"id":"ec-meeting-2017-03-01-99fdff77dfce121bed0e2c784c04025147bbca3d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-01 - Task Force for Relations with the United Kingdom x Centre for European Reform"],"date":["2017-03-01"],"summary":["Meeting with the Task Force for the Preparation and Conduct of the Negotiations with the United Kingdom under Article 50 TEU"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-uktf"],"involved":["eu-tr-524976815651-12","ec-person-864cfa5fbc9b02a079ffbab1107f252c7bb08478"]}} -{"id":"ec-meeting-2017-03-01-aca577983694f1787c2da1607ec66cbafee158fd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-01 - Cabinet of Vice-President Andrus Ansip x Facebook Ireland Limited"],"date":["2017-03-01"],"summary":["ePrivacy reform, copyright directive, AVMS directive"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-5db7bdd1c81da2e70eb5b982097d0004111b5c3e","ec-person-91ca0921c6790191daa54427311acd63035e7c9e","eu-tr-28666427835-74"]}} -{"id":"ec-meeting-2017-03-01-b13438a1083a29af152357f38790a49452a29273","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-01 - Cabinet of Commissioner Phil Hogan x Ibec"],"date":["2017-03-01"],"summary":["Recording for IBEC conference"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-a1a78365cc4685b0958056646204977d8f2ead92","eu-tr-479468313744-50"]}} -{"id":"ec-meeting-2017-03-01-b5d195b4cbc86d85a24bc3f70a055f5287068719","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-01 - Cabinet of President Jean-Claude Juncker x Finnish Institute of International Affairs"],"date":["2017-03-01"],"summary":["EU-NATO relations"],"notes":["Portfolio: President"],"location":["Belgium, Brussels, BERL"],"address":["Belgium, Brussels, BERL"],"addressEntity":["addr-afebf85a436897fe5234b2ac0d00a1ddc4c9dd27"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-da1926615bdcdb789928b90ac532982fef6e24ee","eu-tr-342534715247-56"]}} -{"id":"ec-meeting-2017-03-01-b986273c67bcc5ba34e6cd86bade270271ed6ba0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-01 - Inspire, Debate, Engage and Accelerate Action x Netherlands Organisation for Applied Scientific Research TNO"],"date":["2017-03-01"],"summary":["Autonomous Driving"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-dg-idea"],"involved":["eu-tr-40524063921-20","ec-person-4fe56a64c00b3e81c851b5538878b32481bd7d3c"]}} -{"id":"ec-meeting-2017-03-01-be324d5bd21666fdea4c4caab3b949bde9e570f6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-01 - Cabinet of President Jean-Claude Juncker x The European Steel Association"],"date":["2017-03-01"],"summary":["Steel market"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-e415577aabb40c0f789310505c6c5803aa69037b","eu-tr-93038071152-83"]}} -{"id":"ec-meeting-2017-03-01-c396aac1f9477638afe914ee94d23874555251ea","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-01 - Cabinet of Vice-President Andrus Ansip x British Bankers' Association"],"date":["2017-03-01"],"summary":["DSM & Financial Services"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-5897733662-75","ec-person-0f698e3a0cc0bd6a02e1bd386a25cedc1366f3f1"]}} -{"id":"ec-meeting-2017-03-01-d155ef05aa3811f0fb540ec141b83a878cc348b2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-01 - Inspire, Debate, Engage and Accelerate Action x Airbnb Ireland UC"],"date":["2017-03-01"],"summary":["Collaborative Economy"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-dg-idea"],"involved":["eu-tr-823871417098-42","ec-person-4fe56a64c00b3e81c851b5538878b32481bd7d3c"]}} -{"id":"ec-meeting-2017-03-01-dee7d9883a0c15aadba931fca4c79a1d372a5700","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-01 - Internal Market, Industry, Entrepreneurship and SMEs x Uber"],"date":["2017-03-01"],"summary":["UBER representatives briefly introduced their business model and highlighted the pilot projects on self-driving cars in the US"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-grow"],"involved":["eu-tr-002278013515-26","ec-person-60a3d0d628d231b41af1d0c65607b0fd78ca4edc"]}} -{"id":"ec-meeting-2017-03-01-e31ee0316e7abce3cdc7c424dd1eaae534cd7ce8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-01 - Cabinet of High Representative / Vice-President Federica Mogherini x The ONE Campaign"],"date":["2017-03-01"],"summary":["EIP"],"notes":["Portfolio: Foreign Affairs and Security Policy"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"involved":["eu-tr-26098317349-65","ec-person-23c55ec7dbedbeca55522253bc69ae6fd1bea72c"]}} -{"id":"ec-meeting-2017-03-01-e48f05e34100bd050c2635a4d8ba373f971d3d0c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-01 - Cabinet of Vice-President Maroš Šefčovič x RWE AG"],"date":["2017-03-01"],"summary":["Clean Energy for All Package"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-77608353460-77","ec-person-3bf48630444ace93d407e52eb880e64d480f75ce"]}} -{"id":"ec-meeting-2017-03-01-e4e609e27e85bc1f7dd33ff726b04cc10df47b61","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-01 - Environment x International Union for Conservation of Nature EU Representative Office"],"date":["2017-03-01"],"summary":["Biodiversity, Aichi targets, Sustainable Development Goals"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-env"],"involved":["eu-tr-03518238467-61","ec-person-3bc74ce04ea3f4ab4d91a5c88eef25b8b8a213b4"]}} -{"id":"ec-meeting-2017-03-01-fb0aae0ca7b67c96a82391cde36e69282b6314e5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-01 - Cabinet of Vice-President Valdis Dombrovskis x Deutscher Sparkassen-und Giroverband"],"date":["2017-03-01"],"summary":["CRR/CRD; EDIS"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-62379064909-15","ec-person-48f31156d932641826e09f5b73f074d35ff05786","ec-person-a9eda2e8ea54b70a968327672c6cada679d3cd56"]}} -{"id":"ec-meeting-2017-03-02-00022558d9ed13ba28b6d3bbf13d26febce5ef40","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-02 - Cabinet of Commissioner Vytenis Andriukaitis x American Chamber of Commerce to the European Union"],"date":["2017-03-02"],"summary":["Endocrine disruptors"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-b9c3f19e7c5f216e3e508f931ddd6a9cb59376d1","eu-tr-5265780509-97"]}} -{"id":"ec-meeting-2017-03-02-07bb7b3bc8a32f5dcf81dfbc9d4e3510d7a20cb1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-02 - Cabinet of Vice-President Johannes Hahn x Wirtschaftskammer Österreich"],"date":["2017-03-02"],"summary":["Natura 2000"],"notes":["Portfolio: European Neighbourhood Policy & Enlargement Negotiations"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-hahn-johannes-of-president-vice"],"involved":["ec-person-643595d3a737c63fc95146b51292a4684ed1ca75","eu-tr-10405322962-08"]}} -{"id":"ec-meeting-2017-03-02-149e95cbf7299522bcb36a086b44fae986d7e5ad","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-02 - Cabinet of Vice-President Günther Oettinger x Deutsche Börse AG"],"date":["2017-03-02"],"summary":["digitisation, financial sector regulation"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-20884001341-42","ec-person-1a98ebdc65a0fda494d1f6eb6fb74247a3036490"]}} -{"id":"ec-meeting-2017-03-02-2953e0c8a5c5e5f011f1f1b71c8e9ee3ff289573","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-02 - Cabinet of Vice-President Günther Oettinger x Cisco Systems Inc."],"date":["2017-03-02"],"summary":["MFF"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-494613715191-85","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2017-03-02-38580acf6b371c185a7a104b69377fef3fd238fb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-02 - Task Force for Relations with the United Kingdom x MBDA"],"date":["2017-03-02"],"summary":["Exchange of views on the consequences of the Brexit on European defence"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-uktf"],"involved":["ec-person-864cfa5fbc9b02a079ffbab1107f252c7bb08478","eu-tr-87688971079-66"]}} -{"id":"ec-meeting-2017-03-02-3a0cf98e5dc96ca3b9d8785a827cea593f41ecf0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-02 - Cabinet of Commissioner Pierre Moscovici x MetLife"],"date":["2017-03-02"],"summary":["greece: corporate tax practices and best practice in working with the Greek tax authorities. Also: perspective of business on the ground, the Greek pension market and the impact of economic reforms."],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["ec-person-18ec03f403696ecde522f7843ba9c4ff6335ead4","eu-tr-676071815969-19"]}} -{"id":"ec-meeting-2017-03-02-40bc7697245e5ec1891a8434f9c605d0169e5157","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-02 - Cabinet of First Vice-President Frans Timmermans x Transparency International"],"date":["2017-03-02"],"summary":["Transparency Register and anti-corruption"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["ec-person-4076aef8226bd451277bfd5135aa27d63b2ac548","ec-person-284d94050a35c9079d8b1ba3f85eaf7777b5fea9","eu-tr-501222919-71"]}} -{"id":"ec-meeting-2017-03-02-41781c94d29d5b566f9b8a74eba563bfc1204aac","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-02 - Cabinet of Vice-President Valdis Dombrovskis x European Forum for Manufacturing"],"date":["2017-03-02"],"summary":["EMIR"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-113054111397-33","ec-person-eec82261c60167b261e56ad1e2bfb4c482db6191"]}} -{"id":"ec-meeting-2017-03-02-58be1c530835a3152bc31119b4e099eafd950e94","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-02 - Agriculture and Rural Development x European Federation of Origin Wines"],"date":["2017-03-02"],"summary":["exchange of view EU GI wine sector"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-agri"],"involved":["eu-tr-93296213494-75","ec-person-7bc7204a153f98afbf1ad1cffbdd10d06d9ae166"]}} -{"id":"ec-meeting-2017-03-02-710bc37e20df21bb796d51ce1f78f9e001f14673","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-02 - Cabinet of Commissioner Vytenis Andriukaitis x None"],"date":["2017-03-02"],"summary":["Towards a renewed EU Alcohol and Health Forum"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["eu-tr-39568344135-06","eu-tr-887617518906-56","eu-tr-9276943405-41","eu-tr-589385511147-45","ec-person-d462b3c7daeee00ad55e380a7fb96819f79899df","eu-tr-89292219623-93","ec-person-97425c615743576adc42e09bee7dac14f83f691b","eu-tr-43251547769-22","eu-tr-431215415539-52","eu-tr-19265592757-25","eu-tr-665390317626-77","ec-person-df30d07ef698a52b9948b9c734db39196cf8541f","eu-tr-883980785-32","eu-tr-01546986656-22","eu-tr-18941013532-08","eu-tr-631025116128-79"]}} -{"id":"ec-meeting-2017-03-02-73e3181c5f3b04ac90390bffd55ee993be0c4694","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-02 - Cabinet of Vice-President Andrus Ansip x Cisco Systems Inc."],"date":["2017-03-02"],"summary":["Telecoms code, spectrum, data flows"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-6a03bc4fa7657513ea34529e98dba0671ef4c849","ec-person-666bc159c7e65a3af9e63c1e97435c02f1496955","eu-tr-494613715191-85","ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0"]}} -{"id":"ec-meeting-2017-03-02-7b3b1b2ced3106dafad3ad7be1001afdb3f3eea0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-02 - Cabinet of Commissioner Margrethe Vestager x Cisco Systems Inc."],"date":["2017-03-02"],"summary":["Digital Single Market"],"notes":["Portfolio: Competition"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-margrethe-of-vestager"],"involved":["ec-person-baa1c172df109ebd1f0307bccb5e21aec66c7a25","eu-tr-494613715191-85"]}} -{"id":"ec-meeting-2017-03-02-8d4a68fc3a9a39f41cd279cb20af2f481703582b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-02 - Cabinet of Commissioner Violeta Bulc x VINCI Concessions"],"date":["2017-03-02"],"summary":["Road package"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-706757116552-08","ec-person-dd7851e4a1e747e824b4f81139e33bc3cdb73160"]}} -{"id":"ec-meeting-2017-03-02-98bcf5a066bb3e728fac0d56b6e44069e48ecdba","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-02 - Cabinet of Vice-President Andrus Ansip x Palo Alto Networks Inc."],"date":["2017-03-02"],"summary":["Discussion on the upcoming revision of the 2013 Cybersecurity Strategy"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-3ca0c466b8ff230d4409591430b388007ce14ff8","eu-tr-263314723145-29"]}} -{"id":"ec-meeting-2017-03-02-9993cc9c9246879b31a0535f9b6735454b112b3a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-02 - Directorate-General for International Partnerships x Sant'Egidio BXL Europe"],"date":["2017-03-02"],"summary":["Share ideas and visions"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-intpa"],"involved":["eu-tr-188918620990-58","ec-person-05c4477b89b93e7969f12d89b38f77fedce5876f"]}} -{"id":"ec-meeting-2017-03-02-b33158a70b9437d745bfd967f6988940336e4c1a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-02 - Cabinet of Commissioner Věra Jourová x Facebook Ireland Limited"],"date":["2017-03-02"],"summary":["Online hate speech, GDPR, Privacy Shiled"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-a608b85b2ffef83f883b5a2330b6232efa1b7141","ec-person-f329292459cb1badb7fb7c6b67b698c441931bb2","eu-tr-28666427835-74","ec-person-1e0e3a00ab815dea7c5b839b002ed2c7e34bfe0a"]}} -{"id":"ec-meeting-2017-03-02-bc9ba2b7c3862d449dc0f8f0780da0bdeaed85b8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-02 - Cabinet of Vice-President Günther Oettinger x Institut der deutschen Wirtschaft Köln e.V."],"date":["2017-03-02"],"summary":["EU budgetary issues, MFF"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-132414515813-88","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2017-03-02-ce882b80fb5acf304bea6283ae37e458ab8a18d8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-02 - Cabinet of Vice-President Günther Oettinger x Bank of America Corporation"],"date":["2017-03-02"],"summary":["migration, security"],"notes":["Portfolio: Budget & Human Resources"],"location":["Berlin"],"address":["Berlin"],"addressEntity":["addr-062b06ba8e755765c6b049809b7430fd54fe5b21"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911","eu-tr-53891615036-88"]}} -{"id":"ec-meeting-2017-03-02-d32bd96a02f8cfc01463d4334d3d424628556a10","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-02 - Maritime Affairs and Fisheries x G Plus Ltd (t/a Portland)"],"date":["2017-03-02"],"summary":["Exchange of views on Implementation of the CFP"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-mare"],"involved":["ec-person-a7b4b8418268a6d6c196b5e45f606fc92acbdb8c","eu-tr-7223777790-86"]}} -{"id":"ec-meeting-2017-03-02-d7577ae406041c784beeb3789db3b6a656e3ced5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-02 - Cabinet of Commissioner Věra Jourová x Cisco Systems Inc."],"date":["2017-03-02"],"summary":["Gender equality, Privacy Shiled, GDPR"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-a608b85b2ffef83f883b5a2330b6232efa1b7141","ec-person-f329292459cb1badb7fb7c6b67b698c441931bb2","eu-tr-494613715191-85"]}} -{"id":"ec-meeting-2017-03-02-f0801c5ef2c3b3402fbd42079e91d25134836360","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-02 - Climate Action x Fertilizers Europe"],"date":["2017-03-02"],"summary":["ETS"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-clima"],"involved":["ec-person-44c2f44f96dda2012bcb4e9abc749f6cae86a4c0","eu-tr-80788715017-29"]}} -{"id":"ec-meeting-2017-03-02-fb6147fd70b9b4f9fc698c42b22a3441bf064491","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-02 - Cabinet of Vice-President Andrus Ansip x Zentralverband der deutschen Werbewirtschaft ZAW e.V."],"date":["2017-03-02"],"summary":["Discussion on the Regulation on Privacy and Electronic Communications"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-5db7bdd1c81da2e70eb5b982097d0004111b5c3e","eu-tr-12238962750-40"]}} -{"id":"ec-meeting-2017-03-03-25a511ac1537790f07b4674004b38c6177fa23c0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-03 - Cabinet of Vice-President Andrus Ansip x France Brevets"],"date":["2017-03-03"],"summary":["Patent licensing"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-6a03bc4fa7657513ea34529e98dba0671ef4c849","eu-tr-979589218673-05"]}} -{"id":"ec-meeting-2017-03-03-2c6cb7008c3ad793bcabe992c7f41dccd3afde08","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-03 - Cabinet of Vice-President Günther Oettinger x Deutsche Bahn AG"],"date":["2017-03-03"],"summary":["exchange on railway policy"],"notes":["Portfolio: Budget & Human Resources"],"location":["BXL"],"address":["BXL"],"addressEntity":["addr-d2fde52f67ea4a3e1fe233d0a959d6a1c77fd910"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["ec-person-6ae6cc420fab2c032884945814d4e330cecb43d7","eu-tr-4516220482-22"]}} -{"id":"ec-meeting-2017-03-03-57e6a093370314cbce437727f3f60dd0445f4919","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-03 - Cabinet of Vice-President Andrus Ansip x Salesforce"],"date":["2017-03-03"],"summary":["Discussion on the recent Communication on Building a European Data Economy and the EU-US Privacy Shild"],"notes":["Portfolio: Digital Single Market"],"location":["BRUSSELS"],"address":["BRUSSELS"],"addressEntity":["addr-f74337897287bf1b546f30505f5b1f693a87af50"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-991195317279-06","ec-person-5db7bdd1c81da2e70eb5b982097d0004111b5c3e"]}} -{"id":"ec-meeting-2017-03-03-5b2c6380fc26a6b0ae29fa6614c8b3e68529a3c2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-03 - Cabinet of Commissioner Věra Jourová x Salesforce"],"date":["2017-03-03"],"summary":["GDPR"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["eu-tr-991195317279-06","ec-person-f329292459cb1badb7fb7c6b67b698c441931bb2"]}} -{"id":"ec-meeting-2017-03-03-69377ea03e92863a0ec2323763fd4b1c947413cb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-03 - Cabinet of Commissioner Phil Hogan x MSD (Europe), Inc. (Merck Sharp & Dohme)"],"date":["2017-03-03"],"summary":["role of animal health in the agri-food chain; innovative approaches to livestock diseases and the judicious use of vaccines in farm animals; One Health agenda"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels, BERL"],"address":["Brussels, BERL"],"addressEntity":["addr-3c3fa5f92474ebac668808553fbab6d1c14aa243"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-09824113589-92","ec-person-7d3caa534e5cdda6d5b949bd4b2def39356e3bec"]}} -{"id":"ec-meeting-2017-03-03-6f141a2b2497906369b2b67acde998fef7a94cb7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-03 - Informatics x Huawei Technologies"],"date":["2017-03-03"],"summary":["Introductory Meeting"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-digit"],"involved":["ec-person-32591d36027eb92a66b57d5bcc8c57d9574380b0","eu-tr-114467111412-38"]}} -{"id":"ec-meeting-2017-03-03-6f355582a0614d8a0d4525bf240a11082bea5ece","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-03 - Cabinet of Vice-President Cecilia Malmström x DIGITALEUROPE"],"date":["2017-03-03"],"summary":["Data flows in trade agreements"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-64270747023-20","ec-person-5d4088e1913284a765aed8445f448f6ff341f1b3","ec-person-ce1312d2a248f71fe74eed58aa5915cfa445bbba"]}} -{"id":"ec-meeting-2017-03-03-715a13c987f64dfcde6a4248d5bc03e437e14587","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-03 - Cabinet of Commissioner Margrethe Vestager x Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V."],"date":["2017-03-03"],"summary":["Standardisation"],"notes":["Portfolio: Competition"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-margrethe-of-vestager"],"involved":["ec-person-947ab3027ba90ce15968614ce35c12506b7a43ac","eu-tr-35124436517-75"]}} -{"id":"ec-meeting-2017-03-03-7faa0d83b3b7dcc6c8950dd53407b3997321f80f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-03 - Cabinet of Commissioner Phil Hogan x Fonterra Co-operative Group Limited"],"date":["2017-03-03"],"summary":["Business discussion"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-400dd8d59d3060187d9b9b143d697da1a3d03c12","eu-tr-234577416588-90"]}} -{"id":"ec-meeting-2017-03-03-8f36f0a0be9b2b101510697f39f5a2f783b126e4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-03 - Cabinet of Commissioner Margrethe Vestager x France Brevets"],"date":["2017-03-03"],"summary":["Standardisation"],"notes":["Portfolio: Competition"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-margrethe-of-vestager"],"involved":["ec-person-947ab3027ba90ce15968614ce35c12506b7a43ac","eu-tr-979589218673-05"]}} -{"id":"ec-meeting-2017-03-03-9732e08d04fa677f060e31c04348665aea604c15","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-03 - Cabinet of Vice-President Andrus Ansip x European Financial Services Round Table"],"date":["2017-03-03"],"summary":["DSM - Cyber Security, Data Usage & Protection"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-0f698e3a0cc0bd6a02e1bd386a25cedc1366f3f1","eu-tr-27636291880-60"]}} -{"id":"ec-meeting-2017-03-03-ab596b0f74f7f3f94a6c1d6b0d771fa4ec8c557f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-03 - Cabinet of Commissioner Violeta Bulc x UNIFE"],"date":["2017-03-03"],"summary":["CEF, Structural Funds, EIB instruments, EFSI"],"notes":["Portfolio: Transport"],"location":["Bruxelles"],"address":["Bruxelles"],"addressEntity":["addr-b58f5927b66d94a676970dc048485d4c6848f272"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-9624415524-28","ec-person-be830229e281863b280fbdedb9755116218a1b6d"]}} -{"id":"ec-meeting-2017-03-03-d686295fc328b4e657489294ecb20f3db7033081","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-03 - Cabinet of Vice-President Valdis Dombrovskis x European Round Table for Industry"],"date":["2017-03-03"],"summary":["Presentation of the European Pillar of Social Rights"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-1f98d05bdaed2c40396781b1eb7b0aa47cb8dd20","eu-tr-25487567824-45"]}} -{"id":"ec-meeting-2017-03-03-e5a33e1917f1d5b2c0deb641be69a40eb2dcc374","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-03 - Cabinet of Commissioner Phil Hogan x Ornua Co-operative Limited"],"date":["2017-03-03"],"summary":["Trade and compliance"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Dublin"],"address":["Dublin"],"addressEntity":["addr-c4a265ca6dc31ed4a47a6047e92c5e3790135af9"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-936068026248-82","ec-person-a1a78365cc4685b0958056646204977d8f2ead92"]}} -{"id":"ec-meeting-2017-03-06-1d755bc5b0b738eb40622634dfeff20eaa6110a0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-06 - Cabinet of Vice-President Andrus Ansip x SoundCloud Global Limited & Co. KG"],"date":["2017-03-06"],"summary":["Copyright"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-536375019106-24","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45"]}} -{"id":"ec-meeting-2017-03-06-220313aaed8efabeac912598752065a523aa246d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-06 - Cabinet of Vice-President Cecilia Malmström x Västsvenska handelskammaren"],"date":["2017-03-06"],"summary":["update on trade"],"notes":["Portfolio: Trade"],"location":["Göteborg"],"address":["Göteborg"],"addressEntity":["addr-be26d538d57be4ba218c7533ca22fa594ab8b2e2"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-19b143e83f8ab978c55c8a9a9e49e06dbfa14bf3","eu-tr-287549326076-11"]}} -{"id":"ec-meeting-2017-03-06-3a550251127fd2c1775524729f3c28541f7cf908","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-06 - Cabinet of Commissioner Tibor Navracsics x Kreab SoundCloud Global Limited & Co. KG"],"date":["2017-03-06"],"summary":["Digital Single Market"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-49f31dad10f5641cb1d1e4c3107dd838389e8120","eu-tr-1078390517-54","eu-tr-536375019106-24"]}} -{"id":"ec-meeting-2017-03-06-3b3412390d53647e047d39570926d67a5280c638","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-06 - Task Force for Relations with the United Kingdom x European Chemical Industry Council"],"date":["2017-03-06"],"summary":["Meeting with the Task Force for the Preparation and Conduct of the Negotiations with the United Kingdom under Article 50 TEU"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-uktf"],"involved":["ec-person-864cfa5fbc9b02a079ffbab1107f252c7bb08478","eu-tr-64879142323-90"]}} -{"id":"ec-meeting-2017-03-06-3f32726145c3cf5d4bb4309a878d8968cba65843","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-06 - Cabinet of Vice-President Miguel Arias Cañete x ACCIONA, S.A."],"date":["2017-03-06"],"summary":["Renewables"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-451019811573-55","ec-person-2229c857664a22dcb8eee79a8c05841fd3d0924f"]}} -{"id":"ec-meeting-2017-03-06-4c2c0b7cc0b47cc36943d05f45711f2bff970e61","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-06 - Environment x Association Internationale de la Savonnerie, de la Détergence et des Produits d'Entretien"],"date":["2017-03-06"],"summary":["Circular Economy, Plastic Strategy, CLP (Classification, Labelling and Packaging of chemicals Regulation)"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-env"],"involved":["eu-tr-6168551998-60","ec-person-3bc74ce04ea3f4ab4d91a5c88eef25b8b8a213b4"]}} -{"id":"ec-meeting-2017-03-06-4d5c7c65444047030d0b23e16a38a7ef18626948","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-06 - Cabinet of Vice-President Karmenu Vella x Waste Free Oceans"],"date":["2017-03-06"],"summary":["Waste"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["ec-person-98899253aaaa8e936aec841aef4a31c3573bbfad","eu-tr-063093925179-42"]}} -{"id":"ec-meeting-2017-03-06-54b80e3649c977ed5de453251802c431fdf5b4b1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-06 - Cabinet of Commissioner Carlos Moedas x ASML Netherlands B.V."],"date":["2017-03-06"],"summary":["Open Innovation"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-0a716bf5253e913fc40ebf14c12f30dc2e7a06ee","eu-tr-951243624669-74"]}} -{"id":"ec-meeting-2017-03-06-6aeba3d2684202a7be3583b6a413eca72ca2fbb4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-06 - Cabinet of Vice-President Neven Mimica x PLATFORMA"],"date":["2017-03-06"],"summary":["Ongoing activities of local authorities on development policy"],"notes":["Portfolio: International Cooperation & Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-mimica-neven-of-president-vice"],"involved":["eu-tr-144630225519-73","ec-person-ba51cfc2cb570b2ba23d99869e21cd43fe8cadad"]}} -{"id":"ec-meeting-2017-03-06-859e7b62bf5c5d7008e13dccd3a2e84247160712","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-06 - Cabinet of Commissioner Violeta Bulc x Abertis Infraestructuras S.A."],"date":["2017-03-06"],"summary":["Meeting with Mr Francisco Reynés, CEO of ABERTIS"],"notes":["Portfolio: Transport"],"location":["Madrid"],"address":["Madrid"],"addressEntity":["addr-7a2191964a3d7521269f0068afae6b6116bac15d"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-4d2b449b5047ea3fda435a2a1c1081e3babcdf76","ec-person-9d4dc4867a44dfe10f67ae7ee1706da3e8b48a24","ec-person-dd7851e4a1e747e824b4f81139e33bc3cdb73160","eu-tr-934237012880-23"]}} -{"id":"ec-meeting-2017-03-06-8bc4fe2fc87d267e2ecfcaa7a2f0b326416b4b21","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-06 - Cabinet of Commissioner Tibor Navracsics x European Youth Forum"],"date":["2017-03-06"],"summary":["The role of young people in the discussions on the future of Europe, the future of Erasmus+, the post-2018 Youth Strategy and the European Solidarity Corps"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-dc2e0fed0fdf39a6a3f3ad63355c5215599de9d1","eu-tr-43251547769-22"]}} -{"id":"ec-meeting-2017-03-06-9cb1a0c91a981dd165241fa16b79b0ae00f4c686","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-06 - Taxation and Customs Union x Philip Morris International Inc."],"date":["2017-03-06"],"summary":["Update on Excise & Customs clarification of tobacco products"],"location":["Brussels/Belgium"],"address":["Brussels/Belgium"],"addressEntity":["addr-c476280916fa20b5023288c48bfbed9c057a1c28"],"organizer":["ec-dg-taxud"],"involved":["ec-person-3173c1cc052827c58f23ccd3a8de07534f0d35bd","eu-tr-51925911965-76"]}} -{"id":"ec-meeting-2017-03-06-e8058842ddb27a228216cb393a14a2c7590a4484","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-06 - Cabinet of Commissioner Elżbieta Bieńkowska x Fair Trade Advocacy Office"],"date":["2017-03-06"],"summary":["optimal landscape for EU framework action against UTPs"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-20744335040-66","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2017-03-06-f9c53574b6f3dc2f37550bef751a7c9d712d7404","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-06 - Cabinet of President Jean-Claude Juncker x Aviva Plc"],"date":["2017-03-06"],"summary":["Sustainable finance"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-c402e34a99fbee730ae22e3b1958e21c94dc6fcc","eu-tr-86270761494-62"]}} -{"id":"ec-meeting-2017-03-06-fa6e5815cd19f6c19af242768661d8e0bf4b4535","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-06 - Task Force for Relations with the United Kingdom x Bureau Européen des Unions de Consommateurs"],"date":["2017-03-06"],"summary":["Meeting with the Task Force for the Preparation and Conduct of the Negotiations with the United Kingdom under Article 50 TEU"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-uktf"],"involved":["ec-person-864cfa5fbc9b02a079ffbab1107f252c7bb08478","eu-tr-9505781573-45"]}} -{"id":"ec-meeting-2017-03-06-fd934fc672802b6730c89ba3e83601e627e1b0fa","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-06 - Task Force for Relations with the United Kingdom x Notre Europe - Institut Jacques Delors / Notre Europe - Jacques Delors Institute"],"date":["2017-03-06"],"summary":["Meeting with the Task Force for the Preparation and Conduct of the Negotiations with the United Kingdom under Article 50 TEU"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-uktf"],"involved":["ec-person-864cfa5fbc9b02a079ffbab1107f252c7bb08478","eu-tr-726109217329-25"]}} -{"id":"ec-meeting-2017-03-07-03741f2e27a5bd996e087144a177e9073b465f25","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-07 - Cabinet of Vice-President Johannes Hahn x OXFAM INTERNATIONAL EU ADVOCACY OFFICE"],"date":["2017-03-07"],"summary":["Situation of Syrian refugees in Lebanon"],"notes":["Portfolio: European Neighbourhood Policy & Enlargement Negotiations"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-hahn-johannes-of-president-vice"],"involved":["eu-tr-46856801604-90","ec-person-643595d3a737c63fc95146b51292a4684ed1ca75"]}} -{"id":"ec-meeting-2017-03-07-0f2f99016f0479bfad914de96c04e9ac43909ee3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-07 - Cabinet of Vice-President Jyrki Katainen x Teollisuuden Voima Oyj Aula Europe"],"date":["2017-03-07"],"summary":["Energy policy"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-352103717639-15","ec-person-f9208d930adc70c6c64e21701e48f85f6f18e949","eu-tr-88742028087-64"]}} -{"id":"ec-meeting-2017-03-07-117164d255b5c47fd331afffd7a0e7f5f3c7903f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-07 - Cabinet of Vice-President Neven Mimica x KfW Bankengruppe"],"date":["2017-03-07"],"summary":["External Investment Plan"],"notes":["Portfolio: International Cooperation & Development"],"location":["Berlin, Germany"],"address":["Berlin, Germany"],"addressEntity":["addr-45087614a913d81becb706e8469c1cd56b027e7f"],"organizer":["ec-cabinet-mimica-neven-of-president-vice"],"involved":["eu-tr-79019799690-13","ec-person-886e1b865045c3ed98e99075006d09cea708acce"]}} -{"id":"ec-meeting-2017-03-07-1613e6c368165c11ebe96c9331f57c8077000fb6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-07 - European Neighbourhood and Enlargement Negotiations x Rasmussen Global"],"date":["2017-03-07"],"summary":["Neighbourhood policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-near"],"involved":["ec-person-1160ccf35947f06f1629cad85b9f162eb5575780","eu-tr-923424020779-19"]}} -{"id":"ec-meeting-2017-03-07-170a5eaf42e388b70ed671c11742fbea07f32957","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-07 - Cabinet of Vice-President Andrus Ansip x Telefonica, S.A."],"date":["2017-03-07"],"summary":["Roaming, telecom review and e-privacy"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-52431421-12","ec-person-666bc159c7e65a3af9e63c1e97435c02f1496955"]}} -{"id":"ec-meeting-2017-03-07-24800de6e631444fc3707107d2f258cc58ad64ae","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-07 - Cabinet of Commissioner Věra Jourová x European Digital Rights Bureau Européen des Unions de Consommateurs Access Now Europe"],"date":["2017-03-07"],"summary":["Privacy shield, GDPR"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-a608b85b2ffef83f883b5a2330b6232efa1b7141","eu-tr-16311905144-06","ec-person-f329292459cb1badb7fb7c6b67b698c441931bb2","eu-tr-241832823598-19","eu-tr-9505781573-45"]}} -{"id":"ec-meeting-2017-03-07-2718288e4297aae92a5f508a704438e29e70bad9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-07 - Cabinet of Vice-President Andrus Ansip x European Digital Rights Bureau Européen des Unions de Consommateurs Access Now Europe"],"date":["2017-03-07"],"summary":["e-Privacy proposal, general data protection regulation-state of play, privacy shield and international transfer"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-16311905144-06","ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0","ec-person-5db7bdd1c81da2e70eb5b982097d0004111b5c3e","eu-tr-241832823598-19","eu-tr-9505781573-45"]}} -{"id":"ec-meeting-2017-03-07-2f0e70144978439ffa2204501556a7f44edbd27c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-07 - Cabinet of First Vice-President Frans Timmermans x Association for Financial Markets in Europe"],"date":["2017-03-07"],"summary":["Better Regulation, Capital Markets Union, Transparency"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["ec-person-4076aef8226bd451277bfd5135aa27d63b2ac548","eu-tr-65110063986-76"]}} -{"id":"ec-meeting-2017-03-07-36cefc1d4d41d647cfceb41c83fe405ed285b3a7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-07 - Cabinet of Commissioner Vytenis Andriukaitis x Metsäliitto Cooperative Brunswick Group LLP"],"date":["2017-03-07"],"summary":["Food contact materials"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-b9c3f19e7c5f216e3e508f931ddd6a9cb59376d1","eu-tr-26255464458-25","eu-tr-962687110415-94"]}} -{"id":"ec-meeting-2017-03-07-478bef5eece3989f8b16898395c433cd527aa84e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-07 - Cabinet of Commissioner Tibor Navracsics x Union of European Football Associations"],"date":["2017-03-07"],"summary":["Preparation of the UEFA Congress"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-49f31dad10f5641cb1d1e4c3107dd838389e8120","eu-tr-39217046408-27"]}} -{"id":"ec-meeting-2017-03-07-70a791d85eb1e355663e0174221d7cfbc713b201","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-07 - Cabinet of Commissioner Phil Hogan x ALGECO SAS"],"date":["2017-03-07"],"summary":["Rural Development"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-838916626022-92","ec-person-ff8342dedc26701400fcb7dcf73fbee50a837ac6"]}} -{"id":"ec-meeting-2017-03-07-7443fbea7ad47cf16f0e9ea2b3c020d9a68406ce","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-07 - Cabinet of Commissioner Phil Hogan x Confederation of British Industry"],"date":["2017-03-07"],"summary":["Business discussion"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-73725676990-18","ec-person-400dd8d59d3060187d9b9b143d697da1a3d03c12"]}} -{"id":"ec-meeting-2017-03-07-79793ca123ae6345aede00e6847ef65cfaaa85d6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-07 - Cabinet of Commissioner Phil Hogan x TARA International Consulting"],"date":["2017-03-07"],"summary":["Neighbourhood Policy"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-69302899534-84","ec-person-ff8342dedc26701400fcb7dcf73fbee50a837ac6"]}} -{"id":"ec-meeting-2017-03-07-7cbcbf93bc9edf3d2fdedc6e03af7dbda4895ec3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-07 - Cabinet of Commissioner Elżbieta Bieńkowska x Central Europe Energy Partners"],"date":["2017-03-07"],"summary":["introductory meeting/current issues"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-87738563745-94","ec-person-d2997a7f359c91a337055c3e24dd36bf928de38d","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2017-03-07-7df6f47da5855156be55ef91f57601f737b2c758","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-07 - Cabinet of Commissioner Phil Hogan x Maa- ja metsätaloustuottajain Keskusliitto – Central Union of Agricultural Producers and Forest Owners"],"date":["2017-03-07"],"summary":["The milk market situation in Finland and future CAP with focus on milk production"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-56039441735-48","ec-person-400dd8d59d3060187d9b9b143d697da1a3d03c12"]}} -{"id":"ec-meeting-2017-03-07-8286e8e6a6f941e2cef7d844b6b5f88ec3548ca4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-07 - Cabinet of Vice-President Günther Oettinger x EKD-Büro Brüssel / EKD-Office Brussels"],"date":["2017-03-07"],"summary":["migration"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911","eu-tr-61973396926-78"]}} -{"id":"ec-meeting-2017-03-07-86d926f54a49668ec374fd277dc54229567b964c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-07 - Cabinet of Vice-President Günther Oettinger x Daimler Aktiengesellschaft"],"date":["2017-03-07"],"summary":["connected and automated driving"],"notes":["Portfolio: Budget & Human Resources"],"location":["BXL"],"address":["BXL"],"addressEntity":["addr-d2fde52f67ea4a3e1fe233d0a959d6a1c77fd910"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["ec-person-6ae6cc420fab2c032884945814d4e330cecb43d7","eu-tr-2349218828-41"]}} -{"id":"ec-meeting-2017-03-07-8868a272b891f78e9809b19453841b7d733bae6f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-07 - Cabinet of Commissioner Carlos Moedas x Wellcome Trust"],"date":["2017-03-07"],"summary":["Working in partnership with foundations"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-b8d49828915f9008e764a78796d47ea00807a658","ec-person-23980b2bc4fd9c82051d0f7888dc236b2f764866","eu-tr-912723313554-37"]}} -{"id":"ec-meeting-2017-03-07-8b214e2b7fe555e537520c318ab9e46cb8e3e4f6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-07 - Cabinet of Vice-President Günther Oettinger x DIGITALEUROPE"],"date":["2017-03-07"],"summary":["digital policy"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-64270747023-20","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2017-03-07-92a520e0f728ed984fb022bf0bb4638d3a282150","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-07 - Cabinet of Vice-President Andrus Ansip x ChinaEU"],"date":["2017-03-07"],"summary":["Digital Cooperation with China"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-395485815776-81","ec-person-c759bd58acc54869aa8e62ce652efcda416e25c2"]}} -{"id":"ec-meeting-2017-03-07-a04f3ca900b3dafcd57ef384f83ee739fbbd33a7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-07 - Cabinet of President Jean-Claude Juncker x KfW Bankengruppe"],"date":["2017-03-07"],"summary":["EU priorities"],"notes":["Portfolio: President"],"location":["Berlin"],"address":["Berlin"],"addressEntity":["addr-062b06ba8e755765c6b049809b7430fd54fe5b21"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-c402e34a99fbee730ae22e3b1958e21c94dc6fcc","eu-tr-79019799690-13"]}} -{"id":"ec-meeting-2017-03-07-a7787ec155214b6a11831c57c1c066fbb72d3531","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-07 - Cabinet of Commissioner Phil Hogan x Algeco GmbH - An ALGECO-Scotsman Company"],"date":["2017-03-07"],"summary":["Agri Construction"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-012956421355-45","ec-person-a1a78365cc4685b0958056646204977d8f2ead92"]}} -{"id":"ec-meeting-2017-03-07-a892658135950afab804fdc6b09a7cfddc576ef6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-07 - Cabinet of Vice-President Günther Oettinger x None"],"date":["2017-03-07"],"summary":["diversity & inclusion"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-09854512780-89","eu-tr-11977456675-84","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2017-03-07-af179597ccec9ab064f184f57d982b931562fd7f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-07 - Cabinet of Vice-President Valdis Dombrovskis x Association for Financial Markets in Europe"],"date":["2017-03-07"],"summary":["Keynote speech at the Conference on \"The Shortage of Risk Capital for Europe's High Growth\""],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-65110063986-76","ec-person-eec82261c60167b261e56ad1e2bfb4c482db6191","ec-person-a9eda2e8ea54b70a968327672c6cada679d3cd56"]}} -{"id":"ec-meeting-2017-03-07-b455f97cda783d18a96c9850f3beeff950062123","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-07 - Cabinet of Vice-President Andrus Ansip x Trainline.com Limited"],"date":["2017-03-07"],"summary":["Startups, online platforms, free flow of data"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-6a03bc4fa7657513ea34529e98dba0671ef4c849","eu-tr-121465619130-93"]}} -{"id":"ec-meeting-2017-03-07-bf46faab28250321deeeb909fa8b80a91f0f6984","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-07 - Cabinet of Vice-President Andrus Ansip x Uber"],"date":["2017-03-07"],"summary":["Shared urban mobility services"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-002278013515-26","ec-person-6a03bc4fa7657513ea34529e98dba0671ef4c849"]}} -{"id":"ec-meeting-2017-03-07-bfceda09ed58d64d9a65d5f8666513b7c2271548","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-07 - Cabinet of Vice-President Cecilia Malmström x HSBC Holdings PLC"],"date":["2017-03-07"],"summary":["Presentaton of report on trade in services and wanted to invite the Commissioner for an event."],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-20ded9db5df11164331bb161fdf234b1e5ad53fd","eu-tr-001866415031-87","ec-person-ce1312d2a248f71fe74eed58aa5915cfa445bbba"]}} -{"id":"ec-meeting-2017-03-07-dca4f70833d10e762f365b7ace7fd01613b3a918","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2017-03-07 - Cabinet of Vice-President Andrus Ansip x DOT Europe"],"date":["2017-03-07"],"summary":["DSM Strategy","DSM general, online platforms"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-53905947933-43","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45","ec-person-91ca0921c6790191daa54427311acd63035e7c9e"]}} -{"id":"ec-meeting-2017-03-07-e7640adcb4933c02e4a0689f54ab42392ad0914f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-07 - Cabinet of Vice-President Jyrki Katainen x Eurocities"],"date":["2017-03-07"],"summary":["EFSI - investment and finance in cities"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90","ec-person-0da85dc48012e26688310a59a0b51727ea68f410","eu-tr-12493392840-79"]}} -{"id":"ec-meeting-2017-03-07-e9a1d7ada2dd9bbed07937b8af0f6086a462535a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-07 - Cabinet of Commissioner Vytenis Andriukaitis x Cia - Agricoltori italiani"],"date":["2017-03-07"],"summary":["Plant health"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-b9c3f19e7c5f216e3e508f931ddd6a9cb59376d1","eu-tr-341436210542-80","ec-person-df30d07ef698a52b9948b9c734db39196cf8541f"]}} -{"id":"ec-meeting-2017-03-07-f5d9525460ed84ff929a625ddb734277a3b68be0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-07 - Cabinet of First Vice-President Frans Timmermans x Royal DSM"],"date":["2017-03-07"],"summary":["Circular economy"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["ec-person-7a0c440119cd5d547eceebb055c79b8bb41bf9a2","eu-tr-73926352722-07"]}} -{"id":"ec-meeting-2017-03-08-0368af835ae2be757ee0c634cdf2bcf01581151e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-08 - Regional and Urban Policy x BUSINESSEUROPE"],"date":["2017-03-08"],"summary":["Revision of the MFF, the mid-term review of the policy, regional policy post-2020"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-regio"],"involved":["ec-person-3bc647761a4c1a96c0e7b4c3729d7408a61558b0","eu-tr-3978240953-79"]}} -{"id":"ec-meeting-2017-03-08-09a8acd160b2abb890d10ed23c9a49a4884c68a7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-08 - Cabinet of Commissioner Violeta Bulc x European Road Assessment Programme"],"date":["2017-03-08"],"summary":["relation DG MOVE - CAB BULC"],"notes":["Portfolio: Transport"],"location":["Bruxelles"],"address":["Bruxelles"],"addressEntity":["addr-b58f5927b66d94a676970dc048485d4c6848f272"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-302862821331-66","ec-person-cb7aaf75b4c195481f149f904bc28b4e2ac2b7ab"]}} -{"id":"ec-meeting-2017-03-08-0bf6646283b63fcfc8728dd768ec8821afbd5613","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-08 - Cabinet of President Jean-Claude Juncker x Confederazione Generale dell'Industria Italiana"],"date":["2017-03-08"],"summary":["Libro Bianco sul futuro dell'Europa"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-f9475e4bba20c9a170912adada60941243f778ad","eu-tr-27762251795-15"]}} -{"id":"ec-meeting-2017-03-08-0d3edc7e5b72f93a0bd5ffdb9411cfa789e32389","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-08 - Cabinet of Vice-President Karmenu Vella x WWF European Policy Programme"],"date":["2017-03-08"],"summary":["Blue Economy, Our Ocean Conference 2017"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["eu-tr-1414929419-24","ec-person-2966d69fae0ea4e67f3f2df5a743cc766267d3c8"]}} -{"id":"ec-meeting-2017-03-08-0f0c0356cae96ad9d511575dd79a8277d33703a6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-08 - Migration and Home Affairs x EWE Aktiengesellschaft"],"date":["2017-03-08"],"summary":["Farewell Dinner"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-home"],"involved":["ec-person-ae1262e8850ed1e9a0530b0ad7440ac648255896","eu-tr-00741337988-18"]}} -{"id":"ec-meeting-2017-03-08-17b5ca503fca56a0c0ca510fe885700eec3fd29c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-08 - Cabinet of Commissioner Tibor Navracsics x Bantani Education"],"date":["2017-03-08"],"summary":["Teaching entrepreneurship"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["eu-tr-453149326151-50","ec-person-1da7ee09d46288ee4ea9db2b644bdcf9c3d6d000"]}} -{"id":"ec-meeting-2017-03-08-1fd84675ed8fbd187ed0b3bc8041e085e1f485f8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-08 - Cabinet of Vice-President Miguel Arias Cañete x Ingka Services A.B."],"date":["2017-03-08"],"summary":["Renewable energy targets in the EU, Solar, Low carbon economy"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-1095068839-59","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd"]}} -{"id":"ec-meeting-2017-03-08-25359568ece7191ee25511fd213d4559f45ac999","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-08 - Cabinet of First Vice-President Frans Timmermans x IMPALA Association Internationale AISBL"],"date":["2017-03-08"],"summary":["Digital Single Market, platforms, copyright and intellectual property issues"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-12383069253-19","ec-person-284d94050a35c9079d8b1ba3f85eaf7777b5fea9"]}} -{"id":"ec-meeting-2017-03-08-2ca0034625cd4a8b99a8be181222ff471236086e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-08 - Joint Research Centre x Advanced Technology and Science Applications Centre"],"date":["2017-03-08"],"summary":["Presentation of slovak concept about strategic long-term research in renewables and new energy systems"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-jrc"],"involved":["eu-tr-914155426111-26","ec-person-b3e6b7a4bd40eead1b939244f1cb4e9bdaf65f46"]}} -{"id":"ec-meeting-2017-03-08-3d278a4ebdb021e9d7bc881a45d7515166741ea3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-08 - Cabinet of Vice-President Andrus Ansip x Groupement Européen des Sociétés d'Auteurs et Compositeurs"],"date":["2017-03-08"],"summary":["Copyright"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-e91c5be432b6b3efdda369792fed67c20b767a45","eu-tr-36529354479-57"]}} -{"id":"ec-meeting-2017-03-08-42ea716d10e28da16fc0c14aecf8891de9a6e48f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-08 - Cabinet of Commissioner Dimitris Avramopoulos x EuroMed Rights / EuroMed Droits Save the Children International Amnesty International Limited Platform for International Cooperation on Undocumented Migrants"],"date":["2017-03-08"],"summary":["Migration"],"notes":["Portfolio: Migration, Home Affairs and Citizenship"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-avramopoulos-cabinet-commissioner-dimitris-of"],"involved":["eu-tr-19093363838-48","eu-tr-18343956476-47","eu-tr-11063928073-34","eu-tr-11610562644-55","ec-person-06b43c385c07c13f2bae1d24a0075851e8ce491d"]}} -{"id":"ec-meeting-2017-03-08-52d23d927a89364d815feadec26b81d37d006956","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-08 - Cabinet of Vice-President Cecilia Malmström x Telefonica, S.A."],"date":["2017-03-08"],"summary":["EU negotiations with Mercosur"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-52431421-12","ec-person-98880f3f4206145e196013db9dd806a551c11e06"]}} -{"id":"ec-meeting-2017-03-08-5fb9a3a6ac85c14fc6a8decebde84e361943a19c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-08 - Cabinet of Vice-President Andrus Ansip x Society of Audiovisual Authors"],"date":["2017-03-08"],"summary":["Copyright, portability, AVMSD"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-99336382936-11","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45"]}} -{"id":"ec-meeting-2017-03-08-64a7b4fc47bd003386bf799b27a16139da022d98","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-08 - Cabinet of Vice-President Jyrki Katainen x Kreab"],"date":["2017-03-08"],"summary":["Pan-European Personal Pension Product (PEPPs)"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-1078390517-54","ec-person-955e8c493ab54847bb92b65986f56a401f8eabee"]}} -{"id":"ec-meeting-2017-03-08-790651ff707ebaa0877683a08e31559bc31a5dee","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-08 - Environment x Amigos de los Grandes Navegantes y Exploradores Españoles"],"date":["2017-03-08"],"summary":["Fight against marine litter"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-env"],"involved":["eu-tr-013913125575-03","ec-person-3bc74ce04ea3f4ab4d91a5c88eef25b8b8a213b4"]}} -{"id":"ec-meeting-2017-03-08-81e75642373aa1d28a102568e55e82531d32aac1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-08 - Cabinet of Vice-President Maroš Šefčovič x SOLAR IMPULSE FOUNDATION"],"date":["2017-03-08"],"summary":["Solar Impulse"],"notes":["Portfolio: Energy Union"],"location":["Bxl"],"address":["Bxl"],"addressEntity":["addr-a93f951e252491eb62958a26858415dd581a71e0"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-569885924378-48","ec-person-9f6823821fe68d82e9b9dbe81181ecacb0265d94"]}} -{"id":"ec-meeting-2017-03-08-8c1a55e2905f91cc088d06da56e0f550a6cf9a5b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-08 - Cabinet of Commissioner Věra Jourová x SOCIETE BIC"],"date":["2017-03-08"],"summary":["Infringment concerning lighters safety"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-a2ca9161feee56909a0e98b473c2d342c20fdb57","eu-tr-214419515681-64"]}} -{"id":"ec-meeting-2017-03-08-96c3ba2f1769006edbe0d20a28771623c52c20e6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-08 - Cabinet of Commissioner Carlos Moedas x Crue universidades españolas"],"date":["2017-03-08"],"summary":["Iberian Alliance in Europe"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-a45151b401196e9c374c9acdada9d8840da271ad","eu-tr-071771920040-91"]}} -{"id":"ec-meeting-2017-03-08-9e1a9eb4e112be19945e96628488bf2b88d91294","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-08 - Cabinet of Vice-President Günther Oettinger x Hanns-Seidel-Stiftung"],"date":["2017-03-08"],"summary":["EU Budget"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-49906988199-86","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2017-03-08-b98ba1b76a7d7138e525c0561a453762483bea50","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-08 - Cabinet of Commissioner Carlos Moedas x EUPPORTUNITY (QB, Lda.)"],"date":["2017-03-08"],"summary":["H2020 participation"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-a45151b401196e9c374c9acdada9d8840da271ad","eu-tr-38225546532-14"]}} -{"id":"ec-meeting-2017-03-08-be5a7f85f5e8f123707a835e4016a94332b208df","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-08 - Environment x Animal Skincare Products Europe Avisa Partners"],"date":["2017-03-08"],"summary":["CLP (Classification, Labelling and Packaging Regulation), consumer protection"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-env"],"involved":["eu-tr-54210841652-13","eu-tr-963792718912-05","ec-person-3bc74ce04ea3f4ab4d91a5c88eef25b8b8a213b4"]}} -{"id":"ec-meeting-2017-03-08-bfda2d8126020ef2931fe148a701fe6d6e5697b0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-08 - Cabinet of Commissioner Phil Hogan x Unione Italiana Vini"],"date":["2017-03-08"],"summary":["Discuss Commissioner Hogan's participation to VINITALY 2017"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Bressels, BERL"],"address":["Bressels, BERL"],"addressEntity":["addr-131d098d384f48c8c21206ab93d019d86d8701f3"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-963786723128-89","ec-person-428cf365f3847d04012831ef2642a1a69aed518d"]}} -{"id":"ec-meeting-2017-03-08-cbc6a6170a5b97fa1a81a555795bd5bef7a224d0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-08 - Directorate-General for International Partnerships x Orange"],"date":["2017-03-08"],"summary":["exchange with you on how to develop a European approach of development through digital in Africa"],"location":["Brussels Belgium"],"address":["Brussels Belgium"],"addressEntity":["addr-61947d7d2c69c0b8f57325bd044f500c5fc6df48"],"organizer":["ec-dg-intpa"],"involved":["eu-tr-76704342721-41","ec-person-05c4477b89b93e7969f12d89b38f77fedce5876f"]}} -{"id":"ec-meeting-2017-03-08-d1eb60f6d2b441fabdb9246c1b6569d658a85edb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-08 - Cabinet of Vice-President Maroš Šefčovič x EUROPEAN TRADE UNION CONFEDERATION"],"date":["2017-03-08"],"summary":["Clean Energy for All Europeans Package and carbon-intensive regions"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-2be517b9261a91f2f07e05ec14c6331980e9716e","eu-tr-06698681039-26"]}} -{"id":"ec-meeting-2017-03-08-d261257aeaf592759cf8f54024d80c2a9970928c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-08 - Cabinet of Vice-President Karmenu Vella x Starbucks Coffee Company Conservation International Europe"],"date":["2017-03-08"],"summary":["Sustainable Development"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["ec-person-98899253aaaa8e936aec841aef4a31c3573bbfad","eu-tr-921396316480-51","eu-tr-70299514465-38"]}} -{"id":"ec-meeting-2017-03-08-d46f8e3a91946d6799f731f8980ee5dcf7029f04","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-08 - Cabinet of Vice-President Maroš Šefčovič x EPIA SolarPower Europe"],"date":["2017-03-08"],"summary":["Energy Union innovation and competitiveness"],"notes":["Portfolio: Energy Union"],"location":["Bxl"],"address":["Bxl"],"addressEntity":["addr-a93f951e252491eb62958a26858415dd581a71e0"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-2680046412-48","ec-person-9f6823821fe68d82e9b9dbe81181ecacb0265d94"]}} -{"id":"ec-meeting-2017-03-08-e780a00675517d92f7f714631f50b2ad47509d3c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-08 - Cabinet of Commissioner Phil Hogan x Stichting BirdLife Europe"],"date":["2017-03-08"],"summary":["Birds and habitats directive"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-1083162721-43","ec-person-b0d24e81234b490dd841a09b69892304b27fc6a8"]}} -{"id":"ec-meeting-2017-03-08-ead24247b55ab4cc3338f78dcbcb005f8fe27ecb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-08 - Cabinet of Commissioner Carlos Moedas x EBU-UER (European Broadcasting Union)"],"date":["2017-03-08"],"summary":["potential scheme that could foster innovation and creativity in the audiovisual and radio sector"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["eu-tr-93288301615-56","ec-person-0a716bf5253e913fc40ebf14c12f30dc2e7a06ee"]}} -{"id":"ec-meeting-2017-03-08-f17a39a3470a88e7e22a1c2943b861d5abf044d1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-08 - Cabinet of Commissioner Tibor Navracsics x European Newspaper Publishers' Association"],"date":["2017-03-08"],"summary":["Media literacy"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["eu-tr-5950962136-12","ec-person-1da7ee09d46288ee4ea9db2b644bdcf9c3d6d000"]}} -{"id":"ec-meeting-2017-03-08-f24b84d22f4d711e033616d3defee1b178dddb75","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-08 - Cabinet of Vice-President Karmenu Vella x ROTARY INTERNATIONAL"],"date":["2017-03-08"],"summary":["Sustainable Development"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["ec-person-98899253aaaa8e936aec841aef4a31c3573bbfad","eu-tr-512870513007-47","ec-person-0e3efd8bc1c3ee9a80205d0bb78f316fa1621e5d"]}} -{"id":"ec-meeting-2017-03-08-f626d6fa8c704cb7e51c734efe2a4a054478921c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-08 - Cabinet of Vice-President Valdis Dombrovskis x Kreab"],"date":["2017-03-08"],"summary":["Meeting with Fidelity Worldwide Investment on PEPP"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-1078390517-54","ec-person-eec82261c60167b261e56ad1e2bfb4c482db6191"]}} -{"id":"ec-meeting-2017-03-08-fedcb06eb9fbf050015be0565597b286c8960bce","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-08 - Cabinet of Vice-President Jyrki Katainen x Ingka Services A.B."],"date":["2017-03-08"],"summary":["Circular Economy agenda in Europe & The EU Single Market"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90","eu-tr-1095068839-59","ec-person-0da85dc48012e26688310a59a0b51727ea68f410"]}} -{"id":"ec-meeting-2017-03-09-199580ef2820dd6b62caaf563424932be9df5fb4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-09 - Cabinet of Commissioner Violeta Bulc x European Federation of Road Traffic Victims"],"date":["2017-03-09"],"summary":["Quick meeting with Robert Staba, VP of FEVR"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-4d2b449b5047ea3fda435a2a1c1081e3babcdf76","eu-tr-47172565855-96","ec-person-cb7aaf75b4c195481f149f904bc28b4e2ac2b7ab"]}} -{"id":"ec-meeting-2017-03-09-2ca32d5dac5d4745c33b4d03f0e6205e1ec85d3a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-09 - Cabinet of Commissioner Vytenis Andriukaitis x European Chemical Industry Council"],"date":["2017-03-09"],"summary":["Endocrine disruptors"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-b9c3f19e7c5f216e3e508f931ddd6a9cb59376d1","eu-tr-64879142323-90"]}} -{"id":"ec-meeting-2017-03-09-32c3e0bf95143686b134bc5a887a19f0d13e5c2f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-09 - Cabinet of Vice-President Valdis Dombrovskis x Finanssiala ry - Finance Finland"],"date":["2017-03-09"],"summary":["ESAs, PRIIP"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-eec82261c60167b261e56ad1e2bfb4c482db6191","eu-tr-7328496842-09"]}} -{"id":"ec-meeting-2017-03-09-36b43e0b1b69f96773ca4b7221d62f1b6287d3a7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-09 - Cabinet of Vice-President Andrus Ansip x Citigroup Inc."],"date":["2017-03-09"],"summary":["Cyber and data, cybercrime, data protection, free flow of data, the implementation of the NIS and GDPR directives and EU-US data sharing"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-5db7bdd1c81da2e70eb5b982097d0004111b5c3e","eu-tr-00353757573-57"]}} -{"id":"ec-meeting-2017-03-09-4c4a204eaf7677ecd1e1f4dd0273753802b08431","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-09 - Cabinet of Vice-President Neven Mimica x BUSINESSEUROPE"],"date":["2017-03-09"],"summary":["Role of private sector in development cooperation, including EIP, trade, garments, and gender"],"notes":["Portfolio: International Cooperation & Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-mimica-neven-of-president-vice"],"involved":["ec-person-e90858f5aba78fd0e1cb2f757c3f38d55d91f98b","eu-tr-3978240953-79"]}} -{"id":"ec-meeting-2017-03-09-50b50e051f9ab82d394950dc88849c3572b8030e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-09 - Cabinet of Vice-President Cecilia Malmström x Maa- ja metsätaloustuottajain Keskusliitto – Central Union of Agricultural Producers and Forest Owners"],"date":["2017-03-09"],"summary":["Anti-microbial resistance"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-56039441735-48","ec-person-0e574d9526c0834ba7e67064cd6ec19a4a2460b9"]}} -{"id":"ec-meeting-2017-03-09-550ce693203f830372c953320fed5f55d176cb85","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-09 - Cabinet of Commissioner Marianne Thyssen x EUROCHAMBRES – Association of European Chambers of Commerce and Industry"],"date":["2017-03-09"],"summary":["Posting of Workers"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["ec-person-7567514af00f139b390cf9864d28a090ca0fde25","eu-tr-0014082722-83"]}} -{"id":"ec-meeting-2017-03-09-691d7d696410f40cc6f429a31f64a61310afe36f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-09 - Cabinet of Commissioner Violeta Bulc x Drone Alliance Europe"],"date":["2017-03-09"],"summary":["Initiatives"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-519963418620-50","ec-person-9d4dc4867a44dfe10f67ae7ee1706da3e8b48a24"]}} -{"id":"ec-meeting-2017-03-09-7517fbcd9fc6607faed9e13e63dae9e1e3e181f0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-09 - Task Force for Relations with the United Kingdom x Institut de formation des acteurs du monde agricole et rural"],"date":["2017-03-09"],"summary":["Meeting with the Task Force for the Preparation and Conduct of the Negotiations with the United Kingdom under Article 50 TEU"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-uktf"],"involved":["ec-person-864cfa5fbc9b02a079ffbab1107f252c7bb08478","eu-tr-432868526225-65"]}} -{"id":"ec-meeting-2017-03-09-751f2c1617ba9fc76dfa050ca849f0d9ca8e0103","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-09 - Cabinet of Vice-President Cecilia Malmström x EUROCHAMBRES – Association of European Chambers of Commerce and Industry"],"date":["2017-03-09"],"summary":["EU-Singapore FTA"],"notes":["Portfolio: Trade"],"location":["Singapore"],"address":["Singapore"],"addressEntity":["addr-20c0b7bdab70ca2cc9c844a0d74a3af0bbf41c3e"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-19b143e83f8ab978c55c8a9a9e49e06dbfa14bf3","eu-tr-0014082722-83"]}} -{"id":"ec-meeting-2017-03-09-96a7d7d72627f33ee87e3c132f5f1596bfa9ac76","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-09 - Cabinet of Vice-President Günther Oettinger x SÜSS MicroTec SE"],"date":["2017-03-09"],"summary":["Industrie 4.0"],"notes":["Portfolio: Budget & Human Resources"],"location":["Sternenfels"],"address":["Sternenfels"],"addressEntity":["addr-e00dab6ce83c06dae166fbe52213c1ab2efe671f"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-160487726256-95","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2017-03-09-9f4d1a1ac52dead96048d663f25f812c6b1d6ee7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-09 - Cabinet of Vice-President Valdis Dombrovskis x European Microfinance Network aisbl"],"date":["2017-03-09"],"summary":["Microfinance in the CMU and funding through EaSI programme"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-1f98d05bdaed2c40396781b1eb7b0aa47cb8dd20","eu-tr-598332211023-81","ec-person-eec82261c60167b261e56ad1e2bfb4c482db6191"]}} -{"id":"ec-meeting-2017-03-09-a621b5e9dd96546ad488e4e125f155d19d464e52","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-09 - Cabinet of Commissioner Julian King x Citigroup Inc."],"date":["2017-03-09"],"summary":["Cybersecurity"],"notes":["Portfolio: Security Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-julian-king-of"],"involved":["ec-person-8d48893e9e1b5fcb8f1a7bf47a39f9a2a3ac4c54","eu-tr-00353757573-57"]}} -{"id":"ec-meeting-2017-03-09-a7bf2258e90a5aaadd5b2f9de3eb2a4a54777c48","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-09 - Cabinet of Vice-President Günther Oettinger x European Disability Forum"],"date":["2017-03-09"],"summary":["diversity & inclusion"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-57868523887-16","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2017-03-09-ae894bf0099f42e3390b2b3354539e2412e0691b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-09 - Cabinet of Commissioner Carlos Moedas x International Association for the Protection of Intellectual Property"],"date":["2017-03-09"],"summary":["discussion on innovation and intellectual property"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-2b4bb0b28e7435e5f612e44d9664dbd1051efc55","ec-person-a45151b401196e9c374c9acdada9d8840da271ad","ec-person-23980b2bc4fd9c82051d0f7888dc236b2f764866","eu-tr-645977412278-25"]}} -{"id":"ec-meeting-2017-03-09-b1a9a606f388e41592b48eceffb20e7579c58cc8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-09 - Cabinet of Vice-President Andrus Ansip x DIGITALEUROPE"],"date":["2017-03-09"],"summary":["DSM Mid-term review"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-64270747023-20","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45"]}} -{"id":"ec-meeting-2017-03-09-b47775e0f64d83f6885da2c018b907e68b82769e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-09 - Cabinet of Commissioner Violeta Bulc x EUROCHAMBRES – Association of European Chambers of Commerce and Industry"],"date":["2017-03-09"],"summary":["'Solid Internal Market' paper"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-dd7851e4a1e747e824b4f81139e33bc3cdb73160","eu-tr-0014082722-83"]}} -{"id":"ec-meeting-2017-03-09-b7f78e0c8e49591e353235e691b0160b027dfe97","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-09 - Cabinet of Vice-President Jyrki Katainen x Independent Retail Europe (formerly UGAL - Union of Groups of Independent Retailers of Europe)"],"date":["2017-03-09"],"summary":["Current business practices in the retail sector"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-81b1dda49062e5dac42bdad9273fa72968a2c325","eu-tr-034546859-02"]}} -{"id":"ec-meeting-2017-03-09-ca3c629fa27941ed3e97e8f7ced0bc48c7bf067f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-09 - Cabinet of Commissioner Violeta Bulc x Union Internationale des Chemins de Fer"],"date":["2017-03-09"],"summary":["package of “goodies”"],"notes":["Portfolio: Transport"],"location":["bruxelles"],"address":["bruxelles"],"addressEntity":["addr-9640f09d3fa038b42259a3faac3eafb0223cb23a"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-38b425c6d020cfa22f078b832d85df8ce504609f","eu-tr-101449923546-59"]}} -{"id":"ec-meeting-2017-03-09-d88c110351e3c3a1caa6dd32e3948f161c4de92d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-09 - Cabinet of High Representative / Vice-President Federica Mogherini x Human Rights Watch"],"date":["2017-03-09"],"summary":["EU Relations with Turkey"],"notes":["Portfolio: Foreign Affairs and Security Policy"],"location":["Brussels (Berlaymont)"],"address":["Brussels (Berlaymont)"],"addressEntity":["addr-4e70ddf45e81f0631950978c4aa49a218756a3f4"],"organizer":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"involved":["ec-person-ee86c41d7473bc187090b8df8b593c8ea2faaf0c","eu-tr-56362448807-46"]}} -{"id":"ec-meeting-2017-03-09-e322674378f364b118954783eb0fd4a548f29229","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-09 - Cabinet of Commissioner Violeta Bulc x Deloitte Services & Investments"],"date":["2017-03-09"],"summary":["global transport lead and our EMEA lead for Infrastructure and Capital Projects"],"notes":["Portfolio: Transport"],"location":["Bruxelles"],"address":["Bruxelles"],"addressEntity":["addr-b58f5927b66d94a676970dc048485d4c6848f272"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-53994278504-37","ec-person-be830229e281863b280fbdedb9755116218a1b6d"]}} -{"id":"ec-meeting-2017-03-09-e5a33e1917f1d5b2c0deb641be69a40eb2dcc374","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-09 - Cabinet of Commissioner Phil Hogan x Ornua Co-operative Limited"],"date":["2017-03-09"],"summary":["•\thow EU customs controls can be avoided on the island (without a special status being granted to Northern Ireland which pushes the border controls to the GB mainland/Island of Ireland ports; •\telectronic controls with advance notification (and risk analysis being used to control a minimum volume of consignments) ; •\tIt does highlight the importance of the UK agreeing a customs union with the EU post Art 50 negotiations until we have a comprehensive FTA in place."],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels, BERL"],"address":["Brussels, BERL"],"addressEntity":["addr-3c3fa5f92474ebac668808553fbab6d1c14aa243"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-936068026248-82","ec-person-7d3caa534e5cdda6d5b949bd4b2def39356e3bec"]}} -{"id":"ec-meeting-2017-03-09-ed347c1e3929fc9ad6b9c878cea28b374550f653","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-09 - Cabinet of First Vice-President Frans Timmermans x International Rescue Committee Inc"],"date":["2017-03-09"],"summary":["Migration and asylum issues"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["ec-person-ee0e358952eb5192d26c98d36095038f6b8223f2","eu-tr-66790095679-26"]}} -{"id":"ec-meeting-2017-03-09-f31902b254bf16a9c9387b5ad5d7e82f99ce79c6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-09 - Cabinet of Commissioner Elżbieta Bieńkowska x Transport and Environment (European Federation for Transport and Environment)"],"date":["2017-03-09"],"summary":["Type approval"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-58744833263-19","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2017-03-10-153b49233f652f1980bf2512c071ec080c430ce5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-10 - Cabinet of Vice-President Andrus Ansip x Atlantic Council of the United States, Inc"],"date":["2017-03-10"],"summary":["Digital Single Market, White Paper"],"notes":["Portfolio: Digital Single Market"],"location":["Washington, USA"],"address":["Washington, USA"],"addressEntity":["addr-89e55c2488bc4d2f95601f3f6e96f4eea9eb2521"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-524686116124-73","ec-person-91ca0921c6790191daa54427311acd63035e7c9e","ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0"]}} -{"id":"ec-meeting-2017-03-10-395fc8c257fbce2203fe61fad12c6e87fa20d113","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-10 - Cabinet of Commissioner Tibor Navracsics x International Baccalaureate Organization"],"date":["2017-03-10"],"summary":["KEY compétences et compétences horizontales"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["eu-tr-030103826093-82","ec-person-1da7ee09d46288ee4ea9db2b644bdcf9c3d6d000"]}} -{"id":"ec-meeting-2017-03-10-4b4b1e42ff07011b010a047270263aba8609b315","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-10 - Cabinet of Vice-President Andrus Ansip x Symantec Corporation"],"date":["2017-03-10"],"summary":["Cybersecurity, free flow of data"],"notes":["Portfolio: Digital Single Market"],"location":["Washington, USA"],"address":["Washington, USA"],"addressEntity":["addr-89e55c2488bc4d2f95601f3f6e96f4eea9eb2521"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-3ca0c466b8ff230d4409591430b388007ce14ff8","ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0","ec-person-91ca0921c6790191daa54427311acd63035e7c9e","eu-tr-3612325809-89"]}} -{"id":"ec-meeting-2017-03-10-5082b43b1e25d0d686f4019df5a13f8b3bed2a67","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-10 - Cabinet of Commissioner Carlos Moedas x Association des Constructeurs Européens d'Automobiles Volvo AB"],"date":["2017-03-10"],"summary":["Annual EUCAR Reception"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-a45151b401196e9c374c9acdada9d8840da271ad","eu-tr-0649790813-47","eu-tr-51773601133-57"]}} -{"id":"ec-meeting-2017-03-10-7766ba5b4c4bf71524391696471bf1ea6d223568","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-10 - Cabinet of Vice-President Valdis Dombrovskis x Loan Market Association"],"date":["2017-03-10"],"summary":["Securitisation, CMU"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussles"],"address":["Brussles"],"addressEntity":["addr-e6ba3e89050fdfff2010d3fb9d2fbe42cd1cafd9"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-566455411423-81","ec-person-eec82261c60167b261e56ad1e2bfb4c482db6191"]}} -{"id":"ec-meeting-2017-03-10-972cc60cd09dde01f83911f6e14e20b6cba8c6e2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-10 - Cabinet of Vice-President Valdis Dombrovskis x Allianz SE"],"date":["2017-03-10"],"summary":["Solvency II, PEPP, CMU"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussles"],"address":["Brussles"],"addressEntity":["addr-e6ba3e89050fdfff2010d3fb9d2fbe42cd1cafd9"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-05503341949-54","ec-person-eec82261c60167b261e56ad1e2bfb4c482db6191"]}} -{"id":"ec-meeting-2017-03-10-a2c527a8505257f58f035392c67d322cec14c561","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-10 - Cabinet of Commissioner Elżbieta Bieńkowska x KIC InnoEnergy SE"],"date":["2017-03-10"],"summary":["batteries & raw material strategy"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-462849021886-85","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2017-03-10-c2684a4410570ac7f22cf4fed805f38e3be7a278","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-10 - Cabinet of First Vice-President Frans Timmermans x European Centre for Development Policy Management"],"date":["2017-03-10"],"summary":["Sustainable Development Goals"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["ec-person-7a0c440119cd5d547eceebb055c79b8bb41bf9a2","eu-tr-738492215435-82"]}} -{"id":"ec-meeting-2017-03-10-ca3c629fa27941ed3e97e8f7ced0bc48c7bf067f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-10 - Cabinet of Commissioner Violeta Bulc x Union Internationale des Chemins de Fer"],"date":["2017-03-10"],"summary":["Meeting with Jean-Pierre Loubinoux, DG of the International Union of Railways"],"notes":["Portfolio: Transport"],"location":["Paris"],"address":["Paris"],"addressEntity":["addr-22390ad11c32faec43fc61555b53607660b3c185"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-4d2b449b5047ea3fda435a2a1c1081e3babcdf76","ec-person-cb7aaf75b4c195481f149f904bc28b4e2ac2b7ab","eu-tr-101449923546-59"]}} -{"id":"ec-meeting-2017-03-10-df3e0984401b354f518884848b5f76f9cea870e4","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2017-03-10 - Cabinet of Vice-President Cecilia Malmström x EU-ASEAN Business Council"],"date":["2017-03-10"],"summary":["EU-ASEAN region-to-region FTA","EU-ASEAN Business Summit"],"notes":["Portfolio: Trade"],"location":["Manila"],"address":["Manila"],"addressEntity":["addr-9dbdcd77fca85fd2bbf6fa7177ac5db045e4cfa2"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-19b143e83f8ab978c55c8a9a9e49e06dbfa14bf3","eu-tr-614220318268-60"]}} -{"id":"ec-meeting-2017-03-13-0376c7313e968459ef2466c806c50c85094cf32f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-13 - Environment x European Recycling Platform SASU"],"date":["2017-03-13"],"summary":["Circular Economy, Waste proposal, WEEE Directive"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-env"],"involved":["eu-tr-194953315534-56","ec-person-3bc74ce04ea3f4ab4d91a5c88eef25b8b8a213b4"]}} -{"id":"ec-meeting-2017-03-13-161dffd223fb5fd8f052f8d8c7b618280f7b325b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-13 - Cabinet of Vice-President Andrus Ansip x Bureau Européen des Unions de Consommateurs"],"date":["2017-03-13"],"summary":["DSM Mid-term review"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-9505781573-45","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45"]}} -{"id":"ec-meeting-2017-03-13-1a6fc588385a9bb4ba02f8c7ad63eecad7c0dc4f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-13 - Climate Action x Eurelectric aisbl"],"date":["2017-03-13"],"summary":["EU ETS review"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-clima"],"involved":["ec-person-44c2f44f96dda2012bcb4e9abc749f6cae86a4c0","eu-tr-4271427696-87"]}} -{"id":"ec-meeting-2017-03-13-2a5c5286f7829d288cafba5b3b886b28dba1b70c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-13 - Cabinet of Vice-President Jyrki Katainen x Ford Motor Company"],"date":["2017-03-13"],"summary":["EU-US relations"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-7c9460f99c5872dbdc561f5752401c870d12e98b","eu-tr-21851435137-02"]}} -{"id":"ec-meeting-2017-03-13-44b843771fb24d1b23c1af77f7549d6ee8e3134a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-13 - Cabinet of Vice-President Andrus Ansip x Infineon Technologies AG BANCO BILBAO VIZCAYA ARGENTARIA Deutsche Telekom Atos SE (France) Airbus Ericsson Cybernetica AS"],"date":["2017-03-13"],"summary":["Cybersecurity, DSM mid-term review"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-10751968675-85","ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0","eu-tr-008490721879-35","eu-tr-2732167674-76","eu-tr-02021363105-42","eu-tr-090350412968-04","ec-person-3ca0c466b8ff230d4409591430b388007ce14ff8","eu-tr-249876817241-03","eu-tr-60052162589-72"]}} -{"id":"ec-meeting-2017-03-13-44cfa88985fb8488219bf94195ea130796606b0e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-13 - Regional and Urban Policy x European agri-cooperatives European farmers"],"date":["2017-03-13"],"summary":["Exchange of views on the current and future role of ESIF for rural areas"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-regio"],"involved":["ec-person-3bc647761a4c1a96c0e7b4c3729d7408a61558b0","eu-tr-09586631237-74","eu-tr-44856881231-49"]}} -{"id":"ec-meeting-2017-03-13-4583d8138ca1ce4f174d9a414c4445b91e729988","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-13 - Cabinet of Vice-President Jyrki Katainen x industriAll European Trade Union"],"date":["2017-03-13"],"summary":["Working Time"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-955e8c493ab54847bb92b65986f56a401f8eabee","eu-tr-358284014848-82"]}} -{"id":"ec-meeting-2017-03-13-79b09fbbe8706d4dc0c8e8897fcc2215245da612","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-13 - Cabinet of Commissioner Phil Hogan x Euro Foie Gras"],"date":["2017-03-13"],"summary":["Business discussion"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-617506516010-41","ec-person-400dd8d59d3060187d9b9b143d697da1a3d03c12"]}} -{"id":"ec-meeting-2017-03-13-81e75642373aa1d28a102568e55e82531d32aac1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-13 - Cabinet of Vice-President Maroš Šefčovič x SOLAR IMPULSE FOUNDATION"],"date":["2017-03-13"],"summary":["World Alliance for Efficient Solution"],"notes":["Portfolio: Energy Union"],"location":["Bxl"],"address":["Bxl"],"addressEntity":["addr-a93f951e252491eb62958a26858415dd581a71e0"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-569885924378-48","ec-person-9f6823821fe68d82e9b9dbe81181ecacb0265d94"]}} -{"id":"ec-meeting-2017-03-13-83272e5dcd3a4c50b06e91c114bbf788cee271d2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-13 - Cabinet of Commissioner Tibor Navracsics x Sennheiser electronic"],"date":["2017-03-13"],"summary":["Digital Single Market"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-49f31dad10f5641cb1d1e4c3107dd838389e8120","eu-tr-964686317955-51"]}} -{"id":"ec-meeting-2017-03-13-86e2265f0a5d761a96928f475d398e33fc810e73","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-13 - Cabinet of Commissioner Corina Crețu x The Node for Opportunities, Development, Environment"],"date":["2017-03-13"],"summary":["Presentation of The Node + Migration and Employment in Urban Innovative Actions"],"notes":["Portfolio: Regional Policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-corina-cretu-of"],"involved":["eu-tr-822108226286-65","ec-person-a8f47f7eb96bfb81929848b0ee89067bcbf0ce81"]}} -{"id":"ec-meeting-2017-03-13-991047d6d0686acedba91f485484270daff800a0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-13 - Cabinet of Commissioner Phil Hogan x Aliénor Euro Foie Gras"],"date":["2017-03-13"],"summary":["Business discussion"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-617506516010-41","ec-person-400dd8d59d3060187d9b9b143d697da1a3d03c12","eu-tr-204793610436-15"]}} -{"id":"ec-meeting-2017-03-13-a9c444d40ae392083303e050714a123018379ba6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-13 - Cabinet of Vice-President Miguel Arias Cañete x Stichting European Climate Foundation"],"date":["2017-03-13"],"summary":["Clean Economy"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-64869491516-70","ec-person-7e87a14bf64af274f1cfb85d6b64a405eea6217f"]}} -{"id":"ec-meeting-2017-03-13-bc93a7cb2565e79a35a7c04d79f87753e17f97ad","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-13 - Climate Action x Forum Energii"],"date":["2017-03-13"],"summary":["EU Climate Policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-clima"],"involved":["eu-tr-692020425876-28","ec-person-44c2f44f96dda2012bcb4e9abc749f6cae86a4c0"]}} -{"id":"ec-meeting-2017-03-13-cedad3a5cebe0a8c9fd6d18e07221950a51b0eb6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-13 - Cabinet of Commissioner Pierre Moscovici x Ford Motor Company"],"date":["2017-03-13"],"summary":["Exchange of views on economic outlook in the US and EU and ensuing economic policy agenda"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["eu-tr-21851435137-02","ec-person-ac604755dc7677c8653a5a5172e851f7c8e468b4"]}} -{"id":"ec-meeting-2017-03-13-d8e1d2f76fd8bd53c6411caf1d1c93a0daafea52","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-13 - Climate Action x European Association Automotive Suppliers"],"date":["2017-03-13"],"summary":["monitoring of HDV emissions / CO2 emissions from passenger cars"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-clima"],"involved":["ec-person-44c2f44f96dda2012bcb4e9abc749f6cae86a4c0","eu-tr-91408765797-03"]}} -{"id":"ec-meeting-2017-03-13-dca982bac9d84bb619f4729de059939013960c0b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-13 - Cabinet of Commissioner Vytenis Andriukaitis x Aliénor Euro Foie Gras"],"date":["2017-03-13"],"summary":["Avian influenza epidemic affecting the European foie gras sector"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["eu-tr-617506516010-41","ec-person-b9c3f19e7c5f216e3e508f931ddd6a9cb59376d1","ec-person-0dbfffeb0323f819c8d57164906086dd8639c437","eu-tr-204793610436-15"]}} -{"id":"ec-meeting-2017-03-14-0adedbc1c7db2389b4aeb6e89abc9a8baab48390","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-14 - Cabinet of Commissioner Elżbieta Bieńkowska x EuroCommerce"],"date":["2017-03-14"],"summary":["Services Package, Compliance Package, retail"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-84973761187-60","ec-person-b2f9be51339f054477846797e2c119fcf16548fc","ec-person-daef7f819b2f3ffe5e4f5d8eb2782954f3c4a4e2","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2017-03-14-16377feab1b41f65ba0a146427eaf00592b2c552","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-14 - Cabinet of Commissioner Tibor Navracsics x Sports Rights Owners' Coalition"],"date":["2017-03-14"],"summary":["Digital Single Market"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["eu-tr-422544515758-37","ec-person-49f31dad10f5641cb1d1e4c3107dd838389e8120"]}} -{"id":"ec-meeting-2017-03-14-60e29cf195c76a1bdf475badece9ea03ef6ed904","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-14 - Cabinet of Vice-President Miguel Arias Cañete x Nord Stream 2 AG"],"date":["2017-03-14"],"summary":["Nord Stream"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-1831691c10441c5974327bbeb8693d6b6c1e50c3","eu-tr-662856722412-20","ec-person-2229c857664a22dcb8eee79a8c05841fd3d0924f"]}} -{"id":"ec-meeting-2017-03-14-7e42f81f40c8f18b01edea4a13426f365582e81c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-14 - Environment x NATURGY ENERGY GROUP"],"date":["2017-03-14"],"summary":["NATURA 2000"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-env"],"involved":["eu-tr-67833029261-54","ec-person-3bc74ce04ea3f4ab4d91a5c88eef25b8b8a213b4"]}} -{"id":"ec-meeting-2017-03-14-b1035002c7eb5776801b685764609d6454dcfe1d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-14 - Environment x Airports Council International - European Region"],"date":["2017-03-14"],"summary":["Noise"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-env"],"involved":["eu-tr-42566063487-73","ec-person-3bc74ce04ea3f4ab4d91a5c88eef25b8b8a213b4"]}} -{"id":"ec-meeting-2017-03-14-da64dc20a1f64c5987893757875b5b7e05c657da","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-14 - Cabinet of Vice-President Andrus Ansip x BUSINESSEUROPE"],"date":["2017-03-14"],"summary":["DSM Mid-term review"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-6a03bc4fa7657513ea34529e98dba0671ef4c849","eu-tr-3978240953-79"]}} -{"id":"ec-meeting-2017-03-14-db092bd9195fbad6f911bab68de97bcb7b8a0a6a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-14 - Mobility and Transport x THALES"],"date":["2017-03-14"],"summary":["aerospace research, drones, cyber-security"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-move"],"involved":["ec-person-26cdfacae671b09917bee1a91c91973941fa58a2","eu-tr-91711831031-23"]}} -{"id":"ec-meeting-2017-03-14-eef3869d6a19b267e160f4f2957edd0d022d0ba5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-14 - Cabinet of Commissioner Phil Hogan x BREIZ EUROPE"],"date":["2017-03-14"],"summary":["Business discussion"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-c9d17d5879383b030f61a4066848249fb35d57e4","eu-tr-44968076843-33"]}} -{"id":"ec-meeting-2017-03-14-f7cf5e0bd0817b6ac28e54fb89d8863ae02e2034","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-14 - Cabinet of Commissioner Margrethe Vestager x Fédération des Entreprises du Commerce et de la Distribution"],"date":["2017-03-14"],"summary":["Competition matters in retail"],"notes":["Portfolio: Competition"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-margrethe-of-vestager"],"involved":["ec-person-0700cb0f43a2d20f4938902c4a086aca632d71fb","eu-tr-312806014237-16"]}} -{"id":"ec-meeting-2017-03-14-f86258b45677c6b39f92a251a237476cbb4e7bf2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-14 - Cabinet of Vice-President Andrus Ansip x Seznam.cz, a.s."],"date":["2017-03-14"],"summary":["DSM general, DSM Mid-term review"],"notes":["Portfolio: Digital Single Market"],"location":["Strasbourg"],"address":["Strasbourg"],"addressEntity":["addr-a7b90170b4a5bf2d1d09ccfd109b57e0a030cfc4"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-202560512850-84","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45"]}} -{"id":"ec-meeting-2017-03-15-1de74ac8231cd63101288fa89d76dc00fe17fdf3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-15 - Cabinet of Vice-President Günther Oettinger x Bundesverband der Deutschen Industrie e.V."],"date":["2017-03-15"],"summary":["winter package, energy"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-1771817758-48","ec-person-55a0b11edfe9b0b76e526f72b1ec2e9f2f74d5bc"]}} -{"id":"ec-meeting-2017-03-15-3a15f042e0ba5028d091982b09d8f7f417dad63c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-15 - Cabinet of Commissioner Christos Stylianides x Save the Children International"],"date":["2017-03-15"],"summary":["Syria"],"notes":["Portfolio: Humanitarian Aid & Crisis Management"],"location":["Brussels, Berlaymont"],"address":["Brussels, Berlaymont"],"addressEntity":["addr-2d842da4e8cf3dbd0304d45e6b874d5f0aa57edf"],"organizer":["ec-cabinet-christos-commissioner-of-stylianides"],"involved":["ec-person-2fc13fcb7185092e68bea299c3be5ed16c4bdaf0","eu-tr-11610562644-55"]}} -{"id":"ec-meeting-2017-03-15-3b18f4d0f811f4a4b21e895f20313464142a8bf8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-15 - Cabinet of Vice-President Cecilia Malmström x Wirtschaftskammer Österreich"],"date":["2017-03-15"],"summary":["CETA, JAPAN, Mercosur, Mexiko"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-cb8ca9ec2413722fa83484ed18dd76ace52d0118","eu-tr-10405322962-08"]}} -{"id":"ec-meeting-2017-03-15-5215956d108a0b89ee331169d6e30bb01978b5d7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-15 - Cabinet of Vice-President Neven Mimica x Fair Trade Advocacy Office"],"date":["2017-03-15"],"summary":["Benefits of fairtrade for producing communities"],"notes":["Portfolio: International Cooperation & Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-mimica-neven-of-president-vice"],"involved":["ec-person-e90858f5aba78fd0e1cb2f757c3f38d55d91f98b","eu-tr-20744335040-66"]}} -{"id":"ec-meeting-2017-03-15-7ab0a6cdce7a1199f0650deb4e8a50e9b70ac711","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2017-03-15 - Cabinet of Commissioner Violeta Bulc x Transport and Environment (European Federation for Transport and Environment)"],"date":["2017-03-15"],"summary":["Aviation","road package, vehicle standards, alternative fuels infra, budget"],"notes":["Portfolio: Transport"],"location":["Bruxelles","Brussels"],"address":["Bruxelles","Brussels"],"addressEntity":["addr-b58f5927b66d94a676970dc048485d4c6848f272","addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-9d4dc4867a44dfe10f67ae7ee1706da3e8b48a24","ec-person-e14c58f620f40325d829df7be0823280307bc15f","eu-tr-58744833263-19"]}} -{"id":"ec-meeting-2017-03-15-7fdc4178dc47ffa24cc253e3593b436b24a78e53","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-15 - Cabinet of Vice-President Miguel Arias Cañete x Gazprom"],"date":["2017-03-15"],"summary":["Gas market"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-1831691c10441c5974327bbeb8693d6b6c1e50c3","eu-tr-622135013267-04","ec-person-2229c857664a22dcb8eee79a8c05841fd3d0924f"]}} -{"id":"ec-meeting-2017-03-15-80efb957bfa90d71897bc403c0f3f52927c8e812","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-15 - Cabinet of Commissioner Marianne Thyssen x Netherlands house for Education and Research"],"date":["2017-03-15"],"summary":["Erasmus+ and New Skills Agenda"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["eu-tr-01678796979-90","ec-person-e93189002a993321fd1af93481b271c766b1aff8"]}} -{"id":"ec-meeting-2017-03-15-927f95621e43a68efffb34cf222845ac03809e15","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-15 - Cabinet of Commissioner Phil Hogan x European agri-cooperatives"],"date":["2017-03-15"],"summary":["Topics related to the meat sector"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-c9d17d5879383b030f61a4066848249fb35d57e4","eu-tr-09586631237-74"]}} -{"id":"ec-meeting-2017-03-15-a035390d2c578681b81113e04b3fd4367679305c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-15 - Cabinet of Vice-President Jyrki Katainen x BVI Bundesverband Investment und Asset Management e.V."],"date":["2017-03-15"],"summary":["ESA Review, AIFMD Review and systemic risks of asset managers"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-96816064173-47","ec-person-955e8c493ab54847bb92b65986f56a401f8eabee"]}} -{"id":"ec-meeting-2017-03-15-a79d92de1d26a20c621067a3e43574d5f6d207ab","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-15 - Inspire, Debate, Engage and Accelerate Action x Conférence des Régions Périphériques Maritimes d'Europe (CRPM)"],"date":["2017-03-15"],"summary":["Future of Europe"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-dg-idea"],"involved":["eu-tr-5546423688-07","ec-person-4fe56a64c00b3e81c851b5538878b32481bd7d3c"]}} -{"id":"ec-meeting-2017-03-15-c716db26eaf9effdedbcb3d12cafb317a6c2635b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-15 - Cabinet of Vice-President Cecilia Malmström x Friends of the Earth Europe Campact"],"date":["2017-03-15"],"summary":["Multilateral investment court"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-20ded9db5df11164331bb161fdf234b1e5ad53fd","ec-person-ce1312d2a248f71fe74eed58aa5915cfa445bbba","eu-tr-9825553393-31","eu-tr-424256523194-93"]}} -{"id":"ec-meeting-2017-03-15-e4d4fa2a701174b3378fbf7d6ce44f9a229543b5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-15 - Inspire, Debate, Engage and Accelerate Action x European Aluminium AISBL"],"date":["2017-03-15"],"summary":["Industrial Policy"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-dg-idea"],"involved":["eu-tr-9224280267-20","ec-person-4fe56a64c00b3e81c851b5538878b32481bd7d3c"]}} -{"id":"ec-meeting-2017-03-16-3ab57efc234dc31e08a9e4b2a5dac589ebf60e97","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-16 - Cabinet of Vice-President Valdis Dombrovskis x EuropeanIssuers"],"date":["2017-03-16"],"summary":["Prospectus"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-eec82261c60167b261e56ad1e2bfb4c482db6191","eu-tr-20935778703-23"]}} -{"id":"ec-meeting-2017-03-16-4b0eebb15ffe7cdf43b3af44e8581cb98c30a757","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-16 - Migration and Home Affairs x SGI Europe"],"date":["2017-03-16"],"summary":["Prep. Discussion with Social Partners (2nd European Dialogue on Skills and Migration)"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-home"],"involved":["ec-person-ae1262e8850ed1e9a0530b0ad7440ac648255896","eu-tr-59513031434-92"]}} -{"id":"ec-meeting-2017-03-16-5a3fea33f97f0b323454a88f5aa3848d635aba00","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-16 - Cabinet of Commissioner Violeta Bulc x EUROPORTE"],"date":["2017-03-16"],"summary":["rail matters"],"notes":["Portfolio: Transport"],"location":["Bruxelles"],"address":["Bruxelles"],"addressEntity":["addr-b58f5927b66d94a676970dc048485d4c6848f272"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-521341216901-93","ec-person-38b425c6d020cfa22f078b832d85df8ce504609f"]}} -{"id":"ec-meeting-2017-03-16-704a46d2e33ab3b1ca1aa018e93ebe58f95b692e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-16 - Cabinet of Commissioner Elżbieta Bieńkowska x European Tyre & Rubber Manufacturers' Association"],"date":["2017-03-16"],"summary":["priorities tyre industry including tyre and road wear particles"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-6025320863-10","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2017-03-16-7ae1739c8637b0d6e2bcfa8d0479b008825b445e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-16 - Cabinet of Commissioner Phil Hogan x Fédération nationale des producteurs de lait"],"date":["2017-03-16"],"summary":["CAP"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Langres, france"],"address":["Langres, france"],"addressEntity":["addr-90e35b4294f9228c5282486df4cfa49eb5616812"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-a1a78365cc4685b0958056646204977d8f2ead92","eu-tr-611631522622-61"]}} -{"id":"ec-meeting-2017-03-16-834c3a6929fcc9732fe89b9da62fe0a5a80e8dab","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-16 - Cabinet of Commissioner Vytenis Andriukaitis x Standing Committee of European Doctors"],"date":["2017-03-16"],"summary":["Securing the skills needed in the health sector"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["eu-tr-9276943405-41","ec-person-97425c615743576adc42e09bee7dac14f83f691b","ec-person-d462b3c7daeee00ad55e380a7fb96819f79899df"]}} -{"id":"ec-meeting-2017-03-16-aab679677775827c6d0494a8382c1ff279e8c4b4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-16 - Cabinet of Vice-President Johannes Hahn x Save the Children International"],"date":["2017-03-16"],"summary":["Living conditions in Syria"],"notes":["Portfolio: European Neighbourhood Policy & Enlargement Negotiations"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-hahn-johannes-of-president-vice"],"involved":["ec-person-643595d3a737c63fc95146b51292a4684ed1ca75","eu-tr-11610562644-55"]}} -{"id":"ec-meeting-2017-03-16-b708aa72d520e1bc87c8d52259bab5fe5f039ba2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-16 - Cabinet of Vice-President Cecilia Malmström x Software & Information Industry Association"],"date":["2017-03-16"],"summary":["Update on digital developments in EU and US"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-502425118410-86","ec-person-ce1312d2a248f71fe74eed58aa5915cfa445bbba"]}} -{"id":"ec-meeting-2017-03-16-b7d3cf1bfc7e0b74ede52507e022985b67fadb1a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-16 - Migration and Home Affairs x Migration Policy Institute Europe"],"date":["2017-03-16"],"summary":["MPI Europe's 5-Years Anniversary"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-home"],"involved":["ec-person-ae1262e8850ed1e9a0530b0ad7440ac648255896","eu-tr-643139016047-27"]}} -{"id":"ec-meeting-2017-03-16-c0dece1d5f78ad1c4b42cda274890a0bd1ce76bf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-16 - Climate Action x Public Power Corporation S.A."],"date":["2017-03-16"],"summary":["EU ETS review"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-clima"],"involved":["ec-person-44c2f44f96dda2012bcb4e9abc749f6cae86a4c0","eu-tr-806122522422-46"]}} -{"id":"ec-meeting-2017-03-16-cd70c01e9195ffa08e931129f38a1f102e24dda5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-16 - Cabinet of Commissioner Vytenis Andriukaitis x European Health Forum Gastein"],"date":["2017-03-16"],"summary":["Commissioner's participation in Gastein Forum"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["eu-tr-022328713595-61","ec-person-059ca943fc5fc696d2a97849c635ddf7b6ab7fd7","ec-person-d462b3c7daeee00ad55e380a7fb96819f79899df"]}} -{"id":"ec-meeting-2017-03-16-cf24a9d66ed02028b26146215b73c4a2dd9b3e19","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-16 - Cabinet of Vice-President Valdis Dombrovskis x CFA Institute"],"date":["2017-03-16"],"summary":["MiFiD, Investor Protection, CMU"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-89854211497-57","ec-person-eec82261c60167b261e56ad1e2bfb4c482db6191"]}} -{"id":"ec-meeting-2017-03-16-df0742f8aac693b755012aa2d82d0b8d9161a108","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-16 - Cabinet of Vice-President Andrus Ansip x Orange"],"date":["2017-03-16"],"summary":["Roaming, telecom review, 5G"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-76704342721-41","ec-person-666bc159c7e65a3af9e63c1e97435c02f1496955"]}} -{"id":"ec-meeting-2017-03-17-1550538caf3e1f936ca6708273d92a5864c9930b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-17 - Climate Action x International Council on Clean Transportation"],"date":["2017-03-17"],"summary":["CO2 emissions from transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-clima"],"involved":["ec-person-44c2f44f96dda2012bcb4e9abc749f6cae86a4c0","eu-tr-06250094777-73"]}} -{"id":"ec-meeting-2017-03-17-1cf4918f48f3b04126740e08d24542e9f1a7d9d6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-17 - Cabinet of Commissioner Elżbieta Bieńkowska x Van Bael & Bellis Callisto Group OÜ Tamro Eesti OU"],"date":["2017-03-17"],"summary":["pharmacy ownership issues"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-583164326209-86","eu-tr-546898526129-90","ec-person-b2f9be51339f054477846797e2c119fcf16548fc","eu-tr-913242026719-09"]}} -{"id":"ec-meeting-2017-03-17-4074afa7da5141a07dd5da7f765fae855db28682","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-17 - Cabinet of Vice-President Jyrki Katainen x EuroCommerce"],"date":["2017-03-17"],"summary":["Single Market Strategy"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-84973761187-60","ec-person-f9208d930adc70c6c64e21701e48f85f6f18e949"]}} -{"id":"ec-meeting-2017-03-17-54103662697cd0b391e9847e6d2af18a3d58c46d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-17 - Cabinet of High Representative / Vice-President Federica Mogherini x Barilla Center for Food & Nutrition Foundation"],"date":["2017-03-17"],"summary":["Presentation of the Group and the Foundation"],"notes":["Portfolio: Foreign Affairs and Security Policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"involved":["ec-person-44c0409df0e9c3a69a1fe1442fc91e31f6c2786b","eu-tr-79628483345-37"]}} -{"id":"ec-meeting-2017-03-17-7017ba1bddf94263c6481fe6aa66150a2884a6c0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-17 - Cabinet of Commissioner Corina Crețu x Uber"],"date":["2017-03-17"],"summary":["Future of Urban mobility"],"notes":["Portfolio: Regional Policy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-corina-cretu-of"],"involved":["ec-person-f5bd4d5d0170028815aba56ee7d4883f0fd70f47","eu-tr-002278013515-26"]}} -{"id":"ec-meeting-2017-03-17-751eb794cad9662957a37eec31d252d117003341","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-17 - Cabinet of Commissioner Carlos Moedas x The Royal Society"],"date":["2017-03-17"],"summary":["European Research & Innovation Policy Development"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["eu-tr-041898210470-66","ec-person-b8d49828915f9008e764a78796d47ea00807a658"]}} -{"id":"ec-meeting-2017-03-17-7a021fa96273c05e2d4d626875882a14be055692","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-17 - Environment x Associazione Peacelink"],"date":["2017-03-17"],"summary":["Industrial Emissions - Italy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-env"],"involved":["eu-tr-566948015021-66","ec-person-3bc74ce04ea3f4ab4d91a5c88eef25b8b8a213b4"]}} -{"id":"ec-meeting-2017-03-17-b3c9ebd8ac98541009e3d14b7cb62152fd0a4c1d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-17 - Cabinet of Vice-President Andrus Ansip x Eutelsat"],"date":["2017-03-17"],"summary":["Satellite and connectivity, telecom review"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-746025510283-01","ec-person-666bc159c7e65a3af9e63c1e97435c02f1496955"]}} -{"id":"ec-meeting-2017-03-17-cf25c174887be91edd46d85b1edecabe0f787bc7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-17 - Cabinet of Commissioner Vytenis Andriukaitis x MSD (Europe), Inc. (Merck Sharp & Dohme)"],"date":["2017-03-17"],"summary":["AMR"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["eu-tr-09824113589-92","ec-person-c986c9ff99d99d8006e000db5a8046be615813ae","ec-person-059ca943fc5fc696d2a97849c635ddf7b6ab7fd7"]}} -{"id":"ec-meeting-2017-03-17-d08179aa931c1f89ecfe91573c0c1c3bad98f210","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-17 - Cabinet of Commissioner Violeta Bulc x Airbus"],"date":["2017-03-17"],"summary":["Meeting with Senior Vice President Nathalie Errard"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-5012c5e45a52ee8ce67d19c1781a127af53e73e7","ec-person-9d4dc4867a44dfe10f67ae7ee1706da3e8b48a24","eu-tr-2732167674-76"]}} -{"id":"ec-meeting-2017-03-20-0d95d1bb9bf40d8a2acc7b96d483d1b9dd643a1f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-20 - Cabinet of Commissioner Marianne Thyssen x SGI Europe"],"date":["2017-03-20"],"summary":["Pillar of Social Rights, Work-Life Balance, Working Time Directive"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["ec-person-c508e9337eca6b067c1f966b82de49c4824a3ad0","eu-tr-59513031434-92"]}} -{"id":"ec-meeting-2017-03-20-0f8485a624dc584e3b9f46a150f9c3c23a77f88e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-20 - Cabinet of Vice-President Andrus Ansip x Liberty Global Corporate B.V."],"date":["2017-03-20"],"summary":["Telecom review"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-82853397708-89","ec-person-666bc159c7e65a3af9e63c1e97435c02f1496955"]}} -{"id":"ec-meeting-2017-03-20-173c5a378a748564ceb2620e74cda60c371a8026","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-20 - Cabinet of Vice-President Cecilia Malmström x Arla Foods amba"],"date":["2017-03-20"],"summary":["EU dairy sector and trade"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-98880f3f4206145e196013db9dd806a551c11e06","eu-tr-479299526321-12"]}} -{"id":"ec-meeting-2017-03-20-21ecdda3346930aae36d6fde904eb472eda302ca","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-20 - Cabinet of Vice-President Andrus Ansip x Deutsches Forschungszentrum für Künstliche Intelligenz DFKI GmbH"],"date":["2017-03-20"],"summary":["Artificial Intelligence"],"notes":["Portfolio: Digital Single Market"],"location":["Hannover"],"address":["Hannover"],"addressEntity":["addr-0e0e34e0604fb3bbfb4c64c5c0f7d1bcc81d9f78"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-5db7bdd1c81da2e70eb5b982097d0004111b5c3e","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45","ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0","eu-tr-812201615063-80"]}} -{"id":"ec-meeting-2017-03-20-2bee6c1be636f616428e9d6d62c4140ec3df69db","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-20 - Cabinet of Commissioner Tibor Navracsics x European Agency for Special Needs and Inclusive Education"],"date":["2017-03-20"],"summary":["Education inclusive"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["eu-tr-609904815975-13","ec-person-1da7ee09d46288ee4ea9db2b644bdcf9c3d6d000"]}} -{"id":"ec-meeting-2017-03-20-2fd6dfa435e6a2598b36f6f63dcdce5e98bdbf15","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-20 - Cabinet of Commissioner Corina Crețu x CEE Bankwatch Network"],"date":["2017-03-20"],"summary":["COHESION POLICY - NEXT MFF, etc."],"notes":["Portfolio: Regional Policy"],"location":["BRUSSELS"],"address":["BRUSSELS"],"addressEntity":["addr-f74337897287bf1b546f30505f5b1f693a87af50"],"organizer":["ec-cabinet-commissioner-corina-cretu-of"],"involved":["ec-person-b6d8ffa1f6c665ea8de36b048d1320f9fe4a52fa","eu-tr-93834493808-49"]}} -{"id":"ec-meeting-2017-03-20-3000365640b6b2d31c033bc7b1c97c734ae39c97","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-20 - Cabinet of Commissioner Věra Jourová x Google"],"date":["2017-03-20"],"summary":["Code of Conduct"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["eu-tr-03181945560-59","ec-person-1e0e3a00ab815dea7c5b839b002ed2c7e34bfe0a"]}} -{"id":"ec-meeting-2017-03-20-30096029eb2432ef53ce1442939602e5aaff8706","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-20 - Cabinet of Vice-President Günther Oettinger x Bayerischer Bauernverband"],"date":["2017-03-20"],"summary":["future of the EU budget"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-193322312286-94","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2017-03-20-37f9aa7460933822eed5e100dbe91dc60fc1e121","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-20 - Cabinet of Commissioner Margrethe Vestager x IETM international network for contemporary performing arts"],"date":["2017-03-20"],"summary":["EU Cultural Policy"],"notes":["Portfolio: Competition"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-margrethe-of-vestager"],"involved":["ec-person-947ab3027ba90ce15968614ce35c12506b7a43ac","eu-tr-55642894775-05"]}} -{"id":"ec-meeting-2017-03-20-520dfa6ff1b064a82507a5b7d224bdfc0209c32f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-20 - Cabinet of Vice-President Günther Oettinger x Deutsches Aktieninstitut"],"date":["2017-03-20"],"summary":["Capital Market Union"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["ec-person-1a98ebdc65a0fda494d1f6eb6fb74247a3036490","eu-tr-38064081304-25"]}} -{"id":"ec-meeting-2017-03-20-57c14d67ee659a5cfd065abcb96117cb92d09ede","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-20 - Cabinet of President Jean-Claude Juncker x Seznam.cz, a.s."],"date":["2017-03-20"],"summary":["Digital Single Market"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-44a061693f35519551be0e3dab996e76ad3f8c7c","eu-tr-202560512850-84"]}} -{"id":"ec-meeting-2017-03-20-5f71563f489ea4bf98f2be1ce1ee9d72f2c13ec5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-20 - Taxation and Customs Union x The Smoke Free Partnership"],"date":["2017-03-20"],"summary":["Discussion on the revision of the Tobacco Tax Directive 2011/64/EU"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-taxud"],"involved":["eu-tr-6403725595-50","ec-person-3173c1cc052827c58f23ccd3a8de07534f0d35bd"]}} -{"id":"ec-meeting-2017-03-20-64b9d69c496a0e5ea6f7ece87ca03573a8454e46","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-20 - Financial Stability, Financial Services and Capital Markets Union x CAISSE DES DEPOTS"],"date":["2017-03-20"],"summary":["Le rôle joué par l’investissement de long terme comme élément de réponse à la crise; l’état d’avancement des travaux sur l’Union des marchés de capitaux;le renforcement de l’Union bancaire."],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-84606487324-44","ec-person-bdee7a93f95c8ef05079539170139b3c02e8ed96"]}} -{"id":"ec-meeting-2017-03-20-68452796b028cf557b39b09fd4e7ffa252acd698","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-20 - Cabinet of Vice-President Andrus Ansip x Deutsche Telekom"],"date":["2017-03-20"],"summary":["Broadband"],"notes":["Portfolio: Digital Single Market"],"location":["Hannover"],"address":["Hannover"],"addressEntity":["addr-0e0e34e0604fb3bbfb4c64c5c0f7d1bcc81d9f78"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-5db7bdd1c81da2e70eb5b982097d0004111b5c3e","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45","ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0","eu-tr-60052162589-72"]}} -{"id":"ec-meeting-2017-03-20-75d2be47d79728bc57b36e1b1be5bc6fc768406a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-20 - Cabinet of Vice-President Miguel Arias Cañete x Emerson Electric Co."],"date":["2017-03-20"],"summary":["Energy efficiency"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-338567616061-91","ec-person-25a937c04cd0a0ddcf5cf34798e76b5105854114"]}} -{"id":"ec-meeting-2017-03-20-7f0dcc7224069120e97a69ff81b1651ed5254658","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-20 - Cabinet of Vice-President Jyrki Katainen x Maa- ja metsätaloustuottajain Keskusliitto – Central Union of Agricultural Producers and Forest Owners"],"date":["2017-03-20"],"summary":["Future of the CAP and MFF"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90","eu-tr-56039441735-48"]}} -{"id":"ec-meeting-2017-03-20-89e68d5437f4313f06a024d8e774e20f28bbb700","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-20 - Cabinet of Commissioner Corina Crețu x Energy Cities"],"date":["2017-03-20"],"summary":["Urban dimension in the MFF Cycle"],"notes":["Portfolio: Regional Policy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-corina-cretu-of"],"involved":["eu-tr-11514322965-05","ec-person-f5bd4d5d0170028815aba56ee7d4883f0fd70f47"]}} -{"id":"ec-meeting-2017-03-20-9eeefcb62968968f25d7124b79b6470f5efd03eb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-20 - Cabinet of Commissioner Violeta Bulc x COBATY International"],"date":["2017-03-20"],"summary":["E3PO évènement"],"notes":["Portfolio: Transport"],"location":["Bruxelles"],"address":["Bruxelles"],"addressEntity":["addr-b58f5927b66d94a676970dc048485d4c6848f272"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-be830229e281863b280fbdedb9755116218a1b6d","eu-tr-83141557347-02"]}} -{"id":"ec-meeting-2017-03-20-a4ee4e4e52d963c7d9e49c8892df55e806d70502","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-20 - Cabinet of Vice-President Günther Oettinger x CEE Bankwatch Network Climate Action Network Europe"],"date":["2017-03-20"],"summary":["EU budget"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["ec-person-1a98ebdc65a0fda494d1f6eb6fb74247a3036490","eu-tr-55888811123-49","eu-tr-93834493808-49"]}} -{"id":"ec-meeting-2017-03-20-a600f93b3d3eec7ad9f45928b5cf7164e0766f3f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-20 - Cabinet of President Jean-Claude Juncker x CAISSE DES DEPOTS"],"date":["2017-03-20"],"summary":["Meeting with Mr Pierre-René LEMAS on implementation of the Juncker Plan"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-84606487324-44","ec-person-29c106b0461ffd79e95f0119bdd363fd3c7c3ab3","ec-person-c402e34a99fbee730ae22e3b1958e21c94dc6fcc"]}} -{"id":"ec-meeting-2017-03-20-d4f06496be60314d100521f0086883017d197813","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-20 - Cabinet of Commissioner Pierre Moscovici x European Steel Tube Association"],"date":["2017-03-20"],"summary":["customs issues"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["ec-person-1d299d025d2afdcba46db3d131b6197fab6e0c89","eu-tr-52986552165-55"]}} -{"id":"ec-meeting-2017-03-20-d830ca7b59537350ce93089aa9a7b84723f3c8fe","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-20 - Cabinet of Commissioner Phil Hogan x Irish Creamery Milk Suppliers Association"],"date":["2017-03-20"],"summary":["AGRI matters"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-400dd8d59d3060187d9b9b143d697da1a3d03c12","eu-tr-58690875697-56"]}} -{"id":"ec-meeting-2017-03-20-eec82b74e1842191a27ea620de883f47393d42c9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-20 - Cabinet of Commissioner Vytenis Andriukaitis x Fondazione Banco Alimentare Onlus"],"date":["2017-03-20"],"summary":["Faithful to the mission with renewed energy"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["eu-tr-97769838689-79","ec-person-0dbfffeb0323f819c8d57164906086dd8639c437"]}} -{"id":"ec-meeting-2017-03-21-1c2592c053f9a7623fa65952c3f67d1dc3270249","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-21 - Cabinet of Vice-President Günther Oettinger x Verband Kommunaler Unternehmen e.V."],"date":["2017-03-21"],"summary":["Whitepaper"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-1420587986-32","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2017-03-21-2545435d6221d3c2af6ea0e51b60d9ccebaaccf4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-21 - Cabinet of Vice-President Jyrki Katainen x Metsäliitto Cooperative"],"date":["2017-03-21"],"summary":["Energy policy"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-f9208d930adc70c6c64e21701e48f85f6f18e949","eu-tr-962687110415-94"]}} -{"id":"ec-meeting-2017-03-21-255ba08579e11bb6f06a381bf2fc3054021086de","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-21 - Cabinet of Vice-President Neven Mimica x World Vision Brussels & EU Representation ivzw/aisbl"],"date":["2017-03-21"],"summary":["Follow-up on the joint organisation of an event on preventing violence against girls"],"notes":["Portfolio: International Cooperation & Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-mimica-neven-of-president-vice"],"involved":["eu-tr-64689102746-48","ec-person-b187f3955c71d2e1daa48e02fd0a09ab7c6f6098"]}} -{"id":"ec-meeting-2017-03-21-256e95429425d07acc695ca47fcdb4dc8f82b448","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-21 - Cabinet of Vice-President Jyrki Katainen x European Association of Research and Technology Organisations"],"date":["2017-03-21"],"summary":["Smart specialization"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-48918086666-95","ec-person-bb70699c722c1620ec520e8a4d32911a32ae078c"]}} -{"id":"ec-meeting-2017-03-21-2597358b8cee881202bc5dc08c44e364f7a87273","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-21 - Cabinet of Vice-President Valdis Dombrovskis x NASDAQ"],"date":["2017-03-21"],"summary":["MiFiD, LSE/DB merger"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-76648765687-29","ec-person-eec82261c60167b261e56ad1e2bfb4c482db6191"]}} -{"id":"ec-meeting-2017-03-21-36d03ba278102f7ce72c0271835fb5ece4811587","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-21 - Environment x BOSQUES SIN FRONTERAS"],"date":["2017-03-21"],"summary":["Forest management / Tree of the Year"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-env"],"involved":["eu-tr-945508926132-15","ec-person-3bc74ce04ea3f4ab4d91a5c88eef25b8b8a213b4"]}} -{"id":"ec-meeting-2017-03-21-478bef5eece3989f8b16898395c433cd527aa84e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-21 - Cabinet of Commissioner Tibor Navracsics x Union of European Football Associations"],"date":["2017-03-21"],"summary":["Coopération EU/UEFA"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-49f31dad10f5641cb1d1e4c3107dd838389e8120","eu-tr-39217046408-27"]}} -{"id":"ec-meeting-2017-03-21-71cb3edd56e69c20d383f757d82f6fa0daf93b86","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-21 - Cabinet of Commissioner Věra Jourová x BUSINESSEUROPE"],"date":["2017-03-21"],"summary":["JLR study, collective redress"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["eu-tr-3978240953-79","ec-person-184e698af1eb9e33b179680570ca171d8cb31c94"]}} -{"id":"ec-meeting-2017-03-21-9a223d2a6f68aa8c36c574f490d3f46f852526c0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-21 - Cabinet of Commissioner Vytenis Andriukaitis x Mars Incorporated"],"date":["2017-03-21"],"summary":["The benefits of pet ownership for healthy active aging"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-0dbfffeb0323f819c8d57164906086dd8639c437","eu-tr-99937329074-65"]}} -{"id":"ec-meeting-2017-03-21-a7704e7156c0bf6902825d28d1530bf7170d0c1b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-21 - Mobility and Transport x Honeywell Europe NV"],"date":["2017-03-21"],"summary":["SESAR"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-move"],"involved":["eu-tr-75311753240-67","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2017-03-21-ad59487d45e0ce1e123e1131d128a68a120be56c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-21 - Cabinet of Commissioner Christos Stylianides x International Rescue Committee Inc"],"date":["2017-03-21"],"summary":["Humanitarian Priorities 2017"],"notes":["Portfolio: Humanitarian Aid & Crisis Management"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-christos-commissioner-of-stylianides"],"involved":["ec-person-de605a3492bf8716a72a814958f304a939e828b3","eu-tr-66790095679-26"]}} -{"id":"ec-meeting-2017-03-21-b328383d7635b98e9b900e4cfedec1eda716ed9c","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2017-03-21 - Cabinet of Commissioner Phil Hogan x European Meat Network"],"date":["2017-03-21"],"summary":["Business discussion","Agri matters"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-400dd8d59d3060187d9b9b143d697da1a3d03c12","ec-person-a1a78365cc4685b0958056646204977d8f2ead92","eu-tr-376515721995-15"]}} -{"id":"ec-meeting-2017-03-21-b8d9c86a8e22b18d172b48aebf040fbe757a11f3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-21 - Cabinet of Commissioner Carlos Moedas x Norwegian University of Science and Technology"],"date":["2017-03-21"],"summary":["STARMUS IV Festival"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-f7ccc3ad366dd2fdb24870e1c02ff2763539c82f","eu-tr-886395221039-89"]}} -{"id":"ec-meeting-2017-03-21-b9218b3946beadb5f19f871ae2cd743485f2bad0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-21 - Cabinet of Commissioner Violeta Bulc x International Air Transport Association"],"date":["2017-03-21"],"summary":["Aviation"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-1805107590-28","ec-person-9d4dc4867a44dfe10f67ae7ee1706da3e8b48a24"]}} -{"id":"ec-meeting-2017-03-21-b9cf2063d2aa3b76ccdfb0c8c8f056aa762037ae","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-21 - Cabinet of Vice-President Andrus Ansip x IBM Corporation"],"date":["2017-03-21"],"summary":["Blockchain Technology"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-7721359944-96","ec-person-0f698e3a0cc0bd6a02e1bd386a25cedc1366f3f1"]}} -{"id":"ec-meeting-2017-03-21-bb4b171a61dae2965b7bcb4aa778028cbf0ca89f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-21 - Cabinet of Vice-President Valdis Dombrovskis x MARSH & McLENNAN COMPANIES FRANCE"],"date":["2017-03-21"],"summary":["Regulations and environment in US government"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-117683115792-20","ec-person-f376b1eca739c662d2385062249507f23f4ca67e"]}} -{"id":"ec-meeting-2017-03-21-bfb6a5086490d1076851f439a6abdcebe93b4004","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-21 - Cabinet of Vice-President Miguel Arias Cañete x Weber Shandwick"],"date":["2017-03-21"],"summary":["CCS / NER 300 funding / Clean hydrogen in heating & transport sector / CCU-derived fuels under the RED"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-52836621780-65","ec-person-25a937c04cd0a0ddcf5cf34798e76b5105854114"]}} -{"id":"ec-meeting-2017-03-21-c07fe51619e589f83144848bd2c09c6f67bea9e9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-21 - Cabinet of Commissioner Elżbieta Bieńkowska x None"],"date":["2017-03-21"],"summary":["Reach evaluation"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-61650796093-48","eu-tr-0346440357-87","eu-tr-55820581197-35","eu-tr-47031804648-91","eu-tr-64879142323-90","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029","eu-tr-70941697936-72"]}} -{"id":"ec-meeting-2017-03-21-cff3ec99e3984aac02e436b1c15b436522222724","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-21 - European Neighbourhood and Enlargement Negotiations x UniCredit"],"date":["2017-03-21"],"summary":["Neigbourhood and Enlargement Negotiations"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-near"],"involved":["ec-person-1160ccf35947f06f1629cad85b9f162eb5575780","eu-tr-03094871618-32"]}} -{"id":"ec-meeting-2017-03-21-d9c331b1fda2b7f1bea4c1f739b842de38f766be","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-21 - Cabinet of Vice-President Johannes Hahn x International Rescue Committee Inc"],"date":["2017-03-21"],"summary":["Syria Conference and Libya"],"notes":["Portfolio: European Neighbourhood Policy & Enlargement Negotiations"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-hahn-johannes-of-president-vice"],"involved":["ec-person-643595d3a737c63fc95146b51292a4684ed1ca75","eu-tr-66790095679-26"]}} -{"id":"ec-meeting-2017-03-21-e04cbbd80037f941b8746bfea94f83521780f099","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-21 - Cabinet of Vice-President Neven Mimica x Lumos Foundation"],"date":["2017-03-21"],"summary":["Protection of children in development cooperation"],"notes":["Portfolio: International Cooperation & Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-mimica-neven-of-president-vice"],"involved":["ec-person-e90858f5aba78fd0e1cb2f757c3f38d55d91f98b","eu-tr-849607914394-57"]}} -{"id":"ec-meeting-2017-03-21-e1a413ecb984e8bad436eb38ecfcefd738b8f582","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-21 - Energy x ETIP Zero Emissions Platform"],"date":["2017-03-21"],"summary":["European energy policy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-793300922868-60","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2017-03-21-e34676d505db79d2c681775a3970cd7bbe09ffc1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-21 - Cabinet of Vice-President Cecilia Malmström x Bundesverband der Deutschen Industrie e.V."],"date":["2017-03-21"],"summary":["Current state of play in Trade negotiations, notably Japan and Mercosur; investment protection; sustainable development; dual fuels."],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-1771817758-48","ec-person-ce1312d2a248f71fe74eed58aa5915cfa445bbba","ec-person-20ded9db5df11164331bb161fdf234b1e5ad53fd"]}} -{"id":"ec-meeting-2017-03-21-e49d935f8d4478d7e0462a18c5b93b7f271f4a72","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-21 - Cabinet of Commissioner Elżbieta Bieńkowska x McLarty Associates"],"date":["2017-03-21"],"summary":["current issues"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["ec-person-6cd920669457898c6304ed6a599a852d84518227","ec-person-d2997a7f359c91a337055c3e24dd36bf928de38d","eu-tr-502376418704-34"]}} -{"id":"ec-meeting-2017-03-21-e7fba626d141a5bca41d3d3e74b1727b34a227fe","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-21 - Cabinet of Vice-President Maroš Šefčovič x Business Bridge Europe"],"date":["2017-03-21"],"summary":["Space; research and innovation under the Energy Union"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-2be517b9261a91f2f07e05ec14c6331980e9716e","eu-tr-72856225852-31"]}} -{"id":"ec-meeting-2017-03-21-e95ad9d56a8e5fcc376d7360f6d7b1869eaf5e6d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-21 - Cabinet of High Representative / Vice-President Federica Mogherini x UniCredit"],"date":["2017-03-21"],"summary":["Introduction of the Group"],"notes":["Portfolio: Foreign Affairs and Security Policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"involved":["ec-person-44c0409df0e9c3a69a1fe1442fc91e31f6c2786b","eu-tr-03094871618-32"]}} -{"id":"ec-meeting-2017-03-21-f5c7696d094c150da6cebe1f7fbb8c89c130ff06","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-21 - Cabinet of Vice-President Günther Oettinger x ZEW – Leibniz-Zentrum für Europäische Wirtschaftsforschung GmbH Mannheim"],"date":["2017-03-21"],"summary":["EU budget"],"notes":["Portfolio: Budget & Human Resources"],"location":["Mannheim"],"address":["Mannheim"],"addressEntity":["addr-b3a003fdd4116c9c93708d3dee434ee804ab6c4e"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-434704921254-49","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2017-03-21-fd3a9c5b7d79b0c0a085fa41bd3144338a6f7ef4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-21 - Environment x ECOEMBALAJES ESPAÑA, S.A."],"date":["2017-03-21"],"summary":["Circular Economy package, \"TheCircularLab\""],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-env"],"involved":["eu-tr-159298416382-03","ec-person-3bc74ce04ea3f4ab4d91a5c88eef25b8b8a213b4"]}} -{"id":"ec-meeting-2017-03-22-0765626f6a71141d6c2dfb66a111d0c1d7988102","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-22 - Cabinet of Vice-President Günther Oettinger x ING Group"],"date":["2017-03-22"],"summary":["Financial Services policy"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-12112965774-95","ec-person-1a98ebdc65a0fda494d1f6eb6fb74247a3036490"]}} -{"id":"ec-meeting-2017-03-22-080411aad0bb31f1e1316d00a7ad98441f953cb9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-22 - Cabinet of Commissioner Pierre Moscovici x Flint Europe"],"date":["2017-03-22"],"summary":["Discussion on the state of play on VAT reform, CCCTB, anti tax avoidance and own resources"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["ec-person-1d299d025d2afdcba46db3d131b6197fab6e0c89","eu-tr-718251720163-42","ec-person-738f7f25002d191bd2df8936e8f8d1d726c19e2e"]}} -{"id":"ec-meeting-2017-03-22-2054b962fa1ab9c34211412d7ed31c7a95f2cbba","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-22 - Cabinet of Vice-President Valdis Dombrovskis x ICI Global"],"date":["2017-03-22"],"summary":["Fund Distribution, PEPP"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-296711210890-30","ec-person-eec82261c60167b261e56ad1e2bfb4c482db6191"]}} -{"id":"ec-meeting-2017-03-22-490d066af0f7bb13f587359e3ae6d9cb13a19009","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-22 - Cabinet of Vice-President Günther Oettinger x Robert Bosch GmbH"],"date":["2017-03-22"],"summary":["Connected and Automated Driving"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-8999533555-91","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2017-03-22-4cbbc93659b36614edc9d697cd8f96e95c279e5d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-22 - Cabinet of Commissioner Violeta Bulc x Conference of Peripheral Maritime Regions (CRPM)"],"date":["2017-03-22"],"summary":["Maritime issues"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-5546423688-07","ec-person-dd7851e4a1e747e824b4f81139e33bc3cdb73160"]}} -{"id":"ec-meeting-2017-03-22-66a74db3af894f76cf1091184e137a4a8e525754","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-22 - Cabinet of Vice-President Günther Oettinger x Verband der Automobilindustrie"],"date":["2017-03-22"],"summary":["future of Europe"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-95574664768-90","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2017-03-22-66fc1ad4ef47115712cd3e9b66df75b6d695d2dd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-22 - Cabinet of Vice-President Miguel Arias Cañete x FuelsEurope"],"date":["2017-03-22"],"summary":["Energy efficiency"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-26207914726-42","ec-person-25a937c04cd0a0ddcf5cf34798e76b5105854114"]}} -{"id":"ec-meeting-2017-03-22-6ca710800a98f2ee5b87c7ae9c52739e87ecfef9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-22 - Cabinet of Vice-President Karmenu Vella x European Tyre & Rubber Manufacturers' Association"],"date":["2017-03-22"],"summary":["Tyre dust"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["ec-person-98899253aaaa8e936aec841aef4a31c3573bbfad","eu-tr-6025320863-10"]}} -{"id":"ec-meeting-2017-03-22-75be943b8cefea8beb6a93d56ee05d3c62f1133a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-22 - Cabinet of Commissioner Věra Jourová x Conseil des Communes et Régions d'Europe"],"date":["2017-03-22"],"summary":["Gender equality"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-5455ecfabb89025694c798deac08160a2be17d94","eu-tr-81142561702-61"]}} -{"id":"ec-meeting-2017-03-22-8286e8e6a6f941e2cef7d844b6b5f88ec3548ca4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-22 - Cabinet of Vice-President Günther Oettinger x EKD-Büro Brüssel / EKD-Office Brussels"],"date":["2017-03-22"],"summary":["Herausforderungen/Zukunft EU"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911","eu-tr-61973396926-78"]}} -{"id":"ec-meeting-2017-03-22-9623c00951068fa7237465ebd0327a7d46967b5b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-22 - Cabinet of Vice-President Jyrki Katainen x Fleishman-Hillard"],"date":["2017-03-22"],"summary":["Capital Markets Union"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-56047191389-84","ec-person-955e8c493ab54847bb92b65986f56a401f8eabee"]}} -{"id":"ec-meeting-2017-03-22-9c38dc7c0f9d12fde19cb85aadbf2f3958207388","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-22 - Cabinet of Commissioner Elżbieta Bieńkowska x Siemens AG YIT Corporation Association of European Businesses Alstom BP p.l.c. Coleman Services UK Volkswagen Aktiengesellschaft"],"date":["2017-03-22"],"summary":["trade barriers between EU and Russian federation"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-3394026642-58","eu-tr-970674526310-16","eu-tr-6504541970-40","ec-person-b2f9be51339f054477846797e2c119fcf16548fc","eu-tr-849798415326-80","eu-tr-4266797770-31","eu-tr-803907526295-07","eu-tr-43284012043-03"]}} -{"id":"ec-meeting-2017-03-22-9db08661ee93c18584f4d677a56a210144e19004","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-22 - Cabinet of Commissioner Pierre Moscovici x Association of European Businesses"],"date":["2017-03-22"],"summary":["Current economic situation and investment climate in Russia, Customs transit issues"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["eu-tr-849798415326-80","ec-person-18ec03f403696ecde522f7843ba9c4ff6335ead4"]}} -{"id":"ec-meeting-2017-03-22-9f430a78f95d5e20dc774c78a2484500c2aaf072","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-22 - Cabinet of President Jean-Claude Juncker x SALESAS TRES CENTRO DE ESTUDIOS"],"date":["2017-03-22"],"summary":["Conference on Global Powers, Institutions and Governance"],"notes":["Portfolio: President"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-400183910694-08","ec-person-442e08d247d72bdef0fce4bf17477efe2a5bfe49"]}} -{"id":"ec-meeting-2017-03-22-b6e8d01b6493d8b43595fb6d7a804ba5fddf3b30","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-22 - Cabinet of Commissioner Phil Hogan x Polski Związek Hodowców i Producentów Trzody Chlewnej \"POLSUS\""],"date":["2017-03-22"],"summary":["address conference"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-068516110787-28","ec-person-a1a78365cc4685b0958056646204977d8f2ead92"]}} -{"id":"ec-meeting-2017-03-22-b82a01d3529c598345f6857348474fe18e02cf19","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-22 - Cabinet of Vice-President Cecilia Malmström x Association of European Businesses"],"date":["2017-03-22"],"summary":["EU-Russia relations"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-19b143e83f8ab978c55c8a9a9e49e06dbfa14bf3","eu-tr-849798415326-80"]}} -{"id":"ec-meeting-2017-03-22-cda3af5e1fb97400182d77d20f75d2754d37a8ed","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-22 - Energy x Eesti Energia Aktsiaselts"],"date":["2017-03-22"],"summary":["Energy policy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-727640226367-07","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2017-03-22-d9cbeb8bd47510e683dce514787cac87f541f095","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-22 - Cabinet of Commissioner Violeta Bulc x KLM Royal Dutch Airlines"],"date":["2017-03-22"],"summary":["Aviation Issues"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-9d4dc4867a44dfe10f67ae7ee1706da3e8b48a24","eu-tr-76441066192-30"]}} -{"id":"ec-meeting-2017-03-22-db8afd55800b4686aa580d39938a328d69e3448d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-22 - Cabinet of Commissioner Dimitris Avramopoulos x Europäische Stabilitäts-Initiative e.V."],"date":["2017-03-22"],"summary":["Migration"],"notes":["Portfolio: Migration, Home Affairs and Citizenship"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-avramopoulos-cabinet-commissioner-dimitris-of"],"involved":["ec-person-e786479f71eb21bc0a291dd644b61d86e09beb13","eu-tr-545618415097-69","ec-person-d308eca84bd91d5045ed0282e8e04787597508ee"]}} -{"id":"ec-meeting-2017-03-22-de4995d82d5b49736864308b89dbba8e404c51c5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-22 - Cabinet of Commissioner Dimitris Avramopoulos x Human Rights Watch"],"date":["2017-03-22"],"summary":["Migration in Poland and Hungary"],"notes":["Portfolio: Migration, Home Affairs and Citizenship"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-avramopoulos-cabinet-commissioner-dimitris-of"],"involved":["ec-person-91522a096e6740a4c2460c43195eb9a9af2cba6d","eu-tr-56362448807-46"]}} -{"id":"ec-meeting-2017-03-22-e0ae1113d4c3d6b014e4e3596e67df664e57768b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-22 - Cabinet of President Jean-Claude Juncker x EuroCommerce"],"date":["2017-03-22"],"summary":["Food supply chain"],"notes":["Portfolio: President"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-e415577aabb40c0f789310505c6c5803aa69037b","eu-tr-84973761187-60"]}} -{"id":"ec-meeting-2017-03-22-fc97780e49891555ff9d5be94e733e0f5bc6308a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-22 - Cabinet of Vice-President Valdis Dombrovskis x European Fund and Asset Management Association"],"date":["2017-03-22"],"summary":["Fund Distribution, PEPP"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-a9eda2e8ea54b70a968327672c6cada679d3cd56","ec-person-eec82261c60167b261e56ad1e2bfb4c482db6191","eu-tr-3373670692-24"]}} -{"id":"ec-meeting-2017-03-23-1a64349a24e237d2ca5b6269587b2cf4c0b1e041","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-23 - Financial Stability, Financial Services and Capital Markets Union x Moody's Shared Services UK Ltd."],"date":["2017-03-23"],"summary":["Brexit"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-55916968748-36","ec-person-bdee7a93f95c8ef05079539170139b3c02e8ed96"]}} -{"id":"ec-meeting-2017-03-23-44f3eadc902c359e02b99c47e8c5414dd417dff0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-23 - Cabinet of Vice-President Maroš Šefčovič x Centrica plc"],"date":["2017-03-23"],"summary":["Clean Energy Package"],"notes":["Portfolio: Energy Union"],"location":["Bxl"],"address":["Bxl"],"addressEntity":["addr-a93f951e252491eb62958a26858415dd581a71e0"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-577829817108-84","ec-person-9f6823821fe68d82e9b9dbe81181ecacb0265d94"]}} -{"id":"ec-meeting-2017-03-23-478bef5eece3989f8b16898395c433cd527aa84e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-23 - Cabinet of Commissioner Tibor Navracsics x Union of European Football Associations"],"date":["2017-03-23"],"summary":["Coopération EU/UEFA"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-49f31dad10f5641cb1d1e4c3107dd838389e8120","eu-tr-39217046408-27"]}} -{"id":"ec-meeting-2017-03-23-53c7d4cd3bed3c257f5faaa8780eab17d867370c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-23 - Cabinet of Commissioner Elżbieta Bieńkowska x Confederation of Norwegian Enterprise"],"date":["2017-03-23"],"summary":["policy action relating to entrepreneurship"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-07442991338-05","ec-person-b2f9be51339f054477846797e2c119fcf16548fc"]}} -{"id":"ec-meeting-2017-03-23-58f71e9712e514216c2d8a69bcbb38c68df79e5c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-23 - Energy x Association of European Businesses"],"date":["2017-03-23"],"summary":["EU-Russia energy relations"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-849798415326-80","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2017-03-23-643bd846f81ff262cc569cd8e2e792e2121512cb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-23 - Cabinet of Vice-President Andrus Ansip x Google"],"date":["2017-03-23"],"summary":["Fake News, Safer Internet for Children and Platforms"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-c759bd58acc54869aa8e62ce652efcda416e25c2","eu-tr-03181945560-59"]}} -{"id":"ec-meeting-2017-03-23-6ab9f024c0e1137f3b61787e77c38c54682a8150","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-23 - Cabinet of Vice-President Karmenu Vella x CONFCOMMERCIO - IMPRESE PER L'ITALIA"],"date":["2017-03-23"],"summary":["blue growth, maritime skills"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["eu-tr-04877777421-88","ec-person-2966d69fae0ea4e67f3f2df5a743cc766267d3c8"]}} -{"id":"ec-meeting-2017-03-23-6fff82b2cb68c959908f06fe12330035ebc96de6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-23 - Cabinet of Vice-President Andrus Ansip x CIONET International"],"date":["2017-03-23"],"summary":["Digital Skills"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-564470018819-38","ec-person-c759bd58acc54869aa8e62ce652efcda416e25c2"]}} -{"id":"ec-meeting-2017-03-23-8481d93eb0380e9d2e47c768f2ac506d652488e1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-23 - Cabinet of Vice-President Jyrki Katainen x Booking.com B.V."],"date":["2017-03-23"],"summary":["Platform regulation in EU member states and obstacles to the single market"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-146537115285-34","ec-person-81b1dda49062e5dac42bdad9273fa72968a2c325"]}} -{"id":"ec-meeting-2017-03-23-95e89b8a773567558e62f1681947243733344cf5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-23 - Directorate-General for International Partnerships x Centre for Fine Arts"],"date":["2017-03-23"],"summary":["state of play on projects"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-intpa"],"involved":["eu-tr-981651218089-69","ec-person-05c4477b89b93e7969f12d89b38f77fedce5876f"]}} -{"id":"ec-meeting-2017-03-23-96c3ba2f1769006edbe0d20a28771623c52c20e6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-23 - Cabinet of Commissioner Carlos Moedas x Crue universidades españolas"],"date":["2017-03-23"],"summary":["Presentation of CRUE-CRUP Brussels office"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-b8d49828915f9008e764a78796d47ea00807a658","eu-tr-071771920040-91"]}} -{"id":"ec-meeting-2017-03-23-995b2841b11ec9d61e22d5d1b77bdbd5aba06fac","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2017-03-23 - Cabinet of Commissioner Phil Hogan x Irish Farmers' Association"],"date":["2017-03-23"],"summary":["Topics related to the meat sector","Beef"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-458700813641-37","ec-person-c9d17d5879383b030f61a4066848249fb35d57e4"]}} -{"id":"ec-meeting-2017-03-23-ad59487d45e0ce1e123e1131d128a68a120be56c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-23 - Cabinet of Commissioner Christos Stylianides x International Rescue Committee Inc"],"date":["2017-03-23"],"summary":["Refugee situation in Greece and Bulgaria"],"notes":["Portfolio: Humanitarian Aid & Crisis Management"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-christos-commissioner-of-stylianides"],"involved":["eu-tr-66790095679-26","ec-person-4424ecf39f7c6c9e4022ac46c71d81b0464ae6a5"]}} -{"id":"ec-meeting-2017-03-23-b6cb8a62b4a4ea3fddd411ed27e3f2d3c5a62fe7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-23 - Cabinet of Vice-President Cecilia Malmström x International Federation for Human Rights"],"date":["2017-03-23"],"summary":["Human rights in Burma"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-97628146980-33","ec-person-0e574d9526c0834ba7e67064cd6ec19a4a2460b9"]}} -{"id":"ec-meeting-2017-03-23-bbd47d3c8740d7b8ad430ea36a6f48ff31f121e6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-23 - Cabinet of Vice-President Günther Oettinger x Atos SE (France)"],"date":["2017-03-23"],"summary":["stand visit"],"notes":["Portfolio: Budget & Human Resources"],"location":["Rome"],"address":["Rome"],"addressEntity":["addr-da7705caa15608fea217326726ec6ed97a9c6c9d"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-249876817241-03","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2017-03-23-c1868cab6ebc42375b601021f669ca742bbd0efe","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-23 - Cabinet of Vice-President Günther Oettinger x Siemens AG"],"date":["2017-03-23"],"summary":["stand visit"],"notes":["Portfolio: Budget & Human Resources"],"location":["Rome"],"address":["Rome"],"addressEntity":["addr-da7705caa15608fea217326726ec6ed97a9c6c9d"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-4266797770-31","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2017-03-23-c6fc7f0dc8414c89f98c9c31749eab83ff01fddd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-23 - Cabinet of Vice-President Miguel Arias Cañete x None"],"date":["2017-03-23"],"summary":["CAN GAS SPUR THE ENERGY TRANSITION IN CENTRAL AND EASTERN EUROPE?"],"notes":["Portfolio: Climate Action & Energy"],"location":["Bratislava"],"address":["Bratislava"],"addressEntity":["addr-9eddf74134fcd79ac3f510f8f67cef3f68fb2c0d"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-1831691c10441c5974327bbeb8693d6b6c1e50c3","eu-tr-99578067285-35","eu-tr-285977820662-03","eu-tr-903680223573-18","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd","eu-tr-565032821273-72","eu-tr-107893921578-31","eu-tr-17909506129-41","eu-tr-58746194306-23","eu-tr-272910022778-05","eu-tr-046510618791-04","eu-tr-04011446819-63","eu-tr-090402719722-89"]}} -{"id":"ec-meeting-2017-03-23-c7cafbf7c8aa769bb7ec3b112b724e24a41f13ff","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-23 - Cabinet of Vice-President Maroš Šefčovič x Equinor ASA"],"date":["2017-03-23"],"summary":["North Sea"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-1f95be23689cd4ed0a26fe2980f760ccf2d55c1e","eu-tr-4447605981-76"]}} -{"id":"ec-meeting-2017-03-23-db03d658c6b632fa2ad72545206779cf6a6798eb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-23 - Cabinet of Commissioner Elżbieta Bieńkowska x ArcelorMittal The European Steel Association"],"date":["2017-03-23"],"summary":["State of the Steel industry"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-23527541824-60","eu-tr-93038071152-83","ec-person-95a769a1850d7d595f9a5853c51dcbdd3ddd69fb"]}} -{"id":"ec-meeting-2017-03-23-f1668436621999dc5db40594a18fc8d1b60fed4b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-23 - Cabinet of Commissioner Phil Hogan x The South-East Europe Change Net Foundation (Fondacija Mreža za promjene Jugoistočne Evrope)"],"date":["2017-03-23"],"summary":["Presentation of the organisation"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-920254612199-27","ec-person-b0d24e81234b490dd841a09b69892304b27fc6a8"]}} -{"id":"ec-meeting-2017-03-23-f44a1848ea7bfbc9a7a053600c662ed8f7a48604","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-23 - Cabinet of Commissioner Věra Jourová x ITI - The Information Technology Industry Council"],"date":["2017-03-23"],"summary":["EU-US Privacy shield, Implementation of GDPR and e-Privacy Regulation"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-184e698af1eb9e33b179680570ca171d8cb31c94","ec-person-f329292459cb1badb7fb7c6b67b698c441931bb2","eu-tr-061601915428-87"]}} -{"id":"ec-meeting-2017-03-24-0589a3a7d32754d94786613bf6f4218e6a896487","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-24 - Cabinet of First Vice-President Frans Timmermans x AGE Platform Europe EUROPEAN NETWORK ON INDEPENDENT LIVING BRUSSELS Confederation of Family Organisations in the European Union"],"date":["2017-03-24"],"summary":["Work-Life Balance"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["ec-person-7a0c440119cd5d547eceebb055c79b8bb41bf9a2","eu-tr-16549972091-86","eu-tr-93283396780-85","eu-tr-230235714034-13"]}} -{"id":"ec-meeting-2017-03-24-2ed2811953e8ecb4c12445ad9528dbef39dcf5bb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-24 - Cabinet of Vice-President Günther Oettinger x The European Region of the International Lesbian, Gay, Bisexual, Trans and Intersex Association"],"date":["2017-03-24"],"summary":["organisation of IDAHOT"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["ec-person-923b96517f0dd544d160200d38d05b6ffe72372e","eu-tr-11977456675-84"]}} -{"id":"ec-meeting-2017-03-24-4fa02d9c6d97f66cefdb0923ea13fca4f380c14d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-24 - Cabinet of Vice-President Miguel Arias Cañete x GasNaturally"],"date":["2017-03-24"],"summary":["Clean Energy Package"],"notes":["Portfolio: Climate Action & Energy"],"location":["Madrid"],"address":["Madrid"],"addressEntity":["addr-7a2191964a3d7521269f0068afae6b6116bac15d"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-12847789685-76","ec-person-2229c857664a22dcb8eee79a8c05841fd3d0924f"]}} -{"id":"ec-meeting-2017-03-24-6179b09b822f092209a4a8f7359aeac87c8e7629","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-24 - Justice and Consumers x Confederation of Finnish Industries EK"],"date":["2017-03-24"],"summary":["several topics"],"location":["MO59 8/10"],"address":["MO59 8/10"],"addressEntity":["addr-d9d7ee36a586170b1437a2fd874edab327ea3896"],"organizer":["ec-dg-just"],"involved":["ec-person-7f02c085966bf7e9ecf267d0fa52c94a32d1687f","eu-tr-1274604847-34"]}} -{"id":"ec-meeting-2017-03-24-a64acddb228e8e8854132268e7c010e9b1d98ecc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-24 - Cabinet of Commissioner Vytenis Andriukaitis x BASF SE"],"date":["2017-03-24"],"summary":["Regulatory approval of plant protection products"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-b9c3f19e7c5f216e3e508f931ddd6a9cb59376d1","eu-tr-7410939793-88","ec-person-df30d07ef698a52b9948b9c734db39196cf8541f"]}} -{"id":"ec-meeting-2017-03-24-b60fde34950292fa2baebfb16c5f993a68d1fe27","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-24 - Cabinet of Vice-President Maroš Šefčovič x Snam S.p.A."],"date":["2017-03-24"],"summary":["Ukraine, TAP, G7"],"notes":["Portfolio: Energy Union"],"location":["Rome"],"address":["Rome"],"addressEntity":["addr-da7705caa15608fea217326726ec6ed97a9c6c9d"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-284336314886-25","ec-person-1f95be23689cd4ed0a26fe2980f760ccf2d55c1e"]}} -{"id":"ec-meeting-2017-03-24-d14518bf889bcacd15e0b09a634626b5de33ca78","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-24 - Cabinet of Commissioner Elżbieta Bieńkowska x Airbus"],"date":["2017-03-24"],"summary":["general update, defence"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["ec-person-685ecf13dd26cd515c961e24ba71049af2302c5e","eu-tr-2732167674-76"]}} -{"id":"ec-meeting-2017-03-24-d893cb06af419942b9d9d72bc29532ef8d98723b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-24 - Cabinet of Commissioner Phil Hogan x Cooperativas Agro-alimentarias de España"],"date":["2017-03-24"],"summary":["Topics related to the Spanish wine sector"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-3191855142-12","ec-person-c9d17d5879383b030f61a4066848249fb35d57e4"]}} -{"id":"ec-meeting-2017-03-24-e2453ad70bcc594f012b17f4acc8a1e7533804ae","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-24 - Cabinet of Commissioner Julian King x Deloitte LLP"],"date":["2017-03-24"],"summary":["enhancing cyber security and smarter regulation"],"notes":["Portfolio: Security Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-julian-king-of"],"involved":["eu-tr-70969654430-75","ec-person-37c79733647a2293d1e96e976d3a72c6b707cb4c"]}} -{"id":"ec-meeting-2017-03-24-f7cd8aa0974fc7b36f45a0e2d03462da35336326","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-24 - Cabinet of Commissioner Julian King x BP p.l.c."],"date":["2017-03-24"],"summary":["Europe and future developments"],"notes":["Portfolio: Security Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-julian-king-of"],"involved":["eu-tr-3394026642-58","ec-person-37c79733647a2293d1e96e976d3a72c6b707cb4c"]}} -{"id":"ec-meeting-2017-03-27-00565618e14559bd74a5c27bfc4f113da34bb0ee","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-27 - Communications Networks, Content and Technology x Google"],"date":["2017-03-27"],"summary":["Copyright reform, data economy package, ongoing assessment of platforms and competitiveness in the mobile economy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-03181945560-59","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2017-03-27-08a3d4709cdf7e850120c13c858bb46053b6b6a7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-27 - Energy x SMEunited aisbl"],"date":["2017-03-27"],"summary":["Energy policy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-55820581197-35","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2017-03-27-643bd846f81ff262cc569cd8e2e792e2121512cb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-27 - Cabinet of Vice-President Andrus Ansip x Google"],"date":["2017-03-27"],"summary":["DSM review, data, EU-US privacy shield, platforms, publishers' right"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-03181945560-59","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45","ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0"]}} -{"id":"ec-meeting-2017-03-27-75f8f1a88bf8ab762a680a45fa467f3019180d6f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-27 - Cabinet of Vice-President Neven Mimica x CONCORD Europe"],"date":["2017-03-27"],"summary":["Discussion of some of the recommendations of CONCORD's report ‘Sustainable Development – The stakes could not be higher’"],"notes":["Portfolio: International Cooperation & Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-mimica-neven-of-president-vice"],"involved":["eu-tr-34478709670-34","ec-person-d455992f8f48b86e26e61f5284a9ef8e18aed182"]}} -{"id":"ec-meeting-2017-03-27-7d48ece51dfdcde33aaa60973d4aa1d4d9dcfaa2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-27 - Task Force for Relations with the United Kingdom x FONDATION ROBERT SCHUMAN"],"date":["2017-03-27"],"summary":["Meeting with the Task Force for the Preparation and Conduct of the Negotiations with the United Kingdom under Article 50 TEU"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-uktf"],"involved":["ec-person-864cfa5fbc9b02a079ffbab1107f252c7bb08478","eu-tr-01740426310-03"]}} -{"id":"ec-meeting-2017-03-27-9441fc3dabc294a527952dcfe66e266df637a6c2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-27 - Task Force for Relations with the United Kingdom x Benenson Strategy Group Microsoft Corporation"],"date":["2017-03-27"],"summary":["Presentation of a study on public opinion and the EU"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-uktf"],"involved":["eu-tr-0801162959-21","eu-tr-983486126499-21","ec-person-864cfa5fbc9b02a079ffbab1107f252c7bb08478"]}} -{"id":"ec-meeting-2017-03-27-946f231bb7f05d6ed82e4bbd449d7e1d50098cc3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-27 - Cabinet of First Vice-President Frans Timmermans x CONCORD Europe"],"date":["2017-03-27"],"summary":["Sustainable Development"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-34478709670-34","ec-person-7a0c440119cd5d547eceebb055c79b8bb41bf9a2"]}} -{"id":"ec-meeting-2017-03-27-a2c679c74edfd3959b883235355c72321265ef20","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-27 - Cabinet of Commissioner Elżbieta Bieńkowska x Polskie Gornictwo Naftowe i Gazownictwo SA - Polish Oil and Gas Company"],"date":["2017-03-27"],"summary":["current issues"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-70816716119-36","ec-person-d2997a7f359c91a337055c3e24dd36bf928de38d"]}} -{"id":"ec-meeting-2017-03-27-b5eaffbd958e641fe3a81169e1e2b5408bcc0e24","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-27 - Cabinet of Commissioner Violeta Bulc x Flughafen München GmbH"],"date":["2017-03-27"],"summary":["Meeting with Vanessa Haumberger"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-9d4dc4867a44dfe10f67ae7ee1706da3e8b48a24","eu-tr-02639216548-11"]}} -{"id":"ec-meeting-2017-03-27-c93b70a38f356236e9511744c71bac98edf66bef","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-27 - Cabinet of Commissioner Julian King x Microsoft Corporation"],"date":["2017-03-27"],"summary":["Security Research"],"notes":["Portfolio: Security Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-julian-king-of"],"involved":["eu-tr-0801162959-21","ec-person-37c79733647a2293d1e96e976d3a72c6b707cb4c"]}} -{"id":"ec-meeting-2017-03-27-ee5089445fe967aa65bfea7ee0849d6dfbb91718","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-27 - Cabinet of Commissioner Julian King x Community of European Railway and Infrastructure Companies"],"date":["2017-03-27"],"summary":["Rail security"],"notes":["Portfolio: Security Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-julian-king-of"],"involved":["eu-tr-7574621118-27","ec-person-7bf4bf39d5d06955fc37d23e107675489c4e8729"]}} -{"id":"ec-meeting-2017-03-28-02a15a3b95a2612157910170c8c6c6594f1110d9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-28 - Climate Action x Electric Vehicles Promotion Foundation"],"date":["2017-03-28"],"summary":["Electro-Mobility"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-clima"],"involved":["ec-person-44c2f44f96dda2012bcb4e9abc749f6cae86a4c0","eu-tr-686820025753-56"]}} -{"id":"ec-meeting-2017-03-28-0a55b64fc88f2e8748626113954c57455facf4a8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-28 - Cabinet of Vice-President Jyrki Katainen x None"],"date":["2017-03-28"],"summary":["Plastics Value Chain"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-40306802522-39","eu-tr-867965517169-77","ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90","eu-tr-75818824519-45","eu-tr-454264611835-56"]}} -{"id":"ec-meeting-2017-03-28-20d38d29f00a85648e0996a0342c9994b3eae4b1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-28 - Cabinet of Vice-President Valdis Dombrovskis x Deutsches Aktieninstitut"],"date":["2017-03-28"],"summary":["Kapitalmarkt"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-48f31156d932641826e09f5b73f074d35ff05786","eu-tr-38064081304-25"]}} -{"id":"ec-meeting-2017-03-28-2759314d33b2dfe54a76ed5b82e11a3f60f31285","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-28 - Cabinet of Vice-President Miguel Arias Cañete x European Network of Transmission System Operators for Electricity"],"date":["2017-03-28"],"summary":["Technical issues"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-1831691c10441c5974327bbeb8693d6b6c1e50c3","eu-tr-25805148045-87"]}} -{"id":"ec-meeting-2017-03-28-2a967f6a25599d3e6f8444027b340f496163d33c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-28 - Cabinet of Vice-President Jyrki Katainen x SOLAR IMPULSE FOUNDATION"],"date":["2017-03-28"],"summary":["Development and deployment of smart solutions"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90","eu-tr-569885924378-48"]}} -{"id":"ec-meeting-2017-03-28-2f8237424e8d5865debf62d2037e443b0dc43185","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-28 - Cabinet of President Jean-Claude Juncker x Depository Trust & Clearing Corporation"],"date":["2017-03-28"],"summary":["Financial services agenda"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-525811814282-80","ec-person-c402e34a99fbee730ae22e3b1958e21c94dc6fcc"]}} -{"id":"ec-meeting-2017-03-28-38526b500536b9be803d9c795aad302f95aefced","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-28 - Cabinet of Vice-President Günther Oettinger x Bertelsmann Stiftung"],"date":["2017-03-28"],"summary":["aktuelle europapolitische Aspekte"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-13571025706-27","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2017-03-28-3c003580cc7cc6c4ef822b11294d35510f6c27c9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-28 - Cabinet of Commissioner Pierre Moscovici x Migrant Worker Rights Network"],"date":["2017-03-28"],"summary":["Customs"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["ec-person-1d299d025d2afdcba46db3d131b6197fab6e0c89","eu-tr-843976826355-03"]}} -{"id":"ec-meeting-2017-03-28-49f5938bdb3c8893543971dcc463e899c95cb6e5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-28 - Cabinet of Vice-President Neven Mimica x Kofi Annan Foundation"],"date":["2017-03-28"],"summary":["Meeting to discuss the future of development cooperation, work on elections and democracy and prospects for future cooperation within the \"Extremely Together\" project"],"notes":["Portfolio: International Cooperation & Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-mimica-neven-of-president-vice"],"involved":["ec-person-5f446e21c2ca97624d9781d53ce7312477e72d6e","ec-person-b187f3955c71d2e1daa48e02fd0a09ab7c6f6098","eu-tr-961873216116-63"]}} -{"id":"ec-meeting-2017-03-28-51a7af700ca096c5d053ef379df5a147ddb9b575","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-28 - Cabinet of Vice-President Valdis Dombrovskis x European Association of Central Counterparty Clearing Houses"],"date":["2017-03-28"],"summary":["EMIR; CRR/CRD; MiFID 2"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-36897011311-96","ec-person-537401fc0be04984531b83660f416bf2fe14fbd8","ec-person-a9eda2e8ea54b70a968327672c6cada679d3cd56"]}} -{"id":"ec-meeting-2017-03-28-554312ed00a45da771ce515cd7e3b68545099fd2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-28 - Cabinet of Vice-President Günther Oettinger x Zentralverband des Deutschen Handwerks e.V."],"date":["2017-03-28"],"summary":["services package"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-5189667783-94","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2017-03-28-5a84d2853e8d6f9b3f13bc97e7155f972ef98674","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-28 - Cabinet of Commissioner Phil Hogan x European Landowners' Organization asbl"],"date":["2017-03-28"],"summary":["Address conference"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-a1a78365cc4685b0958056646204977d8f2ead92","eu-tr-36063991244-88"]}} -{"id":"ec-meeting-2017-03-28-5f585b0184f591a5f061a25188851e9704a37a33","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-28 - Cabinet of Vice-President Günther Oettinger x Handwerkskammer Ulm"],"date":["2017-03-28"],"summary":["services package"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-948172716862-70","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2017-03-28-7255ec16016f1b78da3ca5740f341dcc63b656e8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-28 - Cabinet of Vice-President Andrus Ansip x Swiss Finance Council"],"date":["2017-03-28"],"summary":["EU Digital Single Market and Digital Banking"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-858716912337-17","ec-person-0f698e3a0cc0bd6a02e1bd386a25cedc1366f3f1"]}} -{"id":"ec-meeting-2017-03-28-7700202beedaf46ff689340439b74d925fb717c3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-28 - Financial Stability, Financial Services and Capital Markets Union x Bureau Européen des Unions de Consommateurs"],"date":["2017-03-28"],"summary":["PSD2"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-9505781573-45","ec-person-bdee7a93f95c8ef05079539170139b3c02e8ed96"]}} -{"id":"ec-meeting-2017-03-28-790b8ee8ba548c7751516d1bf12e939d998a119c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-28 - Cabinet of Vice-President Valdis Dombrovskis x Intercontinental Exchange, Inc."],"date":["2017-03-28"],"summary":["EMIR, Equivalence"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-48f31156d932641826e09f5b73f074d35ff05786","eu-tr-141041215133-83","ec-person-eec82261c60167b261e56ad1e2bfb4c482db6191"]}} -{"id":"ec-meeting-2017-03-28-7d172316ebf8ab69ec1b58865e7139ecfc501021","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-28 - Informatics x Orange"],"date":["2017-03-28"],"summary":["Introduction of new manager"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-digit"],"involved":["eu-tr-76704342721-41","ec-person-32591d36027eb92a66b57d5bcc8c57d9574380b0"]}} -{"id":"ec-meeting-2017-03-28-7fd109109984fd83fceab4b5720de1cc15d55b13","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-28 - Cabinet of Vice-President Karmenu Vella x SURFRIDER FOUNDATION EUROPE"],"date":["2017-03-28"],"summary":["Our Ocean Conference 2017, marine pollution, plastics"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["eu-tr-58969291154-50","ec-person-98899253aaaa8e936aec841aef4a31c3573bbfad","ec-person-2966d69fae0ea4e67f3f2df5a743cc766267d3c8"]}} -{"id":"ec-meeting-2017-03-28-809e72e104f4510378e7d2d9831749ea440b1882","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-28 - Cabinet of Commissioner Věra Jourová x Human Rights Watch"],"date":["2017-03-28"],"summary":["Privacy Shield and encryption"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-f329292459cb1badb7fb7c6b67b698c441931bb2","eu-tr-56362448807-46"]}} -{"id":"ec-meeting-2017-03-28-81e75642373aa1d28a102568e55e82531d32aac1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-28 - Cabinet of Vice-President Maroš Šefčovič x SOLAR IMPULSE FOUNDATION"],"date":["2017-03-28"],"summary":["Solar Impulse exhibition and partnership with World Alliance for Efficient Solutions"],"notes":["Portfolio: Energy Union"],"location":["Bxl"],"address":["Bxl"],"addressEntity":["addr-a93f951e252491eb62958a26858415dd581a71e0"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-569885924378-48","ec-person-1f95be23689cd4ed0a26fe2980f760ccf2d55c1e","ec-person-9f6823821fe68d82e9b9dbe81181ecacb0265d94"]}} -{"id":"ec-meeting-2017-03-28-82cb40abb5447a62ee6a895b2ca39b1b0630af65","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-28 - Climate Action x Polish Electricity Association"],"date":["2017-03-28"],"summary":["EU ETS review"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-clima"],"involved":["ec-person-44c2f44f96dda2012bcb4e9abc749f6cae86a4c0","eu-tr-255859710443-50"]}} -{"id":"ec-meeting-2017-03-28-8868a272b891f78e9809b19453841b7d733bae6f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-28 - Cabinet of Commissioner Carlos Moedas x Wellcome Trust"],"date":["2017-03-28"],"summary":["Role of foundations in research collaboration"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-f7ccc3ad366dd2fdb24870e1c02ff2763539c82f","eu-tr-912723313554-37"]}} -{"id":"ec-meeting-2017-03-28-8db90f94f1e6ceb3994235151f9e46fdf4235fcb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-28 - Cabinet of Vice-President Valdis Dombrovskis x Confederazione Generale dell'Industria Italiana"],"date":["2017-03-28"],"summary":["European Semester, EU Banking regulation, Economic and Monetary Union"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-f6170dbdd732fc460a713b82b57759ac5e77fdc6","eu-tr-27762251795-15"]}} -{"id":"ec-meeting-2017-03-28-97b41e4506ecde6299b818b8cbb7c879399a36ce","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-28 - Cabinet of President Jean-Claude Juncker x EUROPEAN TRADE UNION CONFEDERATION"],"date":["2017-03-28"],"summary":["Company Law"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-06698681039-26","ec-person-f9475e4bba20c9a170912adada60941243f778ad"]}} -{"id":"ec-meeting-2017-03-28-9984577c6bbcb8a6c9e396f5622dffb397858271","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-28 - Task Force for Relations with the United Kingdom x British in Europe the3million"],"date":["2017-03-28"],"summary":["Meeting with the Task Force for the Preparation and Conduct of the Negotiations with the United Kingdom under Article 50 TEU"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-uktf"],"involved":["ec-person-864cfa5fbc9b02a079ffbab1107f252c7bb08478","eu-tr-262629826494-59","eu-tr-046364226533-09"]}} -{"id":"ec-meeting-2017-03-28-9997a950353c2d909e6aea7a6cc1d7289cb244bf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-28 - Cabinet of Vice-President Cecilia Malmström x Migrant Worker Rights Network Business & Human Rights Resource Centre Swedwatch Finnwatch ry"],"date":["2017-03-28"],"summary":["Responsible supply chains and how to increase transparency"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-567935826370-03","ec-person-0e574d9526c0834ba7e67064cd6ec19a4a2460b9","eu-tr-076979218638-77","ec-person-20ded9db5df11164331bb161fdf234b1e5ad53fd","eu-tr-843976826355-03","eu-tr-441236726401-64"]}} -{"id":"ec-meeting-2017-03-28-a781a59d79b4cf9f95d73b094092497869706aa2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-28 - Cabinet of Commissioner Carlos Moedas x SOLAR IMPULSE FOUNDATION"],"date":["2017-03-28"],"summary":["World Alliance for Efficient Solutions"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["eu-tr-569885924378-48","ec-person-23980b2bc4fd9c82051d0f7888dc236b2f764866"]}} -{"id":"ec-meeting-2017-03-28-a7ed813d0daa922296a0d28ecdad6e48c65deb84","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-28 - Cabinet of Commissioner Carlos Moedas x Benenson Strategy Group Microsoft Corporation"],"date":["2017-03-28"],"summary":["Discussion on the White Paper on the Future of Europe"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["eu-tr-983486126499-21","ec-person-f7ccc3ad366dd2fdb24870e1c02ff2763539c82f","ec-person-2b4bb0b28e7435e5f612e44d9664dbd1051efc55","ec-person-a6e757d2928b639b876fd492ddee1fc1420908bf","eu-tr-0801162959-21","ec-person-01051f0f33bfdc2ecc41873c02cae666c5e0d099"]}} -{"id":"ec-meeting-2017-03-28-b28520082adc5e20449fb73ffc40e8f7fa5311f6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-28 - Financial Stability, Financial Services and Capital Markets Union x Depository Trust & Clearing Corporation"],"date":["2017-03-28"],"summary":["Equivalence and EU – US relationship"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-525811814282-80","ec-person-bdee7a93f95c8ef05079539170139b3c02e8ed96"]}} -{"id":"ec-meeting-2017-03-28-ba8df51742164e8ca4e0ce5424de1aa79567b815","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-28 - Cabinet of President Jean-Claude Juncker x Northvolt"],"date":["2017-03-28"],"summary":["Energy Union"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-278373226442-94","ec-person-b1bf9aa5fb7e886441ff341b657cc482b64a2a3e"]}} -{"id":"ec-meeting-2017-03-28-c09b92b2e70609d907edc59714b8beda26b91ee8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-28 - Cabinet of Commissioner Corina Crețu x Tampereen ja Pirkanmaan EU-toimisto/Tampere Region EU Office"],"date":["2017-03-28"],"summary":["Future of cohesion policy"],"notes":["Portfolio: Regional Policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-corina-cretu-of"],"involved":["ec-person-731204b81067517bd1b091f0c5300c5e48dd86b4","eu-tr-171385315838-88"]}} -{"id":"ec-meeting-2017-03-28-cb61744e0e1d26426e0727834fd8f210655bc1d2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-28 - Cabinet of Vice-President Jyrki Katainen x Nokia"],"date":["2017-03-28"],"summary":["Digital Single Market, Investment"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-35167875358-33","ec-person-f9208d930adc70c6c64e21701e48f85f6f18e949"]}} -{"id":"ec-meeting-2017-03-28-cc476b517ddcd6885de3dd5b7b73a2d7067b4e3c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-28 - Cabinet of President Jean-Claude Juncker x Kreab"],"date":["2017-03-28"],"summary":["Conference - White Paper on the future of Europe"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-1078390517-54","ec-person-c402e34a99fbee730ae22e3b1958e21c94dc6fcc"]}} -{"id":"ec-meeting-2017-03-28-d20090d9347a6ea480ba57644e0db9acd0e8fb13","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-28 - Cabinet of First Vice-President Frans Timmermans x Human Rights Watch"],"date":["2017-03-28"],"summary":["Data Protection"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Bruxelles"],"address":["Bruxelles"],"addressEntity":["addr-b58f5927b66d94a676970dc048485d4c6848f272"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-56362448807-46","ec-person-f87a3277bb5391e01fe3111e915444e51feb191a"]}} -{"id":"ec-meeting-2017-03-28-d9450d9b55668658cc16f14fd29fdd7750283142","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-28 - Cabinet of Vice-President Maroš Šefčovič x European Network of Transmission System Operators for Electricity"],"date":["2017-03-28"],"summary":["Clean Energy package"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-25805148045-87","ec-person-1f95be23689cd4ed0a26fe2980f760ccf2d55c1e","ec-person-192eca4cb918c7382c916bec9bfe04e745ee91cb"]}} -{"id":"ec-meeting-2017-03-28-e2fd76029a66550b4591f1c700917aa9bbefafc1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-28 - Cabinet of Vice-President Andrus Ansip x Human Rights Watch"],"date":["2017-03-28"],"summary":["Privacy Shield and encryption"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-5db7bdd1c81da2e70eb5b982097d0004111b5c3e","eu-tr-56362448807-46"]}} -{"id":"ec-meeting-2017-03-29-0264c4cd33708f9746a26909d80376c1b54d8be4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-29 - Cabinet of Vice-President Valdis Dombrovskis x Schroders Investment Management (Europe) SA"],"date":["2017-03-29"],"summary":["Fund Distribution, PEPP, CMU"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-997906814697-71","ec-person-eec82261c60167b261e56ad1e2bfb4c482db6191"]}} -{"id":"ec-meeting-2017-03-29-070fa7d72304737f5f481a3d1746c2f827fe4266","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-29 - Competition x American Enterprise Institute"],"date":["2017-03-29"],"summary":["Round-table discussion organized by the American Enterprise Institute (AEI)"],"location":["Washington DC"],"address":["Washington DC"],"addressEntity":["addr-736cd24f80718d440733a7f213d8d22160de4d25"],"organizer":["ec-dg-comp"],"involved":["ec-person-8600a621c9aef12fc33b708e13b3cd3d5fa5696b","eu-tr-353997326645-94"]}} -{"id":"ec-meeting-2017-03-29-0f7cb881a88c234057fce9f2bf20f80777a02eba","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-29 - Cabinet of Commissioner Marianne Thyssen x European Federation of National Organisations working with the Homeless"],"date":["2017-03-29"],"summary":["Campaign “Be fair Europe\", extreme poverty, European prize for the best ESF funded homelessness project, report on the state of homelessness and housing exclusion."],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["BERL 10/390"],"address":["BERL 10/390"],"addressEntity":["addr-147ed60f1740c8b7f554f8707ff4410af7c51fb0"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["ec-person-ce19440eacb8fd67f534bdbcce33a1c4cedfd071","ec-person-5a49eb89125b4b5d1125b3925bbb64aba1bea2b3","eu-tr-42528706153-39"]}} -{"id":"ec-meeting-2017-03-29-1f1698560b6ff229cb8f49407537804c7684e0ad","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-29 - Cabinet of First Vice-President Frans Timmermans x Clean Air Action Group (Levegő Munkacsoport)"],"date":["2017-03-29"],"summary":["Situation in Hungary"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Bruxelles"],"address":["Bruxelles"],"addressEntity":["addr-b58f5927b66d94a676970dc048485d4c6848f272"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-351764810742-20","ec-person-f87a3277bb5391e01fe3111e915444e51feb191a"]}} -{"id":"ec-meeting-2017-03-29-21ce50d62d8667101a6beb7389de8e7dc09b0a9f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-29 - Cabinet of Commissioner Vytenis Andriukaitis x Association Française des Biotechnologies Végétales"],"date":["2017-03-29"],"summary":["NBTs"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["eu-tr-284871525955-13","ec-person-b9c3f19e7c5f216e3e508f931ddd6a9cb59376d1"]}} -{"id":"ec-meeting-2017-03-29-37db83d91a9c86983a8ed06183a614617f8fa766","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-29 - Cabinet of Vice-President Miguel Arias Cañete x Pensionskassernes Administration A/S"],"date":["2017-03-29"],"summary":["Pension fund support for efficiency negotiations"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-427277226092-39","ec-person-25a937c04cd0a0ddcf5cf34798e76b5105854114"]}} -{"id":"ec-meeting-2017-03-29-44093bd3528be3cba991639934e5199214273447","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-29 - Cabinet of Commissioner Carlos Moedas x Helmholtz-Gemeinschaft Deutscher Forschungszentren e.V."],"date":["2017-03-29"],"summary":["Interim evaluation of Horizon 2020"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-b8d49828915f9008e764a78796d47ea00807a658","ec-person-0a716bf5253e913fc40ebf14c12f30dc2e7a06ee","eu-tr-73792436593-97"]}} -{"id":"ec-meeting-2017-03-29-816af6d611b5273a6447357515ba1cc2e936770e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-29 - Cabinet of Vice-President Jyrki Katainen x Systembolaget Aktiebolag"],"date":["2017-03-29"],"summary":["Circular economy"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-0da85dc48012e26688310a59a0b51727ea68f410","eu-tr-584392118899-17"]}} -{"id":"ec-meeting-2017-03-29-82c7d3a3d5bab94a7b4a78e40e14173c709ab7ff","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-29 - Cabinet of Vice-President Cecilia Malmström x Kreab"],"date":["2017-03-29"],"summary":["Future of Europe"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-1078390517-54","ec-person-20ded9db5df11164331bb161fdf234b1e5ad53fd"]}} -{"id":"ec-meeting-2017-03-29-8d598292af8ac7c423085989ba3942206f58e29e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-29 - Cabinet of Commissioner Phil Hogan x EuroCommerce"],"date":["2017-03-29"],"summary":["Farming matters"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["brussels"],"address":["brussels"],"addressEntity":["addr-e2daa1574b7ac475c827b33e281bd2d5e013c882"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-84973761187-60","ec-person-a1a78365cc4685b0958056646204977d8f2ead92"]}} -{"id":"ec-meeting-2017-03-29-9154d31fa2bb76579c35cdbc10fd18373a37cbdc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-29 - Cabinet of Vice-President Maroš Šefčovič x Eurelectric aisbl"],"date":["2017-03-29"],"summary":["Clean Energy package and Electrification agenda"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-4271427696-87","ec-person-1f95be23689cd4ed0a26fe2980f760ccf2d55c1e","ec-person-192eca4cb918c7382c916bec9bfe04e745ee91cb"]}} -{"id":"ec-meeting-2017-03-29-b3c273a63cd375a6a199ab9a929e68c298c703fe","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-29 - Environment x FONDAZIONE DYNAMO MOTORE DI FILANTROPIA"],"date":["2017-03-29"],"summary":["Circular Economy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-env"],"involved":["eu-tr-344571726480-97","ec-person-3bc74ce04ea3f4ab4d91a5c88eef25b8b8a213b4"]}} -{"id":"ec-meeting-2017-03-29-b53488dfa0ab65cb7b9cfe0829e2fcf149941684","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-29 - Cabinet of Vice-President Cecilia Malmström x Kreab Investor AB"],"date":["2017-03-29"],"summary":["State of play in number of trade negotiations (Japan, Mercosur), debrief from a Washington visit, and invited Mrs Åsenius to a conference in India."],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-190987114891-73","eu-tr-1078390517-54","ec-person-20ded9db5df11164331bb161fdf234b1e5ad53fd"]}} -{"id":"ec-meeting-2017-03-29-c569d7486660441085a78e4dc179746918316e9f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-29 - Cabinet of Commissioner Marianne Thyssen x Bertelsmann Stiftung"],"date":["2017-03-29"],"summary":["Bertelsmann Stiftung’s EU Reform Barometer."],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["BERL 10/411"],"address":["BERL 10/411"],"addressEntity":["addr-054fd8f4e816abef749108f302fffdb33729c700"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["ec-person-5a49eb89125b4b5d1125b3925bbb64aba1bea2b3","eu-tr-13571025706-27"]}} -{"id":"ec-meeting-2017-03-29-c7f565de803092970c37b737bbdd1fad96ba6d73","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-29 - Cabinet of Vice-President Neven Mimica x Bertelsmann Stiftung"],"date":["2017-03-29"],"summary":["July 2016 Global Report on the SDG index & dashboards"],"notes":["Portfolio: International Cooperation & Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-mimica-neven-of-president-vice"],"involved":["ec-person-e90858f5aba78fd0e1cb2f757c3f38d55d91f98b","eu-tr-13571025706-27"]}} -{"id":"ec-meeting-2017-03-29-cbb4accfdfaf25fd34d8da7e8d9bad0826ca67fe","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-29 - Cabinet of First Vice-President Frans Timmermans x Open Society European Policy Institute"],"date":["2017-03-29"],"summary":["Situation in Hungary"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Bruxelles"],"address":["Bruxelles"],"addressEntity":["addr-b58f5927b66d94a676970dc048485d4c6848f272"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-8557515321-37","ec-person-f87a3277bb5391e01fe3111e915444e51feb191a"]}} -{"id":"ec-meeting-2017-03-29-ceb31cda130be811bcb566555f8a31f4094e4218","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-29 - Cabinet of Commissioner Carlos Moedas x FONDAZIONE DYNAMO MOTORE DI FILANTROPIA"],"date":["2017-03-29"],"summary":["circular economy package"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-0a716bf5253e913fc40ebf14c12f30dc2e7a06ee","eu-tr-344571726480-97"]}} -{"id":"ec-meeting-2017-03-29-d5d19e7b2e3a25f6b2715a3059990e6b798f3b4e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-29 - Environment x GIST Advisory Switzerland Sarl"],"date":["2017-03-29"],"summary":["Nature Capital Coalition, Green finance and SDGs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-env"],"involved":["eu-tr-372974726145-92","ec-person-3bc74ce04ea3f4ab4d91a5c88eef25b8b8a213b4"]}} -{"id":"ec-meeting-2017-03-29-db7fe904ef21e9630d023e32e4c23685dda7d4f6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-29 - Cabinet of Commissioner Phil Hogan x Fair Trade Advocacy Office"],"date":["2017-03-29"],"summary":["General agri issues"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels, BERL"],"address":["Brussels, BERL"],"addressEntity":["addr-3c3fa5f92474ebac668808553fbab6d1c14aa243"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-20744335040-66","ec-person-428cf365f3847d04012831ef2642a1a69aed518d"]}} -{"id":"ec-meeting-2017-03-29-e1367fcd69f3a26f6acc54b24f19da3a8db75949","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-29 - Energy x Swissgrid AG"],"date":["2017-03-29"],"summary":["Security of electricity supply in Europe"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["ec-person-6997149120ce5129e38febe5275dc8fd03232d2e","eu-tr-60493327921-85"]}} -{"id":"ec-meeting-2017-03-29-e68b44c132b3150f6db0d3f71eb479ca8c1f2466","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2017-03-29 - Cabinet of Vice-President Valdis Dombrovskis x The Clearing House Association LLC"],"date":["2017-03-29"],"summary":["Perspectives on prospect of regulatory reform in the U.S.; Trans-Atlantic Regulatory Landscape","Trans-Atlantic Regulatory Landscape; Dodd Frank Act"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-725372527021-31","ec-person-537401fc0be04984531b83660f416bf2fe14fbd8","ec-person-a9eda2e8ea54b70a968327672c6cada679d3cd56"]}} -{"id":"ec-meeting-2017-03-29-f477a77f7634e70e37e1f67867137830347d77ea","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-29 - Cabinet of Commissioner Vytenis Andriukaitis x Bayer AG"],"date":["2017-03-29"],"summary":["Endocrine disruptors, approval of plant protection products"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-b9c3f19e7c5f216e3e508f931ddd6a9cb59376d1","eu-tr-3523776801-85"]}} -{"id":"ec-meeting-2017-03-29-f9ab452c092315becf3ac028ac6757e5796171de","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-29 - Cabinet of Commissioner Corina Crețu x Jaguar Land Rover Limited"],"date":["2017-03-29"],"summary":["Greenfield investment in Slovakia"],"notes":["Portfolio: Regional Policy"],"location":["Bruxelles"],"address":["Bruxelles"],"addressEntity":["addr-b58f5927b66d94a676970dc048485d4c6848f272"],"organizer":["ec-cabinet-commissioner-corina-cretu-of"],"involved":["ec-person-a8f47f7eb96bfb81929848b0ee89067bcbf0ce81","eu-tr-08618215943-22","ec-person-9d82b1471c4c81e026b73d025790b3d843428640"]}} -{"id":"ec-meeting-2017-03-29-fe789458f95d936e86f6ffbf1b93dbbbe49b9ded","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-29 - Cabinet of Vice-President Andrus Ansip x Investor AB"],"date":["2017-03-29"],"summary":["DSM general"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-190987114891-73","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45","ec-person-91ca0921c6790191daa54427311acd63035e7c9e"]}} -{"id":"ec-meeting-2017-03-30-12bd71d2d3515ec9c7a0f7ba5cf220e5b631626a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-30 - Cabinet of Vice-President Karmenu Vella x The Shark Trust"],"date":["2017-03-30"],"summary":["Our Ocean Conference 2017, shark finning, shark conservation management"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["eu-tr-78610009998-13","ec-person-2966d69fae0ea4e67f3f2df5a743cc766267d3c8"]}} -{"id":"ec-meeting-2017-03-30-2a82d20d3934aa788986b02c1a50f90a392ce66c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-30 - Cabinet of Commissioner Margrethe Vestager x Greater Copenhagen EU Office"],"date":["2017-03-30"],"summary":["EU Current Affairs"],"notes":["Portfolio: Competition"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-margrethe-of-vestager"],"involved":["eu-tr-91139622118-45","ec-person-6e8b9cd7bb1a15a7e90b04790769360ba931cafd"]}} -{"id":"ec-meeting-2017-03-30-3bbd37cdea670c744accff9bc1c3e4053a15bedd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-30 - Cabinet of First Vice-President Frans Timmermans x EuroCommerce"],"date":["2017-03-30"],"summary":["Food chain supply"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-84973761187-60","ec-person-6c0efbf1635ca0cb8dce32e129231fa3136f600b"]}} -{"id":"ec-meeting-2017-03-30-3c8d8326345e8805d5fb74f080ff31547051b6d4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-30 - Cabinet of Vice-President Valdis Dombrovskis x Actuarial Association of Europe"],"date":["2017-03-30"],"summary":["Solvency II, IORPs"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-550855911144-54","ec-person-eec82261c60167b261e56ad1e2bfb4c482db6191"]}} -{"id":"ec-meeting-2017-03-30-3da692b1bd04efd077338b603f7e21a0761acea9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-30 - Cabinet of Vice-President Andrus Ansip x Microsoft Corporation"],"date":["2017-03-30"],"summary":["e-privacy review directive"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-0801162959-21","ec-person-5db7bdd1c81da2e70eb5b982097d0004111b5c3e"]}} -{"id":"ec-meeting-2017-03-30-3e66c3dd4da94c23a949fa7eeb52f6816265f9b4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-30 - Cabinet of Vice-President Andrus Ansip x SAP"],"date":["2017-03-30"],"summary":["e-privacy review directive"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-5db7bdd1c81da2e70eb5b982097d0004111b5c3e","eu-tr-639117311617-01"]}} -{"id":"ec-meeting-2017-03-30-5280138fdbae9bd9e21992ad681dd77c7b0da641","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-30 - Cabinet of Commissioner Věra Jourová x Twitter International Company"],"date":["2017-03-30"],"summary":["Code of Conduct"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["eu-tr-394491614001-72","ec-person-1e0e3a00ab815dea7c5b839b002ed2c7e34bfe0a"]}} -{"id":"ec-meeting-2017-03-30-66289e552a9dac3f0d687914734d783850c870d3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-30 - Cabinet of Vice-President Valdis Dombrovskis x Bundesverband der Deutschen Volksbanken und Raiffeisenbanken"],"date":["2017-03-30"],"summary":["White Paper; EMU"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-48f31156d932641826e09f5b73f074d35ff05786","eu-tr-22330076571-75"]}} -{"id":"ec-meeting-2017-03-30-7b1d16507fa6369af9373775382716a4f0d21fe2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-30 - Taxation and Customs Union x British American Tobacco"],"date":["2017-03-30"],"summary":["Revision of the European tobacco excise directive"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-taxud"],"involved":["eu-tr-2427500988-58","ec-person-3173c1cc052827c58f23ccd3a8de07534f0d35bd"]}} -{"id":"ec-meeting-2017-03-30-807c0a5c003803dee99521406acdb17ec34ee52f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-30 - Cabinet of Vice-President Neven Mimica x ActionAid CONCORD Europe"],"date":["2017-03-30"],"summary":["European Consensus on Development"],"notes":["Portfolio: International Cooperation & Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-mimica-neven-of-president-vice"],"involved":["ec-person-d455992f8f48b86e26e61f5284a9ef8e18aed182","eu-tr-85103504511-82","eu-tr-34478709670-34"]}} -{"id":"ec-meeting-2017-03-30-8119fd07afe8f5f4deb4e6ca8af68f99be1ce9ad","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-30 - Cabinet of Commissioner Corina Crețu x HUMBOLDT-VIADRINA Governance Platform"],"date":["2017-03-30"],"summary":["To discuss their new proposal on the refugee initiative"],"notes":["Portfolio: Regional Policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-corina-cretu-of"],"involved":["eu-tr-441202320918-78","ec-person-2ab6296ada57eee7b1af6a77e7ff23cf6b0b1ccf"]}} -{"id":"ec-meeting-2017-03-30-8d9fa08d516236c500a82c194e3b0c7e506cdb11","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-30 - Energy x Central Europe Energy Partners"],"date":["2017-03-30"],"summary":["Energy policy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-87738563745-94","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2017-03-30-925c1af5eb25bd8f1ab2e1608cc228310d8377df","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-30 - Cabinet of Vice-President Valdis Dombrovskis x Citadel LLC"],"date":["2017-03-30"],"summary":["EMIR; CCP Recovery and Resolution"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-48f31156d932641826e09f5b73f074d35ff05786","eu-tr-836939615933-24"]}} -{"id":"ec-meeting-2017-03-30-9748e4f7b795caee8cb2c5d9e4f21ff84330bd13","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-30 - Cabinet of Commissioner Corina Crețu x Foundation for European Progressive Studies"],"date":["2017-03-30"],"summary":["To discuss their new proposal on the refugee initiative"],"notes":["Portfolio: Regional Policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-corina-cretu-of"],"involved":["eu-tr-00747188174-74","ec-person-2ab6296ada57eee7b1af6a77e7ff23cf6b0b1ccf"]}} -{"id":"ec-meeting-2017-03-30-a9d51f410fd8b2019ec241785a8955f658d08b8e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-30 - Cabinet of Vice-President Andrus Ansip x SoLocal Group"],"date":["2017-03-30"],"summary":["e-privacy review directive"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-5db7bdd1c81da2e70eb5b982097d0004111b5c3e","eu-tr-318529412495-78"]}} -{"id":"ec-meeting-2017-03-30-aae655fde45f314ed52cc56d4e3c09d97b65170e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-30 - Cabinet of Commissioner Dimitris Avramopoulos x Global Business Travel Association"],"date":["2017-03-30"],"summary":["EU visa policy"],"notes":["Portfolio: Migration, Home Affairs and Citizenship"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-avramopoulos-cabinet-commissioner-dimitris-of"],"involved":["eu-tr-43871558497-67","ec-person-57d09145ba24f5738cdde61edf14f741cb547675"]}} -{"id":"ec-meeting-2017-03-30-b7735004e71b4b3cf48e59b0c577231d9e1655ca","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-30 - Cabinet of Commissioner Phil Hogan x European Liaison Committee for Agriculture and agri-food trade"],"date":["2017-03-30"],"summary":["To exchange views on CAP & reform of CAP with EU Agri-food trade association"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-400dd8d59d3060187d9b9b143d697da1a3d03c12","eu-tr-546282614966-51"]}} -{"id":"ec-meeting-2017-03-30-b9cf2063d2aa3b76ccdfb0c8c8f056aa762037ae","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-30 - Cabinet of Vice-President Andrus Ansip x IBM Corporation"],"date":["2017-03-30"],"summary":["e-privacy review directive"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-5db7bdd1c81da2e70eb5b982097d0004111b5c3e","eu-tr-7721359944-96"]}} -{"id":"ec-meeting-2017-03-30-ce8a2689dcdd9993481365478cdf100d8c8cb56c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-30 - Cabinet of Commissioner Vytenis Andriukaitis x Corporate Europe Observatory European Network of Scientists for Social and Environmental Responsibility"],"date":["2017-03-30"],"summary":["EU's Research Policy (Innovation Principle vs. Precautionary Principle)"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["eu-tr-5353162366-85","ec-person-0dbfffeb0323f819c8d57164906086dd8639c437","eu-tr-500373220835-51"]}} -{"id":"ec-meeting-2017-03-30-cebcc4ea40de77d8f25b8c92f09e92b827765c43","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-30 - Cabinet of Commissioner Elżbieta Bieńkowska x None"],"date":["2017-03-30"],"summary":["Reach Evaluation"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-27053044762-72","eu-tr-06798511314-27","eu-tr-96645517357-19","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2017-03-30-d29149c18171c80e012747eed7674d3693e350a7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-30 - Trade x The European Steel Association"],"date":["2017-03-30"],"summary":["Steel trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-trade"],"involved":["ec-person-bde9bb099f5d24c52ca4a9255cefc99a5b87a650","eu-tr-93038071152-83"]}} -{"id":"ec-meeting-2017-03-30-e33c0d4bf3fc989b33528a14fe6ff6b612e55ce3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-30 - Cabinet of Commissioner Violeta Bulc x Global Business Travel Association"],"date":["2017-03-30"],"summary":["Aviation strategy"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-43871558497-67","ec-person-9d4dc4867a44dfe10f67ae7ee1706da3e8b48a24"]}} -{"id":"ec-meeting-2017-03-30-ee4718ffc230578f04f821e2e719899b57af516b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-30 - Cabinet of Vice-President Andrus Ansip x Accenture PLC"],"date":["2017-03-30"],"summary":["e-privacy review directive"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-5db7bdd1c81da2e70eb5b982097d0004111b5c3e","eu-tr-34424201320-69"]}} -{"id":"ec-meeting-2017-03-30-f4ac6ba5d403d191a4465b18207e21ba1d3561cc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-30 - Cabinet of President Jean-Claude Juncker x CropLife Europe"],"date":["2017-03-30"],"summary":["Latest Commission proposal on comitology"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-e415577aabb40c0f789310505c6c5803aa69037b","eu-tr-0711626572-26"]}} -{"id":"ec-meeting-2017-03-30-f6c83832e56646e8c8ce732e79f3590ba2710cd3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-30 - Cabinet of Vice-President Valdis Dombrovskis x Associazione Bancaria Italiana"],"date":["2017-03-30"],"summary":["update on banking regulation and review of BRRD and SRMR"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-915519211566-03","ec-person-f6170dbdd732fc460a713b82b57759ac5e77fdc6"]}} -{"id":"ec-meeting-2017-03-30-feaf7c1d959ea3aa8def9d32de8771afae8db4df","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-30 - Climate Action x Honeywell Europe NV"],"date":["2017-03-30"],"summary":["Mobility Package"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-clima"],"involved":["ec-person-44c2f44f96dda2012bcb4e9abc749f6cae86a4c0","eu-tr-75311753240-67"]}} -{"id":"ec-meeting-2017-03-30-ff595907497e15d5b0f0993599339da303987a00","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-30 - Cabinet of Vice-President Andrus Ansip x Numeum"],"date":["2017-03-30"],"summary":["e-privacy review directive"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-5db7bdd1c81da2e70eb5b982097d0004111b5c3e","eu-tr-565078326484-60"]}} -{"id":"ec-meeting-2017-03-31-47e66e9d157c0266cb4bdabef10e4630cc8b2213","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-31 - Cabinet of Vice-President Neven Mimica x Schneider Electric"],"date":["2017-03-31"],"summary":["Role of renewable energy in the development policy"],"notes":["Portfolio: International Cooperation & Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-mimica-neven-of-president-vice"],"involved":["ec-person-ba51cfc2cb570b2ba23d99869e21cd43fe8cadad","eu-tr-46302264606-44"]}} -{"id":"ec-meeting-2017-03-31-4d0c51913b3d35db7edd473ee21679fe69c7f537","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-31 - Cabinet of Commissioner Julian King x Intesa Sanpaolo"],"date":["2017-03-31"],"summary":["Cybersecurity"],"notes":["Portfolio: Security Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-julian-king-of"],"involved":["ec-person-5b22be4333936d6e9e2067397c048a016c117d67","eu-tr-24037141789-48"]}} -{"id":"ec-meeting-2017-03-31-7b38e63eb568b4fa0488fac81b287f02a0cf4a14","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-31 - Cabinet of Vice-President Miguel Arias Cañete x Ørsted A/S"],"date":["2017-03-31"],"summary":["Renewables"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-1831691c10441c5974327bbeb8693d6b6c1e50c3","eu-tr-870817015429-80"]}} -{"id":"ec-meeting-2017-03-31-925855192470e18571bc5921f532a30b5096f20d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-31 - Cabinet of Vice-President Neven Mimica x Partnership for Aflatoxin Control in Africa"],"date":["2017-03-31"],"summary":["Food safety in Africa"],"notes":["Portfolio: International Cooperation & Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-mimica-neven-of-president-vice"],"involved":["ec-person-e06df06453c45a7a836ac84cbc479b8e48f16ea8","eu-tr-705806123152-87"]}} -{"id":"ec-meeting-2017-03-31-9c2b6887c69715ae1ba9d896855772032cfe177d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-31 - Task Force for Relations with the United Kingdom x Green 10"],"date":["2017-03-31"],"summary":["Meeting with the Task Force for the Preparation and Conduct of the Negotiations with the United Kingdom under Article 50 TEU"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-uktf"],"involved":["ec-person-864cfa5fbc9b02a079ffbab1107f252c7bb08478","eu-tr-70309834043-10"]}} -{"id":"ec-meeting-2017-03-31-b532271a353b262a0970eb079a152e4de6be9aa1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-31 - Cabinet of President Jean-Claude Juncker x AEGIS Europe"],"date":["2017-03-31"],"summary":["Commission proposal to change anti-dumping methodology for non-market economies"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-e415577aabb40c0f789310505c6c5803aa69037b","eu-tr-790573922716-64"]}} -{"id":"ec-meeting-2017-03-31-bd98b4aeea897a72e2c956d02daf29761b27e62b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-31 - Cabinet of Vice-President Günther Oettinger x Landesanstalt für Kommunikation Baden-Württemberg"],"date":["2017-03-31"],"summary":["Europäische Werte, Rolle der Medien"],"notes":["Portfolio: Budget & Human Resources"],"location":["Stuttgart"],"address":["Stuttgart"],"addressEntity":["addr-ec1b13e7905dbe946388ffc80ac1b7f2624ca649"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-079383526064-50","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2017-03-31-df9bd16a9834507e5bbc0c0fa6ff15b587ed4633","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-03-31 - Cabinet of Commissioner Carlos Moedas x European Tyre & Rubber Manufacturers' Association"],"date":["2017-03-31"],"summary":["research opportunity for tyre/road interaction on tyre and road wear emissions"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-0a716bf5253e913fc40ebf14c12f30dc2e7a06ee","eu-tr-6025320863-10"]}} -{"id":"ec-meeting-2017-04-03-1dd7d3b54b2033d4a772ae175e156152818359fa","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-04-03 - Cabinet of Vice-President Maroš Šefčovič x Shell Companies"],"date":["2017-04-03"],"summary":["Clean Energy Package, LNG Strategy, Future role of gas"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-3bf48630444ace93d407e52eb880e64d480f75ce","eu-tr-05032108616-26"]}} -{"id":"ec-meeting-2017-04-03-27c0e6fd20f42bfca51ffb7356fe79b87d0088e0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-04-03 - Cabinet of Commissioner Carlos Moedas x Concawe"],"date":["2017-04-03"],"summary":["Research on energy issues"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["eu-tr-19227706301-14","ec-person-0a716bf5253e913fc40ebf14c12f30dc2e7a06ee","ec-person-2b4bb0b28e7435e5f612e44d9664dbd1051efc55"]}} -{"id":"ec-meeting-2017-04-03-56de153e6c28154c414d87d0923c1294de810d05","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-04-03 - Cabinet of Vice-President Cecilia Malmström x Volvo Car Corporation AB"],"date":["2017-04-03"],"summary":["current trade issues"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-74574295642-60","ec-person-19b143e83f8ab978c55c8a9a9e49e06dbfa14bf3"]}} -{"id":"ec-meeting-2017-04-03-78b2892572ba658421734e49f8c97c9cd66009c0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-04-03 - Cabinet of Vice-President Jyrki Katainen x Third Generation Environmentalism Ltd ActionAid WWF European Policy Programme Friends of the Earth Europe ShareAction Europe Finance Watch"],"date":["2017-04-03"],"summary":["Sustainability finance in the mid-term review of the Capital Markets Union"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-9825553393-31","eu-tr-75791956264-20","eu-tr-1414929419-24","eu-tr-85103504511-82","ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90","eu-tr-07783117686-61","eu-tr-37943526882-24"]}} -{"id":"ec-meeting-2017-04-04-36d574f98b69f50bd4c653f232b5f1e8e9644af1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-04-04 - Task Force for Relations with the United Kingdom x None"],"date":["2017-04-04"],"summary":["Meeting with the Task Force for the Preparation and Conduct of the Negotiations with the United Kingdom under Article 50 TEU"],"location":["Luxembourg, Grand Duchy of Luxembourg"],"address":["Luxembourg, Grand Duchy of Luxembourg"],"addressEntity":["addr-e2089034cdb2f64319158d8903a5a398d3c35be4"],"organizer":["ec-dg-uktf"],"involved":["eu-tr-82936193787-44","eu-tr-6182372280-83","ec-person-864cfa5fbc9b02a079ffbab1107f252c7bb08478","eu-tr-3505006282-58"]}} -{"id":"ec-meeting-2017-04-04-5c72f201168ec164fc3d47402340641b3deb885d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-04-04 - Cabinet of Vice-President Maroš Šefčovič x Continental AG"],"date":["2017-04-04"],"summary":["Batteries and low-emission mobility"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-06248449380-53","ec-person-2be517b9261a91f2f07e05ec14c6331980e9716e"]}} -{"id":"ec-meeting-2017-04-04-67f5d1c79c43869174d726b5b7095749878415ff","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-04-04 - Energy x Atlantic Council of the United States, Inc"],"date":["2017-04-04"],"summary":["Energy policy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-524686116124-73","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2017-04-04-6eea8000691eec5b0446a4c113ef5cc47dca663c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-04-04 - Task Force for Relations with the United Kingdom x Lëtzebuerger Chrëschtleche Gewerkschafts-Bond"],"date":["2017-04-04"],"summary":["Meeting with the Task Force for the Preparation and Conduct of the Negotiations with the United Kingdom under Article 50 TEU"],"location":["Luxembourg, Grand Duchy of Luxembourg"],"address":["Luxembourg, Grand Duchy of Luxembourg"],"addressEntity":["addr-e2089034cdb2f64319158d8903a5a398d3c35be4"],"organizer":["ec-dg-uktf"],"involved":["ec-person-864cfa5fbc9b02a079ffbab1107f252c7bb08478","eu-tr-902799723370-43"]}} -{"id":"ec-meeting-2017-04-04-7385b479545b30f3fb779a50a1ff63d7fd179653","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-04-04 - Cabinet of First Vice-President Frans Timmermans x The Mentor Group"],"date":["2017-04-04"],"summary":["Forum for EU-US Legal-Economic affairs"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-871315323409-01","ec-person-6c0efbf1635ca0cb8dce32e129231fa3136f600b"]}} -{"id":"ec-meeting-2017-04-04-89e17771a688a1ad8f90ca0e6f1c9f7f5697df50","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-04-04 - Cabinet of Commissioner Margrethe Vestager x Atlantic Council of the United States, Inc"],"date":["2017-04-04"],"summary":["EU-US Relations"],"notes":["Portfolio: Competition"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-margrethe-of-vestager"],"involved":["ec-person-5d3cde69206da720686a2bca71494091f1318f24","eu-tr-524686116124-73"]}} -{"id":"ec-meeting-2017-04-04-adf26d6bbe252dc5b37df1447b841a74bea01f5e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-04-04 - Cabinet of Commissioner Věra Jourová x AIM European Brands Association"],"date":["2017-04-04"],"summary":["Quality of foodstuff"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["eu-tr-1074382679-01","ec-person-a2ca9161feee56909a0e98b473c2d342c20fdb57"]}} -{"id":"ec-meeting-2017-04-04-afb9030999463753a83ea092362498e7c4e07b7b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-04-04 - Communications Networks, Content and Technology x The Brookings Institution"],"date":["2017-04-04"],"summary":["Digital Agenda - transnational harmonization of cybersecurity frameworks, standards, and practices against common threats."],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-177994617312-19","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2017-04-04-ba7d7aef50df0b41d64e7fe7e3cf3d8592ff74f9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-04-04 - Cabinet of Vice-President Andrus Ansip x european competitive telecommunications association"],"date":["2017-04-04"],"summary":["Telecom review"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-24627752238-32","ec-person-666bc159c7e65a3af9e63c1e97435c02f1496955"]}} -{"id":"ec-meeting-2017-04-04-bc66b066f471a5afc59a35ca88f29f4f9efd7ffd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-04-04 - Cabinet of Vice-President Jyrki Katainen x Eurofacts Oy"],"date":["2017-04-04"],"summary":["State aid policy"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-f9208d930adc70c6c64e21701e48f85f6f18e949","eu-tr-108186916896-88"]}} -{"id":"ec-meeting-2017-04-04-c74fa90ef0aff7eab90c8682a36cdba51acf9e09","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2017-04-04 - Cabinet of Vice-President Miguel Arias Cañete x GEODE - The voice of local energy distributors across Europe"],"date":["2017-04-04"],"summary":["Market design","\"Clean Energy for All Europeans” package"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-1831691c10441c5974327bbeb8693d6b6c1e50c3","eu-tr-00098856602-24","ec-person-2229c857664a22dcb8eee79a8c05841fd3d0924f"]}} -{"id":"ec-meeting-2017-04-04-dfe8c00ffff2817a0c3bd40c947c8fba12bb3834","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-04-04 - Cabinet of Commissioner Margrethe Vestager x Canada Pension Plan Investment Board"],"date":["2017-04-04"],"summary":["Merger Control Framework"],"notes":["Portfolio: Competition"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-margrethe-of-vestager"],"involved":["ec-person-947ab3027ba90ce15968614ce35c12506b7a43ac","eu-tr-140719522066-79"]}} -{"id":"ec-meeting-2017-04-04-e282fe2d0880caeb8f4b4cafd45bf4bd2ca7ce6e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-04-04 - Cabinet of Commissioner Julian King x Aviation Security Services Association - International"],"date":["2017-04-04"],"summary":["Aviation Security"],"notes":["Portfolio: Security Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-julian-king-of"],"involved":["eu-tr-822015024907-87","ec-person-7bf4bf39d5d06955fc37d23e107675489c4e8729"]}} -{"id":"ec-meeting-2017-04-04-ec3621061f598e5be5678b068efe6ec4fdfde0a8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-04-04 - Cabinet of Vice-President Karmenu Vella x International Union for Conservation of Nature EU Representative Office"],"date":["2017-04-04"],"summary":["Cooperation Commission - IUCN"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["eu-tr-03518238467-61","ec-person-78fb1ad0c02c4fa8497b22edc1233d6be03cf2e5"]}} -{"id":"ec-meeting-2017-04-04-f8680d57ec49d48785b32152070ff37f04ad2b86","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-04-04 - Environment x JA Europe"],"date":["2017-04-04"],"summary":["Eco-Innovation and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-env"],"involved":["eu-tr-640075618084-13","ec-person-3bc74ce04ea3f4ab4d91a5c88eef25b8b8a213b4"]}} -{"id":"ec-meeting-2017-04-05-139972529646d280ab705458fb3ca1ed691d696d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-04-05 - Cabinet of Vice-President Günther Oettinger x Bundesvereinigung der Deutschen Arbeitgeberverbände e.V."],"date":["2017-04-05"],"summary":["current EU policies"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-7749519702-29","ec-person-b17d355ca19058898aba2ec032de59f8701d47f5"]}} -{"id":"ec-meeting-2017-04-05-2a6716091470764acfcbf9a090e40861edaa4b9b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-04-05 - Cabinet of Vice-President Günther Oettinger x Advocacy Strategies AG Brunswick Group LLP Nord Stream 2 AG"],"date":["2017-04-05"],"summary":["Nord Stream 2, state-of-play"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-269765512149-12","eu-tr-662856722412-20","ec-person-55a0b11edfe9b0b76e526f72b1ec2e9f2f74d5bc","eu-tr-26255464458-25"]}} -{"id":"ec-meeting-2017-04-05-3b366747fd028790a395e8a5f7f182b8111ee302","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-04-05 - Cabinet of Vice-President Miguel Arias Cañete x EMILIA-ROMAGNA REGIONAL SUB-UNIT FOR DEVOLOPEMENT AQUACOLTURE AND FISHING"],"date":["2017-04-05"],"summary":["Discussion on urban agendas in view of the intelligent growth of the area linked to regional and European scale choices. Future strategies for intelligent growth of the territories linked to European policy on smart cities and communities."],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-36482546115-09","ec-person-25a937c04cd0a0ddcf5cf34798e76b5105854114"]}} -{"id":"ec-meeting-2017-04-05-478bef5eece3989f8b16898395c433cd527aa84e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-04-05 - Cabinet of Commissioner Tibor Navracsics x Union of European Football Associations"],"date":["2017-04-05"],"summary":["Cooperation between UEFA and the European Commission"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Helsinki"],"address":["Helsinki"],"addressEntity":["addr-98dc71700228eb053aa75f338c9a8b5bcef38679"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-dc2e0fed0fdf39a6a3f3ad63355c5215599de9d1","eu-tr-39217046408-27"]}} -{"id":"ec-meeting-2017-04-05-4fc545cb5ab69059053c69e6a889408d090ea990","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-04-05 - Cabinet of Vice-President Miguel Arias Cañete x Eni S.p.A."],"date":["2017-04-05"],"summary":["Gas Infrustructure"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-1831691c10441c5974327bbeb8693d6b6c1e50c3","eu-tr-99578067285-35"]}} -{"id":"ec-meeting-2017-04-05-604a61a5a3b03efd3cb1e95e5444a89bf3492537","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-04-05 - Cabinet of Vice-President Cecilia Malmström x American Chamber of Commerce to the European Union"],"date":["2017-04-05"],"summary":["EU-US relations / Future of Trade / Invitation to the Commissioner"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-5d4088e1913284a765aed8445f448f6ff341f1b3","ec-person-20ded9db5df11164331bb161fdf234b1e5ad53fd","eu-tr-5265780509-97"]}} -{"id":"ec-meeting-2017-04-05-6bb25faa2ade7ce9d477ff49c43760e5a2248a85","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-04-05 - Cabinet of Commissioner Violeta Bulc x European Skippers Organisation - vzw"],"date":["2017-04-05"],"summary":["INLAND NAVIGATION"],"notes":["Portfolio: Transport"],"location":["brussels"],"address":["brussels"],"addressEntity":["addr-e2daa1574b7ac475c827b33e281bd2d5e013c882"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-cb7aaf75b4c195481f149f904bc28b4e2ac2b7ab","eu-tr-63974235880-21"]}} -{"id":"ec-meeting-2017-04-05-80bf2abbd7de6ea6646814d191e5a7555d813ba6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-04-05 - Cabinet of Commissioner Violeta Bulc x Inland Navigation Europe"],"date":["2017-04-05"],"summary":["INLAND NAVIGATION"],"notes":["Portfolio: Transport"],"location":["brussels"],"address":["brussels"],"addressEntity":["addr-e2daa1574b7ac475c827b33e281bd2d5e013c882"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-1811573195-25","ec-person-be830229e281863b280fbdedb9755116218a1b6d"]}} -{"id":"ec-meeting-2017-04-05-9b68567eecc7d4c42901211e3147e48e14b338b3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-04-05 - Mobility and Transport x Lufthansa Group"],"date":["2017-04-05"],"summary":["Aviation Strategy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-move"],"involved":["eu-tr-0714344663-32","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2017-04-05-d3f3279b98f804dbe2ea5f31e932d9378eeb1b9e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-04-05 - Cabinet of Vice-President Jyrki Katainen x Verband Deutscher Maschinen- und Anlagenbau e.V."],"date":["2017-04-05"],"summary":["Product regulation and market surveillance in the single market"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-81b1dda49062e5dac42bdad9273fa72968a2c325","eu-tr-9765362691-45"]}} -{"id":"ec-meeting-2017-04-05-dcc3add751b6a9bda066f1cac15e228495e07c40","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-04-05 - Cabinet of Vice-President Valdis Dombrovskis x Deutsche Telekom Regulatory Solutions"],"date":["2017-04-05"],"summary":["EU Audit Regulation"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-089405024976-26","ec-person-537401fc0be04984531b83660f416bf2fe14fbd8","eu-tr-60052162589-72"]}} -{"id":"ec-meeting-2017-04-05-e895e471003c4c3604be5c735ecbe20164139bbc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-04-05 - Cabinet of Commissioner Vytenis Andriukaitis x PepsiCo Kellogg Company European Snacks Association"],"date":["2017-04-05"],"summary":["Food safety, Nutrition and health, Responsible advertising to children"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["eu-tr-89352824072-19","ec-person-b9c3f19e7c5f216e3e508f931ddd6a9cb59376d1","ec-person-97425c615743576adc42e09bee7dac14f83f691b","eu-tr-00849042167-65","eu-tr-010212710281-97"]}} -{"id":"ec-meeting-2017-04-05-f052b3b9a765fced1a8036133eeb46f514a018ab","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-04-05 - Cabinet of Commissioner Violeta Bulc x European Federation of Inland Ports"],"date":["2017-04-05"],"summary":["INLAND NAVIGATION"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-41826153178-91","ec-person-cb7aaf75b4c195481f149f904bc28b4e2ac2b7ab"]}} -{"id":"ec-meeting-2017-04-05-f072f19be74a428b3874301aebffce2993510db5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-04-05 - Cabinet of Vice-President Valdis Dombrovskis x Deutscher Gewerkschaftsbund"],"date":["2017-04-05"],"summary":["European Semester; Social Pillar; Labour Mobility"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Berlin"],"address":["Berlin"],"addressEntity":["addr-062b06ba8e755765c6b049809b7430fd54fe5b21"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-07595112423-87","ec-person-48f31156d932641826e09f5b73f074d35ff05786","ec-person-a9eda2e8ea54b70a968327672c6cada679d3cd56"]}} -{"id":"ec-meeting-2017-04-06-0e86e39a42b5dcefb2614b92bf30256626d1768e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-04-06 - Mobility and Transport x Scania AB (publ)"],"date":["2017-04-06"],"summary":["Decarbonising Road Transport"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-move"],"involved":["eu-tr-3305029916-47","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2017-04-06-161dffd223fb5fd8f052f8d8c7b618280f7b325b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-04-06 - Cabinet of Vice-President Andrus Ansip x Bureau Européen des Unions de Consommateurs"],"date":["2017-04-06"],"summary":["Telecom review, international calls"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-9505781573-45","ec-person-666bc159c7e65a3af9e63c1e97435c02f1496955"]}} -{"id":"ec-meeting-2017-04-06-1809eadb638e13c35e162754832622933d94f1ae","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-04-06 - Cabinet of Vice-President Andrus Ansip x European Cyber Security Organisation"],"date":["2017-04-06"],"summary":["Cybersecurity PPP"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-3ca0c466b8ff230d4409591430b388007ce14ff8","eu-tr-684434822646-91","ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0"]}} -{"id":"ec-meeting-2017-04-06-23d4bf1cb2dc283db9df9315fc723a2df27d7b16","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-04-06 - Cabinet of Commissioner Věra Jourová x Mastercard Amazon Europe Core SARL CEBRE - Czech Business Representation to the EU in Brussels"],"date":["2017-04-06"],"summary":["Panel debate at Networking meeting with Czechs and Slovaks in Brussels"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-a608b85b2ffef83f883b5a2330b6232efa1b7141","eu-tr-58204758673-16","eu-tr-9412010322-35","eu-tr-366117914426-10","ec-person-1e0e3a00ab815dea7c5b839b002ed2c7e34bfe0a"]}} -{"id":"ec-meeting-2017-04-06-2a41c03f3fd88b15a25a6e07b9008f4fb8045d44","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-04-06 - Cabinet of Vice-President Jyrki Katainen x Scania AB (publ) Kreab"],"date":["2017-04-06"],"summary":["decarbonisation of road transport"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90","eu-tr-1078390517-54","eu-tr-3305029916-47","ec-person-0da85dc48012e26688310a59a0b51727ea68f410"]}} -{"id":"ec-meeting-2017-04-06-3537af495d2be0ca0a290c766e7c772898327dff","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2017-04-06 - Cabinet of Commissioner Phil Hogan x John Deere GmbH&Co.Kg"],"date":["2017-04-06"],"summary":["Possible visit of Commissioner Hogan to John Deere","Forthcoming visit of the Commissioner to Germany"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-524637319601-09","ec-person-b0d24e81234b490dd841a09b69892304b27fc6a8"]}} -{"id":"ec-meeting-2017-04-06-36b6bdda3aec1caf23a76ab4d6be0b121b4da7c2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-04-06 - Cabinet of Commissioner Phil Hogan x Ecolab, Inc."],"date":["2017-04-06"],"summary":["Presentation of Nalco Water"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-969504320672-09","ec-person-b0d24e81234b490dd841a09b69892304b27fc6a8"]}} -{"id":"ec-meeting-2017-04-06-3798daa1b71ed86e7548e86f788b41e4554cf82a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-04-06 - Financial Stability, Financial Services and Capital Markets Union x Bank of America Corporation"],"date":["2017-04-06"],"summary":["Exchange views on US and European economic prospects, the state of play of financial regulation initiatives in the EU and in the US, and also the future of banking, particularly in the context of Brexit."],"location":["Malta"],"address":["Malta"],"addressEntity":["addr-1a591a3e91fcb7a47f2c08e9e2e117f39af22078"],"organizer":["ec-dg-fisma"],"involved":["ec-person-bdee7a93f95c8ef05079539170139b3c02e8ed96","eu-tr-53891615036-88"]}} -{"id":"ec-meeting-2017-04-06-3c531b09d1d04be438a8382e39664e533f0e879f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-04-06 - Cabinet of High Representative / Vice-President Federica Mogherini x European Round Table for Industry"],"date":["2017-04-06"],"summary":["Presentation of ERT future events"],"notes":["Portfolio: Foreign Affairs and Security Policy"],"location":["Brussels (Berlaymont)"],"address":["Brussels (Berlaymont)"],"addressEntity":["addr-4e70ddf45e81f0631950978c4aa49a218756a3f4"],"organizer":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"involved":["ec-person-0d87d503aa00db1df141f3b1bfea3e0ccb43ece9","eu-tr-25487567824-45"]}} -{"id":"ec-meeting-2017-04-06-49ff74f1b8de3e2e677e515434647b026e2f58e8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-04-06 - Financial Stability, Financial Services and Capital Markets Union x Bundesverband Öffentlicher Banken Deutschlands eV"],"date":["2017-04-06"],"summary":["priorities / programme of new VÖB-President, Finalisation of Basel III, CRD-Review."],"location":["Malta"],"address":["Malta"],"addressEntity":["addr-1a591a3e91fcb7a47f2c08e9e2e117f39af22078"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-0767788931-41","ec-person-bdee7a93f95c8ef05079539170139b3c02e8ed96"]}} -{"id":"ec-meeting-2017-04-06-544920956aa2a70bf30f6f0be91abaa2e127246b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-04-06 - Cabinet of Commissioner Elżbieta Bieńkowska x Bayer AG"],"date":["2017-04-06"],"summary":["current political priorities"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-3523776801-85","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2017-04-06-55b7eb011ac0cd71360e35808cfed9cdd13ff87d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-04-06 - Financial Stability, Financial Services and Capital Markets Union x Deutsche Bank AG"],"date":["2017-04-06"],"summary":["Brexit, AD1/AT1, Basel"],"location":["Malta"],"address":["Malta"],"addressEntity":["addr-1a591a3e91fcb7a47f2c08e9e2e117f39af22078"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-271912611231-56","ec-person-bdee7a93f95c8ef05079539170139b3c02e8ed96"]}} -{"id":"ec-meeting-2017-04-06-5e225aed835c4da070ec573c75fdc14690854546","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-04-06 - Cabinet of Vice-President Miguel Arias Cañete x IBERDROLA"],"date":["2017-04-06"],"summary":["Clean Energy Package- state of play in the European Parliament and the Council"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-41816938101-07","ec-person-71f9b3c696abbda505f0fae6baec2c26e0c310dc","ec-person-2229c857664a22dcb8eee79a8c05841fd3d0924f"]}} -{"id":"ec-meeting-2017-04-06-6522ee5513cf63ec679cd38bffe9c31cef8c5928","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-04-06 - Cabinet of Vice-President Günther Oettinger x E.ON SE"],"date":["2017-04-06"],"summary":["Digitalisation energy, energy projects"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-72760517350-57","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2017-04-06-6ea361885fce58e866ab201578b66d02fbb53048","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2017-04-06 - Cabinet of Vice-President Andrus Ansip x Hubert Burda Media Holding Kommanditgesellschaft"],"date":["2017-04-06"],"summary":["Presentation of Cliqz - e-privacy and the use of data","e-privacy"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-5db7bdd1c81da2e70eb5b982097d0004111b5c3e","eu-tr-730036917015-61","ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0"]}} -{"id":"ec-meeting-2017-04-06-75a092c8e01c2977a4871ccdad13fe42cc086674","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-04-06 - Financial Stability, Financial Services and Capital Markets Union x Crédit Agricole S.A."],"date":["2017-04-06"],"summary":["Exchange of views"],"location":["Malta"],"address":["Malta"],"addressEntity":["addr-1a591a3e91fcb7a47f2c08e9e2e117f39af22078"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-35147251117-11","ec-person-bdee7a93f95c8ef05079539170139b3c02e8ed96"]}} -{"id":"ec-meeting-2017-04-06-7ee1aaad29d91c00b506c6e9accd6baad0b03c09","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-04-06 - Financial Stability, Financial Services and Capital Markets Union x The Investment Association"],"date":["2017-04-06"],"summary":["CMU, non-performing loan problem, sustainable finance."],"location":["Malta"],"address":["Malta"],"addressEntity":["addr-1a591a3e91fcb7a47f2c08e9e2e117f39af22078"],"organizer":["ec-dg-fisma"],"involved":["ec-person-bdee7a93f95c8ef05079539170139b3c02e8ed96","eu-tr-5437826103-53"]}} -{"id":"ec-meeting-2017-04-06-8e8c5320c70e4b33e9866ab5d81d5964f67d3b73","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-04-06 - Cabinet of President Jean-Claude Juncker x European Environmental Bureau WWF European Policy Programme"],"date":["2017-04-06"],"summary":["Biodiversity"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-b1bf9aa5fb7e886441ff341b657cc482b64a2a3e","eu-tr-1414929419-24","eu-tr-06798511314-27"]}} -{"id":"ec-meeting-2017-04-06-8eb2dbbb21e7273a332c7a9f90f808d7c01536b6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-04-06 - Cabinet of Vice-President Cecilia Malmström x Scania AB (publ)"],"date":["2017-04-06"],"summary":["current trade issues"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-19b143e83f8ab978c55c8a9a9e49e06dbfa14bf3","eu-tr-3305029916-47"]}} -{"id":"ec-meeting-2017-04-06-96b68ed00e57ccb7dcd41fedb067190349b28253","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-04-06 - Cabinet of Vice-President Maroš Šefčovič x Scania AB (publ)"],"date":["2017-04-06"],"summary":["Low-Emission Mobility and Connected and Automated Driving"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-2be517b9261a91f2f07e05ec14c6331980e9716e","eu-tr-3305029916-47"]}} -{"id":"ec-meeting-2017-04-06-ab52375e4434512181911faf55b9675ead5b4877","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-04-06 - Cabinet of Vice-President Günther Oettinger x Ernst & Young Core Business Services BV"],"date":["2017-04-06"],"summary":["networking dinner"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-04458109373-91","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2017-04-06-b790c8f9ff26cc09739ae328d1faa1f8dc94bc56","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-04-06 - Cabinet of Vice-President Miguel Arias Cañete x Verbraucherzentrale Bundesverband"],"date":["2017-04-06"],"summary":["Market Design"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-1831691c10441c5974327bbeb8693d6b6c1e50c3","eu-tr-2893800753-48"]}} -{"id":"ec-meeting-2017-04-06-b96e58b960143c3cec16ad85e72f37c711db9b28","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-04-06 - Internal Market, Industry, Entrepreneurship and SMEs x Scania AB (publ)"],"date":["2017-04-06"],"summary":["Courtesy meeting with Scania senior management discussing sustainability issues"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-grow"],"involved":["eu-tr-3305029916-47","ec-person-60a3d0d628d231b41af1d0c65607b0fd78ca4edc"]}} -{"id":"ec-meeting-2017-04-06-cba2d4da390b0ecbc2a7f0f9f1066d253903871b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-04-06 - Cabinet of Vice-President Miguel Arias Cañete x Association des Constructeurs Européens d'Automobiles"],"date":["2017-04-06"],"summary":["Heavy Duty Vehicles"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-0649790813-47","ec-person-25a937c04cd0a0ddcf5cf34798e76b5105854114"]}} -{"id":"ec-meeting-2017-04-06-e05425af2e412bae9de671e52f87400905c329fd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-04-06 - Cabinet of Vice-President Jyrki Katainen x Suomen Metsästäjäliitto - Finlands Jägarförbund"],"date":["2017-04-06"],"summary":["Hunting and EU environmental policy."],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90","eu-tr-819528326642-16"]}} -{"id":"ec-meeting-2017-04-06-ed9a39451f14f50c61d23135879cb3634c487c3a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-04-06 - Cabinet of High Representative / Vice-President Federica Mogherini x Terna spa"],"date":["2017-04-06"],"summary":["Energy Union"],"notes":["Portfolio: Foreign Affairs and Security Policy"],"location":["Brussels (Berlaymont)"],"address":["Brussels (Berlaymont)"],"addressEntity":["addr-4e70ddf45e81f0631950978c4aa49a218756a3f4"],"organizer":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"involved":["eu-tr-937812815077-68","ec-person-0d87d503aa00db1df141f3b1bfea3e0ccb43ece9"]}} -{"id":"ec-meeting-2017-04-06-ede434ab32fff11016722d4ff562d2dfe29db267","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-04-06 - Cabinet of Vice-President Andrus Ansip x Cercle des Réseaux européens"],"date":["2017-04-06"],"summary":["l’actualité du paquet digital"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-91ca0921c6790191daa54427311acd63035e7c9e","eu-tr-212885415901-57"]}} -{"id":"ec-meeting-2017-04-06-f2fd6f8357fe1ffb5ee6144c72d88a17e08b86e9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-04-06 - Cabinet of Commissioner Elżbieta Bieńkowska x Airlines for Europe"],"date":["2017-04-06"],"summary":["EU Airport Charges Directive"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["ec-person-6cd920669457898c6304ed6a599a852d84518227","eu-tr-807912421050-91"]}} -{"id":"ec-meeting-2017-04-06-f639f8773c708421a35fd65f547a414c7c796d39","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-04-06 - Informatics x SAS Institute"],"date":["2017-04-06"],"summary":["Meeting on Data Management"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-digit"],"involved":["eu-tr-175323916168-03","ec-person-32591d36027eb92a66b57d5bcc8c57d9574380b0"]}} -{"id":"ec-meeting-2017-04-06-fc45e1390f113f2c9e18e8f452ffd8f265f6103e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-04-06 - Cabinet of Vice-President Jyrki Katainen x Interel European Affairs"],"date":["2017-04-06"],"summary":["Water policy"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-7028457765-59","ec-person-0da85dc48012e26688310a59a0b51727ea68f410"]}} -{"id":"ec-meeting-2017-04-06-fe4a1b059a4207562b9673971b45aeaec5e00af8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-04-06 - Cabinet of Vice-President Günther Oettinger x Airbus"],"date":["2017-04-06"],"summary":["Multiannual Financial Framework"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["ec-person-b17d355ca19058898aba2ec032de59f8701d47f5","eu-tr-2732167674-76"]}} -{"id":"ec-meeting-2017-04-06-ff84e701726f8eb559fb54ee5aac630a44ae58d8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-04-06 - Financial Stability, Financial Services and Capital Markets Union x The Goldman Sachs Group, Inc."],"date":["2017-04-06"],"summary":["Brexit, EU/ US regulatory landscape, Prudential agenda"],"location":["Malta"],"address":["Malta"],"addressEntity":["addr-1a591a3e91fcb7a47f2c08e9e2e117f39af22078"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-701266814986-18","ec-person-bdee7a93f95c8ef05079539170139b3c02e8ed96"]}} -{"id":"ec-meeting-2017-04-07-043ed54d3600e5d945a4f9b6af7319fc774ed7bd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-04-07 - Cabinet of Vice-President Miguel Arias Cañete x Tesla Motors Netherlands B.V."],"date":["2017-04-07"],"summary":["Electromobility platform"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-547225616323-13","ec-person-25a937c04cd0a0ddcf5cf34798e76b5105854114"]}} -{"id":"ec-meeting-2017-04-07-17eacf2c163af82c1f35539d4fee1319296d14b3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-04-07 - Cabinet of Vice-President Andrus Ansip x Association for Financial Markets in Europe"],"date":["2017-04-07"],"summary":["Retail banking secor, analysis of the General Data protection regulation (GDPR)"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-5db7bdd1c81da2e70eb5b982097d0004111b5c3e","eu-tr-65110063986-76"]}} -{"id":"ec-meeting-2017-04-07-3f39d9c6505731011e3282e8e165fc211fa099ec","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-04-07 - Cabinet of Vice-President Jyrki Katainen x EUROPEAN APPAREL AND TEXTILE CONFEDERATION"],"date":["2017-04-07"],"summary":["Outreach for possible participation at the annual Euratex General Assembly"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-7824139202-85","ec-person-0da85dc48012e26688310a59a0b51727ea68f410"]}} -{"id":"ec-meeting-2017-04-07-5e225aed835c4da070ec573c75fdc14690854546","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-04-07 - Cabinet of Vice-President Miguel Arias Cañete x IBERDROLA"],"date":["2017-04-07"],"summary":["Energías renovables"],"notes":["Portfolio: Climate Action & Energy"],"location":["Madrid"],"address":["Madrid"],"addressEntity":["addr-7a2191964a3d7521269f0068afae6b6116bac15d"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-41816938101-07","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd"]}} -{"id":"ec-meeting-2017-04-07-7a9a6cbc2f9610003816822d7294a189d4fad83b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-04-07 - Cabinet of Commissioner Elżbieta Bieńkowska x Spotify"],"date":["2017-04-07"],"summary":["online platforms and geoblocking"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-365747616583-15","ec-person-b2f9be51339f054477846797e2c119fcf16548fc"]}} -{"id":"ec-meeting-2017-04-07-92e39dc4c659b5834b79e656ada1fbc35c91e353","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-04-07 - Cabinet of Vice-President Miguel Arias Cañete x Energy Cities"],"date":["2017-04-07"],"summary":["Decarbonisation"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-11514322965-05","ec-person-25a937c04cd0a0ddcf5cf34798e76b5105854114"]}} -{"id":"ec-meeting-2017-04-07-9353aba271a445aa5d22e80a406a196d0df58ea3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-04-07 - Competition x EuroCommerce"],"date":["2017-04-07"],"summary":["To review current competition trends"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-comp"],"involved":["eu-tr-84973761187-60","ec-person-8600a621c9aef12fc33b708e13b3cd3d5fa5696b"]}} -{"id":"ec-meeting-2017-04-07-ac1b1733cb2cadc0caf371297ed15c99a0288255","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-04-07 - Energy x General Electric Company"],"date":["2017-04-07"],"summary":["Energy policy"],"location":["Paris, France"],"address":["Paris, France"],"addressEntity":["addr-c70534aa18173b860a10a50a47b139c4a581cbf6"],"organizer":["ec-dg-ener"],"involved":["ec-person-6997149120ce5129e38febe5275dc8fd03232d2e","eu-tr-4016736872-59"]}} -{"id":"ec-meeting-2017-04-07-f31902b254bf16a9c9387b5ad5d7e82f99ce79c6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-04-07 - Cabinet of Commissioner Elżbieta Bieńkowska x Transport and Environment (European Federation for Transport and Environment)"],"date":["2017-04-07"],"summary":["Low emission mobility, CO2 standards"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-58744833263-19","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2017-04-10-3ab57efc234dc31e08a9e4b2a5dac589ebf60e97","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-04-10 - Cabinet of Vice-President Valdis Dombrovskis x EuropeanIssuers"],"date":["2017-04-10"],"summary":["CMU midterm review"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-a9eda2e8ea54b70a968327672c6cada679d3cd56","ec-person-eec82261c60167b261e56ad1e2bfb4c482db6191","eu-tr-20935778703-23"]}} -{"id":"ec-meeting-2017-04-10-59fbbd6d0650de9e3aaaf430753fd0175c759202","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-04-10 - Climate Action x Climate-KIC Holding BV"],"date":["2017-04-10"],"summary":["Innovation policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-clima"],"involved":["ec-person-44c2f44f96dda2012bcb4e9abc749f6cae86a4c0","eu-tr-948333125186-06"]}} -{"id":"ec-meeting-2017-04-10-a1393adb8a03e455d5369a9ca6a2b6bb714e58a8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-04-10 - Cabinet of Vice-President Günther Oettinger x Deutscher Steuerberaterverband e.V."],"date":["2017-04-10"],"summary":["services package, internal market"],"notes":["Portfolio: Budget & Human Resources"],"location":["Berlin"],"address":["Berlin"],"addressEntity":["addr-062b06ba8e755765c6b049809b7430fd54fe5b21"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-845551111047-04","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2017-04-10-d3adf6085fdc4f9bb358343813dcb14068f60424","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-04-10 - Communications Networks, Content and Technology x MFE - MEDIAFOREUROPE N.V"],"date":["2017-04-10"],"summary":["Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-91471238809-21","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2017-04-10-dafc1272d0be5733a4d2ed66ae580a0778b120ea","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-04-10 - Cabinet of Vice-President Valdis Dombrovskis x Asociación Española de Banca European Banking Federation"],"date":["2017-04-10"],"summary":["Euribor reform"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-4722660838-23","ec-person-a9eda2e8ea54b70a968327672c6cada679d3cd56","ec-person-eec82261c60167b261e56ad1e2bfb4c482db6191","eu-tr-785157016077-28"]}} -{"id":"ec-meeting-2017-04-10-f34b8dd29c6df3e159bbe090c9b20d8641f08c91","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-04-10 - Task Force for Relations with the United Kingdom x Irish Farmers' Association"],"date":["2017-04-10"],"summary":["Meeting with the Task Force for the Preparation and Conduct of the Negotiations with the United Kingdom under Article 50 TEU"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-uktf"],"involved":["eu-tr-458700813641-37","ec-person-864cfa5fbc9b02a079ffbab1107f252c7bb08478"]}} -{"id":"ec-meeting-2017-04-11-1809eadb638e13c35e162754832622933d94f1ae","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-04-11 - Cabinet of Vice-President Andrus Ansip x European Cyber Security Organisation"],"date":["2017-04-11"],"summary":["Cybersecurity"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-5db7bdd1c81da2e70eb5b982097d0004111b5c3e","eu-tr-684434822646-91","ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0"]}} -{"id":"ec-meeting-2017-04-11-29206469364fe6352dfd77dada0dede90ae91df5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-04-11 - Cabinet of President Jean-Claude Juncker x Zurich Insurance Company Ltd"],"date":["2017-04-11"],"summary":["High-Level dinner on the White Paper on the Future of Europe and the EU’s challenges and priorities for the coming years."],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-c402e34a99fbee730ae22e3b1958e21c94dc6fcc","eu-tr-499059113403-37"]}} -{"id":"ec-meeting-2017-04-11-3ebe97faab3a283f83d64d0e568458606a36d685","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-04-11 - Communications Networks, Content and Technology x Deutsche Telekom"],"date":["2017-04-11"],"summary":["Status of EECC, broadband in Germany, e-privacy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f","eu-tr-60052162589-72"]}} -{"id":"ec-meeting-2017-04-11-63968f196dcf25439327e5c16735545f4b69be63","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-04-11 - Cabinet of Vice-President Miguel Arias Cañete x Carbon Market Watch Sandbag Climate Campaign CIC Transport and Environment (European Federation for Transport and Environment) Greenpeace European Unit Climate Action Network Europe World Wide Fund for Nature - Greece"],"date":["2017-04-11"],"summary":["mobility package 2017,ETS, ESR,Clean Energy Package"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-75365248559-90","eu-tr-94944179052-82","eu-tr-58744833263-19","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd","eu-tr-55888811123-49","eu-tr-9832909575-41","eu-tr-827172316947-35"]}} -{"id":"ec-meeting-2017-04-11-68452796b028cf557b39b09fd4e7ffa252acd698","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-04-11 - Cabinet of Vice-President Andrus Ansip x Deutsche Telekom"],"date":["2017-04-11"],"summary":["Telecom review"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-666bc159c7e65a3af9e63c1e97435c02f1496955","eu-tr-60052162589-72"]}} -{"id":"ec-meeting-2017-04-11-69d3626b967fe0f44a6dea8b1677cb186bbccd2d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-04-11 - Cabinet of Vice-President Andrus Ansip x European Telecommunications Network Operators' Association"],"date":["2017-04-11"],"summary":["Telecom review"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-666bc159c7e65a3af9e63c1e97435c02f1496955","eu-tr-08957111909-85"]}} -{"id":"ec-meeting-2017-04-11-899fb33dba22b10424552d5d7f10b315344e7a5c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-04-11 - Cabinet of Vice-President Cecilia Malmström x Kreab Centre for European Reform"],"date":["2017-04-11"],"summary":["Trade policy"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-524976815651-12","eu-tr-1078390517-54","ec-person-19b143e83f8ab978c55c8a9a9e49e06dbfa14bf3","ec-person-98880f3f4206145e196013db9dd806a551c11e06"]}} -{"id":"ec-meeting-2017-04-11-9c5d6eafeaebbe6767e7ddbb4c6ff899f5c57a9f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-04-11 - Cabinet of Vice-President Günther Oettinger x Bund der Steuerzahler Deutschland e. V."],"date":["2017-04-11"],"summary":["current political issues, own resources"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-897692925215-79","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2017-04-11-a127a8e2708e1880b6d622f6589a55b665b68fff","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-04-11 - Cabinet of Commissioner Dimitris Avramopoulos x World Travel & Tourism Council"],"date":["2017-04-11"],"summary":["EU - US visa policies"],"notes":["Portfolio: Migration, Home Affairs and Citizenship"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-avramopoulos-cabinet-commissioner-dimitris-of"],"involved":["eu-tr-348115818639-60","ec-person-57d09145ba24f5738cdde61edf14f741cb547675"]}} -{"id":"ec-meeting-2017-04-11-dca2a84f945cbf62e150c3e48b07b0c0901bd515","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-04-11 - Cabinet of Vice-President Andrus Ansip x Die Medienanstalten - Arbeitsgemeinschaft der Landesmedienanstalten in der Bundesrepublik Deutschland"],"date":["2017-04-11"],"summary":["AVMS Directive and digital radio related aspects of the telco package"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-c759bd58acc54869aa8e62ce652efcda416e25c2","eu-tr-84697226195-47","ec-person-91ca0921c6790191daa54427311acd63035e7c9e"]}} -{"id":"ec-meeting-2017-04-11-f596e0187252b0d8c169171b2b59ada1a5ab65fd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-04-11 - Inspire, Debate, Engage and Accelerate Action x Platform of European Social NGOs"],"date":["2017-04-11"],"summary":["Annual General Assemply and Social Issues"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-dg-idea"],"involved":["eu-tr-85083981189-35","ec-person-4fe56a64c00b3e81c851b5538878b32481bd7d3c"]}} -{"id":"ec-meeting-2017-04-12-3bbd37cdea670c744accff9bc1c3e4053a15bedd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-04-12 - Cabinet of First Vice-President Frans Timmermans x EuroCommerce"],"date":["2017-04-12"],"summary":["European Retail Sector"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-84973761187-60","ec-person-4076aef8226bd451277bfd5135aa27d63b2ac548"]}} -{"id":"ec-meeting-2017-04-12-4557f424e49327c3d46a887470970b050a0bcb13","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-04-12 - Cabinet of Commissioner Pierre Moscovici x Moody's Shared Services UK Ltd."],"date":["2017-04-12"],"summary":["exchange of views on the EU economic outlook"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["ec-person-3cbeba61ae952f06fe4916c381438ebbc676a597","eu-tr-55916968748-36"]}} -{"id":"ec-meeting-2017-04-12-4583d8138ca1ce4f174d9a414c4445b91e729988","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-04-12 - Cabinet of Vice-President Jyrki Katainen x industriAll European Trade Union"],"date":["2017-04-12"],"summary":["European Pillar of Social Rights"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-955e8c493ab54847bb92b65986f56a401f8eabee","eu-tr-358284014848-82"]}} -{"id":"ec-meeting-2017-04-12-66b85299c1ab8e1ffeb653134124b9994a2f8075","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-04-12 - Environment x Moody's Shared Services UK Ltd."],"date":["2017-04-12"],"summary":["Green Finance"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-env"],"involved":["eu-tr-55916968748-36","ec-person-3bc74ce04ea3f4ab4d91a5c88eef25b8b8a213b4"]}} -{"id":"ec-meeting-2017-04-12-90d37b115eda5b0188cb202e6583875281bbdfc7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-04-12 - Cabinet of President Jean-Claude Juncker x The Goldman Sachs Group, Inc."],"date":["2017-04-12"],"summary":["Financial Services agenda"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-c402e34a99fbee730ae22e3b1958e21c94dc6fcc","eu-tr-701266814986-18"]}} -{"id":"ec-meeting-2017-04-12-a022d605395fe9c5fd17592770aa4e4101e2bcb1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-04-12 - Inspire, Debate, Engage and Accelerate Action x Institut der deutschen Wirtschaft Köln e.V."],"date":["2017-04-12"],"summary":["Future of Europe and Digitalisation"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-dg-idea"],"involved":["eu-tr-132414515813-88","ec-person-4fe56a64c00b3e81c851b5538878b32481bd7d3c"]}} -{"id":"ec-meeting-2017-04-12-c412dbaa56958cc9fdab57743e9655d71a41fe9e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-04-12 - Cabinet of Commissioner Phil Hogan x Université catholique de Louvain"],"date":["2017-04-12"],"summary":["Interview on communication in/of the EU"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels, BERL"],"address":["Brussels, BERL"],"addressEntity":["addr-3c3fa5f92474ebac668808553fbab6d1c14aa243"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-016573426066-92","ec-person-7d3caa534e5cdda6d5b949bd4b2def39356e3bec"]}} -{"id":"ec-meeting-2017-04-12-cf05bf04749024163a57973465bdb4ab1d75e1a6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-04-12 - Cabinet of Commissioner Christos Stylianides x Caritas Europa"],"date":["2017-04-12"],"summary":["Refugee crisis"],"notes":["Portfolio: Humanitarian Aid & Crisis Management"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-christos-commissioner-of-stylianides"],"involved":["ec-person-de605a3492bf8716a72a814958f304a939e828b3","eu-tr-6082564924-85"]}} -{"id":"ec-meeting-2017-04-17-b1a9a606f388e41592b48eceffb20e7579c58cc8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-04-17 - Cabinet of Vice-President Andrus Ansip x DIGITALEUROPE"],"date":["2017-04-17"],"summary":["Digital Single Market"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-64270747023-20","ec-person-6a03bc4fa7657513ea34529e98dba0671ef4c849","ec-person-91ca0921c6790191daa54427311acd63035e7c9e"]}} -{"id":"ec-meeting-2017-04-18-1a6c7a3075302ce67046c07b6d2f16adfdcfb340","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-04-18 - Cabinet of Vice-President Maroš Šefčovič x European Cultural Foundation"],"date":["2017-04-18"],"summary":["Clean Energy transition in South-Eastern Europe, EU-India relations"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-3bf48630444ace93d407e52eb880e64d480f75ce","eu-tr-48891989251-14"]}} -{"id":"ec-meeting-2017-04-18-2d0a582fa6ec0535c5e77475ecb47935bf9e1693","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-04-18 - Cabinet of Vice-President Cecilia Malmström x Airbus"],"date":["2017-04-18"],"summary":["Latest trade trends in the Americas and Asia"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-5d4088e1913284a765aed8445f448f6ff341f1b3","eu-tr-2732167674-76","ec-person-98880f3f4206145e196013db9dd806a551c11e06"]}} -{"id":"ec-meeting-2017-04-18-37dbcbc95c7e78e9cb990323a4d64706fd550271","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-04-18 - Cabinet of Vice-President Andrus Ansip x Initiative gegen ein Leistungsschutzrecht für Presseverleger"],"date":["2017-04-18"],"summary":["Copyright"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-986236422310-54","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45"]}} -{"id":"ec-meeting-2017-04-18-4de74a2349284b113da6f2ed8b1509e5c234aa78","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-04-18 - Cabinet of First Vice-President Frans Timmermans x The German Marshall Fund of the United States - The Transatlantic Foundation"],"date":["2017-04-18"],"summary":["Gender Equality"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["ec-person-966667b73d92624be9bb019c2baab7e52331b3d3","eu-tr-823171519707-31"]}} -{"id":"ec-meeting-2017-04-18-59c7962a8de8c5a303de68cc2104b3ce914cc218","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-04-18 - Cabinet of Commissioner Phil Hogan x European agri-cooperatives European farmers"],"date":["2017-04-18"],"summary":["Ecological farming"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-c9d17d5879383b030f61a4066848249fb35d57e4","eu-tr-09586631237-74","eu-tr-44856881231-49"]}} -{"id":"ec-meeting-2017-04-18-7ab0a6cdce7a1199f0650deb4e8a50e9b70ac711","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-04-18 - Cabinet of Commissioner Violeta Bulc x Transport and Environment (European Federation for Transport and Environment)"],"date":["2017-04-18"],"summary":["Road transport"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-dd7851e4a1e747e824b4f81139e33bc3cdb73160","eu-tr-58744833263-19"]}} -{"id":"ec-meeting-2017-04-18-7ec062f0fc1739e7227a5fa85624f685dca775c6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-04-18 - Task Force for Relations with the United Kingdom x Air France-KLM"],"date":["2017-04-18"],"summary":["Meeting with the Task Force for the Preparation and Conduct of the Negotiations with the United Kingdom under Article 50 TEU"],"location":["Paris, France"],"address":["Paris, France"],"addressEntity":["addr-c70534aa18173b860a10a50a47b139c4a581cbf6"],"organizer":["ec-dg-uktf"],"involved":["eu-tr-064616126640-05","ec-person-864cfa5fbc9b02a079ffbab1107f252c7bb08478"]}} -{"id":"ec-meeting-2017-04-18-b60fde34950292fa2baebfb16c5f993a68d1fe27","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-04-18 - Cabinet of Vice-President Maroš Šefčovič x Snam S.p.A."],"date":["2017-04-18"],"summary":["State of play TAP"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-284336314886-25","ec-person-3bf48630444ace93d407e52eb880e64d480f75ce"]}} -{"id":"ec-meeting-2017-04-18-bc9cc993670da2d103c7f7dd88007638ee2e905a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-04-18 - Cabinet of Vice-President Cecilia Malmström x Huawei Technologies"],"date":["2017-04-18"],"summary":["Farewell Mr Zhang Jiangang and welcome Mr Ding Haohua, new Head of the Huawei European Public Affairs and communication team"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-98880f3f4206145e196013db9dd806a551c11e06","eu-tr-114467111412-38"]}} -{"id":"ec-meeting-2017-04-18-c3eb039db9b0efe7e56e9556766016306293a066","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-04-18 - Cabinet of Commissioner Tibor Navracsics x Institut ''Jožef Stefan''"],"date":["2017-04-18"],"summary":["Open educational resources"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["eu-tr-464457225131-30","ec-person-1da7ee09d46288ee4ea9db2b644bdcf9c3d6d000"]}} -{"id":"ec-meeting-2017-04-18-e3c6fb3cb5a13644a690d2107e94095b5cbc505f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-04-18 - Cabinet of Vice-President Miguel Arias Cañete x S.E Correos y Telégrafos S.A., S.M.E."],"date":["2017-04-18"],"summary":["File on State aid"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-536234322350-13","ec-person-2229c857664a22dcb8eee79a8c05841fd3d0924f"]}} -{"id":"ec-meeting-2017-04-18-e9037042ba92a79d99cfd3c5484d6b56919b0e39","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-04-18 - Cabinet of Commissioner Marianne Thyssen x Unie van Zelfstandige Ondernemers"],"date":["2017-04-18"],"summary":["Forthcoming report on the functioning of franchising in the retail sector."],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["BERL 10/390"],"address":["BERL 10/390"],"addressEntity":["addr-147ed60f1740c8b7f554f8707ff4410af7c51fb0"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["ec-person-5a49eb89125b4b5d1125b3925bbb64aba1bea2b3","eu-tr-389677914161-23"]}} -{"id":"ec-meeting-2017-04-19-28578780fa8d7126ec745ae4b6853c32d0c2e712","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-04-19 - Climate Action x Vattenfall"],"date":["2017-04-19"],"summary":["ETS"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-clima"],"involved":["ec-person-44c2f44f96dda2012bcb4e9abc749f6cae86a4c0","eu-tr-12955024114-93"]}} -{"id":"ec-meeting-2017-04-19-3374a1c50bf1c588b09cbf798a6b01b1e85f4d7d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-04-19 - Cabinet of Commissioner Violeta Bulc x RENAULT"],"date":["2017-04-19"],"summary":["Meeting with Bernard Loire, Director-General Nissan France"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-dd7851e4a1e747e824b4f81139e33bc3cdb73160","eu-tr-946343776-69"]}} -{"id":"ec-meeting-2017-04-19-62331fc88ce97087090f76df8d032fc54f95b6e1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-04-19 - Cabinet of Vice-President Günther Oettinger x HERE Technologies"],"date":["2017-04-19"],"summary":["connected and automated driving"],"notes":["Portfolio: Budget & Human Resources"],"location":["Lech"],"address":["Lech"],"addressEntity":["addr-e9e69ebb9ebc1459298db0efbd1a887542a75e85"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-653186923801-58","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2017-04-19-748a0f385b25f855b20fac8952b23bdb7df3fb50","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-04-19 - Cabinet of Vice-President Miguel Arias Cañete x EnBW Energie Baden-Württemberg AG"],"date":["2017-04-19"],"summary":["Clean Energy Package- state of play in the European Parliament and the Council"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-13324391892-74","ec-person-2229c857664a22dcb8eee79a8c05841fd3d0924f"]}} -{"id":"ec-meeting-2017-04-19-7cd4eda0af22face1376c49331e32b1861eea573","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-04-19 - Cabinet of Vice-President Günther Oettinger x SYSTAG GmbH"],"date":["2017-04-19"],"summary":["Silicon EU initiative"],"notes":["Portfolio: Budget & Human Resources"],"location":["Lech"],"address":["Lech"],"addressEntity":["addr-e9e69ebb9ebc1459298db0efbd1a887542a75e85"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-322602218032-02","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2017-04-19-8b645ef624599afc6c5250c304237d57d1192f08","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-04-19 - Health and Food Safety x The Smoke Free Partnership"],"date":["2017-04-19"],"summary":["Tracking and Tracing of tobacco products"],"location":["Brussels Belgium"],"address":["Brussels Belgium"],"addressEntity":["addr-61947d7d2c69c0b8f57325bd044f500c5fc6df48"],"organizer":["ec-dg-sante"],"involved":["eu-tr-6403725595-50","ec-person-3c7fdbe0c1c235777d916309465339b7ed1666f6"]}} -{"id":"ec-meeting-2017-04-19-ba588bb2ecd474103a2e4e530379f17771a4f7f8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-04-19 - Migration and Home Affairs x BUSINESSEUROPE"],"date":["2017-04-19"],"summary":["Phonecall w/ Markus Beyrer, European Dialogue on Skills and Migration"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-home"],"involved":["eu-tr-3978240953-79","ec-person-ae1262e8850ed1e9a0530b0ad7440ac648255896"]}} -{"id":"ec-meeting-2017-04-19-ca9a5064da45a2d59ff96305355244718bb0885f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-04-19 - Cabinet of Commissioner Carlos Moedas x General Electric Company"],"date":["2017-04-19"],"summary":["Clean Sky and FP9"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Boston"],"address":["Boston"],"addressEntity":["addr-1e377a41311efa24c1f994065c8ebcedc9ffd85a"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-f7ccc3ad366dd2fdb24870e1c02ff2763539c82f","ec-person-23980b2bc4fd9c82051d0f7888dc236b2f764866","eu-tr-4016736872-59"]}} -{"id":"ec-meeting-2017-04-19-e6c832d4e4babc93b29caa7d6167c3415861e0d3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-04-19 - Cabinet of Commissioner Violeta Bulc x European Road Transport Research Advisory Council"],"date":["2017-04-19"],"summary":["meeting with Hidria, member of ERTRAC"],"notes":["Portfolio: Transport"],"location":["Ljubljana"],"address":["Ljubljana"],"addressEntity":["addr-be95acba75b6b18917b2638aae79ec1300c77c35"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-855647016671-07","ec-person-4d2b449b5047ea3fda435a2a1c1081e3babcdf76","ec-person-5012c5e45a52ee8ce67d19c1781a127af53e73e7"]}} -{"id":"ec-meeting-2017-04-20-1c9e463573c07bdab4b304a29c9bf0b003448b2f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-04-20 - Cabinet of Vice-President Günther Oettinger x Centrica plc"],"date":["2017-04-20"],"summary":["digitising energy"],"notes":["Portfolio: Budget & Human Resources"],"location":["Lech"],"address":["Lech"],"addressEntity":["addr-e9e69ebb9ebc1459298db0efbd1a887542a75e85"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-577829817108-84","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2017-04-20-1f4d5a2ccfa71417df36189e5b74e8b4faa0a3fa","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-04-20 - Cabinet of Vice-President Valdis Dombrovskis x Securities Industry and Financial Markets Association"],"date":["2017-04-20"],"summary":["CMU; Basel III; international cooperation on financial regulation; the Dodd Frank Act"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Washington D.C."],"address":["Washington D.C."],"addressEntity":["addr-de20e2f5156d28855b79ba1d810d057bb026a66a"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-995801715250-37","ec-person-537401fc0be04984531b83660f416bf2fe14fbd8","ec-person-a9eda2e8ea54b70a968327672c6cada679d3cd56"]}} -{"id":"ec-meeting-2017-04-20-2759314d33b2dfe54a76ed5b82e11a3f60f31285","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-04-20 - Cabinet of Vice-President Miguel Arias Cañete x European Network of Transmission System Operators for Electricity"],"date":["2017-04-20"],"summary":["Clean energy package and 2017 priorities ENTSO-E"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-25805148045-87","ec-person-2229c857664a22dcb8eee79a8c05841fd3d0924f"]}} -{"id":"ec-meeting-2017-04-20-4ba6bc8a21422b1fa1bee005673a5686a6d2c5ff","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-04-20 - Cabinet of Commissioner Violeta Bulc x NERVteh, raziskave in razvoj, d.o.o."],"date":["2017-04-20"],"summary":["in order to present the company NERVteh"],"notes":["Portfolio: Transport"],"location":["brussels"],"address":["brussels"],"addressEntity":["addr-e2daa1574b7ac475c827b33e281bd2d5e013c882"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-cb7aaf75b4c195481f149f904bc28b4e2ac2b7ab","eu-tr-469297126650-51"]}} -{"id":"ec-meeting-2017-04-20-5e6aed2f331056581d56983797f7012e2ffa840c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-04-20 - Cabinet of Commissioner Elżbieta Bieńkowska x Transparency International"],"date":["2017-04-20"],"summary":["Emissions scandal"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-501222919-71","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2017-04-20-8b4f05f084997abb061478d322e8bae54442ae55","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-04-20 - Cabinet of Commissioner Phil Hogan x Bureau National Interprofessionnel du Cognac"],"date":["2017-04-20"],"summary":["Update on news in the sector"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-151161815770-08","ec-person-c9d17d5879383b030f61a4066848249fb35d57e4"]}} -{"id":"ec-meeting-2017-04-20-a039d73456b212ea830dc1bcae4b2fccb5db93e6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-04-20 - Cabinet of Commissioner Elżbieta Bieńkowska x Huawei Technologies"],"date":["2017-04-20"],"summary":["mtg new Head of European public Affairs and communication"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-114467111412-38","ec-person-b2f9be51339f054477846797e2c119fcf16548fc"]}} -{"id":"ec-meeting-2017-04-20-a095bab58a1f02462329a7931370d1f78cfd5732","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-04-20 - Energy x American Chamber of Commerce to the European Union"],"date":["2017-04-20"],"summary":["Transatlantic energy relations"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["ec-person-6997149120ce5129e38febe5275dc8fd03232d2e","eu-tr-5265780509-97"]}} -{"id":"ec-meeting-2017-04-20-ae4631b84c664c3c76fccf28c25fff4a089b2c52","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-04-20 - Energy x TotalEnergies SE"],"date":["2017-04-20"],"summary":["Marché européen des batteries"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-1849405799-88","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2017-04-20-b0d229a00e78cebb159ea85b33dcdd197ae48789","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-04-20 - Cabinet of Commissioner Elżbieta Bieńkowska x Edelman Public Relations Worldwide"],"date":["2017-04-20"],"summary":["partnering with European universities, young talents for the aeronautical industry"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["ec-person-d2997a7f359c91a337055c3e24dd36bf928de38d","eu-tr-68037017809-51"]}} -{"id":"ec-meeting-2017-04-20-c3b02c9dffd429e36e8d41fe50e9f237fd447a4f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-04-20 - Cabinet of Vice-President Valdis Dombrovskis x Citigroup Inc."],"date":["2017-04-20"],"summary":["CMU, ESAs review and Banking regulation"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Washington D.C."],"address":["Washington D.C."],"addressEntity":["addr-de20e2f5156d28855b79ba1d810d057bb026a66a"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-00353757573-57","ec-person-537401fc0be04984531b83660f416bf2fe14fbd8","ec-person-a9eda2e8ea54b70a968327672c6cada679d3cd56"]}} -{"id":"ec-meeting-2017-04-20-cab84b02653212a2ba26445d6ae00e4718f36ca2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-04-20 - Cabinet of Commissioner Phil Hogan x Freshfel Europe - the forum for the European fresh fruits and vegetables chain"],"date":["2017-04-20"],"summary":["Presentation of their latest brochure"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-c9d17d5879383b030f61a4066848249fb35d57e4","eu-tr-1637225479-02"]}} -{"id":"ec-meeting-2017-04-20-cce6f016fcfd56858b02b9edd749a4f9c7da1941","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-04-20 - Cabinet of Commissioner Violeta Bulc x AeroSpace and Defence Industries Association of Europe"],"date":["2017-04-20"],"summary":["Invitation to attend the meeting of the External Affairs Committee of ASD"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-9d4dc4867a44dfe10f67ae7ee1706da3e8b48a24","eu-tr-72699997886-57"]}} -{"id":"ec-meeting-2017-04-20-d5a6092eeab3782dfd0d5da1a4a69d037bf8cdf3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-04-20 - Communications Networks, Content and Technology x IBM Research GmbH"],"date":["2017-04-20"],"summary":["IBM research priorities, quantum computing, high-performance computing"],"location":["Zurich"],"address":["Zurich"],"addressEntity":["addr-be1ac363913afba07be684e70dcbb7b7dcfd2ba1"],"organizer":["ec-dg-connect"],"involved":["eu-tr-590598523223-68","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2017-04-20-d830ca7b59537350ce93089aa9a7b84723f3c8fe","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-04-20 - Cabinet of Commissioner Phil Hogan x Irish Creamery Milk Suppliers Association"],"date":["2017-04-20"],"summary":["CAP"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-a1a78365cc4685b0958056646204977d8f2ead92","eu-tr-58690875697-56"]}} -{"id":"ec-meeting-2017-04-20-eec39464d9019dee1535c01368f4fe05961c5606","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-04-20 - Employment, Social Affairs and Inclusion x SGI Europe"],"date":["2017-04-20"],"summary":["Update on EC position vis-à-vis setting up a sectoral social dialogue for social services"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-empl"],"involved":["ec-person-0d8ce1c547b8ca99decd25740ba12e2c0866a2fd","eu-tr-59513031434-92"]}} -{"id":"ec-meeting-2017-04-20-f2309ada7c42056fd5aeae8614f46901946942b2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-04-20 - Cabinet of Vice-President Maroš Šefčovič x Bayerische Motoren Werke Aktiengesellschaft"],"date":["2017-04-20"],"summary":["Low emission mobility"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-3bf48630444ace93d407e52eb880e64d480f75ce","eu-tr-7193977808-18"]}} -{"id":"ec-meeting-2017-04-20-f637d6af08a3abe2f0b888d60daa8d33dc0ed83b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-04-20 - Cabinet of Commissioner Violeta Bulc x General Electric Company"],"date":["2017-04-20"],"summary":["Meeting with Mr. Procacci and Ms Jean Lydon-Rodgers, President and CEO, GE Aviation Services"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-5012c5e45a52ee8ce67d19c1781a127af53e73e7","ec-person-9d4dc4867a44dfe10f67ae7ee1706da3e8b48a24","eu-tr-4016736872-59"]}} -{"id":"ec-meeting-2017-04-20-fbeac9892ca61b8b408ceb913ce0dd85c74cf567","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-04-20 - Environment x EuroCommerce"],"date":["2017-04-20"],"summary":["Circular Economy, Waste"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-env"],"involved":["eu-tr-84973761187-60","ec-person-3bc74ce04ea3f4ab4d91a5c88eef25b8b8a213b4"]}} -{"id":"ec-meeting-2017-04-21-0543f4ae19ee2d8e6123cd698994c7708fd31e5b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-04-21 - Cabinet of Vice-President Valdis Dombrovskis x Atlantic Council of the United States, Inc"],"date":["2017-04-21"],"summary":["international cooperation on financial regulation; the Dodd Frank Act; EU economic outlook; Basel III"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Washington D.C."],"address":["Washington D.C."],"addressEntity":["addr-de20e2f5156d28855b79ba1d810d057bb026a66a"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-524686116124-73","ec-person-537401fc0be04984531b83660f416bf2fe14fbd8","ec-person-a9eda2e8ea54b70a968327672c6cada679d3cd56"]}} -{"id":"ec-meeting-2017-04-21-05b31d847f75b54a6170d4fe294068be8ca3eddf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-04-21 - Cabinet of Vice-President Cecilia Malmström x Transatlantic Consumer Dialogue Bureau Européen des Unions de Consommateurs"],"date":["2017-04-21"],"summary":["EU trade policy deliverables for consumers"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-19b143e83f8ab978c55c8a9a9e49e06dbfa14bf3","eu-tr-9505781573-45","eu-tr-534385811072-96"]}} -{"id":"ec-meeting-2017-04-21-0624d64ace1619f6da89fd9248144faec6db0fe9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-04-21 - Energy x FuelsEurope"],"date":["2017-04-21"],"summary":["Energy policy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-26207914726-42","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2017-04-21-0adedbc1c7db2389b4aeb6e89abc9a8baab48390","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-04-21 - Cabinet of Commissioner Elżbieta Bieńkowska x EuroCommerce"],"date":["2017-04-21"],"summary":["the supply chain"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-84973761187-60","ec-person-d2997a7f359c91a337055c3e24dd36bf928de38d"]}} -{"id":"ec-meeting-2017-04-21-35bdabaca578e1e0f4abf1a1867eadddbb4e2b4b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-04-21 - Cabinet of Vice-President Jyrki Katainen x None"],"date":["2017-04-21"],"summary":["Social dimension of Europe and the European Pillar of the Social Rights"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-61370904700-45","ec-person-955e8c493ab54847bb92b65986f56a401f8eabee","eu-tr-68004524380-10","eu-tr-03004067068-71"]}} -{"id":"ec-meeting-2017-04-21-5451cc46b03812d67d1e42d0f079e31e51961260","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-04-21 - Cabinet of Vice-President Jyrki Katainen x Prime Collateralised Securities (PCS) UK Limited Fleishman-Hillard"],"date":["2017-04-21"],"summary":["Securitisation"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-56047191389-84","eu-tr-225892115033-33","ec-person-955e8c493ab54847bb92b65986f56a401f8eabee"]}} -{"id":"ec-meeting-2017-04-21-546e9407b901ea62095c2fd1115a217b17869fed","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-04-21 - Cabinet of Vice-President Günther Oettinger x European Road Transport Research Advisory Council"],"date":["2017-04-21"],"summary":["green car policy"],"notes":["Portfolio: Budget & Human Resources"],"location":["Lech"],"address":["Lech"],"addressEntity":["addr-e9e69ebb9ebc1459298db0efbd1a887542a75e85"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-855647016671-07","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2017-04-21-575a010137ce50de67f24a1261616332d60e9ab5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-04-21 - Cabinet of Commissioner Pierre Moscovici x Aliénor"],"date":["2017-04-21"],"summary":["Discussion on limits for cash payments with EU Federation of Jewellery"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["ec-person-14ef50b9efbe5ab02d528e0ec4ac50c9caf964e3","eu-tr-204793610436-15"]}} -{"id":"ec-meeting-2017-04-21-f155db2f733b9972e41a38dff3a8aba57f7a2685","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-04-21 - Cabinet of Vice-President Günther Oettinger x European Energy Exchange AG"],"date":["2017-04-21"],"summary":["digitising energy"],"notes":["Portfolio: Budget & Human Resources"],"location":["Lech"],"address":["Lech"],"addressEntity":["addr-e9e69ebb9ebc1459298db0efbd1a887542a75e85"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-09579576238-53","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2017-04-24-001a9051d549daea9c0f4c551c0c4ce4b4662b8c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-04-24 - Cabinet of President Jean-Claude Juncker x BVI Bundesverband Investment und Asset Management e.V."],"date":["2017-04-24"],"summary":["Financial services agenda"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-96816064173-47","ec-person-c402e34a99fbee730ae22e3b1958e21c94dc6fcc"]}} -{"id":"ec-meeting-2017-04-24-13fda9e2d6ceac850eea77744d3992ce2e283bc1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-04-24 - Cabinet of Commissioner Vytenis Andriukaitis x European Federation of Public Service Unions"],"date":["2017-04-24"],"summary":["AMR, education"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["eu-tr-04902121531-04","ec-person-df30d07ef698a52b9948b9c734db39196cf8541f","ec-person-059ca943fc5fc696d2a97849c635ddf7b6ab7fd7"]}} -{"id":"ec-meeting-2017-04-24-213748608b37d0a926484d1e338ec59a59840242","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-04-24 - Taxation and Customs Union x ArcelorMittal"],"date":["2017-04-24"],"summary":["Exchange of views on the EU Tax agenda"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-taxud"],"involved":["ec-person-3173c1cc052827c58f23ccd3a8de07534f0d35bd","eu-tr-23527541824-60"]}} -{"id":"ec-meeting-2017-04-24-22791a6a3821e8611131d4737994ed622a239b7a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-04-24 - Cabinet of Commissioner Elżbieta Bieńkowska x BUSINESSEUROPE"],"date":["2017-04-24"],"summary":["compliance package"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-3978240953-79","ec-person-daef7f819b2f3ffe5e4f5d8eb2782954f3c4a4e2"]}} -{"id":"ec-meeting-2017-04-24-240e1f898ac6e49c319ee8ef84563ea3996552ca","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-04-24 - Cabinet of Commissioner Julian King x Bloomberg L.P."],"date":["2017-04-24"],"summary":["Cybersecurity"],"notes":["Portfolio: Security Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-julian-king-of"],"involved":["ec-person-37c79733647a2293d1e96e976d3a72c6b707cb4c","eu-tr-272910022778-05"]}} -{"id":"ec-meeting-2017-04-24-3a8a90c836b8c8073bd5bef3942a0715f6a138e5","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2017-04-24 - Cabinet of President Jean-Claude Juncker x Bloomberg L.P."],"date":["2017-04-24"],"summary":["G20 agenda","High-level working lunch on financial regulation"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-c402e34a99fbee730ae22e3b1958e21c94dc6fcc","ec-person-ad6f76ca53dc30d965b15e3728c45dbd0aba44b4","eu-tr-272910022778-05"]}} -{"id":"ec-meeting-2017-04-24-3bda483bd9cda9b75fa1c9eb421682b51b43b745","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-04-24 - Cabinet of Vice-President Andrus Ansip x Elisa Oyj"],"date":["2017-04-24"],"summary":["Roaming, telecom review, regualtion of networks in Finland"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-287872416724-91","ec-person-666bc159c7e65a3af9e63c1e97435c02f1496955"]}} -{"id":"ec-meeting-2017-04-24-498d721bf75341be22d03c2a53c671c6cf0894b7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-04-24 - Cabinet of Vice-President Maroš Šefčovič x TransnetBW GmbH"],"date":["2017-04-24"],"summary":["Clean Energy Package"],"notes":["Portfolio: Energy Union"],"location":["Hannover, Germany"],"address":["Hannover, Germany"],"addressEntity":["addr-22549ac95a10748298df15f70e0afe38b9731421"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-2be517b9261a91f2f07e05ec14c6331980e9716e","ec-person-1f95be23689cd4ed0a26fe2980f760ccf2d55c1e","eu-tr-687627626720-47","ec-person-192eca4cb918c7382c916bec9bfe04e745ee91cb"]}} -{"id":"ec-meeting-2017-04-24-4a085e8dfbe98893a5ccfb57cc14b153d476bd06","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-04-24 - Cabinet of President Jean-Claude Juncker x Konrad-Adenauer-Stiftung"],"date":["2017-04-24"],"summary":["White Paper on Future of Europe"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-2905437316-11","ec-person-b1bf9aa5fb7e886441ff341b657cc482b64a2a3e"]}} -{"id":"ec-meeting-2017-04-24-4c89bb00683cc1295c9e6a8ff372dfc584a7633d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-04-24 - Energy x EDSO for Smart Grids"],"date":["2017-04-24"],"summary":["Clean Energy for All Europeans package"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-952322311484-70","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2017-04-24-525f3238e9807430063b91f6c7bd3a256d97371d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-04-24 - Communication x Elisa Oyj"],"date":["2017-04-24"],"summary":["Discussions on the Future of Europe and communication challenges"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-comm"],"involved":["eu-tr-287872416724-91","ec-person-b6c746215a5c0e8c8c5d2d25b85179e0063a6b33"]}} -{"id":"ec-meeting-2017-04-24-5ecb3b39a2b9b6528a7953946a2a04c35963f5c3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-04-24 - Cabinet of Vice-President Miguel Arias Cañete x MAHLE International GmbH"],"date":["2017-04-24"],"summary":["CO2 + increasing electrification"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-917204122840-28","ec-person-25a937c04cd0a0ddcf5cf34798e76b5105854114"]}} -{"id":"ec-meeting-2017-04-24-81c19f2a03580ef9f9f493cefbd1c8a98f92c449","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-04-24 - Inspire, Debate, Engage and Accelerate Action x EUROPEAN TRADE UNION CONFEDERATION"],"date":["2017-04-24"],"summary":["Globalisation and Sustainable Development Goals"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-dg-idea"],"involved":["eu-tr-06698681039-26","ec-person-4fe56a64c00b3e81c851b5538878b32481bd7d3c"]}} -{"id":"ec-meeting-2017-04-24-8db88a8cb1593413a894d79f8e53bc4c03de4801","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-04-24 - Energy x TotalEnergies Electricité et Gaz France"],"date":["2017-04-24"],"summary":["Energy policy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["ec-person-6997149120ce5129e38febe5275dc8fd03232d2e","eu-tr-625822526139-43"]}} -{"id":"ec-meeting-2017-04-24-9241b60a073a9013e8fbd426ef98bab29efdda60","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-04-24 - Cabinet of Vice-President Miguel Arias Cañete x Association of European Automotive and Industrial Battery Manufacturers"],"date":["2017-04-24"],"summary":["2030 Battery Strategy for Europe’."],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd","eu-tr-39573492614-61"]}} -{"id":"ec-meeting-2017-04-24-953e2b50b74422240b70c2618b193cbc78e87479","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-04-24 - Cabinet of Commissioner Elżbieta Bieńkowska x Bundesverband der Deutschen Industrie e.V."],"date":["2017-04-24"],"summary":["compliance package"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-1771817758-48","ec-person-b2f9be51339f054477846797e2c119fcf16548fc","ec-person-daef7f819b2f3ffe5e4f5d8eb2782954f3c4a4e2"]}} -{"id":"ec-meeting-2017-04-24-995b2841b11ec9d61e22d5d1b77bdbd5aba06fac","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-04-24 - Cabinet of Commissioner Phil Hogan x Irish Farmers' Association"],"date":["2017-04-24"],"summary":["Address conference"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Dublin"],"address":["Dublin"],"addressEntity":["addr-c4a265ca6dc31ed4a47a6047e92c5e3790135af9"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-458700813641-37","ec-person-a1a78365cc4685b0958056646204977d8f2ead92"]}} -{"id":"ec-meeting-2017-04-24-af99491373e6cc18f53b419da12788e59ce31b14","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-04-24 - Cabinet of Vice-President Miguel Arias Cañete x RENEWABLE ENERGY GROUP"],"date":["2017-04-24"],"summary":["Biofuel policy"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-741819127400-55","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd"]}} -{"id":"ec-meeting-2017-04-24-b33158a70b9437d745bfd967f6988940336e4c1a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-04-24 - Cabinet of Commissioner Věra Jourová x Facebook Ireland Limited"],"date":["2017-04-24"],"summary":["Code of Conduct"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-184e698af1eb9e33b179680570ca171d8cb31c94","eu-tr-28666427835-74","ec-person-1e0e3a00ab815dea7c5b839b002ed2c7e34bfe0a"]}} -{"id":"ec-meeting-2017-04-24-c74be948c068bbfbacd94426d5ebafaec7959301","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-04-24 - Migration and Home Affairs x Zentralverband des Deutschen Handwerks e.V."],"date":["2017-04-24"],"summary":["Prep. Discussion with Social Partners (2nd European Dialogue on Skills and Migration)"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-home"],"involved":["ec-person-ae1262e8850ed1e9a0530b0ad7440ac648255896","eu-tr-5189667783-94"]}} -{"id":"ec-meeting-2017-04-24-db353f2490d28193d9293680bf11a9eebaa62a71","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-04-24 - Directorate-General for International Partnerships x Wildlife Conservation Society"],"date":["2017-04-24"],"summary":["Possibilities of collaboration"],"location":["Brussels Belgium"],"address":["Brussels Belgium"],"addressEntity":["addr-61947d7d2c69c0b8f57325bd044f500c5fc6df48"],"organizer":["ec-dg-intpa"],"involved":["eu-tr-10132247681-61","ec-person-05c4477b89b93e7969f12d89b38f77fedce5876f"]}} -{"id":"ec-meeting-2017-04-24-dcb0743213f2b65f0c51095eaaf4218ef7c736fc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-04-24 - Cabinet of Commissioner Vytenis Andriukaitis x Greenpeace European Unit"],"date":["2017-04-24"],"summary":["Issues related to GMOs and pesticides (e.g. neonicotinoids, glyphosate)"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-b9c3f19e7c5f216e3e508f931ddd6a9cb59376d1","eu-tr-9832909575-41"]}} -{"id":"ec-meeting-2017-04-24-e04f1b21a565da9971003c14fb86ad85b068ed74","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-04-24 - Directorate-General for International Partnerships x Eni S.p.A."],"date":["2017-04-24"],"summary":["Renewable Energy Investments in Africa"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-intpa"],"involved":["eu-tr-99578067285-35","ec-person-05c4477b89b93e7969f12d89b38f77fedce5876f"]}} -{"id":"ec-meeting-2017-04-24-e1bc7848e4397b634df4ec05c079bb111ecd1b20","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-04-24 - Cabinet of Commissioner Vytenis Andriukaitis x European Federation of Pharmaceutical Industries and Associations"],"date":["2017-04-24"],"summary":["Follow-up to COUNCIL conclusions: Impact of the incentives on innovation, availability and accessibility of medicinal products"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["eu-tr-38526121292-88","ec-person-059ca943fc5fc696d2a97849c635ddf7b6ab7fd7"]}} -{"id":"ec-meeting-2017-04-24-f17a39a3470a88e7e22a1c2943b861d5abf044d1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-04-24 - Cabinet of Commissioner Tibor Navracsics x European Newspaper Publishers' Association"],"date":["2017-04-24"],"summary":["Education aux médias"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["eu-tr-5950962136-12","ec-person-1da7ee09d46288ee4ea9db2b644bdcf9c3d6d000"]}} -{"id":"ec-meeting-2017-04-24-f9c53574b6f3dc2f37550bef751a7c9d712d7404","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-04-24 - Cabinet of President Jean-Claude Juncker x Aviva Plc"],"date":["2017-04-24"],"summary":["Sustainable Finance"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-c402e34a99fbee730ae22e3b1958e21c94dc6fcc","eu-tr-86270761494-62"]}} -{"id":"ec-meeting-2017-04-25-10e075f8ada8e774600d68b954dd6ad22e8a219c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-04-25 - Cabinet of Commissioner Phil Hogan x Kreab"],"date":["2017-04-25"],"summary":["Geographical indications"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-1078390517-54","ec-person-c9d17d5879383b030f61a4066848249fb35d57e4"]}} -{"id":"ec-meeting-2017-04-25-15f4dd041760d20d7ccd142de84bafe2f3c229fe","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-04-25 - Cabinet of Vice-President Maroš Šefčovič x EDSO for Smart Grids"],"date":["2017-04-25"],"summary":["Energy storage"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-952322311484-70","ec-person-1f95be23689cd4ed0a26fe2980f760ccf2d55c1e","ec-person-192eca4cb918c7382c916bec9bfe04e745ee91cb"]}} -{"id":"ec-meeting-2017-04-25-1f662235012ca1c0b32083d9995272f3b650e4e0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-04-25 - Cabinet of Vice-President Johannes Hahn x Human Rights House Foundation"],"date":["2017-04-25"],"summary":["Human Rights situation in Crimea"],"notes":["Portfolio: European Neighbourhood Policy & Enlargement Negotiations"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-hahn-johannes-of-president-vice"],"involved":["ec-person-14243ca3b6c9c0f57c03163cfda58dad2d75b681","eu-tr-937192914224-74"]}} -{"id":"ec-meeting-2017-04-25-264c062db6339d19b3e87f71d2515fe542519cf0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-04-25 - Cabinet of President Jean-Claude Juncker x Huawei Technologies"],"date":["2017-04-25"],"summary":["Presentation of new colleague"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-ad6f76ca53dc30d965b15e3728c45dbd0aba44b4","eu-tr-114467111412-38"]}} -{"id":"ec-meeting-2017-04-25-2e1a61ee08a866ea7d810da18bd01ab04ac1e56c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-04-25 - Cabinet of Commissioner Phil Hogan x SUEZ Group"],"date":["2017-04-25"],"summary":["Information regarding the work of SUEZ"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-a1a78365cc4685b0958056646204977d8f2ead92","eu-tr-27799842497-69"]}} -{"id":"ec-meeting-2017-04-25-3000365640b6b2d31c033bc7b1c97c734ae39c97","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-04-25 - Cabinet of Commissioner Věra Jourová x Google"],"date":["2017-04-25"],"summary":["Fake news"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["eu-tr-03181945560-59","ec-person-1e0e3a00ab815dea7c5b839b002ed2c7e34bfe0a"]}} -{"id":"ec-meeting-2017-04-25-32b5a75693c387d23dc26439b2acc99b82a86256","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2017-04-25 - Cabinet of Commissioner Phil Hogan x European Forest Institute"],"date":["2017-04-25"],"summary":["Forestry"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-38315289949-88","ec-person-ff8342dedc26701400fcb7dcf73fbee50a837ac6"]}} -{"id":"ec-meeting-2017-04-25-3c1907f34a0c5aeefa3b61cd3c324d73350a3f2f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-04-25 - Directorate-General for International Partnerships x Open Society European Policy Institute"],"date":["2017-04-25"],"summary":["Exchange of ideas"],"location":["Exchange of views"],"address":["Exchange of views"],"addressEntity":["addr-fc9109bfeb2910d4db59774fbc7f1b7511e8be9d"],"organizer":["ec-dg-intpa"],"involved":["eu-tr-8557515321-37","ec-person-05c4477b89b93e7969f12d89b38f77fedce5876f"]}} -{"id":"ec-meeting-2017-04-25-56563016c51d2d029fb24c0190fb16ba30851a0e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-04-25 - Cabinet of Vice-President Valdis Dombrovskis x Bundesverband der Deutschen Industrie e.V."],"date":["2017-04-25"],"summary":["EMU"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-1771817758-48","ec-person-48f31156d932641826e09f5b73f074d35ff05786","ec-person-f6170dbdd732fc460a713b82b57759ac5e77fdc6"]}} -{"id":"ec-meeting-2017-04-25-597d2ae45c29afacb183d123563aac0520e4be9d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-04-25 - Cabinet of President Jean-Claude Juncker x Bayer AG"],"date":["2017-04-25"],"summary":["Challenges for the agricultural sector"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-e415577aabb40c0f789310505c6c5803aa69037b","eu-tr-3523776801-85"]}} -{"id":"ec-meeting-2017-04-25-645030f23eca409b2d6d36f1cc6617ef4f49965a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-04-25 - Cabinet of Vice-President Maroš Šefčovič x Deutsche Post DHL Group"],"date":["2017-04-25"],"summary":["Mobility Package"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-2be517b9261a91f2f07e05ec14c6331980e9716e","eu-tr-48544465107-88"]}} -{"id":"ec-meeting-2017-04-25-64a7b4fc47bd003386bf799b27a16139da022d98","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-04-25 - Cabinet of Vice-President Jyrki Katainen x Kreab"],"date":["2017-04-25"],"summary":["European defence market"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90","eu-tr-1078390517-54"]}} -{"id":"ec-meeting-2017-04-25-6855c52ac9ef52e125a911a949ecea953a5f0c48","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-04-25 - Cabinet of Commissioner Margrethe Vestager x The Danish Chamber of Commerce"],"date":["2017-04-25"],"summary":["Better Regulation and EU internal market policy"],"notes":["Portfolio: Competition"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-margrethe-of-vestager"],"involved":["eu-tr-0330934426-12","ec-person-2e96673ec2acdfc668f6970535551f9afa1f8729"]}} -{"id":"ec-meeting-2017-04-25-7ba5866043769839d2ca7110fe0f3391836a4b0a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-04-25 - Cabinet of Commissioner Violeta Bulc x Deutsche Bahn AG"],"date":["2017-04-25"],"summary":["Meeting with Mr Rudiger Grube, CEO of Deutsche Bahn and Dr. Martin Herrenknecht, Chairman of Herrenknecht AG"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-4d2b449b5047ea3fda435a2a1c1081e3babcdf76","eu-tr-4516220482-22","ec-person-dd7851e4a1e747e824b4f81139e33bc3cdb73160"]}} -{"id":"ec-meeting-2017-04-25-7f811966f625a554f34c47766d3b0e539ac65cb1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-04-25 - Cabinet of Commissioner Elżbieta Bieńkowska x SUEZ Group"],"date":["2017-04-25"],"summary":["digitalisation, circular economy"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-27799842497-69","ec-person-b2f9be51339f054477846797e2c119fcf16548fc","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2017-04-25-8c1fe93f3eeb479a11b497adafd80f22c38135e2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-04-25 - Cabinet of Commissioner Carlos Moedas x SUEZ Group"],"date":["2017-04-25"],"summary":["Circular Economy"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-0a716bf5253e913fc40ebf14c12f30dc2e7a06ee","ec-person-23980b2bc4fd9c82051d0f7888dc236b2f764866","eu-tr-27799842497-69"]}} -{"id":"ec-meeting-2017-04-25-a1be767b3ea2549221e45c0b203fc4c7d036a526","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-04-25 - Cabinet of Vice-President Cecilia Malmström x International Crisis Group"],"date":["2017-04-25"],"summary":["Sri Lanka Human Rights"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-72899131664-09","ec-person-0e574d9526c0834ba7e67064cd6ec19a4a2460b9"]}} -{"id":"ec-meeting-2017-04-25-ac6603d6cc28ee6857070642569c84ac8da94e1e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-04-25 - Cabinet of Vice-President Maroš Šefčovič x European Transport Workers' Federation"],"date":["2017-04-25"],"summary":["Mobility Package"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-92545571128-74","ec-person-2be517b9261a91f2f07e05ec14c6331980e9716e"]}} -{"id":"ec-meeting-2017-04-25-b1e4e853a6e83f27b782f4f2057b5a3af55b5f92","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-04-25 - Cabinet of Commissioner Vytenis Andriukaitis x International Platform of Insects for Food & Feed Association"],"date":["2017-04-25"],"summary":["Insects as feed, Insects as novel foods"],"notes":["Portfolio: Health & Food Safety"],"location":["BERL 08/344"],"address":["BERL 08/344"],"addressEntity":["addr-d05e2cda611997e388e2dba52291b77a769b0cac"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-0dbfffeb0323f819c8d57164906086dd8639c437","eu-tr-845856417247-32"]}} -{"id":"ec-meeting-2017-04-25-b25f79a255ece3b357de3cd800ed34e87ebbcc55","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-04-25 - Energy x Polish Electricity Association"],"date":["2017-04-25"],"summary":["Clean Energy for All Europeans package, electricity market"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-255859710443-50","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2017-04-25-c4b20e7b366d8f47e614483d6957aaed381ff530","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-04-25 - Financial Stability, Financial Services and Capital Markets Union x TheCityUK"],"date":["2017-04-25"],"summary":["Brexit"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-237922911665-25","ec-person-bdee7a93f95c8ef05079539170139b3c02e8ed96"]}} -{"id":"ec-meeting-2017-04-26-4a6676df81ca68be7417e52d7e993253302a9a6c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-04-26 - Cabinet of President Jean-Claude Juncker x EU-Japan Centre for Industrial Cooperation"],"date":["2017-04-26"],"summary":["Upcoming annual meeting of the EU-Japan Business Roundtable"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-e415577aabb40c0f789310505c6c5803aa69037b","eu-tr-374110414692-85"]}} -{"id":"ec-meeting-2017-04-26-4d542fcdbac11f01b44ea5cd10b4db34111d5de0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-04-26 - Energy x Groupe Avril"],"date":["2017-04-26"],"summary":["Bioenergy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-268338515460-22","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2017-04-26-554312ed00a45da771ce515cd7e3b68545099fd2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-04-26 - Cabinet of Vice-President Günther Oettinger x Zentralverband des Deutschen Handwerks e.V."],"date":["2017-04-26"],"summary":["services package"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-5189667783-94","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2017-04-26-62a4137f4312c6b75345200b8bce924bdacb6ccc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-04-26 - Cabinet of Vice-President Jyrki Katainen x E3PO - European PPP Operating Companies in Infrastructure and Services"],"date":["2017-04-26"],"summary":["Infrastructures of the future"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90","eu-tr-424726117325-78"]}} -{"id":"ec-meeting-2017-04-26-66019bab93ab2e1012652dbf1de1828966f74a67","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-04-26 - Internal Market, Industry, Entrepreneurship and SMEs x France Industrie"],"date":["2017-04-26"],"summary":["General exchange of views on industry files"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-grow"],"involved":["eu-tr-60974102057-03","ec-person-60a3d0d628d231b41af1d0c65607b0fd78ca4edc"]}} -{"id":"ec-meeting-2017-04-26-6617a24739a15b36cc1bd6a6e669f4bb5c2e1421","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-04-26 - Cabinet of Commissioner Pierre Moscovici x European Federation of Public Service Unions Réseau européen contre la privatisation et la commercialisation de la santé et de la protection sociale Alter Summit People's Health Movement - Europe"],"date":["2017-04-26"],"summary":["Discussion on the SGP's role in the evolution of health systems in the EU , the economic divergence across Eurozone countries and the the social impact of any future financial assistance programmes."],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["eu-tr-04902121531-04","eu-tr-571814325902-92","ec-person-4d74d0c260dc052838b8da02f72e7322f6cfc514","eu-tr-837218925912-49","eu-tr-430230825952-40"]}} -{"id":"ec-meeting-2017-04-26-6da09eaf3fe520994afa2855e75ce5fe8da620de","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-04-26 - Cabinet of Commissioner Phil Hogan x Confédération Européenne des Entrepreneurs de Travaux Techniques Agricoles, Ruraux et Forestiers/ European Organisation of Agricultural, Rural and Forestry Contractors / Europäischer Zentralverband der Lohnunternehmer"],"date":["2017-04-26"],"summary":["Coated Fine Paper"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-ff8342dedc26701400fcb7dcf73fbee50a837ac6","eu-tr-15086733813-03"]}} -{"id":"ec-meeting-2017-04-26-83af8340001c9b5d4a21b9b2e7de031aaa265340","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-04-26 - Cabinet of Commissioner Carlos Moedas x Commons Network"],"date":["2017-04-26"],"summary":["Public interest conditions and incentives"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-f7ccc3ad366dd2fdb24870e1c02ff2763539c82f","eu-tr-369172126391-67"]}} -{"id":"ec-meeting-2017-04-26-963151847e88e6f59253627af756ffd64bcc39ef","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2017-04-26 - Cabinet of Vice-President Karmenu Vella x Conference of Peripheral Maritime Regions (CRPM)"],"date":["2017-04-26"],"summary":["future of europe, blue economy","Blue Growth"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["eu-tr-5546423688-07","ec-person-2966d69fae0ea4e67f3f2df5a743cc766267d3c8"]}} -{"id":"ec-meeting-2017-04-26-a5fcab439dbfb9715bc05be6b2a51f0d1d23ff0f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-04-26 - Cabinet of Commissioner Elżbieta Bieńkowska x Eurelectric aisbl"],"date":["2017-04-26"],"summary":["ETS revision"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-4271427696-87","ec-person-d2997a7f359c91a337055c3e24dd36bf928de38d"]}} -{"id":"ec-meeting-2017-04-26-aeb096303fd8afc2ecfa6a6c2e160852d231bdd6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-04-26 - Cabinet of Commissioner Violeta Bulc x European Transport Workers' Federation"],"date":["2017-04-26"],"summary":["Presentation of the ETF Warsaw Declaration and the new position paper"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-92545571128-74","ec-person-4d2b449b5047ea3fda435a2a1c1081e3babcdf76","ec-person-dd7851e4a1e747e824b4f81139e33bc3cdb73160"]}} -{"id":"ec-meeting-2017-04-26-bf9d86808efd1eac8853913c8c876b43c58e88c4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-04-26 - Task Force for Relations with the United Kingdom x Farm Europe"],"date":["2017-04-26"],"summary":["Meeting with the Task Force for the Preparation and Conduct of the Negotiations with the United Kingdom under Article 50 TEU"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-uktf"],"involved":["ec-person-864cfa5fbc9b02a079ffbab1107f252c7bb08478","eu-tr-961826727268-04"]}} -{"id":"ec-meeting-2017-04-26-cf114ad416fe43bda0f1236e51036e97e2932a5f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-04-26 - Cabinet of Commissioner Tibor Navracsics x KEA European Affairs"],"date":["2017-04-26"],"summary":["Cultural and creative industries"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-49f31dad10f5641cb1d1e4c3107dd838389e8120","eu-tr-9213770154-45"]}} -{"id":"ec-meeting-2017-04-26-d03742fa0d950efb823103e9108fac65f055f676","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-04-26 - Cabinet of Commissioner Věra Jourová x Open Society European Policy Institute"],"date":["2017-04-26"],"summary":["Roma issues"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-5455ecfabb89025694c798deac08160a2be17d94","ec-person-a608b85b2ffef83f883b5a2330b6232efa1b7141","eu-tr-8557515321-37"]}} -{"id":"ec-meeting-2017-04-26-d24f94bb0fbd0f2c58af607432109038db4cff45","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-04-26 - Cabinet of Vice-President Cecilia Malmström x EUROPEAN SERVICES FORUM"],"date":["2017-04-26"],"summary":["Commissioners possible participation at a future event"],"notes":["Portfolio: Trade"],"location":["Brussels Belgium"],"address":["Brussels Belgium"],"addressEntity":["addr-61947d7d2c69c0b8f57325bd044f500c5fc6df48"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-3562594969-02","ec-person-5d4088e1913284a765aed8445f448f6ff341f1b3"]}} -{"id":"ec-meeting-2017-04-26-f15e94b151f8720c38e53a15c5cc9234f55d89ef","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-04-26 - Competition x Wirtschaftskammer Österreich"],"date":["2017-04-26"],"summary":["To discuss competition trends"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-comp"],"involved":["ec-person-8600a621c9aef12fc33b708e13b3cd3d5fa5696b","eu-tr-10405322962-08"]}} -{"id":"ec-meeting-2017-04-26-f3e13f74eda0eea7e468c81793fc6b1f1390dc8f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-04-26 - Cabinet of President Jean-Claude Juncker x CNC - Communications & Network Consulting AG"],"date":["2017-04-26"],"summary":["Digital Single Market"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-44a061693f35519551be0e3dab996e76ad3f8c7c","eu-tr-41870286144-59"]}} -{"id":"ec-meeting-2017-04-27-016c05264c93f7a27220ae864b0e2f48367866c2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-04-27 - Environment x Asociación Nacional de Empresas de Aguas de Bebida Envasadas"],"date":["2017-04-27"],"summary":["Drinking Water Directive Revision, Circular Economy Package"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-env"],"involved":["eu-tr-494020826571-87","ec-person-3bc74ce04ea3f4ab4d91a5c88eef25b8b8a213b4"]}} -{"id":"ec-meeting-2017-04-27-0205c746615228fd3b5be679f7a5cb6cc1ec8e3b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-04-27 - Cabinet of Commissioner Tibor Navracsics x International Betting Integrity Association"],"date":["2017-04-27"],"summary":["Online betting industry"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-49f31dad10f5641cb1d1e4c3107dd838389e8120","eu-tr-17258866933-24"]}} -{"id":"ec-meeting-2017-04-27-0cdaaae14c250545356014eef8305d799d61dacd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-04-27 - Cabinet of Vice-President Cecilia Malmström x EU-Japan Centre for Industrial Cooperation"],"date":["2017-04-27"],"summary":["Commissioners possible participation at a future event"],"notes":["Portfolio: Trade"],"location":["Brussels Belgium"],"address":["Brussels Belgium"],"addressEntity":["addr-61947d7d2c69c0b8f57325bd044f500c5fc6df48"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-5d4088e1913284a765aed8445f448f6ff341f1b3","eu-tr-374110414692-85"]}} -{"id":"ec-meeting-2017-04-27-151e72049e40f4d773b8e91156bc254c5b58f161","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-04-27 - Cabinet of Vice-President Cecilia Malmström x Confederation of Danish Industry"],"date":["2017-04-27"],"summary":["current trade agenda"],"notes":["Portfolio: Trade"],"location":["Copenhagen"],"address":["Copenhagen"],"addressEntity":["addr-3f7c839db34cfeebcefe96d90a0e37e02c8e52c6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-19b143e83f8ab978c55c8a9a9e49e06dbfa14bf3","eu-tr-5749958415-41"]}} -{"id":"ec-meeting-2017-04-27-1c9fc8c894c0b5f546e985d594e739012c7078d7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-04-27 - Cabinet of Commissioner Violeta Bulc x International Road Transport Union Permanent Delegation to the EU"],"date":["2017-04-27"],"summary":["Meeting with Matthias Maedge, new Head of the IRU Brussels office"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-41802525291-86","ec-person-dd7851e4a1e747e824b4f81139e33bc3cdb73160"]}} -{"id":"ec-meeting-2017-04-27-235dcebfe17f58b7e0fecf7da82a88598c178c35","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-04-27 - Cabinet of Vice-President Maroš Šefčovič x Tesla Motors Netherlands B.V. Transport and Environment (European Federation for Transport and Environment) Community of European Railway and Infrastructure Companies"],"date":["2017-04-27"],"summary":["Road tollling"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-547225616323-13","ec-person-2be517b9261a91f2f07e05ec14c6331980e9716e","eu-tr-7574621118-27","eu-tr-58744833263-19"]}} -{"id":"ec-meeting-2017-04-27-26add9d9d16f197f72d5ae1483716319d3d55c7c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-04-27 - Cabinet of Vice-President Günther Oettinger x Hydrogen Europe"],"date":["2017-04-27"],"summary":["energy policy"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["ec-person-55a0b11edfe9b0b76e526f72b1ec2e9f2f74d5bc","eu-tr-77659588648-75"]}} -{"id":"ec-meeting-2017-04-27-3175a4638df59587026b43632b4545efb319db64","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-04-27 - Maritime Affairs and Fisheries x European Fish Processors & Traders Association"],"date":["2017-04-27"],"summary":["Brexit"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-mare"],"involved":["eu-tr-01622884661-83","ec-person-a7b4b8418268a6d6c196b5e45f606fc92acbdb8c"]}} -{"id":"ec-meeting-2017-04-27-3baf37b8bf0e1b2695293dbdafebc1d0cde2989f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-04-27 - Cabinet of Commissioner Tibor Navracsics x Fédération Internationale de Football Association"],"date":["2017-04-27"],"summary":["European sport policy"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-49f31dad10f5641cb1d1e4c3107dd838389e8120","eu-tr-81311819832-09"]}} -{"id":"ec-meeting-2017-04-27-53cc11dc40f60e8ce557d0600f3d057b9b3c3a63","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-04-27 - Cabinet of Commissioner Christos Stylianides x FEDERATION OF INDUSTRIES OF GREECE"],"date":["2017-04-27"],"summary":["Exchange of views on the future of Europe and competitiveness in Greece"],"notes":["Portfolio: Humanitarian Aid & Crisis Management"],"location":["Brussels - Berlaymont"],"address":["Brussels - Berlaymont"],"addressEntity":["addr-eda445c4955377862aa542463ce6a4f27ee909d5"],"organizer":["ec-cabinet-christos-commissioner-of-stylianides"],"involved":["eu-tr-367931626903-83","ec-person-cdd689bd079714522dad472ea4446b0fcc660d8f","ec-person-08c677aa002baa9f95be8a2d0aa3b89875e2badf"]}} -{"id":"ec-meeting-2017-04-27-6837b759086cfe87cb32722995dd2abdf547b7de","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-04-27 - Cabinet of Commissioner Carlos Moedas x World Federation of Science Journalists"],"date":["2017-04-27"],"summary":["Presentation of the Association and Annual Congress"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["eu-tr-817573926753-11","ec-person-01051f0f33bfdc2ecc41873c02cae666c5e0d099","ec-person-f7ccc3ad366dd2fdb24870e1c02ff2763539c82f"]}} -{"id":"ec-meeting-2017-04-27-6b5c785553c5eb0b1bdf3e059e462b6a8eccba9d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-04-27 - Cabinet of President Jean-Claude Juncker x Fédération Internationale de Football Association"],"date":["2017-04-27"],"summary":["European sport policy"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-44a061693f35519551be0e3dab996e76ad3f8c7c","eu-tr-81311819832-09"]}} -{"id":"ec-meeting-2017-04-27-81057f61417b8c9ffdbeceb420d462037aeed1bc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-04-27 - Cabinet of Vice-President Johannes Hahn x B'nai B'rith International"],"date":["2017-04-27"],"summary":["challenges of the Israeli-Palestinian conflict"],"notes":["Portfolio: European Neighbourhood Policy & Enlargement Negotiations"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-hahn-johannes-of-president-vice"],"involved":["ec-person-643595d3a737c63fc95146b51292a4684ed1ca75","eu-tr-162711719247-82"]}} -{"id":"ec-meeting-2017-04-27-897f795500ee77d669881b4b99a22e7735c8cb49","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-04-27 - Cabinet of Commissioner Christos Stylianides x The German Marshall Fund of the United States - The Transatlantic Foundation"],"date":["2017-04-27"],"summary":["current geopolitical challenhes and the future of Europe"],"notes":["Portfolio: Humanitarian Aid & Crisis Management"],"location":["Brussels - Berlaymont"],"address":["Brussels - Berlaymont"],"addressEntity":["addr-eda445c4955377862aa542463ce6a4f27ee909d5"],"organizer":["ec-cabinet-christos-commissioner-of-stylianides"],"involved":["ec-person-becb860ca4c4e8da70ae969e747cf49914810b59","ec-person-cdd689bd079714522dad472ea4446b0fcc660d8f","eu-tr-823171519707-31"]}} -{"id":"ec-meeting-2017-04-27-91a8d18c2cc7834ed51ee941006be99b142ff33d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-04-27 - Cabinet of Vice-President Andrus Ansip x None"],"date":["2017-04-27"],"summary":["Revision of the Directive on Intellectual Property Rights Enforcement"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-465818716727-39","eu-tr-057865115207-48","eu-tr-18370091485-91","eu-tr-308466020184-62","eu-tr-99346002337-55","eu-tr-393423121496-65","eu-tr-455227615437-58","eu-tr-62536168216-12","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45"]}} -{"id":"ec-meeting-2017-04-27-9e801f3e08419dcddcfc993747212502868e259c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-04-27 - Cabinet of Vice-President Neven Mimica x Sant'Egidio BXL Europe"],"date":["2017-04-27"],"summary":["Discussion on future cooperation with the Federation."],"notes":["Portfolio: International Cooperation & Development"],"location":["Roma"],"address":["Roma"],"addressEntity":["addr-de5429d6f4fa2c86427a50757791de88a0b75c85"],"organizer":["ec-cabinet-mimica-neven-of-president-vice"],"involved":["ec-person-5f446e21c2ca97624d9781d53ce7312477e72d6e","ec-person-e06df06453c45a7a836ac84cbc479b8e48f16ea8","eu-tr-188918620990-58","ec-person-886e1b865045c3ed98e99075006d09cea708acce"]}} -{"id":"ec-meeting-2017-04-27-ccc8ac2b46b4285deb1c74a4c93851eccf9f540b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-04-27 - Cabinet of President Jean-Claude Juncker x Open Society European Policy Institute"],"date":["2017-04-27"],"summary":["EU Affairs and EU Civil Society"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-29c106b0461ffd79e95f0119bdd363fd3c7c3ab3","ec-person-44a061693f35519551be0e3dab996e76ad3f8c7c","eu-tr-8557515321-37","ec-person-9c3ecdfef0005edcc4749f05e79adbb4369d514a"]}} -{"id":"ec-meeting-2017-04-27-d364fa351fa295e7116983f8fe677fa862fc5b51","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-04-27 - Cabinet of Vice-President Andrus Ansip x PayPal PLC, Belgian Branch"],"date":["2017-04-27"],"summary":["DSM"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-94256896677-14","ec-person-0f698e3a0cc0bd6a02e1bd386a25cedc1366f3f1","ec-person-91ca0921c6790191daa54427311acd63035e7c9e"]}} -{"id":"ec-meeting-2017-04-27-df8dedffc6468ed8dbe77722bb8835963e6279c1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-04-27 - Cabinet of Vice-President Maroš Šefčovič x Enagás S.A. Snam S.p.A. Fluxys SA"],"date":["2017-04-27"],"summary":["State of play TAP"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-236409524439-34","ec-person-1f95be23689cd4ed0a26fe2980f760ccf2d55c1e","eu-tr-905001612275-82","ec-person-3bf48630444ace93d407e52eb880e64d480f75ce","eu-tr-284336314886-25"]}} -{"id":"ec-meeting-2017-04-27-ea4a002c5e281c016998cf90c1111d2b87a401ef","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-04-27 - Cabinet of Vice-President Miguel Arias Cañete x Schneider Electric"],"date":["2017-04-27"],"summary":["Energy Performance of Buildings Directive"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-46302264606-44","ec-person-25a937c04cd0a0ddcf5cf34798e76b5105854114"]}} -{"id":"ec-meeting-2017-04-27-fb23a88b77e575734f25362c993c98d3df6d3e09","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-04-27 - Cabinet of Vice-President Günther Oettinger x Dow Europe GmbH"],"date":["2017-04-27"],"summary":["EU policies"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["ec-person-b17d355ca19058898aba2ec032de59f8701d47f5","eu-tr-38235121060-73"]}} -{"id":"ec-meeting-2017-04-28-0d5c25abeddffeff0e18ffc6699cbe2e92725d98","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-04-28 - Financial Stability, Financial Services and Capital Markets Union x Gesamtverband der Deutschen Versicherungswirtschaft e.V."],"date":["2017-04-28"],"summary":["Solvency II; UFR; ESAs Review"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-6437280268-55","ec-person-bdee7a93f95c8ef05079539170139b3c02e8ed96"]}} -{"id":"ec-meeting-2017-04-28-1a6d7c16ad83cf2263d84251d7fbcd2dc2e6e233","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-04-28 - Cabinet of Vice-President Cecilia Malmström x Intel Corporation"],"date":["2017-04-28"],"summary":["conflict minerals"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-0e574d9526c0834ba7e67064cd6ec19a4a2460b9","eu-tr-7459401905-60"]}} -{"id":"ec-meeting-2017-04-28-2e71dca9951331b1addb4d5bff5df89ac40b6e31","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-04-28 - Cabinet of Vice-President Miguel Arias Cañete x NEW AREVA HOLDING SA"],"date":["2017-04-28"],"summary":["Présentation groupe AREVA et ses principaux enjeux européens"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-3eac19199bd5dbac49f504d2610a9066dddbfe57","eu-tr-41126912590-71"]}} -{"id":"ec-meeting-2017-04-28-45276a91244e7419c9f57c089a60d0e40e0536fc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-04-28 - Cabinet of Commissioner Violeta Bulc x Tampereen ja Pirkanmaan EU-toimisto/Tampere Region EU Office"],"date":["2017-04-28"],"summary":["TEN-T North-sea Baltic corridor"],"notes":["Portfolio: Transport"],"location":["brussels"],"address":["brussels"],"addressEntity":["addr-e2daa1574b7ac475c827b33e281bd2d5e013c882"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-be830229e281863b280fbdedb9755116218a1b6d","eu-tr-171385315838-88"]}} -{"id":"ec-meeting-2017-04-28-6f4a838cb022afa56920e8b8c91e1bb9e3d75ca9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-04-28 - Cabinet of Commissioner Carlos Moedas x Deutsche Akademie der Naturforscher Leopoldina e.V. -- Nationale Akademie der Wissenschaften"],"date":["2017-04-28"],"summary":["Western Balkans Process"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-f7ccc3ad366dd2fdb24870e1c02ff2763539c82f","eu-tr-129238924643-74"]}} -{"id":"ec-meeting-2017-04-28-82c57f7d160468db65ccd3025a8b30f3e7502f59","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-04-28 - Cabinet of Vice-President Andrus Ansip x The Walt Disney Company Benelux BVBA"],"date":["2017-04-28"],"summary":["DSM general, copyright"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-256463315409-35","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45"]}} -{"id":"ec-meeting-2017-04-28-90b20dd2603d7f6cc95499d936845c9eac865777","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-04-28 - Regional and Urban Policy x European farmers"],"date":["2017-04-28"],"summary":["Future Common Agricultural Policy and the synergies with the Cohesion Policy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-regio"],"involved":["ec-person-3bc647761a4c1a96c0e7b4c3729d7408a61558b0","eu-tr-44856881231-49"]}} -{"id":"ec-meeting-2017-04-28-b5558b744ff822b653a89276ef56ea134f8ccbee","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-04-28 - Cabinet of President Jean-Claude Juncker x Greenpeace European Unit"],"date":["2017-04-28"],"summary":["Comitology Files"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-e415577aabb40c0f789310505c6c5803aa69037b","eu-tr-9832909575-41"]}} -{"id":"ec-meeting-2017-04-28-bb997abb199dae411ef189af8b94195e43906226","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-04-28 - Cabinet of Vice-President Maroš Šefčovič x Jaguar Land Rover Limited"],"date":["2017-04-28"],"summary":["Automotive industry"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-2be517b9261a91f2f07e05ec14c6331980e9716e","eu-tr-08618215943-22","ec-person-1f95be23689cd4ed0a26fe2980f760ccf2d55c1e"]}} -{"id":"ec-meeting-2017-04-28-c723bb3591ea7b43b7b7dba2f450f9d07240895d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-04-28 - Cabinet of First Vice-President Frans Timmermans x Civil Society Europe"],"date":["2017-04-28"],"summary":["establishment of a EU Mechanism on democracy, the rule of law and fundamental rights"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-520775919740-63","ec-person-966667b73d92624be9bb019c2baab7e52331b3d3"]}} -{"id":"ec-meeting-2017-04-28-cbb4accfdfaf25fd34d8da7e8d9bad0826ca67fe","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-04-28 - Cabinet of First Vice-President Frans Timmermans x Open Society European Policy Institute"],"date":["2017-04-28"],"summary":["Democracy, Rule of Law and Future of Europe"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussel"],"address":["Brussel"],"addressEntity":["addr-62ff8a238a97c72453d6fc3e5cd26a143cd991e7"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-8557515321-37","ec-person-966667b73d92624be9bb019c2baab7e52331b3d3"]}} -{"id":"ec-meeting-2017-04-28-e4194db4420adbe2c26cec8ae09164e38c67b1b0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-04-28 - Cabinet of Commissioner Vytenis Andriukaitis x European Public Health Alliance"],"date":["2017-04-28"],"summary":["Antimicrobial resistance and the outlook for the forthcoming action plan, as well as health in the Semester and Social Pillar"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-b9c3f19e7c5f216e3e508f931ddd6a9cb59376d1","ec-person-059ca943fc5fc696d2a97849c635ddf7b6ab7fd7","ec-person-97425c615743576adc42e09bee7dac14f83f691b","eu-tr-18941013532-08"]}} -{"id":"ec-meeting-2017-05-02-018fd72057b54300ac243db7e78f499da2511e2a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-02 - Cabinet of Vice-President Maroš Šefčovič x ASD-Eurospace"],"date":["2017-05-02"],"summary":["Space Strategy for Europe"],"notes":["Portfolio: Energy Union"],"location":["Paris"],"address":["Paris"],"addressEntity":["addr-22390ad11c32faec43fc61555b53607660b3c185"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-2be517b9261a91f2f07e05ec14c6331980e9716e","eu-tr-873508417106-05","ec-person-1f95be23689cd4ed0a26fe2980f760ccf2d55c1e"]}} -{"id":"ec-meeting-2017-05-02-04a52a63739cebeda66ec20f69033e2ad2f6e8e7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-02 - Migration and Home Affairs x Friends of Europe"],"date":["2017-05-02"],"summary":["Update on EU Action in the field of Migration"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-home"],"involved":["eu-tr-99436366768-45","ec-person-ae1262e8850ed1e9a0530b0ad7440ac648255896"]}} -{"id":"ec-meeting-2017-05-02-68452796b028cf557b39b09fd4e7ffa252acd698","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-02 - Cabinet of Vice-President Andrus Ansip x Deutsche Telekom"],"date":["2017-05-02"],"summary":["Connectivity, in particular spectrum and vectoring"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-5db7bdd1c81da2e70eb5b982097d0004111b5c3e","ec-person-666bc159c7e65a3af9e63c1e97435c02f1496955","ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0","eu-tr-60052162589-72"]}} -{"id":"ec-meeting-2017-05-02-6da09eaf3fe520994afa2855e75ce5fe8da620de","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-02 - Cabinet of Commissioner Phil Hogan x Confédération Européenne des Entrepreneurs de Travaux Techniques Agricoles, Ruraux et Forestiers/ European Organisation of Agricultural, Rural and Forestry Contractors / Europäischer Zentralverband der Lohnunternehmer"],"date":["2017-05-02"],"summary":["Forestry"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-ff8342dedc26701400fcb7dcf73fbee50a837ac6","eu-tr-15086733813-03"]}} -{"id":"ec-meeting-2017-05-02-84cd396036b828d7e6875f388b19aea49c7e7f3d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-02 - Cabinet of Commissioner Tibor Navracsics x European Youth Forum Assembly of European Regions European Student Think Tank Erasmus Student Network Association européenne des jeunes entrepreneurs Schwarzkopf-Stiftung Junges Europa"],"date":["2017-05-02"],"summary":["EU youth strategy post 2018"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["eu-tr-187449026945-68","eu-tr-868091323871-48","ec-person-dc2e0fed0fdf39a6a3f3ad63355c5215599de9d1","eu-tr-256090222257-01","eu-tr-43251547769-22","eu-tr-480267313069-44","eu-tr-45445593026-68"]}} -{"id":"ec-meeting-2017-05-02-8baf23cb5facc301dadacb8a325bbd037cc32529","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-02 - Cabinet of Vice-President Günther Oettinger x Deutscher Industrie- und Handelskammertag e.V. Handwerkskammer Niederbayern-Oberpfalz"],"date":["2017-05-02"],"summary":["MFF"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-22400601191-42","ec-person-1a98ebdc65a0fda494d1f6eb6fb74247a3036490","eu-tr-28892272773-56"]}} -{"id":"ec-meeting-2017-05-02-9a32d14d958cc3f18e84a501577b2d6d9e0bf308","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-02 - Cabinet of Vice-President Jyrki Katainen x The European Organization for Packaging and the Environment Coca-Cola European Partners Metal Packaging Europe External Affairs ASBL Procter & Gamble"],"date":["2017-05-02"],"summary":["Packaging and Packaging Waste Directive"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-0001976677-12","eu-tr-003394315003-45","eu-tr-867965517169-77","eu-tr-5519077766-10","ec-person-0da85dc48012e26688310a59a0b51727ea68f410"]}} -{"id":"ec-meeting-2017-05-02-a01adf295f573966484f5f49749ba4b535eed2fb","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2017-05-02 - Cabinet of Vice-President Karmenu Vella x The European Organization for Packaging and the Environment"],"date":["2017-05-02"],"summary":["packaging and packaging waste"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["ec-person-4ff7c27445db4ad88e687776974fd8d077a1fe0c","eu-tr-0001976677-12"]}} -{"id":"ec-meeting-2017-05-02-b0e882cf784803212256bed02920ccec528a4f6c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-02 - Cabinet of Vice-President Maroš Šefčovič x Arbeitsgemeinschaft deutscher Verkehrsflughäfen"],"date":["2017-05-02"],"summary":["Aviation Package"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-41108238259-40","ec-person-3bf48630444ace93d407e52eb880e64d480f75ce"]}} -{"id":"ec-meeting-2017-05-02-bf3f48accd9cfdb89bd843b4e735dc457bde112b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-02 - Cabinet of Vice-President Jyrki Katainen x PGGM"],"date":["2017-05-02"],"summary":["Platform to support CE financing"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-120036211374-56","ec-person-0da85dc48012e26688310a59a0b51727ea68f410"]}} -{"id":"ec-meeting-2017-05-02-db93ee07c8239ae1689489c6656efbf69aea3c92","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-02 - Cabinet of Vice-President Miguel Arias Cañete x FortyEight"],"date":["2017-05-02"],"summary":["Renewables"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-1831691c10441c5974327bbeb8693d6b6c1e50c3","eu-tr-870921517430-50","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd"]}} -{"id":"ec-meeting-2017-05-02-dea7491dc918bdd31d6de8d6bb3d0319d330a415","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-02 - Employment, Social Affairs and Inclusion x European Venture Philanthropy Association"],"date":["2017-05-02"],"summary":["4th year of EVPA Partnership Agreement under the Commission’s Programme for Employment and Social Innovation (EaSI)"],"location":["BRUSSELS"],"address":["BRUSSELS"],"addressEntity":["addr-f74337897287bf1b546f30505f5b1f693a87af50"],"organizer":["ec-dg-empl"],"involved":["eu-tr-651029816401-19","ec-person-0d8ce1c547b8ca99decd25740ba12e2c0866a2fd"]}} -{"id":"ec-meeting-2017-05-02-f0ea4d7635a183e1e76d7a14a794de79e57bd6f9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-02 - Cabinet of Commissioner Dimitris Avramopoulos x The Olga Lengyel Institute for Holocaust Studies and Human Rights"],"date":["2017-05-02"],"summary":["Rise of anti-Semitism and xenophobia"],"notes":["Portfolio: Migration, Home Affairs and Citizenship"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-avramopoulos-cabinet-commissioner-dimitris-of"],"involved":["eu-tr-244672726797-79","ec-person-06b43c385c07c13f2bae1d24a0075851e8ce491d"]}} -{"id":"ec-meeting-2017-05-02-fdc1bc365b5f6eaac65e34725bee0250d8403d42","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-02 - Cabinet of Vice-President Karmenu Vella x None"],"date":["2017-05-02"],"summary":["Blue Economy Financing Principles"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["ec-person-2966d69fae0ea4e67f3f2df5a743cc766267d3c8","eu-tr-1414929419-24","ec-person-0e3efd8bc1c3ee9a80205d0bb78f316fa1621e5d","eu-tr-78787381113-69","eu-tr-381796719468-68","eu-tr-384084824013-75","eu-tr-469301912859-01"]}} -{"id":"ec-meeting-2017-05-03-2f01bed4c26b124a1e7f5c116bf20129125b310d","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2017-05-03 - Cabinet of Commissioner Violeta Bulc x Gasum Oy"],"date":["2017-05-03"],"summary":["Gas in transport use both in FIN and Sweeden","Alternative Fuels"],"notes":["Portfolio: Transport"],"location":["brussels"],"address":["brussels"],"addressEntity":["addr-e2daa1574b7ac475c827b33e281bd2d5e013c882"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-759978215122-11","ec-person-be830229e281863b280fbdedb9755116218a1b6d"]}} -{"id":"ec-meeting-2017-05-03-483cc88571d38ca2f0f4cbdc1d2a9638bafd6a38","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-03 - Cabinet of Commissioner Marianne Thyssen x Bundesverband Öffentliche Dienstleistungen - Deutsche Sektion des CEEP e.V."],"date":["2017-05-03"],"summary":["Employment and social priorities"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["eu-tr-35183976109-02","ec-person-7567514af00f139b390cf9864d28a090ca0fde25"]}} -{"id":"ec-meeting-2017-05-03-6412e2162301eee5ecb619a0a4201248113d1560","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-03 - Cabinet of Vice-President Karmenu Vella x Naturschutzbund Deutschland e.V."],"date":["2017-05-03"],"summary":["Follow-up Nature Action Plan and greening of the Common Agricultural Policy"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["ec-person-78fb1ad0c02c4fa8497b22edc1233d6be03cf2e5","eu-tr-0285583802-96"]}} -{"id":"ec-meeting-2017-05-03-88d455f323fd811f25f1e0001999cb07846c1fbf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-03 - Cabinet of Vice-President Günther Oettinger x Arbeitsgemeinschaft deutscher Verkehrsflughäfen"],"date":["2017-05-03"],"summary":["aviation package"],"notes":["Portfolio: Budget & Human Resources"],"location":["BXL"],"address":["BXL"],"addressEntity":["addr-d2fde52f67ea4a3e1fe233d0a959d6a1c77fd910"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["ec-person-6ae6cc420fab2c032884945814d4e330cecb43d7","eu-tr-41108238259-40"]}} -{"id":"ec-meeting-2017-05-03-9d6e59c09c8543705e553bee498ee0902c8b91b8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-03 - Cabinet of Commissioner Tibor Navracsics x European Club Association"],"date":["2017-05-03"],"summary":["European Professional Football"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["eu-tr-564607316826-42","ec-person-49f31dad10f5641cb1d1e4c3107dd838389e8120"]}} -{"id":"ec-meeting-2017-05-03-a991ef266c938dd5eb6ebe4130d000ad09b3c0f0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-03 - Cabinet of Vice-President Jyrki Katainen x Bank of America Corporation"],"date":["2017-05-03"],"summary":["Economic and political developments in the EU and the UK"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-955e8c493ab54847bb92b65986f56a401f8eabee","eu-tr-53891615036-88"]}} -{"id":"ec-meeting-2017-05-03-ad2d9ad83846c6d99e63b41716258179ddd3c725","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-03 - Cabinet of Commissioner Vytenis Andriukaitis x Blic Oy"],"date":["2017-05-03"],"summary":["Good practices in pig farming/tail-docking"],"notes":["Portfolio: Health & Food Safety"],"location":["BERL 08/344"],"address":["BERL 08/344"],"addressEntity":["addr-d05e2cda611997e388e2dba52291b77a769b0cac"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["eu-tr-687078815005-93","ec-person-0dbfffeb0323f819c8d57164906086dd8639c437"]}} -{"id":"ec-meeting-2017-05-03-b70cb2d1d79665cdd7a967d0c6a3a7a7ec551802","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-03 - Cabinet of Commissioner Věra Jourová x European Law Institute"],"date":["2017-05-03"],"summary":["Joint collaboration with FRA in the area of Business and Human Rights and Collective Redress"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-a608b85b2ffef83f883b5a2330b6232efa1b7141","eu-tr-455458212010-50","ec-person-ff9ad301b778d595651cc4c46ec3a4cf1ef10376"]}} -{"id":"ec-meeting-2017-05-03-c5004e2bd96344769644b82ea88906f00cd0a36c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-03 - Cabinet of Vice-President Miguel Arias Cañete x Miltton Europe"],"date":["2017-05-03"],"summary":["LNG and bio-LNG in maritime and road transport"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-245377319023-40","ec-person-25a937c04cd0a0ddcf5cf34798e76b5105854114"]}} -{"id":"ec-meeting-2017-05-03-c52e4f6cdcf7488a82153168a43a4f71d42fec58","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-03 - Cabinet of Vice-President Miguel Arias Cañete x NATURGY ENERGY GROUP"],"date":["2017-05-03"],"summary":["Energy Union and Climate Change - General exchange of views"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-67833029261-54","ec-person-71f9b3c696abbda505f0fae6baec2c26e0c310dc"]}} -{"id":"ec-meeting-2017-05-03-c72c11299a9fadc961bc7d5a76dea8477d2e213c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-03 - Cabinet of Vice-President Miguel Arias Cañete x Gasum Oy"],"date":["2017-05-03"],"summary":["LNG and bio-LNG in maritime and road transport"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-759978215122-11","ec-person-25a937c04cd0a0ddcf5cf34798e76b5105854114"]}} -{"id":"ec-meeting-2017-05-03-d070e039f12a0a7e8ac5deb106453dd51dce53a5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-03 - Cabinet of Commissioner Phil Hogan x Naturschutzbund Deutschland e.V."],"date":["2017-05-03"],"summary":["Future of the CAP"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-0285583802-96","ec-person-b0d24e81234b490dd841a09b69892304b27fc6a8"]}} -{"id":"ec-meeting-2017-05-03-d5fa6e7fe96a6255d99a2e08b63d4ac5c903942d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-03 - Cabinet of Vice-President Maroš Šefčovič x International Union of Tenants"],"date":["2017-05-03"],"summary":["Energy Union, Housing, tenants' and investment issues"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-94035285059-91","ec-person-2be517b9261a91f2f07e05ec14c6331980e9716e"]}} -{"id":"ec-meeting-2017-05-03-f2c590dfc859fc7061f7ed44c5ac703f80672a99","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-03 - Cabinet of Commissioner Carlos Moedas x Found.ation Maker's Place P.C."],"date":["2017-05-03"],"summary":["Venture Capital support to innovation"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-b8d49828915f9008e764a78796d47ea00807a658","ec-person-a45151b401196e9c374c9acdada9d8840da271ad","eu-tr-634343026906-44"]}} -{"id":"ec-meeting-2017-05-03-f8bebe5776bad432ded36e5d789136cb1e396e94","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-03 - Cabinet of Vice-President Günther Oettinger x Naturschutzbund Deutschland e.V."],"date":["2017-05-03"],"summary":["MFF"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-0285583802-96","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2017-05-04-083687bc242680b580edc9f0c0f4683d4f312e0f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-04 - Cabinet of Vice-President Andrus Ansip x Verband der Anbieter von Telekommunikations- und Mehrwertdiensten"],"date":["2017-05-04"],"summary":["Roaming, telecom review, regualtion of networks in Germany"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-10256986723-88","ec-person-666bc159c7e65a3af9e63c1e97435c02f1496955"]}} -{"id":"ec-meeting-2017-05-04-0b56737a0e8e52b1ea9faffe24c4686304e5ea93","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-04 - Cabinet of Vice-President Andrus Ansip x Verband der Anbieter von Telekommunikations- und Mehrwertdiensten Bundesverband Breitbandkommunikation e.V."],"date":["2017-05-04"],"summary":["Telco review and in particular access provisions."],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-10256986723-88","eu-tr-028570718529-43","ec-person-666bc159c7e65a3af9e63c1e97435c02f1496955"]}} -{"id":"ec-meeting-2017-05-04-132f227771770bf008516748595f3aec2728097e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-04 - Cabinet of Vice-President Maroš Šefčovič x Uber"],"date":["2017-05-04"],"summary":["Presentation of the company"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-2be517b9261a91f2f07e05ec14c6331980e9716e","eu-tr-002278013515-26"]}} -{"id":"ec-meeting-2017-05-04-41af8a482bd396b28b2817407e094106e9c32309","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-04 - Cabinet of Vice-President Jyrki Katainen x Aldersgate Group"],"date":["2017-05-04"],"summary":["Circular Economy Package"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-0da85dc48012e26688310a59a0b51727ea68f410","eu-tr-570633817416-75"]}} -{"id":"ec-meeting-2017-05-04-457d426e8035488c8357522f0fc808e292871995","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-04 - Cabinet of President Jean-Claude Juncker x European Environmental Bureau Friends of the Earth Europe WWF Deutschland Climate Action Network Europe Stichting BirdLife Europe"],"date":["2017-05-04"],"summary":["Green Ten contribution to the White Paper reflection on the future of Europe"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-06798511314-27","eu-tr-031571311716-04","eu-tr-1083162721-43","eu-tr-55888811123-49","ec-person-b1bf9aa5fb7e886441ff341b657cc482b64a2a3e","eu-tr-9825553393-31"]}} -{"id":"ec-meeting-2017-05-04-4c9e24508e4a97d41c52b3fcf5e7848b79084427","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-04 - Cabinet of Vice-President Maroš Šefčovič x Association des Constructeurs Européens d'Automobiles"],"date":["2017-05-04"],"summary":["Decarbonisation of Transport"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-3bf48630444ace93d407e52eb880e64d480f75ce","eu-tr-0649790813-47"]}} -{"id":"ec-meeting-2017-05-04-5084a48da800468d6a0d276c6eef45796b8f7583","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-04 - Cabinet of Vice-President Jyrki Katainen x Alibaba Group Holding Limited"],"date":["2017-05-04"],"summary":["IPR & e-commerce related issues"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-c50e8c2cc390c5efb0626988d173bc6758459e0f","eu-tr-204066023415-46"]}} -{"id":"ec-meeting-2017-05-04-520dfa6ff1b064a82507a5b7d224bdfc0209c32f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-04 - Cabinet of Vice-President Günther Oettinger x Deutsches Aktieninstitut"],"date":["2017-05-04"],"summary":["CSR"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["ec-person-1a98ebdc65a0fda494d1f6eb6fb74247a3036490","eu-tr-38064081304-25"]}} -{"id":"ec-meeting-2017-05-04-60298f05faee47cba8d138769f8d9bfaa361f281","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-04 - Cabinet of Vice-President Andrus Ansip x HOTREC, Hotels, Restaurants & Cafés in Europe"],"date":["2017-05-04"],"summary":["Platform-to-business relations"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-91ca0921c6790191daa54427311acd63035e7c9e","eu-tr-7955861942-03"]}} -{"id":"ec-meeting-2017-05-04-60e29cf195c76a1bdf475badece9ea03ef6ed904","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-04 - Cabinet of Vice-President Miguel Arias Cañete x Nord Stream 2 AG"],"date":["2017-05-04"],"summary":["Gas Infastructure"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-1831691c10441c5974327bbeb8693d6b6c1e50c3","eu-tr-662856722412-20"]}} -{"id":"ec-meeting-2017-05-04-6216c93c7316b8c37146f9de8d3b72dd47b07861","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-04 - Cabinet of Vice-President Günther Oettinger x Proximus"],"date":["2017-05-04"],"summary":["Telecoms and e-privacy reform"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911","eu-tr-537380918401-76"]}} -{"id":"ec-meeting-2017-05-04-6d60bf5df25f6a79ef0432dc56763f37e41cafca","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-04 - Cabinet of Commissioner Carlos Moedas x Universities UK International"],"date":["2017-05-04"],"summary":["Development in EU research & innovation policy"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-b8d49828915f9008e764a78796d47ea00807a658","eu-tr-503102215568-76"]}} -{"id":"ec-meeting-2017-05-04-7a07fc128c4ea3ca79c6fba787244807efc0cd0c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-04 - Cabinet of Commissioner Vytenis Andriukaitis x PepsiCo Mondelez Europe GmbH Unilever Kellen Nestlé S.A. The Coca-Cola Company"],"date":["2017-05-04"],"summary":["The Evolved Nutrition Label initiative"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-b9c3f19e7c5f216e3e508f931ddd6a9cb59376d1","eu-tr-00475641564-03","eu-tr-27867672607-85","eu-tr-15366395387-57","eu-tr-6200524920-25","eu-tr-19807921101-45","eu-tr-010212710281-97"]}} -{"id":"ec-meeting-2017-05-04-7f94378ec408478374d21c08940b1c15918e663f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-04 - Cabinet of Vice-President Johannes Hahn x EuroMed Rights / EuroMed Droits"],"date":["2017-05-04"],"summary":["Developments in Egypt"],"notes":["Portfolio: European Neighbourhood Policy & Enlargement Negotiations"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-hahn-johannes-of-president-vice"],"involved":["ec-person-643595d3a737c63fc95146b51292a4684ed1ca75","eu-tr-18343956476-47"]}} -{"id":"ec-meeting-2017-05-04-8dd8c80ede58467e65f42bd9e11a4641d8b749a7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-04 - Cabinet of President Jean-Claude Juncker x Fédération Française d'Equitation"],"date":["2017-05-04"],"summary":["Cadre européen en matière de TVA"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-ad6f76ca53dc30d965b15e3728c45dbd0aba44b4","eu-tr-02214595960-02"]}} -{"id":"ec-meeting-2017-05-04-90f4240188d20358fc54df0666c5a9cb0ccfee0d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-04 - Cabinet of Commissioner Pierre Moscovici x Accountancy Europe"],"date":["2017-05-04"],"summary":["Meeting to prepare Commissioner Moscovici's intervention at FEE Tax day."],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["ec-person-1d299d025d2afdcba46db3d131b6197fab6e0c89","eu-tr-4713568401-18"]}} -{"id":"ec-meeting-2017-05-04-92da86d437bf591028270a2fd3505452899e06b4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-04 - Trade x European Tyre & Rubber Manufacturers' Association"],"date":["2017-05-04"],"summary":["Safeguard proceeding by Turkey on tyres"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-trade"],"involved":["ec-person-bde9bb099f5d24c52ca4a9255cefc99a5b87a650","eu-tr-6025320863-10"]}} -{"id":"ec-meeting-2017-05-04-a1393adb8a03e455d5369a9ca6a2b6bb714e58a8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-04 - Cabinet of Vice-President Günther Oettinger x Deutscher Steuerberaterverband e.V."],"date":["2017-05-04"],"summary":["services package"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-845551111047-04","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2017-05-04-b89e1445212fe535e4c96880f6b7193ff23de073","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-04 - Cabinet of Vice-President Valdis Dombrovskis x Deutscher Industrie- und Handelskammertag e.V."],"date":["2017-05-04"],"summary":["Social and EMU reflection paper"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-22400601191-42","ec-person-f376b1eca739c662d2385062249507f23f4ca67e"]}} -{"id":"ec-meeting-2017-05-04-b8ed967fdc8686e4670ebe65611a60491c8c5885","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-04 - Cabinet of Vice-President Miguel Arias Cañete x ELSA &PARTNERS"],"date":["2017-05-04"],"summary":["Clean energy package"],"notes":["Portfolio: Climate Action & Energy"],"location":["brussels"],"address":["brussels"],"addressEntity":["addr-e2daa1574b7ac475c827b33e281bd2d5e013c882"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-462142617062-10","ec-person-2229c857664a22dcb8eee79a8c05841fd3d0924f"]}} -{"id":"ec-meeting-2017-05-04-bb0cefc96651bc8cbbe9b971e749dcdd0004db16","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-04 - Cabinet of Vice-President Andrus Ansip x Bundesverband Breitbandkommunikation e.V."],"date":["2017-05-04"],"summary":["Roaming, telecom review, regualtion of networks in Germany"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-028570718529-43","ec-person-666bc159c7e65a3af9e63c1e97435c02f1496955"]}} -{"id":"ec-meeting-2017-05-04-bd9f233b30e6449335048231cefe79933ddb39eb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-04 - Cabinet of Vice-President Miguel Arias Cañete x Cooperativas Agro-alimentarias de España"],"date":["2017-05-04"],"summary":["Preparation of the meeting on 1/06 in Madrid (la Asamblea General Ordinaria)"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-3191855142-12","ec-person-2229c857664a22dcb8eee79a8c05841fd3d0924f"]}} -{"id":"ec-meeting-2017-05-04-c9eb5afe6a79d503cddb10f2212d2bfee6e3fecd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-04 - Cabinet of Vice-President Günther Oettinger x GIGAEurope"],"date":["2017-05-04"],"summary":["Digital Single Market Strategy"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-42178977290-80","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2017-05-04-d1af535d35697ff9a3a74d5e07ffec132a2ea16c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-04 - Cabinet of Vice-President Johannes Hahn x Rasmussen Global"],"date":["2017-05-04"],"summary":["Ukraine Reform Agenda"],"notes":["Portfolio: European Neighbourhood Policy & Enlargement Negotiations"],"location":["brussels"],"address":["brussels"],"addressEntity":["addr-e2daa1574b7ac475c827b33e281bd2d5e013c882"],"organizer":["ec-cabinet-hahn-johannes-of-president-vice"],"involved":["ec-person-14243ca3b6c9c0f57c03163cfda58dad2d75b681","ec-person-f672afec7a839bc5243ddd3590bf9d6526226d41","eu-tr-923424020779-19"]}} -{"id":"ec-meeting-2017-05-04-d46f8d84fa586450bef214fa9618c20f5f6f5871","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-04 - Cabinet of Commissioner Tibor Navracsics x Fédération Internationale des Footballeurs Professionnelles Division Europe"],"date":["2017-05-04"],"summary":["European Professional Football"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-49f31dad10f5641cb1d1e4c3107dd838389e8120","eu-tr-797440512350-84"]}} -{"id":"ec-meeting-2017-05-04-eccb4eb4dfd92e08c1998a165167c181271b87f4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-04 - Cabinet of Vice-President Karmenu Vella x Association of European Automotive and Industrial Battery Manufacturers"],"date":["2017-05-04"],"summary":["circular economy"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Malta"],"address":["Malta"],"addressEntity":["addr-1a591a3e91fcb7a47f2c08e9e2e117f39af22078"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["ec-person-2966d69fae0ea4e67f3f2df5a743cc766267d3c8","eu-tr-39573492614-61","ec-person-0e3efd8bc1c3ee9a80205d0bb78f316fa1621e5d"]}} -{"id":"ec-meeting-2017-05-05-070febc94d7efa16c646d542806d59816e0e2dfe","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-05 - Cabinet of Vice-President Andrus Ansip x Fair Standards Alliance"],"date":["2017-05-05"],"summary":["SEP licensing"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-6a03bc4fa7657513ea34529e98dba0671ef4c849","eu-tr-354710219654-02"]}} -{"id":"ec-meeting-2017-05-05-234a11f28d5317baf49101576f14711b5ae90b1b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-05 - Cabinet of Vice-President Karmenu Vella x Confederation of European Waste-to-Energy Plants"],"date":["2017-05-05"],"summary":["waste to energy"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["ec-person-4ff7c27445db4ad88e687776974fd8d077a1fe0c","eu-tr-7899845424-69"]}} -{"id":"ec-meeting-2017-05-05-5d06d9f634ef449b0c4ad418f126e01f3aa826d9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-05 - Financial Stability, Financial Services and Capital Markets Union x Euroclear SA/NV"],"date":["2017-05-05"],"summary":["Future post trade reform in the EU, Securities Law Reform"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-88290282308-75","ec-person-bdee7a93f95c8ef05079539170139b3c02e8ed96"]}} -{"id":"ec-meeting-2017-05-05-787a267d5dfee9a1df6bb64d260dd3714fcab799","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-05 - Cabinet of Vice-President Karmenu Vella x Association of National Organisations of Fishing Enterprises in the European Union"],"date":["2017-05-05"],"summary":["Ocean Governance, Landing obligation, Management plans, Implementation of the Common Fisheries Policy, Our Ocean Conference 2017"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Malta"],"address":["Malta"],"addressEntity":["addr-1a591a3e91fcb7a47f2c08e9e2e117f39af22078"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["eu-tr-2312395253-25","ec-person-2966d69fae0ea4e67f3f2df5a743cc766267d3c8","ec-person-0e3efd8bc1c3ee9a80205d0bb78f316fa1621e5d"]}} -{"id":"ec-meeting-2017-05-05-923e929e211ae660be0b857936d49e96442fc1e4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-05 - Cabinet of Commissioner Margrethe Vestager x Fair Standards Alliance"],"date":["2017-05-05"],"summary":["SEP Licensing"],"notes":["Portfolio: Competition"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-margrethe-of-vestager"],"involved":["ec-person-947ab3027ba90ce15968614ce35c12506b7a43ac","eu-tr-354710219654-02"]}} -{"id":"ec-meeting-2017-05-05-ad9ee50b0e221076e03681b789913009fc8ce65d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-05 - Cabinet of Vice-President Karmenu Vella x Chemicals, Health and Environment Monitoring Trust"],"date":["2017-05-05"],"summary":["endocrine disruptors, REACH"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["ec-person-4ff7c27445db4ad88e687776974fd8d077a1fe0c","eu-tr-27053044762-72"]}} -{"id":"ec-meeting-2017-05-05-b2952da7ff6f42aee28ff6a04e1ce094bc2233f2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-05 - Cabinet of Commissioner Vytenis Andriukaitis x European Organisation for Research and Treatment of Cancer"],"date":["2017-05-05"],"summary":["Clinical research"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-059ca943fc5fc696d2a97849c635ddf7b6ab7fd7","eu-tr-70539554035-46"]}} -{"id":"ec-meeting-2017-05-05-baa9c260e8132adc80ffedbd0d4a2eddfcc58f94","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-05 - Cabinet of Vice-President Miguel Arias Cañete x Confederación Española de Organizaciones Empresariales"],"date":["2017-05-05"],"summary":["Energía y cambio climático"],"notes":["Portfolio: Climate Action & Energy"],"location":["Madrid"],"address":["Madrid"],"addressEntity":["addr-7a2191964a3d7521269f0068afae6b6116bac15d"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd","eu-tr-02963738854-41"]}} -{"id":"ec-meeting-2017-05-05-bc454808cdae0163de6aa0c5293f8ceeb7a519cf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-05 - Cabinet of Commissioner Carlos Moedas x CSC - IT Center for Science Ltd."],"date":["2017-05-05"],"summary":["Open Science"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-b8d49828915f9008e764a78796d47ea00807a658","eu-tr-360344017227-92"]}} -{"id":"ec-meeting-2017-05-05-bce8d3b959476d0d6cf138810346153a207c4ef1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-05 - Joint Research Centre x Concawe"],"date":["2017-05-05"],"summary":["Introduction of the new Director-General of Concawe, Mr Cooper, and the opportunity of reaffirming the good working relationship between JRC and Concawe and discuss ongoing and potential future research activities"],"location":["Bruxelles"],"address":["Bruxelles"],"addressEntity":["addr-b58f5927b66d94a676970dc048485d4c6848f272"],"organizer":["ec-dg-jrc"],"involved":["eu-tr-19227706301-14","ec-person-b3e6b7a4bd40eead1b939244f1cb4e9bdaf65f46"]}} -{"id":"ec-meeting-2017-05-05-d58962482e0eb8b3558c98f8fd07cdf3aadd32a3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-05 - Cabinet of Vice-President Jyrki Katainen x Confederation of European Waste-to-Energy Plants"],"date":["2017-05-05"],"summary":["Waste-to-Energy Communication"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-0da85dc48012e26688310a59a0b51727ea68f410","eu-tr-7899845424-69"]}} -{"id":"ec-meeting-2017-05-05-fb3f39eb56f702e6a685c9b151a39bd464cb38eb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-05 - Cabinet of Commissioner Christos Stylianides x Fédération Internationale de la Diaspora Afar Kirkon Ulkomaanapu sr (Finn Church Aid)"],"date":["2017-05-05"],"summary":["Humanitarian Aid"],"notes":["Portfolio: Humanitarian Aid & Crisis Management"],"location":["Helsinki, Finnland"],"address":["Helsinki, Finnland"],"addressEntity":["addr-52814e9946da2bbf091faad3af0dc2dc25e477ca"],"organizer":["ec-cabinet-christos-commissioner-of-stylianides"],"involved":["eu-tr-405440517042-19","eu-tr-434831615060-89","ec-person-cdd689bd079714522dad472ea4446b0fcc660d8f","ec-person-4424ecf39f7c6c9e4022ac46c71d81b0464ae6a5"]}} -{"id":"ec-meeting-2017-05-08-2597358b8cee881202bc5dc08c44e364f7a87273","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-08 - Cabinet of Vice-President Valdis Dombrovskis x NASDAQ"],"date":["2017-05-08"],"summary":["CMU; MiFID 2; ESG reporting"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Riga"],"address":["Riga"],"addressEntity":["addr-e98260de43e8b705667726783aef78b8badb67e7"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-76648765687-29","ec-person-a9eda2e8ea54b70a968327672c6cada679d3cd56"]}} -{"id":"ec-meeting-2017-05-08-263292c543162bcf2b8d7dbb9033b95d29e5a6c4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-08 - Cabinet of Vice-President Valdis Dombrovskis x Latvijas Finanšu nozares asociācija"],"date":["2017-05-08"],"summary":["Fintech Consult; CMU; ESAs review"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Riga"],"address":["Riga"],"addressEntity":["addr-e98260de43e8b705667726783aef78b8badb67e7"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-481610819779-94","ec-person-537401fc0be04984531b83660f416bf2fe14fbd8","ec-person-a9eda2e8ea54b70a968327672c6cada679d3cd56"]}} -{"id":"ec-meeting-2017-05-08-30f5afbc66f992042602340283ef4f9c849f4955","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-08 - Employment, Social Affairs and Inclusion x SMEunited aisbl"],"date":["2017-05-08"],"summary":["new appointed secretary general"],"location":["Brussels Belgium"],"address":["Brussels Belgium"],"addressEntity":["addr-61947d7d2c69c0b8f57325bd044f500c5fc6df48"],"organizer":["ec-dg-empl"],"involved":["eu-tr-55820581197-35","ec-person-0d8ce1c547b8ca99decd25740ba12e2c0866a2fd"]}} -{"id":"ec-meeting-2017-05-08-3a7f4051440062f499f245384416b47a19cc5194","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-08 - Cabinet of Commissioner Violeta Bulc x ABTA - The Travel Association Hume Brophy"],"date":["2017-05-08"],"summary":["Aviation"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-3843982938-44","ec-person-9d4dc4867a44dfe10f67ae7ee1706da3e8b48a24","eu-tr-71031367582-11"]}} -{"id":"ec-meeting-2017-05-08-45c0e19ae10189c5ae52700f92d39fb8c88e0f10","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-08 - Cabinet of Commissioner Phil Hogan x Havas Paris"],"date":["2017-05-08"],"summary":["EU US Perspectives"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-ff8342dedc26701400fcb7dcf73fbee50a837ac6","eu-tr-85738828935-64"]}} -{"id":"ec-meeting-2017-05-08-6939ae3ccec7f0b144660d8d41afdefd46aeb1ef","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-08 - Cabinet of Commissioner Violeta Bulc x Association des Constructeurs Européens d'Automobiles"],"date":["2017-05-08"],"summary":["Meeting with Erik Jonnaert"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-e14c58f620f40325d829df7be0823280307bc15f","eu-tr-0649790813-47"]}} -{"id":"ec-meeting-2017-05-08-8a1c5d85845251d3a05588209f8d7a362ae61dab","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-08 - Internal Market, Industry, Entrepreneurship and SMEs x EuroCommerce"],"date":["2017-05-08"],"summary":["During the meeting, participants discussed trade and internal market issues such as the compliance package and unfair trading practices."],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-grow"],"involved":["eu-tr-84973761187-60","ec-person-60a3d0d628d231b41af1d0c65607b0fd78ca4edc"]}} -{"id":"ec-meeting-2017-05-08-95d98a0f34a61c5c8eb53ef69bc6ba07ac363666","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-08 - Financial Stability, Financial Services and Capital Markets Union x Airbus"],"date":["2017-05-08"],"summary":["EMIR, Basel IV, Non financial reporting"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-2732167674-76","ec-person-bdee7a93f95c8ef05079539170139b3c02e8ed96"]}} -{"id":"ec-meeting-2017-05-08-a8380d8ba917476445cd8f18dbfc35e35ee797c5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-08 - Cabinet of Vice-President Günther Oettinger x ARD-Verbindungsbüro Brüssel"],"date":["2017-05-08"],"summary":["digital radio"],"notes":["Portfolio: Budget & Human Resources"],"location":["Dresden"],"address":["Dresden"],"addressEntity":["addr-566c9a609741006f693c3f8df50a206c217bf598"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-6774178922-55","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2017-05-08-afad993809a7902554f9caa442d882be33f8671c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-08 - Cabinet of Vice-President Johannes Hahn x The Mossawa Center"],"date":["2017-05-08"],"summary":["Developments in Israel"],"notes":["Portfolio: European Neighbourhood Policy & Enlargement Negotiations"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-hahn-johannes-of-president-vice"],"involved":["ec-person-643595d3a737c63fc95146b51292a4684ed1ca75","eu-tr-106413816989-72"]}} -{"id":"ec-meeting-2017-05-08-b3e7bba54d1dd1afacc3f701d06be34faff97907","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-08 - Cabinet of Commissioner Vytenis Andriukaitis x European Cyclists' Federation"],"date":["2017-05-08"],"summary":["Cycling's health benefits, promoting physical activity in general; supporting cycling as healthy lifestyle"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["eu-tr-28451455737-18","ec-person-97425c615743576adc42e09bee7dac14f83f691b"]}} -{"id":"ec-meeting-2017-05-08-b7d3cf1bfc7e0b74ede52507e022985b67fadb1a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-08 - Migration and Home Affairs x Migration Policy Institute Europe"],"date":["2017-05-08"],"summary":["Discussion on MPI Europe's future activities following Appt. of New Executive VP A. Selee"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-home"],"involved":["ec-person-ae1262e8850ed1e9a0530b0ad7440ac648255896","eu-tr-643139016047-27"]}} -{"id":"ec-meeting-2017-05-08-e5f57c39bd4f38efbec1160c5e1470d555b024ff","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-08 - Cabinet of President Jean-Claude Juncker x Centre for European Policy Studies"],"date":["2017-05-08"],"summary":["The Future of Europe"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-86853666704-95","ec-person-f9475e4bba20c9a170912adada60941243f778ad"]}} -{"id":"ec-meeting-2017-05-08-f5d89b4bc1101a17629a8d3d359ae226ddbe49e3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-08 - Cabinet of Commissioner Phil Hogan x Weber Shandwick FoodDrinkEurope"],"date":["2017-05-08"],"summary":["FoodDrinkEurope Reputation Audit"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels, BERL 08/318"],"address":["Brussels, BERL 08/318"],"addressEntity":["addr-426e6ac9fa5f9ebca6adb3cb8d7375333aa5b2f8"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-52836621780-65","eu-tr-75818824519-45","ec-person-7d3caa534e5cdda6d5b949bd4b2def39356e3bec"]}} -{"id":"ec-meeting-2017-05-09-8855d586e0dfd05480e6eb67972d03364ce80f9d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-09 - Cabinet of Vice-President Günther Oettinger x Heliatek GmbH"],"date":["2017-05-09"],"summary":["EU-Förderung"],"notes":["Portfolio: Budget & Human Resources"],"location":["Dresden"],"address":["Dresden"],"addressEntity":["addr-566c9a609741006f693c3f8df50a206c217bf598"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-064333328261-89","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2017-05-10-0d3edc7e5b72f93a0bd5ffdb9411cfa789e32389","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-10 - Cabinet of Vice-President Karmenu Vella x WWF European Policy Programme"],"date":["2017-05-10"],"summary":["Discussion on EEB's studies' findings and the CAP post 2020"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["ec-person-78fb1ad0c02c4fa8497b22edc1233d6be03cf2e5","eu-tr-1414929419-24"]}} -{"id":"ec-meeting-2017-05-10-117164d255b5c47fd331afffd7a0e7f5f3c7903f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-10 - Cabinet of Vice-President Neven Mimica x KfW Bankengruppe"],"date":["2017-05-10"],"summary":["Role of private investments in development cooperation and migration"],"notes":["Portfolio: International Cooperation & Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-mimica-neven-of-president-vice"],"involved":["ec-person-e90858f5aba78fd0e1cb2f757c3f38d55d91f98b","eu-tr-79019799690-13"]}} -{"id":"ec-meeting-2017-05-10-1a3fb5cb7cbd4d33d707365d8888181427364d69","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-10 - Cabinet of High Representative / Vice-President Federica Mogherini x DASSAULT AVIATION"],"date":["2017-05-10"],"summary":["Meeting on latest developments."],"notes":["Portfolio: Foreign Affairs and Security Policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"involved":["ec-person-e03a77379f79ea00cf20048e42e8b0793bf62fa3","eu-tr-264527121382-71"]}} -{"id":"ec-meeting-2017-05-10-2fc777d3ac997ede1c69c95512510651cda349e1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-10 - Cabinet of Vice-President Karmenu Vella x Municipal Waste Europe"],"date":["2017-05-10"],"summary":["Waste package"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["eu-tr-75395701551-94","ec-person-c3b835c0518074ff4c4d2774cbe39b4fd24ba71a"]}} -{"id":"ec-meeting-2017-05-10-32aec4c34493dd7437fcc15e0c48b9f00d68b781","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-10 - Cabinet of President Jean-Claude Juncker x General Electric Company"],"date":["2017-05-10"],"summary":["Digital Single Market"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-44a061693f35519551be0e3dab996e76ad3f8c7c","eu-tr-4016736872-59"]}} -{"id":"ec-meeting-2017-05-10-4ecb562ec10438eb8daef61c1a13db0bc47db845","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-10 - Cabinet of Vice-President Valdis Dombrovskis x Bundesverband deutscher Banken e.V."],"date":["2017-05-10"],"summary":["Risk reduction package and Basel (general aspects), PSD2"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-0764199368-97","ec-person-f376b1eca739c662d2385062249507f23f4ca67e"]}} -{"id":"ec-meeting-2017-05-10-52ce610bab33a2b597f85c4e2865a3ccec4ab077","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-10 - Cabinet of Commissioner Violeta Bulc x Honda Motor Europe"],"date":["2017-05-10"],"summary":["Transport issues"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-082382424174-97","ec-person-5012c5e45a52ee8ce67d19c1781a127af53e73e7"]}} -{"id":"ec-meeting-2017-05-10-554312ed00a45da771ce515cd7e3b68545099fd2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-10 - Cabinet of Vice-President Günther Oettinger x Zentralverband des Deutschen Handwerks e.V."],"date":["2017-05-10"],"summary":["services package"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-5189667783-94","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2017-05-10-5877cb9a01e0b0676a94ee73f452bb33808a2ede","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-10 - Energy x Gaz Réseau Distribution France"],"date":["2017-05-10"],"summary":["Energy policy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-607998918721-96","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2017-05-10-5e225aed835c4da070ec573c75fdc14690854546","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-10 - Cabinet of Vice-President Miguel Arias Cañete x IBERDROLA"],"date":["2017-05-10"],"summary":["Climate change in Spain"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-41816938101-07","ec-person-71f9b3c696abbda505f0fae6baec2c26e0c310dc"]}} -{"id":"ec-meeting-2017-05-10-607e00f335050bc9aa6fc1387c55bc27d1eae034","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-10 - Cabinet of Commissioner Tibor Navracsics x Entidad de Gestión de Derechos de los Productores Audiovisuales"],"date":["2017-05-10"],"summary":["Digital Single Market"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-49f31dad10f5641cb1d1e4c3107dd838389e8120","eu-tr-52417673283-47"]}} -{"id":"ec-meeting-2017-05-10-665e54130ef6419a5422bae8d2d9479f54a5d93f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-10 - Financial Stability, Financial Services and Capital Markets Union x Alliance for Lobbying Transparency and Ethics Regulation"],"date":["2017-05-10"],"summary":["Exchange of views on stakeholders' meetings"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-2694372574-63","ec-person-bdee7a93f95c8ef05079539170139b3c02e8ed96"]}} -{"id":"ec-meeting-2017-05-10-689b4573e17b5ca34d0e34b89aefc306f0dccf26","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-10 - Cabinet of Commissioner Violeta Bulc x Intelsat S.A."],"date":["2017-05-10"],"summary":["Meeting with Jeffrey White, Assistant General Counsel at Intelsat"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-525372322558-96","ec-person-e14c58f620f40325d829df7be0823280307bc15f"]}} -{"id":"ec-meeting-2017-05-10-6b415ef647b3fc9b0747cd0d05515493fa4b3722","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-10 - Cabinet of Vice-President Günther Oettinger x KfW Bankengruppe"],"date":["2017-05-10"],"summary":["general EU policies"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["ec-person-b17d355ca19058898aba2ec032de59f8701d47f5","eu-tr-79019799690-13"]}} -{"id":"ec-meeting-2017-05-10-741a0f044afdca5fe52ce2edad4a7e592c23eb77","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-10 - Communications Networks, Content and Technology x KfW Bankengruppe"],"date":["2017-05-10"],"summary":["Broadband Fund"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-79019799690-13","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2017-05-10-7df6f47da5855156be55ef91f57601f737b2c758","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-10 - Cabinet of Commissioner Phil Hogan x Maa- ja metsätaloustuottajain Keskusliitto – Central Union of Agricultural Producers and Forest Owners"],"date":["2017-05-10"],"summary":["Organic greenhouse production in the northern parts of the EU"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-56039441735-48","ec-person-c9d17d5879383b030f61a4066848249fb35d57e4"]}} -{"id":"ec-meeting-2017-05-10-a30a8c1873184657ef52423d1d52040e52333251","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-10 - Cabinet of Vice-President Maroš Šefčovič x BNP PARIBAS"],"date":["2017-05-10"],"summary":["Investment in enegy efficiency and smartening of cities"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-2be517b9261a91f2f07e05ec14c6331980e9716e","eu-tr-78787381113-69"]}} -{"id":"ec-meeting-2017-05-10-aa677937616ad3b3bacf1c952fc7d1e0587cb1a4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-10 - Cabinet of Commissioner Pierre Moscovici x Bloomberg L.P."],"date":["2017-05-10"],"summary":["Meeting to discuss upcoming events related to the covenant of Mayors."],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["eu-tr-272910022778-05","ec-person-4d74d0c260dc052838b8da02f72e7322f6cfc514"]}} -{"id":"ec-meeting-2017-05-10-ab81caa809fea7c1d85033cc51bce7f7a4403cf8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-10 - Cabinet of Commissioner Violeta Bulc x VOLÁN Egyesülés"],"date":["2017-05-10"],"summary":["Road issues"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-5012c5e45a52ee8ce67d19c1781a127af53e73e7","eu-tr-619080327196-15"]}} -{"id":"ec-meeting-2017-05-10-af2b84f4c58f5efc825e8ecfe1310910702c27ae","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-10 - Financial Stability, Financial Services and Capital Markets Union x Die Deutsche Kreditwirtschaft"],"date":["2017-05-10"],"summary":["Banking Package/Risk Reduction Package"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-52646912360-95","ec-person-bdee7a93f95c8ef05079539170139b3c02e8ed96"]}} -{"id":"ec-meeting-2017-05-10-b98ba1b76a7d7138e525c0561a453762483bea50","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-10 - Cabinet of Commissioner Carlos Moedas x EUPPORTUNITY (QB, Lda.)"],"date":["2017-05-10"],"summary":["Navegator; Innovation policies"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-2b4bb0b28e7435e5f612e44d9664dbd1051efc55","eu-tr-38225546532-14"]}} -{"id":"ec-meeting-2017-05-10-cb82f8e5592bc63c82b967a5c314132736afe64a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-10 - Cabinet of Commissioner Carlos Moedas x Honda Motor Europe"],"date":["2017-05-10"],"summary":["Innovation in EU in automotive sector"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["eu-tr-082382424174-97","ec-person-b8d49828915f9008e764a78796d47ea00807a658","ec-person-a45151b401196e9c374c9acdada9d8840da271ad"]}} -{"id":"ec-meeting-2017-05-10-cbfb4a265183b62406550067ad16a536eaa75560","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-10 - Migration and Home Affairs x KfW Bankengruppe"],"date":["2017-05-10"],"summary":["Informal Lunch Discussion on EU Funding Opportunities"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-home"],"involved":["ec-person-ae1262e8850ed1e9a0530b0ad7440ac648255896","eu-tr-79019799690-13"]}} -{"id":"ec-meeting-2017-05-10-d7577ae406041c784beeb3789db3b6a656e3ced5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-10 - Cabinet of Commissioner Věra Jourová x Cisco Systems Inc."],"date":["2017-05-10"],"summary":["Privacy, Human rights, Transatlantic relationship"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-184e698af1eb9e33b179680570ca171d8cb31c94","eu-tr-494613715191-85"]}} -{"id":"ec-meeting-2017-05-10-efe77a47c12975cbe705952ef98188fb20955c55","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-10 - Cabinet of Commissioner Violeta Bulc x Magyar Közúti Fuvarozók Egyesülete (The Hungarian Road Transport Association)"],"date":["2017-05-10"],"summary":["Road issues"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-927595924817-08","ec-person-5012c5e45a52ee8ce67d19c1781a127af53e73e7"]}} -{"id":"ec-meeting-2017-05-11-070d9f5d8f5d9f7a8ea66b33552fe8e65573e3e4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-11 - Cabinet of Vice-President Jyrki Katainen x Gasum Oy Valmet Oyj Confederation of Finnish Industries EK Technology Industries of Finland (Teknologiateollisuus ry) Finnish Energy - Energiateollisuus ry Borealis AG Fortum Oyj"],"date":["2017-05-11"],"summary":["Future outlook of the Energy Union package"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-759978215122-11","eu-tr-03501997362-71","eu-tr-897535614669-66","eu-tr-68861821910-84","eu-tr-24298121313-54","eu-tr-1274604847-34","ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90","eu-tr-39705603497-38"]}} -{"id":"ec-meeting-2017-05-11-1c7d7c651bfe008a01bda7ddfb503338fc7ab0fa","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-11 - Cabinet of Commissioner Vytenis Andriukaitis x Newron Pharmaceuticals"],"date":["2017-05-11"],"summary":["HTA"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-059ca943fc5fc696d2a97849c635ddf7b6ab7fd7","eu-tr-641179826954-41"]}} -{"id":"ec-meeting-2017-05-11-1f72548adfc13468fca8f50f72006cdf0da826a0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-11 - Health and Food Safety x European Alliance for Personalised Medicine"],"date":["2017-05-11"],"summary":["Discussion Digital Strategy in Health"],"location":["Belgium"],"address":["Belgium"],"addressEntity":["addr-5cb4c9d828175ed3931ec52305b32f47173a8e04"],"organizer":["ec-dg-sante"],"involved":["eu-tr-686834821136-53","ec-person-3c7fdbe0c1c235777d916309465339b7ed1666f6"]}} -{"id":"ec-meeting-2017-05-11-2b695cd02d8fa288a09f27409dc528e1b1e5b573","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-11 - Cabinet of Vice-President Maroš Šefčovič x European Association Automotive Suppliers"],"date":["2017-05-11"],"summary":["Challenges for the automotive industry"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-2be517b9261a91f2f07e05ec14c6331980e9716e","eu-tr-91408765797-03"]}} -{"id":"ec-meeting-2017-05-11-306283a521697928893cfeef5ee16fa43a55728b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-11 - Cabinet of High Representative / Vice-President Federica Mogherini x Intesa Sanpaolo"],"date":["2017-05-11"],"summary":["Banking Union"],"notes":["Portfolio: Foreign Affairs and Security Policy"],"location":["Brussels (Berlaymont)"],"address":["Brussels (Berlaymont)"],"addressEntity":["addr-4e70ddf45e81f0631950978c4aa49a218756a3f4"],"organizer":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"involved":["eu-tr-24037141789-48","ec-person-0d87d503aa00db1df141f3b1bfea3e0ccb43ece9"]}} -{"id":"ec-meeting-2017-05-11-374b829fa99697dea2e41f4ffc1d2577843094c0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-11 - Cabinet of Commissioner Marianne Thyssen x Beryllium Science & Technology Association"],"date":["2017-05-11"],"summary":["Revision of Carcinogen Directives"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["ec-person-cfb8d8d884367ef98b079fcd883ece7c89ec28e2","eu-tr-40023137761-50"]}} -{"id":"ec-meeting-2017-05-11-3a7f4051440062f499f245384416b47a19cc5194","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-11 - Cabinet of Commissioner Violeta Bulc x ABTA - The Travel Association Hume Brophy"],"date":["2017-05-11"],"summary":["Aviation travel and tourism"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-3843982938-44","ec-person-9d4dc4867a44dfe10f67ae7ee1706da3e8b48a24","eu-tr-71031367582-11"]}} -{"id":"ec-meeting-2017-05-11-3a8a90c836b8c8073bd5bef3942a0715f6a138e5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-11 - Cabinet of President Jean-Claude Juncker x Bloomberg L.P."],"date":["2017-05-11"],"summary":["Sustainable Finance"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-272910022778-05","ec-person-c402e34a99fbee730ae22e3b1958e21c94dc6fcc"]}} -{"id":"ec-meeting-2017-05-11-3f8ae458e50a447112a0f7a6af248dc078e61d16","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-11 - Cabinet of Commissioner Violeta Bulc x Koninklijk verbond van beheerders van goederenstrom"],"date":["2017-05-11"],"summary":["Meeting on Belgian Port Labor Act"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-e14c58f620f40325d829df7be0823280307bc15f","eu-tr-205062122643-59","ec-person-cb7aaf75b4c195481f149f904bc28b4e2ac2b7ab"]}} -{"id":"ec-meeting-2017-05-11-5b947d89b999e9a67306f41d9d89a43ba67a55e6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-11 - Cabinet of Commissioner Violeta Bulc x ENEL SpA"],"date":["2017-05-11"],"summary":["exchange of views with high level Enel’s representatives on sustainable mobility policies"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-be830229e281863b280fbdedb9755116218a1b6d","eu-tr-6256831207-27"]}} -{"id":"ec-meeting-2017-05-11-7743c83857a087181ea69b0222cc2e79c1f504d0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-11 - Cabinet of President Jean-Claude Juncker x Alibaba Group Holding Limited"],"date":["2017-05-11"],"summary":["Presentation of the company's activities in the EU"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-e415577aabb40c0f789310505c6c5803aa69037b","eu-tr-204066023415-46"]}} -{"id":"ec-meeting-2017-05-11-87c99456a974c27f668292168f757d06d7fbdc3c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-11 - Cabinet of Commissioner Carlos Moedas x ENEL SpA"],"date":["2017-05-11"],"summary":["Commission’s science policy, the EU’s Research Programmes"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-0a716bf5253e913fc40ebf14c12f30dc2e7a06ee","eu-tr-6256831207-27"]}} -{"id":"ec-meeting-2017-05-11-8a7035c15eb1ea9a49067a32075853535711f734","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-11 - Cabinet of Commissioner Carlos Moedas x Association Française des Entreprises Privées / French Association of Large Companies"],"date":["2017-05-11"],"summary":["meeting on Circular Economy"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["eu-tr-953933297-85","ec-person-0a716bf5253e913fc40ebf14c12f30dc2e7a06ee"]}} -{"id":"ec-meeting-2017-05-11-8c942760540d1f0b7ca39bc5824d8e9bed1b8b42","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-11 - Cabinet of President Jean-Claude Juncker x Société Générale"],"date":["2017-05-11"],"summary":["Financial services agenda"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-34369111614-57","ec-person-c402e34a99fbee730ae22e3b1958e21c94dc6fcc"]}} -{"id":"ec-meeting-2017-05-11-96a6520ad4ff6e95d96d940af192fa57e1751fc3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-11 - Cabinet of Commissioner Elżbieta Bieńkowska x DIGITALEUROPE"],"date":["2017-05-11"],"summary":["digitisation of industry, entrepreneurship, SMEs"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-64270747023-20","ec-person-d2997a7f359c91a337055c3e24dd36bf928de38d","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2017-05-11-9f7c4e6a3c379e1ea5fae26033fbccdd7930af0a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-11 - Cabinet of Vice-President Valdis Dombrovskis x Stichting European Climate Foundation"],"date":["2017-05-11"],"summary":["Carbon risk & Sustainable Finance; HLEG on Sustainable Finance"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-64869491516-70","ec-person-537401fc0be04984531b83660f416bf2fe14fbd8","ec-person-a9eda2e8ea54b70a968327672c6cada679d3cd56"]}} -{"id":"ec-meeting-2017-05-11-b230419a788f3eb49e0b452db004c9c1670eb6b4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-11 - Communications Networks, Content and Technology x GÉANT Association"],"date":["2017-05-11"],"summary":["Digital Single Market, promotion of Internet Connectivity in local communities"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-435792917444-12","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2017-05-11-b24a931b5a11b1b159f0f903fc42dbaee1f4e8fe","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-11 - Cabinet of Commissioner Violeta Bulc x Hewlett Packard Enterprise"],"date":["2017-05-11"],"summary":["Meeting on Connected Cars"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-e14c58f620f40325d829df7be0823280307bc15f","eu-tr-075071719925-75"]}} -{"id":"ec-meeting-2017-05-11-da8270319df4b5cf12eb902fee4f4bd164f75fc6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-11 - Health and Food Safety x European farmers European agri-cooperatives"],"date":["2017-05-11"],"summary":["Animal welfare; Nutrition & Health; Food safety"],"location":["Brussels Belgium"],"address":["Brussels Belgium"],"addressEntity":["addr-61947d7d2c69c0b8f57325bd044f500c5fc6df48"],"organizer":["ec-dg-sante"],"involved":["eu-tr-09586631237-74","eu-tr-44856881231-49","ec-person-3c7fdbe0c1c235777d916309465339b7ed1666f6"]}} -{"id":"ec-meeting-2017-05-11-de0ed0fce5442226dc334ace3b9570b64126ef96","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-11 - Cabinet of Commissioner Phil Hogan x Deutscher Bauernverband"],"date":["2017-05-11"],"summary":["Future of the CAP"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-73085531345-65","ec-person-b0d24e81234b490dd841a09b69892304b27fc6a8"]}} -{"id":"ec-meeting-2017-05-11-e4041970aa634ab688047611d3e999b28b335922","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-11 - Cabinet of Commissioner Věra Jourová x AIM European Brands Association FoodDrinkEurope"],"date":["2017-05-11"],"summary":["Dual food quality"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["eu-tr-1074382679-01","ec-person-a608b85b2ffef83f883b5a2330b6232efa1b7141","eu-tr-75818824519-45"]}} -{"id":"ec-meeting-2017-05-11-e416fafad131eb8df5b576a05f1d879121220ae1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-11 - Communications Networks, Content and Technology x IBM Corporation"],"date":["2017-05-11"],"summary":["Digital Single Market - Update of the Watson Health Center of Excellence Project -General discussion about the discussion ongoing in Italy concerning the main relevant Dossiers (DSM, Industry 4.0) - Digital transformation in Italy: priorities and activities"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-7721359944-96","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2017-05-11-eff90e7db3e251eba39b7738a2dea1c74c506454","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-11 - Cabinet of Commissioner Phil Hogan x European Environmental Bureau"],"date":["2017-05-11"],"summary":["Address conference"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-06798511314-27","ec-person-a1a78365cc4685b0958056646204977d8f2ead92"]}} -{"id":"ec-meeting-2017-05-11-f3d0b1ac9e9df9f925d1e29ab54f6e2a1dbb09c9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-11 - Energy x European Heat Pump Association"],"date":["2017-05-11"],"summary":["Energy policy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-23643001178-02","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2017-05-12-23553a0382de8164c59a301e9880e1f05bf11ea7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-12 - Cabinet of Vice-President Maroš Šefčovič x ARIANESPACE"],"date":["2017-05-12"],"summary":["Space issues"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-016461319755-04","ec-person-2be517b9261a91f2f07e05ec14c6331980e9716e"]}} -{"id":"ec-meeting-2017-05-12-2d842a0f30e3805c414a922f378cd1cb98f70573","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-12 - Cabinet of Commissioner Violeta Bulc x Airlines for Europe"],"date":["2017-05-12"],"summary":["Florence Symposium on aviation"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-807912421050-91","ec-person-9d4dc4867a44dfe10f67ae7ee1706da3e8b48a24"]}} -{"id":"ec-meeting-2017-05-12-5c0524bb6e59db9727d6ea4ae68a550ec8130bc3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-12 - Energy x BP p.l.c."],"date":["2017-05-12"],"summary":["Energy policy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-3394026642-58","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2017-05-12-7172e46f1a07de97a2bc193085283f4063889875","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-12 - Cabinet of Vice-President Valdis Dombrovskis x European Banking Federation"],"date":["2017-05-12"],"summary":["High Level Principles of SME credit feedback"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-4722660838-23","ec-person-eec82261c60167b261e56ad1e2bfb4c482db6191","ec-person-a9eda2e8ea54b70a968327672c6cada679d3cd56"]}} -{"id":"ec-meeting-2017-05-12-7342dcbcae49b9e13fd79e83053aab47e5596072","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-12 - Cabinet of Vice-President Karmenu Vella x Beryllium Science & Technology Association"],"date":["2017-05-12"],"summary":["Beryllium"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["ec-person-4ff7c27445db4ad88e687776974fd8d077a1fe0c","ec-person-805c0cb26d98afecd897b742d48b43a763b0e93c","eu-tr-40023137761-50"]}} -{"id":"ec-meeting-2017-05-12-89e770b9387f72ca4aad68d29f0cf026d06c310c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-12 - Cabinet of Vice-President Valdis Dombrovskis x The Goldman Sachs Group, Inc."],"date":["2017-05-12"],"summary":["CMU; Prudential reform agenda; US regulatory review"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-48f31156d932641826e09f5b73f074d35ff05786","eu-tr-701266814986-18","ec-person-a9eda2e8ea54b70a968327672c6cada679d3cd56"]}} -{"id":"ec-meeting-2017-05-12-ac6603d6cc28ee6857070642569c84ac8da94e1e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-12 - Cabinet of Vice-President Maroš Šefčovič x European Transport Workers' Federation"],"date":["2017-05-12"],"summary":["Mobility Package"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-92545571128-74","ec-person-2be517b9261a91f2f07e05ec14c6331980e9716e"]}} -{"id":"ec-meeting-2017-05-12-ba9a07983d3fa35052069871a8ce76f39810baa5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-12 - Cabinet of Commissioner Vytenis Andriukaitis x European Patients' Forum (EPF)"],"date":["2017-05-12"],"summary":["Sustainable Development Goals, EPF ‘s campaign on this issue and the Social Pillar"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-97425c615743576adc42e09bee7dac14f83f691b","eu-tr-61911227368-75","ec-person-df30d07ef698a52b9948b9c734db39196cf8541f"]}} -{"id":"ec-meeting-2017-05-12-c9820e6b71c00719c1c1bb5ec9a1ce8b67e56846","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-12 - Cabinet of Commissioner Violeta Bulc x Community of European Railway and Infrastructure Companies"],"date":["2017-05-12"],"summary":["rail security and passengers rights"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-7574621118-27","ec-person-cb7aaf75b4c195481f149f904bc28b4e2ac2b7ab"]}} -{"id":"ec-meeting-2017-05-12-cb61744e0e1d26426e0727834fd8f210655bc1d2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-12 - Cabinet of Vice-President Jyrki Katainen x Nokia"],"date":["2017-05-12"],"summary":["Digital Single Market"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-35167875358-33","ec-person-f9208d930adc70c6c64e21701e48f85f6f18e949"]}} -{"id":"ec-meeting-2017-05-12-d7d31116fa706ab12655cb8a7a7a9f25fe5dd9d1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-12 - Cabinet of Commissioner Vytenis Andriukaitis x Mars Incorporated PepsiCo Mondelez Europe GmbH Unilever Nestlé S.A. The Coca-Cola Company"],"date":["2017-05-12"],"summary":["Evolved pan-European nutrition labelling scheme"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-b9c3f19e7c5f216e3e508f931ddd6a9cb59376d1","eu-tr-00475641564-03","eu-tr-15366395387-57","eu-tr-6200524920-25","eu-tr-19807921101-45","eu-tr-99937329074-65","eu-tr-010212710281-97","ec-person-df30d07ef698a52b9948b9c734db39196cf8541f"]}} -{"id":"ec-meeting-2017-05-12-dcd3efb3ae14356a2d05ae9bc595ef00a38a5c56","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-12 - Cabinet of Vice-President Günther Oettinger x Deutscher Sparkassen-und Giroverband"],"date":["2017-05-12"],"summary":["banking and financial services"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-62379064909-15","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2017-05-12-f7403d8a01d0dbf4567d69b5a770f4cc8a599826","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-12 - Financial Stability, Financial Services and Capital Markets Union x NASDAQ"],"date":["2017-05-12"],"summary":["SLs in MiFID II"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-76648765687-29","ec-person-bdee7a93f95c8ef05079539170139b3c02e8ed96"]}} -{"id":"ec-meeting-2017-05-12-fe4a1b059a4207562b9673971b45aeaec5e00af8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-12 - Cabinet of Vice-President Günther Oettinger x Airbus"],"date":["2017-05-12"],"summary":["Multiannual Financial Framework"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["ec-person-b17d355ca19058898aba2ec032de59f8701d47f5","eu-tr-2732167674-76"]}} -{"id":"ec-meeting-2017-05-15-16f100062988035327569b51d90d646b57faeece","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-15 - Cabinet of Vice-President Andrus Ansip x Universal Music Group International"],"date":["2017-05-15"],"summary":["DSM general, copyright"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-e91c5be432b6b3efdda369792fed67c20b767a45","eu-tr-530216615544-40"]}} -{"id":"ec-meeting-2017-05-15-1e14639719b8b91ab01e15db3b0b6fdf837dce16","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-15 - Cabinet of Vice-President Valdis Dombrovskis x KBC Group NV SGS Société Générale de Surveillance S.A. Commerzbank AG ING Group Intesa Sanpaolo"],"date":["2017-05-15"],"summary":["EBA draft RTS on Strong Customer Authentication and Secure Communication"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-12112965774-95","eu-tr-745225910014-90","eu-tr-24037141789-48","ec-person-537401fc0be04984531b83660f416bf2fe14fbd8","eu-tr-538271924019-86","eu-tr-83370363079-88"]}} -{"id":"ec-meeting-2017-05-15-2bb754ea0ec3a55718788b602140144272818652","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-15 - Employment, Social Affairs and Inclusion x BUSINESSEUROPE"],"date":["2017-05-15"],"summary":["ongoing developements"],"location":["Brussels Belgium"],"address":["Brussels Belgium"],"addressEntity":["addr-61947d7d2c69c0b8f57325bd044f500c5fc6df48"],"organizer":["ec-dg-empl"],"involved":["ec-person-0d8ce1c547b8ca99decd25740ba12e2c0866a2fd","eu-tr-3978240953-79"]}} -{"id":"ec-meeting-2017-05-15-2efe1611eed0c6131efa55b9c7c5d0741cea7d5d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-15 - Cabinet of Vice-President Maroš Šefčovič x industriAll European Trade Union European Transport Workers' Federation BUSINESSEUROPE EUROPEAN TRADE UNION CONFEDERATION SGI Europe SMEunited aisbl"],"date":["2017-05-15"],"summary":["Transport and mobility policy"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-2be517b9261a91f2f07e05ec14c6331980e9716e","ec-person-1f95be23689cd4ed0a26fe2980f760ccf2d55c1e","ec-person-af83ed49c403cb9d7ebfecca7893f0054c1f4be5","eu-tr-55820581197-35","eu-tr-3978240953-79","eu-tr-06698681039-26","eu-tr-358284014848-82","eu-tr-92545571128-74","ec-person-3bf48630444ace93d407e52eb880e64d480f75ce","eu-tr-59513031434-92"]}} -{"id":"ec-meeting-2017-05-15-5334d2cd31a898e921fa7c329c13725e97a3d017","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-15 - Cabinet of Vice-President Günther Oettinger x DER MITTELSTANDSVERBUND"],"date":["2017-05-15"],"summary":["Digitising Industry 4.0"],"notes":["Portfolio: Budget & Human Resources"],"location":["Berlin"],"address":["Berlin"],"addressEntity":["addr-062b06ba8e755765c6b049809b7430fd54fe5b21"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-196997510883-76","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2017-05-15-6461d9874e1c55824cc7c352ae4b952c5c5b08ae","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-15 - Cabinet of Commissioner Phil Hogan x Banking & Payments Federation Ireland"],"date":["2017-05-15"],"summary":["Payments Sector"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-981559116223-93","ec-person-ff8342dedc26701400fcb7dcf73fbee50a837ac6"]}} -{"id":"ec-meeting-2017-05-15-6bd4c043546542eeb59d24fdd7b5bb6f5148e894","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-15 - Cabinet of Vice-President Miguel Arias Cañete x ROCKWOOL International A/S"],"date":["2017-05-15"],"summary":["Energy Efficiency Legislation"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-2301233810-42","ec-person-25a937c04cd0a0ddcf5cf34798e76b5105854114"]}} -{"id":"ec-meeting-2017-05-15-84282f9c9f4b67ff8a50965ebe636d04cdce227a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-15 - Cabinet of Commissioner Violeta Bulc x Dr.Hoseit-Unternehmensberatung"],"date":["2017-05-15"],"summary":["electronic safety belt for smartphones and tablet pc's"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-528434826943-33","ec-person-cb7aaf75b4c195481f149f904bc28b4e2ac2b7ab"]}} -{"id":"ec-meeting-2017-05-15-985690e31b9551e5e432b887197881d8755959d2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-15 - Cabinet of Vice-President Andrus Ansip x Commercial Broadcasters Association"],"date":["2017-05-15"],"summary":["AVMSD"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-c759bd58acc54869aa8e62ce652efcda416e25c2","eu-tr-696382325635-90","ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0"]}} -{"id":"ec-meeting-2017-05-15-a00fc01b4a1087d3270e5fcbee354f41060d3e51","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-15 - Cabinet of Commissioner Pierre Moscovici x UNIVERSIDAD DE ALCALÁ"],"date":["2017-05-15"],"summary":["Exchange of views on the economic situation in Spain"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Brusels"],"address":["Brusels"],"addressEntity":["addr-e85eebaf80c41fd7ae92316f22f67331a78b4b77"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["ec-person-3cbeba61ae952f06fe4916c381438ebbc676a597","eu-tr-313883223746-34"]}} -{"id":"ec-meeting-2017-05-15-adad0dce2f6929681bb6ab3fe6541f010fd8c7f6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-15 - Cabinet of Vice-President Miguel Arias Cañete x Gaz Réseau Distribution France Nedgia Italgas Distrigaz Sud Retele"],"date":["2017-05-15"],"summary":["The Clean energy package, gas market design"],"notes":["Portfolio: Climate Action & Energy"],"location":["Madrid"],"address":["Madrid"],"addressEntity":["addr-7a2191964a3d7521269f0068afae6b6116bac15d"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-1831691c10441c5974327bbeb8693d6b6c1e50c3","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd","eu-tr-607998918721-96","eu-tr-191029821862-52","eu-tr-095318821630-24","eu-tr-477543424417-73"]}} -{"id":"ec-meeting-2017-05-15-bccfc71b5809b26bda6b72729877b910cd3b5b6a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-15 - Cabinet of Commissioner Pierre Moscovici x Bundesverband deutscher Banken e.V."],"date":["2017-05-15"],"summary":["Exchange of views on the economic prospect for the Euro Area"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["eu-tr-0764199368-97","ec-person-ac604755dc7677c8653a5a5172e851f7c8e468b4"]}} -{"id":"ec-meeting-2017-05-15-da8bb2c4bae51702fab74d8bb7ed5110c030a5f2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-15 - Employment, Social Affairs and Inclusion x Ryanair Holdings"],"date":["2017-05-15"],"summary":["Reconnaissance des certificats de sécurité sociale"],"location":["Bruxelles"],"address":["Bruxelles"],"addressEntity":["addr-b58f5927b66d94a676970dc048485d4c6848f272"],"organizer":["ec-dg-empl"],"involved":["ec-person-0d8ce1c547b8ca99decd25740ba12e2c0866a2fd","eu-tr-002977215945-85"]}} -{"id":"ec-meeting-2017-05-15-f45f944ea7c7a91b11795550e0cb7c88af069c9c","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2017-05-15 - Cabinet of Commissioner Tibor Navracsics x Universal Music Group International"],"date":["2017-05-15"],"summary":["Digital Single Market"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-49f31dad10f5641cb1d1e4c3107dd838389e8120","eu-tr-530216615544-40"]}} -{"id":"ec-meeting-2017-05-15-fcb80bd7bc6deb0bd08f9790d1d22015f4678668","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-15 - Cabinet of Vice-President Cecilia Malmström x Bayerische Motoren Werke Aktiengesellschaft"],"date":["2017-05-15"],"summary":["EU-US trade relations"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-cb8ca9ec2413722fa83484ed18dd76ace52d0118","eu-tr-7193977808-18"]}} -{"id":"ec-meeting-2017-05-16-492b8bca184e45e281f5f7c822b4664b979c5f80","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-16 - Cabinet of President Jean-Claude Juncker x Fédération bancaire française"],"date":["2017-05-16"],"summary":["Financial services agenda"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-c402e34a99fbee730ae22e3b1958e21c94dc6fcc","eu-tr-09245221105-30"]}} -{"id":"ec-meeting-2017-05-16-494f970d475b69a058772de53c5cdbaf4c5dc08b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-16 - Cabinet of Commissioner Carlos Moedas x Deutsches Zentrum für Luft- und Raumfahrt e.V."],"date":["2017-05-16"],"summary":["DLR introductory meeting"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-a45151b401196e9c374c9acdada9d8840da271ad","eu-tr-21280626733-05"]}} -{"id":"ec-meeting-2017-05-16-8562c8a44fccdc1643d67897036dd399e8b21d4d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-16 - Cabinet of First Vice-President Frans Timmermans x BUSINESSEUROPE"],"date":["2017-05-16"],"summary":["Transparency Policy; Parental Leave; Rule of law"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-3978240953-79","ec-person-6c0efbf1635ca0cb8dce32e129231fa3136f600b"]}} -{"id":"ec-meeting-2017-05-16-86d926f54a49668ec374fd277dc54229567b964c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-16 - Cabinet of Vice-President Günther Oettinger x Daimler Aktiengesellschaft"],"date":["2017-05-16"],"summary":["Connected and automated driving"],"notes":["Portfolio: Budget & Human Resources"],"location":["BXL"],"address":["BXL"],"addressEntity":["addr-d2fde52f67ea4a3e1fe233d0a959d6a1c77fd910"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["ec-person-6ae6cc420fab2c032884945814d4e330cecb43d7","eu-tr-2349218828-41"]}} -{"id":"ec-meeting-2017-05-16-86f9d5ede274791f4cfee11565c5a8f05168b958","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-16 - Cabinet of Vice-President Valdis Dombrovskis x Nomura International plc"],"date":["2017-05-16"],"summary":["EU prudential regulation; international regulatory framework; Basel committee"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-48f31156d932641826e09f5b73f074d35ff05786","eu-tr-373563717179-76"]}} -{"id":"ec-meeting-2017-05-16-892273f5815f36731563751008a7af796a0bf0b3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-16 - Cabinet of Commissioner Elżbieta Bieńkowska x None"],"date":["2017-05-16"],"summary":["Industrial policy, single market and social policy, skills"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-61370904700-45","eu-tr-29847341052-10","ec-person-b2f9be51339f054477846797e2c119fcf16548fc","ec-person-daef7f819b2f3ffe5e4f5d8eb2782954f3c4a4e2"]}} -{"id":"ec-meeting-2017-05-16-901f25b85eb9132bf93e74d3cde09a84ef9c1085","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-16 - Cabinet of Commissioner Phil Hogan x Pannonia Bio Zrt"],"date":["2017-05-16"],"summary":["Fuel Ethanol and Animal Feed"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-779379921695-06","ec-person-ff8342dedc26701400fcb7dcf73fbee50a837ac6"]}} -{"id":"ec-meeting-2017-05-16-98c4ed7401610129b01f72e34af279151e2c8e7d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-16 - Cabinet of Vice-President Neven Mimica x BNP PARIBAS"],"date":["2017-05-16"],"summary":["European External Investment Plan"],"notes":["Portfolio: International Cooperation & Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-mimica-neven-of-president-vice"],"involved":["ec-person-e90858f5aba78fd0e1cb2f757c3f38d55d91f98b","eu-tr-78787381113-69"]}} -{"id":"ec-meeting-2017-05-16-ae6a2e547c227e421c2e89544a27d2f21e08fc44","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-16 - Cabinet of Vice-President Andrus Ansip x Paramount Global"],"date":["2017-05-16"],"summary":["Copyright-AVMSD-DSM"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-c759bd58acc54869aa8e62ce652efcda416e25c2","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45","eu-tr-523612117906-56"]}} -{"id":"ec-meeting-2017-05-16-b5c314b3b554449eb539981c1363c74401733637","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-16 - Cabinet of Vice-President Valdis Dombrovskis x Sociedad de gestión de activos procedentes de la reestructuración bancaria, S.A."],"date":["2017-05-16"],"summary":["Asset Management und NPL's (Non Performance Loans)"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-48f31156d932641826e09f5b73f074d35ff05786","eu-tr-945286327032-68"]}} -{"id":"ec-meeting-2017-05-16-db93ee07c8239ae1689489c6656efbf69aea3c92","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-16 - Cabinet of Vice-President Miguel Arias Cañete x FortyEight"],"date":["2017-05-16"],"summary":["Market Design"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-1831691c10441c5974327bbeb8693d6b6c1e50c3","eu-tr-870921517430-50"]}} -{"id":"ec-meeting-2017-05-16-f227ed3549214f3d1a60d43dcb0e70aa059d8604","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-16 - Cabinet of Commissioner Phil Hogan x Ryanair Holdings"],"date":["2017-05-16"],"summary":["Mobility Package"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-002977215945-85","ec-person-ff8342dedc26701400fcb7dcf73fbee50a837ac6"]}} -{"id":"ec-meeting-2017-05-17-0a3a18499c0d93fafa4666f0341f630e2949fa37","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-17 - Cabinet of Vice-President Andrus Ansip x The Lisbon Council for Economic Competitiveness and Social Renewal asbl"],"date":["2017-05-17"],"summary":["Digital Government"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-6766950469-32","ec-person-91ca0921c6790191daa54427311acd63035e7c9e"]}} -{"id":"ec-meeting-2017-05-17-2e5fff558dd5e515161d9eaf4034558b660e3dc9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-17 - Cabinet of Vice-President Valdis Dombrovskis x None"],"date":["2017-05-17"],"summary":["draft Regulatory Technical Standards PSD2"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-530777916929-10","eu-tr-110213223629-14","ec-person-537401fc0be04984531b83660f416bf2fe14fbd8","ec-person-a9eda2e8ea54b70a968327672c6cada679d3cd56"]}} -{"id":"ec-meeting-2017-05-17-2ebfa1cf928c5bf4de60b5e56ccb26b536e01d37","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-17 - Cabinet of President Jean-Claude Juncker x BNP PARIBAS"],"date":["2017-05-17"],"summary":["Financial services agenda"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-c402e34a99fbee730ae22e3b1958e21c94dc6fcc","eu-tr-78787381113-69"]}} -{"id":"ec-meeting-2017-05-17-6a58f6c84a001ab3f24223e631f431d73fc92558","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-17 - Cabinet of Commissioner Tibor Navracsics x CSR Europe, The Business Network for Corporate Social Responsibility"],"date":["2017-05-17"],"summary":["Preparation of the European Youth Summit and Entrepreneurship"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["eu-tr-56502415122-32","ec-person-1da7ee09d46288ee4ea9db2b644bdcf9c3d6d000"]}} -{"id":"ec-meeting-2017-05-17-6a673e638fb5ae41da00f607d61f1c87a67e3252","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-17 - Taxation and Customs Union x PwCIL"],"date":["2017-05-17"],"summary":["Stekeholder feedback dialogue"],"location":["Btussels/Belgium"],"address":["Btussels/Belgium"],"addressEntity":["addr-38925bd1f7b30076919805d515f20ec4162277ab"],"organizer":["ec-dg-taxud"],"involved":["eu-tr-60402754518-05","ec-person-3173c1cc052827c58f23ccd3a8de07534f0d35bd"]}} -{"id":"ec-meeting-2017-05-17-6f355582a0614d8a0d4525bf240a11082bea5ece","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-17 - Cabinet of Vice-President Cecilia Malmström x DIGITALEUROPE"],"date":["2017-05-17"],"summary":["Digital trade"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-64270747023-20","ec-person-591ec829ca734bcfe59a2c9c7f07f9dff22a0ea9"]}} -{"id":"ec-meeting-2017-05-17-8ab9b5cef77eabd28e2ba62651edc6a074ca20a9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-17 - Cabinet of Vice-President Günther Oettinger x Axel Springer SE"],"date":["2017-05-17"],"summary":["DSM"],"notes":["Portfolio: Budget & Human Resources"],"location":["Berlin"],"address":["Berlin"],"addressEntity":["addr-062b06ba8e755765c6b049809b7430fd54fe5b21"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-742417913824-11","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2017-05-17-98b9de9fd0a19a29fc9398bd9016befc067b797c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-17 - Financial Stability, Financial Services and Capital Markets Union x BNP PARIBAS"],"date":["2017-05-17"],"summary":["EBF Forum"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-78787381113-69","ec-person-bdee7a93f95c8ef05079539170139b3c02e8ed96"]}} -{"id":"ec-meeting-2017-05-17-9eb7953aec5ef6ea543595ac33688d0e462802e8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-17 - Energy x ExxonMobil Petroleum & Chemical"],"date":["2017-05-17"],"summary":["Energy developments"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["ec-person-6997149120ce5129e38febe5275dc8fd03232d2e","eu-tr-0745650927-75"]}} -{"id":"ec-meeting-2017-05-17-a3df7cc08e708fad3432d6f79353075d32a1844a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-17 - Climate Action x Deloitte Services & Investments"],"date":["2017-05-17"],"summary":["Sustainability and mobility"],"location":["Zaventem"],"address":["Zaventem"],"addressEntity":["addr-3cf7eaa17fe7ed3c25f25c6a29658d365eeae0d2"],"organizer":["ec-dg-clima"],"involved":["ec-person-44c2f44f96dda2012bcb4e9abc749f6cae86a4c0","eu-tr-53994278504-37"]}} -{"id":"ec-meeting-2017-05-17-a7e2f88f780b3f377a15111a36c3fe58565907b1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-17 - Cabinet of Vice-President Jyrki Katainen x The Goldman Sachs Group, Inc."],"date":["2017-05-17"],"summary":["EMIR"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-701266814986-18","ec-person-955e8c493ab54847bb92b65986f56a401f8eabee"]}} -{"id":"ec-meeting-2017-05-17-d56cebabb72f87afd56f4fe51e226424bc81e037","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-17 - Inspire, Debate, Engage and Accelerate Action x Max-Planck-Gesellschaft zur Förderung der Wissenschaften"],"date":["2017-05-17"],"summary":["Strategic Foresight and Future of Europe"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-dg-idea"],"involved":["eu-tr-173042412678-08","ec-person-4fe56a64c00b3e81c851b5538878b32481bd7d3c"]}} -{"id":"ec-meeting-2017-05-18-0fce5a5b8e485a3edbca0f99650d218734d5b815","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2017-05-18 - Cabinet of High Representative / Vice-President Federica Mogherini x Open Society European Policy Institute"],"date":["2017-05-18"],"summary":["Exchange of views on Western Balkans","EU-Western Balkans Relations"],"notes":["Portfolio: Foreign Affairs and Security Policy"],"location":["Brussels (Berlaymont)"],"address":["Brussels (Berlaymont)"],"addressEntity":["addr-4e70ddf45e81f0631950978c4aa49a218756a3f4"],"organizer":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"involved":["eu-tr-8557515321-37","ec-person-ee86c41d7473bc187090b8df8b593c8ea2faaf0c"]}} -{"id":"ec-meeting-2017-05-18-1371c767ca678366e5f0030058f6c77f52c44501","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-18 - Cabinet of Vice-President Jyrki Katainen x Cassa Depositi e Prestiti s.p.a."],"date":["2017-05-18"],"summary":["Investment plan"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-81b1dda49062e5dac42bdad9273fa72968a2c325","eu-tr-110117812027-92"]}} -{"id":"ec-meeting-2017-05-18-14ee051d5b61f67272a4f30d668ac745f738bc41","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-18 - Cabinet of Vice-President Neven Mimica x Vodafone Belgium SA"],"date":["2017-05-18"],"summary":["Digital agenda and development cooperation"],"notes":["Portfolio: International Cooperation & Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-mimica-neven-of-president-vice"],"involved":["ec-person-e90858f5aba78fd0e1cb2f757c3f38d55d91f98b","eu-tr-90142503473-81"]}} -{"id":"ec-meeting-2017-05-18-29308c8afb5afd79af88ec4dd084764bdfd9ad7f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-18 - Cabinet of Commissioner Elżbieta Bieńkowska x European Association of Research and Technology Organisations Nokia"],"date":["2017-05-18"],"summary":["SEP Communication"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-35167875358-33","eu-tr-48918086666-95","ec-person-b2f9be51339f054477846797e2c119fcf16548fc"]}} -{"id":"ec-meeting-2017-05-18-2d0a582fa6ec0535c5e77475ecb47935bf9e1693","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-18 - Cabinet of Vice-President Cecilia Malmström x Airbus"],"date":["2017-05-18"],"summary":["On-going WTO dispute settlement"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-5d4088e1913284a765aed8445f448f6ff341f1b3","eu-tr-2732167674-76","ec-person-98880f3f4206145e196013db9dd806a551c11e06"]}} -{"id":"ec-meeting-2017-05-18-30873de6d0774d73d5b09803cb173f0f005b02ea","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-18 - Directorate-General for International Partnerships x Inclusive Strategies"],"date":["2017-05-18"],"summary":["exchange of views and exploring possibilities for collaboration"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-intpa"],"involved":["eu-tr-466494027792-47","ec-person-05c4477b89b93e7969f12d89b38f77fedce5876f"]}} -{"id":"ec-meeting-2017-05-18-37855f30565fbdb6d8ba6d0440bca21dfc2cbdc9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-18 - Cabinet of Commissioner Věra Jourová x Volkswagen Aktiengesellschaft"],"date":["2017-05-18"],"summary":["Consumer policy"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-a2ca9161feee56909a0e98b473c2d342c20fdb57","ec-person-184e698af1eb9e33b179680570ca171d8cb31c94","eu-tr-6504541970-40"]}} -{"id":"ec-meeting-2017-05-18-4054b670623d86ea7149eb898623d60697c2425c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-18 - Cabinet of Vice-President Karmenu Vella x BioMarine International Cluster Association"],"date":["2017-05-18"],"summary":["Blue Growth, our Ocean Conference 2017"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Poole, UK"],"address":["Poole, UK"],"addressEntity":["addr-28ec1a0a03eab458e22338a18ae51651df464cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["ec-person-0e3efd8bc1c3ee9a80205d0bb78f316fa1621e5d","ec-person-2966d69fae0ea4e67f3f2df5a743cc766267d3c8","eu-tr-407773922437-16"]}} -{"id":"ec-meeting-2017-05-18-434c0f1874cbb6395996a37185bc27fc6fdaf95a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-18 - Cabinet of Commissioner Violeta Bulc x Goodyear Europe B.V"],"date":["2017-05-18"],"summary":["Meeting with Mr Kihn, President of Goodyear"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-4d2b449b5047ea3fda435a2a1c1081e3babcdf76","eu-tr-93401065573-24","ec-person-e14c58f620f40325d829df7be0823280307bc15f"]}} -{"id":"ec-meeting-2017-05-18-45e4d3813769de37822b7c81f44abfed561215ef","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-18 - Cabinet of President Jean-Claude Juncker x Swedbank AB (publ)"],"date":["2017-05-18"],"summary":["Financial services agenda"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-960532323803-62","ec-person-c402e34a99fbee730ae22e3b1958e21c94dc6fcc"]}} -{"id":"ec-meeting-2017-05-18-58ff82f6d40d39c9a8ab6d6ec3f4f2b55c5ba76c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-18 - Cabinet of Vice-President Cecilia Malmström x Groupe Avril Archer Daniels Midland Company European Biodiesel Board Gide Loyrette Nouel"],"date":["2017-05-18"],"summary":["Biodiesel imports / anti-dumping measures"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-57554935989-06","eu-tr-84244281858-12","ec-person-20ded9db5df11164331bb161fdf234b1e5ad53fd","eu-tr-268338515460-22","eu-tr-353804021418-79","ec-person-591ec829ca734bcfe59a2c9c7f07f9dff22a0ea9"]}} -{"id":"ec-meeting-2017-05-18-643bd846f81ff262cc569cd8e2e792e2121512cb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-18 - Cabinet of Vice-President Andrus Ansip x Google"],"date":["2017-05-18"],"summary":["Copyright"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-03181945560-59","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45"]}} -{"id":"ec-meeting-2017-05-18-652148eb4a0c5cd25793fe1596bcfd3282ff56fd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-18 - Cabinet of President Jean-Claude Juncker x Erste Group Bank AG"],"date":["2017-05-18"],"summary":["Financial services agenda"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-910859715397-14","ec-person-c402e34a99fbee730ae22e3b1958e21c94dc6fcc"]}} -{"id":"ec-meeting-2017-05-18-b5558b744ff822b653a89276ef56ea134f8ccbee","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-18 - Cabinet of President Jean-Claude Juncker x Greenpeace European Unit"],"date":["2017-05-18"],"summary":["GMOs"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-e415577aabb40c0f789310505c6c5803aa69037b","eu-tr-9832909575-41"]}} -{"id":"ec-meeting-2017-05-18-bc9085d286c8584149dd8b30118b92145a3b4540","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-18 - Cabinet of Vice-President Andrus Ansip x Centre for European Policy Studies"],"date":["2017-05-18"],"summary":["presentation of Transatlantic Digital Economy study"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-91ca0921c6790191daa54427311acd63035e7c9e","eu-tr-86853666704-95"]}} -{"id":"ec-meeting-2017-05-18-c9820e6b71c00719c1c1bb5ec9a1ce8b67e56846","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-18 - Cabinet of Commissioner Violeta Bulc x Community of European Railway and Infrastructure Companies"],"date":["2017-05-18"],"summary":["Mobility package"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-7574621118-27","ec-person-dd7851e4a1e747e824b4f81139e33bc3cdb73160"]}} -{"id":"ec-meeting-2017-05-18-dd40edb81eecaa95c2cc74afb1bfd2c5a48dce0e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-18 - Cabinet of Commissioner Phil Hogan x Federation of Associations for Hunting & Conservation of the EU"],"date":["2017-05-18"],"summary":["Position of FACE on the future CAP"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-75899541198-85","ec-person-b0d24e81234b490dd841a09b69892304b27fc6a8"]}} -{"id":"ec-meeting-2017-05-18-df7e945c1352e290b68b7a1f7cdf8dc83296406a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-18 - Cabinet of President Jean-Claude Juncker x European Biodiesel Board"],"date":["2017-05-18"],"summary":["Anti-dumping"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-e415577aabb40c0f789310505c6c5803aa69037b","eu-tr-84244281858-12"]}} -{"id":"ec-meeting-2017-05-18-f60379d2e3e3c2b4c10a9f0083810bdb05459897","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-18 - Cabinet of Vice-President Jyrki Katainen x Wise Ltd"],"date":["2017-05-18"],"summary":["Consumer Financial Services Action Plan"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-955e8c493ab54847bb92b65986f56a401f8eabee","eu-tr-843309518020-96"]}} -{"id":"ec-meeting-2017-05-18-f6cd405d28674c3217fcff897a20addc1763f233","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-18 - Climate Action x TOYOTA MOTOR EUROPE"],"date":["2017-05-18"],"summary":["Low Carbon Mobility"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-clima"],"involved":["eu-tr-5378003762-62","ec-person-44c2f44f96dda2012bcb4e9abc749f6cae86a4c0"]}} -{"id":"ec-meeting-2017-05-18-f8fc8870a5fc44ce9ba600334550748f46ac0429","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-18 - Cabinet of Vice-President Cecilia Malmström x European Association of Research and Technology Organisations Commissariat à l'Energie atomique et aux énergies alternatives Nokia"],"date":["2017-05-18"],"summary":["Standard essential patents"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-35167875358-33","eu-tr-48918086666-95","eu-tr-52774696782-43","ec-person-591ec829ca734bcfe59a2c9c7f07f9dff22a0ea9"]}} -{"id":"ec-meeting-2017-05-19-13ab970c602481a24c448d7c722c6865e3a8d371","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-19 - Cabinet of Vice-President Miguel Arias Cañete x Shell Companies"],"date":["2017-05-19"],"summary":["Gas Infrastructure"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-1831691c10441c5974327bbeb8693d6b6c1e50c3","eu-tr-05032108616-26"]}} -{"id":"ec-meeting-2017-05-19-1c9fc8c894c0b5f546e985d594e739012c7078d7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-19 - Cabinet of Commissioner Violeta Bulc x International Road Transport Union Permanent Delegation to the EU"],"date":["2017-05-19"],"summary":["Mobility package"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-41802525291-86","ec-person-dd7851e4a1e747e824b4f81139e33bc3cdb73160"]}} -{"id":"ec-meeting-2017-05-19-1de5ed1196562326060eedf35dd1f995da22b290","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-19 - Cabinet of Commissioner Elżbieta Bieńkowska x Viewpoint Group"],"date":["2017-05-19"],"summary":["EDAP"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussles"],"address":["Brussles"],"addressEntity":["addr-e6ba3e89050fdfff2010d3fb9d2fbe42cd1cafd9"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["ec-person-d2997a7f359c91a337055c3e24dd36bf928de38d","eu-tr-690786127465-40"]}} -{"id":"ec-meeting-2017-05-19-27ae0f683c0ddd342ba305877e0e83973b952023","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-19 - Cabinet of Vice-President Neven Mimica x GLOBAL HEALTH ADVOCATES"],"date":["2017-05-19"],"summary":["Discussion on Food and Nutrition Security"],"notes":["Portfolio: International Cooperation & Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-mimica-neven-of-president-vice"],"involved":["ec-person-e06df06453c45a7a836ac84cbc479b8e48f16ea8","eu-tr-07720398190-53"]}} -{"id":"ec-meeting-2017-05-19-408cd5828d6e8200d86607fdfd1b40d1c6527a38","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-19 - Cabinet of Commissioner Elżbieta Bieńkowska x Amazon Europe Core SARL"],"date":["2017-05-19"],"summary":["Product Safety"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-366117914426-10","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2017-05-19-64755e5a6453ce8402e7ef526fc435fa534e5287","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-19 - Cabinet of Vice-President Maroš Šefčovič x International Road Transport Union Permanent Delegation to the EU"],"date":["2017-05-19"],"summary":["Presentation of the organisation; mobility package"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-41802525291-86","ec-person-2be517b9261a91f2f07e05ec14c6331980e9716e"]}} -{"id":"ec-meeting-2017-05-19-9898029c3230eebddf59df6b044feac4c8fa0486","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-19 - Cabinet of Vice-President Jyrki Katainen x ArcelorMittal"],"date":["2017-05-19"],"summary":["Current issues for European steel industry"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90","ec-person-c50e8c2cc390c5efb0626988d173bc6758459e0f","eu-tr-23527541824-60"]}} -{"id":"ec-meeting-2017-05-22-1a33eb22595119efffe4f34dc79208b0923cc3c9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-22 - Cabinet of Vice-President Cecilia Malmström x BUSINESSEUROPE European Business Summit Network"],"date":["2017-05-22"],"summary":["Europe's progressive Trade Policy"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-19b143e83f8ab978c55c8a9a9e49e06dbfa14bf3","eu-tr-3978240953-79","eu-tr-268958411031-65","ec-person-591ec829ca734bcfe59a2c9c7f07f9dff22a0ea9"]}} -{"id":"ec-meeting-2017-05-22-2b0cbd252533dbe385983117cd91019387d95f77","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-22 - Cabinet of Vice-President Maroš Šefčovič x Green 10"],"date":["2017-05-22"],"summary":["Mobility package; Clean Energy for All Europeans Package; MFF"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-2be517b9261a91f2f07e05ec14c6331980e9716e","ec-person-1f95be23689cd4ed0a26fe2980f760ccf2d55c1e","eu-tr-70309834043-10"]}} -{"id":"ec-meeting-2017-05-22-38874bbdc5f35402ae268444a8e9b204c4dab90a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-22 - Mobility and Transport x European Cockpit Association"],"date":["2017-05-22"],"summary":["Social agenda in aviation"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-move"],"involved":["eu-tr-39838147687-59","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2017-05-22-3e3c4fe35b4b3b9e4d7363b6d4c2e99709988003","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-22 - Cabinet of First Vice-President Frans Timmermans x Bloomberg L.P."],"date":["2017-05-22"],"summary":["sustainable development and the follow up to the SDGs"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["New York"],"address":["New York"],"addressEntity":["addr-3dddf7feb16bf399efe204acf0fee9106ad446eb"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["ec-person-57dd62a1a14508927bd5ec98bb97342f2d0834c9","eu-tr-272910022778-05","ec-person-966667b73d92624be9bb019c2baab7e52331b3d3","ec-person-8d1c5ff76a431332387aa10936b0bff13f7d71fd"]}} -{"id":"ec-meeting-2017-05-22-5a7b6cd767d2f993f548c1025589a724de3f0098","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-22 - Internal Market, Industry, Entrepreneurship and SMEs x Association des Constructeurs Européens d'Automobiles"],"date":["2017-05-22"],"summary":["The meeting addressed a range of current issues in the field of the automotive and mobility industries."],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-grow"],"involved":["eu-tr-0649790813-47","ec-person-60a3d0d628d231b41af1d0c65607b0fd78ca4edc"]}} -{"id":"ec-meeting-2017-05-22-6939ae3ccec7f0b144660d8d41afdefd46aeb1ef","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-22 - Cabinet of Commissioner Violeta Bulc x Association des Constructeurs Européens d'Automobiles"],"date":["2017-05-22"],"summary":["Mobility package"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-dd7851e4a1e747e824b4f81139e33bc3cdb73160","eu-tr-0649790813-47"]}} -{"id":"ec-meeting-2017-05-22-69432f666360d48f3b783179cbe35832686630ae","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-22 - Cabinet of Vice-President Andrus Ansip x European Publishers Council"],"date":["2017-05-22"],"summary":["Copyright"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-4456380381-30","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45","ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0"]}} -{"id":"ec-meeting-2017-05-22-78e827d748c8e9c80b98053146738c750dc7a3c8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-22 - Cabinet of Commissioner Carlos Moedas x Sindicato Nacional do Ensino Superior"],"date":["2017-05-22"],"summary":["Employment situation of researchers in PT/H2020"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Lisbon"],"address":["Lisbon"],"addressEntity":["addr-848652ee3980a189b8c12a7aa6d35f433633e2ba"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["eu-tr-207563426702-89","ec-person-01051f0f33bfdc2ecc41873c02cae666c5e0d099","ec-person-23980b2bc4fd9c82051d0f7888dc236b2f764866"]}} -{"id":"ec-meeting-2017-05-22-7ab0a6cdce7a1199f0650deb4e8a50e9b70ac711","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2017-05-22 - Cabinet of Commissioner Violeta Bulc x Transport and Environment (European Federation for Transport and Environment)"],"date":["2017-05-22"],"summary":["Meeting with T&E representatives","Meeting with Mr Todts"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-4d2b449b5047ea3fda435a2a1c1081e3babcdf76","ec-person-e14c58f620f40325d829df7be0823280307bc15f","ec-person-dd7851e4a1e747e824b4f81139e33bc3cdb73160","eu-tr-58744833263-19"]}} -{"id":"ec-meeting-2017-05-22-7d7d85eb73e2590ff844ebfd5af5becc481696af","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-22 - Cabinet of Vice-President Jyrki Katainen x Anheuser-Busch InBev nv/sa"],"date":["2017-05-22"],"summary":["CCCTB"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-161157710612-65","ec-person-955e8c493ab54847bb92b65986f56a401f8eabee"]}} -{"id":"ec-meeting-2017-05-22-88a136b3d61c86d80bf0c4aa1395428103876df4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-22 - Mobility and Transport x CANSO - Civil Air Navigation Services Organisation"],"date":["2017-05-22"],"summary":["Single European Sky"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-move"],"involved":["eu-tr-26986828838-57","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2017-05-22-8fb9aa1e7ee49c76a0f1ea159ad82b53b36f8bf1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-22 - Cabinet of Commissioner Elżbieta Bieńkowska x Lithuanian Business Representation to the EU"],"date":["2017-05-22"],"summary":["Single Market"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["ec-person-d2997a7f359c91a337055c3e24dd36bf928de38d","eu-tr-94241791376-49","ec-person-daef7f819b2f3ffe5e4f5d8eb2782954f3c4a4e2"]}} -{"id":"ec-meeting-2017-05-22-908677929afad7f87b288d1e63a29a554f71046c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-22 - Cabinet of Vice-President Günther Oettinger x RTL Group"],"date":["2017-05-22"],"summary":["DSM"],"notes":["Portfolio: Budget & Human Resources"],"location":["BXL"],"address":["BXL"],"addressEntity":["addr-d2fde52f67ea4a3e1fe233d0a959d6a1c77fd910"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["ec-person-69aa44204bd0cd314e6540561100b2f67d805fc1","eu-tr-59267165790-45"]}} -{"id":"ec-meeting-2017-05-22-99b8a88b4dc3bd456692c4c0c81496ef81e1c25a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-22 - Cabinet of President Jean-Claude Juncker x Deutscher Bauernverband"],"date":["2017-05-22"],"summary":["Comitology reform"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-e415577aabb40c0f789310505c6c5803aa69037b","eu-tr-73085531345-65"]}} -{"id":"ec-meeting-2017-05-22-a0d900957b6966241208c645d9ca6e5e2b1e7911","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-22 - Cabinet of Commissioner Elżbieta Bieńkowska x Zrzeszenie Międzynarodowych Przewoźników Drogowych w Polsce"],"date":["2017-05-22"],"summary":["Single market and transport services"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Belgium, Brussels"],"address":["Belgium, Brussels"],"addressEntity":["addr-0c96bd4b2c2391b43c37eda4c201015868b0aa7b"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-719426524132-11","ec-person-daef7f819b2f3ffe5e4f5d8eb2782954f3c4a4e2"]}} -{"id":"ec-meeting-2017-05-22-a3fec4f6bd5fc83ab6da659483df7f22b254c330","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-22 - Cabinet of President Jean-Claude Juncker x CONFCOMMERCIO - IMPRESE PER L'ITALIA"],"date":["2017-05-22"],"summary":["Type approval of legislation"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-04877777421-88","ec-person-f9475e4bba20c9a170912adada60941243f778ad"]}} -{"id":"ec-meeting-2017-05-22-a8a27da40540d6d896bdd09babc6b0ddddb3b609","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-22 - Cabinet of Commissioner Phil Hogan x Independent Retail Europe (formerly UGAL - Union of Groups of Independent Retailers of Europe)"],"date":["2017-05-22"],"summary":["the supply chain initiative, as well as unfair trading practices"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels, BERL"],"address":["Brussels, BERL"],"addressEntity":["addr-3c3fa5f92474ebac668808553fbab6d1c14aa243"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-034546859-02","ec-person-428cf365f3847d04012831ef2642a1a69aed518d"]}} -{"id":"ec-meeting-2017-05-22-b434db64f535bc2554a746a83456584c9799f968","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-22 - Cabinet of Commissioner Věra Jourová x Tripadvisor LLC"],"date":["2017-05-22"],"summary":["Competition"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-a2ca9161feee56909a0e98b473c2d342c20fdb57","eu-tr-948122819643-45"]}} -{"id":"ec-meeting-2017-05-22-b5261a774edb831a0c2edb7cc02874cf9dce6a9e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-22 - Cabinet of Vice-President Miguel Arias Cañete x Volkswagen Aktiengesellschaft"],"date":["2017-05-22"],"summary":["Decarbonisation of road transport, low emission mobility"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-6504541970-40","ec-person-25a937c04cd0a0ddcf5cf34798e76b5105854114"]}} -{"id":"ec-meeting-2017-05-22-b78d887c30396d2a6d01e0c8a989fbad9a82617d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-22 - Cabinet of Vice-President Andrus Ansip x HP Inc"],"date":["2017-05-22"],"summary":["Digital Innovation Hub of Catalonia"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-e91c5be432b6b3efdda369792fed67c20b767a45","eu-tr-99346002337-55"]}} -{"id":"ec-meeting-2017-05-22-d3c87c168cd01e34021b30ac9d76f007307382eb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-22 - Cabinet of Vice-President Johannes Hahn x Norwegian Refugee Council Europe"],"date":["2017-05-22"],"summary":["Situation in West Bank and Gaza"],"notes":["Portfolio: European Neighbourhood Policy & Enlargement Negotiations"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-hahn-johannes-of-president-vice"],"involved":["ec-person-643595d3a737c63fc95146b51292a4684ed1ca75","eu-tr-750447615329-96"]}} -{"id":"ec-meeting-2017-05-22-d936112864f45882f0b16428e79b3c8200d6dc9b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-22 - Cabinet of Commissioner Marianne Thyssen x EUROPEAN TRADE UNION CONFEDERATION"],"date":["2017-05-22"],"summary":["Reflection Paper Deepening EMU"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["ec-person-ce19440eacb8fd67f534bdbcce33a1c4cedfd071","eu-tr-06698681039-26"]}} -{"id":"ec-meeting-2017-05-22-f4456b827c3f157b779dae7b523052cd4abc68a3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-22 - Cabinet of Vice-President Cecilia Malmström x EPIA SolarPower Europe"],"date":["2017-05-22"],"summary":["An industrial strategy for solar industries in Europe and ongoing trade measures."],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-2680046412-48","ec-person-20ded9db5df11164331bb161fdf234b1e5ad53fd","ec-person-591ec829ca734bcfe59a2c9c7f07f9dff22a0ea9"]}} -{"id":"ec-meeting-2017-05-22-fb23810f1f09fad1b86b24aabc4d0e9f24f9dc94","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-22 - Cabinet of Vice-President Miguel Arias Cañete x International Council on Clean Transportation"],"date":["2017-05-22"],"summary":["Electric vehicles"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-06250094777-73","ec-person-25a937c04cd0a0ddcf5cf34798e76b5105854114"]}} -{"id":"ec-meeting-2017-05-23-00aa1e00a708c935408b97c604839d7328bbb030","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-23 - Cabinet of Vice-President Cecilia Malmström x Lithuanian Business Representation to the EU"],"date":["2017-05-23"],"summary":["EU's TDIs; Trade Relations with Russia and Belarus; EU-Ukraine AA/DCFTA"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-20ded9db5df11164331bb161fdf234b1e5ad53fd","eu-tr-94241791376-49","ec-person-591ec829ca734bcfe59a2c9c7f07f9dff22a0ea9"]}} -{"id":"ec-meeting-2017-05-23-0cbf70c17fdcfb913854c6197e2fe479c0800b96","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-23 - Energy x Naval Group"],"date":["2017-05-23"],"summary":["Transition énergétique et énergies marines"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-57864135710-49","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2017-05-23-1e8e2c5ed774ae19ec0b7a3c7aa6b301eff92b0b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-23 - Cabinet of Commissioner Violeta Bulc x CLECAT - European association for forwarding, transport, logistic and Customs services"],"date":["2017-05-23"],"summary":["Mobility package"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-684985491-01","ec-person-dd7851e4a1e747e824b4f81139e33bc3cdb73160"]}} -{"id":"ec-meeting-2017-05-23-2b54a1d92214cbc59993cbe6bbc7d03a37c3c1dc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-23 - Inspire, Debate, Engage and Accelerate Action x Bureau Européen des Unions de Consommateurs"],"date":["2017-05-23"],"summary":["Consumer Issues and Digital Rights"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-dg-idea"],"involved":["eu-tr-9505781573-45","ec-person-4fe56a64c00b3e81c851b5538878b32481bd7d3c"]}} -{"id":"ec-meeting-2017-05-23-3da692b1bd04efd077338b603f7e21a0761acea9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-23 - Cabinet of Vice-President Andrus Ansip x Microsoft Corporation"],"date":["2017-05-23"],"summary":["dinner with Estonian Ambassador Kaja Tael"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-0801162959-21","ec-person-91ca0921c6790191daa54427311acd63035e7c9e"]}} -{"id":"ec-meeting-2017-05-23-3e329867e33bc1d9766f864d5b522474195f53e8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-23 - Cabinet of Vice-President Valdis Dombrovskis x Finance Watch"],"date":["2017-05-23"],"summary":["PSD2 and CMU mid term review"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-37943526882-24","ec-person-537401fc0be04984531b83660f416bf2fe14fbd8"]}} -{"id":"ec-meeting-2017-05-23-475a06cff7a6bd2341c3eac2d2bc91b0962e1f76","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-23 - Mobility and Transport x FuelsEurope"],"date":["2017-05-23"],"summary":["low-carbon economy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-move"],"involved":["eu-tr-26207914726-42","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2017-05-23-690934db959a73645a3fdd28178de4d94c4c8e2f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-23 - Employment, Social Affairs and Inclusion x EUROPEAN TRADE UNION CONFEDERATION"],"date":["2017-05-23"],"summary":["ongoing developements"],"location":["Brussels Belgium"],"address":["Brussels Belgium"],"addressEntity":["addr-61947d7d2c69c0b8f57325bd044f500c5fc6df48"],"organizer":["ec-dg-empl"],"involved":["ec-person-0d8ce1c547b8ca99decd25740ba12e2c0866a2fd","eu-tr-06698681039-26"]}} -{"id":"ec-meeting-2017-05-23-8e05ec60c9d7eebd9c93b2653b8d5924c407d7f4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-23 - Cabinet of Commissioner Violeta Bulc x CEBRE - Czech Business Representation to the EU in Brussels"],"date":["2017-05-23"],"summary":["Mobility package"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-9412010322-35","ec-person-dd7851e4a1e747e824b4f81139e33bc3cdb73160"]}} -{"id":"ec-meeting-2017-05-23-9b24cb65aee5798a29784b441053b5d2382c01e9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-23 - Cabinet of Commissioner Marianne Thyssen x Lithuanian Confederation of Industrialists"],"date":["2017-05-23"],"summary":["Current socio-economic topics"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["eu-tr-905114121730-42","ec-person-7567514af00f139b390cf9864d28a090ca0fde25"]}} -{"id":"ec-meeting-2017-05-23-a30c707628f97abc5ddef9f2728f4095d23c6962","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-23 - Cabinet of Vice-President Andrus Ansip x EBU-UER (European Broadcasting Union)"],"date":["2017-05-23"],"summary":["Media Research & Innovation"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-93288301615-56","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45"]}} -{"id":"ec-meeting-2017-05-23-adbb81487405e00d8032ffd8addb8ba8afbf2a24","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-23 - Cabinet of Vice-President Jyrki Katainen x Finance Denmark"],"date":["2017-05-23"],"summary":["Financial Services"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-955e8c493ab54847bb92b65986f56a401f8eabee","eu-tr-20705158207-35"]}} -{"id":"ec-meeting-2017-05-23-ddba400f8554d416b0d6d2f816594ed28b3c7b01","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-23 - Cabinet of Vice-President Cecilia Malmström x Polint Ltd"],"date":["2017-05-23"],"summary":["Trade relations in Asia"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-69369266684-67","ec-person-98880f3f4206145e196013db9dd806a551c11e06"]}} -{"id":"ec-meeting-2017-05-24-00d1f53ef1b79d92127cfaf55ea607e422ef237f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-24 - Energy x JSC Atomenergoprom"],"date":["2017-05-24"],"summary":["Energy policy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["ec-person-6997149120ce5129e38febe5275dc8fd03232d2e","eu-tr-429690823502-77"]}} -{"id":"ec-meeting-2017-05-24-073944e3aa5c00d7ad7c72c72a49339d3371c797","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-24 - Cabinet of President Jean-Claude Juncker x AXA"],"date":["2017-05-24"],"summary":["Sustainable finance"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-c402e34a99fbee730ae22e3b1958e21c94dc6fcc","eu-tr-36423781099-10"]}} -{"id":"ec-meeting-2017-05-24-30f0688858bc11f4a6243c69fdca0db716cedfc4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-24 - Climate Action x Fleishman-Hillard"],"date":["2017-05-24"],"summary":["ETS and Winter Package"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-clima"],"involved":["eu-tr-56047191389-84","ec-person-44c2f44f96dda2012bcb4e9abc749f6cae86a4c0"]}} -{"id":"ec-meeting-2017-05-24-427adc69dd9f5ba709f3616c7955100648adaedf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-24 - Cabinet of Commissioner Violeta Bulc x NGVA Europe"],"date":["2017-05-24"],"summary":["study presentation"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-e14c58f620f40325d829df7be0823280307bc15f","eu-tr-1119946481-54"]}} -{"id":"ec-meeting-2017-05-24-4364a089dc49767f78bc98b8cbfcd20adcb01939","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-24 - Cabinet of Commissioner Julian King x Facebook Ireland Limited Microsoft Corporation Google Twitter International Company"],"date":["2017-05-24"],"summary":["EU Internet Forum"],"notes":["Portfolio: Security Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-julian-king-of"],"involved":["eu-tr-394491614001-72","ec-person-7bf4bf39d5d06955fc37d23e107675489c4e8729","eu-tr-03181945560-59","eu-tr-0801162959-21","eu-tr-28666427835-74"]}} -{"id":"ec-meeting-2017-05-24-75dea8cf9f38d3e67c6916c21a11e07241e32b41","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-24 - Cabinet of Commissioner Věra Jourová x American Chamber of Commerce to the European Union"],"date":["2017-05-24"],"summary":["REFIT of consumer legislation"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-a2ca9161feee56909a0e98b473c2d342c20fdb57","eu-tr-5265780509-97"]}} -{"id":"ec-meeting-2017-05-24-77fd3c32c753f74814ffba2296ce59bd8865a0b6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-24 - Environment x Corporación Andina de Fomento"],"date":["2017-05-24"],"summary":["International cooperation: Circular Economy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-env"],"involved":["eu-tr-837674320702-56","ec-person-3bc74ce04ea3f4ab4d91a5c88eef25b8b8a213b4"]}} -{"id":"ec-meeting-2017-05-24-7d763b39f3c4a7aaea3ee4c60631b0b696c37dd2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-24 - Cabinet of Vice-President Günther Oettinger x Deutsches Zentrum für Luft- und Raumfahrt e.V."],"date":["2017-05-24"],"summary":["budget"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911","eu-tr-21280626733-05"]}} -{"id":"ec-meeting-2017-05-24-8f81c99be07748a02d352b32f5be2304f689037e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-24 - Cabinet of Vice-President Valdis Dombrovskis x Banking & Payments Federation Ireland"],"date":["2017-05-24"],"summary":["Introduction of the Banking & Payments Federation Ireland"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-48f31156d932641826e09f5b73f074d35ff05786","eu-tr-981559116223-93"]}} -{"id":"ec-meeting-2017-05-24-9616ebd5255735eb41cae9dc738ddd234e7ab7d1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-24 - Cabinet of Commissioner Marianne Thyssen x Deutscher Gewerkschaftsbund"],"date":["2017-05-24"],"summary":["Posting of Workers in Germany"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["ec-person-cfb8d8d884367ef98b079fcd883ece7c89ec28e2","eu-tr-07595112423-87"]}} -{"id":"ec-meeting-2017-05-24-af184fdd2fb2a396261d4dc5c6c48342a8ff61b1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-24 - Climate Action x Association des Constructeurs Européens d'Automobiles"],"date":["2017-05-24"],"summary":["Mobility package"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-clima"],"involved":["ec-person-44c2f44f96dda2012bcb4e9abc749f6cae86a4c0","eu-tr-0649790813-47"]}} -{"id":"ec-meeting-2017-05-24-b4581af731c63a7defa3865d75a0870cb4975977","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-24 - Cabinet of Commissioner Violeta Bulc x Deutscher Gewerkschaftsbund"],"date":["2017-05-24"],"summary":["Minimum wage and Mobility package"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-07595112423-87","ec-person-dd7851e4a1e747e824b4f81139e33bc3cdb73160"]}} -{"id":"ec-meeting-2017-05-24-c3d3ec1b224b9022040c4a46991870b64b9f2c82","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-24 - Cabinet of Vice-President Andrus Ansip x Skyscanner Limited"],"date":["2017-05-24"],"summary":["Platforms"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-600324619861-95","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45"]}} -{"id":"ec-meeting-2017-05-24-cbb1b7e6f417e330976883949a5f582435bb495d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-24 - Cabinet of Vice-President Jyrki Katainen x Konecranes Plc"],"date":["2017-05-24"],"summary":["Investment, industrial internet, innovation."],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-c50e8c2cc390c5efb0626988d173bc6758459e0f","eu-tr-967579425569-80"]}} -{"id":"ec-meeting-2017-05-24-df103dd5c86372cec8d05d3562934e9e28f0cfd9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-24 - Task Force for Relations with the United Kingdom x European Citizen Action Service"],"date":["2017-05-24"],"summary":["Meeting with the Task Force for the Preparation and Conduct of the Negotiations with the United Kingdom under Article 50 TEU"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-uktf"],"involved":["ec-person-864cfa5fbc9b02a079ffbab1107f252c7bb08478","eu-tr-47003483702-10"]}} -{"id":"ec-meeting-2017-05-24-e4bbef2a3f382fea342f304386fddefc254cd34f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-24 - Cabinet of Vice-President Andrus Ansip x Interactive Advertising Bureau Europe European CIO Association Computer & Communications Industry Association European Magazine Media Association European Round Table for Industry European Banking Federation American Chamber of Commerce to the European Union BSA | The Software Alliance Federation of European Data and Marketing BUSINESSEUROPE European Telecommunications Network Operators' Association European Newspaper Publishers' Association European Internet Services Providers Association DIGITALEUROPE Ecommerce Europe SMEunited aisbl"],"date":["2017-05-24"],"summary":["GDPR Implementation and Privacy Shield"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-43167137250-27","ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0","eu-tr-75039383277-48","eu-tr-55820581197-35","ec-person-5db7bdd1c81da2e70eb5b982097d0004111b5c3e","eu-tr-867433111414-11","eu-tr-4722660838-23","eu-tr-3978240953-79","eu-tr-5265780509-97","eu-tr-37937886834-69","eu-tr-39300567160-02","eu-tr-64270747023-20","eu-tr-85172105610-37","eu-tr-25487567824-45","eu-tr-54437813115-56","eu-tr-15987896534-82","eu-tr-5950962136-12","eu-tr-08957111909-85"]}} -{"id":"ec-meeting-2017-05-24-eee5be115d178b0de51a3125b758680adcdc8468","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-24 - Mobility and Transport x Association des Constructeurs Européens d'Automobiles"],"date":["2017-05-24"],"summary":["Alternative fuels, clean vehicles, connected and automated driving"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-move"],"involved":["ec-person-26cdfacae671b09917bee1a91c91973941fa58a2","eu-tr-0649790813-47"]}} -{"id":"ec-meeting-2017-05-24-f227ed3549214f3d1a60d43dcb0e70aa059d8604","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-24 - Cabinet of Commissioner Phil Hogan x Ryanair Holdings"],"date":["2017-05-24"],"summary":["Erasmus Launch"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-002977215945-85","ec-person-ff8342dedc26701400fcb7dcf73fbee50a837ac6"]}} -{"id":"ec-meeting-2017-05-24-f23cde50a7d530d77b5114713be403fc273d87f9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-24 - Cabinet of Vice-President Andrus Ansip x Zweites Deutsches Fernsehen"],"date":["2017-05-24"],"summary":["Copyright"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-3209361971-85","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45"]}} -{"id":"ec-meeting-2017-05-24-f64e5471c71f3477409f816484344cfe326b7413","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-24 - Cabinet of Commissioner Vytenis Andriukaitis x World Resources Institute"],"date":["2017-05-24"],"summary":["Meeting with Liz Goodwin on Food Waste"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["eu-tr-581250215524-23","ec-person-0dbfffeb0323f819c8d57164906086dd8639c437"]}} -{"id":"ec-meeting-2017-05-25-7dad9d8862fd6ab5f3cfb6e171ccc0432749e521","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-25 - Environment x Fundación Empresarial Comunidad Europea Chile"],"date":["2017-05-25"],"summary":["Green Cluster"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-env"],"involved":["eu-tr-167769023516-11","ec-person-3bc74ce04ea3f4ab4d91a5c88eef25b8b8a213b4"]}} -{"id":"ec-meeting-2017-05-26-05b53bcd01502336047df288933baeaff50d8c15","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-26 - Cabinet of Commissioner Phil Hogan x Food and Drink Federation"],"date":["2017-05-26"],"summary":["Address conference"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["London"],"address":["London"],"addressEntity":["addr-4c57f0c88d9844630327623633ce269cf826ab99"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-a1a78365cc4685b0958056646204977d8f2ead92","eu-tr-67397672117-65"]}} -{"id":"ec-meeting-2017-05-26-78120f118123de942c6c57a23a2e1567618f5967","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-26 - Cabinet of Commissioner Christos Stylianides x OXFAM INTERNATIONAL EU ADVOCACY OFFICE"],"date":["2017-05-26"],"summary":["Humanitarian Aid"],"notes":["Portfolio: Humanitarian Aid & Crisis Management"],"location":["European Commission, Brussels"],"address":["European Commission, Brussels"],"addressEntity":["addr-2af11d688b097d6939fd56f369a62f512c568619"],"organizer":["ec-cabinet-christos-commissioner-of-stylianides"],"involved":["ec-person-2fc13fcb7185092e68bea299c3be5ed16c4bdaf0","eu-tr-46856801604-90","ec-person-cdd689bd079714522dad472ea4446b0fcc660d8f"]}} -{"id":"ec-meeting-2017-05-29-0bab8e4bb274d87d824b2d58ccf57492c14573a3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-29 - Cabinet of Vice-President Valdis Dombrovskis x Nordic Securities Association"],"date":["2017-05-29"],"summary":["EU financial regulation; CMU; MiFIDII/MiFIR"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-622921012417-15","ec-person-eec82261c60167b261e56ad1e2bfb4c482db6191"]}} -{"id":"ec-meeting-2017-05-29-1231c1dc7000c1966265a88939cd1c5faec49f66","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-29 - Energy x Ernst & Young Core Business Services BV"],"date":["2017-05-29"],"summary":["Energy policy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["ec-person-6997149120ce5129e38febe5275dc8fd03232d2e","eu-tr-04458109373-91"]}} -{"id":"ec-meeting-2017-05-29-3c003580cc7cc6c4ef822b11294d35510f6c27c9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-29 - Cabinet of Commissioner Pierre Moscovici x Migrant Worker Rights Network"],"date":["2017-05-29"],"summary":["Meeting to discuss the project on transparency of trade data detained by customs."],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["ec-person-1d299d025d2afdcba46db3d131b6197fab6e0c89","eu-tr-843976826355-03"]}} -{"id":"ec-meeting-2017-05-29-3f6f1036d503f2d5310a240a7b88c3025fc26cdf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-29 - Energy x ENGIE"],"date":["2017-05-29"],"summary":["Energy policy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-90947457424-20","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2017-05-29-71b41a87bf129d72277938618a43b6d30aa59993","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-29 - Cabinet of Commissioner Carlos Moedas x Bill & Melinda Gates Foundation"],"date":["2017-05-29"],"summary":["Preparation meeting with Gates Foundation"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-f7ccc3ad366dd2fdb24870e1c02ff2763539c82f","eu-tr-371567915480-41"]}} -{"id":"ec-meeting-2017-05-29-88ee36693ff665de663b33fb3294aea234c7f437","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-29 - Cabinet of Commissioner Věra Jourová x Centre for Democracy & Technology, Europe"],"date":["2017-05-29"],"summary":["The draft German Social Media Law"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["eu-tr-57305017757-64","ec-person-1e0e3a00ab815dea7c5b839b002ed2c7e34bfe0a"]}} -{"id":"ec-meeting-2017-05-29-93a81a28a544d0a8ee0ed69803c685ee9939c4f4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-29 - Cabinet of Vice-President Günther Oettinger x JDB MEDIA GmbH"],"date":["2017-05-29"],"summary":["digital, budget"],"notes":["Portfolio: Budget & Human Resources"],"location":["Hamburg"],"address":["Hamburg"],"addressEntity":["addr-15527766ef412bc0ec499e208fb1195cb69b6c5b"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-289575727187-66","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2017-05-29-9cc8854705ae71e46e6b46de11d712dc2f5987f0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-29 - Energy x European Producers Union of Renewable Ethanol"],"date":["2017-05-29"],"summary":["European renewable ethanol"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-32591134448-30","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2017-05-29-e6e34797cee4f0a0c250929c7082815b072ead31","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-29 - Cabinet of Vice-President Andrus Ansip x Nortal AS"],"date":["2017-05-29"],"summary":["Digital for development"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-c759bd58acc54869aa8e62ce652efcda416e25c2","eu-tr-641536622019-91","ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0"]}} -{"id":"ec-meeting-2017-05-29-f024d8692808204344dbe85f5095c7ff8a207a2a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-29 - Cabinet of Commissioner Violeta Bulc x Deutsches Verkehrsforum"],"date":["2017-05-29"],"summary":["Rail noise"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-84108743925-09","ec-person-38b425c6d020cfa22f078b832d85df8ce504609f"]}} -{"id":"ec-meeting-2017-05-30-123ae6bccd4e9db168a950fd996f61a396d07620","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-30 - Cabinet of Vice-President Valdis Dombrovskis x BVI Bundesverband Investment und Asset Management e.V."],"date":["2017-05-30"],"summary":["ESA review; PEPP; Systemic risk of asset managers; AIFMD review"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-96816064173-47","ec-person-eec82261c60167b261e56ad1e2bfb4c482db6191"]}} -{"id":"ec-meeting-2017-05-30-1bdca0ef908463a86d7b3bd210fa8b0ff770137e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-30 - Cabinet of Commissioner Marianne Thyssen x PwCIL Institute of Chartered Accountants in England and Wales"],"date":["2017-05-30"],"summary":["Intergenerational Fairness"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["European Parliament"],"address":["European Parliament"],"addressEntity":["addr-bc0c3668435accfa5da4479c80478fe68d15ddb1"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["eu-tr-60402754518-05","eu-tr-7719382720-34","ec-person-5a49eb89125b4b5d1125b3925bbb64aba1bea2b3"]}} -{"id":"ec-meeting-2017-05-30-2666dc03655889f9cd8042c3fa13f620975b55c1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-30 - Cabinet of Commissioner Elżbieta Bieńkowska x The European Steel Association"],"date":["2017-05-30"],"summary":["Situation of the Steel Industry"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-93038071152-83","ec-person-95a769a1850d7d595f9a5853c51dcbdd3ddd69fb"]}} -{"id":"ec-meeting-2017-05-30-2c0385e93430cd06a52ab9862c150a6be436434f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-30 - Cabinet of Vice-President Jyrki Katainen x Huawei Technologies"],"date":["2017-05-30"],"summary":["EU-China relations"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-7c9460f99c5872dbdc561f5752401c870d12e98b","eu-tr-114467111412-38"]}} -{"id":"ec-meeting-2017-05-30-2cb6bd0bf84a19066371169c4fb4e7afa89c7c77","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-30 - Cabinet of Commissioner Violeta Bulc x Alstom"],"date":["2017-05-30"],"summary":["Meeting with Henri Poupart-Lafarge, President of Alstom on digitalisation and transformation of mobility market"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-4d2b449b5047ea3fda435a2a1c1081e3babcdf76","ec-person-38b425c6d020cfa22f078b832d85df8ce504609f","eu-tr-43284012043-03"]}} -{"id":"ec-meeting-2017-05-30-2ee0d704182bec5d43985c43d1a5bd850a1c7a33","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-30 - Cabinet of Vice-President Andrus Ansip x OpenForum Europe AISBL"],"date":["2017-05-30"],"summary":["Standardisation, innovation"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-6a03bc4fa7657513ea34529e98dba0671ef4c849","eu-tr-2702114689-05"]}} -{"id":"ec-meeting-2017-05-30-2f3bcf683a059600054a180cc6809d98e19cc011","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-30 - Cabinet of Commissioner Věra Jourová x Microsoft Corporation"],"date":["2017-05-30"],"summary":["e-Evidence"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["eu-tr-0801162959-21","ec-person-64349923a7639978983020a607770b8dc47c8144"]}} -{"id":"ec-meeting-2017-05-30-31baf520c05f6c6a7fb08dee02cf35fce523393d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-30 - Cabinet of President Jean-Claude Juncker x Afore Consulting"],"date":["2017-05-30"],"summary":["Working dinner on green finance"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-c402e34a99fbee730ae22e3b1958e21c94dc6fcc","eu-tr-03013154889-05"]}} -{"id":"ec-meeting-2017-05-30-3f6dc6e18c51d056202f8eca8bae63150281fa1c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-30 - Cabinet of Vice-President Cecilia Malmström x Rud Pedersen Public Affairs Brussels"],"date":["2017-05-30"],"summary":["EU's international role"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-19b143e83f8ab978c55c8a9a9e49e06dbfa14bf3","eu-tr-165838227131-07"]}} -{"id":"ec-meeting-2017-05-30-3fa16bf09e539e30ef97298d5b2358732026c860","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-30 - European Neighbourhood and Enlargement Negotiations x Atlantic Council of the United States, Inc"],"date":["2017-05-30"],"summary":["Eastern Neighbourhood"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-near"],"involved":["ec-person-1160ccf35947f06f1629cad85b9f162eb5575780","eu-tr-524686116124-73"]}} -{"id":"ec-meeting-2017-05-30-416dd19a23e1380c8afefabaff9085246454af39","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-30 - Maritime Affairs and Fisheries x Airbus"],"date":["2017-05-30"],"summary":["Our Oceans Conference 2017"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-mare"],"involved":["ec-person-a7b4b8418268a6d6c196b5e45f606fc92acbdb8c","eu-tr-2732167674-76"]}} -{"id":"ec-meeting-2017-05-30-428829abfff23ed1a14b08ddf074c717cf4897ca","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-30 - Cabinet of Vice-President Neven Mimica x Afrika-Verein der deutschen Wirtschaft e.V."],"date":["2017-05-30"],"summary":["European External Investment Plan"],"notes":["Portfolio: International Cooperation & Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-mimica-neven-of-president-vice"],"involved":["eu-tr-386768027252-11","ec-person-e90858f5aba78fd0e1cb2f757c3f38d55d91f98b"]}} -{"id":"ec-meeting-2017-05-30-46bc0ed914c2ac50f6ddb949e23a61bd44d504fe","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-30 - Cabinet of Commissioner Carlos Moedas x Bayerische Motoren Werke Aktiengesellschaft"],"date":["2017-05-30"],"summary":["The inclusion of connected and automated Driving in the cPPP on European Green Vehicle Initiative"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-a45151b401196e9c374c9acdada9d8840da271ad","ec-person-23980b2bc4fd9c82051d0f7888dc236b2f764866","eu-tr-7193977808-18"]}} -{"id":"ec-meeting-2017-05-30-58734a7bbeea4f99bb6a0556946c968ac8cd398b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-30 - Mobility and Transport x Airlines for Europe"],"date":["2017-05-30"],"summary":["Air traffic control strikes, airport charges"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-move"],"involved":["eu-tr-807912421050-91","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2017-05-30-5cebd93dd1bdfebd24633c218c6de41cc891609d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-30 - Cabinet of Vice-President Günther Oettinger x Vereinigung der österreichischen Industrie - Industriellenvereinigung"],"date":["2017-05-30"],"summary":["Reflection paper"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-89093924456-06","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2017-05-30-602c6425df369d267c6ecb421f0c4ba9f15d08e6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-30 - Cabinet of Commissioner Phil Hogan x European Coordination Via Campesina"],"date":["2017-05-30"],"summary":["•\tprocess of Modernising and Simplifying the Common Agricultural Policy"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels, BERL"],"address":["Brussels, BERL"],"addressEntity":["addr-3c3fa5f92474ebac668808553fbab6d1c14aa243"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-28920471149-55","ec-person-428cf365f3847d04012831ef2642a1a69aed518d"]}} -{"id":"ec-meeting-2017-05-30-731c2b0f12c8705b613ef66bd79fa3543e24df34","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-30 - Cabinet of High Representative / Vice-President Federica Mogherini x International Centre for Migration Policy Development"],"date":["2017-05-30"],"summary":["Meeting on cooperation with Libya."],"notes":["Portfolio: Foreign Affairs and Security Policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"involved":["eu-tr-428294520891-74","ec-person-23c55ec7dbedbeca55522253bc69ae6fd1bea72c"]}} -{"id":"ec-meeting-2017-05-30-787f102abf56e0b466709e8b01220f121cf76cf4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-30 - Cabinet of Commissioner Vytenis Andriukaitis x None"],"date":["2017-05-30"],"summary":["Discussion on science communication: how to present science-related topics to the general public ?"],"notes":["Portfolio: Health & Food Safety"],"location":["Warsaw"],"address":["Warsaw"],"addressEntity":["addr-706f6339e835d0512d5d873d62a3e08aba143f49"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["eu-tr-2050009628-31","eu-tr-81131801106-72","ec-person-df30d07ef698a52b9948b9c734db39196cf8541f"]}} -{"id":"ec-meeting-2017-05-30-82c57f7d160468db65ccd3025a8b30f3e7502f59","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-30 - Cabinet of Vice-President Andrus Ansip x The Walt Disney Company Benelux BVBA"],"date":["2017-05-30"],"summary":["Alliance to better protect minors online"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-5db7bdd1c81da2e70eb5b982097d0004111b5c3e","eu-tr-256463315409-35"]}} -{"id":"ec-meeting-2017-05-30-8fa6f3150165889e87073f4dc04a246998a6d110","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-30 - Cabinet of Vice-President Johannes Hahn x International Centre for Migration Policy Development"],"date":["2017-05-30"],"summary":["Migration and Libya"],"notes":["Portfolio: European Neighbourhood Policy & Enlargement Negotiations"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-hahn-johannes-of-president-vice"],"involved":["ec-person-643595d3a737c63fc95146b51292a4684ed1ca75","eu-tr-428294520891-74"]}} -{"id":"ec-meeting-2017-05-30-a4e9a247b736e30dceb3f6c81d40cbd1e500adba","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-30 - Cabinet of Vice-President Valdis Dombrovskis x UNIFE"],"date":["2017-05-30"],"summary":["EU-China trade relations"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-9624415524-28","ec-person-537401fc0be04984531b83660f416bf2fe14fbd8"]}} -{"id":"ec-meeting-2017-05-30-a635d0c6ed7ef8a404089843356347e1bae7ba03","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-30 - Cabinet of Vice-President Günther Oettinger x MAHLE International GmbH"],"date":["2017-05-30"],"summary":["future of automotive industry"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-917204122840-28","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2017-05-30-a781a59d79b4cf9f95d73b094092497869706aa2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-30 - Cabinet of Commissioner Carlos Moedas x SOLAR IMPULSE FOUNDATION"],"date":["2017-05-30"],"summary":["Renewable energy"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["eu-tr-569885924378-48","ec-person-0a716bf5253e913fc40ebf14c12f30dc2e7a06ee"]}} -{"id":"ec-meeting-2017-05-30-a7e2f88f780b3f377a15111a36c3fe58565907b1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-30 - Cabinet of Vice-President Jyrki Katainen x The Goldman Sachs Group, Inc."],"date":["2017-05-30"],"summary":["Juncker Plan, EMU’s challenges, structural reforms, potential growth and investment"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-3775b7be791f90ed462b9071c9ae596b80d71bca","eu-tr-701266814986-18"]}} -{"id":"ec-meeting-2017-05-30-b170e4c7d651f7e5d2a4f112e1e0a27152a5c4e8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-30 - Cabinet of Commissioner Carlos Moedas x Bayer AG"],"date":["2017-05-30"],"summary":["innovative agriculture"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["eu-tr-3523776801-85","ec-person-0a716bf5253e913fc40ebf14c12f30dc2e7a06ee"]}} -{"id":"ec-meeting-2017-05-30-b5558b744ff822b653a89276ef56ea134f8ccbee","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-30 - Cabinet of President Jean-Claude Juncker x Greenpeace European Unit"],"date":["2017-05-30"],"summary":["Climate aspects G7 and EU-China Summit"],"notes":["Portfolio: President"],"location":["Belgium, Brussels, BERL"],"address":["Belgium, Brussels, BERL"],"addressEntity":["addr-afebf85a436897fe5234b2ac0d00a1ddc4c9dd27"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-9832909575-41","ec-person-da1926615bdcdb789928b90ac532982fef6e24ee"]}} -{"id":"ec-meeting-2017-05-30-be15be84aad2db17e82af5560e28da332ef46a3b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-30 - Cabinet of Commissioner Pierre Moscovici x Finsbury Glover Hering Europe GmbH Fontem Ventures"],"date":["2017-05-30"],"summary":["EU regulation on vaping products."],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["eu-tr-648950226813-63","ec-person-1d299d025d2afdcba46db3d131b6197fab6e0c89","eu-tr-578189413297-97"]}} -{"id":"ec-meeting-2017-05-30-c52e4f6cdcf7488a82153168a43a4f71d42fec58","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-30 - Cabinet of Vice-President Miguel Arias Cañete x NATURGY ENERGY GROUP"],"date":["2017-05-30"],"summary":["the Energy Package and the objectives for 2030 on diffuse sectors"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-67833029261-54","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd"]}} -{"id":"ec-meeting-2017-05-30-c96de0664f0c6e2fad567f0967d9892ca2b00ddf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-30 - Climate Action x MAHLE International GmbH"],"date":["2017-05-30"],"summary":["Sustainable mobility"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-clima"],"involved":["eu-tr-917204122840-28","ec-person-44c2f44f96dda2012bcb4e9abc749f6cae86a4c0"]}} -{"id":"ec-meeting-2017-05-30-e6ba4a22bd384aa47a31743e070344ecf6f6c200","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-30 - Cabinet of Vice-President Miguel Arias Cañete x Grupo Red Eléctrica"],"date":["2017-05-30"],"summary":["Clean energy package and interconnections projects"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-1831691c10441c5974327bbeb8693d6b6c1e50c3","eu-tr-44688805318-45","ec-person-2229c857664a22dcb8eee79a8c05841fd3d0924f"]}} -{"id":"ec-meeting-2017-05-30-ec5e974e92528cb850526e0e2340608741061c96","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-30 - Cabinet of Vice-President Neven Mimica x DON BOSCO INTERNATIONAL"],"date":["2017-05-30"],"summary":["Presentation of their activities."],"notes":["Portfolio: International Cooperation & Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-mimica-neven-of-president-vice"],"involved":["eu-tr-874082316357-71","ec-person-886e1b865045c3ed98e99075006d09cea708acce"]}} -{"id":"ec-meeting-2017-05-31-0fec43e26d763bc40fed0dfc759df9b19afdab65","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-31 - Cabinet of Commissioner Pierre Moscovici x Open Society European Policy Institute"],"date":["2017-05-31"],"summary":["the future of the EU’s economic and monetary union post-Brexit, including Eurozone governance, and broader questions around the future of Europe debate."],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["ec-person-3cbeba61ae952f06fe4916c381438ebbc676a597","eu-tr-8557515321-37"]}} -{"id":"ec-meeting-2017-05-31-1293e7bf852e02c678648ffcfcb325500e2bd8df","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-31 - Cabinet of Vice-President Jyrki Katainen x Taxify OÜ"],"date":["2017-05-31"],"summary":["EU approach to collaborative economy"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-81b1dda49062e5dac42bdad9273fa72968a2c325","eu-tr-196587227336-19"]}} -{"id":"ec-meeting-2017-05-31-13f2fbaaba94529cbdf117a10e2af3ef819bd4e3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-31 - Cabinet of Commissioner Elżbieta Bieńkowska x The Danish Chamber of Commerce"],"date":["2017-05-31"],"summary":["unfair Trading Practices"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-0330934426-12","ec-person-b2f9be51339f054477846797e2c119fcf16548fc","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2017-05-31-26df0aabaf1eca971a53782c07b04f05250cb26c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-31 - Cabinet of Commissioner Vytenis Andriukaitis x European Federation of Salaried Doctors"],"date":["2017-05-31"],"summary":["Health workforce"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["eu-tr-736055610233-90","ec-person-df30d07ef698a52b9948b9c734db39196cf8541f","ec-person-059ca943fc5fc696d2a97849c635ddf7b6ab7fd7"]}} -{"id":"ec-meeting-2017-05-31-2ac0aa2d136385f5c0ea9ee003a636cd29ea4d60","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-31 - Financial Stability, Financial Services and Capital Markets Union x Federation of European Securities Exchanges"],"date":["2017-05-31"],"summary":["CMU, MIFID2, European Regularoty Framework"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-71488206456-23","ec-person-bdee7a93f95c8ef05079539170139b3c02e8ed96"]}} -{"id":"ec-meeting-2017-05-31-2b23269455a03d0df371b3d7a90f768d8b62f564","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-31 - Cabinet of Commissioner Violeta Bulc x Uber"],"date":["2017-05-31"],"summary":["Meeting with Adam Gromis, Uber Global Sustainable Mobility Manager"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-002278013515-26","ec-person-e14c58f620f40325d829df7be0823280307bc15f"]}} -{"id":"ec-meeting-2017-05-31-3da692b1bd04efd077338b603f7e21a0761acea9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-31 - Cabinet of Vice-President Andrus Ansip x Microsoft Corporation"],"date":["2017-05-31"],"summary":["Cybersecurity"],"notes":["Portfolio: Digital Single Market"],"location":["Tallinn (Estonia)"],"address":["Tallinn (Estonia)"],"addressEntity":["addr-2f0a1e929f71a50f4773c900a5f7fdfdc16a276b"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-0801162959-21","ec-person-91ca0921c6790191daa54427311acd63035e7c9e"]}} -{"id":"ec-meeting-2017-05-31-54a34e4fab3e5d99915c42260b59f419639ab748","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-31 - Cabinet of Vice-President Cecilia Malmström x Nordea Bank Abp SEB Kort Bank AB"],"date":["2017-05-31"],"summary":["Regulatory Technical Standard (RTS) on Strong Customer Authentication (SCA) and Secure Communication (SC)"],"notes":["Portfolio: Trade"],"location":["Brussels, Belgium."],"address":["Brussels, Belgium."],"addressEntity":["addr-33bd2d1a8be5ca867aa9c0e8d89d1cd6a1a28684"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-107779213747-53","eu-tr-238555627326-02","ec-person-5d4088e1913284a765aed8445f448f6ff341f1b3"]}} -{"id":"ec-meeting-2017-05-31-5a7e95c148e46394ab8217f1dc110c1b32337abf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-31 - Cabinet of Vice-President Valdis Dombrovskis x London Stock Exchange Group"],"date":["2017-05-31"],"summary":["CMU; EMIR review"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-550494915045-08","ec-person-eec82261c60167b261e56ad1e2bfb4c482db6191"]}} -{"id":"ec-meeting-2017-05-31-5ef1fe7ec833239b39871259d659c5d2d097b236","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-31 - Cabinet of Commissioner Tibor Navracsics x PRS for Music"],"date":["2017-05-31"],"summary":["Digital Single Market"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-49f31dad10f5641cb1d1e4c3107dd838389e8120","eu-tr-798071410461-65"]}} -{"id":"ec-meeting-2017-05-31-66a74db3af894f76cf1091184e137a4a8e525754","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-31 - Cabinet of Vice-President Günther Oettinger x Verband der Automobilindustrie"],"date":["2017-05-31"],"summary":["future of automotive industry"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-95574664768-90","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2017-05-31-7eb3bfcdb88b052a9182dd8a49939cb2102d39bf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-31 - Cabinet of Vice-President Miguel Arias Cañete x EUREC- The association of European Renewable Energy Research Centres"],"date":["2017-05-31"],"summary":["Publication Renewable Energy Research and Innovation"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-8156981516-21","ec-person-25a937c04cd0a0ddcf5cf34798e76b5105854114"]}} -{"id":"ec-meeting-2017-05-31-85c7d086d47d436b86600ccf668f0e8b05cb814b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-31 - Cabinet of Vice-President Miguel Arias Cañete x Uber"],"date":["2017-05-31"],"summary":["Sustainable urban mobility"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-002278013515-26","ec-person-25a937c04cd0a0ddcf5cf34798e76b5105854114"]}} -{"id":"ec-meeting-2017-05-31-8fc56436d8ef639171c953e445075731eaf084eb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-31 - Communications Networks, Content and Technology x Microsoft Corporation"],"date":["2017-05-31"],"summary":["Cybersecurity"],"location":["Tallinn"],"address":["Tallinn"],"addressEntity":["addr-eaaa98c29bbb4b0a508515a16c8b783a19a2a3df"],"organizer":["ec-dg-connect"],"involved":["eu-tr-0801162959-21","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2017-05-31-9e214ba6be529b77d4306180be0f37bd759d15e9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-31 - Cabinet of Commissioner Christos Stylianides x Open Society European Policy Institute"],"date":["2017-05-31"],"summary":["Refugee Crisis"],"notes":["Portfolio: Humanitarian Aid & Crisis Management"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-christos-commissioner-of-stylianides"],"involved":["ec-person-cdd689bd079714522dad472ea4446b0fcc660d8f","eu-tr-8557515321-37"]}} -{"id":"ec-meeting-2017-05-31-9ea99f81cdcefd9c1d02bea5bd693b578d2cc1c3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-31 - Secretariat-General x Bureau Brussels Consulting"],"date":["2017-05-31"],"summary":["EnergyClimate - Infrastructure"],"location":["The Hague, Netherlands"],"address":["The Hague, Netherlands"],"addressEntity":["addr-7bf6887993847be7d951fc0746e5ddf85e182596"],"organizer":["ec-dg-sg"],"involved":["eu-tr-10944091576-90","ec-person-6aa97634438bb481caaf90d7277bdc0b062d44fb"]}} -{"id":"ec-meeting-2017-05-31-d6f43dbd527ffb77b1dc31d7c0b442afb2975335","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-31 - Cabinet of Vice-President Neven Mimica x Bloomberg L.P."],"date":["2017-05-31"],"summary":["Bloomberg's activities and possibilities for joint cooperation"],"notes":["Portfolio: International Cooperation & Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-mimica-neven-of-president-vice"],"involved":["eu-tr-272910022778-05","ec-person-fb34eddb2ee7d6b0c0bfdb52a4456e71ca8dd53c","ec-person-e90858f5aba78fd0e1cb2f757c3f38d55d91f98b"]}} -{"id":"ec-meeting-2017-05-31-e7ddb20c85479dbb8037321518c17268a53a427b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-05-31 - Cabinet of Vice-President Günther Oettinger x Unternehmerverbände Niedersachsen e.V."],"date":["2017-05-31"],"summary":["Industry 4.0"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-982314713326-16","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2017-06-01-21626fa57d43af8eb326e82fac339e7e64e43b63","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-01 - Communications Networks, Content and Technology x Data, AI and Robotics (DAIRO) AISBL"],"date":["2017-06-01"],"summary":["Progress, positioning and strategy of the Big Data Value Public Private Partnership (BDV PPP) - Big Data Value cPPP (status, cPPP contribution to the European Innovation and Industrial policies, DG Connect’s vision for this cPPP, BDV cPPP in H2020 LEIT WP2018-2020)- Future Challenges to develop the European Data Economy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-042849916153-53","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2017-06-01-2aaf9ac43b31d9249595ef7ae35a801201b93529","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-01 - Cabinet of Vice-President Andrus Ansip x Spotify"],"date":["2017-06-01"],"summary":["platforms, copyright, geoblocking"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-365747616583-15","ec-person-91ca0921c6790191daa54427311acd63035e7c9e"]}} -{"id":"ec-meeting-2017-06-01-3b0c4fa76382d28ec752cd2a05013291f701a5ce","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-01 - Cabinet of Vice-President Maroš Šefčovič x American Chamber of Commerce to the European Union"],"date":["2017-06-01"],"summary":["EU-US climate relations"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-3bf48630444ace93d407e52eb880e64d480f75ce","eu-tr-5265780509-97"]}} -{"id":"ec-meeting-2017-06-01-3f5f4df45d4510a201b19860da9b1d153b01fb05","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-01 - Cabinet of President Jean-Claude Juncker x European Publishers Council"],"date":["2017-06-01"],"summary":["Digital Single Market"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-4456380381-30","ec-person-44a061693f35519551be0e3dab996e76ad3f8c7c"]}} -{"id":"ec-meeting-2017-06-01-45c5e05aa8269906798e996e34e400a74da5c541","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-01 - Cabinet of Vice-President Jyrki Katainen x International Securities Lending Assn"],"date":["2017-06-01"],"summary":["Securities and the CMU"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-575888466-70","ec-person-955e8c493ab54847bb92b65986f56a401f8eabee"]}} -{"id":"ec-meeting-2017-06-01-4ccfcba7e483cd73bfb82c0eaf504b2fb07aae4e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-01 - Cabinet of President Jean-Claude Juncker x International Capital Strategies LLC"],"date":["2017-06-01"],"summary":["Developments in the US"],"notes":["Portfolio: President"],"location":["Brussels Belgium"],"address":["Brussels Belgium"],"addressEntity":["addr-61947d7d2c69c0b8f57325bd044f500c5fc6df48"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-c402e34a99fbee730ae22e3b1958e21c94dc6fcc","ec-person-80c6995ad1cd6aefa72f1bf440b17b6d8c6dd4b8","eu-tr-734454815679-40"]}} -{"id":"ec-meeting-2017-06-01-55b7eb011ac0cd71360e35808cfed9cdd13ff87d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-01 - Financial Stability, Financial Services and Capital Markets Union x Deutsche Bank AG"],"date":["2017-06-01"],"summary":["State of play financial services"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-271912611231-56","ec-person-bdee7a93f95c8ef05079539170139b3c02e8ed96"]}} -{"id":"ec-meeting-2017-06-01-5dad487337e60dbb412c08aeaf5980cd56866274","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-01 - Cabinet of Commissioner Corina Crețu x EURODOM"],"date":["2017-06-01"],"summary":["Outermost Regions trade aspects, situation in Guiana"],"notes":["Portfolio: Regional Policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-corina-cretu-of"],"involved":["ec-person-f5bd4d5d0170028815aba56ee7d4883f0fd70f47","eu-tr-28418016649-41"]}} -{"id":"ec-meeting-2017-06-01-6461d9874e1c55824cc7c352ae4b952c5c5b08ae","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-01 - Cabinet of Commissioner Phil Hogan x Banking & Payments Federation Ireland"],"date":["2017-06-01"],"summary":["Retail, Wholesale and Payments Sectors"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-981559116223-93","ec-person-ff8342dedc26701400fcb7dcf73fbee50a837ac6"]}} -{"id":"ec-meeting-2017-06-01-84866c58ee885d25ecc207182c6ea768e6830ffb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-01 - Cabinet of Vice-President Valdis Dombrovskis x Open Society European Policy Institute"],"date":["2017-06-01"],"summary":["Future of Eurozone"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-8557515321-37","ec-person-f6170dbdd732fc460a713b82b57759ac5e77fdc6","ec-person-b3851773e6fffa3f8f2c4483b70f7bb63da8a4c3","ec-person-a9eda2e8ea54b70a968327672c6cada679d3cd56"]}} -{"id":"ec-meeting-2017-06-01-89452af7744ebaddf61293bc16dae4b745115aa8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-01 - Cabinet of Vice-President Karmenu Vella x European Recycling Industries' Confederation"],"date":["2017-06-01"],"summary":["Circular Economy"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["eu-tr-764633015511-42","ec-person-4ff7c27445db4ad88e687776974fd8d077a1fe0c"]}} -{"id":"ec-meeting-2017-06-01-8f81c99be07748a02d352b32f5be2304f689037e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-01 - Cabinet of Vice-President Valdis Dombrovskis x Banking & Payments Federation Ireland"],"date":["2017-06-01"],"summary":["Banking Union; CMU, EU Economic, Monetary and Financial Services agenda"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-48f31156d932641826e09f5b73f074d35ff05786","eu-tr-981559116223-93","ec-person-a9eda2e8ea54b70a968327672c6cada679d3cd56"]}} -{"id":"ec-meeting-2017-06-01-9eb2837821c0c54af15c824ff685f2995c398d03","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-01 - Cabinet of Vice-President Valdis Dombrovskis x Franklin Resources Inc."],"date":["2017-06-01"],"summary":["MiFID2; CMU; International Regulatory Cooperation"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-042053818845-45","ec-person-48f31156d932641826e09f5b73f074d35ff05786","ec-person-a9eda2e8ea54b70a968327672c6cada679d3cd56"]}} -{"id":"ec-meeting-2017-06-01-b7317901a7013f2bcc6b824ab2bcf36da2256caa","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-01 - Cabinet of President Jean-Claude Juncker x United Internet AG"],"date":["2017-06-01"],"summary":["Digital Single Market"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-44a061693f35519551be0e3dab996e76ad3f8c7c","eu-tr-31650149406-33"]}} -{"id":"ec-meeting-2017-06-01-bc67f8a262524ed72b1603c625a19466b6f75c0c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-01 - Cabinet of Vice-President Jyrki Katainen x Facebook Ireland Limited"],"date":["2017-06-01"],"summary":["Current DSM issues"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-c50e8c2cc390c5efb0626988d173bc6758459e0f","eu-tr-28666427835-74"]}} -{"id":"ec-meeting-2017-06-01-bd9f233b30e6449335048231cefe79933ddb39eb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-01 - Cabinet of Vice-President Miguel Arias Cañete x Cooperativas Agro-alimentarias de España"],"date":["2017-06-01"],"summary":["Discurso a la Asamblea General Ordinaria"],"notes":["Portfolio: Climate Action & Energy"],"location":["Madrid"],"address":["Madrid"],"addressEntity":["addr-7a2191964a3d7521269f0068afae6b6116bac15d"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-3191855142-12","ec-person-2229c857664a22dcb8eee79a8c05841fd3d0924f"]}} -{"id":"ec-meeting-2017-06-01-c7bbf88d2b8ef2be4ea87d6c458938e7bebdf44e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-01 - Task Force for Relations with the United Kingdom x Verband der Automobilindustrie"],"date":["2017-06-01"],"summary":["Meeting with the Task Force for the Preparation and Conduct of the Negotiations with the United Kingdom under Article 50 TEU"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-uktf"],"involved":["eu-tr-95574664768-90","ec-person-864cfa5fbc9b02a079ffbab1107f252c7bb08478"]}} -{"id":"ec-meeting-2017-06-01-cbb4accfdfaf25fd34d8da7e8d9bad0826ca67fe","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-01 - Cabinet of First Vice-President Frans Timmermans x Open Society European Policy Institute"],"date":["2017-06-01"],"summary":["NGO Laws in Hungary"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-8557515321-37","ec-person-966667b73d92624be9bb019c2baab7e52331b3d3"]}} -{"id":"ec-meeting-2017-06-01-d6a6ceea9579c12b320242a6c662fcf17ae5089c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-01 - Cabinet of Commissioner Tibor Navracsics x Stredná odborná škola - Szakközépiskola, Hlavná 54, Moldava nad Bodvou"],"date":["2017-06-01"],"summary":["School situation of Roma in Slovakia"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["eu-tr-429047025681-13","ec-person-1da7ee09d46288ee4ea9db2b644bdcf9c3d6d000"]}} -{"id":"ec-meeting-2017-06-01-d79da128702fc889d0649e1a412cbd3b1938562d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-01 - Cabinet of Vice-President Andrus Ansip x Coordination of European Picture Agencies Press Stock Heritage European Visual Artists International Federation of Reproduction Rights Organisations Federation of European Publishers"],"date":["2017-06-01"],"summary":["Copyright: Framing"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-37740186466-03","eu-tr-121604011075-40","eu-tr-398541467-53","ec-person-6a03bc4fa7657513ea34529e98dba0671ef4c849","eu-tr-197834213050-71"]}} -{"id":"ec-meeting-2017-06-01-d88c110351e3c3a1caa6dd32e3948f161c4de92d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-01 - Cabinet of High Representative / Vice-President Federica Mogherini x Human Rights Watch"],"date":["2017-06-01"],"summary":["Human rights situation in Russia"],"notes":["Portfolio: Foreign Affairs and Security Policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"involved":["ec-person-97549b50ce25e488bb1c03d83cfb838cd4fdf293","eu-tr-56362448807-46"]}} -{"id":"ec-meeting-2017-06-01-d936112864f45882f0b16428e79b3c8200d6dc9b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-01 - Cabinet of Commissioner Marianne Thyssen x EUROPEAN TRADE UNION CONFEDERATION"],"date":["2017-06-01"],"summary":["Social and employment policy in Europe"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["ec-person-7567514af00f139b390cf9864d28a090ca0fde25","eu-tr-06698681039-26"]}} -{"id":"ec-meeting-2017-06-01-e1afa6b442700fb8ff1d5f3920b1dd51df0525dc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-01 - Cabinet of Vice-President Jyrki Katainen x The Alliance for Beverage Cartons and the Environment Tetra Pak Group"],"date":["2017-06-01"],"summary":["Circular economy"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-0da85dc48012e26688310a59a0b51727ea68f410","eu-tr-57004293853-27","eu-tr-7574443768-34"]}} -{"id":"ec-meeting-2017-06-01-f366014a5c39db8ad2248c899ad94f33900c7202","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-01 - Cabinet of Commissioner Julian King x CONFCOMMERCIO - IMPRESE PER L'ITALIA"],"date":["2017-06-01"],"summary":["Secuity"],"notes":["Portfolio: Security Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-julian-king-of"],"involved":["eu-tr-04877777421-88","ec-person-7bf4bf39d5d06955fc37d23e107675489c4e8729"]}} -{"id":"ec-meeting-2017-06-02-0d1a952995b93a4fce22105f4800013c37db9300","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-02 - Cabinet of Vice-President Maroš Šefčovič x ENGIE"],"date":["2017-06-02"],"summary":["Gas market in Hungary"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-90947457424-20","ec-person-2be517b9261a91f2f07e05ec14c6331980e9716e"]}} -{"id":"ec-meeting-2017-06-02-27088bbd1a0bbe9f7b738b16811136280311f159","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-02 - Cabinet of Commissioner Elżbieta Bieńkowska x Stichting European Climate Foundation"],"date":["2017-06-02"],"summary":["industrial strategy"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-64869491516-70","ec-person-b2f9be51339f054477846797e2c119fcf16548fc"]}} -{"id":"ec-meeting-2017-06-02-37923b7e9d4d39606f3d430dabd474e047383920","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-02 - Cabinet of Commissioner Marianne Thyssen x European Policy Centre Social Progress Imperative"],"date":["2017-06-02"],"summary":["Presentation of policy paper entitled \"Achieving Social Triple A: What Role for EU Cohesion Policy?\""],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["eu-tr-89632641000-47","ec-person-5a49eb89125b4b5d1125b3925bbb64aba1bea2b3","eu-tr-771713924589-06","ec-person-c508e9337eca6b067c1f966b82de49c4824a3ad0"]}} -{"id":"ec-meeting-2017-06-02-3f39d9c6505731011e3282e8e165fc211fa099ec","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-02 - Cabinet of Vice-President Jyrki Katainen x EUROPEAN APPAREL AND TEXTILE CONFEDERATION"],"date":["2017-06-02"],"summary":["Preparatory meeting for the Euratex General Assembly 8th June and Circular Economy"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-7824139202-85","ec-person-0da85dc48012e26688310a59a0b51727ea68f410"]}} -{"id":"ec-meeting-2017-06-02-78ef585d68ef9c18a06174c80597e32fed0bc7bc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-02 - Cabinet of Commissioner Corina Crețu x COBATY International"],"date":["2017-06-02"],"summary":["EU support to Outermost Regions, in particular Guiana"],"notes":["Portfolio: Regional Policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-corina-cretu-of"],"involved":["ec-person-f5bd4d5d0170028815aba56ee7d4883f0fd70f47","eu-tr-83141557347-02"]}} -{"id":"ec-meeting-2017-06-02-984221426038892d32bd71edbaa4a18520da51f8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-02 - Cabinet of Commissioner Carlos Moedas x Magellan - European Affairs Consultancy"],"date":["2017-06-02"],"summary":["project TRA 2020"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["eu-tr-229665518359-03","ec-person-a45151b401196e9c374c9acdada9d8840da271ad"]}} -{"id":"ec-meeting-2017-06-02-a1300f5ef7bfc8c5c22a37671c654d2b7113de73","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-02 - Cabinet of Vice-President Valdis Dombrovskis x Secretariat of COMECE (Commission of the Episcopates of the European Union)"],"date":["2017-06-02"],"summary":["EMU reflection paper"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-47350036909-69","ec-person-f376b1eca739c662d2385062249507f23f4ca67e"]}} -{"id":"ec-meeting-2017-06-02-a34dd8e80b84f8bb38ad59ea461713b50e647b2b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-02 - Cabinet of Commissioner Carlos Moedas x BUSINESSEUROPE"],"date":["2017-06-02"],"summary":["BusinessEurope Position Paper on european research funding"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-b8d49828915f9008e764a78796d47ea00807a658","ec-person-23980b2bc4fd9c82051d0f7888dc236b2f764866","eu-tr-3978240953-79"]}} -{"id":"ec-meeting-2017-06-02-da5e79b1b851ae6d89181ff14dcb71be296b4ca3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-02 - Cabinet of Vice-President Valdis Dombrovskis x BANCO BILBAO VIZCAYA ARGENTARIA"],"date":["2017-06-02"],"summary":["introduction of Center for Financial Education and Capabilities, Financial Education Summit"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-090350412968-04","ec-person-537401fc0be04984531b83660f416bf2fe14fbd8"]}} -{"id":"ec-meeting-2017-06-02-e496cc444ed8beb4d56b043dea05995a3c351cfd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-02 - Cabinet of Vice-President Cecilia Malmström x BUSINESSEUROPE"],"date":["2017-06-02"],"summary":["12th EU-China Business Summit"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-19b143e83f8ab978c55c8a9a9e49e06dbfa14bf3","eu-tr-3978240953-79"]}} -{"id":"ec-meeting-2017-06-03-7e2aacb681895251b640ac571d741c4fb3baacc1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-03 - Cabinet of Commissioner Violeta Bulc x Deloitte LLP"],"date":["2017-06-03"],"summary":["Meeting with Deloitte Belgium"],"notes":["Portfolio: Transport"],"location":["Ljubljana"],"address":["Ljubljana"],"addressEntity":["addr-be95acba75b6b18917b2638aae79ec1300c77c35"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-70969654430-75","ec-person-4d2b449b5047ea3fda435a2a1c1081e3babcdf76"]}} -{"id":"ec-meeting-2017-06-05-263292c543162bcf2b8d7dbb9033b95d29e5a6c4","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2017-06-05 - Cabinet of Vice-President Valdis Dombrovskis x Latvijas Finanšu nozares asociācija"],"date":["2017-06-05"],"summary":["FINTECH CONSULTATION DOCUMENT","Fintech Consultation paper"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Riga"],"address":["Riga"],"addressEntity":["addr-e98260de43e8b705667726783aef78b8badb67e7"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-481610819779-94","ec-person-a9eda2e8ea54b70a968327672c6cada679d3cd56"]}} -{"id":"ec-meeting-2017-06-05-6182715b697bcd779b06a342883fa1305e0da02e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-05 - Cabinet of Vice-President Valdis Dombrovskis x Ārvalstu investoru padome Latvijā"],"date":["2017-06-05"],"summary":["European Semester CSR and investment climate"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Riga"],"address":["Riga"],"addressEntity":["addr-e98260de43e8b705667726783aef78b8badb67e7"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-771458019273-80","ec-person-a9eda2e8ea54b70a968327672c6cada679d3cd56"]}} -{"id":"ec-meeting-2017-06-06-0764b5088f625f3389f48a53823ddc926d115d22","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-06 - Cabinet of Vice-President Maroš Šefčovič x STEAG GmbH"],"date":["2017-06-06"],"summary":["Winter Package"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-3bf48630444ace93d407e52eb880e64d480f75ce","eu-tr-249473410586-30"]}} -{"id":"ec-meeting-2017-06-06-0bd7c4fd6313f121d6ab6161fbb72b053dd17d6d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-06 - Cabinet of Vice-President Andrus Ansip x Huawei Technologies"],"date":["2017-06-06"],"summary":["Telecoms policy, 5G, IoT"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0","ec-person-6a03bc4fa7657513ea34529e98dba0671ef4c849","eu-tr-114467111412-38"]}} -{"id":"ec-meeting-2017-06-06-0e3ed06b630d846cd1b82d047d8202bdad072967","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-06 - Cabinet of Vice-President Andrus Ansip x Internet Society"],"date":["2017-06-06"],"summary":["NGI, digital and development, platforms"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-953701819437-32","ec-person-6a03bc4fa7657513ea34529e98dba0671ef4c849","ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0"]}} -{"id":"ec-meeting-2017-06-06-17f2c4ab791caccd31fe8990953e80aed72d85d5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-06 - Cabinet of Vice-President Günther Oettinger x Huawei Technologies"],"date":["2017-06-06"],"summary":["DSM"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-114467111412-38","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2017-06-06-18bf4e41c41e8c3ea2f04e84be945ba23c93be59","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-06 - Internal Market, Industry, Entrepreneurship and SMEs x Saab AB"],"date":["2017-06-06"],"summary":["Meeting to discuss the implementation of the European Defence Action Plan and the Commission proposals for a defence fund."],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-grow"],"involved":["ec-person-60a3d0d628d231b41af1d0c65607b0fd78ca4edc","eu-tr-86477889163-49"]}} -{"id":"ec-meeting-2017-06-06-27ae6b11ff4844c44d47696128ec2a8eb7ec98b1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-06 - Cabinet of President Jean-Claude Juncker x Saab AB"],"date":["2017-06-06"],"summary":["Juncker Plan and future of Europe"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-c402e34a99fbee730ae22e3b1958e21c94dc6fcc","eu-tr-86477889163-49"]}} -{"id":"ec-meeting-2017-06-06-3067fd11e8b35c22d31522aa6ed5de8b4cabb334","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-06 - Cabinet of Vice-President Cecilia Malmström x Unilever"],"date":["2017-06-06"],"summary":["Trade's contribution to the Sustainable Development Goals / sustainability standards."],"notes":["Portfolio: Trade"],"location":["Brusssels"],"address":["Brusssels"],"addressEntity":["addr-d87e4e3908f82473ed813ca5f132993797b061f4"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-20ded9db5df11164331bb161fdf234b1e5ad53fd","ec-person-0e574d9526c0834ba7e67064cd6ec19a4a2460b9","eu-tr-6200524920-25"]}} -{"id":"ec-meeting-2017-06-06-410d3d901789e3db227f4d452e4d29d63603b5e6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-06 - Cabinet of First Vice-President Frans Timmermans x Unilever"],"date":["2017-06-06"],"summary":["Sustainable Development Goals"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["ec-person-966667b73d92624be9bb019c2baab7e52331b3d3","eu-tr-6200524920-25"]}} -{"id":"ec-meeting-2017-06-06-59e29088b6a988f93271120a02c8c26c6461b39e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-06 - Cabinet of Commissioner Elżbieta Bieńkowska x Blic Oy Pohjolan Voima Oyj"],"date":["2017-06-06"],"summary":["EU energy policy"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-687078815005-93","eu-tr-287403519124-60","ec-person-b2f9be51339f054477846797e2c119fcf16548fc","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2017-06-06-7443fbea7ad47cf16f0e9ea2b3c020d9a68406ce","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-06 - Cabinet of Commissioner Phil Hogan x Confederation of British Industry"],"date":["2017-06-06"],"summary":["Preparation for meeting with CBI DG and Commissioner Hogan in July on UK-Ireland/EU relations"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels, BERL"],"address":["Brussels, BERL"],"addressEntity":["addr-3c3fa5f92474ebac668808553fbab6d1c14aa243"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-73725676990-18","ec-person-400dd8d59d3060187d9b9b143d697da1a3d03c12","ec-person-7d3caa534e5cdda6d5b949bd4b2def39356e3bec"]}} -{"id":"ec-meeting-2017-06-06-7f94378ec408478374d21c08940b1c15918e663f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-06 - Cabinet of Vice-President Johannes Hahn x EuroMed Rights / EuroMed Droits"],"date":["2017-06-06"],"summary":["Situation in Israel/Palestine"],"notes":["Portfolio: European Neighbourhood Policy & Enlargement Negotiations"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-hahn-johannes-of-president-vice"],"involved":["ec-person-643595d3a737c63fc95146b51292a4684ed1ca75","eu-tr-18343956476-47"]}} -{"id":"ec-meeting-2017-06-06-80bb1b6ac35fc0ae75d49dfcc7997fa281556d17","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-06 - Cabinet of Vice-President Miguel Arias Cañete x Transport and Environment (European Federation for Transport and Environment)"],"date":["2017-06-06"],"summary":["low emission mobility package"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd","eu-tr-58744833263-19"]}} -{"id":"ec-meeting-2017-06-06-8286e8e6a6f941e2cef7d844b6b5f88ec3548ca4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-06 - Cabinet of Vice-President Günther Oettinger x EKD-Büro Brüssel / EKD-Office Brussels"],"date":["2017-06-06"],"summary":["Presentation of RNE"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911","eu-tr-61973396926-78"]}} -{"id":"ec-meeting-2017-06-06-8e5d520180601cb7250f4950aeae3797dbb67b33","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-06 - Climate Action x ExxonMobil Petroleum & Chemical"],"date":["2017-06-06"],"summary":["International climate action / Paris Agreement"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-clima"],"involved":["ec-person-44c2f44f96dda2012bcb4e9abc749f6cae86a4c0","eu-tr-0745650927-75"]}} -{"id":"ec-meeting-2017-06-06-8f13a9032fe696a43d817c1298b8bf66bae4dbf5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-06 - Cabinet of Vice-President Andrus Ansip x Flint Europe"],"date":["2017-06-06"],"summary":["DSM"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-3ca0c466b8ff230d4409591430b388007ce14ff8","eu-tr-718251720163-42","ec-person-91ca0921c6790191daa54427311acd63035e7c9e"]}} -{"id":"ec-meeting-2017-06-06-9903faf071c11aa917c85f4ba73d96537e23c3b7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-06 - Cabinet of Vice-President Andrus Ansip x Verizon Communications Inc"],"date":["2017-06-06"],"summary":["5G, telecom review, e-privacy"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-666bc159c7e65a3af9e63c1e97435c02f1496955","eu-tr-814154216145-16"]}} -{"id":"ec-meeting-2017-06-06-9ff4aba1adb03c91982b29fee43935a3338c8a8d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-06 - Cabinet of Vice-President Jyrki Katainen x Saab AB"],"date":["2017-06-06"],"summary":["Defence preparatory actions"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-3775b7be791f90ed462b9071c9ae596b80d71bca","eu-tr-86477889163-49"]}} -{"id":"ec-meeting-2017-06-06-a98b0ba99e3e05c03a5b08a63e8176ee4578c52d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-06 - Cabinet of Commissioner Carlos Moedas x Conselho de Reitores das universidades portuguesas Crue universidades españolas"],"date":["2017-06-06"],"summary":["Position Paper of CRUE/CRUP on the next Framework Programme"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["eu-tr-688867827027-92","ec-person-01051f0f33bfdc2ecc41873c02cae666c5e0d099","ec-person-23980b2bc4fd9c82051d0f7888dc236b2f764866","eu-tr-071771920040-91"]}} -{"id":"ec-meeting-2017-06-06-abd29c8b7a84e69d8a65b8b7d8490aa07021bfd4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-06 - Cabinet of Vice-President Andrus Ansip x None"],"date":["2017-06-06"],"summary":["Cybersecurity"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-3ca0c466b8ff230d4409591430b388007ce14ff8","eu-tr-467615113800-87","eu-tr-150999124671-53"]}} -{"id":"ec-meeting-2017-06-06-b73cb358ca33d3a871e8f3d759ebaf4b67bb419c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-06 - Cabinet of Commissioner Julian King x Huawei Technologies"],"date":["2017-06-06"],"summary":["Cybersecurity"],"notes":["Portfolio: Security Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-julian-king-of"],"involved":["ec-person-37c79733647a2293d1e96e976d3a72c6b707cb4c","eu-tr-114467111412-38"]}} -{"id":"ec-meeting-2017-06-06-b79bbe87a854d34de7dfb64366a437dd29b6dfa3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-06 - Cabinet of Vice-President Valdis Dombrovskis x American Chamber of Commerce to the European Union"],"date":["2017-06-06"],"summary":["clarification of topics to be discussed with the upcoming meeting with VP Dombrovskis"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-5265780509-97","ec-person-537401fc0be04984531b83660f416bf2fe14fbd8"]}} -{"id":"ec-meeting-2017-06-06-ba1642d4c6cd094ee3dc13d2338f288f165b4c44","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-06 - Cabinet of Commissioner Julian King x Confederation of European Security Services"],"date":["2017-06-06"],"summary":["security matters"],"notes":["Portfolio: Security Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-julian-king-of"],"involved":["eu-tr-61991787780-18","ec-person-37c79733647a2293d1e96e976d3a72c6b707cb4c"]}} -{"id":"ec-meeting-2017-06-06-bd811c97f6c36d3a95b930973af719f5f3d28804","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-06 - Cabinet of Vice-President Miguel Arias Cañete x Pohjolan Voima Oyj"],"date":["2017-06-06"],"summary":["Changing EU energy policy and competiveness of electricity generation"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-287403519124-60","ec-person-95f883d5d0d484088f26191a8fea8553d674dfbe"]}} -{"id":"ec-meeting-2017-06-06-c7c29ecd934674e0eceda3c587c0f2bbf690a725","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-06 - Cabinet of President Jean-Claude Juncker x Deutscher Sparkassen-und Giroverband"],"date":["2017-06-06"],"summary":["Speech on the European Banking Policy"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-62379064909-15","ec-person-c402e34a99fbee730ae22e3b1958e21c94dc6fcc"]}} -{"id":"ec-meeting-2017-06-06-ceb02203d06f7225a5bbe0d99206dabb29d14d1b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-06 - Cabinet of Commissioner Violeta Bulc x Association of European Automotive and Industrial Battery Manufacturers"],"date":["2017-06-06"],"summary":["Discussion on launch of 2030 Battery Strategy for Europe"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-e14c58f620f40325d829df7be0823280307bc15f","eu-tr-39573492614-61"]}} -{"id":"ec-meeting-2017-06-06-d1d07988cbacc4c1781a6c5ee5faf26dad25b314","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-06 - Cabinet of President Jean-Claude Juncker x Vanguard International and Government Affairs"],"date":["2017-06-06"],"summary":["Capital Markets Union"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-805061923162-03","ec-person-c402e34a99fbee730ae22e3b1958e21c94dc6fcc"]}} -{"id":"ec-meeting-2017-06-06-d6587dde4ed8ac1ebf28baa1f31cfc52928b83dd","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2017-06-06 - Cabinet of Vice-President Valdis Dombrovskis x UniCredit"],"date":["2017-06-06"],"summary":["Bancking Package; Basel IV; CMU; EU cross-border banks"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-03094871618-32","ec-person-48f31156d932641826e09f5b73f074d35ff05786","ec-person-a9eda2e8ea54b70a968327672c6cada679d3cd56"]}} -{"id":"ec-meeting-2017-06-06-e96e285a29d7109e8f28ba5ba4235d8c4ae798d9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-06 - Cabinet of Vice-President Jyrki Katainen x Blic Oy Pohjolan Voima Oyj"],"date":["2017-06-06"],"summary":["Future of Europe energy policy"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-687078815005-93","ec-person-f9208d930adc70c6c64e21701e48f85f6f18e949","eu-tr-287403519124-60"]}} -{"id":"ec-meeting-2017-06-07-0853cc63b16f27592b84dd871dc66b25c69169e3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-07 - Cabinet of Commissioner Marianne Thyssen x PwCIL Association of Chartered Certified Accountants"],"date":["2017-06-07"],"summary":["Jobs of tomorrow: what educational skills do we need?"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["EP"],"address":["EP"],"addressEntity":["addr-00c1bff9de8d4fc009abbfd696151a6d58535852"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["ec-person-ce19440eacb8fd67f534bdbcce33a1c4cedfd071","eu-tr-60402754518-05","eu-tr-4227861124-34"]}} -{"id":"ec-meeting-2017-06-07-09f379ba82fdf9281fdbdc29f7ef6e0524cad0f4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-07 - Cabinet of Vice-President Andrus Ansip x Centre for Democracy & Technology, Europe"],"date":["2017-06-07"],"summary":["NetzDG"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-5db7bdd1c81da2e70eb5b982097d0004111b5c3e","eu-tr-57305017757-64","ec-person-91ca0921c6790191daa54427311acd63035e7c9e"]}} -{"id":"ec-meeting-2017-06-07-0abe00128a62b00e72f98a1fa6f0a9da76df8cb4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-07 - Cabinet of Commissioner Violeta Bulc x Hume Brophy Thomas Cook Group"],"date":["2017-06-07"],"summary":["European travel and tourism industry"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-3843982938-44","ec-person-9d4dc4867a44dfe10f67ae7ee1706da3e8b48a24","eu-tr-75615285927-45"]}} -{"id":"ec-meeting-2017-06-07-1d5a109b36fd1a52c3e6f050d0ef41b4eeab138e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-07 - Cabinet of Vice-President Miguel Arias Cañete x Interel European Affairs"],"date":["2017-06-07"],"summary":["Energy efficiency"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-7028457765-59","ec-person-25a937c04cd0a0ddcf5cf34798e76b5105854114"]}} -{"id":"ec-meeting-2017-06-07-21afd4ae5f1ce10b6d03c6401b7f0e025afafa11","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-07 - Cabinet of Vice-President Valdis Dombrovskis x Swiss Finance Council"],"date":["2017-06-07"],"summary":["the EU sustainable finance strategy in the wider context of the Capital Markets Union"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-858716912337-17","ec-person-537401fc0be04984531b83660f416bf2fe14fbd8"]}} -{"id":"ec-meeting-2017-06-07-268e823413edcb57ae7488800a9914e3da287ea0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-07 - Cabinet of Vice-President Günther Oettinger x IBM Corporation"],"date":["2017-06-07"],"summary":["DSM"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-7721359944-96","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2017-06-07-330b5396e455fc3f07d85648c940c86172901c1b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-07 - Cabinet of Commissioner Carlos Moedas x Ocean Energy Europe"],"date":["2017-06-07"],"summary":["tidal energy development"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-0a716bf5253e913fc40ebf14c12f30dc2e7a06ee","eu-tr-264048311507-68"]}} -{"id":"ec-meeting-2017-06-07-367c480f131a95975fa4386d43b7263979330e8c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-07 - Cabinet of Vice-President Valdis Dombrovskis x Stichting Lezen & Schrijven"],"date":["2017-06-07"],"summary":["Skills Agenda, European Semester"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-1f98d05bdaed2c40396781b1eb7b0aa47cb8dd20","eu-tr-658822313443-95"]}} -{"id":"ec-meeting-2017-06-07-49e80b7adcd88b3082ed14443ec4ddaa771e08df","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-07 - Cabinet of Vice-President Andrus Ansip x American Chamber of Commerce to the European Union"],"date":["2017-06-07"],"summary":["Copyright"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-e91c5be432b6b3efdda369792fed67c20b767a45","eu-tr-5265780509-97"]}} -{"id":"ec-meeting-2017-06-07-51cf01788256cb99dfb1af3bc4bf91a1b4a17b32","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-07 - Cabinet of Commissioner Vytenis Andriukaitis x European Alcohol Policy Alliance"],"date":["2017-06-07"],"summary":["Action to address alcohol abuse and harm that it causes"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["eu-tr-01546986656-22","ec-person-97425c615743576adc42e09bee7dac14f83f691b","ec-person-df30d07ef698a52b9948b9c734db39196cf8541f"]}} -{"id":"ec-meeting-2017-06-07-5a04e4262710a97b113457a4eba21162888f1435","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-07 - Cabinet of Vice-President Andrus Ansip x General Electric Company"],"date":["2017-06-07"],"summary":["DSM general, digitalization of industry"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-6a03bc4fa7657513ea34529e98dba0671ef4c849","eu-tr-4016736872-59"]}} -{"id":"ec-meeting-2017-06-07-75a52ccd9e42020a2c14d417284e3af3d4a2aa8d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-07 - Climate Action x ETIP Zero Emissions Platform"],"date":["2017-06-07"],"summary":["Development of the CCS market and expert consultation on the Innovation Fund"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-clima"],"involved":["eu-tr-793300922868-60","ec-person-44c2f44f96dda2012bcb4e9abc749f6cae86a4c0"]}} -{"id":"ec-meeting-2017-06-07-77f4534069fbc907bc8da04ff7c84ad7c7a1bace","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-07 - Cabinet of Vice-President Cecilia Malmström x EuroCommerce"],"date":["2017-06-07"],"summary":["responsible supply chains"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-84973761187-60","ec-person-0e574d9526c0834ba7e67064cd6ec19a4a2460b9"]}} -{"id":"ec-meeting-2017-06-07-7ae79fc57bbf7093fe41ec96108ce8a7d73440ce","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-07 - Cabinet of Vice-President Valdis Dombrovskis x Virtu Financial Ireland Limited"],"date":["2017-06-07"],"summary":["MiFID II / MiFIR; Systematic Internaliser; Prudential Regime"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-942073927339-83","ec-person-eec82261c60167b261e56ad1e2bfb4c482db6191"]}} -{"id":"ec-meeting-2017-06-07-81c47c11be109800d5aba378278d69759a5aa494","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-07 - Cabinet of Commissioner Violeta Bulc x CANSO - Civil Air Navigation Services Organisation Air Traffic Controllers European Unions Coordination European Transport Workers' Federation"],"date":["2017-06-07"],"summary":["aviation package"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-9d4dc4867a44dfe10f67ae7ee1706da3e8b48a24","eu-tr-26986828838-57","eu-tr-473272624831-33","eu-tr-92545571128-74"]}} -{"id":"ec-meeting-2017-06-07-82cb40abb5447a62ee6a895b2ca39b1b0630af65","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-07 - Climate Action x Polish Electricity Association"],"date":["2017-06-07"],"summary":["ongoing ETS revision"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-clima"],"involved":["ec-person-44c2f44f96dda2012bcb4e9abc749f6cae86a4c0","eu-tr-255859710443-50"]}} -{"id":"ec-meeting-2017-06-07-8c84d2ce65220ffb04232774a71418c92d550eef","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-07 - Cabinet of Vice-President Maroš Šefčovič x Trans Adriatic Pipeline"],"date":["2017-06-07"],"summary":["State of play Southern Gas Corridor"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-3bf48630444ace93d407e52eb880e64d480f75ce","eu-tr-570335813082-79"]}} -{"id":"ec-meeting-2017-06-07-9c930ccbf92c863fa32e893b73fab130ce347c6b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-07 - Cabinet of Commissioner Phil Hogan x Fédération des Entreprises du Commerce et de la Distribution"],"date":["2017-06-07"],"summary":["AMTF Report, Food chain supply"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels, BERL 08/323"],"address":["Brussels, BERL 08/323"],"addressEntity":["addr-3ee5160f60cbb83468658c1f997c3b418d5e77e6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-312806014237-16","ec-person-428cf365f3847d04012831ef2642a1a69aed518d"]}} -{"id":"ec-meeting-2017-06-07-a423240d3d66bd4eb70c30d07b62da56cb19fbb4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-07 - Cabinet of Vice-President Miguel Arias Cañete x FTI Consulting Belgium"],"date":["2017-06-07"],"summary":["Gas Infrastructure"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-1831691c10441c5974327bbeb8693d6b6c1e50c3","eu-tr-29896393398-67"]}} -{"id":"ec-meeting-2017-06-07-b02c012bca2eae2b28ac6d5313c299352b445543","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-07 - Cabinet of Vice-President Andrus Ansip x LEGO System A/S"],"date":["2017-06-07"],"summary":["Alliance to better protect minors online and GDPR"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-5db7bdd1c81da2e70eb5b982097d0004111b5c3e","eu-tr-74560896368-94"]}} -{"id":"ec-meeting-2017-06-07-b20316d887402897a3ef42ed7836cc2257b5bf93","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-07 - Cabinet of Vice-President Karmenu Vella x Pohjolan Voima Oyj"],"date":["2017-06-07"],"summary":["Energy and Environment"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["ec-person-4ff7c27445db4ad88e687776974fd8d077a1fe0c","eu-tr-287403519124-60","ec-person-78fb1ad0c02c4fa8497b22edc1233d6be03cf2e5"]}} -{"id":"ec-meeting-2017-06-07-b24a6ba440d64745a9911fe8600863bc9956268a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-07 - Financial Stability, Financial Services and Capital Markets Union x ICI Global"],"date":["2017-06-07"],"summary":["Investments in Europe"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-296711210890-30","ec-person-bdee7a93f95c8ef05079539170139b3c02e8ed96"]}} -{"id":"ec-meeting-2017-06-07-b315f53cf83afa1595c6a476d94bacd114b2b157","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-07 - Cabinet of Commissioner Marianne Thyssen x Fédération Internationale des Footballeurs Professionnelles Division Europe"],"date":["2017-06-07"],"summary":["players' working conditions"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["ec-person-cfb8d8d884367ef98b079fcd883ece7c89ec28e2","eu-tr-797440512350-84"]}} -{"id":"ec-meeting-2017-06-07-c14987bded331553ebe289c2d298accd4c0be7f1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-07 - Cabinet of President Jean-Claude Juncker x Svenska Handelsbanken AB"],"date":["2017-06-07"],"summary":["Capital Markets Union"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-933950717522-28","ec-person-c402e34a99fbee730ae22e3b1958e21c94dc6fcc"]}} -{"id":"ec-meeting-2017-06-07-d99a2d42eb7d3c8c7983591a730e0cc3fe7bae16","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-07 - European Civil Protection and Humanitarian Aid Operations x OXFAM INTERNATIONAL EU ADVOCACY OFFICE"],"date":["2017-06-07"],"summary":["ECHO/Oxfam partnership"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-echo"],"involved":["eu-tr-46856801604-90","ec-person-61ea528d6b7f7cbbd1e55a4a19794b785df35cf9"]}} -{"id":"ec-meeting-2017-06-07-f0f23e2fccc08f9f1c03a2174ffdaa3dd78c4a8f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-07 - Cabinet of Vice-President Valdis Dombrovskis x HSBC Holdings PLC"],"date":["2017-06-07"],"summary":["digitisation of trade/blockchain"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-001866415031-87","ec-person-537401fc0be04984531b83660f416bf2fe14fbd8"]}} -{"id":"ec-meeting-2017-06-07-f5bd2a3073f0c48edde234d1707d19f162ceae88","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-07 - Cabinet of Vice-President Miguel Arias Cañete x ETIP ZEP"],"date":["2017-06-07"],"summary":["SETPLAN/ CCS CCU"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-793300922868-60","ec-person-25a937c04cd0a0ddcf5cf34798e76b5105854114"]}} -{"id":"ec-meeting-2017-06-08-0dcac43d0d365962b6d1deb88d36e9b5dfaa6c5c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-08 - Cabinet of Vice-President Andrus Ansip x VMware International Unlimited Company"],"date":["2017-06-08"],"summary":["Cybersecurity Strategy"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-3ca0c466b8ff230d4409591430b388007ce14ff8","eu-tr-922046321682-57"]}} -{"id":"ec-meeting-2017-06-08-1c74e33de4c72b275cd82ca29fb8c59a1f8294cc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-08 - Cabinet of Commissioner Vytenis Andriukaitis x Compassion in World Farming International"],"date":["2017-06-08"],"summary":["Use of antibiotics in the veterinary sector; Medicated Feed and Veterinary medicines"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["eu-tr-26535516539-45","ec-person-df30d07ef698a52b9948b9c734db39196cf8541f","ec-person-c986c9ff99d99d8006e000db5a8046be615813ae"]}} -{"id":"ec-meeting-2017-06-08-3ded20d245c882e445ac4b10de8decf04e934632","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-08 - Task Force for Relations with the United Kingdom x The Institute of International and European Affairs, Brussels"],"date":["2017-06-08"],"summary":["Meeting with the Task Force for the Preparation and Conduct of the Negotiations with the United Kingdom under Article 50 TEU"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-uktf"],"involved":["eu-tr-866815515160-79","ec-person-864cfa5fbc9b02a079ffbab1107f252c7bb08478"]}} -{"id":"ec-meeting-2017-06-08-41e1beed9f2cde95fc5ca3562c2ac87fe1f03fb2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-08 - Cabinet of Vice-President Andrus Ansip x European Committee for Interoperable Systems"],"date":["2017-06-08"],"summary":["cybersecurity certification"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-3ca0c466b8ff230d4409591430b388007ce14ff8","eu-tr-32238324913-44"]}} -{"id":"ec-meeting-2017-06-08-4fc545cb5ab69059053c69e6a889408d090ea990","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2017-06-08 - Cabinet of Vice-President Miguel Arias Cañete x Eni S.p.A."],"date":["2017-06-08"],"summary":["Gas Infrastructure and Market Design","Eastern Mediterranean gas and clean energy package"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-1831691c10441c5974327bbeb8693d6b6c1e50c3","eu-tr-99578067285-35"]}} -{"id":"ec-meeting-2017-06-08-60b87828bada3d8d3a966cba5ec318cec3460006","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-08 - Cabinet of Vice-President Jyrki Katainen x ICI Global"],"date":["2017-06-08"],"summary":["European Capital Markets"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-296711210890-30","ec-person-955e8c493ab54847bb92b65986f56a401f8eabee"]}} -{"id":"ec-meeting-2017-06-08-6361074057b5cea1aaeccbb426f5be6a61806f51","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-08 - Cabinet of Commissioner Marianne Thyssen x BUSINESSEUROPE"],"date":["2017-06-08"],"summary":["Social and employment policy in Europe"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["eu-tr-3978240953-79","ec-person-7567514af00f139b390cf9864d28a090ca0fde25"]}} -{"id":"ec-meeting-2017-06-08-6852cf28c32627a6a3f4da33651189556100dc3d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-08 - Cabinet of Vice-President Neven Mimica x ENGIE"],"date":["2017-06-08"],"summary":["Renewable Energy in Africa"],"notes":["Portfolio: International Cooperation & Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-mimica-neven-of-president-vice"],"involved":["ec-person-ba51cfc2cb570b2ba23d99869e21cd43fe8cadad","eu-tr-90947457424-20"]}} -{"id":"ec-meeting-2017-06-08-6ff35a90421e5e408c02704ab3436abfc77882c4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-08 - Cabinet of Commissioner Violeta Bulc x Huawei Technologies"],"date":["2017-06-08"],"summary":["Discussion on European projects"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-e14c58f620f40325d829df7be0823280307bc15f","eu-tr-114467111412-38"]}} -{"id":"ec-meeting-2017-06-08-9a8da86a186a1d128edb01a805c3f6c08f4b2b73","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-08 - Cabinet of Commissioner Violeta Bulc x Airlines International Representation in Europe"],"date":["2017-06-08"],"summary":["Presentation of IACA event"],"notes":["Portfolio: Transport"],"location":["Brussles"],"address":["Brussles"],"addressEntity":["addr-e6ba3e89050fdfff2010d3fb9d2fbe42cd1cafd9"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-9d4dc4867a44dfe10f67ae7ee1706da3e8b48a24","eu-tr-686630315059-63"]}} -{"id":"ec-meeting-2017-06-08-b3132b236ccb0df7ac12a1043fef77d1acc76384","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-08 - Cabinet of Vice-President Miguel Arias Cañete x Central Europe Energy Partners"],"date":["2017-06-08"],"summary":["Clean energy package and BAT"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-1831691c10441c5974327bbeb8693d6b6c1e50c3","eu-tr-87738563745-94","ec-person-95f883d5d0d484088f26191a8fea8553d674dfbe"]}} -{"id":"ec-meeting-2017-06-08-c14634cc94741b99c337efa93aa2ac242440fe08","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-08 - Environment x Fira Barcelona"],"date":["2017-06-08"],"summary":["Event on Circular Economy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-env"],"involved":["eu-tr-101158123493-27","ec-person-3bc74ce04ea3f4ab4d91a5c88eef25b8b8a213b4"]}} -{"id":"ec-meeting-2017-06-08-c35cccdab3367141bd6864a32726bfe295526fb3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-08 - Cabinet of Vice-President Cecilia Malmström x Beiten Burkhardt Compagnie de SAINT-GOBAIN"],"date":["2017-06-08"],"summary":["Antidumping investigation on open mesh fabrics of glass fibres"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-892857311821-20","eu-tr-179994825473-48","ec-person-591ec829ca734bcfe59a2c9c7f07f9dff22a0ea9"]}} -{"id":"ec-meeting-2017-06-08-d1af535d35697ff9a3a74d5e07ffec132a2ea16c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-08 - Cabinet of Vice-President Johannes Hahn x Rasmussen Global"],"date":["2017-06-08"],"summary":["Ukraine"],"notes":["Portfolio: European Neighbourhood Policy & Enlargement Negotiations"],"location":["brussels"],"address":["brussels"],"addressEntity":["addr-e2daa1574b7ac475c827b33e281bd2d5e013c882"],"organizer":["ec-cabinet-hahn-johannes-of-president-vice"],"involved":["ec-person-14243ca3b6c9c0f57c03163cfda58dad2d75b681","eu-tr-923424020779-19"]}} -{"id":"ec-meeting-2017-06-08-d9ed188a96ae7cb465696cec4378f33efdabd849","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-08 - Cabinet of Commissioner Vytenis Andriukaitis x International Federation of Anthroposophic Medical Associations"],"date":["2017-06-08"],"summary":["AMR, Intergrative medicines"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-059ca943fc5fc696d2a97849c635ddf7b6ab7fd7","eu-tr-60399267990-31"]}} -{"id":"ec-meeting-2017-06-08-f52a065b20e7b6ca2119fcabb707ec69acea67df","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-08 - Cabinet of President Jean-Claude Juncker x Investor AB"],"date":["2017-06-08"],"summary":["Topical EU matters including the White Paper on the Future of Europe and the Juncker Commission mid-mandate"],"notes":["Portfolio: President"],"location":["Brussels Belgium"],"address":["Brussels Belgium"],"addressEntity":["addr-61947d7d2c69c0b8f57325bd044f500c5fc6df48"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-190987114891-73","ec-person-c402e34a99fbee730ae22e3b1958e21c94dc6fcc","ec-person-80c6995ad1cd6aefa72f1bf440b17b6d8c6dd4b8"]}} -{"id":"ec-meeting-2017-06-08-fe789458f95d936e86f6ffbf1b93dbbbe49b9ded","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-08 - Cabinet of Vice-President Andrus Ansip x Investor AB"],"date":["2017-06-08"],"summary":["DSM and European competitivness"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-190987114891-73","ec-person-0f698e3a0cc0bd6a02e1bd386a25cedc1366f3f1","ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0"]}} -{"id":"ec-meeting-2017-06-09-074d9ec53eea4b502df2cdb5fd292cc817506dbf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-09 - Cabinet of Commissioner Carlos Moedas x Huawei Technologies"],"date":["2017-06-09"],"summary":["Changes at Huawei Public Affairs and Communication EU office"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-0a716bf5253e913fc40ebf14c12f30dc2e7a06ee","ec-person-2b4bb0b28e7435e5f612e44d9664dbd1051efc55","eu-tr-114467111412-38"]}} -{"id":"ec-meeting-2017-06-09-0bb960161063895600994af1548bb0eb7243ef0d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-09 - Cabinet of Vice-President Günther Oettinger x Italian Banking, Insurance and Finance Federation"],"date":["2017-06-09"],"summary":["Capital Markets Union"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-15799957915-87","ec-person-1a98ebdc65a0fda494d1f6eb6fb74247a3036490"]}} -{"id":"ec-meeting-2017-06-09-2054b962fa1ab9c34211412d7ed31c7a95f2cbba","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-09 - Cabinet of Vice-President Valdis Dombrovskis x ICI Global"],"date":["2017-06-09"],"summary":["CMU; Long Term Investments"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-296711210890-30","ec-person-eec82261c60167b261e56ad1e2bfb4c482db6191"]}} -{"id":"ec-meeting-2017-06-09-55cdb8e8a7668c8b77c954fa31c0bc09da9c7eac","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-09 - Cabinet of Commissioner Phil Hogan x Fern"],"date":["2017-06-09"],"summary":["CAP, soy and deforestation"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-40538475090-82","ec-person-b0d24e81234b490dd841a09b69892304b27fc6a8"]}} -{"id":"ec-meeting-2017-06-09-6b9daf14e4bf513e9963fba3f6773ba36e4f61ea","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-09 - Cabinet of Commissioner Carlos Moedas x Association Française des Pôles de Compétitivité"],"date":["2017-06-09"],"summary":["Support for regional innovation"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-b8d49828915f9008e764a78796d47ea00807a658","ec-person-0a716bf5253e913fc40ebf14c12f30dc2e7a06ee","eu-tr-628863019573-66"]}} -{"id":"ec-meeting-2017-06-09-70484757c820b88fda15d9d169414dfc6d550520","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-09 - Cabinet of Vice-President Günther Oettinger x Bruegel"],"date":["2017-06-09"],"summary":["EU budget"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["ec-person-1a98ebdc65a0fda494d1f6eb6fb74247a3036490","ec-person-b17d355ca19058898aba2ec032de59f8701d47f5","eu-tr-33622026795-64"]}} -{"id":"ec-meeting-2017-06-09-743ab3cbd7b20098297801dc711f12fbd759ab74","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-09 - Inspire, Debate, Engage and Accelerate Action x The Pew Charitable Trusts"],"date":["2017-06-09"],"summary":["Public Opinion and Citizen Engagement"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-dg-idea"],"involved":["eu-tr-46834536998-79","ec-person-4fe56a64c00b3e81c851b5538878b32481bd7d3c"]}} -{"id":"ec-meeting-2017-06-09-78849260522069e84818c5b08e068120ccdf0369","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-09 - Cabinet of Vice-President Maroš Šefčovič x THALES"],"date":["2017-06-09"],"summary":["Implementation of the Space Strategy"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-2be517b9261a91f2f07e05ec14c6331980e9716e","eu-tr-91711831031-23"]}} -{"id":"ec-meeting-2017-06-09-7db840fa962b5fb1eff239cf0d67481a9bf45798","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-09 - Cabinet of Vice-President Jyrki Katainen x Akava ry Confederation of Finnish Industries EK"],"date":["2017-06-09"],"summary":["Future of FP9"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-98086919699-94","ec-person-81b1dda49062e5dac42bdad9273fa72968a2c325","eu-tr-1274604847-34"]}} -{"id":"ec-meeting-2017-06-09-80f3ef4000b62bdb47dfdf713810287bbf71f28e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-09 - Cabinet of Commissioner Tibor Navracsics x Think Tank Sport et Citoyenneté"],"date":["2017-06-09"],"summary":["EU sport policy"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-49f31dad10f5641cb1d1e4c3107dd838389e8120","eu-tr-39565802398-44"]}} -{"id":"ec-meeting-2017-06-09-9cd7eca77a5eec101bd7fec2366d3372866a39e5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-09 - Health and Food Safety x Science Business International SRL"],"date":["2017-06-09"],"summary":["Meeting on future cooperation during the Estonian presidency"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-sante"],"involved":["eu-tr-044816121222-46","ec-person-3c7fdbe0c1c235777d916309465339b7ed1666f6"]}} -{"id":"ec-meeting-2017-06-09-a243f20b7af75da0d2f743d4248491ee853397ad","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-09 - Cabinet of First Vice-President Frans Timmermans x MSD (Europe), Inc. (Merck Sharp & Dohme)"],"date":["2017-06-09"],"summary":["Animal Health legislation"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-09824113589-92","ec-person-6c0efbf1635ca0cb8dce32e129231fa3136f600b"]}} -{"id":"ec-meeting-2017-06-09-bc5f20bb98d6d67309868275587ff7bdbd756ea5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-09 - Cabinet of Vice-President Günther Oettinger x Klöckner & Co SE"],"date":["2017-06-09"],"summary":["\"One digital Europe\""],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-266986826689-89","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2017-06-09-e862bc1e9619fd5fc4b022c1747bd25b4c2ef523","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-09 - Agriculture and Rural Development x ARCTURUS GROUP Comité National des Interprofessions des Vins à appellation d’origine et à indication géographique"],"date":["2017-06-09"],"summary":["Presentation d'éléments de réflexion du CNIV sur le rôle économique des interprofessions"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-agri"],"involved":["eu-tr-808381722847-14","eu-tr-34100356706-23","ec-person-7bc7204a153f98afbf1ad1cffbdd10d06d9ae166"]}} -{"id":"ec-meeting-2017-06-09-eff9855da4180fcaebb91fdc8aef899853d79ea4","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2017-06-09 - Directorate-General for International Partnerships x British Council"],"date":["2017-06-09"],"summary":["Culture and Development"],"location":["Brussels Belgium","L 41 12/012"],"address":["Brussels Belgium","L 41 12/012"],"addressEntity":["addr-b267b51b48e25d29fb4995309296822f9ab58b0a","addr-61947d7d2c69c0b8f57325bd044f500c5fc6df48"],"organizer":["ec-dg-intpa"],"involved":["eu-tr-17888758870-92","ec-person-05c4477b89b93e7969f12d89b38f77fedce5876f"]}} -{"id":"ec-meeting-2017-06-12-2d0a582fa6ec0535c5e77475ecb47935bf9e1693","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-12 - Cabinet of Vice-President Cecilia Malmström x Airbus"],"date":["2017-06-12"],"summary":["WTO DS 353"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-5d4088e1913284a765aed8445f448f6ff341f1b3","eu-tr-2732167674-76","ec-person-98880f3f4206145e196013db9dd806a551c11e06"]}} -{"id":"ec-meeting-2017-06-12-2daf9efb556ce7099884fa0fba56b5080930cca4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-12 - Cabinet of Vice-President Miguel Arias Cañete x Asociacion Agraria Jovenes Agricultores"],"date":["2017-06-12"],"summary":["LULUCF"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-875483616957-38","ec-person-2229c857664a22dcb8eee79a8c05841fd3d0924f"]}} -{"id":"ec-meeting-2017-06-12-3bbba93a052d9b281feda32ff2803df79ce7b3b1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-12 - Cabinet of Commissioner Vytenis Andriukaitis x European Society for Paediatric Oncology"],"date":["2017-06-12"],"summary":["Paediatric medicines"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-059ca943fc5fc696d2a97849c635ddf7b6ab7fd7","eu-tr-122803916413-09"]}} -{"id":"ec-meeting-2017-06-12-4ad40e42f1b79a18fae421211f30436ed9a51806","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-12 - Financial Stability, Financial Services and Capital Markets Union x Insurance Europe"],"date":["2017-06-12"],"summary":["Information exchange"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["ec-person-bdee7a93f95c8ef05079539170139b3c02e8ed96","eu-tr-33213703459-54"]}} -{"id":"ec-meeting-2017-06-12-5e225aed835c4da070ec573c75fdc14690854546","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-12 - Cabinet of Vice-President Miguel Arias Cañete x IBERDROLA"],"date":["2017-06-12"],"summary":["Market design"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-1831691c10441c5974327bbeb8693d6b6c1e50c3","eu-tr-41816938101-07"]}} -{"id":"ec-meeting-2017-06-12-882c15a08455aa8c407f87bc95e25d16c19e02e4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-12 - Cabinet of Commissioner Julian King x European Committee for Interoperable Systems"],"date":["2017-06-12"],"summary":["Cybersecurity"],"notes":["Portfolio: Security Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-julian-king-of"],"involved":["ec-person-8d48893e9e1b5fcb8f1a7bf47a39f9a2a3ac4c54","eu-tr-32238324913-44"]}} -{"id":"ec-meeting-2017-06-12-9ce1471ba72540aae7e839c327d2311ebe747e67","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-12 - Cabinet of Vice-President Miguel Arias Cañete x Euroheat & Power"],"date":["2017-06-12"],"summary":["Energy Efficiency / Horizon 2020"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-88457577025-19","ec-person-25a937c04cd0a0ddcf5cf34798e76b5105854114"]}} -{"id":"ec-meeting-2017-06-12-ad59487d45e0ce1e123e1131d128a68a120be56c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-12 - Cabinet of Commissioner Christos Stylianides x International Rescue Committee Inc"],"date":["2017-06-12"],"summary":["Syria/Iraq"],"notes":["Portfolio: Humanitarian Aid & Crisis Management"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-christos-commissioner-of-stylianides"],"involved":["ec-person-2fc13fcb7185092e68bea299c3be5ed16c4bdaf0","eu-tr-66790095679-26"]}} -{"id":"ec-meeting-2017-06-12-b1a9a606f388e41592b48eceffb20e7579c58cc8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-12 - Cabinet of Vice-President Andrus Ansip x DIGITALEUROPE"],"date":["2017-06-12"],"summary":["Progress of DSM, data economy, better regulation"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-64270747023-20","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45","ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0"]}} -{"id":"ec-meeting-2017-06-12-b36af4c3ade00d77ec2dfec4116723575f6c214f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-12 - Cabinet of Vice-President Neven Mimica x Bill & Melinda Gates Foundation"],"date":["2017-06-12"],"summary":["External Investment Plan, Polio eradication"],"notes":["Portfolio: International Cooperation & Development"],"location":["Atlanta"],"address":["Atlanta"],"addressEntity":["addr-72af4c87c538932b684a4ea55682e350d0da9451"],"organizer":["ec-cabinet-mimica-neven-of-president-vice"],"involved":["ec-person-5f446e21c2ca97624d9781d53ce7312477e72d6e","ec-person-e06df06453c45a7a836ac84cbc479b8e48f16ea8","eu-tr-371567915480-41","ec-person-886e1b865045c3ed98e99075006d09cea708acce"]}} -{"id":"ec-meeting-2017-06-12-d0ec24027a241735094b5b28d165d01d23efc5a3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-12 - Communications Networks, Content and Technology x CAISSE DES DEPOTS"],"date":["2017-06-12"],"summary":["Cybersecurity"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-84606487324-44","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2017-06-12-e0bff8e4da6cd9efa517be3fc0edc6eefdb7c46d","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2017-06-12 - Cabinet of Vice-President Cecilia Malmström x The European Steel Association"],"date":["2017-06-12"],"summary":["US 232 steel report","modernisation of TDI and steel overcapacity"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-19b143e83f8ab978c55c8a9a9e49e06dbfa14bf3","eu-tr-93038071152-83","ec-person-cb8ca9ec2413722fa83484ed18dd76ace52d0118","ec-person-591ec829ca734bcfe59a2c9c7f07f9dff22a0ea9"]}} -{"id":"ec-meeting-2017-06-12-e58d8c1109422e5ff22ba369a365abee4af3fdf4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-12 - Economic and Financial Affairs x EuroComment"],"date":["2017-06-12"],"summary":["The European and Euro Area economy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ecfin"],"involved":["ec-person-9b398cc97951266670f91bef34ea37df7380eef9","eu-tr-123577115553-43"]}} -{"id":"ec-meeting-2017-06-12-fe6105cd9344ffec9b935e147e7478343d90a950","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-12 - Cabinet of Commissioner Elżbieta Bieńkowska x Facebook Ireland Limited"],"date":["2017-06-12"],"summary":["e-commerce directive, IPRED"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["ec-person-685ecf13dd26cd515c961e24ba71049af2302c5e","ec-person-b2f9be51339f054477846797e2c119fcf16548fc","eu-tr-28666427835-74"]}} -{"id":"ec-meeting-2017-06-13-1f0337427dd291a112ceee19d4c565a10ae966ac","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-13 - Cabinet of Vice-President Cecilia Malmström x EURODOM"],"date":["2017-06-13"],"summary":["Trade bananas"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-28418016649-41","ec-person-98880f3f4206145e196013db9dd806a551c11e06"]}} -{"id":"ec-meeting-2017-06-13-2b29d20b5e65d4f828f36f3b16641f70ace801ea","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-13 - Cabinet of Commissioner Carlos Moedas x Ecolab, Inc."],"date":["2017-06-13"],"summary":["Water Innovation"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-0a716bf5253e913fc40ebf14c12f30dc2e7a06ee","eu-tr-969504320672-09"]}} -{"id":"ec-meeting-2017-06-13-3ca51a02bb9e7e1c87cd8c80dd81567c3e6b720c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-13 - Cabinet of Vice-President Andrus Ansip x Zentralverband des Deutschen Handwerks e.V."],"date":["2017-06-13"],"summary":["DSM general, digitalisation"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-6a03bc4fa7657513ea34529e98dba0671ef4c849","eu-tr-5189667783-94"]}} -{"id":"ec-meeting-2017-06-13-56920e7042ed6c5cb4fc390723a08e4d36c84584","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-13 - Cabinet of Commissioner Phil Hogan x Dutch Meat Association European farmers Danske Slagterier SA"],"date":["2017-06-13"],"summary":["Pig meat sector"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-960812325949-95","ec-person-c9d17d5879383b030f61a4066848249fb35d57e4","eu-tr-19782003137-18","eu-tr-44856881231-49"]}} -{"id":"ec-meeting-2017-06-13-9f7d6aff2cc1d9e0b47926a45d30cd2789fdf569","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-13 - Internal Market, Industry, Entrepreneurship and SMEs x BUSINESSEUROPE"],"date":["2017-06-13"],"summary":["Meeting to discuss the latest developments on Single Market Issues including Industrial Policy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-grow"],"involved":["eu-tr-3978240953-79","ec-person-60a3d0d628d231b41af1d0c65607b0fd78ca4edc"]}} -{"id":"ec-meeting-2017-06-13-a69fc9b8eb5f4b185663ca656b3b496ce22b1310","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-13 - Cabinet of Vice-President Andrus Ansip x BSA | The Software Alliance"],"date":["2017-06-13"],"summary":["Digital Transformation of the DSM, Free Flow of Data"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-91ca0921c6790191daa54427311acd63035e7c9e","eu-tr-75039383277-48"]}} -{"id":"ec-meeting-2017-06-13-e02d0a9ee8db48d4edeaa6dbbbdc5c3d1b30555b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-13 - Cabinet of Vice-President Cecilia Malmström x FEPORT Shipyards' and Maritime Equipment Association of Europe"],"date":["2017-06-13"],"summary":["trade in maritime transport services"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-801302611511-33","ec-person-98880f3f4206145e196013db9dd806a551c11e06","eu-tr-009214311424-03"]}} -{"id":"ec-meeting-2017-06-13-e16705c05fbc1ef5b89c020dfe31ce50c105012a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-13 - Informatics x Microsoft Corporation"],"date":["2017-06-13"],"summary":["Handshake with Eva d'Onofrio, General Manager Services Western Europe"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-digit"],"involved":["eu-tr-0801162959-21","ec-person-32591d36027eb92a66b57d5bcc8c57d9574380b0"]}} -{"id":"ec-meeting-2017-06-13-e5c6717f3d6fa5b34a0ced9a7ce454dbf08d5865","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-13 - Internal Market, Industry, Entrepreneurship and SMEs x AMISA2"],"date":["2017-06-13"],"summary":["Meeting to discuss the latest developments on Single Market Issues including Industrial Policy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-grow"],"involved":["eu-tr-646699114665-12","ec-person-60a3d0d628d231b41af1d0c65607b0fd78ca4edc"]}} -{"id":"ec-meeting-2017-06-13-f861264934f9e50cd619f8259f7785330082bdad","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-13 - Financial Stability, Financial Services and Capital Markets Union x Vereniging van Beleggers voor Duurzame Ontwikkeling"],"date":["2017-06-13"],"summary":["Activities and benchmarks provided by VBDO"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-163185424728-46","ec-person-bdee7a93f95c8ef05079539170139b3c02e8ed96"]}} -{"id":"ec-meeting-2017-06-13-f9b3ba03a9b11744af1dbf68429a46f58cfe2440","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-13 - Cabinet of Vice-President Günther Oettinger x Weinbergwerk eG Weinbauverband Württemberg e.V."],"date":["2017-06-13"],"summary":["CAP"],"notes":["Portfolio: Budget & Human Resources"],"location":["Strasbourg"],"address":["Strasbourg"],"addressEntity":["addr-a7b90170b4a5bf2d1d09ccfd109b57e0a030cfc4"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-943519426274-17","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911","eu-tr-092998626266-15"]}} -{"id":"ec-meeting-2017-06-14-62d915cf5bc950367603f2617e2d7df003e3e280","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-14 - Cabinet of Commissioner Elżbieta Bieńkowska x Rakuten Group, Inc"],"date":["2017-06-14"],"summary":["collaborative economy"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-952721718748-34","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2017-06-14-71b41a87bf129d72277938618a43b6d30aa59993","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2017-06-14 - Cabinet of Commissioner Carlos Moedas x Bill & Melinda Gates Foundation"],"date":["2017-06-14"],"summary":["Funding of research in the field of infectious diseases","Role of Foundations in Global Health"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-b8d49828915f9008e764a78796d47ea00807a658","ec-person-f7ccc3ad366dd2fdb24870e1c02ff2763539c82f","ec-person-23980b2bc4fd9c82051d0f7888dc236b2f764866","eu-tr-371567915480-41"]}} -{"id":"ec-meeting-2017-06-14-995b2841b11ec9d61e22d5d1b77bdbd5aba06fac","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-14 - Cabinet of Commissioner Phil Hogan x Irish Farmers' Association"],"date":["2017-06-14"],"summary":["The CAP Post 2020"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-458700813641-37","ec-person-b0d24e81234b490dd841a09b69892304b27fc6a8"]}} -{"id":"ec-meeting-2017-06-14-d6a6c7abe044956e3d54c4924d7dc2bb83cee040","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-14 - Cabinet of Vice-President Jyrki Katainen x Fertilizers Europe"],"date":["2017-06-14"],"summary":["Circular economy"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-0da85dc48012e26688310a59a0b51727ea68f410","eu-tr-80788715017-29"]}} -{"id":"ec-meeting-2017-06-14-fe1b97d10c764e94c8fb03d2ed1467da88fe868d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-14 - Cabinet of Commissioner Marianne Thyssen x European Anti Poverty Network"],"date":["2017-06-14"],"summary":["Beyond 2020 - What EU strategy to fight poverty?"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["EAPN, Boulevard Bischoffscheim 11, 1000 Brussels"],"address":["EAPN, Boulevard Bischoffscheim 11, 1000 Brussels"],"addressEntity":["addr-67294e3f9accb2bf91e8b49296b7faec501a562d"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["ec-person-5a49eb89125b4b5d1125b3925bbb64aba1bea2b3","eu-tr-3945154610-54"]}} -{"id":"ec-meeting-2017-06-15-079a9d55e6c78383583b2632306f59ba1a4f286d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-15 - Cabinet of Commissioner Věra Jourová x Nestlé S.A."],"date":["2017-06-15"],"summary":["dual quality of products"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-a2ca9161feee56909a0e98b473c2d342c20fdb57","eu-tr-15366395387-57"]}} -{"id":"ec-meeting-2017-06-15-09579128c4d41b6efa92eba9d6e8989351d0897d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-15 - Cabinet of Commissioner Margrethe Vestager x European Federation of Journalists"],"date":["2017-06-15"],"summary":["Digital Single Market, Copyright"],"notes":["Portfolio: Competition"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-margrethe-of-vestager"],"involved":["ec-person-947ab3027ba90ce15968614ce35c12506b7a43ac","eu-tr-27471236588-39"]}} -{"id":"ec-meeting-2017-06-15-170e547683d82282c7acc52c95d19749c66d73e7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-15 - Inspire, Debate, Engage and Accelerate Action x European Academies' Science Advisory Council"],"date":["2017-06-15"],"summary":["Science Advice"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-dg-idea"],"involved":["ec-person-4fe56a64c00b3e81c851b5538878b32481bd7d3c","eu-tr-133236011647-58"]}} -{"id":"ec-meeting-2017-06-15-171f05bc0cf1703d87cc00216f701f4aa052fe76","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-15 - Inspire, Debate, Engage and Accelerate Action x European Public Health Alliance"],"date":["2017-06-15"],"summary":["Public Health and the Future of Europe"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-dg-idea"],"involved":["eu-tr-18941013532-08","ec-person-4fe56a64c00b3e81c851b5538878b32481bd7d3c"]}} -{"id":"ec-meeting-2017-06-15-25308bc4987120ee045736d023e1eaf0a0700ff7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-15 - Cabinet of Commissioner Carlos Moedas x DIN Deutsches Institut für Normung e. V."],"date":["2017-06-15"],"summary":["Standards & Innovation"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-b8d49828915f9008e764a78796d47ea00807a658","eu-tr-989808524267-58"]}} -{"id":"ec-meeting-2017-06-15-43e69aee129d6eb9fb88e1d2daec44e1635434fa","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-15 - Cabinet of Commissioner Vytenis Andriukaitis x Deutscher Bauernverband"],"date":["2017-06-15"],"summary":["Plant protection products"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-d462b3c7daeee00ad55e380a7fb96819f79899df","eu-tr-73085531345-65"]}} -{"id":"ec-meeting-2017-06-15-5c3ce9ecd836ec822ccae030f9d6d0d1f5a53b9a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-15 - Cabinet of Commissioner Elżbieta Bieńkowska x Polish Electricity Association"],"date":["2017-06-15"],"summary":["ETS"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-255859710443-50","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2017-06-15-6f53c917de8d547897b6a1a91b29833977321ae6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-15 - Cabinet of Vice-President Andrus Ansip x Motion Picture Association EMEA"],"date":["2017-06-15"],"summary":["Geoblocking proposal"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-95201401713-39","ec-person-666bc159c7e65a3af9e63c1e97435c02f1496955"]}} -{"id":"ec-meeting-2017-06-15-7801b3ebda6f3d74f9e7a847ba7080459cda2622","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-15 - Cabinet of Vice-President Günther Oettinger x European agri-cooperatives European farmers"],"date":["2017-06-15"],"summary":["MFF, CAP"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-09586631237-74","eu-tr-44856881231-49","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2017-06-15-7ae73e7afd27197e735b79014afae5d5fc28cef9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-15 - Cabinet of Vice-President Johannes Hahn x Covington & Burling LLP"],"date":["2017-06-15"],"summary":["Ukraine"],"notes":["Portfolio: European Neighbourhood Policy & Enlargement Negotiations"],"location":["brussels"],"address":["brussels"],"addressEntity":["addr-e2daa1574b7ac475c827b33e281bd2d5e013c882"],"organizer":["ec-cabinet-hahn-johannes-of-president-vice"],"involved":["eu-tr-083671317381-09","ec-person-14243ca3b6c9c0f57c03163cfda58dad2d75b681"]}} -{"id":"ec-meeting-2017-06-15-aee2c633766926b9364501b9467b29accff6e7ca","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-15 - Cabinet of President Jean-Claude Juncker x Confederación Española de Organizaciones Empresariales"],"date":["2017-06-15"],"summary":["Future of Europe, Trade, Digital Single Market, Energy Union"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-442e08d247d72bdef0fce4bf17477efe2a5bfe49","ec-person-80c6995ad1cd6aefa72f1bf440b17b6d8c6dd4b8","eu-tr-02963738854-41"]}} -{"id":"ec-meeting-2017-06-15-b79a8a241bbc3aee5e43ca8f18d1b30a8dfe512f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-15 - Cabinet of Vice-President Andrus Ansip x Visa Europe"],"date":["2017-06-15"],"summary":["Financial Services in the DSM, innovation in payments"],"notes":["Portfolio: Digital Single Market"],"location":["Malta"],"address":["Malta"],"addressEntity":["addr-1a591a3e91fcb7a47f2c08e9e2e117f39af22078"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-91ca0921c6790191daa54427311acd63035e7c9e","eu-tr-61954192201-58","ec-person-c759bd58acc54869aa8e62ce652efcda416e25c2"]}} -{"id":"ec-meeting-2017-06-15-c26bbb6fb084eb2ebc63caaa542ec7460b2f90b4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-15 - Cabinet of President Jean-Claude Juncker x Bundesverband der Deutschen Industrie e.V."],"date":["2017-06-15"],"summary":["Tpoical EU matters including Agenda for Better Regulation"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-1771817758-48","ec-person-80c6995ad1cd6aefa72f1bf440b17b6d8c6dd4b8"]}} -{"id":"ec-meeting-2017-06-15-cedaed2e8103db752880791454c4545ea92553af","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-15 - Cabinet of Vice-President Günther Oettinger x Deutscher Bauernverband"],"date":["2017-06-15"],"summary":["MFF, CAP"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-73085531345-65","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2017-06-16-0adf3616865c2848daf6887386726400be522ebe","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-16 - Cabinet of Vice-President Jyrki Katainen x AXA"],"date":["2017-06-16"],"summary":["High Level Expert Group on Sustainable Finance"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90","eu-tr-36423781099-10"]}} -{"id":"ec-meeting-2017-06-16-1b225fecc92311522eea35bddbf2ef738cabeb1a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-16 - Cabinet of Vice-President Johannes Hahn x Equinor ASA"],"date":["2017-06-16"],"summary":["Developing energy sector in Algeria"],"notes":["Portfolio: European Neighbourhood Policy & Enlargement Negotiations"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-hahn-johannes-of-president-vice"],"involved":["ec-person-643595d3a737c63fc95146b51292a4684ed1ca75","eu-tr-4447605981-76"]}} -{"id":"ec-meeting-2017-06-16-471434c99ce2ca72598fb205d001b09d782f876d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-16 - Energy x Greek Association of Renewable Electricity Producers"],"date":["2017-06-16"],"summary":["Energy policy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-293754727482-15","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2017-06-16-4f79e7e22cbaca9654172108753369efe97d6d15","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-16 - Cabinet of Vice-President Günther Oettinger x Volkswagen Aktiengesellschaft"],"date":["2017-06-16"],"summary":["automotive questions"],"notes":["Portfolio: Budget & Human Resources"],"location":["Stuttgart"],"address":["Stuttgart"],"addressEntity":["addr-ec1b13e7905dbe946388ffc80ac1b7f2624ca649"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-6504541970-40","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2017-06-16-5f5ea64c9f3045593e69e663d5cb102bd7ca31c8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-16 - Cabinet of Vice-President Neven Mimica x Climate Action Network Europe"],"date":["2017-06-16"],"summary":["Renewable energy in Africa – Africa Renewable Energy Initiative"],"notes":["Portfolio: International Cooperation & Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-mimica-neven-of-president-vice"],"involved":["ec-person-ba51cfc2cb570b2ba23d99869e21cd43fe8cadad","eu-tr-55888811123-49"]}} -{"id":"ec-meeting-2017-06-16-88a727df0475a573c2a0460d34ea9b3553316ad4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-16 - Cabinet of Vice-President Valdis Dombrovskis x Finance & Leasing Association Eurofinas"],"date":["2017-06-16"],"summary":["Action Plan on Consumer Financial Services"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-02389833548-89","eu-tr-83211441580-56","ec-person-537401fc0be04984531b83660f416bf2fe14fbd8"]}} -{"id":"ec-meeting-2017-06-16-9ba6929977b634b714a1f1ab697b25dd13862be6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-16 - Cabinet of Vice-President Günther Oettinger x Universität Stuttgart"],"date":["2017-06-16"],"summary":["project Arena 2036"],"notes":["Portfolio: Budget & Human Resources"],"location":["Stuttgart"],"address":["Stuttgart"],"addressEntity":["addr-ec1b13e7905dbe946388ffc80ac1b7f2624ca649"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-048350822718-31","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2017-06-16-a5ff06ca3de0f046ebeb947e8bfac2c6f862eeef","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-16 - Cabinet of Vice-President Andrus Ansip x Japan Business Council in Europe"],"date":["2017-06-16"],"summary":["Digitisation of industry"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-68368571120-55","ec-person-6a03bc4fa7657513ea34529e98dba0671ef4c849"]}} -{"id":"ec-meeting-2017-06-16-ade0a510b94af94b43d80f39b32df07609fb7644","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-16 - Cabinet of First Vice-President Frans Timmermans x The EU Law Network"],"date":["2017-06-16"],"summary":["Competition Law Forum"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["ec-person-6c0efbf1635ca0cb8dce32e129231fa3136f600b","eu-tr-855652420981-02"]}} -{"id":"ec-meeting-2017-06-16-d099e374659beff67858d9a088f2cee45a0d40b5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-16 - Cabinet of Commissioner Violeta Bulc x KLM Royal Dutch Airlines Air France-KLM"],"date":["2017-06-16"],"summary":["Meeting with Mr Janaillac, CEO of Air France KLM Group and Mr Elbers, CEO of KLM on competition and aviation"],"notes":["Portfolio: Transport"],"location":["Florence"],"address":["Florence"],"addressEntity":["addr-2b9af7205de6b8d1d9d1e060c51fcccb376b3163"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-9d4dc4867a44dfe10f67ae7ee1706da3e8b48a24","ec-person-4d2b449b5047ea3fda435a2a1c1081e3babcdf76","eu-tr-76441066192-30","eu-tr-064616126640-05"]}} -{"id":"ec-meeting-2017-06-16-ed41a8412d30a8d264e690a1af50d8e12ea9e302","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-16 - Cabinet of Commissioner Violeta Bulc x ECG - The Association of European Vehicle Logistics"],"date":["2017-06-16"],"summary":["Mobility package and multimodal transport"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-2297093238-71","ec-person-dd7851e4a1e747e824b4f81139e33bc3cdb73160"]}} -{"id":"ec-meeting-2017-06-16-fa069f4ac48aa95a698ab670612abc1346a3a259","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-16 - Energy x Vestas Wind Systems A/S"],"date":["2017-06-16"],"summary":["Energy policy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-769186224869-06","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2017-06-18-da82ffa9cd7d36bd2a569678b4d24b4cf6e0b523","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-18 - Cabinet of Vice-President Günther Oettinger x Allgemeiner Deutscher Automobil-Club e.V."],"date":["2017-06-18"],"summary":["connected and automated driving"],"notes":["Portfolio: Budget & Human Resources"],"location":["Berlin"],"address":["Berlin"],"addressEntity":["addr-062b06ba8e755765c6b049809b7430fd54fe5b21"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-02452103934-97","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2017-06-19-2c3c00abc3784d8aa774b3463cd5cb480cdd28d1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-19 - Energy x EUROGAS aisbl"],"date":["2017-06-19"],"summary":["Clean Energy for All Europeans package"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-17909506129-41","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2017-06-19-2cfd6e26fb9c4f01cfed98956d7ed37dbe80f3ae","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-19 - Cabinet of Vice-President Cecilia Malmström x G Plus Ltd (t/a Portland) LVMH Publica"],"date":["2017-06-19"],"summary":["fighting counterfeiting in the world"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-7223777790-86","ec-person-98880f3f4206145e196013db9dd806a551c11e06","eu-tr-16094042309-21"]}} -{"id":"ec-meeting-2017-06-19-379a3e40f8a220d3ffd53d4289a8cdf93d51967b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-19 - Cabinet of Vice-President Andrus Ansip x European Internet Services Providers Association"],"date":["2017-06-19"],"summary":["e-privacy directive"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-5db7bdd1c81da2e70eb5b982097d0004111b5c3e","eu-tr-54437813115-56"]}} -{"id":"ec-meeting-2017-06-19-3d0d857063cf21a4bc3b0881b74e9d174a61b409","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-19 - Cabinet of Vice-President Andrus Ansip x Schneider Electric"],"date":["2017-06-19"],"summary":["Industry 4.0, EU Internal Market, industry and entrepreneurship policies in general"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-46302264606-44","ec-person-666bc159c7e65a3af9e63c1e97435c02f1496955","ec-person-91ca0921c6790191daa54427311acd63035e7c9e"]}} -{"id":"ec-meeting-2017-06-19-3d81d10d6dfd015ce9674546401d141d4528b252","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-19 - Cabinet of Commissioner Pierre Moscovici x European Art Market Coalition"],"date":["2017-06-19"],"summary":["Meeting was about discussing the future Commission's proposal on the illicit trade of cultural goods."],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["ec-person-1d299d025d2afdcba46db3d131b6197fab6e0c89","eu-tr-797437426239-67"]}} -{"id":"ec-meeting-2017-06-19-429b1e147838e3be3adf9806022f665f8067e722","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-19 - Cabinet of Commissioner Julian King x BSA | The Software Alliance"],"date":["2017-06-19"],"summary":["Cybersecurity and encryption"],"notes":["Portfolio: Security Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-julian-king-of"],"involved":["ec-person-37c79733647a2293d1e96e976d3a72c6b707cb4c","eu-tr-75039383277-48"]}} -{"id":"ec-meeting-2017-06-19-578d4dc8b602fc615a8d9786d5953fd691f2d756","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-19 - Cabinet of Vice-President Jyrki Katainen x SOCIETE BIC"],"date":["2017-06-19"],"summary":["Market surveillance"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-214419515681-64","ec-person-c50e8c2cc390c5efb0626988d173bc6758459e0f"]}} -{"id":"ec-meeting-2017-06-19-604a61a5a3b03efd3cb1e95e5444a89bf3492537","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-19 - Cabinet of Vice-President Cecilia Malmström x American Chamber of Commerce to the European Union"],"date":["2017-06-19"],"summary":["EU-US Trade relations"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-19b143e83f8ab978c55c8a9a9e49e06dbfa14bf3","ec-person-cb8ca9ec2413722fa83484ed18dd76ace52d0118","eu-tr-5265780509-97"]}} -{"id":"ec-meeting-2017-06-19-67ae7c34b08c876807491cd6310998fe2bdb28e5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-19 - Cabinet of Vice-President Andrus Ansip x RTL Group"],"date":["2017-06-19"],"summary":["Better internet for kids"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-5db7bdd1c81da2e70eb5b982097d0004111b5c3e","ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0","eu-tr-59267165790-45"]}} -{"id":"ec-meeting-2017-06-19-7c2cd568318394abf34129dcb5028de2fbf9a34a","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2017-06-19 - Cabinet of Commissioner Phil Hogan x Association européenne du cautionnement"],"date":["2017-06-19"],"summary":["EU financial instruments in form of guarantees including the respective option of the SME Initiative"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels, BERL"],"address":["Brussels, BERL"],"addressEntity":["addr-3c3fa5f92474ebac668808553fbab6d1c14aa243"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-67611102869-33","ec-person-7d3caa534e5cdda6d5b949bd4b2def39356e3bec"]}} -{"id":"ec-meeting-2017-06-19-818c3215fa0bb63eb705f5e2838e6e8753302d3b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-19 - Cabinet of Commissioner Vytenis Andriukaitis x European Steering Group on Sustainable Healthcare"],"date":["2017-06-19"],"summary":["Early intervention toolkit"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-059ca943fc5fc696d2a97849c635ddf7b6ab7fd7","eu-tr-544283415505-54"]}} -{"id":"ec-meeting-2017-06-19-a10c351655f2bbf420ebd4ab00bb39e25f4f3c57","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-19 - Cabinet of Vice-President Cecilia Malmström x Heineken N.V."],"date":["2017-06-19"],"summary":["beer market in Mexico and Mercosur"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-827688315793-86","ec-person-98880f3f4206145e196013db9dd806a551c11e06"]}} -{"id":"ec-meeting-2017-06-19-b952d326eee140be034aa541ac45cff486231b00","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-19 - Cabinet of President Jean-Claude Juncker x Akuo Energy"],"date":["2017-06-19"],"summary":["Energy Union"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-b1bf9aa5fb7e886441ff341b657cc482b64a2a3e","eu-tr-697003427612-81"]}} -{"id":"ec-meeting-2017-06-19-ba728c067eb06ff826ee637e56ac1d278014ae1c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-19 - Taxation and Customs Union x Alliance for European Logistics"],"date":["2017-06-19"],"summary":["Exchange of views on current customs and tax issues"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-taxud"],"involved":["eu-tr-38033128051-39","ec-person-3173c1cc052827c58f23ccd3a8de07534f0d35bd"]}} -{"id":"ec-meeting-2017-06-19-bc6aa8142090d0ffcb22f77d301e5e25c250181f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-19 - Cabinet of Vice-President Andrus Ansip x Veolia Environnement E3PO - European PPP Operating Companies in Infrastructure and Services"],"date":["2017-06-19"],"summary":["Accessibility and re-use of public and publicly funded data"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-72103751229-92","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45","eu-tr-424726117325-78"]}} -{"id":"ec-meeting-2017-06-19-d39e10c089ea1968074fc84c4a13b5dc9da952e1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-19 - Cabinet of Vice-President Valdis Dombrovskis x 3M UPS Europe SRL/BV SAS Institute American Chamber of Commerce to the European Union Dell Inc. Raytheon Technologies Gilead Sciences Intel Corporation Broadcom"],"date":["2017-06-19"],"summary":["economic situation within the EU, investment climate, deepening of the EMU, social dimension of the European project, financial regulations and markets"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-87564644126-75","eu-tr-07691616536-09","eu-tr-5265780509-97","eu-tr-28739192542-16","ec-person-a9eda2e8ea54b70a968327672c6cada679d3cd56","eu-tr-175323916168-03","eu-tr-91425447458-88","ec-person-537401fc0be04984531b83660f416bf2fe14fbd8","eu-tr-7459401905-60","eu-tr-258845020786-10","eu-tr-240029014014-18"]}} -{"id":"ec-meeting-2017-06-19-dcf745e3721a55d65ba2df15d19883cf99280a88","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-19 - Cabinet of Commissioner Marianne Thyssen x Österreichischer Gewerkschaftsbund Wirtschaftskammer Österreich"],"date":["2017-06-19"],"summary":["Posting of workers, social security coordination"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["ec-person-cfb8d8d884367ef98b079fcd883ece7c89ec28e2","eu-tr-10405322962-08","eu-tr-43246044354-41"]}} -{"id":"ec-meeting-2017-06-19-ec5bca653e6c287925d6957cfa731c7ca7096e86","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-19 - Cabinet of Vice-President Jyrki Katainen x PFA Koncernen"],"date":["2017-06-19"],"summary":["PEPPS"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-157385327522-40","ec-person-955e8c493ab54847bb92b65986f56a401f8eabee"]}} -{"id":"ec-meeting-2017-06-19-f5a86915f1275f20d45da85e7d95bd599584dd1f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-19 - Internal Market, Industry, Entrepreneurship and SMEs x American Chamber of Commerce to the European Union"],"date":["2017-06-19"],"summary":["Meeting to discuss the Commission's industrial policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-grow"],"involved":["eu-tr-5265780509-97","ec-person-60a3d0d628d231b41af1d0c65607b0fd78ca4edc"]}} -{"id":"ec-meeting-2017-06-20-00d8b4d4ab70aa50877ad8ba647ce790e891da38","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-20 - Cabinet of Vice-President Cecilia Malmström x spiritsEUROPE"],"date":["2017-06-20"],"summary":["assembly closing remarks"],"notes":["Portfolio: Trade"],"location":["Brusels"],"address":["Brusels"],"addressEntity":["addr-e85eebaf80c41fd7ae92316f22f67331a78b4b77"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-19b143e83f8ab978c55c8a9a9e49e06dbfa14bf3","eu-tr-64926487056-58"]}} -{"id":"ec-meeting-2017-06-20-1dd7d3b54b2033d4a772ae175e156152818359fa","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-20 - Cabinet of Vice-President Maroš Šefčovič x Shell Companies"],"date":["2017-06-20"],"summary":["US sanctions"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-3bf48630444ace93d407e52eb880e64d480f75ce","eu-tr-05032108616-26"]}} -{"id":"ec-meeting-2017-06-20-2759314d33b2dfe54a76ed5b82e11a3f60f31285","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-20 - Cabinet of Vice-President Miguel Arias Cañete x European Network of Transmission System Operators for Electricity"],"date":["2017-06-20"],"summary":["Clean energy package and digital agenda"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-1831691c10441c5974327bbeb8693d6b6c1e50c3","eu-tr-25805148045-87","ec-person-2229c857664a22dcb8eee79a8c05841fd3d0924f"]}} -{"id":"ec-meeting-2017-06-20-295f5f56ffae95187dc59cec209700f49688e596","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-20 - Cabinet of Commissioner Marianne Thyssen x Deutsche Sozialversicherung Arbeitsgemeinschaft Europa"],"date":["2017-06-20"],"summary":["Social security coordination, occupational health and safety, access to social protection"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["ec-person-cfb8d8d884367ef98b079fcd883ece7c89ec28e2","eu-tr-917393784-31"]}} -{"id":"ec-meeting-2017-06-20-3458f1c6a1ddb81f461ab889976633c83f8b17ad","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-20 - Cabinet of Vice-President Jyrki Katainen x S&P Global"],"date":["2017-06-20"],"summary":["CMU Mid Term Review and Sustainable Finance"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-319148015141-55","ec-person-955e8c493ab54847bb92b65986f56a401f8eabee"]}} -{"id":"ec-meeting-2017-06-20-4b5f7ff4dde7f4fab872bd6e34572728200b0848","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-20 - Cabinet of Vice-President Andrus Ansip x Federation of European Publishers"],"date":["2017-06-20"],"summary":["Copyright, presentation of Storytel"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-398541467-53","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45"]}} -{"id":"ec-meeting-2017-06-20-4de082e80acc734fcd30bf86e45dfca639fb8ab7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-20 - Cabinet of Vice-President Maroš Šefčovič x Noble Energy"],"date":["2017-06-20"],"summary":["State of play Eastern Mediterranian Gas Exploration"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-3bf48630444ace93d407e52eb880e64d480f75ce","eu-tr-780006923352-88"]}} -{"id":"ec-meeting-2017-06-20-5549a37ea36c33f8c759b839a7d5d4fadce41eba","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-20 - Cabinet of Commissioner Phil Hogan x White Rose University Consortium"],"date":["2017-06-20"],"summary":["Keynote Speech"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-479824719742-03","ec-person-a1a78365cc4685b0958056646204977d8f2ead92"]}} -{"id":"ec-meeting-2017-06-20-58ead1943533e345be7a2addd4b447a909bc576c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-20 - Cabinet of Vice-President Valdis Dombrovskis x S&P Global"],"date":["2017-06-20"],"summary":["CMU Mid Term Review"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-319148015141-55","ec-person-537401fc0be04984531b83660f416bf2fe14fbd8","ec-person-eec82261c60167b261e56ad1e2bfb4c482db6191"]}} -{"id":"ec-meeting-2017-06-20-5d268f3cd73a32e5077300186ae9bf2d74cf3e14","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-20 - Cabinet of Vice-President Miguel Arias Cañete x Associação Portuguesa dos Industriais Grandes Consumidores de Energia Eléctrica"],"date":["2017-06-20"],"summary":["Market Design"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-1831691c10441c5974327bbeb8693d6b6c1e50c3","eu-tr-663223020624-44"]}} -{"id":"ec-meeting-2017-06-20-60283a5029d03bb0b09ecb276616ec0c51a1a0fe","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-20 - Cabinet of Vice-President Andrus Ansip x Banco Santander, S.A."],"date":["2017-06-20"],"summary":["Exchange of Views on Financial Innovation and Digital Tranformation"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-799142914971-03","ec-person-0f698e3a0cc0bd6a02e1bd386a25cedc1366f3f1"]}} -{"id":"ec-meeting-2017-06-20-714745cd8bc89032966a3b897364152407d46ec0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-20 - Cabinet of Vice-President Cecilia Malmström x CIDSE - International Alliance of Catholic social justice organisations"],"date":["2017-06-20"],"summary":["Negotiations for EU-Myanmar Investment Protetection Agreement"],"notes":["Portfolio: Trade"],"location":["Brussels, belgium"],"address":["Brussels, belgium"],"addressEntity":["addr-b39b9dcfba3e578ef360518fd0aa4ce7938fab00"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-5d4088e1913284a765aed8445f448f6ff341f1b3","eu-tr-61263518557-92"]}} -{"id":"ec-meeting-2017-06-20-776b01128a3835a8811173e2717e8d617eb2283d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-20 - Cabinet of Vice-President Jyrki Katainen x Microsoft Corporation"],"date":["2017-06-20"],"summary":["IP issues"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-0801162959-21","ec-person-c50e8c2cc390c5efb0626988d173bc6758459e0f"]}} -{"id":"ec-meeting-2017-06-20-98bcf5a066bb3e728fac0d56b6e44069e48ecdba","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-20 - Cabinet of Vice-President Andrus Ansip x Palo Alto Networks Inc."],"date":["2017-06-20"],"summary":["Cybersecurity Strategy"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-3ca0c466b8ff230d4409591430b388007ce14ff8","eu-tr-263314723145-29"]}} -{"id":"ec-meeting-2017-06-20-9b8a65fcfcf2312632ae4016b828141afd307b67","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-20 - Cabinet of Vice-President Andrus Ansip x Roundtable for Europe's Energy Future"],"date":["2017-06-20"],"summary":["Digital Single Market and digitalisation of energy market"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-666bc159c7e65a3af9e63c1e97435c02f1496955","eu-tr-101903316808-95","ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0"]}} -{"id":"ec-meeting-2017-06-20-9e0e42b04ab28b0b4d065fa6beff2301560701dc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-20 - Cabinet of Vice-President Neven Mimica x Open Government Partnership Secretariat"],"date":["2017-06-20"],"summary":["Role of transparency and accountability of governments under the 2030 agenda"],"notes":["Portfolio: International Cooperation & Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-mimica-neven-of-president-vice"],"involved":["ec-person-e90858f5aba78fd0e1cb2f757c3f38d55d91f98b","eu-tr-681306927105-61"]}} -{"id":"ec-meeting-2017-06-20-b033d30ddc65bbada8babfc40c9ca5286c6af8d0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-20 - Internal Market, Industry, Entrepreneurship and SMEs x Forum Europe"],"date":["2017-06-20"],"summary":["Strengthening European Defence Capabilities: The role of digital innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-grow"],"involved":["eu-tr-731763615450-48","ec-person-60a3d0d628d231b41af1d0c65607b0fd78ca4edc"]}} -{"id":"ec-meeting-2017-06-20-b31d56307cc416f7cca59a128aadaf0606babc46","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-20 - Health and Food Safety x Anheuser-Busch InBev nv/sa"],"date":["2017-06-20"],"summary":["Introduction of AB InBev; Discussion on the future of EU Alcohol and health forum"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-sante"],"involved":["eu-tr-161157710612-65","ec-person-3c7fdbe0c1c235777d916309465339b7ed1666f6"]}} -{"id":"ec-meeting-2017-06-20-b3aaba4a7b425771b3995e8d865183a95d597be2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-20 - Cabinet of Commissioner Marianne Thyssen x European Association of Distance Teaching universities"],"date":["2017-06-20"],"summary":["Vocational education and training, skills"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["ec-person-bdb607d5d994a4056dd700f8f52d9af25b406b36","eu-tr-016107725457-79"]}} -{"id":"ec-meeting-2017-06-20-b803ea651af4d6a634338a9218d5da0da9d8bf19","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-20 - Cabinet of Commissioner Dimitris Avramopoulos x American Chamber of Commerce to the European Union"],"date":["2017-06-20"],"summary":["Transatlantic cooperation on migration and security"],"notes":["Portfolio: Migration, Home Affairs and Citizenship"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-avramopoulos-cabinet-commissioner-dimitris-of"],"involved":["eu-tr-5265780509-97","ec-person-06b43c385c07c13f2bae1d24a0075851e8ce491d"]}} -{"id":"ec-meeting-2017-06-20-bb07ab1a29570fd98d1ad62a7708d9b1df48ffe5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-20 - Cabinet of Vice-President Cecilia Malmström x Federation of the European Sporting Goods Industry"],"date":["2017-06-20"],"summary":["EU-Vietnam FTA, the European Court of Justice opinion on the EU-Singapore FTA, the Commission's policy on Trade and Sustainable Development and Rules of Origin."],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-5d4088e1913284a765aed8445f448f6ff341f1b3","eu-tr-616677713667-62"]}} -{"id":"ec-meeting-2017-06-20-c305e08b0f49232f2cf03582114d6582af9969a9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-20 - Cabinet of Vice-President Andrus Ansip x Open Government Partnership Secretariat"],"date":["2017-06-20"],"summary":["e-government, digital for development"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-c759bd58acc54869aa8e62ce652efcda416e25c2","eu-tr-681306927105-61","ec-person-6a03bc4fa7657513ea34529e98dba0671ef4c849","ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0"]}} -{"id":"ec-meeting-2017-06-20-c74be948c068bbfbacd94426d5ebafaec7959301","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-20 - Migration and Home Affairs x Zentralverband des Deutschen Handwerks e.V."],"date":["2017-06-20"],"summary":["Discussion on Migration Management and Labour Market Entry of Refugees"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-home"],"involved":["ec-person-ae1262e8850ed1e9a0530b0ad7440ac648255896","eu-tr-5189667783-94"]}} -{"id":"ec-meeting-2017-06-20-c75c3bc531c451e3d4eecd9e38df8a0617aaca2b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-20 - Cabinet of Commissioner Tibor Navracsics x The Walt Disney Company Benelux BVBA"],"date":["2017-06-20"],"summary":["Culture"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-cb6aa96c497dead35eb0f2ed0339e5423d506549","eu-tr-256463315409-35"]}} -{"id":"ec-meeting-2017-06-20-cd6698d777102631183faa85f74f2530995c3340","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-20 - Cabinet of Commissioner Tibor Navracsics x IBM Corporation"],"date":["2017-06-20"],"summary":["Digital skills"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["eu-tr-7721359944-96","ec-person-1da7ee09d46288ee4ea9db2b644bdcf9c3d6d000"]}} -{"id":"ec-meeting-2017-06-20-d000cbebe59606dba0722a10b3bde5b8be34d4af","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-20 - Cabinet of Commissioner Marianne Thyssen x IBM Corporation"],"date":["2017-06-20"],"summary":["Skills"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["ec-person-bdb607d5d994a4056dd700f8f52d9af25b406b36","eu-tr-7721359944-96"]}} -{"id":"ec-meeting-2017-06-20-ea96db0d2bf0d0885c4a4f5e9046032375df53c9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-20 - Directorate-General for International Partnerships x Open Government Partnership Secretariat"],"date":["2017-06-20"],"summary":["exploring possibilities of cooperation between the EC and OGP"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-intpa"],"involved":["eu-tr-681306927105-61","ec-person-05c4477b89b93e7969f12d89b38f77fedce5876f"]}} -{"id":"ec-meeting-2017-06-20-eff90e7db3e251eba39b7738a2dea1c74c506454","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-20 - Cabinet of Commissioner Phil Hogan x European Environmental Bureau"],"date":["2017-06-20"],"summary":["Environmental Matters"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-06798511314-27","ec-person-a1a78365cc4685b0958056646204977d8f2ead92"]}} -{"id":"ec-meeting-2017-06-20-f0f23e2fccc08f9f1c03a2174ffdaa3dd78c4a8f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-20 - Cabinet of Vice-President Valdis Dombrovskis x HSBC Holdings PLC"],"date":["2017-06-20"],"summary":["Non-Performing Loans"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-001866415031-87","ec-person-48f31156d932641826e09f5b73f074d35ff05786"]}} -{"id":"ec-meeting-2017-06-20-fa272030efed26c6fb01ff49b86ae4611a8b7141","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-20 - Cabinet of Commissioner Dimitris Avramopoulos x Palo Alto Networks Inc."],"date":["2017-06-20"],"summary":["EU Cypercrime strategy"],"notes":["Portfolio: Migration, Home Affairs and Citizenship"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-avramopoulos-cabinet-commissioner-dimitris-of"],"involved":["ec-person-57d09145ba24f5738cdde61edf14f741cb547675","eu-tr-263314723145-29"]}} -{"id":"ec-meeting-2017-06-21-0d1a952995b93a4fce22105f4800013c37db9300","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-21 - Cabinet of Vice-President Maroš Šefčovič x ENGIE"],"date":["2017-06-21"],"summary":["Nordstream2"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-90947457424-20","ec-person-1f95be23689cd4ed0a26fe2980f760ccf2d55c1e","ec-person-192eca4cb918c7382c916bec9bfe04e745ee91cb"]}} -{"id":"ec-meeting-2017-06-21-2f32c62fc50224140d05a72a853989856114407f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-21 - Energy x FEDERCASA"],"date":["2017-06-21"],"summary":["renovazione degli edifici sociali"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["ec-person-6997149120ce5129e38febe5275dc8fd03232d2e","eu-tr-85945103744-47"]}} -{"id":"ec-meeting-2017-06-21-3d6c3e1ea72fc38626c064eee916e2aeb9dacc37","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-21 - Cabinet of Commissioner Violeta Bulc x Deutscher Industrie- und Handelskammertag e.V."],"date":["2017-06-21"],"summary":["DIHK Seminar"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-22400601191-42","ec-person-e14c58f620f40325d829df7be0823280307bc15f"]}} -{"id":"ec-meeting-2017-06-21-41cbbae1f0536362f272d52d3dee88a353ed38b3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-21 - Cabinet of Vice-President Maroš Šefčovič x Roundtable for Europe's Energy Future"],"date":["2017-06-21"],"summary":["Clean Energy package, Electro-mobility, transport electrification, digitalization of the Energy sector"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-1f95be23689cd4ed0a26fe2980f760ccf2d55c1e","eu-tr-101903316808-95","ec-person-192eca4cb918c7382c916bec9bfe04e745ee91cb"]}} -{"id":"ec-meeting-2017-06-21-4f269c4e3d78dfd9acbc2378f3abf1c1b9d9eca8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-21 - Cabinet of Commissioner Marianne Thyssen x PensionsEurope"],"date":["2017-06-21"],"summary":["European Pillar of Social Rights"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["BERL 10/411"],"address":["BERL 10/411"],"addressEntity":["addr-054fd8f4e816abef749108f302fffdb33729c700"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["ec-person-ce19440eacb8fd67f534bdbcce33a1c4cedfd071","eu-tr-5199259747-21"]}} -{"id":"ec-meeting-2017-06-21-50507985147b187acf3ec7131f3a96153bd0b52a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-21 - Cabinet of Vice-President Johannes Hahn x FTI Consulting Belgium"],"date":["2017-06-21"],"summary":["Mtg with representatives from \"Noble Energy\" on Development of Gas resources in the eastern Mediterranean"],"notes":["Portfolio: European Neighbourhood Policy & Enlargement Negotiations"],"location":["brussels"],"address":["brussels"],"addressEntity":["addr-e2daa1574b7ac475c827b33e281bd2d5e013c882"],"organizer":["ec-cabinet-hahn-johannes-of-president-vice"],"involved":["ec-person-643595d3a737c63fc95146b51292a4684ed1ca75","eu-tr-29896393398-67"]}} -{"id":"ec-meeting-2017-06-21-50c3913e71ca3b7d4cc75791b0adfe9c4fec8edf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-21 - Cabinet of Commissioner Margrethe Vestager x Landbrug & Fødevarer - Danish Agriculture and Food Council"],"date":["2017-06-21"],"summary":["Plant Patents"],"notes":["Portfolio: Competition"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-margrethe-of-vestager"],"involved":["ec-person-0700cb0f43a2d20f4938902c4a086aca632d71fb","eu-tr-1634450483-86"]}} -{"id":"ec-meeting-2017-06-21-5468e499ed53228cee0e7344341287021ac3c378","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-21 - Cabinet of President Jean-Claude Juncker x Naftogaz of Ukraine"],"date":["2017-06-21"],"summary":["Energy Union"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-b1bf9aa5fb7e886441ff341b657cc482b64a2a3e","eu-tr-769349815543-90","ec-person-da1926615bdcdb789928b90ac532982fef6e24ee"]}} -{"id":"ec-meeting-2017-06-21-5cd8ffafa8074deea01d6d0a0c87ffce9e5acbce","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-21 - Cabinet of Vice-President Valdis Dombrovskis x Securities Industry and Financial Markets Association Global Financial Markets Association Association for Financial Markets in Europe"],"date":["2017-06-21"],"summary":["first part of the regulatory review, cross-Border regulatory coordination, cyber security, Brexit and its external impacts"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-995801715250-37","eu-tr-898223513605-51","eu-tr-65110063986-76","ec-person-537401fc0be04984531b83660f416bf2fe14fbd8","ec-person-48f31156d932641826e09f5b73f074d35ff05786"]}} -{"id":"ec-meeting-2017-06-21-5cfe54e6603b6529f2bcc2e335d0aa4f44d5949b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-21 - Cabinet of Commissioner Phil Hogan x Institute for European Environmental Policy"],"date":["2017-06-21"],"summary":["Presentation of IEEP research project"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-934329423960-72","ec-person-b0d24e81234b490dd841a09b69892304b27fc6a8"]}} -{"id":"ec-meeting-2017-06-21-6d5fe23d9820aae2847d95368501ed2cc3ef7d7c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-21 - Cabinet of President Jean-Claude Juncker x Barclays PLC Association of Chartered Certified Accountants Aviva Plc International Integrated Reporting Council"],"date":["2017-06-21"],"summary":["Concluding remarks on sustainable finance at the joint Acca, Aviva, Barclays, IIRC Conference"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-72390466359-39","eu-tr-86270761494-62","eu-tr-603048419639-42","ec-person-c402e34a99fbee730ae22e3b1958e21c94dc6fcc","eu-tr-4227861124-34"]}} -{"id":"ec-meeting-2017-06-21-735ba9cf17e1545d971bddaf57705fca4983ca33","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-21 - Cabinet of Vice-President Günther Oettinger x Dr. Günther Kast GmbH & Co. Technische Gewebe Spezial-Fasererzeugnisse KG"],"date":["2017-06-21"],"summary":["trade policy"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["ec-person-55a0b11edfe9b0b76e526f72b1ec2e9f2f74d5bc","eu-tr-182190427542-79"]}} -{"id":"ec-meeting-2017-06-21-93122024d1ee94f1df94e33c014387bee0c36aa2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-21 - Cabinet of Vice-President Karmenu Vella x Consorzio nazionale per la raccolta il riciclaggio e il recupero degli imballaggi in plastica"],"date":["2017-06-21"],"summary":["Circular Economy"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["ec-person-4ff7c27445db4ad88e687776974fd8d077a1fe0c","eu-tr-995510717090-69"]}} -{"id":"ec-meeting-2017-06-21-9bd8da0408b28f06dc7ec03cc9c416b73d84e240","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-21 - Cabinet of Commissioner Pierre Moscovici x Scope Ratings GmbH"],"date":["2017-06-21"],"summary":["discuss the role of Credit Rating Agencies in Europe as well Brexit influence on credit ratings in Europe."],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["eu-tr-386945216502-25","ec-person-18ec03f403696ecde522f7843ba9c4ff6335ead4"]}} -{"id":"ec-meeting-2017-06-21-c4bca2a11e8da65d924a531562558165b4412a93","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-21 - Financial Stability, Financial Services and Capital Markets Union x Securities Industry and Financial Markets Association"],"date":["2017-06-21"],"summary":["Cross-Border regulatory coordination, Brexit, Cyber Security"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-995801715250-37","ec-person-bdee7a93f95c8ef05079539170139b3c02e8ed96"]}} -{"id":"ec-meeting-2017-06-21-cccb546aa3102f8be1fc70cd7b1af257f517ef69","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-21 - Migration and Home Affairs x European Policy Centre"],"date":["2017-06-21"],"summary":["Discussion: \"Two years after the Migration and Security agendas : Where do we stand?\""],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-home"],"involved":["eu-tr-89632641000-47","ec-person-ae1262e8850ed1e9a0530b0ad7440ac648255896"]}} -{"id":"ec-meeting-2017-06-21-cdb9510d87ac24a56188bc45b854df3373a90a4c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-21 - Cabinet of Commissioner Vytenis Andriukaitis x PACT European Affairs"],"date":["2017-06-21"],"summary":["Recent developments related to phytopharmaceuticals and biotechnologies"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-b9c3f19e7c5f216e3e508f931ddd6a9cb59376d1","eu-tr-990838616162-48"]}} -{"id":"ec-meeting-2017-06-21-cf6d05c4da8eaeb6f9341d9d98b7cbed3887a052","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-21 - Cabinet of Vice-President Jyrki Katainen x Finnish Energy - Energiateollisuus ry"],"date":["2017-06-21"],"summary":["energy policy developments"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-0da85dc48012e26688310a59a0b51727ea68f410","eu-tr-68861821910-84"]}} -{"id":"ec-meeting-2017-06-21-d2021da6278fb5280c07ba871b3a7750778cfd07","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-21 - Cabinet of Vice-President Andrus Ansip x IP Europe VZW"],"date":["2017-06-21"],"summary":["Standardisation, SEPs"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-562316318576-78","ec-person-6a03bc4fa7657513ea34529e98dba0671ef4c849"]}} -{"id":"ec-meeting-2017-06-21-d77c050fda3b37d18fbb89589b07714159c811be","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-21 - European Neighbourhood and Enlargement Negotiations x PwCIL"],"date":["2017-06-21"],"summary":["Neighbourhood and Enlargmeent policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-near"],"involved":["ec-person-1160ccf35947f06f1629cad85b9f162eb5575780","eu-tr-60402754518-05"]}} -{"id":"ec-meeting-2017-06-21-db3a2eba44e8e387b4568e661cd1de06634e23d3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-21 - Cabinet of Vice-President Valdis Dombrovskis x Scope Ratings GmbH FTI Consulting Belgium"],"date":["2017-06-21"],"summary":["Credit Rating Agencies in Europe"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-386945216502-25","eu-tr-29896393398-67","ec-person-537401fc0be04984531b83660f416bf2fe14fbd8"]}} -{"id":"ec-meeting-2017-06-21-dcb723dc975caa0db71d865758ab8afc9f27154b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-21 - Cabinet of High Representative / Vice-President Federica Mogherini x Palo Alto Networks Inc."],"date":["2017-06-21"],"summary":["Cybersecurity issues"],"notes":["Portfolio: Foreign Affairs and Security Policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"involved":["ec-person-4f2bf88ad14d12976aecc7694a057ab90b7a81d2","eu-tr-263314723145-29"]}} -{"id":"ec-meeting-2017-06-21-de0ed0fce5442226dc334ace3b9570b64126ef96","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-21 - Cabinet of Commissioner Phil Hogan x Deutscher Bauernverband"],"date":["2017-06-21"],"summary":["Future of the CAP"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-73085531345-65","ec-person-b0d24e81234b490dd841a09b69892304b27fc6a8"]}} -{"id":"ec-meeting-2017-06-21-f84bd877a1382328e72dff929a9176bd7fe0fae7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-21 - Cabinet of Commissioner Violeta Bulc x vbw - Vereinigung der Bayerischen Wirtschaft e. V."],"date":["2017-06-21"],"summary":["\"Automated Driving\" event/ Keynote speech"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-49096067887-19","ec-person-e14c58f620f40325d829df7be0823280307bc15f"]}} -{"id":"ec-meeting-2017-06-22-017b4c142329b414cd27bf3b29e188a874637c81","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-22 - Cabinet of Commissioner Elżbieta Bieńkowska x IPC International, Inc."],"date":["2017-06-22"],"summary":["policy initiatives which impact the electronics industry"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-390331424747-18","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2017-06-22-0e44f065d16eb69922c389abb18795f5c24da70d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-22 - Cabinet of Vice-President Andrus Ansip x Allianz SE Deutsche Bank AG BANCO BILBAO VIZCAYA ARGENTARIA Assicurazioni Generali S.p.A European Financial Services Round Table"],"date":["2017-06-22"],"summary":["Digital Single Market, FinTech and innovation, cybersecurity"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-0f698e3a0cc0bd6a02e1bd386a25cedc1366f3f1","eu-tr-27636291880-60","ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0","eu-tr-271912611231-56","eu-tr-090350412968-04","eu-tr-05503341949-54","eu-tr-600525713796-88"]}} -{"id":"ec-meeting-2017-06-22-131fb0edf1d2f9c33599742ce327847295f4b399","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-22 - Cabinet of Vice-President Jyrki Katainen x Scope Ratings GmbH"],"date":["2017-06-22"],"summary":["Credit Rating Agencies"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-386945216502-25","ec-person-955e8c493ab54847bb92b65986f56a401f8eabee"]}} -{"id":"ec-meeting-2017-06-22-18c95497023e7c3a8fc3cd66663a7036f66c9a19","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-22 - Communications Networks, Content and Technology x European Telecommunications Network Operators' Association"],"date":["2017-06-22"],"summary":["e-Privacy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f","eu-tr-08957111909-85"]}} -{"id":"ec-meeting-2017-06-22-1de63495db7088d724f6ae70d223f532b25c0bd7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-22 - Cabinet of Vice-President Valdis Dombrovskis x Society for Worldwide Interbank Financial Telecommunication"],"date":["2017-06-22"],"summary":["Developments in the cyber security"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-011095511691-05","ec-person-537401fc0be04984531b83660f416bf2fe14fbd8"]}} -{"id":"ec-meeting-2017-06-22-1ee43c694131ab4ea2aa8d3def45da855be3f009","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-22 - Communications Networks, Content and Technology x DIGITALEUROPE"],"date":["2017-06-22"],"summary":["Digitalisation Europe"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-64270747023-20","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2017-06-22-1f278be979d5682ccdcfa4ea69036b7422ce73a0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-22 - Cabinet of Vice-President Valdis Dombrovskis x PayPal PLC, Belgian Branch"],"date":["2017-06-22"],"summary":["How financial innovation and FinTech can foster EU jobs and growth"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-94256896677-14","ec-person-537401fc0be04984531b83660f416bf2fe14fbd8"]}} -{"id":"ec-meeting-2017-06-22-2aa63866fb849cc2170d75bebd0bae1c0ecaea33","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-22 - Cabinet of Vice-President Maroš Šefčovič x Climate Strategy & Partners"],"date":["2017-06-22"],"summary":["Investment in Energy Efficiency"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-2be517b9261a91f2f07e05ec14c6331980e9716e","eu-tr-32967558277-95"]}} -{"id":"ec-meeting-2017-06-22-2b24f5147913db54fe8424f50232da11da258fea","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-22 - Cabinet of Commissioner Pierre Moscovici x eu travel tech Expedia Group"],"date":["2017-06-22"],"summary":["New taxation in Italy of short term real estate leases"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["brussels"],"address":["brussels"],"addressEntity":["addr-e2daa1574b7ac475c827b33e281bd2d5e013c882"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["ec-person-1d299d025d2afdcba46db3d131b6197fab6e0c89","eu-tr-70614728635-77","eu-tr-310742426359-07"]}} -{"id":"ec-meeting-2017-06-22-2ed2811953e8ecb4c12445ad9528dbef39dcf5bb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-22 - Cabinet of Vice-President Günther Oettinger x The European Region of the International Lesbian, Gay, Bisexual, Trans and Intersex Association"],"date":["2017-06-22"],"summary":["diversity"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["ec-person-923b96517f0dd544d160200d38d05b6ffe72372e","eu-tr-11977456675-84"]}} -{"id":"ec-meeting-2017-06-22-316c6ad52f597a9445ff71431da64efd8fb30731","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-22 - Cabinet of Vice-President Andrus Ansip x Springer Nature AG & Co. KGaA Avisa Partners"],"date":["2017-06-22"],"summary":["Copyright"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-e91c5be432b6b3efdda369792fed67c20b767a45","eu-tr-54210841652-13","eu-tr-391575415702-29"]}} -{"id":"ec-meeting-2017-06-22-3e3bd3ea49f4ffb9cd0f4100b047ae5e853d7dd1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-22 - Inspire, Debate, Engage and Accelerate Action x AJC Transatlantic Institute"],"date":["2017-06-22"],"summary":["Transatlantic Relations"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-dg-idea"],"involved":["eu-tr-95713206856-14","ec-person-4fe56a64c00b3e81c851b5538878b32481bd7d3c"]}} -{"id":"ec-meeting-2017-06-22-48d9e349174c733c2ae6993eaefe246077eb1620","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-22 - Financial Stability, Financial Services and Capital Markets Union x Managed Funds Association"],"date":["2017-06-22"],"summary":["CMU, Brexit, AIFMD"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["ec-person-bdee7a93f95c8ef05079539170139b3c02e8ed96","eu-tr-041415315167-65"]}} -{"id":"ec-meeting-2017-06-22-49834b7908a6c8681602563281f707ac59a79b94","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-22 - Cabinet of Vice-President Cecilia Malmström x Ericsson"],"date":["2017-06-22"],"summary":["investment policy"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-02021363105-42","ec-person-591ec829ca734bcfe59a2c9c7f07f9dff22a0ea9"]}} -{"id":"ec-meeting-2017-06-22-4e93316cc4512e727e5f75d76c40fe849e937848","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-22 - Competition x Bundesverband der Deutschen Industrie e.V."],"date":["2017-06-22"],"summary":["To discuss competition trends"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-comp"],"involved":["eu-tr-1771817758-48","ec-person-8600a621c9aef12fc33b708e13b3cd3d5fa5696b"]}} -{"id":"ec-meeting-2017-06-22-62331fc88ce97087090f76df8d032fc54f95b6e1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-22 - Cabinet of Vice-President Günther Oettinger x HERE Technologies"],"date":["2017-06-22"],"summary":["DSM"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-653186923801-58","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2017-06-22-6bbc098204d7937bd981003137aa6eff53802e05","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-22 - Cabinet of First Vice-President Frans Timmermans x Ellen MacArthur Foundation"],"date":["2017-06-22"],"summary":["Plastics Strategy"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussel"],"address":["Brussel"],"addressEntity":["addr-62ff8a238a97c72453d6fc3e5cd26a143cd991e7"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-206816021848-17","ec-person-966667b73d92624be9bb019c2baab7e52331b3d3"]}} -{"id":"ec-meeting-2017-06-22-918847acc83d8ea4bdfe119a81e71fc576d502f6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-22 - Cabinet of Vice-President Karmenu Vella x University of Cambridge Institute for Sustainability Leadership"],"date":["2017-06-22"],"summary":["Circular Economy"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["eu-tr-093264224463-23","ec-person-c3b835c0518074ff4c4d2774cbe39b4fd24ba71a"]}} -{"id":"ec-meeting-2017-06-22-94453c6335cea2ab021811b089bd01fbba163cad","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-22 - Cabinet of Vice-President Andrus Ansip x Association for the International Collective Management of Audiovisual Works"],"date":["2017-06-22"],"summary":["SatCab Regulation"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-736743319528-42","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45"]}} -{"id":"ec-meeting-2017-06-22-a93e35516d92738bf70b28f4713d374ce38af94c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-22 - Health and Food Safety x Institut Català de la Salut - Hospital Universitari Vall d'Hebron"],"date":["2017-06-22"],"summary":["Discussion on ERN"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-sante"],"involved":["eu-tr-730790227498-12","ec-person-3c7fdbe0c1c235777d916309465339b7ed1666f6"]}} -{"id":"ec-meeting-2017-06-22-afd6c173b2230a9f55f5babacf46ed43ea6ed72f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-22 - Climate Action x Northvolt"],"date":["2017-06-22"],"summary":["Batteries development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-clima"],"involved":["eu-tr-278373226442-94","ec-person-44c2f44f96dda2012bcb4e9abc749f6cae86a4c0"]}} -{"id":"ec-meeting-2017-06-22-b5291f9d12a64a0c7b8a6d5bf1bca3cd63595c2f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-22 - Cabinet of Vice-President Jyrki Katainen x Managed Funds Association"],"date":["2017-06-22"],"summary":["CMU mid term review and financial services."],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-955e8c493ab54847bb92b65986f56a401f8eabee","eu-tr-041415315167-65"]}} -{"id":"ec-meeting-2017-06-22-f110f87ef80feb2c9234ad447b3ee4295c8567eb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-22 - Cabinet of Commissioner Vytenis Andriukaitis x Istituto per la Competitività"],"date":["2017-06-22"],"summary":["HTA"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["eu-tr-859942318143-66","ec-person-059ca943fc5fc696d2a97849c635ddf7b6ab7fd7"]}} -{"id":"ec-meeting-2017-06-22-f2bb6b2429f16ad3e85d1e7d25c5b1ec4b130e8c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-22 - Cabinet of Vice-President Cecilia Malmström x The Consumer Goods Forum"],"date":["2017-06-22"],"summary":["Trade policy"],"notes":["Portfolio: Trade"],"location":["Berlin"],"address":["Berlin"],"addressEntity":["addr-062b06ba8e755765c6b049809b7430fd54fe5b21"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-19b143e83f8ab978c55c8a9a9e49e06dbfa14bf3","eu-tr-637980427407-25","ec-person-cb8ca9ec2413722fa83484ed18dd76ace52d0118"]}} -{"id":"ec-meeting-2017-06-23-11bb5a8bbd041d6f24f165c01ac725f53bad9774","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-23 - Cabinet of Commissioner Margrethe Vestager x Confederation of Danish Industry"],"date":["2017-06-23"],"summary":["EU Current Affairs"],"notes":["Portfolio: Competition"],"location":["Copenhagen, Denmark"],"address":["Copenhagen, Denmark"],"addressEntity":["addr-037407970050e97c761587d63aacfaeb126cab45"],"organizer":["ec-cabinet-commissioner-margrethe-of-vestager"],"involved":["ec-person-baa1c172df109ebd1f0307bccb5e21aec66c7a25","eu-tr-5749958415-41"]}} -{"id":"ec-meeting-2017-06-23-268e823413edcb57ae7488800a9914e3da287ea0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-23 - Cabinet of Vice-President Günther Oettinger x IBM Corporation"],"date":["2017-06-23"],"summary":["diversity"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-7721359944-96","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2017-06-23-6eb8f1dcba9ea12b8439af28ac38ebd3dabf4a9e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-23 - Cabinet of Commissioner Marianne Thyssen x Eurocities"],"date":["2017-06-23"],"summary":["POLITICAL DEBATE ON WORK AND SOCIAL INCLUSION IN CITIES"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Ghent city hall"],"address":["Ghent city hall"],"addressEntity":["addr-fd2976427e185ea84b59d6943ad1a3896575d902"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["ec-person-5a49eb89125b4b5d1125b3925bbb64aba1bea2b3","eu-tr-12493392840-79"]}} -{"id":"ec-meeting-2017-06-23-b175c7a965b59f443ecea55654e0b977a0118857","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-23 - Climate Action x BorgWarner Inc."],"date":["2017-06-23"],"summary":["CO2 and cars"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-clima"],"involved":["ec-person-44c2f44f96dda2012bcb4e9abc749f6cae86a4c0","eu-tr-015767123682-52"]}} -{"id":"ec-meeting-2017-06-26-01144a87dd86cd1a06353f01b4d0a8b85d1750cc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-26 - Directorate-General for International Partnerships x Q&T s.r.l."],"date":["2017-06-26"],"summary":["Projects in Central America and Africa"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-intpa"],"involved":["eu-tr-010498721839-19","ec-person-05c4477b89b93e7969f12d89b38f77fedce5876f"]}} -{"id":"ec-meeting-2017-06-26-01939d8a1c76893a9f8c26a61d58fa653d58883b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-26 - Cabinet of Vice-President Valdis Dombrovskis x Bundesverband Deutscher Leasing-Unternehmen e. V."],"date":["2017-06-26"],"summary":["CMU"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-84917875724-73","ec-person-48f31156d932641826e09f5b73f074d35ff05786"]}} -{"id":"ec-meeting-2017-06-26-035bff373adae8e8a3853c87a32fc4c0893b2c33","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-26 - Cabinet of Vice-President Andrus Ansip x IFPI Representing recording industry worldwide"],"date":["2017-06-26"],"summary":["DSM Mid-term review, copyright"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-60394321918-91","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45"]}} -{"id":"ec-meeting-2017-06-26-139972529646d280ab705458fb3ca1ed691d696d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-26 - Cabinet of Vice-President Günther Oettinger x Bundesvereinigung der Deutschen Arbeitgeberverbände e.V."],"date":["2017-06-26"],"summary":["European affairs"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-7749519702-29","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2017-06-26-1514be3d7c2a152af1484c5cf32ebf36f1eeae10","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-26 - Cabinet of Vice-President Andrus Ansip x Bundesverband der Deutschen Industrie e.V."],"date":["2017-06-26"],"summary":["DSM Mid-term review"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-1771817758-48","ec-person-6a03bc4fa7657513ea34529e98dba0671ef4c849"]}} -{"id":"ec-meeting-2017-06-26-20a32b5356461fcc417fed249063362e93ce93be","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-26 - Cabinet of Commissioner Carlos Moedas x X Prize Foundation"],"date":["2017-06-26"],"summary":["Innovation Prizes"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-b8d49828915f9008e764a78796d47ea00807a658","ec-person-0a716bf5253e913fc40ebf14c12f30dc2e7a06ee","eu-tr-241402227558-79"]}} -{"id":"ec-meeting-2017-06-26-2ccff739b2cad88a1764d5b648ce12dc63d6417f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-26 - Cabinet of Vice-President Jyrki Katainen x Naval Group"],"date":["2017-06-26"],"summary":["European Defence Fund"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90","eu-tr-57864135710-49"]}} -{"id":"ec-meeting-2017-06-26-3d73b64731604dfff76310be6e3a190b718dac19","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-26 - Competition x Bundesvereinigung der Deutschen Arbeitgeberverbände e.V."],"date":["2017-06-26"],"summary":["European affairs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-comp"],"involved":["ec-person-8600a621c9aef12fc33b708e13b3cd3d5fa5696b","eu-tr-7749519702-29"]}} -{"id":"ec-meeting-2017-06-26-44dcf04a76da7c6fc645671d7afd459cefb53c58","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-26 - Migration and Home Affairs x Bundesvereinigung der Deutschen Arbeitgeberverbände e.V."],"date":["2017-06-26"],"summary":["Informal Dinner Discussion on Legal Migration/Integration"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-home"],"involved":["eu-tr-7749519702-29","ec-person-ae1262e8850ed1e9a0530b0ad7440ac648255896"]}} -{"id":"ec-meeting-2017-06-26-45af0245fd11e0609b51e6bf449b54eb3384b9ff","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-26 - Cabinet of Vice-President Valdis Dombrovskis x Bundesvereinigung der Deutschen Arbeitgeberverbände e.V."],"date":["2017-06-26"],"summary":["European affairs"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-7749519702-29","ec-person-f376b1eca739c662d2385062249507f23f4ca67e"]}} -{"id":"ec-meeting-2017-06-26-4dbbd42bac6474d4c1ac7a2d1547c6cbd3292297","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-26 - Cabinet of Vice-President Cecilia Malmström x Human Rights Watch"],"date":["2017-06-26"],"summary":["Report on Forced and Child Labor Linked to World Bank Group Investments in Uzbekistan"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-56362448807-46","ec-person-591ec829ca734bcfe59a2c9c7f07f9dff22a0ea9"]}} -{"id":"ec-meeting-2017-06-26-75579b61737c65a8c7676457fc66f99d3cb43194","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-26 - Cabinet of Vice-President Günther Oettinger x Association des Constructeurs Européens d'Automobiles"],"date":["2017-06-26"],"summary":["connected and automated driving"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-0649790813-47","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2017-06-26-7864f6e1613ac7b38ad8f4ea592c45890106a30b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-26 - Cabinet of Vice-President Andrus Ansip x Royal Institute of International Affairs"],"date":["2017-06-26"],"summary":["Digital Single Market, cybersecurity"],"notes":["Portfolio: Digital Single Market"],"location":["London"],"address":["London"],"addressEntity":["addr-4c57f0c88d9844630327623633ce269cf826ab99"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-c759bd58acc54869aa8e62ce652efcda416e25c2","eu-tr-936796623531-41","ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0"]}} -{"id":"ec-meeting-2017-06-26-89831614b1c7b727c06fe5d9ab45ac587c18df7b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-26 - Cabinet of Vice-President Jyrki Katainen x The European Steel Association"],"date":["2017-06-26"],"summary":["Mobility package"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-93038071152-83","ec-person-0da85dc48012e26688310a59a0b51727ea68f410"]}} -{"id":"ec-meeting-2017-06-26-96a7d7d72627f33ee87e3c132f5f1596bfa9ac76","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-26 - Cabinet of Vice-President Günther Oettinger x SÜSS MicroTec SE"],"date":["2017-06-26"],"summary":["Digitisation of European Industry"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-160487726256-95","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2017-06-26-97ee24a4f2f1da1cc7d13e833c1da4d738fa3cf2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-26 - Cabinet of Commissioner Pierre Moscovici x European Round Table for Industry"],"date":["2017-06-26"],"summary":["The taxation agenda in general."],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["ec-person-1d299d025d2afdcba46db3d131b6197fab6e0c89","eu-tr-25487567824-45"]}} -{"id":"ec-meeting-2017-06-26-b248d86b0749e4335bc90809dcd80a2919956ef7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-26 - Cabinet of Commissioner Marianne Thyssen x Social Progress Imperative"],"date":["2017-06-26"],"summary":["Areas where the SPI approach could support the wider social investment agenda in DG EMPL."],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["BERL 40/411"],"address":["BERL 40/411"],"addressEntity":["addr-0f40886739a02deab2342b455478dd85c335b4d5"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["ec-person-5a49eb89125b4b5d1125b3925bbb64aba1bea2b3","eu-tr-771713924589-06","ec-person-97cc52ff34af5e6170626d2711bb791d319e064a"]}} -{"id":"ec-meeting-2017-06-26-ca0379941714e93316be9a1a17b6b0fb73a68e69","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-26 - Cabinet of Vice-President Valdis Dombrovskis x Association Française de la Gestion financière"],"date":["2017-06-26"],"summary":["Pan-European Personal Pension initiative"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-5975679180-97","ec-person-eec82261c60167b261e56ad1e2bfb4c482db6191","ec-person-a9eda2e8ea54b70a968327672c6cada679d3cd56"]}} -{"id":"ec-meeting-2017-06-26-cda251d5bba525eebf1df3d63772f023d3291b31","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-26 - Cabinet of Vice-President Karmenu Vella x Stena Metall AB"],"date":["2017-06-26"],"summary":["Plastic Strategy, Circular Economy (Aurore Maillet absent, replaced by Jennifer Wesche)"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["ec-person-4ff7c27445db4ad88e687776974fd8d077a1fe0c","eu-tr-296886525351-47"]}} -{"id":"ec-meeting-2017-06-26-def3ed6a17b3030e4bc0481711a432659f774355","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-26 - Cabinet of Vice-President Jyrki Katainen x Kreab Stena Metall AB"],"date":["2017-06-26"],"summary":["Plastics Strategy"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-1078390517-54","eu-tr-296886525351-47","ec-person-0da85dc48012e26688310a59a0b51727ea68f410"]}} -{"id":"ec-meeting-2017-06-26-e5584d3702305b464918af401065583ae8432bd5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-26 - Cabinet of Vice-President Valdis Dombrovskis x Trustonic"],"date":["2017-06-26"],"summary":["fintech sector and the completion of the Capital Markets Union"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-537401fc0be04984531b83660f416bf2fe14fbd8","eu-tr-415191327376-50"]}} -{"id":"ec-meeting-2017-06-26-e7fba626d141a5bca41d3d3e74b1727b34a227fe","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-26 - Cabinet of Vice-President Maroš Šefčovič x Business Bridge Europe"],"date":["2017-06-26"],"summary":["Annual EU Space Conference"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-2be517b9261a91f2f07e05ec14c6331980e9716e","eu-tr-72856225852-31"]}} -{"id":"ec-meeting-2017-06-26-e9e83d6a13265777b94cf39025d5731432555098","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-26 - Cabinet of Commissioner Carlos Moedas x GlaxoSmithKline"],"date":["2017-06-26"],"summary":["Antimicrobial resistance (AMR)"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["eu-tr-7990322925-77","ec-person-23980b2bc4fd9c82051d0f7888dc236b2f764866"]}} -{"id":"ec-meeting-2017-06-27-0a4d47de59de1a881c8b73d9f76be38ca3fcec37","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-27 - Cabinet of Commissioner Carlos Moedas x IP Europe VZW"],"date":["2017-06-27"],"summary":["Presentation of SME Manifesto"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-b8d49828915f9008e764a78796d47ea00807a658","eu-tr-562316318576-78","ec-person-a45151b401196e9c374c9acdada9d8840da271ad"]}} -{"id":"ec-meeting-2017-06-27-1809eadb638e13c35e162754832622933d94f1ae","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-27 - Cabinet of Vice-President Andrus Ansip x European Cyber Security Organisation"],"date":["2017-06-27"],"summary":["Cyber Security Strategy"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-3ca0c466b8ff230d4409591430b388007ce14ff8","eu-tr-684434822646-91"]}} -{"id":"ec-meeting-2017-06-27-1e11a9f9f0b2eeaaa54293fb297c2db680c14628","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-27 - Cabinet of Vice-President Andrus Ansip x IMPALA Association Internationale AISBL"],"date":["2017-06-27"],"summary":["Geoblocking, copyright"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-12383069253-19","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45"]}} -{"id":"ec-meeting-2017-06-27-22d6a39dbf7a030bf72fe1deecfc4659fa73ec67","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-27 - Cabinet of Vice-President Miguel Arias Cañete x Avisa Partners"],"date":["2017-06-27"],"summary":["e-mobility"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-54210841652-13","ec-person-25a937c04cd0a0ddcf5cf34798e76b5105854114"]}} -{"id":"ec-meeting-2017-06-27-3da692b1bd04efd077338b603f7e21a0761acea9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-27 - Cabinet of Vice-President Andrus Ansip x Microsoft Corporation"],"date":["2017-06-27"],"summary":["Copyright, Text and Data Mining"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-0801162959-21","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45"]}} -{"id":"ec-meeting-2017-06-27-54936c57be045318bda3b8bf098dd2aa6e50641c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-27 - Cabinet of Commissioner Phil Hogan x CEMA - European Agricultural Machinery Industry Association"],"date":["2017-06-27"],"summary":["Reform of the CAP"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-489575310490-58","ec-person-b0d24e81234b490dd841a09b69892304b27fc6a8"]}} -{"id":"ec-meeting-2017-06-27-690fac97ba7d48494360ac03ea6d8d910d2271d7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-27 - Cabinet of Commissioner Pierre Moscovici x Mastercard"],"date":["2017-06-27"],"summary":["Discussion on the cash control proposal and pre-paid cards."],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["ec-person-1d299d025d2afdcba46db3d131b6197fab6e0c89","eu-tr-58204758673-16"]}} -{"id":"ec-meeting-2017-06-27-881d26d4ea191d460e17ae4a29da50f70f0358df","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-27 - Cabinet of Commissioner Phil Hogan x WWF European Policy Programme"],"date":["2017-06-27"],"summary":["Opening office"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-1414929419-24","ec-person-a1a78365cc4685b0958056646204977d8f2ead92"]}} -{"id":"ec-meeting-2017-06-27-8a8b4c518705c5071e85063743f8368dba907163","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-27 - Inspire, Debate, Engage and Accelerate Action x LinkedIn Ireland"],"date":["2017-06-27"],"summary":["Talent Management and Future of Work"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-dg-idea"],"involved":["eu-tr-430008722431-29","ec-person-4fe56a64c00b3e81c851b5538878b32481bd7d3c"]}} -{"id":"ec-meeting-2017-06-27-9b3a29a36f38f15a010b31eabee01423b190e8ea","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-27 - Cabinet of Commissioner Marianne Thyssen x UNI Europa European Cleaning and Facility Services Industry EuroCommerce European Banking Federation World Employment Confederation-Europe"],"date":["2017-06-27"],"summary":["Changing world of work, social dialogue"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["eu-tr-43785827982-59","eu-tr-84973761187-60","eu-tr-79863609229-39","eu-tr-4722660838-23","ec-person-7567514af00f139b390cf9864d28a090ca0fde25","eu-tr-7438623236-16"]}} -{"id":"ec-meeting-2017-06-27-a5ffe9377b9c62bf447881b0889ae5a4284cd7ea","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-27 - Cabinet of Vice-President Jyrki Katainen x IRBM SPA"],"date":["2017-06-27"],"summary":["Launch of the specialized High Science TV"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-489579617056-32","ec-person-81b1dda49062e5dac42bdad9273fa72968a2c325"]}} -{"id":"ec-meeting-2017-06-27-aca577983694f1787c2da1607ec66cbafee158fd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-27 - Cabinet of Vice-President Andrus Ansip x Facebook Ireland Limited"],"date":["2017-06-27"],"summary":["e-privacy"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-5db7bdd1c81da2e70eb5b982097d0004111b5c3e","eu-tr-28666427835-74"]}} -{"id":"ec-meeting-2017-06-27-b25c7f90fc1221199f062a884cdcd27f703792c8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-27 - Cabinet of Vice-President Karmenu Vella x Fundação Oceano Azul"],"date":["2017-06-27"],"summary":["Our Ocean 2017 Conference"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["eu-tr-969268727576-65","ec-person-2966d69fae0ea4e67f3f2df5a743cc766267d3c8"]}} -{"id":"ec-meeting-2017-06-27-b86e587cf1eb50bc77aa31b203462eb5dfde98eb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-27 - Cabinet of Vice-President Valdis Dombrovskis x UNI Europa European Cleaning and Facility Services Industry EuroCommerce Fédération Générale du Travail de Belgique - Algemeen Belgisch Vakverbond European Banking Federation World Employment Confederation-Europe"],"date":["2017-06-27"],"summary":["Role of Social partners in the Services Sector"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-43785827982-59","eu-tr-84973761187-60","eu-tr-79863609229-39","eu-tr-504693417417-52","ec-person-f376b1eca739c662d2385062249507f23f4ca67e","eu-tr-4722660838-23","eu-tr-7438623236-16","ec-person-1f98d05bdaed2c40396781b1eb7b0aa47cb8dd20"]}} -{"id":"ec-meeting-2017-06-27-c9d5127d988ebd834ce74458a876e387fc549a0f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-27 - Migration and Home Affairs x Centre for European Reform"],"date":["2017-06-27"],"summary":["5th Meeting of the Amato Group: External Dimension of Migration Management"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-home"],"involved":["eu-tr-524976815651-12","ec-person-ae1262e8850ed1e9a0530b0ad7440ac648255896"]}} -{"id":"ec-meeting-2017-06-27-ca1b97171897e139cdede5f9c1af2722857ac474","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-27 - Cabinet of Commissioner Elżbieta Bieńkowska x European Association Automotive Suppliers"],"date":["2017-06-27"],"summary":["industrial policy, GEAR 2030"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-91408765797-03","ec-person-b2f9be51339f054477846797e2c119fcf16548fc"]}} -{"id":"ec-meeting-2017-06-27-ccd1fe91295ff9510f85bb8659b2cfebfd656433","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-27 - Cabinet of Vice-President Andrus Ansip x IP2Innovate"],"date":["2017-06-27"],"summary":["Patent legal system"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-207857725603-49","ec-person-6a03bc4fa7657513ea34529e98dba0671ef4c849"]}} -{"id":"ec-meeting-2017-06-27-de3f80864dcaee293462b000562fa209ea8efd84","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-27 - Cabinet of President Jean-Claude Juncker x France Brevets"],"date":["2017-06-27"],"summary":["Innovation et PME"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-98eba7ab1446c6dce384fdc2ecd48c7cadf9ee4e","eu-tr-979589218673-05"]}} -{"id":"ec-meeting-2017-06-27-df7f81b42b5677f6dcaf3d348b154af7194468ae","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-27 - Environment x Zero Waste Europe"],"date":["2017-06-27"],"summary":["Circular Economy Package, international and european cooperation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-env"],"involved":["eu-tr-47806848200-34","ec-person-3bc74ce04ea3f4ab4d91a5c88eef25b8b8a213b4"]}} -{"id":"ec-meeting-2017-06-27-e21dcba79536371fe76dbebd210073b2e37da728","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-27 - Cabinet of Vice-President Jyrki Katainen x Association Internationale de la Savonnerie, de la Détergence et des Produits d'Entretien"],"date":["2017-06-27"],"summary":["Implementation of chemicals legislation"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-c50e8c2cc390c5efb0626988d173bc6758459e0f","eu-tr-6168551998-60","ec-person-0da85dc48012e26688310a59a0b51727ea68f410"]}} -{"id":"ec-meeting-2017-06-27-f3e2c8dd58a028c70ec7b176e17992f333b17927","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-27 - Cabinet of President Jean-Claude Juncker x Orascom Housing Company"],"date":["2017-06-27"],"summary":["Social housing in North Africa"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-e415577aabb40c0f789310505c6c5803aa69037b","eu-tr-698449927536-74","ec-person-80c6995ad1cd6aefa72f1bf440b17b6d8c6dd4b8","ec-person-f9475e4bba20c9a170912adada60941243f778ad"]}} -{"id":"ec-meeting-2017-06-28-0c787d38174d557262aa52d3373103bab82cd79c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-28 - Financial Stability, Financial Services and Capital Markets Union x Mizuho Financial Group, Inc."],"date":["2017-06-28"],"summary":["banking package"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-619816425761-15","ec-person-bdee7a93f95c8ef05079539170139b3c02e8ed96"]}} -{"id":"ec-meeting-2017-06-28-1de5ed1196562326060eedf35dd1f995da22b290","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-28 - Cabinet of Commissioner Elżbieta Bieńkowska x Viewpoint Group"],"date":["2017-06-28"],"summary":["EDAP"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Warsaw"],"address":["Warsaw"],"addressEntity":["addr-706f6339e835d0512d5d873d62a3e08aba143f49"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["ec-person-d2997a7f359c91a337055c3e24dd36bf928de38d","eu-tr-690786127465-40"]}} -{"id":"ec-meeting-2017-06-28-20b7103bdb9dca7c0686d61ec5f5c12d81f9057c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-28 - Financial Stability, Financial Services and Capital Markets Union x EUROPEAN AUSTRALIAN BUSINESS COUNCIL"],"date":["2017-06-28"],"summary":["macro-economic governance and financial markets reform"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-56953548578-36","ec-person-bdee7a93f95c8ef05079539170139b3c02e8ed96"]}} -{"id":"ec-meeting-2017-06-28-2533407f9ee1cee3933d00c0e4d1e60d996c3748","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-28 - Cabinet of Commissioner Marianne Thyssen x LinkedIn Ireland"],"date":["2017-06-28"],"summary":["Skills and big data"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["ec-person-bdb607d5d994a4056dd700f8f52d9af25b406b36","eu-tr-430008722431-29"]}} -{"id":"ec-meeting-2017-06-28-255ba08579e11bb6f06a381bf2fc3054021086de","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-28 - Cabinet of Vice-President Neven Mimica x World Vision Brussels & EU Representation ivzw/aisbl"],"date":["2017-06-28"],"summary":["Preparation of the Conference \"Faces of Today, Leaders of Tomorrow - EU joins forces with girls to end violence for good\""],"notes":["Portfolio: International Cooperation & Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-mimica-neven-of-president-vice"],"involved":["eu-tr-64689102746-48","ec-person-b187f3955c71d2e1daa48e02fd0a09ab7c6f6098"]}} -{"id":"ec-meeting-2017-06-28-27dc64700cf0162f984e0ee1a408997182c5a4e0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-28 - Cabinet of President Jean-Claude Juncker x Bundesverband deutscher Banken e.V."],"date":["2017-06-28"],"summary":["Financial services agenda"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-c402e34a99fbee730ae22e3b1958e21c94dc6fcc","eu-tr-0764199368-97"]}} -{"id":"ec-meeting-2017-06-28-3c61471ffb6221f2346c999db858597105e34c19","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-28 - Cabinet of Commissioner Pierre Moscovici x OXFAM INTERNATIONAL EU ADVOCACY OFFICE"],"date":["2017-06-28"],"summary":["Take-stock meeting - OXFAM wanted an update on the European Tax Agenda for the next few months. They also offered their support in raising awareness on some of priorities."],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["eu-tr-46856801604-90","ec-person-1d299d025d2afdcba46db3d131b6197fab6e0c89"]}} -{"id":"ec-meeting-2017-06-28-3df12b6c8ca110fbc67d066375a60acd9624c94f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-28 - Cabinet of Vice-President Cecilia Malmström x The European Region of the International Lesbian, Gay, Bisexual, Trans and Intersex Association"],"date":["2017-06-28"],"summary":["Speech at the 3rd European Equality Gala"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-19b143e83f8ab978c55c8a9a9e49e06dbfa14bf3","eu-tr-11977456675-84"]}} -{"id":"ec-meeting-2017-06-28-4802f29b8cca881761a78f149c686f0ffbc69044","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-28 - Cabinet of High Representative / Vice-President Federica Mogherini x International Federation for Human Rights"],"date":["2017-06-28"],"summary":["Human rights situation in Belarus"],"notes":["Portfolio: Foreign Affairs and Security Policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"involved":["eu-tr-97628146980-33","ec-person-23c55ec7dbedbeca55522253bc69ae6fd1bea72c","ec-person-97549b50ce25e488bb1c03d83cfb838cd4fdf293"]}} -{"id":"ec-meeting-2017-06-28-4b048a1da6c80c3ffc37ada45c66db88c091435a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-28 - Cabinet of Commissioner Pierre Moscovici x BREIZ EUROPE"],"date":["2017-06-28"],"summary":["Meeting was organised at the request of Breiz Europe to discuss the farmers' VAT scheme."],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["ec-person-3cbeba61ae952f06fe4916c381438ebbc676a597","eu-tr-44968076843-33"]}} -{"id":"ec-meeting-2017-06-28-54d859b8c1ec52504d50527c7289b8fd4a02ef53","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-28 - Cabinet of Commissioner Carlos Moedas x University of Ulm, Institute for Complex Quantum Systems"],"date":["2017-06-28"],"summary":["Quantum Technology Flagship"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["eu-tr-975691716328-53","ec-person-b8d49828915f9008e764a78796d47ea00807a658"]}} -{"id":"ec-meeting-2017-06-28-5a6ca9836c68809ef919cb8d10a9d52992aa4e3e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-28 - Cabinet of Vice-President Günther Oettinger x Deutsche Gesellschaft für Internationale Zusammenarbeit (GIZ) GmbH"],"date":["2017-06-28"],"summary":["financial issues"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-78346836208-90","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2017-06-28-6042a8fbce1634215bcbb8518f21b02162d53378","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-28 - Cabinet of First Vice-President Frans Timmermans x Shell Companies"],"date":["2017-06-28"],"summary":["Courtesy meeting Floris Van Hovel - EU Liaison Office"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["ec-person-6c0efbf1635ca0cb8dce32e129231fa3136f600b","eu-tr-05032108616-26"]}} -{"id":"ec-meeting-2017-06-28-75c712d1a6e911eec49883de597d416de5784180","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-28 - Inspire, Debate, Engage and Accelerate Action x The European House - Ambrosetti"],"date":["2017-06-28"],"summary":["Competitiveness Indices"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-dg-idea"],"involved":["eu-tr-625244214975-24","ec-person-4fe56a64c00b3e81c851b5538878b32481bd7d3c"]}} -{"id":"ec-meeting-2017-06-28-9ec12b3a16645dc7b1f2d927df6c52a231abaa55","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-28 - Cabinet of Vice-President Jyrki Katainen x LinkedIn Ireland"],"date":["2017-06-28"],"summary":["Aggregating data for skills trends across EU"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-81b1dda49062e5dac42bdad9273fa72968a2c325","eu-tr-430008722431-29"]}} -{"id":"ec-meeting-2017-06-28-ad1f9a6ed9f88c844a972b224b5e88ae203a9f30","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-28 - Cabinet of Commissioner Marianne Thyssen x Institut der deutschen Wirtschaft Köln e.V. Bundesverband deutscher Banken e.V."],"date":["2017-06-28"],"summary":["“Future of the European Monetary Union – how to deepen the Eurozone?”"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Representation of the State of North Rhine-Westphalia to the European Union, Rue Montoyer 47, 1000 Brussels"],"address":["Representation of the State of North Rhine-Westphalia to the European Union, Rue Montoyer 47, 1000 Brussels"],"addressEntity":["addr-61ad7d4d79840f4d9641295b4776f2a0164b68ff"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["eu-tr-132414515813-88","ec-person-5a49eb89125b4b5d1125b3925bbb64aba1bea2b3","eu-tr-0764199368-97"]}} -{"id":"ec-meeting-2017-06-28-b3b3451ba3bbc13d7b8a7fe9c96e0ebc238753fa","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-28 - Cabinet of Commissioner Elżbieta Bieńkowska x International Chemical Secretariat"],"date":["2017-06-28"],"summary":["REACH"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-95363765837-60","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2017-06-28-bff25864f7953731489392b725c4a8ba15f5ecb0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-28 - Cabinet of Vice-President Jyrki Katainen x european competitive telecommunications association"],"date":["2017-06-28"],"summary":["Competition, innovation & investment"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90","ec-person-c50e8c2cc390c5efb0626988d173bc6758459e0f","eu-tr-24627752238-32"]}} -{"id":"ec-meeting-2017-06-28-c1a624e55ae0a10068b9126f0e76f7ded1d40702","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-28 - Cabinet of Vice-President Miguel Arias Cañete x European Association Automotive Suppliers"],"date":["2017-06-28"],"summary":["Batteries"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-91408765797-03","ec-person-25a937c04cd0a0ddcf5cf34798e76b5105854114"]}} -{"id":"ec-meeting-2017-06-28-cba92af457d2ee644ea8581f3dc7778a07591419","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-28 - Cabinet of Vice-President Cecilia Malmström x Telia Company AB"],"date":["2017-06-28"],"summary":["Telia Company strategy in the Eurasian region, notably in Uzbekistan and Azerbaijan"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-381805014604-45","ec-person-591ec829ca734bcfe59a2c9c7f07f9dff22a0ea9"]}} -{"id":"ec-meeting-2017-06-28-d1af535d35697ff9a3a74d5e07ffec132a2ea16c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-28 - Cabinet of Vice-President Johannes Hahn x Rasmussen Global"],"date":["2017-06-28"],"summary":["Ukraine"],"notes":["Portfolio: European Neighbourhood Policy & Enlargement Negotiations"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-hahn-johannes-of-president-vice"],"involved":["ec-person-14243ca3b6c9c0f57c03163cfda58dad2d75b681","eu-tr-923424020779-19"]}} -{"id":"ec-meeting-2017-06-28-de2c261af2a69bb9aef9ea54056acfdc7cd85f3f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-28 - Cabinet of Vice-President Jyrki Katainen x Mind the Bridge Foundation"],"date":["2017-06-28"],"summary":["Startups and scaleups"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-700186718007-46","ec-person-81b1dda49062e5dac42bdad9273fa72968a2c325"]}} -{"id":"ec-meeting-2017-06-28-e023fe68d97de1f8d60853d2d9768aba6d40ee38","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-28 - Cabinet of Vice-President Neven Mimica x Tetra Pak Group"],"date":["2017-06-28"],"summary":["External Investment Plan"],"notes":["Portfolio: International Cooperation & Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-mimica-neven-of-president-vice"],"involved":["ec-person-e90858f5aba78fd0e1cb2f757c3f38d55d91f98b","eu-tr-7574443768-34"]}} -{"id":"ec-meeting-2017-06-28-ebc9be292c5a83582eed913d6ab16da56bd0b9bd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-28 - Cabinet of Commissioner Christos Stylianides x Human Rights Watch Norwegian Refugee Council Europe European Disability Forum"],"date":["2017-06-28"],"summary":["Taking into account the needs of people with disabilities in humanitarian action"],"notes":["Portfolio: Humanitarian Aid & Crisis Management"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-christos-commissioner-of-stylianides"],"involved":["eu-tr-57868523887-16","ec-person-70f80fbf343dc133e693ec37b3cac62182713647","ec-person-4424ecf39f7c6c9e4022ac46c71d81b0464ae6a5","eu-tr-750447615329-96","ec-person-08c677aa002baa9f95be8a2d0aa3b89875e2badf","eu-tr-56362448807-46"]}} -{"id":"ec-meeting-2017-06-28-eef3869d6a19b267e160f4f2957edd0d022d0ba5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-28 - Cabinet of Commissioner Phil Hogan x BREIZ EUROPE"],"date":["2017-06-28"],"summary":["trends on the debate in front of the reform of the CAP…. Especially the exchange will develop on how POs could be involved in it, especially through the rural development’s policy, on the prevention and the management of the crises but also in the improvement of the competitiveness through research, innovation and development"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels, BERL"],"address":["Brussels, BERL"],"addressEntity":["addr-3c3fa5f92474ebac668808553fbab6d1c14aa243"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-44968076843-33","ec-person-428cf365f3847d04012831ef2642a1a69aed518d"]}} -{"id":"ec-meeting-2017-06-29-1d577867aed623375c9c498b7b20d73c41af9f9f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-29 - Cabinet of Commissioner Elżbieta Bieńkowska x Verband der Automobilindustrie"],"date":["2017-06-29"],"summary":["CO2 regulation, IAA"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-95574664768-90","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2017-06-29-2c56cb9915a1f047fb5dc989f6d5515a8782eb79","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-29 - Cabinet of Vice-President Valdis Dombrovskis x Deutsche Börse AG"],"date":["2017-06-29"],"summary":["EMIR"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["conference call"],"address":["conference call"],"addressEntity":["addr-e26ec8db46626d4f460f33bdb70c0f9dfa8ef7f3"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-20884001341-42","ec-person-a9eda2e8ea54b70a968327672c6cada679d3cd56"]}} -{"id":"ec-meeting-2017-06-29-2def93b74d16b5c745678ce1b57e4dc4cc45c2e8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-29 - Cabinet of Commissioner Věra Jourová x SMEunited aisbl"],"date":["2017-06-29"],"summary":["Work-Life Balance"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["eu-tr-55820581197-35","ec-person-5455ecfabb89025694c798deac08160a2be17d94"]}} -{"id":"ec-meeting-2017-06-29-3773b18e52e8227f6dc64c34181fae07da76dc25","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-29 - Cabinet of Vice-President Jyrki Katainen x Citigroup Inc."],"date":["2017-06-29"],"summary":["Financial markets, investment firms and Brexit."],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-00353757573-57","ec-person-955e8c493ab54847bb92b65986f56a401f8eabee"]}} -{"id":"ec-meeting-2017-06-29-408219b6f0f6f264ad04d2342332ada1c96de88a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-29 - Cabinet of Commissioner Marianne Thyssen x The Lisbon Council for Economic Competitiveness and Social Renewal asbl"],"date":["2017-06-29"],"summary":["The Future of Business Summit"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Concert Noble, Rue d'Arlon 82, 1000 Brussels"],"address":["Concert Noble, Rue d'Arlon 82, 1000 Brussels"],"addressEntity":["addr-4ba1e1599877c6d16e61261a451fe0a8667c9ccf"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["ec-person-5a49eb89125b4b5d1125b3925bbb64aba1bea2b3","eu-tr-6766950469-32"]}} -{"id":"ec-meeting-2017-06-29-491cfd8171abf6c37e533a624f6ddf50eb1204cb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-29 - Cabinet of Vice-President Andrus Ansip x Intellectual Ventures"],"date":["2017-06-29"],"summary":["IP policy, SEPs"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-6a03bc4fa7657513ea34529e98dba0671ef4c849","eu-tr-089496527337-94"]}} -{"id":"ec-meeting-2017-06-29-525aa4437c5f51aef276b306ab0be521e724d585","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-29 - Cabinet of Commissioner Julian King x National Grid Commercial Holdings Limited"],"date":["2017-06-29"],"summary":["Security issues"],"notes":["Portfolio: Security Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-julian-king-of"],"involved":["ec-person-37c79733647a2293d1e96e976d3a72c6b707cb4c","eu-tr-56039866688-26"]}} -{"id":"ec-meeting-2017-06-29-5543639625f7fb313dcb4349f84a052c982376d1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-29 - Cabinet of Vice-President Cecilia Malmström x ArcelorMittal"],"date":["2017-06-29"],"summary":["Anti-dumping case on steel"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-23527541824-60","ec-person-20ded9db5df11164331bb161fdf234b1e5ad53fd","ec-person-591ec829ca734bcfe59a2c9c7f07f9dff22a0ea9"]}} -{"id":"ec-meeting-2017-06-29-5a7e95c148e46394ab8217f1dc110c1b32337abf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-29 - Cabinet of Vice-President Valdis Dombrovskis x London Stock Exchange Group"],"date":["2017-06-29"],"summary":["EMIR review"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-48f31156d932641826e09f5b73f074d35ff05786","eu-tr-550494915045-08"]}} -{"id":"ec-meeting-2017-06-29-67d365eece5dac118fcdadbb1e7241d452fb9375","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-29 - Cabinet of Vice-President Johannes Hahn x Nord Stream 2 AG"],"date":["2017-06-29"],"summary":["Nord Stream"],"notes":["Portfolio: European Neighbourhood Policy & Enlargement Negotiations"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-hahn-johannes-of-president-vice"],"involved":["ec-person-14243ca3b6c9c0f57c03163cfda58dad2d75b681","eu-tr-662856722412-20"]}} -{"id":"ec-meeting-2017-06-29-95079cbf19e586614f5ee03f4d2c8bdf10dfb1ed","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-29 - Regional and Urban Policy x Cercle des Délégués Permanents Français"],"date":["2017-06-29"],"summary":["Futur de la politique régionale et de cohésion de l'UE"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-regio"],"involved":["ec-person-3bc647761a4c1a96c0e7b4c3729d7408a61558b0","eu-tr-556993815043-84"]}} -{"id":"ec-meeting-2017-06-29-a478a212e3f7d628410c0a1d4c96eade6e714aae","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-29 - Cabinet of Vice-President Jyrki Katainen x Electric Vehicles Promotion Foundation"],"date":["2017-06-29"],"summary":["Electromobility"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-686820025753-56","ec-person-0da85dc48012e26688310a59a0b51727ea68f410"]}} -{"id":"ec-meeting-2017-06-29-b13438a1083a29af152357f38790a49452a29273","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-29 - Cabinet of Commissioner Phil Hogan x Ibec"],"date":["2017-06-29"],"summary":["AGRI related issues"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["BERL 08/304"],"address":["BERL 08/304"],"addressEntity":["addr-aff09a6f822af9a7e96260c390a7e7bd5d64be8b"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-400dd8d59d3060187d9b9b143d697da1a3d03c12","eu-tr-479468313744-50","ec-person-7d3caa534e5cdda6d5b949bd4b2def39356e3bec"]}} -{"id":"ec-meeting-2017-06-29-b59045317495ab5cc549e16c3c71478427a0c93a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-29 - Health and Food Safety x European Food Banks Federation"],"date":["2017-06-29"],"summary":["Discussion on Food waste"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-sante"],"involved":["eu-tr-79355099508-47","ec-person-3c7fdbe0c1c235777d916309465339b7ed1666f6"]}} -{"id":"ec-meeting-2017-06-29-b6e8d01b6493d8b43595fb6d7a804ba5fddf3b30","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-29 - Cabinet of Commissioner Phil Hogan x Polski Związek Hodowców i Producentów Trzody Chlewnej \"POLSUS\""],"date":["2017-06-29"],"summary":["launch receipte book"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-068516110787-28","ec-person-a1a78365cc4685b0958056646204977d8f2ead92"]}} -{"id":"ec-meeting-2017-06-29-b8f65ef51fc04c247e98a1269382ce5edd4b24c4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-29 - Cabinet of Vice-President Andrus Ansip x Schibsted ASA"],"date":["2017-06-29"],"summary":["e-privacy"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-5db7bdd1c81da2e70eb5b982097d0004111b5c3e","eu-tr-532331921544-33"]}} -{"id":"ec-meeting-2017-06-29-d2709c5c5975a0cfa3d16c3862d17b2c41bc589a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-29 - Cabinet of Vice-President Maroš Šefčovič x Electric Vehicles Promotion Foundation"],"date":["2017-06-29"],"summary":["Electromobility in the E.U. and Poland"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-2be517b9261a91f2f07e05ec14c6331980e9716e","eu-tr-686820025753-56"]}} -{"id":"ec-meeting-2017-06-29-d7ebeaa8bb251371e125cd83a39a4ca157c6ca29","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-29 - Cabinet of Commissioner Violeta Bulc x Verband der Automobilindustrie"],"date":["2017-06-29"],"summary":["Connected automated cars"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-95574664768-90","ec-person-e14c58f620f40325d829df7be0823280307bc15f"]}} -{"id":"ec-meeting-2017-06-29-e113f7266f8c6976e13436d97264a9e2179ff681","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-29 - Cabinet of Vice-President Cecilia Malmström x European Federation of Pharmaceutical Industries and Associations"],"date":["2017-06-29"],"summary":["Turkey - in breach of rules; Canada - some concerns around implementing legislation."],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-38526121292-88","ec-person-20ded9db5df11164331bb161fdf234b1e5ad53fd","ec-person-cb8ca9ec2413722fa83484ed18dd76ace52d0118"]}} -{"id":"ec-meeting-2017-06-29-e2033d589acbdd5db0b19c1ac2e5e9d994ee8dc7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-29 - Cabinet of Vice-President Jyrki Katainen x EUROCADRES - THE COUNCIL OF EUROPEAN PROFESSIONAL AND MANAGERIAL STAFF Transparency International"],"date":["2017-06-29"],"summary":["EU whistleblowers protections initiatives"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-81b1dda49062e5dac42bdad9273fa72968a2c325","eu-tr-501222919-71","eu-tr-803183412905-34"]}} -{"id":"ec-meeting-2017-06-29-f39605451547d1fa47f790fe979412fe4a4ab45a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-29 - Inspire, Debate, Engage and Accelerate Action x Confederación Española de Organizaciones Empresariales"],"date":["2017-06-29"],"summary":["Future of Europe"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-dg-idea"],"involved":["ec-person-4fe56a64c00b3e81c851b5538878b32481bd7d3c","eu-tr-02963738854-41"]}} -{"id":"ec-meeting-2017-06-30-04391274731c0d3af553eee19badc134b7ad75dd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-30 - Cabinet of Vice-President Maroš Šefčovič x Nord Stream 2 AG"],"date":["2017-06-30"],"summary":["Nord Stream 2"],"notes":["Portfolio: Energy Union"],"location":["Moscow"],"address":["Moscow"],"addressEntity":["addr-d18a788a440ad02e3f8bb9bece0ff541ee05f885"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-3bf48630444ace93d407e52eb880e64d480f75ce","eu-tr-662856722412-20"]}} -{"id":"ec-meeting-2017-06-30-1dd7d3b54b2033d4a772ae175e156152818359fa","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-30 - Cabinet of Vice-President Maroš Šefčovič x Shell Companies"],"date":["2017-06-30"],"summary":["Nord Stream and LNG Strategy"],"notes":["Portfolio: Energy Union"],"location":["Moscow"],"address":["Moscow"],"addressEntity":["addr-d18a788a440ad02e3f8bb9bece0ff541ee05f885"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-3bf48630444ace93d407e52eb880e64d480f75ce","eu-tr-05032108616-26"]}} -{"id":"ec-meeting-2017-06-30-3c760acde0864f259ce30cd41835d182edddcace","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-30 - Cabinet of Vice-President Günther Oettinger x None"],"date":["2017-06-30"],"summary":["Reflection paper"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-1771817758-48","eu-tr-31200871765-41","eu-tr-5189667783-94","eu-tr-9922252784-95","eu-tr-22400601191-42","eu-tr-7749519702-29","ec-person-1a98ebdc65a0fda494d1f6eb6fb74247a3036490","eu-tr-6437280268-55"]}} -{"id":"ec-meeting-2017-06-30-44388d3939e61c7fce806b63ad48a7805e13ddde","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-30 - Cabinet of Commissioner Dimitris Avramopoulos x Microsoft Corporation"],"date":["2017-06-30"],"summary":["e-evidence"],"notes":["Portfolio: Migration, Home Affairs and Citizenship"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-avramopoulos-cabinet-commissioner-dimitris-of"],"involved":["eu-tr-0801162959-21","ec-person-57d09145ba24f5738cdde61edf14f741cb547675"]}} -{"id":"ec-meeting-2017-06-30-85d253147dac76e2b5183f7cf1d9de8f787018a0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-30 - Cabinet of Vice-President Andrus Ansip x Bundesverband Informationswirtschaft, Telekommunikation und neue Medien e. V."],"date":["2017-06-30"],"summary":["DSM mid-term review"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-5351830264-31","ec-person-6a03bc4fa7657513ea34529e98dba0671ef4c849"]}} -{"id":"ec-meeting-2017-06-30-fadbe8916b596aedbd62d76a365e7d54edf76406","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-06-30 - Cabinet of Vice-President Andrus Ansip x Tallinn University of Technology"],"date":["2017-06-30"],"summary":["e-Governance"],"notes":["Portfolio: Digital Single Market"],"location":["Tallinn (Estonia)"],"address":["Tallinn (Estonia)"],"addressEntity":["addr-2f0a1e929f71a50f4773c900a5f7fdfdc16a276b"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-91ca0921c6790191daa54427311acd63035e7c9e","eu-tr-269975026220-43"]}} -{"id":"ec-meeting-2017-07-03-035bff373adae8e8a3853c87a32fc4c0893b2c33","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-07-03 - Cabinet of Vice-President Andrus Ansip x IFPI Representing recording industry worldwide"],"date":["2017-07-03"],"summary":["Geoblocking (music)"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-60394321918-91","ec-person-666bc159c7e65a3af9e63c1e97435c02f1496955"]}} -{"id":"ec-meeting-2017-07-03-043ed54d3600e5d945a4f9b6af7319fc774ed7bd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-07-03 - Cabinet of Vice-President Miguel Arias Cañete x Tesla Motors Netherlands B.V."],"date":["2017-07-03"],"summary":["Alternative Fuels Hydrogen Structure, Post-2020, cars/vans"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-547225616323-13","ec-person-25a937c04cd0a0ddcf5cf34798e76b5105854114"]}} -{"id":"ec-meeting-2017-07-03-0be3a40f5d991736f228079591e6479b82c3a472","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-07-03 - Cabinet of Vice-President Miguel Arias Cañete x None"],"date":["2017-07-03"],"summary":["Impacts du glyphosate sur l'environnement"],"notes":["Portfolio: Climate Action & Energy"],"location":["Madrid"],"address":["Madrid"],"addressEntity":["addr-7a2191964a3d7521269f0068afae6b6116bac15d"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-47690759500-37","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd","eu-tr-875483616957-38","eu-tr-736180714498-22","eu-tr-430615914640-02","eu-tr-062661126926-78"]}} -{"id":"ec-meeting-2017-07-03-292698fd43b4af3136be87b203b77cb9d99bf295","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-07-03 - Cabinet of Commissioner Vytenis Andriukaitis x Confederazione Generale dell'Agricoltura Italiana"],"date":["2017-07-03"],"summary":["Animal Health"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-0dbfffeb0323f819c8d57164906086dd8639c437","eu-tr-230456715590-19"]}} -{"id":"ec-meeting-2017-07-03-2a1e73512da8a1be6240e5c8579ea739fa6c93a4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-07-03 - Cabinet of Vice-President Maroš Šefčovič x Tesla Motors Netherlands B.V."],"date":["2017-07-03"],"summary":["Mobility package"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-547225616323-13","ec-person-2be517b9261a91f2f07e05ec14c6331980e9716e","ec-person-1f95be23689cd4ed0a26fe2980f760ccf2d55c1e"]}} -{"id":"ec-meeting-2017-07-03-3e07b030400e2916c1d51d85450cba178de2ad98","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-07-03 - Cabinet of Vice-President Miguel Arias Cañete x International Consolidated Airlines Group"],"date":["2017-07-03"],"summary":["ETS aviation"],"notes":["Portfolio: Climate Action & Energy"],"location":["Madrid"],"address":["Madrid"],"addressEntity":["addr-7a2191964a3d7521269f0068afae6b6116bac15d"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-60340504060-88","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd"]}} -{"id":"ec-meeting-2017-07-03-8e2c4a144a739e8e08466e2090ac2b89167fbd37","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-07-03 - Cabinet of Vice-President Jyrki Katainen x CECE - Committee for European Construction Equipment"],"date":["2017-07-03"],"summary":["Regulatory, trade policy and industrial policy issues of relevance to the European Construction equipment sector"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90","ec-person-c50e8c2cc390c5efb0626988d173bc6758459e0f","eu-tr-60534525900-25"]}} -{"id":"ec-meeting-2017-07-03-ad59487d45e0ce1e123e1131d128a68a120be56c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-07-03 - Cabinet of Commissioner Christos Stylianides x International Rescue Committee Inc"],"date":["2017-07-03"],"summary":["Greece"],"notes":["Portfolio: Humanitarian Aid & Crisis Management"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-christos-commissioner-of-stylianides"],"involved":["eu-tr-66790095679-26","ec-person-4424ecf39f7c6c9e4022ac46c71d81b0464ae6a5"]}} -{"id":"ec-meeting-2017-07-03-d605b947ba5097a62cd805dcf87c576b2063a0ca","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-07-03 - Cabinet of Vice-President Jyrki Katainen x Tesla Motors Netherlands B.V."],"date":["2017-07-03"],"summary":["e-mobility"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90","eu-tr-547225616323-13","ec-person-0da85dc48012e26688310a59a0b51727ea68f410"]}} -{"id":"ec-meeting-2017-07-04-0f3e179df0d0189cae4dc7386cf4746584845083","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-07-04 - Mobility and Transport x Bundesverband der Deutschen Industrie e.V."],"date":["2017-07-04"],"summary":["EU Transport policy, decarbonisation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-move"],"involved":["eu-tr-1771817758-48","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2017-07-04-32b5a75693c387d23dc26439b2acc99b82a86256","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-07-04 - Cabinet of Commissioner Phil Hogan x European Forest Institute"],"date":["2017-07-04"],"summary":["Forestry"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-38315289949-88","ec-person-ff8342dedc26701400fcb7dcf73fbee50a837ac6"]}} -{"id":"ec-meeting-2017-07-04-59c7962a8de8c5a303de68cc2104b3ce914cc218","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-07-04 - Cabinet of Commissioner Phil Hogan x European agri-cooperatives European farmers"],"date":["2017-07-04"],"summary":["Business discussion"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-400dd8d59d3060187d9b9b143d697da1a3d03c12","eu-tr-09586631237-74","eu-tr-44856881231-49"]}} -{"id":"ec-meeting-2017-07-04-78ef585d68ef9c18a06174c80597e32fed0bc7bc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-07-04 - Cabinet of Commissioner Corina Crețu x COBATY International"],"date":["2017-07-04"],"summary":["EU support to Outermost Regions, in particular Guiana"],"notes":["Portfolio: Regional Policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-corina-cretu-of"],"involved":["eu-tr-83141557347-02","ec-person-c9d4945f28454cc49c4ea188c82e64b0dac3bd73"]}} -{"id":"ec-meeting-2017-07-04-990682df3d43454d4944786ed5ccc0dad48caf21","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-07-04 - Cabinet of Commissioner Phil Hogan x Turkish Cypriot Chamber of Commerce"],"date":["2017-07-04"],"summary":["Business discussion"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-671638227051-81","ec-person-400dd8d59d3060187d9b9b143d697da1a3d03c12"]}} -{"id":"ec-meeting-2017-07-04-9d978b19fc393fcdd049c3aa476d9cd8fd560a4b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-07-04 - Maritime Affairs and Fisheries x Cercle des Délégués Permanents Français"],"date":["2017-07-04"],"summary":["Our Oceans Conference 2017"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-mare"],"involved":["ec-person-a7b4b8418268a6d6c196b5e45f606fc92acbdb8c","eu-tr-556993815043-84"]}} -{"id":"ec-meeting-2017-07-04-aca32cb58ec95a5560a6eab02bc5821b9af47b5a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-07-04 - Cabinet of Vice-President Valdis Dombrovskis x Transparency International"],"date":["2017-07-04"],"summary":["anti-corruption aspects of European Semester"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-f6170dbdd732fc460a713b82b57759ac5e77fdc6","eu-tr-501222919-71"]}} -{"id":"ec-meeting-2017-07-04-d96f85d155c363df5155d1767992fb6aaf8f65f8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-07-04 - Cabinet of Commissioner Carlos Moedas x European Association of Research and Technology Organisations"],"date":["2017-07-04"],"summary":["Horizon 2020"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-b8d49828915f9008e764a78796d47ea00807a658","eu-tr-48918086666-95","ec-person-2b4bb0b28e7435e5f612e44d9664dbd1051efc55"]}} -{"id":"ec-meeting-2017-07-04-e8144e15bdc5f95bc64d7b7ae880115672bf7372","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-07-04 - Cabinet of Commissioner Vytenis Andriukaitis x Fédération Européenne des Fabricants d'Aliments Composés European Former Foodstuff Processors Association"],"date":["2017-07-04"],"summary":["Food waste"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-0dbfffeb0323f819c8d57164906086dd8639c437","eu-tr-821295712391-66","eu-tr-77105321408-83"]}} -{"id":"ec-meeting-2017-07-04-e851f519726071b7d253a6a3d01cb7614d63bc6a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-07-04 - Publications Office x Zentralverband deutscher Konsumgenossenschaften e.V."],"date":["2017-07-04"],"summary":["TED"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-op"],"involved":["eu-tr-51241804712-75","ec-person-c82a3f7647c572f2b733f7a00b22c4b833946f15"]}} -{"id":"ec-meeting-2017-07-04-ee5801b0abd65c187174fcb83cbb053d3970aa9f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-07-04 - Cabinet of Commissioner Marianne Thyssen x Eurodiaconia Platform for International Cooperation on Undocumented Migrants"],"date":["2017-07-04"],"summary":["Social exclusion of undocumented migrants"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["BERL 10/390"],"address":["BERL 10/390"],"addressEntity":["addr-147ed60f1740c8b7f554f8707ff4410af7c51fb0"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["ec-person-ce19440eacb8fd67f534bdbcce33a1c4cedfd071","eu-tr-4293010684-55","eu-tr-19093363838-48"]}} -{"id":"ec-meeting-2017-07-05-038f5fa404fdd05f4099e06bcb8b528e386a8e6b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-07-05 - Cabinet of Commissioner Phil Hogan x T&L Sugars Limited"],"date":["2017-07-05"],"summary":["Business discussion"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-400dd8d59d3060187d9b9b143d697da1a3d03c12","eu-tr-50465929991-70"]}} -{"id":"ec-meeting-2017-07-05-122d0b5afccf4a2e21c31f84c59393ef10f51cf2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-07-05 - Internal Market, Industry, Entrepreneurship and SMEs x British Chamber of Commerce in Belgium"],"date":["2017-07-05"],"summary":["Presentation of the priorities of the Juncker Commission with an emphasis on growth, jobs and investment which was followed by a discussion on a wide range of issues such as the future of Europe, skills, IP, chemicals, healthcare, defence, services, data, cars, circular economy and energy costs."],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-grow"],"involved":["eu-tr-56188303384-93","ec-person-60a3d0d628d231b41af1d0c65607b0fd78ca4edc"]}} -{"id":"ec-meeting-2017-07-05-186f470e8d9d5c0f58de2d692fd62d544ae4d665","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-07-05 - Cabinet of Commissioner Christos Stylianides x Norwegian Refugee Council Europe"],"date":["2017-07-05"],"summary":["Situation in Yemen"],"notes":["Portfolio: Humanitarian Aid & Crisis Management"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-cabinet-christos-commissioner-of-stylianides"],"involved":["ec-person-2fc13fcb7185092e68bea299c3be5ed16c4bdaf0","eu-tr-750447615329-96"]}} -{"id":"ec-meeting-2017-07-05-20923c955545fe19d9c54f0a7b368ddcb8d28c41","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-07-05 - Secretariat-General x European Policy Centre"],"date":["2017-07-05"],"summary":["EU General Affairs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-sg"],"involved":["eu-tr-89632641000-47","ec-person-6aa97634438bb481caaf90d7277bdc0b062d44fb"]}} -{"id":"ec-meeting-2017-07-05-21c837b907af414eb025d6aea03144a221156c2a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-07-05 - Energy x X-Wind Powerplants GmbH"],"date":["2017-07-05"],"summary":["Wind energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["ec-person-6997149120ce5129e38febe5275dc8fd03232d2e","eu-tr-345814727685-26"]}} -{"id":"ec-meeting-2017-07-05-4cbbc93659b36614edc9d697cd8f96e95c279e5d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-07-05 - Cabinet of Commissioner Violeta Bulc x Conference of Peripheral Maritime Regions (CRPM)"],"date":["2017-07-05"],"summary":["Motorways of the Sea policy"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-5546423688-07","ec-person-be830229e281863b280fbdedb9755116218a1b6d","ec-person-e14c58f620f40325d829df7be0823280307bc15f"]}} -{"id":"ec-meeting-2017-07-05-53ca3d8a8605bb36bd27595aca658399ea851faf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-07-05 - Cabinet of Commissioner Vytenis Andriukaitis x EPPA SA"],"date":["2017-07-05"],"summary":["Approval of pesticides"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["eu-tr-31367501249-92","ec-person-b9c3f19e7c5f216e3e508f931ddd6a9cb59376d1"]}} -{"id":"ec-meeting-2017-07-05-78849260522069e84818c5b08e068120ccdf0369","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-07-05 - Cabinet of Vice-President Maroš Šefčovič x THALES"],"date":["2017-07-05"],"summary":["site visit + implementation of space strategy"],"notes":["Portfolio: Energy Union"],"location":["Toulouse"],"address":["Toulouse"],"addressEntity":["addr-c824b1a6c6ee3401f52a0bd8c956bfb3af722e70"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-2be517b9261a91f2f07e05ec14c6331980e9716e","ec-person-1f95be23689cd4ed0a26fe2980f760ccf2d55c1e","eu-tr-91711831031-23"]}} -{"id":"ec-meeting-2017-07-05-84f0c4e356f6146bc1fbd0c57316f212d594dee2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-07-05 - Cabinet of Vice-President Maroš Šefčovič x Airbus"],"date":["2017-07-05"],"summary":["site visit + implementation of space strategy"],"notes":["Portfolio: Energy Union"],"location":["Toulouse"],"address":["Toulouse"],"addressEntity":["addr-c824b1a6c6ee3401f52a0bd8c956bfb3af722e70"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-2be517b9261a91f2f07e05ec14c6331980e9716e","ec-person-1f95be23689cd4ed0a26fe2980f760ccf2d55c1e","eu-tr-2732167674-76"]}} -{"id":"ec-meeting-2017-07-05-8cfc7a38676ba44310544148ff90bd3244e8c58c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-07-05 - Regional and Urban Policy x Zentralverband des Deutschen Handwerks e.V. Deutsche Industrie- und Handelskammer"],"date":["2017-07-05"],"summary":["Regionalpolitischer Dialog 2017"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-regio"],"involved":["eu-tr-22400601191-42","ec-person-3bc647761a4c1a96c0e7b4c3729d7408a61558b0","eu-tr-5189667783-94"]}} -{"id":"ec-meeting-2017-07-05-8facda8921501bb69cfaad6adc6d1fbf9af3320f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-07-05 - Cabinet of Commissioner Margrethe Vestager x Bureau Européen des Unions de Consommateurs"],"date":["2017-07-05"],"summary":["Competition Policy & Consumer Protection"],"notes":["Portfolio: Competition"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-margrethe-of-vestager"],"involved":["ec-person-baa1c172df109ebd1f0307bccb5e21aec66c7a25","eu-tr-9505781573-45"]}} -{"id":"ec-meeting-2017-07-05-b803ea651af4d6a634338a9218d5da0da9d8bf19","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-07-05 - Cabinet of Commissioner Dimitris Avramopoulos x American Chamber of Commerce to the European Union"],"date":["2017-07-05"],"summary":["Cybersecurity"],"notes":["Portfolio: Migration, Home Affairs and Citizenship"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-avramopoulos-cabinet-commissioner-dimitris-of"],"involved":["ec-person-57d09145ba24f5738cdde61edf14f741cb547675","eu-tr-5265780509-97"]}} -{"id":"ec-meeting-2017-07-05-e48f05e34100bd050c2635a4d8ba373f971d3d0c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-07-05 - Cabinet of Vice-President Maroš Šefčovič x RWE AG"],"date":["2017-07-05"],"summary":["Clean Energy Package"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-77608353460-77","ec-person-3bf48630444ace93d407e52eb880e64d480f75ce"]}} -{"id":"ec-meeting-2017-07-06-183ff427e0e12e050e1396cc69d0b540fb07cd5d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-07-06 - Cabinet of Vice-President Andrus Ansip x Ericsson"],"date":["2017-07-06"],"summary":["standardisation, patents"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-6a03bc4fa7657513ea34529e98dba0671ef4c849","eu-tr-02021363105-42"]}} -{"id":"ec-meeting-2017-07-06-1da430f390bbe1519cc34b05780f535021af4848","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-07-06 - Internal Market, Industry, Entrepreneurship and SMEs x Bureau Européen des Unions de Consommateurs"],"date":["2017-07-06"],"summary":["BEUC met Lowri Evans to discuss various DG GROW matters of relevance to them (car emissions and type approval, connected cars, product safety and product liability, market surveillance and goods package, collaborative economy)."],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-grow"],"involved":["eu-tr-9505781573-45","ec-person-60a3d0d628d231b41af1d0c65607b0fd78ca4edc"]}} -{"id":"ec-meeting-2017-07-06-27b36ac9c7996a003dc28be89cbbc818d87cd4cb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-07-06 - Environment x Royal Society for the Protection of Birds"],"date":["2017-07-06"],"summary":["Future of CAP and Nature Action Plan"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-env"],"involved":["eu-tr-21862631806-19","ec-person-3bc74ce04ea3f4ab4d91a5c88eef25b8b8a213b4"]}} -{"id":"ec-meeting-2017-07-06-3093bf8d5fb0aff6740fca643c2cfad204984404","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-07-06 - Cabinet of Commissioner Marianne Thyssen x Nestlé S.A."],"date":["2017-07-06"],"summary":["Vocational skills"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["ec-person-bdb607d5d994a4056dd700f8f52d9af25b406b36","eu-tr-15366395387-57"]}} -{"id":"ec-meeting-2017-07-06-3624307e9bc0d8790c2955883d5237c71c202e7d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-07-06 - Cabinet of Vice-President Valdis Dombrovskis x Depository Trust & Clearing Corporation"],"date":["2017-07-06"],"summary":["financial markets and market infrastructures"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-525811814282-80","ec-person-48f31156d932641826e09f5b73f074d35ff05786"]}} -{"id":"ec-meeting-2017-07-06-4c6d0bf62ec4b9c0194d393b47a8b3d8ea4fbbc0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-07-06 - Cabinet of Vice-President Andrus Ansip x ThinkYoung"],"date":["2017-07-06"],"summary":["the digital era and the youth perspective"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-91ca0921c6790191daa54427311acd63035e7c9e","eu-tr-131102911606-68"]}} -{"id":"ec-meeting-2017-07-06-4d3d00a51a81b8f129e09d5d641c79cd42bdaeb9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-07-06 - Cabinet of Commissioner Phil Hogan x European Dairy Association aisbl"],"date":["2017-07-06"],"summary":["Business discussion"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-400dd8d59d3060187d9b9b143d697da1a3d03c12","eu-tr-42967152383-63"]}} -{"id":"ec-meeting-2017-07-06-51c068ac12333eacfc376658d665ec47a913ab0b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-07-06 - Cabinet of First Vice-President Frans Timmermans x RegWatchEurope"],"date":["2017-07-06"],"summary":["Burden reduction Art. 48 IIA"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-394175316305-29","ec-person-6c0efbf1635ca0cb8dce32e129231fa3136f600b"]}} -{"id":"ec-meeting-2017-07-06-6468972fb0a07a0c736c5b0215239b887fa33222","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-07-06 - Cabinet of Vice-President Jyrki Katainen x European agri-cooperatives European farmers"],"date":["2017-07-06"],"summary":["CAP, investment and trade."],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90","eu-tr-09586631237-74","eu-tr-44856881231-49"]}} -{"id":"ec-meeting-2017-07-06-683ea9225d12230c00fa9dea62d3eda0bc6d2739","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-07-06 - Cabinet of Vice-President Jyrki Katainen x Association des Constructeurs Européens d'Automobiles Daimler Aktiengesellschaft"],"date":["2017-07-06"],"summary":["Decarbonisation of transport"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90","ec-person-0da85dc48012e26688310a59a0b51727ea68f410","eu-tr-0649790813-47","eu-tr-2349218828-41"]}} -{"id":"ec-meeting-2017-07-06-71cd65623f0c0d1015875df83ee1511dd7d3a974","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-07-06 - Cabinet of Vice-President Maroš Šefčovič x Volkswagen Aktiengesellschaft"],"date":["2017-07-06"],"summary":["Mobility Package"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-3bf48630444ace93d407e52eb880e64d480f75ce","eu-tr-6504541970-40"]}} -{"id":"ec-meeting-2017-07-06-85c335c1b35a035d47cc5dc083a2354d89a7df05","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-07-06 - Mobility and Transport x Airports Council International - European Region"],"date":["2017-07-06"],"summary":["External relations, airport charges, security"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-move"],"involved":["eu-tr-42566063487-73","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2017-07-06-89c4f860baca50c32d5e2a6ff06332328c8c5c96","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-07-06 - Cabinet of Commissioner Carlos Moedas x Novabase Digital, S.A."],"date":["2017-07-06"],"summary":["Research and Innovation"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["eu-tr-260591027442-49","ec-person-a45151b401196e9c374c9acdada9d8840da271ad","ec-person-2b4bb0b28e7435e5f612e44d9664dbd1051efc55"]}} -{"id":"ec-meeting-2017-07-06-995b2841b11ec9d61e22d5d1b77bdbd5aba06fac","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-07-06 - Cabinet of Commissioner Phil Hogan x Irish Farmers' Association"],"date":["2017-07-06"],"summary":["Networking"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-400dd8d59d3060187d9b9b143d697da1a3d03c12","eu-tr-458700813641-37"]}} -{"id":"ec-meeting-2017-07-06-9d6e59c09c8543705e553bee498ee0902c8b91b8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-07-06 - Cabinet of Commissioner Tibor Navracsics x European Club Association"],"date":["2017-07-06"],"summary":["Youth Sport Policy"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["eu-tr-564607316826-42","ec-person-49f31dad10f5641cb1d1e4c3107dd838389e8120"]}} -{"id":"ec-meeting-2017-07-06-a222df360ee6f92983f07a4c47651d8626fc0f49","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-07-06 - Cabinet of President Jean-Claude Juncker x Ericsson"],"date":["2017-07-06"],"summary":["Digital Single Market"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-44a061693f35519551be0e3dab996e76ad3f8c7c","eu-tr-02021363105-42"]}} -{"id":"ec-meeting-2017-07-06-a802308b51599255d6f6c57d5e3192d4890c3101","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-07-06 - Cabinet of Commissioner Margrethe Vestager x WindEurope"],"date":["2017-07-06"],"summary":["Wind Energy Sector"],"notes":["Portfolio: Competition"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-margrethe-of-vestager"],"involved":["eu-tr-19920706471-21","ec-person-2e96673ec2acdfc668f6970535551f9afa1f8729"]}} -{"id":"ec-meeting-2017-07-06-a892ee868c3cfb5664b5f7ec7fe0e81f74e54982","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-07-06 - Cabinet of President Jean-Claude Juncker x LVMH Publica"],"date":["2017-07-06"],"summary":["Digital Single Market"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-44a061693f35519551be0e3dab996e76ad3f8c7c","eu-tr-16094042309-21"]}} -{"id":"ec-meeting-2017-07-06-affc601a112c681039b643249432c6ecf94bb935","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-07-06 - Cabinet of Vice-President Andrus Ansip x Bayerische Motoren Werke Aktiengesellschaft"],"date":["2017-07-06"],"summary":["5G, digitalisation of industry, data, cybersecurity"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-666bc159c7e65a3af9e63c1e97435c02f1496955","eu-tr-7193977808-18","ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0"]}} -{"id":"ec-meeting-2017-07-06-b13f044c0a4342f71997de864ebd463f8ec535e0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-07-06 - Cabinet of First Vice-President Frans Timmermans x PACT European Affairs"],"date":["2017-07-06"],"summary":["Comitology"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["BRUSSELS"],"address":["BRUSSELS"],"addressEntity":["addr-f74337897287bf1b546f30505f5b1f693a87af50"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-990838616162-48","ec-person-6c0efbf1635ca0cb8dce32e129231fa3136f600b"]}} -{"id":"ec-meeting-2017-07-06-b60fde34950292fa2baebfb16c5f993a68d1fe27","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-07-06 - Cabinet of Vice-President Maroš Šefčovič x Snam S.p.A."],"date":["2017-07-06"],"summary":["Southern Gas Corridor"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-284336314886-25","ec-person-3bf48630444ace93d407e52eb880e64d480f75ce"]}} -{"id":"ec-meeting-2017-07-06-b7bf85b1477a47145c744475761235120140d9c9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-07-06 - Cabinet of Vice-President Andrus Ansip x Computer & Communications Industry Association DOT Europe"],"date":["2017-07-06"],"summary":["Platforms"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-15987896534-82","eu-tr-53905947933-43","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45"]}} -{"id":"ec-meeting-2017-07-06-c006fb0fb44380672b2a4c6c9f33bac4c67b1f12","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-07-06 - Cabinet of Commissioner Violeta Bulc x Volkswagen Aktiengesellschaft"],"date":["2017-07-06"],"summary":["Dinner- Low emission mobility and digitalisation of transport"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-e14c58f620f40325d829df7be0823280307bc15f","eu-tr-6504541970-40"]}} -{"id":"ec-meeting-2017-07-06-cba2d4da390b0ecbc2a7f0f9f1066d253903871b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-07-06 - Cabinet of Vice-President Miguel Arias Cañete x Association des Constructeurs Européens d'Automobiles"],"date":["2017-07-06"],"summary":["on the post-2020 CO2 Regulations for cars and vans."],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-0649790813-47","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd"]}} -{"id":"ec-meeting-2017-07-06-cbda6e6da73126fcd6f7bcdcf5ffd516c78ac0f6","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2017-07-06 - Cabinet of Commissioner Phil Hogan x Royal Society for the Protection of Birds"],"date":["2017-07-06"],"summary":["Business discussion"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-400dd8d59d3060187d9b9b143d697da1a3d03c12","eu-tr-21862631806-19"]}} -{"id":"ec-meeting-2017-07-06-eb4492531af76f9ccfaa16415daae703c9802ca1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-07-06 - Cabinet of Vice-President Jyrki Katainen x Depository Trust & Clearing Corporation"],"date":["2017-07-06"],"summary":["FinTech and Cyber Security"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-525811814282-80","ec-person-955e8c493ab54847bb92b65986f56a401f8eabee"]}} -{"id":"ec-meeting-2017-07-06-f53ef97a37db9930f4a496aa62dc2865ead63554","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2017-07-06 - Cabinet of Commissioner Phil Hogan x Comité national pour la promotion de l’œuf"],"date":["2017-07-06"],"summary":["Business discussion","Free range eggs"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-400dd8d59d3060187d9b9b143d697da1a3d03c12","eu-tr-909997626294-73"]}} -{"id":"ec-meeting-2017-07-07-13f358e88b0a010534caf0c107ceee85720a9652","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-07-07 - Cabinet of Commissioner Elżbieta Bieńkowska x Uber"],"date":["2017-07-07"],"summary":["collaborative economy"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["ec-person-685ecf13dd26cd515c961e24ba71049af2302c5e","eu-tr-002278013515-26"]}} -{"id":"ec-meeting-2017-07-07-2fc8d83d3cbba2f9c1fd44ebcd83f89a2ff0cffe","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-07-07 - Cabinet of Commissioner Tibor Navracsics x Alumni Europae"],"date":["2017-07-07"],"summary":["European schools"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["eu-tr-172234127799-64","ec-person-1da7ee09d46288ee4ea9db2b644bdcf9c3d6d000"]}} -{"id":"ec-meeting-2017-07-07-31a1a0d55435688e13f1acd85d02b4d38657c40c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-07-07 - Cabinet of Vice-President Jyrki Katainen x Helsinki EU Office (vastuutaho Uudenmaan liitto)"],"date":["2017-07-07"],"summary":["Regeneration of the old port area of the City of Kotka"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-c50e8c2cc390c5efb0626988d173bc6758459e0f","eu-tr-796380111637-72"]}} -{"id":"ec-meeting-2017-07-07-3da692b1bd04efd077338b603f7e21a0761acea9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-07-07 - Cabinet of Vice-President Andrus Ansip x Microsoft Corporation"],"date":["2017-07-07"],"summary":["Cybesecurity strategy"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-0801162959-21","ec-person-3ca0c466b8ff230d4409591430b388007ce14ff8"]}} -{"id":"ec-meeting-2017-07-07-48187f07e793af3ff4cd3810db7d0c0c1219fdd4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-07-07 - Cabinet of Commissioner Carlos Moedas x Energy Materials Industrial Research Initiative"],"date":["2017-07-07"],"summary":["Advanced Materials for clean energy in FP9"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-0a716bf5253e913fc40ebf14c12f30dc2e7a06ee","eu-tr-143035111648-31"]}} -{"id":"ec-meeting-2017-07-07-48d920f3cdeff91c695e64d796daf76b7e949377","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-07-07 - Communications Networks, Content and Technology x Bureau Européen des Unions de Consommateurs"],"date":["2017-07-07"],"summary":["DSM midterm state of play - EECC including international calls - e-privacy- platforms including copyright - connected products - Copyright and Data Economy consultation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-9505781573-45","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2017-07-07-50359d2bb9d89b25f2815c3d765727a768add0d1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-07-07 - Energy x NKM Nemzeti Közművek Zrt."],"date":["2017-07-07"],"summary":["Energy policy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-728841427669-24","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2017-07-07-61b471451631bc3d284b90f7d31978cd563b539c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-07-07 - Cabinet of Commissioner Elżbieta Bieńkowska x WorldDAB"],"date":["2017-07-07"],"summary":["RED"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-313735017680-60","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2017-07-07-626088eeca09e555fa400f1224c2432cfbd06aa1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-07-07 - Cabinet of Vice-President Miguel Arias Cañete x BDEW Bundesverband der Energie- und Wasserwirtschaft e. V."],"date":["2017-07-07"],"summary":["Commissioner's participation at the Annual BDEW high level Diner in November"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-20457441380-38","ec-person-2229c857664a22dcb8eee79a8c05841fd3d0924f"]}} -{"id":"ec-meeting-2017-07-07-6522ee5513cf63ec679cd38bffe9c31cef8c5928","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-07-07 - Cabinet of Vice-President Günther Oettinger x E.ON SE"],"date":["2017-07-07"],"summary":["energy policy"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["ec-person-55a0b11edfe9b0b76e526f72b1ec2e9f2f74d5bc","eu-tr-72760517350-57"]}} -{"id":"ec-meeting-2017-07-07-7295dd342c4871fe08cb6b6caf805a72e26bb9b1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-07-07 - Cabinet of Commissioner Elżbieta Bieńkowska x MAN Diesel & Turbo, branch of MAN Diesel & Turbo SE, Germany"],"date":["2017-07-07"],"summary":["CO2 emission standards for heavy duty vehicles, electrification, connectivity & automated driving"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-564175424588-28","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2017-07-07-8317c485f7181d2f547b2c1d5a46ded889267046","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-07-07 - Cabinet of Commissioner Vytenis Andriukaitis x Euro Coop - European Community of Consumer Co-operatives"],"date":["2017-07-07"],"summary":["Euro Coop's 60th Anniversary & Academic Conference"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-0dbfffeb0323f819c8d57164906086dd8639c437","eu-tr-3819438251-87"]}} -{"id":"ec-meeting-2017-07-07-87d96bf511845d2fa10acba13d59e56fcb665878","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-07-07 - Inspire, Debate, Engage and Accelerate Action x European Policy Centre"],"date":["2017-07-07"],"summary":["Think Tank Relations and Future of Europe"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-dg-idea"],"involved":["eu-tr-89632641000-47","ec-person-4fe56a64c00b3e81c851b5538878b32481bd7d3c"]}} -{"id":"ec-meeting-2017-07-07-8dca147aa81dff9bbd8a04df681ccd9274252454","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-07-07 - Cabinet of Vice-President Karmenu Vella x European Network of Maritime Clusters"],"date":["2017-07-07"],"summary":["Blue Growth, Ocean Governance"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["eu-tr-458905915808-19","ec-person-0e3efd8bc1c3ee9a80205d0bb78f316fa1621e5d"]}} -{"id":"ec-meeting-2017-07-07-8e7d92aa7a4f0be2e50c5f6d34f565135008bb58","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-07-07 - Trade x Airbus"],"date":["2017-07-07"],"summary":["Ongoing WTO disputes"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-trade"],"involved":["ec-person-bde9bb099f5d24c52ca4a9255cefc99a5b87a650","eu-tr-2732167674-76"]}} -{"id":"ec-meeting-2017-07-07-d5e7367bc8e2a5f14fed536e3d1a6820cdbf5d9a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-07-07 - Cabinet of Commissioner Marianne Thyssen x Boerenbond vzw"],"date":["2017-07-07"],"summary":["Social security regulation. Posting of workers. Social dialogue."],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["ec-person-c508e9337eca6b067c1f966b82de49c4824a3ad0","eu-tr-38367579546-45"]}} -{"id":"ec-meeting-2017-07-07-de65e748b8249f341dc285f094c904712cd3225c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-07-07 - Cabinet of Vice-President Miguel Arias Cañete x CEE Bankwatch Network"],"date":["2017-07-07"],"summary":["RENEWABLES IN PL & CONSUMERS' INVOLVEMENT"],"notes":["Portfolio: Climate Action & Energy"],"location":["Grodno"],"address":["Grodno"],"addressEntity":["addr-70922fa51402b7c18127a594c83bed722fbbc3be"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd","eu-tr-93834493808-49"]}} -{"id":"ec-meeting-2017-07-10-0bf6646283b63fcfc8728dd768ec8821afbd5613","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-07-10 - Cabinet of President Jean-Claude Juncker x Confederazione Generale dell'Industria Italiana"],"date":["2017-07-10"],"summary":["European Semester, Renewed Industrial Policy"],"notes":["Portfolio: President"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-442e08d247d72bdef0fce4bf17477efe2a5bfe49","ec-person-f9475e4bba20c9a170912adada60941243f778ad","ec-person-c402e34a99fbee730ae22e3b1958e21c94dc6fcc","eu-tr-27762251795-15"]}} -{"id":"ec-meeting-2017-07-10-1e6d3978f2a9f9c93a9161062bae44b4ee786246","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-07-10 - Cabinet of Commissioner Elżbieta Bieńkowska x Enterprise Rent A Car UK, Ltd."],"date":["2017-07-10"],"summary":["EU initiatives & dev in digital sector which have impact on car rental services, connected & autonomous driving"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-499115519787-49","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2017-07-10-1f3b402b6600c92cbc0ce01478c4977588eeeae4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-07-10 - Cabinet of President Jean-Claude Juncker x Euronews"],"date":["2017-07-10"],"summary":["European Commission' s partnership with Euronews"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-29c106b0461ffd79e95f0119bdd363fd3c7c3ab3","ec-person-44a061693f35519551be0e3dab996e76ad3f8c7c","eu-tr-944964416106-32"]}} -{"id":"ec-meeting-2017-07-10-294e1a067dfdbb79f0e910046f7ac30d3b6291e2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-07-10 - Cabinet of Commissioner Vytenis Andriukaitis x Chemicals, Health and Environment Monitoring Trust"],"date":["2017-07-10"],"summary":["Food contact materials"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-b9c3f19e7c5f216e3e508f931ddd6a9cb59376d1","eu-tr-27053044762-72","ec-person-df30d07ef698a52b9948b9c734db39196cf8541f"]}} -{"id":"ec-meeting-2017-07-10-2b695cd02d8fa288a09f27409dc528e1b1e5b573","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-07-10 - Cabinet of Vice-President Maroš Šefčovič x European Association Automotive Suppliers"],"date":["2017-07-10"],"summary":["Mobility package"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-2be517b9261a91f2f07e05ec14c6331980e9716e","eu-tr-91408765797-03","ec-person-1f95be23689cd4ed0a26fe2980f760ccf2d55c1e"]}} -{"id":"ec-meeting-2017-07-10-3a5df3eda900038dc9bd189a0ea8082b5db76526","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-07-10 - Cabinet of Vice-President Andrus Ansip x Polish Confederation Lewiatan"],"date":["2017-07-10"],"summary":["PL media law"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-666bc159c7e65a3af9e63c1e97435c02f1496955","eu-tr-251117611140-75"]}} -{"id":"ec-meeting-2017-07-10-4bf6c1e96b2b5a46ab23ce2ffe0b5eac363cd2eb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-07-10 - Cabinet of President Jean-Claude Juncker x Airlines for Europe"],"date":["2017-07-10"],"summary":["Transport"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-b1bf9aa5fb7e886441ff341b657cc482b64a2a3e","eu-tr-807912421050-91"]}} -{"id":"ec-meeting-2017-07-10-646a08732d3d33bd6885a24b00dcd794fa7690fe","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-07-10 - Cabinet of Commissioner Vytenis Andriukaitis x Syngenta Crop Protection AG Bayer AG"],"date":["2017-07-10"],"summary":["Plant protection products"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-b9c3f19e7c5f216e3e508f931ddd6a9cb59376d1","eu-tr-3523776801-85","eu-tr-16822412339-79","ec-person-df30d07ef698a52b9948b9c734db39196cf8541f"]}} -{"id":"ec-meeting-2017-07-10-8bc4fe2fc87d267e2ecfcaa7a2f0b326416b4b21","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-07-10 - Cabinet of Commissioner Tibor Navracsics x European Youth Forum"],"date":["2017-07-10"],"summary":["EU Solidarity Corps & EU Youth Strategy post 2018"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["eu-tr-43251547769-22","ec-person-881310bbb4e54ac96753b80bbdc9b1994cfbf136"]}} -{"id":"ec-meeting-2017-07-10-906723259d5f65506f783dde68ee5388e38d727b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-07-10 - Justice and Consumers x The European Women Lawyers Association"],"date":["2017-07-10"],"summary":["Speech at EWLA's spring reception"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-just"],"involved":["eu-tr-730379225729-59","ec-person-7f02c085966bf7e9ecf267d0fa52c94a32d1687f"]}} -{"id":"ec-meeting-2017-07-10-b3c9ebd8ac98541009e3d14b7cb62152fd0a4c1d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-07-10 - Cabinet of Vice-President Andrus Ansip x Eutelsat"],"date":["2017-07-10"],"summary":["Connectivity, spectrum, 5G"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-746025510283-01","ec-person-666bc159c7e65a3af9e63c1e97435c02f1496955","ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0"]}} -{"id":"ec-meeting-2017-07-10-b4887a31ffe094fbbe07f746de613ec7d4f27d82","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-07-10 - Cabinet of Vice-President Miguel Arias Cañete x Climate Action Network Europe"],"date":["2017-07-10"],"summary":["Energy Community"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-1831691c10441c5974327bbeb8693d6b6c1e50c3","eu-tr-55888811123-49"]}} -{"id":"ec-meeting-2017-07-10-e22e4c067e8a9fe814b84d0b3472f05db3a8fdde","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-07-10 - Cabinet of Commissioner Violeta Bulc x Airports Council International - European Region"],"date":["2017-07-10"],"summary":["aviation strategy"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-5012c5e45a52ee8ce67d19c1781a127af53e73e7","eu-tr-42566063487-73"]}} -{"id":"ec-meeting-2017-07-11-0cdaaae14c250545356014eef8305d799d61dacd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-07-11 - Cabinet of Vice-President Cecilia Malmström x EU-Japan Centre for Industrial Cooperation"],"date":["2017-07-11"],"summary":["EU-Japan Business Roundtable-Annual Meeting / EU-Japan EPA-political agreement"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-19b143e83f8ab978c55c8a9a9e49e06dbfa14bf3","eu-tr-374110414692-85"]}} -{"id":"ec-meeting-2017-07-11-36a514041579a79f93c41a2b1f84ebd43b8d0c85","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-07-11 - Cabinet of Vice-President Cecilia Malmström x FERRMED"],"date":["2017-07-11"],"summary":["Railway transport between Europe and Asia"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-91066821549-63","ec-person-98880f3f4206145e196013db9dd806a551c11e06"]}} -{"id":"ec-meeting-2017-07-11-38526b500536b9be803d9c795aad302f95aefced","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-07-11 - Cabinet of Vice-President Günther Oettinger x Bertelsmann Stiftung"],"date":["2017-07-11"],"summary":["Europathemen"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-13571025706-27","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2017-07-11-3b877942ce14cf765d0472aeba98cab5980936b9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-07-11 - Cabinet of Vice-President Miguel Arias Cañete x Istituto per la Competitività"],"date":["2017-07-11"],"summary":["Innovation & Clean Energy Package"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-859942318143-66","ec-person-25a937c04cd0a0ddcf5cf34798e76b5105854114"]}} -{"id":"ec-meeting-2017-07-11-42d1d5aaa60b7ece093adfe0bc10c7a380698f13","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-07-11 - Cabinet of Commissioner Violeta Bulc x Brussels Airlines SA/NV"],"date":["2017-07-11"],"summary":["Aviation strategy"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-9d4dc4867a44dfe10f67ae7ee1706da3e8b48a24","ec-person-5012c5e45a52ee8ce67d19c1781a127af53e73e7","eu-tr-755555322381-50"]}} -{"id":"ec-meeting-2017-07-11-4ad844aa8eb0004fcd44e7e46ab4619b7931979f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-07-11 - Cabinet of Vice-President Günther Oettinger x Women Political Leaders"],"date":["2017-07-11"],"summary":["target 40% women in senior and middle management"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-419508817229-68","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2017-07-11-61a842a2dc723863f8ee3ce8c1016270a1ad199b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-07-11 - Cabinet of Commissioner Phil Hogan x Union Européenne du Commerce du Bétail et des Métiers de la Viande European farmers"],"date":["2017-07-11"],"summary":["Future of the CAP"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-4422649896-52","eu-tr-44856881231-49","ec-person-b0d24e81234b490dd841a09b69892304b27fc6a8"]}} -{"id":"ec-meeting-2017-07-11-637d903db1527404d96c4d53c23e377c600bfd33","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-07-11 - Cabinet of Vice-President Karmenu Vella x Bayer AG"],"date":["2017-07-11"],"summary":["Endocrine disruption, neonicotinoids and sustainable use of pesticides"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["ec-person-4ff7c27445db4ad88e687776974fd8d077a1fe0c","eu-tr-3523776801-85"]}} -{"id":"ec-meeting-2017-07-11-714b35e8931d3106341d6e1922d001dd56a5ee2d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-07-11 - Communications Networks, Content and Technology x AGENZIA PER LA PROMOZIONE DELLA RICERCA EUROPEA"],"date":["2017-07-11"],"summary":["new FET flagships"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-011479419288-08","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2017-07-11-83af8340001c9b5d4a21b9b2e7de031aaa265340","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-07-11 - Cabinet of Commissioner Carlos Moedas x Commons Network"],"date":["2017-07-11"],"summary":["Open Science"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-b8d49828915f9008e764a78796d47ea00807a658","eu-tr-369172126391-67"]}} -{"id":"ec-meeting-2017-07-11-8e8300b7c7afcaaa7f5494d9d571b4c09b0705d4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-07-11 - Cabinet of Commissioner Tibor Navracsics x Spotify"],"date":["2017-07-11"],"summary":["Digital Single Market"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-49f31dad10f5641cb1d1e4c3107dd838389e8120","eu-tr-365747616583-15"]}} -{"id":"ec-meeting-2017-07-11-b4375adb2f87cb28c96ee62a33b463e7db79ae73","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-07-11 - Cabinet of Commissioner Marianne Thyssen x European Confederation of Independent Trade Unions Eurodiaconia"],"date":["2017-07-11"],"summary":["Public social investments in the macroeconomic governance framework"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Square de Meeûs 18, B-1050 Brussels"],"address":["Square de Meeûs 18, B-1050 Brussels"],"addressEntity":["addr-100341b9f61668ae926e15d23ed08c93ee9db28c"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["eu-tr-4293010684-55","eu-tr-32738888445-74","ec-person-5a49eb89125b4b5d1125b3925bbb64aba1bea2b3"]}} -{"id":"ec-meeting-2017-07-11-b9ae47b9acce108ad36ec80175b0ac97251b7a9a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-07-11 - Cabinet of President Jean-Claude Juncker x DIGITALEUROPE"],"date":["2017-07-11"],"summary":["Digital Single Market"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-64270747023-20","ec-person-44a061693f35519551be0e3dab996e76ad3f8c7c"]}} -{"id":"ec-meeting-2017-07-11-ef1626f92593e489015f4431d8879394921fe718","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-07-11 - Cabinet of Commissioner Violeta Bulc x FERRMED"],"date":["2017-07-11"],"summary":["FERRMED Annual Conference"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-38b425c6d020cfa22f078b832d85df8ce504609f","eu-tr-91066821549-63"]}} -{"id":"ec-meeting-2017-07-11-f147e80bdc005593ef74c022dcf3dfad0a8933d3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-07-11 - Cabinet of Commissioner Violeta Bulc x MAHLE International GmbH"],"date":["2017-07-11"],"summary":["Meeting and visit with MAHLE-Lektrika"],"notes":["Portfolio: Transport"],"location":["Sempeter pri Gorici"],"address":["Sempeter pri Gorici"],"addressEntity":["addr-7171eee359bbc99480b1fc347bdf75ffe0689c94"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-917204122840-28","ec-person-4d2b449b5047ea3fda435a2a1c1081e3babcdf76","ec-person-cb7aaf75b4c195481f149f904bc28b4e2ac2b7ab"]}} -{"id":"ec-meeting-2017-07-11-f77531676e9af4c85ddd4e986e33c50da224a0f1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-07-11 - Cabinet of Commissioner Carlos Moedas x Mediterranean Universities Union"],"date":["2017-07-11"],"summary":["Discussion about the network of the Mediterranean Universities Union"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-01051f0f33bfdc2ecc41873c02cae666c5e0d099","ec-person-23980b2bc4fd9c82051d0f7888dc236b2f764866","eu-tr-324146823579-40"]}} -{"id":"ec-meeting-2017-07-12-0721dc017a0f07fb0e16f510a9907188725f1b31","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-07-12 - Energy x Friends of Sustainable Grids"],"date":["2017-07-12"],"summary":["European grid developments"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-91684615435-86","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2017-07-12-0e242bb3517c1e632fa9f4d35fb938923ee03a4d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-07-12 - Cabinet of Commissioner Vytenis Andriukaitis x ClientEarth Pesticide Action Network Europe Bee Life - European Beekeeping Coordination"],"date":["2017-07-12"],"summary":["Neonicotinoids"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-b9c3f19e7c5f216e3e508f931ddd6a9cb59376d1","eu-tr-15913213485-46","eu-tr-96645517357-19","eu-tr-548610326568-06","ec-person-df30d07ef698a52b9948b9c734db39196cf8541f"]}} -{"id":"ec-meeting-2017-07-12-183de2a0537df8dc43528ad3faa3b2f3262c1ba8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-07-12 - Cabinet of Vice-President Cecilia Malmström x European Business Council in Japan"],"date":["2017-07-12"],"summary":["How to successfully implement the EU-Japan agreement."],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-5d4088e1913284a765aed8445f448f6ff341f1b3","ec-person-20ded9db5df11164331bb161fdf234b1e5ad53fd","eu-tr-884793623290-89"]}} -{"id":"ec-meeting-2017-07-12-1bc4ebd51628a61b897597638a0a78c1fc2b9444","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-07-12 - Financial Stability, Financial Services and Capital Markets Union x BPCE"],"date":["2017-07-12"],"summary":["CRDV/CRR2, BRRD2 et règlement MRU"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-179370613236-62","ec-person-bdee7a93f95c8ef05079539170139b3c02e8ed96"]}} -{"id":"ec-meeting-2017-07-12-525c29a79f9c6001f924eada62fb534359a75eea","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-07-12 - Internal Market, Industry, Entrepreneurship and SMEs x European Environmental Bureau"],"date":["2017-07-12"],"summary":["Meeting with representatives from environmental NGOs (including EEB, HEAL, CHEM Trust and ClientEarth) to discuss the Commission's work on chemicals, including the fitness check on chemicals legislation, the REACH REFIT and other on-going initiatives."],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-grow"],"involved":["eu-tr-06798511314-27","ec-person-60a3d0d628d231b41af1d0c65607b0fd78ca4edc"]}} -{"id":"ec-meeting-2017-07-12-5a84d2853e8d6f9b3f13bc97e7155f972ef98674","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2017-07-12 - Cabinet of Commissioner Phil Hogan x European Landowners' Organization asbl"],"date":["2017-07-12"],"summary":["Agri Matters","CAP modernisation and simplification"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-a1a78365cc4685b0958056646204977d8f2ead92","eu-tr-36063991244-88","ec-person-b0d24e81234b490dd841a09b69892304b27fc6a8"]}} -{"id":"ec-meeting-2017-07-12-5c264a7c58d36c33f48978d6eee25eb564e7bd79","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-07-12 - Cabinet of Commissioner Phil Hogan x Dairy UK"],"date":["2017-07-12"],"summary":["Business discussion"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-400dd8d59d3060187d9b9b143d697da1a3d03c12","eu-tr-776259317589-13"]}} -{"id":"ec-meeting-2017-07-12-960e2d45efc8cf0ef3527b34cd8e501b8cac7d12","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-07-12 - Cabinet of Vice-President Karmenu Vella x Google"],"date":["2017-07-12"],"summary":["Google competition cases"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["eu-tr-03181945560-59","ec-person-2966d69fae0ea4e67f3f2df5a743cc766267d3c8"]}} -{"id":"ec-meeting-2017-07-12-a035390d2c578681b81113e04b3fd4367679305c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-07-12 - Cabinet of Vice-President Jyrki Katainen x BVI Bundesverband Investment und Asset Management e.V."],"date":["2017-07-12"],"summary":["Review of the ESAs"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-96816064173-47","ec-person-955e8c493ab54847bb92b65986f56a401f8eabee"]}} -{"id":"ec-meeting-2017-07-12-affc3e14c88b4ca86f3bea658101438b554f811d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-07-12 - Cabinet of Commissioner Phil Hogan x European and Mediterranean Horseracing Federation"],"date":["2017-07-12"],"summary":["implications of Brexit for Irish racing and breeding"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["brussels, BERL"],"address":["brussels, BERL"],"addressEntity":["addr-2af4ce288b2eefe7a9ca7421fe46b62403e6e7f9"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-109777918147-53","ec-person-7d3caa534e5cdda6d5b949bd4b2def39356e3bec"]}} -{"id":"ec-meeting-2017-07-12-b13438a1083a29af152357f38790a49452a29273","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-07-12 - Cabinet of Commissioner Phil Hogan x Ibec"],"date":["2017-07-12"],"summary":["Business discussion"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-400dd8d59d3060187d9b9b143d697da1a3d03c12","eu-tr-479468313744-50"]}} -{"id":"ec-meeting-2017-07-12-b46fb7e59e349071974fdba30b0fedf693182c71","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-07-12 - Cabinet of Commissioner Carlos Moedas x Provincie Limburg"],"date":["2017-07-12"],"summary":["Brainport Network"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-0a716bf5253e913fc40ebf14c12f30dc2e7a06ee","eu-tr-35291788333-26"]}} -{"id":"ec-meeting-2017-07-12-bb84a5a831ae4fcf1c83e99f863b74157d775e5a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-07-12 - Climate Action x Shell Companies"],"date":["2017-07-12"],"summary":["ETS"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-clima"],"involved":["ec-person-44c2f44f96dda2012bcb4e9abc749f6cae86a4c0","eu-tr-05032108616-26"]}} -{"id":"ec-meeting-2017-07-12-d1f7dc06a1071923a887af231ef0ced28a55ccc8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-07-12 - Climate Action x ENEL SpA"],"date":["2017-07-12"],"summary":["ETS"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-clima"],"involved":["ec-person-44c2f44f96dda2012bcb4e9abc749f6cae86a4c0","eu-tr-6256831207-27"]}} -{"id":"ec-meeting-2017-07-12-d70e77bfc3a0091e0ab2729f6138bfc20b63216f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-07-12 - Cabinet of Commissioner Violeta Bulc x LyondellBasell Industries N.V. Fleishman-Hillard Bosch Sicherheitssysteme GmbH"],"date":["2017-07-12"],"summary":["Transport value chain"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-56047191389-84","ec-person-e14c58f620f40325d829df7be0823280307bc15f","eu-tr-43348533338-46","eu-tr-950757315280-54"]}} -{"id":"ec-meeting-2017-07-12-d936112864f45882f0b16428e79b3c8200d6dc9b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-07-12 - Cabinet of Commissioner Marianne Thyssen x EUROPEAN TRADE UNION CONFEDERATION"],"date":["2017-07-12"],"summary":["state of social dialogue, collective bargaining and trade union rights in Romania"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["BERL 10/041"],"address":["BERL 10/041"],"addressEntity":["addr-968b98accc53b9f13213bd276685eaafd2eacac8"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["ec-person-5a49eb89125b4b5d1125b3925bbb64aba1bea2b3","eu-tr-06698681039-26"]}} -{"id":"ec-meeting-2017-07-12-d9d5e7fa385ab1493a538d24e5123d41d46b30b6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-07-12 - Cabinet of Commissioner Violeta Bulc x Cisco Systems Inc. Bayerische Motoren Werke Aktiengesellschaft Intel Corporation Volkswagen Aktiengesellschaft"],"date":["2017-07-12"],"summary":["Standard essential patents"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-e14c58f620f40325d829df7be0823280307bc15f","eu-tr-494613715191-85","eu-tr-6504541970-40","eu-tr-7193977808-18","eu-tr-7459401905-60"]}} -{"id":"ec-meeting-2017-07-12-fc90ec86a3161cad86f49a62e1cb43328b41250f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-07-12 - Cabinet of Commissioner Elżbieta Bieńkowska x Association des Constructeurs Européens d'Automobiles"],"date":["2017-07-12"],"summary":["IAA Fra, CO2 regulation, GEAR"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-0649790813-47","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2017-07-13-043ed54d3600e5d945a4f9b6af7319fc774ed7bd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-07-13 - Cabinet of Vice-President Miguel Arias Cañete x Tesla Motors Netherlands B.V."],"date":["2017-07-13"],"summary":["Electrification of transport California experience"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-547225616323-13","ec-person-25a937c04cd0a0ddcf5cf34798e76b5105854114"]}} -{"id":"ec-meeting-2017-07-13-117164d255b5c47fd331afffd7a0e7f5f3c7903f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-07-13 - Cabinet of Vice-President Neven Mimica x KfW Bankengruppe"],"date":["2017-07-13"],"summary":["External Investment Plan"],"notes":["Portfolio: International Cooperation & Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-mimica-neven-of-president-vice"],"involved":["ec-person-e90858f5aba78fd0e1cb2f757c3f38d55d91f98b","eu-tr-79019799690-13"]}} -{"id":"ec-meeting-2017-07-13-1ef4a609d708b66b653de4934f2166a481d7a793","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-07-13 - Cabinet of Commissioner Violeta Bulc x Blue Solutions"],"date":["2017-07-13"],"summary":["Meeting with the CEO"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-452735627624-04","ec-person-38b425c6d020cfa22f078b832d85df8ce504609f"]}} -{"id":"ec-meeting-2017-07-13-21c837b907af414eb025d6aea03144a221156c2a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-07-13 - Energy x X-Wind Powerplants GmbH"],"date":["2017-07-13"],"summary":["Wind energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["ec-person-6997149120ce5129e38febe5275dc8fd03232d2e","eu-tr-345814727685-26"]}} -{"id":"ec-meeting-2017-07-13-2a1e73512da8a1be6240e5c8579ea739fa6c93a4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-07-13 - Cabinet of Vice-President Maroš Šefčovič x Tesla Motors Netherlands B.V."],"date":["2017-07-13"],"summary":["Electromobility in the U.S. and the E.U."],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-547225616323-13","ec-person-2be517b9261a91f2f07e05ec14c6331980e9716e"]}} -{"id":"ec-meeting-2017-07-13-2fd1b54d9c02d483e2220f363f476e3fc85563fb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-07-13 - Financial Stability, Financial Services and Capital Markets Union x Deutscher Sparkassen-und Giroverband"],"date":["2017-07-13"],"summary":["CRR/CRD/Proportionality, PSD II"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-62379064909-15","ec-person-bdee7a93f95c8ef05079539170139b3c02e8ed96"]}} -{"id":"ec-meeting-2017-07-13-3b9e23e1791ebbfe99b4210ee2b7b049c2f0e161","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-07-13 - Migration and Home Affairs x Gauly Advisors GmbH"],"date":["2017-07-13"],"summary":["Labour market integration of refugees and monitoring of public tasks in refugee admission and care"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-home"],"involved":["eu-tr-982156919972-31","ec-person-ae1262e8850ed1e9a0530b0ad7440ac648255896"]}} -{"id":"ec-meeting-2017-07-13-52bba97c0ece77f9f0e8eb5c30bf6495ed1617e0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-07-13 - Cabinet of Vice-President Miguel Arias Cañete x Blue Solutions"],"date":["2017-07-13"],"summary":["Batteries"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-452735627624-04","ec-person-25a937c04cd0a0ddcf5cf34798e76b5105854114"]}} -{"id":"ec-meeting-2017-07-13-52c6b51fd6bcfe005bbd3f4ddea570b684decd5e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-07-13 - Cabinet of Commissioner Phil Hogan x Beef + Lamb New Zealand"],"date":["2017-07-13"],"summary":["Business discussion"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-400dd8d59d3060187d9b9b143d697da1a3d03c12","eu-tr-411499419067-78"]}} -{"id":"ec-meeting-2017-07-13-59e023e1e0f8fb0764a6a0b0ce0b87b2d7b4fb92","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-07-13 - Cabinet of President Jean-Claude Juncker x RTL Group"],"date":["2017-07-13"],"summary":["Digital Single Market"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-44a061693f35519551be0e3dab996e76ad3f8c7c","eu-tr-59267165790-45"]}} -{"id":"ec-meeting-2017-07-13-5d97720a6d6bdcd7c960c117cc353646992ea49c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-07-13 - Cabinet of Commissioner Marianne Thyssen x EuropeActive"],"date":["2017-07-13"],"summary":["Skills"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["ec-person-bdb607d5d994a4056dd700f8f52d9af25b406b36","eu-tr-364892017621-92"]}} -{"id":"ec-meeting-2017-07-13-63e665181cd5c01a8a2ded5d53bd2795e3fb05db","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-07-13 - Cabinet of Vice-President Karmenu Vella x Association Internationale de la Savonnerie, de la Détergence et des Produits d'Entretien"],"date":["2017-07-13"],"summary":["ECO-Label"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["ec-person-4ff7c27445db4ad88e687776974fd8d077a1fe0c","eu-tr-6168551998-60"]}} -{"id":"ec-meeting-2017-07-13-900dfcb4053adca951c7a95c32ae43e3db251979","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-07-13 - Cabinet of Vice-President Miguel Arias Cañete x Irish Wind Energy Association"],"date":["2017-07-13"],"summary":["Renewables and market design"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-1831691c10441c5974327bbeb8693d6b6c1e50c3","eu-tr-66441154246-76"]}} -{"id":"ec-meeting-2017-07-13-94a1db34e63fab1bc0db747d0a6f961fa07f90c1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-07-13 - Internal Audit Service x Ernst & Young Core Business Services BV"],"date":["2017-07-13"],"summary":["2017 IAS Conference and Public Finance Management in the EU"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-ias"],"involved":["ec-person-94a7c02852f5882d1025ac97b69c426636fc8b8d","eu-tr-04458109373-91"]}} -{"id":"ec-meeting-2017-07-13-95142d34587a6f1860b0f9d047944c0b1ff74b1d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-07-13 - Cabinet of Commissioner Tibor Navracsics x Google"],"date":["2017-07-13"],"summary":["Digital Single Market"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-49f31dad10f5641cb1d1e4c3107dd838389e8120","eu-tr-03181945560-59"]}} -{"id":"ec-meeting-2017-07-13-9614a68bee4e83acee2b6d82d1a786c0e36a71ef","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-07-13 - Energy x Istituto per la Competitività"],"date":["2017-07-13"],"summary":["Digitalisation in the energy transition"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-859942318143-66","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2017-07-13-be5c189af69e1f44c005c75655fb29fdac3ca8fd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-07-13 - Cabinet of Commissioner Carlos Moedas x Google"],"date":["2017-07-13"],"summary":["Research & Innovation"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["eu-tr-03181945560-59","ec-person-a6e757d2928b639b876fd492ddee1fc1420908bf"]}} -{"id":"ec-meeting-2017-07-13-c913df86c44a8eaa7364798e2162ce7882e46977","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-07-13 - Cabinet of Vice-President Günther Oettinger x Ecolog International FZE Rechtsanwalt Rezzo Schlauch"],"date":["2017-07-13"],"summary":["Migration and refugy policy"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-680226127713-85","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911","eu-tr-290919727693-91"]}} -{"id":"ec-meeting-2017-07-13-cb860c03b704fe670b2855f0b352a9703011e44a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-07-13 - Cabinet of Commissioner Marianne Thyssen x Alcogroup"],"date":["2017-07-13"],"summary":["Antitrust procedure"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["ec-person-cfb8d8d884367ef98b079fcd883ece7c89ec28e2","ec-person-7567514af00f139b390cf9864d28a090ca0fde25","eu-tr-759619127722-33"]}} -{"id":"ec-meeting-2017-07-13-e21dcba79536371fe76dbebd210073b2e37da728","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-07-13 - Cabinet of Vice-President Jyrki Katainen x Association Internationale de la Savonnerie, de la Détergence et des Produits d'Entretien"],"date":["2017-07-13"],"summary":["EU Ecolabel"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-0da85dc48012e26688310a59a0b51727ea68f410","eu-tr-6168551998-60"]}} -{"id":"ec-meeting-2017-07-13-eccb4eb4dfd92e08c1998a165167c181271b87f4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-07-13 - Cabinet of Vice-President Karmenu Vella x Association of European Automotive and Industrial Battery Manufacturers"],"date":["2017-07-13"],"summary":["Batteries"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels Belgium"],"address":["Brussels Belgium"],"addressEntity":["addr-61947d7d2c69c0b8f57325bd044f500c5fc6df48"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["ec-person-4ff7c27445db4ad88e687776974fd8d077a1fe0c","eu-tr-39573492614-61"]}} -{"id":"ec-meeting-2017-07-13-f5c7696d094c150da6cebe1f7fbb8c89c130ff06","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-07-13 - Cabinet of Vice-President Günther Oettinger x ZEW – Leibniz-Zentrum für Europäische Wirtschaftsforschung GmbH Mannheim"],"date":["2017-07-13"],"summary":["reflection paper on the future of EU finances"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-434704921254-49","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2017-07-13-fe0df5ed20fca3474ab73cd37d30f7eacd3581e7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-07-13 - Cabinet of Commissioner Vytenis Andriukaitis x EuropaBio"],"date":["2017-07-13"],"summary":["Introductory meeting of EuropaBio's new Secretary General"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["eu-tr-1298286943-59","ec-person-d462b3c7daeee00ad55e380a7fb96819f79899df"]}} -{"id":"ec-meeting-2017-07-14-219a7b93c578f4408bc1abaddff368fe348fc147","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-07-14 - Cabinet of Vice-President Valdis Dombrovskis x European Business Association Armenia"],"date":["2017-07-14"],"summary":["Economic and political situation in Ukraine"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Kiev"],"address":["Kiev"],"addressEntity":["addr-520a0976b5ef8a559767e69e493ec2fc2c0c4b31"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-538778623447-80","ec-person-537401fc0be04984531b83660f416bf2fe14fbd8","ec-person-a9eda2e8ea54b70a968327672c6cada679d3cd56"]}} -{"id":"ec-meeting-2017-07-14-23c3f47594c255ecf721052eb4ed24d5c5784443","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-07-14 - Cabinet of Vice-President Maroš Šefčovič x LyondellBasell Industries N.V. Shell Companies MAHLE International GmbH Fleishman-Hillard Opel Automobile GmbH Novozymes"],"date":["2017-07-14"],"summary":["Presentation and discusson about decarbonisation of transport as well as Europe on the Move and Clean Energy for All Europeans - packages"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-2be517b9261a91f2f07e05ec14c6331980e9716e","eu-tr-917204122840-28","eu-tr-05032108616-26","eu-tr-950757315280-54","eu-tr-52195525403-65","eu-tr-6781451805-03","eu-tr-56047191389-84"]}} -{"id":"ec-meeting-2017-07-14-3a15f042e0ba5028d091982b09d8f7f417dad63c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-07-14 - Cabinet of Commissioner Christos Stylianides x Save the Children International"],"date":["2017-07-14"],"summary":["exchange of views for humanitarian aid to children"],"notes":["Portfolio: Humanitarian Aid & Crisis Management"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-cabinet-christos-commissioner-of-stylianides"],"involved":["eu-tr-11610562644-55","ec-person-08c677aa002baa9f95be8a2d0aa3b89875e2badf"]}} -{"id":"ec-meeting-2017-07-14-c5943e1e0dc30126c06a9faf186260e5d46e470f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-07-14 - Mobility and Transport x Airbus"],"date":["2017-07-14"],"summary":["drones"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-move"],"involved":["eu-tr-2732167674-76","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2017-07-14-d80636ec728631e5697a7d65a1fe4c62bdf96f4d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-07-14 - Cabinet of Vice-President Miguel Arias Cañete x Third Generation Environmentalism Ltd"],"date":["2017-07-14"],"summary":["Energy Union Governance"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-3eac19199bd5dbac49f504d2610a9066dddbfe57","eu-tr-07783117686-61"]}} -{"id":"ec-meeting-2017-07-14-f8caab1baa2d65edd75ab61242a45e589d06e5b3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-07-14 - Cabinet of Commissioner Tibor Navracsics x European Confederation of Independent Trade Unions"],"date":["2017-07-14"],"summary":["Promotion of values through education"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["eu-tr-32738888445-74","ec-person-1da7ee09d46288ee4ea9db2b644bdcf9c3d6d000"]}} -{"id":"ec-meeting-2017-07-16-c3a239b0b3c468a1636478e1b4bcfb9b817b9f7d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-07-16 - Cabinet of Commissioner Elżbieta Bieńkowska x European Public Health Alliance"],"date":["2017-07-16"],"summary":["Action plan on Antimicrobial Resistance & roadmap on pharmaceuticals"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-18941013532-08","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2017-07-17-0d95d1bb9bf40d8a2acc7b96d483d1b9dd643a1f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-07-17 - Cabinet of Commissioner Marianne Thyssen x SGI Europe"],"date":["2017-07-17"],"summary":["EU-social dialogue"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["ec-person-c508e9337eca6b067c1f966b82de49c4824a3ad0","eu-tr-59513031434-92"]}} -{"id":"ec-meeting-2017-07-17-1f3d36305ea274e1064d8d62bd029f9212d14952","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-07-17 - Environment x FUNDACION RENOVABLES"],"date":["2017-07-17"],"summary":["Environmental policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-env"],"involved":["eu-tr-228638227562-27","ec-person-3bc74ce04ea3f4ab4d91a5c88eef25b8b8a213b4"]}} -{"id":"ec-meeting-2017-07-17-264fa1a18fe671d9a0bc7bc992787223a3b18c8e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-07-17 - Energy x Avisa Partners"],"date":["2017-07-17"],"summary":["Energy policy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-54210841652-13","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2017-07-17-541cc515df2160e1eeccb6327aad5f43526cf1b4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-07-17 - Cabinet of Vice-President Miguel Arias Cañete x ENGIE IBERDROLA"],"date":["2017-07-17"],"summary":["Winter Package"],"notes":["Portfolio: Climate Action & Energy"],"location":["Madrid"],"address":["Madrid"],"addressEntity":["addr-7a2191964a3d7521269f0068afae6b6116bac15d"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-90947457424-20","eu-tr-41816938101-07","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd"]}} -{"id":"ec-meeting-2017-07-17-66f12a10e99a20eb3c6ccfe11d02903b72cbf802","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-07-17 - Cabinet of Vice-President Valdis Dombrovskis x Mediobanca - Banca di Credito Finanziario"],"date":["2017-07-17"],"summary":["Brexit, recent regulatory developments of the financial sector; European Banks; banking sector Italy"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-722314616330-15","ec-person-48f31156d932641826e09f5b73f074d35ff05786"]}} -{"id":"ec-meeting-2017-07-17-688eaa953d669b441b159e1cbe8bc61227d1bbae","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-07-17 - Foreign Policy Instruments x Antwerp World Diamond Centre"],"date":["2017-07-17"],"summary":["Preparation of EU chairmanship of the Kimberley process"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-fpi"],"involved":["ec-person-c3b6b442c99862009242a343eeb51ed66498bd31","eu-tr-23256548246-36"]}} -{"id":"ec-meeting-2017-07-17-73d05d68f95c9a8c97fa544d4ea9b2c8cc6e8eb9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-07-17 - Environment x European Environmental Bureau"],"date":["2017-07-17"],"summary":["Nature conservation, Industrial emissions, Sustainable Development Goals"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-env"],"involved":["eu-tr-06798511314-27","ec-person-3bc74ce04ea3f4ab4d91a5c88eef25b8b8a213b4"]}} -{"id":"ec-meeting-2017-07-17-b4751dbd1f265aa3e5bce17efa59231d1352c254","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-07-17 - Cabinet of Vice-President Valdis Dombrovskis x CDP Worldwide (Europe) gemeinnützige GmbH"],"date":["2017-07-17"],"summary":["sustainable finance, non-financial reporting, information on CDP Europe awards"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-050269010212-72","ec-person-537401fc0be04984531b83660f416bf2fe14fbd8"]}} -{"id":"ec-meeting-2017-07-17-d08179aa931c1f89ecfe91573c0c1c3bad98f210","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-07-17 - Cabinet of Commissioner Violeta Bulc x Airbus"],"date":["2017-07-17"],"summary":["aviation safety and trade"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-5012c5e45a52ee8ce67d19c1781a127af53e73e7","ec-person-9d4dc4867a44dfe10f67ae7ee1706da3e8b48a24","eu-tr-2732167674-76"]}} -{"id":"ec-meeting-2017-07-17-d24d99b3e2e89a3fada8de21e37cdf619109ab49","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-07-17 - Cabinet of Vice-President Miguel Arias Cañete x Enagás S.A."],"date":["2017-07-17"],"summary":["European Gas Markets"],"notes":["Portfolio: Climate Action & Energy"],"location":["Madrid"],"address":["Madrid"],"addressEntity":["addr-7a2191964a3d7521269f0068afae6b6116bac15d"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd","eu-tr-905001612275-82"]}} -{"id":"ec-meeting-2017-07-17-d936112864f45882f0b16428e79b3c8200d6dc9b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-07-17 - Cabinet of Commissioner Marianne Thyssen x EUROPEAN TRADE UNION CONFEDERATION"],"date":["2017-07-17"],"summary":["EU-social dialogue"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["ec-person-c508e9337eca6b067c1f966b82de49c4824a3ad0","eu-tr-06698681039-26"]}} -{"id":"ec-meeting-2017-07-17-d9bf3786adc8bd8830fe861737dc06e455a006b4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-07-17 - Cabinet of Vice-President Günther Oettinger x European Association of Research and Technology Organisations"],"date":["2017-07-17"],"summary":["budgetary aspects FP9"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-48918086666-95","ec-person-55a0b11edfe9b0b76e526f72b1ec2e9f2f74d5bc"]}} -{"id":"ec-meeting-2017-07-17-df0742f8aac693b755012aa2d82d0b8d9161a108","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-07-17 - Cabinet of Vice-President Andrus Ansip x Orange"],"date":["2017-07-17"],"summary":["Telco review: access & spectrum, e-privacy, B2B platforms, BE&FR market analyses"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-76704342721-41","ec-person-666bc159c7e65a3af9e63c1e97435c02f1496955"]}} -{"id":"ec-meeting-2017-07-18-0db503c3d1d9a5097563ef0869d936bb9ab0a977","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-07-18 - Cabinet of President Jean-Claude Juncker x Association Luxembourgeoise des Fonds d'Investissement"],"date":["2017-07-18"],"summary":["ESA Review"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-6182372280-83","ec-person-c402e34a99fbee730ae22e3b1958e21c94dc6fcc"]}} -{"id":"ec-meeting-2017-07-18-117b8233dd6a8711642dc3eea5a4a291ff052e8a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-07-18 - Cabinet of Vice-President Miguel Arias Cañete x BP p.l.c."],"date":["2017-07-18"],"summary":["future gas market developments"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-3394026642-58","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd"]}} -{"id":"ec-meeting-2017-07-18-1e3b197f9715a4fbcef94c86ba4c2375cf63652b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-07-18 - Cabinet of Commissioner Carlos Moedas x Knowledge4Innovation"],"date":["2017-07-18"],"summary":["Cooperation opportunities for Start-ups"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-0a716bf5253e913fc40ebf14c12f30dc2e7a06ee","eu-tr-12980957381-42"]}} -{"id":"ec-meeting-2017-07-18-200d8c5cb08b6c133c295e97c3974ea619d2cfa6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-07-18 - Cabinet of Vice-President Cecilia Malmström x EU ProSun"],"date":["2017-07-18"],"summary":["Solar panels"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-637930515146-10","ec-person-20ded9db5df11164331bb161fdf234b1e5ad53fd"]}} -{"id":"ec-meeting-2017-07-18-43aab62b0af3cd452292ce2e1f02635214420e35","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-07-18 - Cabinet of Commissioner Corina Crețu x European Disability Forum"],"date":["2017-07-18"],"summary":["Impact of Cohesion Policy changes on the persons with disablities."],"notes":["Portfolio: Regional Policy"],"location":["brussels"],"address":["brussels"],"addressEntity":["addr-e2daa1574b7ac475c827b33e281bd2d5e013c882"],"organizer":["ec-cabinet-commissioner-corina-cretu-of"],"involved":["eu-tr-57868523887-16","ec-person-2ab6296ada57eee7b1af6a77e7ff23cf6b0b1ccf"]}} -{"id":"ec-meeting-2017-07-18-50dd5a620c2fa27f3f4fdb346ba92b02dd455ab7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-07-18 - Regulatory Scrutiny Board x Bundesverband der Deutschen Industrie e.V."],"date":["2017-07-18"],"summary":["Regulatory Scrutiny Board"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-rsb"],"involved":["eu-tr-1771817758-48","ec-person-b79e2a722cf72068a7e5e24a5b455c04c07917fa"]}} -{"id":"ec-meeting-2017-07-18-73ffa63996f1de3d6af32f9a5f257794dee2de65","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-07-18 - Cabinet of Vice-President Günther Oettinger x Citigroup Inc."],"date":["2017-07-18"],"summary":["banking union"],"notes":["Portfolio: Budget & Human Resources"],"location":["Frankfurt"],"address":["Frankfurt"],"addressEntity":["addr-d5d8846569e1aaf92f7239dc4169fa822d08f158"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-00353757573-57","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2017-07-18-774b47e7399419de0a6f2934f68108798d27d269","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-07-18 - Cabinet of Vice-President Valdis Dombrovskis x Pearle*-Live Performance Europe (Performing Arts Employers Associations League Europe)"],"date":["2017-07-18"],"summary":["Reflection paper on the Social Dimension"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-4817795559-48","ec-person-1f98d05bdaed2c40396781b1eb7b0aa47cb8dd20"]}} -{"id":"ec-meeting-2017-07-18-8011c636bbbe4dd008a4b5c013e7d1575749a3dd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-07-18 - Cabinet of Commissioner Tibor Navracsics x European Confederation of Junior Enterprises"],"date":["2017-07-18"],"summary":["Entrepreneurship"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["eu-tr-595764225308-86","ec-person-1da7ee09d46288ee4ea9db2b644bdcf9c3d6d000"]}} -{"id":"ec-meeting-2017-07-18-8b541b7ac282faf1da4559288e0b5f7e398b54cd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-07-18 - Cabinet of Commissioner Marianne Thyssen x European Cockpit Association European Transport Workers' Federation"],"date":["2017-07-18"],"summary":["Social dimension of aviation"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["eu-tr-39838147687-59","ec-person-c508e9337eca6b067c1f966b82de49c4824a3ad0","eu-tr-92545571128-74"]}} -{"id":"ec-meeting-2017-07-18-8cefc68d8ed12d84c9015471f14cb70adecf9802","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-07-18 - Cabinet of Commissioner Marianne Thyssen x Pearle*-Live Performance Europe (Performing Arts Employers Associations League Europe)"],"date":["2017-07-18"],"summary":["Skills, Social dimension of Europe"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["eu-tr-4817795559-48","ec-person-bdb607d5d994a4056dd700f8f52d9af25b406b36"]}} -{"id":"ec-meeting-2017-07-18-9e0622aa21068efeb9883c2840a59ac0793a2afc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-07-18 - Climate Action x Solvay SA"],"date":["2017-07-18"],"summary":["Batteries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-clima"],"involved":["ec-person-44c2f44f96dda2012bcb4e9abc749f6cae86a4c0","eu-tr-58089691185-94"]}} -{"id":"ec-meeting-2017-07-18-b174b813e93bfed6032e08d7b7133d28bbe9c66b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-07-18 - Cabinet of Vice-President Maroš Šefčovič x EUROGAS aisbl"],"date":["2017-07-18"],"summary":["Clean Energy Package"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-3bf48630444ace93d407e52eb880e64d480f75ce","eu-tr-17909506129-41"]}} -{"id":"ec-meeting-2017-07-18-cfcc4ca727310dd505d08feb89ab7e8a291f6ebe","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-07-18 - Cabinet of Vice-President Karmenu Vella x European Public Health Alliance"],"date":["2017-07-18"],"summary":["Pharmaceuticals in Water"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["ec-person-4ff7c27445db4ad88e687776974fd8d077a1fe0c","ec-person-0a1842032f1d5f418b5b8ae5d2bbf6f5e87aba9c","eu-tr-18941013532-08"]}} -{"id":"ec-meeting-2017-07-18-e36c66ddaad9c6136c238b6b6ee7ffb6cee5a5e7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-07-18 - Cabinet of Commissioner Elżbieta Bieńkowska x ArcelorMittal"],"date":["2017-07-18"],"summary":["ETS and Trade"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-23527541824-60","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2017-07-19-787a267d5dfee9a1df6bb64d260dd3714fcab799","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-07-19 - Cabinet of Vice-President Karmenu Vella x Association of National Organisations of Fishing Enterprises in the European Union"],"date":["2017-07-19"],"summary":["Ocean Governance, Our Ocean Conference 2017, Sustainable Fisheries Partnership Agreements, RFMOs"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["eu-tr-2312395253-25","ec-person-0e3efd8bc1c3ee9a80205d0bb78f316fa1621e5d"]}} -{"id":"ec-meeting-2017-07-19-8aad027beddceb4334006920dc0bb8b54eb6380c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-07-19 - Cabinet of Vice-President Johannes Hahn x Confédération Européenne des Associations de Petites et Moyennes Entreprises"],"date":["2017-07-19"],"summary":["economic situation in the neighbourhood and in Turkey"],"notes":["Portfolio: European Neighbourhood Policy & Enlargement Negotiations"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-hahn-johannes-of-president-vice"],"involved":["eu-tr-077142018281-86","ec-person-2fca685599028e7674f6143b21eb6760c913eef0"]}} -{"id":"ec-meeting-2017-07-19-97c6337f2e9162191eaabf1f59e0ddc116a00b1e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-07-19 - Trade x European Fisheries Alliance"],"date":["2017-07-19"],"summary":["Commercial aspects of bilateral and multilateral fishing"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-trade"],"involved":["ec-person-bde9bb099f5d24c52ca4a9255cefc99a5b87a650","eu-tr-263936828049-68"]}} -{"id":"ec-meeting-2017-07-19-9be3466c34042079e5cb206ffb07779428e1132f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-07-19 - Cabinet of Vice-President Miguel Arias Cañete x Edison Spa"],"date":["2017-07-19"],"summary":["Gas infrastructure"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-1831691c10441c5974327bbeb8693d6b6c1e50c3","eu-tr-401111262-07"]}} -{"id":"ec-meeting-2017-07-19-b80bb6beea3259cb1a08ae112c469cc67fd2d74f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-07-19 - Cabinet of Vice-President Günther Oettinger x Bayer AG"],"date":["2017-07-19"],"summary":["Industry 4.0"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-3523776801-85","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2017-07-19-bbdf110524ca542eb06eccaaece7022cce391a3d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-07-19 - Cabinet of Vice-President Karmenu Vella x ECOEMBALAJES ESPAÑA, S.A."],"date":["2017-07-19"],"summary":["Circular Economy"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["ec-person-4ff7c27445db4ad88e687776974fd8d077a1fe0c","eu-tr-159298416382-03"]}} -{"id":"ec-meeting-2017-07-19-bf3ad8fd4a2dcfff6738c1777386c9ef0ede085d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-07-19 - Cabinet of Vice-President Cecilia Malmström x European Council on Foreign Relations"],"date":["2017-07-19"],"summary":["EU-China relations"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-339569615567-89","ec-person-98880f3f4206145e196013db9dd806a551c11e06"]}} -{"id":"ec-meeting-2017-07-19-e0e0cd7caee9b5e1595f4ba2b5aec522163d146e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-07-19 - Cabinet of Vice-President Andrus Ansip x European Multi-channel and Online Trade Association"],"date":["2017-07-19"],"summary":["GDPR and ePrivacy Regulation"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-11251212351-96","ec-person-5db7bdd1c81da2e70eb5b982097d0004111b5c3e"]}} -{"id":"ec-meeting-2017-07-19-f66a555b5dd197fc65e0b147c2270c1de645df66","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-07-19 - Cabinet of Vice-President Günther Oettinger x Academy of European Law"],"date":["2017-07-19"],"summary":["Multiannual Financial Framework"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["ec-person-b17d355ca19058898aba2ec032de59f8701d47f5","eu-tr-97138128231-58"]}} -{"id":"ec-meeting-2017-07-20-2d10bd370be0773259a5d8ae78d7b6f30bfe288b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-07-20 - Cabinet of Commissioner Violeta Bulc x Women Political Leaders"],"date":["2017-07-20"],"summary":["Lunch meeting with Hanna Birna Kristjansdottir and Silvana Koch-Mehrin"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-4d2b449b5047ea3fda435a2a1c1081e3babcdf76","eu-tr-419508817229-68"]}} -{"id":"ec-meeting-2017-07-20-43a90784726008451fd2a8d0660066ae7ae760e9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-07-20 - Cabinet of Vice-President Günther Oettinger x Gesamtverband der Deutschen Versicherungswirtschaft e.V."],"date":["2017-07-20"],"summary":["financial services"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["ec-person-b17d355ca19058898aba2ec032de59f8701d47f5","eu-tr-6437280268-55"]}} -{"id":"ec-meeting-2017-07-20-4c9e24508e4a97d41c52b3fcf5e7848b79084427","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-07-20 - Cabinet of Vice-President Maroš Šefčovič x Association des Constructeurs Européens d'Automobiles"],"date":["2017-07-20"],"summary":["Urban emissions"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-2be517b9261a91f2f07e05ec14c6331980e9716e","eu-tr-0649790813-47"]}} -{"id":"ec-meeting-2017-07-20-6f30e711cb8e9f28d3bd8d624bfa0e9cbe432ea3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-07-20 - Cabinet of Vice-President Jyrki Katainen x Association des Constructeurs Européens d'Automobiles"],"date":["2017-07-20"],"summary":["Car urban emissions"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-0da85dc48012e26688310a59a0b51727ea68f410","eu-tr-0649790813-47"]}} -{"id":"ec-meeting-2017-07-20-7f472a0ac499b1c577e76b7e57bb3b322fbae599","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-07-20 - Cabinet of Commissioner Tibor Navracsics x IFPI Representing recording industry worldwide"],"date":["2017-07-20"],"summary":["Digital Single Market"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["eu-tr-60394321918-91","ec-person-49f31dad10f5641cb1d1e4c3107dd838389e8120"]}} -{"id":"ec-meeting-2017-07-20-95c72e21d53b216c9feeed19490cb30c37313d35","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-07-20 - Cabinet of Vice-President Karmenu Vella x Association des Constructeurs Européens d'Automobiles"],"date":["2017-07-20"],"summary":["Urban emissions"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Bruxelles"],"address":["Bruxelles"],"addressEntity":["addr-b58f5927b66d94a676970dc048485d4c6848f272"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["eu-tr-0649790813-47","ec-person-c3b835c0518074ff4c4d2774cbe39b4fd24ba71a"]}} -{"id":"ec-meeting-2017-07-20-9cdbe065772e42c0f1db58261d4d2eaa6e37c716","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-07-20 - Cabinet of Vice-President Jyrki Katainen x European Council on Foreign Relations"],"date":["2017-07-20"],"summary":["EU-China relations"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-339569615567-89","ec-person-7c9460f99c5872dbdc561f5752401c870d12e98b"]}} -{"id":"ec-meeting-2017-07-20-a132da3709649ef3ff6b44da49601261e63574cb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-07-20 - Cabinet of Commissioner Tibor Navracsics x Explico"],"date":["2017-07-20"],"summary":["Position of the Hungarian Bioetanol Association regarding the proposal of the European Commission on the regulation of biofuels beyond 2020"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-dc2e0fed0fdf39a6a3f3ad63355c5215599de9d1","eu-tr-665813414759-89"]}} -{"id":"ec-meeting-2017-07-20-aa4b0290076c859efe2d94cc12c8ee96ef4a8188","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-07-20 - Cabinet of Vice-President Miguel Arias Cañete x MAN Truck & Bus SE"],"date":["2017-07-20"],"summary":["Monitoring, reporting, verification of C02 emissions for buses/coaches/trucks."],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-06093891220-52","ec-person-25a937c04cd0a0ddcf5cf34798e76b5105854114"]}} -{"id":"ec-meeting-2017-07-20-ab4ed262822fbf9e7eb893a77d171e7a4d22623e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-07-20 - Cabinet of Commissioner Tibor Navracsics x LEGO System A/S"],"date":["2017-07-20"],"summary":["Education and gaming"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-dc2e0fed0fdf39a6a3f3ad63355c5215599de9d1","eu-tr-74560896368-94"]}} -{"id":"ec-meeting-2017-07-20-af489045980d0f36c2726d4ae9594a8212bee027","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-07-20 - Cabinet of Commissioner Violeta Bulc x FEPORT"],"date":["2017-07-20"],"summary":["Meeting with Lamia Kerdjoudj-Belkaid"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-801302611511-33","ec-person-e14c58f620f40325d829df7be0823280307bc15f"]}} -{"id":"ec-meeting-2017-07-20-b02c012bca2eae2b28ac6d5313c299352b445543","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-07-20 - Cabinet of Vice-President Andrus Ansip x LEGO System A/S"],"date":["2017-07-20"],"summary":["Participation to the Alliance for better protect minors online, data protection and parental consent"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-5db7bdd1c81da2e70eb5b982097d0004111b5c3e","eu-tr-74560896368-94","ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0"]}} -{"id":"ec-meeting-2017-07-20-d70fa288f1cbc0379536f28b3074cb345b921cb2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-07-20 - Energy x EPIA SolarPower Europe"],"date":["2017-07-20"],"summary":["European renewables industrial basis"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-2680046412-48","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2017-07-23-1e826b9cc4e88a21e30156d220198038e9e638cc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-07-23 - Cabinet of Commissioner Violeta Bulc x PIPISTREL d.o.o. Podjetje za proizvodnjo zračnih plovil"],"date":["2017-07-23"],"summary":["Team building activity and lunch (visit to Pipistrel aircraft facilities)"],"notes":["Portfolio: Transport"],"location":["Vipava/Ajdovscina"],"address":["Vipava/Ajdovscina"],"addressEntity":["addr-5716569e061e0437fc9263d7723da51fcaef13a9"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-5012c5e45a52ee8ce67d19c1781a127af53e73e7","ec-person-be830229e281863b280fbdedb9755116218a1b6d","ec-person-cb7aaf75b4c195481f149f904bc28b4e2ac2b7ab","ec-person-4d2b449b5047ea3fda435a2a1c1081e3babcdf76","eu-tr-779169725910-83","ec-person-38b425c6d020cfa22f078b832d85df8ce504609f","ec-person-9d4dc4867a44dfe10f67ae7ee1706da3e8b48a24"]}} -{"id":"ec-meeting-2017-07-23-2aa3c5ec5c683d12aacf5efc97501338c057c33f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-07-23 - Cabinet of Commissioner Elżbieta Bieńkowska x BAE Systems"],"date":["2017-07-23"],"summary":["Defence package"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["ec-person-685ecf13dd26cd515c961e24ba71049af2302c5e","eu-tr-87286671805-10"]}} -{"id":"ec-meeting-2017-07-24-0f1b05cbb8f265906a63ab97310ebf262ea9bc7b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-07-24 - Cabinet of Vice-President Jyrki Katainen x Fédération bancaire française"],"date":["2017-07-24"],"summary":["PSD2"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-955e8c493ab54847bb92b65986f56a401f8eabee","eu-tr-09245221105-30"]}} -{"id":"ec-meeting-2017-07-24-1a825fa1a553fd60c7c5bf4ce642d25f20c1f895","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-07-24 - Cabinet of Vice-President Maroš Šefčovič x Leonardo S.p.A."],"date":["2017-07-24"],"summary":["Space issues"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-2be517b9261a91f2f07e05ec14c6331980e9716e","eu-tr-02550382403-01"]}} -{"id":"ec-meeting-2017-07-24-33308afd68718fbe09467be62ca3414eef34b86a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-07-24 - Task Force for Relations with the United Kingdom x EUROPEAN TRADE UNION CONFEDERATION"],"date":["2017-07-24"],"summary":["Meeting with the Task Force for the Preparation and Conduct of the Negotiations with the United Kingdom under Article 50 TEU"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-uktf"],"involved":["ec-person-864cfa5fbc9b02a079ffbab1107f252c7bb08478","eu-tr-06698681039-26"]}} -{"id":"ec-meeting-2017-07-24-4667cf10a381b2a42ad3305c33ccd85b5b7ee1b1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-07-24 - Cabinet of Commissioner Margrethe Vestager x Association pour le Suivi des Aides d’État"],"date":["2017-07-24"],"summary":["Business and State Aid"],"notes":["Portfolio: Competition"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-margrethe-of-vestager"],"involved":["ec-person-ba88c0f325beb42cca2cabbf7a5ea2fe3a59f989","eu-tr-531491425940-10"]}} -{"id":"ec-meeting-2017-07-24-5fdd55c0612fb85d5c0dc78daceafcc50997819a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-07-24 - Cabinet of Commissioner Elżbieta Bieńkowska x Allegro.pl sp. z o.o."],"date":["2017-07-24"],"summary":["Platforms in the Digital Single Market"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["ec-person-d2997a7f359c91a337055c3e24dd36bf928de38d","eu-tr-611131527720-22","ec-person-daef7f819b2f3ffe5e4f5d8eb2782954f3c4a4e2"]}} -{"id":"ec-meeting-2017-07-24-68452796b028cf557b39b09fd4e7ffa252acd698","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-07-24 - Cabinet of Vice-President Andrus Ansip x Deutsche Telekom"],"date":["2017-07-24"],"summary":["IMAGO project"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-666bc159c7e65a3af9e63c1e97435c02f1496955","ec-person-91ca0921c6790191daa54427311acd63035e7c9e","eu-tr-60052162589-72"]}} -{"id":"ec-meeting-2017-07-24-7443fbea7ad47cf16f0e9ea2b3c020d9a68406ce","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-07-24 - Cabinet of Commissioner Phil Hogan x Confederation of British Industry"],"date":["2017-07-24"],"summary":["Industry"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussles"],"address":["Brussles"],"addressEntity":["addr-e6ba3e89050fdfff2010d3fb9d2fbe42cd1cafd9"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-73725676990-18","ec-person-a1a78365cc4685b0958056646204977d8f2ead92"]}} -{"id":"ec-meeting-2017-07-25-20f4c04dda9d0dc565904fc8dd1d782a9d887d49","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-07-25 - Cabinet of Commissioner Věra Jourová x EuroCommerce AIM European Brands Association FoodDrinkEurope"],"date":["2017-07-25"],"summary":["dual quality of food"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["eu-tr-84973761187-60","ec-person-a608b85b2ffef83f883b5a2330b6232efa1b7141","ec-person-a2ca9161feee56909a0e98b473c2d342c20fdb57","ec-person-ff9ad301b778d595651cc4c46ec3a4cf1ef10376","eu-tr-75818824519-45","eu-tr-1074382679-01","ec-person-184e698af1eb9e33b179680570ca171d8cb31c94"]}} -{"id":"ec-meeting-2017-07-25-681b2c58fbf4187c6591a285ecd6e00f2b60c3f2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-07-25 - Cabinet of Vice-President Miguel Arias Cañete x NGVA Europe"],"date":["2017-07-25"],"summary":["Fuels and CO2 emission standards for buses, vans and trucks"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-1119946481-54","ec-person-25a937c04cd0a0ddcf5cf34798e76b5105854114"]}} -{"id":"ec-meeting-2017-07-25-686343e58c88c47b709b6f1b897a9aed37e565ed","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-07-25 - Cabinet of Commissioner Elżbieta Bieńkowska x EuroCommerce AIM European Brands Association FoodDrinkEurope"],"date":["2017-07-25"],"summary":["dual quality of food"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-84973761187-60","eu-tr-75818824519-45","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029","eu-tr-1074382679-01","ec-person-daef7f819b2f3ffe5e4f5d8eb2782954f3c4a4e2"]}} -{"id":"ec-meeting-2017-07-25-80bb1b6ac35fc0ae75d49dfcc7997fa281556d17","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-07-25 - Cabinet of Vice-President Miguel Arias Cañete x Transport and Environment (European Federation for Transport and Environment)"],"date":["2017-07-25"],"summary":["C02 standards for cars/vans"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-58744833263-19","ec-person-25a937c04cd0a0ddcf5cf34798e76b5105854114"]}} -{"id":"ec-meeting-2017-07-25-89e770b9387f72ca4aad68d29f0cf026d06c310c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-07-25 - Cabinet of Vice-President Valdis Dombrovskis x The Goldman Sachs Group, Inc."],"date":["2017-07-25"],"summary":["Brexit related matters"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-48f31156d932641826e09f5b73f074d35ff05786","eu-tr-701266814986-18"]}} -{"id":"ec-meeting-2017-07-25-c19f56db66b4f293342380bd4935ea435040a320","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-07-25 - Cabinet of Commissioner Phil Hogan x Stichting Wageningen Research"],"date":["2017-07-25"],"summary":["Water related questions"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-70699309784-62","ec-person-b0d24e81234b490dd841a09b69892304b27fc6a8"]}} -{"id":"ec-meeting-2017-07-25-fd99a66ec530613c0301d4dad67cb00afcc1d7d0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-07-25 - Task Force for Relations with the United Kingdom x Deutsche Bank AG"],"date":["2017-07-25"],"summary":["Meeting with the Task Force for the Preparation and Conduct of the Negotiations with the United Kingdom under Article 50 TEU"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-uktf"],"involved":["eu-tr-271912611231-56","ec-person-864cfa5fbc9b02a079ffbab1107f252c7bb08478"]}} -{"id":"ec-meeting-2017-07-25-ff9d8d3012d4e810e0c70e0e7c75a45e5113cde1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-07-25 - Energy x GasINDUSTRIAL"],"date":["2017-07-25"],"summary":["Gas issues in the Iberian Peninsula"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-641257821114-68","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2017-07-26-00596126c8ced14fbfbec1ac942fbaae305c9b32","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-07-26 - Cabinet of Vice-President Karmenu Vella x Wildlife Conservation Society"],"date":["2017-07-26"],"summary":["Our ocean and wildlife"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["ec-person-4ff7c27445db4ad88e687776974fd8d077a1fe0c","eu-tr-10132247681-61"]}} -{"id":"ec-meeting-2017-07-26-2ce5dfcf866841b07bd7fb51583bc6a39c8af975","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-07-26 - Cabinet of Vice-President Karmenu Vella x Cosmetics Europe"],"date":["2017-07-26"],"summary":["Plastic Strategy"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Bruxelles"],"address":["Bruxelles"],"addressEntity":["addr-b58f5927b66d94a676970dc048485d4c6848f272"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["ec-person-4ff7c27445db4ad88e687776974fd8d077a1fe0c","eu-tr-83575061669-96"]}} -{"id":"ec-meeting-2017-07-26-40a3124e30f4d48fc74df4bbf5a65cd1d034c2fc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-07-26 - Cabinet of Vice-President Jyrki Katainen x Confederazione Generale dell'Industria Italiana"],"date":["2017-07-26"],"summary":["Business Forum BDI – Confindustria"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-81b1dda49062e5dac42bdad9273fa72968a2c325","eu-tr-27762251795-15"]}} -{"id":"ec-meeting-2017-07-26-60f5bef7532194d7853db9eee432488bed7e4470","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-07-26 - Cabinet of Vice-President Günther Oettinger x Compagnie de SAINT-GOBAIN Dr. Günther Kast GmbH & Co. Technische Gewebe Spezial-Fasererzeugnisse KG"],"date":["2017-07-26"],"summary":["trade policy"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-892857311821-20","eu-tr-182190427542-79","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2017-07-26-a01d156a50a051080cff0625e54e2bd5aad65978","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-07-26 - Cabinet of Commissioner Carlos Moedas x RISE Research Institutes of Sweden AB"],"date":["2017-07-26"],"summary":["Innovation infrastructures"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-b8d49828915f9008e764a78796d47ea00807a658","eu-tr-853017625324-47"]}} -{"id":"ec-meeting-2017-07-26-ea2bf22e66930b9f906ced4f0fcdcefc7a486659","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2017-07-26 - Cabinet of Commissioner Phil Hogan x Bioenergy Europe"],"date":["2017-07-26"],"summary":["Position of AEBIOM on bioenergy sustainability","Topics related to the bioenergy sector"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-97810874431-67","ec-person-b0d24e81234b490dd841a09b69892304b27fc6a8"]}} -{"id":"ec-meeting-2017-07-27-10ae6b350bebbe0ac071864ae5d0417f4f3a2438","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-07-27 - Cabinet of Commissioner Vytenis Andriukaitis x Syngenta Crop Protection AG"],"date":["2017-07-27"],"summary":["Plant protection products"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-b9c3f19e7c5f216e3e508f931ddd6a9cb59376d1","eu-tr-16822412339-79"]}} -{"id":"ec-meeting-2017-07-27-51128b0ec5c49acd40652d09565397701039c69d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-07-27 - Cabinet of Commissioner Violeta Bulc x EUROPEAN RAIL INFRASTRUCTURE MANAGERS"],"date":["2017-07-27"],"summary":["rail infrastructure initiative"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-531034421340-14","ec-person-dd7851e4a1e747e824b4f81139e33bc3cdb73160"]}} -{"id":"ec-meeting-2017-07-27-5e97d200dccd2b75e8890529ca5da0f83dc9444d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-07-27 - Cabinet of Vice-President Jyrki Katainen x 360° Foodservice"],"date":["2017-07-27"],"summary":["Single use plastic in the European Commission buildings"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-549033221890-77","ec-person-0da85dc48012e26688310a59a0b51727ea68f410"]}} -{"id":"ec-meeting-2017-07-27-a27b805ee083fb7338696849a3704791a2b58e51","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-07-27 - Cabinet of Vice-President Karmenu Vella x 360° Foodservice"],"date":["2017-07-27"],"summary":["Plastic Strategy"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Bruxelles"],"address":["Bruxelles"],"addressEntity":["addr-b58f5927b66d94a676970dc048485d4c6848f272"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["eu-tr-549033221890-77","ec-person-4ff7c27445db4ad88e687776974fd8d077a1fe0c"]}} -{"id":"ec-meeting-2017-07-27-c5b2d4094c7e13d6284b8af615c5668aac8aa4c4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-07-27 - Cabinet of Vice-President Jyrki Katainen x Cosmetics Europe"],"date":["2017-07-27"],"summary":["Plastics Strategy"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-83575061669-96","ec-person-0da85dc48012e26688310a59a0b51727ea68f410"]}} -{"id":"ec-meeting-2017-07-28-c9bd8432e2144431ab0db6e1ab157c67457b353d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-07-28 - Cabinet of Commissioner Elżbieta Bieńkowska x Zentralverband des Deutschen Handwerks e.V."],"date":["2017-07-28"],"summary":["SMEs, digitalisation, Services Package"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-5189667783-94","ec-person-d2997a7f359c91a337055c3e24dd36bf928de38d","ec-person-daef7f819b2f3ffe5e4f5d8eb2782954f3c4a4e2"]}} -{"id":"ec-meeting-2017-08-01-bb893adeecaacae0136df3a544f9a21da38d2baa","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-08-01 - Communications Networks, Content and Technology x European Road Transport Telematics Implementation Coordination Organisation-Intelligent Transport Systems & Services Europe"],"date":["2017-08-01"],"summary":["Connected and Automated Driving - ITS congress 2018 in Copenhagen"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-12971262634-76","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2017-08-02-6cfaba540e5843b0446106b042f29f670b39c9b6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-08-02 - Cabinet of First Vice-President Frans Timmermans x Reuse and Recycling European Union Social Enterprises"],"date":["2017-08-02"],"summary":["introduction to the organisation and main issues it tackles related to the circular economy, in particular ecodesign and waste"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["BERL 12/217"],"address":["BERL 12/217"],"addressEntity":["addr-d8e3a56df806f4387fe8c9181fec81afe090150c"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["ec-person-8d1c5ff76a431332387aa10936b0bff13f7d71fd","eu-tr-05052317999-60"]}} -{"id":"ec-meeting-2017-08-02-bf71f3fa140957f90487146d75bd9433b8332625","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-08-02 - Cabinet of Vice-President Neven Mimica x European Network on Debt and Development"],"date":["2017-08-02"],"summary":["Financing for Development (Tax, Debt management, blending and Domestic Resources mobilisation)"],"notes":["Portfolio: International Cooperation & Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-mimica-neven-of-president-vice"],"involved":["eu-tr-09136982496-09","ec-person-d455992f8f48b86e26e61f5284a9ef8e18aed182"]}} -{"id":"ec-meeting-2017-08-03-6f930e0dbc6c17444cba77b8a60ed339d5aa27ff","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-08-03 - Cabinet of Commissioner Elżbieta Bieńkowska x AIM European Brands Association FoodDrinkEurope"],"date":["2017-08-03"],"summary":["differences in compositions and in alleged quality of food"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-1074382679-01","eu-tr-75818824519-45","ec-person-b2f9be51339f054477846797e2c119fcf16548fc","ec-person-daef7f819b2f3ffe5e4f5d8eb2782954f3c4a4e2"]}} -{"id":"ec-meeting-2017-08-03-9ad40e17627d74ccb07bc97b4fa0b775b1f96517","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-08-03 - Cabinet of Vice-President Cecilia Malmström x EUROMETAUX"],"date":["2017-08-03"],"summary":["Proposal for a new methodology to calculate dumping"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-61650796093-48","ec-person-591ec829ca734bcfe59a2c9c7f07f9dff22a0ea9"]}} -{"id":"ec-meeting-2017-08-03-c9bd8432e2144431ab0db6e1ab157c67457b353d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-08-03 - Cabinet of Commissioner Elżbieta Bieńkowska x Zentralverband des Deutschen Handwerks e.V."],"date":["2017-08-03"],"summary":["digitalization of SMEs in traditional sectors of economy, skills agenda, SME Assembly"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-5189667783-94","ec-person-b2f9be51339f054477846797e2c119fcf16548fc","ec-person-daef7f819b2f3ffe5e4f5d8eb2782954f3c4a4e2"]}} -{"id":"ec-meeting-2017-08-03-e1551ba52dd8a7990b853f4adefc2f33a6731ed3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-08-03 - Communications Networks, Content and Technology x Telekom Austria AG"],"date":["2017-08-03"],"summary":["European Telecom issues"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-99255639490-47","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2017-08-03-ef6792f3a3fc3d7ff568945143ed6f5a5c269bbe","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-08-03 - Cabinet of First Vice-President Frans Timmermans x European Women's Lobby"],"date":["2017-08-03"],"summary":["meeting with EWL on colloquium 2017"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["BERL, Brussels"],"address":["BERL, Brussels"],"addressEntity":["addr-c1b89a719fb4c3b86c91ae01524d04183caeb9e6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["ec-person-8d1c5ff76a431332387aa10936b0bff13f7d71fd","eu-tr-85686156700-13"]}} -{"id":"ec-meeting-2017-08-07-b532271a353b262a0970eb079a152e4de6be9aa1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-08-07 - Cabinet of President Jean-Claude Juncker x AEGIS Europe"],"date":["2017-08-07"],"summary":["Anti-Dumping, state of play"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-e415577aabb40c0f789310505c6c5803aa69037b","eu-tr-790573922716-64"]}} -{"id":"ec-meeting-2017-08-09-fb072b072d0bee17a32b43ec238558729bbb4e35","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-08-09 - Cabinet of Commissioner Violeta Bulc x MARSH & McLENNAN COMPANIES FRANCE"],"date":["2017-08-09"],"summary":["Davos 2018"],"notes":["Portfolio: Transport"],"location":["bruxelles"],"address":["bruxelles"],"addressEntity":["addr-9640f09d3fa038b42259a3faac3eafb0223cb23a"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-117683115792-20","ec-person-be830229e281863b280fbdedb9755116218a1b6d"]}} -{"id":"ec-meeting-2017-08-10-8fa5f989c5f10fa2082dfec3d43e1884163ce3e9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-08-10 - Cabinet of Commissioner Mariya Gabriel x Deutsche Telekom"],"date":["2017-08-10"],"summary":["Cybersecurity, European Electronics Communications Code"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["ec-person-fc1068d79545d1659bf47e9b62bfb0aed175629e","eu-tr-60052162589-72"]}} -{"id":"ec-meeting-2017-08-10-abac7959f67f4b3aa79c9728334d397f0715bb95","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-08-10 - Cabinet of Commissioner Elżbieta Bieńkowska x DIN Deutsches Institut für Normung e. V."],"date":["2017-08-10"],"summary":["Role of standardisation in the context of the transformation of the industry"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-989808524267-58","ec-person-b2f9be51339f054477846797e2c119fcf16548fc"]}} -{"id":"ec-meeting-2017-08-16-8f0f992ce88fc830705024f1da7865b0945d914b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-08-16 - Cabinet of President Jean-Claude Juncker x Avaaz Foundation"],"date":["2017-08-16"],"summary":["Acquisition of Monsanto by Bayer AG"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-e415577aabb40c0f789310505c6c5803aa69037b","eu-tr-475565317526-24"]}} -{"id":"ec-meeting-2017-08-17-1b53149a2649eb6f7008ad505381270f03408695","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2017-08-17 - Cabinet of Commissioner Violeta Bulc x Etihad Airways"],"date":["2017-08-17"],"summary":["Meeting with Ahmed Al Qubaisi, Vice President Aeropolitical Affairs at Etihad Airways","high level meetings scheduled for the end of that month"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-142277315551-86","ec-person-9d4dc4867a44dfe10f67ae7ee1706da3e8b48a24"]}} -{"id":"ec-meeting-2017-08-20-7fdc4178dc47ffa24cc253e3593b436b24a78e53","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-08-20 - Cabinet of Vice-President Miguel Arias Cañete x Gazprom"],"date":["2017-08-20"],"summary":["Gas Insfrastructure"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-1831691c10441c5974327bbeb8693d6b6c1e50c3","eu-tr-622135013267-04"]}} -{"id":"ec-meeting-2017-08-23-693b98ad41346f55e4e95c1b1329dbc66525dbce","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-08-23 - Cabinet of President Jean-Claude Juncker x Centre for European Reform"],"date":["2017-08-23"],"summary":["Brexit"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-524976815651-12","ec-person-da1926615bdcdb789928b90ac532982fef6e24ee"]}} -{"id":"ec-meeting-2017-08-23-f0d1a6a9258e94c06823eea3f1aae0912b942854","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-08-23 - Informatics x PwCIL"],"date":["2017-08-23"],"summary":["handshake"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-digit"],"involved":["eu-tr-60402754518-05","ec-person-32591d36027eb92a66b57d5bcc8c57d9574380b0"]}} -{"id":"ec-meeting-2017-08-23-fc547d95c56a6fa5fd6e275673b2926e91311f23","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-08-23 - Cabinet of Commissioner Tibor Navracsics x Network to Promote Linguistic Diversity"],"date":["2017-08-23"],"summary":["EU language policy"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-49f31dad10f5641cb1d1e4c3107dd838389e8120","eu-tr-887288316103-74"]}} -{"id":"ec-meeting-2017-08-24-ffe164de48798737a0a73ba87dfa782e3522318e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-08-24 - Cabinet of Commissioner Carlos Moedas x EuropaBio"],"date":["2017-08-24"],"summary":["Introduction of the New Secretary General"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-f7ccc3ad366dd2fdb24870e1c02ff2763539c82f","eu-tr-1298286943-59"]}} -{"id":"ec-meeting-2017-08-28-453515b44195f2c99ff27e649b73704472d8689f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-08-28 - Cabinet of Vice-President Jyrki Katainen x PlusValue"],"date":["2017-08-28"],"summary":["Impact investment and opportunities under the Investment Plan for Europe"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-568262721571-42","ec-person-c3d85c41b6b842aae5c953d41fda5f240a5d0969"]}} -{"id":"ec-meeting-2017-08-29-27dc64700cf0162f984e0ee1a408997182c5a4e0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-08-29 - Cabinet of President Jean-Claude Juncker x Bundesverband deutscher Banken e.V."],"date":["2017-08-29"],"summary":["The European Union : Towards a Challenging Year"],"notes":["Portfolio: President"],"location":["Brussels Belgium"],"address":["Brussels Belgium"],"addressEntity":["addr-61947d7d2c69c0b8f57325bd044f500c5fc6df48"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-0764199368-97","ec-person-80c6995ad1cd6aefa72f1bf440b17b6d8c6dd4b8"]}} -{"id":"ec-meeting-2017-08-29-a6a5ca73c275e70c700f032b0c0a7ecaf5297cef","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-08-29 - Cabinet of Vice-President Miguel Arias Cañete x The European Steel Association"],"date":["2017-08-29"],"summary":["Mobility Package, Life Cycle Assessment"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-93038071152-83","ec-person-25a937c04cd0a0ddcf5cf34798e76b5105854114"]}} -{"id":"ec-meeting-2017-08-29-c81b3ab631e4422654ef1ce7c76ea29e853e59bf","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2017-08-29 - Cabinet of Commissioner Phil Hogan x EuropaBio"],"date":["2017-08-29"],"summary":["GMO import authorization process including several dossiers pending Commission authorization (following recent appeal committee votes), EC proposal to change comitology rules , Debate around the legal status of New Plant Breeding Techniques including genome editing"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-1298286943-59","ec-person-7d3caa534e5cdda6d5b949bd4b2def39356e3bec"]}} -{"id":"ec-meeting-2017-08-29-f922db8456936f134a7c4f272b0eb4e6b356d1b6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-08-29 - Cabinet of Commissioner Tibor Navracsics x Application Developers Alliance"],"date":["2017-08-29"],"summary":["Competition in the App ecosystem"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-49f31dad10f5641cb1d1e4c3107dd838389e8120","eu-tr-135037514504-30"]}} -{"id":"ec-meeting-2017-08-30-11a4e93cdd52cd1d0e6784c3b4b02fb4975b90de","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-08-30 - Cabinet of First Vice-President Frans Timmermans x European Citizen Action Service"],"date":["2017-08-30"],"summary":["Revision of the European Citizens' Initiative Regulation"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["ec-person-966667b73d92624be9bb019c2baab7e52331b3d3","eu-tr-47003483702-10"]}} -{"id":"ec-meeting-2017-08-30-167e408f29cd20dcc5de134d155fe6640ffb329c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-08-30 - Cabinet of Commissioner Elżbieta Bieńkowska x Vodafone Belgium SA"],"date":["2017-08-30"],"summary":["digital single market"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-90142503473-81","ec-person-b2f9be51339f054477846797e2c119fcf16548fc"]}} -{"id":"ec-meeting-2017-08-30-202049ebde4bb3485bfa207dfef7fa5e3009a5ca","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-08-30 - Cabinet of First Vice-President Frans Timmermans x Initiative and Referendum Institute Europe"],"date":["2017-08-30"],"summary":["Revision of the European Citizens' Initiative Regulation"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-857807628096-78","ec-person-966667b73d92624be9bb019c2baab7e52331b3d3"]}} -{"id":"ec-meeting-2017-08-30-220a64df8f2c46aa45157cf9dd785d26faa73379","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-08-30 - Cabinet of Commissioner Carlos Moedas x McKinsey & Company Inc."],"date":["2017-08-30"],"summary":["Fund of Funds"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-a45151b401196e9c374c9acdada9d8840da271ad","eu-tr-759822324775-22"]}} -{"id":"ec-meeting-2017-08-30-2ae0eda0a91ecbdd8f3f958a423c3fc99ab189f9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-08-30 - Cabinet of First Vice-President Frans Timmermans x Mehr Demokratie e.V."],"date":["2017-08-30"],"summary":["Revision of the European Citizens' Initiative Regulation"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-964799628086-26","ec-person-966667b73d92624be9bb019c2baab7e52331b3d3"]}} -{"id":"ec-meeting-2017-08-30-4ecb562ec10438eb8daef61c1a13db0bc47db845","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-08-30 - Cabinet of Vice-President Valdis Dombrovskis x Bundesverband deutscher Banken e.V."],"date":["2017-08-30"],"summary":["PSD2"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-0764199368-97","ec-person-537401fc0be04984531b83660f416bf2fe14fbd8"]}} -{"id":"ec-meeting-2017-08-30-5d629c65881f296839b087d06c6c65244ae99143","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-08-30 - Cabinet of Commissioner Věra Jourová x DOT Europe"],"date":["2017-08-30"],"summary":["Revision of EU consumer law directives"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-a2ca9161feee56909a0e98b473c2d342c20fdb57","eu-tr-53905947933-43"]}} -{"id":"ec-meeting-2017-08-30-6d5d8aac8e97d9059cbd1c1fde01e747733003f0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-08-30 - Cabinet of Commissioner Carlos Moedas x AMC Strategy"],"date":["2017-08-30"],"summary":["Areas of cooperation around Smart Cities and Mission Innovation"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-0a716bf5253e913fc40ebf14c12f30dc2e7a06ee","eu-tr-114802815648-64"]}} -{"id":"ec-meeting-2017-08-30-8fa5f989c5f10fa2082dfec3d43e1884163ce3e9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-08-30 - Cabinet of Commissioner Mariya Gabriel x Deutsche Telekom"],"date":["2017-08-30"],"summary":["Deutsche Telekom"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels, Brussels"],"address":["Brussels, Brussels"],"addressEntity":["addr-ff93c2d8e4db19a1f99064b404c7decbcbaf78a9"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["ec-person-0ebf0cb327cbf140de5316360168dfb48811c02f","eu-tr-60052162589-72"]}} -{"id":"ec-meeting-2017-08-30-928d289f030af1945a7fcafeddeab5386cee9e61","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-08-30 - Financial Stability, Financial Services and Capital Markets Union x Nederlandse Waterschapsbank"],"date":["2017-08-30"],"summary":["CRR/CRD"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-675193427744-76","ec-person-bdee7a93f95c8ef05079539170139b3c02e8ed96"]}} -{"id":"ec-meeting-2017-08-30-9e5beb18183d9c19d916eb88a450b64722dddd76","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-08-30 - Cabinet of First Vice-President Frans Timmermans x Democracy International e.V."],"date":["2017-08-30"],"summary":["Revision of the European Citizens' Initiative Regulation"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-014120028084-09","ec-person-966667b73d92624be9bb019c2baab7e52331b3d3"]}} -{"id":"ec-meeting-2017-08-30-a6928e8c76a231c2318f4fc4118b4c5ded23abdf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-08-30 - Cabinet of Commissioner Carlos Moedas x Equinor ASA"],"date":["2017-08-30"],"summary":["Follow-up on Energy Research issues"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-0a716bf5253e913fc40ebf14c12f30dc2e7a06ee","eu-tr-4447605981-76"]}} -{"id":"ec-meeting-2017-08-30-f5136fc5bc6cf8d4f6040dbe604f8df566ab5703","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-08-30 - Cabinet of First Vice-President Frans Timmermans x Association for the European Citizens' Initiative e.V."],"date":["2017-08-30"],"summary":["Revision of the European Citizens' Initiative Regulation"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-299290727346-64","ec-person-966667b73d92624be9bb019c2baab7e52331b3d3"]}} -{"id":"ec-meeting-2017-08-31-3c3f2e086dae0f2817c82f7e6883079cd67b190b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-08-31 - Cabinet of Commissioner Tibor Navracsics x European Association of Distance Teaching universities"],"date":["2017-08-31"],"summary":["Open universities and distance learning"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["eu-tr-016107725457-79","ec-person-33076d1a800ce856f29bbab43813a5a80eef2da0"]}} -{"id":"ec-meeting-2017-08-31-84a40819f9eb4784f5300871453d6a3c587f38ab","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-08-31 - Cabinet of Vice-President Cecilia Malmström x Svensk Handel (Swedish Trade Federation)"],"date":["2017-08-31"],"summary":["Unfair trading practices"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-20ded9db5df11164331bb161fdf234b1e5ad53fd","eu-tr-277625014294-80"]}} -{"id":"ec-meeting-2017-08-31-8f81c99be07748a02d352b32f5be2304f689037e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-08-31 - Cabinet of Vice-President Valdis Dombrovskis x Banking & Payments Federation Ireland"],"date":["2017-08-31"],"summary":["PSD2"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-981559116223-93","ec-person-537401fc0be04984531b83660f416bf2fe14fbd8"]}} -{"id":"ec-meeting-2017-08-31-cd6698d777102631183faa85f74f2530995c3340","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-08-31 - Cabinet of Commissioner Tibor Navracsics x IBM Corporation"],"date":["2017-08-31"],"summary":["TopTeam Sports of IBM"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-49f31dad10f5641cb1d1e4c3107dd838389e8120","eu-tr-7721359944-96","ec-person-33076d1a800ce856f29bbab43813a5a80eef2da0"]}} -{"id":"ec-meeting-2017-08-31-d6729003a77965eb65b7ecbd2ae2f844fca3c764","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-08-31 - Cabinet of Commissioner Julian King x Vodafone Belgium SA"],"date":["2017-08-31"],"summary":["Cybersecurity"],"notes":["Portfolio: Security Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-julian-king-of"],"involved":["eu-tr-90142503473-81","ec-person-8534d5829e2b89b2389ad8651205fee73503f559"]}} -{"id":"ec-meeting-2017-08-31-ec03d8da822fac35129e4416ed4a2483e67e7b1a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-08-31 - Cabinet of Vice-President Valdis Dombrovskis x Związek Banków Polskich Finance Denmark"],"date":["2017-08-31"],"summary":["PSD2"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-01623802004-63","ec-person-537401fc0be04984531b83660f416bf2fe14fbd8","eu-tr-20705158207-35"]}} -{"id":"ec-meeting-2017-09-01-2be5bc43adedb75da300721bb37faa9a7b8dad54","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-01 - Energy x Equinor ASA"],"date":["2017-09-01"],"summary":["energy policy development"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["ec-person-6997149120ce5129e38febe5275dc8fd03232d2e","eu-tr-4447605981-76"]}} -{"id":"ec-meeting-2017-09-01-3fe72a860f702c9dfdac08bded1939961af0f73d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-01 - Cabinet of Commissioner Pierre Moscovici x AMUNDI AM Pfizer Inc. Deutsche Bank AG Terna spa FERROVIE DELLO STATO ITALIANE S.p.A. Edison Spa Selta"],"date":["2017-09-01"],"summary":["Exchange of views on the Italian and euro zone economies and priorities for reform"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Cernobbio"],"address":["Cernobbio"],"addressEntity":["addr-aa3c5e315d51b844866f41ef1fd625f34d7f8ed8"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["ec-person-3cbeba61ae952f06fe4916c381438ebbc676a597","ec-person-4d74d0c260dc052838b8da02f72e7322f6cfc514","eu-tr-937812815077-68","eu-tr-1954267427-31","eu-tr-271912611231-56","eu-tr-401111262-07","eu-tr-4263301811-33","eu-tr-913146328207-78","eu-tr-94607479886-02"]}} -{"id":"ec-meeting-2017-09-01-4c89120196c90c555972d887d2503b980c4e7469","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-01 - Cabinet of Commissioner Elżbieta Bieńkowska x Alliance Européenne des Engrais Phosphatés"],"date":["2017-09-01"],"summary":["Fertilizer"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-973319225742-44","ec-person-d2997a7f359c91a337055c3e24dd36bf928de38d"]}} -{"id":"ec-meeting-2017-09-04-11d3273bddefca5933fb4baceb3b26929c6d32b3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-04 - Cabinet of Vice-President Jyrki Katainen x Sky Group"],"date":["2017-09-04"],"summary":["Role of platforms and creative sectors for Skills and Jobs"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-81b1dda49062e5dac42bdad9273fa72968a2c325","eu-tr-62536168216-12"]}} -{"id":"ec-meeting-2017-09-04-183ff427e0e12e050e1396cc69d0b540fb07cd5d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-04 - Cabinet of Vice-President Andrus Ansip x Ericsson"],"date":["2017-09-04"],"summary":["DSM general, cybersecurity"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-e91c5be432b6b3efdda369792fed67c20b767a45","eu-tr-02021363105-42"]}} -{"id":"ec-meeting-2017-09-04-1ca78d4842c9daab43ead5918bf0bebbb230da9b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-04 - Cabinet of Vice-President Valdis Dombrovskis x Morgan Stanley"],"date":["2017-09-04"],"summary":["Current Banking Issues"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-29701922039-63","ec-person-eec82261c60167b261e56ad1e2bfb4c482db6191","ec-person-a9eda2e8ea54b70a968327672c6cada679d3cd56"]}} -{"id":"ec-meeting-2017-09-04-252c349fef3c765fe1082ae6b84019518251f8ca","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-04 - Cabinet of Commissioner Carlos Moedas x Openichnos Hellas Private Company LG Sonic"],"date":["2017-09-04"],"summary":["Discussion on the start-up and scale up ecosystem in Europe"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-23980b2bc4fd9c82051d0f7888dc236b2f764866","eu-tr-571519128202-03","ec-person-a6e757d2928b639b876fd492ddee1fc1420908bf","eu-tr-347716528171-43"]}} -{"id":"ec-meeting-2017-09-04-25f15df09e4efecbd36dbafc709b2e63523e7a93","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-04 - Cabinet of Commissioner Mariya Gabriel x News Corporation"],"date":["2017-09-04"],"summary":["Fake News"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-544873617314-08","ec-person-13ac9a19d8d04f97c0d32603d014df0dd4e1cd2a"]}} -{"id":"ec-meeting-2017-09-04-49834b7908a6c8681602563281f707ac59a79b94","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-04 - Cabinet of Vice-President Cecilia Malmström x Ericsson"],"date":["2017-09-04"],"summary":["Upcoming Commission initiatives"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-02021363105-42","ec-person-591ec829ca734bcfe59a2c9c7f07f9dff22a0ea9"]}} -{"id":"ec-meeting-2017-09-04-56f04b8a6a45aa0fcbf70b6f1a8194d24e214e58","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-04 - Cabinet of Vice-President Günther Oettinger x TUI AG"],"date":["2017-09-04"],"summary":["services package"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911","eu-tr-654909925315-71"]}} -{"id":"ec-meeting-2017-09-04-6b80ed0dcf8e0d55c99f2ba0b353808ab58eae65","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-04 - Cabinet of Vice-President Cecilia Malmström x Centre for European Policy Studies"],"date":["2017-09-04"],"summary":["research seminar"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-19b143e83f8ab978c55c8a9a9e49e06dbfa14bf3","eu-tr-86853666704-95"]}} -{"id":"ec-meeting-2017-09-04-70f5f9c8d4db94942e046387f79574eb40b0eb07","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-04 - Cabinet of Commissioner Mariya Gabriel x News Media Europe"],"date":["2017-09-04"],"summary":["Copyright, AVMSD, Fake News"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-577812220311-81","ec-person-13ac9a19d8d04f97c0d32603d014df0dd4e1cd2a"]}} -{"id":"ec-meeting-2017-09-04-7250ef57303946536500a4bb68c2dbad630dbe57","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-04 - Cabinet of Commissioner Margrethe Vestager x ALLIANCE OF RAIL NEW ENTRANTS"],"date":["2017-09-04"],"summary":["Competition in the EU Rail Sector"],"notes":["Portfolio: Competition"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-margrethe-of-vestager"],"involved":["ec-person-baa1c172df109ebd1f0307bccb5e21aec66c7a25","eu-tr-137873228284-05"]}} -{"id":"ec-meeting-2017-09-04-73217c537d7993d7e6edc120365b402df1373434","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-04 - Cabinet of Vice-President Günther Oettinger x Hubert Burda Media Holding Kommanditgesellschaft"],"date":["2017-09-04"],"summary":["digital, European budget"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-730036917015-61","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2017-09-04-8171d133feff850cc9b9e4218855973bfc00d143","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-04 - Cabinet of Vice-President Jyrki Katainen x Aula Europe Neste Oyj"],"date":["2017-09-04"],"summary":["Renewable Energy Directive"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90","eu-tr-88742028087-64","eu-tr-10257354120-19"]}} -{"id":"ec-meeting-2017-09-04-8994fa0e14ea0f6574d357597984b7200c9ee539","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-04 - Cabinet of Vice-President Andrus Ansip x Sky Group"],"date":["2017-09-04"],"summary":["AVMSD, copyright, satellite and cable directive"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-62536168216-12","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45","ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0"]}} -{"id":"ec-meeting-2017-09-04-b41b0f7ea586c5b7e72b06137f2d7ff794b485e8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-04 - Cabinet of Vice-President Jyrki Katainen x Application Developers Alliance"],"date":["2017-09-04"],"summary":["Competition in the Digital Ecosystem in the EU"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-135037514504-30","ec-person-81b1dda49062e5dac42bdad9273fa72968a2c325"]}} -{"id":"ec-meeting-2017-09-04-bc90d6d929980d4b23cbe9e26c9161c04ed45fd3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-04 - Cabinet of President Jean-Claude Juncker x Hubert Burda Media Holding Kommanditgesellschaft"],"date":["2017-09-04"],"summary":["Challenges facing the EU"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-730036917015-61","ec-person-80c6995ad1cd6aefa72f1bf440b17b6d8c6dd4b8"]}} -{"id":"ec-meeting-2017-09-04-de8064403effa06b969bcd52224f04096d9f2259","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-04 - Cabinet of Commissioner Carlos Moedas x KIC InnoEnergy SE"],"date":["2017-09-04"],"summary":["Latest updates on Energy issues"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-0a716bf5253e913fc40ebf14c12f30dc2e7a06ee","ec-person-a45151b401196e9c374c9acdada9d8840da271ad","eu-tr-462849021886-85"]}} -{"id":"ec-meeting-2017-09-04-ec5c7de22a98f8b38ee088923d1b6b549aa2a48a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-04 - Mobility and Transport x Neste Oyj"],"date":["2017-09-04"],"summary":["biofuels"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-move"],"involved":["ec-person-26cdfacae671b09917bee1a91c91973941fa58a2","eu-tr-10257354120-19"]}} -{"id":"ec-meeting-2017-09-04-f05168a5fe5f66631ab70472ae57d0a0a1b12ca9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-04 - Cabinet of Vice-President Andrus Ansip x Application Developers Alliance"],"date":["2017-09-04"],"summary":["Market developments, competition"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-135037514504-30","ec-person-666bc159c7e65a3af9e63c1e97435c02f1496955"]}} -{"id":"ec-meeting-2017-09-05-0cf42955e8e42118dcef6b0006fa46cc6d943068","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-05 - Mobility and Transport x TUI AG"],"date":["2017-09-05"],"summary":["EU aviation"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-move"],"involved":["ec-person-26cdfacae671b09917bee1a91c91973941fa58a2","eu-tr-654909925315-71"]}} -{"id":"ec-meeting-2017-09-05-0f2f99016f0479bfad914de96c04e9ac43909ee3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-05 - Cabinet of Vice-President Jyrki Katainen x Teollisuuden Voima Oyj Aula Europe"],"date":["2017-09-05"],"summary":["Energy policy"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-352103717639-15","ec-person-f9208d930adc70c6c64e21701e48f85f6f18e949","eu-tr-88742028087-64"]}} -{"id":"ec-meeting-2017-09-05-11bcb29c6a94c178a9dda28ed3064c0112ca1e7a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-05 - Cabinet of Commissioner Dimitris Avramopoulos x ΟΡΓΑΝΙΣΜΟΣ ΠΡΟΓΝΩΣΤΙΚΩΝ ΑΓΩΝΩΝ ΠΟΔΟΣΦΑΙΡΟΥ ΑΝΩΝΥΜΗ ΕΤΑΙΡΕΙΑ"],"date":["2017-09-05"],"summary":["Courtesy visit - discussion on integration of refugees projects that OPAP could run"],"notes":["Portfolio: Migration, Home Affairs and Citizenship"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-avramopoulos-cabinet-commissioner-dimitris-of"],"involved":["eu-tr-474681616946-32","ec-person-06b43c385c07c13f2bae1d24a0075851e8ce491d"]}} -{"id":"ec-meeting-2017-09-05-1a589430da724943498afe8148b34d3c32469947","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-05 - Cabinet of President Jean-Claude Juncker x ArcelorMittal"],"date":["2017-09-05"],"summary":["Situation in the steel sector"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-e415577aabb40c0f789310505c6c5803aa69037b","eu-tr-23527541824-60"]}} -{"id":"ec-meeting-2017-09-05-28936af95b185a64d3177aa72e4c88ca5139146a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-05 - Cabinet of Commissioner Julian King x Symantec Corporation"],"date":["2017-09-05"],"summary":["Cybersecurity"],"notes":["Portfolio: Security Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-julian-king-of"],"involved":["eu-tr-3612325809-89","ec-person-8534d5829e2b89b2389ad8651205fee73503f559"]}} -{"id":"ec-meeting-2017-09-05-2b258e1c4fd0a32f01c0a408c566800d9094ac29","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-05 - Cabinet of Vice-President Günther Oettinger x RWE AG"],"date":["2017-09-05"],"summary":["digitisation of energy sector"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-77608353460-77","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2017-09-05-2c011d53ed4225921687a119fd048640ec5472db","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-05 - Inspire, Debate, Engage and Accelerate Action x Ericsson"],"date":["2017-09-05"],"summary":["Cyber security"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-dg-idea"],"involved":["eu-tr-02021363105-42","ec-person-4fe56a64c00b3e81c851b5538878b32481bd7d3c"]}} -{"id":"ec-meeting-2017-09-05-342adaf93aff557b5ae4e1a1bd9c517a56f23da2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-05 - Environment x European Chemical Industry Council"],"date":["2017-09-05"],"summary":["CEFIC initiatives for 2018 and DG ENV priorities for chemicals policy in 2018"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-env"],"involved":["eu-tr-64879142323-90","ec-person-3bc74ce04ea3f4ab4d91a5c88eef25b8b8a213b4"]}} -{"id":"ec-meeting-2017-09-05-4b4b1e42ff07011b010a047270263aba8609b315","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-05 - Cabinet of Vice-President Andrus Ansip x Symantec Corporation"],"date":["2017-09-05"],"summary":["Cybersecurity, e-privacy directive"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-3ca0c466b8ff230d4409591430b388007ce14ff8","ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0","eu-tr-3612325809-89"]}} -{"id":"ec-meeting-2017-09-05-54a0583b6744ec659583ee2930e777fbec1c7723","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-05 - Cabinet of Vice-President Valdis Dombrovskis x Bundesverband der Deutschen Volksbanken und Raiffeisenbanken Bundesverband Öffentlicher Banken Deutschlands eV Verband deutscher Pfandbriefbanken e.V. Deutscher Sparkassen-und Giroverband Bundesverband deutscher Banken e.V."],"date":["2017-09-05"],"summary":["Banking Union; ESA review; CRR/CRD; PSD2"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-f376b1eca739c662d2385062249507f23f4ca67e","eu-tr-62379064909-15","eu-tr-0767788931-41","eu-tr-60762921532-05","ec-person-48f31156d932641826e09f5b73f074d35ff05786","eu-tr-0764199368-97","eu-tr-22330076571-75"]}} -{"id":"ec-meeting-2017-09-05-58cb88d4800a646de8fe7ae3c0e80bb68223997b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-05 - Cabinet of Commissioner Carlos Moedas x Dow Europe GmbH FIPRA International SRL"],"date":["2017-09-05"],"summary":["future framework programme"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["eu-tr-58746194306-23","ec-person-0a716bf5253e913fc40ebf14c12f30dc2e7a06ee","ec-person-2b4bb0b28e7435e5f612e44d9664dbd1051efc55","eu-tr-38235121060-73"]}} -{"id":"ec-meeting-2017-09-05-6411029f23cb018005740e040e99ddfdf1a5b426","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2017-09-05 - Cabinet of Commissioner Violeta Bulc x European Rail Freight Association asbl"],"date":["2017-09-05"],"summary":["Meeting ALLRAIL","Meeting with ALLRAIL President M. Forster"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-38b425c6d020cfa22f078b832d85df8ce504609f","eu-tr-013359412586-21","ec-person-dd7851e4a1e747e824b4f81139e33bc3cdb73160"]}} -{"id":"ec-meeting-2017-09-05-693d751c52e176e3fa762ee3f252aba6f24d44ce","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-05 - Cabinet of President Jean-Claude Juncker x JPMorgan Chase & Co."],"date":["2017-09-05"],"summary":["Meeting on deepening of EMU"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-c402e34a99fbee730ae22e3b1958e21c94dc6fcc","eu-tr-9171899949-17"]}} -{"id":"ec-meeting-2017-09-05-6d78e09629f95b7a42399eb66f4bb82f58a84a04","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-05 - Cabinet of Commissioner Mariya Gabriel x Instytut Kościuszki - Instytut Integracji Europejskiej"],"date":["2017-09-05"],"summary":["Cybersecurity"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-238617117970-90","ec-person-fc1068d79545d1659bf47e9b62bfb0aed175629e"]}} -{"id":"ec-meeting-2017-09-05-70920754d52ea72a2a060d209f4c06b6134a872a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-05 - Cabinet of Vice-President Günther Oettinger x Business Metropole Ruhr GmbH"],"date":["2017-09-05"],"summary":["digital policy"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-301431928100-81","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2017-09-05-71e88cad5f5dc041f3f780ba01428a3ac6cb855f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-05 - Cabinet of Vice-President Günther Oettinger x European Chamber of Commerce in Vietnam"],"date":["2017-09-05"],"summary":["European companies in Vietnam"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-641483424039-61","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2017-09-05-732a82f167ee530b1719006001cafd9853cacae2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-05 - Cabinet of First Vice-President Frans Timmermans x Stichting BirdLife Europe"],"date":["2017-09-05"],"summary":["meeting on LIFE and Nature directives enforcement"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels, BERL"],"address":["Brussels, BERL"],"addressEntity":["addr-3c3fa5f92474ebac668808553fbab6d1c14aa243"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-1083162721-43","ec-person-8d1c5ff76a431332387aa10936b0bff13f7d71fd"]}} -{"id":"ec-meeting-2017-09-05-846f8ec9524f2411d43c44852de76b3087356088","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-05 - Cabinet of Commissioner Phil Hogan x EMILIA-ROMAGNA REGIONAL SUB-UNIT FOR DEVOLOPEMENT AQUACOLTURE AND FISHING"],"date":["2017-09-05"],"summary":["GIs"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels, BERL"],"address":["Brussels, BERL"],"addressEntity":["addr-3c3fa5f92474ebac668808553fbab6d1c14aa243"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-36482546115-09","ec-person-428cf365f3847d04012831ef2642a1a69aed518d"]}} -{"id":"ec-meeting-2017-09-05-84f98a080d1961b6856e604741cccd63c5cd9bf1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-05 - Energy x Danfoss A/S"],"date":["2017-09-05"],"summary":["Clean Energy for All Europeans package"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-212432414885-94","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2017-09-05-8f83eea524d37c75df8d00d0155171853cf0eb72","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-05 - Cabinet of Commissioner Elżbieta Bieńkowska x European Chamber of Commerce in Vietnam"],"date":["2017-09-05"],"summary":["perspectives and expectations of the European business community with regard to the EU-Vietnam Free Trade Agreement"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-641483424039-61","ec-person-b2f9be51339f054477846797e2c119fcf16548fc"]}} -{"id":"ec-meeting-2017-09-05-9d0598b0c74bd7870a9fbd8556175ecb1d0eeea0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-05 - Cabinet of Commissioner Mariya Gabriel x european competitive telecommunications association"],"date":["2017-09-05"],"summary":["European Electronic Communications Code"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-24627752238-32","ec-person-1674399a793e9e6fd7cf55b525515fc862fc9351"]}} -{"id":"ec-meeting-2017-09-05-a059b027ac7b33fd2f27ea63fa9395e70b61810f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-05 - Cabinet of Commissioner Tibor Navracsics x Tata Consultancy Services Hill & Knowlton International Belgium"],"date":["2017-09-05"],"summary":["Artificial intelligence and education"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["eu-tr-3183894853-03","ec-person-33076d1a800ce856f29bbab43813a5a80eef2da0","ec-person-1da7ee09d46288ee4ea9db2b644bdcf9c3d6d000","eu-tr-930116617440-93"]}} -{"id":"ec-meeting-2017-09-05-a222df360ee6f92983f07a4c47651d8626fc0f49","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-05 - Cabinet of President Jean-Claude Juncker x Ericsson"],"date":["2017-09-05"],"summary":["EU Industrial Policy"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-c402e34a99fbee730ae22e3b1958e21c94dc6fcc","eu-tr-02021363105-42"]}} -{"id":"ec-meeting-2017-09-05-a3628d1cba3e3cb89fa6bb67c14ee03b7049b57a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-05 - Environment x FIPRA International SRL Dow Europe GmbH"],"date":["2017-09-05"],"summary":["EU industrial policy and Circular Economy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-env"],"involved":["eu-tr-58746194306-23","eu-tr-38235121060-73","ec-person-3bc74ce04ea3f4ab4d91a5c88eef25b8b8a213b4"]}} -{"id":"ec-meeting-2017-09-05-a7258ec2d4ad65bf1db97c26847ebf5bc81fdf2a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-05 - Cabinet of Vice-President Jyrki Katainen x Vodafone Belgium SA"],"date":["2017-09-05"],"summary":["Cybersecurity"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-90142503473-81","ec-person-81b1dda49062e5dac42bdad9273fa72968a2c325"]}} -{"id":"ec-meeting-2017-09-05-a8484325c2a4c82c7c848d1e8261ec722299a550","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-05 - Environment x WWF European Policy Programme European Environmental Bureau Stichting BirdLife Europe"],"date":["2017-09-05"],"summary":["Better implementation, Biodiversity and CAP"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-env"],"involved":["eu-tr-1083162721-43","eu-tr-06798511314-27","eu-tr-1414929419-24","ec-person-3bc74ce04ea3f4ab4d91a5c88eef25b8b8a213b4"]}} -{"id":"ec-meeting-2017-09-05-c57e9ba0e43b0d6f164348831e892f9b6d803050","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-05 - Cabinet of First Vice-President Frans Timmermans x World Economic Forum"],"date":["2017-09-05"],"summary":["Circular Economy"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels, BERL"],"address":["Brussels, BERL"],"addressEntity":["addr-3c3fa5f92474ebac668808553fbab6d1c14aa243"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-389715028237-59","ec-person-8d1c5ff76a431332387aa10936b0bff13f7d71fd"]}} -{"id":"ec-meeting-2017-09-05-c6116d21ec43211cca6b3a35d3da0ae5991f93a4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-05 - Cabinet of Vice-President Jyrki Katainen x AEGIS Europe"],"date":["2017-09-05"],"summary":["Meeting with AEGIS on new dumping calculation methodology"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90","eu-tr-790573922716-64"]}} -{"id":"ec-meeting-2017-09-05-c89aa4339d9f07a5f8085aaa99cac79891522549","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-05 - Cabinet of Commissioner Elżbieta Bieńkowska x Association for Emissions Control by Catalyst"],"date":["2017-09-05"],"summary":["AECC industry positions and actions regarding emissions"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-78711786419-61","ec-person-b2f9be51339f054477846797e2c119fcf16548fc","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2017-09-05-cbe64f41d0b64d7af0d9c56b0ab914bd712f2e92","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-05 - Cabinet of Commissioner Carlos Moedas x The Russell Group of Universities"],"date":["2017-09-05"],"summary":["Meeting with university representatives of the Russell Group on development in EU research & innovation policy"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-b8d49828915f9008e764a78796d47ea00807a658","eu-tr-032693316451-70"]}} -{"id":"ec-meeting-2017-09-05-d2c873d208c5f691af7e39c35f330236c595608e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-05 - Cabinet of President Jean-Claude Juncker x The Russell Group of Universities"],"date":["2017-09-05"],"summary":["EU-UK cooperation on research and science"],"notes":["Portfolio: President"],"location":["Belgium, Brussels, BERL"],"address":["Belgium, Brussels, BERL"],"addressEntity":["addr-afebf85a436897fe5234b2ac0d00a1ddc4c9dd27"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-da1926615bdcdb789928b90ac532982fef6e24ee","eu-tr-032693316451-70"]}} -{"id":"ec-meeting-2017-09-05-e0ef9e287b083c6d68b56034483cf2cc34e5b10f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-05 - Cabinet of Commissioner Tibor Navracsics x Sky Group"],"date":["2017-09-05"],"summary":["Digital Single Market"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-49f31dad10f5641cb1d1e4c3107dd838389e8120","eu-tr-62536168216-12"]}} -{"id":"ec-meeting-2017-09-05-e49e6de46b675fc0554efa19246a75388b3a097f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-05 - Cabinet of Commissioner Mariya Gabriel x Sky Group"],"date":["2017-09-05"],"summary":["DSM, The Copyright Directive and Broadcasting Regulation, IPRED"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-62536168216-12","ec-person-13ac9a19d8d04f97c0d32603d014df0dd4e1cd2a"]}} -{"id":"ec-meeting-2017-09-05-e8e0bcac5a73f321b18395381150cc29afea858b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-05 - Budget x Inclusive Strategies"],"date":["2017-09-05"],"summary":["Courtesy visit"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-budg"],"involved":["ec-person-141e9cc397f37adfd6c16eb048466fa61dd3ebea","eu-tr-466494027792-47"]}} -{"id":"ec-meeting-2017-09-05-f80d3f68fec442d04f20880790f356e6a336e3b5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-05 - Cabinet of Vice-President Jyrki Katainen x World Economic Forum"],"date":["2017-09-05"],"summary":["Circular Economy Finance Platform"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-0da85dc48012e26688310a59a0b51727ea68f410","eu-tr-389715028237-59"]}} -{"id":"ec-meeting-2017-09-05-f93256abf8d780e77a1390d6c94aceeb62d2c258","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-05 - Cabinet of Commissioner Phil Hogan x DuPont de Nemours International SARL"],"date":["2017-09-05"],"summary":["Merger Control"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-3181166932-58","ec-person-ff8342dedc26701400fcb7dcf73fbee50a837ac6"]}} -{"id":"ec-meeting-2017-09-06-0077eef9c26fe556ca5c47b1d96b844da740e2cd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-06 - Cabinet of First Vice-President Frans Timmermans x CEEweb for Biodiversity"],"date":["2017-09-06"],"summary":["SDG Watch Europe - Sustainable Development"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels, BERL"],"address":["Brussels, BERL"],"addressEntity":["addr-3c3fa5f92474ebac668808553fbab6d1c14aa243"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-34461047998-33","ec-person-8d1c5ff76a431332387aa10936b0bff13f7d71fd"]}} -{"id":"ec-meeting-2017-09-06-0633b8f252d8ffd5c462c5e79aca849477115606","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-06 - Energy x Aurubis AG"],"date":["2017-09-06"],"summary":["Clean Energy for All Europeans package"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["ec-person-6997149120ce5129e38febe5275dc8fd03232d2e","eu-tr-11160169347-78"]}} -{"id":"ec-meeting-2017-09-06-13d930cdf7296d05c0287bbe42c89b3cd1e2acaa","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-06 - Cabinet of Commissioner Violeta Bulc x Bourse de Luxembourg"],"date":["2017-09-06"],"summary":["EU-China Connectivity presentation Mr Jacke Na Liu and Mr Tang (LJG)"],"notes":["Portfolio: Transport"],"location":["Bruxelles"],"address":["Bruxelles"],"addressEntity":["addr-b58f5927b66d94a676970dc048485d4c6848f272"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-272733624418-18","ec-person-be830229e281863b280fbdedb9755116218a1b6d"]}} -{"id":"ec-meeting-2017-09-06-1d48a72b750947687bdd34c96ffba96dbf5fbe1f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-06 - Cabinet of Vice-President Andrus Ansip x European & International Booksellers Federation"],"date":["2017-09-06"],"summary":["Geoblocking, e-books"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-9031106115-62","ec-person-666bc159c7e65a3af9e63c1e97435c02f1496955"]}} -{"id":"ec-meeting-2017-09-06-256fcaebcb9368f8fb045dca2d50c5d34583152d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-06 - Cabinet of Vice-President Neven Mimica x European Chamber of Commerce in Vietnam"],"date":["2017-09-06"],"summary":["EU-Vietnam Trade and Development Cooperation"],"notes":["Portfolio: International Cooperation & Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-mimica-neven-of-president-vice"],"involved":["ec-person-ba51cfc2cb570b2ba23d99869e21cd43fe8cadad","eu-tr-641483424039-61"]}} -{"id":"ec-meeting-2017-09-06-2e6b513a9b4c61915153c3017136a256a57166b0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-06 - Cabinet of Commissioner Phil Hogan x Landbrug & Fødevarer - Danish Agriculture and Food Council"],"date":["2017-09-06"],"summary":["Business discussion"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-400dd8d59d3060187d9b9b143d697da1a3d03c12","eu-tr-1634450483-86"]}} -{"id":"ec-meeting-2017-09-06-36ebc00d0ae9bae4acbb500c5ae0afd96ff0a3b4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-06 - Cabinet of Commissioner Mariya Gabriel x Liberty Global Corporate B.V. Telenet Group Holding"],"date":["2017-09-06"],"summary":["Digital policy"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-82853397708-89","eu-tr-777774021196-68","ec-person-1674399a793e9e6fd7cf55b525515fc862fc9351"]}} -{"id":"ec-meeting-2017-09-06-382b919caa5e9a6351e2d7592eff946b8cca31d7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-06 - Cabinet of Vice-President Andrus Ansip x CONSEIL NATIONAL DES GREFFIERS DES TRIBUNAUX DE COMMERCE"],"date":["2017-09-06"],"summary":["eGovernment, company law"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-397335917715-58","ec-person-6a03bc4fa7657513ea34529e98dba0671ef4c849"]}} -{"id":"ec-meeting-2017-09-06-3f6385714506be47a2c07cb716c6ced5cc106762","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-06 - Cabinet of Commissioner Mariya Gabriel x Atos SE (France)"],"date":["2017-09-06"],"summary":["Tallinn Digital Summit"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-249876817241-03","ec-person-1674399a793e9e6fd7cf55b525515fc862fc9351"]}} -{"id":"ec-meeting-2017-09-06-4322c9bb2d4c146ca5d762123a55b35822913c9b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-06 - Cabinet of Commissioner Mariya Gabriel x Microsoft Corporation"],"date":["2017-09-06"],"summary":["Copyright"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-0801162959-21","ec-person-13ac9a19d8d04f97c0d32603d014df0dd4e1cd2a"]}} -{"id":"ec-meeting-2017-09-06-45e4d3813769de37822b7c81f44abfed561215ef","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-06 - Cabinet of President Jean-Claude Juncker x Swedbank AB (publ)"],"date":["2017-09-06"],"summary":["Covered Bonds and Fintech"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-960532323803-62","ec-person-c402e34a99fbee730ae22e3b1958e21c94dc6fcc"]}} -{"id":"ec-meeting-2017-09-06-4c9e24508e4a97d41c52b3fcf5e7848b79084427","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-06 - Cabinet of Vice-President Maroš Šefčovič x Association des Constructeurs Européens d'Automobiles"],"date":["2017-09-06"],"summary":["Preperation for IAA visit VP Sefcovic"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-3bf48630444ace93d407e52eb880e64d480f75ce","eu-tr-0649790813-47"]}} -{"id":"ec-meeting-2017-09-06-52576630f7997f4d5abaf7a821af23df81d5e06d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-06 - Cabinet of Commissioner Tibor Navracsics x Institute for Ethics"],"date":["2017-09-06"],"summary":["Inclusive education"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-dc2e0fed0fdf39a6a3f3ad63355c5215599de9d1","eu-tr-904118728240-36","ec-person-1da7ee09d46288ee4ea9db2b644bdcf9c3d6d000"]}} -{"id":"ec-meeting-2017-09-06-60349f42a35966a8fed7ed998da306928ea956f5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-06 - Cabinet of Vice-President Valdis Dombrovskis x Fédération bancaire française"],"date":["2017-09-06"],"summary":["PSD2"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-537401fc0be04984531b83660f416bf2fe14fbd8","eu-tr-09245221105-30"]}} -{"id":"ec-meeting-2017-09-06-62d519c2365a2c19426274b0b81c61832f3413d8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-06 - Cabinet of Commissioner Mariya Gabriel x DIGITALEUROPE"],"date":["2017-09-06"],"summary":["Digital Single Market"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-64270747023-20","ec-person-fc1068d79545d1659bf47e9b62bfb0aed175629e"]}} -{"id":"ec-meeting-2017-09-06-6bbc098204d7937bd981003137aa6eff53802e05","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-06 - Cabinet of First Vice-President Frans Timmermans x Ellen MacArthur Foundation"],"date":["2017-09-06"],"summary":["Meeting on a circular economy for plastics"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels, BERL"],"address":["Brussels, BERL"],"addressEntity":["addr-3c3fa5f92474ebac668808553fbab6d1c14aa243"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-206816021848-17","ec-person-8d1c5ff76a431332387aa10936b0bff13f7d71fd"]}} -{"id":"ec-meeting-2017-09-06-6e9bdbe9528d260c68fe9a318dacaa3927449047","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-06 - Cabinet of Vice-President Cecilia Malmström x Shell Companies"],"date":["2017-09-06"],"summary":["EU Trade sanctions"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-05032108616-26","ec-person-98880f3f4206145e196013db9dd806a551c11e06"]}} -{"id":"ec-meeting-2017-09-06-75579b61737c65a8c7676457fc66f99d3cb43194","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-06 - Cabinet of Vice-President Günther Oettinger x Association des Constructeurs Européens d'Automobiles"],"date":["2017-09-06"],"summary":["connected and automated driving"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-0649790813-47","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2017-09-06-773440a48e2719f6406722f2187ef4be2ea81e38","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-06 - Cabinet of First Vice-President Frans Timmermans x Equinet - the European Network of Equality Bodies"],"date":["2017-09-06"],"summary":["Discussion on gender equality"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels, BERL"],"address":["Brussels, BERL"],"addressEntity":["addr-3c3fa5f92474ebac668808553fbab6d1c14aa243"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-718971811339-46","ec-person-8d1c5ff76a431332387aa10936b0bff13f7d71fd"]}} -{"id":"ec-meeting-2017-09-06-7df6f47da5855156be55ef91f57601f737b2c758","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-06 - Cabinet of Commissioner Phil Hogan x Maa- ja metsätaloustuottajain Keskusliitto – Central Union of Agricultural Producers and Forest Owners"],"date":["2017-09-06"],"summary":["Progress of CAP reform"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-56039441735-48","ec-person-400dd8d59d3060187d9b9b143d697da1a3d03c12"]}} -{"id":"ec-meeting-2017-09-06-8bca0ea3c6bbab0b99b944fc0e64e00dc5b14c43","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-06 - Cabinet of Commissioner Marianne Thyssen x Brussels Airlines SA/NV"],"date":["2017-09-06"],"summary":["Social issues in air transport"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["eu-tr-755555322381-50","ec-person-7567514af00f139b390cf9864d28a090ca0fde25"]}} -{"id":"ec-meeting-2017-09-06-96ffc48a85fad5c175936644e5e9d68e7ce1fd87","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-06 - Cabinet of Vice-President Andrus Ansip x Atos SE (France)"],"date":["2017-09-06"],"summary":["Cybersecurity"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-3ca0c466b8ff230d4409591430b388007ce14ff8","eu-tr-249876817241-03","ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0"]}} -{"id":"ec-meeting-2017-09-06-970cf6fe073c368839444dd8452665b3fb9f10fe","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-06 - Energy x Ibec"],"date":["2017-09-06"],"summary":["energy policy development"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["ec-person-6997149120ce5129e38febe5275dc8fd03232d2e","eu-tr-479468313744-50"]}} -{"id":"ec-meeting-2017-09-06-9bea02ec79f14d98690db7a9087b2403113539bf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-06 - Cabinet of Commissioner Phil Hogan x Fédération Européenne des Fabricants d'Aliments Composés"],"date":["2017-09-06"],"summary":["Meeting newly elected President"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-400dd8d59d3060187d9b9b143d697da1a3d03c12","eu-tr-77105321408-83"]}} -{"id":"ec-meeting-2017-09-06-b13438a1083a29af152357f38790a49452a29273","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-06 - Cabinet of Commissioner Phil Hogan x Ibec"],"date":["2017-09-06"],"summary":["General"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-479468313744-50","ec-person-ff8342dedc26701400fcb7dcf73fbee50a837ac6"]}} -{"id":"ec-meeting-2017-09-06-c26e5b12420685a7c4d5f9d03bf61e8ab693848b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-06 - Cabinet of Commissioner Věra Jourová x Symantec Corporation"],"date":["2017-09-06"],"summary":["Implementation of GDPR, EU-US Privacy Shiled, ePrivacy"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-a608b85b2ffef83f883b5a2330b6232efa1b7141","ec-person-f329292459cb1badb7fb7c6b67b698c441931bb2","eu-tr-3612325809-89"]}} -{"id":"ec-meeting-2017-09-06-ea3b7dd52b6fa180bab00219ecaa77970f330934","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-06 - Cabinet of Vice-President Karmenu Vella x European Chamber of Commerce in Vietnam"],"date":["2017-09-06"],"summary":["circular economy, blue economy, marine pollution, IUU fishing"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["eu-tr-641483424039-61","ec-person-2966d69fae0ea4e67f3f2df5a743cc766267d3c8"]}} -{"id":"ec-meeting-2017-09-06-ec7db39cb4e9fd79ae24ba232f1a56b122828275","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-06 - Cabinet of Vice-President Cecilia Malmström x European Chamber of Commerce in Vietnam"],"date":["2017-09-06"],"summary":["EU-Vietnam trade relations incl. EU-Vietnam FTA"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-19b143e83f8ab978c55c8a9a9e49e06dbfa14bf3","eu-tr-641483424039-61"]}} -{"id":"ec-meeting-2017-09-06-f05b6c3a645a3604f779c4de1537f2ea4c314cf9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-06 - Cabinet of Commissioner Elżbieta Bieńkowska x Finnish Forest Industries Federation (Metsäteollisuus ry)"],"date":["2017-09-06"],"summary":["EU policies on energy & climate"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-39671713910-36","ec-person-b2f9be51339f054477846797e2c119fcf16548fc"]}} -{"id":"ec-meeting-2017-09-07-04dd8e5af64b6a3bdb67c225d4d8b3b9174cbb93","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-07 - Cabinet of Vice-President Cecilia Malmström x Schneider Electric"],"date":["2017-09-07"],"summary":["Issues related to digital economy, the energy landscape and China"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-46302264606-44","ec-person-20ded9db5df11164331bb161fdf234b1e5ad53fd","ec-person-591ec829ca734bcfe59a2c9c7f07f9dff22a0ea9"]}} -{"id":"ec-meeting-2017-09-07-0d7d980eb05cf1d1dfc99dc232ab2bb13b1a3ad1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-07 - Cabinet of Commissioner Vytenis Andriukaitis x European Society of Oncology Pharmacy"],"date":["2017-09-07"],"summary":["Labelling of pharmaceutical packages"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["eu-tr-112006128054-87","ec-person-059ca943fc5fc696d2a97849c635ddf7b6ab7fd7","ec-person-df30d07ef698a52b9948b9c734db39196cf8541f"]}} -{"id":"ec-meeting-2017-09-07-0fa59f0241b04b422256ba7d9d0f99d71e2ad294","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-07 - Cabinet of Vice-President Jyrki Katainen x CAISSE DES DEPOTS"],"date":["2017-09-07"],"summary":["Investment Plan and role of National Promotional Banks"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-84606487324-44","ec-person-c3d85c41b6b842aae5c953d41fda5f240a5d0969"]}} -{"id":"ec-meeting-2017-09-07-10bbeb59fb5c5888c4a1112b1240661bf898ee46","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-07 - Cabinet of Vice-President Cecilia Malmström x General Electric Company"],"date":["2017-09-07"],"summary":["Transatlantic trade issues and current US administration trade priorities"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-19b143e83f8ab978c55c8a9a9e49e06dbfa14bf3","eu-tr-4016736872-59"]}} -{"id":"ec-meeting-2017-09-07-15d1889f7f6bd3dab82eac08e561a5af2e631226","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-07 - Energy x KIC InnoEnergy SE"],"date":["2017-09-07"],"summary":["Clean Energy for All Europeans package and R&D"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["ec-person-6997149120ce5129e38febe5275dc8fd03232d2e","eu-tr-462849021886-85"]}} -{"id":"ec-meeting-2017-09-07-1dd7d3b54b2033d4a772ae175e156152818359fa","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-07 - Cabinet of Vice-President Maroš Šefčovič x Shell Companies"],"date":["2017-09-07"],"summary":["State of play Energy Union, Energy Diplomacy"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-3bf48630444ace93d407e52eb880e64d480f75ce","eu-tr-05032108616-26"]}} -{"id":"ec-meeting-2017-09-07-1ea3a8299eabbe97730a273a595a67dffe5177ca","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-07 - Cabinet of Commissioner Violeta Bulc x 80 Day Race BV"],"date":["2017-09-07"],"summary":["Meeting Frank Manders"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-383986327992-33","ec-person-38b425c6d020cfa22f078b832d85df8ce504609f","ec-person-e14c58f620f40325d829df7be0823280307bc15f"]}} -{"id":"ec-meeting-2017-09-07-210f96db7e5dce0e1573d59d0ce9933898d45ee0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-07 - Financial Stability, Financial Services and Capital Markets Union x Banco Santander, S.A."],"date":["2017-09-07"],"summary":["Basel, Digital/fintech, Banking Union and CCPs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-799142914971-03","ec-person-bdee7a93f95c8ef05079539170139b3c02e8ed96"]}} -{"id":"ec-meeting-2017-09-07-24dc40570d824c279c6b9b98a05e0f4299867520","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-07 - Cabinet of Vice-President Jyrki Katainen x General Electric Company"],"date":["2017-09-07"],"summary":["Investments"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-f9208d930adc70c6c64e21701e48f85f6f18e949","eu-tr-4016736872-59"]}} -{"id":"ec-meeting-2017-09-07-32a140d20c0386367f6ee04fa0687ba95db40434","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-07 - Communications Networks, Content and Technology x Banco Santander, S.A."],"date":["2017-09-07"],"summary":["Digital Agenda - e-identification - Banco Santander's response to the Fintech Consultation and related issues"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-799142914971-03","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2017-09-07-32aec4c34493dd7437fcc15e0c48b9f00d68b781","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-07 - Cabinet of President Jean-Claude Juncker x General Electric Company"],"date":["2017-09-07"],"summary":["Meeting with Mr Bourgeois and Mr Bhatia on the Future of Europe/White paper process and Industrial policy"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-cdaf2d26bf31f9cd51df4dcae26d0bced763eb2c","ec-person-c402e34a99fbee730ae22e3b1958e21c94dc6fcc","eu-tr-4016736872-59"]}} -{"id":"ec-meeting-2017-09-07-3458f1c6a1ddb81f461ab889976633c83f8b17ad","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-07 - Cabinet of Vice-President Jyrki Katainen x S&P Global"],"date":["2017-09-07"],"summary":["CMU and Sustainable Finance"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-319148015141-55","ec-person-955e8c493ab54847bb92b65986f56a401f8eabee"]}} -{"id":"ec-meeting-2017-09-07-3d0d857063cf21a4bc3b0881b74e9d174a61b409","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-07 - Cabinet of Vice-President Andrus Ansip x Schneider Electric"],"date":["2017-09-07"],"summary":["Cybersecurity, free flow of data, connectivity"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-46302264606-44","ec-person-666bc159c7e65a3af9e63c1e97435c02f1496955","ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0"]}} -{"id":"ec-meeting-2017-09-07-61688af98683afb902b87038e7bc17eceb8361ac","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-07 - Cabinet of Commissioner Phil Hogan x European Chamber of Commerce in Vietnam"],"date":["2017-09-07"],"summary":["Agri Matters"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-641483424039-61","ec-person-a1a78365cc4685b0958056646204977d8f2ead92"]}} -{"id":"ec-meeting-2017-09-07-61c648ca794fec126b01998a6edbd8b98f3c71d9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-07 - Environment x Agence nationale de sécurité sanitaire de l'alimentation, de l'environnement et du travail"],"date":["2017-09-07"],"summary":["Présentation des activités de ANSES et coopération avec la DG ENV"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-env"],"involved":["eu-tr-118084810394-25","ec-person-3bc74ce04ea3f4ab4d91a5c88eef25b8b8a213b4"]}} -{"id":"ec-meeting-2017-09-07-626a888a57789006bb17dafae7f0d31bb29e28de","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-07 - Cabinet of Vice-President Maroš Šefčovič x Third Generation Environmentalism Ltd"],"date":["2017-09-07"],"summary":["MFF post-2020"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-07783117686-61","ec-person-e74918e8eb8a9ef96da8cb06c0eae7ac5080d822"]}} -{"id":"ec-meeting-2017-09-07-62aa94c2008b9979feef19ef327fa231969decf3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-07 - European Neighbourhood and Enlargement Negotiations x Inclusive Strategies"],"date":["2017-09-07"],"summary":["Discussion about Neighbourhood and Enlargement negociations"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-near"],"involved":["ec-person-1160ccf35947f06f1629cad85b9f162eb5575780","eu-tr-466494027792-47"]}} -{"id":"ec-meeting-2017-09-07-74a506926baacdb2df23793742d81f41a055575e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-07 - Cabinet of Commissioner Věra Jourová x Equinet - the European Network of Equality Bodies"],"date":["2017-09-07"],"summary":["Equinet 10th anniversary conference"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-5455ecfabb89025694c798deac08160a2be17d94","eu-tr-718971811339-46"]}} -{"id":"ec-meeting-2017-09-07-78a9b4eaaf9d1b95f54beebd82dbba0eb918f6e8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-07 - Cabinet of Vice-President Cecilia Malmström x International Confederation of European Beet Growers COMITE EUROPEEN des FABRICANTS de SUCRE"],"date":["2017-09-07"],"summary":["Mexico and Mercosur FTAs negotiations"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-19b143e83f8ab978c55c8a9a9e49e06dbfa14bf3","eu-tr-49679062863-35","eu-tr-89930126483-54"]}} -{"id":"ec-meeting-2017-09-07-7dfe940fb749349cb6ee08de05a0d13aeea61072","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-07 - Cabinet of Commissioner Mariya Gabriel x European Cyber Security Organisation"],"date":["2017-09-07"],"summary":["Cybersecurity"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-684434822646-91","ec-person-fc1068d79545d1659bf47e9b62bfb0aed175629e"]}} -{"id":"ec-meeting-2017-09-07-8240d4b55b198d4864a4e18cfffcfd9744d41b8a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-07 - Cabinet of Commissioner Vytenis Andriukaitis x Agence nationale de sécurité sanitaire de l'alimentation, de l'environnement et du travail"],"date":["2017-09-07"],"summary":["Cooperation between national and EU agencies and challenges faced by risk assessors and managers in Europe"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-b9c3f19e7c5f216e3e508f931ddd6a9cb59376d1","eu-tr-118084810394-25","ec-person-df30d07ef698a52b9948b9c734db39196cf8541f"]}} -{"id":"ec-meeting-2017-09-07-833e952aeb1cf9d86350b8017be1e51587d6190e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-07 - Cabinet of Commissioner Carlos Moedas x Transport and Environment (European Federation for Transport and Environment)"],"date":["2017-09-07"],"summary":["The new renewable energy directive (REDII)"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-0a716bf5253e913fc40ebf14c12f30dc2e7a06ee","ec-person-a45151b401196e9c374c9acdada9d8840da271ad","eu-tr-58744833263-19"]}} -{"id":"ec-meeting-2017-09-07-84589ef4f83a4fc7438dea1a2bcd449be365079d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-07 - Communications Networks, Content and Technology x Guardian Media Group"],"date":["2017-09-07"],"summary":["Future of news plurality in a world of platforms"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-442843428064-82","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2017-09-07-9eb7953aec5ef6ea543595ac33688d0e462802e8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-07 - Energy x ExxonMobil Petroleum & Chemical"],"date":["2017-09-07"],"summary":["energy policy development"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["ec-person-6997149120ce5129e38febe5275dc8fd03232d2e","eu-tr-0745650927-75"]}} -{"id":"ec-meeting-2017-09-07-a87e93b6a6ad2d2f7fdaa08abfd79e6ce95db967","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-07 - Cabinet of Commissioner Carlos Moedas x European Chamber of Commerce in Vietnam"],"date":["2017-09-07"],"summary":["Presentation of activities and projects in Vietnan"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-f7ccc3ad366dd2fdb24870e1c02ff2763539c82f","eu-tr-641483424039-61"]}} -{"id":"ec-meeting-2017-09-07-a94027fc831f76a8e60a7bb2f6f98ae2ef6dac13","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-07 - Inspire, Debate, Engage and Accelerate Action x Schneider Electric"],"date":["2017-09-07"],"summary":["Industry 4.0"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-dg-idea"],"involved":["eu-tr-46302264606-44","ec-person-4fe56a64c00b3e81c851b5538878b32481bd7d3c"]}} -{"id":"ec-meeting-2017-09-07-accaedcdccb1e308b3d3514924d2e992a6e495a0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-07 - Cabinet of Vice-President Maroš Šefčovič x Stichting European Climate Foundation"],"date":["2017-09-07"],"summary":["Energy efficiency; renewables"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-64869491516-70","ec-person-e74918e8eb8a9ef96da8cb06c0eae7ac5080d822"]}} -{"id":"ec-meeting-2017-09-07-c602b6363b1488011e1060d193a6cf36584f331a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-07 - Cabinet of Commissioner Carlos Moedas x SwissCore, Contact Office for European Research, Innovation and Education"],"date":["2017-09-07"],"summary":["Innovation support"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-b8d49828915f9008e764a78796d47ea00807a658","eu-tr-94320538514-40"]}} -{"id":"ec-meeting-2017-09-07-cca1d15844d7813c048dda982a856e37f93086eb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-07 - Cabinet of President Jean-Claude Juncker x Bruegel"],"date":["2017-09-07"],"summary":["Bruegel Annual Dinner"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-c402e34a99fbee730ae22e3b1958e21c94dc6fcc","ec-person-98eba7ab1446c6dce384fdc2ecd48c7cadf9ee4e","eu-tr-33622026795-64"]}} -{"id":"ec-meeting-2017-09-07-dd40edb81eecaa95c2cc74afb1bfd2c5a48dce0e","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2017-09-07 - Cabinet of Commissioner Phil Hogan x Federation of Associations for Hunting & Conservation of the EU"],"date":["2017-09-07"],"summary":["Address conference","Annual Reception"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-75899541198-85","ec-person-a1a78365cc4685b0958056646204977d8f2ead92","ec-person-ff8342dedc26701400fcb7dcf73fbee50a837ac6"]}} -{"id":"ec-meeting-2017-09-07-ea2fea8a18fa2fd61d255f5376037aece0fd0f42","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-07 - Cabinet of Vice-President Maroš Šefčovič x Schneider Electric"],"date":["2017-09-07"],"summary":["Smart Energy systems"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-46302264606-44","ec-person-e74918e8eb8a9ef96da8cb06c0eae7ac5080d822","ec-person-9f6823821fe68d82e9b9dbe81181ecacb0265d94","ec-person-af83ed49c403cb9d7ebfecca7893f0054c1f4be5"]}} -{"id":"ec-meeting-2017-09-07-f543be7b7e81fa0bfaf329079bca265de8b0e01a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-07 - Cabinet of Commissioner Phil Hogan x Centre de liaison des industries transformatrices de viande de l'UE"],"date":["2017-09-07"],"summary":["Business discussion"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-400dd8d59d3060187d9b9b143d697da1a3d03c12","eu-tr-02978802379-31"]}} -{"id":"ec-meeting-2017-09-08-1809eadb638e13c35e162754832622933d94f1ae","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-08 - Cabinet of Vice-President Andrus Ansip x European Cyber Security Organisation"],"date":["2017-09-08"],"summary":["Cybersecurity"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-3ca0c466b8ff230d4409591430b388007ce14ff8","eu-tr-684434822646-91"]}} -{"id":"ec-meeting-2017-09-08-33e7ca2e51e17e4c8d11b5261502b9c156c98795","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-08 - Cabinet of Vice-President Jyrki Katainen x Danfoss A/S"],"date":["2017-09-08"],"summary":["water framework Directive + the Energy Performance of Buildings Directive"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-212432414885-94","ec-person-0da85dc48012e26688310a59a0b51727ea68f410"]}} -{"id":"ec-meeting-2017-09-08-40bc7697245e5ec1891a8434f9c605d0169e5157","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-08 - Cabinet of First Vice-President Frans Timmermans x Transparency International"],"date":["2017-09-08"],"summary":["Inter-Institutional Agreement on a Mandatory Transparency Register"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["ec-person-284d94050a35c9079d8b1ba3f85eaf7777b5fea9","eu-tr-501222919-71"]}} -{"id":"ec-meeting-2017-09-08-5244a49db0c698eb352b082f8c2b1ae63ec44e3e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-08 - Cabinet of Vice-President Jyrki Katainen x European Film Agency Directors"],"date":["2017-09-08"],"summary":["Creative Industries and the DSM"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-81b1dda49062e5dac42bdad9273fa72968a2c325","eu-tr-430805515370-85"]}} -{"id":"ec-meeting-2017-09-08-5443d3d8ecdd2d461054b8a2ad0cd1473dc2e3e5","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2017-09-08 - Cabinet of Commissioner Phil Hogan x Google"],"date":["2017-09-08"],"summary":["enterprise","EU HQ Visit"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Dublin"],"address":["Dublin"],"addressEntity":["addr-c4a265ca6dc31ed4a47a6047e92c5e3790135af9"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-03181945560-59","ec-person-a1a78365cc4685b0958056646204977d8f2ead92","ec-person-ff8342dedc26701400fcb7dcf73fbee50a837ac6"]}} -{"id":"ec-meeting-2017-09-08-6361074057b5cea1aaeccbb426f5be6a61806f51","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-08 - Cabinet of Commissioner Marianne Thyssen x BUSINESSEUROPE"],"date":["2017-09-08"],"summary":["EU-social dialogue"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels Belgium"],"address":["Brussels Belgium"],"addressEntity":["addr-61947d7d2c69c0b8f57325bd044f500c5fc6df48"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["ec-person-c508e9337eca6b067c1f966b82de49c4824a3ad0","eu-tr-3978240953-79"]}} -{"id":"ec-meeting-2017-09-08-956fd6ed5bdf7b133bfbef2a8b23373a24be2413","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-08 - Cabinet of Vice-President Cecilia Malmström x European Film Agency Directors"],"date":["2017-09-08"],"summary":["Impact of the Digital Single Market initiatives on the European audiovisual industry"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-430805515370-85","ec-person-591ec829ca734bcfe59a2c9c7f07f9dff22a0ea9"]}} -{"id":"ec-meeting-2017-09-08-c18aaca146375a0bae8541203d97a068983666ac","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-08 - Cabinet of Vice-President Jyrki Katainen x BUSINESSEUROPE"],"date":["2017-09-08"],"summary":["Current issues with EU industry"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90","eu-tr-3978240953-79"]}} -{"id":"ec-meeting-2017-09-08-ce36743399a2e0eed6c68d2ab83c6000f2e40160","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-08 - Cabinet of Commissioner Pierre Moscovici x AT&T, Inc."],"date":["2017-09-08"],"summary":["-eyrioeab abd ubterbatuibak development in the field of digital taxation"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["ec-person-1d299d025d2afdcba46db3d131b6197fab6e0c89","eu-tr-92442218459-37"]}} -{"id":"ec-meeting-2017-09-08-d5ba85b337f1742f6a699da3656edca0a3a98930","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-08 - Health and Food Safety x Bill & Melinda Gates Foundation"],"date":["2017-09-08"],"summary":["Introduction of The Bill & Melinda Gates Foundation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-sante"],"involved":["eu-tr-371567915480-41","ec-person-3c7fdbe0c1c235777d916309465339b7ed1666f6"]}} -{"id":"ec-meeting-2017-09-08-d8e4faf4e9552fbfbe1554deb12197bf8295a9aa","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-08 - Cabinet of Vice-President Cecilia Malmström x Global Witness"],"date":["2017-09-08"],"summary":["Work of Global Witness on the extractives industry in Myanmar, and negotiations on an EU-Myanmar investment protection agreement."],"notes":["Portfolio: Trade"],"location":["Brussels, Belgium."],"address":["Brussels, Belgium."],"addressEntity":["addr-33bd2d1a8be5ca867aa9c0e8d89d1cd6a1a28684"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-5d4088e1913284a765aed8445f448f6ff341f1b3","eu-tr-10439809375-73"]}} -{"id":"ec-meeting-2017-09-08-ea4a002c5e281c016998cf90c1111d2b87a401ef","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-08 - Cabinet of Vice-President Miguel Arias Cañete x Schneider Electric"],"date":["2017-09-08"],"summary":["Clean Energy package adopted last November"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-1831691c10441c5974327bbeb8693d6b6c1e50c3","eu-tr-46302264606-44","ec-person-2229c857664a22dcb8eee79a8c05841fd3d0924f"]}} -{"id":"ec-meeting-2017-09-11-117d21bd8dbf3aba4837e0668a1c36384f8ae0a7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-11 - Cabinet of Commissioner Vytenis Andriukaitis x ReAct - Action on Antibiotic Resistance"],"date":["2017-09-11"],"summary":["Antimicrobial resistance, availability of antibiotics"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["eu-tr-189720828138-88","ec-person-df30d07ef698a52b9948b9c734db39196cf8541f","ec-person-c986c9ff99d99d8006e000db5a8046be615813ae"]}} -{"id":"ec-meeting-2017-09-11-145fd519d02698e0dfb94e015416f1a4a530f1b7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-11 - Migration and Home Affairs x Centre for European Policy Studies"],"date":["2017-09-11"],"summary":["Discussion on the Commission's Fitness Check of the Legal Migration acquis"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-home"],"involved":["ec-person-ae1262e8850ed1e9a0530b0ad7440ac648255896","eu-tr-86853666704-95"]}} -{"id":"ec-meeting-2017-09-11-256e95429425d07acc695ca47fcdb4dc8f82b448","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-11 - Cabinet of Vice-President Jyrki Katainen x European Association of Research and Technology Organisations"],"date":["2017-09-11"],"summary":["Fostering Research and innovation in Europe"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-48918086666-95","ec-person-81b1dda49062e5dac42bdad9273fa72968a2c325"]}} -{"id":"ec-meeting-2017-09-11-3719ef4ac6fb926e07729c1d4ff4f93ce004271a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-11 - Cabinet of Commissioner Phil Hogan x FruitVegetablesEUROPE"],"date":["2017-09-11"],"summary":["Issues inherent to the sector"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-c9d17d5879383b030f61a4066848249fb35d57e4","eu-tr-73566332602-11"]}} -{"id":"ec-meeting-2017-09-11-796db62c7718cdcf8d5c54c5699fed3310da04f1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-11 - Employment, Social Affairs and Inclusion x Fédération Européenne de Finances et Banques Ethiques et Alternatives"],"date":["2017-09-11"],"summary":["New president"],"location":["Brussels - Belgium"],"address":["Brussels - Belgium"],"addressEntity":["addr-85d514873c3b55c68206168e47e9d4fc69799cc8"],"organizer":["ec-dg-empl"],"involved":["eu-tr-423942616222-03","ec-person-0d8ce1c547b8ca99decd25740ba12e2c0866a2fd"]}} -{"id":"ec-meeting-2017-09-11-797e243def6a1256b2be634a90d1796ff269107a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-11 - Cabinet of Commissioner Violeta Bulc x Eurelectric aisbl"],"date":["2017-09-11"],"summary":["Meeting with Kristian Ruby"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-4271427696-87","ec-person-e14c58f620f40325d829df7be0823280307bc15f"]}} -{"id":"ec-meeting-2017-09-11-822bfe94653493bd0836650fb7513901157bacbf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-11 - Cabinet of Commissioner Mariya Gabriel x Huawei Technologies"],"date":["2017-09-11"],"summary":["Cybersecurity"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["ec-person-fc1068d79545d1659bf47e9b62bfb0aed175629e","eu-tr-114467111412-38"]}} -{"id":"ec-meeting-2017-09-11-83a19be2e1adf4c64edab0b3b822b3590bdcb980","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-11 - Cabinet of Vice-President Jyrki Katainen x Transport and Environment (European Federation for Transport and Environment)"],"date":["2017-09-11"],"summary":["CO2 regulation, EU ZEV and battery policy and wider November mobility package"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-0da85dc48012e26688310a59a0b51727ea68f410","eu-tr-58744833263-19"]}} -{"id":"ec-meeting-2017-09-11-908677929afad7f87b288d1e63a29a554f71046c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-11 - Cabinet of Vice-President Günther Oettinger x RTL Group"],"date":["2017-09-11"],"summary":["copyright"],"notes":["Portfolio: Budget & Human Resources"],"location":["Berlin"],"address":["Berlin"],"addressEntity":["addr-062b06ba8e755765c6b049809b7430fd54fe5b21"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911","eu-tr-59267165790-45"]}} -{"id":"ec-meeting-2017-09-11-a91a8c2e8b111f58dbc8e5bf46ed277ee6959e18","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-11 - Cabinet of Vice-President Jyrki Katainen x Leonardo S.p.A."],"date":["2017-09-11"],"summary":["The future of European Defence"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-81b1dda49062e5dac42bdad9273fa72968a2c325","eu-tr-02550382403-01"]}} -{"id":"ec-meeting-2017-09-11-b8d9c86a8e22b18d172b48aebf040fbe757a11f3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-11 - Cabinet of Commissioner Carlos Moedas x Norwegian University of Science and Technology"],"date":["2017-09-11"],"summary":["Follow up Starmus Festival"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-23980b2bc4fd9c82051d0f7888dc236b2f764866","eu-tr-886395221039-89"]}} -{"id":"ec-meeting-2017-09-11-d1b63869e9d434670181a71a802aca4c928f41c4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-11 - Cabinet of Commissioner Phil Hogan x Land- en Tuinbouw Organisatie Nederland"],"date":["2017-09-11"],"summary":["Future CAP"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-400dd8d59d3060187d9b9b143d697da1a3d03c12","eu-tr-4656646862-72"]}} -{"id":"ec-meeting-2017-09-11-f31902b254bf16a9c9387b5ad5d7e82f99ce79c6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-11 - Cabinet of Commissioner Elżbieta Bieńkowska x Transport and Environment (European Federation for Transport and Environment)"],"date":["2017-09-11"],"summary":["CO2 regulation, November mobility package"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["ec-person-b2f9be51339f054477846797e2c119fcf16548fc","eu-tr-58744833263-19"]}} -{"id":"ec-meeting-2017-09-12-1a4e9135f6f9494d6a4aa9c2b481dae38fc64eee","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-12 - Cabinet of Commissioner Elżbieta Bieńkowska x Orgalim – Europe's Technology Industries"],"date":["2017-09-12"],"summary":["EU industrial strategy"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-20210641335-88","ec-person-b2f9be51339f054477846797e2c119fcf16548fc"]}} -{"id":"ec-meeting-2017-09-12-2f095082ab94a4537c505b2196f5c94405251761","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-12 - Cabinet of Vice-President Neven Mimica x Save the Children International"],"date":["2017-09-12"],"summary":["Exchange of views on the initiative on violence against women and girls, education and the upcoming MFF"],"notes":["Portfolio: International Cooperation & Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-mimica-neven-of-president-vice"],"involved":["ec-person-b187f3955c71d2e1daa48e02fd0a09ab7c6f6098","eu-tr-11610562644-55"]}} -{"id":"ec-meeting-2017-09-12-7ab0a6cdce7a1199f0650deb4e8a50e9b70ac711","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-12 - Cabinet of Commissioner Violeta Bulc x Transport and Environment (European Federation for Transport and Environment)"],"date":["2017-09-12"],"summary":["Meeting with Mr Todts"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-e14c58f620f40325d829df7be0823280307bc15f","eu-tr-58744833263-19"]}} -{"id":"ec-meeting-2017-09-12-8c852ddb9a4de9e514b79edcfdc9ec95512416d7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-12 - Cabinet of Vice-President Neven Mimica x CEEweb for Biodiversity"],"date":["2017-09-12"],"summary":["Sustainable development; financing for development"],"notes":["Portfolio: International Cooperation & Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-mimica-neven-of-president-vice"],"involved":["eu-tr-34461047998-33","ec-person-e90858f5aba78fd0e1cb2f757c3f38d55d91f98b"]}} -{"id":"ec-meeting-2017-09-12-eb86efabd0cbb61869da94e8928fd2ff676ee19f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-12 - Cabinet of Commissioner Corina Crețu x Akuo Energy"],"date":["2017-09-12"],"summary":["Outermost regions and sustainable energy"],"notes":["Portfolio: Regional Policy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-corina-cretu-of"],"involved":["eu-tr-697003427612-81","ec-person-c9d4945f28454cc49c4ea188c82e64b0dac3bd73"]}} -{"id":"ec-meeting-2017-09-12-f793b7b2c9ec513e1f495d259f9605aa23f981cb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-12 - Cabinet of Vice-President Jyrki Katainen x Mizuho Financial Group, Inc."],"date":["2017-09-12"],"summary":["Investment Plan and opportunities for private investors"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-619816425761-15","ec-person-c3d85c41b6b842aae5c953d41fda5f240a5d0969"]}} -{"id":"ec-meeting-2017-09-13-02cd2a6e3c0678df01686640c96724b5ebadda66","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-13 - Cabinet of Vice-President Jyrki Katainen x Boeing International Corporation - Belgium Branch Office"],"date":["2017-09-13"],"summary":["European Defence Fund"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-62505293737-81","ec-person-81b1dda49062e5dac42bdad9273fa72968a2c325"]}} -{"id":"ec-meeting-2017-09-13-0e9bfb5640b53266ff6a89ce584ade02c0da1b1a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-13 - Cabinet of Commissioner Julian King x Emergent BioSolutions"],"date":["2017-09-13"],"summary":["CBRN-E"],"notes":["Portfolio: Security Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-julian-king-of"],"involved":["eu-tr-946394317378-56","ec-person-7bf4bf39d5d06955fc37d23e107675489c4e8729"]}} -{"id":"ec-meeting-2017-09-13-11fc7fa22f25f1aa884c18d6ccbd26b7a864b41f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-13 - Cabinet of Commissioner Phil Hogan x Organisation Centrale des producteurs exportateurs d'Ananas et Bananes de Côte d'Ivoire"],"date":["2017-09-13"],"summary":["xxx"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-400dd8d59d3060187d9b9b143d697da1a3d03c12","ec-person-c9d17d5879383b030f61a4066848249fb35d57e4","eu-tr-552999119458-44"]}} -{"id":"ec-meeting-2017-09-13-1c9e463573c07bdab4b304a29c9bf0b003448b2f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-13 - Cabinet of Vice-President Günther Oettinger x Centrica plc"],"date":["2017-09-13"],"summary":["digitisation of energy sector"],"notes":["Portfolio: Budget & Human Resources"],"location":["Dollenberg"],"address":["Dollenberg"],"addressEntity":["addr-59bccba4846d4090c115d6cb68e0e00c0c197a8a"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-577829817108-84","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2017-09-13-633b19a1cbc68d09b27b80c26169e53cc9891731","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-13 - Cabinet of Vice-President Miguel Arias Cañete x EPIA SolarPower Europe"],"date":["2017-09-13"],"summary":["Clean Energy package adopted last November"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-1831691c10441c5974327bbeb8693d6b6c1e50c3","eu-tr-2680046412-48","ec-person-2229c857664a22dcb8eee79a8c05841fd3d0924f"]}} -{"id":"ec-meeting-2017-09-13-7fedb39af13c4cb8ebe30a65b2c9e85fb1e60735","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-13 - Cabinet of Commissioner Phil Hogan x PERNOD RICARD"],"date":["2017-09-13"],"summary":["Business discussion"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-c9d17d5879383b030f61a4066848249fb35d57e4","eu-tr-352172811-92"]}} -{"id":"ec-meeting-2017-09-13-c1e0baa1e4d58e870e14eed34d94b7608e65c214","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-13 - Cabinet of Vice-President Günther Oettinger x Axel Springer SE European Newspaper Publishers' Association"],"date":["2017-09-13"],"summary":["copyright"],"notes":["Portfolio: Budget & Human Resources"],"location":["Strasbourg"],"address":["Strasbourg"],"addressEntity":["addr-a7b90170b4a5bf2d1d09ccfd109b57e0a030cfc4"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-742417913824-11","eu-tr-5950962136-12","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2017-09-13-c9d5127d988ebd834ce74458a876e387fc549a0f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-13 - Migration and Home Affairs x Centre for European Reform"],"date":["2017-09-13"],"summary":["Discussion on Migration and Asylum"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-home"],"involved":["eu-tr-524976815651-12","ec-person-ae1262e8850ed1e9a0530b0ad7440ac648255896"]}} -{"id":"ec-meeting-2017-09-13-f881d9e14073caba1aaed445b71451daad274fba","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-13 - Cabinet of Commissioner Pierre Moscovici x eBay EU liaison office"],"date":["2017-09-13"],"summary":["e-commerce proposal and impact on eBay"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["ec-person-1d299d025d2afdcba46db3d131b6197fab6e0c89","eu-tr-40386322300-77"]}} -{"id":"ec-meeting-2017-09-13-fb23a88b77e575734f25362c993c98d3df6d3e09","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-13 - Cabinet of Vice-President Günther Oettinger x Dow Europe GmbH"],"date":["2017-09-13"],"summary":["EU industrial policy framework"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["ec-person-1a98ebdc65a0fda494d1f6eb6fb74247a3036490","eu-tr-38235121060-73"]}} -{"id":"ec-meeting-2017-09-14-069e23d40269f17aa1b822ae771bfe3446a0d68e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-14 - Cabinet of Commissioner Mariya Gabriel x Takeda Pharmaceuticals International AG"],"date":["2017-09-14"],"summary":["eHealth"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-815176718826-78","ec-person-13ac9a19d8d04f97c0d32603d014df0dd4e1cd2a"]}} -{"id":"ec-meeting-2017-09-14-1287551c6c92874beb8cd65b3b04ed6872125956","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-14 - Cabinet of Vice-President Valdis Dombrovskis x Institutional Limited Partners Association (ILPA)"],"date":["2017-09-14"],"summary":["CMU; Cross-Border Distribution of Funds"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-688571314594-79","ec-person-eec82261c60167b261e56ad1e2bfb4c482db6191"]}} -{"id":"ec-meeting-2017-09-14-2a56f5d2971db0fd20c67bfabbe23523bc9bb60e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-14 - Cabinet of Commissioner Carlos Moedas x Abengoa"],"date":["2017-09-14"],"summary":["FP9"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["eu-tr-668388416154-15","ec-person-0a716bf5253e913fc40ebf14c12f30dc2e7a06ee","ec-person-23980b2bc4fd9c82051d0f7888dc236b2f764866"]}} -{"id":"ec-meeting-2017-09-14-2f9f2dd94890fc76d151958061d958ec6d857720","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-14 - Cabinet of Vice-President Valdis Dombrovskis x The Western Union Company"],"date":["2017-09-14"],"summary":["anti-money laundering and terrorist financing, cybersecurity, FinTech"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Tallinn"],"address":["Tallinn"],"addressEntity":["addr-eaaa98c29bbb4b0a508515a16c8b783a19a2a3df"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-35525111082-17","ec-person-537401fc0be04984531b83660f416bf2fe14fbd8","ec-person-a9eda2e8ea54b70a968327672c6cada679d3cd56"]}} -{"id":"ec-meeting-2017-09-14-4f4e32990f0be307720169f31f43a1196cc00b36","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-14 - Cabinet of Vice-President Jyrki Katainen x Association for Financial Markets in Europe"],"date":["2017-09-14"],"summary":["CMU and Banking Union"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Tallinn"],"address":["Tallinn"],"addressEntity":["addr-eaaa98c29bbb4b0a508515a16c8b783a19a2a3df"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-65110063986-76","ec-person-955e8c493ab54847bb92b65986f56a401f8eabee"]}} -{"id":"ec-meeting-2017-09-14-5125c059bb18b9a3eab64ecad418088c1a92389b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-14 - Cabinet of Commissioner Mariya Gabriel x Society of Audiovisual Authors"],"date":["2017-09-14"],"summary":["Copyright"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-99336382936-11","ec-person-13ac9a19d8d04f97c0d32603d014df0dd4e1cd2a"]}} -{"id":"ec-meeting-2017-09-14-5815432d6171d4a6ad9715bd494795bdb6365e67","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-14 - Task Force for Relations with the United Kingdom x ELECTRICITE DE FRANCE"],"date":["2017-09-14"],"summary":["Meeting with the Task Force for the Preparation and Conduct of the Negotiations with the United Kingdom under Article 50 TEU"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-uktf"],"involved":["eu-tr-39966101835-69","ec-person-864cfa5fbc9b02a079ffbab1107f252c7bb08478"]}} -{"id":"ec-meeting-2017-09-14-63feb2b4d87d7ab248d809bd0300e0cb28abdc11","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-14 - Cabinet of First Vice-President Frans Timmermans x Secretariat of COMECE (Commission of the Episcopates of the European Union)"],"date":["2017-09-14"],"summary":["Dialogue selon l’Art. 17"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-47350036909-69","ec-person-6c0efbf1635ca0cb8dce32e129231fa3136f600b"]}} -{"id":"ec-meeting-2017-09-14-75a092c8e01c2977a4871ccdad13fe42cc086674","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-14 - Financial Stability, Financial Services and Capital Markets Union x Crédit Agricole S.A."],"date":["2017-09-14"],"summary":["Dividendes majorés et intérêts minoritaires, proportionnalité, révision d'EMIR, révision des ESAs"],"location":["Tallinn"],"address":["Tallinn"],"addressEntity":["addr-eaaa98c29bbb4b0a508515a16c8b783a19a2a3df"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-35147251117-11","ec-person-bdee7a93f95c8ef05079539170139b3c02e8ed96"]}} -{"id":"ec-meeting-2017-09-14-778809825819afe72133c5f10b0c1f5328032bb3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-14 - Cabinet of Vice-President Cecilia Malmström x Reprieve"],"date":["2017-09-14"],"summary":["Alliance to end trade in products for torture"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-394652424474-82","ec-person-98880f3f4206145e196013db9dd806a551c11e06"]}} -{"id":"ec-meeting-2017-09-14-804e8c0465b4e40338e980aae1243851612155ed","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-14 - Cabinet of Commissioner Mariya Gabriel x European Publishers Council"],"date":["2017-09-14"],"summary":["Copyright"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-4456380381-30","ec-person-13ac9a19d8d04f97c0d32603d014df0dd4e1cd2a"]}} -{"id":"ec-meeting-2017-09-14-89e770b9387f72ca4aad68d29f0cf026d06c310c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-14 - Cabinet of Vice-President Valdis Dombrovskis x The Goldman Sachs Group, Inc."],"date":["2017-09-14"],"summary":["CMU; International cooperation"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Tallinn"],"address":["Tallinn"],"addressEntity":["addr-eaaa98c29bbb4b0a508515a16c8b783a19a2a3df"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-701266814986-18","ec-person-537401fc0be04984531b83660f416bf2fe14fbd8","ec-person-a9eda2e8ea54b70a968327672c6cada679d3cd56"]}} -{"id":"ec-meeting-2017-09-14-9d45323c4543050de7a049875e646b2b6f86bc8b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-14 - Cabinet of Commissioner Marianne Thyssen x EUROPE'S MEDIALAB (Fondation EURACTIV)"],"date":["2017-09-14"],"summary":["EURACTIV Forum on Youth (Un)employment"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Euractive, Bd de Charlemagne, Brussels"],"address":["Euractive, Bd de Charlemagne, Brussels"],"addressEntity":["addr-276f8f6a5e51fe3cda9701395eb09e5b0ce20b58"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["ec-person-ce19440eacb8fd67f534bdbcce33a1c4cedfd071","eu-tr-485832526193-89"]}} -{"id":"ec-meeting-2017-09-14-a035390d2c578681b81113e04b3fd4367679305c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-14 - Cabinet of Vice-President Jyrki Katainen x BVI Bundesverband Investment und Asset Management e.V."],"date":["2017-09-14"],"summary":["MiFID"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Tallinn"],"address":["Tallinn"],"addressEntity":["addr-eaaa98c29bbb4b0a508515a16c8b783a19a2a3df"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-96816064173-47","ec-person-955e8c493ab54847bb92b65986f56a401f8eabee"]}} -{"id":"ec-meeting-2017-09-14-a2c5f4cb260cfd592453b63bcd26475d4df77d03","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-14 - Cabinet of Commissioner Carlos Moedas x ELECTRICITE DE FRANCE"],"date":["2017-09-14"],"summary":["FP9"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["eu-tr-39966101835-69","ec-person-0a716bf5253e913fc40ebf14c12f30dc2e7a06ee","ec-person-23980b2bc4fd9c82051d0f7888dc236b2f764866"]}} -{"id":"ec-meeting-2017-09-14-b568701d970c4cfd7d1fe9cf00302aa92900bfc8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-14 - Cabinet of Vice-President Jyrki Katainen x Zurich Insurance Company Ltd"],"date":["2017-09-14"],"summary":["Fintech, PEPPs"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Tallinn"],"address":["Tallinn"],"addressEntity":["addr-eaaa98c29bbb4b0a508515a16c8b783a19a2a3df"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-955e8c493ab54847bb92b65986f56a401f8eabee","eu-tr-499059113403-37"]}} -{"id":"ec-meeting-2017-09-14-babb9f93047f71c7f047283185905687d9263f37","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-14 - Cabinet of Vice-President Cecilia Malmström x Irish Farmers' Association"],"date":["2017-09-14"],"summary":["Mercosur negotiations"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-458700813641-37","ec-person-98880f3f4206145e196013db9dd806a551c11e06"]}} -{"id":"ec-meeting-2017-09-14-ca9390f171e6a686292deafd8b291bd2e6f8808d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-14 - Cabinet of Commissioner Mariya Gabriel x association of television and radio sales houses"],"date":["2017-09-14"],"summary":["AVMSD"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-1977807375-62","ec-person-13ac9a19d8d04f97c0d32603d014df0dd4e1cd2a"]}} -{"id":"ec-meeting-2017-09-14-cc561d1eb95ea683e292ab0f2f199616a3eb6c11","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-14 - Financial Stability, Financial Services and Capital Markets Union x Fédération bancaire française"],"date":["2017-09-14"],"summary":["négociation Bâle et à la DSP2"],"location":["Tallinn"],"address":["Tallinn"],"addressEntity":["addr-eaaa98c29bbb4b0a508515a16c8b783a19a2a3df"],"organizer":["ec-dg-fisma"],"involved":["ec-person-bdee7a93f95c8ef05079539170139b3c02e8ed96","eu-tr-09245221105-30"]}} -{"id":"ec-meeting-2017-09-14-ccd9d158f0e9bf58dddcfe15779e9eb4a0b1030e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-14 - Financial Stability, Financial Services and Capital Markets Union x BANCO BILBAO VIZCAYA ARGENTARIA"],"date":["2017-09-14"],"summary":["CRR- CRD, Basel implications, PSD 2, Fintech"],"location":["Tallinn"],"address":["Tallinn"],"addressEntity":["addr-eaaa98c29bbb4b0a508515a16c8b783a19a2a3df"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-090350412968-04","ec-person-bdee7a93f95c8ef05079539170139b3c02e8ed96"]}} -{"id":"ec-meeting-2017-09-14-d9215c55c81249d95938b3c6a52ac81dc65e6f1d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-14 - Financial Stability, Financial Services and Capital Markets Union x Association des Banques et Banquiers, Luxembourg"],"date":["2017-09-14"],"summary":["ESA review, the RRM and EDIS"],"location":["Tallinn"],"address":["Tallinn"],"addressEntity":["addr-eaaa98c29bbb4b0a508515a16c8b783a19a2a3df"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-3505006282-58","ec-person-bdee7a93f95c8ef05079539170139b3c02e8ed96"]}} -{"id":"ec-meeting-2017-09-14-e023fe68d97de1f8d60853d2d9768aba6d40ee38","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-14 - Cabinet of Vice-President Neven Mimica x Tetra Pak Group"],"date":["2017-09-14"],"summary":["External Investment Plan"],"notes":["Portfolio: International Cooperation & Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-mimica-neven-of-president-vice"],"involved":["ec-person-e90858f5aba78fd0e1cb2f757c3f38d55d91f98b","eu-tr-7574443768-34"]}} -{"id":"ec-meeting-2017-09-14-e0af9cafb4b6468c4db6e67fa3e19336c87a6f8d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-14 - Financial Stability, Financial Services and Capital Markets Union x CaixaBank, S.A."],"date":["2017-09-14"],"summary":["Résolution"],"location":["Tallinn"],"address":["Tallinn"],"addressEntity":["addr-eaaa98c29bbb4b0a508515a16c8b783a19a2a3df"],"organizer":["ec-dg-fisma"],"involved":["ec-person-bdee7a93f95c8ef05079539170139b3c02e8ed96","eu-tr-055017716307-39"]}} -{"id":"ec-meeting-2017-09-14-e0bff8e4da6cd9efa517be3fc0edc6eefdb7c46d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-14 - Cabinet of Vice-President Cecilia Malmström x The European Steel Association"],"date":["2017-09-14"],"summary":["Ongoing trade defence investigation"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-93038071152-83","ec-person-591ec829ca734bcfe59a2c9c7f07f9dff22a0ea9"]}} -{"id":"ec-meeting-2017-09-14-e5d4cf40a4adb7a7a7cb9db796345671833455c6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-14 - Cabinet of Vice-President Jyrki Katainen x Nordea Bank Abp"],"date":["2017-09-14"],"summary":["CMU, CRR2/BRRD2 Package"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Tallinn"],"address":["Tallinn"],"addressEntity":["addr-eaaa98c29bbb4b0a508515a16c8b783a19a2a3df"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-107779213747-53","ec-person-955e8c493ab54847bb92b65986f56a401f8eabee"]}} -{"id":"ec-meeting-2017-09-14-e92e1cd3b4b3d5d9f934d64399517cb4685c44d0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-14 - Cabinet of Vice-President Valdis Dombrovskis x JPMorgan Chase & Co."],"date":["2017-09-14"],"summary":["European financial and regulatory landscape"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Tallinn"],"address":["Tallinn"],"addressEntity":["addr-eaaa98c29bbb4b0a508515a16c8b783a19a2a3df"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-a9eda2e8ea54b70a968327672c6cada679d3cd56","ec-person-537401fc0be04984531b83660f416bf2fe14fbd8","eu-tr-9171899949-17"]}} -{"id":"ec-meeting-2017-09-15-2243fbc326bf4fdb554b8a17122174f189bb6e50","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-15 - Agriculture and Rural Development x European Liaison Committee for Agriculture and agri-food trade European agri-cooperatives European farmers FoodDrinkEurope"],"date":["2017-09-15"],"summary":["Exchange of views"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-agri"],"involved":["eu-tr-44856881231-49","eu-tr-75818824519-45","eu-tr-546282614966-51","eu-tr-09586631237-74","ec-person-7bc7204a153f98afbf1ad1cffbdd10d06d9ae166"]}} -{"id":"ec-meeting-2017-09-15-44f0fbd0967a9b0967cbc1159c4cedd94cadb95d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-15 - Regional and Urban Policy x Conseil des Communes et Régions d'Europe"],"date":["2017-09-15"],"summary":["Futur de la Politique de Cohésion et coopération en général entre la DG REGIO et le CCRE"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-regio"],"involved":["ec-person-3bc647761a4c1a96c0e7b4c3729d7408a61558b0","eu-tr-81142561702-61"]}} -{"id":"ec-meeting-2017-09-15-60f0e7e7b2a8c736050b87bc57e91abb296f87ae","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-15 - Cabinet of Commissioner Marianne Thyssen x Council of European Employers of the Metal, Engineering and Technology-based Industries"],"date":["2017-09-15"],"summary":["Free movement of workers"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["ec-person-cfb8d8d884367ef98b079fcd883ece7c89ec28e2","eu-tr-61370904700-45"]}} -{"id":"ec-meeting-2017-09-15-6b539a21344512b8bcfd10e9f6b7258d8e0d0d56","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-15 - Cabinet of Vice-President Valdis Dombrovskis x The Alternative Investment Management Association Limited"],"date":["2017-09-15"],"summary":["ESAs review"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-48f31156d932641826e09f5b73f074d35ff05786","eu-tr-232566516087-90"]}} -{"id":"ec-meeting-2017-09-15-6c7ca80537bf571e2b5f3bf6501044e28c087f38","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-15 - Cabinet of Commissioner Carlos Moedas x Fundação D. Anna de Sommer Champalimaud e Dr. Carlos Montez Champalimaud Bill & Melinda Gates Foundation Wellcome Trust Riksbankens Jubileumsfond VolkswagenStiftung FUNDAÇÃO CALOUSTE GULBENKIAN"],"date":["2017-09-15"],"summary":["Lunch with CEOs of research funding foundations"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["eu-tr-371567915480-41","eu-tr-946005928305-23","ec-person-23980b2bc4fd9c82051d0f7888dc236b2f764866","eu-tr-912723313554-37","eu-tr-039496128321-93","eu-tr-158884828331-64","ec-person-b8d49828915f9008e764a78796d47ea00807a658","eu-tr-03418705379-90"]}} -{"id":"ec-meeting-2017-09-15-6f7894de8f98e04cf397a6c830256bfb56fcdc57","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-15 - Cabinet of Vice-President Jyrki Katainen x Fidelity International"],"date":["2017-09-15"],"summary":["Pan-European Personal Pension Proposal, ESA review"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Tallinn"],"address":["Tallinn"],"addressEntity":["addr-eaaa98c29bbb4b0a508515a16c8b783a19a2a3df"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-00951027955-96","ec-person-955e8c493ab54847bb92b65986f56a401f8eabee"]}} -{"id":"ec-meeting-2017-09-15-8035e09d987f8d509398ae2fd343da93a4f16adc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-15 - Task Force for Relations with the United Kingdom x Royal Society for the Protection of Birds"],"date":["2017-09-15"],"summary":["Meeting with the Task Force for the Preparation and Conduct of the Negotiations with the United Kingdom under Article 50 TEU"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-uktf"],"involved":["ec-person-864cfa5fbc9b02a079ffbab1107f252c7bb08478","eu-tr-21862631806-19"]}} -{"id":"ec-meeting-2017-09-15-ad15ad46abb9a1acdd3f882195582dd8b1154ae8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-15 - Cabinet of Vice-President Jyrki Katainen x The Investment Association"],"date":["2017-09-15"],"summary":["CMU mid-term review, PEPP, MiFID II and sustainable finance"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Tallinn"],"address":["Tallinn"],"addressEntity":["addr-eaaa98c29bbb4b0a508515a16c8b783a19a2a3df"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-955e8c493ab54847bb92b65986f56a401f8eabee","eu-tr-5437826103-53"]}} -{"id":"ec-meeting-2017-09-15-e0af9cafb4b6468c4db6e67fa3e19336c87a6f8d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-15 - Financial Stability, Financial Services and Capital Markets Union x CaixaBank, S.A."],"date":["2017-09-15"],"summary":["résolution, paquet CRD/CRR/BRRD, CMU"],"location":["Tallinn"],"address":["Tallinn"],"addressEntity":["addr-eaaa98c29bbb4b0a508515a16c8b783a19a2a3df"],"organizer":["ec-dg-fisma"],"involved":["ec-person-bdee7a93f95c8ef05079539170139b3c02e8ed96","eu-tr-055017716307-39"]}} -{"id":"ec-meeting-2017-09-15-fe01b2b48c8d3129e931b987e6e9428cc3b1b65a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-15 - Cabinet of Vice-President Miguel Arias Cañete x KIC InnoEnergy SE"],"date":["2017-09-15"],"summary":["Financing Energy Transition"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-3eac19199bd5dbac49f504d2610a9066dddbfe57","eu-tr-462849021886-85"]}} -{"id":"ec-meeting-2017-09-16-86b50f87d054a104316e25b95cff89d89b5658a7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-16 - Cabinet of First Vice-President Frans Timmermans x Save the Children International"],"date":["2017-09-16"],"summary":["Migration and asylum policies"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Montreal"],"address":["Montreal"],"addressEntity":["addr-95da888e8977ec027fa65a959cacb4def5494773"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-11610562644-55","ec-person-966667b73d92624be9bb019c2baab7e52331b3d3"]}} -{"id":"ec-meeting-2017-09-16-ed347c1e3929fc9ad6b9c878cea28b374550f653","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-16 - Cabinet of First Vice-President Frans Timmermans x International Rescue Committee Inc"],"date":["2017-09-16"],"summary":["Migration and Asylum policies"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Montreal"],"address":["Montreal"],"addressEntity":["addr-95da888e8977ec027fa65a959cacb4def5494773"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["ec-person-966667b73d92624be9bb019c2baab7e52331b3d3","eu-tr-66790095679-26"]}} -{"id":"ec-meeting-2017-09-17-329413c04546a1fbd5d05fabfacd6b41f37a5724","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-17 - Cabinet of Vice-President Andrus Ansip x Nokia"],"date":["2017-09-17"],"summary":["DSM, digital for development, broadband"],"notes":["Portfolio: Digital Single Market"],"location":["New York"],"address":["New York"],"addressEntity":["addr-3dddf7feb16bf399efe204acf0fee9106ad446eb"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-35167875358-33","ec-person-c759bd58acc54869aa8e62ce652efcda416e25c2","ec-person-91ca0921c6790191daa54427311acd63035e7c9e","ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0"]}} -{"id":"ec-meeting-2017-09-18-2d842a0f30e3805c414a922f378cd1cb98f70573","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-18 - Cabinet of Commissioner Violeta Bulc x Airlines for Europe"],"date":["2017-09-18"],"summary":["Coordinating the agenda for upcoming CEO lunch"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-807912421050-91","ec-person-9d4dc4867a44dfe10f67ae7ee1706da3e8b48a24"]}} -{"id":"ec-meeting-2017-09-18-32cba661946dca98e3f28d72f07e6a5c3b65b0d4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-18 - Cabinet of Commissioner Julian King x Fédération bancaire française"],"date":["2017-09-18"],"summary":["Cybersecurity"],"notes":["Portfolio: Security Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-julian-king-of"],"involved":["ec-person-8534d5829e2b89b2389ad8651205fee73503f559","eu-tr-09245221105-30"]}} -{"id":"ec-meeting-2017-09-18-4dd8032648b8f1e8929004f92b88dd3a3c132331","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-18 - Cabinet of Vice-President Miguel Arias Cañete x The European Alliance of Companies for Energy Efficiency in Buildings"],"date":["2017-09-18"],"summary":["Energy Efficiency"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-99005441548-23","ec-person-25a937c04cd0a0ddcf5cf34798e76b5105854114"]}} -{"id":"ec-meeting-2017-09-18-613657f17e2d63de1c98716d7e7632d842a073cf","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2017-09-18 - Cabinet of Commissioner Mariya Gabriel x Chamber of Commerce of the United States of America"],"date":["2017-09-18"],"summary":["Cybersecurity"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-483024821178-51","ec-person-fc1068d79545d1659bf47e9b62bfb0aed175629e"]}} -{"id":"ec-meeting-2017-09-18-6b7b0d8e6dab7d36da6f7c4e502da64a7d1249a9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-18 - Cabinet of Commissioner Phil Hogan x Union Européenne du Commerce du Bétail et des Métiers de la Viande"],"date":["2017-09-18"],"summary":["EU offer on beef"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-d0aad15bfcd899ec988329ba27d6e661ca34456b","eu-tr-4422649896-52"]}} -{"id":"ec-meeting-2017-09-18-7a62ec528bfc7db25329c0626c5ab40b28ac93ae","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-18 - Cabinet of Vice-President Jyrki Katainen x Alliance for the Freedom of the CAR Repair"],"date":["2017-09-18"],"summary":["Vehicle Type Approval Regulation & RMI"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-668292216120-05","ec-person-c50e8c2cc390c5efb0626988d173bc6758459e0f"]}} -{"id":"ec-meeting-2017-09-18-9a02ade68ba110570e1e8aca0c91906eaa7628ac","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-18 - Cabinet of Vice-President Neven Mimica x WORLDFISH (ALSO KNOWN AS INTERNATIONAL CENTER FOR LIVING AQUATIC RESOURCES MANAGEMENT (ICLARM))"],"date":["2017-09-18"],"summary":["Our Ocean Conference in Malta"],"notes":["Portfolio: International Cooperation & Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-mimica-neven-of-president-vice"],"involved":["eu-tr-321028225547-92","ec-person-d455992f8f48b86e26e61f5284a9ef8e18aed182"]}} -{"id":"ec-meeting-2017-09-18-b33158a70b9437d745bfd967f6988940336e4c1a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-18 - Cabinet of Commissioner Věra Jourová x Facebook Ireland Limited"],"date":["2017-09-18"],"summary":["Social media CPC action"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-a2ca9161feee56909a0e98b473c2d342c20fdb57","eu-tr-28666427835-74"]}} -{"id":"ec-meeting-2017-09-18-b7bd3d808e493102867623e0b73264daaf48537f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-18 - Mobility and Transport x DFS Deutsche Flugsicherung GmbH"],"date":["2017-09-18"],"summary":["SES"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-move"],"involved":["eu-tr-80667711712-64","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2017-09-18-b9ca7591f9e02f972702b4e79f266de76ee1520f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-18 - Cabinet of Commissioner Mariya Gabriel x Association of Commercial Television and Video on Demand Services in Europe"],"date":["2017-09-18"],"summary":["DSM strategy"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-18574111503-28","ec-person-13ac9a19d8d04f97c0d32603d014df0dd4e1cd2a"]}} -{"id":"ec-meeting-2017-09-18-bc03435f42610a6e4f1cd1728c3c0af291ac28d1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-18 - Inspire, Debate, Engage and Accelerate Action x Friends of the Earth Europe CEE Bankwatch Network"],"date":["2017-09-18"],"summary":["Sustainable Development Goals"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-dg-idea"],"involved":["eu-tr-93834493808-49","eu-tr-9825553393-31","ec-person-4fe56a64c00b3e81c851b5538878b32481bd7d3c"]}} -{"id":"ec-meeting-2017-09-18-c7cafbf7c8aa769bb7ec3b112b724e24a41f13ff","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-18 - Cabinet of Vice-President Maroš Šefčovič x Equinor ASA"],"date":["2017-09-18"],"summary":["EU-Norway energy relations"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-3bf48630444ace93d407e52eb880e64d480f75ce","eu-tr-4447605981-76"]}} -{"id":"ec-meeting-2017-09-18-c93b70a38f356236e9511744c71bac98edf66bef","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-18 - Cabinet of Commissioner Julian King x Microsoft Corporation"],"date":["2017-09-18"],"summary":["E-evidence"],"notes":["Portfolio: Security Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-julian-king-of"],"involved":["eu-tr-0801162959-21","ec-person-8d48893e9e1b5fcb8f1a7bf47a39f9a2a3ac4c54"]}} -{"id":"ec-meeting-2017-09-18-cbb4accfdfaf25fd34d8da7e8d9bad0826ca67fe","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-18 - Cabinet of First Vice-President Frans Timmermans x Open Society European Policy Institute"],"date":["2017-09-18"],"summary":["Open Society European Policy"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["New York"],"address":["New York"],"addressEntity":["addr-3dddf7feb16bf399efe204acf0fee9106ad446eb"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-8557515321-37","ec-person-966667b73d92624be9bb019c2baab7e52331b3d3"]}} -{"id":"ec-meeting-2017-09-18-d683961338319465ad0fd7e6077f9e0b832f1a1a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-18 - Cabinet of Commissioner Mariya Gabriel x EUROPEAN HOTEL FORUM"],"date":["2017-09-18"],"summary":["Online platforms in the DSM"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["ec-person-d995d34a2f8b1f0bf6a17486f5699181d6a01e1c","eu-tr-621875521401-70","ec-person-0ebf0cb327cbf140de5316360168dfb48811c02f"]}} -{"id":"ec-meeting-2017-09-19-01f1366951ec6f8564c57532089b92a034164ca0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-19 - Cabinet of Commissioner Corina Crețu x Third Generation Environmentalism Ltd"],"date":["2017-09-19"],"summary":["Climage change and the EU Budget in the framework of Cohesion Policy"],"notes":["Portfolio: Regional Policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-corina-cretu-of"],"involved":["ec-person-b6d8ffa1f6c665ea8de36b048d1320f9fe4a52fa","eu-tr-07783117686-61","ec-person-a8f47f7eb96bfb81929848b0ee89067bcbf0ce81"]}} -{"id":"ec-meeting-2017-09-19-0ef1bf0ea19c2ea7c82f0999f8aef6d631e4c019","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-19 - Cabinet of Vice-President Jyrki Katainen x Confederation of Norwegian Enterprise"],"date":["2017-09-19"],"summary":["Exchange on topical EU-issues"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90","eu-tr-07442991338-05"]}} -{"id":"ec-meeting-2017-09-19-1371c767ca678366e5f0030058f6c77f52c44501","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-19 - Cabinet of Vice-President Jyrki Katainen x Cassa Depositi e Prestiti s.p.a."],"date":["2017-09-19"],"summary":["Introducing the new head of the CDP Brussels office"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-81b1dda49062e5dac42bdad9273fa72968a2c325","eu-tr-110117812027-92"]}} -{"id":"ec-meeting-2017-09-19-1b00d04bef0cca12e4e73aff36f66f59da420091","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-19 - Trade x European agri-cooperatives European farmers"],"date":["2017-09-19"],"summary":["Mercosur"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-trade"],"involved":["ec-person-bde9bb099f5d24c52ca4a9255cefc99a5b87a650","eu-tr-09586631237-74","eu-tr-44856881231-49"]}} -{"id":"ec-meeting-2017-09-19-1de74ac8231cd63101288fa89d76dc00fe17fdf3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-19 - Cabinet of Vice-President Günther Oettinger x Bundesverband der Deutschen Industrie e.V."],"date":["2017-09-19"],"summary":["MFF"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-1771817758-48","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2017-09-19-2029c3509f3a6b8c5b7725d7c300d6fa4eb6f308","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-19 - Cabinet of Commissioner Věra Jourová x Asahi CE & Europe Services s.r.o."],"date":["2017-09-19"],"summary":["Alcohol producers strategies on consumers"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-a2ca9161feee56909a0e98b473c2d342c20fdb57","eu-tr-230748628389-33"]}} -{"id":"ec-meeting-2017-09-19-42884aa3a0aaa29292874d982f9cf9382c9892e7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-19 - Cabinet of Commissioner Carlos Moedas x Ing. Miroslav Haltuf"],"date":["2017-09-19"],"summary":["FP9 and preparation of Shift2Rail2 funding programme"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["eu-tr-611206918763-57","ec-person-a45151b401196e9c374c9acdada9d8840da271ad"]}} -{"id":"ec-meeting-2017-09-19-44c02324581f6267c76b408bf27b50945a28dd45","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-19 - Cabinet of Commissioner Vytenis Andriukaitis x EUK Consulting"],"date":["2017-09-19"],"summary":["Role of biocides and anti-microbial products, preventing anti-microbial resistance"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["eu-tr-29815741326-06","ec-person-c986c9ff99d99d8006e000db5a8046be615813ae"]}} -{"id":"ec-meeting-2017-09-19-517c58d64d4ea8cbf5fc1bdf5fb41b2621e7725e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-19 - Cabinet of Commissioner Věra Jourová x Workday"],"date":["2017-09-19"],"summary":["EU US Privacy Shield, GDPR, Online hate speech, e-evidence"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["SIllicon Valley"],"address":["SIllicon Valley"],"addressEntity":["addr-00177d9455d8e1b6a3f5530ea1e7e81ce1c8333f"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-a608b85b2ffef83f883b5a2330b6232efa1b7141","ec-person-f329292459cb1badb7fb7c6b67b698c441931bb2","ec-person-3269ef00f0778677e6f4c8e0f72ce019084206fb","eu-tr-021253717373-58","ec-person-184e698af1eb9e33b179680570ca171d8cb31c94"]}} -{"id":"ec-meeting-2017-09-19-6991e2747752af0a5ea3b9ffb582d800695752cb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-19 - Cabinet of Vice-President Günther Oettinger x Deutsche Bank AG"],"date":["2017-09-19"],"summary":["MFF"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-271912611231-56","ec-person-1a98ebdc65a0fda494d1f6eb6fb74247a3036490"]}} -{"id":"ec-meeting-2017-09-19-7d2a457c2e9653f1a973e26ba630a92e1b010b3d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-19 - Cabinet of Commissioner Mariya Gabriel x Red Hat Limited"],"date":["2017-09-19"],"summary":["Cybersecurity, Open Source Software"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["ec-person-fc1068d79545d1659bf47e9b62bfb0aed175629e","eu-tr-741186216712-07"]}} -{"id":"ec-meeting-2017-09-19-7ec788b195872d7f45648aae17775cf0631d9ba1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-19 - Cabinet of Vice-President Jyrki Katainen x Miltton Europe"],"date":["2017-09-19"],"summary":["Current affairs"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-f9208d930adc70c6c64e21701e48f85f6f18e949","eu-tr-245377319023-40"]}} -{"id":"ec-meeting-2017-09-19-8046acf93be626414638b337ee450611e7693fcb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-19 - Cabinet of Vice-President Jyrki Katainen x European Society for Paediatric Oncology"],"date":["2017-09-19"],"summary":["Paediatric Regulation evaluation report"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-c50e8c2cc390c5efb0626988d173bc6758459e0f","eu-tr-122803916413-09"]}} -{"id":"ec-meeting-2017-09-19-89e68d5437f4313f06a024d8e774e20f28bbb700","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-19 - Cabinet of Commissioner Corina Crețu x Energy Cities"],"date":["2017-09-19"],"summary":["Cities and energy transition and the links with cohesion policies, covenant of Mayors and the links with the Urban Agenda and the future of cohesion policies"],"notes":["Portfolio: Regional Policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-corina-cretu-of"],"involved":["eu-tr-11514322965-05","ec-person-a8f47f7eb96bfb81929848b0ee89067bcbf0ce81","ec-person-b6d8ffa1f6c665ea8de36b048d1320f9fe4a52fa"]}} -{"id":"ec-meeting-2017-09-19-9c3e23ee1b878878fe610f25625df58a44c0f572","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-19 - Trade x European farmers"],"date":["2017-09-19"],"summary":["EU-Mercosur: beef"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-trade"],"involved":["ec-person-bde9bb099f5d24c52ca4a9255cefc99a5b87a650","eu-tr-44856881231-49"]}} -{"id":"ec-meeting-2017-09-19-b33158a70b9437d745bfd967f6988940336e4c1a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-19 - Cabinet of Commissioner Věra Jourová x Facebook Ireland Limited"],"date":["2017-09-19"],"summary":["EU US Privacy Shield, GDPR, Online hate speech, e-evidence"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Sillicon Valley"],"address":["Sillicon Valley"],"addressEntity":["addr-6041fa512dde6f25133dfd7d4cf55cfcd57e446f"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-a608b85b2ffef83f883b5a2330b6232efa1b7141","ec-person-f329292459cb1badb7fb7c6b67b698c441931bb2","ec-person-3269ef00f0778677e6f4c8e0f72ce019084206fb","ec-person-184e698af1eb9e33b179680570ca171d8cb31c94","eu-tr-28666427835-74"]}} -{"id":"ec-meeting-2017-09-19-c059281db8b5a893cc22d5a8e940f2fa3e67e8b4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-19 - Trade x COMITE EUROPEEN des FABRICANTS de SUCRE"],"date":["2017-09-19"],"summary":["Brazilian sugar - ethanol sector"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-trade"],"involved":["ec-person-bde9bb099f5d24c52ca4a9255cefc99a5b87a650","eu-tr-49679062863-35"]}} -{"id":"ec-meeting-2017-09-19-c0ecda73ea31de7cddf29c5f4dccbe78526886f4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-19 - Internal Market, Industry, Entrepreneurship and SMEs x Confederation of Norwegian Enterprise"],"date":["2017-09-19"],"summary":["Discussion of the EU industry policy strategy and Norwegian industry's efforts to promote a clean and smart industry in Norway up to 2050."],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-grow"],"involved":["eu-tr-07442991338-05","ec-person-60a3d0d628d231b41af1d0c65607b0fd78ca4edc"]}} -{"id":"ec-meeting-2017-09-19-c26bbb6fb084eb2ebc63caaa542ec7460b2f90b4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-19 - Cabinet of President Jean-Claude Juncker x Bundesverband der Deutschen Industrie e.V."],"date":["2017-09-19"],"summary":["Trade and deepening on EMU"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-1771817758-48","ec-person-e415577aabb40c0f789310505c6c5803aa69037b","ec-person-98eba7ab1446c6dce384fdc2ecd48c7cadf9ee4e"]}} -{"id":"ec-meeting-2017-09-19-c7495f1b8c8d5a9ae9f7856890707e010581ccc4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-19 - Cabinet of Vice-President Valdis Dombrovskis x Insurance Europe"],"date":["2017-09-19"],"summary":["Solvency II"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-eec82261c60167b261e56ad1e2bfb4c482db6191","eu-tr-33213703459-54"]}} -{"id":"ec-meeting-2017-09-19-cdd32570c9e94847a2198d4970fb063b37c7e7da","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-19 - Cabinet of Commissioner Julian King x Facebook Ireland Limited"],"date":["2017-09-19"],"summary":["Encryption / E-evidence"],"notes":["Portfolio: Security Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-julian-king-of"],"involved":["ec-person-8d48893e9e1b5fcb8f1a7bf47a39f9a2a3ac4c54","eu-tr-28666427835-74","ec-person-8534d5829e2b89b2389ad8651205fee73503f559"]}} -{"id":"ec-meeting-2017-09-19-d34a518e81cdfc705cd47c8c505e6f7976a98709","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-19 - Cabinet of Commissioner Phil Hogan x Fédération Nationale des Syndicats d'Exploitants Agricoles"],"date":["2017-09-19"],"summary":["Agri Matters"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-a1a78365cc4685b0958056646204977d8f2ead92","eu-tr-59530682147-07"]}} -{"id":"ec-meeting-2017-09-19-d9f2773cdaca4852cda88f83cc06878c857fb3cf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-19 - Cabinet of Vice-President Jyrki Katainen x Vereinigung der österreichischen Industrie - Industriellenvereinigung"],"date":["2017-09-19"],"summary":["Introductory meeting and policy priorities of the Federation of Austrian Industries"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-89093924456-06","ec-person-c3d85c41b6b842aae5c953d41fda5f240a5d0969"]}} -{"id":"ec-meeting-2017-09-19-da22480445a9b3f286983c79318168a97d6b0481","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-19 - Cabinet of Commissioner Mariya Gabriel x Eutelsat"],"date":["2017-09-19"],"summary":["On Spectrum / broadband / AVMSD /"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-746025510283-01","ec-person-1674399a793e9e6fd7cf55b525515fc862fc9351"]}} -{"id":"ec-meeting-2017-09-19-e4029e7e93426e5f34511cf6b5763d5b965b893b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-19 - Cabinet of Commissioner Mariya Gabriel x Bundesverband der Deutschen Industrie e.V."],"date":["2017-09-19"],"summary":["Industry Policy, Cybersecurity, Free Flow of data, Broadband"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-1771817758-48","ec-person-1674399a793e9e6fd7cf55b525515fc862fc9351"]}} -{"id":"ec-meeting-2017-09-19-e606894e6ed6e7b2a8e117818f2166b5a1424295","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-19 - Cabinet of Vice-President Jyrki Katainen x R20 Regions of Climate Action"],"date":["2017-09-19"],"summary":["State of play of R20 climate fund/regions of climate action"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-115848728203-28","ec-person-c3d85c41b6b842aae5c953d41fda5f240a5d0969"]}} -{"id":"ec-meeting-2017-09-19-f89bc22454577eb4bd6ce29ca32389a1d8230a55","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-19 - Cabinet of Vice-President Jyrki Katainen x CNH Industrial"],"date":["2017-09-19"],"summary":["European defence fund"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-365066616991-22","ec-person-81b1dda49062e5dac42bdad9273fa72968a2c325"]}} -{"id":"ec-meeting-2017-09-20-186571a233171b1ad91a7f6c378d4f119026d11d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-20 - Internal Market, Industry, Entrepreneurship and SMEs x ASD-Eurospace"],"date":["2017-09-20"],"summary":["Meeting focussed on how to incentivise cross-border access of SMEs to defence procurement markets"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-grow"],"involved":["eu-tr-873508417106-05","ec-person-60a3d0d628d231b41af1d0c65607b0fd78ca4edc"]}} -{"id":"ec-meeting-2017-09-20-1ee43c694131ab4ea2aa8d3def45da855be3f009","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-20 - Communications Networks, Content and Technology x DIGITALEUROPE"],"date":["2017-09-20"],"summary":["Digital Assembly - Digital industry transformation - cybersecurity strategy - free flow of data"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-64270747023-20","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2017-09-20-2666dc03655889f9cd8042c3fa13f620975b55c1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-20 - Cabinet of Commissioner Elżbieta Bieńkowska x The European Steel Association"],"date":["2017-09-20"],"summary":["Hot Rolled Flat case"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-93038071152-83","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2017-09-20-3000365640b6b2d31c033bc7b1c97c734ae39c97","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-20 - Cabinet of Commissioner Věra Jourová x Google"],"date":["2017-09-20"],"summary":["EU US Privacy Shield, Online hate speech, e-evidence"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Sillicon Valley"],"address":["Sillicon Valley"],"addressEntity":["addr-6041fa512dde6f25133dfd7d4cf55cfcd57e446f"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-a608b85b2ffef83f883b5a2330b6232efa1b7141","ec-person-f329292459cb1badb7fb7c6b67b698c441931bb2","ec-person-3269ef00f0778677e6f4c8e0f72ce019084206fb","eu-tr-03181945560-59","ec-person-184e698af1eb9e33b179680570ca171d8cb31c94"]}} -{"id":"ec-meeting-2017-09-20-30a51cd4681aa2e7e2341bf2040a8500c295d63c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-20 - Cabinet of Commissioner Mariya Gabriel x Association for the International Collective Management of Audiovisual Works"],"date":["2017-09-20"],"summary":["Copyright"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-736743319528-42","ec-person-13ac9a19d8d04f97c0d32603d014df0dd4e1cd2a"]}} -{"id":"ec-meeting-2017-09-20-35ad438f13af8140c96c6d3b633a04a78e02c5f2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-20 - Cabinet of Commissioner Elżbieta Bieńkowska x Synthos Styrenics Synthos Dwory 2 spółka z ograniczoną odpowiedzialnością spółka komandytowa"],"date":["2017-09-20"],"summary":["Circular Economy Action plan"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-746554514288-93","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2017-09-20-3700c759ccc8600a0bca8273e4d90ef4167e218f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-20 - Cabinet of Vice-President Cecilia Malmström x Union Européenne du Commerce du Bétail et des Métiers de la Viande"],"date":["2017-09-20"],"summary":["FTA negotiations with Mercosur"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-4422649896-52","ec-person-98880f3f4206145e196013db9dd806a551c11e06"]}} -{"id":"ec-meeting-2017-09-20-526bb0788b4107444f9cd2b25ae6b2baa49f3cf7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-20 - Cabinet of Vice-President Jyrki Katainen x Raytheon Technologies"],"date":["2017-09-20"],"summary":["REACH and the aerospace sector"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-c50e8c2cc390c5efb0626988d173bc6758459e0f","eu-tr-87564644126-75"]}} -{"id":"ec-meeting-2017-09-20-537c487ad45ea173e8a37a7e1b8e245a6e4a44ad","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-20 - Cabinet of Commissioner Mariya Gabriel x KDC Conseil FRANCE VIVENDI"],"date":["2017-09-20"],"summary":["Dossiers en cours et actualités"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-057865115207-48","eu-tr-69964056866-19","ec-person-d995d34a2f8b1f0bf6a17486f5699181d6a01e1c"]}} -{"id":"ec-meeting-2017-09-20-6afe5120826bfd06ff270139a07cce574520b0cd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-20 - Cabinet of Commissioner Mariya Gabriel x Bank of America Corporation"],"date":["2017-09-20"],"summary":["Cybersecurity"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["ec-person-fc1068d79545d1659bf47e9b62bfb0aed175629e","eu-tr-53891615036-88"]}} -{"id":"ec-meeting-2017-09-20-6e60a52b099aca470af9495935618e362443e8f9","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2017-09-20 - Cabinet of Commissioner Mariya Gabriel x Bundesdruckerei GmbH"],"date":["2017-09-20"],"summary":["Cybersecurity"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["ec-person-fc1068d79545d1659bf47e9b62bfb0aed175629e","eu-tr-197184824639-83"]}} -{"id":"ec-meeting-2017-09-20-8e8300b7c7afcaaa7f5494d9d571b4c09b0705d4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-20 - Cabinet of Commissioner Tibor Navracsics x Spotify"],"date":["2017-09-20"],"summary":["Digital Single Market"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-49f31dad10f5641cb1d1e4c3107dd838389e8120","eu-tr-365747616583-15"]}} -{"id":"ec-meeting-2017-09-20-b4d2c673dc8d230c062d2d5705e237b4a67ff603","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-20 - Cabinet of Commissioner Tibor Navracsics x European Union of the Deaf"],"date":["2017-09-20"],"summary":["Inclusive Education"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["eu-tr-69368065472-71","ec-person-1da7ee09d46288ee4ea9db2b644bdcf9c3d6d000"]}} -{"id":"ec-meeting-2017-09-20-bd05175f5fd8a0ccf903ff3102611dea7511d1b4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-20 - Cabinet of Commissioner Carlos Moedas x DSW (Deutsche Stiftung Weltbevoelkerung)"],"date":["2017-09-20"],"summary":["Sustainable Development Goals (SDG) and the role of FP9"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-b8d49828915f9008e764a78796d47ea00807a658","ec-person-f7ccc3ad366dd2fdb24870e1c02ff2763539c82f","eu-tr-32018754890-28","ec-person-0a716bf5253e913fc40ebf14c12f30dc2e7a06ee"]}} -{"id":"ec-meeting-2017-09-20-bf46faab28250321deeeb909fa8b80a91f0f6984","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-20 - Cabinet of Vice-President Andrus Ansip x Uber"],"date":["2017-09-20"],"summary":["Uber, taxation of the digital economy, cybersecurity, free flow of data"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-002278013515-26","ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0"]}} -{"id":"ec-meeting-2017-09-20-d6c628b91f78553a0ac27f9c1bed0914367ed904","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-20 - Cabinet of Vice-President Valdis Dombrovskis x Wilfried Martens Centre for European Studies"],"date":["2017-09-20"],"summary":["The future of the euro zone"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-865557816122-74","ec-person-f376b1eca739c662d2385062249507f23f4ca67e"]}} -{"id":"ec-meeting-2017-09-20-de0ed0fce5442226dc334ace3b9570b64126ef96","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-20 - Cabinet of Commissioner Phil Hogan x Deutscher Bauernverband"],"date":["2017-09-20"],"summary":["Rural Matters"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-a1a78365cc4685b0958056646204977d8f2ead92","eu-tr-73085531345-65"]}} -{"id":"ec-meeting-2017-09-20-deede755e9bb0a656173b85e11cd34baf276333a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-20 - Cabinet of Vice-President Cecilia Malmström x European Chamber of Commerce in Korea"],"date":["2017-09-20"],"summary":["EU Korea trade relations"],"notes":["Portfolio: Trade"],"location":["Seoul"],"address":["Seoul"],"addressEntity":["addr-59f054fa5a2164fb3ae235dd40b71eea61fc005f"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-695571618824-45","ec-person-19b143e83f8ab978c55c8a9a9e49e06dbfa14bf3"]}} -{"id":"ec-meeting-2017-09-20-e5f34b52b60c751fa47e12a21d60e6808ab885a5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-20 - Cabinet of Commissioner Věra Jourová x Apple Inc."],"date":["2017-09-20"],"summary":["EU US Privacy Shield, Online hate speech, e-evidence, encryption"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Sillicon Valley"],"address":["Sillicon Valley"],"addressEntity":["addr-6041fa512dde6f25133dfd7d4cf55cfcd57e446f"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-a608b85b2ffef83f883b5a2330b6232efa1b7141","ec-person-f329292459cb1badb7fb7c6b67b698c441931bb2","ec-person-3269ef00f0778677e6f4c8e0f72ce019084206fb","ec-person-184e698af1eb9e33b179680570ca171d8cb31c94","eu-tr-588327811384-96"]}} -{"id":"ec-meeting-2017-09-20-edd72a8eb54b907ef005af6ffcef1dda54eecf42","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-20 - Communications Networks, Content and Technology x Open Fiber"],"date":["2017-09-20"],"summary":["Explanation of the new business model supported by Open Fiber"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f","eu-tr-965428625484-18"]}} -{"id":"ec-meeting-2017-09-20-ff363e9da8d46d780557ee074a81506229cb87f4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-20 - Cabinet of Vice-President Andrus Ansip x Apple Inc."],"date":["2017-09-20"],"summary":["SEPs"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-6a03bc4fa7657513ea34529e98dba0671ef4c849","eu-tr-588327811384-96"]}} -{"id":"ec-meeting-2017-09-21-09e82432cb1e185b66017f17e2c92ad0600299fe","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-21 - Cabinet of Vice-President Neven Mimica x British Council"],"date":["2017-09-21"],"summary":["Delegated cooperation and Practitioners Network"],"notes":["Portfolio: International Cooperation & Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-mimica-neven-of-president-vice"],"involved":["eu-tr-17888758870-92","ec-person-e90858f5aba78fd0e1cb2f757c3f38d55d91f98b"]}} -{"id":"ec-meeting-2017-09-21-23811b40346509abf604601a434daa51c1a81d0e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-21 - Cabinet of Commissioner Corina Crețu x Centre for European Reform Transparency International"],"date":["2017-09-21"],"summary":["Structural Funds and rule of law"],"notes":["Portfolio: Regional Policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-corina-cretu-of"],"involved":["eu-tr-524976815651-12","ec-person-a8f47f7eb96bfb81929848b0ee89067bcbf0ce81","ec-person-9d82b1471c4c81e026b73d025790b3d843428640","eu-tr-501222919-71"]}} -{"id":"ec-meeting-2017-09-21-2516e7d0d45f9e868946c63e9213dc4d0a7bb974","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2017-09-21 - Cabinet of Commissioner Violeta Bulc x The Norwegian Shipowners' Association"],"date":["2017-09-21"],"summary":["Meeting with CEO Mr Sturla Henriksen","Meeting with the CEO to discuss the state aid guidelines for maritime transport"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-81175628740-75","ec-person-e14c58f620f40325d829df7be0823280307bc15f"]}} -{"id":"ec-meeting-2017-09-21-25c283a5bd811c2f54eaf77e16eb13d6d40db6be","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-21 - European Neighbourhood and Enlargement Negotiations x Centre for European Reform"],"date":["2017-09-21"],"summary":["Discussion about Neighbourhood and Enlargement negociations"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-near"],"involved":["eu-tr-524976815651-12","ec-person-1160ccf35947f06f1629cad85b9f162eb5575780"]}} -{"id":"ec-meeting-2017-09-21-2d6e79e6fb24d2db217d269756a586f992b543d6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-21 - Cabinet of Vice-President Cecilia Malmström x European Producers Union of Renewable Ethanol"],"date":["2017-09-21"],"summary":["FTA negotiations with Mercosur"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-32591134448-30","ec-person-98880f3f4206145e196013db9dd806a551c11e06"]}} -{"id":"ec-meeting-2017-09-21-3a42be43498bc7509f95b059f06096b5b00ae696","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-21 - Cabinet of President Jean-Claude Juncker x Association des Constructeurs Européens d'Automobiles"],"date":["2017-09-21"],"summary":["Industrial policy"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-c402e34a99fbee730ae22e3b1958e21c94dc6fcc","eu-tr-0649790813-47"]}} -{"id":"ec-meeting-2017-09-21-3a5df3eda900038dc9bd189a0ea8082b5db76526","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-21 - Cabinet of Vice-President Andrus Ansip x Polish Confederation Lewiatan"],"date":["2017-09-21"],"summary":["DSM, upcoming Lewiatan Conference in Sopot"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-666bc159c7e65a3af9e63c1e97435c02f1496955","eu-tr-251117611140-75"]}} -{"id":"ec-meeting-2017-09-21-508139622238c7b632cab26504ad1c5960ad7c86","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-21 - Cabinet of President Jean-Claude Juncker x Lantbrukarnas Riksförbund"],"date":["2017-09-21"],"summary":["Future of Europe"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-79239225070-38","ec-person-c402e34a99fbee730ae22e3b1958e21c94dc6fcc"]}} -{"id":"ec-meeting-2017-09-21-69c9d018c7a338c567fdaa0597e97af71354fd89","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-21 - Cabinet of Commissioner Phil Hogan x Compassion in World Farming International"],"date":["2017-09-21"],"summary":["Business discussion"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-c9d17d5879383b030f61a4066848249fb35d57e4","eu-tr-26535516539-45"]}} -{"id":"ec-meeting-2017-09-21-7a528a24229b3456825cd0cddea41c7856831aa5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-21 - Cabinet of Commissioner Pierre Moscovici x ITI - The Information Technology Industry Council"],"date":["2017-09-21"],"summary":["Meeting to discuss the COM communication on the taxation of the digital sector adopted this week"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["ec-person-1d299d025d2afdcba46db3d131b6197fab6e0c89","ec-person-14ef50b9efbe5ab02d528e0ec4ac50c9caf964e3","eu-tr-061601915428-87"]}} -{"id":"ec-meeting-2017-09-21-7f0dcc7224069120e97a69ff81b1651ed5254658","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-21 - Cabinet of Vice-President Jyrki Katainen x Maa- ja metsätaloustuottajain Keskusliitto – Central Union of Agricultural Producers and Forest Owners"],"date":["2017-09-21"],"summary":["Topical issues in the field of agriculture & health policies, including LULUCF, Sustainable criteria, animal health"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-56039441735-48","ec-person-c50e8c2cc390c5efb0626988d173bc6758459e0f"]}} -{"id":"ec-meeting-2017-09-21-7fe5423f474419d5f52fa2ca8b9a8a37dc6ddca1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-21 - Cabinet of Commissioner Mariya Gabriel x Nielsen Holdings"],"date":["2017-09-21"],"summary":["Media Freedom and Pluralism"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-623769618353-56","ec-person-13ac9a19d8d04f97c0d32603d014df0dd4e1cd2a"]}} -{"id":"ec-meeting-2017-09-21-882c15a08455aa8c407f87bc95e25d16c19e02e4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-21 - Cabinet of Commissioner Julian King x European Committee for Interoperable Systems"],"date":["2017-09-21"],"summary":["Cybersecurity"],"notes":["Portfolio: Security Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-julian-king-of"],"involved":["eu-tr-32238324913-44","ec-person-8534d5829e2b89b2389ad8651205fee73503f559"]}} -{"id":"ec-meeting-2017-09-21-8d4af1f4400e70a47eff1627c94356549ea138b7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-21 - Cabinet of Commissioner Julian King x British Council"],"date":["2017-09-21"],"summary":["Strenghtening Resilience"],"notes":["Portfolio: Security Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-julian-king-of"],"involved":["eu-tr-17888758870-92","ec-person-7bf4bf39d5d06955fc37d23e107675489c4e8729"]}} -{"id":"ec-meeting-2017-09-21-9d6e59c09c8543705e553bee498ee0902c8b91b8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-21 - Cabinet of Commissioner Tibor Navracsics x European Club Association"],"date":["2017-09-21"],"summary":["Professional football in Europe"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["eu-tr-564607316826-42","ec-person-49f31dad10f5641cb1d1e4c3107dd838389e8120"]}} -{"id":"ec-meeting-2017-09-21-9e1a9eb4e112be19945e96628488bf2b88d91294","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-21 - Cabinet of Vice-President Günther Oettinger x Hanns-Seidel-Stiftung"],"date":["2017-09-21"],"summary":["MFF"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["ec-person-1a98ebdc65a0fda494d1f6eb6fb74247a3036490","eu-tr-49906988199-86"]}} -{"id":"ec-meeting-2017-09-21-9ea514b3542d96ac79a923f16e2e6cb03148012e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-21 - Cabinet of Commissioner Phil Hogan x European Producers Union of Renewable Ethanol"],"date":["2017-09-21"],"summary":["Biofuels"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-c9d17d5879383b030f61a4066848249fb35d57e4","eu-tr-32591134448-30"]}} -{"id":"ec-meeting-2017-09-21-b1dcdec722b50b93077efc17831f44b4d8846b01","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-21 - Cabinet of Vice-President Andrus Ansip x BONANOVA"],"date":["2017-09-21"],"summary":["Digital for Development"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-c759bd58acc54869aa8e62ce652efcda416e25c2","eu-tr-929417912330-88"]}} -{"id":"ec-meeting-2017-09-21-c88c60d6e04058ff8fe04629d8d2fcaf2bbbc33d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-21 - Cabinet of Commissioner Mariya Gabriel x Google"],"date":["2017-09-21"],"summary":["DSM initiatives"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-03181945560-59","ec-person-1674399a793e9e6fd7cf55b525515fc862fc9351"]}} -{"id":"ec-meeting-2017-09-21-fc90ec86a3161cad86f49a62e1cb43328b41250f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-21 - Cabinet of Commissioner Elżbieta Bieńkowska x Association des Constructeurs Européens d'Automobiles"],"date":["2017-09-21"],"summary":["European automotive industry"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-0649790813-47","ec-person-b2f9be51339f054477846797e2c119fcf16548fc"]}} -{"id":"ec-meeting-2017-09-22-0bd7c4fd6313f121d6ab6161fbb72b053dd17d6d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-22 - Cabinet of Vice-President Andrus Ansip x Huawei Technologies"],"date":["2017-09-22"],"summary":["Cybersecurity issues"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-3ca0c466b8ff230d4409591430b388007ce14ff8","eu-tr-114467111412-38"]}} -{"id":"ec-meeting-2017-09-22-23553a0382de8164c59a301e9880e1f05bf11ea7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-22 - Cabinet of Vice-President Maroš Šefčovič x ARIANESPACE"],"date":["2017-09-22"],"summary":["Space policy"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-016461319755-04","ec-person-e74918e8eb8a9ef96da8cb06c0eae7ac5080d822"]}} -{"id":"ec-meeting-2017-09-22-693b98ad41346f55e4e95c1b1329dbc66525dbce","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-22 - Cabinet of President Jean-Claude Juncker x Centre for European Reform"],"date":["2017-09-22"],"summary":["Future of Europe"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-524976815651-12","ec-person-80c6995ad1cd6aefa72f1bf440b17b6d8c6dd4b8"]}} -{"id":"ec-meeting-2017-09-22-6a17741abc4f896462c79d1e4ddded55caba25c3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-22 - Cabinet of Commissioner Věra Jourová x LVMH Publica"],"date":["2017-09-22"],"summary":["Consumer protection online"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-a2ca9161feee56909a0e98b473c2d342c20fdb57","eu-tr-16094042309-21","ec-person-1e0e3a00ab815dea7c5b839b002ed2c7e34bfe0a"]}} -{"id":"ec-meeting-2017-09-22-6a3d182a054028918beac9a241be2cd6845ac024","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-22 - Cabinet of Vice-President Andrus Ansip x Mastercard Weber Shandwick"],"date":["2017-09-22"],"summary":["ePrivacy"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-52836621780-65","ec-person-5db7bdd1c81da2e70eb5b982097d0004111b5c3e","eu-tr-58204758673-16"]}} -{"id":"ec-meeting-2017-09-22-a15ee049c9379203ce713ccb0e7bcdf6e785a60c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-22 - Environment x ENEL SpA"],"date":["2017-09-22"],"summary":["Circular Economy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-env"],"involved":["eu-tr-6256831207-27","ec-person-3bc74ce04ea3f4ab4d91a5c88eef25b8b8a213b4"]}} -{"id":"ec-meeting-2017-09-22-a569cdb9b8be0b0ff6db62a0a2b8c76f534d6ca3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-22 - Cabinet of Commissioner Phil Hogan x American Chamber of Commerce to the European Union"],"date":["2017-09-22"],"summary":["Business matters"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Ireland"],"address":["Ireland"],"addressEntity":["addr-eb2131ece0efe78ee8bb1ae98af6099114a8df09"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-a1a78365cc4685b0958056646204977d8f2ead92","eu-tr-5265780509-97"]}} -{"id":"ec-meeting-2017-09-22-b8c34e649ea06f87df90f7421807ac4a8096f190","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-22 - Cabinet of Commissioner Věra Jourová x Hyundai Motor Company Brussels Office"],"date":["2017-09-22"],"summary":["Consumer protection, CO2 targets in cars"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-a2ca9161feee56909a0e98b473c2d342c20fdb57","eu-tr-67224683333-27","ec-person-1e0e3a00ab815dea7c5b839b002ed2c7e34bfe0a"]}} -{"id":"ec-meeting-2017-09-22-bb5e2b08c6201301d1a722d747738407772f838d","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2017-09-22 - Cabinet of Commissioner Violeta Bulc x Alliance for Logistics Innovation through Collaboration in Europe, ALICE"],"date":["2017-09-22"],"summary":["Meeting to discuss the Transport European Technology Platforms (ETPs)","Multimodality topics"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-006901422654-34","ec-person-e14c58f620f40325d829df7be0823280307bc15f"]}} -{"id":"ec-meeting-2017-09-22-c0d883039cafec2bb2d7a2896bcfcde020393db5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-22 - Cabinet of Commissioner Mariya Gabriel x Volvo AB"],"date":["2017-09-22"],"summary":["Connected Cars"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-51773601133-57","ec-person-77288fc6cc1d717936ac1a1d02ed679fd493b117"]}} -{"id":"ec-meeting-2017-09-22-c67e2d9ee1560824318517a1acd86c6fdc085ca5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-22 - Cabinet of Commissioner Mariya Gabriel x BOUYGUES EUROPE"],"date":["2017-09-22"],"summary":["Telecom"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["ec-person-d995d34a2f8b1f0bf6a17486f5699181d6a01e1c","eu-tr-91216972728-77"]}} -{"id":"ec-meeting-2017-09-22-e5f57c39bd4f38efbec1160c5e1470d555b024ff","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-22 - Cabinet of President Jean-Claude Juncker x Centre for European Policy Studies"],"date":["2017-09-22"],"summary":["Future of Europe"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-442e08d247d72bdef0fce4bf17477efe2a5bfe49","ec-person-80c6995ad1cd6aefa72f1bf440b17b6d8c6dd4b8","eu-tr-86853666704-95"]}} -{"id":"ec-meeting-2017-09-25-00bd1c2f8357b3cdcf9449f9d7f52c7df3d6d11a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-25 - Cabinet of Commissioner Carlos Moedas x European Union Chamber of Commerce in China"],"date":["2017-09-25"],"summary":["European presence in China/Horizon 2020"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["eu-tr-592343015058-67","ec-person-f7ccc3ad366dd2fdb24870e1c02ff2763539c82f"]}} -{"id":"ec-meeting-2017-09-25-135faa0ae6fe75472509164c630be4a512cff798","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2017-09-25 - Cabinet of Commissioner Mariya Gabriel x Bureau Européen des Unions de Consommateurs"],"date":["2017-09-25"],"summary":["Internet of Things","DSM priorities and policies for consumers"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-9505781573-45","ec-person-1674399a793e9e6fd7cf55b525515fc862fc9351","ec-person-d995d34a2f8b1f0bf6a17486f5699181d6a01e1c"]}} -{"id":"ec-meeting-2017-09-25-55bca617fd051c084a6f363019df84b9965e546e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-25 - Cabinet of Vice-President Maroš Šefčovič x Transport and Environment (European Federation for Transport and Environment)"],"date":["2017-09-25"],"summary":["MFF; cars"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-e74918e8eb8a9ef96da8cb06c0eae7ac5080d822","eu-tr-58744833263-19"]}} -{"id":"ec-meeting-2017-09-25-59786193dc01e65011b5b05d399cba56a3d33ce8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-25 - Cabinet of Commissioner Mariya Gabriel x United Internet AG"],"date":["2017-09-25"],"summary":["Digital Internal Market Strategy"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-31650149406-33","ec-person-fc1068d79545d1659bf47e9b62bfb0aed175629e"]}} -{"id":"ec-meeting-2017-09-25-67caae1aa3e35397dbefb4da7b8571e8936fedd7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-25 - Cabinet of Commissioner Mariya Gabriel x IFPI Representing recording industry worldwide"],"date":["2017-09-25"],"summary":["Music in Europe and the EU's Copyright Directive proposal"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-60394321918-91","ec-person-13ac9a19d8d04f97c0d32603d014df0dd4e1cd2a"]}} -{"id":"ec-meeting-2017-09-25-797e243def6a1256b2be634a90d1796ff269107a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-25 - Cabinet of Commissioner Violeta Bulc x Eurelectric aisbl"],"date":["2017-09-25"],"summary":["Meeting to discuss CO2 emission standards for cars and vans as well as the reform of the Clean Vehicles Directive"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-4271427696-87","ec-person-e14c58f620f40325d829df7be0823280307bc15f"]}} -{"id":"ec-meeting-2017-09-25-7f472a0ac499b1c577e76b7e57bb3b322fbae599","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-25 - Cabinet of Commissioner Tibor Navracsics x IFPI Representing recording industry worldwide"],"date":["2017-09-25"],"summary":["Digital single market, copyright reform"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["eu-tr-60394321918-91","ec-person-49f31dad10f5641cb1d1e4c3107dd838389e8120"]}} -{"id":"ec-meeting-2017-09-25-a148097b6d4cc59c5cc5a9e71701da8b8a2a305a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-25 - Cabinet of Vice-President Miguel Arias Cañete x Eurelectric aisbl"],"date":["2017-09-25"],"summary":["Mobility Package"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-4271427696-87","ec-person-25a937c04cd0a0ddcf5cf34798e76b5105854114"]}} -{"id":"ec-meeting-2017-09-25-a42ac43fa59c8ed0531088a3e06f10e50a8fabd8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-25 - Cabinet of Commissioner Corina Crețu x SMEunited aisbl"],"date":["2017-09-25"],"summary":["Future of Cohesion Policy"],"notes":["Portfolio: Regional Policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-corina-cretu-of"],"involved":["eu-tr-55820581197-35","ec-person-c9d4945f28454cc49c4ea188c82e64b0dac3bd73"]}} -{"id":"ec-meeting-2017-09-25-c07dc5410f930fbe901197281ab7eac893484169","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-25 - Financial Stability, Financial Services and Capital Markets Union x ShareAction Europe"],"date":["2017-09-25"],"summary":["sustainable finance"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-75791956264-20","ec-person-bdee7a93f95c8ef05079539170139b3c02e8ed96"]}} -{"id":"ec-meeting-2017-09-25-c26722b07ee18379b1694b3c717124deb2e08ab0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-25 - Cabinet of Vice-President Valdis Dombrovskis x Cboe Europe Limited"],"date":["2017-09-25"],"summary":["CMU; MIFID; EMIR"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-262967515153-20","ec-person-eec82261c60167b261e56ad1e2bfb4c482db6191"]}} -{"id":"ec-meeting-2017-09-25-c4853bfa7b8f4457c23f27e0684ba01a64b1bb59","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-25 - Cabinet of Vice-President Jyrki Katainen x ENEL SpA Eurelectric aisbl Finnish Energy - Energiateollisuus ry"],"date":["2017-09-25"],"summary":["CO2 emission standards for cars and vans, reform of the Clean Vehicles Directive"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-68861821910-84","eu-tr-4271427696-87","ec-person-0da85dc48012e26688310a59a0b51727ea68f410","eu-tr-6256831207-27"]}} -{"id":"ec-meeting-2017-09-25-de9acd2be563320d91de4cbbddc6ba2863e63f09","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-25 - Cabinet of Commissioner Violeta Bulc x European Cyclists' Federation"],"date":["2017-09-25"],"summary":["EU Cycling Strategy follow up"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-28451455737-18","ec-person-e14c58f620f40325d829df7be0823280307bc15f"]}} -{"id":"ec-meeting-2017-09-25-e79d3ffcc87409b70dd4ac53a72727854d49cf4c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-25 - Cabinet of Commissioner Vytenis Andriukaitis x Gilead Sciences"],"date":["2017-09-25"],"summary":["Hepatitis B and C, HIV"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["eu-tr-258845020786-10","ec-person-d462b3c7daeee00ad55e380a7fb96819f79899df"]}} -{"id":"ec-meeting-2017-09-25-e7fba626d141a5bca41d3d3e74b1727b34a227fe","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-25 - Cabinet of Vice-President Maroš Šefčovič x Business Bridge Europe"],"date":["2017-09-25"],"summary":["Conference EU Space Policy"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-e74918e8eb8a9ef96da8cb06c0eae7ac5080d822","eu-tr-72856225852-31"]}} -{"id":"ec-meeting-2017-09-25-f7403d8a01d0dbf4567d69b5a770f4cc8a599826","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-25 - Financial Stability, Financial Services and Capital Markets Union x NASDAQ"],"date":["2017-09-25"],"summary":["Brexit, Capital Markets Union and MiFID ll"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-76648765687-29","ec-person-bdee7a93f95c8ef05079539170139b3c02e8ed96"]}} -{"id":"ec-meeting-2017-09-25-f78336b5cc1127a2ee38fe64d1eeef003c1f757e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-25 - Cabinet of Commissioner Mariya Gabriel x Infineon Technologies AG"],"date":["2017-09-25"],"summary":["Cybersecurity"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-10751968675-85","ec-person-fc1068d79545d1659bf47e9b62bfb0aed175629e"]}} -{"id":"ec-meeting-2017-09-26-0020efc3cd3ab4972108b09310e0bdb2d71414e5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-26 - Cabinet of Commissioner Mariya Gabriel x Asociación Española de Editoriales de Publicaciones Periódicas"],"date":["2017-09-26"],"summary":["Innovative Media Publishers"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-611457227664-80","ec-person-13ac9a19d8d04f97c0d32603d014df0dd4e1cd2a"]}} -{"id":"ec-meeting-2017-09-26-155fdb633ab52507eaea40879415e1d89d6468e7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-26 - Cabinet of President Jean-Claude Juncker x Galp Energia, SGPS, SA"],"date":["2017-09-26"],"summary":["Energy Union"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-959972115771-67","ec-person-b1bf9aa5fb7e886441ff341b657cc482b64a2a3e"]}} -{"id":"ec-meeting-2017-09-26-1732487cc55cb4c28ad8387b81bd9c8534f66eb2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-26 - Cabinet of Vice-President Andrus Ansip x InterDigital, Inc."],"date":["2017-09-26"],"summary":["SEPs"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-787513017798-23","ec-person-6a03bc4fa7657513ea34529e98dba0671ef4c849"]}} -{"id":"ec-meeting-2017-09-26-1809eadb638e13c35e162754832622933d94f1ae","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-26 - Cabinet of Vice-President Andrus Ansip x European Cyber Security Organisation"],"date":["2017-09-26"],"summary":["Cybersecurity Package"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-3ca0c466b8ff230d4409591430b388007ce14ff8","eu-tr-684434822646-91"]}} -{"id":"ec-meeting-2017-09-26-22791a6a3821e8611131d4737994ed622a239b7a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-26 - Cabinet of Commissioner Elżbieta Bieńkowska x BUSINESSEUROPE"],"date":["2017-09-26"],"summary":["EU industrial policy"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-3978240953-79","ec-person-b2f9be51339f054477846797e2c119fcf16548fc"]}} -{"id":"ec-meeting-2017-09-26-2941f2dcff090de713345c43919d6df924f01038","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-26 - Trade x European Union Chamber of Commerce in China"],"date":["2017-09-26"],"summary":["Chinese Business Climate"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-trade"],"involved":["eu-tr-592343015058-67","ec-person-bde9bb099f5d24c52ca4a9255cefc99a5b87a650"]}} -{"id":"ec-meeting-2017-09-26-349c1972aa88166c290cefb4d22c7cd8702ccb8a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-26 - Cabinet of Vice-President Miguel Arias Cañete x Carbon Market Watch WWF European Policy Programme Transport and Environment (European Federation for Transport and Environment) Greenpeace European Unit ACT Alliance Advocacy to the European Union Climate Action Network Europe"],"date":["2017-09-26"],"summary":["Clean energy package, cars and vans, international agenda"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-75365248559-90","eu-tr-58744833263-19","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd","eu-tr-1414929419-24","eu-tr-55888811123-49","eu-tr-5189768701-12","eu-tr-9832909575-41"]}} -{"id":"ec-meeting-2017-09-26-36ec6a07489f6361bf3d37292072d24c2f8f642e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-26 - Cabinet of Commissioner Mariya Gabriel x European Business Summit Network"],"date":["2017-09-26"],"summary":["EBS future events"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["ec-person-fc1068d79545d1659bf47e9b62bfb0aed175629e","eu-tr-268958411031-65"]}} -{"id":"ec-meeting-2017-09-26-38ebbfda75679f9a638a4ff1676428504c25f5c9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-26 - Cabinet of Commissioner Marianne Thyssen x SYNTRA Midden-Vlaanderen"],"date":["2017-09-26"],"summary":["New Skills Agenda for Europe and dual learning"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["ec-person-c508e9337eca6b067c1f966b82de49c4824a3ad0","eu-tr-170544928182-42"]}} -{"id":"ec-meeting-2017-09-26-4e08bcd3088281590c3006510af9b62014d19020","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-26 - Cabinet of Vice-President Jyrki Katainen x Endocrine Society"],"date":["2017-09-26"],"summary":["EU policy on endocrine disruptors"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-c50e8c2cc390c5efb0626988d173bc6758459e0f","eu-tr-779755615332-09"]}} -{"id":"ec-meeting-2017-09-26-56a2362bcaf1bf76e4d3fa8b59e6df3e4e50614e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-26 - Cabinet of Commissioner Mariya Gabriel x Bayerische Motoren Werke Aktiengesellschaft"],"date":["2017-09-26"],"summary":["Debate BMW Group Policy Dialogue / Digital is central - Shaping and Designing the Future in Europe"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-7193977808-18","ec-person-77288fc6cc1d717936ac1a1d02ed679fd493b117"]}} -{"id":"ec-meeting-2017-09-26-62d519c2365a2c19426274b0b81c61832f3413d8","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2017-09-26 - Cabinet of Commissioner Mariya Gabriel x DIGITALEUROPE"],"date":["2017-09-26"],"summary":["DSM priorities and policies","DSM; free flow of data; spectrum"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-64270747023-20","ec-person-1674399a793e9e6fd7cf55b525515fc862fc9351","ec-person-d995d34a2f8b1f0bf6a17486f5699181d6a01e1c"]}} -{"id":"ec-meeting-2017-09-26-667272c2f7b60f6b735d44ae9baaf7d9f8338be6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-26 - Cabinet of Commissioner Corina Crețu x Assembly of European Regions"],"date":["2017-09-26"],"summary":["Future of Cohesion Policy Post-2020"],"notes":["Portfolio: Regional Policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-corina-cretu-of"],"involved":["eu-tr-480267313069-44","ec-person-2ab6296ada57eee7b1af6a77e7ff23cf6b0b1ccf"]}} -{"id":"ec-meeting-2017-09-26-804679cc89c56d86faafa6959a0ed6c025b540c2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-26 - Cabinet of Commissioner Věra Jourová x Global Witness"],"date":["2017-09-26"],"summary":["AMLD"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-f329292459cb1badb7fb7c6b67b698c441931bb2","eu-tr-10439809375-73"]}} -{"id":"ec-meeting-2017-09-26-81fab312b7c1fc3699d42a17fadadaf3b1bb1171","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-26 - Cabinet of Commissioner Tibor Navracsics x Network of European Regions for a Competitive and Sustainable Tourism"],"date":["2017-09-26"],"summary":["European Year of Cultural Heritage"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-49f31dad10f5641cb1d1e4c3107dd838389e8120","eu-tr-862709022846-11"]}} -{"id":"ec-meeting-2017-09-26-8956f61720eebd4ee3920cae5aeec870160f5854","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-26 - Secretariat-General x European Union Chamber of Commerce in China"],"date":["2017-09-26"],"summary":["EU General Affairs"],"location":["Brussels/Belgium"],"address":["Brussels/Belgium"],"addressEntity":["addr-c476280916fa20b5023288c48bfbed9c057a1c28"],"organizer":["ec-dg-sg"],"involved":["eu-tr-592343015058-67","ec-person-6aa97634438bb481caaf90d7277bdc0b062d44fb"]}} -{"id":"ec-meeting-2017-09-26-a5a9cb36cd2c9f6fb072dbd4147d82e96ccfd6d3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-26 - Cabinet of Vice-President Miguel Arias Cañete x Bureau Européen des Unions de Consommateurs"],"date":["2017-09-26"],"summary":["Mobility Package"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-9505781573-45","ec-person-25a937c04cd0a0ddcf5cf34798e76b5105854114"]}} -{"id":"ec-meeting-2017-09-26-b13438a1083a29af152357f38790a49452a29273","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-26 - Cabinet of Commissioner Phil Hogan x Ibec"],"date":["2017-09-26"],"summary":["Threats to the continued growth of Spirits Industry"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-a1a78365cc4685b0958056646204977d8f2ead92","eu-tr-479468313744-50"]}} -{"id":"ec-meeting-2017-09-26-b323877c62622f7cb2aa6f4acdec889813d3cf6e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-26 - Cabinet of Vice-President Miguel Arias Cañete x ista International GmbH"],"date":["2017-09-26"],"summary":["Energy Efficiency"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-347997326951-73","ec-person-25a937c04cd0a0ddcf5cf34798e76b5105854114"]}} -{"id":"ec-meeting-2017-09-26-b619a1b8e43d2455b1ba061e343e2507aebdd0ca","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-26 - Financial Stability, Financial Services and Capital Markets Union x European Union Chamber of Commerce in China"],"date":["2017-09-26"],"summary":["banking, insurance and consumer finance sectors, EU-China Investment Agreement"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-592343015058-67","ec-person-bdee7a93f95c8ef05079539170139b3c02e8ed96"]}} -{"id":"ec-meeting-2017-09-26-bace307375095d6aa75f03b83f22dc386ca07f16","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-26 - Agriculture and Rural Development x European Union Chamber of Commerce in China"],"date":["2017-09-26"],"summary":["Exchange of views"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-agri"],"involved":["eu-tr-592343015058-67","ec-person-7bc7204a153f98afbf1ad1cffbdd10d06d9ae166"]}} -{"id":"ec-meeting-2017-09-26-c61c8fa820090e6e99d9eb2c465717ff866112fa","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-26 - Cabinet of Commissioner Violeta Bulc x Google"],"date":["2017-09-26"],"summary":["how Google's services support the European economy and employment, the competitive landscape online"],"notes":["Portfolio: Transport"],"location":["Bruxelles"],"address":["Bruxelles"],"addressEntity":["addr-b58f5927b66d94a676970dc048485d4c6848f272"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-03181945560-59","ec-person-cb7aaf75b4c195481f149f904bc28b4e2ac2b7ab"]}} -{"id":"ec-meeting-2017-09-26-d07470bf9df76f8a1bd34912997508024673d918","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-26 - Cabinet of Commissioner Mariya Gabriel x Application Developers Alliance"],"date":["2017-09-26"],"summary":["Introduction and EC Android Investigation"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-135037514504-30","ec-person-d995d34a2f8b1f0bf6a17486f5699181d6a01e1c"]}} -{"id":"ec-meeting-2017-09-26-d1962083329fd97d09ec63db7d3a1fd11936c0bd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-26 - Cabinet of Vice-President Jyrki Katainen x InterDigital, Inc."],"date":["2017-09-26"],"summary":["Standard essential patents"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-787513017798-23","ec-person-81b1dda49062e5dac42bdad9273fa72968a2c325"]}} -{"id":"ec-meeting-2017-09-26-d2021da6278fb5280c07ba871b3a7750778cfd07","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-26 - Cabinet of Vice-President Andrus Ansip x IP Europe VZW"],"date":["2017-09-26"],"summary":["FRAND & ‘access for all’ principles"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-562316318576-78","ec-person-6a03bc4fa7657513ea34529e98dba0671ef4c849"]}} -{"id":"ec-meeting-2017-09-26-d3e07a4cce03c1469be1fbc66b54365420657f7c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-26 - Migration and Home Affairs x Institut für Europäische Politik e.V."],"date":["2017-09-26"],"summary":["Lunch Debate on the future of the Common European Asylum System"],"location":["Berlin, Germany"],"address":["Berlin, Germany"],"addressEntity":["addr-45087614a913d81becb706e8469c1cd56b027e7f"],"organizer":["ec-dg-home"],"involved":["eu-tr-38294452695-12","ec-person-ae1262e8850ed1e9a0530b0ad7440ac648255896"]}} -{"id":"ec-meeting-2017-09-26-e22e4c067e8a9fe814b84d0b3472f05db3a8fdde","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-26 - Cabinet of Commissioner Violeta Bulc x Airports Council International - European Region"],"date":["2017-09-26"],"summary":["ACI EUROPE & the European Aviation Club Luncheon"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-42566063487-73","ec-person-9d4dc4867a44dfe10f67ae7ee1706da3e8b48a24"]}} -{"id":"ec-meeting-2017-09-26-e6715b8e3ee8a0fb09a6764f6943da8f33291be8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-26 - Cabinet of Commissioner Mariya Gabriel x Serentschy Advisory Services GmbH"],"date":["2017-09-26"],"summary":["Telecom Code"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-676350219556-09","ec-person-d995d34a2f8b1f0bf6a17486f5699181d6a01e1c"]}} -{"id":"ec-meeting-2017-09-26-ec67bef2122236b0015c082b04b646f3ae2098ea","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-26 - Energy x European Union Chamber of Commerce in China"],"date":["2017-09-26"],"summary":["Energy developments"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-592343015058-67","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2017-09-27-0b81739717300f828ddda7ed344081aa658ceb68","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-27 - Cabinet of First Vice-President Frans Timmermans x 3M Westinghouse Electric UK Holdings Ltd. Dow Europe GmbH Burson Cohn & Wolfe Sprl ExxonMobil Petroleum & Chemical"],"date":["2017-09-27"],"summary":["Discussion on the Future of Europe"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-82770116544-06","eu-tr-0745650927-75","ec-person-1bc3e2272ec82a894153feccd4f285ae594f7b3b","eu-tr-9155503593-86","eu-tr-91425447458-88","eu-tr-38235121060-73"]}} -{"id":"ec-meeting-2017-09-27-0bd8b16b8e040c969d6ee30c6c182f941227753e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-27 - Cabinet of Commissioner Marianne Thyssen x UNI Europa European Cleaning and Facility Services Industry European Banking Federation"],"date":["2017-09-27"],"summary":["Revision of the Written Statement Directive"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["ec-person-cfb8d8d884367ef98b079fcd883ece7c89ec28e2","eu-tr-43785827982-59","eu-tr-79863609229-39","eu-tr-4722660838-23","ec-person-7567514af00f139b390cf9864d28a090ca0fde25"]}} -{"id":"ec-meeting-2017-09-27-0f12eea5689600c9c7c180a23c25baa91a9f9b23","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-27 - Cabinet of Commissioner Carlos Moedas x InterDigital, Inc."],"date":["2017-09-27"],"summary":["Standard essential patents"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["eu-tr-787513017798-23","ec-person-a6e757d2928b639b876fd492ddee1fc1420908bf"]}} -{"id":"ec-meeting-2017-09-27-21571078132b042f4459d7acabe66c31f60bd605","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2017-09-27 - Cabinet of Commissioner Mariya Gabriel x Orange"],"date":["2017-09-27"],"summary":["réglementation sectorielle; numérique; télécommunications","DSM policies - Electronic Communication Code - Connectivity in Europe - 5G"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-76704342721-41","ec-person-1674399a793e9e6fd7cf55b525515fc862fc9351","ec-person-d995d34a2f8b1f0bf6a17486f5699181d6a01e1c"]}} -{"id":"ec-meeting-2017-09-27-2f3178e1fe5a2d639aca55c8041145ee31b1c851","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-27 - Environment x EPTISA SERVICIOS DE INGENIERIA"],"date":["2017-09-27"],"summary":["Circular Economy Missions"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-env"],"involved":["eu-tr-008059428442-34","ec-person-3bc74ce04ea3f4ab4d91a5c88eef25b8b8a213b4"]}} -{"id":"ec-meeting-2017-09-27-330908c5e1e8831fe5f818e1114702f7291bc0c4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-27 - Cabinet of Commissioner Věra Jourová x Refinitiv"],"date":["2017-09-27"],"summary":["GDPR"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-3269ef00f0778677e6f4c8e0f72ce019084206fb","ec-person-184e698af1eb9e33b179680570ca171d8cb31c94","eu-tr-51334142356-37"]}} -{"id":"ec-meeting-2017-09-27-58f4019bc1e0f9b3e4be7925432b2c1ecc2518f1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-27 - Cabinet of Commissioner Phil Hogan x Conseil Européen des Jeunes Agriculteurs"],"date":["2017-09-27"],"summary":["Address conference"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-849413211923-25","ec-person-a1a78365cc4685b0958056646204977d8f2ead92"]}} -{"id":"ec-meeting-2017-09-27-5a522d5ab4b4c257b4e7e0a05c9412a92235bfc1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-27 - Cabinet of Vice-President Miguel Arias Cañete x Repsol, S.A."],"date":["2017-09-27"],"summary":["Gas policy in the EU"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-69240395197-02","ec-person-2229c857664a22dcb8eee79a8c05841fd3d0924f"]}} -{"id":"ec-meeting-2017-09-27-6b415ef647b3fc9b0747cd0d05515493fa4b3722","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-27 - Cabinet of Vice-President Günther Oettinger x KfW Bankengruppe"],"date":["2017-09-27"],"summary":["Multiannual Financial Framework"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["ec-person-1a98ebdc65a0fda494d1f6eb6fb74247a3036490","ec-person-b17d355ca19058898aba2ec032de59f8701d47f5","eu-tr-79019799690-13"]}} -{"id":"ec-meeting-2017-09-27-75041fda97b85cc0a938e018268ef38baefe4ee4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-27 - Cabinet of Commissioner Tibor Navracsics x JA Europe"],"date":["2017-09-27"],"summary":["Entrepreneurial learning"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-1da7ee09d46288ee4ea9db2b644bdcf9c3d6d000","eu-tr-640075618084-13"]}} -{"id":"ec-meeting-2017-09-27-87d528d15623cb7a5efaee782b5ea6ae8f60bbf5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-27 - Internal Market, Industry, Entrepreneurship and SMEs x European Union Chamber of Commerce in China"],"date":["2017-09-27"],"summary":["Presentation of the main elements of EUCCC's annual position paper"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-grow"],"involved":["eu-tr-592343015058-67","ec-person-60a3d0d628d231b41af1d0c65607b0fd78ca4edc"]}} -{"id":"ec-meeting-2017-09-27-a216385148ba4aa314e1e8f38d0f7c690a857ee2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-27 - Cabinet of Commissioner Phil Hogan x Bureau Européen de l'Agriculture Française"],"date":["2017-09-27"],"summary":["Business discussion"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-400dd8d59d3060187d9b9b143d697da1a3d03c12","eu-tr-23921286363-39"]}} -{"id":"ec-meeting-2017-09-27-a39b9ccb8f003ce94ddab1ff70df62693a9b1dd6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-27 - Cabinet of Commissioner Violeta Bulc x DFS Deutsche Flugsicherung GmbH"],"date":["2017-09-27"],"summary":["Discussion on drone project"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-80667711712-64","ec-person-9d4dc4867a44dfe10f67ae7ee1706da3e8b48a24"]}} -{"id":"ec-meeting-2017-09-27-a7258ec2d4ad65bf1db97c26847ebf5bc81fdf2a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-27 - Cabinet of Vice-President Jyrki Katainen x Vodafone Belgium SA"],"date":["2017-09-27"],"summary":["Digital Single Market, Competitiveness"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-f9208d930adc70c6c64e21701e48f85f6f18e949","eu-tr-90142503473-81"]}} -{"id":"ec-meeting-2017-09-27-abe83f7131416cc0e30fcaa0597b46f065a4de4d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-27 - Health and Food Safety x Boiron"],"date":["2017-09-27"],"summary":["Discussion on AMR"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-sante"],"involved":["eu-tr-339652421108-93","ec-person-3c7fdbe0c1c235777d916309465339b7ed1666f6"]}} -{"id":"ec-meeting-2017-09-27-b06c87d56ecc84dc97cffd6cfecececc16396f02","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-27 - Cabinet of Vice-President Günther Oettinger x Assembly of European Regions"],"date":["2017-09-27"],"summary":["Reflection paper on the future of the EU finances"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-480267313069-44","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2017-09-27-b2586f52bf597183179ac925152be71e9e05ab3a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-27 - Cabinet of Commissioner Julian King x Rapiscan Systems Ltd"],"date":["2017-09-27"],"summary":["Security screening"],"notes":["Portfolio: Security Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-julian-king-of"],"involved":["eu-tr-975055628018-59","ec-person-7bf4bf39d5d06955fc37d23e107675489c4e8729"]}} -{"id":"ec-meeting-2017-09-27-b90b53d8d26fd6b4bd981eea584fb58770e88d36","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-27 - Cabinet of Commissioner Mariya Gabriel x VMware International Unlimited Company"],"date":["2017-09-27"],"summary":["EU Cybersecurity Strategy"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-922046321682-57","ec-person-fc1068d79545d1659bf47e9b62bfb0aed175629e"]}} -{"id":"ec-meeting-2017-09-27-c9bd8432e2144431ab0db6e1ab157c67457b353d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-27 - Cabinet of Commissioner Elżbieta Bieńkowska x Zentralverband des Deutschen Handwerks e.V."],"date":["2017-09-27"],"summary":["services card"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-5189667783-94","ec-person-d2997a7f359c91a337055c3e24dd36bf928de38d","ec-person-daef7f819b2f3ffe5e4f5d8eb2782954f3c4a4e2"]}} -{"id":"ec-meeting-2017-09-27-c9f9c6947cba0de2cec1db07fa4968cad4bef18c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-27 - Cabinet of Commissioner Julian King x Broadcom"],"date":["2017-09-27"],"summary":["Cybersecurity"],"notes":["Portfolio: Security Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-julian-king-of"],"involved":["eu-tr-240029014014-18","ec-person-8534d5829e2b89b2389ad8651205fee73503f559"]}} -{"id":"ec-meeting-2017-09-27-cf4094691a4bdf164baf0a31feb38df23d0eb1f5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-27 - Internal Market, Industry, Entrepreneurship and SMEs x Médecins Sans Frontières International"],"date":["2017-09-27"],"summary":["Discussion of supplementary protection certificates for medicinal products in the EU"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-grow"],"involved":["eu-tr-928308827208-10","ec-person-60a3d0d628d231b41af1d0c65607b0fd78ca4edc"]}} -{"id":"ec-meeting-2017-09-27-da41c8f8d1b750770b43c59bae86a7cf11d519ec","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-27 - Cabinet of Vice-President Jyrki Katainen x Technology Industries of Finland (Teknologiateollisuus ry) Aula Europe"],"date":["2017-09-27"],"summary":["Circular economy"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-88742028087-64","ec-person-0da85dc48012e26688310a59a0b51727ea68f410","eu-tr-39705603497-38"]}} -{"id":"ec-meeting-2017-09-27-dae6dc7c8087eeb68233072bfcc4382967388419","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-27 - Cabinet of Vice-President Cecilia Malmström x Confederation of Finnish Industries EK"],"date":["2017-09-27"],"summary":["EU topical issues"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-5d4088e1913284a765aed8445f448f6ff341f1b3","ec-person-20ded9db5df11164331bb161fdf234b1e5ad53fd","eu-tr-1274604847-34"]}} -{"id":"ec-meeting-2017-09-27-de51e318ba6ad00723738d941ba79061cf62c0d5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-27 - Cabinet of Vice-President Cecilia Malmström x iEthanol, the European Industrial Ethanol Association"],"date":["2017-09-27"],"summary":["ongoing negotiations with Mercosur"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-97917488002-56","ec-person-98880f3f4206145e196013db9dd806a551c11e06"]}} -{"id":"ec-meeting-2017-09-27-e49aa7acc218d3d77847c8f9690129dd1c9077b9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-27 - Cabinet of Commissioner Tibor Navracsics x Europos humanitarinis universitetas"],"date":["2017-09-27"],"summary":["Exchange of views on state of play"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-33076d1a800ce856f29bbab43813a5a80eef2da0","eu-tr-133202128447-22"]}} -{"id":"ec-meeting-2017-09-27-f67dfc404bf34de529660197550c9c1c6f95d544","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-27 - Cabinet of Commissioner Violeta Bulc x European Union Chamber of Commerce in China"],"date":["2017-09-27"],"summary":["Meeting with EU Chamber of Commerce in China"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-592343015058-67","ec-person-be830229e281863b280fbdedb9755116218a1b6d"]}} -{"id":"ec-meeting-2017-09-27-f8e8ca0ec7e3764a6e12402ef4ed837d9b9883ce","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-27 - Cabinet of President Jean-Claude Juncker x Platform of European Social NGOs"],"date":["2017-09-27"],"summary":["Priorités sociales de la Commission européenne"],"notes":["Portfolio: President"],"location":["Bruxelles"],"address":["Bruxelles"],"addressEntity":["addr-b58f5927b66d94a676970dc048485d4c6848f272"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-85083981189-35","ec-person-98eba7ab1446c6dce384fdc2ecd48c7cadf9ee4e"]}} -{"id":"ec-meeting-2017-09-28-10bb457cfb6dfb1a527b7919fdbbd931c2918acc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-28 - Competition x European Union Chamber of Commerce in China"],"date":["2017-09-28"],"summary":["To review competition trends"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-comp"],"involved":["eu-tr-592343015058-67","ec-person-8600a621c9aef12fc33b708e13b3cd3d5fa5696b"]}} -{"id":"ec-meeting-2017-09-28-19e1b9239ab270ad80d7db7109133b583af95156","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-28 - Cabinet of High Representative / Vice-President Federica Mogherini x Associazione Bancaria Italiana"],"date":["2017-09-28"],"summary":["Financial services"],"notes":["Portfolio: Foreign Affairs and Security Policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"involved":["eu-tr-915519211566-03","ec-person-0d87d503aa00db1df141f3b1bfea3e0ccb43ece9"]}} -{"id":"ec-meeting-2017-09-28-1d6a982eaa1a2c27b252a622c5ff542a711b2c51","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-28 - Mobility and Transport x Régie Autonome des Transports Parisiens"],"date":["2017-09-28"],"summary":["Electro-mobility and autonomous vehicles"],"location":["Paris, France"],"address":["Paris, France"],"addressEntity":["addr-c70534aa18173b860a10a50a47b139c4a581cbf6"],"organizer":["ec-dg-move"],"involved":["ec-person-26cdfacae671b09917bee1a91c91973941fa58a2","eu-tr-782461923540-48"]}} -{"id":"ec-meeting-2017-09-28-2390b91dbecc9331765fcd38ee34803c3670bd59","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-28 - Cabinet of Commissioner Tibor Navracsics x World Economic Forum"],"date":["2017-09-28"],"summary":["WE forum - Future of entertainment and media"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-49f31dad10f5641cb1d1e4c3107dd838389e8120","eu-tr-389715028237-59"]}} -{"id":"ec-meeting-2017-09-28-252781a4947e44298291249eba9bf668eee384a5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-28 - Mobility and Transport x Société nationale SNCF"],"date":["2017-09-28"],"summary":["French rail policy and operations"],"location":["Paris, France"],"address":["Paris, France"],"addressEntity":["addr-c70534aa18173b860a10a50a47b139c4a581cbf6"],"organizer":["ec-dg-move"],"involved":["ec-person-26cdfacae671b09917bee1a91c91973941fa58a2","eu-tr-97914681026-14"]}} -{"id":"ec-meeting-2017-09-28-490d2c50cda984b03ba2569c9261f56a4d24e033","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-28 - Cabinet of Commissioner Mariya Gabriel x Telia Company AB"],"date":["2017-09-28"],"summary":["digitalization in Europe"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-381805014604-45","ec-person-d995d34a2f8b1f0bf6a17486f5699181d6a01e1c"]}} -{"id":"ec-meeting-2017-09-28-51d44ce7304c13daa304df85102c9fc1b22b31cd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-28 - Cabinet of Commissioner Julian King x Kreab"],"date":["2017-09-28"],"summary":["Cybersecurity"],"notes":["Portfolio: Security Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-julian-king-of"],"involved":["eu-tr-1078390517-54","ec-person-8534d5829e2b89b2389ad8651205fee73503f559"]}} -{"id":"ec-meeting-2017-09-28-551d5028ea2c84fc6ea4a35e65f5cff53ec911cb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-28 - Mobility and Transport x CONSEIL DE COOPERATION ECONOMIQUE"],"date":["2017-09-28"],"summary":["Digitalisation in transport"],"location":["Paris, France"],"address":["Paris, France"],"addressEntity":["addr-c70534aa18173b860a10a50a47b139c4a581cbf6"],"organizer":["ec-dg-move"],"involved":["ec-person-26cdfacae671b09917bee1a91c91973941fa58a2","eu-tr-146893419149-74"]}} -{"id":"ec-meeting-2017-09-28-573f388f0c65bbf1b3a4ef9b45ce2db327368dfa","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-28 - Cabinet of Commissioner Mariya Gabriel x Telefonica, S.A."],"date":["2017-09-28"],"summary":["telecommunications"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-52431421-12","ec-person-d995d34a2f8b1f0bf6a17486f5699181d6a01e1c"]}} -{"id":"ec-meeting-2017-09-28-60978bfb10112058b90fd2703b2ba8de950d2239","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-28 - Cabinet of Commissioner Elżbieta Bieńkowska x World Travel & Tourism Council"],"date":["2017-09-28"],"summary":["Europe’s travel & tourism industry"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-348115818639-60","ec-person-3d55409fa049ff6b397a9afc2fcc21bc7c409f0d"]}} -{"id":"ec-meeting-2017-09-28-68f35b1ce54608eec6f652f30bf79034021de7d8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-28 - Cabinet of Commissioner Pierre Moscovici x European Chamber"],"date":["2017-09-28"],"summary":["EU Chinese relations"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["eu-tr-130840827615-70","ec-person-18ec03f403696ecde522f7843ba9c4ff6335ead4"]}} -{"id":"ec-meeting-2017-09-28-705c41e70a906f6a0e4cba4a1ba72ee2af5e0464","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-28 - Cabinet of Vice-President Valdis Dombrovskis x Futures Industry Association, Inc."],"date":["2017-09-28"],"summary":["EMIR review; CCP Recovery & Resolution; MiFID"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-803137414612-21","ec-person-48f31156d932641826e09f5b73f074d35ff05786","ec-person-537401fc0be04984531b83660f416bf2fe14fbd8","ec-person-eec82261c60167b261e56ad1e2bfb4c482db6191"]}} -{"id":"ec-meeting-2017-09-28-7648b98abe52907ad71b5a50ab32dcacef7a8347","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-28 - Internal Market, Industry, Entrepreneurship and SMEs x BT Group plc"],"date":["2017-09-28"],"summary":["Meeting with British Telecom concerning digital transformation of industry"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-grow"],"involved":["eu-tr-00919034091-89","ec-person-60a3d0d628d231b41af1d0c65607b0fd78ca4edc"]}} -{"id":"ec-meeting-2017-09-28-81c672232d6eb21308bf0316b36e71cd297f1b28","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-28 - Cabinet of Commissioner Mariya Gabriel x HyTrust Incorporated"],"date":["2017-09-28"],"summary":["Cloud security"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-107605926091-78","ec-person-fc1068d79545d1659bf47e9b62bfb0aed175629e"]}} -{"id":"ec-meeting-2017-09-28-881d26d4ea191d460e17ae4a29da50f70f0358df","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-28 - Cabinet of Commissioner Phil Hogan x WWF European Policy Programme"],"date":["2017-09-28"],"summary":["Prepare Water and Agriculture event on 28 September 2017"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-1414929419-24","ec-person-b0d24e81234b490dd841a09b69892304b27fc6a8"]}} -{"id":"ec-meeting-2017-09-28-a0969dab58ffcacc06bc89283280f95c60183ad9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-28 - Cabinet of High Representative / Vice-President Federica Mogherini x Amnesty International Limited"],"date":["2017-09-28"],"summary":["Turkey"],"notes":["Portfolio: Foreign Affairs and Security Policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"involved":["eu-tr-11063928073-34","ec-person-ffe369688b1df8f09154d965f094473d619d72e0"]}} -{"id":"ec-meeting-2017-09-28-a18842ae2c16c6ac71865a498095d7376f1033ef","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-28 - Cabinet of Commissioner Věra Jourová x FERRERO International"],"date":["2017-09-28"],"summary":["Dual quality of products"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-a2ca9161feee56909a0e98b473c2d342c20fdb57","eu-tr-04268127542-74","ec-person-184e698af1eb9e33b179680570ca171d8cb31c94"]}} -{"id":"ec-meeting-2017-09-28-a5b774d0eac4c2947611e991023d6f2092c58c4f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-28 - Cabinet of Commissioner Violeta Bulc x Hyperloop Technology, Inc."],"date":["2017-09-28"],"summary":["Hyperloop Company to discuss the possibilities in Europe and also about the Helsinki-Tallinn tunnel"],"notes":["Portfolio: Transport"],"location":["Bruxelles"],"address":["Bruxelles"],"addressEntity":["addr-b58f5927b66d94a676970dc048485d4c6848f272"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-141943922230-37","ec-person-be830229e281863b280fbdedb9755116218a1b6d"]}} -{"id":"ec-meeting-2017-09-28-aae655fde45f314ed52cc56d4e3c09d97b65170e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-28 - Cabinet of Commissioner Dimitris Avramopoulos x Global Business Travel Association"],"date":["2017-09-28"],"summary":["EU/US visa reciprocity"],"notes":["Portfolio: Migration, Home Affairs and Citizenship"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-avramopoulos-cabinet-commissioner-dimitris-of"],"involved":["eu-tr-43871558497-67","ec-person-57d09145ba24f5738cdde61edf14f741cb547675"]}} -{"id":"ec-meeting-2017-09-28-ac5f85e2e0c08957f28e0c0c27a00131736be476","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2017-09-28 - Cabinet of Commissioner Phil Hogan x European farmers"],"date":["2017-09-28"],"summary":["Topics inherent to the meat sector","Trade in the beef sector"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-c9d17d5879383b030f61a4066848249fb35d57e4","eu-tr-44856881231-49"]}} -{"id":"ec-meeting-2017-09-28-b07aec9b844d2e9b4e4b1cf2877627e79502f515","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-28 - Cabinet of Commissioner Mariya Gabriel x VDAV-Verband Deutscher Auskunfts- und Verzeichnismedien e.V."],"date":["2017-09-28"],"summary":["e-Privacy Regulation"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-234264218793-55","ec-person-fc1068d79545d1659bf47e9b62bfb0aed175629e"]}} -{"id":"ec-meeting-2017-09-28-b0fadcf446972e36dc4167d76a4ea06cfe0d04fc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-28 - Cabinet of Commissioner Elżbieta Bieńkowska x Dow Europe GmbH FIPRA International SRL"],"date":["2017-09-28"],"summary":["EU industrial policy strategy"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-58746194306-23","ec-person-b2f9be51339f054477846797e2c119fcf16548fc","eu-tr-38235121060-73","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2017-09-28-c04dcc9c7796b392d238208ed008a5a6164db4c3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-28 - Cabinet of Commissioner Margrethe Vestager x Local Government Denmark"],"date":["2017-09-28"],"summary":["EU Current Affairs"],"notes":["Portfolio: Competition"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-margrethe-of-vestager"],"involved":["ec-person-0700cb0f43a2d20f4938902c4a086aca632d71fb","eu-tr-43783176689-06"]}} -{"id":"ec-meeting-2017-09-28-d1b63869e9d434670181a71a802aca4c928f41c4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-28 - Cabinet of Commissioner Phil Hogan x Land- en Tuinbouw Organisatie Nederland"],"date":["2017-09-28"],"summary":["xxxxx"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-4656646862-72","ec-person-b0d24e81234b490dd841a09b69892304b27fc6a8"]}} -{"id":"ec-meeting-2017-09-28-dc93b97a51e6bca67ef9ad193e7b5fd450a532f0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-28 - Cabinet of Commissioner Phil Hogan x Union Europénne des Académies d'Agriculture"],"date":["2017-09-28"],"summary":["Future of the CAP"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-003232228204-35","ec-person-a1a78365cc4685b0958056646204977d8f2ead92","ec-person-428cf365f3847d04012831ef2642a1a69aed518d"]}} -{"id":"ec-meeting-2017-09-28-ddd61ce3c6dabe4daa151ad4905ebfa29fc7dba7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-28 - Cabinet of Vice-President Günther Oettinger x Deutscher Industrie- und Handelskammertag e.V."],"date":["2017-09-28"],"summary":["budget"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-22400601191-42","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2017-09-28-de37bad15c50dbb18a36ada92083a4693e31b0ef","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-28 - Cabinet of Vice-President Günther Oettinger x Bundesverband Mittelständische Wirtschaft e.V. Confédération Européenne des Associations de Petites et Moyennes Entreprises"],"date":["2017-09-28"],"summary":["MFF"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-082217218282-59","eu-tr-077142018281-86","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2017-09-28-e8500a3b74396d2f5ac395389cb30b0af74a2b5c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-28 - Cabinet of Commissioner Mariya Gabriel x Internet Corporation for Assigned Names and Numbers"],"date":["2017-09-28"],"summary":["DSM priorities"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-804646318062-39","ec-person-1674399a793e9e6fd7cf55b525515fc862fc9351"]}} -{"id":"ec-meeting-2017-09-28-facd111cb3966ef0c8c87f6ad71d07ce04112060","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-28 - Cabinet of Vice-President Cecilia Malmström x European agri-cooperatives European farmers"],"date":["2017-09-28"],"summary":["On-going negotiations with Mercosur"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-09586631237-74","ec-person-98880f3f4206145e196013db9dd806a551c11e06","eu-tr-44856881231-49"]}} -{"id":"ec-meeting-2017-09-29-026f7a747eb879286ebcf0465cb34c721fea7121","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-29 - Cabinet of President Jean-Claude Juncker x OP Ryhmä"],"date":["2017-09-29"],"summary":["FinTech Action Plan"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-90567096475-75","ec-person-c402e34a99fbee730ae22e3b1958e21c94dc6fcc"]}} -{"id":"ec-meeting-2017-09-29-13ab970c602481a24c448d7c722c6865e3a8d371","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-29 - Cabinet of Vice-President Miguel Arias Cañete x Shell Companies"],"date":["2017-09-29"],"summary":["Energy Policy"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-1831691c10441c5974327bbeb8693d6b6c1e50c3","eu-tr-05032108616-26","ec-person-2229c857664a22dcb8eee79a8c05841fd3d0924f"]}} -{"id":"ec-meeting-2017-09-29-26c98d2f5f4b0076f316012aad1e76bdc376d783","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-29 - Cabinet of Commissioner Phil Hogan x AGRICORD vzw"],"date":["2017-09-29"],"summary":["Messages du secteur en vue d'un future sommet EU-Afrique"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Bruxelles"],"address":["Bruxelles"],"addressEntity":["addr-b58f5927b66d94a676970dc048485d4c6848f272"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-c9d17d5879383b030f61a4066848249fb35d57e4","eu-tr-02956895166-25"]}} -{"id":"ec-meeting-2017-09-29-302a8e455ecfb22780cb0f5b1979431991354a6a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-29 - Cabinet of Vice-President Karmenu Vella x EU Consult International Fur Europe"],"date":["2017-09-29"],"summary":["Invasive Alien Species"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["ec-person-9e282d5223d0f62146ce1013e2dac38adc89a4cf","eu-tr-92211213391-85","eu-tr-819965911378-79"]}} -{"id":"ec-meeting-2017-09-29-6325b36dce5d554a957bce42081842142a8a04dd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-29 - Cabinet of Commissioner Mariya Gabriel x Europeana Foundation"],"date":["2017-09-29"],"summary":["digital economy and society"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-770007812381-96","ec-person-d995d34a2f8b1f0bf6a17486f5699181d6a01e1c"]}} -{"id":"ec-meeting-2017-09-29-6d6cabfdfb6fff900582699e0a06fc61f1fc6a23","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-29 - Cabinet of First Vice-President Frans Timmermans x Plan International EU Office"],"date":["2017-09-29"],"summary":["meeting with Plan International in light of the European week of Action for Girls"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels, BERL"],"address":["Brussels, BERL"],"addressEntity":["addr-3c3fa5f92474ebac668808553fbab6d1c14aa243"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-83357751766-93","ec-person-8d1c5ff76a431332387aa10936b0bff13f7d71fd"]}} -{"id":"ec-meeting-2017-09-29-728836fc5ada09da65394617489aac5e00a804d6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-29 - Cabinet of Vice-President Valdis Dombrovskis x Konrad-Adenauer-Stiftung"],"date":["2017-09-29"],"summary":["Debate of the future of Europe"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-f376b1eca739c662d2385062249507f23f4ca67e","eu-tr-510151427278-94"]}} -{"id":"ec-meeting-2017-09-29-940b62c92a9d668fa41a320b45086164967603b9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-29 - Cabinet of Vice-President Jyrki Katainen x Technology Industries of Finland (Teknologiateollisuus ry)"],"date":["2017-09-29"],"summary":["EU trade policy, competitiveness of the EU steel industry, investments"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90","eu-tr-39705603497-38"]}} -{"id":"ec-meeting-2017-09-29-a675b4b9679492093f09e2838c21bf675aad8d0e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-29 - Health and Food Safety x European Union Chamber of Commerce in China"],"date":["2017-09-29"],"summary":["Introduction of Mr Mats Harborn, the new President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-sante"],"involved":["eu-tr-592343015058-67","ec-person-3c7fdbe0c1c235777d916309465339b7ed1666f6"]}} -{"id":"ec-meeting-2017-09-29-baf80ba01130be038959564a0a0b6df2b69f0691","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-29 - Energy x Association of Issuing Bodies"],"date":["2017-09-29"],"summary":["renewable energy policy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["ec-person-6997149120ce5129e38febe5275dc8fd03232d2e","eu-tr-479848318252-85"]}} -{"id":"ec-meeting-2017-09-29-c358211c6137a5bc75eb8b9e91f6a6fda23b70a2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-29 - Cabinet of Commissioner Phil Hogan x National Farmers' Union"],"date":["2017-09-29"],"summary":["Agriculture matters"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["London"],"address":["London"],"addressEntity":["addr-4c57f0c88d9844630327623633ce269cf826ab99"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-961181120948-12","ec-person-a1a78365cc4685b0958056646204977d8f2ead92"]}} -{"id":"ec-meeting-2017-09-29-c3c8993edf24aeab979e69c963cbe4fb2c18f358","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-09-29 - Energy x Shell Companies"],"date":["2017-09-29"],"summary":["energy policy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-05032108616-26","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2017-10-02-01a9573cb20a323fd3b5cc665d9bc185e7ac391a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-02 - Cabinet of Commissioner Mariya Gabriel x DOT Europe"],"date":["2017-10-02"],"summary":["DSM"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-53905947933-43","ec-person-d995d34a2f8b1f0bf6a17486f5699181d6a01e1c","ec-person-0ebf0cb327cbf140de5316360168dfb48811c02f","ec-person-13ac9a19d8d04f97c0d32603d014df0dd4e1cd2a","ec-person-fc1068d79545d1659bf47e9b62bfb0aed175629e"]}} -{"id":"ec-meeting-2017-10-02-215fa2a72d0812e27be7c784950ce07e30f215f6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-02 - Cabinet of Vice-President Jyrki Katainen x EU-ASEAN Business Council"],"date":["2017-10-02"],"summary":["Exchange on EU-ASEAN economic and trade relations, including ongoing FTA negotiations"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90","eu-tr-614220318268-60"]}} -{"id":"ec-meeting-2017-10-02-30afa67605c8090d42f5195d5c8a3e70b243648b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-02 - Cabinet of Commissioner Violeta Bulc x European Sea Ports Organisation"],"date":["2017-10-02"],"summary":["Meeting with Mrs Ryckbost, Secretary General, and Mr Eugenio Quintieri, Policy Advisor, at the European Sea Ports Organisation"],"notes":["Portfolio: Transport"],"location":["Bruxelles"],"address":["Bruxelles"],"addressEntity":["addr-b58f5927b66d94a676970dc048485d4c6848f272"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-01554483175-08","ec-person-be830229e281863b280fbdedb9755116218a1b6d","ec-person-e14c58f620f40325d829df7be0823280307bc15f"]}} -{"id":"ec-meeting-2017-10-02-48292024e818eb4e651456d5dae1f690cc4c1989","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-02 - Mobility and Transport x General Electric Company"],"date":["2017-10-02"],"summary":["Digital technologies, aviation strategy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-move"],"involved":["ec-person-26cdfacae671b09917bee1a91c91973941fa58a2","eu-tr-4016736872-59"]}} -{"id":"ec-meeting-2017-10-02-5164e8a5bce69a5d3abe67dc015295f2ba254ee8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-02 - Cabinet of Vice-President Miguel Arias Cañete x National Grid Commercial Holdings Limited"],"date":["2017-10-02"],"summary":["Electricity Markets"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-1831691c10441c5974327bbeb8693d6b6c1e50c3","eu-tr-56039866688-26"]}} -{"id":"ec-meeting-2017-10-02-8994fa0e14ea0f6574d357597984b7200c9ee539","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-02 - Cabinet of Vice-President Andrus Ansip x Sky Group"],"date":["2017-10-02"],"summary":["SatCab"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-62536168216-12","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45"]}} -{"id":"ec-meeting-2017-10-02-bbd177753fefdb5d846899206cbe20d2823fcd84","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-02 - Cabinet of Commissioner Mariya Gabriel x University of Ulm, Institute for Complex Quantum Systems"],"date":["2017-10-02"],"summary":["Quantum/FET"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-975691716328-53","ec-person-fc1068d79545d1659bf47e9b62bfb0aed175629e"]}} -{"id":"ec-meeting-2017-10-02-c5b702858e0976b8873f25d5a6555a6beaddea3a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-02 - Cabinet of Vice-President Miguel Arias Cañete x Peugeot S.A."],"date":["2017-10-02"],"summary":["The proposal setting revised CO2 standards for cars and vans for the post-2020 period."],"notes":["Portfolio: Climate Action & Energy"],"location":["Paris"],"address":["Paris"],"addressEntity":["addr-22390ad11c32faec43fc61555b53607660b3c185"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd","eu-tr-39900807417-87"]}} -{"id":"ec-meeting-2017-10-02-ca9a5064da45a2d59ff96305355244718bb0885f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-02 - Cabinet of Commissioner Carlos Moedas x General Electric Company"],"date":["2017-10-02"],"summary":["GE Aviation contribution to research and innovation in Europe"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-a45151b401196e9c374c9acdada9d8840da271ad","eu-tr-4016736872-59"]}} -{"id":"ec-meeting-2017-10-02-cb16c2152873714f9fc8c27a847e2685d45340b9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-02 - Cabinet of Vice-President Cecilia Malmström x Confederation of European Paper Industries"],"date":["2017-10-02"],"summary":["Export ban of timber from Ukraine"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-72279144480-58","ec-person-591ec829ca734bcfe59a2c9c7f07f9dff22a0ea9"]}} -{"id":"ec-meeting-2017-10-02-cbeb1790d8d37b65753e56ba8ddae5cbf369d6c7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-02 - Cabinet of Vice-President Günther Oettinger x Confederation of Swedish Enterprise"],"date":["2017-10-02"],"summary":["MFF"],"notes":["Portfolio: Budget & Human Resources"],"location":["Stockholm"],"address":["Stockholm"],"addressEntity":["addr-c62ff645db3e4e4627445eafdadf5e5683415895"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-39912257528-48","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2017-10-02-df3e0984401b354f518884848b5f76f9cea870e4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-02 - Cabinet of Vice-President Cecilia Malmström x EU-ASEAN Business Council"],"date":["2017-10-02"],"summary":["state of play of bilateral FTAs and Region-to-Region FTA between the EU and ASEAN"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-19b143e83f8ab978c55c8a9a9e49e06dbfa14bf3","eu-tr-614220318268-60"]}} -{"id":"ec-meeting-2017-10-03-20f513bcb191df29cd04e18628af66a8360065db","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-03 - Cabinet of Commissioner Mariya Gabriel x Zentralverband des Deutschen Handwerks e.V."],"date":["2017-10-03"],"summary":["Digital matters"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["ec-person-fc1068d79545d1659bf47e9b62bfb0aed175629e","eu-tr-5189667783-94"]}} -{"id":"ec-meeting-2017-10-03-3d0e448ef0c582c46517609916619e8e8a2f8187","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-03 - Cabinet of Vice-President Miguel Arias Cañete x CEEweb for Biodiversity"],"date":["2017-10-03"],"summary":["Multiannual Financial Framework"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-3eac19199bd5dbac49f504d2610a9066dddbfe57","eu-tr-34461047998-33"]}} -{"id":"ec-meeting-2017-10-03-479c7d5f032ae38d051f9f77512c3ac214610501","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-03 - Cabinet of Commissioner Mariya Gabriel x Centre for Democracy & Technology, Europe"],"date":["2017-10-03"],"summary":["Cyber / data"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-57305017757-64","ec-person-fc1068d79545d1659bf47e9b62bfb0aed175629e"]}} -{"id":"ec-meeting-2017-10-03-526bb0788b4107444f9cd2b25ae6b2baa49f3cf7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-03 - Cabinet of Vice-President Jyrki Katainen x Raytheon Technologies"],"date":["2017-10-03"],"summary":["Aviation, industry"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-f9208d930adc70c6c64e21701e48f85f6f18e949","eu-tr-87564644126-75"]}} -{"id":"ec-meeting-2017-10-03-56f5956b400eb5a4b44110015da7ba9acc34f890","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-03 - Cabinet of Vice-President Neven Mimica x Guidehouse Netherlands B.V."],"date":["2017-10-03"],"summary":["External Investment Plan"],"notes":["Portfolio: International Cooperation & Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-mimica-neven-of-president-vice"],"involved":["eu-tr-291658228603-85","ec-person-e90858f5aba78fd0e1cb2f757c3f38d55d91f98b"]}} -{"id":"ec-meeting-2017-10-03-5a04e4262710a97b113457a4eba21162888f1435","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2017-10-03 - Cabinet of Vice-President Andrus Ansip x General Electric Company"],"date":["2017-10-03"],"summary":["Digitalisation of industry, Innovation, Free Flow of Data","Data, innovation"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-4016736872-59","ec-person-6a03bc4fa7657513ea34529e98dba0671ef4c849","ec-person-91ca0921c6790191daa54427311acd63035e7c9e"]}} -{"id":"ec-meeting-2017-10-03-690934db959a73645a3fdd28178de4d94c4c8e2f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-03 - Employment, Social Affairs and Inclusion x EUROPEAN TRADE UNION CONFEDERATION"],"date":["2017-10-03"],"summary":["Haidressers issues"],"location":["Brussels - Belgium"],"address":["Brussels - Belgium"],"addressEntity":["addr-85d514873c3b55c68206168e47e9d4fc69799cc8"],"organizer":["ec-dg-empl"],"involved":["ec-person-0d8ce1c547b8ca99decd25740ba12e2c0866a2fd","eu-tr-06698681039-26"]}} -{"id":"ec-meeting-2017-10-03-6da09eaf3fe520994afa2855e75ce5fe8da620de","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-03 - Cabinet of Commissioner Phil Hogan x Confédération Européenne des Entrepreneurs de Travaux Techniques Agricoles, Ruraux et Forestiers/ European Organisation of Agricultural, Rural and Forestry Contractors / Europäischer Zentralverband der Lohnunternehmer"],"date":["2017-10-03"],"summary":["Forestry"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-ff8342dedc26701400fcb7dcf73fbee50a837ac6","eu-tr-15086733813-03"]}} -{"id":"ec-meeting-2017-10-03-899e989ef1cca73817a7c40f56ede78545a02668","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-03 - Cabinet of Vice-President Neven Mimica x Deutsche Gesellschaft für Internationale Zusammenarbeit (GIZ) GmbH"],"date":["2017-10-03"],"summary":["External Investment Plan"],"notes":["Portfolio: International Cooperation & Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-mimica-neven-of-president-vice"],"involved":["ec-person-e90858f5aba78fd0e1cb2f757c3f38d55d91f98b","eu-tr-78346836208-90"]}} -{"id":"ec-meeting-2017-10-03-9d0a84c5e1346bdb2441f0829194fb7c30917dd7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-03 - Cabinet of Vice-President Jyrki Katainen x None"],"date":["2017-10-03"],"summary":["EU measures against counterfeiting"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-16094042309-21","ec-person-c50e8c2cc390c5efb0626988d173bc6758459e0f","eu-tr-393423121496-65","eu-tr-74560896368-94","eu-tr-62536168216-12","eu-tr-016371114093-01"]}} -{"id":"ec-meeting-2017-10-03-9d8bdf801f34da68f855c8e3657c9085b0924f24","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-03 - Cabinet of Commissioner Mariya Gabriel x Symantec Corporation"],"date":["2017-10-03"],"summary":["ePrivacy and cybersecurity"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["ec-person-fc1068d79545d1659bf47e9b62bfb0aed175629e","eu-tr-3612325809-89"]}} -{"id":"ec-meeting-2017-10-03-c2d21fc9fc16f1d18431fa1538ff56eb045037a1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-03 - Cabinet of Vice-President Valdis Dombrovskis x Swedbank AB (publ)"],"date":["2017-10-03"],"summary":["Mifid; Macro-Prudential issues; Capital- and Financial Markets"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-960532323803-62","ec-person-48f31156d932641826e09f5b73f074d35ff05786","ec-person-eec82261c60167b261e56ad1e2bfb4c482db6191"]}} -{"id":"ec-meeting-2017-10-03-ed1cd3c37457456f36006df903a1b842ba97549b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-03 - Inspire, Debate, Engage and Accelerate Action x BUSINESSEUROPE"],"date":["2017-10-03"],"summary":["Industrial Policy"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-dg-idea"],"involved":["eu-tr-3978240953-79","ec-person-4fe56a64c00b3e81c851b5538878b32481bd7d3c"]}} -{"id":"ec-meeting-2017-10-03-f596e0187252b0d8c169171b2b59ada1a5ab65fd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-03 - Inspire, Debate, Engage and Accelerate Action x Platform of European Social NGOs"],"date":["2017-10-03"],"summary":["Pillar of Social Rights"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-dg-idea"],"involved":["eu-tr-85083981189-35","ec-person-4fe56a64c00b3e81c851b5538878b32481bd7d3c"]}} -{"id":"ec-meeting-2017-10-03-f9a8482974b7e1bc6cf1dcf0d20adf78d0a767c9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-03 - Cabinet of President Jean-Claude Juncker x Bureau Européen des Unions de Consommateurs"],"date":["2017-10-03"],"summary":["The future of Consumer Protection Policies"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-9c3ecdfef0005edcc4749f05e79adbb4369d514a","eu-tr-9505781573-45","ec-person-c402e34a99fbee730ae22e3b1958e21c94dc6fcc","ec-person-f9475e4bba20c9a170912adada60941243f778ad"]}} -{"id":"ec-meeting-2017-10-04-018fd72057b54300ac243db7e78f499da2511e2a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-04 - Cabinet of Vice-President Maroš Šefčovič x ASD-Eurospace"],"date":["2017-10-04"],"summary":["Conference EU Industry Space talk"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-873508417106-05","ec-person-e74918e8eb8a9ef96da8cb06c0eae7ac5080d822"]}} -{"id":"ec-meeting-2017-10-04-034829ae346f929d6aff2a0865aa39d78be79d92","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-04 - Cabinet of Commissioner Mariya Gabriel x Schneider Electric"],"date":["2017-10-04"],"summary":["Cybersecurity"],"notes":["Portfolio: Digital Economy and Society"],"location":["Strasbourg"],"address":["Strasbourg"],"addressEntity":["addr-a7b90170b4a5bf2d1d09ccfd109b57e0a030cfc4"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-46302264606-44","ec-person-1674399a793e9e6fd7cf55b525515fc862fc9351"]}} -{"id":"ec-meeting-2017-10-04-13683faf6a01265ad6a4ff8de7ff33c30fe93369","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-04 - Cabinet of Vice-President Valdis Dombrovskis x Société Générale"],"date":["2017-10-04"],"summary":["CRR"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-34369111614-57","ec-person-48f31156d932641826e09f5b73f074d35ff05786"]}} -{"id":"ec-meeting-2017-10-04-2eb060fbc9cfb810049d78436955f3315ab97e2b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-04 - Cabinet of Commissioner Věra Jourová x Facebook Ireland Limited Microsoft Corporation Google Twitter International Company"],"date":["2017-10-04"],"summary":["Code of Conduct, Online Hate Speech"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["eu-tr-394491614001-72","eu-tr-03181945560-59","ec-person-1e0e3a00ab815dea7c5b839b002ed2c7e34bfe0a","eu-tr-0801162959-21","ec-person-184e698af1eb9e33b179680570ca171d8cb31c94","eu-tr-28666427835-74"]}} -{"id":"ec-meeting-2017-10-04-358908f9a56d159558c38f006978383242b58815","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-04 - Mobility and Transport x Google"],"date":["2017-10-04"],"summary":["Digitalisation for transport"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-move"],"involved":["eu-tr-03181945560-59","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2017-10-04-3966bbe8091f0c13e5402fad1fc7e1b373a100fc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-04 - Cabinet of Vice-President Andrus Ansip x Fiserv Incorporated"],"date":["2017-10-04"],"summary":["Financial Services & Payments"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-519393415904-86","ec-person-0f698e3a0cc0bd6a02e1bd386a25cedc1366f3f1"]}} -{"id":"ec-meeting-2017-10-04-39b4d96f31a4308c82a4eb848eaa819aeadcb253","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-04 - Cabinet of Commissioner Mariya Gabriel x SAP"],"date":["2017-10-04"],"summary":["Free flow of data / Cybersecurity"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["ec-person-fc1068d79545d1659bf47e9b62bfb0aed175629e","eu-tr-639117311617-01"]}} -{"id":"ec-meeting-2017-10-04-3dec862caae529a2bb2b3f146498c6f6dc27fae8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-04 - Cabinet of Commissioner Mariya Gabriel x European Committee for Interoperable Systems"],"date":["2017-10-04"],"summary":["European cybersecurity"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-32238324913-44","ec-person-fc1068d79545d1659bf47e9b62bfb0aed175629e"]}} -{"id":"ec-meeting-2017-10-04-4ce6adc395018c4554956757f219299273ee8c71","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-04 - Cabinet of Vice-President Johannes Hahn x Hanns-Seidel-Stiftung"],"date":["2017-10-04"],"summary":["Bussiness climate and political and economic developments in the region."],"notes":["Portfolio: European Neighbourhood Policy & Enlargement Negotiations"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-hahn-johannes-of-president-vice"],"involved":["eu-tr-49906988199-86","ec-person-8ffa69c5fdbbacf33a405e9e62a3ef920b5fcde1"]}} -{"id":"ec-meeting-2017-10-04-4dc24d2e0a85adce5e2fb85116643d70c9774708","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-04 - Cabinet of Vice-President Miguel Arias Cañete x OMV Aktiengesellschaft"],"date":["2017-10-04"],"summary":["Gas Infrastructure"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-1831691c10441c5974327bbeb8693d6b6c1e50c3","eu-tr-94274031992-65"]}} -{"id":"ec-meeting-2017-10-04-579c0e0c118735ea96206a7d995bd0448f98c3f5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-04 - Cabinet of Vice-President Neven Mimica x Save the Children International GLOBAL HEALTH ADVOCATES OXFAM INTERNATIONAL EU ADVOCACY OFFICE Caritas Europa"],"date":["2017-10-04"],"summary":["Financing for development cooperation"],"notes":["Portfolio: International Cooperation & Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-mimica-neven-of-president-vice"],"involved":["eu-tr-46856801604-90","ec-person-e90858f5aba78fd0e1cb2f757c3f38d55d91f98b","eu-tr-6082564924-85","eu-tr-11610562644-55","eu-tr-07720398190-53"]}} -{"id":"ec-meeting-2017-10-04-62dbd6f232a209bd7dce982d7448302d0e9a7d23","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-04 - Cabinet of Commissioner Tibor Navracsics x Motion Picture Association EMEA"],"date":["2017-10-04"],"summary":["Digital single market, copyright reform"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-49f31dad10f5641cb1d1e4c3107dd838389e8120","eu-tr-95201401713-39"]}} -{"id":"ec-meeting-2017-10-04-6a740067ce1d41a2484833bd4d26c0b6f03dc785","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-04 - Cabinet of Commissioner Mariya Gabriel x VAUNET - Verband Privater Medien e. V."],"date":["2017-10-04"],"summary":["e-Privacy"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-27085111347-65","ec-person-fc1068d79545d1659bf47e9b62bfb0aed175629e"]}} -{"id":"ec-meeting-2017-10-04-7443fbea7ad47cf16f0e9ea2b3c020d9a68406ce","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-04 - Cabinet of Commissioner Phil Hogan x Confederation of British Industry"],"date":["2017-10-04"],"summary":["Business discussion"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-73725676990-18","ec-person-400dd8d59d3060187d9b9b143d697da1a3d03c12"]}} -{"id":"ec-meeting-2017-10-04-76a26804d318cf51681ffbede124d22efb6ffa42","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-04 - Cabinet of High Representative / Vice-President Federica Mogherini x Saferworld"],"date":["2017-10-04"],"summary":["Peacebuilding, mediation and security issues"],"notes":["Portfolio: Foreign Affairs and Security Policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"involved":["ec-person-4f2bf88ad14d12976aecc7694a057ab90b7a81d2","eu-tr-891548520884-30"]}} -{"id":"ec-meeting-2017-10-04-7bf35327b670a3959cbca34c0f5e9d92b1e46309","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-04 - Cabinet of Commissioner Vytenis Andriukaitis x Kreab"],"date":["2017-10-04"],"summary":["Pesticides approval system"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["eu-tr-1078390517-54","ec-person-d462b3c7daeee00ad55e380a7fb96819f79899df"]}} -{"id":"ec-meeting-2017-10-04-86537bb57672b4c16a0341a1bd598f6f84bf5c5c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-04 - Task Force for Relations with the United Kingdom x Avisa Partners"],"date":["2017-10-04"],"summary":["Meeting with the Task Force for the Preparation and Conduct of the Negotiations with the United Kingdom under Article 50 TEU"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-uktf"],"involved":["ec-person-864cfa5fbc9b02a079ffbab1107f252c7bb08478","eu-tr-54210841652-13"]}} -{"id":"ec-meeting-2017-10-04-a089b3937885a56a5c34748f6370f64315ccde39","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-04 - Cabinet of Vice-President Maroš Šefčovič x Google"],"date":["2017-10-04"],"summary":["AI intellligence; Energy efficiency, digital transformation"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-03181945560-59","ec-person-e74918e8eb8a9ef96da8cb06c0eae7ac5080d822","ec-person-9f6823821fe68d82e9b9dbe81181ecacb0265d94","ec-person-af83ed49c403cb9d7ebfecca7893f0054c1f4be5"]}} -{"id":"ec-meeting-2017-10-04-a3278d8266f8df5a4f14fbe99948a1163e9d7069","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-04 - Cabinet of Vice-President Karmenu Vella x Sky Group"],"date":["2017-10-04"],"summary":["Sky engagement in Our Oceans conference 4-7 October Malta"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Malta"],"address":["Malta"],"addressEntity":["addr-1a591a3e91fcb7a47f2c08e9e2e117f39af22078"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["eu-tr-62536168216-12","ec-person-0e3efd8bc1c3ee9a80205d0bb78f316fa1621e5d"]}} -{"id":"ec-meeting-2017-10-04-caa4fd7f13d927001869f57445a72f673c6f6401","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-04 - Cabinet of Vice-President Maroš Šefčovič x Bloomberg L.P."],"date":["2017-10-04"],"summary":["Electric vehicles; batteries"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-214140728444-40","ec-person-e74918e8eb8a9ef96da8cb06c0eae7ac5080d822"]}} -{"id":"ec-meeting-2017-10-04-ce8031846d804a0a67016d9dbfc4d8867eb882d1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-04 - Cabinet of Vice-President Maroš Šefčovič x DTEK"],"date":["2017-10-04"],"summary":["Reform electricity sector Ukraine"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-3bf48630444ace93d407e52eb880e64d480f75ce","eu-tr-17429897118-54"]}} -{"id":"ec-meeting-2017-10-04-d3da7c69fb393772d9dd0b7df62f4b32c58ad381","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-04 - Cabinet of Commissioner Violeta Bulc x Bloomberg L.P."],"date":["2017-10-04"],"summary":["Meeting to share the latest research results on electric vehicles and battery costs."],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-214140728444-40","ec-person-e14c58f620f40325d829df7be0823280307bc15f"]}} -{"id":"ec-meeting-2017-10-04-ddba400f8554d416b0d6d2f816594ed28b3c7b01","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-04 - Cabinet of Vice-President Cecilia Malmström x Polint Ltd"],"date":["2017-10-04"],"summary":["Latest trade developments in Asia"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-69369266684-67","ec-person-98880f3f4206145e196013db9dd806a551c11e06"]}} -{"id":"ec-meeting-2017-10-04-e0fe5af49742457dd0c39a0206656e1fc141c0ec","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-04 - Cabinet of Commissioner Phil Hogan x Progressive Policy Institute"],"date":["2017-10-04"],"summary":["Regulatory"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-854255020074-46","ec-person-ff8342dedc26701400fcb7dcf73fbee50a837ac6"]}} -{"id":"ec-meeting-2017-10-04-e6c832d4e4babc93b29caa7d6167c3415861e0d3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-04 - Cabinet of Commissioner Violeta Bulc x European Road Transport Research Advisory Council"],"date":["2017-10-04"],"summary":["Guidelines relating to European Commission funded opportunities in the field of transport."],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-855647016671-07","ec-person-a9f4fe47da47a1b05bbfda9825908089d11bda93"]}} -{"id":"ec-meeting-2017-10-04-e8a315ab42cbd03133790bf572a1649d540638ff","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-04 - Cabinet of Vice-President Günther Oettinger x VAUNET - Verband Privater Medien e. V."],"date":["2017-10-04"],"summary":["DSM"],"notes":["Portfolio: Budget & Human Resources"],"location":["BXL"],"address":["BXL"],"addressEntity":["addr-d2fde52f67ea4a3e1fe233d0a959d6a1c77fd910"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["ec-person-69aa44204bd0cd314e6540561100b2f67d805fc1","eu-tr-27085111347-65"]}} -{"id":"ec-meeting-2017-10-04-fd8cbb6e78667bc3b133f9ce040fcd0bf5ef13f1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-04 - Cabinet of Vice-President Cecilia Malmström x Dechert UK LLP Primark Ltd"],"date":["2017-10-04"],"summary":["Primark trade and supply chains"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-370891028381-57","ec-person-98880f3f4206145e196013db9dd806a551c11e06","eu-tr-787814128494-12"]}} -{"id":"ec-meeting-2017-10-04-fe1b97d10c764e94c8fb03d2ed1467da88fe868d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-04 - Cabinet of Commissioner Marianne Thyssen x European Anti Poverty Network"],"date":["2017-10-04"],"summary":["Social policy"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["ec-person-ce19440eacb8fd67f534bdbcce33a1c4cedfd071","eu-tr-3945154610-54","ec-person-7567514af00f139b390cf9864d28a090ca0fde25"]}} -{"id":"ec-meeting-2017-10-05-1101fb6ce1946ab8bf7908a67c96a18b5bc2dd9d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-05 - Cabinet of Commissioner Violeta Bulc x Syndicat National des Pilotes de Ligne France Alpa"],"date":["2017-10-05"],"summary":["Meeting with The Syndicat National des Pilotes de Ligne France ALPA"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-401219526258-20","ec-person-9d4dc4867a44dfe10f67ae7ee1706da3e8b48a24"]}} -{"id":"ec-meeting-2017-10-05-19abcead737186e95aa40f04844b6515f347ef25","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-05 - Cabinet of Commissioner Mariya Gabriel x GSMA Europe"],"date":["2017-10-05"],"summary":["Code"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-30988577529-37","ec-person-0ebf0cb327cbf140de5316360168dfb48811c02f","ec-person-13ac9a19d8d04f97c0d32603d014df0dd4e1cd2a"]}} -{"id":"ec-meeting-2017-10-05-1ec5336170781a80f8a2205b16c4821111a5281c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-05 - Cabinet of Vice-President Jyrki Katainen x spiritsEUROPE"],"date":["2017-10-05"],"summary":["EU trade negotiations"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-af4fdbf97c89a6df87ab37d321d95829d657c940","eu-tr-64926487056-58"]}} -{"id":"ec-meeting-2017-10-05-21571078132b042f4459d7acabe66c31f60bd605","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-05 - Cabinet of Commissioner Mariya Gabriel x Orange"],"date":["2017-10-05"],"summary":["Règlementation sectorielle"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-76704342721-41","ec-person-fc1068d79545d1659bf47e9b62bfb0aed175629e","ec-person-0ebf0cb327cbf140de5316360168dfb48811c02f"]}} -{"id":"ec-meeting-2017-10-05-2a5c5286f7829d288cafba5b3b886b28dba1b70c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-05 - Cabinet of Vice-President Jyrki Katainen x Ford Motor Company"],"date":["2017-10-05"],"summary":["EU's future, Industry, Single Market, Trade"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-f9208d930adc70c6c64e21701e48f85f6f18e949","eu-tr-21851435137-02"]}} -{"id":"ec-meeting-2017-10-05-3161713524768ec4f759c6b54e4bdc062f179521","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-05 - Environment x SEOPAN, Asociación de Empresas Constructoras y Concesionarias de Infraestructuras"],"date":["2017-10-05"],"summary":["Water, Waste, Circular Economy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-env"],"involved":["eu-tr-824053621298-40","ec-person-3bc74ce04ea3f4ab4d91a5c88eef25b8b8a213b4"]}} -{"id":"ec-meeting-2017-10-05-3b855c4554ee40d7cd052337e39a158e5f350b33","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-05 - Cabinet of Vice-President Andrus Ansip x Allegro.pl sp. z o.o."],"date":["2017-10-05"],"summary":["Platforms, business-to-business relations"],"notes":["Portfolio: Digital Single Market"],"location":["Brussles"],"address":["Brussles"],"addressEntity":["addr-e6ba3e89050fdfff2010d3fb9d2fbe42cd1cafd9"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-611131527720-22","ec-person-666bc159c7e65a3af9e63c1e97435c02f1496955"]}} -{"id":"ec-meeting-2017-10-05-4086ae831793115af27040a57fe48deb767d8743","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-05 - Cabinet of Commissioner Elżbieta Bieńkowska x Google EU Strategy"],"date":["2017-10-05"],"summary":["platforms"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-03181945560-59","eu-tr-42484704423-92","ec-person-b2f9be51339f054477846797e2c119fcf16548fc"]}} -{"id":"ec-meeting-2017-10-05-4322c9bb2d4c146ca5d762123a55b35822913c9b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-05 - Cabinet of Commissioner Mariya Gabriel x Microsoft Corporation"],"date":["2017-10-05"],"summary":["Privacy"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-0801162959-21","ec-person-fc1068d79545d1659bf47e9b62bfb0aed175629e"]}} -{"id":"ec-meeting-2017-10-05-643bd846f81ff262cc569cd8e2e792e2121512cb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-05 - Cabinet of Vice-President Andrus Ansip x Google"],"date":["2017-10-05"],"summary":["Role of Platforms on Hate Speech & Fake News"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-5db7bdd1c81da2e70eb5b982097d0004111b5c3e","eu-tr-03181945560-59","ec-person-c759bd58acc54869aa8e62ce652efcda416e25c2"]}} -{"id":"ec-meeting-2017-10-05-6621b8461a8a1c6ab3d3e3ede0576eb598096f1f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-05 - Cabinet of Commissioner Mariya Gabriel x Facebook Ireland Limited"],"date":["2017-10-05"],"summary":["Social networks"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-28666427835-74","ec-person-0ebf0cb327cbf140de5316360168dfb48811c02f","ec-person-13ac9a19d8d04f97c0d32603d014df0dd4e1cd2a"]}} -{"id":"ec-meeting-2017-10-05-71578d8dcefaac4fc85fe0ac5d30b64e2868d740","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-05 - Cabinet of Commissioner Tibor Navracsics x Universitetet i Oslo"],"date":["2017-10-05"],"summary":["Higher education"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["eu-tr-840058823715-16","ec-person-33076d1a800ce856f29bbab43813a5a80eef2da0"]}} -{"id":"ec-meeting-2017-10-05-73d05d68f95c9a8c97fa544d4ea9b2c8cc6e8eb9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-05 - Environment x European Environmental Bureau"],"date":["2017-10-05"],"summary":["Biodiversity"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-env"],"involved":["eu-tr-06798511314-27","ec-person-3bc74ce04ea3f4ab4d91a5c88eef25b8b8a213b4"]}} -{"id":"ec-meeting-2017-10-05-7785498de13a2987e79c387deb70b323d4485129","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-05 - Cabinet of Commissioner Marianne Thyssen x Voka - Vlaams Netwerk van Ondernemingen"],"date":["2017-10-05"],"summary":["Implementation of the Enforcement Directive in FR"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels, BERL"],"address":["Brussels, BERL"],"addressEntity":["addr-3c3fa5f92474ebac668808553fbab6d1c14aa243"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["ec-person-cfb8d8d884367ef98b079fcd883ece7c89ec28e2","eu-tr-702214911454-33"]}} -{"id":"ec-meeting-2017-10-05-b17813455f7dd301e2a9b04a269efbe05b2ede1b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-05 - Cabinet of Vice-President Neven Mimica x OXFAM INTERNATIONAL EU ADVOCACY OFFICE"],"date":["2017-10-05"],"summary":["AU-EU Summit"],"notes":["Portfolio: International Cooperation & Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-mimica-neven-of-president-vice"],"involved":["eu-tr-46856801604-90","ec-person-e90858f5aba78fd0e1cb2f757c3f38d55d91f98b"]}} -{"id":"ec-meeting-2017-10-05-c21b5c4dd6157eca207806fcb6cb4e934099abe0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-05 - Cabinet of Commissioner Mariya Gabriel x Nokia"],"date":["2017-10-05"],"summary":["WiFi4EU"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-35167875358-33","ec-person-13ac9a19d8d04f97c0d32603d014df0dd4e1cd2a"]}} -{"id":"ec-meeting-2017-10-05-c88c60d6e04058ff8fe04629d8d2fcaf2bbbc33d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-05 - Cabinet of Commissioner Mariya Gabriel x Google"],"date":["2017-10-05"],"summary":["Copyright, Platforms, DSM, Fake News, AVMSD"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-03181945560-59","ec-person-13ac9a19d8d04f97c0d32603d014df0dd4e1cd2a"]}} -{"id":"ec-meeting-2017-10-05-c9147555fdf1db74ff75957677a54aabf91e630a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-05 - Task Force for Relations with the United Kingdom x Sveriges Akademikers Centralorganisation Tjänstemännens centralorganisation The Swedish Trade Union Confederation"],"date":["2017-10-05"],"summary":["Meeting with the Task Force for the Preparation and Conduct of the Negotiations with the United Kingdom under Article 50 TEU"],"location":["Stockholm, Sweden"],"address":["Stockholm, Sweden"],"addressEntity":["addr-92169336ee423643e4d74d0dc5724c6b612cc7a8"],"organizer":["ec-dg-uktf"],"involved":["eu-tr-263312725149-84","eu-tr-673091017982-82","ec-person-864cfa5fbc9b02a079ffbab1107f252c7bb08478","eu-tr-86242309652-84"]}} -{"id":"ec-meeting-2017-10-05-ca6d3bb99c06d43d922a4ebcee25b774ecae983e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-05 - Energy x Guidehouse Netherlands B.V."],"date":["2017-10-05"],"summary":["Energy policy developments"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-291658228603-85","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2017-10-05-cac49e4454d7f1734d4a38e3a9d271ed8f717916","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-05 - Task Force for Relations with the United Kingdom x Confederation of Swedish Enterprise"],"date":["2017-10-05"],"summary":["Meeting with the Task Force for the Preparation and Conduct of the Negotiations with the United Kingdom under Article 50 TEU"],"location":["Stockholm, Sweden"],"address":["Stockholm, Sweden"],"addressEntity":["addr-92169336ee423643e4d74d0dc5724c6b612cc7a8"],"organizer":["ec-dg-uktf"],"involved":["eu-tr-39912257528-48","ec-person-864cfa5fbc9b02a079ffbab1107f252c7bb08478"]}} -{"id":"ec-meeting-2017-10-05-ea6692d50e3d430f0e9d5686cc11e96db80fa67a","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2017-10-05 - Cabinet of Commissioner Violeta Bulc x Zoz GmbH"],"date":["2017-10-05"],"summary":["Meeting with Mr Zoz","Meeting with Mr Skoro"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-476213128490-73","ec-person-e14c58f620f40325d829df7be0823280307bc15f"]}} -{"id":"ec-meeting-2017-10-05-ed347c1e3929fc9ad6b9c878cea28b374550f653","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-05 - Cabinet of First Vice-President Frans Timmermans x International Rescue Committee Inc"],"date":["2017-10-05"],"summary":["Exchange of views on EU Agenda Migration issues"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels, BERL"],"address":["Brussels, BERL"],"addressEntity":["addr-3c3fa5f92474ebac668808553fbab6d1c14aa243"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["ec-person-ee0e358952eb5192d26c98d36095038f6b8223f2","eu-tr-66790095679-26"]}} -{"id":"ec-meeting-2017-10-05-ee3a8535d1d8ce9badafa266b22b2667c4aa7b76","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-05 - Cabinet of Commissioner Violeta Bulc x Topcon Positioning Europe"],"date":["2017-10-05"],"summary":["Discussion about the role of satellite positioning in automated driving."],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-a9f4fe47da47a1b05bbfda9825908089d11bda93","eu-tr-770434028592-05"]}} -{"id":"ec-meeting-2017-10-05-eec666b77cb5352e7c906f3435780e38cc763f07","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-05 - Cabinet of Vice-President Neven Mimica x Telefonica, S.A."],"date":["2017-10-05"],"summary":["Presentation of ProFuturo project -schools digitalisation in Africa, Asia and Latin America"],"notes":["Portfolio: International Cooperation & Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-mimica-neven-of-president-vice"],"involved":["eu-tr-52431421-12","ec-person-61daadad53de1eb7dcc08383b418ace3b6f971d7"]}} -{"id":"ec-meeting-2017-10-06-172fcc8f3a1cf1ac3c535f7957aa5b593488e2dd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-06 - Mobility and Transport x ECTU - European Shippers' Council"],"date":["2017-10-06"],"summary":["Maritime, rail transport and digitalisation"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-move"],"involved":["ec-person-26cdfacae671b09917bee1a91c91973941fa58a2","eu-tr-805519124034-79"]}} -{"id":"ec-meeting-2017-10-06-2097fd9f6231c39db926be8f9f7270f4b736cbfd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-06 - Cabinet of First Vice-President Frans Timmermans x Think Beyond Plastic"],"date":["2017-10-06"],"summary":["Plastics strategy"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Malta"],"address":["Malta"],"addressEntity":["addr-1a591a3e91fcb7a47f2c08e9e2e117f39af22078"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-360635028553-14","ec-person-966667b73d92624be9bb019c2baab7e52331b3d3"]}} -{"id":"ec-meeting-2017-10-06-33124ec7f7ca98f47f6a715a8f0a22b132bf101f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-06 - Cabinet of Commissioner Carlos Moedas x EUROPOLARIS European Policy Advice and Research & Innovation Strategies"],"date":["2017-10-06"],"summary":["Follow-up conference \"Shaping our future\""],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-0a716bf5253e913fc40ebf14c12f30dc2e7a06ee","eu-tr-183253528053-26"]}} -{"id":"ec-meeting-2017-10-06-80c68e1aada5956f178e71ba3b9a667ca04d26be","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-06 - Cabinet of Commissioner Mariya Gabriel x GIGAEurope"],"date":["2017-10-06"],"summary":["Electronic Communications Code, Copyright (SatCab) Regulation and the AVMS Directive"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["ec-person-d995d34a2f8b1f0bf6a17486f5699181d6a01e1c","eu-tr-42178977290-80","ec-person-0ebf0cb327cbf140de5316360168dfb48811c02f"]}} -{"id":"ec-meeting-2017-10-06-85c335c1b35a035d47cc5dc083a2354d89a7df05","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-06 - Mobility and Transport x Airports Council International - European Region"],"date":["2017-10-06"],"summary":["Airport charges"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-move"],"involved":["eu-tr-42566063487-73","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2017-10-06-a5a51000eae26f618d3b4e0b32e24d9f2d26a083","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-06 - Cabinet of Commissioner Mariya Gabriel x Association of European Performers’ Organisations"],"date":["2017-10-06"],"summary":["Copyright"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-69221462428-97","ec-person-13ac9a19d8d04f97c0d32603d014df0dd4e1cd2a"]}} -{"id":"ec-meeting-2017-10-06-b36af4c3ade00d77ec2dfec4116723575f6c214f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-06 - Cabinet of Vice-President Neven Mimica x Bill & Melinda Gates Foundation"],"date":["2017-10-06"],"summary":["External Investment Plan"],"notes":["Portfolio: International Cooperation & Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-mimica-neven-of-president-vice"],"involved":["eu-tr-371567915480-41","ec-person-61daadad53de1eb7dcc08383b418ace3b6f971d7"]}} -{"id":"ec-meeting-2017-10-06-cd6698d777102631183faa85f74f2530995c3340","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-06 - Cabinet of Commissioner Tibor Navracsics x IBM Corporation"],"date":["2017-10-06"],"summary":["Digital education"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["eu-tr-7721359944-96","ec-person-33076d1a800ce856f29bbab43813a5a80eef2da0"]}} -{"id":"ec-meeting-2017-10-06-d7a3b3a277b8d1f87d8b302b21d1f58f42c090e9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-06 - Cabinet of Vice-President Günther Oettinger x ABDA - Bundesvereinigung Deutscher Apothekerverbände e.V."],"date":["2017-10-06"],"summary":["service package"],"notes":["Portfolio: Budget & Human Resources"],"location":["Stuttgart"],"address":["Stuttgart"],"addressEntity":["addr-ec1b13e7905dbe946388ffc80ac1b7f2624ca649"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-04294287173-30","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2017-10-06-e8b6110dc8588e601c58fcbf2bbaf380deddf65c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-06 - Cabinet of Vice-President Miguel Arias Cañete x Agora Energiewende"],"date":["2017-10-06"],"summary":["Mobility Package"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-321342621105-20","ec-person-25a937c04cd0a0ddcf5cf34798e76b5105854114"]}} -{"id":"ec-meeting-2017-10-06-e8ccd90c54afc5a653aa26614c21d559ff2e4dac","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-06 - Cabinet of Vice-President Maroš Šefčovič x Agora Energiewende"],"date":["2017-10-06"],"summary":["Mobility + Energy transition"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-3bf48630444ace93d407e52eb880e64d480f75ce","eu-tr-321342621105-20","ec-person-e74918e8eb8a9ef96da8cb06c0eae7ac5080d822"]}} -{"id":"ec-meeting-2017-10-06-f0458a5354e80fba3201b2ae8c1d616c54dc5de9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-06 - Cabinet of Vice-President Jyrki Katainen x European Association of Long-Term Investors"],"date":["2017-10-06"],"summary":["High level task force on social infrastructure: state of play"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-c3d85c41b6b842aae5c953d41fda5f240a5d0969","eu-tr-977980112556-82"]}} -{"id":"ec-meeting-2017-10-06-f9cae002555ac7a9671c15c0cd64af5fb351e14b","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2017-10-06 - Cabinet of Commissioner Mariya Gabriel x American Chamber of Commerce to the European Union"],"date":["2017-10-06"],"summary":["Transatlantic Digital Economy Conference","Priorities in the digital area"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["ec-person-d995d34a2f8b1f0bf6a17486f5699181d6a01e1c","eu-tr-5265780509-97","ec-person-0ebf0cb327cbf140de5316360168dfb48811c02f"]}} -{"id":"ec-meeting-2017-10-09-0b56737a0e8e52b1ea9faffe24c4686304e5ea93","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2017-10-09 - Cabinet of Vice-President Andrus Ansip x Verband der Anbieter von Telekommunikations- und Mehrwertdiensten Bundesverband Breitbandkommunikation e.V."],"date":["2017-10-09"],"summary":["Telecom, Electronic Communications Code","Telecom review framework, competion instruments"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-028570718529-43","ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0","eu-tr-10256986723-88","ec-person-6a03bc4fa7657513ea34529e98dba0671ef4c849","ec-person-666bc159c7e65a3af9e63c1e97435c02f1496955"]}} -{"id":"ec-meeting-2017-10-09-10a08433dae2c554fcce5348eec26774e43173f3","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2017-10-09 - Cabinet of Commissioner Mariya Gabriel x Bundesverband Breitbandkommunikation e.V."],"date":["2017-10-09"],"summary":["Code","Digital Single Market"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-028570718529-43","ec-person-1674399a793e9e6fd7cf55b525515fc862fc9351","ec-person-d995d34a2f8b1f0bf6a17486f5699181d6a01e1c"]}} -{"id":"ec-meeting-2017-10-09-1ce0686a82a4d926eebf1975cd2e4cb4d2f3546a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-09 - Cabinet of Commissioner Dimitris Avramopoulos x Facebook Ireland Limited"],"date":["2017-10-09"],"summary":["Encription"],"notes":["Portfolio: Migration, Home Affairs and Citizenship"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-avramopoulos-cabinet-commissioner-dimitris-of"],"involved":["ec-person-57d09145ba24f5738cdde61edf14f741cb547675","eu-tr-28666427835-74"]}} -{"id":"ec-meeting-2017-10-09-2ba66d9c0cec4734e7f470470df07dbbe08a75fb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-09 - Cabinet of Commissioner Carlos Moedas x Deutsches Zentrum für Luft- und Raumfahrt e.V. Flughafen München GmbH KLM Royal Dutch Airlines"],"date":["2017-10-09"],"summary":["Ideas for the next Framework programme"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-a45151b401196e9c374c9acdada9d8840da271ad","eu-tr-76441066192-30","eu-tr-02639216548-11","eu-tr-21280626733-05"]}} -{"id":"ec-meeting-2017-10-09-2ee0d704182bec5d43985c43d1a5bd850a1c7a33","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-09 - Cabinet of Vice-President Andrus Ansip x OpenForum Europe AISBL"],"date":["2017-10-09"],"summary":["standards, open innovation"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-6a03bc4fa7657513ea34529e98dba0671ef4c849","eu-tr-2702114689-05"]}} -{"id":"ec-meeting-2017-10-09-34e48ad3bd4ea82e5650ad163f409babcffb029e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-09 - Cabinet of Vice-President Günther Oettinger x Raiffeisen Bank International AG"],"date":["2017-10-09"],"summary":["capital Requirements Regulation"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-33858106461-10","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2017-10-09-45325b40d5b5ac478009d7433b2eba546eb15d9b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-09 - Cabinet of Commissioner Carlos Moedas x Climate-KIC Holding BV"],"date":["2017-10-09"],"summary":["Innovation policy and strategic innovation in Europe"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-23980b2bc4fd9c82051d0f7888dc236b2f764866","ec-person-0a716bf5253e913fc40ebf14c12f30dc2e7a06ee","eu-tr-948333125186-06"]}} -{"id":"ec-meeting-2017-10-09-70c84b08b6af2ad5a61241c7a6cde9435fd04fec","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-09 - Cabinet of Vice-President Maroš Šefčovič x EnBW Energie Baden-Württemberg AG"],"date":["2017-10-09"],"summary":["Electric Mobility"],"notes":["Portfolio: Energy Union"],"location":["Stuttgart"],"address":["Stuttgart"],"addressEntity":["addr-ec1b13e7905dbe946388ffc80ac1b7f2624ca649"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-e74918e8eb8a9ef96da8cb06c0eae7ac5080d822","ec-person-1f95be23689cd4ed0a26fe2980f760ccf2d55c1e","eu-tr-13324391892-74"]}} -{"id":"ec-meeting-2017-10-09-7cf6b208d4841f2484c32a33df0d5cc47bc3adf6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-09 - Cabinet of Vice-President Andrus Ansip x InfoCert S.p.A. Skaitmeninio sertifikavimo centras Bundesdruckerei GmbH A-Trust Gesellschaft für Sicherheitssysteme im elektronischen Datenverkehr GmbH Public Interest Consultants Avaintec Oy SK ID Solutions"],"date":["2017-10-09"],"summary":["eIDAS regulation, trust services, cybersecurity"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-150991228573-63","eu-tr-759451628570-72","eu-tr-197184824639-83","eu-tr-491022428567-91","eu-tr-706978028576-57","eu-tr-368038228581-87","ec-person-6a03bc4fa7657513ea34529e98dba0671ef4c849","eu-tr-882321024120-88"]}} -{"id":"ec-meeting-2017-10-09-7de11ad5bfb5c54c8cb3fc70dec2d2a93d7e652c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-09 - Cabinet of Commissioner Mariya Gabriel x Akamai Technologies, Inc."],"date":["2017-10-09"],"summary":["DSM"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["ec-person-d995d34a2f8b1f0bf6a17486f5699181d6a01e1c","eu-tr-756663618867-82"]}} -{"id":"ec-meeting-2017-10-09-86bf2c55fb7f73739e17ab2f8e69c7b7950a69ff","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-09 - Cabinet of Commissioner Margrethe Vestager x Energinet"],"date":["2017-10-09"],"summary":["EU energy policy"],"notes":["Portfolio: Competition"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-margrethe-of-vestager"],"involved":["ec-person-2e96673ec2acdfc668f6970535551f9afa1f8729","eu-tr-203401420540-78"]}} -{"id":"ec-meeting-2017-10-09-a439116225d9e74d108a2cdd1cb0a49b9f53c685","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-09 - Cabinet of Vice-President Günther Oettinger x Verband der Privaten Krankenversicherung e.V."],"date":["2017-10-09"],"summary":["Health Policy"],"notes":["Portfolio: Budget & Human Resources"],"location":["Berlin"],"address":["Berlin"],"addressEntity":["addr-062b06ba8e755765c6b049809b7430fd54fe5b21"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-9280801581-95","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2017-10-09-b7e57156382ccc6604aede455a7608983ac258c0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-09 - Cabinet of President Jean-Claude Juncker x Raiffeisen Bank International AG"],"date":["2017-10-09"],"summary":["Banking Union, Economic and Monetary Union"],"notes":["Portfolio: President"],"location":["Brussels Belgium"],"address":["Brussels Belgium"],"addressEntity":["addr-61947d7d2c69c0b8f57325bd044f500c5fc6df48"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-33858106461-10","ec-person-c402e34a99fbee730ae22e3b1958e21c94dc6fcc","ec-person-80c6995ad1cd6aefa72f1bf440b17b6d8c6dd4b8"]}} -{"id":"ec-meeting-2017-10-09-bcf77a764576c62a5e4cf5e9b4088515eaf6af21","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-09 - Cabinet of Commissioner Mariya Gabriel x Raiffeisen Bank International AG"],"date":["2017-10-09"],"summary":["Fintech"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-33858106461-10","ec-person-fc1068d79545d1659bf47e9b62bfb0aed175629e"]}} -{"id":"ec-meeting-2017-10-09-c59c81e5401e43a2671834a50b467c53d3142b3f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-09 - Cabinet of Commissioner Elżbieta Bieńkowska x Fortum Oyj"],"date":["2017-10-09"],"summary":["energy sector"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-03501997362-71","ec-person-b2f9be51339f054477846797e2c119fcf16548fc"]}} -{"id":"ec-meeting-2017-10-09-cf703a734da0b5853154291ac88756b979c39ec5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-09 - Cabinet of Commissioner Mariya Gabriel x Gorshenin Institute EU, AISBL"],"date":["2017-10-09"],"summary":["Fake News"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-741933611361-66","ec-person-13ac9a19d8d04f97c0d32603d014df0dd4e1cd2a"]}} -{"id":"ec-meeting-2017-10-09-d08179aa931c1f89ecfe91573c0c1c3bad98f210","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-09 - Cabinet of Commissioner Violeta Bulc x Airbus"],"date":["2017-10-09"],"summary":["Preparation of meeting with Tom Enders"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-9d4dc4867a44dfe10f67ae7ee1706da3e8b48a24","eu-tr-2732167674-76"]}} -{"id":"ec-meeting-2017-10-09-df7f3262fe6a8f2ccd545eb6686b2df956be1305","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-09 - Energy x aldes"],"date":["2017-10-09"],"summary":["energy efficiency policy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-469885826784-03","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2017-10-09-e82b6997bf123122b6a4aebba736120c0322734c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-09 - Cabinet of Vice-President Jyrki Katainen x COMITE EUROPEEN des FABRICANTS de SUCRE"],"date":["2017-10-09"],"summary":["EU - Mercosur FTA negotiations"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-af4fdbf97c89a6df87ab37d321d95829d657c940","eu-tr-49679062863-35"]}} -{"id":"ec-meeting-2017-10-10-12faafa52614b133af49d6ba3e8f5171510486f6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-10 - Cabinet of Commissioner Mariya Gabriel x Business Bridge Europe"],"date":["2017-10-10"],"summary":["Space Conference"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["ec-person-d995d34a2f8b1f0bf6a17486f5699181d6a01e1c","eu-tr-72856225852-31"]}} -{"id":"ec-meeting-2017-10-10-1a64349a24e237d2ca5b6269587b2cf4c0b1e041","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-10 - Financial Stability, Financial Services and Capital Markets Union x Moody's Shared Services UK Ltd."],"date":["2017-10-10"],"summary":["sustainable finance"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-55916968748-36","ec-person-bdee7a93f95c8ef05079539170139b3c02e8ed96"]}} -{"id":"ec-meeting-2017-10-10-27088bbd1a0bbe9f7b738b16811136280311f159","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-10 - Cabinet of Commissioner Elżbieta Bieńkowska x Stichting European Climate Foundation"],"date":["2017-10-10"],"summary":["EU automotive value chain"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-64869491516-70","ec-person-b2f9be51339f054477846797e2c119fcf16548fc","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2017-10-10-3f8e85deb1e2292d629c03373a36b3946fdc488f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-10 - Cabinet of Commissioner Mariya Gabriel x GROUPE CANAL+"],"date":["2017-10-10"],"summary":["Copyright and Audiovisual"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-645753416723-84","ec-person-13ac9a19d8d04f97c0d32603d014df0dd4e1cd2a"]}} -{"id":"ec-meeting-2017-10-10-4b4b1e42ff07011b010a047270263aba8609b315","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-10 - Cabinet of Vice-President Andrus Ansip x Symantec Corporation"],"date":["2017-10-10"],"summary":["cyberinsurance"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-3ca0c466b8ff230d4409591430b388007ce14ff8","eu-tr-3612325809-89"]}} -{"id":"ec-meeting-2017-10-10-5e1582d20e62fe2fb3dde51454e01266a8022ed6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-10 - Cabinet of Commissioner Violeta Bulc x Lufthansa Group"],"date":["2017-10-10"],"summary":["aviation strategy"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-0714344663-32","ec-person-5012c5e45a52ee8ce67d19c1781a127af53e73e7"]}} -{"id":"ec-meeting-2017-10-10-629337bdf7bcedc870514e2a7a4033d16b78c933","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-10 - Cabinet of Vice-President Andrus Ansip x ARD-Verbindungsbüro Brüssel Rundfunkrat des Westdeutschen Rundfunks"],"date":["2017-10-10"],"summary":["Copyright, telecom"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0","eu-tr-6774178922-55","ec-person-666bc159c7e65a3af9e63c1e97435c02f1496955","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45","eu-tr-822081118841-09"]}} -{"id":"ec-meeting-2017-10-10-87fd0d8989ecfe55ceab64ab803e708dfd0aba48","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2017-10-10 - Cabinet of Commissioner Mariya Gabriel x IBM Corporation"],"date":["2017-10-10"],"summary":["DSM and the EU Cybersecurity Strategy","DSM, Cybersecurity, Artificial Intelligence, the Free Flow of Data legislative proposal and e-skills"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-7721359944-96","ec-person-1674399a793e9e6fd7cf55b525515fc862fc9351","ec-person-d995d34a2f8b1f0bf6a17486f5699181d6a01e1c"]}} -{"id":"ec-meeting-2017-10-10-96a7b3b64114c9e4b8dc94d8acc74a58db7f2a3f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-10 - Cabinet of Commissioner Carlos Moedas x IBM Corporation"],"date":["2017-10-10"],"summary":["European Research, IBM participation in Horizon 2020 and the future Research Framework Programme"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["eu-tr-7721359944-96","ec-person-01051f0f33bfdc2ecc41873c02cae666c5e0d099","ec-person-23980b2bc4fd9c82051d0f7888dc236b2f764866"]}} -{"id":"ec-meeting-2017-10-10-a0fbbbee3f6861cb30ec4c11a2bfb90dfbd6ee93","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-10 - Cabinet of Commissioner Carlos Moedas x QUALCOMM Incorporated"],"date":["2017-10-10"],"summary":["Standard Essential Patents"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["eu-tr-00358442856-45","ec-person-a6e757d2928b639b876fd492ddee1fc1420908bf"]}} -{"id":"ec-meeting-2017-10-10-a2e07ee9aa0fa0ed89e6938619338c242169d052","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-10 - Cabinet of Commissioner Carlos Moedas x Jaguar Land Rover Limited"],"date":["2017-10-10"],"summary":["Battery development and production in Europe"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-a45151b401196e9c374c9acdada9d8840da271ad","ec-person-23980b2bc4fd9c82051d0f7888dc236b2f764866","eu-tr-08618215943-22"]}} -{"id":"ec-meeting-2017-10-10-a5645729e5d5a75b964cbe7bb8cfa0990220ee31","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-10 - Cabinet of Commissioner Violeta Bulc x NATS Ltd"],"date":["2017-10-10"],"summary":["On aviation"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-9d4dc4867a44dfe10f67ae7ee1706da3e8b48a24","eu-tr-15257643846-58"]}} -{"id":"ec-meeting-2017-10-10-ac4795c90f05659c9dce9b037503a4df5779cef2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-10 - Cabinet of Commissioner Věra Jourová x Human Rights Consortium"],"date":["2017-10-10"],"summary":["Equality, human rights (in relation to Brexit)"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-5455ecfabb89025694c798deac08160a2be17d94","ec-person-f329292459cb1badb7fb7c6b67b698c441931bb2","eu-tr-084695328428-62"]}} -{"id":"ec-meeting-2017-10-10-adf26d6bbe252dc5b37df1447b841a74bea01f5e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-10 - Cabinet of Commissioner Věra Jourová x AIM European Brands Association"],"date":["2017-10-10"],"summary":["Dual quality of food"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["eu-tr-1074382679-01","ec-person-a2ca9161feee56909a0e98b473c2d342c20fdb57"]}} -{"id":"ec-meeting-2017-10-10-b25f79a255ece3b357de3cd800ed34e87ebbcc55","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-10 - Energy x Polish Electricity Association"],"date":["2017-10-10"],"summary":["Clean Energy package"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-255859710443-50","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2017-10-10-b9cf2063d2aa3b76ccdfb0c8c8f056aa762037ae","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-10 - Cabinet of Vice-President Andrus Ansip x IBM Corporation"],"date":["2017-10-10"],"summary":["Free flow of data, e-health, cybersecurity, D4D"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0","ec-person-91ca0921c6790191daa54427311acd63035e7c9e","ec-person-3ca0c466b8ff230d4409591430b388007ce14ff8","eu-tr-7721359944-96","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45"]}} -{"id":"ec-meeting-2017-10-10-bdcd41497b17e8d348c205301ed752ac6bebbb9a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-10 - Cabinet of Commissioner Mariya Gabriel x ARD-Verbindungsbüro Brüssel"],"date":["2017-10-10"],"summary":["Cybersecurity"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-6774178922-55","ec-person-fc1068d79545d1659bf47e9b62bfb0aed175629e","ec-person-13ac9a19d8d04f97c0d32603d014df0dd4e1cd2a"]}} -{"id":"ec-meeting-2017-10-10-c062e5b045a9d2265aa427d9d5abfe79cea3e6ef","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-10 - Health and Food Safety x Phamaceutical Group of the European Union"],"date":["2017-10-10"],"summary":["Discussion on eHealth and Vaccination"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-sante"],"involved":["eu-tr-00086317186-42","ec-person-3c7fdbe0c1c235777d916309465339b7ed1666f6"]}} -{"id":"ec-meeting-2017-10-10-d43188349a09ceea7e76e63dad70bf2db8eeb0ae","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-10 - Cabinet of Commissioner Julian King x Mozilla Corporation"],"date":["2017-10-10"],"summary":["Cyber security"],"notes":["Portfolio: Security Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-julian-king-of"],"involved":["eu-tr-174457719063-67","ec-person-8534d5829e2b89b2389ad8651205fee73503f559"]}} -{"id":"ec-meeting-2017-10-10-d4d49bd2c3c7bcafbc5451909c95c447aaef807c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-10 - Cabinet of First Vice-President Frans Timmermans x SANOFI"],"date":["2017-10-10"],"summary":["Life Science in the EU"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-61291462764-77","ec-person-6c0efbf1635ca0cb8dce32e129231fa3136f600b"]}} -{"id":"ec-meeting-2017-10-10-dc992d39431b0f21674c98e8605095e5edae42a8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-10 - Cabinet of Commissioner Mariya Gabriel x Mozilla Corporation"],"date":["2017-10-10"],"summary":["ePrivacy, Copyright"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-174457719063-67","ec-person-fc1068d79545d1659bf47e9b62bfb0aed175629e"]}} -{"id":"ec-meeting-2017-10-10-dd9e02cb553171b36c7a8816a132e6ef415cb0e6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-10 - Cabinet of Vice-President Miguel Arias Cañete x Greenpeace European Unit"],"date":["2017-10-10"],"summary":["Electricity and Market Design"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-1831691c10441c5974327bbeb8693d6b6c1e50c3","eu-tr-9832909575-41"]}} -{"id":"ec-meeting-2017-10-10-ddb3421698b1e982fbac658d9df0c90f44730879","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-10 - Cabinet of Commissioner Carlos Moedas x Bureau Brussel Vewin - Unie van Waterschappen"],"date":["2017-10-10"],"summary":["Research and Innovation in the Water sector"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-0a716bf5253e913fc40ebf14c12f30dc2e7a06ee","eu-tr-17798717671-62"]}} -{"id":"ec-meeting-2017-10-10-e0bff8e4da6cd9efa517be3fc0edc6eefdb7c46d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-10 - Cabinet of Vice-President Cecilia Malmström x The European Steel Association"],"date":["2017-10-10"],"summary":["EU steel sector developments"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-93038071152-83","ec-person-591ec829ca734bcfe59a2c9c7f07f9dff22a0ea9"]}} -{"id":"ec-meeting-2017-10-10-ef894d286443d9c91e69eb9f07862bbfb636d7c9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-10 - Cabinet of Vice-President Jyrki Katainen x Insurance Europe"],"date":["2017-10-10"],"summary":["Sustainable Finance and Solvency II"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-955e8c493ab54847bb92b65986f56a401f8eabee","eu-tr-33213703459-54"]}} -{"id":"ec-meeting-2017-10-10-f85c30e2a2417367ab3ec73d038c64681ce79101","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-10 - Cabinet of First Vice-President Frans Timmermans x Társaság a Szabadságjogokért Civil Liberties Union for Europe Magyar Helsinki Bizottság"],"date":["2017-10-10"],"summary":["Exchange of views on the current situation with NGOs in Hungary"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-496227428572-68","eu-tr-544892227334-39","eu-tr-265187224994-05","ec-person-f87a3277bb5391e01fe3111e915444e51feb191a"]}} -{"id":"ec-meeting-2017-10-11-0434efa5bdf5ab8b01ccf174d23c5c06a881f8d8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-11 - Cabinet of Vice-President Maroš Šefčovič x MAN Truck & Bus SE"],"date":["2017-10-11"],"summary":["CO2 emission standards"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-e74918e8eb8a9ef96da8cb06c0eae7ac5080d822","eu-tr-06093891220-52"]}} -{"id":"ec-meeting-2017-10-11-0f8485a624dc584e3b9f46a150f9c3c23a77f88e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-11 - Cabinet of Vice-President Andrus Ansip x Liberty Global Corporate B.V."],"date":["2017-10-11"],"summary":["Telecom review framework"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-82853397708-89","ec-person-666bc159c7e65a3af9e63c1e97435c02f1496955"]}} -{"id":"ec-meeting-2017-10-11-150623529d1ebddfda8f1aedcfba9e368634670a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-11 - Cabinet of Vice-President Jyrki Katainen x Pohjolan Voima Oyj"],"date":["2017-10-11"],"summary":["EU energy policy and the Water Framework Directive"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-287403519124-60","ec-person-0da85dc48012e26688310a59a0b51727ea68f410"]}} -{"id":"ec-meeting-2017-10-11-1579eaf88b3583fb45280e7ce525d7a66aeb5e1d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-11 - Cabinet of First Vice-President Frans Timmermans x Liberty Global Corporate B.V."],"date":["2017-10-11"],"summary":["Exchange of views on the future of Europe"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["ec-person-1bc3e2272ec82a894153feccd4f285ae594f7b3b","eu-tr-82853397708-89"]}} -{"id":"ec-meeting-2017-10-11-19e1b9239ab270ad80d7db7109133b583af95156","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-11 - Cabinet of High Representative / Vice-President Federica Mogherini x Associazione Bancaria Italiana"],"date":["2017-10-11"],"summary":["Banking Union"],"notes":["Portfolio: Foreign Affairs and Security Policy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"involved":["eu-tr-915519211566-03","ec-person-efed7cdce9c9bb64dca7aedb11d12aaed5efb809"]}} -{"id":"ec-meeting-2017-10-11-1dd7d3b54b2033d4a772ae175e156152818359fa","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-11 - Cabinet of Vice-President Maroš Šefčovič x Shell Companies"],"date":["2017-10-11"],"summary":["Clean Energy Package, ETS, gas infrastructure projects"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-3bf48630444ace93d407e52eb880e64d480f75ce","eu-tr-05032108616-26","ec-person-af83ed49c403cb9d7ebfecca7893f0054c1f4be5"]}} -{"id":"ec-meeting-2017-10-11-20f4c04dda9d0dc565904fc8dd1d782a9d887d49","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-11 - Cabinet of Commissioner Věra Jourová x EuroCommerce AIM European Brands Association FoodDrinkEurope"],"date":["2017-10-11"],"summary":["Dual quality"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["eu-tr-84973761187-60","ec-person-a608b85b2ffef83f883b5a2330b6232efa1b7141","ec-person-a2ca9161feee56909a0e98b473c2d342c20fdb57","eu-tr-75818824519-45","eu-tr-1074382679-01","ec-person-184e698af1eb9e33b179680570ca171d8cb31c94"]}} -{"id":"ec-meeting-2017-10-11-31baf520c05f6c6a7fb08dee02cf35fce523393d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-11 - Cabinet of President Jean-Claude Juncker x Afore Consulting"],"date":["2017-10-11"],"summary":["High-level dinner on the Future of Europe"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-c402e34a99fbee730ae22e3b1958e21c94dc6fcc","eu-tr-03013154889-05"]}} -{"id":"ec-meeting-2017-10-11-3ab3ea3691ffa0df75cef3fdd0d528635a9d22e1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-11 - Cabinet of Vice-President Neven Mimica x DSW (Deutsche Stiftung Weltbevoelkerung)"],"date":["2017-10-11"],"summary":["Gender, Sexual and Reproductive Health and Rights"],"notes":["Portfolio: International Cooperation & Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-mimica-neven-of-president-vice"],"involved":["ec-person-e90858f5aba78fd0e1cb2f757c3f38d55d91f98b","eu-tr-32018754890-28"]}} -{"id":"ec-meeting-2017-10-11-515f8ce0b2fe92ce3461aa12fcd767e9d0a04552","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-11 - Cabinet of Vice-President Johannes Hahn x European Council on Foreign Relations"],"date":["2017-10-11"],"summary":["Turkey"],"notes":["Portfolio: European Neighbourhood Policy & Enlargement Negotiations"],"location":["bruxelles"],"address":["bruxelles"],"addressEntity":["addr-9640f09d3fa038b42259a3faac3eafb0223cb23a"],"organizer":["ec-cabinet-hahn-johannes-of-president-vice"],"involved":["ec-person-1bd6315557d4f517e4fc1efe48b88b93ae820d5a","eu-tr-339569615567-89","ec-person-14243ca3b6c9c0f57c03163cfda58dad2d75b681"]}} -{"id":"ec-meeting-2017-10-11-52457c812c8d4c2c704e70acd3e9bba8bdecb093","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-11 - Cabinet of Commissioner Dimitris Avramopoulos x ΟΜΟΣΠΟΝΔΙΑ ΕΠΑΓΓΕΛΜΑΤΙΚΩΝ ΒΙΟΤΕΧΝΙΚΩΝ ΚΑΙ ΕΜΠΟΡΙΚΩΝ ΣΩΜΑΤΕΙΩΝ ΝΟΜΟΥ ΡΟΔΟΠΗΣ"],"date":["2017-10-11"],"summary":["Regional challenges in Greece"],"notes":["Portfolio: Migration, Home Affairs and Citizenship"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-avramopoulos-cabinet-commissioner-dimitris-of"],"involved":["eu-tr-893579928596-79","ec-person-06b43c385c07c13f2bae1d24a0075851e8ce491d"]}} -{"id":"ec-meeting-2017-10-11-52edb087e9bb6e5d496bcc425617261ca40644ab","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-11 - Budget x PRESTOMEDIA S.L."],"date":["2017-10-11"],"summary":["Presentation of forum Agenda UE 2018"],"location":["Bruxelles / BRE2"],"address":["Bruxelles / BRE2"],"addressEntity":["addr-7330217eb62fb5913d703fc65a2595b33817c947"],"organizer":["ec-dg-budg"],"involved":["ec-person-141e9cc397f37adfd6c16eb048466fa61dd3ebea","eu-tr-714082013977-02"]}} -{"id":"ec-meeting-2017-10-11-5b947d89b999e9a67306f41d9d89a43ba67a55e6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-11 - Cabinet of Commissioner Violeta Bulc x ENEL SpA"],"date":["2017-10-11"],"summary":["Meeting regarding the action plan on alternative fuels."],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-e14c58f620f40325d829df7be0823280307bc15f","eu-tr-6256831207-27"]}} -{"id":"ec-meeting-2017-10-11-6d6cabfdfb6fff900582699e0a06fc61f1fc6a23","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-11 - Cabinet of First Vice-President Frans Timmermans x Plan International EU Office"],"date":["2017-10-11"],"summary":["Girls Takeover"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["BERL, Brussels"],"address":["BERL, Brussels"],"addressEntity":["addr-c1b89a719fb4c3b86c91ae01524d04183caeb9e6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["ec-person-966667b73d92624be9bb019c2baab7e52331b3d3","eu-tr-83357751766-93"]}} -{"id":"ec-meeting-2017-10-11-6ddf885bc330437c881d64410a95fa5a5f3baa5a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-11 - Cabinet of Commissioner Mariya Gabriel x Orgalim – Europe's Technology Industries"],"date":["2017-10-11"],"summary":["digitising of European manufacturing, DSM"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-20210641335-88","ec-person-d995d34a2f8b1f0bf6a17486f5699181d6a01e1c"]}} -{"id":"ec-meeting-2017-10-11-7ba5866043769839d2ca7110fe0f3391836a4b0a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-11 - Cabinet of Commissioner Violeta Bulc x Deutsche Bahn AG"],"date":["2017-10-11"],"summary":["Meeting with DB CEO Mr Lutz"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-4d2b449b5047ea3fda435a2a1c1081e3babcdf76","eu-tr-4516220482-22","ec-person-dd7851e4a1e747e824b4f81139e33bc3cdb73160"]}} -{"id":"ec-meeting-2017-10-11-822bfe94653493bd0836650fb7513901157bacbf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-11 - Cabinet of Commissioner Mariya Gabriel x Huawei Technologies"],"date":["2017-10-11"],"summary":["open digital ecosystem in the area of 5G and Internet of Things"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-114467111412-38","ec-person-77288fc6cc1d717936ac1a1d02ed679fd493b117"]}} -{"id":"ec-meeting-2017-10-11-9add71b367c9179f20f2509c7d6ac5129808c32f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-11 - Energy x Forum Atomique Européen"],"date":["2017-10-11"],"summary":["Energy policy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["ec-person-6997149120ce5129e38febe5275dc8fd03232d2e","eu-tr-42433582-82"]}} -{"id":"ec-meeting-2017-10-11-9b97489ac60142881ae70595d385cc5ec74b8160","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-11 - Cabinet of Vice-President Cecilia Malmström x IBM Corporation"],"date":["2017-10-11"],"summary":["Future of Transatlantic Relationship and Data flows in FTAs"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-7721359944-96","ec-person-19b143e83f8ab978c55c8a9a9e49e06dbfa14bf3"]}} -{"id":"ec-meeting-2017-10-11-b2a0131a88ccbb0b4cb7fb4f2b1f8b850dd42e6a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-11 - Cabinet of Vice-President Andrus Ansip x QVC, Inc."],"date":["2017-10-11"],"summary":["data protection and e-privacy"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-5db7bdd1c81da2e70eb5b982097d0004111b5c3e","eu-tr-704186318415-88"]}} -{"id":"ec-meeting-2017-10-11-ba4f1a5064c161ff311ab9be3264bbf5f8843860","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-11 - Cabinet of Commissioner Corina Crețu x Deloitte Audyt Spółka z ograniczoną odpowiedzialnością sp. k."],"date":["2017-10-11"],"summary":["Regional Policy"],"notes":["Portfolio: Regional Policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-corina-cretu-of"],"involved":["ec-person-a8f47f7eb96bfb81929848b0ee89067bcbf0ce81","eu-tr-572491916990-18","ec-person-c9d4945f28454cc49c4ea188c82e64b0dac3bd73"]}} -{"id":"ec-meeting-2017-10-11-c528a5096a39f88e68057b40b380bc0e4094f201","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-11 - Cabinet of Vice-President Cecilia Malmström x Alcoa Nederland Holding BV"],"date":["2017-10-11"],"summary":["Global aluminium sector"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-851204528459-55","ec-person-5d4088e1913284a765aed8445f448f6ff341f1b3","ec-person-98880f3f4206145e196013db9dd806a551c11e06"]}} -{"id":"ec-meeting-2017-10-11-c7925d57650a1015c8f109c0f43aee36283f8e50","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-11 - Cabinet of Vice-President Andrus Ansip x None"],"date":["2017-10-11"],"summary":["e-privacy"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-5db7bdd1c81da2e70eb5b982097d0004111b5c3e","eu-tr-443913019286-78","eu-tr-704186318415-88"]}} -{"id":"ec-meeting-2017-10-11-c9820e6b71c00719c1c1bb5ec9a1ce8b67e56846","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-11 - Cabinet of Commissioner Violeta Bulc x Community of European Railway and Infrastructure Companies"],"date":["2017-10-11"],"summary":["MFF and the future of transport financing"],"notes":["Portfolio: Transport"],"location":["Bruxelles"],"address":["Bruxelles"],"addressEntity":["addr-b58f5927b66d94a676970dc048485d4c6848f272"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-7574621118-27","ec-person-be830229e281863b280fbdedb9755116218a1b6d"]}} -{"id":"ec-meeting-2017-10-11-cde7598b4ff167c3a2c89acf67c1c1a86c46236d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-11 - Cabinet of Commissioner Věra Jourová x IBM Corporation"],"date":["2017-10-11"],"summary":["Privacy shield, GDPR, data flows, artificial intelligence, robotics, encryption, women in IT sector"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-5455ecfabb89025694c798deac08160a2be17d94","ec-person-a608b85b2ffef83f883b5a2330b6232efa1b7141","ec-person-1e0e3a00ab815dea7c5b839b002ed2c7e34bfe0a","eu-tr-7721359944-96","ec-person-184e698af1eb9e33b179680570ca171d8cb31c94"]}} -{"id":"ec-meeting-2017-10-11-cf25c174887be91edd46d85b1edecabe0f787bc7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-11 - Cabinet of Commissioner Vytenis Andriukaitis x MSD (Europe), Inc. (Merck Sharp & Dohme)"],"date":["2017-10-11"],"summary":["Antimicrobial Resistance"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["eu-tr-09824113589-92","ec-person-c986c9ff99d99d8006e000db5a8046be615813ae"]}} -{"id":"ec-meeting-2017-10-11-de547b86f291d687d130f05a93b3c8b2c359b552","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-11 - Cabinet of Commissioner Mariya Gabriel x Fédération Internationale des Associations de producteurs de Films Headquarters asbl"],"date":["2017-10-11"],"summary":["Copyright"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-332167817125-52","ec-person-13ac9a19d8d04f97c0d32603d014df0dd4e1cd2a"]}} -{"id":"ec-meeting-2017-10-11-df8765301482e79bdaa9f1b6124068526a769262","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-11 - Cabinet of Commissioner Elżbieta Bieńkowska x eBay EU liaison office"],"date":["2017-10-11"],"summary":["EU online commerce and platform policy. Other participants: seller"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["ec-person-b2f9be51339f054477846797e2c119fcf16548fc","eu-tr-40386322300-77"]}} -{"id":"ec-meeting-2017-10-11-e416fafad131eb8df5b576a05f1d879121220ae1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-11 - Communications Networks, Content and Technology x IBM Corporation"],"date":["2017-10-11"],"summary":["progress on potential strategic partnership for HPC in Europe"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-7721359944-96","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2017-10-11-ee19919853e99d59fed9d43b111ae73f6ae2307b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-11 - Cabinet of Vice-President Jyrki Katainen x Liberty Global Corporate B.V."],"date":["2017-10-11"],"summary":["Innovation, Industrial Strategy and Digital Single Market"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-82853397708-89","ec-person-955e8c493ab54847bb92b65986f56a401f8eabee"]}} -{"id":"ec-meeting-2017-10-11-ef7f7e6ba09abe1210ea1ad5d6ad1f4afee02baf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-11 - Cabinet of Vice-President Neven Mimica x ORGANIZACIÓN NACIONAL DE CIEGOS ESPAÑOLES ATREVIA COMUNICACIÓN"],"date":["2017-10-11"],"summary":["ONCE's work for the blind and disabled in Latin America and areas of mutual cooperation"],"notes":["Portfolio: International Cooperation & Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-mimica-neven-of-president-vice"],"involved":["ec-person-5f446e21c2ca97624d9781d53ce7312477e72d6e","ec-person-61daadad53de1eb7dcc08383b418ace3b6f971d7","eu-tr-68612977691-59","eu-tr-957847722349-55"]}} -{"id":"ec-meeting-2017-10-11-f881d9e14073caba1aaed445b71451daad274fba","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-11 - Cabinet of Commissioner Pierre Moscovici x eBay EU liaison office"],"date":["2017-10-11"],"summary":["Handover of petition by e-Bay, Juvenilis, AMFORA, Unipessoal LDA and Data Protection Ltd representatives on a \"Call for a Simple, Competitive and Efficient EU VAT framework for European Small Businesses and Consumers\"."],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["ec-person-1d299d025d2afdcba46db3d131b6197fab6e0c89","eu-tr-40386322300-77"]}} -{"id":"ec-meeting-2017-10-11-f8ad3359103d982b621905d08179aa25454d5040","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-11 - Internal Market, Industry, Entrepreneurship and SMEs x Madelin Innovation"],"date":["2017-10-11"],"summary":["General discussion around Industrial Policy Communication"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-grow"],"involved":["eu-tr-315413023794-18","ec-person-60a3d0d628d231b41af1d0c65607b0fd78ca4edc"]}} -{"id":"ec-meeting-2017-10-11-fd7a21b650aa798673901293623ce88bdfca778d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-11 - Cabinet of Commissioner Violeta Bulc x ITD – association for the Danish road transport of goods"],"date":["2017-10-11"],"summary":["Transport issues"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-404900912463-75","ec-person-dd7851e4a1e747e824b4f81139e33bc3cdb73160"]}} -{"id":"ec-meeting-2017-10-11-fd9419fe8bca1bfb00ab54591a3127d36d64a452","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-11 - Health and Food Safety x None"],"date":["2017-10-11"],"summary":["Discussion on Food Contact Materials"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-sante"],"involved":["eu-tr-27053044762-72","eu-tr-96645517357-19","eu-tr-00723343929-96","ec-person-3c7fdbe0c1c235777d916309465339b7ed1666f6"]}} -{"id":"ec-meeting-2017-10-12-1d45303ca03c8119092258ed7296127ee49e2cf3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-12 - Cabinet of President Jean-Claude Juncker x Small and Medium Entrepreneurs of Europe"],"date":["2017-10-12"],"summary":["Future of the European Union"],"notes":["Portfolio: President"],"location":["Brussels Belgium"],"address":["Brussels Belgium"],"addressEntity":["addr-61947d7d2c69c0b8f57325bd044f500c5fc6df48"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-c402e34a99fbee730ae22e3b1958e21c94dc6fcc","eu-tr-281497021902-93","ec-person-80c6995ad1cd6aefa72f1bf440b17b6d8c6dd4b8"]}} -{"id":"ec-meeting-2017-10-12-1f278be979d5682ccdcfa4ea69036b7422ce73a0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-12 - Cabinet of Vice-President Valdis Dombrovskis x PayPal PLC, Belgian Branch"],"date":["2017-10-12"],"summary":["fintech, financial services in the EU"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-94256896677-14","ec-person-537401fc0be04984531b83660f416bf2fe14fbd8"]}} -{"id":"ec-meeting-2017-10-12-215459f1f2de8a7442bb07d33187a75b2b5d886d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-12 - Inspire, Debate, Engage and Accelerate Action x AMISA2"],"date":["2017-10-12"],"summary":["Road to Sibiu and Beyond"],"location":["Berlaymont Hotel"],"address":["Berlaymont Hotel"],"addressEntity":["addr-147f18fcc6af310533da12994f7bec219c5fb293"],"organizer":["ec-dg-idea"],"involved":["eu-tr-646699114665-12","ec-person-4fe56a64c00b3e81c851b5538878b32481bd7d3c"]}} -{"id":"ec-meeting-2017-10-12-25fc70322840c1e8d6115c44e8dedc5dbbb49c27","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-12 - Energy x Alcoa Nederland Holding BV"],"date":["2017-10-12"],"summary":["Energy policy and prices"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-851204528459-55","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2017-10-12-3ebe97faab3a283f83d64d0e568458606a36d685","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-12 - Communications Networks, Content and Technology x Deutsche Telekom"],"date":["2017-10-12"],"summary":["Next Generation Internet"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f","eu-tr-60052162589-72"]}} -{"id":"ec-meeting-2017-10-12-41e47586f9ca15f155c9f20343b37c18552c3a71","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-12 - Cabinet of Commissioner Mariya Gabriel x PayPal PLC, Belgian Branch"],"date":["2017-10-12"],"summary":["Digital payments"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-94256896677-14","ec-person-0ebf0cb327cbf140de5316360168dfb48811c02f"]}} -{"id":"ec-meeting-2017-10-12-475c41a577009b3be6308eb45e98c2e39e6ae6ce","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-12 - Cabinet of Commissioner Phil Hogan x EDENRED"],"date":["2017-10-12"],"summary":["Health at the workplace"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels, BERL 08/304"],"address":["Brussels, BERL 08/304"],"addressEntity":["addr-72c04700d8489d7ba40c4ad5f8595a9aefba3741"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-73495934859-01","ec-person-7d3caa534e5cdda6d5b949bd4b2def39356e3bec"]}} -{"id":"ec-meeting-2017-10-12-4a3b014a1b3696c1ba7602e56a8e36935c329a2e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-12 - Cabinet of President Jean-Claude Juncker x European Magazine Media Association European Newspaper Publishers' Association"],"date":["2017-10-12"],"summary":["Dicussion of VAT"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-ad6f76ca53dc30d965b15e3728c45dbd0aba44b4","eu-tr-5950962136-12","eu-tr-37937886834-69"]}} -{"id":"ec-meeting-2017-10-12-4b0b951abc96cf2df0271316c9f25f98520d46bf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-12 - Cabinet of President Jean-Claude Juncker x Deutscher Industrie- und Handelskammertag e.V."],"date":["2017-10-12"],"summary":["State of play of ongoing trade negotiations"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-e415577aabb40c0f789310505c6c5803aa69037b","eu-tr-22400601191-42"]}} -{"id":"ec-meeting-2017-10-12-4b8f638567795c370d011a8dcaa41d7a7c40df37","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-12 - Cabinet of Commissioner Mariya Gabriel x EDENRED"],"date":["2017-10-12"],"summary":["eHealth"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-73495934859-01","ec-person-13ac9a19d8d04f97c0d32603d014df0dd4e1cd2a"]}} -{"id":"ec-meeting-2017-10-12-4d7336ab70e94b26f3787138184eff16a95ef156","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-12 - Cabinet of Vice-President Günther Oettinger x Deutsche Telekom"],"date":["2017-10-12"],"summary":["digital issues in the next MFF"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["ec-person-b17d355ca19058898aba2ec032de59f8701d47f5","eu-tr-60052162589-72"]}} -{"id":"ec-meeting-2017-10-12-5f4d2adc75f784881f240044fe2023a8f7bafa4a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-12 - Cabinet of Commissioner Carlos Moedas x Mundo Reader S.L."],"date":["2017-10-12"],"summary":["Role of Android in BQ's business model"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["eu-tr-605192428476-30","ec-person-a6e757d2928b639b876fd492ddee1fc1420908bf"]}} -{"id":"ec-meeting-2017-10-12-6572dce0373737f2e610b24f7e380a7c84b95871","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-12 - Communications Networks, Content and Technology x Association des Constructeurs Européens d'Automobiles"],"date":["2017-10-12"],"summary":["data economy (access to vehicle data) ; cyber security; EECC (telecoms framework);ePrivacy ; global roadmap CCAM (incl. Funding approach)"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-0649790813-47","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2017-10-12-67becf50892cbd434d434959527d1c4799ef99c4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-12 - Cabinet of Vice-President Valdis Dombrovskis x BUSINESSEUROPE"],"date":["2017-10-12"],"summary":["Social Dialogue"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-3978240953-79","ec-person-f376b1eca739c662d2385062249507f23f4ca67e"]}} -{"id":"ec-meeting-2017-10-12-691d5fd7a8820103bd03716fef75e39cb277fb50","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-12 - Cabinet of Commissioner Julian King x Akamai Technologies, Inc."],"date":["2017-10-12"],"summary":["Cyber security"],"notes":["Portfolio: Security Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-julian-king-of"],"involved":["eu-tr-756663618867-82","ec-person-8534d5829e2b89b2389ad8651205fee73503f559"]}} -{"id":"ec-meeting-2017-10-12-6d81c81feb824a2322ae5338433bea2b59bd8b1a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-12 - Cabinet of Commissioner Mariya Gabriel x EUROPE'S MEDIALAB (Fondation EURACTIV)"],"date":["2017-10-12"],"summary":["Fake News"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-485832526193-89","ec-person-13ac9a19d8d04f97c0d32603d014df0dd4e1cd2a"]}} -{"id":"ec-meeting-2017-10-12-7d1d7195d81b74c2b403bc3d757d4911533f01fd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-12 - Taxation and Customs Union x Atos SE (France)"],"date":["2017-10-12"],"summary":["Strategic exchange on new technology and innovation"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-taxud"],"involved":["eu-tr-249876817241-03","ec-person-3173c1cc052827c58f23ccd3a8de07534f0d35bd"]}} -{"id":"ec-meeting-2017-10-12-862b48bb0fe27f9c6a19260b6e8e4ab812669a62","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-12 - Cabinet of Commissioner Vytenis Andriukaitis x Groupe Carrefour"],"date":["2017-10-12"],"summary":["Nutritional labeling"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-b9c3f19e7c5f216e3e508f931ddd6a9cb59376d1","eu-tr-118080510828-42"]}} -{"id":"ec-meeting-2017-10-12-89412c7d1544e026d82981e1a223d8d2161ad89b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-12 - Cabinet of Commissioner Violeta Bulc x Société nationale SNCF"],"date":["2017-10-12"],"summary":["Meeting with the CEO Mr Pepy"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-4d2b449b5047ea3fda435a2a1c1081e3babcdf76","ec-person-dd7851e4a1e747e824b4f81139e33bc3cdb73160","eu-tr-97914681026-14"]}} -{"id":"ec-meeting-2017-10-12-97cfd048bb94d21a708c1432e5d20ddd12b79567","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-12 - Cabinet of Vice-President Valdis Dombrovskis x BHP"],"date":["2017-10-12"],"summary":["Task Force’s recommendations, climate risk reporting"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-010537126862-09","ec-person-537401fc0be04984531b83660f416bf2fe14fbd8"]}} -{"id":"ec-meeting-2017-10-12-abef0f8a3233a1d7f8235e19b68a76cb9d482a00","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-12 - Communications Networks, Content and Technology x Telenor"],"date":["2017-10-12"],"summary":["ECC ; EPR ; 5G ; Arificial Intelligence"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-74126393166-46","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2017-10-12-c543b3d454063ca4607fe8b36ccdc7f369cec50e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-12 - Cabinet of Vice-President Jyrki Katainen x Assembly of European Regions"],"date":["2017-10-12"],"summary":["High Level Expert Group on Sustainable Finance, Investment Plan and Circular Economy."],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussles"],"address":["Brussles"],"addressEntity":["addr-e6ba3e89050fdfff2010d3fb9d2fbe42cd1cafd9"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-480267313069-44","ec-person-955e8c493ab54847bb92b65986f56a401f8eabee"]}} -{"id":"ec-meeting-2017-10-12-e23ca49703b401d7b7a7e3144e40dd14a90bb747","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-12 - Cabinet of Commissioner Phil Hogan x Euronext"],"date":["2017-10-12"],"summary":["Overview of Ongoing and Future Projects"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-17804464809-28","ec-person-ff8342dedc26701400fcb7dcf73fbee50a837ac6"]}} -{"id":"ec-meeting-2017-10-12-f637d6af08a3abe2f0b888d60daa8d33dc0ed83b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-12 - Cabinet of Commissioner Violeta Bulc x General Electric Company"],"date":["2017-10-12"],"summary":["Meeting with Mr Riccardo Procacci, GE Aviation leader for Europe and CEO of Avio Aero"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-9d4dc4867a44dfe10f67ae7ee1706da3e8b48a24","eu-tr-4016736872-59"]}} -{"id":"ec-meeting-2017-10-13-05399043b581dc361d67ee22a6276f8d20500765","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-13 - Energy x Agence Française de Développement"],"date":["2017-10-13"],"summary":["Energy cooperation, Clean Energy package"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-348060711585-82","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2017-10-13-2fc1dd6121d10e2885a0c6a0f9ecb2d95d28b15f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-13 - Energy x Credit Suisse Group AG"],"date":["2017-10-13"],"summary":["Clean Energy package"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-206549617146-90","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2017-10-13-35512b1a99ccf1e9cff6bbd13ec37d7d11a7d06b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-13 - Cabinet of Commissioner Vytenis Andriukaitis x Affordable Medicines Europe"],"date":["2017-10-13"],"summary":["Parallel trade"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["eu-tr-509882515669-01","ec-person-059ca943fc5fc696d2a97849c635ddf7b6ab7fd7"]}} -{"id":"ec-meeting-2017-10-13-3bcb3bb70cba62f7c0c3408720022cad8719a93a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-13 - Joint Research Centre x Google"],"date":["2017-10-13"],"summary":["Exchange on research related to Artificial Intelligence"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-jrc"],"involved":["eu-tr-03181945560-59","ec-person-b3e6b7a4bd40eead1b939244f1cb4e9bdaf65f46"]}} -{"id":"ec-meeting-2017-10-13-3f1fd10f914cada51142209b2cb2892ffb640934","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-13 - Cabinet of Vice-President Jyrki Katainen x Alliance Européenne des Engrais Phosphatés"],"date":["2017-10-13"],"summary":["New Fertilizer Regulation and the cadmium limits"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-973319225742-44","ec-person-0da85dc48012e26688310a59a0b51727ea68f410"]}} -{"id":"ec-meeting-2017-10-13-4a4d32b533177bdbf0bb97897e2ffd3a677ccc5b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-13 - Informatics x Cisco Systems Inc."],"date":["2017-10-13"],"summary":["handshake"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-digit"],"involved":["ec-person-32591d36027eb92a66b57d5bcc8c57d9574380b0","eu-tr-494613715191-85"]}} -{"id":"ec-meeting-2017-10-13-4b07dc6cb2335036c6598b40f44d076e400af7c4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-13 - Cabinet of Vice-President Günther Oettinger x SAP Karlsruher Institut für Technologie Verband Region Rhein-Neckar"],"date":["2017-10-13"],"summary":["digital policy"],"notes":["Portfolio: Budget & Human Resources"],"location":["Heidelberg"],"address":["Heidelberg"],"addressEntity":["addr-72b1774499d4bad8da4ad20a987da42e2a21f164"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-869975425127-08","eu-tr-982361228640-41","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911","eu-tr-639117311617-01"]}} -{"id":"ec-meeting-2017-10-13-4bb0147f99916844f08949fb15d91fd61c63e771","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-13 - Cabinet of Vice-President Jyrki Katainen x Bureau Européen des Unions de Consommateurs"],"date":["2017-10-13"],"summary":["EU Chemicals policy, Mobility & emissions, Goods pacakge"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90","eu-tr-9505781573-45"]}} -{"id":"ec-meeting-2017-10-13-4c9e24508e4a97d41c52b3fcf5e7848b79084427","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-13 - Cabinet of Vice-President Maroš Šefčovič x Association des Constructeurs Européens d'Automobiles"],"date":["2017-10-13"],"summary":["Mobility package"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-3bf48630444ace93d407e52eb880e64d480f75ce","ec-person-e74918e8eb8a9ef96da8cb06c0eae7ac5080d822","eu-tr-0649790813-47"]}} -{"id":"ec-meeting-2017-10-13-508cc5cb410f9ce610f46df32e1bd6e712bebea1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-13 - Cabinet of Vice-President Jyrki Katainen x Shell Companies"],"date":["2017-10-13"],"summary":["advanced biofuels"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-05032108616-26","ec-person-0da85dc48012e26688310a59a0b51727ea68f410"]}} -{"id":"ec-meeting-2017-10-13-5115685bde598d26118e0e6d24c238c8bb7e9900","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-13 - Cabinet of Vice-President Jyrki Katainen x Centre for European Policy Studies"],"date":["2017-10-13"],"summary":["The debate on the future of European Defence"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90","eu-tr-86853666704-95"]}} -{"id":"ec-meeting-2017-10-13-87e9c6a83939323e89d95477d31dff435f941cce","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-13 - Cabinet of Vice-President Cecilia Malmström x Finnish trade union representation to the EU"],"date":["2017-10-13"],"summary":["FinUnions views on trade agenda"],"notes":["Portfolio: Trade"],"location":["Brussels, Belgium."],"address":["Brussels, Belgium."],"addressEntity":["addr-33bd2d1a8be5ca867aa9c0e8d89d1cd6a1a28684"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-5d4088e1913284a765aed8445f448f6ff341f1b3","eu-tr-774047715805-95"]}} -{"id":"ec-meeting-2017-10-13-89e770b9387f72ca4aad68d29f0cf026d06c310c","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2017-10-13 - Cabinet of Vice-President Valdis Dombrovskis x The Goldman Sachs Group, Inc."],"date":["2017-10-13"],"summary":["current geopolitical issues"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Washington"],"address":["Washington"],"addressEntity":["addr-a27a6644654593ac9e5d122b1155ff23752c8073"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-701266814986-18","ec-person-a9eda2e8ea54b70a968327672c6cada679d3cd56"]}} -{"id":"ec-meeting-2017-10-13-9b3d9c5d2d854dd875b7468ebd0c3f6fe375ae9c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-13 - Cabinet of Vice-President Günther Oettinger x F. Hoffmann-La Roche Ltd"],"date":["2017-10-13"],"summary":["digital policy"],"notes":["Portfolio: Budget & Human Resources"],"location":["Mannheim"],"address":["Mannheim"],"addressEntity":["addr-b3a003fdd4116c9c93708d3dee434ee804ab6c4e"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-18940431725-51","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2017-10-13-9ce1471ba72540aae7e839c327d2311ebe747e67","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-13 - Cabinet of Vice-President Miguel Arias Cañete x Euroheat & Power"],"date":["2017-10-13"],"summary":["Renewables and Market Design"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-1831691c10441c5974327bbeb8693d6b6c1e50c3","eu-tr-88457577025-19"]}} -{"id":"ec-meeting-2017-10-13-addea4ffae83f2423d6cc9a29d89ba82eb0019ae","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-13 - Cabinet of Vice-President Karmenu Vella x GasNaturally"],"date":["2017-10-13"],"summary":["Gas"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["ec-person-4ff7c27445db4ad88e687776974fd8d077a1fe0c","eu-tr-12847789685-76"]}} -{"id":"ec-meeting-2017-10-13-ae6684d4a5af91e3a310c50268658f4d045714da","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-13 - Cabinet of Vice-President Karmenu Vella x Dow Europe GmbH"],"date":["2017-10-13"],"summary":["Plastic"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["ec-person-4ff7c27445db4ad88e687776974fd8d077a1fe0c","eu-tr-38235121060-73"]}} -{"id":"ec-meeting-2017-10-13-b473a76392e3c5fff9a0477bb1c3562fb1087d35","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-13 - Cabinet of Vice-President Jyrki Katainen x Dow Europe GmbH"],"date":["2017-10-13"],"summary":["EU Plastics Strategy"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-0da85dc48012e26688310a59a0b51727ea68f410","eu-tr-38235121060-73"]}} -{"id":"ec-meeting-2017-10-13-d24f94bb0fbd0f2c58af607432109038db4cff45","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-13 - Cabinet of Vice-President Cecilia Malmström x EUROPEAN SERVICES FORUM"],"date":["2017-10-13"],"summary":["Trade in services"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-19b143e83f8ab978c55c8a9a9e49e06dbfa14bf3","eu-tr-3562594969-02"]}} -{"id":"ec-meeting-2017-10-13-eec39464d9019dee1535c01368f4fe05961c5606","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-13 - Employment, Social Affairs and Inclusion x SGI Europe"],"date":["2017-10-13"],"summary":["social services"],"location":["Brussels Belgium"],"address":["Brussels Belgium"],"addressEntity":["addr-61947d7d2c69c0b8f57325bd044f500c5fc6df48"],"organizer":["ec-dg-empl"],"involved":["ec-person-0d8ce1c547b8ca99decd25740ba12e2c0866a2fd","eu-tr-59513031434-92"]}} -{"id":"ec-meeting-2017-10-13-f67a7dea7b13281992819e21a431e311a281532b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-13 - Economic and Financial Affairs x HSBC Holdings PLC"],"date":["2017-10-13"],"summary":["Economic outlook"],"location":["Washington DC, USA"],"address":["Washington DC, USA"],"addressEntity":["addr-6cded9982e68e4b695f06c479726e77262572bfd"],"organizer":["ec-dg-ecfin"],"involved":["ec-person-9b398cc97951266670f91bef34ea37df7380eef9","eu-tr-001866415031-87"]}} -{"id":"ec-meeting-2017-10-13-f9cae002555ac7a9671c15c0cd64af5fb351e14b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-13 - Cabinet of Commissioner Mariya Gabriel x American Chamber of Commerce to the European Union"],"date":["2017-10-13"],"summary":["Presentation on Cybersecurity, data economy, e-privacy"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-5265780509-97","ec-person-fc1068d79545d1659bf47e9b62bfb0aed175629e"]}} -{"id":"ec-meeting-2017-10-14-19c6d9e5e896f2e0bdd29c737619aeaa75e1ad58","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-14 - Cabinet of Vice-President Valdis Dombrovskis x BlackRock"],"date":["2017-10-14"],"summary":["CMU, ESAs review, sustainable finance"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Washington"],"address":["Washington"],"addressEntity":["addr-a27a6644654593ac9e5d122b1155ff23752c8073"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-48f31156d932641826e09f5b73f074d35ff05786","eu-tr-51436554494-18","ec-person-a9eda2e8ea54b70a968327672c6cada679d3cd56"]}} -{"id":"ec-meeting-2017-10-14-97c7dbc03d229e706a850fdfd44d64a0a35620ff","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-14 - Cabinet of Vice-President Valdis Dombrovskis x Institute of International Finance"],"date":["2017-10-14"],"summary":["Annual membership meeting - 'In conversation' BU, CMU, sustainable finance, Basel, NPLs, corporate bonds"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Washington"],"address":["Washington"],"addressEntity":["addr-a27a6644654593ac9e5d122b1155ff23752c8073"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-48714858158-06","ec-person-48f31156d932641826e09f5b73f074d35ff05786","ec-person-a9eda2e8ea54b70a968327672c6cada679d3cd56","ec-person-b98fb7512c796626297f1e89a96665cbbb19188a"]}} -{"id":"ec-meeting-2017-10-14-c3b02c9dffd429e36e8d41fe50e9f237fd447a4f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-14 - Cabinet of Vice-President Valdis Dombrovskis x Citigroup Inc."],"date":["2017-10-14"],"summary":["CMU and banking, IPU"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Washington"],"address":["Washington"],"addressEntity":["addr-a27a6644654593ac9e5d122b1155ff23752c8073"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-00353757573-57","ec-person-48f31156d932641826e09f5b73f074d35ff05786","ec-person-a9eda2e8ea54b70a968327672c6cada679d3cd56"]}} -{"id":"ec-meeting-2017-10-15-0543f4ae19ee2d8e6123cd698994c7708fd31e5b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-15 - Cabinet of Vice-President Valdis Dombrovskis x Atlantic Council of the United States, Inc"],"date":["2017-10-15"],"summary":["current geopolitical issues"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Washington"],"address":["Washington"],"addressEntity":["addr-a27a6644654593ac9e5d122b1155ff23752c8073"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-524686116124-73","ec-person-a9eda2e8ea54b70a968327672c6cada679d3cd56"]}} -{"id":"ec-meeting-2017-10-16-027f57c08d1f9d202b27d5f8352c9620edba23d8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-16 - Cabinet of Commissioner Pierre Moscovici x Bundesnotarkammer"],"date":["2017-10-16"],"summary":["Meeting to discuss digitalisation of company law, tax evasion and money laundering."],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["ec-person-1d299d025d2afdcba46db3d131b6197fab6e0c89","eu-tr-74591581960-65"]}} -{"id":"ec-meeting-2017-10-16-058da641d5134a63bf58f252f90fb26829b0863c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-16 - Task Force for Relations with the United Kingdom x European Round Table for Industry"],"date":["2017-10-16"],"summary":["Meeting with the Task Force for the Preparation and Conduct of the Negotiations with the United Kingdom under Article 50 TEU"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-uktf"],"involved":["ec-person-864cfa5fbc9b02a079ffbab1107f252c7bb08478","eu-tr-25487567824-45"]}} -{"id":"ec-meeting-2017-10-16-0beaf14ffd486ee8423bb04427b46651c5202116","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-16 - Cabinet of Commissioner Mariya Gabriel x Motion Picture Association EMEA"],"date":["2017-10-16"],"summary":["Copyright and audiovisual issues"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-95201401713-39","ec-person-13ac9a19d8d04f97c0d32603d014df0dd4e1cd2a"]}} -{"id":"ec-meeting-2017-10-16-0e629998313bbb89ea9f2b7b69b9bbff5f128473","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-16 - Cabinet of Commissioner Violeta Bulc x FREE NOW"],"date":["2017-10-16"],"summary":["Meeting with Ms Claudia Breure (Head of Public Affairs, Europe) MyTaxi"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-106050028535-35","ec-person-dd7851e4a1e747e824b4f81139e33bc3cdb73160"]}} -{"id":"ec-meeting-2017-10-16-1023a6bef5bfda954db75f068f3c7ed1ad3b29a4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-16 - Cabinet of Commissioner Carlos Moedas x Re-Imagine Europa"],"date":["2017-10-16"],"summary":["Presentation of the project \"Re-Imagine Europe\""],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-f7ccc3ad366dd2fdb24870e1c02ff2763539c82f","eu-tr-931656328552-33"]}} -{"id":"ec-meeting-2017-10-16-29e0cb915016203eb3d00c1b49f8a32dc3b4bda6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-16 - Cabinet of Vice-President Johannes Hahn x Out of the Box International"],"date":["2017-10-16"],"summary":["Political and economic developments in the region, rules of law and media freedom."],"notes":["Portfolio: European Neighbourhood Policy & Enlargement Negotiations"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-hahn-johannes-of-president-vice"],"involved":["eu-tr-328844214373-10","ec-person-8ffa69c5fdbbacf33a405e9e62a3ef920b5fcde1"]}} -{"id":"ec-meeting-2017-10-16-2e22c54ac563dd67078f5666082a4644f06186b1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-16 - Cabinet of Vice-President Günther Oettinger x Bundesverband der Freien Berufe"],"date":["2017-10-16"],"summary":["services package"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-8116814461-28","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2017-10-16-4d7336ab70e94b26f3787138184eff16a95ef156","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-16 - Cabinet of Vice-President Günther Oettinger x Deutsche Telekom"],"date":["2017-10-16"],"summary":["Future of Europe"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911","eu-tr-60052162589-72"]}} -{"id":"ec-meeting-2017-10-16-517ca168263ad8060a10cd83f19900e14b3c098e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-16 - Cabinet of Commissioner Carlos Moedas x Social Impact Agenda per l'Italia"],"date":["2017-10-16"],"summary":["Presentation of Human Foundation and National Advisory Board on Social Impact Investments"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-a45151b401196e9c374c9acdada9d8840da271ad","eu-tr-705160628665-51"]}} -{"id":"ec-meeting-2017-10-16-5bf681cc3f0741d91dd82b14a68aa06085306ca7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-16 - Cabinet of Vice-President Jyrki Katainen x Stichting European Climate Foundation"],"date":["2017-10-16"],"summary":["advanced biofuels in Europe and the impacts on jobs and growth"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-64869491516-70","ec-person-0da85dc48012e26688310a59a0b51727ea68f410"]}} -{"id":"ec-meeting-2017-10-16-6646e4b33a48b7c4fd5a3c3fdfa7b16c5c67c999","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-16 - Mobility and Transport x International Air Transport Association"],"date":["2017-10-16"],"summary":["Aviation safety"],"location":["Tallinn, Estonia"],"address":["Tallinn, Estonia"],"addressEntity":["addr-b80d0713f0edceb178f0049f32c8e1803c061ccc"],"organizer":["ec-dg-move"],"involved":["eu-tr-1805107590-28","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2017-10-16-9e1a9eb4e112be19945e96628488bf2b88d91294","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-16 - Cabinet of Vice-President Günther Oettinger x Hanns-Seidel-Stiftung"],"date":["2017-10-16"],"summary":["Future of Europe"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-49906988199-86","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2017-10-16-9eb2837821c0c54af15c824ff685f2995c398d03","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-16 - Cabinet of Vice-President Valdis Dombrovskis x Franklin Resources Inc."],"date":["2017-10-16"],"summary":["CMU; cross-border distribution of funds"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-042053818845-45","ec-person-eec82261c60167b261e56ad1e2bfb4c482db6191"]}} -{"id":"ec-meeting-2017-10-16-d90c442c48fc4a2b03f8b6cd516d307e7f24dcab","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-16 - Cabinet of Commissioner Mariya Gabriel x Springer Nature AG & Co. KGaA"],"date":["2017-10-16"],"summary":["Copyright"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-391575415702-29","ec-person-13ac9a19d8d04f97c0d32603d014df0dd4e1cd2a"]}} -{"id":"ec-meeting-2017-10-16-da3377c20e4f11ee9e094c115c0659cba5081e9e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-16 - Cabinet of Commissioner Mariya Gabriel x Spotify"],"date":["2017-10-16"],"summary":["platforms"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-365747616583-15","ec-person-d995d34a2f8b1f0bf6a17486f5699181d6a01e1c"]}} -{"id":"ec-meeting-2017-10-16-f05dc7a945b825dd04ca7d233b67a20b83fb365c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-16 - Energy x European Federation of Public Service Unions"],"date":["2017-10-16"],"summary":["ITER"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-04902121531-04","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2017-10-16-f3d0b1ac9e9df9f925d1e29ab54f6e2a1dbb09c9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-16 - Energy x European Heat Pump Association"],"date":["2017-10-16"],"summary":["Heating and Cooling policy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-23643001178-02","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2017-10-17-0413d3137acd8592afcc0957b7066f8be9ce6ae2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-17 - Cabinet of Vice-President Andrus Ansip x Iliad"],"date":["2017-10-17"],"summary":["Telecom review framework"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-366999416622-37","ec-person-666bc159c7e65a3af9e63c1e97435c02f1496955"]}} -{"id":"ec-meeting-2017-10-17-0765626f6a71141d6c2dfb66a111d0c1d7988102","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-17 - Cabinet of Vice-President Günther Oettinger x ING Group"],"date":["2017-10-17"],"summary":["Roundtable discussion on the future of the monetary union"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-12112965774-95","ec-person-b17d355ca19058898aba2ec032de59f8701d47f5"]}} -{"id":"ec-meeting-2017-10-17-078c857697cd246920a13d789e90a709a43391dc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-17 - Cabinet of Commissioner Elżbieta Bieńkowska x BSA | The Software Alliance The German Marshall Fund of the United States - The Transatlantic Foundation"],"date":["2017-10-17"],"summary":["Transatlantic Digital Policy . Other participants: 4 Members of US Congress and their Congressional Staff"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["ec-person-d2997a7f359c91a337055c3e24dd36bf928de38d","eu-tr-823171519707-31","ec-person-b2f9be51339f054477846797e2c119fcf16548fc","eu-tr-75039383277-48"]}} -{"id":"ec-meeting-2017-10-17-0902a64fffeecfa7619453b738a69a4bcb60ae3c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-17 - Directorate-General for International Partnerships x European Centre for Electoral Support"],"date":["2017-10-17"],"summary":["Projects on electoral conflicts in Africa and the Middle East"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-intpa"],"involved":["eu-tr-578467420707-73","ec-person-05c4477b89b93e7969f12d89b38f77fedce5876f"]}} -{"id":"ec-meeting-2017-10-17-0b4c41fe0c39d2f0d398c9d9d68b2f89197e381e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-17 - Cabinet of Vice-President Jyrki Katainen x Volkswagen Aktiengesellschaft"],"date":["2017-10-17"],"summary":["Information about measures being taken by Volkswagen"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-0da85dc48012e26688310a59a0b51727ea68f410","eu-tr-6504541970-40"]}} -{"id":"ec-meeting-2017-10-17-0e6293e43e34463b82027a682cb612dece41138b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-17 - Cabinet of Vice-President Valdis Dombrovskis x ING Group"],"date":["2017-10-17"],"summary":["Roundtable discussion on the future of the monetary union"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-12112965774-95","ec-person-f376b1eca739c662d2385062249507f23f4ca67e"]}} -{"id":"ec-meeting-2017-10-17-12667a8fe7366a9b21cf0d96d540517306aef1a0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-17 - Cabinet of Vice-President Johannes Hahn x Committee to Protect Journalists"],"date":["2017-10-17"],"summary":["Ukraine"],"notes":["Portfolio: European Neighbourhood Policy & Enlargement Negotiations"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-hahn-johannes-of-president-vice"],"involved":["ec-person-14243ca3b6c9c0f57c03163cfda58dad2d75b681","eu-tr-370649919011-72"]}} -{"id":"ec-meeting-2017-10-17-25fcf4290e5089984b97f412d9ebcf40f32ee694","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-17 - Cabinet of Commissioner Phil Hogan x Régions de France"],"date":["2017-10-17"],"summary":["Future of the CAP"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels, BERL"],"address":["Brussels, BERL"],"addressEntity":["addr-3c3fa5f92474ebac668808553fbab6d1c14aa243"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-d0aad15bfcd899ec988329ba27d6e661ca34456b","eu-tr-509972526732-56"]}} -{"id":"ec-meeting-2017-10-17-27d11e211cf9bc4796f545c7d322cad29b49947f","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2017-10-17 - Cabinet of Commissioner Christos Stylianides x ACTION CONTRE LA FAIM"],"date":["2017-10-17"],"summary":["Humanitarian aid"],"notes":["Portfolio: Humanitarian Aid & Crisis Management"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-christos-commissioner-of-stylianides"],"involved":["ec-person-2fc13fcb7185092e68bea299c3be5ed16c4bdaf0","eu-tr-272646820681-30"]}} -{"id":"ec-meeting-2017-10-17-28566dc14a6f6214ce8bbeb0567a7fda7725c9d5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-17 - Cabinet of Vice-President Neven Mimica x The ONE Campaign"],"date":["2017-10-17"],"summary":["One Youth Ambassadors presented their campaign"],"notes":["Portfolio: International Cooperation & Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-mimica-neven-of-president-vice"],"involved":["eu-tr-26098317349-65","ec-person-b187f3955c71d2e1daa48e02fd0a09ab7c6f6098"]}} -{"id":"ec-meeting-2017-10-17-29088c8ba4d69c1e5245524faf68078295eee054","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-17 - Cabinet of President Jean-Claude Juncker x Verband der Automobilindustrie"],"date":["2017-10-17"],"summary":["Energy Union"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-95574664768-90","ec-person-b1bf9aa5fb7e886441ff341b657cc482b64a2a3e"]}} -{"id":"ec-meeting-2017-10-17-2aaf9ac43b31d9249595ef7ae35a801201b93529","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2017-10-17 - Cabinet of Vice-President Andrus Ansip x Spotify"],"date":["2017-10-17"],"summary":["Platforms","Platform to Business Initiative"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-365747616583-15","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45","ec-person-91ca0921c6790191daa54427311acd63035e7c9e"]}} -{"id":"ec-meeting-2017-10-17-2cab7360f6850dc7ec283db52cc81faa0f873ac9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-17 - Cabinet of Vice-President Günther Oettinger x Spotify"],"date":["2017-10-17"],"summary":["DSM"],"notes":["Portfolio: Budget & Human Resources"],"location":["BXL"],"address":["BXL"],"addressEntity":["addr-d2fde52f67ea4a3e1fe233d0a959d6a1c77fd910"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-365747616583-15","ec-person-69aa44204bd0cd314e6540561100b2f67d805fc1"]}} -{"id":"ec-meeting-2017-10-17-2d842a0f30e3805c414a922f378cd1cb98f70573","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-17 - Cabinet of Commissioner Violeta Bulc x Airlines for Europe"],"date":["2017-10-17"],"summary":["A4E CEO Event"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-4d2b449b5047ea3fda435a2a1c1081e3babcdf76","ec-person-9d4dc4867a44dfe10f67ae7ee1706da3e8b48a24","eu-tr-807912421050-91"]}} -{"id":"ec-meeting-2017-10-17-2ed00e2b5ccf4a14919b784736f468426d83c991","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-17 - Cabinet of Commissioner Elżbieta Bieńkowska x Volkswagen Aktiengesellschaft"],"date":["2017-10-17"],"summary":["challenges of the automotive industry in the context of a European Urban Emissions Initiative"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-6504541970-40","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2017-10-17-37855f30565fbdb6d8ba6d0440bca21dfc2cbdc9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-17 - Cabinet of Commissioner Věra Jourová x Volkswagen Aktiengesellschaft"],"date":["2017-10-17"],"summary":["dieselgate and mobility package"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-a2ca9161feee56909a0e98b473c2d342c20fdb57","eu-tr-6504541970-40"]}} -{"id":"ec-meeting-2017-10-17-4d7cbd113ac50cb15569d1ca4c227cde76dab9a0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-17 - Cabinet of Commissioner Věra Jourová x Svaz průmyslu a dopravy ČR IBM Corporation"],"date":["2017-10-17"],"summary":["Robotics/AI, ePrivacy, Cybersecurity"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-5455ecfabb89025694c798deac08160a2be17d94","eu-tr-7721359944-96","eu-tr-785320514128-81","ec-person-1e0e3a00ab815dea7c5b839b002ed2c7e34bfe0a"]}} -{"id":"ec-meeting-2017-10-17-500ebb2c718a9fdd1efef9c6f79c88bb0a02433b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-17 - Cabinet of Commissioner Pierre Moscovici x Pearle*-Live Performance Europe (Performing Arts Employers Associations League Europe) International Federation of Actors"],"date":["2017-10-17"],"summary":["Meeting with representatives from Pearle and FIA to discuss cross-border obstacles regarding taxation of performing artists"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["eu-tr-4817795559-48","ec-person-1d299d025d2afdcba46db3d131b6197fab6e0c89","eu-tr-24070646198-51"]}} -{"id":"ec-meeting-2017-10-17-604a61a5a3b03efd3cb1e95e5444a89bf3492537","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-17 - Cabinet of Vice-President Cecilia Malmström x American Chamber of Commerce to the European Union"],"date":["2017-10-17"],"summary":["AmCham EU Policy Trade Forum"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-20ded9db5df11164331bb161fdf234b1e5ad53fd","ec-person-cb8ca9ec2413722fa83484ed18dd76ace52d0118","eu-tr-5265780509-97"]}} -{"id":"ec-meeting-2017-10-17-69f8866676492020a444b4895e0c14534418a88f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-17 - Cabinet of Commissioner Phil Hogan x Teneo Strategy"],"date":["2017-10-17"],"summary":["on recent developments in EU agriculture, including the EU’s GMO import approval process, and future outlook for European agriculture and innovation"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels, BERL"],"address":["Brussels, BERL"],"addressEntity":["addr-3c3fa5f92474ebac668808553fbab6d1c14aa243"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-705615811388-66","ec-person-7d3caa534e5cdda6d5b949bd4b2def39356e3bec"]}} -{"id":"ec-meeting-2017-10-17-70b8831f63a030f7ff1df29c7757be1729c73bd6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-17 - Task Force for Relations with the United Kingdom x Deutscher Bauernverband"],"date":["2017-10-17"],"summary":["Meeting with the Task Force for the Preparation and Conduct of the Negotiations with the United Kingdom under Article 50 TEU"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-uktf"],"involved":["ec-person-864cfa5fbc9b02a079ffbab1107f252c7bb08478","eu-tr-73085531345-65"]}} -{"id":"ec-meeting-2017-10-17-73bb7dcefba205138fc7d3f2091e0a31012fa1d1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-17 - Cabinet of President Jean-Claude Juncker x ING Group"],"date":["2017-10-17"],"summary":["Future of Economic and Monetary Union"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-12112965774-95","ec-person-c402e34a99fbee730ae22e3b1958e21c94dc6fcc","ec-person-80c6995ad1cd6aefa72f1bf440b17b6d8c6dd4b8"]}} -{"id":"ec-meeting-2017-10-17-75f8f1a88bf8ab762a680a45fa467f3019180d6f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-17 - Cabinet of Vice-President Neven Mimica x CONCORD Europe"],"date":["2017-10-17"],"summary":["Civil society as partners in development cooperation"],"notes":["Portfolio: International Cooperation & Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-mimica-neven-of-president-vice"],"involved":["eu-tr-34478709670-34","ec-person-e90858f5aba78fd0e1cb2f757c3f38d55d91f98b"]}} -{"id":"ec-meeting-2017-10-17-76ddaf683d8dabfd44577c44d33efb2b3ff052ab","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-17 - Cabinet of Vice-President Cecilia Malmström x Cooperativas Agro-alimentarias de España"],"date":["2017-10-17"],"summary":["Agriculture exports to Canada, Japan, Mercosur and Mexico"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-3191855142-12","ec-person-98880f3f4206145e196013db9dd806a551c11e06"]}} -{"id":"ec-meeting-2017-10-17-7795fbba3d1cc960e4372ffb0d63ae1e91f95b85","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-17 - Cabinet of Commissioner Phil Hogan x Eesti Põllumajandus-Kaubanduskoda"],"date":["2017-10-17"],"summary":["future of the CAP"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels, BERL"],"address":["Brussels, BERL"],"addressEntity":["addr-3c3fa5f92474ebac668808553fbab6d1c14aa243"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-340415211061-17","ec-person-7d3caa534e5cdda6d5b949bd4b2def39356e3bec"]}} -{"id":"ec-meeting-2017-10-17-7db533fdc84e263b252f1e23c652b875aa005aa3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-17 - Cabinet of Vice-President Jyrki Katainen x Association européenne du cautionnement"],"date":["2017-10-17"],"summary":["AECM’s position paper on the interim evaluation of the COSME programme"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-67611102869-33","ec-person-c3d85c41b6b842aae5c953d41fda5f240a5d0969"]}} -{"id":"ec-meeting-2017-10-17-80f591098f6a894c493226ef004e5c0318df2083","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-17 - Cabinet of President Jean-Claude Juncker x Orange"],"date":["2017-10-17"],"summary":["Digital Single Market"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-44a061693f35519551be0e3dab996e76ad3f8c7c","eu-tr-76704342721-41"]}} -{"id":"ec-meeting-2017-10-17-819c21a07e1b020e483d9a30ba842bdd22f0ae09","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-17 - Agriculture and Rural Development x Syndicat National des Fabricants de Sucre"],"date":["2017-10-17"],"summary":["Sucre - exchange of views"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-agri"],"involved":["ec-person-7bc7204a153f98afbf1ad1cffbdd10d06d9ae166","eu-tr-965867828509-96"]}} -{"id":"ec-meeting-2017-10-17-847397c1b4d79ef63f3e0d1a81c0dcf42436fdb9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-17 - Cabinet of Commissioner Elżbieta Bieńkowska x Saab AB"],"date":["2017-10-17"],"summary":["EDIDP"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["ec-person-685ecf13dd26cd515c961e24ba71049af2302c5e","ec-person-d2997a7f359c91a337055c3e24dd36bf928de38d","eu-tr-86477889163-49"]}} -{"id":"ec-meeting-2017-10-17-84e4674d62166eafa0c4f9c02c57d6f9f7b45a4b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-17 - Cabinet of Commissioner Marianne Thyssen x Confederation of Finnish Industries EK"],"date":["2017-10-17"],"summary":["Nordic employers’ seminar on the Social Pillar"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["European Parliament"],"address":["European Parliament"],"addressEntity":["addr-bc0c3668435accfa5da4479c80478fe68d15ddb1"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["ec-person-5a49eb89125b4b5d1125b3925bbb64aba1bea2b3","eu-tr-1274604847-34"]}} -{"id":"ec-meeting-2017-10-17-8fa5f989c5f10fa2082dfec3d43e1884163ce3e9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-17 - Cabinet of Commissioner Mariya Gabriel x Deutsche Telekom"],"date":["2017-10-17"],"summary":["European Electronics Communication Code and e-privacy"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["ec-person-fc1068d79545d1659bf47e9b62bfb0aed175629e","eu-tr-60052162589-72"]}} -{"id":"ec-meeting-2017-10-17-9fb29d1848223c151fa264aef02c34719c0b1591","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-17 - Directorate-General for International Partnerships x CONCORD Europe"],"date":["2017-10-17"],"summary":["Cooperation with Civil Society"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-intpa"],"involved":["eu-tr-34478709670-34","ec-person-05c4477b89b93e7969f12d89b38f77fedce5876f"]}} -{"id":"ec-meeting-2017-10-17-a0d900957b6966241208c645d9ca6e5e2b1e7911","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-17 - Cabinet of Commissioner Elżbieta Bieńkowska x Zrzeszenie Międzynarodowych Przewoźników Drogowych w Polsce"],"date":["2017-10-17"],"summary":["mobility package"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["ec-person-d2997a7f359c91a337055c3e24dd36bf928de38d","eu-tr-719426524132-11","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2017-10-17-a1d629412674fd952f2be78d9a6643b818422016","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-17 - Cabinet of Commissioner Violeta Bulc x CONFEDERACIÓN ESPAÑOLA DE TRANSPORTE EN AUTOBÚS"],"date":["2017-10-17"],"summary":["Meeting with Rafael Barbadillo López, President CONFEBUS"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-915777112103-83","ec-person-dd7851e4a1e747e824b4f81139e33bc3cdb73160"]}} -{"id":"ec-meeting-2017-10-17-a334272d437a5e2a143f8d27be1765621e9ec48d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-17 - Cabinet of Vice-President Maroš Šefčovič x NGVA Europe"],"date":["2017-10-17"],"summary":["Mobility Package, Role of gas"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-3bf48630444ace93d407e52eb880e64d480f75ce","eu-tr-1119946481-54"]}} -{"id":"ec-meeting-2017-10-17-ab8cf57efae6c04a3d3995335a8938f787265715","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-17 - Cabinet of Commissioner Violeta Bulc x COSYLAB, laboratorij za kontrolne sisteme, d.d."],"date":["2017-10-17"],"summary":["Meeting with Marko Plesko, CEO of Cosylab"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-4d2b449b5047ea3fda435a2a1c1081e3babcdf76","eu-tr-577479628316-33"]}} -{"id":"ec-meeting-2017-10-17-b4c40d797d4e50ff9f7479600a7e514d2b64b787","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-17 - Internal Market, Industry, Entrepreneurship and SMEs x European Chemical Industry Council"],"date":["2017-10-17"],"summary":["Discussion of the EU industrial policy strategy communication, sustainable chemicals, and enforcement of chemicals legislation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-grow"],"involved":["ec-person-60a3d0d628d231b41af1d0c65607b0fd78ca4edc","eu-tr-64879142323-90"]}} -{"id":"ec-meeting-2017-10-17-b6e8d01b6493d8b43595fb6d7a804ba5fddf3b30","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-17 - Cabinet of Commissioner Phil Hogan x Polski Związek Hodowców i Producentów Trzody Chlewnej \"POLSUS\""],"date":["2017-10-17"],"summary":["Agri Matters"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-068516110787-28","ec-person-a1a78365cc4685b0958056646204977d8f2ead92"]}} -{"id":"ec-meeting-2017-10-17-bdcd41497b17e8d348c205301ed752ac6bebbb9a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-17 - Cabinet of Commissioner Mariya Gabriel x ARD-Verbindungsbüro Brüssel"],"date":["2017-10-17"],"summary":["Copyright and AVMSD"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-6774178922-55","ec-person-13ac9a19d8d04f97c0d32603d014df0dd4e1cd2a"]}} -{"id":"ec-meeting-2017-10-17-c54a40b316aa118c0da26cbfee654979b252e85e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-17 - Cabinet of Vice-President Günther Oettinger x Helmholtz-Gemeinschaft Deutscher Forschungszentren e.V."],"date":["2017-10-17"],"summary":["Future of Europe, MFF"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-73792436593-97","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2017-10-17-c9820e6b71c00719c1c1bb5ec9a1ce8b67e56846","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-17 - Cabinet of Commissioner Violeta Bulc x Community of European Railway and Infrastructure Companies"],"date":["2017-10-17"],"summary":["Meeting with Mr Fritzson and Mr Lochman"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-7574621118-27","ec-person-dd7851e4a1e747e824b4f81139e33bc3cdb73160"]}} -{"id":"ec-meeting-2017-10-17-cedaed2e8103db752880791454c4545ea92553af","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-17 - Cabinet of Vice-President Günther Oettinger x Deutscher Bauernverband"],"date":["2017-10-17"],"summary":["Agricultural policy & EU budget"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-73085531345-65","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2017-10-17-df8e8a05c13418e1b357431f6fa86aa434022586","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-17 - Cabinet of Vice-President Valdis Dombrovskis x Swiss Re Ltd."],"date":["2017-10-17"],"summary":["FinTech"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-290136415264-17","ec-person-537401fc0be04984531b83660f416bf2fe14fbd8"]}} -{"id":"ec-meeting-2017-10-17-ee00e8e37a330e7a4fa405ff03bcdf16ec161992","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-17 - Cabinet of Commissioner Vytenis Andriukaitis x G Plus Ltd (t/a Portland) European Flavour Association"],"date":["2017-10-17"],"summary":["Flavouring substances"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-0dbfffeb0323f819c8d57164906086dd8639c437","eu-tr-7223777790-86","eu-tr-71022433397-11"]}} -{"id":"ec-meeting-2017-10-17-f0b55d49c822ee3d9184bce9a98c7458162cb52e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-17 - Cabinet of Vice-President Miguel Arias Cañete x Guidehouse Netherlands B.V."],"date":["2017-10-17"],"summary":["Gas Markets"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-1831691c10441c5974327bbeb8693d6b6c1e50c3","eu-tr-291658228603-85"]}} -{"id":"ec-meeting-2017-10-17-f2ce3a1c9b76f78720312350915aa41108c29d6c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-17 - Cabinet of Commissioner Tibor Navracsics x Pearle*-Live Performance Europe (Performing Arts Employers Associations League Europe) INTERNATIONAL FEDERATION OF MUSICIANS UNI MEI Global Union International Federation of Actors"],"date":["2017-10-17"],"summary":["Cross-border obstacles to taxation of performing artists"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["eu-tr-82864476764-79","eu-tr-24070646198-51","eu-tr-01953872943-65","ec-person-49f31dad10f5641cb1d1e4c3107dd838389e8120","eu-tr-4817795559-48"]}} -{"id":"ec-meeting-2017-10-17-f52d8256cea4df538c1a3375508ff702b167684a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-17 - Cabinet of Vice-President Johannes Hahn x IHS Markit"],"date":["2017-10-17"],"summary":["Political and economic developments and investment climate in Western Balkans."],"notes":["Portfolio: European Neighbourhood Policy & Enlargement Negotiations"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-hahn-johannes-of-president-vice"],"involved":["eu-tr-28748136794-46","ec-person-8ffa69c5fdbbacf33a405e9e62a3ef920b5fcde1"]}} -{"id":"ec-meeting-2017-10-18-01a9573cb20a323fd3b5cc665d9bc185e7ac391a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-18 - Cabinet of Commissioner Mariya Gabriel x DOT Europe"],"date":["2017-10-18"],"summary":["Copyright and AVMSD"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-53905947933-43","ec-person-13ac9a19d8d04f97c0d32603d014df0dd4e1cd2a"]}} -{"id":"ec-meeting-2017-10-18-03388f1f75fd7b02af4422078d7db27dda879031","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-18 - Communications Networks, Content and Technology x KPN"],"date":["2017-10-18"],"summary":["5G in Netherlands"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-38392131923-05","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2017-10-18-0ca26ec454edf801921f2e087041ae8bd2ea7a23","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-18 - Cabinet of Commissioner Elżbieta Bieńkowska x DASSAULT AVIATION"],"date":["2017-10-18"],"summary":["Defence"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-264527121382-71","ec-person-685ecf13dd26cd515c961e24ba71049af2302c5e","ec-person-95a769a1850d7d595f9a5853c51dcbdd3ddd69fb"]}} -{"id":"ec-meeting-2017-10-18-13bf268a077cc9b14042fe541cc4acca6b1d7a56","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-18 - Task Force for Relations with the United Kingdom x Airbus"],"date":["2017-10-18"],"summary":["Meeting with the Task Force for the Preparation and Conduct of the Negotiations with the United Kingdom under Article 50 TEU"],"location":["BRUSSELS"],"address":["BRUSSELS"],"addressEntity":["addr-f74337897287bf1b546f30505f5b1f693a87af50"],"organizer":["ec-dg-uktf"],"involved":["ec-person-864cfa5fbc9b02a079ffbab1107f252c7bb08478","eu-tr-2732167674-76"]}} -{"id":"ec-meeting-2017-10-18-19edd866455d3a13dd7321535030545ff30145cb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-18 - Foreign Policy Instruments x Raiffeisen Bank International AG"],"date":["2017-10-18"],"summary":["Developments related to Ukraine & Russia"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-fpi"],"involved":["ec-person-c3b6b442c99862009242a343eeb51ed66498bd31","eu-tr-33858106461-10"]}} -{"id":"ec-meeting-2017-10-18-1a825fa1a553fd60c7c5bf4ce642d25f20c1f895","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-18 - Cabinet of Vice-President Maroš Šefčovič x Leonardo S.p.A."],"date":["2017-10-18"],"summary":["Space Policy"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-e74918e8eb8a9ef96da8cb06c0eae7ac5080d822","eu-tr-02550382403-01","ec-person-1f95be23689cd4ed0a26fe2980f760ccf2d55c1e"]}} -{"id":"ec-meeting-2017-10-18-1b9a09610d022dcb90769c1a9e8e8b8de4a982b8","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2017-10-18 - Cabinet of Vice-President Jyrki Katainen x Finavia Corporation Miltton Europe"],"date":["2017-10-18"],"summary":["Airport related legal framework","Procurement, aviation"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-f9208d930adc70c6c64e21701e48f85f6f18e949","eu-tr-60334418925-95","ec-person-0da85dc48012e26688310a59a0b51727ea68f410","eu-tr-245377319023-40"]}} -{"id":"ec-meeting-2017-10-18-2d0a582fa6ec0535c5e77475ecb47935bf9e1693","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-18 - Cabinet of Vice-President Cecilia Malmström x Airbus"],"date":["2017-10-18"],"summary":["WTO litigation"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-19b143e83f8ab978c55c8a9a9e49e06dbfa14bf3","eu-tr-2732167674-76"]}} -{"id":"ec-meeting-2017-10-18-30afa67605c8090d42f5195d5c8a3e70b243648b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-18 - Cabinet of Commissioner Violeta Bulc x European Sea Ports Organisation"],"date":["2017-10-18"],"summary":["TEN-T, financing investments and multimodality."],"notes":["Portfolio: Transport"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-01554483175-08","ec-person-e14c58f620f40325d829df7be0823280307bc15f"]}} -{"id":"ec-meeting-2017-10-18-3da692b1bd04efd077338b603f7e21a0761acea9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-18 - Cabinet of Vice-President Andrus Ansip x Microsoft Corporation"],"date":["2017-10-18"],"summary":["ePrivacy, AI and GDPR"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-0801162959-21","ec-person-5db7bdd1c81da2e70eb5b982097d0004111b5c3e","ec-person-91ca0921c6790191daa54427311acd63035e7c9e"]}} -{"id":"ec-meeting-2017-10-18-41cbbae1f0536362f272d52d3dee88a353ed38b3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-18 - Cabinet of Vice-President Maroš Šefčovič x Roundtable for Europe's Energy Future"],"date":["2017-10-18"],"summary":["Mobility Transport transition; interlinkage electricity"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-e74918e8eb8a9ef96da8cb06c0eae7ac5080d822","ec-person-1f95be23689cd4ed0a26fe2980f760ccf2d55c1e","eu-tr-101903316808-95","ec-person-af83ed49c403cb9d7ebfecca7893f0054c1f4be5"]}} -{"id":"ec-meeting-2017-10-18-448f6be4bb0f9e529a8b95b7c038684480706244","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-18 - Cabinet of Commissioner Elżbieta Bieńkowska x Leonardo S.p.A."],"date":["2017-10-18"],"summary":["Space"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["BRUSSELS, BELGIUM"],"address":["BRUSSELS, BELGIUM"],"addressEntity":["addr-4c1ab42f2d67a167e7e42a844fe060e6aeea37ad"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["ec-person-685ecf13dd26cd515c961e24ba71049af2302c5e","eu-tr-02550382403-01","ec-person-95a769a1850d7d595f9a5853c51dcbdd3ddd69fb"]}} -{"id":"ec-meeting-2017-10-18-4d47f982d8acff680fdd96423fd5465b62cf9e0f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-18 - Cabinet of First Vice-President Frans Timmermans x Coppieters Foundation"],"date":["2017-10-18"],"summary":["New Commission Regulation on Political Parties"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["ec-person-1bc3e2272ec82a894153feccd4f285ae594f7b3b","eu-tr-57231475311-15"]}} -{"id":"ec-meeting-2017-10-18-5378b5cc375adc7d556c799e89d35ac79d34e1de","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-18 - Cabinet of Commissioner Elżbieta Bieńkowska x Naval Group"],"date":["2017-10-18"],"summary":["Exchange of views on current topics"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["ec-person-685ecf13dd26cd515c961e24ba71049af2302c5e","eu-tr-57864135710-49","ec-person-95a769a1850d7d595f9a5853c51dcbdd3ddd69fb"]}} -{"id":"ec-meeting-2017-10-18-562a27feac1c836cc399835ea454311c22638942","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-18 - Cabinet of Vice-President Miguel Arias Cañete x CONFEDERACIÓN ESPAÑOLA DE TRANSPORTE EN AUTOBÚS"],"date":["2017-10-18"],"summary":["Mobility Package"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-915777112103-83","ec-person-2229c857664a22dcb8eee79a8c05841fd3d0924f","ec-person-25a937c04cd0a0ddcf5cf34798e76b5105854114"]}} -{"id":"ec-meeting-2017-10-18-59814df4eb7401185d5fd9c89425e14a3a0faa56","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-18 - Cabinet of Vice-President Cecilia Malmström x Ingka Services A.B."],"date":["2017-10-18"],"summary":["Obstacles to trade in: - India; - Mexico; - Mercosur"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-1095068839-59","ec-person-20ded9db5df11164331bb161fdf234b1e5ad53fd"]}} -{"id":"ec-meeting-2017-10-18-67e93923678b0240cf4da9b6431f3132419093e6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-18 - Cabinet of President Jean-Claude Juncker x Young European Leadership"],"date":["2017-10-18"],"summary":["Working dinner on the Future of Europe"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-596915820961-12","ec-person-98eba7ab1446c6dce384fdc2ecd48c7cadf9ee4e"]}} -{"id":"ec-meeting-2017-10-18-688c1bc8c4ef83157a75522f8d05421f1e756f5c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-18 - Cabinet of Commissioner Phil Hogan x Human Rights Consortium"],"date":["2017-10-18"],"summary":["Rights and Equality Standards"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-ff8342dedc26701400fcb7dcf73fbee50a837ac6","eu-tr-084695328428-62"]}} -{"id":"ec-meeting-2017-10-18-6991e2747752af0a5ea3b9ffb582d800695752cb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-18 - Cabinet of Vice-President Günther Oettinger x Deutsche Bank AG"],"date":["2017-10-18"],"summary":["digital agenda"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-271912611231-56","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2017-10-18-6d6cabfdfb6fff900582699e0a06fc61f1fc6a23","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-18 - Cabinet of First Vice-President Frans Timmermans x Plan International EU Office"],"date":["2017-10-18"],"summary":["Gender Equality and Girls Rights"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-83357751766-93","ec-person-8d1c5ff76a431332387aa10936b0bff13f7d71fd"]}} -{"id":"ec-meeting-2017-10-18-6e325439a8cde1c8e46501385b6cd12a49506d4d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-18 - Cabinet of Commissioner Violeta Bulc x BLS AG"],"date":["2017-10-18"],"summary":["360 degree perspective referring the implementation of TEN-T-requirements"],"notes":["Portfolio: Transport"],"location":["brussels"],"address":["brussels"],"addressEntity":["addr-e2daa1574b7ac475c827b33e281bd2d5e013c882"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-230630614673-95","ec-person-be830229e281863b280fbdedb9755116218a1b6d"]}} -{"id":"ec-meeting-2017-10-18-70920754d52ea72a2a060d209f4c06b6134a872a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-18 - Cabinet of Vice-President Günther Oettinger x Business Metropole Ruhr GmbH"],"date":["2017-10-18"],"summary":["Future of cohesion policy"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-301431928100-81","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2017-10-18-768785614f55df85c8fdf136c74fb5689c5942be","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-18 - Directorate-General for International Partnerships x Fundación Internacional y para Iberoamérica de Administración y Políticas Públicas"],"date":["2017-10-18"],"summary":["Projects on Security, organized crime and graduated countries"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-intpa"],"involved":["eu-tr-76875858222-63","ec-person-05c4477b89b93e7969f12d89b38f77fedce5876f"]}} -{"id":"ec-meeting-2017-10-18-78cc74a678fda62b54db3afce8b845ebccf5e225","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-18 - Cabinet of Vice-President Cecilia Malmström x PRESTOMEDIA S.L."],"date":["2017-10-18"],"summary":["Invitation to the 'Aqui Europa' conference and European awards"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-714082013977-02","ec-person-98880f3f4206145e196013db9dd806a551c11e06"]}} -{"id":"ec-meeting-2017-10-18-8b78c57756a3b11a5597301bdd5b6150a414111d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-18 - Cabinet of Commissioner Mariya Gabriel x RELX"],"date":["2017-10-18"],"summary":["Copyright"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-338398611148-62","ec-person-13ac9a19d8d04f97c0d32603d014df0dd4e1cd2a"]}} -{"id":"ec-meeting-2017-10-18-90f4240188d20358fc54df0666c5a9cb0ccfee0d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-18 - Cabinet of Commissioner Pierre Moscovici x Accountancy Europe"],"date":["2017-10-18"],"summary":["Meeting with Accountancy Europe to exchange views on tax intermediaries and green taxation"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["brussels"],"address":["brussels"],"addressEntity":["addr-e2daa1574b7ac475c827b33e281bd2d5e013c882"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["ec-person-1d299d025d2afdcba46db3d131b6197fab6e0c89","eu-tr-4713568401-18"]}} -{"id":"ec-meeting-2017-10-18-a241a0c9ff497d56b9f05bbdad13b3c2124d1ab4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-18 - Taxation and Customs Union x International Road Transport Union Permanent Delegation to the EU"],"date":["2017-10-18"],"summary":["Discussion on transit and other issues"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-taxud"],"involved":["eu-tr-41802525291-86","ec-person-3173c1cc052827c58f23ccd3a8de07534f0d35bd"]}} -{"id":"ec-meeting-2017-10-18-a6f025124523821e1930e8c49c00ce30a273b499","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-18 - Cabinet of Commissioner Věra Jourová x de Nederlandse Orde van Belastingadviseurs (the Dutch Association of Tax Advisers)"],"date":["2017-10-18"],"summary":["AMLD"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["eu-tr-28740039397-21","ec-person-f329292459cb1badb7fb7c6b67b698c441931bb2"]}} -{"id":"ec-meeting-2017-10-18-a91a8c2e8b111f58dbc8e5bf46ed277ee6959e18","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-18 - Cabinet of Vice-President Jyrki Katainen x Leonardo S.p.A."],"date":["2017-10-18"],"summary":["EU Defence and Space Strategy"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-f9208d930adc70c6c64e21701e48f85f6f18e949","eu-tr-02550382403-01"]}} -{"id":"ec-meeting-2017-10-18-ac32bf8958e544d87529f3e1caad7bc41e35e41d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-18 - Task Force for Relations with the United Kingdom x Brunswick Group Advisory Limited"],"date":["2017-10-18"],"summary":["Meeting with the Task Force for the Preparation and Conduct of the Negotiations with the United Kingdom under Article 50 TEU"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-uktf"],"involved":["ec-person-864cfa5fbc9b02a079ffbab1107f252c7bb08478","eu-tr-26255464458-25"]}} -{"id":"ec-meeting-2017-10-18-b81cdf08dcdce931e739c4e0967cdeba6ed07d92","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-18 - Cabinet of Commissioner Věra Jourová x Weber Shandwick"],"date":["2017-10-18"],"summary":["dual food quality"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-a2ca9161feee56909a0e98b473c2d342c20fdb57","ec-person-a608b85b2ffef83f883b5a2330b6232efa1b7141","eu-tr-52836621780-65"]}} -{"id":"ec-meeting-2017-10-18-c4229352e7fff693d9637da460ddf8f541b6c6e8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-18 - Cabinet of Commissioner Vytenis Andriukaitis x Union Européenne des Médecins Spécialistes"],"date":["2017-10-18"],"summary":["Use of the Formaldehyde"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-b9c3f19e7c5f216e3e508f931ddd6a9cb59376d1","eu-tr-97430636339-85","ec-person-df30d07ef698a52b9948b9c734db39196cf8541f"]}} -{"id":"ec-meeting-2017-10-18-cf0b47585bc39baf7729fbdacb430c3949f18b99","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-18 - Cabinet of First Vice-President Frans Timmermans x Association Internationale de la Savonnerie, de la Détergence et des Produits d'Entretien"],"date":["2017-10-18"],"summary":["on Circular Economy - EU Strategy for Plastics"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels, BERL"],"address":["Brussels, BERL"],"addressEntity":["addr-3c3fa5f92474ebac668808553fbab6d1c14aa243"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-6168551998-60","ec-person-8d1c5ff76a431332387aa10936b0bff13f7d71fd"]}} -{"id":"ec-meeting-2017-10-18-d08179aa931c1f89ecfe91573c0c1c3bad98f210","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-18 - Cabinet of Commissioner Violeta Bulc x Airbus"],"date":["2017-10-18"],"summary":["Meeting with Mr Enders, Chief Executive of Airbus"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-4d2b449b5047ea3fda435a2a1c1081e3babcdf76","ec-person-9d4dc4867a44dfe10f67ae7ee1706da3e8b48a24","eu-tr-2732167674-76"]}} -{"id":"ec-meeting-2017-10-18-e04cbbd80037f941b8746bfea94f83521780f099","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-18 - Cabinet of Vice-President Neven Mimica x Lumos Foundation"],"date":["2017-10-18"],"summary":["High-level discussion on the EU’s external action on \"The link between trafficking and children in institutions\" organized by European Commission and Lumos"],"notes":["Portfolio: International Cooperation & Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-mimica-neven-of-president-vice"],"involved":["ec-person-b187f3955c71d2e1daa48e02fd0a09ab7c6f6098","eu-tr-849607914394-57"]}} -{"id":"ec-meeting-2017-10-18-ecc7655edf4e865a8b9936e868437455e7bc50b0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-18 - Cabinet of Vice-President Jyrki Katainen x The Danish Chamber of Commerce"],"date":["2017-10-18"],"summary":["Unfair Trading Practices"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-0330934426-12","ec-person-955e8c493ab54847bb92b65986f56a401f8eabee"]}} -{"id":"ec-meeting-2017-10-18-f03c929ff2529ea9b29d7a87cb89c120223aa08a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-18 - Cabinet of Commissioner Phil Hogan x EU Strategy"],"date":["2017-10-18"],"summary":["Introduction"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-42484704423-92","ec-person-ff8342dedc26701400fcb7dcf73fbee50a837ac6"]}} -{"id":"ec-meeting-2017-10-18-f4bbf0beabd139e5f5268fc76fa61f6a51f55a55","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-18 - Cabinet of Commissioner Vytenis Andriukaitis x The European Association for Food Safety"],"date":["2017-10-18"],"summary":["Natural and microbial food contaminants"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-b9c3f19e7c5f216e3e508f931ddd6a9cb59376d1","eu-tr-567830223168-59","ec-person-df30d07ef698a52b9948b9c734db39196cf8541f"]}} -{"id":"ec-meeting-2017-10-19-045e9523f4aab5b0ae15671e9f2296c089e37839","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-19 - Cabinet of Vice-President Maroš Šefčovič x Handelsverband Deutschland"],"date":["2017-10-19"],"summary":["Clean Energy Package, energy prices, eco labelling"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-3bf48630444ace93d407e52eb880e64d480f75ce","eu-tr-31200871765-41"]}} -{"id":"ec-meeting-2017-10-19-078488a0d969893ae63079de8c3c2f0a4d5d258f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-19 - Structural Reform Support x APG Groep N.V."],"date":["2017-10-19"],"summary":["Cooperation on future technical support on pension funds"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-reform"],"involved":["eu-tr-18614026826-73","ec-person-6420facda81e0ac04377023fcfa86e953541782b"]}} -{"id":"ec-meeting-2017-10-19-2a88ad7ee309aaeef5dd3447c42d659b3e10008c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-19 - Cabinet of Commissioner Violeta Bulc x VINCI Concessions"],"date":["2017-10-19"],"summary":["Meeting with Marc Neyrand"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-548482926481-28","ec-person-dd7851e4a1e747e824b4f81139e33bc3cdb73160"]}} -{"id":"ec-meeting-2017-10-19-387331848d233ee7e2397d9366a264a373eae9f7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-19 - Cabinet of Vice-President Andrus Ansip x 5G Automotive Association"],"date":["2017-10-19"],"summary":["Connected and automated cars"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-802312827842-26","ec-person-6a03bc4fa7657513ea34529e98dba0671ef4c849"]}} -{"id":"ec-meeting-2017-10-19-3944b958ffa7512a350de0e582b3d7532f2e47c7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-19 - Cabinet of Commissioner Pierre Moscovici x G Plus Ltd (t/a Portland) LVMH Publica"],"date":["2017-10-19"],"summary":["Discussion sur la mise en œuvre des droits de propriété intellectuelle dans l'UE et aux frontières face au développement du e-commerce"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["eu-tr-7223777790-86","eu-tr-16094042309-21","ec-person-1d299d025d2afdcba46db3d131b6197fab6e0c89"]}} -{"id":"ec-meeting-2017-10-19-4ecb562ec10438eb8daef61c1a13db0bc47db845","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-19 - Cabinet of Vice-President Valdis Dombrovskis x Bundesverband deutscher Banken e.V."],"date":["2017-10-19"],"summary":["CMU"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-48f31156d932641826e09f5b73f074d35ff05786","eu-tr-0764199368-97"]}} -{"id":"ec-meeting-2017-10-19-534dcb5be0aa79dee95882a5c416da2d122e47dd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-19 - Cabinet of Commissioner Mariya Gabriel x 5G Automotive Association"],"date":["2017-10-19"],"summary":["Connected and autonomous vehicles"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-802312827842-26","ec-person-77288fc6cc1d717936ac1a1d02ed679fd493b117"]}} -{"id":"ec-meeting-2017-10-19-54073034e0072a17dd7c113aedb055bcc899d36b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-19 - Health and Food Safety x Vaccines Europe"],"date":["2017-10-19"],"summary":["Discussion on vaccination"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-sante"],"involved":["eu-tr-53073567234-18","ec-person-3c7fdbe0c1c235777d916309465339b7ed1666f6"]}} -{"id":"ec-meeting-2017-10-19-561484bb87c740efbf93b8533d6733f42a77bb6d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-19 - Communications Networks, Content and Technology x Meta Platforms Ireland Limited and its various subsidiaries (f/k/a Facebook Ireland Limited)"],"date":["2017-10-19"],"summary":["Net Neutrality ; OTT"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-28666427835-74","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2017-10-19-56a2362bcaf1bf76e4d3fa8b59e6df3e4e50614e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-19 - Cabinet of Commissioner Mariya Gabriel x Bayerische Motoren Werke Aktiengesellschaft"],"date":["2017-10-19"],"summary":["Cybersecurity, Data Access, Vehicle Autonomy"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-7193977808-18","ec-person-77288fc6cc1d717936ac1a1d02ed679fd493b117"]}} -{"id":"ec-meeting-2017-10-19-573f388f0c65bbf1b3a4ef9b45ce2db327368dfa","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-19 - Cabinet of Commissioner Mariya Gabriel x Telefonica, S.A."],"date":["2017-10-19"],"summary":["ePrivacy Regulation"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-52431421-12","ec-person-fc1068d79545d1659bf47e9b62bfb0aed175629e"]}} -{"id":"ec-meeting-2017-10-19-5fe056506fff4d0a714134094e7d8c66e2e7f5e5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-19 - Cabinet of Commissioner Pierre Moscovici x FEDERATION FRANCAISE DES VINS D'APERITIF"],"date":["2017-10-19"],"summary":["Meeting to discuss the evaluation of the excises structures directive"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["ec-person-1d299d025d2afdcba46db3d131b6197fab6e0c89","eu-tr-43623438752-83"]}} -{"id":"ec-meeting-2017-10-19-6163ca9a9dd2b607edad580416bb91e8a64e88e6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-19 - Cabinet of Commissioner Violeta Bulc x 5G Automotive Association"],"date":["2017-10-19"],"summary":["EU regulatory framework for connected and automated cars"],"notes":["Portfolio: Transport"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-802312827842-26","ec-person-e14c58f620f40325d829df7be0823280307bc15f"]}} -{"id":"ec-meeting-2017-10-19-64597b656846e00eb308ff311f252a423e36877a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-19 - Cabinet of Commissioner Elżbieta Bieńkowska x 5G Automotive Association"],"date":["2017-10-19"],"summary":["Connected & automated cars, C-ITS"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-802312827842-26","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2017-10-19-7d0a13514640ab4392fb5e75470f0619c1486d89","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-19 - Cabinet of Vice-President Andrus Ansip x Association of European Public Postal Operators"],"date":["2017-10-19"],"summary":["Cross-border parcel delivery services, e-commerce, innovation"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0","eu-tr-092682012915-24"]}} -{"id":"ec-meeting-2017-10-19-a833571b7adb4e9210890770357c21a2b00fc5a1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-19 - Energy x The European Association for the Promotion of Cogeneration"],"date":["2017-10-19"],"summary":["Clean Energy package"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-38305846546-70","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2017-10-19-adf26d6bbe252dc5b37df1447b841a74bea01f5e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-19 - Cabinet of Commissioner Věra Jourová x AIM European Brands Association"],"date":["2017-10-19"],"summary":["dual quality, gender equality and women on boards"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-a2ca9161feee56909a0e98b473c2d342c20fdb57","ec-person-a608b85b2ffef83f883b5a2330b6232efa1b7141","eu-tr-1074382679-01"]}} -{"id":"ec-meeting-2017-10-19-adff1861eba5f363ec896e472177e277571d1862","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-19 - Cabinet of Vice-President Jyrki Katainen x Verband der Automobilindustrie"],"date":["2017-10-19"],"summary":["CO2 proposal"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-95574664768-90","ec-person-0da85dc48012e26688310a59a0b51727ea68f410"]}} -{"id":"ec-meeting-2017-10-19-b8ed967fdc8686e4670ebe65611a60491c8c5885","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-19 - Cabinet of Vice-President Miguel Arias Cañete x ELSA &PARTNERS"],"date":["2017-10-19"],"summary":["Clean Energy Package"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-462142617062-10","ec-person-2229c857664a22dcb8eee79a8c05841fd3d0924f"]}} -{"id":"ec-meeting-2017-10-19-bb60eb9d477ea88fb25d241f27cb0a0a84bdd91c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-19 - Cabinet of Vice-President Jyrki Katainen x Bundesverband deutscher Banken e.V."],"date":["2017-10-19"],"summary":["Financial Services and EMU"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90","eu-tr-0764199368-97"]}} -{"id":"ec-meeting-2017-10-19-be73d24a16a78816575dc82038f4209d4d6bd184","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-19 - Cabinet of Commissioner Phil Hogan x Federazione Italiana dell'Industria Alimentare"],"date":["2017-10-19"],"summary":["CAP"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels, BERL"],"address":["Brussels, BERL"],"addressEntity":["addr-3c3fa5f92474ebac668808553fbab6d1c14aa243"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-94614946815-09","ec-person-428cf365f3847d04012831ef2642a1a69aed518d"]}} -{"id":"ec-meeting-2017-10-19-c41363994223d837094695c153cda4e668082f8c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-19 - Cabinet of Commissioner Carlos Moedas x Instituto de Astrofisica de Canarias"],"date":["2017-10-19"],"summary":["Starmus Festival"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-f7ccc3ad366dd2fdb24870e1c02ff2763539c82f","ec-person-23980b2bc4fd9c82051d0f7888dc236b2f764866","eu-tr-901718228607-91"]}} -{"id":"ec-meeting-2017-10-19-ca0379941714e93316be9a1a17b6b0fb73a68e69","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-19 - Cabinet of Vice-President Valdis Dombrovskis x Association Française de la Gestion financière"],"date":["2017-10-19"],"summary":["PEPP; ESA's review; CMU"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-5975679180-97","ec-person-eec82261c60167b261e56ad1e2bfb4c482db6191"]}} -{"id":"ec-meeting-2017-10-19-d2088dd299b4c0d123c2212bbaaf3566fadf88d3","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2017-10-19 - Cabinet of Vice-President Andrus Ansip x France Industrie"],"date":["2017-10-19"],"summary":["Digitising European Industry","Data economy, digitisation of European industry"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-60974102057-03","ec-person-91ca0921c6790191daa54427311acd63035e7c9e","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45"]}} -{"id":"ec-meeting-2017-10-19-d38febf66a77acbe51fd0270b8d407b2df81e04c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-19 - Mobility and Transport x Community of European Railway and Infrastructure Companies"],"date":["2017-10-19"],"summary":["MFF, Shift2Rail"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-move"],"involved":["eu-tr-7574621118-27","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2017-10-19-d8102b280da4c84ecca0b612eb8166011d3f0947","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-19 - Cabinet of Commissioner Julian King x Google"],"date":["2017-10-19"],"summary":["Cyber security"],"notes":["Portfolio: Security Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-julian-king-of"],"involved":["eu-tr-03181945560-59","ec-person-8534d5829e2b89b2389ad8651205fee73503f559"]}} -{"id":"ec-meeting-2017-10-19-f77e588011f771b11a8d862ebc8280ffd5d37c2b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-19 - Cabinet of Vice-President Maroš Šefčovič x 5G Automotive Association"],"date":["2017-10-19"],"summary":["connected and automative cars"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-802312827842-26","ec-person-e74918e8eb8a9ef96da8cb06c0eae7ac5080d822"]}} -{"id":"ec-meeting-2017-10-20-0c92ba39ab6a1de3caee466597b602f6eb73f0a7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-20 - Cabinet of Commissioner Mariya Gabriel x CEMA - European Agricultural Machinery Industry Association"],"date":["2017-10-20"],"summary":["EU CODE OF CONDUCT ON AGRICULTURAL DATA SHARING"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["ec-person-fc1068d79545d1659bf47e9b62bfb0aed175629e","eu-tr-489575310490-58"]}} -{"id":"ec-meeting-2017-10-20-17f764e5484c9533b2fca2d6bdaec82898db56c2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-20 - Cabinet of Vice-President Andrus Ansip x Confederation of Swedish Enterprise"],"date":["2017-10-20"],"summary":["DSM general, platforms, data"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-39912257528-48","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45"]}} -{"id":"ec-meeting-2017-10-20-28a0a5e86869ff8ba0da9c6665d92135af1513d9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-20 - Cabinet of Commissioner Violeta Bulc x FERROVIE DELLO STATO ITALIANE S.p.A."],"date":["2017-10-20"],"summary":["meeting on MFF 2021 – 2027, CEF future for transport/rail, EFSI II ed Eurovignette"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-1954267427-31","ec-person-be830229e281863b280fbdedb9755116218a1b6d"]}} -{"id":"ec-meeting-2017-10-20-312414c31137361253c3e652aad1358820b32a3d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-20 - Cabinet of Commissioner Violeta Bulc x Armenian General Benevolent Union Europe"],"date":["2017-10-20"],"summary":["Meet Mr Karadzhyan INV to 62nd annual conference of Directors of shipping companies members of the Bratislava agreement"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-852151527714-11","ec-person-cb7aaf75b4c195481f149f904bc28b4e2ac2b7ab"]}} -{"id":"ec-meeting-2017-10-20-43523a34ce1214a0e9acf7b77b19d4600a542ddd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-20 - Cabinet of Commissioner Mariya Gabriel x EMEA Satellite Operators Association"],"date":["2017-10-20"],"summary":["Satellite operators"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-530938126582-09","ec-person-77288fc6cc1d717936ac1a1d02ed679fd493b117"]}} -{"id":"ec-meeting-2017-10-20-54ecff7ac3f30c93f0b47745a5019a6a4a17ba67","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-20 - Financial Stability, Financial Services and Capital Markets Union x Vigeo Eiris"],"date":["2017-10-20"],"summary":["HLEG sustainable finance"],"location":["Paris"],"address":["Paris"],"addressEntity":["addr-22390ad11c32faec43fc61555b53607660b3c185"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-644018728393-21","ec-person-bdee7a93f95c8ef05079539170139b3c02e8ed96"]}} -{"id":"ec-meeting-2017-10-20-6217ff4cfd881b69a61b4a72021373c032f9edc7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-20 - Mobility and Transport x AT&T, Inc."],"date":["2017-10-20"],"summary":["Connected cars"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-move"],"involved":["ec-person-26cdfacae671b09917bee1a91c91973941fa58a2","eu-tr-92442218459-37"]}} -{"id":"ec-meeting-2017-10-20-80bb1b6ac35fc0ae75d49dfcc7997fa281556d17","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2017-10-20 - Cabinet of Vice-President Miguel Arias Cañete x Transport and Environment (European Federation for Transport and Environment)"],"date":["2017-10-20"],"summary":["Mobility Package"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-58744833263-19","ec-person-25a937c04cd0a0ddcf5cf34798e76b5105854114"]}} -{"id":"ec-meeting-2017-10-20-8e8300b7c7afcaaa7f5494d9d571b4c09b0705d4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-20 - Cabinet of Commissioner Tibor Navracsics x Spotify"],"date":["2017-10-20"],"summary":["Digital Single Market"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-49f31dad10f5641cb1d1e4c3107dd838389e8120","eu-tr-365747616583-15"]}} -{"id":"ec-meeting-2017-10-20-9e91079c64c56073097b0dcfc5475e6ed6fe8011","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-20 - Cabinet of Commissioner Mariya Gabriel x ISFE - Representing the European Videogames Industry"],"date":["2017-10-20"],"summary":["Geoblocking"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-20586492362-11","ec-person-d995d34a2f8b1f0bf6a17486f5699181d6a01e1c"]}} -{"id":"ec-meeting-2017-10-20-a6700e97d729d1cf42bba9bb092f1190d3df3484","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-20 - Mobility and Transport x Conference of European Directors of Roads"],"date":["2017-10-20"],"summary":["Future mobility, road safety"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-move"],"involved":["eu-tr-485630615462-79","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2017-10-20-a8315beca20695284aa61df6fbd850be24c52863","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-20 - Cabinet of Commissioner Elżbieta Bieńkowska x TOYOTA MOTOR EUROPE"],"date":["2017-10-20"],"summary":["CO2 beyond 2020"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-5378003762-62","ec-person-d2997a7f359c91a337055c3e24dd36bf928de38d","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2017-10-20-c0cf4b11b74fd239f1de157c9843b5c127ad7395","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-20 - Energy x Havenbedrijf Rotterdam NV"],"date":["2017-10-20"],"summary":["Energy policy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["ec-person-6997149120ce5129e38febe5275dc8fd03232d2e","eu-tr-930637620172-95"]}} -{"id":"ec-meeting-2017-10-20-c8370a1b7d0d7fdf69c321df2002201fb8a0f820","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-20 - Cabinet of Commissioner Violeta Bulc x Heetch"],"date":["2017-10-20"],"summary":["Meeting with Mr Pellerin"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-dd7851e4a1e747e824b4f81139e33bc3cdb73160","eu-tr-728904528524-27"]}} -{"id":"ec-meeting-2017-10-20-d80636ec728631e5697a7d65a1fe4c62bdf96f4d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-20 - Cabinet of Vice-President Miguel Arias Cañete x Third Generation Environmentalism Ltd"],"date":["2017-10-20"],"summary":["Multiannual Financial Framework"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-3eac19199bd5dbac49f504d2610a9066dddbfe57","eu-tr-07783117686-61"]}} -{"id":"ec-meeting-2017-10-23-1c3537494eca91ea082a6ee4f9e9c0f9fade6fc6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-23 - Cabinet of Vice-President Karmenu Vella x RENAULT Peugeot S.A. Association des Constructeurs Européens d'Automobiles"],"date":["2017-10-23"],"summary":["Automobile post-2021 CO2 regulation"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["eu-tr-946343776-69","eu-tr-0649790813-47","ec-person-c3b835c0518074ff4c4d2774cbe39b4fd24ba71a","eu-tr-39900807417-87"]}} -{"id":"ec-meeting-2017-10-23-2d1a035f95710dfbdf4b1ed83d8c22803c79234e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-23 - Cabinet of President Jean-Claude Juncker x YDRENAS COMMUNICATIONS AB"],"date":["2017-10-23"],"summary":["Capital Markets Union"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-573007514406-21","ec-person-c402e34a99fbee730ae22e3b1958e21c94dc6fcc"]}} -{"id":"ec-meeting-2017-10-23-53c67af711dac21aaf561a09ce896f1c03d11335","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-23 - Cabinet of Vice-President Cecilia Malmström x INTERNATIONAL FEDERATION OF JOURNALISTS"],"date":["2017-10-23"],"summary":["Journalism in Mexico"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-19b143e83f8ab978c55c8a9a9e49e06dbfa14bf3","eu-tr-764354428462-05"]}} -{"id":"ec-meeting-2017-10-23-540c45a3a42d52cfb300bad001c123af76fbd0c9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-23 - Cabinet of Vice-President Maroš Šefčovič x Buildings Performance Institute Europe, BPIE ASBL"],"date":["2017-10-23"],"summary":["discussion Energy efficiancy financing platform"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-e74918e8eb8a9ef96da8cb06c0eae7ac5080d822","eu-tr-794282310517-54"]}} -{"id":"ec-meeting-2017-10-23-58b470cc62dd23a7c2ab0242419b65b35a0d9b3d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-23 - Inspire, Debate, Engage and Accelerate Action x Stiftung Mercator"],"date":["2017-10-23"],"summary":["Future of Europe and Road to Sibiu"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-dg-idea"],"involved":["eu-tr-876602816224-14","ec-person-4fe56a64c00b3e81c851b5538878b32481bd7d3c"]}} -{"id":"ec-meeting-2017-10-23-630cce92dfff92cedbd5f80243ba6489d5f61f53","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-23 - Cabinet of Commissioner Violeta Bulc x Zoz GmbH"],"date":["2017-10-23"],"summary":["Meeting with Professor Zoz"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-e14c58f620f40325d829df7be0823280307bc15f","eu-tr-481117328715-86"]}} -{"id":"ec-meeting-2017-10-23-755bc20f2e27ac3e1eb05b46a6192b0fd2e52759","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-23 - Cabinet of Vice-President Cecilia Malmström x European Sea Ports Organisation"],"date":["2017-10-23"],"summary":["Investment screening"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-01554483175-08","ec-person-20ded9db5df11164331bb161fdf234b1e5ad53fd"]}} -{"id":"ec-meeting-2017-10-23-78109b40c93de90056c93ac890b4ab9e0f574c4a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-23 - Cabinet of Vice-President Jyrki Katainen x Startup Europe Latin America Assembly"],"date":["2017-10-23"],"summary":["Exchange on EU digital and external policies to promote start-ups"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-af4fdbf97c89a6df87ab37d321d95829d657c940","eu-tr-237644028554-83"]}} -{"id":"ec-meeting-2017-10-23-92dd706c83a62fd30d60a31a1a937bd6a9a49abc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-23 - Cabinet of Vice-President Jyrki Katainen x Nykredit Realkredit A/S"],"date":["2017-10-23"],"summary":["Covered bonds and banking union"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-955e8c493ab54847bb92b65986f56a401f8eabee","eu-tr-337992525403-73"]}} -{"id":"ec-meeting-2017-10-23-9d0598b0c74bd7870a9fbd8556175ecb1d0eeea0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-23 - Cabinet of Commissioner Mariya Gabriel x european competitive telecommunications association"],"date":["2017-10-23"],"summary":["ECTA Conference"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-24627752238-32","ec-person-d995d34a2f8b1f0bf6a17486f5699181d6a01e1c"]}} -{"id":"ec-meeting-2017-10-23-9dac669ba46c9d21626a7e329daa8bc45ec7458c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-23 - Cabinet of Commissioner Phil Hogan x ENERCOOP SCIC SA"],"date":["2017-10-23"],"summary":["Agriculture affairs"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-598705329006-61","ec-person-a1a78365cc4685b0958056646204977d8f2ead92"]}} -{"id":"ec-meeting-2017-10-23-9f8bd7e9f7e78d91ca7972fe9f96716716cce137","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-23 - Cabinet of Vice-President Jyrki Katainen x European Regions Research and Innovation Network"],"date":["2017-10-23"],"summary":["Investment Platform for Cities"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-382103519163-19","ec-person-0da85dc48012e26688310a59a0b51727ea68f410"]}} -{"id":"ec-meeting-2017-10-23-b7905cd08770b9e73449ea0d0d6f74ba973d242e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-23 - Cabinet of Vice-President Günther Oettinger x Wirtschaftsprüferkammer (Chamber of Public Accountants)"],"date":["2017-10-23"],"summary":["services package"],"notes":["Portfolio: Budget & Human Resources"],"location":["Strasbourg"],"address":["Strasbourg"],"addressEntity":["addr-a7b90170b4a5bf2d1d09ccfd109b57e0a030cfc4"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911","eu-tr-025461722574-14"]}} -{"id":"ec-meeting-2017-10-23-db0079a19485439bd9f77e48f58071e6ecce45c4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-23 - Cabinet of Vice-President Andrus Ansip x SES S.A."],"date":["2017-10-23"],"summary":["Satellites in connectivity and 5G, D4D"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-93799097410-24","ec-person-666bc159c7e65a3af9e63c1e97435c02f1496955","ec-person-c759bd58acc54869aa8e62ce652efcda416e25c2","ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0"]}} -{"id":"ec-meeting-2017-10-23-f0458a5354e80fba3201b2ae8c1d616c54dc5de9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-23 - Cabinet of Vice-President Jyrki Katainen x European Association of Long-Term Investors"],"date":["2017-10-23"],"summary":["High Level Task Force on Social Infrastructure: state of play"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90","eu-tr-977980112556-82"]}} -{"id":"ec-meeting-2017-10-23-f968e2f56c93688d4e5115065d1417e6d301ed4e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-23 - Cabinet of Commissioner Phil Hogan x Associazione Peacelink"],"date":["2017-10-23"],"summary":["Agri Matters"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-566948015021-66","ec-person-a1a78365cc4685b0958056646204977d8f2ead92"]}} -{"id":"ec-meeting-2017-10-23-fbe5c4b03f8f1eea61e6a8ef928a98cfb3336d8f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-23 - Cabinet of Vice-President Günther Oettinger x Zoz GmbH"],"date":["2017-10-23"],"summary":["electro mobility"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["ec-person-55a0b11edfe9b0b76e526f72b1ec2e9f2f74d5bc","eu-tr-481117328715-86"]}} -{"id":"ec-meeting-2017-10-24-1514be3d7c2a152af1484c5cf32ebf36f1eeae10","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-24 - Cabinet of Vice-President Andrus Ansip x Bundesverband der Deutschen Industrie e.V."],"date":["2017-10-24"],"summary":["Digital Economy"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-1771817758-48","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45"]}} -{"id":"ec-meeting-2017-10-24-180b4be4f4b39e447b79e2fd910afa476d26bbcb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-24 - Cabinet of Vice-President Andrus Ansip x Verband der Automobilindustrie"],"date":["2017-10-24"],"summary":["standardisation, SEPs"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-95574664768-90","ec-person-6a03bc4fa7657513ea34529e98dba0671ef4c849"]}} -{"id":"ec-meeting-2017-10-24-1942991b742264ec1b988de9daa51f380fce22ea","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-24 - European Neighbourhood and Enlargement Negotiations x AJC Transatlantic Institute"],"date":["2017-10-24"],"summary":["Neighbourhood and Enlargement Policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-near"],"involved":["ec-person-1160ccf35947f06f1629cad85b9f162eb5575780","eu-tr-95713206856-14"]}} -{"id":"ec-meeting-2017-10-24-3762497d8298919eb9350b0cc66548fff29f34eb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-24 - Cabinet of First Vice-President Frans Timmermans x Social Progress Imperative"],"date":["2017-10-24"],"summary":["Exchange of views on Sustainable Development Goals"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels, BERL"],"address":["Brussels, BERL"],"addressEntity":["addr-3c3fa5f92474ebac668808553fbab6d1c14aa243"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-771713924589-06","ec-person-8d1c5ff76a431332387aa10936b0bff13f7d71fd"]}} -{"id":"ec-meeting-2017-10-24-3e68df3e19d89101a5af03306f0f4745c4b0db9e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-24 - Cabinet of Commissioner Mariya Gabriel x EPIA SolarPower Europe"],"date":["2017-10-24"],"summary":["solar panels and cells"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-2680046412-48","ec-person-d995d34a2f8b1f0bf6a17486f5699181d6a01e1c"]}} -{"id":"ec-meeting-2017-10-24-420e5b638cc4dc7d3c4c5b61a2dc9f9311844f27","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-24 - Cabinet of Vice-President Valdis Dombrovskis x American Express Corporation"],"date":["2017-10-24"],"summary":["developments affecting Payments and Digital Innovation"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-671547715580-60","ec-person-537401fc0be04984531b83660f416bf2fe14fbd8"]}} -{"id":"ec-meeting-2017-10-24-5199aab5494fb606b496b53070b694dce9a540d9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-24 - European Neighbourhood and Enlargement Negotiations x Europäische Stabilitäts-Initiative e.V."],"date":["2017-10-24"],"summary":["Neighbourhood and Enlargement Policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-near"],"involved":["ec-person-1160ccf35947f06f1629cad85b9f162eb5575780","eu-tr-545618415097-69"]}} -{"id":"ec-meeting-2017-10-24-67d365eece5dac118fcdadbb1e7241d452fb9375","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-24 - Cabinet of Vice-President Johannes Hahn x Nord Stream 2 AG"],"date":["2017-10-24"],"summary":["International Energy Policy"],"notes":["Portfolio: European Neighbourhood Policy & Enlargement Negotiations"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-hahn-johannes-of-president-vice"],"involved":["eu-tr-662856722412-20","ec-person-2fca685599028e7674f6143b21eb6760c913eef0"]}} -{"id":"ec-meeting-2017-10-24-6da09eaf3fe520994afa2855e75ce5fe8da620de","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-24 - Cabinet of Commissioner Phil Hogan x Confédération Européenne des Entrepreneurs de Travaux Techniques Agricoles, Ruraux et Forestiers/ European Organisation of Agricultural, Rural and Forestry Contractors / Europäischer Zentralverband der Lohnunternehmer"],"date":["2017-10-24"],"summary":["Event Planning"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-ff8342dedc26701400fcb7dcf73fbee50a837ac6","eu-tr-15086733813-03"]}} -{"id":"ec-meeting-2017-10-24-71c77b66edcb770421744e0c26a1218e1b582831","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-24 - Financial Stability, Financial Services and Capital Markets Union x SIX GROUP LTD"],"date":["2017-10-24"],"summary":["MiFIR, CMU, CCP, CSDR equivalence"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-259182121223-88","ec-person-bdee7a93f95c8ef05079539170139b3c02e8ed96"]}} -{"id":"ec-meeting-2017-10-24-81b4c789d06a6b12b082c9a5ca8254712e541b98","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-24 - Cabinet of Vice-President Neven Mimica x Social Progress Imperative"],"date":["2017-10-24"],"summary":["Social Progress Index and monitoring of the Sustainable Development Goals"],"notes":["Portfolio: International Cooperation & Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-mimica-neven-of-president-vice"],"involved":["eu-tr-771713924589-06","ec-person-d455992f8f48b86e26e61f5284a9ef8e18aed182"]}} -{"id":"ec-meeting-2017-10-24-8681ca0f0faecdf5b9d09a56567f29eebca13f5a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-24 - Financial Stability, Financial Services and Capital Markets Union x MARSH & McLENNAN COMPANIES FRANCE"],"date":["2017-10-24"],"summary":["système bancaire européen"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-117683115792-20","ec-person-bdee7a93f95c8ef05079539170139b3c02e8ed96"]}} -{"id":"ec-meeting-2017-10-24-86d926f54a49668ec374fd277dc54229567b964c","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2017-10-24 - Cabinet of Vice-President Günther Oettinger x Daimler Aktiengesellschaft"],"date":["2017-10-24"],"summary":["Future of CO2 emission regulation"],"notes":["Portfolio: Budget & Human Resources"],"location":["Strasbourg"],"address":["Strasbourg"],"addressEntity":["addr-a7b90170b4a5bf2d1d09ccfd109b57e0a030cfc4"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-2349218828-41","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2017-10-24-a3278228eb4e95386579b727b87e90a9bf8d9363","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-24 - Cabinet of Vice-President Miguel Arias Cañete x Daimler Aktiengesellschaft"],"date":["2017-10-24"],"summary":["Mobility Package"],"notes":["Portfolio: Climate Action & Energy"],"location":["Strasbourg"],"address":["Strasbourg"],"addressEntity":["addr-a7b90170b4a5bf2d1d09ccfd109b57e0a030cfc4"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd","eu-tr-2349218828-41"]}} -{"id":"ec-meeting-2017-10-24-a754fd7b210a21c343227db12005c67232739369","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-24 - Cabinet of Commissioner Violeta Bulc x EUROPEAN BUSINESS AVIATION ASSOCIATION"],"date":["2017-10-24"],"summary":["Meeting with Mr Mitchener and Mr Baltus"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-120566513356-64","ec-person-9d4dc4867a44dfe10f67ae7ee1706da3e8b48a24"]}} -{"id":"ec-meeting-2017-10-24-b473a76392e3c5fff9a0477bb1c3562fb1087d35","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-24 - Cabinet of Vice-President Jyrki Katainen x Dow Europe GmbH"],"date":["2017-10-24"],"summary":["Transatlantic economic and trade relations"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-af4fdbf97c89a6df87ab37d321d95829d657c940","eu-tr-38235121060-73"]}} -{"id":"ec-meeting-2017-10-24-b48ef915a20eea4186e6f1fdf605dc4e290b7cfa","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-24 - Cabinet of Commissioner Tibor Navracsics x Université libre de Bruxelles"],"date":["2017-10-24"],"summary":["Future of higher education"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["eu-tr-683034821431-24","ec-person-33076d1a800ce856f29bbab43813a5a80eef2da0"]}} -{"id":"ec-meeting-2017-10-24-f9c84e055fd089150fdd2552251c4109eb524dae","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-24 - Cabinet of First Vice-President Frans Timmermans x Airbus"],"date":["2017-10-24"],"summary":["exchange of views on Sustainable Development Policy"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels, BERL"],"address":["Brussels, BERL"],"addressEntity":["addr-3c3fa5f92474ebac668808553fbab6d1c14aa243"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-2732167674-76","ec-person-8d1c5ff76a431332387aa10936b0bff13f7d71fd"]}} -{"id":"ec-meeting-2017-10-25-001fc0e11c8fd8676ec6dd0798aa6d0b0620c5da","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-25 - Cabinet of Vice-President Jyrki Katainen x The Brewers of Europe"],"date":["2017-10-25"],"summary":["Preparatory meeting with a view to VP Katainen's participation in The Brewers of Europe’s General Assembly 30/11 – competitiveness, investment, jobs and growth in the brewery sector"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-c50e8c2cc390c5efb0626988d173bc6758459e0f","eu-tr-81610896372-23"]}} -{"id":"ec-meeting-2017-10-25-174e564151559c8b5f27b4b3c9ca5a24bab2596a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-25 - Cabinet of First Vice-President Frans Timmermans x Kaupan liitto ry - Finnish Commerce Federation"],"date":["2017-10-25"],"summary":["exchange of views on EU Food Supply Chain"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels, BERL"],"address":["Brussels, BERL"],"addressEntity":["addr-3c3fa5f92474ebac668808553fbab6d1c14aa243"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-141376015883-52","ec-person-8d1c5ff76a431332387aa10936b0bff13f7d71fd"]}} -{"id":"ec-meeting-2017-10-25-22791a6a3821e8611131d4737994ed622a239b7a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-25 - Cabinet of Commissioner Elżbieta Bieńkowska x BUSINESSEUROPE"],"date":["2017-10-25"],"summary":["Industrial policy"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["ec-person-d2997a7f359c91a337055c3e24dd36bf928de38d","eu-tr-3978240953-79"]}} -{"id":"ec-meeting-2017-10-25-295f5f56ffae95187dc59cec209700f49688e596","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-25 - Cabinet of Commissioner Marianne Thyssen x Deutsche Sozialversicherung Arbeitsgemeinschaft Europa"],"date":["2017-10-25"],"summary":["Exchange on: access to social protection, the European Pillar of Social Rights, the idea of a European labour authority, European Social Security Number"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["BERL 10/390 Deutsche Sozialversicherung Europavertretung"],"address":["BERL 10/390 Deutsche Sozialversicherung Europavertretung"],"addressEntity":["addr-2da56a5bb7a1a25243b3010bc63f90cd0fcb9cd4"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["eu-tr-917393784-31","ec-person-5a49eb89125b4b5d1125b3925bbb64aba1bea2b3"]}} -{"id":"ec-meeting-2017-10-25-30955165f11158cf49662e9905ffbc0c90d12f0c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-25 - Cabinet of Vice-President Jyrki Katainen x Confederation of Finnish Industries EK"],"date":["2017-10-25"],"summary":["Exchange on EU trade policy"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-af4fdbf97c89a6df87ab37d321d95829d657c940","eu-tr-1274604847-34"]}} -{"id":"ec-meeting-2017-10-25-37d6251a4707ab5760fbf422b93e806c6f7607e4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-25 - Cabinet of High Representative / Vice-President Federica Mogherini x Handelsverband Deutschland"],"date":["2017-10-25"],"summary":["Introductory meeting on current EU topics"],"notes":["Portfolio: Foreign Affairs and Security Policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"involved":["ec-person-e03a77379f79ea00cf20048e42e8b0793bf62fa3","eu-tr-31200871765-41"]}} -{"id":"ec-meeting-2017-10-25-3ca802100636f4c44f892ddf296df0c970ed053a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-25 - Cabinet of Commissioner Carlos Moedas x Hydrogen Europe HYDROGEN EUROPE RESEARCH"],"date":["2017-10-25"],"summary":["Hydrogen economy and the need for continued research in this field"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["eu-tr-645340928406-53","ec-person-0a716bf5253e913fc40ebf14c12f30dc2e7a06ee","ec-person-a45151b401196e9c374c9acdada9d8840da271ad","eu-tr-77659588648-75"]}} -{"id":"ec-meeting-2017-10-25-51f768e7fc2bb20ba66bc56bcb0b3052d40e5883","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-25 - Cabinet of Commissioner Mariya Gabriel x VEON Ltd."],"date":["2017-10-25"],"summary":["Digital Policy"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["ec-person-d995d34a2f8b1f0bf6a17486f5699181d6a01e1c","eu-tr-879738020215-10"]}} -{"id":"ec-meeting-2017-10-25-585ff227cda1e9075299a75f7f510708149aa3da","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-25 - Cabinet of Vice-President Valdis Dombrovskis x Credit Suisse Group AG"],"date":["2017-10-25"],"summary":["cross-border financial services"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-206549617146-90","ec-person-48f31156d932641826e09f5b73f074d35ff05786"]}} -{"id":"ec-meeting-2017-10-25-5e1582d20e62fe2fb3dde51454e01266a8022ed6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-25 - Cabinet of Commissioner Violeta Bulc x Lufthansa Group"],"date":["2017-10-25"],"summary":["Meeting Mr Meinke- aviation topics"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-0714344663-32","ec-person-9d4dc4867a44dfe10f67ae7ee1706da3e8b48a24"]}} -{"id":"ec-meeting-2017-10-25-6840535020943a7e2d2a79448122a1952a21d3f9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-25 - European Neighbourhood and Enlargement Negotiations x Investor AB"],"date":["2017-10-25"],"summary":["Neighbourhood and Enlargement Negotiations"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-near"],"involved":["eu-tr-190987114891-73","ec-person-1160ccf35947f06f1629cad85b9f162eb5575780"]}} -{"id":"ec-meeting-2017-10-25-6f355582a0614d8a0d4525bf240a11082bea5ece","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-25 - Cabinet of Vice-President Cecilia Malmström x DIGITALEUROPE"],"date":["2017-10-25"],"summary":["conflict mineral regulations"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-64270747023-20","ec-person-0e574d9526c0834ba7e67064cd6ec19a4a2460b9"]}} -{"id":"ec-meeting-2017-10-25-81c1387671af532f974da486eda85ebe74e3a3b2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-25 - Cabinet of First Vice-President Frans Timmermans x RELOOP"],"date":["2017-10-25"],"summary":["Exchange of views on the Plastic Strategy"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-919004519967-94","ec-person-8d1c5ff76a431332387aa10936b0bff13f7d71fd"]}} -{"id":"ec-meeting-2017-10-25-833e952aeb1cf9d86350b8017be1e51587d6190e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-25 - Cabinet of Commissioner Carlos Moedas x Transport and Environment (European Federation for Transport and Environment)"],"date":["2017-10-25"],"summary":["Post-2020 car and vans CO2 regulation"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-a45151b401196e9c374c9acdada9d8840da271ad","eu-tr-58744833263-19"]}} -{"id":"ec-meeting-2017-10-25-a193148678f52059e9af5e6449d395c473d88be5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-25 - Financial Stability, Financial Services and Capital Markets Union x Schweizerische Bankiervereinigung"],"date":["2017-10-25"],"summary":["Brexit, Équivalence, accès au marché"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-880304716184-26","ec-person-bdee7a93f95c8ef05079539170139b3c02e8ed96"]}} -{"id":"ec-meeting-2017-10-25-a31d5a74c786f1d68a09be4ede3f74d844ae6150","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-25 - Cabinet of Commissioner Phil Hogan x COMITE EUROPEEN des FABRICANTS de SUCRE"],"date":["2017-10-25"],"summary":["Concerns of the sugar sector"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-c9d17d5879383b030f61a4066848249fb35d57e4","eu-tr-49679062863-35"]}} -{"id":"ec-meeting-2017-10-25-a7e2f88f780b3f377a15111a36c3fe58565907b1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-25 - Cabinet of Vice-President Jyrki Katainen x The Goldman Sachs Group, Inc."],"date":["2017-10-25"],"summary":["Trade and defence policy"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90","eu-tr-701266814986-18"]}} -{"id":"ec-meeting-2017-10-25-b13438a1083a29af152357f38790a49452a29273","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-25 - Cabinet of Commissioner Phil Hogan x Ibec"],"date":["2017-10-25"],"summary":["Forestry"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-479468313744-50","ec-person-ff8342dedc26701400fcb7dcf73fbee50a837ac6"]}} -{"id":"ec-meeting-2017-10-25-c67e2d9ee1560824318517a1acd86c6fdc085ca5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-25 - Cabinet of Commissioner Mariya Gabriel x BOUYGUES EUROPE"],"date":["2017-10-25"],"summary":["copyrights directive and cab/sat regulation"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-91216972728-77","ec-person-13ac9a19d8d04f97c0d32603d014df0dd4e1cd2a"]}} -{"id":"ec-meeting-2017-10-25-dae6dc7c8087eeb68233072bfcc4382967388419","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-25 - Cabinet of Vice-President Cecilia Malmström x Confederation of Finnish Industries EK"],"date":["2017-10-25"],"summary":["Policies of Russia"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-1274604847-34","ec-person-591ec829ca734bcfe59a2c9c7f07f9dff22a0ea9"]}} -{"id":"ec-meeting-2017-10-25-e146c42ff4628beece791a462af8e9ee496de4fb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-25 - Cabinet of Commissioner Carlos Moedas x Confederation of Norwegian Enterprise"],"date":["2017-10-25"],"summary":["Next Framework Programme"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-b8d49828915f9008e764a78796d47ea00807a658","eu-tr-07442991338-05","ec-person-2b4bb0b28e7435e5f612e44d9664dbd1051efc55"]}} -{"id":"ec-meeting-2017-10-25-f6dd851c37587bc1a26e447c1068dd45b4f49475","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-25 - Cabinet of Vice-President Jyrki Katainen x Associazione degli Enti Previdenziali Privati"],"date":["2017-10-25"],"summary":["European Pension Products and Long-Term Investments"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-955e8c493ab54847bb92b65986f56a401f8eabee","eu-tr-964372119021-05"]}} -{"id":"ec-meeting-2017-10-25-f759005cd5728d6134c854a3cb659faeddcadd30","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-25 - Mobility and Transport x Tesla Motors Netherlands B.V."],"date":["2017-10-25"],"summary":["2nd Mobility Package"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-move"],"involved":["eu-tr-547225616323-13","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2017-10-26-03d1a2ceb2c93633325079e6bf016a5566905c7c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-26 - Cabinet of Vice-President Cecilia Malmström x Fortum Oyj"],"date":["2017-10-26"],"summary":["Fortum's purchase of E.ON's share in UNIPER"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-03501997362-71","ec-person-cb8ca9ec2413722fa83484ed18dd76ace52d0118"]}} -{"id":"ec-meeting-2017-10-26-0b419a7c066c99c1494b347ed4d2ebd56a564683","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-26 - Cabinet of Vice-President Günther Oettinger x Fortum Oyj"],"date":["2017-10-26"],"summary":["Energy Union"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-03501997362-71","ec-person-b17d355ca19058898aba2ec032de59f8701d47f5"]}} -{"id":"ec-meeting-2017-10-26-13832848ad7bbae208f5731426a032256ed08e9e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-26 - Inspire, Debate, Engage and Accelerate Action x Aviation Strategy & Concepts"],"date":["2017-10-26"],"summary":["Aviation and Strategic Foresight / Global Trends (ESPAS)"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-dg-idea"],"involved":["eu-tr-51135259400-72","ec-person-4fe56a64c00b3e81c851b5538878b32481bd7d3c"]}} -{"id":"ec-meeting-2017-10-26-28a12b277ecd2beb3fe4e32cb64a19d1739ec2d2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-26 - Cabinet of Vice-President Günther Oettinger x Brunswick Group LLP Nord Stream 2 AG"],"date":["2017-10-26"],"summary":["Energy Union"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-662856722412-20","ec-person-55a0b11edfe9b0b76e526f72b1ec2e9f2f74d5bc","ec-person-b17d355ca19058898aba2ec032de59f8701d47f5","eu-tr-26255464458-25"]}} -{"id":"ec-meeting-2017-10-26-2a7d0248ea25dee2b9ef4f462f219f43d78ef331","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-26 - Cabinet of Commissioner Elżbieta Bieńkowska x Business Bridge Europe"],"date":["2017-10-26"],"summary":["agenda of the Space conference"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["ec-person-685ecf13dd26cd515c961e24ba71049af2302c5e","ec-person-d2997a7f359c91a337055c3e24dd36bf928de38d","eu-tr-72856225852-31"]}} -{"id":"ec-meeting-2017-10-26-2f3bcf683a059600054a180cc6809d98e19cc011","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-26 - Cabinet of Commissioner Věra Jourová x Microsoft Corporation"],"date":["2017-10-26"],"summary":["GDPR, Privacy Shield"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["eu-tr-0801162959-21","ec-person-184e698af1eb9e33b179680570ca171d8cb31c94","ec-person-3269ef00f0778677e6f4c8e0f72ce019084206fb"]}} -{"id":"ec-meeting-2017-10-26-2f599185c38ff5636c1ec477769ded9542765bd8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-26 - Cabinet of Commissioner Carlos Moedas x Vieira de Almeida & Associados - Sociedade de Advogados, SP RL"],"date":["2017-10-26"],"summary":["Next Framework Programme"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["eu-tr-006695723411-69","ec-person-a45151b401196e9c374c9acdada9d8840da271ad","ec-person-2b4bb0b28e7435e5f612e44d9664dbd1051efc55"]}} -{"id":"ec-meeting-2017-10-26-309a40371be342c7fc41aa8cf251622aed402613","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-26 - Cabinet of Commissioner Pierre Moscovici x Transparency International"],"date":["2017-10-26"],"summary":["Discussion sur la transparence"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["ec-person-ac604755dc7677c8653a5a5172e851f7c8e468b4","eu-tr-501222919-71"]}} -{"id":"ec-meeting-2017-10-26-38c96d59b5fc012c24ed6935d78e973d4b5fe2fa","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-26 - Mobility and Transport x Wärtsilä Corporation"],"date":["2017-10-26"],"summary":["Digitalisation and Autonomous Ships"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-move"],"involved":["eu-tr-289922721213-66","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2017-10-26-417c1e7b0befff30629d13fb979ef7f7080f4261","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-26 - Cabinet of Vice-President Karmenu Vella x Squire Patton Boggs LLP"],"date":["2017-10-26"],"summary":["Plastic Strategy"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussles"],"address":["Brussles"],"addressEntity":["addr-e6ba3e89050fdfff2010d3fb9d2fbe42cd1cafd9"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["ec-person-4ff7c27445db4ad88e687776974fd8d077a1fe0c","eu-tr-960644722878-55"]}} -{"id":"ec-meeting-2017-10-26-4d0c51913b3d35db7edd473ee21679fe69c7f537","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-26 - Cabinet of Commissioner Julian King x Intesa Sanpaolo"],"date":["2017-10-26"],"summary":["Cyber security"],"notes":["Portfolio: Security Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-julian-king-of"],"involved":["eu-tr-24037141789-48","ec-person-8534d5829e2b89b2389ad8651205fee73503f559"]}} -{"id":"ec-meeting-2017-10-26-5280138fdbae9bd9e21992ad681dd77c7b0da641","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-26 - Cabinet of Commissioner Věra Jourová x Twitter International Company"],"date":["2017-10-26"],"summary":["CPC Social media action"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["eu-tr-394491614001-72","ec-person-a2ca9161feee56909a0e98b473c2d342c20fdb57"]}} -{"id":"ec-meeting-2017-10-26-531de05b55b090cfb14e7bd6ee62d0f0e107a40b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-26 - Cabinet of Vice-President Jyrki Katainen x Environmental Investigation Agency SURFRIDER FOUNDATION EUROPE Seas At Risk vzw Friends of the Earth Europe Green 10 Zero Waste Europe Environmental Coalition on Standards"],"date":["2017-10-26"],"summary":["Plastic strategy"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-47806848200-34","eu-tr-95261732139-73","eu-tr-58969291154-50","eu-tr-70309834043-10","eu-tr-96668093651-33","ec-person-0da85dc48012e26688310a59a0b51727ea68f410","eu-tr-9825553393-31","eu-tr-03960197927-62"]}} -{"id":"ec-meeting-2017-10-26-56bb0ca75d6f9e89c2d29caa47ccac88ee9403c8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-26 - Cabinet of Vice-President Karmenu Vella x Wärtsilä Corporation"],"date":["2017-10-26"],"summary":["Blue growth"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["eu-tr-289922721213-66","ec-person-78fb1ad0c02c4fa8497b22edc1233d6be03cf2e5","ec-person-2966d69fae0ea4e67f3f2df5a743cc766267d3c8"]}} -{"id":"ec-meeting-2017-10-26-76b5881dac2ed1a92dac9aea858fb75c758c5475","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-26 - Cabinet of Commissioner Vytenis Andriukaitis x International Confederation of European Beet Growers"],"date":["2017-10-26"],"summary":["Neonicotinoids"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-b9c3f19e7c5f216e3e508f931ddd6a9cb59376d1","eu-tr-89930126483-54"]}} -{"id":"ec-meeting-2017-10-26-79d53d79a36a74dfe39570b5e16fe7fa473ae03e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-26 - Cabinet of President Jean-Claude Juncker x Wirtschaftsrat der CDU e.V."],"date":["2017-10-26"],"summary":["Discussion panel on the Future of Europe and the future of EMU"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-176334311014-43","ec-person-c402e34a99fbee730ae22e3b1958e21c94dc6fcc"]}} -{"id":"ec-meeting-2017-10-26-7aea444efb5bc90e9308b35e4c3db81fb804275f","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2017-10-26 - Cabinet of Vice-President Valdis Dombrovskis x International Swaps and Derivatives Association"],"date":["2017-10-26"],"summary":["BRRD","BRRD II"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-48f31156d932641826e09f5b73f074d35ff05786","eu-tr-46643241096-93"]}} -{"id":"ec-meeting-2017-10-26-7b76446a82a2bae5242ef8064ae8afb5f92276c1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-26 - Cabinet of Vice-President Jyrki Katainen x Synthos Styrenics Synthos Dwory 2 spółka z ograniczoną odpowiedzialnością spółka komandytowa European Manufacturers of Expanded Polystyrene FIPRA International SRL Squire Patton Boggs LLP"],"date":["2017-10-26"],"summary":["The New Plastics Economy"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-02100645398-66","eu-tr-58746194306-23","ec-person-0da85dc48012e26688310a59a0b51727ea68f410","eu-tr-960644722878-55","eu-tr-746554514288-93"]}} -{"id":"ec-meeting-2017-10-26-7e32a42382f67572d9b39587541c5ee3c837215c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-26 - Cabinet of Commissioner Mariya Gabriel x IMPALA Association Internationale AISBL"],"date":["2017-10-26"],"summary":["copyright"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-12383069253-19","ec-person-d995d34a2f8b1f0bf6a17486f5699181d6a01e1c"]}} -{"id":"ec-meeting-2017-10-26-81b2b01bfb0e6a9d406d28543bfbbac346c5a70a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-26 - Inspire, Debate, Engage and Accelerate Action x Startup Europe Latin America Assembly"],"date":["2017-10-26"],"summary":["EU-Latin American Exchanges Between Startups"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-dg-idea"],"involved":["eu-tr-237644028554-83","ec-person-4fe56a64c00b3e81c851b5538878b32481bd7d3c"]}} -{"id":"ec-meeting-2017-10-26-93b3cedd6b233ec4870f1db87e30caf5e0026dee","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-26 - Cabinet of Commissioner Violeta Bulc x Aula Europe"],"date":["2017-10-26"],"summary":["European maritime transport policy"],"notes":["Portfolio: Transport"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-88742028087-64","ec-person-e14c58f620f40325d829df7be0823280307bc15f"]}} -{"id":"ec-meeting-2017-10-26-98bcf5a066bb3e728fac0d56b6e44069e48ecdba","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-26 - Cabinet of Vice-President Andrus Ansip x Palo Alto Networks Inc."],"date":["2017-10-26"],"summary":["EU Cybersecurity Strategy"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-3ca0c466b8ff230d4409591430b388007ce14ff8","eu-tr-263314723145-29"]}} -{"id":"ec-meeting-2017-10-26-ac861f08f899b0d57c751c838e1ab9af2f8f5cdf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-26 - Cabinet of Commissioner Mariya Gabriel x Fédération Internationale de l'Automobile"],"date":["2017-10-26"],"summary":["Access to vehicle data"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-84839535366-67","ec-person-fc1068d79545d1659bf47e9b62bfb0aed175629e","ec-person-77288fc6cc1d717936ac1a1d02ed679fd493b117"]}} -{"id":"ec-meeting-2017-10-26-b36af4c3ade00d77ec2dfec4116723575f6c214f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-26 - Cabinet of Vice-President Neven Mimica x Bill & Melinda Gates Foundation"],"date":["2017-10-26"],"summary":["Health in development cooperation, External Investment Plan"],"notes":["Portfolio: International Cooperation & Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-mimica-neven-of-president-vice"],"involved":["ec-person-e90858f5aba78fd0e1cb2f757c3f38d55d91f98b","eu-tr-371567915480-41","ec-person-61daadad53de1eb7dcc08383b418ace3b6f971d7"]}} -{"id":"ec-meeting-2017-10-26-ba7d7aef50df0b41d64e7fe7e3cf3d8592ff74f9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-26 - Cabinet of Vice-President Andrus Ansip x european competitive telecommunications association"],"date":["2017-10-26"],"summary":["Electronic Communications Code"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-24627752238-32","ec-person-666bc159c7e65a3af9e63c1e97435c02f1496955"]}} -{"id":"ec-meeting-2017-10-26-c3332db21c98af0054e78f31c3b0f14ebe7d5e79","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-26 - Cabinet of Vice-President Andrus Ansip x Wärtsilä Corporation"],"date":["2017-10-26"],"summary":["European maritime transport policy, digitalisation"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-289922721213-66","ec-person-6a03bc4fa7657513ea34529e98dba0671ef4c849","ec-person-91ca0921c6790191daa54427311acd63035e7c9e"]}} -{"id":"ec-meeting-2017-10-26-ca20113220e8220588f125b3abfaae37dfc7e58a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-26 - Cabinet of Commissioner Julian King x SwissCore, Contact Office for European Research, Innovation and Education"],"date":["2017-10-26"],"summary":["Radicalisation and foreign terrorist fighters"],"notes":["Portfolio: Security Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-julian-king-of"],"involved":["eu-tr-94320538514-40","ec-person-7bf4bf39d5d06955fc37d23e107675489c4e8729"]}} -{"id":"ec-meeting-2017-10-26-d20090d9347a6ea480ba57644e0db9acd0e8fb13","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-26 - Cabinet of First Vice-President Frans Timmermans x Human Rights Watch"],"date":["2017-10-26"],"summary":["Exchange of views on the Rule of Law state in Europe"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-56362448807-46","ec-person-f87a3277bb5391e01fe3111e915444e51feb191a"]}} -{"id":"ec-meeting-2017-10-26-dc095127bf96ad2c9558fd97633d9af529cf6435","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-26 - Cabinet of Vice-President Jyrki Katainen x Aula Europe Wärtsilä Corporation"],"date":["2017-10-26"],"summary":["Maritime, data policies"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-289922721213-66","ec-person-f9208d930adc70c6c64e21701e48f85f6f18e949","eu-tr-88742028087-64"]}} -{"id":"ec-meeting-2017-10-26-df3239887758c59581aae3e44f7a8cfd8bce7001","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-26 - Cabinet of Commissioner Phil Hogan x European Milk Board"],"date":["2017-10-26"],"summary":["CAP, dairy issues"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels, BERL"],"address":["Brussels, BERL"],"addressEntity":["addr-3c3fa5f92474ebac668808553fbab6d1c14aa243"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-45338982456-46","ec-person-7d3caa534e5cdda6d5b949bd4b2def39356e3bec"]}} -{"id":"ec-meeting-2017-10-26-f32e605e69495928dc3be3a189defcf44ab053c5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-26 - Regional and Urban Policy x Eurocities"],"date":["2017-10-26"],"summary":["Future of Europe and role of the cities in cohesion policy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-regio"],"involved":["ec-person-3bc647761a4c1a96c0e7b4c3729d7408a61558b0","eu-tr-12493392840-79"]}} -{"id":"ec-meeting-2017-10-27-035bff373adae8e8a3853c87a32fc4c0893b2c33","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-27 - Cabinet of Vice-President Andrus Ansip x IFPI Representing recording industry worldwide"],"date":["2017-10-27"],"summary":["Copyright"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-60394321918-91","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45"]}} -{"id":"ec-meeting-2017-10-27-158ca5d14ca3e56cfce73595ccb13cfc1dccbde8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-27 - Cabinet of Commissioner Elżbieta Bieńkowska x Fair Standards Alliance"],"date":["2017-10-27"],"summary":["FRAND"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["ec-person-685ecf13dd26cd515c961e24ba71049af2302c5e","eu-tr-354710219654-02"]}} -{"id":"ec-meeting-2017-10-27-3773b18e52e8227f6dc64c34181fae07da76dc25","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-27 - Cabinet of Vice-President Jyrki Katainen x Citigroup Inc."],"date":["2017-10-27"],"summary":["Brexit"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-f9208d930adc70c6c64e21701e48f85f6f18e949","eu-tr-00353757573-57"]}} -{"id":"ec-meeting-2017-10-27-5c5c07dc93a77783e6e127159a57553155d53640","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-27 - Task Force for Relations with the United Kingdom x European Federation of Pharmaceutical Industries and Associations"],"date":["2017-10-27"],"summary":["Meeting with the Task Force for the Preparation and Conduct of the Negotiations with the United Kingdom under Article 50 TEU"],"location":["BRUSSELS"],"address":["BRUSSELS"],"addressEntity":["addr-f74337897287bf1b546f30505f5b1f693a87af50"],"organizer":["ec-dg-uktf"],"involved":["eu-tr-38526121292-88","ec-person-864cfa5fbc9b02a079ffbab1107f252c7bb08478"]}} -{"id":"ec-meeting-2017-10-27-64a7b4fc47bd003386bf799b27a16139da022d98","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-27 - Cabinet of Vice-President Jyrki Katainen x Kreab"],"date":["2017-10-27"],"summary":["Future of Europe"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-f9208d930adc70c6c64e21701e48f85f6f18e949","eu-tr-1078390517-54"]}} -{"id":"ec-meeting-2017-10-27-6991e2747752af0a5ea3b9ffb582d800695752cb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-27 - Cabinet of Vice-President Günther Oettinger x Deutsche Bank AG"],"date":["2017-10-27"],"summary":["MFF"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-271912611231-56","ec-person-1a98ebdc65a0fda494d1f6eb6fb74247a3036490"]}} -{"id":"ec-meeting-2017-10-27-7e32a42382f67572d9b39587541c5ee3c837215c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-27 - Cabinet of Commissioner Mariya Gabriel x IMPALA Association Internationale AISBL"],"date":["2017-10-27"],"summary":["copyright proposal"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-12383069253-19","ec-person-13ac9a19d8d04f97c0d32603d014df0dd4e1cd2a"]}} -{"id":"ec-meeting-2017-10-27-7ec788b195872d7f45648aae17775cf0631d9ba1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-27 - Cabinet of Vice-President Jyrki Katainen x Miltton Europe"],"date":["2017-10-27"],"summary":["Future of Europe"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-f9208d930adc70c6c64e21701e48f85f6f18e949","eu-tr-245377319023-40"]}} -{"id":"ec-meeting-2017-10-27-828e2486feac3de1b2d46a37397d4de6e88eded2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-27 - Cabinet of Commissioner Marianne Thyssen x Deliveroo"],"date":["2017-10-27"],"summary":["Written statement Directive and Social Protection"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["ec-person-cfb8d8d884367ef98b079fcd883ece7c89ec28e2","ec-person-ce19440eacb8fd67f534bdbcce33a1c4cedfd071","eu-tr-074734620042-37"]}} -{"id":"ec-meeting-2017-10-27-91a343b36e0d5254e0dcf496704fdaf7be8b4d5f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-27 - Task Force for Relations with the United Kingdom x SGI Europe"],"date":["2017-10-27"],"summary":["Meeting with the Task Force for the Preparation and Conduct of the Negotiations with the United Kingdom under Article 50 TEU"],"location":["BRUSSELS"],"address":["BRUSSELS"],"addressEntity":["addr-f74337897287bf1b546f30505f5b1f693a87af50"],"organizer":["ec-dg-uktf"],"involved":["ec-person-864cfa5fbc9b02a079ffbab1107f252c7bb08478","eu-tr-59513031434-92"]}} -{"id":"ec-meeting-2017-10-27-a393b8caa89d7c294c8b3a1c322412898fc196b0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-27 - Cabinet of Commissioner Mariya Gabriel x Deliveroo"],"date":["2017-10-27"],"summary":["online platforms"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["ec-person-d995d34a2f8b1f0bf6a17486f5699181d6a01e1c","eu-tr-074734620042-37"]}} -{"id":"ec-meeting-2017-10-27-bff25864f7953731489392b725c4a8ba15f5ecb0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-27 - Cabinet of Vice-President Jyrki Katainen x european competitive telecommunications association"],"date":["2017-10-27"],"summary":["Electronic communication code"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-24627752238-32","ec-person-81b1dda49062e5dac42bdad9273fa72968a2c325"]}} -{"id":"ec-meeting-2017-10-27-cb61744e0e1d26426e0727834fd8f210655bc1d2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-27 - Cabinet of Vice-President Jyrki Katainen x Nokia"],"date":["2017-10-27"],"summary":["Artificial Intelligence"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-35167875358-33","ec-person-f9208d930adc70c6c64e21701e48f85f6f18e949","ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90"]}} -{"id":"ec-meeting-2017-10-27-d05b43e9b77a8935ca402613938dc98f0f5136b3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-27 - Competition x American Chamber of Commerce to the European Union"],"date":["2017-10-27"],"summary":["Speech on: Level and open markets are good for business"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-comp"],"involved":["ec-person-8600a621c9aef12fc33b708e13b3cd3d5fa5696b","eu-tr-5265780509-97"]}} -{"id":"ec-meeting-2017-10-27-d36780c9b95cf379b2b20db170b3f29e2e811e82","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-27 - Cabinet of Vice-President Jyrki Katainen x Rasmussen Global"],"date":["2017-10-27"],"summary":["investment screening"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-923424020779-19","ec-person-93e8e8ac2ee89edb4c52bce70d7472c8eae05edd"]}} -{"id":"ec-meeting-2017-10-27-dddadc465db9de23319c534d5a9ff9b7ed1f0ff8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-27 - Cabinet of First Vice-President Frans Timmermans x Waste Free Oceans"],"date":["2017-10-27"],"summary":["Discussion on Ocean Plastics"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels, BERL"],"address":["Brussels, BERL"],"addressEntity":["addr-3c3fa5f92474ebac668808553fbab6d1c14aa243"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-063093925179-42","ec-person-8d1c5ff76a431332387aa10936b0bff13f7d71fd"]}} -{"id":"ec-meeting-2017-10-27-f4ec270eb2eb9e0ddde9181f6f1b7ed9d9a6b7f1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-27 - Cabinet of Commissioner Věra Jourová x Victim Support Europe"],"date":["2017-10-27"],"summary":["issues relating to victims of terrorism and the specific situation in Belgium"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["eu-tr-83945428894-94","ec-person-f329292459cb1badb7fb7c6b67b698c441931bb2","ec-person-a608b85b2ffef83f883b5a2330b6232efa1b7141"]}} -{"id":"ec-meeting-2017-10-27-f54049edd127213f4767fcc8560dcb1ccfd87544","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-27 - Inspire, Debate, Engage and Accelerate Action x Nokia"],"date":["2017-10-27"],"summary":["Artificial Intelligence"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-dg-idea"],"involved":["eu-tr-35167875358-33","ec-person-4fe56a64c00b3e81c851b5538878b32481bd7d3c"]}} -{"id":"ec-meeting-2017-10-27-fe170d1a0c3dd9f4c2fbbd8b458b1899d0b7a0b6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-27 - Cabinet of Commissioner Mariya Gabriel x Eurocities"],"date":["2017-10-27"],"summary":["Digital Single Market, investment in the digital infrastructure, smart cities and digital innovation"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["ec-person-77288fc6cc1d717936ac1a1d02ed679fd493b117","eu-tr-12493392840-79"]}} -{"id":"ec-meeting-2017-10-30-a621b5e9dd96546ad488e4e125f155d19d464e52","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-30 - Cabinet of Commissioner Julian King x Citigroup Inc."],"date":["2017-10-30"],"summary":["Cyber security"],"notes":["Portfolio: Security Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-julian-king-of"],"involved":["ec-person-8d48893e9e1b5fcb8f1a7bf47a39f9a2a3ac4c54","eu-tr-00353757573-57"]}} -{"id":"ec-meeting-2017-10-30-b4457588f5eee7125d5662478c2a748d4900121c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-30 - Cabinet of Commissioner Tibor Navracsics x Universities UK International"],"date":["2017-10-30"],"summary":["UK universities in the Erasmus programme"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-fc5c01a0bffedf0f4e205a759b40239535313d28","eu-tr-503102215568-76"]}} -{"id":"ec-meeting-2017-10-30-c26e5b12420685a7c4d5f9d03bf61e8ab693848b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-30 - Cabinet of Commissioner Věra Jourová x Symantec Corporation"],"date":["2017-10-30"],"summary":["E-Privacy, GDPR"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["eu-tr-3612325809-89","ec-person-3269ef00f0778677e6f4c8e0f72ce019084206fb"]}} -{"id":"ec-meeting-2017-10-30-ecc7655edf4e865a8b9936e868437455e7bc50b0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-30 - Cabinet of Vice-President Jyrki Katainen x The Danish Chamber of Commerce"],"date":["2017-10-30"],"summary":["Future of Europe"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-0330934426-12","ec-person-955e8c493ab54847bb92b65986f56a401f8eabee"]}} -{"id":"ec-meeting-2017-10-30-f488c31d5fb2fbede81057d0418c2c97327d27ac","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-30 - Energy x Redeia"],"date":["2017-10-30"],"summary":["Clean Energy package, interconnection"],"location":["Madrid, Spain"],"address":["Madrid, Spain"],"addressEntity":["addr-f2c4f2ef1ea88618aa1533f69b0d18fc1125a9d2"],"organizer":["ec-dg-ener"],"involved":["eu-tr-44688805318-45","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2017-10-30-fa0a903645b5836f79c65990e8136aad8fc24d01","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-30 - Cabinet of President Jean-Claude Juncker x SGI Europe"],"date":["2017-10-30"],"summary":["Social dialogue"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-98eba7ab1446c6dce384fdc2ecd48c7cadf9ee4e","eu-tr-59513031434-92"]}} -{"id":"ec-meeting-2017-10-31-0006fac861252ce522eb5a9417e2ce89f775ef2c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-31 - Cabinet of Vice-President Valdis Dombrovskis x Fortumo OÜ"],"date":["2017-10-31"],"summary":["fintech development in the EU"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Tartu"],"address":["Tartu"],"addressEntity":["addr-57e2e2e0fa9a9f919c22455d15c9e42d1182d8bb"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-268391128938-65","ec-person-537401fc0be04984531b83660f416bf2fe14fbd8","ec-person-a9eda2e8ea54b70a968327672c6cada679d3cd56"]}} -{"id":"ec-meeting-2017-10-31-284d49e90e28037c06ac22d6b7a4dc6771cdcf51","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-31 - European Civil Protection and Humanitarian Aid Operations x Airbus"],"date":["2017-10-31"],"summary":["Visite de courtoisie et présentation de canadairs"],"location":["Bruxelles"],"address":["Bruxelles"],"addressEntity":["addr-b58f5927b66d94a676970dc048485d4c6848f272"],"organizer":["ec-dg-echo"],"involved":["eu-tr-2732167674-76","ec-person-61ea528d6b7f7cbbd1e55a4a19794b785df35cf9"]}} -{"id":"ec-meeting-2017-10-31-475c41a577009b3be6308eb45e98c2e39e6ae6ce","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-31 - Cabinet of Commissioner Phil Hogan x EDENRED"],"date":["2017-10-31"],"summary":["Health at workplace"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels, BERL"],"address":["Brussels, BERL"],"addressEntity":["addr-3c3fa5f92474ebac668808553fbab6d1c14aa243"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-73495934859-01","ec-person-7d3caa534e5cdda6d5b949bd4b2def39356e3bec"]}} -{"id":"ec-meeting-2017-10-31-54fa734bde836f78c364364d949fff96a785f9de","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-31 - Cabinet of Commissioner Vytenis Andriukaitis x European agri-cooperatives European farmers"],"date":["2017-10-31"],"summary":["Exchange of views on the CAP"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-0dbfffeb0323f819c8d57164906086dd8639c437","eu-tr-09586631237-74","eu-tr-44856881231-49"]}} -{"id":"ec-meeting-2017-10-31-d24a58e0b792000640d8c990ff61bb2d91958184","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-31 - Mobility and Transport x AMADEUS IT GROUP S.A."],"date":["2017-10-31"],"summary":["Updates on industry developments and engagements with COM"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-move"],"involved":["eu-tr-193056815367-44","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2017-10-31-e7a20d5c8f8194ef4b3fe1e1ef02da1884bd4c2d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-10-31 - Structural Reform Support x Ernst & Young Core Business Services BV"],"date":["2017-10-31"],"summary":["SRSS priorities"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-reform"],"involved":["eu-tr-04458109373-91","ec-person-6420facda81e0ac04377023fcfa86e953541782b"]}} -{"id":"ec-meeting-2017-11-03-5ef479f447a75acdc55535224aabb4935cc3c56e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-03 - Energy x The European Alliance of Companies for Energy Efficiency in Buildings"],"date":["2017-11-03"],"summary":["Clean Energy package"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-99005441548-23","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2017-11-03-87fbe5dd8417ce73f7aab0936bbbb545cc64b386","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-03 - Cabinet of Commissioner Elżbieta Bieńkowska x Tesla Motors Netherlands B.V."],"date":["2017-11-03"],"summary":["Future of automotive industry"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-547225616323-13","ec-person-b2f9be51339f054477846797e2c119fcf16548fc"]}} -{"id":"ec-meeting-2017-11-03-945543925c626816160eea64e857f2f0bf4d155a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-03 - Cabinet of Vice-President Valdis Dombrovskis x Biedrības \"Latvijas Lielo pilsētu asociācija\""],"date":["2017-11-03"],"summary":["European Semester, Cohesion Policy for Latvia"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Riga"],"address":["Riga"],"addressEntity":["addr-e98260de43e8b705667726783aef78b8badb67e7"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-841636629331-19","ec-person-a9eda2e8ea54b70a968327672c6cada679d3cd56"]}} -{"id":"ec-meeting-2017-11-03-a5a458e90b2597f9c1aef7ba6a70cbf6da964230","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-03 - Cabinet of Commissioner Mariya Gabriel x Flint Europe"],"date":["2017-11-03"],"summary":["digital policy"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-718251720163-42","ec-person-d995d34a2f8b1f0bf6a17486f5699181d6a01e1c"]}} -{"id":"ec-meeting-2017-11-06-199635649e48809ac6ea1e1db62e9cbce7fc7df6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-06 - Cabinet of First Vice-President Frans Timmermans x Cooperatie Kottervisserij Nederland (VisNed) Pelagic Freezer-trawler Association"],"date":["2017-11-06"],"summary":["discussion on the future of EU fisheries"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels, BERL"],"address":["Brussels, BERL"],"addressEntity":["addr-3c3fa5f92474ebac668808553fbab6d1c14aa243"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-78847784895-41","ec-person-966667b73d92624be9bb019c2baab7e52331b3d3","eu-tr-999937013620-15"]}} -{"id":"ec-meeting-2017-11-06-1e55d19807f0af8d3392091b2b34e8f111b2b78e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-06 - Task Force for Relations with the United Kingdom x Netherlands Institute of International Relations ‘Clingendael’ DCU Brexit Institute Notre Europe - Institut Jacques Delors / Notre Europe - Jacques Delors Institute Centre on European Relations (Scotland) Centre for European Reform European Council on Foreign Relations European Policy Centre Centre for European Policy Studies Finnish Institute of International Affairs Bruegel Real Instituto Elcano Egmont Institute Stiftung Wissenschaft und Politik Carnegie Europe"],"date":["2017-11-06"],"summary":["Meeting with the Task Force for the Preparation and Conduct of the Negotiations with the United Kingdom under Article 50 TEU"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-uktf"],"involved":["eu-tr-524976815651-12","ec-person-864cfa5fbc9b02a079ffbab1107f252c7bb08478","eu-tr-726109217329-25","eu-tr-662741612644-67","eu-tr-688089718929-60","eu-tr-342534715247-56","eu-tr-630607527258-37","eu-tr-363331923608-55","eu-tr-89632641000-47","eu-tr-339569615567-89","eu-tr-86853666704-95","eu-tr-33622026795-64","eu-tr-841628928852-58","eu-tr-909187919366-18","eu-tr-549643518427-11"]}} -{"id":"ec-meeting-2017-11-06-21571078132b042f4459d7acabe66c31f60bd605","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-06 - Cabinet of Commissioner Mariya Gabriel x Orange"],"date":["2017-11-06"],"summary":["réglementation sectorielle; haut-débit"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-76704342721-41","ec-person-d995d34a2f8b1f0bf6a17486f5699181d6a01e1c"]}} -{"id":"ec-meeting-2017-11-06-3e19daf8060dc906ea3c3989636fb224b1ebac07","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-06 - Cabinet of Commissioner Carlos Moedas x SIBS"],"date":["2017-11-06"],"summary":["Presentation of SIBS"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Lisbon"],"address":["Lisbon"],"addressEntity":["addr-848652ee3980a189b8c12a7aa6d35f433633e2ba"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["eu-tr-688192128946-64","ec-person-23980b2bc4fd9c82051d0f7888dc236b2f764866"]}} -{"id":"ec-meeting-2017-11-06-4e4746049f80022a836c16c14d224af8b31e3714","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-06 - Trade x European Chamber of Commerce in Korea"],"date":["2017-11-06"],"summary":["Eu Korea relations"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-trade"],"involved":["ec-person-bde9bb099f5d24c52ca4a9255cefc99a5b87a650","eu-tr-695571618824-45"]}} -{"id":"ec-meeting-2017-11-06-7dc1d6b1daa0ce97cf8ca35dfc74cf1d9c5d1e40","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-06 - Cabinet of Commissioner Julian King x The Royal United Services Institute for Defence and Security Studies"],"date":["2017-11-06"],"summary":["Terrorist financing"],"notes":["Portfolio: Security Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-julian-king-of"],"involved":["eu-tr-572045918158-60","ec-person-7c0f17a26975ec29fe2dea6f44e096c9500b3588"]}} -{"id":"ec-meeting-2017-11-06-7ebe790eaf383c890dab0a08c094b849c0f64e30","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-06 - Cabinet of First Vice-President Frans Timmermans x Cooperatie Kottervisserij Nederland (VisNed)"],"date":["2017-11-06"],"summary":["Nederlandse visserijsector"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussel"],"address":["Brussel"],"addressEntity":["addr-62ff8a238a97c72453d6fc3e5cd26a143cd991e7"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["ec-person-966667b73d92624be9bb019c2baab7e52331b3d3","eu-tr-999937013620-15"]}} -{"id":"ec-meeting-2017-11-06-881474a3e7187b07c9ffe5214bdfa2974759b03a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-06 - Cabinet of First Vice-President Frans Timmermans x Environmental Investigation Agency European Environmental Bureau SURFRIDER FOUNDATION EUROPE Seas At Risk vzw Friends of the Earth Europe Zero Waste Europe Environmental Coalition on Standards"],"date":["2017-11-06"],"summary":["Discussion on EU Plastics Strategy"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-47806848200-34","eu-tr-06798511314-27","eu-tr-95261732139-73","eu-tr-58969291154-50","ec-person-966667b73d92624be9bb019c2baab7e52331b3d3","eu-tr-96668093651-33","eu-tr-9825553393-31","eu-tr-03960197927-62"]}} -{"id":"ec-meeting-2017-11-06-930f71428a60795f1d59b457253e7f7a94877815","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-06 - Cabinet of Commissioner Tibor Navracsics x The Olga Lengyel Institute for Holocaust Studies and Human Rights"],"date":["2017-11-06"],"summary":["Education in values and antisemitism"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["eu-tr-244672726797-79","ec-person-1da7ee09d46288ee4ea9db2b644bdcf9c3d6d000"]}} -{"id":"ec-meeting-2017-11-06-a6de5fcd64b3ddf064404b64922714b138d6e1b1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-06 - Cabinet of President Jean-Claude Juncker x S&P Global"],"date":["2017-11-06"],"summary":["EMU"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-319148015141-55","ec-person-c402e34a99fbee730ae22e3b1958e21c94dc6fcc","ec-person-98eba7ab1446c6dce384fdc2ecd48c7cadf9ee4e"]}} -{"id":"ec-meeting-2017-11-06-b512e8cda86e6c6310aebba929d6837623d13882","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-06 - Cabinet of Vice-President Andrus Ansip x GIGAEurope"],"date":["2017-11-06"],"summary":["European Electronic Communications Code, copyright (satellite and cable) regulation, e-privacy"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-42178977290-80","ec-person-c759bd58acc54869aa8e62ce652efcda416e25c2","ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0"]}} -{"id":"ec-meeting-2017-11-06-b6e8d01b6493d8b43595fb6d7a804ba5fddf3b30","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-06 - Cabinet of Commissioner Phil Hogan x Polski Związek Hodowców i Producentów Trzody Chlewnej \"POLSUS\""],"date":["2017-11-06"],"summary":["Attend beef reception"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-068516110787-28","ec-person-a1a78365cc4685b0958056646204977d8f2ead92"]}} -{"id":"ec-meeting-2017-11-06-d70fa288f1cbc0379536f28b3074cb345b921cb2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-06 - Energy x EPIA SolarPower Europe"],"date":["2017-11-06"],"summary":["Clean Energy package"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-2680046412-48","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2017-11-06-dfde0040c6a54604b8cb7d51f5dc1706de33654d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-06 - Cabinet of Vice-President Maroš Šefčovič x industriAll European Trade Union BUSINESSEUROPE Community of European Railway and Infrastructure Companies SGI Europe SMEunited aisbl"],"date":["2017-11-06"],"summary":["2nd Mobility Package"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-7574621118-27","ec-person-1f95be23689cd4ed0a26fe2980f760ccf2d55c1e","eu-tr-55820581197-35","eu-tr-3978240953-79","eu-tr-358284014848-82","ec-person-3bf48630444ace93d407e52eb880e64d480f75ce","eu-tr-59513031434-92"]}} -{"id":"ec-meeting-2017-11-06-ef1ec8af677ad3353b40201511096cc41846d618","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-06 - Cabinet of Commissioner Mariya Gabriel x Time Warner Inc."],"date":["2017-11-06"],"summary":["DSM; copyright"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-761346015292-83","ec-person-d995d34a2f8b1f0bf6a17486f5699181d6a01e1c"]}} -{"id":"ec-meeting-2017-11-07-1425c36b755dab36159dc1326f00fd06e1ac4f6f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-07 - Cabinet of Commissioner Vytenis Andriukaitis x Confédération Européenne des Vignerons Indépendants"],"date":["2017-11-07"],"summary":["Labelling"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-b9c3f19e7c5f216e3e508f931ddd6a9cb59376d1","ec-person-df30d07ef698a52b9948b9c734db39196cf8541f","ec-person-d462b3c7daeee00ad55e380a7fb96819f79899df","eu-tr-424179021711-46"]}} -{"id":"ec-meeting-2017-11-07-1b53149a2649eb6f7008ad505381270f03408695","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-07 - Cabinet of Commissioner Violeta Bulc x Etihad Airways"],"date":["2017-11-07"],"summary":["Meeting with Mr Ahmed Al Qubaisi"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-142277315551-86","ec-person-9d4dc4867a44dfe10f67ae7ee1706da3e8b48a24"]}} -{"id":"ec-meeting-2017-11-07-1de5ed1196562326060eedf35dd1f995da22b290","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-07 - Cabinet of Commissioner Elżbieta Bieńkowska x Viewpoint Group"],"date":["2017-11-07"],"summary":["EDF"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["ec-person-d2997a7f359c91a337055c3e24dd36bf928de38d","eu-tr-690786127465-40"]}} -{"id":"ec-meeting-2017-11-07-22d5eb7fdf87cf5ee064c75e865921f9b1a0353d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-07 - Internal Market, Industry, Entrepreneurship and SMEs x Orgalim – Europe's Technology Industries"],"date":["2017-11-07"],"summary":["Introduction of new CEO and update on economic situation and overview of main policy issues for ORGALIME"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-grow"],"involved":["eu-tr-20210641335-88","ec-person-60a3d0d628d231b41af1d0c65607b0fd78ca4edc"]}} -{"id":"ec-meeting-2017-11-07-2d9ac3e57e0a8b66eacc9d7cbfd2ddea345a3f66","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-07 - Cabinet of Commissioner Dimitris Avramopoulos x Rohde & Schwarz GmbH & Co. KG"],"date":["2017-11-07"],"summary":["Aviation and Cyber security"],"notes":["Portfolio: Migration, Home Affairs and Citizenship"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-avramopoulos-cabinet-commissioner-dimitris-of"],"involved":["ec-person-57d09145ba24f5738cdde61edf14f741cb547675","eu-tr-062486024942-77"]}} -{"id":"ec-meeting-2017-11-07-3fa16bf09e539e30ef97298d5b2358732026c860","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-07 - European Neighbourhood and Enlargement Negotiations x Atlantic Council of the United States, Inc"],"date":["2017-11-07"],"summary":["Neighbourhood Policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-near"],"involved":["ec-person-1160ccf35947f06f1629cad85b9f162eb5575780","eu-tr-524686116124-73"]}} -{"id":"ec-meeting-2017-11-07-449a2ae673a89b4b76ad276d654b2cb4fc1deb99","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-07 - Cabinet of Commissioner Violeta Bulc x European Confederation of Independent Trade Unions Air Traffic Controllers European Unions Coordination"],"date":["2017-11-07"],"summary":["Meeting with ATCEUC and CESI to discuss EC's communication on \"Aviation: open and connected Europe\""],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-4d2b449b5047ea3fda435a2a1c1081e3babcdf76","eu-tr-32738888445-74","ec-person-9d4dc4867a44dfe10f67ae7ee1706da3e8b48a24","eu-tr-473272624831-33"]}} -{"id":"ec-meeting-2017-11-07-44dcf04a76da7c6fc645671d7afd459cefb53c58","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-07 - Migration and Home Affairs x Bundesvereinigung der Deutschen Arbeitgeberverbände e.V."],"date":["2017-11-07"],"summary":["Exchange of views on the current revision of the Blue Card directive"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-home"],"involved":["eu-tr-7749519702-29","ec-person-ae1262e8850ed1e9a0530b0ad7440ac648255896"]}} -{"id":"ec-meeting-2017-11-07-4ae1255221aa9b3928007a1c1de07363aeaa92fa","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-07 - Cabinet of President Jean-Claude Juncker x Wilfried Martens Centre for European Studies"],"date":["2017-11-07"],"summary":["Juncker Plan panel discussion at Economic Ideas Forum 2017"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-c402e34a99fbee730ae22e3b1958e21c94dc6fcc","eu-tr-865557816122-74"]}} -{"id":"ec-meeting-2017-11-07-52d43c447b349ed935702fd6d006d7a17837d6db","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-07 - Cabinet of Vice-President Valdis Dombrovskis x Afore Consulting Worldpay Group plc"],"date":["2017-11-07"],"summary":["payment innovation"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-632203824989-87","ec-person-537401fc0be04984531b83660f416bf2fe14fbd8","eu-tr-03013154889-05"]}} -{"id":"ec-meeting-2017-11-07-59c5c21959cb806ac2abe2821eec474ace96b588","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-07 - Cabinet of Vice-President Cecilia Malmström x Novartis International AG"],"date":["2017-11-07"],"summary":["Innovation and patents in trade policy"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-91269481588-28","ec-person-98880f3f4206145e196013db9dd806a551c11e06"]}} -{"id":"ec-meeting-2017-11-07-7aea444efb5bc90e9308b35e4c3db81fb804275f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-07 - Cabinet of Vice-President Valdis Dombrovskis x International Swaps and Derivatives Association"],"date":["2017-11-07"],"summary":["Trading Obligation RTS under MiFID"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-eec82261c60167b261e56ad1e2bfb4c482db6191","eu-tr-46643241096-93"]}} -{"id":"ec-meeting-2017-11-07-81de4420f818bf658d5542b93796bf580b386100","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-07 - Cabinet of President Jean-Claude Juncker x QED"],"date":["2017-11-07"],"summary":["Speech on Capital Markets Union at 6th Annual EU Financial Regulation Conference"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-c402e34a99fbee730ae22e3b1958e21c94dc6fcc","eu-tr-41577996687-55"]}} -{"id":"ec-meeting-2017-11-07-861a1cc1a7be70e01b03c85ca3c2e1c0cc87bbc8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-07 - Cabinet of First Vice-President Frans Timmermans x ADF International"],"date":["2017-11-07"],"summary":["discussion on the Equal Treatment"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels, BERL"],"address":["Brussels, BERL"],"addressEntity":["addr-3c3fa5f92474ebac668808553fbab6d1c14aa243"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-69403354038-78","ec-person-8d1c5ff76a431332387aa10936b0bff13f7d71fd"]}} -{"id":"ec-meeting-2017-11-07-8fcd092154bcb7ac7b6ee57b0bee0981f2df1eaa","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-07 - Cabinet of Commissioner Elżbieta Bieńkowska x European Chamber of Commerce in Korea"],"date":["2017-11-07"],"summary":["update on EU-Korea relations"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-695571618824-45","ec-person-b2f9be51339f054477846797e2c119fcf16548fc"]}} -{"id":"ec-meeting-2017-11-07-995b2841b11ec9d61e22d5d1b77bdbd5aba06fac","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-07 - Cabinet of Commissioner Phil Hogan x Irish Farmers' Association"],"date":["2017-11-07"],"summary":["Business discussion"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-400dd8d59d3060187d9b9b143d697da1a3d03c12","eu-tr-458700813641-37"]}} -{"id":"ec-meeting-2017-11-07-aa74ee21adb89a3a5625785b620e0bf79c840dd2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-07 - Cabinet of Commissioner Carlos Moedas x Ecole Polytechnique Fédérale de Lausanne"],"date":["2017-11-07"],"summary":["Developments of R&I in EPFL (CH) and EU"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Lisbon"],"address":["Lisbon"],"addressEntity":["addr-848652ee3980a189b8c12a7aa6d35f433633e2ba"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-23980b2bc4fd9c82051d0f7888dc236b2f764866","eu-tr-841080615299-36"]}} -{"id":"ec-meeting-2017-11-07-ad59487d45e0ce1e123e1131d128a68a120be56c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-07 - Cabinet of Commissioner Christos Stylianides x International Rescue Committee Inc"],"date":["2017-11-07"],"summary":["exchange of views"],"notes":["Portfolio: Humanitarian Aid & Crisis Management"],"location":["berlaymont"],"address":["berlaymont"],"addressEntity":["addr-e2031099ac69651b683d551b7a3471daf1b3a638"],"organizer":["ec-cabinet-christos-commissioner-of-stylianides"],"involved":["ec-person-08c677aa002baa9f95be8a2d0aa3b89875e2badf","eu-tr-66790095679-26"]}} -{"id":"ec-meeting-2017-11-07-b0e19b7e5cbf9d982c0c30687516ee9d3fb1e025","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-07 - Cabinet of Vice-President Andrus Ansip x ITI - The Information Technology Industry Council"],"date":["2017-11-07"],"summary":["DSM general"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-e91c5be432b6b3efdda369792fed67c20b767a45","eu-tr-061601915428-87"]}} -{"id":"ec-meeting-2017-11-07-be27389413829b0aa85eddbdab755fdc43a3ffb6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-07 - Cabinet of Commissioner Carlos Moedas x PT Portugal, SGPS, S.A."],"date":["2017-11-07"],"summary":["Company Presentation"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Lisbon"],"address":["Lisbon"],"addressEntity":["addr-848652ee3980a189b8c12a7aa6d35f433633e2ba"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-23980b2bc4fd9c82051d0f7888dc236b2f764866","eu-tr-017741319613-56"]}} -{"id":"ec-meeting-2017-11-07-d14cc820812f8098c97d0c11d169f6abcd9cd298","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-07 - Cabinet of Commissioner Elżbieta Bieńkowska x The European Steel Association Weber Shandwick"],"date":["2017-11-07"],"summary":["CO2 regulations for vehicle post 2020"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-52836621780-65","eu-tr-93038071152-83","ec-person-b2f9be51339f054477846797e2c119fcf16548fc","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2017-11-07-d36780c9b95cf379b2b20db170b3f29e2e811e82","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-07 - Cabinet of Vice-President Jyrki Katainen x Rasmussen Global"],"date":["2017-11-07"],"summary":["Exchange of view on trade policy"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-af4fdbf97c89a6df87ab37d321d95829d657c940","eu-tr-923424020779-19"]}} -{"id":"ec-meeting-2017-11-07-d47102db3101f6d9357654231c11644f7913153d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-07 - Cabinet of Vice-President Günther Oettinger x Verband Deutscher Bürgschaftsbanken e.V."],"date":["2017-11-07"],"summary":["MFF"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-85252491441-36","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2017-11-07-db4cd8ed40f60b8f60f8bfb720d4b5049854eabd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-07 - Cabinet of Vice-President Jyrki Katainen x Finanssiala ry - Finance Finland"],"date":["2017-11-07"],"summary":["Sustainable Finance, Banking Union and ESA Review"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-955e8c493ab54847bb92b65986f56a401f8eabee","eu-tr-7328496842-09"]}} -{"id":"ec-meeting-2017-11-07-deede755e9bb0a656173b85e11cd34baf276333a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-07 - Cabinet of Vice-President Cecilia Malmström x European Chamber of Commerce in Korea"],"date":["2017-11-07"],"summary":["Implementation of KOREU and obstacles to trade."],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-695571618824-45","ec-person-5d4088e1913284a765aed8445f448f6ff341f1b3","ec-person-20ded9db5df11164331bb161fdf234b1e5ad53fd"]}} -{"id":"ec-meeting-2017-11-07-ebc7be2d2cedb7d0ab96116503389723addc3be0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-07 - Cabinet of Vice-President Jyrki Katainen x American Chamber of Commerce to the European Union"],"date":["2017-11-07"],"summary":["European Defence Action Plan"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-81b1dda49062e5dac42bdad9273fa72968a2c325","eu-tr-5265780509-97"]}} -{"id":"ec-meeting-2017-11-07-f6fb9f00237c0b910282633b1eefa1048d948a0a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-07 - Cabinet of President Jean-Claude Juncker x APCO Worldwide"],"date":["2017-11-07"],"summary":["Lunch-Roundtable on EU/US regulatory corporations"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-c402e34a99fbee730ae22e3b1958e21c94dc6fcc","eu-tr-81995781088-41"]}} -{"id":"ec-meeting-2017-11-08-02cb7058c83888753d6fa85f6d4159653a449398","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-08 - Cabinet of Commissioner Mariya Gabriel x Novartis International AG"],"date":["2017-11-08"],"summary":["E Health"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-91269481588-28","ec-person-13ac9a19d8d04f97c0d32603d014df0dd4e1cd2a"]}} -{"id":"ec-meeting-2017-11-08-02d93c01b489eb8f47192d2f380e2bcd9a88e9af","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-08 - Cabinet of President Jean-Claude Juncker x Finance Denmark"],"date":["2017-11-08"],"summary":["Banking Union and Capital Markets Union"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-c402e34a99fbee730ae22e3b1958e21c94dc6fcc","eu-tr-20705158207-35"]}} -{"id":"ec-meeting-2017-11-08-0d93bc3c82fce60b48213fe9b6a4630674cc09fb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-08 - Directorate-General for International Partnerships x Eri-Platform"],"date":["2017-11-08"],"summary":["Eritrea"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-intpa"],"involved":["eu-tr-450784410871-08","ec-person-05c4477b89b93e7969f12d89b38f77fedce5876f"]}} -{"id":"ec-meeting-2017-11-08-12b8f9aa638c67d3a36b47424752ceeca1aec893","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-08 - Cabinet of First Vice-President Frans Timmermans x Society of European Affairs Professionals"],"date":["2017-11-08"],"summary":["Inter-Institutional Agreement on a Mandatory Transparency Register"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-9264296748-42","ec-person-284d94050a35c9079d8b1ba3f85eaf7777b5fea9"]}} -{"id":"ec-meeting-2017-11-08-135faa0ae6fe75472509164c630be4a512cff798","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-08 - Cabinet of Commissioner Mariya Gabriel x Bureau Européen des Unions de Consommateurs"],"date":["2017-11-08"],"summary":["DSM priorities and policies for consumers"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-9505781573-45","ec-person-1674399a793e9e6fd7cf55b525515fc862fc9351"]}} -{"id":"ec-meeting-2017-11-08-1ba7c691ebac5e5bce29c2a046f78b702cc692e0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-08 - Cabinet of Commissioner Violeta Bulc x Fédération Internationale de l'Automobile"],"date":["2017-11-08"],"summary":["Meeting with Mr Todt"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-4d2b449b5047ea3fda435a2a1c1081e3babcdf76","eu-tr-84839535366-67","ec-person-cb7aaf75b4c195481f149f904bc28b4e2ac2b7ab"]}} -{"id":"ec-meeting-2017-11-08-1f761de0b736be4114a33926620bb7b9950c5d2f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-08 - Cabinet of Vice-President Johannes Hahn x Italian Banking, Insurance and Finance Federation"],"date":["2017-11-08"],"summary":["Co operation with Tunisia and other countries of North Africa"],"notes":["Portfolio: European Neighbourhood Policy & Enlargement Negotiations"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-hahn-johannes-of-president-vice"],"involved":["ec-person-643595d3a737c63fc95146b51292a4684ed1ca75","eu-tr-15799957915-87"]}} -{"id":"ec-meeting-2017-11-08-2cc223b049ac2b13f4edb4e21c9d3d01a9bff665","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-08 - Cabinet of Vice-President Andrus Ansip x Syndicat de la Presse Quotidienne Régionale"],"date":["2017-11-08"],"summary":["Copyright, ePrivacy"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-e91c5be432b6b3efdda369792fed67c20b767a45","eu-tr-26107245163-90"]}} -{"id":"ec-meeting-2017-11-08-32ad10258e918e247719f5e280190d81d61e878c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-08 - Cabinet of Vice-President Günther Oettinger x Deutsche Welle"],"date":["2017-11-08"],"summary":["digital innovation"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-421591329311-65","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2017-11-08-39dd9708b0bc014d150e5ef66de4b2a466eed6d6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-08 - Cabinet of Commissioner Elżbieta Bieńkowska x MedTech Europe"],"date":["2017-11-08"],"summary":["Strategic public procurement oraz HTA co-operation"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-433743725252-26","ec-person-daef7f819b2f3ffe5e4f5d8eb2782954f3c4a4e2","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2017-11-08-3ee2154b983fa03c986acbd4aef900f39867eb0a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-08 - Legal Service x IBERDROLA"],"date":["2017-11-08"],"summary":["Opening of the new Iberdrola Brussels office"],"location":["Avenue d'Auderghem 22"],"address":["Avenue d'Auderghem 22"],"addressEntity":["addr-918a9c9fab01eb91a15f314f564e40b66449e8f8"],"organizer":["ec-dg-sj"],"involved":["ec-person-4624a57ba77e3d7846d273c8f8ee43ef7847e7fc","eu-tr-41816938101-07"]}} -{"id":"ec-meeting-2017-11-08-415a981e4480fe226078ccd132531b05fb6d8b41","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-08 - Cabinet of Commissioner Violeta Bulc x MTRM Industries Ltd"],"date":["2017-11-08"],"summary":["Meeting with Mr Gupta on blockchain"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-5012c5e45a52ee8ce67d19c1781a127af53e73e7","ec-person-be830229e281863b280fbdedb9755116218a1b6d","eu-tr-386914528879-87","ec-person-a9f4fe47da47a1b05bbfda9825908089d11bda93","ec-person-cb7aaf75b4c195481f149f904bc28b4e2ac2b7ab","ec-person-dd7851e4a1e747e824b4f81139e33bc3cdb73160","ec-person-4d2b449b5047ea3fda435a2a1c1081e3babcdf76","ec-person-9d4dc4867a44dfe10f67ae7ee1706da3e8b48a24"]}} -{"id":"ec-meeting-2017-11-08-5477ed41e408f993acc830b127a131d8398a7ae3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-08 - Cabinet of Vice-President Günther Oettinger x European Association of Long-Term Investors"],"date":["2017-11-08"],"summary":["MFF"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["ec-person-1a98ebdc65a0fda494d1f6eb6fb74247a3036490","eu-tr-977980112556-82"]}} -{"id":"ec-meeting-2017-11-08-59b5c0daf8246ab4197f33af1f2ba82a2dd0a2b6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-08 - Cabinet of Commissioner Julian King x European Payment Institutions Federation"],"date":["2017-11-08"],"summary":["Terrorist financing and cybersecurity"],"notes":["Portfolio: Security Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-julian-king-of"],"involved":["ec-person-7c0f17a26975ec29fe2dea6f44e096c9500b3588","eu-tr-461826311486-83"]}} -{"id":"ec-meeting-2017-11-08-6a673e638fb5ae41da00f607d61f1c87a67e3252","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-08 - Taxation and Customs Union x PwCIL"],"date":["2017-11-08"],"summary":["Exchange of views on digital taxation"],"location":["Brussels/Belgium"],"address":["Brussels/Belgium"],"addressEntity":["addr-c476280916fa20b5023288c48bfbed9c057a1c28"],"organizer":["ec-dg-taxud"],"involved":["eu-tr-60402754518-05","ec-person-3173c1cc052827c58f23ccd3a8de07534f0d35bd"]}} -{"id":"ec-meeting-2017-11-08-6b415ef647b3fc9b0747cd0d05515493fa4b3722","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-08 - Cabinet of Vice-President Günther Oettinger x KfW Bankengruppe"],"date":["2017-11-08"],"summary":["Brussels"],"notes":["Portfolio: Budget & Human Resources"],"location":["MFF"],"address":["MFF"],"addressEntity":["addr-9366e91565d56354fb6f3afbbae21fa14c198a21"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-79019799690-13","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2017-11-08-6bbc098204d7937bd981003137aa6eff53802e05","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-08 - Cabinet of First Vice-President Frans Timmermans x Ellen MacArthur Foundation"],"date":["2017-11-08"],"summary":["Discussion on a circular economy for plastics"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels, BERL"],"address":["Brussels, BERL"],"addressEntity":["addr-3c3fa5f92474ebac668808553fbab6d1c14aa243"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-206816021848-17","ec-person-8d1c5ff76a431332387aa10936b0bff13f7d71fd"]}} -{"id":"ec-meeting-2017-11-08-7ed30372e0c12ac577fd3f27b8b4360d487e3670","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-08 - Cabinet of Vice-President Johannes Hahn x Novartis International AG"],"date":["2017-11-08"],"summary":["Economy and Investment in the EU Neighbourhood"],"notes":["Portfolio: European Neighbourhood Policy & Enlargement Negotiations"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-hahn-johannes-of-president-vice"],"involved":["eu-tr-91269481588-28","ec-person-2fca685599028e7674f6143b21eb6760c913eef0"]}} -{"id":"ec-meeting-2017-11-08-83966e7a3de3e653fa8d389b14e641189fb99ad7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-08 - Cabinet of Vice-President Andrus Ansip x Dropbox"],"date":["2017-11-08"],"summary":["DSM general"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-496823921173-60","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45"]}} -{"id":"ec-meeting-2017-11-08-87d3bf5833bc68eb42a92ab1882e0e8b51604e18","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-08 - Cabinet of Vice-President Jyrki Katainen x AT&T, Inc."],"date":["2017-11-08"],"summary":["EU-US relations, trade policy, investment plan"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-92442218459-37","ec-person-93e8e8ac2ee89edb4c52bce70d7472c8eae05edd"]}} -{"id":"ec-meeting-2017-11-08-8f26692d019ae4fd04d6966a4e77c9d40c41f229","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-08 - Cabinet of Commissioner Vytenis Andriukaitis x Alliance for Regenerative Medicine"],"date":["2017-11-08"],"summary":["Advanced therapy medicinal products"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-059ca943fc5fc696d2a97849c635ddf7b6ab7fd7","eu-tr-244710319190-73"]}} -{"id":"ec-meeting-2017-11-08-8febf27b1878e05ca39f97834bf95d3c18e59da5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-08 - Cabinet of Commissioner Margrethe Vestager x MTRM Industries Ltd"],"date":["2017-11-08"],"summary":["Meeting with Mr Gupta on blockchain"],"notes":["Portfolio: Competition"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-margrethe-of-vestager"],"involved":["ec-person-baa1c172df109ebd1f0307bccb5e21aec66c7a25","eu-tr-386914528879-87"]}} -{"id":"ec-meeting-2017-11-08-97d8d9d747cce23e76cb60dd024b01aaf26c62be","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-08 - Cabinet of Vice-President Valdis Dombrovskis x European Savings and Retail Banking Group"],"date":["2017-11-08"],"summary":["Risk Reduction Measures Package"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-48f31156d932641826e09f5b73f074d35ff05786","eu-tr-8765978796-80"]}} -{"id":"ec-meeting-2017-11-08-9993cc9c9246879b31a0535f9b6735454b112b3a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-08 - Directorate-General for International Partnerships x Sant'Egidio BXL Europe"],"date":["2017-11-08"],"summary":["Sharing ideas and vision on Develompent Cooperation in Africa"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-intpa"],"involved":["eu-tr-188918620990-58","ec-person-05c4477b89b93e7969f12d89b38f77fedce5876f"]}} -{"id":"ec-meeting-2017-11-08-9c02e29b942adfc09f8af478e333770ecaf83179","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-08 - Cabinet of Vice-President Jyrki Katainen x FINNAIR OYJ"],"date":["2017-11-08"],"summary":["Current affairs"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-457984316938-16","ec-person-f9208d930adc70c6c64e21701e48f85f6f18e949"]}} -{"id":"ec-meeting-2017-11-08-a01adf295f573966484f5f49749ba4b535eed2fb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-08 - Cabinet of Vice-President Karmenu Vella x The European Organization for Packaging and the Environment"],"date":["2017-11-08"],"summary":["Circular Economy"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["ec-person-4ff7c27445db4ad88e687776974fd8d077a1fe0c","eu-tr-0001976677-12"]}} -{"id":"ec-meeting-2017-11-08-a04f3ca900b3dafcd57ef384f83ee739fbbd33a7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-08 - Cabinet of President Jean-Claude Juncker x KfW Bankengruppe"],"date":["2017-11-08"],"summary":["Jobs and Growth initiatives"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-c402e34a99fbee730ae22e3b1958e21c94dc6fcc","eu-tr-79019799690-13"]}} -{"id":"ec-meeting-2017-11-08-ae643a3dd85f5ddf5b660afb833d60ca678b9bd2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-08 - Directorate-General for International Partnerships x KfW Bankengruppe"],"date":["2017-11-08"],"summary":["Cooperation KfW- DG DEVCO"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-intpa"],"involved":["eu-tr-79019799690-13","ec-person-05c4477b89b93e7969f12d89b38f77fedce5876f"]}} -{"id":"ec-meeting-2017-11-08-af35ce7862d2684f8b629cdc146ec7f262ac24e5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-08 - Cabinet of Vice-President Valdis Dombrovskis x Cassa Depositi e Prestiti s.p.a."],"date":["2017-11-08"],"summary":["Finanza per il sociale"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-110117812027-92","ec-person-f6170dbdd732fc460a713b82b57759ac5e77fdc6"]}} -{"id":"ec-meeting-2017-11-08-b91db336f853ef4ac8b2ba0b95c256dfd7da6fcc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-08 - Cabinet of Commissioner Mariya Gabriel x Société des Auteurs, Compositeurs et Editeurs de Musique"],"date":["2017-11-08"],"summary":["DSM; copyright"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["ec-person-1674399a793e9e6fd7cf55b525515fc862fc9351","eu-tr-829208810503-45"]}} -{"id":"ec-meeting-2017-11-08-c916d20d1311d7044b067efc73133c2c9d3127f2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-08 - Cabinet of High Representative / Vice-President Federica Mogherini x Cassa Depositi e Prestiti s.p.a."],"date":["2017-11-08"],"summary":["European Defence Fund"],"notes":["Portfolio: Foreign Affairs and Security Policy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"involved":["ec-person-0d87d503aa00db1df141f3b1bfea3e0ccb43ece9","eu-tr-110117812027-92"]}} -{"id":"ec-meeting-2017-11-08-c9b85f123652f4f57de1c8955ba47fcd3615f47b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-08 - Cabinet of Vice-President Valdis Dombrovskis x Ibec"],"date":["2017-11-08"],"summary":["ESAs review; regulatory issues"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-48f31156d932641826e09f5b73f074d35ff05786","eu-tr-479468313744-50"]}} -{"id":"ec-meeting-2017-11-08-ca281abb83ed6199097b038d14589212c34854a7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-08 - Cabinet of Commissioner Violeta Bulc x CAISSE DES DEPOTS"],"date":["2017-11-08"],"summary":["next MFF when it comes to financial instruments and the possible role for NPBIs"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-84606487324-44","ec-person-be830229e281863b280fbdedb9755116218a1b6d"]}} -{"id":"ec-meeting-2017-11-08-d3c87c168cd01e34021b30ac9d76f007307382eb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-08 - Cabinet of Vice-President Johannes Hahn x Norwegian Refugee Council Europe"],"date":["2017-11-08"],"summary":["Area C, assistance to the Palestinians"],"notes":["Portfolio: European Neighbourhood Policy & Enlargement Negotiations"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-hahn-johannes-of-president-vice"],"involved":["ec-person-643595d3a737c63fc95146b51292a4684ed1ca75","eu-tr-750447615329-96"]}} -{"id":"ec-meeting-2017-11-08-d423818f70da9afa7785be3d98fd0986d795e316","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-08 - Financial Stability, Financial Services and Capital Markets Union x Finanssiala ry - Finance Finland Swedish Bankers´ Association Finance Denmark"],"date":["2017-11-08"],"summary":["Basel"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-7328496842-09","eu-tr-53517281038-30","ec-person-bdee7a93f95c8ef05079539170139b3c02e8ed96","eu-tr-20705158207-35"]}} -{"id":"ec-meeting-2017-11-08-ea45d71e44668abc54b732d659f5248e17cf34e0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-08 - Cabinet of Commissioner Vytenis Andriukaitis x European Meat Network"],"date":["2017-11-08"],"summary":["ASF plus Feed Protein Ban"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-0dbfffeb0323f819c8d57164906086dd8639c437","eu-tr-376515721995-15"]}} -{"id":"ec-meeting-2017-11-08-eb55662faf33c51885f2c1db31b8fa0a75c2974f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-08 - Cabinet of Commissioner Dimitris Avramopoulos x Transatlantic Institute"],"date":["2017-11-08"],"summary":["Global migration and security challenges"],"notes":["Portfolio: Migration, Home Affairs and Citizenship"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-avramopoulos-cabinet-commissioner-dimitris-of"],"involved":["ec-person-0b0e27acb2dc2fc7a5c5367408eb01e6e347862f","ec-person-57d09145ba24f5738cdde61edf14f741cb547675","eu-tr-95713206856-14","ec-person-06b43c385c07c13f2bae1d24a0075851e8ce491d"]}} -{"id":"ec-meeting-2017-11-08-ec942c905c12888cac64e0d55cbd04740c0d783f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-08 - Cabinet of First Vice-President Frans Timmermans x EUROCHAMBRES – Association of European Chambers of Commerce and Industry"],"date":["2017-11-08"],"summary":["Discussion on the initiative on the integration of refugees in the European labour market"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels, BERL"],"address":["Brussels, BERL"],"addressEntity":["addr-3c3fa5f92474ebac668808553fbab6d1c14aa243"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-0014082722-83","ec-person-8d1c5ff76a431332387aa10936b0bff13f7d71fd"]}} -{"id":"ec-meeting-2017-11-08-f4922a7fd6cdacc0c8e4b1df7dc7803b7b8d5948","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-08 - Cabinet of President Jean-Claude Juncker x Europeana Foundation"],"date":["2017-11-08"],"summary":["Digital Single Market"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-44a061693f35519551be0e3dab996e76ad3f8c7c","eu-tr-770007812381-96"]}} -{"id":"ec-meeting-2017-11-09-0d1a952995b93a4fce22105f4800013c37db9300","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-09 - Cabinet of Vice-President Maroš Šefčovič x ENGIE"],"date":["2017-11-09"],"summary":["Energy Union"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-90947457424-20","ec-person-af83ed49c403cb9d7ebfecca7893f0054c1f4be5"]}} -{"id":"ec-meeting-2017-11-09-0dcac43d0d365962b6d1deb88d36e9b5dfaa6c5c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-09 - Cabinet of Vice-President Andrus Ansip x VMware International Unlimited Company"],"date":["2017-11-09"],"summary":["Cybersecurity package"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-3ca0c466b8ff230d4409591430b388007ce14ff8","eu-tr-922046321682-57"]}} -{"id":"ec-meeting-2017-11-09-0ec344c8c825e7c7db53b5c76af89741e1c7ba21","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-09 - Cabinet of Vice-President Andrus Ansip x LVMH Publica"],"date":["2017-11-09"],"summary":["Tackling illegal content online"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-e91c5be432b6b3efdda369792fed67c20b767a45","ec-person-91ca0921c6790191daa54427311acd63035e7c9e","eu-tr-16094042309-21"]}} -{"id":"ec-meeting-2017-11-09-24edb2933037a7bfec9aac1ad902743fce340a49","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-09 - Cabinet of Vice-President Valdis Dombrovskis x Mizuho Financial Group, Inc."],"date":["2017-11-09"],"summary":["international developments in the banking area"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-619816425761-15","ec-person-48f31156d932641826e09f5b73f074d35ff05786"]}} -{"id":"ec-meeting-2017-11-09-3234a2496cfb87bbbe6c70f81311a8c2a0c7c70d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-09 - Cabinet of High Representative / Vice-President Federica Mogherini x European Centre for Electoral Support"],"date":["2017-11-09"],"summary":["EU Support to Jordanian Democratic Institutions & Development, EU-JDID”,"],"notes":["Portfolio: Foreign Affairs and Security Policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"involved":["eu-tr-578467420707-73","ec-person-44c0409df0e9c3a69a1fe1442fc91e31f6c2786b","ec-person-23c55ec7dbedbeca55522253bc69ae6fd1bea72c"]}} -{"id":"ec-meeting-2017-11-09-356fd469994c0838f80734ecd07304480d05ee86","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-09 - Cabinet of First Vice-President Frans Timmermans x Centre for European Policy Studies"],"date":["2017-11-09"],"summary":["Better Regulation & Sustainability"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-86853666704-95","ec-person-8d1c5ff76a431332387aa10936b0bff13f7d71fd","ec-person-0eaac943e895c47df1465dda6c94e671c5081e0a"]}} -{"id":"ec-meeting-2017-11-09-36c38a3b843cd77f4b5c535a107a0a1ab656bd8a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-09 - Cabinet of Vice-President Miguel Arias Cañete x ENGIE"],"date":["2017-11-09"],"summary":["Clean Energy Package as well as CO2 pricing"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-90947457424-20","ec-person-71f9b3c696abbda505f0fae6baec2c26e0c310dc","ec-person-2229c857664a22dcb8eee79a8c05841fd3d0924f"]}} -{"id":"ec-meeting-2017-11-09-3cb6a1815260594a09d6094327567959bd35446a","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2017-11-09 - Cabinet of Commissioner Věra Jourová x Hospodářská komora České republiky"],"date":["2017-11-09"],"summary":["DUal quality of food, GDPR","Dual quality of food, GDPR"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["eu-tr-7829357255-35","ec-person-a608b85b2ffef83f883b5a2330b6232efa1b7141","ec-person-1e0e3a00ab815dea7c5b839b002ed2c7e34bfe0a"]}} -{"id":"ec-meeting-2017-11-09-3eaf4fa3fc5dabe696dde2c869c78fc946c34e5b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-09 - European Anti-Fraud Office x EUK Consulting"],"date":["2017-11-09"],"summary":["Track and trace system under the Tobacco Products Directive"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-olaf"],"involved":["eu-tr-29815741326-06","ec-person-60f42d435e90154e968c133fbbd72f0bfe8b7f89"]}} -{"id":"ec-meeting-2017-11-09-5a1a6a996f28e0d19560780e9fcbcfeb113135d1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-09 - Financial Stability, Financial Services and Capital Markets Union x BlackRock"],"date":["2017-11-09"],"summary":["CMU, sustainable finance, AIFMD"],"location":["Windsor"],"address":["Windsor"],"addressEntity":["addr-139901a95cbff5d6eb54fda7fb6deb627017ac8b"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-51436554494-18","ec-person-bdee7a93f95c8ef05079539170139b3c02e8ed96"]}} -{"id":"ec-meeting-2017-11-09-5d5447417745b739f7b9c3cd2cbca6e65b3243d9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-09 - Cabinet of Commissioner Violeta Bulc x ABTA - The Travel Association"],"date":["2017-11-09"],"summary":["Meeting with CEO, Mr Tanzer"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-71031367582-11","ec-person-9d4dc4867a44dfe10f67ae7ee1706da3e8b48a24"]}} -{"id":"ec-meeting-2017-11-09-635ccac7b24b615b862b53fb4dd663227e28a6c4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-09 - Cabinet of Vice-President Jyrki Katainen x Finnish Pension Alliance TELA"],"date":["2017-11-09"],"summary":["EMU"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-035473310965-62","ec-person-955e8c493ab54847bb92b65986f56a401f8eabee"]}} -{"id":"ec-meeting-2017-11-09-65788dad0b939193c45473fbbfd4843290114a4d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-09 - Cabinet of Commissioner Věra Jourová x Philip Morris International Inc."],"date":["2017-11-09"],"summary":["new technologies diminishing harm to tobacco user"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-a2ca9161feee56909a0e98b473c2d342c20fdb57","eu-tr-51925911965-76"]}} -{"id":"ec-meeting-2017-11-09-68bba55750a9cf480a3d3fb1eecca6b9d119a950","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-09 - Cabinet of Vice-President Miguel Arias Cañete x Equinor ASA"],"date":["2017-11-09"],"summary":["Energy Union, decarbonisation challenges, the role of CCS"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd","eu-tr-4447605981-76"]}} -{"id":"ec-meeting-2017-11-09-70f5f9c8d4db94942e046387f79574eb40b0eb07","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-09 - Cabinet of Commissioner Mariya Gabriel x News Media Europe"],"date":["2017-11-09"],"summary":["Copyright, Fake News and AVMSD"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-577812220311-81","ec-person-13ac9a19d8d04f97c0d32603d014df0dd4e1cd2a"]}} -{"id":"ec-meeting-2017-11-09-72456b3ce23075592b6daed7e08e77a330db4ceb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-09 - Cabinet of Commissioner Violeta Bulc x Carbon12011"],"date":["2017-11-09"],"summary":["Event on drones in Brussels"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-9d4dc4867a44dfe10f67ae7ee1706da3e8b48a24","eu-tr-907571528926-83"]}} -{"id":"ec-meeting-2017-11-09-790b8ee8ba548c7751516d1bf12e939d998a119c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-09 - Cabinet of Vice-President Valdis Dombrovskis x Intercontinental Exchange, Inc."],"date":["2017-11-09"],"summary":["international regulatory cooperation; CCP supervision"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-48f31156d932641826e09f5b73f074d35ff05786","eu-tr-141041215133-83"]}} -{"id":"ec-meeting-2017-11-09-7cb36cee98e2b9b19eaaf0875f39bcfc76d6435a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-09 - Cabinet of Commissioner Mariya Gabriel x Comité Colbert"],"date":["2017-11-09"],"summary":["lutte contre les contenus illégaux en ligne"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-62379572263-63","ec-person-d995d34a2f8b1f0bf6a17486f5699181d6a01e1c"]}} -{"id":"ec-meeting-2017-11-09-7faa0d83b3b7dcc6c8950dd53407b3997321f80f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-09 - Cabinet of Commissioner Phil Hogan x Fonterra Co-operative Group Limited"],"date":["2017-11-09"],"summary":["Business discussion"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-400dd8d59d3060187d9b9b143d697da1a3d03c12","eu-tr-234577416588-90"]}} -{"id":"ec-meeting-2017-11-09-84175337de4dff57cfb9dae4f6b5c6b4a66f48e5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-09 - Cabinet of Vice-President Karmenu Vella x European Chemical Industry Council"],"date":["2017-11-09"],"summary":["Plastics Strategy"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["ec-person-4ff7c27445db4ad88e687776974fd8d077a1fe0c","eu-tr-64879142323-90"]}} -{"id":"ec-meeting-2017-11-09-8716092ea6496e7304b930410fa0eb91580a09d6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-09 - Cabinet of Commissioner Marianne Thyssen x European Alliance for Social Sciences and Humanities"],"date":["2017-11-09"],"summary":["Reflection paper on the Social Dimension of Europe, critical research."],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["eu-tr-754273928909-61","ec-person-5a49eb89125b4b5d1125b3925bbb64aba1bea2b3"]}} -{"id":"ec-meeting-2017-11-09-909d4f39d80c36b250e13d645fc796ecc99915e2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-09 - Taxation and Customs Union x International Tax and Investment Center"],"date":["2017-11-09"],"summary":["Roundtable on Global Tax Policy Issues and Board of Directors’ Dinner"],"location":["London, UK"],"address":["London, UK"],"addressEntity":["addr-0ee327229983c565b36e921e34cf577d4463db35"],"organizer":["ec-dg-taxud"],"involved":["eu-tr-185116228928-67","ec-person-3173c1cc052827c58f23ccd3a8de07534f0d35bd"]}} -{"id":"ec-meeting-2017-11-09-aee0006c76235d1a12f5998d831007a5dc070fa6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-09 - Cabinet of Vice-President Jyrki Katainen x Bill & Melinda Gates Foundation"],"date":["2017-11-09"],"summary":["Investment Plan"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-371567915480-41","ec-person-c3d85c41b6b842aae5c953d41fda5f240a5d0969"]}} -{"id":"ec-meeting-2017-11-09-b9b3bcadc46a8b095990c116e7435504c7a2a938","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-09 - Cabinet of Commissioner Elżbieta Bieńkowska x Comité Colbert"],"date":["2017-11-09"],"summary":["l'evolution des enjeux reglementaires de l'industrie du luxe"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["ec-person-685ecf13dd26cd515c961e24ba71049af2302c5e","eu-tr-62379572263-63"]}} -{"id":"ec-meeting-2017-11-09-c613c06f67d416bfcf2979a94b5597e8682e77e9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-09 - Cabinet of Commissioner Elżbieta Bieńkowska x Diageo"],"date":["2017-11-09"],"summary":["future of food and drink sector in Europe"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-10774885698-20","ec-person-b2f9be51339f054477846797e2c119fcf16548fc"]}} -{"id":"ec-meeting-2017-11-09-da171bc31b2fac77bb15e8f4bd3ef4d529698549","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-09 - Cabinet of Commissioner Violeta Bulc x ENGIE"],"date":["2017-11-09"],"summary":["Meeting with Pierre Mongin, Secrétaire Général d’ENGIE"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-90947457424-20","ec-person-dd7851e4a1e747e824b4f81139e33bc3cdb73160"]}} -{"id":"ec-meeting-2017-11-09-e92e1cd3b4b3d5d9f934d64399517cb4685c44d0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-09 - Cabinet of Vice-President Valdis Dombrovskis x JPMorgan Chase & Co."],"date":["2017-11-09"],"summary":["cyber security space, global regulatory coordination, EU cyber security package"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-537401fc0be04984531b83660f416bf2fe14fbd8","eu-tr-9171899949-17"]}} -{"id":"ec-meeting-2017-11-09-f1bf8098a1c55b593f0109b764d2113be9eb5b6a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-09 - Cabinet of Vice-President Karmenu Vella x Kellogg Company"],"date":["2017-11-09"],"summary":["Exchange of views on Kellogg’s work on sustainability"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Berlaymont, Brussels"],"address":["Berlaymont, Brussels"],"addressEntity":["addr-fc86ff6aaa2cd722afeb09a33ccd03fec72f8cd1"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["ec-person-9e282d5223d0f62146ce1013e2dac38adc89a4cf","eu-tr-89352824072-19"]}} -{"id":"ec-meeting-2017-11-09-f38c8eceabadf8751c31bd141b0717768e668289","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-09 - Cabinet of Commissioner Violeta Bulc x RegioJet a.s."],"date":["2017-11-09"],"summary":["Meeting with RegioJet representatives"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-dd7851e4a1e747e824b4f81139e33bc3cdb73160","eu-tr-603556028702-11"]}} -{"id":"ec-meeting-2017-11-09-fbcf3f19c61b25771ec2b7226adb82e200e24dd2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-09 - Cabinet of Commissioner Věra Jourová x EUROPEAN TRADE UNION CONFEDERATION"],"date":["2017-11-09"],"summary":["Company law"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-a608b85b2ffef83f883b5a2330b6232efa1b7141","eu-tr-06698681039-26","ec-person-ff9ad301b778d595651cc4c46ec3a4cf1ef10376"]}} -{"id":"ec-meeting-2017-11-09-fd972e5f3388da6f3252b92f190dd5a4f7f0ba29","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-09 - Cabinet of Vice-President Jyrki Katainen x GlaxoSmithKline"],"date":["2017-11-09"],"summary":["Innovation in the pharmaceutical sector, SPC, health technology assessments"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-c50e8c2cc390c5efb0626988d173bc6758459e0f","eu-tr-7990322925-77"]}} -{"id":"ec-meeting-2017-11-10-15f4dcb1949802233314f04d57203c457886b4b4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-10 - Cabinet of Commissioner Vytenis Andriukaitis x Verband Forschender Arzneimittelhersteller e.V."],"date":["2017-11-10"],"summary":["Health technology assessment, eHealth"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-059ca943fc5fc696d2a97849c635ddf7b6ab7fd7","eu-tr-9796640403-95"]}} -{"id":"ec-meeting-2017-11-10-1e8a2ad62215abc97b751fcd443b91df629944ce","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-10 - Cabinet of Commissioner Carlos Moedas x Laboratório Nacional de Engenharia Civil, I.P."],"date":["2017-11-10"],"summary":["Lis-Water (the new center of excellence Lisbon International Centre for Water)"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["eu-tr-027300228913-42","ec-person-0a716bf5253e913fc40ebf14c12f30dc2e7a06ee"]}} -{"id":"ec-meeting-2017-11-10-39b9125f821f811e78626391a560350aaf0872ec","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-10 - Cabinet of First Vice-President Frans Timmermans x The Danish Chamber of Commerce"],"date":["2017-11-10"],"summary":["Unfair Trading practices in the food supply chain"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["ec-person-1bc3e2272ec82a894153feccd4f285ae594f7b3b","eu-tr-0330934426-12"]}} -{"id":"ec-meeting-2017-11-10-3bbd37cdea670c744accff9bc1c3e4053a15bedd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-10 - Cabinet of First Vice-President Frans Timmermans x EuroCommerce"],"date":["2017-11-10"],"summary":["Food Supply chain initiative"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-84973761187-60","ec-person-6c0efbf1635ca0cb8dce32e129231fa3136f600b"]}} -{"id":"ec-meeting-2017-11-10-552028e3ade78d81cbaa43d8ac9ef582f4e244ed","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-10 - Cabinet of Commissioner Elżbieta Bieńkowska x ACT | The App Association"],"date":["2017-11-10"],"summary":["Standard Essential Patents"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-72029513877-54","ec-person-685ecf13dd26cd515c961e24ba71049af2302c5e"]}} -{"id":"ec-meeting-2017-11-10-55328d30ac50eb96decc85b3874696240d3e85b4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-10 - Cabinet of Commissioner Pierre Moscovici x Intesa Sanpaolo"],"date":["2017-11-10"],"summary":["Addendum to the ECB Guidance to banks on non-performing loans"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["eu-tr-24037141789-48","ec-person-18ec03f403696ecde522f7843ba9c4ff6335ead4"]}} -{"id":"ec-meeting-2017-11-10-5e0c7f23a9db7bc057fc56f896d9805d2b4f24c9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-10 - Cabinet of Commissioner Margrethe Vestager x Open Society European Policy Institute"],"date":["2017-11-10"],"summary":["EU Current Affairs"],"notes":["Portfolio: Competition"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-margrethe-of-vestager"],"involved":["ec-person-baa1c172df109ebd1f0307bccb5e21aec66c7a25","eu-tr-8557515321-37"]}} -{"id":"ec-meeting-2017-11-10-6acdc5d0938b9804ba6263d7de57110ec7b9c8f1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-10 - Cabinet of Commissioner Tibor Navracsics x International Yehudi Menuhin Foundation"],"date":["2017-11-10"],"summary":["Intercultural Dialogue"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["eu-tr-34694767407-27","ec-person-1da7ee09d46288ee4ea9db2b644bdcf9c3d6d000"]}} -{"id":"ec-meeting-2017-11-10-9cb8b56547cb332e06539df68ac82cf1e0329dde","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-10 - Cabinet of Commissioner Mariya Gabriel x RTL Group"],"date":["2017-11-10"],"summary":["broadcasting regulation and copyright directive"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-59267165790-45","ec-person-13ac9a19d8d04f97c0d32603d014df0dd4e1cd2a"]}} -{"id":"ec-meeting-2017-11-10-afad993809a7902554f9caa442d882be33f8671c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-10 - Cabinet of Vice-President Johannes Hahn x The Mossawa Center"],"date":["2017-11-10"],"summary":["Situation in Israel"],"notes":["Portfolio: European Neighbourhood Policy & Enlargement Negotiations"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-hahn-johannes-of-president-vice"],"involved":["ec-person-643595d3a737c63fc95146b51292a4684ed1ca75","eu-tr-106413816989-72"]}} -{"id":"ec-meeting-2017-11-10-bd98ad9877eff97a66390401c496e7951ce39604","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-10 - Cabinet of Vice-President Valdis Dombrovskis x Intesa Sanpaolo"],"date":["2017-11-10"],"summary":["European Banks; NPL"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-24037141789-48","ec-person-48f31156d932641826e09f5b73f074d35ff05786"]}} -{"id":"ec-meeting-2017-11-10-bf5c835fb9ab7e36b520f9e1add62b62048772d5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-10 - Cabinet of Commissioner Violeta Bulc x European Transport Safety Council"],"date":["2017-11-10"],"summary":["Road safety"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-78891371297-34","ec-person-cb7aaf75b4c195481f149f904bc28b4e2ac2b7ab"]}} -{"id":"ec-meeting-2017-11-10-d6a6495e9b87c484874618236419279fbcef1a27","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-10 - Cabinet of Commissioner Mariya Gabriel x Siemens AG"],"date":["2017-11-10"],"summary":["Merger between Alstom and Siemens Mobility and Impact on digitalization"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-4266797770-31","ec-person-77288fc6cc1d717936ac1a1d02ed679fd493b117"]}} -{"id":"ec-meeting-2017-11-10-d81100cec56eb6feb8e7f9f675d618f697a0db35","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-10 - Cabinet of Commissioner Mariya Gabriel x Liga Nacional de Fútbol Profesional"],"date":["2017-11-10"],"summary":["SatCab and AVMSDA"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-138436621132-34","ec-person-13ac9a19d8d04f97c0d32603d014df0dd4e1cd2a"]}} -{"id":"ec-meeting-2017-11-10-d8bd5e9265d03d32772e1121f0e2e4fd6f0bfb34","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-10 - Cabinet of Commissioner Elżbieta Bieńkowska x Fertilizers Europe"],"date":["2017-11-10"],"summary":["Fertilizer Regulation"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-80788715017-29","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2017-11-10-dd0842eb54e562f91245c56ffa8dfc14e0425426","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-10 - Cabinet of President Jean-Claude Juncker x EUROPEAN APPAREL AND TEXTILE CONFEDERATION European Chemical Industry Council UNIFE"],"date":["2017-11-10"],"summary":["Politique industrielle"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-9624415524-28","eu-tr-7824139202-85","ec-person-c402e34a99fbee730ae22e3b1958e21c94dc6fcc","eu-tr-64879142323-90"]}} -{"id":"ec-meeting-2017-11-10-e0ae1113d4c3d6b014e4e3596e67df664e57768b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-10 - Cabinet of President Jean-Claude Juncker x EuroCommerce"],"date":["2017-11-10"],"summary":["Food supply chain initiative"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-84973761187-60","ec-person-c402e34a99fbee730ae22e3b1958e21c94dc6fcc"]}} -{"id":"ec-meeting-2017-11-13-1366c97bcbad206aa70cb4e4abfe1c8685f40ccd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-13 - Cabinet of Commissioner Tibor Navracsics x IETM international network for contemporary performing arts"],"date":["2017-11-13"],"summary":["Creative Europe programme"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-49f31dad10f5641cb1d1e4c3107dd838389e8120","eu-tr-55642894775-05"]}} -{"id":"ec-meeting-2017-11-13-1a90bd0365857da80ee9631f5715a64ca7c4433f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-13 - Task Force for Relations with the United Kingdom x Polish Confederation Lewiatan"],"date":["2017-11-13"],"summary":["Meeting with the Task Force for the Preparation and Conduct of the Negotiations with the United Kingdom under Article 50 TEU"],"location":["Warsaw, Poland"],"address":["Warsaw, Poland"],"addressEntity":["addr-aa19a98c4eb94265ed0e7d3e42967f2c29150809"],"organizer":["ec-dg-uktf"],"involved":["ec-person-864cfa5fbc9b02a079ffbab1107f252c7bb08478","eu-tr-251117611140-75"]}} -{"id":"ec-meeting-2017-11-13-2097fd9f6231c39db926be8f9f7270f4b736cbfd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-13 - Cabinet of First Vice-President Frans Timmermans x Think Beyond Plastic"],"date":["2017-11-13"],"summary":["Discussion on EU Plastic Strategy"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels, BERL"],"address":["Brussels, BERL"],"addressEntity":["addr-3c3fa5f92474ebac668808553fbab6d1c14aa243"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-360635028553-14","ec-person-8d1c5ff76a431332387aa10936b0bff13f7d71fd"]}} -{"id":"ec-meeting-2017-11-13-244fb72b0d23b46381cba2de584ccbad2ed28afc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-13 - Cabinet of Vice-President Andrus Ansip x Orgalim – Europe's Technology Industries"],"date":["2017-11-13"],"summary":["DSM general"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-20210641335-88","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45"]}} -{"id":"ec-meeting-2017-11-13-2ba553efd21118c2edfabafbf1f355ea76826c29","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-13 - Cabinet of Commissioner Corina Crețu x Polish Confederation Lewiatan"],"date":["2017-11-13"],"summary":["Presentation of Lewaiatan's activities"],"notes":["Portfolio: Regional Policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-corina-cretu-of"],"involved":["eu-tr-251117611140-75","ec-person-c9d4945f28454cc49c4ea188c82e64b0dac3bd73"]}} -{"id":"ec-meeting-2017-11-13-5d561383f93d165277fcba5b4a94f86a6a230376","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-13 - Cabinet of Vice-President Valdis Dombrovskis x Aon Service Corporation"],"date":["2017-11-13"],"summary":["EU financial services legislation; PEPPs"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-876564420204-22","ec-person-eec82261c60167b261e56ad1e2bfb4c482db6191"]}} -{"id":"ec-meeting-2017-11-13-6cce680dd5ce73f449f4720e0d928693b28e154b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-13 - Cabinet of Vice-President Andrus Ansip x Free Fair Post Initiative"],"date":["2017-11-13"],"summary":["e-commerce, competition and innovation in the postal and parcel delivery markets"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-326647527646-54","ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0"]}} -{"id":"ec-meeting-2017-11-13-9b2c6ddaed5a5eeeb5e98b0e648b243bfabedfe5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-13 - Cabinet of Commissioner Mariya Gabriel x ZVEI e.V. - Verband der Elektro- und Digitalindustrie"],"date":["2017-11-13"],"summary":["Cybersecurity certification framework"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-94770746469-09","ec-person-fc1068d79545d1659bf47e9b62bfb0aed175629e"]}} -{"id":"ec-meeting-2017-11-13-b4c6e14c38bb9c1bc60e99b6e128c7324954d37d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-13 - Cabinet of Vice-President Valdis Dombrovskis x Managed Funds Association"],"date":["2017-11-13"],"summary":["ESAs review; EMIR; Investment Firm Review"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-48f31156d932641826e09f5b73f074d35ff05786","eu-tr-041415315167-65"]}} -{"id":"ec-meeting-2017-11-13-b9a7e7f1ca8acec57125d3af5b5392b6c48e8fb1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-13 - Cabinet of Vice-President Karmenu Vella x Think Beyond Plastic"],"date":["2017-11-13"],"summary":["Plastics strategy"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["ec-person-4ff7c27445db4ad88e687776974fd8d077a1fe0c","eu-tr-360635028553-14"]}} -{"id":"ec-meeting-2017-11-13-c20362b33d09af471e7cc28ae6c5e45e58f91c7f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-13 - Cabinet of Vice-President Maroš Šefčovič x BDEW Bundesverband der Energie- und Wasserwirtschaft e. V."],"date":["2017-11-13"],"summary":["Preparation BDEW Congress June 2018"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-20457441380-38","ec-person-3bf48630444ace93d407e52eb880e64d480f75ce"]}} -{"id":"ec-meeting-2017-11-13-ff96e40fb23b03b6c3f04ba9e03b99cb55acb09f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-13 - Financial Stability, Financial Services and Capital Markets Union x EUROFI"],"date":["2017-11-13"],"summary":["Eurofi agenda"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["ec-person-bdee7a93f95c8ef05079539170139b3c02e8ed96","eu-tr-525103133519-45"]}} -{"id":"ec-meeting-2017-11-14-032dee713f4a1be1554a2f25423f6555b6a76f7f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-14 - Cabinet of Vice-President Miguel Arias Cañete x Veolia Environnement"],"date":["2017-11-14"],"summary":["Energy Efficiency / Energy Performance of Buildings"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-72103751229-92","ec-person-25a937c04cd0a0ddcf5cf34798e76b5105854114"]}} -{"id":"ec-meeting-2017-11-14-03fdef676d390c4aeffdfba5718b979fe7e14fda","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-14 - Communication x Merck"],"date":["2017-11-14"],"summary":["Circular economy, priorities of Juncker Commission and AMR (Antimicrobial Resistance) Action Plan"],"location":["Strasbourg"],"address":["Strasbourg"],"addressEntity":["addr-a7b90170b4a5bf2d1d09ccfd109b57e0a030cfc4"],"organizer":["ec-dg-comm"],"involved":["ec-person-b6c746215a5c0e8c8c5d2d25b85179e0063a6b33","eu-tr-49654992078-52"]}} -{"id":"ec-meeting-2017-11-14-0f2f99016f0479bfad914de96c04e9ac43909ee3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-14 - Cabinet of Vice-President Jyrki Katainen x Teollisuuden Voima Oyj Aula Europe"],"date":["2017-11-14"],"summary":["Energy issues"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-352103717639-15","ec-person-f9208d930adc70c6c64e21701e48f85f6f18e949","eu-tr-88742028087-64"]}} -{"id":"ec-meeting-2017-11-14-1309c509dd23575f59626abf2231fd363bf83dee","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-14 - Cabinet of Commissioner Mariya Gabriel x Luxinnovation"],"date":["2017-11-14"],"summary":["Digital in Horizon 2020 / Future of digital in FP9"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-588095628738-58","ec-person-77288fc6cc1d717936ac1a1d02ed679fd493b117"]}} -{"id":"ec-meeting-2017-11-14-2d510d6f715f4b11c14b67b6ec08282976199051","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-14 - Cabinet of Vice-President Maroš Šefčovič x ista International GmbH"],"date":["2017-11-14"],"summary":["Energy efficiency + buildings"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-e74918e8eb8a9ef96da8cb06c0eae7ac5080d822","eu-tr-347997326951-73","ec-person-192eca4cb918c7382c916bec9bfe04e745ee91cb"]}} -{"id":"ec-meeting-2017-11-14-3237e25ff57afc8e4ece8dc4be4fe6275a1f0dd4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-14 - Cabinet of Commissioner Violeta Bulc x Da Jiang Innovations"],"date":["2017-11-14"],"summary":["Meeting with Christian Struwe, Head of Public Policy for Europe at DJI"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-9d4dc4867a44dfe10f67ae7ee1706da3e8b48a24","eu-tr-526710919886-47"]}} -{"id":"ec-meeting-2017-11-14-59685e7aadd2a08ccf2c900f67acd8c952504246","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-14 - Environment x Orgalim – Europe's Technology Industries"],"date":["2017-11-14"],"summary":["Circular Economy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-env"],"involved":["eu-tr-20210641335-88","ec-person-3bc74ce04ea3f4ab4d91a5c88eef25b8b8a213b4"]}} -{"id":"ec-meeting-2017-11-14-611787024d744d2889fd5755ec09c4966cf248a4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-14 - Maritime Affairs and Fisheries x Cooperatie Kottervisserij Nederland (VisNed)"],"date":["2017-11-14"],"summary":["Landing obligation / pulse fishing"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-mare"],"involved":["ec-person-a7b4b8418268a6d6c196b5e45f606fc92acbdb8c","eu-tr-999937013620-15"]}} -{"id":"ec-meeting-2017-11-14-643bd846f81ff262cc569cd8e2e792e2121512cb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-14 - Cabinet of Vice-President Andrus Ansip x Google"],"date":["2017-11-14"],"summary":["P2B, fake news, ilegal content"],"notes":["Portfolio: Digital Single Market"],"location":["San Francisco (US)"],"address":["San Francisco (US)"],"addressEntity":["addr-bea148017410d1d50514ed009d6586ca93d747a5"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-03181945560-59","ec-person-91ca0921c6790191daa54427311acd63035e7c9e"]}} -{"id":"ec-meeting-2017-11-14-6fbab249464334df2353ea7766a4928bffa08684","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-14 - Maritime Affairs and Fisheries x Danish Pelagic Producers Organisation"],"date":["2017-11-14"],"summary":["Landing obligation / Brexit"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-mare"],"involved":["ec-person-a7b4b8418268a6d6c196b5e45f606fc92acbdb8c","eu-tr-758119111495-35"]}} -{"id":"ec-meeting-2017-11-14-7fbbf734cfc7985fbf8920317bb2e01f2dbbd9f6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-14 - Directorate-General for International Partnerships x McKinsey & Company Inc."],"date":["2017-11-14"],"summary":["Migration"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-intpa"],"involved":["ec-person-05c4477b89b93e7969f12d89b38f77fedce5876f","eu-tr-759822324775-22"]}} -{"id":"ec-meeting-2017-11-14-866f1c2c996e28d25050f068007c4af81359f7f2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-14 - Cabinet of Commissioner Elżbieta Bieńkowska x Schneider Electric"],"date":["2017-11-14"],"summary":["High Level Strategy Group on Industrial Technologies"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-46302264606-44","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2017-11-14-95e5f79d09eb5a772abe7b58b70a109e632da73b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-14 - Cabinet of Vice-President Andrus Ansip x Mind the Bridge Foundation"],"date":["2017-11-14"],"summary":["P2B, platforms"],"notes":["Portfolio: Digital Single Market"],"location":["San Francisco (US)"],"address":["San Francisco (US)"],"addressEntity":["addr-bea148017410d1d50514ed009d6586ca93d747a5"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-700186718007-46","ec-person-91ca0921c6790191daa54427311acd63035e7c9e"]}} -{"id":"ec-meeting-2017-11-14-9e49dd7445a5077d014e59310eeb630cd1482b3e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-14 - Mobility and Transport x European Transport Workers' Federation"],"date":["2017-11-14"],"summary":["Commission's work programme"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-move"],"involved":["eu-tr-92545571128-74","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2017-11-14-aca577983694f1787c2da1607ec66cbafee158fd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-14 - Cabinet of Vice-President Andrus Ansip x Facebook Ireland Limited"],"date":["2017-11-14"],"summary":["P2B, fake news"],"notes":["Portfolio: Digital Single Market"],"location":["San Francisco (US)"],"address":["San Francisco (US)"],"addressEntity":["addr-bea148017410d1d50514ed009d6586ca93d747a5"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-91ca0921c6790191daa54427311acd63035e7c9e","eu-tr-28666427835-74"]}} -{"id":"ec-meeting-2017-11-14-c23aa29bcd626fe9a7ec7635f222f8c62dff0079","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-14 - Cabinet of Vice-President Cecilia Malmström x Confederation of British Industry"],"date":["2017-11-14"],"summary":["WTO schedules, State of play on EU trade agenda, Japan, Singapore, Vietnam, Mexico, Mercosur."],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-73725676990-18","ec-person-20ded9db5df11164331bb161fdf234b1e5ad53fd","ec-person-591ec829ca734bcfe59a2c9c7f07f9dff22a0ea9"]}} -{"id":"ec-meeting-2017-11-14-cd2c27639f8236414341088e69cf887045d86835","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-14 - Cabinet of Vice-President Maroš Šefčovič x OMV Aktiengesellschaft"],"date":["2017-11-14"],"summary":["Introduction Head of OMV Brussels, Clean Energy Package"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-3bf48630444ace93d407e52eb880e64d480f75ce","eu-tr-94274031992-65"]}} -{"id":"ec-meeting-2017-11-14-d0df1d283c32122a138d4ea6d2be4702814cd4f3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-14 - Cabinet of Vice-President Jyrki Katainen x Mid Sweden European Office East and North Finland EU Office NORTH SWEDEN EUROPEAN OFFICE"],"date":["2017-11-14"],"summary":["Preparation of the Finnish Council Presidency - the 2030 Sustainability Agenda"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-18712067888-04","eu-tr-626247915526-71","eu-tr-43634658185-75","ec-person-c3d85c41b6b842aae5c953d41fda5f240a5d0969"]}} -{"id":"ec-meeting-2017-11-14-d4a9cf649c9cc9e442cb6dca54efb82a14312e60","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-14 - Financial Stability, Financial Services and Capital Markets Union x JPMorgan Chase & Co."],"date":["2017-11-14"],"summary":["Update on the US regulatory agenda"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["ec-person-bdee7a93f95c8ef05079539170139b3c02e8ed96","eu-tr-9171899949-17"]}} -{"id":"ec-meeting-2017-11-14-d7f83dfce2f054703813c46e6c9feca5209a6615","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-14 - Mobility and Transport x European Community Shipowners' Associations"],"date":["2017-11-14"],"summary":["Maritime transport challenges"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-move"],"involved":["ec-person-26cdfacae671b09917bee1a91c91973941fa58a2","eu-tr-59004966537-01"]}} -{"id":"ec-meeting-2017-11-14-e456020aa610f9f3f8429dc447c5d8be48433f3d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-14 - Energy x ista International GmbH"],"date":["2017-11-14"],"summary":["Clean Energy package"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["ec-person-6997149120ce5129e38febe5275dc8fd03232d2e","eu-tr-347997326951-73"]}} -{"id":"ec-meeting-2017-11-15-0d95d1bb9bf40d8a2acc7b96d483d1b9dd643a1f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-15 - Cabinet of Commissioner Marianne Thyssen x SGI Europe"],"date":["2017-11-15"],"summary":["European Pillar of Social Rights"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Göteborg, Sweden"],"address":["Göteborg, Sweden"],"addressEntity":["addr-ea79522a5f506ee77978cb65b7f26646f666e55f"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["ec-person-c508e9337eca6b067c1f966b82de49c4824a3ad0","eu-tr-59513031434-92"]}} -{"id":"ec-meeting-2017-11-15-2c6cb7008c3ad793bcabe992c7f41dccd3afde08","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-15 - Cabinet of Vice-President Günther Oettinger x Deutsche Bahn AG"],"date":["2017-11-15"],"summary":["Digital Policy, Rail security"],"notes":["Portfolio: Budget & Human Resources"],"location":["Berlin"],"address":["Berlin"],"addressEntity":["addr-062b06ba8e755765c6b049809b7430fd54fe5b21"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-4516220482-22","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2017-11-15-31d0ff5901fbe4fc907cd7253eabea72d7c2c25d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-15 - Cabinet of Commissioner Mariya Gabriel x Agence France-Presse"],"date":["2017-11-15"],"summary":["fake news; fact-checking"],"notes":["Portfolio: Digital Economy and Society"],"location":["Strasbourg"],"address":["Strasbourg"],"addressEntity":["addr-a7b90170b4a5bf2d1d09ccfd109b57e0a030cfc4"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["ec-person-1674399a793e9e6fd7cf55b525515fc862fc9351","eu-tr-076448128904-35"]}} -{"id":"ec-meeting-2017-11-15-41e1beed9f2cde95fc5ca3562c2ac87fe1f03fb2","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2017-11-15 - Cabinet of Vice-President Andrus Ansip x European Committee for Interoperable Systems"],"date":["2017-11-15"],"summary":["Cybersecurity","copyright, free flow of data"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-3ca0c466b8ff230d4409591430b388007ce14ff8","eu-tr-32238324913-44","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45"]}} -{"id":"ec-meeting-2017-11-15-5125c059bb18b9a3eab64ecad418088c1a92389b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-15 - Cabinet of Commissioner Mariya Gabriel x Society of Audiovisual Authors"],"date":["2017-11-15"],"summary":["droit d'auteur dans le marché unique numérique"],"notes":["Portfolio: Digital Economy and Society"],"location":["Strasbourg"],"address":["Strasbourg"],"addressEntity":["addr-a7b90170b4a5bf2d1d09ccfd109b57e0a030cfc4"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-99336382936-11","ec-person-1674399a793e9e6fd7cf55b525515fc862fc9351"]}} -{"id":"ec-meeting-2017-11-15-88d29a9fd68ea4c0a15920bb69a4de8df23de29a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-15 - Cabinet of Vice-President Günther Oettinger x NABU Stedingen"],"date":["2017-11-15"],"summary":["CAP"],"notes":["Portfolio: Budget & Human Resources"],"location":["BXL"],"address":["BXL"],"addressEntity":["addr-d2fde52f67ea4a3e1fe233d0a959d6a1c77fd910"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-692053726641-48","ec-person-69aa44204bd0cd314e6540561100b2f67d805fc1"]}} -{"id":"ec-meeting-2017-11-15-9612d1aaf1170de65b32f06175868af67d325a96","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-15 - Cabinet of Vice-President Cecilia Malmström x European Union Chamber of Commerce in China"],"date":["2017-11-15"],"summary":["EU-China trade relations"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-592343015058-67","ec-person-19b143e83f8ab978c55c8a9a9e49e06dbfa14bf3"]}} -{"id":"ec-meeting-2017-11-15-a8d68f07aeac4bdfe85012868f52b6324d41d332","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-15 - Cabinet of Commissioner Violeta Bulc x General Aviation Manufacturers Association"],"date":["2017-11-15"],"summary":["Aviation issues"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-49221685491-82","ec-person-9d4dc4867a44dfe10f67ae7ee1706da3e8b48a24"]}} -{"id":"ec-meeting-2017-11-15-b8de32a12f63f4715dc7d5cd73316545a931af88","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-15 - Cabinet of Commissioner Elżbieta Bieńkowska x European Association of Remote Sensing Companies"],"date":["2017-11-15"],"summary":["Copernicus"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["ec-person-685ecf13dd26cd515c961e24ba71049af2302c5e","eu-tr-928649113568-51"]}} -{"id":"ec-meeting-2017-11-15-c4ba5a99c3b196f88ad5ccfe14b574b1fd565d43","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-15 - Cabinet of Vice-President Maroš Šefčovič x Vattenfall"],"date":["2017-11-15"],"summary":["Energy Union"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-12955024114-93","ec-person-af83ed49c403cb9d7ebfecca7893f0054c1f4be5"]}} -{"id":"ec-meeting-2017-11-15-d43f761d04553f6ff26f7bcda9c59ed9a463f20d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-15 - Cabinet of Commissioner Mariya Gabriel x Mastercard"],"date":["2017-11-15"],"summary":["e-privacy"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["ec-person-fc1068d79545d1659bf47e9b62bfb0aed175629e","eu-tr-58204758673-16"]}} -{"id":"ec-meeting-2017-11-15-ec3720c3c7486af5a5a205073c9339ffaa6bdce1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-15 - Health and Food Safety x Bertelsmann Stiftung"],"date":["2017-11-15"],"summary":["Discussion on digitization of Healthcare"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-sante"],"involved":["eu-tr-13571025706-27","ec-person-3c7fdbe0c1c235777d916309465339b7ed1666f6"]}} -{"id":"ec-meeting-2017-11-15-f63362010801cc65362065b95e6424c924a83b7a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-15 - Cabinet of Vice-President Günther Oettinger x WACKER CHEMIE AG"],"date":["2017-11-15"],"summary":["solar energy"],"notes":["Portfolio: Budget & Human Resources"],"location":["Mûnchen"],"address":["Mûnchen"],"addressEntity":["addr-924984fc7578fdaf4c20cc8e5aa6b6c05030fbdb"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-036915715533-64","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2017-11-16-15582f5bee95d26c5886d060749fe696f1058090","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-16 - Competition x European Competition Lawyers Forum"],"date":["2017-11-16"],"summary":["To review current competition trends"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-comp"],"involved":["ec-person-8600a621c9aef12fc33b708e13b3cd3d5fa5696b","eu-tr-485337923983-69"]}} -{"id":"ec-meeting-2017-11-16-2372a6acce35453a952150639cd1a1e5ce0f3b35","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-16 - Cabinet of Commissioner Pierre Moscovici x Association Française des Entreprises Privées / French Association of Large Companies"],"date":["2017-11-16"],"summary":["AFEP representatives presented their point of view on the tax proposals, French patent box regime and public CBCR."],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["eu-tr-953933297-85","ec-person-1d299d025d2afdcba46db3d131b6197fab6e0c89"]}} -{"id":"ec-meeting-2017-11-16-29894991286d83cdf144cba35dec332994ea7080","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-16 - Cabinet of Commissioner Mariya Gabriel x ITI - The Information Technology Industry Council"],"date":["2017-11-16"],"summary":["Cybersecurity"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["ec-person-fc1068d79545d1659bf47e9b62bfb0aed175629e","eu-tr-061601915428-87"]}} -{"id":"ec-meeting-2017-11-16-4322c9bb2d4c146ca5d762123a55b35822913c9b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-16 - Cabinet of Commissioner Mariya Gabriel x Microsoft Corporation"],"date":["2017-11-16"],"summary":["EU Cybersecurity package and future initiatives"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-0801162959-21","ec-person-fc1068d79545d1659bf47e9b62bfb0aed175629e"]}} -{"id":"ec-meeting-2017-11-16-43b3d44f282f779d8ba4974ddc7b0ca4d60cbe19","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-16 - Cabinet of Vice-President Valdis Dombrovskis x Aviva Plc"],"date":["2017-11-16"],"summary":["sustainable finance"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-86270761494-62","ec-person-537401fc0be04984531b83660f416bf2fe14fbd8"]}} -{"id":"ec-meeting-2017-11-16-68d6790eac3d7ccd6311022591ff75153447d1f0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-16 - Cabinet of First Vice-President Frans Timmermans x OXFAM INTERNATIONAL EU ADVOCACY OFFICE"],"date":["2017-11-16"],"summary":["Discussion on Sustainable Development Goals"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels, BERL"],"address":["Brussels, BERL"],"addressEntity":["addr-3c3fa5f92474ebac668808553fbab6d1c14aa243"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-46856801604-90","ec-person-8d1c5ff76a431332387aa10936b0bff13f7d71fd"]}} -{"id":"ec-meeting-2017-11-16-7cb5dd935d24ef495ef18ac5d8101912f6d41887","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-16 - Communication x Fur Europe"],"date":["2017-11-16"],"summary":["Circular economy, priorities of Juncker Commission and Communication challenges"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-comm"],"involved":["eu-tr-819965911378-79","ec-person-b6c746215a5c0e8c8c5d2d25b85179e0063a6b33"]}} -{"id":"ec-meeting-2017-11-16-8539077096d90f26f11a0214bd9fb2f6fe7fcb93","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-16 - Cabinet of Commissioner Corina Crețu x European Association of Research and Technology Organisations"],"date":["2017-11-16"],"summary":["On-going EARTO activities"],"notes":["Portfolio: Regional Policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-corina-cretu-of"],"involved":["eu-tr-48918086666-95","ec-person-c9d4945f28454cc49c4ea188c82e64b0dac3bd73"]}} -{"id":"ec-meeting-2017-11-16-93ee3759e2076cfe2d7d502598e9f2572e226122","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-16 - Cabinet of Commissioner Věra Jourová x Association of European Radios Radiocentre"],"date":["2017-11-16"],"summary":["Consumer credit directive"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-a2ca9161feee56909a0e98b473c2d342c20fdb57","eu-tr-466807918432-36","eu-tr-6822083232-32"]}} -{"id":"ec-meeting-2017-11-16-96c3ba2f1769006edbe0d20a28771623c52c20e6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-16 - Cabinet of Commissioner Carlos Moedas x Crue universidades españolas"],"date":["2017-11-16"],"summary":["Updates concerning Crue universidades españolas and CRUP (Conselho de Reitores das Universidades Portuguesas) Further steps for 2018"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-01051f0f33bfdc2ecc41873c02cae666c5e0d099","eu-tr-071771920040-91"]}} -{"id":"ec-meeting-2017-11-16-98ae7d3df01415f71c701ae618ee72ee9d5f8659","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-16 - Cabinet of Commissioner Elżbieta Bieńkowska x ARIANESPACE"],"date":["2017-11-16"],"summary":["Kourou launch"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-016461319755-04","ec-person-685ecf13dd26cd515c961e24ba71049af2302c5e"]}} -{"id":"ec-meeting-2017-11-16-a96281155e5aef3b33b40cda3b08731f33a593ce","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-16 - Trade x Association Française des Entreprises Privées / French Association of Large Companies"],"date":["2017-11-16"],"summary":["Overview on trade related issues of relevance to French multinational companies"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-trade"],"involved":["ec-person-bde9bb099f5d24c52ca4a9255cefc99a5b87a650","eu-tr-953933297-85"]}} -{"id":"ec-meeting-2017-11-16-b0e19b7e5cbf9d982c0c30687516ee9d3fb1e025","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-16 - Cabinet of Vice-President Andrus Ansip x ITI - The Information Technology Industry Council"],"date":["2017-11-16"],"summary":["Cybersecurity discussion"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-3ca0c466b8ff230d4409591430b388007ce14ff8","eu-tr-061601915428-87"]}} -{"id":"ec-meeting-2017-11-16-c6d4d462a8a6cac5662e3b6abe308a8a5eda260b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-16 - Cabinet of Commissioner Violeta Bulc x Družba za avtoceste v Republiki Sloveniji, d.d."],"date":["2017-11-16"],"summary":["Meeting with DARS"],"notes":["Portfolio: Transport"],"location":["Ljubljana"],"address":["Ljubljana"],"addressEntity":["addr-be95acba75b6b18917b2638aae79ec1300c77c35"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-4d2b449b5047ea3fda435a2a1c1081e3babcdf76","ec-person-a9f4fe47da47a1b05bbfda9825908089d11bda93","eu-tr-816208822890-25"]}} -{"id":"ec-meeting-2017-11-16-f0369c69eb5e9c903704350a1fa0a704a55f1b59","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-16 - Economic and Financial Affairs x The European House - Ambrosetti"],"date":["2017-11-16"],"summary":["Deepening of the Economic and Monetary Union"],"location":["Milan, Italy"],"address":["Milan, Italy"],"addressEntity":["addr-602b84d20551ae383188d5c6f438b40cc5222ca3"],"organizer":["ec-dg-ecfin"],"involved":["ec-person-9b398cc97951266670f91bef34ea37df7380eef9","eu-tr-625244214975-24"]}} -{"id":"ec-meeting-2017-11-16-f9d0f852d4d024807cddfe0b7ae3275d1ff72439","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-16 - Cabinet of Commissioner Vytenis Andriukaitis x Independent Retail Europe (formerly UGAL - Union of Groups of Independent Retailers of Europe)"],"date":["2017-11-16"],"summary":["Food waste, Food chain initiative"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-0dbfffeb0323f819c8d57164906086dd8639c437","eu-tr-034546859-02"]}} -{"id":"ec-meeting-2017-11-17-0bce84ea48b1208880c688b16df7313d1aa87446","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-17 - Cabinet of Commissioner Mariya Gabriel x European Multi-channel and Online Trade Association"],"date":["2017-11-17"],"summary":["eCommerce"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-11251212351-96","ec-person-d995d34a2f8b1f0bf6a17486f5699181d6a01e1c"]}} -{"id":"ec-meeting-2017-11-17-1e11a9f9f0b2eeaaa54293fb297c2db680c14628","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-17 - Cabinet of Vice-President Andrus Ansip x IMPALA Association Internationale AISBL"],"date":["2017-11-17"],"summary":["Copyright"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-12383069253-19","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45","ec-person-91ca0921c6790191daa54427311acd63035e7c9e"]}} -{"id":"ec-meeting-2017-11-17-2fcea51b7ec387bc7fd7d8d13f55d94e151be7d7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-17 - Cabinet of Commissioner Pierre Moscovici x The Alternative Investment Management Association Limited"],"date":["2017-11-17"],"summary":["Discussion sur les travaux de la Commission européenne sur la transparence fiscale et des conséquence sur l'industrie financière"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["ec-person-1d299d025d2afdcba46db3d131b6197fab6e0c89","eu-tr-232566516087-90"]}} -{"id":"ec-meeting-2017-11-17-3000365640b6b2d31c033bc7b1c97c734ae39c97","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-17 - Cabinet of Commissioner Věra Jourová x Google"],"date":["2017-11-17"],"summary":["GDPR, Privacy shield, Online platforms"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-a608b85b2ffef83f883b5a2330b6232efa1b7141","eu-tr-03181945560-59","ec-person-f329292459cb1badb7fb7c6b67b698c441931bb2","ec-person-1e0e3a00ab815dea7c5b839b002ed2c7e34bfe0a"]}} -{"id":"ec-meeting-2017-11-17-70d1979e09a869732588967821f34145ecb2d1a5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-17 - Cabinet of Commissioner Elżbieta Bieńkowska x Polish Confederation Lewiatan"],"date":["2017-11-17"],"summary":["SEP"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["ec-person-685ecf13dd26cd515c961e24ba71049af2302c5e","eu-tr-251117611140-75"]}} -{"id":"ec-meeting-2017-11-17-871f2f12ebfd099c4756259a939193b8b0e828a9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-17 - Energy x Enagás S.A."],"date":["2017-11-17"],"summary":["Energy policy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["ec-person-6997149120ce5129e38febe5275dc8fd03232d2e","eu-tr-905001612275-82"]}} -{"id":"ec-meeting-2017-11-17-b8b7977e641a1ab67a1ed84ffe9ab6234622a245","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-17 - Cabinet of Commissioner Mariya Gabriel x Vodafone Belgium SA"],"date":["2017-11-17"],"summary":["Cybersecurity, ePrivacy and free flow of data"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-90142503473-81","ec-person-fc1068d79545d1659bf47e9b62bfb0aed175629e"]}} -{"id":"ec-meeting-2017-11-17-dcc22d611c2d3b2bf95f1a3075ed0cb8bfaee7d6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-17 - Cabinet of Commissioner Carlos Moedas x Centre for European Policy Studies"],"date":["2017-11-17"],"summary":["CEPS Ideas Lab"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-0a716bf5253e913fc40ebf14c12f30dc2e7a06ee","eu-tr-86853666704-95"]}} -{"id":"ec-meeting-2017-11-20-00d8b4d4ab70aa50877ad8ba647ce790e891da38","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-20 - Cabinet of Vice-President Cecilia Malmström x spiritsEUROPE"],"date":["2017-11-20"],"summary":["Trade negotiations with Mercosur"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-64926487056-58","ec-person-98880f3f4206145e196013db9dd806a551c11e06"]}} -{"id":"ec-meeting-2017-11-20-02cbeafec4c88b0705b37b30d3dae14e256fc4ac","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-20 - Economic and Financial Affairs x Roubini Macro Associates LLC"],"date":["2017-11-20"],"summary":["General global economic discussion"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-ecfin"],"involved":["ec-person-9b398cc97951266670f91bef34ea37df7380eef9","eu-tr-389368428783-24"]}} -{"id":"ec-meeting-2017-11-20-0bfea9811b87b8288b47777eac1414b529b28bd8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-20 - Cabinet of Vice-President Miguel Arias Cañete x EWE Aktiengesellschaft BDEW Bundesverband der Energie- und Wasserwirtschaft e. V. EnBW Energie Baden-Württemberg AG E.ON SE RWE AG Thüga Aktiengesellschaft Amprion GmbH"],"date":["2017-11-20"],"summary":["clean energy package"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-426344123116-68","eu-tr-00741337988-18","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd","eu-tr-77608353460-77","eu-tr-72760517350-57","eu-tr-702152628415-31","eu-tr-20457441380-38","eu-tr-13324391892-74"]}} -{"id":"ec-meeting-2017-11-20-162b5fc737b2138f73dbdd27215e813181beb015","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-20 - Cabinet of Commissioner Julian King x Avis Budget EMEA Limited Europcar International Hertz Europe Limited"],"date":["2017-11-20"],"summary":["anti-terrorism action plan"],"notes":["Portfolio: Security Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-julian-king-of"],"involved":["ec-person-355668f7f858778b0b745d45441b2e4393f4a7be","eu-tr-572529515371-63","eu-tr-976931917651-60","eu-tr-446165615401-28"]}} -{"id":"ec-meeting-2017-11-20-1a4e9135f6f9494d6a4aa9c2b481dae38fc64eee","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-20 - Cabinet of Commissioner Elżbieta Bieńkowska x Orgalim – Europe's Technology Industries"],"date":["2017-11-20"],"summary":["meeting the new Director General"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-20210641335-88","ec-person-b2f9be51339f054477846797e2c119fcf16548fc"]}} -{"id":"ec-meeting-2017-11-20-1ee92f3fa483a01eab9e379d9ccc81b5a0054bf4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-20 - Cabinet of Commissioner Elżbieta Bieńkowska x MBDA"],"date":["2017-11-20"],"summary":["EDIPD"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["ec-person-685ecf13dd26cd515c961e24ba71049af2302c5e","eu-tr-87688971079-66"]}} -{"id":"ec-meeting-2017-11-20-2545435d6221d3c2af6ea0e51b60d9ccebaaccf4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-20 - Cabinet of Vice-President Jyrki Katainen x Metsäliitto Cooperative"],"date":["2017-11-20"],"summary":["Current EU affairs"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-f9208d930adc70c6c64e21701e48f85f6f18e949","eu-tr-962687110415-94"]}} -{"id":"ec-meeting-2017-11-20-37eb39b13966911532c3a634858cc69ca27a7f40","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-20 - Cabinet of Commissioner Phil Hogan x Slow Food"],"date":["2017-11-20"],"summary":["Ongoing debates (including the public consultation) on the future of the CAP and of food policies in Europe"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels, BERL"],"address":["Brussels, BERL"],"addressEntity":["addr-3c3fa5f92474ebac668808553fbab6d1c14aa243"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-01936914624-97","ec-person-428cf365f3847d04012831ef2642a1a69aed518d"]}} -{"id":"ec-meeting-2017-11-20-4fc76460a807529cfea20ab8a3197d6fee6b724c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-20 - Cabinet of President Jean-Claude Juncker x Global Counsel Limited"],"date":["2017-11-20"],"summary":["Future of Europe"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-590425913785-60","ec-person-80c6995ad1cd6aefa72f1bf440b17b6d8c6dd4b8"]}} -{"id":"ec-meeting-2017-11-20-51296cd4e68a1000ab840736e81edb25c0f3fdbd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-20 - Cabinet of Vice-President Jyrki Katainen x Confederation of British Industry"],"date":["2017-11-20"],"summary":["Exchange on EU trade policy"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-73725676990-18","ec-person-af4fdbf97c89a6df87ab37d321d95829d657c940"]}} -{"id":"ec-meeting-2017-11-20-57f6daf9b38b3a4aa5af6ddbadd7310d10fbd834","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-20 - Cabinet of Vice-President Jyrki Katainen x Bundesverband Öffentlicher Banken Deutschlands eV"],"date":["2017-11-20"],"summary":["Introductory meeting"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-0767788931-41","ec-person-c3d85c41b6b842aae5c953d41fda5f240a5d0969"]}} -{"id":"ec-meeting-2017-11-20-5c3ce9ecd836ec822ccae030f9d6d0d1f5a53b9a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-20 - Cabinet of Commissioner Elżbieta Bieńkowska x Polish Electricity Association"],"date":["2017-11-20"],"summary":["Electromobility"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-255859710443-50","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2017-11-20-5d66a8bb0d34980b7fc12486d85fc02fb071fc90","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-20 - Cabinet of Commissioner Tibor Navracsics x Slow Food"],"date":["2017-11-20"],"summary":["Food and Culture"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-49f31dad10f5641cb1d1e4c3107dd838389e8120","eu-tr-01936914624-97"]}} -{"id":"ec-meeting-2017-11-20-603a654840aa6c143e77799080104fe26f31e08c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-20 - Cabinet of Vice-President Cecilia Malmström x Trades Union Congress (UK)"],"date":["2017-11-20"],"summary":["Trade policy"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-cb8ca9ec2413722fa83484ed18dd76ace52d0118","eu-tr-77510791109-40"]}} -{"id":"ec-meeting-2017-11-20-7443fbea7ad47cf16f0e9ea2b3c020d9a68406ce","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-20 - Cabinet of Commissioner Phil Hogan x Confederation of British Industry"],"date":["2017-11-20"],"summary":["Concerns of the industries"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-73725676990-18","ec-person-c9d17d5879383b030f61a4066848249fb35d57e4"]}} -{"id":"ec-meeting-2017-11-20-87301ff33a97e97b41b9b6a04262db741258982a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-20 - Cabinet of Commissioner Věra Jourová x Telefonica, S.A."],"date":["2017-11-20"],"summary":["E-privacy, GDPR"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["eu-tr-52431421-12","ec-person-184e698af1eb9e33b179680570ca171d8cb31c94","ec-person-3269ef00f0778677e6f4c8e0f72ce019084206fb"]}} -{"id":"ec-meeting-2017-11-20-948bfe84fc6e8a56b75fbcb8a80a19d6764350a9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-20 - Cabinet of Commissioner Elżbieta Bieńkowska x CIP - Confederação Empresarial de Portugal"],"date":["2017-11-20"],"summary":["communication on a renewed European Industrial Strategy"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-022255314501-32","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2017-11-20-99fdff77dfce121bed0e2c784c04025147bbca3d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-20 - Task Force for Relations with the United Kingdom x Centre for European Reform"],"date":["2017-11-20"],"summary":["Meeting with the Task Force for the Preparation and Conduct of the Negotiations with the United Kingdom under Article 50 TEU"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-uktf"],"involved":["eu-tr-524976815651-12","ec-person-864cfa5fbc9b02a079ffbab1107f252c7bb08478"]}} -{"id":"ec-meeting-2017-11-20-a33fa84d8eeb9c49f3ca247e5bb62f37255b83ab","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-20 - Cabinet of Vice-President Günther Oettinger x Wirtschaftskammer Österreich"],"date":["2017-11-20"],"summary":["MFF"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["ec-person-1a98ebdc65a0fda494d1f6eb6fb74247a3036490","eu-tr-10405322962-08"]}} -{"id":"ec-meeting-2017-11-20-afa4cb5be398882657b00e05cf7d20e903b1d976","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-20 - Cabinet of Commissioner Phil Hogan x spiritsEUROPE"],"date":["2017-11-20"],"summary":["Concerns of the spirits sector"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-c9d17d5879383b030f61a4066848249fb35d57e4","eu-tr-64926487056-58"]}} -{"id":"ec-meeting-2017-11-20-b4751dbd1f265aa3e5bce17efa59231d1352c254","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-20 - Cabinet of Vice-President Valdis Dombrovskis x CDP Worldwide (Europe) gemeinnützige GmbH"],"date":["2017-11-20"],"summary":["Conversation on the European vision for a Sustainable Finance at CDP Europe Awards"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-050269010212-72","ec-person-537401fc0be04984531b83660f416bf2fe14fbd8","ec-person-a9eda2e8ea54b70a968327672c6cada679d3cd56"]}} -{"id":"ec-meeting-2017-11-20-b8066ad891c98e48cc0da72b7efb6139d8380aa2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-20 - Cabinet of Commissioner Vytenis Andriukaitis x European Healthcare Distribution Association"],"date":["2017-11-20"],"summary":["Big Data in healthcare"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["eu-tr-0757172464-29","ec-person-059ca943fc5fc696d2a97849c635ddf7b6ab7fd7"]}} -{"id":"ec-meeting-2017-11-20-ccd1fe91295ff9510f85bb8659b2cfebfd656433","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-20 - Cabinet of Vice-President Andrus Ansip x IP2Innovate"],"date":["2017-11-20"],"summary":["Patents"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-207857725603-49","ec-person-6a03bc4fa7657513ea34529e98dba0671ef4c849"]}} -{"id":"ec-meeting-2017-11-20-d61c4d2b24e5e35968d97d0b7f3ae49c7029a98b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-20 - Cabinet of Vice-President Valdis Dombrovskis x Roubini Macro Associates LLC"],"date":["2017-11-20"],"summary":["EU-US economic outlook,EMU deepening and Brexit"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-389368428783-24","ec-person-537401fc0be04984531b83660f416bf2fe14fbd8","ec-person-a9eda2e8ea54b70a968327672c6cada679d3cd56"]}} -{"id":"ec-meeting-2017-11-20-e3e6618a6d35948d39db6f64879d4c9f47731020","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-20 - Cabinet of Commissioner Pierre Moscovici x Global Counsel Limited"],"date":["2017-11-20"],"summary":["Meeting to discuss current priorities in the area of corporate taxation."],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["eu-tr-590425913785-60","ec-person-3cbeba61ae952f06fe4916c381438ebbc676a597"]}} -{"id":"ec-meeting-2017-11-20-ed347c1e3929fc9ad6b9c878cea28b374550f653","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-20 - Cabinet of First Vice-President Frans Timmermans x International Rescue Committee Inc"],"date":["2017-11-20"],"summary":["Discussion on the state of play of the migration"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["ec-person-966667b73d92624be9bb019c2baab7e52331b3d3","eu-tr-66790095679-26"]}} -{"id":"ec-meeting-2017-11-21-0a6b801626f4bd358fb6f902538c970d693ef143","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-21 - Cabinet of Vice-President Jyrki Katainen x Yaskawa Europe"],"date":["2017-11-21"],"summary":["Introductory meeting"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-744176028679-37","ec-person-c3d85c41b6b842aae5c953d41fda5f240a5d0969"]}} -{"id":"ec-meeting-2017-11-21-0ec7244ca0ae979bb6abaf66338db45838cea322","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-21 - Cabinet of Vice-President Günther Oettinger x LA POSTE"],"date":["2017-11-21"],"summary":["MFF"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-01890906437-84","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2017-11-21-139972529646d280ab705458fb3ca1ed691d696d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-21 - Cabinet of Vice-President Günther Oettinger x Bundesvereinigung der Deutschen Arbeitgeberverbände e.V."],"date":["2017-11-21"],"summary":["introductory meeting"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-7749519702-29","ec-person-b17d355ca19058898aba2ec032de59f8701d47f5"]}} -{"id":"ec-meeting-2017-11-21-186f470e8d9d5c0f58de2d692fd62d544ae4d665","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-21 - Cabinet of Commissioner Christos Stylianides x Norwegian Refugee Council Europe"],"date":["2017-11-21"],"summary":["exchange of views"],"notes":["Portfolio: Humanitarian Aid & Crisis Management"],"location":["berlaymont"],"address":["berlaymont"],"addressEntity":["addr-e2031099ac69651b683d551b7a3471daf1b3a638"],"organizer":["ec-cabinet-christos-commissioner-of-stylianides"],"involved":["eu-tr-750447615329-96","ec-person-08c677aa002baa9f95be8a2d0aa3b89875e2badf"]}} -{"id":"ec-meeting-2017-11-21-208d03e289c4b98db101e2e559cecee8ab716ca1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-21 - Cabinet of First Vice-President Frans Timmermans x Slow Food"],"date":["2017-11-21"],"summary":["Exchange of views on the future of food and farming"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["ec-person-1bc3e2272ec82a894153feccd4f285ae594f7b3b","eu-tr-01936914624-97"]}} -{"id":"ec-meeting-2017-11-21-2545435d6221d3c2af6ea0e51b60d9ccebaaccf4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-21 - Cabinet of Vice-President Jyrki Katainen x Metsäliitto Cooperative"],"date":["2017-11-21"],"summary":["Europe as an investment environment"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90","eu-tr-962687110415-94"]}} -{"id":"ec-meeting-2017-11-21-2546071a21165161692dcbcb33515d836f3c3f9b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-21 - Mobility and Transport x Etihad Airways"],"date":["2017-11-21"],"summary":["Aviation policy"],"location":["Sharjah, UAE"],"address":["Sharjah, UAE"],"addressEntity":["addr-73024c374edadd20825f64dd72c7539a62a114ca"],"organizer":["ec-dg-move"],"involved":["eu-tr-142277315551-86","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2017-11-21-2a0a791542a982a35e54c637a4d87a2bdd0cae4c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-21 - Cabinet of Commissioner Violeta Bulc x Europcar International"],"date":["2017-11-21"],"summary":["Meeting with Mr Jehan de Thé, new Director Public Affairs of Europcar"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-dd7851e4a1e747e824b4f81139e33bc3cdb73160","eu-tr-446165615401-28"]}} -{"id":"ec-meeting-2017-11-21-2a6b35c1bd84220198f62929e64c23934584d613","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-21 - Cabinet of Vice-President Jyrki Katainen x Pfizer Inc. Bayer AG Novartis International AG"],"date":["2017-11-21"],"summary":["Internal Market's industrial property legal framework relating to supplementary protection certificates (SPC) and patent research exemptions; innovation in the pharmaceutical industry"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90","eu-tr-3523776801-85","eu-tr-91269481588-28","eu-tr-4263301811-33"]}} -{"id":"ec-meeting-2017-11-21-2afb8b019e06e3c4e947e0a1e4ae9ec132644a53","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-21 - Cabinet of President Jean-Claude Juncker x Associazione Bancaria Italiana"],"date":["2017-11-21"],"summary":["Financial services agenda"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-915519211566-03","ec-person-c402e34a99fbee730ae22e3b1958e21c94dc6fcc"]}} -{"id":"ec-meeting-2017-11-21-2cc689e2cc6a9032dcb0c16a7de7fa976ea7c3ef","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-21 - European Neighbourhood and Enlargement Negotiations x International Rescue Committee Inc"],"date":["2017-11-21"],"summary":["Neighbourhood policy and Enlargement negotiations"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-near"],"involved":["ec-person-1160ccf35947f06f1629cad85b9f162eb5575780","eu-tr-66790095679-26"]}} -{"id":"ec-meeting-2017-11-21-2dbd89a342fadce4eeb89c8e6c2ac084a4c38b00","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-21 - Cabinet of Vice-President Cecilia Malmström x Spotify"],"date":["2017-11-21"],"summary":["Online platforms"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-365747616583-15","ec-person-591ec829ca734bcfe59a2c9c7f07f9dff22a0ea9"]}} -{"id":"ec-meeting-2017-11-21-2ec81e755ade68f11e7658b88a22f6d20b13ba6d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-21 - Cabinet of Commissioner Corina Crețu x Ellalink Spain"],"date":["2017-11-21"],"summary":["Direct submarine cable to connect Madeira, Guyana, Brazil and Cap Verde"],"notes":["Portfolio: Regional Policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-corina-cretu-of"],"involved":["eu-tr-206407629022-89","ec-person-c9d4945f28454cc49c4ea188c82e64b0dac3bd73"]}} -{"id":"ec-meeting-2017-11-21-385854feed55512124ad73c4c064e7ccc703ff4a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-21 - Cabinet of Vice-President Miguel Arias Cañete x Europagrid Ltd"],"date":["2017-11-21"],"summary":["Interconnections and smart metering"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-407851624650-24","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd"]}} -{"id":"ec-meeting-2017-11-21-38589a8f17632622960874974c815748a44188ea","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-21 - Environment x Bundesverband der Deutschen Industrie e.V."],"date":["2017-11-21"],"summary":["Circular Economy, Natura 2000, Sustainable Development Goals"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-env"],"involved":["eu-tr-1771817758-48","ec-person-3bc74ce04ea3f4ab4d91a5c88eef25b8b8a213b4"]}} -{"id":"ec-meeting-2017-11-21-411dd7eef7bd5c1ec9e303841e7598c32101956c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-21 - Cabinet of Commissioner Mariya Gabriel x Center for Transatlantic Relations Johns Hopkins University SAIS"],"date":["2017-11-21"],"summary":["digital policy and transatlantic relations"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-955865622409-55","ec-person-0ebf0cb327cbf140de5316360168dfb48811c02f"]}} -{"id":"ec-meeting-2017-11-21-490d066af0f7bb13f587359e3ae6d9cb13a19009","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-21 - Cabinet of Vice-President Günther Oettinger x Robert Bosch GmbH"],"date":["2017-11-21"],"summary":["CO2 émission regulation"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-8999533555-91","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2017-11-21-525aa4437c5f51aef276b306ab0be521e724d585","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-21 - Cabinet of Commissioner Julian King x National Grid Commercial Holdings Limited"],"date":["2017-11-21"],"summary":["Cybersecurity Package"],"notes":["Portfolio: Security Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-julian-king-of"],"involved":["ec-person-355668f7f858778b0b745d45441b2e4393f4a7be","eu-tr-56039866688-26"]}} -{"id":"ec-meeting-2017-11-21-539cbc8b7c303845d970f4a6a19160d6c1593450","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-21 - European Neighbourhood and Enlargement Negotiations x Stichting Center for Democracy and Reconciliation in Southeast Europe"],"date":["2017-11-21"],"summary":["Neighbourhood and Enlargement Negotiations"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-near"],"involved":["ec-person-1160ccf35947f06f1629cad85b9f162eb5575780","eu-tr-660781520586-28"]}} -{"id":"ec-meeting-2017-11-21-5d0c8c9f1a7e1ecde97864e88d598a195129b0ee","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-21 - Cabinet of Commissioner Vytenis Andriukaitis x The Organisation for Professionals in Regulatory Affairs"],"date":["2017-11-21"],"summary":["Paediatric regulation"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-059ca943fc5fc696d2a97849c635ddf7b6ab7fd7","ec-person-df30d07ef698a52b9948b9c734db39196cf8541f","eu-tr-325718122484-70"]}} -{"id":"ec-meeting-2017-11-21-5f2b0ecee0b3ffc038266933bef6ef6522d9a722","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-21 - Cabinet of Vice-President Jyrki Katainen x St1 Nordic Oy"],"date":["2017-11-21"],"summary":["Energy investments"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-f9208d930adc70c6c64e21701e48f85f6f18e949","eu-tr-094316815599-77"]}} -{"id":"ec-meeting-2017-11-21-61819b18b34ede3e34ca6930a3f024a2dbfe5bde","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-21 - Cabinet of Commissioner Marianne Thyssen x Akavan Erityisalat"],"date":["2017-11-21"],"summary":["Pillar of Social Rights, revision of Written Statement Directive, application of Working Time Directive"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["ec-person-cfb8d8d884367ef98b079fcd883ece7c89ec28e2","eu-tr-379789023027-20"]}} -{"id":"ec-meeting-2017-11-21-623ee67b4b3ef6ccb32b1403bf528dd2c9d8ce64","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-21 - Cabinet of Vice-President Jyrki Katainen x Global Counsel Limited"],"date":["2017-11-21"],"summary":["The Future of Europe"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90","eu-tr-590425913785-60"]}} -{"id":"ec-meeting-2017-11-21-659a903881c387e9be322f4921c95b73c5f03b12","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-21 - Cabinet of Commissioner Julian King x IBM Corporation"],"date":["2017-11-21"],"summary":["Cyber security"],"notes":["Portfolio: Security Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-julian-king-of"],"involved":["ec-person-37c79733647a2293d1e96e976d3a72c6b707cb4c","eu-tr-7721359944-96"]}} -{"id":"ec-meeting-2017-11-21-693b98ad41346f55e4e95c1b1329dbc66525dbce","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-21 - Cabinet of President Jean-Claude Juncker x Centre for European Reform"],"date":["2017-11-21"],"summary":["Future of Europe"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-524976815651-12","ec-person-80c6995ad1cd6aefa72f1bf440b17b6d8c6dd4b8"]}} -{"id":"ec-meeting-2017-11-21-76e0d52978028b8925274f2abf266852548301cb","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2017-11-21 - Cabinet of Vice-President Cecilia Malmström x Transport and Environment (European Federation for Transport and Environment)"],"date":["2017-11-21"],"summary":["How to further \"green\" trade policy in general and energy & raw materials chapters in particular.","Energy"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-20ded9db5df11164331bb161fdf234b1e5ad53fd","ec-person-cb8ca9ec2413722fa83484ed18dd76ace52d0118","eu-tr-58744833263-19"]}} -{"id":"ec-meeting-2017-11-21-77881d9d3a911100749c46419ab16acfaf6d1954","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-21 - Cabinet of Vice-President Cecilia Malmström x Weber Shandwick"],"date":["2017-11-21"],"summary":["Current trade agenda"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-52836621780-65","ec-person-19b143e83f8ab978c55c8a9a9e49e06dbfa14bf3"]}} -{"id":"ec-meeting-2017-11-21-7e7ed8501b9786661046f9a0f2f0d7571dd660e3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-21 - Cabinet of Vice-President Valdis Dombrovskis x Svenska Handelsbanken AB"],"date":["2017-11-21"],"summary":["Risk Reduction Measures Package"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-933950717522-28","ec-person-48f31156d932641826e09f5b73f074d35ff05786"]}} -{"id":"ec-meeting-2017-11-21-899acfa83d98e0090caf843d638187554c6b84e1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-21 - Task Force for Relations with the United Kingdom x European Policy Centre"],"date":["2017-11-21"],"summary":["Meeting with the Task Force for the Preparation and Conduct of the Negotiations with the United Kingdom under Article 50 TEU"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-uktf"],"involved":["eu-tr-89632641000-47","ec-person-864cfa5fbc9b02a079ffbab1107f252c7bb08478"]}} -{"id":"ec-meeting-2017-11-21-8e26fb9aa6d75c8cbc92cd3a09abf2ed1ff52534","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-21 - Cabinet of Vice-President Jyrki Katainen x Spotify"],"date":["2017-11-21"],"summary":["B2B relations with Platforms"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-365747616583-15","ec-person-81b1dda49062e5dac42bdad9273fa72968a2c325"]}} -{"id":"ec-meeting-2017-11-21-940e4caefa3a61fc3ced6c863e4ddae486531fa3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-21 - Cabinet of Commissioner Christos Stylianides x The Smile of the Child"],"date":["2017-11-21"],"summary":["Children - Humanitarian Aid"],"notes":["Portfolio: Humanitarian Aid & Crisis Management"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-christos-commissioner-of-stylianides"],"involved":["eu-tr-66055258617-28","ec-person-cdd689bd079714522dad472ea4446b0fcc660d8f"]}} -{"id":"ec-meeting-2017-11-21-9984577c6bbcb8a6c9e396f5622dffb397858271","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-21 - Task Force for Relations with the United Kingdom x British in Europe the3million"],"date":["2017-11-21"],"summary":["Meeting with the Task Force for the Preparation and Conduct of the Negotiations with the United Kingdom under Article 50 TEU"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-uktf"],"involved":["ec-person-864cfa5fbc9b02a079ffbab1107f252c7bb08478","eu-tr-262629826494-59","eu-tr-046364226533-09"]}} -{"id":"ec-meeting-2017-11-21-a248d9c60c1e709caecf8447ccbdcca92900627b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-21 - Cabinet of First Vice-President Frans Timmermans x Bundesverband Deutscher Stiftungen European Foundation Centre Donors and Foundations Networks in Europe"],"date":["2017-11-21"],"summary":["Exchange of views on Civil Society Organisations"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-59764204061-33","eu-tr-78855711571-12","eu-tr-060243428664-85","ec-person-f87a3277bb5391e01fe3111e915444e51feb191a"]}} -{"id":"ec-meeting-2017-11-21-a3023e059791c0f63eb1ce13d54c903da1f534b0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-21 - Cabinet of Vice-President Jyrki Katainen x Akava ry"],"date":["2017-11-21"],"summary":["Innovation and investments; European Pillar of Social Rights; European Education Area; future of Europe."],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90","eu-tr-98086919699-94"]}} -{"id":"ec-meeting-2017-11-21-aa65a77815d6e07513269245d9d19b47f79d03bb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-21 - Cabinet of Vice-President Jyrki Katainen x Orgalim – Europe's Technology Industries"],"date":["2017-11-21"],"summary":["Digitalisation"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-f9208d930adc70c6c64e21701e48f85f6f18e949","eu-tr-20210641335-88"]}} -{"id":"ec-meeting-2017-11-21-b04e0026cd947939d2faae627a4a4fd675014e93","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-21 - Cabinet of Vice-President Valdis Dombrovskis x Global Counsel Limited"],"date":["2017-11-21"],"summary":["CMU"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-590425913785-60","ec-person-f376b1eca739c662d2385062249507f23f4ca67e"]}} -{"id":"ec-meeting-2017-11-21-b45f61e6d8db8a8634fef26258a9abab0aa395d9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-21 - Cabinet of Commissioner Dimitris Avramopoulos x Transparency International"],"date":["2017-11-21"],"summary":["EU anti-corruption policy"],"notes":["Portfolio: Migration, Home Affairs and Citizenship"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-avramopoulos-cabinet-commissioner-dimitris-of"],"involved":["ec-person-57d09145ba24f5738cdde61edf14f741cb547675","ec-person-5e046f15134373d83c50f5c8ad3236d19fd92b98","eu-tr-501222919-71"]}} -{"id":"ec-meeting-2017-11-21-b5558b744ff822b653a89276ef56ea134f8ccbee","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-21 - Cabinet of President Jean-Claude Juncker x Greenpeace European Unit"],"date":["2017-11-21"],"summary":["Glyphosate"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-e415577aabb40c0f789310505c6c5803aa69037b","eu-tr-9832909575-41","ec-person-80c6995ad1cd6aefa72f1bf440b17b6d8c6dd4b8"]}} -{"id":"ec-meeting-2017-11-21-b5fdee2db7e953d1bfa3bee91474cffb5e97d4ff","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-21 - Agriculture and Rural Development x BEL"],"date":["2017-11-21"],"summary":["exchange of views"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-agri"],"involved":["eu-tr-188266812877-12","ec-person-7bc7204a153f98afbf1ad1cffbdd10d06d9ae166"]}} -{"id":"ec-meeting-2017-11-21-c18aaca146375a0bae8541203d97a068983666ac","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-21 - Cabinet of Vice-President Jyrki Katainen x BUSINESSEUROPE"],"date":["2017-11-21"],"summary":["Dinner with CEOs and senior representatives of Business Europe to exchange on EU policies"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90","eu-tr-3978240953-79"]}} -{"id":"ec-meeting-2017-11-21-d2fe685f3c9f0c8cc16bfb975ba29f2394492f6e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-21 - Cabinet of Vice-President Günther Oettinger x BUSINESSEUROPE"],"date":["2017-11-21"],"summary":["MFF"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-3978240953-79","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2017-11-21-def7759c161573fd36908e230884f6a819b112b2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-21 - Cabinet of Commissioner Violeta Bulc x Ballard Power Systems"],"date":["2017-11-21"],"summary":["General presentation of Ballard"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-523723228995-36","ec-person-9fddf13de7f65229b7da7c5b25dca1630cad3c48"]}} -{"id":"ec-meeting-2017-11-21-e3ff523fb80c5f2a5c3c4b4189e39da064d7b76b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-21 - Cabinet of President Jean-Claude Juncker x CIP - Confederação Empresarial de Portugal"],"date":["2017-11-21"],"summary":["Future of Europe"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-b1bf9aa5fb7e886441ff341b657cc482b64a2a3e","eu-tr-022255314501-32"]}} -{"id":"ec-meeting-2017-11-21-e95ad9d56a8e5fcc376d7360f6d7b1869eaf5e6d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-21 - Cabinet of High Representative / Vice-President Federica Mogherini x UniCredit"],"date":["2017-11-21"],"summary":["EU-Turkey relations, development in the Balkans"],"notes":["Portfolio: Foreign Affairs and Security Policy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"involved":["eu-tr-03094871618-32","ec-person-ffe369688b1df8f09154d965f094473d619d72e0"]}} -{"id":"ec-meeting-2017-11-21-f2f10023d8fdbd3d363815c7afc8faf26c27d24e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-21 - Cabinet of Commissioner Carlos Moedas x CIP - Confederação Empresarial de Portugal"],"date":["2017-11-21"],"summary":["Presentation of the report on CIP priorities on Europe"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-23980b2bc4fd9c82051d0f7888dc236b2f764866","ec-person-a45151b401196e9c374c9acdada9d8840da271ad","eu-tr-022255314501-32"]}} -{"id":"ec-meeting-2017-11-21-f34f1102ce46264ccfa1e5029e880e378e20f7a8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-21 - Cabinet of Vice-President Jyrki Katainen x MEDICINES FOR EUROPE"],"date":["2017-11-21"],"summary":["Internal Market's industrial property legal framework relating to supplementary protection certificates (SPC)"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90","eu-tr-48325781850-28"]}} -{"id":"ec-meeting-2017-11-21-f53469586fde531547977523d8a5c4d4fbfbbc33","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-21 - Cabinet of Vice-President Günther Oettinger x Novartis International AG"],"date":["2017-11-21"],"summary":["research budget"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-91269481588-28","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2017-11-21-fd1f65f370af01f4e68b8917a62e8da06d1f351c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-21 - European Neighbourhood and Enlargement Negotiations x Friends of Europe"],"date":["2017-11-21"],"summary":["Neighbourhood and Enlargement Negotiations"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-near"],"involved":["ec-person-1160ccf35947f06f1629cad85b9f162eb5575780","eu-tr-99436366768-45"]}} -{"id":"ec-meeting-2017-11-22-01214e2102102b68980487a6cf4e9ab118dee290","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-22 - Cabinet of Commissioner Violeta Bulc x Associazione Industriale Lombarda dei territori di Milano, Lodi, Monza e Brianza, Pavia"],"date":["2017-11-22"],"summary":["Bilateral with Mr Palamiti and Pietro Sala, nuovo Direttore agli Affari Istituzionali, Relazioni Esterne e Internazionalizzazione"],"notes":["Portfolio: Transport"],"location":["Brussesl"],"address":["Brussesl"],"addressEntity":["addr-698f6f1c8c7c40f7e8bef5d99a79ab5ec7f41e14"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-996649622482-55","ec-person-be830229e281863b280fbdedb9755116218a1b6d"]}} -{"id":"ec-meeting-2017-11-22-1806cbe19b347b094ac3cb29beb28844f755aed6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-22 - Cabinet of Commissioner Julian King x Enterprise Rent A Car UK, Ltd."],"date":["2017-11-22"],"summary":["Protection of public spaces"],"notes":["Portfolio: Security Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-julian-king-of"],"involved":["eu-tr-499115519787-49","ec-person-7bf4bf39d5d06955fc37d23e107675489c4e8729"]}} -{"id":"ec-meeting-2017-11-22-1944d59f0ef95253be64336c28e79aef83aa5a41","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-22 - Cabinet of Vice-President Jyrki Katainen x AeroSpace and Defence Industries Association of Europe"],"date":["2017-11-22"],"summary":["Research and competitiveness in aerospace industry"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-81b1dda49062e5dac42bdad9273fa72968a2c325","eu-tr-72699997886-57"]}} -{"id":"ec-meeting-2017-11-22-1aba4793a2efb99fc6398ec4192dcbeaea01c813","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-22 - Communications Networks, Content and Technology x ECTA"],"date":["2017-11-22"],"summary":["European Electronic Communications Code"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-932781112187-50","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2017-11-22-207e996a54d403bdfecb3d692175863a6298ba74","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-22 - Cabinet of Commissioner Violeta Bulc x GETLINK"],"date":["2017-11-22"],"summary":["Meeting with Mr Souvras"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-092337815041-92","ec-person-dd7851e4a1e747e824b4f81139e33bc3cdb73160"]}} -{"id":"ec-meeting-2017-11-22-244fb72b0d23b46381cba2de584ccbad2ed28afc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-22 - Cabinet of Vice-President Andrus Ansip x Orgalim – Europe's Technology Industries"],"date":["2017-11-22"],"summary":["Free flow of data and open data"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-20210641335-88","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45","ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0"]}} -{"id":"ec-meeting-2017-11-22-296a28d54631335f45ea928dd34ba44d0130d5d4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-22 - Cabinet of Commissioner Tibor Navracsics x Akava ry"],"date":["2017-11-22"],"summary":["Key competences"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["eu-tr-98086919699-94","ec-person-1da7ee09d46288ee4ea9db2b644bdcf9c3d6d000"]}} -{"id":"ec-meeting-2017-11-22-30f7215db9ca60c11d1dd231de070e505f2fcb41","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-22 - Competition x International Chamber of Commerce"],"date":["2017-11-22"],"summary":["To review current competition trends"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-comp"],"involved":["ec-person-8600a621c9aef12fc33b708e13b3cd3d5fa5696b","eu-tr-50674299591-83"]}} -{"id":"ec-meeting-2017-11-22-58ead1943533e345be7a2addd4b447a909bc576c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-22 - Cabinet of Vice-President Valdis Dombrovskis x S&P Global"],"date":["2017-11-22"],"summary":["credit rating"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-319148015141-55","ec-person-537401fc0be04984531b83660f416bf2fe14fbd8"]}} -{"id":"ec-meeting-2017-11-22-61fc05c68374dc7c6769f73f152ba015693f00ce","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-22 - Cabinet of President Jean-Claude Juncker x Investor AB NASDAQ"],"date":["2017-11-22"],"summary":["Speech on Capital Markets Union, ESAs review and Brexit at the Nasdaq EQT event"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-76648765687-29","eu-tr-190987114891-73","ec-person-c402e34a99fbee730ae22e3b1958e21c94dc6fcc"]}} -{"id":"ec-meeting-2017-11-22-6914e02aeea14ea891a909b7bb9764021d53c258","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-22 - Financial Stability, Financial Services and Capital Markets Union x Deutsche Börse AG"],"date":["2017-11-22"],"summary":["EMIR, CMU"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-20884001341-42","ec-person-bdee7a93f95c8ef05079539170139b3c02e8ed96"]}} -{"id":"ec-meeting-2017-11-22-71fb59cf1da2e40e0fad30dddeb131dfdaa7dafb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-22 - Cabinet of Vice-President Cecilia Malmström x Studieförbundet Näringsliv och Samhälle"],"date":["2017-11-22"],"summary":["Cabinet work / trade policy"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-145969929043-68","ec-person-20ded9db5df11164331bb161fdf234b1e5ad53fd"]}} -{"id":"ec-meeting-2017-11-22-75a180755525e8aec51e3f09c849d0ec4e459483","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-22 - Cabinet of Commissioner Věra Jourová x Amazon Europe Core SARL"],"date":["2017-11-22"],"summary":["New Deal for Consumers and product safety"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-a2ca9161feee56909a0e98b473c2d342c20fdb57","eu-tr-366117914426-10"]}} -{"id":"ec-meeting-2017-11-22-79d85c2bc24d93db2c417bd47fd7f1ba3d07de27","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-22 - Cabinet of Commissioner Mariya Gabriel x Bundesverband deutscher Banken e.V."],"date":["2017-11-22"],"summary":["digital payments"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-0764199368-97","ec-person-0ebf0cb327cbf140de5316360168dfb48811c02f"]}} -{"id":"ec-meeting-2017-11-22-8e61dfe932993f95de0664d5df78fd83c20666a8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-22 - Cabinet of Commissioner Carlos Moedas x Max Planck Institute Foundation Luxemburg"],"date":["2017-11-22"],"summary":["Future of EU Research and Innovation"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-0a716bf5253e913fc40ebf14c12f30dc2e7a06ee","ec-person-23980b2bc4fd9c82051d0f7888dc236b2f764866","eu-tr-595448327274-67"]}} -{"id":"ec-meeting-2017-11-22-8f50d574c29aaaeabdb6a62b29e4288422eb861c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-22 - Cabinet of Commissioner Violeta Bulc x Ryanair Holdings"],"date":["2017-11-22"],"summary":["Erasmus Student Network"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-9d4dc4867a44dfe10f67ae7ee1706da3e8b48a24","eu-tr-002977215945-85"]}} -{"id":"ec-meeting-2017-11-22-930454b14a689059601c06b02b28c09887502777","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-22 - Cabinet of Commissioner Pierre Moscovici x FTI Consulting Belgium"],"date":["2017-11-22"],"summary":["CMU objectives"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["ec-person-18ec03f403696ecde522f7843ba9c4ff6335ead4","eu-tr-29896393398-67"]}} -{"id":"ec-meeting-2017-11-22-a2841b1240b373b1dff520b50351c7260b4ba347","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-22 - Cabinet of Commissioner Mariya Gabriel x Union Internationale des Cinémas"],"date":["2017-11-22"],"summary":["cinemas in the Baltic territories and Finland; European film and cinema; MEDIA programme"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["ec-person-d995d34a2f8b1f0bf6a17486f5699181d6a01e1c","eu-tr-74301917747-65"]}} -{"id":"ec-meeting-2017-11-22-a7f3cb1a20317d1f90c6d3380b3eb3784a74c095","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-22 - Cabinet of Vice-President Neven Mimica x Handelsverband Deutschland"],"date":["2017-11-22"],"summary":["Role of retail trade in promoting sustainable trade and value addition in partner countries"],"notes":["Portfolio: International Cooperation & Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-mimica-neven-of-president-vice"],"involved":["eu-tr-31200871765-41","ec-person-e90858f5aba78fd0e1cb2f757c3f38d55d91f98b"]}} -{"id":"ec-meeting-2017-11-22-afa4cb5be398882657b00e05cf7d20e903b1d976","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-22 - Cabinet of Commissioner Phil Hogan x spiritsEUROPE"],"date":["2017-11-22"],"summary":["Address their summit"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-64926487056-58","ec-person-a1a78365cc4685b0958056646204977d8f2ead92"]}} -{"id":"ec-meeting-2017-11-22-b02a3e2999c6b8e237168ae6c8d49ca129d4ca63","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-22 - Financial Stability, Financial Services and Capital Markets Union x International Capital Market Association"],"date":["2017-11-22"],"summary":["Mifid II, corporate bond"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-0223480577-59","ec-person-bdee7a93f95c8ef05079539170139b3c02e8ed96"]}} -{"id":"ec-meeting-2017-11-22-b03c092ee123d44990acbccf934866229f05856f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-22 - Cabinet of President Jean-Claude Juncker x Studieförbundet Näringsliv och Samhälle"],"date":["2017-11-22"],"summary":["Future of Europe"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-145969929043-68","ec-person-c402e34a99fbee730ae22e3b1958e21c94dc6fcc"]}} -{"id":"ec-meeting-2017-11-22-bfda2d8126020ef2931fe148a701fe6d6e5697b0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-22 - Cabinet of Commissioner Phil Hogan x Unione Italiana Vini"],"date":["2017-11-22"],"summary":["Concerns of the wine sector"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-c9d17d5879383b030f61a4066848249fb35d57e4","eu-tr-963786723128-89"]}} -{"id":"ec-meeting-2017-11-22-c21d44ef5c24dbc625b1bef2368cf05acb5fd673","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-22 - Cabinet of President Jean-Claude Juncker x Leonardo S.p.A."],"date":["2017-11-22"],"summary":["Future of the EU space policy"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-02550382403-01","ec-person-f9475e4bba20c9a170912adada60941243f778ad"]}} -{"id":"ec-meeting-2017-11-22-d9cbeb8bd47510e683dce514787cac87f541f095","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-22 - Cabinet of Commissioner Violeta Bulc x KLM Royal Dutch Airlines"],"date":["2017-11-22"],"summary":["Aviation issues"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-9d4dc4867a44dfe10f67ae7ee1706da3e8b48a24","eu-tr-76441066192-30"]}} -{"id":"ec-meeting-2017-11-22-e04cbbd80037f941b8746bfea94f83521780f099","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-22 - Cabinet of Vice-President Neven Mimica x Lumos Foundation"],"date":["2017-11-22"],"summary":["Child protection and family care in EU external action"],"notes":["Portfolio: International Cooperation & Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-mimica-neven-of-president-vice"],"involved":["ec-person-b187f3955c71d2e1daa48e02fd0a09ab7c6f6098","eu-tr-849607914394-57"]}} -{"id":"ec-meeting-2017-11-22-e09e9056c0d85068ee826f170ee27230e5a87b1b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-22 - Cabinet of Commissioner Mariya Gabriel x Trustonic"],"date":["2017-11-22"],"summary":["Cybersecurity and Free Flow of Data Initiative"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["ec-person-fc1068d79545d1659bf47e9b62bfb0aed175629e","eu-tr-415191327376-50"]}} -{"id":"ec-meeting-2017-11-22-e0ae1113d4c3d6b014e4e3596e67df664e57768b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-22 - Cabinet of President Jean-Claude Juncker x EuroCommerce"],"date":["2017-11-22"],"summary":["Food supply chain initiative"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-e415577aabb40c0f789310505c6c5803aa69037b","eu-tr-84973761187-60","ec-person-c402e34a99fbee730ae22e3b1958e21c94dc6fcc"]}} -{"id":"ec-meeting-2017-11-22-e2faf9cafe2741a6660372c995294e055bbad535","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-22 - Financial Stability, Financial Services and Capital Markets Union x Bundesverband deutscher Banken e.V."],"date":["2017-11-22"],"summary":["Basel"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-0764199368-97","ec-person-bdee7a93f95c8ef05079539170139b3c02e8ed96"]}} -{"id":"ec-meeting-2017-11-22-ea33c10929dbec4d3a08333cb151620c75afe824","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-22 - Cabinet of High Representative / Vice-President Federica Mogherini x International Federation of Red Cross and Red Crescent Societies"],"date":["2017-11-22"],"summary":["Western Balkans"],"notes":["Portfolio: Foreign Affairs and Security Policy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"involved":["eu-tr-132236315085-89","ec-person-ffe369688b1df8f09154d965f094473d619d72e0"]}} -{"id":"ec-meeting-2017-11-22-ec3621061f598e5be5678b068efe6ec4fdfde0a8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-22 - Cabinet of Vice-President Karmenu Vella x International Union for Conservation of Nature EU Representative Office"],"date":["2017-11-22"],"summary":["Ocean Governance"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["eu-tr-03518238467-61","ec-person-2966d69fae0ea4e67f3f2df5a743cc766267d3c8"]}} -{"id":"ec-meeting-2017-11-22-f2dcb9a1af3d4bbf171f272e6f1b811db0201212","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-22 - Cabinet of Commissioner Mariya Gabriel x European Magazine Media Association European Newspaper Publishers' Association"],"date":["2017-11-22"],"summary":["e-privacy regulation"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-5950962136-12","ec-person-fc1068d79545d1659bf47e9b62bfb0aed175629e","eu-tr-37937886834-69"]}} -{"id":"ec-meeting-2017-11-23-023926f80614db411059536769c7715b889bdf73","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-23 - Cabinet of Vice-President Günther Oettinger x EUROGAS aisbl"],"date":["2017-11-23"],"summary":["Energy Union"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-17909506129-41","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2017-11-23-05a6f971e892d6a29b6a2a99a6198061faaab126","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-23 - Cabinet of Vice-President Andrus Ansip x Interuniversitair Micro-Electronica Centrum vzw"],"date":["2017-11-23"],"summary":["ICT research and innovation, DSM"],"notes":["Portfolio: Digital Single Market"],"location":["Leuven"],"address":["Leuven"],"addressEntity":["addr-73a098820fcbc1cabdbf03af0a721c47635eab05"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-97921387213-35","ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0"]}} -{"id":"ec-meeting-2017-11-23-31f8d93faf26821b2207ec6f5a61697bcff32034","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-23 - Cabinet of Vice-President Jyrki Katainen x Hewlett Packard Enterprise"],"date":["2017-11-23"],"summary":["Industry 4.0"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-81b1dda49062e5dac42bdad9273fa72968a2c325","eu-tr-075071719925-75"]}} -{"id":"ec-meeting-2017-11-23-332b5aa960a53c01025ec66b62c312be227e4706","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-23 - Cabinet of Commissioner Věra Jourová x Česká advokátní komora"],"date":["2017-11-23"],"summary":["Courtesy visit"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-a608b85b2ffef83f883b5a2330b6232efa1b7141","eu-tr-881099315767-29","ec-person-1e0e3a00ab815dea7c5b839b002ed2c7e34bfe0a"]}} -{"id":"ec-meeting-2017-11-23-36ec6a07489f6361bf3d37292072d24c2f8f642e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-23 - Cabinet of Commissioner Mariya Gabriel x European Business Summit Network"],"date":["2017-11-23"],"summary":["European Business Summit 2018"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["ec-person-d995d34a2f8b1f0bf6a17486f5699181d6a01e1c","eu-tr-268958411031-65"]}} -{"id":"ec-meeting-2017-11-23-408cd5828d6e8200d86607fdfd1b40d1c6527a38","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-23 - Cabinet of Commissioner Elżbieta Bieńkowska x Amazon Europe Core SARL"],"date":["2017-11-23"],"summary":["goods package"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-366117914426-10","ec-person-b2f9be51339f054477846797e2c119fcf16548fc"]}} -{"id":"ec-meeting-2017-11-23-548cf8eca134e27119c3a2b22c595d783d191868","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-23 - Cabinet of Commissioner Violeta Bulc x ALLIANCE OF RAIL NEW ENTRANTS"],"date":["2017-11-23"],"summary":["Meeting with ALLRAIL President Erich Forster"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-4d2b449b5047ea3fda435a2a1c1081e3babcdf76","eu-tr-137873228284-05","ec-person-dd7851e4a1e747e824b4f81139e33bc3cdb73160"]}} -{"id":"ec-meeting-2017-11-23-54fa734bde836f78c364364d949fff96a785f9de","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-23 - Cabinet of Commissioner Vytenis Andriukaitis x European agri-cooperatives European farmers"],"date":["2017-11-23"],"summary":["Common Agricultural Policy; Trade from EU standards point of view; Glyphosate"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["eu-tr-09586631237-74","ec-person-0dbfffeb0323f819c8d57164906086dd8639c437","ec-person-df30d07ef698a52b9948b9c734db39196cf8541f","eu-tr-44856881231-49"]}} -{"id":"ec-meeting-2017-11-23-5f252c90a08b0b87d58ed18eff679e47a6c89e77","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-23 - Cabinet of First Vice-President Frans Timmermans x ECOEMBALAJES ESPAÑA, S.A."],"date":["2017-11-23"],"summary":["Discussion on EU Plastic Strategy"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels, BERL"],"address":["Brussels, BERL"],"addressEntity":["addr-3c3fa5f92474ebac668808553fbab6d1c14aa243"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-159298416382-03","ec-person-8d1c5ff76a431332387aa10936b0bff13f7d71fd"]}} -{"id":"ec-meeting-2017-11-23-6341375a47bcc33005e7f0c353a6d64dc6bcb831","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-23 - Cabinet of Vice-President Günther Oettinger x Forum Institut für Management GmbH"],"date":["2017-11-23"],"summary":["Energy Union, MFF"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-715232724561-42","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2017-11-23-68452796b028cf557b39b09fd4e7ffa252acd698","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-23 - Cabinet of Vice-President Andrus Ansip x Deutsche Telekom"],"date":["2017-11-23"],"summary":["Electronic Communication Code"],"notes":["Portfolio: Digital Single Market"],"location":["Bxl"],"address":["Bxl"],"addressEntity":["addr-a93f951e252491eb62958a26858415dd581a71e0"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-666bc159c7e65a3af9e63c1e97435c02f1496955","eu-tr-60052162589-72"]}} -{"id":"ec-meeting-2017-11-23-6f630acc13e751bbcc3914f470f93625755e95d0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-23 - European Neighbourhood and Enlargement Negotiations x IKV, Fondation pour le Développement Economique"],"date":["2017-11-23"],"summary":["Enlargement negotiations"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-near"],"involved":["ec-person-1160ccf35947f06f1629cad85b9f162eb5575780","eu-tr-79585606808-03"]}} -{"id":"ec-meeting-2017-11-23-776b01128a3835a8811173e2717e8d617eb2283d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-23 - Cabinet of Vice-President Jyrki Katainen x Microsoft Corporation"],"date":["2017-11-23"],"summary":["Digitalisation"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-0801162959-21","ec-person-f9208d930adc70c6c64e21701e48f85f6f18e949"]}} -{"id":"ec-meeting-2017-11-23-78e313f7ddd1d09e9d7b7ede2119ba0f428be2fb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-23 - European Neighbourhood and Enlargement Negotiations x SABANCI UNIVERSITESI"],"date":["2017-11-23"],"summary":["Enlargement negotiations"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-near"],"involved":["ec-person-1160ccf35947f06f1629cad85b9f162eb5575780","eu-tr-896108728452-64"]}} -{"id":"ec-meeting-2017-11-23-8bd3903faacc842fd7f03d3fcfcc80ae647d475f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-23 - Cabinet of Vice-President Günther Oettinger x Deutscher Anwaltverein (German Bar Association)"],"date":["2017-11-23"],"summary":["DSM"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-87980341522-66","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2017-11-23-8fa5f989c5f10fa2082dfec3d43e1884163ce3e9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-23 - Cabinet of Commissioner Mariya Gabriel x Deutsche Telekom"],"date":["2017-11-23"],"summary":["Code"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["ec-person-d995d34a2f8b1f0bf6a17486f5699181d6a01e1c","eu-tr-60052162589-72"]}} -{"id":"ec-meeting-2017-11-23-9a8da86a186a1d128edb01a805c3f6c08f4b2b73","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-23 - Cabinet of Commissioner Violeta Bulc x Airlines International Representation in Europe"],"date":["2017-11-23"],"summary":["Meeting with the delegation of AIRE CEOs on Aviation package"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-4d2b449b5047ea3fda435a2a1c1081e3babcdf76","ec-person-9d4dc4867a44dfe10f67ae7ee1706da3e8b48a24","eu-tr-686630315059-63"]}} -{"id":"ec-meeting-2017-11-23-ba278b474d63c7740b15bf9eba26f35057c02e9f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-23 - Cabinet of Vice-President Valdis Dombrovskis x Barclays PLC"],"date":["2017-11-23"],"summary":["Financial Services issues"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussel"],"address":["Brussel"],"addressEntity":["addr-62ff8a238a97c72453d6fc3e5cd26a143cd991e7"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-48f31156d932641826e09f5b73f074d35ff05786","eu-tr-72390466359-39"]}} -{"id":"ec-meeting-2017-11-23-bece658ec31aa5096c89fb91462274d5bec92d42","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-23 - Cabinet of Commissioner Vytenis Andriukaitis x Union Européenne du Commerce du Bétail et des Métiers de la Viande European agri-cooperatives European farmers"],"date":["2017-11-23"],"summary":["African swine fever"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["eu-tr-44856881231-49","eu-tr-4422649896-52","ec-person-df30d07ef698a52b9948b9c734db39196cf8541f","ec-person-0dbfffeb0323f819c8d57164906086dd8639c437","eu-tr-09586631237-74"]}} -{"id":"ec-meeting-2017-11-23-d14518bf889bcacd15e0b09a634626b5de33ca78","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-23 - Cabinet of Commissioner Elżbieta Bieńkowska x Airbus"],"date":["2017-11-23"],"summary":["EDIDP"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["ec-person-685ecf13dd26cd515c961e24ba71049af2302c5e","eu-tr-2732167674-76","ec-person-d2997a7f359c91a337055c3e24dd36bf928de38d"]}} -{"id":"ec-meeting-2017-11-23-d458a890ce121ac70a299032dd1451bce50f1249","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-23 - Communications Networks, Content and Technology x University of Ulm, Institute for Complex Quantum Systems"],"date":["2017-11-23"],"summary":["Quantum mission - quantum science and technologies beyond H2020"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-975691716328-53","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2017-11-23-da8bd6bc2f4de4bb29d9230bf98f865452aa366a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-23 - Cabinet of Commissioner Věra Jourová x Leo Express"],"date":["2017-11-23"],"summary":["Introduction of the comppany, EU activities, open data"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["eu-tr-979191919566-58","ec-person-1e0e3a00ab815dea7c5b839b002ed2c7e34bfe0a"]}} -{"id":"ec-meeting-2017-11-23-ec9d6124ccbbf23c94c74c92b4aa483d6df694af","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-23 - Cabinet of Commissioner Carlos Moedas x BASF SE"],"date":["2017-11-23"],"summary":["Innovation Principles and Industry"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["eu-tr-7410939793-88","ec-person-2b4bb0b28e7435e5f612e44d9664dbd1051efc55"]}} -{"id":"ec-meeting-2017-11-23-f18cf2f8aff160fba4104de13faedae9ab72b3cf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-23 - Competition x BIONTINO EUROPE"],"date":["2017-11-23"],"summary":["Meeting with Ms Sara Biontino to discuss competition trends"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-comp"],"involved":["ec-person-8600a621c9aef12fc33b708e13b3cd3d5fa5696b","eu-tr-68700057230-72"]}} -{"id":"ec-meeting-2017-11-23-f858e38e5cc1b56c917f7679c5c25a05f0f5e340","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-23 - Cabinet of First Vice-President Frans Timmermans x European Federation of National Associations of Water Services European Chemical Industry Council"],"date":["2017-11-23"],"summary":["Discussion on Drinking Water Directive"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-39299129772-62","ec-person-8d1c5ff76a431332387aa10936b0bff13f7d71fd","eu-tr-64879142323-90"]}} -{"id":"ec-meeting-2017-11-24-330af20ad47c496ecbcfc2852313ae5bb4617c1b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-24 - Cabinet of Commissioner Vytenis Andriukaitis x None"],"date":["2017-11-24"],"summary":["Pharmaceutical policy"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["eu-tr-400183910694-08","ec-person-059ca943fc5fc696d2a97849c635ddf7b6ab7fd7","ec-person-df30d07ef698a52b9948b9c734db39196cf8541f","eu-tr-840804329063-93"]}} -{"id":"ec-meeting-2017-11-24-40ab9248a59d1d2dd1ed32525e2848c4d61f517a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-24 - Cabinet of Vice-President Cecilia Malmström x Young European Leadership"],"date":["2017-11-24"],"summary":["Presentation of Y7 Summit 2017 outcomes"],"notes":["Portfolio: Trade"],"location":["Brussels, Belgium."],"address":["Brussels, Belgium."],"addressEntity":["addr-33bd2d1a8be5ca867aa9c0e8d89d1cd6a1a28684"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-5d4088e1913284a765aed8445f448f6ff341f1b3","eu-tr-596915820961-12"]}} -{"id":"ec-meeting-2017-11-24-42324a3fdd1dc7fc279a6c4ea23e188ccacb0043","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-24 - Cabinet of Commissioner Elżbieta Bieńkowska x Boeing International Corporation - Belgium Branch Office"],"date":["2017-11-24"],"summary":["EDF/Space strategy/prep meeting"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-62505293737-81","ec-person-d2997a7f359c91a337055c3e24dd36bf928de38d"]}} -{"id":"ec-meeting-2017-11-24-643bd846f81ff262cc569cd8e2e792e2121512cb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-24 - Cabinet of Vice-President Andrus Ansip x Google"],"date":["2017-11-24"],"summary":["Platforms, illegal content online"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-03181945560-59","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45"]}} -{"id":"ec-meeting-2017-11-24-74886c565998b139b0590db2a20f83850466322e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-24 - Cabinet of President Jean-Claude Juncker x FIA European Principal Traders Association, part of FIA, Inc."],"date":["2017-11-24"],"summary":["Capital Markets Union"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-c402e34a99fbee730ae22e3b1958e21c94dc6fcc","eu-tr-629345120630-12"]}} -{"id":"ec-meeting-2017-11-24-c978d6018a09fff391bcb121a69ea95c00332f2b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-24 - Cabinet of Commissioner Vytenis Andriukaitis x CEVA Santé Animale"],"date":["2017-11-24"],"summary":["Horse welfare in South America"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["eu-tr-011182829000-96","ec-person-0dbfffeb0323f819c8d57164906086dd8639c437"]}} -{"id":"ec-meeting-2017-11-24-cbe64f41d0b64d7af0d9c56b0ab914bd712f2e92","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-24 - Cabinet of Commissioner Carlos Moedas x The Russell Group of Universities"],"date":["2017-11-24"],"summary":["Developments in EU Research & Innovation"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-b8d49828915f9008e764a78796d47ea00807a658","ec-person-23980b2bc4fd9c82051d0f7888dc236b2f764866","eu-tr-032693316451-70"]}} -{"id":"ec-meeting-2017-11-24-e6fa745de081ed4e298134833d8d43d798d5cf9c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-24 - Cabinet of Vice-President Jyrki Katainen x WIP Asset Management Oy"],"date":["2017-11-24"],"summary":["MiFID and Sustainable Finance"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-562824128712-03","ec-person-955e8c493ab54847bb92b65986f56a401f8eabee"]}} -{"id":"ec-meeting-2017-11-24-f15897a331d59636bd52b16cd9eeb835ec4a0fe9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-24 - Cabinet of Vice-President Karmenu Vella x The Pew Charitable Trusts ClientEarth OCEANA Stichting BirdLife Europe"],"date":["2017-11-24"],"summary":["implementation of the Common Fisheries Policy"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["ec-person-2966d69fae0ea4e67f3f2df5a743cc766267d3c8","eu-tr-1083162721-43","eu-tr-46834536998-79","eu-tr-47937943241-80","eu-tr-96645517357-19"]}} -{"id":"ec-meeting-2017-11-26-d6044a94d9106a2a25c8da49725f37f5bf8c70bd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-26 - Cabinet of Vice-President Günther Oettinger x Bayerische Motoren Werke Aktiengesellschaft"],"date":["2017-11-26"],"summary":["mobility package"],"notes":["Portfolio: Budget & Human Resources"],"location":["BXL"],"address":["BXL"],"addressEntity":["addr-d2fde52f67ea4a3e1fe233d0a959d6a1c77fd910"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["ec-person-6ae6cc420fab2c032884945814d4e330cecb43d7","eu-tr-7193977808-18"]}} -{"id":"ec-meeting-2017-11-27-0bab8e4bb274d87d824b2d58ccf57492c14573a3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-27 - Cabinet of Vice-President Valdis Dombrovskis x Nordic Securities Association"],"date":["2017-11-27"],"summary":["European Capital Markets; ESAs review"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-48f31156d932641826e09f5b73f074d35ff05786","eu-tr-622921012417-15"]}} -{"id":"ec-meeting-2017-11-27-1fe3bd2b9d54d361ecb6ad45179c1dac1db49e36","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-27 - Cabinet of Commissioner Mariya Gabriel x Association des Constructeurs Européens d'Automobiles"],"date":["2017-11-27"],"summary":["Smart Mobility"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-0649790813-47","ec-person-77288fc6cc1d717936ac1a1d02ed679fd493b117"]}} -{"id":"ec-meeting-2017-11-27-32cb260bc4355b0133520641eb0b02089d8a7874","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-27 - Cabinet of Commissioner Mariya Gabriel x European e-Skills Association"],"date":["2017-11-27"],"summary":["Digital skills"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-416562915447-63","ec-person-13ac9a19d8d04f97c0d32603d014df0dd4e1cd2a"]}} -{"id":"ec-meeting-2017-11-27-349ab5ebe2c5f334d6d9c1b2603d7e22ef9ee05d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-27 - Cabinet of Vice-President Miguel Arias Cañete x Bayerische Motoren Werke Aktiengesellschaft"],"date":["2017-11-27"],"summary":["Mobility Package, Battery Initiative"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-7193977808-18","ec-person-25a937c04cd0a0ddcf5cf34798e76b5105854114"]}} -{"id":"ec-meeting-2017-11-27-3b07a29943cafbaa652938d6ac5359e0a63171de","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-27 - Cabinet of Commissioner Věra Jourová x Association Française des Entreprises Privées / French Association of Large Companies"],"date":["2017-11-27"],"summary":["whistleblowers' protection"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["eu-tr-953933297-85","ec-person-f329292459cb1badb7fb7c6b67b698c441931bb2"]}} -{"id":"ec-meeting-2017-11-27-3c1eb771a899b6f79494ffca370417d205279183","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2017-11-27 - Cabinet of Commissioner Věra Jourová x EPA Consulting, s.r.o."],"date":["2017-11-27"],"summary":["Presentation of Gender equality programme Equilibrium","Discussing Czech Railways participation in Equilibrium project"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["eu-tr-210418516054-55","ec-person-1e0e3a00ab815dea7c5b839b002ed2c7e34bfe0a"]}} -{"id":"ec-meeting-2017-11-27-4c09b8edc73e863a0ef1566839b3f7ef779576d7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-27 - Cabinet of Commissioner Carlos Moedas x European Chemical Industry Council"],"date":["2017-11-27"],"summary":["Cefic FP9 mission document"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-0a716bf5253e913fc40ebf14c12f30dc2e7a06ee","eu-tr-64879142323-90"]}} -{"id":"ec-meeting-2017-11-27-5530915932108485bd8edd7ee159f4db33d8a141","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-27 - Cabinet of Commissioner Corina Crețu x Associação Rede de Turismo de Aldeia do Alentejo"],"date":["2017-11-27"],"summary":["Presentation of Dark Sky Alqueva."],"notes":["Portfolio: Regional Policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-corina-cretu-of"],"involved":["eu-tr-567301129197-48","ec-person-c9d4945f28454cc49c4ea188c82e64b0dac3bd73"]}} -{"id":"ec-meeting-2017-11-27-61178e39415f5528d8b7d111cad79e34318a10ba","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-27 - Cabinet of Commissioner Elżbieta Bieńkowska x European Business Summit Network"],"date":["2017-11-27"],"summary":["possible participation Cssr at 2018 summit"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-268958411031-65","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2017-11-27-67f3375c82ca555f4fe3e1e40a813486d193a7a7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-27 - Cabinet of Commissioner Mariya Gabriel x European Savings and Retail Banking Group"],"date":["2017-11-27"],"summary":["Digital Single Market; Consumer protection"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-8765978796-80","ec-person-fc1068d79545d1659bf47e9b62bfb0aed175629e"]}} -{"id":"ec-meeting-2017-11-27-690934db959a73645a3fdd28178de4d94c4c8e2f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-27 - Employment, Social Affairs and Inclusion x EUROPEAN TRADE UNION CONFEDERATION"],"date":["2017-11-27"],"summary":["Written statement directive"],"location":["Brussels Belgium"],"address":["Brussels Belgium"],"addressEntity":["addr-61947d7d2c69c0b8f57325bd044f500c5fc6df48"],"organizer":["ec-dg-empl"],"involved":["ec-person-0d8ce1c547b8ca99decd25740ba12e2c0866a2fd","eu-tr-06698681039-26"]}} -{"id":"ec-meeting-2017-11-27-6bc804d0e9028dcd6fcc022c02427a06354e0860","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-27 - Cabinet of Commissioner Mariya Gabriel x Independent Retail Europe (formerly UGAL - Union of Groups of Independent Retailers of Europe)"],"date":["2017-11-27"],"summary":["Digital / Agricultural"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["ec-person-fc1068d79545d1659bf47e9b62bfb0aed175629e","eu-tr-034546859-02"]}} -{"id":"ec-meeting-2017-11-27-9ce1471ba72540aae7e839c327d2311ebe747e67","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-27 - Cabinet of Vice-President Miguel Arias Cañete x Euroheat & Power"],"date":["2017-11-27"],"summary":["Energy Performance of Building / Energy Efficiency"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-88457577025-19","ec-person-25a937c04cd0a0ddcf5cf34798e76b5105854114"]}} -{"id":"ec-meeting-2017-11-27-9eebd9c5f3aa67ec97f2c8ff29867e08b4e002d7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-27 - Cabinet of Commissioner Mariya Gabriel x Avisa Partners"],"date":["2017-11-27"],"summary":["DSM"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-54210841652-13","ec-person-d995d34a2f8b1f0bf6a17486f5699181d6a01e1c"]}} -{"id":"ec-meeting-2017-11-27-cb61744e0e1d26426e0727834fd8f210655bc1d2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-27 - Cabinet of Vice-President Jyrki Katainen x Nokia"],"date":["2017-11-27"],"summary":["Artificial Intelligence, Cyber Security"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Espoo"],"address":["Espoo"],"addressEntity":["addr-ab3c3286e066c957d8311487ac22320294a86c8d"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-35167875358-33","ec-person-f9208d930adc70c6c64e21701e48f85f6f18e949"]}} -{"id":"ec-meeting-2017-11-27-d2bf4faa74fc6c15f50d27cf4b7db76d8ee3dfb7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-27 - Cabinet of Commissioner Mariya Gabriel x T&T business consulting GmbH & Co.KG"],"date":["2017-11-27"],"summary":["Broadband"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-968508025137-63","ec-person-77288fc6cc1d717936ac1a1d02ed679fd493b117"]}} -{"id":"ec-meeting-2017-11-27-d4d68a169a9387ac9797e137f1c020d0390f4d72","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-27 - Cabinet of Commissioner Mariya Gabriel x Hewlett Packard Enterprise"],"date":["2017-11-27"],"summary":["data economy; Internet of Things; connected devices"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["ec-person-d995d34a2f8b1f0bf6a17486f5699181d6a01e1c","eu-tr-075071719925-75"]}} -{"id":"ec-meeting-2017-11-27-e1f5eaef0bdd1bc485df67e9aac6b6122dc52c12","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-27 - Cabinet of Commissioner Elżbieta Bieńkowska x MOBIVIA"],"date":["2017-11-27"],"summary":["regulatory framework on connected and autonomous cars"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-597100516827-13","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2017-11-27-e4dd342fe56ca6f9ef249c58058999bcb5de3fe2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-27 - Cabinet of President Jean-Claude Juncker x Stichting European Climate Foundation"],"date":["2017-11-27"],"summary":["Brussels, Belgium"],"notes":["Portfolio: President"],"location":["Energy Union and Climate change"],"address":["Energy Union and Climate change"],"addressEntity":["addr-4dd2370fb0cb37c55e92bac488c3524e110903cb"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-b1bf9aa5fb7e886441ff341b657cc482b64a2a3e","eu-tr-64869491516-70"]}} -{"id":"ec-meeting-2017-11-27-e780a00675517d92f7f714631f50b2ad47509d3c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-27 - Cabinet of Commissioner Phil Hogan x Stichting BirdLife Europe"],"date":["2017-11-27"],"summary":["Environmental Issues"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-1083162721-43","ec-person-a1a78365cc4685b0958056646204977d8f2ead92"]}} -{"id":"ec-meeting-2017-11-27-eb450afc05b9e6a1b7115bc4a01d8721fb3416b8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-27 - Cabinet of Vice-President Karmenu Vella x Federation of Associations for Hunting & Conservation of the EU"],"date":["2017-11-27"],"summary":["Hunting of vulnerable species"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["eu-tr-75899541198-85","ec-person-0e3efd8bc1c3ee9a80205d0bb78f316fa1621e5d"]}} -{"id":"ec-meeting-2017-11-27-eff90e7db3e251eba39b7738a2dea1c74c506454","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-27 - Cabinet of Commissioner Phil Hogan x European Environmental Bureau"],"date":["2017-11-27"],"summary":["Environmental Issues"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-06798511314-27","ec-person-a1a78365cc4685b0958056646204977d8f2ead92"]}} -{"id":"ec-meeting-2017-11-27-ff363e9da8d46d780557ee074a81506229cb87f4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-27 - Cabinet of Vice-President Andrus Ansip x Apple Inc."],"date":["2017-11-27"],"summary":["Platforms"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-e91c5be432b6b3efdda369792fed67c20b767a45","eu-tr-588327811384-96"]}} -{"id":"ec-meeting-2017-11-27-ffce95a904c73d8c4f802a37bb025da4996475bd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-27 - Cabinet of Commissioner Violeta Bulc x easyJet"],"date":["2017-11-27"],"summary":["Aviation issues"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-9d4dc4867a44dfe10f67ae7ee1706da3e8b48a24","eu-tr-291219715847-52"]}} -{"id":"ec-meeting-2017-11-28-0352107e23a61f7b38d854484a0f8e5ba1dffb19","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-28 - Cabinet of First Vice-President Frans Timmermans x Stichting European Climate Foundation"],"date":["2017-11-28"],"summary":["Discussion on the implementation of the Sustainable Development Goals"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-64869491516-70","ec-person-6c0efbf1635ca0cb8dce32e129231fa3136f600b"]}} -{"id":"ec-meeting-2017-11-28-0514f70dc33d1e5c1f6b1c8ee213ee169ca7af7f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-28 - Cabinet of Commissioner Violeta Bulc x WIENER STADTWERKE GmbH"],"date":["2017-11-28"],"summary":["Meeting with Dr. G. Domschitz, Vorstandsdirektorin für Mobilität"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-107033410802-19","ec-person-9fddf13de7f65229b7da7c5b25dca1630cad3c48"]}} -{"id":"ec-meeting-2017-11-28-095f5963de8d0de209fe8b9d5711d9aa9f8693c9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-28 - Cabinet of Commissioner Marianne Thyssen x Mutuelle Générale de l'Education Nationale"],"date":["2017-11-28"],"summary":["The European Pillar of Social Rights and the recognition of social economy in European law"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["ec-person-5a49eb89125b4b5d1125b3925bbb64aba1bea2b3","eu-tr-798276218578-53"]}} -{"id":"ec-meeting-2017-11-28-18566aebf4209f5306116c27a78b5e9193ef47db","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-28 - Cabinet of Commissioner Elżbieta Bieńkowska x OFFICE NATIONAL D’ETUDES ET DE RECHERCHES AEROSPATIALES"],"date":["2017-11-28"],"summary":["Space"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["ec-person-685ecf13dd26cd515c961e24ba71049af2302c5e","ec-person-d2997a7f359c91a337055c3e24dd36bf928de38d","eu-tr-764028214726-89"]}} -{"id":"ec-meeting-2017-11-28-1c56df08a7f0e16c1a2669fa3c59afa9d0823cb0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-28 - Cabinet of Commissioner Phil Hogan x Association Nationale des Sociétés par Actions"],"date":["2017-11-28"],"summary":["Interview"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-236569017571-35","ec-person-a1a78365cc4685b0958056646204977d8f2ead92"]}} -{"id":"ec-meeting-2017-11-28-2a63649f0371674aaf019d0ea28b9d77b8924bdd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-28 - Cabinet of Commissioner Violeta Bulc x MOL Hungarian Oil and Gas Company"],"date":["2017-11-28"],"summary":["Meeting with Mr Marton Palmai"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-08569166274-90","ec-person-9fddf13de7f65229b7da7c5b25dca1630cad3c48"]}} -{"id":"ec-meeting-2017-11-28-2b258e1c4fd0a32f01c0a408c566800d9094ac29","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-28 - Cabinet of Vice-President Günther Oettinger x RWE AG"],"date":["2017-11-28"],"summary":["Energy Union"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-77608353460-77","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2017-11-28-2b25a1f888a1292033106fb3acfd6a807269547a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-28 - Cabinet of Commissioner Mariya Gabriel x Euronews"],"date":["2017-11-28"],"summary":["Current developments, state of Euronews and plans for the next year"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["ec-person-1674399a793e9e6fd7cf55b525515fc862fc9351","eu-tr-944964416106-32"]}} -{"id":"ec-meeting-2017-11-28-4b0b951abc96cf2df0271316c9f25f98520d46bf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-28 - Cabinet of President Jean-Claude Juncker x Deutscher Industrie- und Handelskammertag e.V."],"date":["2017-11-28"],"summary":["EFSI"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-22400601191-42","ec-person-c402e34a99fbee730ae22e3b1958e21c94dc6fcc","ec-person-98eba7ab1446c6dce384fdc2ecd48c7cadf9ee4e"]}} -{"id":"ec-meeting-2017-11-28-4c587961caeffc7acb62ac32a14191489a4c830d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-28 - Cabinet of Vice-President Miguel Arias Cañete x Plastic Energy LTD"],"date":["2017-11-28"],"summary":["The potential impact of the revised Renewable Energy Directive on chemical plastic recycling"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-988395011853-48","ec-person-2229c857664a22dcb8eee79a8c05841fd3d0924f"]}} -{"id":"ec-meeting-2017-11-28-4dc5f70beccf4068077ff04e46876c7a6b906359","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-28 - Cabinet of Vice-President Günther Oettinger x Deutscher Gewerkschaftsbund"],"date":["2017-11-28"],"summary":["Future of Europe"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-07595112423-87","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2017-11-28-4e6bcd8c01fb4d2abbb34f8bf9f771f62035ac1e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-28 - Cabinet of Vice-President Andrus Ansip x European Film Agency Directors"],"date":["2017-11-28"],"summary":["Copyright"],"notes":["Portfolio: Digital Single Market"],"location":["Tallinn"],"address":["Tallinn"],"addressEntity":["addr-eaaa98c29bbb4b0a508515a16c8b783a19a2a3df"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-e91c5be432b6b3efdda369792fed67c20b767a45","eu-tr-430805515370-85"]}} -{"id":"ec-meeting-2017-11-28-58ee51d7af5a5b0ab110820102c68429eaa574bb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-28 - Cabinet of Commissioner Christos Stylianides x European Disability Forum"],"date":["2017-11-28"],"summary":["Disabilities - Humanitarian Aid"],"notes":["Portfolio: Humanitarian Aid & Crisis Management"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-christos-commissioner-of-stylianides"],"involved":["eu-tr-57868523887-16","ec-person-cdd689bd079714522dad472ea4446b0fcc660d8f"]}} -{"id":"ec-meeting-2017-11-28-7c76306a00faefaa93aea03aefb5702f9950951b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-28 - Energy x Energy UK"],"date":["2017-11-28"],"summary":["Energy policy developments"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-13457582538-68","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2017-11-28-852eba6831753b616d45dfed98a3b664074d899d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-28 - Cabinet of Vice-President Jyrki Katainen x Veikkauksen edunvälittäjät - The Beneficiaries of Finnish Lottery"],"date":["2017-11-28"],"summary":["AVMSD, online platforms"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-93e8e8ac2ee89edb4c52bce70d7472c8eae05edd","eu-tr-469251810695-64"]}} -{"id":"ec-meeting-2017-11-28-8a090cbd4d480209891465ae3204158b3c2d2cec","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-28 - Cabinet of Commissioner Mariya Gabriel x Paramount Global"],"date":["2017-11-28"],"summary":["AVSMD"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-523612117906-56","ec-person-13ac9a19d8d04f97c0d32603d014df0dd4e1cd2a"]}} -{"id":"ec-meeting-2017-11-28-96ffc48a85fad5c175936644e5e9d68e7ce1fd87","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-28 - Cabinet of Vice-President Andrus Ansip x Atos SE (France)"],"date":["2017-11-28"],"summary":["Atos, HPC"],"notes":["Portfolio: Digital Single Market"],"location":["Abijan"],"address":["Abijan"],"addressEntity":["addr-242bfe7958c1166469f1b4f68f54af0c704262ea"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-3ca0c466b8ff230d4409591430b388007ce14ff8","eu-tr-249876817241-03","ec-person-c759bd58acc54869aa8e62ce652efcda416e25c2","ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0"]}} -{"id":"ec-meeting-2017-11-28-a0969dab58ffcacc06bc89283280f95c60183ad9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-28 - Cabinet of High Representative / Vice-President Federica Mogherini x Amnesty International Limited"],"date":["2017-11-28"],"summary":["Myanmar"],"notes":["Portfolio: Foreign Affairs and Security Policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"involved":["ec-person-45979518aeb963c1e56b5ef49b90e004ae8acf79","eu-tr-11063928073-34","ec-person-23c55ec7dbedbeca55522253bc69ae6fd1bea72c"]}} -{"id":"ec-meeting-2017-11-28-ba982aa29897f268f1e39a6262a3b651d5bbde58","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-28 - Cabinet of Vice-President Johannes Hahn x Konrad-Adenauer-Stiftung"],"date":["2017-11-28"],"summary":["Water and energy in the Middle East"],"notes":["Portfolio: European Neighbourhood Policy & Enlargement Negotiations"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-hahn-johannes-of-president-vice"],"involved":["ec-person-643595d3a737c63fc95146b51292a4684ed1ca75","eu-tr-510151427278-94"]}} -{"id":"ec-meeting-2017-11-28-e60b30b04ea08ad420bc7a856a3106f556e95d6f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-28 - Cabinet of Vice-President Günther Oettinger x University of Ulm, Institute for Complex Quantum Systems"],"date":["2017-11-28"],"summary":["MFF"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-975691716328-53","ec-person-1a98ebdc65a0fda494d1f6eb6fb74247a3036490"]}} -{"id":"ec-meeting-2017-11-28-e7986f119439ceda6c2414ed49f5648fff43e12d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-28 - Cabinet of Vice-President Karmenu Vella x CLG Europe"],"date":["2017-11-28"],"summary":["blue economy financing principles"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["eu-tr-381796719468-68","ec-person-2966d69fae0ea4e67f3f2df5a743cc766267d3c8","ec-person-0e3efd8bc1c3ee9a80205d0bb78f316fa1621e5d"]}} -{"id":"ec-meeting-2017-11-28-ea33c10929dbec4d3a08333cb151620c75afe824","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-28 - Cabinet of High Representative / Vice-President Federica Mogherini x International Federation of Red Cross and Red Crescent Societies"],"date":["2017-11-28"],"summary":["Asia and the Pacific"],"notes":["Portfolio: Foreign Affairs and Security Policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"involved":["ec-person-45979518aeb963c1e56b5ef49b90e004ae8acf79","eu-tr-132236315085-89"]}} -{"id":"ec-meeting-2017-11-28-ecc0833bdbea9a12d694cd8d3edc15b56c3fe4eb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-28 - Cabinet of Commissioner Vytenis Andriukaitis x UNION EUROPEENNE DES MEDECINS SPECIALISTES - PHYSICAL AND REHABILITATION MEDICINE Union Europeanne des medecins specialiste-Otorhinolaryngology"],"date":["2017-11-28"],"summary":["Recognition of professional qualifications"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-059ca943fc5fc696d2a97849c635ddf7b6ab7fd7","eu-tr-794372729048-95","eu-tr-056921129031-13"]}} -{"id":"ec-meeting-2017-11-28-eef3869d6a19b267e160f4f2957edd0d022d0ba5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-28 - Cabinet of Commissioner Phil Hogan x BREIZ EUROPE"],"date":["2017-11-28"],"summary":["Business discussion"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-400dd8d59d3060187d9b9b143d697da1a3d03c12","eu-tr-44968076843-33"]}} -{"id":"ec-meeting-2017-11-28-fe1b97d10c764e94c8fb03d2ed1467da88fe868d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-28 - Cabinet of Commissioner Marianne Thyssen x European Anti Poverty Network"],"date":["2017-11-28"],"summary":["EAPN’s Assessment of the NRPs: Social Rights or Social Plight"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["ec-person-5a49eb89125b4b5d1125b3925bbb64aba1bea2b3","eu-tr-3945154610-54"]}} -{"id":"ec-meeting-2017-11-29-1a5b46911fa28db196456c352d488a390c0969ea","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-29 - Cabinet of Commissioner Vytenis Andriukaitis x Ipsen Pharma Pfizer Inc. European Federation of Pharmaceutical Industries and Associations Eli Lilly and Company CELGENE"],"date":["2017-11-29"],"summary":["Pharmaceutical incentives, antimicrobial resistance"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["eu-tr-38526121292-88","ec-person-059ca943fc5fc696d2a97849c635ddf7b6ab7fd7","eu-tr-84295189159-07","eu-tr-04657143399-39","eu-tr-37955905654-37","eu-tr-4263301811-33","ec-person-df30d07ef698a52b9948b9c734db39196cf8541f"]}} -{"id":"ec-meeting-2017-11-29-1c139b28791b7dacb26c37377b3feaa8cc48fc37","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-29 - Cabinet of Commissioner Phil Hogan x Deutscher Weinbauverband e.V."],"date":["2017-11-29"],"summary":["Reform of the CAP"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-496127124009-07","ec-person-c9d17d5879383b030f61a4066848249fb35d57e4"]}} -{"id":"ec-meeting-2017-11-29-2f3bcf683a059600054a180cc6809d98e19cc011","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-29 - Cabinet of Commissioner Věra Jourová x Microsoft Corporation"],"date":["2017-11-29"],"summary":["e-evidence, GDPR, EU-US relations"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["eu-tr-0801162959-21","ec-person-a608b85b2ffef83f883b5a2330b6232efa1b7141","ec-person-184e698af1eb9e33b179680570ca171d8cb31c94","ec-person-f329292459cb1badb7fb7c6b67b698c441931bb2"]}} -{"id":"ec-meeting-2017-11-29-3077ef280194de60da90c7b48d5f29c396d8b4e2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-29 - Cabinet of Commissioner Mariya Gabriel x BT Group plc"],"date":["2017-11-29"],"summary":["digital and telecom single market; broadband; cybersecurity"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-00919034091-89","ec-person-d995d34a2f8b1f0bf6a17486f5699181d6a01e1c"]}} -{"id":"ec-meeting-2017-11-29-435a33755290b8fab3fd90301ff3a242203c7c62","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-29 - Cabinet of Vice-President Günther Oettinger x Deutscher Weinbauverband e.V."],"date":["2017-11-29"],"summary":["Future of CAP"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-496127124009-07","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2017-11-29-643343b9604f1d620cf3348a42b28a60a44dcc9e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-29 - Cabinet of Commissioner Vytenis Andriukaitis x Comité du commerce des céréales, aliments du bétail, oléagineux, huile d'olive, huiles et graisses et agrofournitures de l'U.E."],"date":["2017-11-29"],"summary":["New breeding techniques"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-b9c3f19e7c5f216e3e508f931ddd6a9cb59376d1","eu-tr-2050009628-31"]}} -{"id":"ec-meeting-2017-11-29-696de04651918f54665c252d466c7046fa82bc14","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-29 - Cabinet of Commissioner Vytenis Andriukaitis x Ferrer Internacional S.A."],"date":["2017-11-29"],"summary":["Treatment of cardiovascular diseases"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["eu-tr-775072817180-24","ec-person-059ca943fc5fc696d2a97849c635ddf7b6ab7fd7"]}} -{"id":"ec-meeting-2017-11-29-7ab0a6cdce7a1199f0650deb4e8a50e9b70ac711","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-29 - Cabinet of Commissioner Violeta Bulc x Transport and Environment (European Federation for Transport and Environment)"],"date":["2017-11-29"],"summary":["The post-2020 MFF"],"notes":["Portfolio: Transport"],"location":["Bruxelles"],"address":["Bruxelles"],"addressEntity":["addr-b58f5927b66d94a676970dc048485d4c6848f272"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-be830229e281863b280fbdedb9755116218a1b6d","eu-tr-58744833263-19"]}} -{"id":"ec-meeting-2017-11-29-7d0422a0dbc4bd7756b4dbdd8233ebf8ba7325d7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-29 - Cabinet of Vice-President Valdis Dombrovskis x Eesti Põllumajandus-Kaubanduskoda Biedrība Zemnieku saeima"],"date":["2017-11-29"],"summary":["Common Agricultural Policy"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-961707318657-19","eu-tr-340415211061-17","ec-person-537401fc0be04984531b83660f416bf2fe14fbd8","ec-person-a9eda2e8ea54b70a968327672c6cada679d3cd56"]}} -{"id":"ec-meeting-2017-11-29-8e7d92aa7a4f0be2e50c5f6d34f565135008bb58","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-29 - Trade x Airbus"],"date":["2017-11-29"],"summary":["State of play of WTO disputes"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-trade"],"involved":["ec-person-bde9bb099f5d24c52ca4a9255cefc99a5b87a650","eu-tr-2732167674-76"]}} -{"id":"ec-meeting-2017-11-29-8ec4ba1fe894193759cfd59c367da9db6142f775","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-29 - Cabinet of Commissioner Elżbieta Bieńkowska x LinkedIn Ireland"],"date":["2017-11-29"],"summary":["Skills and the future of work"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["ec-person-d2997a7f359c91a337055c3e24dd36bf928de38d","ec-person-95a769a1850d7d595f9a5853c51dcbdd3ddd69fb","eu-tr-430008722431-29","ec-person-daef7f819b2f3ffe5e4f5d8eb2782954f3c4a4e2"]}} -{"id":"ec-meeting-2017-11-29-96eeadc8181a8f73d4fd51af8ed214f24a695250","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-29 - Cabinet of First Vice-President Frans Timmermans x The European Region of the International Lesbian, Gay, Bisexual, Trans and Intersex Association"],"date":["2017-11-29"],"summary":["LGBTI rights"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-11977456675-84","ec-person-f87a3277bb5391e01fe3111e915444e51feb191a"]}} -{"id":"ec-meeting-2017-11-29-a1fad45bd88624973957640833907ff6b678d960","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-29 - Cabinet of Commissioner Phil Hogan x RTE Réseau de transport d'électricité"],"date":["2017-11-29"],"summary":["Interview"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-a1a78365cc4685b0958056646204977d8f2ead92","eu-tr-669359510572-76"]}} -{"id":"ec-meeting-2017-11-29-a4c22b93f9211fd96eb0c22bf938916e05491ac4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-29 - Cabinet of First Vice-President Frans Timmermans x Aedes vereniging van woningcorporaties G-4 Europa International Union of Tenants Eurocities Housing Europe"],"date":["2017-11-29"],"summary":["Discussion on affordable housing in EU"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels, BERL"],"address":["Brussels, BERL"],"addressEntity":["addr-3c3fa5f92474ebac668808553fbab6d1c14aa243"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-65780747925-05","eu-tr-94035285059-91","eu-tr-794469327833-17","eu-tr-978915225123-90","ec-person-8d1c5ff76a431332387aa10936b0bff13f7d71fd","eu-tr-12493392840-79"]}} -{"id":"ec-meeting-2017-11-29-ae4631b84c664c3c76fccf28c25fff4a089b2c52","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-29 - Energy x TotalEnergies SE"],"date":["2017-11-29"],"summary":["Energy policy developments"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-1849405799-88","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2017-11-29-af9fc6d2f206760f17978e4cf85f12492a678433","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-29 - Cabinet of Vice-President Jyrki Katainen x Donors and Foundations Networks in Europe HERR & SPEER"],"date":["2017-11-29"],"summary":["Free interrail and Investment plan"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-c3d85c41b6b842aae5c953d41fda5f240a5d0969","eu-tr-497695824526-10","eu-tr-060243428664-85"]}} -{"id":"ec-meeting-2017-11-29-bd933d90bf94b7703c0018486ae5cf69fe72c1d9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-29 - Task Force for Relations with the United Kingdom x Bundesvereinigung der Deutschen Arbeitgeberverbände e.V."],"date":["2017-11-29"],"summary":["Meeting with the Task Force for the Preparation and Conduct of the Negotiations with the United Kingdom under Article 50 TEU"],"location":["Berlin"],"address":["Berlin"],"addressEntity":["addr-062b06ba8e755765c6b049809b7430fd54fe5b21"],"organizer":["ec-dg-uktf"],"involved":["eu-tr-7749519702-29","ec-person-864cfa5fbc9b02a079ffbab1107f252c7bb08478"]}} -{"id":"ec-meeting-2017-11-29-c82567ac811204e430273561cd5e5b5166a95bdf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-29 - Cabinet of Commissioner Carlos Moedas x Business Bridge Europe KIC InnoEnergy SE"],"date":["2017-11-29"],"summary":["The latest developments on Energy"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-0a716bf5253e913fc40ebf14c12f30dc2e7a06ee","eu-tr-462849021886-85","eu-tr-72856225852-31"]}} -{"id":"ec-meeting-2017-11-29-d3a85aa1abb0d8271ebdb8fe44c77905cd130198","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-29 - Cabinet of Vice-President Valdis Dombrovskis x Verbond van Verzekeraars / Dutch Association of Insurers"],"date":["2017-11-29"],"summary":["Solvency II; UFR"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-22015185370-53","ec-person-eec82261c60167b261e56ad1e2bfb4c482db6191"]}} -{"id":"ec-meeting-2017-11-29-d46f8e3a91946d6799f731f8980ee5dcf7029f04","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-29 - Cabinet of Vice-President Maroš Šefčovič x EPIA SolarPower Europe"],"date":["2017-11-29"],"summary":["Energy policy + renewables"],"notes":["Portfolio: Energy Union"],"location":["Brusssels"],"address":["Brusssels"],"addressEntity":["addr-d87e4e3908f82473ed813ca5f132993797b061f4"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-2680046412-48","ec-person-e74918e8eb8a9ef96da8cb06c0eae7ac5080d822","ec-person-192eca4cb918c7382c916bec9bfe04e745ee91cb"]}} -{"id":"ec-meeting-2017-11-29-d91c085b5b84e9c239f01c9865181ee2047b6440","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-29 - Task Force for Relations with the United Kingdom x Bundesverband der Deutschen Industrie e.V. Deutsche Industrie- und Handelskammer"],"date":["2017-11-29"],"summary":["Meeting with the Task Force for the Preparation and Conduct of the Negotiations with the United Kingdom under Article 50 TEU"],"location":["Berlin"],"address":["Berlin"],"addressEntity":["addr-062b06ba8e755765c6b049809b7430fd54fe5b21"],"organizer":["ec-dg-uktf"],"involved":["eu-tr-22400601191-42","eu-tr-1771817758-48","ec-person-864cfa5fbc9b02a079ffbab1107f252c7bb08478"]}} -{"id":"ec-meeting-2017-11-29-e3d293f2c711dcd0fef8163aed05b96ad0fd7b72","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-29 - Cabinet of Vice-President Jyrki Katainen x Kaupan liitto ry - Finnish Commerce Federation"],"date":["2017-11-29"],"summary":["E-commerce, platform economy, unfair trade practices in the food supply chain, best practices in the retail sector"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-c50e8c2cc390c5efb0626988d173bc6758459e0f","eu-tr-141376015883-52"]}} -{"id":"ec-meeting-2017-11-29-f0515320a2743d6c0035890713fc96f3d6c0a3ad","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-29 - Cabinet of Vice-President Valdis Dombrovskis x BNP PARIBAS"],"date":["2017-11-29"],"summary":["CRR; FRTB"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-48f31156d932641826e09f5b73f074d35ff05786","eu-tr-78787381113-69"]}} -{"id":"ec-meeting-2017-11-29-f3dc329b27db32579e313bf79aa9d195347803b8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-29 - Cabinet of Commissioner Elżbieta Bieńkowska x EDEKA ZENTRALE Stiftung & Co. KG"],"date":["2017-11-29"],"summary":["food industry"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-650035215812-91","ec-person-b2f9be51339f054477846797e2c119fcf16548fc"]}} -{"id":"ec-meeting-2017-11-30-0115d9bfdbadcf9d8bc709d780f4427ba5576031","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-30 - Cabinet of First Vice-President Frans Timmermans x Eurelectric aisbl"],"date":["2017-11-30"],"summary":["Discussion on the Sustainable Development Goals"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-4271427696-87","ec-person-8d1c5ff76a431332387aa10936b0bff13f7d71fd"]}} -{"id":"ec-meeting-2017-11-30-08ceda881757701af44c26bd784a39cf55de588c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-30 - Cabinet of Commissioner Vytenis Andriukaitis x None"],"date":["2017-11-30"],"summary":["Policy development on healthcare issues"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-1bc1c22f4e0a3330f63b9ffa230c394ed1e46574","eu-tr-479042728784-52","eu-tr-578189413297-97"]}} -{"id":"ec-meeting-2017-11-30-284292c5e18d764b746a39fcc1160e44812e2344","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-30 - Cabinet of Vice-President Miguel Arias Cañete x Blic Oy"],"date":["2017-11-30"],"summary":["Energy Performance of Building - Mobility Package"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-687078815005-93","ec-person-25a937c04cd0a0ddcf5cf34798e76b5105854114"]}} -{"id":"ec-meeting-2017-11-30-2e6b513a9b4c61915153c3017136a256a57166b0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-30 - Cabinet of Commissioner Phil Hogan x Landbrug & Fødevarer - Danish Agriculture and Food Council"],"date":["2017-11-30"],"summary":["Business discussion"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-400dd8d59d3060187d9b9b143d697da1a3d03c12","eu-tr-1634450483-86"]}} -{"id":"ec-meeting-2017-11-30-2ed6913dd70eea471f7e66e6365f5266490ad815","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2017-11-30 - Cabinet of Commissioner Phil Hogan x Rio Tinto"],"date":["2017-11-30"],"summary":["Business discussion","Energy Topics"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-400dd8d59d3060187d9b9b143d697da1a3d03c12","ec-person-a1a78365cc4685b0958056646204977d8f2ead92","eu-tr-627987212276-53"]}} -{"id":"ec-meeting-2017-11-30-3000365640b6b2d31c033bc7b1c97c734ae39c97","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-30 - Cabinet of Commissioner Věra Jourová x Google"],"date":["2017-11-30"],"summary":["Online platforms"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["eu-tr-03181945560-59","ec-person-1e0e3a00ab815dea7c5b839b002ed2c7e34bfe0a"]}} -{"id":"ec-meeting-2017-11-30-3420443e5045e278b208dc408dc251ef1a035936","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-30 - Cabinet of Vice-President Jyrki Katainen x CELGENE"],"date":["2017-11-30"],"summary":["Investment, innovation and IP protection"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90","eu-tr-37955905654-37"]}} -{"id":"ec-meeting-2017-11-30-3cb6a1815260594a09d6094327567959bd35446a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-30 - Cabinet of Commissioner Věra Jourová x Hospodářská komora České republiky"],"date":["2017-11-30"],"summary":["Dual Quality"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-a2ca9161feee56909a0e98b473c2d342c20fdb57","eu-tr-7829357255-35"]}} -{"id":"ec-meeting-2017-11-30-3da692b1bd04efd077338b603f7e21a0761acea9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-30 - Cabinet of Vice-President Andrus Ansip x Microsoft Corporation"],"date":["2017-11-30"],"summary":["E-privacy regulation"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-0801162959-21","ec-person-5db7bdd1c81da2e70eb5b982097d0004111b5c3e"]}} -{"id":"ec-meeting-2017-11-30-4cc09f8fad8aa33e9e3d49509da4c65f84aa50d1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-30 - Cabinet of Commissioner Tibor Navracsics x European Confederation of Youth Clubs"],"date":["2017-11-30"],"summary":["Youth work, upcoming EU Youth Strategy post 2018"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["eu-tr-541150616964-09","ec-person-881310bbb4e54ac96753b80bbdc9b1994cfbf136"]}} -{"id":"ec-meeting-2017-11-30-50b50e051f9ab82d394950dc88849c3572b8030e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-30 - Cabinet of Vice-President Cecilia Malmström x Maa- ja metsätaloustuottajain Keskusliitto – Central Union of Agricultural Producers and Forest Owners"],"date":["2017-11-30"],"summary":["Oveview of Trade Policy Agenda"],"notes":["Portfolio: Trade"],"location":["Brussels, Belgium."],"address":["Brussels, Belgium."],"addressEntity":["addr-33bd2d1a8be5ca867aa9c0e8d89d1cd6a1a28684"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-56039441735-48","ec-person-5d4088e1913284a765aed8445f448f6ff341f1b3"]}} -{"id":"ec-meeting-2017-11-30-6468972fb0a07a0c736c5b0215239b887fa33222","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-30 - Cabinet of Vice-President Jyrki Katainen x European agri-cooperatives European farmers"],"date":["2017-11-30"],"summary":["How the agriculture sector could benefit from EFSI."],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90","eu-tr-09586631237-74","eu-tr-44856881231-49"]}} -{"id":"ec-meeting-2017-11-30-647b48856a08c929bfbc75704bc7f1d148abf46a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-30 - Cabinet of Commissioner Mariya Gabriel x Kohlberg Kravis Roberts & Co. Partners LLP"],"date":["2017-11-30"],"summary":["Telecom; MEDIA"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-557467520774-65","ec-person-d995d34a2f8b1f0bf6a17486f5699181d6a01e1c"]}} -{"id":"ec-meeting-2017-11-30-66f25714c88f7de2bfec241afdc6830f14bd9508","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-30 - Task Force for Relations with the United Kingdom x European agri-cooperatives European farmers"],"date":["2017-11-30"],"summary":["Meeting with the Task Force for the Preparation and Conduct of the Negotiations with the United Kingdom under Article 50 TEU"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-uktf"],"involved":["ec-person-864cfa5fbc9b02a079ffbab1107f252c7bb08478","eu-tr-09586631237-74","eu-tr-44856881231-49"]}} -{"id":"ec-meeting-2017-11-30-72745d6841ef2971f0361ba0ff55a4cc088a0c6c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-30 - Cabinet of Commissioner Carlos Moedas x Association of European Research Establishments in Aeronautics"],"date":["2017-11-30"],"summary":["FP9"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["eu-tr-010397411668-54","ec-person-a45151b401196e9c374c9acdada9d8840da271ad"]}} -{"id":"ec-meeting-2017-11-30-7d7ca72c8c56d24a7df897858b0f4d91deccb052","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-30 - Cabinet of Commissioner Mariya Gabriel x European Telecommunications Network Operators' Association"],"date":["2017-11-30"],"summary":["Electronic Communications Code"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["ec-person-d995d34a2f8b1f0bf6a17486f5699181d6a01e1c","eu-tr-08957111909-85"]}} -{"id":"ec-meeting-2017-11-30-7f0dcc7224069120e97a69ff81b1651ed5254658","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-30 - Cabinet of Vice-President Jyrki Katainen x Maa- ja metsätaloustuottajain Keskusliitto – Central Union of Agricultural Producers and Forest Owners"],"date":["2017-11-30"],"summary":["CAP and MFF"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90","eu-tr-56039441735-48"]}} -{"id":"ec-meeting-2017-11-30-83c0e96617450df524c52f6ff0debd601c1c0b16","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-30 - Cabinet of Commissioner Mariya Gabriel x Fédération Française des Télécoms"],"date":["2017-11-30"],"summary":["Code des communications électroniques; protection des données de communications; connectivité; cybersécurité; innovation"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["ec-person-1674399a793e9e6fd7cf55b525515fc862fc9351","eu-tr-005930614727-54"]}} -{"id":"ec-meeting-2017-11-30-86d926f54a49668ec374fd277dc54229567b964c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-30 - Cabinet of Vice-President Günther Oettinger x Daimler Aktiengesellschaft"],"date":["2017-11-30"],"summary":["mobility package"],"notes":["Portfolio: Budget & Human Resources"],"location":["BXL"],"address":["BXL"],"addressEntity":["addr-d2fde52f67ea4a3e1fe233d0a959d6a1c77fd910"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["ec-person-6ae6cc420fab2c032884945814d4e330cecb43d7","eu-tr-2349218828-41"]}} -{"id":"ec-meeting-2017-11-30-88dcf8beea723c45d6a42da97800b48e8cebe42b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-30 - Cabinet of Commissioner Mariya Gabriel x Insurance Europe"],"date":["2017-11-30"],"summary":["Connected and automated cars"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-33213703459-54","ec-person-77288fc6cc1d717936ac1a1d02ed679fd493b117"]}} -{"id":"ec-meeting-2017-11-30-944c709df2d2fc23dfdc787c670baced51799199","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-30 - Cabinet of Vice-President Günther Oettinger x Goethe-Institut e.V."],"date":["2017-11-30"],"summary":["role of culture and international cultural exchange in Europe"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-45963658079-77","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2017-11-30-9d6e59c09c8543705e553bee498ee0902c8b91b8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-30 - Cabinet of Commissioner Tibor Navracsics x European Club Association"],"date":["2017-11-30"],"summary":["Developments in European Football"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["eu-tr-564607316826-42","ec-person-49f31dad10f5641cb1d1e4c3107dd838389e8120"]}} -{"id":"ec-meeting-2017-11-30-afa4cb5be398882657b00e05cf7d20e903b1d976","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-30 - Cabinet of Commissioner Phil Hogan x spiritsEUROPE"],"date":["2017-11-30"],"summary":["Courtesy call of new Pdt"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-c9d17d5879383b030f61a4066848249fb35d57e4","eu-tr-64926487056-58"]}} -{"id":"ec-meeting-2017-11-30-b6e8d01b6493d8b43595fb6d7a804ba5fddf3b30","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-30 - Cabinet of Commissioner Phil Hogan x Polski Związek Hodowców i Producentów Trzody Chlewnej \"POLSUS\""],"date":["2017-11-30"],"summary":["Deliver Address"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-068516110787-28","ec-person-a1a78365cc4685b0958056646204977d8f2ead92"]}} -{"id":"ec-meeting-2017-11-30-bb1be039c278383d97e2dcb9685b4fb73c06bd4e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-30 - Cabinet of Vice-President Jyrki Katainen x OP Ryhmä"],"date":["2017-11-30"],"summary":["Economic and Monetary Union (EMU), Capital Markets Union (CMU)"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-f9208d930adc70c6c64e21701e48f85f6f18e949","eu-tr-90567096475-75"]}} -{"id":"ec-meeting-2017-11-30-be9f13ada4fa96cffed45ecb96b68b6a7bfd68c2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-30 - Cabinet of Commissioner Violeta Bulc x Parkkisähkö"],"date":["2017-11-30"],"summary":["Meeting with Mr Peräniitty, Director of Market Development"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-9fddf13de7f65229b7da7c5b25dca1630cad3c48","eu-tr-238065228982-34"]}} -{"id":"ec-meeting-2017-11-30-d12d2574c2e1d757c915b5b8abb99b269ab1d440","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-30 - Cabinet of Vice-President Valdis Dombrovskis x Afore Consulting Asia Securities Industry & Financial Markets Association"],"date":["2017-11-30"],"summary":["Speech at Afore/AFISMA forum dinner on growth and investment in Europe, Fintech and sustainable finance"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Hong Kong"],"address":["Hong Kong"],"addressEntity":["addr-2f488ffc82ccc67a1616e39fdfc537297f1646c5"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-a9eda2e8ea54b70a968327672c6cada679d3cd56","eu-tr-579254529530-94","eu-tr-03013154889-05"]}} -{"id":"ec-meeting-2017-11-30-e64b0dc1768bfa797adebf18e54a22d61e26c145","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-11-30 - Cabinet of Vice-President Valdis Dombrovskis x Barclays PLC The Bank of New York Mellon Afore Consulting Securities Industry and Financial Markets Association Global Financial Markets Association Depository Trust & Clearing Corporation BlackRock CFA Institute"],"date":["2017-11-30"],"summary":["Speech at EU-Asia Financial Services Dinner Reception on growth and investment in Europe; Fintech and sustainable finance"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Hong Kong"],"address":["Hong Kong"],"addressEntity":["addr-2f488ffc82ccc67a1616e39fdfc537297f1646c5"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-72390466359-39","eu-tr-995801715250-37","eu-tr-898223513605-51","ec-person-a9eda2e8ea54b70a968327672c6cada679d3cd56","eu-tr-89854211497-57","eu-tr-03013154889-05","eu-tr-980942613952-12","eu-tr-525811814282-80","eu-tr-51436554494-18"]}} -{"id":"ec-meeting-2017-12-01-105286306fb01d9519bbd4d3979c157bf6fd316d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-12-01 - Health and Food Safety x EuroCommerce"],"date":["2017-12-01"],"summary":["Discussion on official controls, fipronil and alcohol labelling"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-sante"],"involved":["eu-tr-84973761187-60","ec-person-3c7fdbe0c1c235777d916309465339b7ed1666f6"]}} -{"id":"ec-meeting-2017-12-01-5dba5d10b765260570d89475878617e65a14052d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-12-01 - Cabinet of Vice-President Valdis Dombrovskis x Barclays PLC The Bank of New York Mellon BNP PARIBAS FTI Consulting Belgium Asia Securities Industry & Financial Markets Association Standard Chartered Global Financial Markets Association HSBC Holdings PLC Deutsche Bank AG UBS Group AG ageas SA/NV BlackRock Société Générale ING Group Morgan Stanley THE EUROPEAN CHAMBER OF COMMERCE IN HONG KONG"],"date":["2017-12-01"],"summary":["Introductory remarks and roundtable with EU financial industry and AFISMA/European Chamber of Commerce on financial reforms and banking union"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Hong Kong"],"address":["Hong Kong"],"addressEntity":["addr-2f488ffc82ccc67a1616e39fdfc537297f1646c5"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-12112965774-95","eu-tr-903606123737-09","eu-tr-72390466359-39","eu-tr-34369111614-57","eu-tr-001866415031-87","eu-tr-898223513605-51","ec-person-a9eda2e8ea54b70a968327672c6cada679d3cd56","eu-tr-271912611231-56","eu-tr-29701922039-63","eu-tr-16595501800-80","eu-tr-582768716033-06","eu-tr-78787381113-69","eu-tr-365453815252-29","eu-tr-980942613952-12","eu-tr-29896393398-67","eu-tr-51436554494-18","eu-tr-579254529530-94"]}} -{"id":"ec-meeting-2017-12-01-5eb6bed91a2c5a526802d29c7cb078949dd880b6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-12-01 - Cabinet of Vice-President Günther Oettinger x Bertelsmann SE & Co. KGaA"],"date":["2017-12-01"],"summary":["ongoing policy files (digital)"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-26103486608-47","ec-person-b17d355ca19058898aba2ec032de59f8701d47f5"]}} -{"id":"ec-meeting-2017-12-01-6860fe8db051f8da44a7908f7458b575c5b974b0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-12-01 - Cabinet of Vice-President Maroš Šefčovič x Climate Action Network Europe"],"date":["2017-12-01"],"summary":["Fossil fuel subsidies; future MFF"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-ea6b517040e26a62f17d2829afffeba48cfd682f","eu-tr-55888811123-49","ec-person-e74918e8eb8a9ef96da8cb06c0eae7ac5080d822"]}} -{"id":"ec-meeting-2017-12-01-74b0ce5bc89d45ecabb327c55a0582a192e8b45d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-12-01 - Cabinet of President Jean-Claude Juncker x Lysios Public Affairs"],"date":["2017-12-01"],"summary":["Questions commerciales liées à l'Afrique"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-e415577aabb40c0f789310505c6c5803aa69037b","eu-tr-22561156762-32"]}} -{"id":"ec-meeting-2017-12-01-7b64356364b004ed92667a6451e6d8f6119a4f3e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-12-01 - Mobility and Transport x AVIONS DE TRANSPORT REGIONAL"],"date":["2017-12-01"],"summary":["ATR business development"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-move"],"involved":["eu-tr-069449920691-52","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2017-12-01-85397cb16e7b5c6bbd7d00226149aebe79d7b0c1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-12-01 - Cabinet of Commissioner Tibor Navracsics x Belgische Volleybal Liga"],"date":["2017-12-01"],"summary":["Developments in volleybal competitions"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-49f31dad10f5641cb1d1e4c3107dd838389e8120","eu-tr-792661028996-38"]}} -{"id":"ec-meeting-2017-12-01-88e7801b5d90168f1ab9ef9f347c372b279f30d0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-12-01 - Cabinet of Vice-President Jyrki Katainen x Blic Oy"],"date":["2017-12-01"],"summary":["Political situation"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-687078815005-93","ec-person-f9208d930adc70c6c64e21701e48f85f6f18e949"]}} -{"id":"ec-meeting-2017-12-01-89b29bae92addb69cf4dfafce8a0ce2ce1323531","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-12-01 - Mobility and Transport x Hydrogen Europe"],"date":["2017-12-01"],"summary":["European Strategy for low-emission mobility"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-move"],"involved":["ec-person-26cdfacae671b09917bee1a91c91973941fa58a2","eu-tr-77659588648-75"]}} -{"id":"ec-meeting-2017-12-01-b1bb329d8876e9af2e9d93d189eaa5172c36fc42","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-12-01 - Cabinet of Vice-President Cecilia Malmström x GlaxoSmithKline"],"date":["2017-12-01"],"summary":["FTA implementation & transparency / trade relations with China, Turkey, Russia / importance of including vaccines in trade negotiations"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-20ded9db5df11164331bb161fdf234b1e5ad53fd","eu-tr-7990322925-77","ec-person-591ec829ca734bcfe59a2c9c7f07f9dff22a0ea9"]}} -{"id":"ec-meeting-2017-12-01-b402594451ea6228b0cdde0d247d3277daf297e6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-12-01 - Cabinet of Commissioner Tibor Navracsics x Crue universidades españolas"],"date":["2017-12-01"],"summary":["Higher education in Spain and Portugal"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-33076d1a800ce856f29bbab43813a5a80eef2da0","eu-tr-071771920040-91"]}} -{"id":"ec-meeting-2017-12-01-b51452f93a528e242bf752fd81c08b0cec99dd50","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-12-01 - Cabinet of Commissioner Mariya Gabriel x Global Cyber Alliance Belgium"],"date":["2017-12-01"],"summary":["Cybersecurity"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["ec-person-fc1068d79545d1659bf47e9b62bfb0aed175629e","eu-tr-721873825666-08"]}} -{"id":"ec-meeting-2017-12-01-ba278b474d63c7740b15bf9eba26f35057c02e9f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-12-01 - Cabinet of Vice-President Valdis Dombrovskis x Barclays PLC"],"date":["2017-12-01"],"summary":["Roundtable with industry"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Hong Kong"],"address":["Hong Kong"],"addressEntity":["addr-2f488ffc82ccc67a1616e39fdfc537297f1646c5"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-72390466359-39","ec-person-a9eda2e8ea54b70a968327672c6cada679d3cd56"]}} -{"id":"ec-meeting-2017-12-01-c52e4f6cdcf7488a82153168a43a4f71d42fec58","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-12-01 - Cabinet of Vice-President Miguel Arias Cañete x NATURGY ENERGY GROUP"],"date":["2017-12-01"],"summary":["The amendment to the gas directive"],"notes":["Portfolio: Climate Action & Energy"],"location":["Madrid"],"address":["Madrid"],"addressEntity":["addr-7a2191964a3d7521269f0068afae6b6116bac15d"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-67833029261-54","ec-person-2229c857664a22dcb8eee79a8c05841fd3d0924f"]}} -{"id":"ec-meeting-2017-12-01-d7ce76e9fc9d568500beb7461e37033f6e6b4b39","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-12-01 - Cabinet of Vice-President Andrus Ansip x Fédération bancaire française"],"date":["2017-12-01"],"summary":["Free Flow of Data and the General Data Protection Regulation"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-0f698e3a0cc0bd6a02e1bd386a25cedc1366f3f1","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45","eu-tr-09245221105-30"]}} -{"id":"ec-meeting-2017-12-01-d9d38bb735e292005a23edcb7923d33b1a06a0b5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-12-01 - Cabinet of First Vice-President Frans Timmermans x European Policy Centre"],"date":["2017-12-01"],"summary":["Rule of Law"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-89632641000-47","ec-person-f87a3277bb5391e01fe3111e915444e51feb191a"]}} -{"id":"ec-meeting-2017-12-01-e31c0cac74c06cd0be2e7b73ebc52fefba2cd8a0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-12-01 - Cabinet of Vice-President Günther Oettinger x ProSiebenSat.1 Media SE"],"date":["2017-12-01"],"summary":["DSM"],"notes":["Portfolio: Budget & Human Resources"],"location":["München"],"address":["München"],"addressEntity":["addr-98dc49ee755c3c874dcfa2edc07c7189997bc7f6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-139785716776-18","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2017-12-01-f1848a4d4f3e41f69faca96009c40daead9467a7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-12-01 - Cabinet of Commissioner Phil Hogan x Région Bourgogne Franche-Comté"],"date":["2017-12-01"],"summary":["Future of the CAP"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-96737783077-62","ec-person-428cf365f3847d04012831ef2642a1a69aed518d"]}} -{"id":"ec-meeting-2017-12-01-f6e5a987948a9064e1b98d5efc843eeb1e53feb6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-12-01 - Cabinet of Commissioner Elżbieta Bieńkowska x BSH advisors GmbH"],"date":["2017-12-01"],"summary":["retail sector (BSH do the representation for SPAR Austria at EU level)"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-092946128636-40","ec-person-b2f9be51339f054477846797e2c119fcf16548fc"]}} -{"id":"ec-meeting-2017-12-04-04dd71fffaffb38890363b1b25128062a6205b6f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-12-04 - Directorate-General for International Partnerships x IPEMED"],"date":["2017-12-04"],"summary":["Coopération opérationnelle avec des Africains et des Méditerranéens pour utiliser au mieux les crédits de garantie intégrer dans les « proposed areas for investment windows »"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-intpa"],"involved":["eu-tr-540954229146-34","ec-person-05c4477b89b93e7969f12d89b38f77fedce5876f"]}} -{"id":"ec-meeting-2017-12-04-0a9f51532382cc8e3441efcd1d55cb209e093a51","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-12-04 - Maritime Affairs and Fisheries x CONFCOMMERCIO - IMPRESE PER L'ITALIA"],"date":["2017-12-04"],"summary":["Exchange of views on activities of Confcommercio"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-mare"],"involved":["eu-tr-04877777421-88","ec-person-a7b4b8418268a6d6c196b5e45f606fc92acbdb8c"]}} -{"id":"ec-meeting-2017-12-04-0ff4e8ccc42dbf25218e44929d5e0c0d779b0f14","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-12-04 - Cabinet of Commissioner Mariya Gabriel x APCO Worldwide"],"date":["2017-12-04"],"summary":["connected mobility package"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-81995781088-41","ec-person-77288fc6cc1d717936ac1a1d02ed679fd493b117"]}} -{"id":"ec-meeting-2017-12-04-1b110a40173b3196cc7306e69e02213dc67a93ba","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-12-04 - Cabinet of Vice-President Jyrki Katainen x S Group"],"date":["2017-12-04"],"summary":["Cash services"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-93e8e8ac2ee89edb4c52bce70d7472c8eae05edd","eu-tr-542547324906-30"]}} -{"id":"ec-meeting-2017-12-04-1e6d3978f2a9f9c93a9161062bae44b4ee786246","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-12-04 - Cabinet of Commissioner Elżbieta Bieńkowska x Enterprise Rent A Car UK, Ltd."],"date":["2017-12-04"],"summary":["connected mobility package, connected & autonomous driving"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-499115519787-49","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2017-12-04-2f50ab253c5e6c659b1b5a8a0edf8f4c29779320","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-12-04 - Agriculture and Rural Development x McKinsey & Company Inc."],"date":["2017-12-04"],"summary":["Exchange of views"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-agri"],"involved":["ec-person-7bc7204a153f98afbf1ad1cffbdd10d06d9ae166","eu-tr-759822324775-22"]}} -{"id":"ec-meeting-2017-12-04-312a69acf968adf382f544fd24d46fc33d87dcf4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-12-04 - Cabinet of Commissioner Věra Jourová x Agrární komora České republiky Slovenská poľnohospodárska a potravinárska komora"],"date":["2017-12-04"],"summary":["CAP reform"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["eu-tr-686808520772-77","eu-tr-375186527639-84","ec-person-1e0e3a00ab815dea7c5b839b002ed2c7e34bfe0a"]}} -{"id":"ec-meeting-2017-12-04-56cbb8c8d7db47e62fff3219a232e33252b5c91f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-12-04 - Cabinet of Commissioner Marianne Thyssen x European Round Table for Industry"],"date":["2017-12-04"],"summary":["Digital skills, future of work and Vocational Training"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["ec-person-bdb607d5d994a4056dd700f8f52d9af25b406b36","eu-tr-25487567824-45"]}} -{"id":"ec-meeting-2017-12-04-60cc28ea9010217c02895c572e97ee1c6b714ff0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-12-04 - Cabinet of Vice-President Andrus Ansip x Broadcom"],"date":["2017-12-04"],"summary":["Cyber Security issues"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-3ca0c466b8ff230d4409591430b388007ce14ff8","eu-tr-240029014014-18"]}} -{"id":"ec-meeting-2017-12-04-7ee2d7b99e57577a84947d1d1f819dbed59a5adf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-12-04 - Cabinet of Vice-President Günther Oettinger x European Association of Public Banks and Funding agencies AISBL"],"date":["2017-12-04"],"summary":["MFF"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["ec-person-1a98ebdc65a0fda494d1f6eb6fb74247a3036490","eu-tr-8754829960-32"]}} -{"id":"ec-meeting-2017-12-04-800e40b95e4623f01a3649089461fd06e8c102ea","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-12-04 - Cabinet of Vice-President Neven Mimica x Senat der Wirtschaft"],"date":["2017-12-04"],"summary":["Marshall Plan with Africa of the Senat der Wirtschaft"],"notes":["Portfolio: International Cooperation & Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-mimica-neven-of-president-vice"],"involved":["ec-person-5f446e21c2ca97624d9781d53ce7312477e72d6e","ec-person-e90858f5aba78fd0e1cb2f757c3f38d55d91f98b","eu-tr-795476328897-63"]}} -{"id":"ec-meeting-2017-12-04-8150d9645c09d3f36fbc84291be9c1bd4a68e123","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-12-04 - Cabinet of Vice-President Miguel Arias Cañete x Telefonica, S.A."],"date":["2017-12-04"],"summary":["White paper for the future of the EU. Explanation of the scenarios under consideration and how it could affect to the EU policies"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-52431421-12","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd"]}} -{"id":"ec-meeting-2017-12-04-8629d7bdc17af517b05e893c7f01a7864a7c490a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-12-04 - Migration and Home Affairs x Kommissariat der deutschen Bischöfe - Katholisches Büro in Berlin -"],"date":["2017-12-04"],"summary":["Developments in the field of migration, with a focus on integration."],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-home"],"involved":["ec-person-ae1262e8850ed1e9a0530b0ad7440ac648255896","eu-tr-524375510752-92"]}} -{"id":"ec-meeting-2017-12-04-9759142b041ddc7d8f868a9b45f176c4f8597f23","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-12-04 - Cabinet of Vice-President Neven Mimica x One Young World"],"date":["2017-12-04"],"summary":["Cooperation ooportunities in view of EDDs and OYW summit"],"notes":["Portfolio: International Cooperation & Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-mimica-neven-of-president-vice"],"involved":["ec-person-b187f3955c71d2e1daa48e02fd0a09ab7c6f6098","eu-tr-518638525733-44"]}} -{"id":"ec-meeting-2017-12-04-97b2bbed1d8d119a83d4aa91ef5013548d597e04","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-12-04 - Cabinet of Commissioner Tibor Navracsics x netzwerk-m e.V."],"date":["2017-12-04"],"summary":["Erasmus+, the European Solidarity Corps, recognition of skills acquired through volunteering"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Bruxelles"],"address":["Bruxelles"],"addressEntity":["addr-b58f5927b66d94a676970dc048485d4c6848f272"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-881310bbb4e54ac96753b80bbdc9b1994cfbf136","eu-tr-522957529140-69"]}} -{"id":"ec-meeting-2017-12-04-98cf70647f753c29720aebdaaa28baddab0f42fa","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-12-04 - Cabinet of Vice-President Jyrki Katainen x Kreab Elliott Advisors (UK) Limited"],"date":["2017-12-04"],"summary":["Third pillar of the Investment Plan"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-1078390517-54","ec-person-c3d85c41b6b842aae5c953d41fda5f240a5d0969","eu-tr-642574428317-91"]}} -{"id":"ec-meeting-2017-12-04-a439116225d9e74d108a2cdd1cb0a49b9f53c685","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-12-04 - Cabinet of Vice-President Günther Oettinger x Verband der Privaten Krankenversicherung e.V."],"date":["2017-12-04"],"summary":["Health Policy"],"notes":["Portfolio: Budget & Human Resources"],"location":["Berlin"],"address":["Berlin"],"addressEntity":["addr-062b06ba8e755765c6b049809b7430fd54fe5b21"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-9280801581-95","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2017-12-04-bc9cc993670da2d103c7f7dd88007638ee2e905a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-12-04 - Cabinet of Vice-President Cecilia Malmström x Huawei Technologies"],"date":["2017-12-04"],"summary":["Present their company"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-20ded9db5df11164331bb161fdf234b1e5ad53fd","eu-tr-114467111412-38","ec-person-591ec829ca734bcfe59a2c9c7f07f9dff22a0ea9"]}} -{"id":"ec-meeting-2017-12-04-c0e6370a9ffb79d23e8ad0240d2c2816485c7b79","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-12-04 - Regional and Urban Policy x European Association of Public Banks and Funding agencies AISBL Association européenne du cautionnement"],"date":["2017-12-04"],"summary":["EAPB and AECM joint position on the future of EU Financial Instruments and Cohesion Funding as part of the new MFF"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-regio"],"involved":["ec-person-3bc647761a4c1a96c0e7b4c3729d7408a61558b0","eu-tr-67611102869-33","eu-tr-8754829960-32"]}} -{"id":"ec-meeting-2017-12-04-c722ba99429e564e965c89207929a1863bc7f26d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-12-04 - Cabinet of Commissioner Violeta Bulc x Vodafone Belgium SA"],"date":["2017-12-04"],"summary":["Meeting with MM. Verdeaux Grégoire, Int'l Policy Director and Javier Villegas-Burgos, Senior EU Advisor for Digital"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-90142503473-81","ec-person-9fddf13de7f65229b7da7c5b25dca1630cad3c48"]}} -{"id":"ec-meeting-2017-12-04-d77d4a6f971ef75464a8906f2e706029273a3331","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-12-04 - Cabinet of Vice-President Cecilia Malmström x HEUKING KÜHN LÜER WOJTEK"],"date":["2017-12-04"],"summary":["The price undertaking offer in the AD637 (castings) investigation"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-482400529105-86","ec-person-591ec829ca734bcfe59a2c9c7f07f9dff22a0ea9"]}} -{"id":"ec-meeting-2017-12-05-07db41fe77254cb2204c629575ec9cad6c2d308a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-12-05 - Cabinet of First Vice-President Frans Timmermans x Bundesrechtsanwaltskammer"],"date":["2017-12-05"],"summary":["Rule of Law"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-25412265365-88","ec-person-f87a3277bb5391e01fe3111e915444e51feb191a"]}} -{"id":"ec-meeting-2017-12-05-089bdfeadaa6808d35386e944e8579bae7e28681","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-12-05 - Cabinet of Commissioner Carlos Moedas x Safran"],"date":["2017-12-05"],"summary":["Clean Sky"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["eu-tr-71607351368-56","ec-person-a45151b401196e9c374c9acdada9d8840da271ad","ec-person-2b4bb0b28e7435e5f612e44d9664dbd1051efc55"]}} -{"id":"ec-meeting-2017-12-05-0cbf70c17fdcfb913854c6197e2fe479c0800b96","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-12-05 - Energy x Naval Group"],"date":["2017-12-05"],"summary":["Renewable energy policy developments"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-57864135710-49","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2017-12-05-0f12eea5689600c9c7c180a23c25baa91a9f9b23","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-12-05 - Cabinet of Commissioner Carlos Moedas x InterDigital, Inc."],"date":["2017-12-05"],"summary":["Exchange of ideas on how to unlock innovation through Horizon2020 Working Programme"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["eu-tr-787513017798-23","ec-person-01051f0f33bfdc2ecc41873c02cae666c5e0d099"]}} -{"id":"ec-meeting-2017-12-05-24b0cd79da2c212c2a3da0efd9955274146dbb42","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-12-05 - Cabinet of First Vice-President Frans Timmermans x Bundesverband Mittelständische Wirtschaft e.V."],"date":["2017-12-05"],"summary":["Better Regulation and Future of EU"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-082217218282-59","ec-person-966667b73d92624be9bb019c2baab7e52331b3d3"]}} -{"id":"ec-meeting-2017-12-05-256e95429425d07acc695ca47fcdb4dc8f82b448","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-12-05 - Cabinet of Vice-President Jyrki Katainen x European Association of Research and Technology Organisations"],"date":["2017-12-05"],"summary":["Future Research Programme"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-48918086666-95","ec-person-81b1dda49062e5dac42bdad9273fa72968a2c325"]}} -{"id":"ec-meeting-2017-12-05-2759314d33b2dfe54a76ed5b82e11a3f60f31285","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-12-05 - Cabinet of Vice-President Miguel Arias Cañete x European Network of Transmission System Operators for Electricity"],"date":["2017-12-05"],"summary":["Clean Energy Package"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-25805148045-87","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd"]}} -{"id":"ec-meeting-2017-12-05-30d3e151a2f008dd8ce14e7df1bd899b7c71c3ce","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-12-05 - Cabinet of Vice-President Jyrki Katainen x EUROCHAMBRES – Association of European Chambers of Commerce and Industry"],"date":["2017-12-05"],"summary":["Multiannual Financial Framework"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-955e8c493ab54847bb92b65986f56a401f8eabee","ec-person-0da85dc48012e26688310a59a0b51727ea68f410","eu-tr-0014082722-83"]}} -{"id":"ec-meeting-2017-12-05-33fc11819e01562ad4a1b921f0cf10da8567ab6e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-12-05 - Cabinet of Commissioner Mariya Gabriel x Rakuten Group, Inc"],"date":["2017-12-05"],"summary":["Platform; illegal content"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-952721718748-34","ec-person-d995d34a2f8b1f0bf6a17486f5699181d6a01e1c"]}} -{"id":"ec-meeting-2017-12-05-3bce423bd4ac9d0afad9a053efa1ed26bc1ebd51","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-12-05 - Joint Research Centre x Exponea"],"date":["2017-12-05"],"summary":["The aim of the meeting with J. Kovac, co-founder and CTO of Exponea company using AI in e-commerce and P. Bednar, researcher form Technical University in Kosice (SK) was to discuss possiblities of collaboration with JRC in the area of artificial intelligence (AI). JRC is only beginning to develop its knowledge in this area and looking mainly at implications of AI on the policy framework and the society in general. Possibilities of sharing the data and practical experience collected by Exponea will be further explored."],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-jrc"],"involved":["eu-tr-874981329178-97","ec-person-b3e6b7a4bd40eead1b939244f1cb4e9bdaf65f46"]}} -{"id":"ec-meeting-2017-12-05-3e6d4bb522ab4fb7183d8f282b34d67a84c944dd","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2017-12-05 - Cabinet of Commissioner Dimitris Avramopoulos x Bundesverband Mittelständische Wirtschaft e.V."],"date":["2017-12-05"],"summary":["visit","Curtesy visit"],"notes":["Portfolio: Migration, Home Affairs and Citizenship"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-avramopoulos-cabinet-commissioner-dimitris-of"],"involved":["eu-tr-082217218282-59","ec-person-06b43c385c07c13f2bae1d24a0075851e8ce491d"]}} -{"id":"ec-meeting-2017-12-05-49d6b501d5363637e2deea5018226da38da39f53","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-12-05 - Cabinet of Commissioner Violeta Bulc x ASD-Eurospace"],"date":["2017-12-05"],"summary":["Aviation topics"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-9d4dc4867a44dfe10f67ae7ee1706da3e8b48a24","eu-tr-873508417106-05"]}} -{"id":"ec-meeting-2017-12-05-4afa04389f99ec929e7fc197e7f2fed8eac1e351","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-12-05 - Cabinet of Commissioner Dimitris Avramopoulos x AMERICAN HELLENIC EDUCATIONAL PROGRESSIVE ASSOCIATION CHAPTER 610 EUROPEAN EAGLE BRUSSELS"],"date":["2017-12-05"],"summary":["Discussion about Greek Diaspora"],"notes":["Portfolio: Migration, Home Affairs and Citizenship"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-avramopoulos-cabinet-commissioner-dimitris-of"],"involved":["eu-tr-143018429330-67","ec-person-06b43c385c07c13f2bae1d24a0075851e8ce491d"]}} -{"id":"ec-meeting-2017-12-05-4d7103f200c8f141560436949bb4fd48fd7a56bd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-12-05 - Cabinet of Vice-President Maroš Šefčovič x European Round Table for Industry"],"date":["2017-12-05"],"summary":["Synergies of transport + power sector"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-e74918e8eb8a9ef96da8cb06c0eae7ac5080d822","eu-tr-25487567824-45"]}} -{"id":"ec-meeting-2017-12-05-50c3913e71ca3b7d4cc75791b0adfe9c4fec8edf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-12-05 - Cabinet of Commissioner Margrethe Vestager x Landbrug & Fødevarer - Danish Agriculture and Food Council"],"date":["2017-12-05"],"summary":["The EU seen from Denmark and from Brussels"],"notes":["Portfolio: Competition"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-margrethe-of-vestager"],"involved":["ec-person-2e96673ec2acdfc668f6970535551f9afa1f8729","eu-tr-1634450483-86"]}} -{"id":"ec-meeting-2017-12-05-573f388f0c65bbf1b3a4ef9b45ce2db327368dfa","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-12-05 - Cabinet of Commissioner Mariya Gabriel x Telefonica, S.A."],"date":["2017-12-05"],"summary":["DSM"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-52431421-12","ec-person-1674399a793e9e6fd7cf55b525515fc862fc9351"]}} -{"id":"ec-meeting-2017-12-05-6c2806f453fceb62ca2a831c39e883f6b641cddd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-12-05 - Energy x European Geothermal Energy Council Solar Heat Europe/ESTIF"],"date":["2017-12-05"],"summary":["Heating and cooling and Clean Energy package"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-10790718699-18","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e","eu-tr-11458103335-07"]}} -{"id":"ec-meeting-2017-12-05-822bfe94653493bd0836650fb7513901157bacbf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-12-05 - Cabinet of Commissioner Mariya Gabriel x Huawei Technologies"],"date":["2017-12-05"],"summary":["Digital; cooperation EU-China"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["ec-person-1674399a793e9e6fd7cf55b525515fc862fc9351","eu-tr-114467111412-38"]}} -{"id":"ec-meeting-2017-12-05-8368315632759b396d2cee318ed7663a50bc9cf8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-12-05 - Cabinet of Commissioner Margrethe Vestager x Telefonica, S.A."],"date":["2017-12-05"],"summary":["Digital Single Market"],"notes":["Portfolio: Competition"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-margrethe-of-vestager"],"involved":["eu-tr-52431421-12","ec-person-baa1c172df109ebd1f0307bccb5e21aec66c7a25"]}} -{"id":"ec-meeting-2017-12-05-977c79f79c50d849f322bcf778a5e5229274a7cb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-12-05 - Cabinet of Commissioner Mariya Gabriel x INTERNATIONAL FEDERATION OF JOURNALISTS"],"date":["2017-12-05"],"summary":["Media; copyright; DSM; fake news; hate speech"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["ec-person-1674399a793e9e6fd7cf55b525515fc862fc9351","eu-tr-764354428462-05"]}} -{"id":"ec-meeting-2017-12-05-a096eec3e0f44fb5b2894d27c10a45bd081ca2f5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-12-05 - Agriculture and Rural Development x FruitVegetablesEUROPE"],"date":["2017-12-05"],"summary":["Exchange of views"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-agri"],"involved":["eu-tr-73566332602-11","ec-person-7bc7204a153f98afbf1ad1cffbdd10d06d9ae166"]}} -{"id":"ec-meeting-2017-12-05-a175399744a4a6a283db5c6e735da918fdea7fc0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-12-05 - Cabinet of Vice-President Maroš Šefčovič x Guidehouse Netherlands B.V."],"date":["2017-12-05"],"summary":["Presentation of study \"Gas for Climate - a path to 2050\""],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-291658228603-85","ec-person-3bf48630444ace93d407e52eb880e64d480f75ce"]}} -{"id":"ec-meeting-2017-12-05-abbafcd96d6c3a67ae6f4941e294a5335ff32bc8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-12-05 - Cabinet of Vice-President Valdis Dombrovskis x AMICE - Association of Mutual Insurers and Insurance Cooperatives in Europe"],"date":["2017-12-05"],"summary":["Insurance related issues"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-eec82261c60167b261e56ad1e2bfb4c482db6191","eu-tr-62503501759-81"]}} -{"id":"ec-meeting-2017-12-05-b1cc5df6616113bf2b941b6f45e62ef2a79724b2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-12-05 - Cabinet of Commissioner Mariya Gabriel x ISACA"],"date":["2017-12-05"],"summary":["Cybersecurity"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-374119228970-51","ec-person-fc1068d79545d1659bf47e9b62bfb0aed175629e"]}} -{"id":"ec-meeting-2017-12-05-bb868816f2333d4d3765035672bd0357ffe1817f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-12-05 - Energy x Polish Wind Energy Association"],"date":["2017-12-05"],"summary":["Energy policy developments"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-090471814671-25","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2017-12-05-d4e7bc055123f95e85405310d1a312355906a080","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-12-05 - Cabinet of High Representative / Vice-President Federica Mogherini x Ecole nationale d'administration"],"date":["2017-12-05"],"summary":["migration"],"notes":["Portfolio: Foreign Affairs and Security Policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"involved":["ec-person-23c55ec7dbedbeca55522253bc69ae6fd1bea72c","eu-tr-34699539126-16"]}} -{"id":"ec-meeting-2017-12-05-d5b6374f7d5484b2cb5794bb34e119f2440b977d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-12-05 - Cabinet of Commissioner Violeta Bulc x European Business Summit Network"],"date":["2017-12-05"],"summary":["Prep meeting for the summit on May"],"notes":["Portfolio: Transport"],"location":["Bruxelles"],"address":["Bruxelles"],"addressEntity":["addr-b58f5927b66d94a676970dc048485d4c6848f272"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-be830229e281863b280fbdedb9755116218a1b6d","eu-tr-268958411031-65"]}} -{"id":"ec-meeting-2017-12-05-d7f69c12468499c8ad855ea5b0c59fec7bc86173","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-12-05 - Cabinet of Commissioner Tibor Navracsics x European e-Skills Association The Council of European Professional Informatics Societies Oracle"],"date":["2017-12-05"],"summary":["Digital education"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["eu-tr-416562915447-63","eu-tr-372608916662-62","ec-person-33076d1a800ce856f29bbab43813a5a80eef2da0","eu-tr-25955391451-88"]}} -{"id":"ec-meeting-2017-12-05-e04f1b21a565da9971003c14fb86ad85b068ed74","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-12-05 - Directorate-General for International Partnerships x Eni S.p.A."],"date":["2017-12-05"],"summary":["Presentation of ENI activities on renewable energy in Africa"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-intpa"],"involved":["eu-tr-99578067285-35","ec-person-05c4477b89b93e7969f12d89b38f77fedce5876f"]}} -{"id":"ec-meeting-2017-12-05-e807cc6b3eaf5c2cc418831fd39860a84dab47c1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-12-05 - Cabinet of Vice-President Miguel Arias Cañete x Naval Group"],"date":["2017-12-05"],"summary":["EU renewables policy"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-3eac19199bd5dbac49f504d2610a9066dddbfe57","eu-tr-57864135710-49","ec-person-71f9b3c696abbda505f0fae6baec2c26e0c310dc","ec-person-2229c857664a22dcb8eee79a8c05841fd3d0924f"]}} -{"id":"ec-meeting-2017-12-05-eae52e5e59171402c51c2807cac9ca0904962d12","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-12-05 - Cabinet of Vice-President Günther Oettinger x Handelsverband Deutschland"],"date":["2017-12-05"],"summary":["trade development, internal market"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-31200871765-41","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2017-12-05-eb8e0dac6ebc1afb7a48b1bbf97520e88eaeba98","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-12-05 - Cabinet of Commissioner Věra Jourová x Finland Chamber of Commerce (Keskuskauppakamari)"],"date":["2017-12-05"],"summary":["Food supply chain"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-a2ca9161feee56909a0e98b473c2d342c20fdb57","eu-tr-5552918474-13"]}} -{"id":"ec-meeting-2017-12-05-facd111cb3966ef0c8c87f6ad71d07ce04112060","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-12-05 - Cabinet of Vice-President Cecilia Malmström x European agri-cooperatives European farmers"],"date":["2017-12-05"],"summary":["Mercosur negotiations, state of play"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-09586631237-74","ec-person-98880f3f4206145e196013db9dd806a551c11e06","eu-tr-44856881231-49"]}} -{"id":"ec-meeting-2017-12-06-001b5ef9881169d22e740bb96b7c20305b4e7c21","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-12-06 - Cabinet of First Vice-President Frans Timmermans x EURODOM"],"date":["2017-12-06"],"summary":["Discussion on the Plastic Strategy"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels, BERL"],"address":["Brussels, BERL"],"addressEntity":["addr-3c3fa5f92474ebac668808553fbab6d1c14aa243"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-28418016649-41","ec-person-8d1c5ff76a431332387aa10936b0bff13f7d71fd"]}} -{"id":"ec-meeting-2017-12-06-0b7d6c86c06b3bb2365845c843a2f3d43ca77c98","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-12-06 - Cabinet of Commissioner Violeta Bulc x UITP - International Association of Public Transport"],"date":["2017-12-06"],"summary":["Meeting with Mr T. AVANZATA, Europe Director"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-9fddf13de7f65229b7da7c5b25dca1630cad3c48","eu-tr-06869148182-50"]}} -{"id":"ec-meeting-2017-12-06-1a606fa6570e181b10563f2eeb67b8441267ae48","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-12-06 - Cabinet of First Vice-President Frans Timmermans x New Breeding Techniques Platform"],"date":["2017-12-06"],"summary":["Explanatory Note on NBTs (New Breeding Techniques Platforms)"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["ec-person-1bc3e2272ec82a894153feccd4f285ae594f7b3b","eu-tr-303808417118-14"]}} -{"id":"ec-meeting-2017-12-06-1ce0686a82a4d926eebf1975cd2e4cb4d2f3546a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-12-06 - Cabinet of Commissioner Dimitris Avramopoulos x Facebook Ireland Limited"],"date":["2017-12-06"],"summary":["Internet Forum"],"notes":["Portfolio: Migration, Home Affairs and Citizenship"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-avramopoulos-cabinet-commissioner-dimitris-of"],"involved":["ec-person-57d09145ba24f5738cdde61edf14f741cb547675","eu-tr-28666427835-74","ec-person-06b43c385c07c13f2bae1d24a0075851e8ce491d"]}} -{"id":"ec-meeting-2017-12-06-2d3abe08180249d97a97689558e592024a88944f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-12-06 - Cabinet of Vice-President Jyrki Katainen x Ibec"],"date":["2017-12-06"],"summary":["IE, Economy, Trade"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-f9208d930adc70c6c64e21701e48f85f6f18e949","eu-tr-479468313744-50"]}} -{"id":"ec-meeting-2017-12-06-3bbd37cdea670c744accff9bc1c3e4053a15bedd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-12-06 - Cabinet of First Vice-President Frans Timmermans x EuroCommerce"],"date":["2017-12-06"],"summary":["Speaker at dinner - Europe's Priorities for the coming years"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Sofitel Brussels"],"address":["Sofitel Brussels"],"addressEntity":["addr-22c6c3b816f40ef750dde6e9f3fa774cd95b7a22"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-84973761187-60","ec-person-6c0efbf1635ca0cb8dce32e129231fa3136f600b"]}} -{"id":"ec-meeting-2017-12-06-5b6ebc9acd341b6c86267efa887f645556bec572","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-12-06 - Cabinet of First Vice-President Frans Timmermans x Fundacja im. Stefana Batorego"],"date":["2017-12-06"],"summary":["Rule of Law"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-10828394017-54","ec-person-f87a3277bb5391e01fe3111e915444e51feb191a"]}} -{"id":"ec-meeting-2017-12-06-5d49dbf0f2052b27b667b7a9410e6e3e79eae84a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-12-06 - Cabinet of Commissioner Margrethe Vestager x Ibec"],"date":["2017-12-06"],"summary":["Ireland as a substance economy"],"notes":["Portfolio: Competition"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-margrethe-of-vestager"],"involved":["eu-tr-479468313744-50","ec-person-6e8b9cd7bb1a15a7e90b04790769360ba931cafd"]}} -{"id":"ec-meeting-2017-12-06-5e225aed835c4da070ec573c75fdc14690854546","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-12-06 - Cabinet of Vice-President Miguel Arias Cañete x IBERDROLA"],"date":["2017-12-06"],"summary":["State of play of Clean Energy Package"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-41816938101-07","ec-person-2229c857664a22dcb8eee79a8c05841fd3d0924f"]}} -{"id":"ec-meeting-2017-12-06-71977da8ff8a75406215ca16d135d5eb8bf821de","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-12-06 - Cabinet of Commissioner Mariya Gabriel x Reporters sans frontières"],"date":["2017-12-06"],"summary":["Fake news; contenus en ligne"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-612547127497-45","ec-person-d995d34a2f8b1f0bf6a17486f5699181d6a01e1c"]}} -{"id":"ec-meeting-2017-12-06-74491eaa74944d730a2563bd01083bca524bbb2f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-12-06 - Cabinet of First Vice-President Frans Timmermans x European Business Summit Network"],"date":["2017-12-06"],"summary":["Discussion on the European Business Summit 2018"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels, BERL"],"address":["Brussels, BERL"],"addressEntity":["addr-3c3fa5f92474ebac668808553fbab6d1c14aa243"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-268958411031-65","ec-person-8d1c5ff76a431332387aa10936b0bff13f7d71fd"]}} -{"id":"ec-meeting-2017-12-06-7dfe940fb749349cb6ee08de05a0d13aeea61072","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-12-06 - Cabinet of Commissioner Mariya Gabriel x European Cyber Security Organisation"],"date":["2017-12-06"],"summary":["Cybersecurity"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-684434822646-91","ec-person-fc1068d79545d1659bf47e9b62bfb0aed175629e"]}} -{"id":"ec-meeting-2017-12-06-7fdf32783ca6ddaed2e4a82e9f26ad4c07aa4f42","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-12-06 - Cabinet of Commissioner Dimitris Avramopoulos x Google"],"date":["2017-12-06"],"summary":["Internet Forum"],"notes":["Portfolio: Migration, Home Affairs and Citizenship"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-avramopoulos-cabinet-commissioner-dimitris-of"],"involved":["ec-person-57d09145ba24f5738cdde61edf14f741cb547675","eu-tr-03181945560-59","ec-person-06b43c385c07c13f2bae1d24a0075851e8ce491d"]}} -{"id":"ec-meeting-2017-12-06-80e8163b1af4fd360c67c8b68e7cc75fb1cae2f2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-12-06 - Cabinet of Commissioner Julian King x Avis Budget EMEA Limited Google"],"date":["2017-12-06"],"summary":["EU Internet Forum"],"notes":["Portfolio: Security Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-julian-king-of"],"involved":["ec-person-37c79733647a2293d1e96e976d3a72c6b707cb4c","eu-tr-03181945560-59","eu-tr-572529515371-63"]}} -{"id":"ec-meeting-2017-12-06-84547b1788aa0a0a08ec0911109ad06366a712bc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-12-06 - Cabinet of Commissioner Carlos Moedas x European Business Summit Network"],"date":["2017-12-06"],"summary":["Event European Business Summit 2018"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-a45151b401196e9c374c9acdada9d8840da271ad","eu-tr-268958411031-65"]}} -{"id":"ec-meeting-2017-12-06-84fed0c473d615c765a02c993c110877e42fe53a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-12-06 - Cabinet of Vice-President Cecilia Malmström x Lantbrukarnas Riksförbund"],"date":["2017-12-06"],"summary":["Access to justice in environmental matters"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-20ded9db5df11164331bb161fdf234b1e5ad53fd","eu-tr-79239225070-38"]}} -{"id":"ec-meeting-2017-12-06-a5d261a2ff1b17bdd3c105967f92497f96d28cf5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-12-06 - Cabinet of Commissioner Carlos Moedas x European Social Work Research Association"],"date":["2017-12-06"],"summary":["Discussing European Social Work Research Association"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-a6e757d2928b639b876fd492ddee1fc1420908bf","eu-tr-809247929272-91"]}} -{"id":"ec-meeting-2017-12-06-bca2a6a116e350787968f2c2ac7f7b3a612f0623","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-12-06 - Cabinet of Vice-President Miguel Arias Cañete x Lubrizol Limited (Hazelwood)"],"date":["2017-12-06"],"summary":["EC Inception Impact Assessment Heavy Duty Vehicles C02 emission standards."],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-673144424081-21","ec-person-25a937c04cd0a0ddcf5cf34798e76b5105854114"]}} -{"id":"ec-meeting-2017-12-06-d3deaeb72b16753234fa76c6dc038cd3b7b91c2d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-12-06 - Cabinet of Commissioner Violeta Bulc x Enterprise Rent A Car UK, Ltd."],"date":["2017-12-06"],"summary":["Meeting with MM. Nigel Goodall"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-499115519787-49","ec-person-9fddf13de7f65229b7da7c5b25dca1630cad3c48"]}} -{"id":"ec-meeting-2017-12-06-d8102b280da4c84ecca0b612eb8166011d3f0947","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-12-06 - Cabinet of Commissioner Julian King x Google"],"date":["2017-12-06"],"summary":["Cyber security"],"notes":["Portfolio: Security Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-julian-king-of"],"involved":["eu-tr-03181945560-59","ec-person-8534d5829e2b89b2389ad8651205fee73503f559"]}} -{"id":"ec-meeting-2017-12-06-e5267dbc8ef40816896516eece898c81ec533d91","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-12-06 - Cabinet of Commissioner Dimitris Avramopoulos x Twitter International Company"],"date":["2017-12-06"],"summary":["Internet Forum"],"notes":["Portfolio: Migration, Home Affairs and Citizenship"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-avramopoulos-cabinet-commissioner-dimitris-of"],"involved":["eu-tr-394491614001-72","ec-person-57d09145ba24f5738cdde61edf14f741cb547675","ec-person-06b43c385c07c13f2bae1d24a0075851e8ce491d"]}} -{"id":"ec-meeting-2017-12-06-eeaf6891e0e02c53580c93cf4081269a0d0bab26","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-12-06 - Cabinet of Commissioner Violeta Bulc x Union des Aéroports Français et Francophones Associés"],"date":["2017-12-06"],"summary":["Aviation topics"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-9d4dc4867a44dfe10f67ae7ee1706da3e8b48a24","eu-tr-47864638249-20"]}} -{"id":"ec-meeting-2017-12-07-068efb73df47d6789b161624fee73d204987f05b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-12-07 - Cabinet of Commissioner Vytenis Andriukaitis x Global Sepsis Alliance"],"date":["2017-12-07"],"summary":["Healthcare associated infections; AMR"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["eu-tr-932295729026-38","ec-person-df30d07ef698a52b9948b9c734db39196cf8541f"]}} -{"id":"ec-meeting-2017-12-07-0c5d78a32f9fd7dd6e4700f1e13a00aceb39ffd5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-12-07 - Cabinet of Vice-President Andrus Ansip x Siemens AG Microsoft Corporation Dell Inc. Intel Corporation Broadcom"],"date":["2017-12-07"],"summary":["Cybersecurity package"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-3ca0c466b8ff230d4409591430b388007ce14ff8","eu-tr-28739192542-16","eu-tr-7459401905-60","eu-tr-0801162959-21","eu-tr-4266797770-31","eu-tr-240029014014-18"]}} -{"id":"ec-meeting-2017-12-07-21625474699e5fa427851c45a31115da2107e759","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-12-07 - Cabinet of Commissioner Phil Hogan x British Irish Chamber of Commerce"],"date":["2017-12-07"],"summary":["Business discussion"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-400dd8d59d3060187d9b9b143d697da1a3d03c12","eu-tr-075641328768-87"]}} -{"id":"ec-meeting-2017-12-07-221a3a40b65c97db03b9910a16f7f7834eb2ad0e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-12-07 - Cabinet of Commissioner Violeta Bulc x Neodvisni sindikat delavcev Slovenije"],"date":["2017-12-07"],"summary":["Meeting with Mr Boris PERS"],"notes":["Portfolio: Transport"],"location":["Ljubljana"],"address":["Ljubljana"],"addressEntity":["addr-be95acba75b6b18917b2638aae79ec1300c77c35"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-513115029176-82","ec-person-a9f4fe47da47a1b05bbfda9825908089d11bda93"]}} -{"id":"ec-meeting-2017-12-07-24edb2933037a7bfec9aac1ad902743fce340a49","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-12-07 - Cabinet of Vice-President Valdis Dombrovskis x Mizuho Financial Group, Inc."],"date":["2017-12-07"],"summary":["Banking Package"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-619816425761-15","ec-person-eec82261c60167b261e56ad1e2bfb4c482db6191","ec-person-a9eda2e8ea54b70a968327672c6cada679d3cd56"]}} -{"id":"ec-meeting-2017-12-07-2a0ebf72f6935c4cc2c0a87764fcfc432dd11061","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-12-07 - Cabinet of Commissioner Vytenis Andriukaitis x Cerner France"],"date":["2017-12-07"],"summary":["E-Health"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-059ca943fc5fc696d2a97849c635ddf7b6ab7fd7","eu-tr-210297629291-95"]}} -{"id":"ec-meeting-2017-12-07-2d86094ad714999d8515448af24bcf9efd25736d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-12-07 - Inspire, Debate, Engage and Accelerate Action x Google"],"date":["2017-12-07"],"summary":["Disinformation"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-dg-idea"],"involved":["eu-tr-03181945560-59","ec-person-4fe56a64c00b3e81c851b5538878b32481bd7d3c"]}} -{"id":"ec-meeting-2017-12-07-317449514b5d54cf8598c431b82d4f2fc8b24844","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-12-07 - Cabinet of First Vice-President Frans Timmermans x WWF European Policy Programme Stichting BirdLife Europe"],"date":["2017-12-07"],"summary":["CAP Communication"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-1083162721-43","ec-person-1bc3e2272ec82a894153feccd4f285ae594f7b3b","eu-tr-1414929419-24","ec-person-8d1c5ff76a431332387aa10936b0bff13f7d71fd"]}} -{"id":"ec-meeting-2017-12-07-388252fb235d2d187dd9cdb66e3a5e4e6ad0362b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-12-07 - Cabinet of Commissioner Věra Jourová x Federation of Small Businesses"],"date":["2017-12-07"],"summary":["GDPR"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-a608b85b2ffef83f883b5a2330b6232efa1b7141","eu-tr-64802948320-88","ec-person-3269ef00f0778677e6f4c8e0f72ce019084206fb"]}} -{"id":"ec-meeting-2017-12-07-38ebbfda75679f9a638a4ff1676428504c25f5c9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-12-07 - Cabinet of Commissioner Marianne Thyssen x SYNTRA Midden-Vlaanderen"],"date":["2017-12-07"],"summary":["Indicators for measuring skills gaps"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["ec-person-bdb607d5d994a4056dd700f8f52d9af25b406b36","eu-tr-170544928182-42"]}} -{"id":"ec-meeting-2017-12-07-4650a0868d89ee8698f6dc51b4475d28c3e88f0a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-12-07 - Cabinet of Vice-President Cecilia Malmström x Anti-Slavery International"],"date":["2017-12-07"],"summary":["How to better prevent child labour"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-20ded9db5df11164331bb161fdf234b1e5ad53fd","eu-tr-464644816865-02"]}} -{"id":"ec-meeting-2017-12-07-5b2c6380fc26a6b0ae29fa6614c8b3e68529a3c2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-12-07 - Cabinet of Commissioner Věra Jourová x Salesforce"],"date":["2017-12-07"],"summary":["Privacy Shield and International Data Flows"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["eu-tr-991195317279-06","ec-person-3269ef00f0778677e6f4c8e0f72ce019084206fb"]}} -{"id":"ec-meeting-2017-12-07-6324d50ee8deb1f95eaabe5a084d1d443495c348","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-12-07 - Cabinet of Commissioner Carlos Moedas x European Regions Research and Innovation Network"],"date":["2017-12-07"],"summary":["Introduction of ERRIN network"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-0a716bf5253e913fc40ebf14c12f30dc2e7a06ee","eu-tr-382103519163-19"]}} -{"id":"ec-meeting-2017-12-07-64964ed8d04c0775608700563aa7e6fbb81042c1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-12-07 - Cabinet of Vice-President Jyrki Katainen x EUROPEAN SERVICES FORUM"],"date":["2017-12-07"],"summary":["Exchange on EU trade policy in the field of services"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-af4fdbf97c89a6df87ab37d321d95829d657c940","eu-tr-3562594969-02"]}} -{"id":"ec-meeting-2017-12-07-650093c3ed80e972adbd79033c13a585a3b1273e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-12-07 - Cabinet of Vice-President Andrus Ansip x Center for Data Innovation"],"date":["2017-12-07"],"summary":["The State of Data Innovation in the EU"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-367682319221-26","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45"]}} -{"id":"ec-meeting-2017-12-07-9d9bd3b3339e66096a4a507baa4c39ce5ea7e82d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-12-07 - Cabinet of Commissioner Elżbieta Bieńkowska x BUSINESSEUROPE EUROPEAN SERVICES FORUM BT Group plc IBM Corporation"],"date":["2017-12-07"],"summary":["Data Flows in Trade Agreements"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["ec-person-b2f9be51339f054477846797e2c119fcf16548fc","eu-tr-3978240953-79","eu-tr-3562594969-02","eu-tr-00919034091-89","eu-tr-7721359944-96"]}} -{"id":"ec-meeting-2017-12-07-da94a751c369a9ee7fbc81953f3fc2bc6674b799","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-12-07 - Cabinet of Vice-President Cecilia Malmström x None"],"date":["2017-12-07"],"summary":["Mercosur and beef"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-20ded9db5df11164331bb161fdf234b1e5ad53fd","ec-person-98880f3f4206145e196013db9dd806a551c11e06","eu-tr-398832229180-73","eu-tr-458700813641-37","eu-tr-82064709791-43","eu-tr-963373911020-79"]}} -{"id":"ec-meeting-2017-12-07-dd0842eb54e562f91245c56ffa8dfc14e0425426","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-12-07 - Cabinet of President Jean-Claude Juncker x EUROPEAN APPAREL AND TEXTILE CONFEDERATION European Chemical Industry Council UNIFE"],"date":["2017-12-07"],"summary":["Industrial policy"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-9624415524-28","eu-tr-7824139202-85","ec-person-c402e34a99fbee730ae22e3b1958e21c94dc6fcc","eu-tr-64879142323-90"]}} -{"id":"ec-meeting-2017-12-07-e29c0e308401c819f337da04e4a0201db52e4c13","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-12-07 - Cabinet of Commissioner Phil Hogan x Bio-based and Biodegradable Industries Association"],"date":["2017-12-07"],"summary":["Key Speaker"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-277870018374-72","ec-person-a1a78365cc4685b0958056646204977d8f2ead92"]}} -{"id":"ec-meeting-2017-12-07-f57088603a31991ee21ca57f7aed9f6a05d589cc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-12-07 - Cabinet of Commissioner Violeta Bulc x EcoSynergy System Ltd."],"date":["2017-12-07"],"summary":["Meeting with Mr Aleš Kandorfer"],"notes":["Portfolio: Transport"],"location":["Ljubljana"],"address":["Ljubljana"],"addressEntity":["addr-be95acba75b6b18917b2638aae79ec1300c77c35"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-a9f4fe47da47a1b05bbfda9825908089d11bda93","eu-tr-362966128835-32"]}} -{"id":"ec-meeting-2017-12-07-fd38383c1def01cf06ba3faab251872e91cdd3f7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-12-07 - Agriculture and Rural Development x Maa- ja metsätaloustuottajain Keskusliitto – Central Union of Agricultural Producers and Forest Owners"],"date":["2017-12-07"],"summary":["Exchange of view on the future of the CAP"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-agri"],"involved":["eu-tr-56039441735-48","ec-person-7bc7204a153f98afbf1ad1cffbdd10d06d9ae166"]}} -{"id":"ec-meeting-2017-12-08-0036dd1a0e639827a3811ff7753114f269249801","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-12-08 - Cabinet of Vice-President Maroš Šefčovič x Bureau Européen des Unions de Consommateurs"],"date":["2017-12-08"],"summary":["transport + energy policy"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-9505781573-45","ec-person-e74918e8eb8a9ef96da8cb06c0eae7ac5080d822"]}} -{"id":"ec-meeting-2017-12-08-0e256b197de3da95031a05385d405629dbc65ec3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-12-08 - Cabinet of Vice-President Valdis Dombrovskis x Wirtschaftsrat der CDU e.V."],"date":["2017-12-08"],"summary":["EMU and Banking Union"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-176334311014-43","ec-person-f376b1eca739c662d2385062249507f23f4ca67e"]}} -{"id":"ec-meeting-2017-12-08-408cd5828d6e8200d86607fdfd1b40d1c6527a38","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-12-08 - Cabinet of Commissioner Elżbieta Bieńkowska x Amazon Europe Core SARL"],"date":["2017-12-08"],"summary":["Goods package"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-366117914426-10","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2017-12-08-57e6a093370314cbce437727f3f60dd0445f4919","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2017-12-08 - Cabinet of Vice-President Andrus Ansip x Salesforce"],"date":["2017-12-08"],"summary":["Free Flow of Data initiative and GDPR","Free flow of data, GDPR"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-991195317279-06","ec-person-6a03bc4fa7657513ea34529e98dba0671ef4c849","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45","ec-person-91ca0921c6790191daa54427311acd63035e7c9e"]}} -{"id":"ec-meeting-2017-12-08-613a05d8d2b9634081e7bda6dd702f69c582a237","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-12-08 - Cabinet of Commissioner Mariya Gabriel x MOBIVIA"],"date":["2017-12-08"],"summary":["connected and autonomous cars"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-597100516827-13","ec-person-77288fc6cc1d717936ac1a1d02ed679fd493b117"]}} -{"id":"ec-meeting-2017-12-08-64f1fc1976af03977062b3fc25de36ec77ead9b4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-12-08 - Cabinet of Commissioner Elżbieta Bieńkowska x Siemens AG Alstom"],"date":["2017-12-08"],"summary":["future of European railway industry"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-4266797770-31","eu-tr-43284012043-03","ec-person-b2f9be51339f054477846797e2c119fcf16548fc","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2017-12-08-798a78b71564ae5075172c9860a1236cd0189393","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-12-08 - Cabinet of Commissioner Phil Hogan x Pet Food Manufacturers Association"],"date":["2017-12-08"],"summary":["agriculture and trade (EU and international) and the Irish border"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels, BERL"],"address":["Brussels, BERL"],"addressEntity":["addr-3c3fa5f92474ebac668808553fbab6d1c14aa243"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-786818325865-93","ec-person-7d3caa534e5cdda6d5b949bd4b2def39356e3bec"]}} -{"id":"ec-meeting-2017-12-08-7ef3b8aa3ce53737185e4fd9c06e2b73538f2c26","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-12-08 - Cabinet of Commissioner Tibor Navracsics x FIBA Europe e.V."],"date":["2017-12-08"],"summary":["FIBA-EURO LEAGUE dispute"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Budapest"],"address":["Budapest"],"addressEntity":["addr-4b1167e976c7a8fa9877f827003a99311b800b2c"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-dc2e0fed0fdf39a6a3f3ad63355c5215599de9d1","eu-tr-448636429336-13"]}} -{"id":"ec-meeting-2017-12-08-80fd28f90ef23b69633f258292bab56895b5137a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-12-08 - Cabinet of Commissioner Carlos Moedas x The Royal Society Deutsche Akademie der Naturforscher Leopoldina e.V. -- Nationale Akademie der Wissenschaften Académie des sciences"],"date":["2017-12-08"],"summary":["Presentation of academies joint statement on evaluation of researchers"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["eu-tr-041898210470-66","ec-person-23980b2bc4fd9c82051d0f7888dc236b2f764866","eu-tr-758607624824-23","ec-person-b8d49828915f9008e764a78796d47ea00807a658","eu-tr-129238924643-74"]}} -{"id":"ec-meeting-2017-12-08-9a1df71578117f40d37c53c0a77ff043e0afe055","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-12-08 - Cabinet of Vice-President Neven Mimica x Gesellschaft für Versicherungswissenschaft und -gestaltung e.V."],"date":["2017-12-08"],"summary":["Social insurance in developing countries"],"notes":["Portfolio: International Cooperation & Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-mimica-neven-of-president-vice"],"involved":["ec-person-e90858f5aba78fd0e1cb2f757c3f38d55d91f98b","eu-tr-684249528621-19"]}} -{"id":"ec-meeting-2017-12-08-c12548208146cce5e119e281f4257ad417ce8bab","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-12-08 - Cabinet of Vice-President Cecilia Malmström x European Chemical Industry Council"],"date":["2017-12-08"],"summary":["State of play Mercosur / trade in general"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-20ded9db5df11164331bb161fdf234b1e5ad53fd","eu-tr-64879142323-90"]}} -{"id":"ec-meeting-2017-12-08-f0d6c4a0410d4c370da1a828c654954738054412","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-12-08 - Cabinet of Commissioner Phil Hogan x Bloomberg L.P."],"date":["2017-12-08"],"summary":["Interview"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-214140728444-40","ec-person-a1a78365cc4685b0958056646204977d8f2ead92"]}} -{"id":"ec-meeting-2017-12-11-2b0a0c3a1bcc097bb4d6219725c6344371e1549c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-12-11 - Cabinet of Commissioner Vytenis Andriukaitis x Federation of Veterinarians of Europe"],"date":["2017-12-11"],"summary":["Veterinary medicines; AMR; official controls; animal welfare"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-df30d07ef698a52b9948b9c734db39196cf8541f","eu-tr-3959733732-78"]}} -{"id":"ec-meeting-2017-12-11-3277e042b4e6c7b34f2b6f252c3d95e66089e9a0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-12-11 - Cabinet of Vice-President Günther Oettinger x The Goldman Sachs Group, Inc."],"date":["2017-12-11"],"summary":["FINTECH / digital issues"],"notes":["Portfolio: Budget & Human Resources"],"location":["Frankfurt"],"address":["Frankfurt"],"addressEntity":["addr-d5d8846569e1aaf92f7239dc4169fa822d08f158"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-701266814986-18","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2017-12-11-33a91d3026da5d7869f97a0712e342389f5f4c97","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-12-11 - Cabinet of Commissioner Phil Hogan x British Agriculture Bureau"],"date":["2017-12-11"],"summary":["Business discussion"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-23029147081-37","ec-person-400dd8d59d3060187d9b9b143d697da1a3d03c12"]}} -{"id":"ec-meeting-2017-12-11-36e562d943b4ce78fec1d28c7e3d432d10e152cb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-12-11 - Cabinet of Vice-President Jyrki Katainen x Finnish Food and Drink Industries' Federation (Elintarviketeollisuusliitto ry)"],"date":["2017-12-11"],"summary":["Food Supply Chain"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-243595329172-25","ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90"]}} -{"id":"ec-meeting-2017-12-11-cb1323210bf8d0fbc6847dcb4961ad33f79eb653","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-12-11 - Cabinet of Commissioner Mariya Gabriel x Palo Alto Networks Inc."],"date":["2017-12-11"],"summary":["EU Cybersecurity Strategy"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["ec-person-fc1068d79545d1659bf47e9b62bfb0aed175629e","eu-tr-263314723145-29"]}} -{"id":"ec-meeting-2017-12-11-cef4cd2f581c882a99ff0451a800b2ddb98384f5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-12-11 - Cabinet of Vice-President Valdis Dombrovskis x Bill & Melinda Gates Foundation"],"date":["2017-12-11"],"summary":["Sustainable finance, support for developing countries"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Paris"],"address":["Paris"],"addressEntity":["addr-22390ad11c32faec43fc61555b53607660b3c185"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-371567915480-41","ec-person-537401fc0be04984531b83660f416bf2fe14fbd8","ec-person-a9eda2e8ea54b70a968327672c6cada679d3cd56"]}} -{"id":"ec-meeting-2017-12-11-d34a518e81cdfc705cd47c8c505e6f7976a98709","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2017-12-11 - Cabinet of Commissioner Phil Hogan x Fédération Nationale des Syndicats d'Exploitants Agricoles"],"date":["2017-12-11"],"summary":["Future of the CAP","•\tapprofondir certains éléments de la communication concernant la future PAC, et notamment le ''new delivery model'"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels, BERL","Brussels"],"address":["Brussels, BERL","Brussels"],"addressEntity":["addr-3c3fa5f92474ebac668808553fbab6d1c14aa243","addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-59530682147-07","ec-person-428cf365f3847d04012831ef2642a1a69aed518d"]}} -{"id":"ec-meeting-2017-12-11-de9acd2be563320d91de4cbbddc6ba2863e63f09","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-12-11 - Cabinet of Commissioner Violeta Bulc x European Cyclists' Federation"],"date":["2017-12-11"],"summary":["Meeting with Mr Küster and Adam Bodor"],"notes":["Portfolio: Transport"],"location":["brussels"],"address":["brussels"],"addressEntity":["addr-e2daa1574b7ac475c827b33e281bd2d5e013c882"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-28451455737-18","ec-person-9fddf13de7f65229b7da7c5b25dca1630cad3c48"]}} -{"id":"ec-meeting-2017-12-11-f08771a6be13a19681efdcae3753f75bce7bbace","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-12-11 - Cabinet of Vice-President Jyrki Katainen x Confederation of Danish Employers"],"date":["2017-12-11"],"summary":["Written Statement Directive"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-11503381325-76","ec-person-955e8c493ab54847bb92b65986f56a401f8eabee"]}} -{"id":"ec-meeting-2017-12-12-02e302f197d102d5ff61a81007ad79686f20297a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-12-12 - Cabinet of Commissioner Vytenis Andriukaitis x Natural Mineral Waters Europe aisbl"],"date":["2017-12-12"],"summary":["Legislation on mineral waters"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-b9c3f19e7c5f216e3e508f931ddd6a9cb59376d1","eu-tr-562370525222-50"]}} -{"id":"ec-meeting-2017-12-12-12ff86fe263f7bbed4bc12978d99a8a0e59b78f4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-12-12 - Cabinet of Vice-President Andrus Ansip x Deutsche Welle"],"date":["2017-12-12"],"summary":["Media, development"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-c759bd58acc54869aa8e62ce652efcda416e25c2","eu-tr-421591329311-65","ec-person-6a03bc4fa7657513ea34529e98dba0671ef4c849"]}} -{"id":"ec-meeting-2017-12-12-1809eadb638e13c35e162754832622933d94f1ae","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-12-12 - Cabinet of Vice-President Andrus Ansip x European Cyber Security Organisation"],"date":["2017-12-12"],"summary":["Cybersecurity package"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-3ca0c466b8ff230d4409591430b388007ce14ff8","eu-tr-684434822646-91"]}} -{"id":"ec-meeting-2017-12-12-1c181f725142bc1a9a6030d8b2eed66f8b4ade6a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-12-12 - Cabinet of Commissioner Violeta Bulc x Slovenian Business & Research Association"],"date":["2017-12-12"],"summary":["Transport and logistics focus on electromobility"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-5012c5e45a52ee8ce67d19c1781a127af53e73e7","ec-person-a9f4fe47da47a1b05bbfda9825908089d11bda93","eu-tr-234830018170-04"]}} -{"id":"ec-meeting-2017-12-12-27d90358d42777d8c27f7ac53b31b55493d24d65","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-12-12 - Cabinet of Vice-President Andrus Ansip x Amazon Europe Core SARL"],"date":["2017-12-12"],"summary":["Goods package; P2B initiative"],"notes":["Portfolio: Digital Single Market"],"location":["Telephone"],"address":["Telephone"],"addressEntity":["addr-fbadb22cc438ab6e67737bbc0c3b51ebe025bfb0"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-666bc159c7e65a3af9e63c1e97435c02f1496955","eu-tr-366117914426-10"]}} -{"id":"ec-meeting-2017-12-12-2f8edc1e8e15b1d17cbe9617d9bd8e77037e6629","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-12-12 - Cabinet of Commissioner Vytenis Andriukaitis x Phamaceutical Group of the European Union"],"date":["2017-12-12"],"summary":["Health priorities of 2018"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["eu-tr-00086317186-42","ec-person-d462b3c7daeee00ad55e380a7fb96819f79899df"]}} -{"id":"ec-meeting-2017-12-12-5c687d95ad709eef42e4b82f1088d2819c97c186","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-12-12 - Cabinet of President Jean-Claude Juncker x Amnesty International Limited"],"date":["2017-12-12"],"summary":["Presentation of the new report on Libya"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-11063928073-34","ec-person-f9475e4bba20c9a170912adada60941243f778ad"]}} -{"id":"ec-meeting-2017-12-12-623ee67b4b3ef6ccb32b1403bf528dd2c9d8ce64","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-12-12 - Cabinet of Vice-President Jyrki Katainen x Global Counsel Limited"],"date":["2017-12-12"],"summary":["Sustainable finance and Commission's priorities for 2018"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-590425913785-60","ec-person-955e8c493ab54847bb92b65986f56a401f8eabee"]}} -{"id":"ec-meeting-2017-12-12-7779881b46dc0481a4e95a3e3f9538e22fd023bd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-12-12 - Cabinet of Commissioner Pierre Moscovici x Transport and Environment (European Federation for Transport and Environment)"],"date":["2017-12-12"],"summary":["Meeting to discuss possible amendments to the Energy taxation Directive."],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["ec-person-1d299d025d2afdcba46db3d131b6197fab6e0c89","eu-tr-58744833263-19"]}} -{"id":"ec-meeting-2017-12-12-7e50da5d1afe16f6e1d1be6e1fcb09f633406a15","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-12-12 - Cabinet of Commissioner Carlos Moedas x Henkel AG & Co. KGaA"],"date":["2017-12-12"],"summary":["Key Enabling Technologies"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["eu-tr-13635802880-80","ec-person-a45151b401196e9c374c9acdada9d8840da271ad"]}} -{"id":"ec-meeting-2017-12-12-7fe5423f474419d5f52fa2ca8b9a8a37dc6ddca1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-12-12 - Cabinet of Commissioner Mariya Gabriel x Nielsen Holdings"],"date":["2017-12-12"],"summary":["e-privacy"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-623769618353-56","ec-person-fc1068d79545d1659bf47e9b62bfb0aed175629e"]}} -{"id":"ec-meeting-2017-12-12-946f231bb7f05d6ed82e4bbd449d7e1d50098cc3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-12-12 - Cabinet of First Vice-President Frans Timmermans x CONCORD Europe"],"date":["2017-12-12"],"summary":["Discussion on the Sustainable Development Goals"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels, BERL"],"address":["Brussels, BERL"],"addressEntity":["addr-3c3fa5f92474ebac668808553fbab6d1c14aa243"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-34478709670-34","ec-person-8d1c5ff76a431332387aa10936b0bff13f7d71fd"]}} -{"id":"ec-meeting-2017-12-12-a0969dab58ffcacc06bc89283280f95c60183ad9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-12-12 - Cabinet of High Representative / Vice-President Federica Mogherini x Amnesty International Limited"],"date":["2017-12-12"],"summary":["migration"],"notes":["Portfolio: Foreign Affairs and Security Policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"involved":["eu-tr-11063928073-34","ec-person-23c55ec7dbedbeca55522253bc69ae6fd1bea72c"]}} -{"id":"ec-meeting-2017-12-12-f05168a5fe5f66631ab70472ae57d0a0a1b12ca9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-12-12 - Cabinet of Vice-President Andrus Ansip x Application Developers Alliance"],"date":["2017-12-12"],"summary":["Platforms"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-135037514504-30","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45"]}} -{"id":"ec-meeting-2017-12-12-f79066e4c79de5b8381da830466b7fd4b5b631bd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-12-12 - Environment x Land- en Tuinbouw Organisatie Nederland"],"date":["2017-12-12"],"summary":["Nitrates"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-env"],"involved":["eu-tr-4656646862-72","ec-person-3bc74ce04ea3f4ab4d91a5c88eef25b8b8a213b4"]}} -{"id":"ec-meeting-2017-12-12-fb6f8d3d35f0f73e19769daec3d8c2c0c0efcc43","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-12-12 - Cabinet of Commissioner Věra Jourová x Confederation of Family Organisations in the European Union"],"date":["2017-12-12"],"summary":["Work-life balance"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-5455ecfabb89025694c798deac08160a2be17d94","eu-tr-93283396780-85"]}} -{"id":"ec-meeting-2017-12-13-25208c46b28aa3aab0c9dd412eec08167528710e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-12-13 - Cabinet of Vice-President Jyrki Katainen x Confederation of Danish Industry"],"date":["2017-12-13"],"summary":["Priorities of the Juncker Commission for the rest of the mandate."],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-5749958415-41","ec-person-955e8c493ab54847bb92b65986f56a401f8eabee"]}} -{"id":"ec-meeting-2017-12-13-46d5533c6cf2bd8820e0d05f5a50abb25b2781fe","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-12-13 - Cabinet of Commissioner Julian King x Refinitiv"],"date":["2017-12-13"],"summary":["Combatting terrorism"],"notes":["Portfolio: Security Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-julian-king-of"],"involved":["ec-person-37c79733647a2293d1e96e976d3a72c6b707cb4c","eu-tr-51334142356-37"]}} -{"id":"ec-meeting-2017-12-13-478bef5eece3989f8b16898395c433cd527aa84e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-12-13 - Cabinet of Commissioner Tibor Navracsics x Union of European Football Associations"],"date":["2017-12-13"],"summary":["Preparation of the renewed Arrangement for Cooperation between UEFA and the European Commission"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-49f31dad10f5641cb1d1e4c3107dd838389e8120","eu-tr-39217046408-27"]}} -{"id":"ec-meeting-2017-12-13-4ccfcba7e483cd73bfb82c0eaf504b2fb07aae4e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-12-13 - Cabinet of President Jean-Claude Juncker x International Capital Strategies LLC"],"date":["2017-12-13"],"summary":["Capital Markets Union"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-c402e34a99fbee730ae22e3b1958e21c94dc6fcc","eu-tr-734454815679-40"]}} -{"id":"ec-meeting-2017-12-13-58b470cc62dd23a7c2ab0242419b65b35a0d9b3d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-12-13 - Inspire, Debate, Engage and Accelerate Action x Stiftung Mercator"],"date":["2017-12-13"],"summary":["Future of Europe and Citizen Outreach"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-dg-idea"],"involved":["eu-tr-876602816224-14","ec-person-4fe56a64c00b3e81c851b5538878b32481bd7d3c"]}} -{"id":"ec-meeting-2017-12-13-67f94b146976a529152f3717a59ad12c6d9b7828","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-12-13 - Cabinet of Commissioner Tibor Navracsics x Impala"],"date":["2017-12-13"],"summary":["Digital single market, copyright reform"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-49f31dad10f5641cb1d1e4c3107dd838389e8120","eu-tr-278669324204-32"]}} -{"id":"ec-meeting-2017-12-13-70d51a8f525fa9c9a6a5c915b28262c0b4d5f80a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-12-13 - Cabinet of Commissioner Carlos Moedas x Bundesverband der Deutschen Industrie e.V. Confederazione Generale dell'Industria Italiana"],"date":["2017-12-13"],"summary":["Industry in FP9"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-b8d49828915f9008e764a78796d47ea00807a658","ec-person-a45151b401196e9c374c9acdada9d8840da271ad","eu-tr-1771817758-48","eu-tr-27762251795-15"]}} -{"id":"ec-meeting-2017-12-13-73c7de1899933beb1db436b14fbdca1a5a1590aa","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-12-13 - Cabinet of Vice-President Neven Mimica x Culture Action Europe"],"date":["2017-12-13"],"summary":["Exchange of views on the cultural response to the White Paper on the future of Europe"],"notes":["Portfolio: International Cooperation & Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-mimica-neven-of-president-vice"],"involved":["eu-tr-237149421566-71","ec-person-b187f3955c71d2e1daa48e02fd0a09ab7c6f6098"]}} -{"id":"ec-meeting-2017-12-13-7fd9e1ed49d5a54412d353cd2eea517baf368d49","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-12-13 - Cabinet of Vice-President Maroš Šefčovič x Finnish Energy - Energiateollisuus ry"],"date":["2017-12-13"],"summary":["future of energy + climate policy"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-e74918e8eb8a9ef96da8cb06c0eae7ac5080d822","eu-tr-68861821910-84","ec-person-af83ed49c403cb9d7ebfecca7893f0054c1f4be5"]}} -{"id":"ec-meeting-2017-12-13-c6f8c949ea0bcd28a4dfa337b5ae9b6a637c5209","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-12-13 - Cabinet of Vice-President Andrus Ansip x eu travel tech"],"date":["2017-12-13"],"summary":["Platforms-to-Business relations, DSM general"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-6a03bc4fa7657513ea34529e98dba0671ef4c849","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45","eu-tr-70614728635-77"]}} -{"id":"ec-meeting-2017-12-13-d000cbebe59606dba0722a10b3bde5b8be34d4af","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-12-13 - Cabinet of Commissioner Marianne Thyssen x IBM Corporation"],"date":["2017-12-13"],"summary":["European Pillar of Social Rights, New Skills Agenda for Europe, Revisions to the ‘written statement’ Directive, IBM internal policies for HR management ( work force retention, skills forecasting, training)"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["ec-person-cfb8d8d884367ef98b079fcd883ece7c89ec28e2","eu-tr-7721359944-96","ec-person-ce19440eacb8fd67f534bdbcce33a1c4cedfd071"]}} -{"id":"ec-meeting-2017-12-13-e1367fcd69f3a26f6acc54b24f19da3a8db75949","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-12-13 - Energy x Swissgrid AG"],"date":["2017-12-13"],"summary":["Energy markets"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["ec-person-6997149120ce5129e38febe5275dc8fd03232d2e","eu-tr-60493327921-85"]}} -{"id":"ec-meeting-2017-12-13-e3d7d9843db72b6aefdf37675d86c05b377de0ae","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-12-13 - Cabinet of Commissioner Phil Hogan x Federation of Swedish Family Forest Owners"],"date":["2017-12-13"],"summary":["Business discussion"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-878186914678-56","ec-person-400dd8d59d3060187d9b9b143d697da1a3d03c12"]}} -{"id":"ec-meeting-2017-12-14-056026e75df7c756a0e316fe02db55de2773e136","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-12-14 - Cabinet of Commissioner Pierre Moscovici x IBM Corporation"],"date":["2017-12-14"],"summary":["Independent worker's access to social protection"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["eu-tr-7721359944-96","ec-person-14ef50b9efbe5ab02d528e0ec4ac50c9caf964e3"]}} -{"id":"ec-meeting-2017-12-14-06a93e4a1f03addfbc0c63f3770e8b7b7fd768ea","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-12-14 - Cabinet of Commissioner Phil Hogan x Association for Better European Access to Nutrients"],"date":["2017-12-14"],"summary":["•\tABEAN's initiatives in view of a supsension of customs duties for specific fertilisers; •\tCase study on our initiatives for Diammonium Phosphate (DAP) through the autonomous duty suspension scheme (via the ETQG) and through the Trade Policy Committee;•\tPotential support from the Cabinet in our next steps and feedback on the feasability and market analysis at EU level."],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels, BERL"],"address":["Brussels, BERL"],"addressEntity":["addr-3c3fa5f92474ebac668808553fbab6d1c14aa243"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-400dd8d59d3060187d9b9b143d697da1a3d03c12","eu-tr-074906522694-94","ec-person-7d3caa534e5cdda6d5b949bd4b2def39356e3bec"]}} -{"id":"ec-meeting-2017-12-14-1425c36b755dab36159dc1326f00fd06e1ac4f6f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-12-14 - Cabinet of Commissioner Vytenis Andriukaitis x Confédération Européenne des Vignerons Indépendants"],"date":["2017-12-14"],"summary":["Alcohol labelling"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-b9c3f19e7c5f216e3e508f931ddd6a9cb59376d1","eu-tr-424179021711-46"]}} -{"id":"ec-meeting-2017-12-14-32f939f3849c1f18d351d70b9cee7fbde91dc145","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-12-14 - Cabinet of Commissioner Marianne Thyssen x Save the Children International"],"date":["2017-12-14"],"summary":["MFF"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["eu-tr-11610562644-55","ec-person-97cc52ff34af5e6170626d2711bb791d319e064a"]}} -{"id":"ec-meeting-2017-12-14-3bb1b5accdd45fd6c405749d16e0a7e8477007c8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-12-14 - Cabinet of Commissioner Violeta Bulc x Združenje mestnih občin Slovenije"],"date":["2017-12-14"],"summary":["Meeting with Ms Sasha HEATH-DRUGOVIC"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-261586029285-27","ec-person-a9f4fe47da47a1b05bbfda9825908089d11bda93"]}} -{"id":"ec-meeting-2017-12-14-48d9e349174c733c2ae6993eaefe246077eb1620","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-12-14 - Financial Stability, Financial Services and Capital Markets Union x Managed Funds Association"],"date":["2017-12-14"],"summary":["Prudential Regime proposal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["ec-person-bdee7a93f95c8ef05079539170139b3c02e8ed96","eu-tr-041415315167-65"]}} -{"id":"ec-meeting-2017-12-14-5029ca6390bb4a15562fadeafbe01c22de429b07","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-12-14 - Cabinet of Vice-President Valdis Dombrovskis x Wise Ltd"],"date":["2017-12-14"],"summary":["cross border regulations, increasing consumer empowerment"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-537401fc0be04984531b83660f416bf2fe14fbd8","eu-tr-843309518020-96"]}} -{"id":"ec-meeting-2017-12-14-71cd65623f0c0d1015875df83ee1511dd7d3a974","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-12-14 - Cabinet of Vice-President Maroš Šefčovič x Volkswagen Aktiengesellschaft"],"date":["2017-12-14"],"summary":["Mobility Package"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-3bf48630444ace93d407e52eb880e64d480f75ce","eu-tr-6504541970-40"]}} -{"id":"ec-meeting-2017-12-14-8361bd99034a8370eaf4ea32bd919ffd9be4b79e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-12-14 - Cabinet of Commissioner Marianne Thyssen x APG Groep N.V."],"date":["2017-12-14"],"summary":["Pensioenen, de sociale zekerheid en het beleid met betrekking mensen met een afstand tot de arbeidsmarkt"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["ec-person-ce19440eacb8fd67f534bdbcce33a1c4cedfd071","eu-tr-18614026826-73","ec-person-c508e9337eca6b067c1f966b82de49c4824a3ad0"]}} -{"id":"ec-meeting-2017-12-14-87e9c6a83939323e89d95477d31dff435f941cce","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-12-14 - Cabinet of Vice-President Cecilia Malmström x Finnish trade union representation to the EU"],"date":["2017-12-14"],"summary":["Trade & sustainable development"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-0e574d9526c0834ba7e67064cd6ec19a4a2460b9","eu-tr-774047715805-95"]}} -{"id":"ec-meeting-2017-12-14-8b78c57756a3b11a5597301bdd5b6150a414111d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-12-14 - Cabinet of Commissioner Mariya Gabriel x RELX"],"date":["2017-12-14"],"summary":["Gender equality"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-338398611148-62","ec-person-6cd1e3bf3a4eec9e9db49b32cf3d20ab7dbfe03f"]}} -{"id":"ec-meeting-2017-12-14-b5291f9d12a64a0c7b8a6d5bf1bca3cd63595c2f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-12-14 - Cabinet of Vice-President Jyrki Katainen x Managed Funds Association"],"date":["2017-12-14"],"summary":["ESA review, MiFID, prudential regime for investment firms"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-955e8c493ab54847bb92b65986f56a401f8eabee","eu-tr-041415315167-65"]}} -{"id":"ec-meeting-2017-12-14-c494347248aa20448b6e1900f604247f6958230a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-12-14 - Energy x European Building Automation and Controls Association"],"date":["2017-12-14"],"summary":["Energy efficiency policy development"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-20943263315-44","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2017-12-14-d2a37571e3f988a5a89fcbf662c5025024ab7640","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-12-14 - Cabinet of Commissioner Violeta Bulc x Verband Deutscher Reeder"],"date":["2017-12-14"],"summary":["info meeting"],"notes":["Portfolio: Transport"],"location":["bruxelles"],"address":["bruxelles"],"addressEntity":["addr-9640f09d3fa038b42259a3faac3eafb0223cb23a"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-74850577610-03","ec-person-cb7aaf75b4c195481f149f904bc28b4e2ac2b7ab"]}} -{"id":"ec-meeting-2017-12-14-d6638b84ed35c7bb6f1bf13bff3e2ebaa154da56","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-12-14 - Cabinet of Vice-President Andrus Ansip x Volkswagen Aktiengesellschaft"],"date":["2017-12-14"],"summary":["Connected and automated mobility"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-6a03bc4fa7657513ea34529e98dba0671ef4c849","eu-tr-6504541970-40"]}} -{"id":"ec-meeting-2017-12-15-043ed54d3600e5d945a4f9b6af7319fc774ed7bd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-12-15 - Cabinet of Vice-President Miguel Arias Cañete x Tesla Motors Netherlands B.V."],"date":["2017-12-15"],"summary":["Trucks"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-547225616323-13","ec-person-25a937c04cd0a0ddcf5cf34798e76b5105854114"]}} -{"id":"ec-meeting-2017-12-15-2a1e73512da8a1be6240e5c8579ea739fa6c93a4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-12-15 - Cabinet of Vice-President Maroš Šefčovič x Tesla Motors Netherlands B.V."],"date":["2017-12-15"],"summary":["mobility policy, trucks"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-547225616323-13","ec-person-e74918e8eb8a9ef96da8cb06c0eae7ac5080d822"]}} -{"id":"ec-meeting-2017-12-15-45eac16a52d6db0665fbd73646ea1a8ec62f696d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-12-15 - Cabinet of Commissioner Violeta Bulc x Hydrogen Europe"],"date":["2017-12-15"],"summary":["Meeting with Mr Schoentgen, Chairman"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-4d2b449b5047ea3fda435a2a1c1081e3babcdf76","ec-person-9fddf13de7f65229b7da7c5b25dca1630cad3c48","eu-tr-77659588648-75"]}} -{"id":"ec-meeting-2017-12-15-66971928bd2819935aa09e6d62d6563b35190098","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-12-15 - Energy x HELLENIC UNION OF INDUSTRIAL CONSUMERS OF ENERGY"],"date":["2017-12-15"],"summary":["Energy market Design"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-836745216685-46","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2017-12-15-7bc8f16cc0bb772ba74684b094e2ab1c1cbf7efd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-12-15 - Cabinet of Vice-President Jyrki Katainen x Polskie Zrzeszenie Producentów Bydła Mięsnego Irish Farmers' Association Association nationale interprofessionnelle du bétail et des viandes"],"date":["2017-12-15"],"summary":["Discussion on beef sector in the EU-Mercosur negotiations"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90","eu-tr-458700813641-37","eu-tr-398832229180-73","eu-tr-963373911020-79"]}} -{"id":"ec-meeting-2017-12-15-87da3da1ac4ee02822215714780c52972c4d9872","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-12-15 - Cabinet of First Vice-President Frans Timmermans x European Justice Forum"],"date":["2017-12-15"],"summary":["Collective Redress for Consumers"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["ec-person-f87a3277bb5391e01fe3111e915444e51feb191a","eu-tr-651492324629-52","ec-person-0eaac943e895c47df1465dda6c94e671c5081e0a"]}} -{"id":"ec-meeting-2017-12-15-987bcf537abf247ea6d67b16aa6246790444e9d1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-12-15 - Cabinet of Commissioner Violeta Bulc x Association Européenne des Concessionnaires d'Autoroutes et d'Ouvrages à Péage"],"date":["2017-12-15"],"summary":["road safety"],"notes":["Portfolio: Transport"],"location":["Bruxelles"],"address":["Bruxelles"],"addressEntity":["addr-b58f5927b66d94a676970dc048485d4c6848f272"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-76903725494-68","ec-person-cb7aaf75b4c195481f149f904bc28b4e2ac2b7ab"]}} -{"id":"ec-meeting-2017-12-15-bec310b2e7a528242a29800c9a73b85944256768","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-12-15 - Cabinet of Commissioner Mariya Gabriel x ChinaEU"],"date":["2017-12-15"],"summary":["Chinese digital sector; EU-China cooperation"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-395485815776-81","ec-person-d995d34a2f8b1f0bf6a17486f5699181d6a01e1c"]}} -{"id":"ec-meeting-2017-12-15-c667e2728e28ac2e65f2c9fb543cccf24e4bf33e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-12-15 - Cabinet of Vice-President Jyrki Katainen x FoodDrinkEurope"],"date":["2017-12-15"],"summary":["Competitiveness of Food & Drink Industry, single market and trade issues"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90","eu-tr-75818824519-45"]}} -{"id":"ec-meeting-2017-12-15-e1bc7848e4397b634df4ec05c079bb111ecd1b20","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-12-15 - Cabinet of Commissioner Vytenis Andriukaitis x European Federation of Pharmaceutical Industries and Associations"],"date":["2017-12-15"],"summary":["AMR; Pharma"],"notes":["Portfolio: Health & Food Safety"],"location":["BRUSSELS"],"address":["BRUSSELS"],"addressEntity":["addr-f74337897287bf1b546f30505f5b1f693a87af50"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["eu-tr-38526121292-88","ec-person-059ca943fc5fc696d2a97849c635ddf7b6ab7fd7"]}} -{"id":"ec-meeting-2017-12-15-e494a660aa803dba8b773927822aaa8df1f272e6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-12-15 - Cabinet of Commissioner Elżbieta Bieńkowska x Application Developers Alliance"],"date":["2017-12-15"],"summary":["platform-to-business relations"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-135037514504-30","ec-person-b2f9be51339f054477846797e2c119fcf16548fc"]}} -{"id":"ec-meeting-2017-12-18-2f5008e7058d5b1310a764d57ff5765966fff881","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-12-18 - Cabinet of Commissioner Margrethe Vestager x Fagbevægelsens Hovedorganisation"],"date":["2017-12-18"],"summary":["EU Current Affairs"],"notes":["Portfolio: Competition"],"location":["Copenhagen, Denmark"],"address":["Copenhagen, Denmark"],"addressEntity":["addr-037407970050e97c761587d63aacfaeb126cab45"],"organizer":["ec-cabinet-commissioner-margrethe-of-vestager"],"involved":["ec-person-baa1c172df109ebd1f0307bccb5e21aec66c7a25","eu-tr-18082924076-29"]}} -{"id":"ec-meeting-2017-12-18-37a44e94405fcef4d4eed720f2f4a75f7a0da395","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-12-18 - Cabinet of Commissioner Vytenis Andriukaitis x FoodDrinkEurope"],"date":["2017-12-18"],"summary":["Food waste, Animal Welfare, Labelling"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["eu-tr-75818824519-45","ec-person-df30d07ef698a52b9948b9c734db39196cf8541f"]}} -{"id":"ec-meeting-2017-12-18-614f67acb7241d43e299c64fe8418d3696656ace","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-12-18 - Cabinet of Commissioner Violeta Bulc x Business Bridge Europe"],"date":["2017-12-18"],"summary":["Meeeting with Mr Paoloni and Ms Vanderauwera"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-a9f4fe47da47a1b05bbfda9825908089d11bda93","eu-tr-72856225852-31"]}} -{"id":"ec-meeting-2017-12-18-80bb1b6ac35fc0ae75d49dfcc7997fa281556d17","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-12-18 - Cabinet of Vice-President Miguel Arias Cañete x Transport and Environment (European Federation for Transport and Environment)"],"date":["2017-12-18"],"summary":["Cars/Trucks"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-58744833263-19","ec-person-25a937c04cd0a0ddcf5cf34798e76b5105854114"]}} -{"id":"ec-meeting-2017-12-18-902852f787b89fc1c0d0638e222e835c459db400","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-12-18 - Cabinet of Commissioner Mariya Gabriel x Bertelsmann SE & Co. KGaA"],"date":["2017-12-18"],"summary":["DSM"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-26103486608-47","ec-person-d995d34a2f8b1f0bf6a17486f5699181d6a01e1c"]}} -{"id":"ec-meeting-2017-12-18-95e5f79d09eb5a772abe7b58b70a109e632da73b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-12-18 - Cabinet of Vice-President Andrus Ansip x Mind the Bridge Foundation"],"date":["2017-12-18"],"summary":["Artificial Intelligence"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-700186718007-46","ec-person-6a03bc4fa7657513ea34529e98dba0671ef4c849","ec-person-91ca0921c6790191daa54427311acd63035e7c9e"]}} -{"id":"ec-meeting-2017-12-18-a0457007c8b7900611e93b49049dff9c02c26040","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-12-18 - Competition x Studienvereinigung Kartellrecht e.V."],"date":["2017-12-18"],"summary":["To discuss competition trends"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-comp"],"involved":["eu-tr-791153119991-74","ec-person-8600a621c9aef12fc33b708e13b3cd3d5fa5696b"]}} -{"id":"ec-meeting-2017-12-18-dcd76b35aa9bb7da9f28d99ef70b96290ae5c677","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-12-18 - Task Force for Relations with the United Kingdom x Trades Union Congress (UK)"],"date":["2017-12-18"],"summary":["Meeting with the Task Force for the Preparation and Conduct of the Negotiations with the United Kingdom under Article 50 TEU"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-uktf"],"involved":["ec-person-864cfa5fbc9b02a079ffbab1107f252c7bb08478","eu-tr-77510791109-40"]}} -{"id":"ec-meeting-2017-12-18-e5c2921c0e7f8b0f9a3a41e050ef28bfa593846d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-12-18 - Cabinet of Vice-President Andrus Ansip x Dell Inc."],"date":["2017-12-18"],"summary":["Digital Skills"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-c759bd58acc54869aa8e62ce652efcda416e25c2","ec-person-666bc159c7e65a3af9e63c1e97435c02f1496955","eu-tr-28739192542-16"]}} -{"id":"ec-meeting-2017-12-18-f3162a7a93e5e259874fda5d50bd72b890e107f7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-12-18 - Environment x ALPHALEX-CONSULT GEIE"],"date":["2017-12-18"],"summary":["Green Finance"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-env"],"involved":["eu-tr-065399321943-63","ec-person-3bc74ce04ea3f4ab4d91a5c88eef25b8b8a213b4"]}} -{"id":"ec-meeting-2017-12-19-0338bca1b56366a72feeb92184797a248777d22f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-12-19 - Cabinet of Vice-President Günther Oettinger x Adolf Würth GmbH & Co. KG Lidl Schwarz Zentrale Dienste KG Kaufland"],"date":["2017-12-19"],"summary":["e-commerce"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-820634629289-26","eu-tr-690399725323-59","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911","eu-tr-13480556813-27","eu-tr-480098310579-04"]}} -{"id":"ec-meeting-2017-12-19-09c09bdca0451ea690afdba38b43a9d72ce40fcf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-12-19 - Cabinet of Commissioner Vytenis Andriukaitis x Confederazione Nazionale dell'Artigianato e della Piccola e Media Impresa"],"date":["2017-12-19"],"summary":["Labelling of food products"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-b9c3f19e7c5f216e3e508f931ddd6a9cb59376d1","eu-tr-42122398878-52"]}} -{"id":"ec-meeting-2017-12-19-0ca67266bf3ad5e2a7166cf9152e4d4f3b41aacb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-12-19 - Task Force for Relations with the United Kingdom x Българска стопанска камара - съюз на българския бизнес Bulgarian Industrial Capital Association"],"date":["2017-12-19"],"summary":["Meeting with the Task Force for the Preparation and Conduct of the Negotiations with the United Kingdom under Article 50 TEU"],"location":["Sofia, Bulgaria"],"address":["Sofia, Bulgaria"],"addressEntity":["addr-d69bb66febb1be98993cab9f20f5a084a482035e"],"organizer":["ec-dg-uktf"],"involved":["ec-person-864cfa5fbc9b02a079ffbab1107f252c7bb08478","eu-tr-273024925674-69","eu-tr-997879216637-27"]}} -{"id":"ec-meeting-2017-12-19-11bb5a8bbd041d6f24f165c01ac725f53bad9774","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-12-19 - Cabinet of Commissioner Margrethe Vestager x Confederation of Danish Industry"],"date":["2017-12-19"],"summary":["EU Current Affairs"],"notes":["Portfolio: Competition"],"location":["Copenhagen, Denmark"],"address":["Copenhagen, Denmark"],"addressEntity":["addr-037407970050e97c761587d63aacfaeb126cab45"],"organizer":["ec-cabinet-commissioner-margrethe-of-vestager"],"involved":["ec-person-baa1c172df109ebd1f0307bccb5e21aec66c7a25","eu-tr-5749958415-41"]}} -{"id":"ec-meeting-2017-12-19-1514be3d7c2a152af1484c5cf32ebf36f1eeae10","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-12-19 - Cabinet of Vice-President Andrus Ansip x Bundesverband der Deutschen Industrie e.V."],"date":["2017-12-19"],"summary":["Data, telecom, e-health, digitalising industry"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-1771817758-48","ec-person-6a03bc4fa7657513ea34529e98dba0671ef4c849","ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0"]}} -{"id":"ec-meeting-2017-12-19-1f8453f3e42d7aa004b4e4970a7322e3caa6637b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-12-19 - Cabinet of Commissioner Marianne Thyssen x European Business Summit Network"],"date":["2017-12-19"],"summary":["European Business Summit Forum"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["ec-person-5a49eb89125b4b5d1125b3925bbb64aba1bea2b3","eu-tr-268958411031-65"]}} -{"id":"ec-meeting-2017-12-19-2c8a042a71b5bba6da7db31f4bcf7a50d8e7556f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-12-19 - Cabinet of Vice-President Neven Mimica x Deutsche Sozialversicherung Arbeitsgemeinschaft Europa"],"date":["2017-12-19"],"summary":["Role of social security in development cooperation"],"notes":["Portfolio: International Cooperation & Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-mimica-neven-of-president-vice"],"involved":["eu-tr-917393784-31","ec-person-e90858f5aba78fd0e1cb2f757c3f38d55d91f98b"]}} -{"id":"ec-meeting-2017-12-19-3eb479db58bdd2f0568282e03ccfa4d24c967be0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-12-19 - Cabinet of Vice-President Andrus Ansip x Open Reason"],"date":["2017-12-19"],"summary":["Digital Single Market, AI, GDPR, free flow of data, HPC"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0","eu-tr-039684929338-74"]}} -{"id":"ec-meeting-2017-12-19-41ccfd32292f5772b1c161ef89989febb308296b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-12-19 - Cabinet of Commissioner Carlos Moedas x SPHERE Group"],"date":["2017-12-19"],"summary":["Presentation of SPHERE"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-01051f0f33bfdc2ecc41873c02cae666c5e0d099","ec-person-23980b2bc4fd9c82051d0f7888dc236b2f764866","eu-tr-68678406396-13"]}} -{"id":"ec-meeting-2017-12-19-57c07eda981c6ede79f75ccc1862a5ae15bb1f74","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-12-19 - Cabinet of Commissioner Christos Stylianides x Bremen Overseas Research and Development Association"],"date":["2017-12-19"],"summary":["Discussion on Water, Sanitation and Hygiene in Humanitarian Aid"],"notes":["Portfolio: Humanitarian Aid & Crisis Management"],"location":["Bremen, Germany"],"address":["Bremen, Germany"],"addressEntity":["addr-26ac66b7fa878bad23aacdb1da715e03a1363023"],"organizer":["ec-cabinet-christos-commissioner-of-stylianides"],"involved":["eu-tr-522151923076-35","ec-person-cdd689bd079714522dad472ea4446b0fcc660d8f","ec-person-34409381bed36941005c31d0165bac17f74a89d1"]}} -{"id":"ec-meeting-2017-12-19-bb51633d7d96014dcb242bd788e1fd1af3353e83","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-12-19 - Cabinet of Vice-President Andrus Ansip x Association of European Radios"],"date":["2017-12-19"],"summary":["SatCab Regulation"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-e91c5be432b6b3efdda369792fed67c20b767a45","eu-tr-6822083232-32"]}} -{"id":"ec-meeting-2017-12-19-cca1d15844d7813c048dda982a856e37f93086eb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-12-19 - Cabinet of President Jean-Claude Juncker x Bruegel"],"date":["2017-12-19"],"summary":["Union bancaire"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-c402e34a99fbee730ae22e3b1958e21c94dc6fcc","eu-tr-33622026795-64"]}} -{"id":"ec-meeting-2017-12-19-f0bb22fea585582be4404afbf072b47fdb574699","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-12-19 - Cabinet of Vice-President Jyrki Katainen x FIA European Principal Traders Association, part of FIA, Inc."],"date":["2017-12-19"],"summary":["Revised Framework for Investment Firms"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-955e8c493ab54847bb92b65986f56a401f8eabee","eu-tr-629345120630-12"]}} -{"id":"ec-meeting-2017-12-19-f6f2ea3bafe96316b4725b1ff0fc3c7466c3bf93","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-12-19 - Cabinet of Vice-President Cecilia Malmström x European Chamber of Commerce Taiwan"],"date":["2017-12-19"],"summary":["EU-Taiwan relations"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-20ded9db5df11164331bb161fdf234b1e5ad53fd","eu-tr-012717123539-58"]}} -{"id":"ec-meeting-2017-12-20-1a972e4449090453b5c7ab035afe570e2f2e3d7f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-12-20 - Cabinet of Commissioner Marianne Thyssen x European Microfinance Network aisbl"],"date":["2017-12-20"],"summary":["FEI, Easi"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["eu-tr-598332211023-81","ec-person-97cc52ff34af5e6170626d2711bb791d319e064a"]}} -{"id":"ec-meeting-2017-12-20-3d6686d925876500e590bad573278060caa73e6b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-12-20 - Cabinet of Commissioner Tibor Navracsics x European Film Agency Directors"],"date":["2017-12-20"],"summary":["Digital Single Market"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-49f31dad10f5641cb1d1e4c3107dd838389e8120","eu-tr-430805515370-85"]}} -{"id":"ec-meeting-2017-12-20-63dc912887af24bf90d44be6f5f298a3420157fc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-12-20 - Cabinet of Commissioner Elżbieta Bieńkowska x World Union of Wholesale Markets"],"date":["2017-12-20"],"summary":["food supply chain"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-144436210604-54","ec-person-95a769a1850d7d595f9a5853c51dcbdd3ddd69fb"]}} -{"id":"ec-meeting-2017-12-20-6da09eaf3fe520994afa2855e75ce5fe8da620de","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-12-20 - Cabinet of Commissioner Phil Hogan x Confédération Européenne des Entrepreneurs de Travaux Techniques Agricoles, Ruraux et Forestiers/ European Organisation of Agricultural, Rural and Forestry Contractors / Europäischer Zentralverband der Lohnunternehmer"],"date":["2017-12-20"],"summary":["Business discussion"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-400dd8d59d3060187d9b9b143d697da1a3d03c12","eu-tr-15086733813-03"]}} -{"id":"ec-meeting-2017-12-20-7700202beedaf46ff689340439b74d925fb717c3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-12-20 - Financial Stability, Financial Services and Capital Markets Union x Bureau Européen des Unions de Consommateurs"],"date":["2017-12-20"],"summary":["payment services directive"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-9505781573-45","ec-person-bdee7a93f95c8ef05079539170139b3c02e8ed96"]}} -{"id":"ec-meeting-2017-12-20-8c17a79103a8d5ff0783786675e4ccd0c862c1fa","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-12-20 - Cabinet of Commissioner Carlos Moedas x Ordem dos Enfermeiros"],"date":["2017-12-20"],"summary":["Presentation of the Project CARE"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-01051f0f33bfdc2ecc41873c02cae666c5e0d099","ec-person-23980b2bc4fd9c82051d0f7888dc236b2f764866","eu-tr-16882829269-03"]}} -{"id":"ec-meeting-2017-12-20-932333c46a0af51f86f9adadcfcec60334774d1c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-12-20 - Cabinet of Vice-President Maroš Šefčovič x EDP - Energias de Portugal, SA"],"date":["2017-12-20"],"summary":["windfloat project"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-e74918e8eb8a9ef96da8cb06c0eae7ac5080d822","eu-tr-56592866496-47"]}} -{"id":"ec-meeting-2017-12-20-cc11063de2fe86a9f1dac764663976450e88c40b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-12-20 - Cabinet of Vice-President Maroš Šefčovič x Österreichs E-Wirtschaft"],"date":["2017-12-20"],"summary":["preparation - Pre-Presidency Event on the Clean Energy Package"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-80966174852-38","ec-person-e74918e8eb8a9ef96da8cb06c0eae7ac5080d822"]}} -{"id":"ec-meeting-2017-12-20-ebc69d0a4fa2f82aa1d177c4d6fcd697ca2e3ef3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-12-20 - Environment x SUEZ Group"],"date":["2017-12-20"],"summary":["Waste shipments to China"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-env"],"involved":["eu-tr-27799842497-69","ec-person-3bc74ce04ea3f4ab4d91a5c88eef25b8b8a213b4"]}} -{"id":"ec-meeting-2017-12-21-22d0f195faa4ac490c3584f8a3ec61e30a075b15","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-12-21 - Environment x Asociación para la Defensa de la Naturaleza"],"date":["2017-12-21"],"summary":["Water Framework Directive, Green Infrastructure and Doñana"],"location":["Madrid"],"address":["Madrid"],"addressEntity":["addr-7a2191964a3d7521269f0068afae6b6116bac15d"],"organizer":["ec-dg-env"],"involved":["eu-tr-621929318922-12","ec-person-3bc74ce04ea3f4ab4d91a5c88eef25b8b8a213b4"]}} -{"id":"ec-meeting-2017-12-21-299fea6ffbc0696de8f23422224282309c64df47","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-12-21 - Cabinet of Commissioner Carlos Moedas x Ernst & Young Core Business Services BV"],"date":["2017-12-21"],"summary":["Presentation of conference to be organised on Circular Economy"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-01051f0f33bfdc2ecc41873c02cae666c5e0d099","ec-person-23980b2bc4fd9c82051d0f7888dc236b2f764866","eu-tr-04458109373-91"]}} -{"id":"ec-meeting-2017-12-21-fe997573e9b824104ae8006668fa5ea5e8a643b7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-12-21 - Cabinet of Commissioner Carlos Moedas x GeoPost / DPDgroup"],"date":["2017-12-21"],"summary":["Innovation Strategy"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-f7ccc3ad366dd2fdb24870e1c02ff2763539c82f","ec-person-23980b2bc4fd9c82051d0f7888dc236b2f764866","eu-tr-501627318331-42"]}} -{"id":"ec-meeting-2017-12-22-1150bbfadccf70fa897835742b7e58c2db2cdd4c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-12-22 - Agriculture and Rural Development x Commission Intersyndicale des Déshydrateurs Européens"],"date":["2017-12-22"],"summary":["échange sur la luzerne"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-agri"],"involved":["eu-tr-174907913450-05","ec-person-7bc7204a153f98afbf1ad1cffbdd10d06d9ae166"]}} -{"id":"ec-meeting-2017-12-22-28433ebbe9c898429cb7ae6dafeefc580543117b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-12-22 - Cabinet of Commissioner Violeta Bulc x Login5 Foundation"],"date":["2017-12-22"],"summary":["Lunch meeting"],"notes":["Portfolio: Transport"],"location":["Ljubljana"],"address":["Ljubljana"],"addressEntity":["addr-be95acba75b6b18917b2638aae79ec1300c77c35"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-4d2b449b5047ea3fda435a2a1c1081e3babcdf76","eu-tr-639199129277-66"]}} -{"id":"ec-meeting-2017-12-22-2db3e5e2f8800b3f816273f46571dbb27e8bd0a6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-12-22 - Cabinet of Vice-President Cecilia Malmström x The Goldman Sachs Group, Inc."],"date":["2017-12-22"],"summary":["EU & US trade priorities"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-cb8ca9ec2413722fa83484ed18dd76ace52d0118","eu-tr-701266814986-18"]}} -{"id":"ec-meeting-2017-12-28-6305f52590f565c540e2c1379afdb792c5c2227f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2017-12-28 - Trade x Deutsche Industrie- und Handelskammer"],"date":["2017-12-28"],"summary":["Exchange of views and expectations on the WTO"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-trade"],"involved":["eu-tr-22400601191-42","ec-person-bde9bb099f5d24c52ca4a9255cefc99a5b87a650"]}} -{"id":"ec-meeting-2018-01-04-e22e4c067e8a9fe814b84d0b3472f05db3a8fdde","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-04 - Cabinet of Commissioner Violeta Bulc x Airports Council International - European Region"],"date":["2018-01-04"],"summary":["aviation"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-5012c5e45a52ee8ce67d19c1781a127af53e73e7","eu-tr-42566063487-73"]}} -{"id":"ec-meeting-2018-01-05-2b6d860026ccc6cd648c6640f9f90ebbb3e07241","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-05 - Cabinet of First Vice-President Frans Timmermans x European Digital Rights"],"date":["2018-01-05"],"summary":["exchange of views on access to electronic evidence"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels, BERL"],"address":["Brussels, BERL"],"addressEntity":["addr-3c3fa5f92474ebac668808553fbab6d1c14aa243"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-16311905144-06","ec-person-ee0e358952eb5192d26c98d36095038f6b8223f2"]}} -{"id":"ec-meeting-2018-01-08-36bf0ab5f8dcfd0a988260609e48ff6f2231b44b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-08 - Cabinet of Commissioner Mariya Gabriel x Société Civile des Auteurs Réalisateurs Producteurs"],"date":["2018-01-08"],"summary":["copyright /cab sat/ avmsd"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["ec-person-1674399a793e9e6fd7cf55b525515fc862fc9351","eu-tr-030646130232-10"]}} -{"id":"ec-meeting-2018-01-08-4840d6398e36144f87145c356d28b4de8d696261","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-08 - Cabinet of Commissioner Carlos Moedas x AT&T, Inc."],"date":["2018-01-08"],"summary":["World Economic Forum 2018"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-2b4bb0b28e7435e5f612e44d9664dbd1051efc55","eu-tr-92442218459-37"]}} -{"id":"ec-meeting-2018-01-08-5c0524bb6e59db9727d6ea4ae68a550ec8130bc3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-08 - Energy x BP p.l.c."],"date":["2018-01-08"],"summary":["Energy policy developments"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-3394026642-58","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2018-01-08-a1e339c52dc2352ae515410b189e2c540bae4365","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-08 - Cabinet of Vice-President Jyrki Katainen x European Chemical Industry Council"],"date":["2018-01-08"],"summary":["R&D&I and competiveness of the chemicals industry"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90","eu-tr-64879142323-90"]}} -{"id":"ec-meeting-2018-01-08-c12c407c9485d481eff39959e0fa8d6509dea25a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-08 - Cabinet of Commissioner Mariya Gabriel x Comuto SA"],"date":["2018-01-08"],"summary":["Platforms"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["ec-person-1674399a793e9e6fd7cf55b525515fc862fc9351","eu-tr-290486916308-69"]}} -{"id":"ec-meeting-2018-01-09-0d051438a065a0828b5a335a7a53a980e49e67f4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-09 - Task Force for Relations with the United Kingdom x Vereniging VNO-NCW"],"date":["2018-01-09"],"summary":["Meeting with the Task Force for the Preparation and Conduct of the Negotiations with the United Kingdom under Article 50 TEU"],"location":["The Hague, The Netherlands"],"address":["The Hague, The Netherlands"],"addressEntity":["addr-22383278a213c00ffc6f3f0f414d1efd826f6442"],"organizer":["ec-dg-uktf"],"involved":["ec-person-864cfa5fbc9b02a079ffbab1107f252c7bb08478","eu-tr-13255254129-80"]}} -{"id":"ec-meeting-2018-01-09-15bac82eb61410168f03e3cedb67a5a75580a0be","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-09 - Cabinet of Vice-President Jyrki Katainen x Snap, Inc."],"date":["2018-01-09"],"summary":["Regulation of platforms"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90","eu-tr-976985829492-08"]}} -{"id":"ec-meeting-2018-01-09-181eb3878c8e17f7382b06e589d12e1ea2b85cd6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-09 - Cabinet of Vice-President Andrus Ansip x Snap, Inc."],"date":["2018-01-09"],"summary":["Platforms, illegal content, fake news, Digital Single Market"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-5db7bdd1c81da2e70eb5b982097d0004111b5c3e","ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0","eu-tr-976985829492-08"]}} -{"id":"ec-meeting-2018-01-09-1f1698560b6ff229cb8f49407537804c7684e0ad","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-09 - Cabinet of First Vice-President Frans Timmermans x Clean Air Action Group (Levegő Munkacsoport)"],"date":["2018-01-09"],"summary":["The situation in Hungary"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-351764810742-20","ec-person-f87a3277bb5391e01fe3111e915444e51feb191a"]}} -{"id":"ec-meeting-2018-01-09-2190438ca5dcc62210364982d2f68024a37e6f36","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-09 - Cabinet of Commissioner Mariya Gabriel x Snap, Inc."],"date":["2018-01-09"],"summary":["Platforms; illegal content"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["ec-person-1674399a793e9e6fd7cf55b525515fc862fc9351","eu-tr-976985829492-08"]}} -{"id":"ec-meeting-2018-01-09-2aaf9ac43b31d9249595ef7ae35a801201b93529","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-09 - Cabinet of Vice-President Andrus Ansip x Spotify"],"date":["2018-01-09"],"summary":["Platforms, startups, taxation"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-365747616583-15","ec-person-6a03bc4fa7657513ea34529e98dba0671ef4c849","ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0"]}} -{"id":"ec-meeting-2018-01-09-2cab7360f6850dc7ec283db52cc81faa0f873ac9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-09 - Cabinet of Vice-President Günther Oettinger x Spotify"],"date":["2018-01-09"],"summary":["Taxation in the Digital Single Market"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-365747616583-15","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2018-01-09-38865f746aea7889d0032d2880ddf14e50c0d0d1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-09 - Cabinet of President Jean-Claude Juncker x European Association of Public Banks and Funding agencies AISBL Network of European Financial Institutions for Small and Medium Sized Enterprises Association européenne du cautionnement"],"date":["2018-01-09"],"summary":["Future of EU Financial services"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-ad6f76ca53dc30d965b15e3728c45dbd0aba44b4","eu-tr-67611102869-33","eu-tr-44013762992-64","eu-tr-8754829960-32"]}} -{"id":"ec-meeting-2018-01-09-3f9d8d0af81cb58723b496abd6e05ab2d27b14ae","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-09 - Cabinet of Commissioner Pierre Moscovici x Spotify"],"date":["2018-01-09"],"summary":["Meeting to discuss Commission's digital taxation proposal"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["eu-tr-365747616583-15","ec-person-1d299d025d2afdcba46db3d131b6197fab6e0c89"]}} -{"id":"ec-meeting-2018-01-09-48d9d8e42df3e80b324cf1be90c1d121c5aac9ae","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-09 - Taxation and Customs Union x Spotify"],"date":["2018-01-09"],"summary":["Exchange of views on digital taxation"],"location":["Brussels/Belgium"],"address":["Brussels/Belgium"],"addressEntity":["addr-c476280916fa20b5023288c48bfbed9c057a1c28"],"organizer":["ec-dg-taxud"],"involved":["ec-person-3173c1cc052827c58f23ccd3a8de07534f0d35bd","eu-tr-365747616583-15"]}} -{"id":"ec-meeting-2018-01-09-50866aa3647da45ecc3a2d979b8184f969cce1af","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-09 - Cabinet of President Jean-Claude Juncker x None"],"date":["2018-01-09"],"summary":["Future of EU Financial services"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-799142914971-03","ec-person-c402e34a99fbee730ae22e3b1958e21c94dc6fcc","eu-tr-483974815034-52","eu-tr-05503341949-54"]}} -{"id":"ec-meeting-2018-01-09-5af7a139e4c544f9b67a5a0bc52c631151fed013","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-09 - Cabinet of Commissioner Violeta Bulc x Finsbury Glover Hering Europe GmbH"],"date":["2018-01-09"],"summary":["Meeting with Managing Director Gerhard Schroeder"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-9d4dc4867a44dfe10f67ae7ee1706da3e8b48a24","eu-tr-578189413297-97"]}} -{"id":"ec-meeting-2018-01-09-5fdd55c0612fb85d5c0dc78daceafcc50997819a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-09 - Cabinet of Commissioner Elżbieta Bieńkowska x Allegro.pl sp. z o.o."],"date":["2018-01-09"],"summary":["platforms"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["ec-person-d2997a7f359c91a337055c3e24dd36bf928de38d","eu-tr-611131527720-22","ec-person-daef7f819b2f3ffe5e4f5d8eb2782954f3c4a4e2"]}} -{"id":"ec-meeting-2018-01-09-83d9ff876ed86633d2b3a4ed72140d59a4347582","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-09 - Cabinet of Commissioner Corina Crețu x Citigroup Inc."],"date":["2018-01-09"],"summary":["Digital Economy"],"notes":["Portfolio: Regional Policy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-corina-cretu-of"],"involved":["eu-tr-00353757573-57","ec-person-2ab6296ada57eee7b1af6a77e7ff23cf6b0b1ccf"]}} -{"id":"ec-meeting-2018-01-09-883aab26473ae37c974d0f822af451d5bcac8140","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-09 - Cabinet of Commissioner Mariya Gabriel x Liberty Global Corporate B.V."],"date":["2018-01-09"],"summary":["Copyright"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-82853397708-89","ec-person-13ac9a19d8d04f97c0d32603d014df0dd4e1cd2a"]}} -{"id":"ec-meeting-2018-01-09-9d572d9775a7283f1f55cfb6f1d8ab9b732bdd4d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-09 - Cabinet of Commissioner Marianne Thyssen x Lifelong Learning Platform"],"date":["2018-01-09"],"summary":["Lifelong learning"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["ec-person-bdb607d5d994a4056dd700f8f52d9af25b406b36","eu-tr-74923516160-01"]}} -{"id":"ec-meeting-2018-01-09-a071dcabc4c6996bc7eca62b2635d45ef0b8f05c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-09 - Cabinet of Commissioner Věra Jourová x Spotify"],"date":["2018-01-09"],"summary":["Regulation of digital markets and new deal for consumers"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-a2ca9161feee56909a0e98b473c2d342c20fdb57","ec-person-a608b85b2ffef83f883b5a2330b6232efa1b7141","eu-tr-365747616583-15"]}} -{"id":"ec-meeting-2018-01-09-a66eb8ab4d4d3cfe8460a25b65126a2537acc629","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-09 - Cabinet of Commissioner Elżbieta Bieńkowska x MEDICINES FOR EUROPE"],"date":["2018-01-09"],"summary":["SPC manufacturing waiver"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["ec-person-685ecf13dd26cd515c961e24ba71049af2302c5e","eu-tr-48325781850-28"]}} -{"id":"ec-meeting-2018-01-09-ae7cf3c6f0bd30e8551232fe640d33b759dfc533","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-09 - Cabinet of Commissioner Tibor Navracsics x European Business Summit Network"],"date":["2018-01-09"],"summary":["Organisation of the European Education Summit"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-1da7ee09d46288ee4ea9db2b644bdcf9c3d6d000","eu-tr-268958411031-65"]}} -{"id":"ec-meeting-2018-01-09-b68aa9480cab30da40377ef95e9fabce372ec31e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-09 - Cabinet of Vice-President Jyrki Katainen x Bundesverband der Deutschen Industrie e.V. Confederazione Generale dell'Industria Italiana"],"date":["2018-01-09"],"summary":["Industrial policy & challenges of EU competitiveness"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-1771817758-48","ec-person-c50e8c2cc390c5efb0626988d173bc6758459e0f","eu-tr-27762251795-15"]}} -{"id":"ec-meeting-2018-01-09-b6e8d01b6493d8b43595fb6d7a804ba5fddf3b30","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-09 - Cabinet of Commissioner Phil Hogan x Polski Związek Hodowców i Producentów Trzody Chlewnej \"POLSUS\""],"date":["2018-01-09"],"summary":["horticultural matters"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["The Hague, Netherlands"],"address":["The Hague, Netherlands"],"addressEntity":["addr-7bf6887993847be7d951fc0746e5ddf85e182596"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-068516110787-28","ec-person-a1a78365cc4685b0958056646204977d8f2ead92"]}} -{"id":"ec-meeting-2018-01-09-c756ab8aefa695e0881ce703ecc88acf08abf40f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-09 - Cabinet of Vice-President Cecilia Malmström x ROTARY INTERNATIONAL"],"date":["2018-01-09"],"summary":["Future Trade Policy and the way ahead"],"notes":["Portfolio: Trade"],"location":["Stockholm"],"address":["Stockholm"],"addressEntity":["addr-c62ff645db3e4e4627445eafdadf5e5683415895"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-19b143e83f8ab978c55c8a9a9e49e06dbfa14bf3","eu-tr-512870513007-47"]}} -{"id":"ec-meeting-2018-01-09-cd34e9270965d0aa2eed4b7604bd9221a54a15d1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-09 - Cabinet of Commissioner Mariya Gabriel x None"],"date":["2018-01-09"],"summary":["Tackling illegal content online"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-394491614001-72","eu-tr-430008722431-29","ec-person-d995d34a2f8b1f0bf6a17486f5699181d6a01e1c","eu-tr-952721718748-34","eu-tr-536375019106-24","eu-tr-202560512850-84","eu-tr-366117914426-10","eu-tr-611131527720-22","eu-tr-40386322300-77","eu-tr-204066023415-46","eu-tr-03181945560-59","eu-tr-976985829492-08","eu-tr-0801162959-21","ec-person-1674399a793e9e6fd7cf55b525515fc862fc9351","eu-tr-28666427835-74","eu-tr-588327811384-96"]}} -{"id":"ec-meeting-2018-01-09-da3377c20e4f11ee9e094c115c0659cba5081e9e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-09 - Cabinet of Commissioner Mariya Gabriel x Spotify"],"date":["2018-01-09"],"summary":["DSM; platforms; European culture"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-365747616583-15","ec-person-1674399a793e9e6fd7cf55b525515fc862fc9351"]}} -{"id":"ec-meeting-2018-01-09-ec0ef7882c6f95fca07f0244859d211504e4560d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-09 - Cabinet of Vice-President Andrus Ansip x Hellenic Telecommunications Organization S.A."],"date":["2018-01-09"],"summary":["Greek telecom and ECC"],"notes":["Portfolio: Digital Single Market"],"location":["Bxl"],"address":["Bxl"],"addressEntity":["addr-a93f951e252491eb62958a26858415dd581a71e0"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-505941518076-10","ec-person-666bc159c7e65a3af9e63c1e97435c02f1496955"]}} -{"id":"ec-meeting-2018-01-09-f75fa8c69e022cf2b29641910b104d55a22628aa","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-09 - Cabinet of Vice-President Andrus Ansip x None"],"date":["2018-01-09"],"summary":["Tackling illegal content online"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-394491614001-72","eu-tr-430008722431-29","ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0","eu-tr-952721718748-34","eu-tr-536375019106-24","eu-tr-202560512850-84","eu-tr-366117914426-10","eu-tr-204066023415-46","eu-tr-40386322300-77","eu-tr-611131527720-22","eu-tr-03181945560-59","eu-tr-976985829492-08","eu-tr-0801162959-21","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45","eu-tr-28666427835-74","eu-tr-588327811384-96"]}} -{"id":"ec-meeting-2018-01-10-27dc64700cf0162f984e0ee1a408997182c5a4e0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-10 - Cabinet of President Jean-Claude Juncker x Bundesverband deutscher Banken e.V."],"date":["2018-01-10"],"summary":["Meeting with Mr Hans-Walter Peters on Banking Union and Deepening of Economic and Monetary Union"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-29c106b0461ffd79e95f0119bdd363fd3c7c3ab3","ec-person-c402e34a99fbee730ae22e3b1958e21c94dc6fcc","eu-tr-0764199368-97","ec-person-80c6995ad1cd6aefa72f1bf440b17b6d8c6dd4b8"]}} -{"id":"ec-meeting-2018-01-10-4cbc40723e1d983f6a857320a0f87589e89aa13d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-10 - Cabinet of Vice-President Miguel Arias Cañete x Asociación Española de Proveedores de Automoción"],"date":["2018-01-10"],"summary":["Mobility Package"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-795662615695-14","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd"]}} -{"id":"ec-meeting-2018-01-10-651a0bc45f7a248819d9a49eb72cd04e9ebed92e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-10 - Cabinet of Commissioner Mariya Gabriel x Hubert Burda Media Holding Kommanditgesellschaft"],"date":["2018-01-10"],"summary":["Copyright, Fake News, ePrivacy"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-730036917015-61","ec-person-13ac9a19d8d04f97c0d32603d014df0dd4e1cd2a"]}} -{"id":"ec-meeting-2018-01-10-6a740067ce1d41a2484833bd4d26c0b6f03dc785","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-10 - Cabinet of Commissioner Mariya Gabriel x VAUNET - Verband Privater Medien e. V."],"date":["2018-01-10"],"summary":["ePrivacy; AVMSD; Copyright; Fake news"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["ec-person-1674399a793e9e6fd7cf55b525515fc862fc9351","eu-tr-27085111347-65"]}} -{"id":"ec-meeting-2018-01-10-6eb6d9eca9f4db991e7797564b62aea66e418fde","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-10 - Communications Networks, Content and Technology x Società Italiana Italiana degli Autori ed Editori"],"date":["2018-01-10"],"summary":["Value Gap"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-127822629415-23","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2018-01-10-7dfe940fb749349cb6ee08de05a0d13aeea61072","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-10 - Cabinet of Commissioner Mariya Gabriel x European Cyber Security Organisation"],"date":["2018-01-10"],"summary":["Cyber-security"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["ec-person-1674399a793e9e6fd7cf55b525515fc862fc9351","eu-tr-684434822646-91"]}} -{"id":"ec-meeting-2018-01-10-963151847e88e6f59253627af756ffd64bcc39ef","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-10 - Cabinet of Vice-President Karmenu Vella x Conference of Peripheral Maritime Regions (CRPM)"],"date":["2018-01-10"],"summary":["ocean governance, our ocean conference 2017, blue growth"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["eu-tr-5546423688-07","ec-person-2966d69fae0ea4e67f3f2df5a743cc766267d3c8"]}} -{"id":"ec-meeting-2018-01-10-a3278d8266f8df5a4f14fbe99948a1163e9d7069","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-10 - Cabinet of Vice-President Karmenu Vella x Sky Group"],"date":["2018-01-10"],"summary":["our ocean conference, blue growth, plastics strategy"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["ec-person-4ff7c27445db4ad88e687776974fd8d077a1fe0c","eu-tr-62536168216-12","ec-person-bcbcecab9aa87f7138c7614fea5ae81e76a6b138","ec-person-2966d69fae0ea4e67f3f2df5a743cc766267d3c8"]}} -{"id":"ec-meeting-2018-01-10-bccfc71b5809b26bda6b72729877b910cd3b5b6a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-10 - Cabinet of Commissioner Pierre Moscovici x Bundesverband deutscher Banken e.V."],"date":["2018-01-10"],"summary":["Exchange of views on the future of EMU"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["eu-tr-0764199368-97","ec-person-ac604755dc7677c8653a5a5172e851f7c8e468b4"]}} -{"id":"ec-meeting-2018-01-10-c06fe4332a42602e5214d661cdba67681cba3910","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-10 - Cabinet of Commissioner Tibor Navracsics x Nord Stream 2 AG"],"date":["2018-01-10"],"summary":["Nord Stream"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-49f31dad10f5641cb1d1e4c3107dd838389e8120","eu-tr-662856722412-20"]}} -{"id":"ec-meeting-2018-01-10-c41308bb9e2c42e73e107f223c0473b3fb8ae236","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-10 - Energy x ČEZ, a.s."],"date":["2018-01-10"],"summary":["Energy policy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["ec-person-6997149120ce5129e38febe5275dc8fd03232d2e","eu-tr-429600710582-32"]}} -{"id":"ec-meeting-2018-01-10-e0953b98212b0d11749021cfbb3b88341b2ed034","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-10 - Cabinet of Vice-President Günther Oettinger x KIC InnoEnergy SE"],"date":["2018-01-10"],"summary":["FP9"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["ec-person-55a0b11edfe9b0b76e526f72b1ec2e9f2f74d5bc","eu-tr-462849021886-85"]}} -{"id":"ec-meeting-2018-01-10-ed10a0c5cc69627f00c294307166bfec80b638b6","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2018-01-10 - Cabinet of Commissioner Phil Hogan x Association de l'Aviculture, de l'Industrie et du Commerce de Volailles dans les Pays de l'Union Europeenne asbl"],"date":["2018-01-10"],"summary":["Business discussion","Alignment of secondary legislation related to trade"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-400dd8d59d3060187d9b9b143d697da1a3d03c12","ec-person-c9d17d5879383b030f61a4066848249fb35d57e4","eu-tr-9803788883-16"]}} -{"id":"ec-meeting-2018-01-11-19abcead737186e95aa40f04844b6515f347ef25","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-11 - Cabinet of Commissioner Mariya Gabriel x GSMA Europe"],"date":["2018-01-11"],"summary":["Mobile World Congress"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-30988577529-37","ec-person-77288fc6cc1d717936ac1a1d02ed679fd493b117"]}} -{"id":"ec-meeting-2018-01-11-1f5c554b685439aed0eede897a53314a1f651dc6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-11 - Communications Networks, Content and Technology x Konica Minolta Business Solution Europe GmbH"],"date":["2018-01-11"],"summary":["Hubs, Internet of Things, Artificial Intelligence"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-354571029259-61","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2018-01-11-267867854664fe511dafd96685d4f85d5f272992","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-11 - Cabinet of Commissioner Mariya Gabriel x European Federation of Cybersecurity Experts - Fédération Européenne des Experts en CyberSécurité"],"date":["2018-01-11"],"summary":["Cybersecurity and Data Protection"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-071948526864-90","ec-person-fc1068d79545d1659bf47e9b62bfb0aed175629e"]}} -{"id":"ec-meeting-2018-01-11-38c96d59b5fc012c24ed6935d78e973d4b5fe2fa","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-11 - Mobility and Transport x Wärtsilä Corporation"],"date":["2018-01-11"],"summary":["Digitalisation of maritime transport"],"location":["Helsinki, Finland"],"address":["Helsinki, Finland"],"addressEntity":["addr-503f4794e483acbce8e2c42812ac35d426a412d9"],"organizer":["ec-dg-move"],"involved":["eu-tr-289922721213-66","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2018-01-11-556b31a0f800a30d000aee35c310d62cf007fe77","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-11 - Cabinet of President Jean-Claude Juncker x Institute of International Finance"],"date":["2018-01-11"],"summary":["Financial Services agenda"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-48714858158-06","ec-person-c402e34a99fbee730ae22e3b1958e21c94dc6fcc"]}} -{"id":"ec-meeting-2018-01-11-55b7eb011ac0cd71360e35808cfed9cdd13ff87d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-11 - Financial Stability, Financial Services and Capital Markets Union x Deutsche Bank AG"],"date":["2018-01-11"],"summary":["Basel, US EU relationships, Brexit"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-271912611231-56","ec-person-bdee7a93f95c8ef05079539170139b3c02e8ed96"]}} -{"id":"ec-meeting-2018-01-11-75b1ef73d086831a2beda89950f730ff4431b410","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-11 - Cabinet of Commissioner Věra Jourová x Ryanair Holdings"],"date":["2018-01-11"],"summary":["Ryanair cancellations and consumer redress"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-a2ca9161feee56909a0e98b473c2d342c20fdb57","eu-tr-002977215945-85","ec-person-184e698af1eb9e33b179680570ca171d8cb31c94"]}} -{"id":"ec-meeting-2018-01-11-78615a60a6d996fcaf175dadbb02f53b6b654193","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-11 - Cabinet of Vice-President Jyrki Katainen x Association Française de la Gestion financière"],"date":["2018-01-11"],"summary":["CMU"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-5975679180-97","ec-person-955e8c493ab54847bb92b65986f56a401f8eabee"]}} -{"id":"ec-meeting-2018-01-11-9289f2d8d6d2afb7d182caf61e1f9cbe038ff928","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-11 - Cabinet of Vice-President Karmenu Vella x ClientEarth Funding Fish Seas At Risk vzw WWF European Policy Programme OCEANA Greenpeace European Unit Stichting BirdLife Europe"],"date":["2018-01-11"],"summary":["Fisheries Control Regulation"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["eu-tr-95261732139-73","ec-person-2966d69fae0ea4e67f3f2df5a743cc766267d3c8","eu-tr-1083162721-43","eu-tr-1414929419-24","eu-tr-47937943241-80","eu-tr-96645517357-19","eu-tr-9832909575-41","eu-tr-051498327063-03"]}} -{"id":"ec-meeting-2018-01-11-9b5c3edac481854508ef0c1d02e5b563829c5b99","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-11 - Cabinet of Vice-President Jyrki Katainen x Wirtschaftskammer Österreich"],"date":["2018-01-11"],"summary":["Investment Plan and financial instruments post-2020"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-10405322962-08","ec-person-c3d85c41b6b842aae5c953d41fda5f240a5d0969"]}} -{"id":"ec-meeting-2018-01-11-9fb9747b8542eff5b53dce0d321dd1ad6977ea71","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-11 - Mobility and Transport x FINNAIR OYJ"],"date":["2018-01-11"],"summary":["Aviation strategy"],"location":["Helsinki, Finland"],"address":["Helsinki, Finland"],"addressEntity":["addr-503f4794e483acbce8e2c42812ac35d426a412d9"],"organizer":["ec-dg-move"],"involved":["eu-tr-457984316938-16","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2018-01-11-c2b3de351d50f3a599886ee990fdb2dfb217a3da","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-11 - Cabinet of Vice-President Andrus Ansip x Fastweb S.p.A."],"date":["2018-01-11"],"summary":["Electronic Communication Code; 5G spectrum allocation in Italy"],"notes":["Portfolio: Digital Single Market"],"location":["Bxl"],"address":["Bxl"],"addressEntity":["addr-a93f951e252491eb62958a26858415dd581a71e0"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-58272867322-27","ec-person-666bc159c7e65a3af9e63c1e97435c02f1496955"]}} -{"id":"ec-meeting-2018-01-11-c88c60d6e04058ff8fe04629d8d2fcaf2bbbc33d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-11 - Cabinet of Commissioner Mariya Gabriel x Google"],"date":["2018-01-11"],"summary":["Search, Illegal content and Fake News"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-03181945560-59","ec-person-13ac9a19d8d04f97c0d32603d014df0dd4e1cd2a"]}} -{"id":"ec-meeting-2018-01-11-d22baf490a7490e025db7d5b176dff6d4a23cd75","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-11 - Cabinet of Commissioner Phil Hogan x European Conservation Agriculture Federation"],"date":["2018-01-11"],"summary":["Business discussion"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-400dd8d59d3060187d9b9b143d697da1a3d03c12","eu-tr-043446618888-27"]}} -{"id":"ec-meeting-2018-01-11-d24d99b3e2e89a3fada8de21e37cdf619109ab49","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-11 - Cabinet of Vice-President Miguel Arias Cañete x Enagás S.A."],"date":["2018-01-11"],"summary":["European funds for STEP"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-1831691c10441c5974327bbeb8693d6b6c1e50c3","eu-tr-905001612275-82","ec-person-2229c857664a22dcb8eee79a8c05841fd3d0924f"]}} -{"id":"ec-meeting-2018-01-11-db8707f5f363b0d5eaeeb51f6e38b7b7647148f0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-11 - Cabinet of Vice-President Jyrki Katainen x Deutsche Bank AG"],"date":["2018-01-11"],"summary":["CMU"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-271912611231-56","ec-person-955e8c493ab54847bb92b65986f56a401f8eabee"]}} -{"id":"ec-meeting-2018-01-11-dd0842eb54e562f91245c56ffa8dfc14e0425426","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-11 - Cabinet of President Jean-Claude Juncker x EUROPEAN APPAREL AND TEXTILE CONFEDERATION European Chemical Industry Council UNIFE"],"date":["2018-01-11"],"summary":["Industrial policy"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-9624415524-28","eu-tr-7824139202-85","ec-person-c402e34a99fbee730ae22e3b1958e21c94dc6fcc","eu-tr-64879142323-90"]}} -{"id":"ec-meeting-2018-01-11-ef90bf05ab1cfbb7d6ea55b8a7b438835f5b6906","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-11 - Cabinet of Vice-President Valdis Dombrovskis x Commerzbank AG"],"date":["2018-01-11"],"summary":["Monetary Issures; EMU; Basel III"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-48f31156d932641826e09f5b73f074d35ff05786","eu-tr-83370363079-88","ec-person-a9eda2e8ea54b70a968327672c6cada679d3cd56"]}} -{"id":"ec-meeting-2018-01-11-fe0df5ed20fca3474ab73cd37d30f7eacd3581e7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-11 - Cabinet of Commissioner Vytenis Andriukaitis x EuropaBio"],"date":["2018-01-11"],"summary":["Discussion on future EuropaBio events"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["eu-tr-1298286943-59","ec-person-d462b3c7daeee00ad55e380a7fb96819f79899df"]}} -{"id":"ec-meeting-2018-01-12-17e96db378218bcce0a0a760c062c79cb4e0657a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-12 - Cabinet of Vice-President Cecilia Malmström x European Aluminium AISBL"],"date":["2018-01-12"],"summary":["Overcapacity in aluminium production"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-9224280267-20","ec-person-20ded9db5df11164331bb161fdf234b1e5ad53fd","ec-person-591ec829ca734bcfe59a2c9c7f07f9dff22a0ea9"]}} -{"id":"ec-meeting-2018-01-12-5bf18670e1955e5a9604436f0a0dfe02f55fea5b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-12 - Cabinet of President Jean-Claude Juncker x Bill & Melinda Gates Foundation"],"date":["2018-01-12"],"summary":["Presentation of work on the Bill & Melinda Gates Foundation"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-371567915480-41","ec-person-98eba7ab1446c6dce384fdc2ecd48c7cadf9ee4e"]}} -{"id":"ec-meeting-2018-01-12-5c79b5dd6d4e66f63d6117c302ef00e93cd9a35c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-12 - Mobility and Transport x Finavia Corporation"],"date":["2018-01-12"],"summary":["Multimodal connections"],"location":["Helsinki, Finland"],"address":["Helsinki, Finland"],"addressEntity":["addr-503f4794e483acbce8e2c42812ac35d426a412d9"],"organizer":["ec-dg-move"],"involved":["eu-tr-60334418925-95","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2018-01-12-7260b353e0d3b4571a12f7f76b4dc61698c53eda","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-12 - Cabinet of High Representative / Vice-President Federica Mogherini x Médecins Sans Frontières International"],"date":["2018-01-12"],"summary":["migration"],"notes":["Portfolio: Foreign Affairs and Security Policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"involved":["ec-person-23c55ec7dbedbeca55522253bc69ae6fd1bea72c","eu-tr-928308827208-10"]}} -{"id":"ec-meeting-2018-01-12-75a05c148235bb731cbb7e5cc9c4159364ab75d4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-12 - Cabinet of Commissioner Mariya Gabriel x Rasmussen Global"],"date":["2018-01-12"],"summary":["Fake News"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-923424020779-19","ec-person-13ac9a19d8d04f97c0d32603d014df0dd4e1cd2a"]}} -{"id":"ec-meeting-2018-01-12-b36af4c3ade00d77ec2dfec4116723575f6c214f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-12 - Cabinet of Vice-President Neven Mimica x Bill & Melinda Gates Foundation"],"date":["2018-01-12"],"summary":["To prepare the meeting between President Juncker and Bill Gates in Davos"],"notes":["Portfolio: International Cooperation & Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-mimica-neven-of-president-vice"],"involved":["eu-tr-371567915480-41","ec-person-61daadad53de1eb7dcc08383b418ace3b6f971d7"]}} -{"id":"ec-meeting-2018-01-12-d3f475cf8730aaa451626a9e7c5ff9faacd64a84","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-12 - Mobility and Transport x Metsäliitto Cooperative"],"date":["2018-01-12"],"summary":["Rail Baltica"],"location":["Helsinki, Finland"],"address":["Helsinki, Finland"],"addressEntity":["addr-503f4794e483acbce8e2c42812ac35d426a412d9"],"organizer":["ec-dg-move"],"involved":["ec-person-26cdfacae671b09917bee1a91c91973941fa58a2","eu-tr-962687110415-94"]}} -{"id":"ec-meeting-2018-01-12-e8ec82e33c0709fbcd7a68284f87ad61b0a88850","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-12 - Health and Food Safety x European Federation of Pharmaceutical Industries and Associations"],"date":["2018-01-12"],"summary":["Discussion on AMR"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-sante"],"involved":["eu-tr-38526121292-88","ec-person-3c7fdbe0c1c235777d916309465339b7ed1666f6"]}} -{"id":"ec-meeting-2018-01-12-f4cea254fe2249302630c693722550e00846ce9a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-12 - Cabinet of Commissioner Mariya Gabriel x Society for Worldwide Interbank Financial Telecommunication"],"date":["2018-01-12"],"summary":["Cybersecurity"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-011095511691-05","ec-person-fc1068d79545d1659bf47e9b62bfb0aed175629e"]}} -{"id":"ec-meeting-2018-01-15-0e28e256807d9938ffb4ef37f9d4268fa012c3ef","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-15 - Cabinet of Commissioner Violeta Bulc x Danish Shipping"],"date":["2018-01-15"],"summary":["Disruptors Academy\" for the training in relation to disruptive technologies"],"notes":["Portfolio: Transport"],"location":["berlaymond"],"address":["berlaymond"],"addressEntity":["addr-5a9c6c9da8a7eb84295e7b67dd624a248a2b4c98"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-cb7aaf75b4c195481f149f904bc28b4e2ac2b7ab","eu-tr-4518600611-48"]}} -{"id":"ec-meeting-2018-01-15-3ecc06100d918481a0678314203215af835b7cd7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-15 - Cabinet of Vice-President Andrus Ansip x FTTH Council Europe ASBL"],"date":["2018-01-15"],"summary":["Very high capacity networks, telecom reforms, investments"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-666bc159c7e65a3af9e63c1e97435c02f1496955","eu-tr-09838612482-61","ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0"]}} -{"id":"ec-meeting-2018-01-15-54fe8f380511f84b8249ee912e20cf71c282ad87","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-15 - Directorate-General for International Partnerships x Overseas Development Institute"],"date":["2018-01-15"],"summary":["exchanges on priorities and directions on develompent cooperation for 2018"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-intpa"],"involved":["eu-tr-049228115944-64","ec-person-05c4477b89b93e7969f12d89b38f77fedce5876f"]}} -{"id":"ec-meeting-2018-01-15-6ae2d8adabde5b4123af42946a5255605d725d7f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-15 - Cabinet of Commissioner Mariya Gabriel x Japan Business Council in Europe"],"date":["2018-01-15"],"summary":["EU Digital Policies and Priorities; EU-Japan cooperation"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-68368571120-55","ec-person-d995d34a2f8b1f0bf6a17486f5699181d6a01e1c"]}} -{"id":"ec-meeting-2018-01-15-714c8925e49dba52482d67cd41543dd140cefe95","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-15 - Economic and Financial Affairs x Japan Center for International Finance"],"date":["2018-01-15"],"summary":["Economic prospects and policies"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-ecfin"],"involved":["ec-person-9b398cc97951266670f91bef34ea37df7380eef9","eu-tr-315700115871-41"]}} -{"id":"ec-meeting-2018-01-15-9054addef863005d59802e4d178033902963ac52","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-15 - Directorate-General for International Partnerships x European Inter-University Center for Human Rights and Democratisation Venice International University"],"date":["2018-01-15"],"summary":["Project VIU-EIUC for organizinging Seminars for Young Leaders of Mediterranean Countries on human rights and democracy."],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-intpa"],"involved":["eu-tr-663184629521-81","eu-tr-093864127503-06","ec-person-05c4477b89b93e7969f12d89b38f77fedce5876f"]}} -{"id":"ec-meeting-2018-01-15-92dd706c83a62fd30d60a31a1a937bd6a9a49abc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-15 - Cabinet of Vice-President Jyrki Katainen x Nykredit Realkredit A/S"],"date":["2018-01-15"],"summary":["Covered Bonds"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-955e8c493ab54847bb92b65986f56a401f8eabee","eu-tr-337992525403-73"]}} -{"id":"ec-meeting-2018-01-15-bfacf0c0cd5e2ed99e2ae48db79dfd4b8e2995fe","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-15 - Regional and Urban Policy x SMEunited aisbl"],"date":["2018-01-15"],"summary":["Nouveau programme politique régionale et implication des PME"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-regio"],"involved":["eu-tr-55820581197-35","ec-person-3bc647761a4c1a96c0e7b4c3729d7408a61558b0"]}} -{"id":"ec-meeting-2018-01-15-c2373997f1f9dc7881fd77599f8bb910addf18b4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-15 - Competition x The European Steel Association"],"date":["2018-01-15"],"summary":["To discuss current competition trends in the steel industry"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-comp"],"involved":["ec-person-8600a621c9aef12fc33b708e13b3cd3d5fa5696b","eu-tr-93038071152-83"]}} -{"id":"ec-meeting-2018-01-16-0f7cb881a88c234057fce9f2bf20f80777a02eba","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-16 - Cabinet of Commissioner Marianne Thyssen x European Federation of National Organisations working with the Homeless"],"date":["2018-01-16"],"summary":["Homelessness and housing exclusion"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["ec-person-ce19440eacb8fd67f534bdbcce33a1c4cedfd071","eu-tr-42528706153-39","ec-person-7567514af00f139b390cf9864d28a090ca0fde25"]}} -{"id":"ec-meeting-2018-01-16-17b27d02fb114907fd79af7795e6382df6d274d1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-16 - Environment x Fédération bancaire française"],"date":["2018-01-16"],"summary":["Green Finance"],"location":["BRUXELLES"],"address":["BRUXELLES"],"addressEntity":["addr-a2c5953b0baaa9dae49b7f5c562d544ce3255087"],"organizer":["ec-dg-env"],"involved":["eu-tr-09245221105-30","ec-person-3bc74ce04ea3f4ab4d91a5c88eef25b8b8a213b4"]}} -{"id":"ec-meeting-2018-01-16-2413976a1a881a1ada9a5319c61c81a51857a474","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-16 - Cabinet of Vice-President Günther Oettinger x Open Society European Policy Institute Transparency International"],"date":["2018-01-16"],"summary":["MFF"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["ec-person-1a98ebdc65a0fda494d1f6eb6fb74247a3036490","eu-tr-8557515321-37","eu-tr-501222919-71"]}} -{"id":"ec-meeting-2018-01-16-4e672b433cfc79ab2017a1f1f6640a4ff2ea046d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-16 - Cabinet of Vice-President Cecilia Malmström x amfori - Trade with Purpose"],"date":["2018-01-16"],"summary":["Sustainable development"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-84768556104-35","ec-person-0e574d9526c0834ba7e67064cd6ec19a4a2460b9"]}} -{"id":"ec-meeting-2018-01-16-534dcb5be0aa79dee95882a5c416da2d122e47dd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-16 - Cabinet of Commissioner Mariya Gabriel x 5G Automotive Association"],"date":["2018-01-16"],"summary":["Meeting on the role of satellite in 5G"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-802312827842-26","ec-person-77288fc6cc1d717936ac1a1d02ed679fd493b117"]}} -{"id":"ec-meeting-2018-01-16-5c3ce9ecd836ec822ccae030f9d6d0d1f5a53b9a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-16 - Cabinet of Commissioner Elżbieta Bieńkowska x Polish Electricity Association"],"date":["2018-01-16"],"summary":["Energy agenda"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-255859710443-50","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2018-01-16-77881d9d3a911100749c46419ab16acfaf6d1954","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-16 - Cabinet of Vice-President Cecilia Malmström x Weber Shandwick"],"date":["2018-01-16"],"summary":["EU-Australia FTA"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-52836621780-65","ec-person-cb8ca9ec2413722fa83484ed18dd76ace52d0118"]}} -{"id":"ec-meeting-2018-01-16-89493c995262e027098d473a1d30b97eb81144b7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-16 - Cabinet of Vice-President Cecilia Malmström x ASSOCIATION DES PRODUCTEURS AFRICAINS DE BANANES ET AUTRES FRUITS"],"date":["2018-01-16"],"summary":["bananas"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-500405828090-97","ec-person-0e574d9526c0834ba7e67064cd6ec19a4a2460b9"]}} -{"id":"ec-meeting-2018-01-16-89602d441acf422d5f53b25a56cb32f86bd61711","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-16 - Cabinet of Vice-President Valdis Dombrovskis x BPCE Fédération bancaire française"],"date":["2018-01-16"],"summary":["sustainable finance"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-179370613236-62","ec-person-537401fc0be04984531b83660f416bf2fe14fbd8","eu-tr-09245221105-30"]}} -{"id":"ec-meeting-2018-01-16-9db859e0d6979f2a9b55fe385716afa57eac4a78","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-16 - Directorate-General for International Partnerships x Cassa Depositi e Prestiti s.p.a."],"date":["2018-01-16"],"summary":["project PASPED Senegal; •\tProposed Investment Programme with AECID and COFIDES regarding a proposed Financial Inclusion Facility under the EFSD MSMEs financing investment window"],"location":["Rome, Italy"],"address":["Rome, Italy"],"addressEntity":["addr-17df4c823e58cba3a587c89186e0e6ca2d3f17a0"],"organizer":["ec-dg-intpa"],"involved":["eu-tr-110117812027-92","ec-person-05c4477b89b93e7969f12d89b38f77fedce5876f"]}} -{"id":"ec-meeting-2018-01-16-adf26d6bbe252dc5b37df1447b841a74bea01f5e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-16 - Cabinet of Commissioner Věra Jourová x AIM European Brands Association"],"date":["2018-01-16"],"summary":["Counterfeited goods"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["eu-tr-1074382679-01","ec-person-a2ca9161feee56909a0e98b473c2d342c20fdb57"]}} -{"id":"ec-meeting-2018-01-16-b5d7fb2de1db1fd92b628213ba4f7400a50ac2e0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-16 - Cabinet of Commissioner Marianne Thyssen x Uber"],"date":["2018-01-16"],"summary":["Work and social protection in Europe"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["ec-person-ce19440eacb8fd67f534bdbcce33a1c4cedfd071","eu-tr-002278013515-26","ec-person-7567514af00f139b390cf9864d28a090ca0fde25"]}} -{"id":"ec-meeting-2018-01-16-e73bd7f4a87b11e143524e85a140b7906320e2df","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-16 - Energy x Compagnie Nationale du Rhône"],"date":["2018-01-16"],"summary":["Clean Energy package, renewable energy development"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-652829617048-82","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2018-01-17-135faa0ae6fe75472509164c630be4a512cff798","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-17 - Cabinet of Commissioner Mariya Gabriel x Bureau Européen des Unions de Consommateurs"],"date":["2018-01-17"],"summary":["ePrivacy, cybersecurity, copyright, broadcasting and P2B"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-9505781573-45","ec-person-fc1068d79545d1659bf47e9b62bfb0aed175629e"]}} -{"id":"ec-meeting-2018-01-17-264fa1a18fe671d9a0bc7bc992787223a3b18c8e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-17 - Energy x Avisa Partners"],"date":["2018-01-17"],"summary":["energy issues"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-54210841652-13","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2018-01-17-4055c30f9508106c520f86dec1aaa9490e3bdf79","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-17 - Cabinet of Vice-President Neven Mimica x European Federation of Pharmaceutical Industries and Associations"],"date":["2018-01-17"],"summary":["Role of pharmaceutical industry in development cooperation"],"notes":["Portfolio: International Cooperation & Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-mimica-neven-of-president-vice"],"involved":["eu-tr-38526121292-88","ec-person-b187f3955c71d2e1daa48e02fd0a09ab7c6f6098","ec-person-e90858f5aba78fd0e1cb2f757c3f38d55d91f98b"]}} -{"id":"ec-meeting-2018-01-17-51e2e7feefdd892e6e3371ffb57de62420e392b3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-17 - Taxation and Customs Union x Flint Europe"],"date":["2018-01-17"],"summary":["Exchange of views on topical issues"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-taxud"],"involved":["ec-person-3173c1cc052827c58f23ccd3a8de07534f0d35bd","eu-tr-718251720163-42"]}} -{"id":"ec-meeting-2018-01-17-690934db959a73645a3fdd28178de4d94c4c8e2f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-17 - Employment, Social Affairs and Inclusion x EUROPEAN TRADE UNION CONFEDERATION"],"date":["2018-01-17"],"summary":["Social partners agreement - Haidressers"],"location":["Brussels Belgium"],"address":["Brussels Belgium"],"addressEntity":["addr-61947d7d2c69c0b8f57325bd044f500c5fc6df48"],"organizer":["ec-dg-empl"],"involved":["ec-person-0d8ce1c547b8ca99decd25740ba12e2c0866a2fd","eu-tr-06698681039-26"]}} -{"id":"ec-meeting-2018-01-17-73387611b9ef26c62af2cdf4a105e679e0b88fbb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-17 - Health and Food Safety x European Patients' Forum (EPF)"],"date":["2018-01-17"],"summary":["Discussion on the future cooperation with DG SANTE"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-sante"],"involved":["eu-tr-61911227368-75","ec-person-3c7fdbe0c1c235777d916309465339b7ed1666f6"]}} -{"id":"ec-meeting-2018-01-17-a16db57bfd1d081ce8d06562b7d2e4bc46efdcaf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-17 - Cabinet of Vice-President Miguel Arias Cañete x EirGrid Group plc"],"date":["2018-01-17"],"summary":["renewables grid intergration"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-1831691c10441c5974327bbeb8693d6b6c1e50c3","eu-tr-984555020606-52"]}} -{"id":"ec-meeting-2018-01-17-aedfe44f0c1dd2b007b873b36fe82b8bc1b38420","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-17 - Cabinet of Vice-President Jyrki Katainen x Bonnier Broadcasting AB"],"date":["2018-01-17"],"summary":["Global platforms on the Nordic media markets"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-81b1dda49062e5dac42bdad9273fa72968a2c325","eu-tr-687817721601-69"]}} -{"id":"ec-meeting-2018-01-17-e0956322d8ffbc6127c80083298448818236a9c9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-17 - Environment x Zentralverband des Deutschen Handwerks e.V."],"date":["2018-01-17"],"summary":["SMEs and Circular Economy"],"location":["Bruxelles"],"address":["Bruxelles"],"addressEntity":["addr-b58f5927b66d94a676970dc048485d4c6848f272"],"organizer":["ec-dg-env"],"involved":["eu-tr-5189667783-94","ec-person-3bc74ce04ea3f4ab4d91a5c88eef25b8b8a213b4"]}} -{"id":"ec-meeting-2018-01-17-f0caae87593fa1eee71fc62ba06bccd49bd73854","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-17 - Cabinet of Vice-President Cecilia Malmström x Bonnier Broadcasting AB"],"date":["2018-01-17"],"summary":["Global platforms"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-687817721601-69","ec-person-591ec829ca734bcfe59a2c9c7f07f9dff22a0ea9"]}} -{"id":"ec-meeting-2018-01-18-1137666fdec844577b0ed26efa18cae3eb24796f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-18 - Health and Food Safety x European Heart Network"],"date":["2018-01-18"],"summary":["Discussion on the adoption of the EC Communication of the future of food and farming"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-sante"],"involved":["ec-person-3c7fdbe0c1c235777d916309465339b7ed1666f6","eu-tr-3606882168-35"]}} -{"id":"ec-meeting-2018-01-18-23f3b7e00fbbf0ae84307462b5196d59bb5869a1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-18 - Cabinet of Commissioner Carlos Moedas x European Brain Council"],"date":["2018-01-18"],"summary":["FP9"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-01051f0f33bfdc2ecc41873c02cae666c5e0d099","eu-tr-31091478710-90","ec-person-f7ccc3ad366dd2fdb24870e1c02ff2763539c82f"]}} -{"id":"ec-meeting-2018-01-18-2f7bbf599e3ba5404ac34a73b040ec43d4ad4ea4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-18 - Cabinet of Commissioner Carlos Moedas x Aarhus University"],"date":["2018-01-18"],"summary":["Open Science"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-b8d49828915f9008e764a78796d47ea00807a658","eu-tr-62420437302-96"]}} -{"id":"ec-meeting-2018-01-18-3213956f3a5099490cc25c13f2e0294482b6f379","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-18 - Cabinet of Commissioner Carlos Moedas x Ile-de-France Europe"],"date":["2018-01-18"],"summary":["Meeting with the President of the\"Conférence des universités d'Île-de-France\""],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-f7ccc3ad366dd2fdb24870e1c02ff2763539c82f","eu-tr-86172696311-16"]}} -{"id":"ec-meeting-2018-01-18-3f6f1036d503f2d5310a240a7b88c3025fc26cdf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-18 - Energy x ENGIE"],"date":["2018-01-18"],"summary":["Clean Energy policy development"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-90947457424-20","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2018-01-18-4172b2249b811dc42677dd0916b4beb911f9500b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-18 - Cabinet of Commissioner Věra Jourová x Yelp"],"date":["2018-01-18"],"summary":["Competition case and digital economy"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-a2ca9161feee56909a0e98b473c2d342c20fdb57","eu-tr-173076213280-06","ec-person-184e698af1eb9e33b179680570ca171d8cb31c94"]}} -{"id":"ec-meeting-2018-01-18-45e17c4ba1ae3b9fc2cde3216bf9e6dbcb4ad070","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-18 - Cabinet of Commissioner Elżbieta Bieńkowska x COBCOE Ltd"],"date":["2018-01-18"],"summary":["trade strategy"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-723424320571-14","ec-person-b2f9be51339f054477846797e2c119fcf16548fc"]}} -{"id":"ec-meeting-2018-01-18-87e43c09280f4cd2a0c69bcbc8bdb771512b656e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-18 - Cabinet of Commissioner Tibor Navracsics x Ile-de-France Europe"],"date":["2018-01-18"],"summary":["Higher Education"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-dc2e0fed0fdf39a6a3f3ad63355c5215599de9d1","ec-person-33076d1a800ce856f29bbab43813a5a80eef2da0","eu-tr-86172696311-16"]}} -{"id":"ec-meeting-2018-01-18-88e7801b5d90168f1ab9ef9f347c372b279f30d0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-18 - Cabinet of Vice-President Jyrki Katainen x Blic Oy"],"date":["2018-01-18"],"summary":["Future of the EMU and defence"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-687078815005-93","ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90"]}} -{"id":"ec-meeting-2018-01-18-b0c2e3694f1b00d6700818bdb76c1100fa8b11bd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-18 - Environment x Bio-based Industries Consortium"],"date":["2018-01-18"],"summary":["Bioeconomy"],"location":["Bruxelles"],"address":["Bruxelles"],"addressEntity":["addr-b58f5927b66d94a676970dc048485d4c6848f272"],"organizer":["ec-dg-env"],"involved":["eu-tr-904473529568-43","ec-person-3bc74ce04ea3f4ab4d91a5c88eef25b8b8a213b4"]}} -{"id":"ec-meeting-2018-01-18-b1a9a606f388e41592b48eceffb20e7579c58cc8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-18 - Cabinet of Vice-President Andrus Ansip x DIGITALEUROPE"],"date":["2018-01-18"],"summary":["Artificial Intelligence"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-64270747023-20","ec-person-6a03bc4fa7657513ea34529e98dba0671ef4c849"]}} -{"id":"ec-meeting-2018-01-18-cfdfe6f70705211a9dba8807a3753ada9ef2fad3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-18 - Cabinet of Vice-President Jyrki Katainen x Japan Machinery Center for Trade and Investment"],"date":["2018-01-18"],"summary":["Investment Plan for Europe"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-539264617342-19","ec-person-c3d85c41b6b842aae5c953d41fda5f240a5d0969"]}} -{"id":"ec-meeting-2018-01-18-d6955551bc1fb9e6144ebdd9a924f151774809a1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-18 - Environment x Wildlife Conservation Society"],"date":["2018-01-18"],"summary":["Introductory Meeting, Wildlife and Biodiversity"],"location":["Bruxelles"],"address":["Bruxelles"],"addressEntity":["addr-b58f5927b66d94a676970dc048485d4c6848f272"],"organizer":["ec-dg-env"],"involved":["eu-tr-10132247681-61","ec-person-3bc74ce04ea3f4ab4d91a5c88eef25b8b8a213b4"]}} -{"id":"ec-meeting-2018-01-18-db0079a19485439bd9f77e48f58071e6ecce45c4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-18 - Cabinet of Vice-President Andrus Ansip x SES S.A."],"date":["2018-01-18"],"summary":["5G and Satellite"],"notes":["Portfolio: Digital Single Market"],"location":["Bxl"],"address":["Bxl"],"addressEntity":["addr-a93f951e252491eb62958a26858415dd581a71e0"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-93799097410-24","ec-person-666bc159c7e65a3af9e63c1e97435c02f1496955"]}} -{"id":"ec-meeting-2018-01-18-e04cbbd80037f941b8746bfea94f83521780f099","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-18 - Cabinet of Vice-President Neven Mimica x Lumos Foundation"],"date":["2018-01-18"],"summary":["Meeting to prepare the event with J.K. Rowling"],"notes":["Portfolio: International Cooperation & Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-mimica-neven-of-president-vice"],"involved":["ec-person-b187f3955c71d2e1daa48e02fd0a09ab7c6f6098","eu-tr-849607914394-57"]}} -{"id":"ec-meeting-2018-01-18-e1cfe21709e7d6e743c1ef805d9d7760f68b968f","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2018-01-18 - Cabinet of First Vice-President Frans Timmermans x ENGIE"],"date":["2018-01-18"],"summary":["Energy Union","Energy transition Sustainability: challenges for European compagnies and EU"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-90947457424-20","ec-person-966667b73d92624be9bb019c2baab7e52331b3d3","ec-person-8d1c5ff76a431332387aa10936b0bff13f7d71fd","ec-person-0eaac943e895c47df1465dda6c94e671c5081e0a"]}} -{"id":"ec-meeting-2018-01-18-e22b3134c99c7b069cb4e42b13040fab666f4341","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-18 - Cabinet of Vice-President Günther Oettinger x Deloitte Services & Investments"],"date":["2018-01-18"],"summary":["Euronews"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-53994278504-37","ec-person-923b96517f0dd544d160200d38d05b6ffe72372e"]}} -{"id":"ec-meeting-2018-01-19-1798e3b2c36dd8145fe001ad781af979d948d333","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-19 - Cabinet of Vice-President Johannes Hahn x European Endowment for Democracy"],"date":["2018-01-19"],"summary":["EED's work in the southern neighbourhood"],"notes":["Portfolio: European Neighbourhood Policy & Enlargement Negotiations"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-hahn-johannes-of-president-vice"],"involved":["ec-person-643595d3a737c63fc95146b51292a4684ed1ca75","eu-tr-986644617102-08"]}} -{"id":"ec-meeting-2018-01-19-1e76fca0d87e58dfcb13a5fc317cfc9564d4d2af","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-19 - Cabinet of Commissioner Margrethe Vestager x EuroCommerce"],"date":["2018-01-19"],"summary":["Competition matters for the retail sector"],"notes":["Portfolio: Competition"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-margrethe-of-vestager"],"involved":["ec-person-0700cb0f43a2d20f4938902c4a086aca632d71fb","eu-tr-84973761187-60"]}} -{"id":"ec-meeting-2018-01-19-21571078132b042f4459d7acabe66c31f60bd605","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-19 - Cabinet of Commissioner Mariya Gabriel x Orange"],"date":["2018-01-19"],"summary":["Artificial Intelligence"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-76704342721-41","ec-person-fc1068d79545d1659bf47e9b62bfb0aed175629e"]}} -{"id":"ec-meeting-2018-01-19-23856083756c9cf466b25f0aa1b9ab03ab0f8414","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-19 - Cabinet of Commissioner Pierre Moscovici x Financial Accountability and Corporate Transparency Coalition"],"date":["2018-01-19"],"summary":["US tax reform"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["eu-tr-030732329564-09","ec-person-1d299d025d2afdcba46db3d131b6197fab6e0c89"]}} -{"id":"ec-meeting-2018-01-19-45b5e69ee5f9c3a63f9f16acd977030d88acd4fb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-19 - Cabinet of First Vice-President Frans Timmermans x International Union for Conservation of Nature EU Representative Office"],"date":["2018-01-19"],"summary":["Discussion on Circular Economy and Sustainable Development Agenda"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels, BERL"],"address":["Brussels, BERL"],"addressEntity":["addr-3c3fa5f92474ebac668808553fbab6d1c14aa243"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-03518238467-61","ec-person-8d1c5ff76a431332387aa10936b0bff13f7d71fd"]}} -{"id":"ec-meeting-2018-01-19-530547689180b75c869c4a19b580aa047aeebbc7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-19 - Directorate-General for International Partnerships x EUROCHAMBRES – Association of European Chambers of Commerce and Industry"],"date":["2018-01-19"],"summary":["TVET programme in Sub-Saharan Africa"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-intpa"],"involved":["eu-tr-0014082722-83","ec-person-05c4477b89b93e7969f12d89b38f77fedce5876f"]}} -{"id":"ec-meeting-2018-01-19-5d4466bfd8b86cd4e4c5709f34bcd508d2ce3a36","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-19 - Cabinet of Vice-President Karmenu Vella x World Ocean Council"],"date":["2018-01-19"],"summary":["blue economy financing principles, investments in the blue economy"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["ec-person-2966d69fae0ea4e67f3f2df5a743cc766267d3c8","eu-tr-431587223907-30"]}} -{"id":"ec-meeting-2018-01-19-64a7b4fc47bd003386bf799b27a16139da022d98","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-19 - Cabinet of Vice-President Jyrki Katainen x Kreab"],"date":["2018-01-19"],"summary":["Circular economy, including Plastics Strategy, EFSI2.0, trade and defence"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-1078390517-54","ec-person-93e8e8ac2ee89edb4c52bce70d7472c8eae05edd"]}} -{"id":"ec-meeting-2018-01-19-67caae1aa3e35397dbefb4da7b8571e8936fedd7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-19 - Cabinet of Commissioner Mariya Gabriel x IFPI Representing recording industry worldwide"],"date":["2018-01-19"],"summary":["Copyright proposals and the Enforcement package"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-60394321918-91","ec-person-d995d34a2f8b1f0bf6a17486f5699181d6a01e1c"]}} -{"id":"ec-meeting-2018-01-19-7784a51c298f5bbe1af0d2999e0e119ed0a6de64","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-19 - Financial Stability, Financial Services and Capital Markets Union x IG Group Holdings PLC"],"date":["2018-01-19"],"summary":["Mifid"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-458208414509-94","ec-person-bdee7a93f95c8ef05079539170139b3c02e8ed96"]}} -{"id":"ec-meeting-2018-01-19-847e224fd554bec774956024566d464360a17756","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-19 - Cabinet of Commissioner Elżbieta Bieńkowska x FoodDrinkEurope"],"date":["2018-01-19"],"summary":["Single Market, HLForum, Food Chain inc UTPs and Market transparency, SMEs"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-75818824519-45","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2018-01-19-8f8a433ffc688804226d9256a7efb45d113b632e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-19 - Energy x ELECTRICITE DE FRANCE"],"date":["2018-01-19"],"summary":["energy policy developments"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-39966101835-69","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2018-01-19-97b41e4506ecde6299b818b8cbb7c879399a36ce","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-19 - Cabinet of President Jean-Claude Juncker x EUROPEAN TRADE UNION CONFEDERATION"],"date":["2018-01-19"],"summary":["Preparation of the Company law initiative"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-06698681039-26","ec-person-f9475e4bba20c9a170912adada60941243f778ad"]}} -{"id":"ec-meeting-2018-01-19-aa65a77815d6e07513269245d9d19b47f79d03bb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-19 - Cabinet of Vice-President Jyrki Katainen x Orgalim – Europe's Technology Industries"],"date":["2018-01-19"],"summary":["Research and Innovation Framework Programme 9 (FP9)"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90","eu-tr-20210641335-88"]}} -{"id":"ec-meeting-2018-01-19-ae4631b84c664c3c76fccf28c25fff4a089b2c52","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-19 - Energy x TotalEnergies SE"],"date":["2018-01-19"],"summary":["Clean energy package"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-1849405799-88","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2018-01-19-b0ff11d8dee6b8919dae8084fcf0517f654c0974","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-19 - Cabinet of President Jean-Claude Juncker x BUSINESSEUROPE"],"date":["2018-01-19"],"summary":["Preparation of the Company law initiative"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-3978240953-79","ec-person-f9475e4bba20c9a170912adada60941243f778ad"]}} -{"id":"ec-meeting-2018-01-19-b5153cb1d4382df88e5310b46c887e991a4746f8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-19 - Financial Stability, Financial Services and Capital Markets Union x Triodos Bank"],"date":["2018-01-19"],"summary":["sustainable finance"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-543556311400-69","ec-person-bdee7a93f95c8ef05079539170139b3c02e8ed96"]}} -{"id":"ec-meeting-2018-01-19-c37b251dcaa994937f533d73ef63395b95c2a653","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-19 - European Civil Protection and Humanitarian Aid Operations x Deutsches Rotes Kreuz e.V."],"date":["2018-01-19"],"summary":["EU Civil Protection Mechanism - revision of the legislation / Registration of Red Cross assets / German Red Cross partnership"],"location":["Berlin"],"address":["Berlin"],"addressEntity":["addr-062b06ba8e755765c6b049809b7430fd54fe5b21"],"organizer":["ec-dg-echo"],"involved":["eu-tr-433616222895-66","ec-person-61ea528d6b7f7cbbd1e55a4a19794b785df35cf9"]}} -{"id":"ec-meeting-2018-01-19-c3c8993edf24aeab979e69c963cbe4fb2c18f358","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-19 - Energy x Shell Companies"],"date":["2018-01-19"],"summary":["Clean energy package and gas market developments"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-05032108616-26","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2018-01-19-f2055c0d5ff6369cc25638aeaffc1874783d844b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-19 - Cabinet of Commissioner Věra Jourová x Transparency International"],"date":["2018-01-19"],"summary":["Whistleblowers"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-a608b85b2ffef83f883b5a2330b6232efa1b7141","ec-person-f329292459cb1badb7fb7c6b67b698c441931bb2","eu-tr-501222919-71"]}} -{"id":"ec-meeting-2018-01-19-f509d46e9649a20968bd1681352962bfb6eec6ad","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-19 - Cabinet of Vice-President Günther Oettinger x Cercle des Réseaux européens"],"date":["2018-01-19"],"summary":["MFF"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["ec-person-1a98ebdc65a0fda494d1f6eb6fb74247a3036490","eu-tr-212885415901-57"]}} -{"id":"ec-meeting-2018-01-19-f8454702aa3dfb8a73a04504b86334b2b1570e45","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-19 - Cabinet of First Vice-President Frans Timmermans x Migration Policy Institute Europe"],"date":["2018-01-19"],"summary":["interview with regard to the research on migration crisis response"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels, BERL"],"address":["Brussels, BERL"],"addressEntity":["addr-3c3fa5f92474ebac668808553fbab6d1c14aa243"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["ec-person-ee0e358952eb5192d26c98d36095038f6b8223f2","eu-tr-643139016047-27"]}} -{"id":"ec-meeting-2018-01-19-fb9ff09d8b6f13ed6992bf894ef83039f8ed5726","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-19 - Cabinet of Commissioner Carlos Moedas x Université libre de Bruxelles"],"date":["2018-01-19"],"summary":["H2020 participation/Invitation Opening Academic Year"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["eu-tr-683034821431-24","ec-person-01051f0f33bfdc2ecc41873c02cae666c5e0d099","ec-person-23980b2bc4fd9c82051d0f7888dc236b2f764866"]}} -{"id":"ec-meeting-2018-01-22-0077eef9c26fe556ca5c47b1d96b844da740e2cd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-22 - Cabinet of First Vice-President Frans Timmermans x CEEweb for Biodiversity"],"date":["2018-01-22"],"summary":["Discussion on SDGs Agenda"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels, BERL"],"address":["Brussels, BERL"],"addressEntity":["addr-3c3fa5f92474ebac668808553fbab6d1c14aa243"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-34461047998-33","ec-person-8d1c5ff76a431332387aa10936b0bff13f7d71fd"]}} -{"id":"ec-meeting-2018-01-22-0aff39b2d1ca8053ffb5d660eb83265b32f8b4b5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-22 - Cabinet of Commissioner Elżbieta Bieńkowska x STEAG GmbH"],"date":["2018-01-22"],"summary":["Internal market, Energy & Industry"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-249473410586-30","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2018-01-22-161dffd223fb5fd8f052f8d8c7b618280f7b325b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-22 - Cabinet of Vice-President Andrus Ansip x Bureau Européen des Unions de Consommateurs"],"date":["2018-01-22"],"summary":["Telecoms; Electronic Communication Code"],"notes":["Portfolio: Digital Single Market"],"location":["Bxl"],"address":["Bxl"],"addressEntity":["addr-a93f951e252491eb62958a26858415dd581a71e0"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-9505781573-45","ec-person-666bc159c7e65a3af9e63c1e97435c02f1496955"]}} -{"id":"ec-meeting-2018-01-22-3d278a4ebdb021e9d7bc881a45d7515166741ea3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-22 - Cabinet of Vice-President Andrus Ansip x Groupement Européen des Sociétés d'Auteurs et Compositeurs"],"date":["2018-01-22"],"summary":["Copyright, value gap"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-e91c5be432b6b3efdda369792fed67c20b767a45","eu-tr-36529354479-57"]}} -{"id":"ec-meeting-2018-01-22-3f9bf84e6181ed1668feb9d03bbe096582f6ca92","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-22 - Cabinet of Commissioner Tibor Navracsics x Association relative à la télévision européenne"],"date":["2018-01-22"],"summary":["Programme européen d'ARTE"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-49f31dad10f5641cb1d1e4c3107dd838389e8120","eu-tr-447494115294-30"]}} -{"id":"ec-meeting-2018-01-22-44de2a292b683bb737333a3bb5bd7225b883262c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-22 - Cabinet of Vice-President Andrus Ansip x The Democratic Society"],"date":["2018-01-22"],"summary":["eGovernment"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-6a03bc4fa7657513ea34529e98dba0671ef4c849","eu-tr-413896028403-86"]}} -{"id":"ec-meeting-2018-01-22-48459503db92a55ab0d8632a672c38ae8a1cc27a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-22 - Cabinet of Commissioner Věra Jourová x ACCIS"],"date":["2018-01-22"],"summary":["GDPR"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["eu-tr-21868711871-63","ec-person-3269ef00f0778677e6f4c8e0f72ce019084206fb"]}} -{"id":"ec-meeting-2018-01-22-548facc1fb89076db5bfcd6ac94b5adc549ee086","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-22 - Cabinet of Commissioner Phil Hogan x Federación Española del Vino"],"date":["2018-01-22"],"summary":["Topics relating the sector"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-160029427104-57","ec-person-c9d17d5879383b030f61a4066848249fb35d57e4"]}} -{"id":"ec-meeting-2018-01-22-6b7b0d8e6dab7d36da6f7c4e502da64a7d1249a9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-22 - Cabinet of Commissioner Phil Hogan x Union Européenne du Commerce du Bétail et des Métiers de la Viande"],"date":["2018-01-22"],"summary":["Agriculture matters"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-4422649896-52","ec-person-a1a78365cc4685b0958056646204977d8f2ead92"]}} -{"id":"ec-meeting-2018-01-22-6c764dbe947fc9480f4ac95052627ea1f82e8d31","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-22 - Regional and Urban Policy x European Association of Development Agencies"],"date":["2018-01-22"],"summary":["Transition between the current programming period and the next one"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-regio"],"involved":["ec-person-3bc647761a4c1a96c0e7b4c3729d7408a61558b0","eu-tr-827929825168-90"]}} -{"id":"ec-meeting-2018-01-22-6d839bb3a280e2d8128efebd14c6c430880625ee","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-22 - Cabinet of Commissioner Carlos Moedas x Sustainable Communication"],"date":["2018-01-22"],"summary":["Presentation of the WISE4ALL Initiative"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-f7ccc3ad366dd2fdb24870e1c02ff2763539c82f","eu-tr-946781229620-56"]}} -{"id":"ec-meeting-2018-01-22-76b2021c115394deb2b87ebe1234a2362b8e019c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-22 - Cabinet of Commissioner Vytenis Andriukaitis x Associazione Luca Coscioni"],"date":["2018-01-22"],"summary":["World Congress for Freedom of Scientific Research in Rome"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-059ca943fc5fc696d2a97849c635ddf7b6ab7fd7","eu-tr-27570996265-42"]}} -{"id":"ec-meeting-2018-01-22-84a6ea5464161e321981e275572ed741fa01bbd4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-22 - Cabinet of Vice-President Jyrki Katainen x Banca Popolare Etica S.c.p.a."],"date":["2018-01-22"],"summary":["Presentation of Banca Etica"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-025255524692-64","ec-person-81b1dda49062e5dac42bdad9273fa72968a2c325"]}} -{"id":"ec-meeting-2018-01-22-86c57631f677ff5e7e6c6ebb7b062a5a803bc05f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-22 - Cabinet of Commissioner Christos Stylianides x Search for Common Ground"],"date":["2018-01-22"],"summary":["exchanging views"],"notes":["Portfolio: Humanitarian Aid & Crisis Management"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-cabinet-christos-commissioner-of-stylianides"],"involved":["eu-tr-809274824592-30","ec-person-08c677aa002baa9f95be8a2d0aa3b89875e2badf"]}} -{"id":"ec-meeting-2018-01-22-a0af92a94dc1137758063a81860ffe5a2f842435","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-22 - Communications Networks, Content and Technology x Network Access Associates Ltd (OneWeb)"],"date":["2018-01-22"],"summary":["5G"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-949483629610-96","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2018-01-22-b8d9c86a8e22b18d172b48aebf040fbe757a11f3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-22 - Cabinet of Commissioner Carlos Moedas x Norwegian University of Science and Technology"],"date":["2018-01-22"],"summary":["FP9, Starmus Festival"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-f7ccc3ad366dd2fdb24870e1c02ff2763539c82f","ec-person-23980b2bc4fd9c82051d0f7888dc236b2f764866","eu-tr-886395221039-89"]}} -{"id":"ec-meeting-2018-01-22-c18aaca146375a0bae8541203d97a068983666ac","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-22 - Cabinet of Vice-President Jyrki Katainen x BUSINESSEUROPE"],"date":["2018-01-22"],"summary":["Industrial Policy & SPC"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-c50e8c2cc390c5efb0626988d173bc6758459e0f","eu-tr-3978240953-79"]}} -{"id":"ec-meeting-2018-01-22-c718a228dfa6d72e8897c383bbdd50e0650267a2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-22 - Cabinet of Commissioner Violeta Bulc x ECTAA, Group of National Travel Agents' and Tour Operators' Associations within the EU"],"date":["2018-01-22"],"summary":["Meeting with Mr DE BLUST and Ms Ewa GRABIAK"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-88072891086-36","ec-person-a9f4fe47da47a1b05bbfda9825908089d11bda93"]}} -{"id":"ec-meeting-2018-01-22-ee59836ab2a3a5f2eb9d2025d4e8a55a7590d7ad","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-22 - Cabinet of Vice-President Valdis Dombrovskis x FB&Associati ACCIS CRIF SpA"],"date":["2018-01-22"],"summary":["retail financial services, fintech"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-23456089829-33","eu-tr-21868711871-63","ec-person-537401fc0be04984531b83660f416bf2fe14fbd8","eu-tr-789134620300-83"]}} -{"id":"ec-meeting-2018-01-22-ff88f1f7898aad95cf3867d24ebbbc428e944980","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-22 - Cabinet of President Jean-Claude Juncker x COLLECTIF EUROPANOVA"],"date":["2018-01-22"],"summary":["Meeting with Mr Guillaume Klossa on current reflections about the future of Europe"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-29c106b0461ffd79e95f0119bdd363fd3c7c3ab3","eu-tr-956738825752-80","ec-person-ad6f76ca53dc30d965b15e3728c45dbd0aba44b4"]}} -{"id":"ec-meeting-2018-01-23-139972529646d280ab705458fb3ca1ed691d696d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-23 - Cabinet of Vice-President Günther Oettinger x Bundesvereinigung der Deutschen Arbeitgeberverbände e.V."],"date":["2018-01-23"],"summary":["Social fairness package"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-7749519702-29","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2018-01-23-19818e09ee59869ee2a74df3b6ee0dd6cb459b45","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-23 - Cabinet of Vice-President Miguel Arias Cañete x Trans Adriatic Pipeline"],"date":["2018-01-23"],"summary":["Trans Adriatic Pipeline"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-1831691c10441c5974327bbeb8693d6b6c1e50c3","eu-tr-570335813082-79","ec-person-2229c857664a22dcb8eee79a8c05841fd3d0924f"]}} -{"id":"ec-meeting-2018-01-23-1ce0686a82a4d926eebf1975cd2e4cb4d2f3546a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-23 - Cabinet of Commissioner Dimitris Avramopoulos x Facebook Ireland Limited"],"date":["2018-01-23"],"summary":["Cooperation against terrorist content online"],"notes":["Portfolio: Migration, Home Affairs and Citizenship"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-avramopoulos-cabinet-commissioner-dimitris-of"],"involved":["ec-person-0b0e27acb2dc2fc7a5c5367408eb01e6e347862f","ec-person-57d09145ba24f5738cdde61edf14f741cb547675","eu-tr-28666427835-74","ec-person-06b43c385c07c13f2bae1d24a0075851e8ce491d"]}} -{"id":"ec-meeting-2018-01-23-1e8567c59fa086b7de57fcc0cedd2367a6e2f617","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-23 - Cabinet of Vice-President Miguel Arias Cañete x AGRISTRATEGY SPRL"],"date":["2018-01-23"],"summary":["Clean Energy package"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-309034329020-51","ec-person-2229c857664a22dcb8eee79a8c05841fd3d0924f"]}} -{"id":"ec-meeting-2018-01-23-29352e9db383bbf4f2b9f03faa4305c4944dc66d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-23 - Cabinet of Vice-President Miguel Arias Cañete x Roundtable for Europe's Energy Future"],"date":["2018-01-23"],"summary":["prep for meeting of Commissioner in Energy Roundtable"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-1831691c10441c5974327bbeb8693d6b6c1e50c3","eu-tr-101903316808-95"]}} -{"id":"ec-meeting-2018-01-23-2b06df9aea58e6c0ab5792e6383134a68fa91a50","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-23 - Cabinet of Commissioner Margrethe Vestager x ITD – association for the Danish road transport of goods"],"date":["2018-01-23"],"summary":["Current EU Affairs"],"notes":["Portfolio: Competition"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-margrethe-of-vestager"],"involved":["ec-person-baa1c172df109ebd1f0307bccb5e21aec66c7a25","eu-tr-404900912463-75"]}} -{"id":"ec-meeting-2018-01-23-2e7975f42c84689450a1f9535997a190879ba083","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-23 - Agriculture and Rural Development x Zemědělský svaz ČR Agrární komora České republiky Slovenská poľnohospodárska a potravinárska komora"],"date":["2018-01-23"],"summary":["Exchange of views regarding views and concerns regarding the CAP post 2020 and the MFF post 2020"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-agri"],"involved":["eu-tr-373459327433-55","eu-tr-686808520772-77","eu-tr-375186527639-84","ec-person-7bc7204a153f98afbf1ad1cffbdd10d06d9ae166"]}} -{"id":"ec-meeting-2018-01-23-2f3bcf683a059600054a180cc6809d98e19cc011","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-23 - Cabinet of Commissioner Věra Jourová x Microsoft Corporation"],"date":["2018-01-23"],"summary":["Artificial Intelligence"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["eu-tr-0801162959-21","ec-person-184e698af1eb9e33b179680570ca171d8cb31c94","ec-person-ff9ad301b778d595651cc4c46ec3a4cf1ef10376","ec-person-1e0e3a00ab815dea7c5b839b002ed2c7e34bfe0a"]}} -{"id":"ec-meeting-2018-01-23-386b7cf295e882938cd3194f759a6914859f6bb5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-23 - Cabinet of Commissioner Mariya Gabriel x Intuitive Surgical, Inc"],"date":["2018-01-23"],"summary":["Digital Healthcare"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-479042728784-52","ec-person-13ac9a19d8d04f97c0d32603d014df0dd4e1cd2a"]}} -{"id":"ec-meeting-2018-01-23-4b4b1e42ff07011b010a047270263aba8609b315","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-23 - Cabinet of Vice-President Andrus Ansip x Symantec Corporation"],"date":["2018-01-23"],"summary":["Cybersecurity, e-privacy"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-3ca0c466b8ff230d4409591430b388007ce14ff8","ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0","eu-tr-3612325809-89"]}} -{"id":"ec-meeting-2018-01-23-4b845b7289b46866dfeeda13533af062978bc0c5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-23 - Cabinet of Commissioner Věra Jourová x Sky Group"],"date":["2018-01-23"],"summary":["on the regulation of Internet"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-a2ca9161feee56909a0e98b473c2d342c20fdb57","eu-tr-62536168216-12"]}} -{"id":"ec-meeting-2018-01-23-4efde88e36af37fa01898a50e975c98a6490cc28","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-23 - Cabinet of Commissioner Mariya Gabriel x National Association of Software and Services Companies"],"date":["2018-01-23"],"summary":["Cybersecurity"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-255886420598-33","ec-person-fc1068d79545d1659bf47e9b62bfb0aed175629e"]}} -{"id":"ec-meeting-2018-01-23-5035c68085958ea6e9cda247a4ed8e96ca0c8e10","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-23 - Cabinet of President Jean-Claude Juncker x SES S.A. ARIANESPACE"],"date":["2018-01-23"],"summary":["European Space Policy"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-016461319755-04","ec-person-ad6f76ca53dc30d965b15e3728c45dbd0aba44b4","eu-tr-93799097410-24"]}} -{"id":"ec-meeting-2018-01-23-5bc9dd67a0a439a47f227c3a28c7ed966fad2a36","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-23 - Cabinet of Vice-President Valdis Dombrovskis x ITI - The Information Technology Industry Council"],"date":["2018-01-23"],"summary":["Forthcoming digital tax initiative"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-b2d41137decbf33bc8076a41bfe11b68d501a7a0","eu-tr-061601915428-87"]}} -{"id":"ec-meeting-2018-01-23-5bf246bf29099c317f9800e480c6470f8d9e1839","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-23 - Cabinet of Commissioner Pierre Moscovici x WeMove Europe gGmbH"],"date":["2018-01-23"],"summary":["WeMove.eu ont remis une pétition de 100.000 signatures en faveur de la CCCTB"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["ec-person-3cbeba61ae952f06fe4916c381438ebbc676a597","ec-person-1d299d025d2afdcba46db3d131b6197fab6e0c89","eu-tr-951727724586-61"]}} -{"id":"ec-meeting-2018-01-23-5e225aed835c4da070ec573c75fdc14690854546","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-23 - Cabinet of Vice-President Miguel Arias Cañete x IBERDROLA"],"date":["2018-01-23"],"summary":["Clean Energy package"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-41816938101-07","ec-person-2229c857664a22dcb8eee79a8c05841fd3d0924f"]}} -{"id":"ec-meeting-2018-01-23-724547f96e7de6353f770208066c45720807072c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-23 - Cabinet of Commissioner Violeta Bulc x Airport Operators Association"],"date":["2018-01-23"],"summary":["Aviation topics"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-9d4dc4867a44dfe10f67ae7ee1706da3e8b48a24","eu-tr-393445716716-91"]}} -{"id":"ec-meeting-2018-01-23-744ffa0a7aa11d833fce5830aba90bba44db912d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-23 - Cabinet of Commissioner Violeta Bulc x Società italiana per l'assistenza al volo"],"date":["2018-01-23"],"summary":["Meeting with Enrico Parini, ENAV representative in Brussels"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-043518118736-36","ec-person-9d4dc4867a44dfe10f67ae7ee1706da3e8b48a24"]}} -{"id":"ec-meeting-2018-01-23-7b4ec91c055edc60d55de15f5bae98a45ede5114","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-23 - Cabinet of Vice-President Andrus Ansip x Intuitive Surgical, Inc"],"date":["2018-01-23"],"summary":["Health, digital and innovation policy"],"notes":["Portfolio: Digital Single Market"],"location":["Brussel"],"address":["Brussel"],"addressEntity":["addr-62ff8a238a97c72453d6fc3e5cd26a143cd991e7"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-6a03bc4fa7657513ea34529e98dba0671ef4c849","eu-tr-479042728784-52"]}} -{"id":"ec-meeting-2018-01-23-8c350ad13d2256104272f8f646587b57d8dfef11","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-23 - Cabinet of Vice-President Karmenu Vella x The Pew Charitable Trusts ClientEarth Seas At Risk vzw Fiskesekretariatet OCEANA Stichting BirdLife Europe"],"date":["2018-01-23"],"summary":["common fisheries policy, multi-annual plans and fisheries control regulation"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["eu-tr-95261732139-73","ec-person-2966d69fae0ea4e67f3f2df5a743cc766267d3c8","eu-tr-1083162721-43","eu-tr-47937943241-80","eu-tr-46834536998-79","eu-tr-96645517357-19","ec-person-0e3efd8bc1c3ee9a80205d0bb78f316fa1621e5d","eu-tr-40048498591-70"]}} -{"id":"ec-meeting-2018-01-23-8dca147aa81dff9bbd8a04df681ccd9274252454","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-23 - Cabinet of Vice-President Karmenu Vella x European Network of Maritime Clusters"],"date":["2018-01-23"],"summary":["blue growth, blue investments"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["eu-tr-458905915808-19","ec-person-2966d69fae0ea4e67f3f2df5a743cc766267d3c8","ec-person-0e3efd8bc1c3ee9a80205d0bb78f316fa1621e5d"]}} -{"id":"ec-meeting-2018-01-23-97be168b821fc2f397e877d716e711e69af13aa5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-23 - Cabinet of Vice-President Andrus Ansip x eBay EU liaison office"],"date":["2018-01-23"],"summary":["DSM Strategy, trends in the online commerce markets, P2B and intermediary liability initiatives"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-666bc159c7e65a3af9e63c1e97435c02f1496955","ec-person-91ca0921c6790191daa54427311acd63035e7c9e","eu-tr-40386322300-77"]}} -{"id":"ec-meeting-2018-01-23-a30c707628f97abc5ddef9f2728f4095d23c6962","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-23 - Cabinet of Vice-President Andrus Ansip x EBU-UER (European Broadcasting Union)"],"date":["2018-01-23"],"summary":["SatCab Regulation"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-93288301615-56","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45"]}} -{"id":"ec-meeting-2018-01-23-aa52ec9d9fc81c7f2afa23c8b4d0a26f18ade601","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-23 - Cabinet of Vice-President Jyrki Katainen x Teach For All Network"],"date":["2018-01-23"],"summary":["Education and teachers' training"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90","eu-tr-350952629688-14"]}} -{"id":"ec-meeting-2018-01-23-aca577983694f1787c2da1607ec66cbafee158fd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-23 - Cabinet of Vice-President Andrus Ansip x Facebook Ireland Limited"],"date":["2018-01-23"],"summary":["GDPR, e-privacy, fake news, illegal content"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0","ec-person-5db7bdd1c81da2e70eb5b982097d0004111b5c3e","ec-person-c759bd58acc54869aa8e62ce652efcda416e25c2","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45","eu-tr-28666427835-74"]}} -{"id":"ec-meeting-2018-01-23-affa833c6504c04c762f6c8aaebbd8644c73b4f7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-23 - Cabinet of Commissioner Pierre Moscovici x Facebook Ireland Limited Society for Worldwide Interbank Financial Telecommunication Amazon Europe Core SARL Sovereign Strategy Microsoft Corporation Google Schneider Electric Intel Corporation Fujitsu Technology Solutions B.V. Apple Inc."],"date":["2018-01-23"],"summary":["Commission's digital tax proposals: informative exchange of views. Multinationals concerned about impact of change"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["eu-tr-011095511691-05","ec-person-14ef50b9efbe5ab02d528e0ec4ac50c9caf964e3","ec-person-1d299d025d2afdcba46db3d131b6197fab6e0c89","eu-tr-366117914426-10","eu-tr-441732425040-02","eu-tr-03181945560-59","eu-tr-46302264606-44","eu-tr-7459401905-60","eu-tr-0801162959-21","eu-tr-807262215053-09","eu-tr-28666427835-74","eu-tr-588327811384-96"]}} -{"id":"ec-meeting-2018-01-23-b2b9def2401c5bfde63136b78b4be6720d644988","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-23 - Cabinet of Commissioner Carlos Moedas x Wissenschaftsgemeinschaft Gottfried Wilhelm Leibniz e. V."],"date":["2018-01-23"],"summary":["Future of EU Research and Innovation"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["eu-tr-92825497182-59","ec-person-0a716bf5253e913fc40ebf14c12f30dc2e7a06ee","ec-person-23980b2bc4fd9c82051d0f7888dc236b2f764866"]}} -{"id":"ec-meeting-2018-01-23-b33158a70b9437d745bfd967f6988940336e4c1a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-23 - Cabinet of Commissioner Věra Jourová x Facebook Ireland Limited"],"date":["2018-01-23"],"summary":["Hate speech online, Data protection - GDPR, Privacy Shield, E-evidence"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-a608b85b2ffef83f883b5a2330b6232efa1b7141","ec-person-f329292459cb1badb7fb7c6b67b698c441931bb2","ec-person-1e0e3a00ab815dea7c5b839b002ed2c7e34bfe0a","ec-person-184e698af1eb9e33b179680570ca171d8cb31c94","eu-tr-28666427835-74"]}} -{"id":"ec-meeting-2018-01-23-bb07ab1a29570fd98d1ad62a7708d9b1df48ffe5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-23 - Cabinet of Vice-President Cecilia Malmström x Federation of the European Sporting Goods Industry"],"date":["2018-01-23"],"summary":["EU-ASEAN Trade Policy"],"notes":["Portfolio: Trade"],"location":["Brussels, Belgium."],"address":["Brussels, Belgium."],"addressEntity":["addr-33bd2d1a8be5ca867aa9c0e8d89d1cd6a1a28684"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-ce1312d2a248f71fe74eed58aa5915cfa445bbba","eu-tr-616677713667-62"]}} -{"id":"ec-meeting-2018-01-23-bb0cd928320f5c0afb2cf013932dcbbc5485250b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-23 - Informatics x Symantec Corporation"],"date":["2018-01-23"],"summary":["Handshake"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-digit"],"involved":["ec-person-32591d36027eb92a66b57d5bcc8c57d9574380b0","eu-tr-3612325809-89"]}} -{"id":"ec-meeting-2018-01-23-c26e5b12420685a7c4d5f9d03bf61e8ab693848b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-23 - Cabinet of Commissioner Věra Jourová x Symantec Corporation"],"date":["2018-01-23"],"summary":["GDPR, e-Privacy"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-a608b85b2ffef83f883b5a2330b6232efa1b7141","eu-tr-3612325809-89","ec-person-3269ef00f0778677e6f4c8e0f72ce019084206fb"]}} -{"id":"ec-meeting-2018-01-23-c30150e3d567b1a7ecbf50b6722bf8bccad11f1c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-23 - Cabinet of Commissioner Carlos Moedas x Teach For All Network"],"date":["2018-01-23"],"summary":["Education and social innovation"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["eu-tr-350952629688-14","ec-person-a45151b401196e9c374c9acdada9d8840da271ad","ec-person-2b4bb0b28e7435e5f612e44d9664dbd1051efc55"]}} -{"id":"ec-meeting-2018-01-23-ce969f1cca52c815f757a77b1aceba375d674012","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-23 - Cabinet of Vice-President Neven Mimica x Teach For All Network"],"date":["2018-01-23"],"summary":["Meeting with Wendy Kopp, the Founder and CEO to introduce the work of Teach for All"],"notes":["Portfolio: International Cooperation & Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-mimica-neven-of-president-vice"],"involved":["ec-person-5f446e21c2ca97624d9781d53ce7312477e72d6e","eu-tr-350952629688-14","ec-person-b187f3955c71d2e1daa48e02fd0a09ab7c6f6098"]}} -{"id":"ec-meeting-2018-01-23-cf9cdf1ff3f93c3c10cdbbd0a26a18776a2aea10","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-23 - Cabinet of Commissioner Violeta Bulc x Association of Asia Pacific Airlines"],"date":["2018-01-23"],"summary":["Aviation topics"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-9d4dc4867a44dfe10f67ae7ee1706da3e8b48a24","eu-tr-148659915430-51"]}} -{"id":"ec-meeting-2018-01-23-d0d5a3c4f67d03d87943f31949e4789c0d3090fe","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-23 - Cabinet of Vice-President Johannes Hahn x World Council of Churches"],"date":["2018-01-23"],"summary":["EAPPI's work in Israel and Palestine"],"notes":["Portfolio: European Neighbourhood Policy & Enlargement Negotiations"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-hahn-johannes-of-president-vice"],"involved":["ec-person-643595d3a737c63fc95146b51292a4684ed1ca75","eu-tr-205790518834-06"]}} -{"id":"ec-meeting-2018-01-23-e0835f12790e2c7c4173a4ea51b38bdcec81fc1a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-23 - Cabinet of High Representative / Vice-President Federica Mogherini x European Network Against Arms Trade"],"date":["2018-01-23"],"summary":["EU Defence"],"notes":["Portfolio: Foreign Affairs and Security Policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"involved":["eu-tr-198063521842-62","ec-person-702cc2c6e5f88e6a62c801eccaff75ef5e753d5b","ec-person-e03a77379f79ea00cf20048e42e8b0793bf62fa3"]}} -{"id":"ec-meeting-2018-01-23-e68b20d47e02c7ce8288d2ad537d04469fd94c0a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-23 - Cabinet of Commissioner Elżbieta Bieńkowska x Intuitive Surgical, Inc"],"date":["2018-01-23"],"summary":["robotically assisted surgery"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-479042728784-52","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2018-01-23-ef54a404df979aaea034421679a1a0ff966fa93d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-23 - Cabinet of Vice-President Andrus Ansip x University of Ulm, Institute for Complex Quantum Systems"],"date":["2018-01-23"],"summary":["Quantum technologies"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-975691716328-53","ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0"]}} -{"id":"ec-meeting-2018-01-23-fc38841e81b645b008cac79ff740449a2dec97a8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-23 - Cabinet of Commissioner Carlos Moedas x Associazione Luca Coscioni"],"date":["2018-01-23"],"summary":["World Congress for Freedom of Science Research"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-f7ccc3ad366dd2fdb24870e1c02ff2763539c82f","eu-tr-27570996265-42"]}} -{"id":"ec-meeting-2018-01-23-fe4a1b059a4207562b9673971b45aeaec5e00af8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-23 - Cabinet of Vice-President Günther Oettinger x Airbus"],"date":["2018-01-23"],"summary":["space policy"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-2732167674-76","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2018-01-23-ffe164de48798737a0a73ba87dfa782e3522318e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-23 - Cabinet of Commissioner Carlos Moedas x EuropaBio"],"date":["2018-01-23"],"summary":["Update of the Bioeconomy strategy"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-0a716bf5253e913fc40ebf14c12f30dc2e7a06ee","eu-tr-1298286943-59"]}} -{"id":"ec-meeting-2018-01-24-33553b3831b12dfe90580e0632996f41af9446a2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-24 - Cabinet of Vice-President Cecilia Malmström x European Flavour Association"],"date":["2018-01-24"],"summary":["meeting with EFFA on flavourings"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-71022433397-11","ec-person-0e574d9526c0834ba7e67064cd6ec19a4a2460b9"]}} -{"id":"ec-meeting-2018-01-24-394eb7bb3a2a8eaa0333ce417cbbe42bace5460a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-24 - Cabinet of Commissioner Elżbieta Bieńkowska x None"],"date":["2018-01-24"],"summary":["Exchange of views on Industrial Policy"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-19920706471-21","eu-tr-9624415524-28","eu-tr-19153965510-75","eu-tr-04201463642-88","eu-tr-26207914726-42","eu-tr-18146381379-29","ec-person-95a769a1850d7d595f9a5853c51dcbdd3ddd69fb","eu-tr-62722978644-95","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029","eu-tr-15340821653-49"]}} -{"id":"ec-meeting-2018-01-24-4840d6398e36144f87145c356d28b4de8d696261","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-24 - Cabinet of Commissioner Carlos Moedas x AT&T, Inc."],"date":["2018-01-24"],"summary":["Europe and the role of Research & Innovation"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Davos, Switzerland"],"address":["Davos, Switzerland"],"addressEntity":["addr-08640f22e8b61fe48904546ffc0e7b09fd6d6414"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-2b4bb0b28e7435e5f612e44d9664dbd1051efc55","ec-person-23980b2bc4fd9c82051d0f7888dc236b2f764866","eu-tr-92442218459-37"]}} -{"id":"ec-meeting-2018-01-24-484517df16d4a6772291cb55e874b058a1d09c5c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-24 - Cabinet of Vice-President Günther Oettinger x Vodafone Belgium SA"],"date":["2018-01-24"],"summary":["telecom policy"],"notes":["Portfolio: Budget & Human Resources"],"location":["Davos"],"address":["Davos"],"addressEntity":["addr-e260b1b791f27abac6a4f7771a2401be6aee67a9"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-90142503473-81","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2018-01-24-4a08aade6c81bed10e4ff945f3842df0e98a081f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-24 - Task Force for Relations with the United Kingdom x PERNOD RICARD"],"date":["2018-01-24"],"summary":["Meeting with the Task Force for the Preparation and Conduct of the Negotiations with the United Kingdom under Article 50 TEU"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-uktf"],"involved":["ec-person-864cfa5fbc9b02a079ffbab1107f252c7bb08478","eu-tr-352172811-92"]}} -{"id":"ec-meeting-2018-01-24-5580112d32951627e0d8aad9115cb6ba75c3382e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-24 - Internal Market, Industry, Entrepreneurship and SMEs x European Association of Research and Technology Organisations"],"date":["2018-01-24"],"summary":["Discussion on the EU support to industrial innovation, including the role of Public-Private Partnerships, state aids rules for research and innovation and public procurement of innovation."],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-grow"],"involved":["eu-tr-48918086666-95","ec-person-60a3d0d628d231b41af1d0c65607b0fd78ca4edc"]}} -{"id":"ec-meeting-2018-01-24-5946775c7de3f0c12b05b046ef28f276f7fadfe6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-24 - Cabinet of Commissioner Violeta Bulc x Nokia"],"date":["2018-01-24"],"summary":["Meeting with Mr Matthieu Bourguignon, Senior VP"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-35167875358-33","ec-person-be830229e281863b280fbdedb9755116218a1b6d","ec-person-9fddf13de7f65229b7da7c5b25dca1630cad3c48"]}} -{"id":"ec-meeting-2018-01-24-5a84e6d950ce46382d13ec014d9fd4d898148d1c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-24 - Cabinet of Vice-President Andrus Ansip x Scania AB (publ)"],"date":["2018-01-24"],"summary":["Data economy, autonomous and connected driving systems"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-6a03bc4fa7657513ea34529e98dba0671ef4c849","eu-tr-3305029916-47"]}} -{"id":"ec-meeting-2018-01-24-68bf0867e8b08f91e57ee35870a5b1701850672d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-24 - Cabinet of Commissioner Vytenis Andriukaitis x Siemens AG"],"date":["2018-01-24"],"summary":["Medical devices, eHealth, HTA, ERNs"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["eu-tr-4266797770-31","ec-person-df30d07ef698a52b9948b9c734db39196cf8541f"]}} -{"id":"ec-meeting-2018-01-24-75a869e80c2a63f5c9153ccedca8c3c136b0a394","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-24 - Cabinet of Commissioner Mariya Gabriel x SANOFI"],"date":["2018-01-24"],"summary":["Digital Healthcare"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-61291462764-77","ec-person-13ac9a19d8d04f97c0d32603d014df0dd4e1cd2a"]}} -{"id":"ec-meeting-2018-01-24-846f8ec9524f2411d43c44852de76b3087356088","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-24 - Cabinet of Commissioner Phil Hogan x EMILIA-ROMAGNA REGIONAL SUB-UNIT FOR DEVOLOPEMENT AQUACOLTURE AND FISHING"],"date":["2018-01-24"],"summary":["Future of the CAP"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-36482546115-09","ec-person-428cf365f3847d04012831ef2642a1a69aed518d"]}} -{"id":"ec-meeting-2018-01-24-86fe3f26406ef474c65b242e4c56360f3de13798","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-24 - Cabinet of Vice-President Miguel Arias Cañete x Designer Group"],"date":["2018-01-24"],"summary":["Energy supply in Africa"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-323367729732-58","ec-person-1831691c10441c5974327bbeb8693d6b6c1e50c3"]}} -{"id":"ec-meeting-2018-01-24-88a136b3d61c86d80bf0c4aa1395428103876df4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-24 - Mobility and Transport x CANSO - Civil Air Navigation Services Organisation"],"date":["2018-01-24"],"summary":["SES Performance"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-move"],"involved":["eu-tr-26986828838-57","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2018-01-24-8d9fa08d516236c500a82c194e3b0c7e506cdb11","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-24 - Energy x Central Europe Energy Partners"],"date":["2018-01-24"],"summary":["energy policy, clean energy package"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-87738563745-94","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2018-01-24-96ec74dbf3631e64927ac0e5a0186b80ca426d4a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-24 - Cabinet of Commissioner Pierre Moscovici x European Association of Public Banks and Funding agencies AISBL Network of European Financial Institutions for Small and Medium Sized Enterprises Association européenne du cautionnement"],"date":["2018-01-24"],"summary":["MFF"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["ec-person-79931cfd2923c1aca9c7d284e9590732b0a36ed9","eu-tr-67611102869-33","eu-tr-44013762992-64","eu-tr-8754829960-32"]}} -{"id":"ec-meeting-2018-01-24-9d8bdf801f34da68f855c8e3657c9085b0924f24","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-24 - Cabinet of Commissioner Mariya Gabriel x Symantec Corporation"],"date":["2018-01-24"],"summary":["Cybersecurity package, ENISA, ePrivacy"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["ec-person-fc1068d79545d1659bf47e9b62bfb0aed175629e","eu-tr-3612325809-89"]}} -{"id":"ec-meeting-2018-01-24-a4329677051fd9076085e6a08953bc291612ce1c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-24 - Cabinet of Commissioner Marianne Thyssen x Centre for European Policy Studies"],"date":["2018-01-24"],"summary":["CEPS-Eurofound Conference on policies for an ageing work force"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["ec-person-5a49eb89125b4b5d1125b3925bbb64aba1bea2b3","eu-tr-86853666704-95"]}} -{"id":"ec-meeting-2018-01-24-a800c4796c9c61c5951f03341c39d04d4a0c3639","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-24 - Cabinet of Commissioner Mariya Gabriel x Robert Bosch GmbH"],"date":["2018-01-24"],"summary":["Cybersecurity, Internet of Things"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["ec-person-fc1068d79545d1659bf47e9b62bfb0aed175629e","eu-tr-8999533555-91"]}} -{"id":"ec-meeting-2018-01-24-ad59487d45e0ce1e123e1131d128a68a120be56c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-24 - Cabinet of Commissioner Christos Stylianides x International Rescue Committee Inc"],"date":["2018-01-24"],"summary":["FPA"],"notes":["Portfolio: Humanitarian Aid & Crisis Management"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-christos-commissioner-of-stylianides"],"involved":["ec-person-cdd689bd079714522dad472ea4446b0fcc660d8f","eu-tr-66790095679-26"]}} -{"id":"ec-meeting-2018-01-24-b3132b236ccb0df7ac12a1043fef77d1acc76384","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-24 - Cabinet of Vice-President Miguel Arias Cañete x Central Europe Energy Partners"],"date":["2018-01-24"],"summary":["Clean energy package development and the implementation of ETS"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-1831691c10441c5974327bbeb8693d6b6c1e50c3","eu-tr-87738563745-94","ec-person-71f9b3c696abbda505f0fae6baec2c26e0c310dc","ec-person-2229c857664a22dcb8eee79a8c05841fd3d0924f"]}} -{"id":"ec-meeting-2018-01-24-b41b0f7ea586c5b7e72b06137f2d7ff794b485e8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-24 - Cabinet of Vice-President Jyrki Katainen x Application Developers Alliance"],"date":["2018-01-24"],"summary":["Platform to business relationships"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-135037514504-30","ec-person-81b1dda49062e5dac42bdad9273fa72968a2c325"]}} -{"id":"ec-meeting-2018-01-24-b870477a4ee9c27e7507aff941d99f5a1dbe4b67","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-24 - Cabinet of Vice-President Jyrki Katainen x Intercontinental Exchange, Inc."],"date":["2018-01-24"],"summary":["MiFID and CMU"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-141041215133-83","ec-person-955e8c493ab54847bb92b65986f56a401f8eabee"]}} -{"id":"ec-meeting-2018-01-24-bd960e9638be56b1a41ba55fd4b52f832ac7d604","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-24 - Cabinet of Commissioner Vytenis Andriukaitis x SANOFI"],"date":["2018-01-24"],"summary":["HTA; E-Health"],"notes":["Portfolio: Health & Food Safety"],"location":["BRUSSELS"],"address":["BRUSSELS"],"addressEntity":["addr-f74337897287bf1b546f30505f5b1f693a87af50"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["eu-tr-61291462764-77","ec-person-059ca943fc5fc696d2a97849c635ddf7b6ab7fd7"]}} -{"id":"ec-meeting-2018-01-24-bedddac31b54346b3a5f0b43440d8fee79392063","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-24 - Cabinet of Vice-President Jyrki Katainen x Google"],"date":["2018-01-24"],"summary":["Investment and innovation in the EU"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Davos"],"address":["Davos"],"addressEntity":["addr-e260b1b791f27abac6a4f7771a2401be6aee67a9"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90","eu-tr-03181945560-59"]}} -{"id":"ec-meeting-2018-01-24-c1c3138aa414ce338b3e297ec1a58903a04f414a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-24 - Cabinet of Commissioner Mariya Gabriel x University of Sussex"],"date":["2018-01-24"],"summary":["5G, platform regulation and Artificial Intelligence"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-793632027863-66","ec-person-fc1068d79545d1659bf47e9b62bfb0aed175629e"]}} -{"id":"ec-meeting-2018-01-24-ca420f04c6b0c2cac65465bb987f928ea42fa74d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-24 - Cabinet of Vice-President Andrus Ansip x Swedbank AB (publ)"],"date":["2018-01-24"],"summary":["Free Flow of Data, ePrivacy, Cybersecurity, GDPR"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-960532323803-62","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45"]}} -{"id":"ec-meeting-2018-01-24-d4ec8e7eaea95ff369769cf3b6ae4c59bf1aae67","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-24 - Cabinet of Commissioner Carlos Moedas x IDeA Europe Foundation"],"date":["2018-01-24"],"summary":["Presentation of IDeA Europe Foundation"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["eu-tr-210219629717-70","ec-person-a6e757d2928b639b876fd492ddee1fc1420908bf"]}} -{"id":"ec-meeting-2018-01-24-dcd81eb4b7cb8ef66f34f822708a8922397d5083","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-24 - Cabinet of Commissioner Carlos Moedas x Telia Company AB"],"date":["2018-01-24"],"summary":["Europe and the role of Research & Innovation"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Davos, Switzerland"],"address":["Davos, Switzerland"],"addressEntity":["addr-08640f22e8b61fe48904546ffc0e7b09fd6d6414"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-2b4bb0b28e7435e5f612e44d9664dbd1051efc55","eu-tr-381805014604-45","ec-person-23980b2bc4fd9c82051d0f7888dc236b2f764866"]}} -{"id":"ec-meeting-2018-01-24-e7ca94abfc6df62a33db34f1f193c4f6e449614f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-24 - Cabinet of Commissioner Julian King x Broadband Stakeholder Group"],"date":["2018-01-24"],"summary":["Cybersecurity"],"notes":["Portfolio: Security Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-julian-king-of"],"involved":["eu-tr-460590618477-81","ec-person-8534d5829e2b89b2389ad8651205fee73503f559"]}} -{"id":"ec-meeting-2018-01-24-f2b12a1413a07d059b6b3bd2e86c6509596fb78b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-24 - Cabinet of Vice-President Maroš Šefčovič x Central Europe Energy Partners"],"date":["2018-01-24"],"summary":["Energy Union"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-87738563745-94","ec-person-af83ed49c403cb9d7ebfecca7893f0054c1f4be5"]}} -{"id":"ec-meeting-2018-01-24-f49d4fe57dd150e5aaae2b3eb022f83b0803d864","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-24 - Energy x Mitsubishi Power Europe GmbH"],"date":["2018-01-24"],"summary":["Clean Energy package, energy efficiency"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-997484720855-72","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2018-01-24-fe54bdd0930785b46b5f535bc1eb7b1ca024375f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-24 - Cabinet of Vice-President Valdis Dombrovskis x FTI Consulting Belgium"],"date":["2018-01-24"],"summary":["Trans Adriatic Pipeline project"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-b2d41137decbf33bc8076a41bfe11b68d501a7a0","eu-tr-29896393398-67"]}} -{"id":"ec-meeting-2018-01-25-08075cafb3f4e1505bfc6a4c6a1455b4ae980a9d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-25 - Cabinet of Vice-President Andrus Ansip x Intel Corporation"],"date":["2018-01-25"],"summary":["Security research findings"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-3ca0c466b8ff230d4409591430b388007ce14ff8","eu-tr-7459401905-60"]}} -{"id":"ec-meeting-2018-01-25-0dbcd99687441fb1d8762aeadd62a47358d8d206","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-25 - Cabinet of Commissioner Pierre Moscovici x S&P Global"],"date":["2018-01-25"],"summary":["EU and US economic outlook"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Davos"],"address":["Davos"],"addressEntity":["addr-e260b1b791f27abac6a4f7771a2401be6aee67a9"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["eu-tr-319148015141-55","ec-person-3cbeba61ae952f06fe4916c381438ebbc676a597","ec-person-4d74d0c260dc052838b8da02f72e7322f6cfc514"]}} -{"id":"ec-meeting-2018-01-25-1259a0ef5f938be316ac8f30bcfd44a900a65707","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-25 - Cabinet of Commissioner Pierre Moscovici x SANOFI Novartis International AG"],"date":["2018-01-25"],"summary":["European patent protection"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["eu-tr-61291462764-77","ec-person-14ef50b9efbe5ab02d528e0ec4ac50c9caf964e3","eu-tr-91269481588-28"]}} -{"id":"ec-meeting-2018-01-25-1270a8524186155098fef670b6e2b00c5e30db41","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-25 - Cabinet of Vice-President Jyrki Katainen x Koninklijke Philips"],"date":["2018-01-25"],"summary":["Circular economy"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Davos"],"address":["Davos"],"addressEntity":["addr-e260b1b791f27abac6a4f7771a2401be6aee67a9"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90","eu-tr-035366013790-68"]}} -{"id":"ec-meeting-2018-01-25-20f4c04dda9d0dc565904fc8dd1d782a9d887d49","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-25 - Cabinet of Commissioner Věra Jourová x EuroCommerce AIM European Brands Association FoodDrinkEurope"],"date":["2018-01-25"],"summary":["Dual Quality"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["eu-tr-84973761187-60","ec-person-a608b85b2ffef83f883b5a2330b6232efa1b7141","ec-person-a2ca9161feee56909a0e98b473c2d342c20fdb57","eu-tr-75818824519-45","eu-tr-1074382679-01"]}} -{"id":"ec-meeting-2018-01-25-25716b690d18f03021527981e546c1c041b862c9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-25 - Environment x PRESTOMEDIA S.L."],"date":["2018-01-25"],"summary":["Circular Economy"],"location":["Bruxelles"],"address":["Bruxelles"],"addressEntity":["addr-b58f5927b66d94a676970dc048485d4c6848f272"],"organizer":["ec-dg-env"],"involved":["eu-tr-714082013977-02","ec-person-3bc74ce04ea3f4ab4d91a5c88eef25b8b8a213b4"]}} -{"id":"ec-meeting-2018-01-25-2579b4ce506a3e3a7276c4fa17d9ab13976e9f6a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-25 - Cabinet of Commissioner Pierre Moscovici x Bank of America Corporation"],"date":["2018-01-25"],"summary":["discussed Brexit and implications for financial sector, US economic outlook and impact of US tax reform"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Davos"],"address":["Davos"],"addressEntity":["addr-e260b1b791f27abac6a4f7771a2401be6aee67a9"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["ec-person-3cbeba61ae952f06fe4916c381438ebbc676a597","ec-person-4d74d0c260dc052838b8da02f72e7322f6cfc514","eu-tr-53891615036-88"]}} -{"id":"ec-meeting-2018-01-25-25a2441981db4261bf26bc1817e849b453103472","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-25 - Cabinet of Vice-President Andrus Ansip x Société des Auteurs, Compositeurs et Editeurs de Musique"],"date":["2018-01-25"],"summary":["Copyright"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-e91c5be432b6b3efdda369792fed67c20b767a45","eu-tr-829208810503-45"]}} -{"id":"ec-meeting-2018-01-25-2ee372c5ffb73d5be80caee9203da59fa97b9669","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-25 - Cabinet of Commissioner Carlos Moedas x Hewlett Packard Enterprise"],"date":["2018-01-25"],"summary":["Europe and the role of Research & Innovation"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Davos, Switzerland"],"address":["Davos, Switzerland"],"addressEntity":["addr-08640f22e8b61fe48904546ffc0e7b09fd6d6414"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-2b4bb0b28e7435e5f612e44d9664dbd1051efc55","ec-person-23980b2bc4fd9c82051d0f7888dc236b2f764866","eu-tr-075071719925-75"]}} -{"id":"ec-meeting-2018-01-25-309a40371be342c7fc41aa8cf251622aed402613","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-25 - Cabinet of Commissioner Pierre Moscovici x Transparency International"],"date":["2018-01-25"],"summary":["Whistleblower protection."],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["ec-person-1d299d025d2afdcba46db3d131b6197fab6e0c89","eu-tr-501222919-71"]}} -{"id":"ec-meeting-2018-01-25-39c8c820ff2712f08908bd02b4edf161c32e4272","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-25 - Cabinet of Vice-President Jyrki Katainen x Ellen MacArthur Foundation"],"date":["2018-01-25"],"summary":["Circular economy"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Davos"],"address":["Davos"],"addressEntity":["addr-e260b1b791f27abac6a4f7771a2401be6aee67a9"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90","eu-tr-206816021848-17"]}} -{"id":"ec-meeting-2018-01-25-3ac38954ee6ee43559aaaa302ac3210349f749eb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-25 - Cabinet of Vice-President Andrus Ansip x Avanci, LLC"],"date":["2018-01-25"],"summary":["Patents and licencing"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-6a03bc4fa7657513ea34529e98dba0671ef4c849","eu-tr-783672324981-52"]}} -{"id":"ec-meeting-2018-01-25-3d2257f5b4df544760fd28bf5dae0309f065f4b0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-25 - Cabinet of Vice-President Günther Oettinger x Bill & Melinda Gates Foundation"],"date":["2018-01-25"],"summary":["development funding"],"notes":["Portfolio: Budget & Human Resources"],"location":["Davos"],"address":["Davos"],"addressEntity":["addr-e260b1b791f27abac6a4f7771a2401be6aee67a9"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-371567915480-41","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2018-01-25-50275226321efc790150e58c151b00781f5ad77b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-25 - Cabinet of Commissioner Vytenis Andriukaitis x European Hospital and Healthcare Federation"],"date":["2018-01-25"],"summary":["State of Health in the EU; European Reference Networks; falsified medicines"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-059ca943fc5fc696d2a97849c635ddf7b6ab7fd7","ec-person-df30d07ef698a52b9948b9c734db39196cf8541f","eu-tr-73872883198-91"]}} -{"id":"ec-meeting-2018-01-25-5323f5ba5472b5870f404e942f8ecb2defb649c4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-25 - Cabinet of Vice-President Andrus Ansip x ISFE - Representing the European Videogames Industry"],"date":["2018-01-25"],"summary":["DSM general, data"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-e91c5be432b6b3efdda369792fed67c20b767a45","eu-tr-20586492362-11"]}} -{"id":"ec-meeting-2018-01-25-597ed27071473d8f879dc7b27a14c3902c683b76","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-25 - Cabinet of Commissioner Pierre Moscovici x ArcelorMittal"],"date":["2018-01-25"],"summary":["Taxation and competition"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Davos"],"address":["Davos"],"addressEntity":["addr-e260b1b791f27abac6a4f7771a2401be6aee67a9"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["ec-person-3cbeba61ae952f06fe4916c381438ebbc676a597","eu-tr-23527541824-60","ec-person-4d74d0c260dc052838b8da02f72e7322f6cfc514"]}} -{"id":"ec-meeting-2018-01-25-5a4b0f784a8b196991a8fa4f0d5cfa47b5dafe2b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-25 - Cabinet of First Vice-President Frans Timmermans x European Network of Councils for the Judiciary"],"date":["2018-01-25"],"summary":["Situation of the Judiciary in Europe"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-45444124056-57","ec-person-f87a3277bb5391e01fe3111e915444e51feb191a"]}} -{"id":"ec-meeting-2018-01-25-5cf70a064b500b5e6e6cdd7188392f7fe742ac34","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-25 - Cabinet of Vice-President Andrus Ansip x arago GmbH"],"date":["2018-01-25"],"summary":["Artificial intelligence, digitising industry, data protection"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-884700729242-61","ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0"]}} -{"id":"ec-meeting-2018-01-25-614490c1a70a0f99080ac85676d96865cdd633fe","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-25 - Energy x Europe Affaires Publiques"],"date":["2018-01-25"],"summary":["renewable energies, Islands Initiative"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["ec-person-6997149120ce5129e38febe5275dc8fd03232d2e","eu-tr-430358814107-24"]}} -{"id":"ec-meeting-2018-01-25-628f0db69dbf05fb5034b3345afaa4e9580410e8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-25 - Inspire, Debate, Engage and Accelerate Action x Wellcome Trust"],"date":["2018-01-25"],"summary":["EU Science Policy"],"location":["Davos"],"address":["Davos"],"addressEntity":["addr-e260b1b791f27abac6a4f7771a2401be6aee67a9"],"organizer":["ec-dg-idea"],"involved":["eu-tr-912723313554-37","ec-person-4fe56a64c00b3e81c851b5538878b32481bd7d3c"]}} -{"id":"ec-meeting-2018-01-25-6845d9f41ca54e8a53fb988b76e10590b19c42b3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-25 - Cabinet of Commissioner Vytenis Andriukaitis x FTI Consulting Belgium Global Alliance for Tuberculosis Drug Development"],"date":["2018-01-25"],"summary":["EU action to help reduce TB"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-97425c615743576adc42e09bee7dac14f83f691b","ec-person-df30d07ef698a52b9948b9c734db39196cf8541f","eu-tr-29896393398-67","eu-tr-636752920377-18"]}} -{"id":"ec-meeting-2018-01-25-68bba55750a9cf480a3d3fb1eecca6b9d119a950","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-25 - Cabinet of Vice-President Miguel Arias Cañete x Equinor ASA"],"date":["2018-01-25"],"summary":["Gas markets"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-1831691c10441c5974327bbeb8693d6b6c1e50c3","eu-tr-4447605981-76"]}} -{"id":"ec-meeting-2018-01-25-7018d6dee9fe0341ab3457b379cdc0228ebe7bdf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-25 - Cabinet of Commissioner Pierre Moscovici x France Digitale"],"date":["2018-01-25"],"summary":["Commission's digital taxation proposal"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["ec-person-1d299d025d2afdcba46db3d131b6197fab6e0c89","eu-tr-479234015862-06"]}} -{"id":"ec-meeting-2018-01-25-78df745f2b1e9b7479eecda4e50adb765938f00d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-25 - Cabinet of Commissioner Carlos Moedas x Facebook Ireland Limited"],"date":["2018-01-25"],"summary":["Europe and the role of Research & Innovation"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Davos, Switzerland"],"address":["Davos, Switzerland"],"addressEntity":["addr-08640f22e8b61fe48904546ffc0e7b09fd6d6414"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-2b4bb0b28e7435e5f612e44d9664dbd1051efc55","ec-person-23980b2bc4fd9c82051d0f7888dc236b2f764866","eu-tr-28666427835-74"]}} -{"id":"ec-meeting-2018-01-25-7a91e4e0cb22085bbdc6e501b34dd126add398a5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-25 - Cabinet of Commissioner Vytenis Andriukaitis x European Former Foodstuff Processors Association"],"date":["2018-01-25"],"summary":["Food waste"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-0dbfffeb0323f819c8d57164906086dd8639c437","eu-tr-821295712391-66"]}} -{"id":"ec-meeting-2018-01-25-7c9e8f3644aad8d15f3473efb5ff01524db691cd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-25 - Cabinet of Commissioner Pierre Moscovici x Bridgewater Associates, LP"],"date":["2018-01-25"],"summary":["EU and US economic outlook"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Davos"],"address":["Davos"],"addressEntity":["addr-e260b1b791f27abac6a4f7771a2401be6aee67a9"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["eu-tr-069737129686-14","ec-person-3cbeba61ae952f06fe4916c381438ebbc676a597","ec-person-4d74d0c260dc052838b8da02f72e7322f6cfc514"]}} -{"id":"ec-meeting-2018-01-25-8235fe069e178ac79a0f59535679d3aafd9428f7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-25 - Cabinet of Vice-President Jyrki Katainen x Uber"],"date":["2018-01-25"],"summary":["Future of mobility"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Davos"],"address":["Davos"],"addressEntity":["addr-e260b1b791f27abac6a4f7771a2401be6aee67a9"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90","eu-tr-002278013515-26"]}} -{"id":"ec-meeting-2018-01-25-84bcf08d79cef8a846ae9212713620bc23c73440","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-25 - Cabinet of Commissioner Carlos Moedas x Nestlé S.A."],"date":["2018-01-25"],"summary":["Europe and the role of Research & Innovation"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Davos, Switzerland"],"address":["Davos, Switzerland"],"addressEntity":["addr-08640f22e8b61fe48904546ffc0e7b09fd6d6414"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-2b4bb0b28e7435e5f612e44d9664dbd1051efc55","eu-tr-15366395387-57","ec-person-23980b2bc4fd9c82051d0f7888dc236b2f764866"]}} -{"id":"ec-meeting-2018-01-25-86720a136171630cbddca1b253c768d7b5121b75","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-25 - Cabinet of Vice-President Cecilia Malmström x arago GmbH Johanssen + Kretschmer"],"date":["2018-01-25"],"summary":["Presentation of the company / Framework conditions for digital champions and Artificial Intelligence"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-884700729242-61","ec-person-20ded9db5df11164331bb161fdf234b1e5ad53fd","eu-tr-510684428781-17","ec-person-591ec829ca734bcfe59a2c9c7f07f9dff22a0ea9"]}} -{"id":"ec-meeting-2018-01-25-962ab65324e4f3e1da2b8f4cf1631c9d0c790a4e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-25 - Cabinet of Commissioner Mariya Gabriel x arago GmbH"],"date":["2018-01-25"],"summary":["European digital champions and Artificial Intelligence"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-884700729242-61","ec-person-fc1068d79545d1659bf47e9b62bfb0aed175629e"]}} -{"id":"ec-meeting-2018-01-25-9713edc287ebd3cc99360b8995cc75c0e65f37e6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-25 - Cabinet of Commissioner Carlos Moedas x World Economic Forum"],"date":["2018-01-25"],"summary":["Europe and the role of Research & Innovation"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Davos, Switzerland"],"address":["Davos, Switzerland"],"addressEntity":["addr-08640f22e8b61fe48904546ffc0e7b09fd6d6414"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-2b4bb0b28e7435e5f612e44d9664dbd1051efc55","ec-person-23980b2bc4fd9c82051d0f7888dc236b2f764866","eu-tr-389715028237-59"]}} -{"id":"ec-meeting-2018-01-25-9898029c3230eebddf59df6b044feac4c8fa0486","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-25 - Cabinet of Vice-President Jyrki Katainen x ArcelorMittal"],"date":["2018-01-25"],"summary":["State of EU steel industry"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Davos"],"address":["Davos"],"addressEntity":["addr-e260b1b791f27abac6a4f7771a2401be6aee67a9"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90","eu-tr-23527541824-60"]}} -{"id":"ec-meeting-2018-01-25-a10c351655f2bbf420ebd4ab00bb39e25f4f3c57","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-25 - Cabinet of Vice-President Cecilia Malmström x Heineken N.V."],"date":["2018-01-25"],"summary":["Trade agreement with Mexico"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-827688315793-86","ec-person-98880f3f4206145e196013db9dd806a551c11e06"]}} -{"id":"ec-meeting-2018-01-25-a7e2f88f780b3f377a15111a36c3fe58565907b1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-25 - Cabinet of Vice-President Jyrki Katainen x The Goldman Sachs Group, Inc."],"date":["2018-01-25"],"summary":["CMU Package, ESAs Review, Brexit"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-701266814986-18","ec-person-955e8c493ab54847bb92b65986f56a401f8eabee"]}} -{"id":"ec-meeting-2018-01-25-a9c444d40ae392083303e050714a123018379ba6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-25 - Cabinet of Vice-President Miguel Arias Cañete x Stichting European Climate Foundation"],"date":["2018-01-25"],"summary":["Energy & Climate Governance"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-3eac19199bd5dbac49f504d2610a9066dddbfe57","eu-tr-64869491516-70"]}} -{"id":"ec-meeting-2018-01-25-aee0006c76235d1a12f5998d831007a5dc070fa6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-25 - Cabinet of Vice-President Jyrki Katainen x Bill & Melinda Gates Foundation"],"date":["2018-01-25"],"summary":["Contribution of Gates Foundation to the External Investment Plan"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Davos"],"address":["Davos"],"addressEntity":["addr-e260b1b791f27abac6a4f7771a2401be6aee67a9"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90","eu-tr-371567915480-41"]}} -{"id":"ec-meeting-2018-01-25-b4887a31ffe094fbbe07f746de613ec7d4f27d82","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-25 - Cabinet of Vice-President Miguel Arias Cañete x Climate Action Network Europe"],"date":["2018-01-25"],"summary":["Climate"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-7e87a14bf64af274f1cfb85d6b64a405eea6217f","eu-tr-55888811123-49"]}} -{"id":"ec-meeting-2018-01-25-ba6a5f81f7856be9c769a07cfa14da5eed3f3f9a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-25 - Taxation and Customs Union x Avalara Europe Limited"],"date":["2018-01-25"],"summary":["Presentation of Avalara"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-taxud"],"involved":["ec-person-3173c1cc052827c58f23ccd3a8de07534f0d35bd","eu-tr-050542829650-16"]}} -{"id":"ec-meeting-2018-01-25-c8ad8f6639c0a2f9f343dab2c01876618bd16d3f","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2018-01-25 - Cabinet of Vice-President Jyrki Katainen x Bloomberg L.P."],"date":["2018-01-25"],"summary":["Sustainable Finance and FinTech","CMU + EU economic outlook"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels","Davos"],"address":["Brussels","Davos"],"addressEntity":["addr-e260b1b791f27abac6a4f7771a2401be6aee67a9","addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90","eu-tr-214140728444-40","ec-person-955e8c493ab54847bb92b65986f56a401f8eabee"]}} -{"id":"ec-meeting-2018-01-25-cf3d51e319ca0254df7be076e11e07b7e4c0e84b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-25 - Cabinet of Commissioner Pierre Moscovici x Bloomberg L.P."],"date":["2018-01-25"],"summary":["discussion on EU and US political and economic outlook"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Davos"],"address":["Davos"],"addressEntity":["addr-e260b1b791f27abac6a4f7771a2401be6aee67a9"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["eu-tr-214140728444-40","ec-person-3cbeba61ae952f06fe4916c381438ebbc676a597","ec-person-4d74d0c260dc052838b8da02f72e7322f6cfc514"]}} -{"id":"ec-meeting-2018-01-25-dbb1b57445cc0280d4e667d4e61365d7608523ab","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-25 - Cabinet of Commissioner Julian King x Intel Corporation"],"date":["2018-01-25"],"summary":["Security Research"],"notes":["Portfolio: Security Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-julian-king-of"],"involved":["ec-person-355668f7f858778b0b745d45441b2e4393f4a7be","eu-tr-7459401905-60"]}} -{"id":"ec-meeting-2018-01-25-ddba400f8554d416b0d6d2f816594ed28b3c7b01","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-25 - Cabinet of Vice-President Cecilia Malmström x Polint Ltd"],"date":["2018-01-25"],"summary":["Trade relations with Asia"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-69369266684-67","ec-person-98880f3f4206145e196013db9dd806a551c11e06"]}} -{"id":"ec-meeting-2018-01-25-eeeb098a8c1f03f2b5254103bef6274a7cbb0151","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-25 - Cabinet of Vice-President Miguel Arias Cañete x Environmental Justice Foundation"],"date":["2018-01-25"],"summary":["Climate change and its role in conflict and displacement"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-817535514065-10","ec-person-7e87a14bf64af274f1cfb85d6b64a405eea6217f","ec-person-2229c857664a22dcb8eee79a8c05841fd3d0924f"]}} -{"id":"ec-meeting-2018-01-25-f53469586fde531547977523d8a5c4d4fbfbbc33","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-25 - Cabinet of Vice-President Günther Oettinger x Novartis International AG"],"date":["2018-01-25"],"summary":["health policy"],"notes":["Portfolio: Budget & Human Resources"],"location":["Davos"],"address":["Davos"],"addressEntity":["addr-e260b1b791f27abac6a4f7771a2401be6aee67a9"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-91269481588-28","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2018-01-25-f7e385099ac420ee35c62ac21f348e2400131b15","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-25 - Cabinet of Commissioner Pierre Moscovici x Google"],"date":["2018-01-25"],"summary":["Digital taxation"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Davos"],"address":["Davos"],"addressEntity":["addr-e260b1b791f27abac6a4f7771a2401be6aee67a9"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["ec-person-3cbeba61ae952f06fe4916c381438ebbc676a597","eu-tr-03181945560-59","ec-person-4d74d0c260dc052838b8da02f72e7322f6cfc514"]}} -{"id":"ec-meeting-2018-01-25-ff2f118ba144f4747d16c5577fa456ba38eeeb00","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-25 - Cabinet of Commissioner Phil Hogan x Novartis International AG"],"date":["2018-01-25"],"summary":["Business discussion"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-400dd8d59d3060187d9b9b143d697da1a3d03c12","eu-tr-91269481588-28"]}} -{"id":"ec-meeting-2018-01-26-200d8c5cb08b6c133c295e97c3974ea619d2cfa6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-26 - Cabinet of Vice-President Cecilia Malmström x EU ProSun"],"date":["2018-01-26"],"summary":["U.S. trade measures on solar imports"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-637930515146-10","ec-person-591ec829ca734bcfe59a2c9c7f07f9dff22a0ea9"]}} -{"id":"ec-meeting-2018-01-26-3890586e4de67b32535b0b16f8ea28632847684b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-26 - Mobility and Transport x Transport and Environment (European Federation for Transport and Environment)"],"date":["2018-01-26"],"summary":["Aviation policy, greenhouse gas emission"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-move"],"involved":["ec-person-26cdfacae671b09917bee1a91c91973941fa58a2","eu-tr-58744833263-19"]}} -{"id":"ec-meeting-2018-01-26-3c98a24a79445e80fccd24f4e7580afc65b4736b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-26 - Cabinet of Vice-President Miguel Arias Cañete x Polish Electricity Association"],"date":["2018-01-26"],"summary":["Energy"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-255859710443-50","ec-person-7e87a14bf64af274f1cfb85d6b64a405eea6217f"]}} -{"id":"ec-meeting-2018-01-26-3e395ea49f5cf24dfe6033104c8e3efc9b0f329a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-26 - Cabinet of Commissioner Pierre Moscovici x UBS Group AG"],"date":["2018-01-26"],"summary":["discussed EU-CH relations including CH's inclusion in the list of non-cooperative tax jurisdictions"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Davos"],"address":["Davos"],"addressEntity":["addr-e260b1b791f27abac6a4f7771a2401be6aee67a9"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["ec-person-3cbeba61ae952f06fe4916c381438ebbc676a597","ec-person-4d74d0c260dc052838b8da02f72e7322f6cfc514","eu-tr-365453815252-29"]}} -{"id":"ec-meeting-2018-01-26-4ae1255221aa9b3928007a1c1de07363aeaa92fa","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-26 - Cabinet of President Jean-Claude Juncker x Wilfried Martens Centre for European Studies"],"date":["2018-01-26"],"summary":["Future of Europe"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-b1bf9aa5fb7e886441ff341b657cc482b64a2a3e","eu-tr-865557816122-74"]}} -{"id":"ec-meeting-2018-01-26-627d074f901ada0d77754c710274bd6d1489b2ae","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-26 - Cabinet of Commissioner Marianne Thyssen x European Federation of National Organisations working with the Homeless Eurodiaconia The Salvation Army EU Affairs Office"],"date":["2018-01-26"],"summary":["Implementation of the European Pilar of Social Rights and the design of the new Multiannual Financial Framework"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Berlaymont Brussels"],"address":["Berlaymont Brussels"],"addressEntity":["addr-0fd55a0f4581392ea00e96d7ca346affde8698f6"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["eu-tr-42528706153-39","eu-tr-4293010684-55","eu-tr-996731721536-55","ec-person-97cc52ff34af5e6170626d2711bb791d319e064a"]}} -{"id":"ec-meeting-2018-01-26-82f710cef7bf05f4df8eae6f7465869dc10c6b7e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-26 - Energy x Business Bridge Europe"],"date":["2018-01-26"],"summary":["Energy policy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["ec-person-6997149120ce5129e38febe5275dc8fd03232d2e","eu-tr-72856225852-31"]}} -{"id":"ec-meeting-2018-01-26-a2a09d85f6c2742fcc1b251ff2c80b2d53a88e0c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-26 - Cabinet of Commissioner Carlos Moedas x Anheuser-Busch InBev nv/sa"],"date":["2018-01-26"],"summary":["Europe and the role of Research & Innovation"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Davos, Switzerland"],"address":["Davos, Switzerland"],"addressEntity":["addr-08640f22e8b61fe48904546ffc0e7b09fd6d6414"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-2b4bb0b28e7435e5f612e44d9664dbd1051efc55","eu-tr-161157710612-65","ec-person-23980b2bc4fd9c82051d0f7888dc236b2f764866"]}} -{"id":"ec-meeting-2018-01-26-b8f075d4296f6acfa3ee3cab2757e6a4604b44ba","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-26 - Cabinet of Vice-President Jyrki Katainen x Netherlands Organisation for Applied Scientific Research TNO"],"date":["2018-01-26"],"summary":["Industrial policy, research & innovation"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-c50e8c2cc390c5efb0626988d173bc6758459e0f","eu-tr-40524063921-20"]}} -{"id":"ec-meeting-2018-01-26-caa520b6f3e70d94594c3f9f84553bb84b9f4303","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-26 - Cabinet of Commissioner Violeta Bulc x Federazione Confindustria Digitale"],"date":["2018-01-26"],"summary":["presentation Unindustria"],"notes":["Portfolio: Transport"],"location":["bruxelles"],"address":["bruxelles"],"addressEntity":["addr-9640f09d3fa038b42259a3faac3eafb0223cb23a"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-be830229e281863b280fbdedb9755116218a1b6d","eu-tr-746723218152-94"]}} -{"id":"ec-meeting-2018-01-26-e61659dcce0aef1da5e2139a5fd5b43d0c9fd1dc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-26 - Cabinet of Vice-President Andrus Ansip x Allied for Startups asbl"],"date":["2018-01-26"],"summary":["DSM general, copyright, ePrivacy"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-634665118544-37","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45"]}} -{"id":"ec-meeting-2018-01-28-637888b2a1df7a2dd4f12ff4bb38e5f159810bfc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-28 - Cabinet of Commissioner Marianne Thyssen x Naturschutzbund Deutschland e.V. Confederation of Family Organisations in the European Union"],"date":["2018-01-28"],"summary":["Multiannual Financial Framework"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Berlaymont Brussels"],"address":["Berlaymont Brussels"],"addressEntity":["addr-0fd55a0f4581392ea00e96d7ca346affde8698f6"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["eu-tr-93283396780-85","eu-tr-0285583802-96","ec-person-97cc52ff34af5e6170626d2711bb791d319e064a"]}} -{"id":"ec-meeting-2018-01-29-01f1366951ec6f8564c57532089b92a034164ca0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-29 - Cabinet of Commissioner Corina Crețu x Third Generation Environmentalism Ltd"],"date":["2018-01-29"],"summary":["MFF and climate risk"],"notes":["Portfolio: Regional Policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-corina-cretu-of"],"involved":["ec-person-b6d8ffa1f6c665ea8de36b048d1320f9fe4a52fa","eu-tr-07783117686-61","ec-person-a8f47f7eb96bfb81929848b0ee89067bcbf0ce81"]}} -{"id":"ec-meeting-2018-01-29-0adedbc1c7db2389b4aeb6e89abc9a8baab48390","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-29 - Cabinet of Commissioner Elżbieta Bieńkowska x EuroCommerce"],"date":["2018-01-29"],"summary":["food supply chain"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-84973761187-60","ec-person-b2f9be51339f054477846797e2c119fcf16548fc"]}} -{"id":"ec-meeting-2018-01-29-0dfef0e59a5a4e98b1dba8244cc220bd5921615d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-29 - Cabinet of Commissioner Vytenis Andriukaitis x EDEKA ZENTRALE Stiftung & Co. KG REWE ZENTRALFINANZ eG Bundesverband des Deutschen Lebensmittelhandels e.V."],"date":["2018-01-29"],"summary":["Retail narrative"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["eu-tr-695563913580-18","eu-tr-650035215812-91","ec-person-0dbfffeb0323f819c8d57164906086dd8639c437","eu-tr-692031117961-03"]}} -{"id":"ec-meeting-2018-01-29-0f1b05cbb8f265906a63ab97310ebf262ea9bc7b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-29 - Cabinet of Vice-President Jyrki Katainen x Fédération bancaire française"],"date":["2018-01-29"],"summary":["Sustainable Finance and Banking Union Package"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-955e8c493ab54847bb92b65986f56a401f8eabee","eu-tr-09245221105-30"]}} -{"id":"ec-meeting-2018-01-29-2bfc63e457eced2d0e344a848f86ae193af12a6f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-29 - Cabinet of Vice-President Jyrki Katainen x Société nationale SNCF"],"date":["2018-01-29"],"summary":["EU industrial policy"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-c50e8c2cc390c5efb0626988d173bc6758459e0f","eu-tr-97914681026-14"]}} -{"id":"ec-meeting-2018-01-29-448f6be4bb0f9e529a8b95b7c038684480706244","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-29 - Cabinet of Commissioner Elżbieta Bieńkowska x Leonardo S.p.A."],"date":["2018-01-29"],"summary":["Security/defence"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["ec-person-685ecf13dd26cd515c961e24ba71049af2302c5e","eu-tr-02550382403-01"]}} -{"id":"ec-meeting-2018-01-29-49d704850521e041c42e68a14bd6bc5d3b780596","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-29 - Cabinet of Commissioner Marianne Thyssen x Nielsen Holdings"],"date":["2018-01-29"],"summary":["TV audience measurement."],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["ec-person-5a49eb89125b4b5d1125b3925bbb64aba1bea2b3","eu-tr-623769618353-56"]}} -{"id":"ec-meeting-2018-01-29-64889cda476078755e9a9e852d976f3b1f734337","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-29 - Cabinet of Commissioner Pierre Moscovici x MAZARS"],"date":["2018-01-29"],"summary":["Réunion sur la réforme de l'audit et des risques de concentration dans le secteur audit."],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["eu-tr-997255629306-23","ec-person-1d299d025d2afdcba46db3d131b6197fab6e0c89"]}} -{"id":"ec-meeting-2018-01-29-7ab0a6cdce7a1199f0650deb4e8a50e9b70ac711","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-29 - Cabinet of Commissioner Violeta Bulc x Transport and Environment (European Federation for Transport and Environment)"],"date":["2018-01-29"],"summary":["Meeting with William Todts"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-9d4dc4867a44dfe10f67ae7ee1706da3e8b48a24","eu-tr-58744833263-19"]}} -{"id":"ec-meeting-2018-01-29-890805d99ab2acfe5f19834c61cfc0bd6cd0e02f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-29 - Cabinet of Vice-President Cecilia Malmström x Nike, Inc."],"date":["2018-01-29"],"summary":["EU-ASEAN Trade Policy"],"notes":["Portfolio: Trade"],"location":["Brussels, Belgium."],"address":["Brussels, Belgium."],"addressEntity":["addr-33bd2d1a8be5ca867aa9c0e8d89d1cd6a1a28684"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-393423121496-65","ec-person-ce1312d2a248f71fe74eed58aa5915cfa445bbba"]}} -{"id":"ec-meeting-2018-01-29-927f95621e43a68efffb34cf222845ac03809e15","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-29 - Cabinet of Commissioner Phil Hogan x European agri-cooperatives"],"date":["2018-01-29"],"summary":["Future of the CAP"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-c9d17d5879383b030f61a4066848249fb35d57e4","eu-tr-09586631237-74"]}} -{"id":"ec-meeting-2018-01-29-955890f33074770a6cba487b0671ccadb20b18fc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-29 - Cabinet of Vice-President Jyrki Katainen x European Retail Round Table"],"date":["2018-01-29"],"summary":["Food Value Chain"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90","eu-tr-15751468852-52"]}} -{"id":"ec-meeting-2018-01-29-a6fc4fd8fc85d2565af9a4910cb754abaff240b8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-29 - Cabinet of Commissioner Vytenis Andriukaitis x European Retail Round Table"],"date":["2018-01-29"],"summary":["Possible EU legislation on trading practices in the Pet welfare"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["eu-tr-15751468852-52","ec-person-0dbfffeb0323f819c8d57164906086dd8639c437","ec-person-df30d07ef698a52b9948b9c734db39196cf8541f"]}} -{"id":"ec-meeting-2018-01-29-ae768ffafdb5f79522e32426388605a8ea57ad1e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-29 - Cabinet of Commissioner Margrethe Vestager x Transparency International"],"date":["2018-01-29"],"summary":["Current trends in competition enforcement"],"notes":["Portfolio: Competition"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-margrethe-of-vestager"],"involved":["ec-person-947ab3027ba90ce15968614ce35c12506b7a43ac","eu-tr-501222919-71"]}} -{"id":"ec-meeting-2018-01-29-cf5ec46da83e583e69d95a953ab0db061a07be77","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-29 - Cabinet of Commissioner Corina Crețu x European Association of Public Banks and Funding agencies AISBL Network of European Financial Institutions for Small and Medium Sized Enterprises Association européenne du cautionnement"],"date":["2018-01-29"],"summary":["Position of the EU Finances"],"notes":["Portfolio: Regional Policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-corina-cretu-of"],"involved":["ec-person-c9d4945f28454cc49c4ea188c82e64b0dac3bd73","ec-person-b6d8ffa1f6c665ea8de36b048d1320f9fe4a52fa","eu-tr-8754829960-32","eu-tr-44013762992-64","eu-tr-67611102869-33"]}} -{"id":"ec-meeting-2018-01-29-deccc80d56be0ae495bc87a03c3528cbfe78f9ff","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-29 - Cabinet of Vice-President Miguel Arias Cañete x EUROPE'S MEDIALAB (Fondation EURACTIV)"],"date":["2018-01-29"],"summary":["Energy Efficiency"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-485832526193-89","ec-person-25a937c04cd0a0ddcf5cf34798e76b5105854114"]}} -{"id":"ec-meeting-2018-01-29-fd336b476b6076e035e3e003114c2694c0b19d8e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-29 - Cabinet of Commissioner Mariya Gabriel x Schuman Associates"],"date":["2018-01-29"],"summary":["Launch of the BCO Network"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-73952083693-15","ec-person-77288fc6cc1d717936ac1a1d02ed679fd493b117"]}} -{"id":"ec-meeting-2018-01-30-0269e506cb56e39c696e9f44791a4658d5fbc1d3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-30 - Cabinet of Vice-President Cecilia Malmström x EUROPEAN AUSTRALIAN BUSINESS COUNCIL"],"date":["2018-01-30"],"summary":["Free trade agreement with Australia"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-cb8ca9ec2413722fa83484ed18dd76ace52d0118","eu-tr-56953548578-36"]}} -{"id":"ec-meeting-2018-01-30-109ce6b5a5b5412b868d5f2015215c4c52d344fb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-30 - Cabinet of Commissioner Violeta Bulc x Fédération Nationale des Transports Routiers"],"date":["2018-01-30"],"summary":["Meeting with Ms Florence Berthelot (Déléguée Générale de la FNTR)"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-dd7851e4a1e747e824b4f81139e33bc3cdb73160","eu-tr-94275086214-14"]}} -{"id":"ec-meeting-2018-01-30-1734a2f32d9b90502116f0899322f10b45cac392","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-30 - Cabinet of Vice-President Miguel Arias Cañete x SUEZ Group"],"date":["2018-01-30"],"summary":["Clean Energy Package"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-27799842497-69","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd"]}} -{"id":"ec-meeting-2018-01-30-19ec9ef3bb0b5bd96e8aae62270b6c341367c655","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-30 - Cabinet of Vice-President Jyrki Katainen x AIM European Brands Association"],"date":["2018-01-30"],"summary":["Unfair Trading Practices"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-1074382679-01","ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90"]}} -{"id":"ec-meeting-2018-01-30-1ae93a181ffb79bb954c607cb781f418d9606d0a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-30 - Cabinet of Commissioner Elżbieta Bieńkowska x European Environmental Bureau SURFRIDER FOUNDATION EUROPE Zero Waste Europe Environmental Coalition on Standards"],"date":["2018-01-30"],"summary":["Exchange of views regarding strategy on plastics"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-06798511314-27","eu-tr-47806848200-34","eu-tr-58969291154-50","eu-tr-96668093651-33","ec-person-95a769a1850d7d595f9a5853c51dcbdd3ddd69fb","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2018-01-30-1c0a75de5c170ecf5630237530a9a9a297910bb3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-30 - Energy x Council of European Energy Regulators"],"date":["2018-01-30"],"summary":["Energy policy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-65470797015-89","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2018-01-30-22791a6a3821e8611131d4737994ed622a239b7a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-30 - Cabinet of Commissioner Elżbieta Bieńkowska x BUSINESSEUROPE"],"date":["2018-01-30"],"summary":["services package"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-3978240953-79","ec-person-b2f9be51339f054477846797e2c119fcf16548fc","ec-person-daef7f819b2f3ffe5e4f5d8eb2782954f3c4a4e2"]}} -{"id":"ec-meeting-2018-01-30-2e6b513a9b4c61915153c3017136a256a57166b0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-30 - Cabinet of Commissioner Phil Hogan x Landbrug & Fødevarer - Danish Agriculture and Food Council"],"date":["2018-01-30"],"summary":["Business discussion"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-400dd8d59d3060187d9b9b143d697da1a3d03c12","ec-person-a1a78365cc4685b0958056646204977d8f2ead92","eu-tr-1634450483-86"]}} -{"id":"ec-meeting-2018-01-30-3f6d752cefeb98d053d52e78aca2190bf7ddedd1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-30 - Cabinet of Commissioner Mariya Gabriel x European farmers"],"date":["2018-01-30"],"summary":["Copa Praesidium meeting"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-44856881231-49","ec-person-77288fc6cc1d717936ac1a1d02ed679fd493b117"]}} -{"id":"ec-meeting-2018-01-30-3f8c4228da2006de05e864547117f88f93001129","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-30 - Cabinet of Commissioner Elżbieta Bieńkowska x European Federation of Pharmaceutical Industries and Associations"],"date":["2018-01-30"],"summary":["Exchange of views on current topics"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-38526121292-88","ec-person-685ecf13dd26cd515c961e24ba71049af2302c5e","ec-person-95a769a1850d7d595f9a5853c51dcbdd3ddd69fb"]}} -{"id":"ec-meeting-2018-01-30-40bc7697245e5ec1891a8434f9c605d0169e5157","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-30 - Cabinet of First Vice-President Frans Timmermans x Transparency International"],"date":["2018-01-30"],"summary":["Inter-institutional agreement on a mandatory transparency register; whistleblower protection"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["ec-person-284d94050a35c9079d8b1ba3f85eaf7777b5fea9","eu-tr-501222919-71"]}} -{"id":"ec-meeting-2018-01-30-428a039f5b228d3bab43473cec83897e64e25c0c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-30 - Cabinet of Vice-President Andrus Ansip x Interactive Advertising Bureau Europe Computer & Communications Industry Association European Round Table for Industry EuroCommerce American Chamber of Commerce to the European Union BSA | The Software Alliance GSMA Europe Federation of European Data and Marketing BUSINESSEUROPE European Telecommunications Network Operators' Association European Internet Services Providers Association DIGITALEUROPE ESOMAR Ecommerce Europe SMEunited aisbl"],"date":["2018-01-30"],"summary":["GDPR, e-privacy"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-43167137250-27","eu-tr-84973761187-60","eu-tr-29952722795-07","eu-tr-75039383277-48","eu-tr-55820581197-35","ec-person-5db7bdd1c81da2e70eb5b982097d0004111b5c3e","eu-tr-867433111414-11","eu-tr-30988577529-37","eu-tr-3978240953-79","eu-tr-5265780509-97","ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0","eu-tr-39300567160-02","eu-tr-64270747023-20","eu-tr-25487567824-45","eu-tr-54437813115-56","eu-tr-15987896534-82","eu-tr-08957111909-85"]}} -{"id":"ec-meeting-2018-01-30-54fa734bde836f78c364364d949fff96a785f9de","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-30 - Cabinet of Commissioner Vytenis Andriukaitis x European agri-cooperatives European farmers"],"date":["2018-01-30"],"summary":["African Swine Fever, Plant Protection Products and Health and Food Safety Issues related to trade"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-0dbfffeb0323f819c8d57164906086dd8639c437","eu-tr-09586631237-74","eu-tr-44856881231-49"]}} -{"id":"ec-meeting-2018-01-30-65c98beaa33e711bf40e1f24770a2214bd4e59fb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-30 - Cabinet of Commissioner Vytenis Andriukaitis x Devenish Nutrition Ltd."],"date":["2018-01-30"],"summary":["Innovative nutritional products and solutions for the feed industry; Health claims"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-df30d07ef698a52b9948b9c734db39196cf8541f","ec-person-c986c9ff99d99d8006e000db5a8046be615813ae","eu-tr-663276529149-47"]}} -{"id":"ec-meeting-2018-01-30-6b5af6eaf8e47f07db019a9269916d6b2eb0c53b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-30 - Cabinet of Commissioner Mariya Gabriel x Political Intelligence"],"date":["2018-01-30"],"summary":["illegal content; intellectual property"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-34863197284-43","ec-person-d995d34a2f8b1f0bf6a17486f5699181d6a01e1c"]}} -{"id":"ec-meeting-2018-01-30-759e6c32a7613fed40003e165929fcbc214c561b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-30 - Cabinet of Commissioner Elżbieta Bieńkowska x AIM European Brands Association"],"date":["2018-01-30"],"summary":["Unfair Trading Practices"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-1074382679-01","ec-person-d2997a7f359c91a337055c3e24dd36bf928de38d","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2018-01-30-90334e3bf56912aad0b47feac03256dcc99203ee","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-30 - Cabinet of Commissioner Violeta Bulc x SES S.A."],"date":["2018-01-30"],"summary":["Lunch meeting with VP Christine Leurquin, VP, Institutional Relations and Communications"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-4d2b449b5047ea3fda435a2a1c1081e3babcdf76","eu-tr-93799097410-24"]}} -{"id":"ec-meeting-2018-01-30-973d5762ce3514733770f110b43294d1693784e2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-30 - Cabinet of President Jean-Claude Juncker x Les Restaurants du Cœur"],"date":["2018-01-30"],"summary":["Cadre financier pluriannuel de l'Union européenne"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-744358723155-50","ec-person-98eba7ab1446c6dce384fdc2ecd48c7cadf9ee4e"]}} -{"id":"ec-meeting-2018-01-30-a5c383c77ffb6a70407fd83e2a20c08f718c8bd1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-30 - Cabinet of Commissioner Christos Stylianides x Federation of European Securities Exchanges"],"date":["2018-01-30"],"summary":["exchange of views on new regulation and policies"],"notes":["Portfolio: Humanitarian Aid & Crisis Management"],"location":["berlaymont"],"address":["berlaymont"],"addressEntity":["addr-e2031099ac69651b683d551b7a3471daf1b3a638"],"organizer":["ec-cabinet-christos-commissioner-of-stylianides"],"involved":["eu-tr-71488206456-23","ec-person-08c677aa002baa9f95be8a2d0aa3b89875e2badf"]}} -{"id":"ec-meeting-2018-01-30-ab42a441ed55a1ed09e39b88a23d1a1ef8817a66","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-30 - Cabinet of Vice-President Karmenu Vella x European Federation of Public Service Unions"],"date":["2018-01-30"],"summary":["Human Right to Water and Sanitation"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["eu-tr-04902121531-04","ec-person-bcbcecab9aa87f7138c7614fea5ae81e76a6b138","ec-person-0e3efd8bc1c3ee9a80205d0bb78f316fa1621e5d"]}} -{"id":"ec-meeting-2018-01-30-ad59487d45e0ce1e123e1131d128a68a120be56c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-30 - Cabinet of Commissioner Christos Stylianides x International Rescue Committee Inc"],"date":["2018-01-30"],"summary":["FPA Lybia Bangladesh"],"notes":["Portfolio: Humanitarian Aid & Crisis Management"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-christos-commissioner-of-stylianides"],"involved":["eu-tr-66790095679-26","ec-person-4424ecf39f7c6c9e4022ac46c71d81b0464ae6a5"]}} -{"id":"ec-meeting-2018-01-30-b36a7d18a69e0b039d488956d3cb61378f2c4ff3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-30 - Internal Market, Industry, Entrepreneurship and SMEs x Deutsche Industrie- und Handelskammer"],"date":["2018-01-30"],"summary":["Exchange of views on the industrial policy strategy and industrial competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-grow"],"involved":["eu-tr-22400601191-42","ec-person-60a3d0d628d231b41af1d0c65607b0fd78ca4edc"]}} -{"id":"ec-meeting-2018-01-30-bb094cbc2d0e4350b78dc4f5691b5e13235faedb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-30 - Cabinet of Vice-President Cecilia Malmström x MEDICINES FOR EUROPE"],"date":["2018-01-30"],"summary":["Supplementary Protection Certificate Manufacturing Waiver"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-48325781850-28","ec-person-591ec829ca734bcfe59a2c9c7f07f9dff22a0ea9"]}} -{"id":"ec-meeting-2018-01-30-c04180d08d109bb5e025af79b40fec7a309383c4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-30 - Cabinet of President Jean-Claude Juncker x Jacques Delors Institut - Berlin, gemeinnützige GmbH"],"date":["2018-01-30"],"summary":["EMU"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-303748317222-08","ec-person-98eba7ab1446c6dce384fdc2ecd48c7cadf9ee4e"]}} -{"id":"ec-meeting-2018-01-30-c55d729b78ad9ad2d38e7c37fab50bb0df183d7d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-30 - Inspire, Debate, Engage and Accelerate Action x SUEZ Group"],"date":["2018-01-30"],"summary":["Circular Economy"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-dg-idea"],"involved":["eu-tr-27799842497-69","ec-person-4fe56a64c00b3e81c851b5538878b32481bd7d3c"]}} -{"id":"ec-meeting-2018-01-30-c8186143e43fe5180e1e29b07888bcb2119aa8fb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-30 - Cabinet of First Vice-President Frans Timmermans x European Federation of Public Service Unions"],"date":["2018-01-30"],"summary":["Meeting with regard to the European Citizens Initiative Right2Water"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels, BERL"],"address":["Brussels, BERL"],"addressEntity":["addr-3c3fa5f92474ebac668808553fbab6d1c14aa243"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-04902121531-04","ec-person-966667b73d92624be9bb019c2baab7e52331b3d3"]}} -{"id":"ec-meeting-2018-01-30-c88f3c73692a781adf2938232fd16dd43b78ca27","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-30 - Cabinet of Vice-President Karmenu Vella x SUEZ Group"],"date":["2018-01-30"],"summary":["Circular Economy Action Plan"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["ec-person-4ff7c27445db4ad88e687776974fd8d077a1fe0c","eu-tr-27799842497-69","ec-person-0e3efd8bc1c3ee9a80205d0bb78f316fa1621e5d"]}} -{"id":"ec-meeting-2018-01-30-cba2d4da390b0ecbc2a7f0f9f1066d253903871b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-30 - Cabinet of Vice-President Miguel Arias Cañete x Association des Constructeurs Européens d'Automobiles"],"date":["2018-01-30"],"summary":["3rd Mobility Package"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-0649790813-47","ec-person-25a937c04cd0a0ddcf5cf34798e76b5105854114"]}} -{"id":"ec-meeting-2018-01-30-d56e058f48bdaf45f94e0cc06dc6afb113fa2b2e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-30 - Cabinet of Vice-President Miguel Arias Cañete x Enagás S.A. Snam S.p.A. Fluxys SA"],"date":["2018-01-30"],"summary":["Trans-Adriatic Pipeline"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-284336314886-25","eu-tr-236409524439-34","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd","eu-tr-905001612275-82"]}} -{"id":"ec-meeting-2018-01-30-da4931dad1b6ef59691c8ac8792174fdba7ae56a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-30 - Cabinet of Vice-President Jyrki Katainen x CONFCOMMERCIO - IMPRESE PER L'ITALIA"],"date":["2018-01-30"],"summary":["Investment and opportunities for SME's"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90","eu-tr-04877777421-88"]}} -{"id":"ec-meeting-2018-01-30-eb24872cdefa76edb301ec1c12c80e9be5b5802b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-30 - Cabinet of President Jean-Claude Juncker x Nordea Bank Abp"],"date":["2018-01-30"],"summary":["Banking Union and Capital Markets Union"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-107779213747-53","ec-person-c402e34a99fbee730ae22e3b1958e21c94dc6fcc"]}} -{"id":"ec-meeting-2018-01-30-f1de4930d6f9d50feeda22f74e60a4a39afadd2f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-30 - Energy x FortyEight"],"date":["2018-01-30"],"summary":["Energy Policy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-870921517430-50","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2018-01-30-fb0aae0ca7b67c96a82391cde36e69282b6314e5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-30 - Cabinet of Vice-President Valdis Dombrovskis x Deutscher Sparkassen-und Giroverband"],"date":["2018-01-30"],"summary":["EMU and Banking Union"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-62379064909-15","ec-person-f376b1eca739c662d2385062249507f23f4ca67e"]}} -{"id":"ec-meeting-2018-01-30-ff88f1f7898aad95cf3867d24ebbbc428e944980","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-30 - Cabinet of President Jean-Claude Juncker x COLLECTIF EUROPANOVA"],"date":["2018-01-30"],"summary":["DSM - Future of Europe"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-956738825752-80","ec-person-67872aca57f8dfc132dbac47ff41bf9b60ba8ac5"]}} -{"id":"ec-meeting-2018-01-31-0a590154f0a6ed47a64b63b1512fc7af1a76ceea","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-31 - Environment x Asociación Española de Empresas Tecnológicas de Defensa, Seguridad, Aeronáutica y Espacio"],"date":["2018-01-31"],"summary":["SMEs and innovation"],"location":["Bruxelles"],"address":["Bruxelles"],"addressEntity":["addr-b58f5927b66d94a676970dc048485d4c6848f272"],"organizer":["ec-dg-env"],"involved":["eu-tr-829508629824-54","ec-person-3bc74ce04ea3f4ab4d91a5c88eef25b8b8a213b4"]}} -{"id":"ec-meeting-2018-01-31-0fec43e26d763bc40fed0dfc759df9b19afdab65","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-31 - Cabinet of Commissioner Pierre Moscovici x Open Society European Policy Institute"],"date":["2018-01-31"],"summary":["Meeting with George Soros to discuss current European political- and policy issues."],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["ec-person-3cbeba61ae952f06fe4916c381438ebbc676a597","eu-tr-8557515321-37"]}} -{"id":"ec-meeting-2018-01-31-25208c46b28aa3aab0c9dd412eec08167528710e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-31 - Cabinet of Vice-President Jyrki Katainen x Confederation of Danish Industry"],"date":["2018-01-31"],"summary":["Commission's priorities for the rest of the mandate."],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-5749958415-41","ec-person-955e8c493ab54847bb92b65986f56a401f8eabee"]}} -{"id":"ec-meeting-2018-01-31-2b933b46ed380f7281a12debdf74c926433ec191","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-31 - Cabinet of Commissioner Mariya Gabriel x Groupement Européen des Sociétés d'Auteurs et Compositeurs"],"date":["2018-01-31"],"summary":["Copyright"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["ec-person-1674399a793e9e6fd7cf55b525515fc862fc9351","eu-tr-36529354479-57"]}} -{"id":"ec-meeting-2018-01-31-3900a4b4652eeaa9e7c2a4f2d96e681b9a98532a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-31 - Cabinet of Commissioner Marianne Thyssen x Österreichischer Gewerkschaftsbund"],"date":["2018-01-31"],"summary":["Wage and Social dumping at Austria’s border regions, social security, posted workers"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["ec-person-cfb8d8d884367ef98b079fcd883ece7c89ec28e2","eu-tr-43246044354-41"]}} -{"id":"ec-meeting-2018-01-31-3e267fd1bce559bb155efc80c1124bb7db6f3f72","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-31 - Cabinet of Commissioner Marianne Thyssen x SMartCoop"],"date":["2018-01-31"],"summary":["Social innovation"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["ec-person-786ac5b4308f9797c51ea9c4491fcd16b6fac4cd","eu-tr-916500613863-51"]}} -{"id":"ec-meeting-2018-01-31-3ec4ba399e0f55e18165a5a7de2b2be9f2970551","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-31 - Cabinet of First Vice-President Frans Timmermans x Carnegie Europe"],"date":["2018-01-31"],"summary":["European Democracy and priority 10"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["ec-person-4076aef8226bd451277bfd5135aa27d63b2ac548","eu-tr-688089718929-60"]}} -{"id":"ec-meeting-2018-01-31-478bef5eece3989f8b16898395c433cd527aa84e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-31 - Cabinet of Commissioner Tibor Navracsics x Union of European Football Associations"],"date":["2018-01-31"],"summary":["Preparation of the renewed Arrangement for Cooperation between UEFA and the European Commission"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-49f31dad10f5641cb1d1e4c3107dd838389e8120","eu-tr-39217046408-27"]}} -{"id":"ec-meeting-2018-01-31-576f6dae7165ee2433b73ef1f9e838c28f3c17b9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-31 - Cabinet of President Jean-Claude Juncker x European Magazine Media Association Bundesverband Digitalpublisher und Zeitungsverleger Federation of European Publishers European Newspaper Publishers' Association European Publishers Council News Media Europe"],"date":["2018-01-31"],"summary":["The VAT for digital publications"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-37937886834-69","ec-person-ad6f76ca53dc30d965b15e3728c45dbd0aba44b4","eu-tr-398541467-53","eu-tr-577812220311-81","eu-tr-201132116888-24","eu-tr-4456380381-30","eu-tr-5950962136-12"]}} -{"id":"ec-meeting-2018-01-31-8d269d3fba6a99609370bfd36926bc449f5df22c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-31 - Health and Food Safety x Ernst & Young Core Business Services BV"],"date":["2018-01-31"],"summary":["Discussion Health Care Project"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-sante"],"involved":["eu-tr-04458109373-91","ec-person-3c7fdbe0c1c235777d916309465339b7ed1666f6"]}} -{"id":"ec-meeting-2018-01-31-9453a998dae69364036619d33d639284697ff935","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-31 - Cabinet of Commissioner Elżbieta Bieńkowska x Aula Europe Neste Oyj"],"date":["2018-01-31"],"summary":["Renewable energy directive"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-88742028087-64","ec-person-b2f9be51339f054477846797e2c119fcf16548fc","eu-tr-10257354120-19"]}} -{"id":"ec-meeting-2018-01-31-a66f3a461e99aa9524f8f966f6f16457b8fb9163","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-31 - Cabinet of Commissioner Mariya Gabriel x Texas Instruments Incorporated"],"date":["2018-01-31"],"summary":["European electronics strategy"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["ec-person-fc1068d79545d1659bf47e9b62bfb0aed175629e","eu-tr-07150813848-15"]}} -{"id":"ec-meeting-2018-01-31-ba4e53dfb73e056639742254bc549d8516ab9d4d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-31 - Environment x Naturschutzbund Deutschland e.V."],"date":["2018-01-31"],"summary":["LIFE, CAP"],"location":["Bruxelles"],"address":["Bruxelles"],"addressEntity":["addr-b58f5927b66d94a676970dc048485d4c6848f272"],"organizer":["ec-dg-env"],"involved":["eu-tr-0285583802-96","ec-person-3bc74ce04ea3f4ab4d91a5c88eef25b8b8a213b4"]}} -{"id":"ec-meeting-2018-01-31-beff8ca519095726401ed6313c10973a73cd9499","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-31 - Cabinet of Commissioner Mariya Gabriel x Federation of European Publishers"],"date":["2018-01-31"],"summary":["copyright directive, ePrivacy, Open Data"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-398541467-53","ec-person-1674399a793e9e6fd7cf55b525515fc862fc9351"]}} -{"id":"ec-meeting-2018-01-31-c1a624e55ae0a10068b9126f0e76f7ded1d40702","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-31 - Cabinet of Vice-President Miguel Arias Cañete x European Association Automotive Suppliers"],"date":["2018-01-31"],"summary":["3rd Mobility Package"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-91408765797-03","ec-person-25a937c04cd0a0ddcf5cf34798e76b5105854114"]}} -{"id":"ec-meeting-2018-01-31-e07f1fba0da2cdf2c69bf8c9b7b03f857a92ba7f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-31 - Cabinet of Commissioner Violeta Bulc x Thomas Cook Group"],"date":["2018-01-31"],"summary":["Aviation issues"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-9d4dc4867a44dfe10f67ae7ee1706da3e8b48a24","eu-tr-75615285927-45"]}} -{"id":"ec-meeting-2018-01-31-f2d241e16c8ff0864046028f4bf52128e109dd0a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-31 - Cabinet of Commissioner Violeta Bulc x Schweizerische Trassenvergabestelle TVS"],"date":["2018-01-31"],"summary":["Rail issues"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-765777524729-97","ec-person-dd7851e4a1e747e824b4f81139e33bc3cdb73160"]}} -{"id":"ec-meeting-2018-01-31-f4456b827c3f157b779dae7b523052cd4abc68a3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-01-31 - Cabinet of Vice-President Cecilia Malmström x EPIA SolarPower Europe"],"date":["2018-01-31"],"summary":["European market on solar panels"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-2680046412-48","ec-person-20ded9db5df11164331bb161fdf234b1e5ad53fd"]}} -{"id":"ec-meeting-2018-02-01-0440ba81c6b53dbaf1d8d9a3e52bfb8178840c88","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-01 - Cabinet of President Jean-Claude Juncker x Forum Europe"],"date":["2018-02-01"],"summary":["Speech on Capital Markets Union at 2018 EU Financial Services Conference"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-731763615450-48","ec-person-c402e34a99fbee730ae22e3b1958e21c94dc6fcc"]}} -{"id":"ec-meeting-2018-02-01-07230cf90c8a319ec68f16db543376f0d8720cd8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-01 - Cabinet of Vice-President Neven Mimica x Hanns-Seidel-Stiftung"],"date":["2018-02-01"],"summary":["Role of political foundations in EU's development cooperation"],"notes":["Portfolio: International Cooperation & Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-mimica-neven-of-president-vice"],"involved":["ec-person-e90858f5aba78fd0e1cb2f757c3f38d55d91f98b","eu-tr-49906988199-86","ec-person-d455992f8f48b86e26e61f5284a9ef8e18aed182"]}} -{"id":"ec-meeting-2018-02-01-1809eadb638e13c35e162754832622933d94f1ae","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-01 - Cabinet of Vice-President Andrus Ansip x European Cyber Security Organisation"],"date":["2018-02-01"],"summary":["Cybersecurity topics"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-3ca0c466b8ff230d4409591430b388007ce14ff8","eu-tr-684434822646-91"]}} -{"id":"ec-meeting-2018-02-01-2597358b8cee881202bc5dc08c44e364f7a87273","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-01 - Cabinet of Vice-President Valdis Dombrovskis x NASDAQ"],"date":["2018-02-01"],"summary":["Financial markets regulations, Capital Markets Union"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-76648765687-29","ec-person-30d770ccd575865b3106f94220ce1ace16e48f1a"]}} -{"id":"ec-meeting-2018-02-01-2a3c92f89e6f12c4abac0430e555e41011871eef","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-01 - Cabinet of Vice-President Miguel Arias Cañete x Novartis International AG"],"date":["2018-02-01"],"summary":["Patent Issues"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-95f883d5d0d484088f26191a8fea8553d674dfbe","eu-tr-91269481588-28"]}} -{"id":"ec-meeting-2018-02-01-2d842a0f30e3805c414a922f378cd1cb98f70573","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-01 - Cabinet of Commissioner Violeta Bulc x Airlines for Europe"],"date":["2018-02-01"],"summary":["Meeting with Thomas Reynaert"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-807912421050-91","ec-person-5012c5e45a52ee8ce67d19c1781a127af53e73e7","ec-person-9d4dc4867a44dfe10f67ae7ee1706da3e8b48a24"]}} -{"id":"ec-meeting-2018-02-01-5276e0b133be995eceef309b98e58a2b4d367e5f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-01 - Cabinet of Commissioner Tibor Navracsics x Amazon Europe Core SARL"],"date":["2018-02-01"],"summary":["Digital skills and culture policy"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-49f31dad10f5641cb1d1e4c3107dd838389e8120","ec-person-dc2e0fed0fdf39a6a3f3ad63355c5215599de9d1","eu-tr-366117914426-10","ec-person-33076d1a800ce856f29bbab43813a5a80eef2da0"]}} -{"id":"ec-meeting-2018-02-01-5be0c4d8e76b3220cc616fe81dbc1d516d9f744c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-01 - Cabinet of First Vice-President Frans Timmermans x Ecolab, Inc."],"date":["2018-02-01"],"summary":["Discussion on water policies"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels, BERL"],"address":["Brussels, BERL"],"addressEntity":["addr-3c3fa5f92474ebac668808553fbab6d1c14aa243"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["ec-person-8d1c5ff76a431332387aa10936b0bff13f7d71fd","eu-tr-969504320672-09"]}} -{"id":"ec-meeting-2018-02-01-5e0c7f23a9db7bc057fc56f896d9805d2b4f24c9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-01 - Cabinet of Commissioner Margrethe Vestager x Open Society European Policy Institute"],"date":["2018-02-01"],"summary":["EU Policy"],"notes":["Portfolio: Competition"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-margrethe-of-vestager"],"involved":["ec-person-baa1c172df109ebd1f0307bccb5e21aec66c7a25","eu-tr-8557515321-37"]}} -{"id":"ec-meeting-2018-02-01-5e225aed835c4da070ec573c75fdc14690854546","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-01 - Cabinet of Vice-President Miguel Arias Cañete x IBERDROLA"],"date":["2018-02-01"],"summary":["Mobility Package"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-41816938101-07","ec-person-25a937c04cd0a0ddcf5cf34798e76b5105854114"]}} -{"id":"ec-meeting-2018-02-01-677ccd5acc4b7e24df3927219de906dff6184b9e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-01 - Cabinet of High Representative / Vice-President Federica Mogherini x Ukrainian World Congress"],"date":["2018-02-01"],"summary":["EU - Ukraine relations"],"notes":["Portfolio: Foreign Affairs and Security Policy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"involved":["ec-person-d2aee33b6a13b13cbded48adb1a569f8cf4d4033","eu-tr-674342920396-33"]}} -{"id":"ec-meeting-2018-02-01-697ba73d0844b091c90439bab63fc8fc984fe5a1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-01 - Cabinet of Vice-President Cecilia Malmström x None"],"date":["2018-02-01"],"summary":["Sugar industry needs access to raw material / Expected market development"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-522122412613-18","ec-person-20ded9db5df11164331bb161fdf234b1e5ad53fd","eu-tr-686614515317-96","ec-person-98880f3f4206145e196013db9dd806a551c11e06","eu-tr-50465929991-70"]}} -{"id":"ec-meeting-2018-02-01-6dceedd1f56ed655ff8b4094e0e328c9a00f52d5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-01 - Cabinet of Vice-President Andrus Ansip x Telia Company AB"],"date":["2018-02-01"],"summary":["Electronic Communication Code; 5G"],"notes":["Portfolio: Digital Single Market"],"location":["Bxl"],"address":["Bxl"],"addressEntity":["addr-a93f951e252491eb62958a26858415dd581a71e0"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-381805014604-45","ec-person-666bc159c7e65a3af9e63c1e97435c02f1496955"]}} -{"id":"ec-meeting-2018-02-01-6eb8f1dcba9ea12b8439af28ac38ebd3dabf4a9e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-01 - Cabinet of Commissioner Marianne Thyssen x Eurocities"],"date":["2018-02-01"],"summary":["Preparatory meeting for the meetin with president Daniel Termont (mayor of Ghent) and vice-president Karin Wanngard (mayor of Stockholm)."],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["ec-person-5a49eb89125b4b5d1125b3925bbb64aba1bea2b3","eu-tr-12493392840-79"]}} -{"id":"ec-meeting-2018-02-01-7d44ea8e79e02588a9c9f4cf4b140ca12d9a8d4c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-01 - Cabinet of Commissioner Violeta Bulc x Verband Deutscher Verkehrsunternehmen"],"date":["2018-02-01"],"summary":["Mobility topics"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-9fddf13de7f65229b7da7c5b25dca1630cad3c48","eu-tr-50254292140-86"]}} -{"id":"ec-meeting-2018-02-01-7d7ca72c8c56d24a7df897858b0f4d91deccb052","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-01 - Cabinet of Commissioner Mariya Gabriel x European Telecommunications Network Operators' Association"],"date":["2018-02-01"],"summary":["Code, spectrum, e-privacy"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["ec-person-1674399a793e9e6fd7cf55b525515fc862fc9351","eu-tr-08957111909-85"]}} -{"id":"ec-meeting-2018-02-01-8a2ecd17a370afd17490ad3f696e7d6ee1106350","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-01 - Cabinet of Vice-President Johannes Hahn x Search for Common Ground"],"date":["2018-02-01"],"summary":["Developments in southern neighbourhood"],"notes":["Portfolio: European Neighbourhood Policy & Enlargement Negotiations"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-hahn-johannes-of-president-vice"],"involved":["ec-person-643595d3a737c63fc95146b51292a4684ed1ca75","eu-tr-809274824592-30"]}} -{"id":"ec-meeting-2018-02-01-9ba3f983c59761bfb8a97120c6e40118f9c2ead2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-01 - Cabinet of Commissioner Pierre Moscovici x Amazon Europe Core SARL"],"date":["2018-02-01"],"summary":["Discussion about digital taxation and VAT e-commerce"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["ec-person-3cbeba61ae952f06fe4916c381438ebbc676a597","eu-tr-366117914426-10"]}} -{"id":"ec-meeting-2018-02-01-9d6e59c09c8543705e553bee498ee0902c8b91b8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-01 - Cabinet of Commissioner Tibor Navracsics x European Club Association"],"date":["2018-02-01"],"summary":["European professional football"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["eu-tr-564607316826-42","ec-person-dc2e0fed0fdf39a6a3f3ad63355c5215599de9d1"]}} -{"id":"ec-meeting-2018-02-01-9d9cafc8cd935298d78905291049a61805c32d18","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-01 - Cabinet of Vice-President Jyrki Katainen x Booking.com B.V. eu travel tech"],"date":["2018-02-01"],"summary":["Collaborative economy and regulatory developments impacting the short-term rental sector"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-c50e8c2cc390c5efb0626988d173bc6758459e0f","eu-tr-146537115285-34","eu-tr-70614728635-77"]}} -{"id":"ec-meeting-2018-02-01-a2d7da7f2d3cd0122e9b96430896f9e8fb50b541","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-01 - Cabinet of Vice-President Miguel Arias Cañete x Latham & Watkins LLP"],"date":["2018-02-01"],"summary":["State of Play of Energy and Climate Policy"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-817067819413-17","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd"]}} -{"id":"ec-meeting-2018-02-01-a69fc9b8eb5f4b185663ca656b3b496ce22b1310","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-01 - Cabinet of Vice-President Andrus Ansip x BSA | The Software Alliance"],"date":["2018-02-01"],"summary":["Cybersecurity"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-3ca0c466b8ff230d4409591430b388007ce14ff8","eu-tr-75039383277-48"]}} -{"id":"ec-meeting-2018-02-01-ae0b5693b2402d352bfba7692ef560e164d55d7a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-01 - Cabinet of Vice-President Andrus Ansip x Computer & Communications Industry Association"],"date":["2018-02-01"],"summary":["Illegal content online"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-15987896534-82","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45"]}} -{"id":"ec-meeting-2018-02-01-b035c64f8dea295da24052edc7576f390b97b9ea","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-01 - Cabinet of Commissioner Violeta Bulc x Air France-KLM"],"date":["2018-02-01"],"summary":["Aviation issues"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-064616126640-05","ec-person-9d4dc4867a44dfe10f67ae7ee1706da3e8b48a24"]}} -{"id":"ec-meeting-2018-02-01-cbb4accfdfaf25fd34d8da7e8d9bad0826ca67fe","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-01 - Cabinet of First Vice-President Frans Timmermans x Open Society European Policy Institute"],"date":["2018-02-01"],"summary":["Future of Europe"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-8557515321-37","ec-person-966667b73d92624be9bb019c2baab7e52331b3d3"]}} -{"id":"ec-meeting-2018-02-01-d55be7e2077f8853a05edd4d9bb24c90d8b16275","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-01 - Cabinet of Commissioner Julian King x Barclays PLC"],"date":["2018-02-01"],"summary":["Cybersecurity"],"notes":["Portfolio: Security Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-julian-king-of"],"involved":["ec-person-37c79733647a2293d1e96e976d3a72c6b707cb4c","eu-tr-72390466359-39"]}} -{"id":"ec-meeting-2018-02-01-e0e14f07a20884ca960c4704df62c51f8ae2f10c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-01 - Cabinet of Vice-President Karmenu Vella x Ecolab, Inc."],"date":["2018-02-01"],"summary":["Water"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["ec-person-4ff7c27445db4ad88e687776974fd8d077a1fe0c","eu-tr-969504320672-09"]}} -{"id":"ec-meeting-2018-02-01-e11292f9cc5058e0ca5a73d95dd3b8435da69f2d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-01 - European Neighbourhood and Enlargement Negotiations x Avisa Partners"],"date":["2018-02-01"],"summary":["Neighbourhood and Enlargement negotiations"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-near"],"involved":["ec-person-1160ccf35947f06f1629cad85b9f162eb5575780","eu-tr-54210841652-13"]}} -{"id":"ec-meeting-2018-02-01-f457190abf329965304e40d613c780a125da024e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-01 - Cabinet of President Jean-Claude Juncker x NASDAQ"],"date":["2018-02-01"],"summary":["Financial markets regulations, Capital Markets Union"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-76648765687-29","ec-person-c402e34a99fbee730ae22e3b1958e21c94dc6fcc"]}} -{"id":"ec-meeting-2018-02-01-f5251d0a54684f955cedc24da311588e936bf601","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-01 - Cabinet of Commissioner Violeta Bulc x Kapsch"],"date":["2018-02-01"],"summary":["Meeting with Mr Richard Lax"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-9fddf13de7f65229b7da7c5b25dca1630cad3c48","eu-tr-71160189926-80"]}} -{"id":"ec-meeting-2018-02-02-1ddb8cf041968a8f22765ff1e68d50836ae774be","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-02 - Cabinet of Vice-President Miguel Arias Cañete x Climate-KIC Holding BV"],"date":["2018-02-02"],"summary":["Horizon 2020 / FP9"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-948333125186-06","ec-person-25a937c04cd0a0ddcf5cf34798e76b5105854114"]}} -{"id":"ec-meeting-2018-02-02-26193bafdc386987db4c109f66cd18644530abb4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-02 - Cabinet of Vice-President Miguel Arias Cañete x Global New Energy Finance"],"date":["2018-02-02"],"summary":["euroPACE project"],"notes":["Portfolio: Climate Action & Energy"],"location":["Madrid"],"address":["Madrid"],"addressEntity":["addr-7a2191964a3d7521269f0068afae6b6116bac15d"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-463152930088-23","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd"]}} -{"id":"ec-meeting-2018-02-02-2a2338844074e2cd05148d16954276e4eee3e6b0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-02 - Cabinet of Vice-President Andrus Ansip x University College Cork, National University of Ireland, Cork"],"date":["2018-02-02"],"summary":["Artificial intelligence"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0","eu-tr-568041320655-24"]}} -{"id":"ec-meeting-2018-02-02-5e225aed835c4da070ec573c75fdc14690854546","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-02 - Cabinet of Vice-President Miguel Arias Cañete x IBERDROLA"],"date":["2018-02-02"],"summary":["Climate and enrgy policy"],"notes":["Portfolio: Climate Action & Energy"],"location":["Bilbao"],"address":["Bilbao"],"addressEntity":["addr-55e20c994e06d4cd2622d8da79fee26f1b0c623b"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-41816938101-07","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd"]}} -{"id":"ec-meeting-2018-02-02-6cd91f7bee6150949907ad890e810d90f8663316","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-02 - Cabinet of Commissioner Vytenis Andriukaitis x Katholieke Universiteit te Leuven"],"date":["2018-02-02"],"summary":["Food waste awareness, circular economy action"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-0dbfffeb0323f819c8d57164906086dd8639c437","eu-tr-627929620538-61"]}} -{"id":"ec-meeting-2018-02-02-8e8300b7c7afcaaa7f5494d9d571b4c09b0705d4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-02 - Cabinet of Commissioner Tibor Navracsics x Spotify"],"date":["2018-02-02"],"summary":["Digital Single Market"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-49f31dad10f5641cb1d1e4c3107dd838389e8120","eu-tr-365747616583-15"]}} -{"id":"ec-meeting-2018-02-02-9a573bc93e63b98e85ae8617dd9bcc75d5b6318d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-02 - Competition x Société nationale SNCF"],"date":["2018-02-02"],"summary":["Discussion on European value chains and the role of competition policy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-comp"],"involved":["ec-person-8600a621c9aef12fc33b708e13b3cd3d5fa5696b","eu-tr-97914681026-14"]}} -{"id":"ec-meeting-2018-02-02-d621b8e169ac88a18f29383879a5da184d04ac3e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-02 - Agriculture and Rural Development x COMITE EUROPEEN des FABRICANTS de SUCRE"],"date":["2018-02-02"],"summary":["Echanges de vue sur les sujets d'actualité"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-agri"],"involved":["eu-tr-49679062863-35","ec-person-7bc7204a153f98afbf1ad1cffbdd10d06d9ae166"]}} -{"id":"ec-meeting-2018-02-02-d830ca7b59537350ce93089aa9a7b84723f3c8fe","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-02 - Cabinet of Commissioner Phil Hogan x Irish Creamery Milk Suppliers Association"],"date":["2018-02-02"],"summary":["Agriculture matters"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Kilkenny, Ireland"],"address":["Kilkenny, Ireland"],"addressEntity":["addr-f25ec8698246a982447abdf5334bae49661ecaf5"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-a1a78365cc4685b0958056646204977d8f2ead92","eu-tr-58690875697-56"]}} -{"id":"ec-meeting-2018-02-05-0bce84ea48b1208880c688b16df7313d1aa87446","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-05 - Cabinet of Commissioner Mariya Gabriel x European Multi-channel and Online Trade Association"],"date":["2018-02-05"],"summary":["eCommerce"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-11251212351-96","ec-person-77288fc6cc1d717936ac1a1d02ed679fd493b117"]}} -{"id":"ec-meeting-2018-02-05-61eebb40c201cbcf0d995a403483d22ea1961bfa","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-05 - Cabinet of Commissioner Carlos Moedas x Société nationale SNCF"],"date":["2018-02-05"],"summary":["EU Industrial policy"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-a45151b401196e9c374c9acdada9d8840da271ad","ec-person-23980b2bc4fd9c82051d0f7888dc236b2f764866","eu-tr-97914681026-14"]}} -{"id":"ec-meeting-2018-02-05-6646e4b33a48b7c4fd5a3c3fdfa7b16c5c67c999","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-05 - Mobility and Transport x International Air Transport Association"],"date":["2018-02-05"],"summary":["European infrastructure, European sky"],"location":["Singapore"],"address":["Singapore"],"addressEntity":["addr-20c0b7bdab70ca2cc9c844a0d74a3af0bbf41c3e"],"organizer":["ec-dg-move"],"involved":["eu-tr-1805107590-28","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2018-02-05-751a973d7f289f528138523b231c0e835bd7cc02","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-05 - Cabinet of Vice-President Karmenu Vella x Royal DSM"],"date":["2018-02-05"],"summary":["Circular economy"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["ec-person-4ff7c27445db4ad88e687776974fd8d077a1fe0c","eu-tr-73926352722-07"]}} -{"id":"ec-meeting-2018-02-05-afa4cb5be398882657b00e05cf7d20e903b1d976","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-05 - Cabinet of Commissioner Phil Hogan x spiritsEUROPE"],"date":["2018-02-05"],"summary":["Topics relating to the spirits sector"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-c9d17d5879383b030f61a4066848249fb35d57e4","eu-tr-64926487056-58"]}} -{"id":"ec-meeting-2018-02-05-b98ba1b76a7d7138e525c0561a453762483bea50","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-05 - Cabinet of Commissioner Carlos Moedas x EUPPORTUNITY (QB, Lda.)"],"date":["2018-02-05"],"summary":["Meeting with AICEP Portugal Global and Eupportunity to prepare the next Innovation sessions conference"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-a45151b401196e9c374c9acdada9d8840da271ad","ec-person-2b4bb0b28e7435e5f612e44d9664dbd1051efc55","eu-tr-38225546532-14"]}} -{"id":"ec-meeting-2018-02-06-1867f331ff639a500736935f6433393c06aaa803","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-06 - Cabinet of Vice-President Valdis Dombrovskis x SMEunited aisbl"],"date":["2018-02-06"],"summary":["Exchange of views on the Pillar to improve access to social protection"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-55820581197-35","ec-person-1f98d05bdaed2c40396781b1eb7b0aa47cb8dd20"]}} -{"id":"ec-meeting-2018-02-06-379ad129055c16ad99eb9b823f7d102461b09e1d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-06 - Cabinet of First Vice-President Frans Timmermans x Eurasia Group Ltd"],"date":["2018-02-06"],"summary":["Rule of Law"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-432810619301-37","ec-person-f87a3277bb5391e01fe3111e915444e51feb191a"]}} -{"id":"ec-meeting-2018-02-06-62bb1ccc3d40d02bfaababc2e45d726320c89f40","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-06 - European Neighbourhood and Enlargement Negotiations x Forum Europe"],"date":["2018-02-06"],"summary":["Neighbourhood and Enlargement Negotiations"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-near"],"involved":["eu-tr-731763615450-48","ec-person-1160ccf35947f06f1629cad85b9f162eb5575780"]}} -{"id":"ec-meeting-2018-02-06-690934db959a73645a3fdd28178de4d94c4c8e2f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-06 - Employment, Social Affairs and Inclusion x EUROPEAN TRADE UNION CONFEDERATION"],"date":["2018-02-06"],"summary":["Social fairness package"],"location":["Brussels Belgium"],"address":["Brussels Belgium"],"addressEntity":["addr-61947d7d2c69c0b8f57325bd044f500c5fc6df48"],"organizer":["ec-dg-empl"],"involved":["ec-person-0d8ce1c547b8ca99decd25740ba12e2c0866a2fd","eu-tr-06698681039-26"]}} -{"id":"ec-meeting-2018-02-06-76bf4afd102c02e6ddb6b783d489fcf7660fe150","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-06 - Cabinet of Commissioner Violeta Bulc x European Barge Union"],"date":["2018-02-06"],"summary":["IWT topics"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-36944616803-45","ec-person-cb7aaf75b4c195481f149f904bc28b4e2ac2b7ab"]}} -{"id":"ec-meeting-2018-02-06-a7417c02f3bf39129115658be7a2a761f1eaa7ff","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-06 - Cabinet of Commissioner Elżbieta Bieńkowska x ASD-Eurospace"],"date":["2018-02-06"],"summary":["Space/Defence"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["ec-person-685ecf13dd26cd515c961e24ba71049af2302c5e","eu-tr-873508417106-05"]}} -{"id":"ec-meeting-2018-02-06-b8b7977e641a1ab67a1ed84ffe9ab6234622a245","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-06 - Cabinet of Commissioner Mariya Gabriel x Vodafone Belgium SA"],"date":["2018-02-06"],"summary":["Electronic Communications Code, Connected Automated Driving (CAD) and the next Multiannual Financial Framework"],"notes":["Portfolio: Digital Economy and Society"],"location":["Strasbourg"],"address":["Strasbourg"],"addressEntity":["addr-a7b90170b4a5bf2d1d09ccfd109b57e0a030cfc4"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-90142503473-81","ec-person-1674399a793e9e6fd7cf55b525515fc862fc9351"]}} -{"id":"ec-meeting-2018-02-06-bac35ddd3c0a15e88af0f93a0959294918986f15","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-06 - Cabinet of First Vice-President Frans Timmermans x International Planned Parenthood Federation European Network"],"date":["2018-02-06"],"summary":["Discussion on Human Rights and Equalities"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels, BERL"],"address":["Brussels, BERL"],"addressEntity":["addr-3c3fa5f92474ebac668808553fbab6d1c14aa243"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["ec-person-8d1c5ff76a431332387aa10936b0bff13f7d71fd","eu-tr-49806329193-46"]}} -{"id":"ec-meeting-2018-02-06-bd1818a4bacb64b11b34cf5e225f1ca107eb096a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-06 - Cabinet of Vice-President Jyrki Katainen x NASDAQ"],"date":["2018-02-06"],"summary":["MiFID II and ESAs Review"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-76648765687-29","ec-person-955e8c493ab54847bb92b65986f56a401f8eabee"]}} -{"id":"ec-meeting-2018-02-06-cdd32570c9e94847a2198d4970fb063b37c7e7da","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-06 - Cabinet of Commissioner Julian King x Facebook Ireland Limited"],"date":["2018-02-06"],"summary":["Tackling terrorist content on-line"],"notes":["Portfolio: Security Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-julian-king-of"],"involved":["ec-person-355668f7f858778b0b745d45441b2e4393f4a7be","eu-tr-28666427835-74"]}} -{"id":"ec-meeting-2018-02-06-d34a518e81cdfc705cd47c8c505e6f7976a98709","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-06 - Cabinet of Commissioner Phil Hogan x Fédération Nationale des Syndicats d'Exploitants Agricoles"],"date":["2018-02-06"],"summary":["Future of the CAP"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-59530682147-07","ec-person-428cf365f3847d04012831ef2642a1a69aed518d"]}} -{"id":"ec-meeting-2018-02-06-e1a9a562083ad31c3c55d0ea8e6e5c79edc6534d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-06 - Directorate-General for International Partnerships x Entreprise & Diplomatie"],"date":["2018-02-06"],"summary":["Trafic illicite de cigarettes en Afrique de l’Ouest"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-intpa"],"involved":["eu-tr-296617715815-65","ec-person-05c4477b89b93e7969f12d89b38f77fedce5876f"]}} -{"id":"ec-meeting-2018-02-06-fe6105cd9344ffec9b935e147e7478343d90a950","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-06 - Cabinet of Commissioner Elżbieta Bieńkowska x Facebook Ireland Limited"],"date":["2018-02-06"],"summary":["digital single market"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["brussels"],"address":["brussels"],"addressEntity":["addr-e2daa1574b7ac475c827b33e281bd2d5e013c882"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["ec-person-b2f9be51339f054477846797e2c119fcf16548fc","eu-tr-28666427835-74"]}} -{"id":"ec-meeting-2018-02-07-0ec58dc8a227b9bcc25241259483c5deac25e44c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-07 - Cabinet of Commissioner Vytenis Andriukaitis x European Confederation of Pharmaceutical Entrepreneurs"],"date":["2018-02-07"],"summary":["Supplementary protection certificate; HTA"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-059ca943fc5fc696d2a97849c635ddf7b6ab7fd7","eu-tr-87600691525-93"]}} -{"id":"ec-meeting-2018-02-07-2545435d6221d3c2af6ea0e51b60d9ccebaaccf4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-07 - Cabinet of Vice-President Jyrki Katainen x Metsäliitto Cooperative"],"date":["2018-02-07"],"summary":["Bioeconomy and Circular Economy"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-d975183c78354d0db02d14e7929965ccae776a1b","eu-tr-962687110415-94"]}} -{"id":"ec-meeting-2018-02-07-25c283a5bd811c2f54eaf77e16eb13d6d40db6be","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-07 - European Neighbourhood and Enlargement Negotiations x Centre for European Reform"],"date":["2018-02-07"],"summary":["Neighbourhood and Enlargement negotiations"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-near"],"involved":["eu-tr-524976815651-12","ec-person-1160ccf35947f06f1629cad85b9f162eb5575780"]}} -{"id":"ec-meeting-2018-02-07-312f259539d92ad36a79287d38cbefd2d38e76c3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-07 - Cabinet of Vice-President Andrus Ansip x Intelsat S.A."],"date":["2018-02-07"],"summary":["Satellite technology"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-525372322558-96","ec-person-666bc159c7e65a3af9e63c1e97435c02f1496955","ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0"]}} -{"id":"ec-meeting-2018-02-07-4d2aaf9cdd4f97624e0adb978fc63b0393d22c2f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-07 - Cabinet of Commissioner Tibor Navracsics x The Guild of European Research-Intensive Universities"],"date":["2018-02-07"],"summary":["Higher education"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-33076d1a800ce856f29bbab43813a5a80eef2da0","eu-tr-265942623347-90"]}} -{"id":"ec-meeting-2018-02-07-4db3253600cadcb7a2e3e20b2976d7dc7a7aeca8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-07 - Cabinet of Commissioner Elżbieta Bieńkowska x Dow Europe GmbH European Chemical Industry Council"],"date":["2018-02-07"],"summary":["industrial strategy communication"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["ec-person-b2f9be51339f054477846797e2c119fcf16548fc","eu-tr-38235121060-73","eu-tr-64879142323-90"]}} -{"id":"ec-meeting-2018-02-07-51672621996db2b02eb79dc804224ce662d50b6d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-07 - Cabinet of Vice-President Cecilia Malmström x Trans-Atlantic Business Council"],"date":["2018-02-07"],"summary":["Transatlantic trade relations"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-cb8ca9ec2413722fa83484ed18dd76ace52d0118","eu-tr-89092554724-82"]}} -{"id":"ec-meeting-2018-02-07-53a7a33bc36db9621f188d7807456ea4910233ce","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-07 - Cabinet of First Vice-President Frans Timmermans x SUEZ Group"],"date":["2018-02-07"],"summary":["Discussion on the Plastic Strategy"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels, BERL"],"address":["Brussels, BERL"],"addressEntity":["addr-3c3fa5f92474ebac668808553fbab6d1c14aa243"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-27799842497-69","ec-person-8d1c5ff76a431332387aa10936b0bff13f7d71fd"]}} -{"id":"ec-meeting-2018-02-07-63aac7e6934d6d8925c685a30cfde4a8f6b5ff21","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-07 - Cabinet of Commissioner Phil Hogan x Lantbrukarnas Riksförbund"],"date":["2018-02-07"],"summary":["CAP Communication"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-400dd8d59d3060187d9b9b143d697da1a3d03c12","eu-tr-79239225070-38"]}} -{"id":"ec-meeting-2018-02-07-995b2841b11ec9d61e22d5d1b77bdbd5aba06fac","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2018-02-07 - Cabinet of Commissioner Phil Hogan x Irish Farmers' Association"],"date":["2018-02-07"],"summary":["IFA Annual Report","IFA presented him with their Annual Report"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels, Belgium","Brussels"],"address":["Brussels, Belgium","Brussels"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306","addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-400dd8d59d3060187d9b9b143d697da1a3d03c12","eu-tr-458700813641-37","ec-person-a1a78365cc4685b0958056646204977d8f2ead92"]}} -{"id":"ec-meeting-2018-02-07-9c78e76ac6e446fc988244cb2030765153240875","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-07 - Cabinet of Vice-President Andrus Ansip x Hub France IA"],"date":["2018-02-07"],"summary":["Artificial Intelligence"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-654561731022-83","ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0"]}} -{"id":"ec-meeting-2018-02-07-b4887a31ffe094fbbe07f746de613ec7d4f27d82","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-07 - Cabinet of Vice-President Miguel Arias Cañete x Climate Action Network Europe"],"date":["2018-02-07"],"summary":["Low emission long term strategy, state of play of legislative files(RES,EE,Gouvernance)"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-55888811123-49","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd"]}} -{"id":"ec-meeting-2018-02-07-c5943e1e0dc30126c06a9faf186260e5d46e470f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-07 - Mobility and Transport x Airbus"],"date":["2018-02-07"],"summary":["Development of aviation sector"],"location":["Singapore"],"address":["Singapore"],"addressEntity":["addr-20c0b7bdab70ca2cc9c844a0d74a3af0bbf41c3e"],"organizer":["ec-dg-move"],"involved":["eu-tr-2732167674-76","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2018-02-07-ca1920cd9076b3afeacf33be6ec7600578562c8e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-07 - Inspire, Debate, Engage and Accelerate Action x Bill & Melinda Gates Foundation"],"date":["2018-02-07"],"summary":["MFF and Africa"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-dg-idea"],"involved":["eu-tr-371567915480-41","ec-person-4fe56a64c00b3e81c851b5538878b32481bd7d3c"]}} -{"id":"ec-meeting-2018-02-07-cd6698d777102631183faa85f74f2530995c3340","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-07 - Cabinet of Commissioner Tibor Navracsics x IBM Corporation"],"date":["2018-02-07"],"summary":["Digital Education"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["eu-tr-7721359944-96","ec-person-1da7ee09d46288ee4ea9db2b644bdcf9c3d6d000"]}} -{"id":"ec-meeting-2018-02-07-d46f8e3a91946d6799f731f8980ee5dcf7029f04","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-07 - Cabinet of Vice-President Maroš Šefčovič x EPIA SolarPower Europe"],"date":["2018-02-07"],"summary":["Energy Union"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-2680046412-48","ec-person-af83ed49c403cb9d7ebfecca7893f0054c1f4be5"]}} -{"id":"ec-meeting-2018-02-08-0a06038704448286a5f5b6b1dab59cfb3a59c6be","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-08 - Cabinet of Commissioner Mariya Gabriel x EUROPEAN TRADE UNION CONFEDERATION"],"date":["2018-02-08"],"summary":["platforms"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-06698681039-26","ec-person-d995d34a2f8b1f0bf6a17486f5699181d6a01e1c"]}} -{"id":"ec-meeting-2018-02-08-1dd7d3b54b2033d4a772ae175e156152818359fa","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-08 - Cabinet of Vice-President Maroš Šefčovič x Shell Companies"],"date":["2018-02-08"],"summary":["Energy Union"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-3bf48630444ace93d407e52eb880e64d480f75ce","eu-tr-05032108616-26","ec-person-af83ed49c403cb9d7ebfecca7893f0054c1f4be5"]}} -{"id":"ec-meeting-2018-02-08-4c3123a9039876260ac6948551ba3f9300cc4be7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-08 - Cabinet of Vice-President Jyrki Katainen x European Association of Service providers for Persons with Disabilities"],"date":["2018-02-08"],"summary":["Social Infrastructure Investments"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-120906010805-50","ec-person-c3d85c41b6b842aae5c953d41fda5f240a5d0969"]}} -{"id":"ec-meeting-2018-02-08-525aa4437c5f51aef276b306ab0be521e724d585","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-08 - Cabinet of Commissioner Julian King x National Grid Commercial Holdings Limited"],"date":["2018-02-08"],"summary":["Cybersecurity"],"notes":["Portfolio: Security Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-julian-king-of"],"involved":["ec-person-37c79733647a2293d1e96e976d3a72c6b707cb4c","eu-tr-56039866688-26"]}} -{"id":"ec-meeting-2018-02-08-5e1582d20e62fe2fb3dde51454e01266a8022ed6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-08 - Cabinet of Commissioner Violeta Bulc x Lufthansa Group"],"date":["2018-02-08"],"summary":["Meeting with Mr Meinke"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-0714344663-32","ec-person-9fddf13de7f65229b7da7c5b25dca1630cad3c48"]}} -{"id":"ec-meeting-2018-02-08-5e7c5aa5ff28dbe6d7182bcfa9b06c7d0b58e82c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-08 - Cabinet of Commissioner Margrethe Vestager x Application Developers Alliance"],"date":["2018-02-08"],"summary":["Digital Single Market"],"notes":["Portfolio: Competition"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-margrethe-of-vestager"],"involved":["ec-person-947ab3027ba90ce15968614ce35c12506b7a43ac","eu-tr-135037514504-30"]}} -{"id":"ec-meeting-2018-02-08-674d4205a597a8a7ed10ae9bb0e0fdb8763369fa","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-08 - Cabinet of Vice-President Günther Oettinger x Joschka Fischer & Company"],"date":["2018-02-08"],"summary":["Digital platforms"],"notes":["Portfolio: Budget & Human Resources"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-945988918302-03","ec-person-76c97b49eb5244be0c8636bbc9caa6101f3cce84"]}} -{"id":"ec-meeting-2018-02-08-7694869a8ace49a50a770de909d6c87a32d1dee2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-08 - Cabinet of Commissioner Phil Hogan x Verband Sächsisch-Thüringischer Zuckerrübenanbauer e.V"],"date":["2018-02-08"],"summary":["Business discussion"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-400dd8d59d3060187d9b9b143d697da1a3d03c12","eu-tr-464375529389-50"]}} -{"id":"ec-meeting-2018-02-08-8641c6574af0b45937b2ca35efba1aa4e0eec743","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-08 - Cabinet of Vice-President Miguel Arias Cañete x Empresarios Agrupados Internacional"],"date":["2018-02-08"],"summary":["EU Nuclaear Energy Coorporation"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-7e87a14bf64af274f1cfb85d6b64a405eea6217f","eu-tr-152932229997-41"]}} -{"id":"ec-meeting-2018-02-08-9689f414ad00b4ca80457d4cf9a5cb757c005161","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-08 - Energy x Polish Wind Energy Association WindEurope"],"date":["2018-02-08"],"summary":["Renewables in Poland"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-19920706471-21","eu-tr-090471814671-25","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2018-02-08-9c8b475db591e85aaeb76487fe66ecdb31ded607","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-08 - Mobility and Transport x A.P. Møller - Mærsk A/S"],"date":["2018-02-08"],"summary":["logistics"],"location":["Singapore"],"address":["Singapore"],"addressEntity":["addr-20c0b7bdab70ca2cc9c844a0d74a3af0bbf41c3e"],"organizer":["ec-dg-move"],"involved":["eu-tr-680443918500-51","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2018-02-08-9e378ada152c369405bb2c67f9fd74eb25481b78","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-08 - Cabinet of Commissioner Mariya Gabriel x European Endowment for Democracy"],"date":["2018-02-08"],"summary":["Fake News"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-986644617102-08","ec-person-13ac9a19d8d04f97c0d32603d014df0dd4e1cd2a"]}} -{"id":"ec-meeting-2018-02-08-a66eb8ab4d4d3cfe8460a25b65126a2537acc629","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-08 - Cabinet of Commissioner Elżbieta Bieńkowska x MEDICINES FOR EUROPE"],"date":["2018-02-08"],"summary":["SPC"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["ec-person-685ecf13dd26cd515c961e24ba71049af2302c5e","eu-tr-48325781850-28","ec-person-d2997a7f359c91a337055c3e24dd36bf928de38d"]}} -{"id":"ec-meeting-2018-02-08-a8a6e7eba4152275d3e06aef38662cb63ca89bdf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-08 - Legal Service x Liga Nacional de Fútbol Profesional"],"date":["2018-02-08"],"summary":["Digital single market issues"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-sj"],"involved":["ec-person-4624a57ba77e3d7846d273c8f8ee43ef7847e7fc","eu-tr-138436621132-34"]}} -{"id":"ec-meeting-2018-02-08-bae80e540fe7786b23a0f2fb6c4a5e997861cfab","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-08 - Taxation and Customs Union x everis Spain S.L.U. Succursale en Belgique"],"date":["2018-02-08"],"summary":["Strategic exchange on new technology and innovation"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-taxud"],"involved":["ec-person-3173c1cc052827c58f23ccd3a8de07534f0d35bd","eu-tr-765630716859-41"]}} -{"id":"ec-meeting-2018-02-08-cc561d1eb95ea683e292ab0f2f199616a3eb6c11","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-08 - Financial Stability, Financial Services and Capital Markets Union x Fédération bancaire française"],"date":["2018-02-08"],"summary":["Bale, Paquet de réduction des risques, sujets numériques, Union des marchés de capitaux"],"location":["Paris"],"address":["Paris"],"addressEntity":["addr-22390ad11c32faec43fc61555b53607660b3c185"],"organizer":["ec-dg-fisma"],"involved":["ec-person-bdee7a93f95c8ef05079539170139b3c02e8ed96","eu-tr-09245221105-30"]}} -{"id":"ec-meeting-2018-02-08-d32bd96a02f8cfc01463d4334d3d424628556a10","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-08 - Maritime Affairs and Fisheries x G Plus Ltd (t/a Portland)"],"date":["2018-02-08"],"summary":["Exchange of views on Brexit"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-mare"],"involved":["ec-person-a7b4b8418268a6d6c196b5e45f606fc92acbdb8c","eu-tr-7223777790-86"]}} -{"id":"ec-meeting-2018-02-08-dd40edb81eecaa95c2cc74afb1bfd2c5a48dce0e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-08 - Cabinet of Commissioner Phil Hogan x Federation of Associations for Hunting & Conservation of the EU"],"date":["2018-02-08"],"summary":["Conservation matters"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-75899541198-85","ec-person-a1a78365cc4685b0958056646204977d8f2ead92"]}} -{"id":"ec-meeting-2018-02-08-de0ed0fce5442226dc334ace3b9570b64126ef96","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-08 - Cabinet of Commissioner Phil Hogan x Deutscher Bauernverband"],"date":["2018-02-08"],"summary":["Business discussion"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-400dd8d59d3060187d9b9b143d697da1a3d03c12","eu-tr-73085531345-65"]}} -{"id":"ec-meeting-2018-02-08-e10ecb616dabf6855035b446403c6f997bbbc43b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-08 - Cabinet of President Jean-Claude Juncker x Deutscher Gewerkschaftsbund EUROPEAN TRADE UNION CONFEDERATION"],"date":["2018-02-08"],"summary":["Meeting with Reiner Hoffmann, President of the Confederation of the German Trade Unions and Mr Peter Scherrer, Deputy General Secretary of the European Trade Union Confederation (ETUC) on the EU Company Law package, political situation in Germany and EU new initiatives"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-07595112423-87","eu-tr-06698681039-26","ec-person-80c6995ad1cd6aefa72f1bf440b17b6d8c6dd4b8"]}} -{"id":"ec-meeting-2018-02-08-e113f7266f8c6976e13436d97264a9e2179ff681","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-08 - Cabinet of Vice-President Cecilia Malmström x European Federation of Pharmaceutical Industries and Associations"],"date":["2018-02-08"],"summary":["Possible change of EU patent legislation"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-38526121292-88","ec-person-20ded9db5df11164331bb161fdf234b1e5ad53fd","ec-person-591ec829ca734bcfe59a2c9c7f07f9dff22a0ea9"]}} -{"id":"ec-meeting-2018-02-08-ef5849db535580fcabf1b9f26b19949fc935b4bb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-08 - Cabinet of President Jean-Claude Juncker x Nord Stream 2 AG"],"date":["2018-02-08"],"summary":["Energy Union"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-662856722412-20","ec-person-b1bf9aa5fb7e886441ff341b657cc482b64a2a3e"]}} -{"id":"ec-meeting-2018-02-08-f231262de6bc4b0e1056cbc9ba180044d3ae75d3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-08 - Cabinet of Commissioner Phil Hogan x Secretariat of COMECE (Commission of the Episcopates of the European Union)"],"date":["2018-02-08"],"summary":["Agriculture"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-47350036909-69","ec-person-a1a78365cc4685b0958056646204977d8f2ead92"]}} -{"id":"ec-meeting-2018-02-08-fef908860f7041b2a9dc5254af5ab829d1a4914a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-08 - Cabinet of Commissioner Vytenis Andriukaitis x Avicenna Alliance - RPP Group"],"date":["2018-02-08"],"summary":["Computer modelling in healthcare"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["eu-tr-96530144280-28","ec-person-059ca943fc5fc696d2a97849c635ddf7b6ab7fd7","eu-tr-551058626331-14"]}} -{"id":"ec-meeting-2018-02-09-3f32726145c3cf5d4bb4309a878d8968cba65843","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-09 - Cabinet of Vice-President Miguel Arias Cañete x ACCIONA, S.A."],"date":["2018-02-09"],"summary":["Renewable Energy Directive"],"notes":["Portfolio: Climate Action & Energy"],"location":["Madrid"],"address":["Madrid"],"addressEntity":["addr-7a2191964a3d7521269f0068afae6b6116bac15d"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-451019811573-55","ec-person-2229c857664a22dcb8eee79a8c05841fd3d0924f"]}} -{"id":"ec-meeting-2018-02-09-48d9d8e42df3e80b324cf1be90c1d121c5aac9ae","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-09 - Taxation and Customs Union x Spotify"],"date":["2018-02-09"],"summary":["Exchange of views on digital taxation"],"location":["Brussels/Belgium"],"address":["Brussels/Belgium"],"addressEntity":["addr-c476280916fa20b5023288c48bfbed9c057a1c28"],"organizer":["ec-dg-taxud"],"involved":["ec-person-3173c1cc052827c58f23ccd3a8de07534f0d35bd","eu-tr-365747616583-15"]}} -{"id":"ec-meeting-2018-02-09-4a23f2489fb0cfc7696ff324a848ec3c377ade21","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-09 - Cabinet of Vice-President Miguel Arias Cañete x Ecologistas en Accion Greenpeace European Unit Sociedad Española de Ornitología Asociación para la Defensa de la Naturaleza"],"date":["2018-02-09"],"summary":["Politique europénne sur le climat et l'énergie"],"notes":["Portfolio: Climate Action & Energy"],"location":["Madrid"],"address":["Madrid"],"addressEntity":["addr-7a2191964a3d7521269f0068afae6b6116bac15d"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-621929318922-12","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd","eu-tr-9832909575-41","eu-tr-78244764767-48","eu-tr-64628738622-42"]}} -{"id":"ec-meeting-2018-02-09-51cf01788256cb99dfb1af3bc4bf91a1b4a17b32","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-09 - Cabinet of Commissioner Vytenis Andriukaitis x European Alcohol Policy Alliance"],"date":["2018-02-09"],"summary":["Action on alcohol and health"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["eu-tr-01546986656-22","ec-person-97425c615743576adc42e09bee7dac14f83f691b","ec-person-df30d07ef698a52b9948b9c734db39196cf8541f"]}} -{"id":"ec-meeting-2018-02-09-7e5fb85c86fb980d0175293f22079f6168e14ba2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-09 - Cabinet of Commissioner Elżbieta Bieńkowska x Bernstein Public Policy"],"date":["2018-02-09"],"summary":["prohibition of mail order sales of prescription-only medicines in Germany"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-32689998126-75","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2018-02-09-8d5509adc0b305f6b6927b7e3a01a06d7aa5e674","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-09 - Inspire, Debate, Engage and Accelerate Action x The American European Community Association"],"date":["2018-02-09"],"summary":["Future of Europe and Road to Sibiu"],"location":["1 Rue Zinner"],"address":["1 Rue Zinner"],"addressEntity":["addr-fef5ada19a697ac5eeec2297d5bb1056a13707a3"],"organizer":["ec-dg-idea"],"involved":["eu-tr-307603023489-82","ec-person-4fe56a64c00b3e81c851b5538878b32481bd7d3c"]}} -{"id":"ec-meeting-2018-02-09-a705f6cb75f229a8bcb558c0c870c4aaafbef5a9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-09 - Cabinet of Vice-President Miguel Arias Cañete x Accenture PLC"],"date":["2018-02-09"],"summary":["Energy transition"],"notes":["Portfolio: Climate Action & Energy"],"location":["Madrid"],"address":["Madrid"],"addressEntity":["addr-7a2191964a3d7521269f0068afae6b6116bac15d"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-34424201320-69","ec-person-2229c857664a22dcb8eee79a8c05841fd3d0924f"]}} -{"id":"ec-meeting-2018-02-09-d24f94bb0fbd0f2c58af607432109038db4cff45","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-09 - Cabinet of Vice-President Cecilia Malmström x EUROPEAN SERVICES FORUM"],"date":["2018-02-09"],"summary":["Importance of services in the economie and trade agreements"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-20ded9db5df11164331bb161fdf234b1e5ad53fd","eu-tr-3562594969-02","ec-person-ce1312d2a248f71fe74eed58aa5915cfa445bbba"]}} -{"id":"ec-meeting-2018-02-09-e10b3bdedfdf4c09ceaff11d46a400f471499814","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-09 - Cabinet of Commissioner Carlos Moedas x Intercapital I.G.A. - SA"],"date":["2018-02-09"],"summary":["Presentation of INTERCAPITAL and BIOMIMETX"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["eu-tr-470330029529-11","ec-person-a45151b401196e9c374c9acdada9d8840da271ad"]}} -{"id":"ec-meeting-2018-02-09-ebc7be2d2cedb7d0ab96116503389723addc3be0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-09 - Cabinet of Vice-President Jyrki Katainen x American Chamber of Commerce to the European Union"],"date":["2018-02-09"],"summary":["Innovation and competitiveness"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-c50e8c2cc390c5efb0626988d173bc6758459e0f","eu-tr-5265780509-97"]}} -{"id":"ec-meeting-2018-02-09-f8e8ca0ec7e3764a6e12402ef4ed837d9b9883ce","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-09 - Cabinet of President Jean-Claude Juncker x Platform of European Social NGOs"],"date":["2018-02-09"],"summary":["Follow-up to the European Pillar of Social Rights"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-85083981189-35","ec-person-98eba7ab1446c6dce384fdc2ecd48c7cadf9ee4e"]}} -{"id":"ec-meeting-2018-02-12-32d211f5c4c1a7987fdae11faa184bc35b37d77d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-12 - Energy x International Association of Oil & Gas Producers Europe"],"date":["2018-02-12"],"summary":["Energy policy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["ec-person-6997149120ce5129e38febe5275dc8fd03232d2e","eu-tr-3954187491-70"]}} -{"id":"ec-meeting-2018-02-12-47c9d9a695f6fac1b4a29dee994c41d3e2d766a3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-12 - Cabinet of Vice-President Valdis Dombrovskis x SGI Europe"],"date":["2018-02-12"],"summary":["Exchange of views on Social Fairness Package"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-1f98d05bdaed2c40396781b1eb7b0aa47cb8dd20","eu-tr-59513031434-92"]}} -{"id":"ec-meeting-2018-02-12-5a15fb4e4072451571398b7d48c7f804ee288796","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-12 - Cabinet of President Jean-Claude Juncker x Third Generation Environmentalism Ltd"],"date":["2018-02-12"],"summary":["Energy Union - Climate Action"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-07783117686-61","ec-person-b1bf9aa5fb7e886441ff341b657cc482b64a2a3e"]}} -{"id":"ec-meeting-2018-02-12-75dea8cf9f38d3e67c6916c21a11e07241e32b41","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-12 - Cabinet of Commissioner Věra Jourová x American Chamber of Commerce to the European Union"],"date":["2018-02-12"],"summary":["New deal for consumers"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-a2ca9161feee56909a0e98b473c2d342c20fdb57","eu-tr-5265780509-97"]}} -{"id":"ec-meeting-2018-02-12-99c0d2da68bf190f0e44e924e6fe7299f2c536a1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-12 - Cabinet of High Representative / Vice-President Federica Mogherini x Migration Policy Institute Europe"],"date":["2018-02-12"],"summary":["Hotspots"],"notes":["Portfolio: Foreign Affairs and Security Policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"involved":["eu-tr-643139016047-27","ec-person-23c55ec7dbedbeca55522253bc69ae6fd1bea72c"]}} -{"id":"ec-meeting-2018-02-12-d01beea5df350a6d571a1663753631fde06f7f90","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-12 - Energy x Trafigura Group Pte."],"date":["2018-02-12"],"summary":["Energy policy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-955315115949-73","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2018-02-12-d7f8b47ce4cb7e2bf3cb5c1fa1a87fce1d58f8e4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-12 - Mobility and Transport x EUROPEAN BUSINESS AVIATION ASSOCIATION"],"date":["2018-02-12"],"summary":["Access to airports, environment"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-move"],"involved":["eu-tr-120566513356-64","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2018-02-12-db32a410d41a6e3b6a42204901cbc4b3dcae2353","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-12 - Agriculture and Rural Development x ACP/LDC Sugar Industries Group"],"date":["2018-02-12"],"summary":["Exchange of views"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-agri"],"involved":["eu-tr-052002725608-03","ec-person-7bc7204a153f98afbf1ad1cffbdd10d06d9ae166"]}} -{"id":"ec-meeting-2018-02-13-196f40e72d092dd8de6d6182e16d1034b754edd7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-13 - Agriculture and Rural Development x European farmers European agri-cooperatives"],"date":["2018-02-13"],"summary":["Exchange of views on the future of the CAP and Civil Dialogue Groups"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-agri"],"involved":["eu-tr-09586631237-74","eu-tr-44856881231-49","ec-person-7bc7204a153f98afbf1ad1cffbdd10d06d9ae166"]}} -{"id":"ec-meeting-2018-02-13-4b6fe5c8c9df1146a87b2fcdef88cdd1cdf5de16","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-13 - Directorate-General for International Partnerships x Bill & Melinda Gates Foundation"],"date":["2018-02-13"],"summary":["Agricultural research and Paris Summit, health and education"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-intpa"],"involved":["eu-tr-371567915480-41","ec-person-05c4477b89b93e7969f12d89b38f77fedce5876f"]}} -{"id":"ec-meeting-2018-02-13-7e6a34fd83ecef8a6c77a8d0e881c0fdb006925a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-13 - Cabinet of Vice-President Jyrki Katainen x Insurance & Pension Denmark (Forsikring & Pension)"],"date":["2018-02-13"],"summary":["PEPP, Sustainable Finance, ESA Review and Solvency II"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-955e8c493ab54847bb92b65986f56a401f8eabee","eu-tr-002584211848-89"]}} -{"id":"ec-meeting-2018-02-13-93122024d1ee94f1df94e33c014387bee0c36aa2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-13 - Cabinet of Vice-President Karmenu Vella x Consorzio nazionale per la raccolta il riciclaggio e il recupero degli imballaggi in plastica"],"date":["2018-02-13"],"summary":["Circular Economy"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["ec-person-4ff7c27445db4ad88e687776974fd8d077a1fe0c","eu-tr-995510717090-69"]}} -{"id":"ec-meeting-2018-02-13-9bea02ec79f14d98690db7a9087b2403113539bf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-13 - Cabinet of Commissioner Phil Hogan x Fédération Européenne des Fabricants d'Aliments Composés"],"date":["2018-02-13"],"summary":["Business discussion"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-400dd8d59d3060187d9b9b143d697da1a3d03c12","eu-tr-77105321408-83"]}} -{"id":"ec-meeting-2018-02-13-af25800a1e20ad031cfe71bc8b24cc360e1d862f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-13 - Cabinet of Vice-President Karmenu Vella x Federazione Gomma Plastica"],"date":["2018-02-13"],"summary":["Plastic strategy"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["ec-person-4ff7c27445db4ad88e687776974fd8d077a1fe0c","eu-tr-863792230037-05"]}} -{"id":"ec-meeting-2018-02-13-d2b514b87b91631ce0aa345fc53c15af14095d09","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-13 - Energy x European Chemical Industry Council"],"date":["2018-02-13"],"summary":["clean energy transition"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["ec-person-6997149120ce5129e38febe5275dc8fd03232d2e","eu-tr-64879142323-90"]}} -{"id":"ec-meeting-2018-02-13-dfb6d059c69cd82791ee9ca6d96a89e5c9c83ba0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-13 - Cabinet of Commissioner Marianne Thyssen x European Association of Service providers for Persons with Disabilities"],"date":["2018-02-13"],"summary":["Investment in social infrastructure"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["eu-tr-120906010805-50","ec-person-97cc52ff34af5e6170626d2711bb791d319e064a"]}} -{"id":"ec-meeting-2018-02-13-e6b7f770bdedd076307e318465b66f9f0764ece7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-13 - Cabinet of Commissioner Violeta Bulc x Neste Oyj"],"date":["2018-02-13"],"summary":["Biofuels topics"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-9fddf13de7f65229b7da7c5b25dca1630cad3c48","eu-tr-10257354120-19"]}} -{"id":"ec-meeting-2018-02-13-e95ad9d56a8e5fcc376d7360f6d7b1869eaf5e6d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-13 - Cabinet of High Representative / Vice-President Federica Mogherini x UniCredit"],"date":["2018-02-13"],"summary":["EU-Turkey relations and Western Balkans Strategy"],"notes":["Portfolio: Foreign Affairs and Security Policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"involved":["eu-tr-03094871618-32","ec-person-ffe369688b1df8f09154d965f094473d619d72e0"]}} -{"id":"ec-meeting-2018-02-13-eff8092000f680dfac1ad1a205f4a3fbe248c416","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-13 - Cabinet of Commissioner Věra Jourová x European Women's Lobby"],"date":["2018-02-13"],"summary":["Women's rights"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-5455ecfabb89025694c798deac08160a2be17d94","eu-tr-85686156700-13"]}} -{"id":"ec-meeting-2018-02-14-0ee0b0401013644b4559ec19306dbdd70fe38dbd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-14 - Cabinet of Vice-President Karmenu Vella x United Soft Drinks"],"date":["2018-02-14"],"summary":["circular economy"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["ec-person-4ff7c27445db4ad88e687776974fd8d077a1fe0c","eu-tr-789919930041-26"]}} -{"id":"ec-meeting-2018-02-14-14cd721354b0bbbb6b5da15eaf499e79b75a941e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-14 - Cabinet of Commissioner Corina Crețu x Deutscher Industrie- und Handelskammertag e.V."],"date":["2018-02-14"],"summary":["Post 2020"],"notes":["Portfolio: Regional Policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-corina-cretu-of"],"involved":["eu-tr-22400601191-42","ec-person-9d82b1471c4c81e026b73d025790b3d843428640"]}} -{"id":"ec-meeting-2018-02-14-217eb0b2d0efe1707a68960af119fd56fa86abbb","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2018-02-14 - Cabinet of Vice-President Miguel Arias Cañete x Unrepresented Nations and Peoples Organization"],"date":["2018-02-14"],"summary":["Situation in Iran"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-80014376860-01","ec-person-7e87a14bf64af274f1cfb85d6b64a405eea6217f"]}} -{"id":"ec-meeting-2018-02-14-3000365640b6b2d31c033bc7b1c97c734ae39c97","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-14 - Cabinet of Commissioner Věra Jourová x Google"],"date":["2018-02-14"],"summary":["cloud act, e-evidence"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["eu-tr-03181945560-59","ec-person-f329292459cb1badb7fb7c6b67b698c441931bb2"]}} -{"id":"ec-meeting-2018-02-14-40a3124e30f4d48fc74df4bbf5a65cd1d034c2fc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-14 - Cabinet of Vice-President Jyrki Katainen x Confederazione Generale dell'Industria Italiana"],"date":["2018-02-14"],"summary":["Investment and innovation in Europe"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-81b1dda49062e5dac42bdad9273fa72968a2c325","eu-tr-27762251795-15"]}} -{"id":"ec-meeting-2018-02-14-55b802f6b12fa9d08d615478102048484c42672e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-14 - Cabinet of Vice-President Andrus Ansip x Akamai Technologies, Inc."],"date":["2018-02-14"],"summary":["cybersecurity and e-privacy"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-3ca0c466b8ff230d4409591430b388007ce14ff8","ec-person-5db7bdd1c81da2e70eb5b982097d0004111b5c3e","eu-tr-756663618867-82"]}} -{"id":"ec-meeting-2018-02-14-691d5fd7a8820103bd03716fef75e39cb277fb50","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-14 - Cabinet of Commissioner Julian King x Akamai Technologies, Inc."],"date":["2018-02-14"],"summary":["Cybersecurity"],"notes":["Portfolio: Security Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-julian-king-of"],"involved":["eu-tr-756663618867-82","ec-person-8534d5829e2b89b2389ad8651205fee73503f559"]}} -{"id":"ec-meeting-2018-02-14-71eef3755a4a721a9bcde4639ebed3fb690e9f5d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-14 - Cabinet of First Vice-President Frans Timmermans x Alliance for Lobbying Transparency and Ethics Regulation"],"date":["2018-02-14"],"summary":["IIA for a Mandatory Transparency Register"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-2694372574-63","ec-person-284d94050a35c9079d8b1ba3f85eaf7777b5fea9"]}} -{"id":"ec-meeting-2018-02-14-9b3907f7d03410a1c9a435ccd56e84dfcd2c5cf3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-14 - Cabinet of Commissioner Elżbieta Bieńkowska x Bundesverband Mittelständische Wirtschaft e.V. Confédération Européenne des Associations de Petites et Moyennes Entreprises"],"date":["2018-02-14"],"summary":["E-card, skills and SME challenges"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-082217218282-59","eu-tr-077142018281-86","ec-person-daef7f819b2f3ffe5e4f5d8eb2782954f3c4a4e2"]}} -{"id":"ec-meeting-2018-02-14-9b68567eecc7d4c42901211e3147e48e14b338b3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-14 - Mobility and Transport x Lufthansa Group"],"date":["2018-02-14"],"summary":["cargo issues"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-move"],"involved":["eu-tr-0714344663-32","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2018-02-14-a4c6c263332ed3e47bd961fe1b57188bfe533bed","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2018-02-14 - Cabinet of First Vice-President Frans Timmermans x United Soft Drinks"],"date":["2018-02-14"],"summary":["Discussion on Plastic Strategy and recycled plastics"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels, BERL"],"address":["Brussels, BERL"],"addressEntity":["addr-3c3fa5f92474ebac668808553fbab6d1c14aa243"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["ec-person-966667b73d92624be9bb019c2baab7e52331b3d3","ec-person-8d1c5ff76a431332387aa10936b0bff13f7d71fd","eu-tr-789919930041-26"]}} -{"id":"ec-meeting-2018-02-14-c157619529bb88056b23faaa069fdb734a0a3099","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-14 - Directorate-General for International Partnerships x Cooprogetti soc. coop."],"date":["2018-02-14"],"summary":["Cooprogetti came to meet DG Manservisi to present the company's internationalization process."],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-intpa"],"involved":["eu-tr-944389830179-40","ec-person-05c4477b89b93e7969f12d89b38f77fedce5876f"]}} -{"id":"ec-meeting-2018-02-14-c55d4cc8c91f4f695ff33855cfcf4d52643285b6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-14 - Environment x FederlegnoArredo - Federazione Italiana delle Industrie del Legno, del Sughero, del Mobile e dell'Arredamento"],"date":["2018-02-14"],"summary":["Circular Economy, chemicals"],"location":["Bruxelles"],"address":["Bruxelles"],"addressEntity":["addr-b58f5927b66d94a676970dc048485d4c6848f272"],"organizer":["ec-dg-env"],"involved":["eu-tr-30579503232-50","ec-person-3bc74ce04ea3f4ab4d91a5c88eef25b8b8a213b4"]}} -{"id":"ec-meeting-2018-02-14-f4fcb121ad767480ad955f31e60dc2400534cd2e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-14 - Cabinet of Vice-President Jyrki Katainen x European Microfinance Network aisbl"],"date":["2018-02-14"],"summary":["Microfinance in Europe"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-598332211023-81","ec-person-c3d85c41b6b842aae5c953d41fda5f240a5d0969"]}} -{"id":"ec-meeting-2018-02-15-071fd68c30fea4ff80dd471ada4079121a8a5b0b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-15 - Cabinet of Vice-President Neven Mimica x LIGHT FOR THE WORLD International - Organisation for inclusive development/ Organisation für inklusive Entwicklungszusammenarbeit, abkürzung: LIGHT FOR THE WORLD International"],"date":["2018-02-15"],"summary":["Disabilities in Development Policy"],"notes":["Portfolio: International Cooperation & Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-mimica-neven-of-president-vice"],"involved":["eu-tr-74313108109-71","ec-person-61daadad53de1eb7dcc08383b418ace3b6f971d7"]}} -{"id":"ec-meeting-2018-02-15-132702d3977e78b239adcc54243d2d6a0f2dd764","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-15 - Energy x Smart Lighting Alliance France"],"date":["2018-02-15"],"summary":["l'énergie et le numérique"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-217728426063-55","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2018-02-15-139b05abf25c13b3c4669cc602d67cbeabd9ba55","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-15 - Cabinet of Vice-President Cecilia Malmström x European Dredging Association"],"date":["2018-02-15"],"summary":["Ongoing trade negotiations"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-2492574893-58","ec-person-cb8ca9ec2413722fa83484ed18dd76ace52d0118"]}} -{"id":"ec-meeting-2018-02-15-1e260f2e887a2cf3755bed593b98256ecb0ef3b5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-15 - Trade x Ford Motor Company"],"date":["2018-02-15"],"summary":["EU-Mexico FTA / US trade policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-trade"],"involved":["ec-person-bde9bb099f5d24c52ca4a9255cefc99a5b87a650","eu-tr-21851435137-02"]}} -{"id":"ec-meeting-2018-02-15-219c9b3805903f5d80035092e36b980f1f57c725","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-15 - Cabinet of Commissioner Phil Hogan x US Dairy Export Council"],"date":["2018-02-15"],"summary":["Agriculture matters"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-927974415051-53","ec-person-a1a78365cc4685b0958056646204977d8f2ead92"]}} -{"id":"ec-meeting-2018-02-15-2291f535690417bf41d63880aac0b0c4a745079e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-15 - Cabinet of Commissioner Mariya Gabriel x Access Now Europe"],"date":["2018-02-15"],"summary":["ePrivacy Directive and the EU cybersecurity strategy"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["ec-person-fc1068d79545d1659bf47e9b62bfb0aed175629e","eu-tr-241832823598-19"]}} -{"id":"ec-meeting-2018-02-15-2407457bc308a2b5008ef78fbb2b6d0cbb988432","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-15 - Cabinet of Vice-President Günther Oettinger x Bundesverband Öffentlicher Banken Deutschlands eV"],"date":["2018-02-15"],"summary":["MFF"],"notes":["Portfolio: Budget & Human Resources"],"location":["Berlin"],"address":["Berlin"],"addressEntity":["addr-062b06ba8e755765c6b049809b7430fd54fe5b21"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-0767788931-41","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2018-02-15-252781a4947e44298291249eba9bf668eee384a5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-15 - Mobility and Transport x Société nationale SNCF"],"date":["2018-02-15"],"summary":["ERTMS, digitalisation, green bonds and Shift2rail"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-move"],"involved":["ec-person-26cdfacae671b09917bee1a91c91973941fa58a2","eu-tr-97914681026-14"]}} -{"id":"ec-meeting-2018-02-15-3d614d91f8cd1e633b7075461839c4f5198c4cd7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-15 - Directorate-General for International Partnerships x Agence Française de Développement"],"date":["2018-02-15"],"summary":["Présentation du nouveau Plan d’Orientation Stratégique du Groupe AFD; le Plan d’investissement extérieur; le projet de création de la Banque européenne de développement; les suites à donner à l’annonce au Sommet de Climat du 12 Decembre d’une initiative conjointe pour les petits Etats insulaires du Pacifique"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-intpa"],"involved":["eu-tr-348060711585-82","ec-person-05c4477b89b93e7969f12d89b38f77fedce5876f"]}} -{"id":"ec-meeting-2018-02-15-3da692b1bd04efd077338b603f7e21a0761acea9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-15 - Cabinet of Vice-President Andrus Ansip x Microsoft Corporation"],"date":["2018-02-15"],"summary":["Artificial intelligence, data, e-health"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-0801162959-21","ec-person-91ca0921c6790191daa54427311acd63035e7c9e","ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0"]}} -{"id":"ec-meeting-2018-02-15-69c0e7b76550ee9e7143a4ed7811dba0a2da92cb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-15 - Energy x Hydrogen Europe"],"date":["2018-02-15"],"summary":["Hydrogen, energy transition"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["ec-person-6997149120ce5129e38febe5275dc8fd03232d2e","eu-tr-77659588648-75"]}} -{"id":"ec-meeting-2018-02-15-73217c537d7993d7e6edc120365b402df1373434","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-15 - Cabinet of Vice-President Günther Oettinger x Hubert Burda Media Holding Kommanditgesellschaft"],"date":["2018-02-15"],"summary":["Copyright, Industrie 4.0"],"notes":["Portfolio: Budget & Human Resources"],"location":["Berlin"],"address":["Berlin"],"addressEntity":["addr-062b06ba8e755765c6b049809b7430fd54fe5b21"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-730036917015-61","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2018-02-15-7f181ad993e5b572b70ffb579ff7def54452a647","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-15 - Cabinet of Commissioner Violeta Bulc x KfW Bankengruppe"],"date":["2018-02-15"],"summary":["Meeting with the CEO of KFW, Mr. Bräunig"],"notes":["Portfolio: Transport"],"location":["Bruxelles"],"address":["Bruxelles"],"addressEntity":["addr-b58f5927b66d94a676970dc048485d4c6848f272"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-4d2b449b5047ea3fda435a2a1c1081e3babcdf76","ec-person-be830229e281863b280fbdedb9755116218a1b6d","eu-tr-79019799690-13"]}} -{"id":"ec-meeting-2018-02-15-82d6e51a1649faf6cfd623f99c24ffdc5b895103","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-15 - Cabinet of First Vice-President Frans Timmermans x Amnesty International Limited"],"date":["2018-02-15"],"summary":["The situation in Hungary"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-11063928073-34","ec-person-f87a3277bb5391e01fe3111e915444e51feb191a"]}} -{"id":"ec-meeting-2018-02-15-87927e420be394be08c4282f71a845b2b9c697f5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-15 - Cabinet of Vice-President Jyrki Katainen x Conféderation Européenne des Propriétaires Forestiers"],"date":["2018-02-15"],"summary":["Forest and Bioeconomy"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-3647455667-08","ec-person-d975183c78354d0db02d14e7929965ccae776a1b"]}} -{"id":"ec-meeting-2018-02-15-a196a0a3b45516253c37ef3cfaabdbb09080fdaa","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-15 - Cabinet of Vice-President Miguel Arias Cañete x Neste Oyj"],"date":["2018-02-15"],"summary":["Renewables"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd","eu-tr-10257354120-19"]}} -{"id":"ec-meeting-2018-02-15-bedddac31b54346b3a5f0b43440d8fee79392063","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-15 - Cabinet of Vice-President Jyrki Katainen x Google"],"date":["2018-02-15"],"summary":["Google support for developers"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-03181945560-59","ec-person-81b1dda49062e5dac42bdad9273fa72968a2c325"]}} -{"id":"ec-meeting-2018-02-15-c7436bc02dbb1be91bc974896d25684573598fdd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-15 - Cabinet of Commissioner Elżbieta Bieńkowska x Google"],"date":["2018-02-15"],"summary":["B2B relations on Online Platforms"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["ec-person-685ecf13dd26cd515c961e24ba71049af2302c5e","eu-tr-03181945560-59","ec-person-b2f9be51339f054477846797e2c119fcf16548fc"]}} -{"id":"ec-meeting-2018-02-15-cef60ef58100d8f75a4f534a4c40ce1031e8f787","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-15 - Cabinet of Commissioner Elżbieta Bieńkowska x Rud Pedersen Public Affairs Brussels Novartis International AG Läkemedelsindustriföreningen"],"date":["2018-02-15"],"summary":["pharmaceutical IP incentives"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["ec-person-b2f9be51339f054477846797e2c119fcf16548fc","eu-tr-165838227131-07","ec-person-685ecf13dd26cd515c961e24ba71049af2302c5e","eu-tr-544344129150-31","eu-tr-91269481588-28"]}} -{"id":"ec-meeting-2018-02-15-eb641771bbfbc676ab3d322d8919cea605892cb5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-15 - Cabinet of Commissioner Violeta Bulc x The German Marshall Fund of the United States - The Transatlantic Foundation"],"date":["2018-02-15"],"summary":["Electro-mobility issues"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-9fddf13de7f65229b7da7c5b25dca1630cad3c48","eu-tr-823171519707-31"]}} -{"id":"ec-meeting-2018-02-15-ec5c7de22a98f8b38ee088923d1b6b549aa2a48a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-15 - Mobility and Transport x Neste Oyj"],"date":["2018-02-15"],"summary":["biofuels"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-move"],"involved":["ec-person-26cdfacae671b09917bee1a91c91973941fa58a2","eu-tr-10257354120-19"]}} -{"id":"ec-meeting-2018-02-15-f5928b06af756d170f99514ea7296be5a5e38554","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-15 - Cabinet of Commissioner Violeta Bulc x Japan Business Council in Europe"],"date":["2018-02-15"],"summary":["Introduce new Executive Director"],"notes":["Portfolio: Transport"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-68368571120-55","ec-person-be830229e281863b280fbdedb9755116218a1b6d"]}} -{"id":"ec-meeting-2018-02-16-1f3f2fc3daccc6765480d01d40362af883ff7606","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-16 - Cabinet of First Vice-President Frans Timmermans x Tetra Pak Group"],"date":["2018-02-16"],"summary":["Discussion on the implementation of the Plastic Strategy"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels, BERL"],"address":["Brussels, BERL"],"addressEntity":["addr-3c3fa5f92474ebac668808553fbab6d1c14aa243"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["ec-person-8d1c5ff76a431332387aa10936b0bff13f7d71fd","eu-tr-7574443768-34"]}} -{"id":"ec-meeting-2018-02-16-2303e318fd0ecd82830ad30d365d3fba61e7bf56","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-16 - Cabinet of Vice-President Valdis Dombrovskis x Association Française des Entreprises Privées / French Association of Large Companies"],"date":["2018-02-16"],"summary":["Structural reforms in France; macroeconomic and fiscal issues; corporate taxation"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-953933297-85","ec-person-b2d41137decbf33bc8076a41bfe11b68d501a7a0","ec-person-a9eda2e8ea54b70a968327672c6cada679d3cd56"]}} -{"id":"ec-meeting-2018-02-16-5cef1e85723daa88d2ada2654be64501f402349a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-16 - Agriculture and Rural Development x Farm Europe"],"date":["2018-02-16"],"summary":["Exchange of view future of the CAP"],"location":["brussels"],"address":["brussels"],"addressEntity":["addr-e2daa1574b7ac475c827b33e281bd2d5e013c882"],"organizer":["ec-dg-agri"],"involved":["eu-tr-961826727268-04","ec-person-7bc7204a153f98afbf1ad1cffbdd10d06d9ae166"]}} -{"id":"ec-meeting-2018-02-16-6f073c19ba0d2f8c64e07fa36cb719e11e4080e7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-16 - Cabinet of Vice-President Jyrki Katainen x Bio-based Industries Consortium"],"date":["2018-02-16"],"summary":["Bioeconomy"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-d975183c78354d0db02d14e7929965ccae776a1b","eu-tr-904473529568-43"]}} -{"id":"ec-meeting-2018-02-16-7c28d904a695990fafc568f4dac18f55f6a56b34","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2018-02-16 - Cabinet of Vice-President Karmenu Vella x Tetra Pak Group"],"date":["2018-02-16"],"summary":["Circular Economy. Plastics Strategy","Plastics Strategy"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels, Belgium","Brussels"],"address":["Brussels, Belgium","Brussels"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306","addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["ec-person-4ff7c27445db4ad88e687776974fd8d077a1fe0c","eu-tr-7574443768-34"]}} -{"id":"ec-meeting-2018-02-16-7cfabd68703dced18e6903ee429b826636dd8c0d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-16 - Cabinet of Vice-President Valdis Dombrovskis x KfW Bankengruppe"],"date":["2018-02-16"],"summary":["Banking Union; Banking Package; Sustainable Finance"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-48f31156d932641826e09f5b73f074d35ff05786","eu-tr-79019799690-13","ec-person-a9eda2e8ea54b70a968327672c6cada679d3cd56"]}} -{"id":"ec-meeting-2018-02-16-83eda3c2fdca036d5a95b8c0e79ec6441760954e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-16 - Cabinet of Vice-President Günther Oettinger x Open Society European Policy Institute"],"date":["2018-02-16"],"summary":["conditionality"],"notes":["Portfolio: Budget & Human Resources"],"location":["München"],"address":["München"],"addressEntity":["addr-98dc49ee755c3c874dcfa2edc07c7189997bc7f6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-8557515321-37","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2018-02-16-859027dca94789a922b3a3af336383ccd440ff31","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-16 - Cabinet of Vice-President Günther Oettinger x American Chamber of Commerce in Germany e.V."],"date":["2018-02-16"],"summary":["white Paper, MFF"],"notes":["Portfolio: Budget & Human Resources"],"location":["München"],"address":["München"],"addressEntity":["addr-98dc49ee755c3c874dcfa2edc07c7189997bc7f6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-475368429902-96","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2018-02-16-863c45f35dc57e49da0c28f9c415dbc24f01a22c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-16 - Cabinet of Commissioner Pierre Moscovici x Booking.com B.V."],"date":["2018-02-16"],"summary":["Digital taxation and economic model of Booking.com"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["eu-tr-146537115285-34","ec-person-1d299d025d2afdcba46db3d131b6197fab6e0c89"]}} -{"id":"ec-meeting-2018-02-16-86b50f87d054a104316e25b95cff89d89b5658a7","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2018-02-16 - Cabinet of First Vice-President Frans Timmermans x Save the Children International"],"date":["2018-02-16"],"summary":["Migration policy"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Munich"],"address":["Munich"],"addressEntity":["addr-4bb73f4817cac7549995b34436d424f8d8b0f1b0"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["ec-person-57dd62a1a14508927bd5ec98bb97342f2d0834c9","eu-tr-11610562644-55","ec-person-ee0e358952eb5192d26c98d36095038f6b8223f2","ec-person-966667b73d92624be9bb019c2baab7e52331b3d3"]}} -{"id":"ec-meeting-2018-02-16-879c9db78d24650e9dce8829e042106054b55abf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-16 - Cabinet of Vice-President Günther Oettinger x thyssenkrupp AG"],"date":["2018-02-16"],"summary":["steel market"],"notes":["Portfolio: Budget & Human Resources"],"location":["München"],"address":["München"],"addressEntity":["addr-98dc49ee755c3c874dcfa2edc07c7189997bc7f6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-721647010823-15","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2018-02-16-87e24432649301d1727b7c7bdb6047c4efe70a8f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-16 - Cabinet of Vice-President Jyrki Katainen x EUROCADRES - THE COUNCIL OF EUROPEAN PROFESSIONAL AND MANAGERIAL STAFF"],"date":["2018-02-16"],"summary":["Eurocadres position paper for 2019 European elections"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-93e8e8ac2ee89edb4c52bce70d7472c8eae05edd","eu-tr-803183412905-34"]}} -{"id":"ec-meeting-2018-02-16-b928d09ef6621c38609ede8f02cf27a1b2dbc9fb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-16 - Cabinet of Vice-President Valdis Dombrovskis x PwCIL"],"date":["2018-02-16"],"summary":["audit legislation, fight against tax evasion"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-60402754518-05","ec-person-30d770ccd575865b3106f94220ce1ace16e48f1a","ec-person-a9eda2e8ea54b70a968327672c6cada679d3cd56"]}} -{"id":"ec-meeting-2018-02-16-b9f48702d0ffb96d1138ff6d51f5923eb183bef7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-16 - Cabinet of Commissioner Tibor Navracsics x My Europe 2100 e.V."],"date":["2018-02-16"],"summary":["European Youth Marathon, Implementation in the European countries, Involvement of secondary schools and Universities, Reaching all groups of young people Europe-wide, Exploring of funding possibilities at European level"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels, BERL"],"address":["Brussels, BERL"],"addressEntity":["addr-3c3fa5f92474ebac668808553fbab6d1c14aa243"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-49f31dad10f5641cb1d1e4c3107dd838389e8120","ec-person-881310bbb4e54ac96753b80bbdc9b1994cfbf136","eu-tr-958164130075-80"]}} -{"id":"ec-meeting-2018-02-16-cbb4accfdfaf25fd34d8da7e8d9bad0826ca67fe","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2018-02-16 - Cabinet of First Vice-President Frans Timmermans x Open Society European Policy Institute"],"date":["2018-02-16"],"summary":["Future of Europe"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Munich"],"address":["Munich"],"addressEntity":["addr-4bb73f4817cac7549995b34436d424f8d8b0f1b0"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["ec-person-57dd62a1a14508927bd5ec98bb97342f2d0834c9","ec-person-ee0e358952eb5192d26c98d36095038f6b8223f2","eu-tr-8557515321-37","ec-person-966667b73d92624be9bb019c2baab7e52331b3d3"]}} -{"id":"ec-meeting-2018-02-16-ed347c1e3929fc9ad6b9c878cea28b374550f653","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2018-02-16 - Cabinet of First Vice-President Frans Timmermans x International Rescue Committee Inc"],"date":["2018-02-16"],"summary":["Migration policy"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Munich"],"address":["Munich"],"addressEntity":["addr-4bb73f4817cac7549995b34436d424f8d8b0f1b0"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["ec-person-57dd62a1a14508927bd5ec98bb97342f2d0834c9","ec-person-ee0e358952eb5192d26c98d36095038f6b8223f2","ec-person-966667b73d92624be9bb019c2baab7e52331b3d3","eu-tr-66790095679-26"]}} -{"id":"ec-meeting-2018-02-17-a1844792d74c091ba4bd3dc46c61e7fa383393fe","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-17 - Cabinet of Vice-President Johannes Hahn x Ernst & Young Core Business Services BV"],"date":["2018-02-17"],"summary":["rule of law support in the Western Balkans"],"notes":["Portfolio: European Neighbourhood Policy & Enlargement Negotiations"],"location":["Munich, in the frame of MSC"],"address":["Munich, in the frame of MSC"],"addressEntity":["addr-d1b2f7878f23302014824a9b3559d671311c3faa"],"organizer":["ec-cabinet-hahn-johannes-of-president-vice"],"involved":["ec-person-f672afec7a839bc5243ddd3590bf9d6526226d41","eu-tr-04458109373-91"]}} -{"id":"ec-meeting-2018-02-18-66a74db3af894f76cf1091184e137a4a8e525754","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-18 - Cabinet of Vice-President Günther Oettinger x Verband der Automobilindustrie"],"date":["2018-02-18"],"summary":["carbon dioxide emissions"],"notes":["Portfolio: Budget & Human Resources"],"location":["Berlin"],"address":["Berlin"],"addressEntity":["addr-062b06ba8e755765c6b049809b7430fd54fe5b21"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-95574664768-90","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2018-02-19-035bff373adae8e8a3853c87a32fc4c0893b2c33","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-19 - Cabinet of Vice-President Andrus Ansip x IFPI Representing recording industry worldwide"],"date":["2018-02-19"],"summary":["Copyright, CabSat Regulation"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-60394321918-91","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45"]}} -{"id":"ec-meeting-2018-02-19-19035fa292727563d9973c4ccacbd4af2fbedc2d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-19 - Cabinet of Vice-President Karmenu Vella x Starbucks Coffee Company"],"date":["2018-02-19"],"summary":["Plastics"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["ec-person-4ff7c27445db4ad88e687776974fd8d077a1fe0c","eu-tr-921396316480-51"]}} -{"id":"ec-meeting-2018-02-19-1c93c667c7bc9f9a7d8a07b9007ea83407271cf7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-19 - Cabinet of Commissioner Marianne Thyssen x Starbucks Coffee Company"],"date":["2018-02-19"],"summary":["Skills"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["ec-person-786ac5b4308f9797c51ea9c4491fcd16b6fac4cd","eu-tr-921396316480-51"]}} -{"id":"ec-meeting-2018-02-19-1e61e4ba953b79390c68216cbfe4521c70459f76","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-19 - Cabinet of Commissioner Elżbieta Bieńkowska x Nestlé S.A."],"date":["2018-02-19"],"summary":["Food industry/Nestle concerns and priorities for a balanced supply chain"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-15366395387-57","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2018-02-19-25a1611539c84571b45a555d3ccba8d4f5e80000","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-19 - Cabinet of Vice-President Miguel Arias Cañete x None"],"date":["2018-02-19"],"summary":["Cars, CO2 standards"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-604742116836-08","eu-tr-0649790813-47","eu-tr-2349218828-41","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd","eu-tr-814112514572-47","eu-tr-74574295642-60","eu-tr-3305029916-47","eu-tr-564175424588-28"]}} -{"id":"ec-meeting-2018-02-19-511594137cfd86f2daadf8555e3850392759dea1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-19 - Task Force for Relations with the United Kingdom x Eurocities"],"date":["2018-02-19"],"summary":["Meeting with the Task Force for the Preparation and Conduct of the Negotiations with the United Kingdom under Article 50 TEU"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-uktf"],"involved":["ec-person-864cfa5fbc9b02a079ffbab1107f252c7bb08478","eu-tr-12493392840-79"]}} -{"id":"ec-meeting-2018-02-19-6cdd1e77a7660782265808675c13a0bfd3ca111c","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2018-02-19 - Cabinet of Vice-President Miguel Arias Cañete x Bundesverband der Deutschen Industrie e.V."],"date":["2018-02-19"],"summary":["Market design","Energy and Climate policy"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-1831691c10441c5974327bbeb8693d6b6c1e50c3","eu-tr-1771817758-48"]}} -{"id":"ec-meeting-2018-02-19-6d0cef35b63656b7f174d44145f757a050cd811b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-19 - Cabinet of Commissioner Carlos Moedas x Royal DSM"],"date":["2018-02-19"],"summary":["Bio-economy,circular economy and FP9"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-0a716bf5253e913fc40ebf14c12f30dc2e7a06ee","eu-tr-73926352722-07"]}} -{"id":"ec-meeting-2018-02-19-90c55c195ef3c7518240a845d9371b87a2437cdc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-19 - Cabinet of Commissioner Mariya Gabriel x LANXESS AG"],"date":["2018-02-19"],"summary":["Digital skills"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-77303494979-13","ec-person-13ac9a19d8d04f97c0d32603d014df0dd4e1cd2a"]}} -{"id":"ec-meeting-2018-02-19-a216385148ba4aa314e1e8f38d0f7c690a857ee2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-19 - Cabinet of Commissioner Phil Hogan x Bureau Européen de l'Agriculture Française"],"date":["2018-02-19"],"summary":["Business discussion"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-400dd8d59d3060187d9b9b143d697da1a3d03c12","eu-tr-23921286363-39"]}} -{"id":"ec-meeting-2018-02-19-bf5c835fb9ab7e36b520f9e1add62b62048772d5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-19 - Cabinet of Commissioner Violeta Bulc x European Transport Safety Council"],"date":["2018-02-19"],"summary":["Meeting with Albania Road safety council"],"notes":["Portfolio: Transport"],"location":["Bruxelles"],"address":["Bruxelles"],"addressEntity":["addr-b58f5927b66d94a676970dc048485d4c6848f272"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-78891371297-34","ec-person-cb7aaf75b4c195481f149f904bc28b4e2ac2b7ab"]}} -{"id":"ec-meeting-2018-02-19-c358211c6137a5bc75eb8b9e91f6a6fda23b70a2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-19 - Cabinet of Commissioner Phil Hogan x National Farmers' Union"],"date":["2018-02-19"],"summary":["Agri Issues"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-961181120948-12","ec-person-a1a78365cc4685b0958056646204977d8f2ead92"]}} -{"id":"ec-meeting-2018-02-19-c3c8993edf24aeab979e69c963cbe4fb2c18f358","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-19 - Energy x Shell Companies"],"date":["2018-02-19"],"summary":["Energy policy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-05032108616-26","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2018-02-19-d1b63869e9d434670181a71a802aca4c928f41c4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-19 - Cabinet of Commissioner Phil Hogan x Land- en Tuinbouw Organisatie Nederland"],"date":["2018-02-19"],"summary":["Business discussion"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-400dd8d59d3060187d9b9b143d697da1a3d03c12","eu-tr-4656646862-72"]}} -{"id":"ec-meeting-2018-02-19-dc65f882e3d4cd7e3c32b73787ac033dad22edf4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-19 - Cabinet of First Vice-President Frans Timmermans x Teneo Brussels Starbucks Coffee Company"],"date":["2018-02-19"],"summary":["Discussion on Plastic Strategy and SDGs"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels, BERL"],"address":["Brussels, BERL"],"addressEntity":["addr-3c3fa5f92474ebac668808553fbab6d1c14aa243"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-921396316480-51","eu-tr-91124993695-29","ec-person-8d1c5ff76a431332387aa10936b0bff13f7d71fd"]}} -{"id":"ec-meeting-2018-02-19-e0219054fdebb71e34a479cbb7fc77d12c453663","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-19 - Cabinet of Vice-President Andrus Ansip x The Coalition for a Digital Economy (Coadec)"],"date":["2018-02-19"],"summary":["UK Tech startups and scaleups in policy discussions"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-5db7bdd1c81da2e70eb5b982097d0004111b5c3e","eu-tr-745185930034-82"]}} -{"id":"ec-meeting-2018-02-19-f68004e0ffa6bf0c2546a5be7dcb6689f4d4c375","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-19 - Cabinet of First Vice-President Frans Timmermans x Vodafone Belgium SA"],"date":["2018-02-19"],"summary":["Data Protection"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-90142503473-81","ec-person-f87a3277bb5391e01fe3111e915444e51feb191a"]}} -{"id":"ec-meeting-2018-02-19-fade1b479f494091d8efb959c032e41ac1f547eb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-19 - Cabinet of Commissioner Pierre Moscovici x Rakuten Group, Inc"],"date":["2018-02-19"],"summary":["Discussion on digital taxation and VAT on e-commerce and how it would affect Rakuten Business model"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["eu-tr-952721718748-34","ec-person-1d299d025d2afdcba46db3d131b6197fab6e0c89"]}} -{"id":"ec-meeting-2018-02-19-fc90ec86a3161cad86f49a62e1cb43328b41250f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-19 - Cabinet of Commissioner Elżbieta Bieńkowska x Association des Constructeurs Européens d'Automobiles"],"date":["2018-02-19"],"summary":["Upcoming discussion for CO2 targets on heavy duty vehicles"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["BRUSSELS, BELGIUM"],"address":["BRUSSELS, BELGIUM"],"addressEntity":["addr-4c1ab42f2d67a167e7e42a844fe060e6aeea37ad"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-0649790813-47","ec-person-95a769a1850d7d595f9a5853c51dcbdd3ddd69fb","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2018-02-20-00022558d9ed13ba28b6d3bbf13d26febce5ef40","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-20 - Cabinet of Commissioner Vytenis Andriukaitis x American Chamber of Commerce to the European Union"],"date":["2018-02-20"],"summary":["5265780509-97"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-df30d07ef698a52b9948b9c734db39196cf8541f","ec-person-059ca943fc5fc696d2a97849c635ddf7b6ab7fd7","eu-tr-5265780509-97","ec-person-c986c9ff99d99d8006e000db5a8046be615813ae"]}} -{"id":"ec-meeting-2018-02-20-09dcceac931d9e844d1fd66e39f913568d8f8922","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-20 - Cabinet of Commissioner Mariya Gabriel x Scania AB (publ)"],"date":["2018-02-20"],"summary":["Connected and autonomous vehicles"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-3305029916-47","ec-person-77288fc6cc1d717936ac1a1d02ed679fd493b117"]}} -{"id":"ec-meeting-2018-02-20-0d3c09ccb86527e7bac837529ad42a09263e799f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-20 - Cabinet of Commissioner Elżbieta Bieńkowska x Aula Europe PlanB Energy Storage"],"date":["2018-02-20"],"summary":["energy storage technology in the broader context of EU`s industrial policy"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-88742028087-64","eu-tr-052879129888-21","ec-person-b2f9be51339f054477846797e2c119fcf16548fc","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2018-02-20-0ff4e8ccc42dbf25218e44929d5e0c0d779b0f14","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-20 - Cabinet of Commissioner Mariya Gabriel x APCO Worldwide"],"date":["2018-02-20"],"summary":["Copyright, TDM directive"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["ec-person-1674399a793e9e6fd7cf55b525515fc862fc9351","eu-tr-81995781088-41"]}} -{"id":"ec-meeting-2018-02-20-14ee051d5b61f67272a4f30d668ac745f738bc41","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-20 - Cabinet of Vice-President Neven Mimica x Vodafone Belgium SA"],"date":["2018-02-20"],"summary":["CSR activities of Vodafone in developing countries; External Investment Plan"],"notes":["Portfolio: International Cooperation & Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-mimica-neven-of-president-vice"],"involved":["ec-person-e90858f5aba78fd0e1cb2f757c3f38d55d91f98b","eu-tr-90142503473-81","ec-person-d455992f8f48b86e26e61f5284a9ef8e18aed182"]}} -{"id":"ec-meeting-2018-02-20-2190438ca5dcc62210364982d2f68024a37e6f36","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-20 - Cabinet of Commissioner Mariya Gabriel x Snap, Inc."],"date":["2018-02-20"],"summary":["Tackling Illegal Content Online"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["ec-person-d995d34a2f8b1f0bf6a17486f5699181d6a01e1c","eu-tr-976985829492-08"]}} -{"id":"ec-meeting-2018-02-20-2a9f46abd0ea4f1dfbc4897c20a68bfd6a9fdafc","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2018-02-20 - Cabinet of Commissioner Dimitris Avramopoulos x (SETE) GREEK TOURISM CONFEDERATION"],"date":["2018-02-20"],"summary":["subject","Presentation by SETE of the challenges for the tourism sector in Greece, including migration and security"],"notes":["Portfolio: Migration, Home Affairs and Citizenship"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-avramopoulos-cabinet-commissioner-dimitris-of"],"involved":["eu-tr-928053829874-37","ec-person-0b0e27acb2dc2fc7a5c5367408eb01e6e347862f","ec-person-06b43c385c07c13f2bae1d24a0075851e8ce491d"]}} -{"id":"ec-meeting-2018-02-20-30e4b0b6886f3f09943a51215c945c259f3d5071","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-20 - Cabinet of Vice-President Miguel Arias Cañete x Regasificadora del Noroeste S.A."],"date":["2018-02-20"],"summary":["Situation of the energy sector in Spain"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-330288731106-54","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd"]}} -{"id":"ec-meeting-2018-02-20-3b32f68031da94fee71f08868a22c88b0ebf7d27","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-20 - Cabinet of Commissioner Violeta Bulc x UIP - International Union of Wagon Keepers"],"date":["2018-02-20"],"summary":["Meeting with Dr. Heiko Fischer, president Internationl Union of Wagon Keepers"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-231975310234-07","ec-person-4d2b449b5047ea3fda435a2a1c1081e3babcdf76","ec-person-dd7851e4a1e747e824b4f81139e33bc3cdb73160"]}} -{"id":"ec-meeting-2018-02-20-3daace338c83ec311adff0207f27a926b3a0d78b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-20 - Cabinet of Commissioner Carlos Moedas x Universidade de Coimbra"],"date":["2018-02-20"],"summary":["\"Transfer of knowledge\""],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-01051f0f33bfdc2ecc41873c02cae666c5e0d099","eu-tr-777745717000-59","ec-person-23980b2bc4fd9c82051d0f7888dc236b2f764866"]}} -{"id":"ec-meeting-2018-02-20-50064a01149f03dd3e931be0880b93a0d925ee1a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-20 - Cabinet of Commissioner Mariya Gabriel x DIN Deutsches Institut für Normung e. V."],"date":["2018-02-20"],"summary":["Contribution of standards for the Digital Single Market"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-989808524267-58","ec-person-fc1068d79545d1659bf47e9b62bfb0aed175629e"]}} -{"id":"ec-meeting-2018-02-20-57d78fee2d3affb5313fae41a28f59855b9a7694","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-20 - Cabinet of President Jean-Claude Juncker x IPK European Strategy Ltd"],"date":["2018-02-20"],"summary":["Capital Markets Union"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-c402e34a99fbee730ae22e3b1958e21c94dc6fcc","eu-tr-683857614787-75"]}} -{"id":"ec-meeting-2018-02-20-615cfc48eaf96658634e0c47192e2890567fa725","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-20 - Cabinet of Vice-President Jyrki Katainen x (SETE) GREEK TOURISM CONFEDERATION"],"date":["2018-02-20"],"summary":["Tourism Industry in Greece"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-928053829874-37","ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90"]}} -{"id":"ec-meeting-2018-02-20-625e50ee65bb3ce606b4540e2e4206e60d4e189b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-20 - Cabinet of Vice-President Cecilia Malmström x Scania AB (publ) Kreab"],"date":["2018-02-20"],"summary":["Third mobility package / current trade negotiations"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-1078390517-54","ec-person-20ded9db5df11164331bb161fdf234b1e5ad53fd","eu-tr-3305029916-47"]}} -{"id":"ec-meeting-2018-02-20-69d3626b967fe0f44a6dea8b1677cb186bbccd2d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-20 - Cabinet of Vice-President Andrus Ansip x European Telecommunications Network Operators' Association"],"date":["2018-02-20"],"summary":["5G, telecom framework, code, e-privacy"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-666bc159c7e65a3af9e63c1e97435c02f1496955","ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0","eu-tr-08957111909-85"]}} -{"id":"ec-meeting-2018-02-20-6d7621c695fdac71b184633075ef314eb55df20b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-20 - Cabinet of First Vice-President Frans Timmermans x Sky Group"],"date":["2018-02-20"],"summary":["Discussion on Plastic Strategy and Better Regulation"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels, BERL"],"address":["Brussels, BERL"],"addressEntity":["addr-3c3fa5f92474ebac668808553fbab6d1c14aa243"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-62536168216-12","ec-person-966667b73d92624be9bb019c2baab7e52331b3d3"]}} -{"id":"ec-meeting-2018-02-20-7974e3e06192988da993657d5627cbafb4e807c3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-20 - Cabinet of Vice-President Maroš Šefčovič x DNV"],"date":["2018-02-20"],"summary":["Energy Union"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-414057515145-62","ec-person-af83ed49c403cb9d7ebfecca7893f0054c1f4be5"]}} -{"id":"ec-meeting-2018-02-20-8c940bfde3d5b3ee5daacfb57fc105307524e92f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-20 - Cabinet of Vice-President Jyrki Katainen x Global Infrastructure Investor Association"],"date":["2018-02-20"],"summary":["Infrastructure investment needs and challenges in Europe"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-246069829906-88","ec-person-c3d85c41b6b842aae5c953d41fda5f240a5d0969"]}} -{"id":"ec-meeting-2018-02-20-9b9fbbed299c35be22034cafa52b49521e0427c0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-20 - Directorate-General for International Partnerships x OXFAM INTERNATIONAL EU ADVOCACY OFFICE"],"date":["2018-02-20"],"summary":["Response to the Haiti media reports"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-intpa"],"involved":["eu-tr-46856801604-90","ec-person-05c4477b89b93e7969f12d89b38f77fedce5876f"]}} -{"id":"ec-meeting-2018-02-20-9e91079c64c56073097b0dcfc5475e6ed6fe8011","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-20 - Cabinet of Commissioner Mariya Gabriel x ISFE - Representing the European Videogames Industry"],"date":["2018-02-20"],"summary":["Copyright"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-20586492362-11","ec-person-13ac9a19d8d04f97c0d32603d014df0dd4e1cd2a"]}} -{"id":"ec-meeting-2018-02-20-a3278d8266f8df5a4f14fbe99948a1163e9d7069","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-20 - Cabinet of Vice-President Karmenu Vella x Sky Group"],"date":["2018-02-20"],"summary":["Ocean conservation, blue economy, Our Ocean Conference"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["eu-tr-62536168216-12","ec-person-2966d69fae0ea4e67f3f2df5a743cc766267d3c8","ec-person-0e3efd8bc1c3ee9a80205d0bb78f316fa1621e5d"]}} -{"id":"ec-meeting-2018-02-20-a8be18bff41288eb75739fb0bfcd5774019c4214","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-20 - Cabinet of Vice-President Andrus Ansip x Carnegie Europe"],"date":["2018-02-20"],"summary":["Carnegie's recent work on artificial intelligence, cyber policy, and biotechnology"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-3ca0c466b8ff230d4409591430b388007ce14ff8","eu-tr-688089718929-60"]}} -{"id":"ec-meeting-2018-02-20-ab596b0f74f7f3f94a6c1d6b0d771fa4ec8c557f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-20 - Cabinet of Commissioner Violeta Bulc x UNIFE"],"date":["2018-02-20"],"summary":["Meeting with Ms Sabrina Soussan, CEO of Siemens Mobility and Chairwoman of UNIFE"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-9624415524-28","ec-person-4d2b449b5047ea3fda435a2a1c1081e3babcdf76","ec-person-dd7851e4a1e747e824b4f81139e33bc3cdb73160"]}} -{"id":"ec-meeting-2018-02-20-b86a62a03a532c0aa32aca8f689812b948faced7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-20 - Cabinet of High Representative / Vice-President Federica Mogherini x FORWARD THINKING"],"date":["2018-02-20"],"summary":["Developments in the Gulf-MENA"],"notes":["Portfolio: Foreign Affairs and Security Policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"involved":["ec-person-e03a77379f79ea00cf20048e42e8b0793bf62fa3","eu-tr-188950615786-50"]}} -{"id":"ec-meeting-2018-02-20-b9218b3946beadb5f19f871ae2cd743485f2bad0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-20 - Cabinet of Commissioner Violeta Bulc x International Air Transport Association"],"date":["2018-02-20"],"summary":["Aviation issues"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-1805107590-28","ec-person-9d4dc4867a44dfe10f67ae7ee1706da3e8b48a24"]}} -{"id":"ec-meeting-2018-02-20-b9b332afaa322d6bc480c32be129cda02b0d65c6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-20 - Cabinet of Commissioner Julian King x Sky Group"],"date":["2018-02-20"],"summary":["Cybersecurity"],"notes":["Portfolio: Security Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-julian-king-of"],"involved":["ec-person-37c79733647a2293d1e96e976d3a72c6b707cb4c","eu-tr-62536168216-12"]}} -{"id":"ec-meeting-2018-02-20-c10bd0263089b4da5236ae34d772ff57723727d6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-20 - Cabinet of Commissioner Elżbieta Bieńkowska x CropLife Europe"],"date":["2018-02-20"],"summary":["guidance documentation"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-0711626572-26","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2018-02-20-c88c60d6e04058ff8fe04629d8d2fcaf2bbbc33d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-20 - Cabinet of Commissioner Mariya Gabriel x Google"],"date":["2018-02-20"],"summary":["Platform 2 Business relations, Illegal content, Disinformation online, Digital Skills"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-03181945560-59","ec-person-1674399a793e9e6fd7cf55b525515fc862fc9351"]}} -{"id":"ec-meeting-2018-02-20-c9820e6b71c00719c1c1bb5ec9a1ce8b67e56846","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-20 - Cabinet of Commissioner Violeta Bulc x Community of European Railway and Infrastructure Companies"],"date":["2018-02-20"],"summary":["Meeting with Mr Fritzsons, CEO of CER & CER Management Committee"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-4d2b449b5047ea3fda435a2a1c1081e3babcdf76","eu-tr-7574621118-27","ec-person-dd7851e4a1e747e824b4f81139e33bc3cdb73160"]}} -{"id":"ec-meeting-2018-02-20-ca4e4002391b7bd415ef3697c755ee5c531e1ae3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-20 - Cabinet of Vice-President Günther Oettinger x Confédération Européenne des Associations de Petites et Moyennes Entreprises"],"date":["2018-02-20"],"summary":["MFF"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["ec-person-1a98ebdc65a0fda494d1f6eb6fb74247a3036490","eu-tr-077142018281-86"]}} -{"id":"ec-meeting-2018-02-20-ccf8e49dafc17f21a9aea6b83e0693e41fd8f4fd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-20 - Cabinet of Commissioner Violeta Bulc x Scania AB (publ)"],"date":["2018-02-20"],"summary":["Meeeting with the Board (sustainable transport initiatives and road safety topics)"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-5012c5e45a52ee8ce67d19c1781a127af53e73e7","eu-tr-3305029916-47","ec-person-9fddf13de7f65229b7da7c5b25dca1630cad3c48"]}} -{"id":"ec-meeting-2018-02-20-cf25c174887be91edd46d85b1edecabe0f787bc7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-20 - Cabinet of Commissioner Vytenis Andriukaitis x MSD (Europe), Inc. (Merck Sharp & Dohme)"],"date":["2018-02-20"],"summary":["State of play in discussions on beta agonist compounds within the Codex Alimentarius"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["eu-tr-09824113589-92","ec-person-c986c9ff99d99d8006e000db5a8046be615813ae"]}} -{"id":"ec-meeting-2018-02-20-e49e6de46b675fc0554efa19246a75388b3a097f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-20 - Cabinet of Commissioner Mariya Gabriel x Sky Group"],"date":["2018-02-20"],"summary":["Electronic Communications Code, Disinformation Online, AVMSD, Copyright"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["ec-person-1674399a793e9e6fd7cf55b525515fc862fc9351","eu-tr-62536168216-12"]}} -{"id":"ec-meeting-2018-02-20-e85444dfa40a7eb95d3f4934d839be952cf7ab19","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-20 - Cabinet of First Vice-President Frans Timmermans x Deutscher Anwaltverein (German Bar Association)"],"date":["2018-02-20"],"summary":["Rule of Law issues"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussles"],"address":["Brussles"],"addressEntity":["addr-e6ba3e89050fdfff2010d3fb9d2fbe42cd1cafd9"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-87980341522-66","ec-person-f87a3277bb5391e01fe3111e915444e51feb191a"]}} -{"id":"ec-meeting-2018-02-20-f3aaf976b181ca5e7fbec4737693ed23c5044e53","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-20 - Cabinet of Commissioner Marianne Thyssen x European Federation for Family Employment - Fédération européenne des emplois de la famille"],"date":["2018-02-20"],"summary":["Family employment"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["ec-person-786ac5b4308f9797c51ea9c4491fcd16b6fac4cd","eu-tr-716909919073-32"]}} -{"id":"ec-meeting-2018-02-21-06db29fa7b287ac4a4c2a1b53ebbcd9a31e0f66a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-21 - Cabinet of Commissioner Elżbieta Bieńkowska x (SETE) GREEK TOURISM CONFEDERATION"],"date":["2018-02-21"],"summary":["Exchange of views on current topics"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["BRUSSELS"],"address":["BRUSSELS"],"addressEntity":["addr-f74337897287bf1b546f30505f5b1f693a87af50"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-928053829874-37","ec-person-95a769a1850d7d595f9a5853c51dcbdd3ddd69fb","ec-person-3d55409fa049ff6b397a9afc2fcc21bc7c409f0d"]}} -{"id":"ec-meeting-2018-02-21-0f1539fcb8c8de519605a8248d711cfa16eb459d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-21 - Cabinet of First Vice-President Frans Timmermans x Union of European Football Associations"],"date":["2018-02-21"],"summary":["Attendance of the signature of the arrangement of cooperation between the European Commission and UEFA"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-39217046408-27","ec-person-966667b73d92624be9bb019c2baab7e52331b3d3"]}} -{"id":"ec-meeting-2018-02-21-123ae6bccd4e9db168a950fd996f61a396d07620","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-21 - Cabinet of Vice-President Valdis Dombrovskis x BVI Bundesverband Investment und Asset Management e.V."],"date":["2018-02-21"],"summary":["ESAs review - CMU - PEPP"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-96816064173-47","ec-person-30d770ccd575865b3106f94220ce1ace16e48f1a"]}} -{"id":"ec-meeting-2018-02-21-181eb3878c8e17f7382b06e589d12e1ea2b85cd6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-21 - Cabinet of Vice-President Andrus Ansip x Snap, Inc."],"date":["2018-02-21"],"summary":["Illegal content online, P2B"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-e91c5be432b6b3efdda369792fed67c20b767a45","eu-tr-976985829492-08"]}} -{"id":"ec-meeting-2018-02-21-1b53149a2649eb6f7008ad505381270f03408695","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-21 - Cabinet of Commissioner Violeta Bulc x Etihad Airways"],"date":["2018-02-21"],"summary":["Aviation issues"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-5012c5e45a52ee8ce67d19c1781a127af53e73e7","ec-person-9d4dc4867a44dfe10f67ae7ee1706da3e8b48a24","eu-tr-142277315551-86"]}} -{"id":"ec-meeting-2018-02-21-2365af936b313ea0fa37096bff42925f8a21d00b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-21 - Cabinet of Vice-President Cecilia Malmström x British Retail Consortium"],"date":["2018-02-21"],"summary":["UK retail industry’s interests in the EU’s current and future bilateral agreements with third countries"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-612780115008-03","ec-person-591ec829ca734bcfe59a2c9c7f07f9dff22a0ea9"]}} -{"id":"ec-meeting-2018-02-21-264e7e520da7d4e3bb4c8a2b1989766377b5c9cc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-21 - Cabinet of Commissioner Mariya Gabriel x Carnegie Europe"],"date":["2018-02-21"],"summary":["Cybersecurity and Artificial Intelligence"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["ec-person-fc1068d79545d1659bf47e9b62bfb0aed175629e","eu-tr-688089718929-60"]}} -{"id":"ec-meeting-2018-02-21-308fbf31f3240a94efd0fca76d9f1c76deab79b8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-21 - Cabinet of Commissioner Phil Hogan x Comité National des Interprofessions des Vins à appellation d’origine et à indication géographique"],"date":["2018-02-21"],"summary":["Future of the CAP"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-808381722847-14","ec-person-c9d17d5879383b030f61a4066848249fb35d57e4"]}} -{"id":"ec-meeting-2018-02-21-314e42d2661f582f9b33829cf522e3a315ff6d73","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-21 - Cabinet of Commissioner Phil Hogan x Arla Foods amba"],"date":["2018-02-21"],"summary":["Future of Agriculture"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-c9d17d5879383b030f61a4066848249fb35d57e4","eu-tr-479299526321-12"]}} -{"id":"ec-meeting-2018-02-21-31a1a0d55435688e13f1acd85d02b4d38657c40c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-21 - Cabinet of Vice-President Jyrki Katainen x Helsinki EU Office (vastuutaho Uudenmaan liitto)"],"date":["2018-02-21"],"summary":["The Helsinki Challenge"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-81b1dda49062e5dac42bdad9273fa72968a2c325","eu-tr-796380111637-72"]}} -{"id":"ec-meeting-2018-02-21-478bef5eece3989f8b16898395c433cd527aa84e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-21 - Cabinet of Commissioner Tibor Navracsics x Union of European Football Associations"],"date":["2018-02-21"],"summary":["Sport issues"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-49f31dad10f5641cb1d1e4c3107dd838389e8120","eu-tr-39217046408-27"]}} -{"id":"ec-meeting-2018-02-21-4e2313024ee12a2b8824e6817cb7eb407bae8c32","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-21 - Cabinet of Commissioner Mariya Gabriel x European Committee for Electrotechnical Standardization European Committee for Standardization"],"date":["2018-02-21"],"summary":["European Standardization supporting Digital Transformation"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-58258552517-56","ec-person-fc1068d79545d1659bf47e9b62bfb0aed175629e","eu-tr-63623305522-13"]}} -{"id":"ec-meeting-2018-02-21-58cfd0d207743c73580445f819d8015989bea74f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-21 - Directorate-General for International Partnerships x Festival della Diplomazia"],"date":["2018-02-21"],"summary":["Exchange on the next edition of \"Festival della Diplomazia\" (18-26 October) Rome"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-intpa"],"involved":["ec-person-05c4477b89b93e7969f12d89b38f77fedce5876f","eu-tr-741662931449-60"]}} -{"id":"ec-meeting-2018-02-21-59110f956f3a42ede636bfcbf28defd11daedf6a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-21 - Financial Stability, Financial Services and Capital Markets Union x ING Group"],"date":["2018-02-21"],"summary":["banking union, Basel, MREL, digitalisation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-12112965774-95","ec-person-bdee7a93f95c8ef05079539170139b3c02e8ed96"]}} -{"id":"ec-meeting-2018-02-21-5a7e95c148e46394ab8217f1dc110c1b32337abf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-21 - Cabinet of Vice-President Valdis Dombrovskis x London Stock Exchange Group"],"date":["2018-02-21"],"summary":["CMU and affiliated initiatives including SME Growth market and prudential rules for investment firms - FinTech and Sustainable finance - ESA Review - Euribor"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-30d770ccd575865b3106f94220ce1ace16e48f1a","eu-tr-550494915045-08"]}} -{"id":"ec-meeting-2018-02-21-6991e2747752af0a5ea3b9ffb582d800695752cb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-21 - Cabinet of Vice-President Günther Oettinger x Deutsche Bank AG"],"date":["2018-02-21"],"summary":["MFF"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-271912611231-56","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2018-02-21-6ad23b5d010e0bb877813c9619156ec3e73d4992","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-21 - Cabinet of Commissioner Elżbieta Bieńkowska x European Federation of National Associations of Water Services"],"date":["2018-02-21"],"summary":["Exchange of views on current topics"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels, Berlaymont"],"address":["Brussels, Berlaymont"],"addressEntity":["addr-2d842da4e8cf3dbd0304d45e6b874d5f0aa57edf"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-39299129772-62","ec-person-95a769a1850d7d595f9a5853c51dcbdd3ddd69fb","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2018-02-21-749e2a48e4d651ffe179cc3bf3d924a9c542f0c7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-21 - Cabinet of Vice-President Valdis Dombrovskis x Deutsche Bank AG"],"date":["2018-02-21"],"summary":["Banking package - Banking union - Basel III completion"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-271912611231-56","ec-person-48f31156d932641826e09f5b73f074d35ff05786","ec-person-a9eda2e8ea54b70a968327672c6cada679d3cd56"]}} -{"id":"ec-meeting-2018-02-21-768e57e47d965744cb59804edd236a1371d0479c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-21 - Cabinet of Vice-President Jyrki Katainen x SAS Institute"],"date":["2018-02-21"],"summary":["Artificial Intelligence"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-175323916168-03","ec-person-81b1dda49062e5dac42bdad9273fa72968a2c325"]}} -{"id":"ec-meeting-2018-02-21-8058786dbfe51a08217587925b8f222f9ac79ae8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-21 - Cabinet of Commissioner Vytenis Andriukaitis x SANOFI Novartis International AG"],"date":["2018-02-21"],"summary":["HTA; Supplementary Protection Certificates (SPC)"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["eu-tr-61291462764-77","ec-person-059ca943fc5fc696d2a97849c635ddf7b6ab7fd7","eu-tr-91269481588-28"]}} -{"id":"ec-meeting-2018-02-21-81204b32f5aaa7abc05d5152f8bad3fd55185bf9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-21 - Cabinet of Commissioner Violeta Bulc x Ing. Miroslav Haltuf"],"date":["2018-02-21"],"summary":["Shift2Rail in Balkan"],"notes":["Portfolio: Transport"],"location":["Bruxelles"],"address":["Bruxelles"],"addressEntity":["addr-b58f5927b66d94a676970dc048485d4c6848f272"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-611206918763-57","ec-person-cb7aaf75b4c195481f149f904bc28b4e2ac2b7ab"]}} -{"id":"ec-meeting-2018-02-21-8994fa0e14ea0f6574d357597984b7200c9ee539","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-21 - Cabinet of Vice-President Andrus Ansip x Sky Group"],"date":["2018-02-21"],"summary":["Platforms, illegal content online"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-62536168216-12","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45"]}} -{"id":"ec-meeting-2018-02-21-9003e65f7a2ce54cc909e8e461539d1aaac591f7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-21 - Cabinet of Vice-President Valdis Dombrovskis x (SETE) GREEK TOURISM CONFEDERATION"],"date":["2018-02-21"],"summary":["state of play of Greece programme, economic growth and outlook for tourism sector, sectoral social dialogue in tourism sector"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-928053829874-37","ec-person-1f98d05bdaed2c40396781b1eb7b0aa47cb8dd20","ec-person-a9eda2e8ea54b70a968327672c6cada679d3cd56"]}} -{"id":"ec-meeting-2018-02-21-9456f9c54a45bb2933bf42d85d198a7805038848","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-21 - Cabinet of Vice-President Cecilia Malmström x Golden Agri-Resources Ltd"],"date":["2018-02-21"],"summary":["Palm Oil sustainability"],"notes":["Portfolio: Trade"],"location":["Brussels, Belgium."],"address":["Brussels, Belgium."],"addressEntity":["addr-33bd2d1a8be5ca867aa9c0e8d89d1cd6a1a28684"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-542373727099-18","ec-person-ce1312d2a248f71fe74eed58aa5915cfa445bbba"]}} -{"id":"ec-meeting-2018-02-21-a145707c014b353360a3ae51114bf9836174db01","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-21 - Cabinet of Vice-President Jyrki Katainen x NOVE Applied Materials"],"date":["2018-02-21"],"summary":["EU research framework"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-522122412613-18","ec-person-81b1dda49062e5dac42bdad9273fa72968a2c325","eu-tr-68030579311-05"]}} -{"id":"ec-meeting-2018-02-21-a7869afbe051b77490dcceba60bb3aaa2440b7e6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-21 - Cabinet of Commissioner Mariya Gabriel x International Association of Scientific, Technical and Medical Publishers"],"date":["2018-02-21"],"summary":["Copyright, Open access to data, VAT"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-98356852465-08","ec-person-1674399a793e9e6fd7cf55b525515fc862fc9351"]}} -{"id":"ec-meeting-2018-02-21-aff207cc96b0e553b103e2cb3dceede679a9366f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-21 - Cabinet of Vice-President Günther Oettinger x Orgalim – Europe's Technology Industries"],"date":["2018-02-21"],"summary":["MFF"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-20210641335-88","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2018-02-21-b36af4c3ade00d77ec2dfec4116723575f6c214f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-21 - Cabinet of Vice-President Neven Mimica x Bill & Melinda Gates Foundation"],"date":["2018-02-21"],"summary":["External Investment Plan"],"notes":["Portfolio: International Cooperation & Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-mimica-neven-of-president-vice"],"involved":["ec-person-e90858f5aba78fd0e1cb2f757c3f38d55d91f98b","eu-tr-371567915480-41","ec-person-61daadad53de1eb7dcc08383b418ace3b6f971d7"]}} -{"id":"ec-meeting-2018-02-21-b52fa8c7996199251fb1faafc5bdef9fa31de01c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-21 - Environment x Suomen itsenäisyyden juhlarahasto"],"date":["2018-02-21"],"summary":["World Circular Economy Forum 2018, Circular Economy Mission"],"location":["Bruxelles"],"address":["Bruxelles"],"addressEntity":["addr-b58f5927b66d94a676970dc048485d4c6848f272"],"organizer":["ec-dg-env"],"involved":["eu-tr-582824527068-76","ec-person-3bc74ce04ea3f4ab4d91a5c88eef25b8b8a213b4"]}} -{"id":"ec-meeting-2018-02-21-c1c52e19cf0571bc867d7270b238bde41000216e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-21 - Cabinet of Commissioner Carlos Moedas x Applied Materials"],"date":["2018-02-21"],"summary":["Industry, role of research and innovation in the European industrial landscape and FP9"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-a45151b401196e9c374c9acdada9d8840da271ad","eu-tr-68030579311-05"]}} -{"id":"ec-meeting-2018-02-21-c32876b2fa7f6a0d75439b04f74dbff9f0b9d21b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-21 - Cabinet of Vice-President Jyrki Katainen x Suomen itsenäisyyden juhlarahasto"],"date":["2018-02-21"],"summary":["Outreach for the World Circular Economy Forum 2018"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-582824527068-76","ec-person-0da85dc48012e26688310a59a0b51727ea68f410","ec-person-93e8e8ac2ee89edb4c52bce70d7472c8eae05edd"]}} -{"id":"ec-meeting-2018-02-21-c8f4fc81bf05fc45733d505b19ef7a60c8e413b9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-21 - Cabinet of Commissioner Mariya Gabriel x GitHub, Inc."],"date":["2018-02-21"],"summary":["Copyright"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-976086229629-90","ec-person-13ac9a19d8d04f97c0d32603d014df0dd4e1cd2a"]}} -{"id":"ec-meeting-2018-02-21-ca7632de6326ece9414ae526ead76af6d1c621a7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-21 - Cabinet of First Vice-President Frans Timmermans x ACT AGENCY GmbH"],"date":["2018-02-21"],"summary":["Discussion on actions on plastic pollution"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels, BERL"],"address":["Brussels, BERL"],"addressEntity":["addr-3c3fa5f92474ebac668808553fbab6d1c14aa243"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-678357430265-08","ec-person-8d1c5ff76a431332387aa10936b0bff13f7d71fd"]}} -{"id":"ec-meeting-2018-02-21-e0a6e4578a716c331ca67895531e59af2fa3b0c6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-21 - Cabinet of Vice-President Cecilia Malmström x The British Chambers of Commerce"],"date":["2018-02-21"],"summary":["EU trade policy and the UK"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-591ec829ca734bcfe59a2c9c7f07f9dff22a0ea9","eu-tr-920973215323-23"]}} -{"id":"ec-meeting-2018-02-21-e0ef9e287b083c6d68b56034483cf2cc34e5b10f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-21 - Cabinet of Commissioner Tibor Navracsics x Sky Group"],"date":["2018-02-21"],"summary":["Platforms and Copyright"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-49f31dad10f5641cb1d1e4c3107dd838389e8120","eu-tr-62536168216-12"]}} -{"id":"ec-meeting-2018-02-21-eb450afc05b9e6a1b7115bc4a01d8721fb3416b8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-21 - Cabinet of Vice-President Karmenu Vella x Federation of Associations for Hunting & Conservation of the EU"],"date":["2018-02-21"],"summary":["Nature"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["ec-person-9e282d5223d0f62146ce1013e2dac38adc89a4cf","eu-tr-75899541198-85"]}} -{"id":"ec-meeting-2018-02-21-f1bea24b510e2e670c33a021765db82ee1232b90","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-21 - Cabinet of Vice-President Jyrki Katainen x European Sugar Refineries Association"],"date":["2018-02-21"],"summary":["EU-Mexico and EU-Mercosur negotiations"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-af4fdbf97c89a6df87ab37d321d95829d657c940","eu-tr-153540811905-01"]}} -{"id":"ec-meeting-2018-02-21-f5cf4221fa258c626f1c378ea209fa83ff8f1cfa","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-21 - Cabinet of Commissioner Carlos Moedas x All European Academies"],"date":["2018-02-21"],"summary":["Research & Innovation Missions"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-b8d49828915f9008e764a78796d47ea00807a658","eu-tr-492964815891-65"]}} -{"id":"ec-meeting-2018-02-21-fd761a3f8b211a2ca9690e099f9adffb7dacf3e7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-21 - Communications Networks, Content and Technology x EDSO for Smart Grids"],"date":["2018-02-21"],"summary":["Smart grids"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-952322311484-70","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2018-02-22-034829ae346f929d6aff2a0865aa39d78be79d92","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-22 - Cabinet of Commissioner Mariya Gabriel x Schneider Electric"],"date":["2018-02-22"],"summary":["Artificial Intelligence"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-46302264606-44","ec-person-fc1068d79545d1659bf47e9b62bfb0aed175629e"]}} -{"id":"ec-meeting-2018-02-22-0f12eea5689600c9c7c180a23c25baa91a9f9b23","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-22 - Cabinet of Commissioner Carlos Moedas x InterDigital, Inc."],"date":["2018-02-22"],"summary":["Future Research Framework Programme (FP9)"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["eu-tr-787513017798-23","ec-person-a6e757d2928b639b876fd492ddee1fc1420908bf"]}} -{"id":"ec-meeting-2018-02-22-1371c767ca678366e5f0030058f6c77f52c44501","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-22 - Cabinet of Vice-President Jyrki Katainen x Cassa Depositi e Prestiti s.p.a."],"date":["2018-02-22"],"summary":["Investment Plan and next MFF"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90","eu-tr-110117812027-92"]}} -{"id":"ec-meeting-2018-02-22-1bbe6cae53ef34104feb660873b5b87dc8aa7aa9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-22 - Maritime Affairs and Fisheries x Association of National Organisations of Fishing Enterprises in the European Union"],"date":["2018-02-22"],"summary":["Exchange of views on implementation of the CFP and specific fisheries issues"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-mare"],"involved":["ec-person-a7b4b8418268a6d6c196b5e45f606fc92acbdb8c","eu-tr-2312395253-25"]}} -{"id":"ec-meeting-2018-02-22-1e9e5151e53cb243b7837318efa586868e01fbbc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-22 - Cabinet of Commissioner Marianne Thyssen x Johnson & Johnson"],"date":["2018-02-22"],"summary":["EU Intellectual Property Rights framework"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["ec-person-cfb8d8d884367ef98b079fcd883ece7c89ec28e2","eu-tr-75617941310-89"]}} -{"id":"ec-meeting-2018-02-22-28480687aa3689b3c51bb58771f79de04db8bace","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-22 - Cabinet of Commissioner Vytenis Andriukaitis x EU Dog & Cat Alliance Blue Cross"],"date":["2018-02-22"],"summary":["Pet welfare"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["eu-tr-790258914732-21","eu-tr-477391118070-35","ec-person-0dbfffeb0323f819c8d57164906086dd8639c437","ec-person-df30d07ef698a52b9948b9c734db39196cf8541f"]}} -{"id":"ec-meeting-2018-02-22-384c23eec8ecdaab4c35ce332eb6d32bf76889b3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-22 - Cabinet of Vice-President Günther Oettinger x Irish Co-operative Organisation Society Ltd."],"date":["2018-02-22"],"summary":["MFF, CAP"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["ec-person-1a98ebdc65a0fda494d1f6eb6fb74247a3036490","eu-tr-99345863205-62"]}} -{"id":"ec-meeting-2018-02-22-4c291ee1ddd222c4e8daa41ae697eeab9fbee677","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-22 - Economic and Financial Affairs x Deloitte Advisory, S.L."],"date":["2018-02-22"],"summary":["Economic outlook"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-ecfin"],"involved":["ec-person-9b398cc97951266670f91bef34ea37df7380eef9","eu-tr-823516326548-17"]}} -{"id":"ec-meeting-2018-02-22-50c3913e71ca3b7d4cc75791b0adfe9c4fec8edf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-22 - Cabinet of Commissioner Margrethe Vestager x Landbrug & Fødevarer - Danish Agriculture and Food Council"],"date":["2018-02-22"],"summary":["EU Current Affairs"],"notes":["Portfolio: Competition"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-margrethe-of-vestager"],"involved":["ec-person-baa1c172df109ebd1f0307bccb5e21aec66c7a25","eu-tr-1634450483-86"]}} -{"id":"ec-meeting-2018-02-22-54fa734bde836f78c364364d949fff96a785f9de","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-22 - Cabinet of Commissioner Vytenis Andriukaitis x European agri-cooperatives European farmers"],"date":["2018-02-22"],"summary":["African Swine Fever, Animal Welfare, Food waste"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["eu-tr-09586631237-74","ec-person-0dbfffeb0323f819c8d57164906086dd8639c437","ec-person-df30d07ef698a52b9948b9c734db39196cf8541f","eu-tr-44856881231-49"]}} -{"id":"ec-meeting-2018-02-22-6224d8256671f33d3fc38e658895eadc253e832c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-22 - Cabinet of Commissioner Phil Hogan x Landwirtschaftskammer Österreich"],"date":["2018-02-22"],"summary":["Future of the Common Agriculture Policy"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-66690371529-15","ec-person-68b8e931bdd0cafe77ab8e98d87edbea128d6c49"]}} -{"id":"ec-meeting-2018-02-22-64b15c00255d2942140ff51e04ea70f1dfe4541d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-22 - Cabinet of Commissioner Violeta Bulc x Fraport AG - Frankfurt Airport Services Worldwide"],"date":["2018-02-22"],"summary":["Sustainability topics"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-023273214333-18","ec-person-9fddf13de7f65229b7da7c5b25dca1630cad3c48"]}} -{"id":"ec-meeting-2018-02-22-67a9e5a0c831c328c91208ca39ca2c3ff7a6ee02","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-22 - Taxation and Customs Union x G Plus Ltd (t/a Portland)"],"date":["2018-02-22"],"summary":["Exchange of views on digital taxation and other tax dossiers"],"location":["Brussels/Belgium"],"address":["Brussels/Belgium"],"addressEntity":["addr-c476280916fa20b5023288c48bfbed9c057a1c28"],"organizer":["ec-dg-taxud"],"involved":["ec-person-3173c1cc052827c58f23ccd3a8de07534f0d35bd","eu-tr-7223777790-86"]}} -{"id":"ec-meeting-2018-02-22-68a3e652fb0fe348b42611600443223dfe5c6b98","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-22 - Cabinet of Vice-President Valdis Dombrovskis x Carnegie Europe"],"date":["2018-02-22"],"summary":["Cyber Security & Fintech Action Plan"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-537401fc0be04984531b83660f416bf2fe14fbd8","eu-tr-688089718929-60"]}} -{"id":"ec-meeting-2018-02-22-7358690669ba6532e3464a4a6b5cf7c2ecf52d96","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-22 - Environment x Ellen MacArthur Foundation"],"date":["2018-02-22"],"summary":["Circular Economy"],"location":["Bruxelles"],"address":["Bruxelles"],"addressEntity":["addr-b58f5927b66d94a676970dc048485d4c6848f272"],"organizer":["ec-dg-env"],"involved":["eu-tr-206816021848-17","ec-person-3bc74ce04ea3f4ab4d91a5c88eef25b8b8a213b4"]}} -{"id":"ec-meeting-2018-02-22-7be617fcc5d470816534dc1e112d103ef4a55d6e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-22 - Cabinet of Commissioner Violeta Bulc x Croon Callaghan Aviation Consulting LLP"],"date":["2018-02-22"],"summary":["Passenger's rights"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-963407330256-92","ec-person-a9f4fe47da47a1b05bbfda9825908089d11bda93"]}} -{"id":"ec-meeting-2018-02-22-84f9d7d8b30127fce1b838fa1227e4591488981a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-22 - Cabinet of First Vice-President Frans Timmermans x Civil Liberties Union for Europe Helsinki Foundation for Human Rights"],"date":["2018-02-22"],"summary":["Rule of Law in Poland"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-657241221166-37","eu-tr-544892227334-39","ec-person-f87a3277bb5391e01fe3111e915444e51feb191a"]}} -{"id":"ec-meeting-2018-02-22-86d926f54a49668ec374fd277dc54229567b964c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-22 - Cabinet of Vice-President Günther Oettinger x Daimler Aktiengesellschaft"],"date":["2018-02-22"],"summary":["carbon dioxide emissions"],"notes":["Portfolio: Budget & Human Resources"],"location":["Stuttgart"],"address":["Stuttgart"],"addressEntity":["addr-ec1b13e7905dbe946388ffc80ac1b7f2624ca649"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-2349218828-41","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2018-02-22-9af0782cf0e4b6b7f003e904587f738cf2e031e8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-22 - Cabinet of Commissioner Violeta Bulc x TransPod Inc"],"date":["2018-02-22"],"summary":["Hyperloop"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-5012c5e45a52ee8ce67d19c1781a127af53e73e7","ec-person-dd7851e4a1e747e824b4f81139e33bc3cdb73160","eu-tr-288270530160-18"]}} -{"id":"ec-meeting-2018-02-22-9de614fae891c49b1891027f22dfadbfbe6cce09","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-22 - Cabinet of Commissioner Elżbieta Bieńkowska x Finavia Corporation Miltton Europe"],"date":["2018-02-22"],"summary":["recent developments in the aviation sector"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-245377319023-40","eu-tr-60334418925-95","ec-person-b2f9be51339f054477846797e2c119fcf16548fc"]}} -{"id":"ec-meeting-2018-02-22-a698b29e1bc68b78c46eb9ca3bd61c0bef35612a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-22 - Cabinet of Vice-President Valdis Dombrovskis x Independent Retail Europe (formerly UGAL - Union of Groups of Independent Retailers of Europe)"],"date":["2018-02-22"],"summary":["Exchange of views on CCTB/CCCTB proposal and Digital taxation"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-b2d41137decbf33bc8076a41bfe11b68d501a7a0","eu-tr-034546859-02"]}} -{"id":"ec-meeting-2018-02-22-b5ab1fbfdcb338baebd1bfd1ce73768d898d9f77","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-22 - Economic and Financial Affairs x Cassa Depositi e Prestiti s.p.a."],"date":["2018-02-22"],"summary":["Italy and the EU"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-ecfin"],"involved":["ec-person-9b398cc97951266670f91bef34ea37df7380eef9","eu-tr-110117812027-92"]}} -{"id":"ec-meeting-2018-02-22-c40dd147f0fa22b8f347c96967040aec131aa178","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-22 - Cabinet of Vice-President Johannes Hahn x Terna spa"],"date":["2018-02-22"],"summary":["electricity connections with the southern neighbourhood"],"notes":["Portfolio: European Neighbourhood Policy & Enlargement Negotiations"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-hahn-johannes-of-president-vice"],"involved":["ec-person-643595d3a737c63fc95146b51292a4684ed1ca75","eu-tr-937812815077-68"]}} -{"id":"ec-meeting-2018-02-22-d1b63869e9d434670181a71a802aca4c928f41c4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-22 - Cabinet of Commissioner Phil Hogan x Land- en Tuinbouw Organisatie Nederland"],"date":["2018-02-22"],"summary":["Business discussion"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-400dd8d59d3060187d9b9b143d697da1a3d03c12","eu-tr-4656646862-72"]}} -{"id":"ec-meeting-2018-02-22-de0ed0fce5442226dc334ace3b9570b64126ef96","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-22 - Cabinet of Commissioner Phil Hogan x Deutscher Bauernverband"],"date":["2018-02-22"],"summary":["Future of the Common Agriculture Policy"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-73085531345-65","ec-person-68b8e931bdd0cafe77ab8e98d87edbea128d6c49"]}} -{"id":"ec-meeting-2018-02-22-ed9a39451f14f50c61d23135879cb3634c487c3a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-22 - Cabinet of High Representative / Vice-President Federica Mogherini x Terna spa"],"date":["2018-02-22"],"summary":["Energy Policy"],"notes":["Portfolio: Foreign Affairs and Security Policy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"involved":["ec-person-d2aee33b6a13b13cbded48adb1a569f8cf4d4033","eu-tr-937812815077-68","ec-person-0d87d503aa00db1df141f3b1bfea3e0ccb43ece9"]}} -{"id":"ec-meeting-2018-02-22-ef1702870822a1431d950d8308111e66fd73e59b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-22 - Cabinet of Vice-President Jyrki Katainen x Fondation Prospective et Innovation"],"date":["2018-02-22"],"summary":["EU economic and industrial future + job market facing digitalisation"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90","eu-tr-342174419993-23"]}} -{"id":"ec-meeting-2018-02-22-f79066e4c79de5b8381da830466b7fd4b5b631bd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-22 - Environment x Land- en Tuinbouw Organisatie Nederland"],"date":["2018-02-22"],"summary":["Nitrates"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-env"],"involved":["eu-tr-4656646862-72","ec-person-3bc74ce04ea3f4ab4d91a5c88eef25b8b8a213b4"]}} -{"id":"ec-meeting-2018-02-22-fa284af85dbb28f27ab6c3539c18ca4a40b18ba8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-22 - Cabinet of Vice-President Cecilia Malmström x AGRICORD vzw"],"date":["2018-02-22"],"summary":["Farmers in the food chain / current trade negotiations"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-20ded9db5df11164331bb161fdf234b1e5ad53fd","eu-tr-02956895166-25"]}} -{"id":"ec-meeting-2018-02-22-fb0649a7f1426c21502b83b5d4f90e99e8a80d24","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-22 - Cabinet of Vice-President Johannes Hahn x Novihum Technologies GmbH"],"date":["2018-02-22"],"summary":["Rural Development in the Southern Neighbourhood"],"notes":["Portfolio: European Neighbourhood Policy & Enlargement Negotiations"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-hahn-johannes-of-president-vice"],"involved":["ec-person-643595d3a737c63fc95146b51292a4684ed1ca75","eu-tr-508450430294-36"]}} -{"id":"ec-meeting-2018-02-23-10ae6b350bebbe0ac071864ae5d0417f4f3a2438","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-23 - Cabinet of Commissioner Vytenis Andriukaitis x Syngenta Crop Protection AG"],"date":["2018-02-23"],"summary":["Approval of plant protection products"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-b9c3f19e7c5f216e3e508f931ddd6a9cb59376d1","eu-tr-16822412339-79"]}} -{"id":"ec-meeting-2018-02-23-153776ab04929627a9ad4711259384408e3238a4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-23 - Cabinet of Commissioner Dimitris Avramopoulos x Centre for Democracy & Technology, Europe"],"date":["2018-02-23"],"summary":["Tackling illegal content online"],"notes":["Portfolio: Migration, Home Affairs and Citizenship"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-avramopoulos-cabinet-commissioner-dimitris-of"],"involved":["ec-person-57d09145ba24f5738cdde61edf14f741cb547675","eu-tr-57305017757-64"]}} -{"id":"ec-meeting-2018-02-23-170a5eaf42e388b70ed671c11742fbea07f32957","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-23 - Cabinet of Vice-President Andrus Ansip x Telefonica, S.A."],"date":["2018-02-23"],"summary":["e-Privacy/Fundamental Rights to Privacy and data protection"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-52431421-12","ec-person-5db7bdd1c81da2e70eb5b982097d0004111b5c3e"]}} -{"id":"ec-meeting-2018-02-23-19b0586c31325048d0aa8ae0238a8c518a34936c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-23 - Energy x ROCKWOOL International A/S"],"date":["2018-02-23"],"summary":["energy efficiency"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-2301233810-42","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2018-02-23-2789d4f47ea0c51222141cd0cf14e1763e692603","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-23 - Cabinet of Vice-President Miguel Arias Cañete x Aviva Plc"],"date":["2018-02-23"],"summary":["Market design"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-1831691c10441c5974327bbeb8693d6b6c1e50c3","eu-tr-86270761494-62"]}} -{"id":"ec-meeting-2018-02-23-28433ebbe9c898429cb7ae6dafeefc580543117b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-23 - Cabinet of Commissioner Violeta Bulc x Login5 Foundation"],"date":["2018-02-23"],"summary":["Meeting with Login5"],"notes":["Portfolio: Transport"],"location":["Ljubljana"],"address":["Ljubljana"],"addressEntity":["addr-be95acba75b6b18917b2638aae79ec1300c77c35"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-4d2b449b5047ea3fda435a2a1c1081e3babcdf76","eu-tr-639199129277-66","ec-person-a9f4fe47da47a1b05bbfda9825908089d11bda93"]}} -{"id":"ec-meeting-2018-02-23-309a40371be342c7fc41aa8cf251622aed402613","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-23 - Cabinet of Commissioner Pierre Moscovici x Transparency International"],"date":["2018-02-23"],"summary":["The paper published on structural funds and rule of law conditionality, ‘Can EU funds promote the rule of law in Europe?"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["ec-person-18ec03f403696ecde522f7843ba9c4ff6335ead4","eu-tr-501222919-71"]}} -{"id":"ec-meeting-2018-02-23-324b153c6a0353ce2d147dec7c945edc9b8c4b19","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-23 - Cabinet of Commissioner Tibor Navracsics x Culture Action Europe"],"date":["2018-02-23"],"summary":["Culture in EU"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-49f31dad10f5641cb1d1e4c3107dd838389e8120","eu-tr-237149421566-71"]}} -{"id":"ec-meeting-2018-02-23-49e8cb648e54355cdfd1bfbfbc228d5ce0ef3916","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-23 - Cabinet of First Vice-President Frans Timmermans x Alleanza Italiana per lo Sviluppo Sostenibile Consiglio Italiano del Movimento Europeo European Partners for the Environment"],"date":["2018-02-23"],"summary":["Discussion on the implementation of SDGs"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels, BERL"],"address":["Brussels, BERL"],"addressEntity":["addr-3c3fa5f92474ebac668808553fbab6d1c14aa243"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-628766423953-43","ec-person-966667b73d92624be9bb019c2baab7e52331b3d3","eu-tr-795983621293-47","eu-tr-34293437617-43"]}} -{"id":"ec-meeting-2018-02-23-4b4b1e42ff07011b010a047270263aba8609b315","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-23 - Cabinet of Vice-President Andrus Ansip x Symantec Corporation"],"date":["2018-02-23"],"summary":["e-Privacy Regulation"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-5db7bdd1c81da2e70eb5b982097d0004111b5c3e","eu-tr-3612325809-89"]}} -{"id":"ec-meeting-2018-02-23-4fe5148d56cb0ab8aa928cab5bebf1d10593d913","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-23 - Cabinet of Commissioner Vytenis Andriukaitis x PERNOD RICARD"],"date":["2018-02-23"],"summary":["Alcohol labelling"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-b9c3f19e7c5f216e3e508f931ddd6a9cb59376d1","ec-person-d462b3c7daeee00ad55e380a7fb96819f79899df","eu-tr-352172811-92"]}} -{"id":"ec-meeting-2018-02-23-52015d078c2b6f1327300b5afca69432cadde2ea","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-23 - Energy x British Chamber of Commerce in Belgium"],"date":["2018-02-23"],"summary":["Energy policy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["ec-person-6997149120ce5129e38febe5275dc8fd03232d2e","eu-tr-56188303384-93"]}} -{"id":"ec-meeting-2018-02-23-551b77976665189d98fe1ad0c7d110716687bae3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-23 - Inspire, Debate, Engage and Accelerate Action x Peterson Institute for International Economics"],"date":["2018-02-23"],"summary":["Economic Governance and Banking Union"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-dg-idea"],"involved":["eu-tr-513347117795-30","ec-person-4fe56a64c00b3e81c851b5538878b32481bd7d3c"]}} -{"id":"ec-meeting-2018-02-23-60631313755c52e9d3d7fa2bd887ee9306208c22","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-23 - Cabinet of Commissioner Mariya Gabriel x Société nationale SNCF"],"date":["2018-02-23"],"summary":["Politique industrielle européenne"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-97914681026-14","ec-person-d995d34a2f8b1f0bf6a17486f5699181d6a01e1c"]}} -{"id":"ec-meeting-2018-02-23-62972fb05dd1ed459924ebcd44bab672b2e97fb0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-23 - Cabinet of Commissioner Phil Hogan x Agriculture and Horticulture Development Board"],"date":["2018-02-23"],"summary":["Business discussion"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-400dd8d59d3060187d9b9b143d697da1a3d03c12","eu-tr-625976815556-92"]}} -{"id":"ec-meeting-2018-02-23-67becf50892cbd434d434959527d1c4799ef99c4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-23 - Cabinet of Vice-President Valdis Dombrovskis x BUSINESSEUROPE"],"date":["2018-02-23"],"summary":["Social fairness package and social pillar follow-up"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-1f98d05bdaed2c40396781b1eb7b0aa47cb8dd20","eu-tr-3978240953-79"]}} -{"id":"ec-meeting-2018-02-23-76b28349d7eba056998ba6d36122f4578dbf627c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-23 - Cabinet of First Vice-President Frans Timmermans x Van de Sant Innovations BV"],"date":["2018-02-23"],"summary":["recycled plastics and innovative solutions"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels, BERL"],"address":["Brussels, BERL"],"addressEntity":["addr-3c3fa5f92474ebac668808553fbab6d1c14aa243"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-182556630139-09","ec-person-8d1c5ff76a431332387aa10936b0bff13f7d71fd"]}} -{"id":"ec-meeting-2018-02-23-99b946d0896fbb916535c7d3ccf6ac5340e8d3c5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-23 - Cabinet of President Jean-Claude Juncker x Aviva Investors"],"date":["2018-02-23"],"summary":["Sustainable Finance"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-c402e34a99fbee730ae22e3b1958e21c94dc6fcc","eu-tr-923075424715-96"]}} -{"id":"ec-meeting-2018-02-23-a9c444d40ae392083303e050714a123018379ba6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-23 - Cabinet of Vice-President Miguel Arias Cañete x Stichting European Climate Foundation"],"date":["2018-02-23"],"summary":["CESEC"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-3eac19199bd5dbac49f504d2610a9066dddbfe57","eu-tr-64869491516-70"]}} -{"id":"ec-meeting-2018-02-23-b5b7330e793476c0c547240266c7b60b91d85d2e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-23 - Cabinet of First Vice-President Frans Timmermans x Aviva Plc Aviva Investors"],"date":["2018-02-23"],"summary":["Sustainable finance"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels, BERL"],"address":["Brussels, BERL"],"addressEntity":["addr-3c3fa5f92474ebac668808553fbab6d1c14aa243"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-86270761494-62","ec-person-4076aef8226bd451277bfd5135aa27d63b2ac548","eu-tr-923075424715-96","ec-person-8d1c5ff76a431332387aa10936b0bff13f7d71fd"]}} -{"id":"ec-meeting-2018-02-23-b5ba679681c1ae46cc37e238dbf6a214481c5537","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-23 - Cabinet of Vice-President Jyrki Katainen x Aviva Investors"],"date":["2018-02-23"],"summary":["Sustainable Finance"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-923075424715-96","ec-person-955e8c493ab54847bb92b65986f56a401f8eabee"]}} -{"id":"ec-meeting-2018-02-23-c358211c6137a5bc75eb8b9e91f6a6fda23b70a2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-23 - Cabinet of Commissioner Phil Hogan x National Farmers' Union"],"date":["2018-02-23"],"summary":["Business discussion"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-961181120948-12","ec-person-400dd8d59d3060187d9b9b143d697da1a3d03c12"]}} -{"id":"ec-meeting-2018-02-23-c7495f1b8c8d5a9ae9f7856890707e010581ccc4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-23 - Cabinet of Vice-President Valdis Dombrovskis x Insurance Europe"],"date":["2018-02-23"],"summary":["PEPP - IDD - PRIIPS"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-30d770ccd575865b3106f94220ce1ace16e48f1a","eu-tr-33213703459-54"]}} -{"id":"ec-meeting-2018-02-23-d139b4b132006394c00fbbd2cd7ac5b0c2457517","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-23 - Cabinet of Commissioner Carlos Moedas x Università Cattolica del Sacro Cuore CONFCOMMERCIO - IMPRESE PER L'ITALIA"],"date":["2018-02-23"],"summary":["FP9/Role of Universities"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["eu-tr-04877777421-88","ec-person-f7ccc3ad366dd2fdb24870e1c02ff2763539c82f","eu-tr-098690717154-62"]}} -{"id":"ec-meeting-2018-02-23-d83a3a5e02fe0a511cb6d325c3df44f9016b2ad0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-23 - Cabinet of Vice-President Miguel Arias Cañete x Asociación Española de Cogeneración"],"date":["2018-02-23"],"summary":["electricity market"],"notes":["Portfolio: Climate Action & Energy"],"location":["Madrid"],"address":["Madrid"],"addressEntity":["addr-7a2191964a3d7521269f0068afae6b6116bac15d"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-406700112988-86","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd"]}} -{"id":"ec-meeting-2018-02-23-eb80930d2cf378791382215fee8e748165eaecf9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-23 - Cabinet of Commissioner Pierre Moscovici x IFPI Representing recording industry worldwide"],"date":["2018-02-23"],"summary":["le projet de directive relatif au droit d’auteur en particulier la question du transfert de la valeur (ou « Value Gap »)."],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["eu-tr-60394321918-91","ec-person-14ef50b9efbe5ab02d528e0ec4ac50c9caf964e3"]}} -{"id":"ec-meeting-2018-02-23-f2dc80de21572eefb1fb8d2eee6061a322364638","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-23 - Cabinet of Vice-President Valdis Dombrovskis x France Digitale"],"date":["2018-02-23"],"summary":["Fintech Action Plan & Cryptocurrencies"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-479234015862-06","ec-person-537401fc0be04984531b83660f416bf2fe14fbd8"]}} -{"id":"ec-meeting-2018-02-26-0438aff78b3fffcc3378d4a61625b6e1097b2c4e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-26 - Cabinet of Vice-President Andrus Ansip x QUALCOMM Incorporated"],"date":["2018-02-26"],"summary":["5G, spectrum, cybersecurity"],"notes":["Portfolio: Digital Single Market"],"location":["Barcelona"],"address":["Barcelona"],"addressEntity":["addr-122a417e6dce08a4a554333bbc6e9922b62c1f31"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-00358442856-45","ec-person-666bc159c7e65a3af9e63c1e97435c02f1496955","ec-person-91ca0921c6790191daa54427311acd63035e7c9e","ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0"]}} -{"id":"ec-meeting-2018-02-26-19abcead737186e95aa40f04844b6515f347ef25","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-26 - Cabinet of Commissioner Mariya Gabriel x GSMA Europe"],"date":["2018-02-26"],"summary":["Digital Single Market, Net Neutrality, Electronic Communications Code, 5G"],"notes":["Portfolio: Digital Economy and Society"],"location":["Barcelona"],"address":["Barcelona"],"addressEntity":["addr-122a417e6dce08a4a554333bbc6e9922b62c1f31"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-30988577529-37","ec-person-1674399a793e9e6fd7cf55b525515fc862fc9351"]}} -{"id":"ec-meeting-2018-02-26-1ba7c691ebac5e5bce29c2a046f78b702cc692e0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-26 - Cabinet of Commissioner Violeta Bulc x Fédération Internationale de l'Automobile"],"date":["2018-02-26"],"summary":["3rd Mobility package"],"notes":["Portfolio: Transport"],"location":["Bruxelles"],"address":["Bruxelles"],"addressEntity":["addr-b58f5927b66d94a676970dc048485d4c6848f272"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-84839535366-67","ec-person-cb7aaf75b4c195481f149f904bc28b4e2ac2b7ab"]}} -{"id":"ec-meeting-2018-02-26-2054b962fa1ab9c34211412d7ed31c7a95f2cbba","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-26 - Cabinet of Vice-President Valdis Dombrovskis x ICI Global"],"date":["2018-02-26"],"summary":["Regulation of investment funds: cross-border distribution, PEPP, prudential regime for investment firms"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-296711210890-30","ec-person-30d770ccd575865b3106f94220ce1ace16e48f1a"]}} -{"id":"ec-meeting-2018-02-26-25f15df09e4efecbd36dbafc709b2e63523e7a93","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-26 - Cabinet of Commissioner Mariya Gabriel x News Corporation"],"date":["2018-02-26"],"summary":["Data and the impact of the e-privacy proposal on the news publishing industry."],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-544873617314-08","ec-person-fc1068d79545d1659bf47e9b62bfb0aed175629e"]}} -{"id":"ec-meeting-2018-02-26-2e0925ab41c8cfe74b5731c2c612c805d737fa26","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-26 - Cabinet of Vice-President Jyrki Katainen x European Association of Public Banks and Funding agencies AISBL Bpifrance Network of European Financial Institutions for Small and Medium Sized Enterprises Association européenne du cautionnement"],"date":["2018-02-26"],"summary":["The role of National Promotional Institutions in the next MFF"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-950921712127-74","eu-tr-8754829960-32","eu-tr-44013762992-64","eu-tr-67611102869-33","ec-person-c3d85c41b6b842aae5c953d41fda5f240a5d0969"]}} -{"id":"ec-meeting-2018-02-26-33a6012293b2acf498f36132d630ff3c7a45954a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-26 - Cabinet of Vice-President Valdis Dombrovskis x EUROPEAN TRADE UNION CONFEDERATION"],"date":["2018-02-26"],"summary":["Social fairness package and social pillar follow-up"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-1f98d05bdaed2c40396781b1eb7b0aa47cb8dd20","eu-tr-06698681039-26"]}} -{"id":"ec-meeting-2018-02-26-48d71eee21ccbd97cc926ed4321fb4d4f109be18","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-26 - Cabinet of Vice-President Andrus Ansip x None"],"date":["2018-02-26"],"summary":["Code, ePrivacy, Net neutrality"],"notes":["Portfolio: Digital Single Market"],"location":["Barcelona"],"address":["Barcelona"],"addressEntity":["addr-122a417e6dce08a4a554333bbc6e9922b62c1f31"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-381805014604-45","eu-tr-38392131923-05","ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0","eu-tr-30988577529-37","eu-tr-078655018381-34","ec-person-91ca0921c6790191daa54427311acd63035e7c9e","eu-tr-3779891566-57","eu-tr-76704342721-41","eu-tr-90142503473-81","eu-tr-00919034091-89","ec-person-666bc159c7e65a3af9e63c1e97435c02f1496955","eu-tr-537380918401-76","eu-tr-52431421-12","eu-tr-74126393166-46","eu-tr-60052162589-72"]}} -{"id":"ec-meeting-2018-02-26-490d2c50cda984b03ba2569c9261f56a4d24e033","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-26 - Cabinet of Commissioner Mariya Gabriel x Telia Company AB"],"date":["2018-02-26"],"summary":["5G"],"notes":["Portfolio: Digital Economy and Society"],"location":["Barcelona"],"address":["Barcelona"],"addressEntity":["addr-122a417e6dce08a4a554333bbc6e9922b62c1f31"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-381805014604-45","ec-person-1674399a793e9e6fd7cf55b525515fc862fc9351"]}} -{"id":"ec-meeting-2018-02-26-5fe528054a1a670333ed4e723429cd964418ddae","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-26 - Cabinet of Commissioner Mariya Gabriel x AT&T, Inc."],"date":["2018-02-26"],"summary":["5G, Time Warner acquisition, Internet Bill of Rights (US)"],"notes":["Portfolio: Digital Economy and Society"],"location":["Barcelona"],"address":["Barcelona"],"addressEntity":["addr-122a417e6dce08a4a554333bbc6e9922b62c1f31"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["ec-person-1674399a793e9e6fd7cf55b525515fc862fc9351","eu-tr-92442218459-37"]}} -{"id":"ec-meeting-2018-02-26-62cd989e568af99154bcf03746462ba771a6df32","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-26 - Cabinet of High Representative / Vice-President Federica Mogherini x Federazione Imprese Siderurgiche Italiane"],"date":["2018-02-26"],"summary":["Steel Sector"],"notes":["Portfolio: Foreign Affairs and Security Policy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"involved":["eu-tr-83425058760-88","ec-person-0d87d503aa00db1df141f3b1bfea3e0ccb43ece9"]}} -{"id":"ec-meeting-2018-02-26-7aea444efb5bc90e9308b35e4c3db81fb804275f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-26 - Cabinet of Vice-President Valdis Dombrovskis x International Swaps and Derivatives Association"],"date":["2018-02-26"],"summary":["Capital Markets Union; Supervision of Central Counterparties; Bank Recovery and Resolution Directive; Risk-free rates"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-30d770ccd575865b3106f94220ce1ace16e48f1a","eu-tr-46643241096-93","ec-person-a9eda2e8ea54b70a968327672c6cada679d3cd56"]}} -{"id":"ec-meeting-2018-02-26-7f94378ec408478374d21c08940b1c15918e663f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-26 - Cabinet of Vice-President Johannes Hahn x EuroMed Rights / EuroMed Droits"],"date":["2018-02-26"],"summary":["Civil society in Israel"],"notes":["Portfolio: European Neighbourhood Policy & Enlargement Negotiations"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-hahn-johannes-of-president-vice"],"involved":["ec-person-643595d3a737c63fc95146b51292a4684ed1ca75","eu-tr-18343956476-47"]}} -{"id":"ec-meeting-2018-02-26-86d1b8c79e8ebcb5969f77f58662a34617142274","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-26 - Cabinet of Vice-President Valdis Dombrovskis x Funding Circle Holding Plc"],"date":["2018-02-26"],"summary":["Fintech Action Plan & Crowdfunding platforms"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-598139430310-16","ec-person-537401fc0be04984531b83660f416bf2fe14fbd8"]}} -{"id":"ec-meeting-2018-02-26-8de47362b9e177027f8f758e9c29359530c3ebb9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-26 - Cabinet of First Vice-President Frans Timmermans x Ingka Services A.B."],"date":["2018-02-26"],"summary":["Discussion on Sustainable Development and Plastic Strategy"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels, BERL"],"address":["Brussels, BERL"],"addressEntity":["addr-3c3fa5f92474ebac668808553fbab6d1c14aa243"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-1095068839-59","ec-person-966667b73d92624be9bb019c2baab7e52331b3d3"]}} -{"id":"ec-meeting-2018-02-26-8fa5f989c5f10fa2082dfec3d43e1884163ce3e9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-26 - Cabinet of Commissioner Mariya Gabriel x Deutsche Telekom"],"date":["2018-02-26"],"summary":["Digital Skills"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["ec-person-1674399a793e9e6fd7cf55b525515fc862fc9351","eu-tr-60052162589-72"]}} -{"id":"ec-meeting-2018-02-26-a3278d8266f8df5a4f14fbe99948a1163e9d7069","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-26 - Cabinet of Vice-President Karmenu Vella x Sky Group"],"date":["2018-02-26"],"summary":["Ocean conservation, blue economy, Our Ocean Conference"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["eu-tr-62536168216-12","ec-person-bcbcecab9aa87f7138c7614fea5ae81e76a6b138","ec-person-2966d69fae0ea4e67f3f2df5a743cc766267d3c8"]}} -{"id":"ec-meeting-2018-02-26-b17813455f7dd301e2a9b04a269efbe05b2ede1b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-26 - Cabinet of Vice-President Neven Mimica x OXFAM INTERNATIONAL EU ADVOCACY OFFICE"],"date":["2018-02-26"],"summary":["OXFAM response to misbehaviour of certain staff"],"notes":["Portfolio: International Cooperation & Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-mimica-neven-of-president-vice"],"involved":["eu-tr-46856801604-90","ec-person-e90858f5aba78fd0e1cb2f757c3f38d55d91f98b"]}} -{"id":"ec-meeting-2018-02-26-b1a9a606f388e41592b48eceffb20e7579c58cc8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-26 - Cabinet of Vice-President Andrus Ansip x DIGITALEUROPE"],"date":["2018-02-26"],"summary":["DSM progress, security, industry"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-64270747023-20","ec-person-6a03bc4fa7657513ea34529e98dba0671ef4c849"]}} -{"id":"ec-meeting-2018-02-26-dc1eae42615fab6285f6df65d8dbccfc000bc9e5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-26 - Cabinet of Commissioner Vytenis Andriukaitis x European Federation of Nurses Associations"],"date":["2018-02-26"],"summary":["Skills of nurses; Vaccination; Workforce planning"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-059ca943fc5fc696d2a97849c635ddf7b6ab7fd7","ec-person-97425c615743576adc42e09bee7dac14f83f691b","eu-tr-87872442953-08","ec-person-df30d07ef698a52b9948b9c734db39196cf8541f"]}} -{"id":"ec-meeting-2018-02-26-e04cbbd80037f941b8746bfea94f83521780f099","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-26 - Cabinet of Vice-President Neven Mimica x Lumos Foundation"],"date":["2018-02-26"],"summary":["Meeting to prepare a joint event in June on children's rights"],"notes":["Portfolio: International Cooperation & Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-mimica-neven-of-president-vice"],"involved":["ec-person-b187f3955c71d2e1daa48e02fd0a09ab7c6f6098","eu-tr-849607914394-57"]}} -{"id":"ec-meeting-2018-02-26-e24999abebc08e985598c80116017ee4ae029ac0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-26 - Cabinet of Vice-President Valdis Dombrovskis x Stripe, Inc."],"date":["2018-02-26"],"summary":["Fintech Action Plan & PSD2"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-389356530261-76","ec-person-537401fc0be04984531b83660f416bf2fe14fbd8"]}} -{"id":"ec-meeting-2018-02-26-f360b12bb391f8e4d6cebf4062d47ce0fea71ef3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-26 - Cabinet of Vice-President Cecilia Malmström x PayPal PLC, Belgian Branch"],"date":["2018-02-26"],"summary":["Promoting e-commerce internationally"],"notes":["Portfolio: Trade"],"location":["Brussels, Belgium."],"address":["Brussels, Belgium."],"addressEntity":["addr-33bd2d1a8be5ca867aa9c0e8d89d1cd6a1a28684"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-94256896677-14","ec-person-ce1312d2a248f71fe74eed58aa5915cfa445bbba"]}} -{"id":"ec-meeting-2018-02-27-04149c9a0ecc678c843a7b24cd8d4d207ef2a5a5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-27 - Cabinet of Commissioner Mariya Gabriel x eco - Verband der Internetwirtschaft"],"date":["2018-02-27"],"summary":["Internet Economy - Copyright, E-Privacy, Cybersecurity"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["ec-person-fc1068d79545d1659bf47e9b62bfb0aed175629e","eu-tr-483354220663-40"]}} -{"id":"ec-meeting-2018-02-27-0e5ffc1440cde8ef0de9eb181e445477e185ccfc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-27 - Cabinet of Commissioner Marianne Thyssen x Confédération des Petites et Moyennes Entreprises"],"date":["2018-02-27"],"summary":["Employment and social priorities"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["eu-tr-74081206759-11","ec-person-c508e9337eca6b067c1f966b82de49c4824a3ad0"]}} -{"id":"ec-meeting-2018-02-27-256e95429425d07acc695ca47fcdb4dc8f82b448","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-27 - Cabinet of Vice-President Jyrki Katainen x European Association of Research and Technology Organisations"],"date":["2018-02-27"],"summary":["Priorities for future Research Framework Programme"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90","eu-tr-48918086666-95"]}} -{"id":"ec-meeting-2018-02-27-28566dc14a6f6214ce8bbeb0567a7fda7725c9d5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-27 - Cabinet of Vice-President Neven Mimica x The ONE Campaign"],"date":["2018-02-27"],"summary":["Meeting to exchange views on the next MFF"],"notes":["Portfolio: International Cooperation & Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-mimica-neven-of-president-vice"],"involved":["eu-tr-26098317349-65","ec-person-d455992f8f48b86e26e61f5284a9ef8e18aed182","ec-person-b187f3955c71d2e1daa48e02fd0a09ab7c6f6098"]}} -{"id":"ec-meeting-2018-02-27-31d318309820968361a1df36c57eb044483dd7f1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-27 - Cabinet of Vice-President Jyrki Katainen x Cooperatives Europe"],"date":["2018-02-27"],"summary":["Future of Europe (cooperatives Europe contribution); Collaborative economy; Geces (Expert Group on Social Entrepreneurship); MFF; Business transfer"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90","eu-tr-16999985032-07"]}} -{"id":"ec-meeting-2018-02-27-3e28a7e2373c4c044fa8e24df9080a1fa2a75b2b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-27 - Cabinet of Commissioner Elżbieta Bieńkowska x SMEunited aisbl"],"date":["2018-02-27"],"summary":["Exchange of views on current topics"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-55820581197-35","ec-person-95a769a1850d7d595f9a5853c51dcbdd3ddd69fb","ec-person-daef7f819b2f3ffe5e4f5d8eb2782954f3c4a4e2"]}} -{"id":"ec-meeting-2018-02-27-44de81f3c51eb7192cbd08eea5a1c5a6fdb37d76","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-27 - Cabinet of Vice-President Andrus Ansip x European Magazine Media Association"],"date":["2018-02-27"],"summary":["copyright, e-privacy"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-e91c5be432b6b3efdda369792fed67c20b767a45","eu-tr-37937886834-69"]}} -{"id":"ec-meeting-2018-02-27-5106ca85fef163bd96989203c347fe5dbe9db57e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-27 - Cabinet of Commissioner Vytenis Andriukaitis x Dow Europe GmbH DuPont de Nemours International SARL"],"date":["2018-02-27"],"summary":["EU regulation of plant protection products"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-b9c3f19e7c5f216e3e508f931ddd6a9cb59376d1","eu-tr-3181166932-58","ec-person-df30d07ef698a52b9948b9c734db39196cf8541f","eu-tr-38235121060-73"]}} -{"id":"ec-meeting-2018-02-27-564daed35c4873077f14ac0ad6c001b7c17125af","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2018-02-27 - Cabinet of Vice-President Karmenu Vella x Green 10"],"date":["2018-02-27"],"summary":["Agriculture/CAP, Air Pollution, LIFE, Implementation, CE,Chemicals and Ahrus and A2J","Environment topics"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["ec-person-6092d9ab71cd7a84d2110b843c9313a0a02a7c45","eu-tr-70309834043-10","ec-person-0e3efd8bc1c3ee9a80205d0bb78f316fa1621e5d"]}} -{"id":"ec-meeting-2018-02-27-56b86773bfb2de33929f3e61ac6546b4694bc4d6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-27 - Cabinet of Commissioner Mariya Gabriel x Mind the Bridge Foundation"],"date":["2018-02-27"],"summary":["Startup Europe Partnership (SEP) platform"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-700186718007-46","ec-person-d995d34a2f8b1f0bf6a17486f5699181d6a01e1c"]}} -{"id":"ec-meeting-2018-02-27-5a7e95c148e46394ab8217f1dc110c1b32337abf","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2018-02-27 - Cabinet of Vice-President Valdis Dombrovskis x London Stock Exchange Group"],"date":["2018-02-27"],"summary":["Capital Markets Union"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-30d770ccd575865b3106f94220ce1ace16e48f1a","eu-tr-550494915045-08"]}} -{"id":"ec-meeting-2018-02-27-68452796b028cf557b39b09fd4e7ffa252acd698","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-27 - Cabinet of Vice-President Andrus Ansip x Deutsche Telekom"],"date":["2018-02-27"],"summary":["Code negotiations, investments in 5G networks, e-privacy"],"notes":["Portfolio: Digital Single Market"],"location":["Barcelona"],"address":["Barcelona"],"addressEntity":["addr-122a417e6dce08a4a554333bbc6e9922b62c1f31"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-666bc159c7e65a3af9e63c1e97435c02f1496955","ec-person-91ca0921c6790191daa54427311acd63035e7c9e","ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0","eu-tr-60052162589-72"]}} -{"id":"ec-meeting-2018-02-27-71cb3edd56e69c20d383f757d82f6fa0daf93b86","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-27 - Cabinet of Commissioner Věra Jourová x BUSINESSEUROPE"],"date":["2018-02-27"],"summary":["New deal for consumers"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-a2ca9161feee56909a0e98b473c2d342c20fdb57","ec-person-184e698af1eb9e33b179680570ca171d8cb31c94","eu-tr-3978240953-79"]}} -{"id":"ec-meeting-2018-02-27-7b4824d73b2ab412d35cabb065af2fd6c39a906f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-27 - Joint Research Centre x Forum Atomique Européen"],"date":["2018-02-27"],"summary":["First meeting of the newly appointed Director-General of FORATOM to review cooperation so far including recently organised joint events. It was agreed that cooperation is beneficial for both organisations and should continue in the future, preferably in a more structured way."],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-jrc"],"involved":["ec-person-b3e6b7a4bd40eead1b939244f1cb4e9bdaf65f46","eu-tr-42433582-82"]}} -{"id":"ec-meeting-2018-02-27-80199095518d6cb9fa6928ecfab20fc09f746ba1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-27 - Cabinet of Commissioner Marianne Thyssen x SMEunited aisbl"],"date":["2018-02-27"],"summary":["Social dialogue and Social Fairness Package"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["eu-tr-55820581197-35","ec-person-ce19440eacb8fd67f534bdbcce33a1c4cedfd071","ec-person-c508e9337eca6b067c1f966b82de49c4824a3ad0"]}} -{"id":"ec-meeting-2018-02-27-a91a8c2e8b111f58dbc8e5bf46ed277ee6959e18","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-27 - Cabinet of Vice-President Jyrki Katainen x Leonardo S.p.A."],"date":["2018-02-27"],"summary":["Invitation to an event on Cybersecurity"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-81b1dda49062e5dac42bdad9273fa72968a2c325","eu-tr-02550382403-01"]}} -{"id":"ec-meeting-2018-02-27-b28520082adc5e20449fb73ffc40e8f7fa5311f6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-27 - Financial Stability, Financial Services and Capital Markets Union x Depository Trust & Clearing Corporation"],"date":["2018-02-27"],"summary":["EU-US relations, CCPs, equivalence"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-525811814282-80","ec-person-bdee7a93f95c8ef05079539170139b3c02e8ed96"]}} -{"id":"ec-meeting-2018-02-27-c2d21fc9fc16f1d18431fa1538ff56eb045037a1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-27 - Cabinet of Vice-President Valdis Dombrovskis x Swedbank AB (publ)"],"date":["2018-02-27"],"summary":["Green Finance"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-960532323803-62","ec-person-537401fc0be04984531b83660f416bf2fe14fbd8"]}} -{"id":"ec-meeting-2018-02-27-c32876b2fa7f6a0d75439b04f74dbff9f0b9d21b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-27 - Cabinet of Vice-President Jyrki Katainen x Suomen itsenäisyyden juhlarahasto"],"date":["2018-02-27"],"summary":["Human-driven data economy and links to GDPR, EIDAS, PSD2 (presentation of ongoing work in SITRA)"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-c50e8c2cc390c5efb0626988d173bc6758459e0f","eu-tr-582824527068-76"]}} -{"id":"ec-meeting-2018-02-27-ce47297213c85e3103f364a602ae2e1eca722330","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-27 - Cabinet of President Jean-Claude Juncker x London Stock Exchange Group"],"date":["2018-02-27"],"summary":["Capital Markets Union"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-c402e34a99fbee730ae22e3b1958e21c94dc6fcc","eu-tr-550494915045-08"]}} -{"id":"ec-meeting-2018-02-27-d787179d3adc253bcf9ece3054ae3d4517eb5a2e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-27 - Cabinet of Vice-President Valdis Dombrovskis x Confederation of Finnish Industries EK"],"date":["2018-02-27"],"summary":["Exchange of views on taxation of profit in digital economy and CCTB/CCCTB proposal"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-b2d41137decbf33bc8076a41bfe11b68d501a7a0","eu-tr-1274604847-34"]}} -{"id":"ec-meeting-2018-02-27-de2c261af2a69bb9aef9ea54056acfdc7cd85f3f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-27 - Cabinet of Vice-President Jyrki Katainen x Mind the Bridge Foundation"],"date":["2018-02-27"],"summary":["Start up ecosystem"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-700186718007-46","ec-person-81b1dda49062e5dac42bdad9273fa72968a2c325"]}} -{"id":"ec-meeting-2018-02-27-ef36900fdae0cfe84afce893f7733ed1b750a8bc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-27 - Cabinet of Commissioner Corina Crețu x Europa Nostra"],"date":["2018-02-27"],"summary":["European Cultural Heritage Summit"],"notes":["Portfolio: Regional Policy"],"location":["Bruxelles"],"address":["Bruxelles"],"addressEntity":["addr-b58f5927b66d94a676970dc048485d4c6848f272"],"organizer":["ec-cabinet-commissioner-corina-cretu-of"],"involved":["ec-person-2ab6296ada57eee7b1af6a77e7ff23cf6b0b1ccf","eu-tr-832617510389-12"]}} -{"id":"ec-meeting-2018-02-27-f543be7b7e81fa0bfaf329079bca265de8b0e01a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-27 - Cabinet of Commissioner Phil Hogan x Centre de liaison des industries transformatrices de viande de l'UE"],"date":["2018-02-27"],"summary":["Business discussion"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-400dd8d59d3060187d9b9b143d697da1a3d03c12","eu-tr-02978802379-31"]}} -{"id":"ec-meeting-2018-02-27-fe1b4d58ff544c519d33377e0485d3f96813a6d1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-27 - Cabinet of Vice-President Günther Oettinger x DIE FAMILIENUNTERNEHMER Stiftung Familienunternehmen"],"date":["2018-02-27"],"summary":["European tax policy"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-903032122424-38","eu-tr-086648916736-69","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2018-02-28-00d7276acd7ccab8e87f2a610196a4239ca591d9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-28 - Financial Stability, Financial Services and Capital Markets Union x Swiss Finance Council"],"date":["2018-02-28"],"summary":["EU-Swiss relations"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-858716912337-17","ec-person-bdee7a93f95c8ef05079539170139b3c02e8ed96"]}} -{"id":"ec-meeting-2018-02-28-09e82432cb1e185b66017f17e2c92ad0600299fe","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-28 - Cabinet of Vice-President Neven Mimica x British Council"],"date":["2018-02-28"],"summary":["Cooperation with pillar assessed bodies"],"notes":["Portfolio: International Cooperation & Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-mimica-neven-of-president-vice"],"involved":["eu-tr-17888758870-92","ec-person-e90858f5aba78fd0e1cb2f757c3f38d55d91f98b","ec-person-b187f3955c71d2e1daa48e02fd0a09ab7c6f6098"]}} -{"id":"ec-meeting-2018-02-28-19a078406f24c2928c21c34a8636c963e9de38db","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-28 - Cabinet of Vice-President Jyrki Katainen x None"],"date":["2018-02-28"],"summary":["Scaling up in Europe"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-81b1dda49062e5dac42bdad9273fa72968a2c325","eu-tr-389356530261-76","eu-tr-03013154889-05"]}} -{"id":"ec-meeting-2018-02-28-1c835998185d4e5e9465625f60cd912fb9c728a3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-28 - Cabinet of Vice-President Karmenu Vella x European Environmental Bureau WWF European Policy Programme Stichting BirdLife Europe"],"date":["2018-02-28"],"summary":["Future of LIFE & Biodiversity in the context of MFF"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["eu-tr-1083162721-43","ec-person-6092d9ab71cd7a84d2110b843c9313a0a02a7c45","eu-tr-06798511314-27","eu-tr-1414929419-24"]}} -{"id":"ec-meeting-2018-02-28-1d210abc9475aa246fd9daf76d9f5e0e28c37f00","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-28 - Cabinet of Vice-President Neven Mimica x HelpAge International"],"date":["2018-02-28"],"summary":["Meeting to discuss further cooperation"],"notes":["Portfolio: International Cooperation & Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-mimica-neven-of-president-vice"],"involved":["ec-person-b187f3955c71d2e1daa48e02fd0a09ab7c6f6098","eu-tr-57961239290-58"]}} -{"id":"ec-meeting-2018-02-28-1f8405eb9eedfc73f3041bbcd617b0c37dd16815","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-28 - Cabinet of Vice-President Valdis Dombrovskis x Commerzbank AG Deutsche Börse AG Morgan Stanley DZ BANK AG"],"date":["2018-02-28"],"summary":["EMIR"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-805055331148-04","eu-tr-20884001341-42","eu-tr-29701922039-63","ec-person-48f31156d932641826e09f5b73f074d35ff05786","eu-tr-83370363079-88"]}} -{"id":"ec-meeting-2018-02-28-2eb060fbc9cfb810049d78436955f3315ab97e2b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-28 - Cabinet of Commissioner Věra Jourová x Facebook Ireland Limited Microsoft Corporation Google Twitter International Company"],"date":["2018-02-28"],"summary":["Code of Conduct"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["eu-tr-394491614001-72","eu-tr-03181945560-59","ec-person-1e0e3a00ab815dea7c5b839b002ed2c7e34bfe0a","eu-tr-0801162959-21","ec-person-184e698af1eb9e33b179680570ca171d8cb31c94","eu-tr-28666427835-74"]}} -{"id":"ec-meeting-2018-02-28-30955165f11158cf49662e9905ffbc0c90d12f0c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-28 - Cabinet of Vice-President Jyrki Katainen x Confederation of Finnish Industries EK"],"date":["2018-02-28"],"summary":["Digital Taxation"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-c3d85c41b6b842aae5c953d41fda5f240a5d0969","eu-tr-1274604847-34"]}} -{"id":"ec-meeting-2018-02-28-3f895b5dd02eef6a1107de2ea96446ec2df33817","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-28 - Cabinet of Vice-President Cecilia Malmström x Volkswagen Aktiengesellschaft"],"date":["2018-02-28"],"summary":["Trade negotiations"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-98880f3f4206145e196013db9dd806a551c11e06","eu-tr-6504541970-40"]}} -{"id":"ec-meeting-2018-02-28-4f3ede8e8a66d20d1918f158b4431c28fad2c101","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-28 - Financial Stability, Financial Services and Capital Markets Union x MIROVA"],"date":["2018-02-28"],"summary":["sustainable finance"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["ec-person-bdee7a93f95c8ef05079539170139b3c02e8ed96","eu-tr-529694124663-30"]}} -{"id":"ec-meeting-2018-02-28-594633b30c0aebef849f8294d305cdab7533fd89","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-28 - Energy x Eurelectric aisbl"],"date":["2018-02-28"],"summary":["European electricity sector"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-4271427696-87","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2018-02-28-5a1895fc6f141965c646e15a797427a533618b71","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-28 - Cabinet of Vice-President Jyrki Katainen x WWF European Policy Programme"],"date":["2018-02-28"],"summary":["Sustainable Europe 2030"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-1414929419-24","ec-person-c3d85c41b6b842aae5c953d41fda5f240a5d0969"]}} -{"id":"ec-meeting-2018-02-28-5c687d95ad709eef42e4b82f1088d2819c97c186","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-28 - Cabinet of President Jean-Claude Juncker x Amnesty International Limited"],"date":["2018-02-28"],"summary":["Protection of fundamental rights and values"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-9c3ecdfef0005edcc4749f05e79adbb4369d514a","eu-tr-11063928073-34","ec-person-f9475e4bba20c9a170912adada60941243f778ad"]}} -{"id":"ec-meeting-2018-02-28-5cebd93dd1bdfebd24633c218c6de41cc891609d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-28 - Cabinet of Vice-President Günther Oettinger x Vereinigung der österreichischen Industrie - Industriellenvereinigung"],"date":["2018-02-28"],"summary":["MFF"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["ec-person-b17d355ca19058898aba2ec032de59f8701d47f5","eu-tr-89093924456-06"]}} -{"id":"ec-meeting-2018-02-28-6bdfb03abea08c18c6f1fa40ae095a841084bca1","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2018-02-28 - Cabinet of Commissioner Violeta Bulc x A.P. Møller - Mærsk A/S"],"date":["2018-02-28"],"summary":["Meeting with Maersk's Simon Bergulf (Regulatory Affairs Director)","Presentation by Maersk: IMB/Maersk joint venture (blockchain technology)"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-5012c5e45a52ee8ce67d19c1781a127af53e73e7","ec-person-be830229e281863b280fbdedb9755116218a1b6d","eu-tr-680443918500-51","ec-person-cb7aaf75b4c195481f149f904bc28b4e2ac2b7ab","ec-person-a9f4fe47da47a1b05bbfda9825908089d11bda93","ec-person-dd7851e4a1e747e824b4f81139e33bc3cdb73160","ec-person-9fddf13de7f65229b7da7c5b25dca1630cad3c48","ec-person-4d2b449b5047ea3fda435a2a1c1081e3babcdf76","ec-person-9d4dc4867a44dfe10f67ae7ee1706da3e8b48a24"]}} -{"id":"ec-meeting-2018-02-28-7089cc588cbe2048f11696b34a43de8f8f4690b4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-28 - Cabinet of First Vice-President Frans Timmermans x WWF European Policy Programme"],"date":["2018-02-28"],"summary":["discussion on sustainable Europe 2030"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-1414929419-24","ec-person-8d1c5ff76a431332387aa10936b0bff13f7d71fd"]}} -{"id":"ec-meeting-2018-02-28-7ca1ec4044ebc8a198f49ee496c8d0d73c210028","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-28 - Cabinet of Commissioner Mariya Gabriel x ista International GmbH"],"date":["2018-02-28"],"summary":["Smart Buildings"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-347997326951-73","ec-person-77288fc6cc1d717936ac1a1d02ed679fd493b117"]}} -{"id":"ec-meeting-2018-02-28-7f76fd9accb5bec4d0086692164da4a967c7c7d5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-28 - Cabinet of Vice-President Karmenu Vella x SC Johnson"],"date":["2018-02-28"],"summary":["Circular Economy"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["ec-person-4ff7c27445db4ad88e687776974fd8d077a1fe0c","eu-tr-82296032229-15"]}} -{"id":"ec-meeting-2018-02-28-81578ed8bbe59a4f0da57571d4a7258f79798306","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-28 - Cabinet of Commissioner Carlos Moedas x Lithuanian Business Representation to the EU Lithuanian Confederation of Industrialists"],"date":["2018-02-28"],"summary":["EU Research and Innovation policy"],"notes":["Portfolio: Research, Science and Innovation"],"location":["BRUSSELS"],"address":["BRUSSELS"],"addressEntity":["addr-f74337897287bf1b546f30505f5b1f693a87af50"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["eu-tr-905114121730-42","eu-tr-94241791376-49","ec-person-2b4bb0b28e7435e5f612e44d9664dbd1051efc55","ec-person-a45151b401196e9c374c9acdada9d8840da271ad","ec-person-a6e757d2928b639b876fd492ddee1fc1420908bf"]}} -{"id":"ec-meeting-2018-02-28-84b65da30d9de25f494860b46e638a414e061bfd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-28 - Cabinet of Commissioner Mariya Gabriel x Spitzenorganisation der Filmwirtschaft e.V."],"date":["2018-02-28"],"summary":["EU Media Program"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-314741112399-87","ec-person-d995d34a2f8b1f0bf6a17486f5699181d6a01e1c"]}} -{"id":"ec-meeting-2018-02-28-8562c8a44fccdc1643d67897036dd399e8b21d4d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-28 - Cabinet of First Vice-President Frans Timmermans x BUSINESSEUROPE"],"date":["2018-02-28"],"summary":["Implementation of SDGs"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels, BERL"],"address":["Brussels, BERL"],"addressEntity":["addr-3c3fa5f92474ebac668808553fbab6d1c14aa243"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["ec-person-57dd62a1a14508927bd5ec98bb97342f2d0834c9","eu-tr-3978240953-79","ec-person-8d1c5ff76a431332387aa10936b0bff13f7d71fd"]}} -{"id":"ec-meeting-2018-02-28-8581653a8652e26c0ddaa92e9c21f2406b32dde4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-28 - Cabinet of Commissioner Věra Jourová x SC Johnson"],"date":["2018-02-28"],"summary":["Product safety"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-a2ca9161feee56909a0e98b473c2d342c20fdb57","ec-person-184e698af1eb9e33b179680570ca171d8cb31c94","eu-tr-82296032229-15"]}} -{"id":"ec-meeting-2018-02-28-86f9d5ede274791f4cfee11565c5a8f05168b958","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-28 - Cabinet of Vice-President Valdis Dombrovskis x Nomura International plc"],"date":["2018-02-28"],"summary":["Banking package"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-48f31156d932641826e09f5b73f074d35ff05786","eu-tr-373563717179-76"]}} -{"id":"ec-meeting-2018-02-28-8cda5beb7e3743e5b23391c2db67e52639c7fdb2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-28 - Cabinet of Vice-President Jyrki Katainen x FacilityLive OpCo"],"date":["2018-02-28"],"summary":["Innovative Start ups in Europe"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-203912412999-51","ec-person-81b1dda49062e5dac42bdad9273fa72968a2c325"]}} -{"id":"ec-meeting-2018-02-28-9adb95964987a61a221c9aa37278d22d8ed7b5a9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-28 - Cabinet of Vice-President Neven Mimica x Tony Blair Institute for Global Change"],"date":["2018-02-28"],"summary":["EU Development Policy and Governance"],"notes":["Portfolio: International Cooperation & Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-mimica-neven-of-president-vice"],"involved":["ec-person-fb34eddb2ee7d6b0c0bfdb52a4456e71ca8dd53c","eu-tr-820300530953-18","ec-person-61daadad53de1eb7dcc08383b418ace3b6f971d7","ec-person-5f446e21c2ca97624d9781d53ce7312477e72d6e","ec-person-b187f3955c71d2e1daa48e02fd0a09ab7c6f6098"]}} -{"id":"ec-meeting-2018-02-28-9b24cb65aee5798a29784b441053b5d2382c01e9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-28 - Cabinet of Commissioner Marianne Thyssen x Lithuanian Confederation of Industrialists"],"date":["2018-02-28"],"summary":["Social and employment priorities"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["eu-tr-905114121730-42","ec-person-7567514af00f139b390cf9864d28a090ca0fde25"]}} -{"id":"ec-meeting-2018-02-28-a425a4ba639043d7fec679aa1f2897c3dd2f2008","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-28 - Joint Research Centre x RELX"],"date":["2018-02-28"],"summary":["Meeting with ELSEVIER to exchange views on the different approaches of knowledge and data management and the role of technologies to facilitate it"],"location":["Amsterdam - Elsevier HQ"],"address":["Amsterdam - Elsevier HQ"],"addressEntity":["addr-80c1025be787617bc4e56de86aff154cec76ac7e"],"organizer":["ec-dg-jrc"],"involved":["eu-tr-338398611148-62","ec-person-b3e6b7a4bd40eead1b939244f1cb4e9bdaf65f46"]}} -{"id":"ec-meeting-2018-02-28-a98b0ba99e3e05c03a5b08a63e8176ee4578c52d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-28 - Cabinet of Commissioner Carlos Moedas x Conselho de Reitores das universidades portuguesas Crue universidades españolas"],"date":["2018-02-28"],"summary":["Discussion about the joint position of CRUE-CRUP on FP9"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["eu-tr-688867827027-92","ec-person-01051f0f33bfdc2ecc41873c02cae666c5e0d099","ec-person-23980b2bc4fd9c82051d0f7888dc236b2f764866","eu-tr-071771920040-91"]}} -{"id":"ec-meeting-2018-02-28-b7735004e71b4b3cf48e59b0c577231d9e1655ca","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-28 - Cabinet of Commissioner Phil Hogan x European Liaison Committee for Agriculture and agri-food trade"],"date":["2018-02-28"],"summary":["Future of the CAP"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-c9d17d5879383b030f61a4066848249fb35d57e4","eu-tr-546282614966-51"]}} -{"id":"ec-meeting-2018-02-28-d51930308de18ef3be56389a97a53e0a1882f412","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-28 - Cabinet of Commissioner Vytenis Andriukaitis x The Brewers of Europe"],"date":["2018-02-28"],"summary":["Alcohol labelling"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-b9c3f19e7c5f216e3e508f931ddd6a9cb59376d1","ec-person-df30d07ef698a52b9948b9c734db39196cf8541f","eu-tr-81610896372-23"]}} -{"id":"ec-meeting-2018-02-28-d9f2773cdaca4852cda88f83cc06878c857fb3cf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-28 - Cabinet of Vice-President Jyrki Katainen x Vereinigung der österreichischen Industrie - Industriellenvereinigung"],"date":["2018-02-28"],"summary":["Europe's competitiveness/focus on Austria"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90","eu-tr-89093924456-06"]}} -{"id":"ec-meeting-2018-02-28-db9da9c209522f1822eec0992cc4bb9f55937918","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-28 - Cabinet of Commissioner Vytenis Andriukaitis x EUROPEAN ORGANISATION FOR RARE DISEASES"],"date":["2018-02-28"],"summary":["European Reference Networks"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-059ca943fc5fc696d2a97849c635ddf7b6ab7fd7","ec-person-df30d07ef698a52b9948b9c734db39196cf8541f","eu-tr-93272076510-87"]}} -{"id":"ec-meeting-2018-02-28-eb4492531af76f9ccfaa16415daae703c9802ca1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-28 - Cabinet of Vice-President Jyrki Katainen x Depository Trust & Clearing Corporation"],"date":["2018-02-28"],"summary":["EMIR 2.0 and forthcoming MFF"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-525811814282-80","ec-person-955e8c493ab54847bb92b65986f56a401f8eabee"]}} -{"id":"ec-meeting-2018-02-28-ee573b2d3e8f78d5e65803a33d8b396422a66725","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-28 - Cabinet of Vice-President Andrus Ansip x Donors and Foundations Networks in Europe"],"date":["2018-02-28"],"summary":["DSM general"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-e91c5be432b6b3efdda369792fed67c20b767a45","eu-tr-060243428664-85"]}} -{"id":"ec-meeting-2018-02-28-fc4a25bb26668399f23f9b79b14efe764b60da7c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-02-28 - Cabinet of Vice-President Valdis Dombrovskis x Swedish Securities Markets Association (Swedish: Föreningen Svensk Värdepappersmarknad)"],"date":["2018-02-28"],"summary":["SME listings"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-7777147632-40","ec-person-30d770ccd575865b3106f94220ce1ace16e48f1a"]}} -{"id":"ec-meeting-2018-03-01-0b4c41fe0c39d2f0d398c9d9d68b2f89197e381e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-01 - Cabinet of Vice-President Jyrki Katainen x Volkswagen Aktiengesellschaft"],"date":["2018-03-01"],"summary":["Exchange of views on recent car industry related developments"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-0da85dc48012e26688310a59a0b51727ea68f410","eu-tr-6504541970-40"]}} -{"id":"ec-meeting-2018-03-01-12953df5f4fe7216f87719b39d77cdfa9565f746","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-01 - Cabinet of Vice-President Jyrki Katainen x TheCityUK"],"date":["2018-03-01"],"summary":["Political situation, financial stability and CMU."],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90","eu-tr-237922911665-25"]}} -{"id":"ec-meeting-2018-03-01-19c6d9e5e896f2e0bdd29c737619aeaa75e1ad58","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-01 - Cabinet of Vice-President Valdis Dombrovskis x BlackRock"],"date":["2018-03-01"],"summary":["Green Finance"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-51436554494-18","ec-person-537401fc0be04984531b83660f416bf2fe14fbd8"]}} -{"id":"ec-meeting-2018-03-01-2ed00e2b5ccf4a14919b784736f468426d83c991","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-01 - Cabinet of Commissioner Elżbieta Bieńkowska x Volkswagen Aktiengesellschaft"],"date":["2018-03-01"],"summary":["current state of play, CO2 regulation, emission & urban access regulations, electromobility & connected autonomous driving"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-6504541970-40","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2018-03-01-37855f30565fbdb6d8ba6d0440bca21dfc2cbdc9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-01 - Cabinet of Commissioner Věra Jourová x Volkswagen Aktiengesellschaft"],"date":["2018-03-01"],"summary":["Dieselgate and automotive industry"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-a2ca9161feee56909a0e98b473c2d342c20fdb57","eu-tr-6504541970-40"]}} -{"id":"ec-meeting-2018-03-01-40a3124e30f4d48fc74df4bbf5a65cd1d034c2fc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-01 - Cabinet of Vice-President Jyrki Katainen x Confederazione Generale dell'Industria Italiana"],"date":["2018-03-01"],"summary":["Industrial policy"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90","eu-tr-27762251795-15"]}} -{"id":"ec-meeting-2018-03-01-4843b975424539bbc2852aaafae6ca1388bd13f4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-01 - Cabinet of Commissioner Carlos Moedas x Hydrogen Europe"],"date":["2018-03-01"],"summary":["FP9"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-0a716bf5253e913fc40ebf14c12f30dc2e7a06ee","eu-tr-77659588648-75"]}} -{"id":"ec-meeting-2018-03-01-7f181ad993e5b572b70ffb579ff7def54452a647","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-01 - Cabinet of Commissioner Violeta Bulc x KfW Bankengruppe"],"date":["2018-03-01"],"summary":["Visit to KfW Bankengruppe, bilaterals with Executive Board members, roundtable with investors and financial community"],"notes":["Portfolio: Transport"],"location":["Frankfurt"],"address":["Frankfurt"],"addressEntity":["addr-d5d8846569e1aaf92f7239dc4169fa822d08f158"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-4d2b449b5047ea3fda435a2a1c1081e3babcdf76","ec-person-be830229e281863b280fbdedb9755116218a1b6d","eu-tr-79019799690-13"]}} -{"id":"ec-meeting-2018-03-01-7f472a0ac499b1c577e76b7e57bb3b322fbae599","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-01 - Cabinet of Commissioner Tibor Navracsics x IFPI Representing recording industry worldwide"],"date":["2018-03-01"],"summary":["Copyright Directive (recording industry)"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["eu-tr-60394321918-91","ec-person-49f31dad10f5641cb1d1e4c3107dd838389e8120"]}} -{"id":"ec-meeting-2018-03-01-925c1af5eb25bd8f1ab2e1608cc228310d8377df","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-01 - Cabinet of Vice-President Valdis Dombrovskis x Citadel LLC"],"date":["2018-03-01"],"summary":["EMIR - MiFID II."],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-30d770ccd575865b3106f94220ce1ace16e48f1a","eu-tr-836939615933-24"]}} -{"id":"ec-meeting-2018-03-01-976ac60903d0d71ffa4f3bb7b456c37f888db0ed","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-01 - Cabinet of Vice-President Miguel Arias Cañete x Asociación Española de Empresas de Consultoría"],"date":["2018-03-01"],"summary":["Renewables Directive"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-696244325387-58","ec-person-2229c857664a22dcb8eee79a8c05841fd3d0924f"]}} -{"id":"ec-meeting-2018-03-01-9cac21fa418e0baa0048b52d466279b17b721700","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-01 - Energy x Centre for European Policy Studies"],"date":["2018-03-01"],"summary":["Digitalisation, energy sector, consumers, competitiveness, sustainability, flexibility, energy security"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["ec-person-6997149120ce5129e38febe5275dc8fd03232d2e","eu-tr-86853666704-95"]}} -{"id":"ec-meeting-2018-03-01-9d8eea39ce988334fe30fabc04563021d354304c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-01 - Cabinet of Vice-President Andrus Ansip x European Digital Rights Bureau Européen des Unions de Consommateurs Privacy International Access Now Europe"],"date":["2018-03-01"],"summary":["Privacy Shield, GDPR implementation and e-Privacy"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-16311905144-06","ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0","ec-person-5db7bdd1c81da2e70eb5b982097d0004111b5c3e","eu-tr-78180074927-85","eu-tr-241832823598-19","eu-tr-9505781573-45"]}} -{"id":"ec-meeting-2018-03-01-a781a59d79b4cf9f95d73b094092497869706aa2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-01 - Cabinet of Commissioner Carlos Moedas x SOLAR IMPULSE FOUNDATION"],"date":["2018-03-01"],"summary":["COP24"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["eu-tr-569885924378-48","ec-person-0a716bf5253e913fc40ebf14c12f30dc2e7a06ee"]}} -{"id":"ec-meeting-2018-03-01-baf570e557abcb65654e980d69d4d6722772c20a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-01 - Cabinet of Vice-President Cecilia Malmström x Fiat Chrysler Automobiles"],"date":["2018-03-01"],"summary":["Trade negotiations"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-7387356890-48","ec-person-98880f3f4206145e196013db9dd806a551c11e06"]}} -{"id":"ec-meeting-2018-03-01-bf1796b14ea3356df5092813f675f3bba1419d8b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-01 - Cabinet of Vice-President Jyrki Katainen x Elliott Advisors (UK) Limited"],"date":["2018-03-01"],"summary":["EMIR, ESA review and Brexit."],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-955e8c493ab54847bb92b65986f56a401f8eabee","eu-tr-642574428317-91"]}} -{"id":"ec-meeting-2018-03-01-c62bef0348f734cfcca7d995dbb43b5c18074e6c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-01 - Cabinet of Commissioner Tibor Navracsics x Cisco Systems Inc."],"date":["2018-03-01"],"summary":["Digital skills"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-33076d1a800ce856f29bbab43813a5a80eef2da0","eu-tr-494613715191-85"]}} -{"id":"ec-meeting-2018-03-01-cc2c85c1d345bf23df3ea8ce7b6021f4fbeefad2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-01 - Cabinet of Commissioner Carlos Moedas x Euronews"],"date":["2018-03-01"],"summary":["Euronews Strategy for the future"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-01051f0f33bfdc2ecc41873c02cae666c5e0d099","ec-person-23980b2bc4fd9c82051d0f7888dc236b2f764866","eu-tr-944964416106-32"]}} -{"id":"ec-meeting-2018-03-01-ce5080998c8a607ff20db60babedca43e94c7c2d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-01 - Maritime Affairs and Fisheries x Pelagic Freezer-trawler Association"],"date":["2018-03-01"],"summary":["Pulse Fishing"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-mare"],"involved":["eu-tr-78847784895-41","ec-person-a7b4b8418268a6d6c196b5e45f606fc92acbdb8c"]}} -{"id":"ec-meeting-2018-03-01-e11292f9cc5058e0ca5a73d95dd3b8435da69f2d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-01 - European Neighbourhood and Enlargement Negotiations x Avisa Partners"],"date":["2018-03-01"],"summary":["Neighbourhood and Enlargement Negotiations"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-near"],"involved":["ec-person-1160ccf35947f06f1629cad85b9f162eb5575780","eu-tr-54210841652-13"]}} -{"id":"ec-meeting-2018-03-01-e22e4c067e8a9fe814b84d0b3472f05db3a8fdde","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-01 - Cabinet of Commissioner Violeta Bulc x Airports Council International - European Region"],"date":["2018-03-01"],"summary":["Meeting with Olivier Jankovec, Director General"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-42566063487-73","ec-person-9d4dc4867a44dfe10f67ae7ee1706da3e8b48a24"]}} -{"id":"ec-meeting-2018-03-01-e6ba4a22bd384aa47a31743e070344ecf6f6c200","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-01 - Cabinet of Vice-President Miguel Arias Cañete x Grupo Red Eléctrica"],"date":["2018-03-01"],"summary":["Energy storage"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-1831691c10441c5974327bbeb8693d6b6c1e50c3","eu-tr-44688805318-45"]}} -{"id":"ec-meeting-2018-03-01-f111b7f6dd1326bd97603f547f74e7ef76ff4fc8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-01 - Cabinet of Commissioner Violeta Bulc x Freight Transport Association Ireland"],"date":["2018-03-01"],"summary":["Meeting with Aidan Flynn, General Manager"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-9d4dc4867a44dfe10f67ae7ee1706da3e8b48a24","eu-tr-389561426715-93"]}} -{"id":"ec-meeting-2018-03-02-0cbf0222853b9bf70da354d85e9f140d139eda88","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-02 - Cabinet of President Jean-Claude Juncker x Japan Center for International Finance"],"date":["2018-03-02"],"summary":["Banking Union / Deepening on EMU / Capital Markets Union"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-c402e34a99fbee730ae22e3b1958e21c94dc6fcc","eu-tr-315700115871-41"]}} -{"id":"ec-meeting-2018-03-02-0f7cb881a88c234057fce9f2bf20f80777a02eba","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-02 - Cabinet of Commissioner Marianne Thyssen x European Federation of National Organisations working with the Homeless"],"date":["2018-03-02"],"summary":["Multifinancial Framework"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["eu-tr-42528706153-39","ec-person-97cc52ff34af5e6170626d2711bb791d319e064a"]}} -{"id":"ec-meeting-2018-03-02-479c7d5f032ae38d051f9f77512c3ac214610501","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-02 - Cabinet of Commissioner Mariya Gabriel x Centre for Democracy & Technology, Europe"],"date":["2018-03-02"],"summary":["Tackling Illegal Content Online"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-57305017757-64","ec-person-d995d34a2f8b1f0bf6a17486f5699181d6a01e1c"]}} -{"id":"ec-meeting-2018-03-02-5cef1e85723daa88d2ada2654be64501f402349a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-02 - Agriculture and Rural Development x Farm Europe"],"date":["2018-03-02"],"summary":["Exchange of view on the future of the CAP"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-agri"],"involved":["eu-tr-961826727268-04","ec-person-7bc7204a153f98afbf1ad1cffbdd10d06d9ae166"]}} -{"id":"ec-meeting-2018-03-02-67836a2bdac251a4439b5c097074e848a80b0c4b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-02 - Cabinet of Vice-President Jyrki Katainen x EPPA SA Bayer AG"],"date":["2018-03-02"],"summary":["Crop protection industry and the Regulation 1107/2009 on the approval of active substances in the field of crop protection"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-31367501249-92","ec-person-c50e8c2cc390c5efb0626988d173bc6758459e0f","eu-tr-3523776801-85"]}} -{"id":"ec-meeting-2018-03-02-cce6f016fcfd56858b02b9edd749a4f9c7da1941","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-02 - Cabinet of Commissioner Violeta Bulc x AeroSpace and Defence Industries Association of Europe"],"date":["2018-03-02"],"summary":["Aviation issues"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-9d4dc4867a44dfe10f67ae7ee1706da3e8b48a24","eu-tr-72699997886-57"]}} -{"id":"ec-meeting-2018-03-02-e0bff8e4da6cd9efa517be3fc0edc6eefdb7c46d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-02 - Cabinet of Vice-President Cecilia Malmström x The European Steel Association"],"date":["2018-03-02"],"summary":["European steel sector and the US measures"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-93038071152-83","ec-person-591ec829ca734bcfe59a2c9c7f07f9dff22a0ea9"]}} -{"id":"ec-meeting-2018-03-02-e87e93845b7aafbebc2a1ba5a230a3eb2a119c98","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-02 - Communications Networks, Content and Technology x Orange Belgium"],"date":["2018-03-02"],"summary":["Cable regulation ; FTTH"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-077243120460-16","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2018-03-05-02b647bcc606b46650147b216f911af0eb99b76d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-05 - Cabinet of Vice-President Andrus Ansip x World Wide Web Foundation"],"date":["2018-03-05"],"summary":["E-privacy, net neutrality, illegal content"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-930830930429-33","ec-person-5db7bdd1c81da2e70eb5b982097d0004111b5c3e","ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0"]}} -{"id":"ec-meeting-2018-03-05-2323bd25959c75ff8682b007c9f1cd21b0f3dbb4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-05 - Cabinet of Vice-President Valdis Dombrovskis x Visa Europe"],"date":["2018-03-05"],"summary":["Fintech; developments in card skims and payments"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-61954192201-58","ec-person-537401fc0be04984531b83660f416bf2fe14fbd8"]}} -{"id":"ec-meeting-2018-03-05-2c174f2f017eebdff2647dcbb223ccde107c9a37","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-05 - Cabinet of Commissioner Věra Jourová x EuroCommerce"],"date":["2018-03-05"],"summary":["New deal for consumers"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-a2ca9161feee56909a0e98b473c2d342c20fdb57","eu-tr-84973761187-60"]}} -{"id":"ec-meeting-2018-03-05-3277e042b4e6c7b34f2b6f252c3d95e66089e9a0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-05 - Cabinet of Vice-President Günther Oettinger x The Goldman Sachs Group, Inc."],"date":["2018-03-05"],"summary":["MFF"],"notes":["Portfolio: Budget & Human Resources"],"location":["Berlin"],"address":["Berlin"],"addressEntity":["addr-062b06ba8e755765c6b049809b7430fd54fe5b21"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-701266814986-18","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2018-03-05-49206076dadeda3ddc52deac318037e91c41a6e6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-05 - Taxation and Customs Union x Smiths Group plc"],"date":["2018-03-05"],"summary":["Discussion on customs risk management"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-taxud"],"involved":["ec-person-3173c1cc052827c58f23ccd3a8de07534f0d35bd","eu-tr-30523216596-22"]}} -{"id":"ec-meeting-2018-03-05-5febf9b5fa754e6e47fc1014ec33dd8c96b1ee7d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-05 - Cabinet of Commissioner Carlos Moedas x Conference of European Schools for Advanced Engineering Education and Research"],"date":["2018-03-05"],"summary":["FP9"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-b8d49828915f9008e764a78796d47ea00807a658","ec-person-23980b2bc4fd9c82051d0f7888dc236b2f764866","eu-tr-484959115993-15"]}} -{"id":"ec-meeting-2018-03-05-66483b254b945bace6412d4d963438ce8387e654","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-05 - Mobility and Transport x easyJet"],"date":["2018-03-05"],"summary":["airport charges directive"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-move"],"involved":["ec-person-26cdfacae671b09917bee1a91c91973941fa58a2","eu-tr-291219715847-52"]}} -{"id":"ec-meeting-2018-03-05-6f355582a0614d8a0d4525bf240a11082bea5ece","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-05 - Cabinet of Vice-President Cecilia Malmström x DIGITALEUROPE"],"date":["2018-03-05"],"summary":["data flows"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-64270747023-20","ec-person-591ec829ca734bcfe59a2c9c7f07f9dff22a0ea9"]}} -{"id":"ec-meeting-2018-03-05-761de9e7bae557cb1f54d2e40db3a422e35fd50e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-05 - Task Force for Relations with the United Kingdom x TUI AG"],"date":["2018-03-05"],"summary":["Meeting with the Task Force for the Preparation and Conduct of the Negotiations with the United Kingdom under Article 50 TEU"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-uktf"],"involved":["ec-person-864cfa5fbc9b02a079ffbab1107f252c7bb08478","eu-tr-654909925315-71"]}} -{"id":"ec-meeting-2018-03-05-76bf4afd102c02e6ddb6b783d489fcf7660fe150","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-05 - Cabinet of Commissioner Violeta Bulc x European Barge Union"],"date":["2018-03-05"],"summary":["short video clip on the occasion of the 8th of March"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-36944616803-45","ec-person-cb7aaf75b4c195481f149f904bc28b4e2ac2b7ab"]}} -{"id":"ec-meeting-2018-03-05-78108d0c16e18664192f740c7462a4365b0372ee","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-05 - Cabinet of Vice-President Günther Oettinger x Pflüger International"],"date":["2018-03-05"],"summary":["MFF"],"notes":["Portfolio: Budget & Human Resources"],"location":["Berlin"],"address":["Berlin"],"addressEntity":["addr-062b06ba8e755765c6b049809b7430fd54fe5b21"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-109146929639-62","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2018-03-05-8e8a078d83d439c945b626b224067c10e93f3026","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-05 - Cabinet of Commissioner Margrethe Vestager x Airports Council International - European Region"],"date":["2018-03-05"],"summary":["EU State aid policy"],"notes":["Portfolio: Competition"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-margrethe-of-vestager"],"involved":["ec-person-baa1c172df109ebd1f0307bccb5e21aec66c7a25","eu-tr-42566063487-73"]}} -{"id":"ec-meeting-2018-03-05-90e319d8a71d7665007d923c6d1286bc03594caf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-05 - Cabinet of Vice-President Valdis Dombrovskis x Ripple Labs Inc"],"date":["2018-03-05"],"summary":["Fintech & Blockchain payments"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-164326630482-22","ec-person-537401fc0be04984531b83660f416bf2fe14fbd8"]}} -{"id":"ec-meeting-2018-03-05-ad148f2bb58aa58403b7d0c92180addb67fc1e92","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-05 - Cabinet of Commissioner Mariya Gabriel x AES Netherlands Holding B.V."],"date":["2018-03-05"],"summary":["Digital and energy policies"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-126143128754-79","ec-person-77288fc6cc1d717936ac1a1d02ed679fd493b117"]}} -{"id":"ec-meeting-2018-03-05-af489045980d0f36c2726d4ae9594a8212bee027","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-05 - Cabinet of Commissioner Violeta Bulc x FEPORT"],"date":["2018-03-05"],"summary":["introduce the organization representing the European Private Port Companies and terminals in European Ports"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-801302611511-33","ec-person-cb7aaf75b4c195481f149f904bc28b4e2ac2b7ab"]}} -{"id":"ec-meeting-2018-03-05-df8db23ec012179e4f5253332cec0950b234d778","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-05 - Cabinet of Vice-President Andrus Ansip x Infineon Technologies AG BANCO BILBAO VIZCAYA ARGENTARIA Deutsche Telekom Atos SE (France) Ericsson"],"date":["2018-03-05"],"summary":["Exchange on the proposed Cyber Security, on the certification framework and the future mandate of the ENISA/European Cyber Security policy"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-10751968675-85","eu-tr-02021363105-42","eu-tr-090350412968-04","ec-person-3ca0c466b8ff230d4409591430b388007ce14ff8","eu-tr-249876817241-03","eu-tr-60052162589-72"]}} -{"id":"ec-meeting-2018-03-05-ea437da175ad760cdac11245598246a9673e95ee","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-05 - Cabinet of Commissioner Elżbieta Bieńkowska x EPIA SolarPower Europe"],"date":["2018-03-05"],"summary":["Solar power & trade measures"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-2680046412-48","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2018-03-05-ef298cee71fd17f74e98b81eda4c2673e99c8a09","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-05 - Cabinet of Commissioner Věra Jourová x World Wide Web Foundation"],"date":["2018-03-05"],"summary":["GDPR"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["eu-tr-930830930429-33","ec-person-a608b85b2ffef83f883b5a2330b6232efa1b7141","ec-person-3269ef00f0778677e6f4c8e0f72ce019084206fb"]}} -{"id":"ec-meeting-2018-03-06-0700b7b91a7d0d7712fd91857be3aa4a5a631a2f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-06 - Cabinet of Vice-President Andrus Ansip x Telenor"],"date":["2018-03-06"],"summary":["Smart cities, job creation, data protection"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-74126393166-46","ec-person-0f698e3a0cc0bd6a02e1bd386a25cedc1366f3f1","ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0"]}} -{"id":"ec-meeting-2018-03-06-077cc77221bd0d1c03934620ee626f4fea8d77b0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-06 - Cabinet of Vice-President Miguel Arias Cañete x EUGINE - European Engine Power Plants Association"],"date":["2018-03-06"],"summary":["FP9"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-033807913798-84","ec-person-25a937c04cd0a0ddcf5cf34798e76b5105854114"]}} -{"id":"ec-meeting-2018-03-06-09f379ba82fdf9281fdbdc29f7ef6e0524cad0f4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-06 - Cabinet of Vice-President Andrus Ansip x Centre for Democracy & Technology, Europe"],"date":["2018-03-06"],"summary":["Tackling illegal content online"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-57305017757-64","ec-person-91ca0921c6790191daa54427311acd63035e7c9e","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45"]}} -{"id":"ec-meeting-2018-03-06-162291d5fca5c57c70d5004f7c92f7a823aae033","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-06 - Cabinet of Vice-President Andrus Ansip x Alliance for the Freedom of the CAR Repair"],"date":["2018-03-06"],"summary":["Digital automotive services"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-668292216120-05","ec-person-6a03bc4fa7657513ea34529e98dba0671ef4c849"]}} -{"id":"ec-meeting-2018-03-06-16f2ab8d7d33056770895ccf96bad805b5e03276","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-06 - Cabinet of Commissioner Violeta Bulc x Europe's Independent Fuel Suppliers"],"date":["2018-03-06"],"summary":["to discuss the energy transition and clean mobility package and how the independent fuel supply sector can contribute and, in particular, aspects relating to infrastructure investments"],"notes":["Portfolio: Transport"],"location":["Bruxelles"],"address":["Bruxelles"],"addressEntity":["addr-b58f5927b66d94a676970dc048485d4c6848f272"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-be830229e281863b280fbdedb9755116218a1b6d","eu-tr-42843016904-50"]}} -{"id":"ec-meeting-2018-03-06-173aa17223ef8f73ea9d20332ce2567903be2842","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-06 - Cabinet of Vice-President Valdis Dombrovskis x Vanguard Asset Management Limited"],"date":["2018-03-06"],"summary":["Sustainable Finance & fiduciary duty"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-226354616978-90","ec-person-537401fc0be04984531b83660f416bf2fe14fbd8"]}} -{"id":"ec-meeting-2018-03-06-1a589430da724943498afe8148b34d3c32469947","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-06 - Cabinet of President Jean-Claude Juncker x ArcelorMittal"],"date":["2018-03-06"],"summary":["Meeting with Mr Lakshmi Mittal on EU industrial and trade policy"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-29c106b0461ffd79e95f0119bdd363fd3c7c3ab3","ec-person-c402e34a99fbee730ae22e3b1958e21c94dc6fcc","eu-tr-23527541824-60"]}} -{"id":"ec-meeting-2018-03-06-448a68bd6ba4385a1fb732aa8f6781ebbedd4a14","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-06 - Cabinet of Vice-President Neven Mimica x Front Line Defenders"],"date":["2018-03-06"],"summary":["Presentation of the situation of human rights defenders in the world and their role in development"],"notes":["Portfolio: International Cooperation & Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-mimica-neven-of-president-vice"],"involved":["ec-person-b187f3955c71d2e1daa48e02fd0a09ab7c6f6098","eu-tr-633748221618-41"]}} -{"id":"ec-meeting-2018-03-06-452539c225d74601f984b224c3df7eafc78be347","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-06 - Cabinet of Commissioner Mariya Gabriel x Alliance for the Freedom of the CAR Repair"],"date":["2018-03-06"],"summary":["Connected Cars"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-668292216120-05","ec-person-77288fc6cc1d717936ac1a1d02ed679fd493b117"]}} -{"id":"ec-meeting-2018-03-06-499c18fe3b8e82b0e26fe4c71c8ef46d91a8fe63","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-06 - Cabinet of Commissioner Mariya Gabriel x International Confederation of Societies of Authors and Composers Groupement Européen des Sociétés d'Auteurs et Compositeurs"],"date":["2018-03-06"],"summary":["Copyright"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-322787612775-56","ec-person-1674399a793e9e6fd7cf55b525515fc862fc9351","eu-tr-36529354479-57"]}} -{"id":"ec-meeting-2018-03-06-4dd123b0bf4cd765e7edc9c18e0c31b8202ff57b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-06 - Cabinet of Commissioner Elżbieta Bieńkowska x REWE ZENTRALFINANZ eG"],"date":["2018-03-06"],"summary":["food supply chain"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["brussels"],"address":["brussels"],"addressEntity":["addr-e2daa1574b7ac475c827b33e281bd2d5e013c882"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-695563913580-18","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2018-03-06-4ee883be9ad0db3869e9bdcaa1a1e36c74ebfed5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-06 - Cabinet of Commissioner Mariya Gabriel x World Wide Web Foundation"],"date":["2018-03-06"],"summary":["Net neutrality, GDPR, ePrivacy, open data, cybersecurity and digital skills"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-930830930429-33","ec-person-1674399a793e9e6fd7cf55b525515fc862fc9351"]}} -{"id":"ec-meeting-2018-03-06-52e3e97b659ad3d95d5cb141065557f19de2fbbe","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-06 - Cabinet of Vice-President Andrus Ansip x Bundesdruckerei GmbH"],"date":["2018-03-06"],"summary":["eGovernment, cybersecurity"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-3ca0c466b8ff230d4409591430b388007ce14ff8","ec-person-6a03bc4fa7657513ea34529e98dba0671ef4c849","eu-tr-197184824639-83"]}} -{"id":"ec-meeting-2018-03-06-56dffa099baed587f53326fd024bee566f24abd8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-06 - Cabinet of Vice-President Andrus Ansip x Ripple Labs Inc"],"date":["2018-03-06"],"summary":["Blockchain and Global Payments"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-164326630482-22","ec-person-0f698e3a0cc0bd6a02e1bd386a25cedc1366f3f1"]}} -{"id":"ec-meeting-2018-03-06-679d9f06d80616b8a9d0b2a94311c1868287abcb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-06 - Cabinet of Vice-President Jyrki Katainen x Outokumpu Oyj"],"date":["2018-03-06"],"summary":["Exchange on possible US tariffs on steel and aluminium"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90","eu-tr-085686030231-69"]}} -{"id":"ec-meeting-2018-03-06-6e7b84aa1575f738dca68e9c247dbb3addaf1e22","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-06 - Cabinet of Commissioner Violeta Bulc x Alliance for the Freedom of the CAR Repair"],"date":["2018-03-06"],"summary":["Connected cars topics"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-668292216120-05","ec-person-9fddf13de7f65229b7da7c5b25dca1630cad3c48"]}} -{"id":"ec-meeting-2018-03-06-74dd8842ff1ac29bfa6eaa9bad65d4ee7a331db6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-06 - Regulatory Scrutiny Board x BUSINESSEUROPE"],"date":["2018-03-06"],"summary":["General discussion on the work of the RSB"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-rsb"],"involved":["eu-tr-3978240953-79","ec-person-b79e2a722cf72068a7e5e24a5b455c04c07917fa"]}} -{"id":"ec-meeting-2018-03-06-7d8a65638dfa80d0eb00b2cb24790e09cab655fa","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-06 - Cabinet of Commissioner Violeta Bulc x Intesa Sanpaolo"],"date":["2018-03-06"],"summary":["Investment in maritime & med area"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-24037141789-48","ec-person-be830229e281863b280fbdedb9755116218a1b6d"]}} -{"id":"ec-meeting-2018-03-06-8ae801314ad70d19fb9cac8990f501c66256915e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-06 - Cabinet of Commissioner Vytenis Andriukaitis x Maa- ja metsätaloustuottajain Keskusliitto – Central Union of Agricultural Producers and Forest Owners"],"date":["2018-03-06"],"summary":["African Swine Fever, Animal welfare"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["eu-tr-56039441735-48","ec-person-0dbfffeb0323f819c8d57164906086dd8639c437","ec-person-df30d07ef698a52b9948b9c734db39196cf8541f"]}} -{"id":"ec-meeting-2018-03-06-9dbf1add588560c4ed1769b3233c358d06e3f9f2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-06 - Cabinet of President Jean-Claude Juncker x BLUE STAR STRATEGIES SAS"],"date":["2018-03-06"],"summary":["Echange de vue sur les priorités de la Commission"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-ad6f76ca53dc30d965b15e3728c45dbd0aba44b4","eu-tr-949247229948-43"]}} -{"id":"ec-meeting-2018-03-06-adbb81487405e00d8032ffd8addb8ba8afbf2a24","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-06 - Cabinet of Vice-President Jyrki Katainen x Finance Denmark"],"date":["2018-03-06"],"summary":["EMU and Banking Union"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-955e8c493ab54847bb92b65986f56a401f8eabee","eu-tr-20705158207-35"]}} -{"id":"ec-meeting-2018-03-06-e797814a18045fb373d378643c165be1271bda05","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-06 - Cabinet of Commissioner Vytenis Andriukaitis x Insectum Ltd."],"date":["2018-03-06"],"summary":["Insects for feed"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-0dbfffeb0323f819c8d57164906086dd8639c437","eu-tr-963161329286-33"]}} -{"id":"ec-meeting-2018-03-06-e9f70a1028df67abed8797d91a6f142bd57c39b0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-06 - Cabinet of Commissioner Margrethe Vestager x Danish Energy / Dansk Energi"],"date":["2018-03-06"],"summary":["EU Energy Markets"],"notes":["Portfolio: Competition"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-margrethe-of-vestager"],"involved":["ec-person-0700cb0f43a2d20f4938902c4a086aca632d71fb","eu-tr-1733114388-50"]}} -{"id":"ec-meeting-2018-03-06-ef286a66ee4e30336d52181af4410049fd20d765","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-06 - Cabinet of Vice-President Valdis Dombrovskis x Finnish trade union representation to the EU"],"date":["2018-03-06"],"summary":["Exchange of views on the upcoming social package mainly on European labour authority and the monitoring of the European Pillar of Social Rights"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-1f98d05bdaed2c40396781b1eb7b0aa47cb8dd20","eu-tr-774047715805-95"]}} -{"id":"ec-meeting-2018-03-07-0b908657204a31467b43a17b5c0543fca453defe","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-07 - Cabinet of Commissioner Pierre Moscovici x Netflix International B.V. Spotify Adevinta France France Digitale Cisco Systems Inc. Canon Europe Ltd. Numeum FacilityLive OpCo Amazon Europe Core SARL Booking.com B.V. Comuto SA Wise Ltd Google Aifloo AB DIGITALEUROPE Allegro.pl sp. z o.o. European Tech Alliance"],"date":["2018-03-07"],"summary":["Meeting to discuss digital taxation (also with representatives from Deezer and Volumental)"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["eu-tr-487726915971-30","eu-tr-365747616583-15","eu-tr-494613715191-85","eu-tr-611131527720-22","eu-tr-366117914426-10","eu-tr-479234015862-06","eu-tr-843309518020-96","eu-tr-203912412999-51","eu-tr-146537115285-34","eu-tr-64270747023-20","eu-tr-248681416766-22","eu-tr-03181945560-59","eu-tr-915209530522-56","eu-tr-322813829181-80","ec-person-3cbeba61ae952f06fe4916c381438ebbc676a597","eu-tr-565078326484-60","eu-tr-290486916308-69","eu-tr-189607519323-76"]}} -{"id":"ec-meeting-2018-03-07-25fcf4290e5089984b97f412d9ebcf40f32ee694","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-07 - Cabinet of Commissioner Phil Hogan x Régions de France"],"date":["2018-03-07"],"summary":["Future of the CAP"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-509972526732-56","ec-person-428cf365f3847d04012831ef2642a1a69aed518d"]}} -{"id":"ec-meeting-2018-03-07-2a0e1f8a1d95586087872f71eea6a09dd5a4db65","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-07 - Taxation and Customs Union x Wise Ltd Google Aifloo AB Allegro sp. z o.o. DIGITALEUROPE European Tech Alliance Cisco Systems Inc. Spotify Netflix International B.V. Adevinta France France Digitale Numeum Canon Europe Ltd. Comuto SA FacilityLive OpCo Amazon Europe Core SARL Booking.com B.V."],"date":["2018-03-07"],"summary":["Meeting to discuss digital taxation"],"location":["Brussels/Belgium"],"address":["Brussels/Belgium"],"addressEntity":["addr-c476280916fa20b5023288c48bfbed9c057a1c28"],"organizer":["ec-dg-taxud"],"involved":["eu-tr-487726915971-30","eu-tr-365747616583-15","eu-tr-494613715191-85","eu-tr-611131527720-22","eu-tr-366117914426-10","eu-tr-479234015862-06","eu-tr-843309518020-96","eu-tr-248681416766-22","eu-tr-146537115285-34","eu-tr-203912412999-51","eu-tr-915209530522-56","eu-tr-03181945560-59","eu-tr-64270747023-20","eu-tr-322813829181-80","ec-person-3173c1cc052827c58f23ccd3a8de07534f0d35bd","eu-tr-565078326484-60","eu-tr-290486916308-69","eu-tr-189607519323-76"]}} -{"id":"ec-meeting-2018-03-07-3123220a9c94d96ab180aa6cb2cf7de3410077fa","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-07 - Cabinet of First Vice-President Frans Timmermans x Vereniging van de Nederlandse Pluimveeverwerkende Industrie Dutch Meat Importers Association"],"date":["2018-03-07"],"summary":["Exchange of views on TRQ Management"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-400736830441-25","ec-person-1bc3e2272ec82a894153feccd4f285ae594f7b3b","eu-tr-465899630445-61"]}} -{"id":"ec-meeting-2018-03-07-35f0a0eca3518a3588bffc501bda87be8baa6d18","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-07 - Cabinet of Commissioner Věra Jourová x Airlines for Europe"],"date":["2018-03-07"],"summary":["New deal for consumers"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-a2ca9161feee56909a0e98b473c2d342c20fdb57","eu-tr-807912421050-91"]}} -{"id":"ec-meeting-2018-03-07-3773b18e52e8227f6dc64c34181fae07da76dc25","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-07 - Cabinet of Vice-President Jyrki Katainen x Citigroup Inc."],"date":["2018-03-07"],"summary":["Transatlantic Relations"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90","eu-tr-00353757573-57"]}} -{"id":"ec-meeting-2018-03-07-4ccfcba7e483cd73bfb82c0eaf504b2fb07aae4e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-07 - Cabinet of President Jean-Claude Juncker x International Capital Strategies LLC"],"date":["2018-03-07"],"summary":["General EU policy challenges"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-c402e34a99fbee730ae22e3b1958e21c94dc6fcc","eu-tr-734454815679-40"]}} -{"id":"ec-meeting-2018-03-07-519d492dbfab65b51448f0190d85c6f38fce0775","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-07 - Cabinet of Commissioner Mariya Gabriel x Citigroup Inc."],"date":["2018-03-07"],"summary":["Cybersecurity, Fintech"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-00353757573-57","ec-person-fc1068d79545d1659bf47e9b62bfb0aed175629e"]}} -{"id":"ec-meeting-2018-03-07-628758ded9812cd1b343a96c14bf087a6ff41f3e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-07 - Communication x Lääketeollisuus ry"],"date":["2018-03-07"],"summary":["Discussions of European economy and on future of Europe"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-comm"],"involved":["eu-tr-135790630472-10","ec-person-b6c746215a5c0e8c8c5d2d25b85179e0063a6b33"]}} -{"id":"ec-meeting-2018-03-07-62bd280cfc9591913a8be08149c83197017b4c3a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-07 - Cabinet of President Jean-Claude Juncker x Brussels Office of the Swedish Trade Unions"],"date":["2018-03-07"],"summary":["Follow-up of the Social Summit in Gothenburg"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-98eba7ab1446c6dce384fdc2ecd48c7cadf9ee4e","eu-tr-69927546143-06"]}} -{"id":"ec-meeting-2018-03-07-6324d50ee8deb1f95eaabe5a084d1d443495c348","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-07 - Cabinet of Commissioner Carlos Moedas x European Regions Research and Innovation Network"],"date":["2018-03-07"],"summary":["FP9 and regional innovation"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-0a716bf5253e913fc40ebf14c12f30dc2e7a06ee","eu-tr-382103519163-19"]}} -{"id":"ec-meeting-2018-03-07-68bba55750a9cf480a3d3fb1eecca6b9d119a950","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-07 - Cabinet of Vice-President Miguel Arias Cañete x Equinor ASA"],"date":["2018-03-07"],"summary":["FP9"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-4447605981-76","ec-person-25a937c04cd0a0ddcf5cf34798e76b5105854114"]}} -{"id":"ec-meeting-2018-03-07-7b3cc009909185df32c394b1d63ab6b08b33910b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-07 - Energy x Orgalim – Europe's Technology Industries"],"date":["2018-03-07"],"summary":["clean energy transition"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-20210641335-88","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2018-03-07-7b3f70195050c0c1b3c42a7647bdb05142e9385c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-07 - Cabinet of Vice-President Andrus Ansip x Comuto SA"],"date":["2018-03-07"],"summary":["Platforms, collaborative economy, mobility"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-6a03bc4fa7657513ea34529e98dba0671ef4c849","eu-tr-290486916308-69","ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0"]}} -{"id":"ec-meeting-2018-03-07-7c2d24d26c54d0cd2fdb55ffee8914178a4c798d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-07 - Cabinet of Commissioner Věra Jourová x Mandat International, alias fondation pour la Coopération Internationale"],"date":["2018-03-07"],"summary":["Follow up meeting on GDPR"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["eu-tr-568065130507-39","ec-person-184e698af1eb9e33b179680570ca171d8cb31c94","ec-person-3269ef00f0778677e6f4c8e0f72ce019084206fb"]}} -{"id":"ec-meeting-2018-03-07-81f1025fa49d224ebd53ebe234c70cbf4c0349d1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-07 - Cabinet of Commissioner Christos Stylianides x IDeA Europe Foundation"],"date":["2018-03-07"],"summary":["Aurora Humanitairan Initiative"],"notes":["Portfolio: Humanitarian Aid & Crisis Management"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-cabinet-christos-commissioner-of-stylianides"],"involved":["eu-tr-210219629717-70","ec-person-cdd689bd079714522dad472ea4446b0fcc660d8f","ec-person-08c677aa002baa9f95be8a2d0aa3b89875e2badf"]}} -{"id":"ec-meeting-2018-03-07-831b5ead70bbe840e34c333156a6e7d109ce3ea9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-07 - European Neighbourhood and Enlargement Negotiations x OXFAM INTERNATIONAL EU ADVOCACY OFFICE"],"date":["2018-03-07"],"summary":["Neighbourhood and Enlargement negociations"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-near"],"involved":["eu-tr-46856801604-90","ec-person-1160ccf35947f06f1629cad85b9f162eb5575780"]}} -{"id":"ec-meeting-2018-03-07-a7386a15298c4d3aa2d65769e61fa7aac86c9708","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-07 - Cabinet of Commissioner Mariya Gabriel x ALPHALEX-CONSULT GEIE"],"date":["2018-03-07"],"summary":["Open Data"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-065399321943-63","ec-person-d995d34a2f8b1f0bf6a17486f5699181d6a01e1c"]}} -{"id":"ec-meeting-2018-03-07-abeaf4c23aa3e35de03d14f663b6b0a4d347ece1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-07 - Cabinet of Commissioner Julian King x Computer & Communications Industry Association"],"date":["2018-03-07"],"summary":["Cybersecurity"],"notes":["Portfolio: Security Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-julian-king-of"],"involved":["eu-tr-15987896534-82","ec-person-8534d5829e2b89b2389ad8651205fee73503f559"]}} -{"id":"ec-meeting-2018-03-07-b309daf341a1e02d68fdc0241f5a2dcabd8f3c0f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-07 - Economic and Financial Affairs x AXA Investment Managers"],"date":["2018-03-07"],"summary":["Meeting with Ms Laurence Boone on macro projections, future of EMU"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-ecfin"],"involved":["ec-person-9b398cc97951266670f91bef34ea37df7380eef9","eu-tr-75149096203-49"]}} -{"id":"ec-meeting-2018-03-07-b7734e8fa4024d15370970f05e77e6b872fddb78","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-07 - Cabinet of President Jean-Claude Juncker x AeroSpace and Defence Industries Association of Europe"],"date":["2018-03-07"],"summary":["Research and Innovation policies, MFF"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-ad6f76ca53dc30d965b15e3728c45dbd0aba44b4","eu-tr-72699997886-57"]}} -{"id":"ec-meeting-2018-03-07-b8b7977e641a1ab67a1ed84ffe9ab6234622a245","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-07 - Cabinet of Commissioner Mariya Gabriel x Vodafone Belgium SA"],"date":["2018-03-07"],"summary":["Digital Skills"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-90142503473-81","ec-person-13ac9a19d8d04f97c0d32603d014df0dd4e1cd2a"]}} -{"id":"ec-meeting-2018-03-07-b978bd2f566a0e4cbcdabd4f3741a8d7b283c60c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-07 - Cabinet of Commissioner Mariya Gabriel x Telenor"],"date":["2018-03-07"],"summary":["Western Balkans Digital Agenda"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-74126393166-46","ec-person-1674399a793e9e6fd7cf55b525515fc862fc9351"]}} -{"id":"ec-meeting-2018-03-07-ca0379941714e93316be9a1a17b6b0fb73a68e69","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-07 - Cabinet of Vice-President Valdis Dombrovskis x Association Française de la Gestion financière"],"date":["2018-03-07"],"summary":["French asset management industry's current priorities"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-5975679180-97","ec-person-30d770ccd575865b3106f94220ce1ace16e48f1a"]}} -{"id":"ec-meeting-2018-03-07-cb137fc396f0613e3f9d105652f8424157279378","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-07 - Cabinet of Vice-President Günther Oettinger x Deutscher Naturschutzring, Dachverband der deutschen Natur-, Tier- und Umweltschutzverbände (DNR) e.V."],"date":["2018-03-07"],"summary":["MFF"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-98430135820-35","ec-person-76c97b49eb5244be0c8636bbc9caa6101f3cce84"]}} -{"id":"ec-meeting-2018-03-07-cd70c01e9195ffa08e931129f38a1f102e24dda5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-07 - Cabinet of Commissioner Vytenis Andriukaitis x European Health Forum Gastein"],"date":["2018-03-07"],"summary":["Program of the next EHFG"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["eu-tr-022328713595-61","ec-person-059ca943fc5fc696d2a97849c635ddf7b6ab7fd7"]}} -{"id":"ec-meeting-2018-03-07-d087aebd393c9bfc00ba19d9d6978bb4b1507439","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-07 - Cabinet of Commissioner Vytenis Andriukaitis x Cancer Research UK"],"date":["2018-03-07"],"summary":["Impact of Brexit on cancer research"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-059ca943fc5fc696d2a97849c635ddf7b6ab7fd7","eu-tr-54970512687-47"]}} -{"id":"ec-meeting-2018-03-07-dc992d39431b0f21674c98e8605095e5edae42a8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-07 - Cabinet of Commissioner Mariya Gabriel x Mozilla Corporation"],"date":["2018-03-07"],"summary":["Digital Single Market, Online Platforms and Competition"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-174457719063-67","ec-person-d995d34a2f8b1f0bf6a17486f5699181d6a01e1c"]}} -{"id":"ec-meeting-2018-03-07-e0957f1fd7c117585b480e556d02d5ca8b357b7e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-07 - Cabinet of Vice-President Andrus Ansip x Avisa Partners"],"date":["2018-03-07"],"summary":["Economie collaborative, marché unique numérique et protection des données"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-5db7bdd1c81da2e70eb5b982097d0004111b5c3e","eu-tr-54210841652-13"]}} -{"id":"ec-meeting-2018-03-07-e6ba01cdc25a21d2c08532766eff05f0bdda4f0f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-07 - Cabinet of First Vice-President Frans Timmermans x The European Organization for Packaging and the Environment"],"date":["2018-03-07"],"summary":["discussion on the implementation of the Plastic Strategy"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels, BERL"],"address":["Brussels, BERL"],"addressEntity":["addr-3c3fa5f92474ebac668808553fbab6d1c14aa243"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-0001976677-12","ec-person-8d1c5ff76a431332387aa10936b0bff13f7d71fd"]}} -{"id":"ec-meeting-2018-03-07-eb66fe7b1e62adaadc20bbe4c89ff02730458fbf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-07 - Cabinet of Vice-President Andrus Ansip x None"],"date":["2018-03-07"],"summary":["Online platforms, illegal content online"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-952721718748-34","eu-tr-366117914426-10","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45","eu-tr-40386322300-77"]}} -{"id":"ec-meeting-2018-03-07-f31518a5f7895b9c2f0fd83b9837a57f0b843e22","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-07 - Cabinet of First Vice-President Frans Timmermans x Centre for European Policy Studies European Women's Lobby Bruegel GENDERFIVEPLUS Centre for European Reform Friends of Europe Migration Policy Institute Europe Open Society European Policy Institute The German Marshall Fund of the United States - The Transatlantic Foundation"],"date":["2018-03-07"],"summary":["Discussion of gender equality and the Future of Europe"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels, BERL"],"address":["Brussels, BERL"],"addressEntity":["addr-3c3fa5f92474ebac668808553fbab6d1c14aa243"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-524976815651-12","eu-tr-99436366768-45","ec-person-966667b73d92624be9bb019c2baab7e52331b3d3","eu-tr-823171519707-31","eu-tr-85686156700-13","eu-tr-643139016047-27","eu-tr-86853666704-95","eu-tr-8557515321-37","eu-tr-08506057684-79","eu-tr-33622026795-64"]}} -{"id":"ec-meeting-2018-03-07-f41ee2dfa6dcd42dc5ecc1eaed42a707d12935c7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-07 - Cabinet of Commissioner Violeta Bulc x European Community Shipowner's Associations"],"date":["2018-03-07"],"summary":["Meeting with ECSA (maritime stakeholder)"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-4d2b449b5047ea3fda435a2a1c1081e3babcdf76","eu-tr-59004966537-01","ec-person-cb7aaf75b4c195481f149f904bc28b4e2ac2b7ab"]}} -{"id":"ec-meeting-2018-03-07-f46c88138548307680266de76c71e47b2fd1adb2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-07 - Cabinet of Vice-President Valdis Dombrovskis x Verband der Automobilindustrie"],"date":["2018-03-07"],"summary":["Sustainable Finance, Fintech, Green Finance, Securitization"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-95574664768-90","ec-person-48f31156d932641826e09f5b73f074d35ff05786","ec-person-537401fc0be04984531b83660f416bf2fe14fbd8"]}} -{"id":"ec-meeting-2018-03-07-f9bf0f4dcf7ba112edc0d50472cb8fcd21551f80","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-07 - Cabinet of Commissioner Phil Hogan x WWF - UK Stichting BirdLife Europe"],"date":["2018-03-07"],"summary":["Environmental and climate objectives of the future CAP"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-1083162721-43","eu-tr-407803414785-68","ec-person-68b8e931bdd0cafe77ab8e98d87edbea128d6c49"]}} -{"id":"ec-meeting-2018-03-07-fadacb859791a4878ca83d45f10bbeb2e3a036b0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-07 - Cabinet of Commissioner Violeta Bulc x AV Living Lab, Inovativne tehnologije, d.o.o."],"date":["2018-03-07"],"summary":["Ten T-Days"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-be830229e281863b280fbdedb9755116218a1b6d","eu-tr-825253330601-20"]}} -{"id":"ec-meeting-2018-03-07-fdfa6ef78b45f667d506a3854b2cc7b511ce22fe","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-07 - Cabinet of Vice-President Miguel Arias Cañete x ArcelorMittal"],"date":["2018-03-07"],"summary":["FP9"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-23527541824-60","ec-person-25a937c04cd0a0ddcf5cf34798e76b5105854114"]}} -{"id":"ec-meeting-2018-03-08-060e712ce6a1f51697e03f437355b2a7608538b4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-08 - Cabinet of Commissioner Věra Jourová x eBay EU liaison office"],"date":["2018-03-08"],"summary":["Online marketplaces and reselling platforms"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-a2ca9161feee56909a0e98b473c2d342c20fdb57","eu-tr-40386322300-77"]}} -{"id":"ec-meeting-2018-03-08-09e5178d5ec30aa53e1cb25c9f926a462c13157c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-08 - Cabinet of Vice-President Valdis Dombrovskis x European Federation of Investors and Financial Services Users"],"date":["2018-03-08"],"summary":["Collective Redress"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-24633926420-79","ec-person-537401fc0be04984531b83660f416bf2fe14fbd8"]}} -{"id":"ec-meeting-2018-03-08-29cb59c3efbbcd7f2877b5ef4c14f5251c1fe0a8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-08 - Cabinet of Commissioner Vytenis Andriukaitis x spiritsEUROPE PERNOD RICARD Bacardi-Martini BV Moët Hennessy Diageo"],"date":["2018-03-08"],"summary":["Alcohol labelling"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-b9c3f19e7c5f216e3e508f931ddd6a9cb59376d1","eu-tr-10774885698-20","eu-tr-64926487056-58","eu-tr-352172811-92","eu-tr-047152216031-96","eu-tr-835500817930-66"]}} -{"id":"ec-meeting-2018-03-08-2ea153b272ab8bfcd1e2ca7355420c63ee079599","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-08 - Cabinet of Commissioner Mariya Gabriel x Zalando SE"],"date":["2018-03-08"],"summary":["Platform to Business"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-877966419254-70","ec-person-d995d34a2f8b1f0bf6a17486f5699181d6a01e1c"]}} -{"id":"ec-meeting-2018-03-08-2f24252677483900eb81124070a8246ff4073c64","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-08 - Cabinet of Commissioner Carlos Moedas x Cisco Systems Inc."],"date":["2018-03-08"],"summary":["Europe digitization and support to the start-up ecosystem"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-01051f0f33bfdc2ecc41873c02cae666c5e0d099","ec-person-23980b2bc4fd9c82051d0f7888dc236b2f764866","eu-tr-494613715191-85"]}} -{"id":"ec-meeting-2018-03-08-32b5a75693c387d23dc26439b2acc99b82a86256","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-08 - Cabinet of Commissioner Phil Hogan x European Forest Institute"],"date":["2018-03-08"],"summary":["Bio-economy"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-400dd8d59d3060187d9b9b143d697da1a3d03c12","eu-tr-38315289949-88"]}} -{"id":"ec-meeting-2018-03-08-33308afd68718fbe09467be62ca3414eef34b86a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-08 - Task Force for Relations with the United Kingdom x EUROPEAN TRADE UNION CONFEDERATION"],"date":["2018-03-08"],"summary":["Meeting with the Task Force for the Preparation and Conduct of the Negotiations with the United Kingdom under Article 50 TEU"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-uktf"],"involved":["ec-person-864cfa5fbc9b02a079ffbab1107f252c7bb08478","eu-tr-06698681039-26"]}} -{"id":"ec-meeting-2018-03-08-59ad83a4bb1b3070e24c3a57a3afe7991a909728","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-08 - Cabinet of Commissioner Vytenis Andriukaitis x Biomedical Alliance in Europe"],"date":["2018-03-08"],"summary":["European Reference Networks; Health research"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-059ca943fc5fc696d2a97849c635ddf7b6ab7fd7","eu-tr-876034021209-88"]}} -{"id":"ec-meeting-2018-03-08-5dee9431823c757a01e6dd4fcc613a7cfff685d5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-08 - Cabinet of Commissioner Mariya Gabriel x Fiserv Incorporated"],"date":["2018-03-08"],"summary":["DSM strategy, geo-blocking Regulation, e-commerce"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-519393415904-86","ec-person-d995d34a2f8b1f0bf6a17486f5699181d6a01e1c"]}} -{"id":"ec-meeting-2018-03-08-61242dd861192432c4df474e272e79d4e463957a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-08 - Cabinet of Commissioner Mariya Gabriel x Fédération Nationale des Syndicats d'Exploitants Agricoles"],"date":["2018-03-08"],"summary":["Big Data / Secteur agricole"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-59530682147-07","ec-person-77288fc6cc1d717936ac1a1d02ed679fd493b117"]}} -{"id":"ec-meeting-2018-03-08-71ac74a03a6204dec531dfada592039bcd5f5196","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-08 - Cabinet of Commissioner Phil Hogan x Brunswick Group LLP"],"date":["2018-03-08"],"summary":["sustainable beef supply chain"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-26255464458-25","ec-person-68b8e931bdd0cafe77ab8e98d87edbea128d6c49"]}} -{"id":"ec-meeting-2018-03-08-73e3181c5f3b04ac90390bffd55ee993be0c4694","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-08 - Cabinet of Vice-President Andrus Ansip x Cisco Systems Inc."],"date":["2018-03-08"],"summary":["Free flow of data, EU-US Privacy Shield, Artificial Intelligence"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-e91c5be432b6b3efdda369792fed67c20b767a45","eu-tr-494613715191-85","ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0"]}} -{"id":"ec-meeting-2018-03-08-85ad7b8c1c6f96add72560fc2ded361c48e5bd2a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-08 - Cabinet of Commissioner Violeta Bulc x SkyLabs vesoljske tehnologije d.o.o."],"date":["2018-03-08"],"summary":["Meeting with Mr Rotovnik"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-4d2b449b5047ea3fda435a2a1c1081e3babcdf76","eu-tr-508930925355-18","ec-person-a9f4fe47da47a1b05bbfda9825908089d11bda93"]}} -{"id":"ec-meeting-2018-03-08-8e0b85d12fb0a6c8af2e7dce65b2a406139bb261","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-08 - Cabinet of Vice-President Cecilia Malmström x ASEMIEL-ANIMPA"],"date":["2018-03-08"],"summary":["Trade negotiations and honey"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-98880f3f4206145e196013db9dd806a551c11e06","eu-tr-273864730562-62"]}} -{"id":"ec-meeting-2018-03-08-8f67d485a6440c415d2b2c6f687cf0db0ae28a5b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-08 - Cabinet of Commissioner Mariya Gabriel x Cisco Systems Inc."],"date":["2018-03-08"],"summary":["Cybersecurity"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["ec-person-1674399a793e9e6fd7cf55b525515fc862fc9351","eu-tr-494613715191-85"]}} -{"id":"ec-meeting-2018-03-08-939be8dfc96542435d5d2036c5144063ef3f0a18","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-08 - Cabinet of Commissioner Mariya Gabriel x Albright Stonebridge Group LLC"],"date":["2018-03-08"],"summary":["Disinformation online, illegal content"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["ec-person-1674399a793e9e6fd7cf55b525515fc862fc9351","eu-tr-605588926461-31"]}} -{"id":"ec-meeting-2018-03-08-a1364a30db653bf901320cd340b4d77e0d5a28c0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-08 - Cabinet of Commissioner Marianne Thyssen x Associazione degli Enti Previdenziali Privati"],"date":["2018-03-08"],"summary":["Pension funds"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["ec-person-5a49eb89125b4b5d1125b3925bbb64aba1bea2b3","eu-tr-964372119021-05"]}} -{"id":"ec-meeting-2018-03-08-aeb096303fd8afc2ecfa6a6c2e160852d231bdd6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-08 - Cabinet of Commissioner Violeta Bulc x European Transport Workers' Federation"],"date":["2018-03-08"],"summary":["Road transport issues"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-92545571128-74","ec-person-dd7851e4a1e747e824b4f81139e33bc3cdb73160"]}} -{"id":"ec-meeting-2018-03-08-b93711dd3bd0cbd75359344f81a64c3113443c0e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-08 - Cabinet of Vice-President Andrus Ansip x Albright Stonebridge Group LLC"],"date":["2018-03-08"],"summary":["DSM, cybersecurity, misinformation campaign, free flow of data"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-3ca0c466b8ff230d4409591430b388007ce14ff8","ec-person-91ca0921c6790191daa54427311acd63035e7c9e","eu-tr-605588926461-31","ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0"]}} -{"id":"ec-meeting-2018-03-08-bec310b2e7a528242a29800c9a73b85944256768","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-08 - Cabinet of Commissioner Mariya Gabriel x ChinaEU"],"date":["2018-03-08"],"summary":["EU-China cooperation"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-395485815776-81","ec-person-d995d34a2f8b1f0bf6a17486f5699181d6a01e1c"]}} -{"id":"ec-meeting-2018-03-08-ca49dd92000b1d1a321a845ef0c74a06c3479fb0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-08 - Cabinet of Commissioner Julian King x Centrica plc"],"date":["2018-03-08"],"summary":["Cybersecurity"],"notes":["Portfolio: Security Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-julian-king-of"],"involved":["eu-tr-577829817108-84","ec-person-37c79733647a2293d1e96e976d3a72c6b707cb4c"]}} -{"id":"ec-meeting-2018-03-08-d7ebeaa8bb251371e125cd83a39a4ca157c6ca29","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-08 - Cabinet of Commissioner Violeta Bulc x Verband der Automobilindustrie"],"date":["2018-03-08"],"summary":["Automobile topics"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-95574664768-90","ec-person-9fddf13de7f65229b7da7c5b25dca1630cad3c48"]}} -{"id":"ec-meeting-2018-03-08-e73967e5f861a649c649b98c08ca55e3842fcd29","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-08 - Cabinet of Vice-President Jyrki Katainen x Cisco Systems Inc."],"date":["2018-03-08"],"summary":["Trade and technology development"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90","eu-tr-494613715191-85"]}} -{"id":"ec-meeting-2018-03-09-07230cf90c8a319ec68f16db543376f0d8720cd8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-09 - Cabinet of Vice-President Neven Mimica x Hanns-Seidel-Stiftung"],"date":["2018-03-09"],"summary":["Discussion on Hanns Seidel Foundation's activities in relation to international cooperation and development"],"notes":["Portfolio: International Cooperation & Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-mimica-neven-of-president-vice"],"involved":["ec-person-b187f3955c71d2e1daa48e02fd0a09ab7c6f6098","eu-tr-49906988199-86"]}} -{"id":"ec-meeting-2018-03-09-3383df124bf5ff8afb6cf2489f77dcb729e0af97","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-09 - Cabinet of Vice-President Valdis Dombrovskis x IG Group Holdings PLC"],"date":["2018-03-09"],"summary":["CMU - ESMA Product intervention powers"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-30d770ccd575865b3106f94220ce1ace16e48f1a","eu-tr-458208414509-94"]}} -{"id":"ec-meeting-2018-03-09-78ee8272220178bbb8ba470f122bd6b89041582a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-09 - Cabinet of First Vice-President Frans Timmermans x European Partners for the Environment"],"date":["2018-03-09"],"summary":["discussion on Sustainable Development"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels, BERL"],"address":["Brussels, BERL"],"addressEntity":["addr-3c3fa5f92474ebac668808553fbab6d1c14aa243"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-628766423953-43","ec-person-8d1c5ff76a431332387aa10936b0bff13f7d71fd"]}} -{"id":"ec-meeting-2018-03-09-80dddbef962bebe0003365786ece20340a241158","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-09 - Cabinet of Commissioner Vytenis Andriukaitis x FIDAL"],"date":["2018-03-09"],"summary":["French regulation on Ciders"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["eu-tr-860364318039-81","ec-person-b9c3f19e7c5f216e3e508f931ddd6a9cb59376d1"]}} -{"id":"ec-meeting-2018-03-09-81929d2ba551af11d367482de94b4444e6fd4455","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-09 - Cabinet of Vice-President Andrus Ansip x E-riigi Akadeemia"],"date":["2018-03-09"],"summary":["Digital4Development"],"notes":["Portfolio: Digital Single Market"],"location":["Tallinn"],"address":["Tallinn"],"addressEntity":["addr-eaaa98c29bbb4b0a508515a16c8b783a19a2a3df"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-c759bd58acc54869aa8e62ce652efcda416e25c2","eu-tr-717762830799-47","ec-person-0f698e3a0cc0bd6a02e1bd386a25cedc1366f3f1","ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0"]}} -{"id":"ec-meeting-2018-03-09-81d50e30c48d6cd47e7364773218a45528db08f3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-09 - Cabinet of Commissioner Carlos Moedas x Airbus"],"date":["2018-03-09"],"summary":["EU aviation ecosystem/The future of EU Research and Innovation"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Valencia"],"address":["Valencia"],"addressEntity":["addr-6459e854a241df9e76dedb7ba962de52772c33b2"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-01051f0f33bfdc2ecc41873c02cae666c5e0d099","eu-tr-2732167674-76","ec-person-23980b2bc4fd9c82051d0f7888dc236b2f764866"]}} -{"id":"ec-meeting-2018-03-09-89831614b1c7b727c06fe5d9ab45ac587c18df7b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-09 - Cabinet of Vice-President Jyrki Katainen x The European Steel Association"],"date":["2018-03-09"],"summary":["Current trade issues"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90","eu-tr-93038071152-83"]}} -{"id":"ec-meeting-2018-03-09-9a8da86a186a1d128edb01a805c3f6c08f4b2b73","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-09 - Cabinet of Commissioner Violeta Bulc x Airlines International Representation in Europe"],"date":["2018-03-09"],"summary":["Aviation issues"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-9d4dc4867a44dfe10f67ae7ee1706da3e8b48a24","eu-tr-686630315059-63"]}} -{"id":"ec-meeting-2018-03-09-a962a2727b30aa12937078ce4d968321fb550d29","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-09 - Education, Youth, Sport and Culture x Europa Nostra"],"date":["2018-03-09"],"summary":["presentation of European Year of Cultural Heritage activities"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-eac"],"involved":["ec-person-68d4f99b9ed1b40d86ebbf81f8f35aeebd6c5fc5","eu-tr-832617510389-12"]}} -{"id":"ec-meeting-2018-03-09-ae3ef0a05673b4827d94e606700fb2086fededa1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-09 - Cabinet of Commissioner Elżbieta Bieńkowska x European Chemical Industry Council"],"date":["2018-03-09"],"summary":["plastics strategy"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-64879142323-90","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2018-03-09-e8167a397640a40073a4f7560e9fc933fe3ba76d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-09 - Cabinet of Commissioner Elżbieta Bieńkowska x None"],"date":["2018-03-09"],"summary":["Connected Car"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["brussels"],"address":["brussels"],"addressEntity":["addr-e2daa1574b7ac475c827b33e281bd2d5e013c882"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["ec-person-b2f9be51339f054477846797e2c119fcf16548fc","eu-tr-55820581197-35","eu-tr-430010622057-05","eu-tr-33885548180-35","eu-tr-24503897827-04","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029","eu-tr-69678928900-56","eu-tr-84839535366-67","eu-tr-42705074342-04"]}} -{"id":"ec-meeting-2018-03-09-f17258825f956c11ace1c199f2cf7db64b385d83","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-09 - Cabinet of Vice-President Neven Mimica x Basel Institute of Commons and Economics"],"date":["2018-03-09"],"summary":["World Social Capital Monitor and SDGs"],"notes":["Portfolio: International Cooperation & Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-mimica-neven-of-president-vice"],"involved":["eu-tr-761002330576-14","ec-person-e90858f5aba78fd0e1cb2f757c3f38d55d91f98b","ec-person-d455992f8f48b86e26e61f5284a9ef8e18aed182"]}} -{"id":"ec-meeting-2018-03-12-2edb367866bd0a9a1c261c9b6b3376df5b5a2abb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-12 - Environment x BUSINESSEUROPE"],"date":["2018-03-12"],"summary":["Circular Economy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-env"],"involved":["eu-tr-3978240953-79","ec-person-3bc74ce04ea3f4ab4d91a5c88eef25b8b8a213b4"]}} -{"id":"ec-meeting-2018-03-12-30955165f11158cf49662e9905ffbc0c90d12f0c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-12 - Cabinet of Vice-President Jyrki Katainen x Confederation of Finnish Industries EK"],"date":["2018-03-12"],"summary":["Trade, circular economy, better regulation, rule of law, CMU, sharing economy, energy union"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Helsinki"],"address":["Helsinki"],"addressEntity":["addr-98dc71700228eb053aa75f338c9a8b5bcef38679"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90","eu-tr-1274604847-34"]}} -{"id":"ec-meeting-2018-03-12-4e672b433cfc79ab2017a1f1f6640a4ff2ea046d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-12 - Cabinet of Vice-President Cecilia Malmström x amfori - Trade with Purpose"],"date":["2018-03-12"],"summary":["Sustainability in EU commercial policy"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-19b143e83f8ab978c55c8a9a9e49e06dbfa14bf3","eu-tr-84768556104-35"]}} -{"id":"ec-meeting-2018-03-12-89b29bae92addb69cf4dfafce8a0ce2ce1323531","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-12 - Mobility and Transport x Hydrogen Europe"],"date":["2018-03-12"],"summary":["decarbonisation of transport"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-move"],"involved":["ec-person-26cdfacae671b09917bee1a91c91973941fa58a2","eu-tr-77659588648-75"]}} -{"id":"ec-meeting-2018-03-12-8a4e6cf03aeae5cd2dea4a9835da18071c39e7d9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-12 - Cabinet of Commissioner Vytenis Andriukaitis x The Brewers of Europe spiritsEUROPE European Cider and Fruit Wine Association Comité Européen des Entreprises Vins European Federation of Origin Wines European agri-cooperatives European farmers Confédération Européenne des Vignerons Indépendants"],"date":["2018-03-12"],"summary":["Alcohol labelling"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-b9c3f19e7c5f216e3e508f931ddd6a9cb59376d1","eu-tr-64926487056-58","ec-person-d462b3c7daeee00ad55e380a7fb96819f79899df","eu-tr-424179021711-46","eu-tr-44856881231-49","eu-tr-93296213494-75","eu-tr-2663914841-28","eu-tr-09586631237-74","ec-person-e8a5294f58092a20a59de29de6c790061aeb8611","eu-tr-27459429876-64","ec-person-df30d07ef698a52b9948b9c734db39196cf8541f","eu-tr-81610896372-23"]}} -{"id":"ec-meeting-2018-03-12-948cfa57af61bd7b65f01115c75e60f099a42ee3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-12 - Cabinet of Vice-President Miguel Arias Cañete x smartEn Smart Energy Europe"],"date":["2018-03-12"],"summary":["Energy Efficiency"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-569379418624-07","ec-person-25a937c04cd0a0ddcf5cf34798e76b5105854114"]}} -{"id":"ec-meeting-2018-03-12-bf5c835fb9ab7e36b520f9e1add62b62048772d5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-12 - Cabinet of Commissioner Violeta Bulc x European Transport Safety Council"],"date":["2018-03-12"],"summary":["PIN Conference on June 19th"],"notes":["Portfolio: Transport"],"location":["Bruxelles"],"address":["Bruxelles"],"addressEntity":["addr-b58f5927b66d94a676970dc048485d4c6848f272"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-78891371297-34","ec-person-cb7aaf75b4c195481f149f904bc28b4e2ac2b7ab"]}} -{"id":"ec-meeting-2018-03-12-c32876b2fa7f6a0d75439b04f74dbff9f0b9d21b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-12 - Cabinet of Vice-President Jyrki Katainen x Suomen itsenäisyyden juhlarahasto"],"date":["2018-03-12"],"summary":["Circular Economy and Artificial Intelligence"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Helsinki"],"address":["Helsinki"],"addressEntity":["addr-98dc71700228eb053aa75f338c9a8b5bcef38679"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90","eu-tr-582824527068-76"]}} -{"id":"ec-meeting-2018-03-12-c7f5355d304c809a7a136495a3163c9e9d719146","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-12 - Cabinet of Vice-President Günther Oettinger x Transport and Environment (European Federation for Transport and Environment)"],"date":["2018-03-12"],"summary":["MFF"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["ec-person-1a98ebdc65a0fda494d1f6eb6fb74247a3036490","eu-tr-58744833263-19"]}} -{"id":"ec-meeting-2018-03-12-cfdc8df35fe0dd5b94adab427b90c1d129993447","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-12 - Cabinet of Commissioner Carlos Moedas x Fundação D. Anna de Sommer Champalimaud e Dr. Carlos Montez Champalimaud"],"date":["2018-03-12"],"summary":["Discussion of the future communication projects for the Champalimaud Foundation"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["eu-tr-158884828331-64","ec-person-23980b2bc4fd9c82051d0f7888dc236b2f764866"]}} -{"id":"ec-meeting-2018-03-12-d945bd5ee7cce100abc88108811d2c116d32a22c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-12 - Cabinet of Commissioner Mariya Gabriel x WorldDAB"],"date":["2018-03-12"],"summary":["European Electronic Communications Code, digital radio"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-313735017680-60","ec-person-d995d34a2f8b1f0bf6a17486f5699181d6a01e1c"]}} -{"id":"ec-meeting-2018-03-12-df4f0030c6c06b16112bd57507d99e552d251339","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-12 - Cabinet of Vice-President Andrus Ansip x Vodafone Belgium SA"],"date":["2018-03-12"],"summary":["Electronic Communication Code"],"notes":["Portfolio: Digital Single Market"],"location":["Bxl"],"address":["Bxl"],"addressEntity":["addr-a93f951e252491eb62958a26858415dd581a71e0"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-90142503473-81","ec-person-666bc159c7e65a3af9e63c1e97435c02f1496955"]}} -{"id":"ec-meeting-2018-03-12-e4ff574cfa19e95bb906ab0d3d0243e8bdf18150","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-12 - Cabinet of Vice-President Jyrki Katainen x Sanoma Corporation"],"date":["2018-03-12"],"summary":["artificial intelligence"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Helsinki"],"address":["Helsinki"],"addressEntity":["addr-98dc71700228eb053aa75f338c9a8b5bcef38679"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90","eu-tr-712395115155-72"]}} -{"id":"ec-meeting-2018-03-13-1ec5336170781a80f8a2205b16c4821111a5281c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-13 - Cabinet of Vice-President Jyrki Katainen x spiritsEUROPE"],"date":["2018-03-13"],"summary":["EU rebalancing measures if US tariff on steel and aluminium exports"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-af4fdbf97c89a6df87ab37d321d95829d657c940","eu-tr-64926487056-58"]}} -{"id":"ec-meeting-2018-03-13-30ba6a8adb36805f3ad023e827899c7543ba9b12","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-13 - Maritime Affairs and Fisheries x ANFACO-CECOPESCA"],"date":["2018-03-13"],"summary":["Discussion on IUU and autonomous tariff quota regulation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-mare"],"involved":["ec-person-a7b4b8418268a6d6c196b5e45f606fc92acbdb8c","eu-tr-178415126769-41"]}} -{"id":"ec-meeting-2018-03-13-3f59214ab02303220dbe0bf8bc56f34f34198b7d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-13 - Taxation and Customs Union x Vodafone Belgium SA European Round Table for Industry TITAN CEMENT Co. SA Heineken N.V. Solvay SA AIR LIQUIDE IBERDROLA Investor AB"],"date":["2018-03-13"],"summary":["Discussion on CCCTB (also with representatives from BP and Wolters Kluwer)"],"location":["Brussels/Belgium"],"address":["Brussels/Belgium"],"addressEntity":["addr-c476280916fa20b5023288c48bfbed9c057a1c28"],"organizer":["ec-dg-taxud"],"involved":["eu-tr-190987114891-73","eu-tr-94857385769-70","eu-tr-827688315793-86","eu-tr-58089691185-94","eu-tr-41816938101-07","eu-tr-692532614129-74","eu-tr-90142503473-81","eu-tr-25487567824-45","ec-person-3173c1cc052827c58f23ccd3a8de07534f0d35bd"]}} -{"id":"ec-meeting-2018-03-13-4df6c41b676ca9845d30920c660a7ec48e743788","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-13 - Cabinet of Commissioner Mariya Gabriel x AG Kino - Gilde deutscher Filmkunsttheater e.V."],"date":["2018-03-13"],"summary":["MEDIA, Digital4Culture, EU film directory"],"notes":["Portfolio: Digital Economy and Society"],"location":["Strasbourg"],"address":["Strasbourg"],"addressEntity":["addr-a7b90170b4a5bf2d1d09ccfd109b57e0a030cfc4"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["ec-person-1674399a793e9e6fd7cf55b525515fc862fc9351","eu-tr-59806776809-04"]}} -{"id":"ec-meeting-2018-03-13-55f041b656e0b846bdcc0425954a64fd2b3bcde4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-13 - Trade x BUSINESSEUROPE"],"date":["2018-03-13"],"summary":["EU-US relations"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-trade"],"involved":["ec-person-bde9bb099f5d24c52ca4a9255cefc99a5b87a650","eu-tr-3978240953-79"]}} -{"id":"ec-meeting-2018-03-13-6d7621c695fdac71b184633075ef314eb55df20b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-13 - Cabinet of First Vice-President Frans Timmermans x Sky Group"],"date":["2018-03-13"],"summary":["implementation of Plastic Strategy"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-62536168216-12","ec-person-8d1c5ff76a431332387aa10936b0bff13f7d71fd"]}} -{"id":"ec-meeting-2018-03-13-756c411984901facd2ba4f133cc2430eba29bc5d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-13 - Environment x General Aviation Manufacturers Association"],"date":["2018-03-13"],"summary":["Environmental sustainability of the airline industry"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-env"],"involved":["eu-tr-49221685491-82","ec-person-3bc74ce04ea3f4ab4d91a5c88eef25b8b8a213b4"]}} -{"id":"ec-meeting-2018-03-13-d7c20b79798bd5efaf0803ec0cdfaad4653c42ff","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-13 - Cabinet of Commissioner Mariya Gabriel x Die Medienanstalten - Arbeitsgemeinschaft der Landesmedienanstalten in der Bundesrepublik Deutschland"],"date":["2018-03-13"],"summary":["AVMSD, Copyright, disinformation online"],"notes":["Portfolio: Digital Economy and Society"],"location":["Strasbourg"],"address":["Strasbourg"],"addressEntity":["addr-a7b90170b4a5bf2d1d09ccfd109b57e0a030cfc4"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-84697226195-47","ec-person-1674399a793e9e6fd7cf55b525515fc862fc9351"]}} -{"id":"ec-meeting-2018-03-13-e14663e6dc0e2ad1f99e971a62272e6134a298b2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-13 - Cabinet of Commissioner Pierre Moscovici x European Round Table for Industry IBERDROLA Vodafone Belgium SA AIR LIQUIDE Investor AB TITAN CEMENT Co. SA Solvay SA Heineken N.V."],"date":["2018-03-13"],"summary":["Discussion on CCCTB (also with representatives from BP and Wolters Kluwer)"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["eu-tr-190987114891-73","eu-tr-94857385769-70","eu-tr-827688315793-86","eu-tr-58089691185-94","eu-tr-41816938101-07","eu-tr-692532614129-74","eu-tr-90142503473-81","eu-tr-25487567824-45","ec-person-3cbeba61ae952f06fe4916c381438ebbc676a597"]}} -{"id":"ec-meeting-2018-03-14-0093aa0943da0118c0ae581847522c17be238880","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-14 - Cabinet of Vice-President Günther Oettinger x Bundesverband Direktvertrieb Deutschland e.V."],"date":["2018-03-14"],"summary":["consumer protection legislation"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-87057416284-21","ec-person-b17d355ca19058898aba2ec032de59f8701d47f5"]}} -{"id":"ec-meeting-2018-03-14-109dc67dadc443c6ec266b9f325d68c96a07e671","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-14 - Cabinet of Commissioner Marianne Thyssen x ArcelorMittal"],"date":["2018-03-14"],"summary":["9th framework programme"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["ec-person-786ac5b4308f9797c51ea9c4491fcd16b6fac4cd","eu-tr-23527541824-60"]}} -{"id":"ec-meeting-2018-03-14-178d4ccdbd3940130303ddebf9561f2e48d98e2d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-14 - Directorate-General for International Partnerships x International Centre for Migration Policy Development"],"date":["2018-03-14"],"summary":["Discussion on major migration priorities in 2018, both at global and European levels, and explore further avenues for cooperation between the International Centre for Migration Policy Development and DG DEVCO."],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-intpa"],"involved":["eu-tr-428294520891-74","ec-person-05c4477b89b93e7969f12d89b38f77fedce5876f"]}} -{"id":"ec-meeting-2018-03-14-26ba806356da7862bdaa29eb33a88a9dfa7e96f6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-14 - Cabinet of Commissioner Mariya Gabriel x EBU-UER (European Broadcasting Union)"],"date":["2018-03-14"],"summary":["platform-related issues"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-93288301615-56","ec-person-d995d34a2f8b1f0bf6a17486f5699181d6a01e1c"]}} -{"id":"ec-meeting-2018-03-14-2b8ebace829f50d9f060d9bb6aac2da723c3173c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-14 - Cabinet of Vice-President Cecilia Malmström x PERNOD RICARD"],"date":["2018-03-14"],"summary":["possible EU rebalancing measures"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-352172811-92","ec-person-591ec829ca734bcfe59a2c9c7f07f9dff22a0ea9"]}} -{"id":"ec-meeting-2018-03-14-2cfbd7e0b9cdf2638c7bd85e64bf8a3aae3e4474","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-14 - Cabinet of Vice-President Valdis Dombrovskis x Associazione Nazionale fra le Imprese Assicuratrici"],"date":["2018-03-14"],"summary":["Solvency II; PEPP; Sustainable finance; Motor Insurance Directive; ESAs Review"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-30d770ccd575865b3106f94220ce1ace16e48f1a","eu-tr-4756340957-20"]}} -{"id":"ec-meeting-2018-03-14-57202155b661fd8b7b06a30bc805acd273e9e657","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-14 - Cabinet of Commissioner Mariya Gabriel x Creative Media Business Alliance"],"date":["2018-03-14"],"summary":["Copyright, Digital4Culture, AVMSD, MEDIA"],"notes":["Portfolio: Digital Economy and Society"],"location":["Strasbourg"],"address":["Strasbourg"],"addressEntity":["addr-a7b90170b4a5bf2d1d09ccfd109b57e0a030cfc4"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-55791845397-85","ec-person-1674399a793e9e6fd7cf55b525515fc862fc9351"]}} -{"id":"ec-meeting-2018-03-14-5cf70a064b500b5e6e6cdd7188392f7fe742ac34","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-14 - Cabinet of Vice-President Andrus Ansip x arago GmbH"],"date":["2018-03-14"],"summary":["Artificial intelligence, DSM"],"notes":["Portfolio: Digital Single Market"],"location":["Frankfurt"],"address":["Frankfurt"],"addressEntity":["addr-d5d8846569e1aaf92f7239dc4169fa822d08f158"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-884700729242-61","ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0"]}} -{"id":"ec-meeting-2018-03-14-6173d6c7e2b7b9bb27837371037378a5aeafa994","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-14 - Cabinet of Commissioner Věra Jourová x Direct Selling Europe Bundesverband der Deutschen Industrie e.V."],"date":["2018-03-14"],"summary":["New deal for consumers"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-a2ca9161feee56909a0e98b473c2d342c20fdb57","eu-tr-9435658947-27","eu-tr-1771817758-48","ec-person-184e698af1eb9e33b179680570ca171d8cb31c94"]}} -{"id":"ec-meeting-2018-03-14-6f30e711cb8e9f28d3bd8d624bfa0e9cbe432ea3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-14 - Cabinet of Vice-President Jyrki Katainen x Association des Constructeurs Européens d'Automobiles"],"date":["2018-03-14"],"summary":["Cooperation of car producers and cities on access restrictions"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-0da85dc48012e26688310a59a0b51727ea68f410","eu-tr-0649790813-47"]}} -{"id":"ec-meeting-2018-03-14-70617c0d63a2a62fdd95fd584d487d0806e7cfca","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-14 - Cabinet of Vice-President Jyrki Katainen x European Fund and Asset Management Association"],"date":["2018-03-14"],"summary":["PEPPs"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-955e8c493ab54847bb92b65986f56a401f8eabee","eu-tr-3373670692-24"]}} -{"id":"ec-meeting-2018-03-14-9689692113083092795c49dcb652687185147c27","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-14 - Cabinet of Commissioner Mariya Gabriel x Association relative à la télévision européenne"],"date":["2018-03-14"],"summary":["MEDIA, EU film directory, Disinformation online, Women in Digital"],"notes":["Portfolio: Digital Economy and Society"],"location":["Strasbourg"],"address":["Strasbourg"],"addressEntity":["addr-a7b90170b4a5bf2d1d09ccfd109b57e0a030cfc4"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-447494115294-30","ec-person-1674399a793e9e6fd7cf55b525515fc862fc9351"]}} -{"id":"ec-meeting-2018-03-14-97cc3de1a5306cf03d10327eb2f605f9d9718a76","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-14 - Cabinet of Vice-President Günther Oettinger x InterDigital, Inc."],"date":["2018-03-14"],"summary":["MFF"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-787513017798-23","ec-person-1a98ebdc65a0fda494d1f6eb6fb74247a3036490"]}} -{"id":"ec-meeting-2018-03-14-b17813455f7dd301e2a9b04a269efbe05b2ede1b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-14 - Cabinet of Vice-President Neven Mimica x OXFAM INTERNATIONAL EU ADVOCACY OFFICE"],"date":["2018-03-14"],"summary":["OXFAM response to misbehaviour of certain staff. And new MFF"],"notes":["Portfolio: International Cooperation & Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-mimica-neven-of-president-vice"],"involved":["eu-tr-46856801604-90","ec-person-b187f3955c71d2e1daa48e02fd0a09ab7c6f6098","ec-person-e90858f5aba78fd0e1cb2f757c3f38d55d91f98b","ec-person-61daadad53de1eb7dcc08383b418ace3b6f971d7"]}} -{"id":"ec-meeting-2018-03-14-bf48ea0783ad472053dca9f7fa434e9803cfdb19","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-14 - Directorate-General for International Partnerships x Teach For All Network"],"date":["2018-03-14"],"summary":["Discussion on the education challenges in developing countries and on how civil society and policy makers can cooperate in this field."],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-intpa"],"involved":["eu-tr-350952629688-14","ec-person-05c4477b89b93e7969f12d89b38f77fedce5876f"]}} -{"id":"ec-meeting-2018-03-14-c574471d56f5b3883838397df30bdf2de01925c4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-14 - Inspire, Debate, Engage and Accelerate Action x Donors and Foundations Networks in Europe"],"date":["2018-03-14"],"summary":["Single Market for Philanthropy"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-dg-idea"],"involved":["eu-tr-060243428664-85","ec-person-4fe56a64c00b3e81c851b5538878b32481bd7d3c"]}} -{"id":"ec-meeting-2018-03-14-cac78eac719da557ed098afdc4d2502dbb2be87a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-14 - Cabinet of Commissioner Mariya Gabriel x EuroCommerce"],"date":["2018-03-14"],"summary":["ePrivacy Regulation"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-84973761187-60","ec-person-fc1068d79545d1659bf47e9b62bfb0aed175629e"]}} -{"id":"ec-meeting-2018-03-14-d2fe685f3c9f0c8cc16bfb975ba29f2394492f6e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-14 - Cabinet of Vice-President Günther Oettinger x BUSINESSEUROPE"],"date":["2018-03-14"],"summary":["MFF"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-3978240953-79","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2018-03-14-d4e99b5b0658468827249e825be54ce310a0990e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-14 - Cabinet of Commissioner Vytenis Andriukaitis x Bureau Européen des Unions de Consommateurs"],"date":["2018-03-14"],"summary":["Alcohol labelling"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["eu-tr-9505781573-45","ec-person-d462b3c7daeee00ad55e380a7fb96819f79899df"]}} -{"id":"ec-meeting-2018-03-14-d7e003313bdc64d52447fe225aa196bc74a90073","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-14 - Cabinet of Commissioner Violeta Bulc x Boeing International Corporation - Belgium Branch Office"],"date":["2018-03-14"],"summary":["Aviation issues"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-62505293737-81","ec-person-9d4dc4867a44dfe10f67ae7ee1706da3e8b48a24"]}} -{"id":"ec-meeting-2018-03-14-da8f0510bc6d8df5a1cc3f955f865e312af92ef0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-14 - Health and Food Safety x European Health Parliament"],"date":["2018-03-14"],"summary":["Discussion on Vaccination"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-sante"],"involved":["eu-tr-067711130762-48","ec-person-3c7fdbe0c1c235777d916309465339b7ed1666f6"]}} -{"id":"ec-meeting-2018-03-14-dbaa07f345b9990d74e9cfe5d2710bebe863a8c3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-14 - Cabinet of Vice-President Miguel Arias Cañete x Liquid Gas Europe - European LPG Association"],"date":["2018-03-14"],"summary":["Mobility Package - Transport Infrastructure Development"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-63503202933-02","ec-person-25a937c04cd0a0ddcf5cf34798e76b5105854114"]}} -{"id":"ec-meeting-2018-03-14-df0742f8aac693b755012aa2d82d0b8d9161a108","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-14 - Cabinet of Vice-President Andrus Ansip x Orange"],"date":["2018-03-14"],"summary":["Electronic Communication Code"],"notes":["Portfolio: Digital Single Market"],"location":["Bxl"],"address":["Bxl"],"addressEntity":["addr-a93f951e252491eb62958a26858415dd581a71e0"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-76704342721-41","ec-person-666bc159c7e65a3af9e63c1e97435c02f1496955"]}} -{"id":"ec-meeting-2018-03-14-e32abd27d93b705ddec1a87d104f7cc4fa7272e1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-14 - Inspire, Debate, Engage and Accelerate Action x ENEL SpA"],"date":["2018-03-14"],"summary":["Sustainable Development Goals"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-dg-idea"],"involved":["eu-tr-6256831207-27","ec-person-4fe56a64c00b3e81c851b5538878b32481bd7d3c"]}} -{"id":"ec-meeting-2018-03-14-e88bb3b3f2272af24850da0d67751f588ba3be37","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-14 - Cabinet of Commissioner Elżbieta Bieńkowska x Lääketeollisuus ry"],"date":["2018-03-14"],"summary":["EU-IP-incentive review and SPC"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["brussels"],"address":["brussels"],"addressEntity":["addr-e2daa1574b7ac475c827b33e281bd2d5e013c882"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-135790630472-10","ec-person-b2f9be51339f054477846797e2c119fcf16548fc"]}} -{"id":"ec-meeting-2018-03-14-f0b5ef21f051a4f5ee6d1b748597a5b3b069dd80","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-14 - Cabinet of Commissioner Phil Hogan x International Union for Conservation of Nature EU Representative Office"],"date":["2018-03-14"],"summary":["Discuss potential meeting with Director General of IUCN"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-03518238467-61","ec-person-68b8e931bdd0cafe77ab8e98d87edbea128d6c49"]}} -{"id":"ec-meeting-2018-03-14-fc90ec86a3161cad86f49a62e1cb43328b41250f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-14 - Cabinet of Commissioner Elżbieta Bieńkowska x Association des Constructeurs Européens d'Automobiles"],"date":["2018-03-14"],"summary":["Urban Access Restrictions (meeting organized by CAB VP Katainen)"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["brussels"],"address":["brussels"],"addressEntity":["addr-e2daa1574b7ac475c827b33e281bd2d5e013c882"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-0649790813-47","ec-person-b2f9be51339f054477846797e2c119fcf16548fc"]}} -{"id":"ec-meeting-2018-03-15-03388f1f75fd7b02af4422078d7db27dda879031","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-15 - Communications Networks, Content and Technology x KPN"],"date":["2018-03-15"],"summary":["Broadband market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-38392131923-05","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2018-03-15-13711a673ea05a7560bbcc5f298e51f1f251d320","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-15 - Cabinet of Vice-President Andrus Ansip x Bonnier Broadcasting AB"],"date":["2018-03-15"],"summary":["Copyright, platform rules"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-687817721601-69","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45"]}} -{"id":"ec-meeting-2018-03-15-3b418b6666da66948b737966e5e3df9f093cc6f6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-15 - Cabinet of Vice-President Miguel Arias Cañete x ENEL SpA"],"date":["2018-03-15"],"summary":["Clean Energy Package"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd","eu-tr-6256831207-27"]}} -{"id":"ec-meeting-2018-03-15-4b9270f136b40ec44c1b7c2796459eac5df20c5f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-15 - Cabinet of Commissioner Tibor Navracsics x European Federation of Pharmaceutical Industries and Associations"],"date":["2018-03-15"],"summary":["Research & Innovation policy"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["eu-tr-38526121292-88","ec-person-fc5c01a0bffedf0f4e205a759b40239535313d28"]}} -{"id":"ec-meeting-2018-03-15-55656d17fcdd176fab6d9f896f223d97a344dbd9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-15 - Cabinet of First Vice-President Frans Timmermans x Procter & Gamble"],"date":["2018-03-15"],"summary":["discussion on Plastics Strategy"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-5519077766-10","ec-person-8d1c5ff76a431332387aa10936b0bff13f7d71fd"]}} -{"id":"ec-meeting-2018-03-15-69d3626b967fe0f44a6dea8b1677cb186bbccd2d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-15 - Cabinet of Vice-President Andrus Ansip x European Telecommunications Network Operators' Association"],"date":["2018-03-15"],"summary":["Electronic Communication Code; e-Privacy regulation"],"notes":["Portfolio: Digital Single Market"],"location":["Bxl"],"address":["Bxl"],"addressEntity":["addr-a93f951e252491eb62958a26858415dd581a71e0"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-666bc159c7e65a3af9e63c1e97435c02f1496955","eu-tr-08957111909-85"]}} -{"id":"ec-meeting-2018-03-15-76e0d52978028b8925274f2abf266852548301cb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-15 - Cabinet of Vice-President Cecilia Malmström x Transport and Environment (European Federation for Transport and Environment)"],"date":["2018-03-15"],"summary":["Sustainable development in general / palm oil in particular."],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-20ded9db5df11164331bb161fdf234b1e5ad53fd","ec-person-cb8ca9ec2413722fa83484ed18dd76ace52d0118","eu-tr-58744833263-19"]}} -{"id":"ec-meeting-2018-03-15-7bc6f950b57f4dfcd649694564f7e6488ba3961a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-15 - Cabinet of Commissioner Tibor Navracsics x DON BOSCO INTERNATIONAL"],"date":["2018-03-15"],"summary":["Don Bosco EU-wide sports initiative"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-49f31dad10f5641cb1d1e4c3107dd838389e8120","eu-tr-874082316357-71"]}} -{"id":"ec-meeting-2018-03-15-8f3cb871b5ed7d92e76441805227b766d748fff5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-15 - Cabinet of Vice-President Günther Oettinger x FERROVIE DELLO STATO ITALIANE S.p.A."],"date":["2018-03-15"],"summary":["MFF"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["ec-person-1a98ebdc65a0fda494d1f6eb6fb74247a3036490","eu-tr-1954267427-31"]}} -{"id":"ec-meeting-2018-03-15-95142d34587a6f1860b0f9d047944c0b1ff74b1d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-15 - Cabinet of Commissioner Tibor Navracsics x Google"],"date":["2018-03-15"],"summary":["Partnership, products, DSM files"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-49f31dad10f5641cb1d1e4c3107dd838389e8120","eu-tr-03181945560-59"]}} -{"id":"ec-meeting-2018-03-15-987bcf537abf247ea6d67b16aa6246790444e9d1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-15 - Cabinet of Commissioner Violeta Bulc x Association Européenne des Concessionnaires d'Autoroutes et d'Ouvrages à Péage"],"date":["2018-03-15"],"summary":["interview"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-76903725494-68","ec-person-cb7aaf75b4c195481f149f904bc28b4e2ac2b7ab"]}} -{"id":"ec-meeting-2018-03-15-9e2888fcd3d25b216f7b921e9ce17c0d2454cac3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-15 - Cabinet of Commissioner Corina Crețu x European Alliance to Save Energy"],"date":["2018-03-15"],"summary":["Exchange of views on the MFF"],"notes":["Portfolio: Regional Policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-corina-cretu-of"],"involved":["ec-person-a8f47f7eb96bfb81929848b0ee89067bcbf0ce81","ec-person-dcd49620d89d8f176103abc7d4ea3b2c9f1fff5f","eu-tr-37816636575-51"]}} -{"id":"ec-meeting-2018-03-15-a5081d0859133efd2e8a732c89ab32363748b6f8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-15 - Cabinet of Commissioner Corina Crețu x ArcelorMittal"],"date":["2018-03-15"],"summary":["Multiannual Framework for Research and Innovation (FP9)"],"notes":["Portfolio: Regional Policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-corina-cretu-of"],"involved":["eu-tr-23527541824-60","ec-person-c9d4945f28454cc49c4ea188c82e64b0dac3bd73"]}} -{"id":"ec-meeting-2018-03-15-a99baca7660b5d05f61d9ff848acde93f9cef91e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-15 - Cabinet of Commissioner Violeta Bulc x Bureau Européen des Unions de Consommateurs"],"date":["2018-03-15"],"summary":["New “Consumer Deal” package that is going to be published on 11th April"],"notes":["Portfolio: Transport"],"location":["Bruxelles"],"address":["Bruxelles"],"addressEntity":["addr-b58f5927b66d94a676970dc048485d4c6848f272"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-9505781573-45","ec-person-a9f4fe47da47a1b05bbfda9825908089d11bda93"]}} -{"id":"ec-meeting-2018-03-15-ac0f69251d222231090b1c3fa44a6535e111db04","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-15 - Taxation and Customs Union x Apple Inc."],"date":["2018-03-15"],"summary":["Discussion on digital taxation"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-taxud"],"involved":["ec-person-3173c1cc052827c58f23ccd3a8de07534f0d35bd","eu-tr-588327811384-96"]}} -{"id":"ec-meeting-2018-03-15-b79d20b783a0ee23a7028a57d5d8563308f6d358","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-15 - Cabinet of Vice-President Maroš Šefčovič x ExxonMobil Petroleum & Chemical"],"date":["2018-03-15"],"summary":["East Med Gas Exploration"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-3bf48630444ace93d407e52eb880e64d480f75ce","eu-tr-0745650927-75"]}} -{"id":"ec-meeting-2018-03-15-beb4dd9dcea7bfbce8aa9ad3912ba195a4d40dc4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-15 - Cabinet of Vice-President Andrus Ansip x International Federation of Reproduction Rights Organisations"],"date":["2018-03-15"],"summary":["Extended Collective Licensing Agreement (ECL)"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-37740186466-03","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45"]}} -{"id":"ec-meeting-2018-03-15-c88c60d6e04058ff8fe04629d8d2fcaf2bbbc33d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-15 - Cabinet of Commissioner Mariya Gabriel x Google"],"date":["2018-03-15"],"summary":["Copyright"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-03181945560-59","ec-person-13ac9a19d8d04f97c0d32603d014df0dd4e1cd2a"]}} -{"id":"ec-meeting-2018-03-15-da3377c20e4f11ee9e094c115c0659cba5081e9e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-15 - Cabinet of Commissioner Mariya Gabriel x Spotify"],"date":["2018-03-15"],"summary":["plateform-to-business et taxation du numérique"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-365747616583-15","ec-person-d995d34a2f8b1f0bf6a17486f5699181d6a01e1c"]}} -{"id":"ec-meeting-2018-03-15-e758ebf2785d98ba64a4a6ba920994ab17c04af6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-15 - Cabinet of Vice-President Neven Mimica x Plan International EU Office"],"date":["2018-03-15"],"summary":["Exchange of views on a joint position paper developed by a group of child rights’ organisations on the next EU Multiannual Financial Framework"],"notes":["Portfolio: International Cooperation & Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-mimica-neven-of-president-vice"],"involved":["ec-person-b187f3955c71d2e1daa48e02fd0a09ab7c6f6098","eu-tr-83357751766-93"]}} -{"id":"ec-meeting-2018-03-16-05ae52ad63068954077e1a94d50c6340fb48d30e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-16 - Cabinet of Commissioner Violeta Bulc x Fiat Chrysler Automobiles Eni S.p.A."],"date":["2018-03-16"],"summary":["Sustainable mobility"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-7387356890-48","eu-tr-99578067285-35","ec-person-dd7851e4a1e747e824b4f81139e33bc3cdb73160"]}} -{"id":"ec-meeting-2018-03-16-1371c767ca678366e5f0030058f6c77f52c44501","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-16 - Cabinet of Vice-President Jyrki Katainen x Cassa Depositi e Prestiti s.p.a."],"date":["2018-03-16"],"summary":["Financial instruments in the next MFF"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-110117812027-92","ec-person-c3d85c41b6b842aae5c953d41fda5f240a5d0969"]}} -{"id":"ec-meeting-2018-03-16-24be5a327e96a12dc30982112483cbcbd2c90dbf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-16 - Cabinet of Vice-President Valdis Dombrovskis x Bureau Européen des Unions de Consommateurs"],"date":["2018-03-16"],"summary":["Consumer Financial Services Action Plan: Action 2 (Dynamic Currency Conversion)"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-9505781573-45","ec-person-537401fc0be04984531b83660f416bf2fe14fbd8","ec-person-a9eda2e8ea54b70a968327672c6cada679d3cd56"]}} -{"id":"ec-meeting-2018-03-16-29846a83499686ee4218231b1e1f9d76efc9b612","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-16 - Cabinet of First Vice-President Frans Timmermans x European Environmental Bureau WWF European Policy Programme Stichting BirdLife Europe"],"date":["2018-03-16"],"summary":["Exchange of views on Future of Food and Farming"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-1083162721-43","ec-person-1bc3e2272ec82a894153feccd4f285ae594f7b3b","eu-tr-06798511314-27","eu-tr-1414929419-24"]}} -{"id":"ec-meeting-2018-03-16-44fc27cfbe9f2f196a81b3ad1e7b72815577f05b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-16 - Cabinet of Vice-President Karmenu Vella x The Pew Charitable Trusts"],"date":["2018-03-16"],"summary":["Ocean Governance, Marine Protected Areas"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["eu-tr-46834536998-79","ec-person-2966d69fae0ea4e67f3f2df5a743cc766267d3c8"]}} -{"id":"ec-meeting-2018-03-16-4d52701fd6f9fe758b387885d358e4b778cac52e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-16 - Cabinet of First Vice-President Frans Timmermans x amfori - Trade with Purpose"],"date":["2018-03-16"],"summary":["SDGs implementation and CSR"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-84768556104-35","ec-person-8d1c5ff76a431332387aa10936b0bff13f7d71fd"]}} -{"id":"ec-meeting-2018-03-16-54fa734bde836f78c364364d949fff96a785f9de","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-16 - Cabinet of Commissioner Vytenis Andriukaitis x European agri-cooperatives European farmers"],"date":["2018-03-16"],"summary":["Unfair practices in the internal market, ASF, CAP reform"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-0dbfffeb0323f819c8d57164906086dd8639c437","eu-tr-09586631237-74","eu-tr-44856881231-49"]}} -{"id":"ec-meeting-2018-03-16-5861ac764c941a3f2645804abc16223dd81ccd22","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-16 - Communications Networks, Content and Technology x News Media Europe"],"date":["2018-03-16"],"summary":["News media and the EU digital single market, Online platforms, Current DSM proposals (on ePrivacy, AVMS, Copyright)"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-577812220311-81","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2018-03-16-6a17741abc4f896462c79d1e4ddded55caba25c3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-16 - Cabinet of Commissioner Věra Jourová x LVMH Publica"],"date":["2018-03-16"],"summary":["Online marketplaces and counterfeited goods – consumer transparency"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-a2ca9161feee56909a0e98b473c2d342c20fdb57","eu-tr-16094042309-21"]}} -{"id":"ec-meeting-2018-03-16-89e770b9387f72ca4aad68d29f0cf026d06c310c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-16 - Cabinet of Vice-President Valdis Dombrovskis x The Goldman Sachs Group, Inc."],"date":["2018-03-16"],"summary":["Banking Union and Capital Markets Union"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-48f31156d932641826e09f5b73f074d35ff05786","eu-tr-701266814986-18"]}} -{"id":"ec-meeting-2018-03-16-90d37b115eda5b0188cb202e6583875281bbdfc7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-16 - Cabinet of President Jean-Claude Juncker x The Goldman Sachs Group, Inc."],"date":["2018-03-16"],"summary":["Banking Union and Capital Markets Union"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-c402e34a99fbee730ae22e3b1958e21c94dc6fcc","eu-tr-701266814986-18"]}} -{"id":"ec-meeting-2018-03-16-af179597ccec9ab064f184f57d982b931562fd7f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-16 - Cabinet of Vice-President Valdis Dombrovskis x Association for Financial Markets in Europe"],"date":["2018-03-16"],"summary":["LCR and LCR and Solvency II; securitisation"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-30d770ccd575865b3106f94220ce1ace16e48f1a","eu-tr-65110063986-76"]}} -{"id":"ec-meeting-2018-03-16-ceb041c8ab26d4ca87be123bb6665280e42468ca","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-16 - Task Force for Relations with the United Kingdom x AIM - European Brands Association"],"date":["2018-03-16"],"summary":["Meeting with the Task Force for the Preparation and Conduct of the Negotiations with the United Kingdom under Article 50 TEU"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-uktf"],"involved":["eu-tr-1074382679-01","ec-person-864cfa5fbc9b02a079ffbab1107f252c7bb08478"]}} -{"id":"ec-meeting-2018-03-16-d04cb9a848085d22edf8ab2c4a18921ccf52e5f7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-16 - Cabinet of Commissioner Mariya Gabriel x Third-i bvba"],"date":["2018-03-16"],"summary":["role of digital in access to information on contraception in Europe"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-080998314984-01","ec-person-6cd1e3bf3a4eec9e9db49b32cf3d20ab7dbfe03f"]}} -{"id":"ec-meeting-2018-03-16-e0bff8e4da6cd9efa517be3fc0edc6eefdb7c46d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-16 - Cabinet of Vice-President Cecilia Malmström x The European Steel Association"],"date":["2018-03-16"],"summary":["US section 232 measures"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-19b143e83f8ab978c55c8a9a9e49e06dbfa14bf3","eu-tr-93038071152-83"]}} -{"id":"ec-meeting-2018-03-18-c785d8fa67c2c10b22f3547aac15c4be789dacd0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-18 - Internal Market, Industry, Entrepreneurship and SMEs x Regent's University London"],"date":["2018-03-18"],"summary":["Meeting with the European Government Business Relations Council to discuss European Industrial Policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-grow"],"involved":["eu-tr-840500521297-41","ec-person-60a3d0d628d231b41af1d0c65607b0fd78ca4edc"]}} -{"id":"ec-meeting-2018-03-19-1a4e9135f6f9494d6a4aa9c2b481dae38fc64eee","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-19 - Cabinet of Commissioner Elżbieta Bieńkowska x Orgalim – Europe's Technology Industries"],"date":["2018-03-19"],"summary":["Directive 85/374/EEC"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["ec-person-d2997a7f359c91a337055c3e24dd36bf928de38d","eu-tr-20210641335-88","ec-person-b2f9be51339f054477846797e2c119fcf16548fc","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2018-03-19-24edb2933037a7bfec9aac1ad902743fce340a49","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-19 - Cabinet of Vice-President Valdis Dombrovskis x Mizuho Financial Group, Inc."],"date":["2018-03-19"],"summary":["Banking package"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-619816425761-15","ec-person-48f31156d932641826e09f5b73f074d35ff05786"]}} -{"id":"ec-meeting-2018-03-19-2c56cb9915a1f047fb5dc989f6d5515a8782eb79","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-19 - Cabinet of Vice-President Valdis Dombrovskis x Deutsche Börse AG"],"date":["2018-03-19"],"summary":["CCP supervision, EMIR REFIT amendmends, Capital Market Union"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-20884001341-42","ec-person-48f31156d932641826e09f5b73f074d35ff05786","ec-person-30d770ccd575865b3106f94220ce1ace16e48f1a","ec-person-a9eda2e8ea54b70a968327672c6cada679d3cd56"]}} -{"id":"ec-meeting-2018-03-19-4055c30f9508106c520f86dec1aaa9490e3bdf79","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-19 - Cabinet of Vice-President Neven Mimica x European Federation of Pharmaceutical Industries and Associations"],"date":["2018-03-19"],"summary":["Health in development cooperation"],"notes":["Portfolio: International Cooperation & Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-mimica-neven-of-president-vice"],"involved":["eu-tr-38526121292-88","ec-person-e90858f5aba78fd0e1cb2f757c3f38d55d91f98b"]}} -{"id":"ec-meeting-2018-03-19-43a90784726008451fd2a8d0660066ae7ae760e9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-19 - Cabinet of Vice-President Günther Oettinger x Gesamtverband der Deutschen Versicherungswirtschaft e.V."],"date":["2018-03-19"],"summary":["Solvency II / ESA review"],"notes":["Portfolio: Budget & Human Resources"],"location":["Berlin"],"address":["Berlin"],"addressEntity":["addr-062b06ba8e755765c6b049809b7430fd54fe5b21"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-6437280268-55","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2018-03-19-6855c52ac9ef52e125a911a949ecea953a5f0c48","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-19 - Cabinet of Commissioner Margrethe Vestager x The Danish Chamber of Commerce"],"date":["2018-03-19"],"summary":["EU Current Affairs"],"notes":["Portfolio: Competition"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-margrethe-of-vestager"],"involved":["ec-person-baa1c172df109ebd1f0307bccb5e21aec66c7a25","eu-tr-0330934426-12"]}} -{"id":"ec-meeting-2018-03-19-7bcd7ef6867c4396527a950b8dcb098d738aeb7f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-19 - Cabinet of Vice-President Jyrki Katainen x F-Secure Corporation"],"date":["2018-03-19"],"summary":["Cyber threats, dual use products; and Artificial Intelligence"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Helsinki"],"address":["Helsinki"],"addressEntity":["addr-98dc71700228eb053aa75f338c9a8b5bcef38679"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90","eu-tr-957279018810-11"]}} -{"id":"ec-meeting-2018-03-19-942206389d73da9798548651907d8395585a8eb5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-19 - Cabinet of Commissioner Věra Jourová x GoodAI Research"],"date":["2018-03-19"],"summary":["Artificial Intelligence"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["eu-tr-330121530584-57","ec-person-1e0e3a00ab815dea7c5b839b002ed2c7e34bfe0a"]}} -{"id":"ec-meeting-2018-03-19-9eb2837821c0c54af15c824ff685f2995c398d03","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-19 - Cabinet of Vice-President Valdis Dombrovskis x Franklin Resources Inc."],"date":["2018-03-19"],"summary":["PEPP - ESAs review"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-042053818845-45","ec-person-30d770ccd575865b3106f94220ce1ace16e48f1a"]}} -{"id":"ec-meeting-2018-03-19-a68935903761bdb287ca71a513e1f3c273b0ee20","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-19 - Cabinet of Vice-President Günther Oettinger x Direct Selling Europe"],"date":["2018-03-19"],"summary":["Consumer Package"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-9435658947-27","ec-person-55a0b11edfe9b0b76e526f72b1ec2e9f2f74d5bc"]}} -{"id":"ec-meeting-2018-03-19-b106a2f3013104f63c843850de8ea03ff67991fe","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-19 - Cabinet of Vice-President Günther Oettinger x Google"],"date":["2018-03-19"],"summary":["EU mobile economy"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-03181945560-59","ec-person-76c97b49eb5244be0c8636bbc9caa6101f3cce84"]}} -{"id":"ec-meeting-2018-03-19-beac9fd1fdcebb9abe8b4a147d923cd42691c71e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-19 - Cabinet of Vice-President Valdis Dombrovskis x Gesamtverband der Deutschen Versicherungswirtschaft e.V."],"date":["2018-03-19"],"summary":["Solvency II review - ESAS review - PEPP - Motor insurance directive"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-6437280268-55","ec-person-30d770ccd575865b3106f94220ce1ace16e48f1a"]}} -{"id":"ec-meeting-2018-03-19-d0b50faa23019f6d23b72987f018fadfe83cac36","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-19 - Inspire, Debate, Engage and Accelerate Action x Regent's University London"],"date":["2018-03-19"],"summary":["Future of Europe and Road to Sibiu"],"location":["Stanhope Hotel"],"address":["Stanhope Hotel"],"addressEntity":["addr-e173a1d12ebc53b0061e2a7cef6756ef5e107b6e"],"organizer":["ec-dg-idea"],"involved":["eu-tr-840500521297-41","ec-person-4fe56a64c00b3e81c851b5538878b32481bd7d3c"]}} -{"id":"ec-meeting-2018-03-19-dcde374338b7610577b5d2d347148e321a9b4cf6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-19 - Cabinet of Vice-President Jyrki Katainen x Miltton Europe Gasum Oy"],"date":["2018-03-19"],"summary":["Circular economy action plan; energy union package; and decarbonisation of transport"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-759978215122-11","ec-person-0da85dc48012e26688310a59a0b51727ea68f410","eu-tr-245377319023-40"]}} -{"id":"ec-meeting-2018-03-19-ddba400f8554d416b0d6d2f816594ed28b3c7b01","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-19 - Cabinet of Vice-President Cecilia Malmström x Polint Ltd"],"date":["2018-03-19"],"summary":["Trade agenda with Asian countries"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-69369266684-67","ec-person-98880f3f4206145e196013db9dd806a551c11e06"]}} -{"id":"ec-meeting-2018-03-20-0663dece892db104add258a81adb290d2bceae9e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-20 - Education, Youth, Sport and Culture x Union of European Football Associations"],"date":["2018-03-20"],"summary":["Courtesy visit to welcome new DG following the signature of an \"Arrangement for cooperation\" between Commissioner Navracsics and UEFA President Seferin"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-eac"],"involved":["ec-person-68d4f99b9ed1b40d86ebbf81f8f35aeebd6c5fc5","eu-tr-39217046408-27"]}} -{"id":"ec-meeting-2018-03-20-068efb73df47d6789b161624fee73d204987f05b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-20 - Cabinet of Commissioner Vytenis Andriukaitis x Global Sepsis Alliance"],"date":["2018-03-20"],"summary":["Increasing awareness and fostering the prevention and the quality of infection and sepsis management"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-97425c615743576adc42e09bee7dac14f83f691b","eu-tr-932295729026-38","ec-person-df30d07ef698a52b9948b9c734db39196cf8541f"]}} -{"id":"ec-meeting-2018-03-20-0811467e2cc303acf55d3944ad02c461cd45a83c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-20 - Cabinet of Commissioner Tibor Navracsics x Université de la Grande Région"],"date":["2018-03-20"],"summary":["Higher education"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["eu-tr-240758830812-02","ec-person-33076d1a800ce856f29bbab43813a5a80eef2da0"]}} -{"id":"ec-meeting-2018-03-20-0da975490d70c133d55233d41a4e8c8bdf14bda4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-20 - Cabinet of Vice-President Cecilia Malmström x ITI - The Information Technology Industry Council"],"date":["2018-03-20"],"summary":["Technology sector and investment screening"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-591ec829ca734bcfe59a2c9c7f07f9dff22a0ea9","eu-tr-061601915428-87"]}} -{"id":"ec-meeting-2018-03-20-0fdce95e58477e2687e73b816a8751eee837ff77","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-20 - Cabinet of First Vice-President Frans Timmermans x European Bioplastics"],"date":["2018-03-20"],"summary":["discussion on Bioplastics & circular economy"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-245070265-17","ec-person-8d1c5ff76a431332387aa10936b0bff13f7d71fd"]}} -{"id":"ec-meeting-2018-03-20-2aaf9ac43b31d9249595ef7ae35a801201b93529","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-20 - Cabinet of Vice-President Andrus Ansip x Spotify"],"date":["2018-03-20"],"summary":["Platforms"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-365747616583-15","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45"]}} -{"id":"ec-meeting-2018-03-20-30955165f11158cf49662e9905ffbc0c90d12f0c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-20 - Cabinet of Vice-President Jyrki Katainen x Confederation of Finnish Industries EK"],"date":["2018-03-20"],"summary":["Ensuring the competitiveness of European industry"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-1274604847-34","ec-person-ccd2797b568cba38993df7d1dcc985dbc1eb439a"]}} -{"id":"ec-meeting-2018-03-20-43f4b455f580b29521c6ae2148f17eba7cc0dac9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-20 - Cabinet of Vice-President Andrus Ansip x F-Secure Corporation"],"date":["2018-03-20"],"summary":["Cyber security"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-3ca0c466b8ff230d4409591430b388007ce14ff8","eu-tr-957279018810-11","ec-person-91ca0921c6790191daa54427311acd63035e7c9e"]}} -{"id":"ec-meeting-2018-03-20-470c217ff2bd088238831ff5bfb4a9ce699c2158","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-20 - Cabinet of Commissioner Violeta Bulc x Greenrail Group S.r.l."],"date":["2018-03-20"],"summary":["rail eco-sustainable sleepers"],"notes":["Portfolio: Transport"],"location":["Bruxelles"],"address":["Bruxelles"],"addressEntity":["addr-b58f5927b66d94a676970dc048485d4c6848f272"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-561295030739-07","ec-person-be830229e281863b280fbdedb9755116218a1b6d"]}} -{"id":"ec-meeting-2018-03-20-4c6b8ab0a374f55e2e8a8c8168f5985d1d5de4ca","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-20 - Cabinet of Commissioner Mariya Gabriel x QUALCOMM Incorporated"],"date":["2018-03-20"],"summary":["5G and IoT; Connected and autonomous cars; Security; Qualcomm’s development plans in Europe"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-00358442856-45","ec-person-fc1068d79545d1659bf47e9b62bfb0aed175629e"]}} -{"id":"ec-meeting-2018-03-20-55a2d8705cee7d6ff2ae55557ac3e7551488b783","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-20 - Cabinet of President Jean-Claude Juncker x Sky Group"],"date":["2018-03-20"],"summary":["Digital Single Market"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-67872aca57f8dfc132dbac47ff41bf9b60ba8ac5","eu-tr-62536168216-12"]}} -{"id":"ec-meeting-2018-03-20-58f2ae6aa2990602c4a7ae4c678f16cea6339c08","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-20 - Cabinet of Vice-President Günther Oettinger x Eucor – The European Campus"],"date":["2018-03-20"],"summary":["MFF"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-356735030804-64","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2018-03-20-628b777267ca6b65193604dcbfa7ba414b650dac","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-20 - Cabinet of Commissioner Marianne Thyssen x EUROCADRES - THE COUNCIL OF EUROPEAN PROFESSIONAL AND MANAGERIAL STAFF"],"date":["2018-03-20"],"summary":["Whistleblowers protection"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["ec-person-cfb8d8d884367ef98b079fcd883ece7c89ec28e2","eu-tr-803183412905-34"]}} -{"id":"ec-meeting-2018-03-20-66a74db3af894f76cf1091184e137a4a8e525754","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-20 - Cabinet of Vice-President Günther Oettinger x Verband der Automobilindustrie"],"date":["2018-03-20"],"summary":["mobility package"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-95574664768-90","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2018-03-20-847397c1b4d79ef63f3e0d1a81c0dcf42436fdb9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-20 - Cabinet of Commissioner Elżbieta Bieńkowska x Saab AB"],"date":["2018-03-20"],"summary":["Space and Defence"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["ec-person-685ecf13dd26cd515c961e24ba71049af2302c5e","ec-person-d2997a7f359c91a337055c3e24dd36bf928de38d","eu-tr-86477889163-49"]}} -{"id":"ec-meeting-2018-03-20-8994fa0e14ea0f6574d357597984b7200c9ee539","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-20 - Cabinet of Vice-President Andrus Ansip x Sky Group"],"date":["2018-03-20"],"summary":["Platform regulation"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-62536168216-12","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45"]}} -{"id":"ec-meeting-2018-03-20-938738be44025cfb6526816aaa36bc9fef089b00","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-20 - Cabinet of Commissioner Carlos Moedas x Koninklijke Vereniging MKB-Nederland"],"date":["2018-03-20"],"summary":["FP9"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-0a716bf5253e913fc40ebf14c12f30dc2e7a06ee","eu-tr-05673984520-73"]}} -{"id":"ec-meeting-2018-03-20-a79344cce9b6b9d088758e4752741d84e6961877","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-20 - Cabinet of Commissioner Věra Jourová x Svaz průmyslu a dopravy ČR"],"date":["2018-03-20"],"summary":["Free data flow"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["eu-tr-785320514128-81","ec-person-1e0e3a00ab815dea7c5b839b002ed2c7e34bfe0a"]}} -{"id":"ec-meeting-2018-03-20-a7d854b7184dbec5b0022d0c8d5f9bf0ce4f43e3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-20 - Cabinet of Commissioner Vytenis Andriukaitis x Bernstein Public Policy"],"date":["2018-03-20"],"summary":["Online sale of medicines"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-059ca943fc5fc696d2a97849c635ddf7b6ab7fd7","eu-tr-32689998126-75"]}} -{"id":"ec-meeting-2018-03-20-a84dfc6df58d3de22898e8c266fc8bb721b58410","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-20 - Cabinet of Commissioner Carlos Moedas x Eucor – The European Campus"],"date":["2018-03-20"],"summary":["European Universities"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-b8d49828915f9008e764a78796d47ea00807a658","eu-tr-356735030804-64","ec-person-0a716bf5253e913fc40ebf14c12f30dc2e7a06ee"]}} -{"id":"ec-meeting-2018-03-20-ac9a4886369d7ad300acc6d1803e65f03b23004d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-20 - Cabinet of President Jean-Claude Juncker x Spotify"],"date":["2018-03-20"],"summary":["Digital Single Market"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-365747616583-15","ec-person-67872aca57f8dfc132dbac47ff41bf9b60ba8ac5"]}} -{"id":"ec-meeting-2018-03-20-b034ac3d7dca7171e2e06c5402330b8ec6fe4c92","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-20 - Cabinet of First Vice-President Frans Timmermans x None"],"date":["2018-03-20"],"summary":["handover of the position paper of the SDG multi-stakeholder Platform on MFF"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels, BERL"],"address":["Brussels, BERL"],"addressEntity":["addr-3c3fa5f92474ebac668808553fbab6d1c14aa243"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-1083162721-43","eu-tr-56502415122-32","ec-person-966667b73d92624be9bb019c2baab7e52331b3d3","eu-tr-18941013532-08"]}} -{"id":"ec-meeting-2018-03-20-bb1be039c278383d97e2dcb9685b4fb73c06bd4e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-20 - Cabinet of Vice-President Jyrki Katainen x OP Ryhmä"],"date":["2018-03-20"],"summary":["Economic situation in Finland, EMU"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Helsinki"],"address":["Helsinki"],"addressEntity":["addr-98dc71700228eb053aa75f338c9a8b5bcef38679"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90","eu-tr-90567096475-75"]}} -{"id":"ec-meeting-2018-03-20-be8bd6729df1cfe0c7d6bccbd162d543bc363cb2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-20 - Cabinet of Commissioner Violeta Bulc x European Alliance for Coach Tourism"],"date":["2018-03-20"],"summary":["Road issues"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-930544228680-10","ec-person-dd7851e4a1e747e824b4f81139e33bc3cdb73160"]}} -{"id":"ec-meeting-2018-03-20-c1868cab6ebc42375b601021f669ca742bbd0efe","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-20 - Cabinet of Vice-President Günther Oettinger x Siemens AG"],"date":["2018-03-20"],"summary":["Healthineers"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-4266797770-31","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2018-03-20-c7c29ecd934674e0eceda3c587c0f2bbf690a725","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-20 - Cabinet of President Jean-Claude Juncker x Deutscher Sparkassen-und Giroverband"],"date":["2018-03-20"],"summary":["Banking Union"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-62379064909-15","ec-person-c402e34a99fbee730ae22e3b1958e21c94dc6fcc"]}} -{"id":"ec-meeting-2018-03-20-d6729003a77965eb65b7ecbd2ae2f844fca3c764","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-20 - Cabinet of Commissioner Julian King x Vodafone Belgium SA"],"date":["2018-03-20"],"summary":["Cybersecurity"],"notes":["Portfolio: Security Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-julian-king-of"],"involved":["ec-person-37c79733647a2293d1e96e976d3a72c6b707cb4c","eu-tr-90142503473-81"]}} -{"id":"ec-meeting-2018-03-20-d832ddaccbf3be3565bc6d0680ebecfdbbacc67f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-20 - Cabinet of First Vice-President Frans Timmermans x International Federation of Red Cross and Red Crescent Societies"],"date":["2018-03-20"],"summary":["Migration"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["ec-person-966667b73d92624be9bb019c2baab7e52331b3d3","eu-tr-132236315085-89"]}} -{"id":"ec-meeting-2018-03-20-e4e0154d0bdffc3b712bf98daa2c9d827de33548","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-20 - Cabinet of Commissioner Tibor Navracsics x Eucor – The European Campus"],"date":["2018-03-20"],"summary":["Higher education"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["eu-tr-356735030804-64","ec-person-33076d1a800ce856f29bbab43813a5a80eef2da0"]}} -{"id":"ec-meeting-2018-03-20-e5a05444898ae4c8345cc58a83655caf552aee68","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-20 - Cabinet of Vice-President Valdis Dombrovskis x European Anti Poverty Network"],"date":["2018-03-20"],"summary":["Exchange of views on the involvement of civil society and EAPN in the European Semester at EU and national levels; and on implementation of the European Pillar of Social Rights"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-1f98d05bdaed2c40396781b1eb7b0aa47cb8dd20","eu-tr-3945154610-54","ec-person-a9eda2e8ea54b70a968327672c6cada679d3cd56"]}} -{"id":"ec-meeting-2018-03-20-ed41a8412d30a8d264e690a1af50d8e12ea9e302","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-20 - Cabinet of Commissioner Violeta Bulc x ECG - The Association of European Vehicle Logistics"],"date":["2018-03-20"],"summary":["ECG Dinner-debate event"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-2297093238-71","ec-person-dd7851e4a1e747e824b4f81139e33bc3cdb73160"]}} -{"id":"ec-meeting-2018-03-20-fc7a412c010b3d82c7a3d6c4931c9e5f470d6cfa","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-20 - Cabinet of Commissioner Julian King x F-Secure Corporation"],"date":["2018-03-20"],"summary":["Cybersecurity"],"notes":["Portfolio: Security Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-julian-king-of"],"involved":["eu-tr-957279018810-11","ec-person-355668f7f858778b0b745d45441b2e4393f4a7be"]}} -{"id":"ec-meeting-2018-03-21-0264c4cd33708f9746a26909d80376c1b54d8be4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-21 - Cabinet of Vice-President Valdis Dombrovskis x Schroders Investment Management (Europe) SA"],"date":["2018-03-21"],"summary":["PRIIPs - ESAs review - Sustainable finance - PEPP"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-997906814697-71","ec-person-30d770ccd575865b3106f94220ce1ace16e48f1a"]}} -{"id":"ec-meeting-2018-03-21-0cd26b202942ee4193ae891fac45728dce34c6bf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-21 - Cabinet of Commissioner Carlos Moedas x Rodrigo Fonseca"],"date":["2018-03-21"],"summary":["Presentation of research project \"X Clinker\""],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["eu-tr-117384011608-60","ec-person-a45151b401196e9c374c9acdada9d8840da271ad"]}} -{"id":"ec-meeting-2018-03-21-0d732b6bcedf57e8480af083d4e98f45832585eb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-21 - Cabinet of Commissioner Margrethe Vestager x Arla Foods amba"],"date":["2018-03-21"],"summary":["EU Current Affairs"],"notes":["Portfolio: Competition"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-margrethe-of-vestager"],"involved":["ec-person-2e96673ec2acdfc668f6970535551f9afa1f8729","eu-tr-479299526321-12"]}} -{"id":"ec-meeting-2018-03-21-12b2cf5275af67628190e936ad4e8bbad7c68a9f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-21 - Cabinet of Commissioner Violeta Bulc x Tui Belgium N.V."],"date":["2018-03-21"],"summary":["Aviation issues"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-5012c5e45a52ee8ce67d19c1781a127af53e73e7","ec-person-9d4dc4867a44dfe10f67ae7ee1706da3e8b48a24","eu-tr-25581088294-51"]}} -{"id":"ec-meeting-2018-03-21-135faa0ae6fe75472509164c630be4a512cff798","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-21 - Cabinet of Commissioner Mariya Gabriel x Bureau Européen des Unions de Consommateurs"],"date":["2018-03-21"],"summary":["AI and Cybersecurity"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-9505781573-45","ec-person-fc1068d79545d1659bf47e9b62bfb0aed175629e"]}} -{"id":"ec-meeting-2018-03-21-161dffd223fb5fd8f052f8d8c7b618280f7b325b","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2018-03-21 - Cabinet of Vice-President Andrus Ansip x Bureau Européen des Unions de Consommateurs"],"date":["2018-03-21"],"summary":["New \"Consumer Deal\"","Consumer Package-new Deal for Consumers"],"notes":["Portfolio: Digital Single Market"],"location":["Berlaymont-Cabinet Vice-President Ansip","Brussels"],"address":["Berlaymont-Cabinet Vice-President Ansip","Brussels"],"addressEntity":["addr-5d5d1984584d920f00b633efe45299fd7adff717","addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-5db7bdd1c81da2e70eb5b982097d0004111b5c3e","eu-tr-9505781573-45"]}} -{"id":"ec-meeting-2018-03-21-173c5a378a748564ceb2620e74cda60c371a8026","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-21 - Cabinet of Vice-President Cecilia Malmström x Arla Foods amba"],"date":["2018-03-21"],"summary":["Ongoing and future trade negotiations in the dairy sector"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-98880f3f4206145e196013db9dd806a551c11e06","eu-tr-479299526321-12"]}} -{"id":"ec-meeting-2018-03-21-1a24c64dfba050da0e2a48c73ab3fcc06056bb12","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-21 - Cabinet of Commissioner Elżbieta Bieńkowska x ARKEMA"],"date":["2018-03-21"],"summary":["refrigerant1234yf"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-35321797057-83","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2018-03-21-206bbdb4568206e914e9a95f34ec9a3d8d7306c2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-21 - Cabinet of Vice-President Günther Oettinger x European Federation of Pharmaceutical Industries and Associations"],"date":["2018-03-21"],"summary":["competitiveness of the life science industry in Europe"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-38526121292-88","ec-person-b17d355ca19058898aba2ec032de59f8701d47f5"]}} -{"id":"ec-meeting-2018-03-21-32aef2b87225e35f5f6c03bce1c1cddc78317698","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-21 - Cabinet of Commissioner Phil Hogan x Verband der Deutschen Biokraftstoffindustrie"],"date":["2018-03-21"],"summary":["Renewable energy directive"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-01816267633-71","ec-person-68b8e931bdd0cafe77ab8e98d87edbea128d6c49"]}} -{"id":"ec-meeting-2018-03-21-4f901c8a8bba250c4f37f1e416eb389ebfe86f1d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-21 - Cabinet of Vice-President Jyrki Katainen x Fortum Oyj"],"date":["2018-03-21"],"summary":["circular economy and climate and energy policy"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90","eu-tr-03501997362-71"]}} -{"id":"ec-meeting-2018-03-21-54caf030cd2f3b297a1b9e722b13ceaab97d75a8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-21 - Cabinet of Vice-President Neven Mimica x ACT Alliance Advocacy to the European Union"],"date":["2018-03-21"],"summary":["Human rights in Togo"],"notes":["Portfolio: International Cooperation & Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-mimica-neven-of-president-vice"],"involved":["ec-person-e90858f5aba78fd0e1cb2f757c3f38d55d91f98b","eu-tr-5189768701-12"]}} -{"id":"ec-meeting-2018-03-21-5bc9dd67a0a439a47f227c3a28c7ed966fad2a36","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-21 - Cabinet of Vice-President Valdis Dombrovskis x ITI - The Information Technology Industry Council"],"date":["2018-03-21"],"summary":["Digital taxation"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-b2d41137decbf33bc8076a41bfe11b68d501a7a0","ec-person-48f31156d932641826e09f5b73f074d35ff05786","eu-tr-061601915428-87"]}} -{"id":"ec-meeting-2018-03-21-60fd8bdd9b78128d6c779087cda1e0fa97e52158","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-21 - Cabinet of High Representative / Vice-President Federica Mogherini x International Partnership for Human Rights"],"date":["2018-03-21"],"summary":["Human Rights situation in Russia"],"notes":["Portfolio: Foreign Affairs and Security Policy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"involved":["ec-person-d2aee33b6a13b13cbded48adb1a569f8cf4d4033","eu-tr-47292178704-33"]}} -{"id":"ec-meeting-2018-03-21-6283958b4b4a7756c43dff1fff2eb0a3ff32a1dd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-21 - Communications Networks, Content and Technology x Vodafone Belgium SA"],"date":["2018-03-21"],"summary":["Access regulation under the future Electronic Communications Code, SMP Guidelines, forthcoming platform regulation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-90142503473-81","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2018-03-21-68452796b028cf557b39b09fd4e7ffa252acd698","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-21 - Cabinet of Vice-President Andrus Ansip x Deutsche Telekom"],"date":["2018-03-21"],"summary":["Electronic Communication Code"],"notes":["Portfolio: Digital Single Market"],"location":["Bxl"],"address":["Bxl"],"addressEntity":["addr-a93f951e252491eb62958a26858415dd581a71e0"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-666bc159c7e65a3af9e63c1e97435c02f1496955","eu-tr-60052162589-72"]}} -{"id":"ec-meeting-2018-03-21-708bb4ee335a4d2a4bdf4de80ea11eece5d1762e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-21 - Cabinet of Commissioner Věra Jourová x The Marketplace Coalition"],"date":["2018-03-21"],"summary":["Coalition's presentation and on New deal for consumers"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-a2ca9161feee56909a0e98b473c2d342c20fdb57","eu-tr-867297129603-72"]}} -{"id":"ec-meeting-2018-03-21-78b947cb32f801aa504cfa5999165acde6657f64","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-21 - Cabinet of Commissioner Mariya Gabriel x Association of European Businesses"],"date":["2018-03-21"],"summary":["EU - Russia relations in the framework of the digital portfolio"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-849798415326-80","ec-person-1674399a793e9e6fd7cf55b525515fc862fc9351"]}} -{"id":"ec-meeting-2018-03-21-847397c1b4d79ef63f3e0d1a81c0dcf42436fdb9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-21 - Cabinet of Commissioner Elżbieta Bieńkowska x Saab AB"],"date":["2018-03-21"],"summary":["Space and Defence"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["ec-person-d2997a7f359c91a337055c3e24dd36bf928de38d","eu-tr-86477889163-49"]}} -{"id":"ec-meeting-2018-03-21-88ee36693ff665de663b33fb3294aea234c7f437","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-21 - Cabinet of Commissioner Věra Jourová x Centre for Democracy & Technology, Europe"],"date":["2018-03-21"],"summary":["Online content"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["eu-tr-57305017757-64","ec-person-1e0e3a00ab815dea7c5b839b002ed2c7e34bfe0a"]}} -{"id":"ec-meeting-2018-03-21-8dd3e62eacdc3c5b29d28133924ab6d3ba7dd188","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-21 - Cabinet of Vice-President Jyrki Katainen x Donors and Foundations Networks in Europe"],"date":["2018-03-21"],"summary":["Possible contribution of foundations to EU objectives"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-c3d85c41b6b842aae5c953d41fda5f240a5d0969","eu-tr-060243428664-85"]}} -{"id":"ec-meeting-2018-03-21-942b4305578bf0564c1b5656b37ba4612e36a86e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-21 - Trade x Verband der Automobilindustrie"],"date":["2018-03-21"],"summary":["US measures on steel an aluminium and ongoing trade negotiations"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-trade"],"involved":["ec-person-bde9bb099f5d24c52ca4a9255cefc99a5b87a650","eu-tr-95574664768-90"]}} -{"id":"ec-meeting-2018-03-21-9a91feeb344d12affe2afe4db1ef60b58cb9ea6f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-21 - Cabinet of Vice-President Andrus Ansip x Mgruppen Svenska Managementgruppen AB"],"date":["2018-03-21"],"summary":["Digitalisation – opportunities, possibilities and further future progress"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels-Berlaymont, Cabinet of Vice-President"],"address":["Brussels-Berlaymont, Cabinet of Vice-President"],"addressEntity":["addr-55487c5bd533443597014eb6013da832e8933cb7"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-5db7bdd1c81da2e70eb5b982097d0004111b5c3e","eu-tr-098314722617-26"]}} -{"id":"ec-meeting-2018-03-21-9ce3b6df7c464a96f3bdf890bd7becb2d94fde95","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-21 - Cabinet of Commissioner Mariya Gabriel x LEGO System A/S"],"date":["2018-03-21"],"summary":["Safer Internet; Digital Child Safety; connected toys"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-74560896368-94","ec-person-d995d34a2f8b1f0bf6a17486f5699181d6a01e1c"]}} -{"id":"ec-meeting-2018-03-21-ac0bdbdf31b315211f5568fa91386b3882809d6b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-21 - Cabinet of Commissioner Vytenis Andriukaitis x REWE ZENTRALFINANZ eG"],"date":["2018-03-21"],"summary":["Unfair practices in the internal market"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["eu-tr-695563913580-18","ec-person-0dbfffeb0323f819c8d57164906086dd8639c437"]}} -{"id":"ec-meeting-2018-03-21-b13438a1083a29af152357f38790a49452a29273","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-21 - Cabinet of Commissioner Phil Hogan x Ibec"],"date":["2018-03-21"],"summary":["Business discussion"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-400dd8d59d3060187d9b9b143d697da1a3d03c12","eu-tr-479468313744-50"]}} -{"id":"ec-meeting-2018-03-21-b43b3738c79a10c07c164fc962ea5c1d3b406087","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-21 - Cabinet of Commissioner Violeta Bulc x POLIS"],"date":["2018-03-21"],"summary":["Urban and regional transport"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-27284005223-47","ec-person-9fddf13de7f65229b7da7c5b25dca1630cad3c48"]}} -{"id":"ec-meeting-2018-03-21-b8a0ddaadc3c9d15ecf5acb56115e8e84aaf0c74","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-21 - Cabinet of Commissioner Elżbieta Bieńkowska x Bureau Européen des Unions de Consommateurs"],"date":["2018-03-21"],"summary":["New deal for consumers"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-9505781573-45","ec-person-daef7f819b2f3ffe5e4f5d8eb2782954f3c4a4e2","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2018-03-21-c6378f758da82a927289aa3116a77e11a05cfb31","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-21 - Cabinet of Commissioner Mariya Gabriel x GIGAEurope Telenet Group Holding"],"date":["2018-03-21"],"summary":["Telecom CODE"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-42178977290-80","eu-tr-777774021196-68","ec-person-d995d34a2f8b1f0bf6a17486f5699181d6a01e1c"]}} -{"id":"ec-meeting-2018-03-21-c9dba20e69252da302eb4362dfcca06a1b6171e7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-21 - Cabinet of Vice-President Cecilia Malmström x Kreab Lantmännen ekonomisk förening"],"date":["2018-03-21"],"summary":["Ongoing trade negotiations in area of agriculture and spirits"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-1078390517-54","eu-tr-305491521497-09","ec-person-98880f3f4206145e196013db9dd806a551c11e06"]}} -{"id":"ec-meeting-2018-03-21-d2054c0b256e62e5f188a711eca0a9320c10fd04","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-21 - Directorate-General for International Partnerships x Confederazione Generale dell'Industria Italiana"],"date":["2018-03-21"],"summary":["Courtesy Visit by Newly Appointed Head of Brussels office"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-intpa"],"involved":["ec-person-05c4477b89b93e7969f12d89b38f77fedce5876f","eu-tr-27762251795-15"]}} -{"id":"ec-meeting-2018-03-21-e132137a7f95cdd729b2a8f7798a8fd5f2955315","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-21 - Cabinet of Commissioner Věra Jourová x Snap, Inc."],"date":["2018-03-21"],"summary":["Online content, Code of Conduct"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["eu-tr-976985829492-08","ec-person-1e0e3a00ab815dea7c5b839b002ed2c7e34bfe0a"]}} -{"id":"ec-meeting-2018-03-21-e5a86cc2979a7abdf722bae47572d715312ea526","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-21 - Cabinet of Commissioner Violeta Bulc x Transportföretagen TF Service AB"],"date":["2018-03-21"],"summary":["current transport policy agenda"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-be830229e281863b280fbdedb9755116218a1b6d","eu-tr-78965944361-93"]}} -{"id":"ec-meeting-2018-03-21-f0fd39a2f06f7744153f6bcb6c1346205d92b919","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-21 - Cabinet of Vice-President Günther Oettinger x ryd GmbH"],"date":["2018-03-21"],"summary":["Connected cars"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["ec-person-76c97b49eb5244be0c8636bbc9caa6101f3cce84","eu-tr-886180530144-33"]}} -{"id":"ec-meeting-2018-03-21-f353e1e524573903408760bf71a206a6faa3d1b4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-21 - Inspire, Debate, Engage and Accelerate Action x Institute of Chartered Accountants in England and Wales"],"date":["2018-03-21"],"summary":["Inter-Generational Fairness"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-dg-idea"],"involved":["eu-tr-7719382720-34","ec-person-4fe56a64c00b3e81c851b5538878b32481bd7d3c"]}} -{"id":"ec-meeting-2018-03-21-f5f56c20a7e1e5a277ec720bef9dd442de90d427","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-21 - Cabinet of First Vice-President Frans Timmermans x Coöperatie Employee Benefits Competence Centre U.A."],"date":["2018-03-21"],"summary":["Pensions"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-524870330863-84","ec-person-966667b73d92624be9bb019c2baab7e52331b3d3"]}} -{"id":"ec-meeting-2018-03-21-f7db4ec3d82577a5a7b6ebc072f592264890d785","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-21 - Cabinet of Commissioner Elżbieta Bieńkowska x None"],"date":["2018-03-21"],"summary":["digital single market"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["ec-person-b2f9be51339f054477846797e2c119fcf16548fc","eu-tr-952721718748-34","eu-tr-204066023415-46","eu-tr-867297129603-72","eu-tr-40386322300-77","eu-tr-437739617237-77"]}} -{"id":"ec-meeting-2018-03-22-01085678b4e8fbb7000d640a379c236c168a7f3c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-22 - Cabinet of Commissioner Violeta Bulc x Belron International Limited FIPRA International SRL"],"date":["2018-03-22"],"summary":["Connected and automated driving"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-58746194306-23","eu-tr-895912527289-92","ec-person-9fddf13de7f65229b7da7c5b25dca1630cad3c48"]}} -{"id":"ec-meeting-2018-03-22-0290de9b389834150d04ee48d1614b9d48cc3400","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-22 - Cabinet of Vice-President Miguel Arias Cañete x Terna spa"],"date":["2018-03-22"],"summary":["Energy research"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-1831691c10441c5974327bbeb8693d6b6c1e50c3","eu-tr-937812815077-68"]}} -{"id":"ec-meeting-2018-03-22-14db255c46ad36cfd83736f2632a1ecee9651be8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-22 - Cabinet of Commissioner Christos Stylianides x Foundation for Global Governance and Sustainability"],"date":["2018-03-22"],"summary":["exchange of views on global related issues"],"notes":["Portfolio: Humanitarian Aid & Crisis Management"],"location":["berlaymont"],"address":["berlaymont"],"addressEntity":["addr-e2031099ac69651b683d551b7a3471daf1b3a638"],"organizer":["ec-cabinet-christos-commissioner-of-stylianides"],"involved":["ec-person-becb860ca4c4e8da70ae969e747cf49914810b59","ec-person-cdd689bd079714522dad472ea4446b0fcc660d8f","eu-tr-148031830525-39"]}} -{"id":"ec-meeting-2018-03-22-1c070cb25135151da32d710ae53105a463b75817","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-22 - Cabinet of Commissioner Violeta Bulc x Skyscanner Limited"],"date":["2018-03-22"],"summary":["Aviation issues"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-600324619861-95","ec-person-9d4dc4867a44dfe10f67ae7ee1706da3e8b48a24"]}} -{"id":"ec-meeting-2018-03-22-2597358b8cee881202bc5dc08c44e364f7a87273","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-22 - Cabinet of Vice-President Valdis Dombrovskis x NASDAQ"],"date":["2018-03-22"],"summary":["Sustainable Finance, Fintech, Nasdaq in Baltic region, MiFID II"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-76648765687-29","ec-person-30d770ccd575865b3106f94220ce1ace16e48f1a","ec-person-537401fc0be04984531b83660f416bf2fe14fbd8","ec-person-a9eda2e8ea54b70a968327672c6cada679d3cd56"]}} -{"id":"ec-meeting-2018-03-22-2d3abe08180249d97a97689558e592024a88944f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-22 - Cabinet of Vice-President Jyrki Katainen x Ibec"],"date":["2018-03-22"],"summary":["Future of Europe"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-479468313744-50","ec-person-955e8c493ab54847bb92b65986f56a401f8eabee"]}} -{"id":"ec-meeting-2018-03-22-30b3771c6fe7819b0b89386e081b0ada1c0643f2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-22 - Cabinet of Commissioner Elżbieta Bieńkowska x Jastrzębska Spółka Węglowa S.A."],"date":["2018-03-22"],"summary":["coal & steel, newly imposed US steel and aluminium tarrifs"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-370187927205-06","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2018-03-22-4393549d4d2379c305bb9a32dd4bd40c9199c0bd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-22 - Cabinet of Commissioner Vytenis Andriukaitis x KickCancer"],"date":["2018-03-22"],"summary":["Paediatric medicines"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-059ca943fc5fc696d2a97849c635ddf7b6ab7fd7","eu-tr-768588825862-96"]}} -{"id":"ec-meeting-2018-03-22-4c778771987f039636acb5c5f23d35ae1f87ffbc","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2018-03-22 - Cabinet of Commissioner Marianne Thyssen x Cassa Depositi e Prestiti s.p.a."],"date":["2018-03-22"],"summary":["Pubblic affairs","Investments in Social Infrastructure in the future MFF"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["ec-person-5a49eb89125b4b5d1125b3925bbb64aba1bea2b3","eu-tr-110117812027-92"]}} -{"id":"ec-meeting-2018-03-22-5811b910c44294ac7ed2530c8c2a09aa60174150","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-22 - Agriculture and Rural Development x ARVALIS -Institut du végétal Confédération Européenne de la Production de Maïs"],"date":["2018-03-22"],"summary":["Exchange of view greening aspects of the CAP reform"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-agri"],"involved":["eu-tr-583664013504-15","eu-tr-633329929414-22","ec-person-7bc7204a153f98afbf1ad1cffbdd10d06d9ae166"]}} -{"id":"ec-meeting-2018-03-22-76b2021c115394deb2b87ebe1234a2362b8e019c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-22 - Cabinet of Commissioner Vytenis Andriukaitis x Associazione Luca Coscioni"],"date":["2018-03-22"],"summary":["5th Meeting of the World Congress for Freedom of Scientific Research of 11-13 April 2018, at the European Parliament in Brussels"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-059ca943fc5fc696d2a97849c635ddf7b6ab7fd7","eu-tr-27570996265-42"]}} -{"id":"ec-meeting-2018-03-22-787af747dc2cdf222eaa9bdc8ea70cce01dedd9b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-22 - Cabinet of Commissioner Marianne Thyssen x ASD-Eurospace"],"date":["2018-03-22"],"summary":["9th Framework Programme and Skills in Aeronautics"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["ec-person-786ac5b4308f9797c51ea9c4491fcd16b6fac4cd","eu-tr-873508417106-05"]}} -{"id":"ec-meeting-2018-03-22-84570a7b787679533fc9bca89e51af8be6960892","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-22 - Task Force for Relations with the United Kingdom x Bloomberg L.P."],"date":["2018-03-22"],"summary":["Meeting with the Task Force for the Preparation and Conduct of the Negotiations with the United Kingdom under Article 50 TEU"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-uktf"],"involved":["eu-tr-214140728444-40","ec-person-864cfa5fbc9b02a079ffbab1107f252c7bb08478"]}} -{"id":"ec-meeting-2018-03-22-882147a025dc3f5985470d8d7388a4bf98f60b07","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-22 - Cabinet of Vice-President Cecilia Malmström x Independent Retail Europe (formerly UGAL - Union of Groups of Independent Retailers of Europe)"],"date":["2018-03-22"],"summary":["unfair trading practices, relations with third countries"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-034546859-02","ec-person-591ec829ca734bcfe59a2c9c7f07f9dff22a0ea9"]}} -{"id":"ec-meeting-2018-03-22-9384ce5635c51ed1b1bcbb59a9570c8858209d7a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-22 - Cabinet of Commissioner Violeta Bulc x Confederazione Generale dell'Industria Italiana"],"date":["2018-03-22"],"summary":["Breakfast event on modernisation of the European mobility and transport"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-dd7851e4a1e747e824b4f81139e33bc3cdb73160","eu-tr-27762251795-15"]}} -{"id":"ec-meeting-2018-03-22-aeeb8fb0cc9bd259bc0e47e1af94bbc262f13db0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-22 - Cabinet of Vice-President Karmenu Vella x Bank Gospodarstwa Krajowego"],"date":["2018-03-22"],"summary":["Blue Economy Finance Principles"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["eu-tr-558044927437-22","ec-person-2966d69fae0ea4e67f3f2df5a743cc766267d3c8","ec-person-0e3efd8bc1c3ee9a80205d0bb78f316fa1621e5d"]}} -{"id":"ec-meeting-2018-03-22-b40567027846f86fe99746f101fe596831725249","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-22 - Cabinet of Vice-President Cecilia Malmström x Bureau Européen des Unions de Consommateurs"],"date":["2018-03-22"],"summary":["the upcoming \"Consumer Deal” package"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-9505781573-45","ec-person-591ec829ca734bcfe59a2c9c7f07f9dff22a0ea9"]}} -{"id":"ec-meeting-2018-03-22-bd1818a4bacb64b11b34cf5e225f1ca107eb096a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-22 - Cabinet of Vice-President Jyrki Katainen x NASDAQ"],"date":["2018-03-22"],"summary":["Sustainable finance, MiFID, FinTech"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-76648765687-29","ec-person-955e8c493ab54847bb92b65986f56a401f8eabee"]}} -{"id":"ec-meeting-2018-03-22-c3d3ec1b224b9022040c4a46991870b64b9f2c82","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-22 - Cabinet of Vice-President Andrus Ansip x Skyscanner Limited"],"date":["2018-03-22"],"summary":["Regulation for safeguarding competition in air transport"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-5db7bdd1c81da2e70eb5b982097d0004111b5c3e","eu-tr-600324619861-95"]}} -{"id":"ec-meeting-2018-03-22-d22baf490a7490e025db7d5b176dff6d4a23cd75","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-22 - Cabinet of Commissioner Phil Hogan x European Conservation Agriculture Federation"],"date":["2018-03-22"],"summary":["Business discussion"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-400dd8d59d3060187d9b9b143d697da1a3d03c12","eu-tr-043446618888-27"]}} -{"id":"ec-meeting-2018-03-22-d964c23445395ef851d151313172f03eabcf34d6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-22 - Cabinet of Vice-President Karmenu Vella x Deutsche Schutzvereinigung für Wertpapierbesitz e.V."],"date":["2018-03-22"],"summary":["Blue Economy Finance Principles"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["eu-tr-880020819551-97","ec-person-2966d69fae0ea4e67f3f2df5a743cc766267d3c8","ec-person-0e3efd8bc1c3ee9a80205d0bb78f316fa1621e5d"]}} -{"id":"ec-meeting-2018-03-22-e21d479c2ed2c14ce1a1b085cd5661d43373b4f3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-22 - Cabinet of Vice-President Valdis Dombrovskis x Crédit Agricole S.A."],"date":["2018-03-22"],"summary":["Solvency II - IFRS 17"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-35147251117-11","ec-person-30d770ccd575865b3106f94220ce1ace16e48f1a"]}} -{"id":"ec-meeting-2018-03-22-e6aed459430134c92228f8393c720a457626fb64","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-22 - Cabinet of Vice-President Karmenu Vella x AXA"],"date":["2018-03-22"],"summary":["Blue Economy Finance Principles"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["eu-tr-36423781099-10","ec-person-2966d69fae0ea4e67f3f2df5a743cc766267d3c8","ec-person-0e3efd8bc1c3ee9a80205d0bb78f316fa1621e5d"]}} -{"id":"ec-meeting-2018-03-22-fc38841e81b645b008cac79ff740449a2dec97a8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-22 - Cabinet of Commissioner Carlos Moedas x Associazione Luca Coscioni"],"date":["2018-03-22"],"summary":["Collaboration within Horizon 2020"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-f7ccc3ad366dd2fdb24870e1c02ff2763539c82f","eu-tr-27570996265-42"]}} -{"id":"ec-meeting-2018-03-23-17e96db378218bcce0a0a760c062c79cb4e0657a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-23 - Cabinet of Vice-President Cecilia Malmström x European Aluminium AISBL"],"date":["2018-03-23"],"summary":["US section 232 measures"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-19b143e83f8ab978c55c8a9a9e49e06dbfa14bf3","eu-tr-9224280267-20"]}} -{"id":"ec-meeting-2018-03-23-20d38d29f00a85648e0996a0342c9994b3eae4b1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-23 - Cabinet of Vice-President Valdis Dombrovskis x Deutsches Aktieninstitut"],"date":["2018-03-23"],"summary":["Sustainable finance"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-48f31156d932641826e09f5b73f074d35ff05786","eu-tr-38064081304-25"]}} -{"id":"ec-meeting-2018-03-23-2cb6bd0bf84a19066371169c4fb4e7afa89c7c77","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-23 - Cabinet of Commissioner Violeta Bulc x Alstom"],"date":["2018-03-23"],"summary":["Rail issues"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-dd7851e4a1e747e824b4f81139e33bc3cdb73160","eu-tr-43284012043-03"]}} -{"id":"ec-meeting-2018-03-23-3befc4c41437fffb836b3e2a80cc0df47b5f2c0e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-23 - Financial Stability, Financial Services and Capital Markets Union x Association of European Businesses"],"date":["2018-03-23"],"summary":["EU-Russia relations"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-849798415326-80","ec-person-bdee7a93f95c8ef05079539170139b3c02e8ed96"]}} -{"id":"ec-meeting-2018-03-23-42eddaf8ecec053d39f4275b4be05eec02a65b08","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-23 - Education, Youth, Sport and Culture x Academy of European Law"],"date":["2018-03-23"],"summary":["Mr. Wolfgang Heusel, the director of ERA (European Law Academy) requested a brief meeting from DG Christophidou to introduce himself and ERA."],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-eac"],"involved":["ec-person-68d4f99b9ed1b40d86ebbf81f8f35aeebd6c5fc5","eu-tr-97138128231-58"]}} -{"id":"ec-meeting-2018-03-23-593ea195c79b9db614f60b78347b879979dfe30d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-23 - Cabinet of Vice-President Cecilia Malmström x International Trade Union Confederation"],"date":["2018-03-23"],"summary":["Bangladesh"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-19b143e83f8ab978c55c8a9a9e49e06dbfa14bf3","eu-tr-51806831589-68"]}} -{"id":"ec-meeting-2018-03-23-7ab0a6cdce7a1199f0650deb4e8a50e9b70ac711","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-23 - Cabinet of Commissioner Violeta Bulc x Transport and Environment (European Federation for Transport and Environment)"],"date":["2018-03-23"],"summary":["Mobility package"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-dd7851e4a1e747e824b4f81139e33bc3cdb73160","eu-tr-58744833263-19"]}} -{"id":"ec-meeting-2018-03-23-82f710cef7bf05f4df8eae6f7465869dc10c6b7e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-23 - Energy x Business Bridge Europe"],"date":["2018-03-23"],"summary":["Energy policy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["ec-person-6997149120ce5129e38febe5275dc8fd03232d2e","eu-tr-72856225852-31"]}} -{"id":"ec-meeting-2018-03-23-8891f9abedbd656f7e6ea5e20964c359cf028f91","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-23 - Cabinet of Commissioner Julian King x Centre for Democracy & Technology, Europe"],"date":["2018-03-23"],"summary":["Cybersecurity"],"notes":["Portfolio: Security Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-julian-king-of"],"involved":["eu-tr-57305017757-64","ec-person-8534d5829e2b89b2389ad8651205fee73503f559"]}} -{"id":"ec-meeting-2018-03-23-a04e09da1f09026f2a702a52a28aa445c0432e66","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-23 - Cabinet of Commissioner Pierre Moscovici x GlaxoSmithKline"],"date":["2018-03-23"],"summary":["IP regime generic manufacturers in the pharmaceutical industry"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["ec-person-b9f836405d2b9fd1d0c9ff974e151e9eaa4b93cd","eu-tr-7990322925-77"]}} -{"id":"ec-meeting-2018-03-23-af179597ccec9ab064f184f57d982b931562fd7f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-23 - Cabinet of Vice-President Valdis Dombrovskis x Association for Financial Markets in Europe"],"date":["2018-03-23"],"summary":["PRIIPs, Sustainable finance, ESAs review"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-30d770ccd575865b3106f94220ce1ace16e48f1a","eu-tr-65110063986-76"]}} -{"id":"ec-meeting-2018-03-23-b8b08125ca890f961b7904564145a3e6dfaa78a4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-23 - Cabinet of Commissioner Marianne Thyssen x CONFCOMMERCIO - IMPRESE PER L'ITALIA"],"date":["2018-03-23"],"summary":["Meeting with Mario Gatti, Cattolica University Milan"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["eu-tr-04877777421-88","ec-person-5a49eb89125b4b5d1125b3925bbb64aba1bea2b3"]}} -{"id":"ec-meeting-2018-03-23-c71f4a5e538b5326b6924a12f18404583e26d73f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-23 - Cabinet of Vice-President Valdis Dombrovskis x Steptoe & Johnson LLP"],"date":["2018-03-23"],"summary":["Current Financial Services Issues"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-48f31156d932641826e09f5b73f074d35ff05786","eu-tr-596796520126-28"]}} -{"id":"ec-meeting-2018-03-23-cf6d05c4da8eaeb6f9341d9d98b7cbed3887a052","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-23 - Cabinet of Vice-President Jyrki Katainen x Finnish Energy - Energiateollisuus ry"],"date":["2018-03-23"],"summary":["Future of Europe, economy and growth and investments"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90","eu-tr-68861821910-84"]}} -{"id":"ec-meeting-2018-03-23-d22baf490a7490e025db7d5b176dff6d4a23cd75","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-23 - Cabinet of Commissioner Phil Hogan x European Conservation Agriculture Federation"],"date":["2018-03-23"],"summary":["Business discussion"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-400dd8d59d3060187d9b9b143d697da1a3d03c12","eu-tr-043446618888-27"]}} -{"id":"ec-meeting-2018-03-23-da22480445a9b3f286983c79318168a97d6b0481","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-23 - Cabinet of Commissioner Mariya Gabriel x Eutelsat"],"date":["2018-03-23"],"summary":["rôle du satellite dans le déploiement de la 5G, fréquences satellites pour la prochaine Conférence Mondiale des Radiocommunications (2019), future mise en œuvre de la directive Services de Médias Audiovisuels"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-746025510283-01","ec-person-d995d34a2f8b1f0bf6a17486f5699181d6a01e1c"]}} -{"id":"ec-meeting-2018-03-23-e1bf5b78aa65f5554af6bb1153ead680f3186b32","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-23 - Cabinet of Commissioner Vytenis Andriukaitis x European Cancer Organisation"],"date":["2018-03-23"],"summary":["Next European Cancer Summit"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-059ca943fc5fc696d2a97849c635ddf7b6ab7fd7","eu-tr-51022176260-12"]}} -{"id":"ec-meeting-2018-03-23-fe86d8f4c9f0fa058afd6bdd312ab32ea782fbf7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-23 - Cabinet of Vice-President Miguel Arias Cañete x RTE Réseau de transport d'électricité Statnett SF Statkraft AS Austrian Power Grid AG European Network of Transmission System Operators for Electricity TenneT Holding B.V. Amazon Europe Core SARL ABB 50Hertz Transmission GmbH Elia Transmission Belgium National Grid Commercial Holdings Limited General Electric Company"],"date":["2018-03-23"],"summary":["Energy sector"],"notes":["Portfolio: Climate Action & Energy"],"location":["brussels"],"address":["brussels"],"addressEntity":["addr-e2daa1574b7ac475c827b33e281bd2d5e013c882"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-73558824193-08","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd","eu-tr-25805148045-87","eu-tr-204613612418-94","eu-tr-366117914426-10","eu-tr-289810215426-07","eu-tr-669359510572-76","eu-tr-266727516639-73","eu-tr-4016736872-59","eu-tr-56039866688-26","eu-tr-96327066302-56","eu-tr-7790041608-14","eu-tr-05001306886-41"]}} -{"id":"ec-meeting-2018-03-26-0881a76cb70377cc5e56e8cdca37a4df143838f8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-26 - Cabinet of Vice-President Valdis Dombrovskis x Bundesverband Öffentlicher Banken Deutschlands eV"],"date":["2018-03-26"],"summary":["Banking Union - Basel III - Green Finance"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-0767788931-41","ec-person-48f31156d932641826e09f5b73f074d35ff05786","ec-person-a9eda2e8ea54b70a968327672c6cada679d3cd56"]}} -{"id":"ec-meeting-2018-03-26-09e77b60434a1728ef971d7a59d5edb7b3b9a40e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-26 - Energy x GRTgaz"],"date":["2018-03-26"],"summary":["clean energy transition and role of gas"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-584527815328-09","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2018-03-26-4912dfe30b127e9829ec7d0a6326143714a2edf8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-26 - Cabinet of Vice-President Neven Mimica x International Union for Conservation of Nature EU Representative Office"],"date":["2018-03-26"],"summary":["Nature conservation in the EU's development policy and the future MFF"],"notes":["Portfolio: International Cooperation & Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-mimica-neven-of-president-vice"],"involved":["eu-tr-03518238467-61","ec-person-e90858f5aba78fd0e1cb2f757c3f38d55d91f98b"]}} -{"id":"ec-meeting-2018-03-26-4f68b13c37936c3c0b6f5608e36acc57cf28ffa6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-26 - Cabinet of Commissioner Elżbieta Bieńkowska x Codecool sp. z o.o."],"date":["2018-03-26"],"summary":["Skills Agenda, digital skills"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Kraków"],"address":["Kraków"],"addressEntity":["addr-6646ebf229b470b7f87ad61d19e7161e9c1db61a"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["ec-person-95a769a1850d7d595f9a5853c51dcbdd3ddd69fb","eu-tr-764818530893-82","ec-person-daef7f819b2f3ffe5e4f5d8eb2782954f3c4a4e2"]}} -{"id":"ec-meeting-2018-03-26-532b1f66f96404e748bfa5c2da10cb5a7c66fbb0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-26 - Cabinet of Commissioner Věra Jourová x EuroCommerce Direct Selling Europe Seldia - The European Direct Selling Association"],"date":["2018-03-26"],"summary":["Door-step sales and the New deal for consumers"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-a2ca9161feee56909a0e98b473c2d342c20fdb57","eu-tr-84973761187-60","eu-tr-9435658947-27","eu-tr-1710335466-15"]}} -{"id":"ec-meeting-2018-03-26-6468972fb0a07a0c736c5b0215239b887fa33222","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-26 - Cabinet of Vice-President Jyrki Katainen x European agri-cooperatives European farmers"],"date":["2018-03-26"],"summary":["Food Supply Chain"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90","eu-tr-09586631237-74","eu-tr-44856881231-49"]}} -{"id":"ec-meeting-2018-03-26-6be5461536e5cd5d5aac3eb3afb39c49d3b41d16","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-26 - Cabinet of Vice-President Neven Mimica x Future Advocacy"],"date":["2018-03-26"],"summary":["International cooperation on health issues, particularly related to HIV/AIDS actions and programmes"],"notes":["Portfolio: International Cooperation & Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-mimica-neven-of-president-vice"],"involved":["ec-person-b187f3955c71d2e1daa48e02fd0a09ab7c6f6098","eu-tr-859489330919-08"]}} -{"id":"ec-meeting-2018-03-26-6eefd4e3b2fc89cf4e6f550e13ebf7ee0724f9c1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-26 - Cabinet of Commissioner Violeta Bulc x Deutsches Zentrum für Luft- und Raumfahrt e.V."],"date":["2018-03-26"],"summary":["Future mobility trends"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-a9f4fe47da47a1b05bbfda9825908089d11bda93","eu-tr-21280626733-05"]}} -{"id":"ec-meeting-2018-03-26-9c00bd95f76891789a4e1f4051b14bdb563bfddd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-26 - Agriculture and Rural Development x Union Européenne du Commerce du Bétail et des Métiers de la Viande"],"date":["2018-03-26"],"summary":["Exchange of view"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-agri"],"involved":["eu-tr-4422649896-52","ec-person-7bc7204a153f98afbf1ad1cffbdd10d06d9ae166"]}} -{"id":"ec-meeting-2018-03-26-b31fb628c698e2ac04b19fc8a78c4d549123e131","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-26 - Cabinet of First Vice-President Frans Timmermans x Netherlands Institute of International Relations ‘Clingendael’"],"date":["2018-03-26"],"summary":["Future of Europe"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["ec-person-6c0efbf1635ca0cb8dce32e129231fa3136f600b","eu-tr-549643518427-11"]}} -{"id":"ec-meeting-2018-03-26-b6e8d01b6493d8b43595fb6d7a804ba5fddf3b30","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-26 - Cabinet of Commissioner Phil Hogan x Polski Związek Hodowców i Producentów Trzody Chlewnej \"POLSUS\""],"date":["2018-03-26"],"summary":["Agri Matters"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-068516110787-28","ec-person-a1a78365cc4685b0958056646204977d8f2ead92"]}} -{"id":"ec-meeting-2018-03-26-bdbd7c99bb54a024441475f6e25682da61d8331e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-26 - Financial Stability, Financial Services and Capital Markets Union x Avisa Partners"],"date":["2018-03-26"],"summary":["Retail banking, DCC"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-54210841652-13","ec-person-bdee7a93f95c8ef05079539170139b3c02e8ed96"]}} -{"id":"ec-meeting-2018-03-26-d7fd4ffc3783d1e13a9cbd5359d97bda0b590d2a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-26 - Cabinet of Vice-President Johannes Hahn x Future Advocacy"],"date":["2018-03-26"],"summary":["Health issues in Ukraine"],"notes":["Portfolio: European Neighbourhood Policy & Enlargement Negotiations"],"location":["brussels"],"address":["brussels"],"addressEntity":["addr-e2daa1574b7ac475c827b33e281bd2d5e013c882"],"organizer":["ec-cabinet-hahn-johannes-of-president-vice"],"involved":["ec-person-14243ca3b6c9c0f57c03163cfda58dad2d75b681","eu-tr-859489330919-08"]}} -{"id":"ec-meeting-2018-03-26-d96f85d155c363df5155d1767992fb6aaf8f65f8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-26 - Cabinet of Commissioner Carlos Moedas x European Association of Research and Technology Organisations"],"date":["2018-03-26"],"summary":["EARTO position papers"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-b8d49828915f9008e764a78796d47ea00807a658","eu-tr-48918086666-95"]}} -{"id":"ec-meeting-2018-03-26-f866a41da66855d9ff078d9d91ad23460746031a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-26 - Cabinet of Vice-President Cecilia Malmström x G Plus Ltd (t/a Portland) AbbVie"],"date":["2018-03-26"],"summary":["SPC waiver"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-934069612666-51","eu-tr-7223777790-86","ec-person-591ec829ca734bcfe59a2c9c7f07f9dff22a0ea9"]}} -{"id":"ec-meeting-2018-03-27-013ec0197a1f4819fd65debee7f076439d0ba05b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-27 - Cabinet of Commissioner Carlos Moedas x Leonardo S.p.A."],"date":["2018-03-27"],"summary":["Clean Sky Initiative"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-b8d49828915f9008e764a78796d47ea00807a658","eu-tr-02550382403-01"]}} -{"id":"ec-meeting-2018-03-27-0689824dbb7294e1fac14721f3ae40b261bff03e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-27 - Agriculture and Rural Development x European Heart Network European Public Health Alliance Freshfel Europe - the forum for the European fresh fruits and vegetables chain"],"date":["2018-03-27"],"summary":["exchange of view on the Communication on Food and Farming"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-agri"],"involved":["ec-person-7bc7204a153f98afbf1ad1cffbdd10d06d9ae166","eu-tr-18941013532-08","eu-tr-1637225479-02","eu-tr-3606882168-35"]}} -{"id":"ec-meeting-2018-03-27-174ad24a0a9e5672c20c4a6fd1b9d1ecf51781f5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-27 - Cabinet of Commissioner Pierre Moscovici x AbbVie"],"date":["2018-03-27"],"summary":["IP regime generic manufacturers in the pharmaceutical industry"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["ec-person-b9f836405d2b9fd1d0c9ff974e151e9eaa4b93cd","eu-tr-934069612666-51"]}} -{"id":"ec-meeting-2018-03-27-19dd1b1f3fdbf6f005ba7877b31ca951df17cf49","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-27 - Cabinet of Commissioner Phil Hogan x Ile-de-France Europe"],"date":["2018-03-27"],"summary":["Future of the CAP"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-86172696311-16","ec-person-428cf365f3847d04012831ef2642a1a69aed518d"]}} -{"id":"ec-meeting-2018-03-27-1b3d99f69fbb7d9f4ef331a78866b520d14cd8d2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-27 - Cabinet of Commissioner Mariya Gabriel x Channel 4"],"date":["2018-03-27"],"summary":["EC proposal for a Regulation on “Promoting fairness and transparency in Online Intermediated Trade”; online platforms"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-98661678209-02","ec-person-d995d34a2f8b1f0bf6a17486f5699181d6a01e1c"]}} -{"id":"ec-meeting-2018-03-27-315a8cb7d184bbc3806bd25f3ae958559b077725","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-27 - Cabinet of Commissioner Tibor Navracsics x Fédération Internationale de l'Automobile"],"date":["2018-03-27"],"summary":["Motor Insurance Directive"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-49f31dad10f5641cb1d1e4c3107dd838389e8120","eu-tr-84839535366-67"]}} -{"id":"ec-meeting-2018-03-27-31a1a0d55435688e13f1acd85d02b4d38657c40c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-27 - Cabinet of Vice-President Jyrki Katainen x Helsinki EU Office (vastuutaho Uudenmaan liitto)"],"date":["2018-03-27"],"summary":["Innovation policy, European Defence Fund"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-796380111637-72","ec-person-93e8e8ac2ee89edb4c52bce70d7472c8eae05edd"]}} -{"id":"ec-meeting-2018-03-27-36efa18d6c6ae6d01c78a3b89c0c4b31a84759e1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-27 - Cabinet of Commissioner Tibor Navracsics x ISTANBUL TEKNIK UNIVERSITESI"],"date":["2018-03-27"],"summary":["European Research Policy"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["eu-tr-707107330854-05","ec-person-fc5c01a0bffedf0f4e205a759b40239535313d28"]}} -{"id":"ec-meeting-2018-03-27-3f911676c7ca36bbc8c09f59f58d7dc9abfc4980","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-27 - Cabinet of Vice-President Neven Mimica x Koninklijke Philips"],"date":["2018-03-27"],"summary":["Digitisation and development cooperation, in particular in Central African Republic and via the External Investment Plan"],"notes":["Portfolio: International Cooperation & Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-mimica-neven-of-president-vice"],"involved":["eu-tr-035366013790-68","ec-person-e90858f5aba78fd0e1cb2f757c3f38d55d91f98b","ec-person-d455992f8f48b86e26e61f5284a9ef8e18aed182"]}} -{"id":"ec-meeting-2018-03-27-4bc02e628a75cfe5695a29b757a9417081ba52fc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-27 - Cabinet of Commissioner Carlos Moedas x ISTANBUL TEKNIK UNIVERSITESI"],"date":["2018-03-27"],"summary":["Collaboration within Horizon 2020"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["eu-tr-707107330854-05","ec-person-f7ccc3ad366dd2fdb24870e1c02ff2763539c82f"]}} -{"id":"ec-meeting-2018-03-27-4c561eb97c84d062a616dcb31f837bac71443773","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-27 - Competition x Brunswick Group Advisory Limited"],"date":["2018-03-27"],"summary":["Meeting with J. Faull and A. Nikpay to discuss the forthcoming 4th edition of their handbook on EU competition law"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-comp"],"involved":["ec-person-8600a621c9aef12fc33b708e13b3cd3d5fa5696b","eu-tr-26255464458-25"]}} -{"id":"ec-meeting-2018-03-27-57d78fee2d3affb5313fae41a28f59855b9a7694","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-27 - Cabinet of President Jean-Claude Juncker x IPK European Strategy Ltd"],"date":["2018-03-27"],"summary":["Capital Markets Union"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-c402e34a99fbee730ae22e3b1958e21c94dc6fcc","eu-tr-683857614787-75"]}} -{"id":"ec-meeting-2018-03-27-602c6425df369d267c6ecb421f0c4ba9f15d08e6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-27 - Cabinet of Commissioner Phil Hogan x European Coordination Via Campesina"],"date":["2018-03-27"],"summary":["agri matters"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-a1a78365cc4685b0958056646204977d8f2ead92","eu-tr-28920471149-55"]}} -{"id":"ec-meeting-2018-03-27-7f0dcc7224069120e97a69ff81b1651ed5254658","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-27 - Cabinet of Vice-President Jyrki Katainen x Maa- ja metsätaloustuottajain Keskusliitto – Central Union of Agricultural Producers and Forest Owners"],"date":["2018-03-27"],"summary":["Sustainable agriculture"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-56039441735-48","ec-person-ccd2797b568cba38993df7d1dcc985dbc1eb439a"]}} -{"id":"ec-meeting-2018-03-27-8facda8921501bb69cfaad6adc6d1fbf9af3320f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-27 - Cabinet of Commissioner Margrethe Vestager x Bureau Européen des Unions de Consommateurs"],"date":["2018-03-27"],"summary":["Consumer protection initiatives"],"notes":["Portfolio: Competition"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-margrethe-of-vestager"],"involved":["ec-person-947ab3027ba90ce15968614ce35c12506b7a43ac","eu-tr-9505781573-45"]}} -{"id":"ec-meeting-2018-03-27-a10c351655f2bbf420ebd4ab00bb39e25f4f3c57","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-27 - Cabinet of Vice-President Cecilia Malmström x Heineken N.V."],"date":["2018-03-27"],"summary":["EU-Mexico Association Agreement negotiations"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-827688315793-86","ec-person-98880f3f4206145e196013db9dd806a551c11e06"]}} -{"id":"ec-meeting-2018-03-27-c3ede844ee7a76ffd89863ab22432e34716ee009","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-27 - Cabinet of Commissioner Tibor Navracsics x Channel 4"],"date":["2018-03-27"],"summary":["Regulation on Fairness and transparency in Online intermediated Trade"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-49f31dad10f5641cb1d1e4c3107dd838389e8120","eu-tr-98661678209-02"]}} -{"id":"ec-meeting-2018-03-27-c569d7486660441085a78e4dc179746918316e9f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-27 - Cabinet of Commissioner Marianne Thyssen x Bertelsmann Stiftung"],"date":["2018-03-27"],"summary":["Pressing challenges for European labour markets and recent government reactions"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["ec-person-ce19440eacb8fd67f534bdbcce33a1c4cedfd071","eu-tr-13571025706-27"]}} -{"id":"ec-meeting-2018-03-27-c82bde1115fd6c5c80ad84caa6b8ee2c7057238b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-27 - Cabinet of Commissioner Violeta Bulc x Bayerische Motoren Werke Aktiengesellschaft"],"date":["2018-03-27"],"summary":["Mobility topics"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-7193977808-18","ec-person-9fddf13de7f65229b7da7c5b25dca1630cad3c48"]}} -{"id":"ec-meeting-2018-03-27-e34676d505db79d2c681775a3970cd7bbe09ffc1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-27 - Cabinet of Vice-President Cecilia Malmström x Bundesverband der Deutschen Industrie e.V."],"date":["2018-03-27"],"summary":["EU-China trade relations"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-1771817758-48","ec-person-98880f3f4206145e196013db9dd806a551c11e06"]}} -{"id":"ec-meeting-2018-03-27-e4277db647a49390f6b97856148dc470809dbe3a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-27 - Energy x Energy Transitions Commission"],"date":["2018-03-27"],"summary":["low carbon energy system"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-225968629523-78","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2018-03-27-ec3621061f598e5be5678b068efe6ec4fdfde0a8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-27 - Cabinet of Vice-President Karmenu Vella x International Union for Conservation of Nature EU Representative Office"],"date":["2018-03-27"],"summary":["Biodiversity"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["ec-person-9e282d5223d0f62146ce1013e2dac38adc89a4cf","eu-tr-03518238467-61","ec-person-0e3efd8bc1c3ee9a80205d0bb78f316fa1621e5d"]}} -{"id":"ec-meeting-2018-03-27-f227ed3549214f3d1a60d43dcb0e70aa059d8604","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-27 - Cabinet of Commissioner Phil Hogan x Ryanair Holdings"],"date":["2018-03-27"],"summary":["Aviation agenda"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-d4e0ed779d9afad22ebc402fe3db519e121e437c","eu-tr-002977215945-85"]}} -{"id":"ec-meeting-2018-03-27-fb9589bcb7b7a84a39f3e7517ebe894b9a437b85","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-27 - Cabinet of Commissioner Phil Hogan x БЪЛГАРСКА АСОЦИАЦИЯ НА ОРГАНИЗАЦИИТЕ НА ПРОИЗВОДИТЕЛИ НА ПЛОДОВЕ И ЗЕЛЕНЧУЦИ Асоциация Български Пипер НАЦИОНАЛЕН СЪЮЗ НА ГРАДИНАРИТЕ В БЪЛГАРИЯ Българска Асоциация на Производителите на Оранжерийна Продукция"],"date":["2018-03-27"],"summary":["Future of the CAP"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-530836130911-87","eu-tr-623441030906-08","eu-tr-075622330907-09","eu-tr-642565630909-81","ec-person-428cf365f3847d04012831ef2642a1a69aed518d"]}} -{"id":"ec-meeting-2018-03-28-1ed8b6b96390fdbfc5d98eaba40b8fa352b4e48d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-28 - Cabinet of Commissioner Vytenis Andriukaitis x European Business Summit Network"],"date":["2018-03-28"],"summary":["Next EBS event in May 2018"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-059ca943fc5fc696d2a97849c635ddf7b6ab7fd7","ec-person-d462b3c7daeee00ad55e380a7fb96819f79899df","eu-tr-268958411031-65"]}} -{"id":"ec-meeting-2018-03-28-2d5a9232ef8bfbbbf7bf7f0989ac492332dcd986","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-28 - Cabinet of Commissioner Věra Jourová x Bureau Européen des Unions de Consommateurs"],"date":["2018-03-28"],"summary":["New deal for customers"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-a2ca9161feee56909a0e98b473c2d342c20fdb57","eu-tr-9505781573-45"]}} -{"id":"ec-meeting-2018-03-28-5031672337887fe29f63fdb94a01ab10925324fc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-28 - Cabinet of Vice-President Cecilia Malmström x MSD (Europe), Inc. (Merck Sharp & Dohme)"],"date":["2018-03-28"],"summary":["IP and trade"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-09824113589-92","ec-person-591ec829ca734bcfe59a2c9c7f07f9dff22a0ea9"]}} -{"id":"ec-meeting-2018-03-28-5abdbab43a710adf71fc91d1e0c137a7f5878acb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-28 - Cabinet of Commissioner Tibor Navracsics x University of Warwick"],"date":["2018-03-28"],"summary":["European education, business, culture and innovation"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["London, UK"],"address":["London, UK"],"addressEntity":["addr-0ee327229983c565b36e921e34cf577d4463db35"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-fc5c01a0bffedf0f4e205a759b40239535313d28","eu-tr-536909915836-27"]}} -{"id":"ec-meeting-2018-03-28-641a02feba6c8ca80d8593c5eb544eaf001a0553","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-28 - Energy x Terna spa"],"date":["2018-03-28"],"summary":["Energy policy"],"location":["Brussels, belgium"],"address":["Brussels, belgium"],"addressEntity":["addr-b39b9dcfba3e578ef360518fd0aa4ce7938fab00"],"organizer":["ec-dg-ener"],"involved":["eu-tr-937812815077-68","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2018-03-28-67becf50892cbd434d434959527d1c4799ef99c4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-28 - Cabinet of Vice-President Valdis Dombrovskis x BUSINESSEUROPE"],"date":["2018-03-28"],"summary":["Sustainable Finance Action Plan"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-3978240953-79","ec-person-537401fc0be04984531b83660f416bf2fe14fbd8"]}} -{"id":"ec-meeting-2018-03-28-71977da8ff8a75406215ca16d135d5eb8bf821de","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-28 - Cabinet of Commissioner Mariya Gabriel x Reporters sans frontières"],"date":["2018-03-28"],"summary":["Disinformation"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-612547127497-45","ec-person-1674399a793e9e6fd7cf55b525515fc862fc9351"]}} -{"id":"ec-meeting-2018-03-28-83a19be2e1adf4c64edab0b3b822b3590bdcb980","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-28 - Cabinet of Vice-President Jyrki Katainen x Transport and Environment (European Federation for Transport and Environment)"],"date":["2018-03-28"],"summary":["truck standards as part of the 3rd Mobility Package; and palm oil / renewable energy directive"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-0da85dc48012e26688310a59a0b51727ea68f410","eu-tr-58744833263-19"]}} -{"id":"ec-meeting-2018-03-28-8976c8b45aea0adef904b73e13b457cf74082c07","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-28 - Cabinet of First Vice-President Frans Timmermans x Reporters sans frontières"],"date":["2018-03-28"],"summary":["Freedom of speech in EU"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-612547127497-45","ec-person-966667b73d92624be9bb019c2baab7e52331b3d3"]}} -{"id":"ec-meeting-2018-03-28-a91a8c2e8b111f58dbc8e5bf46ed277ee6959e18","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-28 - Cabinet of Vice-President Jyrki Katainen x Leonardo S.p.A."],"date":["2018-03-28"],"summary":["European defence"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90","eu-tr-02550382403-01"]}} -{"id":"ec-meeting-2018-03-28-ae4631b84c664c3c76fccf28c25fff4a089b2c52","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-28 - Energy x TotalEnergies SE"],"date":["2018-03-28"],"summary":["Energy policy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-1849405799-88","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2018-03-28-b23a737ed925a9a0e1f3ffb76dc351f0040d8b55","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-28 - Cabinet of Vice-President Maroš Šefčovič x Terna spa"],"date":["2018-03-28"],"summary":["Electricity Market Design"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-3bf48630444ace93d407e52eb880e64d480f75ce","eu-tr-937812815077-68"]}} -{"id":"ec-meeting-2018-03-28-fcef8071ffd2d1a00b7258d6016f2a79a5916c21","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-28 - Cabinet of Commissioner Vytenis Andriukaitis x AnimalhealthEurope"],"date":["2018-03-28"],"summary":["Antimicrobial resistance"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["eu-tr-63322037415-37","ec-person-c986c9ff99d99d8006e000db5a8046be615813ae"]}} -{"id":"ec-meeting-2018-03-29-1d568baf6e5aaeef512026d160a2013507e059c0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-03-29 - Cabinet of Vice-President Günther Oettinger x European Cyber Security Organisation"],"date":["2018-03-29"],"summary":["MFF"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["ec-person-b17d355ca19058898aba2ec032de59f8701d47f5","eu-tr-684434822646-91"]}} -{"id":"ec-meeting-2018-04-03-03c9a0710445b623d7b2f506f300726e485c2ba7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-03 - Cabinet of Vice-President Günther Oettinger x EDEKA ZENTRALE Stiftung & Co. KG"],"date":["2018-04-03"],"summary":["MFF"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["ec-person-1a98ebdc65a0fda494d1f6eb6fb74247a3036490","eu-tr-650035215812-91"]}} -{"id":"ec-meeting-2018-04-03-595d23134b7f5941fce709bab1ee2e741b6fd3fb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-03 - Cabinet of Commissioner Mariya Gabriel x EPPA SA"],"date":["2018-04-03"],"summary":["Meeting with Mr S. Schepers who was representing the High Level Group on Innovation Policy Management - The work of the independent tripartite HLG on Innovation Policy Management (HLG) in particular the reduction of the innovation gap between old and new Member States"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-31367501249-92","ec-person-fc1068d79545d1659bf47e9b62bfb0aed175629e"]}} -{"id":"ec-meeting-2018-04-03-5d61aff5838ed574c7e55c1aae3c7e8a897a6827","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-03 - Environment x Ecoembalajes España"],"date":["2018-04-03"],"summary":["Circular Economy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-env"],"involved":["eu-tr-946877127073-51","ec-person-3bc74ce04ea3f4ab4d91a5c88eef25b8b8a213b4"]}} -{"id":"ec-meeting-2018-04-03-a2da2ad1868d8664b97e010ff116bc054152f113","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-03 - Cabinet of Vice-President Jyrki Katainen x Edelman Public Relations Worldwide General Electric Company"],"date":["2018-04-03"],"summary":["European Defence Industrial Development Plan (EDIDP)"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-81b1dda49062e5dac42bdad9273fa72968a2c325","eu-tr-4016736872-59","eu-tr-68037017809-51"]}} -{"id":"ec-meeting-2018-04-04-0640c37151c5b74e65cb2daa250c71c25d7ec2e4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-04 - Cabinet of First Vice-President Frans Timmermans x Vereniging VNO-NCW"],"date":["2018-04-04"],"summary":["New Deal for Consumers"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["ec-person-4076aef8226bd451277bfd5135aa27d63b2ac548","eu-tr-13255254129-80"]}} -{"id":"ec-meeting-2018-04-04-410d3d901789e3db227f4d452e4d29d63603b5e6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-04 - Cabinet of First Vice-President Frans Timmermans x Unilever"],"date":["2018-04-04"],"summary":["Unfair trading practices in the food supply chain"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["ec-person-1bc3e2272ec82a894153feccd4f285ae594f7b3b","eu-tr-6200524920-25"]}} -{"id":"ec-meeting-2018-04-04-534c156abf7db540f6761a2d41bcc22482b9faf6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-04 - Cabinet of Vice-President Jyrki Katainen x None"],"date":["2018-04-04"],"summary":["Illegal content online"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-952721718748-34","eu-tr-366117914426-10","eu-tr-40386322300-77","ec-person-81b1dda49062e5dac42bdad9273fa72968a2c325","eu-tr-909920122714-84"]}} -{"id":"ec-meeting-2018-04-04-5d1cbcf1390c236e7b62998930f12ed078362522","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-04 - Cabinet of Vice-President Karmenu Vella x Business Bridge Europe"],"date":["2018-04-04"],"summary":["4th EU Energy Summit, Ocean Energy"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["ec-person-2966d69fae0ea4e67f3f2df5a743cc766267d3c8","eu-tr-72856225852-31"]}} -{"id":"ec-meeting-2018-04-04-7df6f47da5855156be55ef91f57601f737b2c758","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-04 - Cabinet of Commissioner Phil Hogan x Maa- ja metsätaloustuottajain Keskusliitto – Central Union of Agricultural Producers and Forest Owners"],"date":["2018-04-04"],"summary":["Business discussion"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-56039441735-48","ec-person-400dd8d59d3060187d9b9b143d697da1a3d03c12"]}} -{"id":"ec-meeting-2018-04-04-a1e43c95d6e598a53659c0e605de08e1a14065c1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-04 - Cabinet of Commissioner Mariya Gabriel x MAHLE International GmbH"],"date":["2018-04-04"],"summary":["Connected vehicles"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-917204122840-28","ec-person-77288fc6cc1d717936ac1a1d02ed679fd493b117"]}} -{"id":"ec-meeting-2018-04-04-a556d22fd15377ef39445c52ee84222a736ee8a7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-04 - Cabinet of Vice-President Cecilia Malmström x European Electronic Component Manufacturers' Association"],"date":["2018-04-04"],"summary":["Semiconductor industry in the EU"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-22092908193-23","ec-person-591ec829ca734bcfe59a2c9c7f07f9dff22a0ea9"]}} -{"id":"ec-meeting-2018-04-04-f4563caca66495dea2dab227b27a001800a51bc3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-04 - European Neighbourhood and Enlargement Negotiations x Equinor ASA"],"date":["2018-04-04"],"summary":["Neighbourhood and Enlargement negotiations"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-near"],"involved":["ec-person-1160ccf35947f06f1629cad85b9f162eb5575780","eu-tr-4447605981-76"]}} -{"id":"ec-meeting-2018-04-05-40a3124e30f4d48fc74df4bbf5a65cd1d034c2fc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-05 - Cabinet of Vice-President Jyrki Katainen x Confederazione Generale dell'Industria Italiana"],"date":["2018-04-05"],"summary":["EU Research framework programme"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-81b1dda49062e5dac42bdad9273fa72968a2c325","eu-tr-27762251795-15"]}} -{"id":"ec-meeting-2018-04-05-665446bca04b515ff4a5e85f09fcff2f8b287969","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-05 - Cabinet of Commissioner Elżbieta Bieńkowska x Confederazione Generale dell'Industria Italiana"],"date":["2018-04-05"],"summary":["goods package"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["brussels"],"address":["brussels"],"addressEntity":["addr-e2daa1574b7ac475c827b33e281bd2d5e013c882"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["ec-person-b2f9be51339f054477846797e2c119fcf16548fc","eu-tr-27762251795-15"]}} -{"id":"ec-meeting-2018-04-05-73e3181c5f3b04ac90390bffd55ee993be0c4694","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-05 - Cabinet of Vice-President Andrus Ansip x Cisco Systems Inc."],"date":["2018-04-05"],"summary":["e-privacy regulation/follow-up"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-5db7bdd1c81da2e70eb5b982097d0004111b5c3e","eu-tr-494613715191-85"]}} -{"id":"ec-meeting-2018-04-05-7ec788b195872d7f45648aae17775cf0631d9ba1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-05 - Cabinet of Vice-President Jyrki Katainen x Miltton Europe"],"date":["2018-04-05"],"summary":["Investment plan, trade, defence and circular economy"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-245377319023-40","ec-person-93e8e8ac2ee89edb4c52bce70d7472c8eae05edd"]}} -{"id":"ec-meeting-2018-04-05-b4887a31ffe094fbbe07f746de613ec7d4f27d82","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-05 - Cabinet of Vice-President Miguel Arias Cañete x Climate Action Network Europe"],"date":["2018-04-05"],"summary":["Multiannual Financial Framework"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-3eac19199bd5dbac49f504d2610a9066dddbfe57","eu-tr-55888811123-49"]}} -{"id":"ec-meeting-2018-04-05-c600f6234cc18b30d5d7401f44508693a3a0c82a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-05 - Cabinet of Commissioner Elżbieta Bieńkowska x Handelsverband Deutschland"],"date":["2018-04-05"],"summary":["food supply chain"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["brussels"],"address":["brussels"],"addressEntity":["addr-e2daa1574b7ac475c827b33e281bd2d5e013c882"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-31200871765-41","ec-person-b2f9be51339f054477846797e2c119fcf16548fc"]}} -{"id":"ec-meeting-2018-04-05-e5c2921c0e7f8b0f9a3a41e050ef28bfa593846d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-05 - Cabinet of Vice-President Andrus Ansip x Dell Inc."],"date":["2018-04-05"],"summary":["D4D & Digital Skills"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-c759bd58acc54869aa8e62ce652efcda416e25c2","eu-tr-28739192542-16"]}} -{"id":"ec-meeting-2018-04-05-fff91c59ba7d805b00679aa9fab6b6cc9410ef65","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-05 - Cabinet of High Representative / Vice-President Federica Mogherini x Foreign Economic Relations Board of Turkey"],"date":["2018-04-05"],"summary":["EU-Turkey relations in view of the upcoming elections in Turkey"],"notes":["Portfolio: Foreign Affairs and Security Policy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"involved":["eu-tr-119458831154-84","ec-person-ffe369688b1df8f09154d965f094473d619d72e0"]}} -{"id":"ec-meeting-2018-04-06-0da2604cf9f40fdeb4f1cc5b32ca7dd8852c60a7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-06 - Cabinet of Vice-President Jyrki Katainen x Airbus"],"date":["2018-04-06"],"summary":["EU Defence Fund"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-2732167674-76","ec-person-81b1dda49062e5dac42bdad9273fa72968a2c325"]}} -{"id":"ec-meeting-2018-04-06-58087f533425e8acdbce3f3be663a832d4e7bda9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-06 - Cabinet of President Jean-Claude Juncker x None"],"date":["2018-04-06"],"summary":["Neonicotinoids"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-e415577aabb40c0f789310505c6c5803aa69037b","eu-tr-155881930654-10","eu-tr-9832909575-41","eu-tr-548610326568-06","eu-tr-475565317526-24"]}} -{"id":"ec-meeting-2018-04-06-5a5ba9d496ca3df00169833ba2c2b5cef5814a7b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-06 - Environment x Leonardo S.p.A."],"date":["2018-04-06"],"summary":["Environmental sustainability of the aviation sector"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-env"],"involved":["eu-tr-02550382403-01","ec-person-3bc74ce04ea3f4ab4d91a5c88eef25b8b8a213b4"]}} -{"id":"ec-meeting-2018-04-06-7ab0a6cdce7a1199f0650deb4e8a50e9b70ac711","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-06 - Cabinet of Commissioner Violeta Bulc x Transport and Environment (European Federation for Transport and Environment)"],"date":["2018-04-06"],"summary":["General Safety Regulation"],"notes":["Portfolio: Transport"],"location":["Bruxelles"],"address":["Bruxelles"],"addressEntity":["addr-b58f5927b66d94a676970dc048485d4c6848f272"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-cb7aaf75b4c195481f149f904bc28b4e2ac2b7ab","eu-tr-58744833263-19"]}} -{"id":"ec-meeting-2018-04-06-864f7cdbc3abae49f13541374e3906932080f6e8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-06 - Taxation and Customs Union x IBM Corporation"],"date":["2018-04-06"],"summary":["Exchange of views on IT architecture"],"location":["Brussels/Belgium"],"address":["Brussels/Belgium"],"addressEntity":["addr-c476280916fa20b5023288c48bfbed9c057a1c28"],"organizer":["ec-dg-taxud"],"involved":["eu-tr-7721359944-96","ec-person-3173c1cc052827c58f23ccd3a8de07534f0d35bd"]}} -{"id":"ec-meeting-2018-04-06-972cc60cd09dde01f83911f6e14e20b6cba8c6e2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-06 - Cabinet of Vice-President Valdis Dombrovskis x Allianz SE"],"date":["2018-04-06"],"summary":["Solvency II - PEPP - Sustainable Finance - Motor Insurance Directive"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-05503341949-54","ec-person-30d770ccd575865b3106f94220ce1ace16e48f1a"]}} -{"id":"ec-meeting-2018-04-06-fd09eddc58cae5c78ad9112d594e2e38e02b3237","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-06 - Cabinet of Vice-President Jyrki Katainen x European Cultural and Creative Industries Alliance"],"date":["2018-04-06"],"summary":["Working lunch with the European Cultural and Creative Industry Representatives to exchange on EU policies and future of Europe"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Milan"],"address":["Milan"],"addressEntity":["addr-5380bcebfb8a22dd30d3999731c61981051f0632"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90","eu-tr-130166611998-65"]}} -{"id":"ec-meeting-2018-04-09-113ebcb2202f34c073ca38449c8cdf4aee759b7c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-09 - Cabinet of Vice-President Andrus Ansip x EUROPE'S MEDIALAB (Fondation EURACTIV)"],"date":["2018-04-09"],"summary":["DSM general"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-485832526193-89","ec-person-6a03bc4fa7657513ea34529e98dba0671ef4c849"]}} -{"id":"ec-meeting-2018-04-09-2c174f2f017eebdff2647dcbb223ccde107c9a37","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-09 - Cabinet of Commissioner Věra Jourová x EuroCommerce"],"date":["2018-04-09"],"summary":["New deal for consumers – door-step sales"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-a2ca9161feee56909a0e98b473c2d342c20fdb57","eu-tr-84973761187-60"]}} -{"id":"ec-meeting-2018-04-09-3c1eb771a899b6f79494ffca370417d205279183","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-09 - Cabinet of Commissioner Věra Jourová x EPA Consulting, s.r.o."],"date":["2018-04-09"],"summary":["New deal for consumers"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-a2ca9161feee56909a0e98b473c2d342c20fdb57","eu-tr-210418516054-55"]}} -{"id":"ec-meeting-2018-04-09-44b4ec4c8f8edd16e956a463b66c65c372cea42c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-09 - Cabinet of Vice-President Valdis Dombrovskis x Eurelectric aisbl"],"date":["2018-04-09"],"summary":["Sustainable Finance, Sustainable Finance Expert Group"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-4271427696-87","ec-person-537401fc0be04984531b83660f416bf2fe14fbd8"]}} -{"id":"ec-meeting-2018-04-09-77924807a204f694612f4e5bc2c30933aeedc7ff","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-09 - Cabinet of Vice-President Miguel Arias Cañete x Endesa"],"date":["2018-04-09"],"summary":["Energy sector"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-47504237466-74","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd"]}} -{"id":"ec-meeting-2018-04-09-7df6f47da5855156be55ef91f57601f737b2c758","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-09 - Cabinet of Commissioner Phil Hogan x Maa- ja metsätaloustuottajain Keskusliitto – Central Union of Agricultural Producers and Forest Owners"],"date":["2018-04-09"],"summary":["Forestry Issues"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-56039441735-48","ec-person-a1a78365cc4685b0958056646204977d8f2ead92"]}} -{"id":"ec-meeting-2018-04-09-7f0dcc7224069120e97a69ff81b1651ed5254658","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2018-04-09 - Cabinet of Vice-President Jyrki Katainen x Maa- ja metsätaloustuottajain Keskusliitto – Central Union of Agricultural Producers and Forest Owners"],"date":["2018-04-09"],"summary":["Agricultural Policy, Circular-Bioeconomy, Trade","Future of CAP"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90","eu-tr-56039441735-48","ec-person-ccd2797b568cba38993df7d1dcc985dbc1eb439a"]}} -{"id":"ec-meeting-2018-04-09-ad484070e3c710a64127c7f6675e1113e7aa6710","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-09 - Cabinet of Commissioner Věra Jourová x Independent Retail Europe (formerly UGAL - Union of Groups of Independent Retailers of Europe)"],"date":["2018-04-09"],"summary":["New deal for consumers – dual quality"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-a2ca9161feee56909a0e98b473c2d342c20fdb57","eu-tr-034546859-02"]}} -{"id":"ec-meeting-2018-04-09-be0c6f8de89872f954c265c34b4f97d55e829b36","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-09 - Cabinet of Vice-President Miguel Arias Cañete x Kungliga Tekniska Hoegskolan"],"date":["2018-04-09"],"summary":["FP9, Smart cities & Covenant of Mayors"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-094459415746-62","ec-person-25a937c04cd0a0ddcf5cf34798e76b5105854114"]}} -{"id":"ec-meeting-2018-04-09-c667e2728e28ac2e65f2c9fb543cccf24e4bf33e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-09 - Cabinet of Vice-President Jyrki Katainen x FoodDrinkEurope"],"date":["2018-04-09"],"summary":["Questions related to the quality of foodstuffs"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-c50e8c2cc390c5efb0626988d173bc6758459e0f","eu-tr-75818824519-45"]}} -{"id":"ec-meeting-2018-04-09-f1798975318781c692d4bfad53e6074eb29400b3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-09 - Cabinet of Commissioner Pierre Moscovici x A TURQUOISE - UGGC BLUE STAR STRATEGIES SAS European Federation of Public Service Unions"],"date":["2018-04-09"],"summary":["The campaigners came to expose certain features of McDonalds corporate structure that may be linked to tax avoidance strategy"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["eu-tr-661621615733-68","ec-person-3cbeba61ae952f06fe4916c381438ebbc676a597","eu-tr-04902121531-04","eu-tr-949247229948-43"]}} -{"id":"ec-meeting-2018-04-09-f79397d6194446bb8e3c821272b4cd46e55b2ccd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-09 - Cabinet of Commissioner Mariya Gabriel x Orange Belgium"],"date":["2018-04-09"],"summary":["réglementation proposée par le régulateur belge concernant le marché du haut-débit"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-077243120460-16","ec-person-d995d34a2f8b1f0bf6a17486f5699181d6a01e1c"]}} -{"id":"ec-meeting-2018-04-10-00681bf3b02662c31bdb3898de6381f81763cd62","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-10 - Cabinet of Commissioner Vytenis Andriukaitis x MEDICINES FOR EUROPE"],"date":["2018-04-10"],"summary":["SPC"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["eu-tr-48325781850-28","ec-person-059ca943fc5fc696d2a97849c635ddf7b6ab7fd7"]}} -{"id":"ec-meeting-2018-04-10-11bb5a8bbd041d6f24f165c01ac725f53bad9774","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-10 - Cabinet of Commissioner Margrethe Vestager x Confederation of Danish Industry"],"date":["2018-04-10"],"summary":["EU Current Affairs"],"notes":["Portfolio: Competition"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-margrethe-of-vestager"],"involved":["ec-person-baa1c172df109ebd1f0307bccb5e21aec66c7a25","eu-tr-5749958415-41"]}} -{"id":"ec-meeting-2018-04-10-1c1db6c76eefdb09e5fa6a1edae2ecffd4026f62","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-10 - Cabinet of Commissioner Vytenis Andriukaitis x Science Business International SRL"],"date":["2018-04-10"],"summary":["AMR"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["eu-tr-044816121222-46","ec-person-c986c9ff99d99d8006e000db5a8046be615813ae"]}} -{"id":"ec-meeting-2018-04-10-2b0892ef2e6349046fd543245097982270fcd586","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-10 - Cabinet of Commissioner Pierre Moscovici x EuropaBio"],"date":["2018-04-10"],"summary":["IP regime generic manufacturers in the pharmaceutical industry"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["ec-person-b9f836405d2b9fd1d0c9ff974e151e9eaa4b93cd","eu-tr-1298286943-59"]}} -{"id":"ec-meeting-2018-04-10-32e0f4b728d791e224cce9b8defb837ba9d1662a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-10 - Cabinet of Commissioner Vytenis Andriukaitis x Comité Européen des Entreprises Vins European Federation of Origin Wines European agri-cooperatives European farmers Confédération Européenne des Vignerons Indépendants"],"date":["2018-04-10"],"summary":["Alcohol labelling"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-b9c3f19e7c5f216e3e508f931ddd6a9cb59376d1","eu-tr-44856881231-49","eu-tr-424179021711-46","eu-tr-93296213494-75","eu-tr-2663914841-28","eu-tr-09586631237-74"]}} -{"id":"ec-meeting-2018-04-10-37d869aea3d1b3898bdf7cf4b8008b96b7d849ff","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-10 - Cabinet of Commissioner Mariya Gabriel x None"],"date":["2018-04-10"],"summary":["Online platforms"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["ec-person-d995d34a2f8b1f0bf6a17486f5699181d6a01e1c","eu-tr-952721718748-34","eu-tr-204066023415-46","eu-tr-867297129603-72","eu-tr-40386322300-77","eu-tr-909920122714-84","eu-tr-437739617237-77"]}} -{"id":"ec-meeting-2018-04-10-3f9f66f8c0ebb027bf98b31d1f00d6217fdef3bd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-10 - Cabinet of Commissioner Margrethe Vestager x EUROPEAN TRADE UNION CONFEDERATION"],"date":["2018-04-10"],"summary":["EU Current Affairs"],"notes":["Portfolio: Competition"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-margrethe-of-vestager"],"involved":["ec-person-baa1c172df109ebd1f0307bccb5e21aec66c7a25","eu-tr-06698681039-26"]}} -{"id":"ec-meeting-2018-04-10-551ad6de5093081b452581b1fa4931a2d5970919","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-10 - Cabinet of Commissioner Vytenis Andriukaitis x Aboca S.p.a. Società Agricola"],"date":["2018-04-10"],"summary":["CAP reform + Natura products"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["eu-tr-532454128865-90","ec-person-0dbfffeb0323f819c8d57164906086dd8639c437"]}} -{"id":"ec-meeting-2018-04-10-58e5fd9ac6f30300e94ae13dc843b9aaa6225fb9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-10 - Cabinet of Commissioner Věra Jourová x Committee to Protect Journalists"],"date":["2018-04-10"],"summary":["Media freedom, whistleblower protection"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-a608b85b2ffef83f883b5a2330b6232efa1b7141","eu-tr-370649919011-72","ec-person-3269ef00f0778677e6f4c8e0f72ce019084206fb"]}} -{"id":"ec-meeting-2018-04-10-5dfb8746ea9f49a7b8348e7ca740bf8d6df10b1f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-10 - Cabinet of Vice-President Günther Oettinger x Yahoo! (Oath EMEA Ltd.)"],"date":["2018-04-10"],"summary":["Financial regulatory reform agenda"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["ec-person-76c97b49eb5244be0c8636bbc9caa6101f3cce84","eu-tr-58885623470-56"]}} -{"id":"ec-meeting-2018-04-10-5e0e4f262c438fc11494edf97c52e7145753f448","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-10 - Cabinet of Commissioner Carlos Moedas x Kungliga Tekniska Hoegskolan"],"date":["2018-04-10"],"summary":["Presentation of Viable Cities, the Swedish national strategic innovation programme for smart and sustainable cities"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["eu-tr-094459415746-62","ec-person-0a716bf5253e913fc40ebf14c12f30dc2e7a06ee"]}} -{"id":"ec-meeting-2018-04-10-613b4047fa666bc4d72470fe276c1352037523b3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-10 - Cabinet of Vice-President Jyrki Katainen x Itä-Suomen yliopisto"],"date":["2018-04-10"],"summary":["Research, Horizon 2020/FP9, MFF, European Education Area and Erasmus+"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90","eu-tr-323618130286-15"]}} -{"id":"ec-meeting-2018-04-10-635ccac7b24b615b862b53fb4dd663227e28a6c4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-10 - Cabinet of Vice-President Jyrki Katainen x Finnish Pension Alliance TELA"],"date":["2018-04-10"],"summary":["Future of Europe"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90","eu-tr-035473310965-62"]}} -{"id":"ec-meeting-2018-04-10-660075afabd207f1d07049b5a6adf07c28b6dc37","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-10 - Cabinet of Vice-President Günther Oettinger x MAN Truck & Bus SE"],"date":["2018-04-10"],"summary":["carbon dioxide emissions"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-06093891220-52","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2018-04-10-6646e4b33a48b7c4fd5a3c3fdfa7b16c5c67c999","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-10 - Mobility and Transport x International Air Transport Association"],"date":["2018-04-10"],"summary":["CORSIA, air passenger rights"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-move"],"involved":["eu-tr-1805107590-28","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2018-04-10-6abf613691bed35c21e5685cdc062c5344bcc220","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-10 - Energy x Mediterranean Energy Regulators"],"date":["2018-04-10"],"summary":["Energy policy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["ec-person-6997149120ce5129e38febe5275dc8fd03232d2e","eu-tr-62061235423-62"]}} -{"id":"ec-meeting-2018-04-10-90d2effc47c41f28eaac8077b72cb2da29c2047e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-10 - Cabinet of Vice-President Cecilia Malmström x Association des Constructeurs Européens d'Automobiles"],"date":["2018-04-10"],"summary":["Steel tariffs"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-0649790813-47","ec-person-20ded9db5df11164331bb161fdf234b1e5ad53fd","ec-person-98880f3f4206145e196013db9dd806a551c11e06"]}} -{"id":"ec-meeting-2018-04-10-940b62c92a9d668fa41a320b45086164967603b9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-10 - Cabinet of Vice-President Jyrki Katainen x Technology Industries of Finland (Teknologiateollisuus ry)"],"date":["2018-04-10"],"summary":["Finnish EU Presidency"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-39705603497-38","ec-person-ccd2797b568cba38993df7d1dcc985dbc1eb439a"]}} -{"id":"ec-meeting-2018-04-10-a9c444d40ae392083303e050714a123018379ba6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-10 - Cabinet of Vice-President Miguel Arias Cañete x Stichting European Climate Foundation"],"date":["2018-04-10"],"summary":["HDV Standards"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-64869491516-70","ec-person-25a937c04cd0a0ddcf5cf34798e76b5105854114"]}} -{"id":"ec-meeting-2018-04-10-b33dd9d3e8932448ee59b1a0d4ce818298cc2f98","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-10 - Cabinet of Vice-President Maroš Šefčovič x industriAll European Trade Union European Road Haulers Association European Transport Workers' Federation BUSINESSEUROPE SGI Europe SMEunited aisbl"],"date":["2018-04-10"],"summary":["3rd Mobility package"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-1f95be23689cd4ed0a26fe2980f760ccf2d55c1e","eu-tr-55820581197-35","eu-tr-3978240953-79","eu-tr-358284014848-82","eu-tr-92545571128-74","ec-person-e74918e8eb8a9ef96da8cb06c0eae7ac5080d822","eu-tr-647912812046-35","eu-tr-59513031434-92"]}} -{"id":"ec-meeting-2018-04-10-b9218b3946beadb5f19f871ae2cd743485f2bad0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-10 - Cabinet of Commissioner Violeta Bulc x International Air Transport Association"],"date":["2018-04-10"],"summary":["Meeting with IATA CEO Mr De Juniac"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-4d2b449b5047ea3fda435a2a1c1081e3babcdf76","eu-tr-1805107590-28","ec-person-9d4dc4867a44dfe10f67ae7ee1706da3e8b48a24"]}} -{"id":"ec-meeting-2018-04-10-bb868816f2333d4d3765035672bd0357ffe1817f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-10 - Energy x Polish Wind Energy Association"],"date":["2018-04-10"],"summary":["Energy policy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-090471814671-25","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2018-04-10-bc784430381efb2ea9f7d1282853ce39fd000fd8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-10 - Energy x European Panel Federation"],"date":["2018-04-10"],"summary":["Energy policy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-572064811767-22","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2018-04-10-c07d2d1c7318d203e7bd747d7c07d0087daa7d8c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-10 - Cabinet of Vice-President Valdis Dombrovskis x Hume Brophy HSBC Holdings PLC Allianz SE AEGON N.V. MIROVA UNION BANCAIRE PRIVEE First Sentier Investors Aon Service Corporation University of Cambridge Institute for Sustainability Leadership"],"date":["2018-04-10"],"summary":["Sustainable Finance: Taxonomy, Disclosure, Investor duties"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-876564420204-22","eu-tr-501161831239-42","eu-tr-627192514539-08","eu-tr-001866415031-87","eu-tr-852839831280-87","ec-person-a9eda2e8ea54b70a968327672c6cada679d3cd56","eu-tr-05503341949-54","eu-tr-093264224463-23","eu-tr-529694124663-30","ec-person-537401fc0be04984531b83660f416bf2fe14fbd8","eu-tr-3843982938-44"]}} -{"id":"ec-meeting-2018-04-10-c358211c6137a5bc75eb8b9e91f6a6fda23b70a2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-10 - Cabinet of Commissioner Phil Hogan x National Farmers' Union"],"date":["2018-04-10"],"summary":["Farming Issues"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Birmingham"],"address":["Birmingham"],"addressEntity":["addr-c133617706fddae698da768b5433b6e0441631ad"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-961181120948-12","ec-person-a1a78365cc4685b0958056646204977d8f2ead92"]}} -{"id":"ec-meeting-2018-04-10-d830ceb5073bcdc045816e6ecba5cf82bec67af7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-10 - Cabinet of First Vice-President Frans Timmermans x Committee to Protect Journalists"],"date":["2018-04-10"],"summary":["Freedom of speech and protection of journalists"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-370649919011-72","ec-person-966667b73d92624be9bb019c2baab7e52331b3d3"]}} -{"id":"ec-meeting-2018-04-10-d88fa2e8dbe54d20585bc399149181acc57d454b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-10 - Cabinet of Commissioner Phil Hogan x Scotch Whisky Association"],"date":["2018-04-10"],"summary":["Rural Affairs"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Birmingham"],"address":["Birmingham"],"addressEntity":["addr-c133617706fddae698da768b5433b6e0441631ad"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-9201911441-69","ec-person-a1a78365cc4685b0958056646204977d8f2ead92"]}} -{"id":"ec-meeting-2018-04-10-d8d0336dbf4c0405a09b468d8783e8c281882e25","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-10 - Cabinet of First Vice-President Frans Timmermans x EUROPEUM Institute for European Policy"],"date":["2018-04-10"],"summary":["Rule of Law"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-596129227767-10","ec-person-f87a3277bb5391e01fe3111e915444e51feb191a"]}} -{"id":"ec-meeting-2018-04-10-e97e44a8344548acd8558f411c19ec1800700db9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-10 - Cabinet of First Vice-President Frans Timmermans x Natural Mineral Waters Europe aisbl"],"date":["2018-04-10"],"summary":["Discussion on the Natural Mineral Water Directive and Plastics"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-562370525222-50","ec-person-8d1c5ff76a431332387aa10936b0bff13f7d71fd"]}} -{"id":"ec-meeting-2018-04-11-07fc5a892e38c593c31818278c02a89ada49dae5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-11 - Cabinet of Vice-President Cecilia Malmström x spiritsEUROPE Scotch Whisky Association"],"date":["2018-04-11"],"summary":["Consultation on US S 232"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-9201911441-69","eu-tr-64926487056-58","ec-person-98880f3f4206145e196013db9dd806a551c11e06"]}} -{"id":"ec-meeting-2018-04-11-0a50eb048a0cd00cfe3f224611a9120970fd35f4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-11 - Cabinet of Vice-President Valdis Dombrovskis x Deloitte LLP Deloitte Services & Investments"],"date":["2018-04-11"],"summary":["Audit"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-70969654430-75","eu-tr-53994278504-37","ec-person-537401fc0be04984531b83660f416bf2fe14fbd8"]}} -{"id":"ec-meeting-2018-04-11-0c1083b388fd91a70c2aa1ac56cbf2a6dd03ece0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-11 - Cabinet of Vice-President Andrus Ansip x DigitalES - Asociación Española para la Digitalización"],"date":["2018-04-11"],"summary":["DSM - 5 G - Cybersecurity"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-103177030898-96","ec-person-3ca0c466b8ff230d4409591430b388007ce14ff8"]}} -{"id":"ec-meeting-2018-04-11-1c9e463573c07bdab4b304a29c9bf0b003448b2f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-11 - Cabinet of Vice-President Günther Oettinger x Centrica plc"],"date":["2018-04-11"],"summary":["UK-EU relationship post-BREXIT"],"notes":["Portfolio: Budget & Human Resources"],"location":["Austria"],"address":["Austria"],"addressEntity":["addr-593905b31972f6ffe58325abf98595caf4ebf458"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-577829817108-84","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2018-04-11-2afb8b019e06e3c4e947e0a1e4ae9ec132644a53","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-11 - Cabinet of President Jean-Claude Juncker x Associazione Bancaria Italiana"],"date":["2018-04-11"],"summary":["Banking Union Package"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-915519211566-03","ec-person-c402e34a99fbee730ae22e3b1958e21c94dc6fcc"]}} -{"id":"ec-meeting-2018-04-11-2bb754ea0ec3a55718788b602140144272818652","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-11 - Employment, Social Affairs and Inclusion x BUSINESSEUROPE"],"date":["2018-04-11"],"summary":["Introductory meeting"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-empl"],"involved":["eu-tr-3978240953-79","ec-person-dd259fce880e1853f0beb087443bce6e7dea70d7"]}} -{"id":"ec-meeting-2018-04-11-2eb9207f05bc0225f65443ed334b190eb377c7fb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-11 - Cabinet of Vice-President Valdis Dombrovskis x Weber Shandwick"],"date":["2018-04-11"],"summary":["Banking package"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-52836621780-65","ec-person-48f31156d932641826e09f5b73f074d35ff05786"]}} -{"id":"ec-meeting-2018-04-11-2f3bcf683a059600054a180cc6809d98e19cc011","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-11 - Cabinet of Commissioner Věra Jourová x Microsoft Corporation"],"date":["2018-04-11"],"summary":["e-evidence, cloud act"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["eu-tr-0801162959-21","ec-person-184e698af1eb9e33b179680570ca171d8cb31c94","ec-person-f329292459cb1badb7fb7c6b67b698c441931bb2"]}} -{"id":"ec-meeting-2018-04-11-317923d257cb78edd49ec7a54e8ccd4094127f9b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-11 - Cabinet of Commissioner Margrethe Vestager x Peterson Institute for International Economics"],"date":["2018-04-11"],"summary":["EU Current Affairs"],"notes":["Portfolio: Competition"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-margrethe-of-vestager"],"involved":["ec-person-baa1c172df109ebd1f0307bccb5e21aec66c7a25","eu-tr-513347117795-30"]}} -{"id":"ec-meeting-2018-04-11-32a5128b347d2fe2dd2d3f499eb0d5fe2abd7d33","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-11 - Cabinet of Commissioner Mariya Gabriel x European Network for Women In Leadership"],"date":["2018-04-11"],"summary":["Women in Digital"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-882273632045-87","ec-person-6cd1e3bf3a4eec9e9db49b32cf3d20ab7dbfe03f"]}} -{"id":"ec-meeting-2018-04-11-37502c7947762792849fdb6494ddb1dfeef4675b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-11 - Communications Networks, Content and Technology x European Association Automotive Suppliers"],"date":["2018-04-11"],"summary":["data economy, access to in-vehicle data, 3rd mobility package, CAD high level meetings"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-91408765797-03","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2018-04-11-3c33f4b66ee292ed387037cc3b63eb0dc8cd00b0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-11 - Cabinet of Vice-President Cecilia Malmström x Neste Oyj"],"date":["2018-04-11"],"summary":["Palm Oil Sustainability, RED, Indonesia."],"notes":["Portfolio: Trade"],"location":["Brusels, Belguim."],"address":["Brusels, Belguim."],"addressEntity":["addr-8f63c8ac0149c9518032d9784416696f406f7309"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-ce1312d2a248f71fe74eed58aa5915cfa445bbba","eu-tr-10257354120-19"]}} -{"id":"ec-meeting-2018-04-11-47d983a12b1051ad4b137d5ec6f12de1a9f0efd1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-11 - Cabinet of Commissioner Mariya Gabriel x DigitalES - Asociación Española para la Digitalización"],"date":["2018-04-11"],"summary":["Digital Single Market"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-103177030898-96","ec-person-13ac9a19d8d04f97c0d32603d014df0dd4e1cd2a"]}} -{"id":"ec-meeting-2018-04-11-53a7a33bc36db9621f188d7807456ea4910233ce","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-11 - Cabinet of First Vice-President Frans Timmermans x SUEZ Group"],"date":["2018-04-11"],"summary":["discussion on the implementation of the Plastic Strategy"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels, BERL"],"address":["Brussels, BERL"],"addressEntity":["addr-3c3fa5f92474ebac668808553fbab6d1c14aa243"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["ec-person-966667b73d92624be9bb019c2baab7e52331b3d3","eu-tr-27799842497-69"]}} -{"id":"ec-meeting-2018-04-11-546fcc65621f27697d68233795a050a53e276de5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-11 - Cabinet of Commissioner Phil Hogan x Beyond Research Sweden AB"],"date":["2018-04-11"],"summary":["Swedish forest issues"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-623241531097-72","ec-person-68b8e931bdd0cafe77ab8e98d87edbea128d6c49"]}} -{"id":"ec-meeting-2018-04-11-55b7eb011ac0cd71360e35808cfed9cdd13ff87d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-11 - Financial Stability, Financial Services and Capital Markets Union x Deutsche Bank AG"],"date":["2018-04-11"],"summary":["courtesy meeting"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-271912611231-56","ec-person-bdee7a93f95c8ef05079539170139b3c02e8ed96"]}} -{"id":"ec-meeting-2018-04-11-57e2140245a1d3ab7916cce0243449f2611867f4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-11 - Cabinet of Commissioner Tibor Navracsics x East and North Finland EU Office Suomen yliopistojen rehtorineuvosto UNIFI ry Itä-Suomen yliopisto"],"date":["2018-04-11"],"summary":["Higher education"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["eu-tr-931047631079-58","eu-tr-323618130286-15","eu-tr-626247915526-71","ec-person-33076d1a800ce856f29bbab43813a5a80eef2da0"]}} -{"id":"ec-meeting-2018-04-11-612c1ad073f540c9b2d2ab4fc26a55a357b55243","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-11 - Cabinet of President Jean-Claude Juncker x Association des Constructeurs Européens d'Automobiles MAN Truck & Bus SE"],"date":["2018-04-11"],"summary":["Climate Change and Clean Mobility"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-b1bf9aa5fb7e886441ff341b657cc482b64a2a3e","eu-tr-0649790813-47","eu-tr-06093891220-52"]}} -{"id":"ec-meeting-2018-04-11-6322d5b2add91bb5284a40927d3f5482f91cd265","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-11 - Cabinet of Commissioner Mariya Gabriel x Computer & Communications Industry Association"],"date":["2018-04-11"],"summary":["Competition policy in digital markets"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-15987896534-82","ec-person-fc1068d79545d1659bf47e9b62bfb0aed175629e"]}} -{"id":"ec-meeting-2018-04-11-6621b8461a8a1c6ab3d3e3ede0576eb598096f1f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-11 - Cabinet of Commissioner Mariya Gabriel x Facebook Ireland Limited"],"date":["2018-04-11"],"summary":["Disinformation"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-28666427835-74","ec-person-13ac9a19d8d04f97c0d32603d014df0dd4e1cd2a"]}} -{"id":"ec-meeting-2018-04-11-7173c5cd9ec14ff07d465bf6b25e9139bd95edc7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-11 - Cabinet of Vice-President Valdis Dombrovskis x B2Holding ASA"],"date":["2018-04-11"],"summary":["Non-performing loans action plan"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-48f31156d932641826e09f5b73f074d35ff05786","eu-tr-251167631111-19"]}} -{"id":"ec-meeting-2018-04-11-89e770b9387f72ca4aad68d29f0cf026d06c310c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-11 - Cabinet of Vice-President Valdis Dombrovskis x The Goldman Sachs Group, Inc."],"date":["2018-04-11"],"summary":["Transatlantic relations in the area of financial services, impact of Brexit on financial services, CMU"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-48f31156d932641826e09f5b73f074d35ff05786","eu-tr-701266814986-18","ec-person-a9eda2e8ea54b70a968327672c6cada679d3cd56"]}} -{"id":"ec-meeting-2018-04-11-8cda5beb7e3743e5b23391c2db67e52639c7fdb2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-11 - Cabinet of Vice-President Jyrki Katainen x FacilityLive OpCo"],"date":["2018-04-11"],"summary":["Opportunities for start-ups in Europe"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90","eu-tr-203912412999-51"]}} -{"id":"ec-meeting-2018-04-11-8fc55254d5e206c53ff95c1ae55b2468225909aa","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-11 - Cabinet of Vice-President Miguel Arias Cañete x The European Association for the Promotion of Cogeneration"],"date":["2018-04-11"],"summary":["Energy Efficiency Directive"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-38305846546-70","ec-person-25a937c04cd0a0ddcf5cf34798e76b5105854114"]}} -{"id":"ec-meeting-2018-04-11-9713edc287ebd3cc99360b8995cc75c0e65f37e6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-11 - Cabinet of Commissioner Carlos Moedas x World Economic Forum"],"date":["2018-04-11"],"summary":["12th Annual Meeting of New Champions (AMNC) in September 2018"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-a45151b401196e9c374c9acdada9d8840da271ad","eu-tr-389715028237-59"]}} -{"id":"ec-meeting-2018-04-11-a2b2e786692fe51fc6679e5b4bc1618afe76377b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-11 - Financial Stability, Financial Services and Capital Markets Union x Nordea Bank Abp"],"date":["2018-04-11"],"summary":["Banking Union,Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-107779213747-53","ec-person-bdee7a93f95c8ef05079539170139b3c02e8ed96"]}} -{"id":"ec-meeting-2018-04-11-a42fe0c39460c9c782461736b506af7cf46fa837","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-11 - Cabinet of Commissioner Mariya Gabriel x European Visual Artists"],"date":["2018-04-11"],"summary":["Copyright"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-121604011075-40","ec-person-13ac9a19d8d04f97c0d32603d014df0dd4e1cd2a"]}} -{"id":"ec-meeting-2018-04-11-b1849826a8740182d719145f2bcb3b9fcae9d8ae","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-11 - Cabinet of Vice-President Valdis Dombrovskis x Finnish Pension Alliance TELA"],"date":["2018-04-11"],"summary":["EMU - Social Pillar - PEPP"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-035473310965-62","ec-person-30d770ccd575865b3106f94220ce1ace16e48f1a","ec-person-51a67cf3e19a8853620326cd57fd7e9750b2c9d7"]}} -{"id":"ec-meeting-2018-04-11-b905607397fe662f295f58f06044ea47cddd4a63","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-11 - Cabinet of Commissioner Phil Hogan x ARCTURUS GROUP"],"date":["2018-04-11"],"summary":["Enjeux des filières françaises des Fruits et Légumes Transformés dans le cadre de la réforme de la PAC."],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-34100356706-23","ec-person-428cf365f3847d04012831ef2642a1a69aed518d"]}} -{"id":"ec-meeting-2018-04-11-c91b1311df44bc8f5373698fdee11a3d30af62c7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-11 - Cabinet of Commissioner Julian King x Scotch Whisky Association"],"date":["2018-04-11"],"summary":["Organised Crime and Duty Fraud"],"notes":["Portfolio: Security Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-julian-king-of"],"involved":["eu-tr-9201911441-69","ec-person-355668f7f858778b0b745d45441b2e4393f4a7be"]}} -{"id":"ec-meeting-2018-04-11-cdd32570c9e94847a2198d4970fb063b37c7e7da","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-11 - Cabinet of Commissioner Julian King x Facebook Ireland Limited"],"date":["2018-04-11"],"summary":["Fake News"],"notes":["Portfolio: Security Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-julian-king-of"],"involved":["ec-person-355668f7f858778b0b745d45441b2e4393f4a7be","eu-tr-28666427835-74"]}} -{"id":"ec-meeting-2018-04-11-e5d4cf40a4adb7a7a7cb9db796345671833455c6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-11 - Cabinet of Vice-President Jyrki Katainen x Nordea Bank Abp"],"date":["2018-04-11"],"summary":["ESA Review, Equivalence, FinTech"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90","eu-tr-107779213747-53"]}} -{"id":"ec-meeting-2018-04-11-e95ad9d56a8e5fcc376d7360f6d7b1869eaf5e6d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-11 - Cabinet of High Representative / Vice-President Federica Mogherini x UniCredit"],"date":["2018-04-11"],"summary":["EU-Western Balkans relations"],"notes":["Portfolio: Foreign Affairs and Security Policy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"involved":["eu-tr-03094871618-32","ec-person-ffe369688b1df8f09154d965f094473d619d72e0"]}} -{"id":"ec-meeting-2018-04-11-ec5e974e92528cb850526e0e2340608741061c96","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-11 - Cabinet of Vice-President Neven Mimica x DON BOSCO INTERNATIONAL"],"date":["2018-04-11"],"summary":["Meeting to present development projects of Don Bosco"],"notes":["Portfolio: International Cooperation & Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-mimica-neven-of-president-vice"],"involved":["eu-tr-874082316357-71","ec-person-b187f3955c71d2e1daa48e02fd0a09ab7c6f6098"]}} -{"id":"ec-meeting-2018-04-11-f4d5f40d2a90fd52967ea70a633eed2dfb69609d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-11 - Cabinet of Vice-President Valdis Dombrovskis x CONSEIL DE COOPERATION ECONOMIQUE"],"date":["2018-04-11"],"summary":["Current financial services policy priorities"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-30d770ccd575865b3106f94220ce1ace16e48f1a","eu-tr-146893419149-74"]}} -{"id":"ec-meeting-2018-04-11-f707f0deb9c3aa738570f4f2cf1d5b5aef331845","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-11 - Cabinet of Commissioner Phil Hogan x Irish Co-operative Organisation Society Ltd."],"date":["2018-04-11"],"summary":["Climate, dairy sector in Ireland"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-400dd8d59d3060187d9b9b143d697da1a3d03c12","eu-tr-99345863205-62","ec-person-68b8e931bdd0cafe77ab8e98d87edbea128d6c49"]}} -{"id":"ec-meeting-2018-04-11-fff91c59ba7d805b00679aa9fab6b6cc9410ef65","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-11 - Cabinet of High Representative / Vice-President Federica Mogherini x Foreign Economic Relations Board of Turkey"],"date":["2018-04-11"],"summary":["EU-Turkey relations"],"notes":["Portfolio: Foreign Affairs and Security Policy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"involved":["eu-tr-119458831154-84","ec-person-ffe369688b1df8f09154d965f094473d619d72e0"]}} -{"id":"ec-meeting-2018-04-12-04798244bc51fd886091c92a646f4b544b4cedfb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-12 - Cabinet of Commissioner Julian King x Trustonic"],"date":["2018-04-12"],"summary":["Cybersecurity"],"notes":["Portfolio: Security Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-julian-king-of"],"involved":["ec-person-37c79733647a2293d1e96e976d3a72c6b707cb4c","eu-tr-415191327376-50"]}} -{"id":"ec-meeting-2018-04-12-0a3a18499c0d93fafa4666f0341f630e2949fa37","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-12 - Cabinet of Vice-President Andrus Ansip x The Lisbon Council for Economic Competitiveness and Social Renewal asbl"],"date":["2018-04-12"],"summary":["DSM"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-c759bd58acc54869aa8e62ce652efcda416e25c2","eu-tr-6766950469-32","ec-person-91ca0921c6790191daa54427311acd63035e7c9e"]}} -{"id":"ec-meeting-2018-04-12-0cfec0ef7b0212be752b9165d1d0c70ddef6c3bb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-12 - Cabinet of Vice-President Miguel Arias Cañete x EUROGAS aisbl"],"date":["2018-04-12"],"summary":["Future of gas and gas markets"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-17909506129-41","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd"]}} -{"id":"ec-meeting-2018-04-12-13007399ee2ae2f92a405695120f6b88778dbee7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-12 - Cabinet of Commissioner Vytenis Andriukaitis x European Social Insurance Platform AISBL"],"date":["2018-04-12"],"summary":["HTA; 9th EU Framework Programme for Research and Innovation; Digitalisation of health and care; Incentives for pharmaceuticals"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["eu-tr-883980785-32","ec-person-059ca943fc5fc696d2a97849c635ddf7b6ab7fd7","ec-person-df30d07ef698a52b9948b9c734db39196cf8541f"]}} -{"id":"ec-meeting-2018-04-12-1447abd751df71e5033b96d02f701a90a0840bd2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-12 - Cabinet of Vice-President Andrus Ansip x Nordvision"],"date":["2018-04-12"],"summary":["AVMS, platforms"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-e91c5be432b6b3efdda369792fed67c20b767a45","eu-tr-2296515955-67"]}} -{"id":"ec-meeting-2018-04-12-159dde7fea9b5138d1fcf77dcc8e296c2a5db6a8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-12 - Cabinet of Commissioner Elżbieta Bieńkowska x T&L Sugars Limited NOVE SRB S.p.A. European Sugar Refineries Association"],"date":["2018-04-12"],"summary":["EU sugar sector"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["brussels"],"address":["brussels"],"addressEntity":["addr-e2daa1574b7ac475c827b33e281bd2d5e013c882"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-522122412613-18","ec-person-b2f9be51339f054477846797e2c119fcf16548fc","eu-tr-153540811905-01","eu-tr-663365223590-22","eu-tr-50465929991-70"]}} -{"id":"ec-meeting-2018-04-12-1f791f2f11ccf5c830de683a9fb83f99a99de708","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-12 - Cabinet of Vice-President Miguel Arias Cañete x Snam S.p.A."],"date":["2018-04-12"],"summary":["role of gas"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-284336314886-25","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd"]}} -{"id":"ec-meeting-2018-04-12-223fecad9adfc38c91141677bf22eaab7cc11371","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-12 - Cabinet of Vice-President Miguel Arias Cañete x ASOCIACIÓN ESPAÑOLA DE FABRICANTES DE AUTOMÓVILES Y CAMIONES"],"date":["2018-04-12"],"summary":["Mobility Package"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-814112514572-47","ec-person-25a937c04cd0a0ddcf5cf34798e76b5105854114"]}} -{"id":"ec-meeting-2018-04-12-3858de0c1b2b3fedc0c6248195323d3adc15c088","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-12 - Cabinet of Commissioner Mariya Gabriel x British Broadcasting Corporation"],"date":["2018-04-12"],"summary":["Copyright, AVMSD, Disinformation, Coding"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-336906714921-03","ec-person-13ac9a19d8d04f97c0d32603d014df0dd4e1cd2a"]}} -{"id":"ec-meeting-2018-04-12-47ac65b01e3bbc51e6926cc87d22ee7a6848c0f0","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2018-04-12 - Cabinet of President Jean-Claude Juncker x European Policy Centre"],"date":["2018-04-12"],"summary":["Digital Single Market - Future of Europe","Courtesy Visit"],"notes":["Portfolio: President"],"location":["Brussels, Belgium","Brussels"],"address":["Brussels, Belgium","Brussels"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306","addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-89632641000-47","ec-person-67872aca57f8dfc132dbac47ff41bf9b60ba8ac5"]}} -{"id":"ec-meeting-2018-04-12-4c09b8edc73e863a0ef1566839b3f7ef779576d7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-12 - Cabinet of Commissioner Carlos Moedas x European Chemical Industry Council"],"date":["2018-04-12"],"summary":["Next Framework Programme"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-b8d49828915f9008e764a78796d47ea00807a658","ec-person-a45151b401196e9c374c9acdada9d8840da271ad","eu-tr-64879142323-90"]}} -{"id":"ec-meeting-2018-04-12-4c5fde30d67eae780acca880539ae566dc23fd80","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-12 - Cabinet of Commissioner Phil Hogan x UNION OF INTERNATIONAL HAULERS"],"date":["2018-04-12"],"summary":["Agri Matters"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-352325223827-36","ec-person-a1a78365cc4685b0958056646204977d8f2ead92"]}} -{"id":"ec-meeting-2018-04-12-53316173891fe14265ccf1a2b83c5699305125f7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-12 - Directorate-General for International Partnerships x Foreign Economic Relations Board of Turkey"],"date":["2018-04-12"],"summary":["Exchange on possibilities of collaboration between DEVCO and DEIK."],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-intpa"],"involved":["eu-tr-119458831154-84","ec-person-05c4477b89b93e7969f12d89b38f77fedce5876f"]}} -{"id":"ec-meeting-2018-04-12-68bba55750a9cf480a3d3fb1eecca6b9d119a950","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-12 - Cabinet of Vice-President Miguel Arias Cañete x Equinor ASA"],"date":["2018-04-12"],"summary":["Renewable Policy"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-71f9b3c696abbda505f0fae6baec2c26e0c310dc","eu-tr-4447605981-76"]}} -{"id":"ec-meeting-2018-04-12-6be09db92b907e2de2eaddc28c72af7c7c3f46aa","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-12 - Cabinet of Vice-President Valdis Dombrovskis x Brussels Office of the Swedish Trade Unions"],"date":["2018-04-12"],"summary":["Social initiatives under this Commission, social dialogue and the European semester"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-69927546143-06","ec-person-51a67cf3e19a8853620326cd57fd7e9750b2c9d7"]}} -{"id":"ec-meeting-2018-04-12-8fa5f989c5f10fa2082dfec3d43e1884163ce3e9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-12 - Cabinet of Commissioner Mariya Gabriel x Deutsche Telekom"],"date":["2018-04-12"],"summary":["Telecom CODE"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["ec-person-d995d34a2f8b1f0bf6a17486f5699181d6a01e1c","eu-tr-60052162589-72"]}} -{"id":"ec-meeting-2018-04-12-9e378ada152c369405bb2c67f9fd74eb25481b78","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-12 - Cabinet of Commissioner Mariya Gabriel x European Endowment for Democracy"],"date":["2018-04-12"],"summary":["Brussels Binder online database"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-986644617102-08","ec-person-6cd1e3bf3a4eec9e9db49b32cf3d20ab7dbfe03f"]}} -{"id":"ec-meeting-2018-04-12-ba5e58a17fd32e532496433bf10499e3bfef1810","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-12 - Cabinet of Vice-President Valdis Dombrovskis x Zurich Insurance Company Ltd"],"date":["2018-04-12"],"summary":["Insurance, Sustainable Finance,Taxonomy, Cybersecurity"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-30d770ccd575865b3106f94220ce1ace16e48f1a","ec-person-537401fc0be04984531b83660f416bf2fe14fbd8","eu-tr-499059113403-37"]}} -{"id":"ec-meeting-2018-04-12-cd63e9db4c778e5c6bfed511997b5effa65d4c89","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-12 - Cabinet of Vice-President Miguel Arias Cañete x European Geothermal Energy Council"],"date":["2018-04-12"],"summary":["RED II Trilogue"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-95f883d5d0d484088f26191a8fea8553d674dfbe","ec-person-71f9b3c696abbda505f0fae6baec2c26e0c310dc","eu-tr-11458103335-07"]}} -{"id":"ec-meeting-2018-04-12-d397bd0f3f347c1328f420bc7b8b4fac36308df1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-12 - Cabinet of Commissioner Carlos Moedas x Confederazione Generale dell'Industria Italiana"],"date":["2018-04-12"],"summary":["Collaboration within Horizon 2020"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-f7ccc3ad366dd2fdb24870e1c02ff2763539c82f","eu-tr-27762251795-15"]}} -{"id":"ec-meeting-2018-04-12-d6a6495e9b87c484874618236419279fbcef1a27","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-12 - Cabinet of Commissioner Mariya Gabriel x Siemens AG"],"date":["2018-04-12"],"summary":["Women in Digital"],"notes":["Portfolio: Digital Economy and Society"],"location":["Sofia"],"address":["Sofia"],"addressEntity":["addr-dc81691d3f747a7e7d4cbe0a008c6345a5438415"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-4266797770-31","ec-person-1674399a793e9e6fd7cf55b525515fc862fc9351"]}} -{"id":"ec-meeting-2018-04-12-dc16df890116a69cbe8f635c3ffc13290e749f9f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-12 - Cabinet of President Jean-Claude Juncker x Joint European Disruptive Initiative"],"date":["2018-04-12"],"summary":["Innovation agenda"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-ad6f76ca53dc30d965b15e3728c45dbd0aba44b4","eu-tr-153213931153-37"]}} -{"id":"ec-meeting-2018-04-12-f64235caa672151af529a734dcc0272b7e7332bd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-12 - Cabinet of Commissioner Carlos Moedas x Allied for Startups asbl"],"date":["2018-04-12"],"summary":["Start-ups and Innovation"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-b8d49828915f9008e764a78796d47ea00807a658","eu-tr-634665118544-37"]}} -{"id":"ec-meeting-2018-04-12-fc66d874119f48c38a5e9f40af28b5e8dca0693c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-12 - Taxation and Customs Union x Huawei Technologies"],"date":["2018-04-12"],"summary":["Digital taxation"],"location":["Paris, France"],"address":["Paris, France"],"addressEntity":["addr-c70534aa18173b860a10a50a47b139c4a581cbf6"],"organizer":["ec-dg-taxud"],"involved":["ec-person-3173c1cc052827c58f23ccd3a8de07534f0d35bd","eu-tr-114467111412-38"]}} -{"id":"ec-meeting-2018-04-13-0a3a18499c0d93fafa4666f0341f630e2949fa37","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-13 - Cabinet of Vice-President Andrus Ansip x The Lisbon Council for Economic Competitiveness and Social Renewal asbl"],"date":["2018-04-13"],"summary":["Digital4Development"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-c759bd58acc54869aa8e62ce652efcda416e25c2","eu-tr-6766950469-32","ec-person-91ca0921c6790191daa54427311acd63035e7c9e","ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0"]}} -{"id":"ec-meeting-2018-04-13-155733044f12cbfff695390a38099100f37b1c06","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-13 - Cabinet of Vice-President Miguel Arias Cañete x WWF European Policy Programme"],"date":["2018-04-13"],"summary":["Aspects of European Council agenda"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-7e87a14bf64af274f1cfb85d6b64a405eea6217f","eu-tr-1414929419-24"]}} -{"id":"ec-meeting-2018-04-13-161dffd223fb5fd8f052f8d8c7b618280f7b325b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-13 - Cabinet of Vice-President Andrus Ansip x Bureau Européen des Unions de Consommateurs"],"date":["2018-04-13"],"summary":["End-users provisions in the Electronic Communication Code (incl. intra-EU calls)"],"notes":["Portfolio: Digital Single Market"],"location":["Bxl"],"address":["Bxl"],"addressEntity":["addr-a93f951e252491eb62958a26858415dd581a71e0"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-9505781573-45","ec-person-666bc159c7e65a3af9e63c1e97435c02f1496955"]}} -{"id":"ec-meeting-2018-04-13-28a0a5e86869ff8ba0da9c6665d92135af1513d9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-13 - Cabinet of Commissioner Violeta Bulc x FERROVIE DELLO STATO ITALIANE S.p.A."],"date":["2018-04-13"],"summary":["Rail issues"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-5012c5e45a52ee8ce67d19c1781a127af53e73e7","eu-tr-1954267427-31","ec-person-dd7851e4a1e747e824b4f81139e33bc3cdb73160"]}} -{"id":"ec-meeting-2018-04-13-295c9b0b33b1a04462b3c03e4c23d80560ccde65","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-13 - Cabinet of Commissioner Vytenis Andriukaitis x The EU Vegetable Oil and Proteinmeal Industry European Margarine Association"],"date":["2018-04-13"],"summary":["Trans fats acids"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["eu-tr-85076002321-31","eu-tr-580415127070-95","ec-person-b9c3f19e7c5f216e3e508f931ddd6a9cb59376d1"]}} -{"id":"ec-meeting-2018-04-13-64a521d25ba0d3ac724f1079a17ed5011596ac41","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-13 - Cabinet of Commissioner Pierre Moscovici x Fnac Darty"],"date":["2018-04-13"],"summary":["Digital Taxation"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Paris"],"address":["Paris"],"addressEntity":["addr-22390ad11c32faec43fc61555b53607660b3c185"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["ec-person-3cbeba61ae952f06fe4916c381438ebbc676a597","eu-tr-935428630280-28"]}} -{"id":"ec-meeting-2018-04-13-6bd4c043546542eeb59d24fdd7b5bb6f5148e894","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-13 - Cabinet of Vice-President Miguel Arias Cañete x ROCKWOOL International A/S"],"date":["2018-04-13"],"summary":["Climate issues"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-7e87a14bf64af274f1cfb85d6b64a405eea6217f","eu-tr-2301233810-42"]}} -{"id":"ec-meeting-2018-04-13-6eb8f1dcba9ea12b8439af28ac38ebd3dabf4a9e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-13 - Cabinet of Commissioner Marianne Thyssen x Eurocities"],"date":["2018-04-13"],"summary":["Possible collaboration in the implementation of the European Pillar of Social Rights"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["ec-person-5a49eb89125b4b5d1125b3925bbb64aba1bea2b3","ec-person-c508e9337eca6b067c1f966b82de49c4824a3ad0","eu-tr-12493392840-79"]}} -{"id":"ec-meeting-2018-04-13-6f4e7723e13697d3a530c76c615bcfaab2c01ef3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-13 - Cabinet of Commissioner Carlos Moedas x Joint European Disruptive Initiative"],"date":["2018-04-13"],"summary":["Disruptive Innovation"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-b8d49828915f9008e764a78796d47ea00807a658","eu-tr-153213931153-37"]}} -{"id":"ec-meeting-2018-04-13-84f0c4e356f6146bc1fbd0c57316f212d594dee2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-13 - Cabinet of Vice-President Maroš Šefčovič x Airbus"],"date":["2018-04-13"],"summary":["Energy Union"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-2732167674-76","ec-person-e74918e8eb8a9ef96da8cb06c0eae7ac5080d822","ec-person-af83ed49c403cb9d7ebfecca7893f0054c1f4be5"]}} -{"id":"ec-meeting-2018-04-13-883aab26473ae37c974d0f822af451d5bcac8140","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-13 - Cabinet of Commissioner Mariya Gabriel x Liberty Global Corporate B.V."],"date":["2018-04-13"],"summary":["Women in Digital"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-82853397708-89","ec-person-6cd1e3bf3a4eec9e9db49b32cf3d20ab7dbfe03f"]}} -{"id":"ec-meeting-2018-04-13-8efc0895bc0b92b2810a1cdb296c0043b675234a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-13 - Cabinet of First Vice-President Frans Timmermans x Environmental Investigation Agency SURFRIDER FOUNDATION EUROPE Seas At Risk vzw Friends of the Earth Europe Zero Waste Europe Environmental Coalition on Standards"],"date":["2018-04-13"],"summary":["discussion on single-use plastics legislation"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-47806848200-34","eu-tr-95261732139-73","eu-tr-58969291154-50","eu-tr-96668093651-33","ec-person-8d1c5ff76a431332387aa10936b0bff13f7d71fd","eu-tr-9825553393-31","eu-tr-03960197927-62"]}} -{"id":"ec-meeting-2018-04-13-95826d812e7932f73dc495f1a79bb4f619dd19ce","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-13 - Cabinet of Vice-President Miguel Arias Cañete x Confederazione Generale dell'Industria Italiana"],"date":["2018-04-13"],"summary":["Clean Energy for all European Package ongoing negotiations"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-27762251795-15","ec-person-25a937c04cd0a0ddcf5cf34798e76b5105854114"]}} -{"id":"ec-meeting-2018-04-13-b104e97373f4d1fccc7b2ce71ae4c3c439c4817d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-13 - Cabinet of Commissioner Elżbieta Bieńkowska x Ingka Services A.B."],"date":["2018-04-13"],"summary":["Exchange of views on furniture manufacturing & retail"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Kuków, Poland"],"address":["Kuków, Poland"],"addressEntity":["addr-3f5b9148feed326ee884f55077714fe8b279be44"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-1095068839-59","ec-person-95a769a1850d7d595f9a5853c51dcbdd3ddd69fb"]}} -{"id":"ec-meeting-2018-04-13-c7abb392c2ab4c19453010490fa93dcb9ecd9f15","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-13 - Cabinet of Commissioner Carlos Moedas x Federação Nacional de Cooperativas de Solidariedade Social"],"date":["2018-04-13"],"summary":["Vocational Training and Employment for disabled people within the EU framework"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-a45151b401196e9c374c9acdada9d8840da271ad","eu-tr-241993930897-62"]}} -{"id":"ec-meeting-2018-04-13-c99771ebcb72e1bf61cf0cc16c1871c828821ab9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-13 - Cabinet of Vice-President Karmenu Vella x Environmental Investigation Agency European Environmental Bureau SURFRIDER FOUNDATION EUROPE Seas At Risk vzw Friends of the Earth Europe Zero Waste Europe Environmental Coalition on Standards"],"date":["2018-04-13"],"summary":["Single use plastic"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["eu-tr-47806848200-34","eu-tr-06798511314-27","eu-tr-95261732139-73","eu-tr-58969291154-50","eu-tr-96668093651-33","ec-person-4ff7c27445db4ad88e687776974fd8d077a1fe0c","eu-tr-9825553393-31","eu-tr-03960197927-62"]}} -{"id":"ec-meeting-2018-04-13-f90f5c89a3d3ade7098716da83e06aff7b00ff84","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-13 - Cabinet of Commissioner Vytenis Andriukaitis x Achema Lithuanian Business Representation to the EU"],"date":["2018-04-13"],"summary":["State of play in Commission's review of antidumping measures for imports on ammonium nitrate from Russia"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["eu-tr-404665130963-63","eu-tr-94241791376-49","ec-person-c986c9ff99d99d8006e000db5a8046be615813ae"]}} -{"id":"ec-meeting-2018-04-16-04dd71fffaffb38890363b1b25128062a6205b6f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-16 - Directorate-General for International Partnerships x IPEMED"],"date":["2018-04-16"],"summary":["Discussion sur the projet 6 Verticales sectorielles en appui du 3ème Pilier du PIE"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-intpa"],"involved":["eu-tr-540954229146-34","ec-person-05c4477b89b93e7969f12d89b38f77fedce5876f"]}} -{"id":"ec-meeting-2018-04-16-25a9f5a03562fc1186e3ce6beef13a77363ee97b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-16 - Cabinet of Commissioner Pierre Moscovici x Fédération bancaire française"],"date":["2018-04-16"],"summary":["Paquet bancaire et Renforcement de l’union économique et monétaire"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["ec-person-18ec03f403696ecde522f7843ba9c4ff6335ead4","eu-tr-09245221105-30"]}} -{"id":"ec-meeting-2018-04-16-30d3e151a2f008dd8ce14e7df1bd899b7c71c3ce","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-16 - Cabinet of Vice-President Jyrki Katainen x EUROCHAMBRES – Association of European Chambers of Commerce and Industry"],"date":["2018-04-16"],"summary":["SMEs and MFF"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-0da85dc48012e26688310a59a0b51727ea68f410","eu-tr-0014082722-83","ec-person-ccd2797b568cba38993df7d1dcc985dbc1eb439a"]}} -{"id":"ec-meeting-2018-04-16-418ca1f11aa22c59d4f80598e713b6d1f65d9900","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-16 - Cabinet of Commissioner Mariya Gabriel x kENUP Foundation"],"date":["2018-04-16"],"summary":["Blockchain, digital education, European Investment Bank"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-934996421910-13","ec-person-d995d34a2f8b1f0bf6a17486f5699181d6a01e1c"]}} -{"id":"ec-meeting-2018-04-16-42319010c265dbae4a32fb81b76b2bf1e9e8b8ec","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-16 - Health and Food Safety x European Organisation for Research and Treatment of Cancer"],"date":["2018-04-16"],"summary":["Discussion Cancer Research"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-sante"],"involved":["eu-tr-70539554035-46","ec-person-3c7fdbe0c1c235777d916309465339b7ed1666f6"]}} -{"id":"ec-meeting-2018-04-16-65aa37726cd898eab9d14f289a49b68646220eae","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-16 - Cabinet of Vice-President Jyrki Katainen x Regions: Skills, Education, Training"],"date":["2018-04-16"],"summary":["Future of Europe, European Education Area, Erasmus+ and next MFF"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90","eu-tr-594574830885-41"]}} -{"id":"ec-meeting-2018-04-16-9ff4aba1adb03c91982b29fee43935a3338c8a8d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-16 - Cabinet of Vice-President Jyrki Katainen x Saab AB"],"date":["2018-04-16"],"summary":["European co-operation on defence"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90","eu-tr-86477889163-49"]}} -{"id":"ec-meeting-2018-04-16-b5cfd4c20c67a869277bff896d5c6e94036bc914","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-16 - Financial Stability, Financial Services and Capital Markets Union x HSBC Holdings PLC"],"date":["2018-04-16"],"summary":["Brexit"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-001866415031-87","ec-person-bdee7a93f95c8ef05079539170139b3c02e8ed96"]}} -{"id":"ec-meeting-2018-04-16-b6e8d01b6493d8b43595fb6d7a804ba5fddf3b30","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-16 - Cabinet of Commissioner Phil Hogan x Polski Związek Hodowców i Producentów Trzody Chlewnej \"POLSUS\""],"date":["2018-04-16"],"summary":["Agri Matters"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Luxembourg"],"address":["Luxembourg"],"addressEntity":["addr-5076721c4060feeb69bd2c3dd9bdce115d5c62f3"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-068516110787-28","ec-person-a1a78365cc4685b0958056646204977d8f2ead92"]}} -{"id":"ec-meeting-2018-04-16-cbb4accfdfaf25fd34d8da7e8d9bad0826ca67fe","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-16 - Cabinet of First Vice-President Frans Timmermans x Open Society European Policy Institute"],"date":["2018-04-16"],"summary":["Future of Europe"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-8557515321-37","ec-person-966667b73d92624be9bb019c2baab7e52331b3d3"]}} -{"id":"ec-meeting-2018-04-16-e6ba4a22bd384aa47a31743e070344ecf6f6c200","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-16 - Cabinet of Vice-President Miguel Arias Cañete x Grupo Red Eléctrica"],"date":["2018-04-16"],"summary":["Interconnections"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-1831691c10441c5974327bbeb8693d6b6c1e50c3","eu-tr-44688805318-45","ec-person-2229c857664a22dcb8eee79a8c05841fd3d0924f"]}} -{"id":"ec-meeting-2018-04-16-f68c05577711cde0120a1e01ad4ff93b3eabd7d6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-16 - Cabinet of Commissioner Mariya Gabriel x World Economic Forum"],"date":["2018-04-16"],"summary":["WEF High level dialogue on the digital economy"],"notes":["Portfolio: Digital Economy and Society"],"location":["Geneva"],"address":["Geneva"],"addressEntity":["addr-eacb20159164fa15c55f87d7d66068b4b2ceaf39"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["ec-person-1674399a793e9e6fd7cf55b525515fc862fc9351","eu-tr-389715028237-59"]}} -{"id":"ec-meeting-2018-04-16-f8587c783841a97a82355b8ef9e76fafe4a98bb3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-16 - Cabinet of Commissioner Marianne Thyssen x Brussels Office of the Swedish Trade Unions"],"date":["2018-04-16"],"summary":["Directive on transparent and predictable working conditions: observations from Swedish trade unions"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["ec-person-cfb8d8d884367ef98b079fcd883ece7c89ec28e2","eu-tr-69927546143-06"]}} -{"id":"ec-meeting-2018-04-17-0c3062246228cc3d25d74ffb3d5a9b7243f750c8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-17 - Cabinet of Vice-President Valdis Dombrovskis x Hanns-Seidel-Stiftung"],"date":["2018-04-17"],"summary":["EMU reform"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Berlin"],"address":["Berlin"],"addressEntity":["addr-062b06ba8e755765c6b049809b7430fd54fe5b21"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-49906988199-86","ec-person-f376b1eca739c662d2385062249507f23f4ca67e"]}} -{"id":"ec-meeting-2018-04-17-1e00e4a7b6dff1053333b904bffff60f7f636ae3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-17 - Cabinet of Vice-President Valdis Dombrovskis x Fleishman-Hillard"],"date":["2018-04-17"],"summary":["Crypto assets - Sustainable finance"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-56047191389-84","ec-person-30d770ccd575865b3106f94220ce1ace16e48f1a"]}} -{"id":"ec-meeting-2018-04-17-22930212f5de3383d24195393d14c49b20f3a728","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-17 - Cabinet of Vice-President Andrus Ansip x Netflix International B.V."],"date":["2018-04-17"],"summary":["Media policy, AVMSD"],"notes":["Portfolio: Digital Single Market"],"location":["San Francisco, USA"],"address":["San Francisco, USA"],"addressEntity":["addr-ad4c57bf43ff655bbfc50be9d5313f10b0ddf314"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-3ca0c466b8ff230d4409591430b388007ce14ff8","eu-tr-487726915971-30","ec-person-91ca0921c6790191daa54427311acd63035e7c9e","ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0"]}} -{"id":"ec-meeting-2018-04-17-342adaf93aff557b5ae4e1a1bd9c517a56f23da2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-17 - Environment x European Chemical Industry Council"],"date":["2018-04-17"],"summary":["Chemicals"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-env"],"involved":["eu-tr-64879142323-90","ec-person-3bc74ce04ea3f4ab4d91a5c88eef25b8b8a213b4"]}} -{"id":"ec-meeting-2018-04-17-3b120b2200f5b9c347dfeff18ed6b8a3433fb17a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-17 - Cabinet of Commissioner Carlos Moedas x Helsinki EU Office (vastuutaho Uudenmaan liitto)"],"date":["2018-04-17"],"summary":["Presentation of the \"Helsinki Challenge\" prize"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-a45151b401196e9c374c9acdada9d8840da271ad","eu-tr-796380111637-72"]}} -{"id":"ec-meeting-2018-04-17-47859893849b30409b3b52772f67402dcaa5314a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-17 - Cabinet of Commissioner Mariya Gabriel x European Banking Federation"],"date":["2018-04-17"],"summary":["Cybersecurity, blockchain, data, cloud"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-4722660838-23","ec-person-fc1068d79545d1659bf47e9b62bfb0aed175629e"]}} -{"id":"ec-meeting-2018-04-17-54f79bb619197f3b79459cd2d6cbb38829e1043b","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2018-04-17 - Cabinet of Vice-President Miguel Arias Cañete x BUSINESSEUROPE"],"date":["2018-04-17"],"summary":["State of play of Clean Energy Package and COP24 in Katowice","FP9"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium","Brussels"],"address":["Brussels, Belgium","Brussels"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306","addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-2229c857664a22dcb8eee79a8c05841fd3d0924f","eu-tr-3978240953-79","ec-person-25a937c04cd0a0ddcf5cf34798e76b5105854114"]}} -{"id":"ec-meeting-2018-04-17-643bd846f81ff262cc569cd8e2e792e2121512cb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-17 - Cabinet of Vice-President Andrus Ansip x Google"],"date":["2018-04-17"],"summary":["Platforms, AI, disinformation, illegal content"],"notes":["Portfolio: Digital Single Market"],"location":["San Francisco, USA"],"address":["San Francisco, USA"],"addressEntity":["addr-ad4c57bf43ff655bbfc50be9d5313f10b0ddf314"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-3ca0c466b8ff230d4409591430b388007ce14ff8","eu-tr-03181945560-59","ec-person-91ca0921c6790191daa54427311acd63035e7c9e","ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0"]}} -{"id":"ec-meeting-2018-04-17-71b9706ff8fa762f63b8182da970b59f1d4fee52","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-17 - Cabinet of First Vice-President Frans Timmermans x The Coca-Cola Company"],"date":["2018-04-17"],"summary":["Discussion on the implementation of the Plastic Strategy"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels, BERL"],"address":["Brussels, BERL"],"addressEntity":["addr-3c3fa5f92474ebac668808553fbab6d1c14aa243"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-00475641564-03","ec-person-8d1c5ff76a431332387aa10936b0bff13f7d71fd"]}} -{"id":"ec-meeting-2018-04-17-79a95e0c3345f3528ee9779f685982a85a998382","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-17 - Cabinet of Vice-President Günther Oettinger x AeroSpace and Defence Industries Association of Europe"],"date":["2018-04-17"],"summary":["FP9"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["ec-person-55a0b11edfe9b0b76e526f72b1ec2e9f2f74d5bc","eu-tr-72699997886-57"]}} -{"id":"ec-meeting-2018-04-17-9101721a05b809a3f9267b8c997250d0134855f7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-17 - Cabinet of Commissioner Violeta Bulc x European Association Automotive Suppliers"],"date":["2018-04-17"],"summary":["automotive suppliers topics"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-91408765797-03","ec-person-9fddf13de7f65229b7da7c5b25dca1630cad3c48"]}} -{"id":"ec-meeting-2018-04-17-92d5eb2e3182ece450a59e2292147d6044047fd4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-17 - Financial Stability, Financial Services and Capital Markets Union x EUROSIF A.I.S.B.L (EUROPEAN SUSTAINABLE INVESTMENT FORUM)"],"date":["2018-04-17"],"summary":["sustainable finance"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["ec-person-bdee7a93f95c8ef05079539170139b3c02e8ed96","eu-tr-70659452143-78"]}} -{"id":"ec-meeting-2018-04-17-aca577983694f1787c2da1607ec66cbafee158fd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-17 - Cabinet of Vice-President Andrus Ansip x Facebook Ireland Limited"],"date":["2018-04-17"],"summary":["Data protection, disinformation, AI"],"notes":["Portfolio: Digital Single Market"],"location":["San Francisco, USA"],"address":["San Francisco, USA"],"addressEntity":["addr-ad4c57bf43ff655bbfc50be9d5313f10b0ddf314"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-3ca0c466b8ff230d4409591430b388007ce14ff8","ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0","ec-person-91ca0921c6790191daa54427311acd63035e7c9e","eu-tr-28666427835-74"]}} -{"id":"ec-meeting-2018-04-17-c74fa90ef0aff7eab90c8682a36cdba51acf9e09","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-17 - Cabinet of Vice-President Miguel Arias Cañete x GEODE - The voice of local energy distributors across Europe"],"date":["2018-04-17"],"summary":["Clean Energy Package and DSO (workshop organised by GEODE/ASEME)"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-00098856602-24","ec-person-2229c857664a22dcb8eee79a8c05841fd3d0924f"]}} -{"id":"ec-meeting-2018-04-17-e748078df388c85f61d35a82d456a5ce47992455","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-17 - Cabinet of Vice-President Andrus Ansip x Twitter International Company"],"date":["2018-04-17"],"summary":["DSM, AI, disinformation, illegal content"],"notes":["Portfolio: Digital Single Market"],"location":["San Francisco, USA"],"address":["San Francisco, USA"],"addressEntity":["addr-ad4c57bf43ff655bbfc50be9d5313f10b0ddf314"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-394491614001-72","ec-person-3ca0c466b8ff230d4409591430b388007ce14ff8","ec-person-91ca0921c6790191daa54427311acd63035e7c9e","ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0"]}} -{"id":"ec-meeting-2018-04-17-e8d05f4c65fd4cee600eb0bf38a5b3c569aa5f8e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-17 - Cabinet of Vice-President Günther Oettinger x European Chemical Industry Council"],"date":["2018-04-17"],"summary":["FP9"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["ec-person-55a0b11edfe9b0b76e526f72b1ec2e9f2f74d5bc","eu-tr-64879142323-90"]}} -{"id":"ec-meeting-2018-04-18-01b8534cf31c26b398dae9cd14684d2a25ebea55","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2018-04-18 - Cabinet of Vice-President Jyrki Katainen x Dow Europe GmbH FIPRA International SRL"],"date":["2018-04-18"],"summary":["Industrial policy in Europe"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-58746194306-23","eu-tr-38235121060-73","ec-person-ccd2797b568cba38993df7d1dcc985dbc1eb439a"]}} -{"id":"ec-meeting-2018-04-18-4a0ee36aac9e7c0a6980823066460ae69625ab78","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-18 - Cabinet of Vice-President Jyrki Katainen x Patria Oyj"],"date":["2018-04-18"],"summary":["European defence"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90","eu-tr-389578230437-31"]}} -{"id":"ec-meeting-2018-04-18-60ec31550feac4f4b8dc1fdd0cce8d72b285419d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-18 - Joint Research Centre x Panara a.s."],"date":["2018-04-18"],"summary":["Meeting with prof. Alexy (Slovak University of Technology) and PANARA to discuss bioplastics in the context of the recently adopted EU strategy for plastics in a circular economy, including the issues of labelling and standardisation."],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-jrc"],"involved":["eu-tr-081932727325-54","ec-person-b3e6b7a4bd40eead1b939244f1cb4e9bdaf65f46"]}} -{"id":"ec-meeting-2018-04-18-73311139e0153fd906409634a00b7eea06e89937","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-18 - Cabinet of Commissioner Marianne Thyssen x Banca Popolare Etica S.c.p.a."],"date":["2018-04-18"],"summary":["EU funds"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["eu-tr-025255524692-64","ec-person-97cc52ff34af5e6170626d2711bb791d319e064a"]}} -{"id":"ec-meeting-2018-04-18-80bb1b6ac35fc0ae75d49dfcc7997fa281556d17","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-18 - Cabinet of Vice-President Miguel Arias Cañete x Transport and Environment (European Federation for Transport and Environment)"],"date":["2018-04-18"],"summary":["HDV standards"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-58744833263-19","ec-person-25a937c04cd0a0ddcf5cf34798e76b5105854114"]}} -{"id":"ec-meeting-2018-04-18-84175337de4dff57cfb9dae4f6b5c6b4a66f48e5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-18 - Cabinet of Vice-President Karmenu Vella x European Chemical Industry Council"],"date":["2018-04-18"],"summary":["Next Framework Programme"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["ec-person-9e282d5223d0f62146ce1013e2dac38adc89a4cf","eu-tr-64879142323-90"]}} -{"id":"ec-meeting-2018-04-18-8c76a1416168fafebba119a9c035b829d8fc391c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-18 - Cabinet of Commissioner Violeta Bulc x Insurance Europe"],"date":["2018-04-18"],"summary":["exchange views with you on the use of and access to data generated by vehicles, in the context of connected and automated cars."],"notes":["Portfolio: Transport"],"location":["Bruxelles"],"address":["Bruxelles"],"addressEntity":["addr-b58f5927b66d94a676970dc048485d4c6848f272"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-be830229e281863b280fbdedb9755116218a1b6d","eu-tr-33213703459-54"]}} -{"id":"ec-meeting-2018-04-18-8fa5f989c5f10fa2082dfec3d43e1884163ce3e9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-18 - Cabinet of Commissioner Mariya Gabriel x Deutsche Telekom"],"date":["2018-04-18"],"summary":["Western Balkans Digital Agenda / Roaming roadmap"],"notes":["Portfolio: Digital Economy and Society"],"location":["Skopje"],"address":["Skopje"],"addressEntity":["addr-168d5fba2bc6bb144fdae2710db21905ec2ebb50"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["ec-person-1674399a793e9e6fd7cf55b525515fc862fc9351","eu-tr-60052162589-72"]}} -{"id":"ec-meeting-2018-04-18-95e5f79d09eb5a772abe7b58b70a109e632da73b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-18 - Cabinet of Vice-President Andrus Ansip x Mind the Bridge Foundation"],"date":["2018-04-18"],"summary":["DSM, artificial intelligence, platforms, startups"],"notes":["Portfolio: Digital Single Market"],"location":["San Francisco, USA"],"address":["San Francisco, USA"],"addressEntity":["addr-ad4c57bf43ff655bbfc50be9d5313f10b0ddf314"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-3ca0c466b8ff230d4409591430b388007ce14ff8","eu-tr-700186718007-46","ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0"]}} -{"id":"ec-meeting-2018-04-18-98bcf5a066bb3e728fac0d56b6e44069e48ecdba","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-18 - Cabinet of Vice-President Andrus Ansip x Palo Alto Networks Inc."],"date":["2018-04-18"],"summary":["Cybersecurity"],"notes":["Portfolio: Digital Single Market"],"location":["San Francisco, USA"],"address":["San Francisco, USA"],"addressEntity":["addr-ad4c57bf43ff655bbfc50be9d5313f10b0ddf314"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-3ca0c466b8ff230d4409591430b388007ce14ff8","ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0","eu-tr-263314723145-29"]}} -{"id":"ec-meeting-2018-04-18-ab2439a185626c0b0f04a076a940eaf4ffdc22a0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-18 - Informatics x Amazon Europe Core SARL"],"date":["2018-04-18"],"summary":["Handshake"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-digit"],"involved":["eu-tr-366117914426-10","ec-person-32591d36027eb92a66b57d5bcc8c57d9574380b0"]}} -{"id":"ec-meeting-2018-04-18-b057816220f53099bbfc2ff3c6be827bb256d1d8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-18 - Cabinet of Vice-President Cecilia Malmström x AstraZeneca"],"date":["2018-04-18"],"summary":["Patent protection and trade"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-42561875992-94","ec-person-591ec829ca734bcfe59a2c9c7f07f9dff22a0ea9"]}} -{"id":"ec-meeting-2018-04-18-b0e19b7e5cbf9d982c0c30687516ee9d3fb1e025","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-18 - Cabinet of Vice-President Andrus Ansip x ITI - The Information Technology Industry Council"],"date":["2018-04-18"],"summary":["Cybersecurity"],"notes":["Portfolio: Digital Single Market"],"location":["San Francisco, USA"],"address":["San Francisco, USA"],"addressEntity":["addr-ad4c57bf43ff655bbfc50be9d5313f10b0ddf314"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-3ca0c466b8ff230d4409591430b388007ce14ff8","ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0","eu-tr-061601915428-87"]}} -{"id":"ec-meeting-2018-04-18-b36a5251b5507f4894b1735e6a2be4e3b13a99dd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-18 - Cabinet of Vice-President Karmenu Vella x Deutsche Umwelthilfe e.V."],"date":["2018-04-18"],"summary":["Air quality"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["ec-person-6092d9ab71cd7a84d2110b843c9313a0a02a7c45","eu-tr-03506017714-81"]}} -{"id":"ec-meeting-2018-04-18-babb9f93047f71c7f047283185905687d9263f37","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-18 - Cabinet of Vice-President Cecilia Malmström x Irish Farmers' Association"],"date":["2018-04-18"],"summary":["Price of fertilizer"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-458700813641-37","ec-person-20ded9db5df11164331bb161fdf234b1e5ad53fd","ec-person-591ec829ca734bcfe59a2c9c7f07f9dff22a0ea9"]}} -{"id":"ec-meeting-2018-04-18-e04cbbd80037f941b8746bfea94f83521780f099","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-18 - Cabinet of Vice-President Neven Mimica x Lumos Foundation"],"date":["2018-04-18"],"summary":["Meeting to discuss preparations for the event with J.K. Rowling on children's rights"],"notes":["Portfolio: International Cooperation & Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-mimica-neven-of-president-vice"],"involved":["ec-person-b187f3955c71d2e1daa48e02fd0a09ab7c6f6098","eu-tr-849607914394-57"]}} -{"id":"ec-meeting-2018-04-18-e4de2c51cf159cf0aff1ed80e8ee236e61f3772d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-18 - Education, Youth, Sport and Culture x Friends of Europe"],"date":["2018-04-18"],"summary":["Mr. Geert Cami, president of Friends of Europe, requested a meeting with DG Christophidou to introduce himself and FoE"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-eac"],"involved":["ec-person-68d4f99b9ed1b40d86ebbf81f8f35aeebd6c5fc5","eu-tr-99436366768-45"]}} -{"id":"ec-meeting-2018-04-18-e762ce2a5c9fd19d97b406ee2c186ea4b0154a07","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-18 - Cabinet of Commissioner Phil Hogan x The EU Vegetable Oil and Proteinmeal Industry"],"date":["2018-04-18"],"summary":["Protein plan for Europe"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-85076002321-31","ec-person-400dd8d59d3060187d9b9b143d697da1a3d03c12"]}} -{"id":"ec-meeting-2018-04-19-00d7d779a1819e9adb75a0c37e532945ec037c69","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-19 - Cabinet of President Jean-Claude Juncker x Vereinigung der österreichischen Industrie - Industriellenvereinigung"],"date":["2018-04-19"],"summary":["Attending the speech of Mr Selmayr \"Commission expectations of the Austrian Presidency\""],"notes":["Portfolio: President"],"location":["The House of Austrian Indsutry, Schwarzenbergplatz 4, 1031 Wien"],"address":["The House of Austrian Indsutry, Schwarzenbergplatz 4, 1031 Wien"],"addressEntity":["addr-d6075d3d40b44a93f06ea26f5831c18e0c7bfd1c"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-442e08d247d72bdef0fce4bf17477efe2a5bfe49","eu-tr-89093924456-06"]}} -{"id":"ec-meeting-2018-04-19-0c57dc7bcc3de01c82200fa1558557e79be47d61","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-19 - Cabinet of Vice-President Jyrki Katainen x European Federation of Pharmaceutical Industries and Associations"],"date":["2018-04-19"],"summary":["Competitiveness of the European Pharmaceutical industry"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-38526121292-88","ec-person-ccd2797b568cba38993df7d1dcc985dbc1eb439a"]}} -{"id":"ec-meeting-2018-04-19-27088bbd1a0bbe9f7b738b16811136280311f159","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-19 - Cabinet of Commissioner Elżbieta Bieńkowska x Stichting European Climate Foundation"],"date":["2018-04-19"],"summary":["Economic impacts of deploying low emission HDVs"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["brussels"],"address":["brussels"],"addressEntity":["addr-e2daa1574b7ac475c827b33e281bd2d5e013c882"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-64869491516-70","ec-person-b2f9be51339f054477846797e2c119fcf16548fc","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2018-04-19-3ab3ea3691ffa0df75cef3fdd0d528635a9d22e1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-19 - Cabinet of Vice-President Neven Mimica x DSW (Deutsche Stiftung Weltbevoelkerung)"],"date":["2018-04-19"],"summary":["SRHR, new MFF"],"notes":["Portfolio: International Cooperation & Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-mimica-neven-of-president-vice"],"involved":["ec-person-e90858f5aba78fd0e1cb2f757c3f38d55d91f98b","ec-person-b187f3955c71d2e1daa48e02fd0a09ab7c6f6098","eu-tr-32018754890-28"]}} -{"id":"ec-meeting-2018-04-19-3f6385714506be47a2c07cb716c6ced5cc106762","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-19 - Cabinet of Commissioner Mariya Gabriel x Atos SE (France)"],"date":["2018-04-19"],"summary":["HPC"],"notes":["Portfolio: Digital Economy and Society"],"location":["Sofia"],"address":["Sofia"],"addressEntity":["addr-dc81691d3f747a7e7d4cbe0a008c6345a5438415"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-249876817241-03","ec-person-1674399a793e9e6fd7cf55b525515fc862fc9351"]}} -{"id":"ec-meeting-2018-04-19-5a7e95c148e46394ab8217f1dc110c1b32337abf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-19 - Cabinet of Vice-President Valdis Dombrovskis x London Stock Exchange Group"],"date":["2018-04-19"],"summary":["Sustainable benchmarks"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-30d770ccd575865b3106f94220ce1ace16e48f1a","eu-tr-550494915045-08"]}} -{"id":"ec-meeting-2018-04-19-66a74db3af894f76cf1091184e137a4a8e525754","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-19 - Cabinet of Vice-President Günther Oettinger x Verband der Automobilindustrie"],"date":["2018-04-19"],"summary":["farewell speech, automotive industry"],"notes":["Portfolio: Budget & Human Resources"],"location":["Berlin"],"address":["Berlin"],"addressEntity":["addr-062b06ba8e755765c6b049809b7430fd54fe5b21"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-95574664768-90","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2018-04-19-716cb47ddcdbc51da1edc13a4de6d5619738aa68","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-19 - Cabinet of First Vice-President Frans Timmermans x Aviva Plc"],"date":["2018-04-19"],"summary":["discussion on sustainable development and on sustainable finance"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels, BERL"],"address":["Brussels, BERL"],"addressEntity":["addr-3c3fa5f92474ebac668808553fbab6d1c14aa243"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-86270761494-62","ec-person-8d1c5ff76a431332387aa10936b0bff13f7d71fd"]}} -{"id":"ec-meeting-2018-04-19-75f8f1a88bf8ab762a680a45fa467f3019180d6f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-19 - Cabinet of Vice-President Neven Mimica x CONCORD Europe"],"date":["2018-04-19"],"summary":["Policy coherence for Development"],"notes":["Portfolio: International Cooperation & Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-mimica-neven-of-president-vice"],"involved":["eu-tr-34478709670-34","ec-person-e90858f5aba78fd0e1cb2f757c3f38d55d91f98b"]}} -{"id":"ec-meeting-2018-04-19-767907d97d71871551d6f0239f884d1b66a5ad36","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-19 - Cabinet of Vice-President Günther Oettinger x CEEweb for Biodiversity"],"date":["2018-04-19"],"summary":["MFF"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-34461047998-33","ec-person-1a98ebdc65a0fda494d1f6eb6fb74247a3036490"]}} -{"id":"ec-meeting-2018-04-19-7de5967d7d19a59d252828f037308d15004be7a8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-19 - Cabinet of Vice-President Cecilia Malmström x Rio Tinto"],"date":["2018-04-19"],"summary":["Developments in European Aluminium industry"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-627987212276-53","ec-person-591ec829ca734bcfe59a2c9c7f07f9dff22a0ea9"]}} -{"id":"ec-meeting-2018-04-19-7e50da5d1afe16f6e1d1be6e1fcb09f633406a15","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-19 - Cabinet of Commissioner Carlos Moedas x Henkel AG & Co. KGaA"],"date":["2018-04-19"],"summary":["3-D printing technology"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["eu-tr-13635802880-80","ec-person-0a716bf5253e913fc40ebf14c12f30dc2e7a06ee"]}} -{"id":"ec-meeting-2018-04-19-8e9a38ae9da70ec38d65e75bc4a66d7d3a806dca","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-19 - Cabinet of Vice-President Cecilia Malmström x Mastercard FTI Consulting Belgium"],"date":["2018-04-19"],"summary":["Trade in services and e-commerce"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-591ec829ca734bcfe59a2c9c7f07f9dff22a0ea9","eu-tr-29896393398-67","eu-tr-58204758673-16"]}} -{"id":"ec-meeting-2018-04-19-960e2d45efc8cf0ef3527b34cd8e501b8cac7d12","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-19 - Cabinet of Vice-President Karmenu Vella x Google"],"date":["2018-04-19"],"summary":["Google competition cases, ocean governance"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["eu-tr-03181945560-59","ec-person-2966d69fae0ea4e67f3f2df5a743cc766267d3c8"]}} -{"id":"ec-meeting-2018-04-19-965f80d7bdb262b5d09b0c64072aa535a57391d8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-19 - Cabinet of Commissioner Vytenis Andriukaitis x Lithuanian RDI Liaison Office LINO"],"date":["2018-04-19"],"summary":["Research possibilities in health area"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-d462b3c7daeee00ad55e380a7fb96819f79899df","eu-tr-904775931450-88"]}} -{"id":"ec-meeting-2018-04-19-9d307d3031b8eb302e5a1820e559c059e8bef78b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-19 - Cabinet of Commissioner Mariya Gabriel x Zweites Deutsches Fernsehen"],"date":["2018-04-19"],"summary":["Copyright"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-3209361971-85","ec-person-13ac9a19d8d04f97c0d32603d014df0dd4e1cd2a"]}} -{"id":"ec-meeting-2018-04-19-c231484bb14c376853cb5384d13038480a9b706f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-19 - Cabinet of Commissioner Mariya Gabriel x ARD-Verbindungsbüro Brüssel EBU-UER (European Broadcasting Union)"],"date":["2018-04-19"],"summary":["Copyright"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-93288301615-56","eu-tr-6774178922-55","ec-person-13ac9a19d8d04f97c0d32603d014df0dd4e1cd2a"]}} -{"id":"ec-meeting-2018-04-19-c7495f1b8c8d5a9ae9f7856890707e010581ccc4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-19 - Cabinet of Vice-President Valdis Dombrovskis x Insurance Europe"],"date":["2018-04-19"],"summary":["Solvency II review"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-30d770ccd575865b3106f94220ce1ace16e48f1a","eu-tr-33213703459-54"]}} -{"id":"ec-meeting-2018-04-19-c83a7850f656c5697bfe673c71d6cdda00112320","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-19 - Secretariat-General x Vereinigung der österreichischen Industrie - Industriellenvereinigung"],"date":["2018-04-19"],"summary":["Speech: Commission expectations of the Austrian Presidency"],"location":["Vienna Austria"],"address":["Vienna Austria"],"addressEntity":["addr-8fd5082a1c00a70873d28f22c713d94ba086588d"],"organizer":["ec-dg-sg"],"involved":["ec-person-97a74c3df4cdf4db05e274aab8204536eca85f92","eu-tr-89093924456-06"]}} -{"id":"ec-meeting-2018-04-19-e6ec4171a6518feb85eab5a4a4423128b0f0c020","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-19 - Cabinet of Vice-President Cecilia Malmström x Harley-Davidson Europe Association des Constructeurs Européens de Motocycles"],"date":["2018-04-19"],"summary":["EU-US trade relations"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-cb8ca9ec2413722fa83484ed18dd76ace52d0118","eu-tr-02480451230-88","eu-tr-568222016448-48"]}} -{"id":"ec-meeting-2018-04-19-f0cbf21648802266a82a1696252c8e8b4c8070f7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-19 - Cabinet of Vice-President Günther Oettinger x Save the Children International"],"date":["2018-04-19"],"summary":["MFF"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["ec-person-1a98ebdc65a0fda494d1f6eb6fb74247a3036490","eu-tr-11610562644-55"]}} -{"id":"ec-meeting-2018-04-20-3751345e523b31ac9bc2e4d0961b659ab4e05a45","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-20 - Cabinet of Commissioner Vytenis Andriukaitis x None"],"date":["2018-04-20"],"summary":["General Food Law"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-b9c3f19e7c5f216e3e508f931ddd6a9cb59376d1","eu-tr-15913213485-46","eu-tr-5353162366-85","eu-tr-00723343929-96","eu-tr-155881930654-10","eu-tr-9832909575-41","ec-person-df30d07ef698a52b9948b9c734db39196cf8541f"]}} -{"id":"ec-meeting-2018-04-20-47ae270ceec62d4f7c79cf13553ce9511eee6e9b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-20 - Cabinet of Commissioner Carlos Moedas x The 5G Infrastructure Association"],"date":["2018-04-20"],"summary":["Future Research for Smart Networks"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["eu-tr-944198631623-17","ec-person-a45151b401196e9c374c9acdada9d8840da271ad"]}} -{"id":"ec-meeting-2018-04-20-4f7597b4d50dd0129dce872d6d06486862a3b0fe","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-20 - Cabinet of Vice-President Miguel Arias Cañete x APPLiA (Home Appliance Europe)"],"date":["2018-04-20"],"summary":["Ecodesign"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-04201463642-88","ec-person-25a937c04cd0a0ddcf5cf34798e76b5105854114"]}} -{"id":"ec-meeting-2018-04-20-5c566f9ae7d4dd574225c8b0ac4f62666d4350ef","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-20 - Cabinet of Vice-President Günther Oettinger x The 5G Infrastructure Association"],"date":["2018-04-20"],"summary":["MFF"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-944198631623-17","ec-person-76c97b49eb5244be0c8636bbc9caa6101f3cce84"]}} -{"id":"ec-meeting-2018-04-20-7260b353e0d3b4571a12f7f76b4dc61698c53eda","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2018-04-20 - Cabinet of High Representative / Vice-President Federica Mogherini x Médecins Sans Frontières International"],"date":["2018-04-20"],"summary":["Migration- Mediterranean"],"notes":["Portfolio: Foreign Affairs and Security Policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"involved":["ec-person-4f2bf88ad14d12976aecc7694a057ab90b7a81d2","ec-person-23c55ec7dbedbeca55522253bc69ae6fd1bea72c","eu-tr-928308827208-10"]}} -{"id":"ec-meeting-2018-04-20-787a267d5dfee9a1df6bb64d260dd3714fcab799","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-20 - Cabinet of Vice-President Karmenu Vella x Association of National Organisations of Fishing Enterprises in the European Union"],"date":["2018-04-20"],"summary":["Common Fisheries Policy, Ocean Governance"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["eu-tr-2312395253-25","ec-person-2966d69fae0ea4e67f3f2df5a743cc766267d3c8","ec-person-0e3efd8bc1c3ee9a80205d0bb78f316fa1621e5d"]}} -{"id":"ec-meeting-2018-04-20-7fedb39af13c4cb8ebe30a65b2c9e85fb1e60735","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-20 - Cabinet of Commissioner Phil Hogan x PERNOD RICARD"],"date":["2018-04-20"],"summary":["UTPs"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-d4e0ed779d9afad22ebc402fe3db519e121e437c","eu-tr-352172811-92"]}} -{"id":"ec-meeting-2018-04-20-9bea02ec79f14d98690db7a9087b2403113539bf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-20 - Cabinet of Commissioner Phil Hogan x Fédération Européenne des Fabricants d'Aliments Composés"],"date":["2018-04-20"],"summary":["SMP"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-400dd8d59d3060187d9b9b143d697da1a3d03c12","eu-tr-77105321408-83"]}} -{"id":"ec-meeting-2018-04-20-a672ad825965dd55edcdeb7cab9f8b8a3771afc5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-20 - Cabinet of Vice-President Günther Oettinger x International Road Transport Union Permanent Delegation to the EU"],"date":["2018-04-20"],"summary":["CO2 standards"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-41802525291-86","ec-person-55a0b11edfe9b0b76e526f72b1ec2e9f2f74d5bc"]}} -{"id":"ec-meeting-2018-04-20-b8b7977e641a1ab67a1ed84ffe9ab6234622a245","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-20 - Cabinet of Commissioner Mariya Gabriel x Vodafone Belgium SA"],"date":["2018-04-20"],"summary":["Digital skills / Education, Women in Technology and Leadership"],"notes":["Portfolio: Digital Economy and Society"],"location":["Sofia"],"address":["Sofia"],"addressEntity":["addr-dc81691d3f747a7e7d4cbe0a008c6345a5438415"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-90142503473-81","ec-person-1674399a793e9e6fd7cf55b525515fc862fc9351"]}} -{"id":"ec-meeting-2018-04-20-ba328d87778734853466625be2c730d6b504a505","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-20 - Cabinet of Commissioner Julian King x News Corporation"],"date":["2018-04-20"],"summary":["Security issues"],"notes":["Portfolio: Security Union"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-julian-king-of"],"involved":["ec-person-c5e8e10f494a7f5d0de6124025a80a8ec47c283a","eu-tr-544873617314-08"]}} -{"id":"ec-meeting-2018-04-20-c18aaca146375a0bae8541203d97a068983666ac","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-20 - Cabinet of Vice-President Jyrki Katainen x BUSINESSEUROPE"],"date":["2018-04-20"],"summary":["FP9"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-81b1dda49062e5dac42bdad9273fa72968a2c325","eu-tr-3978240953-79"]}} -{"id":"ec-meeting-2018-04-20-c277b1e7605c4e6ae37da3ac117899410084bc86","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-20 - Cabinet of Commissioner Mariya Gabriel x Avaaz Foundation"],"date":["2018-04-20"],"summary":["Disinformation"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-475565317526-24","ec-person-13ac9a19d8d04f97c0d32603d014df0dd4e1cd2a"]}} -{"id":"ec-meeting-2018-04-22-9236e7b96c6534b4b99688281a85497d02a0b50c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-22 - Cabinet of High Representative / Vice-President Federica Mogherini x Fiat Chrysler Automobiles"],"date":["2018-04-22"],"summary":["Energy Policy"],"notes":["Portfolio: Foreign Affairs and Security Policy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"involved":["eu-tr-7387356890-48","ec-person-702cc2c6e5f88e6a62c801eccaff75ef5e753d5b","ec-person-0d87d503aa00db1df141f3b1bfea3e0ccb43ece9"]}} -{"id":"ec-meeting-2018-04-22-ea437da175ad760cdac11245598246a9673e95ee","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-22 - Cabinet of Commissioner Elżbieta Bieńkowska x EPIA SolarPower Europe"],"date":["2018-04-22"],"summary":["Solar Power & Cell trade measures"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-2680046412-48","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2018-04-23-01e63b3e0370bde3ec1436fcc6ff1c7627a70833","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-23 - Cabinet of Vice-President Valdis Dombrovskis x The Blackstone Group"],"date":["2018-04-23"],"summary":["EU-US regulatory cooperation, Sustainable Finance, Brexit"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["New York, USA"],"address":["New York, USA"],"addressEntity":["addr-fe85b13894aa74f95c597e7c24cb01db45138f53"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-883583528340-71","ec-person-537401fc0be04984531b83660f416bf2fe14fbd8","ec-person-a9eda2e8ea54b70a968327672c6cada679d3cd56"]}} -{"id":"ec-meeting-2018-04-23-19c6d9e5e896f2e0bdd29c737619aeaa75e1ad58","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-23 - Cabinet of Vice-President Valdis Dombrovskis x BlackRock"],"date":["2018-04-23"],"summary":["EU-US regulatory cooperation, Sustainable Finance, Brexit"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["New York, USA"],"address":["New York, USA"],"addressEntity":["addr-fe85b13894aa74f95c597e7c24cb01db45138f53"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-b98fb7512c796626297f1e89a96665cbbb19188a","eu-tr-51436554494-18","ec-person-537401fc0be04984531b83660f416bf2fe14fbd8","ec-person-a9eda2e8ea54b70a968327672c6cada679d3cd56"]}} -{"id":"ec-meeting-2018-04-23-1dcd8162125731dadd0b4713eab641bfe32a10df","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-23 - Trade x Comité Européen des Entreprises Vins"],"date":["2018-04-23"],"summary":["EU wines in Canada, China and Mercosur"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-trade"],"involved":["eu-tr-2663914841-28","ec-person-bde9bb099f5d24c52ca4a9255cefc99a5b87a650"]}} -{"id":"ec-meeting-2018-04-23-1f791f2f11ccf5c830de683a9fb83f99a99de708","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-23 - Cabinet of Vice-President Miguel Arias Cañete x Snam S.p.A."],"date":["2018-04-23"],"summary":["development of biomethane"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-284336314886-25","ec-person-95f883d5d0d484088f26191a8fea8553d674dfbe"]}} -{"id":"ec-meeting-2018-04-23-21335ffdff2de8a1e662fb9ecc6ad09616a1fea2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-23 - Cabinet of Commissioner Pierre Moscovici x BLUE STAR STRATEGIES SAS"],"date":["2018-04-23"],"summary":["discussion on data analysis in fighting tax Fraud"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["ec-person-1d299d025d2afdcba46db3d131b6197fab6e0c89","eu-tr-949247229948-43"]}} -{"id":"ec-meeting-2018-04-23-2545435d6221d3c2af6ea0e51b60d9ccebaaccf4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-23 - Cabinet of Vice-President Jyrki Katainen x Metsäliitto Cooperative"],"date":["2018-04-23"],"summary":["Investments, circular-bioeconomy"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90","eu-tr-962687110415-94"]}} -{"id":"ec-meeting-2018-04-23-3638dbdd591a3bc1f6145586ff11bd68cf8ce79e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-23 - Cabinet of Vice-President Valdis Dombrovskis x European Association of Co-operative Banks"],"date":["2018-04-23"],"summary":["ESAs review - Sustainable Finance"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-48f31156d932641826e09f5b73f074d35ff05786","eu-tr-4172526951-19"]}} -{"id":"ec-meeting-2018-04-23-437b7354cbcad2e7a5d15f23651e1073500b8d02","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-23 - Task Force for Relations with the United Kingdom x Siemens AG"],"date":["2018-04-23"],"summary":["Meeting with the Task Force for the Preparation and Conduct of the Negotiations with the United Kingdom under Article 50 TEU"],"location":["Hannover, DE"],"address":["Hannover, DE"],"addressEntity":["addr-ca09133084139ccab9eb59c60ab0fa8dec997d9e"],"organizer":["ec-dg-uktf"],"involved":["ec-person-864cfa5fbc9b02a079ffbab1107f252c7bb08478","eu-tr-4266797770-31"]}} -{"id":"ec-meeting-2018-04-23-43ff5f152464903d4492daee34a2712509bda0f1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-23 - Cabinet of Vice-President Valdis Dombrovskis x Index Industry Association"],"date":["2018-04-23"],"summary":["ESAs review - Benchmark regulation"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-30d770ccd575865b3106f94220ce1ace16e48f1a","eu-tr-136898816618-04"]}} -{"id":"ec-meeting-2018-04-23-44350495bb8949a4e876f13faadd743717e27805","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-23 - Task Force for Relations with the United Kingdom x GS1"],"date":["2018-04-23"],"summary":["Meeting with the Task Force for the Preparation and Conduct of the Negotiations with the United Kingdom under Article 50 TEU"],"location":["Hannover, DE"],"address":["Hannover, DE"],"addressEntity":["addr-ca09133084139ccab9eb59c60ab0fa8dec997d9e"],"organizer":["ec-dg-uktf"],"involved":["eu-tr-073756422825-22","ec-person-864cfa5fbc9b02a079ffbab1107f252c7bb08478"]}} -{"id":"ec-meeting-2018-04-23-52bd26079ccea2a39e1c590d07abae96f2811930","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-23 - Education, Youth, Sport and Culture x British Council Deutscher Akademischer Austauschdienst"],"date":["2018-04-23"],"summary":["Discussion on European University Network; Erasmus+ and marketing of Higher Education."],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-eac"],"involved":["ec-person-68d4f99b9ed1b40d86ebbf81f8f35aeebd6c5fc5","eu-tr-17888758870-92","eu-tr-55906747924-11"]}} -{"id":"ec-meeting-2018-04-23-59d06537e3233a4cdea3be97e0a3f8b13d92fdf6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-23 - Cabinet of Commissioner Mariya Gabriel x European agri-cooperatives European farmers"],"date":["2018-04-23"],"summary":["Launching event of the EU code of conduct on agricultural data sharing"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-09586631237-74","ec-person-fc1068d79545d1659bf47e9b62bfb0aed175629e","eu-tr-44856881231-49"]}} -{"id":"ec-meeting-2018-04-23-5c0a34e3c167a377c9e3dea135bbb4c8e4ff0e5f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-23 - Task Force for Relations with the United Kingdom x KUKA AG"],"date":["2018-04-23"],"summary":["Meeting with the Task Force for the Preparation and Conduct of the Negotiations with the United Kingdom under Article 50 TEU"],"location":["Hannover, DE"],"address":["Hannover, DE"],"addressEntity":["addr-ca09133084139ccab9eb59c60ab0fa8dec997d9e"],"organizer":["ec-dg-uktf"],"involved":["ec-person-864cfa5fbc9b02a079ffbab1107f252c7bb08478","eu-tr-203926218805-93"]}} -{"id":"ec-meeting-2018-04-23-5c683ac33c742d964ae62db215b7a4fe9c4743f6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-23 - Cabinet of Commissioner Mariya Gabriel x Salesforce"],"date":["2018-04-23"],"summary":["Gender equality"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-991195317279-06","ec-person-6cd1e3bf3a4eec9e9db49b32cf3d20ab7dbfe03f"]}} -{"id":"ec-meeting-2018-04-23-690934db959a73645a3fdd28178de4d94c4c8e2f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-23 - Employment, Social Affairs and Inclusion x EUROPEAN TRADE UNION CONFEDERATION"],"date":["2018-04-23"],"summary":["Introductory meeting"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-empl"],"involved":["eu-tr-06698681039-26","ec-person-dd259fce880e1853f0beb087443bce6e7dea70d7"]}} -{"id":"ec-meeting-2018-04-23-6e4d9b7cd48cef3a9ab9466b8e39c217e44618ed","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-23 - Cabinet of Commissioner Elżbieta Bieńkowska x eBay EU liaison office Grayling"],"date":["2018-04-23"],"summary":["EU consumer law directives"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["brussels"],"address":["brussels"],"addressEntity":["addr-e2daa1574b7ac475c827b33e281bd2d5e013c882"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-53141413510-95","ec-person-b2f9be51339f054477846797e2c119fcf16548fc","eu-tr-40386322300-77"]}} -{"id":"ec-meeting-2018-04-23-75ba4d241a637c4017fc682bff48dcd29401c4dd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-23 - Task Force for Relations with the United Kingdom x ABB Ltd"],"date":["2018-04-23"],"summary":["Meeting with the Task Force for the Preparation and Conduct of the Negotiations with the United Kingdom under Article 50 TEU"],"location":["Hannover, DE"],"address":["Hannover, DE"],"addressEntity":["addr-ca09133084139ccab9eb59c60ab0fa8dec997d9e"],"organizer":["ec-dg-uktf"],"involved":["eu-tr-7790041608-14","ec-person-864cfa5fbc9b02a079ffbab1107f252c7bb08478"]}} -{"id":"ec-meeting-2018-04-23-81bf93d5a6ec7178bcf714c3bd266b59800e413f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-23 - Task Force for Relations with the United Kingdom x SAP"],"date":["2018-04-23"],"summary":["Meeting with the Task Force for the Preparation and Conduct of the Negotiations with the United Kingdom under Article 50 TEU"],"location":["Hannover, DE"],"address":["Hannover, DE"],"addressEntity":["addr-ca09133084139ccab9eb59c60ab0fa8dec997d9e"],"organizer":["ec-dg-uktf"],"involved":["ec-person-864cfa5fbc9b02a079ffbab1107f252c7bb08478","eu-tr-639117311617-01"]}} -{"id":"ec-meeting-2018-04-23-9236919c7685616115ada35dab1ec9fe264cb7e8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-23 - Task Force for Relations with the United Kingdom x Deutsche Messe AG"],"date":["2018-04-23"],"summary":["Meeting with the Task Force for the Preparation and Conduct of the Negotiations with the United Kingdom under Article 50 TEU"],"location":["Hannover, DE"],"address":["Hannover, DE"],"addressEntity":["addr-ca09133084139ccab9eb59c60ab0fa8dec997d9e"],"organizer":["ec-dg-uktf"],"involved":["ec-person-864cfa5fbc9b02a079ffbab1107f252c7bb08478","eu-tr-55535346410-37"]}} -{"id":"ec-meeting-2018-04-23-ae07d3b1c2830965bad0ca0a71261a03a8cfab53","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-23 - Cabinet of Commissioner Phil Hogan x European Environmental Bureau WWF - UK Stichting BirdLife Europe"],"date":["2018-04-23"],"summary":["New CAP and the environment"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-06798511314-27","ec-person-68b8e931bdd0cafe77ab8e98d87edbea128d6c49","eu-tr-1083162721-43","eu-tr-407803414785-68","ec-person-a1a78365cc4685b0958056646204977d8f2ead92"]}} -{"id":"ec-meeting-2018-04-23-da14857af85fb079c3cf3157ad268ffd1d3c421e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-23 - Task Force for Relations with the United Kingdom x Schneider Electric"],"date":["2018-04-23"],"summary":["Meeting with the Task Force for the Preparation and Conduct of the Negotiations with the United Kingdom under Article 50 TEU"],"location":["Hannover, DE"],"address":["Hannover, DE"],"addressEntity":["addr-ca09133084139ccab9eb59c60ab0fa8dec997d9e"],"organizer":["ec-dg-uktf"],"involved":["eu-tr-46302264606-44","ec-person-864cfa5fbc9b02a079ffbab1107f252c7bb08478"]}} -{"id":"ec-meeting-2018-04-23-dd31817e3da91abd81372fe52c761ec97983edce","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-23 - Cabinet of Vice-President Jyrki Katainen x Index Industry Association"],"date":["2018-04-23"],"summary":["Benchmark regulation, ESA review, sustainable finance"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-955e8c493ab54847bb92b65986f56a401f8eabee","eu-tr-136898816618-04"]}} -{"id":"ec-meeting-2018-04-23-de085e77365ac5683595d9d93423375db9a6c44e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-23 - Cabinet of President Jean-Claude Juncker x Bundesverband deutscher Banken e.V. Konrad-Adenauer-Stiftung"],"date":["2018-04-23"],"summary":["Panel discussion at the conference \"A future is now - A changing banking sector\""],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-c402e34a99fbee730ae22e3b1958e21c94dc6fcc","eu-tr-0764199368-97","eu-tr-510151427278-94"]}} -{"id":"ec-meeting-2018-04-23-e8e1f7b36cb5d62439488f4b9084da2d5c6fe3ff","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-23 - Task Force for Relations with the United Kingdom x Verband Deutscher Maschinen- und Anlagenbau e.V."],"date":["2018-04-23"],"summary":["Meeting with the Task Force for the Preparation and Conduct of the Negotiations with the United Kingdom under Article 50 TEU"],"location":["Hannover, DE"],"address":["Hannover, DE"],"addressEntity":["addr-ca09133084139ccab9eb59c60ab0fa8dec997d9e"],"organizer":["ec-dg-uktf"],"involved":["ec-person-864cfa5fbc9b02a079ffbab1107f252c7bb08478","eu-tr-9765362691-45"]}} -{"id":"ec-meeting-2018-04-23-e92e1cd3b4b3d5d9f934d64399517cb4685c44d0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-23 - Cabinet of Vice-President Valdis Dombrovskis x JPMorgan Chase & Co."],"date":["2018-04-23"],"summary":["EU-US regulatory cooperation, Brexit"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["New York, USA"],"address":["New York, USA"],"addressEntity":["addr-fe85b13894aa74f95c597e7c24cb01db45138f53"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-9171899949-17","ec-person-a9eda2e8ea54b70a968327672c6cada679d3cd56"]}} -{"id":"ec-meeting-2018-04-23-eff90e7db3e251eba39b7738a2dea1c74c506454","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-23 - Cabinet of Commissioner Phil Hogan x European Environmental Bureau"],"date":["2018-04-23"],"summary":["Environmental and Agri Issues"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-06798511314-27","ec-person-a1a78365cc4685b0958056646204977d8f2ead92"]}} -{"id":"ec-meeting-2018-04-24-0fce5a5b8e485a3edbca0f99650d218734d5b815","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-24 - Cabinet of High Representative / Vice-President Federica Mogherini x Open Society European Policy Institute"],"date":["2018-04-24"],"summary":["Developments in the implementation of the EU-Moldova Association Agreement and reforms"],"notes":["Portfolio: Foreign Affairs and Security Policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"involved":["ec-person-d2aee33b6a13b13cbded48adb1a569f8cf4d4033","eu-tr-8557515321-37"]}} -{"id":"ec-meeting-2018-04-24-13b5cc29c9258c46573cd76268a753b15c178074","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-24 - Cabinet of Commissioner Carlos Moedas x European Environmental Bureau"],"date":["2018-04-24"],"summary":["Future agriculture policy and research and innovation"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["eu-tr-06798511314-27","ec-person-0a716bf5253e913fc40ebf14c12f30dc2e7a06ee"]}} -{"id":"ec-meeting-2018-04-24-165b4737599ad5a5d0437df28067bd73170c5212","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-24 - Cabinet of Vice-President Jyrki Katainen x Paperiliitto ry"],"date":["2018-04-24"],"summary":["Future of Europe, Circular Economy."],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90","eu-tr-667392830247-34"]}} -{"id":"ec-meeting-2018-04-24-173f2d12ec8b6be4f758976c4054ccf939259500","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-24 - Cabinet of Vice-President Andrus Ansip x AMC Networks Inc."],"date":["2018-04-24"],"summary":["e-privacy directive"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-3ca0c466b8ff230d4409591430b388007ce14ff8","eu-tr-457013019507-96"]}} -{"id":"ec-meeting-2018-04-24-3000365640b6b2d31c033bc7b1c97c734ae39c97","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-24 - Cabinet of Commissioner Věra Jourová x Google"],"date":["2018-04-24"],"summary":["e-evidence, online hate speech, GDPR, Privacy Shield"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-3269ef00f0778677e6f4c8e0f72ce019084206fb","ec-person-a608b85b2ffef83f883b5a2330b6232efa1b7141","eu-tr-03181945560-59","ec-person-1e0e3a00ab815dea7c5b839b002ed2c7e34bfe0a"]}} -{"id":"ec-meeting-2018-04-24-3c861a1a1fdc97397da6569d7026b78dea2b139b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-24 - Cabinet of Commissioner Marianne Thyssen x Eurodiaconia"],"date":["2018-04-24"],"summary":["The role of social services in the implementation of the European Pillar of Social Rights"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["EP"],"address":["EP"],"addressEntity":["addr-00c1bff9de8d4fc009abbfd696151a6d58535852"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["eu-tr-4293010684-55","ec-person-5a49eb89125b4b5d1125b3925bbb64aba1bea2b3"]}} -{"id":"ec-meeting-2018-04-24-44284bedec90058b444ae83314640305f31b09ab","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-24 - Cabinet of Vice-President Jyrki Katainen x Helmholtz-Gemeinschaft Deutscher Forschungszentren e.V."],"date":["2018-04-24"],"summary":["FP9"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90","eu-tr-73792436593-97"]}} -{"id":"ec-meeting-2018-04-24-5443d3d8ecdd2d461054b8a2ad0cd1473dc2e3e5","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2018-04-24 - Cabinet of Commissioner Phil Hogan x Google"],"date":["2018-04-24"],"summary":["Agri Issues","Business discussion"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-d4e0ed779d9afad22ebc402fe3db519e121e437c","eu-tr-03181945560-59","ec-person-a1a78365cc4685b0958056646204977d8f2ead92"]}} -{"id":"ec-meeting-2018-04-24-591b07a10263a0106b33766b22b5d2a7970ed061","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-24 - Cabinet of First Vice-President Frans Timmermans x European Federation of National Organisations working with the Homeless"],"date":["2018-04-24"],"summary":["Homelessness and housing exclusion"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-42528706153-39","ec-person-966667b73d92624be9bb019c2baab7e52331b3d3"]}} -{"id":"ec-meeting-2018-04-24-7d5ffc9e85a0e7c66a6d5d8fbcd475438ed9550d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-24 - Cabinet of Vice-President Maroš Šefčovič x Rasmussen Global"],"date":["2018-04-24"],"summary":["State of play Energy Reform in Ukraine"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-3bf48630444ace93d407e52eb880e64d480f75ce","ec-person-1f95be23689cd4ed0a26fe2980f760ccf2d55c1e","eu-tr-923424020779-19"]}} -{"id":"ec-meeting-2018-04-24-8b40b71c9400c8490836551a8774c5d3e7edec3c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-24 - Cabinet of Vice-President Jyrki Katainen x London Stock Exchange Group"],"date":["2018-04-24"],"summary":["Sustainable Finance, Benchmarks, Fiduciary Duties"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-550494915045-08","ec-person-955e8c493ab54847bb92b65986f56a401f8eabee"]}} -{"id":"ec-meeting-2018-04-24-a34706c0c0f50b01fb0b086716f22dc817f8b126","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-24 - Cabinet of Commissioner Violeta Bulc x Viapass"],"date":["2018-04-24"],"summary":["Conference- presentation on road issues"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-dd7851e4a1e747e824b4f81139e33bc3cdb73160","eu-tr-771634731328-02"]}} -{"id":"ec-meeting-2018-04-24-a464141a80a26ec2bcb6f814285614e986fc7a43","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-24 - Cabinet of Commissioner Marianne Thyssen x European Association of Service providers for Persons with Disabilities Inclusion Europe aisbl. EUROPEAN NETWORK ON INDEPENDENT LIVING BRUSSELS Confederation of Family Organisations in the European Union"],"date":["2018-04-24"],"summary":["MFF"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["eu-tr-452452824585-66","eu-tr-93283396780-85","ec-person-97cc52ff34af5e6170626d2711bb791d319e064a","eu-tr-230235714034-13","eu-tr-120906010805-50"]}} -{"id":"ec-meeting-2018-04-24-a4a1d09dbca2208d534274d34138d6de3dc59db7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-24 - Cabinet of Commissioner Phil Hogan x Conféderation Européenne des Propriétaires Forestiers"],"date":["2018-04-24"],"summary":["Business discusison"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-3647455667-08","ec-person-400dd8d59d3060187d9b9b143d697da1a3d03c12"]}} -{"id":"ec-meeting-2018-04-24-c54a40b316aa118c0da26cbfee654979b252e85e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-24 - Cabinet of Vice-President Günther Oettinger x Helmholtz-Gemeinschaft Deutscher Forschungszentren e.V."],"date":["2018-04-24"],"summary":["MFF implications on FP9"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-73792436593-97","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2018-04-24-c7ca7e6ee02e63c1dbe30fd5d9936cde22bc60d6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-24 - Cabinet of First Vice-President Frans Timmermans x Green 10"],"date":["2018-04-24"],"summary":["discussion on Sustainable Development in MFF, CAP and other Commission workstreams"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels, BERL"],"address":["Brussels, BERL"],"addressEntity":["addr-3c3fa5f92474ebac668808553fbab6d1c14aa243"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["ec-person-966667b73d92624be9bb019c2baab7e52331b3d3","eu-tr-70309834043-10"]}} -{"id":"ec-meeting-2018-04-24-cb861fa798fed7c2f7ef7fef7b9c931b39a50e6c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-24 - Inspire, Debate, Engage and Accelerate Action x Dow Europe GmbH"],"date":["2018-04-24"],"summary":["Industrial Policy"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-dg-idea"],"involved":["eu-tr-38235121060-73","ec-person-4fe56a64c00b3e81c851b5538878b32481bd7d3c"]}} -{"id":"ec-meeting-2018-04-24-cbf89307a5f5bc6b2ba7b23e4caa43344b9c602b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-24 - Cabinet of Commissioner Elżbieta Bieńkowska x European Chamber of Commerce, Singapore"],"date":["2018-04-24"],"summary":["EU-Singapore FTA"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["brussels"],"address":["brussels"],"addressEntity":["addr-e2daa1574b7ac475c827b33e281bd2d5e013c882"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["ec-person-b2f9be51339f054477846797e2c119fcf16548fc","eu-tr-940591523693-85"]}} -{"id":"ec-meeting-2018-04-24-d1af535d35697ff9a3a74d5e07ffec132a2ea16c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-24 - Cabinet of Vice-President Johannes Hahn x Rasmussen Global"],"date":["2018-04-24"],"summary":["Ukraine"],"notes":["Portfolio: European Neighbourhood Policy & Enlargement Negotiations"],"location":["belgium"],"address":["belgium"],"addressEntity":["addr-c838f8466b14e3075375a453fabc7f5c0413528e"],"organizer":["ec-cabinet-hahn-johannes-of-president-vice"],"involved":["ec-person-f672afec7a839bc5243ddd3590bf9d6526226d41","eu-tr-923424020779-19"]}} -{"id":"ec-meeting-2018-04-24-e0bff8e4da6cd9efa517be3fc0edc6eefdb7c46d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-24 - Cabinet of Vice-President Cecilia Malmström x The European Steel Association"],"date":["2018-04-24"],"summary":["Developments in the European steel sector"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-93038071152-83","ec-person-591ec829ca734bcfe59a2c9c7f07f9dff22a0ea9"]}} -{"id":"ec-meeting-2018-04-24-e3034b08b6725748343f597585b27ad81cf55d49","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-24 - Cabinet of Vice-President Valdis Dombrovskis x Invest Europe"],"date":["2018-04-24"],"summary":["Cross-border distribution of investment funds"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-30d770ccd575865b3106f94220ce1ace16e48f1a","eu-tr-60975211600-74"]}} -{"id":"ec-meeting-2018-04-24-f7764a19369e277aced200dc8316bd6fc4b7b636","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-24 - Cabinet of Vice-President Andrus Ansip x Stripe, Inc."],"date":["2018-04-24"],"summary":["Company Presentation and Fintech Action Plan"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-0f698e3a0cc0bd6a02e1bd386a25cedc1366f3f1","eu-tr-389356530261-76"]}} -{"id":"ec-meeting-2018-04-24-fc69081b0206f30cea405caf2e0de2a222900022","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-24 - Mobility and Transport x KLM Royal Dutch Airlines"],"date":["2018-04-24"],"summary":["PAX rights, aviation taxes"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-move"],"involved":["eu-tr-76441066192-30","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2018-04-24-fe1b97d10c764e94c8fb03d2ed1467da88fe868d","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2018-04-24 - Cabinet of Commissioner Marianne Thyssen x European Anti Poverty Network"],"date":["2018-04-24"],"summary":["Launch of the European Minimum Income Network (EMIN) awareness raising Bus Tour"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["EP esplanade"],"address":["EP esplanade"],"addressEntity":["addr-0b9fa3a65cad68870b8eb94e80c97b119fd0de77"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["eu-tr-3945154610-54","ec-person-c508e9337eca6b067c1f966b82de49c4824a3ad0"]}} -{"id":"ec-meeting-2018-04-24-fe7b34a0d428f75b7e485bd339840376abfc060f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-24 - Cabinet of Vice-President Jyrki Katainen x European Alliance to Save Energy"],"date":["2018-04-24"],"summary":["MFF and climate and energy targets"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90","eu-tr-37816636575-51"]}} -{"id":"ec-meeting-2018-04-25-04dd71fffaffb38890363b1b25128062a6205b6f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-25 - Directorate-General for International Partnerships x IPEMED"],"date":["2018-04-25"],"summary":["Follow up meeting on Project \"Verticalle Sectorielle\""],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-intpa"],"involved":["eu-tr-540954229146-34","ec-person-05c4477b89b93e7969f12d89b38f77fedce5876f"]}} -{"id":"ec-meeting-2018-04-25-0766b14ec67af81532aa61c85cf6261b8d8cb069","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2018-04-25 - Cabinet of High Representative / Vice-President Federica Mogherini x Ashoka"],"date":["2018-04-25"],"summary":["Migration"],"notes":["Portfolio: Foreign Affairs and Security Policy"],"location":["BRUSSELS, BELGIUM","Brussels"],"address":["BRUSSELS, BELGIUM","Brussels"],"addressEntity":["addr-4c1ab42f2d67a167e7e42a844fe060e6aeea37ad","addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"involved":["eu-tr-603232231321-29","ec-person-23c55ec7dbedbeca55522253bc69ae6fd1bea72c"]}} -{"id":"ec-meeting-2018-04-25-0a161889f45ecc73a1046030430c4381f33258e9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-25 - Taxation and Customs Union x Swiss Finance Council"],"date":["2018-04-25"],"summary":["Exchange of views on EU tax priorities"],"location":["Brussels/Belgium"],"address":["Brussels/Belgium"],"addressEntity":["addr-c476280916fa20b5023288c48bfbed9c057a1c28"],"organizer":["ec-dg-taxud"],"involved":["ec-person-3173c1cc052827c58f23ccd3a8de07534f0d35bd","eu-tr-858716912337-17"]}} -{"id":"ec-meeting-2018-04-25-0ad4cfd4b6ada7e688578c8b7a28ebb868ac379d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-25 - Cabinet of Commissioner Carlos Moedas x Slovenská poľnohospodárska a potravinárska komora"],"date":["2018-04-25"],"summary":["Future agriculture policy and research and innovation"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-0a716bf5253e913fc40ebf14c12f30dc2e7a06ee","eu-tr-686808520772-77"]}} -{"id":"ec-meeting-2018-04-25-124513432bfa279555c97cd691c0629a66f16aeb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-25 - Migration and Home Affairs x Google"],"date":["2018-04-25"],"summary":["Discussion on terrorist content online"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-home"],"involved":["ec-person-58ef6a24ab6e45538fba799818c74d1498108657","eu-tr-03181945560-59"]}} -{"id":"ec-meeting-2018-04-25-137187a5c2723b10d62857b48850c9556ddf41d6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-25 - Cabinet of Commissioner Mariya Gabriel x Federation of European Neuroscience Societies"],"date":["2018-04-25"],"summary":["European Open Science policy agenda and the future of research and innovation in Europe"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["ec-person-fc1068d79545d1659bf47e9b62bfb0aed175629e","eu-tr-422785311156-67"]}} -{"id":"ec-meeting-2018-04-25-14183cf01ee56fd2d20cffe3c95650452f4ea1e4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-25 - Cabinet of Commissioner Corina Crețu x European Chess Union"],"date":["2018-04-25"],"summary":["Courtsy meeting. Use of chess for social inclusion"],"notes":["Portfolio: Regional Policy"],"location":["Bruxelles"],"address":["Bruxelles"],"addressEntity":["addr-b58f5927b66d94a676970dc048485d4c6848f272"],"organizer":["ec-cabinet-commissioner-corina-cretu-of"],"involved":["eu-tr-771087217632-01","ec-person-2ab6296ada57eee7b1af6a77e7ff23cf6b0b1ccf"]}} -{"id":"ec-meeting-2018-04-25-28b69abc58d7ab4c6f5f12178eecea92cfc39f11","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-25 - Cabinet of Commissioner Carlos Moedas x SpaceY"],"date":["2018-04-25"],"summary":["Space sector in FP9"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-a45151b401196e9c374c9acdada9d8840da271ad","eu-tr-864636618893-67"]}} -{"id":"ec-meeting-2018-04-25-33308afd68718fbe09467be62ca3414eef34b86a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-25 - Task Force for Relations with the United Kingdom x EUROPEAN TRADE UNION CONFEDERATION"],"date":["2018-04-25"],"summary":["Meeting with the Task Force for the Preparation and Conduct of the Negotiations with the United Kingdom under Article 50 TEU"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-uktf"],"involved":["ec-person-864cfa5fbc9b02a079ffbab1107f252c7bb08478","eu-tr-06698681039-26"]}} -{"id":"ec-meeting-2018-04-25-3a86e7b0403deeeb447b1fd3facea410d14b9e89","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-25 - Cabinet of Commissioner Phil Hogan x Confederazione Generale dell'Industria Italiana"],"date":["2018-04-25"],"summary":["future of CAP"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-27762251795-15","ec-person-428cf365f3847d04012831ef2642a1a69aed518d"]}} -{"id":"ec-meeting-2018-04-25-47f2d3f67fa6004688bc2c18516ce979c44fe98a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-25 - Cabinet of Commissioner Vytenis Andriukaitis x Eesti Põllumajandus-Kaubanduskoda Lietuvos Respublikos žemės ūkio rūmai Biedrība Zemnieku saeima"],"date":["2018-04-25"],"summary":["Food safety issues and future CAP"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["eu-tr-906727822631-61","eu-tr-961707318657-19","ec-person-d462b3c7daeee00ad55e380a7fb96819f79899df","eu-tr-340415211061-17"]}} -{"id":"ec-meeting-2018-04-25-58ead1943533e345be7a2addd4b447a909bc576c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-25 - Cabinet of Vice-President Valdis Dombrovskis x S&P Global"],"date":["2018-04-25"],"summary":["Benchmarks Regulation"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-319148015141-55","ec-person-30d770ccd575865b3106f94220ce1ace16e48f1a"]}} -{"id":"ec-meeting-2018-04-25-5eb9c195258a4e62e02bbac684949f93b0deb86d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-25 - Cabinet of Commissioner Corina Crețu x Eurelectric aisbl"],"date":["2018-04-25"],"summary":["MFF post-2020"],"notes":["Portfolio: Regional Policy"],"location":["Brussels - Belgium"],"address":["Brussels - Belgium"],"addressEntity":["addr-85d514873c3b55c68206168e47e9d4fc69799cc8"],"organizer":["ec-cabinet-commissioner-corina-cretu-of"],"involved":["eu-tr-4271427696-87","ec-person-a8f47f7eb96bfb81929848b0ee89067bcbf0ce81"]}} -{"id":"ec-meeting-2018-04-25-725996930e64363b27eb5f1c5686c2fbe9c549ae","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-25 - Cabinet of Commissioner Vytenis Andriukaitis x Agrární komora České republiky Association for Innovative Farming Slovenská poľnohospodárska a potravinárska komora"],"date":["2018-04-25"],"summary":["EU farming and food industry challenges"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-0dbfffeb0323f819c8d57164906086dd8639c437","eu-tr-686808520772-77","eu-tr-375186527639-84","eu-tr-265015826916-32"]}} -{"id":"ec-meeting-2018-04-25-80eebcc2b829e85e50672dbfc1765f204365e2f3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-25 - Cabinet of High Representative / Vice-President Federica Mogherini x The European House - Ambrosetti"],"date":["2018-04-25"],"summary":["invitation to the HRVP from the European House Ambrosetti"],"notes":["Portfolio: Foreign Affairs and Security Policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"involved":["eu-tr-625244214975-24","ec-person-0d87d503aa00db1df141f3b1bfea3e0ccb43ece9"]}} -{"id":"ec-meeting-2018-04-25-8c84d2ce65220ffb04232774a71418c92d550eef","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-25 - Cabinet of Vice-President Maroš Šefčovič x Trans Adriatic Pipeline"],"date":["2018-04-25"],"summary":["TAP state of play"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-3bf48630444ace93d407e52eb880e64d480f75ce","eu-tr-570335813082-79"]}} -{"id":"ec-meeting-2018-04-25-98b57c0ee05bb5d671a2552f074123ba7427bb39","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-25 - Cabinet of First Vice-President Frans Timmermans x German Development Institute / Deutsches Institut für Entwicklungspolitik (DIE)"],"date":["2018-04-25"],"summary":["Discussion on SDGs and MFF"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels, BERL"],"address":["Brussels, BERL"],"addressEntity":["addr-3c3fa5f92474ebac668808553fbab6d1c14aa243"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["ec-person-8d1c5ff76a431332387aa10936b0bff13f7d71fd","eu-tr-236099517909-49"]}} -{"id":"ec-meeting-2018-04-25-99d7dcebef9844e82c41d0efc08b6e2c1297d8da","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-25 - Cabinet of Commissioner Violeta Bulc x AMADEUS IT GROUP S.A."],"date":["2018-04-25"],"summary":["Aviation issues"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-193056815367-44","ec-person-9d4dc4867a44dfe10f67ae7ee1706da3e8b48a24"]}} -{"id":"ec-meeting-2018-04-25-9aa227cfd5cba38fbfe1d1843c52cdfa6a3bf30c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-25 - Cabinet of Vice-President Jyrki Katainen x British Chamber of Commerce | EU & Belgium"],"date":["2018-04-25"],"summary":["Future of Europe"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90","eu-tr-56188303384-93"]}} -{"id":"ec-meeting-2018-04-25-a8a87a9e29fe103f8179f5c6db1f7c87ccc4c325","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-25 - Cabinet of Commissioner Vytenis Andriukaitis x WWF European Policy Programme European Public Health Alliance Greenpeace European Unit"],"date":["2018-04-25"],"summary":["Common Agricultural Policy reform"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-0dbfffeb0323f819c8d57164906086dd8639c437","eu-tr-9832909575-41","eu-tr-1414929419-24","eu-tr-18941013532-08"]}} -{"id":"ec-meeting-2018-04-25-ad79596f0d8826d30e996bc088ff8648e3205f1d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-25 - Cabinet of Vice-President Andrus Ansip x ERNIEAPP LTD"],"date":["2018-04-25"],"summary":["Consumers law"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-3ca0c466b8ff230d4409591430b388007ce14ff8","eu-tr-588975328336-69"]}} -{"id":"ec-meeting-2018-04-25-bedddac31b54346b3a5f0b43440d8fee79392063","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-25 - Cabinet of Vice-President Jyrki Katainen x Google"],"date":["2018-04-25"],"summary":["Promoting growth through training and investments"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-03181945560-59","ec-person-ccd2797b568cba38993df7d1dcc985dbc1eb439a"]}} -{"id":"ec-meeting-2018-04-25-bfb6a5086490d1076851f439a6abdcebe93b4004","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-25 - Cabinet of Vice-President Miguel Arias Cañete x Weber Shandwick"],"date":["2018-04-25"],"summary":["CCS - CCU, Mid-century Decarbonization Strategy"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-52836621780-65","ec-person-25a937c04cd0a0ddcf5cf34798e76b5105854114"]}} -{"id":"ec-meeting-2018-04-25-c81b3ab631e4422654ef1ce7c76ea29e853e59bf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-25 - Cabinet of Commissioner Phil Hogan x EuropaBio"],"date":["2018-04-25"],"summary":["Business discussion"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-400dd8d59d3060187d9b9b143d697da1a3d03c12","eu-tr-1298286943-59"]}} -{"id":"ec-meeting-2018-04-25-d3491c5d8247d5097ceecf9a0b74a034bd3b9c1f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-25 - Cabinet of Vice-President Günther Oettinger x Hanover Communications International"],"date":["2018-04-25"],"summary":["MFF + FP9"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["ec-person-76c97b49eb5244be0c8636bbc9caa6101f3cce84","eu-tr-712987314570-57"]}} -{"id":"ec-meeting-2018-04-25-d8102b280da4c84ecca0b612eb8166011d3f0947","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-25 - Cabinet of Commissioner Julian King x Google"],"date":["2018-04-25"],"summary":["Cybersecurity"],"notes":["Portfolio: Security Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-julian-king-of"],"involved":["ec-person-37c79733647a2293d1e96e976d3a72c6b707cb4c","eu-tr-03181945560-59"]}} -{"id":"ec-meeting-2018-04-25-de2c261af2a69bb9aef9ea54056acfdc7cd85f3f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-25 - Cabinet of Vice-President Jyrki Katainen x Mind the Bridge Foundation"],"date":["2018-04-25"],"summary":["Scaling up startups in Europe"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90","eu-tr-700186718007-46"]}} -{"id":"ec-meeting-2018-04-25-e4ce2c5f40e9e745880e027286e5b7c743030097","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-25 - Cabinet of President Jean-Claude Juncker x Trans Adriatic Pipeline"],"date":["2018-04-25"],"summary":["Future of Europe - Energy Union"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-b1bf9aa5fb7e886441ff341b657cc482b64a2a3e","eu-tr-570335813082-79"]}} -{"id":"ec-meeting-2018-04-25-ea45d71e44668abc54b732d659f5248e17cf34e0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-25 - Cabinet of Commissioner Vytenis Andriukaitis x European Meat Network"],"date":["2018-04-25"],"summary":["African Swine Fever"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-0dbfffeb0323f819c8d57164906086dd8639c437","eu-tr-376515721995-15"]}} -{"id":"ec-meeting-2018-04-25-f4de879cbfb28a75532a8ccff29284be8eba0db3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-25 - Trade x European Aluminium AISBL"],"date":["2018-04-25"],"summary":["US sanctions in Russia"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-trade"],"involved":["ec-person-bde9bb099f5d24c52ca4a9255cefc99a5b87a650","eu-tr-9224280267-20"]}} -{"id":"ec-meeting-2018-04-25-f75c8fe37bc0bcb30af68bfdbed99eeab12ffb2a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-25 - Cabinet of Commissioner Christos Stylianides x ExxonMobil Petroleum & Chemical"],"date":["2018-04-25"],"summary":["update of exploration activities offshore Cyprus"],"notes":["Portfolio: Humanitarian Aid & Crisis Management"],"location":["brussels"],"address":["brussels"],"addressEntity":["addr-e2daa1574b7ac475c827b33e281bd2d5e013c882"],"organizer":["ec-cabinet-christos-commissioner-of-stylianides"],"involved":["ec-person-cdd689bd079714522dad472ea4446b0fcc660d8f","eu-tr-0745650927-75"]}} -{"id":"ec-meeting-2018-04-25-fc25af0607581f2b97dddbd16e9576fa0980649b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-25 - Cabinet of First Vice-President Frans Timmermans x Centre for European Reform"],"date":["2018-04-25"],"summary":["Rule of Law"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-524976815651-12","ec-person-f87a3277bb5391e01fe3111e915444e51feb191a"]}} -{"id":"ec-meeting-2018-04-26-089bdfeadaa6808d35386e944e8579bae7e28681","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-26 - Cabinet of Commissioner Carlos Moedas x Safran"],"date":["2018-04-26"],"summary":["Aeronautics in FP9"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["eu-tr-71607351368-56","ec-person-a45151b401196e9c374c9acdada9d8840da271ad"]}} -{"id":"ec-meeting-2018-04-26-0a3cacf022cb9b5d6491ac8496a9d750dab90b6e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-26 - Cabinet of Vice-President Miguel Arias Cañete x E.ON SE"],"date":["2018-04-26"],"summary":["Energy Markets"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-1831691c10441c5974327bbeb8693d6b6c1e50c3","eu-tr-72760517350-57"]}} -{"id":"ec-meeting-2018-04-26-0c787d38174d557262aa52d3373103bab82cd79c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-26 - Financial Stability, Financial Services and Capital Markets Union x Mizuho Financial Group, Inc."],"date":["2018-04-26"],"summary":["RRM, Basel, Brexit, IPU"],"location":["Sofia"],"address":["Sofia"],"addressEntity":["addr-dc81691d3f747a7e7d4cbe0a008c6345a5438415"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-619816425761-15","ec-person-bdee7a93f95c8ef05079539170139b3c02e8ed96"]}} -{"id":"ec-meeting-2018-04-26-0dcac43d0d365962b6d1deb88d36e9b5dfaa6c5c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-26 - Cabinet of Vice-President Andrus Ansip x VMware International Unlimited Company"],"date":["2018-04-26"],"summary":["Cybersecurity priorities"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-3ca0c466b8ff230d4409591430b388007ce14ff8","eu-tr-922046321682-57"]}} -{"id":"ec-meeting-2018-04-26-0df547edae08a59b2d291ad3033c5d888d3ea8a2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-26 - Cabinet of Vice-President Jyrki Katainen x Finnish Transport and Logistics SKAL"],"date":["2018-04-26"],"summary":["SME Policy in the EU"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-53638476328-19","ec-person-ccd2797b568cba38993df7d1dcc985dbc1eb439a"]}} -{"id":"ec-meeting-2018-04-26-1a64349a24e237d2ca5b6269587b2cf4c0b1e041","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-26 - Financial Stability, Financial Services and Capital Markets Union x Moody's Shared Services UK Ltd."],"date":["2018-04-26"],"summary":["Brexit, CMU package, sustainable finance"],"location":["Sofia"],"address":["Sofia"],"addressEntity":["addr-dc81691d3f747a7e7d4cbe0a008c6345a5438415"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-55916968748-36","ec-person-bdee7a93f95c8ef05079539170139b3c02e8ed96"]}} -{"id":"ec-meeting-2018-04-26-210f96db7e5dce0e1573d59d0ce9933898d45ee0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-26 - Financial Stability, Financial Services and Capital Markets Union x Banco Santander, S.A."],"date":["2018-04-26"],"summary":["CRR/BRRD reviews"],"location":["Sofia"],"address":["Sofia"],"addressEntity":["addr-dc81691d3f747a7e7d4cbe0a008c6345a5438415"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-799142914971-03","ec-person-bdee7a93f95c8ef05079539170139b3c02e8ed96"]}} -{"id":"ec-meeting-2018-04-26-2bdca2ed3db55ead3988a0a9ace93d93b844237d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-26 - Cabinet of Commissioner Marianne Thyssen x European Chemical Industry Council"],"date":["2018-04-26"],"summary":["Next framework programme"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["ec-person-786ac5b4308f9797c51ea9c4491fcd16b6fac4cd","eu-tr-64879142323-90"]}} -{"id":"ec-meeting-2018-04-26-2dbc28c32dd2ab024b4c9102556257791d2a7ecf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-26 - Agriculture and Rural Development x Lantbrukarnas Riksförbund"],"date":["2018-04-26"],"summary":["Exchange of views on future of food and farming communication and food chain"],"location":["brussels"],"address":["brussels"],"addressEntity":["addr-e2daa1574b7ac475c827b33e281bd2d5e013c882"],"organizer":["ec-dg-agri"],"involved":["eu-tr-79239225070-38","ec-person-7bc7204a153f98afbf1ad1cffbdd10d06d9ae166"]}} -{"id":"ec-meeting-2018-04-26-2f750c073462d4d4aba4c9ffbfa9dfe1cf0007c2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-26 - Cabinet of Commissioner Pierre Moscovici x Deliveroo"],"date":["2018-04-26"],"summary":["Meeting to discuss Directive du Conseil sur le système commun de taxe sur les services numériques."],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["eu-tr-747495331229-90","ec-person-1d299d025d2afdcba46db3d131b6197fab6e0c89"]}} -{"id":"ec-meeting-2018-04-26-32f939f3849c1f18d351d70b9cee7fbde91dc145","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-26 - Cabinet of Commissioner Marianne Thyssen x Save the Children International"],"date":["2018-04-26"],"summary":["MFF"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["eu-tr-11610562644-55","ec-person-97cc52ff34af5e6170626d2711bb791d319e064a"]}} -{"id":"ec-meeting-2018-04-26-3798daa1b71ed86e7548e86f788b41e4554cf82a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-26 - Financial Stability, Financial Services and Capital Markets Union x Bank of America Corporation"],"date":["2018-04-26"],"summary":["Brexit"],"location":["Sofia"],"address":["Sofia"],"addressEntity":["addr-dc81691d3f747a7e7d4cbe0a008c6345a5438415"],"organizer":["ec-dg-fisma"],"involved":["ec-person-bdee7a93f95c8ef05079539170139b3c02e8ed96","eu-tr-53891615036-88"]}} -{"id":"ec-meeting-2018-04-26-3d2257f5b4df544760fd28bf5dae0309f065f4b0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-26 - Cabinet of Vice-President Günther Oettinger x Bill & Melinda Gates Foundation"],"date":["2018-04-26"],"summary":["External Investment Plan"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["ec-person-55a0b11edfe9b0b76e526f72b1ec2e9f2f74d5bc","eu-tr-371567915480-41"]}} -{"id":"ec-meeting-2018-04-26-448f6be4bb0f9e529a8b95b7c038684480706244","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-26 - Cabinet of Commissioner Elżbieta Bieńkowska x Leonardo S.p.A."],"date":["2018-04-26"],"summary":["Defence"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["ec-person-685ecf13dd26cd515c961e24ba71049af2302c5e","eu-tr-02550382403-01"]}} -{"id":"ec-meeting-2018-04-26-46c4326766453f6c3b2f4a2b05a0408722089cfb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-26 - Cabinet of Commissioner Marianne Thyssen x European Federation of Employee Share Ownership"],"date":["2018-04-26"],"summary":["Employee Share Ownership"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["eu-tr-309808016043-82","ec-person-97cc52ff34af5e6170626d2711bb791d319e064a"]}} -{"id":"ec-meeting-2018-04-26-4f03eb408f0b02bc809c7921f2ccf279b02dd8c2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-26 - Migration and Home Affairs x International Centre for Migration Policy Development"],"date":["2018-04-26"],"summary":["Discussion on the major migration priorities for the EU"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-home"],"involved":["ec-person-58ef6a24ab6e45538fba799818c74d1498108657","eu-tr-428294520891-74"]}} -{"id":"ec-meeting-2018-04-26-60f0e7e7b2a8c736050b87bc57e91abb296f87ae","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-26 - Cabinet of Commissioner Marianne Thyssen x Council of European Employers of the Metal, Engineering and Technology-based Industries"],"date":["2018-04-26"],"summary":["MFF"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["eu-tr-61370904700-45","ec-person-97cc52ff34af5e6170626d2711bb791d319e064a"]}} -{"id":"ec-meeting-2018-04-26-6914e02aeea14ea891a909b7bb9764021d53c258","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-26 - Financial Stability, Financial Services and Capital Markets Union x Deutsche Börse AG"],"date":["2018-04-26"],"summary":["CCP"],"location":["Sofia"],"address":["Sofia"],"addressEntity":["addr-dc81691d3f747a7e7d4cbe0a008c6345a5438415"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-20884001341-42","ec-person-bdee7a93f95c8ef05079539170139b3c02e8ed96"]}} -{"id":"ec-meeting-2018-04-26-6da039ddff61c178fd56d7e099c5fe237753607b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-26 - Cabinet of First Vice-President Frans Timmermans x Health & Environment Alliance"],"date":["2018-04-26"],"summary":["discussion on EU chemicals policy"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels, BERL"],"address":["Brussels, BERL"],"addressEntity":["addr-3c3fa5f92474ebac668808553fbab6d1c14aa243"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-00723343929-96","ec-person-8d1c5ff76a431332387aa10936b0bff13f7d71fd"]}} -{"id":"ec-meeting-2018-04-26-7566e90d170e89ba817338ecf7eaeb682594700d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-26 - Taxation and Customs Union x Confederation of British Industry"],"date":["2018-04-26"],"summary":["Exchange of views on EU tax priorities"],"location":["Brussels/Belgium"],"address":["Brussels/Belgium"],"addressEntity":["addr-c476280916fa20b5023288c48bfbed9c057a1c28"],"organizer":["ec-dg-taxud"],"involved":["eu-tr-73725676990-18","ec-person-3173c1cc052827c58f23ccd3a8de07534f0d35bd"]}} -{"id":"ec-meeting-2018-04-26-7d0fa8e6784d0ab7a7da6682e2056195616e3446","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-26 - Cabinet of Vice-President Jyrki Katainen x Health & Environment Alliance"],"date":["2018-04-26"],"summary":["Circular Economy agenda and the chemicals/environmental/health policy"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-00723343929-96","ec-person-0da85dc48012e26688310a59a0b51727ea68f410"]}} -{"id":"ec-meeting-2018-04-26-7e1acb52902b8e8f47f5bfd5d7c8c329b25bf5ee","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-26 - Financial Stability, Financial Services and Capital Markets Union x UK Finance"],"date":["2018-04-26"],"summary":["CMU, Brexit, BU"],"location":["Sofia"],"address":["Sofia"],"addressEntity":["addr-dc81691d3f747a7e7d4cbe0a008c6345a5438415"],"organizer":["ec-dg-fisma"],"involved":["ec-person-bdee7a93f95c8ef05079539170139b3c02e8ed96","eu-tr-001247527634-93"]}} -{"id":"ec-meeting-2018-04-26-81364a4e76d32f047cc7a183465111eafc698c36","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-26 - Cabinet of Commissioner Vytenis Andriukaitis x Lantbrukarnas Riksförbund"],"date":["2018-04-26"],"summary":["EU animal health legislation and reduction of use of antibiotics in the EU"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-0dbfffeb0323f819c8d57164906086dd8639c437","eu-tr-79239225070-38"]}} -{"id":"ec-meeting-2018-04-26-8240d4b55b198d4864a4e18cfffcfd9744d41b8a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-26 - Cabinet of Commissioner Vytenis Andriukaitis x Agence nationale de sécurité sanitaire de l'alimentation, de l'environnement et du travail"],"date":["2018-04-26"],"summary":["Science in decision making"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-b9c3f19e7c5f216e3e508f931ddd6a9cb59376d1","eu-tr-118084810394-25"]}} -{"id":"ec-meeting-2018-04-26-836558676cd2f1aac93b0cfb2b4a809889b5ca8c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-26 - Cabinet of Commissioner Violeta Bulc x Safran"],"date":["2018-04-26"],"summary":["Aviation issues"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-71607351368-56","ec-person-9d4dc4867a44dfe10f67ae7ee1706da3e8b48a24"]}} -{"id":"ec-meeting-2018-04-26-8f8a433ffc688804226d9256a7efb45d113b632e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-26 - Energy x ELECTRICITE DE FRANCE"],"date":["2018-04-26"],"summary":["Energy policy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-39966101835-69","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2018-04-26-91b31f8435374803abec8504eb4644f46973505f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-26 - Cabinet of Vice-President Valdis Dombrovskis x Eesti Põllumajandus-Kaubanduskoda Lietuvos Respublikos žemės ūkio rūmai Biedrība Zemnieku saeima"],"date":["2018-04-26"],"summary":["future of CAP"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-906727822631-61","eu-tr-961707318657-19","eu-tr-340415211061-17","ec-person-537401fc0be04984531b83660f416bf2fe14fbd8"]}} -{"id":"ec-meeting-2018-04-26-968e91b010b2dc7bad2b8f1ca333ce8b4e5e1bf0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-26 - Financial Stability, Financial Services and Capital Markets Union x European Savings and Retail Banking Group"],"date":["2018-04-26"],"summary":["Banking package, ESAs review"],"location":["Sofia"],"address":["Sofia"],"addressEntity":["addr-dc81691d3f747a7e7d4cbe0a008c6345a5438415"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-8765978796-80","ec-person-bdee7a93f95c8ef05079539170139b3c02e8ed96"]}} -{"id":"ec-meeting-2018-04-26-a5e286b24210aa516ccf052fd76ce3e7f545d37b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-26 - Cabinet of Vice-President Valdis Dombrovskis x Bank of America Corporation"],"date":["2018-04-26"],"summary":["Capital Markets Union - Brexit preparedness"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Sofia, Bulgaria"],"address":["Sofia, Bulgaria"],"addressEntity":["addr-d69bb66febb1be98993cab9f20f5a084a482035e"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-48f31156d932641826e09f5b73f074d35ff05786","ec-person-a9eda2e8ea54b70a968327672c6cada679d3cd56","eu-tr-53891615036-88"]}} -{"id":"ec-meeting-2018-04-26-ac4c8476ea34e8fd0e27f47fa7b134762c708d70","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-26 - Cabinet of Commissioner Phil Hogan x Glanbia"],"date":["2018-04-26"],"summary":["Agri matters"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Ireland"],"address":["Ireland"],"addressEntity":["addr-eb2131ece0efe78ee8bb1ae98af6099114a8df09"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-921133228513-07","ec-person-a1a78365cc4685b0958056646204977d8f2ead92"]}} -{"id":"ec-meeting-2018-04-26-b33158a70b9437d745bfd967f6988940336e4c1a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-26 - Cabinet of Commissioner Věra Jourová x Facebook Ireland Limited"],"date":["2018-04-26"],"summary":["GDPR"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["eu-tr-28666427835-74","ec-person-3269ef00f0778677e6f4c8e0f72ce019084206fb"]}} -{"id":"ec-meeting-2018-04-26-c4385e2a511f93871f6d8e201797386f2c21e9f3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-26 - Cabinet of Vice-President Cecilia Malmström x Diageo"],"date":["2018-04-26"],"summary":["EU free trade agreements and trade negotiation agenda"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-10774885698-20","ec-person-591ec829ca734bcfe59a2c9c7f07f9dff22a0ea9"]}} -{"id":"ec-meeting-2018-04-26-cc9501cecf5bbc0506e2dd254af6c2cd43c117c7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-26 - Cabinet of High Representative / Vice-President Federica Mogherini x International Federation for Human Rights International Partnership for Human Rights"],"date":["2018-04-26"],"summary":["MFF"],"notes":["Portfolio: Foreign Affairs and Security Policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"involved":["eu-tr-97628146980-33","ec-person-23c55ec7dbedbeca55522253bc69ae6fd1bea72c","eu-tr-47292178704-33"]}} -{"id":"ec-meeting-2018-04-26-d2eefc20358aa2f400e421a6d053ecd71f17bcaf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-26 - Cabinet of Commissioner Věra Jourová x Seznam.cz, a.s."],"date":["2018-04-26"],"summary":["Platform-to-Business proposal"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-a2ca9161feee56909a0e98b473c2d342c20fdb57","ec-person-184e698af1eb9e33b179680570ca171d8cb31c94","eu-tr-202560512850-84"]}} -{"id":"ec-meeting-2018-04-26-dfdace420b095da2255a5d051537e8cc83602c5d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-26 - Financial Stability, Financial Services and Capital Markets Union x BVI Bundesverband Investment und Asset Management e.V."],"date":["2018-04-26"],"summary":["PEPP, PRIIPS, ESAs, Brexit"],"location":["Sofia"],"address":["Sofia"],"addressEntity":["addr-dc81691d3f747a7e7d4cbe0a008c6345a5438415"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-96816064173-47","ec-person-bdee7a93f95c8ef05079539170139b3c02e8ed96"]}} -{"id":"ec-meeting-2018-04-26-e0af9cafb4b6468c4db6e67fa3e19336c87a6f8d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-26 - Financial Stability, Financial Services and Capital Markets Union x CaixaBank, S.A."],"date":["2018-04-26"],"summary":["Basel, Fintech, Sustainable finance"],"location":["Sofia"],"address":["Sofia"],"addressEntity":["addr-dc81691d3f747a7e7d4cbe0a008c6345a5438415"],"organizer":["ec-dg-fisma"],"involved":["ec-person-bdee7a93f95c8ef05079539170139b3c02e8ed96","eu-tr-055017716307-39"]}} -{"id":"ec-meeting-2018-04-26-ff84e701726f8eb559fb54ee5aac630a44ae58d8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-26 - Financial Stability, Financial Services and Capital Markets Union x The Goldman Sachs Group, Inc."],"date":["2018-04-26"],"summary":["RRM, Basel, Brexit, NPL"],"location":["Sofia"],"address":["Sofia"],"addressEntity":["addr-dc81691d3f747a7e7d4cbe0a008c6345a5438415"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-701266814986-18","ec-person-bdee7a93f95c8ef05079539170139b3c02e8ed96"]}} -{"id":"ec-meeting-2018-04-27-00565618e14559bd74a5c27bfc4f113da34bb0ee","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-27 - Communications Networks, Content and Technology x Google"],"date":["2018-04-27"],"summary":["Exchange of views on the DSM, with specific regards to the new initiatives on P2B and fake news. Future of intermediary liability, Artificial intelligence"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-03181945560-59","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2018-04-27-00aabfdc09987a879749d494bfd1ec6040239a16","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-27 - Cabinet of Vice-President Jyrki Katainen x Applied Materials"],"date":["2018-04-27"],"summary":["A.I."],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Palo Alto, USA"],"address":["Palo Alto, USA"],"addressEntity":["addr-e521cc294e6e4a17e5832e397f1bbc8aa0ab7438"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90","eu-tr-68030579311-05"]}} -{"id":"ec-meeting-2018-04-27-2e6b513a9b4c61915153c3017136a256a57166b0","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2018-04-27 - Cabinet of Commissioner Phil Hogan x Landbrug & Fødevarer - Danish Agriculture and Food Council"],"date":["2018-04-27"],"summary":["Climate policy"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-1634450483-86","ec-person-68b8e931bdd0cafe77ab8e98d87edbea128d6c49"]}} -{"id":"ec-meeting-2018-04-27-3648258cbe6f6c453f2c998cae502d50c12203d9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-27 - Task Force for Relations with the United Kingdom x Institut Mérieux"],"date":["2018-04-27"],"summary":["Meeting with the Task Force for the Preparation and Conduct of the Negotiations with the United Kingdom under Article 50 TEU"],"location":["France"],"address":["France"],"addressEntity":["addr-e3772ac4b4db87b4a8dbfa59ef43cd1a8ad29515"],"organizer":["ec-dg-uktf"],"involved":["eu-tr-974222523569-95","ec-person-864cfa5fbc9b02a079ffbab1107f252c7bb08478"]}} -{"id":"ec-meeting-2018-04-27-4fe5148d56cb0ab8aa928cab5bebf1d10593d913","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-27 - Cabinet of Commissioner Vytenis Andriukaitis x PERNOD RICARD"],"date":["2018-04-27"],"summary":["Responsible consumption of alcohol"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels, belgium"],"address":["Brussels, belgium"],"addressEntity":["addr-b39b9dcfba3e578ef360518fd0aa4ce7938fab00"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-d462b3c7daeee00ad55e380a7fb96819f79899df","eu-tr-352172811-92"]}} -{"id":"ec-meeting-2018-04-27-6a3ae0fe63b351919d4d050cff8eb210e774ead1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-27 - Cabinet of Commissioner Vytenis Andriukaitis x Association Internationale de la Mutualité"],"date":["2018-04-27"],"summary":["HTA"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["eu-tr-595328413083-91","ec-person-059ca943fc5fc696d2a97849c635ddf7b6ab7fd7","ec-person-df30d07ef698a52b9948b9c734db39196cf8541f"]}} -{"id":"ec-meeting-2018-04-27-7561c3ebbd4f38c222a8a6a769bbf0828fa70b41","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2018-04-27 - Cabinet of Commissioner Carlos Moedas x Association des Constructeurs Européens d'Automobiles"],"date":["2018-04-27"],"summary":["CO2 emission standards for heavy-duty vehicles","Auto"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-a45151b401196e9c374c9acdada9d8840da271ad","eu-tr-0649790813-47"]}} -{"id":"ec-meeting-2018-04-27-81ab774f683c939f28964ba16245bace45b408ed","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-27 - Cabinet of Vice-President Jyrki Katainen x McKinsey Global Institute"],"date":["2018-04-27"],"summary":["A.I."],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["San Francisco, USA"],"address":["San Francisco, USA"],"addressEntity":["addr-ad4c57bf43ff655bbfc50be9d5313f10b0ddf314"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90","eu-tr-752385731275-18"]}} -{"id":"ec-meeting-2018-04-27-8e7d92aa7a4f0be2e50c5f6d34f565135008bb58","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-27 - Trade x Airbus"],"date":["2018-04-27"],"summary":["WTO disputes"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-trade"],"involved":["ec-person-bde9bb099f5d24c52ca4a9255cefc99a5b87a650","eu-tr-2732167674-76"]}} -{"id":"ec-meeting-2018-04-27-8fcdba3b705d914890d314e48de726c502327f8f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-27 - Cabinet of Commissioner Věra Jourová x Toy Industries of Europe"],"date":["2018-04-27"],"summary":["Safety of toys and online marketplaces"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-a2ca9161feee56909a0e98b473c2d342c20fdb57","eu-tr-016371114093-01"]}} -{"id":"ec-meeting-2018-04-27-a8ed0cfb63f99387c5df93f6d517f6f9b3b396a6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-27 - Cabinet of Vice-President Maroš Šefčovič x European Alliance to Save Energy"],"date":["2018-04-27"],"summary":["Energy Union"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-af83ed49c403cb9d7ebfecca7893f0054c1f4be5","eu-tr-37816636575-51"]}} -{"id":"ec-meeting-2018-04-27-c88c60d6e04058ff8fe04629d8d2fcaf2bbbc33d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-27 - Cabinet of Commissioner Mariya Gabriel x Google"],"date":["2018-04-27"],"summary":["Safer internet"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-03181945560-59","ec-person-d995d34a2f8b1f0bf6a17486f5699181d6a01e1c"]}} -{"id":"ec-meeting-2018-04-27-e11292f9cc5058e0ca5a73d95dd3b8435da69f2d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-27 - European Neighbourhood and Enlargement Negotiations x Avisa Partners"],"date":["2018-04-27"],"summary":["Neighbourhood and enlargement negotiations"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-near"],"involved":["ec-person-1160ccf35947f06f1629cad85b9f162eb5575780","eu-tr-54210841652-13"]}} -{"id":"ec-meeting-2018-04-27-e57e85f07d1575c97666ad640ddae64334f87f46","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-27 - Cabinet of Vice-President Andrus Ansip x Fédération Internationale des Associations de producteurs de Films Headquarters asbl Association of Commercial Television and Video on Demand Services in Europe European Audiovisual Production Association"],"date":["2018-04-27"],"summary":["CabSat Regulation"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-332167817125-52","eu-tr-18574111503-28","eu-tr-59052572261-62","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45"]}} -{"id":"ec-meeting-2018-04-27-fff91c59ba7d805b00679aa9fab6b6cc9410ef65","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-27 - Cabinet of High Representative / Vice-President Federica Mogherini x Foreign Economic Relations Board of Turkey"],"date":["2018-04-27"],"summary":["EU-Turkey relations in view of the upcoming elections in Turkey"],"notes":["Portfolio: Foreign Affairs and Security Policy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"involved":["eu-tr-119458831154-84","ec-person-ffe369688b1df8f09154d965f094473d619d72e0"]}} -{"id":"ec-meeting-2018-04-30-161dffd223fb5fd8f052f8d8c7b618280f7b325b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-30 - Cabinet of Vice-President Andrus Ansip x Bureau Européen des Unions de Consommateurs"],"date":["2018-04-30"],"summary":["Copyright Directive and the Online Broadcasting Regulation"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-9505781573-45","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45"]}} -{"id":"ec-meeting-2018-04-30-2d0a582fa6ec0535c5e77475ecb47935bf9e1693","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-30 - Cabinet of Vice-President Cecilia Malmström x Airbus"],"date":["2018-04-30"],"summary":["Update on WTO case"],"notes":["Portfolio: Trade"],"location":["Brussels, Belgium."],"address":["Brussels, Belgium."],"addressEntity":["addr-33bd2d1a8be5ca867aa9c0e8d89d1cd6a1a28684"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-2732167674-76","ec-person-ce1312d2a248f71fe74eed58aa5915cfa445bbba"]}} -{"id":"ec-meeting-2018-04-30-8223b1c3119941b4dad397b9d0ab2e5f96169d01","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-30 - Competition x Bureau Européen des Unions de Consommateurs"],"date":["2018-04-30"],"summary":["To discuss the interplay between competition enforcement and consumer protection (with a focus on closer cooperation between the different authorities) in the digital, pharmaceutical and renewable energy field"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-comp"],"involved":["ec-person-8600a621c9aef12fc33b708e13b3cd3d5fa5696b","eu-tr-9505781573-45"]}} -{"id":"ec-meeting-2018-04-30-aeb096303fd8afc2ecfa6a6c2e160852d231bdd6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-04-30 - Cabinet of Commissioner Violeta Bulc x European Transport Workers' Federation"],"date":["2018-04-30"],"summary":["Road transport issues"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-92545571128-74","ec-person-dd7851e4a1e747e824b4f81139e33bc3cdb73160"]}} -{"id":"ec-meeting-2018-05-01-e8d3720e8a49f92fcf519ae737a2b7bd6c9ac79c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-01 - Task Force for Relations with the United Kingdom x Northern Ireland Rural Women's Network Regen Waste Limited Nuprint Technologies Ltd North West Regional College Confederation of British Industry Londonderry Port & Harbour Commissioners Letterkenny Chamber of Commerce"],"date":["2018-05-01"],"summary":["Meeting with the Task Force for the Preparation and Conduct of the Negotiations with the United Kingdom under Article 50 TEU"],"location":["Derry/Londonderry, Northern Ireland"],"address":["Derry/Londonderry, Northern Ireland"],"addressEntity":["addr-2ba88d80d40aac1a103db133b807c19366408987"],"organizer":["ec-dg-uktf"],"involved":["ec-person-864cfa5fbc9b02a079ffbab1107f252c7bb08478","eu-tr-849718231364-50","eu-tr-498215331952-71","eu-tr-73725676990-18","eu-tr-531229131394-91","eu-tr-225586631404-14","eu-tr-166955831480-32","eu-tr-956456631352-41"]}} -{"id":"ec-meeting-2018-05-02-1270a8524186155098fef670b6e2b00c5e30db41","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-02 - Cabinet of Vice-President Jyrki Katainen x Koninklijke Philips"],"date":["2018-05-02"],"summary":["Medical devices & standardisation process"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-c50e8c2cc390c5efb0626988d173bc6758459e0f","eu-tr-035366013790-68"]}} -{"id":"ec-meeting-2018-05-02-1a6b8d09eda47ac167ea17202c7c17f258f2b4e2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-02 - Cabinet of President Jean-Claude Juncker x ZEW – Leibniz-Zentrum für Europäische Wirtschaftsforschung GmbH Mannheim"],"date":["2018-05-02"],"summary":["ZEW Lunch Debate on \"Reforming the Eurozone: Prospects and Challenges\""],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-c402e34a99fbee730ae22e3b1958e21c94dc6fcc","eu-tr-434704921254-49"]}} -{"id":"ec-meeting-2018-05-02-21fc684f390e94414d86e44f2ea9ccb818d4406d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-02 - Cabinet of Commissioner Vytenis Andriukaitis x Dow Europe GmbH European Regulation and Innovation Forum Deutsche Akademie der Naturforscher Leopoldina e.V. -- Nationale Akademie der Wissenschaften"],"date":["2018-05-02"],"summary":["Review of General Food Law"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["eu-tr-52996964558-47","ec-person-0dbfffeb0323f819c8d57164906086dd8639c437","eu-tr-129238924643-74","ec-person-df30d07ef698a52b9948b9c734db39196cf8541f","eu-tr-38235121060-73"]}} -{"id":"ec-meeting-2018-05-02-23f16ede3455c09346d8ac3bc5fbb93c20d57606","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-02 - Cabinet of Commissioner Věra Jourová x Johnson & Johnson"],"date":["2018-05-02"],"summary":["New deal for consumers – Representative actions proposal"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-a2ca9161feee56909a0e98b473c2d342c20fdb57","eu-tr-75617941310-89"]}} -{"id":"ec-meeting-2018-05-02-3793832c6608f3dfcfc059e23af2e44a0cefc140","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-02 - Cabinet of Vice-President Andrus Ansip x E3PO - European PPP Operating Companies in Infrastructure and Services"],"date":["2018-05-02"],"summary":["reuse of the Public Sector Information"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-e91c5be432b6b3efdda369792fed67c20b767a45","eu-tr-424726117325-78"]}} -{"id":"ec-meeting-2018-05-02-40bc7697245e5ec1891a8434f9c605d0169e5157","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-02 - Cabinet of First Vice-President Frans Timmermans x Transparency International"],"date":["2018-05-02"],"summary":["Inter-Institutional Agreement for a mandatory Transparency Register"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["ec-person-284d94050a35c9079d8b1ba3f85eaf7777b5fea9","eu-tr-501222919-71"]}} -{"id":"ec-meeting-2018-05-02-5b3f43cd652071a5613bd74719fa841061a791d4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-02 - Cabinet of First Vice-President Frans Timmermans x American Chamber of Commerce to the European Union"],"date":["2018-05-02"],"summary":["Rule of Law and better regulation"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["ec-person-6c0efbf1635ca0cb8dce32e129231fa3136f600b","eu-tr-5265780509-97"]}} -{"id":"ec-meeting-2018-05-02-5fe8a5a4698d4e7f33fd1c34549007504ec4a77d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-02 - Cabinet of Commissioner Mariya Gabriel x Vodafone Belgium SA Deutsche Telekom"],"date":["2018-05-02"],"summary":["Western Balkans Digital Agenda / Roaming roadmap"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-90142503473-81","ec-person-1674399a793e9e6fd7cf55b525515fc862fc9351","eu-tr-60052162589-72"]}} -{"id":"ec-meeting-2018-05-02-73b1c59699743f2e64b83ada6889ae5ac7ca56ce","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-02 - Cabinet of Vice-President Neven Mimica x Brot für die Welt"],"date":["2018-05-02"],"summary":["Work of Brot für die Welt in Africa, MFF"],"notes":["Portfolio: International Cooperation & Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-mimica-neven-of-president-vice"],"involved":["ec-person-e90858f5aba78fd0e1cb2f757c3f38d55d91f98b","eu-tr-46530831412-96"]}} -{"id":"ec-meeting-2018-05-02-7dfe940fb749349cb6ee08de05a0d13aeea61072","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-02 - Cabinet of Commissioner Mariya Gabriel x European Cyber Security Organisation"],"date":["2018-05-02"],"summary":["Cyber Security"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-684434822646-91","ec-person-fc1068d79545d1659bf47e9b62bfb0aed175629e"]}} -{"id":"ec-meeting-2018-05-02-8562c8a44fccdc1643d67897036dd399e8b21d4d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-02 - Cabinet of First Vice-President Frans Timmermans x BUSINESSEUROPE"],"date":["2018-05-02"],"summary":["discussion on single use plastics"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-3978240953-79","ec-person-8d1c5ff76a431332387aa10936b0bff13f7d71fd"]}} -{"id":"ec-meeting-2018-05-02-a285c088bcc228282af63c959bb5575c98906dcc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-02 - Energy x The European Steel Association"],"date":["2018-05-02"],"summary":["clean energy transition"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-93038071152-83","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2018-05-02-aa5a2f3d43e95831afa53627fc7516df8ec5b844","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-02 - Cabinet of Vice-President Jyrki Katainen x Paprec Group"],"date":["2018-05-02"],"summary":["France's circular economy roadmap and the EU Circular Economy Action Plan"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-352119431252-69","ec-person-0da85dc48012e26688310a59a0b51727ea68f410"]}} -{"id":"ec-meeting-2018-05-02-b75b6f71dfe1450677e982392ec23754c223b7a9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-02 - Environment x PlasticsEurope"],"date":["2018-05-02"],"summary":["Single Use Plastic"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-env"],"involved":["eu-tr-454264611835-56","ec-person-3bc74ce04ea3f4ab4d91a5c88eef25b8b8a213b4"]}} -{"id":"ec-meeting-2018-05-02-bce9d6f677040f9794e81f62a65414cc5003c71c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-02 - Cabinet of Vice-President Karmenu Vella x BUSINESSEUROPE"],"date":["2018-05-02"],"summary":["plastics strategy"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["ec-person-4ff7c27445db4ad88e687776974fd8d077a1fe0c","eu-tr-3978240953-79"]}} -{"id":"ec-meeting-2018-05-02-c3b02c9dffd429e36e8d41fe50e9f237fd447a4f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-02 - Cabinet of Vice-President Valdis Dombrovskis x Citigroup Inc."],"date":["2018-05-02"],"summary":["Brexit preparedness"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-00353757573-57","ec-person-48f31156d932641826e09f5b73f074d35ff05786"]}} -{"id":"ec-meeting-2018-05-02-c43ccec1c03a9288ed2c25e3088554b71e1ec408","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-02 - Secretariat-General x Polska Press Sp. z o.o."],"date":["2018-05-02"],"summary":["Current state of the EU, including the evolving media landscape and challenges for journalism"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-sg"],"involved":["eu-tr-298720222306-72","ec-person-97a74c3df4cdf4db05e274aab8204536eca85f92"]}} -{"id":"ec-meeting-2018-05-02-e10d662da0f0e7b38f747cc96ceaa17867a1a219","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-02 - Cabinet of Commissioner Phil Hogan x Interel European Affairs"],"date":["2018-05-02"],"summary":["The future of Food and Farming, and the European Year of Cultural Heritage"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-d4e0ed779d9afad22ebc402fe3db519e121e437c","eu-tr-7028457765-59"]}} -{"id":"ec-meeting-2018-05-02-e4652f8f451bb61c2f7e04b67b280d0618379693","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-02 - Cabinet of Commissioner Pierre Moscovici x The Marketplace Coalition Etsy Ireland eBay EU liaison office RAKUTEN FRANCE"],"date":["2018-05-02"],"summary":["Meeting to discuss e-Commerce and digital service tax."],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["eu-tr-867297129603-72","eu-tr-40386322300-77","eu-tr-17274876069-74","ec-person-1d299d025d2afdcba46db3d131b6197fab6e0c89","eu-tr-437739617237-77"]}} -{"id":"ec-meeting-2018-05-02-e6590fb22928a6f8a5c10f1712ed9155895a773f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-02 - Employment, Social Affairs and Inclusion x Tata Steel Nederland"],"date":["2018-05-02"],"summary":["Phone call interview: personal view on the steel industry and Tata Steel Europe"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-empl"],"involved":["eu-tr-08746491502-16","ec-person-dd259fce880e1853f0beb087443bce6e7dea70d7"]}} -{"id":"ec-meeting-2018-05-02-ef348191d5342bfe875bb9944d148fe12c7b0790","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-02 - Cabinet of Vice-President Karmenu Vella x Paprec Group"],"date":["2018-05-02"],"summary":["Circular economy"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["ec-person-4ff7c27445db4ad88e687776974fd8d077a1fe0c","eu-tr-352119431252-69"]}} -{"id":"ec-meeting-2018-05-02-f516dd3451826f063af5617476d6796fc91ab82b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-02 - Cabinet of First Vice-President Frans Timmermans x Paprec Group"],"date":["2018-05-02"],"summary":["Discussion on the Plastic Strategy implementation and recycling"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels, BERL"],"address":["Brussels, BERL"],"addressEntity":["addr-3c3fa5f92474ebac668808553fbab6d1c14aa243"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-352119431252-69","ec-person-8d1c5ff76a431332387aa10936b0bff13f7d71fd"]}} -{"id":"ec-meeting-2018-05-03-03a7a95816bb34f08ce9e545e871da6c4a394f8c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-03 - Cabinet of Commissioner Margrethe Vestager x Confederation of Danish Employers"],"date":["2018-05-03"],"summary":["EU Current Affairs"],"notes":["Portfolio: Competition"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-margrethe-of-vestager"],"involved":["eu-tr-11503381325-76","ec-person-2e96673ec2acdfc668f6970535551f9afa1f8729"]}} -{"id":"ec-meeting-2018-05-03-0bfa2f9e9b9266ccdea57f53b6514d381e30d6b6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-03 - Cabinet of Commissioner Carlos Moedas x DASSAULT AVIATION"],"date":["2018-05-03"],"summary":["Aeronautics in FP9"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["eu-tr-264527121382-71","ec-person-a45151b401196e9c374c9acdada9d8840da271ad"]}} -{"id":"ec-meeting-2018-05-03-13170d17a889815064e1cea54ddf60f3e3518995","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-03 - Cabinet of Commissioner Vytenis Andriukaitis x The Alliance for Safe Online Pharmacy in the EU"],"date":["2018-05-03"],"summary":["Falsified medicines"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["eu-tr-273334013697-74","ec-person-059ca943fc5fc696d2a97849c635ddf7b6ab7fd7"]}} -{"id":"ec-meeting-2018-05-03-1bbb335255b8b25e78a404addbd0bb51134ddb90","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-03 - Communications Networks, Content and Technology x Proximus SA de droit public"],"date":["2018-05-03"],"summary":["Belgian broadband market analysis"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f","eu-tr-537380918401-76"]}} -{"id":"ec-meeting-2018-05-03-22930212f5de3383d24195393d14c49b20f3a728","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-03 - Cabinet of Vice-President Andrus Ansip x Netflix International B.V."],"date":["2018-05-03"],"summary":["DSM, AVMSD, copyright"],"notes":["Portfolio: Digital Single Market"],"location":["Lille, France"],"address":["Lille, France"],"addressEntity":["addr-dc3b97df8535df59debfbe44718c3032fde24f04"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-3ca0c466b8ff230d4409591430b388007ce14ff8","eu-tr-487726915971-30","ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0"]}} -{"id":"ec-meeting-2018-05-03-302d97efb70357417cc2410c8eec3f0a709c73f1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-03 - Research and Innovation x Universities of Applied Sciences Network"],"date":["2018-05-03"],"summary":["UAS4Europe-FP9"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-rtd"],"involved":["ec-person-1d348f33395de0ea6773a7b4ae8797e3e0392f73","eu-tr-956800924432-97"]}} -{"id":"ec-meeting-2018-05-03-30a51cd4681aa2e7e2341bf2040a8500c295d63c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-03 - Cabinet of Commissioner Mariya Gabriel x Association for the International Collective Management of Audiovisual Works"],"date":["2018-05-03"],"summary":["Copyright, AVMSD"],"notes":["Portfolio: Digital Economy and Society"],"location":["Sofia"],"address":["Sofia"],"addressEntity":["addr-dc81691d3f747a7e7d4cbe0a008c6345a5438415"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-736743319528-42","ec-person-1674399a793e9e6fd7cf55b525515fc862fc9351"]}} -{"id":"ec-meeting-2018-05-03-356ddb179968cf209f5caa35e5afd8613ee97110","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-03 - Cabinet of Commissioner Vytenis Andriukaitis x spiritsEUROPE PERNOD RICARD Diageo"],"date":["2018-05-03"],"summary":["Alcohol labelling"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-b9c3f19e7c5f216e3e508f931ddd6a9cb59376d1","eu-tr-10774885698-20","eu-tr-64926487056-58","eu-tr-352172811-92","ec-person-df30d07ef698a52b9948b9c734db39196cf8541f"]}} -{"id":"ec-meeting-2018-05-03-515d8b0535a4b13516b79007b08049b64525934a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-03 - Cabinet of Commissioner Violeta Bulc x British Chamber of Commerce | EU & Belgium"],"date":["2018-05-03"],"summary":["British Chamber event: “Progress of Europe on the Move”"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-4d2b449b5047ea3fda435a2a1c1081e3babcdf76","ec-person-9d4dc4867a44dfe10f67ae7ee1706da3e8b48a24","eu-tr-56188303384-93"]}} -{"id":"ec-meeting-2018-05-03-5200be70103e0108f39a18c7dbea9d27ede16776","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2018-05-03 - Cabinet of Commissioner Carlos Moedas x Nuclear Transparency Watch"],"date":["2018-05-03"],"summary":["Euratom & Civil society","Sitex Initiative"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-0a716bf5253e913fc40ebf14c12f30dc2e7a06ee","eu-tr-662425018879-32"]}} -{"id":"ec-meeting-2018-05-03-5ec829ba3aff4161dabbda3dc8e3d60f297cfe73","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-03 - Energy x Association of the European Heating Industry"],"date":["2018-05-03"],"summary":["clean energy transition"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-95685068542-71","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2018-05-03-71b41a87bf129d72277938618a43b6d30aa59993","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-03 - Cabinet of Commissioner Carlos Moedas x Bill & Melinda Gates Foundation"],"date":["2018-05-03"],"summary":["Collaboration on Global Health/FP9"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-b8d49828915f9008e764a78796d47ea00807a658","ec-person-f7ccc3ad366dd2fdb24870e1c02ff2763539c82f","eu-tr-371567915480-41"]}} -{"id":"ec-meeting-2018-05-03-744ffa0a7aa11d833fce5830aba90bba44db912d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-03 - Cabinet of Commissioner Violeta Bulc x Società italiana per l'assistenza al volo"],"date":["2018-05-03"],"summary":["Meeting with A6 CEOs"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-4d2b449b5047ea3fda435a2a1c1081e3babcdf76","ec-person-9d4dc4867a44dfe10f67ae7ee1706da3e8b48a24","eu-tr-043518118736-36"]}} -{"id":"ec-meeting-2018-05-03-846ec1ffd5c1bd8ced2aae64c775e77004bdab87","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-03 - Trade x Confederazione Generale dell'Industria Italiana"],"date":["2018-05-03"],"summary":["EU-US relations, Mercosur and Japan FTA"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-trade"],"involved":["ec-person-bde9bb099f5d24c52ca4a9255cefc99a5b87a650","eu-tr-27762251795-15"]}} -{"id":"ec-meeting-2018-05-03-8c01161edcbf209ca014fb475ae99c726f1412e5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-03 - Education, Youth, Sport and Culture x European University Association"],"date":["2018-05-03"],"summary":["Discussion about European Education Area, Bologna Process and network of European universities"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-eac"],"involved":["ec-person-68d4f99b9ed1b40d86ebbf81f8f35aeebd6c5fc5","eu-tr-81122172998-09"]}} -{"id":"ec-meeting-2018-05-03-8fd5febf46f97ebac3e247a8af3bbbd0bfe2687e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-03 - Energy x European Network of Transmission System Operators for Electricity"],"date":["2018-05-03"],"summary":["clean energy transition"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-25805148045-87","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2018-05-03-9c02e29b942adfc09f8af478e333770ecaf83179","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-03 - Cabinet of Vice-President Jyrki Katainen x FINNAIR OYJ"],"date":["2018-05-03"],"summary":["Aviation policy"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-457984316938-16","ec-person-ccd2797b568cba38993df7d1dcc985dbc1eb439a"]}} -{"id":"ec-meeting-2018-05-03-9e6ebaad0a4cbfd63b4877a00817f36ae506efa5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-03 - Cabinet of Commissioner Violeta Bulc x Régie Autonome des Transports Parisiens"],"date":["2018-05-03"],"summary":["Presentation of RATP priorities for mobility"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-4d2b449b5047ea3fda435a2a1c1081e3babcdf76","ec-person-9fddf13de7f65229b7da7c5b25dca1630cad3c48","eu-tr-782461923540-48"]}} -{"id":"ec-meeting-2018-05-03-a7fc8d6b506ce0ee0e1d876a4c951239e7cdfdf2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-03 - Cabinet of Vice-President Andrus Ansip x Red Hat Limited"],"date":["2018-05-03"],"summary":["Open source software"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-6a03bc4fa7657513ea34529e98dba0671ef4c849","eu-tr-741186216712-07"]}} -{"id":"ec-meeting-2018-05-03-ae07d3b1c2830965bad0ca0a71261a03a8cfab53","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-03 - Cabinet of Commissioner Phil Hogan x European Environmental Bureau WWF - UK Stichting BirdLife Europe"],"date":["2018-05-03"],"summary":["Objectives and indicators of the future CAP"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-1083162721-43","eu-tr-06798511314-27","eu-tr-407803414785-68","ec-person-68b8e931bdd0cafe77ab8e98d87edbea128d6c49"]}} -{"id":"ec-meeting-2018-05-03-b2952da7ff6f42aee28ff6a04e1ce094bc2233f2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-03 - Cabinet of Commissioner Vytenis Andriukaitis x European Organisation for Research and Treatment of Cancer"],"date":["2018-05-03"],"summary":["HTA"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-059ca943fc5fc696d2a97849c635ddf7b6ab7fd7","eu-tr-70539554035-46"]}} -{"id":"ec-meeting-2018-05-03-b9218b3946beadb5f19f871ae2cd743485f2bad0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-03 - Cabinet of Commissioner Violeta Bulc x International Air Transport Association"],"date":["2018-05-03"],"summary":["Aviation issues"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-1805107590-28","ec-person-9d4dc4867a44dfe10f67ae7ee1706da3e8b48a24"]}} -{"id":"ec-meeting-2018-05-03-c358211c6137a5bc75eb8b9e91f6a6fda23b70a2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-03 - Cabinet of Commissioner Phil Hogan x National Farmers' Union"],"date":["2018-05-03"],"summary":["Farming Issues"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Birmingham"],"address":["Birmingham"],"addressEntity":["addr-c133617706fddae698da768b5433b6e0441631ad"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-961181120948-12","ec-person-a1a78365cc4685b0958056646204977d8f2ead92"]}} -{"id":"ec-meeting-2018-05-03-c52e4f6cdcf7488a82153168a43a4f71d42fec58","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-03 - Cabinet of Vice-President Miguel Arias Cañete x NATURGY ENERGY GROUP"],"date":["2018-05-03"],"summary":["Gas infrastructure and electricity markets"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-67833029261-54","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd"]}} -{"id":"ec-meeting-2018-05-03-cab662dc4bcf2193d88d511623607ac6b196ed69","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-03 - Cabinet of Commissioner Vytenis Andriukaitis x Institut Curie"],"date":["2018-05-03"],"summary":["New EU research program"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-059ca943fc5fc696d2a97849c635ddf7b6ab7fd7","eu-tr-927836230818-56"]}} -{"id":"ec-meeting-2018-05-03-cbfb861f07836feab587666eb5f73ded3c877fdd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-03 - Cabinet of President Jean-Claude Juncker x Nordic Financial Unions"],"date":["2018-05-03"],"summary":["Impact of financial regulation"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-4129929362-47","ec-person-c402e34a99fbee730ae22e3b1958e21c94dc6fcc"]}} -{"id":"ec-meeting-2018-05-03-cd6c3174563b4e780384f2b828e5ad266b90f7c4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-03 - Cabinet of Commissioner Vytenis Andriukaitis x European Society of Cardiology Phamaceutical Group of the European Union European Public Health Association The European Association of Hospital Pharmacists European Hospital and Healthcare Federation Standing Committee of European Doctors European Society for Medical Oncology (ESMO) European Union of General Practitioners / Family Physicians (Union Européenne des Médecins Omnipraticiens / Médecins de Famille) European Forum for Primary Care"],"date":["2018-05-03"],"summary":["HTA"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["eu-tr-01150446981-34","eu-tr-9276943405-41","eu-tr-37673629826-90","ec-person-059ca943fc5fc696d2a97849c635ddf7b6ab7fd7","eu-tr-82950919755-02","eu-tr-00086317186-42","eu-tr-181778123351-61","eu-tr-947929324977-41","eu-tr-73872883198-91","eu-tr-447230420481-06","ec-person-df30d07ef698a52b9948b9c734db39196cf8541f"]}} -{"id":"ec-meeting-2018-05-03-e11fdf5de2fe567c3dffb00eda65157f5cbf9748","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-03 - Cabinet of Commissioner Phil Hogan x Südtiroler Bauernbund"],"date":["2018-05-03"],"summary":["Reform of the CAP"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["brussels"],"address":["brussels"],"addressEntity":["addr-e2daa1574b7ac475c827b33e281bd2d5e013c882"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-130859410757-03","ec-person-68b8e931bdd0cafe77ab8e98d87edbea128d6c49"]}} -{"id":"ec-meeting-2018-05-03-e9f9bbe369f890011a8c52f5f394499cc16227e3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-03 - Cabinet of Commissioner Violeta Bulc x CargoX d.o.o."],"date":["2018-05-03"],"summary":["Block-chain issues"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-077603231340-30","ec-person-cb7aaf75b4c195481f149f904bc28b4e2ac2b7ab"]}} -{"id":"ec-meeting-2018-05-03-f7eda177f0c736c0ede4c3c537bb2bdc53cd4830","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-03 - Cabinet of Vice-President Jyrki Katainen x Autotuojat ja -teollisuus ry Blic Oy"],"date":["2018-05-03"],"summary":["Transport policy"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-687078815005-93","eu-tr-348813031337-36","ec-person-ccd2797b568cba38993df7d1dcc985dbc1eb439a"]}} -{"id":"ec-meeting-2018-05-03-f9d6d7b9bc5c7c72c6e9dbdffed394237b2169fe","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-03 - Cabinet of Vice-President Karmenu Vella x WWF Italy - Fondo Mondiale per la Natura"],"date":["2018-05-03"],"summary":["Fisheries in the Mediterranean"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["ec-person-9e282d5223d0f62146ce1013e2dac38adc89a4cf","eu-tr-458302930798-48","ec-person-0e3efd8bc1c3ee9a80205d0bb78f316fa1621e5d"]}} -{"id":"ec-meeting-2018-05-04-2fce329e8c4939af0c6244c2aec322a8edab13ae","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-04 - Cabinet of Vice-President Andrus Ansip x CEWE Stiftung & Co. KGaA"],"date":["2018-05-04"],"summary":["ePrivacy, GDPR, digitalisation"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-6a03bc4fa7657513ea34529e98dba0671ef4c849","eu-tr-927457231326-64"]}} -{"id":"ec-meeting-2018-05-04-48eaf5972e0786a5debbe323d5504dd81bc18c8a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-04 - Cabinet of Vice-President Andrus Ansip x University of Tartu"],"date":["2018-05-04"],"summary":["Digital Single Market"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-0f698e3a0cc0bd6a02e1bd386a25cedc1366f3f1","ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0","ec-person-c759bd58acc54869aa8e62ce652efcda416e25c2","ec-person-3ca0c466b8ff230d4409591430b388007ce14ff8","eu-tr-520123925843-03"]}} -{"id":"ec-meeting-2018-05-04-4efab54d5e9a8ea808576a6dd2891940b16870a2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-04 - Cabinet of Commissioner Mariya Gabriel x Radio Télévison Belge Francophone"],"date":["2018-05-04"],"summary":["diffusion des œuvres européennes"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-007422325160-44","ec-person-d995d34a2f8b1f0bf6a17486f5699181d6a01e1c"]}} -{"id":"ec-meeting-2018-05-04-6d7621c695fdac71b184633075ef314eb55df20b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-04 - Cabinet of First Vice-President Frans Timmermans x Sky Group"],"date":["2018-05-04"],"summary":["discussion on plastics"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels, BERL"],"address":["Brussels, BERL"],"addressEntity":["addr-3c3fa5f92474ebac668808553fbab6d1c14aa243"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-62536168216-12","ec-person-8d1c5ff76a431332387aa10936b0bff13f7d71fd"]}} -{"id":"ec-meeting-2018-05-04-7766ba5b4c4bf71524391696471bf1ea6d223568","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-04 - Cabinet of Vice-President Valdis Dombrovskis x Loan Market Association"],"date":["2018-05-04"],"summary":["Non-performing loans package"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-48f31156d932641826e09f5b73f074d35ff05786","eu-tr-566455411423-81"]}} -{"id":"ec-meeting-2018-05-04-7db4f6fb2cc075a3206a9f3e683e265b2ceb90ba","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-04 - Cabinet of Commissioner Pierre Moscovici x The Danish Chamber of Commerce"],"date":["2018-05-04"],"summary":["Digital taxation and CCCTB"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["eu-tr-0330934426-12","ec-person-1d299d025d2afdcba46db3d131b6197fab6e0c89"]}} -{"id":"ec-meeting-2018-05-04-7df6f47da5855156be55ef91f57601f737b2c758","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-04 - Cabinet of Commissioner Phil Hogan x Maa- ja metsätaloustuottajain Keskusliitto – Central Union of Agricultural Producers and Forest Owners"],"date":["2018-05-04"],"summary":["Preparation of CAP proposals"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-56039441735-48","ec-person-c9d17d5879383b030f61a4066848249fb35d57e4"]}} -{"id":"ec-meeting-2018-05-04-80bad6880eeb47742bb3af777160b8107b0b9337","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-04 - Cabinet of Vice-President Valdis Dombrovskis x Danmarks Skibskredit A/S"],"date":["2018-05-04"],"summary":["Covered bonds"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-607208531294-53","ec-person-48f31156d932641826e09f5b73f074d35ff05786"]}} -{"id":"ec-meeting-2018-05-04-b431f9c460c7847ada58922348c330f76c9fe494","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2018-05-04 - Cabinet of President Jean-Claude Juncker x Danmarks Skibskredit A/S"],"date":["2018-05-04"],"summary":["Capital Markets Union"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-607208531294-53","ec-person-c402e34a99fbee730ae22e3b1958e21c94dc6fcc"]}} -{"id":"ec-meeting-2018-05-04-c723bb3591ea7b43b7b7dba2f450f9d07240895d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-04 - Cabinet of First Vice-President Frans Timmermans x Civil Society Europe"],"date":["2018-05-04"],"summary":["discussion on MFF"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels, BERL"],"address":["Brussels, BERL"],"addressEntity":["addr-3c3fa5f92474ebac668808553fbab6d1c14aa243"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-520775919740-63","ec-person-8d1c5ff76a431332387aa10936b0bff13f7d71fd"]}} -{"id":"ec-meeting-2018-05-07-038f8ee87d950f26d4fff8fd06a6cb594303d494","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-07 - Cabinet of Commissioner Phil Hogan x European State Forest Association"],"date":["2018-05-07"],"summary":["Future Rural development policy & forests"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-99982273034-52","ec-person-68b8e931bdd0cafe77ab8e98d87edbea128d6c49"]}} -{"id":"ec-meeting-2018-05-07-104422544b31e9819b2cc1191594ae6bad5e16c6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-07 - Cabinet of Vice-President Jyrki Katainen x Association of Finnish Local and Regional Authorities"],"date":["2018-05-07"],"summary":["MFF and Regional Policy"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90","eu-tr-807166031160-68"]}} -{"id":"ec-meeting-2018-05-07-14a39e9a601f925e08cf7d8c08455f1cb36f8a22","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-07 - Cabinet of President Jean-Claude Juncker x BANK OF CYPRUS PUBLIC CO. LTD"],"date":["2018-05-07"],"summary":["Meeting with Dr Josef Ackermann on current European and global affairs"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-29c106b0461ffd79e95f0119bdd363fd3c7c3ab3","eu-tr-966844926846-50"]}} -{"id":"ec-meeting-2018-05-07-1e11a9f9f0b2eeaaa54293fb297c2db680c14628","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-07 - Cabinet of Vice-President Andrus Ansip x IMPALA Association Internationale AISBL"],"date":["2018-05-07"],"summary":["Copyright"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-12383069253-19","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45"]}} -{"id":"ec-meeting-2018-05-07-20976315069ba1a4345c175dfe230a8aba484f03","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-07 - Cabinet of First Vice-President Frans Timmermans x Wolne Sady Iustitia"],"date":["2018-05-07"],"summary":["Rule of Law"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-881783031461-01","eu-tr-287595431470-47","ec-person-966667b73d92624be9bb019c2baab7e52331b3d3"]}} -{"id":"ec-meeting-2018-05-07-263292c543162bcf2b8d7dbb9033b95d29e5a6c4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-07 - Cabinet of Vice-President Valdis Dombrovskis x Latvijas Finanšu nozares asociācija"],"date":["2018-05-07"],"summary":["Banking Union, CMU, sustainable finance, AML"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Riga"],"address":["Riga"],"addressEntity":["addr-e98260de43e8b705667726783aef78b8badb67e7"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-481610819779-94","ec-person-a9eda2e8ea54b70a968327672c6cada679d3cd56"]}} -{"id":"ec-meeting-2018-05-07-264fa1a18fe671d9a0bc7bc992787223a3b18c8e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-07 - Energy x Avisa Partners"],"date":["2018-05-07"],"summary":["Energy policy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-54210841652-13","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2018-05-07-71cd82a8aeca2ae0d97504c5f0c73fdb3b3cc887","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-07 - Cabinet of Vice-President Cecilia Malmström x EUnited European Engineering Industries Association"],"date":["2018-05-07"],"summary":["EU Trade Policy and potential impact of looming trade wars on European industrial competitiveness"],"notes":["Portfolio: Trade"],"location":["Steigenberger Hotel, Brussels"],"address":["Steigenberger Hotel, Brussels"],"addressEntity":["addr-6432537fd828a7c86ea6e95d27d1db9662c65f7f"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-0289344948-82","ec-person-591ec829ca734bcfe59a2c9c7f07f9dff22a0ea9"]}} -{"id":"ec-meeting-2018-05-07-73bcfd50d60889123e5e7a7ee8ff694701c2d2cd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-07 - Trade x Fertilizers Europe"],"date":["2018-05-07"],"summary":["Anti-dumping, WTO disputes and import duties"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-trade"],"involved":["ec-person-bde9bb099f5d24c52ca4a9255cefc99a5b87a650","eu-tr-80788715017-29"]}} -{"id":"ec-meeting-2018-05-07-927f95621e43a68efffb34cf222845ac03809e15","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-07 - Cabinet of Commissioner Phil Hogan x European agri-cooperatives"],"date":["2018-05-07"],"summary":["Future of the CAP"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-c9d17d5879383b030f61a4066848249fb35d57e4","eu-tr-09586631237-74"]}} -{"id":"ec-meeting-2018-05-07-a148097b6d4cc59c5cc5a9e71701da8b8a2a305a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-07 - Cabinet of Vice-President Miguel Arias Cañete x Eurelectric aisbl"],"date":["2018-05-07"],"summary":["MFF post 2020"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-1831691c10441c5974327bbeb8693d6b6c1e50c3","eu-tr-4271427696-87","ec-person-71f9b3c696abbda505f0fae6baec2c26e0c310dc","ec-person-2229c857664a22dcb8eee79a8c05841fd3d0924f"]}} -{"id":"ec-meeting-2018-05-07-b88913abae170684ceccf7477586a711be2fc2dd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-07 - Cabinet of Commissioner Phil Hogan x STARCH EUROPE"],"date":["2018-05-07"],"summary":["Challenges of the EU starch industry"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-c9d17d5879383b030f61a4066848249fb35d57e4","eu-tr-57787966531-03"]}} -{"id":"ec-meeting-2018-05-07-c284d0d84c7c9d7f924b76aa3bb39f28e58d0e08","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-07 - Cabinet of Vice-President Andrus Ansip x Nordvision Zweites Deutsches Fernsehen"],"date":["2018-05-07"],"summary":["Copyright"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-3209361971-85","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45","eu-tr-2296515955-67"]}} -{"id":"ec-meeting-2018-05-08-4c89120196c90c555972d887d2503b980c4e7469","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-08 - Cabinet of Commissioner Elżbieta Bieńkowska x Alliance Européenne des Engrais Phosphatés"],"date":["2018-05-08"],"summary":["Fertilizer Regulation"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-973319225742-44","ec-person-d2997a7f359c91a337055c3e24dd36bf928de38d"]}} -{"id":"ec-meeting-2018-05-08-85cf65dd1808aeb05a776d8598db60cb1378373e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-08 - Cabinet of Vice-President Günther Oettinger x Association relative à la télévision européenne"],"date":["2018-05-08"],"summary":["MFF"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-447494115294-30","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2018-05-08-93ce8c28fe3b7fe5f90f7e3293ec501c03273430","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-08 - Cabinet of Vice-President Cecilia Malmström x Dow Europe GmbH"],"date":["2018-05-08"],"summary":["Latest developments in EU trade and industrial policy"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-38235121060-73","ec-person-591ec829ca734bcfe59a2c9c7f07f9dff22a0ea9"]}} -{"id":"ec-meeting-2018-05-08-b24abfd7f62717126057be1c10f770337986ccae","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-08 - Cabinet of Vice-President Cecilia Malmström x Grupa Azoty S.A."],"date":["2018-05-08"],"summary":["State of EU fertilizers industry"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-461358818394-57","ec-person-591ec829ca734bcfe59a2c9c7f07f9dff22a0ea9"]}} -{"id":"ec-meeting-2018-05-08-b95c09a29f7628ef827bff35d899306a3a7460cc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-08 - Cabinet of Commissioner Carlos Moedas x Dow Europe GmbH"],"date":["2018-05-08"],"summary":["Horizon Europe"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-0a716bf5253e913fc40ebf14c12f30dc2e7a06ee","eu-tr-38235121060-73"]}} -{"id":"ec-meeting-2018-05-08-beac9fd1fdcebb9abe8b4a147d923cd42691c71e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-08 - Cabinet of Vice-President Valdis Dombrovskis x Gesamtverband der Deutschen Versicherungswirtschaft e.V."],"date":["2018-05-08"],"summary":["Solvency II delegated act review"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-6437280268-55","ec-person-30d770ccd575865b3106f94220ce1ace16e48f1a"]}} -{"id":"ec-meeting-2018-05-14-173aa17223ef8f73ea9d20332ce2567903be2842","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-14 - Cabinet of Vice-President Valdis Dombrovskis x Vanguard Asset Management Limited"],"date":["2018-05-14"],"summary":["PEPP - Cross-border distribution of investment products"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-30d770ccd575865b3106f94220ce1ace16e48f1a","eu-tr-226354616978-90"]}} -{"id":"ec-meeting-2018-05-14-1ba7c691ebac5e5bce29c2a046f78b702cc692e0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-14 - Cabinet of Commissioner Violeta Bulc x Fédération Internationale de l'Automobile"],"date":["2018-05-14"],"summary":["Meeting with CEO"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-84839535366-67","ec-person-cb7aaf75b4c195481f149f904bc28b4e2ac2b7ab"]}} -{"id":"ec-meeting-2018-05-14-3dc90f6db36cf5d50a2fcd1a31372d95d35cf13e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-14 - Cabinet of Commissioner Mariya Gabriel x European Organisation for Security"],"date":["2018-05-14"],"summary":["Security domains and cybersecurity"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-32134385519-64","ec-person-fc1068d79545d1659bf47e9b62bfb0aed175629e"]}} -{"id":"ec-meeting-2018-05-14-45325b40d5b5ac478009d7433b2eba546eb15d9b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-14 - Cabinet of Commissioner Carlos Moedas x Climate-KIC Holding BV"],"date":["2018-05-14"],"summary":["Innovation ecosystems"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-0a716bf5253e913fc40ebf14c12f30dc2e7a06ee","eu-tr-948333125186-06"]}} -{"id":"ec-meeting-2018-05-14-57ba360f40d1af7141a6fc3a35e8863176950e67","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-14 - Cabinet of Vice-President Maroš Šefčovič x InfraPartners Management"],"date":["2018-05-14"],"summary":["Energy Union"],"notes":["Portfolio: Energy Union"],"location":["brussels"],"address":["brussels"],"addressEntity":["addr-e2daa1574b7ac475c827b33e281bd2d5e013c882"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-181050631227-20","ec-person-af83ed49c403cb9d7ebfecca7893f0054c1f4be5"]}} -{"id":"ec-meeting-2018-05-14-6f355582a0614d8a0d4525bf240a11082bea5ece","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-14 - Cabinet of Vice-President Cecilia Malmström x DIGITALEUROPE"],"date":["2018-05-14"],"summary":["Cross-border data flows"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-64270747023-20","ec-person-591ec829ca734bcfe59a2c9c7f07f9dff22a0ea9"]}} -{"id":"ec-meeting-2018-05-14-89241c4d108b4790cca1bf762fd05acf0fba0471","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-14 - Cabinet of Vice-President Jyrki Katainen x Miltton Europe Stora Enso AB"],"date":["2018-05-14"],"summary":["Bioeconomy"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-969664621728-22","eu-tr-245377319023-40","ec-person-ccd2797b568cba38993df7d1dcc985dbc1eb439a"]}} -{"id":"ec-meeting-2018-05-14-9df53df8f2d162c9984162db296717ed18e187f6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-14 - Taxation and Customs Union x Salesforce"],"date":["2018-05-14"],"summary":["Presentation of Salesforce's activities"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-taxud"],"involved":["eu-tr-991195317279-06","ec-person-3173c1cc052827c58f23ccd3a8de07534f0d35bd"]}} -{"id":"ec-meeting-2018-05-14-adf58b4d088207ffc247e660673dfa13165ad517","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-14 - Cabinet of Commissioner Carlos Moedas x Computer & Communications Industry Association"],"date":["2018-05-14"],"summary":["EU competition policy"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["eu-tr-15987896534-82","ec-person-a6e757d2928b639b876fd492ddee1fc1420908bf"]}} -{"id":"ec-meeting-2018-05-14-afa4574b86424805875a6d63c50df8cec41f3572","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-14 - Financial Stability, Financial Services and Capital Markets Union x European Banking Federation"],"date":["2018-05-14"],"summary":["Brexit"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-4722660838-23","ec-person-bdee7a93f95c8ef05079539170139b3c02e8ed96"]}} -{"id":"ec-meeting-2018-05-14-d8e319d676a229da91475604c79b885b7e00149e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-14 - Cabinet of Commissioner Věra Jourová x Verbraucherzentrale Bundesverband"],"date":["2018-05-14"],"summary":["Consumer protection"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Berlin Germany"],"address":["Berlin Germany"],"addressEntity":["addr-4dd95af4087ddb0ead3971311ad7a79e9710230c"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-a608b85b2ffef83f883b5a2330b6232efa1b7141","ec-person-184e698af1eb9e33b179680570ca171d8cb31c94","eu-tr-2893800753-48"]}} -{"id":"ec-meeting-2018-05-14-e52a19b2896df0f17550040516b329a186a27361","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-14 - Joint Research Centre x Tachyum InfraPartners Management"],"date":["2018-05-14"],"summary":["Discussion was focused on challenges to supercomputing, its limitations and the need for energy efficiency of solutions related to large-scale computing. Potential cooperation on these issues as well as on the future of data processing and AI was also discussed."],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-jrc"],"involved":["ec-person-b3e6b7a4bd40eead1b939244f1cb4e9bdaf65f46","eu-tr-181050631227-20","eu-tr-198947931231-25"]}} -{"id":"ec-meeting-2018-05-14-f11cdbc01951ed9e2e9e675354f4c92a0732e8a6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-14 - Cabinet of Commissioner Vytenis Andriukaitis x European Medical Students’ Association Union Européenne des Médecins Spécialistes British Medical Association Standing Committee of European Doctors"],"date":["2018-05-14"],"summary":["Labelling of alcoholic beverages"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["eu-tr-9276943405-41","ec-person-b9c3f19e7c5f216e3e508f931ddd6a9cb59376d1","eu-tr-219038730914-92","eu-tr-59537502076-56","ec-person-df30d07ef698a52b9948b9c734db39196cf8541f","eu-tr-631025116128-79"]}} -{"id":"ec-meeting-2018-05-14-ff96e40fb23b03b6c3f04ba9e03b99cb55acb09f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-14 - Financial Stability, Financial Services and Capital Markets Union x EUROFI"],"date":["2018-05-14"],"summary":["Eurofi agenda"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["ec-person-bdee7a93f95c8ef05079539170139b3c02e8ed96","eu-tr-525103133519-45"]}} -{"id":"ec-meeting-2018-05-15-076b5dc08a6d83fb123d998ab717fc02c1c5209e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-15 - Informatics x Salesforce"],"date":["2018-05-15"],"summary":["Meeting with Casey Coleman, SVP Government Solutions"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-digit"],"involved":["eu-tr-991195317279-06","ec-person-32591d36027eb92a66b57d5bcc8c57d9574380b0"]}} -{"id":"ec-meeting-2018-05-15-123ae6bccd4e9db168a950fd996f61a396d07620","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-15 - Cabinet of Vice-President Valdis Dombrovskis x BVI Bundesverband Investment und Asset Management e.V."],"date":["2018-05-15"],"summary":["Sustainable Finance"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-96816064173-47","ec-person-537401fc0be04984531b83660f416bf2fe14fbd8"]}} -{"id":"ec-meeting-2018-05-15-14fa572eb4c9b488281c1afa12c3eeef461b8453","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2018-05-15 - Cabinet of Vice-President Andrus Ansip x Internet Economy Foundation"],"date":["2018-05-15"],"summary":["Data economy, platforms, GDPR, ePrivacy","Data economy"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-5db7bdd1c81da2e70eb5b982097d0004111b5c3e","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45","ec-person-91ca0921c6790191daa54427311acd63035e7c9e","eu-tr-852297128949-72"]}} -{"id":"ec-meeting-2018-05-15-21815c8ce07c68f6d9ce4cbd90e66ef85396f452","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-15 - Cabinet of Commissioner Margrethe Vestager x european competitive telecommunications association"],"date":["2018-05-15"],"summary":["Digital Single Market"],"notes":["Portfolio: Competition"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-margrethe-of-vestager"],"involved":["ec-person-5d3cde69206da720686a2bca71494091f1318f24","eu-tr-24627752238-32"]}} -{"id":"ec-meeting-2018-05-15-21afd4ae5f1ce10b6d03c6401b7f0e025afafa11","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-15 - Cabinet of Vice-President Valdis Dombrovskis x Swiss Finance Council"],"date":["2018-05-15"],"summary":["Third country aspects of current financial services legislation"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-858716912337-17","ec-person-48f31156d932641826e09f5b73f074d35ff05786"]}} -{"id":"ec-meeting-2018-05-15-32c3e0bf95143686b134bc5a887a19f0d13e5c2f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-15 - Cabinet of Vice-President Valdis Dombrovskis x Finanssiala ry - Finance Finland"],"date":["2018-05-15"],"summary":["SME listing, sustainable finance"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-30d770ccd575865b3106f94220ce1ace16e48f1a","eu-tr-7328496842-09"]}} -{"id":"ec-meeting-2018-05-15-3c861a1a1fdc97397da6569d7026b78dea2b139b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-15 - Cabinet of Commissioner Marianne Thyssen x Eurodiaconia"],"date":["2018-05-15"],"summary":["Breakfast event on SDGs and Social Pillar"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["EP, Brussels"],"address":["EP, Brussels"],"addressEntity":["addr-ce7d191776f1168da3be118dd7e82e54a117d3dd"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["eu-tr-4293010684-55","ec-person-5a49eb89125b4b5d1125b3925bbb64aba1bea2b3"]}} -{"id":"ec-meeting-2018-05-15-4290c64e8b9fee56632c69c2a227d881d436091c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-15 - Cabinet of Vice-President Valdis Dombrovskis x Insurance Ireland"],"date":["2018-05-15"],"summary":["Solvency II, PEPP, ESAs review, Brexit, freedom to provide services"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-978587826097-61","ec-person-30d770ccd575865b3106f94220ce1ace16e48f1a"]}} -{"id":"ec-meeting-2018-05-15-46858cf7f45a78b478cfdef0a8ba351bf9c58286","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-15 - Cabinet of Commissioner Vytenis Andriukaitis x International Diabetes Federation European Region European Patients' Forum (EPF) European Federation of Allergy and Airways Diseases Patients' Associations EUROPEAN ORGANISATION FOR RARE DISEASES European Cancer Patient Coalition Stichting Health Action International European Public Health Alliance Bureau Européen des Unions de Consommateurs ASDM Consulting"],"date":["2018-05-15"],"summary":["HTA"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["eu-tr-18941013532-08","ec-person-059ca943fc5fc696d2a97849c635ddf7b6ab7fd7","eu-tr-141184618375-50","eu-tr-44361352681-84","eu-tr-61911227368-75","eu-tr-80267287489-88","eu-tr-9505781573-45","eu-tr-28473847513-94","eu-tr-57929627082-79","ec-person-df30d07ef698a52b9948b9c734db39196cf8541f","eu-tr-93272076510-87"]}} -{"id":"ec-meeting-2018-05-15-46df99a8546dcd3d5b49ff4c69b62cf69115a573","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-15 - Cabinet of Vice-President Valdis Dombrovskis x Chamber of Commerce of the United States of America"],"date":["2018-05-15"],"summary":["ESAs review, EMIR, sustainable finance"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-483024821178-51","ec-person-30d770ccd575865b3106f94220ce1ace16e48f1a"]}} -{"id":"ec-meeting-2018-05-15-572d93948727409e9a777107f12c3986015f940d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-15 - Cabinet of Commissioner Vytenis Andriukaitis x Syntex CEVA Santé Animale"],"date":["2018-05-15"],"summary":["Animal welfare"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["eu-tr-011182829000-96","ec-person-0dbfffeb0323f819c8d57164906086dd8639c437","eu-tr-728751231235-44"]}} -{"id":"ec-meeting-2018-05-15-68b8dae735c0d18dc19e67ab8b1bff854711c3e9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-15 - Environment x AES Netherlands Holding B.V."],"date":["2018-05-15"],"summary":["Renewable Energy and the environment"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-env"],"involved":["eu-tr-126143128754-79","ec-person-3bc74ce04ea3f4ab4d91a5c88eef25b8b8a213b4"]}} -{"id":"ec-meeting-2018-05-15-762e30026ddad2a8d0f6b60be522567ee975350a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-15 - Cabinet of Commissioner Elżbieta Bieńkowska x Comuto SA"],"date":["2018-05-15"],"summary":["carpooling in the EU"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-290486916308-69","ec-person-685ecf13dd26cd515c961e24ba71049af2302c5e","ec-person-95a769a1850d7d595f9a5853c51dcbdd3ddd69fb"]}} -{"id":"ec-meeting-2018-05-15-97be168b821fc2f397e877d716e711e69af13aa5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-15 - Cabinet of Vice-President Andrus Ansip x eBay EU liaison office"],"date":["2018-05-15"],"summary":["EU Consumer Law directives"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-5db7bdd1c81da2e70eb5b982097d0004111b5c3e","eu-tr-40386322300-77"]}} -{"id":"ec-meeting-2018-05-15-9983b77ebbe3a69b38e2f2df33889fd241048c37","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-15 - Cabinet of Vice-President Cecilia Malmström x Stichting Health Action International European Public Health Alliance Knowledge Ecology International Europe"],"date":["2018-05-15"],"summary":["Access to medicines in poor countries"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-ce1312d2a248f71fe74eed58aa5915cfa445bbba","eu-tr-44361352681-84","ec-person-20ded9db5df11164331bb161fdf234b1e5ad53fd","eu-tr-274093330410-67","eu-tr-18941013532-08"]}} -{"id":"ec-meeting-2018-05-15-9bbc756a4eeb7714eb70af55af6ef6db262d66bc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-15 - Secretariat-General x The Mentor Group"],"date":["2018-05-15"],"summary":["Keynote address; the renewed EU and its relationship with the US : unity, trust and the need to preserve the rules based international order."],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-sg"],"involved":["eu-tr-871315323409-01","ec-person-97a74c3df4cdf4db05e274aab8204536eca85f92"]}} -{"id":"ec-meeting-2018-05-15-9c6215ae65e35337f1b9614e55ff7a0f0c09fc2d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-15 - Cabinet of Commissioner Mariya Gabriel x European Newspaper Publishers' Association"],"date":["2018-05-15"],"summary":["Copyright"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-5950962136-12","ec-person-13ac9a19d8d04f97c0d32603d014df0dd4e1cd2a"]}} -{"id":"ec-meeting-2018-05-15-a105b6950062ff7b1cb7a41dc12b6030d35b016b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-15 - Cabinet of President Jean-Claude Juncker x Reporters sans frontières"],"date":["2018-05-15"],"summary":["Meeting with Mr Christophe Deloire on media freedom and pluralisation and tackling online disinformation"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-9c3ecdfef0005edcc4749f05e79adbb4369d514a","ec-person-29c106b0461ffd79e95f0119bdd363fd3c7c3ab3","eu-tr-612547127497-45"]}} -{"id":"ec-meeting-2018-05-15-a1de528be5e06ac05dd6e66f44711e2c1f85cd3f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-15 - Cabinet of Commissioner Věra Jourová x ERNIEAPP LTD"],"date":["2018-05-15"],"summary":["GDPR"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["eu-tr-588975328336-69","ec-person-3269ef00f0778677e6f4c8e0f72ce019084206fb"]}} -{"id":"ec-meeting-2018-05-15-a628072a24c3889eeba1dffd41b6e2d8aad4eeba","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-15 - Cabinet of Commissioner Marianne Thyssen x European Transport Workers' Federation"],"date":["2018-05-15"],"summary":["Pillar of social rights, Social dumping, ELA"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["eu-tr-92545571128-74","ec-person-c508e9337eca6b067c1f966b82de49c4824a3ad0","ec-person-cfb8d8d884367ef98b079fcd883ece7c89ec28e2"]}} -{"id":"ec-meeting-2018-05-15-aaf8f7562cff9e88e21dcc6901f94d51e6111cee","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-15 - Cabinet of Commissioner Marianne Thyssen x Confederazione Generale dell'Industria Italiana"],"date":["2018-05-15"],"summary":["Pillar of Social Rights"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["ec-person-5a49eb89125b4b5d1125b3925bbb64aba1bea2b3","eu-tr-27762251795-15"]}} -{"id":"ec-meeting-2018-05-15-b0e38589ff57c71ac672e04997b7a861337eb7b6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-15 - Cabinet of Vice-President Valdis Dombrovskis x UK Finance Limited"],"date":["2018-05-15"],"summary":["Brexit and financial services"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-48f31156d932641826e09f5b73f074d35ff05786","eu-tr-537082732275-03"]}} -{"id":"ec-meeting-2018-05-15-b3997d949e8889e14f73f27198aa568540e9b5dd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-15 - Cabinet of Commissioner Vytenis Andriukaitis x Aliénor"],"date":["2018-05-15"],"summary":["Recent initiatives on avian influenza"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-0dbfffeb0323f819c8d57164906086dd8639c437","eu-tr-204793610436-15"]}} -{"id":"ec-meeting-2018-05-15-b7317901a7013f2bcc6b824ab2bcf36da2256caa","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-15 - Cabinet of President Jean-Claude Juncker x United Internet AG"],"date":["2018-05-15"],"summary":["Digital Single Market"],"notes":["Portfolio: President"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-31650149406-33","ec-person-67872aca57f8dfc132dbac47ff41bf9b60ba8ac5"]}} -{"id":"ec-meeting-2018-05-15-c21765bc55cf80c98ff08ad41034fcb5f905f98a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-15 - Cabinet of Vice-President Karmenu Vella x Seas At Risk vzw Zero Waste Europe"],"date":["2018-05-15"],"summary":["Plastics Strategy"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["ec-person-4ff7c27445db4ad88e687776974fd8d077a1fe0c","eu-tr-47806848200-34","eu-tr-95261732139-73"]}} -{"id":"ec-meeting-2018-05-15-ca2aab68654a5d4fe721ac87e757e32479189860","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-15 - Cabinet of Vice-President Valdis Dombrovskis x BUSINESSEUROPE EUROPEAN TRADE UNION CONFEDERATION SGI Europe SMEunited aisbl"],"date":["2018-05-15"],"summary":["Exchange of views on the next Multi-Annual Financial Framework"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-55820581197-35","eu-tr-3978240953-79","eu-tr-06698681039-26","ec-person-a9eda2e8ea54b70a968327672c6cada679d3cd56","ec-person-51a67cf3e19a8853620326cd57fd7e9750b2c9d7","eu-tr-59513031434-92"]}} -{"id":"ec-meeting-2018-05-15-d7a4d9318ffb9e4bfef83ac1c02b0acd1da9a007","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-15 - Cabinet of President Jean-Claude Juncker x Barclays PLC Association of Chartered Certified Accountants"],"date":["2018-05-15"],"summary":["Speech at EBRD-ACCA-Barclays event \"Empowering business to engage with sustainable finance and the SDGs\""],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-c402e34a99fbee730ae22e3b1958e21c94dc6fcc","eu-tr-72390466359-39","eu-tr-4227861124-34"]}} -{"id":"ec-meeting-2018-05-15-dab9c8c57c3a86bbccf147eddb0e27c4468009f3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-15 - Cabinet of Commissioner Elżbieta Bieńkowska x Apple Inc."],"date":["2018-05-15"],"summary":["common charger"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-588327811384-96","ec-person-b2f9be51339f054477846797e2c119fcf16548fc","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2018-05-15-f0458a5354e80fba3201b2ae8c1d616c54dc5de9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-15 - Cabinet of Vice-President Jyrki Katainen x European Association of Long-Term Investors"],"date":["2018-05-15"],"summary":["The role of National Promotional Banks and Institutions in the next MFF"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90","eu-tr-977980112556-82"]}} -{"id":"ec-meeting-2018-05-16-1311da8f9d43a9a670c1a3b0a28e18530abc4c0b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-16 - Cabinet of First Vice-President Frans Timmermans x Netflix International B.V."],"date":["2018-05-16"],"summary":["Copyright & Audiovisual and Media Directive"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-487726915971-30","ec-person-6c0efbf1635ca0cb8dce32e129231fa3136f600b"]}} -{"id":"ec-meeting-2018-05-16-1e5c7b21e88e2d4db078c4b59959fcf2f2f68222","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-16 - Cabinet of Commissioner Mariya Gabriel x SoundCloud Global Limited & Co. KG"],"date":["2018-05-16"],"summary":["Copyright"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-536375019106-24","ec-person-13ac9a19d8d04f97c0d32603d014df0dd4e1cd2a"]}} -{"id":"ec-meeting-2018-05-16-1f1ae9e630493827287dc52b5878810603ba6b76","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-16 - Cabinet of Vice-President Maroš Šefčovič x Fraport AG - Frankfurt Airport Services Worldwide"],"date":["2018-05-16"],"summary":["Aviation Strategy, Airport Charges"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-3bf48630444ace93d407e52eb880e64d480f75ce","eu-tr-023273214333-18"]}} -{"id":"ec-meeting-2018-05-16-2597358b8cee881202bc5dc08c44e364f7a87273","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-16 - Cabinet of Vice-President Valdis Dombrovskis x NASDAQ"],"date":["2018-05-16"],"summary":["MiFID II"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-76648765687-29","ec-person-30d770ccd575865b3106f94220ce1ace16e48f1a"]}} -{"id":"ec-meeting-2018-05-16-31305a9c4444613fbdaac00bcbbb5dcd0cebb648","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-16 - Cabinet of Vice-President Neven Mimica x Koninklijke Philips Croix Rouge Française Berenschot"],"date":["2018-05-16"],"summary":["Funding of health projects under the Trust Fund for the Central African Republic and under the External Investment Plan"],"notes":["Portfolio: International Cooperation & Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-mimica-neven-of-president-vice"],"involved":["eu-tr-420678031527-75","eu-tr-035366013790-68","ec-person-e90858f5aba78fd0e1cb2f757c3f38d55d91f98b","eu-tr-396221631530-64"]}} -{"id":"ec-meeting-2018-05-16-31f9e7d1044d9018af0c7033bebf2ca79cdbbbf4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-16 - Cabinet of Vice-President Neven Mimica x IP Europe VZW"],"date":["2018-05-16"],"summary":["Presentation of the Croatian entrepreneurs and innovators, including in the transport sector, to EU institutions."],"notes":["Portfolio: International Cooperation & Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-mimica-neven-of-president-vice"],"involved":["ec-person-5f446e21c2ca97624d9781d53ce7312477e72d6e","eu-tr-562316318576-78","ec-person-b187f3955c71d2e1daa48e02fd0a09ab7c6f6098"]}} -{"id":"ec-meeting-2018-05-16-3d5c4e8ec7c16adc5a759b4c68bd240bd05e2ca1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-16 - Cabinet of Commissioner Pierre Moscovici x American Chamber of Commerce to the European Union"],"date":["2018-05-16"],"summary":["EU economic outlook"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["ec-person-3cbeba61ae952f06fe4916c381438ebbc676a597","eu-tr-5265780509-97"]}} -{"id":"ec-meeting-2018-05-16-3f2091a455372cfb06aeeb6908832c9fe9e1ccdd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-16 - Cabinet of Vice-President Neven Mimica x Brot für die Welt Diakonie Katastrophenhilfe"],"date":["2018-05-16"],"summary":["Development work in Syria and the link to humanitarian action"],"notes":["Portfolio: International Cooperation & Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-mimica-neven-of-president-vice"],"involved":["eu-tr-74935891413-11","ec-person-e90858f5aba78fd0e1cb2f757c3f38d55d91f98b","eu-tr-46530831412-96"]}} -{"id":"ec-meeting-2018-05-16-48b6d637bebd282d75af27fc3c6fd1d05c1bf2c3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-16 - Cabinet of Vice-President Günther Oettinger x American Chamber of Commerce to the European Union"],"date":["2018-05-16"],"summary":["MFF"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-5265780509-97","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2018-05-16-4d12997887d448dadafaf4b5c22fccb4af973523","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-16 - Cabinet of Commissioner Mariya Gabriel x Transparency International"],"date":["2018-05-16"],"summary":["Online Disinformation"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-501222919-71","ec-person-13ac9a19d8d04f97c0d32603d014df0dd4e1cd2a"]}} -{"id":"ec-meeting-2018-05-16-58cfd0d207743c73580445f819d8015989bea74f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-16 - Directorate-General for International Partnerships x Festival della Diplomazia"],"date":["2018-05-16"],"summary":["Introductory meeting and project Exco2019"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-intpa"],"involved":["ec-person-05c4477b89b93e7969f12d89b38f77fedce5876f","eu-tr-741662931449-60"]}} -{"id":"ec-meeting-2018-05-16-5fe8a5a4698d4e7f33fd1c34549007504ec4a77d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-16 - Cabinet of Commissioner Mariya Gabriel x Vodafone Belgium SA Deutsche Telekom"],"date":["2018-05-16"],"summary":["Western Balkans Digital Agenda / Roaming roadmap"],"notes":["Portfolio: Digital Economy and Society"],"location":["Sofia"],"address":["Sofia"],"addressEntity":["addr-dc81691d3f747a7e7d4cbe0a008c6345a5438415"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-90142503473-81","ec-person-1674399a793e9e6fd7cf55b525515fc862fc9351","eu-tr-60052162589-72"]}} -{"id":"ec-meeting-2018-05-16-61f1db44c50a11ff7e81e112f7ee6719ffa795e5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-16 - Cabinet of Commissioner Mariya Gabriel x Bertelsmann Stiftung"],"date":["2018-05-16"],"summary":["Digital skills"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-13571025706-27","ec-person-13ac9a19d8d04f97c0d32603d014df0dd4e1cd2a"]}} -{"id":"ec-meeting-2018-05-16-66758571da302eaf0ee8d09f6e1bc02948f5430e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-16 - Climate Action x European Alliance to Save Energy"],"date":["2018-05-16"],"summary":["role of energy efficiency for decarbonisation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-clima"],"involved":["ec-person-9c5c685692a09a77f2bc8ae9c05663b87cd75aae","eu-tr-37816636575-51"]}} -{"id":"ec-meeting-2018-05-16-72ff06926ad9f0ccc7f7b15e7a421805ae0d6032","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-16 - Cabinet of Commissioner Mariya Gabriel x Skyscanner Limited"],"date":["2018-05-16"],"summary":["online platforms"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-600324619861-95","ec-person-d995d34a2f8b1f0bf6a17486f5699181d6a01e1c"]}} -{"id":"ec-meeting-2018-05-16-74bd40cbd31a8461bac4147b7a6481211c2d5c4e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-16 - Cabinet of Commissioner Věra Jourová x JPMorgan Chase & Co."],"date":["2018-05-16"],"summary":["GDPR"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["eu-tr-9171899949-17","ec-person-3269ef00f0778677e6f4c8e0f72ce019084206fb"]}} -{"id":"ec-meeting-2018-05-16-7e32a42382f67572d9b39587541c5ee3c837215c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-16 - Cabinet of Commissioner Mariya Gabriel x IMPALA Association Internationale AISBL"],"date":["2018-05-16"],"summary":["Copyright"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-12383069253-19","ec-person-13ac9a19d8d04f97c0d32603d014df0dd4e1cd2a"]}} -{"id":"ec-meeting-2018-05-16-c28c5bf3ddc72fe82b1610a8fe19b0833f86291f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-16 - Cabinet of Commissioner Violeta Bulc x American Chamber of Commerce to the European Union"],"date":["2018-05-16"],"summary":["Meeting with Executive Council of the American Chamber of Commerce to the EU"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-4d2b449b5047ea3fda435a2a1c1081e3babcdf76","ec-person-9d4dc4867a44dfe10f67ae7ee1706da3e8b48a24","eu-tr-5265780509-97","ec-person-cb7aaf75b4c195481f149f904bc28b4e2ac2b7ab"]}} -{"id":"ec-meeting-2018-05-16-c6f8c949ea0bcd28a4dfa337b5ae9b6a637c5209","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-16 - Cabinet of Vice-President Andrus Ansip x eu travel tech"],"date":["2018-05-16"],"summary":["Illegal content online, P2B relations, collaborative economy"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-e91c5be432b6b3efdda369792fed67c20b767a45","eu-tr-70614728635-77"]}} -{"id":"ec-meeting-2018-05-16-d7c325bd2ce3c894d11981e92c4f64f020d05a41","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-16 - Inspire, Debate, Engage and Accelerate Action x European Trade Union Institute"],"date":["2018-05-16"],"summary":["Strategic Foresight and Future of Europe"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-dg-idea"],"involved":["eu-tr-521878025223-22","ec-person-4fe56a64c00b3e81c851b5538878b32481bd7d3c"]}} -{"id":"ec-meeting-2018-05-16-de0ed0fce5442226dc334ace3b9570b64126ef96","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-16 - Cabinet of Commissioner Phil Hogan x Deutscher Bauernverband"],"date":["2018-05-16"],"summary":["Common Agricultural Policy"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-73085531345-65","ec-person-68b8e931bdd0cafe77ab8e98d87edbea128d6c49"]}} -{"id":"ec-meeting-2018-05-17-01a4d39444e46072172e97f05932215ae3576dba","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-17 - Cabinet of Commissioner Phil Hogan x UPL Europe Ltd"],"date":["2018-05-17"],"summary":["Business discussion"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-326464931350-32","ec-person-7d3caa534e5cdda6d5b949bd4b2def39356e3bec"]}} -{"id":"ec-meeting-2018-05-17-02df6dd940c6ef83aed26ef0802cb7b769c2e62f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-17 - Financial Stability, Financial Services and Capital Markets Union x Assicurazioni Generali S.p.A"],"date":["2018-05-17"],"summary":["Sustainable Finance, Fintech, Solvency II"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-600525713796-88","ec-person-bdee7a93f95c8ef05079539170139b3c02e8ed96"]}} -{"id":"ec-meeting-2018-05-17-083687bc242680b580edc9f0c0f4683d4f312e0f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-17 - Cabinet of Vice-President Andrus Ansip x Verband der Anbieter von Telekommunikations- und Mehrwertdiensten"],"date":["2018-05-17"],"summary":["Electronic Communication Code"],"notes":["Portfolio: Digital Single Market"],"location":["Bruxelles"],"address":["Bruxelles"],"addressEntity":["addr-b58f5927b66d94a676970dc048485d4c6848f272"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-10256986723-88","ec-person-666bc159c7e65a3af9e63c1e97435c02f1496955"]}} -{"id":"ec-meeting-2018-05-17-11d3273bddefca5933fb4baceb3b26929c6d32b3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-17 - Cabinet of Vice-President Jyrki Katainen x Sky Group"],"date":["2018-05-17"],"summary":["Circular Economy"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90","eu-tr-62536168216-12"]}} -{"id":"ec-meeting-2018-05-17-1c2586f9c0b9b597e5229056bc48f33afa7e61e5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-17 - Cabinet of Vice-President Cecilia Malmström x Kreab Svenska Handelsbanken AB"],"date":["2018-05-17"],"summary":["Update on current/ongoing trade negotiations"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-933950717522-28","eu-tr-1078390517-54","ec-person-20ded9db5df11164331bb161fdf234b1e5ad53fd"]}} -{"id":"ec-meeting-2018-05-17-310ee473e711236c18b26912d65caba183d7b3e8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-17 - Cabinet of Commissioner Margrethe Vestager x Center for Humane Technology"],"date":["2018-05-17"],"summary":["Digital Platforms"],"notes":["Portfolio: Competition"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-margrethe-of-vestager"],"involved":["eu-tr-807457531680-68","ec-person-baa1c172df109ebd1f0307bccb5e21aec66c7a25"]}} -{"id":"ec-meeting-2018-05-17-39f46ed6838956e828bd092bad7133a202e7c203","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-17 - Cabinet of Commissioner Mariya Gabriel x Amgen Inc"],"date":["2018-05-17"],"summary":["Digital Health"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-42243575237-50","ec-person-13ac9a19d8d04f97c0d32603d014df0dd4e1cd2a"]}} -{"id":"ec-meeting-2018-05-17-646cb2a0ade6864f0d98e412e1f2e17d15f15318","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-17 - Cabinet of Commissioner Vytenis Andriukaitis x None"],"date":["2018-05-17"],"summary":["Import tolerance, Commission's proposal on general food law, REFIT on pesticides"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-b9c3f19e7c5f216e3e508f931ddd6a9cb59376d1","eu-tr-0711626572-26","eu-tr-77105321408-83","eu-tr-85076002321-31","eu-tr-2050009628-31"]}} -{"id":"ec-meeting-2018-05-17-6f3be3175f8aa88b7a828dfa908a3931a18c4405","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-17 - Cabinet of Commissioner Carlos Moedas x Center for Humane Technology"],"date":["2018-05-17"],"summary":["Digital Innovation"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-2b4bb0b28e7435e5f612e44d9664dbd1051efc55","ec-person-23980b2bc4fd9c82051d0f7888dc236b2f764866","eu-tr-807457531680-68"]}} -{"id":"ec-meeting-2018-05-17-723d7201238a322f6ddb5e5af631e12a73f47310","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-17 - Cabinet of Commissioner Carlos Moedas x Jyväskylän yliopisto"],"date":["2018-05-17"],"summary":["Future Research and Innovation Programme"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["eu-tr-273444130866-26","ec-person-a6e757d2928b639b876fd492ddee1fc1420908bf"]}} -{"id":"ec-meeting-2018-05-17-bc3faddd6dad18ef11b09e6a3f34d6caf2d32fd3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-17 - Cabinet of Vice-President Jyrki Katainen x Jyväskylän yliopisto"],"date":["2018-05-17"],"summary":["Research and innovation, MFF, Horizon Europe, teachers' training, Erasmus+, artificial intelligence, circular economy, eco-design, Defence Fund/research"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90","eu-tr-273444130866-26"]}} -{"id":"ec-meeting-2018-05-17-c1884261fa5592dd0969af2a6fc71a09e8c71a26","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-17 - Cabinet of First Vice-President Frans Timmermans x DIGITALEUROPE"],"date":["2018-05-17"],"summary":["Exchange of views on cross-border data flows"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-64270747023-20","ec-person-f87a3277bb5391e01fe3111e915444e51feb191a"]}} -{"id":"ec-meeting-2018-05-17-c569d7486660441085a78e4dc179746918316e9f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-17 - Cabinet of Commissioner Marianne Thyssen x Bertelsmann Stiftung"],"date":["2018-05-17"],"summary":["Future of Work"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["ec-person-cfb8d8d884367ef98b079fcd883ece7c89ec28e2","ec-person-ce19440eacb8fd67f534bdbcce33a1c4cedfd071","eu-tr-13571025706-27"]}} -{"id":"ec-meeting-2018-05-17-ce645048eec5dc9d7290401c132f7b02d092da6f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-17 - Cabinet of Vice-President Miguel Arias Cañete x innogy SE"],"date":["2018-05-17"],"summary":["Transport Decarbonisation, 2nd & 3rd Mobility Package"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-569652431561-54","ec-person-25a937c04cd0a0ddcf5cf34798e76b5105854114"]}} -{"id":"ec-meeting-2018-05-17-e25e8367789ae81b479738ecdff88c757d189a7f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-17 - Taxation and Customs Union x The Addington Society"],"date":["2018-05-17"],"summary":["EU tax perspectives"],"location":["London, United Kingdom"],"address":["London, United Kingdom"],"addressEntity":["addr-fc9a259898bcaf4c26fe1f957994d7a6720da0f3"],"organizer":["ec-dg-taxud"],"involved":["ec-person-3173c1cc052827c58f23ccd3a8de07534f0d35bd","eu-tr-772806931407-44"]}} -{"id":"ec-meeting-2018-05-18-19770024abeae600704bd411cfb09dea3b7b6acd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-18 - Cabinet of Vice-President Valdis Dombrovskis x UNI Europa"],"date":["2018-05-18"],"summary":["Sustainable Finance and Fintech"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-43785827982-59","ec-person-537401fc0be04984531b83660f416bf2fe14fbd8"]}} -{"id":"ec-meeting-2018-05-18-2881a0e73a2e03da48cf74c2d9d94a456e9598c9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-18 - Cabinet of Vice-President Günther Oettinger x EuropaBio"],"date":["2018-05-18"],"summary":["SPC manufacturing waiver"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["ec-person-b17d355ca19058898aba2ec032de59f8701d47f5","eu-tr-1298286943-59"]}} -{"id":"ec-meeting-2018-05-18-443ef1d1a1492404bcadfc76f9644b5295afa2ed","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-18 - Cabinet of Vice-President Cecilia Malmström x Fertilizers Europe"],"date":["2018-05-18"],"summary":["Anti-dumping duty on ammonium nitrate from Russia"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-20ded9db5df11164331bb161fdf234b1e5ad53fd","ec-person-591ec829ca734bcfe59a2c9c7f07f9dff22a0ea9","eu-tr-80788715017-29"]}} -{"id":"ec-meeting-2018-05-18-5055523377bcb44e8d07a467707259825aad973a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-18 - Cabinet of Commissioner Violeta Bulc x Allgemeiner Deutscher Automobil-Club e.V. Fédération Internationale de l'Automobile"],"date":["2018-05-18"],"summary":["Dinner with the President and Vice-President of Fia as well as President of ADAC"],"notes":["Portfolio: Transport"],"location":["Berlin"],"address":["Berlin"],"addressEntity":["addr-062b06ba8e755765c6b049809b7430fd54fe5b21"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-4d2b449b5047ea3fda435a2a1c1081e3babcdf76","eu-tr-84839535366-67","eu-tr-02452103934-97"]}} -{"id":"ec-meeting-2018-05-18-70f5f9c8d4db94942e046387f79574eb40b0eb07","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-18 - Cabinet of Commissioner Mariya Gabriel x News Media Europe"],"date":["2018-05-18"],"summary":["gender equality"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-577812220311-81","ec-person-6cd1e3bf3a4eec9e9db49b32cf3d20ab7dbfe03f"]}} -{"id":"ec-meeting-2018-05-18-7dad9d8862fd6ab5f3cfb6e171ccc0432749e521","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-18 - Environment x Fundación Empresarial Comunidad Europea Chile"],"date":["2018-05-18"],"summary":["Circular Economy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-env"],"involved":["eu-tr-167769023516-11","ec-person-3bc74ce04ea3f4ab4d91a5c88eef25b8b8a213b4"]}} -{"id":"ec-meeting-2018-05-18-86479a0d049fd14c963b5c2ca4cccd06dce56dbb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-18 - Mobility and Transport x Ryanair Holdings"],"date":["2018-05-18"],"summary":["visit to Ryanair HQ"],"location":["Dublin, Ireland"],"address":["Dublin, Ireland"],"addressEntity":["addr-9254d2b0cd15e920cbb060acf87f8f943a0508e9"],"organizer":["ec-dg-move"],"involved":["eu-tr-002977215945-85","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2018-05-18-99403e202db54387b8f39e06b85b8035be44fdd9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-18 - Cabinet of Vice-President Jyrki Katainen x Viipurin taloudellinen koreakouluseura"],"date":["2018-05-18"],"summary":["Research and innovation"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90","eu-tr-479023731523-73"]}} -{"id":"ec-meeting-2018-05-18-a32e565e2fbe25729f2eac9c81d2f331cb71583c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-18 - Cabinet of Vice-President Jyrki Katainen x Hultin Partners Oy"],"date":["2018-05-18"],"summary":["SMEs and Russia"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90","eu-tr-777042431538-85"]}} -{"id":"ec-meeting-2018-05-18-a7417c02f3bf39129115658be7a2a761f1eaa7ff","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-18 - Cabinet of Commissioner Elżbieta Bieńkowska x ASD-Eurospace"],"date":["2018-05-18"],"summary":["Space and Defence Industry"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Stockholm"],"address":["Stockholm"],"addressEntity":["addr-c62ff645db3e4e4627445eafdadf5e5683415895"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["ec-person-685ecf13dd26cd515c961e24ba71049af2302c5e","eu-tr-873508417106-05","ec-person-95a769a1850d7d595f9a5853c51dcbdd3ddd69fb"]}} -{"id":"ec-meeting-2018-05-18-cadfdbad8c7f480dfa4c1d3e45e33ddadeb635ae","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-18 - Cabinet of Commissioner Marianne Thyssen x European Federation for Services to Individuals"],"date":["2018-05-18"],"summary":["New statistical report on PHS"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["ec-person-cfb8d8d884367ef98b079fcd883ece7c89ec28e2","ec-person-ce19440eacb8fd67f534bdbcce33a1c4cedfd071","eu-tr-57795906755-89"]}} -{"id":"ec-meeting-2018-05-18-ce8031846d804a0a67016d9dbfc4d8867eb882d1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-18 - Cabinet of Vice-President Maroš Šefčovič x DTEK"],"date":["2018-05-18"],"summary":["State of play Electricity Sector Ukraine"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-3bf48630444ace93d407e52eb880e64d480f75ce","eu-tr-17429897118-54"]}} -{"id":"ec-meeting-2018-05-18-fae8992fca9b1dbd4eb8e95f662ef53bfe7dbb8c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-18 - Migration and Home Affairs x Internet Corporation for Assigned Names and Numbers"],"date":["2018-05-18"],"summary":["Ongoing dialogues between ICANN and Art.29WP"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-home"],"involved":["ec-person-58ef6a24ab6e45538fba799818c74d1498108657","eu-tr-804646318062-39"]}} -{"id":"ec-meeting-2018-05-19-1ba7c691ebac5e5bce29c2a046f78b702cc692e0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-19 - Cabinet of Commissioner Violeta Bulc x Fédération Internationale de l'Automobile"],"date":["2018-05-19"],"summary":["Meeting with Mr Jean Todt, President of FIA on Road Safety and E-Mobility; E-Formula race"],"notes":["Portfolio: Transport"],"location":["Berlin"],"address":["Berlin"],"addressEntity":["addr-062b06ba8e755765c6b049809b7430fd54fe5b21"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-4d2b449b5047ea3fda435a2a1c1081e3babcdf76","eu-tr-84839535366-67"]}} -{"id":"ec-meeting-2018-05-19-96eeadc8181a8f73d4fd51af8ed214f24a695250","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-19 - Cabinet of First Vice-President Frans Timmermans x The European Region of the International Lesbian, Gay, Bisexual, Trans and Intersex Association"],"date":["2018-05-19"],"summary":["Situation of lesbian, gay, bisexual, trans- and intersex people"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-11977456675-84","ec-person-966667b73d92624be9bb019c2baab7e52331b3d3"]}} -{"id":"ec-meeting-2018-05-20-ae4631b84c664c3c76fccf28c25fff4a089b2c52","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-20 - Energy x TotalEnergies SE"],"date":["2018-05-20"],"summary":["Energy policy"],"location":["Teheran, Iran"],"address":["Teheran, Iran"],"addressEntity":["addr-addf639ed2024166c786c6847ad8d6a386fa7cbb"],"organizer":["ec-dg-ener"],"involved":["eu-tr-1849405799-88","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2018-05-21-314dc6e57a315b08fb733dde036d67f023012b4c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-21 - Cabinet of Commissioner Corina Crețu x Polish Electricity Association"],"date":["2018-05-21"],"summary":["MFF post 2020, climate objectives"],"notes":["Portfolio: Regional Policy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-corina-cretu-of"],"involved":["eu-tr-255859710443-50","ec-person-c9d4945f28454cc49c4ea188c82e64b0dac3bd73"]}} -{"id":"ec-meeting-2018-05-21-b1a749c6af7580d362d757f7ea3fc832893fc508","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-21 - Cabinet of Commissioner Violeta Bulc x Aerocene Foundation gGmbH"],"date":["2018-05-21"],"summary":["Meeting with representatives of Aerocene Foundation"],"notes":["Portfolio: Transport"],"location":["Berlin"],"address":["Berlin"],"addressEntity":["addr-062b06ba8e755765c6b049809b7430fd54fe5b21"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-443257931557-70","ec-person-4d2b449b5047ea3fda435a2a1c1081e3babcdf76","ec-person-a9f4fe47da47a1b05bbfda9825908089d11bda93"]}} -{"id":"ec-meeting-2018-05-21-b8b7977e641a1ab67a1ed84ffe9ab6234622a245","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-21 - Cabinet of Commissioner Mariya Gabriel x Vodafone Belgium SA"],"date":["2018-05-21"],"summary":["5G development plan for city of Milan"],"notes":["Portfolio: Digital Economy and Society"],"location":["Milan"],"address":["Milan"],"addressEntity":["addr-5380bcebfb8a22dd30d3999731c61981051f0632"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-90142503473-81","ec-person-1674399a793e9e6fd7cf55b525515fc862fc9351"]}} -{"id":"ec-meeting-2018-05-22-13bf268a077cc9b14042fe541cc4acca6b1d7a56","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-22 - Task Force for Relations with the United Kingdom x Airbus"],"date":["2018-05-22"],"summary":["Meeting with the Task Force for the Preparation and Conduct of the Negotiations with the United Kingdom under Article 50 TEU"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-uktf"],"involved":["ec-person-864cfa5fbc9b02a079ffbab1107f252c7bb08478","eu-tr-2732167674-76"]}} -{"id":"ec-meeting-2018-05-22-18800f4955f55039598cf57a32062869a0643307","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-22 - Cabinet of Vice-President Andrus Ansip x Pan-European Insurance Forum"],"date":["2018-05-22"],"summary":["Free flow of data, GDPR, Artificial Intelligence"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-03667978021-69","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45","ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0"]}} -{"id":"ec-meeting-2018-05-22-18fd0acd9cd8692aaf07208486fde5b4f840cf40","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-22 - Cabinet of Vice-President Günther Oettinger x Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V."],"date":["2018-05-22"],"summary":["MFF and implications on FP9"],"notes":["Portfolio: Budget & Human Resources"],"location":["Berlin"],"address":["Berlin"],"addressEntity":["addr-062b06ba8e755765c6b049809b7430fd54fe5b21"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-35124436517-75","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2018-05-22-2516e7d0d45f9e868946c63e9213dc4d0a7bb974","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-22 - Cabinet of Commissioner Violeta Bulc x The Norwegian Shipowners' Association"],"date":["2018-05-22"],"summary":["maritime issues"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-81175628740-75","ec-person-cb7aaf75b4c195481f149f904bc28b4e2ac2b7ab"]}} -{"id":"ec-meeting-2018-05-22-48a6aca7610e1c13b25803379cef07b9e570315b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-22 - Taxation and Customs Union x Microsoft Corporation International Bureau of Fiscal Documentation PwCIL"],"date":["2018-05-22"],"summary":["Conference on 'Digital Transformation of Tax Administrations\""],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-taxud"],"involved":["eu-tr-0801162959-21","eu-tr-60402754518-05","eu-tr-135950711071-58","ec-person-3173c1cc052827c58f23ccd3a8de07534f0d35bd"]}} -{"id":"ec-meeting-2018-05-22-49f0dccc5d191a473642030e049d9aff56933126","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-22 - Cabinet of President Jean-Claude Juncker x EKD-Büro Brüssel / EKD-Office Brussels"],"date":["2018-05-22"],"summary":["The future of the European Union, MFF, Art. 17 dialogue, Brexit"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-67872aca57f8dfc132dbac47ff41bf9b60ba8ac5","eu-tr-61973396926-78"]}} -{"id":"ec-meeting-2018-05-22-4b071b2d66b0a5104496f289fde74ceeef6fdee6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-22 - Cabinet of Commissioner Violeta Bulc x Cruise Lines International Association Europe"],"date":["2018-05-22"],"summary":["Maritime issues"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-5012c5e45a52ee8ce67d19c1781a127af53e73e7","ec-person-cb7aaf75b4c195481f149f904bc28b4e2ac2b7ab","eu-tr-69525934310-58"]}} -{"id":"ec-meeting-2018-05-22-5184c9a5cd6980d5d2d8a994ad732e982c7fbb35","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-22 - Cabinet of Vice-President Valdis Dombrovskis x Capstone"],"date":["2018-05-22"],"summary":["Exchange of views on digital taxation"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-548053331062-63","ec-person-b2d41137decbf33bc8076a41bfe11b68d501a7a0"]}} -{"id":"ec-meeting-2018-05-22-5879474cec586d7ad95c29da487bbbd135466968","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-22 - Cabinet of High Representative / Vice-President Federica Mogherini x Vodafone Belgium SA"],"date":["2018-05-22"],"summary":["Latest developments re EU-Western Balkans."],"notes":["Portfolio: Foreign Affairs and Security Policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"involved":["eu-tr-90142503473-81","ec-person-ffe369688b1df8f09154d965f094473d619d72e0"]}} -{"id":"ec-meeting-2018-05-22-5d160033e86355e45fa1d8c78fd80577013b3e8b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-22 - Cabinet of Commissioner Marianne Thyssen x European Confederation of Independent Trade Unions"],"date":["2018-05-22"],"summary":["Social Fairness package"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["ec-person-cfb8d8d884367ef98b079fcd883ece7c89ec28e2","eu-tr-32738888445-74"]}} -{"id":"ec-meeting-2018-05-22-6276eec0b8015f676549b1e1193b2ab3c193b212","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-22 - Cabinet of Commissioner Mariya Gabriel x The Alliance for Safe Online Pharmacy in the EU"],"date":["2018-05-22"],"summary":["activities and work on patient safety, with particular focus on falsified medicines and the meaning of the Common Logo on legal online pharmacies; top level domain name .pharmacy"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-273334013697-74","ec-person-d995d34a2f8b1f0bf6a17486f5699181d6a01e1c"]}} -{"id":"ec-meeting-2018-05-22-77924807a204f694612f4e5bc2c30933aeedc7ff","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-22 - Cabinet of Vice-President Miguel Arias Cañete x Endesa"],"date":["2018-05-22"],"summary":["Energy Market Reform"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-47504237466-74","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd"]}} -{"id":"ec-meeting-2018-05-22-77edd835e74c49a5b9a1304a943e503c57f001bf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-22 - Cabinet of Commissioner Elżbieta Bieńkowska x Verband der Kali- und Salzindustrie e.V."],"date":["2018-05-22"],"summary":["fertilizers"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-85717948337-22","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2018-05-22-7e2c412072c916347b7bf7b0d0c4f8069dd68ef8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-22 - Secretariat-General x EKD-Büro Brüssel / EKD-Office Brussels"],"date":["2018-05-22"],"summary":["Future of Europe, MFF, Art.17 dialogue, Brexit"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-sg"],"involved":["ec-person-97a74c3df4cdf4db05e274aab8204536eca85f92","eu-tr-61973396926-78"]}} -{"id":"ec-meeting-2018-05-22-7e93dd5cb32150335c3837f930d1ce900be411f8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-22 - Economic and Financial Affairs x Intesa Sanpaolo"],"date":["2018-05-22"],"summary":["italian Macro-economic situation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-ecfin"],"involved":["ec-person-9b398cc97951266670f91bef34ea37df7380eef9","eu-tr-24037141789-48"]}} -{"id":"ec-meeting-2018-05-22-80bb1b6ac35fc0ae75d49dfcc7997fa281556d17","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-22 - Cabinet of Vice-President Miguel Arias Cañete x Transport and Environment (European Federation for Transport and Environment)"],"date":["2018-05-22"],"summary":["Decarbonisation of transport policy,Clean energy package trilogues ,Mid century decarbonisation strategy"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd","eu-tr-58744833263-19"]}} -{"id":"ec-meeting-2018-05-22-91a5876ad4d00bb25d31d5b51677c1e69e67624a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-22 - Trade x Association des Constructeurs Européens d'Automobiles"],"date":["2018-05-22"],"summary":["Automotive: Japan, Mercosur and Mexico"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-trade"],"involved":["ec-person-bde9bb099f5d24c52ca4a9255cefc99a5b87a650","eu-tr-0649790813-47"]}} -{"id":"ec-meeting-2018-05-22-a5a51000eae26f618d3b4e0b32e24d9f2d26a083","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-22 - Cabinet of Commissioner Mariya Gabriel x Association of European Performers’ Organisations"],"date":["2018-05-22"],"summary":["Copyright reform"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["ec-person-1674399a793e9e6fd7cf55b525515fc862fc9351","eu-tr-69221462428-97"]}} -{"id":"ec-meeting-2018-05-22-aea33eae908953665b15e6dc3e704d976355fe0a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-22 - Climate Action x The European Steel Association"],"date":["2018-05-22"],"summary":["implementation of the EU Emissions Trading System"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-clima"],"involved":["ec-person-9c5c685692a09a77f2bc8ae9c05663b87cd75aae","eu-tr-93038071152-83"]}} -{"id":"ec-meeting-2018-05-22-af184fdd2fb2a396261d4dc5c6c48342a8ff61b1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-22 - Climate Action x Association des Constructeurs Européens d'Automobiles"],"date":["2018-05-22"],"summary":["Low-carbon mobility"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-clima"],"involved":["ec-person-9c5c685692a09a77f2bc8ae9c05663b87cd75aae","eu-tr-0649790813-47"]}} -{"id":"ec-meeting-2018-05-22-bc2bdf431192e208461405b48366b7d6101fd786","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-22 - Climate Action x Climate Action Network Europe"],"date":["2018-05-22"],"summary":["EU long term strategy, preparations for COP24 and mobility package"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-clima"],"involved":["ec-person-9c5c685692a09a77f2bc8ae9c05663b87cd75aae","eu-tr-55888811123-49"]}} -{"id":"ec-meeting-2018-05-22-be6070bc243fd66b5c19a605bc36fd5a14062ba0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-22 - Cabinet of Commissioner Margrethe Vestager x Allianz SE"],"date":["2018-05-22"],"summary":["Digitisation"],"notes":["Portfolio: Competition"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-margrethe-of-vestager"],"involved":["ec-person-baa1c172df109ebd1f0307bccb5e21aec66c7a25","eu-tr-05503341949-54"]}} -{"id":"ec-meeting-2018-05-22-c7d6b07ed8374d54e55d6a68122b288a191a372b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-22 - Financial Stability, Financial Services and Capital Markets Union x Bloomberg L.P."],"date":["2018-05-22"],"summary":["sustainable finance, equivalence"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-214140728444-40","ec-person-bdee7a93f95c8ef05079539170139b3c02e8ed96"]}} -{"id":"ec-meeting-2018-05-22-ccf20ba879b0a8d79fe7ab4936ac7e70e4c03bb5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-22 - Cabinet of Commissioner Phil Hogan x Dow Europe GmbH"],"date":["2018-05-22"],"summary":["Agri Issues"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-a1a78365cc4685b0958056646204977d8f2ead92","eu-tr-38235121060-73"]}} -{"id":"ec-meeting-2018-05-22-d828035fd75b430b95c927112ac644ba01b99425","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-22 - Cabinet of Commissioner Carlos Moedas x Bloomberg L.P."],"date":["2018-05-22"],"summary":["Exchange on Research and Innovation priorities"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["eu-tr-214140728444-40","ec-person-0a716bf5253e913fc40ebf14c12f30dc2e7a06ee","ec-person-23980b2bc4fd9c82051d0f7888dc236b2f764866"]}} -{"id":"ec-meeting-2018-05-22-e546fa55e09a9547525dab8e483c173f70f989d9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-22 - Financial Stability, Financial Services and Capital Markets Union x AXA"],"date":["2018-05-22"],"summary":["Solvency II, IFRS 17"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-36423781099-10","ec-person-bdee7a93f95c8ef05079539170139b3c02e8ed96"]}} -{"id":"ec-meeting-2018-05-22-f93256abf8d780e77a1390d6c94aceeb62d2c258","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-22 - Cabinet of Commissioner Phil Hogan x DuPont de Nemours International SARL"],"date":["2018-05-22"],"summary":["Agri Issues"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-3181166932-58","ec-person-a1a78365cc4685b0958056646204977d8f2ead92"]}} -{"id":"ec-meeting-2018-05-22-f9fab18866dbad96c76d3f85ff57f044e45e8483","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-22 - Cabinet of Commissioner Vytenis Andriukaitis x European Association for Cardio-Thoracic Surgery European Society of Cardiology European Society for Cardiovascular and Endovascular Surgery"],"date":["2018-05-22"],"summary":["Medical registries, clinical research, actions on non communicable diseases"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["eu-tr-01150446981-34","eu-tr-932677031453-58","eu-tr-806557131478-97","ec-person-b4899928aefa422e4992056d90974930b39cad81","ec-person-df30d07ef698a52b9948b9c734db39196cf8541f"]}} -{"id":"ec-meeting-2018-05-23-0d7bf94833a5900e3cf8d13ed0004b95744b265c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-23 - Taxation and Customs Union x European Tax Adviser Federation"],"date":["2018-05-23"],"summary":["Conference “How to ensure fair taxation in a digitalized world?”"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-taxud"],"involved":["ec-person-3173c1cc052827c58f23ccd3a8de07534f0d35bd","eu-tr-760084520382-92"]}} -{"id":"ec-meeting-2018-05-23-11a6641acc288833c6b17cb110934c84db8c0b98","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-23 - Cabinet of Vice-President Günther Oettinger x Banco Santander, S.A."],"date":["2018-05-23"],"summary":["Fintech, MFF"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-799142914971-03","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2018-05-23-1d58bfe4e623bb3b96804d52373afe93d2bda442","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-23 - Cabinet of Vice-President Jyrki Katainen x EUROCHAMBRES – Association of European Chambers of Commerce and Industry Wirtschaftskammer Österreich"],"date":["2018-05-23"],"summary":["Future of Europe and EU trade policy"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90","eu-tr-10405322962-08","eu-tr-0014082722-83"]}} -{"id":"ec-meeting-2018-05-23-27088bbd1a0bbe9f7b738b16811136280311f159","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-23 - Cabinet of Commissioner Elżbieta Bieńkowska x Stichting European Climate Foundation"],"date":["2018-05-23"],"summary":["circular economy"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["brussels"],"address":["brussels"],"addressEntity":["addr-e2daa1574b7ac475c827b33e281bd2d5e013c882"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-64869491516-70","ec-person-b2f9be51339f054477846797e2c119fcf16548fc","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2018-05-23-2c56cb9915a1f047fb5dc989f6d5515a8782eb79","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-23 - Cabinet of Vice-President Valdis Dombrovskis x Deutsche Börse AG"],"date":["2018-05-23"],"summary":["Emir REFIT and Emir supervision"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-20884001341-42","ec-person-48f31156d932641826e09f5b73f074d35ff05786"]}} -{"id":"ec-meeting-2018-05-23-2fe2ed3a1d792412aa11ebff3fa96d3f8315e518","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-23 - Task Force for Relations with the United Kingdom x European Fisheries Alliance"],"date":["2018-05-23"],"summary":["Meeting with the Task Force for the Preparation and Conduct of the Negotiations with the United Kingdom under Article 50 TEU"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-uktf"],"involved":["ec-person-864cfa5fbc9b02a079ffbab1107f252c7bb08478","eu-tr-263936828049-68"]}} -{"id":"ec-meeting-2018-05-23-32a140d20c0386367f6ee04fa0687ba95db40434","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-23 - Communications Networks, Content and Technology x Banco Santander, S.A."],"date":["2018-05-23"],"summary":["Fintech"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-799142914971-03","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2018-05-23-3bc3b879c6e21d6fe0e236f596c3670f85bb4744","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-23 - Cabinet of Vice-President Miguel Arias Cañete x Tellurian Trading UK Ltd"],"date":["2018-05-23"],"summary":["The role of natural gas in the European energy"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-1831691c10441c5974327bbeb8693d6b6c1e50c3","eu-tr-382928328537-02"]}} -{"id":"ec-meeting-2018-05-23-497becebbaf78627032d966eee3149c94de1224a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-23 - Cabinet of Commissioner Dimitris Avramopoulos x Starbucks Coffee Company"],"date":["2018-05-23"],"summary":["Social inclusion of refugees"],"notes":["Portfolio: Migration, Home Affairs and Citizenship"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-avramopoulos-cabinet-commissioner-dimitris-of"],"involved":["eu-tr-921396316480-51","ec-person-d308eca84bd91d5045ed0282e8e04787597508ee"]}} -{"id":"ec-meeting-2018-05-23-49834b7908a6c8681602563281f707ac59a79b94","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-23 - Cabinet of Vice-President Cecilia Malmström x Ericsson"],"date":["2018-05-23"],"summary":["Foreign Direct Investment Screening"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-02021363105-42","ec-person-591ec829ca734bcfe59a2c9c7f07f9dff22a0ea9"]}} -{"id":"ec-meeting-2018-05-23-49f5938bdb3c8893543971dcc463e899c95cb6e5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-23 - Cabinet of Vice-President Neven Mimica x Kofi Annan Foundation"],"date":["2018-05-23"],"summary":["Meeting to discuss implementation and future plans for the Extremely Together project"],"notes":["Portfolio: International Cooperation & Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-mimica-neven-of-president-vice"],"involved":["eu-tr-961873216116-63","ec-person-b187f3955c71d2e1daa48e02fd0a09ab7c6f6098"]}} -{"id":"ec-meeting-2018-05-23-53b65f82bb90df2475d785777cfa9bd17063ef67","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-23 - Cabinet of Vice-President Neven Mimica x Wildlife Conservation Society"],"date":["2018-05-23"],"summary":["Wildlife Conversation - sustainable livelyhoods. Forest protection in developing countries"],"notes":["Portfolio: International Cooperation & Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-mimica-neven-of-president-vice"],"involved":["eu-tr-10132247681-61","ec-person-d455992f8f48b86e26e61f5284a9ef8e18aed182"]}} -{"id":"ec-meeting-2018-05-23-54073034e0072a17dd7c113aedb055bcc899d36b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-23 - Health and Food Safety x Vaccines Europe"],"date":["2018-05-23"],"summary":["Discussion on Vaccination communication"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-sante"],"involved":["eu-tr-53073567234-18","ec-person-3c7fdbe0c1c235777d916309465339b7ed1666f6"]}} -{"id":"ec-meeting-2018-05-23-6914e02aeea14ea891a909b7bb9764021d53c258","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-23 - Financial Stability, Financial Services and Capital Markets Union x Deutsche Börse AG"],"date":["2018-05-23"],"summary":["MIFID II, Brexit"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-20884001341-42","ec-person-bdee7a93f95c8ef05079539170139b3c02e8ed96"]}} -{"id":"ec-meeting-2018-05-23-73387611b9ef26c62af2cdf4a105e679e0b88fbb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-23 - Health and Food Safety x European Patients' Forum (EPF)"],"date":["2018-05-23"],"summary":["Discussion about collaboration with Sante"],"location":["brussels"],"address":["brussels"],"addressEntity":["addr-e2daa1574b7ac475c827b33e281bd2d5e013c882"],"organizer":["ec-dg-sante"],"involved":["eu-tr-61911227368-75","ec-person-3c7fdbe0c1c235777d916309465339b7ed1666f6"]}} -{"id":"ec-meeting-2018-05-23-808cc65093defb23dee8cd75da8393b072f4216e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-23 - Cabinet of High Representative / Vice-President Federica Mogherini x Open Government Partnership Secretariat"],"date":["2018-05-23"],"summary":["open governments"],"notes":["Portfolio: Foreign Affairs and Security Policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"involved":["ec-person-702cc2c6e5f88e6a62c801eccaff75ef5e753d5b","eu-tr-681306927105-61"]}} -{"id":"ec-meeting-2018-05-23-a2cfbb1cd9a9859001ca8e91cf310de1b3569eec","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-23 - Taxation and Customs Union x American Chamber of Commerce to the European Union"],"date":["2018-05-23"],"summary":["Exchange of views on tax and customs questions"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-taxud"],"involved":["ec-person-3173c1cc052827c58f23ccd3a8de07534f0d35bd","eu-tr-5265780509-97"]}} -{"id":"ec-meeting-2018-05-23-a62bcff0815d96965d50aeb2b31ebec8e5636758","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-23 - Cabinet of Commissioner Marianne Thyssen x Danish Trade Union Confederation EU Office"],"date":["2018-05-23"],"summary":["Employment and social priorities"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["eu-tr-805838518601-52","ec-person-7567514af00f139b390cf9864d28a090ca0fde25"]}} -{"id":"ec-meeting-2018-05-23-c57e9ba0e43b0d6f164348831e892f9b6d803050","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-23 - Cabinet of First Vice-President Frans Timmermans x World Economic Forum"],"date":["2018-05-23"],"summary":["exchange of views on the upcoming World Economic Forum 2019 and this year UNGA"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels, BERL"],"address":["Brussels, BERL"],"addressEntity":["addr-3c3fa5f92474ebac668808553fbab6d1c14aa243"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["ec-person-966667b73d92624be9bb019c2baab7e52331b3d3","eu-tr-389715028237-59"]}} -{"id":"ec-meeting-2018-05-23-c648d0516c7bea15ba323f7cb365f27b80725f5b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-23 - Cabinet of Commissioner Vytenis Andriukaitis x Youth Cancer Europe"],"date":["2018-05-23"],"summary":["Actions on Cancer, access to care"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-b4899928aefa422e4992056d90974930b39cad81","ec-person-d462b3c7daeee00ad55e380a7fb96819f79899df","eu-tr-988772631423-40"]}} -{"id":"ec-meeting-2018-05-23-ccd9d158f0e9bf58dddcfe15779e9eb4a0b1030e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-23 - Financial Stability, Financial Services and Capital Markets Union x BANCO BILBAO VIZCAYA ARGENTARIA"],"date":["2018-05-23"],"summary":["digital transformation of the Banking sector"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-090350412968-04","ec-person-bdee7a93f95c8ef05079539170139b3c02e8ed96"]}} -{"id":"ec-meeting-2018-05-23-d24a58e0b792000640d8c990ff61bb2d91958184","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-23 - Mobility and Transport x AMADEUS IT GROUP S.A."],"date":["2018-05-23"],"summary":["CRS Code of Conduct"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-move"],"involved":["eu-tr-193056815367-44","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2018-05-23-ea29b4d6d26bccd3b7cea664a88c2b852e52eb01","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-23 - Communications Networks, Content and Technology x BANCO BILBAO VIZCAYA ARGENTARIA"],"date":["2018-05-23"],"summary":["Digital transformation of the banking sector"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-090350412968-04","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2018-05-23-f28496ee35be75cd461f1d6b1e808e9f02f60278","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-23 - Cabinet of Commissioner Mariya Gabriel x National Democratic Institute for International Affairs International Republican Institute"],"date":["2018-05-23"],"summary":["Cybersecurity and Elections"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-533093729378-87","ec-person-fc1068d79545d1659bf47e9b62bfb0aed175629e","eu-tr-400111922674-13"]}} -{"id":"ec-meeting-2018-05-24-00d7276acd7ccab8e87f2a610196a4239ca591d9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-24 - Financial Stability, Financial Services and Capital Markets Union x Swiss Finance Council"],"date":["2018-05-24"],"summary":["MiFIR, EMIR, AIFMD"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-858716912337-17","ec-person-bdee7a93f95c8ef05079539170139b3c02e8ed96"]}} -{"id":"ec-meeting-2018-05-24-139972529646d280ab705458fb3ca1ed691d696d","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2018-05-24 - Cabinet of Vice-President Günther Oettinger x Bundesvereinigung der Deutschen Arbeitgeberverbände e.V."],"date":["2018-05-24"],"summary":["Social Affairs"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-7749519702-29","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2018-05-24-1a6042f522c42846dac1c1553c3aad9ff5c08c88","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-24 - Cabinet of Commissioner Phil Hogan x Zemědělský svaz ČR Agrární komora České republiky Slovenská poľnohospodárska a potravinárska komora"],"date":["2018-05-24"],"summary":["Future of CAP"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-373459327433-55","ec-person-d4e0ed779d9afad22ebc402fe3db519e121e437c","eu-tr-686808520772-77","eu-tr-375186527639-84","ec-person-428cf365f3847d04012831ef2642a1a69aed518d"]}} -{"id":"ec-meeting-2018-05-24-3c06f706b97c128830c70dee2b01506f6f695654","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-24 - Cabinet of Commissioner Mariya Gabriel x Swiss Re Ltd."],"date":["2018-05-24"],"summary":["Fintech"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-290136415264-17","ec-person-fc1068d79545d1659bf47e9b62bfb0aed175629e"]}} -{"id":"ec-meeting-2018-05-24-3c98a24a79445e80fccd24f4e7580afc65b4736b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-24 - Cabinet of Vice-President Miguel Arias Cañete x Polish Electricity Association"],"date":["2018-05-24"],"summary":["Follow-up on MFF"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-1831691c10441c5974327bbeb8693d6b6c1e50c3","eu-tr-255859710443-50"]}} -{"id":"ec-meeting-2018-05-24-3d5c4e8ec7c16adc5a759b4c68bd240bd05e2ca1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-24 - Cabinet of Commissioner Pierre Moscovici x American Chamber of Commerce to the European Union"],"date":["2018-05-24"],"summary":["US/EU and digital taxation"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["ec-person-1d299d025d2afdcba46db3d131b6197fab6e0c89","eu-tr-5265780509-97"]}} -{"id":"ec-meeting-2018-05-24-52529a5024722ff53e5d6f483384bb63fe1458d1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-24 - Cabinet of Commissioner Phil Hogan x AbbVie"],"date":["2018-05-24"],"summary":["Business discussion"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-934069612666-51","ec-person-400dd8d59d3060187d9b9b143d697da1a3d03c12"]}} -{"id":"ec-meeting-2018-05-24-569a35925a08898ce1b212338cdd18d141b5fbd4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-24 - Cabinet of Commissioner Mariya Gabriel x European Women's Lobby"],"date":["2018-05-24"],"summary":["women in politics"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-85686156700-13","ec-person-6cd1e3bf3a4eec9e9db49b32cf3d20ab7dbfe03f"]}} -{"id":"ec-meeting-2018-05-24-5d8d5aa91585e313bbbebe6e581ff137142a5486","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-24 - Cabinet of Commissioner Marianne Thyssen x Bundesvereinigung der Deutschen Arbeitgeberverbände e.V."],"date":["2018-05-24"],"summary":["European Labour Authority, Posting of Workers, Transparent and predictable working conditions"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["ec-person-cfb8d8d884367ef98b079fcd883ece7c89ec28e2","eu-tr-7749519702-29","ec-person-c508e9337eca6b067c1f966b82de49c4824a3ad0"]}} -{"id":"ec-meeting-2018-05-24-6731c8ce0543f45a0e6037e02bdd2ab970d01e69","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-24 - Financial Stability, Financial Services and Capital Markets Union x Visa Europe"],"date":["2018-05-24"],"summary":["PSD2, cross-border payments, Fintech"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-61954192201-58","ec-person-bdee7a93f95c8ef05079539170139b3c02e8ed96"]}} -{"id":"ec-meeting-2018-05-24-6cfec01d10ca7a83b7d9b321e24f584dba156b35","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-24 - Cabinet of Vice-President Jyrki Katainen x Standard Chartered"],"date":["2018-05-24"],"summary":["Exchange on EU trade policy and on sustainable finance"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90","eu-tr-16595501800-80"]}} -{"id":"ec-meeting-2018-05-24-86d1b8c79e8ebcb5969f77f58662a34617142274","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-24 - Cabinet of Vice-President Valdis Dombrovskis x Funding Circle Holding Plc"],"date":["2018-05-24"],"summary":["Crowdfunding"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-598139430310-16","ec-person-30d770ccd575865b3106f94220ce1ace16e48f1a","ec-person-537401fc0be04984531b83660f416bf2fe14fbd8"]}} -{"id":"ec-meeting-2018-05-24-a510f8430da8c00994a71178c521f37ef0d246a7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-24 - Cabinet of Vice-President Jyrki Katainen x Chamber of Commerce of the United States of America"],"date":["2018-05-24"],"summary":["Exchange about transatlantic relations"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-af4fdbf97c89a6df87ab37d321d95829d657c940","eu-tr-483024821178-51"]}} -{"id":"ec-meeting-2018-05-24-a782cd6cc6fd6f0fae97612627b29b737abac77a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-24 - Cabinet of Commissioner Carlos Moedas x National Research Council of Italy"],"date":["2018-05-24"],"summary":["Collaboration with research organizations/FP9"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-f7ccc3ad366dd2fdb24870e1c02ff2763539c82f","eu-tr-30518306530-41"]}} -{"id":"ec-meeting-2018-05-24-b17813455f7dd301e2a9b04a269efbe05b2ede1b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-24 - Cabinet of Vice-President Neven Mimica x OXFAM INTERNATIONAL EU ADVOCACY OFFICE"],"date":["2018-05-24"],"summary":["Oxfam framework on safeguarding and whistle-blowing"],"notes":["Portfolio: International Cooperation & Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-mimica-neven-of-president-vice"],"involved":["eu-tr-46856801604-90","ec-person-e90858f5aba78fd0e1cb2f757c3f38d55d91f98b"]}} -{"id":"ec-meeting-2018-05-24-c9f6721821d89a946e8041ddbadf8bb77556fc2a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-24 - Cabinet of High Representative / Vice-President Federica Mogherini x International Federation for Human Rights Human Rights Watch Amnesty International Limited"],"date":["2018-05-24"],"summary":["Meeting ahead of EU-China Strategic Dialogue"],"notes":["Portfolio: Foreign Affairs and Security Policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"involved":["eu-tr-97628146980-33","ec-person-45979518aeb963c1e56b5ef49b90e004ae8acf79","eu-tr-11063928073-34","eu-tr-56362448807-46"]}} -{"id":"ec-meeting-2018-05-24-ce1c2802d5c39db5c8528f5c1e712b7ad5935085","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-24 - Cabinet of Vice-President Jyrki Katainen x Comité Européen des Entreprises Vins"],"date":["2018-05-24"],"summary":["EU Single market and Wine self-regulation on ingredients and nutrition"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-2663914841-28","ec-person-c50e8c2cc390c5efb0626988d173bc6758459e0f"]}} -{"id":"ec-meeting-2018-05-24-d4b1158778ab73fa5236158814b77a0a8e675984","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-24 - Cabinet of Commissioner Pierre Moscovici x World Economic Forum"],"date":["2018-05-24"],"summary":["Exchange on WEF2019"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["ec-person-3cbeba61ae952f06fe4916c381438ebbc676a597","eu-tr-389715028237-59"]}} -{"id":"ec-meeting-2018-05-24-dc095127bf96ad2c9558fd97633d9af529cf6435","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-24 - Cabinet of Vice-President Jyrki Katainen x Aula Europe Wärtsilä Corporation"],"date":["2018-05-24"],"summary":["Energy policy"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-289922721213-66","eu-tr-88742028087-64","ec-person-ccd2797b568cba38993df7d1dcc985dbc1eb439a"]}} -{"id":"ec-meeting-2018-05-24-dcf76f4f13207a81f19df8c04bc2dd34ed06348d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-24 - Cabinet of Commissioner Phil Hogan x Comité Européen des Entreprises Vins"],"date":["2018-05-24"],"summary":["Commission’s budget proposal and the future CAP"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-2663914841-28","ec-person-c9d17d5879383b030f61a4066848249fb35d57e4"]}} -{"id":"ec-meeting-2018-05-24-ec782d001a18102bb4b1ae2deb76dd901b377502","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-24 - Cabinet of Vice-President Jyrki Katainen x Visa Europe"],"date":["2018-05-24"],"summary":["Financial markets"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-61954192201-58","ec-person-ccd2797b568cba38993df7d1dcc985dbc1eb439a"]}} -{"id":"ec-meeting-2018-05-24-ec7bcc6b2a1f760f15abbe216391ab81ac8cffea","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-24 - Cabinet of President Jean-Claude Juncker x World Economic Forum"],"date":["2018-05-24"],"summary":["Meeting with Mr Klaus Schwab on Future of Europe"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-29c106b0461ffd79e95f0119bdd363fd3c7c3ab3","eu-tr-389715028237-59"]}} -{"id":"ec-meeting-2018-05-24-edb23b70765de3996146ad17b88bbac6c463bef9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-24 - Cabinet of Commissioner Phil Hogan x Bank of Ireland Group plc"],"date":["2018-05-24"],"summary":["Finance in Agri"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-a1a78365cc4685b0958056646204977d8f2ead92","eu-tr-181863430334-01"]}} -{"id":"ec-meeting-2018-05-24-f5a1c944d9eeb882c12d904ab780ddc2f59f391a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-24 - Cabinet of President Jean-Claude Juncker x Insurance Europe"],"date":["2018-05-24"],"summary":["Speech at Insurance Europe Conference"],"notes":["Portfolio: President"],"location":["Madrid"],"address":["Madrid"],"addressEntity":["addr-7a2191964a3d7521269f0068afae6b6116bac15d"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-c402e34a99fbee730ae22e3b1958e21c94dc6fcc","eu-tr-33213703459-54"]}} -{"id":"ec-meeting-2018-05-24-f76c836d3545712cdea7dd32b742a9a5b977d523","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-24 - Cabinet of Vice-President Jyrki Katainen x UniCredit"],"date":["2018-05-24"],"summary":["Capital Markets Union and EU economic outlook."],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90","eu-tr-03094871618-32"]}} -{"id":"ec-meeting-2018-05-24-fc18d644e2ed2939125e858ddcceadc40f246b2e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-24 - Inspire, Debate, Engage and Accelerate Action x World Economic Forum"],"date":["2018-05-24"],"summary":["Future of Europe"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-dg-idea"],"involved":["eu-tr-389715028237-59","ec-person-4fe56a64c00b3e81c851b5538878b32481bd7d3c"]}} -{"id":"ec-meeting-2018-05-24-ffab6f6b8b17fd28ce33ad3725f334aa14900d47","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-24 - Financial Stability, Financial Services and Capital Markets Union x Swiss Re Ltd."],"date":["2018-05-24"],"summary":["SCR review, sustainable finance, ESA reviews, Fintech, ICS"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-290136415264-17","ec-person-bdee7a93f95c8ef05079539170139b3c02e8ed96"]}} -{"id":"ec-meeting-2018-05-25-1425c36b755dab36159dc1326f00fd06e1ac4f6f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-25 - Cabinet of Commissioner Vytenis Andriukaitis x Confédération Européenne des Vignerons Indépendants"],"date":["2018-05-25"],"summary":["Alcohol labelling"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-b9c3f19e7c5f216e3e508f931ddd6a9cb59376d1","eu-tr-424179021711-46"]}} -{"id":"ec-meeting-2018-05-25-1c68132fa194feb5442670205333fd5823a06a14","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-25 - Cabinet of Vice-President Cecilia Malmström x International Steel Trade Association"],"date":["2018-05-25"],"summary":["Safeguard investigation on steel products"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-20ded9db5df11164331bb161fdf234b1e5ad53fd","eu-tr-757519831454-70","ec-person-591ec829ca734bcfe59a2c9c7f07f9dff22a0ea9"]}} -{"id":"ec-meeting-2018-05-25-2c0385e93430cd06a52ab9862c150a6be436434f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-25 - Cabinet of Vice-President Jyrki Katainen x Huawei Technologies"],"date":["2018-05-25"],"summary":["EU-China relations, digital single market and adaptation of Europe to the digital era"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90","eu-tr-114467111412-38"]}} -{"id":"ec-meeting-2018-05-25-5e3d58bb709af0b472933dcf5ec4872a6b33dc35","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-25 - Cabinet of Commissioner Phil Hogan x Novozymes"],"date":["2018-05-25"],"summary":["The future of food and farming"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-400dd8d59d3060187d9b9b143d697da1a3d03c12","eu-tr-52195525403-65"]}} -{"id":"ec-meeting-2018-05-25-b650ebba5faf149e48763c891aad8ffa971a0b8e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-25 - Cabinet of Commissioner Marianne Thyssen x Microsoft Corporation"],"date":["2018-05-25"],"summary":["High-level roundtable lunch discussion on AI and the Future of Work"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["eu-tr-0801162959-21","ec-person-7567514af00f139b390cf9864d28a090ca0fde25"]}} -{"id":"ec-meeting-2018-05-25-c75cf9d636165379839a542711ffb4e2d54c01c8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-25 - Cabinet of Commissioner Elżbieta Bieńkowska x European Plastics Converters Association"],"date":["2018-05-25"],"summary":["Exchange of views on current topics"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Milano, IT"],"address":["Milano, IT"],"addressEntity":["addr-cffadf0af34e3389f3edebb7ce6ee1543004d16a"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-93255296152-29","ec-person-95a769a1850d7d595f9a5853c51dcbdd3ddd69fb","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2018-05-25-d870583ed24d64a60e685de0fcb93dd269d518ea","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2018-05-25 - Cabinet of Commissioner Julian King x AeroSpace and Defence Industries Association of Europe"],"date":["2018-05-25"],"summary":["Security Research"],"notes":["Portfolio: Security Union"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-julian-king-of"],"involved":["ec-person-c5e8e10f494a7f5d0de6124025a80a8ec47c283a","ec-person-d79b91ed720b1c6bd49ce28254caac411bf07855","eu-tr-72699997886-57"]}} -{"id":"ec-meeting-2018-05-28-0d3edc7e5b72f93a0bd5ffdb9411cfa789e32389","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-28 - Cabinet of Vice-President Karmenu Vella x WWF European Policy Programme"],"date":["2018-05-28"],"summary":["Wolf"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["ec-person-9e282d5223d0f62146ce1013e2dac38adc89a4cf","eu-tr-1414929419-24"]}} -{"id":"ec-meeting-2018-05-28-13ab970c602481a24c448d7c722c6865e3a8d371","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-28 - Cabinet of Vice-President Miguel Arias Cañete x Shell Companies"],"date":["2018-05-28"],"summary":["Long term decarbonisation strategy"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-05032108616-26","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd"]}} -{"id":"ec-meeting-2018-05-28-255db18b4ddafc91bd77ab9648c52188c09e2d42","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-28 - Cabinet of Vice-President Cecilia Malmström x European Round Table for Industry"],"date":["2018-05-28"],"summary":["overview of latest trade developments"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-19b143e83f8ab978c55c8a9a9e49e06dbfa14bf3","eu-tr-25487567824-45"]}} -{"id":"ec-meeting-2018-05-28-3c8d8326345e8805d5fb74f080ff31547051b6d4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-28 - Cabinet of Vice-President Valdis Dombrovskis x Actuarial Association of Europe"],"date":["2018-05-28"],"summary":["Solvency II, Sustainable Finance, IFRS17"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-550855911144-54","ec-person-30d770ccd575865b3106f94220ce1ace16e48f1a"]}} -{"id":"ec-meeting-2018-05-28-6042a8fbce1634215bcbb8518f21b02162d53378","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-28 - Cabinet of First Vice-President Frans Timmermans x Shell Companies"],"date":["2018-05-28"],"summary":["Future of the EU, sustainability"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["ec-person-966667b73d92624be9bb019c2baab7e52331b3d3","eu-tr-05032108616-26"]}} -{"id":"ec-meeting-2018-05-28-6325b36dce5d554a957bce42081842142a8a04dd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-28 - Cabinet of Commissioner Mariya Gabriel x Europeana Foundation"],"date":["2018-05-28"],"summary":["Digital cultural heritage"],"notes":["Portfolio: Digital Economy and Society"],"location":["Varna"],"address":["Varna"],"addressEntity":["addr-3dda147705651c3f5fd1f611d0bb0a1dc4d82fec"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-770007812381-96","ec-person-1674399a793e9e6fd7cf55b525515fc862fc9351"]}} -{"id":"ec-meeting-2018-05-28-75d1f0830c3102a1fdc61dc4e304b262d28bf1ee","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-28 - Cabinet of Vice-President Jyrki Katainen x Investor AB"],"date":["2018-05-28"],"summary":["European investment environment, impact of global megatrends (in particular artificial intelligence), foreign direct investments"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90","eu-tr-190987114891-73"]}} -{"id":"ec-meeting-2018-05-28-8868a272b891f78e9809b19453841b7d733bae6f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-28 - Cabinet of Commissioner Carlos Moedas x Wellcome Trust"],"date":["2018-05-28"],"summary":["Health research/partnership with foudations"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-b8d49828915f9008e764a78796d47ea00807a658","ec-person-23980b2bc4fd9c82051d0f7888dc236b2f764866","eu-tr-912723313554-37"]}} -{"id":"ec-meeting-2018-05-28-8980b56195e65e3af46cb3dad678ce90dd168591","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-28 - Cabinet of Commissioner Violeta Bulc x Fintraffic Air Navigation Services Ltd"],"date":["2018-05-28"],"summary":["Aviation issues"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-352145730849-46","ec-person-9d4dc4867a44dfe10f67ae7ee1706da3e8b48a24"]}} -{"id":"ec-meeting-2018-05-28-8bc4fe2fc87d267e2ecfcaa7a2f0b326416b4b21","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-28 - Cabinet of Commissioner Tibor Navracsics x European Youth Forum"],"date":["2018-05-28"],"summary":["youth agenda in the proposal for the future Multi-annual Financial Framework, new proposals for the successor programme to Erasmus+ Future of the European Solidarity Corps"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels, BERL"],"address":["Brussels, BERL"],"addressEntity":["addr-3c3fa5f92474ebac668808553fbab6d1c14aa243"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["eu-tr-43251547769-22","ec-person-881310bbb4e54ac96753b80bbdc9b1994cfbf136"]}} -{"id":"ec-meeting-2018-05-28-b104e97373f4d1fccc7b2ce71ae4c3c439c4817d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-28 - Cabinet of Commissioner Elżbieta Bieńkowska x Ingka Services A.B."],"date":["2018-05-28"],"summary":["Exchange of Views on current topics"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-1095068839-59","ec-person-95a769a1850d7d595f9a5853c51dcbdd3ddd69fb","ec-person-daef7f819b2f3ffe5e4f5d8eb2782954f3c4a4e2"]}} -{"id":"ec-meeting-2018-05-29-000ab6cbc8adfcc2e5651e5403345d7441cd5bb9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-29 - Cabinet of Commissioner Carlos Moedas x AGENZIA PER LA PROMOZIONE DELLA RICERCA EUROPEA"],"date":["2018-05-29"],"summary":["Presentation of APRE"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["eu-tr-011479419288-08","ec-person-f7ccc3ad366dd2fdb24870e1c02ff2763539c82f"]}} -{"id":"ec-meeting-2018-05-29-24ac9e0cb74e617b002d62cce0696b94ff687c9a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-29 - Cabinet of Commissioner Phil Hogan x Animal Task Force"],"date":["2018-05-29"],"summary":["The importance of Research and Innovation (R&I) supporting a sustainable and competitive livestock production sector in Europe"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-400dd8d59d3060187d9b9b143d697da1a3d03c12","eu-tr-398736910798-22"]}} -{"id":"ec-meeting-2018-05-29-54fa734bde836f78c364364d949fff96a785f9de","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-29 - Cabinet of Commissioner Vytenis Andriukaitis x European agri-cooperatives European farmers"],"date":["2018-05-29"],"summary":["Alcohol labelling"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-b9c3f19e7c5f216e3e508f931ddd6a9cb59376d1","eu-tr-09586631237-74","eu-tr-44856881231-49"]}} -{"id":"ec-meeting-2018-05-29-5e225aed835c4da070ec573c75fdc14690854546","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-29 - Cabinet of Vice-President Miguel Arias Cañete x IBERDROLA"],"date":["2018-05-29"],"summary":["CEP trilogues"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-1831691c10441c5974327bbeb8693d6b6c1e50c3","eu-tr-41816938101-07"]}} -{"id":"ec-meeting-2018-05-29-69d3626b967fe0f44a6dea8b1677cb186bbccd2d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-29 - Cabinet of Vice-President Andrus Ansip x European Telecommunications Network Operators' Association"],"date":["2018-05-29"],"summary":["Platforms, illegal content online, copyright"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-e91c5be432b6b3efdda369792fed67c20b767a45","eu-tr-08957111909-85"]}} -{"id":"ec-meeting-2018-05-29-89ab908271765ec9e0251d88df2985729a5c4dfd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-29 - Cabinet of Commissioner Carlos Moedas x Merck"],"date":["2018-05-29"],"summary":["Preparation of the IMI 10th Anniversary"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-f7ccc3ad366dd2fdb24870e1c02ff2763539c82f","eu-tr-49654992078-52"]}} -{"id":"ec-meeting-2018-05-29-9ce3b6df7c464a96f3bdf890bd7becb2d94fde95","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-29 - Cabinet of Commissioner Mariya Gabriel x LEGO System A/S"],"date":["2018-05-29"],"summary":["-Responsible digital engagement with children and the role of technology in children’s development - Supporting Woman in Digital Strategy"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-74560896368-94","ec-person-d995d34a2f8b1f0bf6a17486f5699181d6a01e1c"]}} -{"id":"ec-meeting-2018-05-29-9db859e0d6979f2a9b55fe385716afa57eac4a78","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-29 - Directorate-General for International Partnerships x Cassa Depositi e Prestiti s.p.a."],"date":["2018-05-29"],"summary":["European Investment Plan and Financing for Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-intpa"],"involved":["eu-tr-110117812027-92","ec-person-05c4477b89b93e7969f12d89b38f77fedce5876f"]}} -{"id":"ec-meeting-2018-05-29-ac5f85e2e0c08957f28e0c0c27a00131736be476","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-29 - Cabinet of Commissioner Phil Hogan x European farmers"],"date":["2018-05-29"],"summary":["Discussion about the wine sector in the EU"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-c9d17d5879383b030f61a4066848249fb35d57e4","eu-tr-44856881231-49"]}} -{"id":"ec-meeting-2018-05-29-cd70c01e9195ffa08e931129f38a1f102e24dda5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-29 - Cabinet of Commissioner Vytenis Andriukaitis x European Health Forum Gastein"],"date":["2018-05-29"],"summary":["HTA, health determinants, health in Europe"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["eu-tr-022328713595-61","ec-person-b4899928aefa422e4992056d90974930b39cad81"]}} -{"id":"ec-meeting-2018-05-29-e4df93b7dc0aa0d76e555455740151398c07811a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-29 - Cabinet of Commissioner Mariya Gabriel x MVNO Europe"],"date":["2018-05-29"],"summary":["Market access, Internet of Things"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-458563610807-24","ec-person-1674399a793e9e6fd7cf55b525515fc862fc9351"]}} -{"id":"ec-meeting-2018-05-29-e7ad6cd78669e70ba4e6b22e4b3bfc1acfd75590","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-29 - Cabinet of First Vice-President Frans Timmermans x European Digital Rights Bureau Européen des Unions de Consommateurs"],"date":["2018-05-29"],"summary":["Data flows in trade agreements"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-16311905144-06","eu-tr-9505781573-45","ec-person-f87a3277bb5391e01fe3111e915444e51feb191a"]}} -{"id":"ec-meeting-2018-05-30-2bfc63e457eced2d0e344a848f86ae193af12a6f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-30 - Cabinet of Vice-President Jyrki Katainen x Société nationale SNCF"],"date":["2018-05-30"],"summary":["Industrial Policy"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-c50e8c2cc390c5efb0626988d173bc6758459e0f","eu-tr-97914681026-14"]}} -{"id":"ec-meeting-2018-05-30-4a8b9a6a8ba349f33e86866634d499719614758b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-30 - Cabinet of Commissioner Phil Hogan x The Institute of International and European Affairs, Brussels"],"date":["2018-05-30"],"summary":["Attend launch"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-866815515160-79","ec-person-a1a78365cc4685b0958056646204977d8f2ead92"]}} -{"id":"ec-meeting-2018-05-30-9dbbb07fc441ca7a17c6cd5ded92e404220d8553","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-30 - Cabinet of Commissioner Margrethe Vestager x Common Sense Media"],"date":["2018-05-30"],"summary":["GDPR"],"notes":["Portfolio: Competition"],"location":["Strasbourg, France"],"address":["Strasbourg, France"],"addressEntity":["addr-bd8804e8a516e8be093ac8868dbe50cdb758c25b"],"organizer":["ec-cabinet-commissioner-margrethe-of-vestager"],"involved":["ec-person-baa1c172df109ebd1f0307bccb5e21aec66c7a25","eu-tr-355878431886-89"]}} -{"id":"ec-meeting-2018-05-30-aaef29de2d0e0e95d028ccf12b95197d19cc3f05","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-30 - Cabinet of Commissioner Elżbieta Bieńkowska x Société nationale SNCF"],"date":["2018-05-30"],"summary":["industrial policy"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-97914681026-14","ec-person-b2f9be51339f054477846797e2c119fcf16548fc"]}} -{"id":"ec-meeting-2018-05-30-ddbba1dfae7be2cd7f80ba5b26517582e848489e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-30 - Cabinet of Commissioner Julian King x Telia Company AB"],"date":["2018-05-30"],"summary":["Cybersecurity"],"notes":["Portfolio: Security Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-julian-king-of"],"involved":["eu-tr-381805014604-45","ec-person-8534d5829e2b89b2389ad8651205fee73503f559"]}} -{"id":"ec-meeting-2018-05-30-f5a86915f1275f20d45da85e7d95bd599584dd1f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-30 - Internal Market, Industry, Entrepreneurship and SMEs x American Chamber of Commerce to the European Union"],"date":["2018-05-30"],"summary":["Conversation on creating better gender balance in leadership positions"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-grow"],"involved":["eu-tr-5265780509-97","ec-person-60a3d0d628d231b41af1d0c65607b0fd78ca4edc"]}} -{"id":"ec-meeting-2018-05-31-29ee30755dd4b709b97581078b6972842a57347a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-31 - Environment x KIC InnoEnergy SE"],"date":["2018-05-31"],"summary":["Batteries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-env"],"involved":["eu-tr-462849021886-85","ec-person-3bc74ce04ea3f4ab4d91a5c88eef25b8b8a213b4"]}} -{"id":"ec-meeting-2018-05-31-2b8ebace829f50d9f060d9bb6aac2da723c3173c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-31 - Cabinet of Vice-President Cecilia Malmström x PERNOD RICARD"],"date":["2018-05-31"],"summary":["latest developments in EU trade policy"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-352172811-92","ec-person-591ec829ca734bcfe59a2c9c7f07f9dff22a0ea9"]}} -{"id":"ec-meeting-2018-05-31-4322c9bb2d4c146ca5d762123a55b35822913c9b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-31 - Cabinet of Commissioner Mariya Gabriel x Microsoft Corporation"],"date":["2018-05-31"],"summary":["MoU with MT government on Digital Transformation, the Greece 2020 digital agenda initiative, Women in Leadership Forum"],"notes":["Portfolio: Digital Economy and Society"],"location":["Athens"],"address":["Athens"],"addressEntity":["addr-b85c37fe604c92003f3f88be8edf938efbe00ff2"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-0801162959-21","ec-person-1674399a793e9e6fd7cf55b525515fc862fc9351"]}} -{"id":"ec-meeting-2018-05-31-4dc24d2e0a85adce5e2fb85116643d70c9774708","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-31 - Cabinet of Vice-President Miguel Arias Cañete x OMV Aktiengesellschaft"],"date":["2018-05-31"],"summary":["CESEC"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-1831691c10441c5974327bbeb8693d6b6c1e50c3","eu-tr-94274031992-65"]}} -{"id":"ec-meeting-2018-05-31-5a4b0f784a8b196991a8fa4f0d5cfa47b5dafe2b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-31 - Cabinet of First Vice-President Frans Timmermans x European Network of Councils for the Judiciary"],"date":["2018-05-31"],"summary":["ENCJ General Assembly, Plenary session on the Rule of Law"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Lisbon"],"address":["Lisbon"],"addressEntity":["addr-848652ee3980a189b8c12a7aa6d35f433633e2ba"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-45444124056-57","ec-person-f87a3277bb5391e01fe3111e915444e51feb191a"]}} -{"id":"ec-meeting-2018-05-31-5d89202ae5c10fa6a347aba6000f4b6c0f04573f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-31 - Cabinet of Commissioner Violeta Bulc x Avant car d.o.o."],"date":["2018-05-31"],"summary":["Meeting with AvantCar"],"notes":["Portfolio: Transport"],"location":["Ljubljana"],"address":["Ljubljana"],"addressEntity":["addr-be95acba75b6b18917b2638aae79ec1300c77c35"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-4d2b449b5047ea3fda435a2a1c1081e3babcdf76","ec-person-a9f4fe47da47a1b05bbfda9825908089d11bda93","eu-tr-989028131671-85"]}} -{"id":"ec-meeting-2018-05-31-69d3626b967fe0f44a6dea8b1677cb186bbccd2d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-31 - Cabinet of Vice-President Andrus Ansip x European Telecommunications Network Operators' Association"],"date":["2018-05-31"],"summary":["Electronic Communication Code"],"notes":["Portfolio: Digital Single Market"],"location":["Bruxelles"],"address":["Bruxelles"],"addressEntity":["addr-b58f5927b66d94a676970dc048485d4c6848f272"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-666bc159c7e65a3af9e63c1e97435c02f1496955","eu-tr-08957111909-85"]}} -{"id":"ec-meeting-2018-05-31-6bc61cc33019d87b7b99f5272ec73a06c058877e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-31 - Cabinet of Vice-President Jyrki Katainen x Federation of Associations for Hunting & Conservation of the EU Suomen Metsästäjäliitto - Finlands Jägarförbund"],"date":["2018-05-31"],"summary":["Nature Legislation and Common Agricultural Policy"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90","eu-tr-75899541198-85","eu-tr-819528326642-16"]}} -{"id":"ec-meeting-2018-05-31-a432506cab3cbc806bb08b23051b1ad8b98338ca","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-31 - Health and Food Safety x European Health Forum Gastein"],"date":["2018-05-31"],"summary":["First contact with the President of EHFG"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-sante"],"involved":["eu-tr-022328713595-61","ec-person-3c7fdbe0c1c235777d916309465339b7ed1666f6"]}} -{"id":"ec-meeting-2018-05-31-a56ffab4caba20a54c654e18ccf4c566ad95ea29","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-31 - Cabinet of Commissioner Vytenis Andriukaitis x GlaxoSmithKline"],"date":["2018-05-31"],"summary":["Brexit preparedness"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-059ca943fc5fc696d2a97849c635ddf7b6ab7fd7","eu-tr-7990322925-77"]}} -{"id":"ec-meeting-2018-05-31-b6e8d01b6493d8b43595fb6d7a804ba5fddf3b30","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-31 - Cabinet of Commissioner Phil Hogan x Polski Związek Hodowców i Producentów Trzody Chlewnej \"POLSUS\""],"date":["2018-05-31"],"summary":["CAP"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-068516110787-28","ec-person-a1a78365cc4685b0958056646204977d8f2ead92"]}} -{"id":"ec-meeting-2018-05-31-eff90e7db3e251eba39b7738a2dea1c74c506454","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-05-31 - Cabinet of Commissioner Phil Hogan x European Environmental Bureau"],"date":["2018-05-31"],"summary":["CAP"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-06798511314-27","ec-person-a1a78365cc4685b0958056646204977d8f2ead92"]}} -{"id":"ec-meeting-2018-06-01-04765e7055a13f4d10124bc8e7ef68cb30dfd87f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-01 - Task Force for Relations with the United Kingdom x LVMH Publica"],"date":["2018-06-01"],"summary":["Meeting with the Task Force for the Preparation and Conduct of the Negotiations with the United Kingdom under Article 50 TEU"],"location":["Paris, France"],"address":["Paris, France"],"addressEntity":["addr-c70534aa18173b860a10a50a47b139c4a581cbf6"],"organizer":["ec-dg-uktf"],"involved":["ec-person-864cfa5fbc9b02a079ffbab1107f252c7bb08478","eu-tr-16094042309-21"]}} -{"id":"ec-meeting-2018-06-01-4e3afb9a2e0107b784ba0f716856d3661c93f654","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-01 - Cabinet of Commissioner Vytenis Andriukaitis x Health Care Without Harm Europe European Environmental Bureau European Public Health Alliance Stichting Changing Markets"],"date":["2018-06-01"],"summary":["Pharmaceuticals in the environment"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["eu-tr-18941013532-08","ec-person-059ca943fc5fc696d2a97849c635ddf7b6ab7fd7","eu-tr-06798511314-27","eu-tr-57514749088-82","eu-tr-482789528099-85","ec-person-c986c9ff99d99d8006e000db5a8046be615813ae","ec-person-df30d07ef698a52b9948b9c734db39196cf8541f"]}} -{"id":"ec-meeting-2018-06-01-987b393fc1bb8c2920e83b0d767b204b796a4110","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-01 - Financial Stability, Financial Services and Capital Markets Union x Centre for European Policy Studies"],"date":["2018-06-01"],"summary":["CMU, ESAs review"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["ec-person-bdee7a93f95c8ef05079539170139b3c02e8ed96","eu-tr-86853666704-95"]}} -{"id":"ec-meeting-2018-06-01-a7067689d00aaa0fe157af81e4d398302c84a565","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-01 - Financial Stability, Financial Services and Capital Markets Union x La Parisienne Assurances"],"date":["2018-06-01"],"summary":["Solvency II, Brexit"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["ec-person-bdee7a93f95c8ef05079539170139b3c02e8ed96","eu-tr-167955229695-90"]}} -{"id":"ec-meeting-2018-06-01-cbc452d45355d1e17fd0664165a8a9356f1b8f93","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-01 - Cabinet of Vice-President Miguel Arias Cañete x Verband Kommunaler Unternehmen e.V."],"date":["2018-06-01"],"summary":["Market Design"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-1831691c10441c5974327bbeb8693d6b6c1e50c3","eu-tr-1420587986-32"]}} -{"id":"ec-meeting-2018-06-02-88a136b3d61c86d80bf0c4aa1395428103876df4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-02 - Mobility and Transport x CANSO - Civil Air Navigation Services Organisation"],"date":["2018-06-02"],"summary":["general aviation issues"],"location":["Sydney, Australia"],"address":["Sydney, Australia"],"addressEntity":["addr-a12a50054f1a55944bb55f7e9f3a183f47ee23b6"],"organizer":["ec-dg-move"],"involved":["eu-tr-26986828838-57","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2018-06-04-2754730cae0c8eaa3abe2d411eb4ff34b20c0103","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-04 - Cabinet of Vice-President Maroš Šefčovič x Covington & Burling LLP"],"date":["2018-06-04"],"summary":["Energy Union"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-083671317381-09","ec-person-af83ed49c403cb9d7ebfecca7893f0054c1f4be5"]}} -{"id":"ec-meeting-2018-06-04-32ad10258e918e247719f5e280190d81d61e878c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-04 - Cabinet of Vice-President Günther Oettinger x Deutsche Welle"],"date":["2018-06-04"],"summary":["Euronews"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-421591329311-65","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2018-06-04-356fd469994c0838f80734ecd07304480d05ee86","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-04 - Cabinet of First Vice-President Frans Timmermans x Centre for European Policy Studies"],"date":["2018-06-04"],"summary":["European Citizens Initiative"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["ec-person-4076aef8226bd451277bfd5135aa27d63b2ac548","eu-tr-86853666704-95"]}} -{"id":"ec-meeting-2018-06-04-39d73d1daeaac7fa22a033a267f3955707449491","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-04 - Cabinet of Commissioner Mariya Gabriel x AIM European Brands Association"],"date":["2018-06-04"],"summary":["ePrivacy"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-1074382679-01","ec-person-fc1068d79545d1659bf47e9b62bfb0aed175629e"]}} -{"id":"ec-meeting-2018-06-04-56de153e6c28154c414d87d0923c1294de810d05","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-04 - Cabinet of Vice-President Cecilia Malmström x Volvo Car Corporation AB"],"date":["2018-06-04"],"summary":["Exchange on view on hottest trade issues"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-74574295642-60","ec-person-19b143e83f8ab978c55c8a9a9e49e06dbfa14bf3"]}} -{"id":"ec-meeting-2018-06-04-5e1582d20e62fe2fb3dde51454e01266a8022ed6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-04 - Cabinet of Commissioner Violeta Bulc x Lufthansa Group"],"date":["2018-06-04"],"summary":["Aviation issues"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-0714344663-32","ec-person-9d4dc4867a44dfe10f67ae7ee1706da3e8b48a24"]}} -{"id":"ec-meeting-2018-06-04-690934db959a73645a3fdd28178de4d94c4c8e2f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-04 - Employment, Social Affairs and Inclusion x EUROPEAN TRADE UNION CONFEDERATION"],"date":["2018-06-04"],"summary":["Ongoing legislative initiatives"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-empl"],"involved":["eu-tr-06698681039-26","ec-person-dd259fce880e1853f0beb087443bce6e7dea70d7"]}} -{"id":"ec-meeting-2018-06-04-9cb90311153050d77d7765b04f1a846e1cdcc36e","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2018-06-04 - Cabinet of Vice-President Günther Oettinger x Infineon Technologies AG"],"date":["2018-06-04"],"summary":["MFF","Cybersecurity, Digital Europe-Programme"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["ec-person-76c97b49eb5244be0c8636bbc9caa6101f3cce84","eu-tr-10751968675-85","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2018-06-04-a58c728ccb81d98712a6ac79c0a57d34f0c6a502","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-04 - Cabinet of Vice-President Miguel Arias Cañete x Ignitis grupė"],"date":["2018-06-04"],"summary":["Baltic electricity markets"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-1831691c10441c5974327bbeb8693d6b6c1e50c3","eu-tr-867306231644-34","ec-person-2229c857664a22dcb8eee79a8c05841fd3d0924f"]}} -{"id":"ec-meeting-2018-06-04-d2068df3c058d414c295ac196e5fc6d6cded1fd8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-04 - Cabinet of Commissioner Carlos Moedas x PRAGMATA SRL"],"date":["2018-06-04"],"summary":["Presentation of Innova Project"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-a45151b401196e9c374c9acdada9d8840da271ad","ec-person-23980b2bc4fd9c82051d0f7888dc236b2f764866","eu-tr-547986912021-05"]}} -{"id":"ec-meeting-2018-06-04-d96f85d155c363df5155d1767992fb6aaf8f65f8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-04 - Cabinet of Commissioner Carlos Moedas x European Association of Research and Technology Organisations"],"date":["2018-06-04"],"summary":["Horizon Europe"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["eu-tr-48918086666-95","ec-person-0a716bf5253e913fc40ebf14c12f30dc2e7a06ee"]}} -{"id":"ec-meeting-2018-06-04-db2d6a29d08019ed98274276e8be494a19a49276","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-04 - Cabinet of Commissioner Carlos Moedas x Infineon Technologies AG"],"date":["2018-06-04"],"summary":["Horizon Europe and Industrial Technologies"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-23980b2bc4fd9c82051d0f7888dc236b2f764866","ec-person-a45151b401196e9c374c9acdada9d8840da271ad","eu-tr-10751968675-85"]}} -{"id":"ec-meeting-2018-06-04-ff338f01534567d843ad621632318d737825ff69","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-04 - Energy x Ignitis grupė"],"date":["2018-06-04"],"summary":["Energy policy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-867306231644-34","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2018-06-05-010f44d1c580dc50ec657e2829e68c7d96650973","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-05 - Cabinet of Vice-President Cecilia Malmström x Small and Medium Entrepreneurs of Europe"],"date":["2018-06-05"],"summary":["Ukraine and EU Economic success as key for Democracy and stabilization"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-19b143e83f8ab978c55c8a9a9e49e06dbfa14bf3","eu-tr-281497021902-93"]}} -{"id":"ec-meeting-2018-06-05-0a874fef0bb05577355d00634894146777a246a6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-05 - Research and Innovation x ASD-Eurospace"],"date":["2018-06-05"],"summary":["FP9"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-rtd"],"involved":["eu-tr-873508417106-05","ec-person-1d348f33395de0ea6773a7b4ae8797e3e0392f73"]}} -{"id":"ec-meeting-2018-06-05-116bd6a0bc7c1f0ea95596c3af504eee17961608","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-05 - Education, Youth, Sport and Culture x EuroTech Universities Alliance"],"date":["2018-06-05"],"summary":["Share insights of EuroTech model and their vision of networks of European universities"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-eac"],"involved":["ec-person-68d4f99b9ed1b40d86ebbf81f8f35aeebd6c5fc5","eu-tr-992618013978-09"]}} -{"id":"ec-meeting-2018-06-05-1633316ffde696b99ee1600037dc29db0ad2f55e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-05 - Cabinet of Commissioner Pierre Moscovici x Banco Santander, S.A."],"date":["2018-06-05"],"summary":["digital tax proposal, the future of the EMU"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["eu-tr-799142914971-03","ec-person-3cbeba61ae952f06fe4916c381438ebbc676a597"]}} -{"id":"ec-meeting-2018-06-05-186f470e8d9d5c0f58de2d692fd62d544ae4d665","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-05 - Cabinet of Commissioner Christos Stylianides x Norwegian Refugee Council Europe"],"date":["2018-06-05"],"summary":["Humanitarian aid issues in IRAN"],"notes":["Portfolio: Humanitarian Aid & Crisis Management"],"location":["Berlaymont - Brussels"],"address":["Berlaymont - Brussels"],"addressEntity":["addr-36f33652c556765a5dad2fc43dc3e05e5d5f1d8d"],"organizer":["ec-cabinet-christos-commissioner-of-stylianides"],"involved":["eu-tr-750447615329-96","ec-person-08c677aa002baa9f95be8a2d0aa3b89875e2badf"]}} -{"id":"ec-meeting-2018-06-05-2372a6acce35453a952150639cd1a1e5ce0f3b35","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-05 - Cabinet of Commissioner Pierre Moscovici x Association Française des Entreprises Privées / French Association of Large Companies"],"date":["2018-06-05"],"summary":["La Réforme fiscale US, CCCTB et fiscalité de brevet"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["eu-tr-953933297-85","ec-person-1d299d025d2afdcba46db3d131b6197fab6e0c89"]}} -{"id":"ec-meeting-2018-06-05-2b23269455a03d0df371b3d7a90f768d8b62f564","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-05 - Cabinet of Commissioner Violeta Bulc x Uber"],"date":["2018-06-05"],"summary":["Mobility topics"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-002278013515-26","ec-person-9fddf13de7f65229b7da7c5b25dca1630cad3c48"]}} -{"id":"ec-meeting-2018-06-05-3084f00c9936aa6339784351d22dc5dbbf1b1123","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-05 - Cabinet of Vice-President Miguel Arias Cañete x Banco Santander, S.A."],"date":["2018-06-05"],"summary":["Contribution of the financial sector to the Climate and Energy EU objectives"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-799142914971-03","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd"]}} -{"id":"ec-meeting-2018-06-05-49739cb30016e2b9c457e43e84f1101ff94f54a1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-05 - Education, Youth, Sport and Culture x Federation of European Publishers"],"date":["2018-06-05"],"summary":["Introduce FEP, discuss European Prize of Literature, taxation and copyright"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-eac"],"involved":["ec-person-68d4f99b9ed1b40d86ebbf81f8f35aeebd6c5fc5","eu-tr-398541467-53"]}} -{"id":"ec-meeting-2018-06-05-4f79e7e22cbaca9654172108753369efe97d6d15","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-05 - Cabinet of Vice-President Günther Oettinger x Volkswagen Aktiengesellschaft"],"date":["2018-06-05"],"summary":["sustainable mobility"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-6504541970-40","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2018-06-05-5a0342e967e22284eecf55fb8878863d263168fa","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-05 - Cabinet of Commissioner Mariya Gabriel x European Association of Research and Technology Organisations"],"date":["2018-06-05"],"summary":["HPC, AI, Cibersecurity"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-48918086666-95","ec-person-fc1068d79545d1659bf47e9b62bfb0aed175629e"]}} -{"id":"ec-meeting-2018-06-05-641a02feba6c8ca80d8593c5eb544eaf001a0553","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-05 - Energy x Terna spa"],"date":["2018-06-05"],"summary":["Energy policy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-937812815077-68","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2018-06-05-6d6cabfdfb6fff900582699e0a06fc61f1fc6a23","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-05 - Cabinet of First Vice-President Frans Timmermans x Plan International EU Office"],"date":["2018-06-05"],"summary":["discussion on advancing women's and girls' rights"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["ec-person-966667b73d92624be9bb019c2baab7e52331b3d3","eu-tr-83357751766-93"]}} -{"id":"ec-meeting-2018-06-05-7561c3ebbd4f38c222a8a6a769bbf0828fa70b41","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-05 - Cabinet of Commissioner Carlos Moedas x Association des Constructeurs Européens d'Automobiles"],"date":["2018-06-05"],"summary":["Horizon Europe and Mobility"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-a45151b401196e9c374c9acdada9d8840da271ad","ec-person-23980b2bc4fd9c82051d0f7888dc236b2f764866","eu-tr-0649790813-47"]}} -{"id":"ec-meeting-2018-06-05-76e0d52978028b8925274f2abf266852548301cb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-05 - Cabinet of Vice-President Cecilia Malmström x Transport and Environment (European Federation for Transport and Environment)"],"date":["2018-06-05"],"summary":["Palm oil and REDII directive"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-20ded9db5df11164331bb161fdf234b1e5ad53fd","eu-tr-58744833263-19"]}} -{"id":"ec-meeting-2018-06-05-777c523431695a92a815abe5d8e4a8a1fd166845","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-05 - Cabinet of Commissioner Vytenis Andriukaitis x KWF Kankerbestrijding Association of European Cancer Leagues"],"date":["2018-06-05"],"summary":["HTA"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-059ca943fc5fc696d2a97849c635ddf7b6ab7fd7","ec-person-df30d07ef698a52b9948b9c734db39196cf8541f","eu-tr-193588825276-25","eu-tr-19265592757-25"]}} -{"id":"ec-meeting-2018-06-05-78112e5d6253d0d9d792ba0aa5ea4cb84e7fd297","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-05 - Cabinet of Commissioner Tibor Navracsics x Helsinki EU Office (vastuutaho Uudenmaan liitto)"],"date":["2018-06-05"],"summary":["European Agenda for Culture, policies, drafts, instruments and funding"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Bruxelles"],"address":["Bruxelles"],"addressEntity":["addr-b58f5927b66d94a676970dc048485d4c6848f272"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-49f31dad10f5641cb1d1e4c3107dd838389e8120","eu-tr-796380111637-72"]}} -{"id":"ec-meeting-2018-06-05-7bb9e14ed51a45cb84e2c6ce2961725a3c42b19a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-05 - Cabinet of Commissioner Carlos Moedas x Banco Santander, S.A."],"date":["2018-06-05"],"summary":["Role of the financial sector in the digitalisation of the EC economy"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["eu-tr-799142914971-03","ec-person-01051f0f33bfdc2ecc41873c02cae666c5e0d099","ec-person-23980b2bc4fd9c82051d0f7888dc236b2f764866"]}} -{"id":"ec-meeting-2018-06-05-8171d133feff850cc9b9e4218855973bfc00d143","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-05 - Cabinet of Vice-President Jyrki Katainen x Aula Europe Neste Oyj"],"date":["2018-06-05"],"summary":["plastic strategy, and Neste's presentation on bio-based solutions promoting circularity"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-88742028087-64","ec-person-0da85dc48012e26688310a59a0b51727ea68f410","eu-tr-10257354120-19"]}} -{"id":"ec-meeting-2018-06-05-89c688886a189c470d7344518c91e4e47fbfbbc6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-05 - Cabinet of Commissioner Carlos Moedas x World Innovation Summit for Education"],"date":["2018-06-05"],"summary":["Education policy"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-a45151b401196e9c374c9acdada9d8840da271ad","eu-tr-067870031674-02"]}} -{"id":"ec-meeting-2018-06-05-90d2effc47c41f28eaac8077b72cb2da29c2047e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-05 - Cabinet of Vice-President Cecilia Malmström x Association des Constructeurs Européens d'Automobiles"],"date":["2018-06-05"],"summary":["current trade issues"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-19b143e83f8ab978c55c8a9a9e49e06dbfa14bf3","eu-tr-0649790813-47"]}} -{"id":"ec-meeting-2018-06-05-a635d0c6ed7ef8a404089843356347e1bae7ba03","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-05 - Cabinet of Vice-President Günther Oettinger x MAHLE International GmbH"],"date":["2018-06-05"],"summary":["sustainable mobility + transformation of car industry"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-917204122840-28","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2018-06-05-b541690d8d0ec48e60ec2ddd3a07bd491e2827cb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-05 - Cabinet of Commissioner Tibor Navracsics x EuroTech Universities Alliance"],"date":["2018-06-05"],"summary":["Higher Education"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-33076d1a800ce856f29bbab43813a5a80eef2da0","eu-tr-992618013978-09"]}} -{"id":"ec-meeting-2018-06-05-c02f2ade50b89f11b91430288c20183fe927effe","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2018-06-05 - Cabinet of Vice-President Valdis Dombrovskis x Banco Santander, S.A."],"date":["2018-06-05"],"summary":["Banking Union, banking regulation and PSD2","main financial regulatory topics & digitalization of the financial sector"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-b98fb7512c796626297f1e89a96665cbbb19188a","eu-tr-799142914971-03","ec-person-f6170dbdd732fc460a713b82b57759ac5e77fdc6","ec-person-a9eda2e8ea54b70a968327672c6cada679d3cd56"]}} -{"id":"ec-meeting-2018-06-05-c41b63de249a1d290d3c2deb5d54268ef47a4e75","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-05 - Cabinet of Commissioner Marianne Thyssen x World Innovation Summit for Education"],"date":["2018-06-05"],"summary":["WISE introduction, WISE @ Paris summit"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["ec-person-786ac5b4308f9797c51ea9c4491fcd16b6fac4cd","eu-tr-067870031674-02"]}} -{"id":"ec-meeting-2018-06-05-cba2d4da390b0ecbc2a7f0f9f1066d253903871b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-05 - Cabinet of Vice-President Miguel Arias Cañete x Association des Constructeurs Européens d'Automobiles"],"date":["2018-06-05"],"summary":["Mobility Package in Europe"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-0649790813-47","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd"]}} -{"id":"ec-meeting-2018-06-05-ded2208fd60b5a10bb82ef799968ccc1e9d98eae","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-05 - Cabinet of Vice-President Maroš Šefčovič x Ignitis grupė"],"date":["2018-06-05"],"summary":["ENERGY UNION"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-867306231644-34","ec-person-af83ed49c403cb9d7ebfecca7893f0054c1f4be5"]}} -{"id":"ec-meeting-2018-06-05-e9037042ba92a79d99cfd3c5484d6b56919b0e39","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-05 - Cabinet of Commissioner Marianne Thyssen x Unie van Zelfstandige Ondernemers"],"date":["2018-06-05"],"summary":["Written statement directive"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["ec-person-cfb8d8d884367ef98b079fcd883ece7c89ec28e2","eu-tr-389677914161-23"]}} -{"id":"ec-meeting-2018-06-05-ea64561ab48358f9bf692f8d6153689e67a12cd1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-05 - Cabinet of Commissioner Mariya Gabriel x Leidar World Innovation Summit for Education"],"date":["2018-06-05"],"summary":["- Introduction of WISE - Women in Digitalization"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-15392729381-19","ec-person-d995d34a2f8b1f0bf6a17486f5699181d6a01e1c","eu-tr-067870031674-02"]}} -{"id":"ec-meeting-2018-06-06-13ab970c602481a24c448d7c722c6865e3a8d371","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-06 - Cabinet of Vice-President Miguel Arias Cañete x Shell Companies"],"date":["2018-06-06"],"summary":["IRAN"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-7e87a14bf64af274f1cfb85d6b64a405eea6217f","eu-tr-05032108616-26"]}} -{"id":"ec-meeting-2018-06-06-1530647708bd7b207231147170e0309a73338f9d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-06 - Cabinet of Vice-President Miguel Arias Cañete x Wirtschaftskammer Österreich"],"date":["2018-06-06"],"summary":["Long term strategy"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-1831691c10441c5974327bbeb8693d6b6c1e50c3","eu-tr-10405322962-08"]}} -{"id":"ec-meeting-2018-06-06-23553a0382de8164c59a301e9880e1f05bf11ea7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-06 - Cabinet of Vice-President Maroš Šefčovič x ARIANESPACE"],"date":["2018-06-06"],"summary":["SPACE POLICY"],"notes":["Portfolio: Energy Union"],"location":["BRUSSELS - BELGIUM"],"address":["BRUSSELS - BELGIUM"],"addressEntity":["addr-3eaed18b47912f0e6a570cd0a587e76c4b1a0df0"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-016461319755-04","ec-person-e74918e8eb8a9ef96da8cb06c0eae7ac5080d822"]}} -{"id":"ec-meeting-2018-06-06-255ba08579e11bb6f06a381bf2fc3054021086de","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-06 - Cabinet of Vice-President Neven Mimica x World Vision Brussels & EU Representation ivzw/aisbl"],"date":["2018-06-06"],"summary":["Meeting with World Vision Child Ambassadors from Albania, Bangladesh and Uganda"],"notes":["Portfolio: International Cooperation & Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-mimica-neven-of-president-vice"],"involved":["ec-person-5f446e21c2ca97624d9781d53ce7312477e72d6e","ec-person-b187f3955c71d2e1daa48e02fd0a09ab7c6f6098","eu-tr-64689102746-48"]}} -{"id":"ec-meeting-2018-06-06-281e40ef0c34a104953c5f4e5eb2b83da373c821","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-06 - Cabinet of Vice-President Jyrki Katainen x European farmers"],"date":["2018-06-06"],"summary":["CAP reform"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-44856881231-49","ec-person-ccd2797b568cba38993df7d1dcc985dbc1eb439a"]}} -{"id":"ec-meeting-2018-06-06-3b7b633f9c5694043b15c721ae9bc3b3064818eb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-06 - Cabinet of President Jean-Claude Juncker x Bundesverband Öffentlicher Banken Deutschlands eV"],"date":["2018-06-06"],"summary":["Panel discussion on Banking Union"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-0767788931-41","ec-person-c402e34a99fbee730ae22e3b1958e21c94dc6fcc"]}} -{"id":"ec-meeting-2018-06-06-3f495da297ba5165e532e938e39b4a72c9e3ae3d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-06 - Cabinet of Commissioner Carlos Moedas x Instituto Padre António Vieira"],"date":["2018-06-06"],"summary":["Presentation of Ubuntu Project"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["eu-tr-514413031649-69","ec-person-a45151b401196e9c374c9acdada9d8840da271ad"]}} -{"id":"ec-meeting-2018-06-06-405037a38a07440c336c916ea742ad9013e5397a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-06 - Cabinet of Vice-President Günther Oettinger x Confederación Española de Organizaciones Empresariales"],"date":["2018-06-06"],"summary":["MFF"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["ec-person-b17d355ca19058898aba2ec032de59f8701d47f5","eu-tr-02963738854-41"]}} -{"id":"ec-meeting-2018-06-06-58e5fd9ac6f30300e94ae13dc843b9aaa6225fb9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-06 - Cabinet of Commissioner Věra Jourová x Committee to Protect Journalists"],"date":["2018-06-06"],"summary":["Media freedom in the EU"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["eu-tr-370649919011-72","ec-person-f329292459cb1badb7fb7c6b67b698c441931bb2"]}} -{"id":"ec-meeting-2018-06-06-5b8257fb4ace73502574808c0d56f30055389742","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-06 - Cabinet of Vice-President Andrus Ansip x Getty Images (UK) Limited"],"date":["2018-06-06"],"summary":["Copyright"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-994509831613-80","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45"]}} -{"id":"ec-meeting-2018-06-06-60fd8bdd9b78128d6c779087cda1e0fa97e52158","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-06 - Cabinet of High Representative / Vice-President Federica Mogherini x International Partnership for Human Rights"],"date":["2018-06-06"],"summary":["Recent developments in Kyrgyzstan"],"notes":["Portfolio: Foreign Affairs and Security Policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"involved":["ec-person-d2aee33b6a13b13cbded48adb1a569f8cf4d4033","eu-tr-47292178704-33"]}} -{"id":"ec-meeting-2018-06-06-69086a96064df22c52287dc7d6995b00759f0786","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-06 - Cabinet of Commissioner Julian King x Association for Financial Markets in Europe"],"date":["2018-06-06"],"summary":["Cybersecurity"],"notes":["Portfolio: Security Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-julian-king-of"],"involved":["eu-tr-65110063986-76","ec-person-8534d5829e2b89b2389ad8651205fee73503f559"]}} -{"id":"ec-meeting-2018-06-06-84827860b771b8efce5de86141fdf3f3ffe2cef4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-06 - Cabinet of Commissioner Phil Hogan x FEDERATION NATIONALE BOVINE"],"date":["2018-06-06"],"summary":["Futur de la PAC"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Bruxelles"],"address":["Bruxelles"],"addressEntity":["addr-b58f5927b66d94a676970dc048485d4c6848f272"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-450237130724-04","ec-person-428cf365f3847d04012831ef2642a1a69aed518d"]}} -{"id":"ec-meeting-2018-06-06-98ae7d3df01415f71c701ae618ee72ee9d5f8659","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-06 - Cabinet of Commissioner Elżbieta Bieńkowska x ARIANESPACE"],"date":["2018-06-06"],"summary":["Galileo"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-016461319755-04","ec-person-685ecf13dd26cd515c961e24ba71049af2302c5e"]}} -{"id":"ec-meeting-2018-06-06-9bea02ec79f14d98690db7a9087b2403113539bf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-06 - Cabinet of Commissioner Phil Hogan x Fédération Européenne des Fabricants d'Aliments Composés"],"date":["2018-06-06"],"summary":["Business discussion"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-400dd8d59d3060187d9b9b143d697da1a3d03c12","eu-tr-77105321408-83"]}} -{"id":"ec-meeting-2018-06-06-9eee5b43d5e855984d78f3d58ce777d02adf4435","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-06 - Cabinet of Commissioner Mariya Gabriel x Getty Images (UK) Limited"],"date":["2018-06-06"],"summary":["Copyright"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-994509831613-80","ec-person-13ac9a19d8d04f97c0d32603d014df0dd4e1cd2a"]}} -{"id":"ec-meeting-2018-06-06-b17813455f7dd301e2a9b04a269efbe05b2ede1b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-06 - Cabinet of Vice-President Neven Mimica x OXFAM INTERNATIONAL EU ADVOCACY OFFICE"],"date":["2018-06-06"],"summary":["Meeting to discuss recent allegations of sexual abuse and exploitation, the new Multiannual Financial Framework and women’s rights in general"],"notes":["Portfolio: International Cooperation & Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-mimica-neven-of-president-vice"],"involved":["ec-person-5f446e21c2ca97624d9781d53ce7312477e72d6e","eu-tr-46856801604-90","ec-person-b187f3955c71d2e1daa48e02fd0a09ab7c6f6098"]}} -{"id":"ec-meeting-2018-06-06-b4887a31ffe094fbbe07f746de613ec7d4f27d82","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-06 - Cabinet of Vice-President Miguel Arias Cañete x Climate Action Network Europe"],"date":["2018-06-06"],"summary":["Climate action"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-7e87a14bf64af274f1cfb85d6b64a405eea6217f","eu-tr-55888811123-49"]}} -{"id":"ec-meeting-2018-06-06-c8093909eebc6c11fc963351ee86a23266507a42","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-06 - Cabinet of President Jean-Claude Juncker x Global Infrastructure Investor Association"],"date":["2018-06-06"],"summary":["Speech on the Juncker Plan and InvestEU"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-c402e34a99fbee730ae22e3b1958e21c94dc6fcc","eu-tr-246069829906-88"]}} -{"id":"ec-meeting-2018-06-06-c8a05876c7e372b9dd21d3504dabed8c31f424dc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-06 - Task Force for Relations with the United Kingdom x World Economic Forum"],"date":["2018-06-06"],"summary":["Meeting with the Task Force for the Preparation and Conduct of the Negotiations with the United Kingdom under Article 50 TEU"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-uktf"],"involved":["ec-person-864cfa5fbc9b02a079ffbab1107f252c7bb08478","eu-tr-389715028237-59"]}} -{"id":"ec-meeting-2018-06-06-d2af18d5ff7c6d7be4fce676738823ae2089ec1b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-06 - Education, Youth, Sport and Culture x European Trade Union Committee for Education"],"date":["2018-06-06"],"summary":["present ETUCE and discuss post-2020 education strategy and implementation of European Education Area"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-eac"],"involved":["ec-person-68d4f99b9ed1b40d86ebbf81f8f35aeebd6c5fc5","eu-tr-72197913011-06"]}} -{"id":"ec-meeting-2018-06-06-e41884cf01fcd985351a105845d6bde6f1c9affe","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-06 - Cabinet of Commissioner Tibor Navracsics x Olympic Urban Festival"],"date":["2018-06-06"],"summary":["Meeting on the feasibility of a support from the Commission to this event"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-49f31dad10f5641cb1d1e4c3107dd838389e8120","eu-tr-508575131659-80"]}} -{"id":"ec-meeting-2018-06-06-eccf6865591d2227ea8774c774fa07b398ee7004","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-06 - Cabinet of Vice-President Valdis Dombrovskis x BANCO BILBAO VIZCAYA ARGENTARIA Credit Suisse Group AG Bank of America Corporation Intesa Sanpaolo Association for Financial Markets in Europe"],"date":["2018-06-06"],"summary":["Cyber security, Fintech"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-53891615036-88","eu-tr-206549617146-90","eu-tr-24037141789-48","eu-tr-090350412968-04","eu-tr-65110063986-76","ec-person-537401fc0be04984531b83660f416bf2fe14fbd8"]}} -{"id":"ec-meeting-2018-06-06-fc25af0607581f2b97dddbd16e9576fa0980649b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-06 - Cabinet of First Vice-President Frans Timmermans x Centre for European Reform"],"date":["2018-06-06"],"summary":["Roundtable on 'Enhancing the Rule of Law in the EU'"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-524976815651-12","ec-person-f87a3277bb5391e01fe3111e915444e51feb191a"]}} -{"id":"ec-meeting-2018-06-07-19f8896080f05e657c82f2d88af19d94076f576b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-07 - Cabinet of First Vice-President Frans Timmermans x Nielsen Holdings"],"date":["2018-06-07"],"summary":["Situation in Poland"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-623769618353-56","ec-person-f87a3277bb5391e01fe3111e915444e51feb191a"]}} -{"id":"ec-meeting-2018-06-07-1eec878c65bf42876f5164f74451a3f89a9a1cbc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-07 - Task Force for Relations with the United Kingdom x Gide Loyrette Nouel"],"date":["2018-06-07"],"summary":["Meeting with the Task Force for the Preparation and Conduct of the Negotiations with the United Kingdom under Article 50 TEU"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-uktf"],"involved":["ec-person-864cfa5fbc9b02a079ffbab1107f252c7bb08478","eu-tr-353804021418-79"]}} -{"id":"ec-meeting-2018-06-07-29273e41c93bf301a6d73c4feb110be41e38e008","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-07 - Cabinet of Vice-President Andrus Ansip x Twilio Inc."],"date":["2018-06-07"],"summary":["EU digital policy, e-privacy Regulation"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-5db7bdd1c81da2e70eb5b982097d0004111b5c3e","eu-tr-067223231522-58"]}} -{"id":"ec-meeting-2018-06-07-30faff1e0fdb78fe460212d18fa6870d162e7a32","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-07 - Cabinet of President Jean-Claude Juncker x eu travel tech"],"date":["2018-06-07"],"summary":["Digital Single Market"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-67872aca57f8dfc132dbac47ff41bf9b60ba8ac5","eu-tr-70614728635-77"]}} -{"id":"ec-meeting-2018-06-07-3417c1483069fd7ba670d2389c33e294b12b7c75","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-07 - Cabinet of Commissioner Mariya Gabriel x Universal Music Group International"],"date":["2018-06-07"],"summary":["Copyright and Platforms"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-530216615544-40","ec-person-13ac9a19d8d04f97c0d32603d014df0dd4e1cd2a"]}} -{"id":"ec-meeting-2018-06-07-44fc27cfbe9f2f196a81b3ad1e7b72815577f05b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-07 - Cabinet of Vice-President Karmenu Vella x The Pew Charitable Trusts"],"date":["2018-06-07"],"summary":["International Ocean Governance, Regional Fisheries Management Organisations"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["eu-tr-46834536998-79","ec-person-2966d69fae0ea4e67f3f2df5a743cc766267d3c8"]}} -{"id":"ec-meeting-2018-06-07-4e04087cfb583d4d94e5ea694f384cface29c706","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-07 - Cabinet of Vice-President Jyrki Katainen x Schneider Electric"],"date":["2018-06-07"],"summary":["Circular Economy Action Plan & Circular agenda pursued by Schneider Electric"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-46302264606-44","ec-person-0da85dc48012e26688310a59a0b51727ea68f410"]}} -{"id":"ec-meeting-2018-06-07-5217ba0c7d65c6c1b8eedd13a98c7dbdca0b032c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-07 - Cabinet of Commissioner Věra Jourová x European Casino Association"],"date":["2018-06-07"],"summary":["AMLD"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-f329292459cb1badb7fb7c6b67b698c441931bb2","eu-tr-541453110746-37"]}} -{"id":"ec-meeting-2018-06-07-55b802f6b12fa9d08d615478102048484c42672e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-07 - Cabinet of Vice-President Andrus Ansip x Akamai Technologies, Inc."],"date":["2018-06-07"],"summary":["Discussions on e-privacy regulation and presentation of Akamai's updated position on the topic"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-5db7bdd1c81da2e70eb5b982097d0004111b5c3e","eu-tr-756663618867-82"]}} -{"id":"ec-meeting-2018-06-07-5b5828576bbf96c18226a9b6fb180874581a9694","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-07 - Cabinet of Vice-President Jyrki Katainen x Interactive Advertising Bureau Europe"],"date":["2018-06-07"],"summary":["Online advertising, data protection and impact on Europe competitiveness"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90","eu-tr-43167137250-27"]}} -{"id":"ec-meeting-2018-06-07-63331594b957cef95f3a89ce68cd1e96d6ae9a96","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-07 - Cabinet of First Vice-President Frans Timmermans x European Youth Forum"],"date":["2018-06-07"],"summary":["discussion on Youth Progress Index"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels, BERL"],"address":["Brussels, BERL"],"addressEntity":["addr-3c3fa5f92474ebac668808553fbab6d1c14aa243"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-43251547769-22","ec-person-8d1c5ff76a431332387aa10936b0bff13f7d71fd"]}} -{"id":"ec-meeting-2018-06-07-6858fe40169d476775ddadb24f5503c261396acb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-07 - Cabinet of Commissioner Věra Jourová x Verband der Chemischen Industrie e.V."],"date":["2018-06-07"],"summary":["Several legislation files"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["eu-tr-15423437054-40","ec-person-184e698af1eb9e33b179680570ca171d8cb31c94"]}} -{"id":"ec-meeting-2018-06-07-75783afc18c0f7d0b95cc79b1dbdc95813c4ae36","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-07 - Cabinet of Vice-President Valdis Dombrovskis x Investor AB"],"date":["2018-06-07"],"summary":["Sustainable finance, taxonomy and latest developments with CCTB/CCCTB as well as digital taxation"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-190987114891-73","ec-person-b2d41137decbf33bc8076a41bfe11b68d501a7a0","ec-person-537401fc0be04984531b83660f416bf2fe14fbd8"]}} -{"id":"ec-meeting-2018-06-07-939922036b019f3fad647e6ca5f6247b77124218","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-07 - Cabinet of Commissioner Phil Hogan x Novamont SpA"],"date":["2018-06-07"],"summary":["EU Bio economy strategy"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-297825612467-09","ec-person-68b8e931bdd0cafe77ab8e98d87edbea128d6c49"]}} -{"id":"ec-meeting-2018-06-07-97aa77b31b1a49e5952f40dac06cd89731ffdd13","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-07 - Cabinet of Commissioner Elżbieta Bieńkowska x Nielsen Holdings"],"date":["2018-06-07"],"summary":["media"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["ec-person-7cb15e8a3e4a9ddc8f8d7a719a5f2e359a05f82a","eu-tr-623769618353-56"]}} -{"id":"ec-meeting-2018-06-07-9cb8b56547cb332e06539df68ac82cf1e0329dde","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-07 - Cabinet of Commissioner Mariya Gabriel x RTL Group"],"date":["2018-06-07"],"summary":["AVMSD, Copyright, ePrivacy"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["ec-person-1674399a793e9e6fd7cf55b525515fc862fc9351","eu-tr-59267165790-45"]}} -{"id":"ec-meeting-2018-06-07-a0969dab58ffcacc06bc89283280f95c60183ad9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-07 - Cabinet of High Representative / Vice-President Federica Mogherini x Amnesty International Limited"],"date":["2018-06-07"],"summary":["Human rights situation in Russia"],"notes":["Portfolio: Foreign Affairs and Security Policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"involved":["ec-person-d2aee33b6a13b13cbded48adb1a569f8cf4d4033","eu-tr-11063928073-34"]}} -{"id":"ec-meeting-2018-06-07-ac5f85e2e0c08957f28e0c0c27a00131736be476","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-07 - Cabinet of Commissioner Phil Hogan x European farmers"],"date":["2018-06-07"],"summary":["role of Women farmers in future CAP and gender issues within the sector"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-44856881231-49","ec-person-68b8e931bdd0cafe77ab8e98d87edbea128d6c49"]}} -{"id":"ec-meeting-2018-06-07-ae640b0dc75fc7c707abc5a6a1c3fb1f2e0be69a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-07 - Cabinet of President Jean-Claude Juncker x IPK European Strategy Ltd Worldpay Group plc"],"date":["2018-06-07"],"summary":["FinTech"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-632203824989-87","eu-tr-895190031299-46","ec-person-c402e34a99fbee730ae22e3b1958e21c94dc6fcc"]}} -{"id":"ec-meeting-2018-06-07-e0bff8e4da6cd9efa517be3fc0edc6eefdb7c46d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-07 - Cabinet of Vice-President Cecilia Malmström x The European Steel Association"],"date":["2018-06-07"],"summary":["US 232 measures EU reaction"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-19b143e83f8ab978c55c8a9a9e49e06dbfa14bf3","eu-tr-93038071152-83"]}} -{"id":"ec-meeting-2018-06-07-e61cb2d43b4daea1f3b2f21424e104f28188453f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-07 - Cabinet of Commissioner Mariya Gabriel x Syndicat de la presse quotidienne nationale"],"date":["2018-06-07"],"summary":["ePrivacy, Copyright, Relations with platforms"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-986642126602-16","ec-person-1674399a793e9e6fd7cf55b525515fc862fc9351"]}} -{"id":"ec-meeting-2018-06-07-f52a065b20e7b6ca2119fcabb707ec69acea67df","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-07 - Cabinet of President Jean-Claude Juncker x Investor AB"],"date":["2018-06-07"],"summary":["Future of the EU priorities of the Juncker Commission"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-190987114891-73","ec-person-c402e34a99fbee730ae22e3b1958e21c94dc6fcc"]}} -{"id":"ec-meeting-2018-06-07-fe209a1a5e4a40a60844ef044d8592cea58c0078","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-07 - Cabinet of President Jean-Claude Juncker x Schroders Investment Management (Europe) SA"],"date":["2018-06-07"],"summary":["Sustainable Finance"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-997906814697-71","ec-person-c402e34a99fbee730ae22e3b1958e21c94dc6fcc"]}} -{"id":"ec-meeting-2018-06-08-117b8233dd6a8711642dc3eea5a4a291ff052e8a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-08 - Cabinet of Vice-President Miguel Arias Cañete x BP p.l.c."],"date":["2018-06-08"],"summary":["International gas markets"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-3394026642-58","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd"]}} -{"id":"ec-meeting-2018-06-08-14f2b8088358b864c0d8340ad35ec8506983e53a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-08 - Cabinet of Commissioner Violeta Bulc x FIDAL"],"date":["2018-06-08"],"summary":["Transport issues"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-860364318039-81","ec-person-dd7851e4a1e747e824b4f81139e33bc3cdb73160"]}} -{"id":"ec-meeting-2018-06-08-24edb2933037a7bfec9aac1ad902743fce340a49","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-08 - Cabinet of Vice-President Valdis Dombrovskis x Mizuho Financial Group, Inc."],"date":["2018-06-08"],"summary":["Banking legislation"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-619816425761-15","ec-person-48f31156d932641826e09f5b73f074d35ff05786"]}} -{"id":"ec-meeting-2018-06-08-2a53951a9834ec7c8c7c47f1081c05dacfc29f06","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-08 - Cabinet of Commissioner Mariya Gabriel x Depository Trust & Clearing Corporation"],"date":["2018-06-08"],"summary":["Digital services space, FinTech and Blockchain technology"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-525811814282-80","ec-person-fc1068d79545d1659bf47e9b62bfb0aed175629e"]}} -{"id":"ec-meeting-2018-06-08-3624307e9bc0d8790c2955883d5237c71c202e7d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-08 - Cabinet of Vice-President Valdis Dombrovskis x Depository Trust & Clearing Corporation"],"date":["2018-06-08"],"summary":["Distributed Ledger Technology (DLT) & cloud computing"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-525811814282-80","ec-person-48f31156d932641826e09f5b73f074d35ff05786","ec-person-537401fc0be04984531b83660f416bf2fe14fbd8"]}} -{"id":"ec-meeting-2018-06-08-5763cf09040884c3ad09f388c83fff11946eec0c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-08 - Cabinet of Commissioner Elżbieta Bieńkowska x Wirtschaftsvereinigung Stahl"],"date":["2018-06-08"],"summary":["steel state-of-play"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-75755621888-61","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2018-06-08-69a34319acc806b3dbc525d20b4f9f6fad24efb6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-08 - Cabinet of Vice-President Jyrki Katainen x GRUPO MASMOVIL"],"date":["2018-06-08"],"summary":["Competitiveness of the Spanish market for telecom services"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-871874631703-86","ec-person-81b1dda49062e5dac42bdad9273fa72968a2c325"]}} -{"id":"ec-meeting-2018-06-08-6aaeb39adaa1407bfd32e261894a85dcc59a8473","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-08 - Cabinet of Vice-President Günther Oettinger x European Trade Union Committee for Education"],"date":["2018-06-08"],"summary":["European Schools"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["ec-person-55a0b11edfe9b0b76e526f72b1ec2e9f2f74d5bc","eu-tr-72197913011-06"]}} -{"id":"ec-meeting-2018-06-08-74f0aea3ec2dd12ca7f96e15d47ae23ba420090b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-08 - Cabinet of Commissioner Mariya Gabriel x Human Technology Foundation"],"date":["2018-06-08"],"summary":["Digital revolution"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-796170031288-85","ec-person-d995d34a2f8b1f0bf6a17486f5699181d6a01e1c"]}} -{"id":"ec-meeting-2018-06-08-77f1a84fc2b0694dc4b59b8fb246a797b298fa2b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-08 - Energy x Jastrzębska Spółka Węglowa S.A."],"date":["2018-06-08"],"summary":["Energy policy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-370187927205-06","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2018-06-08-8830b1e957e9f45c2976cb76185b95b9ef3b7c6b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-08 - Cabinet of President Jean-Claude Juncker x European Round Table for Industry"],"date":["2018-06-08"],"summary":["Preparation of 19 June 2018"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-67872aca57f8dfc132dbac47ff41bf9b60ba8ac5","eu-tr-25487567824-45"]}} -{"id":"ec-meeting-2018-06-08-9264ba5ea6bab1dee5e28de00a72cd12919b8e7e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-08 - Cabinet of First Vice-President Frans Timmermans x Extended Producer Responsibility Alliance"],"date":["2018-06-08"],"summary":["discussion on single use plastic legislation"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-382147211686-77","ec-person-8d1c5ff76a431332387aa10936b0bff13f7d71fd"]}} -{"id":"ec-meeting-2018-06-08-a1e339c52dc2352ae515410b189e2c540bae4365","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-08 - Cabinet of Vice-President Jyrki Katainen x European Chemical Industry Council"],"date":["2018-06-08"],"summary":["Horizon Europe"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-81b1dda49062e5dac42bdad9273fa72968a2c325","eu-tr-64879142323-90"]}} -{"id":"ec-meeting-2018-06-08-b4458089f06700414cbd4a05a3f4572630a0e5cb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-08 - Cabinet of President Jean-Claude Juncker x Eni S.p.A."],"date":["2018-06-08"],"summary":["Energy Union and Climate Change (speaking engagement)"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-99578067285-35","ec-person-b1bf9aa5fb7e886441ff341b657cc482b64a2a3e"]}} -{"id":"ec-meeting-2018-06-08-b768061a56ee85aa4b0c3308ffd9488547f01279","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-08 - Cabinet of Commissioner Carlos Moedas x European Round Table for Industry"],"date":["2018-06-08"],"summary":["ERT views on research and innovation"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-b8d49828915f9008e764a78796d47ea00807a658","eu-tr-25487567824-45"]}} -{"id":"ec-meeting-2018-06-08-ba211008eb146e2e9feecae6561e9b6276fdd574","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-08 - Migration and Home Affairs x Oxfam-Solidarité / Oxfam-Solidariteit"],"date":["2018-06-08"],"summary":["Courtesy discussion on some common challenges"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-home"],"involved":["ec-person-58ef6a24ab6e45538fba799818c74d1498108657","eu-tr-535556132909-16"]}} -{"id":"ec-meeting-2018-06-08-c453c7536d326ad343209d8bfe9056ec4087bf48","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-08 - Energy x European Chemical Industry Council Salzgitter AG voestalpine AG thyssenkrupp AG ArcelorMittal Havenbedrijf Rotterdam NV Covestro AG Aurubis AG International Federation of Industrial Energy Consumers The European Steel Association FuelsEurope Orgalim – Europe's Technology Industries"],"date":["2018-06-08"],"summary":["clean energy transition"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-548438318615-29","eu-tr-1978775156-31","eu-tr-23527541824-60","eu-tr-721647010823-15","eu-tr-11160169347-78","eu-tr-484497715199-45","eu-tr-64879142323-90","eu-tr-189510925414-06","eu-tr-26207914726-42","eu-tr-20210641335-88","eu-tr-93038071152-83","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e","eu-tr-930637620172-95"]}} -{"id":"ec-meeting-2018-06-08-c4c1d7d8ece61d7fd3caac70bc5f234ea88e1cb2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-08 - Cabinet of Commissioner Mariya Gabriel x Fédération bancaire française"],"date":["2018-06-08"],"summary":["Cybersecurity and Data"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["ec-person-fc1068d79545d1659bf47e9b62bfb0aed175629e","eu-tr-09245221105-30"]}} -{"id":"ec-meeting-2018-06-08-ccefbfd196e581b09ec02703468e38a99112501c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-08 - Cabinet of Vice-President Miguel Arias Cañete x ArcelorMittal Alliance for Synthetic Fuels in Europe thyssenkrupp AG European Chemical Industry Council voestalpine AG Salzgitter AG Orgalim – Europe's Technology Industries The European Steel Association International Federation of Industrial Energy Consumers Aurubis AG Havenbedrijf Rotterdam NV Covestro AG"],"date":["2018-06-08"],"summary":["Energy transition and the energy intensive industry"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-548438318615-29","eu-tr-1978775156-31","eu-tr-23527541824-60","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd","eu-tr-41186039192-02","eu-tr-721647010823-15","eu-tr-11160169347-78","eu-tr-484497715199-45","eu-tr-64879142323-90","eu-tr-189510925414-06","eu-tr-20210641335-88","eu-tr-93038071152-83","eu-tr-930637620172-95"]}} -{"id":"ec-meeting-2018-06-08-e1c20619877357fc77a7bf3d8276b9e2bc0b3138","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-08 - Cabinet of Commissioner Mariya Gabriel x FIDAL"],"date":["2018-06-08"],"summary":["Evolution of the Public Sector Information directive"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-860364318039-81","ec-person-fc1068d79545d1659bf47e9b62bfb0aed175629e"]}} -{"id":"ec-meeting-2018-06-08-fd934fc672802b6730c89ba3e83601e627e1b0fa","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-08 - Task Force for Relations with the United Kingdom x Notre Europe - Institut Jacques Delors / Notre Europe - Jacques Delors Institute"],"date":["2018-06-08"],"summary":["Meeting with the Task Force for the Preparation and Conduct of the Negotiations with the United Kingdom under Article 50 TEU"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-uktf"],"involved":["ec-person-864cfa5fbc9b02a079ffbab1107f252c7bb08478","eu-tr-726109217329-25"]}} -{"id":"ec-meeting-2018-06-08-ffec9486b41406038ecc5e936c347f5b02bce31c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-08 - Cabinet of President Jean-Claude Juncker x Mizuho Financial Group, Inc."],"date":["2018-06-08"],"summary":["Banking legislation"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-619816425761-15","ec-person-c402e34a99fbee730ae22e3b1958e21c94dc6fcc"]}} -{"id":"ec-meeting-2018-06-11-11d6c1f63d05f3d0da6619a9179eeb4b2f545a0c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-11 - Cabinet of Commissioner Mariya Gabriel x Deutsche Welle"],"date":["2018-06-11"],"summary":["Deutsche Welle Global Media Forum"],"notes":["Portfolio: Digital Economy and Society"],"location":["Bonn"],"address":["Bonn"],"addressEntity":["addr-a75ab8385ac6b27af1e482664fb8343d3ca17ba4"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-421591329311-65","ec-person-1674399a793e9e6fd7cf55b525515fc862fc9351"]}} -{"id":"ec-meeting-2018-06-11-449898a7b4668a1a389f371b5a14ceb6866ab6cf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-11 - Cabinet of Vice-President Andrus Ansip x Da Jiang Innovations"],"date":["2018-06-11"],"summary":["Civil drones"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-526710919886-47","ec-person-6a03bc4fa7657513ea34529e98dba0671ef4c849"]}} -{"id":"ec-meeting-2018-06-11-49e80b7adcd88b3082ed14443ec4ddaa771e08df","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-11 - Cabinet of Vice-President Andrus Ansip x American Chamber of Commerce to the European Union"],"date":["2018-06-11"],"summary":["ICANN/WHols, ePrivacy - GDPR and Cambridge analytica, data flow in Trade agreement, cybersecurity"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0","ec-person-5db7bdd1c81da2e70eb5b982097d0004111b5c3e","ec-person-91ca0921c6790191daa54427311acd63035e7c9e","eu-tr-5265780509-97","ec-person-3ca0c466b8ff230d4409591430b388007ce14ff8"]}} -{"id":"ec-meeting-2018-06-11-668a209fa042744a3eec30d546772f45e0585fe8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-11 - Cabinet of Commissioner Carlos Moedas x University of Cambridge"],"date":["2018-06-11"],"summary":["EU Research Policy"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-b8d49828915f9008e764a78796d47ea00807a658","ec-person-23980b2bc4fd9c82051d0f7888dc236b2f764866","eu-tr-420093131813-97"]}} -{"id":"ec-meeting-2018-06-11-b2b9def2401c5bfde63136b78b4be6720d644988","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-11 - Cabinet of Commissioner Carlos Moedas x Wissenschaftsgemeinschaft Gottfried Wilhelm Leibniz e. V."],"date":["2018-06-11"],"summary":["\"Leibniz\" Science magazine - science policy section"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Bruxelles, Belgium"],"address":["Bruxelles, Belgium"],"addressEntity":["addr-eee1feebc17b3c7a229c67678392ac489d04d92a"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["eu-tr-92825497182-59","ec-person-0a716bf5253e913fc40ebf14c12f30dc2e7a06ee"]}} -{"id":"ec-meeting-2018-06-11-ba54c273c0ee3efe514b40204baec7b8b22511d0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-11 - Cabinet of High Representative / Vice-President Federica Mogherini x Forum réfugiés-Cosi"],"date":["2018-06-11"],"summary":["Complementary pathways to international protection/Niger"],"notes":["Portfolio: Foreign Affairs and Security Policy"],"location":["EC Brussels"],"address":["EC Brussels"],"addressEntity":["addr-675c8931e83ae01937e9c611990ffc337fc30893"],"organizer":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"involved":["eu-tr-475947931780-87","ec-person-23c55ec7dbedbeca55522253bc69ae6fd1bea72c"]}} -{"id":"ec-meeting-2018-06-11-c0bbd9790dcf9697dd434c44a443f301920158a9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-11 - Cabinet of Commissioner Mariya Gabriel x The 5G Infrastructure Association"],"date":["2018-06-11"],"summary":["Smart networks"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-944198631623-17","ec-person-77288fc6cc1d717936ac1a1d02ed679fd493b117"]}} -{"id":"ec-meeting-2018-06-11-df3d36025b35ae821ca8b2629479ced6b6956a1c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-11 - Cabinet of Vice-President Andrus Ansip x The 5G Infrastructure Association"],"date":["2018-06-11"],"summary":["5G, future research needs for smart networks"],"notes":["Portfolio: Digital Single Market"],"location":["Bruxelles"],"address":["Bruxelles"],"addressEntity":["addr-b58f5927b66d94a676970dc048485d4c6848f272"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-944198631623-17","ec-person-666bc159c7e65a3af9e63c1e97435c02f1496955"]}} -{"id":"ec-meeting-2018-06-11-e3200bbe521b6a88f5eb65987453b75c38c07426","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-11 - Climate Action x European Chemical Industry Council"],"date":["2018-06-11"],"summary":["Chemicals decarbonisation potential"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-clima"],"involved":["ec-person-9c5c685692a09a77f2bc8ae9c05663b87cd75aae","eu-tr-64879142323-90"]}} -{"id":"ec-meeting-2018-06-12-123ae6bccd4e9db168a950fd996f61a396d07620","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-12 - Cabinet of Vice-President Valdis Dombrovskis x BVI Bundesverband Investment und Asset Management e.V."],"date":["2018-06-12"],"summary":["PRIIPs, Cross-border Fund Distribution, Sustainable Finance"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-96816064173-47","ec-person-30d770ccd575865b3106f94220ce1ace16e48f1a"]}} -{"id":"ec-meeting-2018-06-12-1557f7e70b1088892a49ea158f8f7dd9d3e7f7ae","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-12 - Cabinet of Commissioner Mariya Gabriel x European Movement International"],"date":["2018-06-12"],"summary":["Media Pluralism Monitor"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-35279857524-58","ec-person-13ac9a19d8d04f97c0d32603d014df0dd4e1cd2a"]}} -{"id":"ec-meeting-2018-06-12-387331848d233ee7e2397d9366a264a373eae9f7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-12 - Cabinet of Vice-President Andrus Ansip x 5G Automotive Association"],"date":["2018-06-12"],"summary":["C-ITS Delegated Regulation"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-802312827842-26","ec-person-6a03bc4fa7657513ea34529e98dba0671ef4c849"]}} -{"id":"ec-meeting-2018-06-12-3f6385714506be47a2c07cb716c6ced5cc106762","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-12 - Cabinet of Commissioner Mariya Gabriel x Atos SE (France)"],"date":["2018-06-12"],"summary":["Visit of CEBIT exhibit (Big data, Cybersecurity, HPC, Digital Workplace, Worldline payment service)"],"notes":["Portfolio: Digital Economy and Society"],"location":["Hannover CEBIT"],"address":["Hannover CEBIT"],"addressEntity":["addr-f4433977a8c50bb6ec8d96b28460dbe2724968aa"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-249876817241-03","ec-person-1674399a793e9e6fd7cf55b525515fc862fc9351"]}} -{"id":"ec-meeting-2018-06-12-5fc3b353929e154ce8ffec1598a3a2e57e9de65d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-12 - Research and Innovation x International Association of Scientific, Technical and Medical Publishers"],"date":["2018-06-12"],"summary":["Open science"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-rtd"],"involved":["eu-tr-98356852465-08","ec-person-1d348f33395de0ea6773a7b4ae8797e3e0392f73"]}} -{"id":"ec-meeting-2018-06-12-64597b656846e00eb308ff311f252a423e36877a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-12 - Cabinet of Commissioner Elżbieta Bieńkowska x 5G Automotive Association"],"date":["2018-06-12"],"summary":["C-ITS and Third Mobility Package"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-802312827842-26","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2018-06-12-6c847bc04537fb48f67cdb02fba43972a2a38ac7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-12 - Cabinet of Commissioner Elżbieta Bieńkowska x Helsinki EU Office (vastuutaho Uudenmaan liitto)"],"date":["2018-06-12"],"summary":["internal market, EU Entrepreneurship and SME policy with a delegation from Häme Region, Finland"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-796380111637-72","ec-person-b2f9be51339f054477846797e2c119fcf16548fc"]}} -{"id":"ec-meeting-2018-06-12-87fd0d8989ecfe55ceab64ab803e708dfd0aba48","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-12 - Cabinet of Commissioner Mariya Gabriel x IBM Corporation"],"date":["2018-06-12"],"summary":["Visit of CEBIT exhibit (AI, Cloud, Blockchain, Quantum Computing)"],"notes":["Portfolio: Digital Economy and Society"],"location":["Hannover CEBIT"],"address":["Hannover CEBIT"],"addressEntity":["addr-f4433977a8c50bb6ec8d96b28460dbe2724968aa"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-7721359944-96","ec-person-1674399a793e9e6fd7cf55b525515fc862fc9351"]}} -{"id":"ec-meeting-2018-06-12-8e5d520180601cb7250f4950aeae3797dbb67b33","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-12 - Climate Action x ExxonMobil Petroleum & Chemical"],"date":["2018-06-12"],"summary":["EU policy regarding climate, energy and transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-clima"],"involved":["ec-person-9c5c685692a09a77f2bc8ae9c05663b87cd75aae","eu-tr-0745650927-75"]}} -{"id":"ec-meeting-2018-06-12-bcafa5b3f36583bf2cc8ea90d9556137cc8513eb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-12 - Cabinet of Commissioner Phil Hogan x European Oilseed Alliance"],"date":["2018-06-12"],"summary":["Opportunities and challenges of the European oilseed and protein sectors"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-265299815747-31","ec-person-400dd8d59d3060187d9b9b143d697da1a3d03c12","ec-person-68b8e931bdd0cafe77ab8e98d87edbea128d6c49"]}} -{"id":"ec-meeting-2018-06-12-c42f7ee538c39b0c7b333d94eae54b6cf6cb95bc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-12 - Cabinet of Vice-President Cecilia Malmström x Banco Santander, S.A."],"date":["2018-06-12"],"summary":["Situation in US, cars and data"],"notes":["Portfolio: Trade"],"location":["BRUSSELS"],"address":["BRUSSELS"],"addressEntity":["addr-f74337897287bf1b546f30505f5b1f693a87af50"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-799142914971-03","ec-person-ce1312d2a248f71fe74eed58aa5915cfa445bbba"]}} -{"id":"ec-meeting-2018-06-12-ca0379941714e93316be9a1a17b6b0fb73a68e69","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-12 - Cabinet of Vice-President Valdis Dombrovskis x Association Française de la Gestion financière"],"date":["2018-06-12"],"summary":["PEPP"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-5975679180-97","ec-person-30d770ccd575865b3106f94220ce1ace16e48f1a"]}} -{"id":"ec-meeting-2018-06-12-df46d07036850fd3eff3ac2d28cad11fc4bd9d14","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-12 - Cabinet of Commissioner Mariya Gabriel x Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V."],"date":["2018-06-12"],"summary":["Visit of CEBIT stand (eHealth, AI, IoT, Cyverscecurity, Vertigo Starts project)"],"notes":["Portfolio: Digital Economy and Society"],"location":["Hannover CEBIT"],"address":["Hannover CEBIT"],"addressEntity":["addr-f4433977a8c50bb6ec8d96b28460dbe2724968aa"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["ec-person-1674399a793e9e6fd7cf55b525515fc862fc9351","eu-tr-35124436517-75"]}} -{"id":"ec-meeting-2018-06-12-f45ceb3134c15dc42d20cc9e083fd68e29a78f41","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-12 - Energy x Gas Infrastructure Europe"],"date":["2018-06-12"],"summary":["clean energy transition"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["ec-person-6997149120ce5129e38febe5275dc8fd03232d2e","eu-tr-76130992074-15"]}} -{"id":"ec-meeting-2018-06-12-f91b2ac02c9606899b054705819ad33ad2b5c57e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-12 - Cabinet of Commissioner Julian King x Nokia"],"date":["2018-06-12"],"summary":["Cybersecurity"],"notes":["Portfolio: Security Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-julian-king-of"],"involved":["eu-tr-35167875358-33","ec-person-8534d5829e2b89b2389ad8651205fee73503f559"]}} -{"id":"ec-meeting-2018-06-13-1402f4d432a4dca72c7e78c42a7bd4d3fd085842","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-13 - Cabinet of Commissioner Vytenis Andriukaitis x Suomen itsenäisyyden juhlarahasto"],"date":["2018-06-13"],"summary":["eHealth"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-059ca943fc5fc696d2a97849c635ddf7b6ab7fd7","eu-tr-582824527068-76"]}} -{"id":"ec-meeting-2018-06-13-1a2f76a0235484fc32a546bfe6d7f0454b7b8295","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-13 - Inspire, Debate, Engage and Accelerate Action x Suomen itsenäisyyden juhlarahasto"],"date":["2018-06-13"],"summary":["Human-Centred Technology"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-dg-idea"],"involved":["eu-tr-582824527068-76","ec-person-4fe56a64c00b3e81c851b5538878b32481bd7d3c"]}} -{"id":"ec-meeting-2018-06-13-1be42c19c9dbb2786c4856a5b1a8671deb8053de","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-13 - Cabinet of Vice-President Cecilia Malmström x ASOC. ESPAÑOLA DE EXPORTADORES E INDUSTRIALES DE ACEITUNAS DE MESA"],"date":["2018-06-13"],"summary":["American measures against Spanish olives"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-568646831721-90","ec-person-20ded9db5df11164331bb161fdf234b1e5ad53fd","ec-person-591ec829ca734bcfe59a2c9c7f07f9dff22a0ea9"]}} -{"id":"ec-meeting-2018-06-13-1de74ac8231cd63101288fa89d76dc00fe17fdf3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-13 - Cabinet of Vice-President Günther Oettinger x Bundesverband der Deutschen Industrie e.V."],"date":["2018-06-13"],"summary":["MFF"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-1771817758-48","ec-person-b17d355ca19058898aba2ec032de59f8701d47f5"]}} -{"id":"ec-meeting-2018-06-13-2bb754ea0ec3a55718788b602140144272818652","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-13 - Employment, Social Affairs and Inclusion x BUSINESSEUROPE"],"date":["2018-06-13"],"summary":["BusinessEurope's social affairs committee"],"location":["BusinessEurope headquarters"],"address":["BusinessEurope headquarters"],"addressEntity":["addr-65ee0f67be8c76ad7c718dac1c8c9ae7ed338f2b"],"organizer":["ec-dg-empl"],"involved":["eu-tr-3978240953-79","ec-person-dd259fce880e1853f0beb087443bce6e7dea70d7"]}} -{"id":"ec-meeting-2018-06-13-2c011d53ed4225921687a119fd048640ec5472db","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-13 - Inspire, Debate, Engage and Accelerate Action x Ericsson"],"date":["2018-06-13"],"summary":["5G"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-dg-idea"],"involved":["eu-tr-02021363105-42","ec-person-4fe56a64c00b3e81c851b5538878b32481bd7d3c"]}} -{"id":"ec-meeting-2018-06-13-3d6559c5c027af24b56c1ec7ff4ed8c5c8e286c4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-13 - Foreign Policy Instruments x Global Witness"],"date":["2018-06-13"],"summary":["Diamond supply chain"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fpi"],"involved":["ec-person-c3b6b442c99862009242a343eeb51ed66498bd31","eu-tr-10439809375-73"]}} -{"id":"ec-meeting-2018-06-13-429b1e147838e3be3adf9806022f665f8067e722","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-13 - Cabinet of Commissioner Julian King x BSA | The Software Alliance"],"date":["2018-06-13"],"summary":["Cybersecurity"],"notes":["Portfolio: Security Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-julian-king-of"],"involved":["ec-person-8534d5829e2b89b2389ad8651205fee73503f559","eu-tr-75039383277-48"]}} -{"id":"ec-meeting-2018-06-13-54d859b8c1ec52504d50527c7289b8fd4a02ef53","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-13 - Cabinet of Commissioner Carlos Moedas x University of Ulm, Institute for Complex Quantum Systems"],"date":["2018-06-13"],"summary":["Quantum technology"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["eu-tr-975691716328-53","ec-person-b8d49828915f9008e764a78796d47ea00807a658"]}} -{"id":"ec-meeting-2018-06-13-5f942292aaab87b56ec64dc8416de8f16dee4cc6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-13 - Mobility and Transport x European Regions Airline Association Ltd."],"date":["2018-06-13"],"summary":["ADS-B"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-move"],"involved":["eu-tr-73491621553-11","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2018-06-13-7b70689b3e6d2c9677aec38bc532d860faaa9f18","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-13 - Cabinet of Vice-President Miguel Arias Cañete x WWF European Policy Programme Institute for European Environmental Policy Greenpeace European Unit ACT Alliance Advocacy to the European Union Climate Action Network Europe"],"date":["2018-06-13"],"summary":["MOCA, Petersberg Dialogue, Trilogues, Long Term decarbonisation Strategy"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd","eu-tr-1414929419-24","eu-tr-55888811123-49","eu-tr-934329423960-72","eu-tr-5189768701-12","eu-tr-9832909575-41"]}} -{"id":"ec-meeting-2018-06-13-7f0dcc7224069120e97a69ff81b1651ed5254658","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-13 - Cabinet of Vice-President Jyrki Katainen x Maa- ja metsätaloustuottajain Keskusliitto – Central Union of Agricultural Producers and Forest Owners"],"date":["2018-06-13"],"summary":["CAP reform"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-56039441735-48","ec-person-ccd2797b568cba38993df7d1dcc985dbc1eb439a"]}} -{"id":"ec-meeting-2018-06-13-976ac60903d0d71ffa4f3bb7b456c37f888db0ed","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-13 - Cabinet of Vice-President Miguel Arias Cañete x Asociación Española de Empresas de Consultoría"],"date":["2018-06-13"],"summary":["Renewable directive"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-696244325387-58","ec-person-2229c857664a22dcb8eee79a8c05841fd3d0924f"]}} -{"id":"ec-meeting-2018-06-13-c5027be9ef7dcc8ab5526e37e459743d2a7921d9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-13 - Mobility and Transport x Leonardo S.p.A."],"date":["2018-06-13"],"summary":["SESAR"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-move"],"involved":["eu-tr-02550382403-01","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2018-06-13-db576152cb378d50985dd80ba74f1d1ae984fb8a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-13 - Cabinet of Commissioner Tibor Navracsics x BSA | The Software Alliance"],"date":["2018-06-13"],"summary":["Victoria Espinel would like to engage with senior EU policy makers on AI, the privacy shield review, data flows in trade agreements and e-evidence"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Bruxelles"],"address":["Bruxelles"],"addressEntity":["addr-b58f5927b66d94a676970dc048485d4c6848f272"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-1da7ee09d46288ee4ea9db2b644bdcf9c3d6d000","eu-tr-75039383277-48"]}} -{"id":"ec-meeting-2018-06-13-e2f674c8424c2b6012aa14661303ed6795b852bd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-13 - Research and Innovation x European University Association"],"date":["2018-06-13"],"summary":["Discussions on the new EU research programme on R&I and MFF"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-rtd"],"involved":["ec-person-1d348f33395de0ea6773a7b4ae8797e3e0392f73","eu-tr-81122172998-09"]}} -{"id":"ec-meeting-2018-06-13-f3cdfb34248eb03c6edc8f1a68fce680533be883","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-13 - Cabinet of Vice-President Jyrki Katainen x Chemical Industry Federation of Finland (Kemianteollisuus ry)"],"date":["2018-06-13"],"summary":["Industrial policy"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-07682415745-25","ec-person-ccd2797b568cba38993df7d1dcc985dbc1eb439a"]}} -{"id":"ec-meeting-2018-06-13-f401bf3e1e2cd89749704ceb72a4815da75afe39","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-13 - Cabinet of Commissioner Phil Hogan x ASOC. ESPAÑOLA DE EXPORTADORES E INDUSTRIALES DE ACEITUNAS DE MESA"],"date":["2018-06-13"],"summary":["Challenges for the sector"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-568646831721-90","ec-person-c9d17d5879383b030f61a4066848249fb35d57e4"]}} -{"id":"ec-meeting-2018-06-14-062f7cf541acce36967576ba7aebef975ec5b33d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-14 - Cabinet of Vice-President Jyrki Katainen x Lantbrukarnas Riksförbund"],"date":["2018-06-14"],"summary":["CAP reform"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-79239225070-38","ec-person-ccd2797b568cba38993df7d1dcc985dbc1eb439a"]}} -{"id":"ec-meeting-2018-06-14-218c2c30eea45f8d823c56133d1bfc8bd3ea131f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-14 - Cabinet of Vice-President Karmenu Vella x Lantbrukarnas Riksförbund"],"date":["2018-06-14"],"summary":["Biodiversity, Wolf, Water Framework"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["ec-person-9e282d5223d0f62146ce1013e2dac38adc89a4cf","eu-tr-79239225070-38"]}} -{"id":"ec-meeting-2018-06-14-25c58ce490bce541ec0db0a8e6133950377bbc80","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-14 - Cabinet of Commissioner Mariya Gabriel x Sage Group PLC"],"date":["2018-06-14"],"summary":["Communication Artificial Intelligence"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-351605332041-92","ec-person-fc1068d79545d1659bf47e9b62bfb0aed175629e"]}} -{"id":"ec-meeting-2018-06-14-51ec26c5fc481ed28d5064c5dc9871c749621e08","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-14 - Cabinet of Commissioner Vytenis Andriukaitis x CONFAGRICOLTURA EMILIA-ROMAGNA"],"date":["2018-06-14"],"summary":["CAP"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["eu-tr-36395803420-35","ec-person-0dbfffeb0323f819c8d57164906086dd8639c437"]}} -{"id":"ec-meeting-2018-06-14-76770b181898afca91ff59eda28f42fb43655a9a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-14 - Cabinet of Commissioner Elżbieta Bieńkowska x Maa- ja metsätaloustuottajain Keskusliitto – Central Union of Agricultural Producers and Forest Owners"],"date":["2018-06-14"],"summary":["bioeconomy"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-56039441735-48","ec-person-b2f9be51339f054477846797e2c119fcf16548fc"]}} -{"id":"ec-meeting-2018-06-14-768f8e0f4eab869d3442f1e2ef66f869c5759cac","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-14 - Cabinet of Vice-President Valdis Dombrovskis x Banca Popolare Etica S.c.p.a."],"date":["2018-06-14"],"summary":["Sustainable finance"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-025255524692-64","ec-person-30d770ccd575865b3106f94220ce1ace16e48f1a","ec-person-51a67cf3e19a8853620326cd57fd7e9750b2c9d7"]}} -{"id":"ec-meeting-2018-06-14-7df6f47da5855156be55ef91f57601f737b2c758","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-14 - Cabinet of Commissioner Phil Hogan x Maa- ja metsätaloustuottajain Keskusliitto – Central Union of Agricultural Producers and Forest Owners"],"date":["2018-06-14"],"summary":["Business discussion"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-56039441735-48","ec-person-400dd8d59d3060187d9b9b143d697da1a3d03c12"]}} -{"id":"ec-meeting-2018-06-14-84a6ea5464161e321981e275572ed741fa01bbd4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-14 - Cabinet of Vice-President Jyrki Katainen x Banca Popolare Etica S.c.p.a."],"date":["2018-06-14"],"summary":["Investment support in the next MFF, in particular via InvestEU"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["brussels"],"address":["brussels"],"addressEntity":["addr-e2daa1574b7ac475c827b33e281bd2d5e013c882"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-025255524692-64","ec-person-c3d85c41b6b842aae5c953d41fda5f240a5d0969"]}} -{"id":"ec-meeting-2018-06-14-aca577983694f1787c2da1607ec66cbafee158fd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-14 - Cabinet of Vice-President Andrus Ansip x Facebook Ireland Limited"],"date":["2018-06-14"],"summary":["elections integrity"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-3ca0c466b8ff230d4409591430b388007ce14ff8","ec-person-5db7bdd1c81da2e70eb5b982097d0004111b5c3e","ec-person-91ca0921c6790191daa54427311acd63035e7c9e","eu-tr-28666427835-74"]}} -{"id":"ec-meeting-2018-06-14-c9e66dbe3b80710c85ecf56cc24dc0922c0054fe","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-14 - Inspire, Debate, Engage and Accelerate Action x Prosus"],"date":["2018-06-14"],"summary":["Artificial Intelligence"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-dg-idea"],"involved":["ec-person-4fe56a64c00b3e81c851b5538878b32481bd7d3c","eu-tr-891417815208-71"]}} -{"id":"ec-meeting-2018-06-14-e04cbbd80037f941b8746bfea94f83521780f099","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-14 - Cabinet of Vice-President Neven Mimica x Lumos Foundation"],"date":["2018-06-14"],"summary":["Meeting to discuss preparations for the event with J.K. Rowling on children's rights"],"notes":["Portfolio: International Cooperation & Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-mimica-neven-of-president-vice"],"involved":["ec-person-b187f3955c71d2e1daa48e02fd0a09ab7c6f6098","eu-tr-849607914394-57"]}} -{"id":"ec-meeting-2018-06-14-e496cc444ed8beb4d56b043dea05995a3c351cfd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-14 - Cabinet of Vice-President Cecilia Malmström x BUSINESSEUROPE"],"date":["2018-06-14"],"summary":["EU-US trade relations, China, free trade negotiations"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-19b143e83f8ab978c55c8a9a9e49e06dbfa14bf3","eu-tr-3978240953-79"]}} -{"id":"ec-meeting-2018-06-14-e9a1d7ada2dd9bbed07937b8af0f6086a462535a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-14 - Cabinet of Commissioner Vytenis Andriukaitis x Cia - Agricoltori italiani"],"date":["2018-06-14"],"summary":["CAP"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["eu-tr-341436210542-80","ec-person-0dbfffeb0323f819c8d57164906086dd8639c437"]}} -{"id":"ec-meeting-2018-06-14-f707f0deb9c3aa738570f4f2cf1d5b5aef331845","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-14 - Cabinet of Commissioner Phil Hogan x Irish Co-operative Organisation Society Ltd."],"date":["2018-06-14"],"summary":["Business discussion"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-400dd8d59d3060187d9b9b143d697da1a3d03c12","eu-tr-99345863205-62"]}} -{"id":"ec-meeting-2018-06-15-60349f42a35966a8fed7ed998da306928ea956f5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-15 - Cabinet of Vice-President Valdis Dombrovskis x Fédération bancaire française"],"date":["2018-06-15"],"summary":["cybersecurity & fintech"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-537401fc0be04984531b83660f416bf2fe14fbd8","eu-tr-09245221105-30"]}} -{"id":"ec-meeting-2018-06-15-61223317467f3665a621dfc60ebd497f4600c42d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-15 - Cabinet of Vice-President Neven Mimica x Blacksmith Initiative"],"date":["2018-06-15"],"summary":["Pollution impacts on health and development"],"notes":["Portfolio: International Cooperation & Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-mimica-neven-of-president-vice"],"involved":["eu-tr-345555521238-97","ec-person-d455992f8f48b86e26e61f5284a9ef8e18aed182"]}} -{"id":"ec-meeting-2018-06-15-8aff2ae39d87736c007753a288f1e6247d46593e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-15 - Cabinet of Commissioner Vytenis Andriukaitis x None"],"date":["2018-06-15"],"summary":["HTA"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels, Berl"],"address":["Brussels, Berl"],"addressEntity":["addr-a9f8e09eac31b17717a2a43c9a45fc2e479aa77b"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["eu-tr-234427831877-10","eu-tr-38526121292-88","ec-person-059ca943fc5fc696d2a97849c635ddf7b6ab7fd7","eu-tr-93255296152-29","eu-tr-05366537746-69","eu-tr-1298286943-59","eu-tr-433743725252-26","eu-tr-87600691525-93","eu-tr-48325781850-28","eu-tr-99565011637-64","ec-person-df30d07ef698a52b9948b9c734db39196cf8541f","eu-tr-687559214721-11"]}} -{"id":"ec-meeting-2018-06-15-ad9ba0b63d1cafc6782f5869b3e1520df1398f3f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-15 - Cabinet of Vice-President Valdis Dombrovskis x Rasmussen Global"],"date":["2018-06-15"],"summary":["Situation in Ukraine"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-923424020779-19","ec-person-537401fc0be04984531b83660f416bf2fe14fbd8"]}} -{"id":"ec-meeting-2018-06-15-c358211c6137a5bc75eb8b9e91f6a6fda23b70a2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-15 - Cabinet of Commissioner Phil Hogan x National Farmers' Union"],"date":["2018-06-15"],"summary":["Business discussion"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-961181120948-12","ec-person-400dd8d59d3060187d9b9b143d697da1a3d03c12"]}} -{"id":"ec-meeting-2018-06-15-d73bf7115fe0127d7c39a795c849449947721d72","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-15 - Cabinet of Vice-President Maroš Šefčovič x The European Association for the Promotion of Cogeneration"],"date":["2018-06-15"],"summary":["ENERGY EFFIECIENCY"],"notes":["Portfolio: Energy Union"],"location":["BRUSSELS - BELGIUM"],"address":["BRUSSELS - BELGIUM"],"addressEntity":["addr-3eaed18b47912f0e6a570cd0a587e76c4b1a0df0"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-38305846546-70","ec-person-e74918e8eb8a9ef96da8cb06c0eae7ac5080d822"]}} -{"id":"ec-meeting-2018-06-15-de5bbb308ce859d5d893d6a5181460f13286f58a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-15 - Cabinet of Commissioner Violeta Bulc x European Chemical Society"],"date":["2018-06-15"],"summary":["Meeting"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-a9f4fe47da47a1b05bbfda9825908089d11bda93","eu-tr-03492856440-03"]}} -{"id":"ec-meeting-2018-06-15-ee6f974a1bc81551038b122270236dd0b062c89c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-15 - Cabinet of Commissioner Carlos Moedas x MedTech Europe"],"date":["2018-06-15"],"summary":["Future closer collaboration and FP9"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["eu-tr-433743725252-26","ec-person-a45151b401196e9c374c9acdada9d8840da271ad"]}} -{"id":"ec-meeting-2018-06-15-fa66fb88aacf4072f54ce6b14199b664c734a5ec","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-15 - Cabinet of Vice-President Jyrki Katainen x Smart Everything Everywhere"],"date":["2018-06-15"],"summary":["Women leadership in Industry 4.0"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-353138431676-26","ec-person-81b1dda49062e5dac42bdad9273fa72968a2c325"]}} -{"id":"ec-meeting-2018-06-18-035bff373adae8e8a3853c87a32fc4c0893b2c33","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-18 - Cabinet of Vice-President Andrus Ansip x IFPI Representing recording industry worldwide"],"date":["2018-06-18"],"summary":["Copyright"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-60394321918-91","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45"]}} -{"id":"ec-meeting-2018-06-18-1094f28e88ac689fe31c007a9ac96f9a1ac1f97a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-18 - Cabinet of Commissioner Věra Jourová x The General Council of the Bar of England and Wales"],"date":["2018-06-18"],"summary":["sale of goods, digital contracts, data protection, new deal for consumers"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["eu-tr-39850528734-23","ec-person-f329292459cb1badb7fb7c6b67b698c441931bb2","ec-person-ff9ad301b778d595651cc4c46ec3a4cf1ef10376"]}} -{"id":"ec-meeting-2018-06-18-2190438ca5dcc62210364982d2f68024a37e6f36","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-18 - Cabinet of Commissioner Mariya Gabriel x Snap, Inc."],"date":["2018-06-18"],"summary":["Better protect minors online"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["ec-person-d995d34a2f8b1f0bf6a17486f5699181d6a01e1c","eu-tr-976985829492-08"]}} -{"id":"ec-meeting-2018-06-18-45f82863f7913275bbd7aa621aab99bf0dbf3ae2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-18 - Cabinet of Commissioner Tibor Navracsics x European Esperanto Union"],"date":["2018-06-18"],"summary":["Esperanto Language"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["bruxelles"],"address":["bruxelles"],"addressEntity":["addr-9640f09d3fa038b42259a3faac3eafb0223cb23a"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-49f31dad10f5641cb1d1e4c3107dd838389e8120","eu-tr-640861131800-62"]}} -{"id":"ec-meeting-2018-06-18-5ddb48d5f97b20153a84582f365622423ff43dfc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-18 - Cabinet of Commissioner Carlos Moedas x Delft University of Technology"],"date":["2018-06-18"],"summary":["Horizon Europe"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-0a716bf5253e913fc40ebf14c12f30dc2e7a06ee","ec-person-23980b2bc4fd9c82051d0f7888dc236b2f764866","eu-tr-241931027620-47"]}} -{"id":"ec-meeting-2018-06-18-5eb9c195258a4e62e02bbac684949f93b0deb86d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-18 - Cabinet of Commissioner Corina Crețu x Eurelectric aisbl"],"date":["2018-06-18"],"summary":["MFF post-2020"],"notes":["Portfolio: Regional Policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-corina-cretu-of"],"involved":["eu-tr-4271427696-87","ec-person-a8f47f7eb96bfb81929848b0ee89067bcbf0ce81"]}} -{"id":"ec-meeting-2018-06-18-7dc1d6b1daa0ce97cf8ca35dfc74cf1d9c5d1e40","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2018-06-18 - Cabinet of Commissioner Julian King x The Royal United Services Institute for Defence and Security Studies"],"date":["2018-06-18"],"summary":["Terrorist financing"],"notes":["Portfolio: Security Union"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-julian-king-of"],"involved":["ec-person-37c79733647a2293d1e96e976d3a72c6b707cb4c","ec-person-c5e8e10f494a7f5d0de6124025a80a8ec47c283a","eu-tr-572045918158-60"]}} -{"id":"ec-meeting-2018-06-18-81c0ae5e5920ad9a066018ce8e48b264ea53aa7a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-18 - Cabinet of First Vice-President Frans Timmermans x None"],"date":["2018-06-18"],"summary":["meeting with the representatives of the SDG high-level multi-stakeholder platform"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels, BERL"],"address":["Brussels, BERL"],"addressEntity":["addr-3c3fa5f92474ebac668808553fbab6d1c14aa243"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-06798511314-27","eu-tr-34478709670-34","eu-tr-85083981189-35","eu-tr-56502415122-32","ec-person-8d1c5ff76a431332387aa10936b0bff13f7d71fd"]}} -{"id":"ec-meeting-2018-06-18-845650b9e80f35eb3b22a8ae3736070c0b4be61f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-18 - Cabinet of Commissioner Violeta Bulc x CONFCOMMERCIO - IMPRESE PER L'ITALIA"],"date":["2018-06-18"],"summary":["International Economic Forum of Cernobbio"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-04877777421-88","ec-person-dd7851e4a1e747e824b4f81139e33bc3cdb73160"]}} -{"id":"ec-meeting-2018-06-18-a625a9d8040925ff8a42938c93065fd6fbd6b615","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-18 - Cabinet of High Representative / Vice-President Federica Mogherini x IDA International"],"date":["2018-06-18"],"summary":["Security and Defence"],"notes":["Portfolio: Foreign Affairs and Security Policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"involved":["ec-person-e03a77379f79ea00cf20048e42e8b0793bf62fa3","eu-tr-666680825604-55"]}} -{"id":"ec-meeting-2018-06-18-b00fbd6a9d13b920aee5eaf0ed8908777464af8a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-18 - Energy x European Renewable Energies Federation asbl"],"date":["2018-06-18"],"summary":["clean energy issues in Europe"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-48677174683-66","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2018-06-18-b17fc44dd896652fff1ded63f8d57721dee905c9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-18 - Cabinet of Commissioner Carlos Moedas x Vrije Universiteit Brussel"],"date":["2018-06-18"],"summary":["Presentation on liver disease research (ERC grant)"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-f7ccc3ad366dd2fdb24870e1c02ff2763539c82f","eu-tr-996789025151-11","ec-person-23980b2bc4fd9c82051d0f7888dc236b2f764866"]}} -{"id":"ec-meeting-2018-06-19-0640c37151c5b74e65cb2daa250c71c25d7ec2e4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-19 - Cabinet of First Vice-President Frans Timmermans x Vereniging VNO-NCW"],"date":["2018-06-19"],"summary":["Conference on Better Regulation in Telecommunication"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["ec-person-6c0efbf1635ca0cb8dce32e129231fa3136f600b","eu-tr-13255254129-80"]}} -{"id":"ec-meeting-2018-06-19-07881ba6774b5d301be80cf56445dd03dd31a742","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-19 - Cabinet of Vice-President Valdis Dombrovskis x Federated Hermes - International"],"date":["2018-06-19"],"summary":["Sustainable Finance and Fiduciary Duty"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-577757624718-90","ec-person-30d770ccd575865b3106f94220ce1ace16e48f1a","ec-person-537401fc0be04984531b83660f416bf2fe14fbd8"]}} -{"id":"ec-meeting-2018-06-19-0fdce95e58477e2687e73b816a8751eee837ff77","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-19 - Cabinet of First Vice-President Frans Timmermans x European Bioplastics"],"date":["2018-06-19"],"summary":["discussion on single use plastics proposal"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels, BERL"],"address":["Brussels, BERL"],"addressEntity":["addr-3c3fa5f92474ebac668808553fbab6d1c14aa243"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-245070265-17","ec-person-8d1c5ff76a431332387aa10936b0bff13f7d71fd"]}} -{"id":"ec-meeting-2018-06-19-19c8fc073a20708bdb5c70b8b89d28831cbebcbd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-19 - Cabinet of Commissioner Julian King x Zurich Insurance Company Ltd"],"date":["2018-06-19"],"summary":["Cybersecurity"],"notes":["Portfolio: Security Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-julian-king-of"],"involved":["eu-tr-499059113403-37","ec-person-8534d5829e2b89b2389ad8651205fee73503f559"]}} -{"id":"ec-meeting-2018-06-19-26ba806356da7862bdaa29eb33a88a9dfa7e96f6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-19 - Cabinet of Commissioner Mariya Gabriel x EBU-UER (European Broadcasting Union)"],"date":["2018-06-19"],"summary":["Public sector media in the European media sector"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-93288301615-56","ec-person-1674399a793e9e6fd7cf55b525515fc862fc9351"]}} -{"id":"ec-meeting-2018-06-19-30f5afbc66f992042602340283ef4f9c849f4955","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-19 - Employment, Social Affairs and Inclusion x SMEunited aisbl"],"date":["2018-06-19"],"summary":["Introductory meeting"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-empl"],"involved":["eu-tr-55820581197-35","ec-person-dd259fce880e1853f0beb087443bce6e7dea70d7"]}} -{"id":"ec-meeting-2018-06-19-32ad10258e918e247719f5e280190d81d61e878c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-19 - Cabinet of Vice-President Günther Oettinger x Deutsche Welle"],"date":["2018-06-19"],"summary":["broadcasting European affairs"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["ec-person-923b96517f0dd544d160200d38d05b6ffe72372e","eu-tr-421591329311-65"]}} -{"id":"ec-meeting-2018-06-19-336c9a640be64604da78b459d251e360976161d2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-19 - Cabinet of Vice-President Cecilia Malmström x G Plus Ltd (t/a Portland) LEVA-EU vzw Squire Patton Boggs LLP"],"date":["2018-06-19"],"summary":["Light Electric Association"],"notes":["Portfolio: Trade"],"location":["Berlaymont, Brussels"],"address":["Berlaymont, Brussels"],"addressEntity":["addr-fc86ff6aaa2cd722afeb09a33ccd03fec72f8cd1"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-328705327518-72","eu-tr-7223777790-86","eu-tr-960644722878-55","ec-person-591ec829ca734bcfe59a2c9c7f07f9dff22a0ea9"]}} -{"id":"ec-meeting-2018-06-19-358c4ca086667af3e46231e66b58e9b4ff3a6cf4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-19 - Cabinet of First Vice-President Frans Timmermans x The General Council of the Bar of England and Wales"],"date":["2018-06-19"],"summary":["Rule of Law and Access to Justice"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-39850528734-23","ec-person-f87a3277bb5391e01fe3111e915444e51feb191a"]}} -{"id":"ec-meeting-2018-06-19-3a86c36362b90ffe965c493eab5a5dd7c1e1b509","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-19 - Cabinet of Vice-President Karmenu Vella x THE NATURE CONSERVANCY IN EUROPE gemeinnützige GmbH"],"date":["2018-06-19"],"summary":["Ocean Governance, Fight against Illegal, Unreported and Unregulated Fishing, Our Ocean Conference,"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["eu-tr-116042012787-45","ec-person-2966d69fae0ea4e67f3f2df5a743cc766267d3c8"]}} -{"id":"ec-meeting-2018-06-19-45addadf57a78a557711347b12d2b8ca3dec933e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-19 - Cabinet of First Vice-President Frans Timmermans x AEGON N.V."],"date":["2018-06-19"],"summary":["Better Regulation"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-627192514539-08","ec-person-6c0efbf1635ca0cb8dce32e129231fa3136f600b"]}} -{"id":"ec-meeting-2018-06-19-49630356d0c386f26f1c9b386f4b291a1df89b03","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-19 - Cabinet of Commissioner Phil Hogan x European LEADER Association for Rural Development"],"date":["2018-06-19"],"summary":["Role of Leader"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-804035413477-13","ec-person-68b8e931bdd0cafe77ab8e98d87edbea128d6c49"]}} -{"id":"ec-meeting-2018-06-19-4be39191c61f2350140fe598ad840c49db9b385e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-19 - Cabinet of Vice-President Miguel Arias Cañete x GEODE - The voice of local energy distributors across Europe EDSO for Smart Grids Eurelectric aisbl"],"date":["2018-06-19"],"summary":["Clean energy package and role of DSOs"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-1831691c10441c5974327bbeb8693d6b6c1e50c3","eu-tr-4271427696-87","eu-tr-952322311484-70","ec-person-2229c857664a22dcb8eee79a8c05841fd3d0924f","eu-tr-00098856602-24"]}} -{"id":"ec-meeting-2018-06-19-4fac41ab7af9351a1eb54ed83b0080d5be376780","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-19 - Regional and Urban Policy x Confrontations Europe"],"date":["2018-06-19"],"summary":["European budget - the new MFF"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-regio"],"involved":["ec-person-3bc647761a4c1a96c0e7b4c3729d7408a61558b0","eu-tr-01995086879-32"]}} -{"id":"ec-meeting-2018-06-19-5323f5ba5472b5870f404e942f8ecb2defb649c4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-19 - Cabinet of Vice-President Andrus Ansip x ISFE - Representing the European Videogames Industry"],"date":["2018-06-19"],"summary":["P2B, copyright, data"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-e91c5be432b6b3efdda369792fed67c20b767a45","eu-tr-20586492362-11","ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0"]}} -{"id":"ec-meeting-2018-06-19-5c683ac33c742d964ae62db215b7a4fe9c4743f6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-19 - Cabinet of Commissioner Mariya Gabriel x Salesforce"],"date":["2018-06-19"],"summary":["Women in Digital, Digital Skills"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-991195317279-06","ec-person-1674399a793e9e6fd7cf55b525515fc862fc9351"]}} -{"id":"ec-meeting-2018-06-19-638cfbd3cb5e5f7d22d25e58ab55f193b30079dc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-19 - Cabinet of Commissioner Vytenis Andriukaitis x Slow Food"],"date":["2018-06-19"],"summary":["Preparation of mission to Terra Madre Salone del Gusto 2018 (Turin, Italy, 20-24 September)"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-0dbfffeb0323f819c8d57164906086dd8639c437","eu-tr-01936914624-97"]}} -{"id":"ec-meeting-2018-06-19-6c5561bf8a27b92acb25d98f949e702b67ce33aa","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-19 - Cabinet of Vice-President Günther Oettinger x Confederazione Generale dell'Industria Italiana"],"date":["2018-06-19"],"summary":["MFF"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["ec-person-b17d355ca19058898aba2ec032de59f8701d47f5","eu-tr-27762251795-15"]}} -{"id":"ec-meeting-2018-06-19-6c74142166e7ed873b24a846a83bdab033c9f428","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-19 - Cabinet of Vice-President Maroš Šefčovič x OHB"],"date":["2018-06-19"],"summary":["SPACE POLICY"],"notes":["Portfolio: Energy Union"],"location":["BRUSSELS - BELGIUM"],"address":["BRUSSELS - BELGIUM"],"addressEntity":["addr-3eaed18b47912f0e6a570cd0a587e76c4b1a0df0"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-648584214179-94","ec-person-e74918e8eb8a9ef96da8cb06c0eae7ac5080d822"]}} -{"id":"ec-meeting-2018-06-19-6e325439a8cde1c8e46501385b6cd12a49506d4d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-19 - Cabinet of Commissioner Violeta Bulc x BLS AG"],"date":["2018-06-19"],"summary":["Rail issues"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-230630614673-95","ec-person-dd7851e4a1e747e824b4f81139e33bc3cdb73160"]}} -{"id":"ec-meeting-2018-06-19-753d4c70e7411f3eee30ea27e4acf8933686a150","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-19 - Cabinet of Commissioner Marianne Thyssen x Gesellschaft für Versicherungswissenschaft und -gestaltung e.V."],"date":["2018-06-19"],"summary":["„Future of Social Security Systems – Development Perspectives for a Social Europe"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Representation North Rhine Westfalia, Rue Montoyer 47, Brussels"],"address":["Representation North Rhine Westfalia, Rue Montoyer 47, Brussels"],"addressEntity":["addr-5c8dd8f1295e803c3bb8eb453ae70aad71be90eb"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["ec-person-5a49eb89125b4b5d1125b3925bbb64aba1bea2b3","eu-tr-684249528621-19"]}} -{"id":"ec-meeting-2018-06-19-89412c7d1544e026d82981e1a223d8d2161ad89b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-19 - Cabinet of Commissioner Violeta Bulc x Société nationale SNCF"],"date":["2018-06-19"],"summary":["Rail issues"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-dd7851e4a1e747e824b4f81139e33bc3cdb73160","eu-tr-97914681026-14"]}} -{"id":"ec-meeting-2018-06-19-8e11a6409e959e23afba2d8d124520e5b7ea9153","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-19 - Cabinet of Vice-President Jyrki Katainen x G Plus Ltd (t/a Portland) UK Finance"],"date":["2018-06-19"],"summary":["Position of UK Finance on challenges in the Brexit context"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-7223777790-86","ec-person-c3d85c41b6b842aae5c953d41fda5f240a5d0969","eu-tr-001247527634-93"]}} -{"id":"ec-meeting-2018-06-19-8f81c99be07748a02d352b32f5be2304f689037e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-19 - Cabinet of Vice-President Valdis Dombrovskis x Banking & Payments Federation Ireland"],"date":["2018-06-19"],"summary":["Banking Union"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-981559116223-93","ec-person-30d770ccd575865b3106f94220ce1ace16e48f1a"]}} -{"id":"ec-meeting-2018-06-19-a30c707628f97abc5ddef9f2728f4095d23c6962","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-19 - Cabinet of Vice-President Andrus Ansip x EBU-UER (European Broadcasting Union)"],"date":["2018-06-19"],"summary":["Copyright, CabSat"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-93288301615-56","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45"]}} -{"id":"ec-meeting-2018-06-19-a4759a1faf8a4d5d45771f25d1c96efe62c96458","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-19 - Cabinet of Vice-President Karmenu Vella x European Bioplastics"],"date":["2018-06-19"],"summary":["Single-Use Plastics and Marine Litter"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["ec-person-4ff7c27445db4ad88e687776974fd8d077a1fe0c","eu-tr-245070265-17"]}} -{"id":"ec-meeting-2018-06-19-a58c728ccb81d98712a6ac79c0a57d34f0c6a502","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-19 - Cabinet of Vice-President Miguel Arias Cañete x Ignitis grupė"],"date":["2018-06-19"],"summary":["to be added"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-1831691c10441c5974327bbeb8693d6b6c1e50c3","eu-tr-867306231644-34","ec-person-3eac19199bd5dbac49f504d2610a9066dddbfe57","ec-person-2229c857664a22dcb8eee79a8c05841fd3d0924f"]}} -{"id":"ec-meeting-2018-06-19-a7b1a91f33e1e2ebea8baa59e2ae3fb4963e63ec","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-19 - Cabinet of Commissioner Elżbieta Bieńkowska x OHB"],"date":["2018-06-19"],"summary":["Space regulation"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["ec-person-685ecf13dd26cd515c961e24ba71049af2302c5e","eu-tr-648584214179-94","ec-person-d2997a7f359c91a337055c3e24dd36bf928de38d"]}} -{"id":"ec-meeting-2018-06-19-aabbf7ed32472f83cb2bb3bc1c471eda8fc3e138","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-19 - Cabinet of Commissioner Phil Hogan x Fédération Nationale des Producteurs de lait"],"date":["2018-06-19"],"summary":["faire un point sur la PAC"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-602167131553-40","ec-person-428cf365f3847d04012831ef2642a1a69aed518d"]}} -{"id":"ec-meeting-2018-06-19-b633203a671f582c29b5e31b9a13ca69daf5e139","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-19 - Cabinet of Commissioner Mariya Gabriel x Tripadvisor LLC"],"date":["2018-06-19"],"summary":["Digital Single Market, illegal content online, platform-to businesses initiative"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-948122819643-45","ec-person-d995d34a2f8b1f0bf6a17486f5699181d6a01e1c"]}} -{"id":"ec-meeting-2018-06-19-bc4c73d31045dc6823057f12e5e8d29195f9a185","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-19 - Cabinet of Commissioner Carlos Moedas x European LEADER Association for Rural Development"],"date":["2018-06-19"],"summary":["the role of LEADER and CLLD in the integrated and sustainable development of rural, coastal and urban areas"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-0a716bf5253e913fc40ebf14c12f30dc2e7a06ee","eu-tr-804035413477-13"]}} -{"id":"ec-meeting-2018-06-19-be2d99f2a8367276efee9ec0037de3e108a760ed","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-19 - Cabinet of Commissioner Mariya Gabriel x Proximus"],"date":["2018-06-19"],"summary":["Belgian telecom market"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["ec-person-1674399a793e9e6fd7cf55b525515fc862fc9351","eu-tr-537380918401-76"]}} -{"id":"ec-meeting-2018-06-19-cb2ba03b9dbe4346a233198da49a7193243a1ac2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-19 - Financial Stability, Financial Services and Capital Markets Union x AEGON N.V."],"date":["2018-06-19"],"summary":["Fintech, sustainable finance, Solvency II"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-627192514539-08","ec-person-bdee7a93f95c8ef05079539170139b3c02e8ed96"]}} -{"id":"ec-meeting-2018-06-19-d1ec2cba462036e70ebb16e42be88a007b21cd02","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-19 - Cabinet of President Jean-Claude Juncker x Zweites Deutsches Fernsehen"],"date":["2018-06-19"],"summary":["Digital Single Market"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-67872aca57f8dfc132dbac47ff41bf9b60ba8ac5","eu-tr-3209361971-85"]}} -{"id":"ec-meeting-2018-06-19-d31d6e62226b8c9ea96ae5fe6c8074ae6bf402ca","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-19 - Cabinet of President Jean-Claude Juncker x Banking & Payments Federation Ireland"],"date":["2018-06-19"],"summary":["Banking Union"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-c402e34a99fbee730ae22e3b1958e21c94dc6fcc","eu-tr-981559116223-93"]}} -{"id":"ec-meeting-2018-06-19-da6f879d44bee1bef5375c4fc767880d57762a07","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-19 - Cabinet of Commissioner Mariya Gabriel x Booking.com B.V."],"date":["2018-06-19"],"summary":["Women in Digital, Digital Skills"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-146537115285-34","ec-person-1674399a793e9e6fd7cf55b525515fc862fc9351"]}} -{"id":"ec-meeting-2018-06-19-dfeeae9c8a210a35c8e322f63f7da47bcd24dc26","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-19 - Cabinet of First Vice-President Frans Timmermans x The European House - Ambrosetti"],"date":["2018-06-19"],"summary":["Ambrosetti Forum September 2018 - possible participation of FVP Timmermans"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-625244214975-24","ec-person-0eaac943e895c47df1465dda6c94e671c5081e0a"]}} -{"id":"ec-meeting-2018-06-19-f024d8692808204344dbe85f5095c7ff8a207a2a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-19 - Cabinet of Commissioner Violeta Bulc x Deutsches Verkehrsforum"],"date":["2018-06-19"],"summary":["Mobility topics"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-84108743925-09","ec-person-9fddf13de7f65229b7da7c5b25dca1630cad3c48"]}} -{"id":"ec-meeting-2018-06-19-fe54bdd0930785b46b5f535bc1eb7b1ca024375f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-19 - Cabinet of Vice-President Valdis Dombrovskis x FTI Consulting Belgium"],"date":["2018-06-19"],"summary":["Benchmarks"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-30d770ccd575865b3106f94220ce1ace16e48f1a","eu-tr-29896393398-67"]}} -{"id":"ec-meeting-2018-06-20-1af46570f50e10da23b31d6f9768c67b0b796cc9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-20 - Cabinet of Commissioner Marianne Thyssen x Association of European Automotive and Industrial Battery Manufacturers"],"date":["2018-06-20"],"summary":["Chemical Agents Directive, protection of workers from exposure to lead"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["ec-person-cfb8d8d884367ef98b079fcd883ece7c89ec28e2","eu-tr-39573492614-61"]}} -{"id":"ec-meeting-2018-06-20-2d842a0f30e3805c414a922f378cd1cb98f70573","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-20 - Cabinet of Commissioner Violeta Bulc x Airlines for Europe"],"date":["2018-06-20"],"summary":["Meeitng with A4E CEOs"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-4d2b449b5047ea3fda435a2a1c1081e3babcdf76","ec-person-9d4dc4867a44dfe10f67ae7ee1706da3e8b48a24","eu-tr-807912421050-91"]}} -{"id":"ec-meeting-2018-06-20-41a2f231ab5df402eb0fbd5129842ec7aac1e796","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-20 - Cabinet of Vice-President Maroš Šefčovič x Bratislava Region Brussels Office"],"date":["2018-06-20"],"summary":["ENERGY UNION"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-939790514321-68","ec-person-af83ed49c403cb9d7ebfecca7893f0054c1f4be5"]}} -{"id":"ec-meeting-2018-06-20-4de082e80acc734fcd30bf86e45dfca639fb8ab7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-20 - Cabinet of Vice-President Maroš Šefčovič x Noble Energy"],"date":["2018-06-20"],"summary":["State of play East Mediterranian Gas Exploration"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-3bf48630444ace93d407e52eb880e64d480f75ce","eu-tr-780006923352-88"]}} -{"id":"ec-meeting-2018-06-20-4e4a8145fb44baeb05d39dac8f9d7bcf60de9504","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-20 - Cabinet of Commissioner Vytenis Andriukaitis x European Travel Retail Confederation"],"date":["2018-06-20"],"summary":["Labelling in different languages"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-b9c3f19e7c5f216e3e508f931ddd6a9cb59376d1","eu-tr-90905271757-87"]}} -{"id":"ec-meeting-2018-06-20-5045b405322eff6195603d3c2454649da4ca917a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-20 - Cabinet of Vice-President Neven Mimica x Intelsat S.A."],"date":["2018-06-20"],"summary":["Digital for Development, External Investment Plan, actions of Intelsat in developing countries"],"notes":["Portfolio: International Cooperation & Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-mimica-neven-of-president-vice"],"involved":["eu-tr-525372322558-96","ec-person-e90858f5aba78fd0e1cb2f757c3f38d55d91f98b"]}} -{"id":"ec-meeting-2018-06-20-768fdf5abe4c9e2080f87951f47bfef07ea1d848","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-20 - Cabinet of President Jean-Claude Juncker x Alecta pensionsförsäkring, ömsesidigt"],"date":["2018-06-20"],"summary":["Sustainable Finance"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-384084824013-75","ec-person-c402e34a99fbee730ae22e3b1958e21c94dc6fcc"]}} -{"id":"ec-meeting-2018-06-20-769d1dd4688796cb2c4599e5f880bae88eaa42cb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-20 - Cabinet of President Jean-Claude Juncker x European Film Agency Directors"],"date":["2018-06-20"],"summary":["Digital Single Market"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-67872aca57f8dfc132dbac47ff41bf9b60ba8ac5","eu-tr-430805515370-85"]}} -{"id":"ec-meeting-2018-06-20-82e12a6302a1d81e4d240be0908016c3f16e5359","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-20 - Cabinet of Commissioner Tibor Navracsics x European Arenas Association"],"date":["2018-06-20"],"summary":["onversations on areas of potential interest and to ensure best practice is followed as the EAA prepares to build representation and to offer its collective experience and expertise as a resource for the EU"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-49f31dad10f5641cb1d1e4c3107dd838389e8120","eu-tr-088905531785-87"]}} -{"id":"ec-meeting-2018-06-20-95f0e48691e7a717bba25708c737a740aefe7bf7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-20 - Cabinet of Commissioner Mariya Gabriel x Digital House of Europe"],"date":["2018-06-20"],"summary":["4LifeBox; Data protection; ePrivacy"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["ec-person-d995d34a2f8b1f0bf6a17486f5699181d6a01e1c","eu-tr-099668932471-08"]}} -{"id":"ec-meeting-2018-06-20-974c93c0234a41da7ad715692cdc03635456bf48","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-20 - Communications Networks, Content and Technology x Philips Lighting BV"],"date":["2018-06-20"],"summary":["Artificial Intelligence: the New Frontier in Healthcare’"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-255349024952-19","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2018-06-20-ae066501a3272768be4bd1ef169143ba86bfad32","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-20 - Cabinet of Commissioner Pierre Moscovici x European Film Agency Directors"],"date":["2018-06-20"],"summary":["Digital taxation"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["brussels"],"address":["brussels"],"addressEntity":["addr-e2daa1574b7ac475c827b33e281bd2d5e013c882"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["ec-person-1d299d025d2afdcba46db3d131b6197fab6e0c89","eu-tr-430805515370-85"]}} -{"id":"ec-meeting-2018-06-20-df3239887758c59581aae3e44f7a8cfd8bce7001","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-20 - Cabinet of Commissioner Phil Hogan x European Milk Board"],"date":["2018-06-20"],"summary":["Sustainable milk market situation"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-45338982456-46","ec-person-400dd8d59d3060187d9b9b143d697da1a3d03c12","ec-person-a1a78365cc4685b0958056646204977d8f2ead92"]}} -{"id":"ec-meeting-2018-06-20-e5e2f4a881fc86a739efa6e4e00c68417cae1f04","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-20 - Communications Networks, Content and Technology x Nokia"],"date":["2018-06-20"],"summary":["AI strategy"],"location":["Brusssels"],"address":["Brusssels"],"addressEntity":["addr-d87e4e3908f82473ed813ca5f132993797b061f4"],"organizer":["ec-dg-connect"],"involved":["eu-tr-35167875358-33","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2018-06-21-03ff9772c35f0a5d482167b83fea4e9efafd0076","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-21 - Cabinet of Commissioner Violeta Bulc x Athenora Consulting"],"date":["2018-06-21"],"summary":["Meeting with 5 CEO's on clean mobility"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-79628773-02","ec-person-4d2b449b5047ea3fda435a2a1c1081e3babcdf76","ec-person-9fddf13de7f65229b7da7c5b25dca1630cad3c48"]}} -{"id":"ec-meeting-2018-06-21-1287551c6c92874beb8cd65b3b04ed6872125956","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-21 - Cabinet of Vice-President Valdis Dombrovskis x Institutional Limited Partners Association (ILPA)"],"date":["2018-06-21"],"summary":["Cross-border distribution of funds proposal and Sustainable Finance"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-688571314594-79","ec-person-30d770ccd575865b3106f94220ce1ace16e48f1a"]}} -{"id":"ec-meeting-2018-06-21-14098a4c444e042fd222cb2195c1109997a5e29f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-21 - Cabinet of Vice-President Andrus Ansip x Infineon Technologies AG BANCO BILBAO VIZCAYA ARGENTARIA Deutsche Telekom Atos SE (France) Bayerische Motoren Werke Aktiengesellschaft Airbus Ericsson"],"date":["2018-06-21"],"summary":["Cybersecurity package"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-10751968675-85","eu-tr-2732167674-76","eu-tr-7193977808-18","eu-tr-02021363105-42","eu-tr-090350412968-04","ec-person-3ca0c466b8ff230d4409591430b388007ce14ff8","eu-tr-249876817241-03","eu-tr-60052162589-72"]}} -{"id":"ec-meeting-2018-06-21-1809eadb638e13c35e162754832622933d94f1ae","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-21 - Cabinet of Vice-President Andrus Ansip x European Cyber Security Organisation"],"date":["2018-06-21"],"summary":["Cybersecurity"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-3ca0c466b8ff230d4409591430b388007ce14ff8","eu-tr-684434822646-91","ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0"]}} -{"id":"ec-meeting-2018-06-21-386d3618077638fdf7e6dfda24050f21e2b2f711","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-21 - Environment x Rio Tinto"],"date":["2018-06-21"],"summary":["Sustainable Development, circular economy and chemicals policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-env"],"involved":["eu-tr-627987212276-53","ec-person-3bc74ce04ea3f4ab4d91a5c88eef25b8b8a213b4"]}} -{"id":"ec-meeting-2018-06-21-3fea2566630ba223b6985eb417f233480c196d5b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-21 - Cabinet of Commissioner Elżbieta Bieńkowska x Cummins Ltd."],"date":["2018-06-21"],"summary":["CO2 standards for heavy duty vehicles, clean diesel, low emission mobility"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-05098847384-21","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2018-06-21-5d06d9f634ef449b0c4ad418f126e01f3aa826d9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-21 - Financial Stability, Financial Services and Capital Markets Union x Euroclear SA/NV"],"date":["2018-06-21"],"summary":["European Post-trade Forum, CSD Regulation, Brexit"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-88290282308-75","ec-person-bdee7a93f95c8ef05079539170139b3c02e8ed96"]}} -{"id":"ec-meeting-2018-06-21-60ae8fa14c7f8fa7d9a7e27ecbd64d94323e4942","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-21 - Cabinet of Commissioner Mariya Gabriel x Danone"],"date":["2018-06-21"],"summary":["Rencontres franco-allemandes d'Evian"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["ec-person-d995d34a2f8b1f0bf6a17486f5699181d6a01e1c","eu-tr-65744846168-89"]}} -{"id":"ec-meeting-2018-06-21-6457ae6b348d4ec1bb9777236ac0b879b4a81c1b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-21 - Cabinet of Commissioner Mariya Gabriel x PRAGMATA SRL"],"date":["2018-06-21"],"summary":["Skills and Industrialisation"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-547986912021-05","ec-person-13ac9a19d8d04f97c0d32603d014df0dd4e1cd2a"]}} -{"id":"ec-meeting-2018-06-21-65d9d1d9077cf89aa1068e3639ac752ae68d2c04","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-21 - Cabinet of First Vice-President Frans Timmermans x Straw by Straw"],"date":["2018-06-21"],"summary":["discussion on single use plastics"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels, BERL"],"address":["Brussels, BERL"],"addressEntity":["addr-3c3fa5f92474ebac668808553fbab6d1c14aa243"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-541434631809-10","ec-person-966667b73d92624be9bb019c2baab7e52331b3d3"]}} -{"id":"ec-meeting-2018-06-21-662df996b49335fef7a354c9e33ee11605915bae","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-21 - Cabinet of Commissioner Violeta Bulc x Cummins Ltd."],"date":["2018-06-21"],"summary":["Environmental and clean mobility topics"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-05098847384-21","ec-person-9fddf13de7f65229b7da7c5b25dca1630cad3c48"]}} -{"id":"ec-meeting-2018-06-21-71cd65623f0c0d1015875df83ee1511dd7d3a974","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-21 - Cabinet of Vice-President Maroš Šefčovič x Volkswagen Aktiengesellschaft"],"date":["2018-06-21"],"summary":["Situation of European car manufacturer sector"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-3bf48630444ace93d407e52eb880e64d480f75ce","eu-tr-6504541970-40"]}} -{"id":"ec-meeting-2018-06-21-7e97902d15b8ec0e7369fa2dac350bd825a1115c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-21 - Cabinet of Commissioner Margrethe Vestager x UBS Group AG"],"date":["2018-06-21"],"summary":["EU Current Affairs"],"notes":["Portfolio: Competition"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-margrethe-of-vestager"],"involved":["ec-person-baa1c172df109ebd1f0307bccb5e21aec66c7a25","eu-tr-365453815252-29"]}} -{"id":"ec-meeting-2018-06-21-7ef3b8aa3ce53737185e4fd9c06e2b73538f2c26","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-21 - Cabinet of Commissioner Tibor Navracsics x FIBA Europe e.V."],"date":["2018-06-21"],"summary":["exchange of views about the European sports model and their concerns over the impact that elite sports may currently have on the latter"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Bruxelles"],"address":["Bruxelles"],"addressEntity":["addr-b58f5927b66d94a676970dc048485d4c6848f272"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-49f31dad10f5641cb1d1e4c3107dd838389e8120","eu-tr-448636429336-13"]}} -{"id":"ec-meeting-2018-06-21-87125c3dc462aa4ac267af6d42cecd9876180e83","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-21 - Communications Networks, Content and Technology x ERNIEAPP LTD"],"date":["2018-06-21"],"summary":["ePrivacy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-588975328336-69","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2018-06-21-9a4bc010287ac702f10b8163b11d19feb248ef78","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-21 - Cabinet of Commissioner Elżbieta Bieńkowska x Autotuojat ja -teollisuus ry Blic Oy"],"date":["2018-06-21"],"summary":["finnish initiative of small passenger cars w speed limitors for young drivers"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-687078815005-93","eu-tr-348813031337-36","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2018-06-21-b8b08125ca890f961b7904564145a3e6dfaa78a4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-21 - Cabinet of Commissioner Marianne Thyssen x CONFCOMMERCIO - IMPRESE PER L'ITALIA"],"date":["2018-06-21"],"summary":["Autorità Europea del Lavoro, alla proposta di condizioni trasparenti e prevedibili e alla proposta sulla work-life balance"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["eu-tr-04877777421-88","ec-person-5a49eb89125b4b5d1125b3925bbb64aba1bea2b3"]}} -{"id":"ec-meeting-2018-06-21-bb84a5a831ae4fcf1c83e99f863b74157d775e5a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-21 - Climate Action x Shell Companies"],"date":["2018-06-21"],"summary":["Exchange views on long-term developments with regard to energy and climate"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-clima"],"involved":["ec-person-9c5c685692a09a77f2bc8ae9c05663b87cd75aae","eu-tr-05032108616-26"]}} -{"id":"ec-meeting-2018-06-21-bbcf04f8b9f7bbb30fa9698a241b7eb8514318d1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-21 - Cabinet of Commissioner Carlos Moedas x FUNDAÇÃO CALOUSTE GULBENKIAN"],"date":["2018-06-21"],"summary":["Horizon Europe/Opening up to partnership with foundations"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Lisbon"],"address":["Lisbon"],"addressEntity":["addr-848652ee3980a189b8c12a7aa6d35f433633e2ba"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["eu-tr-946005928305-23","ec-person-23980b2bc4fd9c82051d0f7888dc236b2f764866"]}} -{"id":"ec-meeting-2018-06-21-c18b5456bbe505e1c2ca43e185bceccfd24d9a47","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-21 - Research and Innovation x European Road Transport Research Advisory Council"],"date":["2018-06-21"],"summary":["Transport research"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-rtd"],"involved":["eu-tr-855647016671-07","ec-person-1d348f33395de0ea6773a7b4ae8797e3e0392f73"]}} -{"id":"ec-meeting-2018-06-21-c67b742207a70df697a0d7a2a119f6f8fff2fff7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-21 - Cabinet of Vice-President Valdis Dombrovskis x Institutional Money Market Funds Association"],"date":["2018-06-21"],"summary":["MMF Regulation"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-30d770ccd575865b3106f94220ce1ace16e48f1a","eu-tr-525785119947-01"]}} -{"id":"ec-meeting-2018-06-21-ea01ff74d92049e8e6a64d96dc6b3be3d69ef1f3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-21 - Cabinet of Commissioner Violeta Bulc x Hume Brophy"],"date":["2018-06-21"],"summary":["Meeting with Dublin Airport Authority"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-3843982938-44","ec-person-9d4dc4867a44dfe10f67ae7ee1706da3e8b48a24"]}} -{"id":"ec-meeting-2018-06-22-14d86fa7ffad77bad7cb69a735b44369918e95b7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-22 - Cabinet of Commissioner Věra Jourová x CNC - Communications & Network Consulting AG"],"date":["2018-06-22"],"summary":["Consumers and digital content"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-a2ca9161feee56909a0e98b473c2d342c20fdb57","ec-person-a608b85b2ffef83f883b5a2330b6232efa1b7141","eu-tr-937926728846-33"]}} -{"id":"ec-meeting-2018-06-22-271526720dab2e89d6c884a40e00945ebc9b5d02","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-22 - Research and Innovation x University of Ulm, Institute for Complex Quantum Systems"],"date":["2018-06-22"],"summary":["Quantum Technologies"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-rtd"],"involved":["eu-tr-975691716328-53","ec-person-1d348f33395de0ea6773a7b4ae8797e3e0392f73"]}} -{"id":"ec-meeting-2018-06-22-32e491c2af19beab56f2d358b93b0d7d0285f47d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-22 - Cabinet of Commissioner Carlos Moedas x Europa Insights"],"date":["2018-06-22"],"summary":["Patents and innovation support"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-b8d49828915f9008e764a78796d47ea00807a658","eu-tr-578630818521-25"]}} -{"id":"ec-meeting-2018-06-22-550ce693203f830372c953320fed5f55d176cb85","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-22 - Cabinet of Commissioner Marianne Thyssen x EUROCHAMBRES – Association of European Chambers of Commerce and Industry"],"date":["2018-06-22"],"summary":["Declaration of Entrepreneurial Rights"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["BERl"],"address":["BERl"],"addressEntity":["addr-00679badaf75b30b0b248ea40c989984afa5cc70"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["ec-person-5a49eb89125b4b5d1125b3925bbb64aba1bea2b3","eu-tr-0014082722-83"]}} -{"id":"ec-meeting-2018-06-22-5f9def1cbbda6e5a9579c229de47cb4b06e74950","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-22 - Communications Networks, Content and Technology x QUALCOMM Incorporated"],"date":["2018-06-22"],"summary":["Quantum technologies"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-00358442856-45","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2018-06-22-65632f22d7dfa4d3be86fcb6586d509663b8da3e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-22 - Cabinet of Vice-President Valdis Dombrovskis x EUROCHAMBRES – Association of European Chambers of Commerce and Industry"],"date":["2018-06-22"],"summary":["Discussion on the Eurochambres' declaration of Entrepreneurial Rights"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-0014082722-83","ec-person-51a67cf3e19a8853620326cd57fd7e9750b2c9d7"]}} -{"id":"ec-meeting-2018-06-22-787a267d5dfee9a1df6bb64d260dd3714fcab799","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-22 - Cabinet of Vice-President Karmenu Vella x Association of National Organisations of Fishing Enterprises in the European Union"],"date":["2018-06-22"],"summary":["Marine plastic litter, lost fishing gear"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["ec-person-4ff7c27445db4ad88e687776974fd8d077a1fe0c","ec-person-2966d69fae0ea4e67f3f2df5a743cc766267d3c8","eu-tr-2312395253-25"]}} -{"id":"ec-meeting-2018-06-22-7ec888de5584905e52837f329496cb2f304ec5b5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-22 - Cabinet of Vice-President Cecilia Malmström x Médecins Sans Frontières International"],"date":["2018-06-22"],"summary":["EU-India negotiations + trade with medicines in that context"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-20ded9db5df11164331bb161fdf234b1e5ad53fd","ec-person-ce1312d2a248f71fe74eed58aa5915cfa445bbba","eu-tr-928308827208-10"]}} -{"id":"ec-meeting-2018-06-22-8830b1e957e9f45c2976cb76185b95b9ef3b7c6b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-22 - Cabinet of President Jean-Claude Juncker x European Round Table for Industry"],"date":["2018-06-22"],"summary":["Follow-up 19 June 2018"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-67872aca57f8dfc132dbac47ff41bf9b60ba8ac5","eu-tr-25487567824-45"]}} -{"id":"ec-meeting-2018-06-22-9cea063d6d62635b38260c32d7de7ee2e9a00d5f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-22 - Cabinet of Vice-President Günther Oettinger x Friends of Europe"],"date":["2018-06-22"],"summary":["Future of Europe"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["ec-person-b17d355ca19058898aba2ec032de59f8701d47f5","eu-tr-99436366768-45"]}} -{"id":"ec-meeting-2018-06-22-ad319733505b4aa8e302e04cf397c2f6d3b3978d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-22 - Cabinet of Commissioner Carlos Moedas x GLOBAL HEALTH ADVOCATES"],"date":["2018-06-22"],"summary":["Civil society reaction to Horizon Europe pillar structure"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-0a716bf5253e913fc40ebf14c12f30dc2e7a06ee","eu-tr-07720398190-53"]}} -{"id":"ec-meeting-2018-06-22-c4a474bfc76a0276c6ce89f0ea0e8d9624fa8831","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-22 - Cabinet of Commissioner Věra Jourová x AT&T, Inc."],"date":["2018-06-22"],"summary":["GDPR"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["eu-tr-92442218459-37","ec-person-3269ef00f0778677e6f4c8e0f72ce019084206fb"]}} -{"id":"ec-meeting-2018-06-22-d824b3b6b0e9503f0b9554b9abf9ad022ca9518d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-22 - Cabinet of Commissioner Margrethe Vestager x Fagligt Fælles Forbund"],"date":["2018-06-22"],"summary":["EU Current Affairs"],"notes":["Portfolio: Competition"],"location":["Copenhagen, Denmark"],"address":["Copenhagen, Denmark"],"addressEntity":["addr-037407970050e97c761587d63aacfaeb126cab45"],"organizer":["ec-cabinet-commissioner-margrethe-of-vestager"],"involved":["ec-person-baa1c172df109ebd1f0307bccb5e21aec66c7a25","eu-tr-790395022789-84"]}} -{"id":"ec-meeting-2018-06-22-dc0206809903797e64e1726f9ba0e04c862f2ce2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-22 - Directorate-General for International Partnerships x International Crisis Group"],"date":["2018-06-22"],"summary":["General exchange of views and discussion on issues of mutual interest"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-intpa"],"involved":["eu-tr-72899131664-09","ec-person-05c4477b89b93e7969f12d89b38f77fedce5876f"]}} -{"id":"ec-meeting-2018-06-22-ede99cbdd983cff7b9cb8040d8781678aef53b6e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-22 - Cabinet of Vice-President Cecilia Malmström x Metal Packaging Europe External Affairs ASBL"],"date":["2018-06-22"],"summary":["Steel tariffs and safeguards"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-20ded9db5df11164331bb161fdf234b1e5ad53fd","eu-tr-867965517169-77"]}} -{"id":"ec-meeting-2018-06-25-0b197dc0d1d1b35c9abc5b3d7e2cd69e6eb256ba","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-25 - Cabinet of Vice-President Valdis Dombrovskis x Associazione Industriale Lombarda dei territori di Milano, Lodi, Monza e Brianza, Pavia"],"date":["2018-06-25"],"summary":["Sustainable Finance"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-996649622482-55","ec-person-30d770ccd575865b3106f94220ce1ace16e48f1a"]}} -{"id":"ec-meeting-2018-06-25-554312ed00a45da771ce515cd7e3b68545099fd2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-25 - Cabinet of Vice-President Günther Oettinger x Zentralverband des Deutschen Handwerks e.V."],"date":["2018-06-25"],"summary":["Future of Europe"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-5189667783-94","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2018-06-25-5580112d32951627e0d8aad9115cb6ba75c3382e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-25 - Internal Market, Industry, Entrepreneurship and SMEs x European Association of Research and Technology Organisations"],"date":["2018-06-25"],"summary":["EU industrial policy and innovation policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-grow"],"involved":["eu-tr-48918086666-95","ec-person-60a3d0d628d231b41af1d0c65607b0fd78ca4edc"]}} -{"id":"ec-meeting-2018-06-25-56cf901b4fe21dc815d2f48be57eeeee4c1d3c45","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-25 - Cabinet of Commissioner Elżbieta Bieńkowska x G Plus Ltd (t/a Portland) LEVA-EU vzw"],"date":["2018-06-25"],"summary":["electromobility"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-328705327518-72","eu-tr-7223777790-86","ec-person-b2f9be51339f054477846797e2c119fcf16548fc","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2018-06-25-60cbf3daf73d9804882b2d899be808fe15d14d7f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-25 - Cabinet of Commissioner Christos Stylianides x Kumquat Consult"],"date":["2018-06-25"],"summary":["Medical care to war victims -"],"notes":["Portfolio: Humanitarian Aid & Crisis Management"],"location":["brussels"],"address":["brussels"],"addressEntity":["addr-e2daa1574b7ac475c827b33e281bd2d5e013c882"],"organizer":["ec-cabinet-christos-commissioner-of-stylianides"],"involved":["eu-tr-901671113917-43","ec-person-4424ecf39f7c6c9e4022ac46c71d81b0464ae6a5"]}} -{"id":"ec-meeting-2018-06-25-60fc1d0a4c13ca7ff9add51e27ae02aff3fb58d8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-25 - Cabinet of Vice-President Cecilia Malmström x Saab AB"],"date":["2018-06-25"],"summary":["Threat on tariffs in United Stated"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-20ded9db5df11164331bb161fdf234b1e5ad53fd","eu-tr-86477889163-49"]}} -{"id":"ec-meeting-2018-06-25-6c26a6e9f8bbb76c4f5767f2efefa228a837b718","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-25 - Cabinet of First Vice-President Frans Timmermans x Lidl"],"date":["2018-06-25"],"summary":["discussion on the implementation of the Plastic Strategy"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels, BERL"],"address":["Brussels, BERL"],"addressEntity":["addr-3c3fa5f92474ebac668808553fbab6d1c14aa243"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-480098310579-04","ec-person-8d1c5ff76a431332387aa10936b0bff13f7d71fd"]}} -{"id":"ec-meeting-2018-06-25-6ebb35e5cd5119128bc181ae53fd4e14fca8b897","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-25 - Energy x Conférence des Régions Périphériques Maritimes d'Europe (CRPM)"],"date":["2018-06-25"],"summary":["clean energy transition"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-5546423688-07","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2018-06-25-95a8def48d5941e590234ae704a38df4c9135e8b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-25 - Cabinet of Commissioner Věra Jourová x Amazon Europe Core SARL eBay EU liaison office Alibaba Group Holding Limited"],"date":["2018-06-25"],"summary":["Voluntary commitment on product safety"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-a608b85b2ffef83f883b5a2330b6232efa1b7141","ec-person-a2ca9161feee56909a0e98b473c2d342c20fdb57","eu-tr-204066023415-46","eu-tr-366117914426-10","eu-tr-40386322300-77","ec-person-3269ef00f0778677e6f4c8e0f72ce019084206fb"]}} -{"id":"ec-meeting-2018-06-25-a4d9e8a17723cb5734006ec2a2f7ead35eb60161","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-25 - Cabinet of Commissioner Christos Stylianides x Deutsche Gesellschaft für Internationale Zusammenarbeit (GIZ) GmbH"],"date":["2018-06-25"],"summary":["Humanitarian Aid"],"notes":["Portfolio: Humanitarian Aid & Crisis Management"],"location":["Bruessel"],"address":["Bruessel"],"addressEntity":["addr-21a829e05e8b03d1060c7d526a913f69cc30e002"],"organizer":["ec-cabinet-christos-commissioner-of-stylianides"],"involved":["ec-person-cdd689bd079714522dad472ea4446b0fcc660d8f","eu-tr-78346836208-90","ec-person-34409381bed36941005c31d0165bac17f74a89d1"]}} -{"id":"ec-meeting-2018-06-25-b0f81b40aa0e2fe7ddc7d1f9bc081b69f2fc13d7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-25 - Cabinet of President Jean-Claude Juncker x Association relative à la télévision européenne"],"date":["2018-06-25"],"summary":["Digital Single Market"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-447494115294-30","ec-person-67872aca57f8dfc132dbac47ff41bf9b60ba8ac5"]}} -{"id":"ec-meeting-2018-06-25-bbe75988b91f4983869f66870a91117ca5a26feb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-25 - Cabinet of Vice-President Günther Oettinger x Wirtschaftsvereinigung Stahl"],"date":["2018-06-25"],"summary":["FP9"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-75755621888-61","ec-person-55a0b11edfe9b0b76e526f72b1ec2e9f2f74d5bc"]}} -{"id":"ec-meeting-2018-06-25-beb50f9adf4137bed9ff984ca6d91a91e010e598","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-25 - Cabinet of Commissioner Tibor Navracsics x GÉANT Association"],"date":["2018-06-25"],"summary":["GEANT network and education"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["eu-tr-435792917444-12","ec-person-33076d1a800ce856f29bbab43813a5a80eef2da0"]}} -{"id":"ec-meeting-2018-06-25-c93b70a38f356236e9511744c71bac98edf66bef","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-25 - Cabinet of Commissioner Julian King x Microsoft Corporation"],"date":["2018-06-25"],"summary":["Cybersecurity"],"notes":["Portfolio: Security Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-julian-king-of"],"involved":["eu-tr-0801162959-21","ec-person-8534d5829e2b89b2389ad8651205fee73503f559"]}} -{"id":"ec-meeting-2018-06-25-cfd1e560280225434eaf49996cfdcfbfc08e1197","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-25 - Cabinet of Vice-President Valdis Dombrovskis x NASDAQ AS LHV Pank"],"date":["2018-06-25"],"summary":["CMU, MIFID II, Indexing Challenges for Small Markets"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Riga"],"address":["Riga"],"addressEntity":["addr-e98260de43e8b705667726783aef78b8badb67e7"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-76648765687-29","eu-tr-449511822591-64","ec-person-a9eda2e8ea54b70a968327672c6cada679d3cd56"]}} -{"id":"ec-meeting-2018-06-25-d6a6495e9b87c484874618236419279fbcef1a27","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-25 - Cabinet of Commissioner Mariya Gabriel x Siemens AG"],"date":["2018-06-25"],"summary":["eHealth"],"notes":["Portfolio: Digital Economy and Society"],"location":["Sofia"],"address":["Sofia"],"addressEntity":["addr-dc81691d3f747a7e7d4cbe0a008c6345a5438415"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-4266797770-31","ec-person-1674399a793e9e6fd7cf55b525515fc862fc9351"]}} -{"id":"ec-meeting-2018-06-25-f0393f299ea14049e6e3f5cf0acaf8833fafa04c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-25 - Cabinet of Vice-President Maroš Šefčovič x Euroheat & Power"],"date":["2018-06-25"],"summary":["RES DIRECTIVE"],"notes":["Portfolio: Energy Union"],"location":["BRUSSELS - BELGIUM"],"address":["BRUSSELS - BELGIUM"],"addressEntity":["addr-3eaed18b47912f0e6a570cd0a587e76c4b1a0df0"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-88457577025-19","ec-person-e74918e8eb8a9ef96da8cb06c0eae7ac5080d822"]}} -{"id":"ec-meeting-2018-06-25-ff51428f4fd0ddddab7df665ec920e7b17a98468","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-25 - Cabinet of Vice-President Valdis Dombrovskis x Luminor Bank AS"],"date":["2018-06-25"],"summary":["Banking Union, MIFID II, financial markets developments in Baltics, AML challenges in Latvia"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Riga"],"address":["Riga"],"addressEntity":["addr-e98260de43e8b705667726783aef78b8badb67e7"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-235108931815-73","ec-person-a9eda2e8ea54b70a968327672c6cada679d3cd56"]}} -{"id":"ec-meeting-2018-06-26-018fd72057b54300ac243db7e78f499da2511e2a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-26 - Cabinet of Vice-President Maroš Šefčovič x ASD-Eurospace"],"date":["2018-06-26"],"summary":["SPACE POLICY"],"notes":["Portfolio: Energy Union"],"location":["BRUSSELS - BELGIUM"],"address":["BRUSSELS - BELGIUM"],"addressEntity":["addr-3eaed18b47912f0e6a570cd0a587e76c4b1a0df0"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-873508417106-05","ec-person-e74918e8eb8a9ef96da8cb06c0eae7ac5080d822"]}} -{"id":"ec-meeting-2018-06-26-050488195e1fce516c64472a1d881477c8d57317","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-26 - Cabinet of Vice-President Jyrki Katainen x UPM-Kymmene Oyj"],"date":["2018-06-26"],"summary":["Bio based industries"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-861194311863-31","ec-person-ccd2797b568cba38993df7d1dcc985dbc1eb439a"]}} -{"id":"ec-meeting-2018-06-26-2a7d0248ea25dee2b9ef4f462f219f43d78ef331","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-26 - Cabinet of Commissioner Elżbieta Bieńkowska x Business Bridge Europe"],"date":["2018-06-26"],"summary":["space conference"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["ec-person-685ecf13dd26cd515c961e24ba71049af2302c5e","ec-person-d2997a7f359c91a337055c3e24dd36bf928de38d","eu-tr-72856225852-31"]}} -{"id":"ec-meeting-2018-06-26-315a8cb7d184bbc3806bd25f3ae958559b077725","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-26 - Cabinet of Commissioner Tibor Navracsics x Fédération Internationale de l'Automobile"],"date":["2018-06-26"],"summary":["Agreement FIA and Pledge to implement Good governance in sport"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Bruxelles"],"address":["Bruxelles"],"addressEntity":["addr-b58f5927b66d94a676970dc048485d4c6848f272"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["eu-tr-84839535366-67","ec-person-dc2e0fed0fdf39a6a3f3ad63355c5215599de9d1"]}} -{"id":"ec-meeting-2018-06-26-3f27b464ffb2964c676c1843b742f7b0a8477a39","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-26 - Joint Research Centre x Association of Industry, Agriculture and Services"],"date":["2018-06-26"],"summary":["Meeting with Ms Mamrillova representing Association of Industry, Agriculture and Services and one of is members- Envien Group, active in the production of biofuels, to exchange views regarding the EU approach o 2nd Generation and Advanced Biofuels made from non-food feedstocks and the underpinning JRC research in the area."],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-jrc"],"involved":["ec-person-b3e6b7a4bd40eead1b939244f1cb4e9bdaf65f46","eu-tr-647256226892-23"]}} -{"id":"ec-meeting-2018-06-26-448f6be4bb0f9e529a8b95b7c038684480706244","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-26 - Cabinet of Commissioner Elżbieta Bieńkowska x Leonardo S.p.A."],"date":["2018-06-26"],"summary":["space/defence"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["ec-person-685ecf13dd26cd515c961e24ba71049af2302c5e","eu-tr-02550382403-01"]}} -{"id":"ec-meeting-2018-06-26-589bfb84ba7c875ea7b13acf4bbea070071e1e82","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-26 - Cabinet of Vice-President Karmenu Vella x European Community Shipowner's Associations"],"date":["2018-06-26"],"summary":["International ocean governance/BBNJ"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["ec-person-6092d9ab71cd7a84d2110b843c9313a0a02a7c45","eu-tr-59004966537-01","ec-person-2966d69fae0ea4e67f3f2df5a743cc766267d3c8"]}} -{"id":"ec-meeting-2018-06-26-611787024d744d2889fd5755ec09c4966cf248a4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-26 - Maritime Affairs and Fisheries x Cooperatie Kottervisserij Nederland (VisNed)"],"date":["2018-06-26"],"summary":["Landing Obligation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-mare"],"involved":["ec-person-a7b4b8418268a6d6c196b5e45f606fc92acbdb8c","eu-tr-999937013620-15"]}} -{"id":"ec-meeting-2018-06-26-6239ec9eb6535427868cceacbacda06c4767c527","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-26 - Cabinet of Commissioner Elżbieta Bieńkowska x RENAULT Association des Constructeurs Européens d'Automobiles Opel Automobile GmbH"],"date":["2018-06-26"],"summary":["steel safeguard"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-0649790813-47","ec-person-b2f9be51339f054477846797e2c119fcf16548fc","eu-tr-6781451805-03","eu-tr-946343776-69","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2018-06-26-6461d9874e1c55824cc7c352ae4b952c5c5b08ae","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2018-06-26 - Cabinet of Commissioner Phil Hogan x Banking & Payments Federation Ireland"],"date":["2018-06-26"],"summary":["Brexit"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-981559116223-93","ec-person-7d3caa534e5cdda6d5b949bd4b2def39356e3bec"]}} -{"id":"ec-meeting-2018-06-26-6b663a3e8c89676f5b78f6f4c444f042b43c5629","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-26 - Cabinet of President Jean-Claude Juncker x Managed Funds Association"],"date":["2018-06-26"],"summary":["Capital Markets Union"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-c402e34a99fbee730ae22e3b1958e21c94dc6fcc","eu-tr-041415315167-65"]}} -{"id":"ec-meeting-2018-06-26-7073205a0fa27bdcc3040dedb968459c96f2392c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-26 - Climate Action x Stichting European Climate Foundation"],"date":["2018-06-26"],"summary":["Exchange of views on COP24 and mid-century strategy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-clima"],"involved":["ec-person-9c5c685692a09a77f2bc8ae9c05663b87cd75aae","eu-tr-64869491516-70"]}} -{"id":"ec-meeting-2018-06-26-71b41a87bf129d72277938618a43b6d30aa59993","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-26 - Cabinet of Commissioner Carlos Moedas x Bill & Melinda Gates Foundation"],"date":["2018-06-26"],"summary":["Mission Innovation"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-0a716bf5253e913fc40ebf14c12f30dc2e7a06ee","ec-person-23980b2bc4fd9c82051d0f7888dc236b2f764866","eu-tr-371567915480-41"]}} -{"id":"ec-meeting-2018-06-26-8623647356ab8fc817f843f88939bd52cabde3b9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-26 - Cabinet of Vice-President Valdis Dombrovskis x Global Financial Markets Association"],"date":["2018-06-26"],"summary":["Brexit, Sustainable Finance and Cybersecurity"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-48f31156d932641826e09f5b73f074d35ff05786","eu-tr-898223513605-51","ec-person-537401fc0be04984531b83660f416bf2fe14fbd8"]}} -{"id":"ec-meeting-2018-06-26-90d2effc47c41f28eaac8077b72cb2da29c2047e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-26 - Cabinet of Vice-President Cecilia Malmström x Association des Constructeurs Européens d'Automobiles"],"date":["2018-06-26"],"summary":["US Section 232 / EU Safeguard investigation"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-20ded9db5df11164331bb161fdf234b1e5ad53fd","eu-tr-0649790813-47","ec-person-591ec829ca734bcfe59a2c9c7f07f9dff22a0ea9"]}} -{"id":"ec-meeting-2018-06-26-a9c444d40ae392083303e050714a123018379ba6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-26 - Cabinet of Vice-President Miguel Arias Cañete x Stichting European Climate Foundation"],"date":["2018-06-26"],"summary":["COP 24, 2050 Roadmap"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-64869491516-70","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd"]}} -{"id":"ec-meeting-2018-06-26-ab480ff5f39b3cb2cdb5ed6772572d760bdb3aef","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-26 - Cabinet of High Representative / Vice-President Federica Mogherini x FERROVIE DELLO STATO ITALIANE S.p.A."],"date":["2018-06-26"],"summary":["Latest developments in Iran"],"notes":["Portfolio: Foreign Affairs and Security Policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"involved":["ec-person-e03a77379f79ea00cf20048e42e8b0793bf62fa3","eu-tr-1954267427-31"]}} -{"id":"ec-meeting-2018-06-26-bc205350d41fe572ecfa6b6315fdeb9a99fc76e3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-26 - Climate Action x Fern"],"date":["2018-06-26"],"summary":["forest protection/restoration and the mid-century decarbonisation strategy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-clima"],"involved":["ec-person-9c5c685692a09a77f2bc8ae9c05663b87cd75aae","eu-tr-40538475090-82"]}} -{"id":"ec-meeting-2018-06-26-d397bd0f3f347c1328f420bc7b8b4fac36308df1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-26 - Cabinet of Commissioner Carlos Moedas x Confederazione Generale dell'Industria Italiana"],"date":["2018-06-26"],"summary":["Working breakfast on Horizon Europe"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-f7ccc3ad366dd2fdb24870e1c02ff2763539c82f","ec-person-2b4bb0b28e7435e5f612e44d9664dbd1051efc55","eu-tr-27762251795-15"]}} -{"id":"ec-meeting-2018-06-26-d7a70f06830e0d9cb12d69604f3fe8d7f91a38ce","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-26 - Inspire, Debate, Engage and Accelerate Action x Avaaz Foundation"],"date":["2018-06-26"],"summary":["Civil Society Outreach"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-dg-idea"],"involved":["eu-tr-475565317526-24","ec-person-4fe56a64c00b3e81c851b5538878b32481bd7d3c"]}} -{"id":"ec-meeting-2018-06-26-db500a44943d99ed8b181842b33eac33fdedc1bc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-26 - Directorate-General for International Partnerships x WWF European Policy Programme"],"date":["2018-06-26"],"summary":["report on successful WWF projects implemented with EU funding and discussion on issues of common interests such as climate change, biodiversity and Sustainable Development Goals"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-intpa"],"involved":["eu-tr-1414929419-24","ec-person-05c4477b89b93e7969f12d89b38f77fedce5876f"]}} -{"id":"ec-meeting-2018-06-26-e0a5feb203665f401f6c9aada66070ac5b346a89","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-26 - Cabinet of Commissioner Mariya Gabriel x Telekom Austria AG"],"date":["2018-06-26"],"summary":["Western Balkans Digital Agenda / Roaming roadmap"],"notes":["Portfolio: Digital Economy and Society"],"location":["Sofia"],"address":["Sofia"],"addressEntity":["addr-dc81691d3f747a7e7d4cbe0a008c6345a5438415"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["ec-person-1674399a793e9e6fd7cf55b525515fc862fc9351","eu-tr-99255639490-47"]}} -{"id":"ec-meeting-2018-06-26-f47b85dc4bcdd747cc1d7c4407a904d7cfddce35","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-26 - Cabinet of Commissioner Elżbieta Bieńkowska x Energy Technologies Europe"],"date":["2018-06-26"],"summary":["Present new European Power Plan Suppliers Association"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-18146381379-29","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2018-06-27-0640c37151c5b74e65cb2daa250c71c25d7ec2e4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-27 - Cabinet of First Vice-President Frans Timmermans x Vereniging VNO-NCW"],"date":["2018-06-27"],"summary":["Future of EU and institutional developments"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["ec-person-966667b73d92624be9bb019c2baab7e52331b3d3","eu-tr-13255254129-80"]}} -{"id":"ec-meeting-2018-06-27-0d051438a065a0828b5a335a7a53a980e49e67f4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-27 - Task Force for Relations with the United Kingdom x Vereniging VNO-NCW"],"date":["2018-06-27"],"summary":["Meeting with the Task Force for the Preparation and Conduct of the Negotiations with the United Kingdom under Article 50 TEU"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-uktf"],"involved":["ec-person-864cfa5fbc9b02a079ffbab1107f252c7bb08478","eu-tr-13255254129-80"]}} -{"id":"ec-meeting-2018-06-27-1292d16f3c81fefcd55cfba5258215d96a75e0d4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-27 - Cabinet of Commissioner Vytenis Andriukaitis x New Breeding Techniques Platform"],"date":["2018-06-27"],"summary":["New breeding techniques"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-b9c3f19e7c5f216e3e508f931ddd6a9cb59376d1","eu-tr-303808417118-14"]}} -{"id":"ec-meeting-2018-06-27-19e1b9239ab270ad80d7db7109133b583af95156","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-27 - Cabinet of High Representative / Vice-President Federica Mogherini x Associazione Bancaria Italiana"],"date":["2018-06-27"],"summary":["Banking Union"],"notes":["Portfolio: Foreign Affairs and Security Policy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"involved":["eu-tr-915519211566-03","ec-person-0d87d503aa00db1df141f3b1bfea3e0ccb43ece9"]}} -{"id":"ec-meeting-2018-06-27-276a1ba8752426083426dab425757c6cf4f68ebe","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-27 - Cabinet of Vice-President Valdis Dombrovskis x International Card Services BV Association of Credit Card Issuers in Europe Bureau Brussels Consulting"],"date":["2018-06-27"],"summary":["Fintech Action Plan and Transparency in currency convension"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-294184614400-57","eu-tr-10944091576-90","ec-person-537401fc0be04984531b83660f416bf2fe14fbd8","eu-tr-820392515049-25"]}} -{"id":"ec-meeting-2018-06-27-2b370dad50e7035a2eb3a17ccb3969aae30cbcda","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-27 - Cabinet of First Vice-President Frans Timmermans x Eurodiaconia"],"date":["2018-06-27"],"summary":["Implementation sustainability development goals"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-4293010684-55","ec-person-8d1c5ff76a431332387aa10936b0bff13f7d71fd"]}} -{"id":"ec-meeting-2018-06-27-420e5b638cc4dc7d3c4c5b61a2dc9f9311844f27","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-27 - Cabinet of Vice-President Valdis Dombrovskis x American Express Corporation"],"date":["2018-06-27"],"summary":["Cross-border payments and Dynamic Currency Conversion"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-671547715580-60","ec-person-537401fc0be04984531b83660f416bf2fe14fbd8"]}} -{"id":"ec-meeting-2018-06-27-4322c9bb2d4c146ca5d762123a55b35822913c9b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-27 - Cabinet of Commissioner Mariya Gabriel x Microsoft Corporation"],"date":["2018-06-27"],"summary":["Startups, Women in Digital, Innovation radar"],"notes":["Portfolio: Digital Economy and Society"],"location":["Sofia"],"address":["Sofia"],"addressEntity":["addr-dc81691d3f747a7e7d4cbe0a008c6345a5438415"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-0801162959-21","ec-person-1674399a793e9e6fd7cf55b525515fc862fc9351"]}} -{"id":"ec-meeting-2018-06-27-45f5ac3b5d34011ea715050c54efc2cad6a367b5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-27 - Cabinet of Commissioner Phil Hogan x Medicines for Ireland"],"date":["2018-06-27"],"summary":["Brexit"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-707803931884-58","ec-person-7d3caa534e5cdda6d5b949bd4b2def39356e3bec"]}} -{"id":"ec-meeting-2018-06-27-54a73bd0744a80ef9bc36e2b46d720f6396460de","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-27 - Cabinet of Vice-President Karmenu Vella x International Chamber of Shipping European Community Shipowner's Associations"],"date":["2018-06-27"],"summary":["Ocean Governance, UNCLOS BBNJ"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["eu-tr-90104608462-14","eu-tr-59004966537-01","ec-person-2966d69fae0ea4e67f3f2df5a743cc766267d3c8"]}} -{"id":"ec-meeting-2018-06-27-56a36aa920a9f19a46a86322b63440dac9ed818d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-27 - Cabinet of Commissioner Violeta Bulc x Airlines for America"],"date":["2018-06-27"],"summary":["Aviation issues"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-9d4dc4867a44dfe10f67ae7ee1706da3e8b48a24","eu-tr-78160685782-84"]}} -{"id":"ec-meeting-2018-06-27-5aa4b674e0c1768e2f8a5677c77f630484f9c798","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-27 - Cabinet of Commissioner Tibor Navracsics x European Trade Union Committee for Education"],"date":["2018-06-27"],"summary":["high-level meeting on the European Education Area"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["BRUSSELS"],"address":["BRUSSELS"],"addressEntity":["addr-f74337897287bf1b546f30505f5b1f693a87af50"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-dc2e0fed0fdf39a6a3f3ad63355c5215599de9d1","eu-tr-72197913011-06"]}} -{"id":"ec-meeting-2018-06-27-65fad9937f9f0caf6a3f5074bd9852f9228558e1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-27 - Cabinet of Vice-President Andrus Ansip x Meetic Group, A Match Group Company"],"date":["2018-06-27"],"summary":["Platforms, tackling illegal content online"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-694419028666-26","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45"]}} -{"id":"ec-meeting-2018-06-27-741a0f044afdca5fe52ce2edad4a7e592c23eb77","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-27 - Communications Networks, Content and Technology x KfW Bankengruppe"],"date":["2018-06-27"],"summary":["InvestEU proposal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-79019799690-13","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2018-06-27-822bfe94653493bd0836650fb7513901157bacbf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-27 - Cabinet of Commissioner Mariya Gabriel x Huawei Technologies"],"date":["2018-06-27"],"summary":["Startups, Women in Digital, Innovation radar"],"notes":["Portfolio: Digital Economy and Society"],"location":["Sofia"],"address":["Sofia"],"addressEntity":["addr-dc81691d3f747a7e7d4cbe0a008c6345a5438415"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["ec-person-1674399a793e9e6fd7cf55b525515fc862fc9351","eu-tr-114467111412-38"]}} -{"id":"ec-meeting-2018-06-27-85334f9b4d157c2ec4cf9583432197bb764c1618","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-27 - Mobility and Transport x Airlines for America"],"date":["2018-06-27"],"summary":["update on aviation issues"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-move"],"involved":["ec-person-26cdfacae671b09917bee1a91c91973941fa58a2","eu-tr-78160685782-84"]}} -{"id":"ec-meeting-2018-06-27-956bfaf9e1d178a9e18d9e83f0a500feb81b498f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-27 - Financial Stability, Financial Services and Capital Markets Union x International Swaps and Derivatives Association"],"date":["2018-06-27"],"summary":["CCPs, Brexit, EU Capital Requirements proposals, Cross-border regulation of derivatives business"],"location":["Paris"],"address":["Paris"],"addressEntity":["addr-22390ad11c32faec43fc61555b53607660b3c185"],"organizer":["ec-dg-fisma"],"involved":["ec-person-bdee7a93f95c8ef05079539170139b3c02e8ed96","eu-tr-46643241096-93"]}} -{"id":"ec-meeting-2018-06-27-958b34e5fb6d5f3ef6575eaa2149483ad7281975","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-27 - Cabinet of Vice-President Jyrki Katainen x IP Europe VZW"],"date":["2018-06-27"],"summary":["IP protection under the current and next MFF"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-562316318576-78","ec-person-81b1dda49062e5dac42bdad9273fa72968a2c325","ec-person-c3d85c41b6b842aae5c953d41fda5f240a5d0969"]}} -{"id":"ec-meeting-2018-06-27-982d80e4466019e633763319b181d75cb2a0e38d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-27 - Cabinet of Commissioner Phil Hogan x Fédération nationale des sociétés d'aménagement foncier et d'établissement rural"],"date":["2018-06-27"],"summary":["Futur de la PAC"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-455544031857-79","ec-person-428cf365f3847d04012831ef2642a1a69aed518d"]}} -{"id":"ec-meeting-2018-06-27-ad59487d45e0ce1e123e1131d128a68a120be56c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-27 - Cabinet of Commissioner Christos Stylianides x International Rescue Committee Inc"],"date":["2018-06-27"],"summary":["Exchange of views on the humanitarian situation in Bangladesh and the Rohingya refugee response"],"notes":["Portfolio: Humanitarian Aid & Crisis Management"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-cabinet-christos-commissioner-of-stylianides"],"involved":["ec-person-08c677aa002baa9f95be8a2d0aa3b89875e2badf","eu-tr-66790095679-26"]}} -{"id":"ec-meeting-2018-06-27-b9300454e6c1f8edc3376a937be4419945944632","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-27 - Cabinet of President Jean-Claude Juncker x Skane European Office"],"date":["2018-06-27"],"summary":["Speech on MFF"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-264715410758-45","ec-person-c402e34a99fbee730ae22e3b1958e21c94dc6fcc"]}} -{"id":"ec-meeting-2018-06-27-c5bddb63ae086f3f15319a3ce39ca5e9833639ae","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-27 - Informatics x FIPRA International SRL Microsoft Corporation"],"date":["2018-06-27"],"summary":["Commisson Digital Strategy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-digit"],"involved":["eu-tr-0801162959-21","ec-person-32591d36027eb92a66b57d5bcc8c57d9574380b0","eu-tr-58746194306-23"]}} -{"id":"ec-meeting-2018-06-27-ca20b883695bec1c79e6d7762cb335e6124f94ca","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-27 - Climate Action x Equinor ASA"],"date":["2018-06-27"],"summary":["Carbon Capture and Storage (CCS) and Long-Term Strategy (LTS)"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-clima"],"involved":["ec-person-9c5c685692a09a77f2bc8ae9c05663b87cd75aae","eu-tr-4447605981-76"]}} -{"id":"ec-meeting-2018-06-27-d7577ae406041c784beeb3789db3b6a656e3ced5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-27 - Cabinet of Commissioner Věra Jourová x Cisco Systems Inc."],"date":["2018-06-27"],"summary":["GDPR, Privacy Shield"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-184e698af1eb9e33b179680570ca171d8cb31c94","eu-tr-494613715191-85"]}} -{"id":"ec-meeting-2018-06-27-d90c442c48fc4a2b03f8b6cd516d307e7f24dcab","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-27 - Cabinet of Commissioner Mariya Gabriel x Springer Nature AG & Co. KGaA"],"date":["2018-06-27"],"summary":["Open research"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["ec-person-fc1068d79545d1659bf47e9b62bfb0aed175629e","eu-tr-391575415702-29"]}} -{"id":"ec-meeting-2018-06-27-d91efc37da524fbbb0e7a4ce3bf04170e411a3ba","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-27 - Cabinet of Commissioner Julian King x Cisco Systems Inc."],"date":["2018-06-27"],"summary":["Cybersecurity"],"notes":["Portfolio: Security Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-julian-king-of"],"involved":["eu-tr-494613715191-85","ec-person-8534d5829e2b89b2389ad8651205fee73503f559"]}} -{"id":"ec-meeting-2018-06-27-e04cbbd80037f941b8746bfea94f83521780f099","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-27 - Cabinet of Vice-President Neven Mimica x Lumos Foundation"],"date":["2018-06-27"],"summary":["Meeting to follow up on the event that was co-organized by EC and Lumos"],"notes":["Portfolio: International Cooperation & Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-mimica-neven-of-president-vice"],"involved":["ec-person-b187f3955c71d2e1daa48e02fd0a09ab7c6f6098","eu-tr-849607914394-57"]}} -{"id":"ec-meeting-2018-06-27-f61e95bedcefb480c84926f42f019b7523f718f3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-27 - Cabinet of Vice-President Günther Oettinger x BASF SE"],"date":["2018-06-27"],"summary":["Industrial Policy"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-7410939793-88","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2018-06-27-fb072b072d0bee17a32b43ec238558729bbb4e35","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-27 - Cabinet of Commissioner Violeta Bulc x MARSH & McLENNAN COMPANIES FRANCE"],"date":["2018-06-27"],"summary":["Autonomous vehicles issues"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-117683115792-20","ec-person-be830229e281863b280fbdedb9755116218a1b6d"]}} -{"id":"ec-meeting-2018-06-28-0f8e97a8af3766a055516a5c190e9d2f8b09642e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-28 - Financial Stability, Financial Services and Capital Markets Union x Icelandic Financial Services Association"],"date":["2018-06-28"],"summary":["Courtesy meeting"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-021122227592-93","ec-person-bdee7a93f95c8ef05079539170139b3c02e8ed96"]}} -{"id":"ec-meeting-2018-06-28-10d00cc16544bf37d5dd32780079d5ddfee78d74","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-28 - Cabinet of Vice-President Karmenu Vella x Avaaz Foundation"],"date":["2018-06-28"],"summary":["Biodiversity, Ocean Governance"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["ec-person-9e282d5223d0f62146ce1013e2dac38adc89a4cf","eu-tr-475565317526-24","ec-person-bcbcecab9aa87f7138c7614fea5ae81e76a6b138","ec-person-2966d69fae0ea4e67f3f2df5a743cc766267d3c8"]}} -{"id":"ec-meeting-2018-06-28-11db03af27b463021c0a8ea6e0d5aef95732e891","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-28 - Cabinet of Vice-President Johannes Hahn x Ukrainian World Congress"],"date":["2018-06-28"],"summary":["Ukraine"],"notes":["Portfolio: European Neighbourhood Policy & Enlargement Negotiations"],"location":["BRUSSELS"],"address":["BRUSSELS"],"addressEntity":["addr-f74337897287bf1b546f30505f5b1f693a87af50"],"organizer":["ec-cabinet-hahn-johannes-of-president-vice"],"involved":["ec-person-14243ca3b6c9c0f57c03163cfda58dad2d75b681","eu-tr-674342920396-33"]}} -{"id":"ec-meeting-2018-06-28-133d61f7ef0e19f7c8d0e14a0bd709f4449137ae","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-28 - Cabinet of Commissioner Tibor Navracsics x EUROCHAMBRES – Association of European Chambers of Commerce and Industry"],"date":["2018-06-28"],"summary":["Declaration of Entrepreneurial Rights"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Bruxelles"],"address":["Bruxelles"],"addressEntity":["addr-b58f5927b66d94a676970dc048485d4c6848f272"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-dc2e0fed0fdf39a6a3f3ad63355c5215599de9d1","eu-tr-0014082722-83"]}} -{"id":"ec-meeting-2018-06-28-2f03438ad049b3837cbd6a4368a45cee54a0ebc1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-28 - Mobility and Transport x Hyperloop Technology, Inc."],"date":["2018-06-28"],"summary":["standards and certification"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-move"],"involved":["eu-tr-141943922230-37","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2018-06-28-392d2e9fa3e2a3c1e031fdd779c83d6c4bd9efa2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-28 - Cabinet of President Jean-Claude Juncker x European Savings and Retail Banking Group"],"date":["2018-06-28"],"summary":["ESBG Retail Banking Lunch"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-c402e34a99fbee730ae22e3b1958e21c94dc6fcc","eu-tr-8765978796-80"]}} -{"id":"ec-meeting-2018-06-28-60349f42a35966a8fed7ed998da306928ea956f5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-28 - Cabinet of Vice-President Valdis Dombrovskis x Fédération bancaire française"],"date":["2018-06-28"],"summary":["Transposition of Basel III - Banking package - Banking Union - Capital markets union"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-48f31156d932641826e09f5b73f074d35ff05786","ec-person-a9eda2e8ea54b70a968327672c6cada679d3cd56","eu-tr-09245221105-30"]}} -{"id":"ec-meeting-2018-06-28-63754226ebaf583f314bb10b5dfe583853c239fe","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-28 - Cabinet of Commissioner Mariya Gabriel x InterDigital, Inc."],"date":["2018-06-28"],"summary":["Digital Single Market Strategy"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-787513017798-23","ec-person-fc1068d79545d1659bf47e9b62bfb0aed175629e"]}} -{"id":"ec-meeting-2018-06-28-691d7d696410f40cc6f429a31f64a61310afe36f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-28 - Cabinet of Commissioner Violeta Bulc x Drone Alliance Europe"],"date":["2018-06-28"],"summary":["Exchange on drone policies"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-519963418620-50","ec-person-9d4dc4867a44dfe10f67ae7ee1706da3e8b48a24"]}} -{"id":"ec-meeting-2018-06-28-75610d0dd13f336c955700990f2e0f200d3bc6c4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-28 - Maritime Affairs and Fisheries x FEDERACIÓN NACIONAL DE COFRADÍAS DE PESCADORES"],"date":["2018-06-28"],"summary":["Landing Obligation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-mare"],"involved":["eu-tr-57215462204-95","ec-person-a7b4b8418268a6d6c196b5e45f606fc92acbdb8c"]}} -{"id":"ec-meeting-2018-06-28-7bb9e14ed51a45cb84e2c6ce2961725a3c42b19a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-28 - Cabinet of Commissioner Carlos Moedas x Banco Santander, S.A."],"date":["2018-06-28"],"summary":["Financing & Innovation"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-b8d49828915f9008e764a78796d47ea00807a658","eu-tr-799142914971-03"]}} -{"id":"ec-meeting-2018-06-28-a5b774d0eac4c2947611e991023d6f2092c58c4f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-28 - Cabinet of Commissioner Violeta Bulc x Hyperloop Technology, Inc."],"date":["2018-06-28"],"summary":["Transport topics"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-141943922230-37","ec-person-dd7851e4a1e747e824b4f81139e33bc3cdb73160"]}} -{"id":"ec-meeting-2018-06-28-ad5aa5bbe8a814e6beab1b191dc002120e37694e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-28 - Cabinet of Vice-President Jyrki Katainen x Cassa Depositi e Prestiti s.p.a. KfW Bankengruppe CAISSE DES DEPOTS"],"date":["2018-06-28"],"summary":["The role of NPBs in the next MFF"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90","eu-tr-84606487324-44","eu-tr-110117812027-92","eu-tr-79019799690-13"]}} -{"id":"ec-meeting-2018-06-28-ba16003de884df0083d9775e32ead5b58e31e3f2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-28 - Financial Stability, Financial Services and Capital Markets Union x Rud Pedersen Public Affairs Brussels"],"date":["2018-06-28"],"summary":["Fintech, sustainable finance, the issue of a future system for equivalence evaluations"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-165838227131-07","ec-person-bdee7a93f95c8ef05079539170139b3c02e8ed96"]}} -{"id":"ec-meeting-2018-06-28-bae15f052ad095acfd7214e09402d576b2a38530","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-28 - Cabinet of Commissioner Pierre Moscovici x Avaaz Foundation"],"date":["2018-06-28"],"summary":["Meeting on Digital taxation, FTT and CBCR"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["ec-person-3cbeba61ae952f06fe4916c381438ebbc676a597","eu-tr-475565317526-24"]}} -{"id":"ec-meeting-2018-06-28-bc9ba2b7c3862d449dc0f8f0780da0bdeaed85b8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-28 - Cabinet of Vice-President Günther Oettinger x Institut der deutschen Wirtschaft Köln e.V."],"date":["2018-06-28"],"summary":["MFF"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-132414515813-88","ec-person-b17d355ca19058898aba2ec032de59f8701d47f5"]}} -{"id":"ec-meeting-2018-06-28-c277b1e7605c4e6ae37da3ac117899410084bc86","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-28 - Cabinet of Commissioner Mariya Gabriel x Avaaz Foundation"],"date":["2018-06-28"],"summary":["Disinformation"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-475565317526-24","ec-person-13ac9a19d8d04f97c0d32603d014df0dd4e1cd2a"]}} -{"id":"ec-meeting-2018-06-28-c57e9ba0e43b0d6f164348831e892f9b6d803050","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-28 - Cabinet of First Vice-President Frans Timmermans x World Economic Forum"],"date":["2018-06-28"],"summary":["Sustainable Finance"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Phone conference"],"address":["Phone conference"],"addressEntity":["addr-0988d5431bceed35ecddc433adeeec0a7b244d4a"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["ec-person-4076aef8226bd451277bfd5135aa27d63b2ac548","eu-tr-389715028237-59"]}} -{"id":"ec-meeting-2018-06-28-c766311d54432a40ea781c32df7bed18921afde2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-28 - Cabinet of Vice-President Valdis Dombrovskis x SIX GROUP LTD"],"date":["2018-06-28"],"summary":["EU MiFIR Swiss Equivalence decision"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-259182121223-88","ec-person-30d770ccd575865b3106f94220ce1ace16e48f1a"]}} -{"id":"ec-meeting-2018-06-28-c89aa4339d9f07a5f8085aaa99cac79891522549","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-28 - Cabinet of Commissioner Elżbieta Bieńkowska x Association for Emissions Control by Catalyst"],"date":["2018-06-28"],"summary":["light- and heavy-duty vehicles"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-78711786419-61","ec-person-b2f9be51339f054477846797e2c119fcf16548fc","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2018-06-28-cee867450b930b13173cf190329386af5a08b68a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-28 - Research and Innovation x European Regions Research and Innovation Network"],"date":["2018-06-28"],"summary":["Horizon Europe"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-rtd"],"involved":["ec-person-1d348f33395de0ea6773a7b4ae8797e3e0392f73","eu-tr-382103519163-19"]}} -{"id":"ec-meeting-2018-06-28-cfd36cb846559bd37ad2f58f12acab0fccec0a31","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-28 - Cabinet of Vice-President Maroš Šefčovič x RTE Réseau de transport d'électricité"],"date":["2018-06-28"],"summary":["E- MOBILITY"],"notes":["Portfolio: Energy Union"],"location":["BRUSSELS - BELGIUM"],"address":["BRUSSELS - BELGIUM"],"addressEntity":["addr-3eaed18b47912f0e6a570cd0a587e76c4b1a0df0"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-e74918e8eb8a9ef96da8cb06c0eae7ac5080d822","eu-tr-669359510572-76"]}} -{"id":"ec-meeting-2018-06-28-d2743062a09cf0a8d25814b622b4fe40a4ee2c7c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-28 - Employment, Social Affairs and Inclusion x IBM Corporation"],"date":["2018-06-28"],"summary":["Meeting to discuss future of work"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-empl"],"involved":["eu-tr-7721359944-96","ec-person-dd259fce880e1853f0beb087443bce6e7dea70d7"]}} -{"id":"ec-meeting-2018-06-28-e416fafad131eb8df5b576a05f1d879121220ae1","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2018-06-28 - Communications Networks, Content and Technology x IBM Corporation"],"date":["2018-06-28"],"summary":["HPC"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-7721359944-96","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2018-06-29-0d9f13465e03931525ee9b95cc09ed9214b26eb9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-29 - Communications Networks, Content and Technology x BUSINESSEUROPE"],"date":["2018-06-29"],"summary":["AI High level expert group, Cybersecurity, ePrivacy, P2B"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-3978240953-79","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2018-06-29-27b36ac9c7996a003dc28be89cbbc818d87cd4cb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-29 - Environment x Royal Society for the Protection of Birds"],"date":["2018-06-29"],"summary":["Environmental cooperation and nature protection"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-env"],"involved":["eu-tr-21862631806-19","ec-person-3bc74ce04ea3f4ab4d91a5c88eef25b8b8a213b4"]}} -{"id":"ec-meeting-2018-06-29-2c4c7c891ead2dd6bf9ed290f811af5d8328ee8f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-29 - Agriculture and Rural Development x Federation of Associations for Hunting & Conservation of the EU"],"date":["2018-06-29"],"summary":["exchange of view - Wolfspopulation in Deutschland"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-agri"],"involved":["eu-tr-75899541198-85","ec-person-7bc7204a153f98afbf1ad1cffbdd10d06d9ae166"]}} -{"id":"ec-meeting-2018-06-29-3443245850b7d2015905e636314ffb743d471733","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-29 - Employment, Social Affairs and Inclusion x European Trade Union Institute EUROPEAN TRADE UNION CONFEDERATION"],"date":["2018-06-29"],"summary":["Closing speech at the conference \" The world(s) of Work in Transition\" (ETUC- ETUI)"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-empl"],"involved":["eu-tr-521878025223-22","eu-tr-06698681039-26","ec-person-dd259fce880e1853f0beb087443bce6e7dea70d7"]}} -{"id":"ec-meeting-2018-06-29-b6407007b137b20a2bb3333c3f50957beec8b454","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-06-29 - Research and Innovation x Bill & Melinda Gates Foundation"],"date":["2018-06-29"],"summary":["Global Health R&D- collaboration with RTD"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-rtd"],"involved":["ec-person-1d348f33395de0ea6773a7b4ae8797e3e0392f73","eu-tr-371567915480-41"]}} -{"id":"ec-meeting-2018-07-02-167517c23d7b5c0d73ba9a7e0f172a4cee9b1445","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-07-02 - Regional and Urban Policy x Conférence des Régions Périphériques Maritimes d'Europe (CRPM)"],"date":["2018-07-02"],"summary":["Paquet législatif Cohésion post-2020"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-regio"],"involved":["ec-person-3bc647761a4c1a96c0e7b4c3729d7408a61558b0","eu-tr-5546423688-07"]}} -{"id":"ec-meeting-2018-07-02-bffe8cdbdd175683255b76a28ed03946a8248ea8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-07-02 - Cabinet of Vice-President Andrus Ansip x The German Marshall Fund of the United States - The Transatlantic Foundation"],"date":["2018-07-02"],"summary":["data protection, cyber-security, digital trade and AI"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-3ca0c466b8ff230d4409591430b388007ce14ff8","ec-person-5db7bdd1c81da2e70eb5b982097d0004111b5c3e","ec-person-91ca0921c6790191daa54427311acd63035e7c9e","eu-tr-823171519707-31"]}} -{"id":"ec-meeting-2018-07-02-df4817575c21fad0435afddfabc4245bcf6d1692","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-07-02 - Cabinet of Commissioner Carlos Moedas x Agence de l'environnement et de la maîtrise de l'énergie"],"date":["2018-07-02"],"summary":["Horizon Europe"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["eu-tr-633860224945-03","ec-person-0a716bf5253e913fc40ebf14c12f30dc2e7a06ee","ec-person-23980b2bc4fd9c82051d0f7888dc236b2f764866"]}} -{"id":"ec-meeting-2018-07-02-e9672df09d5e9a38d1895ea55aafe94600a758ed","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-07-02 - Cabinet of Vice-President Maroš Šefčovič x Robert Bosch GmbH"],"date":["2018-07-02"],"summary":["LOW EMISSION MOBILITY"],"notes":["Portfolio: Energy Union"],"location":["BRUSSELS - BELGIUM"],"address":["BRUSSELS - BELGIUM"],"addressEntity":["addr-3eaed18b47912f0e6a570cd0a587e76c4b1a0df0"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-e74918e8eb8a9ef96da8cb06c0eae7ac5080d822","eu-tr-8999533555-91"]}} -{"id":"ec-meeting-2018-07-02-fbb44dcd02bc7d9591bc1ffd0c5c7c97ff0e4223","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-07-02 - Climate Action x Agence de l'environnement et de la maîtrise de l'énergie"],"date":["2018-07-02"],"summary":["Low-carbon industrial transition"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-clima"],"involved":["ec-person-9c5c685692a09a77f2bc8ae9c05663b87cd75aae","eu-tr-633860224945-03"]}} -{"id":"ec-meeting-2018-07-03-3baf37b8bf0e1b2695293dbdafebc1d0cde2989f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-07-03 - Cabinet of Commissioner Tibor Navracsics x Fédération Internationale de Football Association"],"date":["2018-07-03"],"summary":["urther discuss the football transfer topic and provide a first-hand update"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels EAC"],"address":["Brussels EAC"],"addressEntity":["addr-047d4dc60f49c7debd2e2354c8aa13d0718968b3"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-49f31dad10f5641cb1d1e4c3107dd838389e8120","eu-tr-81311819832-09"]}} -{"id":"ec-meeting-2018-07-03-7745f8094fb169d849120e893b19053f7a162e51","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-07-03 - Taxation and Customs Union x Deutsche Industrie- und Handelskammer"],"date":["2018-07-03"],"summary":["Rules of origin and Union Customs Code"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-taxud"],"involved":["eu-tr-22400601191-42","ec-person-3173c1cc052827c58f23ccd3a8de07534f0d35bd"]}} -{"id":"ec-meeting-2018-07-03-7f7c67c00f504d609b0354bcae7475f08dd2ae7f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-07-03 - Cabinet of Commissioner Mariya Gabriel x Cloud Communications Alliance"],"date":["2018-07-03"],"summary":["Concurrence Microsoft"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-581302831908-44","ec-person-d995d34a2f8b1f0bf6a17486f5699181d6a01e1c"]}} -{"id":"ec-meeting-2018-07-03-83fe8ab6823779518924752cce24b79cffb07870","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-07-03 - Cabinet of Commissioner Mariya Gabriel x TaC-Together against Cybercrime International"],"date":["2018-07-03"],"summary":["Youth IGF movement, role of youth in the future of the internet"],"notes":["Portfolio: Digital Economy and Society"],"location":["Strasbourg"],"address":["Strasbourg"],"addressEntity":["addr-a7b90170b4a5bf2d1d09ccfd109b57e0a030cfc4"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["ec-person-1674399a793e9e6fd7cf55b525515fc862fc9351","eu-tr-663308832132-41"]}} -{"id":"ec-meeting-2018-07-03-cffb02c65ab962235809ad490db2ff075fe4d48e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-07-03 - Directorate-General for International Partnerships x PLATFORMA"],"date":["2018-07-03"],"summary":["exchange on the future EU development policy and in particular the programme supporting local and regional governments’ development cooperation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-intpa"],"involved":["eu-tr-144630225519-73","ec-person-05c4477b89b93e7969f12d89b38f77fedce5876f"]}} -{"id":"ec-meeting-2018-07-03-e32892aa440ff6c7733bd9077c121dd2c8fed108","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-07-03 - Climate Action x CEMBUREAU - The European Cement Association"],"date":["2018-07-03"],"summary":["EU 2050 strategy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-clima"],"involved":["ec-person-9c5c685692a09a77f2bc8ae9c05663b87cd75aae","eu-tr-93987316076-63"]}} -{"id":"ec-meeting-2018-07-03-e546fa55e09a9547525dab8e483c173f70f989d9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-07-03 - Financial Stability, Financial Services and Capital Markets Union x AXA"],"date":["2018-07-03"],"summary":["assurances"],"location":["Paris"],"address":["Paris"],"addressEntity":["addr-22390ad11c32faec43fc61555b53607660b3c185"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-36423781099-10","ec-person-bdee7a93f95c8ef05079539170139b3c02e8ed96"]}} -{"id":"ec-meeting-2018-07-04-019a8cc204f18318ab8a5a37c13f031bae88e425","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-07-04 - Cabinet of Vice-President Maroš Šefčovič x Galp Energia, SGPS, SA"],"date":["2018-07-04"],"summary":["ENERGY POLICY"],"notes":["Portfolio: Energy Union"],"location":["BRUSSELS - BELGIUM"],"address":["BRUSSELS - BELGIUM"],"addressEntity":["addr-3eaed18b47912f0e6a570cd0a587e76c4b1a0df0"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-959972115771-67","ec-person-e74918e8eb8a9ef96da8cb06c0eae7ac5080d822"]}} -{"id":"ec-meeting-2018-07-04-0407e6af6feb7c30e86fff0367d655e9dfff7889","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-07-04 - Trade x Amazon Europe Core SARL"],"date":["2018-07-04"],"summary":["Transatlantic data flows"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-trade"],"involved":["ec-person-bde9bb099f5d24c52ca4a9255cefc99a5b87a650","eu-tr-366117914426-10"]}} -{"id":"ec-meeting-2018-07-04-11bb5a8bbd041d6f24f165c01ac725f53bad9774","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-07-04 - Cabinet of Commissioner Margrethe Vestager x Confederation of Danish Industry"],"date":["2018-07-04"],"summary":["EU Current Affairs"],"notes":["Portfolio: Competition"],"location":["Copenhagen, Denmark"],"address":["Copenhagen, Denmark"],"addressEntity":["addr-037407970050e97c761587d63aacfaeb126cab45"],"organizer":["ec-cabinet-commissioner-margrethe-of-vestager"],"involved":["ec-person-baa1c172df109ebd1f0307bccb5e21aec66c7a25","eu-tr-5749958415-41"]}} -{"id":"ec-meeting-2018-07-04-42d1d5aaa60b7ece093adfe0bc10c7a380698f13","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-07-04 - Cabinet of Commissioner Violeta Bulc x Brussels Airlines SA/NV"],"date":["2018-07-04"],"summary":["Aviation issues"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-9d4dc4867a44dfe10f67ae7ee1706da3e8b48a24","ec-person-5012c5e45a52ee8ce67d19c1781a127af53e73e7","eu-tr-755555322381-50"]}} -{"id":"ec-meeting-2018-07-04-4b6fe5c8c9df1146a87b2fcdef88cdd1cdf5de16","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-07-04 - Directorate-General for International Partnerships x Bill & Melinda Gates Foundation"],"date":["2018-07-04"],"summary":["catch up on health related work of DEVCO and the Foundation, and in particular on the various health multilaterals the Foundation engages with"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-intpa"],"involved":["eu-tr-371567915480-41","ec-person-05c4477b89b93e7969f12d89b38f77fedce5876f"]}} -{"id":"ec-meeting-2018-07-04-50826cf99f6928a01bc3271d1c9695d5d5cf0719","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-07-04 - Cabinet of Commissioner Mariya Gabriel x Innoplexus AG"],"date":["2018-07-04"],"summary":["Artificial Intelligence"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-625996032142-18","ec-person-fc1068d79545d1659bf47e9b62bfb0aed175629e"]}} -{"id":"ec-meeting-2018-07-04-5791796c15e34da766424683bb2408dc6ebe9dbf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-07-04 - Cabinet of Commissioner Julian King x Amazon Europe Core SARL"],"date":["2018-07-04"],"summary":["Cybersecurity"],"notes":["Portfolio: Security Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-julian-king-of"],"involved":["ec-person-37c79733647a2293d1e96e976d3a72c6b707cb4c","eu-tr-366117914426-10"]}} -{"id":"ec-meeting-2018-07-04-5a117468fa80fbec1c7fe02c910d70de1ec1ca28","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-07-04 - Trade x Vodafone Belgium SA"],"date":["2018-07-04"],"summary":["Recent Developments in Digital Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-trade"],"involved":["ec-person-bde9bb099f5d24c52ca4a9255cefc99a5b87a650","eu-tr-90142503473-81"]}} -{"id":"ec-meeting-2018-07-04-65ee89b1c1f1178c04a12861accb8503c6ee50f7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-07-04 - Cabinet of Vice-President Jyrki Katainen x European Toner & Inkjet Remanufacturers' Association Deutsche Kartuschen Wiederaufbereitungs-Unternehmen"],"date":["2018-07-04"],"summary":["Presentation of the toner cartridge remanufacturers industry/market conditions"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-66749712601-11","ec-person-0da85dc48012e26688310a59a0b51727ea68f410","eu-tr-844280130623-69"]}} -{"id":"ec-meeting-2018-07-04-6d5bdacc2f66b694e87550499f91a3515a6f958b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-07-04 - Cabinet of First Vice-President Frans Timmermans x Deutsche Kartuschen Wiederaufbereitungs-Unternehmen"],"date":["2018-07-04"],"summary":["Circular Economy and Printer Cartridges"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-844280130623-69","ec-person-8d1c5ff76a431332387aa10936b0bff13f7d71fd"]}} -{"id":"ec-meeting-2018-07-04-7faa0d83b3b7dcc6c8950dd53407b3997321f80f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-07-04 - Cabinet of Commissioner Phil Hogan x Fonterra Co-operative Group Limited"],"date":["2018-07-04"],"summary":["Business discussion"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-400dd8d59d3060187d9b9b143d697da1a3d03c12","eu-tr-234577416588-90","ec-person-a1a78365cc4685b0958056646204977d8f2ead92"]}} -{"id":"ec-meeting-2018-07-04-a3e062d7ac58f918aa68c75bd2d2b8c14d69161c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-07-04 - Cabinet of Commissioner Věra Jourová x Vodafone Belgium SA"],"date":["2018-07-04"],"summary":["GDPR, e-privacy"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["eu-tr-90142503473-81","ec-person-184e698af1eb9e33b179680570ca171d8cb31c94","ec-person-3269ef00f0778677e6f4c8e0f72ce019084206fb"]}} -{"id":"ec-meeting-2018-07-04-b36af4c3ade00d77ec2dfec4116723575f6c214f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-07-04 - Cabinet of Vice-President Neven Mimica x Bill & Melinda Gates Foundation"],"date":["2018-07-04"],"summary":["External Investment Plan, cooperation on agricultural research"],"notes":["Portfolio: International Cooperation & Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-mimica-neven-of-president-vice"],"involved":["ec-person-b187f3955c71d2e1daa48e02fd0a09ab7c6f6098","ec-person-e90858f5aba78fd0e1cb2f757c3f38d55d91f98b","eu-tr-371567915480-41","ec-person-61daadad53de1eb7dcc08383b418ace3b6f971d7"]}} -{"id":"ec-meeting-2018-07-04-bafc6758dc0b80fd60352195f133a6cae5520d43","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-07-04 - Financial Stability, Financial Services and Capital Markets Union x BEYOND RATINGS"],"date":["2018-07-04"],"summary":["sustainable finance, credit ratings"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-757979330792-87","ec-person-bdee7a93f95c8ef05079539170139b3c02e8ed96"]}} -{"id":"ec-meeting-2018-07-04-d617a4e38fe18a87b366d084ee349057d0449ab7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-07-04 - Cabinet of Vice-President Maroš Šefčovič x Amazon Europe Core SARL"],"date":["2018-07-04"],"summary":["ENERGY UNION"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-366117914426-10","ec-person-af83ed49c403cb9d7ebfecca7893f0054c1f4be5"]}} -{"id":"ec-meeting-2018-07-04-df4f0030c6c06b16112bd57507d99e552d251339","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2018-07-04 - Cabinet of Vice-President Andrus Ansip x Vodafone Belgium SA"],"date":["2018-07-04"],"summary":["DSM notably data economy and digitalisation in the automotive industry","Investments in networks, 5G and connected cars, Electronic Communication Code, e-privacy"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-90142503473-81","ec-person-666bc159c7e65a3af9e63c1e97435c02f1496955","ec-person-91ca0921c6790191daa54427311acd63035e7c9e"]}} -{"id":"ec-meeting-2018-07-04-eabee9ff229e18aa14fdcab7522d694eb69dd1d5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-07-04 - Cabinet of Vice-President Günther Oettinger x Villes de France"],"date":["2018-07-04"],"summary":["MFF"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["ec-person-1a98ebdc65a0fda494d1f6eb6fb74247a3036490","eu-tr-53195457006-89"]}} -{"id":"ec-meeting-2018-07-04-f2309ada7c42056fd5aeae8614f46901946942b2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-07-04 - Cabinet of Vice-President Maroš Šefčovič x Bayerische Motoren Werke Aktiengesellschaft"],"date":["2018-07-04"],"summary":["LOW EMISSION MOBILITY"],"notes":["Portfolio: Energy Union"],"location":["BRUSSELS - BELGIUM"],"address":["BRUSSELS - BELGIUM"],"addressEntity":["addr-3eaed18b47912f0e6a570cd0a587e76c4b1a0df0"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-7193977808-18","ec-person-e74918e8eb8a9ef96da8cb06c0eae7ac5080d822"]}} -{"id":"ec-meeting-2018-07-04-f5365b27732c55c1a252eea87316806d182a4d09","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-07-04 - Cabinet of Commissioner Carlos Moedas x Portia Ltd"],"date":["2018-07-04"],"summary":["Gender in Research and Innovation"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-b8d49828915f9008e764a78796d47ea00807a658","ec-person-f7ccc3ad366dd2fdb24870e1c02ff2763539c82f","eu-tr-086687315440-79"]}} -{"id":"ec-meeting-2018-07-05-08b7ab4e3bfc62dc69972cd0ce9435a5362fc749","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-07-05 - Inspire, Debate, Engage and Accelerate Action x BOLDT"],"date":["2018-07-05"],"summary":["Future of Europe"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-dg-idea"],"involved":["eu-tr-013432829763-33","ec-person-4fe56a64c00b3e81c851b5538878b32481bd7d3c"]}} -{"id":"ec-meeting-2018-07-05-2d47bbcb1c3ffa9a22e5125b485a55390c5fb68b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-07-05 - Cabinet of Vice-President Jyrki Katainen x Aalto-korkeakoulusäätiö / Aalto University"],"date":["2018-07-05"],"summary":["Horizon Europe"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-25901146020-53","ec-person-ccd2797b568cba38993df7d1dcc985dbc1eb439a"]}} -{"id":"ec-meeting-2018-07-05-58ead1943533e345be7a2addd4b447a909bc576c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-07-05 - Cabinet of Vice-President Valdis Dombrovskis x S&P Global"],"date":["2018-07-05"],"summary":["Capital Markets Union and the Juncker Plan, the EMU, Brexit, and the path forward on sustainable finance and FinTech in Europe"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-319148015141-55","ec-person-30d770ccd575865b3106f94220ce1ace16e48f1a"]}} -{"id":"ec-meeting-2018-07-05-8abdd5b9655e898ca413a41726851fe0332d0d8d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-07-05 - Cabinet of Vice-President Maroš Šefčovič x Danfoss A/S"],"date":["2018-07-05"],"summary":["CLEAN MOBILITY PACKAGE"],"notes":["Portfolio: Energy Union"],"location":["BRUSSELS - BELGIUM"],"address":["BRUSSELS - BELGIUM"],"addressEntity":["addr-3eaed18b47912f0e6a570cd0a587e76c4b1a0df0"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-212432414885-94","ec-person-e74918e8eb8a9ef96da8cb06c0eae7ac5080d822"]}} -{"id":"ec-meeting-2018-07-05-90c67e5f2662268ef8a2d61f601bcbe6127b1432","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-07-05 - Cabinet of Commissioner Mariya Gabriel x European Tech Alliance"],"date":["2018-07-05"],"summary":["Scale-ups in the Digital Single Market"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["ec-person-1674399a793e9e6fd7cf55b525515fc862fc9351","eu-tr-189607519323-76"]}} -{"id":"ec-meeting-2018-07-05-995b2841b11ec9d61e22d5d1b77bdbd5aba06fac","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2018-07-05 - Cabinet of Commissioner Phil Hogan x Irish Farmers' Association"],"date":["2018-07-05"],"summary":["Business discussion","Recent CAP legislation proposals"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-458700813641-37","ec-person-400dd8d59d3060187d9b9b143d697da1a3d03c12","ec-person-68b8e931bdd0cafe77ab8e98d87edbea128d6c49"]}} -{"id":"ec-meeting-2018-07-05-a3cf7790c13d837607b25c812fa499650de85f7a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-07-05 - Cabinet of Vice-President Cecilia Malmström x RENAULT"],"date":["2018-07-05"],"summary":["232 tariffs on car"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-20ded9db5df11164331bb161fdf234b1e5ad53fd","eu-tr-946343776-69"]}} -{"id":"ec-meeting-2018-07-05-b966a18a0530abd54b1a59d340b3b155f6ca0543","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-07-05 - Agriculture and Rural Development x Comité Européen des Entreprises Vins Confédération Européenne des Vignerons Indépendants Insight Consulting SRL European Federation of Origin Wines"],"date":["2018-07-05"],"summary":["Exchange of view on wine market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-agri"],"involved":["eu-tr-424179021711-46","eu-tr-93296213494-75","eu-tr-2663914841-28","eu-tr-539384521517-03","ec-person-7bc7204a153f98afbf1ad1cffbdd10d06d9ae166"]}} -{"id":"ec-meeting-2018-07-05-bfb19f4d4c89c4cc25d94e74143dc3f64f8b5be9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-07-05 - Cabinet of President Jean-Claude Juncker x ICODA - Buschkens, Ahern & Partners"],"date":["2018-07-05"],"summary":["Capital Markets Union"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-c402e34a99fbee730ae22e3b1958e21c94dc6fcc","eu-tr-65129577364-42"]}} -{"id":"ec-meeting-2018-07-05-c9dde85fc8509282883b70428dd32c728d3b5f1f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-07-05 - Cabinet of Commissioner Tibor Navracsics x WORLD LEADERSHIP ALLIANCE-CLUB DE MADRID"],"date":["2018-07-05"],"summary":["Education for Shared Societies"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["eu-tr-879079031906-11","ec-person-1da7ee09d46288ee4ea9db2b644bdcf9c3d6d000"]}} -{"id":"ec-meeting-2018-07-05-caccd47c68bff7440cd2dfadad0047916db1a16d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-07-05 - Cabinet of Commissioner Violeta Bulc x Continental AG Volvo AB"],"date":["2018-07-05"],"summary":["Meeting on tachographs"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-06248449380-53","ec-person-4d2b449b5047ea3fda435a2a1c1081e3babcdf76","ec-person-dd7851e4a1e747e824b4f81139e33bc3cdb73160","eu-tr-51773601133-57"]}} -{"id":"ec-meeting-2018-07-05-d5a001b9bcc9bb0251d3c1b3bcca929942b3dcb3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-07-05 - Financial Stability, Financial Services and Capital Markets Union x S&P Global"],"date":["2018-07-05"],"summary":["banking union, banking package, credit ratings"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-319148015141-55","ec-person-bdee7a93f95c8ef05079539170139b3c02e8ed96"]}} -{"id":"ec-meeting-2018-07-05-e22a5d68fc330336760b1c9ec9a912b858bfcbe2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-07-05 - Cabinet of Commissioner Elżbieta Bieńkowska x Danfoss A/S"],"date":["2018-07-05"],"summary":["clean mobility package"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-212432414885-94","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2018-07-06-0376c7313e968459ef2466c806c50c85094cf32f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-07-06 - Environment x European Recycling Platform SASU"],"date":["2018-07-06"],"summary":["Package Waste Directive"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-env"],"involved":["eu-tr-194953315534-56","ec-person-3bc74ce04ea3f4ab4d91a5c88eef25b8b8a213b4"]}} -{"id":"ec-meeting-2018-07-06-73733ca40dc73a43ef5beff0bb3acc26553443f4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-07-06 - Taxation and Customs Union x FIPRA International SRL"],"date":["2018-07-06"],"summary":["Customs Futures 2018-2025"],"location":["Brussels/Belgium"],"address":["Brussels/Belgium"],"addressEntity":["addr-c476280916fa20b5023288c48bfbed9c057a1c28"],"organizer":["ec-dg-taxud"],"involved":["eu-tr-58746194306-23","ec-person-3173c1cc052827c58f23ccd3a8de07534f0d35bd"]}} -{"id":"ec-meeting-2018-07-06-7ecc4d15082dc009ec1ba73b78ee7be18f194314","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-07-06 - Cabinet of President Jean-Claude Juncker x Association for Financial Markets in Europe"],"date":["2018-07-06"],"summary":["Prudential Board meeting (on Banking Union and Capital Markets Union)"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-c402e34a99fbee730ae22e3b1958e21c94dc6fcc","eu-tr-65110063986-76"]}} -{"id":"ec-meeting-2018-07-06-8815a86342afddf399d4767347fd60ec66b48e96","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-07-06 - Environment x Tetra Pak Group"],"date":["2018-07-06"],"summary":["Single Use Plastics"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-env"],"involved":["eu-tr-7574443768-34","ec-person-3bc74ce04ea3f4ab4d91a5c88eef25b8b8a213b4"]}} -{"id":"ec-meeting-2018-07-06-ab258cd58ef3dca5e1987a0495036221ce7b2a97","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-07-06 - Cabinet of First Vice-President Frans Timmermans x Symphony Environmental Ltd"],"date":["2018-07-06"],"summary":["discussion on Plastic Strategy and oxo-degradability"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels, BERL"],"address":["Brussels, BERL"],"addressEntity":["addr-3c3fa5f92474ebac668808553fbab6d1c14aa243"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-867381131765-90","ec-person-8d1c5ff76a431332387aa10936b0bff13f7d71fd"]}} -{"id":"ec-meeting-2018-07-06-ac5f85e2e0c08957f28e0c0c27a00131736be476","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-07-06 - Cabinet of Commissioner Phil Hogan x European farmers"],"date":["2018-07-06"],"summary":["Discussion on current trade negotiations"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-c9d17d5879383b030f61a4066848249fb35d57e4","eu-tr-44856881231-49"]}} -{"id":"ec-meeting-2018-07-06-fbcf3f19c61b25771ec2b7226adb82e200e24dd2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-07-06 - Cabinet of Commissioner Věra Jourová x EUROPEAN TRADE UNION CONFEDERATION"],"date":["2018-07-06"],"summary":["Companyy law"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-184e698af1eb9e33b179680570ca171d8cb31c94","eu-tr-06698681039-26"]}} -{"id":"ec-meeting-2018-07-09-01890046ce12f5c5bf4eee27938c1a69983b6f78","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-07-09 - Cabinet of Commissioner Elżbieta Bieńkowska x RHI MAGNESITA"],"date":["2018-07-09"],"summary":["industrial value chains"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-138083013988-72","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2018-07-09-0af3094e3e8cd9b5641038498f5c5e81022cada0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-07-09 - Cabinet of Commissioner Vytenis Andriukaitis x Euroseeds"],"date":["2018-07-09"],"summary":["Innovation in seeds"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-059ca943fc5fc696d2a97849c635ddf7b6ab7fd7","ec-person-df30d07ef698a52b9948b9c734db39196cf8541f","eu-tr-11362308587-10"]}} -{"id":"ec-meeting-2018-07-09-1871dd90d75673e3d0384d2314c87ca36905cb35","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-07-09 - Cabinet of Vice-President Andrus Ansip x SGI Europe"],"date":["2018-07-09"],"summary":["Public sector information proposal, ePrivacy, eGovernment"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0","ec-person-6a03bc4fa7657513ea34529e98dba0671ef4c849","eu-tr-59513031434-92"]}} -{"id":"ec-meeting-2018-07-09-1e6d3978f2a9f9c93a9161062bae44b4ee786246","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-07-09 - Cabinet of Commissioner Elżbieta Bieńkowska x Enterprise Rent A Car UK, Ltd."],"date":["2018-07-09"],"summary":["connected and autonomous driving and teh access to in-vehicle data"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-499115519787-49","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2018-07-09-3e78858952475294d538716c84cdea6d8ce05d32","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-07-09 - Cabinet of Vice-President Günther Oettinger x Zukunft GAS e. V."],"date":["2018-07-09"],"summary":["sustainable mobility / natural gas mobility"],"notes":["Portfolio: Budget & Human Resources"],"location":["Berlin"],"address":["Berlin"],"addressEntity":["addr-062b06ba8e755765c6b049809b7430fd54fe5b21"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-48838196790-63","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2018-07-09-3f895b5dd02eef6a1107de2ea96446ec2df33817","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-07-09 - Cabinet of Vice-President Cecilia Malmström x Volkswagen Aktiengesellschaft"],"date":["2018-07-09"],"summary":["The main issues in current EU trade agenda"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-98880f3f4206145e196013db9dd806a551c11e06","eu-tr-6504541970-40","ec-person-591ec829ca734bcfe59a2c9c7f07f9dff22a0ea9"]}} -{"id":"ec-meeting-2018-07-09-41718162e94ef12d43a857a06e3078e96e2800d1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-07-09 - Energy x Schneider Electric"],"date":["2018-07-09"],"summary":["clean energy transition"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-46302264606-44","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2018-07-09-4da26a6f17efc2b1986aa111a5341ed8cdbbb4d0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-07-09 - Cabinet of Commissioner Violeta Bulc x European Cockpit Association European Transport Workers' Federation"],"date":["2018-07-09"],"summary":["Aviation- social aspects"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-39838147687-59","ec-person-9d4dc4867a44dfe10f67ae7ee1706da3e8b48a24","eu-tr-92545571128-74"]}} -{"id":"ec-meeting-2018-07-09-4de8390842e0c14fb89d99e1eabac6f405bfae59","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-07-09 - Cabinet of President Jean-Claude Juncker x None"],"date":["2018-07-09"],"summary":["Energy Union and Climate Strategy"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-41816938101-07","ec-person-b1bf9aa5fb7e886441ff341b657cc482b64a2a3e","eu-tr-86853666704-95","eu-tr-39966101835-69","eu-tr-56592866496-47","eu-tr-6256831207-27"]}} -{"id":"ec-meeting-2018-07-09-54fa734bde836f78c364364d949fff96a785f9de","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-07-09 - Cabinet of Commissioner Vytenis Andriukaitis x European agri-cooperatives European farmers"],"date":["2018-07-09"],"summary":["Alcohol labelling"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-b9c3f19e7c5f216e3e508f931ddd6a9cb59376d1","eu-tr-09586631237-74","eu-tr-44856881231-49"]}} -{"id":"ec-meeting-2018-07-09-60298f05faee47cba8d138769f8d9bfaa361f281","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-07-09 - Cabinet of Vice-President Andrus Ansip x HOTREC, Hotels, Restaurants & Cafés in Europe"],"date":["2018-07-09"],"summary":["Platforms, sharing economy"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-6a03bc4fa7657513ea34529e98dba0671ef4c849","eu-tr-7955861942-03"]}} -{"id":"ec-meeting-2018-07-09-84f0c4e356f6146bc1fbd0c57316f212d594dee2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-07-09 - Cabinet of Vice-President Maroš Šefčovič x Airbus"],"date":["2018-07-09"],"summary":["SPACE POLICY"],"notes":["Portfolio: Energy Union"],"location":["BRUSSELS - BELGIUM"],"address":["BRUSSELS - BELGIUM"],"addressEntity":["addr-3eaed18b47912f0e6a570cd0a587e76c4b1a0df0"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-2732167674-76","ec-person-e74918e8eb8a9ef96da8cb06c0eae7ac5080d822"]}} -{"id":"ec-meeting-2018-07-09-a0f45158e9d151f4bec81122cc6489f8d3e6c7c4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-07-09 - Climate Action x FuelsEurope"],"date":["2018-07-09"],"summary":["EU Climate policies and preparation of the EU’s strategy for long-term greenhouse gas emissions reduction"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-clima"],"involved":["ec-person-9c5c685692a09a77f2bc8ae9c05663b87cd75aae","eu-tr-26207914726-42"]}} -{"id":"ec-meeting-2018-07-09-afa4cb5be398882657b00e05cf7d20e903b1d976","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-07-09 - Cabinet of Commissioner Phil Hogan x spiritsEUROPE"],"date":["2018-07-09"],"summary":["labelling"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-c9d17d5879383b030f61a4066848249fb35d57e4","eu-tr-64926487056-58"]}} -{"id":"ec-meeting-2018-07-09-b762b2a9d19e9f2dbe1376823ceddf8088fcb5ae","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-07-09 - Cabinet of Commissioner Mariya Gabriel x Women Entrepreneurs Association of Turkey"],"date":["2018-07-09"],"summary":["Women entrepreneurs"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-939761110725-48","ec-person-6cd1e3bf3a4eec9e9db49b32cf3d20ab7dbfe03f"]}} -{"id":"ec-meeting-2018-07-09-d482273032459fbb058bd6c2cc8f3f6e44b0bc9d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-07-09 - Cabinet of Commissioner Phil Hogan x Asociación Nacional de Productores de Vacuno de Carne"],"date":["2018-07-09"],"summary":["Outcomes of the last High-Level Mission to China"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-c9d17d5879383b030f61a4066848249fb35d57e4","eu-tr-120867616360-39"]}} -{"id":"ec-meeting-2018-07-09-d7fcd0c41bfdebc5d59fba0cb9fe7433f44c086a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-07-09 - Cabinet of Vice-President Jyrki Katainen x RHI MAGNESITA"],"date":["2018-07-09"],"summary":["raw material sector and circular economy"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-0da85dc48012e26688310a59a0b51727ea68f410","eu-tr-138083013988-72"]}} -{"id":"ec-meeting-2018-07-09-ddbd3d34c3b2e343d8c26a56886e2717a5b6e49a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-07-09 - Climate Action x GasNaturally"],"date":["2018-07-09"],"summary":["Preparation of the EU’s strategy for long-term greenhouse gas emissions reduction."],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-clima"],"involved":["ec-person-9c5c685692a09a77f2bc8ae9c05663b87cd75aae","eu-tr-12847789685-76"]}} -{"id":"ec-meeting-2018-07-09-e637e0cfce4e518ed90b9b20a4255b5b22608763","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-07-09 - Cabinet of Commissioner Mariya Gabriel x Cloudflare"],"date":["2018-07-09"],"summary":["Digital4Her"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-580322225469-90","ec-person-6cd1e3bf3a4eec9e9db49b32cf3d20ab7dbfe03f"]}} -{"id":"ec-meeting-2018-07-10-05fa92afeb9f2409f886baf9ab64b211dbde6872","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-07-10 - Cabinet of Commissioner Elżbieta Bieńkowska x Indra"],"date":["2018-07-10"],"summary":["EDF"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-208351410839-33","ec-person-d2997a7f359c91a337055c3e24dd36bf928de38d"]}} -{"id":"ec-meeting-2018-07-10-086b8de9d27d72843c8e47c45593d5f009d1b75f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-07-10 - Cabinet of Commissioner Mariya Gabriel x Meetic Group, A Match Group Company"],"date":["2018-07-10"],"summary":["illegal content online ; online platform"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-694419028666-26","ec-person-d995d34a2f8b1f0bf6a17486f5699181d6a01e1c"]}} -{"id":"ec-meeting-2018-07-10-089ffd1f91e3f82498d33e47a0712a7858433c0a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-07-10 - Inspire, Debate, Engage and Accelerate Action x The German Marshall Fund of the United States - The Transatlantic Foundation"],"date":["2018-07-10"],"summary":["Protection of Democracy"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-dg-idea"],"involved":["eu-tr-823171519707-31","ec-person-4fe56a64c00b3e81c851b5538878b32481bd7d3c"]}} -{"id":"ec-meeting-2018-07-10-0a3cacf022cb9b5d6491ac8496a9d750dab90b6e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-07-10 - Cabinet of Vice-President Miguel Arias Cañete x E.ON SE"],"date":["2018-07-10"],"summary":["Clean energy transition and future strategy of E.ON"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-72760517350-57","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd"]}} -{"id":"ec-meeting-2018-07-10-0f4ef05a228706de9058ec33e76a69380aa80ae4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-07-10 - Cabinet of High Representative / Vice-President Federica Mogherini x GSMA Europe"],"date":["2018-07-10"],"summary":["Digital Strategy for Africa"],"notes":["Portfolio: Foreign Affairs and Security Policy"],"location":["brussels, Belgium"],"address":["brussels, Belgium"],"addressEntity":["addr-0d9f585106a7a4dbc7e916b913ebc9101c3ef48a"],"organizer":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"involved":["eu-tr-30988577529-37","ec-person-0d87d503aa00db1df141f3b1bfea3e0ccb43ece9"]}} -{"id":"ec-meeting-2018-07-10-12ff86fe263f7bbed4bc12978d99a8a0e59b78f4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-07-10 - Cabinet of Vice-President Andrus Ansip x Deutsche Welle"],"date":["2018-07-10"],"summary":["Media, DSM"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-421591329311-65","ec-person-6a03bc4fa7657513ea34529e98dba0671ef4c849"]}} -{"id":"ec-meeting-2018-07-10-13f91d7a20723058aa998f2aa93a19c5797f47f0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-07-10 - Secretariat-General x Centre for European Reform"],"date":["2018-07-10"],"summary":["Meeting with Charles Grant, Director of CER - Brexit and Brexit preparedness, State of play"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-sg"],"involved":["eu-tr-524976815651-12","ec-person-97a74c3df4cdf4db05e274aab8204536eca85f92"]}} -{"id":"ec-meeting-2018-07-10-170a5eaf42e388b70ed671c11742fbea07f32957","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-07-10 - Cabinet of Vice-President Andrus Ansip x Telefonica, S.A."],"date":["2018-07-10"],"summary":["Electronic Communications Code and pending files in DSM strategy, particularly ePrivacy and P2B Regulation"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-52431421-12","ec-person-666bc159c7e65a3af9e63c1e97435c02f1496955","ec-person-91ca0921c6790191daa54427311acd63035e7c9e"]}} -{"id":"ec-meeting-2018-07-10-28b7e52cf3960cc77ab37ec0554d7d84e8fb64d1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-07-10 - Cabinet of Vice-President Andrus Ansip x Index Ventures (UK) LLP"],"date":["2018-07-10"],"summary":["Digital Single Market, startup entrepreneurship, data"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-431789031930-74","ec-person-6a03bc4fa7657513ea34529e98dba0671ef4c849","ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0"]}} -{"id":"ec-meeting-2018-07-10-30955165f11158cf49662e9905ffbc0c90d12f0c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-07-10 - Cabinet of Vice-President Jyrki Katainen x Confederation of Finnish Industries EK"],"date":["2018-07-10"],"summary":["Trade, investments and reforms"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90","eu-tr-1274604847-34"]}} -{"id":"ec-meeting-2018-07-10-3d5c4e8ec7c16adc5a759b4c68bd240bd05e2ca1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-07-10 - Cabinet of Commissioner Pierre Moscovici x American Chamber of Commerce to the European Union"],"date":["2018-07-10"],"summary":["digital Taxation"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["ec-person-1d299d025d2afdcba46db3d131b6197fab6e0c89","eu-tr-5265780509-97"]}} -{"id":"ec-meeting-2018-07-10-53713cce0b51eae51a737309cdf6433de62240d9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-07-10 - Cabinet of Commissioner Elżbieta Bieńkowska x METROPOLE EUROPEENNE DE LILLE"],"date":["2018-07-10"],"summary":["Lille Metropolis"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-700841528427-34","ec-person-d2997a7f359c91a337055c3e24dd36bf928de38d"]}} -{"id":"ec-meeting-2018-07-10-573f388f0c65bbf1b3a4ef9b45ce2db327368dfa","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-07-10 - Cabinet of Commissioner Mariya Gabriel x Telefonica, S.A."],"date":["2018-07-10"],"summary":["Electronic Communications Code, ePrivacy and P2B Regulation"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-52431421-12","ec-person-0ebf0cb327cbf140de5316360168dfb48811c02f"]}} -{"id":"ec-meeting-2018-07-10-6522ee5513cf63ec679cd38bffe9c31cef8c5928","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-07-10 - Cabinet of Vice-President Günther Oettinger x E.ON SE"],"date":["2018-07-10"],"summary":["Energy policy"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-72760517350-57","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2018-07-10-6aeba3d2684202a7be3583b6a413eca72ca2fbb4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-07-10 - Cabinet of Vice-President Neven Mimica x PLATFORMA"],"date":["2018-07-10"],"summary":["Cooperation with and support of the role of local authorities in development cooperation activities"],"notes":["Portfolio: International Cooperation & Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-mimica-neven-of-president-vice"],"involved":["eu-tr-144630225519-73","ec-person-ba51cfc2cb570b2ba23d99869e21cd43fe8cadad"]}} -{"id":"ec-meeting-2018-07-10-75d2be47d79728bc57b36e1b1be5bc6fc768406a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-07-10 - Cabinet of Vice-President Miguel Arias Cañete x Emerson Electric Co."],"date":["2018-07-10"],"summary":["Presentation by Emersson on comany situation and focus on energy efficiency. Dialogue on next stpes of EU climate and energy policies."],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-338567616061-91","ec-person-95f883d5d0d484088f26191a8fea8553d674dfbe"]}} -{"id":"ec-meeting-2018-07-10-79ce11e1cdbcdfd098a7785e1442fdebf8f5d3b7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-07-10 - Cabinet of President Jean-Claude Juncker x Institute of Chartered Accountants in England and Wales"],"date":["2018-07-10"],"summary":["Speech at the Launch of Women in EU finance & investment policy network"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-c402e34a99fbee730ae22e3b1958e21c94dc6fcc","eu-tr-7719382720-34"]}} -{"id":"ec-meeting-2018-07-10-7ab0a6cdce7a1199f0650deb4e8a50e9b70ac711","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-07-10 - Cabinet of Commissioner Violeta Bulc x Transport and Environment (European Federation for Transport and Environment)"],"date":["2018-07-10"],"summary":["Aviation issues"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-9d4dc4867a44dfe10f67ae7ee1706da3e8b48a24","eu-tr-58744833263-19"]}} -{"id":"ec-meeting-2018-07-10-852b321d03a0f9253832c78d8ba093bafae04552","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-07-10 - Cabinet of Vice-President Jyrki Katainen x Deutscher Sparkassen-und Giroverband"],"date":["2018-07-10"],"summary":["SME Financing in Germany: current situation and next MFF."],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90","eu-tr-62379064909-15"]}} -{"id":"ec-meeting-2018-07-10-8a7303f8adcb2bd0caf8f3051b0e80fcd7fbbe8a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-07-10 - Cabinet of President Jean-Claude Juncker x Bloomberg L.P."],"date":["2018-07-10"],"summary":["Sustainable Finance"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-214140728444-40","ec-person-c402e34a99fbee730ae22e3b1958e21c94dc6fcc"]}} -{"id":"ec-meeting-2018-07-10-9b9f9f5d1dce8d24441fc1da32bc2ecdc06b32cb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-07-10 - Cabinet of Vice-President Jyrki Katainen x RELX"],"date":["2018-07-10"],"summary":["Artificial intelligence in healthcare"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90","eu-tr-338398611148-62"]}} -{"id":"ec-meeting-2018-07-10-a6e1b15afc85fb06c9c4f4fbc465ee6fd859ba15","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-07-10 - Cabinet of Vice-President Andrus Ansip x Tresorit Kft"],"date":["2018-07-10"],"summary":["e-privacy regulation"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-5db7bdd1c81da2e70eb5b982097d0004111b5c3e","eu-tr-790507431944-33"]}} -{"id":"ec-meeting-2018-07-10-a7e2f88f780b3f377a15111a36c3fe58565907b1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-07-10 - Cabinet of Vice-President Jyrki Katainen x The Goldman Sachs Group, Inc."],"date":["2018-07-10"],"summary":["Exchange of views on FDI screening proposal"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-af4fdbf97c89a6df87ab37d321d95829d657c940","eu-tr-701266814986-18"]}} -{"id":"ec-meeting-2018-07-10-ae4631b84c664c3c76fccf28c25fff4a089b2c52","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-07-10 - Energy x TotalEnergies SE"],"date":["2018-07-10"],"summary":["energy policy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-1849405799-88","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2018-07-10-ae6a2e547c227e421c2e89544a27d2f21e08fc44","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-07-10 - Cabinet of Vice-President Andrus Ansip x Paramount Global"],"date":["2018-07-10"],"summary":["DSM, copyright"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-e91c5be432b6b3efdda369792fed67c20b767a45","eu-tr-523612117906-56"]}} -{"id":"ec-meeting-2018-07-10-affc3e14c88b4ca86f3bea658101438b554f811d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-07-10 - Cabinet of Commissioner Phil Hogan x European and Mediterranean Horseracing Federation"],"date":["2018-07-10"],"summary":["Brexit"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-109777918147-53","ec-person-7d3caa534e5cdda6d5b949bd4b2def39356e3bec"]}} -{"id":"ec-meeting-2018-07-10-bcf44e9440408dfc1086dd251370690d48602e6b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-07-10 - Cabinet of Vice-President Karmenu Vella x European Marine Board"],"date":["2018-07-10"],"summary":["Marine Research, Horizon Europe"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["eu-tr-571994418695-46","ec-person-2966d69fae0ea4e67f3f2df5a743cc766267d3c8","ec-person-0e3efd8bc1c3ee9a80205d0bb78f316fa1621e5d"]}} -{"id":"ec-meeting-2018-07-10-bf757077af4bd692ae9217a1204031380f437bcc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-07-10 - Cabinet of Vice-President Cecilia Malmström x Hume Brophy"],"date":["2018-07-10"],"summary":["Australia, New Zealand, EU-US trade relations, Mercosur, WTO"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-3843982938-44","ec-person-19b143e83f8ab978c55c8a9a9e49e06dbfa14bf3"]}} -{"id":"ec-meeting-2018-07-10-c26722b07ee18379b1694b3c717124deb2e08ab0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-07-10 - Cabinet of Vice-President Valdis Dombrovskis x Cboe Europe Limited"],"date":["2018-07-10"],"summary":["Experience with implementation of MiFID II; evolution in the landscape of European trading and clearing markets; Brexit preparations; Fintech; crypto assets"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-262967515153-20","ec-person-30d770ccd575865b3106f94220ce1ace16e48f1a","ec-person-537401fc0be04984531b83660f416bf2fe14fbd8","ec-person-a9eda2e8ea54b70a968327672c6cada679d3cd56"]}} -{"id":"ec-meeting-2018-07-10-ce882b80fb5acf304bea6283ae37e458ab8a18d8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-07-10 - Cabinet of Vice-President Günther Oettinger x Bank of America Corporation"],"date":["2018-07-10"],"summary":["MFF"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["ec-person-1a98ebdc65a0fda494d1f6eb6fb74247a3036490","eu-tr-53891615036-88"]}} -{"id":"ec-meeting-2018-07-10-dcd3efb3ae14356a2d05ae9bc595ef00a38a5c56","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-07-10 - Cabinet of Vice-President Günther Oettinger x Deutscher Sparkassen-und Giroverband"],"date":["2018-07-10"],"summary":["MFF"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-62379064909-15","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2018-07-10-fb0aae0ca7b67c96a82391cde36e69282b6314e5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-07-10 - Cabinet of Vice-President Valdis Dombrovskis x Deutscher Sparkassen-und Giroverband"],"date":["2018-07-10"],"summary":["Banking Union: Banking Package and EDIS; non-performing loans (NPLs)"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-62379064909-15","ec-person-48f31156d932641826e09f5b73f074d35ff05786","ec-person-a9eda2e8ea54b70a968327672c6cada679d3cd56"]}} -{"id":"ec-meeting-2018-07-11-03a06c90b1c54d5c9f577f07054b1491aed5bbcb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-07-11 - Secretariat-General x vbw - Vereinigung der Bayerischen Wirtschaft e. V."],"date":["2018-07-11"],"summary":["Die Rolle der öffentlich-rechtlichen Medien in einer zunehmend polarisierten Gesellschaft, meeting with Mr Ulrich Wilhelm, Intendant des Bayerischer Rundfunk"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-sg"],"involved":["eu-tr-49096067887-19","ec-person-97a74c3df4cdf4db05e274aab8204536eca85f92"]}} -{"id":"ec-meeting-2018-07-11-047c3a94991d7b27bed02d2a9b489007718d9daf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-07-11 - Cabinet of Commissioner Elżbieta Bieńkowska x Pracodawcy Rzeczypospolitej Polskiej"],"date":["2018-07-11"],"summary":["Exchange of views on current topics"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-086806624273-14","ec-person-95a769a1850d7d595f9a5853c51dcbdd3ddd69fb","ec-person-3d55409fa049ff6b397a9afc2fcc21bc7c409f0d"]}} -{"id":"ec-meeting-2018-07-11-194ad1f61f7543048db6a5b027aad9c337ef70f5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-07-11 - Cabinet of Commissioner Phil Hogan x Confederazione Nazionale Coldiretti"],"date":["2018-07-11"],"summary":["renewal process of Copper compounds"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-55507619225-88","ec-person-7d3caa534e5cdda6d5b949bd4b2def39356e3bec"]}} -{"id":"ec-meeting-2018-07-11-1c8425e9f3ed6910779526c3c5fadb63b3de4451","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-07-11 - Maritime Affairs and Fisheries x Confederación Española de Pesca"],"date":["2018-07-11"],"summary":["Indian Ocean Fishing"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-mare"],"involved":["ec-person-a7b4b8418268a6d6c196b5e45f606fc92acbdb8c","eu-tr-423426615377-64"]}} -{"id":"ec-meeting-2018-07-11-2129b74261d7b988f601cc8f1c4fc084c1dd68dd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-07-11 - Cabinet of Vice-President Jyrki Katainen x ERNIEAPP LTD"],"date":["2018-07-11"],"summary":["ErnieApp approach to data protection"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-588975328336-69","ec-person-81b1dda49062e5dac42bdad9273fa72968a2c325"]}} -{"id":"ec-meeting-2018-07-11-292698fd43b4af3136be87b203b77cb9d99bf295","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-07-11 - Cabinet of Commissioner Vytenis Andriukaitis x Confederazione Generale dell'Agricoltura Italiana"],"date":["2018-07-11"],"summary":["Suistainable Agriculture"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-0dbfffeb0323f819c8d57164906086dd8639c437","eu-tr-230456715590-19"]}} -{"id":"ec-meeting-2018-07-11-2e646a506fce88b91718b1337150a0f10a8d8bd0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-07-11 - Cabinet of President Jean-Claude Juncker x vbw - Vereinigung der Bayerischen Wirtschaft e. V."],"date":["2018-07-11"],"summary":["Die Rolle der öffentlich-rechtlichen Medien in einer zunehmend polarisierten Gesellschaft"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-49096067887-19","ec-person-c402e34a99fbee730ae22e3b1958e21c94dc6fcc"]}} -{"id":"ec-meeting-2018-07-11-3ee48ccdaa72fd24dbe6e80c981234d343ab5f4e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-07-11 - Cabinet of Vice-President Valdis Dombrovskis x WWF European Policy Programme"],"date":["2018-07-11"],"summary":["Sustainable Finance"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-1414929419-24","ec-person-48f31156d932641826e09f5b73f074d35ff05786","ec-person-537401fc0be04984531b83660f416bf2fe14fbd8"]}} -{"id":"ec-meeting-2018-07-11-498a60bdd416b490ff363f8165854184749301b5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-07-11 - Cabinet of Commissioner Marianne Thyssen x IPC International, Inc."],"date":["2018-07-11"],"summary":["Skills agenda"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["ec-person-786ac5b4308f9797c51ea9c4491fcd16b6fac4cd","eu-tr-390331424747-18"]}} -{"id":"ec-meeting-2018-07-11-4b0b951abc96cf2df0271316c9f25f98520d46bf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-07-11 - Cabinet of President Jean-Claude Juncker x Deutscher Industrie- und Handelskammertag e.V."],"date":["2018-07-11"],"summary":["Presentation of the Juncker Commission's work on jobs, growth, investments, sustainability and SMEs"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-22400601191-42","ec-person-c402e34a99fbee730ae22e3b1958e21c94dc6fcc"]}} -{"id":"ec-meeting-2018-07-11-6991e2747752af0a5ea3b9ffb582d800695752cb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-07-11 - Cabinet of Vice-President Günther Oettinger x Deutsche Bank AG"],"date":["2018-07-11"],"summary":["MFF"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-271912611231-56","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2018-07-11-749e2a48e4d651ffe179cc3bf3d924a9c542f0c7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-07-11 - Cabinet of Vice-President Valdis Dombrovskis x Deutsche Bank AG"],"date":["2018-07-11"],"summary":["Banking Union, current developments regarding the Basel rules implementation, CMU, the digital agenda and the further development of the EU regulatory framework for FinTech"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-271912611231-56","ec-person-48f31156d932641826e09f5b73f074d35ff05786","ec-person-a9eda2e8ea54b70a968327672c6cada679d3cd56"]}} -{"id":"ec-meeting-2018-07-11-75a180755525e8aec51e3f09c849d0ec4e459483","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-07-11 - Cabinet of Commissioner Věra Jourová x Amazon Europe Core SARL"],"date":["2018-07-11"],"summary":["Datat protection, Safety of products sold online, New deal for consumers"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-a2ca9161feee56909a0e98b473c2d342c20fdb57","ec-person-a608b85b2ffef83f883b5a2330b6232efa1b7141","eu-tr-366117914426-10"]}} -{"id":"ec-meeting-2018-07-11-7885e59e76bf72049e70ae1b9e979dea4f319846","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-07-11 - Cabinet of Vice-President Jyrki Katainen x Genna Cabinet Sprl"],"date":["2018-07-11"],"summary":["European cloud"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-81b1dda49062e5dac42bdad9273fa72968a2c325","eu-tr-965553914278-94"]}} -{"id":"ec-meeting-2018-07-11-7c66fbced9ac2dd99139b43ac921863c437bd878","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-07-11 - Cabinet of Commissioner Dimitris Avramopoulos x Bibliothèques Sans Frontières"],"date":["2018-07-11"],"summary":["Citizenship and immigration"],"notes":["Portfolio: Migration, Home Affairs and Citizenship"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-avramopoulos-cabinet-commissioner-dimitris-of"],"involved":["eu-tr-909016131754-47","ec-person-91522a096e6740a4c2460c43195eb9a9af2cba6d","ec-person-06b43c385c07c13f2bae1d24a0075851e8ce491d"]}} -{"id":"ec-meeting-2018-07-11-81c0ae5e5920ad9a066018ce8e48b264ea53aa7a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-07-11 - Cabinet of First Vice-President Frans Timmermans x None"],"date":["2018-07-11"],"summary":["meeting with the representatives of the SDG high-level multi-stakeholder platform"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels, BERL"],"address":["Brussels, BERL"],"addressEntity":["addr-3c3fa5f92474ebac668808553fbab6d1c14aa243"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-06798511314-27","eu-tr-34478709670-34","ec-person-966667b73d92624be9bb019c2baab7e52331b3d3","eu-tr-85083981189-35","eu-tr-56502415122-32"]}} -{"id":"ec-meeting-2018-07-11-9212c2c63dc9bf5598b07bc80b8623901f99023d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-07-11 - Directorate-General for International Partnerships x ENEL SpA"],"date":["2018-07-11"],"summary":["Exchange on the EU projects on renewable energy in Africa."],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-intpa"],"involved":["eu-tr-6256831207-27","ec-person-05c4477b89b93e7969f12d89b38f77fedce5876f"]}} -{"id":"ec-meeting-2018-07-11-ad438ee1cd1059c6973de7f40ca73e15dccddba5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-07-11 - Cabinet of Commissioner Violeta Bulc x Indra"],"date":["2018-07-11"],"summary":["Aviation issues"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-208351410839-33","ec-person-9d4dc4867a44dfe10f67ae7ee1706da3e8b48a24"]}} -{"id":"ec-meeting-2018-07-11-b76dff92baac7b53af4eb2b960853e13e97fa258","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-07-11 - Cabinet of Commissioner Tibor Navracsics x Université de la Rochelle"],"date":["2018-07-11"],"summary":["Innovation in Higher Education"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-33076d1a800ce856f29bbab43813a5a80eef2da0","eu-tr-542814232011-80"]}} -{"id":"ec-meeting-2018-07-11-db7e38a80396638ef2376cc45f4359676a8c18ea","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-07-11 - Cabinet of Vice-President Valdis Dombrovskis x Standard Chartered"],"date":["2018-07-11"],"summary":["Cross-border impact of the Benchmarks Regulation (BMR)"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-16595501800-80","ec-person-30d770ccd575865b3106f94220ce1ace16e48f1a"]}} -{"id":"ec-meeting-2018-07-11-e579ff3ab44e6b4b3a80df616226a50801d7eaa8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-07-11 - Cabinet of President Jean-Claude Juncker x Brunswick Group LLP"],"date":["2018-07-11"],"summary":["Energy Union and Climate Strategy"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-b1bf9aa5fb7e886441ff341b657cc482b64a2a3e","eu-tr-26255464458-25"]}} -{"id":"ec-meeting-2018-07-11-e6673d28fafbfd5f643cbd6b10105cd32f0c64e6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-07-11 - Competition x vbw - Vereinigung der Bayerischen Wirtschaft e. V."],"date":["2018-07-11"],"summary":["Die Rolle der öffentlich-rechtlichen Medien in einer zunehmend polarisierten Gesellschaft, meeting with Mr Ulrich Wilhelm, Intendant des Bayerischen Rundfunks"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-comp"],"involved":["ec-person-8600a621c9aef12fc33b708e13b3cd3d5fa5696b","eu-tr-49096067887-19"]}} -{"id":"ec-meeting-2018-07-11-e6ba01cdc25a21d2c08532766eff05f0bdda4f0f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-07-11 - Cabinet of First Vice-President Frans Timmermans x The European Organization for Packaging and the Environment"],"date":["2018-07-11"],"summary":["discussion on Single Use Plastics proposal"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels, BERL"],"address":["Brussels, BERL"],"addressEntity":["addr-3c3fa5f92474ebac668808553fbab6d1c14aa243"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-0001976677-12","ec-person-8d1c5ff76a431332387aa10936b0bff13f7d71fd"]}} -{"id":"ec-meeting-2018-07-11-f5a1c944d9eeb882c12d904ab780ddc2f59f391a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-07-11 - Cabinet of President Jean-Claude Juncker x Insurance Europe"],"date":["2018-07-11"],"summary":["Future of the EU priorities of the Juncker Commission"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-c402e34a99fbee730ae22e3b1958e21c94dc6fcc","eu-tr-33213703459-54"]}} -{"id":"ec-meeting-2018-07-11-f5d9525460ed84ff929a625ddb734277a3b68be0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-07-11 - Cabinet of First Vice-President Frans Timmermans x Royal DSM"],"date":["2018-07-11"],"summary":["Implementation of SDGs and general EU affairs"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["ec-person-966667b73d92624be9bb019c2baab7e52331b3d3","eu-tr-73926352722-07"]}} -{"id":"ec-meeting-2018-07-11-f7c5aca62e8fcf1260f709e80b4e739e05ccd6ea","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-07-11 - Cabinet of Commissioner Pierre Moscovici x TheCityUK"],"date":["2018-07-11"],"summary":["Brexit and financial system"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["eu-tr-237922911665-25","ec-person-3cbeba61ae952f06fe4916c381438ebbc676a597"]}} -{"id":"ec-meeting-2018-07-11-ff363e9da8d46d780557ee074a81506229cb87f4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-07-11 - Cabinet of Vice-President Andrus Ansip x Apple Inc."],"date":["2018-07-11"],"summary":["Platforms"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-e91c5be432b6b3efdda369792fed67c20b767a45","eu-tr-588327811384-96"]}} -{"id":"ec-meeting-2018-07-12-0f3cadfe13a829f1f5b73d1fc558ac3a16d6d0bf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-07-12 - Cabinet of President Jean-Claude Juncker x Association pharmaceutique luxembourgeoise"],"date":["2018-07-12"],"summary":["Règlementation sur le Certificat complémentaire de protection (CCP)"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-256306032009-42","ec-person-c402e34a99fbee730ae22e3b1958e21c94dc6fcc"]}} -{"id":"ec-meeting-2018-07-12-124ef0cce5eb85252dc76acb97e3051009871eae","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-07-12 - Research and Innovation x Hydrogen Europe"],"date":["2018-07-12"],"summary":["Follow-up on the discussions during Eropean Business Summit in the light of Horizon Europe"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-rtd"],"involved":["ec-person-1d348f33395de0ea6773a7b4ae8797e3e0392f73","eu-tr-77659588648-75"]}} -{"id":"ec-meeting-2018-07-12-3dc8e6fd660d3203ab40cc91395d89e38c11ad05","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-07-12 - Cabinet of President Jean-Claude Juncker x Vodafone Belgium SA"],"date":["2018-07-12"],"summary":["Digital Single Market"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-90142503473-81","ec-person-67872aca57f8dfc132dbac47ff41bf9b60ba8ac5"]}} -{"id":"ec-meeting-2018-07-12-40a3124e30f4d48fc74df4bbf5a65cd1d034c2fc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-07-12 - Cabinet of Vice-President Jyrki Katainen x Confederazione Generale dell'Industria Italiana"],"date":["2018-07-12"],"summary":["Digital skills gap in industry"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90","eu-tr-27762251795-15"]}} -{"id":"ec-meeting-2018-07-12-48f98a87fea6df6fcbd5cb18c44a4ba1e65843c4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-07-12 - Cabinet of First Vice-President Frans Timmermans x International Bar Association"],"date":["2018-07-12"],"summary":["Rule of Law"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-55828722666-53","ec-person-966667b73d92624be9bb019c2baab7e52331b3d3"]}} -{"id":"ec-meeting-2018-07-12-49f171f7a2c27ae603eb6cd32b900e43dbfddd19","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-07-12 - Cabinet of First Vice-President Frans Timmermans x Teneo Brussels"],"date":["2018-07-12"],"summary":["Discussion on single use plastics"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-91124993695-29","ec-person-8d1c5ff76a431332387aa10936b0bff13f7d71fd"]}} -{"id":"ec-meeting-2018-07-12-4f23d25022fb69d977b5a09815f6145d5f16b6d2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-07-12 - Climate Action x EUROMETAUX"],"date":["2018-07-12"],"summary":["Implementation of the EU Emissions Trading system"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-clima"],"involved":["ec-person-9c5c685692a09a77f2bc8ae9c05663b87cd75aae","eu-tr-61650796093-48"]}} -{"id":"ec-meeting-2018-07-12-5029ca6390bb4a15562fadeafbe01c22de429b07","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-07-12 - Cabinet of Vice-President Valdis Dombrovskis x Wise Ltd"],"date":["2018-07-12"],"summary":["Dynamic Currency Conversion (DCC)"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-537401fc0be04984531b83660f416bf2fe14fbd8","eu-tr-843309518020-96"]}} -{"id":"ec-meeting-2018-07-12-5132b19e52a7d79a308e489468d9c9d9fa531756","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-07-12 - Cabinet of First Vice-President Frans Timmermans x Confederazione Generale dell'Industria Italiana"],"date":["2018-07-12"],"summary":["EU priorities and economic climate"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["ec-person-966667b73d92624be9bb019c2baab7e52331b3d3","eu-tr-27762251795-15"]}} -{"id":"ec-meeting-2018-07-12-5694c1bba0e4a3218070ba95c645c1c3e8ad8a20","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-07-12 - Cabinet of Commissioner Mariya Gabriel x Apple Inc."],"date":["2018-07-12"],"summary":["platform to business; tackling illegal content"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["ec-person-d995d34a2f8b1f0bf6a17486f5699181d6a01e1c","eu-tr-588327811384-96"]}} -{"id":"ec-meeting-2018-07-12-56c947dcb7d6ef00f74ac67d30f33ae6af301750","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-07-12 - Cabinet of Commissioner Věra Jourová x Mozilla Corporation"],"date":["2018-07-12"],"summary":["Code of Conduct, Fight against terrorist content online"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["eu-tr-174457719063-67","ec-person-1e0e3a00ab815dea7c5b839b002ed2c7e34bfe0a"]}} -{"id":"ec-meeting-2018-07-12-6b538db53c99351094b975ce299a58e86dd5dc3e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-07-12 - Cabinet of Vice-President Karmenu Vella x Eurogroup for Animals"],"date":["2018-07-12"],"summary":["Ivory, Animal Welfare in Aquaculture, Laboratory animals"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["eu-tr-6809935493-49","ec-person-2966d69fae0ea4e67f3f2df5a743cc766267d3c8","ec-person-0e3efd8bc1c3ee9a80205d0bb78f316fa1621e5d"]}} -{"id":"ec-meeting-2018-07-12-7b38e63eb568b4fa0488fac81b287f02a0cf4a14","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-07-12 - Cabinet of Vice-President Miguel Arias Cañete x Ørsted A/S"],"date":["2018-07-12"],"summary":["Presentation of Örsted activities and investments into renewables in Asia. Dialogue on current state of EU climate and energy policy."],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-870817015429-80","ec-person-95f883d5d0d484088f26191a8fea8553d674dfbe"]}} -{"id":"ec-meeting-2018-07-12-875aff2df0593ef567f463984ca3acadcd53d328","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-07-12 - Cabinet of Vice-President Andrus Ansip x Confédération Européenne des Associations de Petites et Moyennes Entreprises"],"date":["2018-07-12"],"summary":["GDPR, taxation"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-077142018281-86","ec-person-6a03bc4fa7657513ea34529e98dba0671ef4c849","ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0"]}} -{"id":"ec-meeting-2018-07-12-87e892c9d117cb945b4606153d4ae000c1ea83e6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-07-12 - Cabinet of Commissioner Phil Hogan x International Confederation of European Beet Growers"],"date":["2018-07-12"],"summary":["Business discussion"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-400dd8d59d3060187d9b9b143d697da1a3d03c12","ec-person-a1a78365cc4685b0958056646204977d8f2ead92","eu-tr-89930126483-54"]}} -{"id":"ec-meeting-2018-07-12-a50eac742db954fbf7730264470e54c1fd65dd10","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-07-12 - Cabinet of Vice-President Andrus Ansip x SAZKA Group a.s."],"date":["2018-07-12"],"summary":["DSM, platforms, data"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-343059028884-80","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45"]}} -{"id":"ec-meeting-2018-07-12-af35ce7862d2684f8b629cdc146ec7f262ac24e5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-07-12 - Cabinet of Vice-President Valdis Dombrovskis x Cassa Depositi e Prestiti s.p.a."],"date":["2018-07-12"],"summary":["Sustainable Finance"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-110117812027-92","ec-person-30d770ccd575865b3106f94220ce1ace16e48f1a"]}} -{"id":"ec-meeting-2018-07-12-bedec5c21ef7e6384499fe53e863492194750b9c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-07-12 - Cabinet of Vice-President Miguel Arias Cañete x LightingEurope"],"date":["2018-07-12"],"summary":["Ecodesign"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-29789243712-03","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd"]}} -{"id":"ec-meeting-2018-07-12-d62fe74c411dcd6189474d517a4c19259f3e3411","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-07-12 - Research and Innovation x League of European Research Universities"],"date":["2018-07-12"],"summary":["Courtesy visit"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-rtd"],"involved":["ec-person-1d348f33395de0ea6773a7b4ae8797e3e0392f73","eu-tr-823693912705-83"]}} -{"id":"ec-meeting-2018-07-12-d6f068c9caaca7090025d3a5c0caffdd44e077e3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-07-12 - Cabinet of Vice-President Cecilia Malmström x Bundesverband Mittelständische Wirtschaft e.V. Confédération Européenne des Associations de Petites et Moyennes Entreprises"],"date":["2018-07-12"],"summary":["Role of SME in General; Steal tarrifs; Brexit"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-082217218282-59","eu-tr-077142018281-86","ec-person-20ded9db5df11164331bb161fdf234b1e5ad53fd"]}} -{"id":"ec-meeting-2018-07-12-e6fd2bdf4f7d1e30b4385a650acfafb1ebeca1df","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-07-12 - Cabinet of Vice-President Jyrki Katainen x LightingEurope"],"date":["2018-07-12"],"summary":["Eco-design"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90","eu-tr-29789243712-03"]}} -{"id":"ec-meeting-2018-07-12-ef106857feb172951145dc781b024c5f0c303767","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-07-12 - Cabinet of Commissioner Marianne Thyssen x European Disability Forum"],"date":["2018-07-12"],"summary":["European disability policy"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["eu-tr-57868523887-16","ec-person-c508e9337eca6b067c1f966b82de49c4824a3ad0"]}} -{"id":"ec-meeting-2018-07-12-f1de4930d6f9d50feeda22f74e60a4a39afadd2f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-07-12 - Energy x FortyEight"],"date":["2018-07-12"],"summary":["energy policy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-870921517430-50","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2018-07-13-0fce5a5b8e485a3edbca0f99650d218734d5b815","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-07-13 - Cabinet of High Representative / Vice-President Federica Mogherini x Open Society European Policy Institute"],"date":["2018-07-13"],"summary":["Current situation in Armenia"],"notes":["Portfolio: Foreign Affairs and Security Policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"involved":["ec-person-d2aee33b6a13b13cbded48adb1a569f8cf4d4033","eu-tr-8557515321-37"]}} -{"id":"ec-meeting-2018-07-13-2419baabe7a5e1edf9c98a87a4642d2c95ee8eff","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-07-13 - Cabinet of Commissioner Violeta Bulc x Marko Meglic s.p."],"date":["2018-07-13"],"summary":["Meeting"],"notes":["Portfolio: Transport"],"location":["Ljubljana"],"address":["Ljubljana"],"addressEntity":["addr-be95acba75b6b18917b2638aae79ec1300c77c35"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-921120132005-55","ec-person-a9f4fe47da47a1b05bbfda9825908089d11bda93"]}} -{"id":"ec-meeting-2018-07-13-27af16df05753138ec487952a44d46044d5714b2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-07-13 - Cabinet of Vice-President Valdis Dombrovskis x DRW Holdings, LLC"],"date":["2018-07-13"],"summary":["Digital asset"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-100640231936-57","ec-person-30d770ccd575865b3106f94220ce1ace16e48f1a"]}} -{"id":"ec-meeting-2018-07-13-2cab7360f6850dc7ec283db52cc81faa0f873ac9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-07-13 - Cabinet of Vice-President Günther Oettinger x Spotify"],"date":["2018-07-13"],"summary":["current EU policies / HR policy - diversity and inclusion"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["ec-person-b17d355ca19058898aba2ec032de59f8701d47f5","eu-tr-365747616583-15"]}} -{"id":"ec-meeting-2018-07-13-65319180d562e0dd7908d362bbda27d82d42d597","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-07-13 - Education, Youth, Sport and Culture x Bertelsmann Stiftung"],"date":["2018-07-13"],"summary":["Future and sustainability of U-Multirank"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-eac"],"involved":["ec-person-68d4f99b9ed1b40d86ebbf81f8f35aeebd6c5fc5","eu-tr-13571025706-27"]}} -{"id":"ec-meeting-2018-07-13-6ada8e4123008d2018629f9e628a0743a5fb44c3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-07-13 - Cabinet of Commissioner Vytenis Andriukaitis x European Coordination Committee of the Radiological, Electromedical and healthcare IT Industry"],"date":["2018-07-13"],"summary":["HTA, medical devices"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-059ca943fc5fc696d2a97849c635ddf7b6ab7fd7","eu-tr-05366537746-69"]}} -{"id":"ec-meeting-2018-07-13-6b420dfa9a29d5c3abd13e2d9f8d305f43c57098","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-07-13 - Climate Action x BUSINESSEUROPE"],"date":["2018-07-13"],"summary":["Exchange of views on developments and plans in the climate policy field"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-clima"],"involved":["ec-person-9c5c685692a09a77f2bc8ae9c05663b87cd75aae","eu-tr-3978240953-79"]}} -{"id":"ec-meeting-2018-07-13-90bc91238f920e83b9255d0dbb99649c335e4fa6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-07-13 - Cabinet of Commissioner Mariya Gabriel x HERMES INTERNATIONAL"],"date":["2018-07-13"],"summary":["e-commerce ; illegal content online"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-919484116074-16","ec-person-d995d34a2f8b1f0bf6a17486f5699181d6a01e1c"]}} -{"id":"ec-meeting-2018-07-13-b3b8dfca0d6a9e9c8aa7c91b8189d8ff546d96e5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-07-13 - Cabinet of Commissioner Violeta Bulc x V.Navtik d.o.o."],"date":["2018-07-13"],"summary":["Meeting"],"notes":["Portfolio: Transport"],"location":["Ljubljana"],"address":["Ljubljana"],"addressEntity":["addr-be95acba75b6b18917b2638aae79ec1300c77c35"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-443345931729-19","ec-person-a9f4fe47da47a1b05bbfda9825908089d11bda93"]}} -{"id":"ec-meeting-2018-07-13-b636e1f4c2287d52342dacfdb991974017ee399c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-07-13 - Cabinet of Commissioner Violeta Bulc x Butan plin družba za distribucijo plina, d.d., Ljubljana"],"date":["2018-07-13"],"summary":["Meeting"],"notes":["Portfolio: Transport"],"location":["Ljubljana"],"address":["Ljubljana"],"addressEntity":["addr-be95acba75b6b18917b2638aae79ec1300c77c35"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-921497232030-24","ec-person-a9f4fe47da47a1b05bbfda9825908089d11bda93"]}} -{"id":"ec-meeting-2018-07-13-bf2989a023a0158ee5583b80e8fb55714ec31edd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-07-13 - Cabinet of Vice-President Karmenu Vella x European Landowners' Organization asbl"],"date":["2018-07-13"],"summary":["EU Large Carnivore Platform , Wolfs, Nature Directives"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["ec-person-9e282d5223d0f62146ce1013e2dac38adc89a4cf","eu-tr-36063991244-88","ec-person-0e3efd8bc1c3ee9a80205d0bb78f316fa1621e5d"]}} -{"id":"ec-meeting-2018-07-13-c06780ee4c3fb163729170c03e78f26b3d73a57d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-07-13 - Cabinet of Commissioner Carlos Moedas x Science Europe"],"date":["2018-07-13"],"summary":["Open Science, Open Access and European Open Science Cloud"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-b8d49828915f9008e764a78796d47ea00807a658","eu-tr-73131808686-11","ec-person-a45151b401196e9c374c9acdada9d8840da271ad","ec-person-23980b2bc4fd9c82051d0f7888dc236b2f764866"]}} -{"id":"ec-meeting-2018-07-13-d15adc9bfac38e3951f3d54a0c330340918f76d5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-07-13 - Research and Innovation x Norwegian University of Science and Technology"],"date":["2018-07-13"],"summary":["Presenting network of universities -Unilion"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-rtd"],"involved":["ec-person-1d348f33395de0ea6773a7b4ae8797e3e0392f73","eu-tr-886395221039-89"]}} -{"id":"ec-meeting-2018-07-13-e758ebf2785d98ba64a4a6ba920994ab17c04af6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-07-13 - Cabinet of Vice-President Neven Mimica x Plan International EU Office"],"date":["2018-07-13"],"summary":["Meeting to introduce the new Head of Plan International EU Office and discuss preparations for the 2018 Global Girls' Summit"],"notes":["Portfolio: International Cooperation & Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-mimica-neven-of-president-vice"],"involved":["ec-person-b187f3955c71d2e1daa48e02fd0a09ab7c6f6098","eu-tr-83357751766-93","ec-person-d455992f8f48b86e26e61f5284a9ef8e18aed182"]}} -{"id":"ec-meeting-2018-07-16-43a90784726008451fd2a8d0660066ae7ae760e9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-07-16 - Cabinet of Vice-President Günther Oettinger x Gesamtverband der Deutschen Versicherungswirtschaft e.V."],"date":["2018-07-16"],"summary":["ESA review"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-6437280268-55","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2018-07-16-9721365a21b1dfbc9e27bf2a073c35aed9aab4e5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-07-16 - Climate Action x Fiat Chrysler Automobiles"],"date":["2018-07-16"],"summary":["Proposal for the CO2 post-2020 emission standards for cars and vans"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-clima"],"involved":["eu-tr-7387356890-48","ec-person-9c5c685692a09a77f2bc8ae9c05663b87cd75aae"]}} -{"id":"ec-meeting-2018-07-16-c5b6ca5d15e138f6e6529c4097b54b9664578e09","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-07-16 - Cabinet of First Vice-President Frans Timmermans x Polystyrene Loop Coöperatief U.A."],"date":["2018-07-16"],"summary":["EU Chemicals waste and Plastics regulatory framework"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels, BERL"],"address":["Brussels, BERL"],"addressEntity":["addr-3c3fa5f92474ebac668808553fbab6d1c14aa243"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-613370731995-56","ec-person-8d1c5ff76a431332387aa10936b0bff13f7d71fd"]}} -{"id":"ec-meeting-2018-07-16-d46f8d84fa586450bef214fa9618c20f5f6f5871","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-07-16 - Cabinet of Commissioner Tibor Navracsics x Fédération Internationale des Footballeurs Professionnelles Division Europe"],"date":["2018-07-16"],"summary":["Developments in football regulations"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["eu-tr-797440512350-84","ec-person-dc2e0fed0fdf39a6a3f3ad63355c5215599de9d1"]}} -{"id":"ec-meeting-2018-07-16-d4ec8e7eaea95ff369769cf3b6ae4c59bf1aae67","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-07-16 - Cabinet of Commissioner Carlos Moedas x IDeA Europe Foundation"],"date":["2018-07-16"],"summary":["Research & Innovation projects"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["eu-tr-210219629717-70","ec-person-a6e757d2928b639b876fd492ddee1fc1420908bf"]}} -{"id":"ec-meeting-2018-07-17-00681bf3b02662c31bdb3898de6381f81763cd62","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-07-17 - Cabinet of Commissioner Vytenis Andriukaitis x MEDICINES FOR EUROPE"],"date":["2018-07-17"],"summary":["Supplementary protection certificate, pharmaceuticals in the environment, AMR"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["eu-tr-48325781850-28","ec-person-df30d07ef698a52b9948b9c734db39196cf8541f","ec-person-059ca943fc5fc696d2a97849c635ddf7b6ab7fd7"]}} -{"id":"ec-meeting-2018-07-17-0cef68e32a722d585f635d4b1bc8776db479e065","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-07-17 - Cabinet of Vice-President Miguel Arias Cañete x MIBGAS S.A."],"date":["2018-07-17"],"summary":["Interconnaction in Europe"],"notes":["Portfolio: Climate Action & Energy"],"location":["Madrid"],"address":["Madrid"],"addressEntity":["addr-7a2191964a3d7521269f0068afae6b6116bac15d"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-130844032149-10","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd"]}} -{"id":"ec-meeting-2018-07-17-1ed8b6b96390fdbfc5d98eaba40b8fa352b4e48d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-07-17 - Cabinet of Commissioner Vytenis Andriukaitis x European Business Summit Network"],"date":["2018-07-17"],"summary":["Conference \"Think Digital\""],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-059ca943fc5fc696d2a97849c635ddf7b6ab7fd7","eu-tr-268958411031-65"]}} -{"id":"ec-meeting-2018-07-17-4b59c916bc2e8728415001548e25ffb7debfc3f6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-07-17 - Cabinet of Commissioner Mariya Gabriel x International Federation of Reproduction Rights Organisations"],"date":["2018-07-17"],"summary":["Copyright"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-37740186466-03","ec-person-1674399a793e9e6fd7cf55b525515fc862fc9351"]}} -{"id":"ec-meeting-2018-07-17-52c6b51fd6bcfe005bbd3f4ddea570b684decd5e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-07-17 - Cabinet of Commissioner Phil Hogan x Beef + Lamb New Zealand"],"date":["2018-07-17"],"summary":["Trade relations between EU and NZ"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-c9d17d5879383b030f61a4066848249fb35d57e4","eu-tr-411499419067-78"]}} -{"id":"ec-meeting-2018-07-17-59148b6561102e2f8c7944b24cebd3c10dd80a4f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-07-17 - Cabinet of First Vice-President Frans Timmermans x KBC Group NV"],"date":["2018-07-17"],"summary":["Discussion on European Affairs"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-745225910014-90","ec-person-966667b73d92624be9bb019c2baab7e52331b3d3"]}} -{"id":"ec-meeting-2018-07-17-6d81c81feb824a2322ae5338433bea2b59bd8b1a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-07-17 - Cabinet of Commissioner Mariya Gabriel x EUROPE'S MEDIALAB (Fondation EURACTIV)"],"date":["2018-07-17"],"summary":["Media, Disinformation"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-485832526193-89","ec-person-1674399a793e9e6fd7cf55b525515fc862fc9351"]}} -{"id":"ec-meeting-2018-07-17-8db525734722f76f3f19ee30c094198f31e295a1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-07-17 - Cabinet of Vice-President Günther Oettinger x Capgemini Invent - the Netherlands"],"date":["2018-07-17"],"summary":["Artificial Intelligence, EPSAS (European Public Sector Accounting Standards)"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-531047531752-02","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2018-07-17-8e8300b7c7afcaaa7f5494d9d571b4c09b0705d4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-07-17 - Cabinet of Commissioner Tibor Navracsics x Spotify"],"date":["2018-07-17"],"summary":["Digital single Market"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-49f31dad10f5641cb1d1e4c3107dd838389e8120","eu-tr-365747616583-15"]}} -{"id":"ec-meeting-2018-07-17-cbb7d6959bc53e3fe5475e7adba1b91f54e864b5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-07-17 - Cabinet of Commissioner Vytenis Andriukaitis x Federazione Italiana dell'Industria Alimentare"],"date":["2018-07-17"],"summary":["Preparatory meeting to visit to Turin"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["eu-tr-94614946815-09","ec-person-0dbfffeb0323f819c8d57164906086dd8639c437"]}} -{"id":"ec-meeting-2018-07-17-dd5e18dd699dd72f2549d81548c9780383cc41a6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-07-17 - Task Force for Relations with the United Kingdom x Association des Banques et Banquiers, Luxembourg"],"date":["2018-07-17"],"summary":["Meeting with the Task Force for the Preparation and Conduct of the Negotiations with the United Kingdom under Article 50 TEU"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-uktf"],"involved":["eu-tr-3505006282-58","ec-person-864cfa5fbc9b02a079ffbab1107f252c7bb08478"]}} -{"id":"ec-meeting-2018-07-17-ea423983a161ff0e07cde191f7e4af00b192466d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-07-17 - Cabinet of Commissioner Vytenis Andriukaitis x None"],"date":["2018-07-17"],"summary":["HTA, digital health and care, medical devices"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["eu-tr-035366013790-68","ec-person-059ca943fc5fc696d2a97849c635ddf7b6ab7fd7","eu-tr-05366537746-69","ec-person-df30d07ef698a52b9948b9c734db39196cf8541f"]}} -{"id":"ec-meeting-2018-07-17-eec39464d9019dee1535c01368f4fe05961c5606","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-07-17 - Employment, Social Affairs and Inclusion x SGI Europe"],"date":["2018-07-17"],"summary":["Introductory meeting to reinforce the fruitful cooperation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-empl"],"involved":["eu-tr-59513031434-92","ec-person-dd259fce880e1853f0beb087443bce6e7dea70d7"]}} -{"id":"ec-meeting-2018-07-17-fbf5ee71909dc4a68d0bf9550aa6ed8488e48755","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-07-17 - Cabinet of Commissioner Mariya Gabriel x VIVENDI"],"date":["2018-07-17"],"summary":["Directive sur le droit d’auteur dans le marché unique du numérique"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-057865115207-48","ec-person-d995d34a2f8b1f0bf6a17486f5699181d6a01e1c"]}} -{"id":"ec-meeting-2018-07-18-03210c3d659cd03619e61413604d264d44ff8669","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-07-18 - Cabinet of First Vice-President Frans Timmermans x Tony Blair Institute for Global Change"],"date":["2018-07-18"],"summary":["Discussion on Brexit and migration"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-820300530953-18","ec-person-966667b73d92624be9bb019c2baab7e52331b3d3"]}} -{"id":"ec-meeting-2018-07-18-0af95fce0191caa29f96f90f733c542476feaf10","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-07-18 - Education, Youth, Sport and Culture x European Youth Forum"],"date":["2018-07-18"],"summary":["Future cooperation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-eac"],"involved":["ec-person-68d4f99b9ed1b40d86ebbf81f8f35aeebd6c5fc5","eu-tr-43251547769-22"]}} -{"id":"ec-meeting-2018-07-18-1a38a90f46b3f3132bb5d5789f2feb63416b8a29","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-07-18 - Task Force for Relations with the United Kingdom x Tony Blair Institute for Global Change"],"date":["2018-07-18"],"summary":["Meeting with the Task Force for the Preparation and Conduct of the Negotiations with the United Kingdom under Article 50 TEU"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-uktf"],"involved":["ec-person-864cfa5fbc9b02a079ffbab1107f252c7bb08478","eu-tr-820300530953-18"]}} -{"id":"ec-meeting-2018-07-18-1cff32bc50f2027c66058d7e49ea8d7366350e27","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-07-18 - Cabinet of Commissioner Mariya Gabriel x Ecommerce Europe"],"date":["2018-07-18"],"summary":["Online platforms"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-867433111414-11","ec-person-d995d34a2f8b1f0bf6a17486f5699181d6a01e1c"]}} -{"id":"ec-meeting-2018-07-18-230c7225bcfe91ff3718dec651b14020928c6958","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-07-18 - Cabinet of Vice-President Günther Oettinger x International Centre for Migration Policy Development"],"date":["2018-07-18"],"summary":["EU migration policy"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-428294520891-74","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2018-07-18-35512b1a99ccf1e9cff6bbd13ec37d7d11a7d06b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-07-18 - Cabinet of Commissioner Vytenis Andriukaitis x Affordable Medicines Europe"],"date":["2018-07-18"],"summary":["Parallel import of medicines"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["eu-tr-509882515669-01","ec-person-059ca943fc5fc696d2a97849c635ddf7b6ab7fd7"]}} -{"id":"ec-meeting-2018-07-18-3f6f1036d503f2d5310a240a7b88c3025fc26cdf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-07-18 - Energy x ENGIE"],"date":["2018-07-18"],"summary":["clean energy transition"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-90947457424-20","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2018-07-18-5362f3f0e4e3f4b8160792d0140b8b560fb0c7b8","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2018-07-18 - Cabinet of First Vice-President Frans Timmermans x Stichting The Ocean Cleanup"],"date":["2018-07-18"],"summary":["discussion on ''the OCEAN Cleanup'' project and Commission's initiatives on plastics"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels, BERL","Brussels"],"address":["Brussels, BERL","Brussels"],"addressEntity":["addr-3c3fa5f92474ebac668808553fbab6d1c14aa243","addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["ec-person-8d1c5ff76a431332387aa10936b0bff13f7d71fd","ec-person-966667b73d92624be9bb019c2baab7e52331b3d3","eu-tr-579590331839-56"]}} -{"id":"ec-meeting-2018-07-18-71c004ecea52424b432e53093598ff0f1dbfaaf5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-07-18 - Cabinet of Vice-President Jyrki Katainen x Stichting The Ocean Cleanup"],"date":["2018-07-18"],"summary":["Presentation of technologies tackling plastic waste"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-0da85dc48012e26688310a59a0b51727ea68f410","eu-tr-579590331839-56"]}} -{"id":"ec-meeting-2018-07-18-7d1d389b7b43a24ab95a7ffb68f804b87fc1fcb8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-07-18 - Cabinet of Commissioner Vytenis Andriukaitis x GLOBAL HEALTH ADVOCATES European Public Health Alliance DSW (Deutsche Stiftung Weltbevoelkerung)"],"date":["2018-07-18"],"summary":["Horizon Europe"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-059ca943fc5fc696d2a97849c635ddf7b6ab7fd7","eu-tr-07720398190-53","eu-tr-18941013532-08","eu-tr-32018754890-28"]}} -{"id":"ec-meeting-2018-07-18-8fd5febf46f97ebac3e247a8af3bbbd0bfe2687e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-07-18 - Energy x European Network of Transmission System Operators for Electricity"],"date":["2018-07-18"],"summary":["Energy policy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-25805148045-87","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2018-07-18-c15620fea6e8b5dc9b0b2dfc208f1caa37a644ed","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-07-18 - Informatics x FIPRA International SRL"],"date":["2018-07-18"],"summary":["Commission Digital Strategy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-digit"],"involved":["eu-tr-58746194306-23","ec-person-32591d36027eb92a66b57d5bcc8c57d9574380b0"]}} -{"id":"ec-meeting-2018-07-18-cd6300232d9b6a652485e94e2e37ce34286732c3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-07-18 - Cabinet of Commissioner Vytenis Andriukaitis x Norwegian University of Science and Technology"],"date":["2018-07-18"],"summary":["Preparatory meeting to visit to Norway - 2019"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-0dbfffeb0323f819c8d57164906086dd8639c437","eu-tr-886395221039-89"]}} -{"id":"ec-meeting-2018-07-18-d22ed417eb737d6045451c60ee33869b5c0a0ceb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-07-18 - Cabinet of Commissioner Věra Jourová x European Banking Federation"],"date":["2018-07-18"],"summary":["New deal for Consumers"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-a2ca9161feee56909a0e98b473c2d342c20fdb57","eu-tr-4722660838-23"]}} -{"id":"ec-meeting-2018-07-18-d990afabb067bb26f726b891b534262a565a7835","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-07-18 - Cabinet of Commissioner Vytenis Andriukaitis x European Chronic Disease Alliance European Public Health Alliance"],"date":["2018-07-18"],"summary":["Non communicable diseases"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-059ca943fc5fc696d2a97849c635ddf7b6ab7fd7","ec-person-b4899928aefa422e4992056d90974930b39cad81","eu-tr-462272223719-65","eu-tr-18941013532-08"]}} -{"id":"ec-meeting-2018-07-19-2931f50c1452316672fba41edee4299806c9c05b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-07-19 - Education, Youth, Sport and Culture x Culture Action Europe Lifelong Learning Platform"],"date":["2018-07-19"],"summary":["Building synergies between education and culture"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-eac"],"involved":["ec-person-68d4f99b9ed1b40d86ebbf81f8f35aeebd6c5fc5","eu-tr-237149421566-71","eu-tr-74923516160-01"]}} -{"id":"ec-meeting-2018-07-19-35fbba66710567d207050d5bdf02934387767c0c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-07-19 - Financial Stability, Financial Services and Capital Markets Union x AMUNDI AM"],"date":["2018-07-19"],"summary":["PEPP, PRIIPs, sustainable finance"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-94607479886-02","ec-person-bdee7a93f95c8ef05079539170139b3c02e8ed96"]}} -{"id":"ec-meeting-2018-07-19-67b17b3faa23e52250062d41f805f00e7077e46a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-07-19 - Cabinet of Vice-President Jyrki Katainen x SC Johnson"],"date":["2018-07-19"],"summary":["Investment Plan for Europe and InvestEU."],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-c3d85c41b6b842aae5c953d41fda5f240a5d0969","eu-tr-82296032229-15"]}} -{"id":"ec-meeting-2018-07-19-75a52ccd9e42020a2c14d417284e3af3d4a2aa8d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-07-19 - Climate Action x ETIP Zero Emissions Platform"],"date":["2018-07-19"],"summary":["CCS deployment in Europe"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-clima"],"involved":["eu-tr-793300922868-60","ec-person-9c5c685692a09a77f2bc8ae9c05663b87cd75aae"]}} -{"id":"ec-meeting-2018-07-19-7a1e128dea6b95a05dd9f77f857f05e571d86ce1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-07-19 - Cabinet of Commissioner Marianne Thyssen x NV Bekaert SA"],"date":["2018-07-19"],"summary":["Impact of the US trade measures"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["eu-tr-970001332146-05","ec-person-30b86bb23229e021bfd27134f723d390b5c86aee"]}} -{"id":"ec-meeting-2018-07-19-af184fdd2fb2a396261d4dc5c6c48342a8ff61b1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-07-19 - Climate Action x Association des Constructeurs Européens d'Automobiles"],"date":["2018-07-19"],"summary":["Mobility proposals"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-clima"],"involved":["ec-person-9c5c685692a09a77f2bc8ae9c05663b87cd75aae","eu-tr-0649790813-47"]}} -{"id":"ec-meeting-2018-07-19-afb1573218c479cf5f2a4b019837b60bd9817e06","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-07-19 - Energy x VOLTALIS"],"date":["2018-07-19"],"summary":["le marché de l'effacement, rôle des consommateurs"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["ec-person-6997149120ce5129e38febe5275dc8fd03232d2e","eu-tr-346785932105-12"]}} -{"id":"ec-meeting-2018-07-19-b20a103f861bd2804adf16d4b0f9aa92a0ec189c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-07-19 - Cabinet of Vice-President Jyrki Katainen x Zero Waste Europe"],"date":["2018-07-19"],"summary":["misalignment between JASPERS-financed projects in some central/eastern Europe MS and COM policy orientations in the waste management"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-47806848200-34","ec-person-0da85dc48012e26688310a59a0b51727ea68f410"]}} -{"id":"ec-meeting-2018-07-19-b36a5251b5507f4894b1735e6a2be4e3b13a99dd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-07-19 - Cabinet of Vice-President Karmenu Vella x Deutsche Umwelthilfe e.V."],"date":["2018-07-19"],"summary":["Circular Economy Package"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["ec-person-6092d9ab71cd7a84d2110b843c9313a0a02a7c45","eu-tr-03506017714-81"]}} -{"id":"ec-meeting-2018-07-19-c4385e2a511f93871f6d8e201797386f2c21e9f3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-07-19 - Cabinet of Vice-President Cecilia Malmström x Diageo"],"date":["2018-07-19"],"summary":["Latest developments in Trade policy"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-10774885698-20","ec-person-591ec829ca734bcfe59a2c9c7f07f9dff22a0ea9"]}} -{"id":"ec-meeting-2018-07-19-ca87afdb91340cfd0b0e9bd7977148a06c9e37f8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-07-19 - Mobility and Transport x Ford Motor Company"],"date":["2018-07-19"],"summary":["Autonomous vehicle"],"location":["Washington DC, USA"],"address":["Washington DC, USA"],"addressEntity":["addr-6cded9982e68e4b695f06c479726e77262572bfd"],"organizer":["ec-dg-move"],"involved":["ec-person-26cdfacae671b09917bee1a91c91973941fa58a2","eu-tr-21851435137-02"]}} -{"id":"ec-meeting-2018-07-19-d8102b280da4c84ecca0b612eb8166011d3f0947","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-07-19 - Cabinet of Commissioner Julian King x Google"],"date":["2018-07-19"],"summary":["Cybersecurity"],"notes":["Portfolio: Security Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-julian-king-of"],"involved":["ec-person-37c79733647a2293d1e96e976d3a72c6b707cb4c","eu-tr-03181945560-59"]}} -{"id":"ec-meeting-2018-07-19-da146ecaebbb0ac53acb121e9a5296c18143485a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-07-19 - Climate Action x Alliance for European Logistics"],"date":["2018-07-19"],"summary":["Exchange on the European long-term climate strategy, the emissions from light and heavy duty vehicles and climate related points in the Multiannual Financial Framework."],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-clima"],"involved":["ec-person-9c5c685692a09a77f2bc8ae9c05663b87cd75aae","eu-tr-38033128051-39"]}} -{"id":"ec-meeting-2018-07-19-de1652a786d72d28a01e723bc4d5fb833e1b1f93","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-07-19 - Cabinet of Commissioner Dimitris Avramopoulos x Young European Federalists | Jeunes Européens Fédéralistes"],"date":["2018-07-19"],"summary":["Europe for Citizens in the next MFF"],"notes":["Portfolio: Migration, Home Affairs and Citizenship"],"location":["Brussels Belgium"],"address":["Brussels Belgium"],"addressEntity":["addr-61947d7d2c69c0b8f57325bd044f500c5fc6df48"],"organizer":["ec-avramopoulos-cabinet-commissioner-dimitris-of"],"involved":["eu-tr-22158552884-38","ec-person-5e046f15134373d83c50f5c8ad3236d19fd92b98"]}} -{"id":"ec-meeting-2018-07-19-fea67863ad9cdca63faab181cdf69803520c8658","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-07-19 - Mobility and Transport x Delta Air Lines, Inc."],"date":["2018-07-19"],"summary":["EU-US ATA"],"location":["Washington, USA"],"address":["Washington, USA"],"addressEntity":["addr-89e55c2488bc4d2f95601f3f6e96f4eea9eb2521"],"organizer":["ec-dg-move"],"involved":["ec-person-26cdfacae671b09917bee1a91c91973941fa58a2","eu-tr-354474115978-18"]}} -{"id":"ec-meeting-2018-07-20-4bc68e89b2b8f8e6d3492801d3c1642aff7974b6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-07-20 - Energy x COBATY International"],"date":["2018-07-20"],"summary":["transition énergétique, performance énergétique des bâtiments"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-83141557347-02","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2018-07-20-6469ea296d41a93e30062fda2fd6acd6438c0924","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-07-20 - Education, Youth, Sport and Culture x Centre for Fine Arts"],"date":["2018-07-20"],"summary":["General cooperation opportunities"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-eac"],"involved":["ec-person-68d4f99b9ed1b40d86ebbf81f8f35aeebd6c5fc5","eu-tr-981651218089-69"]}} -{"id":"ec-meeting-2018-07-20-7172e46f1a07de97a2bc193085283f4063889875","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-07-20 - Cabinet of Vice-President Valdis Dombrovskis x European Banking Federation"],"date":["2018-07-20"],"summary":["implementation of the PSD2 and related RTS"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-4722660838-23","ec-person-537401fc0be04984531b83660f416bf2fe14fbd8","ec-person-a9eda2e8ea54b70a968327672c6cada679d3cd56"]}} -{"id":"ec-meeting-2018-07-20-8564085221dac7a8b93acf850234c51e41865061","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-07-20 - Cabinet of Vice-President Jyrki Katainen x Compagnie Européenne d'Intelligence Stratégique Bureau UE"],"date":["2018-07-20"],"summary":["Cyber defence in Europe"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-984714332089-35","ec-person-81b1dda49062e5dac42bdad9273fa72968a2c325"]}} -{"id":"ec-meeting-2018-07-20-90544f34d2b36b801d49ef567e52118512a821dc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-07-20 - Energy x BUSINESSEUROPE"],"date":["2018-07-20"],"summary":["transition énergétique, opportunités économiques pour l'industrie européenne"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-3978240953-79","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2018-07-20-94f063fe96057a23523de3dfef14dfd5ad84c50e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-07-20 - Cabinet of Vice-President Valdis Dombrovskis x Federated Hermes (UK) LLP"],"date":["2018-07-20"],"summary":["Sustainable Finance, ESAs Review, MMF"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-075836914158-14","ec-person-30d770ccd575865b3106f94220ce1ace16e48f1a"]}} -{"id":"ec-meeting-2018-07-20-a0946ab5eeb5fbdc99a303a3a392de65466b4790","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-07-20 - Cabinet of Vice-President Jyrki Katainen x L'Oréal"],"date":["2018-07-20"],"summary":["Industrial innovation"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-81b1dda49062e5dac42bdad9273fa72968a2c325","eu-tr-02776221598-67"]}} -{"id":"ec-meeting-2018-07-20-e7d82f0e32fc36aff88d85876be4a86c2cceff9e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-07-20 - Cabinet of Vice-President Andrus Ansip x Deutsche Telekom European Telecommunications Network Operators' Association"],"date":["2018-07-20"],"summary":["EU Consumer Protection Rules"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-5db7bdd1c81da2e70eb5b982097d0004111b5c3e","eu-tr-08957111909-85","eu-tr-60052162589-72"]}} -{"id":"ec-meeting-2018-07-23-5996c448a18e14bd8e010453d1bee204a18c31ff","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-07-23 - Cabinet of Vice-President Jyrki Katainen x Fern"],"date":["2018-07-23"],"summary":["Deforestation"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90","eu-tr-40538475090-82"]}} -{"id":"ec-meeting-2018-07-23-8c5b29bac5abced5efa52e6b402d9d6133b7a257","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-07-23 - Cabinet of Commissioner Věra Jourová x European Jewish Association"],"date":["2018-07-23"],"summary":["EJA presentation of work programme"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["eu-tr-707551412661-80","ec-person-1e0e3a00ab815dea7c5b839b002ed2c7e34bfe0a"]}} -{"id":"ec-meeting-2018-07-23-aa60089b8fa54841f88bbb658af6ceb1b2efce6f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-07-23 - Cabinet of First Vice-President Frans Timmermans x European Jewish Association"],"date":["2018-07-23"],"summary":["Antisemitism and Holocaust Remembrance"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["ec-person-57dd62a1a14508927bd5ec98bb97342f2d0834c9","eu-tr-707551412661-80"]}} -{"id":"ec-meeting-2018-07-23-b79bbe87a854d34de7dfb64366a437dd29b6dfa3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-07-23 - Cabinet of Vice-President Valdis Dombrovskis x American Chamber of Commerce to the European Union"],"date":["2018-07-23"],"summary":["Sustainable Finance"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-5265780509-97","ec-person-30d770ccd575865b3106f94220ce1ace16e48f1a","ec-person-537401fc0be04984531b83660f416bf2fe14fbd8"]}} -{"id":"ec-meeting-2018-07-23-c09ab67a562f82686843015a79867f602f51a34c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-07-23 - Cabinet of Vice-President Neven Mimica x Aviva Investors"],"date":["2018-07-23"],"summary":["World Benchmarking alliance"],"notes":["Portfolio: International Cooperation & Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-mimica-neven-of-president-vice"],"involved":["ec-person-e90858f5aba78fd0e1cb2f757c3f38d55d91f98b","eu-tr-923075424715-96","ec-person-d455992f8f48b86e26e61f5284a9ef8e18aed182"]}} -{"id":"ec-meeting-2018-07-23-ebc7be2d2cedb7d0ab96116503389723addc3be0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-07-23 - Cabinet of Vice-President Jyrki Katainen x American Chamber of Commerce to the European Union"],"date":["2018-07-23"],"summary":["Sustainable Finance"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-567e71ed1b2c1e3f5ed12f2c3bedf7e9e69a9158","eu-tr-5265780509-97"]}} -{"id":"ec-meeting-2018-07-24-1a6fc588385a9bb4ba02f8c7ad63eecad7c0dc4f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-07-24 - Climate Action x Eurelectric aisbl"],"date":["2018-07-24"],"summary":["Eurelectric’s contribution to the EU Long Term Strategy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-clima"],"involved":["ec-person-9c5c685692a09a77f2bc8ae9c05663b87cd75aae","eu-tr-4271427696-87"]}} -{"id":"ec-meeting-2018-07-24-bda6e5be0ae4d1a96f7a008e5ad384a36f74dad0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-07-24 - Cabinet of Vice-President Valdis Dombrovskis x Associazione fra le società italiane per azioni"],"date":["2018-07-24"],"summary":["Sustainable Finance"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-15491122381-71","ec-person-30d770ccd575865b3106f94220ce1ace16e48f1a"]}} -{"id":"ec-meeting-2018-07-24-c7a18ff90d1a20223c9f406e544273e6ae9d4e55","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-07-24 - Education, Youth, Sport and Culture x Stichting Lezen & Schrijven"],"date":["2018-07-24"],"summary":["Citizen empowerment and education via digital technologies"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-eac"],"involved":["ec-person-68d4f99b9ed1b40d86ebbf81f8f35aeebd6c5fc5","eu-tr-658822313443-95"]}} -{"id":"ec-meeting-2018-07-24-cb61744e0e1d26426e0727834fd8f210655bc1d2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-07-24 - Cabinet of Vice-President Jyrki Katainen x Nokia"],"date":["2018-07-24"],"summary":["Industrial policy issues"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-35167875358-33","ec-person-ccd2797b568cba38993df7d1dcc985dbc1eb439a"]}} -{"id":"ec-meeting-2018-07-24-e89eaf99e69d247de789e284b96d022799131c79","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-07-24 - Research and Innovation x European Committee for Standardization"],"date":["2018-07-24"],"summary":["Proposal on Horizon Europe"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-rtd"],"involved":["ec-person-1d348f33395de0ea6773a7b4ae8797e3e0392f73","eu-tr-63623305522-13"]}} -{"id":"ec-meeting-2018-07-24-fe1e0900e000f0fcc5a96056c782edc2c898b746","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-07-24 - Cabinet of Vice-President Miguel Arias Cañete x OMI Polo Español S.A."],"date":["2018-07-24"],"summary":["Iberian electricity market"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd","eu-tr-285007630220-75"]}} -{"id":"ec-meeting-2018-07-25-264ea995d8a10b9cb94fd3dc3a763a8d13d3a881","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-07-25 - Cabinet of Vice-President Valdis Dombrovskis x EUROSIF A.I.S.B.L (EUROPEAN SUSTAINABLE INVESTMENT FORUM)"],"date":["2018-07-25"],"summary":["Sustainable Finance"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-30d770ccd575865b3106f94220ce1ace16e48f1a","eu-tr-70659452143-78"]}} -{"id":"ec-meeting-2018-07-25-3327972352f148853a659c1df6722c66cb2cb420","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-07-25 - Cabinet of President Jean-Claude Juncker x Fleishman-Hillard"],"date":["2018-07-25"],"summary":["Capital Markets Union"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-56047191389-84","ec-person-c402e34a99fbee730ae22e3b1958e21c94dc6fcc"]}} -{"id":"ec-meeting-2018-07-25-624c8cfde0f82ba8d502fd9e0bd04edacf5d2a33","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-07-25 - Energy x Hill & Knowlton International Belgium"],"date":["2018-07-25"],"summary":["Energy policy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-3183894853-03","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2018-07-25-68452796b028cf557b39b09fd4e7ffa252acd698","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-07-25 - Cabinet of Vice-President Andrus Ansip x Deutsche Telekom"],"date":["2018-07-25"],"summary":["last developments on e-privacy"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-5db7bdd1c81da2e70eb5b982097d0004111b5c3e","eu-tr-60052162589-72"]}} -{"id":"ec-meeting-2018-07-25-78801ee24e11659851a779dda8294cbfc8f7db6d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-07-25 - Cabinet of Vice-President Cecilia Malmström x Association Française des Entreprises Privées / French Association of Large Companies"],"date":["2018-07-25"],"summary":["overview of trade policy"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-953933297-85","ec-person-0e574d9526c0834ba7e67064cd6ec19a4a2460b9"]}} -{"id":"ec-meeting-2018-07-25-7e02523d6a7f7df60b421bedad79381c67cdfba0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-07-25 - Climate Action x American Chamber of Commerce to the European Union"],"date":["2018-07-25"],"summary":["EU climate policies"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-clima"],"involved":["ec-person-9c5c685692a09a77f2bc8ae9c05663b87cd75aae","eu-tr-5265780509-97"]}} -{"id":"ec-meeting-2018-07-25-a9f5f09bdd0af69164c111ac2f63aa807e613262","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-07-25 - Communications Networks, Content and Technology x thyssenkrupp AG"],"date":["2018-07-25"],"summary":["International Data Spaces"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-721647010823-15","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2018-07-25-bac77626443cba6e7600288b39b0afe2556c737d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-07-25 - Cabinet of Vice-President Neven Mimica x End Female Genital Mutilation - European Network"],"date":["2018-07-25"],"summary":["Introductory meeting to discuss opportunities for future cooperation"],"notes":["Portfolio: International Cooperation & Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-mimica-neven-of-president-vice"],"involved":["eu-tr-488509127575-64","ec-person-b187f3955c71d2e1daa48e02fd0a09ab7c6f6098","ec-person-d455992f8f48b86e26e61f5284a9ef8e18aed182"]}} -{"id":"ec-meeting-2018-07-26-582505be4edeb01f1fbb890cff550c9dc24c8675","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-07-26 - Cabinet of Commissioner Christos Stylianides x Johanniter International"],"date":["2018-07-26"],"summary":["Discussion on Civil Protection and Humanitarian Aid"],"notes":["Portfolio: Humanitarian Aid & Crisis Management"],"location":["Berlin"],"address":["Berlin"],"addressEntity":["addr-062b06ba8e755765c6b049809b7430fd54fe5b21"],"organizer":["ec-cabinet-christos-commissioner-of-stylianides"],"involved":["ec-person-cdd689bd079714522dad472ea4446b0fcc660d8f","eu-tr-14505908784-58","ec-person-34409381bed36941005c31d0165bac17f74a89d1"]}} -{"id":"ec-meeting-2018-07-26-74e4c088a0174ea9d56daf4817084ac1919efc7c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-07-26 - Cabinet of President Jean-Claude Juncker x Confédération Européenne des Vignerons Indépendants"],"date":["2018-07-26"],"summary":["Agriculture - wine"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-e415577aabb40c0f789310505c6c5803aa69037b","eu-tr-424179021711-46"]}} -{"id":"ec-meeting-2018-07-30-8830b1e957e9f45c2976cb76185b95b9ef3b7c6b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-07-30 - Cabinet of President Jean-Claude Juncker x European Round Table for Industry"],"date":["2018-07-30"],"summary":["Follow up ERT"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-67872aca57f8dfc132dbac47ff41bf9b60ba8ac5","eu-tr-25487567824-45"]}} -{"id":"ec-meeting-2018-08-01-035bff373adae8e8a3853c87a32fc4c0893b2c33","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-08-01 - Cabinet of Vice-President Andrus Ansip x IFPI Representing recording industry worldwide"],"date":["2018-08-01"],"summary":["Phone call on copyright"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-60394321918-91","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45"]}} -{"id":"ec-meeting-2018-08-08-4859e9bc71c732a6b2f7e0ed787c9574cc4746dc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-08-08 - Financial Stability, Financial Services and Capital Markets Union x Stratosphere Advisors LLC"],"date":["2018-08-08"],"summary":["exchange of views on FINTECH"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-829752332169-25","ec-person-bdee7a93f95c8ef05079539170139b3c02e8ed96"]}} -{"id":"ec-meeting-2018-08-14-35860144b33f7eb67844c078dcb91e3c733772de","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-08-14 - Cabinet of Commissioner Margrethe Vestager x Finsbury Glover Hering Europe GmbH"],"date":["2018-08-14"],"summary":["EU current affairs"],"notes":["Portfolio: Competition"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-margrethe-of-vestager"],"involved":["ec-person-0700cb0f43a2d20f4938902c4a086aca632d71fb","eu-tr-578189413297-97"]}} -{"id":"ec-meeting-2018-08-14-ac6603d6cc28ee6857070642569c84ac8da94e1e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-08-14 - Cabinet of Vice-President Maroš Šefčovič x European Transport Workers' Federation"],"date":["2018-08-14"],"summary":["MOBILITY PACKAGE"],"notes":["Portfolio: Energy Union"],"location":["BRUSSELS - BELGIUM"],"address":["BRUSSELS - BELGIUM"],"addressEntity":["addr-3eaed18b47912f0e6a570cd0a587e76c4b1a0df0"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-92545571128-74","ec-person-e74918e8eb8a9ef96da8cb06c0eae7ac5080d822"]}} -{"id":"ec-meeting-2018-08-16-431cddd42fdacf3954407b42ebb1b3814ca136e8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-08-16 - Cabinet of Commissioner Tibor Navracsics x None"],"date":["2018-08-16"],"summary":["Management education"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-dc2e0fed0fdf39a6a3f3ad63355c5215599de9d1","eu-tr-697081432188-69","eu-tr-805040232176-74","ec-person-33076d1a800ce856f29bbab43813a5a80eef2da0"]}} -{"id":"ec-meeting-2018-08-16-bdea6d2195e9519c5dd40ce5f6d9473934dee6ca","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-08-16 - Cabinet of Commissioner Tibor Navracsics x Udruga za sport, rekreaciju i edukaciju- Igre mladih"],"date":["2018-08-16"],"summary":["present Youth Sports Games (short overview of current YSG numbers, also show promo movie about YSG), explain the Ambassador of YSG role and invite a Commissioner to become YSG Ambassador. (it is an honorary role)"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["eu-tr-442822332191-58","ec-person-dc2e0fed0fdf39a6a3f3ad63355c5215599de9d1"]}} -{"id":"ec-meeting-2018-08-21-71b41a87bf129d72277938618a43b6d30aa59993","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-08-21 - Cabinet of Commissioner Carlos Moedas x Bill & Melinda Gates Foundation"],"date":["2018-08-21"],"summary":["Clean Energy"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-0a716bf5253e913fc40ebf14c12f30dc2e7a06ee","eu-tr-371567915480-41"]}} -{"id":"ec-meeting-2018-08-21-a534130af2d3de6b774275fa235105a312a848ac","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-08-21 - Financial Stability, Financial Services and Capital Markets Union x Steptoe & Johnson LLP"],"date":["2018-08-21"],"summary":["Mifir"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-596796520126-28","ec-person-bdee7a93f95c8ef05079539170139b3c02e8ed96"]}} -{"id":"ec-meeting-2018-08-21-f8e8ca0ec7e3764a6e12402ef4ed837d9b9883ce","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-08-21 - Cabinet of President Jean-Claude Juncker x Platform of European Social NGOs"],"date":["2018-08-21"],"summary":["Situation et priorités sociales en Europe"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-85083981189-35","ec-person-98eba7ab1446c6dce384fdc2ecd48c7cadf9ee4e"]}} -{"id":"ec-meeting-2018-08-23-4590a8e1b055e2e8dfc0cba5bd413b394acbdcc8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-08-23 - Cabinet of Commissioner Věra Jourová x GSMA Europe European Telecommunications Network Operators' Association"],"date":["2018-08-23"],"summary":["New deal for consumers"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-a2ca9161feee56909a0e98b473c2d342c20fdb57","eu-tr-30988577529-37","eu-tr-08957111909-85"]}} -{"id":"ec-meeting-2018-08-23-68452796b028cf557b39b09fd4e7ffa252acd698","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-08-23 - Cabinet of Vice-President Andrus Ansip x Deutsche Telekom"],"date":["2018-08-23"],"summary":["IoT, 5G, mobility policy"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-6a03bc4fa7657513ea34529e98dba0671ef4c849","eu-tr-60052162589-72"]}} -{"id":"ec-meeting-2018-08-23-affc601a112c681039b643249432c6ecf94bb935","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-08-23 - Cabinet of Vice-President Andrus Ansip x Bayerische Motoren Werke Aktiengesellschaft"],"date":["2018-08-23"],"summary":["mobility policy, transport services"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-6a03bc4fa7657513ea34529e98dba0671ef4c849","eu-tr-7193977808-18"]}} -{"id":"ec-meeting-2018-08-23-b3ee01d928f67cf36f85a867517f1fecb1140078","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-08-23 - Cabinet of Commissioner Carlos Moedas x Alber & Geiger"],"date":["2018-08-23"],"summary":["Science based policy making"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-0a716bf5253e913fc40ebf14c12f30dc2e7a06ee","eu-tr-67820416722-09"]}} -{"id":"ec-meeting-2018-08-24-be324d5bd21666fdea4c4caab3b949bde9e570f6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-08-24 - Cabinet of President Jean-Claude Juncker x The European Steel Association"],"date":["2018-08-24"],"summary":["Energy Union and Climate Strategy"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-b1bf9aa5fb7e886441ff341b657cc482b64a2a3e","eu-tr-93038071152-83"]}} -{"id":"ec-meeting-2018-08-27-88a136b3d61c86d80bf0c4aa1395428103876df4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-08-27 - Mobility and Transport x CANSO - Civil Air Navigation Services Organisation"],"date":["2018-08-27"],"summary":["RP3"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-move"],"involved":["eu-tr-26986828838-57","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2018-08-28-04825836461f4e2dd568412938de687e6c4cea60","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-08-28 - Cabinet of Vice-President Günther Oettinger x ICMP - The global voice of music publishing"],"date":["2018-08-28"],"summary":["Copyright"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["ec-person-76c97b49eb5244be0c8636bbc9caa6101f3cce84","eu-tr-65684839099-72"]}} -{"id":"ec-meeting-2018-08-28-136cf9cfe72dd426f711cc520bcec74cbf573ac1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-08-28 - Cabinet of Commissioner Elżbieta Bieńkowska x European Coordination Committee of the Radiological, Electromedical and healthcare IT Industry"],"date":["2018-08-28"],"summary":["MDR implementation"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-05366537746-69","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2018-08-28-1a64349a24e237d2ca5b6269587b2cf4c0b1e041","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-08-28 - Financial Stability, Financial Services and Capital Markets Union x Moody's Shared Services UK Ltd."],"date":["2018-08-28"],"summary":["ESG Agenda, Trends in global regulations, EU Roadmap for Financial Services post Brexit,"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-55916968748-36","ec-person-bdee7a93f95c8ef05079539170139b3c02e8ed96"]}} -{"id":"ec-meeting-2018-08-28-3717a297870af4f509f88b3c2f1f6d364d3d76b1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-08-28 - Cabinet of Vice-President Maroš Šefčovič x SpaceY"],"date":["2018-08-28"],"summary":["EC proposals on Space Programme and Horizon Europe"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-e74918e8eb8a9ef96da8cb06c0eae7ac5080d822","eu-tr-864636618893-67"]}} -{"id":"ec-meeting-2018-08-28-4b9abc1229ff24a53e253031d86b2b49bb15dd19","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-08-28 - Cabinet of Vice-President Jyrki Katainen x Flustix GmbH"],"date":["2018-08-28"],"summary":["plastic product labels"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-051633832452-76","ec-person-0da85dc48012e26688310a59a0b51727ea68f410"]}} -{"id":"ec-meeting-2018-08-28-74c80d4ece95a47a4a051528ee603c040eb4ec13","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-08-28 - Cabinet of Vice-President Günther Oettinger x GSMA Europe"],"date":["2018-08-28"],"summary":["5G, Connected cars, next Commission Agenda"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-30988577529-37","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2018-08-28-e1c196c47309d070c0cf65a869650428cc2bfb89","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-08-28 - Cabinet of Vice-President Jyrki Katainen x Teosto"],"date":["2018-08-28"],"summary":["The role of copyright for the creative industry"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-81b1dda49062e5dac42bdad9273fa72968a2c325","eu-tr-162360211825-62","ec-person-93e8e8ac2ee89edb4c52bce70d7472c8eae05edd"]}} -{"id":"ec-meeting-2018-08-28-e95ad9d56a8e5fcc376d7360f6d7b1869eaf5e6d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-08-28 - Cabinet of High Representative / Vice-President Federica Mogherini x UniCredit"],"date":["2018-08-28"],"summary":["Western Balkans"],"notes":["Portfolio: Foreign Affairs and Security Policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"involved":["eu-tr-03094871618-32","ec-person-ffe369688b1df8f09154d965f094473d619d72e0"]}} -{"id":"ec-meeting-2018-08-28-f1c0ec219f883330af9ff1cfeb668907db1474ed","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-08-28 - Cabinet of Commissioner Elżbieta Bieńkowska x Affordable Medicines Europe European Healthcare Distribution Association"],"date":["2018-08-28"],"summary":["pharma sector - medicines"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["BRUSSELS"],"address":["BRUSSELS"],"addressEntity":["addr-f74337897287bf1b546f30505f5b1f693a87af50"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-0757172464-29","eu-tr-509882515669-01","ec-person-b2f9be51339f054477846797e2c119fcf16548fc","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2018-08-28-f4c0bf08f2e6b2a288e4795e2e1aeb30cd100475","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-08-28 - Cabinet of Commissioner Elżbieta Bieńkowska x Flustix GmbH"],"date":["2018-08-28"],"summary":["Label \"free of plastic\""],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-051633832452-76","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2018-08-29-18cb5676923a15ab8897a8829b5740efa5800936","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-08-29 - Cabinet of Vice-President Miguel Arias Cañete x J. GARCIA CARRION"],"date":["2018-08-29"],"summary":["CAP reform"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd","eu-tr-397747732223-73"]}} -{"id":"ec-meeting-2018-08-29-1c9fc8c894c0b5f546e985d594e739012c7078d7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-08-29 - Cabinet of Commissioner Violeta Bulc x International Road Transport Union Permanent Delegation to the EU"],"date":["2018-08-29"],"summary":["Road transport issues"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-41802525291-86","ec-person-dd7851e4a1e747e824b4f81139e33bc3cdb73160"]}} -{"id":"ec-meeting-2018-08-29-76353b07e7f4675e7ca045e80412bc571c9a12d3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-08-29 - Financial Stability, Financial Services and Capital Markets Union x European Federation of Investors and Financial Services Users"],"date":["2018-08-29"],"summary":["CMU, Fintech"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-24633926420-79","ec-person-bdee7a93f95c8ef05079539170139b3c02e8ed96"]}} -{"id":"ec-meeting-2018-08-29-7cc4540ddb3654d6ef452d140f598d989ca72ec2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-08-29 - Budget x Netherlands house for Education and Research"],"date":["2018-08-29"],"summary":["funding research under the MFF"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-budg"],"involved":["eu-tr-01678796979-90","ec-person-39635b893026833f739fe623fe7e9d5a97525e7a"]}} -{"id":"ec-meeting-2018-08-29-976c66f9773b865f30512331098c528e32df6d24","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-08-29 - Cabinet of Vice-President Valdis Dombrovskis x EU Asia Financial Services Roundtable"],"date":["2018-08-29"],"summary":["Benchmark Regulation and its impact on APAC markets"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-890585732274-54","ec-person-30d770ccd575865b3106f94220ce1ace16e48f1a"]}} -{"id":"ec-meeting-2018-08-30-1e76fca0d87e58dfcb13a5fc317cfc9564d4d2af","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-08-30 - Cabinet of Commissioner Margrethe Vestager x EuroCommerce"],"date":["2018-08-30"],"summary":["EU Current Affairs"],"notes":["Portfolio: Competition"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-margrethe-of-vestager"],"involved":["eu-tr-84973761187-60","ec-person-6e8b9cd7bb1a15a7e90b04790769360ba931cafd"]}} -{"id":"ec-meeting-2018-08-30-25bc7a394fe45d716978d8bc3d958d6aaaacff75","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-08-30 - Cabinet of Vice-President Günther Oettinger x Lufthansa Group"],"date":["2018-08-30"],"summary":["EU Aviation sector"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-0714344663-32","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2018-08-30-50de07512ad239a013630e558c925aae6b13dc63","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-08-30 - Cabinet of Commissioner Violeta Bulc x FlixBus Italia"],"date":["2018-08-30"],"summary":["Transport issues"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-751779927700-43","ec-person-dd7851e4a1e747e824b4f81139e33bc3cdb73160"]}} -{"id":"ec-meeting-2018-08-30-7b491edb06b7ce451d180c29261c95b1bfe4cddf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-08-30 - Cabinet of Vice-President Neven Mimica x MSD (Europe), Inc. (Merck Sharp & Dohme)"],"date":["2018-08-30"],"summary":["Access to maternal healthcare, External Investment Plan"],"notes":["Portfolio: International Cooperation & Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-mimica-neven-of-president-vice"],"involved":["eu-tr-09824113589-92","ec-person-e90858f5aba78fd0e1cb2f757c3f38d55d91f98b"]}} -{"id":"ec-meeting-2018-08-30-82f710cef7bf05f4df8eae6f7465869dc10c6b7e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-08-30 - Energy x Business Bridge Europe"],"date":["2018-08-30"],"summary":["Energy policy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["ec-person-6997149120ce5129e38febe5275dc8fd03232d2e","eu-tr-72856225852-31"]}} -{"id":"ec-meeting-2018-08-30-c3e38350191b2ffd521058111e823005c0e4ad83","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-08-30 - Climate Action x Hydrogen Europe"],"date":["2018-08-30"],"summary":["Role of Hydrogen Europe in the EU's long term strategy; Innovation Fund; Work of the FCH JU (Fuel Cell and Hydrogen Joint Undertaking)"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-clima"],"involved":["ec-person-9c5c685692a09a77f2bc8ae9c05663b87cd75aae","eu-tr-77659588648-75"]}} -{"id":"ec-meeting-2018-08-31-035bff373adae8e8a3853c87a32fc4c0893b2c33","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-08-31 - Cabinet of Vice-President Andrus Ansip x IFPI Representing recording industry worldwide"],"date":["2018-08-31"],"summary":["Copyright"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-60394321918-91","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45"]}} -{"id":"ec-meeting-2018-08-31-43caf97911b66c7bfce07315b01fdde54dcd2495","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-08-31 - Cabinet of Commissioner Elżbieta Bieńkowska x CEMBUREAU - The European Cement Association European Chemical Industry Council FuelsEurope The European Steel Association"],"date":["2018-08-31"],"summary":["Energy Strategy"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-93987316076-63","eu-tr-64879142323-90","eu-tr-93038071152-83","eu-tr-26207914726-42","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2018-08-31-690934db959a73645a3fdd28178de4d94c4c8e2f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-08-31 - Employment, Social Affairs and Inclusion x EUROPEAN TRADE UNION CONFEDERATION"],"date":["2018-08-31"],"summary":["Ongoing legislative initiatives"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-empl"],"involved":["eu-tr-06698681039-26","ec-person-dd259fce880e1853f0beb087443bce6e7dea70d7"]}} -{"id":"ec-meeting-2018-08-31-d70fa288f1cbc0379536f28b3074cb345b921cb2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-08-31 - Energy x EPIA SolarPower Europe"],"date":["2018-08-31"],"summary":["solar energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-2680046412-48","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2018-09-03-043a46ff4071805aade3bd947aa42de84246bd14","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-03 - Cabinet of Vice-President Günther Oettinger x Bundesverband Mittelständische Wirtschaft e.V."],"date":["2018-09-03"],"summary":["Budget/Industrial Policy"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-082217218282-59","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2018-09-03-0e39976e3f87ff588e8b81e79d432db6b0f7a1ab","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-03 - Energy x Stichting European Climate Foundation ROCKWOOL International A/S"],"date":["2018-09-03"],"summary":["decarbonisation perspectives"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-64869491516-70","eu-tr-2301233810-42","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2018-09-03-125862365c02440f46526ca5574212fc4f689ccb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-03 - Cabinet of Vice-President Jyrki Katainen x Third Generation Environmentalism Ltd"],"date":["2018-09-03"],"summary":["EU Long-Term Climate Strategy"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-07783117686-61","ec-person-0da85dc48012e26688310a59a0b51727ea68f410"]}} -{"id":"ec-meeting-2018-09-03-2b933b46ed380f7281a12debdf74c926433ec191","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-03 - Cabinet of Commissioner Mariya Gabriel x Groupement Européen des Sociétés d'Auteurs et Compositeurs"],"date":["2018-09-03"],"summary":["Copyright"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-36529354479-57","ec-person-13ac9a19d8d04f97c0d32603d014df0dd4e1cd2a"]}} -{"id":"ec-meeting-2018-09-03-4aeba7d2aafd0ec9feda2a6bb022c0bdbe646b52","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-03 - Cabinet of Vice-President Günther Oettinger x Bundesverband der Deutschen Volksbanken und Raiffeisenbanken"],"date":["2018-09-03"],"summary":["MFF / InvestEU"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-22330076571-75","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2018-09-03-54fa734bde836f78c364364d949fff96a785f9de","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-03 - Cabinet of Commissioner Vytenis Andriukaitis x European agri-cooperatives European farmers"],"date":["2018-09-03"],"summary":["Alcohol labelling"],"notes":["Portfolio: Health & Food Safety"],"location":["Carcassone, France"],"address":["Carcassone, France"],"addressEntity":["addr-709f252301eff3b2e6289374e58693108c01206d"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-b9c3f19e7c5f216e3e508f931ddd6a9cb59376d1","ec-person-df30d07ef698a52b9948b9c734db39196cf8541f","eu-tr-44856881231-49","eu-tr-09586631237-74"]}} -{"id":"ec-meeting-2018-09-03-8fd5febf46f97ebac3e247a8af3bbbd0bfe2687e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-03 - Energy x European Network of Transmission System Operators for Electricity"],"date":["2018-09-03"],"summary":["energy policy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-25805148045-87","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2018-09-03-98a0af9bf8826464882397dfba2cd375c7144038","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-03 - Cabinet of Commissioner Phil Hogan x None"],"date":["2018-09-03"],"summary":["Update on trade issues"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-c9d17d5879383b030f61a4066848249fb35d57e4","eu-tr-2050009628-31","eu-tr-77105321408-83"]}} -{"id":"ec-meeting-2018-09-03-9ad40e17627d74ccb07bc97b4fa0b775b1f96517","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-03 - Cabinet of Vice-President Cecilia Malmström x EUROMETAUX"],"date":["2018-09-03"],"summary":["Implications on the non-ferrous metals industry of the withdrawal of the UK from the EU"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-61650796093-48","ec-person-591ec829ca734bcfe59a2c9c7f07f9dff22a0ea9"]}} -{"id":"ec-meeting-2018-09-03-a7258ec2d4ad65bf1db97c26847ebf5bc81fdf2a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-03 - Cabinet of Vice-President Jyrki Katainen x Vodafone Belgium SA"],"date":["2018-09-03"],"summary":["Investment for growth"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-90142503473-81","ec-person-81b1dda49062e5dac42bdad9273fa72968a2c325"]}} -{"id":"ec-meeting-2018-09-03-b3132b236ccb0df7ac12a1043fef77d1acc76384","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-03 - Cabinet of Vice-President Miguel Arias Cañete x Central Europe Energy Partners"],"date":["2018-09-03"],"summary":["Clean Energy Package,Long-Term Strategy for Climate and Energy policies until 2050"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-87738563745-94","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd"]}} -{"id":"ec-meeting-2018-09-03-ba872ee6c6f5385ea1f73e89c013e64738452bec","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-03 - Cabinet of Vice-President Cecilia Malmström x thyssenkrupp AG Tata Steel Europe"],"date":["2018-09-03"],"summary":["US 232 section on steel and aluminium + developments in global steel & aluminium market"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-08746491502-16","ec-person-cb8ca9ec2413722fa83484ed18dd76ace52d0118","eu-tr-721647010823-15"]}} -{"id":"ec-meeting-2018-09-03-c7495f1b8c8d5a9ae9f7856890707e010581ccc4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-03 - Cabinet of Vice-President Valdis Dombrovskis x Insurance Europe"],"date":["2018-09-03"],"summary":["EFSI/InvestEU and Solvency II"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-30d770ccd575865b3106f94220ce1ace16e48f1a","eu-tr-33213703459-54"]}} -{"id":"ec-meeting-2018-09-03-d6587dde4ed8ac1ebf28baa1f31cfc52928b83dd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-03 - Cabinet of Vice-President Valdis Dombrovskis x UniCredit"],"date":["2018-09-03"],"summary":["Banking Union - Banking Package"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-03094871618-32","ec-person-48f31156d932641826e09f5b73f074d35ff05786","ec-person-a9eda2e8ea54b70a968327672c6cada679d3cd56"]}} -{"id":"ec-meeting-2018-09-03-e3034b08b6725748343f597585b27ad81cf55d49","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-03 - Cabinet of Vice-President Valdis Dombrovskis x Invest Europe"],"date":["2018-09-03"],"summary":["Solvency II review"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-30d770ccd575865b3106f94220ce1ace16e48f1a","eu-tr-60975211600-74"]}} -{"id":"ec-meeting-2018-09-03-ea4a002c5e281c016998cf90c1111d2b87a401ef","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-03 - Cabinet of Vice-President Miguel Arias Cañete x Schneider Electric"],"date":["2018-09-03"],"summary":["Preparations for the EU Long-Term Strategy on Climate and Energy"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-46302264606-44","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd"]}} -{"id":"ec-meeting-2018-09-03-ef894d286443d9c91e69eb9f07862bbfb636d7c9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-03 - Cabinet of Vice-President Jyrki Katainen x Insurance Europe"],"date":["2018-09-03"],"summary":["EFSI/InvestEU and Solvency II"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-567e71ed1b2c1e3f5ed12f2c3bedf7e9e69a9158","eu-tr-33213703459-54"]}} -{"id":"ec-meeting-2018-09-03-f90b1aed884aee25cd316623e490f553aec639c2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-03 - Cabinet of Vice-President Günther Oettinger x Deutscher Juristentag e.V."],"date":["2018-09-03"],"summary":["European Justice Congress"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-071038232378-12","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2018-09-04-034829ae346f929d6aff2a0865aa39d78be79d92","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-04 - Cabinet of Commissioner Mariya Gabriel x Schneider Electric"],"date":["2018-09-04"],"summary":["cybersecurity, artificial intelligence or the data economy"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-46302264606-44","ec-person-d995d34a2f8b1f0bf6a17486f5699181d6a01e1c"]}} -{"id":"ec-meeting-2018-09-04-04dd8e5af64b6a3bdb67c225d4d8b3b9174cbb93","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-04 - Cabinet of Vice-President Cecilia Malmström x Schneider Electric"],"date":["2018-09-04"],"summary":["Development trade relations with US-EU and UE-China"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-46302264606-44","ec-person-20ded9db5df11164331bb161fdf234b1e5ad53fd"]}} -{"id":"ec-meeting-2018-09-04-07b4c59356b91a8c36e0a15285baa75efddae77a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-04 - Cabinet of Commissioner Carlos Moedas x Third Generation Environmentalism Ltd"],"date":["2018-09-04"],"summary":["R&I and decarbonisation"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["eu-tr-07783117686-61","ec-person-0a716bf5253e913fc40ebf14c12f30dc2e7a06ee"]}} -{"id":"ec-meeting-2018-09-04-16265a54cef486b3229ef8dd092fe98ee7befb07","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-04 - Cabinet of Commissioner Carlos Moedas x Schneider Electric"],"date":["2018-09-04"],"summary":["Horizon Europe"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["eu-tr-46302264606-44","ec-person-0a716bf5253e913fc40ebf14c12f30dc2e7a06ee"]}} -{"id":"ec-meeting-2018-09-04-1d095d2bc989c9a9252848e66282901f88636e0d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-04 - Cabinet of Commissioner Mariya Gabriel x FIPRA International SRL World Travel & Tourism Council"],"date":["2018-09-04"],"summary":["technologies and digitalisation of Travel and Tourism"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-348115818639-60","ec-person-d995d34a2f8b1f0bf6a17486f5699181d6a01e1c","eu-tr-58746194306-23"]}} -{"id":"ec-meeting-2018-09-04-4c23239d5dd01012bd3651a211dc85dc7dd478e2","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2018-09-04 - Cabinet of Vice-President Maroš Šefčovič x Energy Transitions Commission"],"date":["2018-09-04"],"summary":["Clean energy"],"notes":["Portfolio: Energy Union"],"location":["BRUSSELS","Brussels"],"address":["BRUSSELS","Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6","addr-f74337897287bf1b546f30505f5b1f693a87af50"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-225968629523-78","ec-person-e74918e8eb8a9ef96da8cb06c0eae7ac5080d822"]}} -{"id":"ec-meeting-2018-09-04-4e2cd9d36f1efef631c6fd8d4e61187ce8e7b9d9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-04 - Cabinet of Vice-President Andrus Ansip x Scrive AB"],"date":["2018-09-04"],"summary":["eIDAS"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-023086632364-67","ec-person-6a03bc4fa7657513ea34529e98dba0671ef4c849","ec-person-91ca0921c6790191daa54427311acd63035e7c9e"]}} -{"id":"ec-meeting-2018-09-04-5019c2d478ee0830907df488094fbc9856206354","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-04 - Cabinet of Vice-President Andrus Ansip x BNP PARIBAS Randstad N.V. ABB bpost NV G4S Ltd"],"date":["2018-09-04"],"summary":["Data protection, free flow of data, research programmes"],"notes":["Portfolio: Digital Single Market"],"location":["Vilvoorde"],"address":["Vilvoorde"],"addressEntity":["addr-9d2358447b610e07684f23e5dbc55088b1784dad"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0","eu-tr-3548986723-43","eu-tr-63569542153-18","eu-tr-47479986521-66","eu-tr-7790041608-14","eu-tr-78787381113-69","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45"]}} -{"id":"ec-meeting-2018-09-04-5227e2571f9b9dc3e98c2ee860d599829fe1eefc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-04 - Cabinet of Commissioner Elżbieta Bieńkowska x Third Generation Environmentalism Ltd Stichting European Climate Foundation ROCKWOOL International A/S University of Cambridge Institute for Sustainability Leadership"],"date":["2018-09-04"],"summary":["the industry dimension of the Commission’s work on the mid-century strategy"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-2301233810-42","ec-person-b2f9be51339f054477846797e2c119fcf16548fc","eu-tr-64869491516-70","eu-tr-07783117686-61","eu-tr-093264224463-23","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2018-09-04-5f9def1cbbda6e5a9579c229de47cb4b06e74950","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-04 - Communications Networks, Content and Technology x QUALCOMM Incorporated"],"date":["2018-09-04"],"summary":["5G and C-V2X"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-00358442856-45","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2018-09-04-643bd846f81ff262cc569cd8e2e792e2121512cb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-04 - Cabinet of Vice-President Andrus Ansip x Google"],"date":["2018-09-04"],"summary":["Copyright - Youtube"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-03181945560-59","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45","ec-person-91ca0921c6790191daa54427311acd63035e7c9e"]}} -{"id":"ec-meeting-2018-09-04-67783f5c5f2b50bef5267ef94646fb49d5332731","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-04 - Cabinet of Vice-President Günther Oettinger x Bundesarbeitsgemeinschaft der Freien Wohlfahrtspflege e.V."],"date":["2018-09-04"],"summary":["MFF / Budget"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-9737622425-76","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2018-09-04-687ece254b2cefce892f4ec6702d24f4b3ce89d2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-04 - Cabinet of Commissioner Elżbieta Bieńkowska x Hutnicza Izba Przemysłowo-Handlowa"],"date":["2018-09-04"],"summary":["Exchange of views on current topics"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-890804512955-21","ec-person-95a769a1850d7d595f9a5853c51dcbdd3ddd69fb","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2018-09-04-6b82a83f17df91f374e590ebe1b54875c899d618","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-04 - Communications Networks, Content and Technology x Schneider Electric"],"date":["2018-09-04"],"summary":["on cybersecurity, artificial intelligence or the data economy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-46302264606-44","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2018-09-04-79db6aa4eeeb77a8945e7c4cba3f1295650c7068","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-04 - Cabinet of Vice-President Günther Oettinger x Wirtschaftskammer Österreich SMEunited aisbl"],"date":["2018-09-04"],"summary":["Single Market, InvestEU, Industrial Policy"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-55820581197-35","eu-tr-10405322962-08","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2018-09-04-7a8acb4aedf47f94d12a4fa160d403a96467104a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-04 - Cabinet of Vice-President Jyrki Katainen x CSR Europe, The Business Network for Corporate Social Responsibility"],"date":["2018-09-04"],"summary":["sustainable development and circular economy"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-56502415122-32","ec-person-0da85dc48012e26688310a59a0b51727ea68f410"]}} -{"id":"ec-meeting-2018-09-04-81f486a9a9560944f834f6a3af64d7112b9815aa","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-04 - Cabinet of Commissioner Violeta Bulc x ASSOCIAZIONE LOGISTICA INTERMODALITà SOSTENIBILE"],"date":["2018-09-04"],"summary":["Multimodality issues"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-4d2b449b5047ea3fda435a2a1c1081e3babcdf76","eu-tr-616655432486-20","ec-person-9fddf13de7f65229b7da7c5b25dca1630cad3c48"]}} -{"id":"ec-meeting-2018-09-04-895e0da8d65ba7ef4eab51d2eddac9862c2bea9c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-04 - Climate Action x Schneider Electric"],"date":["2018-09-04"],"summary":["2050 climate strategy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-clima"],"involved":["ec-person-9c5c685692a09a77f2bc8ae9c05663b87cd75aae","eu-tr-46302264606-44"]}} -{"id":"ec-meeting-2018-09-04-8c84686417d2cc9d2092eb1a15c8544fd4d26895","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-04 - Energy x Euroheat and Power"],"date":["2018-09-04"],"summary":["transition énergétique"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-88457577025-19","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2018-09-04-8db88a8cb1593413a894d79f8e53bc4c03de4801","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-04 - Energy x TotalEnergies Electricité et Gaz France"],"date":["2018-09-04"],"summary":["évolution du marché européen de l’électricité"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["ec-person-6997149120ce5129e38febe5275dc8fd03232d2e","eu-tr-625822526139-43"]}} -{"id":"ec-meeting-2018-09-04-8e6310f1c92e32339197aad27f4561c5f7e045d3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-04 - Cabinet of Commissioner Mariya Gabriel x European Alliance of News Agencies"],"date":["2018-09-04"],"summary":["Copyright"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["ec-person-1674399a793e9e6fd7cf55b525515fc862fc9351","eu-tr-526968412531-40"]}} -{"id":"ec-meeting-2018-09-04-936217a789d753625910219073aabfcb992bd6e3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-04 - Mobility and Transport x World Travel & Tourism Council"],"date":["2018-09-04"],"summary":["passenger mobility, passenger rights"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-move"],"involved":["eu-tr-348115818639-60","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2018-09-04-967e8bfc3cba10364b6beaa07584885534da2fd6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-04 - Cabinet of Commissioner Elżbieta Bieńkowska x None"],"date":["2018-09-04"],"summary":["Alliance of Energy Intensive Industries - 2050 strategy"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-548438318615-29","eu-tr-93987316076-63","eu-tr-0745650927-75","eu-tr-225005818352-31","eu-tr-64879142323-90","eu-tr-26207914726-42","eu-tr-7410939793-88","ec-person-95a769a1850d7d595f9a5853c51dcbdd3ddd69fb","eu-tr-93038071152-83","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029","eu-tr-08746491502-16","eu-tr-99578067285-35","eu-tr-046522111711-44"]}} -{"id":"ec-meeting-2018-09-04-974796fac6f5a37cb7b7fceb7e810940dd07876e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-04 - Cabinet of Commissioner Violeta Bulc x World Travel & Tourism Council"],"date":["2018-09-04"],"summary":["Meeting with the President & CEO of WTTC Ms Guevara"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-348115818639-60","ec-person-9d4dc4867a44dfe10f67ae7ee1706da3e8b48a24"]}} -{"id":"ec-meeting-2018-09-04-b10046c51a1883cd888eddaf9a442424a008d756","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-04 - Cabinet of Commissioner Mariya Gabriel x Confédération Européenne des Associations de Petites et Moyennes Entreprises"],"date":["2018-09-04"],"summary":["Presentation of the activities in relation to Commissioner’s portfolio"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-077142018281-86","ec-person-fc1068d79545d1659bf47e9b62bfb0aed175629e"]}} -{"id":"ec-meeting-2018-09-04-bf7b036957fc31119ae56813194b19face60c248","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-04 - Migration and Home Affairs x Bundesarbeitsgemeinschaft der Freien Wohlfahrtspflege e.V."],"date":["2018-09-04"],"summary":["The future of the EU refugee policy from the Commission's point of view"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-home"],"involved":["ec-person-58ef6a24ab6e45538fba799818c74d1498108657","eu-tr-9737622425-76"]}} -{"id":"ec-meeting-2018-09-04-c26e5b12420685a7c4d5f9d03bf61e8ab693848b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-04 - Cabinet of Commissioner Věra Jourová x Symantec Corporation"],"date":["2018-09-04"],"summary":["GDPR"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-a608b85b2ffef83f883b5a2330b6232efa1b7141","eu-tr-3612325809-89","ec-person-3269ef00f0778677e6f4c8e0f72ce019084206fb"]}} -{"id":"ec-meeting-2018-09-04-c88c60d6e04058ff8fe04629d8d2fcaf2bbbc33d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-04 - Cabinet of Commissioner Mariya Gabriel x Google"],"date":["2018-09-04"],"summary":["Copyright"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-03181945560-59","ec-person-13ac9a19d8d04f97c0d32603d014df0dd4e1cd2a"]}} -{"id":"ec-meeting-2018-09-04-cd28514e4321034abfca97667e2b74bb7082e0f7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-04 - Inspire, Debate, Engage and Accelerate Action x BASF SE"],"date":["2018-09-04"],"summary":["Sustainable Development Goals"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-dg-idea"],"involved":["eu-tr-7410939793-88","ec-person-4fe56a64c00b3e81c851b5538878b32481bd7d3c"]}} -{"id":"ec-meeting-2018-09-04-d04cb9a848085d22edf8ab2c4a18921ccf52e5f7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-04 - Cabinet of Commissioner Mariya Gabriel x Third-i bvba"],"date":["2018-09-04"],"summary":["E-Health"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-080998314984-01","ec-person-13ac9a19d8d04f97c0d32603d014df0dd4e1cd2a"]}} -{"id":"ec-meeting-2018-09-04-e9cf321b515951d17d962c3a4432777e21f9abbe","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-04 - Cabinet of Vice-President Jyrki Katainen x IP2Innovate"],"date":["2018-09-04"],"summary":["European patent system, standard essential patents, IPRED"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["BRUSSELS"],"address":["BRUSSELS"],"addressEntity":["addr-f74337897287bf1b546f30505f5b1f693a87af50"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-207857725603-49","ec-person-c50e8c2cc390c5efb0626988d173bc6758459e0f"]}} -{"id":"ec-meeting-2018-09-05-093dc3f58098e46565f1c3b86650011643024cb6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-05 - Cabinet of Vice-President Jyrki Katainen x Verbatum Oy"],"date":["2018-09-05"],"summary":["Digitalisation of the health services"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90","eu-tr-945267932357-16"]}} -{"id":"ec-meeting-2018-09-05-0beaf14ffd486ee8423bb04427b46651c5202116","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-05 - Cabinet of Commissioner Mariya Gabriel x Motion Picture Association EMEA"],"date":["2018-09-05"],"summary":["Copyright"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-95201401713-39","ec-person-1674399a793e9e6fd7cf55b525515fc862fc9351"]}} -{"id":"ec-meeting-2018-09-05-113626669c4fae2a0aed1814bab35035822b3cb5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-05 - Employment, Social Affairs and Inclusion x EuroCommerce"],"date":["2018-09-05"],"summary":["Phone call with Director-General Mr Verschueren to discuss the representation of the European Commission in the next Social Dialogue meeting"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-empl"],"involved":["eu-tr-84973761187-60","ec-person-dd259fce880e1853f0beb087443bce6e7dea70d7"]}} -{"id":"ec-meeting-2018-09-05-303109686f9c481035980736dc252d3e69861c81","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-05 - Energy x N.V. Nederlandse Gasunie"],"date":["2018-09-05"],"summary":["energy transition projects"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-29967294656-11","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2018-09-05-3841852ef4dd2ad8ebcbcbebc3275cf36492c9c8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-05 - Cabinet of Vice-President Günther Oettinger x Zentraler Immobilien Ausschuss"],"date":["2018-09-05"],"summary":["energy efficiency"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-34880145791-74","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2018-09-05-46cda2034453fdb853def05fd4d063e956d6417b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-05 - Cabinet of Commissioner Carlos Moedas x Joint European Disruptive Initiative"],"date":["2018-09-05"],"summary":["Innovation Support"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-b8d49828915f9008e764a78796d47ea00807a658","eu-tr-782340832304-56"]}} -{"id":"ec-meeting-2018-09-05-4b4b1e42ff07011b010a047270263aba8609b315","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-05 - Cabinet of Vice-President Andrus Ansip x Symantec Corporation"],"date":["2018-09-05"],"summary":["E-Privacy, Cybersecurity Act"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-3ca0c466b8ff230d4409591430b388007ce14ff8","ec-person-5db7bdd1c81da2e70eb5b982097d0004111b5c3e","eu-tr-3612325809-89"]}} -{"id":"ec-meeting-2018-09-05-4c70ae493d0557a56e5d9bfbd84fb50a3fbc8469","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-05 - Cabinet of Vice-President Andrus Ansip x Miltton Europe"],"date":["2018-09-05"],"summary":["DSM state of play and further challenges"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0","ec-person-0f698e3a0cc0bd6a02e1bd386a25cedc1366f3f1","eu-tr-245377319023-40"]}} -{"id":"ec-meeting-2018-09-05-66a74db3af894f76cf1091184e137a4a8e525754","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-05 - Cabinet of Vice-President Günther Oettinger x Verband der Automobilindustrie"],"date":["2018-09-05"],"summary":["future of automobile industry, electromobility"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-95574664768-90","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2018-09-05-6e325439a8cde1c8e46501385b6cd12a49506d4d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-05 - Cabinet of Commissioner Violeta Bulc x BLS AG"],"date":["2018-09-05"],"summary":["Meeting with BLS Cargo CEO Mr Guillelmon"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-4d2b449b5047ea3fda435a2a1c1081e3babcdf76","eu-tr-230630614673-95","ec-person-dd7851e4a1e747e824b4f81139e33bc3cdb73160"]}} -{"id":"ec-meeting-2018-09-05-70d1979e09a869732588967821f34145ecb2d1a5","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2018-09-05 - Cabinet of Commissioner Elżbieta Bieńkowska x Polish Confederation Lewiatan"],"date":["2018-09-05"],"summary":["SPC Manufacturing waver","meeting with representatives of the Polish Association of Pharma Industry Employers"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["BERL","Brussels, Belgium"],"address":["BERL","Brussels, Belgium"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b","addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["ec-person-685ecf13dd26cd515c961e24ba71049af2302c5e","eu-tr-251117611140-75"]}} -{"id":"ec-meeting-2018-09-05-7ada872330b9ab73bc4d6e24b1ef1cd7d9040386","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-05 - Cabinet of Commissioner Phil Hogan x JMG Business Consulting"],"date":["2018-09-05"],"summary":["New regulations on packing"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-400dd8d59d3060187d9b9b143d697da1a3d03c12","eu-tr-320219332498-64","ec-person-68b8e931bdd0cafe77ab8e98d87edbea128d6c49"]}} -{"id":"ec-meeting-2018-09-05-7ec788b195872d7f45648aae17775cf0631d9ba1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-05 - Cabinet of Vice-President Jyrki Katainen x Miltton Europe"],"date":["2018-09-05"],"summary":["Future of Europe"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90","eu-tr-245377319023-40"]}} -{"id":"ec-meeting-2018-09-05-930334f70a884db64797f1fa04a675f2db11dbc0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-05 - Cabinet of Commissioner Carlos Moedas x Gates Ventures, LLC"],"date":["2018-09-05"],"summary":["Clean energy R&I"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-0a716bf5253e913fc40ebf14c12f30dc2e7a06ee","eu-tr-458140332839-09"]}} -{"id":"ec-meeting-2018-09-05-942b4305578bf0564c1b5656b37ba4612e36a86e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-05 - Trade x Verband der Automobilindustrie"],"date":["2018-09-05"],"summary":["EU-US relations"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-trade"],"involved":["ec-person-bde9bb099f5d24c52ca4a9255cefc99a5b87a650","eu-tr-95574664768-90"]}} -{"id":"ec-meeting-2018-09-05-9d8bdf801f34da68f855c8e3657c9085b0924f24","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-05 - Cabinet of Commissioner Mariya Gabriel x Symantec Corporation"],"date":["2018-09-05"],"summary":["ePrivacy, Cybersecurity, AI"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["ec-person-fc1068d79545d1659bf47e9b62bfb0aed175629e","eu-tr-3612325809-89"]}} -{"id":"ec-meeting-2018-09-05-a1aaebc0189ea39fe95bdb7fac49def70122f910","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-05 - Agriculture and Rural Development x McDonald’s Global Franchising Limited"],"date":["2018-09-05"],"summary":["Presentation of different initiatives by McDonald"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-agri"],"involved":["eu-tr-3830179837-87","ec-person-7bc7204a153f98afbf1ad1cffbdd10d06d9ae166"]}} -{"id":"ec-meeting-2018-09-05-a205bfbdd815e3a8c12add5c7f884e9bab9520d8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-05 - Cabinet of Vice-President Jyrki Katainen x Miltton Europe Containerships Oy"],"date":["2018-09-05"],"summary":["LNG in transport"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-158718430543-52","eu-tr-245377319023-40","ec-person-ccd2797b568cba38993df7d1dcc985dbc1eb439a"]}} -{"id":"ec-meeting-2018-09-05-a483ef0278a6384f79484a1af2cab1d6875cccf8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-05 - Cabinet of Vice-President Andrus Ansip x United Internet AG"],"date":["2018-09-05"],"summary":["eIDAS"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-31650149406-33","ec-person-6a03bc4fa7657513ea34529e98dba0671ef4c849"]}} -{"id":"ec-meeting-2018-09-05-a75b457f53e067d9fed5a822bcdc7db96f84e6b4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-05 - Cabinet of Vice-President Günther Oettinger x Joint European Disruptive Initiative"],"date":["2018-09-05"],"summary":["Introduction to the Joint European Disruptive Initiative"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-782340832304-56","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2018-09-05-ac3c4d7adc2ad0666a4259f2efc9a15877e819f4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-05 - Cabinet of Commissioner Carlos Moedas x Verbatum Oy"],"date":["2018-09-05"],"summary":["Research & Innovation on Aging"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-b8d49828915f9008e764a78796d47ea00807a658","ec-person-23980b2bc4fd9c82051d0f7888dc236b2f764866","eu-tr-945267932357-16"]}} -{"id":"ec-meeting-2018-09-05-b60fde34950292fa2baebfb16c5f993a68d1fe27","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-05 - Cabinet of Vice-President Maroš Šefčovič x Snam S.p.A."],"date":["2018-09-05"],"summary":["State of play TAP, EU-China Cooperation, 2050 Communication, Greece DEFSA privatisation"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-284336314886-25","ec-person-3bf48630444ace93d407e52eb880e64d480f75ce"]}} -{"id":"ec-meeting-2018-09-05-c5004e2bd96344769644b82ea88906f00cd0a36c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-05 - Cabinet of Vice-President Miguel Arias Cañete x Miltton Europe"],"date":["2018-09-05"],"summary":["Mid-term and long-term EU climate targets"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-71f9b3c696abbda505f0fae6baec2c26e0c310dc","eu-tr-245377319023-40","ec-person-2229c857664a22dcb8eee79a8c05841fd3d0924f"]}} -{"id":"ec-meeting-2018-09-05-e0ed92e6e4680702614e4ee5e7c5566b3e5155c1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-05 - Cabinet of President Jean-Claude Juncker x European Federation of National Organisations working with the Homeless European Anti Poverty Network"],"date":["2018-09-05"],"summary":["Situation et priorités sociales en Europe"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-3945154610-54","eu-tr-42528706153-39","ec-person-98eba7ab1446c6dce384fdc2ecd48c7cadf9ee4e"]}} -{"id":"ec-meeting-2018-09-05-e35691337c9fbd26e4fe7e453f0fb738a6898a23","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-05 - Cabinet of Vice-President Miguel Arias Cañete x Zentraler Immobilien Ausschuss"],"date":["2018-09-05"],"summary":["Energy Performance of Buildings Directive"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-34880145791-74","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd"]}} -{"id":"ec-meeting-2018-09-05-eccee80660fe5893a5e63ed7587fc257f143ca61","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-05 - Cabinet of First Vice-President Frans Timmermans x EUROPEAN TRADE UNION CONFEDERATION"],"date":["2018-09-05"],"summary":["discussion on whistleblowing"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels, BERL"],"address":["Brussels, BERL"],"addressEntity":["addr-3c3fa5f92474ebac668808553fbab6d1c14aa243"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-06698681039-26","ec-person-284d94050a35c9079d8b1ba3f85eaf7777b5fea9"]}} -{"id":"ec-meeting-2018-09-05-f4dcf111771dac9234a38c6228feff08d9963e86","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-05 - Cabinet of President Jean-Claude Juncker x McDonald’s Global Franchising Limited"],"date":["2018-09-05"],"summary":["Climate Action and Energy Union"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-b1bf9aa5fb7e886441ff341b657cc482b64a2a3e","eu-tr-3830179837-87"]}} -{"id":"ec-meeting-2018-09-06-071635818b12e671a174f33e062bdee0dacef9b0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-06 - Cabinet of Commissioner Violeta Bulc x Air Traffic Controllers European Unions Coordination"],"date":["2018-09-06"],"summary":["Aviation issues"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-9d4dc4867a44dfe10f67ae7ee1706da3e8b48a24","eu-tr-473272624831-33"]}} -{"id":"ec-meeting-2018-09-06-09ebee7f2bcc7ee77c70efc3545c4f4fb7964067","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-06 - Cabinet of Commissioner Elżbieta Bieńkowska x Kemira Oyj"],"date":["2018-09-06"],"summary":["REACH"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-893889610875-77","ec-person-b2f9be51339f054477846797e2c119fcf16548fc"]}} -{"id":"ec-meeting-2018-09-06-10d00cc16544bf37d5dd32780079d5ddfee78d74","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-06 - Cabinet of Vice-President Karmenu Vella x Avaaz Foundation"],"date":["2018-09-06"],"summary":["Marine Protected Areas"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["eu-tr-475565317526-24","ec-person-2966d69fae0ea4e67f3f2df5a743cc766267d3c8"]}} -{"id":"ec-meeting-2018-09-06-1da070055cebf68d15f6b41d9cfba710efd336f8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-06 - Cabinet of Vice-President Neven Mimica x SOS Children's Villages International"],"date":["2018-09-06"],"summary":["Meeting to discuss the MFF & children’s rights in development and international cooperation"],"notes":["Portfolio: International Cooperation & Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-mimica-neven-of-president-vice"],"involved":["ec-person-5f446e21c2ca97624d9781d53ce7312477e72d6e","ec-person-b187f3955c71d2e1daa48e02fd0a09ab7c6f6098","eu-tr-75014529893-97"]}} -{"id":"ec-meeting-2018-09-06-2545435d6221d3c2af6ea0e51b60d9ccebaaccf4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-06 - Cabinet of Vice-President Jyrki Katainen x Metsäliitto Cooperative"],"date":["2018-09-06"],"summary":["Climate and energy strategy"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-962687110415-94","ec-person-ccd2797b568cba38993df7d1dcc985dbc1eb439a"]}} -{"id":"ec-meeting-2018-09-06-2cb3e45c2b1e0ccd42492ef2c7e54e96f7b397b6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-06 - Cabinet of Vice-President Valdis Dombrovskis x Vereinigung der österreichischen Industrie - Industriellenvereinigung"],"date":["2018-09-06"],"summary":["Exchange of views on the Economic and Monetary Union"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Vienna, Austria"],"address":["Vienna, Austria"],"addressEntity":["addr-090be3f54cd0f162a77bddc433046b64f0b14a71"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-48f31156d932641826e09f5b73f074d35ff05786","eu-tr-89093924456-06","ec-person-a9eda2e8ea54b70a968327672c6cada679d3cd56"]}} -{"id":"ec-meeting-2018-09-06-4ec7250f6e133563f6add01acbdb763d686a67b7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-06 - Cabinet of Commissioner Phil Hogan x European Federation of National Associations of Water Services"],"date":["2018-09-06"],"summary":["\"Blueing” of the CAP"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-400dd8d59d3060187d9b9b143d697da1a3d03c12","eu-tr-39299129772-62","ec-person-68b8e931bdd0cafe77ab8e98d87edbea128d6c49"]}} -{"id":"ec-meeting-2018-09-06-62056acc216641a325b6bdf55b43f3ab20108fb8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-06 - Financial Stability, Financial Services and Capital Markets Union x Société Générale"],"date":["2018-09-06"],"summary":["RRM Package, Basel IV, Brexit, Sustainable Finance, NPLs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-34369111614-57","ec-person-bdee7a93f95c8ef05079539170139b3c02e8ed96"]}} -{"id":"ec-meeting-2018-09-06-62c11d4303bd5b5399feda346b3b7b418b337189","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-06 - Cabinet of Commissioner Mariya Gabriel x Eli Lilly and Company"],"date":["2018-09-06"],"summary":["eHealth"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-04657143399-39","ec-person-13ac9a19d8d04f97c0d32603d014df0dd4e1cd2a"]}} -{"id":"ec-meeting-2018-09-06-71ac74a03a6204dec531dfada592039bcd5f5196","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-06 - Cabinet of Commissioner Phil Hogan x Brunswick Group LLP"],"date":["2018-09-06"],"summary":["Carbon footprint of agriculture"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-26255464458-25","ec-person-68b8e931bdd0cafe77ab8e98d87edbea128d6c49"]}} -{"id":"ec-meeting-2018-09-06-739faa23f07c7c14f8408843dd8345fadad22d66","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-06 - Cabinet of Vice-President Maroš Šefčovič x E.ON SE"],"date":["2018-09-06"],"summary":["Merger case RWE-E.ON, state of play Energy Union, Carbon Intensive Region Initiative"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-3bf48630444ace93d407e52eb880e64d480f75ce","eu-tr-72760517350-57","ec-person-1f95be23689cd4ed0a26fe2980f760ccf2d55c1e"]}} -{"id":"ec-meeting-2018-09-06-7837b8ff6f82e16b2ae83cc638e800a7b98b05f1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-06 - Cabinet of Vice-President Valdis Dombrovskis x Nordea Bank Abp"],"date":["2018-09-06"],"summary":["Sustainable Finance, Banking Union, Basel 3"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Vienna. Austria"],"address":["Vienna. Austria"],"addressEntity":["addr-e77efdbbc0315cf760548f47abe123d50217fa6b"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-107779213747-53","ec-person-48f31156d932641826e09f5b73f074d35ff05786","ec-person-a9eda2e8ea54b70a968327672c6cada679d3cd56"]}} -{"id":"ec-meeting-2018-09-06-79c446c44528592e00e7dfc77b44bdd26368e7da","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-06 - Cabinet of Vice-President Andrus Ansip x Airbnb Ireland UC"],"date":["2018-09-06"],"summary":["Platform-to-business"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-823871417098-42","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45","ec-person-91ca0921c6790191daa54427311acd63035e7c9e"]}} -{"id":"ec-meeting-2018-09-06-94351dda5b861ac9a5bd3d3005af3a26f3ac1ed6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-06 - Cabinet of Commissioner Mariya Gabriel x ERNIEAPP LTD"],"date":["2018-09-06"],"summary":["Personal data, Social platforms"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-588975328336-69","ec-person-fc1068d79545d1659bf47e9b62bfb0aed175629e"]}} -{"id":"ec-meeting-2018-09-06-9b4b6bf312c1faaf99db1ece3f3d9504e29248ec","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-06 - Cabinet of Vice-President Valdis Dombrovskis x Bank of Tokyo-Mitsubishi UFJ"],"date":["2018-09-06"],"summary":["Banking Package / Intermediate Parent Undertaking"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Vienna, Austria"],"address":["Vienna, Austria"],"addressEntity":["addr-090be3f54cd0f162a77bddc433046b64f0b14a71"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-489611426460-32","ec-person-48f31156d932641826e09f5b73f074d35ff05786","ec-person-a9eda2e8ea54b70a968327672c6cada679d3cd56"]}} -{"id":"ec-meeting-2018-09-06-a04caa6f86f4fb9ac93b23f7c467e3c55dc8c585","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-06 - Cabinet of Vice-President Jyrki Katainen x Finnish Institute of International Affairs"],"date":["2018-09-06"],"summary":["Future of Europe, SOTEU, European elections 2019, VP Katainen's priorities"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-93e8e8ac2ee89edb4c52bce70d7472c8eae05edd","eu-tr-342534715247-56"]}} -{"id":"ec-meeting-2018-09-06-a7634001c34f21385de0993bed1dc00a239ec3a4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-06 - Cabinet of Vice-President Maroš Šefčovič x Tellurian Trading UK Ltd"],"date":["2018-09-06"],"summary":["LNG markets"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-382928328537-02","ec-person-3bf48630444ace93d407e52eb880e64d480f75ce"]}} -{"id":"ec-meeting-2018-09-06-aeb096303fd8afc2ecfa6a6c2e160852d231bdd6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-06 - Cabinet of Commissioner Violeta Bulc x European Transport Workers' Federation"],"date":["2018-09-06"],"summary":["Meeting with ETF on the recent developments on Mobility Package 1"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-92545571128-74","ec-person-4d2b449b5047ea3fda435a2a1c1081e3babcdf76","ec-person-be830229e281863b280fbdedb9755116218a1b6d","ec-person-dd7851e4a1e747e824b4f81139e33bc3cdb73160"]}} -{"id":"ec-meeting-2018-09-06-b23c3a83c4d034f969c2152d07f310a52414d0c6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-06 - Cabinet of Vice-President Jyrki Katainen x Kemira Oyj Aula Europe"],"date":["2018-09-06"],"summary":["Circular Economy"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-88742028087-64","eu-tr-893889610875-77","ec-person-ccd2797b568cba38993df7d1dcc985dbc1eb439a"]}} -{"id":"ec-meeting-2018-09-06-bb9c4820794e8d406d82fff242d3bace5f659f83","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-06 - Cabinet of Vice-President Jyrki Katainen x The Russell Group of Universities"],"date":["2018-09-06"],"summary":["Research and innovation in Europe"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90","eu-tr-032693316451-70"]}} -{"id":"ec-meeting-2018-09-06-bc28be08ad1f5f3c81fa46e85e68864efe1e313e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-06 - Research and Innovation x The Russell Group of Universities"],"date":["2018-09-06"],"summary":["Proposal on Horizon Europe"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-rtd"],"involved":["ec-person-1d348f33395de0ea6773a7b4ae8797e3e0392f73","eu-tr-032693316451-70"]}} -{"id":"ec-meeting-2018-09-06-d3adf6085fdc4f9bb358343813dcb14068f60424","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-06 - Communications Networks, Content and Technology x MFE - MEDIAFOREUROPE N.V"],"date":["2018-09-06"],"summary":["Copyright Directive - Fake news/Disinformation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-91471238809-21","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2018-09-06-e5a05444898ae4c8345cc58a83655caf552aee68","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-06 - Cabinet of Vice-President Valdis Dombrovskis x European Anti Poverty Network"],"date":["2018-09-06"],"summary":["EAPN assessment of Country-Specific Recommendations 2018"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-3945154610-54","ec-person-51a67cf3e19a8853620326cd57fd7e9750b2c9d7"]}} -{"id":"ec-meeting-2018-09-06-e92e1cd3b4b3d5d9f934d64399517cb4685c44d0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-06 - Cabinet of Vice-President Valdis Dombrovskis x JPMorgan Chase & Co."],"date":["2018-09-06"],"summary":["Brexit preparedness - Delegation"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Vienna, Austria"],"address":["Vienna, Austria"],"addressEntity":["addr-090be3f54cd0f162a77bddc433046b64f0b14a71"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-48f31156d932641826e09f5b73f074d35ff05786","eu-tr-9171899949-17","ec-person-a9eda2e8ea54b70a968327672c6cada679d3cd56"]}} -{"id":"ec-meeting-2018-09-06-e99740214e969f5afbc0aa459970a15070c433f7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-06 - Cabinet of Vice-President Cecilia Malmström x Eli Lilly and Company"],"date":["2018-09-06"],"summary":["Current EU-US Trade relations; China; intellectual property rights"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-04657143399-39","ec-person-20ded9db5df11164331bb161fdf234b1e5ad53fd"]}} -{"id":"ec-meeting-2018-09-06-f0718cd026290c793f5df454ef54c03344a268f6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-06 - Cabinet of Commissioner Violeta Bulc x Leonard"],"date":["2018-09-06"],"summary":["Autonomous vehicles issues"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-423757932508-05","ec-person-9fddf13de7f65229b7da7c5b25dca1630cad3c48"]}} -{"id":"ec-meeting-2018-09-06-f77703dd2cdecc0ef090da91ac50d7c4f7ef7e91","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-06 - Cabinet of Commissioner Marianne Thyssen x McDonald’s Global Franchising Limited"],"date":["2018-09-06"],"summary":["Youth unemployment in Europe"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["ec-person-786ac5b4308f9797c51ea9c4491fcd16b6fac4cd","eu-tr-3830179837-87","ec-person-7567514af00f139b390cf9864d28a090ca0fde25"]}} -{"id":"ec-meeting-2018-09-06-fb9cf8ce9470d9e44a37dcec3558f0d4f5e4b07c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-06 - Cabinet of Vice-President Jyrki Katainen x Eli Lilly and Company"],"date":["2018-09-06"],"summary":["Intellectual property incentives framework in the EU, investment and innovation"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90","eu-tr-04657143399-39"]}} -{"id":"ec-meeting-2018-09-06-fc45e1390f113f2c9e18e8f452ffd8f265f6103e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-06 - Cabinet of Vice-President Jyrki Katainen x Interel European Affairs"],"date":["2018-09-06"],"summary":["water policy"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-7028457765-59","ec-person-0da85dc48012e26688310a59a0b51727ea68f410"]}} -{"id":"ec-meeting-2018-09-06-fe1b97d10c764e94c8fb03d2ed1467da88fe868d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-06 - Cabinet of Commissioner Marianne Thyssen x European Anti Poverty Network"],"date":["2018-09-06"],"summary":["EAPN Assessment of 2018 CSRs and Country Annex: More audacity to fight poverty and promote social rights"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["ec-person-5a49eb89125b4b5d1125b3925bbb64aba1bea2b3","eu-tr-3945154610-54"]}} -{"id":"ec-meeting-2018-09-06-ffb3b0648ca7dd2c28ac5ff38663bdfad293f29c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-06 - Cabinet of Commissioner Pierre Moscovici x Airbnb Ireland UC"],"date":["2018-09-06"],"summary":["Meeting to discuss the digital service tax."],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["eu-tr-823871417098-42","ec-person-1d299d025d2afdcba46db3d131b6197fab6e0c89"]}} -{"id":"ec-meeting-2018-09-06-fff91c59ba7d805b00679aa9fab6b6cc9410ef65","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-06 - Cabinet of High Representative / Vice-President Federica Mogherini x Foreign Economic Relations Board of Turkey"],"date":["2018-09-06"],"summary":["Relations with Turkey"],"notes":["Portfolio: Foreign Affairs and Security Policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"involved":["eu-tr-119458831154-84","ec-person-ffe369688b1df8f09154d965f094473d619d72e0"]}} -{"id":"ec-meeting-2018-09-07-17f764e5484c9533b2fca2d6bdaec82898db56c2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-07 - Cabinet of Vice-President Andrus Ansip x Confederation of Swedish Enterprise"],"date":["2018-09-07"],"summary":["Artificial Intelligence"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-39912257528-48","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45"]}} -{"id":"ec-meeting-2018-09-07-1f0a7798776c5f1f84db3cc0f4d9b64939906392","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-07 - Cabinet of Commissioner Elżbieta Bieńkowska x TIC Council"],"date":["2018-09-07"],"summary":["presentation of their regulation & testing activities"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-840667012559-60","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2018-09-07-2b7e321ba4df5fee24551731926e8f068951fc29","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-07 - Cabinet of Commissioner Vytenis Andriukaitis x Health & Environment Alliance"],"date":["2018-09-07"],"summary":["EDC Strategy"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["eu-tr-00723343929-96","ec-person-b9c3f19e7c5f216e3e508f931ddd6a9cb59376d1"]}} -{"id":"ec-meeting-2018-09-07-3237e25ff57afc8e4ece8dc4be4fe6275a1f0dd4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-07 - Cabinet of Commissioner Violeta Bulc x Da Jiang Innovations"],"date":["2018-09-07"],"summary":["Meeting on drones"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-9d4dc4867a44dfe10f67ae7ee1706da3e8b48a24","eu-tr-526710919886-47"]}} -{"id":"ec-meeting-2018-09-07-4ec1f63177c650b430591b41940ca01c60a832ab","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-07 - Research and Innovation x European Federation of Pharmaceutical Industries and Associations"],"date":["2018-09-07"],"summary":["Partnesrhips"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-rtd"],"involved":["eu-tr-38526121292-88","ec-person-1d348f33395de0ea6773a7b4ae8797e3e0392f73"]}} -{"id":"ec-meeting-2018-09-07-65e6eda8d0508b708670222b355f130f0082d413","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-07 - Cabinet of Commissioner Christos Stylianides x Association of Bermuda Insurers and Reinsurers"],"date":["2018-09-07"],"summary":["Discussion on Disaster Risk Reduction and the role of the insurance sector"],"notes":["Portfolio: Humanitarian Aid & Crisis Management"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-christos-commissioner-of-stylianides"],"involved":["ec-person-cdd689bd079714522dad472ea4446b0fcc660d8f","eu-tr-344286516349-04","ec-person-34409381bed36941005c31d0165bac17f74a89d1"]}} -{"id":"ec-meeting-2018-09-07-951daad8474c90b615a4fa90312bc45b47f456be","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-07 - Cabinet of Vice-President Valdis Dombrovskis x STSS (MALTA) Limited"],"date":["2018-09-07"],"summary":["Blockchain and distributed ledger technologies (DLT)"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-864359332477-04","ec-person-537401fc0be04984531b83660f416bf2fe14fbd8"]}} -{"id":"ec-meeting-2018-09-07-98504956b798557afd2950f5066fdda2f7acef02","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-07 - Cabinet of Commissioner Julian King x Genna Cabinet Sprl"],"date":["2018-09-07"],"summary":["Cybersecurity"],"notes":["Portfolio: Security Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-julian-king-of"],"involved":["eu-tr-965553914278-94","ec-person-8534d5829e2b89b2389ad8651205fee73503f559"]}} -{"id":"ec-meeting-2018-09-07-a30c707628f97abc5ddef9f2728f4095d23c6962","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-07 - Cabinet of Vice-President Andrus Ansip x EBU-UER (European Broadcasting Union)"],"date":["2018-09-07"],"summary":["Broadcasting regulation"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-93288301615-56","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45"]}} -{"id":"ec-meeting-2018-09-07-b31276ddbf7536d5b769c64f8f5fdc67b4db2c65","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-07 - Cabinet of Vice-President Andrus Ansip x TIC Council"],"date":["2018-09-07"],"summary":["DSM/CYBERSECURITY"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-3ca0c466b8ff230d4409591430b388007ce14ff8","eu-tr-840667012559-60"]}} -{"id":"ec-meeting-2018-09-07-d2d425d97ef33ae868d432afeb59315a5b5f316b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-07 - Cabinet of Commissioner Phil Hogan x Irish Cattle & Sheep Farmers' Association Ltd"],"date":["2018-09-07"],"summary":["Agri Issues"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Ireland"],"address":["Ireland"],"addressEntity":["addr-eb2131ece0efe78ee8bb1ae98af6099114a8df09"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-711197015348-03","ec-person-a1a78365cc4685b0958056646204977d8f2ead92"]}} -{"id":"ec-meeting-2018-09-07-d43f761d04553f6ff26f7bcda9c59ed9a463f20d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-07 - Cabinet of Commissioner Mariya Gabriel x Mastercard"],"date":["2018-09-07"],"summary":["AI and privacy"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["ec-person-fc1068d79545d1659bf47e9b62bfb0aed175629e","eu-tr-58204758673-16"]}} -{"id":"ec-meeting-2018-09-08-3076e9f4072d1ed28e9ddf155c3c3e6bacee7abf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-08 - Cabinet of Commissioner Phil Hogan x University College Cork, National University of Ireland, Cork"],"date":["2018-09-08"],"summary":["Food Science Issues"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Ireland"],"address":["Ireland"],"addressEntity":["addr-eb2131ece0efe78ee8bb1ae98af6099114a8df09"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-a1a78365cc4685b0958056646204977d8f2ead92","eu-tr-568041320655-24"]}} -{"id":"ec-meeting-2018-09-10-0438aff78b3fffcc3378d4a61625b6e1097b2c4e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-10 - Cabinet of Vice-President Andrus Ansip x QUALCOMM Incorporated"],"date":["2018-09-10"],"summary":["IoT, standardisation, 5G"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-00358442856-45","ec-person-6a03bc4fa7657513ea34529e98dba0671ef4c849"]}} -{"id":"ec-meeting-2018-09-10-1d297a460633b95d9cd4a199881f8669c1de4eb0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-10 - Cabinet of Commissioner Pierre Moscovici x None"],"date":["2018-09-10"],"summary":["discussion on digitatal taxation and its impact on Snap"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["ec-person-1d299d025d2afdcba46db3d131b6197fab6e0c89","eu-tr-57468837764-43","eu-tr-976985829492-08"]}} -{"id":"ec-meeting-2018-09-10-2ee0d704182bec5d43985c43d1a5bd850a1c7a33","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-10 - Cabinet of Vice-President Andrus Ansip x OpenForum Europe AISBL"],"date":["2018-09-10"],"summary":["Copyright"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-e91c5be432b6b3efdda369792fed67c20b767a45","eu-tr-2702114689-05"]}} -{"id":"ec-meeting-2018-09-10-3175a4638df59587026b43632b4545efb319db64","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-10 - Maritime Affairs and Fisheries x European Fish Processors & Traders Association"],"date":["2018-09-10"],"summary":["ATQ regulation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-mare"],"involved":["eu-tr-01622884661-83","ec-person-a7b4b8418268a6d6c196b5e45f606fc92acbdb8c"]}} -{"id":"ec-meeting-2018-09-10-3f04c855c0829de24ace8b8861a57033b7738580","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-10 - Cabinet of Vice-President Valdis Dombrovskis x Alecta pensionsförsäkring, ömsesidigt"],"date":["2018-09-10"],"summary":["Sustainable Finance"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-384084824013-75","ec-person-537401fc0be04984531b83660f416bf2fe14fbd8"]}} -{"id":"ec-meeting-2018-09-10-49abef11ec48f6f4ed2d77da1480b60edbe88c58","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-10 - Cabinet of Vice-President Valdis Dombrovskis x Danske Bank A/S"],"date":["2018-09-10"],"summary":["Basel III"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-64866663811-42","ec-person-48f31156d932641826e09f5b73f074d35ff05786"]}} -{"id":"ec-meeting-2018-09-10-5f28c3af22b1844e865102f6d93472e4f4be924a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-10 - Cabinet of Vice-President Maroš Šefčovič x MOBIVIA"],"date":["2018-09-10"],"summary":["Low emission mobility and road safety"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-597100516827-13","ec-person-e74918e8eb8a9ef96da8cb06c0eae7ac5080d822"]}} -{"id":"ec-meeting-2018-09-10-7dd16ae37679134380990fae7149de82c0208126","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-10 - Cabinet of Vice-President Günther Oettinger x Europäische Bewegung Deutschland e.V."],"date":["2018-09-10"],"summary":["MFF"],"notes":["Portfolio: Budget & Human Resources"],"location":["Berlin"],"address":["Berlin"],"addressEntity":["addr-062b06ba8e755765c6b049809b7430fd54fe5b21"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-028179432513-92","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2018-09-10-a085cc9237cfd4df8de592aea9a6ebf7b7a651ae","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-10 - Cabinet of Vice-President Valdis Dombrovskis x MetLife"],"date":["2018-09-10"],"summary":["International insurance developments"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-30d770ccd575865b3106f94220ce1ace16e48f1a","eu-tr-676071815969-19"]}} -{"id":"ec-meeting-2018-09-10-a7258ec2d4ad65bf1db97c26847ebf5bc81fdf2a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-10 - Cabinet of Vice-President Jyrki Katainen x Vodafone Belgium SA"],"date":["2018-09-10"],"summary":["Investment in competiveness and 5G"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90","eu-tr-90142503473-81"]}} -{"id":"ec-meeting-2018-09-10-af7982bed8fe024283c36f00464d63becc8a95cf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-10 - Cabinet of Vice-President Cecilia Malmström x FRUCOM - European Federation of the Trade in Dried Fruit, Edible Nuts, Processed Fruit & Vegetables, Processed Fishery Products, Spices and Honey"],"date":["2018-09-10"],"summary":["trade in dried fruit"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-40306802522-39","ec-person-591ec829ca734bcfe59a2c9c7f07f9dff22a0ea9"]}} -{"id":"ec-meeting-2018-09-10-c06780ee4c3fb163729170c03e78f26b3d73a57d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-10 - Cabinet of Commissioner Carlos Moedas x Science Europe"],"date":["2018-09-10"],"summary":["Open Science"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-b8d49828915f9008e764a78796d47ea00807a658","eu-tr-73131808686-11"]}} -{"id":"ec-meeting-2018-09-10-d36780c9b95cf379b2b20db170b3f29e2e811e82","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-10 - Cabinet of Vice-President Jyrki Katainen x Rasmussen Global"],"date":["2018-09-10"],"summary":["Future of Europe, SOTEU, European elections 2019, trade policy, VP Katainen's priorities"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-923424020779-19","ec-person-93e8e8ac2ee89edb4c52bce70d7472c8eae05edd"]}} -{"id":"ec-meeting-2018-09-10-df4f0030c6c06b16112bd57507d99e552d251339","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-10 - Cabinet of Vice-President Andrus Ansip x Vodafone Belgium SA"],"date":["2018-09-10"],"summary":["Investment plans in Europe, e-privacy, 5G"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-5db7bdd1c81da2e70eb5b982097d0004111b5c3e","eu-tr-90142503473-81","ec-person-666bc159c7e65a3af9e63c1e97435c02f1496955","ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0"]}} -{"id":"ec-meeting-2018-09-11-05380b5b92d9b1d85af718bde6ca83433a598341","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-11 - Cabinet of Commissioner Mariya Gabriel x TIC Council International Confederation of Inspection and Certification Organizations"],"date":["2018-09-11"],"summary":["Cybersecurity"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-96818506624-46","eu-tr-840667012559-60","ec-person-fc1068d79545d1659bf47e9b62bfb0aed175629e"]}} -{"id":"ec-meeting-2018-09-11-1292d16f3c81fefcd55cfba5258215d96a75e0d4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-11 - Cabinet of Commissioner Vytenis Andriukaitis x New Breeding Techniques Platform"],"date":["2018-09-11"],"summary":["The legal status of NBTs in Europe and the implications of the ECJ ruling for the agri-food sector"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-b9c3f19e7c5f216e3e508f931ddd6a9cb59376d1","eu-tr-303808417118-14"]}} -{"id":"ec-meeting-2018-09-11-20b624b4e4273604f370ee8f8693373f944c3813","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-11 - Cabinet of Commissioner Carlos Moedas x New Breeding Techniques Platform"],"date":["2018-09-11"],"summary":["legal status of NBTs in Europe"],"notes":["Portfolio: Research, Science and Innovation"],"location":["brussels"],"address":["brussels"],"addressEntity":["addr-e2daa1574b7ac475c827b33e281bd2d5e013c882"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-0a716bf5253e913fc40ebf14c12f30dc2e7a06ee","eu-tr-303808417118-14"]}} -{"id":"ec-meeting-2018-09-11-53d580648deb1566dff9df19db965ce6f361bc93","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-11 - Cabinet of Vice-President Cecilia Malmström x European Potato Processors' Association"],"date":["2018-09-11"],"summary":["Anti-Dumping measures in South Africe, Colombia and Brasil against European Potato Exporters"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-20ded9db5df11164331bb161fdf234b1e5ad53fd","eu-tr-163461511626-21"]}} -{"id":"ec-meeting-2018-09-11-5546f833563b7d07c20766c802854a6af629e805","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-11 - Financial Stability, Financial Services and Capital Markets Union x Euronext"],"date":["2018-09-11"],"summary":["Mifid II"],"location":["Paris"],"address":["Paris"],"addressEntity":["addr-22390ad11c32faec43fc61555b53607660b3c185"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-17804464809-28","ec-person-bdee7a93f95c8ef05079539170139b3c02e8ed96"]}} -{"id":"ec-meeting-2018-09-11-5fb3d0b884b059622845ab92b92fc38545f8992c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-11 - Cabinet of Vice-President Jyrki Katainen x European Association of Research and Technology Organisations"],"date":["2018-09-11"],"summary":["EU funding for Research and innovation"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-81b1dda49062e5dac42bdad9273fa72968a2c325","eu-tr-977869932377-59"]}} -{"id":"ec-meeting-2018-09-11-75a092c8e01c2977a4871ccdad13fe42cc086674","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-11 - Financial Stability, Financial Services and Capital Markets Union x Crédit Agricole S.A."],"date":["2018-09-11"],"summary":["sustainable finance, common thematic budget, 3.\tEuropean safe assets"],"location":["Paris"],"address":["Paris"],"addressEntity":["addr-22390ad11c32faec43fc61555b53607660b3c185"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-35147251117-11","ec-person-bdee7a93f95c8ef05079539170139b3c02e8ed96"]}} -{"id":"ec-meeting-2018-09-11-7f0dcc7224069120e97a69ff81b1651ed5254658","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-11 - Cabinet of Vice-President Jyrki Katainen x Maa- ja metsätaloustuottajain Keskusliitto – Central Union of Agricultural Producers and Forest Owners"],"date":["2018-09-11"],"summary":["MFF/CAP; Drought support payments; Transparency of food chain pricing; Fertilisers/circular economy; Erasmus for farmers"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Strasbourg"],"address":["Strasbourg"],"addressEntity":["addr-a7b90170b4a5bf2d1d09ccfd109b57e0a030cfc4"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90","eu-tr-56039441735-48"]}} -{"id":"ec-meeting-2018-09-11-961645800a7de2dfec174740d66689c540ad0b95","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-11 - Cabinet of Commissioner Elżbieta Bieńkowska x Réseau Entreprendre"],"date":["2018-09-11"],"summary":["entrepreneurship"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["ec-person-b2f9be51339f054477846797e2c119fcf16548fc","eu-tr-607908432268-31"]}} -{"id":"ec-meeting-2018-09-11-98ae7d3df01415f71c701ae618ee72ee9d5f8659","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-11 - Cabinet of Commissioner Elżbieta Bieńkowska x ARIANESPACE"],"date":["2018-09-11"],"summary":["Arianespace dinner"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Paris"],"address":["Paris"],"addressEntity":["addr-22390ad11c32faec43fc61555b53607660b3c185"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-016461319755-04","ec-person-d2997a7f359c91a337055c3e24dd36bf928de38d"]}} -{"id":"ec-meeting-2018-09-11-995b2841b11ec9d61e22d5d1b77bdbd5aba06fac","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-11 - Cabinet of Commissioner Phil Hogan x Irish Farmers' Association"],"date":["2018-09-11"],"summary":["Business discussion"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-400dd8d59d3060187d9b9b143d697da1a3d03c12","eu-tr-458700813641-37"]}} -{"id":"ec-meeting-2018-09-11-b174b813e93bfed6032e08d7b7133d28bbe9c66b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-11 - Cabinet of Vice-President Maroš Šefčovič x EUROGAS aisbl"],"date":["2018-09-11"],"summary":["Electricity Market Design, Gas Directive amendment, Renewable Gas, Sector Coppling, Role of Gas in Transport"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-3bf48630444ace93d407e52eb880e64d480f75ce","eu-tr-17909506129-41"]}} -{"id":"ec-meeting-2018-09-11-e68f5b5fe3b0eb369e09ad02d51f2ea846deaa58","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-11 - Education, Youth, Sport and Culture x FEANI"],"date":["2018-09-11"],"summary":["Inauguration of the Advisory Group"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-eac"],"involved":["ec-person-68d4f99b9ed1b40d86ebbf81f8f35aeebd6c5fc5","eu-tr-71635694112-37"]}} -{"id":"ec-meeting-2018-09-11-f50ddf518c2683f77cb9b7ecd0d5db319d1164ce","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-11 - Cabinet of Commissioner Mariya Gabriel x Iliad"],"date":["2018-09-11"],"summary":["Telecom"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-366999416622-37","ec-person-d995d34a2f8b1f0bf6a17486f5699181d6a01e1c"]}} -{"id":"ec-meeting-2018-09-12-396cd917c972d9da2ebeefee2a8c55c498b986be","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-12 - Employment, Social Affairs and Inclusion x Eurocities"],"date":["2018-09-12"],"summary":["Meeting with the Secretary General of EUROCITIES, Ms Anna Lisa Boni to discuss the cooperation between EUROCITIES and DG EMPL in the implementation of the European Pillar of Social Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-empl"],"involved":["ec-person-dd259fce880e1853f0beb087443bce6e7dea70d7","eu-tr-12493392840-79"]}} -{"id":"ec-meeting-2018-09-12-54fa734bde836f78c364364d949fff96a785f9de","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-12 - Cabinet of Commissioner Vytenis Andriukaitis x European agri-cooperatives European farmers"],"date":["2018-09-12"],"summary":["New breeding techniques"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-b9c3f19e7c5f216e3e508f931ddd6a9cb59376d1","eu-tr-09586631237-74","eu-tr-44856881231-49"]}} -{"id":"ec-meeting-2018-09-12-8bdcb772d2299f1ca8685af7e8f15871075aee04","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-12 - Inspire, Debate, Engage and Accelerate Action x Microsoft Corporation"],"date":["2018-09-12"],"summary":["Cyber Security"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-dg-idea"],"involved":["eu-tr-0801162959-21","ec-person-4fe56a64c00b3e81c851b5538878b32481bd7d3c"]}} -{"id":"ec-meeting-2018-09-12-9b68567eecc7d4c42901211e3147e48e14b338b3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-12 - Mobility and Transport x Lufthansa Group"],"date":["2018-09-12"],"summary":["SES, CATAs, CORSIA"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-move"],"involved":["eu-tr-0714344663-32","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2018-09-12-a73b0db4e3afcc5ab1f98a3046d0de8379abcff1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-12 - Cabinet of Commissioner Vytenis Andriukaitis x European Heart Network"],"date":["2018-09-12"],"summary":["Cardiovascular diseases, world heart day"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-207ddb103396c498205a36d665b30a0cf0c8e5a1","ec-person-b4899928aefa422e4992056d90974930b39cad81","eu-tr-3606882168-35"]}} -{"id":"ec-meeting-2018-09-12-ac5f85e2e0c08957f28e0c0c27a00131736be476","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-12 - Cabinet of Commissioner Phil Hogan x European farmers"],"date":["2018-09-12"],"summary":["Follow up to launch of Code of Conduct on Agricultural data sharing"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-44856881231-49","ec-person-68b8e931bdd0cafe77ab8e98d87edbea128d6c49"]}} -{"id":"ec-meeting-2018-09-12-af179597ccec9ab064f184f57d982b931562fd7f","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2018-09-12 - Cabinet of Vice-President Valdis Dombrovskis x Association for Financial Markets in Europe"],"date":["2018-09-12"],"summary":["Securitisation","Post-trade"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-30d770ccd575865b3106f94220ce1ace16e48f1a","eu-tr-65110063986-76"]}} -{"id":"ec-meeting-2018-09-13-07238fe3375c5c617d29b09a74f998faaa4de8ea","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-13 - Employment, Social Affairs and Inclusion x European Association for the Education of Adults"],"date":["2018-09-13"],"summary":["Meeting with the EAEA Executive Board to discuss adult education with a particular emphasis on social inclusion"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-empl"],"involved":["eu-tr-3334854676-12","ec-person-dd259fce880e1853f0beb087443bce6e7dea70d7"]}} -{"id":"ec-meeting-2018-09-13-1970a20e3193ed5c6bfcf3b0e60232f5e63b768d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-13 - Cabinet of Commissioner Marianne Thyssen x ACV Puls Federatie Nederlandse Vakbeweging Unione Italiana del Lavoro Confederazione Generale Italiana del Lavoro"],"date":["2018-09-13"],"summary":["Working conditions in aviation"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["eu-tr-376222916112-22","eu-tr-979313916286-38","eu-tr-848077116912-21","ec-person-7567514af00f139b390cf9864d28a090ca0fde25","eu-tr-622307424816-11"]}} -{"id":"ec-meeting-2018-09-13-32d211f5c4c1a7987fdae11faa184bc35b37d77d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-13 - Energy x International Association of Oil & Gas Producers Europe"],"date":["2018-09-13"],"summary":["energy policy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["ec-person-6997149120ce5129e38febe5275dc8fd03232d2e","eu-tr-3954187491-70"]}} -{"id":"ec-meeting-2018-09-13-507fb0d3dfbae29d3fd8931fb6cfaa2e2000edab","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-13 - Cabinet of Commissioner Phil Hogan x Eesti Põllumajandus-Kaubanduskoda Biedrība Zemnieku saeima"],"date":["2018-09-13"],"summary":["reform of CAP"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-961707318657-19","eu-tr-340415211061-17","ec-person-7d3caa534e5cdda6d5b949bd4b2def39356e3bec"]}} -{"id":"ec-meeting-2018-09-13-6c26a6e9f8bbb76c4f5767f2efefa228a837b718","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-13 - Cabinet of First Vice-President Frans Timmermans x Lidl"],"date":["2018-09-13"],"summary":["cooperation on fighting plastics pollution"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels, BERL"],"address":["Brussels, BERL"],"addressEntity":["addr-3c3fa5f92474ebac668808553fbab6d1c14aa243"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-480098310579-04","ec-person-8d1c5ff76a431332387aa10936b0bff13f7d71fd"]}} -{"id":"ec-meeting-2018-09-13-6f355582a0614d8a0d4525bf240a11082bea5ece","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-13 - Cabinet of Vice-President Cecilia Malmström x DIGITALEUROPE"],"date":["2018-09-13"],"summary":["EU trade policy - latest developments and future perspectives"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-64270747023-20","ec-person-591ec829ca734bcfe59a2c9c7f07f9dff22a0ea9"]}} -{"id":"ec-meeting-2018-09-13-7f0dcc7224069120e97a69ff81b1651ed5254658","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-13 - Cabinet of Vice-President Jyrki Katainen x Maa- ja metsätaloustuottajain Keskusliitto – Central Union of Agricultural Producers and Forest Owners"],"date":["2018-09-13"],"summary":["Drought in Northern Europe"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-56039441735-48","ec-person-ccd2797b568cba38993df7d1dcc985dbc1eb439a"]}} -{"id":"ec-meeting-2018-09-13-846280ab1fe3a09026062befccb26bc10e40f7e5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-13 - Cabinet of Commissioner Christos Stylianides x Voluntary Organisations in Cooperation in Emergencies"],"date":["2018-09-13"],"summary":["VOICE/ECHO Partnership & Challenges"],"notes":["Portfolio: Humanitarian Aid & Crisis Management"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-christos-commissioner-of-stylianides"],"involved":["ec-person-cdd689bd079714522dad472ea4446b0fcc660d8f","eu-tr-47126711656-13","ec-person-4424ecf39f7c6c9e4022ac46c71d81b0464ae6a5"]}} -{"id":"ec-meeting-2018-09-13-96a6520ad4ff6e95d96d940af192fa57e1751fc3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-13 - Cabinet of Commissioner Elżbieta Bieńkowska x DIGITALEUROPE"],"date":["2018-09-13"],"summary":["Ecodesign for servs aned data storage"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-64270747023-20","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2018-09-13-9878285a9db06a3b17335e425bc7f449600b1819","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-13 - Cabinet of Commissioner Violeta Bulc x LEVA-EU vzw"],"date":["2018-09-13"],"summary":["Electric bicycles issues"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-328705327518-72","ec-person-be830229e281863b280fbdedb9755116218a1b6d"]}} -{"id":"ec-meeting-2018-09-13-ad59487d45e0ce1e123e1131d128a68a120be56c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-13 - Cabinet of Commissioner Christos Stylianides x International Rescue Committee Inc"],"date":["2018-09-13"],"summary":["UNGA preparation"],"notes":["Portfolio: Humanitarian Aid & Crisis Management"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-christos-commissioner-of-stylianides"],"involved":["eu-tr-66790095679-26","ec-person-4424ecf39f7c6c9e4022ac46c71d81b0464ae6a5"]}} -{"id":"ec-meeting-2018-09-13-b4d466e1bb1260a08d4907bcd2391eefab78454d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-13 - Cabinet of Commissioner Violeta Bulc x ACV Puls Federatie Nederlandse Vakbeweging Unione Italiana del Lavoro Confederazione Generale Italiana del Lavoro"],"date":["2018-09-13"],"summary":["Working conditions in aviation"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-5012c5e45a52ee8ce67d19c1781a127af53e73e7","eu-tr-376222916112-22","eu-tr-979313916286-38","eu-tr-848077116912-21","ec-person-9d4dc4867a44dfe10f67ae7ee1706da3e8b48a24","eu-tr-622307424816-11"]}} -{"id":"ec-meeting-2018-09-13-bf5c835fb9ab7e36b520f9e1add62b62048772d5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-13 - Cabinet of Commissioner Violeta Bulc x European Transport Safety Council"],"date":["2018-09-13"],"summary":["Road safety issues"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-78891371297-34","ec-person-cb7aaf75b4c195481f149f904bc28b4e2ac2b7ab"]}} -{"id":"ec-meeting-2018-09-13-dfb98547595b8a2bad2fdad033db2f9c5c997248","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-13 - Cabinet of Vice-President Karmenu Vella x Union of European Beverages Association"],"date":["2018-09-13"],"summary":["Plastic Recycling"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["eu-tr-25492952296-56","ec-person-e3c587153be49902cde115f568bd5e9a9d548743","ec-person-0e3efd8bc1c3ee9a80205d0bb78f316fa1621e5d"]}} -{"id":"ec-meeting-2018-09-13-f7b2541376b49806686d10d29c7d5728a45e4fd0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-13 - Cabinet of Vice-President Karmenu Vella x DIGITALEUROPE"],"date":["2018-09-13"],"summary":["Ecodesign for servers"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["eu-tr-64270747023-20","ec-person-e3c587153be49902cde115f568bd5e9a9d548743"]}} -{"id":"ec-meeting-2018-09-14-1a972e4449090453b5c7ab035afe570e2f2e3d7f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-14 - Cabinet of Commissioner Marianne Thyssen x European Microfinance Network aisbl"],"date":["2018-09-14"],"summary":["InvestEU in the social sector"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["ec-person-5528caa0f79478c045f9f7d077dc9e03c09edb31","eu-tr-598332211023-81"]}} -{"id":"ec-meeting-2018-09-14-1de74ac8231cd63101288fa89d76dc00fe17fdf3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-14 - Cabinet of Vice-President Günther Oettinger x Bundesverband der Deutschen Industrie e.V."],"date":["2018-09-14"],"summary":["MFF and digital"],"notes":["Portfolio: Budget & Human Resources"],"location":["Berlin"],"address":["Berlin"],"addressEntity":["addr-062b06ba8e755765c6b049809b7430fd54fe5b21"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-1771817758-48","ec-person-b17d355ca19058898aba2ec032de59f8701d47f5"]}} -{"id":"ec-meeting-2018-09-14-2390b91dbecc9331765fcd38ee34803c3670bd59","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-14 - Cabinet of Commissioner Tibor Navracsics x World Economic Forum"],"date":["2018-09-14"],"summary":["discussion for Davos"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-49f31dad10f5641cb1d1e4c3107dd838389e8120","eu-tr-389715028237-59"]}} -{"id":"ec-meeting-2018-09-14-53076cddee283f06bb505c43adcecb1705f38528","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-14 - Mobility and Transport x APCO Worldwide"],"date":["2018-09-14"],"summary":["developments in the railway sector"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-move"],"involved":["ec-person-26cdfacae671b09917bee1a91c91973941fa58a2","eu-tr-81995781088-41"]}} -{"id":"ec-meeting-2018-09-14-7b9a6ce6ad39108a1273602160b9bda6226ec8b6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-14 - Mobility and Transport x Bombardier Transportation"],"date":["2018-09-14"],"summary":["Developments in the railway sector"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-move"],"involved":["eu-tr-478836130634-43","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2018-09-14-885db637becc31a002ab6bd9a02efeecb7253621","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-14 - Cabinet of Vice-President Andrus Ansip x Autotalks"],"date":["2018-09-14"],"summary":["Connected mobility"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-245092427655-14","ec-person-6a03bc4fa7657513ea34529e98dba0671ef4c849"]}} -{"id":"ec-meeting-2018-09-14-9cd9dcb5823ed2239227178f2667ae7a66c37ebb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-14 - Cabinet of Commissioner Elżbieta Bieńkowska x Autotalks"],"date":["2018-09-14"],"summary":["Road safety - C-ITS Directive"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-245092427655-14","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2018-09-14-a3d6e326c19976754d977fd4bc14cbe4b805a267","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-14 - Cabinet of Vice-President Maroš Šefčovič x Autotalks"],"date":["2018-09-14"],"summary":["Low emission mobility and road safety"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-245092427655-14","ec-person-e74918e8eb8a9ef96da8cb06c0eae7ac5080d822"]}} -{"id":"ec-meeting-2018-09-14-a92fef4a22c2e3f09a8e901942a3b47b4dc70769","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-14 - Cabinet of Vice-President Maroš Šefčovič x The European Association for Electromobility"],"date":["2018-09-14"],"summary":["Low emission mobility"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-269727723042-29","ec-person-e74918e8eb8a9ef96da8cb06c0eae7ac5080d822"]}} -{"id":"ec-meeting-2018-09-14-bac1cb2b93afa14fb2e950c466844f98d810dce5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-14 - Communications Networks, Content and Technology x Bundesverband der Deutschen Industrie e.V."],"date":["2018-09-14"],"summary":["MFF & Digital"],"location":["Berlin"],"address":["Berlin"],"addressEntity":["addr-062b06ba8e755765c6b049809b7430fd54fe5b21"],"organizer":["ec-dg-connect"],"involved":["eu-tr-1771817758-48","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2018-09-14-bb868816f2333d4d3765035672bd0357ffe1817f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-14 - Energy x Polish Wind Energy Association"],"date":["2018-09-14"],"summary":["energy policy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-090471814671-25","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2018-09-14-c2ece2bdeb90cf3fad358df249d34c0226695ec2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-14 - Cabinet of Vice-President Jyrki Katainen x Union of European Beverages Association"],"date":["2018-09-14"],"summary":["Plastics in circular economy and the single use plastics directive"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90","eu-tr-25492952296-56"]}} -{"id":"ec-meeting-2018-09-14-e30ed7a646cf22c1597dd500083d85384b61fad9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-14 - Cabinet of Vice-President Karmenu Vella x Kaneka Belgium N.V."],"date":["2018-09-14"],"summary":["Biodegradable Plastic"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["eu-tr-549945630992-49","ec-person-e3c587153be49902cde115f568bd5e9a9d548743"]}} -{"id":"ec-meeting-2018-09-14-f4fcb121ad767480ad955f31e60dc2400534cd2e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-14 - Cabinet of Vice-President Jyrki Katainen x European Microfinance Network aisbl"],"date":["2018-09-14"],"summary":["European Microfinance Network proposal for a European Platform for Microfinance and Social Enterprises"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-598332211023-81","ec-person-c3d85c41b6b842aae5c953d41fda5f240a5d0969"]}} -{"id":"ec-meeting-2018-09-16-e22e4c067e8a9fe814b84d0b3472f05db3a8fdde","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-16 - Cabinet of Commissioner Violeta Bulc x Airports Council International - European Region"],"date":["2018-09-16"],"summary":["aviation strategy"],"notes":["Portfolio: Transport"],"location":["brussels"],"address":["brussels"],"addressEntity":["addr-e2daa1574b7ac475c827b33e281bd2d5e013c882"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-5012c5e45a52ee8ce67d19c1781a127af53e73e7","eu-tr-42566063487-73"]}} -{"id":"ec-meeting-2018-09-17-08884bbe8d77c239e9d26e188767015ffaf51f6a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-17 - Cabinet of Commissioner Elżbieta Bieńkowska x Stichting BirdLife Europe"],"date":["2018-09-17"],"summary":["lead shots in wetland under REACH"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-1083162721-43","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2018-09-17-0b70afb711b120f1285c34f4ed4ed45331b8ca09","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-17 - Competition x VERBOND VAN BELGISCHE ONDERNEMINGEN / FEDERATION DES ENTREPRISES DE BELGIQUE"],"date":["2018-09-17"],"summary":["Exchange on competition policy and European champions, on equality of treatment in fiscal State aid and on international level-playing field"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-comp"],"involved":["eu-tr-47676761061-93","ec-person-8600a621c9aef12fc33b708e13b3cd3d5fa5696b"]}} -{"id":"ec-meeting-2018-09-17-121449ba62fb3740f2a089b240bf339b6e7359fc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-17 - Cabinet of Commissioner Julian King x European Financial Services Round Table"],"date":["2018-09-17"],"summary":["Cybersecurity"],"notes":["Portfolio: Security Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-julian-king-of"],"involved":["eu-tr-27636291880-60","ec-person-8534d5829e2b89b2389ad8651205fee73503f559"]}} -{"id":"ec-meeting-2018-09-17-2eb060fbc9cfb810049d78436955f3315ab97e2b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-17 - Cabinet of Commissioner Věra Jourová x Facebook Ireland Limited Microsoft Corporation Google Twitter International Company"],"date":["2018-09-17"],"summary":["Terrorist content, Code of Conduct"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["eu-tr-394491614001-72","eu-tr-03181945560-59","ec-person-1e0e3a00ab815dea7c5b839b002ed2c7e34bfe0a","eu-tr-0801162959-21","ec-person-184e698af1eb9e33b179680570ca171d8cb31c94","eu-tr-28666427835-74"]}} -{"id":"ec-meeting-2018-09-17-37a44e94405fcef4d4eed720f2f4a75f7a0da395","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-17 - Cabinet of Commissioner Vytenis Andriukaitis x FoodDrinkEurope"],"date":["2018-09-17"],"summary":["Printing inks in food contact materials"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-b9c3f19e7c5f216e3e508f931ddd6a9cb59376d1","eu-tr-75818824519-45"]}} -{"id":"ec-meeting-2018-09-17-4b1c3a1fad295d551bd49f9b55241986ebbcabb3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-17 - Cabinet of Vice-President Jyrki Katainen x European Aluminium AISBL"],"date":["2018-09-17"],"summary":["Challenges for alluminium industry towards 2050"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90","eu-tr-9224280267-20"]}} -{"id":"ec-meeting-2018-09-17-65d782436bca05f30dbd677f3426123527b3eee8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-17 - Cabinet of Vice-President Valdis Dombrovskis x European Union Chamber of Commerce in China"],"date":["2018-09-17"],"summary":["Banking Union - EU-China - China's Financial market opening"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Beijing, China"],"address":["Beijing, China"],"addressEntity":["addr-8128a2f23878a974a422aed3f3343789b46fa15a"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-592343015058-67","ec-person-30d770ccd575865b3106f94220ce1ace16e48f1a","ec-person-a9eda2e8ea54b70a968327672c6cada679d3cd56"]}} -{"id":"ec-meeting-2018-09-17-84652e60e7f979e291cf4b4a8e064eb386d9f8b4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-17 - Cabinet of Commissioner Tibor Navracsics x IMPALA Association Internationale AISBL"],"date":["2018-09-17"],"summary":["Sony’s buy out of EMI Music Publishing"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["berl"],"address":["berl"],"addressEntity":["addr-1a66a945a7c848e2e3f1cd5f9692be1f16a0a484"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-49f31dad10f5641cb1d1e4c3107dd838389e8120","eu-tr-12383069253-19"]}} -{"id":"ec-meeting-2018-09-17-a5b0833e8cfaa36f1b7ce61b4304341301a84b50","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-17 - Cabinet of Vice-President Jyrki Katainen x Amnesty International Limited"],"date":["2018-09-17"],"summary":["Rule of Law"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90","eu-tr-11063928073-34"]}} -{"id":"ec-meeting-2018-09-17-ab8b0d1551fb5fc51e8d06d29d8c0cf51a765381","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-17 - Communications Networks, Content and Technology x Telefonica, S.A."],"date":["2018-09-17"],"summary":["ePrivacy, P2B Regulation, DEP, Telefonica Digital manifest"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-52431421-12","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2018-09-17-ac997edc054962ddb2c94ed8acfd261eedd7af60","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-17 - Cabinet of Commissioner Violeta Bulc x Coordination Nationale des travailleurs - Confédération Française Démocratique du Travail"],"date":["2018-09-17"],"summary":["Conséquences du Brexit pour les ports des Hauts-de-France"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-257561332565-08","ec-person-be830229e281863b280fbdedb9755116218a1b6d","ec-person-dd7851e4a1e747e824b4f81139e33bc3cdb73160"]}} -{"id":"ec-meeting-2018-09-17-af6319489c2fb45b5627c273103be82658e276f2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-17 - Cabinet of Commissioner Tibor Navracsics x ECA - European Chimney Association"],"date":["2018-09-17"],"summary":["?\tSocial Dialogue - Transfer system - Update on ECA developments (Governance)"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-49f31dad10f5641cb1d1e4c3107dd838389e8120","eu-tr-426183424899-61"]}} -{"id":"ec-meeting-2018-09-17-b17b321c2a0761250c914e998d84d0f0ecd10f70","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-17 - Cabinet of Commissioner Marianne Thyssen x Hewlett Packard Enterprise"],"date":["2018-09-17"],"summary":["The impact of digitalisation and AI on the labour market. (keywords: digitalisation, skills agenda, AI)"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["ec-person-786ac5b4308f9797c51ea9c4491fcd16b6fac4cd","eu-tr-075071719925-75"]}} -{"id":"ec-meeting-2018-09-17-b36a5251b5507f4894b1735e6a2be4e3b13a99dd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-17 - Cabinet of Vice-President Karmenu Vella x Deutsche Umwelthilfe e.V."],"date":["2018-09-17"],"summary":["Nitrates Directive"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["ec-person-9e282d5223d0f62146ce1013e2dac38adc89a4cf","eu-tr-03506017714-81"]}} -{"id":"ec-meeting-2018-09-17-cbaed5b939161012f69b2f8498a92afc2c483727","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-17 - Cabinet of Vice-President Karmenu Vella x Alber & Geiger"],"date":["2018-09-17"],"summary":["Titanium Dioxide"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["eu-tr-67820416722-09","ec-person-e3c587153be49902cde115f568bd5e9a9d548743"]}} -{"id":"ec-meeting-2018-09-17-ea236415adf750f65c9de6d0e5f853b52b7f7201","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-17 - Cabinet of Commissioner Violeta Bulc x HSBC Holdings PLC"],"date":["2018-09-17"],"summary":["EU-China connectivity"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-001866415031-87","ec-person-be830229e281863b280fbdedb9755116218a1b6d"]}} -{"id":"ec-meeting-2018-09-17-f03475b67d78524723f8836b9c4a52d1b96e8104","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-17 - Cabinet of Commissioner Phil Hogan x Humane Society International/Europe"],"date":["2018-09-17"],"summary":["EU Protein"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-400dd8d59d3060187d9b9b143d697da1a3d03c12","eu-tr-05097472836-90"]}} -{"id":"ec-meeting-2018-09-17-f5675242a3ee798a5be7657dea99886754e64ff8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-17 - Employment, Social Affairs and Inclusion x None"],"date":["2018-09-17"],"summary":["Key note speaker at the conference \"European congress on cross-border social security Quo Vadis?\""],"location":["Vienna"],"address":["Vienna"],"addressEntity":["addr-8b6cea61d247482e9e7f1e7efb1db432a69bbcb2"],"organizer":["ec-dg-empl"],"involved":["eu-tr-33130841043-14","eu-tr-06698681039-26","eu-tr-358284014848-82","eu-tr-57745478360-42","ec-person-dd259fce880e1853f0beb087443bce6e7dea70d7"]}} -{"id":"ec-meeting-2018-09-18-0351770cb3c7756049742133e92532d6f9e6b513","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-18 - Cabinet of Commissioner Věra Jourová x Facebook Ireland Limited Airbnb Ireland UC"],"date":["2018-09-18"],"summary":["Consumers protection"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["eu-tr-823871417098-42","ec-person-a608b85b2ffef83f883b5a2330b6232efa1b7141","ec-person-a2ca9161feee56909a0e98b473c2d342c20fdb57","ec-person-3269ef00f0778677e6f4c8e0f72ce019084206fb","eu-tr-28666427835-74"]}} -{"id":"ec-meeting-2018-09-18-037f01b303a1fe4926f09448a810e0383d10aa10","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-18 - Climate Action x Confederazione Generale dell'Industria Italiana"],"date":["2018-09-18"],"summary":["Long Term Strategy ; Emission Trading System / implementation and future developments"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-clima"],"involved":["ec-person-9c5c685692a09a77f2bc8ae9c05663b87cd75aae","eu-tr-27762251795-15"]}} -{"id":"ec-meeting-2018-09-18-0d1a952995b93a4fce22105f4800013c37db9300","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-18 - Cabinet of Vice-President Maroš Šefčovič x ENGIE"],"date":["2018-09-18"],"summary":["ENERGY UNION"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-90947457424-20","ec-person-af83ed49c403cb9d7ebfecca7893f0054c1f4be5"]}} -{"id":"ec-meeting-2018-09-18-1b6fd2960274d93f46f4b98fc2561c79b4715f40","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-18 - Cabinet of Vice-President Cecilia Malmström x Manufacture Française des Pneumatiques Michelin"],"date":["2018-09-18"],"summary":["State of play current trade negotiations / anti-dumping measures versus China"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-1413466815-09","ec-person-20ded9db5df11164331bb161fdf234b1e5ad53fd"]}} -{"id":"ec-meeting-2018-09-18-238238f6914e89b8fc01cdde229763a7490ee01e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-18 - Cabinet of Commissioner Phil Hogan x Bio-based Industries Consortium"],"date":["2018-09-18"],"summary":["Forestry"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-904473529568-43","ec-person-400dd8d59d3060187d9b9b143d697da1a3d03c12"]}} -{"id":"ec-meeting-2018-09-18-255db18b4ddafc91bd77ab9648c52188c09e2d42","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-18 - Cabinet of Vice-President Cecilia Malmström x European Round Table for Industry"],"date":["2018-09-18"],"summary":["Key issues in EU trade and investment policy"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-25487567824-45","ec-person-591ec829ca734bcfe59a2c9c7f07f9dff22a0ea9"]}} -{"id":"ec-meeting-2018-09-18-2ecb7c6662bffd7f466496b6245155c00909b01a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-18 - Cabinet of Vice-President Maroš Šefčovič x Manufacture Française des Pneumatiques Michelin"],"date":["2018-09-18"],"summary":["ENERGY UNION"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-1413466815-09","ec-person-af83ed49c403cb9d7ebfecca7893f0054c1f4be5"]}} -{"id":"ec-meeting-2018-09-18-3cc67e42c7d143e215068f0a00dc12eb58f79bba","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-18 - Agriculture and Rural Development x Comité du commerce des céréales, aliments du bétail, oléagineux, huile d'olive, huiles et graisses et agrofournitures de l'U.E."],"date":["2018-09-18"],"summary":["Introductory meeting"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-agri"],"involved":["eu-tr-2050009628-31","ec-person-7bc7204a153f98afbf1ad1cffbdd10d06d9ae166"]}} -{"id":"ec-meeting-2018-09-18-41f0d544a7de43473b44c22c747b3f9dfafb6b4d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-18 - Cabinet of Commissioner Věra Jourová x Airbnb Ireland UC"],"date":["2018-09-18"],"summary":["CPC action concerning the EU consumer law compliance of the terms and conditions of Airbnb"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-a2ca9161feee56909a0e98b473c2d342c20fdb57","ec-person-a608b85b2ffef83f883b5a2330b6232efa1b7141","eu-tr-823871417098-42"]}} -{"id":"ec-meeting-2018-09-18-4d8bea2ed4358e59844b1d0f32886bb7d48fa18a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-18 - Cabinet of Commissioner Vytenis Andriukaitis x Tuberculosis Vaccine Initiative"],"date":["2018-09-18"],"summary":["TB, UN high level meeting on TB"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-b4899928aefa422e4992056d90974930b39cad81","ec-person-df30d07ef698a52b9948b9c734db39196cf8541f","eu-tr-194671518391-54"]}} -{"id":"ec-meeting-2018-09-18-5df940f1efac70f85b984cbbe58bc58347c0e3a5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-18 - Cabinet of Commissioner Elżbieta Bieńkowska x Flint Europe"],"date":["2018-09-18"],"summary":["Defence"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["ec-person-685ecf13dd26cd515c961e24ba71049af2302c5e","eu-tr-718251720163-42"]}} -{"id":"ec-meeting-2018-09-18-5f9245206acdd5ba9814bb22e980216b7cc10ab2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-18 - Cabinet of Vice-President Karmenu Vella x Bio-based Industries Consortium"],"date":["2018-09-18"],"summary":["Bio-economy"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["ec-person-9e282d5223d0f62146ce1013e2dac38adc89a4cf","eu-tr-904473529568-43"]}} -{"id":"ec-meeting-2018-09-18-6119d6b53b33fca5744313c0f51ac0d40a666839","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-18 - Secretariat-General x Bertelsmann Stiftung"],"date":["2018-09-18"],"summary":["Future of EU and the State of the Union speech of President Juncker"],"location":["Berlin, Germany"],"address":["Berlin, Germany"],"addressEntity":["addr-45087614a913d81becb706e8469c1cd56b027e7f"],"organizer":["ec-dg-sg"],"involved":["ec-person-97a74c3df4cdf4db05e274aab8204536eca85f92","eu-tr-13571025706-27"]}} -{"id":"ec-meeting-2018-09-18-6145d1fcc4d6c8d555d64239f90247a7d80afe4f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-18 - Cabinet of Commissioner Tibor Navracsics x Universidad de León"],"date":["2018-09-18"],"summary":["bilateral meeting with Mr Frommer"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-49f31dad10f5641cb1d1e4c3107dd838389e8120","eu-tr-242692432543-07"]}} -{"id":"ec-meeting-2018-09-18-689b408702d1d487ce3dee345b896533f9c8d8e8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-18 - Cabinet of Commissioner Elżbieta Bieńkowska x Shipyards' and Maritime Equipment Association of Europe"],"date":["2018-09-18"],"summary":["shipbuilding and maritime technology industry"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-009214311424-03","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2018-09-18-714c8925e49dba52482d67cd41543dd140cefe95","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-18 - Economic and Financial Affairs x Japan Center for International Finance"],"date":["2018-09-18"],"summary":["Global economic situation and economic situation in Japan"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-ecfin"],"involved":["ec-person-9b398cc97951266670f91bef34ea37df7380eef9","eu-tr-315700115871-41"]}} -{"id":"ec-meeting-2018-09-18-76d05875703ac44a17e6645c1bea81a98385df6d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-18 - Cabinet of Commissioner Vytenis Andriukaitis x Friends of Europe"],"date":["2018-09-18"],"summary":["The future of health in Europe"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-b9c3f19e7c5f216e3e508f931ddd6a9cb59376d1","ec-person-059ca943fc5fc696d2a97849c635ddf7b6ab7fd7","eu-tr-99436366768-45"]}} -{"id":"ec-meeting-2018-09-18-8548a152bdfc8dae516df72c43d25c564643ce14","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-18 - Task Force for Relations with the United Kingdom x Confederation of British Industry"],"date":["2018-09-18"],"summary":["Meeting with the Task Force for the Preparation and Conduct of the Negotiations with the United Kingdom under Article 50 TEU"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-uktf"],"involved":["eu-tr-73725676990-18","ec-person-864cfa5fbc9b02a079ffbab1107f252c7bb08478"]}} -{"id":"ec-meeting-2018-09-18-9898905b20fddf3f1364bfd45a8d7f51d1cb9c21","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-18 - Cabinet of Vice-President Valdis Dombrovskis x World Economic Forum"],"date":["2018-09-18"],"summary":["Sustainable finance - Euro international role"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Tianjin, China"],"address":["Tianjin, China"],"addressEntity":["addr-7e0c138de3e1bccdbd499cc9583bd7cb2e5b3125"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-30d770ccd575865b3106f94220ce1ace16e48f1a","eu-tr-389715028237-59","ec-person-a9eda2e8ea54b70a968327672c6cada679d3cd56"]}} -{"id":"ec-meeting-2018-09-18-9ccc8664e10772322e2504c37498773768946d5a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-18 - Cabinet of Commissioner Violeta Bulc x Cycling Without Age Voetgangersbeweging"],"date":["2018-09-18"],"summary":["Mobility issues"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-9fddf13de7f65229b7da7c5b25dca1630cad3c48","eu-tr-309281432568-43","eu-tr-918014232580-69"]}} -{"id":"ec-meeting-2018-09-18-9db859e0d6979f2a9b55fe385716afa57eac4a78","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-18 - Directorate-General for International Partnerships x Cassa Depositi e Prestiti s.p.a."],"date":["2018-09-18"],"summary":["Courtesy visit of the newly appointment Director for International Development and Cooperation at Cassa Depositi and Prestiti"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-intpa"],"involved":["eu-tr-110117812027-92","ec-person-05c4477b89b93e7969f12d89b38f77fedce5876f"]}} -{"id":"ec-meeting-2018-09-18-a7c9854dc5716f6f802b11af2c81c660a77b6234","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-18 - Climate Action x Manufacture Française des Pneumatiques Michelin"],"date":["2018-09-18"],"summary":["Proposals on cars and HDVs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-clima"],"involved":["ec-person-9c5c685692a09a77f2bc8ae9c05663b87cd75aae","eu-tr-1413466815-09"]}} -{"id":"ec-meeting-2018-09-18-a802308b51599255d6f6c57d5e3192d4890c3101","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-18 - Cabinet of Commissioner Margrethe Vestager x WindEurope"],"date":["2018-09-18"],"summary":["EU energy market developments"],"notes":["Portfolio: Competition"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-margrethe-of-vestager"],"involved":["eu-tr-19920706471-21","ec-person-2e96673ec2acdfc668f6970535551f9afa1f8729"]}} -{"id":"ec-meeting-2018-09-18-b33158a70b9437d745bfd967f6988940336e4c1a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-18 - Cabinet of Commissioner Věra Jourová x Facebook Ireland Limited"],"date":["2018-09-18"],"summary":["CPC action concerning the EU consumer law compliance of the terms and conditions of Facebook"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-a2ca9161feee56909a0e98b473c2d342c20fdb57","ec-person-a608b85b2ffef83f883b5a2330b6232efa1b7141","eu-tr-28666427835-74"]}} -{"id":"ec-meeting-2018-09-18-b4be96cbfabd0e79f169dc5fb065272b3c9dc4bb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-18 - Cabinet of Commissioner Violeta Bulc x Deutsche Bahn AG Community of European Railway and Infrastructure Companies"],"date":["2018-09-18"],"summary":["Speech at Innotrans Opening ceremony and visit to stands, Commissioner Bulc as key note speaker at the Rail Leaders` Summit"],"notes":["Portfolio: Transport"],"location":["Berlin"],"address":["Berlin"],"addressEntity":["addr-062b06ba8e755765c6b049809b7430fd54fe5b21"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-4d2b449b5047ea3fda435a2a1c1081e3babcdf76","eu-tr-4516220482-22","eu-tr-7574621118-27","ec-person-dd7851e4a1e747e824b4f81139e33bc3cdb73160"]}} -{"id":"ec-meeting-2018-09-18-b67ed53712cf095d3b5c4e95a6dc185d0688df41","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-18 - Cabinet of Vice-President Andrus Ansip x Telekom Austria AG"],"date":["2018-09-18"],"summary":["e-privacy"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-99b172d8fe23e00b94022cbd096978be2b48eb81","ec-person-666bc159c7e65a3af9e63c1e97435c02f1496955","eu-tr-99255639490-47","ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0"]}} -{"id":"ec-meeting-2018-09-18-c20362b33d09af471e7cc28ae6c5e45e58f91c7f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-18 - Cabinet of Vice-President Maroš Šefčovič x BDEW Bundesverband der Energie- und Wasserwirtschaft e. V."],"date":["2018-09-18"],"summary":["State of play Clean Energy Package"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-20457441380-38","ec-person-3bf48630444ace93d407e52eb880e64d480f75ce"]}} -{"id":"ec-meeting-2018-09-18-cbb7d6959bc53e3fe5475e7adba1b91f54e864b5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-18 - Cabinet of Commissioner Vytenis Andriukaitis x Federazione Italiana dell'Industria Alimentare"],"date":["2018-09-18"],"summary":["Origin labelling / Xylella"],"notes":["Portfolio: Health & Food Safety"],"location":["Turin"],"address":["Turin"],"addressEntity":["addr-ee12e83cbbe0387def26b52df80adad4e674f613"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["eu-tr-94614946815-09","ec-person-0dbfffeb0323f819c8d57164906086dd8639c437","ec-person-df30d07ef698a52b9948b9c734db39196cf8541f"]}} -{"id":"ec-meeting-2018-09-18-d943ed59249d9a147dc714297a030562e7fe9d4b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-18 - Task Force for Relations with the United Kingdom x ASD-Eurospace"],"date":["2018-09-18"],"summary":["Meeting with the Task Force for the Preparation and Conduct of the Negotiations with the United Kingdom under Article 50 TEU"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-uktf"],"involved":["ec-person-864cfa5fbc9b02a079ffbab1107f252c7bb08478","eu-tr-873508417106-05"]}} -{"id":"ec-meeting-2018-09-18-e0a5feb203665f401f6c9aada66070ac5b346a89","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-18 - Cabinet of Commissioner Mariya Gabriel x Telekom Austria AG"],"date":["2018-09-18"],"summary":["Western Balkans Roaming"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brusssels"],"address":["Brusssels"],"addressEntity":["addr-d87e4e3908f82473ed813ca5f132993797b061f4"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["ec-person-1674399a793e9e6fd7cf55b525515fc862fc9351","eu-tr-99255639490-47"]}} -{"id":"ec-meeting-2018-09-18-e9a1d7ada2dd9bbed07937b8af0f6086a462535a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-18 - Cabinet of Commissioner Vytenis Andriukaitis x Cia - Agricoltori italiani"],"date":["2018-09-18"],"summary":["Origin labelling / Xylella / ASF"],"notes":["Portfolio: Health & Food Safety"],"location":["Turin"],"address":["Turin"],"addressEntity":["addr-ee12e83cbbe0387def26b52df80adad4e674f613"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["eu-tr-341436210542-80","ec-person-0dbfffeb0323f819c8d57164906086dd8639c437","ec-person-df30d07ef698a52b9948b9c734db39196cf8541f"]}} -{"id":"ec-meeting-2018-09-18-f2692e66803fad817520e2e4d21a861ebe8b0cde","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-18 - Cabinet of Commissioner Pierre Moscovici x Fédération Française d'Equitation"],"date":["2018-09-18"],"summary":["l'état d'avancement de la proposition sur les taux de TVA formulée de la Commission européenne (COM (2018)20 final)."],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["ec-person-1d299d025d2afdcba46db3d131b6197fab6e0c89","eu-tr-02214595960-02"]}} -{"id":"ec-meeting-2018-09-19-074d9ec53eea4b502df2cdb5fd292cc817506dbf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-19 - Cabinet of Commissioner Carlos Moedas x Huawei Technologies"],"date":["2018-09-19"],"summary":["Open Innovation, Open Science and Open to the World"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Tianjin, China"],"address":["Tianjin, China"],"addressEntity":["addr-7e0c138de3e1bccdbd499cc9583bd7cb2e5b3125"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-2b4bb0b28e7435e5f612e44d9664dbd1051efc55","ec-person-23980b2bc4fd9c82051d0f7888dc236b2f764866","eu-tr-114467111412-38"]}} -{"id":"ec-meeting-2018-09-19-2990dccaf81650d1f1a44513b6400a778c33a89d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-19 - Internal Market, Industry, Entrepreneurship and SMEs x European Committee for Standardization"],"date":["2018-09-19"],"summary":["Presentation and functioning of the European standardisation system"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-grow"],"involved":["ec-person-60a3d0d628d231b41af1d0c65607b0fd78ca4edc","eu-tr-63623305522-13"]}} -{"id":"ec-meeting-2018-09-19-324b153c6a0353ce2d147dec7c945edc9b8c4b19","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-19 - Cabinet of Commissioner Tibor Navracsics x Culture Action Europe"],"date":["2018-09-19"],"summary":["exchange on the positions and the road ahead, as well as regarding the possible reaction of the Commissioner to the critical issues raised in the letter we sent on the 25 of July"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Berl"],"address":["Berl"],"addressEntity":["addr-54e63e71413c0e3e97d7bff5666df91904ace402"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-49f31dad10f5641cb1d1e4c3107dd838389e8120","eu-tr-237149421566-71"]}} -{"id":"ec-meeting-2018-09-19-356ddb179968cf209f5caa35e5afd8613ee97110","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-19 - Cabinet of Commissioner Vytenis Andriukaitis x spiritsEUROPE PERNOD RICARD Diageo"],"date":["2018-09-19"],"summary":["Alcohol labelling"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-b9c3f19e7c5f216e3e508f931ddd6a9cb59376d1","eu-tr-10774885698-20","eu-tr-64926487056-58","eu-tr-352172811-92"]}} -{"id":"ec-meeting-2018-09-19-50507985147b187acf3ec7131f3a96153bd0b52a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-19 - Cabinet of Vice-President Johannes Hahn x FTI Consulting Belgium"],"date":["2018-09-19"],"summary":["Discussion on EU accession and business environment in Serbia"],"notes":["Portfolio: European Neighbourhood Policy & Enlargement Negotiations"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-hahn-johannes-of-president-vice"],"involved":["ec-person-8ffa69c5fdbbacf33a405e9e62a3ef920b5fcde1","eu-tr-29896393398-67"]}} -{"id":"ec-meeting-2018-09-19-5334d2cd31a898e921fa7c329c13725e97a3d017","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-19 - Cabinet of Vice-President Günther Oettinger x DER MITTELSTANDSVERBUND"],"date":["2018-09-19"],"summary":["MFF und Digitalisierung"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-196997510883-76","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2018-09-19-5d8a191be3bd68f7c4d755fbdf8e656ea8e0eed2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-19 - Energy x European Federation of Energy Law Associations"],"date":["2018-09-19"],"summary":["droit de l'énergie"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-111162132522-13","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2018-09-19-6dceedd1f56ed655ff8b4094e0e328c9a00f52d5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-19 - Cabinet of Vice-President Andrus Ansip x Telia Company AB"],"date":["2018-09-19"],"summary":["Key challenges and trends in network development"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-381805014604-45","ec-person-666bc159c7e65a3af9e63c1e97435c02f1496955"]}} -{"id":"ec-meeting-2018-09-19-8760d8fd04b11f8577d71ec7b4b8bc3a4a7bbcbc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-19 - Internal Market, Industry, Entrepreneurship and SMEs x European Committee for Electrotechnical Standardization"],"date":["2018-09-19"],"summary":["Presentation and functioning of the European standardisation system"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-grow"],"involved":["eu-tr-58258552517-56","ec-person-60a3d0d628d231b41af1d0c65607b0fd78ca4edc"]}} -{"id":"ec-meeting-2018-09-19-9d3591e3a2a242b3d1dde185b873739b57246151","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-19 - Cabinet of Commissioner Carlos Moedas x Bundesverband der Deutschen Industrie e.V. Airbus"],"date":["2018-09-19"],"summary":["Horizon Europe"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-b8d49828915f9008e764a78796d47ea00807a658","eu-tr-2732167674-76","eu-tr-1771817758-48"]}} -{"id":"ec-meeting-2018-09-19-a5bdf35af9dbea9e0beb8be4faa15d39e92006fb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-19 - Cabinet of Vice-President Andrus Ansip x None"],"date":["2018-09-19"],"summary":["e-privacy"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-381805014604-45","eu-tr-99255639490-47","ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0","ec-person-5db7bdd1c81da2e70eb5b982097d0004111b5c3e","eu-tr-91216972728-77","eu-tr-76704342721-41","eu-tr-90142503473-81","eu-tr-537380918401-76","eu-tr-52431421-12","eu-tr-74126393166-46","eu-tr-60052162589-72"]}} -{"id":"ec-meeting-2018-09-19-b09f9f274bdc1f3c2c92c343edce4f2a68ace266","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-19 - Cabinet of Commissioner Carlos Moedas x EU-LIFE"],"date":["2018-09-19"],"summary":["Horizon Europe"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-b8d49828915f9008e764a78796d47ea00807a658","eu-tr-665575822616-94"]}} -{"id":"ec-meeting-2018-09-19-b23a737ed925a9a0e1f3ffb76dc351f0040d8b55","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-19 - Cabinet of Vice-President Maroš Šefčovič x Terna spa"],"date":["2018-09-19"],"summary":["State of play of the Clean Energy Package, notably Electricity Market Design, and state of play Interconnections"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-3bf48630444ace93d407e52eb880e64d480f75ce","eu-tr-937812815077-68"]}} -{"id":"ec-meeting-2018-09-19-b79dd9c8031b320b1de02303513807b74b95fd93","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-19 - Cabinet of Vice-President Miguel Arias Cañete x EDP - Energias de Portugal, SA"],"date":["2018-09-19"],"summary":["Renewable energy"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-56592866496-47","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd"]}} -{"id":"ec-meeting-2018-09-19-bbbb3c26c36de01871d6c8a40ca6bedf19f063a3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-19 - Internal Market, Industry, Entrepreneurship and SMEs x European Telecommunications Standards Institute"],"date":["2018-09-19"],"summary":["Presentation and functioning of the European standardisation system"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-grow"],"involved":["eu-tr-474710916419-15","ec-person-60a3d0d628d231b41af1d0c65607b0fd78ca4edc"]}} -{"id":"ec-meeting-2018-09-19-d70fa288f1cbc0379536f28b3074cb345b921cb2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-19 - Energy x EPIA SolarPower Europe"],"date":["2018-09-19"],"summary":["modern, sustainable and decarbonised mobility"],"location":["Brussels, belgium"],"address":["Brussels, belgium"],"addressEntity":["addr-b39b9dcfba3e578ef360518fd0aa4ce7938fab00"],"organizer":["ec-dg-ener"],"involved":["eu-tr-2680046412-48","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2018-09-19-ebbdd6f71f4bca44bd6ab13b19eb75f01af40ac4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-19 - Cabinet of Vice-President Valdis Dombrovskis x Terna spa"],"date":["2018-09-19"],"summary":["Sustainable Finance and Taxonomy"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-937812815077-68","ec-person-537401fc0be04984531b83660f416bf2fe14fbd8"]}} -{"id":"ec-meeting-2018-09-20-0fa59f0241b04b422256ba7d9d0f99d71e2ad294","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-20 - Cabinet of Vice-President Jyrki Katainen x CAISSE DES DEPOTS"],"date":["2018-09-20"],"summary":["Cooperation with National Promotional Banks"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-84606487324-44","ec-person-c3d85c41b6b842aae5c953d41fda5f240a5d0969"]}} -{"id":"ec-meeting-2018-09-20-10ae6b350bebbe0ac071864ae5d0417f4f3a2438","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-20 - Cabinet of Commissioner Vytenis Andriukaitis x Syngenta Crop Protection AG"],"date":["2018-09-20"],"summary":["Sustainable farming, plant protection products"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-b9c3f19e7c5f216e3e508f931ddd6a9cb59376d1","eu-tr-16822412339-79"]}} -{"id":"ec-meeting-2018-09-20-1a589430da724943498afe8148b34d3c32469947","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-20 - Cabinet of President Jean-Claude Juncker x ArcelorMittal"],"date":["2018-09-20"],"summary":["Energy Union"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-b1bf9aa5fb7e886441ff341b657cc482b64a2a3e","eu-tr-23527541824-60"]}} -{"id":"ec-meeting-2018-09-20-3000365640b6b2d31c033bc7b1c97c734ae39c97","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-20 - Cabinet of Commissioner Věra Jourová x Google"],"date":["2018-09-20"],"summary":["data protection, terorist contente online, elections"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-3269ef00f0778677e6f4c8e0f72ce019084206fb","eu-tr-03181945560-59","ec-person-184e698af1eb9e33b179680570ca171d8cb31c94","ec-person-1e0e3a00ab815dea7c5b839b002ed2c7e34bfe0a"]}} -{"id":"ec-meeting-2018-09-20-6939ae3ccec7f0b144660d8d41afdefd46aeb1ef","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-20 - Cabinet of Commissioner Violeta Bulc x Association des Constructeurs Européens d'Automobiles"],"date":["2018-09-20"],"summary":["mobility package"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-5012c5e45a52ee8ce67d19c1781a127af53e73e7","eu-tr-0649790813-47"]}} -{"id":"ec-meeting-2018-09-20-72ca3a03bc550b2cae8978dea4056d2db99169df","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-20 - Cabinet of Commissioner Tibor Navracsics x Toy Industries of Europe"],"date":["2018-09-20"],"summary":["an article and a short bio and picture of the Commissioner"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Berlaimont"],"address":["Berlaimont"],"addressEntity":["addr-876bb8c66fd875925ea0d1c1009619c2fcd6d4c6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-49f31dad10f5641cb1d1e4c3107dd838389e8120","eu-tr-016371114093-01"]}} -{"id":"ec-meeting-2018-09-20-7d0a13514640ab4392fb5e75470f0619c1486d89","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-20 - Cabinet of Vice-President Andrus Ansip x Association of European Public Postal Operators"],"date":["2018-09-20"],"summary":["EU legislation related to e-commerce (parcel delivery, end of unjustified geoblocking), future of postal services"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-99b172d8fe23e00b94022cbd096978be2b48eb81","ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0","eu-tr-092682012915-24"]}} -{"id":"ec-meeting-2018-09-20-a1335cddfc72a3bb0b3c1b2bcc7b88281c1a1835","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-20 - Cabinet of Commissioner Elżbieta Bieńkowska x Association of European Automotive and Industrial Battery Manufacturers"],"date":["2018-09-20"],"summary":["EU battery manufacturing & REACH authorisation"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-39573492614-61","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2018-09-20-a2dad254c1f7d8a4b45448e40c774babcb2f2a69","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-20 - Cabinet of Vice-President Jyrki Katainen x Association of European Automotive and Industrial Battery Manufacturers"],"date":["2018-09-20"],"summary":["EU battery manufacturing and REACH"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-0da85dc48012e26688310a59a0b51727ea68f410","eu-tr-39573492614-61"]}} -{"id":"ec-meeting-2018-09-20-baf046cd95caede04392b68655397bff52c94732","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-20 - Cabinet of Vice-President Andrus Ansip x Interactive Advertising Bureau Europe European CIO Association Computer & Communications Industry Association European Round Table for Industry EuroCommerce European Banking Federation ITI - The Information Technology Industry Council American Chamber of Commerce to the European Union BSA | The Software Alliance GSMA Europe Federation of European Data and Marketing BUSINESSEUROPE European Telecommunications Network Operators' Association DIGITALEUROPE ESOMAR Ecommerce Europe SMEunited aisbl"],"date":["2018-09-20"],"summary":["GDPR, privacy shield, e-privacy"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-84973761187-60","eu-tr-29952722795-07","eu-tr-5265780509-97","eu-tr-061601915428-87","eu-tr-25487567824-45","eu-tr-43167137250-27","eu-tr-867433111414-11","eu-tr-30988577529-37","eu-tr-15987896534-82","ec-person-5db7bdd1c81da2e70eb5b982097d0004111b5c3e","eu-tr-39300567160-02","eu-tr-4722660838-23","ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0","eu-tr-75039383277-48","eu-tr-55820581197-35","eu-tr-3978240953-79","eu-tr-64270747023-20","eu-tr-85172105610-37","eu-tr-08957111909-85"]}} -{"id":"ec-meeting-2018-09-20-ca49dd92000b1d1a321a845ef0c74a06c3479fb0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-20 - Cabinet of Commissioner Julian King x Centrica plc"],"date":["2018-09-20"],"summary":["Cybersecurity"],"notes":["Portfolio: Security Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-julian-king-of"],"involved":["eu-tr-577829817108-84","ec-person-355668f7f858778b0b745d45441b2e4393f4a7be"]}} -{"id":"ec-meeting-2018-09-20-cf3177f01a4fe6a24dba47af359a38eae6fd9603","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-20 - Cabinet of Vice-President Valdis Dombrovskis x None"],"date":["2018-09-20"],"summary":["Cyber Security and FinTech"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-27636291880-60","eu-tr-001866415031-87","eu-tr-271912611231-56","eu-tr-290136415264-17","eu-tr-799142914971-03","eu-tr-05503341949-54","eu-tr-090350412968-04","ec-person-537401fc0be04984531b83660f416bf2fe14fbd8","eu-tr-78787381113-69"]}} -{"id":"ec-meeting-2018-09-20-d3456650619f233705026440b292b0558c18b93f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-20 - Cabinet of Vice-President Cecilia Malmström x Société Générale"],"date":["2018-09-20"],"summary":["Recent developments on trade policies"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-34369111614-57","ec-person-ce1312d2a248f71fe74eed58aa5915cfa445bbba"]}} -{"id":"ec-meeting-2018-09-20-da171bc31b2fac77bb15e8f4bd3ef4d529698549","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-20 - Cabinet of Commissioner Violeta Bulc x ENGIE"],"date":["2018-09-20"],"summary":["Clean mobility issues"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-4d2b449b5047ea3fda435a2a1c1081e3babcdf76","eu-tr-90947457424-20","ec-person-9fddf13de7f65229b7da7c5b25dca1630cad3c48"]}} -{"id":"ec-meeting-2018-09-20-e31bd6cc684f11714bbf0b18c7052d579b492125","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-20 - Cabinet of President Jean-Claude Juncker x EURODOM"],"date":["2018-09-20"],"summary":["Research"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-ad6f76ca53dc30d965b15e3728c45dbd0aba44b4","eu-tr-28418016649-41"]}} -{"id":"ec-meeting-2018-09-20-e9037042ba92a79d99cfd3c5484d6b56919b0e39","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-20 - Cabinet of Commissioner Marianne Thyssen x Unie van Zelfstandige Ondernemers"],"date":["2018-09-20"],"summary":["Social and Employment Priorities"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["ec-person-c508e9337eca6b067c1f966b82de49c4824a3ad0","eu-tr-389677914161-23"]}} -{"id":"ec-meeting-2018-09-20-f2309ada7c42056fd5aeae8614f46901946942b2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-20 - Cabinet of Vice-President Maroš Šefčovič x Bayerische Motoren Werke Aktiengesellschaft"],"date":["2018-09-20"],"summary":["European Battery Alliance, Decarbonisation of Transport"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-3bf48630444ace93d407e52eb880e64d480f75ce","eu-tr-7193977808-18","ec-person-e74918e8eb8a9ef96da8cb06c0eae7ac5080d822"]}} -{"id":"ec-meeting-2018-09-20-f2e72449b45e494e4140cecdb2ba3c1e070ff17b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-20 - Cabinet of Vice-President Jyrki Katainen x Raiffeisen Bank International AG"],"date":["2018-09-20"],"summary":["Introductory meeting"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["BRUSSELS"],"address":["BRUSSELS"],"addressEntity":["addr-f74337897287bf1b546f30505f5b1f693a87af50"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-33858106461-10","ec-person-c3d85c41b6b842aae5c953d41fda5f240a5d0969"]}} -{"id":"ec-meeting-2018-09-21-006fb70217b9bf11f7768eacda28983191545b2c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-21 - Mobility and Transport x Uber"],"date":["2018-09-21"],"summary":["mobility"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-move"],"involved":["eu-tr-002278013515-26","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2018-09-21-1160b3c2c6d70acd59debbd690140d61991331b3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-21 - Cabinet of Commissioner Mariya Gabriel x Counter Extremism Project"],"date":["2018-09-21"],"summary":["tackling illegal content online; onlilne platforms"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-990159532140-35","ec-person-d995d34a2f8b1f0bf6a17486f5699181d6a01e1c"]}} -{"id":"ec-meeting-2018-09-21-13683faf6a01265ad6a4ff8de7ff33c30fe93369","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-21 - Cabinet of Vice-President Valdis Dombrovskis x Société Générale"],"date":["2018-09-21"],"summary":["EMU"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-34369111614-57","ec-person-48f31156d932641826e09f5b73f074d35ff05786"]}} -{"id":"ec-meeting-2018-09-21-14495e301614fcced400285b38a46c94fa231e91","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-21 - Cabinet of Commissioner Vytenis Andriukaitis x European agri-cooperatives European farmers Confédération Européenne des Vignerons Indépendants"],"date":["2018-09-21"],"summary":["Alcohol labelling"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-b9c3f19e7c5f216e3e508f931ddd6a9cb59376d1","eu-tr-44856881231-49","eu-tr-09586631237-74","eu-tr-424179021711-46"]}} -{"id":"ec-meeting-2018-09-21-1a4e9135f6f9494d6a4aa9c2b481dae38fc64eee","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-21 - Cabinet of Commissioner Elżbieta Bieńkowska x Orgalim – Europe's Technology Industries"],"date":["2018-09-21"],"summary":["Artificial Intelligence"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-20210641335-88","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2018-09-21-244fb72b0d23b46381cba2de584ccbad2ed28afc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-21 - Cabinet of Vice-President Andrus Ansip x Orgalim – Europe's Technology Industries"],"date":["2018-09-21"],"summary":["Artificial Intelligence"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-20210641335-88","ec-person-99b172d8fe23e00b94022cbd096978be2b48eb81"]}} -{"id":"ec-meeting-2018-09-21-3e4867d2d6f4a1306381e42db78ac8c9bb729206","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-21 - Cabinet of Commissioner Elżbieta Bieńkowska x European Aerosol Federation"],"date":["2018-09-21"],"summary":["Aerosol Dispensers Directive"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-32814201372-84","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2018-09-21-6995112d7b5541b514cce5e41b7980f15dfdeb26","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-21 - Cabinet of Vice-President Jyrki Katainen x Hyundai Motor Company Brussels Office"],"date":["2018-09-21"],"summary":["Global trade for cars"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-67224683333-27","ec-person-af4fdbf97c89a6df87ab37d321d95829d657c940"]}} -{"id":"ec-meeting-2018-09-21-8c942760540d1f0b7ca39bc5824d8e9bed1b8b42","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-21 - Cabinet of President Jean-Claude Juncker x Société Générale"],"date":["2018-09-21"],"summary":["Banking Union"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-34369111614-57","ec-person-c402e34a99fbee730ae22e3b1958e21c94dc6fcc"]}} -{"id":"ec-meeting-2018-09-21-a6700e97d729d1cf42bba9bb092f1190d3df3484","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2018-09-21 - Mobility and Transport x Conference of European Directors of Roads"],"date":["2018-09-21"],"summary":["Innovation, automated driving","transport infrastructure"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-move"],"involved":["eu-tr-485630615462-79","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2018-09-21-aeca6a3e1982811568a4438057038f5432b499ad","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-21 - Cabinet of Vice-President Günther Oettinger x European Banking Federation"],"date":["2018-09-21"],"summary":["Economic situation and outlook in Greece"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-4722660838-23","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2018-09-21-c31441900bd1d839ab16212355706bc735f5f960","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-21 - Cabinet of Vice-President Günther Oettinger x Diehl Stiftung & Co. KG"],"date":["2018-09-21"],"summary":["Aerospace and Defence Industry"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-92127312521-05","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2018-09-21-cb1323210bf8d0fbc6847dcb4961ad33f79eb653","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-21 - Cabinet of Commissioner Mariya Gabriel x Palo Alto Networks Inc."],"date":["2018-09-21"],"summary":["skills and women in tech"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-263314723145-29","ec-person-6cd1e3bf3a4eec9e9db49b32cf3d20ab7dbfe03f"]}} -{"id":"ec-meeting-2018-09-21-ccb4171030754f32160bc3df7f9c178f5901ec70","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-21 - Cabinet of Vice-President Günther Oettinger x Federation of Associations for Hunting & Conservation of the EU"],"date":["2018-09-21"],"summary":["environment policy + MFF"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-75899541198-85","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2018-09-21-ff7c1c25dcac8df7eb4bd8006b65ebe9f1cd7609","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-21 - Cabinet of Commissioner Carlos Moedas x The European Steel Association"],"date":["2018-09-21"],"summary":["R&I in steel industry"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-0a716bf5253e913fc40ebf14c12f30dc2e7a06ee","eu-tr-93038071152-83"]}} -{"id":"ec-meeting-2018-09-23-9e214ba6be529b77d4306180be0f37bd759d15e9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-23 - Cabinet of Commissioner Christos Stylianides x Open Society European Policy Institute"],"date":["2018-09-23"],"summary":["Humanitarian challenges in Africa"],"notes":["Portfolio: Humanitarian Aid & Crisis Management"],"location":["New York"],"address":["New York"],"addressEntity":["addr-3dddf7feb16bf399efe204acf0fee9106ad446eb"],"organizer":["ec-cabinet-christos-commissioner-of-stylianides"],"involved":["ec-person-2fc13fcb7185092e68bea299c3be5ed16c4bdaf0","ec-person-cdd689bd079714522dad472ea4446b0fcc660d8f","ec-person-de605a3492bf8716a72a814958f304a939e828b3","eu-tr-8557515321-37"]}} -{"id":"ec-meeting-2018-09-24-0fe210e1c36952259910a83b44a3803631e3f531","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-24 - Cabinet of Commissioner Mariya Gabriel x spiritsEUROPE"],"date":["2018-09-24"],"summary":["consumer information on spirits"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-64926487056-58","ec-person-13ac9a19d8d04f97c0d32603d014df0dd4e1cd2a"]}} -{"id":"ec-meeting-2018-09-24-105792078b9299ac30612857dd24dcf8c057149f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-24 - Cabinet of Commissioner Carlos Moedas x Association Occitanie Europe"],"date":["2018-09-24"],"summary":["Horizon Europe"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-b8d49828915f9008e764a78796d47ea00807a658","eu-tr-85470672196-59"]}} -{"id":"ec-meeting-2018-09-24-10bbeb59fb5c5888c4a1112b1240661bf898ee46","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-24 - Cabinet of Vice-President Cecilia Malmström x General Electric Company"],"date":["2018-09-24"],"summary":["EU-US trade relations"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-4016736872-59","ec-person-591ec829ca734bcfe59a2c9c7f07f9dff22a0ea9"]}} -{"id":"ec-meeting-2018-09-24-15c6057b691d8e2a8dc411628153b1dc4b2c79f0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-24 - Cabinet of Commissioner Tibor Navracsics x European Theatre Convention e.V."],"date":["2018-09-24"],"summary":["culture"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels, BERL"],"address":["Brussels, BERL"],"addressEntity":["addr-3c3fa5f92474ebac668808553fbab6d1c14aa243"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["eu-tr-721873432604-06","ec-person-dc2e0fed0fdf39a6a3f3ad63355c5215599de9d1"]}} -{"id":"ec-meeting-2018-09-24-295f5f56ffae95187dc59cec209700f49688e596","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-24 - Cabinet of Commissioner Marianne Thyssen x Deutsche Sozialversicherung Arbeitsgemeinschaft Europa"],"date":["2018-09-24"],"summary":["European labour authority"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["ec-person-cfb8d8d884367ef98b079fcd883ece7c89ec28e2","eu-tr-917393784-31"]}} -{"id":"ec-meeting-2018-09-24-2ad2bdeecc4aa9f4f6086c9e79704dd7ecd86620","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-24 - Cabinet of Vice-President Karmenu Vella x European Union Chamber of Commerce in China"],"date":["2018-09-24"],"summary":["Circular Economy, Green Public Procurement, Blue Economy"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["eu-tr-592343015058-67","ec-person-2966d69fae0ea4e67f3f2df5a743cc766267d3c8","ec-person-0e3efd8bc1c3ee9a80205d0bb78f316fa1621e5d"]}} -{"id":"ec-meeting-2018-09-24-3859fcd1b0a8c99e80d5a389e25e57d0ad3e9c72","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-24 - Cabinet of First Vice-President Frans Timmermans x Snap, Inc."],"date":["2018-09-24"],"summary":["Presentation of Snapchat"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["ec-person-1bc3e2272ec82a894153feccd4f285ae594f7b3b","eu-tr-976985829492-08"]}} -{"id":"ec-meeting-2018-09-24-52f4a5d97573814517286a1f82909bc003900713","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-24 - Cabinet of Commissioner Věra Jourová x Genna Cabinet Sprl"],"date":["2018-09-24"],"summary":["Data protection"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-3269ef00f0778677e6f4c8e0f72ce019084206fb","eu-tr-965553914278-94"]}} -{"id":"ec-meeting-2018-09-24-55bca617fd051c084a6f363019df84b9965e546e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-24 - Cabinet of Vice-President Maroš Šefčovič x Transport and Environment (European Federation for Transport and Environment)"],"date":["2018-09-24"],"summary":["Decarbonisation strategy and transport"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-e74918e8eb8a9ef96da8cb06c0eae7ac5080d822","eu-tr-58744833263-19"]}} -{"id":"ec-meeting-2018-09-24-59e2c16935e037b5b9e1155604830b5877180025","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-24 - Cabinet of Vice-President Günther Oettinger x Commerzbank AG"],"date":["2018-09-24"],"summary":["MFF"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-83370363079-88","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2018-09-24-5b3f43cd652071a5613bd74719fa841061a791d4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-24 - Cabinet of First Vice-President Frans Timmermans x American Chamber of Commerce to the European Union"],"date":["2018-09-24"],"summary":["Meeting with the Am Cham Institutional Committee to discuss the current state of play of state and the ongoing stocktaking of the Commission Better Regulation Policy."],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-5265780509-97","ec-person-0eaac943e895c47df1465dda6c94e671c5081e0a"]}} -{"id":"ec-meeting-2018-09-24-5ee21b6f4f14af645cfb30206199891819502640","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-24 - Internal Market, Industry, Entrepreneurship and SMEs x European Confederation of Independent Trade Unions"],"date":["2018-09-24"],"summary":["Presentation of CESI, state of play of European Defence Fund"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-grow"],"involved":["eu-tr-32738888445-74","ec-person-60a3d0d628d231b41af1d0c65607b0fd78ca4edc"]}} -{"id":"ec-meeting-2018-09-24-66237671e05fbfa0939eaa906f40427f27d38fc8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-24 - Cabinet of President Jean-Claude Juncker x European Holiday Home Association"],"date":["2018-09-24"],"summary":["DSM discussion"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-67872aca57f8dfc132dbac47ff41bf9b60ba8ac5","eu-tr-748962812474-86"]}} -{"id":"ec-meeting-2018-09-24-735a89e7985165d2ee36e6e3b35106319a106a96","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-24 - Cabinet of Commissioner Violeta Bulc x Amazon Europe Core SARL Boeing International Corporation - Belgium Branch Office"],"date":["2018-09-24"],"summary":["USA Mission- Stakeholders visits"],"notes":["Portfolio: Transport"],"location":["USA"],"address":["USA"],"addressEntity":["addr-18bc5956dbf1cc6c9a5baeb624c9e7e472a04c2e"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-62505293737-81","ec-person-4d2b449b5047ea3fda435a2a1c1081e3babcdf76","ec-person-9d4dc4867a44dfe10f67ae7ee1706da3e8b48a24","eu-tr-366117914426-10"]}} -{"id":"ec-meeting-2018-09-24-7db533fdc84e263b252f1e23c652b875aa005aa3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-24 - Cabinet of Vice-President Jyrki Katainen x Association européenne du cautionnement"],"date":["2018-09-24"],"summary":["AECM and UEAPME position on InvestEU proposal"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-67611102869-33","ec-person-c3d85c41b6b842aae5c953d41fda5f240a5d0969"]}} -{"id":"ec-meeting-2018-09-24-d1b63869e9d434670181a71a802aca4c928f41c4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-24 - Cabinet of Commissioner Phil Hogan x Land- en Tuinbouw Organisatie Nederland"],"date":["2018-09-24"],"summary":["Business discusison"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-400dd8d59d3060187d9b9b143d697da1a3d03c12","eu-tr-4656646862-72"]}} -{"id":"ec-meeting-2018-09-24-d67bc3c59a077e28cd992e0cb9d8f24982e03c8c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-24 - Cabinet of Commissioner Tibor Navracsics x Vlaamse Interuniversitaire Raad Vlaamse Hogescholenraad Académie de recherche et d'enseignement supérieur"],"date":["2018-09-24"],"summary":["Higher Education"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["eu-tr-948896232637-54","ec-person-33076d1a800ce856f29bbab43813a5a80eef2da0","eu-tr-535862732647-38","eu-tr-973899232646-83"]}} -{"id":"ec-meeting-2018-09-24-e748078df388c85f61d35a82d456a5ce47992455","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-24 - Cabinet of Vice-President Andrus Ansip x Twitter International Company"],"date":["2018-09-24"],"summary":["P2B"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-394491614001-72","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45"]}} -{"id":"ec-meeting-2018-09-25-0db503c3d1d9a5097563ef0869d936bb9ab0a977","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-25 - Cabinet of President Jean-Claude Juncker x Association Luxembourgeoise des Fonds d'Investissement"],"date":["2018-09-25"],"summary":["Speech on Capital Markets Union at the ALFI Global Distribution Conference"],"notes":["Portfolio: President"],"location":["Luxembourg"],"address":["Luxembourg"],"addressEntity":["addr-5076721c4060feeb69bd2c3dd9bdce115d5c62f3"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-6182372280-83","ec-person-c402e34a99fbee730ae22e3b1958e21c94dc6fcc"]}} -{"id":"ec-meeting-2018-09-25-181eb3878c8e17f7382b06e589d12e1ea2b85cd6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-25 - Cabinet of Vice-President Andrus Ansip x Snap, Inc."],"date":["2018-09-25"],"summary":["Social media"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-6a03bc4fa7657513ea34529e98dba0671ef4c849","eu-tr-976985829492-08"]}} -{"id":"ec-meeting-2018-09-25-1a027f110fa108e1d7ee5b08be53c5d21aaf7742","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-25 - Cabinet of Vice-President Günther Oettinger x Conseil des Communes et Régions d'Europe"],"date":["2018-09-25"],"summary":["MFF local region"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-81142561702-61","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2018-09-25-21ccefecfa749b0c4b8b1fd550fc6b70b54bab8e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-25 - Energy x Compagnie de SAINT-GOBAIN"],"date":["2018-09-25"],"summary":["le potentiel d'efficacité énergétique, de décarbonisation, de développment économique et de création d'emplois autour de la rénovation des bâtiments"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-892857311821-20","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2018-09-25-25e40f9c28835af00a502a7a467fdb5c5f5622d7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-25 - Cabinet of Commissioner Elżbieta Bieńkowska x FIPRA International SRL"],"date":["2018-09-25"],"summary":["microprocessing. Global Foundries also attended the meeting"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-58746194306-23","ec-person-b2f9be51339f054477846797e2c119fcf16548fc"]}} -{"id":"ec-meeting-2018-09-25-40d331238a235869d831ac479d308c07a57ad082","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-25 - Cabinet of Commissioner Carlos Moedas x Universität Siegen"],"date":["2018-09-25"],"summary":["Presentation of their newly established medical school"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-01051f0f33bfdc2ecc41873c02cae666c5e0d099","eu-tr-972524532678-44","ec-person-23980b2bc4fd9c82051d0f7888dc236b2f764866"]}} -{"id":"ec-meeting-2018-09-25-43f3b9c2358043bf5081024f5690b0aa9bb4b6a3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-25 - Employment, Social Affairs and Inclusion x RECHARGE aisbl EUROMETAUX Association of European Automotive and Industrial Battery Manufacturers"],"date":["2018-09-25"],"summary":["Joint meeting with Eurometaux, EUROBAT and RECHARGE to discuss the future of batteries and related chemicals management"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-empl"],"involved":["eu-tr-673674011803-02","eu-tr-61650796093-48","ec-person-dd259fce880e1853f0beb087443bce6e7dea70d7","eu-tr-39573492614-61"]}} -{"id":"ec-meeting-2018-09-25-44de81f3c51eb7192cbd08eea5a1c5a6fdb37d76","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-25 - Cabinet of Vice-President Andrus Ansip x European Magazine Media Association"],"date":["2018-09-25"],"summary":["Copyright"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-e91c5be432b6b3efdda369792fed67c20b767a45","eu-tr-37937886834-69"]}} -{"id":"ec-meeting-2018-09-25-48d920f3cdeff91c695e64d796daf76b7e949377","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-25 - Communications Networks, Content and Technology x Bureau Européen des Unions de Consommateurs"],"date":["2018-09-25"],"summary":["AI, Cybersecurity, data access, e-health, Tackling dissemination of disinformation – state of play"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-9505781573-45","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2018-09-25-508f02cbcef53a09235686ff7f1c4d97d7736c14","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-25 - Cabinet of Vice-President Jyrki Katainen x ALNYLAM PHARMACEUTICALS"],"date":["2018-09-25"],"summary":["EU action in life science and innovation + investment and growth in Europe"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-c50e8c2cc390c5efb0626988d173bc6758459e0f","eu-tr-838328429683-62"]}} -{"id":"ec-meeting-2018-09-25-5aa4ce2edec4c82115c694af8bdb90a018bc5bbc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-25 - Cabinet of Commissioner Mariya Gabriel x Dropbox"],"date":["2018-09-25"],"summary":["Commission’s initiative on the removal of terrorist content online"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-496823921173-60","ec-person-d995d34a2f8b1f0bf6a17486f5699181d6a01e1c"]}} -{"id":"ec-meeting-2018-09-25-6108afb13e24f32327d80bb4be0e8cf962ba2b2a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-25 - Cabinet of Commissioner Tibor Navracsics x Universität Siegen"],"date":["2018-09-25"],"summary":["Higher Education and cooperation in the field of medicine"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-dc2e0fed0fdf39a6a3f3ad63355c5215599de9d1","eu-tr-972524532678-44","ec-person-33076d1a800ce856f29bbab43813a5a80eef2da0"]}} -{"id":"ec-meeting-2018-09-25-70799966c1b3ad6bf4e1cd64f9a30c36771af789","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-25 - Energy x Norsk Hydro"],"date":["2018-09-25"],"summary":["the future energy use of green European industry & aluminium for the low-carbon transition"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["ec-person-6997149120ce5129e38febe5275dc8fd03232d2e","eu-tr-45060553191-59"]}} -{"id":"ec-meeting-2018-09-25-a111b00b2990f8411b5df81ce42cb298889e5f73","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-25 - Cabinet of Commissioner Mariya Gabriel x JSC DELFI"],"date":["2018-09-25"],"summary":["Disinformation"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-294160532636-72","ec-person-13ac9a19d8d04f97c0d32603d014df0dd4e1cd2a"]}} -{"id":"ec-meeting-2018-09-25-ac0bdbdf31b315211f5568fa91386b3882809d6b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-25 - Cabinet of Commissioner Vytenis Andriukaitis x REWE ZENTRALFINANZ eG"],"date":["2018-09-25"],"summary":["EP Amendment proposing to prohibit animal welfare standards going beyond legal requirements in the food chain"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["eu-tr-695563913580-18","ec-person-0dbfffeb0323f819c8d57164906086dd8639c437"]}} -{"id":"ec-meeting-2018-09-25-ad59487d45e0ce1e123e1131d128a68a120be56c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-25 - Cabinet of Commissioner Christos Stylianides x International Rescue Committee Inc"],"date":["2018-09-25"],"summary":["Humanitarian operations"],"notes":["Portfolio: Humanitarian Aid & Crisis Management"],"location":["New York"],"address":["New York"],"addressEntity":["addr-3dddf7feb16bf399efe204acf0fee9106ad446eb"],"organizer":["ec-cabinet-christos-commissioner-of-stylianides"],"involved":["ec-person-2fc13fcb7185092e68bea299c3be5ed16c4bdaf0","ec-person-cdd689bd079714522dad472ea4446b0fcc660d8f","ec-person-de605a3492bf8716a72a814958f304a939e828b3","eu-tr-66790095679-26"]}} -{"id":"ec-meeting-2018-09-25-b271552beb2638812d16467fcfc5c121ff72fd30","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-25 - Cabinet of Commissioner Violeta Bulc x Facebook Ireland Limited"],"date":["2018-09-25"],"summary":["USA Mission- Stakeholders visits"],"notes":["Portfolio: Transport"],"location":["USA"],"address":["USA"],"addressEntity":["addr-18bc5956dbf1cc6c9a5baeb624c9e7e472a04c2e"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-4d2b449b5047ea3fda435a2a1c1081e3babcdf76","ec-person-9d4dc4867a44dfe10f67ae7ee1706da3e8b48a24","eu-tr-28666427835-74"]}} -{"id":"ec-meeting-2018-09-25-b7735004e71b4b3cf48e59b0c577231d9e1655ca","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-25 - Cabinet of Commissioner Phil Hogan x European Liaison Committee for Agriculture and agri-food trade"],"date":["2018-09-25"],"summary":["EU-Japan, promotion policy"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-c9d17d5879383b030f61a4066848249fb35d57e4","eu-tr-546282614966-51"]}} -{"id":"ec-meeting-2018-09-25-b9d30bae0f3a2fb9a80de2e451f6fa72c35c16ea","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-25 - Cabinet of Commissioner Violeta Bulc x Zeleros Global S.L."],"date":["2018-09-25"],"summary":["Mobility issues"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-9fddf13de7f65229b7da7c5b25dca1630cad3c48","eu-tr-297411132641-64"]}} -{"id":"ec-meeting-2018-09-25-bb854357883dd70fb686d251b293c26c29e96b78","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-25 - Cabinet of Commissioner Marianne Thyssen x Verband Deutscher Maschinen- und Anlagenbau e.V."],"date":["2018-09-25"],"summary":["Posting of workers"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["ec-person-cfb8d8d884367ef98b079fcd883ece7c89ec28e2","eu-tr-9765362691-45"]}} -{"id":"ec-meeting-2018-09-25-c83453b97c0408aeec8684ada8108b15ef48b7db","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-25 - Cabinet of Vice-President Cecilia Malmström x FIPRA International SRL"],"date":["2018-09-25"],"summary":["Developments in the global contract chipmaking market"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-58746194306-23","ec-person-591ec829ca734bcfe59a2c9c7f07f9dff22a0ea9"]}} -{"id":"ec-meeting-2018-09-25-d071d6c02cff2fdb11ac47837ba888b138a18606","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-25 - Cabinet of Vice-President Andrus Ansip x Finnish Authors´ Copyright Society Sanasto"],"date":["2018-09-25"],"summary":["Copyright"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-025938212702-61","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45"]}} -{"id":"ec-meeting-2018-09-25-e32bf6169aba71dca9419eadd4b546cacb11de0a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-25 - Cabinet of Commissioner Věra Jourová x Twilio Inc."],"date":["2018-09-25"],"summary":["Privacy shield"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["eu-tr-067223231522-58","ec-person-3269ef00f0778677e6f4c8e0f72ce019084206fb"]}} -{"id":"ec-meeting-2018-09-25-ed347c1e3929fc9ad6b9c878cea28b374550f653","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-25 - Cabinet of First Vice-President Frans Timmermans x International Rescue Committee Inc"],"date":["2018-09-25"],"summary":["Migration, Future of Europe"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["New York"],"address":["New York"],"addressEntity":["addr-3dddf7feb16bf399efe204acf0fee9106ad446eb"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["ec-person-966667b73d92624be9bb019c2baab7e52331b3d3","eu-tr-66790095679-26"]}} -{"id":"ec-meeting-2018-09-25-f477a77f7634e70e37e1f67867137830347d77ea","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-25 - Cabinet of Commissioner Vytenis Andriukaitis x Bayer AG"],"date":["2018-09-25"],"summary":["Sustainable farming"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-b9c3f19e7c5f216e3e508f931ddd6a9cb59376d1","eu-tr-3523776801-85"]}} -{"id":"ec-meeting-2018-09-26-0492050313dbb57b9f378d075cb8c8aaceb0877d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-26 - Communications Networks, Content and Technology x L'Oréal"],"date":["2018-09-26"],"summary":["AI + ePrivacy, ecommerce, selective distribution, digital advertising, trust"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-02776221598-67","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2018-09-26-08f0858f4dead191e71a76d011e4fcf5e8693403","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-26 - Cabinet of Commissioner Marianne Thyssen x Vereinte Dienstleistungsgewerkschaft"],"date":["2018-09-26"],"summary":["European Labour Authority"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["ec-person-cfb8d8d884367ef98b079fcd883ece7c89ec28e2","eu-tr-16178359495-57"]}} -{"id":"ec-meeting-2018-09-26-0b0b435f60462ed001c1220c7d7ef94c9e2fc469","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-26 - Cabinet of Vice-President Jyrki Katainen x Eläkesäätiöyhdistys"],"date":["2018-09-26"],"summary":["Sustainable finance"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90","eu-tr-072333630393-52"]}} -{"id":"ec-meeting-2018-09-26-15bac82eb61410168f03e3cedb67a5a75580a0be","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-26 - Cabinet of Vice-President Jyrki Katainen x Snap, Inc."],"date":["2018-09-26"],"summary":["Communicating Europe via Snapchat"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-81b1dda49062e5dac42bdad9273fa72968a2c325","eu-tr-976985829492-08","ec-person-93e8e8ac2ee89edb4c52bce70d7472c8eae05edd"]}} -{"id":"ec-meeting-2018-09-26-295c9b0b33b1a04462b3c03e4c23d80560ccde65","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-26 - Cabinet of Commissioner Vytenis Andriukaitis x The EU Vegetable Oil and Proteinmeal Industry European Margarine Association"],"date":["2018-09-26"],"summary":["EU initiative on transfats"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["eu-tr-85076002321-31","eu-tr-580415127070-95","ec-person-b9c3f19e7c5f216e3e508f931ddd6a9cb59376d1"]}} -{"id":"ec-meeting-2018-09-26-3208220323c88eb5fdea540629702a2a2c963bf5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-26 - Cabinet of Commissioner Mariya Gabriel x Confederación Española de Organizaciones Empresariales"],"date":["2018-09-26"],"summary":["Digital Skills and DSM"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-02963738854-41","ec-person-13ac9a19d8d04f97c0d32603d014df0dd4e1cd2a"]}} -{"id":"ec-meeting-2018-09-26-38eb0844dc49d8bcd142ace32913f0e2c47b58e9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-26 - Cabinet of Vice-President Valdis Dombrovskis x Hume Brophy SIX GROUP LTD"],"date":["2018-09-26"],"summary":["EU-Swiss relations, notably in financial services"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-3843982938-44","eu-tr-259182121223-88","ec-person-30d770ccd575865b3106f94220ce1ace16e48f1a"]}} -{"id":"ec-meeting-2018-09-26-3a8dec797643a79e8cf12db998215f2e93622922","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-26 - Cabinet of Commissioner Julian King x Dropbox"],"date":["2018-09-26"],"summary":["Cybersecurity"],"notes":["Portfolio: Security Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-julian-king-of"],"involved":["eu-tr-496823921173-60","ec-person-8534d5829e2b89b2389ad8651205fee73503f559"]}} -{"id":"ec-meeting-2018-09-26-4290c64e8b9fee56632c69c2a227d881d436091c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-26 - Cabinet of Vice-President Valdis Dombrovskis x Insurance Ireland"],"date":["2018-09-26"],"summary":["Solvency II - Brexit"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-978587826097-61","ec-person-30d770ccd575865b3106f94220ce1ace16e48f1a"]}} -{"id":"ec-meeting-2018-09-26-4e9ee105cab164ec733eb1d8703654618bc18a49","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-26 - Cabinet of Commissioner Elżbieta Bieńkowska x Critical Raw Materials Alliance"],"date":["2018-09-26"],"summary":["Critical Raw materials"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-129419419893-50","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2018-09-26-517c58d64d4ea8cbf5fc1bdf5fb41b2621e7725e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-26 - Cabinet of Commissioner Věra Jourová x Workday"],"date":["2018-09-26"],"summary":["Privacy shield"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["eu-tr-021253717373-58","ec-person-3269ef00f0778677e6f4c8e0f72ce019084206fb"]}} -{"id":"ec-meeting-2018-09-26-5200a0d67b02d97dda70bf7c3b36dd595655ce0f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-26 - Education, Youth, Sport and Culture x Goethe-Institut e.V."],"date":["2018-09-26"],"summary":["International cultural relations"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-eac"],"involved":["ec-person-68d4f99b9ed1b40d86ebbf81f8f35aeebd6c5fc5","eu-tr-45963658079-77"]}} -{"id":"ec-meeting-2018-09-26-59eb959d52bfac99aa11b093b71330b5ccc87482","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-26 - Cabinet of Commissioner Mariya Gabriel x Grayling"],"date":["2018-09-26"],"summary":["Electronic Communications Code, 5G"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["ec-person-1674399a793e9e6fd7cf55b525515fc862fc9351","eu-tr-53141413510-95"]}} -{"id":"ec-meeting-2018-09-26-651a0bc45f7a248819d9a49eb72cd04e9ebed92e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-26 - Cabinet of Commissioner Mariya Gabriel x Hubert Burda Media Holding Kommanditgesellschaft"],"date":["2018-09-26"],"summary":["ePrivacy"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["ec-person-1674399a793e9e6fd7cf55b525515fc862fc9351","eu-tr-730036917015-61"]}} -{"id":"ec-meeting-2018-09-26-704d7323c5b05f29b5bcf586e49d1f336e13da77","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-26 - Cabinet of Vice-President Andrus Ansip x Workday"],"date":["2018-09-26"],"summary":["Big data, AI, e-privacy"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-021253717373-58","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45"]}} -{"id":"ec-meeting-2018-09-26-705c41e70a906f6a0e4cba4a1ba72ee2af5e0464","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-26 - Cabinet of Vice-President Valdis Dombrovskis x Futures Industry Association, Inc."],"date":["2018-09-26"],"summary":["EMIR - Brexit"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-48f31156d932641826e09f5b73f074d35ff05786","eu-tr-803137414612-21"]}} -{"id":"ec-meeting-2018-09-26-7b0e19ccfa6f20d88d94a20fd4b03b0fbc3c9966","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-26 - Cabinet of Commissioner Marianne Thyssen x Ryanair Holdings"],"date":["2018-09-26"],"summary":["Working conditions in aviation"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["eu-tr-002977215945-85","ec-person-c508e9337eca6b067c1f966b82de49c4824a3ad0","ec-person-7567514af00f139b390cf9864d28a090ca0fde25"]}} -{"id":"ec-meeting-2018-09-26-7e7ed8501b9786661046f9a0f2f0d7571dd660e3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-26 - Cabinet of Vice-President Valdis Dombrovskis x Svenska Handelsbanken AB"],"date":["2018-09-26"],"summary":["Banking Package"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-933950717522-28","ec-person-48f31156d932641826e09f5b73f074d35ff05786"]}} -{"id":"ec-meeting-2018-09-26-97c401aea72ca75af7197e3b8a8af653c6b770ae","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-26 - Cabinet of Commissioner Dimitris Avramopoulos x Fleishman-Hillard Dropbox"],"date":["2018-09-26"],"summary":["Terrorist content online"],"notes":["Portfolio: Migration, Home Affairs and Citizenship"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-avramopoulos-cabinet-commissioner-dimitris-of"],"involved":["eu-tr-56047191389-84","ec-person-57d09145ba24f5738cdde61edf14f741cb547675","eu-tr-496823921173-60"]}} -{"id":"ec-meeting-2018-09-26-9bec2679b72e9f66200b1cf32d06cf655841cc28","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-26 - Cabinet of President Jean-Claude Juncker x Hume Brophy SIX GROUP LTD"],"date":["2018-09-26"],"summary":["EU-Swiss relations, notably in financial services"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-3843982938-44","eu-tr-259182121223-88","ec-person-c402e34a99fbee730ae22e3b1958e21c94dc6fcc","ec-person-da1926615bdcdb789928b90ac532982fef6e24ee"]}} -{"id":"ec-meeting-2018-09-26-a5120011a4bf9a2d428316d5a333f3d7ed1f5564","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-26 - Agriculture and Rural Development x Verein zur Förderung der europäischen Sojaproduktion Donau Soja"],"date":["2018-09-26"],"summary":["Exchange of views on soja"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-agri"],"involved":["eu-tr-022735321330-86","ec-person-7bc7204a153f98afbf1ad1cffbdd10d06d9ae166"]}} -{"id":"ec-meeting-2018-09-26-ae1edb7a1abf5be94469e12968e86eca4513cf57","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-26 - Research and Innovation x Eurocities"],"date":["2018-09-26"],"summary":["Horizon Europe proposal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-rtd"],"involved":["ec-person-1d348f33395de0ea6773a7b4ae8797e3e0392f73","eu-tr-12493392840-79"]}} -{"id":"ec-meeting-2018-09-26-ae64d41d7efc7d0f713ae6ca13622d5b0aac1b17","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-26 - Task Force for Relations with the United Kingdom x Armateurs de France"],"date":["2018-09-26"],"summary":["Meeting with the Task Force for the Preparation and Conduct of the Negotiations with the United Kingdom under Article 50 TEU"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-uktf"],"involved":["ec-person-864cfa5fbc9b02a079ffbab1107f252c7bb08478","eu-tr-302947124602-54"]}} -{"id":"ec-meeting-2018-09-26-b4ddedf13c14c9972e19bffabe06f5a5d9d22e61","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-26 - Cabinet of Commissioner Carlos Moedas x ALNYLAM PHARMACEUTICALS"],"date":["2018-09-26"],"summary":["Health Research in Europe"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-b8d49828915f9008e764a78796d47ea00807a658","eu-tr-838328429683-62"]}} -{"id":"ec-meeting-2018-09-26-b7f042530ab0ef2db732df6b07481bbec315b09c","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2018-09-26 - Cabinet of Commissioner Mariya Gabriel x NANO BIO INFORMATION COGNITIVE TECHNOLOGY WATCH"],"date":["2018-09-26"],"summary":["la recommandation du parlement à la commission de la création d’une personnalité juridique pour les robots autonomes","recommandation du parlement à la commission de la création d’une personnalité juridique pour les robots autonomes"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-626566128394-39","ec-person-d995d34a2f8b1f0bf6a17486f5699181d6a01e1c"]}} -{"id":"ec-meeting-2018-09-26-bbec73adb777db65e4bc4e1ceb4839341b82363a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-26 - Cabinet of Commissioner Elżbieta Bieńkowska x L'Oréal"],"date":["2018-09-26"],"summary":["the competitiveness of the cosmetics industry, their business model and opportunity for growth and prosperity, in the region and globally"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-02776221598-67","ec-person-95a769a1850d7d595f9a5853c51dcbdd3ddd69fb","ec-person-b2f9be51339f054477846797e2c119fcf16548fc","ec-person-3d55409fa049ff6b397a9afc2fcc21bc7c409f0d"]}} -{"id":"ec-meeting-2018-09-26-c6a060dd8a9159b9ffae9580993e605720510dd1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-26 - Cabinet of Vice-President Andrus Ansip x SMEunited aisbl"],"date":["2018-09-26"],"summary":["SME policy, digital transformation, data, eCommerce, skills"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-55820581197-35","ec-person-6a03bc4fa7657513ea34529e98dba0671ef4c849","ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0"]}} -{"id":"ec-meeting-2018-09-26-cbb4accfdfaf25fd34d8da7e8d9bad0826ca67fe","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-26 - Cabinet of First Vice-President Frans Timmermans x Open Society European Policy Institute"],"date":["2018-09-26"],"summary":["Democracy, Rule of Law, Future of Europe"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["New York"],"address":["New York"],"addressEntity":["addr-3dddf7feb16bf399efe204acf0fee9106ad446eb"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-8557515321-37","ec-person-966667b73d92624be9bb019c2baab7e52331b3d3"]}} -{"id":"ec-meeting-2018-09-26-cf24a9d66ed02028b26146215b73c4a2dd9b3e19","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-26 - Cabinet of Vice-President Valdis Dombrovskis x CFA Institute"],"date":["2018-09-26"],"summary":["Sustainable Finance - CMU - Brexit"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-30d770ccd575865b3106f94220ce1ace16e48f1a","eu-tr-89854211497-57"]}} -{"id":"ec-meeting-2018-09-26-e2b4e71b29b9343c5e2cf920b7210071aeb7acce","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-26 - Inspire, Debate, Engage and Accelerate Action x European Union Chamber of Commerce in China"],"date":["2018-09-26"],"summary":["EU-China relations"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-dg-idea"],"involved":["eu-tr-592343015058-67","ec-person-4fe56a64c00b3e81c851b5538878b32481bd7d3c"]}} -{"id":"ec-meeting-2018-09-26-f88d84d227c366889ff17c90b96b49e12c1c3b31","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-26 - Cabinet of President Jean-Claude Juncker x Kreab Svenska Handelsbanken AB"],"date":["2018-09-26"],"summary":["Banking Union"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-933950717522-28","eu-tr-1078390517-54","ec-person-c402e34a99fbee730ae22e3b1958e21c94dc6fcc"]}} -{"id":"ec-meeting-2018-09-26-f940ca26001a60d4d16982eaf59f0ee86167cdfc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-26 - Cabinet of Commissioner Tibor Navracsics x Network to Promote Linguistic Diversity"],"date":["2018-09-26"],"summary":["CALRE Working Group on Cultural and Linguistic Diversity"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["berlaymont"],"address":["berlaymont"],"addressEntity":["addr-e2031099ac69651b683d551b7a3471daf1b3a638"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-49f31dad10f5641cb1d1e4c3107dd838389e8120","eu-tr-023293231367-63"]}} -{"id":"ec-meeting-2018-09-27-1371c767ca678366e5f0030058f6c77f52c44501","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-27 - Cabinet of Vice-President Jyrki Katainen x Cassa Depositi e Prestiti s.p.a."],"date":["2018-09-27"],"summary":["Investment Plan and InvestEU Programme"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-110117812027-92","ec-person-c3d85c41b6b842aae5c953d41fda5f240a5d0969"]}} -{"id":"ec-meeting-2018-09-27-2190438ca5dcc62210364982d2f68024a37e6f36","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-27 - Cabinet of Commissioner Mariya Gabriel x Snap, Inc."],"date":["2018-09-27"],"summary":["platforms"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["ec-person-d995d34a2f8b1f0bf6a17486f5699181d6a01e1c","eu-tr-976985829492-08"]}} -{"id":"ec-meeting-2018-09-27-264fa1a18fe671d9a0bc7bc992787223a3b18c8e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-27 - Energy x Avisa Partners"],"date":["2018-09-27"],"summary":["energy policy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-54210841652-13","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2018-09-27-2def93b74d16b5c745678ce1b57e4dc4cc45c2e8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-27 - Cabinet of Commissioner Věra Jourová x SMEunited aisbl"],"date":["2018-09-27"],"summary":["New Deal proposal"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["eu-tr-55820581197-35","ec-person-a608b85b2ffef83f883b5a2330b6232efa1b7141","ec-person-a2ca9161feee56909a0e98b473c2d342c20fdb57"]}} -{"id":"ec-meeting-2018-09-27-32b5a75693c387d23dc26439b2acc99b82a86256","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-27 - Cabinet of Commissioner Phil Hogan x European Forest Institute"],"date":["2018-09-27"],"summary":["Addressed Annual Conference"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Sardinia"],"address":["Sardinia"],"addressEntity":["addr-83a1a05108ecd58510f5990d9713424aa4e57187"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-a1a78365cc4685b0958056646204977d8f2ead92","eu-tr-38315289949-88"]}} -{"id":"ec-meeting-2018-09-27-4fec877e07c3357daa65592dc1b95c649215bf1f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-27 - Cabinet of Commissioner Elżbieta Bieńkowska x Repsol, S.A."],"date":["2018-09-27"],"summary":["Energy, industry and decarbonisation"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["ec-person-95a769a1850d7d595f9a5853c51dcbdd3ddd69fb","eu-tr-69240395197-02","ec-person-3d55409fa049ff6b397a9afc2fcc21bc7c409f0d"]}} -{"id":"ec-meeting-2018-09-27-5a522d5ab4b4c257b4e7e0a05c9412a92235bfc1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-27 - Cabinet of Vice-President Miguel Arias Cañete x Repsol, S.A."],"date":["2018-09-27"],"summary":["Innovating for a sustainable future"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-69240395197-02","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd","ec-person-2229c857664a22dcb8eee79a8c05841fd3d0924f"]}} -{"id":"ec-meeting-2018-09-27-5f9def1cbbda6e5a9579c229de47cb4b06e74950","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-27 - Communications Networks, Content and Technology x QUALCOMM Incorporated"],"date":["2018-09-27"],"summary":["Follow-up to call 4/9: 5G and C-V2X"],"location":["RIGA"],"address":["RIGA"],"addressEntity":["addr-e020cfbb0c515de52fc8486c665235367051e413"],"organizer":["ec-dg-connect"],"involved":["eu-tr-00358442856-45","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2018-09-27-722d8e3127b2b7a71966d9db3201760ec939e314","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-27 - Cabinet of Vice-President Maroš Šefčovič x Blue Solutions"],"date":["2018-09-27"],"summary":["Electromobility"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-452735627624-04","ec-person-e74918e8eb8a9ef96da8cb06c0eae7ac5080d822"]}} -{"id":"ec-meeting-2018-09-27-7dee996e13222c2ec0f0c513023fe15236d15139","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-27 - Environment x Indra"],"date":["2018-09-27"],"summary":["Smart Waste, Solutions for Cities"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-env"],"involved":["eu-tr-208351410839-33","ec-person-3bc74ce04ea3f4ab4d91a5c88eef25b8b8a213b4"]}} -{"id":"ec-meeting-2018-09-27-a833571b7adb4e9210890770357c21a2b00fc5a1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-27 - Energy x The European Association for the Promotion of Cogeneration"],"date":["2018-09-27"],"summary":["the potential of cogeneration across sectors in the context of clean energy transition and the importance of awareness raising"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-38305846546-70","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2018-09-27-b33158a70b9437d745bfd967f6988940336e4c1a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-27 - Cabinet of Commissioner Věra Jourová x Facebook Ireland Limited"],"date":["2018-09-27"],"summary":["Data protection"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["eu-tr-28666427835-74","ec-person-3269ef00f0778677e6f4c8e0f72ce019084206fb"]}} -{"id":"ec-meeting-2018-09-27-c7495f1b8c8d5a9ae9f7856890707e010581ccc4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-27 - Cabinet of Vice-President Valdis Dombrovskis x Insurance Europe"],"date":["2018-09-27"],"summary":["Solvency II reviews - sustainable finance - financial reporting (IFRS 17) - ESAs review"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-30d770ccd575865b3106f94220ce1ace16e48f1a","eu-tr-33213703459-54"]}} -{"id":"ec-meeting-2018-09-27-d3100078a144d19785935c0d119f62c5cb15546c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-27 - Cabinet of Vice-President Miguel Arias Cañete x WWF European Policy Programme Greenpeace European Unit ACT Alliance Advocacy to the European Union Fern Climate Action Network Europe"],"date":["2018-09-27"],"summary":["Long-Term Strategy, Preparations for COP24 and October ENV Council"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd","eu-tr-1414929419-24","eu-tr-55888811123-49","eu-tr-40538475090-82","eu-tr-5189768701-12","eu-tr-9832909575-41"]}} -{"id":"ec-meeting-2018-09-27-e1e30cfec6b51796527f35ab98e90271c17e401a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-27 - Cabinet of Vice-President Andrus Ansip x Skåne Association of Local Authorities"],"date":["2018-09-27"],"summary":["DSM general"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-e91c5be432b6b3efdda369792fed67c20b767a45","eu-tr-929550219950-35"]}} -{"id":"ec-meeting-2018-09-27-f5821696fe0ac9bd1131b8f7939abc265d16530d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-27 - Cabinet of Commissioner Tibor Navracsics x Institut d'études politiques de Paris (Sciences Po)"],"date":["2018-09-27"],"summary":["Higher Education, Policy Lab"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-33076d1a800ce856f29bbab43813a5a80eef2da0","eu-tr-810172132680-93"]}} -{"id":"ec-meeting-2018-09-28-0dcac43d0d365962b6d1deb88d36e9b5dfaa6c5c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-28 - Cabinet of Vice-President Andrus Ansip x VMware International Unlimited Company"],"date":["2018-09-28"],"summary":["Cybersecurity Act"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels and London (phone call)"],"address":["Brussels and London (phone call)"],"addressEntity":["addr-851a2a8bf7227257f5e387ba70eb0f79272ca32a"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-3ca0c466b8ff230d4409591430b388007ce14ff8","eu-tr-922046321682-57"]}} -{"id":"ec-meeting-2018-09-28-196f40e72d092dd8de6d6182e16d1034b754edd7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-28 - Agriculture and Rural Development x European agri-cooperatives European farmers"],"date":["2018-09-28"],"summary":["exchange of views"],"location":["brussels"],"address":["brussels"],"addressEntity":["addr-e2daa1574b7ac475c827b33e281bd2d5e013c882"],"organizer":["ec-dg-agri"],"involved":["eu-tr-09586631237-74","eu-tr-44856881231-49","ec-person-7bc7204a153f98afbf1ad1cffbdd10d06d9ae166"]}} -{"id":"ec-meeting-2018-09-28-30955165f11158cf49662e9905ffbc0c90d12f0c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-28 - Cabinet of Vice-President Jyrki Katainen x Confederation of Finnish Industries EK"],"date":["2018-09-28"],"summary":["General discussion on the views of Finnish industry towards EU."],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Helsinki"],"address":["Helsinki"],"addressEntity":["addr-98dc71700228eb053aa75f338c9a8b5bcef38679"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-567e71ed1b2c1e3f5ed12f2c3bedf7e9e69a9158","eu-tr-1274604847-34"]}} -{"id":"ec-meeting-2018-09-28-604a61a5a3b03efd3cb1e95e5444a89bf3492537","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-28 - Cabinet of Vice-President Cecilia Malmström x American Chamber of Commerce to the European Union"],"date":["2018-09-28"],"summary":["Transatlantic relations"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-20ded9db5df11164331bb161fdf234b1e5ad53fd","eu-tr-5265780509-97"]}} -{"id":"ec-meeting-2018-09-28-b619a1b8e43d2455b1ba061e343e2507aebdd0ca","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-28 - Financial Stability, Financial Services and Capital Markets Union x European Union Chamber of Commerce in China"],"date":["2018-09-28"],"summary":["banking, insurance, EU-China investment agreement"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-592343015058-67","ec-person-bdee7a93f95c8ef05079539170139b3c02e8ed96"]}} -{"id":"ec-meeting-2018-09-28-db4cd8ed40f60b8f60f8bfb720d4b5049854eabd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-28 - Cabinet of Vice-President Jyrki Katainen x Finanssiala ry - Finance Finland"],"date":["2018-09-28"],"summary":["General discussion of financial services topics."],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Helsinki"],"address":["Helsinki"],"addressEntity":["addr-98dc71700228eb053aa75f338c9a8b5bcef38679"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-567e71ed1b2c1e3f5ed12f2c3bedf7e9e69a9158","eu-tr-7328496842-09"]}} -{"id":"ec-meeting-2018-09-28-e132137a7f95cdd729b2a8f7798a8fd5f2955315","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-28 - Cabinet of Commissioner Věra Jourová x Snap, Inc."],"date":["2018-09-28"],"summary":["GDPR, Hate speech online"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-3269ef00f0778677e6f4c8e0f72ce019084206fb","eu-tr-976985829492-08","ec-person-1e0e3a00ab815dea7c5b839b002ed2c7e34bfe0a"]}} -{"id":"ec-meeting-2018-09-28-eabd8b83d36efee190ba4018e3033de544a9f86b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-09-28 - Cabinet of Vice-President Jyrki Katainen x Bank Gospodarstwa Krajowego"],"date":["2018-09-28"],"summary":["Introductory meeting and discussion of InvestEU proposal"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-558044927437-22","ec-person-c3d85c41b6b842aae5c953d41fda5f240a5d0969"]}} -{"id":"ec-meeting-2018-10-01-1613171c50110a197246c433d9632c9af087e763","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-01 - Cabinet of Vice-President Günther Oettinger x European American Chamber of Commerce New York"],"date":["2018-10-01"],"summary":["MFF"],"notes":["Portfolio: Budget & Human Resources"],"location":["Washington"],"address":["Washington"],"addressEntity":["addr-a27a6644654593ac9e5d122b1155ff23752c8073"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-803034333635-05","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2018-10-01-5e90381aa53509d266f6b6b20577ebd3d394e49a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-01 - Cabinet of Commissioner Marianne Thyssen x vzw SODAplus"],"date":["2018-10-01"],"summary":["Skills Agenda"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["ec-person-786ac5b4308f9797c51ea9c4491fcd16b6fac4cd","eu-tr-901272532653-84"]}} -{"id":"ec-meeting-2018-10-01-6784dc587d946fa768705ae4a966f8ce97f67e96","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-01 - Research and Innovation x Agence nationale de sécurité sanitaire de l'alimentation, de l'environnement et du travail"],"date":["2018-10-01"],"summary":["Horizon Europe proposal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-rtd"],"involved":["eu-tr-118084810394-25","ec-person-1d348f33395de0ea6773a7b4ae8797e3e0392f73"]}} -{"id":"ec-meeting-2018-10-01-840e1287459d36b34b5a468b29fa1da9021c0378","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-01 - Informatics x Deloitte & Associés"],"date":["2018-10-01"],"summary":["Future of Regulation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-digit"],"involved":["eu-tr-419726214834-51","ec-person-32591d36027eb92a66b57d5bcc8c57d9574380b0"]}} -{"id":"ec-meeting-2018-10-01-b9cdb780d8e82f17568329bddc46a1fed7e999b0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-01 - Cabinet of Commissioner Mariya Gabriel x McAfee Enterprise"],"date":["2018-10-01"],"summary":["Cyber risk Management Frameworks ; EU cyber security Act proposal"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-848399332282-85","ec-person-fc1068d79545d1659bf47e9b62bfb0aed175629e"]}} -{"id":"ec-meeting-2018-10-01-c6cca6f7afb06d7048021d98320b67c5ee00ce76","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-01 - Internal Audit Service x Deloitte Services & Investments"],"date":["2018-10-01"],"summary":["Discussion on challenges related to the assessment and audit of large public projects"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ias"],"involved":["ec-person-94a7c02852f5882d1025ac97b69c426636fc8b8d","eu-tr-53994278504-37"]}} -{"id":"ec-meeting-2018-10-01-e306777ae01f9307ef5b9bbc56630c656c4eada8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-01 - Cabinet of First Vice-President Frans Timmermans x McDonald’s Global Franchising Limited Brunswick Group LLP"],"date":["2018-10-01"],"summary":["discussion on Single-Use-Plastics's proposal"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels, BERL"],"address":["Brussels, BERL"],"addressEntity":["addr-3c3fa5f92474ebac668808553fbab6d1c14aa243"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-3830179837-87","eu-tr-26255464458-25","ec-person-8d1c5ff76a431332387aa10936b0bff13f7d71fd"]}} -{"id":"ec-meeting-2018-10-01-e4222f0120f319d82cfa27c8ca3e8c38404b81e5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-01 - Cabinet of Commissioner Margrethe Vestager x Danish Trade Union Confederation EU Office"],"date":["2018-10-01"],"summary":["EU Current Affairs"],"notes":["Portfolio: Competition"],"location":["Copenhagen, Denmark"],"address":["Copenhagen, Denmark"],"addressEntity":["addr-037407970050e97c761587d63aacfaeb126cab45"],"organizer":["ec-cabinet-commissioner-margrethe-of-vestager"],"involved":["ec-person-baa1c172df109ebd1f0307bccb5e21aec66c7a25","eu-tr-805838518601-52"]}} -{"id":"ec-meeting-2018-10-01-f61f5214486266f75f37d111ed7e41174be36021","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-01 - Cabinet of Vice-President Johannes Hahn x British American Tobacco"],"date":["2018-10-01"],"summary":["Meeting to discuss economic climate and business environment in Kosovo"],"notes":["Portfolio: European Neighbourhood Policy & Enlargement Negotiations"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-hahn-johannes-of-president-vice"],"involved":["eu-tr-2427500988-58","ec-person-8ffa69c5fdbbacf33a405e9e62a3ef920b5fcde1"]}} -{"id":"ec-meeting-2018-10-02-1bb82b2e0c8020757c97730d11f077328eb32a30","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-02 - Cabinet of Commissioner Vytenis Andriukaitis x Fur Europe"],"date":["2018-10-02"],"summary":["DG SANTE mission to China"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["eu-tr-819965911378-79","ec-person-0dbfffeb0323f819c8d57164906086dd8639c437"]}} -{"id":"ec-meeting-2018-10-02-464c203566aed5d60e13ae337defff6d145bc0af","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-02 - Competition x News Media Europe"],"date":["2018-10-02"],"summary":["To discuss aspects of News Media Europe’s report on Safeguarding the Economic Sustainability of Europe’s News Media Ecosystem"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-comp"],"involved":["ec-person-8600a621c9aef12fc33b708e13b3cd3d5fa5696b","eu-tr-577812220311-81"]}} -{"id":"ec-meeting-2018-10-02-53d580648deb1566dff9df19db965ce6f361bc93","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-02 - Cabinet of Vice-President Cecilia Malmström x European Potato Processors' Association"],"date":["2018-10-02"],"summary":["Anti-Dumping measures in South Africa, Colombia and Brazil against European Potato Exporters"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-163461511626-21","ec-person-591ec829ca734bcfe59a2c9c7f07f9dff22a0ea9"]}} -{"id":"ec-meeting-2018-10-02-6421566de06355990e25cf5bbf06fca4f70a2cf0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-02 - Cabinet of Commissioner Marianne Thyssen x Solvay SA"],"date":["2018-10-02"],"summary":["Social dialogue"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Rue Montoyer 47, Brussels"],"address":["Rue Montoyer 47, Brussels"],"addressEntity":["addr-cd1979d105a9f5c609df6c9ff6314172f5efafbd"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["ec-person-5a49eb89125b4b5d1125b3925bbb64aba1bea2b3","eu-tr-58089691185-94"]}} -{"id":"ec-meeting-2018-10-02-946f231bb7f05d6ed82e4bbd449d7e1d50098cc3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-02 - Cabinet of First Vice-President Frans Timmermans x CONCORD Europe"],"date":["2018-10-02"],"summary":["discussion on the implementation of the SDGs"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels, BERL"],"address":["Brussels, BERL"],"addressEntity":["addr-3c3fa5f92474ebac668808553fbab6d1c14aa243"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-34478709670-34","ec-person-8d1c5ff76a431332387aa10936b0bff13f7d71fd"]}} -{"id":"ec-meeting-2018-10-02-970d2d6c3739fd50a060a02882d857ddcf509fe1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-02 - Cabinet of Vice-President Günther Oettinger x Peter G. Peterson Institute for International Economics"],"date":["2018-10-02"],"summary":["MFF"],"notes":["Portfolio: Budget & Human Resources"],"location":["Washington"],"address":["Washington"],"addressEntity":["addr-a27a6644654593ac9e5d122b1155ff23752c8073"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-245016733415-68","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2018-10-02-ac5f85e2e0c08957f28e0c0c27a00131736be476","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-02 - Cabinet of Commissioner Phil Hogan x European farmers"],"date":["2018-10-02"],"summary":["Wine labelling"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Bruxelles"],"address":["Bruxelles"],"addressEntity":["addr-b58f5927b66d94a676970dc048485d4c6848f272"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-c9d17d5879383b030f61a4066848249fb35d57e4","eu-tr-44856881231-49"]}} -{"id":"ec-meeting-2018-10-03-2db89b260c739a372821f7001a9d1158d968ee34","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-03 - Energy x UNION FRANCAISE DE L'ELECTRICITE - UFE"],"date":["2018-10-03"],"summary":["la place et le rôle stratégique du secteur électrique dans la transition énergétique et la décarbonisation de l'économie"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["ec-person-6997149120ce5129e38febe5275dc8fd03232d2e","eu-tr-30146663069-53"]}} -{"id":"ec-meeting-2018-10-03-4adaa067f605029e934272d69035542697a6a149","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-03 - Cabinet of First Vice-President Frans Timmermans x European Regulation and Innovation Forum"],"date":["2018-10-03"],"summary":["Better Regulation"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-52996964558-47","ec-person-6c0efbf1635ca0cb8dce32e129231fa3136f600b"]}} -{"id":"ec-meeting-2018-10-03-8681ca0f0faecdf5b9d09a56567f29eebca13f5a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-03 - Financial Stability, Financial Services and Capital Markets Union x MARSH & McLENNAN COMPANIES FRANCE"],"date":["2018-10-03"],"summary":["European financial regulation, US regulation, Global cooperation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-117683115792-20","ec-person-bdee7a93f95c8ef05079539170139b3c02e8ed96"]}} -{"id":"ec-meeting-2018-10-03-987bcf537abf247ea6d67b16aa6246790444e9d1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-03 - Cabinet of Commissioner Violeta Bulc x Association Européenne des Concessionnaires d'Autoroutes et d'Ouvrages à Péage"],"date":["2018-10-03"],"summary":["Road safety"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-76903725494-68","ec-person-5012c5e45a52ee8ce67d19c1781a127af53e73e7"]}} -{"id":"ec-meeting-2018-10-03-a027b96c8666c09370f57eb608f2e3f45c511ebe","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-03 - Environment x ArcelorMittal"],"date":["2018-10-03"],"summary":["Circular Economy, Environmental Footprint, Waste, Harmonized Classification and Labelling"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-env"],"involved":["eu-tr-23527541824-60","ec-person-3bc74ce04ea3f4ab4d91a5c88eef25b8b8a213b4"]}} -{"id":"ec-meeting-2018-10-03-a0969dab58ffcacc06bc89283280f95c60183ad9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-03 - Cabinet of High Representative / Vice-President Federica Mogherini x Amnesty International Limited"],"date":["2018-10-03"],"summary":["human rights situation in Saudi Arabia"],"notes":["Portfolio: Foreign Affairs and Security Policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"involved":["ec-person-e03a77379f79ea00cf20048e42e8b0793bf62fa3","eu-tr-11063928073-34"]}} -{"id":"ec-meeting-2018-10-03-a2ad298a95d0f2a5fb0c3a1eda006dba8b4a8f96","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-03 - Cabinet of Commissioner Carlos Moedas x BOUYGUES EUROPE"],"date":["2018-10-03"],"summary":["Research related to construction"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-0a716bf5253e913fc40ebf14c12f30dc2e7a06ee","eu-tr-91216972728-77"]}} -{"id":"ec-meeting-2018-10-04-12f4b9490799849b75207d7cd982efca29b7e3f4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-04 - Informatics x IBM Corporation"],"date":["2018-10-04"],"summary":["Handshake with Mr Sebastian Krause"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-digit"],"involved":["eu-tr-7721359944-96","ec-person-32591d36027eb92a66b57d5bcc8c57d9574380b0"]}} -{"id":"ec-meeting-2018-10-04-135faa0ae6fe75472509164c630be4a512cff798","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-04 - Cabinet of Commissioner Mariya Gabriel x Bureau Européen des Unions de Consommateurs"],"date":["2018-10-04"],"summary":["disinformation, copyright"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-9505781573-45","ec-person-fc1068d79545d1659bf47e9b62bfb0aed175629e","ec-person-13ac9a19d8d04f97c0d32603d014df0dd4e1cd2a"]}} -{"id":"ec-meeting-2018-10-04-1ca78d4842c9daab43ead5918bf0bebbb230da9b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-04 - Cabinet of Vice-President Valdis Dombrovskis x Morgan Stanley"],"date":["2018-10-04"],"summary":["CMU, Brexit"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-29701922039-63","ec-person-48f31156d932641826e09f5b73f074d35ff05786","ec-person-a9eda2e8ea54b70a968327672c6cada679d3cd56"]}} -{"id":"ec-meeting-2018-10-04-2d1a035f95710dfbdf4b1ed83d8c22803c79234e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-04 - Cabinet of President Jean-Claude Juncker x YDRENAS COMMUNICATIONS AB"],"date":["2018-10-04"],"summary":["Capital Markets Union"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-573007514406-21","ec-person-c402e34a99fbee730ae22e3b1958e21c94dc6fcc"]}} -{"id":"ec-meeting-2018-10-04-457552090cbf4b2604bdbbd8b3845bfd2fa544e8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-04 - Mobility and Transport x Austrian Airlines"],"date":["2018-10-04"],"summary":["update on aviation issues"],"location":["Vienna, Austria"],"address":["Vienna, Austria"],"addressEntity":["addr-090be3f54cd0f162a77bddc433046b64f0b14a71"],"organizer":["ec-dg-move"],"involved":["eu-tr-983474516327-48","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2018-10-04-6646e4b33a48b7c4fd5a3c3fdfa7b16c5c67c999","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-04 - Mobility and Transport x International Air Transport Association"],"date":["2018-10-04"],"summary":["update on aviation issues"],"location":["Vienna, Austria"],"address":["Vienna, Austria"],"addressEntity":["addr-090be3f54cd0f162a77bddc433046b64f0b14a71"],"organizer":["ec-dg-move"],"involved":["eu-tr-1805107590-28","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2018-10-04-66483b254b945bace6412d4d963438ce8387e654","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-04 - Mobility and Transport x easyJet"],"date":["2018-10-04"],"summary":["update on aviation issues"],"location":["Vienna, Austria"],"address":["Vienna, Austria"],"addressEntity":["addr-090be3f54cd0f162a77bddc433046b64f0b14a71"],"organizer":["ec-dg-move"],"involved":["ec-person-26cdfacae671b09917bee1a91c91973941fa58a2","eu-tr-291219715847-52"]}} -{"id":"ec-meeting-2018-10-04-8a6b8ca2ff6f18d024349d37376196c06f950dc5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-04 - Financial Stability, Financial Services and Capital Markets Union x Morgan Stanley"],"date":["2018-10-04"],"summary":["CMU, Fintech, sustainable finance"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-29701922039-63","ec-person-bdee7a93f95c8ef05079539170139b3c02e8ed96"]}} -{"id":"ec-meeting-2018-10-04-97b430c40ab9aa4a4d22abfcbee2213d03881b87","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-04 - Energy x Association of European Automotive and Industrial Battery Manufacturers"],"date":["2018-10-04"],"summary":["role of batteries in the context of low carbon economy and clean energy system"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["ec-person-6997149120ce5129e38febe5275dc8fd03232d2e","eu-tr-39573492614-61"]}} -{"id":"ec-meeting-2018-10-04-b6e8d01b6493d8b43595fb6d7a804ba5fddf3b30","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-04 - Cabinet of Commissioner Phil Hogan x Polski Związek Hodowców i Producentów Trzody Chlewnej \"POLSUS\""],"date":["2018-10-04"],"summary":["record video for award for Women/Agri/Innovation"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-068516110787-28","ec-person-a1a78365cc4685b0958056646204977d8f2ead92"]}} -{"id":"ec-meeting-2018-10-04-bc2bdf431192e208461405b48366b7d6101fd786","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-04 - Climate Action x Climate Action Network Europe"],"date":["2018-10-04"],"summary":["EU Long-Term Strategy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-clima"],"involved":["ec-person-9c5c685692a09a77f2bc8ae9c05663b87cd75aae","eu-tr-55888811123-49"]}} -{"id":"ec-meeting-2018-10-04-e192d671b222eda88ba139887e286bb99836e9ee","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-04 - Secretariat-General x Pappas & Associates"],"date":["2018-10-04"],"summary":["Speech Argo Hellenic-Brussels Network entitled The evolving institutional balance among the EU Institutions and the role of the European Commission in the Greek case."],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-sg"],"involved":["ec-person-97a74c3df4cdf4db05e274aab8204536eca85f92","eu-tr-312274317374-38"]}} -{"id":"ec-meeting-2018-10-04-ea1c13c1e21b3de04a5dd0eb911111718174193e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-04 - Cabinet of Commissioner Mariya Gabriel x Asociación Española de la Economía Digital"],"date":["2018-10-04"],"summary":["Digital Skills and DSM"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-972127919039-72","ec-person-13ac9a19d8d04f97c0d32603d014df0dd4e1cd2a"]}} -{"id":"ec-meeting-2018-10-05-088bd541d350784e911d7eb25e8e8f25d2c9c739","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-05 - Informatics x SAP"],"date":["2018-10-05"],"summary":["Handshake with Mrs Fox-Martin"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-digit"],"involved":["ec-person-32591d36027eb92a66b57d5bcc8c57d9574380b0","eu-tr-639117311617-01"]}} -{"id":"ec-meeting-2018-10-05-26ba806356da7862bdaa29eb33a88a9dfa7e96f6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-05 - Cabinet of Commissioner Mariya Gabriel x EBU-UER (European Broadcasting Union)"],"date":["2018-10-05"],"summary":["Copyright"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-93288301615-56","ec-person-13ac9a19d8d04f97c0d32603d014df0dd4e1cd2a"]}} -{"id":"ec-meeting-2018-10-05-3818f79bd5981a6d1a3fec038b03feae40174efb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-05 - Secretariat-General x EuroComment"],"date":["2018-10-05"],"summary":["Intervention at the Policy Dialogue on the political outlook 2018-2019"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-sg"],"involved":["eu-tr-123577115553-43","ec-person-97a74c3df4cdf4db05e274aab8204536eca85f92"]}} -{"id":"ec-meeting-2018-10-05-3ab3ea3691ffa0df75cef3fdd0d528635a9d22e1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-05 - Cabinet of Vice-President Neven Mimica x DSW (Deutsche Stiftung Weltbevoelkerung)"],"date":["2018-10-05"],"summary":["Role of health in the new development instrument under the future MFF"],"notes":["Portfolio: International Cooperation & Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-mimica-neven-of-president-vice"],"involved":["ec-person-e90858f5aba78fd0e1cb2f757c3f38d55d91f98b","eu-tr-32018754890-28"]}} -{"id":"ec-meeting-2018-10-05-4d5e8aa023fa2eaff3d8d53f0fa22d96b87283ad","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-05 - Cabinet of First Vice-President Frans Timmermans x Seas At Risk vzw Friends of the Earth Europe Zero Waste Europe"],"date":["2018-10-05"],"summary":["discussion on the implementation of the Plastic Strategy"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels, BERL"],"address":["Brussels, BERL"],"addressEntity":["addr-3c3fa5f92474ebac668808553fbab6d1c14aa243"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-47806848200-34","eu-tr-9825553393-31","eu-tr-95261732139-73","ec-person-8d1c5ff76a431332387aa10936b0bff13f7d71fd"]}} -{"id":"ec-meeting-2018-10-05-59565bc57dc2d99fb0241b363d79f22715d75886","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-05 - Cabinet of Commissioner Phil Hogan x Baden-Württembergischer Handwerkstag e.V."],"date":["2018-10-05"],"summary":["keynote speaker at CAP conference"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Stuggart"],"address":["Stuggart"],"addressEntity":["addr-4e022e7ec0c6f65223de7891c0beeb2edb0ba1ef"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-a1a78365cc4685b0958056646204977d8f2ead92","eu-tr-777023714204-72"]}} -{"id":"ec-meeting-2018-10-05-9633fa73c67980ba7677bef1a31caa42eb32f5e3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-05 - Employment, Social Affairs and Inclusion x Confederation of Danish Employers"],"date":["2018-10-05"],"summary":["Meeting with the Board of Directors of the Confederation of Danish Employers to discuss labour market and social policy topics and to learn about DG EMPL perspective on the role of social partners and how Denmark can contribute to a well-functioning social dialogue on European Level"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-empl"],"involved":["eu-tr-11503381325-76","ec-person-dd259fce880e1853f0beb087443bce6e7dea70d7"]}} -{"id":"ec-meeting-2018-10-05-bed64108b51e8e02334365ffb16b919d3aa27646","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-05 - Cabinet of Vice-President Jyrki Katainen x Lääketeollisuus ry"],"date":["2018-10-05"],"summary":["European research ecosystem and research of pharmaceuticals in the EU"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90","eu-tr-135790630472-10"]}} -{"id":"ec-meeting-2018-10-05-c27b40c266d4276e5767573136cb414cdcf850cf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-05 - Cabinet of Vice-President Valdis Dombrovskis x Unione Italiana del Lavoro Confederazione Italiana Sindacati Lavoratori Confederazione Generale Italiana del Lavoro"],"date":["2018-10-05"],"summary":["Meeting on Italy's model of industrial relations in the European context"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-376222916112-22","eu-tr-777909025310-14","ec-person-a9eda2e8ea54b70a968327672c6cada679d3cd56","ec-person-51a67cf3e19a8853620326cd57fd7e9750b2c9d7","eu-tr-622307424816-11"]}} -{"id":"ec-meeting-2018-10-05-c52e4f6cdcf7488a82153168a43a4f71d42fec58","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-05 - Cabinet of Vice-President Miguel Arias Cañete x NATURGY ENERGY GROUP"],"date":["2018-10-05"],"summary":["Long term strategy"],"notes":["Portfolio: Climate Action & Energy"],"location":["Madrid"],"address":["Madrid"],"addressEntity":["addr-7a2191964a3d7521269f0068afae6b6116bac15d"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-67833029261-54","ec-person-2229c857664a22dcb8eee79a8c05841fd3d0924f"]}} -{"id":"ec-meeting-2018-10-05-d8003970641dd3049fc9f0405dd5516fdbc7a44c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-05 - Communications Networks, Content and Technology x BOUYGUES EUROPE"],"date":["2018-10-05"],"summary":["DSM, Future digital policy, MFF/DEP"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f","eu-tr-91216972728-77"]}} -{"id":"ec-meeting-2018-10-05-d8e1d2f76fd8bd53c6411caf1d1c93a0daafea52","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-05 - Climate Action x European Association Automotive Suppliers"],"date":["2018-10-05"],"summary":["Proposals for CO2 standards for cars and HDVs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-clima"],"involved":["ec-person-9c5c685692a09a77f2bc8ae9c05663b87cd75aae","eu-tr-91408765797-03"]}} -{"id":"ec-meeting-2018-10-05-e412d17ac9ada23dbde91fc2080930f93cd8bbb1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-05 - Cabinet of President Jean-Claude Juncker x The European House - Ambrosetti"],"date":["2018-10-05"],"summary":["Speech entitled: A more sovereign Europe: the architect of tomorrow’s world"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-442e08d247d72bdef0fce4bf17477efe2a5bfe49","eu-tr-625244214975-24"]}} -{"id":"ec-meeting-2018-10-08-14495e301614fcced400285b38a46c94fa231e91","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-08 - Cabinet of Commissioner Vytenis Andriukaitis x European agri-cooperatives European farmers Confédération Européenne des Vignerons Indépendants"],"date":["2018-10-08"],"summary":["Alcohol labelling"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-b9c3f19e7c5f216e3e508f931ddd6a9cb59376d1","eu-tr-44856881231-49","eu-tr-09586631237-74","eu-tr-424179021711-46"]}} -{"id":"ec-meeting-2018-10-08-223eb27da492f798d796fbd343fccdd1b4a5c3d3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-08 - Cabinet of Commissioner Mariya Gabriel x botswatch"],"date":["2018-10-08"],"summary":["Disinformation and Elections"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-908057932792-49","ec-person-13ac9a19d8d04f97c0d32603d014df0dd4e1cd2a"]}} -{"id":"ec-meeting-2018-10-08-4314f97ae4d839cea757cee13b2318905d447fb5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-08 - Cabinet of Commissioner Vytenis Andriukaitis x Koninklijke Philips"],"date":["2018-10-08"],"summary":["Health and research (meeting with 'Scientific Panel for Health')"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["eu-tr-035366013790-68","ec-person-059ca943fc5fc696d2a97849c635ddf7b6ab7fd7"]}} -{"id":"ec-meeting-2018-10-08-520cf709df1d317815ccf8922a108b0160815611","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-08 - Cabinet of Commissioner Violeta Bulc x Wirtschaftskammer Österreich"],"date":["2018-10-08"],"summary":["Mobility package"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-5012c5e45a52ee8ce67d19c1781a127af53e73e7","eu-tr-10405322962-08"]}} -{"id":"ec-meeting-2018-10-08-79fb4e6fa05f26833866d12d2508b8815a852846","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-08 - Cabinet of Commissioner Carlos Moedas x BANCO BILBAO VIZCAYA ARGENTARIA"],"date":["2018-10-08"],"summary":["Digital transformation in the financial sector"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-01051f0f33bfdc2ecc41873c02cae666c5e0d099","ec-person-23980b2bc4fd9c82051d0f7888dc236b2f764866","eu-tr-090350412968-04"]}} -{"id":"ec-meeting-2018-10-08-7c29e00ae11812001ad0fda08182738c8c4d0b80","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-08 - Cabinet of Vice-President Günther Oettinger x Bundesverband Informationswirtschaft, Telekommunikation und neue Medien e. V."],"date":["2018-10-08"],"summary":["MFF and Digital"],"notes":["Portfolio: Budget & Human Resources"],"location":["Munich"],"address":["Munich"],"addressEntity":["addr-4bb73f4817cac7549995b34436d424f8d8b0f1b0"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-5351830264-31","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2018-10-08-8fd5febf46f97ebac3e247a8af3bbbd0bfe2687e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-08 - Energy x European Network of Transmission System Operators for Electricity"],"date":["2018-10-08"],"summary":["réseaux énergétiques"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-25805148045-87","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2018-10-08-90544f34d2b36b801d49ef567e52118512a821dc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-08 - Energy x BUSINESSEUROPE"],"date":["2018-10-08"],"summary":["energy policy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-3978240953-79","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2018-10-08-a6a5ca73c275e70c700f032b0c0a7ecaf5297cef","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-08 - Cabinet of Vice-President Miguel Arias Cañete x The European Steel Association"],"date":["2018-10-08"],"summary":["Current challenges of the steel sector in Europe, Implementation of EU Legislation"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-93038071152-83","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd"]}} -{"id":"ec-meeting-2018-10-08-a95a6176a213dd7bac7169efb552b1a1865968dd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-08 - Cabinet of Commissioner Phil Hogan x FERRERO International"],"date":["2018-10-08"],"summary":["Food production"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Ireland"],"address":["Ireland"],"addressEntity":["addr-eb2131ece0efe78ee8bb1ae98af6099114a8df09"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-04268127542-74","ec-person-a1a78365cc4685b0958056646204977d8f2ead92"]}} -{"id":"ec-meeting-2018-10-08-da5e79b1b851ae6d89181ff14dcb71be296b4ca3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-08 - Cabinet of Vice-President Valdis Dombrovskis x BANCO BILBAO VIZCAYA ARGENTARIA"],"date":["2018-10-08"],"summary":["Digital transformation of the banking industry and FinTech, Banking package, Spanish banking sector"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-48f31156d932641826e09f5b73f074d35ff05786","eu-tr-090350412968-04","ec-person-51a67cf3e19a8853620326cd57fd7e9750b2c9d7","ec-person-a9eda2e8ea54b70a968327672c6cada679d3cd56"]}} -{"id":"ec-meeting-2018-10-08-e0bff8e4da6cd9efa517be3fc0edc6eefdb7c46d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-08 - Cabinet of Vice-President Cecilia Malmström x The European Steel Association"],"date":["2018-10-08"],"summary":["US 232 measures and EU-US trade relations"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-19b143e83f8ab978c55c8a9a9e49e06dbfa14bf3","eu-tr-93038071152-83"]}} -{"id":"ec-meeting-2018-10-08-ea29b4d6d26bccd3b7cea664a88c2b852e52eb01","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-08 - Communications Networks, Content and Technology x BANCO BILBAO VIZCAYA ARGENTARIA"],"date":["2018-10-08"],"summary":["Digital Transformation for the banking sector, Digital skills in EU, perspectivies 2020-2025"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-090350412968-04","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2018-10-08-fff91c59ba7d805b00679aa9fab6b6cc9410ef65","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-08 - Cabinet of High Representative / Vice-President Federica Mogherini x Foreign Economic Relations Board of Turkey"],"date":["2018-10-08"],"summary":["EU relations with Turkey/Customs Union"],"notes":["Portfolio: Foreign Affairs and Security Policy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"involved":["eu-tr-119458831154-84","ec-person-ffe369688b1df8f09154d965f094473d619d72e0"]}} -{"id":"ec-meeting-2018-10-09-1c500de127b7109b6213472d376e8e51be7d2a4c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-09 - Cabinet of Vice-President Günther Oettinger x Private Mills Germany e.V."],"date":["2018-10-09"],"summary":["aktuelle politische Themen, Future of Europe"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-306900032664-81","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2018-10-09-256fcaebcb9368f8fb045dca2d50c5d34583152d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-09 - Cabinet of Vice-President Neven Mimica x European Chamber of Commerce in Vietnam"],"date":["2018-10-09"],"summary":["Development cooperation and trade relations EU and Vietman"],"notes":["Portfolio: International Cooperation & Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-mimica-neven-of-president-vice"],"involved":["eu-tr-641483424039-61","ec-person-ba51cfc2cb570b2ba23d99869e21cd43fe8cadad","ec-person-e90858f5aba78fd0e1cb2f757c3f38d55d91f98b"]}} -{"id":"ec-meeting-2018-10-09-33bb726c1509eefffa6599e6720821d4d60379cb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-09 - Cabinet of Commissioner Carlos Moedas x European Jewish Community Centre"],"date":["2018-10-09"],"summary":["EuroChanukah 2018"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["eu-tr-130201328260-50","ec-person-f7ccc3ad366dd2fdb24870e1c02ff2763539c82f"]}} -{"id":"ec-meeting-2018-10-09-553875d3cd3e34be59bd48436f15a1f8711a4af4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-09 - Cabinet of Commissioner Violeta Bulc x Javno podjetje Energetika Maribor d.o.o."],"date":["2018-10-09"],"summary":["Meeting with Dravske Elektrarke,Energetika Maribor"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-a9f4fe47da47a1b05bbfda9825908089d11bda93","eu-tr-077456532821-53"]}} -{"id":"ec-meeting-2018-10-09-5d06d9f634ef449b0c4ad418f126e01f3aa826d9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-09 - Financial Stability, Financial Services and Capital Markets Union x Euroclear SA/NV"],"date":["2018-10-09"],"summary":["CSD"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-88290282308-75","ec-person-bdee7a93f95c8ef05079539170139b3c02e8ed96"]}} -{"id":"ec-meeting-2018-10-09-600524123edf51c3532b9b49d94df24a7ef92eb0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-09 - Cabinet of Vice-President Günther Oettinger x ITI - The Information Technology Industry Council"],"date":["2018-10-09"],"summary":["digital policy"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["ec-person-b17d355ca19058898aba2ec032de59f8701d47f5","eu-tr-061601915428-87"]}} -{"id":"ec-meeting-2018-10-09-61688af98683afb902b87038e7bc17eceb8361ac","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-09 - Cabinet of Commissioner Phil Hogan x European Chamber of Commerce in Vietnam"],"date":["2018-10-09"],"summary":["Agri Issues"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-641483424039-61","ec-person-a1a78365cc4685b0958056646204977d8f2ead92"]}} -{"id":"ec-meeting-2018-10-09-660075afabd207f1d07049b5a6adf07c28b6dc37","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-09 - Cabinet of Vice-President Günther Oettinger x MAN Truck & Bus SE"],"date":["2018-10-09"],"summary":["climate change policy"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-06093891220-52","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2018-10-09-67b17b3faa23e52250062d41f805f00e7077e46a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-09 - Cabinet of Vice-President Jyrki Katainen x SC Johnson"],"date":["2018-10-09"],"summary":["Introductory meeting with focus on Plastics Strategy"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-c3d85c41b6b842aae5c953d41fda5f240a5d0969","eu-tr-82296032229-15"]}} -{"id":"ec-meeting-2018-10-09-6947cda16852828ba405d56c0caad9825d4efc15","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-09 - Cabinet of Vice-President Jyrki Katainen x DIGITALEUROPE"],"date":["2018-10-09"],"summary":["State of play of Single Market"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-64270747023-20","ec-person-c50e8c2cc390c5efb0626988d173bc6758459e0f"]}} -{"id":"ec-meeting-2018-10-09-6c847bc04537fb48f67cdb02fba43972a2a38ac7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-09 - Cabinet of Commissioner Elżbieta Bieńkowska x Helsinki EU Office (vastuutaho Uudenmaan liitto)"],"date":["2018-10-09"],"summary":["internal market"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-796380111637-72","ec-person-b2f9be51339f054477846797e2c119fcf16548fc"]}} -{"id":"ec-meeting-2018-10-09-71e88cad5f5dc041f3f780ba01428a3ac6cb855f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-09 - Cabinet of Vice-President Günther Oettinger x European Chamber of Commerce in Vietnam"],"date":["2018-10-09"],"summary":["trade policy"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-641483424039-61","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2018-10-09-86d46f3d3d0a496b07124b00d491010e72e9f019","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-09 - Cabinet of Vice-President Jyrki Katainen x Kaivosteollisuus ry - Finnish Mining Association"],"date":["2018-10-09"],"summary":["Current Com agenda with the focus on circular economy"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-0da85dc48012e26688310a59a0b51727ea68f410","eu-tr-172990132672-82","ec-person-ccd2797b568cba38993df7d1dcc985dbc1eb439a"]}} -{"id":"ec-meeting-2018-10-09-8e66b7036fb9cd368cbd5039cfb2726cf3f50cfc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-09 - Cabinet of President Jean-Claude Juncker x Kreab Franklin Resources Inc."],"date":["2018-10-09"],"summary":["The EU financial services agenda"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-042053818845-45","eu-tr-1078390517-54","ec-person-c402e34a99fbee730ae22e3b1958e21c94dc6fcc"]}} -{"id":"ec-meeting-2018-10-09-a2553c5b7dc63a9ab168572e3990229fb775de90","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-09 - Cabinet of Commissioner Marianne Thyssen x DIGITALEUROPE"],"date":["2018-10-09"],"summary":["Skills Agenda"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["ec-person-786ac5b4308f9797c51ea9c4491fcd16b6fac4cd","eu-tr-64270747023-20"]}} -{"id":"ec-meeting-2018-10-09-aa39aeb61296f915052103d9e7c3e36d8c5acc34","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-09 - Cabinet of Commissioner Violeta Bulc x Simply Europe Kapsch"],"date":["2018-10-09"],"summary":["Mobility issues"],"notes":["Portfolio: Transport"],"location":["brussels"],"address":["brussels"],"addressEntity":["addr-e2daa1574b7ac475c827b33e281bd2d5e013c882"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-78575056586-62","ec-person-9fddf13de7f65229b7da7c5b25dca1630cad3c48","eu-tr-71160189926-80"]}} -{"id":"ec-meeting-2018-10-09-bdf93d713c88b3efee7d54313cd112f813454398","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-09 - Cabinet of High Representative / Vice-President Federica Mogherini x Europe External Policy Advisors"],"date":["2018-10-09"],"summary":["Request for appointment on Eritrea/Ethiopia"],"notes":["Portfolio: Foreign Affairs and Security Policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"involved":["eu-tr-719135118053-50","ec-person-23c55ec7dbedbeca55522253bc69ae6fd1bea72c"]}} -{"id":"ec-meeting-2018-10-09-c07dc5410f930fbe901197281ab7eac893484169","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-09 - Financial Stability, Financial Services and Capital Markets Union x ShareAction Europe"],"date":["2018-10-09"],"summary":["sustainable finance, taxonomy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-75791956264-20","ec-person-bdee7a93f95c8ef05079539170139b3c02e8ed96"]}} -{"id":"ec-meeting-2018-10-09-c659a5063dcefc5e05117b3419be7fd1d692d83f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-09 - Cabinet of Vice-President Andrus Ansip x Kapsch"],"date":["2018-10-09"],"summary":["C-ITS delegated act"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-6a03bc4fa7657513ea34529e98dba0671ef4c849","eu-tr-71160189926-80"]}} -{"id":"ec-meeting-2018-10-09-cb32356230130912446e89cb979812bf6db358af","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-09 - Cabinet of Vice-President Jyrki Katainen x Sulapac oy"],"date":["2018-10-09"],"summary":["EU Plastics Strategy; plastic waste; biodegradable plastics"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Helsinki, Finland"],"address":["Helsinki, Finland"],"addressEntity":["addr-503f4794e483acbce8e2c42812ac35d426a412d9"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90","eu-tr-415832931499-23"]}} -{"id":"ec-meeting-2018-10-09-d14518bf889bcacd15e0b09a634626b5de33ca78","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-09 - Cabinet of Commissioner Elżbieta Bieńkowska x Airbus"],"date":["2018-10-09"],"summary":["space"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["ec-person-685ecf13dd26cd515c961e24ba71049af2302c5e","eu-tr-2732167674-76"]}} -{"id":"ec-meeting-2018-10-09-d4ce2f0ba1afc660a9b553e0ec70162d258ea99d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-09 - Cabinet of Commissioner Phil Hogan x Institut national de recherche pour l’agriculture, l’alimentation et l’environnement"],"date":["2018-10-09"],"summary":["Agri matters"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-a1a78365cc4685b0958056646204977d8f2ead92","eu-tr-028145011837-13"]}} -{"id":"ec-meeting-2018-10-09-d6638b84ed35c7bb6f1bf13bff3e2ebaa154da56","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-09 - Cabinet of Vice-President Andrus Ansip x Volkswagen Aktiengesellschaft"],"date":["2018-10-09"],"summary":["C-ITS roll-out"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-6a03bc4fa7657513ea34529e98dba0671ef4c849","eu-tr-6504541970-40"]}} -{"id":"ec-meeting-2018-10-09-dc095127bf96ad2c9558fd97633d9af529cf6435","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-09 - Cabinet of Vice-President Jyrki Katainen x Aula Europe Wärtsilä Corporation"],"date":["2018-10-09"],"summary":["future of Energy Union"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-289922721213-66","eu-tr-88742028087-64","ec-person-0da85dc48012e26688310a59a0b51727ea68f410"]}} -{"id":"ec-meeting-2018-10-09-ddd61ce3c6dabe4daa151ad4905ebfa29fc7dba7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-09 - Cabinet of Vice-President Günther Oettinger x Deutscher Industrie- und Handelskammertag e.V."],"date":["2018-10-09"],"summary":["Aktuelle Herausforderungen der EU-Politik, Future of Europe"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-22400601191-42","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2018-10-09-ea1cf9ec005928695e96c33521fe25e97a972de2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-09 - Communications Networks, Content and Technology x ITI - The Information Technology Industry Council"],"date":["2018-10-09"],"summary":["Connect Initiatives: AI, cybersecurity, ePrivacy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f","eu-tr-061601915428-87"]}} -{"id":"ec-meeting-2018-10-09-ea3b7dd52b6fa180bab00219ecaa77970f330934","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-09 - Cabinet of Vice-President Karmenu Vella x European Chamber of Commerce in Vietnam"],"date":["2018-10-09"],"summary":["IUU, Free Trade Agreement, FLEGT VPA"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["eu-tr-641483424039-61","ec-person-e3c587153be49902cde115f568bd5e9a9d548743"]}} -{"id":"ec-meeting-2018-10-09-ebf27e8f9b78c9f43f87622b64a3ce6c2c73641f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-09 - Cabinet of Commissioner Mariya Gabriel x Finnish Authors´ Copyright Society Sanasto"],"date":["2018-10-09"],"summary":["Copyright"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-025938212702-61","ec-person-13ac9a19d8d04f97c0d32603d014df0dd4e1cd2a"]}} -{"id":"ec-meeting-2018-10-09-ec7db39cb4e9fd79ae24ba232f1a56b122828275","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-09 - Cabinet of Vice-President Cecilia Malmström x European Chamber of Commerce in Vietnam"],"date":["2018-10-09"],"summary":["EU-Vietnam FTA"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-19b143e83f8ab978c55c8a9a9e49e06dbfa14bf3","eu-tr-641483424039-61"]}} -{"id":"ec-meeting-2018-10-09-ee1555af79f62e7d919dad35a2356505b4292a71","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-09 - Cabinet of Vice-President Jyrki Katainen x Suomen Yrittäjät ry"],"date":["2018-10-09"],"summary":["Topical EU issues"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-c50e8c2cc390c5efb0626988d173bc6758459e0f","eu-tr-032592932156-20"]}} -{"id":"ec-meeting-2018-10-09-f4f2d6cb63d50a67379e89f1636bb26a3938aa01","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-09 - Communications Networks, Content and Technology x European Financial Services Round Table"],"date":["2018-10-09"],"summary":["FINTECH"],"location":["BRUSSELS"],"address":["BRUSSELS"],"addressEntity":["addr-f74337897287bf1b546f30505f5b1f693a87af50"],"organizer":["ec-dg-connect"],"involved":["eu-tr-27636291880-60","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2018-10-09-f881d9e14073caba1aaed445b71451daad274fba","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-09 - Cabinet of Commissioner Pierre Moscovici x eBay EU liaison office"],"date":["2018-10-09"],"summary":["Digital taxation and VAT mini one stop shop"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["ec-person-1d299d025d2afdcba46db3d131b6197fab6e0c89","eu-tr-40386322300-77"]}} -{"id":"ec-meeting-2018-10-09-fd363ed16cc7fe600041bc1aaaa4c891dd5f3b19","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-09 - Cabinet of Commissioner Věra Jourová x Access Now European Digital Rights"],"date":["2018-10-09"],"summary":["Privacy Shield"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-a608b85b2ffef83f883b5a2330b6232efa1b7141","eu-tr-16311905144-06","eu-tr-71149477682-53","ec-person-3269ef00f0778677e6f4c8e0f72ce019084206fb","ec-person-184e698af1eb9e33b179680570ca171d8cb31c94"]}} -{"id":"ec-meeting-2018-10-10-1046256e50e1e4b718305127cc6505cc23b1de82","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-10 - Cabinet of President Jean-Claude Juncker x European Association for Storage of Energy"],"date":["2018-10-10"],"summary":["Energy Union and Climate Change"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-b1bf9aa5fb7e886441ff341b657cc482b64a2a3e","eu-tr-43859808000-87"]}} -{"id":"ec-meeting-2018-10-10-178d94c941301750465c6062133d914ae1610d93","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-10 - Cabinet of Vice-President Valdis Dombrovskis x The Genesis Initiative"],"date":["2018-10-10"],"summary":["Economic situation in Europe, EU financial regulation"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-48f31156d932641826e09f5b73f074d35ff05786","eu-tr-05221658419-01"]}} -{"id":"ec-meeting-2018-10-10-26287e0c9ec97a2a0e0f3c1780b12a45fea4b268","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-10 - Cabinet of Vice-President Cecilia Malmström x THE ESTEE LAUDER COMPANIES INC. RPP Group"],"date":["2018-10-10"],"summary":["Transatlantic relations"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-96530144280-28","ec-person-20ded9db5df11164331bb161fdf234b1e5ad53fd","ec-person-cb8ca9ec2413722fa83484ed18dd76ace52d0118","eu-tr-24894617638-61"]}} -{"id":"ec-meeting-2018-10-10-274c6ed8b5343a2ed02d9ccfde4f4ddd797f8e8a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-10 - Cabinet of Commissioner Phil Hogan x Heineken N.V."],"date":["2018-10-10"],"summary":["UTP legislation"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-c9d17d5879383b030f61a4066848249fb35d57e4","eu-tr-827688315793-86"]}} -{"id":"ec-meeting-2018-10-10-28566dc14a6f6214ce8bbeb0567a7fda7725c9d5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-10 - Cabinet of Vice-President Neven Mimica x The ONE Campaign"],"date":["2018-10-10"],"summary":["Partnership between ONE Campaign and the European Commission"],"notes":["Portfolio: International Cooperation & Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-mimica-neven-of-president-vice"],"involved":["ec-person-5f446e21c2ca97624d9781d53ce7312477e72d6e","eu-tr-26098317349-65","ec-person-fb34eddb2ee7d6b0c0bfdb52a4456e71ca8dd53c"]}} -{"id":"ec-meeting-2018-10-10-344597923f9a03109da1c799eeb9b2b315a22ad4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-10 - Cabinet of Commissioner Carlos Moedas x Global Alliance for Tuberculosis Drug Development"],"date":["2018-10-10"],"summary":["Global Health in Horizon Europe"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-f7ccc3ad366dd2fdb24870e1c02ff2763539c82f","eu-tr-636752920377-18"]}} -{"id":"ec-meeting-2018-10-10-35a0480bf93015a9d7ffcd9b70a2efc488365934","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-10 - Cabinet of Vice-President Günther Oettinger x Deutscher Bauernbund e.V."],"date":["2018-10-10"],"summary":["CAP, MFF"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-436122132743-46","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2018-10-10-4054077fa369d8868c12f9237b569ea5e04aa4b8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-10 - Cabinet of First Vice-President Frans Timmermans x Facebook Ireland Limited"],"date":["2018-10-10"],"summary":["Facebook's efforts to protect elections"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-28666427835-74","ec-person-f87a3277bb5391e01fe3111e915444e51feb191a"]}} -{"id":"ec-meeting-2018-10-10-43df23d6831b6be3c459aecb1a0f1a502a6faaea","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-10 - Cabinet of Commissioner Mariya Gabriel x Tachyum"],"date":["2018-10-10"],"summary":["Big data analytics, deep learning, mobile, and large scale computing"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["ec-person-fc1068d79545d1659bf47e9b62bfb0aed175629e","eu-tr-198947931231-25"]}} -{"id":"ec-meeting-2018-10-10-520dfa6ff1b064a82507a5b7d224bdfc0209c32f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-10 - Cabinet of Vice-President Günther Oettinger x Deutsches Aktieninstitut"],"date":["2018-10-10"],"summary":["MFF"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-38064081304-25","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2018-10-10-5645c176dcaa4e4178c1942d603e39c7e6acccdc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-10 - Cabinet of Vice-President Günther Oettinger x The ONE Campaign"],"date":["2018-10-10"],"summary":["MFF"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-26098317349-65","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2018-10-10-59640849578ee7e67c5a499efa8be7ffb4a20806","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-10 - Energy x BDEW Bundesverband der Energie- und Wasserwirtschaft e. V."],"date":["2018-10-10"],"summary":["security of electricity supply"],"location":["Berlin, Germany"],"address":["Berlin, Germany"],"addressEntity":["addr-45087614a913d81becb706e8469c1cd56b027e7f"],"organizer":["ec-dg-ener"],"involved":["eu-tr-20457441380-38","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2018-10-10-625e50ee65bb3ce606b4540e2e4206e60d4e189b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-10 - Cabinet of Vice-President Cecilia Malmström x Scania AB (publ) Kreab"],"date":["2018-10-10"],"summary":["Update on Iran sanctions"],"notes":["Portfolio: Trade"],"location":["Bryssels, Belgium"],"address":["Bryssels, Belgium"],"addressEntity":["addr-6836d46e621825e784d0a3d41f2a4fff5da2d4c1"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-1078390517-54","ec-person-ce1312d2a248f71fe74eed58aa5915cfa445bbba","eu-tr-3305029916-47"]}} -{"id":"ec-meeting-2018-10-10-693d751c52e176e3fa762ee3f252aba6f24d44ce","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-10 - Cabinet of President Jean-Claude Juncker x JPMorgan Chase & Co."],"date":["2018-10-10"],"summary":["Sustainable finance"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-b1bf9aa5fb7e886441ff341b657cc482b64a2a3e","eu-tr-9171899949-17"]}} -{"id":"ec-meeting-2018-10-10-6c26a6e9f8bbb76c4f5767f2efefa228a837b718","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-10 - Cabinet of First Vice-President Frans Timmermans x Lidl"],"date":["2018-10-10"],"summary":["discussion on the implementation of the Plastics Strategy"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels, BERL"],"address":["Brussels, BERL"],"addressEntity":["addr-3c3fa5f92474ebac668808553fbab6d1c14aa243"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-480098310579-04","ec-person-8d1c5ff76a431332387aa10936b0bff13f7d71fd"]}} -{"id":"ec-meeting-2018-10-10-9f0f46f79fbbe71ec5403e915f5ea53ccc406833","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-10 - Cabinet of Vice-President Andrus Ansip x DNV"],"date":["2018-10-10"],"summary":["Exchange of views on the EU Digital Agenda and the risks, challenges, and opportunities arising from the digital transition"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-5db7bdd1c81da2e70eb5b982097d0004111b5c3e","eu-tr-414057515145-62"]}} -{"id":"ec-meeting-2018-10-10-a33fa84d8eeb9c49f3ca247e5bb62f37255b83ab","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-10 - Cabinet of Vice-President Günther Oettinger x Wirtschaftskammer Österreich"],"date":["2018-10-10"],"summary":["MFF"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-10405322962-08","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2018-10-10-a4dc91f6dc9323e4233c77aeca2dddc967d4ac62","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-10 - Cabinet of Commissioner Phil Hogan x Mars Incorporated"],"date":["2018-10-10"],"summary":["Agri matters"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-a1a78365cc4685b0958056646204977d8f2ead92","eu-tr-99937329074-65"]}} -{"id":"ec-meeting-2018-10-10-aa45a782071f0ae303cea1bdab95609c0cbefc79","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-10 - Research and Innovation x Institut de Recherche pour le Développement"],"date":["2018-10-10"],"summary":["Sustainable development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-rtd"],"involved":["ec-person-1d348f33395de0ea6773a7b4ae8797e3e0392f73","eu-tr-325755217346-62"]}} -{"id":"ec-meeting-2018-10-10-b33158a70b9437d745bfd967f6988940336e4c1a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-10 - Cabinet of Commissioner Věra Jourová x Facebook Ireland Limited"],"date":["2018-10-10"],"summary":["Securing free and fair European elections"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["eu-tr-28666427835-74","ec-person-3269ef00f0778677e6f4c8e0f72ce019084206fb"]}} -{"id":"ec-meeting-2018-10-10-b79bbe87a854d34de7dfb64366a437dd29b6dfa3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-10 - Cabinet of Vice-President Valdis Dombrovskis x American Chamber of Commerce to the European Union"],"date":["2018-10-10"],"summary":["Equivalence, International Capital Market"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-48f31156d932641826e09f5b73f074d35ff05786","eu-tr-5265780509-97"]}} -{"id":"ec-meeting-2018-10-10-bc972ad061bd9cd0a8186d8d7f3c9cbe9efaf877","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-10 - Climate Action x Mars Incorporated"],"date":["2018-10-10"],"summary":["Exchange of views on current EU priorities on climate action and sustainability"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-clima"],"involved":["ec-person-9c5c685692a09a77f2bc8ae9c05663b87cd75aae","eu-tr-99937329074-65"]}} -{"id":"ec-meeting-2018-10-10-bd874d964f30117616dfc8e77f74213364a77e0b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-10 - Cabinet of First Vice-President Frans Timmermans x Mars Incorporated"],"date":["2018-10-10"],"summary":["discussion on sustainability and plastics"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels, BERL"],"address":["Brussels, BERL"],"addressEntity":["addr-3c3fa5f92474ebac668808553fbab6d1c14aa243"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-99937329074-65","ec-person-8d1c5ff76a431332387aa10936b0bff13f7d71fd"]}} -{"id":"ec-meeting-2018-10-10-c277b1e7605c4e6ae37da3ac117899410084bc86","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-10 - Cabinet of Commissioner Mariya Gabriel x Avaaz Foundation"],"date":["2018-10-10"],"summary":["Disinformation"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-475565317526-24","ec-person-13ac9a19d8d04f97c0d32603d014df0dd4e1cd2a"]}} -{"id":"ec-meeting-2018-10-10-c680bad781ed71a93feaa21fdbba3c2691552d90","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-10 - Environment x LyondellBasell Industries N.V."],"date":["2018-10-10"],"summary":["Circular Economy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-env"],"involved":["eu-tr-950757315280-54","ec-person-3bc74ce04ea3f4ab4d91a5c88eef25b8b8a213b4"]}} -{"id":"ec-meeting-2018-10-10-c6f1ddb0f65146ba0d9b494382a44dc1d7b9db9e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-10 - Cabinet of Commissioner Elżbieta Bieńkowska x Miltton Europe Gasum Oy"],"date":["2018-10-10"],"summary":["biogas market"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-759978215122-11","ec-person-b2f9be51339f054477846797e2c119fcf16548fc","eu-tr-245377319023-40"]}} -{"id":"ec-meeting-2018-10-10-c8c9e30a09fd41e1d86a67cdb506e6f9bc819fa6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-10 - Cabinet of President Jean-Claude Juncker x abrdn plc Redburn (Europe) Limited Morgan Stanley"],"date":["2018-10-10"],"summary":["Economic and Monetary Union and other economic issues"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-29701922039-63","ec-person-c402e34a99fbee730ae22e3b1958e21c94dc6fcc","eu-tr-031828616599-65","eu-tr-28229947613-19"]}} -{"id":"ec-meeting-2018-10-10-c91b1311df44bc8f5373698fdee11a3d30af62c7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-10 - Cabinet of Commissioner Julian King x Scotch Whisky Association"],"date":["2018-10-10"],"summary":["Duty Fraud"],"notes":["Portfolio: Security Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-julian-king-of"],"involved":["eu-tr-9201911441-69","ec-person-355668f7f858778b0b745d45441b2e4393f4a7be"]}} -{"id":"ec-meeting-2018-10-10-d359139fef75f32ff1037368bdf0be1547d64a87","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-10 - Cabinet of Vice-President Miguel Arias Cañete x Heineken N.V."],"date":["2018-10-10"],"summary":["Long term strategy"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-827688315793-86","ec-person-2229c857664a22dcb8eee79a8c05841fd3d0924f"]}} -{"id":"ec-meeting-2018-10-10-dcde374338b7610577b5d2d347148e321a9b4cf6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-10 - Cabinet of Vice-President Jyrki Katainen x Miltton Europe Gasum Oy"],"date":["2018-10-10"],"summary":["Bioenergy"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-759978215122-11","eu-tr-245377319023-40","ec-person-ccd2797b568cba38993df7d1dcc985dbc1eb439a"]}} -{"id":"ec-meeting-2018-10-10-dfeaf5d2ca708da049524081010c0d17ecfb1239","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-10 - Cabinet of Vice-President Jyrki Katainen x Lidl"],"date":["2018-10-10"],"summary":["Circular Economy implementation of plastics strategy"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-480098310579-04","ec-person-0da85dc48012e26688310a59a0b51727ea68f410"]}} -{"id":"ec-meeting-2018-10-10-ece1f4d3fb39dd019e4684528741f122bc343781","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-10 - Cabinet of Commissioner Carlos Moedas x Stichting United Academics Foundation"],"date":["2018-10-10"],"summary":["Open Access and Horizon 2020"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-b8d49828915f9008e764a78796d47ea00807a658","eu-tr-275262818818-08"]}} -{"id":"ec-meeting-2018-10-10-ecead9776b9fe632f5bf6dbbd5b2c658996ba085","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-10 - Cabinet of Vice-President Jyrki Katainen x Åbo Akademi University"],"date":["2018-10-10"],"summary":["Horizon Europe"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-694887632766-81","ec-person-ccd2797b568cba38993df7d1dcc985dbc1eb439a"]}} -{"id":"ec-meeting-2018-10-10-ee4f8dd700b9b42a3a462193ba73fc7f440a2edd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-10 - Cabinet of Commissioner Carlos Moedas x Mars Incorporated"],"date":["2018-10-10"],"summary":["Research in Food and Nutrition"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-0a716bf5253e913fc40ebf14c12f30dc2e7a06ee","ec-person-23980b2bc4fd9c82051d0f7888dc236b2f764866","eu-tr-99937329074-65"]}} -{"id":"ec-meeting-2018-10-10-f067330fb50817f4b82bcd4b96c195c74ab4d05a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-10 - Cabinet of Vice-President Andrus Ansip x Avaaz Foundation"],"date":["2018-10-10"],"summary":["Disinformation"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-3ca0c466b8ff230d4409591430b388007ce14ff8","eu-tr-475565317526-24","ec-person-91ca0921c6790191daa54427311acd63035e7c9e"]}} -{"id":"ec-meeting-2018-10-10-f2e72449b45e494e4140cecdb2ba3c1e070ff17b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-10 - Cabinet of Vice-President Jyrki Katainen x Raiffeisen Bank International AG"],"date":["2018-10-10"],"summary":["CRR review, investor protection in Europe and sanctions."],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-567e71ed1b2c1e3f5ed12f2c3bedf7e9e69a9158","eu-tr-33858106461-10"]}} -{"id":"ec-meeting-2018-10-11-0a4c8e981eb538d4c1d3249adabe183046d3015d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-11 - Financial Stability, Financial Services and Capital Markets Union x LVMH Publica"],"date":["2018-10-11"],"summary":["visite de courtoisie"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["ec-person-bdee7a93f95c8ef05079539170139b3c02e8ed96","eu-tr-16094042309-21"]}} -{"id":"ec-meeting-2018-10-11-1e0b3f701c1bb215eff00228bc627f414c88865e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-11 - Cabinet of Commissioner Elżbieta Bieńkowska x Albright Stonebridge Group LLC"],"date":["2018-10-11"],"summary":["Investment climate and media market in Central and Eastern European (CEE) countries"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["ec-person-d2997a7f359c91a337055c3e24dd36bf928de38d","ec-person-7cb15e8a3e4a9ddc8f8d7a719a5f2e359a05f82a","eu-tr-605588926461-31"]}} -{"id":"ec-meeting-2018-10-11-29a5b302784224c435f922f9bd7f7dc3d0f76f89","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-11 - Cabinet of Commissioner Violeta Bulc x Latham & Watkins LLP"],"date":["2018-10-11"],"summary":["Mobility topics"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-817067819413-17","ec-person-9fddf13de7f65229b7da7c5b25dca1630cad3c48"]}} -{"id":"ec-meeting-2018-10-11-3c4bb13ba15270a60a309c180b06d88a2ca238ce","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-11 - Climate Action x Transport and Environment (European Federation for Transport and Environment)"],"date":["2018-10-11"],"summary":["2050 decarbonisation strategy and the role of transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-clima"],"involved":["ec-person-9c5c685692a09a77f2bc8ae9c05663b87cd75aae","eu-tr-58744833263-19"]}} -{"id":"ec-meeting-2018-10-11-3fbed89244a488298a3588206e64a6e4035aa466","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-11 - Cabinet of Vice-President Günther Oettinger x IHK Nord e.V. - Arbeitsgemeinschaft norddeutscher Industrie- und Handelskammern"],"date":["2018-10-11"],"summary":["SME-Agenda of WTO"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-006411421255-36","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2018-10-11-49e80b7adcd88b3082ed14443ec4ddaa771e08df","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-11 - Cabinet of Vice-President Andrus Ansip x American Chamber of Commerce to the European Union"],"date":["2018-10-11"],"summary":["Cybersecurity, artificial intelligence, data protection"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-3ca0c466b8ff230d4409591430b388007ce14ff8","ec-person-5db7bdd1c81da2e70eb5b982097d0004111b5c3e","eu-tr-5265780509-97","ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0"]}} -{"id":"ec-meeting-2018-10-11-5958cc3155ceff8b210f1189db4cbd614e1356f7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-11 - Financial Stability, Financial Services and Capital Markets Union x Hitachi Europe Ltd."],"date":["2018-10-11"],"summary":["sustainable finance"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-50213201578-64","ec-person-bdee7a93f95c8ef05079539170139b3c02e8ed96"]}} -{"id":"ec-meeting-2018-10-11-61b92a34f5b211c00db6b76c543498f171c490e1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-11 - Cabinet of Commissioner Marianne Thyssen x Wirtschaftskammer Österreich"],"date":["2018-10-11"],"summary":["European Labour Authority, transparent and predictable working conditions, coordination of social security system and work-life balance"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["ec-person-cfb8d8d884367ef98b079fcd883ece7c89ec28e2","ec-person-5528caa0f79478c045f9f7d077dc9e03c09edb31","eu-tr-10405322962-08"]}} -{"id":"ec-meeting-2018-10-11-645f8498ac8653dc97ee77986eb5a77dc99ef049","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-11 - Cabinet of Commissioner Pierre Moscovici x EURODOM"],"date":["2018-10-11"],"summary":["Dock dues and other topics of interest for ultra peripheral regions"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["ec-person-1d299d025d2afdcba46db3d131b6197fab6e0c89","eu-tr-28418016649-41"]}} -{"id":"ec-meeting-2018-10-11-6621b8461a8a1c6ab3d3e3ede0576eb598096f1f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-11 - Cabinet of Commissioner Mariya Gabriel x Facebook Ireland Limited"],"date":["2018-10-11"],"summary":["Disinformation"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-28666427835-74","ec-person-13ac9a19d8d04f97c0d32603d014df0dd4e1cd2a"]}} -{"id":"ec-meeting-2018-10-11-6914e02aeea14ea891a909b7bb9764021d53c258","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-11 - Financial Stability, Financial Services and Capital Markets Union x Deutsche Börse AG"],"date":["2018-10-11"],"summary":["CSD"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-20884001341-42","ec-person-bdee7a93f95c8ef05079539170139b3c02e8ed96"]}} -{"id":"ec-meeting-2018-10-11-70b50c79fd0d6b1daf4d473f9887c4066a27f960","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-11 - Education, Youth, Sport and Culture x EIT Food ivzw"],"date":["2018-10-11"],"summary":["Meeting with CEO"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-eac"],"involved":["ec-person-68d4f99b9ed1b40d86ebbf81f8f35aeebd6c5fc5","eu-tr-944733432021-08"]}} -{"id":"ec-meeting-2018-10-11-7d8a65638dfa80d0eb00b2cb24790e09cab655fa","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-11 - Cabinet of Commissioner Violeta Bulc x Intesa Sanpaolo"],"date":["2018-10-11"],"summary":["Transport study"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-24037141789-48","ec-person-be830229e281863b280fbdedb9755116218a1b6d"]}} -{"id":"ec-meeting-2018-10-11-827a1b4f3717745cf2185f6bbce1ea10fcbb7f28","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-11 - Cabinet of Commissioner Vytenis Andriukaitis x European Coalition for Diabetes"],"date":["2018-10-11"],"summary":["Diabetes, preventive measures"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-b4899928aefa422e4992056d90974930b39cad81","ec-person-df30d07ef698a52b9948b9c734db39196cf8541f","eu-tr-513172621753-81"]}} -{"id":"ec-meeting-2018-10-11-8b90a2d835e942750ea392e6b6adfcc682f2cba1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-11 - Cabinet of Vice-President Andrus Ansip x Cloudflare"],"date":["2018-10-11"],"summary":["Exchange of views on Commission initiatives in the field of cybersecurity"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-580322225469-90","ec-person-3ca0c466b8ff230d4409591430b388007ce14ff8"]}} -{"id":"ec-meeting-2018-10-11-8f83eea524d37c75df8d00d0155171853cf0eb72","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-11 - Cabinet of Commissioner Elżbieta Bieńkowska x European Chamber of Commerce in Vietnam"],"date":["2018-10-11"],"summary":["EU-Vietnam trade and investment relations and the opportunities for SMEs on it"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-641483424039-61","ec-person-b2f9be51339f054477846797e2c119fcf16548fc"]}} -{"id":"ec-meeting-2018-10-11-a39569d84113aa105e2d05e38d08a2a027e04804","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-11 - Cabinet of Vice-President Andrus Ansip x Adobe Systems Benelux bv"],"date":["2018-10-11"],"summary":["Artificial Intelligence"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-99b172d8fe23e00b94022cbd096978be2b48eb81","eu-tr-575371411483-96"]}} -{"id":"ec-meeting-2018-10-11-a9c444d40ae392083303e050714a123018379ba6","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2018-10-11 - Cabinet of Vice-President Miguel Arias Cañete x Stichting European Climate Foundation"],"date":["2018-10-11"],"summary":["Financing Innovation"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-3eac19199bd5dbac49f504d2610a9066dddbfe57","eu-tr-64869491516-70"]}} -{"id":"ec-meeting-2018-10-11-aa67ec8661c0087d7b507536f44bd78b0643925a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-11 - Trade x spiritsEUROPE"],"date":["2018-10-11"],"summary":["Future Trade Policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-trade"],"involved":["ec-person-bde9bb099f5d24c52ca4a9255cefc99a5b87a650","eu-tr-64926487056-58"]}} -{"id":"ec-meeting-2018-10-11-ab48d115e89e217648e21f45fbb1cba429625ebe","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-11 - Cabinet of Vice-President Jyrki Katainen x Oulun yliopisto"],"date":["2018-10-11"],"summary":["Horizon Europe"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-524144227097-75","ec-person-ccd2797b568cba38993df7d1dcc985dbc1eb439a"]}} -{"id":"ec-meeting-2018-10-11-aca577983694f1787c2da1607ec66cbafee158fd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-11 - Cabinet of Vice-President Andrus Ansip x Facebook Ireland Limited"],"date":["2018-10-11"],"summary":["Code of Practice and EU data protection"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-5db7bdd1c81da2e70eb5b982097d0004111b5c3e","ec-person-91ca0921c6790191daa54427311acd63035e7c9e","eu-tr-28666427835-74"]}} -{"id":"ec-meeting-2018-10-11-b0e19b7e5cbf9d982c0c30687516ee9d3fb1e025","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-11 - Cabinet of Vice-President Andrus Ansip x ITI - The Information Technology Industry Council"],"date":["2018-10-11"],"summary":["data privacy, cybersecurity, data flows"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-e91c5be432b6b3efdda369792fed67c20b767a45","ec-person-91ca0921c6790191daa54427311acd63035e7c9e","eu-tr-061601915428-87"]}} -{"id":"ec-meeting-2018-10-11-b6e8d01b6493d8b43595fb6d7a804ba5fddf3b30","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-11 - Cabinet of Commissioner Phil Hogan x Polski Związek Hodowców i Producentów Trzody Chlewnej \"POLSUS\""],"date":["2018-10-11"],"summary":["Agri matters"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-068516110787-28","ec-person-a1a78365cc4685b0958056646204977d8f2ead92"]}} -{"id":"ec-meeting-2018-10-11-b9de93fd456597bfebb7d07bfcb1bd8b2d1e9661","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-11 - Informatics x Dell Inc."],"date":["2018-10-11"],"summary":["Women in ICT"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-digit"],"involved":["eu-tr-28739192542-16","ec-person-32591d36027eb92a66b57d5bcc8c57d9574380b0"]}} -{"id":"ec-meeting-2018-10-11-e4de2c51cf159cf0aff1ed80e8ee236e61f3772d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-11 - Education, Youth, Sport and Culture x Friends of Europe"],"date":["2018-10-11"],"summary":["State of Europe conference"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-eac"],"involved":["ec-person-68d4f99b9ed1b40d86ebbf81f8f35aeebd6c5fc5","eu-tr-99436366768-45"]}} -{"id":"ec-meeting-2018-10-11-ebc7be2d2cedb7d0ab96116503389723addc3be0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-11 - Cabinet of Vice-President Jyrki Katainen x American Chamber of Commerce to the European Union"],"date":["2018-10-11"],"summary":["Exchange with Europe regional CEOs of American businesses member of AmChamEU. Topics covered: EU-US trade relations, EU single market, skills."],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90","eu-tr-5265780509-97"]}} -{"id":"ec-meeting-2018-10-11-f4911f45d1d667144feddc83c634a0ae164a1cf0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-11 - Cabinet of Vice-President Jyrki Katainen x Mars Incorporated"],"date":["2018-10-11"],"summary":["Future of Europe, Circular Economy."],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90","eu-tr-99937329074-65"]}} -{"id":"ec-meeting-2018-10-11-f98646f08460dcc3529a39bcfe71c4cff47b110e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-11 - Inspire, Debate, Engage and Accelerate Action x Mars Incorporated"],"date":["2018-10-11"],"summary":["Sustainable Development Goals"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-dg-idea"],"involved":["eu-tr-99937329074-65","ec-person-4fe56a64c00b3e81c851b5538878b32481bd7d3c"]}} -{"id":"ec-meeting-2018-10-11-ffc6f91635fb470e2828a932534237b8e55dff6d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-11 - Cabinet of Commissioner Věra Jourová x Centre for European Policy Studies"],"date":["2018-10-11"],"summary":["CEPS Task Force on Artificial Intelligence"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["eu-tr-86853666704-95","ec-person-1e0e3a00ab815dea7c5b839b002ed2c7e34bfe0a"]}} -{"id":"ec-meeting-2018-10-12-089bdfeadaa6808d35386e944e8579bae7e28681","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-12 - Cabinet of Commissioner Carlos Moedas x Safran"],"date":["2018-10-12"],"summary":["Horizon Europe"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["eu-tr-71607351368-56","ec-person-0a716bf5253e913fc40ebf14c12f30dc2e7a06ee"]}} -{"id":"ec-meeting-2018-10-12-361a985ac66e52fdd4a2dd805c55ac25cd28dd16","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-12 - Cabinet of Commissioner Carlos Moedas x Stichting European Climate Foundation"],"date":["2018-10-12"],"summary":["Financing climate change"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["eu-tr-64869491516-70","ec-person-0a716bf5253e913fc40ebf14c12f30dc2e7a06ee"]}} -{"id":"ec-meeting-2018-10-12-a8b5a4903edf9765158a6d36ede60d6447582fb9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-12 - Cabinet of Commissioner Elżbieta Bieńkowska x European Aluminium AISBL"],"date":["2018-10-12"],"summary":["Industrial policy"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-9224280267-20","ec-person-d2997a7f359c91a337055c3e24dd36bf928de38d","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2018-10-12-ab47886d8109e4e56f1e5181d41f3cf78c150891","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-12 - Education, Youth, Sport and Culture x Cisco Systems Inc."],"date":["2018-10-12"],"summary":["Meeting with Ms Yoo, Senior Vice President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-eac"],"involved":["ec-person-68d4f99b9ed1b40d86ebbf81f8f35aeebd6c5fc5","eu-tr-494613715191-85"]}} -{"id":"ec-meeting-2018-10-12-b512e8cda86e6c6310aebba929d6837623d13882","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-12 - Cabinet of Vice-President Andrus Ansip x GIGAEurope"],"date":["2018-10-12"],"summary":["Discussion on GDPR initiatives"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-5db7bdd1c81da2e70eb5b982097d0004111b5c3e","eu-tr-42178977290-80"]}} -{"id":"ec-meeting-2018-10-12-b9cf2063d2aa3b76ccdfb0c8c8f056aa762037ae","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-12 - Cabinet of Vice-President Andrus Ansip x IBM Corporation"],"date":["2018-10-12"],"summary":["Data & Artificial Intelligence"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-7721359944-96","ec-person-99b172d8fe23e00b94022cbd096978be2b48eb81","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45"]}} -{"id":"ec-meeting-2018-10-12-c195c2fddbc473ebe73f7b353cf29b40472dd19b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-12 - Cabinet of Vice-President Miguel Arias Cañete x ENERGEAN OIL & GAS PLC"],"date":["2018-10-12"],"summary":["East Med and other projects"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-533121332762-22","ec-person-2229c857664a22dcb8eee79a8c05841fd3d0924f"]}} -{"id":"ec-meeting-2018-10-12-c3024bbb24e5de4a93e530d248a6311cf26364cf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-12 - Cabinet of Commissioner Phil Hogan x Energy Peat Europe"],"date":["2018-10-12"],"summary":["EU Energy policy"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-085431221976-45","ec-person-68b8e931bdd0cafe77ab8e98d87edbea128d6c49"]}} -{"id":"ec-meeting-2018-10-12-ccf1c47f880bda89ab6a384e91addb5db1c5618f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-12 - Cabinet of Commissioner Julian King x Avaaz Foundation"],"date":["2018-10-12"],"summary":["Election Security"],"notes":["Portfolio: Security Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-julian-king-of"],"involved":["eu-tr-475565317526-24","ec-person-8534d5829e2b89b2389ad8651205fee73503f559"]}} -{"id":"ec-meeting-2018-10-12-d9cb0c073f36eea921d2550653b30391a2e69173","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-12 - Cabinet of Commissioner Elżbieta Bieńkowska x spiritsEUROPE"],"date":["2018-10-12"],"summary":["self-regulatory proposal of alcoholic beverages sector"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-64926487056-58","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2018-10-12-fe0df5ed20fca3474ab73cd37d30f7eacd3581e7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-12 - Cabinet of Commissioner Vytenis Andriukaitis x EuropaBio"],"date":["2018-10-12"],"summary":["Introductory meeting with the new SG"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["eu-tr-1298286943-59","ec-person-d462b3c7daeee00ad55e380a7fb96819f79899df"]}} -{"id":"ec-meeting-2018-10-12-ffc6f91635fb470e2828a932534237b8e55dff6d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-12 - Cabinet of Commissioner Věra Jourová x Centre for European Policy Studies"],"date":["2018-10-12"],"summary":["Rule of Law and Democracy in the Digital Society"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-a608b85b2ffef83f883b5a2330b6232efa1b7141","eu-tr-86853666704-95","ec-person-1e0e3a00ab815dea7c5b839b002ed2c7e34bfe0a"]}} -{"id":"ec-meeting-2018-10-15-076246f4ee1457054a9fb588d39e706a764c833d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-15 - Cabinet of Commissioner Pierre Moscovici x spiritsEUROPE"],"date":["2018-10-15"],"summary":["the Excise Structures Directive 92/83"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["ec-person-1d299d025d2afdcba46db3d131b6197fab6e0c89","eu-tr-64926487056-58"]}} -{"id":"ec-meeting-2018-10-15-08f117fc45e3e34ad5216abb9ac275923f3d9094","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-15 - Cabinet of Vice-President Jyrki Katainen x Invest Europe"],"date":["2018-10-15"],"summary":["Invest Week"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-c3d85c41b6b842aae5c953d41fda5f240a5d0969","eu-tr-60975211600-74"]}} -{"id":"ec-meeting-2018-10-15-0a1749bbf6e8580b01e638ddae1922aba0c6fc31","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-15 - Cabinet of First Vice-President Frans Timmermans x Telefonica, S.A."],"date":["2018-10-15"],"summary":["Better regulation and the future of telecom and digital policy for the EU"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-52431421-12","ec-person-966667b73d92624be9bb019c2baab7e52331b3d3"]}} -{"id":"ec-meeting-2018-10-15-11d0ea962d3f1b058e9bcf828f8eb2f22e84967e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-15 - Cabinet of Commissioner Mariya Gabriel x Amazon Europe Core SARL"],"date":["2018-10-15"],"summary":["illegal content"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-366117914426-10","ec-person-d995d34a2f8b1f0bf6a17486f5699181d6a01e1c"]}} -{"id":"ec-meeting-2018-10-15-1ac06299e5a1580d40bb1afce49646813803218c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-15 - Cabinet of First Vice-President Frans Timmermans x The Alliance of Democracies Foundation"],"date":["2018-10-15"],"summary":["Election integrity and democracy in the EU"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-146289032886-07","ec-person-966667b73d92624be9bb019c2baab7e52331b3d3"]}} -{"id":"ec-meeting-2018-10-15-1de63495db7088d724f6ae70d223f532b25c0bd7","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2018-10-15 - Cabinet of Vice-President Valdis Dombrovskis x Society for Worldwide Interbank Financial Telecommunication"],"date":["2018-10-15"],"summary":["International payments system","developments around the JCPOA"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-011095511691-05","ec-person-f376b1eca739c662d2385062249507f23f4ca67e","ec-person-a9eda2e8ea54b70a968327672c6cada679d3cd56","ec-person-537401fc0be04984531b83660f416bf2fe14fbd8","ec-person-48f31156d932641826e09f5b73f074d35ff05786"]}} -{"id":"ec-meeting-2018-10-15-2b42a96338409574d8c1219841970c9bf89e8045","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-15 - Cabinet of President Jean-Claude Juncker x Worldpay Group plc"],"date":["2018-10-15"],"summary":["Working dinner on financial services agenda and Fintech"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-632203824989-87","ec-person-c402e34a99fbee730ae22e3b1958e21c94dc6fcc"]}} -{"id":"ec-meeting-2018-10-15-475ce92e27f8320aa2bea2924bc2626eadbf6ead","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-15 - Communications Networks, Content and Technology x Telia Company AB"],"date":["2018-10-15"],"summary":["5G Deployment, telecoms general market development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-381805014604-45","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2018-10-15-4819e18246b7fd1e1a7028fa7fca14301811619a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-15 - Climate Action x International Association of Oil & Gas Producers Europe"],"date":["2018-10-15"],"summary":["Long-Term Strategy and Carbon Capture and Storage"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-clima"],"involved":["ec-person-9c5c685692a09a77f2bc8ae9c05663b87cd75aae","eu-tr-3954187491-70"]}} -{"id":"ec-meeting-2018-10-15-51145a4f48b3b92b576408636124d13bc7548f9e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-15 - Cabinet of Vice-President Valdis Dombrovskis x Automated Financial Systems Inc."],"date":["2018-10-15"],"summary":["Fintech, Banking package, NPLs, Accounting rules"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-966493533135-33","ec-person-537401fc0be04984531b83660f416bf2fe14fbd8"]}} -{"id":"ec-meeting-2018-10-15-5215956d108a0b89ee331169d6e30bb01978b5d7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-15 - Cabinet of Vice-President Neven Mimica x Fair Trade Advocacy Office"],"date":["2018-10-15"],"summary":["Future “development cooperation instrument” and Fair Trade - Public procurement of fair textiles"],"notes":["Portfolio: International Cooperation & Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-mimica-neven-of-president-vice"],"involved":["ec-person-e90858f5aba78fd0e1cb2f757c3f38d55d91f98b","eu-tr-20744335040-66"]}} -{"id":"ec-meeting-2018-10-15-5694c1bba0e4a3218070ba95c645c1c3e8ad8a20","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-15 - Cabinet of Commissioner Mariya Gabriel x Apple Inc."],"date":["2018-10-15"],"summary":["EU Code Week"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-588327811384-96","ec-person-13ac9a19d8d04f97c0d32603d014df0dd4e1cd2a"]}} -{"id":"ec-meeting-2018-10-15-5d1f7f981902de4f57cdfc2954095b860f4ddfb2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-15 - Cabinet of Vice-President Cecilia Malmström x Genna Cabinet Sprl Enter srl"],"date":["2018-10-15"],"summary":["cloud computing infrastructure in Europe"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-191305632550-86","eu-tr-965553914278-94","ec-person-591ec829ca734bcfe59a2c9c7f07f9dff22a0ea9"]}} -{"id":"ec-meeting-2018-10-15-6c50c7a66e37acc827a1c046f98e9dc706ace6c4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-15 - Cabinet of Commissioner Mariya Gabriel x DEKRA e.V."],"date":["2018-10-15"],"summary":["Cybersecurity"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-52624015528-97","ec-person-1674399a793e9e6fd7cf55b525515fc862fc9351"]}} -{"id":"ec-meeting-2018-10-15-901ef1ea20416c6e3c5a7f6c53041576e88debf7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-15 - Cabinet of Commissioner Marianne Thyssen x Finnish Energy - Energiateollisuus ry"],"date":["2018-10-15"],"summary":["European employment policy and Social Dialogue"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["ec-person-5a49eb89125b4b5d1125b3925bbb64aba1bea2b3","eu-tr-68861821910-84"]}} -{"id":"ec-meeting-2018-10-15-93ad8d431a701a1f9535ddbe063e21fb34df0506","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-15 - Energy x European Aluminium AISBL"],"date":["2018-10-15"],"summary":["the role and place for aluminium for building a low-carbon and competitive European economy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-9224280267-20","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2018-10-15-976ac60903d0d71ffa4f3bb7b456c37f888db0ed","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-15 - Cabinet of Vice-President Miguel Arias Cañete x Asociación Española de Empresas de Consultoría"],"date":["2018-10-15"],"summary":["Long term strategy"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-696244325387-58","ec-person-2229c857664a22dcb8eee79a8c05841fd3d0924f"]}} -{"id":"ec-meeting-2018-10-15-bca3eb6bc77dd3d8da42e7eef43a9ca66004b0f7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-15 - Communications Networks, Content and Technology x TIM S.p.A."],"date":["2018-10-15"],"summary":["Telecom issues - access termination, position of Telecom Italia"],"location":["BRUSSELS"],"address":["BRUSSELS"],"addressEntity":["addr-f74337897287bf1b546f30505f5b1f693a87af50"],"organizer":["ec-dg-connect"],"involved":["eu-tr-078655018381-34","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2018-10-15-c277b1e7605c4e6ae37da3ac117899410084bc86","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-15 - Cabinet of Commissioner Mariya Gabriel x Avaaz Foundation"],"date":["2018-10-15"],"summary":["Disinformation"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-475565317526-24","ec-person-1674399a793e9e6fd7cf55b525515fc862fc9351"]}} -{"id":"ec-meeting-2018-10-15-ccf1c47f880bda89ab6a384e91addb5db1c5618f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-15 - Cabinet of Commissioner Julian King x Avaaz Foundation"],"date":["2018-10-15"],"summary":["Election Security"],"notes":["Portfolio: Security Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-julian-king-of"],"involved":["ec-person-37c79733647a2293d1e96e976d3a72c6b707cb4c","eu-tr-475565317526-24"]}} -{"id":"ec-meeting-2018-10-15-e22e4c067e8a9fe814b84d0b3472f05db3a8fdde","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-15 - Cabinet of Commissioner Violeta Bulc x Airports Council International - European Region"],"date":["2018-10-15"],"summary":["Aviation issues"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-42566063487-73","ec-person-9d4dc4867a44dfe10f67ae7ee1706da3e8b48a24"]}} -{"id":"ec-meeting-2018-10-15-e23a3f726ded63aeb044cee9f6ddf4ae372ed8a5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-15 - Research and Innovation x France Industrie"],"date":["2018-10-15"],"summary":["Horizon Europe proposal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-rtd"],"involved":["eu-tr-60974102057-03","ec-person-1d348f33395de0ea6773a7b4ae8797e3e0392f73"]}} -{"id":"ec-meeting-2018-10-15-e49617ea7c0506209724c59e5e1a0940fe479ade","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-15 - Cabinet of Vice-President Cecilia Malmström x Independent Diplomat"],"date":["2018-10-15"],"summary":["Situation Myanmar"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-20ded9db5df11164331bb161fdf234b1e5ad53fd","ec-person-98880f3f4206145e196013db9dd806a551c11e06","eu-tr-71462686997-10"]}} -{"id":"ec-meeting-2018-10-15-e90dd45a66d08a1e03cde724e7cf720b12bfbab9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-15 - Environment x Nestlé S.A."],"date":["2018-10-15"],"summary":["Water and Circular Economy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-env"],"involved":["eu-tr-15366395387-57","ec-person-3bc74ce04ea3f4ab4d91a5c88eef25b8b8a213b4"]}} -{"id":"ec-meeting-2018-10-15-f97702a1c71fc06400438cbee73009ac18c77a69","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-15 - Cabinet of Commissioner Carlos Moedas x RELX"],"date":["2018-10-15"],"summary":["Science and Innovation Policy"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-b8d49828915f9008e764a78796d47ea00807a658","eu-tr-338398611148-62","ec-person-23980b2bc4fd9c82051d0f7888dc236b2f764866"]}} -{"id":"ec-meeting-2018-10-15-ff51428f4fd0ddddab7df665ec920e7b17a98468","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-15 - Cabinet of Vice-President Valdis Dombrovskis x Luminor Bank AS"],"date":["2018-10-15"],"summary":["Banking Union, MIDIF II, AML challenges"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-235108931815-73","ec-person-a9eda2e8ea54b70a968327672c6cada679d3cd56"]}} -{"id":"ec-meeting-2018-10-16-027f81889d74d995aac81afce004a543aa2e263e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-16 - Cabinet of Vice-President Jyrki Katainen x The Central Organisation of Finnish Trade Unions SAK"],"date":["2018-10-16"],"summary":["Social Europe"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-508695011366-29","ec-person-ccd2797b568cba38993df7d1dcc985dbc1eb439a"]}} -{"id":"ec-meeting-2018-10-16-034571715f8d3659533fa76de7b9804ad24c229c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-16 - Cabinet of Vice-President Jyrki Katainen x Telia Company AB"],"date":["2018-10-16"],"summary":["Digital Single Market"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-381805014604-45","ec-person-ccd2797b568cba38993df7d1dcc985dbc1eb439a"]}} -{"id":"ec-meeting-2018-10-16-34e2574f1a4e09a46b79b0265ffe8cf5862021fc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-16 - Cabinet of Commissioner Tibor Navracsics x beIN SPORTS France"],"date":["2018-10-16"],"summary":["beIN MEDIA GROUP has become a major international pay TV player"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["BERL - Bruxelles"],"address":["BERL - Bruxelles"],"addressEntity":["addr-74ff725d36eebe6434f00028396f4d18d5f25d04"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-49f31dad10f5641cb1d1e4c3107dd838389e8120","eu-tr-542292923314-75"]}} -{"id":"ec-meeting-2018-10-16-44093bd3528be3cba991639934e5199214273447","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-16 - Cabinet of Commissioner Carlos Moedas x Helmholtz-Gemeinschaft Deutscher Forschungszentren e.V."],"date":["2018-10-16"],"summary":["Horizon Europe"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-0a716bf5253e913fc40ebf14c12f30dc2e7a06ee","ec-person-23980b2bc4fd9c82051d0f7888dc236b2f764866","eu-tr-73792436593-97"]}} -{"id":"ec-meeting-2018-10-16-4583d8138ca1ce4f174d9a414c4445b91e729988","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-16 - Cabinet of Vice-President Jyrki Katainen x industriAll European Trade Union"],"date":["2018-10-16"],"summary":["Social Europe"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-ccd2797b568cba38993df7d1dcc985dbc1eb439a","eu-tr-358284014848-82"]}} -{"id":"ec-meeting-2018-10-16-45b5e69ee5f9c3a63f9f16acd977030d88acd4fb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-16 - Cabinet of First Vice-President Frans Timmermans x International Union for Conservation of Nature EU Representative Office"],"date":["2018-10-16"],"summary":["discussion on Sustainable Development Agenda"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels, BERL"],"address":["Brussels, BERL"],"addressEntity":["addr-3c3fa5f92474ebac668808553fbab6d1c14aa243"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-03518238467-61","ec-person-8d1c5ff76a431332387aa10936b0bff13f7d71fd"]}} -{"id":"ec-meeting-2018-10-16-45c408373ed39e6e8b1a6e1241c9e7b39441a98e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-16 - Research and Innovation x Airbus"],"date":["2018-10-16"],"summary":["Aeronautics research"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-rtd"],"involved":["eu-tr-2732167674-76","ec-person-1d348f33395de0ea6773a7b4ae8797e3e0392f73"]}} -{"id":"ec-meeting-2018-10-16-4b048a1da6c80c3ffc37ada45c66db88c091435a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-16 - Cabinet of Commissioner Pierre Moscovici x BREIZ EUROPE"],"date":["2018-10-16"],"summary":["regime forfaitaire agricole en allemagne"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["ec-person-3cbeba61ae952f06fe4916c381438ebbc676a597","eu-tr-44968076843-33"]}} -{"id":"ec-meeting-2018-10-16-518bc8efa3b3b2d3713bde04f85f2bb34ea001e9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-16 - Cabinet of Commissioner Mariya Gabriel x Kreab"],"date":["2018-10-16"],"summary":["Euranet Plus activity and outlook"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-1078390517-54","ec-person-1674399a793e9e6fd7cf55b525515fc862fc9351"]}} -{"id":"ec-meeting-2018-10-16-531f2e4b539606531620ea4ff0fba15defa9b2a5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-16 - Cabinet of Commissioner Mariya Gabriel x ICMP - The global voice of music publishing"],"date":["2018-10-16"],"summary":["Copyright"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["ec-person-1674399a793e9e6fd7cf55b525515fc862fc9351","eu-tr-65684839099-72"]}} -{"id":"ec-meeting-2018-10-16-5a7e95c148e46394ab8217f1dc110c1b32337abf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-16 - Cabinet of Vice-President Valdis Dombrovskis x London Stock Exchange Group"],"date":["2018-10-16"],"summary":["Brexit"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-48f31156d932641826e09f5b73f074d35ff05786","eu-tr-550494915045-08","ec-person-a9eda2e8ea54b70a968327672c6cada679d3cd56"]}} -{"id":"ec-meeting-2018-10-16-5bb4738cea5ab48a0c8600c44dfdd904c9fafe26","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-16 - Cabinet of Commissioner Vytenis Andriukaitis x ISFE - Representing the European Videogames Industry"],"date":["2018-10-16"],"summary":["Gaming disorders"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["eu-tr-20586492362-11","ec-person-b4899928aefa422e4992056d90974930b39cad81","ec-person-d462b3c7daeee00ad55e380a7fb96819f79899df"]}} -{"id":"ec-meeting-2018-10-16-7adfe9168dc2c6117b43bc799e0e0a8c2668115e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-16 - Cabinet of Vice-President Jyrki Katainen x Bundesverband Öffentlicher Banken Deutschlands eV European Association of Public Banks and Funding agencies AISBL"],"date":["2018-10-16"],"summary":["InvestEU Programme"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-0767788931-41","ec-person-c3d85c41b6b842aae5c953d41fda5f240a5d0969","eu-tr-8754829960-32"]}} -{"id":"ec-meeting-2018-10-16-894e757e52f2f5eeb3f4f7d841a41c2e4b0cdec6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-16 - Cabinet of Vice-President Andrus Ansip x NewsGuard Technologies Microsoft Corporation"],"date":["2018-10-16"],"summary":["Fight against disinformation"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-0801162959-21","eu-tr-075148333523-74","ec-person-99b172d8fe23e00b94022cbd096978be2b48eb81","ec-person-91ca0921c6790191daa54427311acd63035e7c9e"]}} -{"id":"ec-meeting-2018-10-16-98679eacb14093a44684ecf5e0d745dc57d56876","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-16 - Cabinet of Commissioner Carlos Moedas x International Society for Stem Cell Research"],"date":["2018-10-16"],"summary":["Regenerative Health Research"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["eu-tr-197541932728-15","ec-person-f7ccc3ad366dd2fdb24870e1c02ff2763539c82f"]}} -{"id":"ec-meeting-2018-10-16-9bd0098bdf5bf97d83abd7e55d281da40d89afbb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-16 - Cabinet of Commissioner Violeta Bulc x Koninklijke Nederlandse Motorrijders Vereniging"],"date":["2018-10-16"],"summary":["Road safety issues"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-424851932901-65","ec-person-cb7aaf75b4c195481f149f904bc28b4e2ac2b7ab"]}} -{"id":"ec-meeting-2018-10-16-abe76bfb99870ff087144ab972378d5d3036677d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-16 - Cabinet of Commissioner Phil Hogan x EUROPE'S MEDIALAB (Fondation EURACTIV)"],"date":["2018-10-16"],"summary":["Record Video"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-485832526193-89","ec-person-a1a78365cc4685b0958056646204977d8f2ead92"]}} -{"id":"ec-meeting-2018-10-16-af4c75bf2f733fce72ccde7937da11e601ae499e","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2018-10-16 - Cabinet of Commissioner Julian King x Worldpay Group plc"],"date":["2018-10-16"],"summary":["Terrorist financing"],"notes":["Portfolio: Security Union"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-julian-king-of"],"involved":["ec-person-37c79733647a2293d1e96e976d3a72c6b707cb4c","ec-person-c5e8e10f494a7f5d0de6124025a80a8ec47c283a","eu-tr-632203824989-87"]}} -{"id":"ec-meeting-2018-10-16-dca4f70833d10e762f365b7ace7fd01613b3a918","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-16 - Cabinet of Vice-President Andrus Ansip x DOT Europe"],"date":["2018-10-16"],"summary":["Meeting on Disinformation"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-53905947933-43","ec-person-99b172d8fe23e00b94022cbd096978be2b48eb81"]}} -{"id":"ec-meeting-2018-10-16-e33c0d4bf3fc989b33528a14fe6ff6b612e55ce3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-16 - Cabinet of Commissioner Violeta Bulc x Global Business Travel Association"],"date":["2018-10-16"],"summary":["meeting with Michael W. McCormick, Executive Director COO, on EU aviation policy"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-43871558497-67","ec-person-9d4dc4867a44dfe10f67ae7ee1706da3e8b48a24"]}} -{"id":"ec-meeting-2018-10-16-ec6ba2758a222f916244f0333bd308f5ead9365d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-16 - Cabinet of Commissioner Věra Jourová x Avaaz Foundation"],"date":["2018-10-16"],"summary":["Introducing Avaaz, Disinformation"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-5455ecfabb89025694c798deac08160a2be17d94","eu-tr-475565317526-24","ec-person-1e0e3a00ab815dea7c5b839b002ed2c7e34bfe0a"]}} -{"id":"ec-meeting-2018-10-16-f3b83743b1df844c96ff3b304daae33de984a94f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-16 - Cabinet of Commissioner Carlos Moedas x EDP - Energias de Portugal, SA"],"date":["2018-10-16"],"summary":["Meeting with Mr Luis Amado, Former Minister of Foreign Affairs of Portugal"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-23980b2bc4fd9c82051d0f7888dc236b2f764866","eu-tr-56592866496-47"]}} -{"id":"ec-meeting-2018-10-16-fae97c005b6af35118f8c3ee83c7c85604ae444a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-16 - Cabinet of Commissioner Marianne Thyssen x Deloitte & Touche S.p.A."],"date":["2018-10-16"],"summary":["Future of work"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["eu-tr-577943117432-04","ec-person-5a49eb89125b4b5d1125b3925bbb64aba1bea2b3"]}} -{"id":"ec-meeting-2018-10-17-1366c97bcbad206aa70cb4e4abfe1c8685f40ccd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-17 - Cabinet of Commissioner Tibor Navracsics x IETM international network for contemporary performing arts"],"date":["2018-10-17"],"summary":["Reflection on Regulation CE programme 2021-2027"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-49f31dad10f5641cb1d1e4c3107dd838389e8120","eu-tr-55642894775-05"]}} -{"id":"ec-meeting-2018-10-17-23f8aaa9330dbd7f8a0ae81b28b21645e4606f3c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-17 - Cabinet of Vice-President Andrus Ansip x News Media Europe"],"date":["2018-10-17"],"summary":["Media Policy, disinformation"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-99b172d8fe23e00b94022cbd096978be2b48eb81","eu-tr-577812220311-81"]}} -{"id":"ec-meeting-2018-10-17-27d90358d42777d8c27f7ac53b31b55493d24d65","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-17 - Cabinet of Vice-President Andrus Ansip x Amazon Europe Core SARL"],"date":["2018-10-17"],"summary":["Platforms, illegal content, intellectual property rights"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-366117914426-10","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45"]}} -{"id":"ec-meeting-2018-10-17-28566dc14a6f6214ce8bbeb0567a7fda7725c9d5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-17 - Cabinet of Vice-President Neven Mimica x The ONE Campaign"],"date":["2018-10-17"],"summary":["Global Fund"],"notes":["Portfolio: International Cooperation & Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-mimica-neven-of-president-vice"],"involved":["eu-tr-26098317349-65","ec-person-e90858f5aba78fd0e1cb2f757c3f38d55d91f98b","ec-person-16142e2d6f5b1cd8c8b4123e2cfa9cbc9096daf2"]}} -{"id":"ec-meeting-2018-10-17-28b7a226ba4438a67da28ea6b2f8821b1ca2d124","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-17 - Cabinet of President Jean-Claude Juncker x Amazon Europe Core SARL"],"date":["2018-10-17"],"summary":["DSM"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-67872aca57f8dfc132dbac47ff41bf9b60ba8ac5","eu-tr-366117914426-10"]}} -{"id":"ec-meeting-2018-10-17-3318efe0e0c62464fe8717cee2bdb5b43480c79a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-17 - Cabinet of Commissioner Elżbieta Bieńkowska x European Space Policy Institute"],"date":["2018-10-17"],"summary":["space conference Graz"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-036412124178-16","ec-person-685ecf13dd26cd515c961e24ba71049af2302c5e"]}} -{"id":"ec-meeting-2018-10-17-3d2257f5b4df544760fd28bf5dae0309f065f4b0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-17 - Cabinet of Vice-President Günther Oettinger x Bill & Melinda Gates Foundation"],"date":["2018-10-17"],"summary":["MFF"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-371567915480-41","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2018-10-17-42ad01e7767e22c0169a410112a74f5acd1ff576","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-17 - Communications Networks, Content and Technology x Confederazione Generale dell'Industria Italiana"],"date":["2018-10-17"],"summary":["Digital Economy, cybersecurity, Digital Europe funding, P2B"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f","eu-tr-27762251795-15"]}} -{"id":"ec-meeting-2018-10-17-4af312be111481821a5d3da5ec070dde1ef96c2e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-17 - Cabinet of First Vice-President Frans Timmermans x Bertelsmann Stiftung"],"date":["2018-10-17"],"summary":["European Citizens Initiative reform"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-13571025706-27","ec-person-284d94050a35c9079d8b1ba3f85eaf7777b5fea9"]}} -{"id":"ec-meeting-2018-10-17-56256fcf6f5b13f967dc0508891756d291a2454d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-17 - Cabinet of Vice-President Karmenu Vella x CITEO"],"date":["2018-10-17"],"summary":["Single Use Plastics"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["ec-person-e3c587153be49902cde115f568bd5e9a9d548743","eu-tr-430607416969-79"]}} -{"id":"ec-meeting-2018-10-17-5ae3962a739a894f78a0c82bcc38a679564cfbe3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-17 - Cabinet of Vice-President Günther Oettinger x Stiftung Familienunternehmen"],"date":["2018-10-17"],"summary":["Future of Europe"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-903032122424-38","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2018-10-17-5cec21aaa245bf9a2806867e42eab6a51d4c5251","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-17 - Research and Innovation x European Council of Doctoral Candidates and Junior Researchers"],"date":["2018-10-17"],"summary":["Horizon Europe proposal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-rtd"],"involved":["eu-tr-832797511955-47","ec-person-1d348f33395de0ea6773a7b4ae8797e3e0392f73"]}} -{"id":"ec-meeting-2018-10-17-72f0ca5a44ad402d44ab674c3e214557d27fed8c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-17 - Cabinet of Commissioner Christos Stylianides x SAMARITAN INTERNATIONAL"],"date":["2018-10-17"],"summary":["Discussion on volunteering in Civil Protection"],"notes":["Portfolio: Humanitarian Aid & Crisis Management"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-christos-commissioner-of-stylianides"],"involved":["ec-person-cdd689bd079714522dad472ea4446b0fcc660d8f","eu-tr-416862517878-83","ec-person-34409381bed36941005c31d0165bac17f74a89d1"]}} -{"id":"ec-meeting-2018-10-17-7c114b8487ce068161635196d3b1c25885dc25df","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-17 - Cabinet of Vice-President Andrus Ansip x Turku-Southwest Finland European Office"],"date":["2018-10-17"],"summary":["Digitalization of maritime transport"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-549499813585-41","ec-person-6a03bc4fa7657513ea34529e98dba0671ef4c849"]}} -{"id":"ec-meeting-2018-10-17-7f0dcc7224069120e97a69ff81b1651ed5254658","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-17 - Cabinet of Vice-President Jyrki Katainen x Maa- ja metsätaloustuottajain Keskusliitto – Central Union of Agricultural Producers and Forest Owners"],"date":["2018-10-17"],"summary":["Functioning of food market"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-56039441735-48","ec-person-ccd2797b568cba38993df7d1dcc985dbc1eb439a"]}} -{"id":"ec-meeting-2018-10-17-89465ce07552c22794bdf0b6827bd3ce67650afe","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-17 - Cabinet of Commissioner Pierre Moscovici x Stiftung Familienunternehmen"],"date":["2018-10-17"],"summary":["Country by Country reporting"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["ec-person-3cbeba61ae952f06fe4916c381438ebbc676a597","eu-tr-903032122424-38"]}} -{"id":"ec-meeting-2018-10-17-a800c4796c9c61c5951f03341c39d04d4a0c3639","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-17 - Cabinet of Commissioner Mariya Gabriel x Robert Bosch GmbH"],"date":["2018-10-17"],"summary":["Copyright"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-8999533555-91","ec-person-13ac9a19d8d04f97c0d32603d014df0dd4e1cd2a"]}} -{"id":"ec-meeting-2018-10-17-b4c65c50781a6e06cac2c9e05102505721eb6162","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-17 - Cabinet of High Representative / Vice-President Federica Mogherini x Bill & Melinda Gates Foundation"],"date":["2018-10-17"],"summary":["digital development"],"notes":["Portfolio: Foreign Affairs and Security Policy"],"location":["European parliament"],"address":["European parliament"],"addressEntity":["addr-49b33c00c2aad1d49c4921cd022004182dac9a18"],"organizer":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"involved":["ec-person-efed7cdce9c9bb64dca7aedb11d12aaed5efb809","eu-tr-371567915480-41"]}} -{"id":"ec-meeting-2018-10-17-bbdd1e2d6c2569644664ee83050d81ff99710ae1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-17 - Cabinet of Commissioner Violeta Bulc x European Construction Industry Federation"],"date":["2018-10-17"],"summary":["procurement in infrastructure construction issues"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-be830229e281863b280fbdedb9755116218a1b6d","eu-tr-92221016212-42"]}} -{"id":"ec-meeting-2018-10-17-d34a518e81cdfc705cd47c8c505e6f7976a98709","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-17 - Cabinet of Commissioner Phil Hogan x Fédération Nationale des Syndicats d'Exploitants Agricoles"],"date":["2018-10-17"],"summary":["Présentation des principaux accords de libre-échange et discussion"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Bruxelles"],"address":["Bruxelles"],"addressEntity":["addr-b58f5927b66d94a676970dc048485d4c6848f272"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-c9d17d5879383b030f61a4066848249fb35d57e4","eu-tr-59530682147-07"]}} -{"id":"ec-meeting-2018-10-17-de5eb97a1921aff3a90fdb4972feb8045efb5b38","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-17 - Cabinet of Vice-President Andrus Ansip x GitHub, Inc."],"date":["2018-10-17"],"summary":["Copyright"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-e91c5be432b6b3efdda369792fed67c20b767a45","eu-tr-976086229629-90"]}} -{"id":"ec-meeting-2018-10-17-fa03ddff2492a101f64a01f6367ddd6aba5dd791","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-17 - Cabinet of Commissioner Mariya Gabriel x BSA | The Software Alliance"],"date":["2018-10-17"],"summary":["Copyright"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-75039383277-48","ec-person-13ac9a19d8d04f97c0d32603d014df0dd4e1cd2a"]}} -{"id":"ec-meeting-2018-10-18-08bd819acb4bf3f4bdfb47eb343b6528ac228fdd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-18 - Cabinet of Vice-President Andrus Ansip x Infineon Technologies AG BANCO BILBAO VIZCAYA ARGENTARIA Deutsche Telekom Atos SE (France) Bayerische Motoren Werke Aktiengesellschaft Ericsson"],"date":["2018-10-18"],"summary":["Cybersecurity"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-10751968675-85","ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0","eu-tr-7193977808-18","eu-tr-02021363105-42","eu-tr-090350412968-04","ec-person-3ca0c466b8ff230d4409591430b388007ce14ff8","eu-tr-249876817241-03","eu-tr-60052162589-72"]}} -{"id":"ec-meeting-2018-10-18-1286991b3cc08b0ce0cf9181969d413b0ff10f4a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-18 - Cabinet of Vice-President Karmenu Vella x Friends of the Earth Europe"],"date":["2018-10-18"],"summary":["Single Use Plastics"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["eu-tr-9825553393-31","ec-person-e3c587153be49902cde115f568bd5e9a9d548743"]}} -{"id":"ec-meeting-2018-10-18-215fa2a72d0812e27be7c784950ce07e30f215f6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-18 - Cabinet of Vice-President Jyrki Katainen x EU-ASEAN Business Council"],"date":["2018-10-18"],"summary":["Trade and economic relations with ASEAN"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90","eu-tr-614220318268-60"]}} -{"id":"ec-meeting-2018-10-18-24e85be32265f9cd99a7ef182a6d16e4254726b0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-18 - Agriculture and Rural Development x Joint Programming Initiative on Agriculture, Food Security and Climate Change"],"date":["2018-10-18"],"summary":["Courtesy meeting to discuss Horizon Europe future funding and exchange of view future of the CAP."],"location":["DG Agri Brussels"],"address":["DG Agri Brussels"],"addressEntity":["addr-2db8aef3c064c7a41a254ce466fca13dd78452ae"],"organizer":["ec-dg-agri"],"involved":["ec-person-7bc7204a153f98afbf1ad1cffbdd10d06d9ae166","eu-tr-27691087241-56"]}} -{"id":"ec-meeting-2018-10-18-24faa14cb941ca646cd426505bffd497a28152e8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-18 - Communications Networks, Content and Technology x University of Cambridge"],"date":["2018-10-18"],"summary":["Building networks between Commission officials and cutting edge scientific and technological expertise"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-420093131813-97","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2018-10-18-2e646a506fce88b91718b1337150a0f10a8d8bd0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-18 - Cabinet of President Jean-Claude Juncker x vbw - Vereinigung der Bayerischen Wirtschaft e. V."],"date":["2018-10-18"],"summary":["Future of the EU Priorities of the Juncker Commission"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-49096067887-19","ec-person-c402e34a99fbee730ae22e3b1958e21c94dc6fcc"]}} -{"id":"ec-meeting-2018-10-18-356ddb179968cf209f5caa35e5afd8613ee97110","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-18 - Cabinet of Commissioner Vytenis Andriukaitis x spiritsEUROPE PERNOD RICARD Diageo"],"date":["2018-10-18"],"summary":["Alcohol labelling"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-b9c3f19e7c5f216e3e508f931ddd6a9cb59376d1","eu-tr-10774885698-20","eu-tr-64926487056-58","eu-tr-352172811-92","ec-person-df30d07ef698a52b9948b9c734db39196cf8541f","ec-person-d462b3c7daeee00ad55e380a7fb96819f79899df"]}} -{"id":"ec-meeting-2018-10-18-58f2ae6aa2990602c4a7ae4c678f16cea6339c08","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-18 - Cabinet of Vice-President Günther Oettinger x Eucor – The European Campus"],"date":["2018-10-18"],"summary":["European Research Policy"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-356735030804-64","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2018-10-18-6217ff4cfd881b69a61b4a72021373c032f9edc7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-18 - Mobility and Transport x AT&T, Inc."],"date":["2018-10-18"],"summary":["technology"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-move"],"involved":["ec-person-26cdfacae671b09917bee1a91c91973941fa58a2","eu-tr-92442218459-37"]}} -{"id":"ec-meeting-2018-10-18-712add36711263b8eb3651c422e3ccf6dc54fa02","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-18 - Directorate-General for International Partnerships x Migration Policy Institute Europe"],"date":["2018-10-18"],"summary":["Courtesy visit - Presentation of the Migration Policy Institute"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-intpa"],"involved":["eu-tr-643139016047-27","ec-person-05c4477b89b93e7969f12d89b38f77fedce5876f"]}} -{"id":"ec-meeting-2018-10-18-7ab0a6cdce7a1199f0650deb4e8a50e9b70ac711","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-18 - Cabinet of Commissioner Violeta Bulc x Transport and Environment (European Federation for Transport and Environment)"],"date":["2018-10-18"],"summary":["Meeting with T&E Executive Director William Todts on aviation"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-4d2b449b5047ea3fda435a2a1c1081e3babcdf76","ec-person-9d4dc4867a44dfe10f67ae7ee1706da3e8b48a24","ec-person-9fddf13de7f65229b7da7c5b25dca1630cad3c48","eu-tr-58744833263-19"]}} -{"id":"ec-meeting-2018-10-18-82d6e51a1649faf6cfd623f99c24ffdc5b895103","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-18 - Cabinet of First Vice-President Frans Timmermans x Amnesty International Limited"],"date":["2018-10-18"],"summary":["Discussion of situation in Member States as regards EU values and rule of law"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-11063928073-34","ec-person-f87a3277bb5391e01fe3111e915444e51feb191a"]}} -{"id":"ec-meeting-2018-10-18-849b6412ae2cbbaa97c00464f317b9ad5176af38","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-18 - Cabinet of First Vice-President Frans Timmermans x None"],"date":["2018-10-18"],"summary":["discussion on Plastics Strategy"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels, BERL"],"address":["Brussels, BERL"],"addressEntity":["addr-3c3fa5f92474ebac668808553fbab6d1c14aa243"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-47806848200-34","eu-tr-58969291154-50","eu-tr-70309834043-10","eu-tr-712396828677-20","eu-tr-9832909575-41","eu-tr-155881930654-10","eu-tr-360235332705-49","ec-person-8d1c5ff76a431332387aa10936b0bff13f7d71fd","eu-tr-011622521915-06","eu-tr-9825553393-31","eu-tr-001245815997-85"]}} -{"id":"ec-meeting-2018-10-18-8f67d485a6440c415d2b2c6f687cf0db0ae28a5b","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2018-10-18 - Cabinet of Commissioner Mariya Gabriel x Cisco Systems Inc."],"date":["2018-10-18"],"summary":["MFF"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["ec-person-373f2218f4fac4183e3c247b83f431b60637bca5","eu-tr-494613715191-85","ec-person-77288fc6cc1d717936ac1a1d02ed679fd493b117"]}} -{"id":"ec-meeting-2018-10-18-90a0744215771488069358dca1e4fdf80480c40d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-18 - Cabinet of Commissioner Elżbieta Bieńkowska x Investor AB"],"date":["2018-10-18"],"summary":["Exchange of views on current topics"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Stockholm"],"address":["Stockholm"],"addressEntity":["addr-c62ff645db3e4e4627445eafdadf5e5683415895"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-190987114891-73","ec-person-685ecf13dd26cd515c961e24ba71049af2302c5e","ec-person-95a769a1850d7d595f9a5853c51dcbdd3ddd69fb"]}} -{"id":"ec-meeting-2018-10-18-9b91a3734cd8363111979f50716ea305f3ca27f3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-18 - Cabinet of Vice-President Valdis Dombrovskis x The Values Foundation"],"date":["2018-10-18"],"summary":["Discussion on VAT Rates proposal"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-b2d41137decbf33bc8076a41bfe11b68d501a7a0","eu-tr-576901819373-09"]}} -{"id":"ec-meeting-2018-10-18-a674abb379fff073f7da60db24fb8b80fafe546d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-18 - Cabinet of Vice-President Karmenu Vella x Neste Oyj"],"date":["2018-10-18"],"summary":["Bio-economy"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["eu-tr-10257354120-19","ec-person-e3c587153be49902cde115f568bd5e9a9d548743"]}} -{"id":"ec-meeting-2018-10-18-abdac1b4549553f1fd5ef337a592875e3b780e17","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-18 - Cabinet of Commissioner Marianne Thyssen x None"],"date":["2018-10-18"],"summary":["Impact of Posting of Workers Directive on European companies"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["ec-person-cfb8d8d884367ef98b079fcd883ece7c89ec28e2","eu-tr-61370904700-45","eu-tr-68004524380-10"]}} -{"id":"ec-meeting-2018-10-18-b17813455f7dd301e2a9b04a269efbe05b2ede1b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-18 - Cabinet of Vice-President Neven Mimica x OXFAM INTERNATIONAL EU ADVOCACY OFFICE"],"date":["2018-10-18"],"summary":["Meet and discuss with Ali Idrissa, one of Oxfam partners imprisoned in Niger for peaceful protest and finally released thanks to the support Commissioner Mimica and the EU Delegation gave"],"notes":["Portfolio: International Cooperation & Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-mimica-neven-of-president-vice"],"involved":["eu-tr-46856801604-90","ec-person-e90858f5aba78fd0e1cb2f757c3f38d55d91f98b"]}} -{"id":"ec-meeting-2018-10-18-b36af4c3ade00d77ec2dfec4116723575f6c214f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-18 - Cabinet of Vice-President Neven Mimica x Bill & Melinda Gates Foundation"],"date":["2018-10-18"],"summary":["General discussion on EIP"],"notes":["Portfolio: International Cooperation & Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-mimica-neven-of-president-vice"],"involved":["ec-person-5f446e21c2ca97624d9781d53ce7312477e72d6e","eu-tr-371567915480-41","ec-person-61daadad53de1eb7dcc08383b418ace3b6f971d7"]}} -{"id":"ec-meeting-2018-10-18-b5225eb6f16e6674871ecd7de5c6ddcda9d27e38","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-18 - Cabinet of Commissioner Phil Hogan x European Centre for Public Affairs"],"date":["2018-10-18"],"summary":["Smart Villages"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-400dd8d59d3060187d9b9b143d697da1a3d03c12","eu-tr-750705410501-01","ec-person-68b8e931bdd0cafe77ab8e98d87edbea128d6c49"]}} -{"id":"ec-meeting-2018-10-18-bb345afd836728f6383788d96268d6f99d24bff8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-18 - Cabinet of Vice-President Jyrki Katainen x Cargotec Corporation"],"date":["2018-10-18"],"summary":["Digitisation of maritime ecosystems"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90","eu-tr-661474423456-34"]}} -{"id":"ec-meeting-2018-10-18-db7e38a80396638ef2376cc45f4359676a8c18ea","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-18 - Cabinet of Vice-President Valdis Dombrovskis x Standard Chartered"],"date":["2018-10-18"],"summary":["Overview of SCB's strategy in Europe, Sustainable finance, Cross-border regulation challenges, Fintech"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["London, UK"],"address":["London, UK"],"addressEntity":["addr-0ee327229983c565b36e921e34cf577d4463db35"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-16595501800-80","ec-person-48f31156d932641826e09f5b73f074d35ff05786","ec-person-a9eda2e8ea54b70a968327672c6cada679d3cd56"]}} -{"id":"ec-meeting-2018-10-18-dcd3efb3ae14356a2d05ae9bc595ef00a38a5c56","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-18 - Cabinet of Vice-President Günther Oettinger x Deutscher Sparkassen-und Giroverband"],"date":["2018-10-18"],"summary":["MFF"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-62379064909-15","ec-person-1a98ebdc65a0fda494d1f6eb6fb74247a3036490"]}} -{"id":"ec-meeting-2018-10-18-df3e0984401b354f518884848b5f76f9cea870e4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-18 - Cabinet of Vice-President Cecilia Malmström x EU-ASEAN Business Council"],"date":["2018-10-18"],"summary":["EU-ASEAN trade relations"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-19b143e83f8ab978c55c8a9a9e49e06dbfa14bf3","eu-tr-614220318268-60"]}} -{"id":"ec-meeting-2018-10-18-e36f3edf0c65fe54ce6f2f7d264ca2cc59e47d30","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-18 - Cabinet of First Vice-President Frans Timmermans x Free Courts Initiative"],"date":["2018-10-18"],"summary":["Situation with the Rule of Law in Poland"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-526483333061-37","ec-person-966667b73d92624be9bb019c2baab7e52331b3d3"]}} -{"id":"ec-meeting-2018-10-18-ff91a6fb52c4636c1c86a4c5cb17bac19690c629","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-18 - Research and Innovation x Eucor – The European Campus"],"date":["2018-10-18"],"summary":["Horizon Europe proposal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-rtd"],"involved":["eu-tr-356735030804-64","ec-person-1d348f33395de0ea6773a7b4ae8797e3e0392f73"]}} -{"id":"ec-meeting-2018-10-19-0631b8d7700d19934cda30925dfe83e76c48fd67","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-19 - Cabinet of Commissioner Violeta Bulc x Ardan GmbH"],"date":["2018-10-19"],"summary":["Autonomous driving issues"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-9fddf13de7f65229b7da7c5b25dca1630cad3c48","eu-tr-558403932838-07"]}} -{"id":"ec-meeting-2018-10-19-089bdfeadaa6808d35386e944e8579bae7e28681","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-19 - Cabinet of Commissioner Carlos Moedas x Safran"],"date":["2018-10-19"],"summary":["R&I in electric aviation"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["eu-tr-71607351368-56","ec-person-0a716bf5253e913fc40ebf14c12f30dc2e7a06ee"]}} -{"id":"ec-meeting-2018-10-19-43c943abd8250eef9abbc47020fcd1f2b86bd9cc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-19 - Research and Innovation x European Cooperation in Science and Technology"],"date":["2018-10-19"],"summary":["Horizon Europe proposal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-rtd"],"involved":["ec-person-1d348f33395de0ea6773a7b4ae8797e3e0392f73","eu-tr-480090715925-32"]}} -{"id":"ec-meeting-2018-10-19-9d201772213de56dba10e05f55da0619ebbefff1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-19 - Energy x Bioenergy Europe"],"date":["2018-10-19"],"summary":["les atouts de la bioénergie en termes de développement économique, de création d'emplois mais aussi de sécurité énergétique et de réduction des émissions"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-97810874431-67","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2018-10-22-07a56120018a5123b869359b7e0b6754606591d1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-22 - Cabinet of Commissioner Phil Hogan x Metsäliitto Cooperative"],"date":["2018-10-22"],"summary":["Agri Mattrs"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-a1a78365cc4685b0958056646204977d8f2ead92","eu-tr-962687110415-94"]}} -{"id":"ec-meeting-2018-10-22-1ad24510aa337135b81fa5e8e76f109674eb9bb7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-22 - Cabinet of First Vice-President Frans Timmermans x Styrenics Circular Solutions Flame Retardants Europe European Manufacturers of Expanded Polystyrene BSEF - The International Bromine Council Polystyrene Loop Coöperatief U.A."],"date":["2018-10-22"],"summary":["discussion on the implementation of the Plastics Strategy"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels, BERL"],"address":["Brussels, BERL"],"addressEntity":["addr-3c3fa5f92474ebac668808553fbab6d1c14aa243"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-961627032521-50","eu-tr-613370731995-56","eu-tr-02100645398-66","eu-tr-464193921314-91","ec-person-8d1c5ff76a431332387aa10936b0bff13f7d71fd","eu-tr-198696432927-14"]}} -{"id":"ec-meeting-2018-10-22-3630d2922d1f5b1ad496432431a8ae45c5980492","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-22 - Cabinet of Vice-President Jyrki Katainen x Lifelong Learning Platform European Association of Service providers for Persons with Disabilities Social Services Europe European Federation of National Organisations working with the Homeless EuroHealthNet Housing Europe"],"date":["2018-10-22"],"summary":["Discussion on addressing social sector needs in the InvestEU Programme"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-470169313931-02","eu-tr-48562122691-12","eu-tr-74923516160-01","eu-tr-794469327833-17","eu-tr-42528706153-39","eu-tr-120906010805-50","ec-person-c3d85c41b6b842aae5c953d41fda5f240a5d0969"]}} -{"id":"ec-meeting-2018-10-22-45e1afac662a8bcaf031752fa1c73f156b0b2b54","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-22 - Employment, Social Affairs and Inclusion x European Community Shipowners' Associations"],"date":["2018-10-22"],"summary":["Introductory meeting with Secretary General Martin Dorsman to discuss Social Dialogue in the Maritime Transport sector, the state of play of transposition of Directives 2015/1794 and 2018/131, seafarers and Transparent and Predictable Working Conditions, the European Labour Authority, and 883"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-empl"],"involved":["eu-tr-59004966537-01","ec-person-dd259fce880e1853f0beb087443bce6e7dea70d7"]}} -{"id":"ec-meeting-2018-10-22-4e631aac26f5c23e36867716baa752039515c81e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-22 - Communications Networks, Content and Technology x EBU-UER (European Broadcasting Union)"],"date":["2018-10-22"],"summary":["Introductory meeting with new EBU Technical Director"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-93288301615-56","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2018-10-22-5fb9a3a6ac85c14fc6a8decebde84e361943a19c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-22 - Cabinet of Vice-President Andrus Ansip x Society of Audiovisual Authors"],"date":["2018-10-22"],"summary":["Copyright"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-99336382936-11","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45"]}} -{"id":"ec-meeting-2018-10-22-877164efa875ea297f0e618d76f0ea68a726d844","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-22 - Employment, Social Affairs and Inclusion x Österreichischer Gewerkschaftsbund"],"date":["2018-10-22"],"summary":["Meeting with the President of the Austrian Trade Union Federation (ÖGB), Wolfgang Katzian to discuss key issues under the Austrian EU-Presidency"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-empl"],"involved":["ec-person-dd259fce880e1853f0beb087443bce6e7dea70d7","eu-tr-43246044354-41"]}} -{"id":"ec-meeting-2018-10-22-90d2effc47c41f28eaac8077b72cb2da29c2047e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-22 - Cabinet of Vice-President Cecilia Malmström x Association des Constructeurs Européens d'Automobiles"],"date":["2018-10-22"],"summary":["Safeguard measures / steel tariffs"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-20ded9db5df11164331bb161fdf234b1e5ad53fd","eu-tr-0649790813-47","ec-person-591ec829ca734bcfe59a2c9c7f07f9dff22a0ea9"]}} -{"id":"ec-meeting-2018-10-22-accaedcdccb1e308b3d3514924d2e992a6e495a0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-22 - Cabinet of Vice-President Maroš Šefčovič x Stichting European Climate Foundation"],"date":["2018-10-22"],"summary":["ICCT renewable gas study"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-64869491516-70","ec-person-e74918e8eb8a9ef96da8cb06c0eae7ac5080d822"]}} -{"id":"ec-meeting-2018-10-22-ade1dd1fa429226ea18183c4adb97c0b072ccd9a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-22 - Employment, Social Affairs and Inclusion x EUROPEAN TRADE UNION CONFEDERATION Österreichischer Gewerkschaftsbund"],"date":["2018-10-22"],"summary":["Joint ÖGB-ETUC invitation to panel debate: \"Midway through the Austrian EU-Presidency\""],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-empl"],"involved":["ec-person-dd259fce880e1853f0beb087443bce6e7dea70d7","eu-tr-06698681039-26","eu-tr-43246044354-41"]}} -{"id":"ec-meeting-2018-10-22-b40567027846f86fe99746f101fe596831725249","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-22 - Cabinet of Vice-President Cecilia Malmström x Bureau Européen des Unions de Consommateurs"],"date":["2018-10-22"],"summary":["Consumer issues in EU FTAs with AUS + NZ, EU-US trade relations, E-commerce"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-19b143e83f8ab978c55c8a9a9e49e06dbfa14bf3","eu-tr-9505781573-45"]}} -{"id":"ec-meeting-2018-10-22-d397bd0f3f347c1328f420bc7b8b4fac36308df1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-22 - Cabinet of Commissioner Carlos Moedas x Confederazione Generale dell'Industria Italiana"],"date":["2018-10-22"],"summary":["European Innovation Council"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-b8d49828915f9008e764a78796d47ea00807a658","eu-tr-27762251795-15"]}} -{"id":"ec-meeting-2018-10-22-de4b7bf3e142895dead1baf03a5a08e4bf20d0ca","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-22 - Task Force for Relations with the United Kingdom x Académie des sciences"],"date":["2018-10-22"],"summary":["Meeting with the Task Force for the Preparation and Conduct of the Negotiations with the United Kingdom under Article 50 TEU"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-uktf"],"involved":["ec-person-864cfa5fbc9b02a079ffbab1107f252c7bb08478","eu-tr-758607624824-23"]}} -{"id":"ec-meeting-2018-10-22-dfb6d059c69cd82791ee9ca6d96a89e5c9c83ba0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-22 - Cabinet of Commissioner Marianne Thyssen x European Association of Service providers for Persons with Disabilities"],"date":["2018-10-22"],"summary":["EFSI, Invest EU"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["ec-person-5528caa0f79478c045f9f7d077dc9e03c09edb31","eu-tr-120906010805-50"]}} -{"id":"ec-meeting-2018-10-22-ecfaa24200636bfd8ac37472076973bdfac53c2b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-22 - Cabinet of Vice-President Jyrki Katainen x FREDERIC MAURO SPRL"],"date":["2018-10-22"],"summary":["European Defence Policy"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-353036215692-58","ec-person-81b1dda49062e5dac42bdad9273fa72968a2c325"]}} -{"id":"ec-meeting-2018-10-23-0d0ce66f20ebd81e6bc706e792780b97d7526c58","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-23 - Cabinet of Commissioner Věra Jourová x Zweites Deutsches Fernsehen ARD-Verbindungsbüro Brüssel"],"date":["2018-10-23"],"summary":["e-evidence"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["eu-tr-6774178922-55","eu-tr-3209361971-85","ec-person-f329292459cb1badb7fb7c6b67b698c441931bb2"]}} -{"id":"ec-meeting-2018-10-23-2d3526336f9501ea4fa2415f9db46c39eb07c441","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-23 - Cabinet of Vice-President Karmenu Vella x Polystyrene Loop Coöperatief U.A."],"date":["2018-10-23"],"summary":["Polstyrene recycling"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["eu-tr-613370731995-56","ec-person-e3c587153be49902cde115f568bd5e9a9d548743"]}} -{"id":"ec-meeting-2018-10-23-5f8a0808e5177902a36c8761468f89c01bf147d5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-23 - Cabinet of Commissioner Mariya Gabriel x Federation of European Screen Directors - Fédération Européenne des Réalisateurs de l'Audiovisuel Federation of Screenwriters in Europe Society of Audiovisual Authors"],"date":["2018-10-23"],"summary":["Copyright"],"notes":["Portfolio: Digital Economy and Society"],"location":["Strasbourg"],"address":["Strasbourg"],"addressEntity":["addr-a7b90170b4a5bf2d1d09ccfd109b57e0a030cfc4"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-99336382936-11","eu-tr-29280842236-21","ec-person-1674399a793e9e6fd7cf55b525515fc862fc9351","eu-tr-642670217507-74"]}} -{"id":"ec-meeting-2018-10-23-6fdaf4e254372e2213c1fa09144343fbf177c9e5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-23 - Cabinet of High Representative / Vice-President Federica Mogherini x Leonardo S.p.A."],"date":["2018-10-23"],"summary":["Defence policy"],"notes":["Portfolio: Foreign Affairs and Security Policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"involved":["eu-tr-02550382403-01","ec-person-44b490fe34d152b5131dcac8dff9edd30ccb5ece"]}} -{"id":"ec-meeting-2018-10-23-a6a5ca73c275e70c700f032b0c0a7ecaf5297cef","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-23 - Cabinet of Vice-President Miguel Arias Cañete x The European Steel Association"],"date":["2018-10-23"],"summary":["Implementation of the ETS Directive"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-93038071152-83","ec-person-71f9b3c696abbda505f0fae6baec2c26e0c310dc","ec-person-2229c857664a22dcb8eee79a8c05841fd3d0924f"]}} -{"id":"ec-meeting-2018-10-23-a89390dd30369fbab919acd577dc64edad7577ab","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-23 - Cabinet of Commissioner Pierre Moscovici x BVI Bundesverband Investment und Asset Management e.V."],"date":["2018-10-23"],"summary":["Meeting on VAT rules to investment funds and for the financial sector."],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["eu-tr-96816064173-47","ec-person-1d299d025d2afdcba46db3d131b6197fab6e0c89"]}} -{"id":"ec-meeting-2018-10-23-ac0f69251d222231090b1c3fa44a6535e111db04","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-23 - Taxation and Customs Union x Apple Inc."],"date":["2018-10-23"],"summary":["40th International Conference of Data Protection and Privacy Commissioners Reception"],"location":["Brussels/Belgium"],"address":["Brussels/Belgium"],"addressEntity":["addr-c476280916fa20b5023288c48bfbed9c057a1c28"],"organizer":["ec-dg-taxud"],"involved":["ec-person-3173c1cc052827c58f23ccd3a8de07534f0d35bd","eu-tr-588327811384-96"]}} -{"id":"ec-meeting-2018-10-23-ad148f2bb58aa58403b7d0c92180addb67fc1e92","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-23 - Cabinet of Commissioner Mariya Gabriel x AES Netherlands Holding B.V."],"date":["2018-10-23"],"summary":["State Aid"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-126143128754-79","ec-person-fc1068d79545d1659bf47e9b62bfb0aed175629e"]}} -{"id":"ec-meeting-2018-10-23-b00eadf7bce325b87203bbb0e3505bcf84b08639","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-23 - Cabinet of Commissioner Tibor Navracsics x Full Circle asbl"],"date":["2018-10-23"],"summary":["meeting with Oli Mould while in Brussels"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["BERL - Bruxelles"],"address":["BERL - Bruxelles"],"addressEntity":["addr-74ff725d36eebe6434f00028396f4d18d5f25d04"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-49f31dad10f5641cb1d1e4c3107dd838389e8120","eu-tr-872752827635-57"]}} -{"id":"ec-meeting-2018-10-23-f2dcb9a1af3d4bbf171f272e6f1b811db0201212","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-23 - Cabinet of Commissioner Mariya Gabriel x European Magazine Media Association European Newspaper Publishers' Association"],"date":["2018-10-23"],"summary":["Copyright"],"notes":["Portfolio: Digital Economy and Society"],"location":["Strasbourg"],"address":["Strasbourg"],"addressEntity":["addr-a7b90170b4a5bf2d1d09ccfd109b57e0a030cfc4"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-5950962136-12","ec-person-1674399a793e9e6fd7cf55b525515fc862fc9351","eu-tr-37937886834-69"]}} -{"id":"ec-meeting-2018-10-23-f2dd98d89f089c02d9f4fc68a749cd8455eafaf8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-23 - Cabinet of Commissioner Carlos Moedas x ESOMAR"],"date":["2018-10-23"],"summary":["Horizon Europe and Open Data"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-8ec05e08adb6965c1b360cae0a4d52d4d72a2f95","eu-tr-29952722795-07"]}} -{"id":"ec-meeting-2018-10-23-ff363e9da8d46d780557ee074a81506229cb87f4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-23 - Cabinet of Vice-President Andrus Ansip x Apple Inc."],"date":["2018-10-23"],"summary":["Data protection, P2B"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-3ca0c466b8ff230d4409591430b388007ce14ff8","ec-person-91ca0921c6790191daa54427311acd63035e7c9e","eu-tr-588327811384-96"]}} -{"id":"ec-meeting-2018-10-24-07ad8e6c09fe28e3d0e882f54eba1590ff006bfb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-24 - Cabinet of Vice-President Jyrki Katainen x Energy Transitions Commission"],"date":["2018-10-24"],"summary":["Discussion on the ETC upcoming report"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-225968629523-78","ec-person-0da85dc48012e26688310a59a0b51727ea68f410"]}} -{"id":"ec-meeting-2018-10-24-2666dc03655889f9cd8042c3fa13f620975b55c1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-24 - Cabinet of Commissioner Elżbieta Bieńkowska x The European Steel Association"],"date":["2018-10-24"],"summary":["free allocation rules under the EU emissions Trading system"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-93038071152-83","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2018-10-24-6830a4d9a7f4196587c73f1d74ab68b656588cef","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-24 - Cabinet of Vice-President Andrus Ansip x Mozilla Corporation"],"date":["2018-10-24"],"summary":["Open data, P2B"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-174457719063-67","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45"]}} -{"id":"ec-meeting-2018-10-24-75dea8cf9f38d3e67c6916c21a11e07241e32b41","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-24 - Cabinet of Commissioner Věra Jourová x American Chamber of Commerce to the European Union"],"date":["2018-10-24"],"summary":["Privacy policy"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["eu-tr-5265780509-97","ec-person-3269ef00f0778677e6f4c8e0f72ce019084206fb"]}} -{"id":"ec-meeting-2018-10-24-89e770b9387f72ca4aad68d29f0cf026d06c310c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-24 - Cabinet of Vice-President Valdis Dombrovskis x The Goldman Sachs Group, Inc."],"date":["2018-10-24"],"summary":["Brexit"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-701266814986-18","ec-person-30d770ccd575865b3106f94220ce1ace16e48f1a"]}} -{"id":"ec-meeting-2018-10-24-a5a51000eae26f618d3b4e0b32e24d9f2d26a083","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-24 - Cabinet of Commissioner Mariya Gabriel x Association of European Performers’ Organisations"],"date":["2018-10-24"],"summary":["EU copyright directive"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["ec-person-d995d34a2f8b1f0bf6a17486f5699181d6a01e1c","eu-tr-69221462428-97"]}} -{"id":"ec-meeting-2018-10-24-c18aaca146375a0bae8541203d97a068983666ac","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-24 - Cabinet of Vice-President Jyrki Katainen x BUSINESSEUROPE"],"date":["2018-10-24"],"summary":["Upcoming events in relation to single market"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-c50e8c2cc390c5efb0626988d173bc6758459e0f","eu-tr-3978240953-79"]}} -{"id":"ec-meeting-2018-10-24-c4a474bfc76a0276c6ce89f0ea0e8d9624fa8831","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-24 - Cabinet of Commissioner Věra Jourová x AT&T, Inc."],"date":["2018-10-24"],"summary":["GDPR"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["eu-tr-92442218459-37","ec-person-3269ef00f0778677e6f4c8e0f72ce019084206fb"]}} -{"id":"ec-meeting-2018-10-24-c5943e1e0dc30126c06a9faf186260e5d46e470f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-24 - Mobility and Transport x Airbus"],"date":["2018-10-24"],"summary":["aircraft delivery"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-move"],"involved":["eu-tr-2732167674-76","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2018-10-24-fad3bf88bc1c8b6e47d258a337d576a838b4d2ee","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-24 - Inspire, Debate, Engage and Accelerate Action x Information Technology and Innovation Foundation"],"date":["2018-10-24"],"summary":["Strategic Autonomy"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-dg-idea"],"involved":["eu-tr-923915716105-08","ec-person-4fe56a64c00b3e81c851b5538878b32481bd7d3c"]}} -{"id":"ec-meeting-2018-10-24-ff363e9da8d46d780557ee074a81506229cb87f4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-24 - Cabinet of Vice-President Andrus Ansip x Apple Inc."],"date":["2018-10-24"],"summary":["privacy, health"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-6a03bc4fa7657513ea34529e98dba0671ef4c849","eu-tr-588327811384-96"]}} -{"id":"ec-meeting-2018-10-25-00681bf3b02662c31bdb3898de6381f81763cd62","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-25 - Cabinet of Commissioner Vytenis Andriukaitis x MEDICINES FOR EUROPE"],"date":["2018-10-25"],"summary":["Supplementary protection certificate"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["eu-tr-48325781850-28","ec-person-059ca943fc5fc696d2a97849c635ddf7b6ab7fd7"]}} -{"id":"ec-meeting-2018-10-25-1ee534ce89341ba54057e1891252d7a82dc654cd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-25 - Cabinet of Vice-President Andrus Ansip x European Tech Alliance"],"date":["2018-10-25"],"summary":["DSM in general, ePrivacy, P2B"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-5db7bdd1c81da2e70eb5b982097d0004111b5c3e","ec-person-6a03bc4fa7657513ea34529e98dba0671ef4c849","eu-tr-189607519323-76"]}} -{"id":"ec-meeting-2018-10-25-3000365640b6b2d31c033bc7b1c97c734ae39c97","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-25 - Cabinet of Commissioner Věra Jourová x Google"],"date":["2018-10-25"],"summary":["e-evidence, safe elections, hate speech online, GDPR"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["eu-tr-03181945560-59","ec-person-184e698af1eb9e33b179680570ca171d8cb31c94","ec-person-1e0e3a00ab815dea7c5b839b002ed2c7e34bfe0a"]}} -{"id":"ec-meeting-2018-10-25-318364a9b83b20468fe1fd9c49e26b19752e6eb5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-25 - Cabinet of Vice-President Miguel Arias Cañete x NEARCO RENOVABLES"],"date":["2018-10-25"],"summary":["Renouvalable energy"],"notes":["Portfolio: Climate Action & Energy"],"location":["Madrid"],"address":["Madrid"],"addressEntity":["addr-7a2191964a3d7521269f0068afae6b6116bac15d"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-864002432928-17","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd"]}} -{"id":"ec-meeting-2018-10-25-3a9c76eeaf3c368acc15af5bc8ef60fd1aa479c8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-25 - Cabinet of Vice-President Andrus Ansip x Hanover Communications International"],"date":["2018-10-25"],"summary":["e-privacy regulation"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-5db7bdd1c81da2e70eb5b982097d0004111b5c3e","eu-tr-712987314570-57"]}} -{"id":"ec-meeting-2018-10-25-40a3124e30f4d48fc74df4bbf5a65cd1d034c2fc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-25 - Cabinet of Vice-President Jyrki Katainen x Confederazione Generale dell'Industria Italiana"],"date":["2018-10-25"],"summary":["Role of SMEs in innovation"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-81b1dda49062e5dac42bdad9273fa72968a2c325","eu-tr-27762251795-15"]}} -{"id":"ec-meeting-2018-10-25-40ce732d22eac614af31facd936418adf7d2dd26","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-25 - Financial Stability, Financial Services and Capital Markets Union x International Financial Reporting Standards (IFRS) Foundation"],"date":["2018-10-25"],"summary":["courtesy meeting"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-830882416841-19","ec-person-bdee7a93f95c8ef05079539170139b3c02e8ed96"]}} -{"id":"ec-meeting-2018-10-25-46c37e30aaa0acd720f3ced983cd97077496fc4d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-25 - Cabinet of Vice-President Jyrki Katainen x Vinnova"],"date":["2018-10-25"],"summary":["InvestEU"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-917180932029-87","ec-person-c3d85c41b6b842aae5c953d41fda5f240a5d0969"]}} -{"id":"ec-meeting-2018-10-25-494d0edad0ac68db0b4351cf58613c9caaba53c3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-25 - Secretariat-General x The American European Community Association"],"date":["2018-10-25"],"summary":["Speech entitled \"Europe's future, strategy and leadership\""],"location":["Brussels Belgium"],"address":["Brussels Belgium"],"addressEntity":["addr-61947d7d2c69c0b8f57325bd044f500c5fc6df48"],"organizer":["ec-dg-sg"],"involved":["ec-person-97a74c3df4cdf4db05e274aab8204536eca85f92","eu-tr-307603023489-82"]}} -{"id":"ec-meeting-2018-10-25-4bb0147f99916844f08949fb15d91fd61c63e771","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-25 - Cabinet of Vice-President Jyrki Katainen x Bureau Européen des Unions de Consommateurs"],"date":["2018-10-25"],"summary":["Single Market + Endocrine disruptors"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90","eu-tr-9505781573-45"]}} -{"id":"ec-meeting-2018-10-25-5280138fdbae9bd9e21992ad681dd77c7b0da641","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-25 - Cabinet of Commissioner Věra Jourová x Twitter International Company"],"date":["2018-10-25"],"summary":["GDPR"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["eu-tr-394491614001-72","ec-person-184e698af1eb9e33b179680570ca171d8cb31c94","ec-person-3269ef00f0778677e6f4c8e0f72ce019084206fb"]}} -{"id":"ec-meeting-2018-10-25-5aff35af29bac9ac31d384220cb3480ca2bc4cae","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-25 - Cabinet of Commissioner Carlos Moedas x Atomium-European Institute for Science, Media and Democracy"],"date":["2018-10-25"],"summary":["REIsearch platform: update and future developments"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-23980b2bc4fd9c82051d0f7888dc236b2f764866","ec-person-f7ccc3ad366dd2fdb24870e1c02ff2763539c82f","eu-tr-193993430380-75"]}} -{"id":"ec-meeting-2018-10-25-6922343d818201958123e03021b6fe737958c899","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-25 - Energy x Trafigura Group Pte. Hill & Knowlton International Belgium"],"date":["2018-10-25"],"summary":["energy policy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-955315115949-73","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e","eu-tr-3183894853-03"]}} -{"id":"ec-meeting-2018-10-25-95a9a8d0b6c1d8e68aacbc8a429a8fb6e308bda9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-25 - Cabinet of Commissioner Marianne Thyssen x Instituut voor Landbouw en Visserijonderzoek"],"date":["2018-10-25"],"summary":["Economic and societal impact of agricultural innovation"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["ec-person-c508e9337eca6b067c1f966b82de49c4824a3ad0","eu-tr-362445426674-48"]}} -{"id":"ec-meeting-2018-10-25-9eebd9c5f3aa67ec97f2c8ff29867e08b4e002d7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-25 - Cabinet of Commissioner Mariya Gabriel x Avisa Partners"],"date":["2018-10-25"],"summary":["DSM, e-commerce"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-54210841652-13","ec-person-d995d34a2f8b1f0bf6a17486f5699181d6a01e1c"]}} -{"id":"ec-meeting-2018-10-25-abb59796e7e594d6dea1caeebe7958e25ab6d211","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-25 - Cabinet of First Vice-President Frans Timmermans x CSR Europe, The Business Network for Corporate Social Responsibility"],"date":["2018-10-25"],"summary":["discussion on Sustainable Development Actions"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels, BERL"],"address":["Brussels, BERL"],"addressEntity":["addr-3c3fa5f92474ebac668808553fbab6d1c14aa243"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-56502415122-32","ec-person-8d1c5ff76a431332387aa10936b0bff13f7d71fd"]}} -{"id":"ec-meeting-2018-10-25-b0ba1541ef62eec4dbee214d118e41e67ab0d0f5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-25 - Cabinet of First Vice-President Frans Timmermans x Apple Inc."],"date":["2018-10-25"],"summary":["Technological change and its impact on society, data protection, online disinformation, artifical intelligence"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["ec-person-966667b73d92624be9bb019c2baab7e52331b3d3","eu-tr-588327811384-96"]}} -{"id":"ec-meeting-2018-10-25-b2a0131a88ccbb0b4cb7fb4f2b1f8b850dd42e6a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-25 - Cabinet of Vice-President Andrus Ansip x QVC, Inc."],"date":["2018-10-25"],"summary":["e-privacy Regulation, the GDPR and the EU-US Privacy Shield"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-5db7bdd1c81da2e70eb5b982097d0004111b5c3e","eu-tr-704186318415-88"]}} -{"id":"ec-meeting-2018-10-25-b32815d3c45bc7e6b548e7b5c73a85b0d6b8dfd9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-25 - Budget x CERCLE D'ECONOMIA"],"date":["2018-10-25"],"summary":["MFF"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-budg"],"involved":["ec-person-39635b893026833f739fe623fe7e9d5a97525e7a","eu-tr-967380829604-36"]}} -{"id":"ec-meeting-2018-10-25-bcd65bc7f8630b059ad71644057c5a072d5de0cd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-25 - Cabinet of Commissioner Věra Jourová x Erste Group Bank AG"],"date":["2018-10-25"],"summary":["the Erste activities in Brussels and quesitons of indebtedness and creditworthiness"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-a2ca9161feee56909a0e98b473c2d342c20fdb57","ec-person-a608b85b2ffef83f883b5a2330b6232efa1b7141","eu-tr-910859715397-14"]}} -{"id":"ec-meeting-2018-10-25-c88c60d6e04058ff8fe04629d8d2fcaf2bbbc33d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-25 - Cabinet of Commissioner Mariya Gabriel x Google"],"date":["2018-10-25"],"summary":["DSM and European elections"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-03181945560-59","ec-person-d995d34a2f8b1f0bf6a17486f5699181d6a01e1c"]}} -{"id":"ec-meeting-2018-10-25-d1be5e229c550fd65e2d6241d472c47227334133","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-25 - Cabinet of Vice-President Karmenu Vella x CSR Europe, The Business Network for Corporate Social Responsibility"],"date":["2018-10-25"],"summary":["SDG’s and sustainable development discussion paper"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["eu-tr-56502415122-32","ec-person-e3c587153be49902cde115f568bd5e9a9d548743"]}} -{"id":"ec-meeting-2018-10-25-dd675a947d5a398bd5d053552ddb425a2c50d702","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-25 - Cabinet of Commissioner Elżbieta Bieńkowska x The German Marshall Fund of the United States - The Transatlantic Foundation"],"date":["2018-10-25"],"summary":["China’s “innovation mercantilism”"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-823171519707-31","ec-person-b2f9be51339f054477846797e2c119fcf16548fc"]}} -{"id":"ec-meeting-2018-10-25-e04cbbd80037f941b8746bfea94f83521780f099","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-25 - Cabinet of Vice-President Neven Mimica x Lumos Foundation"],"date":["2018-10-25"],"summary":["Discussion on MFF"],"notes":["Portfolio: International Cooperation & Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-mimica-neven-of-president-vice"],"involved":["ec-person-61daadad53de1eb7dcc08383b418ace3b6f971d7","ec-person-d455992f8f48b86e26e61f5284a9ef8e18aed182","eu-tr-849607914394-57"]}} -{"id":"ec-meeting-2018-10-25-e1e35b4ae55b6bfa5ceda7b918f9e05c79f01c89","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-25 - Cabinet of Vice-President Valdis Dombrovskis x FTI Consulting Belgium Schroders Investment Management (Europe) SA"],"date":["2018-10-25"],"summary":["PRIIPs review"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-997906814697-71","ec-person-30d770ccd575865b3106f94220ce1ace16e48f1a","eu-tr-29896393398-67"]}} -{"id":"ec-meeting-2018-10-25-e5f34b52b60c751fa47e12a21d60e6808ab885a5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-25 - Cabinet of Commissioner Věra Jourová x Apple Inc."],"date":["2018-10-25"],"summary":["Privacy"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-3269ef00f0778677e6f4c8e0f72ce019084206fb","ec-person-a608b85b2ffef83f883b5a2330b6232efa1b7141","ec-person-f329292459cb1badb7fb7c6b67b698c441931bb2","eu-tr-588327811384-96"]}} -{"id":"ec-meeting-2018-10-25-f00f9ac09aa97ea79401ac5449a85c73c987b3cc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-25 - Task Force for Relations with the United Kingdom x Secretariat of COMECE (Commission of the Episcopates of the European Union)"],"date":["2018-10-25"],"summary":["Meeting with the Task Force for the Preparation and Conduct of the Negotiations with the United Kingdom under Article 50 TEU"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-uktf"],"involved":["eu-tr-47350036909-69","ec-person-864cfa5fbc9b02a079ffbab1107f252c7bb08478"]}} -{"id":"ec-meeting-2018-10-25-ff700fa50e27b00319dddd264c767ca0a4ed7ab8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-25 - Cabinet of Commissioner Mariya Gabriel x Information Technology and Innovation Foundation"],"date":["2018-10-25"],"summary":["Digital policies"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-923915716105-08","ec-person-d995d34a2f8b1f0bf6a17486f5699181d6a01e1c"]}} -{"id":"ec-meeting-2018-10-25-ffce95a904c73d8c4f802a37bb025da4996475bd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-25 - Cabinet of Commissioner Violeta Bulc x easyJet"],"date":["2018-10-25"],"summary":["Meeting with Easyjet General Counsel, Daud Khan"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-9d4dc4867a44dfe10f67ae7ee1706da3e8b48a24","eu-tr-291219715847-52"]}} -{"id":"ec-meeting-2018-10-26-005b7c527f5aa1759bbbe6ad1ac28ad4ae06fe2a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-26 - Cabinet of Vice-President Andrus Ansip x ACT | The App Association"],"date":["2018-10-26"],"summary":["Standard Essential Patents"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-72029513877-54","ec-person-6a03bc4fa7657513ea34529e98dba0671ef4c849"]}} -{"id":"ec-meeting-2018-10-26-0fbab8deb64ca7706747d155501fc4eb5bf0ad1d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-26 - Cabinet of Vice-President Andrus Ansip x Siemens AG"],"date":["2018-10-26"],"summary":["Intelligent mobility, C-ITS roll-out via delegated act"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-4266797770-31","ec-person-6a03bc4fa7657513ea34529e98dba0671ef4c849"]}} -{"id":"ec-meeting-2018-10-26-2e414f356f8dbd6b2d306c7abe3067fdffa4020c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-26 - Cabinet of President Jean-Claude Juncker x ROTARY INTERNATIONAL"],"date":["2018-10-26"],"summary":["European Solidarity Corps"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-67872aca57f8dfc132dbac47ff41bf9b60ba8ac5","eu-tr-512870513007-47"]}} -{"id":"ec-meeting-2018-10-26-2f3bcf683a059600054a180cc6809d98e19cc011","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-26 - Cabinet of Commissioner Věra Jourová x Microsoft Corporation"],"date":["2018-10-26"],"summary":["e-evidence"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["eu-tr-0801162959-21","ec-person-f329292459cb1badb7fb7c6b67b698c441931bb2"]}} -{"id":"ec-meeting-2018-10-26-36c38a3b843cd77f4b5c535a107a0a1ab656bd8a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-26 - Cabinet of Vice-President Miguel Arias Cañete x ENGIE"],"date":["2018-10-26"],"summary":["Market Design"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-1831691c10441c5974327bbeb8693d6b6c1e50c3","eu-tr-90947457424-20"]}} -{"id":"ec-meeting-2018-10-26-4264d5f3fcbed22dd5fabed5749134fd742f5d7b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-26 - Cabinet of Commissioner Violeta Bulc x GEN-I, trgovanje in prodaja električne energije, d.o.o."],"date":["2018-10-26"],"summary":["meeting with GEN-I and partners GEN-I sonce and Post of Slovenia"],"notes":["Portfolio: Transport"],"location":["Ljubljana"],"address":["Ljubljana"],"addressEntity":["addr-be95acba75b6b18917b2638aae79ec1300c77c35"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-145604632964-90","ec-person-4d2b449b5047ea3fda435a2a1c1081e3babcdf76","ec-person-a9f4fe47da47a1b05bbfda9825908089d11bda93"]}} -{"id":"ec-meeting-2018-10-26-5af490f050ec0008a447fb2486dc50f8f47cf7fc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-26 - Cabinet of Vice-President Valdis Dombrovskis x Refinitiv"],"date":["2018-10-26"],"summary":["Anti-money laundering"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-48f31156d932641826e09f5b73f074d35ff05786","eu-tr-51334142356-37"]}} -{"id":"ec-meeting-2018-10-26-604a61a5a3b03efd3cb1e95e5444a89bf3492537","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-26 - Cabinet of Vice-President Cecilia Malmström x American Chamber of Commerce to the European Union"],"date":["2018-10-26"],"summary":["Transatlantic relations"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-20ded9db5df11164331bb161fdf234b1e5ad53fd","ec-person-cb8ca9ec2413722fa83484ed18dd76ace52d0118","eu-tr-5265780509-97"]}} -{"id":"ec-meeting-2018-10-26-7a8acb4aedf47f94d12a4fa160d403a96467104a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-26 - Cabinet of Vice-President Jyrki Katainen x CSR Europe, The Business Network for Corporate Social Responsibility"],"date":["2018-10-26"],"summary":["CSR Europe’s vision and plan 2019-2024"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90","eu-tr-56502415122-32"]}} -{"id":"ec-meeting-2018-10-26-7cd4eda0af22face1376c49331e32b1861eea573","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-26 - Cabinet of Vice-President Günther Oettinger x SYSTAG GmbH"],"date":["2018-10-26"],"summary":["Digital Policy"],"notes":["Portfolio: Budget & Human Resources"],"location":["Stuttgart"],"address":["Stuttgart"],"addressEntity":["addr-ec1b13e7905dbe946388ffc80ac1b7f2624ca649"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-322602218032-02","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2018-10-26-7f0dcc7224069120e97a69ff81b1651ed5254658","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-26 - Cabinet of Vice-President Jyrki Katainen x Maa- ja metsätaloustuottajain Keskusliitto – Central Union of Agricultural Producers and Forest Owners"],"date":["2018-10-26"],"summary":["Bio-economy strategy and regulation on pesticides"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-56039441735-48","ec-person-c50e8c2cc390c5efb0626988d173bc6758459e0f"]}} -{"id":"ec-meeting-2018-10-26-95e89b8a773567558e62f1681947243733344cf5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-26 - Directorate-General for International Partnerships x Centre for Fine Arts"],"date":["2018-10-26"],"summary":["Follow meeting on culture in development related topics"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-intpa"],"involved":["eu-tr-981651218089-69","ec-person-05c4477b89b93e7969f12d89b38f77fedce5876f"]}} -{"id":"ec-meeting-2018-10-26-99877792ed10497eb630de14f64357df3181a366","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-26 - Cabinet of First Vice-President Frans Timmermans x BASF SE LyondellBasell Industries N.V. Shell Companies Dow Europe GmbH ExxonMobil Petroleum & Chemical"],"date":["2018-10-26"],"summary":["Discussion about Plastics Strategy, Circular economy"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Amsterdam"],"address":["Amsterdam"],"addressEntity":["addr-2dce283e0e268a42d62e34467db274c9c38c358f"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-0745650927-75","ec-person-966667b73d92624be9bb019c2baab7e52331b3d3","eu-tr-05032108616-26","eu-tr-950757315280-54","eu-tr-7410939793-88","eu-tr-38235121060-73"]}} -{"id":"ec-meeting-2018-10-26-d3d20aae39f1bba94dd5711a24f914eeb249ee4f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-26 - Task Force for Relations with the United Kingdom x VERBOND VAN BELGISCHE ONDERNEMINGEN / FEDERATION DES ENTREPRISES DE BELGIQUE"],"date":["2018-10-26"],"summary":["Meeting with the Task Force for the Preparation and Conduct of the Negotiations with the United Kingdom under Article 50 TEU"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-uktf"],"involved":["eu-tr-47676761061-93","ec-person-864cfa5fbc9b02a079ffbab1107f252c7bb08478"]}} -{"id":"ec-meeting-2018-10-26-d482273032459fbb058bd6c2cc8f3f6e44b0bc9d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-26 - Cabinet of Commissioner Phil Hogan x Asociación Nacional de Productores de Vacuno de Carne"],"date":["2018-10-26"],"summary":["EU pork exports"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-c9d17d5879383b030f61a4066848249fb35d57e4","eu-tr-120867616360-39"]}} -{"id":"ec-meeting-2018-10-26-e6c832d4e4babc93b29caa7d6167c3415861e0d3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-26 - Cabinet of Commissioner Violeta Bulc x European Road Transport Research Advisory Council"],"date":["2018-10-26"],"summary":["meeting with the president of ERTRAC and CEO of Hidria (Member of ERTRAC)"],"notes":["Portfolio: Transport"],"location":["Ljubljana"],"address":["Ljubljana"],"addressEntity":["addr-be95acba75b6b18917b2638aae79ec1300c77c35"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-855647016671-07","ec-person-4d2b449b5047ea3fda435a2a1c1081e3babcdf76","ec-person-a9f4fe47da47a1b05bbfda9825908089d11bda93"]}} -{"id":"ec-meeting-2018-10-26-f0b50cce1feaf930c0b96bd1949418da5aa42ecd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-26 - Cabinet of Vice-President Valdis Dombrovskis x AMUNDI AM"],"date":["2018-10-26"],"summary":["PRIIPs, PEPP, Cross-border fund distribution, Sustainable Finance"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-94607479886-02","ec-person-30d770ccd575865b3106f94220ce1ace16e48f1a"]}} -{"id":"ec-meeting-2018-10-27-e0422175b4757e498b7501edbeeb6416f45fbf18","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-27 - Cabinet of Commissioner Phil Hogan x Macra na Feirme"],"date":["2018-10-27"],"summary":["Address Annual Conference"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Ireland"],"address":["Ireland"],"addressEntity":["addr-eb2131ece0efe78ee8bb1ae98af6099114a8df09"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-545454920972-75","ec-person-a1a78365cc4685b0958056646204977d8f2ead92"]}} -{"id":"ec-meeting-2018-10-29-035bff373adae8e8a3853c87a32fc4c0893b2c33","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-29 - Cabinet of Vice-President Andrus Ansip x IFPI Representing recording industry worldwide"],"date":["2018-10-29"],"summary":["Copyright"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-60394321918-91","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45"]}} -{"id":"ec-meeting-2018-10-29-15d698aa915846bc7a108d11fc165d9e95136a66","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2018-10-29 - Communications Networks, Content and Technology x Atos SE (France)"],"date":["2018-10-29"],"summary":["Euro HPC, Microprocessor initiative"],"location":["Vienna"],"address":["Vienna"],"addressEntity":["addr-8b6cea61d247482e9e7f1e7efb1db432a69bbcb2"],"organizer":["ec-dg-connect"],"involved":["eu-tr-249876817241-03","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2018-10-29-2a7d0248ea25dee2b9ef4f462f219f43d78ef331","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-29 - Cabinet of Commissioner Elżbieta Bieńkowska x Business Bridge Europe"],"date":["2018-10-29"],"summary":["space conference"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["ec-person-685ecf13dd26cd515c961e24ba71049af2302c5e","eu-tr-72856225852-31"]}} -{"id":"ec-meeting-2018-10-29-41f888a76e517275b1506b85b90eb65a1b07a34d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-29 - Cabinet of Commissioner Vytenis Andriukaitis x EuroCommerce"],"date":["2018-10-29"],"summary":["UTPs"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["eu-tr-84973761187-60","ec-person-0dbfffeb0323f819c8d57164906086dd8639c437"]}} -{"id":"ec-meeting-2018-10-29-4ff3ffbcefec45ff255d5ea55d83e9b6e71aba11","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-29 - Cabinet of Commissioner Carlos Moedas x Georg von Holtzbrinck GmbH & Co. KG"],"date":["2018-10-29"],"summary":["Plan S"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-8ec05e08adb6965c1b360cae0a4d52d4d72a2f95","eu-tr-857901722706-19","ec-person-23980b2bc4fd9c82051d0f7888dc236b2f764866"]}} -{"id":"ec-meeting-2018-10-29-5319048ac8baf4b47b9184f4f5421ff7565b396a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-29 - Cabinet of Commissioner Mariya Gabriel x European Federation for Family Employment - Fédération européenne des emplois de la famille"],"date":["2018-10-29"],"summary":["Digital skills"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-716909919073-32","ec-person-13ac9a19d8d04f97c0d32603d014df0dd4e1cd2a"]}} -{"id":"ec-meeting-2018-10-29-8ab9b5cef77eabd28e2ba62651edc6a074ca20a9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-29 - Cabinet of Vice-President Günther Oettinger x Axel Springer SE"],"date":["2018-10-29"],"summary":["Digitisation in the media sector"],"notes":["Portfolio: Budget & Human Resources"],"location":["Berlin"],"address":["Berlin"],"addressEntity":["addr-062b06ba8e755765c6b049809b7430fd54fe5b21"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-742417913824-11","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2018-10-29-96f1fc6a540d47be0e3f6a50178deba7533adf06","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-29 - Cabinet of Commissioner Phil Hogan x European Potato Processors' Association"],"date":["2018-10-29"],"summary":["CIPC Regulation"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-163461511626-21","ec-person-7d3caa534e5cdda6d5b949bd4b2def39356e3bec"]}} -{"id":"ec-meeting-2018-10-29-a91a8c2e8b111f58dbc8e5bf46ed277ee6959e18","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-29 - Cabinet of Vice-President Jyrki Katainen x Leonardo S.p.A."],"date":["2018-10-29"],"summary":["European Cooperation in defence"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-81b1dda49062e5dac42bdad9273fa72968a2c325","eu-tr-02550382403-01"]}} -{"id":"ec-meeting-2018-10-29-bd21d848e7157fbb4bb4add0c272b2693d3a652b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-29 - Cabinet of Commissioner Mariya Gabriel x European Composer and Songwriter Alliance"],"date":["2018-10-29"],"summary":["Copyright"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-71423433087-91","ec-person-13ac9a19d8d04f97c0d32603d014df0dd4e1cd2a"]}} -{"id":"ec-meeting-2018-10-29-c569d7486660441085a78e4dc179746918316e9f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-29 - Cabinet of Commissioner Marianne Thyssen x Bertelsmann Stiftung"],"date":["2018-10-29"],"summary":["Regional forum for social and economic policy"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Bratislava"],"address":["Bratislava"],"addressEntity":["addr-9eddf74134fcd79ac3f510f8f67cef3f68fb2c0d"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["ec-person-5a49eb89125b4b5d1125b3925bbb64aba1bea2b3","eu-tr-13571025706-27"]}} -{"id":"ec-meeting-2018-10-29-ca420f04c6b0c2cac65465bb987f928ea42fa74d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-29 - Cabinet of Vice-President Andrus Ansip x Swedbank AB (publ)"],"date":["2018-10-29"],"summary":["Data"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-960532323803-62","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45"]}} -{"id":"ec-meeting-2018-10-30-000daa8f54f581dc12436b170be2cba99e22ad9d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-30 - Directorate-General for International Partnerships x European Chemical Industry Council"],"date":["2018-10-30"],"summary":["Introductory meeting to discuss areas and topics of possible coopeartion in Africa and China"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-intpa"],"involved":["ec-person-05c4477b89b93e7969f12d89b38f77fedce5876f","eu-tr-64879142323-90"]}} -{"id":"ec-meeting-2018-10-30-0352467a145ce928e58add2f25ba6a234c5c6e41","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-30 - Cabinet of Commissioner Carlos Moedas x Teneo Brussels"],"date":["2018-10-30"],"summary":["TBA"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-0a716bf5253e913fc40ebf14c12f30dc2e7a06ee","eu-tr-91124993695-29"]}} -{"id":"ec-meeting-2018-10-30-1a7bd9c7b96a8566837023a1c629a219bf4da0bc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-30 - Cabinet of Commissioner Elżbieta Bieńkowska x Nexter Systems"],"date":["2018-10-30"],"summary":["EDF"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["ec-person-685ecf13dd26cd515c961e24ba71049af2302c5e","eu-tr-370882232629-37"]}} -{"id":"ec-meeting-2018-10-30-7ffe6cb1c306525ba4e3e9d6430bcf0d3e83db6c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-30 - Communications Networks, Content and Technology x European Cyber Security Organisation"],"date":["2018-10-30"],"summary":["European Cybersecurity Competence Centre and Network"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-684434822646-91","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2018-10-30-8da57e35e85aa0907d9fec9045941d8f9a2d19ef","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-30 - Cabinet of First Vice-President Frans Timmermans x PA Europe"],"date":["2018-10-30"],"summary":["Endocrine disruptors"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["ec-person-966667b73d92624be9bb019c2baab7e52331b3d3","eu-tr-11064742654-42"]}} -{"id":"ec-meeting-2018-10-30-acbb5fb3b99006bdc7710b2dd92fcb6748477929","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-30 - Employment, Social Affairs and Inclusion x CEC European Managers - Confédération Européenne des Cadres"],"date":["2018-10-30"],"summary":["Introductory meeting"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-empl"],"involved":["eu-tr-10426402966-04","ec-person-dd259fce880e1853f0beb087443bce6e7dea70d7"]}} -{"id":"ec-meeting-2018-10-30-cc24eafdca484cffb94775f56a53cc2a02a25c8a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-30 - Cabinet of Commissioner Carlos Moedas x H55 SA"],"date":["2018-10-30"],"summary":["Plan S"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-0a716bf5253e913fc40ebf14c12f30dc2e7a06ee","eu-tr-736349833165-48","ec-person-23980b2bc4fd9c82051d0f7888dc236b2f764866"]}} -{"id":"ec-meeting-2018-10-31-57e6a093370314cbce437727f3f60dd0445f4919","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-31 - Cabinet of Vice-President Andrus Ansip x Salesforce"],"date":["2018-10-31"],"summary":["AI"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-991195317279-06","ec-person-99b172d8fe23e00b94022cbd096978be2b48eb81"]}} -{"id":"ec-meeting-2018-10-31-85c335c1b35a035d47cc5dc083a2354d89a7df05","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-31 - Mobility and Transport x Airports Council International - European Region"],"date":["2018-10-31"],"summary":["airport charges"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-move"],"involved":["eu-tr-42566063487-73","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2018-10-31-891227f60b6346a457ed172c7e9a58e2256c2036","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-31 - Cabinet of Vice-President Valdis Dombrovskis x Euronext"],"date":["2018-10-31"],"summary":["MiFID/MiFIR, Brexit"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-17804464809-28","ec-person-30d770ccd575865b3106f94220ce1ace16e48f1a","ec-person-a9eda2e8ea54b70a968327672c6cada679d3cd56"]}} -{"id":"ec-meeting-2018-10-31-c51e45c5a44636859273642b749f6feaff0b2555","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-31 - Cabinet of Vice-President Valdis Dombrovskis x Air Baltic Corporation"],"date":["2018-10-31"],"summary":["exchange of views on EU Aviation policy"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-810762225156-67","ec-person-537401fc0be04984531b83660f416bf2fe14fbd8"]}} -{"id":"ec-meeting-2018-10-31-e1229e0ed6a14441bde385e287214c6f36f9d907","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-31 - Energy x Union Professionnelle des Industries Privées du Gaz"],"date":["2018-10-31"],"summary":["les perspectives des marchés de l'électricité et du gaz et l'importance de soutenir la concurrence dans l'intérêt des consommateurs"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["ec-person-6997149120ce5129e38febe5275dc8fd03232d2e","eu-tr-77820278284-77"]}} -{"id":"ec-meeting-2018-10-31-e68c901af6d2709d9b75f6046101b1aa05594168","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-10-31 - Cabinet of Vice-President Valdis Dombrovskis x Latvijas Darba devēju konfederācija"],"date":["2018-10-31"],"summary":["Social dialogue and capacity building at the national level"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-968177917885-14","ec-person-51a67cf3e19a8853620326cd57fd7e9750b2c9d7"]}} -{"id":"ec-meeting-2018-11-05-11f5396669cec8c01754dac8abee7b9878354a0b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-05 - Taxation and Customs Union x Brunswick Group Advisory Limited"],"date":["2018-11-05"],"summary":["Exchange of views on tax matters"],"location":["Brussels/Belgium"],"address":["Brussels/Belgium"],"addressEntity":["addr-c476280916fa20b5023288c48bfbed9c057a1c28"],"organizer":["ec-dg-taxud"],"involved":["ec-person-3173c1cc052827c58f23ccd3a8de07534f0d35bd","eu-tr-26255464458-25"]}} -{"id":"ec-meeting-2018-11-05-22d882c8efb2b65965ae6af83f6ec658c79aae2f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-05 - Cabinet of Vice-President Maroš Šefčovič x G Plus Ltd (t/a Portland)"],"date":["2018-11-05"],"summary":["Transport Policy and upcoming EP elections"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-3bf48630444ace93d407e52eb880e64d480f75ce","eu-tr-7223777790-86"]}} -{"id":"ec-meeting-2018-11-05-2546071a21165161692dcbcb33515d836f3c3f9b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-05 - Mobility and Transport x Etihad Airways"],"date":["2018-11-05"],"summary":["EU-UAE Cooperation"],"location":["Cairo, Egypt"],"address":["Cairo, Egypt"],"addressEntity":["addr-5c2173ecf6418a9be32697575b99f257c65e80ce"],"organizer":["ec-dg-move"],"involved":["eu-tr-142277315551-86","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2018-11-05-47986efae0ba0dbf72583a63bf99469dd1317cfa","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-05 - Climate Action x Bioenergy Europe"],"date":["2018-11-05"],"summary":["Long Term Strategy and exchange of views on the EU bioenergy sector"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-clima"],"involved":["ec-person-9c5c685692a09a77f2bc8ae9c05663b87cd75aae","eu-tr-97810874431-67"]}} -{"id":"ec-meeting-2018-11-05-4843b975424539bbc2852aaafae6ca1388bd13f4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-05 - Cabinet of Commissioner Carlos Moedas x Hydrogen Europe"],"date":["2018-11-05"],"summary":["Hydrogen R&I"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-0a716bf5253e913fc40ebf14c12f30dc2e7a06ee","eu-tr-77659588648-75"]}} -{"id":"ec-meeting-2018-11-05-4e93316cc4512e727e5f75d76c40fe849e937848","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-05 - Competition x Bundesverband der Deutschen Industrie e.V."],"date":["2018-11-05"],"summary":["Gedankenaustausch zum Thema EU-Beihilferecht und Handelspolitik"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-comp"],"involved":["eu-tr-1771817758-48","ec-person-8600a621c9aef12fc33b708e13b3cd3d5fa5696b"]}} -{"id":"ec-meeting-2018-11-05-662b0dd1beba7298c6846bdb407d8ad1addc6075","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-05 - Cabinet of Commissioner Mariya Gabriel x G Plus Ltd (t/a Portland)"],"date":["2018-11-05"],"summary":["online platforms; internet governance; cultural/creative policies"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-7223777790-86","ec-person-d995d34a2f8b1f0bf6a17486f5699181d6a01e1c"]}} -{"id":"ec-meeting-2018-11-05-66653366871b4f813dff8a16bbb2827953140eba","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-05 - Cabinet of Commissioner Carlos Moedas x Università degli Studi di Siena"],"date":["2018-11-05"],"summary":["PRIMA initiative: update and future developments"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-f7ccc3ad366dd2fdb24870e1c02ff2763539c82f","eu-tr-003095333045-21"]}} -{"id":"ec-meeting-2018-11-05-6920b657aa1d17f7ea026ecba0404275c9f03ac8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-05 - Cabinet of Commissioner Margrethe Vestager x Climate Action Network Europe"],"date":["2018-11-05"],"summary":["Climate Change"],"notes":["Portfolio: Competition"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-margrethe-of-vestager"],"involved":["eu-tr-55888811123-49","ec-person-2e96673ec2acdfc668f6970535551f9afa1f8729"]}} -{"id":"ec-meeting-2018-11-05-6f30e711cb8e9f28d3bd8d624bfa0e9cbe432ea3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-05 - Cabinet of Vice-President Jyrki Katainen x Association des Constructeurs Européens d'Automobiles"],"date":["2018-11-05"],"summary":["Exchange on EU safeguard measures on steel and cooperation with China on car standards"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-af4fdbf97c89a6df87ab37d321d95829d657c940","eu-tr-0649790813-47"]}} -{"id":"ec-meeting-2018-11-05-8ce23091ea5678dd0ec5c171b819b69791f7921e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-05 - Cabinet of Commissioner Mariya Gabriel x Mind the Bridge"],"date":["2018-11-05"],"summary":["Presentation of StartupCity Europe Partnership initiative"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-387674033257-12","ec-person-d995d34a2f8b1f0bf6a17486f5699181d6a01e1c"]}} -{"id":"ec-meeting-2018-11-05-90090ba2a2a94e0830760d6dbe8d7ea12e2ca03c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-05 - Cabinet of Commissioner Carlos Moedas x PA Europe"],"date":["2018-11-05"],"summary":["Health initiatives under FP9"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-0a716bf5253e913fc40ebf14c12f30dc2e7a06ee","eu-tr-11064742654-42"]}} -{"id":"ec-meeting-2018-11-05-a569cdb9b8be0b0ff6db62a0a2b8c76f534d6ca3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-05 - Cabinet of Commissioner Phil Hogan x American Chamber of Commerce to the European Union"],"date":["2018-11-05"],"summary":["CAP reform and other AGRI issues"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-5265780509-97","ec-person-7d3caa534e5cdda6d5b949bd4b2def39356e3bec"]}} -{"id":"ec-meeting-2018-11-05-a962a2727b30aa12937078ce4d968321fb550d29","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-05 - Education, Youth, Sport and Culture x Europa Nostra"],"date":["2018-11-05"],"summary":["European Year of Cultural Heritage"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-eac"],"involved":["ec-person-68d4f99b9ed1b40d86ebbf81f8f35aeebd6c5fc5","eu-tr-832617510389-12"]}} -{"id":"ec-meeting-2018-11-05-b756bb37c97a6b4ad09b5eee4c40107bcda5489c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-05 - Secretariat-General x McLarty Associates"],"date":["2018-11-05"],"summary":["Speech: Elections and geopolitics: What is at stake for the EU and the US ?"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-sg"],"involved":["ec-person-97a74c3df4cdf4db05e274aab8204536eca85f92","eu-tr-502376418704-34"]}} -{"id":"ec-meeting-2018-11-05-e13fe0300cdb1df1d48ea756204f466abf524c2f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-05 - Cabinet of Commissioner Phil Hogan x Commission Intersyndicale des Déshydrateurs Européens"],"date":["2018-11-05"],"summary":["CAP reform"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-174907913450-05","ec-person-7d3caa534e5cdda6d5b949bd4b2def39356e3bec"]}} -{"id":"ec-meeting-2018-11-05-f5f12f00fac5667b288260d1b7753b0ff2aea6da","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-05 - Cabinet of Vice-President Günther Oettinger x Landesvereinigung der Unternehmensverbände Nordrhein-Westfalen e. V."],"date":["2018-11-05"],"summary":["MFF and EU elections"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-325733417003-21","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2018-11-06-00b5589ded717046bfec86b157a76802880c5b1a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-06 - Cabinet of President Jean-Claude Juncker x BDO/Brussels Worldwide Services BV"],"date":["2018-11-06"],"summary":["speech at the BDO Corporate Finance experts conference"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-c402e34a99fbee730ae22e3b1958e21c94dc6fcc","eu-tr-36576556470-62"]}} -{"id":"ec-meeting-2018-11-06-03210c3d659cd03619e61413604d264d44ff8669","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-06 - Cabinet of First Vice-President Frans Timmermans x Tony Blair Institute for Global Change"],"date":["2018-11-06"],"summary":["Future of Europe"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-820300530953-18","ec-person-966667b73d92624be9bb019c2baab7e52331b3d3"]}} -{"id":"ec-meeting-2018-11-06-0352107e23a61f7b38d854484a0f8e5ba1dffb19","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-06 - Cabinet of First Vice-President Frans Timmermans x Stichting European Climate Foundation"],"date":["2018-11-06"],"summary":["discussion on climate policies for Europe"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels, BERL"],"address":["Brussels, BERL"],"addressEntity":["addr-3c3fa5f92474ebac668808553fbab6d1c14aa243"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-64869491516-70","ec-person-8d1c5ff76a431332387aa10936b0bff13f7d71fd"]}} -{"id":"ec-meeting-2018-11-06-0631f8b1cdc55f174b12cd74e42dfb4ad3994d4d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-06 - Directorate-General for International Partnerships x Tony Blair Institute for Global Change"],"date":["2018-11-06"],"summary":["Introductory meeting to discuss TB's Foundation and in particular support to elections in Africa"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-intpa"],"involved":["eu-tr-820300530953-18","ec-person-05c4477b89b93e7969f12d89b38f77fedce5876f"]}} -{"id":"ec-meeting-2018-11-06-116bd6a0bc7c1f0ea95596c3af504eee17961608","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-06 - Education, Youth, Sport and Culture x EuroTech Universities Alliance"],"date":["2018-11-06"],"summary":["High Level Event “University Alliances: Modernization. Excellence. Societal Impact.”"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-eac"],"involved":["ec-person-68d4f99b9ed1b40d86ebbf81f8f35aeebd6c5fc5","eu-tr-992618013978-09"]}} -{"id":"ec-meeting-2018-11-06-12abd7fb0a20ae8a51cd53c4b2a206f9acfe6687","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-06 - Cabinet of Commissioner Carlos Moedas x Bio-based Industries Consortium"],"date":["2018-11-06"],"summary":["Bio-based industries"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["eu-tr-904473529568-43","ec-person-0a716bf5253e913fc40ebf14c12f30dc2e7a06ee"]}} -{"id":"ec-meeting-2018-11-06-1cc8b0b61bb58fcb51e36d70d8715ffd392c9c80","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-06 - Cabinet of Vice-President Andrus Ansip x Anzyz Technologies AS"],"date":["2018-11-06"],"summary":["Artificial intelligence, disinformation"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-510621432791-58","ec-person-99b172d8fe23e00b94022cbd096978be2b48eb81","ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0"]}} -{"id":"ec-meeting-2018-11-06-24244e6d0eb03f4197374811180c16b5a97034f6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-06 - Secretariat-General x Bundesverband der Deutschen Industrie e.V."],"date":["2018-11-06"],"summary":["Panel discussion on the development of harmonised European standards"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-sg"],"involved":["eu-tr-1771817758-48","ec-person-97a74c3df4cdf4db05e274aab8204536eca85f92"]}} -{"id":"ec-meeting-2018-11-06-2597358b8cee881202bc5dc08c44e364f7a87273","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-06 - Cabinet of Vice-President Valdis Dombrovskis x NASDAQ"],"date":["2018-11-06"],"summary":["MiFID, Equivalence"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-76648765687-29","ec-person-30d770ccd575865b3106f94220ce1ace16e48f1a"]}} -{"id":"ec-meeting-2018-11-06-29273e41c93bf301a6d73c4feb110be41e38e008","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-06 - Cabinet of Vice-President Andrus Ansip x Twilio Inc."],"date":["2018-11-06"],"summary":["Eu cybersecurity and particularly Cybersecurity Act"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-3ca0c466b8ff230d4409591430b388007ce14ff8","eu-tr-067223231522-58"]}} -{"id":"ec-meeting-2018-11-06-2b98f181092f0e3c38def6725184e4ec331a99e8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-06 - Cabinet of Commissioner Phil Hogan x Stichting European Climate Foundation"],"date":["2018-11-06"],"summary":["Presentation of report report “Net Zero By 2050: From Whether To How"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-64869491516-70","ec-person-400dd8d59d3060187d9b9b143d697da1a3d03c12","ec-person-68b8e931bdd0cafe77ab8e98d87edbea128d6c49"]}} -{"id":"ec-meeting-2018-11-06-2e718b5eb6bc2b3d6b1502e6074792d3784074e1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-06 - Cabinet of Vice-President Andrus Ansip x BT Group plc"],"date":["2018-11-06"],"summary":["Telecoms developments in UK, such as fibre, USO and 5G"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-666bc159c7e65a3af9e63c1e97435c02f1496955","eu-tr-00919034091-89"]}} -{"id":"ec-meeting-2018-11-06-3bda483bd9cda9b75fa1c9eb421682b51b43b745","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-06 - Cabinet of Vice-President Andrus Ansip x Elisa Oyj"],"date":["2018-11-06"],"summary":["current issues related to Telecom single market"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-287872416724-91","ec-person-666bc159c7e65a3af9e63c1e97435c02f1496955"]}} -{"id":"ec-meeting-2018-11-06-4294b88ac39b24bac692e9fe2de90449017d4370","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-06 - Cabinet of Vice-President Andrus Ansip x Forbrugerrådet Tænk (the Danish Consumer Council) Confederation of Danish Industry Ingka Services A.B. Telenor Danish Energy / Dansk Energi Insurance & Pension Denmark (Forsikring & Pension) The Danish Chamber of Commerce"],"date":["2018-11-06"],"summary":["DSM general, eCommerce, data, copyright"],"notes":["Portfolio: Digital Single Market"],"location":["Copenhagen"],"address":["Copenhagen"],"addressEntity":["addr-3f7c839db34cfeebcefe96d90a0e37e02c8e52c6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-5749958415-41","eu-tr-1095068839-59","eu-tr-39456841401-09","eu-tr-002584211848-89","eu-tr-74126393166-46","eu-tr-0330934426-12","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45","eu-tr-1733114388-50"]}} -{"id":"ec-meeting-2018-11-06-4ec0dcd82c529f84a21701859b98ad503606ae93","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-06 - Education, Youth, Sport and Culture x European Historic Houses"],"date":["2018-11-06"],"summary":["Speech at their event"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-eac"],"involved":["ec-person-68d4f99b9ed1b40d86ebbf81f8f35aeebd6c5fc5","eu-tr-204022211093-63"]}} -{"id":"ec-meeting-2018-11-06-5323f5ba5472b5870f404e942f8ecb2defb649c4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-06 - Cabinet of Vice-President Andrus Ansip x ISFE - Representing the European Videogames Industry"],"date":["2018-11-06"],"summary":["Industry's position"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-5db7bdd1c81da2e70eb5b982097d0004111b5c3e","eu-tr-20586492362-11"]}} -{"id":"ec-meeting-2018-11-06-7142c809b0de6b003d3a28b67dd914f803939aa1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-06 - Cabinet of Commissioner Marianne Thyssen x International Zinc Association SAFT SAS Umicore"],"date":["2018-11-06"],"summary":["Carcinogens batch 3"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["eu-tr-557777429957-33","eu-tr-78662404191-38","eu-tr-017018214013-57","ec-person-cfb8d8d884367ef98b079fcd883ece7c89ec28e2"]}} -{"id":"ec-meeting-2018-11-06-7eccd88b30de22e88890f1efa54f146fcc02adc6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-06 - Cabinet of Vice-President Karmenu Vella x Stichting European Climate Foundation"],"date":["2018-11-06"],"summary":["Strategy toward zero carbon emissions"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["eu-tr-64869491516-70","ec-person-e3c587153be49902cde115f568bd5e9a9d548743"]}} -{"id":"ec-meeting-2018-11-06-8a8b4c518705c5071e85063743f8368dba907163","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-06 - Inspire, Debate, Engage and Accelerate Action x LinkedIn Ireland"],"date":["2018-11-06"],"summary":["Future of Work"],"location":["Lisbon"],"address":["Lisbon"],"addressEntity":["addr-848652ee3980a189b8c12a7aa6d35f433633e2ba"],"organizer":["ec-dg-idea"],"involved":["eu-tr-430008722431-29","ec-person-4fe56a64c00b3e81c851b5538878b32481bd7d3c"]}} -{"id":"ec-meeting-2018-11-06-9e790d9df479467688a37745b3d366bd02416e5c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-06 - Cabinet of Vice-President Cecilia Malmström x Confederation of Swedish Enterprise"],"date":["2018-11-06"],"summary":["Digital trade"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-39912257528-48","ec-person-591ec829ca734bcfe59a2c9c7f07f9dff22a0ea9"]}} -{"id":"ec-meeting-2018-11-06-9f7c4e6a3c379e1ea5fae26033fbccdd7930af0a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-06 - Cabinet of Vice-President Valdis Dombrovskis x Stichting European Climate Foundation"],"date":["2018-11-06"],"summary":["Sustainable Finance and Climate Change"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-64869491516-70","ec-person-537401fc0be04984531b83660f416bf2fe14fbd8"]}} -{"id":"ec-meeting-2018-11-06-af9d3842d73b6f4dd3e1a0f970287fcddc3b30b9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-06 - Cabinet of Commissioner Věra Jourová x Netflix International B.V."],"date":["2018-11-06"],"summary":["GDPR"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Lisbon, Portugal"],"address":["Lisbon, Portugal"],"addressEntity":["addr-b7faa4276bea98355da7efd4fcf1b26196dcafb2"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-a608b85b2ffef83f883b5a2330b6232efa1b7141","eu-tr-487726915971-30","ec-person-3269ef00f0778677e6f4c8e0f72ce019084206fb"]}} -{"id":"ec-meeting-2018-11-06-b27c2d06514951b4c39ae8ced0d07148040839d7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-06 - Cabinet of Vice-President Valdis Dombrovskis x European Mortgage Federation - European Covered Bond Council"],"date":["2018-11-06"],"summary":["Covered bonds"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-24967486965-09","ec-person-30d770ccd575865b3106f94220ce1ace16e48f1a"]}} -{"id":"ec-meeting-2018-11-06-b33158a70b9437d745bfd967f6988940336e4c1a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-06 - Cabinet of Commissioner Věra Jourová x Facebook Ireland Limited"],"date":["2018-11-06"],"summary":["Facebook Live with Commisssioner Moedas to promote and launch the 2019 EU Prize for Women Innovators"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Lisbon, Portugal"],"address":["Lisbon, Portugal"],"addressEntity":["addr-b7faa4276bea98355da7efd4fcf1b26196dcafb2"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-a608b85b2ffef83f883b5a2330b6232efa1b7141","eu-tr-28666427835-74"]}} -{"id":"ec-meeting-2018-11-06-b36af4c3ade00d77ec2dfec4116723575f6c214f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-06 - Cabinet of Vice-President Neven Mimica x Bill & Melinda Gates Foundation"],"date":["2018-11-06"],"summary":["Global Financing Facility Replenishment"],"notes":["Portfolio: International Cooperation & Development"],"location":["Oslo"],"address":["Oslo"],"addressEntity":["addr-bcc48172e05cafa61c2a2e8f12de220fdb1385b3"],"organizer":["ec-cabinet-mimica-neven-of-president-vice"],"involved":["ec-person-e90858f5aba78fd0e1cb2f757c3f38d55d91f98b","ec-person-5f446e21c2ca97624d9781d53ce7312477e72d6e","ec-person-16142e2d6f5b1cd8c8b4123e2cfa9cbc9096daf2","ec-person-e06df06453c45a7a836ac84cbc479b8e48f16ea8","eu-tr-371567915480-41"]}} -{"id":"ec-meeting-2018-11-06-cef0f5cd48a43c2f7c6417d77b7dae96e01c89bc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-06 - Cabinet of First Vice-President Frans Timmermans x International Federation for Human Rights"],"date":["2018-11-06"],"summary":["Rule of Law in Poland"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-97628146980-33","ec-person-f87a3277bb5391e01fe3111e915444e51feb191a"]}} -{"id":"ec-meeting-2018-11-06-e3ae54d232fdaea8f2f60af8793f9daf242672df","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-06 - Research and Innovation x Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V."],"date":["2018-11-06"],"summary":["RTO Innovation Summit"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-rtd"],"involved":["eu-tr-35124436517-75","ec-person-1d348f33395de0ea6773a7b4ae8797e3e0392f73"]}} -{"id":"ec-meeting-2018-11-06-f2388f1ebc6dcd00936642ba4e71928882a7904e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-06 - Cabinet of Commissioner Věra Jourová x Booking.com B.V."],"date":["2018-11-06"],"summary":["New Deal for Consumers"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["LISBON, Portugal"],"address":["LISBON, Portugal"],"addressEntity":["addr-d8c4040cf3fd4b7e5b471fafeeaa68fd7e68777a"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["eu-tr-146537115285-34","ec-person-a608b85b2ffef83f883b5a2330b6232efa1b7141","ec-person-3269ef00f0778677e6f4c8e0f72ce019084206fb"]}} -{"id":"ec-meeting-2018-11-06-f477a77f7634e70e37e1f67867137830347d77ea","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-06 - Cabinet of Commissioner Vytenis Andriukaitis x Bayer AG"],"date":["2018-11-06"],"summary":["Preparation of Commissioner's intervention at November Bayer's event"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-b9c3f19e7c5f216e3e508f931ddd6a9cb59376d1","eu-tr-3523776801-85"]}} -{"id":"ec-meeting-2018-11-06-f5d1af5df3aa752a4258a3de606632c715a80116","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-06 - Cabinet of Commissioner Elżbieta Bieńkowska x Confederación Española de Organizaciones Empresariales"],"date":["2018-11-06"],"summary":["EU Single Market"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["ec-person-d2997a7f359c91a337055c3e24dd36bf928de38d","eu-tr-02963738854-41"]}} -{"id":"ec-meeting-2018-11-06-fba7e448d1a682fdad7296759b5a11c54ac7cc7f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-06 - Cabinet of Vice-President Günther Oettinger x Stichting European Climate Foundation"],"date":["2018-11-06"],"summary":["Climate change policy"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-64869491516-70","ec-person-55a0b11edfe9b0b76e526f72b1ec2e9f2f74d5bc"]}} -{"id":"ec-meeting-2018-11-07-08075cafb3f4e1505bfc6a4c6a1455b4ae980a9d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-07 - Cabinet of Vice-President Andrus Ansip x Intel Corporation"],"date":["2018-11-07"],"summary":["Presentation of intel's activities on Cybersecurity and to share views on the future European and global developments"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-3ca0c466b8ff230d4409591430b388007ce14ff8","eu-tr-7459401905-60"]}} -{"id":"ec-meeting-2018-11-07-09f379ba82fdf9281fdbdc29f7ef6e0524cad0f4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-07 - Cabinet of Vice-President Andrus Ansip x Centre for Democracy & Technology, Europe"],"date":["2018-11-07"],"summary":["Terrorist Content Regulation"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-57305017757-64","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45"]}} -{"id":"ec-meeting-2018-11-07-0cb76cba1b0d6ad130a8e737dba26b2ff36a06d8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-07 - Cabinet of First Vice-President Frans Timmermans x Tata Steel Europe"],"date":["2018-11-07"],"summary":["Merger Tata Steel / Thyssen Groep"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-08746491502-16","ec-person-6c0efbf1635ca0cb8dce32e129231fa3136f600b"]}} -{"id":"ec-meeting-2018-11-07-117164d255b5c47fd331afffd7a0e7f5f3c7903f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-07 - Cabinet of Vice-President Neven Mimica x KfW Bankengruppe"],"date":["2018-11-07"],"summary":["External Investment Plan and future MFF"],"notes":["Portfolio: International Cooperation & Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-mimica-neven-of-president-vice"],"involved":["ec-person-e90858f5aba78fd0e1cb2f757c3f38d55d91f98b","eu-tr-79019799690-13"]}} -{"id":"ec-meeting-2018-11-07-11d6c1f63d05f3d0da6619a9179eeb4b2f545a0c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-07 - Cabinet of Commissioner Mariya Gabriel x Deutsche Welle"],"date":["2018-11-07"],"summary":["Media Policy"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-421591329311-65","ec-person-13ac9a19d8d04f97c0d32603d014df0dd4e1cd2a"]}} -{"id":"ec-meeting-2018-11-07-32a140d20c0386367f6ee04fa0687ba95db40434","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-07 - Communications Networks, Content and Technology x Banco Santander, S.A."],"date":["2018-11-07"],"summary":["Fintech"],"location":["Madrid"],"address":["Madrid"],"addressEntity":["addr-7a2191964a3d7521269f0068afae6b6116bac15d"],"organizer":["ec-dg-connect"],"involved":["eu-tr-799142914971-03","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2018-11-07-58116639b56bb17de2afa5ff150a97398e62501b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-07 - Cabinet of Vice-President Valdis Dombrovskis x Österreichischer Sparkassenverband"],"date":["2018-11-07"],"summary":["Banking regulation and proportionality"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-22115995998-08","ec-person-48f31156d932641826e09f5b73f074d35ff05786"]}} -{"id":"ec-meeting-2018-11-07-690636e34a728a769d62946d69de91a9614eb0e0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-07 - Cabinet of Vice-President Valdis Dombrovskis x FTI Consulting Belgium Highgate Capital Management LLP"],"date":["2018-11-07"],"summary":["European banking sector"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-484283032970-25","ec-person-48f31156d932641826e09f5b73f074d35ff05786","ec-person-f6170dbdd732fc460a713b82b57759ac5e77fdc6","eu-tr-29896393398-67"]}} -{"id":"ec-meeting-2018-11-07-6b415ef647b3fc9b0747cd0d05515493fa4b3722","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-07 - Cabinet of Vice-President Günther Oettinger x KfW Bankengruppe"],"date":["2018-11-07"],"summary":["MFF"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-79019799690-13","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2018-11-07-70d1979e09a869732588967821f34145ecb2d1a5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-07 - Cabinet of Commissioner Elżbieta Bieńkowska x Polish Confederation Lewiatan"],"date":["2018-11-07"],"summary":["meeting on the SPC MW"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["ec-person-7cb15e8a3e4a9ddc8f8d7a719a5f2e359a05f82a","eu-tr-251117611140-75"]}} -{"id":"ec-meeting-2018-11-07-755325fece437e9502f6e99e667ca3388acd4603","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-07 - Cabinet of Vice-President Valdis Dombrovskis x AIG Europe S.A."],"date":["2018-11-07"],"summary":["Insurance capital standards"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-795654421523-14","ec-person-30d770ccd575865b3106f94220ce1ace16e48f1a"]}} -{"id":"ec-meeting-2018-11-07-8c84686417d2cc9d2092eb1a15c8544fd4d26895","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-07 - Energy x Euroheat and Power"],"date":["2018-11-07"],"summary":["the potential of heating and cooling sector in the context of clean energy transition"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-88457577025-19","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2018-11-07-92896841c5c499e180fbb6998e42c8b82c51b95a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-07 - Directorate-General for International Partnerships x Cigna"],"date":["2018-11-07"],"summary":["CIGNA Foundation; Private investments in development work; Cooperation in various areas (such as health and food security)"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-intpa"],"involved":["eu-tr-272147732951-48","ec-person-05c4477b89b93e7969f12d89b38f77fedce5876f"]}} -{"id":"ec-meeting-2018-11-07-a09d7533f2fbab23917e7191ae34ac33b246e120","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-07 - Cabinet of Vice-President Karmenu Vella x Institute for European Environmental Policy"],"date":["2018-11-07"],"summary":["SDG’s and sustainable development discussion paper"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["eu-tr-934329423960-72","ec-person-e3c587153be49902cde115f568bd5e9a9d548743"]}} -{"id":"ec-meeting-2018-11-07-a46eba1426809a5352931fc6d912e8ca3e797c1b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-07 - Cabinet of First Vice-President Frans Timmermans x Fédération Nationale des Activités de Dépollution et de l'Environnement"],"date":["2018-11-07"],"summary":["discussion on EU Waste policies"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels, BERL"],"address":["Brussels, BERL"],"addressEntity":["addr-3c3fa5f92474ebac668808553fbab6d1c14aa243"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["ec-person-8d1c5ff76a431332387aa10936b0bff13f7d71fd","eu-tr-232455019331-89"]}} -{"id":"ec-meeting-2018-11-07-bc7957344dcd3030ef21d2a8786ab25068802b0e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-07 - Cabinet of First Vice-President Frans Timmermans x Institute for European Environmental Policy"],"date":["2018-11-07"],"summary":["discussion on ''Think 2030'' work on sustainability"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels, BERL"],"address":["Brussels, BERL"],"addressEntity":["addr-3c3fa5f92474ebac668808553fbab6d1c14aa243"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-934329423960-72","ec-person-8d1c5ff76a431332387aa10936b0bff13f7d71fd"]}} -{"id":"ec-meeting-2018-11-07-bfceda09ed58d64d9a65d5f8666513b7c2271548","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-07 - Cabinet of Vice-President Cecilia Malmström x HSBC Holdings PLC"],"date":["2018-11-07"],"summary":["Update on Trade situation. Information on HSBC's trading in ASEAN"],"notes":["Portfolio: Trade"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-001866415031-87","ec-person-ce1312d2a248f71fe74eed58aa5915cfa445bbba"]}} -{"id":"ec-meeting-2018-11-07-caf16b01c9c0111e333dd3d2da9ed896ef857a7a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-07 - Cabinet of Commissioner Elżbieta Bieńkowska x ETIP ZEP"],"date":["2018-11-07"],"summary":["decarbonisation"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-793300922868-60","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2018-11-07-cedaed2e8103db752880791454c4545ea92553af","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-07 - Cabinet of Vice-President Günther Oettinger x Deutscher Bauernverband"],"date":["2018-11-07"],"summary":["MFF"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-73085531345-65","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2018-11-07-d2ff0b5a65c8e827713c7eca138d4252a855def4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-07 - Cabinet of Commissioner Margrethe Vestager x Stichting European Climate Foundation"],"date":["2018-11-07"],"summary":["Climate Change"],"notes":["Portfolio: Competition"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-margrethe-of-vestager"],"involved":["eu-tr-64869491516-70","ec-person-2e96673ec2acdfc668f6970535551f9afa1f8729"]}} -{"id":"ec-meeting-2018-11-07-d5eac78c6df7605dee05a559a758be0c351efe48","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-07 - Cabinet of Commissioner Violeta Bulc x Luka Koper d.d."],"date":["2018-11-07"],"summary":["meeting with the President of Port Harbour, Mr Zadel"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-4d2b449b5047ea3fda435a2a1c1081e3babcdf76","eu-tr-767074833115-89","ec-person-a9f4fe47da47a1b05bbfda9825908089d11bda93"]}} -{"id":"ec-meeting-2018-11-07-d7966c86a8d15d8e2e6184dbdf4ac342d682e66a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-07 - Cabinet of Vice-President Karmenu Vella x Fédération Nationale des Activités de Dépollution et de l'Environnement"],"date":["2018-11-07"],"summary":["boosting recycling in the EU"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["eu-tr-232455019331-89","ec-person-e3c587153be49902cde115f568bd5e9a9d548743"]}} -{"id":"ec-meeting-2018-11-07-f3aaf976b181ca5e7fbec4737693ed23c5044e53","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-07 - Cabinet of Commissioner Marianne Thyssen x European Federation for Family Employment - Fédération européenne des emplois de la famille"],"date":["2018-11-07"],"summary":["Emploi familial à domicile"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["eu-tr-716909919073-32","ec-person-5a49eb89125b4b5d1125b3925bbb64aba1bea2b3"]}} -{"id":"ec-meeting-2018-11-07-ffce95a904c73d8c4f802a37bb025da4996475bd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-07 - Cabinet of Commissioner Violeta Bulc x easyJet"],"date":["2018-11-07"],"summary":["Meeting with Mr Lundgren, CEO of EasyJet"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-4d2b449b5047ea3fda435a2a1c1081e3babcdf76","ec-person-9d4dc4867a44dfe10f67ae7ee1706da3e8b48a24","eu-tr-291219715847-52"]}} -{"id":"ec-meeting-2018-11-08-15329c07738c55f57d7e34c4c2962452d97425b7","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2018-11-08 - Cabinet of Commissioner Phil Hogan x La Coopération Agricole"],"date":["2018-11-08"],"summary":["future of the PAC","tbc"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-9447162467-70","ec-person-428cf365f3847d04012831ef2642a1a69aed518d"]}} -{"id":"ec-meeting-2018-11-08-2ddc6452224f49e39e89a941bd129d8417debfd8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-08 - Communications Networks, Content and Technology x Barcelona Supercomputing Center- Centro Nacional de Supercomputación"],"date":["2018-11-08"],"summary":["EuroHPC, microprocessor initiative"],"location":["Barcelona"],"address":["Barcelona"],"addressEntity":["addr-122a417e6dce08a4a554333bbc6e9922b62c1f31"],"organizer":["ec-dg-connect"],"involved":["eu-tr-735762730933-66","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2018-11-08-32a2ea3e43d8d92184ab69047a28c0f8c9fb78d7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-08 - Cabinet of Vice-President Günther Oettinger x ILF Beratende Ingenieure GmbH"],"date":["2018-11-08"],"summary":["Energy policy"],"notes":["Portfolio: Budget & Human Resources"],"location":["Berlin"],"address":["Berlin"],"addressEntity":["addr-062b06ba8e755765c6b049809b7430fd54fe5b21"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-807519133888-39","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2018-11-08-3b253cd6298f4a8f7446ca24498ed78a6ddc567b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-08 - Cabinet of Vice-President Jyrki Katainen x NATIXIS"],"date":["2018-11-08"],"summary":["EU financial services proposals, currently being negotiated, which affect the asset management business globally."],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-567e71ed1b2c1e3f5ed12f2c3bedf7e9e69a9158","eu-tr-654132129361-28"]}} -{"id":"ec-meeting-2018-11-08-54fa734bde836f78c364364d949fff96a785f9de","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-08 - Cabinet of Commissioner Vytenis Andriukaitis x European agri-cooperatives European farmers"],"date":["2018-11-08"],"summary":["New breeding techniques"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-b9c3f19e7c5f216e3e508f931ddd6a9cb59376d1","eu-tr-09586631237-74","eu-tr-44856881231-49"]}} -{"id":"ec-meeting-2018-11-08-65f5356de2767fe1f2c71c3d68b2e714ae217bf8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-08 - Cabinet of Commissioner Marianne Thyssen x European Foundation Centre"],"date":["2018-11-08"],"summary":["Making the European Pillar of Social Rights Real"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Philanthropy House, Rue Royale 94, 1000 Brussels, Belgium"],"address":["Philanthropy House, Rue Royale 94, 1000 Brussels, Belgium"],"addressEntity":["addr-5eea8addd2ad4184a145f92606dd2b7a0a2e86b9"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["ec-person-5a49eb89125b4b5d1125b3925bbb64aba1bea2b3","eu-tr-78855711571-12"]}} -{"id":"ec-meeting-2018-11-08-716d3e25570ce4ac41dd6b8ddad1a806c210c1df","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-08 - Environment x Stichting BirdLife Europe"],"date":["2018-11-08"],"summary":["Joint meeting with DG MARE on fisheries management measures in Natura 2000 sites"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-env"],"involved":["eu-tr-1083162721-43","ec-person-3bc74ce04ea3f4ab4d91a5c88eef25b8b8a213b4"]}} -{"id":"ec-meeting-2018-11-08-95142d34587a6f1860b0f9d047944c0b1ff74b1d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-08 - Cabinet of Commissioner Tibor Navracsics x Google"],"date":["2018-11-08"],"summary":["YouTube Chief Business Officer - on copyright negations"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-49f31dad10f5641cb1d1e4c3107dd838389e8120","eu-tr-03181945560-59"]}} -{"id":"ec-meeting-2018-11-08-995b2841b11ec9d61e22d5d1b77bdbd5aba06fac","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-08 - Cabinet of Commissioner Phil Hogan x Irish Farmers' Association"],"date":["2018-11-08"],"summary":["Agri matters"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-458700813641-37","ec-person-7d3caa534e5cdda6d5b949bd4b2def39356e3bec"]}} -{"id":"ec-meeting-2018-11-08-a63431d15ebd4db263a8aa5928648ce2c539417d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-08 - Cabinet of Commissioner Carlos Moedas x Parkkisähkö"],"date":["2018-11-08"],"summary":["Innovation in electric mobility"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-0a716bf5253e913fc40ebf14c12f30dc2e7a06ee","eu-tr-238065228982-34"]}} -{"id":"ec-meeting-2018-11-08-a63901f9a5daeb7b3254cdc111f08a78374b8f98","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-08 - Cabinet of Commissioner Phil Hogan x Coordination Rurale Union Nationale"],"date":["2018-11-08"],"summary":["Situation of the French beef meat and milk sectors"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-251522412114-31","ec-person-428cf365f3847d04012831ef2642a1a69aed518d"]}} -{"id":"ec-meeting-2018-11-08-b85368195ea14b286ba38f9771dea7b47660d0a7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-08 - Cabinet of Vice-President Valdis Dombrovskis x NATIXIS"],"date":["2018-11-08"],"summary":["EU financial services proposals, currently being negotiated, which affect the asset management business globally."],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-654132129361-28","ec-person-30d770ccd575865b3106f94220ce1ace16e48f1a"]}} -{"id":"ec-meeting-2018-11-08-b9218b3946beadb5f19f871ae2cd743485f2bad0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-08 - Cabinet of Commissioner Violeta Bulc x International Air Transport Association"],"date":["2018-11-08"],"summary":["Meeting with Michael Gill, IATA`s Director for aviation environment"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-1805107590-28","ec-person-9d4dc4867a44dfe10f67ae7ee1706da3e8b48a24"]}} -{"id":"ec-meeting-2018-11-08-cbf8701bd672d4c4ededa71fc2e181f52391d6ab","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-08 - Maritime Affairs and Fisheries x Stichting BirdLife Europe"],"date":["2018-11-08"],"summary":["Joint meeting with DG ENV: CFP, Natura 2000 sites"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-mare"],"involved":["eu-tr-1083162721-43","ec-person-a7b4b8418268a6d6c196b5e45f606fc92acbdb8c"]}} -{"id":"ec-meeting-2018-11-08-cd2c27639f8236414341088e69cf887045d86835","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-08 - Cabinet of Vice-President Maroš Šefčovič x OMV Aktiengesellschaft"],"date":["2018-11-08"],"summary":["Role of Gas, 2050 Communication"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-3bf48630444ace93d407e52eb880e64d480f75ce","eu-tr-94274031992-65"]}} -{"id":"ec-meeting-2018-11-08-e19e260e48ec96bb806b5325f33c082896c75fb5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-08 - Cabinet of Commissioner Marianne Thyssen x European Association of Paritarian Institutions of Social Protection"],"date":["2018-11-08"],"summary":["AEIP Annual Conference 2018: social protection, Pillar of Social Rights, the European Semester and the social dimension of the EMU."],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["European Association of Paritarian Institutions"],"address":["European Association of Paritarian Institutions"],"addressEntity":["addr-e61c5763024841f8e76129f0a0d37185c55db0ce"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["ec-person-5a49eb89125b4b5d1125b3925bbb64aba1bea2b3","eu-tr-69133399372-91"]}} -{"id":"ec-meeting-2018-11-08-facd111cb3966ef0c8c87f6ad71d07ce04112060","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-08 - Cabinet of Vice-President Cecilia Malmström x European agri-cooperatives European farmers"],"date":["2018-11-08"],"summary":["on-going trade negotiations"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-09586631237-74","ec-person-98880f3f4206145e196013db9dd806a551c11e06","eu-tr-44856881231-49"]}} -{"id":"ec-meeting-2018-11-09-082593a04f5c5a4afac4bf809dfb88e57a456efb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-09 - Research and Innovation x European Chemical Industry Council"],"date":["2018-11-09"],"summary":["Council on innovation-participation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-rtd"],"involved":["ec-person-1d348f33395de0ea6773a7b4ae8797e3e0392f73","eu-tr-64879142323-90"]}} -{"id":"ec-meeting-2018-11-09-0dcac43d0d365962b6d1deb88d36e9b5dfaa6c5c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-09 - Cabinet of Vice-President Andrus Ansip x VMware International Unlimited Company"],"date":["2018-11-09"],"summary":["IoT security, A.I., Blockchain"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-3ca0c466b8ff230d4409591430b388007ce14ff8","eu-tr-922046321682-57"]}} -{"id":"ec-meeting-2018-11-09-11d6792880282912891313dd970ba0f8d3cb7da8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-09 - Cabinet of Commissioner Phil Hogan x Chamber of Commerce of the United States of America"],"date":["2018-11-09"],"summary":["Agri Trade"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Ireland"],"address":["Ireland"],"addressEntity":["addr-eb2131ece0efe78ee8bb1ae98af6099114a8df09"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-a1a78365cc4685b0958056646204977d8f2ead92","eu-tr-483024821178-51"]}} -{"id":"ec-meeting-2018-11-09-22231f377afb2d0e4c025402db1362591d70c586","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-09 - Secretariat-General x Open Society European Policy Institute"],"date":["2018-11-09"],"summary":["Intervention on future European policies concerning digital transformation in the European Union."],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-sg"],"involved":["eu-tr-8557515321-37","ec-person-97a74c3df4cdf4db05e274aab8204536eca85f92"]}} -{"id":"ec-meeting-2018-11-09-255db18b4ddafc91bd77ab9648c52188c09e2d42","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-09 - Cabinet of Vice-President Cecilia Malmström x European Round Table for Industry"],"date":["2018-11-09"],"summary":["WTO Modernication, EU-USA Trade relations."],"notes":["Portfolio: Trade"],"location":["Brussels, Belgium."],"address":["Brussels, Belgium."],"addressEntity":["addr-33bd2d1a8be5ca867aa9c0e8d89d1cd6a1a28684"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-ce1312d2a248f71fe74eed58aa5915cfa445bbba","eu-tr-25487567824-45"]}} -{"id":"ec-meeting-2018-11-09-3009dbfdc5874a299c5dac39d0060eed410940f0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-09 - Cabinet of Commissioner Carlos Moedas x VMware International Unlimited Company"],"date":["2018-11-09"],"summary":["European Innovation Policy"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-b8d49828915f9008e764a78796d47ea00807a658","eu-tr-922046321682-57"]}} -{"id":"ec-meeting-2018-11-09-366975ca283193baf2d681760ae651354486b22b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-09 - Cabinet of President Jean-Claude Juncker x Aon Service Corporation"],"date":["2018-11-09"],"summary":["Brexit Preparedness"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-c402e34a99fbee730ae22e3b1958e21c94dc6fcc","eu-tr-876564420204-22"]}} -{"id":"ec-meeting-2018-11-09-39da19b5d8cb12d252b2a4fef808cb948778d978","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-09 - Cabinet of Commissioner Carlos Moedas x Stora Enso Oyj"],"date":["2018-11-09"],"summary":["Bioeconomy"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Helsinki"],"address":["Helsinki"],"addressEntity":["addr-98dc71700228eb053aa75f338c9a8b5bcef38679"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-2b4bb0b28e7435e5f612e44d9664dbd1051efc55","eu-tr-269853831446-79"]}} -{"id":"ec-meeting-2018-11-09-476719aad1578da558f9d07c91369260d23de717","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-09 - Cabinet of Vice-President Andrus Ansip x Compagnie Européenne d'Intelligence Stratégique Bureau UE"],"date":["2018-11-09"],"summary":["Discussion on International Cybersecurity Forum (FIC)"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-3ca0c466b8ff230d4409591430b388007ce14ff8","eu-tr-984714332089-35"]}} -{"id":"ec-meeting-2018-11-09-6341375a47bcc33005e7f0c353a6d64dc6bcb831","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-09 - Cabinet of Vice-President Günther Oettinger x Forum Institut für Management GmbH"],"date":["2018-11-09"],"summary":["energy policy"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-715232724561-42","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2018-11-09-70585a3dac0d7b5204d0f610ba41cc88b0cd4ef5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-09 - Cabinet of Vice-President Valdis Dombrovskis x FTI Consulting Belgium Aon Service Corporation"],"date":["2018-11-09"],"summary":["Insurance Distribution Directive and Brexit"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-29896393398-67","ec-person-30d770ccd575865b3106f94220ce1ace16e48f1a","eu-tr-876564420204-22"]}} -{"id":"ec-meeting-2018-11-09-98bdfaf941ed05f6a0e8a65a57abaaaf0da5c32f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-09 - Cabinet of Vice-President Günther Oettinger x Stora Enso Oyj"],"date":["2018-11-09"],"summary":["Bioeconomy"],"notes":["Portfolio: Budget & Human Resources"],"location":["Helsinki"],"address":["Helsinki"],"addressEntity":["addr-98dc71700228eb053aa75f338c9a8b5bcef38679"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["ec-person-b17d355ca19058898aba2ec032de59f8701d47f5","eu-tr-269853831446-79"]}} -{"id":"ec-meeting-2018-11-09-affc601a112c681039b643249432c6ecf94bb935","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-09 - Cabinet of Vice-President Andrus Ansip x Bayerische Motoren Werke Aktiengesellschaft"],"date":["2018-11-09"],"summary":["Connected mobility"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-6a03bc4fa7657513ea34529e98dba0671ef4c849","eu-tr-7193977808-18"]}} -{"id":"ec-meeting-2018-11-09-b13438a1083a29af152357f38790a49452a29273","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-09 - Cabinet of Commissioner Phil Hogan x Ibec"],"date":["2018-11-09"],"summary":["Agri Trade"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Ireland"],"address":["Ireland"],"addressEntity":["addr-eb2131ece0efe78ee8bb1ae98af6099114a8df09"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-a1a78365cc4685b0958056646204977d8f2ead92","eu-tr-479468313744-50"]}} -{"id":"ec-meeting-2018-11-09-b90b53d8d26fd6b4bd981eea584fb58770e88d36","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-09 - Cabinet of Commissioner Mariya Gabriel x VMware International Unlimited Company"],"date":["2018-11-09"],"summary":["Digital Skills, Cybersecurity, Women in Tech"],"notes":["Portfolio: Digital Economy and Society"],"location":["Sofia"],"address":["Sofia"],"addressEntity":["addr-dc81691d3f747a7e7d4cbe0a008c6345a5438415"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["ec-person-1674399a793e9e6fd7cf55b525515fc862fc9351","eu-tr-922046321682-57"]}} -{"id":"ec-meeting-2018-11-09-d267432951e15ad4386b7f6589147be0708a9d4d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-09 - Cabinet of Vice-President Jyrki Katainen x Stora Enso Oyj"],"date":["2018-11-09"],"summary":["Bioeconomy"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Helsinki"],"address":["Helsinki"],"addressEntity":["addr-98dc71700228eb053aa75f338c9a8b5bcef38679"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-ccd2797b568cba38993df7d1dcc985dbc1eb439a","eu-tr-269853831446-79"]}} -{"id":"ec-meeting-2018-11-09-d84cba07f53b88a7575d850b9d9d75e91d6ee315","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-09 - Mobility and Transport x Association of European Research Establishments in Aeronautics"],"date":["2018-11-09"],"summary":["Research in aviation"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-move"],"involved":["eu-tr-010397411668-54","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2018-11-09-e0e7cb6238dc144a7304b338498513f845ef3742","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-09 - Research and Innovation x Association of European Research Establishments in Aeronautics"],"date":["2018-11-09"],"summary":["Horizon Europe"],"location":["Bruxelles"],"address":["Bruxelles"],"addressEntity":["addr-b58f5927b66d94a676970dc048485d4c6848f272"],"organizer":["ec-dg-rtd"],"involved":["eu-tr-010397411668-54","ec-person-1d348f33395de0ea6773a7b4ae8797e3e0392f73"]}} -{"id":"ec-meeting-2018-11-12-0af13b616d1166a74428a08454314bb250fa9380","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-12 - Cabinet of Vice-President Karmenu Vella x EURODOM"],"date":["2018-11-12"],"summary":["EU-Madagascar Sustainable Fisheries Partnership Agreement, State Aid Guidelines"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["eu-tr-28418016649-41","ec-person-2966d69fae0ea4e67f3f2df5a743cc766267d3c8"]}} -{"id":"ec-meeting-2018-11-12-29153a69a9f29e8246af62056221440c68484d54","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-12 - Cabinet of Vice-President Valdis Dombrovskis x FuelsEurope International Association of Oil & Gas Producers Europe"],"date":["2018-11-12"],"summary":["Sustainable Finance and Taxonomy"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-26207914726-42","eu-tr-3954187491-70","ec-person-537401fc0be04984531b83660f416bf2fe14fbd8"]}} -{"id":"ec-meeting-2018-11-12-3497738ebc67fcb50a18bd01b0a90040f96c1ee9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-12 - Cabinet of Commissioner Corina Crețu x Association des Constructeurs Européens d'Automobiles"],"date":["2018-11-12"],"summary":["Implementation of the European Battery Alliance and regional development"],"notes":["Portfolio: Regional Policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-corina-cretu-of"],"involved":["ec-person-a8f47f7eb96bfb81929848b0ee89067bcbf0ce81","eu-tr-0649790813-47"]}} -{"id":"ec-meeting-2018-11-12-6df444ee320416358b89e7d0f6120fbd356730bf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-12 - Cabinet of Commissioner Mariya Gabriel x META-NET"],"date":["2018-11-12"],"summary":["recent EP resolution on “Language equality in the digital age”, Language Technology and Language-centric AI in the next MFF, Horizon Europe and in the Digital Europe Programme, FET Flagship Proposal"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-505557132772-09","ec-person-d995d34a2f8b1f0bf6a17486f5699181d6a01e1c"]}} -{"id":"ec-meeting-2018-11-12-ed1fbd56917c37fa55b865ad2a5fcc1d5610a3af","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-12 - Cabinet of Vice-President Cecilia Malmström x nv Degusch"],"date":["2018-11-12"],"summary":["Trade in services"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-19b143e83f8ab978c55c8a9a9e49e06dbfa14bf3","eu-tr-033023132982-53"]}} -{"id":"ec-meeting-2018-11-13-4a6e16bfd12f85f11b6dffcb7e98a2a79a124346","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-13 - Cabinet of Vice-President Karmenu Vella x Friedrich-Ebert-Stiftung"],"date":["2018-11-13"],"summary":["Plastic strategy as a possible inspiration for the US"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["eu-tr-05546466757-61","ec-person-e3c587153be49902cde115f568bd5e9a9d548743"]}} -{"id":"ec-meeting-2018-11-13-643bd846f81ff262cc569cd8e2e792e2121512cb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-13 - Cabinet of Vice-President Andrus Ansip x Google"],"date":["2018-11-13"],"summary":["Copyright"],"notes":["Portfolio: Digital Single Market"],"location":["Strasbourg"],"address":["Strasbourg"],"addressEntity":["addr-a7b90170b4a5bf2d1d09ccfd109b57e0a030cfc4"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-5db7bdd1c81da2e70eb5b982097d0004111b5c3e","eu-tr-03181945560-59","ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0"]}} -{"id":"ec-meeting-2018-11-13-66bef6a6179cc43fe487a0a94973d2e4d6798efe","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-13 - Climate Action x Alecta Tjänstepension Ömsesidigt"],"date":["2018-11-13"],"summary":["European regulation of Sustainable finance, action plan and the work of the technical expert group"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-clima"],"involved":["ec-person-9c5c685692a09a77f2bc8ae9c05663b87cd75aae","eu-tr-384084824013-75"]}} -{"id":"ec-meeting-2018-11-13-75c23d530802e3ff3fbe93c33b13d2d11a684a70","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-13 - Cabinet of Vice-President Valdis Dombrovskis x Climate Leadership Coalition"],"date":["2018-11-13"],"summary":["Green Finance, EU climate targets"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-333399732805-59","ec-person-537401fc0be04984531b83660f416bf2fe14fbd8"]}} -{"id":"ec-meeting-2018-11-13-768fdf5abe4c9e2080f87951f47bfef07ea1d848","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-13 - Cabinet of President Jean-Claude Juncker x Alecta pensionsförsäkring, ömsesidigt"],"date":["2018-11-13"],"summary":["Sustainable Finance"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-384084824013-75","ec-person-c402e34a99fbee730ae22e3b1958e21c94dc6fcc"]}} -{"id":"ec-meeting-2018-11-13-7ba5866043769839d2ca7110fe0f3391836a4b0a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-13 - Cabinet of Commissioner Violeta Bulc x Deutsche Bahn AG"],"date":["2018-11-13"],"summary":["To discuss digital transport agenda of EC"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-4516220482-22","ec-person-9fddf13de7f65229b7da7c5b25dca1630cad3c48"]}} -{"id":"ec-meeting-2018-11-13-90c91584f942d18fb8186b2994ef1c2309d20f9b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-13 - Communications Networks, Content and Technology x Deutsche Bahn AG"],"date":["2018-11-13"],"summary":["Digital transformation of mobility"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-4516220482-22","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2018-11-13-925c1af5eb25bd8f1ab2e1608cc228310d8377df","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-13 - Cabinet of Vice-President Valdis Dombrovskis x Citadel LLC"],"date":["2018-11-13"],"summary":["EMIR, MiFID II"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-30d770ccd575865b3106f94220ce1ace16e48f1a","ec-person-48f31156d932641826e09f5b73f074d35ff05786","eu-tr-836939615933-24"]}} -{"id":"ec-meeting-2018-11-13-96a6520ad4ff6e95d96d940af192fa57e1751fc3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-13 - Cabinet of Commissioner Elżbieta Bieńkowska x DIGITALEUROPE"],"date":["2018-11-13"],"summary":["Common charger & harmonised standards, e-labelling"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-64270747023-20","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2018-11-13-a5645729e5d5a75b964cbe7bb8cfa0990220ee31","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-13 - Cabinet of Commissioner Violeta Bulc x NATS Ltd"],"date":["2018-11-13"],"summary":["meeting with Jevon Snell"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-9d4dc4867a44dfe10f67ae7ee1706da3e8b48a24","eu-tr-15257643846-58"]}} -{"id":"ec-meeting-2018-11-13-d3cfcb99eb2548ada904879a499fe108d58f89ea","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-13 - Climate Action x European Aluminium AISBL"],"date":["2018-11-13"],"summary":["Main findings of European Aluminium’s Vision 2050 report"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-clima"],"involved":["ec-person-9c5c685692a09a77f2bc8ae9c05663b87cd75aae","eu-tr-9224280267-20"]}} -{"id":"ec-meeting-2018-11-13-eccee80660fe5893a5e63ed7587fc257f143ca61","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-13 - Cabinet of First Vice-President Frans Timmermans x EUROPEAN TRADE UNION CONFEDERATION"],"date":["2018-11-13"],"summary":["Social dialogue, better regulation, work-life balance, company law, whistleblowing, MFF"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["ec-person-966667b73d92624be9bb019c2baab7e52331b3d3","eu-tr-06698681039-26"]}} -{"id":"ec-meeting-2018-11-14-01b03fb6d3e8f5210438d91bb1e88708b24b1bef","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-14 - Cabinet of First Vice-President Frans Timmermans x European Potato Processors' Association"],"date":["2018-11-14"],"summary":["Colombia anti dumping measures"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["ec-person-6c0efbf1635ca0cb8dce32e129231fa3136f600b","eu-tr-163461511626-21"]}} -{"id":"ec-meeting-2018-11-14-083efecc47f1403f717edee3224c1cc4a1bca9fb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-14 - Cabinet of Commissioner Tibor Navracsics x ICMP - The global voice of music publishing"],"date":["2018-11-14"],"summary":["•\tThe EU Copyright Directive proposal in trilogue phase;"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-49f31dad10f5641cb1d1e4c3107dd838389e8120","eu-tr-65684839099-72"]}} -{"id":"ec-meeting-2018-11-14-0d1a952995b93a4fce22105f4800013c37db9300","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-14 - Cabinet of Vice-President Maroš Šefčovič x ENGIE"],"date":["2018-11-14"],"summary":["Market Design Directive"],"notes":["Portfolio: Energy Union"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-442becb1e681f03d9df1dc59e73ecf1336c48402","eu-tr-90947457424-20"]}} -{"id":"ec-meeting-2018-11-14-149326c5a9c700837695afc955424659b9c865f2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-14 - Cabinet of Vice-President Jyrki Katainen x Confederación Española de Organizaciones Empresariales"],"date":["2018-11-14"],"summary":["CMU, InvestEU and MFF"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-567e71ed1b2c1e3f5ed12f2c3bedf7e9e69a9158","eu-tr-02963738854-41"]}} -{"id":"ec-meeting-2018-11-14-1745075774a1584298b356b5f873d1432154624f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-14 - Cabinet of Vice-President Cecilia Malmström x Amazon Europe Core SARL"],"date":["2018-11-14"],"summary":["The proposed Goods package"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-366117914426-10","ec-person-591ec829ca734bcfe59a2c9c7f07f9dff22a0ea9"]}} -{"id":"ec-meeting-2018-11-14-19abcead737186e95aa40f04844b6515f347ef25","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-14 - Cabinet of Commissioner Mariya Gabriel x GSMA Europe"],"date":["2018-11-14"],"summary":["MWC"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-30988577529-37","ec-person-373f2218f4fac4183e3c247b83f431b60637bca5"]}} -{"id":"ec-meeting-2018-11-14-1b29b8c10af2fefbba31a450100a09283fee3f40","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-14 - Cabinet of Commissioner Marianne Thyssen x Confederation of Family Organisations in the European Union"],"date":["2018-11-14"],"summary":["Discussion on gender equality and families in Europe"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["ec-person-5528caa0f79478c045f9f7d077dc9e03c09edb31","eu-tr-93283396780-85"]}} -{"id":"ec-meeting-2018-11-14-340c1d607bdd6d5c3810c511e4dd718b23ad35dd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-14 - Cabinet of First Vice-President Frans Timmermans x Confederation of Family Organisations in the European Union"],"date":["2018-11-14"],"summary":["discussion on gender equality and families in Europe"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels, BERL"],"address":["Brussels, BERL"],"addressEntity":["addr-3c3fa5f92474ebac668808553fbab6d1c14aa243"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-93283396780-85","ec-person-8d1c5ff76a431332387aa10936b0bff13f7d71fd"]}} -{"id":"ec-meeting-2018-11-14-3f9f66f8c0ebb027bf98b31d1f00d6217fdef3bd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-14 - Cabinet of Commissioner Margrethe Vestager x EUROPEAN TRADE UNION CONFEDERATION"],"date":["2018-11-14"],"summary":["Competition policy"],"notes":["Portfolio: Competition"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-margrethe-of-vestager"],"involved":["ec-person-baa1c172df109ebd1f0307bccb5e21aec66c7a25","eu-tr-06698681039-26"]}} -{"id":"ec-meeting-2018-11-14-4d2a452c81e3969beca6cb4c8ea01e2a7f30818b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-14 - Cabinet of Vice-President Maroš Šefčovič x EVN AG"],"date":["2018-11-14"],"summary":["Bulgarian Energy Market"],"notes":["Portfolio: Energy Union"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-442becb1e681f03d9df1dc59e73ecf1336c48402","eu-tr-322223416295-50"]}} -{"id":"ec-meeting-2018-11-14-5cfe54e6603b6529f2bcc2e335d0aa4f44d5949b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-14 - Cabinet of Commissioner Phil Hogan x Institute for European Environmental Policy"],"date":["2018-11-14"],"summary":["Climate policy"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-934329423960-72","ec-person-68b8e931bdd0cafe77ab8e98d87edbea128d6c49"]}} -{"id":"ec-meeting-2018-11-14-62eb58d90089ec689e6bed2fee742d87ab0f40c7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-14 - Cabinet of Commissioner Vytenis Andriukaitis x Finsbury Glover Hering Europe GmbH"],"date":["2018-11-14"],"summary":["HTA"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-059ca943fc5fc696d2a97849c635ddf7b6ab7fd7","eu-tr-578189413297-97"]}} -{"id":"ec-meeting-2018-11-14-6da093ad8d95e46ef2a47f04fd7162bf0c019412","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-14 - Mobility and Transport x International Consolidated Airlines Group"],"date":["2018-11-14"],"summary":["update on aviation issues"],"location":["Madrid, Spain"],"address":["Madrid, Spain"],"addressEntity":["addr-f2c4f2ef1ea88618aa1533f69b0d18fc1125a9d2"],"organizer":["ec-dg-move"],"involved":["ec-person-26cdfacae671b09917bee1a91c91973941fa58a2","eu-tr-60340504060-88"]}} -{"id":"ec-meeting-2018-11-14-7c1c60ac34d8b365ea8a7c00111b8b5ce77a8bf5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-14 - Cabinet of Commissioner Carlos Moedas x Netherlands house for Education and Research"],"date":["2018-11-14"],"summary":["Horizon Europe"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["eu-tr-01678796979-90","ec-person-0a716bf5253e913fc40ebf14c12f30dc2e7a06ee"]}} -{"id":"ec-meeting-2018-11-14-ac473a2d663e47fec18e16f90fe3158d28f1fa82","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-14 - Cabinet of Vice-President Maroš Šefčovič x Statnett SF"],"date":["2018-11-14"],"summary":["Preparation Energy Roundtable"],"notes":["Portfolio: Energy Union"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-442becb1e681f03d9df1dc59e73ecf1336c48402","eu-tr-05001306886-41"]}} -{"id":"ec-meeting-2018-11-14-b106a2f3013104f63c843850de8ea03ff67991fe","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-14 - Cabinet of Vice-President Günther Oettinger x Google"],"date":["2018-11-14"],"summary":["Copyright"],"notes":["Portfolio: Budget & Human Resources"],"location":["Strasbourg"],"address":["Strasbourg"],"addressEntity":["addr-a7b90170b4a5bf2d1d09ccfd109b57e0a030cfc4"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-03181945560-59","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2018-11-14-b53c0f08e027671ca2c145f684dd569594848dc0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-14 - Cabinet of Commissioner Margrethe Vestager x Mozilla Corporation"],"date":["2018-11-14"],"summary":["Digitisation and competition policy"],"notes":["Portfolio: Competition"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-margrethe-of-vestager"],"involved":["ec-person-947ab3027ba90ce15968614ce35c12506b7a43ac","eu-tr-174457719063-67"]}} -{"id":"ec-meeting-2018-11-14-c1d36b15e913e63123d79da67ef7408dbe4034a9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-14 - Financial Stability, Financial Services and Capital Markets Union x PayPal PLC, Belgian Branch"],"date":["2018-11-14"],"summary":["recent developments in the payments market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-94256896677-14","ec-person-bdee7a93f95c8ef05079539170139b3c02e8ed96"]}} -{"id":"ec-meeting-2018-11-14-c4d974eb7d268720b8e26fb0408dd4eb7350251a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-14 - Research and Innovation x The European Steel Association"],"date":["2018-11-14"],"summary":["Horizon Europe"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-rtd"],"involved":["eu-tr-93038071152-83","ec-person-1d348f33395de0ea6773a7b4ae8797e3e0392f73"]}} -{"id":"ec-meeting-2018-11-14-d08179aa931c1f89ecfe91573c0c1c3bad98f210","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-14 - Cabinet of Commissioner Violeta Bulc x Airbus"],"date":["2018-11-14"],"summary":["Meeting with Nathalie Errard, Senior Vice President, Head of EU & NATO affairs for Airbus"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-5012c5e45a52ee8ce67d19c1781a127af53e73e7","ec-person-9d4dc4867a44dfe10f67ae7ee1706da3e8b48a24","eu-tr-2732167674-76"]}} -{"id":"ec-meeting-2018-11-14-d53a18aeb4053fa2586635209eea8845ede15bc1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-14 - Employment, Social Affairs and Inclusion x Netherlands house for Education and Research"],"date":["2018-11-14"],"summary":["Courtesy visit"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-empl"],"involved":["eu-tr-01678796979-90","ec-person-dd259fce880e1853f0beb087443bce6e7dea70d7"]}} -{"id":"ec-meeting-2018-11-14-ff96e40fb23b03b6c3f04ba9e03b99cb55acb09f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-14 - Financial Stability, Financial Services and Capital Markets Union x EUROFI"],"date":["2018-11-14"],"summary":["Eurofi agenda"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["ec-person-bdee7a93f95c8ef05079539170139b3c02e8ed96","eu-tr-525103133519-45"]}} -{"id":"ec-meeting-2018-11-15-004c1060c28e2f065e96bb53d4afc806f884b410","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-15 - Employment, Social Affairs and Inclusion x Confederation of Finnish Industries EK"],"date":["2018-11-15"],"summary":["Exchange of views about the remaining legislative work of the current parliamentary period as well as the next Commission’s work programme"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-empl"],"involved":["ec-person-dd259fce880e1853f0beb087443bce6e7dea70d7","eu-tr-1274604847-34"]}} -{"id":"ec-meeting-2018-11-15-019007f244b9f65912974410349a2dc487b69baa","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-15 - Cabinet of Vice-President Karmenu Vella x Kemira Oyj"],"date":["2018-11-15"],"summary":["Single Use Plastics"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["eu-tr-893889610875-77","ec-person-e3c587153be49902cde115f568bd5e9a9d548743"]}} -{"id":"ec-meeting-2018-11-15-01a9573cb20a323fd3b5cc665d9bc185e7ac391a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-15 - Cabinet of Commissioner Mariya Gabriel x DOT Europe"],"date":["2018-11-15"],"summary":["Copyright"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-53905947933-43","ec-person-13ac9a19d8d04f97c0d32603d014df0dd4e1cd2a"]}} -{"id":"ec-meeting-2018-11-15-0640c37151c5b74e65cb2daa250c71c25d7ec2e4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-15 - Cabinet of First Vice-President Frans Timmermans x Vereniging VNO-NCW"],"date":["2018-11-15"],"summary":["Consumer law package"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["ec-person-4076aef8226bd451277bfd5135aa27d63b2ac548","eu-tr-13255254129-80"]}} -{"id":"ec-meeting-2018-11-15-1bc0c35b089f88b9be0203e97a4c2ebef039c5e2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-15 - Cabinet of Vice-President Valdis Dombrovskis x None"],"date":["2018-11-15"],"summary":["ESAs review package, Brexit, Sustainable Finance"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-6182372280-83","ec-person-48f31156d932641826e09f5b73f074d35ff05786","eu-tr-3505006282-58","ec-person-a9eda2e8ea54b70a968327672c6cada679d3cd56"]}} -{"id":"ec-meeting-2018-11-15-223fecad9adfc38c91141677bf22eaab7cc11371","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-15 - Cabinet of Vice-President Miguel Arias Cañete x ASOCIACIÓN ESPAÑOLA DE FABRICANTES DE AUTOMÓVILES Y CAMIONES"],"date":["2018-11-15"],"summary":["CO2 regulation"],"notes":["Portfolio: Climate Action & Energy"],"location":["Madrid"],"address":["Madrid"],"addressEntity":["addr-7a2191964a3d7521269f0068afae6b6116bac15d"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-814112514572-47","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd"]}} -{"id":"ec-meeting-2018-11-15-25a2441981db4261bf26bc1817e849b453103472","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-15 - Cabinet of Vice-President Andrus Ansip x Société des Auteurs, Compositeurs et Editeurs de Musique"],"date":["2018-11-15"],"summary":["Copyright, SatCab"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-e91c5be432b6b3efdda369792fed67c20b767a45","eu-tr-829208810503-45","ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0"]}} -{"id":"ec-meeting-2018-11-15-2cb6bd0bf84a19066371169c4fb4e7afa89c7c77","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-15 - Cabinet of Commissioner Violeta Bulc x Alstom"],"date":["2018-11-15"],"summary":["Road issues"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-dd7851e4a1e747e824b4f81139e33bc3cdb73160","eu-tr-43284012043-03"]}} -{"id":"ec-meeting-2018-11-15-33a62f1e8186b8b238930162af32a3e5ef6b5ffa","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-15 - Cabinet of Vice-President Cecilia Malmström x Samsung Electronics Europe Metal Packaging Europe External Affairs ASBL Orgalim – Europe's Technology Industries Association des Constructeurs Européens d'Automobiles European Association of the Electricity Transmission and Distribution Equipment and Services Industry European Association Automotive Suppliers Vestas Wind Systems A/S"],"date":["2018-11-15"],"summary":["Possible safeguards"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-769186224869-06","eu-tr-91408765797-03","eu-tr-0649790813-47","eu-tr-40471017282-57","eu-tr-867965517169-77","ec-person-20ded9db5df11164331bb161fdf234b1e5ad53fd","eu-tr-20210641335-88","eu-tr-90453504235-64","ec-person-591ec829ca734bcfe59a2c9c7f07f9dff22a0ea9"]}} -{"id":"ec-meeting-2018-11-15-3638dbdd591a3bc1f6145586ff11bd68cf8ce79e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-15 - Cabinet of Vice-President Valdis Dombrovskis x European Association of Co-operative Banks"],"date":["2018-11-15"],"summary":["Implementation of PDS2, Benchmark Regulation, Banking Package"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-48f31156d932641826e09f5b73f074d35ff05786","eu-tr-4172526951-19","ec-person-a9eda2e8ea54b70a968327672c6cada679d3cd56"]}} -{"id":"ec-meeting-2018-11-15-40152fba9efc1aece05fd8c28b64e62729a6c757","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-15 - Cabinet of Vice-President Jyrki Katainen x ARKEMA Burson Cohn & Wolfe Sprl"],"date":["2018-11-15"],"summary":["Deteriorating market conditions for automotive air conditioning"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-35321797057-83","ec-person-81b1dda49062e5dac42bdad9273fa72968a2c325","eu-tr-9155503593-86"]}} -{"id":"ec-meeting-2018-11-15-6c25ee20ba8e4580a437ae0e85a1848e787ad265","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-15 - Cabinet of Commissioner Carlos Moedas x Aga Khan Foundation (United Kingdom)"],"date":["2018-11-15"],"summary":["Education and Digital Skills"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["eu-tr-250210033472-34","ec-person-01051f0f33bfdc2ecc41873c02cae666c5e0d099","ec-person-23980b2bc4fd9c82051d0f7888dc236b2f764866"]}} -{"id":"ec-meeting-2018-11-15-761ea9de090d624a3888ef30e316d205d2ca389f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-15 - Cabinet of Vice-President Cecilia Malmström x International Chamber of Commerce"],"date":["2018-11-15"],"summary":["Trade reform efforts and WTO and OECD"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-19b143e83f8ab978c55c8a9a9e49e06dbfa14bf3","eu-tr-50674299591-83"]}} -{"id":"ec-meeting-2018-11-15-9dca2f4f6ab5d2f961ef085cece4766dc9173736","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-15 - Cabinet of Vice-President Miguel Arias Cañete x LUZCONTROL ELÉCTRICA"],"date":["2018-11-15"],"summary":["EU energy market"],"notes":["Portfolio: Climate Action & Energy"],"location":["Madrid"],"address":["Madrid"],"addressEntity":["addr-7a2191964a3d7521269f0068afae6b6116bac15d"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-114648833522-36","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd"]}} -{"id":"ec-meeting-2018-11-15-a67b130996291ad44610d0f3532aabbbf41c05f7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-15 - Cabinet of Commissioner Pierre Moscovici x FTI Consulting Belgium Anglo American Rio Tinto"],"date":["2018-11-15"],"summary":["Global tax initiatives, initiatives relating to third countries and CBCR"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["eu-tr-627987212276-53","eu-tr-932483333204-67","eu-tr-29896393398-67","ec-person-1d299d025d2afdcba46db3d131b6197fab6e0c89"]}} -{"id":"ec-meeting-2018-11-15-af179597ccec9ab064f184f57d982b931562fd7f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-15 - Cabinet of Vice-President Valdis Dombrovskis x Association for Financial Markets in Europe"],"date":["2018-11-15"],"summary":["PRIIPs"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-30d770ccd575865b3106f94220ce1ace16e48f1a","eu-tr-65110063986-76"]}} -{"id":"ec-meeting-2018-11-15-b76671e7bf67b50a42583c4bd1c58ec05e019ea5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-15 - Cabinet of Commissioner Mariya Gabriel x European Magazine Media Association"],"date":["2018-11-15"],"summary":["Copyright"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-37937886834-69","ec-person-13ac9a19d8d04f97c0d32603d014df0dd4e1cd2a"]}} -{"id":"ec-meeting-2018-11-15-bd98ad9877eff97a66390401c496e7951ce39604","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-15 - Cabinet of Vice-President Valdis Dombrovskis x Intesa Sanpaolo"],"date":["2018-11-15"],"summary":["Italian banking system - Intesa Sanpaolo, Non-performing loans package, Banking package"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-24037141789-48","ec-person-48f31156d932641826e09f5b73f074d35ff05786","ec-person-a9eda2e8ea54b70a968327672c6cada679d3cd56"]}} -{"id":"ec-meeting-2018-11-15-c8ccd5b0c2d4ea6cf8dbbaf6b7b562d2bfb9be80","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-15 - Cabinet of Commissioner Phil Hogan x Bunge Ltd"],"date":["2018-11-15"],"summary":["Agri Trade in Europe & Asia"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-a1a78365cc4685b0958056646204977d8f2ead92","eu-tr-30701218296-12"]}} -{"id":"ec-meeting-2018-11-15-cb6a7789afeb7325fac381d320315f0fce38e37c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-15 - Cabinet of Vice-President Jyrki Katainen x Erste Group Bank AG"],"date":["2018-11-15"],"summary":["Promoting social investment on EU level"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-910859715397-14","ec-person-c3d85c41b6b842aae5c953d41fda5f240a5d0969"]}} -{"id":"ec-meeting-2018-11-15-cde7598b4ff167c3a2c89acf67c1c1a86c46236d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-15 - Cabinet of Commissioner Věra Jourová x IBM Corporation"],"date":["2018-11-15"],"summary":["GDPR, e-privacy"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["eu-tr-7721359944-96","ec-person-3269ef00f0778677e6f4c8e0f72ce019084206fb"]}} -{"id":"ec-meeting-2018-11-15-d5a0df55a1a489d6e944a0bf53968f6ef4a31862","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-15 - Cabinet of Vice-President Miguel Arias Cañete x European Solar Thermal Electricity Association"],"date":["2018-11-15"],"summary":["State of play and future developments of Renewable Energy in Europe"],"notes":["Portfolio: Climate Action & Energy"],"location":["Madrid"],"address":["Madrid"],"addressEntity":["addr-7a2191964a3d7521269f0068afae6b6116bac15d"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-347776811076-78","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd"]}} -{"id":"ec-meeting-2018-11-16-313f141242bf892428e987dc1cc18f683b91de45","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-16 - Cabinet of Vice-President Cecilia Malmström x WindEurope Siemens AG Vestas Wind Systems A/S"],"date":["2018-11-16"],"summary":["safeguard investigation on steel products"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-769186224869-06","eu-tr-19920706471-21","eu-tr-4266797770-31","ec-person-591ec829ca734bcfe59a2c9c7f07f9dff22a0ea9"]}} -{"id":"ec-meeting-2018-11-16-314e42d2661f582f9b33829cf522e3a315ff6d73","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-16 - Cabinet of Commissioner Phil Hogan x Arla Foods amba"],"date":["2018-11-16"],"summary":["Agri Foods"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["ireland"],"address":["ireland"],"addressEntity":["addr-ce9415510a40957bd9f4060182f29d08354f64ec"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-a1a78365cc4685b0958056646204977d8f2ead92","eu-tr-479299526321-12"]}} -{"id":"ec-meeting-2018-11-16-4d3d00a51a81b8f129e09d5d641c79cd42bdaeb9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-16 - Cabinet of Commissioner Phil Hogan x European Dairy Association aisbl"],"date":["2018-11-16"],"summary":["Address Annual Convention"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Ireland"],"address":["Ireland"],"addressEntity":["addr-eb2131ece0efe78ee8bb1ae98af6099114a8df09"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-42967152383-63","ec-person-a1a78365cc4685b0958056646204977d8f2ead92"]}} -{"id":"ec-meeting-2018-11-16-5b80d9dbeabdee0fc44f4c94392cefe3d89fb26b","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2018-11-16 - Cabinet of Commissioner Elżbieta Bieńkowska x Andart Global"],"date":["2018-11-16"],"summary":["ODA funding for space"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["ec-person-685ecf13dd26cd515c961e24ba71049af2302c5e","eu-tr-232837233056-64"]}} -{"id":"ec-meeting-2018-11-16-82a7e898a2f3c6257f791ec95b6ac4a390f450c5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-16 - Cabinet of Vice-President Jyrki Katainen x Intesa Sanpaolo"],"date":["2018-11-16"],"summary":["Intesa Sanpaolo latest results and business strategy."],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90","eu-tr-24037141789-48"]}} -{"id":"ec-meeting-2018-11-16-8a5549dfa1adfe257755f5e979b5407d9b44e82a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-16 - Joint Research Centre x ESET, spol. s r.o."],"date":["2018-11-16"],"summary":["Discussion about the cyber security challenges in the EU and identification of research and technological gaps"],"location":["Bratislava"],"address":["Bratislava"],"addressEntity":["addr-9eddf74134fcd79ac3f510f8f67cef3f68fb2c0d"],"organizer":["ec-dg-jrc"],"involved":["eu-tr-910718933141-09","ec-person-b3e6b7a4bd40eead1b939244f1cb4e9bdaf65f46"]}} -{"id":"ec-meeting-2018-11-16-c1868cab6ebc42375b601021f669ca742bbd0efe","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-16 - Cabinet of Vice-President Günther Oettinger x Siemens AG"],"date":["2018-11-16"],"summary":["Industriel Policy"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["ec-person-55a0b11edfe9b0b76e526f72b1ec2e9f2f74d5bc","eu-tr-4266797770-31"]}} -{"id":"ec-meeting-2018-11-16-d7f8b47ce4cb7e2bf3cb5c1fa1a87fce1d58f8e4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-16 - Mobility and Transport x EUROPEAN BUSINESS AVIATION ASSOCIATION"],"date":["2018-11-16"],"summary":["business aviation developments"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-move"],"involved":["eu-tr-120566513356-64","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2018-11-17-e6c832d4e4babc93b29caa7d6167c3415861e0d3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-17 - Cabinet of Commissioner Violeta Bulc x European Road Transport Research Advisory Council"],"date":["2018-11-17"],"summary":["Meeting with Hidria CEO"],"notes":["Portfolio: Transport"],"location":["Ljubljana"],"address":["Ljubljana"],"addressEntity":["addr-be95acba75b6b18917b2638aae79ec1300c77c35"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-855647016671-07","ec-person-4d2b449b5047ea3fda435a2a1c1081e3babcdf76","ec-person-a9f4fe47da47a1b05bbfda9825908089d11bda93"]}} -{"id":"ec-meeting-2018-11-19-052f597a777382b73631123155a7f199d804ff51","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-19 - Cabinet of Commissioner Marianne Thyssen x European Association of Homes and Services for the Ageing"],"date":["2018-11-19"],"summary":["Vision document on Long-term care in Europe"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["eu-tr-81317437623-13","ec-person-ce19440eacb8fd67f534bdbcce33a1c4cedfd071"]}} -{"id":"ec-meeting-2018-11-19-0f933327f9299a465919bf252e7a111bb04bf45c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-19 - Cabinet of Vice-President Karmenu Vella x Imperial College London, Malabo Montpellier Panel"],"date":["2018-11-19"],"summary":["Carbon Footprint"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["ec-person-e3c587153be49902cde115f568bd5e9a9d548743","eu-tr-056205215657-75"]}} -{"id":"ec-meeting-2018-11-19-17f764e5484c9533b2fca2d6bdaec82898db56c2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-19 - Cabinet of Vice-President Andrus Ansip x Confederation of Swedish Enterprise"],"date":["2018-11-19"],"summary":["General presentation of DSM"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-39912257528-48","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45"]}} -{"id":"ec-meeting-2018-11-19-20923c955545fe19d9c54f0a7b368ddcb8d28c41","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-19 - Secretariat-General x European Policy Centre"],"date":["2018-11-19"],"summary":["Speech on the achievements of the Juncker Commission."],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-sg"],"involved":["eu-tr-89632641000-47","ec-person-97a74c3df4cdf4db05e274aab8204536eca85f92"]}} -{"id":"ec-meeting-2018-11-19-34cab95e5830cb186fef1ca04e8dc3eedee47543","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-19 - Secretariat-General x Bundesverband der Freien Berufe"],"date":["2018-11-19"],"summary":["Keynote speech: the EU single market: yesterday, today and tomorrow"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-sg"],"involved":["ec-person-97a74c3df4cdf4db05e274aab8204536eca85f92","eu-tr-8116814461-28"]}} -{"id":"ec-meeting-2018-11-19-39f1bfe885a80b3155692fbf58cdb352b7ebc110","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-19 - Cabinet of Commissioner Carlos Moedas x Cargill"],"date":["2018-11-19"],"summary":["Bio-economy"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-0a716bf5253e913fc40ebf14c12f30dc2e7a06ee","eu-tr-01063261836-24"]}} -{"id":"ec-meeting-2018-11-19-41af8a482bd396b28b2817407e094106e9c32309","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-19 - Cabinet of Vice-President Jyrki Katainen x Aldersgate Group"],"date":["2018-11-19"],"summary":["next steps to develop Circular Economy"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-0da85dc48012e26688310a59a0b51727ea68f410","eu-tr-570633817416-75"]}} -{"id":"ec-meeting-2018-11-19-4c3588c6dbe9782285e20895654748f7e3b81db4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-19 - Cabinet of Commissioner Mariya Gabriel x Arteria Creative Network, Institute for Creative Industries"],"date":["2018-11-19"],"summary":["Culture in Western Balkans"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-432333133193-78","ec-person-d995d34a2f8b1f0bf6a17486f5699181d6a01e1c"]}} -{"id":"ec-meeting-2018-11-19-60a8d46c84352758cd06b8835bec8a95f8e6da13","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-19 - Cabinet of Commissioner Tibor Navracsics x Arteria Creative Network, Institute for Creative Industries"],"date":["2018-11-19"],"summary":["meeting about Arteria Creative Network"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["berl"],"address":["berl"],"addressEntity":["addr-1a66a945a7c848e2e3f1cd5f9692be1f16a0a484"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["eu-tr-432333133193-78","ec-person-49f31dad10f5641cb1d1e4c3107dd838389e8120"]}} -{"id":"ec-meeting-2018-11-19-736d71c50757a8cb37276fcc30aac3b4efd40ccb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-19 - Environment x European Landowners' Organization asbl"],"date":["2018-11-19"],"summary":["Wolves"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-env"],"involved":["eu-tr-36063991244-88","ec-person-3bc74ce04ea3f4ab4d91a5c88eef25b8b8a213b4"]}} -{"id":"ec-meeting-2018-11-19-82d3f745a23eb32b4cb7ab1fd0781c391eea3628","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-19 - Cabinet of First Vice-President Frans Timmermans x Aldersgate Group"],"date":["2018-11-19"],"summary":["discussion on the future of Circular Economy"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels, BERL"],"address":["Brussels, BERL"],"addressEntity":["addr-3c3fa5f92474ebac668808553fbab6d1c14aa243"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-570633817416-75","ec-person-8d1c5ff76a431332387aa10936b0bff13f7d71fd"]}} -{"id":"ec-meeting-2018-11-19-873afba2dac79cd4d350567f664283e09baf0e66","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-19 - Cabinet of President Jean-Claude Juncker x Confederation of Swedish Enterprise"],"date":["2018-11-19"],"summary":["Working dinner on the Future of Europe"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-39912257528-48","ec-person-c402e34a99fbee730ae22e3b1958e21c94dc6fcc"]}} -{"id":"ec-meeting-2018-11-19-8fcd092154bcb7ac7b6ee57b0bee0981f2df1eaa","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-19 - Cabinet of Commissioner Elżbieta Bieńkowska x European Chamber of Commerce in Korea"],"date":["2018-11-19"],"summary":["business climate Korea, FTA"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-695571618824-45","ec-person-b2f9be51339f054477846797e2c119fcf16548fc"]}} -{"id":"ec-meeting-2018-11-19-b94ea8e23960f6871a1ae3375b2f2b750676e5ae","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-19 - Cabinet of Vice-President Karmenu Vella x Aldersgate Group"],"date":["2018-11-19"],"summary":["SDG"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["eu-tr-570633817416-75","ec-person-e3c587153be49902cde115f568bd5e9a9d548743"]}} -{"id":"ec-meeting-2018-11-19-d35d010c75499e82924b354eeb71a2fcbe5b5d78","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-19 - Cabinet of Commissioner Carlos Moedas x BRACCO"],"date":["2018-11-19"],"summary":["Research and Innovation in the Life Sciences Sector"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Milan"],"address":["Milan"],"addressEntity":["addr-5380bcebfb8a22dd30d3999731c61981051f0632"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["eu-tr-397293717993-83","ec-person-f7ccc3ad366dd2fdb24870e1c02ff2763539c82f","ec-person-23980b2bc4fd9c82051d0f7888dc236b2f764866"]}} -{"id":"ec-meeting-2018-11-19-deede755e9bb0a656173b85e11cd34baf276333a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-19 - Cabinet of Vice-President Cecilia Malmström x European Chamber of Commerce in Korea"],"date":["2018-11-19"],"summary":["Presentation of ECCK White Paper"],"notes":["Portfolio: Trade"],"location":["Brussels, Belgium."],"address":["Brussels, Belgium."],"addressEntity":["addr-33bd2d1a8be5ca867aa9c0e8d89d1cd6a1a28684"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-695571618824-45","ec-person-ce1312d2a248f71fe74eed58aa5915cfa445bbba"]}} -{"id":"ec-meeting-2018-11-19-f4caf8999ecf704ce303e004d495a206f6459abe","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-19 - Cabinet of Commissioner Corina Crețu x Equinor ASA"],"date":["2018-11-19"],"summary":["Offshore floating wind project on the Canary Islands"],"notes":["Portfolio: Regional Policy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-corina-cretu-of"],"involved":["eu-tr-4447605981-76","ec-person-c9d4945f28454cc49c4ea188c82e64b0dac3bd73"]}} -{"id":"ec-meeting-2018-11-19-fcb80bd7bc6deb0bd08f9790d1d22015f4678668","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-19 - Cabinet of Vice-President Cecilia Malmström x Bayerische Motoren Werke Aktiengesellschaft"],"date":["2018-11-19"],"summary":["EU-US Trade relations"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-cb8ca9ec2413722fa83484ed18dd76ace52d0118","eu-tr-7193977808-18"]}} -{"id":"ec-meeting-2018-11-20-00565618e14559bd74a5c27bfc4f113da34bb0ee","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-20 - Communications Networks, Content and Technology x Google"],"date":["2018-11-20"],"summary":["Copyright"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-03181945560-59","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2018-11-20-00d8b4d4ab70aa50877ad8ba647ce790e891da38","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-20 - Cabinet of Vice-President Cecilia Malmström x spiritsEUROPE"],"date":["2018-11-20"],"summary":["General Trade Issues"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-64926487056-58","ec-person-cb8ca9ec2413722fa83484ed18dd76ace52d0118"]}} -{"id":"ec-meeting-2018-11-20-0fb69615da3200368d11f686b159982bc64a9a2c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-20 - Cabinet of First Vice-President Frans Timmermans x Verein zur Förderung des Bergmannstages, der Rohstoffinitiative sowie der Aus- und Weiterbildung auf dem Gebiet der Rohstoffe"],"date":["2018-11-20"],"summary":["discussion on Circular Economy in Europe"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-596549722744-29","ec-person-8d1c5ff76a431332387aa10936b0bff13f7d71fd"]}} -{"id":"ec-meeting-2018-11-20-12ff86fe263f7bbed4bc12978d99a8a0e59b78f4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-20 - Cabinet of Vice-President Andrus Ansip x Deutsche Welle"],"date":["2018-11-20"],"summary":["Media policy, disinformation, Digital4Development"],"notes":["Portfolio: Digital Single Market"],"location":["Berlin"],"address":["Berlin"],"addressEntity":["addr-062b06ba8e755765c6b049809b7430fd54fe5b21"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-421591329311-65","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45","ec-person-6a03bc4fa7657513ea34529e98dba0671ef4c849","ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0"]}} -{"id":"ec-meeting-2018-11-20-1b9a09610d022dcb90769c1a9e8e8b8de4a982b8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-20 - Cabinet of Vice-President Jyrki Katainen x Finavia Corporation Miltton Europe"],"date":["2018-11-20"],"summary":["Aviation"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-60334418925-95","eu-tr-245377319023-40","ec-person-ccd2797b568cba38993df7d1dcc985dbc1eb439a"]}} -{"id":"ec-meeting-2018-11-20-201d65b616f9929886d4608939476a9cdf965b69","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-20 - Cabinet of Vice-President Karmenu Vella x Verein zur Förderung des Bergmannstages, der Rohstoffinitiative sowie der Aus- und Weiterbildung auf dem Gebiet der Rohstoffe"],"date":["2018-11-20"],"summary":["Circular Economy and Waste"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["eu-tr-596549722744-29","ec-person-e3c587153be49902cde115f568bd5e9a9d548743"]}} -{"id":"ec-meeting-2018-11-20-37ce85e098787ee5e27ad76efe798a063ae61ac2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-20 - Cabinet of President Jean-Claude Juncker x American Chamber of Commerce to the European Union"],"date":["2018-11-20"],"summary":["Speech Speech - Luncheon AmCham EU on the future of EU financial services policy"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-c402e34a99fbee730ae22e3b1958e21c94dc6fcc","eu-tr-5265780509-97"]}} -{"id":"ec-meeting-2018-11-20-3f016a68c322f572cd35d86bf5649a4e43184368","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-20 - Cabinet of President Jean-Claude Juncker x MEDICINES FOR EUROPE"],"date":["2018-11-20"],"summary":["Commission's proposal on a Supplementary Protection Certificate"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-48325781850-28","ec-person-c402e34a99fbee730ae22e3b1958e21c94dc6fcc"]}} -{"id":"ec-meeting-2018-11-20-478bef5eece3989f8b16898395c433cd527aa84e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-20 - Cabinet of Commissioner Tibor Navracsics x Union of European Football Associations"],"date":["2018-11-20"],"summary":["Trilateral Meeting with Cssr, Aleksander Ceferin and Andrea Agnelli"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["berl"],"address":["berl"],"addressEntity":["addr-1a66a945a7c848e2e3f1cd5f9692be1f16a0a484"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-dc2e0fed0fdf39a6a3f3ad63355c5215599de9d1","eu-tr-39217046408-27"]}} -{"id":"ec-meeting-2018-11-20-60283a5029d03bb0b09ecb276616ec0c51a1a0fe","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-20 - Cabinet of Vice-President Andrus Ansip x Banco Santander, S.A."],"date":["2018-11-20"],"summary":["DSM, Impact of Fin-tech"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-5db7bdd1c81da2e70eb5b982097d0004111b5c3e","eu-tr-799142914971-03"]}} -{"id":"ec-meeting-2018-11-20-67caae1aa3e35397dbefb4da7b8571e8936fedd7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-20 - Cabinet of Commissioner Mariya Gabriel x IFPI Representing recording industry worldwide"],"date":["2018-11-20"],"summary":["Copyright"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-60394321918-91","ec-person-13ac9a19d8d04f97c0d32603d014df0dd4e1cd2a"]}} -{"id":"ec-meeting-2018-11-20-790b8ee8ba548c7751516d1bf12e939d998a119c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-20 - Cabinet of Vice-President Valdis Dombrovskis x Intercontinental Exchange, Inc."],"date":["2018-11-20"],"summary":["Introductory meeting, discussion on international cooperation and EU’s equivalence system"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-48f31156d932641826e09f5b73f074d35ff05786","eu-tr-141041215133-83"]}} -{"id":"ec-meeting-2018-11-20-7bcd7ef6867c4396527a950b8dcb098d738aeb7f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-20 - Cabinet of Vice-President Jyrki Katainen x F-Secure Corporation"],"date":["2018-11-20"],"summary":["Artificial Intelligence"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-957279018810-11","ec-person-ccd2797b568cba38993df7d1dcc985dbc1eb439a"]}} -{"id":"ec-meeting-2018-11-20-93d70d88318c5f736c2b5ddb45bb2596dd28695b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-20 - Cabinet of Vice-President Jyrki Katainen x Kreab MM Kotkamills Oy"],"date":["2018-11-20"],"summary":["Plastics strategy"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-1078390517-54","eu-tr-196160532627-78","ec-person-ccd2797b568cba38993df7d1dcc985dbc1eb439a"]}} -{"id":"ec-meeting-2018-11-20-af179597ccec9ab064f184f57d982b931562fd7f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-20 - Cabinet of Vice-President Valdis Dombrovskis x Association for Financial Markets in Europe"],"date":["2018-11-20"],"summary":["Non-performing loans package"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-48f31156d932641826e09f5b73f074d35ff05786","eu-tr-65110063986-76"]}} -{"id":"ec-meeting-2018-11-20-b870477a4ee9c27e7507aff941d99f5a1dbe4b67","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-20 - Cabinet of Vice-President Jyrki Katainen x Intercontinental Exchange, Inc."],"date":["2018-11-20"],"summary":["Introductory meeting, discussion on international cooperation and EU’s equivalence system."],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-567e71ed1b2c1e3f5ed12f2c3bedf7e9e69a9158","eu-tr-141041215133-83"]}} -{"id":"ec-meeting-2018-11-20-c0390a79cf6599fbc70e8d4f1c29a3f7f2e0a602","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-20 - Cabinet of Vice-President Karmenu Vella x Endocrine Society"],"date":["2018-11-20"],"summary":["Endocrine Disruptor Communication"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["eu-tr-779755615332-09","ec-person-e3c587153be49902cde115f568bd5e9a9d548743"]}} -{"id":"ec-meeting-2018-11-20-c4d0878a7f7617a729e025d5b9e592159d349f5a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-20 - Maritime Affairs and Fisheries x FUNDACIÓN RENDEMENTO ECONÓMICO MÍNIMO SOSTIBLE E SOCIAL"],"date":["2018-11-20"],"summary":["Landing Obligation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-mare"],"involved":["eu-tr-027365111884-27","ec-person-a7b4b8418268a6d6c196b5e45f606fc92acbdb8c"]}} -{"id":"ec-meeting-2018-11-20-d0d00200e2c32e1f408437bf9dc3f0f003125089","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-20 - Climate Action x International Federation of Industrial Energy Consumers"],"date":["2018-11-20"],"summary":["Introduce IFIEC Europe, to discuss the EU’s future climate strategy, the role of energy intensive industries EU industry days workshop 2019"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-clima"],"involved":["ec-person-9c5c685692a09a77f2bc8ae9c05663b87cd75aae","eu-tr-1978775156-31"]}} -{"id":"ec-meeting-2018-11-20-d548c9db4db989b831e1d44570b3147a1a9c1c25","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-20 - Cabinet of President Jean-Claude Juncker x Banco Santander, S.A."],"date":["2018-11-20"],"summary":["FinTech"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-799142914971-03","ec-person-c402e34a99fbee730ae22e3b1958e21c94dc6fcc"]}} -{"id":"ec-meeting-2018-11-20-e1b3745e9cac6e50b752843a437ec0038024ad70","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-20 - Environment x Fundación ECOLEC"],"date":["2018-11-20"],"summary":["Waste Electrical and Electronic Equipment"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-env"],"involved":["eu-tr-757715333049-20","ec-person-3bc74ce04ea3f4ab4d91a5c88eef25b8b8a213b4"]}} -{"id":"ec-meeting-2018-11-20-e220259401cc5ff38c54f28a6697dc76250c4386","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-20 - Taxation and Customs Union x The American European Community Association"],"date":["2018-11-20"],"summary":["AECA Round-Table Conference-Luncheon on “EU challenges and priorities in the area of taxation”"],"location":["Brussels/Belgium"],"address":["Brussels/Belgium"],"addressEntity":["addr-c476280916fa20b5023288c48bfbed9c057a1c28"],"organizer":["ec-dg-taxud"],"involved":["ec-person-3173c1cc052827c58f23ccd3a8de07534f0d35bd","eu-tr-307603023489-82"]}} -{"id":"ec-meeting-2018-11-20-ebba661e193784d3f56b494e0c929fff49bf84d4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-20 - Environment x Bank of America Corporation"],"date":["2018-11-20"],"summary":["Sustainable Finance"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-env"],"involved":["eu-tr-53891615036-88","ec-person-3bc74ce04ea3f4ab4d91a5c88eef25b8b8a213b4"]}} -{"id":"ec-meeting-2018-11-20-f3113fe54b5761a7c98c4876b4c43469c959fcc6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-20 - Cabinet of Commissioner Phil Hogan x European Chamber of Commerce in Korea"],"date":["2018-11-20"],"summary":["Agri Matters"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-695571618824-45","ec-person-a1a78365cc4685b0958056646204977d8f2ead92"]}} -{"id":"ec-meeting-2018-11-20-f39bf85d783a747587ba05ab7a9df5ef9a464a62","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-20 - Cabinet of Vice-President Günther Oettinger x Verband der Chemischen Industrie e.V."],"date":["2018-11-20"],"summary":["current EU policies"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-15423437054-40","ec-person-b17d355ca19058898aba2ec032de59f8701d47f5"]}} -{"id":"ec-meeting-2018-11-20-fd71d6d9fc5172cb6e9966ec6bc79579af686c78","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-20 - Cabinet of Vice-President Maroš Šefčovič x Bank of America Corporation"],"date":["2018-11-20"],"summary":["Sustainable Finance"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-e74918e8eb8a9ef96da8cb06c0eae7ac5080d822","eu-tr-53891615036-88"]}} -{"id":"ec-meeting-2018-11-20-ff410e7e8dfd15642fe5151cdbc2ef9a7e6eb160","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-20 - Cabinet of Vice-President Cecilia Malmström x None"],"date":["2018-11-20"],"summary":["Methods to achieve access to minerals / sustainability policy"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-596549722744-29","ec-person-20ded9db5df11164331bb161fdf234b1e5ad53fd","eu-tr-11160169347-78","eu-tr-138083013988-72","eu-tr-480175226880-10","eu-tr-21877126545-33","ec-person-591ec829ca734bcfe59a2c9c7f07f9dff22a0ea9"]}} -{"id":"ec-meeting-2018-11-21-14495e301614fcced400285b38a46c94fa231e91","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-21 - Cabinet of Commissioner Vytenis Andriukaitis x European agri-cooperatives European farmers Confédération Européenne des Vignerons Indépendants"],"date":["2018-11-21"],"summary":["Alcohol labelling"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-b9c3f19e7c5f216e3e508f931ddd6a9cb59376d1","eu-tr-44856881231-49","eu-tr-09586631237-74","eu-tr-424179021711-46"]}} -{"id":"ec-meeting-2018-11-21-163ca61e666d59e0ebd481a952b35d1c4298201f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-21 - Cabinet of Vice-President Karmenu Vella x Kreab MM Kotkamills Oy"],"date":["2018-11-21"],"summary":["Single Use Plastics and alternatives to plastic"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["eu-tr-1078390517-54","eu-tr-196160532627-78","ec-person-e3c587153be49902cde115f568bd5e9a9d548743"]}} -{"id":"ec-meeting-2018-11-21-2190438ca5dcc62210364982d2f68024a37e6f36","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-21 - Cabinet of Commissioner Mariya Gabriel x Snap, Inc."],"date":["2018-11-21"],"summary":["current measures on content and communications"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["ec-person-d995d34a2f8b1f0bf6a17486f5699181d6a01e1c","eu-tr-976985829492-08"]}} -{"id":"ec-meeting-2018-11-21-2bee6c1be636f616428e9d6d62c4140ec3df69db","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-21 - Cabinet of Commissioner Tibor Navracsics x European Agency for Special Needs and Inclusive Education"],"date":["2018-11-21"],"summary":["Education"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["eu-tr-609904815975-13","ec-person-1da7ee09d46288ee4ea9db2b644bdcf9c3d6d000"]}} -{"id":"ec-meeting-2018-11-21-3084f00c9936aa6339784351d22dc5dbbf1b1123","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-21 - Cabinet of Vice-President Miguel Arias Cañete x Banco Santander, S.A."],"date":["2018-11-21"],"summary":["Situation économique dans l’Union Européenne"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-799142914971-03","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd"]}} -{"id":"ec-meeting-2018-11-21-3e3075abcb71e2c88e6bbeb8e3fa4fc247d1557c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-21 - Cabinet of Vice-President Valdis Dombrovskis x Lorenzo Codogno Macro Advisors Ltd Mediobanca - Banca di Credito Finanziario"],"date":["2018-11-21"],"summary":["European semester autumn package, deepening of EMU , banking union"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels, Berlaymont"],"address":["Brussels, Berlaymont"],"addressEntity":["addr-2d842da4e8cf3dbd0304d45e6b874d5f0aa57edf"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-f6170dbdd732fc460a713b82b57759ac5e77fdc6","eu-tr-722314616330-15","ec-person-48f31156d932641826e09f5b73f074d35ff05786","eu-tr-349357933259-10"]}} -{"id":"ec-meeting-2018-11-21-439be2e6b0dff21c0dc95fbba7a8d9cd81bff418","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-21 - Cabinet of Commissioner Marianne Thyssen x Zurich Insurance Company Ltd"],"date":["2018-11-21"],"summary":["Income Gap Protection and the European Pillar of Social Rights"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["ec-person-ce19440eacb8fd67f534bdbcce33a1c4cedfd071","eu-tr-499059113403-37"]}} -{"id":"ec-meeting-2018-11-21-495d6c01afb37302cd52b14db801994645b4290a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-21 - Cabinet of Vice-President Jyrki Katainen x Rolls-Royce plc"],"date":["2018-11-21"],"summary":["Single Market"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-58290033126-06","ec-person-ccd2797b568cba38993df7d1dcc985dbc1eb439a"]}} -{"id":"ec-meeting-2018-11-21-49abef11ec48f6f4ed2d77da1480b60edbe88c58","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-21 - Cabinet of Vice-President Valdis Dombrovskis x Danske Bank A/S"],"date":["2018-11-21"],"summary":["EMU"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-64866663811-42","ec-person-48f31156d932641826e09f5b73f074d35ff05786"]}} -{"id":"ec-meeting-2018-11-21-4da26a6f17efc2b1986aa111a5341ed8cdbbb4d0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-21 - Cabinet of Commissioner Violeta Bulc x European Cockpit Association European Transport Workers' Federation"],"date":["2018-11-21"],"summary":["Meeting on Working conditions in aviation"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-39838147687-59","ec-person-4d2b449b5047ea3fda435a2a1c1081e3babcdf76","ec-person-9d4dc4867a44dfe10f67ae7ee1706da3e8b48a24","eu-tr-92545571128-74"]}} -{"id":"ec-meeting-2018-11-21-52a9faaf9b7caad58e4b3e178e91a294ab401e41","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-21 - Cabinet of Commissioner Violeta Bulc x Belron International Limited"],"date":["2018-11-21"],"summary":["To discuss conencted cars"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-895912527289-92","ec-person-9fddf13de7f65229b7da7c5b25dca1630cad3c48"]}} -{"id":"ec-meeting-2018-11-21-5645c176dcaa4e4178c1942d603e39c7e6acccdc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-21 - Cabinet of Vice-President Günther Oettinger x The ONE Campaign"],"date":["2018-11-21"],"summary":["MFF"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-26098317349-65","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2018-11-21-5b343d8b3458c3a3fa5f24c76ab84ef6d9ba33f9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-21 - Cabinet of Commissioner Margrethe Vestager x Banco Santander, S.A."],"date":["2018-11-21"],"summary":["Digitisation and competition policy"],"notes":["Portfolio: Competition"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-margrethe-of-vestager"],"involved":["ec-person-baa1c172df109ebd1f0307bccb5e21aec66c7a25","eu-tr-799142914971-03"]}} -{"id":"ec-meeting-2018-11-21-5c552f728441c0a6904c0400dc657aed569d7ff0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-21 - Cabinet of Vice-President Karmenu Vella x Mirpuri Foundation"],"date":["2018-11-21"],"summary":["Ocean Governance, Ocean Literacy"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["eu-tr-812668933528-06","ec-person-2966d69fae0ea4e67f3f2df5a743cc766267d3c8"]}} -{"id":"ec-meeting-2018-11-21-666dbaa003549fbc39d717941ae7032931455c74","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-21 - Cabinet of Vice-President Jyrki Katainen x European Chamber of Commerce in Korea"],"date":["2018-11-21"],"summary":["EU South Korea trade"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-695571618824-45","ec-person-ccd2797b568cba38993df7d1dcc985dbc1eb439a"]}} -{"id":"ec-meeting-2018-11-21-75f1f9cfd7ba3388dd97b5542a48d92ca15ca9b9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-21 - Cabinet of Vice-President Cecilia Malmström x European Steel Tube Association"],"date":["2018-11-21"],"summary":["steel safeguard investigation, steel imports from Turkey"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-52986552165-55","ec-person-591ec829ca734bcfe59a2c9c7f07f9dff22a0ea9"]}} -{"id":"ec-meeting-2018-11-21-81b3279117f40131310fd555a725cd2562849b35","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-21 - Cabinet of Vice-President Maroš Šefčovič x Qatar Airways"],"date":["2018-11-21"],"summary":["On the occasion of an invitation to a Member of EP event: discussion on Aviation Policy"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-842194125102-63","ec-person-1f95be23689cd4ed0a26fe2980f760ccf2d55c1e"]}} -{"id":"ec-meeting-2018-11-21-82dc391f635d42d1b5705b465b39941ed04c886c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-21 - Cabinet of Commissioner Pierre Moscovici x None"],"date":["2018-11-21"],"summary":["Economic outlook; European Semester package; future of EMU"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["eu-tr-363652933256-53","eu-tr-800709333245-03","eu-tr-776240933252-75","eu-tr-322407933266-48","eu-tr-642574428317-91","eu-tr-447187333291-94","eu-tr-94607479886-02","eu-tr-51436554494-18","eu-tr-654488433264-40","eu-tr-142577333268-23","eu-tr-028925933267-28","eu-tr-295841533244-20","eu-tr-306747532536-35","eu-tr-05503341949-54","eu-tr-114759333247-19","eu-tr-153269531817-34","eu-tr-631490533248-32","eu-tr-884919433275-26","ec-person-ac604755dc7677c8653a5a5172e851f7c8e468b4","eu-tr-87948608746-55","eu-tr-349357933259-10","eu-tr-334705833258-28"]}} -{"id":"ec-meeting-2018-11-21-8b541b7ac282faf1da4559288e0b5f7e398b54cd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-21 - Cabinet of Commissioner Marianne Thyssen x European Cockpit Association European Transport Workers' Federation"],"date":["2018-11-21"],"summary":["Working conditions in aviation"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["eu-tr-39838147687-59","ec-person-c508e9337eca6b067c1f966b82de49c4824a3ad0","eu-tr-92545571128-74"]}} -{"id":"ec-meeting-2018-11-21-9cd7ca631c54cee9c150ed4d1bc127b6177102ef","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-21 - Communications Networks, Content and Technology x European Newspaper Publishers' Association"],"date":["2018-11-21"],"summary":["Copyright"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-5950962136-12","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2018-11-21-9f2db56a621d78f010eece1686c2d09e6c15ea18","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-21 - Cabinet of Vice-President Jyrki Katainen x Akava ry Miltton Europe"],"date":["2018-11-21"],"summary":["Roadmap to Sibiu"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-98086919699-94","eu-tr-245377319023-40","ec-person-ccd2797b568cba38993df7d1dcc985dbc1eb439a"]}} -{"id":"ec-meeting-2018-11-21-a493ab5e8aff58f83b89e50bce60a317d39044eb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-21 - Cabinet of Vice-President Valdis Dombrovskis x Tradeweb Europe Limited"],"date":["2018-11-21"],"summary":["MiFID, Brexit"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-139480220187-14","ec-person-30d770ccd575865b3106f94220ce1ace16e48f1a"]}} -{"id":"ec-meeting-2018-11-21-b8b7977e641a1ab67a1ed84ffe9ab6234622a245","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-21 - Cabinet of Commissioner Mariya Gabriel x Vodafone Belgium SA"],"date":["2018-11-21"],"summary":["Telecom markets"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-90142503473-81","ec-person-373f2218f4fac4183e3c247b83f431b60637bca5"]}} -{"id":"ec-meeting-2018-11-21-b8be422ec6dd5a23ea37fb66daaeeef41bc87da7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-21 - Cabinet of Vice-President Andrus Ansip x Rolls-Royce plc"],"date":["2018-11-21"],"summary":["Artificial intelligence, cybersecurity"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-3ca0c466b8ff230d4409591430b388007ce14ff8","eu-tr-58290033126-06","ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0"]}} -{"id":"ec-meeting-2018-11-21-c6da26be98d06181c5e2dae35721c122b4a2c2f1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-21 - Cabinet of Commissioner Violeta Bulc x Rolls-Royce plc"],"date":["2018-11-21"],"summary":["EU transport policies"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-5012c5e45a52ee8ce67d19c1781a127af53e73e7","ec-person-9d4dc4867a44dfe10f67ae7ee1706da3e8b48a24","eu-tr-58290033126-06"]}} -{"id":"ec-meeting-2018-11-21-d0a7bb333ce03e4142310e30c94c3e3fab875d0a","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2018-11-21 - Cabinet of Vice-President Valdis Dombrovskis x Brunswick Group LLP"],"date":["2018-11-21"],"summary":["Solvency II, Brexit"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-26255464458-25","ec-person-30d770ccd575865b3106f94220ce1ace16e48f1a"]}} -{"id":"ec-meeting-2018-11-21-ddd61ce3c6dabe4daa151ad4905ebfa29fc7dba7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-21 - Cabinet of Vice-President Günther Oettinger x Deutscher Industrie- und Handelskammertag e.V."],"date":["2018-11-21"],"summary":["MFF and EU elections"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-22400601191-42","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2018-11-21-e4ce2c5f40e9e745880e027286e5b7c743030097","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-21 - Cabinet of President Jean-Claude Juncker x Trans Adriatic Pipeline"],"date":["2018-11-21"],"summary":["Energy Union"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-b1bf9aa5fb7e886441ff341b657cc482b64a2a3e","eu-tr-570335813082-79"]}} -{"id":"ec-meeting-2018-11-21-f477a77f7634e70e37e1f67867137830347d77ea","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-21 - Cabinet of Commissioner Vytenis Andriukaitis x Bayer AG"],"date":["2018-11-21"],"summary":["The role of transparency in scientific assessment"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["eu-tr-3523776801-85","ec-person-b9c3f19e7c5f216e3e508f931ddd6a9cb59376d1","ec-person-df30d07ef698a52b9948b9c734db39196cf8541f"]}} -{"id":"ec-meeting-2018-11-22-19abcead737186e95aa40f04844b6515f347ef25","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-22 - Cabinet of Commissioner Mariya Gabriel x GSMA Europe"],"date":["2018-11-22"],"summary":["Women4Tech"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-30988577529-37","ec-person-6cd1e3bf3a4eec9e9db49b32cf3d20ab7dbfe03f"]}} -{"id":"ec-meeting-2018-11-22-1cbf8b711e65f4b04d74df12f28cf9de337a3693","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-22 - Cabinet of Vice-President Günther Oettinger x Salzgitter AG"],"date":["2018-11-22"],"summary":["industrial processes and climate change"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["ec-person-55a0b11edfe9b0b76e526f72b1ec2e9f2f74d5bc","eu-tr-484497715199-45"]}} -{"id":"ec-meeting-2018-11-22-1ed8b6b96390fdbfc5d98eaba40b8fa352b4e48d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-22 - Cabinet of Commissioner Vytenis Andriukaitis x European Business Summit Network"],"date":["2018-11-22"],"summary":["Digital health and care"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-059ca943fc5fc696d2a97849c635ddf7b6ab7fd7","ec-person-df30d07ef698a52b9948b9c734db39196cf8541f","eu-tr-268958411031-65"]}} -{"id":"ec-meeting-2018-11-22-224d5b7ae5d27b2b875e6d92c3afbc82ed764701","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-22 - Cabinet of Commissioner Violeta Bulc x Ibec"],"date":["2018-11-22"],"summary":["Aviation issues"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-9d4dc4867a44dfe10f67ae7ee1706da3e8b48a24","eu-tr-479468313744-50"]}} -{"id":"ec-meeting-2018-11-22-342bf2bd5f0c91126f62c4cce30d562132c759c0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-22 - Cabinet of Vice-President Andrus Ansip x E.ON SE"],"date":["2018-11-22"],"summary":["Artificial Intelligence"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-99b172d8fe23e00b94022cbd096978be2b48eb81","eu-tr-72760517350-57"]}} -{"id":"ec-meeting-2018-11-22-448f6be4bb0f9e529a8b95b7c038684480706244","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-22 - Cabinet of Commissioner Elżbieta Bieńkowska x Leonardo S.p.A."],"date":["2018-11-22"],"summary":["Ocean 2020"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["ec-person-685ecf13dd26cd515c961e24ba71049af2302c5e","eu-tr-02550382403-01"]}} -{"id":"ec-meeting-2018-11-22-56b709b5bbc2005a29c9230d444ed1f929c55f27","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-22 - Cabinet of Vice-President Karmenu Vella x The Born Free Foundation Wildlife Conservation Society Pro Wildlife Humane Society International/Europe Eurogroup for Animals IFAW Internationaler Tierschutz-Fonds gGmbH"],"date":["2018-11-22"],"summary":["CITES"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["eu-tr-6809935493-49","eu-tr-62574836751-41","eu-tr-05097472836-90","eu-tr-22644632329-52","ec-person-e3c587153be49902cde115f568bd5e9a9d548743","eu-tr-285805825014-46","eu-tr-10132247681-61"]}} -{"id":"ec-meeting-2018-11-22-5e791aecd48ef0061fcadc935d68aee5b0232c2f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-22 - Cabinet of Vice-President Valdis Dombrovskis x ArcelorMittal Siemens AG European Round Table for Industry BASF SE Shell Companies AIR LIQUIDE Bayerische Motoren Werke Aktiengesellschaft Solvay SA"],"date":["2018-11-22"],"summary":["taxonomy and EU IFRS"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-23527541824-60","eu-tr-94857385769-70","eu-tr-58089691185-94","eu-tr-05032108616-26","eu-tr-7193977808-18","eu-tr-7410939793-88","eu-tr-25487567824-45","eu-tr-4266797770-31","ec-person-48f31156d932641826e09f5b73f074d35ff05786"]}} -{"id":"ec-meeting-2018-11-22-62a4cea3d14eed71fcfcd6bed10ab2a9f5632e4d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-22 - Cabinet of Commissioner Mariya Gabriel x Politecnico di Milano"],"date":["2018-11-22"],"summary":["Women in tech"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-479384532978-69","ec-person-6cd1e3bf3a4eec9e9db49b32cf3d20ab7dbfe03f"]}} -{"id":"ec-meeting-2018-11-22-829081194bb677756ceb34c6c1385364e52b9117","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-22 - Cabinet of Vice-President Karmenu Vella x Funding Fish"],"date":["2018-11-22"],"summary":["Common Fisheries Policy"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["eu-tr-051498327063-03","ec-person-2966d69fae0ea4e67f3f2df5a743cc766267d3c8"]}} -{"id":"ec-meeting-2018-11-22-874b850771c2c3aa65829229e917966fb8de86bd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-22 - Cabinet of Vice-President Andrus Ansip x Interactive Advertising Bureau Europe"],"date":["2018-11-22"],"summary":["ePrivacy, GDPR, AI"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-43167137250-27","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45","ec-person-91ca0921c6790191daa54427311acd63035e7c9e"]}} -{"id":"ec-meeting-2018-11-22-92bd32d0cb2470355d5db9020c05d0f434316d1d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-22 - Cabinet of Commissioner Mariya Gabriel x Interactive Advertising Bureau Europe"],"date":["2018-11-22"],"summary":["Disinformation"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-43167137250-27","ec-person-13ac9a19d8d04f97c0d32603d014df0dd4e1cd2a"]}} -{"id":"ec-meeting-2018-11-22-ae4631b84c664c3c76fccf28c25fff4a089b2c52","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-22 - Energy x TotalEnergies SE"],"date":["2018-11-22"],"summary":["energy policy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-1849405799-88","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2018-11-22-c61ba950decbe5123f153af28460bbc06b0b18bb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-22 - Cabinet of Commissioner Vytenis Andriukaitis x European Respiratory Society"],"date":["2018-11-22"],"summary":["Promotion of lung health"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-b4899928aefa422e4992056d90974930b39cad81","eu-tr-38091528151-27","ec-person-df30d07ef698a52b9948b9c734db39196cf8541f"]}} -{"id":"ec-meeting-2018-11-22-d14518bf889bcacd15e0b09a634626b5de33ca78","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-22 - Cabinet of Commissioner Elżbieta Bieńkowska x Airbus"],"date":["2018-11-22"],"summary":["Aerospace Industry"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["BRUSSELS"],"address":["BRUSSELS"],"addressEntity":["addr-f74337897287bf1b546f30505f5b1f693a87af50"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["ec-person-d2997a7f359c91a337055c3e24dd36bf928de38d","ec-person-685ecf13dd26cd515c961e24ba71049af2302c5e","eu-tr-2732167674-76","ec-person-95a769a1850d7d595f9a5853c51dcbdd3ddd69fb"]}} -{"id":"ec-meeting-2018-11-22-d630623fc0da803a982d57f93ed0484050e04c8c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-22 - Cabinet of Commissioner Violeta Bulc x Edelman Public Relations Worldwide"],"date":["2018-11-22"],"summary":["Meeting with Mr Christian Haenen, Government Affairs Executive for GE Aviation"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-9d4dc4867a44dfe10f67ae7ee1706da3e8b48a24","eu-tr-68037017809-51"]}} -{"id":"ec-meeting-2018-11-22-dd28c29b82a08f037c2e87b496a851b40c279be5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-22 - Cabinet of Commissioner Phil Hogan x VIB"],"date":["2018-11-22"],"summary":["genome editing regulation"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-370604532778-04","ec-person-7d3caa534e5cdda6d5b949bd4b2def39356e3bec"]}} -{"id":"ec-meeting-2018-11-22-e132137a7f95cdd729b2a8f7798a8fd5f2955315","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-22 - Cabinet of Commissioner Věra Jourová x Snap, Inc."],"date":["2018-11-22"],"summary":["Code of Conduct"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["eu-tr-976985829492-08","ec-person-1e0e3a00ab815dea7c5b839b002ed2c7e34bfe0a"]}} -{"id":"ec-meeting-2018-11-22-e660ce4d42fabacbf003dd7f341f23119725268d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-22 - Cabinet of Vice-President Andrus Ansip x Eesti Kaubandus-Tööstuskoda"],"date":["2018-11-22"],"summary":["Geo-blocking, roaming, AI, free flow of data, DSM state of play"],"notes":["Portfolio: Digital Single Market"],"location":["Estonia, Jõhvi"],"address":["Estonia, Jõhvi"],"addressEntity":["addr-3eba0a8d222beef015cae771526e3a192d789ec4"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-0f698e3a0cc0bd6a02e1bd386a25cedc1366f3f1","ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0","eu-tr-257215326551-37"]}} -{"id":"ec-meeting-2018-11-23-3232a0fd4fb2ac2aee38c3772fa9cd4116aa3258","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-23 - Health and Food Safety x Bureau Européen des Unions de Consommateurs"],"date":["2018-11-23"],"summary":["presentation of BEUC in view of new DirGen"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-sante"],"involved":["eu-tr-9505781573-45","ec-person-42d2108d723f9b9017ed589e3271e3156172daa7"]}} -{"id":"ec-meeting-2018-11-23-514549936cb968bc16521aa1afcf3cdc4e883c29","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-23 - Cabinet of Commissioner Marianne Thyssen x None"],"date":["2018-11-23"],"summary":["Collective rights"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["eu-tr-43785827982-59","eu-tr-04902121531-04","eu-tr-33130841043-14","eu-tr-06698681039-26","eu-tr-358284014848-82","eu-tr-92545571128-74","ec-person-c508e9337eca6b067c1f966b82de49c4824a3ad0"]}} -{"id":"ec-meeting-2018-11-23-51e2e7feefdd892e6e3371ffb57de62420e392b3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-23 - Taxation and Customs Union x Flint Europe"],"date":["2018-11-23"],"summary":["Exchange of views on the future of tax and customs policy"],"location":["Brussels/Belgium"],"address":["Brussels/Belgium"],"addressEntity":["addr-c476280916fa20b5023288c48bfbed9c057a1c28"],"organizer":["ec-dg-taxud"],"involved":["ec-person-3173c1cc052827c58f23ccd3a8de07534f0d35bd","eu-tr-718251720163-42"]}} -{"id":"ec-meeting-2018-11-23-590718244c47a1c45afb1ac4ed0790b37efe867f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-23 - Cabinet of Vice-President Neven Mimica x Consejo General de Colegios Oficiales de Médicos"],"date":["2018-11-23"],"summary":["EU development policy in general and EU-Africa cooperation"],"notes":["Portfolio: International Cooperation & Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-mimica-neven-of-president-vice"],"involved":["eu-tr-126815016642-71","ec-person-61daadad53de1eb7dcc08383b418ace3b6f971d7"]}} -{"id":"ec-meeting-2018-11-23-61f680a10ae96a79885265c3152438239868e818","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-23 - Cabinet of Vice-President Karmenu Vella x Cerdia International GmbH"],"date":["2018-11-23"],"summary":["Celluloid acetate in cigarette filters"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["eu-tr-672378533270-15","ec-person-e3c587153be49902cde115f568bd5e9a9d548743"]}} -{"id":"ec-meeting-2018-11-23-679d9f06d80616b8a9d0b2a94311c1868287abcb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-23 - Cabinet of Vice-President Jyrki Katainen x Outokumpu Oyj"],"date":["2018-11-23"],"summary":["Exchange on ongoing safeguard investigation on steel"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90","eu-tr-085686030231-69"]}} -{"id":"ec-meeting-2018-11-23-68646f6919ab947ff9d6fa9dd456ac09ad0abc93","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-23 - Cabinet of Commissioner Mariya Gabriel x FORSETI (Doctrine)"],"date":["2018-11-23"],"summary":["Startups, artificial intelligence"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-250672733265-12","ec-person-d995d34a2f8b1f0bf6a17486f5699181d6a01e1c"]}} -{"id":"ec-meeting-2018-11-23-76dc4657ecf3579642dde201b9f910b3dd21b604","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-23 - Energy x Tesla Motors Netherlands B.V."],"date":["2018-11-23"],"summary":["trends and potential of e-mobility and the key role of batteries and storage technologies"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-547225616323-13","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2018-11-23-84175337de4dff57cfb9dae4f6b5c6b4a66f48e5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-23 - Cabinet of Vice-President Karmenu Vella x European Chemical Industry Council"],"date":["2018-11-23"],"summary":["Chemical Recycling"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["eu-tr-64879142323-90","ec-person-e3c587153be49902cde115f568bd5e9a9d548743"]}} -{"id":"ec-meeting-2018-11-23-9eb7953aec5ef6ea543595ac33688d0e462802e8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-23 - Energy x ExxonMobil Petroleum & Chemical"],"date":["2018-11-23"],"summary":["energy policy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["ec-person-6997149120ce5129e38febe5275dc8fd03232d2e","eu-tr-0745650927-75"]}} -{"id":"ec-meeting-2018-11-23-e660ce4d42fabacbf003dd7f341f23119725268d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-23 - Cabinet of Vice-President Andrus Ansip x Eesti Kaubandus-Tööstuskoda"],"date":["2018-11-23"],"summary":["Geo-blocking, roaming, AI, free flow of data, DSM state of play"],"notes":["Portfolio: Digital Single Market"],"location":["Estonia, Pärnu"],"address":["Estonia, Pärnu"],"addressEntity":["addr-6fc42e14814e0ed187d403ac0bbaaef624571098"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-0f698e3a0cc0bd6a02e1bd386a25cedc1366f3f1","ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0","eu-tr-257215326551-37"]}} -{"id":"ec-meeting-2018-11-23-f3580e284d63884a45b9937c14dc9c351365c974","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-23 - Energy x FuelsEurope EUROALLIAGES Cerame-Unie Confederation of European Paper Industries EUROMETAUX"],"date":["2018-11-23"],"summary":["clean energy transition and decarbonisation"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-61650796093-48","eu-tr-79465004946-12","eu-tr-72279144480-58","eu-tr-19153965510-75","eu-tr-26207914726-42","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2018-11-23-f64b39b5869206ccefa54bb57e360bb59466e33a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-23 - Cabinet of Commissioner Věra Jourová x SAZKA Group a.s."],"date":["2018-11-23"],"summary":["On the possible European regulation of the online gambling industry"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-a2ca9161feee56909a0e98b473c2d342c20fdb57","eu-tr-343059028884-80"]}} -{"id":"ec-meeting-2018-11-25-9c2b6887c69715ae1ba9d896855772032cfe177d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-25 - Task Force for Relations with the United Kingdom x Green 10"],"date":["2018-11-25"],"summary":["Meeting with the Task Force for the Preparation and Conduct of the Negotiations with the United Kingdom under Article 50 TEU"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-uktf"],"involved":["ec-person-864cfa5fbc9b02a079ffbab1107f252c7bb08478","eu-tr-70309834043-10"]}} -{"id":"ec-meeting-2018-11-25-d43188349a09ceea7e76e63dad70bf2db8eeb0ae","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-25 - Cabinet of Commissioner Julian King x Mozilla Corporation"],"date":["2018-11-25"],"summary":["Cybersecurity"],"notes":["Portfolio: Security Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-julian-king-of"],"involved":["eu-tr-174457719063-67","ec-person-8534d5829e2b89b2389ad8651205fee73503f559"]}} -{"id":"ec-meeting-2018-11-26-0645378cd0b0f5b92f61208d6627c42bb1d0ccf7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-26 - Cabinet of Commissioner Vytenis Andriukaitis x Bundesverband der Deutschen Industrie e.V."],"date":["2018-11-26"],"summary":["Competitiveness of pharmaceutical sector, HTA"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["eu-tr-1771817758-48","ec-person-059ca943fc5fc696d2a97849c635ddf7b6ab7fd7"]}} -{"id":"ec-meeting-2018-11-26-1bc0243d101ff5330b3872adf4ff41862c40523c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-26 - Cabinet of Commissioner Vytenis Andriukaitis x Association de l'Aviculture, de l'Industrie et du Commerce de Volailles dans les Pays de l'Union Europeenne asbl"],"date":["2018-11-26"],"summary":["Animal welfare, antimicrobial use, and the environmental impact of industrial broiler farming"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-0dbfffeb0323f819c8d57164906086dd8639c437","eu-tr-9803788883-16","ec-person-df30d07ef698a52b9948b9c734db39196cf8541f"]}} -{"id":"ec-meeting-2018-11-26-1df1ab0597d53ff3e38626a3555a81afe2087a99","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-26 - Cabinet of Commissioner Christos Stylianides x Waste Free Oceans"],"date":["2018-11-26"],"summary":["exchange of views"],"notes":["Portfolio: Humanitarian Aid & Crisis Management"],"location":["brussels"],"address":["brussels"],"addressEntity":["addr-e2daa1574b7ac475c827b33e281bd2d5e013c882"],"organizer":["ec-cabinet-christos-commissioner-of-stylianides"],"involved":["ec-person-becb860ca4c4e8da70ae969e747cf49914810b59","ec-person-cdd689bd079714522dad472ea4446b0fcc660d8f","eu-tr-063093925179-42"]}} -{"id":"ec-meeting-2018-11-26-24dc40570d824c279c6b9b98a05e0f4299867520","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-26 - Cabinet of Vice-President Jyrki Katainen x General Electric Company"],"date":["2018-11-26"],"summary":["Research and innovation in the aviation sector"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90","eu-tr-4016736872-59"]}} -{"id":"ec-meeting-2018-11-26-26ba806356da7862bdaa29eb33a88a9dfa7e96f6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-26 - Cabinet of Commissioner Mariya Gabriel x EBU-UER (European Broadcasting Union)"],"date":["2018-11-26"],"summary":["Audiovisual"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-93288301615-56","ec-person-13ac9a19d8d04f97c0d32603d014df0dd4e1cd2a"]}} -{"id":"ec-meeting-2018-11-26-30417e7b1ed6fe0beadc843ac77c6a0d796b8beb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-26 - Cabinet of Vice-President Andrus Ansip x Union des Transports Publics et ferroviaires"],"date":["2018-11-26"],"summary":["PSI Directive"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-50629161801-61","ec-person-6a03bc4fa7657513ea34529e98dba0671ef4c849","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45"]}} -{"id":"ec-meeting-2018-11-26-5fd2ee5f108714bd16fd386e7bdf83d19d3f0025","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-26 - Cabinet of Vice-President Andrus Ansip x ICMP - The global voice of music publishing"],"date":["2018-11-26"],"summary":["Copyright"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-e91c5be432b6b3efdda369792fed67c20b767a45","eu-tr-65684839099-72","ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0"]}} -{"id":"ec-meeting-2018-11-26-604a61a5a3b03efd3cb1e95e5444a89bf3492537","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-26 - Cabinet of Vice-President Cecilia Malmström x American Chamber of Commerce to the European Union"],"date":["2018-11-26"],"summary":["EU-US, WTO, EU-US cooperation on China"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-19b143e83f8ab978c55c8a9a9e49e06dbfa14bf3","eu-tr-5265780509-97"]}} -{"id":"ec-meeting-2018-11-26-6942b512776dd7eb04033a43821062270f3fcf4f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-26 - Cabinet of Commissioner Pierre Moscovici x Alstom"],"date":["2018-11-26"],"summary":["Follow-up discussion fusion Alstom-Siemens"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["BERL Bxl"],"address":["BERL Bxl"],"addressEntity":["addr-7fadf004e083ab15b5a9747bef356c44238db4e6"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["ec-person-79931cfd2923c1aca9c7d284e9590732b0a36ed9","eu-tr-43284012043-03"]}} -{"id":"ec-meeting-2018-11-26-6a3ae0fe63b351919d4d050cff8eb210e774ead1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-26 - Cabinet of Commissioner Vytenis Andriukaitis x Association Internationale de la Mutualité"],"date":["2018-11-26"],"summary":["Future of EU health policy"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["eu-tr-595328413083-91","ec-person-059ca943fc5fc696d2a97849c635ddf7b6ab7fd7","ec-person-df30d07ef698a52b9948b9c734db39196cf8541f"]}} -{"id":"ec-meeting-2018-11-26-6f80c717195c4e0827f15a14b9b3c0ec677f5d9b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-26 - Cabinet of Commissioner Vytenis Andriukaitis x Associazione Industriali delle Carni e dei Salumi"],"date":["2018-11-26"],"summary":["ASF"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-0dbfffeb0323f819c8d57164906086dd8639c437","eu-tr-67143036814-95"]}} -{"id":"ec-meeting-2018-11-26-75e1b25f434c5833282c10ceba2422ad6b27b9b3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-26 - Cabinet of Commissioner Věra Jourová x Visa Europe"],"date":["2018-11-26"],"summary":["Visa activities at the digital market and the consumer support programmes"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-a2ca9161feee56909a0e98b473c2d342c20fdb57","eu-tr-61954192201-58"]}} -{"id":"ec-meeting-2018-11-26-764023a6795ffc419f24504125c0e907f7649dd2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-26 - Cabinet of Commissioner Vytenis Andriukaitis x A3C Consulting Brooke Hospital for Animals"],"date":["2018-11-26"],"summary":["Animal welfare"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-0dbfffeb0323f819c8d57164906086dd8639c437","eu-tr-368444123278-16","eu-tr-939841723046-68"]}} -{"id":"ec-meeting-2018-11-26-83088b4917ed0c16f78ee7f035d2d5eceb480e34","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-26 - Cabinet of Commissioner Pierre Moscovici x G Plus Ltd (t/a Portland) SAZKA Group a.s."],"date":["2018-11-26"],"summary":["SAZKA Group would be interested in discussing ways to strengthen the enforcement against illegal gambling. They would be pleased to share their experience and efforts in Greece where illegal gambling is a genuine problem with consequences ranging from from consumer protection to taxation, amongst others."],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["ec-person-b9f836405d2b9fd1d0c9ff974e151e9eaa4b93cd","eu-tr-343059028884-80","eu-tr-7223777790-86","ec-person-1d299d025d2afdcba46db3d131b6197fab6e0c89"]}} -{"id":"ec-meeting-2018-11-26-84cf13196d568dc79c1154218f01506e01707bf9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-26 - Cabinet of Vice-President Karmenu Vella x Sulapac oy"],"date":["2018-11-26"],"summary":["Single Use Plastics and alternatives to plastic"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["eu-tr-415832931499-23","ec-person-e3c587153be49902cde115f568bd5e9a9d548743"]}} -{"id":"ec-meeting-2018-11-26-8e1e24a6f89ed23bbe834b7f928deed89a478a79","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-26 - Cabinet of Commissioner Margrethe Vestager x A.P. Møller - Mærsk A/S"],"date":["2018-11-26"],"summary":["EU Current Affairs"],"notes":["Portfolio: Competition"],"location":["Copenhagen, Denmark"],"address":["Copenhagen, Denmark"],"addressEntity":["addr-037407970050e97c761587d63aacfaeb126cab45"],"organizer":["ec-cabinet-commissioner-margrethe-of-vestager"],"involved":["ec-person-baa1c172df109ebd1f0307bccb5e21aec66c7a25","eu-tr-680443918500-51"]}} -{"id":"ec-meeting-2018-11-26-8e4ae05059e4fe5a003a9221316bed349d163e65","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-26 - Cabinet of High Representative / Vice-President Federica Mogherini x EuroMed Rights / EuroMed Droits"],"date":["2018-11-26"],"summary":["human rights situation in Egypt"],"notes":["Portfolio: Foreign Affairs and Security Policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"involved":["ec-person-e03a77379f79ea00cf20048e42e8b0793bf62fa3","eu-tr-18343956476-47"]}} -{"id":"ec-meeting-2018-11-26-9b97489ac60142881ae70595d385cc5ec74b8160","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-26 - Cabinet of Vice-President Cecilia Malmström x IBM Corporation"],"date":["2018-11-26"],"summary":["digital competitiveness"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-7721359944-96","ec-person-19b143e83f8ab978c55c8a9a9e49e06dbfa14bf3"]}} -{"id":"ec-meeting-2018-11-26-a4e9e278bc8bb7f5293a88e30df91046849f1453","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-26 - Cabinet of Commissioner Carlos Moedas x European Factories of the Future Research Association"],"date":["2018-11-26"],"summary":["Innovation in manufacturing"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-01051f0f33bfdc2ecc41873c02cae666c5e0d099","ec-person-23980b2bc4fd9c82051d0f7888dc236b2f764866","eu-tr-147908916864-59"]}} -{"id":"ec-meeting-2018-11-26-aa8accdcbafe393afe738f989b9aeb0dec38f86a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-26 - Cabinet of Commissioner Marianne Thyssen x Housing Europe"],"date":["2018-11-26"],"summary":["implemention of the European Pillar of Social Rights and affordable/social housing."],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["ec-person-ce19440eacb8fd67f534bdbcce33a1c4cedfd071","eu-tr-794469327833-17"]}} -{"id":"ec-meeting-2018-11-26-b9cf2063d2aa3b76ccdfb0c8c8f056aa762037ae","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-26 - Cabinet of Vice-President Andrus Ansip x IBM Corporation"],"date":["2018-11-26"],"summary":["AI (ethical principle), trust in the DSM (GDPR, free flow of data, access to data)"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-5db7bdd1c81da2e70eb5b982097d0004111b5c3e","eu-tr-7721359944-96","ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0"]}} -{"id":"ec-meeting-2018-11-26-ca9a5064da45a2d59ff96305355244718bb0885f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-26 - Cabinet of Commissioner Carlos Moedas x General Electric Company"],"date":["2018-11-26"],"summary":["R&I in Aviation"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-0a716bf5253e913fc40ebf14c12f30dc2e7a06ee","eu-tr-4016736872-59"]}} -{"id":"ec-meeting-2018-11-26-cbb4accfdfaf25fd34d8da7e8d9bad0826ca67fe","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-26 - Cabinet of First Vice-President Frans Timmermans x Open Society European Policy Institute"],"date":["2018-11-26"],"summary":["Democracy, Rule of Law, Future of Europe"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-8557515321-37","ec-person-966667b73d92624be9bb019c2baab7e52331b3d3"]}} -{"id":"ec-meeting-2018-11-26-cbe64f41d0b64d7af0d9c56b0ab914bd712f2e92","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-26 - Cabinet of Commissioner Carlos Moedas x The Russell Group of Universities"],"date":["2018-11-26"],"summary":["Horizon Europe"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-b8d49828915f9008e764a78796d47ea00807a658","ec-person-23980b2bc4fd9c82051d0f7888dc236b2f764866","eu-tr-032693316451-70"]}} -{"id":"ec-meeting-2018-11-26-cde7598b4ff167c3a2c89acf67c1c1a86c46236d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-26 - Cabinet of Commissioner Věra Jourová x IBM Corporation"],"date":["2018-11-26"],"summary":["GDPR, Privacy Shield"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-5455ecfabb89025694c798deac08160a2be17d94","eu-tr-7721359944-96","ec-person-a608b85b2ffef83f883b5a2330b6232efa1b7141","ec-person-3269ef00f0778677e6f4c8e0f72ce019084206fb"]}} -{"id":"ec-meeting-2018-11-26-ce9fdeaf9f67f101cb286cc0cd9d38bdfa92a17f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-26 - Cabinet of Vice-President Andrus Ansip x Wirtschaftskammer Österreich"],"date":["2018-11-26"],"summary":["DSM, geoblocking, data, security, startups"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-6a03bc4fa7657513ea34529e98dba0671ef4c849","eu-tr-10405322962-08"]}} -{"id":"ec-meeting-2018-11-26-e3d293f2c711dcd0fef8163aed05b96ad0fd7b72","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-26 - Cabinet of Vice-President Jyrki Katainen x Kaupan liitto ry - Finnish Commerce Federation"],"date":["2018-11-26"],"summary":["European retail sector"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-141376015883-52","ec-person-ccd2797b568cba38993df7d1dcc985dbc1eb439a"]}} -{"id":"ec-meeting-2018-11-26-e416fafad131eb8df5b576a05f1d879121220ae1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-26 - Communications Networks, Content and Technology x IBM Corporation"],"date":["2018-11-26"],"summary":["EU AI Strategy, Quantum, HPC"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-7721359944-96","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2018-11-26-e74e79711e77a230d537234a35c7672dfdbbe5ac","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-26 - Cabinet of First Vice-President Frans Timmermans x Royal Society for the Protection of Birds"],"date":["2018-11-26"],"summary":["discussion on EU nature legislation and sustainable development"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-21862631806-19","ec-person-8d1c5ff76a431332387aa10936b0bff13f7d71fd"]}} -{"id":"ec-meeting-2018-11-27-0115d9bfdbadcf9d8bc709d780f4427ba5576031","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-27 - Cabinet of First Vice-President Frans Timmermans x Eurelectric aisbl"],"date":["2018-11-27"],"summary":["Eurelectric presented the results of a study on decarbonisation"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-4271427696-87","ec-person-966667b73d92624be9bb019c2baab7e52331b3d3"]}} -{"id":"ec-meeting-2018-11-27-03ddfba932758e6388568030f959a5dca8a31cc4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-27 - Energy x OMI Polo Español S.A."],"date":["2018-11-27"],"summary":["evolution of energy markets"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["ec-person-6997149120ce5129e38febe5275dc8fd03232d2e","eu-tr-285007630220-75"]}} -{"id":"ec-meeting-2018-11-27-07afc102bd894c83c25f5ce7e48638a3fa17731a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-27 - Cabinet of Vice-President Günther Oettinger x Boehringer Ingelheim"],"date":["2018-11-27"],"summary":["MFF"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-289777818743-24","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2018-11-27-131bb904da50fb0190f485f56e50c677d8b70fd8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-27 - Cabinet of Commissioner Carlos Moedas x UNIVERSITAS 21"],"date":["2018-11-27"],"summary":["Horizon Europe and International Collaboration"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-b8d49828915f9008e764a78796d47ea00807a658","ec-person-2b4bb0b28e7435e5f612e44d9664dbd1051efc55","eu-tr-782362733111-40"]}} -{"id":"ec-meeting-2018-11-27-18a98ddc76b13ad4a324531079f90a6364f2a1da","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-27 - Cabinet of Commissioner Christos Stylianides x SES S.A."],"date":["2018-11-27"],"summary":["presentation of services and exchange of views"],"notes":["Portfolio: Humanitarian Aid & Crisis Management"],"location":["brussels"],"address":["brussels"],"addressEntity":["addr-e2daa1574b7ac475c827b33e281bd2d5e013c882"],"organizer":["ec-cabinet-christos-commissioner-of-stylianides"],"involved":["eu-tr-93799097410-24","ec-person-cdd689bd079714522dad472ea4446b0fcc660d8f","ec-person-08c677aa002baa9f95be8a2d0aa3b89875e2badf"]}} -{"id":"ec-meeting-2018-11-27-2407722f708bc390a9ba333d3541a8d1c2d280d1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-27 - Cabinet of Vice-President Jyrki Katainen x Amazon Europe Core SARL"],"date":["2018-11-27"],"summary":["Single Market"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-366117914426-10","ec-person-ccd2797b568cba38993df7d1dcc985dbc1eb439a"]}} -{"id":"ec-meeting-2018-11-27-2b2e83c20dc9ab6000f43c774d6f08cdb9f7d600","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2018-11-27 - Cabinet of Commissioner Phil Hogan x Centre for European Policy Studies"],"date":["2018-11-27"],"summary":["Guest speaker at CEPS Breakfast","Guest speaker at breakfast"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-a1a78365cc4685b0958056646204977d8f2ead92","eu-tr-86853666704-95"]}} -{"id":"ec-meeting-2018-11-27-387331848d233ee7e2397d9366a264a373eae9f7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-27 - Cabinet of Vice-President Andrus Ansip x 5G Automotive Association"],"date":["2018-11-27"],"summary":["Delegated Act on C-ITS"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-802312827842-26","ec-person-6a03bc4fa7657513ea34529e98dba0671ef4c849"]}} -{"id":"ec-meeting-2018-11-27-3c09c2b342841471d9ba5b24d58f48a53c55780a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-27 - Cabinet of Vice-President Miguel Arias Cañete x Statkraft AS Vattenfall Fortum Oyj"],"date":["2018-11-27"],"summary":["EU climate and energy policies"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-12955024114-93","eu-tr-03501997362-71","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd","eu-tr-96327066302-56"]}} -{"id":"ec-meeting-2018-11-27-3dbff50911e29557c57b1665804c70191a0aacb6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-27 - Cabinet of Commissioner Christos Stylianides x European Council of Civil Engineers"],"date":["2018-11-27"],"summary":["exchange of views"],"notes":["Portfolio: Humanitarian Aid & Crisis Management"],"location":["brussels"],"address":["brussels"],"addressEntity":["addr-e2daa1574b7ac475c827b33e281bd2d5e013c882"],"organizer":["ec-cabinet-christos-commissioner-of-stylianides"],"involved":["eu-tr-092785233190-73","ec-person-cdd689bd079714522dad472ea4446b0fcc660d8f","ec-person-08c677aa002baa9f95be8a2d0aa3b89875e2badf"]}} -{"id":"ec-meeting-2018-11-27-45af0245fd11e0609b51e6bf449b54eb3384b9ff","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-27 - Cabinet of Vice-President Valdis Dombrovskis x Bundesvereinigung der Deutschen Arbeitgeberverbände e.V."],"date":["2018-11-27"],"summary":["Social dialogue and decision making in particular in the social area"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-7749519702-29","ec-person-51a67cf3e19a8853620326cd57fd7e9750b2c9d7","ec-person-a9eda2e8ea54b70a968327672c6cada679d3cd56"]}} -{"id":"ec-meeting-2018-11-27-46c4326766453f6c3b2f4a2b05a0408722089cfb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-27 - Cabinet of Commissioner Marianne Thyssen x European Federation of Employee Share Ownership"],"date":["2018-11-27"],"summary":["Report on capital Markets Union Action Plan"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["ec-person-ce19440eacb8fd67f534bdbcce33a1c4cedfd071","eu-tr-309808016043-82"]}} -{"id":"ec-meeting-2018-11-27-484517df16d4a6772291cb55e874b058a1d09c5c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-27 - Cabinet of Vice-President Günther Oettinger x Vodafone Belgium SA"],"date":["2018-11-27"],"summary":["Competition policy"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["ec-person-55a0b11edfe9b0b76e526f72b1ec2e9f2f74d5bc","eu-tr-90142503473-81"]}} -{"id":"ec-meeting-2018-11-27-4e73fcf1f4e62fe940f8dc39db091c0f6ebff5fe","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-27 - Mobility and Transport x Emirates Airline"],"date":["2018-11-27"],"summary":["air transport"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-move"],"involved":["eu-tr-501968312339-22","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2018-11-27-4ec7250f6e133563f6add01acbdb763d686a67b7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-27 - Cabinet of Commissioner Phil Hogan x European Federation of National Associations of Water Services"],"date":["2018-11-27"],"summary":["AGRI MATTERS"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["bRUSSELS"],"address":["bRUSSELS"],"addressEntity":["addr-794e9c79e1b5e906196717a8cad36c157103cb96"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-39299129772-62","ec-person-a1a78365cc4685b0958056646204977d8f2ead92"]}} -{"id":"ec-meeting-2018-11-27-57252a2b20557abda114bd3eede3df1b1b0e5f80","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-27 - Cabinet of Vice-President Andrus Ansip x Japan External Trade Organization"],"date":["2018-11-27"],"summary":["Cooperation on Digital and AI"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-99b172d8fe23e00b94022cbd096978be2b48eb81","eu-tr-780988631437-87"]}} -{"id":"ec-meeting-2018-11-27-5bc0c290a49c13dc03da2655a8b87e6ec74baeae","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-27 - Cabinet of Vice-President Maroš Šefčovič x ELECTRICITE DE FRANCE"],"date":["2018-11-27"],"summary":["Energy Union"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-39966101835-69","ec-person-1f95be23689cd4ed0a26fe2980f760ccf2d55c1e"]}} -{"id":"ec-meeting-2018-11-27-66758571da302eaf0ee8d09f6e1bc02948f5430e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-27 - Climate Action x European Alliance to Save Energy"],"date":["2018-11-27"],"summary":["Views on the EU Long Term Strategy and the role of energy efficiency and sustainable finance"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-clima"],"involved":["ec-person-9c5c685692a09a77f2bc8ae9c05663b87cd75aae","eu-tr-37816636575-51"]}} -{"id":"ec-meeting-2018-11-27-7199ed986b1d408a03352df011ca942d4b6f2ac4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-27 - Cabinet of Vice-President Günther Oettinger x Berbalk Communications"],"date":["2018-11-27"],"summary":["MFF"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-309943411467-94","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2018-11-27-84128e91124fdb713a0aa3c6588727e630d1e43a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-27 - Cabinet of Vice-President Maroš Šefčovič x Deutsches Zentrum für Luft- und Raumfahrt e.V."],"date":["2018-11-27"],"summary":["Low Emission Mobility"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-e74918e8eb8a9ef96da8cb06c0eae7ac5080d822","eu-tr-21280626733-05"]}} -{"id":"ec-meeting-2018-11-27-932333c46a0af51f86f9adadcfcec60334774d1c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-27 - Cabinet of Vice-President Maroš Šefčovič x EDP - Energias de Portugal, SA"],"date":["2018-11-27"],"summary":["Long term strategy 2050; National energy climate plans"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-1f95be23689cd4ed0a26fe2980f760ccf2d55c1e","eu-tr-56592866496-47"]}} -{"id":"ec-meeting-2018-11-27-a951473b1de996fc66e9de611590a4a42bd62446","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-27 - Cabinet of Vice-President Valdis Dombrovskis x Raiffeisen Bank International AG"],"date":["2018-11-27"],"summary":["Proportionality in banking regulation, Finalisation of Basel III, ESAs Review package, EDIS"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-33858106461-10","ec-person-30d770ccd575865b3106f94220ce1ace16e48f1a","ec-person-a9eda2e8ea54b70a968327672c6cada679d3cd56"]}} -{"id":"ec-meeting-2018-11-27-ad03d6f73e89f77bb4cea70936efb12ca3e4acc3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-27 - Cabinet of Vice-President Neven Mimica x Novartis International AG"],"date":["2018-11-27"],"summary":["Access to health services, including pharmaceuticals, in developing countries"],"notes":["Portfolio: International Cooperation & Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-mimica-neven-of-president-vice"],"involved":["ec-person-e90858f5aba78fd0e1cb2f757c3f38d55d91f98b","eu-tr-91269481588-28"]}} -{"id":"ec-meeting-2018-11-27-b1cb599c80bbc21f535154accf551621870ed8cb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-27 - Energy x EDP - Energias de Portugal, SA"],"date":["2018-11-27"],"summary":["energy policy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["ec-person-6997149120ce5129e38febe5275dc8fd03232d2e","eu-tr-56592866496-47"]}} -{"id":"ec-meeting-2018-11-27-b2370fcfc3bfdbda91595bde86087ab4c2e7de01","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-27 - Cabinet of Vice-President Karmenu Vella x Stora Enso AB"],"date":["2018-11-27"],"summary":["Single Use Plastics and alternatives to plastic"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["eu-tr-969664621728-22","ec-person-78fb1ad0c02c4fa8497b22edc1233d6be03cf2e5","ec-person-e3c587153be49902cde115f568bd5e9a9d548743"]}} -{"id":"ec-meeting-2018-11-27-c13b7c0d954e0062f45949888bfce992d1b0e3a5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-27 - Energy x Eni S.p.A."],"date":["2018-11-27"],"summary":["decarbonisation"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-99578067285-35","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2018-11-27-c18aaca146375a0bae8541203d97a068983666ac","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-27 - Cabinet of Vice-President Jyrki Katainen x BUSINESSEUROPE"],"date":["2018-11-27"],"summary":["Exchange economic and trade policy outlook in Europe and its impact on European businesses, as well as on megatrends shaping the economy (artificial intelligence, circular economy)"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90","eu-tr-3978240953-79"]}} -{"id":"ec-meeting-2018-11-27-c5bcb7bbc8e732e23a208f2a26831161b2c2a788","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-27 - Cabinet of Commissioner Carlos Moedas x Instituto Politécnico do Porto"],"date":["2018-11-27"],"summary":["Presentation of IPorto and their research projects"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-01051f0f33bfdc2ecc41873c02cae666c5e0d099","eu-tr-655314633978-63","ec-person-23980b2bc4fd9c82051d0f7888dc236b2f764866"]}} -{"id":"ec-meeting-2018-11-27-c643e72f6a54b3e263fc38abb67f0e2baaebaa16","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-27 - Cabinet of Commissioner Christos Stylianides x Friends of Europe"],"date":["2018-11-27"],"summary":["exchange of views"],"notes":["Portfolio: Humanitarian Aid & Crisis Management"],"location":["brussels"],"address":["brussels"],"addressEntity":["addr-e2daa1574b7ac475c827b33e281bd2d5e013c882"],"organizer":["ec-cabinet-christos-commissioner-of-stylianides"],"involved":["ec-person-becb860ca4c4e8da70ae969e747cf49914810b59","ec-person-cdd689bd079714522dad472ea4446b0fcc660d8f","eu-tr-99436366768-45"]}} -{"id":"ec-meeting-2018-11-27-ced5592d5649133d19bf54fe48a4171b1c9886c9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-27 - Cabinet of Vice-President Cecilia Malmström x Pfizer Inc."],"date":["2018-11-27"],"summary":["EU-US relations, trade aspects of Brexit"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-591ec829ca734bcfe59a2c9c7f07f9dff22a0ea9","eu-tr-4263301811-33"]}} -{"id":"ec-meeting-2018-11-27-d2fe685f3c9f0c8cc16bfb975ba29f2394492f6e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-27 - Cabinet of Vice-President Günther Oettinger x BUSINESSEUROPE"],"date":["2018-11-27"],"summary":["MFF"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-3978240953-79","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2018-11-27-daea96565a098bc64a1deb4cf130ba75de48303f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-27 - Cabinet of Vice-President Miguel Arias Cañete x Bellona Europa"],"date":["2018-11-27"],"summary":["EU Climate policies in the light of the Long-Term Strategy"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-29934726424-76","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd"]}} -{"id":"ec-meeting-2018-11-27-e36985066c261000b0733829776096140f6edad4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-27 - Cabinet of Commissioner Carlos Moedas x Novartis International AG"],"date":["2018-11-27"],"summary":["Health research in Horizon Europe"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-f7ccc3ad366dd2fdb24870e1c02ff2763539c82f","eu-tr-91269481588-28"]}} -{"id":"ec-meeting-2018-11-27-e496cc444ed8beb4d56b043dea05995a3c351cfd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-27 - Cabinet of Vice-President Cecilia Malmström x BUSINESSEUROPE"],"date":["2018-11-27"],"summary":["Achievements of \"Trade for all\""],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-19b143e83f8ab978c55c8a9a9e49e06dbfa14bf3","eu-tr-3978240953-79"]}} -{"id":"ec-meeting-2018-11-27-f3b83743b1df844c96ff3b304daae33de984a94f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-27 - Cabinet of Commissioner Carlos Moedas x EDP - Energias de Portugal, SA"],"date":["2018-11-27"],"summary":["Innovation in energy"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-2b4bb0b28e7435e5f612e44d9664dbd1051efc55","ec-person-23980b2bc4fd9c82051d0f7888dc236b2f764866","eu-tr-56592866496-47"]}} -{"id":"ec-meeting-2018-11-27-f457a3ad4e7e55cb989149bd9c9c91f51c714854","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2018-11-27 - Cabinet of Commissioner Julian King x The Premier League"],"date":["2018-11-27"],"summary":["cyber security"],"notes":["Portfolio: Security Union"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-julian-king-of"],"involved":["ec-person-37c79733647a2293d1e96e976d3a72c6b707cb4c","ec-person-c5e8e10f494a7f5d0de6124025a80a8ec47c283a","eu-tr-20008164092-96"]}} -{"id":"ec-meeting-2018-11-28-03558dec7a04fe0a88d364dc947249ff4ad00c97","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-28 - Cabinet of Vice-President Karmenu Vella x BioMarine Organization SAS"],"date":["2018-11-28"],"summary":["Blue Growth, Investment, Blue Bioplastics"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["eu-tr-530059233387-35","ec-person-2966d69fae0ea4e67f3f2df5a743cc766267d3c8"]}} -{"id":"ec-meeting-2018-11-28-0d7dd6dca47f1b33231732f645412d826e0954af","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-28 - Cabinet of Vice-President Cecilia Malmström x Verband der Automobilindustrie"],"date":["2018-11-28"],"summary":["EU-US trade relations"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-95574664768-90","ec-person-cb8ca9ec2413722fa83484ed18dd76ace52d0118"]}} -{"id":"ec-meeting-2018-11-28-1c17ee7f6595be1470125a51f9cd4aa4f2c88e1d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-28 - Cabinet of Vice-President Jyrki Katainen x Japan Bank for International Cooperation Japan External Trade Organization"],"date":["2018-11-28"],"summary":["EU-Japan investment cooperation"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-351683233226-92","eu-tr-780988631437-87","ec-person-c3d85c41b6b842aae5c953d41fda5f240a5d0969"]}} -{"id":"ec-meeting-2018-11-28-2407457bc308a2b5008ef78fbb2b6d0cbb988432","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-28 - Cabinet of Vice-President Günther Oettinger x Bundesverband Öffentlicher Banken Deutschlands eV"],"date":["2018-11-28"],"summary":["MFF"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-0767788931-41","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2018-11-28-27b5db061c7a30dc1ed1ca49b0d6856f795d2cde","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-28 - Communications Networks, Content and Technology x Amazon Europe Core SARL"],"date":["2018-11-28"],"summary":["European Digital Economy, Cloud Related Policies, Regulation on terrorist content online, P2B"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-366117914426-10","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2018-11-28-29a5b302784224c435f922f9bd7f7dc3d0f76f89","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-28 - Cabinet of Commissioner Violeta Bulc x Latham & Watkins LLP"],"date":["2018-11-28"],"summary":["Meeting with American Airlines"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-9d4dc4867a44dfe10f67ae7ee1706da3e8b48a24","eu-tr-817067819413-17"]}} -{"id":"ec-meeting-2018-11-28-2e6e31ab01024adbe79039ae0482ecf7f6b4e2d5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-28 - Cabinet of Commissioner Věra Jourová x PANASONIC EUROPE BV"],"date":["2018-11-28"],"summary":["EU-japan Adequacy, B2B, consumers protection and"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-a608b85b2ffef83f883b5a2330b6232efa1b7141","eu-tr-31253607851-84","ec-person-3269ef00f0778677e6f4c8e0f72ce019084206fb"]}} -{"id":"ec-meeting-2018-11-28-303f7f30a90a048732c9f12f580a199db15d3e35","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-28 - Cabinet of Vice-President Valdis Dombrovskis x UNIÓN ESPAÑOLA DE ENTIDADES ASEGURADORAS Y REASEGURADORAS"],"date":["2018-11-28"],"summary":["Solvency II"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-814721210555-72","ec-person-30d770ccd575865b3106f94220ce1ace16e48f1a"]}} -{"id":"ec-meeting-2018-11-28-356ddb179968cf209f5caa35e5afd8613ee97110","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-28 - Cabinet of Commissioner Vytenis Andriukaitis x spiritsEUROPE PERNOD RICARD Diageo"],"date":["2018-11-28"],"summary":["Alcohol labelling"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-b9c3f19e7c5f216e3e508f931ddd6a9cb59376d1","eu-tr-10774885698-20","eu-tr-64926487056-58","eu-tr-352172811-92"]}} -{"id":"ec-meeting-2018-11-28-41e45548253c69324707a45bee58d2fc98cef4a2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-28 - Cabinet of First Vice-President Frans Timmermans x Twitter International Company"],"date":["2018-11-28"],"summary":["Exchange of views on data protection and disinformation"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-394491614001-72","ec-person-f87a3277bb5391e01fe3111e915444e51feb191a"]}} -{"id":"ec-meeting-2018-11-28-42ce911b84052c701fdaa950b7fd3578eda6b91a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-28 - Cabinet of Commissioner Carlos Moedas x WindEurope"],"date":["2018-11-28"],"summary":["Wind Energy"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["eu-tr-19920706471-21","ec-person-0a716bf5253e913fc40ebf14c12f30dc2e7a06ee"]}} -{"id":"ec-meeting-2018-11-28-47b186f492e6f5e7b4071d1572941de523011076","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-28 - Cabinet of Vice-President Andrus Ansip x EBAN ASBL - The European Business Angels Network"],"date":["2018-11-28"],"summary":["Introductory Meeting"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-117463229970-40","ec-person-0f698e3a0cc0bd6a02e1bd386a25cedc1366f3f1"]}} -{"id":"ec-meeting-2018-11-28-49d2218cf3bcc6611b47eaa940b9a0d6a7ea3f66","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-28 - Cabinet of President Jean-Claude Juncker x BP p.l.c."],"date":["2018-11-28"],"summary":["Climate Change"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-3394026642-58","ec-person-b1bf9aa5fb7e886441ff341b657cc482b64a2a3e"]}} -{"id":"ec-meeting-2018-11-28-4ed56384ba76e85fa5b58036212194bc10b1fb50","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-28 - Communications Networks, Content and Technology x AT&T, Inc."],"date":["2018-11-28"],"summary":["latest developments in AT&T / courtesy visit"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-92442218459-37","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2018-11-28-57550e2dcce736016849c6ed517b08b570a707fc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-28 - Cabinet of Vice-President Cecilia Malmström x ExportUSA SPRL"],"date":["2018-11-28"],"summary":["EU-trade relations"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-cb8ca9ec2413722fa83484ed18dd76ace52d0118","eu-tr-595115132965-36"]}} -{"id":"ec-meeting-2018-11-28-5f792afff29ef5ed5f3a6c8ac702c9b1effd9aa9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-28 - Health and Food Safety x AnimalhealthEurope"],"date":["2018-11-28"],"summary":["AnimalHealthEurope meeting the new DirGen"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-sante"],"involved":["eu-tr-63322037415-37","ec-person-42d2108d723f9b9017ed589e3271e3156172daa7"]}} -{"id":"ec-meeting-2018-11-28-6855c52ac9ef52e125a911a949ecea953a5f0c48","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-28 - Cabinet of Commissioner Margrethe Vestager x The Danish Chamber of Commerce"],"date":["2018-11-28"],"summary":["Digital Single Market"],"notes":["Portfolio: Competition"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-margrethe-of-vestager"],"involved":["ec-person-947ab3027ba90ce15968614ce35c12506b7a43ac","eu-tr-0330934426-12"]}} -{"id":"ec-meeting-2018-11-28-6cb21cb5112e4386b514504406f1792afb20b313","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-28 - Cabinet of Vice-President Valdis Dombrovskis x Latvijas Būvuzņēmēju partnerība"],"date":["2018-11-28"],"summary":["Social dialogue and collective bargaining in Latvia"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-917509233311-04","ec-person-51a67cf3e19a8853620326cd57fd7e9750b2c9d7"]}} -{"id":"ec-meeting-2018-11-28-79c5aac2ec1fc8eb4755e0d294a2f0b598c94020","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-28 - Climate Action x PANASONIC EUROPE BV"],"date":["2018-11-28"],"summary":["Panasonic 2050 plan on environment/energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-clima"],"involved":["ec-person-9c5c685692a09a77f2bc8ae9c05663b87cd75aae","eu-tr-31253607851-84"]}} -{"id":"ec-meeting-2018-11-28-94a7f068b491dadd26195574ddd5219c5e0a8edb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-28 - Cabinet of President Jean-Claude Juncker x Depository Trust & Clearing Corporation APCO Worldwide"],"date":["2018-11-28"],"summary":["FinTech and EU-US regulatory exchange"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-525811814282-80","ec-person-c402e34a99fbee730ae22e3b1958e21c94dc6fcc","eu-tr-81995781088-41"]}} -{"id":"ec-meeting-2018-11-28-b205c3d27473f483d2437399f73ee52a413d6f4e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-28 - Maritime Affairs and Fisheries x Sciaena - Oceans # Conservation # Awareness"],"date":["2018-11-28"],"summary":["Sardines, Deep Sea Council, December Council"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-mare"],"involved":["ec-person-a7b4b8418268a6d6c196b5e45f606fc92acbdb8c","eu-tr-429932512952-75"]}} -{"id":"ec-meeting-2018-11-28-c2a5a592dfc5a7285eecc112e74521f1bf03170e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-28 - Cabinet of President Jean-Claude Juncker x Association Française de la Gestion financière"],"date":["2018-11-28"],"summary":["Speech on Capital Markets Union at the French Asset Management Association’s high-level dinner"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-5975679180-97","ec-person-c402e34a99fbee730ae22e3b1958e21c94dc6fcc"]}} -{"id":"ec-meeting-2018-11-28-d1ec99dc943599e7d8a3a1d204d89a2c6b9d8bd4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-28 - Cabinet of President Jean-Claude Juncker x Asociación Española de Banca"],"date":["2018-11-28"],"summary":["Fintech, Banking Union and Capital Markets Union"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-c402e34a99fbee730ae22e3b1958e21c94dc6fcc","eu-tr-785157016077-28"]}} -{"id":"ec-meeting-2018-11-28-d397bd0f3f347c1328f420bc7b8b4fac36308df1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-28 - Cabinet of Commissioner Carlos Moedas x Confederazione Generale dell'Industria Italiana"],"date":["2018-11-28"],"summary":["Horizon Europe perspectives for Emilia Romagna"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-f7ccc3ad366dd2fdb24870e1c02ff2763539c82f","ec-person-2b4bb0b28e7435e5f612e44d9664dbd1051efc55","eu-tr-27762251795-15"]}} -{"id":"ec-meeting-2018-11-28-e0f88f305289a68edda1e61c69c9a52d837ba37f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-28 - Cabinet of Vice-President Cecilia Malmström x POSCO Covington & Burling LLP"],"date":["2018-11-28"],"summary":["Steel safeguards"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-083671317381-09","ec-person-20ded9db5df11164331bb161fdf234b1e5ad53fd","eu-tr-676173833306-85","ec-person-591ec829ca734bcfe59a2c9c7f07f9dff22a0ea9"]}} -{"id":"ec-meeting-2018-11-28-ea01ff74d92049e8e6a64d96dc6b3be3d69ef1f3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-28 - Cabinet of Commissioner Violeta Bulc x Hume Brophy"],"date":["2018-11-28"],"summary":["Transport event"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-3843982938-44","ec-person-4d2b449b5047ea3fda435a2a1c1081e3babcdf76","ec-person-9d4dc4867a44dfe10f67ae7ee1706da3e8b48a24"]}} -{"id":"ec-meeting-2018-11-28-f457190abf329965304e40d613c780a125da024e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-28 - Cabinet of President Jean-Claude Juncker x NASDAQ"],"date":["2018-11-28"],"summary":["Closing remarks on Capital Markets Union at the Nordic Financial Ecosystem Forum"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-76648765687-29","ec-person-c402e34a99fbee730ae22e3b1958e21c94dc6fcc"]}} -{"id":"ec-meeting-2018-11-29-0463e72932ab40186c5f5a9a8d1bc0ba2f9eadd3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-29 - Cabinet of Vice-President Jyrki Katainen x Asociación Española de Banca"],"date":["2018-11-29"],"summary":["Introductory Meeting."],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-567e71ed1b2c1e3f5ed12f2c3bedf7e9e69a9158","eu-tr-785157016077-28"]}} -{"id":"ec-meeting-2018-11-29-0bab8e4bb274d87d824b2d58ccf57492c14573a3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-29 - Cabinet of Vice-President Valdis Dombrovskis x Nordic Securities Association"],"date":["2018-11-29"],"summary":["MiFIR"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-622921012417-15","ec-person-30d770ccd575865b3106f94220ce1ace16e48f1a"]}} -{"id":"ec-meeting-2018-11-29-1bdb872fd8532e20b7b03095567db09bb592e2d3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-29 - Cabinet of Commissioner Marianne Thyssen x MARSH & McLENNAN COMPANIES FRANCE"],"date":["2018-11-29"],"summary":["European Employee Relations and HR Network: agenda of the Commission regarding workplace initiatives impacting EU social dialogue, regulatory initiatives for 2019 and further efforts to define EU’s social policy."],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Hotel Amigo, Brussels"],"address":["Hotel Amigo, Brussels"],"addressEntity":["addr-3506d80fdd221776ff5249d631cab061fbdc2c83"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["ec-person-5a49eb89125b4b5d1125b3925bbb64aba1bea2b3","eu-tr-117683115792-20"]}} -{"id":"ec-meeting-2018-11-29-2c56cb9915a1f047fb5dc989f6d5515a8782eb79","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-29 - Cabinet of Vice-President Valdis Dombrovskis x Deutsche Börse AG"],"date":["2018-11-29"],"summary":["Brexit, Capital Markets Union, Investments firms review, EMIR CCP Supervision, EMIR Refit, MiFID II/MiFIR, Banking package"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-20884001341-42","ec-person-48f31156d932641826e09f5b73f074d35ff05786","ec-person-537401fc0be04984531b83660f416bf2fe14fbd8","ec-person-a9eda2e8ea54b70a968327672c6cada679d3cd56"]}} -{"id":"ec-meeting-2018-11-29-3044633b7736827d8287809ba4d60c700b2ce133","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-29 - Agriculture and Rural Development x Freshfel Europe - the forum for the European fresh fruits and vegetables chain"],"date":["2018-11-29"],"summary":["exchange of views on fruit market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-agri"],"involved":["eu-tr-1637225479-02","ec-person-7bc7204a153f98afbf1ad1cffbdd10d06d9ae166"]}} -{"id":"ec-meeting-2018-11-29-326a96621a42d38212c03ea86f850a841ecd5100","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-29 - Cabinet of Vice-President Cecilia Malmström x G Plus Ltd (t/a Portland) LEVA-EU vzw"],"date":["2018-11-29"],"summary":["anti-dumping and anti-subsidy investigations on e-bikes"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-328705327518-72","eu-tr-7223777790-86","ec-person-591ec829ca734bcfe59a2c9c7f07f9dff22a0ea9"]}} -{"id":"ec-meeting-2018-11-29-4e151386c9308a1a2d1f6fc565d6c075aa316710","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-29 - Cabinet of Commissioner Tibor Navracsics x Jacques Delors Institut - Berlin, gemeinnützige GmbH"],"date":["2018-11-29"],"summary":["Erasmus Teens"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["eu-tr-303748317222-08","ec-person-1da7ee09d46288ee4ea9db2b644bdcf9c3d6d000"]}} -{"id":"ec-meeting-2018-11-29-66f25714c88f7de2bfec241afdc6830f14bd9508","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-29 - Task Force for Relations with the United Kingdom x European agri-cooperatives European farmers"],"date":["2018-11-29"],"summary":["Meeting with the Task Force for the Preparation and Conduct of the Negotiations with the United Kingdom under Article 50 TEU"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-uktf"],"involved":["ec-person-864cfa5fbc9b02a079ffbab1107f252c7bb08478","eu-tr-09586631237-74","eu-tr-44856881231-49"]}} -{"id":"ec-meeting-2018-11-29-96a7e133361d581d2d6ef9dc391a38b6b774b14a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-29 - Cabinet of Vice-President Günther Oettinger x IP Europe VZW"],"date":["2018-11-29"],"summary":["5G and Internet of Things"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-562316318576-78","ec-person-76c97b49eb5244be0c8636bbc9caa6101f3cce84"]}} -{"id":"ec-meeting-2018-11-29-ba24bf0f8a142d6572ddcd46331d4c389e252bbd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-29 - Cabinet of Commissioner Vytenis Andriukaitis x European Public Health Association"],"date":["2018-11-29"],"summary":["Lowering premature deaths"],"notes":["Portfolio: Health & Food Safety"],"location":["Ljublijana"],"address":["Ljublijana"],"addressEntity":["addr-192db6afad357d5f4b15f6e83f76633115e076ae"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["eu-tr-37673629826-90","ec-person-b4899928aefa422e4992056d90974930b39cad81","ec-person-df30d07ef698a52b9948b9c734db39196cf8541f"]}} -{"id":"ec-meeting-2018-11-29-ba6a265f9966d39362efb5ccc632a6987ccfa612","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-29 - Education, Youth, Sport and Culture x League of European Research Universities"],"date":["2018-11-29"],"summary":["Digital Higher Education Summit"],"location":["Utrecht"],"address":["Utrecht"],"addressEntity":["addr-25f989435227967cc0b42781bb74fd59dbc65d7b"],"organizer":["ec-dg-eac"],"involved":["ec-person-68d4f99b9ed1b40d86ebbf81f8f35aeebd6c5fc5","eu-tr-823693912705-83"]}} -{"id":"ec-meeting-2018-11-29-c4eedbfcc0ab56a230c266dffdd54c388f83b46d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-29 - Cabinet of Commissioner Carlos Moedas x CLG Europe"],"date":["2018-11-29"],"summary":["Decarbonisation strategy"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-0a716bf5253e913fc40ebf14c12f30dc2e7a06ee","eu-tr-381796719468-68"]}} -{"id":"ec-meeting-2018-11-29-c90a12e89e5af8e931302e0e7ed7a3be69a57eff","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-29 - Cabinet of Vice-President Valdis Dombrovskis x Seedrs Limited"],"date":["2018-11-29"],"summary":["Crowdfunding"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-473889733171-40","ec-person-30d770ccd575865b3106f94220ce1ace16e48f1a"]}} -{"id":"ec-meeting-2018-11-29-d5cc373295cafac4b1651c5c55b17b7d8029589e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-29 - Cabinet of Commissioner Phil Hogan x Hume Brophy"],"date":["2018-11-29"],"summary":["deliver speech on role of food industry in the future of CAP"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["brussels"],"address":["brussels"],"addressEntity":["addr-e2daa1574b7ac475c827b33e281bd2d5e013c882"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-3843982938-44","ec-person-a1a78365cc4685b0958056646204977d8f2ead92"]}} -{"id":"ec-meeting-2018-11-29-f0b50cce1feaf930c0b96bd1949418da5aa42ecd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-29 - Cabinet of Vice-President Valdis Dombrovskis x AMUNDI AM"],"date":["2018-11-29"],"summary":["Sustainable Finance"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-94607479886-02","ec-person-30d770ccd575865b3106f94220ce1ace16e48f1a"]}} -{"id":"ec-meeting-2018-11-30-076b5dc08a6d83fb123d998ab717fc02c1c5209e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-30 - Informatics x Salesforce"],"date":["2018-11-30"],"summary":["Meeting with Amy Weaver, President, Legal and General Counsel"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-digit"],"involved":["eu-tr-991195317279-06","ec-person-32591d36027eb92a66b57d5bcc8c57d9574380b0"]}} -{"id":"ec-meeting-2018-11-30-0adedbc1c7db2389b4aeb6e89abc9a8baab48390","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-30 - Cabinet of Commissioner Elżbieta Bieńkowska x EuroCommerce"],"date":["2018-11-30"],"summary":["UTPs"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-84973761187-60","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2018-11-30-0b1f40e63632ee91e72fbd95365700f6e797db4b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-30 - Cabinet of Commissioner Vytenis Andriukaitis x Union of European Beverages Association"],"date":["2018-11-30"],"summary":["Sustainability, SDGs and UNESDA Commitments, Packaging Commitments and Plastic Strategy"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["eu-tr-25492952296-56","ec-person-0dbfffeb0323f819c8d57164906086dd8639c437","ec-person-df30d07ef698a52b9948b9c734db39196cf8541f"]}} -{"id":"ec-meeting-2018-11-30-292698fd43b4af3136be87b203b77cb9d99bf295","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-30 - Cabinet of Commissioner Vytenis Andriukaitis x Confederazione Generale dell'Agricoltura Italiana"],"date":["2018-11-30"],"summary":["African Swine Fever, Xylella, and developments and consequences on the sector after the sentence of the ECJ on NBT"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-0dbfffeb0323f819c8d57164906086dd8639c437","ec-person-df30d07ef698a52b9948b9c734db39196cf8541f","eu-tr-230456715590-19"]}} -{"id":"ec-meeting-2018-11-30-2e265a8bdf6b208e7f2d71769a62f339eef7c887","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-30 - Cabinet of Vice-President Cecilia Malmström x Visa Europe"],"date":["2018-11-30"],"summary":["Trade in general and more specifically e-commerce and China"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-61954192201-58","ec-person-20ded9db5df11164331bb161fdf234b1e5ad53fd","ec-person-591ec829ca734bcfe59a2c9c7f07f9dff22a0ea9"]}} -{"id":"ec-meeting-2018-11-30-5e225aed835c4da070ec573c75fdc14690854546","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-30 - Cabinet of Vice-President Miguel Arias Cañete x IBERDROLA"],"date":["2018-11-30"],"summary":["Long Term Strategy"],"notes":["Portfolio: Climate Action & Energy"],"location":["Madrid"],"address":["Madrid"],"addressEntity":["addr-7a2191964a3d7521269f0068afae6b6116bac15d"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-41816938101-07","ec-person-2229c857664a22dcb8eee79a8c05841fd3d0924f"]}} -{"id":"ec-meeting-2018-11-30-858cd5b78af7e37dde519bfb889536e947b8c784","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-30 - Communications Networks, Content and Technology x Confederation of Laboratories for Artificial Intelligence Research in Europe AISBL"],"date":["2018-11-30"],"summary":["AI Research in Europe"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-205170133342-09","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2018-11-30-8815a86342afddf399d4767347fd60ec66b48e96","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-30 - Environment x Tetra Pak Group"],"date":["2018-11-30"],"summary":["Circular Economy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-env"],"involved":["eu-tr-7574443768-34","ec-person-3bc74ce04ea3f4ab4d91a5c88eef25b8b8a213b4"]}} -{"id":"ec-meeting-2018-11-30-9e05f436098296093cef2b2f6f0b44c4d8569753","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-30 - Cabinet of Vice-President Cecilia Malmström x DWF LLP"],"date":["2018-11-30"],"summary":["Steel safeguards"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-20ded9db5df11164331bb161fdf234b1e5ad53fd","eu-tr-103036133269-65","ec-person-591ec829ca734bcfe59a2c9c7f07f9dff22a0ea9"]}} -{"id":"ec-meeting-2018-11-30-f9e12779c6b9d8a30b9ec0af875ef922f0340242","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-11-30 - Cabinet of Commissioner Christos Stylianides x World Economic Forum"],"date":["2018-11-30"],"summary":["Cooperation in humanitarian aid"],"notes":["Portfolio: Humanitarian Aid & Crisis Management"],"location":["Geneva"],"address":["Geneva"],"addressEntity":["addr-eacb20159164fa15c55f87d7d66068b4b2ceaf39"],"organizer":["ec-cabinet-christos-commissioner-of-stylianides"],"involved":["ec-person-cdd689bd079714522dad472ea4446b0fcc660d8f","eu-tr-389715028237-59","ec-person-4424ecf39f7c6c9e4022ac46c71d81b0464ae6a5"]}} -{"id":"ec-meeting-2018-12-01-d830ca7b59537350ce93089aa9a7b84723f3c8fe","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-12-01 - Cabinet of Commissioner Phil Hogan x Irish Creamery Milk Suppliers Association"],"date":["2018-12-01"],"summary":["Speak at annual meeting"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["iRELAND"],"address":["iRELAND"],"addressEntity":["addr-460bdc8b4b1f55e749c951f8c5b4c42ccec62b3f"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-a1a78365cc4685b0958056646204977d8f2ead92","eu-tr-58690875697-56"]}} -{"id":"ec-meeting-2018-12-03-3d13d38054b49f84f9ac6df24a1ff2eee8c3b8b8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-12-03 - Cabinet of Commissioner Věra Jourová x Transatlantic Institute"],"date":["2018-12-03"],"summary":["Combating hate crime and hate speech online"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-a608b85b2ffef83f883b5a2330b6232efa1b7141","eu-tr-95713206856-14","ec-person-1e0e3a00ab815dea7c5b839b002ed2c7e34bfe0a"]}} -{"id":"ec-meeting-2018-12-03-6188a87c0fa62b7b0ed2ccad8a558d3e9503f2e8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-12-03 - Cabinet of Vice-President Karmenu Vella x ExxonMobil Petroleum & Chemical"],"date":["2018-12-03"],"summary":["Chemical Recycling"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["eu-tr-0745650927-75","ec-person-e3c587153be49902cde115f568bd5e9a9d548743"]}} -{"id":"ec-meeting-2018-12-03-65a4556ce590f184632da8494a70f7cd96197d8b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-12-03 - Cabinet of Vice-President Johannes Hahn x System Capital Management"],"date":["2018-12-03"],"summary":["ukraine"],"notes":["Portfolio: European Neighbourhood Policy & Enlargement Negotiations"],"location":["brussels"],"address":["brussels"],"addressEntity":["addr-e2daa1574b7ac475c827b33e281bd2d5e013c882"],"organizer":["ec-cabinet-hahn-johannes-of-president-vice"],"involved":["ec-person-14243ca3b6c9c0f57c03163cfda58dad2d75b681","eu-tr-91505507670-45"]}} -{"id":"ec-meeting-2018-12-03-8fd5febf46f97ebac3e247a8af3bbbd0bfe2687e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-12-03 - Energy x European Network of Transmission System Operators for Electricity"],"date":["2018-12-03"],"summary":["réseau électrique européen"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-25805148045-87","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2018-12-03-c3b02c9dffd429e36e8d41fe50e9f237fd447a4f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-12-03 - Cabinet of Vice-President Valdis Dombrovskis x Citigroup Inc."],"date":["2018-12-03"],"summary":["Brexit, EU financial regulation agenda"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-00353757573-57","ec-person-48f31156d932641826e09f5b73f074d35ff05786"]}} -{"id":"ec-meeting-2018-12-03-e8ec82e33c0709fbcd7a68284f87ad61b0a88850","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-12-03 - Health and Food Safety x European Federation of Pharmaceutical Industries and Associations"],"date":["2018-12-03"],"summary":["courtesy visit"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-sante"],"involved":["eu-tr-38526121292-88","ec-person-42d2108d723f9b9017ed589e3271e3156172daa7"]}} -{"id":"ec-meeting-2018-12-03-efd85dc36d304b93f99008f2cd3406034ad67c4d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-12-03 - Agriculture and Rural Development x Bioenergy Europe"],"date":["2018-12-03"],"summary":["views of the European bioenergy sector"],"location":["brussels"],"address":["brussels"],"addressEntity":["addr-e2daa1574b7ac475c827b33e281bd2d5e013c882"],"organizer":["ec-dg-agri"],"involved":["eu-tr-97810874431-67","ec-person-7bc7204a153f98afbf1ad1cffbdd10d06d9ae166"]}} -{"id":"ec-meeting-2018-12-04-013ec0197a1f4819fd65debee7f076439d0ba05b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-12-04 - Cabinet of Commissioner Carlos Moedas x Leonardo S.p.A."],"date":["2018-12-04"],"summary":["Future of aviation"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["eu-tr-02550382403-01","ec-person-0a716bf5253e913fc40ebf14c12f30dc2e7a06ee","ec-person-23980b2bc4fd9c82051d0f7888dc236b2f764866"]}} -{"id":"ec-meeting-2018-12-04-026b4a42b00197f5f7a23d00817dc64ad804d9df","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-12-04 - Cabinet of Commissioner Carlos Moedas x Vodafone Belgium SA"],"date":["2018-12-04"],"summary":["Global trends in telecoms and connected vehicles"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["eu-tr-90142503473-81","ec-person-2b4bb0b28e7435e5f612e44d9664dbd1051efc55"]}} -{"id":"ec-meeting-2018-12-04-1158cd03575e7873904453bb5d6db99040ad1b51","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-12-04 - Cabinet of Vice-President Maroš Šefčovič x EuroNavigator Ltd"],"date":["2018-12-04"],"summary":["Low Emission Mobility"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-e74918e8eb8a9ef96da8cb06c0eae7ac5080d822","eu-tr-623004132925-63"]}} -{"id":"ec-meeting-2018-12-04-15582f5bee95d26c5886d060749fe696f1058090","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-12-04 - Competition x European Competition Lawyers Forum"],"date":["2018-12-04"],"summary":["Information exchange on competition law"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-comp"],"involved":["ec-person-8600a621c9aef12fc33b708e13b3cd3d5fa5696b","eu-tr-485337923983-69"]}} -{"id":"ec-meeting-2018-12-04-1c2592c053f9a7623fa65952c3f67d1dc3270249","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-12-04 - Cabinet of Vice-President Günther Oettinger x Verband Kommunaler Unternehmen e.V."],"date":["2018-12-04"],"summary":["MFF and European elections"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-1420587986-32","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2018-12-04-1f55d65302eae86b75b7a0e595fb09a09a17b872","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-12-04 - Cabinet of First Vice-President Frans Timmermans x Verband Kommunaler Unternehmen e.V."],"date":["2018-12-04"],"summary":["Future of the Rule of Law in Europe"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-1420587986-32","ec-person-f87a3277bb5391e01fe3111e915444e51feb191a"]}} -{"id":"ec-meeting-2018-12-04-278f9d66526786775b760de878155b8577ed69ab","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-12-04 - Energy x DNV ADS Insight"],"date":["2018-12-04"],"summary":["energy market developments and the role of technologies for accelerating clean energy transition"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-414057515145-62","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e","eu-tr-02762144321-07"]}} -{"id":"ec-meeting-2018-12-04-3f911676c7ca36bbc8c09f59f58d7dc9abfc4980","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-12-04 - Cabinet of Vice-President Neven Mimica x Koninklijke Philips"],"date":["2018-12-04"],"summary":["Cooperation on health in developing countries through Trust Funds and the External Investment Plan"],"notes":["Portfolio: International Cooperation & Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-mimica-neven-of-president-vice"],"involved":["eu-tr-035366013790-68","ec-person-e90858f5aba78fd0e1cb2f757c3f38d55d91f98b"]}} -{"id":"ec-meeting-2018-12-04-3f9c4c979e938a76f369995675e876066098d1a0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-12-04 - Cabinet of President Jean-Claude Juncker x European Parliamentary Financial Services Forum"],"date":["2018-12-04"],"summary":["Speaker at lunch Event on “The Competitiveness of the EU in an ever more Global Financial Market Place’’"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-c402e34a99fbee730ae22e3b1958e21c94dc6fcc","eu-tr-77823123416-69"]}} -{"id":"ec-meeting-2018-12-04-4bb0147f99916844f08949fb15d91fd61c63e771","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-12-04 - Cabinet of Vice-President Jyrki Katainen x Bureau Européen des Unions de Consommateurs"],"date":["2018-12-04"],"summary":["artificial intelligence"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-c50e8c2cc390c5efb0626988d173bc6758459e0f","eu-tr-9505781573-45","ec-person-81b1dda49062e5dac42bdad9273fa72968a2c325"]}} -{"id":"ec-meeting-2018-12-04-52db27c6183a00370a26764f132a5f826c540a26","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-12-04 - Cabinet of Vice-President Günther Oettinger x Bundesverband der obst-, gemüse- und kartoffelverarbeitenden Industrie e.V."],"date":["2018-12-04"],"summary":["Anti-dumping policy"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["ec-person-55a0b11edfe9b0b76e526f72b1ec2e9f2f74d5bc","eu-tr-675655931245-58"]}} -{"id":"ec-meeting-2018-12-04-58f4019bc1e0f9b3e4be7925432b2c1ecc2518f1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-12-04 - Cabinet of Commissioner Phil Hogan x Conseil Européen des Jeunes Agriculteurs"],"date":["2018-12-04"],"summary":["Opening address CEJA 60 anniversary celebrations"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Belgium"],"address":["Belgium"],"addressEntity":["addr-5cb4c9d828175ed3931ec52305b32f47173a8e04"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-849413211923-25","ec-person-a1a78365cc4685b0958056646204977d8f2ead92"]}} -{"id":"ec-meeting-2018-12-04-827814a1cf0b37698b4b542b649d4744ec006517","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-12-04 - Cabinet of Vice-President Valdis Dombrovskis x Invesco Management SA"],"date":["2018-12-04"],"summary":["Sustainable Finance"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-286394716669-89","ec-person-30d770ccd575865b3106f94220ce1ace16e48f1a","ec-person-537401fc0be04984531b83660f416bf2fe14fbd8"]}} -{"id":"ec-meeting-2018-12-04-8562c8a44fccdc1643d67897036dd399e8b21d4d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-12-04 - Cabinet of First Vice-President Frans Timmermans x BUSINESSEUROPE"],"date":["2018-12-04"],"summary":["Future of Better Regulation"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-3978240953-79","ec-person-966667b73d92624be9bb019c2baab7e52331b3d3"]}} -{"id":"ec-meeting-2018-12-04-92294908b2c4db9f53a2b9f20c5a0533c81ac0a7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-12-04 - Cabinet of Vice-President Miguel Arias Cañete x Fundación Finnovaregio"],"date":["2018-12-04"],"summary":["LTS"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-288427228549-86","ec-person-2229c857664a22dcb8eee79a8c05841fd3d0924f"]}} -{"id":"ec-meeting-2018-12-04-940b62c92a9d668fa41a320b45086164967603b9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-12-04 - Cabinet of Vice-President Jyrki Katainen x Technology Industries of Finland (Teknologiateollisuus ry)"],"date":["2018-12-04"],"summary":["Horizon Europe"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-39705603497-38","ec-person-ccd2797b568cba38993df7d1dcc985dbc1eb439a"]}} -{"id":"ec-meeting-2018-12-04-b33c1c1dabf04df76ea78ae1de874a8749e70348","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-12-04 - Cabinet of Commissioner Vytenis Andriukaitis x FTI Consulting Belgium"],"date":["2018-12-04"],"summary":["Cannabis-derived products and medicines"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-059ca943fc5fc696d2a97849c635ddf7b6ab7fd7","eu-tr-29896393398-67"]}} -{"id":"ec-meeting-2018-12-04-b5821893c1479e8aeef11bc894932e2879c90e8d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-12-04 - Cabinet of Commissioner Tibor Navracsics x Arcada University of Applied Sciences"],"date":["2018-12-04"],"summary":["Higher Education"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["eu-tr-501838433325-23","ec-person-fc5c01a0bffedf0f4e205a759b40239535313d28"]}} -{"id":"ec-meeting-2018-12-04-ce0a0c45a445086bec1dd92cd2caacdb6f86c455","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-12-04 - Cabinet of President Jean-Claude Juncker x Financial Future"],"date":["2018-12-04"],"summary":["Speech at Financial Future Workshop \"Time to measure progress to complete the Capital Markets Union\""],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-496002615183-27","ec-person-c402e34a99fbee730ae22e3b1958e21c94dc6fcc"]}} -{"id":"ec-meeting-2018-12-04-d482273032459fbb058bd6c2cc8f3f6e44b0bc9d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-12-04 - Cabinet of Commissioner Phil Hogan x Asociación Nacional de Productores de Vacuno de Carne"],"date":["2018-12-04"],"summary":["Topics of interest to the porc sector"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-c9d17d5879383b030f61a4066848249fb35d57e4","eu-tr-120867616360-39"]}} -{"id":"ec-meeting-2018-12-04-ded42a08943078a7ecdf209c3b107b440aed76c6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-12-04 - Cabinet of Commissioner Mariya Gabriel x Koninklijke Philips"],"date":["2018-12-04"],"summary":["E-Health"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-035366013790-68","ec-person-13ac9a19d8d04f97c0d32603d014df0dd4e1cd2a"]}} -{"id":"ec-meeting-2018-12-04-e0bff8e4da6cd9efa517be3fc0edc6eefdb7c46d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-12-04 - Cabinet of Vice-President Cecilia Malmström x The European Steel Association"],"date":["2018-12-04"],"summary":["Steel safeguards"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-20ded9db5df11164331bb161fdf234b1e5ad53fd","eu-tr-93038071152-83","ec-person-591ec829ca734bcfe59a2c9c7f07f9dff22a0ea9"]}} -{"id":"ec-meeting-2018-12-04-e668ce59083e617ebefb8a20d81db467b367f8f1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-12-04 - Cabinet of Vice-President Andrus Ansip x Verband Kommunaler Unternehmen e.V."],"date":["2018-12-04"],"summary":["DSM Presentation"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-6a03bc4fa7657513ea34529e98dba0671ef4c849","eu-tr-1420587986-32"]}} -{"id":"ec-meeting-2018-12-04-e7f0718b2159f109570b51b303a94bcd7ec4120e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-12-04 - Cabinet of Vice-President Jyrki Katainen x Universities of Applied Sciences Network"],"date":["2018-12-04"],"summary":["Role of universities in innovation"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-81b1dda49062e5dac42bdad9273fa72968a2c325","eu-tr-956800924432-97"]}} -{"id":"ec-meeting-2018-12-04-ec46ff5f5d57001c1039d1388bc45cc9dd377f4a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-12-04 - Cabinet of Commissioner Christos Stylianides x Brot für die Welt"],"date":["2018-12-04"],"summary":["Situation in Syria"],"notes":["Portfolio: Humanitarian Aid & Crisis Management"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-christos-commissioner-of-stylianides"],"involved":["ec-person-2fc13fcb7185092e68bea299c3be5ed16c4bdaf0","ec-person-de605a3492bf8716a72a814958f304a939e828b3","eu-tr-46530831412-96"]}} -{"id":"ec-meeting-2018-12-04-f00c553f8f487498ba23f7344679e456200403bb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-12-04 - Cabinet of Vice-President Cecilia Malmström x NASDAQ"],"date":["2018-12-04"],"summary":["Presentation of companies in light of the European SME awards / Explanation Commission's work"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-76648765687-29","ec-person-20ded9db5df11164331bb161fdf234b1e5ad53fd"]}} -{"id":"ec-meeting-2018-12-04-f9c53574b6f3dc2f37550bef751a7c9d712d7404","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-12-04 - Cabinet of President Jean-Claude Juncker x Aviva Plc"],"date":["2018-12-04"],"summary":["Women in Europe Dinner"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-c402e34a99fbee730ae22e3b1958e21c94dc6fcc","eu-tr-86270761494-62"]}} -{"id":"ec-meeting-2018-12-05-08c82224429a4903e38285a6f0654c4d5343c1be","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-12-05 - Education, Youth, Sport and Culture x Organising Bureau of European School Student Unions"],"date":["2018-12-05"],"summary":["Meeting with Board member and representatives"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-eac"],"involved":["ec-person-68d4f99b9ed1b40d86ebbf81f8f35aeebd6c5fc5","eu-tr-28818073021-14"]}} -{"id":"ec-meeting-2018-12-05-0d34bf8094b99d70e0510079f194b664c4f7f781","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-12-05 - Cabinet of Commissioner Carlos Moedas x Taylor & Francis Group, part of Informa PLC"],"date":["2018-12-05"],"summary":["Open Science"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-b8d49828915f9008e764a78796d47ea00807a658","eu-tr-531171433080-05"]}} -{"id":"ec-meeting-2018-12-05-0f5bdf38fff43b1c97556317ccfab38db2e90540","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-12-05 - Cabinet of President Jean-Claude Juncker x European Federation of Investors and Financial Services Users Federation of European Securities Exchanges"],"date":["2018-12-05"],"summary":["Speech at the International Conference \"EU Capital Markets 2024\""],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-24633926420-79","ec-person-c402e34a99fbee730ae22e3b1958e21c94dc6fcc","eu-tr-71488206456-23"]}} -{"id":"ec-meeting-2018-12-05-13bf268a077cc9b14042fe541cc4acca6b1d7a56","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-12-05 - Task Force for Relations with the United Kingdom x Airbus"],"date":["2018-12-05"],"summary":["Meeting with the Task Force for the Preparation and Conduct of the Negotiations with the United Kingdom under Article 50 TEU"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-uktf"],"involved":["ec-person-864cfa5fbc9b02a079ffbab1107f252c7bb08478","eu-tr-2732167674-76"]}} -{"id":"ec-meeting-2018-12-05-25e9b2cd357ac9139766104e4f033eff2e64e2d7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-12-05 - Education, Youth, Sport and Culture x Teach For All Network"],"date":["2018-12-05"],"summary":["A New Way for New Talents in Teaching (NEWTT) dissemination event"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-eac"],"involved":["ec-person-68d4f99b9ed1b40d86ebbf81f8f35aeebd6c5fc5","eu-tr-350952629688-14"]}} -{"id":"ec-meeting-2018-12-05-2ac0aa2d136385f5c0ea9ee003a636cd29ea4d60","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-12-05 - Financial Stability, Financial Services and Capital Markets Union x Federation of European Securities Exchanges"],"date":["2018-12-05"],"summary":["CMU, Mifid"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-71488206456-23","ec-person-bdee7a93f95c8ef05079539170139b3c02e8ed96"]}} -{"id":"ec-meeting-2018-12-05-2d0a582fa6ec0535c5e77475ecb47935bf9e1693","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-12-05 - Cabinet of Vice-President Cecilia Malmström x Airbus"],"date":["2018-12-05"],"summary":["WTO, EU-US Trade relations, Japan & China"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-19b143e83f8ab978c55c8a9a9e49e06dbfa14bf3","eu-tr-2732167674-76"]}} -{"id":"ec-meeting-2018-12-05-381ea2305af7fca59810e140cb6f0c660087342b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-12-05 - Cabinet of Commissioner Julian King x Sectra Communications AB"],"date":["2018-12-05"],"summary":["Cyber Threat Prevention"],"notes":["Portfolio: Security Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-julian-king-of"],"involved":["eu-tr-007362033367-13","ec-person-355668f7f858778b0b745d45441b2e4393f4a7be"]}} -{"id":"ec-meeting-2018-12-05-38eb0844dc49d8bcd142ace32913f0e2c47b58e9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-12-05 - Cabinet of Vice-President Valdis Dombrovskis x Hume Brophy SIX GROUP LTD"],"date":["2018-12-05"],"summary":["MiFIR"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-3843982938-44","eu-tr-259182121223-88","ec-person-30d770ccd575865b3106f94220ce1ace16e48f1a"]}} -{"id":"ec-meeting-2018-12-05-479c7d5f032ae38d051f9f77512c3ac214610501","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-12-05 - Cabinet of Commissioner Mariya Gabriel x Centre for Democracy & Technology, Europe"],"date":["2018-12-05"],"summary":["proposal for a Regulation on preventing the dissemination of terrorist content online"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-57305017757-64","ec-person-d995d34a2f8b1f0bf6a17486f5699181d6a01e1c"]}} -{"id":"ec-meeting-2018-12-05-5280138fdbae9bd9e21992ad681dd77c7b0da641","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-12-05 - Cabinet of Commissioner Věra Jourová x Twitter International Company"],"date":["2018-12-05"],"summary":["Hate speech online"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["eu-tr-394491614001-72","ec-person-1e0e3a00ab815dea7c5b839b002ed2c7e34bfe0a"]}} -{"id":"ec-meeting-2018-12-05-57202155b661fd8b7b06a30bc805acd273e9e657","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-12-05 - Cabinet of Commissioner Mariya Gabriel x Creative Media Business Alliance"],"date":["2018-12-05"],"summary":["Copyright"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-55791845397-85","ec-person-13ac9a19d8d04f97c0d32603d014df0dd4e1cd2a"]}} -{"id":"ec-meeting-2018-12-05-5b2d09a23d00cc6f718f3b6017438ef404ee2fd3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-12-05 - Cabinet of Vice-President Maroš Šefčovič x Siemens AG"],"date":["2018-12-05"],"summary":["State of play European Battery Alliance, Clean Energy Package"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-3bf48630444ace93d407e52eb880e64d480f75ce","eu-tr-4266797770-31"]}} -{"id":"ec-meeting-2018-12-05-6197a71bfd64a995c2fa82a05472d06a19be3c72","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-12-05 - Cabinet of Commissioner Věra Jourová x Ernst & Young Core Business Services BV"],"date":["2018-12-05"],"summary":["GDPR"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-3269ef00f0778677e6f4c8e0f72ce019084206fb","eu-tr-04458109373-91"]}} -{"id":"ec-meeting-2018-12-05-78c1446e748b9058080de3bbe55c7b8f179ff956","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-12-05 - Cabinet of Commissioner Phil Hogan x Elanco Animal Health Incorporated"],"date":["2018-12-05"],"summary":["poultry production regulations"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-674898634422-50","ec-person-7d3caa534e5cdda6d5b949bd4b2def39356e3bec"]}} -{"id":"ec-meeting-2018-12-05-a867b60fc47c6b7f11e8cfd29f6112165999e2ff","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-12-05 - Cabinet of Vice-President Valdis Dombrovskis x Ernst & Young Core Business Services BV"],"date":["2018-12-05"],"summary":["Audit reform, cyber security, sustainability reporting, digital skills, banking union"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-537401fc0be04984531b83660f416bf2fe14fbd8","eu-tr-04458109373-91"]}} -{"id":"ec-meeting-2018-12-05-ac44bf60bca6da3d8f6176da8c1cd8660ac01014","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-12-05 - Task Force for Relations with the United Kingdom x Benelux Business Roundtable"],"date":["2018-12-05"],"summary":["Meeting with the Task Force for the Preparation and Conduct of the Negotiations with the United Kingdom under Article 50 TEU"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-uktf"],"involved":["ec-person-864cfa5fbc9b02a079ffbab1107f252c7bb08478","eu-tr-085887527492-62"]}} -{"id":"ec-meeting-2018-12-05-ada932436e5e35ce95092afc3126a390ef5fc65a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-12-05 - Cabinet of Commissioner Margrethe Vestager x Verbraucherzentrale Bundesverband"],"date":["2018-12-05"],"summary":["Competition Policy"],"notes":["Portfolio: Competition"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-margrethe-of-vestager"],"involved":["ec-person-2e96673ec2acdfc668f6970535551f9afa1f8729","eu-tr-2893800753-48"]}} -{"id":"ec-meeting-2018-12-05-bd238350b9227fef6c159642d442d329683e437b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-12-05 - Cabinet of Commissioner Violeta Bulc x European Transport Workers' Federation International Road Transport Union Permanent Delegation to the EU"],"date":["2018-12-05"],"summary":["IRU-ETF's conference on enforcement"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-92545571128-74","eu-tr-41802525291-86","ec-person-dd7851e4a1e747e824b4f81139e33bc3cdb73160"]}} -{"id":"ec-meeting-2018-12-05-cf0f6457678f667293e4d02042c99d8b1b3f164b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-12-05 - Cabinet of Vice-President Valdis Dombrovskis x Bank Julius Baer & Co. Ltd"],"date":["2018-12-05"],"summary":["Banking Union, Capital Markets Union, Equivalence decision for Swiss stock exchanges (MIFIR Art. 23)"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-30d770ccd575865b3106f94220ce1ace16e48f1a","eu-tr-234317527985-69","ec-person-a9eda2e8ea54b70a968327672c6cada679d3cd56"]}} -{"id":"ec-meeting-2018-12-05-d51930308de18ef3be56389a97a53e0a1882f412","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-12-05 - Cabinet of Commissioner Vytenis Andriukaitis x The Brewers of Europe"],"date":["2018-12-05"],"summary":["Alcohol labelling"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-b9c3f19e7c5f216e3e508f931ddd6a9cb59376d1","ec-person-df30d07ef698a52b9948b9c734db39196cf8541f","eu-tr-81610896372-23"]}} -{"id":"ec-meeting-2018-12-05-d5b6eae6add0aede901c192beb37fe7ab7c4bd18","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-12-05 - Cabinet of Vice-President Maroš Šefčovič x SAFT"],"date":["2018-12-05"],"summary":["European Battery Alliance"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-326377135609-78","ec-person-1f95be23689cd4ed0a26fe2980f760ccf2d55c1e"]}} -{"id":"ec-meeting-2018-12-05-e0422175b4757e498b7501edbeeb6416f45fbf18","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-12-05 - Cabinet of Commissioner Phil Hogan x Macra na Feirme"],"date":["2018-12-05"],"summary":["young farmers' issues in Ireland"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-545454920972-75","ec-person-7d3caa534e5cdda6d5b949bd4b2def39356e3bec"]}} -{"id":"ec-meeting-2018-12-05-fd21c71a6da2a21441017e15e1f2137be1cb3443","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-12-05 - Cabinet of First Vice-President Frans Timmermans x Aquafix Belgium bvba"],"date":["2018-12-05"],"summary":["discussion on Plastics Strategy and Plastic Pellets"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-922222433343-80","ec-person-8d1c5ff76a431332387aa10936b0bff13f7d71fd"]}} -{"id":"ec-meeting-2018-12-05-fe4a1b059a4207562b9673971b45aeaec5e00af8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-12-05 - Cabinet of Vice-President Günther Oettinger x Airbus"],"date":["2018-12-05"],"summary":["MFF and Horizon Europe"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-2732167674-76","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2018-12-06-008d0badf97146dfd6762f3cff8012c5d2ee79a2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-12-06 - Cabinet of Vice-President Miguel Arias Cañete x International Air Transport Association"],"date":["2018-12-06"],"summary":["ICAO CORSIA"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-1805107590-28","ec-person-2229c857664a22dcb8eee79a8c05841fd3d0924f"]}} -{"id":"ec-meeting-2018-12-06-091f4a01972d1c1ab1de8cc263a8651f4e3335c6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-12-06 - Cabinet of Commissioner Vytenis Andriukaitis x EvoKE (Evolutionary Knowledge for Everyone)"],"date":["2018-12-06"],"summary":["Communicating science"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-b9c3f19e7c5f216e3e508f931ddd6a9cb59376d1","eu-tr-593920133344-39","ec-person-df30d07ef698a52b9948b9c734db39196cf8541f"]}} -{"id":"ec-meeting-2018-12-06-1579eaf88b3583fb45280e7ce525d7a66aeb5e1d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-12-06 - Cabinet of First Vice-President Frans Timmermans x Liberty Global Corporate B.V."],"date":["2018-12-06"],"summary":["e-privacy, Digital Services Tax, Foreign Direct Investment, Competition Policy"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-82853397708-89","ec-person-6c0efbf1635ca0cb8dce32e129231fa3136f600b"]}} -{"id":"ec-meeting-2018-12-06-50de07512ad239a013630e558c925aae6b13dc63","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-12-06 - Cabinet of Commissioner Violeta Bulc x FlixBus Italia"],"date":["2018-12-06"],"summary":["Road transport issues"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-751779927700-43","ec-person-dd7851e4a1e747e824b4f81139e33bc3cdb73160"]}} -{"id":"ec-meeting-2018-12-06-751f2c1617ba9fc76dfa050ca849f0d9ca8e0103","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-12-06 - Cabinet of Vice-President Cecilia Malmström x EUROCHAMBRES – Association of European Chambers of Commerce and Industry"],"date":["2018-12-06"],"summary":["State of play of EU trade policy"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-19b143e83f8ab978c55c8a9a9e49e06dbfa14bf3","eu-tr-0014082722-83"]}} -{"id":"ec-meeting-2018-12-06-8f81c99be07748a02d352b32f5be2304f689037e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-12-06 - Cabinet of Vice-President Valdis Dombrovskis x Banking & Payments Federation Ireland"],"date":["2018-12-06"],"summary":["Banking Union to complete"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-48f31156d932641826e09f5b73f074d35ff05786","eu-tr-981559116223-93","ec-person-a9eda2e8ea54b70a968327672c6cada679d3cd56"]}} -{"id":"ec-meeting-2018-12-06-b1b66e2c89941341ebe6cd54b236b7b347acda13","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-12-06 - Cabinet of Vice-President Maroš Šefčovič x Trafigura Group Pte."],"date":["2018-12-06"],"summary":["LNG Strategy, European Battery Alliance"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-955315115949-73","ec-person-3bf48630444ace93d407e52eb880e64d480f75ce"]}} -{"id":"ec-meeting-2018-12-06-eb26d962957296afc055819955149738eaa479f2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-12-06 - Cabinet of Commissioner Tibor Navracsics x The Premier League"],"date":["2018-12-06"],"summary":["radio rights"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Berl"],"address":["Berl"],"addressEntity":["addr-54e63e71413c0e3e97d7bff5666df91904ace402"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-49f31dad10f5641cb1d1e4c3107dd838389e8120","eu-tr-20008164092-96"]}} -{"id":"ec-meeting-2018-12-06-fe6250c4242c1c749e1df9ea8a30c34d35038bab","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-12-06 - Cabinet of Commissioner Vytenis Andriukaitis x Safe Food Advocacy Europe Global Feedback Ltd"],"date":["2018-12-06"],"summary":["Statement on food waste measurement methodology"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["eu-tr-104500414872-61","ec-person-0dbfffeb0323f819c8d57164906086dd8639c437","eu-tr-074553928144-47"]}} -{"id":"ec-meeting-2018-12-07-260a8c5605406bd124e5037fc895a9e67815b69a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-12-07 - Cabinet of Vice-President Jyrki Katainen x Finland Chamber of Commerce (Keskuskauppakamari)"],"date":["2018-12-07"],"summary":["European elections, Finnish EU presidency"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Helsinki"],"address":["Helsinki"],"addressEntity":["addr-98dc71700228eb053aa75f338c9a8b5bcef38679"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-5552918474-13","ec-person-93e8e8ac2ee89edb4c52bce70d7472c8eae05edd"]}} -{"id":"ec-meeting-2018-12-07-27cc82fc79c2d82762ff60fd84a398f6ad48fc43","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-12-07 - Cabinet of Commissioner Phil Hogan x Association of European Journalists"],"date":["2018-12-07"],"summary":["Agri matters"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Ireland"],"address":["Ireland"],"addressEntity":["addr-eb2131ece0efe78ee8bb1ae98af6099114a8df09"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-018214429231-64","ec-person-a1a78365cc4685b0958056646204977d8f2ead92"]}} -{"id":"ec-meeting-2018-12-07-4322c9bb2d4c146ca5d762123a55b35822913c9b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-12-07 - Cabinet of Commissioner Mariya Gabriel x Microsoft Corporation"],"date":["2018-12-07"],"summary":["Disinformation"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-0801162959-21","ec-person-d995d34a2f8b1f0bf6a17486f5699181d6a01e1c"]}} -{"id":"ec-meeting-2018-12-07-51fb3a9fbf23c10ac45a78204a9039348d4ec0f7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-12-07 - Cabinet of Commissioner Tibor Navracsics x Specialised Nutrition Europe"],"date":["2018-12-07"],"summary":["If the EU does not act to harmonise rules, individual Member States may fill this legal vacuum by adopting national rules, resulting in a fragmented internal market"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["eu-tr-33498019160-40","ec-person-49f31dad10f5641cb1d1e4c3107dd838389e8120"]}} -{"id":"ec-meeting-2018-12-07-6ebb35e5cd5119128bc181ae53fd4e14fca8b897","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-12-07 - Energy x Conférence des Régions Périphériques Maritimes d'Europe (CRPM)"],"date":["2018-12-07"],"summary":["les opportunités et le potentiel des îles dans le contexte de la transition énergétique et l'importance de synergies de tous les acteurs"],"location":["Bruxelles, Belgique"],"address":["Bruxelles, Belgique"],"addressEntity":["addr-dee45fa36f6fea7b6920132acb02f707e309643d"],"organizer":["ec-dg-ener"],"involved":["eu-tr-5546423688-07","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2018-12-07-87fbe5dd8417ce73f7aab0936bbbb545cc64b386","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-12-07 - Cabinet of Commissioner Elżbieta Bieńkowska x Tesla Motors Netherlands B.V."],"date":["2018-12-07"],"summary":["sustainable transport/enrgy, automated driving, batteries"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-547225616323-13","ec-person-b2f9be51339f054477846797e2c119fcf16548fc"]}} -{"id":"ec-meeting-2018-12-07-90d2effc47c41f28eaac8077b72cb2da29c2047e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-12-07 - Cabinet of Vice-President Cecilia Malmström x Association des Constructeurs Européens d'Automobiles"],"date":["2018-12-07"],"summary":["EU-US trade relations"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-19b143e83f8ab978c55c8a9a9e49e06dbfa14bf3","eu-tr-0649790813-47"]}} -{"id":"ec-meeting-2018-12-07-9ea4965f3509021c1fa0181c9084b2b94513f103","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-12-07 - Energy x European Tyre & Rubber Manufacturers' Association Manufacture Française des Pneumatiques Michelin"],"date":["2018-12-07"],"summary":["les développements des pneumatiques en Europe et son rôle clé pour plus de sécurité et gains d'énergie dans le secteur automobile"],"location":["Bruxelles, Belgique"],"address":["Bruxelles, Belgique"],"addressEntity":["addr-dee45fa36f6fea7b6920132acb02f707e309643d"],"organizer":["ec-dg-ener"],"involved":["eu-tr-1413466815-09","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e","eu-tr-6025320863-10"]}} -{"id":"ec-meeting-2018-12-07-a233500d2e903c5cf4209bf9a8bbacf9dcf9303a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-12-07 - Cabinet of Commissioner Mariya Gabriel x Global Wo.men Hub"],"date":["2018-12-07"],"summary":["femmes dans le monde du digital"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-771105831902-30","ec-person-6cd1e3bf3a4eec9e9db49b32cf3d20ab7dbfe03f"]}} -{"id":"ec-meeting-2018-12-07-aae772162e07424525fa7c0c9889bd51995659f3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-12-07 - Cabinet of Commissioner Mariya Gabriel x Cosmo Element"],"date":["2018-12-07"],"summary":["female entrepreneurs in finance and tech"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-681220332683-61","ec-person-6cd1e3bf3a4eec9e9db49b32cf3d20ab7dbfe03f"]}} -{"id":"ec-meeting-2018-12-07-b2a29214dec37e3d64bb6bdec0b634359f3b9f8c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-12-07 - Cabinet of Commissioner Phil Hogan x Finistere Ireland Management Ltd"],"date":["2018-12-07"],"summary":["Agri Matters"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Ireland"],"address":["Ireland"],"addressEntity":["addr-eb2131ece0efe78ee8bb1ae98af6099114a8df09"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-302772433688-62","ec-person-a1a78365cc4685b0958056646204977d8f2ead92"]}} -{"id":"ec-meeting-2018-12-10-18ec9c1e55f23a1dea9072070baf8aff92155428","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-12-10 - Cabinet of First Vice-President Frans Timmermans x FoodDrinkEurope"],"date":["2018-12-10"],"summary":["Single use plastics"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-75818824519-45","ec-person-8d1c5ff76a431332387aa10936b0bff13f7d71fd"]}} -{"id":"ec-meeting-2018-12-10-55bca617fd051c084a6f363019df84b9965e546e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-12-10 - Cabinet of Vice-President Maroš Šefčovič x Transport and Environment (European Federation for Transport and Environment)"],"date":["2018-12-10"],"summary":["Biofuels policy"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-e74918e8eb8a9ef96da8cb06c0eae7ac5080d822","eu-tr-58744833263-19"]}} -{"id":"ec-meeting-2018-12-10-5d61aff5838ed574c7e55c1aae3c7e8a897a6827","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-12-10 - Environment x Ecoembalajes España"],"date":["2018-12-10"],"summary":["Waste management issues"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-env"],"involved":["eu-tr-946877127073-51","ec-person-3bc74ce04ea3f4ab4d91a5c88eef25b8b8a213b4"]}} -{"id":"ec-meeting-2018-12-10-84ac18d5b78e9d2388f6272ba271d1ec7180c800","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-12-10 - Cabinet of Vice-President Cecilia Malmström x European Association Automotive Suppliers"],"date":["2018-12-10"],"summary":["EU-US Trade relations"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-91408765797-03","ec-person-cb8ca9ec2413722fa83484ed18dd76ace52d0118"]}} -{"id":"ec-meeting-2018-12-10-afd4e92db2273ea026160f556652cfa748806dfc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-12-10 - Cabinet of Vice-President Jyrki Katainen x Banco Santander, S.A."],"date":["2018-12-10"],"summary":["Ongoing financial services proposals, FinTech."],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-567e71ed1b2c1e3f5ed12f2c3bedf7e9e69a9158","eu-tr-799142914971-03"]}} -{"id":"ec-meeting-2018-12-10-c31174e01d620effec06b667d62e9082e787690d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-12-10 - Cabinet of Commissioner Vytenis Andriukaitis x Max-Planck-Gesellschaft zur Förderung der Wissenschaften VIB"],"date":["2018-12-10"],"summary":["New breeding techniques"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-b9c3f19e7c5f216e3e508f931ddd6a9cb59376d1","eu-tr-173042412678-08","ec-person-df30d07ef698a52b9948b9c734db39196cf8541f","eu-tr-370604532778-04"]}} -{"id":"ec-meeting-2018-12-10-c51ee234fdc5a90068570ac040d41b10abd4d9c6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-12-10 - Education, Youth, Sport and Culture x Eurodesk Brussels Link"],"date":["2018-12-10"],"summary":["Meeting with Director and President of Eurodesk"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-eac"],"involved":["ec-person-68d4f99b9ed1b40d86ebbf81f8f35aeebd6c5fc5","eu-tr-078783114207-72"]}} -{"id":"ec-meeting-2018-12-10-cdd32570c9e94847a2198d4970fb063b37c7e7da","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-12-10 - Cabinet of Commissioner Julian King x Facebook Ireland Limited"],"date":["2018-12-10"],"summary":["Cybersecurity"],"notes":["Portfolio: Security Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-julian-king-of"],"involved":["ec-person-355668f7f858778b0b745d45441b2e4393f4a7be","eu-tr-28666427835-74"]}} -{"id":"ec-meeting-2018-12-10-d29bed7f6621feda751d67b936386022907a144e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-12-10 - Cabinet of Vice-President Karmenu Vella x FoodDrinkEurope"],"date":["2018-12-10"],"summary":["Single Use Plastics"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["European Commission - Barlaymont Building"],"address":["European Commission - Barlaymont Building"],"addressEntity":["addr-0e423838fa9571c6af4dadd3142e24f85a119051"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["ec-person-78fb1ad0c02c4fa8497b22edc1233d6be03cf2e5","eu-tr-75818824519-45","ec-person-e3c587153be49902cde115f568bd5e9a9d548743"]}} -{"id":"ec-meeting-2018-12-10-da5e79b1b851ae6d89181ff14dcb71be296b4ca3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-12-10 - Cabinet of Vice-President Valdis Dombrovskis x BANCO BILBAO VIZCAYA ARGENTARIA"],"date":["2018-12-10"],"summary":["Sustainable Finance"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-090350412968-04","ec-person-30d770ccd575865b3106f94220ce1ace16e48f1a","ec-person-537401fc0be04984531b83660f416bf2fe14fbd8"]}} -{"id":"ec-meeting-2018-12-10-ecf64d0f2fa5f2a34036671df74020af0a93e7c3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-12-10 - Cabinet of Commissioner Carlos Moedas x Datawheel LLC Universiteit Utrecht"],"date":["2018-12-10"],"summary":["Open Data"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-8ec05e08adb6965c1b360cae0a4d52d4d72a2f95","ec-person-b8d49828915f9008e764a78796d47ea00807a658","eu-tr-159194825072-93","eu-tr-343733933363-06"]}} -{"id":"ec-meeting-2018-12-10-fde41ab122f56aed6426d79a9b17bf47b3effcde","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-12-10 - Cabinet of Vice-President Valdis Dombrovskis x Grahambishop.com"],"date":["2018-12-10"],"summary":["Temporary Eurobill"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-219923333423-65","ec-person-48f31156d932641826e09f5b73f074d35ff05786"]}} -{"id":"ec-meeting-2018-12-11-2bbf76c7dba8d75ac6c2f9ad1253101aa8ba9345","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-12-11 - Cabinet of Vice-President Jyrki Katainen x Finnish Forest Industries Federation (Metsäteollisuus ry) Technology Industries of Finland (Teknologiateollisuus ry) Chemical Industry Federation of Finland (Kemianteollisuus ry)"],"date":["2018-12-11"],"summary":["Finnish EU-presidency and EU innovation policies"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Strasbourg"],"address":["Strasbourg"],"addressEntity":["addr-a7b90170b4a5bf2d1d09ccfd109b57e0a030cfc4"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90","eu-tr-07682415745-25","eu-tr-39671713910-36","eu-tr-39705603497-38"]}} -{"id":"ec-meeting-2018-12-11-2ccff739b2cad88a1764d5b648ce12dc63d6417f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-12-11 - Cabinet of Vice-President Jyrki Katainen x Naval Group"],"date":["2018-12-11"],"summary":["Cooperation in European Defence"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-81b1dda49062e5dac42bdad9273fa72968a2c325","eu-tr-57864135710-49"]}} -{"id":"ec-meeting-2018-12-11-30f7215db9ca60c11d1dd231de070e505f2fcb41","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-12-11 - Competition x International Chamber of Commerce"],"date":["2018-12-11"],"summary":["Exchange on a number of competition policy issues"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-comp"],"involved":["ec-person-8600a621c9aef12fc33b708e13b3cd3d5fa5696b","eu-tr-50674299591-83"]}} -{"id":"ec-meeting-2018-12-11-4accfdae7d199165355c3bd77cbae1dc7bbd12c3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-12-11 - Cabinet of Vice-President Maroš Šefčovič x ENEL SpA"],"date":["2018-12-11"],"summary":["Reform Electricity Market Design, 2050 Strategy"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-3bf48630444ace93d407e52eb880e64d480f75ce","eu-tr-6256831207-27"]}} -{"id":"ec-meeting-2018-12-11-893b56e0dbcb03591d3f17bd18148468aae29b22","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-12-11 - Cabinet of Commissioner Phil Hogan x Swedish Forest Industries Federation"],"date":["2018-12-11"],"summary":["Commission strategy for a low carbon 2050"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-355702910008-47","ec-person-68b8e931bdd0cafe77ab8e98d87edbea128d6c49"]}} -{"id":"ec-meeting-2018-12-11-92c6200570534c6feb6503d3a75050f7f56c4094","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-12-11 - Cabinet of Commissioner Mariya Gabriel x The Premier League"],"date":["2018-12-11"],"summary":["Copyright"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-20008164092-96","ec-person-13ac9a19d8d04f97c0d32603d014df0dd4e1cd2a"]}} -{"id":"ec-meeting-2018-12-11-cd3a1b226d44ee0635ffe8dd685c6d7c4299b29f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-12-11 - Agriculture and Rural Development x European Association of Remote Sensing Companies"],"date":["2018-12-11"],"summary":["Exchange of views aboutthe EO geoinformation services"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-agri"],"involved":["eu-tr-928649113568-51","ec-person-7bc7204a153f98afbf1ad1cffbdd10d06d9ae166"]}} -{"id":"ec-meeting-2018-12-11-d2021da6278fb5280c07ba871b3a7750778cfd07","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-12-11 - Cabinet of Vice-President Andrus Ansip x IP Europe VZW"],"date":["2018-12-11"],"summary":["SEP licencing"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-562316318576-78","ec-person-6a03bc4fa7657513ea34529e98dba0671ef4c849"]}} -{"id":"ec-meeting-2018-12-11-e31bd6cc684f11714bbf0b18c7052d579b492125","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-12-11 - Cabinet of President Jean-Claude Juncker x EURODOM"],"date":["2018-12-11"],"summary":["Fisheries in FR outermost regions"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-ad6f76ca53dc30d965b15e3728c45dbd0aba44b4","eu-tr-28418016649-41"]}} -{"id":"ec-meeting-2018-12-11-e4de2c51cf159cf0aff1ed80e8ee236e61f3772d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-12-11 - Education, Youth, Sport and Culture x Friends of Europe"],"date":["2018-12-11"],"summary":["Meeting with President Mr. Cami"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-eac"],"involved":["ec-person-68d4f99b9ed1b40d86ebbf81f8f35aeebd6c5fc5","eu-tr-99436366768-45"]}} -{"id":"ec-meeting-2018-12-11-f19294f00c0e8cd1f9c6febc4adfa76a0de79de3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-12-11 - Cabinet of Vice-President Karmenu Vella x European Recycling Industries' Confederation Fédération Nationale des Activités de Dépollution et de l'Environnement"],"date":["2018-12-11"],"summary":["Single Use Plastics"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["eu-tr-764633015511-42","eu-tr-232455019331-89","ec-person-e3c587153be49902cde115f568bd5e9a9d548743"]}} -{"id":"ec-meeting-2018-12-12-23a5d73e6ea2e2145be021122b1299973f6e47a5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-12-12 - Cabinet of Commissioner Elżbieta Bieńkowska x Union of European Beverages Association"],"date":["2018-12-12"],"summary":["Single Use Plastic"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-25492952296-56","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2018-12-12-379143a71cb9b763b25d2c5c085adfc84c9de7ff","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-12-12 - Cabinet of Commissioner Tibor Navracsics x barry lynam sl"],"date":["2018-12-12"],"summary":["Trinity meet"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["berl"],"address":["berl"],"addressEntity":["addr-1a66a945a7c848e2e3f1cd5f9692be1f16a0a484"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["eu-tr-883497033300-77","ec-person-1da7ee09d46288ee4ea9db2b644bdcf9c3d6d000"]}} -{"id":"ec-meeting-2018-12-12-83a19be2e1adf4c64edab0b3b822b3590bdcb980","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-12-12 - Cabinet of Vice-President Jyrki Katainen x Transport and Environment (European Federation for Transport and Environment)"],"date":["2018-12-12"],"summary":["Follow up to RED II Directive"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-0da85dc48012e26688310a59a0b51727ea68f410","eu-tr-58744833263-19"]}} -{"id":"ec-meeting-2018-12-12-a7a13132f16aa98333a91eb86db7e0b68cb23152","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-12-12 - Education, Youth, Sport and Culture x British Council"],"date":["2018-12-12"],"summary":["Meeting with Chief Executive"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-eac"],"involved":["ec-person-68d4f99b9ed1b40d86ebbf81f8f35aeebd6c5fc5","eu-tr-17888758870-92"]}} -{"id":"ec-meeting-2018-12-13-07ad8e6c09fe28e3d0e882f54eba1590ff006bfb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-12-13 - Cabinet of Vice-President Jyrki Katainen x Energy Transitions Commission"],"date":["2018-12-13"],"summary":["Long-term decarbonisation strategy and COP 24"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90","eu-tr-225968629523-78"]}} -{"id":"ec-meeting-2018-12-13-2a69d48705e55e48e8996e66337a32e1b240e687","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-12-13 - Cabinet of Commissioner Tibor Navracsics x Rolls-Royce plc"],"date":["2018-12-13"],"summary":["Education/STEM and Youth employment"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels, BERL"],"address":["Brussels, BERL"],"addressEntity":["addr-3c3fa5f92474ebac668808553fbab6d1c14aa243"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-33076d1a800ce856f29bbab43813a5a80eef2da0","ec-person-881310bbb4e54ac96753b80bbdc9b1994cfbf136","eu-tr-58290033126-06","ec-person-1da7ee09d46288ee4ea9db2b644bdcf9c3d6d000"]}} -{"id":"ec-meeting-2018-12-13-2fd1b54d9c02d483e2220f363f476e3fc85563fb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-12-13 - Financial Stability, Financial Services and Capital Markets Union x Deutscher Sparkassen-und Giroverband"],"date":["2018-12-13"],"summary":["banking union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-62379064909-15","ec-person-bdee7a93f95c8ef05079539170139b3c02e8ed96"]}} -{"id":"ec-meeting-2018-12-13-69d3626b967fe0f44a6dea8b1677cb186bbccd2d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-12-13 - Cabinet of Vice-President Andrus Ansip x European Telecommunications Network Operators' Association"],"date":["2018-12-13"],"summary":["Mapping the main challenges and opportunities on the Code implementation across Member States"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-666bc159c7e65a3af9e63c1e97435c02f1496955","eu-tr-08957111909-85"]}} -{"id":"ec-meeting-2018-12-13-6dceedd1f56ed655ff8b4094e0e328c9a00f52d5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-12-13 - Cabinet of Vice-President Andrus Ansip x Telia Company AB"],"date":["2018-12-13"],"summary":["5G security and the security of supply chains"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-381805014604-45","ec-person-666bc159c7e65a3af9e63c1e97435c02f1496955"]}} -{"id":"ec-meeting-2018-12-13-836dc6ea9741fb39cbdcdca494bdbdd2aaa81c4c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-12-13 - Cabinet of Vice-President Valdis Dombrovskis x Eestimaa Talupidajate Keskliit Lauksaimniecības organizāciju sadarbības padome Eesti Põllumajandus-Kaubanduskoda Lietuvos Respublikos žemės ūkio rūmai Biedrība Zemnieku saeima"],"date":["2018-12-13"],"summary":["CAP and direct payments for Baltic countries in the MFF 2021-2028"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-500577733683-82","eu-tr-340415211061-17","eu-tr-10029895396-05","ec-person-a9eda2e8ea54b70a968327672c6cada679d3cd56","ec-person-537401fc0be04984531b83660f416bf2fe14fbd8","eu-tr-906727822631-61","eu-tr-961707318657-19"]}} -{"id":"ec-meeting-2018-12-13-8dd53c4423f342d6c617a5a06749c0185dc7fb4d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-12-13 - Cabinet of Commissioner Mariya Gabriel x Joint European Disruptive Initiative"],"date":["2018-12-13"],"summary":["Digitising Industry"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-782340832304-56","ec-person-d995d34a2f8b1f0bf6a17486f5699181d6a01e1c"]}} -{"id":"ec-meeting-2018-12-13-8fc7651225a694d305a5c211cec3f218287ba2e0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-12-13 - Cabinet of Commissioner Carlos Moedas x European Society for Paediatric Oncology"],"date":["2018-12-13"],"summary":["Health research and innovation"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-0a716bf5253e913fc40ebf14c12f30dc2e7a06ee","eu-tr-122803916413-09"]}} -{"id":"ec-meeting-2018-12-13-a75b457f53e067d9fed5a822bcdc7db96f84e6b4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-12-13 - Cabinet of Vice-President Günther Oettinger x Joint European Disruptive Initiative"],"date":["2018-12-13"],"summary":["MFF and Horizon Europe"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-782340832304-56","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2018-12-13-beac9fd1fdcebb9abe8b4a147d923cd42691c71e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-12-13 - Cabinet of Vice-President Valdis Dombrovskis x Gesamtverband der Deutschen Versicherungswirtschaft e.V."],"date":["2018-12-13"],"summary":["Solvency II review"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-6437280268-55","ec-person-30d770ccd575865b3106f94220ce1ace16e48f1a"]}} -{"id":"ec-meeting-2018-12-13-e2fc667585813e003c5adddcafe99049c2c61878","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-12-13 - Cabinet of Vice-President Günther Oettinger x Groupement Européen des Sociétés d'Auteurs et Compositeurs"],"date":["2018-12-13"],"summary":["Copyright"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911","eu-tr-36529354479-57"]}} -{"id":"ec-meeting-2018-12-13-ea520285a69e083f81996c6016549dff0a6ffb7f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-12-13 - Cabinet of Vice-President Andrus Ansip x BlackBerry Limited"],"date":["2018-12-13"],"summary":["Presentation of the BlackBerry's activities on Cybersecurity, Internet of Things, etc."],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-3ca0c466b8ff230d4409591430b388007ce14ff8","eu-tr-251259032370-30"]}} -{"id":"ec-meeting-2018-12-13-fb0aae0ca7b67c96a82391cde36e69282b6314e5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-12-13 - Cabinet of Vice-President Valdis Dombrovskis x Deutscher Sparkassen-und Giroverband"],"date":["2018-12-13"],"summary":["Banking package"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-62379064909-15","ec-person-48f31156d932641826e09f5b73f074d35ff05786"]}} -{"id":"ec-meeting-2018-12-14-06dda1bd4f8b033fffd2c9e5570d857ecc235ccf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-12-14 - Cabinet of Commissioner Carlos Moedas x Ben Gurion University of the Negev"],"date":["2018-12-14"],"summary":["Visit of the students of the MBA in Social Leadership at Ben Gurion University"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-f7ccc3ad366dd2fdb24870e1c02ff2763539c82f","eu-tr-335172833125-67","ec-person-23980b2bc4fd9c82051d0f7888dc236b2f764866"]}} -{"id":"ec-meeting-2018-12-14-3084f00c9936aa6339784351d22dc5dbbf1b1123","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-12-14 - Cabinet of Vice-President Miguel Arias Cañete x Banco Santander, S.A."],"date":["2018-12-14"],"summary":["Long Term Strategy"],"notes":["Portfolio: Climate Action & Energy"],"location":["Madrid"],"address":["Madrid"],"addressEntity":["addr-7a2191964a3d7521269f0068afae6b6116bac15d"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-799142914971-03","ec-person-2229c857664a22dcb8eee79a8c05841fd3d0924f"]}} -{"id":"ec-meeting-2018-12-14-430af4e30904aedf67811239848ff5b866c326f8","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2018-12-14 - Cabinet of Commissioner Julian King x Tata Steel Europe"],"date":["2018-12-14"],"summary":["industrial policy"],"notes":["Portfolio: Security Union"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-julian-king-of"],"involved":["eu-tr-08746491502-16","ec-person-37c79733647a2293d1e96e976d3a72c6b707cb4c","ec-person-c5e8e10f494a7f5d0de6124025a80a8ec47c283a"]}} -{"id":"ec-meeting-2018-12-14-4c52622a7ebe84ef37a23ab9afd12f7f1d7b90b5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-12-14 - Cabinet of High Representative / Vice-President Federica Mogherini x Confederazione Generale dell'Agricoltura Italiana"],"date":["2018-12-14"],"summary":["Rice imports"],"notes":["Portfolio: Foreign Affairs and Security Policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"involved":["ec-person-ee8ab2300c4d75a3a5bc50649fcc3887116bf31b","eu-tr-230456715590-19"]}} -{"id":"ec-meeting-2018-12-14-4dd2715abbece1d854ce6c04367fe868aa9cafaf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-12-14 - Cabinet of Vice-President Cecilia Malmström x EUROPEAN APPAREL AND TEXTILE CONFEDERATION"],"date":["2018-12-14"],"summary":["EU-US trade relations"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-7824139202-85","ec-person-cb8ca9ec2413722fa83484ed18dd76ace52d0118"]}} -{"id":"ec-meeting-2018-12-14-5996c448a18e14bd8e010453d1bee204a18c31ff","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-12-14 - Cabinet of Vice-President Jyrki Katainen x Fern"],"date":["2018-12-14"],"summary":["Deforestation"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-af4fdbf97c89a6df87ab37d321d95829d657c940","eu-tr-40538475090-82"]}} -{"id":"ec-meeting-2018-12-14-77881d9d3a911100749c46419ab16acfaf6d1954","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-12-14 - Cabinet of Vice-President Cecilia Malmström x Weber Shandwick"],"date":["2018-12-14"],"summary":["Commissioner Malmström was invited by Prime to address different stakeholders about topical issues in EU trade policy, including ongo"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-52836621780-65","ec-person-19b143e83f8ab978c55c8a9a9e49e06dbfa14bf3"]}} -{"id":"ec-meeting-2018-12-14-84a40819f9eb4784f5300871453d6a3c587f38ab","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-12-14 - Cabinet of Vice-President Cecilia Malmström x Svensk Handel (Swedish Trade Federation)"],"date":["2018-12-14"],"summary":["state of play on the trade priorities of the Commission"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-19b143e83f8ab978c55c8a9a9e49e06dbfa14bf3","eu-tr-277625014294-80"]}} -{"id":"ec-meeting-2018-12-14-9b77487c252abc335072ef9bb56af7a44ad876cc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-12-14 - Cabinet of Vice-President Günther Oettinger x Lidl"],"date":["2018-12-14"],"summary":["EU policy for the retail sector"],"notes":["Portfolio: Budget & Human Resources"],"location":["Neckarsulm"],"address":["Neckarsulm"],"addressEntity":["addr-94f411003ed57be8b3139b0433e06738426ef4de"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-480098310579-04","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2018-12-14-c52e4f6cdcf7488a82153168a43a4f71d42fec58","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-12-14 - Cabinet of Vice-President Miguel Arias Cañete x NATURGY ENERGY GROUP"],"date":["2018-12-14"],"summary":["Long Term Strategy"],"notes":["Portfolio: Climate Action & Energy"],"location":["Madrid"],"address":["Madrid"],"addressEntity":["addr-7a2191964a3d7521269f0068afae6b6116bac15d"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-67833029261-54","ec-person-2229c857664a22dcb8eee79a8c05841fd3d0924f"]}} -{"id":"ec-meeting-2018-12-14-f7a017e76f5de4514184b3440dfd077de0b3f249","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-12-14 - Cabinet of Commissioner Carlos Moedas x Bioenergy Europe"],"date":["2018-12-14"],"summary":["Bio-economy strategy"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["eu-tr-97810874431-67","ec-person-0a716bf5253e913fc40ebf14c12f30dc2e7a06ee"]}} -{"id":"ec-meeting-2018-12-16-312f63bcc889567b98131c14827ca2dbf0a5b472","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-12-16 - Cabinet of Commissioner Phil Hogan x CLG Europe"],"date":["2018-12-16"],"summary":["Zero emissions future"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-400dd8d59d3060187d9b9b143d697da1a3d03c12","eu-tr-381796719468-68","ec-person-68b8e931bdd0cafe77ab8e98d87edbea128d6c49"]}} -{"id":"ec-meeting-2018-12-17-05284dd49350515834ae5511b310ceb271f4ef84","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2018-12-17 - Cabinet of Vice-President Jyrki Katainen x Banque de Développement du Conseil de l'Europe"],"date":["2018-12-17"],"summary":["Opportunities for the CEB in the next MFF","InvestEU and possible participation of the Council of Europe Bank."],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90","eu-tr-087581028690-43"]}} -{"id":"ec-meeting-2018-12-17-3a66571caf2170bc1998245d230d01fbbe1166d3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-12-17 - Cabinet of Commissioner Carlos Moedas x Centre National de la Recherche Scientifique"],"date":["2018-12-17"],"summary":["Discussion about the European Research and Innovation landscape, and the Horizon Europe Proposal"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-23980b2bc4fd9c82051d0f7888dc236b2f764866","ec-person-a6e757d2928b639b876fd492ddee1fc1420908bf","eu-tr-787054318177-33"]}} -{"id":"ec-meeting-2018-12-17-47d88b3565d2e32e06a01a7e208595c67a3f624f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-12-17 - Cabinet of Commissioner Violeta Bulc x Federation of Associations for Hunting & Conservation of the EU"],"date":["2018-12-17"],"summary":["Meeting with the Representatives of FACE"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-75899541198-85","ec-person-4d2b449b5047ea3fda435a2a1c1081e3babcdf76","ec-person-a9f4fe47da47a1b05bbfda9825908089d11bda93"]}} -{"id":"ec-meeting-2018-12-17-8f50d574c29aaaeabdb6a62b29e4288422eb861c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-12-17 - Cabinet of Commissioner Violeta Bulc x Ryanair Holdings"],"date":["2018-12-17"],"summary":["Meeting with the CEO Mr O'Leary"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-9d4dc4867a44dfe10f67ae7ee1706da3e8b48a24","ec-person-4d2b449b5047ea3fda435a2a1c1081e3babcdf76","eu-tr-002977215945-85"]}} -{"id":"ec-meeting-2018-12-17-ac9a4886369d7ad300acc6d1803e65f03b23004d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-12-17 - Cabinet of President Jean-Claude Juncker x Spotify"],"date":["2018-12-17"],"summary":["DSM"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-365747616583-15","ec-person-67872aca57f8dfc132dbac47ff41bf9b60ba8ac5"]}} -{"id":"ec-meeting-2018-12-17-b75b6f71dfe1450677e982392ec23754c223b7a9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-12-17 - Environment x PlasticsEurope"],"date":["2018-12-17"],"summary":["Circular Economy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-env"],"involved":["eu-tr-454264611835-56","ec-person-3bc74ce04ea3f4ab4d91a5c88eef25b8b8a213b4"]}} -{"id":"ec-meeting-2018-12-17-e0bff8e4da6cd9efa517be3fc0edc6eefdb7c46d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-12-17 - Cabinet of Vice-President Cecilia Malmström x The European Steel Association"],"date":["2018-12-17"],"summary":["Safeguard investigation on steel and Eurofer’s suggestions for a future legislative Framework for a Low-Carbon Steel Industry"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-19b143e83f8ab978c55c8a9a9e49e06dbfa14bf3","eu-tr-93038071152-83"]}} -{"id":"ec-meeting-2018-12-18-058da641d5134a63bf58f252f90fb26829b0863c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-12-18 - Task Force for Relations with the United Kingdom x European Round Table for Industry"],"date":["2018-12-18"],"summary":["Meeting with the Task Force for the Preparation and Conduct of the Negotiations with the United Kingdom under Article 50 TEU"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-uktf"],"involved":["ec-person-864cfa5fbc9b02a079ffbab1107f252c7bb08478","eu-tr-25487567824-45"]}} -{"id":"ec-meeting-2018-12-18-2a7d0248ea25dee2b9ef4f462f219f43d78ef331","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-12-18 - Cabinet of Commissioner Elżbieta Bieńkowska x Business Bridge Europe"],"date":["2018-12-18"],"summary":["Conference on EU Space Policy"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["ec-person-685ecf13dd26cd515c961e24ba71049af2302c5e","ec-person-d2997a7f359c91a337055c3e24dd36bf928de38d","eu-tr-72856225852-31"]}} -{"id":"ec-meeting-2018-12-18-4843c68c67e03a02b0035601468687ef90737079","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-12-18 - Cabinet of Vice-President Valdis Dombrovskis x Credit Suisse Group AG ING Group"],"date":["2018-12-18"],"summary":["Banking Package"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-12112965774-95","ec-person-48f31156d932641826e09f5b73f074d35ff05786","eu-tr-206549617146-90"]}} -{"id":"ec-meeting-2018-12-18-7f0dcc7224069120e97a69ff81b1651ed5254658","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-12-18 - Cabinet of Vice-President Jyrki Katainen x Maa- ja metsätaloustuottajain Keskusliitto – Central Union of Agricultural Producers and Forest Owners"],"date":["2018-12-18"],"summary":["Cooperatives and Future of Europe"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90","eu-tr-56039441735-48"]}} -{"id":"ec-meeting-2018-12-18-8c1a55e2905f91cc088d06da56e0f550a6cf9a5b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-12-18 - Cabinet of Commissioner Věra Jourová x SOCIETE BIC"],"date":["2018-12-18"],"summary":["Product safety"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["eu-tr-214419515681-64","ec-person-184e698af1eb9e33b179680570ca171d8cb31c94"]}} -{"id":"ec-meeting-2018-12-18-9bb271802a400b5574175b1c16ed375ef742e7dc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-12-18 - Cabinet of Commissioner Violeta Bulc x Bombardier Transportation"],"date":["2018-12-18"],"summary":["Road and rail issues"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-478836130634-43","ec-person-dd7851e4a1e747e824b4f81139e33bc3cdb73160"]}} -{"id":"ec-meeting-2018-12-18-ab75d486966539cd462c6f25299b3afda4dc8917","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-12-18 - Cabinet of Vice-President Cecilia Malmström x Bruegel"],"date":["2018-12-18"],"summary":["Priorities for Trade for 2019"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-20ded9db5df11164331bb161fdf234b1e5ad53fd","eu-tr-458295331598-02"]}} -{"id":"ec-meeting-2018-12-18-bfedc4cd6d66b713bd1ff74336820ab41571aba2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-12-18 - Secretariat-General x Airbus"],"date":["2018-12-18"],"summary":["The international role of the euro"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-sg"],"involved":["eu-tr-2732167674-76","ec-person-97a74c3df4cdf4db05e274aab8204536eca85f92"]}} -{"id":"ec-meeting-2018-12-18-c7ca7e6ee02e63c1dbe30fd5d9936cde22bc60d6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-12-18 - Cabinet of First Vice-President Frans Timmermans x Green 10"],"date":["2018-12-18"],"summary":["Future of Europe, SDGs, rule of law, space for civil society, and EU environmental policy, including follow-up to 7th Environment Action Programme, circular economy, deforestation."],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["ec-person-966667b73d92624be9bb019c2baab7e52331b3d3","eu-tr-70309834043-10"]}} -{"id":"ec-meeting-2018-12-18-ca0b0146c47a3cb84e173474341aeb8db374560b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-12-18 - Cabinet of Commissioner Marianne Thyssen x the WorkLife HUB"],"date":["2018-12-18"],"summary":["Work-life balance"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["ec-person-5528caa0f79478c045f9f7d077dc9e03c09edb31","eu-tr-229918033520-47"]}} -{"id":"ec-meeting-2018-12-18-ca34f6bf06e03c6102eb52b002b9196115313dc2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-12-18 - Cabinet of First Vice-President Frans Timmermans x Plastic Soup Foundation"],"date":["2018-12-18"],"summary":["Fighting plastics pollution"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-055616612425-69","ec-person-966667b73d92624be9bb019c2baab7e52331b3d3"]}} -{"id":"ec-meeting-2018-12-18-f6f2ea3bafe96316b4725b1ff0fc3c7466c3bf93","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-12-18 - Cabinet of Vice-President Cecilia Malmström x European Chamber of Commerce Taiwan"],"date":["2018-12-18"],"summary":["Investment climate Taiwan / need for investment agreement"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-012717123539-58","ec-person-20ded9db5df11164331bb161fdf234b1e5ad53fd","ec-person-591ec829ca734bcfe59a2c9c7f07f9dff22a0ea9"]}} -{"id":"ec-meeting-2018-12-19-1be42c19c9dbb2786c4856a5b1a8671deb8053de","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-12-19 - Cabinet of Vice-President Cecilia Malmström x ASOC. ESPAÑOLA DE EXPORTADORES E INDUSTRIALES DE ACEITUNAS DE MESA"],"date":["2018-12-19"],"summary":["Possible WTO case in defense of Spanish ripe olives"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-568646831721-90","ec-person-20ded9db5df11164331bb161fdf234b1e5ad53fd","ec-person-591ec829ca734bcfe59a2c9c7f07f9dff22a0ea9"]}} -{"id":"ec-meeting-2018-12-19-1df6011e78caa6ab5e11d517d9641f4a3caab89c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-12-19 - Task Force for Relations with the United Kingdom x Conférence des Régions Périphériques Maritimes d'Europe (CRPM)"],"date":["2018-12-19"],"summary":["Meeting with the Task Force for the Preparation and Conduct of the Negotiations with the United Kingdom under Article 50 TEU"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-uktf"],"involved":["eu-tr-5546423688-07","ec-person-864cfa5fbc9b02a079ffbab1107f252c7bb08478"]}} -{"id":"ec-meeting-2018-12-19-28566dc14a6f6214ce8bbeb0567a7fda7725c9d5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-12-19 - Cabinet of Vice-President Neven Mimica x The ONE Campaign"],"date":["2018-12-19"],"summary":["Follow-up to the meeting between Commissioner Mimica and Bono"],"notes":["Portfolio: International Cooperation & Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-mimica-neven-of-president-vice"],"involved":["eu-tr-26098317349-65","ec-person-fb34eddb2ee7d6b0c0bfdb52a4456e71ca8dd53c"]}} -{"id":"ec-meeting-2018-12-19-3b855c4554ee40d7cd052337e39a158e5f350b33","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-12-19 - Cabinet of Vice-President Andrus Ansip x Allegro.pl sp. z o.o."],"date":["2018-12-19"],"summary":["P2B, parcel delivery, Universal Postal Union"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-611131527720-22","ec-person-666bc159c7e65a3af9e63c1e97435c02f1496955","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45","ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0"]}} -{"id":"ec-meeting-2018-12-19-84a40819f9eb4784f5300871453d6a3c587f38ab","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-12-19 - Cabinet of Vice-President Cecilia Malmström x Svensk Handel (Swedish Trade Federation)"],"date":["2018-12-19"],"summary":["Informed each other on priorities 2019"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-20ded9db5df11164331bb161fdf234b1e5ad53fd","eu-tr-277625014294-80"]}} -{"id":"ec-meeting-2018-12-19-9c3bc322aee513dd81a2528dbee8688facc844a0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-12-19 - Employment, Social Affairs and Inclusion x Brussels Office of the Swedish Trade Unions"],"date":["2018-12-19"],"summary":["Meeting with the leaders of LO, TCO and Saco"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-empl"],"involved":["eu-tr-69927546143-06","ec-person-dd259fce880e1853f0beb087443bce6e7dea70d7"]}} -{"id":"ec-meeting-2018-12-19-cb1323210bf8d0fbc6847dcb4961ad33f79eb653","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-12-19 - Cabinet of Commissioner Mariya Gabriel x Palo Alto Networks Inc."],"date":["2018-12-19"],"summary":["Digital4Her"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-263314723145-29","ec-person-6cd1e3bf3a4eec9e9db49b32cf3d20ab7dbfe03f"]}} -{"id":"ec-meeting-2018-12-19-cbbbb585534c0bbec492e185c7bae09b6a378f08","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-12-19 - Foreign Policy Instruments x SOS Children's Villages International"],"date":["2018-12-19"],"summary":["Exchange about the activities of SOS Children's villages"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fpi"],"involved":["ec-person-c3b6b442c99862009242a343eeb51ed66498bd31","eu-tr-75014529893-97"]}} -{"id":"ec-meeting-2018-12-19-ce494dd48f549956762ae70740ff63bc1d8e6a9e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-12-19 - Cabinet of Vice-President Andrus Ansip x Radio Télévison Belge Francophone"],"date":["2018-12-19"],"summary":["Media policy, New Technologies"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-007422325160-44","ec-person-99b172d8fe23e00b94022cbd096978be2b48eb81"]}} -{"id":"ec-meeting-2018-12-20-264fa1a18fe671d9a0bc7bc992787223a3b18c8e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-12-20 - Energy x Avisa Partners"],"date":["2018-12-20"],"summary":["energy policy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-54210841652-13","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2018-12-20-3084f00c9936aa6339784351d22dc5dbbf1b1123","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-12-20 - Cabinet of Vice-President Miguel Arias Cañete x Banco Santander, S.A."],"date":["2018-12-20"],"summary":["Long term Strategy- follow up"],"notes":["Portfolio: Climate Action & Energy"],"location":["Madrid"],"address":["Madrid"],"addressEntity":["addr-7a2191964a3d7521269f0068afae6b6116bac15d"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-799142914971-03","ec-person-2229c857664a22dcb8eee79a8c05841fd3d0924f"]}} -{"id":"ec-meeting-2018-12-20-446ff4537c842bc1804178c922b905219f34de3b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-12-20 - Secretariat-General x Rechtsanwalt Roland Koch"],"date":["2018-12-20"],"summary":["Exchange on the future digital agenda for Europe"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-sg"],"involved":["ec-person-97a74c3df4cdf4db05e274aab8204536eca85f92","eu-tr-621643724596-40"]}} -{"id":"ec-meeting-2018-12-20-8fcf67f1decdf48379c5b00addc40925f5a468ad","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-12-20 - Communications Networks, Content and Technology x Elia Transmission Belgium"],"date":["2018-12-20"],"summary":["Energy systems of the future"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-73558824193-08","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2018-12-20-f1de4930d6f9d50feeda22f74e60a4a39afadd2f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2018-12-20 - Energy x FortyEight"],"date":["2018-12-20"],"summary":["energy policy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-870921517430-50","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2019-01-07-1ced0299c0f661a77e08094e6ae3ce50af564fd9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-01-07 - Cabinet of Vice-President Cecilia Malmström x Eurogroup for Animals"],"date":["2019-01-07"],"summary":["WTO modernisation process, animal welfare provisions in EU FTAs, Brexit"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-19b143e83f8ab978c55c8a9a9e49e06dbfa14bf3","eu-tr-6809935493-49"]}} -{"id":"ec-meeting-2019-01-07-76379f48659dc9505fe18cf8f55ed1ce267627ea","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-01-07 - Environment x European University Association"],"date":["2019-01-07"],"summary":["Environmental research"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-env"],"involved":["eu-tr-81122172998-09","ec-person-3bc74ce04ea3f4ab4d91a5c88eef25b8b8a213b4"]}} -{"id":"ec-meeting-2019-01-07-b1a9a606f388e41592b48eceffb20e7579c58cc8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-01-07 - Cabinet of Vice-President Andrus Ansip x DIGITALEUROPE"],"date":["2019-01-07"],"summary":["P2B Regulation"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-64270747023-20","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45"]}} -{"id":"ec-meeting-2019-01-07-da238ae1ae3f1faf7e97c5c6440d9ad56f617bdf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-01-07 - Cabinet of Commissioner Tibor Navracsics x L'Office national de garantie des séjours linguistiques et éducatifs"],"date":["2019-01-07"],"summary":["L’Office et sa mission qualité par rapport aux autres pays européens"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-49f31dad10f5641cb1d1e4c3107dd838389e8120","eu-tr-588914233413-09"]}} -{"id":"ec-meeting-2019-01-08-0d0261aac9e709ff650d525df29f5c78e3cec3d2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-01-08 - Cabinet of Vice-President Jyrki Katainen x Neste Oyj"],"date":["2019-01-08"],"summary":["chemical recycling technology"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90","eu-tr-10257354120-19"]}} -{"id":"ec-meeting-2019-01-08-1cd2e0e89e2a7c514c8fd809dd1d6bae5cc06fe6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-01-08 - Environment x Papel Aralar SA"],"date":["2019-01-08"],"summary":["Single Use Plastics"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-env"],"involved":["eu-tr-100694033563-78","ec-person-3bc74ce04ea3f4ab4d91a5c88eef25b8b8a213b4"]}} -{"id":"ec-meeting-2019-01-08-24873972fe942a1cc3d623a7b55b7fb6d913c1bf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-01-08 - Climate Action x Shipyards' and Maritime Equipment Association of Europe"],"date":["2019-01-08"],"summary":["Strategic Research Agenda"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-clima"],"involved":["ec-person-9c5c685692a09a77f2bc8ae9c05663b87cd75aae","eu-tr-009214311424-03"]}} -{"id":"ec-meeting-2019-01-08-2ba8415c59b74bfeac67076e69542eeb77538de8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-01-08 - Energy x EUROMETAUX"],"date":["2019-01-08"],"summary":["clean and fair energy transition"],"location":["Brussels, belgium"],"address":["Brussels, belgium"],"addressEntity":["addr-b39b9dcfba3e578ef360518fd0aa4ce7938fab00"],"organizer":["ec-dg-ener"],"involved":["eu-tr-61650796093-48","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2019-01-08-3daace338c83ec311adff0207f27a926b3a0d78b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-01-08 - Cabinet of Commissioner Carlos Moedas x Universidade de Coimbra"],"date":["2019-01-08"],"summary":["Strategic research plan"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-2b4bb0b28e7435e5f612e44d9664dbd1051efc55","ec-person-f7ccc3ad366dd2fdb24870e1c02ff2763539c82f","eu-tr-777745717000-59","ec-person-23980b2bc4fd9c82051d0f7888dc236b2f764866"]}} -{"id":"ec-meeting-2019-01-08-5d8a191be3bd68f7c4d755fbdf8e656ea8e0eed2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-01-08 - Energy x European Federation of Energy Law Associations"],"date":["2019-01-08"],"summary":["Access to energy in the EU and in Africa"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-111162132522-13","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2019-01-08-5e6ab02620077551a4d7c7f5c12aadd1b8810fc4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-01-08 - Cabinet of President Jean-Claude Juncker x European Federation of Energy Law Associations"],"date":["2019-01-08"],"summary":["Energy Union"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-b1bf9aa5fb7e886441ff341b657cc482b64a2a3e","eu-tr-111162132522-13"]}} -{"id":"ec-meeting-2019-01-08-7d43dde33e36f8c4a748a815c01f425d97420a6f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-01-08 - Communications Networks, Content and Technology x GSMA Europe"],"date":["2019-01-08"],"summary":["MWC 2019"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-30988577529-37","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2019-01-08-a674abb379fff073f7da60db24fb8b80fafe546d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-01-08 - Cabinet of Vice-President Karmenu Vella x Neste Oyj"],"date":["2019-01-08"],"summary":["Chemical Recycling"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["ec-person-e3c587153be49902cde115f568bd5e9a9d548743","eu-tr-10257354120-19","ec-person-0e3efd8bc1c3ee9a80205d0bb78f316fa1621e5d"]}} -{"id":"ec-meeting-2019-01-08-b4458089f06700414cbd4a05a3f4572630a0e5cb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-01-08 - Cabinet of President Jean-Claude Juncker x Eni S.p.A."],"date":["2019-01-08"],"summary":["Climate Change"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-99578067285-35","ec-person-b1bf9aa5fb7e886441ff341b657cc482b64a2a3e"]}} -{"id":"ec-meeting-2019-01-08-bc454808cdae0163de6aa0c5293f8ceeb7a519cf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-01-08 - Cabinet of Commissioner Carlos Moedas x CSC - IT Center for Science Ltd."],"date":["2019-01-08"],"summary":["Open Science Cloud and HPC"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-8ec05e08adb6965c1b360cae0a4d52d4d72a2f95","eu-tr-360344017227-92"]}} -{"id":"ec-meeting-2019-01-08-bfad4506a31f4400008085b11be658ab2e465ea9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-01-08 - Cabinet of Commissioner Mariya Gabriel x Austrian Institute of Technology GmbH"],"date":["2019-01-08"],"summary":["Cloud computing, Cybersecurity"],"notes":["Portfolio: Digital Economy and Society"],"location":["Sofia"],"address":["Sofia"],"addressEntity":["addr-dc81691d3f747a7e7d4cbe0a008c6345a5438415"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-396456625196-76","ec-person-1674399a793e9e6fd7cf55b525515fc862fc9351"]}} -{"id":"ec-meeting-2019-01-08-c3808a634b5086cab8821c97db979494d27ce091","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-01-08 - Cabinet of Commissioner Mariya Gabriel x CSC - IT Center for Science Ltd."],"date":["2019-01-08"],"summary":["High Performance Computing"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-360344017227-92","ec-person-13ac9a19d8d04f97c0d32603d014df0dd4e1cd2a"]}} -{"id":"ec-meeting-2019-01-08-ce46b5dfee0ff4da3e30e1565a9984cfc45935d3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-01-08 - Cabinet of Vice-President Karmenu Vella x International Ship Recycling Association Galloo France"],"date":["2019-01-08"],"summary":["Ship Recycling"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Ghent"],"address":["Ghent"],"addressEntity":["addr-bacbcfd63d2521f5a2cc38c700d3dbcde1fa1e50"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["ec-person-0e3efd8bc1c3ee9a80205d0bb78f316fa1621e5d","ec-person-e3c587153be49902cde115f568bd5e9a9d548743","ec-person-bcbcecab9aa87f7138c7614fea5ae81e76a6b138","eu-tr-619665133746-42","eu-tr-184533623412-30"]}} -{"id":"ec-meeting-2019-01-08-f1fac95c6dd786af408d2801da6d508719712ab2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-01-08 - Cabinet of Vice-President Andrus Ansip x CSC - IT Center for Science Ltd."],"date":["2019-01-08"],"summary":["High-Performance Computing and research"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-6a03bc4fa7657513ea34529e98dba0671ef4c849","eu-tr-360344017227-92"]}} -{"id":"ec-meeting-2019-01-08-fb198ba7dfebd95c53ac190583667dbbe64d55cc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-01-08 - Cabinet of Vice-President Neven Mimica x Amis du Fonds Mondial Europe"],"date":["2019-01-08"],"summary":["Potential participation of Commissioner Mimica to high level event on global health"],"notes":["Portfolio: International Cooperation & Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-mimica-neven-of-president-vice"],"involved":["ec-person-e90858f5aba78fd0e1cb2f757c3f38d55d91f98b","eu-tr-971933315923-43","ec-person-16142e2d6f5b1cd8c8b4123e2cfa9cbc9096daf2"]}} -{"id":"ec-meeting-2019-01-08-fedda9cd47f96b09f22a412c73bf48490fae4814","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2019-01-08 - Cabinet of Vice-President Andrus Ansip x Sectra Communications AB"],"date":["2019-01-08"],"summary":["Secure communication and cyber threat prevention","Discussion on secure communication and cyber threat prevention"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-3ca0c466b8ff230d4409591430b388007ce14ff8","eu-tr-007362033367-13"]}} -{"id":"ec-meeting-2019-01-09-07b4c59356b91a8c36e0a15285baa75efddae77a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-01-09 - Cabinet of Commissioner Carlos Moedas x Third Generation Environmentalism Ltd"],"date":["2019-01-09"],"summary":["R&I missions"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["eu-tr-07783117686-61","ec-person-0a716bf5253e913fc40ebf14c12f30dc2e7a06ee"]}} -{"id":"ec-meeting-2019-01-09-1871dd90d75673e3d0384d2314c87ca36905cb35","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-01-09 - Cabinet of Vice-President Andrus Ansip x SGI Europe"],"date":["2019-01-09"],"summary":["PSI Directive"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-6a03bc4fa7657513ea34529e98dba0671ef4c849","eu-tr-59513031434-92"]}} -{"id":"ec-meeting-2019-01-09-3000365640b6b2d31c033bc7b1c97c734ae39c97","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-01-09 - Cabinet of Commissioner Věra Jourová x Google"],"date":["2019-01-09"],"summary":["False news"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["eu-tr-03181945560-59","ec-person-1e0e3a00ab815dea7c5b839b002ed2c7e34bfe0a"]}} -{"id":"ec-meeting-2019-01-09-4ff19f73af9ea3925248a1105967a9153d47e821","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-01-09 - Cabinet of First Vice-President Frans Timmermans x Transport and Environment (European Federation for Transport and Environment)"],"date":["2019-01-09"],"summary":["Renewable Energy Directive"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-58744833263-19","ec-person-0eaac943e895c47df1465dda6c94e671c5081e0a"]}} -{"id":"ec-meeting-2019-01-09-5cd49511d18d7d977cb68e9cf87f6e4c65d293a5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-01-09 - Cabinet of Vice-President Günther Oettinger x Eurocities"],"date":["2019-01-09"],"summary":["MFF"],"notes":["Portfolio: Budget & Human Resources"],"location":["BXL"],"address":["BXL"],"addressEntity":["addr-d2fde52f67ea4a3e1fe233d0a959d6a1c77fd910"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["ec-person-2c623a49f3779b87b02d682e744cb67f27fbd5b3","eu-tr-12493392840-79"]}} -{"id":"ec-meeting-2019-01-09-67caae1aa3e35397dbefb4da7b8571e8936fedd7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-01-09 - Cabinet of Commissioner Mariya Gabriel x IFPI Representing recording industry worldwide"],"date":["2019-01-09"],"summary":["Copyright"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-60394321918-91","ec-person-13ac9a19d8d04f97c0d32603d014df0dd4e1cd2a"]}} -{"id":"ec-meeting-2019-01-09-7bbb356f3472901aac1ce034cac5f8708058cb57","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-01-09 - Cabinet of Vice-President Valdis Dombrovskis x Institute for Agrostrategies and Innovations"],"date":["2019-01-09"],"summary":["Fintech and Blockchain"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-378653033630-75","ec-person-537401fc0be04984531b83660f416bf2fe14fbd8"]}} -{"id":"ec-meeting-2019-01-09-9b909514f4956fb7c3866b57a5ccc121bc67d9d3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-01-09 - Environment x European Round Table for Industry"],"date":["2019-01-09"],"summary":["Circular Economy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-env"],"involved":["eu-tr-25487567824-45","ec-person-3bc74ce04ea3f4ab4d91a5c88eef25b8b8a213b4"]}} -{"id":"ec-meeting-2019-01-09-bff1b1d54b19b26e04d12b9974a36504066e3030","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-01-09 - Cabinet of Commissioner Marianne Thyssen x EuroCommerce"],"date":["2019-01-09"],"summary":["Social and employment priorities"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["eu-tr-84973761187-60","ec-person-7567514af00f139b390cf9864d28a090ca0fde25"]}} -{"id":"ec-meeting-2019-01-09-c88c60d6e04058ff8fe04629d8d2fcaf2bbbc33d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-01-09 - Cabinet of Commissioner Mariya Gabriel x Google"],"date":["2019-01-09"],"summary":["Copyright"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-03181945560-59","ec-person-13ac9a19d8d04f97c0d32603d014df0dd4e1cd2a"]}} -{"id":"ec-meeting-2019-01-09-d5207545dc5de58466c6546e717d3e54786e8aad","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-01-09 - Cabinet of Commissioner Tibor Navracsics x FONDATION ROBERT SCHUMAN"],"date":["2019-01-09"],"summary":["Nouveau contact"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["eu-tr-01740426310-03","ec-person-1da7ee09d46288ee4ea9db2b644bdcf9c3d6d000"]}} -{"id":"ec-meeting-2019-01-09-da01a95ed4276dec785d60b05b66eefdb38911ec","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-01-09 - Health and Food Safety x European Chronic Disease Alliance"],"date":["2019-01-09"],"summary":["courtesy visit, presentation of activities"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-sante"],"involved":["ec-person-42d2108d723f9b9017ed589e3271e3156172daa7","eu-tr-462272223719-65"]}} -{"id":"ec-meeting-2019-01-09-ec983c79a8eeb4f38d52ab867ca8584eee302989","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-01-09 - Financial Stability, Financial Services and Capital Markets Union x Kepler Cheuvreux"],"date":["2019-01-09"],"summary":["Basel, AML, CRD5"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-653874527017-79","ec-person-bdee7a93f95c8ef05079539170139b3c02e8ed96"]}} -{"id":"ec-meeting-2019-01-09-f477a77f7634e70e37e1f67867137830347d77ea","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-01-09 - Cabinet of Commissioner Vytenis Andriukaitis x Bayer AG"],"date":["2019-01-09"],"summary":["New breeding techniques"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["eu-tr-3523776801-85","ec-person-d462b3c7daeee00ad55e380a7fb96819f79899df"]}} -{"id":"ec-meeting-2019-01-10-1b58e03c060bfcb2e61f7c6c34fa620dbb5e8898","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-01-10 - Cabinet of Commissioner Marianne Thyssen x Unioncamere Europa asbl"],"date":["2019-01-10"],"summary":["REGISTRO DELLE IMPRESE E SUPPORTO ALLE POLITICHE PER L'OCCUPAZIONE"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["eu-tr-11122676364-50","ec-person-5a49eb89125b4b5d1125b3925bbb64aba1bea2b3"]}} -{"id":"ec-meeting-2019-01-10-24b32e2e44da58643b2c7695c29e2f7795cda1a8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-01-10 - Communications Networks, Content and Technology x vbw - Vereinigung der Bayerischen Wirtschaft e. V."],"date":["2019-01-10"],"summary":["Exchange of views on selected aspects of Digital Europe e.g. AI, DSM, e-privacy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-49096067887-19","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2019-01-10-2a9e29555bc9d0db3891072ffd1b4bb14bc4fa87","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-01-10 - Education, Youth, Sport and Culture x The Guild of European Research-Intensive Universities"],"date":["2019-01-10"],"summary":["Meeting with Vice-Presidents"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-eac"],"involved":["ec-person-68d4f99b9ed1b40d86ebbf81f8f35aeebd6c5fc5","eu-tr-265942623347-90"]}} -{"id":"ec-meeting-2019-01-10-356ddb179968cf209f5caa35e5afd8613ee97110","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-01-10 - Cabinet of Commissioner Vytenis Andriukaitis x spiritsEUROPE PERNOD RICARD Diageo"],"date":["2019-01-10"],"summary":["Alcohol labelling"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-b9c3f19e7c5f216e3e508f931ddd6a9cb59376d1","eu-tr-10774885698-20","eu-tr-64926487056-58","eu-tr-352172811-92","ec-person-d462b3c7daeee00ad55e380a7fb96819f79899df"]}} -{"id":"ec-meeting-2019-01-10-3a86c36362b90ffe965c493eab5a5dd7c1e1b509","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-01-10 - Cabinet of Vice-President Karmenu Vella x THE NATURE CONSERVANCY IN EUROPE gemeinnützige GmbH"],"date":["2019-01-10"],"summary":["Ocean Governance, Blue Economy"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["eu-tr-116042012787-45","ec-person-2966d69fae0ea4e67f3f2df5a743cc766267d3c8"]}} -{"id":"ec-meeting-2019-01-10-4dbbd42bac6474d4c1ac7a2d1547c6cbd3292297","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-01-10 - Cabinet of Vice-President Cecilia Malmström x Human Rights Watch"],"date":["2019-01-10"],"summary":["HR conserns in Vietnam, Cambodia and Myanmar"],"notes":["Portfolio: Trade"],"location":["Brussles Belgium"],"address":["Brussles Belgium"],"addressEntity":["addr-6c1083bc9ebd6385b11243edd08d3c2cc29c9783"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-ce1312d2a248f71fe74eed58aa5915cfa445bbba","eu-tr-56362448807-46"]}} -{"id":"ec-meeting-2019-01-10-4ec0dcd82c529f84a21701859b98ad503606ae93","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-01-10 - Education, Youth, Sport and Culture x European Historic Houses"],"date":["2019-01-10"],"summary":["Speech at Annual Conference"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-eac"],"involved":["ec-person-68d4f99b9ed1b40d86ebbf81f8f35aeebd6c5fc5","eu-tr-204022211093-63"]}} -{"id":"ec-meeting-2019-01-10-5694c1bba0e4a3218070ba95c645c1c3e8ad8a20","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-01-10 - Cabinet of Commissioner Mariya Gabriel x Apple Inc."],"date":["2019-01-10"],"summary":["Regulation on promoting fairness and transparency for business users of online intermediation services"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["ec-person-d995d34a2f8b1f0bf6a17486f5699181d6a01e1c","eu-tr-588327811384-96"]}} -{"id":"ec-meeting-2019-01-10-5a84e6d950ce46382d13ec014d9fd4d898148d1c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-01-10 - Cabinet of Vice-President Andrus Ansip x Scania AB (publ)"],"date":["2019-01-10"],"summary":["CAD/Future mobility services"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-3305029916-47","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45"]}} -{"id":"ec-meeting-2019-01-10-68296642ec82e8b5a2829dabf1e439eb0792516c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-01-10 - Cabinet of Commissioner Carlos Moedas x Hochschulrektorenkonferenz"],"date":["2019-01-10"],"summary":["Future of Research Innovation"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["eu-tr-416841712322-37","ec-person-0a716bf5253e913fc40ebf14c12f30dc2e7a06ee","ec-person-23980b2bc4fd9c82051d0f7888dc236b2f764866"]}} -{"id":"ec-meeting-2019-01-10-96f1fc6a540d47be0e3f6a50178deba7533adf06","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-01-10 - Cabinet of Commissioner Phil Hogan x European Potato Processors' Association"],"date":["2019-01-10"],"summary":["CIPC regulation"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-163461511626-21","ec-person-7d3caa534e5cdda6d5b949bd4b2def39356e3bec"]}} -{"id":"ec-meeting-2019-01-10-a3023e059791c0f63eb1ce13d54c903da1f534b0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-01-10 - Cabinet of Vice-President Jyrki Katainen x Akava ry"],"date":["2019-01-10"],"summary":["Future of Europe"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-98086919699-94","ec-person-ccd2797b568cba38993df7d1dcc985dbc1eb439a"]}} -{"id":"ec-meeting-2019-01-10-c277b1e7605c4e6ae37da3ac117899410084bc86","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-01-10 - Cabinet of Commissioner Mariya Gabriel x Avaaz Foundation"],"date":["2019-01-10"],"summary":["Disinformation"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-475565317526-24","ec-person-13ac9a19d8d04f97c0d32603d014df0dd4e1cd2a"]}} -{"id":"ec-meeting-2019-01-10-d56d6eb1e3f3d69a7d1ecdd3c527c5303870b6c4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-01-10 - Education, Youth, Sport and Culture x Hochschulrektorenkonferenz"],"date":["2019-01-10"],"summary":["Keynote speech at conference \"Universities and Innovation – a new momentum in a long-standing relationship\""],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-eac"],"involved":["ec-person-68d4f99b9ed1b40d86ebbf81f8f35aeebd6c5fc5","eu-tr-416841712322-37"]}} -{"id":"ec-meeting-2019-01-10-d80636ec728631e5697a7d65a1fe4c62bdf96f4d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-01-10 - Cabinet of Vice-President Miguel Arias Cañete x Third Generation Environmentalism Ltd"],"date":["2019-01-10"],"summary":["Clean Energy Innovation"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-3eac19199bd5dbac49f504d2610a9066dddbfe57","eu-tr-07783117686-61"]}} -{"id":"ec-meeting-2019-01-10-f405fe4da2406b02854db5896f1f428710dbb184","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-01-10 - Research and Innovation x Vinnova"],"date":["2019-01-10"],"summary":["Horizon Europe"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-rtd"],"involved":["eu-tr-917180932029-87","ec-person-1d348f33395de0ea6773a7b4ae8797e3e0392f73"]}} -{"id":"ec-meeting-2019-01-10-ff363e9da8d46d780557ee074a81506229cb87f4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-01-10 - Cabinet of Vice-President Andrus Ansip x Apple Inc."],"date":["2019-01-10"],"summary":["P2B Regulation"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-e91c5be432b6b3efdda369792fed67c20b767a45","ec-person-91ca0921c6790191daa54427311acd63035e7c9e","eu-tr-588327811384-96"]}} -{"id":"ec-meeting-2019-01-11-0bd7c4fd6313f121d6ab6161fbb72b053dd17d6d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-01-11 - Cabinet of Vice-President Andrus Ansip x Huawei Technologies"],"date":["2019-01-11"],"summary":["5G security"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-3ca0c466b8ff230d4409591430b388007ce14ff8","eu-tr-114467111412-38"]}} -{"id":"ec-meeting-2019-01-11-2e78b497816a233dd99e7f459e316c97307a1f05","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-01-11 - Cabinet of Vice-President Günther Oettinger x IFPI Representing recording industry worldwide"],"date":["2019-01-11"],"summary":["DSM"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-60394321918-91","ec-person-b17d355ca19058898aba2ec032de59f8701d47f5"]}} -{"id":"ec-meeting-2019-01-11-441a30d078d0b9e7ceb07a302664d9ffec1bb039","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-01-11 - Cabinet of Commissioner Věra Jourová x The Alliance of Democracies Foundation"],"date":["2019-01-11"],"summary":["Fake news, disinformation"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["eu-tr-146289032886-07","ec-person-5455ecfabb89025694c798deac08160a2be17d94","ec-person-1e0e3a00ab815dea7c5b839b002ed2c7e34bfe0a"]}} -{"id":"ec-meeting-2019-01-11-4ff7939a9778f8de22787120a40ca40cb1ebd9fe","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-01-11 - Education, Youth, Sport and Culture x European Foundation Centre"],"date":["2019-01-11"],"summary":["Meeting to present their activities"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-eac"],"involved":["ec-person-68d4f99b9ed1b40d86ebbf81f8f35aeebd6c5fc5","eu-tr-78855711571-12"]}} -{"id":"ec-meeting-2019-01-11-684a9648a8bd23e65de901098027e5922d8c585f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-01-11 - Cabinet of Vice-President Günther Oettinger x Bundesverband Deutscher Stiftungen Donors and Foundations Networks in Europe"],"date":["2019-01-11"],"summary":["MFF, Invest EU"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["ec-person-1a98ebdc65a0fda494d1f6eb6fb74247a3036490","eu-tr-59764204061-33","eu-tr-060243428664-85"]}} -{"id":"ec-meeting-2019-01-11-783b6b76582e3107a657df741b30ff75662fba70","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-01-11 - Cabinet of Vice-President Andrus Ansip x None"],"date":["2019-01-11"],"summary":["ePrivacy, AI, open data"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-5351830264-31","ec-person-6a03bc4fa7657513ea34529e98dba0671ef4c849","eu-tr-10405322962-08"]}} -{"id":"ec-meeting-2019-01-11-d953308036f957ab8145f66429759ae820c3c975","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-01-11 - Cabinet of Commissioner Vytenis Andriukaitis x European Food Banks Federation"],"date":["2019-01-11"],"summary":["Food bank"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-0dbfffeb0323f819c8d57164906086dd8639c437","eu-tr-79355099508-47"]}} -{"id":"ec-meeting-2019-01-12-81f1025fa49d224ebd53ebe234c70cbf4c0349d1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-01-12 - Cabinet of Commissioner Christos Stylianides x IDeA Europe Foundation"],"date":["2019-01-12"],"summary":["Exchange of views with Dr. Tom Catena, 2017 Aurora Prize laureate, together with the Aurora Humanitarian Initiative co-founders Noubar Afeyan, Ruben Vardanyan and Veronika Zonabend"],"notes":["Portfolio: Humanitarian Aid & Crisis Management"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-christos-commissioner-of-stylianides"],"involved":["eu-tr-210219629717-70","ec-person-cdd689bd079714522dad472ea4446b0fcc660d8f"]}} -{"id":"ec-meeting-2019-01-14-394f13baa09366f5ef3234d231323c8ac413c146","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-01-14 - Cabinet of Commissioner Elżbieta Bieńkowska x Environmental Resources Management"],"date":["2019-01-14"],"summary":["Listing of ADCA in Annex XIV of Reach"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-866581532867-08","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2019-01-14-42cdbb85385fcdc82786dea6bd1ef6d064550530","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-01-14 - Cabinet of Vice-President Jyrki Katainen x Environmental Resources Management"],"date":["2019-01-14"],"summary":["Listing ADCA"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-0da85dc48012e26688310a59a0b51727ea68f410","eu-tr-866581532867-08"]}} -{"id":"ec-meeting-2019-01-14-42f8300eb79316b898f01b0136a67456369832c1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-01-14 - Environment x FUNDACIÓN PARA LA ECONOMÍA CIRCULAR"],"date":["2019-01-14"],"summary":["Circular Economy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-env"],"involved":["eu-tr-221628828168-44","ec-person-3bc74ce04ea3f4ab4d91a5c88eef25b8b8a213b4"]}} -{"id":"ec-meeting-2019-01-14-7172e46f1a07de97a2bc193085283f4063889875","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-01-14 - Cabinet of Vice-President Valdis Dombrovskis x European Banking Federation"],"date":["2019-01-14"],"summary":["Sustainable Finance"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-4722660838-23","ec-person-48f31156d932641826e09f5b73f074d35ff05786","ec-person-537401fc0be04984531b83660f416bf2fe14fbd8"]}} -{"id":"ec-meeting-2019-01-14-95aa236a566b32a265eb18b85dc98f24fe2d79f4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-01-14 - Cabinet of Vice-President Karmenu Vella x European Plastics Converters Association European Tyre & Rubber Manufacturers' Association Environmental Resources Management"],"date":["2019-01-14"],"summary":["listing of ADCA in Annex XIV of REACH"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["eu-tr-93255296152-29","eu-tr-6025320863-10","ec-person-e3c587153be49902cde115f568bd5e9a9d548743","eu-tr-866581532867-08"]}} -{"id":"ec-meeting-2019-01-15-2d0a582fa6ec0535c5e77475ecb47935bf9e1693","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-01-15 - Cabinet of Vice-President Cecilia Malmström x Airbus"],"date":["2019-01-15"],"summary":["trade relations with US, Japan"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-2732167674-76","ec-person-98880f3f4206145e196013db9dd806a551c11e06","ec-person-ce1312d2a248f71fe74eed58aa5915cfa445bbba"]}} -{"id":"ec-meeting-2019-01-15-611787024d744d2889fd5755ec09c4966cf248a4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-01-15 - Maritime Affairs and Fisheries x Cooperatie Kottervisserij Nederland (VisNed)"],"date":["2019-01-15"],"summary":["Discard Plans, Pulse Fishing"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-mare"],"involved":["ec-person-a7b4b8418268a6d6c196b5e45f606fc92acbdb8c","eu-tr-999937013620-15"]}} -{"id":"ec-meeting-2019-01-15-78984217d8d211e8fe5d7ffb4956a2a997b4c143","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-01-15 - Environment x Telefonica, S.A."],"date":["2019-01-15"],"summary":["Digital Agenda and Circular Economy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-env"],"involved":["eu-tr-52431421-12","ec-person-3bc74ce04ea3f4ab4d91a5c88eef25b8b8a213b4"]}} -{"id":"ec-meeting-2019-01-15-9b80569bcea39ecb19f2a96259a7b8255891a4af","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-01-15 - Financial Stability, Financial Services and Capital Markets Union x Argus Media Ltd"],"date":["2019-01-15"],"summary":["capital market supervision, Systemic risk benchmarks, Implementation of the Benchmark Regulation, Application of third country regimes"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-846961512558-23","ec-person-bdee7a93f95c8ef05079539170139b3c02e8ed96"]}} -{"id":"ec-meeting-2019-01-16-0708db165ae10bb62c5cb96f50be2b3273739426","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-01-16 - Education, Youth, Sport and Culture x EUN Partnership aisbl"],"date":["2019-01-16"],"summary":["Visit to European Schoolnet premises"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-eac"],"involved":["ec-person-68d4f99b9ed1b40d86ebbf81f8f35aeebd6c5fc5","eu-tr-977907115068-02"]}} -{"id":"ec-meeting-2019-01-16-1809eadb638e13c35e162754832622933d94f1ae","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-01-16 - Cabinet of Vice-President Andrus Ansip x European Cyber Security Organisation"],"date":["2019-01-16"],"summary":["Cybersecurity"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-3ca0c466b8ff230d4409591430b388007ce14ff8","eu-tr-684434822646-91"]}} -{"id":"ec-meeting-2019-01-16-3f6993511f7227a211d13c5620b5b174ec412ecb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-01-16 - Health and Food Safety x Eurogroup for Animals"],"date":["2019-01-16"],"summary":["courtesy visit, presentation of activities"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-sante"],"involved":["eu-tr-6809935493-49","ec-person-42d2108d723f9b9017ed589e3271e3156172daa7"]}} -{"id":"ec-meeting-2019-01-16-4e04087cfb583d4d94e5ea694f384cface29c706","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-01-16 - Cabinet of Vice-President Jyrki Katainen x Schneider Electric"],"date":["2019-01-16"],"summary":["Trade policies"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-af4fdbf97c89a6df87ab37d321d95829d657c940","eu-tr-46302264606-44"]}} -{"id":"ec-meeting-2019-01-16-693b98ad41346f55e4e95c1b1329dbc66525dbce","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-01-16 - Cabinet of President Jean-Claude Juncker x Centre for European Reform"],"date":["2019-01-16"],"summary":["Brexit"],"notes":["Portfolio: President"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-524976815651-12","ec-person-c402e34a99fbee730ae22e3b1958e21c94dc6fcc"]}} -{"id":"ec-meeting-2019-01-16-715ea51fb39383d3db24674e93e9dde5dbdb6ef7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-01-16 - Climate Action x Climate Bonds Initiative"],"date":["2019-01-16"],"summary":["Climate Bonds Initiative’s work"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-clima"],"involved":["ec-person-9c5c685692a09a77f2bc8ae9c05663b87cd75aae","eu-tr-05504675886-64"]}} -{"id":"ec-meeting-2019-01-16-82f710cef7bf05f4df8eae6f7465869dc10c6b7e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-01-16 - Energy x Business Bridge Europe"],"date":["2019-01-16"],"summary":["energy policy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["ec-person-6997149120ce5129e38febe5275dc8fd03232d2e","eu-tr-72856225852-31"]}} -{"id":"ec-meeting-2019-01-16-b8b7977e641a1ab67a1ed84ffe9ab6234622a245","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-01-16 - Cabinet of Commissioner Mariya Gabriel x Vodafone Belgium SA"],"date":["2019-01-16"],"summary":["P2B Regulation"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-90142503473-81","ec-person-d995d34a2f8b1f0bf6a17486f5699181d6a01e1c"]}} -{"id":"ec-meeting-2019-01-16-ddba400f8554d416b0d6d2f816594ed28b3c7b01","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-01-16 - Cabinet of Vice-President Cecilia Malmström x Polint Ltd"],"date":["2019-01-16"],"summary":["State of free trade agreements with Japan, Vietnam and Singapour"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-69369266684-67","ec-person-98880f3f4206145e196013db9dd806a551c11e06"]}} -{"id":"ec-meeting-2019-01-17-255db18b4ddafc91bd77ab9648c52188c09e2d42","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-01-17 - Cabinet of Vice-President Cecilia Malmström x European Round Table for Industry"],"date":["2019-01-17"],"summary":["introductory meeting with the incoming Secretary General Frank Heemskerk"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-25487567824-45","ec-person-591ec829ca734bcfe59a2c9c7f07f9dff22a0ea9"]}} -{"id":"ec-meeting-2019-01-17-295ab5f79584c9aa6d63610e06091b4ada35f67e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-01-17 - Cabinet of Vice-President Jyrki Katainen x Institute for European Environmental Policy"],"date":["2019-01-17"],"summary":["Sustainability in Europe/SDG agenda"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-934329423960-72","ec-person-c3d85c41b6b842aae5c953d41fda5f240a5d0969"]}} -{"id":"ec-meeting-2019-01-17-2aaf9ac43b31d9249595ef7ae35a801201b93529","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-01-17 - Cabinet of Vice-President Andrus Ansip x Spotify"],"date":["2019-01-17"],"summary":["Copyright"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-365747616583-15","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45","ec-person-91ca0921c6790191daa54427311acd63035e7c9e"]}} -{"id":"ec-meeting-2019-01-17-2b933b46ed380f7281a12debdf74c926433ec191","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-01-17 - Cabinet of Commissioner Mariya Gabriel x Groupement Européen des Sociétés d'Auteurs et Compositeurs"],"date":["2019-01-17"],"summary":["Copyright"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-36529354479-57","ec-person-13ac9a19d8d04f97c0d32603d014df0dd4e1cd2a"]}} -{"id":"ec-meeting-2019-01-17-3a15f042e0ba5028d091982b09d8f7f417dad63c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-01-17 - Cabinet of Commissioner Christos Stylianides x Save the Children International"],"date":["2019-01-17"],"summary":["exchanging views on state of play"],"notes":["Portfolio: Humanitarian Aid & Crisis Management"],"location":["Berlaymnt - Brussels"],"address":["Berlaymnt - Brussels"],"addressEntity":["addr-3f4fcac416728d5f75c492d583a69c3a06d01628"],"organizer":["ec-cabinet-christos-commissioner-of-stylianides"],"involved":["ec-person-cdd689bd079714522dad472ea4446b0fcc660d8f","eu-tr-11610562644-55","ec-person-08c677aa002baa9f95be8a2d0aa3b89875e2badf"]}} -{"id":"ec-meeting-2019-01-17-3e66c3dd4da94c23a949fa7eeb52f6816265f9b4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-01-17 - Cabinet of Vice-President Andrus Ansip x SAP"],"date":["2019-01-17"],"summary":["Digitalisation, data, privacy"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-6a03bc4fa7657513ea34529e98dba0671ef4c849","eu-tr-639117311617-01"]}} -{"id":"ec-meeting-2019-01-17-3f32726145c3cf5d4bb4309a878d8968cba65843","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-01-17 - Cabinet of Vice-President Miguel Arias Cañete x ACCIONA, S.A."],"date":["2019-01-17"],"summary":["Latest developments in Energy and Climate policies, in particular the Long-Term Strategy"],"notes":["Portfolio: Climate Action & Energy"],"location":["Madrid"],"address":["Madrid"],"addressEntity":["addr-7a2191964a3d7521269f0068afae6b6116bac15d"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-451019811573-55","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd"]}} -{"id":"ec-meeting-2019-01-17-81d200d9a604d002ef93049ecf4828f66f7e8933","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-01-17 - Cabinet of Vice-President Maroš Šefčovič x Climate Alliance of European cities with indigenous rainforest peoples"],"date":["2019-01-17"],"summary":["Biofuels and Palm Oil"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-83923664694-38","ec-person-e74918e8eb8a9ef96da8cb06c0eae7ac5080d822"]}} -{"id":"ec-meeting-2019-01-17-8868a272b891f78e9809b19453841b7d733bae6f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-01-17 - Cabinet of Commissioner Carlos Moedas x Wellcome Trust"],"date":["2019-01-17"],"summary":["Partnerships"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-b8d49828915f9008e764a78796d47ea00807a658","ec-person-f7ccc3ad366dd2fdb24870e1c02ff2763539c82f","ec-person-23980b2bc4fd9c82051d0f7888dc236b2f764866","eu-tr-912723313554-37"]}} -{"id":"ec-meeting-2019-01-17-a8a8e6409e55477d0a3d97f475b9a3e26791557d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-01-17 - Health and Food Safety x European Blood Alliance"],"date":["2019-01-17"],"summary":["courtesy visit, presentation of activities"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-sante"],"involved":["eu-tr-149855010621-40","ec-person-42d2108d723f9b9017ed589e3271e3156172daa7"]}} -{"id":"ec-meeting-2019-01-17-ab948e8689f34e78bbf7ab6aff3b212489e6c48c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-01-17 - Mobility and Transport x ABB Ltd"],"date":["2019-01-17"],"summary":["Electromobility"],"location":["Helsinki, Finland"],"address":["Helsinki, Finland"],"addressEntity":["addr-503f4794e483acbce8e2c42812ac35d426a412d9"],"organizer":["ec-dg-move"],"involved":["eu-tr-7790041608-14","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2019-01-17-b1a9a606f388e41592b48eceffb20e7579c58cc8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-01-17 - Cabinet of Vice-President Andrus Ansip x DIGITALEUROPE"],"date":["2019-01-17"],"summary":["MFF, AI, digital manufacturing, Digital Single Market including free flow of data, e-privacy and copyright, eHealth"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-64270747023-20","ec-person-99b172d8fe23e00b94022cbd096978be2b48eb81","ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0"]}} -{"id":"ec-meeting-2019-01-17-c52e4f6cdcf7488a82153168a43a4f71d42fec58","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-01-17 - Cabinet of Vice-President Miguel Arias Cañete x NATURGY ENERGY GROUP"],"date":["2019-01-17"],"summary":["Latest developments in Energy and Climate policies, in particular the Long-Term Strategy"],"notes":["Portfolio: Climate Action & Energy"],"location":["Madrid"],"address":["Madrid"],"addressEntity":["addr-7a2191964a3d7521269f0068afae6b6116bac15d"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-67833029261-54","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd"]}} -{"id":"ec-meeting-2019-01-17-ca76153e4d2a8b92deec22ea668dcc326bbd0303","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-01-17 - Cabinet of Vice-President Miguel Arias Cañete x Federación Española del Vino"],"date":["2019-01-17"],"summary":["Contribution of the wine sector to the EU climate objectives"],"notes":["Portfolio: Climate Action & Energy"],"location":["Madrid"],"address":["Madrid"],"addressEntity":["addr-7a2191964a3d7521269f0068afae6b6116bac15d"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-160029427104-57","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd"]}} -{"id":"ec-meeting-2019-01-17-ce2f611fe0ad5ca97026a61f9645d589e6b03157","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-01-17 - Cabinet of Vice-President Andrus Ansip x Wirtschaftsrat der CDU e.V."],"date":["2019-01-17"],"summary":["Digitalisation of industry, digital refit, European Cloud Initiative, HPC"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-176334311014-43","ec-person-6a03bc4fa7657513ea34529e98dba0671ef4c849"]}} -{"id":"ec-meeting-2019-01-17-d9876ca032d2eeb0bfc5632e89aaa1ec3a7255ea","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-01-17 - Cabinet of President Jean-Claude Juncker x Avisa Partners"],"date":["2019-01-17"],"summary":["General EU policy issues"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-c402e34a99fbee730ae22e3b1958e21c94dc6fcc","eu-tr-54210841652-13"]}} -{"id":"ec-meeting-2019-01-18-00c39001ea413da2f479437d1aaf825ea8c7dc63","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-01-18 - Health and Food Safety x Food Supplements Europe"],"date":["2019-01-18"],"summary":["courtesdy visit, presentation of activities"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-sante"],"involved":["ec-person-42d2108d723f9b9017ed589e3271e3156172daa7","eu-tr-638153011554-79"]}} -{"id":"ec-meeting-2019-01-18-155fdb633ab52507eaea40879415e1d89d6468e7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-01-18 - Cabinet of President Jean-Claude Juncker x Galp Energia, SGPS, SA"],"date":["2019-01-18"],"summary":["Energy Union"],"notes":["Portfolio: President"],"location":["Lisbon, Portugal"],"address":["Lisbon, Portugal"],"addressEntity":["addr-b7faa4276bea98355da7efd4fcf1b26196dcafb2"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-959972115771-67","ec-person-b1bf9aa5fb7e886441ff341b657cc482b64a2a3e"]}} -{"id":"ec-meeting-2019-01-18-3f397fa87c0dabaeb002d472b588ceb6c3d14cc8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-01-18 - Research and Innovation x Bureau Européen des Unions de Consommateurs"],"date":["2019-01-18"],"summary":["Horizon Europe"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-rtd"],"involved":["eu-tr-9505781573-45","ec-person-1d348f33395de0ea6773a7b4ae8797e3e0392f73"]}} -{"id":"ec-meeting-2019-01-18-5c79b5dd6d4e66f63d6117c302ef00e93cd9a35c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-01-18 - Mobility and Transport x Finavia Corporation"],"date":["2019-01-18"],"summary":["airport charges"],"location":["Helsinki, Finland"],"address":["Helsinki, Finland"],"addressEntity":["addr-503f4794e483acbce8e2c42812ac35d426a412d9"],"organizer":["ec-dg-move"],"involved":["eu-tr-60334418925-95","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2019-01-18-6bf8a3ab3c61ac3ea35cb759ff7a825920067263","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-01-18 - Cabinet of Commissioner Mariya Gabriel x Bulgarian Telecommunication Company"],"date":["2019-01-18"],"summary":["Spectrum use, 5G"],"notes":["Portfolio: Digital Economy and Society"],"location":["Sofia"],"address":["Sofia"],"addressEntity":["addr-dc81691d3f747a7e7d4cbe0a008c6345a5438415"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-320719819867-92","ec-person-1674399a793e9e6fd7cf55b525515fc862fc9351"]}} -{"id":"ec-meeting-2019-01-18-6f023f52ebc5552151e85aa46a4a1ab4afeef569","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-01-18 - Cabinet of Vice-President Miguel Arias Cañete x GRUPO EMPRESARIAL HERVAZ S.L"],"date":["2019-01-18"],"summary":["Sustainability and climate action"],"notes":["Portfolio: Climate Action & Energy"],"location":["Madrid"],"address":["Madrid"],"addressEntity":["addr-7a2191964a3d7521269f0068afae6b6116bac15d"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd","eu-tr-091113733553-62"]}} -{"id":"ec-meeting-2019-01-18-77924807a204f694612f4e5bc2c30933aeedc7ff","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-01-18 - Cabinet of Vice-President Miguel Arias Cañete x Endesa"],"date":["2019-01-18"],"summary":["Latest developments in the Energy sector in Spain and Europe"],"notes":["Portfolio: Climate Action & Energy"],"location":["Madrid"],"address":["Madrid"],"addressEntity":["addr-7a2191964a3d7521269f0068afae6b6116bac15d"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-47504237466-74","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd"]}} -{"id":"ec-meeting-2019-01-18-8f67d485a6440c415d2b2c6f687cf0db0ae28a5b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-01-18 - Cabinet of Commissioner Mariya Gabriel x Cisco Systems Inc."],"date":["2019-01-18"],"summary":["MFF"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["ec-person-373f2218f4fac4183e3c247b83f431b60637bca5","eu-tr-494613715191-85"]}} -{"id":"ec-meeting-2019-01-18-c92cdd6f8e7c3808bcfaad674348f4aeb247bcf8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-01-18 - Climate Action x Global CCS Institute Ltd"],"date":["2019-01-18"],"summary":["Discuss with the Institute global developments in the deployment of CCS"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-clima"],"involved":["ec-person-9c5c685692a09a77f2bc8ae9c05663b87cd75aae","eu-tr-378142414263-73"]}} -{"id":"ec-meeting-2019-01-18-d24d99b3e2e89a3fada8de21e37cdf619109ab49","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-01-18 - Cabinet of Vice-President Miguel Arias Cañete x Enagás S.A."],"date":["2019-01-18"],"summary":["Latest developments in the Energy sector in Spain and Europe"],"notes":["Portfolio: Climate Action & Energy"],"location":["Madrid"],"address":["Madrid"],"addressEntity":["addr-7a2191964a3d7521269f0068afae6b6116bac15d"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd","eu-tr-905001612275-82"]}} -{"id":"ec-meeting-2019-01-18-e0af9cafb4b6468c4db6e67fa3e19336c87a6f8d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-01-18 - Financial Stability, Financial Services and Capital Markets Union x CaixaBank, S.A."],"date":["2019-01-18"],"summary":["Banking package, Indices and BMR, Sustainable finance"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["ec-person-bdee7a93f95c8ef05079539170139b3c02e8ed96","eu-tr-055017716307-39"]}} -{"id":"ec-meeting-2019-01-19-995b2841b11ec9d61e22d5d1b77bdbd5aba06fac","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-01-19 - Cabinet of Commissioner Phil Hogan x Irish Farmers' Association"],"date":["2019-01-19"],"summary":["Address Annual IFA dinner"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Ireland"],"address":["Ireland"],"addressEntity":["addr-eb2131ece0efe78ee8bb1ae98af6099114a8df09"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-458700813641-37","ec-person-a1a78365cc4685b0958056646204977d8f2ead92"]}} -{"id":"ec-meeting-2019-01-20-8c0014fa3059feefff234f5c59fc22573c586231","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-01-20 - Health and Food Safety x European Public Health Alliance"],"date":["2019-01-20"],"summary":["courtesy visit, presentation of activities"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-sante"],"involved":["ec-person-42d2108d723f9b9017ed589e3271e3156172daa7","eu-tr-18941013532-08"]}} -{"id":"ec-meeting-2019-01-21-108365b3a06fbb351b6d7d63a90355250a4d0b0f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-01-21 - Cabinet of Vice-President Jyrki Katainen x European Recycling Industries' Confederation"],"date":["2019-01-21"],"summary":["Interface between waste, products and chemicals"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-764633015511-42","ec-person-0da85dc48012e26688310a59a0b51727ea68f410"]}} -{"id":"ec-meeting-2019-01-21-2f3bcf683a059600054a180cc6809d98e19cc011","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-01-21 - Cabinet of Commissioner Věra Jourová x Microsoft Corporation"],"date":["2019-01-21"],"summary":["Keynote Speech on Technology & Democratic freedoms: moving forward"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["eu-tr-0801162959-21","ec-person-a608b85b2ffef83f883b5a2330b6232efa1b7141","ec-person-1e0e3a00ab815dea7c5b839b002ed2c7e34bfe0a"]}} -{"id":"ec-meeting-2019-01-21-52d8b138c9f9c907afde7e8c9380c147c9b54fff","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-01-21 - Cabinet of Commissioner Vytenis Andriukaitis x Comité Européen des Entreprises Vins Federación Española del Vino"],"date":["2019-01-21"],"summary":["Alcohol labelling , responsible consumption"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["eu-tr-2663914841-28","ec-person-b9c3f19e7c5f216e3e508f931ddd6a9cb59376d1","eu-tr-160029427104-57","ec-person-207ddb103396c498205a36d665b30a0cf0c8e5a1"]}} -{"id":"ec-meeting-2019-01-21-82387f73b592a4b2e0801db5cb0798011377423a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-01-21 - Cabinet of Commissioner Mariya Gabriel x Europe Affaires Publiques"],"date":["2019-01-21"],"summary":["DSM"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-430358814107-24","ec-person-d995d34a2f8b1f0bf6a17486f5699181d6a01e1c"]}} -{"id":"ec-meeting-2019-01-21-8a21dc90edad9c29bb3bc550d9f3ff9a5fc4a2a8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-01-21 - Cabinet of First Vice-President Frans Timmermans x European Recycling Industries' Confederation"],"date":["2019-01-21"],"summary":["discussion on interface between chemical, product and waste legislation"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels, BERL"],"address":["Brussels, BERL"],"addressEntity":["addr-3c3fa5f92474ebac668808553fbab6d1c14aa243"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-764633015511-42","ec-person-8d1c5ff76a431332387aa10936b0bff13f7d71fd"]}} -{"id":"ec-meeting-2019-01-21-8b64ca3eb57d167ca14d1daaf43d16b50f874fdb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-01-21 - Cabinet of Vice-President Miguel Arias Cañete x Ecologistas en Accion Amis de la Terre France SumOfUs Transport and Environment (European Federation for Transport and Environment) Swedish Society for Nature Conservation Legambiente Nazionale APS Onlus Stichting BirdLife Europe"],"date":["2019-01-21"],"summary":["Implementation of the RED Directive"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-884107633752-88","eu-tr-58744833263-19","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd","eu-tr-1083162721-43","eu-tr-315714633757-51","eu-tr-64628738622-42","eu-tr-51844192809-38","eu-tr-681872220973-70"]}} -{"id":"ec-meeting-2019-01-21-9af656b8b3789384d6eddea1b3f0fd67d2ccf827","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-01-21 - Cabinet of Commissioner Elżbieta Bieńkowska x European Recycling Industries' Confederation"],"date":["2019-01-21"],"summary":["_Circular Economy_Interface between waste, products and chemicals legislation"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-764633015511-42","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2019-01-21-c6265a6292b168d51a2c5ab508e75e6e3dd4acca","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-01-21 - Cabinet of Vice-President Jyrki Katainen x Finnish trade union representation to the EU"],"date":["2019-01-21"],"summary":["European elections, priorities of Finunions"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-93e8e8ac2ee89edb4c52bce70d7472c8eae05edd","eu-tr-774047715805-95"]}} -{"id":"ec-meeting-2019-01-21-cbb4accfdfaf25fd34d8da7e8d9bad0826ca67fe","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-01-21 - Cabinet of First Vice-President Frans Timmermans x Open Society European Policy Institute"],"date":["2019-01-21"],"summary":["Democracy, Rule of Law, Future of Europe"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Phone conference"],"address":["Phone conference"],"addressEntity":["addr-0988d5431bceed35ecddc433adeeec0a7b244d4a"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-8557515321-37","ec-person-966667b73d92624be9bb019c2baab7e52331b3d3"]}} -{"id":"ec-meeting-2019-01-21-cf9cdf1ff3f93c3c10cdbbd0a26a18776a2aea10","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-01-21 - Cabinet of Commissioner Violeta Bulc x Association of Asia Pacific Airlines"],"date":["2019-01-21"],"summary":["Aviation issues"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-9d4dc4867a44dfe10f67ae7ee1706da3e8b48a24","eu-tr-148659915430-51"]}} -{"id":"ec-meeting-2019-01-21-db092bd9195fbad6f911bab68de97bcb7b8a0a6a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-01-21 - Mobility and Transport x THALES"],"date":["2019-01-21"],"summary":["introduction of the new VP"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-move"],"involved":["ec-person-26cdfacae671b09917bee1a91c91973941fa58a2","eu-tr-91711831031-23"]}} -{"id":"ec-meeting-2019-01-21-fc3839b59bd3e29d4db084e1887ea1cabaf960a4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-01-21 - Mobility and Transport x Association of Asia Pacific Airlines"],"date":["2019-01-21"],"summary":["general exchange of aviation matters"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-move"],"involved":["ec-person-26cdfacae671b09917bee1a91c91973941fa58a2","eu-tr-148659915430-51"]}} -{"id":"ec-meeting-2019-01-22-0d7dd6dca47f1b33231732f645412d826e0954af","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-01-22 - Cabinet of Vice-President Cecilia Malmström x Verband der Automobilindustrie"],"date":["2019-01-22"],"summary":["232 Cars"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-95574664768-90","ec-person-cb8ca9ec2413722fa83484ed18dd76ace52d0118"]}} -{"id":"ec-meeting-2019-01-22-1c83ce2f256571b0a6d393fb4a6622d5eee1f3fe","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-01-22 - Cabinet of Vice-President Jyrki Katainen x Element AI"],"date":["2019-01-22"],"summary":["Digital policy"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Davos"],"address":["Davos"],"addressEntity":["addr-e260b1b791f27abac6a4f7771a2401be6aee67a9"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90","eu-tr-592509430811-92"]}} -{"id":"ec-meeting-2019-01-22-1d8855e90187888a61afabda9a81de7b5f12bb9d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-01-22 - Health and Food Safety x Etablissement français du sang"],"date":["2019-01-22"],"summary":["courtesy visit, presentation of activities"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-sante"],"involved":["eu-tr-218961729675-79","ec-person-42d2108d723f9b9017ed589e3271e3156172daa7"]}} -{"id":"ec-meeting-2019-01-22-2190438ca5dcc62210364982d2f68024a37e6f36","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-01-22 - Cabinet of Commissioner Mariya Gabriel x Snap, Inc."],"date":["2019-01-22"],"summary":["Disinformation"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["ec-person-1674399a793e9e6fd7cf55b525515fc862fc9351","eu-tr-976985829492-08"]}} -{"id":"ec-meeting-2019-01-22-2546071a21165161692dcbcb33515d836f3c3f9b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-01-22 - Mobility and Transport x Etihad Airways"],"date":["2019-01-22"],"summary":["CATA"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-move"],"involved":["eu-tr-142277315551-86","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2019-01-22-2cc0ab7e58cd218c396b196361de618436bb7cb0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-01-22 - Cabinet of Commissioner Violeta Bulc x Nordic Logistics Association"],"date":["2019-01-22"],"summary":["Road transport issues"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-59537599436-96","ec-person-dd7851e4a1e747e824b4f81139e33bc3cdb73160"]}} -{"id":"ec-meeting-2019-01-22-3ecc06100d918481a0678314203215af835b7cd7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-01-22 - Cabinet of Vice-President Andrus Ansip x FTTH Council Europe ASBL"],"date":["2019-01-22"],"summary":["Fibre investments, fibre-5G convergence"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-0f698e3a0cc0bd6a02e1bd386a25cedc1366f3f1","eu-tr-09838612482-61","ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0"]}} -{"id":"ec-meeting-2019-01-22-4290c64e8b9fee56632c69c2a227d881d436091c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-01-22 - Cabinet of Vice-President Valdis Dombrovskis x Insurance Ireland"],"date":["2019-01-22"],"summary":["Brexit, Solvency II, PRIIPs"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-978587826097-61","ec-person-30d770ccd575865b3106f94220ce1ace16e48f1a"]}} -{"id":"ec-meeting-2019-01-22-5319048ac8baf4b47b9184f4f5421ff7565b396a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-01-22 - Cabinet of Commissioner Mariya Gabriel x European Federation for Family Employment - Fédération européenne des emplois de la famille"],"date":["2019-01-22"],"summary":["EFFE White paper on family employment and home care, Digital Skills, HLEG on Digital Transformation of EU Labour Markets"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-716909919073-32","ec-person-1674399a793e9e6fd7cf55b525515fc862fc9351"]}} -{"id":"ec-meeting-2019-01-22-66231a6b845a55f1a23e02870e3d29d8a8ef9ff9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-01-22 - Cabinet of Vice-President Miguel Arias Cañete x ASOCIACION ESPAÑOLA DEL GAS"],"date":["2019-01-22"],"summary":["Role of gas"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-1831691c10441c5974327bbeb8693d6b6c1e50c3","eu-tr-187982333602-44","ec-person-2229c857664a22dcb8eee79a8c05841fd3d0924f"]}} -{"id":"ec-meeting-2019-01-22-6bbec95a900819bb5bb74ebafb4e930814694000","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-01-22 - Cabinet of Vice-President Günther Oettinger x Baden-Württembergischer Genossenschaftsverband e.V."],"date":["2019-01-22"],"summary":["MFF"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["ec-person-1a98ebdc65a0fda494d1f6eb6fb74247a3036490","eu-tr-353298312473-76"]}} -{"id":"ec-meeting-2019-01-22-90e310fd480c4abe378206cce63a6f231cf5d1cd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-01-22 - Cabinet of Commissioner Elżbieta Bieńkowska x IHK Nord e.V. - Arbeitsgemeinschaft norddeutscher Industrie- und Handelskammern"],"date":["2019-01-22"],"summary":["Medical Device regulation"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-006411421255-36","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2019-01-22-942b4305578bf0564c1b5656b37ba4612e36a86e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-01-22 - Trade x Verband der Automobilindustrie"],"date":["2019-01-22"],"summary":["Trade and customs in the automotive sector"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-trade"],"involved":["ec-person-bde9bb099f5d24c52ca4a9255cefc99a5b87a650","eu-tr-95574664768-90"]}} -{"id":"ec-meeting-2019-01-22-97c4c019125a5f018f573be1cd84e73bf2549515","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-01-22 - Cabinet of Vice-President Cecilia Malmström x Comité Européen des Entreprises Vins"],"date":["2019-01-22"],"summary":["Trade relations with Japan, Canada, USA, Mercosur"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-2663914841-28","ec-person-98880f3f4206145e196013db9dd806a551c11e06"]}} -{"id":"ec-meeting-2019-01-22-afdc9136db616dade483ccf239cfe52091805376","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-01-22 - Cabinet of Commissioner Elżbieta Bieńkowska x The Marketplace Coalition"],"date":["2019-01-22"],"summary":["Goods package article 4"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-867297129603-72","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2019-01-22-b3997d949e8889e14f73f27198aa568540e9b5dd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-01-22 - Cabinet of Commissioner Vytenis Andriukaitis x Aliénor"],"date":["2019-01-22"],"summary":["Rabbit welfare"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-0dbfffeb0323f819c8d57164906086dd8639c437","eu-tr-204793610436-15","ec-person-df30d07ef698a52b9948b9c734db39196cf8541f"]}} -{"id":"ec-meeting-2019-01-22-c854005f80bf1c04f330a5fc464eb3eba27040c2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-01-22 - Cabinet of Vice-President Günther Oettinger x BVI Bundesverband Investment und Asset Management e.V."],"date":["2019-01-22"],"summary":["MFF"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-96816064173-47","ec-person-1a98ebdc65a0fda494d1f6eb6fb74247a3036490"]}} -{"id":"ec-meeting-2019-01-22-d6199ff3a88c0de0e6dc41d0a4bd775aca014229","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-01-22 - Climate Action x Verband der Automobilindustrie"],"date":["2019-01-22"],"summary":["Exchange on the most recent issues regarding climate change policy in the sector"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-clima"],"involved":["ec-person-9c5c685692a09a77f2bc8ae9c05663b87cd75aae","eu-tr-95574664768-90"]}} -{"id":"ec-meeting-2019-01-22-dcf76f4f13207a81f19df8c04bc2dd34ed06348d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-01-22 - Cabinet of Commissioner Phil Hogan x Comité Européen des Entreprises Vins"],"date":["2019-01-22"],"summary":["Agri Matters"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-2663914841-28","ec-person-a1a78365cc4685b0958056646204977d8f2ead92"]}} -{"id":"ec-meeting-2019-01-22-ddd61ce3c6dabe4daa151ad4905ebfa29fc7dba7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-01-22 - Cabinet of Vice-President Günther Oettinger x Deutscher Industrie- und Handelskammertag e.V."],"date":["2019-01-22"],"summary":["Medicine Directive"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-22400601191-42","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2019-01-22-e132137a7f95cdd729b2a8f7798a8fd5f2955315","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-01-22 - Cabinet of Commissioner Věra Jourová x Snap, Inc."],"date":["2019-01-22"],"summary":["Hate speech, GDPR, Privacy Shield, Elections"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-3269ef00f0778677e6f4c8e0f72ce019084206fb","ec-person-a608b85b2ffef83f883b5a2330b6232efa1b7141","eu-tr-976985829492-08","ec-person-1e0e3a00ab815dea7c5b839b002ed2c7e34bfe0a"]}} -{"id":"ec-meeting-2019-01-22-edd72a8eb54b907ef005af6ffcef1dda54eecf42","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-01-22 - Communications Networks, Content and Technology x Open Fiber"],"date":["2019-01-22"],"summary":["Electronic Communication Code, Implementation of IT ultra broadband plan"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f","eu-tr-965428625484-18"]}} -{"id":"ec-meeting-2019-01-22-ef6cc1f90dd1e70494f4e1a25974aaba98f157ee","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-01-22 - Cabinet of Vice-President Jyrki Katainen x Carlsberg Breweries A/S"],"date":["2019-01-22"],"summary":["Plastic strategy"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Davos"],"address":["Davos"],"addressEntity":["addr-e260b1b791f27abac6a4f7771a2401be6aee67a9"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90","eu-tr-048387711728-21"]}} -{"id":"ec-meeting-2019-01-22-f074983d9ed3b91f7102b1e4c1d2a3a49fb4d529","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-01-22 - Cabinet of Commissioner Julian King x SoundCloud Global Limited & Co. KG"],"date":["2019-01-22"],"summary":["tackling terrorist content online"],"notes":["Portfolio: Security Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-julian-king-of"],"involved":["ec-person-d79b91ed720b1c6bd49ce28254caac411bf07855","eu-tr-536375019106-24"]}} -{"id":"ec-meeting-2019-01-22-f12d2d77047b259e387af9a8d1ca9e073acfec2a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-01-22 - Cabinet of Vice-President Andrus Ansip x Baden-Württembergischer Handwerkstag e.V. Baden-Württembergischer Genossenschaftsverband e.V."],"date":["2019-01-22"],"summary":["Digitalisation and SMEs, AI"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-353298312473-76","ec-person-6a03bc4fa7657513ea34529e98dba0671ef4c849","eu-tr-777023714204-72"]}} -{"id":"ec-meeting-2019-01-22-f4a194c437c8f74e99de1916b12ccd76823461e4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-01-22 - Cabinet of Commissioner Tibor Navracsics x Bundesverband Deutscher Stiftungen"],"date":["2019-01-22"],"summary":["informal meeting w/ Executive Director, Stiftung Mercator"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["eu-tr-59764204061-33","ec-person-1da7ee09d46288ee4ea9db2b644bdcf9c3d6d000"]}} -{"id":"ec-meeting-2019-01-22-fcb80bd7bc6deb0bd08f9790d1d22015f4678668","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-01-22 - Cabinet of Vice-President Cecilia Malmström x Bayerische Motoren Werke Aktiengesellschaft"],"date":["2019-01-22"],"summary":["232 cars"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-20ded9db5df11164331bb161fdf234b1e5ad53fd","ec-person-cb8ca9ec2413722fa83484ed18dd76ace52d0118","eu-tr-7193977808-18"]}} -{"id":"ec-meeting-2019-01-23-06a621c65fe7cb0333dff60cb3341fa4bca459b6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-01-23 - Cabinet of Vice-President Jyrki Katainen x Philips Lighting BV"],"date":["2019-01-23"],"summary":["Plastic strategy and new Medical Device Regulation"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Davos"],"address":["Davos"],"addressEntity":["addr-e260b1b791f27abac6a4f7771a2401be6aee67a9"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90","eu-tr-255349024952-19"]}} -{"id":"ec-meeting-2019-01-23-2579b4ce506a3e3a7276c4fa17d9ab13976e9f6a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-01-23 - Cabinet of Commissioner Pierre Moscovici x Bank of America Corporation"],"date":["2019-01-23"],"summary":["Exchange on US and EU economies"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Davos"],"address":["Davos"],"addressEntity":["addr-e260b1b791f27abac6a4f7771a2401be6aee67a9"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["ec-person-3cbeba61ae952f06fe4916c381438ebbc676a597","eu-tr-53891615036-88"]}} -{"id":"ec-meeting-2019-01-23-29d7c34e1af311e64987ec77a0c92990cce74947","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-01-23 - Cabinet of Vice-President Jyrki Katainen x LyondellBasell Industries N.V."],"date":["2019-01-23"],"summary":["Circular economy and plastics"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-0da85dc48012e26688310a59a0b51727ea68f410","eu-tr-950757315280-54"]}} -{"id":"ec-meeting-2019-01-23-32c446984b5ee4af197a1d66a2a964ec26e7496f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-01-23 - Cabinet of Vice-President Karmenu Vella x ABB"],"date":["2019-01-23"],"summary":["Food Waste and Circular Economy"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["eu-tr-7790041608-14","ec-person-e3c587153be49902cde115f568bd5e9a9d548743"]}} -{"id":"ec-meeting-2019-01-23-3c1c82240814d9fe8253b423ab3689a0fb5b8efc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-01-23 - Cabinet of Commissioner Julian King x BT Group plc"],"date":["2019-01-23"],"summary":["Security issues"],"notes":["Portfolio: Security Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-julian-king-of"],"involved":["ec-person-37c79733647a2293d1e96e976d3a72c6b707cb4c","eu-tr-00919034091-89"]}} -{"id":"ec-meeting-2019-01-23-4df79ed08bd2a604d32785fdba550c10c45fe498","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-01-23 - Cabinet of Commissioner Margrethe Vestager x Vodafone Belgium SA"],"date":["2019-01-23"],"summary":["Digital Single Market"],"notes":["Portfolio: Competition"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-margrethe-of-vestager"],"involved":["ec-person-947ab3027ba90ce15968614ce35c12506b7a43ac","eu-tr-90142503473-81"]}} -{"id":"ec-meeting-2019-01-23-7ea930fa3ce90ee6e98a121be7e4a0ac2314270b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-01-23 - Cabinet of Commissioner Elżbieta Bieńkowska x LyondellBasell Industries N.V."],"date":["2019-01-23"],"summary":["The alliance to end plastic waste"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-950757315280-54","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2019-01-23-80d07783f2e03fd83ea4481381bb2c22a040bead","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-01-23 - Cabinet of Vice-President Miguel Arias Cañete x Siemens AG"],"date":["2019-01-23"],"summary":["Long-term strategy and electricity market"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-4266797770-31","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd"]}} -{"id":"ec-meeting-2019-01-23-863c45f35dc57e49da0c28f9c415dbc24f01a22c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-01-23 - Cabinet of Commissioner Pierre Moscovici x Booking.com B.V."],"date":["2019-01-23"],"summary":["Digital taxation"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Davos"],"address":["Davos"],"addressEntity":["addr-e260b1b791f27abac6a4f7771a2401be6aee67a9"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["eu-tr-146537115285-34","ec-person-3cbeba61ae952f06fe4916c381438ebbc676a597"]}} -{"id":"ec-meeting-2019-01-23-940b62c92a9d668fa41a320b45086164967603b9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-01-23 - Cabinet of Vice-President Jyrki Katainen x Technology Industries of Finland (Teknologiateollisuus ry)"],"date":["2019-01-23"],"summary":["EU innovation and industrial policies"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-c50e8c2cc390c5efb0626988d173bc6758459e0f","ec-person-81b1dda49062e5dac42bdad9273fa72968a2c325","eu-tr-39705603497-38"]}} -{"id":"ec-meeting-2019-01-23-9713edc287ebd3cc99360b8995cc75c0e65f37e6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-01-23 - Cabinet of Commissioner Carlos Moedas x World Economic Forum"],"date":["2019-01-23"],"summary":["World Economic Forum"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Davos"],"address":["Davos"],"addressEntity":["addr-e260b1b791f27abac6a4f7771a2401be6aee67a9"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-2b4bb0b28e7435e5f612e44d9664dbd1051efc55","ec-person-23980b2bc4fd9c82051d0f7888dc236b2f764866","eu-tr-389715028237-59"]}} -{"id":"ec-meeting-2019-01-23-b2cb71b7dbd4a3ada6ba0a7f32c5776620dc539f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-01-23 - Cabinet of Commissioner Phil Hogan x Confederazione Generale dell'Agricoltura Italiana"],"date":["2019-01-23"],"summary":["Agri Matters"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-a1a78365cc4685b0958056646204977d8f2ead92","eu-tr-230456715590-19"]}} -{"id":"ec-meeting-2019-01-23-b5d8f0bdd63a28a2261e5f4e8125c0e9448c1f4a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-01-23 - Cabinet of Commissioner Carlos Moedas x Microsoft Corporation"],"date":["2019-01-23"],"summary":["Artificial intelligence/ Research and Innovation"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Davos"],"address":["Davos"],"addressEntity":["addr-e260b1b791f27abac6a4f7771a2401be6aee67a9"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["eu-tr-0801162959-21","ec-person-2b4bb0b28e7435e5f612e44d9664dbd1051efc55","ec-person-23980b2bc4fd9c82051d0f7888dc236b2f764866"]}} -{"id":"ec-meeting-2019-01-23-c5591735d08b6f9c3256b3058a4ad72970338f44","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-01-23 - Cabinet of Commissioner Pierre Moscovici x JPMorgan Chase & Co."],"date":["2019-01-23"],"summary":["Exchange on US and EU economies"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Davos"],"address":["Davos"],"addressEntity":["addr-e260b1b791f27abac6a4f7771a2401be6aee67a9"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["ec-person-3cbeba61ae952f06fe4916c381438ebbc676a597","eu-tr-9171899949-17"]}} -{"id":"ec-meeting-2019-01-23-d290f09d65a59c3e0870a6a1182cdb130d2a043d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-01-23 - Financial Stability, Financial Services and Capital Markets Union x AMISA2"],"date":["2019-01-23"],"summary":["sustainable finance"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-646699114665-12","ec-person-bdee7a93f95c8ef05079539170139b3c02e8ed96"]}} -{"id":"ec-meeting-2019-01-23-dc96771e65e68fee74d576fcc5d55bba2c175e89","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-01-23 - Cabinet of Commissioner Elżbieta Bieńkowska x ABB"],"date":["2019-01-23"],"summary":["Food Waste Framework Directive"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-7790041608-14","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2019-01-23-e2f3871b52bc126edb291b1abc0dc243cc91ea5d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-01-23 - Communications Networks, Content and Technology x Infineon Technologies AG"],"date":["2019-01-23"],"summary":["IPCI on Microelectronics, low power processor initiative, AI"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-10751968675-85","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2019-01-24-0dbcd99687441fb1d8762aeadd62a47358d8d206","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-01-24 - Cabinet of Commissioner Pierre Moscovici x S&P Global"],"date":["2019-01-24"],"summary":["Exchange on US and EU economies"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Davos"],"address":["Davos"],"addressEntity":["addr-e260b1b791f27abac6a4f7771a2401be6aee67a9"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["eu-tr-319148015141-55","ec-person-3cbeba61ae952f06fe4916c381438ebbc676a597"]}} -{"id":"ec-meeting-2019-01-24-16360484ac6562173fd1373fc35d70b7d86fc743","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-01-24 - Taxation and Customs Union x Allegro sp. z o.o."],"date":["2019-01-24"],"summary":["Exchange of views on Digital taxation and implementation of VAT e-commerce rules"],"location":["Brussels/Belgium"],"address":["Brussels/Belgium"],"addressEntity":["addr-c476280916fa20b5023288c48bfbed9c057a1c28"],"organizer":["ec-dg-taxud"],"involved":["ec-person-3173c1cc052827c58f23ccd3a8de07534f0d35bd","eu-tr-611131527720-22"]}} -{"id":"ec-meeting-2019-01-24-292698fd43b4af3136be87b203b77cb9d99bf295","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-01-24 - Cabinet of Commissioner Vytenis Andriukaitis x Confederazione Generale dell'Agricoltura Italiana"],"date":["2019-01-24"],"summary":["African Swine Fever, Xylella, and developments and consequences on the sector after the sentence of the ECJ on NBT"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-0dbfffeb0323f819c8d57164906086dd8639c437","ec-person-df30d07ef698a52b9948b9c734db39196cf8541f","eu-tr-230456715590-19"]}} -{"id":"ec-meeting-2019-01-24-41237fb988e3bbc29c6624ebaab3c6f49024033c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-01-24 - Cabinet of High Representative / Vice-President Federica Mogherini x Trans Adriatic Pipeline"],"date":["2019-01-24"],"summary":["Latest progress update on the project"],"notes":["Portfolio: Foreign Affairs and Security Policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"involved":["ec-person-d2aee33b6a13b13cbded48adb1a569f8cf4d4033","eu-tr-570335813082-79"]}} -{"id":"ec-meeting-2019-01-24-4945386ba3f3abe2eeacbc4cb9f7f3e0beb9eaa9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-01-24 - Cabinet of Commissioner Carlos Moedas x Carlsberg Breweries A/S"],"date":["2019-01-24"],"summary":["Work of The Carlsberg Foundation"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Davos"],"address":["Davos"],"addressEntity":["addr-e260b1b791f27abac6a4f7771a2401be6aee67a9"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-2b4bb0b28e7435e5f612e44d9664dbd1051efc55","ec-person-23980b2bc4fd9c82051d0f7888dc236b2f764866","eu-tr-048387711728-21"]}} -{"id":"ec-meeting-2019-01-24-5a7e95c148e46394ab8217f1dc110c1b32337abf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-01-24 - Cabinet of Vice-President Valdis Dombrovskis x London Stock Exchange Group"],"date":["2019-01-24"],"summary":["General financial stability and financial services issues"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-30d770ccd575865b3106f94220ce1ace16e48f1a","eu-tr-550494915045-08"]}} -{"id":"ec-meeting-2019-01-24-78df745f2b1e9b7479eecda4e50adb765938f00d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-01-24 - Cabinet of Commissioner Carlos Moedas x Facebook Ireland Limited"],"date":["2019-01-24"],"summary":["Technology regulation"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Davos"],"address":["Davos"],"addressEntity":["addr-e260b1b791f27abac6a4f7771a2401be6aee67a9"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-2b4bb0b28e7435e5f612e44d9664dbd1051efc55","ec-person-23980b2bc4fd9c82051d0f7888dc236b2f764866","eu-tr-28666427835-74"]}} -{"id":"ec-meeting-2019-01-24-96f1fc6a540d47be0e3f6a50178deba7533adf06","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-01-24 - Cabinet of Commissioner Phil Hogan x European Potato Processors' Association"],"date":["2019-01-24"],"summary":["CIPC regulation"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-163461511626-21","ec-person-7d3caa534e5cdda6d5b949bd4b2def39356e3bec"]}} -{"id":"ec-meeting-2019-01-24-9898029c3230eebddf59df6b044feac4c8fa0486","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-01-24 - Cabinet of Vice-President Jyrki Katainen x ArcelorMittal"],"date":["2019-01-24"],"summary":["steel sector situation, trade, environment"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Davos"],"address":["Davos"],"addressEntity":["addr-e260b1b791f27abac6a4f7771a2401be6aee67a9"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90","eu-tr-23527541824-60"]}} -{"id":"ec-meeting-2019-01-24-98febf57efa7baa1493d0a632a734a6742f1a6fa","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-01-24 - Cabinet of Commissioner Carlos Moedas x Salesforce"],"date":["2019-01-24"],"summary":["Artificial intelligence/Technology/ Research and Innovation/Entrepreneurship"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Davos"],"address":["Davos"],"addressEntity":["addr-e260b1b791f27abac6a4f7771a2401be6aee67a9"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-2b4bb0b28e7435e5f612e44d9664dbd1051efc55","eu-tr-991195317279-06","ec-person-23980b2bc4fd9c82051d0f7888dc236b2f764866"]}} -{"id":"ec-meeting-2019-01-24-9b43478328f8506f3c3fba0bdce0d831f4a9799b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-01-24 - Cabinet of Commissioner Carlos Moedas x Booking.com B.V."],"date":["2019-01-24"],"summary":["Artificial intelligence/Technology/ Research and Innovation"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Davos"],"address":["Davos"],"addressEntity":["addr-e260b1b791f27abac6a4f7771a2401be6aee67a9"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-2b4bb0b28e7435e5f612e44d9664dbd1051efc55","eu-tr-146537115285-34","ec-person-23980b2bc4fd9c82051d0f7888dc236b2f764866"]}} -{"id":"ec-meeting-2019-01-24-9f430a78f95d5e20dc774c78a2484500c2aaf072","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-01-24 - Cabinet of President Jean-Claude Juncker x SALESAS TRES CENTRO DE ESTUDIOS"],"date":["2019-01-24"],"summary":["EU Foreign Policy"],"notes":["Portfolio: President"],"location":["Rue Parnasse - Bruxelles"],"address":["Rue Parnasse - Bruxelles"],"addressEntity":["addr-43e0f984a69d90dc3c91f7031866285fa2db2139"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-400183910694-08","ec-person-da1926615bdcdb789928b90ac532982fef6e24ee"]}} -{"id":"ec-meeting-2019-01-24-9f6af114a39c97783d191572cb2ac74fd7ff1a76","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-01-24 - Employment, Social Affairs and Inclusion x European Disability Forum"],"date":["2019-01-24"],"summary":["Meeting on disability related policies, legislation and the EU budget"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-empl"],"involved":["eu-tr-57868523887-16","ec-person-dd259fce880e1853f0beb087443bce6e7dea70d7"]}} -{"id":"ec-meeting-2019-01-24-a2a09d85f6c2742fcc1b251ff2c80b2d53a88e0c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-01-24 - Cabinet of Commissioner Carlos Moedas x Anheuser-Busch InBev nv/sa"],"date":["2019-01-24"],"summary":["Future of Food/ Research and Innovation"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Davos"],"address":["Davos"],"addressEntity":["addr-e260b1b791f27abac6a4f7771a2401be6aee67a9"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-2b4bb0b28e7435e5f612e44d9664dbd1051efc55","eu-tr-161157710612-65","ec-person-23980b2bc4fd9c82051d0f7888dc236b2f764866"]}} -{"id":"ec-meeting-2019-01-24-a7634001c34f21385de0993bed1dc00a239ec3a4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-01-24 - Cabinet of Vice-President Maroš Šefčovič x Tellurian Trading UK Ltd"],"date":["2019-01-24"],"summary":["State of play LNG market"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-382928328537-02","ec-person-3bf48630444ace93d407e52eb880e64d480f75ce"]}} -{"id":"ec-meeting-2019-01-24-ad2d9ad83846c6d99e63b41716258179ddd3c725","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-01-24 - Cabinet of Commissioner Vytenis Andriukaitis x Blic Oy"],"date":["2019-01-24"],"summary":["Finish meet producers"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["eu-tr-687078815005-93","ec-person-0dbfffeb0323f819c8d57164906086dd8639c437"]}} -{"id":"ec-meeting-2019-01-24-ae9d19d91620c25f05ea557dbb7d81dee2fa8133","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-01-24 - Cabinet of Vice-President Jyrki Katainen x UBS Group AG"],"date":["2019-01-24"],"summary":["Sustainable finance"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Davos"],"address":["Davos"],"addressEntity":["addr-e260b1b791f27abac6a4f7771a2401be6aee67a9"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90","eu-tr-365453815252-29"]}} -{"id":"ec-meeting-2019-01-24-b05967314cca31bc04a2ddc6fac18227f027fef1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-01-24 - Cabinet of Vice-President Jyrki Katainen x Helen Blic Oy"],"date":["2019-01-24"],"summary":["Future of energy policy"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-687078815005-93","eu-tr-414414533467-54","ec-person-ccd2797b568cba38993df7d1dcc985dbc1eb439a"]}} -{"id":"ec-meeting-2019-01-24-c65afd99d15f0e68309f5018590469ef6d763d90","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-01-24 - Cabinet of Commissioner Pierre Moscovici x Allegro.pl sp. z o.o."],"date":["2019-01-24"],"summary":["The specificity of their business model, digitax and VAT e-commerce"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["ec-person-1d299d025d2afdcba46db3d131b6197fab6e0c89","eu-tr-611131527720-22"]}} -{"id":"ec-meeting-2019-01-24-c9b3a334d94db4aa24da1215fae24ac2b5060faa","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-01-24 - Cabinet of Commissioner Marianne Thyssen x Association of European Performers’ Organisations PlayRight"],"date":["2019-01-24"],"summary":["Copyright Directive"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["eu-tr-533613719509-87","ec-person-786ac5b4308f9797c51ea9c4491fcd16b6fac4cd","ec-person-7567514af00f139b390cf9864d28a090ca0fde25","eu-tr-69221462428-97"]}} -{"id":"ec-meeting-2019-01-24-ce47297213c85e3103f364a602ae2e1eca722330","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-01-24 - Cabinet of President Jean-Claude Juncker x London Stock Exchange Group"],"date":["2019-01-24"],"summary":["General financial stability and financial services issues"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-c402e34a99fbee730ae22e3b1958e21c94dc6fcc","eu-tr-550494915045-08"]}} -{"id":"ec-meeting-2019-01-24-e6c832d4e4babc93b29caa7d6167c3415861e0d3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-01-24 - Cabinet of Commissioner Violeta Bulc x European Road Transport Research Advisory Council"],"date":["2019-01-24"],"summary":["Partnerships for Road Transport in Horizon Europe"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-855647016671-07","ec-person-9fddf13de7f65229b7da7c5b25dca1630cad3c48"]}} -{"id":"ec-meeting-2019-01-25-19818e09ee59869ee2a74df3b6ee0dd6cb459b45","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-01-25 - Cabinet of Vice-President Miguel Arias Cañete x Trans Adriatic Pipeline"],"date":["2019-01-25"],"summary":["Energy"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-1831691c10441c5974327bbeb8693d6b6c1e50c3","eu-tr-570335813082-79"]}} -{"id":"ec-meeting-2019-01-25-24244e6d0eb03f4197374811180c16b5a97034f6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-01-25 - Secretariat-General x Bundesverband der Deutschen Industrie e.V."],"date":["2019-01-25"],"summary":["Discussion on the development of harmonised European standards."],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-sg"],"involved":["eu-tr-1771817758-48","ec-person-97a74c3df4cdf4db05e274aab8204536eca85f92"]}} -{"id":"ec-meeting-2019-01-25-28e551abffb392e0bba36a1bde76a5c4f9ed574b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-01-25 - Cabinet of Vice-President Cecilia Malmström x The Alliance of Democracies Foundation"],"date":["2019-01-25"],"summary":["US-China relations"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-146289032886-07","ec-person-98880f3f4206145e196013db9dd806a551c11e06"]}} -{"id":"ec-meeting-2019-01-25-2a1bff914928b22a309004b971bb843f0d9b8ca1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-01-25 - Climate Action x Nickel Institute"],"date":["2019-01-25"],"summary":["Process of the state aid guidelines"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-clima"],"involved":["ec-person-9c5c685692a09a77f2bc8ae9c05663b87cd75aae","eu-tr-77947983421-21"]}} -{"id":"ec-meeting-2019-01-25-acfa881cd0ab41757ae847381997d506abbb8701","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-01-25 - Cabinet of High Representative / Vice-President Federica Mogherini x Association of Social Democratic Municipalities"],"date":["2019-01-25"],"summary":["EU-TR relations in view of the local elections in Turkey and the European Parliament elections"],"notes":["Portfolio: Foreign Affairs and Security Policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"involved":["eu-tr-198354815537-92","ec-person-ffe369688b1df8f09154d965f094473d619d72e0"]}} -{"id":"ec-meeting-2019-01-25-af184fdd2fb2a396261d4dc5c6c48342a8ff61b1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-01-25 - Climate Action x Association des Constructeurs Européens d'Automobiles"],"date":["2019-01-25"],"summary":["CO2 proposal for HDV’s"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-clima"],"involved":["ec-person-9c5c685692a09a77f2bc8ae9c05663b87cd75aae","eu-tr-0649790813-47"]}} -{"id":"ec-meeting-2019-01-26-299a56568ff5a6ecf256b2fa280a6d35b48b4a30","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-01-26 - Task Force for Relations with the United Kingdom x Syndicat National des moniteurs du ski francais"],"date":["2019-01-26"],"summary":["Meeting with the Task Force for the Preparation and Conduct of the Negotiations with the United Kingdom under Article 50 TEU"],"location":["France"],"address":["France"],"addressEntity":["addr-e3772ac4b4db87b4a8dbfa59ef43cd1a8ad29515"],"organizer":["ec-dg-uktf"],"involved":["ec-person-864cfa5fbc9b02a079ffbab1107f252c7bb08478","eu-tr-313129333928-45"]}} -{"id":"ec-meeting-2019-01-28-0d0261aac9e709ff650d525df29f5c78e3cec3d2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-01-28 - Cabinet of Vice-President Jyrki Katainen x Neste Oyj"],"date":["2019-01-28"],"summary":["Follow up to RED II"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-0da85dc48012e26688310a59a0b51727ea68f410","eu-tr-10257354120-19"]}} -{"id":"ec-meeting-2019-01-28-1b302c44167a97882f315aaba5432943b708906b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-01-28 - Cabinet of Commissioner Pierre Moscovici x Association Marocaine des Industries du Textile et de l'Habillement ESL & NETWORK EUROPEAN AFFAIRS SA"],"date":["2019-01-28"],"summary":["The rules of origin currently applicable to Moroccan textile and apparel products."],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["ec-person-e17dc29a983e5f7148fd0486f49a3f3368b3720e","eu-tr-35467643719-92","eu-tr-846063933738-78"]}} -{"id":"ec-meeting-2019-01-28-206953b34b632c6e6ec01b70b4484acec24a760b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-01-28 - Cabinet of President Jean-Claude Juncker x Deutsche Bank AG"],"date":["2019-01-28"],"summary":["Capital Markets Union"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-271912611231-56","ec-person-c402e34a99fbee730ae22e3b1958e21c94dc6fcc"]}} -{"id":"ec-meeting-2019-01-28-210f96db7e5dce0e1573d59d0ce9933898d45ee0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-01-28 - Financial Stability, Financial Services and Capital Markets Union x Banco Santander, S.A."],"date":["2019-01-28"],"summary":["Brexit"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-799142914971-03","ec-person-bdee7a93f95c8ef05079539170139b3c02e8ed96"]}} -{"id":"ec-meeting-2019-01-28-4b912dbc7301770c6dd986d4db3201d8e500da89","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-01-28 - Cabinet of Commissioner Carlos Moedas x Council of Bars and Law Societies of Europe"],"date":["2019-01-28"],"summary":["Challenges of Artificial Intelligence in the legal sector"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-8ec05e08adb6965c1b360cae0a4d52d4d72a2f95","ec-person-23980b2bc4fd9c82051d0f7888dc236b2f764866","eu-tr-4760969620-65"]}} -{"id":"ec-meeting-2019-01-28-505e5b64aa643502c65fb8c908e7447c486fc5cc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-01-28 - Cabinet of Vice-President Neven Mimica x European Network on Debt and Development CONCORD Europe"],"date":["2019-01-28"],"summary":["Discussion about MFF/NDICI"],"notes":["Portfolio: International Cooperation & Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-mimica-neven-of-president-vice"],"involved":["ec-person-5f446e21c2ca97624d9781d53ce7312477e72d6e","ec-person-e90858f5aba78fd0e1cb2f757c3f38d55d91f98b","eu-tr-09136982496-09","eu-tr-34478709670-34"]}} -{"id":"ec-meeting-2019-01-28-61e54d46c97eb0636950a4fcdb2f7582ef870b05","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2019-01-28 - Cabinet of Commissioner Julian King x QUALCOMM Incorporated"],"date":["2019-01-28"],"summary":["Security issues"],"notes":["Portfolio: Security Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-julian-king-of"],"involved":["ec-person-ca8657bb707da1a6a3aad07666e8e325d5faa7e3","eu-tr-00358442856-45"]}} -{"id":"ec-meeting-2019-01-28-662d99218d6dbd5a186594ba0fc07ab40eaecd24","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-01-28 - Regional and Urban Policy x Aix-Marseille Université"],"date":["2019-01-28"],"summary":["Stratégie de spécialisation intelligente, ses enjeux dans le territoire du Sud de la France et les synergies entre le FEDER et les programmes européens pour la recherche et l'innovation"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-regio"],"involved":["eu-tr-502701120250-73","ec-person-3bc647761a4c1a96c0e7b4c3729d7408a61558b0"]}} -{"id":"ec-meeting-2019-01-28-66dc09f0dc5efa0af25c33909297292169e95f79","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-01-28 - Cabinet of Commissioner Věra Jourová x Facebook Ireland Limited Google Twitter International Company"],"date":["2019-01-28"],"summary":["Code of conduct on countering hate speech online"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["eu-tr-394491614001-72","ec-person-5455ecfabb89025694c798deac08160a2be17d94","eu-tr-03181945560-59","ec-person-1e0e3a00ab815dea7c5b839b002ed2c7e34bfe0a","ec-person-184e698af1eb9e33b179680570ca171d8cb31c94","eu-tr-28666427835-74"]}} -{"id":"ec-meeting-2019-01-28-693b98ad41346f55e4e95c1b1329dbc66525dbce","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-01-28 - Cabinet of President Jean-Claude Juncker x Centre for European Reform"],"date":["2019-01-28"],"summary":["Brexit"],"notes":["Portfolio: President"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-524976815651-12","ec-person-da1926615bdcdb789928b90ac532982fef6e24ee"]}} -{"id":"ec-meeting-2019-01-28-8ff445e9ece0ada9fcae617165accdc27597fb1f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-01-28 - Cabinet of Commissioner Věra Jourová x NewsGuard Technologies"],"date":["2019-01-28"],"summary":["Code of practice on disinformation"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-5455ecfabb89025694c798deac08160a2be17d94","eu-tr-075148333523-74","ec-person-1e0e3a00ab815dea7c5b839b002ed2c7e34bfe0a"]}} -{"id":"ec-meeting-2019-01-28-a36787c6fcd498a89f0ee71b1c67bdf0ad515d9f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-01-28 - Cabinet of Commissioner Mariya Gabriel x GÉANT Association"],"date":["2019-01-28"],"summary":["eInfrastructures"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-435792917444-12","ec-person-13ac9a19d8d04f97c0d32603d014df0dd4e1cd2a"]}} -{"id":"ec-meeting-2019-01-28-a3a7188ad1fe4b704b22fe850f848a44fb916392","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-01-28 - Environment x WWF European Policy Programme"],"date":["2019-01-28"],"summary":["Biodiversity"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-env"],"involved":["eu-tr-1414929419-24","ec-person-3bc74ce04ea3f4ab4d91a5c88eef25b8b8a213b4"]}} -{"id":"ec-meeting-2019-01-28-aca577983694f1787c2da1607ec66cbafee158fd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-01-28 - Cabinet of Vice-President Andrus Ansip x Facebook Ireland Limited"],"date":["2019-01-28"],"summary":["Disinformation, elections, e-privacy"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-5db7bdd1c81da2e70eb5b982097d0004111b5c3e","ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0","ec-person-99b172d8fe23e00b94022cbd096978be2b48eb81","eu-tr-28666427835-74"]}} -{"id":"ec-meeting-2019-01-28-b33158a70b9437d745bfd967f6988940336e4c1a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-01-28 - Cabinet of Commissioner Věra Jourová x Facebook Ireland Limited"],"date":["2019-01-28"],"summary":["GDPR, hate speech"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-a608b85b2ffef83f883b5a2330b6232efa1b7141","eu-tr-28666427835-74","ec-person-3269ef00f0778677e6f4c8e0f72ce019084206fb"]}} -{"id":"ec-meeting-2019-01-28-b6e8d01b6493d8b43595fb6d7a804ba5fddf3b30","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-01-28 - Cabinet of Commissioner Phil Hogan x Polski Związek Hodowców i Producentów Trzody Chlewnej \"POLSUS\""],"date":["2019-01-28"],"summary":["Agri Matters"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["brussels"],"address":["brussels"],"addressEntity":["addr-e2daa1574b7ac475c827b33e281bd2d5e013c882"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-068516110787-28","ec-person-a1a78365cc4685b0958056646204977d8f2ead92"]}} -{"id":"ec-meeting-2019-01-28-c9772ad56a8fc7d7ad079420d91ac4bbcd1c9616","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-01-28 - Maritime Affairs and Fisheries x BLOOM Association"],"date":["2019-01-28"],"summary":["Technical Measures Regulation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-mare"],"involved":["ec-person-a7b4b8418268a6d6c196b5e45f606fc92acbdb8c","eu-tr-824008510430-67"]}} -{"id":"ec-meeting-2019-01-28-dd5182b04ccdb302b950be593a8e5bcde0621d42","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-01-28 - Task Force for Relations with the United Kingdom x EUROPEAN TRADE UNION CONFEDERATION Trades Union Congress (UK)"],"date":["2019-01-28"],"summary":["Meeting with the Task Force for the Preparation and Conduct of the Negotiations with the United Kingdom under Article 50 TEU"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-uktf"],"involved":["eu-tr-06698681039-26","ec-person-864cfa5fbc9b02a079ffbab1107f252c7bb08478","eu-tr-77510791109-40"]}} -{"id":"ec-meeting-2019-01-29-1fcfd10f7dd1c83a33e2164d0aa6a6996362a1b5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-01-29 - Climate Action x Siemens AG"],"date":["2019-01-29"],"summary":["Exchange views on how European industry can contribute to emission abatement"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-clima"],"involved":["ec-person-9c5c685692a09a77f2bc8ae9c05663b87cd75aae","eu-tr-4266797770-31"]}} -{"id":"ec-meeting-2019-01-29-20fff14cc2dc516460bfeb30508fc721672f8cc8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-01-29 - Cabinet of Vice-President Günther Oettinger x EuroCommerce"],"date":["2019-01-29"],"summary":["Future of Europe"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-84973761187-60","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2019-01-29-2988e2fac3bdf6f4b3c6c0a3dfca06e4f3af3762","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-01-29 - Cabinet of Vice-President Maroš Šefčovič x Cargotec Corporation"],"date":["2019-01-29"],"summary":["Cargotec made an argument in favour of facilitating more data-sharing among different actors in the maritime shipping industries"],"notes":["Portfolio: Energy Union"],"location":["berl"],"address":["berl"],"addressEntity":["addr-1a66a945a7c848e2e3f1cd5f9692be1f16a0a484"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-53a651a7157cc65c63972e59c546d17b05d6108a","eu-tr-661474423456-34"]}} -{"id":"ec-meeting-2019-01-29-3092ba86b6ccb90487ab5a82907679eec99de7fd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-01-29 - Cabinet of Vice-President Maroš Šefčovič x Northvolt"],"date":["2019-01-29"],"summary":["European Battery Alliance"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-278373226442-94","ec-person-1f95be23689cd4ed0a26fe2980f760ccf2d55c1e"]}} -{"id":"ec-meeting-2019-01-29-31baf520c05f6c6a7fb08dee02cf35fce523393d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-01-29 - Cabinet of President Jean-Claude Juncker x Afore Consulting"],"date":["2019-01-29"],"summary":["Closing keynote address at the Second Afore Consulting Sustainable Finance Workshop"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-c402e34a99fbee730ae22e3b1958e21c94dc6fcc","eu-tr-03013154889-05"]}} -{"id":"ec-meeting-2019-01-29-39b5d56e7b55bedafba458a55d835c9425f5af90","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-01-29 - Cabinet of Vice-President Andrus Ansip x Ingka Services A.B."],"date":["2019-01-29"],"summary":["GDPR, e-privacy, e-commerce"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-1095068839-59","ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0"]}} -{"id":"ec-meeting-2019-01-29-3b283d02fc81f66382df5e6d209c98ae8d9c48c9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-01-29 - Cabinet of Vice-President Günther Oettinger x European Round Table for Industry"],"date":["2019-01-29"],"summary":["introductory meeting"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["ec-person-b17d355ca19058898aba2ec032de59f8701d47f5","eu-tr-25487567824-45"]}} -{"id":"ec-meeting-2019-01-29-4b24431654f528b8c46b009d7d142fe37358d99f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-01-29 - Cabinet of Vice-President Andrus Ansip x Cargotec Corporation"],"date":["2019-01-29"],"summary":["Data, mobility"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-6a03bc4fa7657513ea34529e98dba0671ef4c849","eu-tr-661474423456-34"]}} -{"id":"ec-meeting-2019-01-29-5379ab03af0c2446d764e528f21d74b141fc4b03","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-01-29 - Cabinet of Vice-President Valdis Dombrovskis x None"],"date":["2019-01-29"],"summary":["General financial services issues"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-799142914971-03","ec-person-48f31156d932641826e09f5b73f074d35ff05786","eu-tr-72390466359-39"]}} -{"id":"ec-meeting-2019-01-29-547d918cad1ff83d75244a38e9d9cc34874578bb","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2019-01-29 - Cabinet of Vice-President Miguel Arias Cañete x Aula Europe"],"date":["2019-01-29"],"summary":["Info on follow-up to Article 41 opinion."],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-3eac19199bd5dbac49f504d2610a9066dddbfe57","eu-tr-88742028087-64"]}} -{"id":"ec-meeting-2019-01-29-69b93b1e0b7091a0d92c27259b546dc952ff1cb1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-01-29 - Cabinet of President Jean-Claude Juncker x None"],"date":["2019-01-29"],"summary":["General financial services issues"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-799142914971-03","ec-person-c402e34a99fbee730ae22e3b1958e21c94dc6fcc","eu-tr-72390466359-39"]}} -{"id":"ec-meeting-2019-01-29-749e2a48e4d651ffe179cc3bf3d924a9c542f0c7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-01-29 - Cabinet of Vice-President Valdis Dombrovskis x Deutsche Bank AG"],"date":["2019-01-29"],"summary":["Brexit, Banking regulation"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-271912611231-56","ec-person-48f31156d932641826e09f5b73f074d35ff05786","ec-person-f376b1eca739c662d2385062249507f23f4ca67e"]}} -{"id":"ec-meeting-2019-01-29-7bcd7ef6867c4396527a950b8dcb098d738aeb7f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-01-29 - Cabinet of Vice-President Jyrki Katainen x F-Secure Corporation"],"date":["2019-01-29"],"summary":["European elections"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-957279018810-11","ec-person-93e8e8ac2ee89edb4c52bce70d7472c8eae05edd"]}} -{"id":"ec-meeting-2019-01-29-8562c8a44fccdc1643d67897036dd399e8b21d4d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-01-29 - Cabinet of First Vice-President Frans Timmermans x BUSINESSEUROPE"],"date":["2019-01-29"],"summary":["EU challenges such as competitiveness, sustainability and Better Regulation"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-3978240953-79","ec-person-966667b73d92624be9bb019c2baab7e52331b3d3"]}} -{"id":"ec-meeting-2019-01-29-8686aec6eb787e0257e540ad45cf5330464a11f2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-01-29 - Cabinet of Commissioner Vytenis Andriukaitis x European Union of Private Hospitals"],"date":["2019-01-29"],"summary":["ERN"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-059ca943fc5fc696d2a97849c635ddf7b6ab7fd7","eu-tr-281433223148-81","ec-person-df30d07ef698a52b9948b9c734db39196cf8541f"]}} -{"id":"ec-meeting-2019-01-29-9353aba271a445aa5d22e80a406a196d0df58ea3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-01-29 - Competition x EuroCommerce"],"date":["2019-01-29"],"summary":["Discussion on competition policy on retail related matters"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-comp"],"involved":["eu-tr-84973761187-60","ec-person-8600a621c9aef12fc33b708e13b3cd3d5fa5696b"]}} -{"id":"ec-meeting-2019-01-29-93e273ecc2307c70361585987a061fea51212e50","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-01-29 - Economic and Financial Affairs x Roubini Macro Associates LLC"],"date":["2019-01-29"],"summary":["Informal, academic discussion of the global economy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-ecfin"],"involved":["ec-person-9b398cc97951266670f91bef34ea37df7380eef9","eu-tr-897525433654-13"]}} -{"id":"ec-meeting-2019-01-29-9d18ddc6fa41c8b9aba7574f9a69b929e609a61e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-01-29 - Directorate-General for International Partnerships x Umweltorganisation WWF Central and Eastern Erurope"],"date":["2019-01-29"],"summary":["Meeting with DG Lambertini"],"location":["Rue de la Loi 41"],"address":["Rue de la Loi 41"],"addressEntity":["addr-128d9676ef0cf9c0ac9a11ef228eaf2ea6ed1cbc"],"organizer":["ec-dg-intpa"],"involved":["ec-person-05c4477b89b93e7969f12d89b38f77fedce5876f","eu-tr-02019258940-59"]}} -{"id":"ec-meeting-2019-01-29-a07d4681265a8beac508a203fe2b23ecf36221d3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-01-29 - Cabinet of Vice-President Cecilia Malmström x AT&T, Inc."],"date":["2019-01-29"],"summary":["Digital trade in Vietnam."],"notes":["Portfolio: Trade"],"location":["Brussels Belgium"],"address":["Brussels Belgium"],"addressEntity":["addr-61947d7d2c69c0b8f57325bd044f500c5fc6df48"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-ce1312d2a248f71fe74eed58aa5915cfa445bbba","eu-tr-92442218459-37"]}} -{"id":"ec-meeting-2019-01-29-a6b9a87379de62453810704031c640f16cfbc61f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-01-29 - Cabinet of Commissioner Elżbieta Bieńkowska x METRO AG"],"date":["2019-01-29"],"summary":["Commissioner Bienkowska Meeting with COO METRO AG Philippe Palazzi"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-479994110538-77","ec-person-7cb15e8a3e4a9ddc8f8d7a719a5f2e359a05f82a"]}} -{"id":"ec-meeting-2019-01-29-aa24f008d6120f850df9351f10c148b2f2f4d82a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-01-29 - Cabinet of Commissioner Marianne Thyssen x Europe Region of World Physiotherapy"],"date":["2019-01-29"],"summary":["Skills agenda, Blueprint for Sectoral Skills"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["ec-person-786ac5b4308f9797c51ea9c4491fcd16b6fac4cd","eu-tr-24516996887-24"]}} -{"id":"ec-meeting-2019-01-29-abc66691045d4e28055037442bf91cb30a32dfea","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-01-29 - Cabinet of Vice-President Miguel Arias Cañete x Ordem dos Psicólogos Portugueses"],"date":["2019-01-29"],"summary":["Behavioural change in climate policies"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd","eu-tr-098300333759-18"]}} -{"id":"ec-meeting-2019-01-29-b5bb84cbc0f9f2fd80f1b832ddef3e04ddfb4973","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-01-29 - Cabinet of Vice-President Günther Oettinger x The European House - Ambrosetti"],"date":["2019-01-29"],"summary":["MFF"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-625244214975-24","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2019-01-29-b76671e7bf67b50a42583c4bd1c58ec05e019ea5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-01-29 - Cabinet of Commissioner Mariya Gabriel x European Magazine Media Association"],"date":["2019-01-29"],"summary":["Copyright"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-37937886834-69","ec-person-13ac9a19d8d04f97c0d32603d014df0dd4e1cd2a"]}} -{"id":"ec-meeting-2019-01-29-b813850f78cfe97a5f899f0c96b9bbda06194050","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-01-29 - Inspire, Debate, Engage and Accelerate Action x Mercator Institute for China Studies"],"date":["2019-01-29"],"summary":["EU Global Strategy"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-dg-idea"],"involved":["eu-tr-722154030862-55","ec-person-4fe56a64c00b3e81c851b5538878b32481bd7d3c"]}} -{"id":"ec-meeting-2019-01-29-bd5e50eba469c66f0dcd02d314586a648262491c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-01-29 - Cabinet of Commissioner Carlos Moedas x GÉANT Association"],"date":["2019-01-29"],"summary":["Open Science Cloud"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-8ec05e08adb6965c1b360cae0a4d52d4d72a2f95","eu-tr-435792917444-12"]}} -{"id":"ec-meeting-2019-01-29-bf2d6ded383f83e58539fcf8874cb13a85751785","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-01-29 - Cabinet of Vice-President Jyrki Katainen x European Association Automotive Suppliers"],"date":["2019-01-29"],"summary":["Automotive suppliers’ industry"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-91408765797-03","ec-person-0da85dc48012e26688310a59a0b51727ea68f410"]}} -{"id":"ec-meeting-2019-01-29-c10bcf66f32260f0a621552667e28f3a43364616","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-01-29 - Cabinet of Commissioner Julian King x Mercator Institute for China Studies"],"date":["2019-01-29"],"summary":["Cyber security"],"notes":["Portfolio: Security Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-julian-king-of"],"involved":["ec-person-ca8657bb707da1a6a3aad07666e8e325d5faa7e3","eu-tr-722154030862-55"]}} -{"id":"ec-meeting-2019-01-29-c595db2db3321c361813acbe02ca962a11fcece0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-01-29 - Inspire, Debate, Engage and Accelerate Action x European Round Table for Industry"],"date":["2019-01-29"],"summary":["Industry 4.0"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-dg-idea"],"involved":["eu-tr-25487567824-45","ec-person-4fe56a64c00b3e81c851b5538878b32481bd7d3c"]}} -{"id":"ec-meeting-2019-01-29-ca1b97171897e139cdede5f9c1af2722857ac474","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-01-29 - Cabinet of Commissioner Elżbieta Bieńkowska x European Association Automotive Suppliers"],"date":["2019-01-29"],"summary":["the future of the automotive industry, European competitiveness/industrial policy, the ECJ ruling on Euro6 conformity factors"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-91408765797-03","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2019-01-29-f5f7911c59cb87fcd8b47a47b41f90a3f517060f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-01-29 - Cabinet of Commissioner Violeta Bulc x Cargotec Corporation"],"date":["2019-01-29"],"summary":["Digitalisation of transport"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-9fddf13de7f65229b7da7c5b25dca1630cad3c48","eu-tr-661474423456-34"]}} -{"id":"ec-meeting-2019-01-29-f940ca26001a60d4d16982eaf59f0ee86167cdfc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-01-29 - Cabinet of Commissioner Tibor Navracsics x Network to Promote Linguistic Diversity"],"date":["2019-01-29"],"summary":["including RMLs in the contest Juvenes Translatores and the creation of the \"Europan Capital of the Linguistic Diversity\""],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["berl"],"address":["berl"],"addressEntity":["addr-1a66a945a7c848e2e3f1cd5f9692be1f16a0a484"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-49f31dad10f5641cb1d1e4c3107dd838389e8120","eu-tr-023293231367-63"]}} -{"id":"ec-meeting-2019-01-29-fe1b97d10c764e94c8fb03d2ed1467da88fe868d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-01-29 - Cabinet of Commissioner Marianne Thyssen x European Anti Poverty Network"],"date":["2019-01-29"],"summary":["The Reality Of Poverty And Social Exclusion In The EU"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["EP"],"address":["EP"],"addressEntity":["addr-00c1bff9de8d4fc009abbfd696151a6d58535852"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["ec-person-5a49eb89125b4b5d1125b3925bbb64aba1bea2b3","eu-tr-3945154610-54"]}} -{"id":"ec-meeting-2019-01-30-1be12d32491e49d0e585d0a63509016892ea0fd1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-01-30 - Cabinet of Commissioner Phil Hogan x EUROGAS aisbl"],"date":["2019-01-30"],"summary":["Use of biogas and biomethane for European farmers"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-17909506129-41","ec-person-68b8e931bdd0cafe77ab8e98d87edbea128d6c49"]}} -{"id":"ec-meeting-2019-01-30-1e260f2e887a2cf3755bed593b98256ecb0ef3b5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-01-30 - Trade x Ford Motor Company"],"date":["2019-01-30"],"summary":["Trade automotive issues"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-trade"],"involved":["ec-person-bde9bb099f5d24c52ca4a9255cefc99a5b87a650","eu-tr-21851435137-02"]}} -{"id":"ec-meeting-2019-01-30-27b36ac9c7996a003dc28be89cbbc818d87cd4cb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-01-30 - Environment x Royal Society for the Protection of Birds"],"date":["2019-01-30"],"summary":["REFIT Platform"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-env"],"involved":["eu-tr-21862631806-19","ec-person-3bc74ce04ea3f4ab4d91a5c88eef25b8b8a213b4"]}} -{"id":"ec-meeting-2019-01-30-2a69d48705e55e48e8996e66337a32e1b240e687","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-01-30 - Cabinet of Commissioner Tibor Navracsics x Rolls-Royce plc"],"date":["2019-01-30"],"summary":["Education/STEM and Youth employment"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels, BERL"],"address":["Brussels, BERL"],"addressEntity":["addr-3c3fa5f92474ebac668808553fbab6d1c14aa243"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-33076d1a800ce856f29bbab43813a5a80eef2da0","ec-person-881310bbb4e54ac96753b80bbdc9b1994cfbf136","eu-tr-58290033126-06","ec-person-1da7ee09d46288ee4ea9db2b644bdcf9c3d6d000"]}} -{"id":"ec-meeting-2019-01-30-3556ce21687d17e0dcb3b8036b2871a37949119f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-01-30 - Cabinet of Vice-President Valdis Dombrovskis x Roubini Macro Associates LLC"],"date":["2019-01-30"],"summary":["Global macroeconomic outlook, Brexit"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-b98fb7512c796626297f1e89a96665cbbb19188a","eu-tr-897525433654-13","ec-person-537401fc0be04984531b83660f416bf2fe14fbd8","ec-person-a9eda2e8ea54b70a968327672c6cada679d3cd56"]}} -{"id":"ec-meeting-2019-01-30-40a5256231f3c90cd816d09fbae1bcf6d7be2d93","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-01-30 - Cabinet of Vice-President Valdis Dombrovskis x Kreab Pillsbury Winthrop Shaw Pittman LLP"],"date":["2019-01-30"],"summary":["Cypriot banking sector"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-1078390517-54","ec-person-48f31156d932641826e09f5b73f074d35ff05786","eu-tr-778538433821-09"]}} -{"id":"ec-meeting-2019-01-30-434259d05f83edc32e1c8bb5140e5891dd2bd490","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-01-30 - Health and Food Safety x Union Européenne du Commerce du Bétail et des Métiers de la Viande"],"date":["2019-01-30"],"summary":["introductory meeting"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-sante"],"involved":["eu-tr-4422649896-52","ec-person-42d2108d723f9b9017ed589e3271e3156172daa7"]}} -{"id":"ec-meeting-2019-01-30-4dba39d0100d5bb44ca50695e207803b129cef76","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-01-30 - Cabinet of Commissioner Corina Crețu x CONFCOMMERCIO - IMPRESE PER L'ITALIA"],"date":["2019-01-30"],"summary":["Future of Cohesion Policy, Urban Agenda"],"notes":["Portfolio: Regional Policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-corina-cretu-of"],"involved":["eu-tr-04877777421-88","ec-person-2ab6296ada57eee7b1af6a77e7ff23cf6b0b1ccf"]}} -{"id":"ec-meeting-2019-01-30-5e1212bf7e34e171eeef89f2530564c96827600c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-01-30 - Cabinet of Commissioner Tibor Navracsics x Flaminia Triglia"],"date":["2019-01-30"],"summary":["Higher Education and the Joint Research Centre"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-33076d1a800ce856f29bbab43813a5a80eef2da0","eu-tr-021280932727-22"]}} -{"id":"ec-meeting-2019-01-30-7ec788b195872d7f45648aae17775cf0631d9ba1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-01-30 - Cabinet of Vice-President Jyrki Katainen x Miltton Europe"],"date":["2019-01-30"],"summary":["European elections"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-245377319023-40","ec-person-93e8e8ac2ee89edb4c52bce70d7472c8eae05edd"]}} -{"id":"ec-meeting-2019-01-30-7f7571b0f2e0846bcc652a9b08a291a2f8efdbc4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-01-30 - Cabinet of Vice-President Karmenu Vella x Golden Agri-Resources Ltd Europtimum Conseil"],"date":["2019-01-30"],"summary":["Biodiversity and Deforestation"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["ec-person-9e282d5223d0f62146ce1013e2dac38adc89a4cf","eu-tr-971705931609-41","eu-tr-542373727099-18","ec-person-e3c587153be49902cde115f568bd5e9a9d548743"]}} -{"id":"ec-meeting-2019-01-30-7fedb39af13c4cb8ebe30a65b2c9e85fb1e60735","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-01-30 - Cabinet of Commissioner Phil Hogan x PERNOD RICARD"],"date":["2019-01-30"],"summary":["Agri Matters"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-a1a78365cc4685b0958056646204977d8f2ead92","eu-tr-352172811-92"]}} -{"id":"ec-meeting-2019-01-30-8019ba5f1fdaa84084438c6233526be7ff4f32bc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-01-30 - Cabinet of Commissioner Mariya Gabriel x HyperAspect"],"date":["2019-01-30"],"summary":["Disinformation"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-515594033750-84","ec-person-13ac9a19d8d04f97c0d32603d014df0dd4e1cd2a"]}} -{"id":"ec-meeting-2019-01-30-8a1dede70bc47ceb136104cc8e1a1c0e0454d2f7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-01-30 - Inspire, Debate, Engage and Accelerate Action x EBU-UER (European Broadcasting Union)"],"date":["2019-01-30"],"summary":["Disinformation"],"location":["EBU Brussels Office"],"address":["EBU Brussels Office"],"addressEntity":["addr-3a6bc2067c3b8e49f4b43f8217108c687d3df460"],"organizer":["ec-dg-idea"],"involved":["eu-tr-93288301615-56","ec-person-4fe56a64c00b3e81c851b5538878b32481bd7d3c"]}} -{"id":"ec-meeting-2019-01-30-8b987448cc2c6bf61865c30aa05a904fb46dbbc9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-01-30 - Cabinet of Commissioner Julian King x Meetic Group, A Match Group Company"],"date":["2019-01-30"],"summary":["tackling terrorist content online"],"notes":["Portfolio: Security Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-julian-king-of"],"involved":["eu-tr-694419028666-26","ec-person-d79b91ed720b1c6bd49ce28254caac411bf07855"]}} -{"id":"ec-meeting-2019-01-30-a678100d1695484ec68f026f20086be8987c220d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-01-30 - Health and Food Safety x Federation of Veterinarians of Europe"],"date":["2019-01-30"],"summary":["introductory meeting"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-sante"],"involved":["ec-person-42d2108d723f9b9017ed589e3271e3156172daa7","eu-tr-3959733732-78"]}} -{"id":"ec-meeting-2019-01-30-dcde374338b7610577b5d2d347148e321a9b4cf6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-01-30 - Cabinet of Vice-President Jyrki Katainen x Miltton Europe Gasum Oy"],"date":["2019-01-30"],"summary":["Circular economy"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-759978215122-11","eu-tr-245377319023-40","ec-person-ccd2797b568cba38993df7d1dcc985dbc1eb439a"]}} -{"id":"ec-meeting-2019-01-30-ebba661e193784d3f56b494e0c929fff49bf84d4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-01-30 - Environment x Bank of America Corporation"],"date":["2019-01-30"],"summary":["Sustainable Finance"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-env"],"involved":["eu-tr-53891615036-88","ec-person-3bc74ce04ea3f4ab4d91a5c88eef25b8b8a213b4"]}} -{"id":"ec-meeting-2019-01-30-f4b4f5de3d4ccc9fb9e698256513cb81332f09df","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-01-30 - Competition x European Policy Centre"],"date":["2019-01-30"],"summary":["Discussion on EU state aid and competition policy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-comp"],"involved":["eu-tr-89632641000-47","ec-person-8600a621c9aef12fc33b708e13b3cd3d5fa5696b"]}} -{"id":"ec-meeting-2019-01-30-fbe4e0c795a6340d14bf94b4ba15ab2d1969784a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-01-30 - Cabinet of Vice-President Cecilia Malmström x European Round Table for Industry Heineken N.V."],"date":["2019-01-30"],"summary":["EU trade policy"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-827688315793-86","ec-person-98880f3f4206145e196013db9dd806a551c11e06","eu-tr-25487567824-45"]}} -{"id":"ec-meeting-2019-01-31-07ee6d3064c1d0065a3a0201812833f591615458","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-01-31 - Cabinet of Commissioner Tibor Navracsics x Ordem dos Psicólogos Portugueses"],"date":["2019-01-31"],"summary":["Behavioural insights for policy-making"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-33076d1a800ce856f29bbab43813a5a80eef2da0","eu-tr-098300333759-18"]}} -{"id":"ec-meeting-2019-01-31-153b49233f652f1980bf2512c071ec080c430ce5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-01-31 - Cabinet of Vice-President Andrus Ansip x Atlantic Council of the United States, Inc"],"date":["2019-01-31"],"summary":["5G security"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-3ca0c466b8ff230d4409591430b388007ce14ff8","eu-tr-524686116124-73"]}} -{"id":"ec-meeting-2019-01-31-198f481e4ca53ce959224e31b0ec843a2a0bb75f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-01-31 - Cabinet of Commissioner Elżbieta Bieńkowska x Neste Oyj"],"date":["2019-01-31"],"summary":["sustainable biofuel"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-10257354120-19","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2019-01-31-3233fbd23201ad5555b8f573c9e33ef968a0d952","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-01-31 - Cabinet of Vice-President Valdis Dombrovskis x MOL Hungarian Oil and Gas Company"],"date":["2019-01-31"],"summary":["discussion on operations in Croatia"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-08569166274-90","ec-person-537401fc0be04984531b83660f416bf2fe14fbd8"]}} -{"id":"ec-meeting-2019-01-31-356ddb179968cf209f5caa35e5afd8613ee97110","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-01-31 - Cabinet of Commissioner Vytenis Andriukaitis x spiritsEUROPE PERNOD RICARD Diageo"],"date":["2019-01-31"],"summary":["Alcohol labelling"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-b9c3f19e7c5f216e3e508f931ddd6a9cb59376d1","eu-tr-10774885698-20","eu-tr-64926487056-58","eu-tr-352172811-92","ec-person-d462b3c7daeee00ad55e380a7fb96819f79899df"]}} -{"id":"ec-meeting-2019-01-31-529e68c1bf9c44d913e5b282b153d862db81828b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-01-31 - Inspire, Debate, Engage and Accelerate Action x Eurasia Group Ltd"],"date":["2019-01-31"],"summary":["Strategic Autonomy"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-dg-idea"],"involved":["eu-tr-432810619301-37","ec-person-4fe56a64c00b3e81c851b5538878b32481bd7d3c"]}} -{"id":"ec-meeting-2019-01-31-865ac8a62caaff5943fc99275bec969945c9b500","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-01-31 - Inspire, Debate, Engage and Accelerate Action x Siemens AG"],"date":["2019-01-31"],"summary":["Industry 4.0"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-dg-idea"],"involved":["eu-tr-4266797770-31","ec-person-4fe56a64c00b3e81c851b5538878b32481bd7d3c"]}} -{"id":"ec-meeting-2019-01-31-9079ad2b3edf6f75bcac7e4eee37e239c3b42302","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-01-31 - Cabinet of Vice-President Karmenu Vella x European Federation of Waste Management and Environmental Services"],"date":["2019-01-31"],"summary":["Plastic Recycling"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["eu-tr-2157643512-49","ec-person-e3c587153be49902cde115f568bd5e9a9d548743"]}} -{"id":"ec-meeting-2019-01-31-953e2b50b74422240b70c2618b193cbc78e87479","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2019-01-31 - Cabinet of Commissioner Elżbieta Bieńkowska x Bundesverband der Deutschen Industrie e.V."],"date":["2019-01-31"],"summary":["BDI position paper on China"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-1771817758-48","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2019-01-31-976ac60903d0d71ffa4f3bb7b456c37f888db0ed","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-01-31 - Cabinet of Vice-President Miguel Arias Cañete x Asociación Española de Empresas de Consultoría"],"date":["2019-01-31"],"summary":["Long term strategy"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-696244325387-58","ec-person-2229c857664a22dcb8eee79a8c05841fd3d0924f"]}} -{"id":"ec-meeting-2019-01-31-a1cb18199683f50f2732fe2999366faf62fc6ccd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-01-31 - Cabinet of First Vice-President Frans Timmermans x European Chemical Industry Council"],"date":["2019-01-31"],"summary":["End Plastic Waste, Chemical Recycling, Reflection Paper on a sustainable Europe by 2030"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["ec-person-966667b73d92624be9bb019c2baab7e52331b3d3","eu-tr-64879142323-90"]}} -{"id":"ec-meeting-2019-01-31-a3023e059791c0f63eb1ce13d54c903da1f534b0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-01-31 - Cabinet of Vice-President Jyrki Katainen x Akava ry"],"date":["2019-01-31"],"summary":["Communications, work of the Commission and VP Katainen"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-98086919699-94","ec-person-93e8e8ac2ee89edb4c52bce70d7472c8eae05edd"]}} -{"id":"ec-meeting-2019-01-31-b5f3a898d6bc3a21afa76857046abb910dffea36","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-01-31 - Cabinet of Commissioner Violeta Bulc x AGE Platform Europe European Disability Forum"],"date":["2019-01-31"],"summary":["Transport matters"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-57868523887-16","eu-tr-16549972091-86","ec-person-dd7851e4a1e747e824b4f81139e33bc3cdb73160"]}} -{"id":"ec-meeting-2019-01-31-b7c484f2a3fdc46d8318c15db8a6625d80fb161d","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2019-01-31 - Cabinet of Commissioner Julian King x NewsGuard Technologies"],"date":["2019-01-31"],"summary":["Disinformation on-line","online disinformation"],"notes":["Portfolio: Security Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-julian-king-of"],"involved":["eu-tr-075148333523-74","ec-person-c5e8e10f494a7f5d0de6124025a80a8ec47c283a","ec-person-355668f7f858778b0b745d45441b2e4393f4a7be"]}} -{"id":"ec-meeting-2019-01-31-bdc761156ef8058b758db77f7dcc2581cbf1d702","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-01-31 - Inspire, Debate, Engage and Accelerate Action x 6G Smart Networks and Services Industry Association"],"date":["2019-01-31"],"summary":["5G"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-dg-idea"],"involved":["eu-tr-944198631623-17","ec-person-4fe56a64c00b3e81c851b5538878b32481bd7d3c"]}} -{"id":"ec-meeting-2019-01-31-c18aaca146375a0bae8541203d97a068983666ac","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-01-31 - Cabinet of Vice-President Jyrki Katainen x BUSINESSEUROPE"],"date":["2019-01-31"],"summary":["Single Market"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-c50e8c2cc390c5efb0626988d173bc6758459e0f","eu-tr-3978240953-79"]}} -{"id":"ec-meeting-2019-01-31-ca885ec8f58b16fa984c271718a0bff3c6ca5efd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-01-31 - Secretariat-General x Solera Holdings, Inc."],"date":["2019-01-31"],"summary":["Use of digital technology for managing migration"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-sg"],"involved":["ec-person-97a74c3df4cdf4db05e274aab8204536eca85f92","eu-tr-049703533659-70"]}} -{"id":"ec-meeting-2019-01-31-cba92af457d2ee644ea8581f3dc7778a07591419","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-01-31 - Cabinet of Vice-President Cecilia Malmström x Telia Company AB"],"date":["2019-01-31"],"summary":["Business climate in China"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-20ded9db5df11164331bb161fdf234b1e5ad53fd","eu-tr-381805014604-45","ec-person-98880f3f4206145e196013db9dd806a551c11e06"]}} -{"id":"ec-meeting-2019-01-31-ddbba1dfae7be2cd7f80ba5b26517582e848489e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-01-31 - Cabinet of Commissioner Julian King x Telia Company AB"],"date":["2019-01-31"],"summary":["5G security and security of telecom supply chains"],"notes":["Portfolio: Security Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-julian-king-of"],"involved":["eu-tr-381805014604-45","ec-person-355668f7f858778b0b745d45441b2e4393f4a7be"]}} -{"id":"ec-meeting-2019-01-31-e07386e9768bbc24e8e051238deeadc602dedbe7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-01-31 - Cabinet of Vice-President Andrus Ansip x Siemens AG Alstom"],"date":["2019-01-31"],"summary":["Siemens Alstom merger"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-4266797770-31","ec-person-6a03bc4fa7657513ea34529e98dba0671ef4c849","eu-tr-43284012043-03"]}} -{"id":"ec-meeting-2019-01-31-e35691337c9fbd26e4fe7e453f0fb738a6898a23","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2019-01-31 - Cabinet of Vice-President Miguel Arias Cañete x Zentraler Immobilien Ausschuss"],"date":["2019-01-31"],"summary":["Energy congress","European Innovation Partnership"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-1831691c10441c5974327bbeb8693d6b6c1e50c3","eu-tr-34880145791-74"]}} -{"id":"ec-meeting-2019-02-01-0cc8690db3ad328862c7fe3d2f592643967efbe0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-01 - Employment, Social Affairs and Inclusion x European Microfinance Network aisbl"],"date":["2019-02-01"],"summary":["Meeting to discuss micro-finance"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-empl"],"involved":["eu-tr-598332211023-81","ec-person-dd259fce880e1853f0beb087443bce6e7dea70d7"]}} -{"id":"ec-meeting-2019-02-01-19f2c2debca7667159cf193131a5aa8a54c585b3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-01 - Cabinet of Commissioner Dimitris Avramopoulos x ΕΛΛΗΝΟ-ΑΜΕΡΙΚΑΝΙΚΟ ΕΜΠΟΡΙΚΟ ΕΠΙΜΕΛΗΤΗΡΙΟ"],"date":["2019-02-01"],"summary":["Commissioner made a general introduction about Europe’s challenges ahead of the crucial European elections, with a special focus on migration/security, including security cooperation with the US A discussion followed. The participants focused on questions such us: •\tTransatlantic relations / trade, global financial instability •\tSecurity challenges •\tRelations with Turkey •\tEu-Turkey Statement •\tBrexit –whether it’s the beginning of the end for European Commission •\tRise of extremism in Europe and the world"],"notes":["Portfolio: Migration, Home Affairs and Citizenship"],"location":["Athens, Greece"],"address":["Athens, Greece"],"addressEntity":["addr-9d8550f7378d11790b69f4f2672d13dddd12a013"],"organizer":["ec-avramopoulos-cabinet-commissioner-dimitris-of"],"involved":["ec-person-0b0e27acb2dc2fc7a5c5367408eb01e6e347862f","eu-tr-334663134719-59","ec-person-06b43c385c07c13f2bae1d24a0075851e8ce491d"]}} -{"id":"ec-meeting-2019-02-01-22930212f5de3383d24195393d14c49b20f3a728","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2019-02-01 - Cabinet of Vice-President Andrus Ansip x Netflix International B.V."],"date":["2019-02-01"],"summary":["Portability, copyright, AVMSD","Portability, Copyright, AVMSD"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-99b172d8fe23e00b94022cbd096978be2b48eb81","eu-tr-487726915971-30","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45","ec-person-91ca0921c6790191daa54427311acd63035e7c9e"]}} -{"id":"ec-meeting-2019-02-01-56c947dcb7d6ef00f74ac67d30f33ae6af301750","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-01 - Cabinet of Commissioner Věra Jourová x Mozilla Corporation"],"date":["2019-02-01"],"summary":["GDPR, Hate speech, Diisinformation"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["eu-tr-174457719063-67","ec-person-f329292459cb1badb7fb7c6b67b698c441931bb2","ec-person-a608b85b2ffef83f883b5a2330b6232efa1b7141"]}} -{"id":"ec-meeting-2019-02-01-99fac1bc477f242f8200472635af8f465f9b0277","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-01 - Environment x American Chamber of Commerce to the European Union"],"date":["2019-02-01"],"summary":["Mission to USA (12-15/02/2019)"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-env"],"involved":["eu-tr-5265780509-97","ec-person-3bc74ce04ea3f4ab4d91a5c88eef25b8b8a213b4"]}} -{"id":"ec-meeting-2019-02-01-a04f3ca900b3dafcd57ef384f83ee739fbbd33a7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-01 - Cabinet of President Jean-Claude Juncker x KfW Bankengruppe"],"date":["2019-02-01"],"summary":["External Investments"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-c402e34a99fbee730ae22e3b1958e21c94dc6fcc","eu-tr-79019799690-13"]}} -{"id":"ec-meeting-2019-02-01-f6116bd0a711e787a68e55f890c0c1dce5e9bf71","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-01 - Environment x Business Bridge Europe"],"date":["2019-02-01"],"summary":["Circular Economy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-env"],"involved":["eu-tr-72856225852-31","ec-person-3bc74ce04ea3f4ab4d91a5c88eef25b8b8a213b4"]}} -{"id":"ec-meeting-2019-02-04-00681bf3b02662c31bdb3898de6381f81763cd62","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-04 - Cabinet of Commissioner Vytenis Andriukaitis x MEDICINES FOR EUROPE"],"date":["2019-02-04"],"summary":["Supplementary Protection Certificates"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["eu-tr-48325781850-28","ec-person-059ca943fc5fc696d2a97849c635ddf7b6ab7fd7"]}} -{"id":"ec-meeting-2019-02-04-0269e506cb56e39c696e9f44791a4658d5fbc1d3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-04 - Cabinet of Vice-President Cecilia Malmström x EUROPEAN AUSTRALIAN BUSINESS COUNCIL"],"date":["2019-02-04"],"summary":["EU-Australia FTA & WTO reform"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-cb8ca9ec2413722fa83484ed18dd76ace52d0118","eu-tr-56953548578-36"]}} -{"id":"ec-meeting-2019-02-04-099b411fca40bc20e9f230f534f30a799d5d06e7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-04 - Environment x Ingka Services A.B."],"date":["2019-02-04"],"summary":["Plastics and product policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-env"],"involved":["eu-tr-1095068839-59","ec-person-3bc74ce04ea3f4ab4d91a5c88eef25b8b8a213b4"]}} -{"id":"ec-meeting-2019-02-04-0c57dc7bcc3de01c82200fa1558557e79be47d61","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-04 - Cabinet of Vice-President Jyrki Katainen x European Federation of Pharmaceutical Industries and Associations"],"date":["2019-02-04"],"summary":["Supplementary Protection Certificate Manufacturing Waiver in Europe and EFPIA’s priorities in the context of the 2019 institutional changes"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90","eu-tr-38526121292-88"]}} -{"id":"ec-meeting-2019-02-04-10ae6b350bebbe0ac071864ae5d0417f4f3a2438","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-04 - Cabinet of Commissioner Vytenis Andriukaitis x Syngenta Crop Protection AG"],"date":["2019-02-04"],"summary":["Plant Breeding Innovation"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-b9c3f19e7c5f216e3e508f931ddd6a9cb59376d1","eu-tr-16822412339-79"]}} -{"id":"ec-meeting-2019-02-04-181b0e6ee6c47c3c230248f68a4bf94246e1eea2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-04 - Task Force for Relations with the United Kingdom x FoodDrinkEurope European Liaison Committee for Agriculture and agri-food trade European farmers European agri-cooperatives"],"date":["2019-02-04"],"summary":["Meeting with the Task Force for the Preparation and Conduct of the Negotiations with the United Kingdom under Article 50 TEU"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-uktf"],"involved":["ec-person-864cfa5fbc9b02a079ffbab1107f252c7bb08478","eu-tr-44856881231-49","eu-tr-75818824519-45","eu-tr-546282614966-51","eu-tr-09586631237-74"]}} -{"id":"ec-meeting-2019-02-04-342adaf93aff557b5ae4e1a1bd9c517a56f23da2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-04 - Environment x European Chemical Industry Council"],"date":["2019-02-04"],"summary":["REACH"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-env"],"involved":["eu-tr-64879142323-90","ec-person-3bc74ce04ea3f4ab4d91a5c88eef25b8b8a213b4"]}} -{"id":"ec-meeting-2019-02-04-3befc4c41437fffb836b3e2a80cc0df47b5f2c0e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-04 - Financial Stability, Financial Services and Capital Markets Union x Association of European Businesses"],"date":["2019-02-04"],"summary":["EU/US sanctions, Russia"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-849798415326-80","ec-person-bdee7a93f95c8ef05079539170139b3c02e8ed96"]}} -{"id":"ec-meeting-2019-02-04-4fedeb907b22c13235d151918ebf0afdd951bb26","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-04 - Cabinet of Commissioner Dimitris Avramopoulos x ΕΛΛΗΝΙΚΗ ΟΜΟΣΠΟΝΔΙΑ ΓΟΥΝΑΣ"],"date":["2019-02-04"],"summary":["On 4 February 2019, Commissioner Avramopoulos met with the Hellenic Fur Federation and a representative of Fur Europe. As an introductory remark, the Commissioner stressed that this is only a cοurtesy meeting and the issues to be discussed fall outside his remit. He invited the participants to get in touch and raise these issues with the competent cabinets. During the meeting, the Commissioner remained in a “listening mode”. The issues raised during the meeting were the following: - EU and Greek fur industry - Animal welfare - Trade discussions with India - Inclusion of the American mink in the list of invasive alien species of EU concern"],"notes":["Portfolio: Migration, Home Affairs and Citizenship"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-avramopoulos-cabinet-commissioner-dimitris-of"],"involved":["eu-tr-213430833817-69","ec-person-06b43c385c07c13f2bae1d24a0075851e8ce491d"]}} -{"id":"ec-meeting-2019-02-04-55f041b656e0b846bdcc0425954a64fd2b3bcde4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-04 - Trade x BUSINESSEUROPE"],"date":["2019-02-04"],"summary":["EU-US trade relations, China, WTO"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-trade"],"involved":["ec-person-bde9bb099f5d24c52ca4a9255cefc99a5b87a650","eu-tr-3978240953-79"]}} -{"id":"ec-meeting-2019-02-04-6163ca9a9dd2b607edad580416bb91e8a64e88e6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-04 - Cabinet of Commissioner Violeta Bulc x 5G Automotive Association"],"date":["2019-02-04"],"summary":["C-ITS Delegated act"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-802312827842-26","ec-person-9fddf13de7f65229b7da7c5b25dca1630cad3c48"]}} -{"id":"ec-meeting-2019-02-04-7634bd45e2e8730bfd82c901c086f7b1875b84de","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-04 - Cabinet of Commissioner Věra Jourová x European Gaming and Betting Association"],"date":["2019-02-04"],"summary":["regulation of online gaming industry"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-a2ca9161feee56909a0e98b473c2d342c20fdb57","eu-tr-29508582413-52"]}} -{"id":"ec-meeting-2019-02-04-78b676a5984097b442d79c31b85a48fdff21acf6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-04 - Energy x Orano"],"date":["2019-02-04"],"summary":["L'évolution de la politique énergétique dans le contexte de la décarbonisation en Europe et dans le monde"],"location":["Brussels,Belgium"],"address":["Brussels,Belgium"],"addressEntity":["addr-9d219e3055790a627449ea0f4745c821332ece94"],"organizer":["ec-dg-ener"],"involved":["eu-tr-348369030395-22","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2019-02-04-80d02128efd06eac38435f5829c10f6dae49538c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-04 - Directorate-General for International Partnerships x Fondazione Eni Enrico Mattei"],"date":["2019-02-04"],"summary":["Meeting Director - P. Carnevale"],"location":["Rue de la Loi 41"],"address":["Rue de la Loi 41"],"addressEntity":["addr-128d9676ef0cf9c0ac9a11ef228eaf2ea6ed1cbc"],"organizer":["ec-dg-intpa"],"involved":["eu-tr-119161911333-40","ec-person-05c4477b89b93e7969f12d89b38f77fedce5876f"]}} -{"id":"ec-meeting-2019-02-04-9612d1aaf1170de65b32f06175868af67d325a96","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-04 - Cabinet of Vice-President Cecilia Malmström x European Union Chamber of Commerce in China"],"date":["2019-02-04"],"summary":["EU-China investment relations"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-592343015058-67","ec-person-19b143e83f8ab978c55c8a9a9e49e06dbfa14bf3"]}} -{"id":"ec-meeting-2019-02-04-9d4ea661ad4eb687ab0ac74b71f3ea3c4e7470f2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-04 - Cabinet of Commissioner Věra Jourová x Wirtschaftskammer Österreich"],"date":["2019-02-04"],"summary":["consumer protection and gender policies"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-a2ca9161feee56909a0e98b473c2d342c20fdb57","ec-person-184e698af1eb9e33b179680570ca171d8cb31c94","eu-tr-10405322962-08"]}} -{"id":"ec-meeting-2019-02-04-9d6729287bf6770978a920e2c125ab960ffb4a55","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-04 - Financial Stability, Financial Services and Capital Markets Union x ESL & NETWORK EUROPEAN AFFAIRS SA"],"date":["2019-02-04"],"summary":["Échange de vue autour de la nécessité de durcir le régime des ventes à découvert européen"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-35467643719-92","ec-person-bdee7a93f95c8ef05079539170139b3c02e8ed96"]}} -{"id":"ec-meeting-2019-02-04-a33fa84d8eeb9c49f3ca247e5bb62f37255b83ab","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-04 - Cabinet of Vice-President Günther Oettinger x Wirtschaftskammer Österreich"],"date":["2019-02-04"],"summary":["MFF"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["ec-person-55a0b11edfe9b0b76e526f72b1ec2e9f2f74d5bc","ec-person-b17d355ca19058898aba2ec032de59f8701d47f5","eu-tr-10405322962-08"]}} -{"id":"ec-meeting-2019-02-04-b9ca7591f9e02f972702b4e79f266de76ee1520f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-04 - Cabinet of Commissioner Mariya Gabriel x Association of Commercial Television and Video on Demand Services in Europe"],"date":["2019-02-04"],"summary":["Copyright"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-18574111503-28","ec-person-13ac9a19d8d04f97c0d32603d014df0dd4e1cd2a"]}} -{"id":"ec-meeting-2019-02-04-bc8a957c0309817e96f60edf8f62da8615b67ad7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-04 - Cabinet of Vice-President Karmenu Vella x MM Kotkamills Oy"],"date":["2019-02-04"],"summary":["Plastic Strategy"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["eu-tr-196160532627-78","ec-person-e3c587153be49902cde115f568bd5e9a9d548743"]}} -{"id":"ec-meeting-2019-02-04-bce8bd8efe8881ffaeb0c624c9f5c464a8f83504","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-04 - Environment x European Insulation Manufacturers Association"],"date":["2019-02-04"],"summary":["Circular Economy and sustainable production and consumption"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-env"],"involved":["eu-tr-98345631631-22","ec-person-3bc74ce04ea3f4ab4d91a5c88eef25b8b8a213b4"]}} -{"id":"ec-meeting-2019-02-04-e0ef9e287b083c6d68b56034483cf2cc34e5b10f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-04 - Cabinet of Commissioner Tibor Navracsics x Sky Group"],"date":["2019-02-04"],"summary":["digital single Market"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-49f31dad10f5641cb1d1e4c3107dd838389e8120","eu-tr-62536168216-12"]}} -{"id":"ec-meeting-2019-02-05-23e47e4f559656a694a8a1a90f4467da8160b14a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-05 - Inspire, Debate, Engage and Accelerate Action x European Plastics Converters Association"],"date":["2019-02-05"],"summary":["Plastics Strategy"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-dg-idea"],"involved":["eu-tr-93255296152-29","ec-person-4fe56a64c00b3e81c851b5538878b32481bd7d3c"]}} -{"id":"ec-meeting-2019-02-05-27d066a5f40275c0db030d5fd81613ca1c2d0b7c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-05 - Financial Stability, Financial Services and Capital Markets Union x London Stock Exchange Group"],"date":["2019-02-05"],"summary":["Brexit, EMIR"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-550494915045-08","ec-person-bdee7a93f95c8ef05079539170139b3c02e8ed96"]}} -{"id":"ec-meeting-2019-02-05-3ebe97faab3a283f83d64d0e568458606a36d685","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-05 - Communications Networks, Content and Technology x Deutsche Telekom"],"date":["2019-02-05"],"summary":["DE 5G issues, DE broadband policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f","eu-tr-60052162589-72"]}} -{"id":"ec-meeting-2019-02-05-5a522d5ab4b4c257b4e7e0a05c9412a92235bfc1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-05 - Cabinet of Vice-President Miguel Arias Cañete x Repsol, S.A."],"date":["2019-02-05"],"summary":["Sustainable finance"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-1831691c10441c5974327bbeb8693d6b6c1e50c3","eu-tr-69240395197-02"]}} -{"id":"ec-meeting-2019-02-05-5c107c1ceee6843ea013e42a5a2be4ab2c736a33","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-05 - Financial Stability, Financial Services and Capital Markets Union x New Financial LLP"],"date":["2019-02-05"],"summary":["capital markets"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-435008814959-36","ec-person-bdee7a93f95c8ef05079539170139b3c02e8ed96"]}} -{"id":"ec-meeting-2019-02-05-5dd9681b7fa3a6bda1fe076d4370d5828f3da5fc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-05 - Cabinet of Commissioner Vytenis Andriukaitis x Syndicat national des compléments alimentaires"],"date":["2019-02-05"],"summary":["EU regulation of food supplements"],"notes":["Portfolio: Health & Food Safety"],"location":["Paris"],"address":["Paris"],"addressEntity":["addr-22390ad11c32faec43fc61555b53607660b3c185"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-b9c3f19e7c5f216e3e508f931ddd6a9cb59376d1","eu-tr-037623530780-36"]}} -{"id":"ec-meeting-2019-02-05-6646e4b33a48b7c4fd5a3c3fdfa7b16c5c67c999","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-05 - Mobility and Transport x International Air Transport Association"],"date":["2019-02-05"],"summary":["update on aviation issues"],"location":["Doha, Qatar"],"address":["Doha, Qatar"],"addressEntity":["addr-7f269db48b04115c280dd11fe083bf6de3e8bb1b"],"organizer":["ec-dg-move"],"involved":["eu-tr-1805107590-28","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2019-02-05-7875b39a60e8019cccbd1ab30f39649bf4c288a2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-05 - Research and Innovation x Ecole Polytechnique Fédérale de Lausanne"],"date":["2019-02-05"],"summary":["Horizon Europe"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-rtd"],"involved":["ec-person-1d348f33395de0ea6773a7b4ae8797e3e0392f73","eu-tr-841080615299-36"]}} -{"id":"ec-meeting-2019-02-05-8e8300b7c7afcaaa7f5494d9d571b4c09b0705d4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-05 - Cabinet of Commissioner Tibor Navracsics x Spotify"],"date":["2019-02-05"],"summary":["private lunch with Katarina Berg, Spotify's Chief Human Resources Officer"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-49f31dad10f5641cb1d1e4c3107dd838389e8120","eu-tr-365747616583-15"]}} -{"id":"ec-meeting-2019-02-05-a723ffef69694fcc8b5878fac4e3268352b709d5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-05 - Cabinet of Vice-President Miguel Arias Cañete x LP Brussels"],"date":["2019-02-05"],"summary":["Coal Regions in the UK."],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-737111833676-52","ec-person-6cb87072cbd668bb8f572b5577f2a04c14e75569"]}} -{"id":"ec-meeting-2019-02-05-ab8c444d0de8604e7675c1c81070352882bbfead","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-05 - Cabinet of Vice-President Karmenu Vella x Schwarz Dienstleistung KG"],"date":["2019-02-05"],"summary":["Retail and Plastic Strategy"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["eu-tr-677986630279-59","ec-person-e3c587153be49902cde115f568bd5e9a9d548743","ec-person-0e3efd8bc1c3ee9a80205d0bb78f316fa1621e5d"]}} -{"id":"ec-meeting-2019-02-05-b290d8b3952864c956aad5cdee31b0dff130dc34","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-05 - Cabinet of Commissioner Tibor Navracsics x The Association For International Sport for All"],"date":["2019-02-05"],"summary":["Award Ceremony"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-49f31dad10f5641cb1d1e4c3107dd838389e8120","eu-tr-362405025078-34"]}} -{"id":"ec-meeting-2019-02-05-c13e50dd7db36cba163515b946accdddbc7530b9","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2019-02-05 - Cabinet of Vice-President Maroš Šefčovič x Repsol, S.A."],"date":["2019-02-05"],"summary":["Sustainable Finance"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-e74918e8eb8a9ef96da8cb06c0eae7ac5080d822","eu-tr-69240395197-02"]}} -{"id":"ec-meeting-2019-02-05-c4e05ee952734671cc8f1de85014161adbb806a2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-05 - Cabinet of Commissioner Carlos Moedas x France Industrie"],"date":["2019-02-05"],"summary":["Horizon Europe"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-b8d49828915f9008e764a78796d47ea00807a658","eu-tr-60974102057-03"]}} -{"id":"ec-meeting-2019-02-05-cbf4a5cb9241de4f1aad79f13aafca347959f861","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-05 - Cabinet of Vice-President Karmenu Vella x The Pew Charitable Trusts THE NATURE CONSERVANCY IN EUROPE gemeinnützige GmbH WWF European Policy Programme OCEANA Environmental Justice Foundation"],"date":["2019-02-05"],"summary":["IUU Fishing"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["ec-person-2966d69fae0ea4e67f3f2df5a743cc766267d3c8","eu-tr-116042012787-45","eu-tr-1414929419-24","eu-tr-46834536998-79","eu-tr-47937943241-80","ec-person-0e3efd8bc1c3ee9a80205d0bb78f316fa1621e5d","eu-tr-817535514065-10"]}} -{"id":"ec-meeting-2019-02-05-cf70e84de41fa3b95afd6daf4acbc2aedbae0faa","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-05 - Inspire, Debate, Engage and Accelerate Action x EUROPE'S MEDIALAB (Fondation EURACTIV)"],"date":["2019-02-05"],"summary":["Media Policy"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-dg-idea"],"involved":["eu-tr-485832526193-89","ec-person-4fe56a64c00b3e81c851b5538878b32481bd7d3c"]}} -{"id":"ec-meeting-2019-02-05-de4cce60f123aec20659fee3b590369cf4a05863","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-05 - Cabinet of Commissioner Carlos Moedas x Ilmastorahasto Oy - The Finnish Climate Fund"],"date":["2019-02-05"],"summary":["Artificial Intelligence"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-b8d49828915f9008e764a78796d47ea00807a658","eu-tr-349597433663-89"]}} -{"id":"ec-meeting-2019-02-05-fbf5ee71909dc4a68d0bf9550aa6ed8488e48755","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-05 - Cabinet of Commissioner Mariya Gabriel x VIVENDI"],"date":["2019-02-05"],"summary":["Copyright"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-057865115207-48","ec-person-13ac9a19d8d04f97c0d32603d014df0dd4e1cd2a"]}} -{"id":"ec-meeting-2019-02-06-01f7ab792af1d1c939d9497fc9cdff81ea3edb64","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-06 - Cabinet of Vice-President Andrus Ansip x Bertelsmann Stiftung"],"date":["2019-02-06"],"summary":["Artificial Intelligence, Transparency of Algorithms, Fight against Disinformation"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-99b172d8fe23e00b94022cbd096978be2b48eb81","eu-tr-13571025706-27"]}} -{"id":"ec-meeting-2019-02-06-03df921f0957f8135bcfe6bf451ac97e352e60a6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-06 - Maritime Affairs and Fisheries x European Fisheries Alliance"],"date":["2019-02-06"],"summary":["Brexit preparedness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-mare"],"involved":["ec-person-a7b4b8418268a6d6c196b5e45f606fc92acbdb8c","eu-tr-263936828049-68"]}} -{"id":"ec-meeting-2019-02-06-0a8a801b1c250448b4f62a95c6b37bcded1ac65a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-06 - Cabinet of Vice-President Neven Mimica x University College Dublin – National University of Ireland, Dublin"],"date":["2019-02-06"],"summary":["Agricultural Innovation and Research for Development Cooperation"],"notes":["Portfolio: International Cooperation & Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-mimica-neven-of-president-vice"],"involved":["eu-tr-539145619702-32","ec-person-e90858f5aba78fd0e1cb2f757c3f38d55d91f98b"]}} -{"id":"ec-meeting-2019-02-06-18a0efaf2b3c89c8dccfef862e97b7a94e404250","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-06 - Cabinet of Vice-President Karmenu Vella x European Aluminium AISBL"],"date":["2019-02-06"],"summary":["Sector’s priorities in 2019, as well as long-term vision of a decarbonised aluminium sector"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Berlaymont Brussels"],"address":["Berlaymont Brussels"],"addressEntity":["addr-0fd55a0f4581392ea00e96d7ca346affde8698f6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["ec-person-78fb1ad0c02c4fa8497b22edc1233d6be03cf2e5","eu-tr-9224280267-20","ec-person-e3c587153be49902cde115f568bd5e9a9d548743"]}} -{"id":"ec-meeting-2019-02-06-1bb82b2e0c8020757c97730d11f077328eb32a30","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-06 - Cabinet of Commissioner Vytenis Andriukaitis x Fur Europe"],"date":["2019-02-06"],"summary":["Welfare of fur animals"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["eu-tr-819965911378-79","ec-person-0dbfffeb0323f819c8d57164906086dd8639c437"]}} -{"id":"ec-meeting-2019-02-06-1e66f2fb94cb2b9f009bc248350e82b0f91d4e37","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-06 - Cabinet of Commissioner Elżbieta Bieńkowska x Ford Motor Company"],"date":["2019-02-06"],"summary":["emission regulation and compliance"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["ec-person-b2f9be51339f054477846797e2c119fcf16548fc","eu-tr-21851435137-02","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2019-02-06-2323bd25959c75ff8682b007c9f1cd21b0f3dbb4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-06 - Cabinet of Vice-President Valdis Dombrovskis x Visa Europe"],"date":["2019-02-06"],"summary":["EU policy on payments"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-61954192201-58","ec-person-537401fc0be04984531b83660f416bf2fe14fbd8","ec-person-a9eda2e8ea54b70a968327672c6cada679d3cd56"]}} -{"id":"ec-meeting-2019-02-06-259fa57270024f8492241291ced04ea68019f166","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-06 - Cabinet of Vice-President Cecilia Malmström x The German Marshall Fund of the United States - The Transatlantic Foundation"],"date":["2019-02-06"],"summary":["EU-US-China relations"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-823171519707-31","ec-person-98880f3f4206145e196013db9dd806a551c11e06"]}} -{"id":"ec-meeting-2019-02-06-29eb352a2b45c5348d4f9352bf0f1a6850a476e3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-06 - Cabinet of Vice-President Karmenu Vella x SMEunited aisbl"],"date":["2019-02-06"],"summary":["Environment issues"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["ec-person-9e282d5223d0f62146ce1013e2dac38adc89a4cf","eu-tr-55820581197-35","ec-person-0e3efd8bc1c3ee9a80205d0bb78f316fa1621e5d"]}} -{"id":"ec-meeting-2019-02-06-33a6012293b2acf498f36132d630ff3c7a45954a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-06 - Cabinet of Vice-President Valdis Dombrovskis x EUROPEAN TRADE UNION CONFEDERATION"],"date":["2019-02-06"],"summary":["European Semester"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-06698681039-26","ec-person-51a67cf3e19a8853620326cd57fd7e9750b2c9d7","ec-person-a9eda2e8ea54b70a968327672c6cada679d3cd56"]}} -{"id":"ec-meeting-2019-02-06-344a425fc168830e73ef92337455e8da069e953b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-06 - Cabinet of High Representative / Vice-President Federica Mogherini x B'nai B'rith International"],"date":["2019-02-06"],"summary":["European Union’s engagement in the Middle East Peace Process."],"notes":["Portfolio: Foreign Affairs and Security Policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"involved":["ec-person-e03a77379f79ea00cf20048e42e8b0793bf62fa3","eu-tr-162711719247-82"]}} -{"id":"ec-meeting-2019-02-06-4ecb562ec10438eb8daef61c1a13db0bc47db845","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-06 - Cabinet of Vice-President Valdis Dombrovskis x Bundesverband deutscher Banken e.V."],"date":["2019-02-06"],"summary":["International Role of the Euro"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-48f31156d932641826e09f5b73f074d35ff05786","eu-tr-0764199368-97"]}} -{"id":"ec-meeting-2019-02-06-4ef3bb04b98baca9d02c51a0fa457053ac68133f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-06 - Cabinet of First Vice-President Frans Timmermans x Institute for future-fit economies gemeinnützige UG (haftungsbeschränkt)"],"date":["2019-02-06"],"summary":["Sustainable Development and policy coherence"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-630393933743-37","ec-person-8d1c5ff76a431332387aa10936b0bff13f7d71fd"]}} -{"id":"ec-meeting-2019-02-06-51cf01788256cb99dfb1af3bc4bf91a1b4a17b32","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-06 - Cabinet of Commissioner Vytenis Andriukaitis x European Alcohol Policy Alliance"],"date":["2019-02-06"],"summary":["Priorities regarding alcohol related harm at EU level"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-207ddb103396c498205a36d665b30a0cf0c8e5a1","eu-tr-01546986656-22","ec-person-d462b3c7daeee00ad55e380a7fb96819f79899df"]}} -{"id":"ec-meeting-2019-02-06-54023e1d1c9c03ec847f00060a728a869fbafa17","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-06 - Cabinet of Commissioner Elżbieta Bieńkowska x ROCKWOOL International A/S"],"date":["2019-02-06"],"summary":["LTS in competitiveness Council"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-2301233810-42","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2019-02-06-58b4ab0eb1687f71e33d6a9d9733efcbf05147a9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-06 - Cabinet of Vice-President Miguel Arias Cañete x Ford Motor Company"],"date":["2019-02-06"],"summary":["Implementation of the CO2 Cars legislation"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-71f9b3c696abbda505f0fae6baec2c26e0c310dc","eu-tr-21851435137-02","ec-person-2229c857664a22dcb8eee79a8c05841fd3d0924f"]}} -{"id":"ec-meeting-2019-02-06-5bd6af8ebc31b108195f8a61419137143a83ac93","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-06 - Cabinet of Commissioner Violeta Bulc x HS1 Limited"],"date":["2019-02-06"],"summary":["Introductory meeting- Rail topics"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-312607224829-77","ec-person-dd7851e4a1e747e824b4f81139e33bc3cdb73160"]}} -{"id":"ec-meeting-2019-02-06-60388bcb26a6ec8558de94cac680a71dac39c8f2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-06 - Cabinet of Vice-President Maroš Šefčovič x North European Oil Trade Oy"],"date":["2019-02-06"],"summary":["Finnish emissions reductions targets under the Effort Sharing Decision"],"notes":["Portfolio: Energy Union"],"location":["Berl"],"address":["Berl"],"addressEntity":["addr-54e63e71413c0e3e97d7bff5666df91904ace402"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-967325815598-50","ec-person-53a651a7157cc65c63972e59c546d17b05d6108a"]}} -{"id":"ec-meeting-2019-02-06-68d7930765850a490c24fbe941138e18f7a7ab16","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-06 - Communications Networks, Content and Technology x Mind the Bridge"],"date":["2019-02-06"],"summary":["Startup Europe Partnership activities"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-387674033257-12","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2019-02-06-6991e2747752af0a5ea3b9ffb582d800695752cb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-06 - Cabinet of Vice-President Günther Oettinger x Deutsche Bank AG"],"date":["2019-02-06"],"summary":["MFF"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-271912611231-56","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2019-02-06-7b19b5eecaff583dfdb7153838a402724fa31f40","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-06 - Cabinet of Commissioner Elżbieta Bieńkowska x Ilmastorahasto Oy - The Finnish Climate Fund"],"date":["2019-02-06"],"summary":["artificial inteligence"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-349597433663-89","ec-person-b2f9be51339f054477846797e2c119fcf16548fc"]}} -{"id":"ec-meeting-2019-02-06-8c16ca6800dd2ce9d17fa230c67aa092fe86fd06","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-06 - Cabinet of Vice-President Karmenu Vella x MOL Hungarian Oil and Gas Company Michael Hack Politikberatung"],"date":["2019-02-06"],"summary":["Plastic Recycling"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["eu-tr-08569166274-90","eu-tr-344404532716-21","ec-person-e3c587153be49902cde115f568bd5e9a9d548743"]}} -{"id":"ec-meeting-2019-02-06-93ad8d431a701a1f9535ddbe063e21fb34df0506","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-06 - Energy x European Aluminium AISBL"],"date":["2019-02-06"],"summary":["EU's clean energy transition and low carbon economy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-9224280267-20","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2019-02-06-98e6ad165762a3f0673db5171db2dfb7e1c946d1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-06 - Cabinet of Vice-President Karmenu Vella x Ocean Unite"],"date":["2019-02-06"],"summary":["Ocean Governance, Sustainable Blue Economy"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["eu-tr-357625127340-85","ec-person-2966d69fae0ea4e67f3f2df5a743cc766267d3c8"]}} -{"id":"ec-meeting-2019-02-06-9b24cb65aee5798a29784b441053b5d2382c01e9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-06 - Cabinet of Commissioner Marianne Thyssen x Lithuanian Confederation of Industrialists"],"date":["2019-02-06"],"summary":["European Pillar of Social Rights; skills;Mobility Package 1"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["ec-person-5a49eb89125b4b5d1125b3925bbb64aba1bea2b3","eu-tr-905114121730-42"]}} -{"id":"ec-meeting-2019-02-06-a2d2e20b491502129b14f4aa60f158e6f4fa1ae3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-06 - Cabinet of Commissioner Tibor Navracsics x My Life My Say"],"date":["2019-02-06"],"summary":["Youth initiatives on participative democracy"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["eu-tr-898005133866-67","ec-person-fc5c01a0bffedf0f4e205a759b40239535313d28"]}} -{"id":"ec-meeting-2019-02-06-a4bff2a7c56f7a7c2571b25b570a50f2d255c18c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-06 - Cabinet of Vice-President Karmenu Vella x The Pew Charitable Trusts OD Communications"],"date":["2019-02-06"],"summary":["Marine Protected Areas"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["eu-tr-755157231528-24","eu-tr-46834536998-79","ec-person-2966d69fae0ea4e67f3f2df5a743cc766267d3c8"]}} -{"id":"ec-meeting-2019-02-06-a4ce15eb5fccd50329b8f1ba7d423fc40c0046f1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-06 - Cabinet of Vice-President Valdis Dombrovskis x FTI Consulting Belgium Citadel LLC"],"date":["2019-02-06"],"summary":["Capital Market Union - International Role of the Euro"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-30d770ccd575865b3106f94220ce1ace16e48f1a","eu-tr-836939615933-24","eu-tr-29896393398-67"]}} -{"id":"ec-meeting-2019-02-06-a9c444d40ae392083303e050714a123018379ba6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-06 - Cabinet of Vice-President Miguel Arias Cañete x Stichting European Climate Foundation"],"date":["2019-02-06"],"summary":["ECF Energy 2050 Study"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-1831691c10441c5974327bbeb8693d6b6c1e50c3","eu-tr-64869491516-70"]}} -{"id":"ec-meeting-2019-02-06-accaedcdccb1e308b3d3514924d2e992a6e495a0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-06 - Cabinet of Vice-President Maroš Šefčovič x Stichting European Climate Foundation"],"date":["2019-02-06"],"summary":["Decarbonisation strategy"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-64869491516-70","ec-person-e74918e8eb8a9ef96da8cb06c0eae7ac5080d822"]}} -{"id":"ec-meeting-2019-02-06-b44797110aa57a220a63e7ed2679331f88ac8c76","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-06 - Education, Youth, Sport and Culture x EUROPE'S MEDIALAB (Fondation EURACTIV)"],"date":["2019-02-06"],"summary":["Meeting with Christophe Leclercq"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-eac"],"involved":["ec-person-68d4f99b9ed1b40d86ebbf81f8f35aeebd6c5fc5","eu-tr-485832526193-89"]}} -{"id":"ec-meeting-2019-02-06-c42f7ee538c39b0c7b333d94eae54b6cf6cb95bc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-06 - Cabinet of Vice-President Cecilia Malmström x Banco Santander, S.A."],"date":["2019-02-06"],"summary":["Trade and SMEs"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-799142914971-03","ec-person-98880f3f4206145e196013db9dd806a551c11e06"]}} -{"id":"ec-meeting-2019-02-06-cdd32570c9e94847a2198d4970fb063b37c7e7da","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-06 - Cabinet of Commissioner Julian King x Facebook Ireland Limited"],"date":["2019-02-06"],"summary":["Disinformation"],"notes":["Portfolio: Security Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-julian-king-of"],"involved":["ec-person-ca8657bb707da1a6a3aad07666e8e325d5faa7e3","eu-tr-28666427835-74"]}} -{"id":"ec-meeting-2019-02-06-e34676d505db79d2c681775a3970cd7bbe09ffc1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-06 - Cabinet of Vice-President Cecilia Malmström x Bundesverband der Deutschen Industrie e.V."],"date":["2019-02-06"],"summary":["EU- US trade, China trade policy & WTO reform"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-1771817758-48","ec-person-cb8ca9ec2413722fa83484ed18dd76ace52d0118"]}} -{"id":"ec-meeting-2019-02-06-e44e12df14de15afd32b71edd687fa4268960fea","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-06 - Cabinet of Vice-President Jyrki Katainen x Kreab System Engineering Solutions 37 AB"],"date":["2019-02-06"],"summary":["Discussion on European Defence Industrial Development Programme (EDIDP) and SMEs"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-144301733679-75","eu-tr-1078390517-54","ec-person-81b1dda49062e5dac42bdad9273fa72968a2c325"]}} -{"id":"ec-meeting-2019-02-06-fb2830e2ea513fe5c91761be77db6cf1de50ab8e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-06 - Cabinet of Commissioner Elżbieta Bieńkowska x Bertelsmann Stiftung"],"date":["2019-02-06"],"summary":["Artificial intelligence"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-13571025706-27","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2019-02-06-fd99a66ec530613c0301d4dad67cb00afcc1d7d0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-06 - Task Force for Relations with the United Kingdom x Deutsche Bank AG"],"date":["2019-02-06"],"summary":["Meeting with the Task Force for the Preparation and Conduct of the Negotiations with the United Kingdom under Article 50 TEU"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-uktf"],"involved":["eu-tr-271912611231-56","ec-person-864cfa5fbc9b02a079ffbab1107f252c7bb08478"]}} -{"id":"ec-meeting-2019-02-07-0afaec6de2e81b7cbb5b1be72707d582a794aa9a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-07 - Cabinet of First Vice-President Frans Timmermans x BANCO BILBAO VIZCAYA ARGENTARIA"],"date":["2019-02-07"],"summary":["Rule of Law"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-090350412968-04","ec-person-01b0efc259ff923af8b8d082662adf4ce30869d3"]}} -{"id":"ec-meeting-2019-02-07-0b7d6c86c06b3bb2365845c843a2f3d43ca77c98","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-07 - Cabinet of Commissioner Violeta Bulc x UITP - International Association of Public Transport"],"date":["2019-02-07"],"summary":["Sustainable and Digital Transport"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-9fddf13de7f65229b7da7c5b25dca1630cad3c48","eu-tr-06869148182-50"]}} -{"id":"ec-meeting-2019-02-07-17e96db378218bcce0a0a760c062c79cb4e0657a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-07 - Cabinet of Vice-President Cecilia Malmström x European Aluminium AISBL"],"date":["2019-02-07"],"summary":["aluminium sector's priorities 2019"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-19b143e83f8ab978c55c8a9a9e49e06dbfa14bf3","eu-tr-9224280267-20"]}} -{"id":"ec-meeting-2019-02-07-210f96db7e5dce0e1573d59d0ce9933898d45ee0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-07 - Financial Stability, Financial Services and Capital Markets Union x Banco Santander, S.A."],"date":["2019-02-07"],"summary":["Taxation of digital services, level playing field with payment services providers ; importance of completing BU and EDIS"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-799142914971-03","ec-person-bdee7a93f95c8ef05079539170139b3c02e8ed96"]}} -{"id":"ec-meeting-2019-02-07-29e2aaf0a100c318ac7bf096273484bad8820616","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-07 - Cabinet of Vice-President Andrus Ansip x Ilmastorahasto Oy - The Finnish Climate Fund"],"date":["2019-02-07"],"summary":["Artificial Intelligence"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-349597433663-89","ec-person-99b172d8fe23e00b94022cbd096978be2b48eb81"]}} -{"id":"ec-meeting-2019-02-07-2ccc0e461bddeada73a1bdd63848b9636b04a8b6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-07 - Cabinet of Vice-President Valdis Dombrovskis x Assogestioni - Italian Investment Management Association"],"date":["2019-02-07"],"summary":["Sustainable Finance, ESAs Review, Capital Market Union, PRIIPs"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-30d770ccd575865b3106f94220ce1ace16e48f1a","eu-tr-89046007765-76"]}} -{"id":"ec-meeting-2019-02-07-324b153c6a0353ce2d147dec7c945edc9b8c4b19","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-07 - Cabinet of Commissioner Tibor Navracsics x Culture Action Europe"],"date":["2019-02-07"],"summary":["MEET bilateral secretary general Tere Badia"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-49f31dad10f5641cb1d1e4c3107dd838389e8120","eu-tr-237149421566-71"]}} -{"id":"ec-meeting-2019-02-07-65331f7a6db00b5cd2371e452ac6dec4abe923b0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-07 - Cabinet of Vice-President Andrus Ansip x EIT Digital"],"date":["2019-02-07"],"summary":["EIT, next MFF, Digital Single Market"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-99b172d8fe23e00b94022cbd096978be2b48eb81","eu-tr-848163332915-94","ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0"]}} -{"id":"ec-meeting-2019-02-07-66289e552a9dac3f0d687914734d783850c870d3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-07 - Cabinet of Vice-President Valdis Dombrovskis x Bundesverband der Deutschen Volksbanken und Raiffeisenbanken"],"date":["2019-02-07"],"summary":["EDIS, NPLs, Proportionality"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-48f31156d932641826e09f5b73f074d35ff05786","eu-tr-22330076571-75"]}} -{"id":"ec-meeting-2019-02-07-720b5d304b2aa3d279a3b8472a84b879210bdfb4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-07 - Cabinet of Commissioner Violeta Bulc x North European Oil Trade Oy"],"date":["2019-02-07"],"summary":["Climate solutions for the transport sector"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-967325815598-50","ec-person-9fddf13de7f65229b7da7c5b25dca1630cad3c48"]}} -{"id":"ec-meeting-2019-02-07-84f95b58475bd7b07ead2c35459960577e02c457","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-07 - Cabinet of Vice-President Miguel Arias Cañete x IDA International"],"date":["2019-02-07"],"summary":["Bionergy carbone capture storage project"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-3eac19199bd5dbac49f504d2610a9066dddbfe57","eu-tr-666680825604-55"]}} -{"id":"ec-meeting-2019-02-07-9b7cc7d12d3aadbdbbf05fdf7e32abb79fd09db2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-07 - Cabinet of Vice-President Karmenu Vella x European Recycling Industries' Confederation FEDEREC - Federation des Entreprises du Recyclage"],"date":["2019-02-07"],"summary":["Waste Directive"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["eu-tr-764633015511-42","eu-tr-6819349873-54","ec-person-e3c587153be49902cde115f568bd5e9a9d548743"]}} -{"id":"ec-meeting-2019-02-07-9e574544592c0918729fe595a5e17825f07e3a51","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-07 - Cabinet of Commissioner Carlos Moedas x Transport en Logistiek Nederland"],"date":["2019-02-07"],"summary":["R&I in mobility"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-0a716bf5253e913fc40ebf14c12f30dc2e7a06ee","eu-tr-41712511261-57"]}} -{"id":"ec-meeting-2019-02-07-a06107f63288bfd2553443d83dc273cc09e9ebaf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-07 - Cabinet of Vice-President Andrus Ansip x GSMA Europe"],"date":["2019-02-07"],"summary":["5G security"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-3ca0c466b8ff230d4409591430b388007ce14ff8","eu-tr-30988577529-37"]}} -{"id":"ec-meeting-2019-02-07-aaac77dcbf5b6754f5634dead4a5ebc847af084f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-07 - Cabinet of Vice-President Karmenu Vella x WEEE Forum aisbl"],"date":["2019-02-07"],"summary":["WEEE Waste Manangement"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["eu-tr-702397445-73","ec-person-e3c587153be49902cde115f568bd5e9a9d548743"]}} -{"id":"ec-meeting-2019-02-07-ae65a5eba4178bf88944ff51f034e318a33a9f56","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-07 - Cabinet of President Jean-Claude Juncker x Pesticide Action Network Europe"],"date":["2019-02-07"],"summary":["Neonicotinoids"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-e415577aabb40c0f789310505c6c5803aa69037b","eu-tr-15913213485-46"]}} -{"id":"ec-meeting-2019-02-07-c4b20e7b366d8f47e614483d6957aaed381ff530","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-07 - Financial Stability, Financial Services and Capital Markets Union x TheCityUK"],"date":["2019-02-07"],"summary":["current financial services files, brexit"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-237922911665-25","ec-person-bdee7a93f95c8ef05079539170139b3c02e8ed96"]}} -{"id":"ec-meeting-2019-02-07-cb61744e0e1d26426e0727834fd8f210655bc1d2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-07 - Cabinet of Vice-President Jyrki Katainen x Nokia"],"date":["2019-02-07"],"summary":["Patent policy"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-35167875358-33","ec-person-c50e8c2cc390c5efb0626988d173bc6758459e0f"]}} -{"id":"ec-meeting-2019-02-07-d24d99b3e2e89a3fada8de21e37cdf619109ab49","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-07 - Cabinet of Vice-President Miguel Arias Cañete x Enagás S.A."],"date":["2019-02-07"],"summary":["TSO Certificate"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-1831691c10441c5974327bbeb8693d6b6c1e50c3","eu-tr-905001612275-82"]}} -{"id":"ec-meeting-2019-02-07-d57ffabb161e26fc4af4769694ad7f19670bdb83","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-07 - Cabinet of Commissioner Julian King x European Centre for International Political Economy"],"date":["2019-02-07"],"summary":["Disinformation"],"notes":["Portfolio: Security Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-julian-king-of"],"involved":["ec-person-ca8657bb707da1a6a3aad07666e8e325d5faa7e3","eu-tr-789002115168-26"]}} -{"id":"ec-meeting-2019-02-07-e05d6c1d76b9e732fd62f41d6426af5e18177cd9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-07 - Cabinet of President Jean-Claude Juncker x Jesuit European Social Centre"],"date":["2019-02-07"],"summary":["Climate Action"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-b1bf9aa5fb7e886441ff341b657cc482b64a2a3e","eu-tr-73391376305-20"]}} -{"id":"ec-meeting-2019-02-07-fadc1c2178abcb6d3f2bd9ae68072b4a3e592ca4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-07 - Cabinet of First Vice-President Frans Timmermans x Koninklijke Vereniging MKB-Nederland"],"date":["2019-02-07"],"summary":["Better Regulation and SME Policy"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["ec-person-966667b73d92624be9bb019c2baab7e52331b3d3","eu-tr-05673984520-73"]}} -{"id":"ec-meeting-2019-02-07-fe0a9282b6191118f8a1188868346f59b3015bee","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-07 - Health and Food Safety x Standing Committee of European Doctors"],"date":["2019-02-07"],"summary":["introductory meeting"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-sante"],"involved":["eu-tr-9276943405-41","ec-person-42d2108d723f9b9017ed589e3271e3156172daa7"]}} -{"id":"ec-meeting-2019-02-07-fe70f3300a028ee0ff2febb0b11b772bb7a0844e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-07 - Inspire, Debate, Engage and Accelerate Action x Rasmussen Global"],"date":["2019-02-07"],"summary":["Geopolitics"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-dg-idea"],"involved":["eu-tr-923424020779-19","ec-person-4fe56a64c00b3e81c851b5538878b32481bd7d3c"]}} -{"id":"ec-meeting-2019-02-08-323eb808a3c55d935728f89d987f8def22f5cbfc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-08 - Financial Stability, Financial Services and Capital Markets Union x Official Monetary and Financial Institutions Forum"],"date":["2019-02-08"],"summary":["Deepening Economic and Monetary Union, Digital currencies, changing dynamic of British-European economic and monetary relations"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-556946021951-27","ec-person-bdee7a93f95c8ef05079539170139b3c02e8ed96"]}} -{"id":"ec-meeting-2019-02-08-411d08a9a39ac4ea7b4a5073455dab0ea02969c6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-08 - Cabinet of Commissioner Marianne Thyssen x Anheuser-Busch InBev nv/sa"],"date":["2019-02-08"],"summary":["Competition case; trends in the labour market"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["ec-person-cfb8d8d884367ef98b079fcd883ece7c89ec28e2","eu-tr-161157710612-65","ec-person-7567514af00f139b390cf9864d28a090ca0fde25"]}} -{"id":"ec-meeting-2019-02-08-55c62d5232bb9be375d35d9cac2aac831ef0c99b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-08 - Foreign Policy Instruments x Centre for European Policy Studies"],"date":["2019-02-08"],"summary":["Geopolitical situation, international trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fpi"],"involved":["ec-person-c3b6b442c99862009242a343eeb51ed66498bd31","eu-tr-86853666704-95"]}} -{"id":"ec-meeting-2019-02-08-5ae3962a739a894f78a0c82bcc38a679564cfbe3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-08 - Cabinet of Vice-President Günther Oettinger x Stiftung Familienunternehmen"],"date":["2019-02-08"],"summary":["Future of Europe"],"notes":["Portfolio: Budget & Human Resources"],"location":["Stuttgart"],"address":["Stuttgart"],"addressEntity":["addr-ec1b13e7905dbe946388ffc80ac1b7f2624ca649"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-903032122424-38","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2019-02-08-5d2cbf7456edfc25e33480fefe45216760b55613","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-08 - Cabinet of Vice-President Andrus Ansip x Datalign Limited"],"date":["2019-02-08"],"summary":["eGovernment"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-564612020839-31","ec-person-6a03bc4fa7657513ea34529e98dba0671ef4c849"]}} -{"id":"ec-meeting-2019-02-08-602c6425df369d267c6ecb421f0c4ba9f15d08e6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-08 - Cabinet of Commissioner Phil Hogan x European Coordination Via Campesina"],"date":["2019-02-08"],"summary":["Cap reform and transitional measures"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-28920471149-55","ec-person-428cf365f3847d04012831ef2642a1a69aed518d"]}} -{"id":"ec-meeting-2019-02-08-a75b8cb26c7df8c29e6d44d3e7d1c66c15f9a241","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-08 - Cabinet of Commissioner Julian King x Atlantic Council of the United States, Inc"],"date":["2019-02-08"],"summary":["Disinformation"],"notes":["Portfolio: Security Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-julian-king-of"],"involved":["ec-person-ca8657bb707da1a6a3aad07666e8e325d5faa7e3","eu-tr-524686116124-73"]}} -{"id":"ec-meeting-2019-02-08-b1589f82646e31a1f2cf613cb95c628fa3dad4cb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-08 - Cabinet of Vice-President Cecilia Malmström x thyssenkrupp AG"],"date":["2019-02-08"],"summary":["Steel in general / a proposed merger"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-20ded9db5df11164331bb161fdf234b1e5ad53fd","eu-tr-721647010823-15","ec-person-591ec829ca734bcfe59a2c9c7f07f9dff22a0ea9"]}} -{"id":"ec-meeting-2019-02-08-c1c9d49dc5c31b9619e47994e4e9bc1a1f588188","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-08 - Environment x Bureau Européen des Unions de Consommateurs"],"date":["2019-02-08"],"summary":["Sustainable Production adn Consumption"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-env"],"involved":["eu-tr-9505781573-45","ec-person-3bc74ce04ea3f4ab4d91a5c88eef25b8b8a213b4"]}} -{"id":"ec-meeting-2019-02-08-cab662dc4bcf2193d88d511623607ac6b196ed69","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-08 - Cabinet of Commissioner Vytenis Andriukaitis x Institut Curie"],"date":["2019-02-08"],"summary":["Horizon Europe"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-059ca943fc5fc696d2a97849c635ddf7b6ab7fd7","eu-tr-927836230818-56"]}} -{"id":"ec-meeting-2019-02-08-e718495ea4ee31425445ceb784fb265bc5035510","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-08 - Health and Food Safety x European Federation of Public Service Unions"],"date":["2019-02-08"],"summary":["Patient Safety"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-sante"],"involved":["eu-tr-04902121531-04","ec-person-42d2108d723f9b9017ed589e3271e3156172daa7"]}} -{"id":"ec-meeting-2019-02-08-fef6bffc0b59cd6a69d40bedd16168b931a4fad2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-08 - Cabinet of Commissioner Věra Jourová x Henkel AG & Co. KGaA SC Johnson"],"date":["2019-02-08"],"summary":["French national legislation regulating sales and the dual quality"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["eu-tr-13635802880-80","ec-person-a2ca9161feee56909a0e98b473c2d342c20fdb57","eu-tr-82296032229-15"]}} -{"id":"ec-meeting-2019-02-11-2df11db9f8426631394bd2ad693e0c6f2e4c1e15","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-11 - Economic and Financial Affairs x Confederación Española de Organizaciones Empresariales"],"date":["2019-02-11"],"summary":["Economic situation of Spain"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-ecfin"],"involved":["ec-person-9b398cc97951266670f91bef34ea37df7380eef9","eu-tr-02963738854-41"]}} -{"id":"ec-meeting-2019-02-11-2fd1b437752dcc6f4d28a4bca7ddd7ba2d6e177a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-11 - Cabinet of Commissioner Vytenis Andriukaitis x World Resources Institute Tesco plc"],"date":["2019-02-11"],"summary":["Future food loss and waste targets for EU"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["eu-tr-581250215524-23","eu-tr-190810415919-85","ec-person-0dbfffeb0323f819c8d57164906086dd8639c437","ec-person-df30d07ef698a52b9948b9c734db39196cf8541f"]}} -{"id":"ec-meeting-2019-02-11-3f016a68c322f572cd35d86bf5649a4e43184368","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-11 - Cabinet of President Jean-Claude Juncker x MEDICINES FOR EUROPE"],"date":["2019-02-11"],"summary":["Supplementary Protection certificate (SPC)"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-48325781850-28","ec-person-c402e34a99fbee730ae22e3b1958e21c94dc6fcc"]}} -{"id":"ec-meeting-2019-02-11-5b126dc48ddbb30395f26bd3c8f371df937509d9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-11 - Cabinet of Vice-President Günther Oettinger x FTI Consulting Belgium"],"date":["2019-02-11"],"summary":["Discussion current EU Policy"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["ec-person-55a0b11edfe9b0b76e526f72b1ec2e9f2f74d5bc","eu-tr-29896393398-67"]}} -{"id":"ec-meeting-2019-02-11-7f9a1fa081ae59c6a415bebe23617d60ccb1d8c0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-11 - Cabinet of Vice-President Cecilia Malmström x AES Netherlands Holding B.V."],"date":["2019-02-11"],"summary":["Energy investments"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-126143128754-79","ec-person-cb8ca9ec2413722fa83484ed18dd76ace52d0118"]}} -{"id":"ec-meeting-2019-02-11-827814a1cf0b37698b4b542b649d4744ec006517","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-11 - Cabinet of Vice-President Valdis Dombrovskis x Invesco Management SA"],"date":["2019-02-11"],"summary":["Sustainable Finance"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-286394716669-89","ec-person-30d770ccd575865b3106f94220ce1ace16e48f1a"]}} -{"id":"ec-meeting-2019-02-11-8b1684cc6b71ae0193936f80c6833f44456cad2d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-11 - Secretariat-General x Moje Evropa"],"date":["2019-02-11"],"summary":["Strategic communication policy."],"location":["Brussels Belgium"],"address":["Brussels Belgium"],"addressEntity":["addr-61947d7d2c69c0b8f57325bd044f500c5fc6df48"],"organizer":["ec-dg-sg"],"involved":["ec-person-97a74c3df4cdf4db05e274aab8204536eca85f92","eu-tr-364624933844-92"]}} -{"id":"ec-meeting-2019-02-11-95124e0a47f553305ed8095f24d3a5f054798386","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-11 - Cabinet of Commissioner Phil Hogan x Tesco plc"],"date":["2019-02-11"],"summary":["Sustainable food supply"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-190810415919-85","ec-person-68b8e931bdd0cafe77ab8e98d87edbea128d6c49"]}} -{"id":"ec-meeting-2019-02-11-e804351943b02d958cf680fe92551312b41aebef","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-11 - Cabinet of Commissioner Carlos Moedas x European Association Automotive Suppliers"],"date":["2019-02-11"],"summary":["R&I in Mobility"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-0a716bf5253e913fc40ebf14c12f30dc2e7a06ee","eu-tr-91408765797-03"]}} -{"id":"ec-meeting-2019-02-11-f166559e8610f44e24825044fdfa00eb50eb49ce","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-11 - Mobility and Transport x European Association Automotive Suppliers"],"date":["2019-02-11"],"summary":["Road safety"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-move"],"involved":["eu-tr-91408765797-03","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2019-02-11-f34f1102ce46264ccfa1e5029e880e378e20f7a8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-11 - Cabinet of Vice-President Jyrki Katainen x MEDICINES FOR EUROPE"],"date":["2019-02-11"],"summary":["SPC manufacturing waiver"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90","eu-tr-48325781850-28"]}} -{"id":"ec-meeting-2019-02-11-f9b8773589f3bd9f7f5ea01bdb08a3160b7863c3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-11 - Health and Food Safety x Agence nationale de sécurité sanitaire de l'alimentation, de l'environnement et du travail"],"date":["2019-02-11"],"summary":["introductory meeting"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-sante"],"involved":["eu-tr-118084810394-25","ec-person-42d2108d723f9b9017ed589e3271e3156172daa7"]}} -{"id":"ec-meeting-2019-02-12-05b19d3b097040ec47f07dd9b6e489c6a2351fe7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-12 - Cabinet of Commissioner Elżbieta Bieńkowska x Deutsche Messe AG"],"date":["2019-02-12"],"summary":["Hanover fair 2019"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-55535346410-37","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2019-02-12-478bef5eece3989f8b16898395c433cd527aa84e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-12 - Cabinet of Commissioner Tibor Navracsics x Union of European Football Associations"],"date":["2019-02-12"],"summary":["Update meeting"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-49f31dad10f5641cb1d1e4c3107dd838389e8120","eu-tr-39217046408-27"]}} -{"id":"ec-meeting-2019-02-12-8f3cb871b5ed7d92e76441805227b766d748fff5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-12 - Cabinet of Vice-President Günther Oettinger x FERROVIE DELLO STATO ITALIANE S.p.A."],"date":["2019-02-12"],"summary":["CEF / MFF"],"notes":["Portfolio: Budget & Human Resources"],"location":["Strasbourg"],"address":["Strasbourg"],"addressEntity":["addr-a7b90170b4a5bf2d1d09ccfd109b57e0a030cfc4"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["ec-person-b35676936bf5857250753de4a8c3e63bfc47b9d7","eu-tr-1954267427-31"]}} -{"id":"ec-meeting-2019-02-12-b17550ac7228209193118c1441ef5cf0814a74d0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-12 - Cabinet of Commissioner Tibor Navracsics x Search for Common Ground"],"date":["2019-02-12"],"summary":["Meet bilateral mrs Gokhale of Solyia"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["BERL - Brussels"],"address":["BERL - Brussels"],"addressEntity":["addr-fbcb419474e313795836629d33717c907acc00f1"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["eu-tr-809274824592-30","ec-person-1da7ee09d46288ee4ea9db2b644bdcf9c3d6d000"]}} -{"id":"ec-meeting-2019-02-12-bc190c353da1ba225d2a2cdb86709708ae4aae85","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-12 - Cabinet of Vice-President Karmenu Vella x Mirpuri Foundation International Air Transport Association"],"date":["2019-02-12"],"summary":["Aviation waste in a Circular Economy Context"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["eu-tr-812668933528-06","eu-tr-1805107590-28","ec-person-2966d69fae0ea4e67f3f2df5a743cc766267d3c8","ec-person-e3c587153be49902cde115f568bd5e9a9d548743"]}} -{"id":"ec-meeting-2019-02-12-c056fb4018ee82a6ded750d7b32a96c5b09ddd64","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-12 - Cabinet of First Vice-President Frans Timmermans x European Tyre & Rubber Manufacturers' Association"],"date":["2019-02-12"],"summary":["Tyre labelling"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-6025320863-10","ec-person-8d1c5ff76a431332387aa10936b0bff13f7d71fd"]}} -{"id":"ec-meeting-2019-02-12-e075f1b6c8d5f8f848fd249fe6fc016c74987e64","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-12 - Cabinet of Vice-President Jyrki Katainen x European Tyre & Rubber Manufacturers' Association"],"date":["2019-02-12"],"summary":["Assessment of the revision of the tyre labelling regulation"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-6025320863-10","ec-person-0da85dc48012e26688310a59a0b51727ea68f410"]}} -{"id":"ec-meeting-2019-02-12-eea9f0b8be31e1aa290ffc5b83a68a5602206349","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-12 - Cabinet of Vice-President Jyrki Katainen x The Coca-Cola Company"],"date":["2019-02-12"],"summary":["Unfair Commercial Practices Directive"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-c50e8c2cc390c5efb0626988d173bc6758459e0f","eu-tr-00475641564-03"]}} -{"id":"ec-meeting-2019-02-13-1137666fdec844577b0ed26efa18cae3eb24796f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-13 - Health and Food Safety x European Heart Network"],"date":["2019-02-13"],"summary":["introductory meeting"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-sante"],"involved":["ec-person-42d2108d723f9b9017ed589e3271e3156172daa7","eu-tr-3606882168-35"]}} -{"id":"ec-meeting-2019-02-13-32a2ea3e43d8d92184ab69047a28c0f8c9fb78d7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-13 - Cabinet of Vice-President Günther Oettinger x ILF Beratende Ingenieure GmbH"],"date":["2019-02-13"],"summary":["energy policy"],"notes":["Portfolio: Budget & Human Resources"],"location":["Berlin"],"address":["Berlin"],"addressEntity":["addr-062b06ba8e755765c6b049809b7430fd54fe5b21"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-807519133888-39","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2019-02-13-63e665181cd5c01a8a2ded5d53bd2795e3fb05db","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-13 - Cabinet of Vice-President Karmenu Vella x Association Internationale de la Savonnerie, de la Détergence et des Produits d'Entretien"],"date":["2019-02-13"],"summary":["Circular Economy and Sustainability in Detergents"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["eu-tr-6168551998-60","ec-person-e3c587153be49902cde115f568bd5e9a9d548743"]}} -{"id":"ec-meeting-2019-02-13-67f5d1c79c43869174d726b5b7095749878415ff","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-13 - Energy x Atlantic Council of the United States, Inc"],"date":["2019-02-13"],"summary":["EU-US cooperation in energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-524686116124-73","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2019-02-13-6acdc5d0938b9804ba6263d7de57110ec7b9c8f1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-13 - Cabinet of Commissioner Tibor Navracsics x International Yehudi Menuhin Foundation"],"date":["2019-02-13"],"summary":["Bilateral Mr Ballester on Diversity Makes Music"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["eu-tr-34694767407-27","ec-person-1da7ee09d46288ee4ea9db2b644bdcf9c3d6d000"]}} -{"id":"ec-meeting-2019-02-13-8a8554d44e6237c7fc1ae7a4f3f39bf3660ed71f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-13 - Cabinet of Vice-President Günther Oettinger x Wirtschaftsrat der CDU e.V."],"date":["2019-02-13"],"summary":["Future of Europe"],"notes":["Portfolio: Budget & Human Resources"],"location":["Berlin"],"address":["Berlin"],"addressEntity":["addr-062b06ba8e755765c6b049809b7430fd54fe5b21"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-176334311014-43","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2019-02-13-a75b8cb26c7df8c29e6d44d3e7d1c66c15f9a241","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-13 - Cabinet of Commissioner Julian King x Atlantic Council of the United States, Inc"],"date":["2019-02-13"],"summary":["5G telecommunications security and transatlantic cooperation"],"notes":["Portfolio: Security Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-julian-king-of"],"involved":["eu-tr-524686116124-73","ec-person-355668f7f858778b0b745d45441b2e4393f4a7be"]}} -{"id":"ec-meeting-2019-02-13-ddbba1dfae7be2cd7f80ba5b26517582e848489e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-13 - Cabinet of Commissioner Julian King x Telia Company AB"],"date":["2019-02-13"],"summary":["Security issues"],"notes":["Portfolio: Security Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-julian-king-of"],"involved":["ec-person-ca8657bb707da1a6a3aad07666e8e325d5faa7e3","eu-tr-381805014604-45"]}} -{"id":"ec-meeting-2019-02-13-e21dcba79536371fe76dbebd210073b2e37da728","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-13 - Cabinet of Vice-President Jyrki Katainen x Association Internationale de la Savonnerie, de la Détergence et des Produits d'Entretien"],"date":["2019-02-13"],"summary":["Presentation by A.I.S.E. on the industry-wide targets for sustainable packaging"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-0da85dc48012e26688310a59a0b51727ea68f410","eu-tr-6168551998-60"]}} -{"id":"ec-meeting-2019-02-13-e2cfbf31b65df2b6957807e2bf6183fc9ffd93bd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-13 - Cabinet of Vice-President Cecilia Malmström x UPS Europe SRL/BV"],"date":["2019-02-13"],"summary":["EU-US trade / WTO reform"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-20ded9db5df11164331bb161fdf234b1e5ad53fd","ec-person-cb8ca9ec2413722fa83484ed18dd76ace52d0118","eu-tr-07691616536-09"]}} -{"id":"ec-meeting-2019-02-13-fcce2f5282d53ea366405f4c5ca8419c2ff9def3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-13 - Cabinet of Vice-President Valdis Dombrovskis x None"],"date":["2019-02-13"],"summary":["Investment Firm Review (IFR)"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-29896393398-67","ec-person-48f31156d932641826e09f5b73f074d35ff05786","eu-tr-629345120630-12"]}} -{"id":"ec-meeting-2019-02-14-05284dd49350515834ae5511b310ceb271f4ef84","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-14 - Cabinet of Vice-President Jyrki Katainen x Banque de Développement du Conseil de l'Europe"],"date":["2019-02-14"],"summary":["InvestEU and opportunities for CEB"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-087581028690-43","ec-person-c3d85c41b6b842aae5c953d41fda5f240a5d0969"]}} -{"id":"ec-meeting-2019-02-14-153b49233f652f1980bf2512c071ec080c430ce5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-14 - Cabinet of Vice-President Andrus Ansip x Atlantic Council of the United States, Inc"],"date":["2019-02-14"],"summary":["Digital Single Market, cybersecurity"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-3ca0c466b8ff230d4409591430b388007ce14ff8","ec-person-5db7bdd1c81da2e70eb5b982097d0004111b5c3e","eu-tr-524686116124-73","ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0"]}} -{"id":"ec-meeting-2019-02-14-196f40e72d092dd8de6d6182e16d1034b754edd7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-14 - Agriculture and Rural Development x European agri-cooperatives European farmers"],"date":["2019-02-14"],"summary":["exchange of view CAP"],"location":["brussels"],"address":["brussels"],"addressEntity":["addr-e2daa1574b7ac475c827b33e281bd2d5e013c882"],"organizer":["ec-dg-agri"],"involved":["eu-tr-09586631237-74","eu-tr-44856881231-49","ec-person-7bc7204a153f98afbf1ad1cffbdd10d06d9ae166"]}} -{"id":"ec-meeting-2019-02-14-2c6cb7008c3ad793bcabe992c7f41dccd3afde08","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-14 - Cabinet of Vice-President Günther Oettinger x Deutsche Bahn AG"],"date":["2019-02-14"],"summary":["Connecting Europe Facility"],"notes":["Portfolio: Budget & Human Resources"],"location":["Berlin"],"address":["Berlin"],"addressEntity":["addr-062b06ba8e755765c6b049809b7430fd54fe5b21"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-4516220482-22","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2019-02-14-2ee0d704182bec5d43985c43d1a5bd850a1c7a33","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-14 - Cabinet of Vice-President Andrus Ansip x OpenForum Europe AISBL"],"date":["2019-02-14"],"summary":["Open Source"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-6a03bc4fa7657513ea34529e98dba0671ef4c849","eu-tr-2702114689-05"]}} -{"id":"ec-meeting-2019-02-14-2fe2ed3a1d792412aa11ebff3fa96d3f8315e518","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-14 - Task Force for Relations with the United Kingdom x European Fisheries Alliance"],"date":["2019-02-14"],"summary":["Meeting with the Task Force for the Preparation and Conduct of the Negotiations with the United Kingdom under Article 50 TEU"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-uktf"],"involved":["ec-person-864cfa5fbc9b02a079ffbab1107f252c7bb08478","eu-tr-263936828049-68"]}} -{"id":"ec-meeting-2019-02-14-3cc885919e5429b357ea035d978d15ae0253c483","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-14 - Cabinet of Vice-President Andrus Ansip x Pasha parking"],"date":["2019-02-14"],"summary":["Sharing economy, startups, connected and automated mobility"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0","ec-person-0f698e3a0cc0bd6a02e1bd386a25cedc1366f3f1","eu-tr-421535133868-60"]}} -{"id":"ec-meeting-2019-02-14-3dc09e64bddf6280514eb3515b0a7ca6b5cd8736","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-14 - Cabinet of Commissioner Elżbieta Bieńkowska x UNAUTO VTC"],"date":["2019-02-14"],"summary":["collaborative economy"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["ec-person-b2f9be51339f054477846797e2c119fcf16548fc","eu-tr-404863333682-63"]}} -{"id":"ec-meeting-2019-02-14-5a117468fa80fbec1c7fe02c910d70de1ec1ca28","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-14 - Trade x Vodafone Belgium SA"],"date":["2019-02-14"],"summary":["Chinese tech companites"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-trade"],"involved":["ec-person-bde9bb099f5d24c52ca4a9255cefc99a5b87a650","eu-tr-90142503473-81"]}} -{"id":"ec-meeting-2019-02-14-5febf9b5fa754e6e47fc1014ec33dd8c96b1ee7d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-14 - Cabinet of Commissioner Carlos Moedas x Conference of European Schools for Advanced Engineering Education and Research"],"date":["2019-02-14"],"summary":["Horizon Europe"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-b8d49828915f9008e764a78796d47ea00807a658","ec-person-23980b2bc4fd9c82051d0f7888dc236b2f764866","eu-tr-484959115993-15"]}} -{"id":"ec-meeting-2019-02-14-641a02feba6c8ca80d8593c5eb544eaf001a0553","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-14 - Energy x Terna spa"],"date":["2019-02-14"],"summary":["energy policy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-937812815077-68","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2019-02-14-6842e2b3b3ea8aba5acb8f19a48bda13c349d7a7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-14 - Health and Food Safety x Comité Européen des Entreprises Vins"],"date":["2019-02-14"],"summary":["introductory visit"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-sante"],"involved":["eu-tr-2663914841-28","ec-person-42d2108d723f9b9017ed589e3271e3156172daa7"]}} -{"id":"ec-meeting-2019-02-14-78864ebbd610dfeff0775d0056742df50302e63c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-14 - Task Force for Relations with the United Kingdom x Egmont Institute"],"date":["2019-02-14"],"summary":["Meeting with the Task Force for the Preparation and Conduct of the Negotiations with the United Kingdom under Article 50 TEU"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-uktf"],"involved":["ec-person-864cfa5fbc9b02a079ffbab1107f252c7bb08478","eu-tr-363331923608-55"]}} -{"id":"ec-meeting-2019-02-14-968d8d40fd40c1c9b953a79a2a7d3f3bd78836ee","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-14 - Agriculture and Rural Development x BREIZ EUROPE"],"date":["2019-02-14"],"summary":["Exchange of view on project"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-agri"],"involved":["eu-tr-44968076843-33","ec-person-7bc7204a153f98afbf1ad1cffbdd10d06d9ae166"]}} -{"id":"ec-meeting-2019-02-14-a75453cbab7c4d6c42013a059e65c56513372d4a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-14 - Health and Food Safety x EUROPEAN ORGANISATION FOR RARE DISEASES"],"date":["2019-02-14"],"summary":["courtesy visit, presentation of activities"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-sante"],"involved":["ec-person-42d2108d723f9b9017ed589e3271e3156172daa7","eu-tr-93272076510-87"]}} -{"id":"ec-meeting-2019-02-14-a7818f97ccc254d54cfbf5e53cbc93aa89acd743","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-14 - Cabinet of Commissioner Mariya Gabriel x Ventures4Growth"],"date":["2019-02-14"],"summary":["la portabilité des données"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-943185633917-89","ec-person-d995d34a2f8b1f0bf6a17486f5699181d6a01e1c"]}} -{"id":"ec-meeting-2019-02-14-ab843b26abda1bc7c6ad9dcc0a0b1e7b61f44f90","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-14 - Cabinet of Vice-President Cecilia Malmström x Vodafone Belgium SA"],"date":["2019-02-14"],"summary":["Update on trade and investment screening"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-20ded9db5df11164331bb161fdf234b1e5ad53fd","eu-tr-90142503473-81"]}} -{"id":"ec-meeting-2019-02-14-af35ce7862d2684f8b629cdc146ec7f262ac24e5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-14 - Cabinet of Vice-President Valdis Dombrovskis x Cassa Depositi e Prestiti s.p.a."],"date":["2019-02-14"],"summary":["Sustainable Finance"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-110117812027-92","ec-person-30d770ccd575865b3106f94220ce1ace16e48f1a"]}} -{"id":"ec-meeting-2019-02-14-b274aa5fd8a0fdfefca7f00fef0b6dcf4244a68d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-14 - Cabinet of Vice-President Cecilia Malmström x Herbalife Europe Limited"],"date":["2019-02-14"],"summary":["EU-US trade negotiations"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-30426456664-32","ec-person-20ded9db5df11164331bb161fdf234b1e5ad53fd","ec-person-cb8ca9ec2413722fa83484ed18dd76ace52d0118"]}} -{"id":"ec-meeting-2019-02-14-da238ae1ae3f1faf7e97c5c6440d9ad56f617bdf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-14 - Cabinet of Commissioner Tibor Navracsics x L'Office national de garantie des séjours linguistiques et éducatifs"],"date":["2019-02-14"],"summary":["Meet with L'Office"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-49f31dad10f5641cb1d1e4c3107dd838389e8120","eu-tr-588914233413-09","ec-person-1da7ee09d46288ee4ea9db2b644bdcf9c3d6d000"]}} -{"id":"ec-meeting-2019-02-14-df4f0030c6c06b16112bd57507d99e552d251339","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-14 - Cabinet of Vice-President Andrus Ansip x Vodafone Belgium SA"],"date":["2019-02-14"],"summary":["5G security"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-3ca0c466b8ff230d4409591430b388007ce14ff8","eu-tr-90142503473-81"]}} -{"id":"ec-meeting-2019-02-14-e77c15d013b6fddd283e06fff2ad4876d0746291","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-14 - Cabinet of Commissioner Elżbieta Bieńkowska x ASOCIACIÓN ESPAÑOLA DE FABRICANTES DE AUTOMÓVILES Y CAMIONES"],"date":["2019-02-14"],"summary":["new balearic law on diesel"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-814112514572-47","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2019-02-14-fe7050333ab1d10618da7e409bcfe3219dfa3fef","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-14 - Cabinet of Commissioner Phil Hogan x Herbalife Europe Limited"],"date":["2019-02-14"],"summary":["EU grown plant proteins regulations"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-30426456664-32","ec-person-7d3caa534e5cdda6d5b949bd4b2def39356e3bec"]}} -{"id":"ec-meeting-2019-02-15-171ad1aac21d18593d87e23f0860eb597cce5fcf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-15 - Cabinet of Commissioner Carlos Moedas x European Foundation Centre"],"date":["2019-02-15"],"summary":["Research partnerships with Foundations"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-b8d49828915f9008e764a78796d47ea00807a658","eu-tr-78855711571-12"]}} -{"id":"ec-meeting-2019-02-15-2c3c00abc3784d8aa774b3463cd5cb480cdd28d1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-15 - Energy x EUROGAS aisbl"],"date":["2019-02-15"],"summary":["global gas developments and the European context"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-17909506129-41","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2019-02-15-4bb1fb3169c98181ffedd84f84d57310fed810a0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-15 - Communications Networks, Content and Technology x Osservatorio TuttiMedia"],"date":["2019-02-15"],"summary":["Impact of digital on society, fake news/social media influence, online content"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-006834833782-64","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2019-02-15-4ca48053f4083127bf116100f24ec8c5813f5b08","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-15 - Health and Food Safety x CropLife Europe"],"date":["2019-02-15"],"summary":["introductory meeting"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-sante"],"involved":["eu-tr-0711626572-26","ec-person-42d2108d723f9b9017ed589e3271e3156172daa7"]}} -{"id":"ec-meeting-2019-02-15-57252a2b20557abda114bd3eede3df1b1b0e5f80","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-15 - Cabinet of Vice-President Andrus Ansip x Japan External Trade Organization"],"date":["2019-02-15"],"summary":["AI & Cybersecurity"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-99b172d8fe23e00b94022cbd096978be2b48eb81","eu-tr-780988631437-87"]}} -{"id":"ec-meeting-2019-02-15-6ddf885bc330437c881d64410a95fa5a5f3baa5a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-15 - Cabinet of Commissioner Mariya Gabriel x Orgalim – Europe's Technology Industries"],"date":["2019-02-15"],"summary":["Politique industrielle"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-20210641335-88","ec-person-d995d34a2f8b1f0bf6a17486f5699181d6a01e1c"]}} -{"id":"ec-meeting-2019-02-15-7685739ebe47c313fe2a3428b2c68087d0451186","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-15 - Cabinet of Commissioner Tibor Navracsics x Conference of European Schools for Advanced Engineering Education and Research"],"date":["2019-02-15"],"summary":["Higher education"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-33076d1a800ce856f29bbab43813a5a80eef2da0","eu-tr-484959115993-15"]}} -{"id":"ec-meeting-2019-02-15-7864e6aacafebeb3f04cd9769f3c2070a321885f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-15 - Education, Youth, Sport and Culture x Euraffex | European Affairs Expertise"],"date":["2019-02-15"],"summary":["Meeting with Lina Aburous"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-eac"],"involved":["ec-person-68d4f99b9ed1b40d86ebbf81f8f35aeebd6c5fc5","eu-tr-081108421565-16"]}} -{"id":"ec-meeting-2019-02-15-908e8948f4d3f194f8a768154d7d9616a8bb1a51","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-15 - Cabinet of Vice-President Günther Oettinger x Muenchener Rueckversicherungs-Gesellschaft Aktiengesellschaft in Muenchen"],"date":["2019-02-15"],"summary":["Future of Europe"],"notes":["Portfolio: Budget & Human Resources"],"location":["Munich"],"address":["Munich"],"addressEntity":["addr-4bb73f4817cac7549995b34436d424f8d8b0f1b0"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-80722695701-02","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2019-02-15-b2f287574cda274e816302544cce9788e23a0c1b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-15 - Cabinet of Vice-President Jyrki Katainen x EU-Japan Centre for Industrial Cooperation"],"date":["2019-02-15"],"summary":["Discussion about VP Katainen participation in EU-Japan Business roundtable meeting of 15 May 2019"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-af4fdbf97c89a6df87ab37d321d95829d657c940","eu-tr-374110414692-85"]}} -{"id":"ec-meeting-2019-02-15-cbb4accfdfaf25fd34d8da7e8d9bad0826ca67fe","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-15 - Cabinet of First Vice-President Frans Timmermans x Open Society European Policy Institute"],"date":["2019-02-15"],"summary":["Rule of Law"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-8557515321-37","ec-person-01b0efc259ff923af8b8d082662adf4ce30869d3"]}} -{"id":"ec-meeting-2019-02-16-171f1d40c85786da90904157dc79637e985bb736","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-16 - Cabinet of Commissioner Christos Stylianides x Google"],"date":["2019-02-16"],"summary":["Discussion on artificial intelligence on humanitarian aid and crisis management"],"notes":["Portfolio: Humanitarian Aid & Crisis Management"],"location":["Munich"],"address":["Munich"],"addressEntity":["addr-4bb73f4817cac7549995b34436d424f8d8b0f1b0"],"organizer":["ec-cabinet-christos-commissioner-of-stylianides"],"involved":["ec-person-cdd689bd079714522dad472ea4446b0fcc660d8f","eu-tr-03181945560-59","ec-person-34409381bed36941005c31d0165bac17f74a89d1"]}} -{"id":"ec-meeting-2019-02-16-8903f1a1850c8d6215e40c38e54c4cb04c217b31","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-16 - Task Force for Relations with the United Kingdom x International Rescue Committee Inc Tony Blair Institute for Global Change Albright Stonebridge Group LLC Airbus"],"date":["2019-02-16"],"summary":["Meeting with the Task Force for the Preparation and Conduct of the Negotiations with the United Kingdom under Article 50 TEU"],"location":["Munich, Germany"],"address":["Munich, Germany"],"addressEntity":["addr-9d94c5e26679fe4980662a558a287b7999bb5690"],"organizer":["ec-dg-uktf"],"involved":["ec-person-864cfa5fbc9b02a079ffbab1107f252c7bb08478","eu-tr-2732167674-76","eu-tr-820300530953-18","eu-tr-605588926461-31","eu-tr-66790095679-26"]}} -{"id":"ec-meeting-2019-02-16-fc955e411ea38e936f5945baf4cfaf626a10aa27","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-16 - Cabinet of Commissioner Christos Stylianides x Johnson & Johnson"],"date":["2019-02-16"],"summary":["Discussion on Ebola"],"notes":["Portfolio: Humanitarian Aid & Crisis Management"],"location":["Munich"],"address":["Munich"],"addressEntity":["addr-4bb73f4817cac7549995b34436d424f8d8b0f1b0"],"organizer":["ec-cabinet-christos-commissioner-of-stylianides"],"involved":["eu-tr-75617941310-89","ec-person-34409381bed36941005c31d0165bac17f74a89d1","ec-person-cdd689bd079714522dad472ea4446b0fcc660d8f"]}} -{"id":"ec-meeting-2019-02-17-895fa56e94c2ad832ac6143a465fd221df0cd56b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-17 - Cabinet of Commissioner Marianne Thyssen x Sante Mentale Exclusion Sociale"],"date":["2019-02-17"],"summary":["homelessness and EU funding support"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["ec-person-5528caa0f79478c045f9f7d077dc9e03c09edb31","eu-tr-413244533995-30"]}} -{"id":"ec-meeting-2019-02-18-024fa8a888a727e87da4341852875573b61bee4d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-18 - Cabinet of Vice-President Günther Oettinger x Notre Europe - Institut Jacques Delors / Notre Europe - Jacques Delors Institute"],"date":["2019-02-18"],"summary":["MFF"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["ec-person-1a98ebdc65a0fda494d1f6eb6fb74247a3036490","eu-tr-726109217329-25"]}} -{"id":"ec-meeting-2019-02-18-1613e6c368165c11ebe96c9331f57c8077000fb6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-18 - European Neighbourhood and Enlargement Negotiations x Rasmussen Global"],"date":["2019-02-18"],"summary":["Enlargement negotiations and Neighbourhood"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-near"],"involved":["ec-person-1160ccf35947f06f1629cad85b9f162eb5575780","eu-tr-923424020779-19"]}} -{"id":"ec-meeting-2019-02-18-18432b394ce0495b27e4f0d75ed766998d53c9ca","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-18 - Cabinet of Vice-President Valdis Dombrovskis x Jacques Delors Institut - Berlin, gemeinnützige GmbH"],"date":["2019-02-18"],"summary":["EMU"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-303748317222-08","ec-person-f376b1eca739c662d2385062249507f23f4ca67e"]}} -{"id":"ec-meeting-2019-02-18-1d8855e90187888a61afabda9a81de7b5f12bb9d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-18 - Health and Food Safety x Etablissement français du sang"],"date":["2019-02-18"],"summary":["presentation of EFS"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-sante"],"involved":["eu-tr-218961729675-79","ec-person-42d2108d723f9b9017ed589e3271e3156172daa7"]}} -{"id":"ec-meeting-2019-02-18-264f3e1e39aa65e3dd2e60ca8dd6504e3cf27496","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-18 - Cabinet of Vice-President Karmenu Vella x industriAll European Trade Union Shipyards' and Maritime Equipment Association of Europe"],"date":["2019-02-18"],"summary":["Blue Skills"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["ec-person-2966d69fae0ea4e67f3f2df5a743cc766267d3c8","eu-tr-358284014848-82","eu-tr-009214311424-03"]}} -{"id":"ec-meeting-2019-02-18-3267f1822004b15923a92d3e1679179ded11f2c5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-18 - Cabinet of Vice-President Jyrki Katainen x Auto Care Association"],"date":["2019-02-18"],"summary":["Connected and automated mobility"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-413762233254-49","ec-person-0da85dc48012e26688310a59a0b51727ea68f410"]}} -{"id":"ec-meeting-2019-02-18-50475ae3336f9f0f7e23a24e30985df89576a4cc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-18 - Energy x None"],"date":["2019-02-18"],"summary":["The role of gas DSOs in the context of European gas markets"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-607998918721-96","eu-tr-205215521290-52","eu-tr-191029821862-52","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e","eu-tr-382692732615-35","eu-tr-095318821630-24","eu-tr-477543424417-73"]}} -{"id":"ec-meeting-2019-02-18-7d7e3cabd269895eaa1479488856c943fa6eb6f0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-18 - Cabinet of High Representative / Vice-President Federica Mogherini x Eni S.p.A."],"date":["2019-02-18"],"summary":["International Energy Policy"],"notes":["Portfolio: Foreign Affairs and Security Policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"involved":["eu-tr-99578067285-35","ec-person-44b490fe34d152b5131dcac8dff9edd30ccb5ece"]}} -{"id":"ec-meeting-2019-02-18-896c25ed4818908598e73b50e8cc2ab481e365e5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-18 - Research and Innovation x Tata Steel Nederland"],"date":["2019-02-18"],"summary":["Horizon Europe"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-rtd"],"involved":["eu-tr-08746491502-16","ec-person-1d348f33395de0ea6773a7b4ae8797e3e0392f73"]}} -{"id":"ec-meeting-2019-02-18-bcd65bc7f8630b059ad71644057c5a072d5de0cd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-18 - Cabinet of Commissioner Věra Jourová x Erste Group Bank AG"],"date":["2019-02-18"],"summary":["consumer creditworthiness regulation"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-a2ca9161feee56909a0e98b473c2d342c20fdb57","eu-tr-910859715397-14"]}} -{"id":"ec-meeting-2019-02-18-ccf1c47f880bda89ab6a384e91addb5db1c5618f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-18 - Cabinet of Commissioner Julian King x Avaaz Foundation"],"date":["2019-02-18"],"summary":["Disinformation"],"notes":["Portfolio: Security Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-julian-king-of"],"involved":["ec-person-ca8657bb707da1a6a3aad07666e8e325d5faa7e3","eu-tr-475565317526-24"]}} -{"id":"ec-meeting-2019-02-18-d7e2f2dc4fe49eba5089e0f608fde57ab7b5556a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-18 - Cabinet of Commissioner Margrethe Vestager x Peter G. Peterson Institute for International Economics"],"date":["2019-02-18"],"summary":["EU Current Affairs"],"notes":["Portfolio: Competition"],"location":["Copenhagen, Denmark"],"address":["Copenhagen, Denmark"],"addressEntity":["addr-037407970050e97c761587d63aacfaeb126cab45"],"organizer":["ec-cabinet-commissioner-margrethe-of-vestager"],"involved":["ec-person-baa1c172df109ebd1f0307bccb5e21aec66c7a25","eu-tr-245016733415-68"]}} -{"id":"ec-meeting-2019-02-18-da3377c20e4f11ee9e094c115c0659cba5081e9e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-18 - Cabinet of Commissioner Mariya Gabriel x Spotify"],"date":["2019-02-18"],"summary":["Women in Digital"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-365747616583-15","ec-person-6cd1e3bf3a4eec9e9db49b32cf3d20ab7dbfe03f"]}} -{"id":"ec-meeting-2019-02-18-e4222f0120f319d82cfa27c8ca3e8c38404b81e5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-18 - Cabinet of Commissioner Margrethe Vestager x Danish Trade Union Confederation EU Office"],"date":["2019-02-18"],"summary":["EU Current Affairs"],"notes":["Portfolio: Competition"],"location":["Copenhagen, Denmark"],"address":["Copenhagen, Denmark"],"addressEntity":["addr-037407970050e97c761587d63aacfaeb126cab45"],"organizer":["ec-cabinet-commissioner-margrethe-of-vestager"],"involved":["ec-person-baa1c172df109ebd1f0307bccb5e21aec66c7a25","eu-tr-805838518601-52"]}} -{"id":"ec-meeting-2019-02-18-ec6ba2758a222f916244f0333bd308f5ead9365d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-18 - Cabinet of Commissioner Věra Jourová x Avaaz Foundation"],"date":["2019-02-18"],"summary":["Disinformation"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-5455ecfabb89025694c798deac08160a2be17d94","eu-tr-475565317526-24","ec-person-1e0e3a00ab815dea7c5b839b002ed2c7e34bfe0a"]}} -{"id":"ec-meeting-2019-02-18-f067330fb50817f4b82bcd4b96c195c74ab4d05a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-18 - Cabinet of Vice-President Andrus Ansip x Avaaz Foundation"],"date":["2019-02-18"],"summary":["Disinformation"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-475565317526-24","ec-person-99b172d8fe23e00b94022cbd096978be2b48eb81"]}} -{"id":"ec-meeting-2019-02-19-1425c36b755dab36159dc1326f00fd06e1ac4f6f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-19 - Cabinet of Commissioner Vytenis Andriukaitis x Confédération Européenne des Vignerons Indépendants"],"date":["2019-02-19"],"summary":["Alcohol labelling"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-b9c3f19e7c5f216e3e508f931ddd6a9cb59376d1","eu-tr-424179021711-46"]}} -{"id":"ec-meeting-2019-02-19-1a1600d3d1440e6aa0f3beb32cefe70b54889a99","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-19 - Secretariat-General x ARD-Verbindungsbüro Brüssel"],"date":["2019-02-19"],"summary":["Current EU policy agenda, Brexit, communication"],"location":["Brussels Belgium"],"address":["Brussels Belgium"],"addressEntity":["addr-61947d7d2c69c0b8f57325bd044f500c5fc6df48"],"organizer":["ec-dg-sg"],"involved":["eu-tr-6774178922-55","ec-person-97a74c3df4cdf4db05e274aab8204536eca85f92"]}} -{"id":"ec-meeting-2019-02-19-314dc6e57a315b08fb733dde036d67f023012b4c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-19 - Cabinet of Commissioner Corina Crețu x Polish Electricity Association"],"date":["2019-02-19"],"summary":["Mtg with Mr Wojciech Kowalczyk, Vice-President PKEE: Poland's energy transformation in the light of negotiations on budgetary prospects, in particular in the context of ongoing negotiations of the Policy and Cohesion Fund and the European Fund development."],"notes":["Portfolio: Regional Policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-corina-cretu-of"],"involved":["eu-tr-255859710443-50","ec-person-c9d4945f28454cc49c4ea188c82e64b0dac3bd73"]}} -{"id":"ec-meeting-2019-02-19-326a80d7cca4cfb7b65f77274fca0186e45c4299","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-19 - Cabinet of Commissioner Julian King x Palo Alto Networks Inc."],"date":["2019-02-19"],"summary":["Cyber security"],"notes":["Portfolio: Security Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-julian-king-of"],"involved":["ec-person-ca8657bb707da1a6a3aad07666e8e325d5faa7e3","eu-tr-263314723145-29"]}} -{"id":"ec-meeting-2019-02-19-41a112390e3a585da7e6a00306a864319a844e26","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-19 - Cabinet of Commissioner Elżbieta Bieńkowska x EU-Japan Centre for Industrial Cooperation"],"date":["2019-02-19"],"summary":["EU-Japan BRT annual meeting - 15 May"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-374110414692-85","ec-person-b2f9be51339f054477846797e2c119fcf16548fc","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2019-02-19-53a9bf6e4e33fecbe8f1537231e3ba1de9c52c83","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-19 - Cabinet of Commissioner Vytenis Andriukaitis x Humane Society International/Europe"],"date":["2019-02-19"],"summary":["The establishment of a second EU Reference Centre for animal welfare"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-0dbfffeb0323f819c8d57164906086dd8639c437","eu-tr-05097472836-90"]}} -{"id":"ec-meeting-2019-02-19-58ead1943533e345be7a2addd4b447a909bc576c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-19 - Cabinet of Vice-President Valdis Dombrovskis x S&P Global"],"date":["2019-02-19"],"summary":["Benchmarks, ESAs review"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-319148015141-55","ec-person-30d770ccd575865b3106f94220ce1ace16e48f1a"]}} -{"id":"ec-meeting-2019-02-19-69d3626b967fe0f44a6dea8b1677cb186bbccd2d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-19 - Cabinet of Vice-President Andrus Ansip x European Telecommunications Network Operators' Association"],"date":["2019-02-19"],"summary":["5G security"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-3ca0c466b8ff230d4409591430b388007ce14ff8","eu-tr-08957111909-85"]}} -{"id":"ec-meeting-2019-02-19-7f0dcc7224069120e97a69ff81b1651ed5254658","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-19 - Cabinet of Vice-President Jyrki Katainen x Maa- ja metsätaloustuottajain Keskusliitto – Central Union of Agricultural Producers and Forest Owners"],"date":["2019-02-19"],"summary":["Role of cooperatives in the EU"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-56039441735-48","ec-person-ccd2797b568cba38993df7d1dcc985dbc1eb439a"]}} -{"id":"ec-meeting-2019-02-19-84547b1788aa0a0a08ec0911109ad06366a712bc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-19 - Cabinet of Commissioner Carlos Moedas x European Business Summit Network"],"date":["2019-02-19"],"summary":["discuss Cssr Moedas' participation at EBS Conference 6-7/05/19"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-8ec05e08adb6965c1b360cae0a4d52d4d72a2f95","eu-tr-268958411031-65"]}} -{"id":"ec-meeting-2019-02-19-cbdf16e0bf37f68c3c6f448467dc556bb4196fb7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-19 - Cabinet of Vice-President Jyrki Katainen x Climate Leadership Coalition"],"date":["2019-02-19"],"summary":["Future climate policy"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-333399732805-59","ec-person-ccd2797b568cba38993df7d1dcc985dbc1eb439a"]}} -{"id":"ec-meeting-2019-02-19-d2d425d97ef33ae868d432afeb59315a5b5f316b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-19 - Cabinet of Commissioner Phil Hogan x Irish Cattle & Sheep Farmers' Association Ltd"],"date":["2019-02-19"],"summary":["Cap reform"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-711197015348-03","ec-person-7d3caa534e5cdda6d5b949bd4b2def39356e3bec"]}} -{"id":"ec-meeting-2019-02-19-db19dab2aa88ba7b3a92f6992668ea97cb8d7f8b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-19 - Cabinet of Vice-President Miguel Arias Cañete x FEDERATION OF INDUSTRIES OF GREECE"],"date":["2019-02-19"],"summary":["European Energy Policy"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-367931626903-83","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd"]}} -{"id":"ec-meeting-2019-02-20-0c88fd7212251b7cbbbc495ef895020cf5d240ed","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-20 - Regional and Urban Policy x Polish Electricity Association"],"date":["2019-02-20"],"summary":["Transition énergétique dans le contexte des négociations sur le budget 2021-2027"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-regio"],"involved":["eu-tr-255859710443-50","ec-person-3bc647761a4c1a96c0e7b4c3729d7408a61558b0"]}} -{"id":"ec-meeting-2019-02-20-1ba98fdfc7e8ac3b7228adc8d624144d96442c12","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-20 - Environment x Vinces Consulting The Coca-Cola Company"],"date":["2019-02-20"],"summary":["Circular Economy, plastics strategy and single-us plastics"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-env"],"involved":["eu-tr-400207831496-21","eu-tr-00475641564-03","ec-person-3bc74ce04ea3f4ab4d91a5c88eef25b8b8a213b4"]}} -{"id":"ec-meeting-2019-02-20-3ebe97faab3a283f83d64d0e568458606a36d685","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-20 - Communications Networks, Content and Technology x Deutsche Telekom"],"date":["2019-02-20"],"summary":["Quantum Technologies + HPC"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f","eu-tr-60052162589-72"]}} -{"id":"ec-meeting-2019-02-20-6604d16d16c560c39fef16562470ff8a5bff652e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-20 - Cabinet of Vice-President Cecilia Malmström x None"],"date":["2019-02-20"],"summary":["IPR/Standards problems in China"],"notes":["Portfolio: Trade"],"location":["Brussels Belgium."],"address":["Brussels Belgium."],"addressEntity":["addr-11e60952b5353f7461285ec9335b5fcaa4558176"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-787513017798-23","eu-tr-578630818521-25","ec-person-ce1312d2a248f71fe74eed58aa5915cfa445bbba"]}} -{"id":"ec-meeting-2019-02-20-67b8eabadff2d02a32188be8bfd41e1d6df84695","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-20 - Cabinet of Vice-President Valdis Dombrovskis x FTI Consulting Belgium Managed Funds Association"],"date":["2019-02-20"],"summary":["Investment Firm Review (IFR), Brexit"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-48f31156d932641826e09f5b73f074d35ff05786","eu-tr-29896393398-67","eu-tr-041415315167-65"]}} -{"id":"ec-meeting-2019-02-20-68ece1ad1fd38236d2b541a34c3222afed1efd87","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-20 - Cabinet of Commissioner Phil Hogan x International Chamber of Commerce"],"date":["2019-02-20"],"summary":["Agri Matters"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-50674299591-83","ec-person-a1a78365cc4685b0958056646204977d8f2ead92"]}} -{"id":"ec-meeting-2019-02-20-6cf82a9ad559259224be980a127367ad6029af08","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-20 - Education, Youth, Sport and Culture x Community of European Railway and Infrastructure Companies"],"date":["2019-02-20"],"summary":["Speech at General Assemnly"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-eac"],"involved":["ec-person-68d4f99b9ed1b40d86ebbf81f8f35aeebd6c5fc5","eu-tr-7574621118-27"]}} -{"id":"ec-meeting-2019-02-20-7546a14e6f1a72c006c7bb52cd7fddcd304b01a0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-20 - Informatics x BlackBerry Limited"],"date":["2019-02-20"],"summary":["IT Security"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-digit"],"involved":["ec-person-32591d36027eb92a66b57d5bcc8c57d9574380b0","eu-tr-251259032370-30"]}} -{"id":"ec-meeting-2019-02-20-762f0b5fc1e57e8810786c9b6492514d60b1eada","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-20 - Cabinet of Vice-President Günther Oettinger x Nordzucker AG"],"date":["2019-02-20"],"summary":["CAP"],"notes":["Portfolio: Budget & Human Resources"],"location":["Hannover"],"address":["Hannover"],"addressEntity":["addr-0e0e34e0604fb3bbfb4c64c5c0f7d1bcc81d9f78"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911","eu-tr-30193137861-16"]}} -{"id":"ec-meeting-2019-02-20-8e9a38ae9da70ec38d65e75bc4a66d7d3a806dca","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-20 - Cabinet of Vice-President Cecilia Malmström x Mastercard FTI Consulting Belgium"],"date":["2019-02-20"],"summary":["India - Trade barriers in financial sector"],"notes":["Portfolio: Trade"],"location":["Brussels Belgium"],"address":["Brussels Belgium"],"addressEntity":["addr-61947d7d2c69c0b8f57325bd044f500c5fc6df48"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-ce1312d2a248f71fe74eed58aa5915cfa445bbba","ec-person-171e0bfe7e56605212c3c6e618a5d2d7fc23f75f","eu-tr-29896393398-67","eu-tr-58204758673-16"]}} -{"id":"ec-meeting-2019-02-20-946f231bb7f05d6ed82e4bbd449d7e1d50098cc3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-20 - Cabinet of First Vice-President Frans Timmermans x CONCORD Europe"],"date":["2019-02-20"],"summary":["past and future of better regulation"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-34478709670-34","ec-person-0eaac943e895c47df1465dda6c94e671c5081e0a"]}} -{"id":"ec-meeting-2019-02-20-97c9ae258053d10f7d9a6c6956405bd7e18ef622","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-20 - Cabinet of Vice-President Andrus Ansip x Infineon Technologies AG"],"date":["2019-02-20"],"summary":["Digital technologies, HPC"],"notes":["Portfolio: Digital Single Market"],"location":["Dresden"],"address":["Dresden"],"addressEntity":["addr-566c9a609741006f693c3f8df50a206c217bf598"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-6a03bc4fa7657513ea34529e98dba0671ef4c849","eu-tr-10751968675-85"]}} -{"id":"ec-meeting-2019-02-20-abb59796e7e594d6dea1caeebe7958e25ab6d211","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-20 - Cabinet of First Vice-President Frans Timmermans x CSR Europe, The Business Network for Corporate Social Responsibility"],"date":["2019-02-20"],"summary":["discussion on the implementation of the SDGs"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-56502415122-32","ec-person-8d1c5ff76a431332387aa10936b0bff13f7d71fd"]}} -{"id":"ec-meeting-2019-02-20-c57da293c3cfae5b5a860284d8d0821d4917ec62","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-20 - Cabinet of High Representative / Vice-President Federica Mogherini x European Jewish Association"],"date":["2019-02-20"],"summary":["EU Foreign Affairs"],"notes":["Portfolio: Foreign Affairs and Security Policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"involved":["ec-person-e03a77379f79ea00cf20048e42e8b0793bf62fa3","eu-tr-707551412661-80"]}} -{"id":"ec-meeting-2019-02-21-2ffe9153a87a78db866112b3b1fefbdc8ba8577b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-21 - Communications Networks, Content and Technology x Austrian Institute of Technology GmbH"],"date":["2019-02-21"],"summary":["Quantum Technologies"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-396456625196-76","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2019-02-21-3a6567cd087b6a5d6f2839a25f29b700f2151b85","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-21 - Joint Research Centre x Phelix Research and Development"],"date":["2019-02-21"],"summary":["Scientific studies on innovative methods in the field of fighting infectious diseases and nuclear safety/decontamination"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-jrc"],"involved":["ec-person-b3e6b7a4bd40eead1b939244f1cb4e9bdaf65f46","eu-tr-042351634852-57"]}} -{"id":"ec-meeting-2019-02-21-3be59821072d0f017ba586413e89150e7a84e3ad","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-21 - Cabinet of Commissioner Julian King x Samsung Electronics Europe"],"date":["2019-02-21"],"summary":["Cyber security"],"notes":["Portfolio: Security Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-julian-king-of"],"involved":["ec-person-ca8657bb707da1a6a3aad07666e8e325d5faa7e3","eu-tr-40471017282-57"]}} -{"id":"ec-meeting-2019-02-21-3eca0b49859856e9d5d04b7414c1be23f350e14f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-21 - Secretariat-General x DIGITALEUROPE"],"date":["2019-02-21"],"summary":["Europe: A digital continent - State of play"],"location":["Brussels Belgium"],"address":["Brussels Belgium"],"addressEntity":["addr-61947d7d2c69c0b8f57325bd044f500c5fc6df48"],"organizer":["ec-dg-sg"],"involved":["eu-tr-64270747023-20","ec-person-97a74c3df4cdf4db05e274aab8204536eca85f92"]}} -{"id":"ec-meeting-2019-02-21-41718162e94ef12d43a857a06e3078e96e2800d1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-21 - Energy x Schneider Electric"],"date":["2019-02-21"],"summary":["Le potentiel et les bénéfices de la performance énergétique des bâtiments dans le contexte de la transition énergétique"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-46302264606-44","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2019-02-21-458313212f37e8f3e0c5328a04da0666bf258166","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-21 - Cabinet of Vice-President Johannes Hahn x Verband der Versicherungsunternehmen Österreichs / Austrian Insurance Association"],"date":["2019-02-21"],"summary":["to discuss Western Balkan insurance market"],"notes":["Portfolio: European Neighbourhood Policy & Enlargement Negotiations"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-hahn-johannes-of-president-vice"],"involved":["eu-tr-278435521661-59","ec-person-8ffa69c5fdbbacf33a405e9e62a3ef920b5fcde1"]}} -{"id":"ec-meeting-2019-02-21-54073034e0072a17dd7c113aedb055bcc899d36b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-21 - Health and Food Safety x Vaccines Europe"],"date":["2019-02-21"],"summary":["introductory meeting"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-sante"],"involved":["eu-tr-53073567234-18","ec-person-42d2108d723f9b9017ed589e3271e3156172daa7"]}} -{"id":"ec-meeting-2019-02-21-608181747dd752b6a66c931c7d5d6438c9315bda","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-21 - Cabinet of Commissioner Tibor Navracsics x European Olympic Committees EU Office"],"date":["2019-02-21"],"summary":["Funding opportunities Ukrainian sport actors and cooperation with EU + Erasmus"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["BERL Bruxelles"],"address":["BERL Bruxelles"],"addressEntity":["addr-1891b4800eeb24c95230f1cf8f84480f8e768ed5"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-dc2e0fed0fdf39a6a3f3ad63355c5215599de9d1","eu-tr-827752410362-51"]}} -{"id":"ec-meeting-2019-02-21-776eec306749dd54812a3ceb4db7f9741963f2d3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-21 - Secretariat-General x Centre for European Policy Studies"],"date":["2019-02-21"],"summary":["Panel intervention on the political Commission"],"location":["Brussels Belgium"],"address":["Brussels Belgium"],"addressEntity":["addr-61947d7d2c69c0b8f57325bd044f500c5fc6df48"],"organizer":["ec-dg-sg"],"involved":["ec-person-97a74c3df4cdf4db05e274aab8204536eca85f92","eu-tr-86853666704-95"]}} -{"id":"ec-meeting-2019-02-21-8c940bfde3d5b3ee5daacfb57fc105307524e92f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-21 - Cabinet of Vice-President Jyrki Katainen x Global Infrastructure Investor Association"],"date":["2019-02-21"],"summary":["Update on global and EU investment environment"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-246069829906-88","ec-person-c3d85c41b6b842aae5c953d41fda5f240a5d0969"]}} -{"id":"ec-meeting-2019-02-21-939250f321503c2c5c3e3f5e2087573aae3b1981","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-21 - Cabinet of Vice-President Miguel Arias Cañete x Compagnie de SAINT-GOBAIN"],"date":["2019-02-21"],"summary":["Climate natural strategy"],"notes":["Portfolio: Climate Action & Energy"],"location":["Madrid"],"address":["Madrid"],"addressEntity":["addr-7a2191964a3d7521269f0068afae6b6116bac15d"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-892857311821-20","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd"]}} -{"id":"ec-meeting-2019-02-21-c115d50b2ed6d3189d48c1ff511482aa39f387e1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-21 - Cabinet of Vice-President Jyrki Katainen x Gates Ventures, LLC"],"date":["2019-02-21"],"summary":["Breakthrough Energy Ventures"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-c3d85c41b6b842aae5c953d41fda5f240a5d0969","eu-tr-458140332839-09"]}} -{"id":"ec-meeting-2019-02-21-cb5dbf796b2142ecd2b3770ab0cc6738cfd9e4c6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-21 - Secretariat-General x JPMorgan Chase & Co."],"date":["2019-02-21"],"summary":["EU political situation, Brexit, deepening of EMU"],"location":["Brussels Belgium"],"address":["Brussels Belgium"],"addressEntity":["addr-61947d7d2c69c0b8f57325bd044f500c5fc6df48"],"organizer":["ec-dg-sg"],"involved":["ec-person-97a74c3df4cdf4db05e274aab8204536eca85f92","eu-tr-9171899949-17"]}} -{"id":"ec-meeting-2019-02-21-dbdea05e32ff4bab5fecc09e2c56f5091b76611b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-21 - Cabinet of Vice-President Günther Oettinger x Zalando SE"],"date":["2019-02-21"],"summary":["European policy in general"],"notes":["Portfolio: Budget & Human Resources"],"location":["BXL"],"address":["BXL"],"addressEntity":["addr-d2fde52f67ea4a3e1fe233d0a959d6a1c77fd910"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-877966419254-70","ec-person-b35676936bf5857250753de4a8c3e63bfc47b9d7"]}} -{"id":"ec-meeting-2019-02-21-e412d17ac9ada23dbde91fc2080930f93cd8bbb1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-21 - Cabinet of President Jean-Claude Juncker x The European House - Ambrosetti"],"date":["2019-02-21"],"summary":["Achievements of the Juncker Commission and challenges and opportunities for the future of Europe"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-442e08d247d72bdef0fce4bf17477efe2a5bfe49","eu-tr-625244214975-24"]}} -{"id":"ec-meeting-2019-02-21-e5f57c39bd4f38efbec1160c5e1470d555b024ff","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-21 - Cabinet of President Jean-Claude Juncker x Centre for European Policy Studies"],"date":["2019-02-21"],"summary":["Speech on Capital Markets Union at CEPS Ideas Labs 2019"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-c402e34a99fbee730ae22e3b1958e21c94dc6fcc","eu-tr-86853666704-95"]}} -{"id":"ec-meeting-2019-02-21-e7592d9187ad7cad2fd7ca2123e5d9d710f1ab02","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-21 - Cabinet of Commissioner Mariya Gabriel x WO'MEN ENTREPRENEURS"],"date":["2019-02-21"],"summary":["“no women, no panel” campaign"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-883011233419-21","ec-person-6cd1e3bf3a4eec9e9db49b32cf3d20ab7dbfe03f"]}} -{"id":"ec-meeting-2019-02-21-ea26d1a21a1a7949d321c8cc0c76d6eb6b3fc30c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-21 - Cabinet of Commissioner Tibor Navracsics x Unioncamere Europa asbl"],"date":["2019-02-21"],"summary":["Mirabilia Network"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["BERL - bRUSSELS"],"address":["BERL - bRUSSELS"],"addressEntity":["addr-baf2a3ab0928c971f2edbfeb89af4ab5ae45118b"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-49f31dad10f5641cb1d1e4c3107dd838389e8120","eu-tr-11122676364-50"]}} -{"id":"ec-meeting-2019-02-22-00ce429d39b5e67b05805df9c5bcce40ecbfb186","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-22 - Cabinet of Commissioner Carlos Moedas x Centre for Fine Arts"],"date":["2019-02-22"],"summary":["EU pavilion at the biennale Venice/Cooperation with BOZAR/STEAM/Scientist in residence programme"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-8ec05e08adb6965c1b360cae0a4d52d4d72a2f95","ec-person-23980b2bc4fd9c82051d0f7888dc236b2f764866","eu-tr-981651218089-69"]}} -{"id":"ec-meeting-2019-02-22-1f5961a64162a18c9aa52a4d0710ba4b99948245","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-22 - Cabinet of Vice-President Miguel Arias Cañete x Greenpeace European Unit Climate Action Network Europe Sociedad Española de Ornitología"],"date":["2019-02-22"],"summary":["Climate neutral strategy"],"notes":["Portfolio: Climate Action & Energy"],"location":["Madrid"],"address":["Madrid"],"addressEntity":["addr-7a2191964a3d7521269f0068afae6b6116bac15d"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-9832909575-41","eu-tr-78244764767-48","eu-tr-55888811123-49","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd"]}} -{"id":"ec-meeting-2019-02-22-2097fd9f6231c39db926be8f9f7270f4b736cbfd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-22 - Cabinet of First Vice-President Frans Timmermans x Think Beyond Plastic"],"date":["2019-02-22"],"summary":["discussion on plastics and alternative materials"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-360635028553-14","ec-person-8d1c5ff76a431332387aa10936b0bff13f7d71fd"]}} -{"id":"ec-meeting-2019-02-22-223fecad9adfc38c91141677bf22eaab7cc11371","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-22 - Cabinet of Vice-President Miguel Arias Cañete x ASOCIACIÓN ESPAÑOLA DE FABRICANTES DE AUTOMÓVILES Y CAMIONES"],"date":["2019-02-22"],"summary":["Climate neutral strategy"],"notes":["Portfolio: Climate Action & Energy"],"location":["Madrid"],"address":["Madrid"],"addressEntity":["addr-7a2191964a3d7521269f0068afae6b6116bac15d"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-814112514572-47","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd"]}} -{"id":"ec-meeting-2019-02-22-53fe4582a3259e6c9fd4f35f92a1349420fe3f7a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-22 - Cabinet of Commissioner Violeta Bulc x International Association for Sustainable Aviation e.V. (IASA)"],"date":["2019-02-22"],"summary":["Aviation topics"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-9d4dc4867a44dfe10f67ae7ee1706da3e8b48a24","eu-tr-902785733856-56"]}} -{"id":"ec-meeting-2019-02-22-5a8b65fa55a008364c2f99d9fe4af4c7e89edd8a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-22 - Health and Food Safety x INSTITUT NATIONAL DE LA SANTE ET DE LA RECHERCHE MEDICALE"],"date":["2019-02-22"],"summary":["Introductory meeting"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-sante"],"involved":["ec-person-42d2108d723f9b9017ed589e3271e3156172daa7","eu-tr-93192457791-92"]}} -{"id":"ec-meeting-2019-02-22-6305a2db14b6030c9274005eee4b2004a0c135d2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-22 - Cabinet of Commissioner Phil Hogan x Rolls-Royce plc"],"date":["2019-02-22"],"summary":["Preparation of EU-Japan Business Round table event (15/5/2019)"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-c9d17d5879383b030f61a4066848249fb35d57e4","eu-tr-58290033126-06"]}} -{"id":"ec-meeting-2019-02-22-660075afabd207f1d07049b5a6adf07c28b6dc37","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-22 - Cabinet of Vice-President Günther Oettinger x MAN Truck & Bus SE"],"date":["2019-02-22"],"summary":["Climate change policy"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-06093891220-52","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2019-02-22-76211d717f00502bca567ce6de315e91a0d17d25","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-22 - Cabinet of Commissioner Phil Hogan x European Science Foundation"],"date":["2019-02-22"],"summary":["Agri Matters"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-a1a78365cc4685b0958056646204977d8f2ead92","eu-tr-831120023433-89"]}} -{"id":"ec-meeting-2019-02-22-76769e7cca67ab70cc01bc567b44410d022fe721","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-22 - Cabinet of Vice-President Valdis Dombrovskis x None"],"date":["2019-02-22"],"summary":["Polish financial services legislation"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-33858106461-10","eu-tr-753664434063-50","eu-tr-799142914971-03","ec-person-48f31156d932641826e09f5b73f074d35ff05786","eu-tr-83370363079-88"]}} -{"id":"ec-meeting-2019-02-22-95cbe7192575dda406d1a9ac927e39c930dc4e80","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-22 - Cabinet of Vice-President Jyrki Katainen x Think Beyond Plastic"],"date":["2019-02-22"],"summary":["TBP's vision of the innovation ecosystem in the new plastics economy"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-360635028553-14","ec-person-0da85dc48012e26688310a59a0b51727ea68f410"]}} -{"id":"ec-meeting-2019-02-22-ac96d59e4c7b4f52e3d72a49515385cdb49f518a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-22 - Cabinet of First Vice-President Frans Timmermans x Friends of the Earth Europe"],"date":["2019-02-22"],"summary":["discussion on legally binding instruments for corporate accountability"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-9825553393-31","ec-person-8d1c5ff76a431332387aa10936b0bff13f7d71fd"]}} -{"id":"ec-meeting-2019-02-22-b9a7e7f1ca8acec57125d3af5b5392b6c48e8fb1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-22 - Cabinet of Vice-President Karmenu Vella x Think Beyond Plastic"],"date":["2019-02-22"],"summary":["Plastic Recyclability"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["eu-tr-360635028553-14","ec-person-e3c587153be49902cde115f568bd5e9a9d548743"]}} -{"id":"ec-meeting-2019-02-22-c52e4f6cdcf7488a82153168a43a4f71d42fec58","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-22 - Cabinet of Vice-President Miguel Arias Cañete x NATURGY ENERGY GROUP"],"date":["2019-02-22"],"summary":["Climate neutral strategy"],"notes":["Portfolio: Climate Action & Energy"],"location":["Madrid"],"address":["Madrid"],"addressEntity":["addr-7a2191964a3d7521269f0068afae6b6116bac15d"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-67833029261-54","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd"]}} -{"id":"ec-meeting-2019-02-22-d08179aa931c1f89ecfe91573c0c1c3bad98f210","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-22 - Cabinet of Commissioner Violeta Bulc x Airbus"],"date":["2019-02-22"],"summary":["Discussion about the coming meeting with Airbus new CEO"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-9d4dc4867a44dfe10f67ae7ee1706da3e8b48a24","eu-tr-2732167674-76"]}} -{"id":"ec-meeting-2019-02-24-4ed56384ba76e85fa5b58036212194bc10b1fb50","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-24 - Communications Networks, Content and Technology x AT&T, Inc."],"date":["2019-02-24"],"summary":["Recent developments in 5G"],"location":["Barcelona"],"address":["Barcelona"],"addressEntity":["addr-122a417e6dce08a4a554333bbc6e9922b62c1f31"],"organizer":["ec-dg-connect"],"involved":["eu-tr-92442218459-37","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2019-02-25-19b4a8b1e7d09937fc8bfef503f4c0b90c08d97e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-25 - Cabinet of Commissioner Mariya Gabriel x Nota Bene"],"date":["2019-02-25"],"summary":["Disinformation"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-830630634035-51","ec-person-13ac9a19d8d04f97c0d32603d014df0dd4e1cd2a"]}} -{"id":"ec-meeting-2019-02-25-1c0a75de5c170ecf5630237530a9a9a297910bb3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-25 - Energy x Council of European Energy Regulators"],"date":["2019-02-25"],"summary":["EU-Africa cooperation on energy markets and regulation"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-65470797015-89","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2019-02-25-2f09f45584355f54940554dbb1f1517a1d426aee","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-25 - Financial Stability, Financial Services and Capital Markets Union x Bruegel"],"date":["2019-02-25"],"summary":["Banking union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-458295331598-02","ec-person-bdee7a93f95c8ef05079539170139b3c02e8ed96"]}} -{"id":"ec-meeting-2019-02-25-4d7336ab70e94b26f3787138184eff16a95ef156","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-25 - Cabinet of Vice-President Günther Oettinger x Deutsche Telekom"],"date":["2019-02-25"],"summary":["Connectivity"],"notes":["Portfolio: Budget & Human Resources"],"location":["Barcelona"],"address":["Barcelona"],"addressEntity":["addr-122a417e6dce08a4a554333bbc6e9922b62c1f31"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911","eu-tr-60052162589-72"]}} -{"id":"ec-meeting-2019-02-25-5323f5ba5472b5870f404e942f8ecb2defb649c4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-25 - Cabinet of Vice-President Andrus Ansip x ISFE - Representing the European Videogames Industry"],"date":["2019-02-25"],"summary":["Copyright, AI"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-e91c5be432b6b3efdda369792fed67c20b767a45","eu-tr-20586492362-11"]}} -{"id":"ec-meeting-2019-02-25-74c80d4ece95a47a4a051528ee603c040eb4ec13","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-25 - Cabinet of Vice-President Günther Oettinger x GSMA Europe"],"date":["2019-02-25"],"summary":["Connectivity"],"notes":["Portfolio: Budget & Human Resources"],"location":["Barcelona"],"address":["Barcelona"],"addressEntity":["addr-122a417e6dce08a4a554333bbc6e9922b62c1f31"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-30988577529-37","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2019-02-25-9bea02ec79f14d98690db7a9087b2403113539bf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-25 - Cabinet of Commissioner Phil Hogan x Fédération Européenne des Fabricants d'Aliments Composés"],"date":["2019-02-25"],"summary":["Greening measures in CAP reform; FEFAC's 60th Anniversary; trade"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-400dd8d59d3060187d9b9b143d697da1a3d03c12","ec-person-c9d17d5879383b030f61a4066848249fb35d57e4","eu-tr-77105321408-83"]}} -{"id":"ec-meeting-2019-02-25-b8b7977e641a1ab67a1ed84ffe9ab6234622a245","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-25 - Cabinet of Commissioner Mariya Gabriel x Vodafone Belgium SA"],"date":["2019-02-25"],"summary":["EU Telecoms regulatory framework, Radio Spectrum, ePrivacy, MFF, Digital Europe Program"],"notes":["Portfolio: Digital Economy and Society"],"location":["Barcelona"],"address":["Barcelona"],"addressEntity":["addr-122a417e6dce08a4a554333bbc6e9922b62c1f31"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-90142503473-81","ec-person-1674399a793e9e6fd7cf55b525515fc862fc9351"]}} -{"id":"ec-meeting-2019-02-25-bca3eb6bc77dd3d8da42e7eef43a9ca66004b0f7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-25 - Communications Networks, Content and Technology x TIM S.p.A."],"date":["2019-02-25"],"summary":["Courtesy meeting \"meet & greet\""],"location":["Barcelona"],"address":["Barcelona"],"addressEntity":["addr-122a417e6dce08a4a554333bbc6e9922b62c1f31"],"organizer":["ec-dg-connect"],"involved":["eu-tr-078655018381-34","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2019-02-25-d6729003a77965eb65b7ecbd2ae2f844fca3c764","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-25 - Cabinet of Commissioner Julian King x Vodafone Belgium SA"],"date":["2019-02-25"],"summary":["Cyber security"],"notes":["Portfolio: Security Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-julian-king-of"],"involved":["ec-person-ca8657bb707da1a6a3aad07666e8e325d5faa7e3","eu-tr-90142503473-81"]}} -{"id":"ec-meeting-2019-02-25-ef730df7dbdbcfc9fd9da6b5bccf5b74b0a7f4f5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-25 - European Neighbourhood and Enlargement Negotiations x Teach For All Network"],"date":["2019-02-25"],"summary":["Neighbourhood and Enlargement negotiations"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-near"],"involved":["eu-tr-350952629688-14","ec-person-1160ccf35947f06f1629cad85b9f162eb5575780"]}} -{"id":"ec-meeting-2019-02-26-134b6def158c0485c7030655b929ab48d93e92ce","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-26 - Communications Networks, Content and Technology x Internet Corporation for Assigned Names and Numbers"],"date":["2019-02-26"],"summary":["ICANN WHOIS policy reform & WRC-19"],"location":["Barcelona"],"address":["Barcelona"],"addressEntity":["addr-122a417e6dce08a4a554333bbc6e9922b62c1f31"],"organizer":["ec-dg-connect"],"involved":["eu-tr-804646318062-39","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2019-02-26-24217ff2fc47981cba526c4b2ec5c13468d7d173","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-26 - Cabinet of Vice-President Miguel Arias Cañete x UNIÓN DE CRIADORES DE TORO DE LIDIA"],"date":["2019-02-26"],"summary":["The contribution of rural areas to the fight against climate change"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-500481434335-52","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd"]}} -{"id":"ec-meeting-2019-02-26-27b5db061c7a30dc1ed1ca49b0d6856f795d2cde","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-26 - Communications Networks, Content and Technology x Amazon Europe Core SARL"],"date":["2019-02-26"],"summary":["Evolution of European Digital economy , cloud related polices & intermediary liabilities for ISPs"],"location":["Barcelona"],"address":["Barcelona"],"addressEntity":["addr-122a417e6dce08a4a554333bbc6e9922b62c1f31"],"organizer":["ec-dg-connect"],"involved":["eu-tr-366117914426-10","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2019-02-26-2f99616bada84dbb36b36802d7adc36b99fc8c7c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-26 - Cabinet of Vice-President Maroš Šefčovič x Environmental Defense Fund Europe"],"date":["2019-02-26"],"summary":["EDF are seeking to raise awareness of methane emissions from the oil and gas industry, both in Europe and globally"],"notes":["Portfolio: Energy Union"],"location":["Berl"],"address":["Berl"],"addressEntity":["addr-54e63e71413c0e3e97d7bff5666df91904ace402"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-055599331897-93","ec-person-53a651a7157cc65c63972e59c546d17b05d6108a"]}} -{"id":"ec-meeting-2019-02-26-47565b364c42d7ad20c97926b3051fb796e529dc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-26 - Cabinet of Commissioner Violeta Bulc x SOLAR IMPULSE FOUNDATION"],"date":["2019-02-26"],"summary":["Meeting with Dr. Bertrand Piccard, Director of the governmental Affairs at the Solar Impulse Foundation"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-4d2b449b5047ea3fda435a2a1c1081e3babcdf76","eu-tr-569885924378-48","ec-person-9fddf13de7f65229b7da7c5b25dca1630cad3c48"]}} -{"id":"ec-meeting-2019-02-26-4d2b49f58c59c8012b07c8f081c8da2caa5ce93a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-26 - Cabinet of Vice-President Günther Oettinger x Taxpayers Association of Europe"],"date":["2019-02-26"],"summary":["Plastikrichtlinie"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-5903604107-54","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2019-02-26-561484bb87c740efbf93b8533d6733f42a77bb6d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-26 - Communications Networks, Content and Technology x Meta Platforms Ireland Limited and its various subsidiaries (f/k/a Facebook Ireland Limited)"],"date":["2019-02-26"],"summary":["EU Future Digital Priorities, FB work on Ethics integrity, False News"],"location":["Barcelona"],"address":["Barcelona"],"addressEntity":["addr-122a417e6dce08a4a554333bbc6e9922b62c1f31"],"organizer":["ec-dg-connect"],"involved":["eu-tr-28666427835-74","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2019-02-26-6b4e111a0884c9bdedbb4d82c37736f458a44e78","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-26 - Communications Networks, Content and Technology x None"],"date":["2019-02-26"],"summary":["Dialogue on industry's possibilities/opportunities in European industry leadership"],"location":["Barcelona"],"address":["Barcelona"],"addressEntity":["addr-122a417e6dce08a4a554333bbc6e9922b62c1f31"],"organizer":["ec-dg-connect"],"involved":["eu-tr-60052162589-72","eu-tr-30988577529-37","eu-tr-90142503473-81","eu-tr-52431421-12","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2019-02-26-755325fece437e9502f6e99e667ca3388acd4603","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-26 - Cabinet of Vice-President Valdis Dombrovskis x AIG Europe S.A."],"date":["2019-02-26"],"summary":["Cyber security, Sustainable Finance and long-term investments, Solvency II Review"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-795654421523-14","ec-person-30d770ccd575865b3106f94220ce1ace16e48f1a","ec-person-a9eda2e8ea54b70a968327672c6cada679d3cd56"]}} -{"id":"ec-meeting-2019-02-26-aa792f01cb1d46cd616220f43c29cef73faeede7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-26 - Energy x European Association of Electrical Contractors Syndicat des entreprises de la transition énergétique et numérique Fédération française des Intégrateurs Electriciens"],"date":["2019-02-26"],"summary":["Le potentiel lié à la performance énergétique des bâtiments et des nouvelles technologies en Europe, y.c. ventilation, chauffage et climatisation."],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-747408333919-74","eu-tr-510924633908-01","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e","eu-tr-9089874181-55"]}} -{"id":"ec-meeting-2019-02-26-c3c8993edf24aeab979e69c963cbe4fb2c18f358","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-26 - Energy x Shell Companies"],"date":["2019-02-26"],"summary":["The contribution of diversified technologies for the clean and competitive energy transition"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-05032108616-26","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2019-02-26-df2e811d22bb32134eddfa779798d027932b54a9","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2019-02-26 - Cabinet of Vice-President Cecilia Malmström x Environmental Defense Fund Europe"],"date":["2019-02-26"],"summary":["Methane emissions footprint of the European gas consumption"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-055599331897-93","ec-person-cb8ca9ec2413722fa83484ed18dd76ace52d0118","ec-person-171e0bfe7e56605212c3c6e618a5d2d7fc23f75f"]}} -{"id":"ec-meeting-2019-02-26-fe01b2b48c8d3129e931b987e6e9428cc3b1b65a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-26 - Cabinet of Vice-President Miguel Arias Cañete x KIC InnoEnergy SE"],"date":["2019-02-26"],"summary":["European Batteries Alliance"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-3eac19199bd5dbac49f504d2610a9066dddbfe57","eu-tr-462849021886-85"]}} -{"id":"ec-meeting-2019-02-27-0721dc017a0f07fb0e16f510a9907188725f1b31","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-27 - Energy x Friends of Sustainable Grids"],"date":["2019-02-27"],"summary":["energy policy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-91684615435-86","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2019-02-27-0d3edc7e5b72f93a0bd5ffdb9411cfa789e32389","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-27 - Cabinet of Vice-President Karmenu Vella x WWF European Policy Programme"],"date":["2019-02-27"],"summary":["Deforestation"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["eu-tr-1414929419-24","ec-person-e3c587153be49902cde115f568bd5e9a9d548743"]}} -{"id":"ec-meeting-2019-02-27-132483874a2cf16df004f5a6c9728cfa078a475d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-27 - Cabinet of First Vice-President Frans Timmermans x Chevron Belgium BV"],"date":["2019-02-27"],"summary":["discussion on Sustainable Development and corporate responsibility"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["ec-person-8d1c5ff76a431332387aa10936b0bff13f7d71fd","eu-tr-09981988815-02"]}} -{"id":"ec-meeting-2019-02-27-1a6fc588385a9bb4ba02f8c7ad63eecad7c0dc4f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-27 - Climate Action x Eurelectric aisbl"],"date":["2019-02-27"],"summary":["EU long term strategy and EC priorities 2020-2024"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-clima"],"involved":["ec-person-9c5c685692a09a77f2bc8ae9c05663b87cd75aae","eu-tr-4271427696-87"]}} -{"id":"ec-meeting-2019-02-27-1d2aa3d83d876fe54029f6d963171bd4e0528e47","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-27 - Cabinet of Commissioner Corina Crețu x GÉANT Association"],"date":["2019-02-27"],"summary":["Regional Development"],"notes":["Portfolio: Regional Policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-corina-cretu-of"],"involved":["eu-tr-435792917444-12","ec-person-2ab6296ada57eee7b1af6a77e7ff23cf6b0b1ccf"]}} -{"id":"ec-meeting-2019-02-27-244bd3816154ce45c231b732bdb4e9aedd0a77de","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-27 - Cabinet of Commissioner Vytenis Andriukaitis x Barilla G. e R. Fratelli SpA"],"date":["2019-02-27"],"summary":["Sustainability food chain"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["eu-tr-537747327897-92","ec-person-0dbfffeb0323f819c8d57164906086dd8639c437"]}} -{"id":"ec-meeting-2019-02-27-260a8c5605406bd124e5037fc895a9e67815b69a","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2019-02-27 - Cabinet of Vice-President Jyrki Katainen x Finland Chamber of Commerce (Keskuskauppakamari)"],"date":["2019-02-27"],"summary":["Political situation in Finland"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90","eu-tr-5552918474-13","ec-person-ccd2797b568cba38993df7d1dcc985dbc1eb439a"]}} -{"id":"ec-meeting-2019-02-27-4bd5bdf2b4675351e4cc8990a64e8400a43ea612","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-27 - Environment x FTI Consulting Belgium Amazon Europe Core SARL"],"date":["2019-02-27"],"summary":["Circular Economy, waste minimization and product responsibility"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-env"],"involved":["eu-tr-366117914426-10","eu-tr-29896393398-67","ec-person-3bc74ce04ea3f4ab4d91a5c88eef25b8b8a213b4"]}} -{"id":"ec-meeting-2019-02-27-5eeb444bf3bbd76648d74a168345106ee8358640","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-27 - Cabinet of Vice-President Günther Oettinger x Genossenschaftsverband – Verband der Regionen e.V."],"date":["2019-02-27"],"summary":["MFF"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-262971415265-56","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2019-02-27-601eb35f2ecf3507563001f03f7bd414d64642d1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-27 - Health and Food Safety x spiritsEUROPE"],"date":["2019-02-27"],"summary":["introductory meeting"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-sante"],"involved":["ec-person-42d2108d723f9b9017ed589e3271e3156172daa7","eu-tr-64926487056-58"]}} -{"id":"ec-meeting-2019-02-27-6c1f751bb737c2ad15da16984fd16e0e3511a3e9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-27 - Cabinet of Vice-President Günther Oettinger x Union of European national football teams of winemakers"],"date":["2019-02-27"],"summary":["sport policy and inclusion"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-938672534075-19","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2019-02-27-7423fe8dc491af94eeedda46854dc7011862ed37","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-27 - Cabinet of President Jean-Claude Juncker x Schweizerische Bankiervereinigung"],"date":["2019-02-27"],"summary":["EU-CH relations"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-880304716184-26","ec-person-da1926615bdcdb789928b90ac532982fef6e24ee"]}} -{"id":"ec-meeting-2019-02-27-7f0dcc7224069120e97a69ff81b1651ed5254658","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-27 - Cabinet of Vice-President Jyrki Katainen x Maa- ja metsätaloustuottajain Keskusliitto – Central Union of Agricultural Producers and Forest Owners"],"date":["2019-02-27"],"summary":["Sustainable Finance"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-56039441735-48","ec-person-567e71ed1b2c1e3f5ed12f2c3bedf7e9e69a9158"]}} -{"id":"ec-meeting-2019-02-27-84918d6bed86eefdeaac089b3310bcbd324a26ff","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-27 - Health and Food Safety x PROFEL - European Association of Fruit and Vegetable Processors"],"date":["2019-02-27"],"summary":["Introductory meeting"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-sante"],"involved":["ec-person-42d2108d723f9b9017ed589e3271e3156172daa7","eu-tr-14946504665-75"]}} -{"id":"ec-meeting-2019-02-27-89e770b9387f72ca4aad68d29f0cf026d06c310c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-27 - Cabinet of Vice-President Valdis Dombrovskis x The Goldman Sachs Group, Inc."],"date":["2019-02-27"],"summary":["Brexit"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-48f31156d932641826e09f5b73f074d35ff05786","eu-tr-701266814986-18"]}} -{"id":"ec-meeting-2019-02-27-8edc21b9628cb328f6480a6da337b8feccf75c0f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-27 - Cabinet of Vice-President Cecilia Malmström x Achema"],"date":["2019-02-27"],"summary":["Trade Defence Case UAN"],"notes":["Portfolio: Trade"],"location":["Brussels Belgium"],"address":["Brussels Belgium"],"addressEntity":["addr-61947d7d2c69c0b8f57325bd044f500c5fc6df48"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-404665130963-63","ec-person-ce1312d2a248f71fe74eed58aa5915cfa445bbba"]}} -{"id":"ec-meeting-2019-02-27-8f64a32de8dc0038ce61f0fbc072f721921bd99f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-27 - Employment, Social Affairs and Inclusion x Teach For All Network"],"date":["2019-02-27"],"summary":["introductory meeting"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-empl"],"involved":["eu-tr-350952629688-14","ec-person-dd259fce880e1853f0beb087443bce6e7dea70d7"]}} -{"id":"ec-meeting-2019-02-27-a42d67102bf845f0c9f7bea54109c95712fc4d70","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-27 - Communications Networks, Content and Technology x Swiss Finance Council"],"date":["2019-02-27"],"summary":["Relations with 3rd countries for CONNECT issues incl. Cyber-resilience, DSM, Free flow of data, Blockchain"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-858716912337-17","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2019-02-27-ac06ed8744f6e29788709b43be9c8e0840940a4e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-27 - Cabinet of Vice-President Günther Oettinger x European Chamber of Ireland"],"date":["2019-02-27"],"summary":["Future of Europe"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-578037233932-60","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2019-02-27-b76b009cad4af0a808674e6023d81f57b7202241","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-27 - Cabinet of Vice-President Johannes Hahn x Swiss Finance Council"],"date":["2019-02-27"],"summary":["EU Swiss relations"],"notes":["Portfolio: European Neighbourhood Policy & Enlargement Negotiations"],"location":["berlaymont"],"address":["berlaymont"],"addressEntity":["addr-e2031099ac69651b683d551b7a3471daf1b3a638"],"organizer":["ec-cabinet-hahn-johannes-of-president-vice"],"involved":["ec-person-14243ca3b6c9c0f57c03163cfda58dad2d75b681","eu-tr-858716912337-17","ec-person-f672afec7a839bc5243ddd3590bf9d6526226d41"]}} -{"id":"ec-meeting-2019-02-27-bb9decc0c2ee02a6147301e4b55c958095fc8fc0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-27 - Cabinet of Commissioner Phil Hogan x WWF - UK"],"date":["2019-02-27"],"summary":["Deforestation and forest degradation"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-407803414785-68","ec-person-68b8e931bdd0cafe77ab8e98d87edbea128d6c49"]}} -{"id":"ec-meeting-2019-02-27-c18aaca146375a0bae8541203d97a068983666ac","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-27 - Cabinet of Vice-President Jyrki Katainen x BUSINESSEUROPE"],"date":["2019-02-27"],"summary":["Stocktaking on EU trade policy"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-af4fdbf97c89a6df87ab37d321d95829d657c940","eu-tr-3978240953-79"]}} -{"id":"ec-meeting-2019-02-27-f43834efbbab404d9ea84e216a216e2a6089466f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-27 - Environment x Banco Santander, S.A."],"date":["2019-02-27"],"summary":["Sustainable Finance"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-env"],"involved":["eu-tr-799142914971-03","ec-person-3bc74ce04ea3f4ab4d91a5c88eef25b8b8a213b4"]}} -{"id":"ec-meeting-2019-02-28-688ff0420f9ee8e35c64b81990e352f12fb2cb95","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-28 - Cabinet of Vice-President Günther Oettinger x Open Search Foundation e.V."],"date":["2019-02-28"],"summary":["Internet Search Infrastructure"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-874169335576-64","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2019-02-28-80bb1b6ac35fc0ae75d49dfcc7997fa281556d17","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-28 - Cabinet of Vice-President Miguel Arias Cañete x Transport and Environment (European Federation for Transport and Environment)"],"date":["2019-02-28"],"summary":["Energy policy"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd","eu-tr-58744833263-19"]}} -{"id":"ec-meeting-2019-02-28-be761ca7c5a23dfbd3d49c54d34eb53dfb045c3a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-28 - Cabinet of Vice-President Günther Oettinger x EUROPEAN TRADE UNION CONFEDERATION"],"date":["2019-02-28"],"summary":["MFF"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-06698681039-26","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2019-02-28-fa561cd662a39260bfc6f92426527fbbbb46c0d8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-02-28 - Health and Food Safety x FoodDrinkEurope"],"date":["2019-02-28"],"summary":["introductory meeting"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-sante"],"involved":["eu-tr-75818824519-45","ec-person-42d2108d723f9b9017ed589e3271e3156172daa7"]}} -{"id":"ec-meeting-2019-03-01-4e7b96d12344926d2c1c5c87f3d373615b166daf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-03-01 - Cabinet of Commissioner Mariya Gabriel x Associacao BrazilLAB"],"date":["2019-03-01"],"summary":["\"No Women, No Panel\" campaign, women in tech"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-890021933825-74","ec-person-6cd1e3bf3a4eec9e9db49b32cf3d20ab7dbfe03f"]}} -{"id":"ec-meeting-2019-03-01-d2cd629ec1639972605a575a0b525a4650eb2e96","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-03-01 - Cabinet of Commissioner Mariya Gabriel x Access Partnership"],"date":["2019-03-01"],"summary":["Women in Digital"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-467615113800-87","ec-person-6cd1e3bf3a4eec9e9db49b32cf3d20ab7dbfe03f"]}} -{"id":"ec-meeting-2019-03-04-0bd7c4fd6313f121d6ab6161fbb72b053dd17d6d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-03-04 - Cabinet of Vice-President Andrus Ansip x Huawei Technologies"],"date":["2019-03-04"],"summary":["DSM, cybersecurity, 5G"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-3ca0c466b8ff230d4409591430b388007ce14ff8","eu-tr-114467111412-38","ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0","ec-person-1b5d370ac9c418626a6461f1ff6f08e5ec594595"]}} -{"id":"ec-meeting-2019-03-04-239dcd788694a3fdde2b436997d00847b26ae4f1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-03-04 - Cabinet of Commissioner Carlos Moedas x SuperNode Ltd"],"date":["2019-03-04"],"summary":["Renewable energy"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["eu-tr-865198434214-08","ec-person-0a716bf5253e913fc40ebf14c12f30dc2e7a06ee","ec-person-23980b2bc4fd9c82051d0f7888dc236b2f764866"]}} -{"id":"ec-meeting-2019-03-04-93c677d853e6eeb7946711e890120ae3ae71e16d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-03-04 - Financial Stability, Financial Services and Capital Markets Union x Credit Suisse Group AG"],"date":["2019-03-04"],"summary":["ring-fencing"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-206549617146-90","ec-person-bdee7a93f95c8ef05079539170139b3c02e8ed96"]}} -{"id":"ec-meeting-2019-03-04-b174a83a9e3522ee9c3b793c61662f8827ec6fae","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-03-04 - Cabinet of Vice-President Günther Oettinger x Cámara Oficial de Comercio, Industria, Servicios y Navegación de España"],"date":["2019-03-04"],"summary":["MFF"],"notes":["Portfolio: Budget & Human Resources"],"location":["Madrid"],"address":["Madrid"],"addressEntity":["addr-7a2191964a3d7521269f0068afae6b6116bac15d"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-934667112465-59","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2019-03-04-b3132b236ccb0df7ac12a1043fef77d1acc76384","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-03-04 - Cabinet of Vice-President Miguel Arias Cañete x Central Europe Energy Partners"],"date":["2019-03-04"],"summary":["Energy Markets in Central Europe"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-1831691c10441c5974327bbeb8693d6b6c1e50c3","eu-tr-87738563745-94"]}} -{"id":"ec-meeting-2019-03-04-b73cb358ca33d3a871e8f3d759ebaf4b67bb419c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-03-04 - Cabinet of Commissioner Julian King x Huawei Technologies"],"date":["2019-03-04"],"summary":["Cyber security"],"notes":["Portfolio: Security Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-julian-king-of"],"involved":["ec-person-ca8657bb707da1a6a3aad07666e8e325d5faa7e3","eu-tr-114467111412-38"]}} -{"id":"ec-meeting-2019-03-04-cde77c5eacd39e7ef441f06ef1b1258c47cb375b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-03-04 - Research and Innovation x EuroScience"],"date":["2019-03-04"],"summary":["Horizon Europe"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-rtd"],"involved":["eu-tr-960231515423-37","ec-person-1d348f33395de0ea6773a7b4ae8797e3e0392f73"]}} -{"id":"ec-meeting-2019-03-04-d0069ea21c31008ad0be141eb7c9f9d7ccf89fcb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-03-04 - Cabinet of Commissioner Vytenis Andriukaitis x Syndicat national des compléments alimentaires European Federation of Associations of Health Product Manufacturers"],"date":["2019-03-04"],"summary":["EU legislation related to health claims for botanicals and to vitamins and minerals (safety assesesment)"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-b9c3f19e7c5f216e3e508f931ddd6a9cb59376d1","eu-tr-037623530780-36","eu-tr-65512466920-96"]}} -{"id":"ec-meeting-2019-03-04-d2c5bb245f4a2cafd72d1fae9c5c886d14d0bfd9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-03-04 - Cabinet of Commissioner Věra Jourová x None"],"date":["2019-03-04"],"summary":["Elections"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-5455ecfabb89025694c798deac08160a2be17d94","ec-person-a608b85b2ffef83f883b5a2330b6232efa1b7141","eu-tr-976985829492-08","eu-tr-03181945560-59","ec-person-1e0e3a00ab815dea7c5b839b002ed2c7e34bfe0a","eu-tr-0801162959-21","ec-person-184e698af1eb9e33b179680570ca171d8cb31c94","eu-tr-28666427835-74"]}} -{"id":"ec-meeting-2019-03-04-e43b88dd55d5e86177f8321b7a3d87421c846cd7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-03-04 - Cabinet of Vice-President Cecilia Malmström x BLUE STAR STRATEGIES SAS"],"date":["2019-03-04"],"summary":["Meeting on the Human Rights situation in Bangladesh"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-171e0bfe7e56605212c3c6e618a5d2d7fc23f75f","eu-tr-949247229948-43"]}} -{"id":"ec-meeting-2019-03-04-f0801c5ef2c3b3402fbd42079e91d25134836360","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-03-04 - Climate Action x Fertilizers Europe"],"date":["2019-03-04"],"summary":["The relative burden of ETS for the fertilizer industry, opportunities for carbon capture and use, perspectives for green ammonia, Clean Planet for All, long-term solutions"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-clima"],"involved":["ec-person-9c5c685692a09a77f2bc8ae9c05663b87cd75aae","eu-tr-80788715017-29"]}} -{"id":"ec-meeting-2019-03-04-ffdf9a8cdaf866d7a75e3aecff7b00c58aa3d19d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-03-04 - Cabinet of Vice-President Cecilia Malmström x Rolls-Royce plc"],"date":["2019-03-04"],"summary":["EU-US relations, WTO reform"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-58290033126-06","ec-person-98880f3f4206145e196013db9dd806a551c11e06"]}} -{"id":"ec-meeting-2019-03-05-2b5fac0f02aadd71bb9957623797d26cb198fe9e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-03-05 - Cabinet of Vice-President Andrus Ansip x Helmes"],"date":["2019-03-05"],"summary":["Startups, eGovernment, eHealth"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-817188034137-93","ec-person-6a03bc4fa7657513ea34529e98dba0671ef4c849"]}} -{"id":"ec-meeting-2019-03-05-3ded20d245c882e445ac4b10de8decf04e934632","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-03-05 - Task Force for Relations with the United Kingdom x The Institute of International and European Affairs, Brussels"],"date":["2019-03-05"],"summary":["Meeting with the Task Force for the Preparation and Conduct of the Negotiations with the United Kingdom under Article 50 TEU"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-uktf"],"involved":["eu-tr-866815515160-79","ec-person-864cfa5fbc9b02a079ffbab1107f252c7bb08478"]}} -{"id":"ec-meeting-2019-03-05-408219b6f0f6f264ad04d2342332ada1c96de88a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-03-05 - Cabinet of Commissioner Marianne Thyssen x The Lisbon Council for Economic Competitiveness and Social Renewal asbl"],"date":["2019-03-05"],"summary":["Millennials in Politics: New Ideas for the New Economy"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["ec-person-5a49eb89125b4b5d1125b3925bbb64aba1bea2b3","eu-tr-6766950469-32"]}} -{"id":"ec-meeting-2019-03-05-52db27c6183a00370a26764f132a5f826c540a26","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-03-05 - Cabinet of Vice-President Günther Oettinger x Bundesverband der obst-, gemüse- und kartoffelverarbeitenden Industrie e.V."],"date":["2019-03-05"],"summary":["Trade Policy"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["ec-person-55a0b11edfe9b0b76e526f72b1ec2e9f2f74d5bc","eu-tr-675655931245-58"]}} -{"id":"ec-meeting-2019-03-05-5c35a53e7e97215b6b7f72d0f6a74e5d49a77001","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-03-05 - Cabinet of Vice-President Günther Oettinger x NEW ECONOMY INTERNATIONAL FORUM SL"],"date":["2019-03-05"],"summary":["MFF"],"notes":["Portfolio: Budget & Human Resources"],"location":["Madrid"],"address":["Madrid"],"addressEntity":["addr-7a2191964a3d7521269f0068afae6b6116bac15d"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-537444021335-19","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2019-03-05-7d7ca72c8c56d24a7df897858b0f4d91deccb052","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-03-05 - Cabinet of Commissioner Mariya Gabriel x European Telecommunications Network Operators' Association"],"date":["2019-03-05"],"summary":["5G Security"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["ec-person-fc1068d79545d1659bf47e9b62bfb0aed175629e","eu-tr-08957111909-85"]}} -{"id":"ec-meeting-2019-03-05-879c9db78d24650e9dce8829e042106054b55abf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-03-05 - Cabinet of Vice-President Günther Oettinger x thyssenkrupp AG"],"date":["2019-03-05"],"summary":["Competition policy"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["ec-person-55a0b11edfe9b0b76e526f72b1ec2e9f2f74d5bc","eu-tr-721647010823-15"]}} -{"id":"ec-meeting-2019-03-05-8e4d2a2d670e66802ec8cbba8dbe200e81537e3d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-03-05 - Cabinet of Vice-President Jyrki Katainen x Metsäliitto Cooperative Confederation of European Paper Industries"],"date":["2019-03-05"],"summary":["Bioeconomy"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-962687110415-94","eu-tr-72279144480-58","ec-person-ccd2797b568cba38993df7d1dcc985dbc1eb439a"]}} -{"id":"ec-meeting-2019-03-05-9dd717e7e7b8229f54759aedf94cfcbe9f49ddd9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-03-05 - Cabinet of Commissioner Corina Crețu x Central Europe Energy Partners"],"date":["2019-03-05"],"summary":["structural funds - energy transistion"],"notes":["Portfolio: Regional Policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-corina-cretu-of"],"involved":["eu-tr-87738563745-94","ec-person-c9d4945f28454cc49c4ea188c82e64b0dac3bd73"]}} -{"id":"ec-meeting-2019-03-05-a0bd86bf09c3e8d3a79d353c72b6ac2c4c6bf658","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-03-05 - Task Force for Relations with the United Kingdom x Our Future, Our Choice!"],"date":["2019-03-05"],"summary":["Meeting with the Task Force for the Preparation and Conduct of the Negotiations with the United Kingdom under Article 50 TEU"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-uktf"],"involved":["ec-person-864cfa5fbc9b02a079ffbab1107f252c7bb08478","eu-tr-181109831731-79"]}} -{"id":"ec-meeting-2019-03-05-a92ee78c67b2da252357ae40d4571eeec03905d3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-03-05 - Cabinet of Commissioner Carlos Moedas x Tuscan Organisation of Universities and Research for Europe"],"date":["2019-03-05"],"summary":["Horizon Europe"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-f7ccc3ad366dd2fdb24870e1c02ff2763539c82f","eu-tr-922078432709-41"]}} -{"id":"ec-meeting-2019-03-05-ac19b7715baa11b4b9cea11d8f4244c9032702b6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-03-05 - Cabinet of Commissioner Phil Hogan x Eurogroup for Animals"],"date":["2019-03-05"],"summary":["Agri Matters"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-6809935493-49","ec-person-a1a78365cc4685b0958056646204977d8f2ead92"]}} -{"id":"ec-meeting-2019-03-05-b2f91006b54141adf3f84e8191a8f087a8d4a974","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-03-05 - Cabinet of Commissioner Violeta Bulc x European Travel Retail Confederation"],"date":["2019-03-05"],"summary":["Aviation topics"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-9d4dc4867a44dfe10f67ae7ee1706da3e8b48a24","eu-tr-90905271757-87"]}} -{"id":"ec-meeting-2019-03-05-e2a37c0fc4bae26c2e8a524689387ba44e373547","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-03-05 - Cabinet of Vice-President Günther Oettinger x Konrad-Adenauer-Stiftung"],"date":["2019-03-05"],"summary":["MFF"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["ec-person-1a98ebdc65a0fda494d1f6eb6fb74247a3036490","eu-tr-510151427278-94"]}} -{"id":"ec-meeting-2019-03-05-f8e8ca0ec7e3764a6e12402ef4ed837d9b9883ce","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-03-05 - Cabinet of President Jean-Claude Juncker x Platform of European Social NGOs"],"date":["2019-03-05"],"summary":["échanges de vue dans le domaine social"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-85083981189-35","ec-person-98eba7ab1446c6dce384fdc2ecd48c7cadf9ee4e"]}} -{"id":"ec-meeting-2019-03-05-fcb80bd7bc6deb0bd08f9790d1d22015f4678668","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-03-05 - Cabinet of Vice-President Cecilia Malmström x Bayerische Motoren Werke Aktiengesellschaft"],"date":["2019-03-05"],"summary":["232 cars"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-cb8ca9ec2413722fa83484ed18dd76ace52d0118","eu-tr-7193977808-18"]}} -{"id":"ec-meeting-2019-03-06-0640c37151c5b74e65cb2daa250c71c25d7ec2e4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-03-06 - Cabinet of First Vice-President Frans Timmermans x Vereniging VNO-NCW"],"date":["2019-03-06"],"summary":["Future of Europe debate"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["ec-person-1bc3e2272ec82a894153feccd4f285ae594f7b3b","eu-tr-13255254129-80"]}} -{"id":"ec-meeting-2019-03-06-0ca8b3fb5f0e3171cfd20879205ff45cb696e3d0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-03-06 - Cabinet of Commissioner Phil Hogan x Joint Programming Initiative on Agriculture, Food Security and Climate Change"],"date":["2019-03-06"],"summary":["agriculture, food security and climate change with a focus on adaptation and mitigation"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-27691087241-56","ec-person-68b8e931bdd0cafe77ab8e98d87edbea128d6c49"]}} -{"id":"ec-meeting-2019-03-06-30d3e151a2f008dd8ce14e7df1bd899b7c71c3ce","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-03-06 - Cabinet of Vice-President Jyrki Katainen x EUROCHAMBRES – Association of European Chambers of Commerce and Industry"],"date":["2019-03-06"],"summary":["Current trade issues, skills & Erasmus+"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90","eu-tr-0014082722-83"]}} -{"id":"ec-meeting-2019-03-06-3aa33a387972ce66aad62ab1af44eda935ed5177","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-03-06 - Environment x European Health Forum Gastein"],"date":["2019-03-06"],"summary":["Participation in the European Health Forum Gastein - air pollution"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-env"],"involved":["eu-tr-022328713595-61","ec-person-3bc74ce04ea3f4ab4d91a5c88eef25b8b8a213b4"]}} -{"id":"ec-meeting-2019-03-06-660075afabd207f1d07049b5a6adf07c28b6dc37","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-03-06 - Cabinet of Vice-President Günther Oettinger x MAN Truck & Bus SE"],"date":["2019-03-06"],"summary":["climate change policy"],"notes":["Portfolio: Budget & Human Resources"],"location":["BXL"],"address":["BXL"],"addressEntity":["addr-d2fde52f67ea4a3e1fe233d0a959d6a1c77fd910"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["ec-person-b35676936bf5857250753de4a8c3e63bfc47b9d7","eu-tr-06093891220-52"]}} -{"id":"ec-meeting-2019-03-06-7142b444c59f260dcccd7cf176950e5889b3fd97","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-03-06 - Cabinet of First Vice-President Frans Timmermans x International Federation for Human Rights Human Rights Watch Amnesty International Limited Open Society European Policy Institute"],"date":["2019-03-06"],"summary":["Rule of Law"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-11063928073-34","eu-tr-97628146980-33","eu-tr-8557515321-37","ec-person-01b0efc259ff923af8b8d082662adf4ce30869d3","eu-tr-56362448807-46"]}} -{"id":"ec-meeting-2019-03-06-8ba83b611a870985bf45571303085258798d8569","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-03-06 - Energy x Transatlantic Policy Network"],"date":["2019-03-06"],"summary":["energy policy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-923710115785-95","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2019-03-06-8c714af7a86398da9d87b36fc8c865ae55f841ae","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-03-06 - Environment x KfW Bankengruppe"],"date":["2019-03-06"],"summary":["Circular Economy and Sustainable Finance"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-env"],"involved":["eu-tr-79019799690-13","ec-person-3bc74ce04ea3f4ab4d91a5c88eef25b8b8a213b4"]}} -{"id":"ec-meeting-2019-03-06-a432506cab3cbc806bb08b23051b1ad8b98338ca","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-03-06 - Health and Food Safety x European Health Forum Gastein"],"date":["2019-03-06"],"summary":["introductory meeting"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-sante"],"involved":["eu-tr-022328713595-61","ec-person-42d2108d723f9b9017ed589e3271e3156172daa7"]}} -{"id":"ec-meeting-2019-03-06-cb61744e0e1d26426e0727834fd8f210655bc1d2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-03-06 - Cabinet of Vice-President Jyrki Katainen x Nokia"],"date":["2019-03-06"],"summary":["Standard Essential Patents"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-35167875358-33","ec-person-c50e8c2cc390c5efb0626988d173bc6758459e0f"]}} -{"id":"ec-meeting-2019-03-06-d936112864f45882f0b16428e79b3c8200d6dc9b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-03-06 - Cabinet of Commissioner Marianne Thyssen x EUROPEAN TRADE UNION CONFEDERATION"],"date":["2019-03-06"],"summary":["Future MFF"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["ec-person-5528caa0f79478c045f9f7d077dc9e03c09edb31","ec-person-7567514af00f139b390cf9864d28a090ca0fde25","eu-tr-06698681039-26"]}} -{"id":"ec-meeting-2019-03-07-0aae6e36d9b0e7ee95c68f82c09149c820b43478","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-03-07 - Cabinet of Vice-President Andrus Ansip x OLX Global BV"],"date":["2019-03-07"],"summary":["DSM, illegal content online"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-910956030915-30","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45"]}} -{"id":"ec-meeting-2019-03-07-52b210a1b45211d29cf1eefa506992f7717d276e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-03-07 - Cabinet of Vice-President Karmenu Vella x Steelcase Inc."],"date":["2019-03-07"],"summary":["Circular Economy in Furniture"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["eu-tr-391022434004-91","ec-person-e3c587153be49902cde115f568bd5e9a9d548743"]}} -{"id":"ec-meeting-2019-03-07-58cd7f4cdaf516e9393558439c2660c7be9c858e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-03-07 - Cabinet of Commissioner Christos Stylianides x CYPRUS SHIPPING CHAMBER"],"date":["2019-03-07"],"summary":["Discussion on latest state of play about RescEU"],"notes":["Portfolio: Humanitarian Aid & Crisis Management"],"location":["brussels"],"address":["brussels"],"addressEntity":["addr-e2daa1574b7ac475c827b33e281bd2d5e013c882"],"organizer":["ec-cabinet-christos-commissioner-of-stylianides"],"involved":["ec-person-becb860ca4c4e8da70ae969e747cf49914810b59","ec-person-cdd689bd079714522dad472ea4446b0fcc660d8f","eu-tr-118619434185-84"]}} -{"id":"ec-meeting-2019-03-07-6106c675ab86e0128e0fc0ffafb0785141a6e50d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-03-07 - Cabinet of Vice-President Miguel Arias Cañete x Bruegel"],"date":["2019-03-07"],"summary":["Energy and climate related issues"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-6cb87072cbd668bb8f572b5577f2a04c14e75569","eu-tr-458295331598-02","ec-person-2229c857664a22dcb8eee79a8c05841fd3d0924f"]}} -{"id":"ec-meeting-2019-03-07-6a195c9a8b91a37a3f2972a5e8105e73d01e6614","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-03-07 - Cabinet of Vice-President Neven Mimica x Open Doors International"],"date":["2019-03-07"],"summary":["Human rights and development cooperation"],"notes":["Portfolio: International Cooperation & Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-mimica-neven-of-president-vice"],"involved":["ec-person-e90858f5aba78fd0e1cb2f757c3f38d55d91f98b","eu-tr-90518441599-14"]}} -{"id":"ec-meeting-2019-03-07-75a180755525e8aec51e3f09c849d0ec4e459483","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-03-07 - Cabinet of Commissioner Věra Jourová x Amazon Europe Core SARL"],"date":["2019-03-07"],"summary":["technical aspects of the Product safety pledge"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium phone"],"address":["Brussels, Belgium phone"],"addressEntity":["addr-77ba9394d1c68ef8df41d06b3b97280d46b2ba0c"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-a2ca9161feee56909a0e98b473c2d342c20fdb57","eu-tr-366117914426-10"]}} -{"id":"ec-meeting-2019-03-07-85c98965576a7b41e4a612c692295d65b1a18f2d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-03-07 - Cabinet of Vice-President Valdis Dombrovskis x City of London Corporation"],"date":["2019-03-07"],"summary":["Brexit"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-30d770ccd575865b3106f94220ce1ace16e48f1a","eu-tr-695661118936-08"]}} -{"id":"ec-meeting-2019-03-07-8bb16f2ec8194ea551f977c31d9d0bdd7eb4ae8c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-03-07 - Cabinet of Vice-President Valdis Dombrovskis x CGI/Space Norton Rose Fulbright LLP"],"date":["2019-03-07"],"summary":["Prospectus and Brexit"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-497286320648-05","eu-tr-512149323507-33","ec-person-30d770ccd575865b3106f94220ce1ace16e48f1a"]}} -{"id":"ec-meeting-2019-03-07-9ea514b3542d96ac79a923f16e2e6cb03148012e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-03-07 - Cabinet of Commissioner Phil Hogan x European Producers Union of Renewable Ethanol"],"date":["2019-03-07"],"summary":["Use of fuel ethanol in Europe"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-c9d17d5879383b030f61a4066848249fb35d57e4","eu-tr-32591134448-30"]}} -{"id":"ec-meeting-2019-03-07-a1bb9f61f074c1955e6a5874a77f541be8db5f7c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-03-07 - Financial Stability, Financial Services and Capital Markets Union x PROMONTORY FINANCIAL GROUP"],"date":["2019-03-07"],"summary":["Update on Regulatory Developments in Europe"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-873000434114-69","ec-person-bdee7a93f95c8ef05079539170139b3c02e8ed96"]}} -{"id":"ec-meeting-2019-03-07-b8073e3ec4624f120cbbb77308e8582c374660c2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-03-07 - Cabinet of Commissioner Violeta Bulc x Associazione Nazionale Imprese Trasporto Viaggiatori"],"date":["2019-03-07"],"summary":["Transport topics"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-395639033887-18","ec-person-dd7851e4a1e747e824b4f81139e33bc3cdb73160"]}} -{"id":"ec-meeting-2019-03-07-be891ef7ac7ee8ea1d19fd54ee9f971a69a74dab","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-03-07 - Cabinet of Vice-President Jyrki Katainen x Clariant Produkte (Deutschland) GmbH Ørsted A/S St1 Nordic Oy Enerkem Incorporated UPM-Kymmene Oyj"],"date":["2019-03-07"],"summary":["Advanced biofuels"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-221982814162-24","eu-tr-861194311863-31","eu-tr-094316815599-77","eu-tr-870817015429-80","ec-person-0da85dc48012e26688310a59a0b51727ea68f410","eu-tr-148294328027-37"]}} -{"id":"ec-meeting-2019-03-08-0af95fce0191caa29f96f90f733c542476feaf10","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-03-08 - Education, Youth, Sport and Culture x European Youth Forum"],"date":["2019-03-08"],"summary":["Courtesy meeting with the new President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-eac"],"involved":["ec-person-68d4f99b9ed1b40d86ebbf81f8f35aeebd6c5fc5","eu-tr-43251547769-22"]}} -{"id":"ec-meeting-2019-03-08-0cbf0222853b9bf70da354d85e9f140d139eda88","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-03-08 - Cabinet of President Jean-Claude Juncker x Japan Center for International Finance"],"date":["2019-03-08"],"summary":["International role of the euro"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-c402e34a99fbee730ae22e3b1958e21c94dc6fcc","ec-person-98eba7ab1446c6dce384fdc2ecd48c7cadf9ee4e","eu-tr-315700115871-41"]}} -{"id":"ec-meeting-2019-03-08-162291d5fca5c57c70d5004f7c92f7a823aae033","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-03-08 - Cabinet of Vice-President Andrus Ansip x Alliance for the Freedom of the CAR Repair"],"date":["2019-03-08"],"summary":["Data, mobility"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-668292216120-05","ec-person-6a03bc4fa7657513ea34529e98dba0671ef4c849"]}} -{"id":"ec-meeting-2019-03-08-2d47bbcb1c3ffa9a22e5125b485a55390c5fb68b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-03-08 - Cabinet of Vice-President Jyrki Katainen x Aalto-korkeakoulusäätiö / Aalto University"],"date":["2019-03-08"],"summary":["EU Research and Education"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-25901146020-53","ec-person-81b1dda49062e5dac42bdad9273fa72968a2c325"]}} -{"id":"ec-meeting-2019-03-08-43a2567bfe2a6c54917556717dbc1f82dac649c0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-03-08 - Communications Networks, Content and Technology x Airbus"],"date":["2019-03-08"],"summary":["EC quantum initiative with ESA, Airbus DS EDRS program"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-2732167674-76","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2019-03-08-5814a6035b4ca659b752d5558bbc1048125e5fe7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-03-08 - Cabinet of Vice-President Jyrki Katainen x PAIN ALLIANCE EUROPE"],"date":["2019-03-08"],"summary":["Societal and economic impact of chronic pain"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-397330615236-07","ec-person-c50e8c2cc390c5efb0626988d173bc6758459e0f"]}} -{"id":"ec-meeting-2019-03-08-6e7b84aa1575f738dca68e9c247dbb3addaf1e22","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-03-08 - Cabinet of Commissioner Violeta Bulc x Alliance for the Freedom of the CAR Repair"],"date":["2019-03-08"],"summary":["Connected and Automated Mobility"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-668292216120-05","ec-person-9fddf13de7f65229b7da7c5b25dca1630cad3c48"]}} -{"id":"ec-meeting-2019-03-08-7a62ec528bfc7db25329c0626c5ab40b28ac93ae","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-03-08 - Cabinet of Vice-President Jyrki Katainen x Alliance for the Freedom of the CAR Repair"],"date":["2019-03-08"],"summary":["Extended vehicles"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-668292216120-05","ec-person-0da85dc48012e26688310a59a0b51727ea68f410"]}} -{"id":"ec-meeting-2019-03-10-3871e319730dad19a7f923f4052f493e069faaf8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-03-10 - Cabinet of Commissioner Věra Jourová x ECTAA, Group of National Travel Agents' and Tour Operators' Associations within the EU"],"date":["2019-03-10"],"summary":["Representative actions and Package travel"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-a2ca9161feee56909a0e98b473c2d342c20fdb57","eu-tr-88072891086-36"]}} -{"id":"ec-meeting-2019-03-11-183ff427e0e12e050e1396cc69d0b540fb07cd5d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-03-11 - Cabinet of Vice-President Andrus Ansip x Ericsson"],"date":["2019-03-11"],"summary":["DSM, cybersecurity"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0","ec-person-91ca0921c6790191daa54427311acd63035e7c9e","eu-tr-02021363105-42","ec-person-3ca0c466b8ff230d4409591430b388007ce14ff8","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45"]}} -{"id":"ec-meeting-2019-03-11-1da070055cebf68d15f6b41d9cfba710efd336f8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-03-11 - Cabinet of Vice-President Neven Mimica x SOS Children's Villages International"],"date":["2019-03-11"],"summary":["Cooperation on youth"],"notes":["Portfolio: International Cooperation & Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-mimica-neven-of-president-vice"],"involved":["ec-person-5f446e21c2ca97624d9781d53ce7312477e72d6e","eu-tr-75014529893-97","ec-person-d455992f8f48b86e26e61f5284a9ef8e18aed182"]}} -{"id":"ec-meeting-2019-03-11-97c90bbac874f0bace3b6cf8181281037fd4f7b8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-03-11 - Cabinet of Commissioner Julian King x Ericsson"],"date":["2019-03-11"],"summary":["Cyber security"],"notes":["Portfolio: Security Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-julian-king-of"],"involved":["ec-person-ca8657bb707da1a6a3aad07666e8e325d5faa7e3","eu-tr-02021363105-42"]}} -{"id":"ec-meeting-2019-03-11-eaa6340dc869ecd45f7a5a98313b09b5de754af7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-03-11 - Climate Action x Norsk Hydro"],"date":["2019-03-11"],"summary":["Discussion on low-carbon transition"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-clima"],"involved":["ec-person-9c5c685692a09a77f2bc8ae9c05663b87cd75aae","eu-tr-45060553191-59"]}} -{"id":"ec-meeting-2019-03-11-f1af1d07533bc9af61434ae441f0b067dc589945","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-03-11 - Cabinet of Commissioner Vytenis Andriukaitis x DuPont de Nemours International SARL McLarty Associates"],"date":["2019-03-11"],"summary":["Sustainable use of pesticides"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-b9c3f19e7c5f216e3e508f931ddd6a9cb59376d1","eu-tr-3181166932-58","eu-tr-502376418704-34"]}} -{"id":"ec-meeting-2019-03-11-f2bc14a08e5fff5a8c7861dc6d8a223817fdb2a0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-03-11 - Cabinet of Commissioner Věra Jourová x Business Bridge Europe"],"date":["2019-03-11"],"summary":["copyright, counter-counterfeiting, platforms regulation"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-a2ca9161feee56909a0e98b473c2d342c20fdb57","eu-tr-72856225852-31"]}} -{"id":"ec-meeting-2019-03-11-fc0aa9101f847ddab81523cd70700846d4a076c2","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2019-03-11 - Cabinet of Vice-President Günther Oettinger x Ericsson"],"date":["2019-03-11"],"summary":["Cyber security","5G Cyber-security"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["ec-person-76c97b49eb5244be0c8636bbc9caa6101f3cce84","eu-tr-02021363105-42","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2019-03-12-0d3edc7e5b72f93a0bd5ffdb9411cfa789e32389","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-03-12 - Cabinet of Vice-President Karmenu Vella x WWF European Policy Programme"],"date":["2019-03-12"],"summary":["Biodiversity"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["ec-person-9e282d5223d0f62146ce1013e2dac38adc89a4cf","ec-person-78fb1ad0c02c4fa8497b22edc1233d6be03cf2e5","eu-tr-1414929419-24"]}} -{"id":"ec-meeting-2019-03-12-0d7d980eb05cf1d1dfc99dc232ab2bb13b1a3ad1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-03-12 - Cabinet of Commissioner Vytenis Andriukaitis x European Society of Oncology Pharmacy"],"date":["2019-03-12"],"summary":["Safety of medicines"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["eu-tr-112006128054-87","ec-person-059ca943fc5fc696d2a97849c635ddf7b6ab7fd7"]}} -{"id":"ec-meeting-2019-03-12-4de80921d54f29341cd7559f820af1c127ca5c0a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-03-12 - Competition x The Brattle Group Limited"],"date":["2019-03-12"],"summary":["Subject matters related to the \"Fordham Competition Law Institute\" yearly conference"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-comp"],"involved":["ec-person-8600a621c9aef12fc33b708e13b3cd3d5fa5696b","eu-tr-196591220975-14"]}} -{"id":"ec-meeting-2019-03-12-7bef38d6c59a5f1e6c79b41c30a41fc8701f0247","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-03-12 - Communications Networks, Content and Technology x Standing Committee of European Doctors"],"date":["2019-03-12"],"summary":["Digital Health"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-9276943405-41","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2019-03-12-86ef02cc2b5f080949ac3235e38c3c82ab7c91f3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-03-12 - Cabinet of President Jean-Claude Juncker x Mastercard"],"date":["2019-03-12"],"summary":["EU Payments and Capital Markets Union"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-c402e34a99fbee730ae22e3b1958e21c94dc6fcc","eu-tr-58204758673-16"]}} -{"id":"ec-meeting-2019-03-12-8a647a52fe27d223214ad2ff9507a8487f1b4cd8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-03-12 - Cabinet of Commissioner Vytenis Andriukaitis x EuropaBio Syngenta Crop Protection AG DuPont de Nemours International SARL"],"date":["2019-03-12"],"summary":["GMO import approvals and new breeding techniques"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-b9c3f19e7c5f216e3e508f931ddd6a9cb59376d1","eu-tr-3181166932-58","eu-tr-1298286943-59","eu-tr-16822412339-79"]}} -{"id":"ec-meeting-2019-03-12-ca0379941714e93316be9a1a17b6b0fb73a68e69","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-03-12 - Cabinet of Vice-President Valdis Dombrovskis x Association Française de la Gestion financière"],"date":["2019-03-12"],"summary":["Digitalisation, Artificial Intelligence, Sustainable Finance"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-5975679180-97","ec-person-537401fc0be04984531b83660f416bf2fe14fbd8"]}} -{"id":"ec-meeting-2019-03-12-e2915b6581e7759643d0ad2ffd6326e2113ee4fd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-03-12 - Directorate-General for International Partnerships x AVSI Foundation"],"date":["2019-03-12"],"summary":["Meeting Dir. Silvestri - Exchange on last developments at EU level"],"location":["Rue de la Loi 41"],"address":["Rue de la Loi 41"],"addressEntity":["addr-128d9676ef0cf9c0ac9a11ef228eaf2ea6ed1cbc"],"organizer":["ec-dg-intpa"],"involved":["eu-tr-37924887335-21","ec-person-05c4477b89b93e7969f12d89b38f77fedce5876f"]}} -{"id":"ec-meeting-2019-03-12-e75597ec808137239abd6231fef0d80c8f378ed4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-03-12 - Cabinet of Vice-President Jyrki Katainen x Mastercard"],"date":["2019-03-12"],"summary":["EU Payments and Capital Markets Union"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-567e71ed1b2c1e3f5ed12f2c3bedf7e9e69a9158","eu-tr-58204758673-16"]}} -{"id":"ec-meeting-2019-03-12-f45ceb3134c15dc42d20cc9e083fd68e29a78f41","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-03-12 - Energy x Gas Infrastructure Europe"],"date":["2019-03-12"],"summary":["le grand potentiel économique ouvert par la transition énergétique"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["ec-person-6997149120ce5129e38febe5275dc8fd03232d2e","eu-tr-76130992074-15"]}} -{"id":"ec-meeting-2019-03-13-0205c746615228fd3b5be679f7a5cb6cc1ec8e3b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-03-13 - Cabinet of Commissioner Tibor Navracsics x International Betting Integrity Association"],"date":["2019-03-13"],"summary":["updates of the association and its role in the fight against match-fixing"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["BERL - Brussels"],"address":["BERL - Brussels"],"addressEntity":["addr-fbcb419474e313795836629d33717c907acc00f1"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-49f31dad10f5641cb1d1e4c3107dd838389e8120","eu-tr-17258866933-24"]}} -{"id":"ec-meeting-2019-03-13-1be35dda4769d91f148bd6d727b3a9f249c7a8b1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-03-13 - Cabinet of Vice-President Cecilia Malmström x DIN Deutsches Institut für Normung e. V."],"date":["2019-03-13"],"summary":["Standardization in China"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-989808524267-58","ec-person-98880f3f4206145e196013db9dd806a551c11e06"]}} -{"id":"ec-meeting-2019-03-13-1cd7855f32493ccbc92e72e53aec89b6ee0d6101","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-03-13 - Cabinet of Vice-President Andrus Ansip x Airbus"],"date":["2019-03-13"],"summary":["Free flow of data, digital transformation, AI"],"notes":["Portfolio: Digital Single Market"],"location":["France, Toulouse"],"address":["France, Toulouse"],"addressEntity":["addr-18999d89c1c63acb05ec2f61a844d17c1634672d"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-5db7bdd1c81da2e70eb5b982097d0004111b5c3e","eu-tr-2732167674-76","ec-person-99b172d8fe23e00b94022cbd096978be2b48eb81","ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0"]}} -{"id":"ec-meeting-2019-03-13-3426f87dcc9d47455b1c34e06ebffac76b3e8c58","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2019-03-13 - Cabinet of Vice-President Günther Oettinger x European Agency for Special Needs and Inclusive Education"],"date":["2019-03-13"],"summary":["Disabled kids at European schools","Disabled kids at European Schools"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["ec-person-55a0b11edfe9b0b76e526f72b1ec2e9f2f74d5bc","ec-person-923b96517f0dd544d160200d38d05b6ffe72372e","eu-tr-609904815975-13"]}} -{"id":"ec-meeting-2019-03-13-3ab3ea3691ffa0df75cef3fdd0d528635a9d22e1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-03-13 - Cabinet of Vice-President Neven Mimica x DSW (Deutsche Stiftung Weltbevoelkerung)"],"date":["2019-03-13"],"summary":["SRHR under the future MFF"],"notes":["Portfolio: International Cooperation & Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-mimica-neven-of-president-vice"],"involved":["ec-person-e90858f5aba78fd0e1cb2f757c3f38d55d91f98b","eu-tr-32018754890-28"]}} -{"id":"ec-meeting-2019-03-13-527b051bf83eee817ad5ea4f6df20c8834833312","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-03-13 - Cabinet of Vice-President Valdis Dombrovskis x Maa- ja metsätaloustuottajain Keskusliitto – Central Union of Agricultural Producers and Forest Owners"],"date":["2019-03-13"],"summary":["Sustainable finance"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-56039441735-48","ec-person-537401fc0be04984531b83660f416bf2fe14fbd8"]}} -{"id":"ec-meeting-2019-03-13-714c8925e49dba52482d67cd41543dd140cefe95","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-03-13 - Economic and Financial Affairs x Japan Center for International Finance"],"date":["2019-03-13"],"summary":["Global economic situation and economic situation in Japan"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-ecfin"],"involved":["ec-person-9b398cc97951266670f91bef34ea37df7380eef9","eu-tr-315700115871-41"]}} -{"id":"ec-meeting-2019-03-13-90090ba2a2a94e0830760d6dbe8d7ea12e2ca03c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-03-13 - Cabinet of Commissioner Carlos Moedas x PA Europe"],"date":["2019-03-13"],"summary":["Health R&I"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-0a716bf5253e913fc40ebf14c12f30dc2e7a06ee","eu-tr-11064742654-42"]}} -{"id":"ec-meeting-2019-03-13-f03cb158502a3bb2b739e8e2db5a17c5ab4e9428","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-03-13 - Mobility and Transport x General Aviation Manufacturers Association"],"date":["2019-03-13"],"summary":["bilateral safety agreements"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-move"],"involved":["eu-tr-49221685491-82","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2019-03-13-ffc6f91635fb470e2828a932534237b8e55dff6d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-03-13 - Cabinet of Commissioner Věra Jourová x Centre for European Policy Studies"],"date":["2019-03-13"],"summary":["GDPR"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["eu-tr-86853666704-95","ec-person-3269ef00f0778677e6f4c8e0f72ce019084206fb"]}} -{"id":"ec-meeting-2019-03-14-2971b32b1cb05ed93b46c7a1dbaa05a3190ad64e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-03-14 - Cabinet of Vice-President Günther Oettinger x Unternehmensgruppe Theo Müller"],"date":["2019-03-14"],"summary":["CAP/MFF"],"notes":["Portfolio: Budget & Human Resources"],"location":["Freising"],"address":["Freising"],"addressEntity":["addr-80b1f3551d6cc7ff19df12290a9a5077dca1ac41"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-153228634188-12","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2019-03-14-29c20e6d81ea0cb3aefd76f66b1742c0fdde5688","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-03-14 - Cabinet of President Jean-Claude Juncker x ROCKWOOL International A/S"],"date":["2019-03-14"],"summary":["Energy efficiency"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-b1bf9aa5fb7e886441ff341b657cc482b64a2a3e","eu-tr-2301233810-42"]}} -{"id":"ec-meeting-2019-03-14-361a985ac66e52fdd4a2dd805c55ac25cd28dd16","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-03-14 - Cabinet of Commissioner Carlos Moedas x Stichting European Climate Foundation"],"date":["2019-03-14"],"summary":["R&I Cities"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["eu-tr-64869491516-70","ec-person-0a716bf5253e913fc40ebf14c12f30dc2e7a06ee"]}} -{"id":"ec-meeting-2019-03-14-554312ed00a45da771ce515cd7e3b68545099fd2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-03-14 - Cabinet of Vice-President Günther Oettinger x Zentralverband des Deutschen Handwerks e.V."],"date":["2019-03-14"],"summary":["SMEs"],"notes":["Portfolio: Budget & Human Resources"],"location":["Munich"],"address":["Munich"],"addressEntity":["addr-4bb73f4817cac7549995b34436d424f8d8b0f1b0"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-5189667783-94","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2019-03-14-6331a6722949711d72610d59544637e52c801571","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-03-14 - Cabinet of First Vice-President Frans Timmermans x Europäische Union der Rechtspfleger"],"date":["2019-03-14"],"summary":["Rule of Law"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-715434330912-85","ec-person-01b0efc259ff923af8b8d082662adf4ce30869d3"]}} -{"id":"ec-meeting-2019-03-14-76769cfe0c281dc8a843e4b27517a1220e57e80b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-03-14 - Cabinet of President Jean-Claude Juncker x European Banking Federation"],"date":["2019-03-14"],"summary":["Speech on Capital Markets Union at EBF Steering Committee for Financing Growth"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-4722660838-23","ec-person-c402e34a99fbee730ae22e3b1958e21c94dc6fcc"]}} -{"id":"ec-meeting-2019-03-14-88b2f428df097f3ba90a7f5e5cf945f2b77166d0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-03-14 - Cabinet of Vice-President Andrus Ansip x European Newspaper Publishers' Association"],"date":["2019-03-14"],"summary":["Copyright"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-5950962136-12","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45"]}} -{"id":"ec-meeting-2019-03-14-940b62c92a9d668fa41a320b45086164967603b9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-03-14 - Cabinet of Vice-President Jyrki Katainen x Technology Industries of Finland (Teknologiateollisuus ry)"],"date":["2019-03-14"],"summary":["Circular economy, Digital Single Market"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-39705603497-38","ec-person-ccd2797b568cba38993df7d1dcc985dbc1eb439a"]}} -{"id":"ec-meeting-2019-03-14-cf6d05c4da8eaeb6f9341d9d98b7cbed3887a052","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-03-14 - Cabinet of Vice-President Jyrki Katainen x Finnish Energy - Energiateollisuus ry"],"date":["2019-03-14"],"summary":["EU Climate policy"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-68861821910-84","ec-person-ccd2797b568cba38993df7d1dcc985dbc1eb439a"]}} -{"id":"ec-meeting-2019-03-14-dc0667a70f64f3e15d9c050b1f1eb15dd311a0e5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-03-14 - Cabinet of Vice-President Cecilia Malmström x Civil Rights Defenders"],"date":["2019-03-14"],"summary":["EU Human rights framework in the context of the EU-Vietnam FTA"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-19b143e83f8ab978c55c8a9a9e49e06dbfa14bf3","eu-tr-060852832806-95"]}} -{"id":"ec-meeting-2019-03-14-ed1885459b88f3b6794e75be5c6285e11227021a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-03-14 - Cabinet of Commissioner Margrethe Vestager x European Round Table for Industry"],"date":["2019-03-14"],"summary":["Competition Policy"],"notes":["Portfolio: Competition"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-margrethe-of-vestager"],"involved":["ec-person-5d3cde69206da720686a2bca71494091f1318f24","eu-tr-25487567824-45"]}} -{"id":"ec-meeting-2019-03-15-0bf6646283b63fcfc8728dd768ec8821afbd5613","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-03-15 - Cabinet of President Jean-Claude Juncker x Confederazione Generale dell'Industria Italiana"],"date":["2019-03-15"],"summary":["Working breakfast with Italian companies"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-442e08d247d72bdef0fce4bf17477efe2a5bfe49","eu-tr-27762251795-15"]}} -{"id":"ec-meeting-2019-03-15-413bdac0f9e2c8983373e005889269ef683632a8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-03-15 - Cabinet of Commissioner Mariya Gabriel x Women Political Leaders"],"date":["2019-03-15"],"summary":["Internet4Her campaign"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-419508817229-68","ec-person-6cd1e3bf3a4eec9e9db49b32cf3d20ab7dbfe03f"]}} -{"id":"ec-meeting-2019-03-15-68d2dcd830da4e80355c514a66f21403927d235e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-03-15 - Cabinet of Vice-President Valdis Dombrovskis x BUSINESSEUROPE EUROPEAN TRADE UNION CONFEDERATION"],"date":["2019-03-15"],"summary":["Preparatory meeting with social partners (BusinessEurope and ETUC) ahead of the Tripartite Social Summit"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-3978240953-79","eu-tr-06698681039-26","ec-person-51a67cf3e19a8853620326cd57fd7e9750b2c9d7"]}} -{"id":"ec-meeting-2019-03-15-6938fcfb242afb3ab17c528841ec6ad70a61772e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-03-15 - Cabinet of Commissioner Vytenis Andriukaitis x Athenora Consulting Cercle Europe et technologies du Futur"],"date":["2019-03-15"],"summary":["EU action related to biotechnology"],"notes":["Portfolio: Health & Food Safety"],"location":["Paris"],"address":["Paris"],"addressEntity":["addr-22390ad11c32faec43fc61555b53607660b3c185"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["eu-tr-79628773-02","ec-person-b9c3f19e7c5f216e3e508f931ddd6a9cb59376d1","eu-tr-078129129729-61"]}} -{"id":"ec-meeting-2019-03-15-70585a3dac0d7b5204d0f610ba41cc88b0cd4ef5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-03-15 - Cabinet of Vice-President Valdis Dombrovskis x FTI Consulting Belgium Aon Service Corporation"],"date":["2019-03-15"],"summary":["Insurance distribution directive"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-29896393398-67","ec-person-30d770ccd575865b3106f94220ce1ace16e48f1a","eu-tr-876564420204-22"]}} -{"id":"ec-meeting-2019-03-15-73e3181c5f3b04ac90390bffd55ee993be0c4694","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-03-15 - Cabinet of Vice-President Andrus Ansip x Cisco Systems Inc."],"date":["2019-03-15"],"summary":["5G security"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-3ca0c466b8ff230d4409591430b388007ce14ff8","eu-tr-494613715191-85"]}} -{"id":"ec-meeting-2019-03-15-7aea444efb5bc90e9308b35e4c3db81fb804275f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-03-15 - Cabinet of Vice-President Valdis Dombrovskis x International Swaps and Derivatives Association"],"date":["2019-03-15"],"summary":["EMIR"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-48f31156d932641826e09f5b73f074d35ff05786","eu-tr-46643241096-93"]}} -{"id":"ec-meeting-2019-03-15-959bfe6a3898583cf190bed18bf9b72c70f0fa02","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-03-15 - Cabinet of Commissioner Phil Hogan x EirGrid Group plc"],"date":["2019-03-15"],"summary":["Agri Matters"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Dublin"],"address":["Dublin"],"addressEntity":["addr-c4a265ca6dc31ed4a47a6047e92c5e3790135af9"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-a1a78365cc4685b0958056646204977d8f2ead92","eu-tr-984555020606-52"]}} -{"id":"ec-meeting-2019-03-15-cbb8b8a40edadfd81b195b07edad28838aaf2ab4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-03-15 - Cabinet of Vice-President Jyrki Katainen x Finavia Corporation"],"date":["2019-03-15"],"summary":["EU aviation policy and public procurement"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-c50e8c2cc390c5efb0626988d173bc6758459e0f","eu-tr-60334418925-95"]}} -{"id":"ec-meeting-2019-03-15-fb23a88b77e575734f25362c993c98d3df6d3e09","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-03-15 - Cabinet of Vice-President Günther Oettinger x Dow Europe GmbH"],"date":["2019-03-15"],"summary":["industrial policy"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["ec-person-b17d355ca19058898aba2ec032de59f8701d47f5","eu-tr-38235121060-73"]}} -{"id":"ec-meeting-2019-03-15-fbfdd153d046bafd4a8e9e90cd012c4e008f06c0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-03-15 - Cabinet of President Jean-Claude Juncker x Finnish Energy - Energiateollisuus ry"],"date":["2019-03-15"],"summary":["Energy Union"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-b1bf9aa5fb7e886441ff341b657cc482b64a2a3e","eu-tr-68861821910-84"]}} -{"id":"ec-meeting-2019-03-18-056fd012a401f64bc6ffca5a9f68f94e5eff5c3a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-03-18 - Cabinet of Commissioner Tibor Navracsics x Finsbury Glover Hering Europe GmbH"],"date":["2019-03-18"],"summary":["comprehensive digitization project"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["BERL - Bxl"],"address":["BERL - Bxl"],"addressEntity":["addr-1293b145e93f5c2da7abb8dbbdc9493ad70f7215"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-49f31dad10f5641cb1d1e4c3107dd838389e8120","eu-tr-578189413297-97"]}} -{"id":"ec-meeting-2019-03-18-5f65d279e0c3d5dd8791bd932488ee97817387e1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-03-18 - Cabinet of Commissioner Violeta Bulc x Athenora Consulting Cercle des Réseaux européens"],"date":["2019-03-18"],"summary":["Lunch session of the Cercle des Réseau européens"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-79628773-02","ec-person-dd7851e4a1e747e824b4f81139e33bc3cdb73160","eu-tr-212885415901-57"]}} -{"id":"ec-meeting-2019-03-18-628f982b9435ab5450efd7c26db5be6c020ac0b6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-03-18 - Financial Stability, Financial Services and Capital Markets Union x Paris EUROPLACE"],"date":["2019-03-18"],"summary":["CMU, Europe/US, Brexit"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-523146516037-10","ec-person-bdee7a93f95c8ef05079539170139b3c02e8ed96"]}} -{"id":"ec-meeting-2019-03-18-79c5dbadd1d8525e639f4a344030ad4902b6f3e0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-03-18 - Cabinet of Commissioner Carlos Moedas x Business Bridge Europe"],"date":["2019-03-18"],"summary":["Clean energy R&I"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-0a716bf5253e913fc40ebf14c12f30dc2e7a06ee","eu-tr-72856225852-31"]}} -{"id":"ec-meeting-2019-03-18-8790c303e1fc367c30a8632bef9a448965c214ef","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-03-18 - Cabinet of Commissioner Christos Stylianides x Verband Entwicklungspolitik und Humanitäre Hilfe deutscher Nichtregierungsorganisationen e.V."],"date":["2019-03-18"],"summary":["Discussion on Humanitarian Aid"],"notes":["Portfolio: Humanitarian Aid & Crisis Management"],"location":["Berlin"],"address":["Berlin"],"addressEntity":["addr-062b06ba8e755765c6b049809b7430fd54fe5b21"],"organizer":["ec-cabinet-christos-commissioner-of-stylianides"],"involved":["ec-person-cdd689bd079714522dad472ea4446b0fcc660d8f","eu-tr-44781354710-39","ec-person-34409381bed36941005c31d0165bac17f74a89d1"]}} -{"id":"ec-meeting-2019-03-18-8bcbd4b5d3395e5bc6b646f64c5ba5b749fabc7b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-03-18 - Cabinet of Vice-President Andrus Ansip x block.one"],"date":["2019-03-18"],"summary":["Future of blockchain"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-6a03bc4fa7657513ea34529e98dba0671ef4c849","ec-person-0f698e3a0cc0bd6a02e1bd386a25cedc1366f3f1","eu-tr-202063234272-81"]}} -{"id":"ec-meeting-2019-03-18-8fa5f989c5f10fa2082dfec3d43e1884163ce3e9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-03-18 - Cabinet of Commissioner Mariya Gabriel x Deutsche Telekom"],"date":["2019-03-18"],"summary":["Western Balkans Roaming"],"notes":["Portfolio: Digital Economy and Society"],"location":["Sofia"],"address":["Sofia"],"addressEntity":["addr-dc81691d3f747a7e7d4cbe0a008c6345a5438415"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["ec-person-1674399a793e9e6fd7cf55b525515fc862fc9351","eu-tr-60052162589-72"]}} -{"id":"ec-meeting-2019-03-18-9e91079c64c56073097b0dcfc5475e6ed6fe8011","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-03-18 - Cabinet of Commissioner Mariya Gabriel x ISFE - Representing the European Videogames Industry"],"date":["2019-03-18"],"summary":["safer internet for children"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-20586492362-11","ec-person-d995d34a2f8b1f0bf6a17486f5699181d6a01e1c"]}} -{"id":"ec-meeting-2019-03-18-b0e38589ff57c71ac672e04997b7a861337eb7b6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-03-18 - Cabinet of Vice-President Valdis Dombrovskis x UK Finance Limited"],"date":["2019-03-18"],"summary":["Brexit"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-48f31156d932641826e09f5b73f074d35ff05786","eu-tr-537082732275-03"]}} -{"id":"ec-meeting-2019-03-18-c3e38350191b2ffd521058111e823005c0e4ad83","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-03-18 - Climate Action x Hydrogen Europe"],"date":["2019-03-18"],"summary":["Impact/contribution of hydrogen is on reaching the decarbonisation targets and creating jobs and growth in Europe"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-clima"],"involved":["ec-person-9c5c685692a09a77f2bc8ae9c05663b87cd75aae","eu-tr-77659588648-75"]}} -{"id":"ec-meeting-2019-03-18-c73c74ccc0e59ac18a341652609dd8105c7df7af","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-03-18 - Cabinet of Vice-President Günther Oettinger x International Union of Tenants"],"date":["2019-03-18"],"summary":["Social housing"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-94035285059-91","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2019-03-18-cca00777e7768864aa71e0c6eb9c1754b504a174","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-03-18 - Justice and Consumers x ITI - The Information Technology Industry Council"],"date":["2019-03-18"],"summary":["courtesy"],"location":["MO59 8/10"],"address":["MO59 8/10"],"addressEntity":["addr-d9d7ee36a586170b1437a2fd874edab327ea3896"],"organizer":["ec-dg-just"],"involved":["ec-person-7f02c085966bf7e9ecf267d0fa52c94a32d1687f","eu-tr-061601915428-87"]}} -{"id":"ec-meeting-2019-03-18-f864494e31eef9ed088415013b696dbb199b1799","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-03-18 - Cabinet of Commissioner Corina Crețu x EPA Consulting, s.r.o."],"date":["2019-03-18"],"summary":["structural funds"],"notes":["Portfolio: Regional Policy"],"location":["brussels"],"address":["brussels"],"addressEntity":["addr-e2daa1574b7ac475c827b33e281bd2d5e013c882"],"organizer":["ec-cabinet-commissioner-corina-cretu-of"],"involved":["ec-person-a8f47f7eb96bfb81929848b0ee89067bcbf0ce81","eu-tr-210418516054-55"]}} -{"id":"ec-meeting-2019-03-19-08bc7ac3cfd6f846d861dabe7c5ebacc3d401845","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-03-19 - Cabinet of Vice-President Miguel Arias Cañete x European Lime Association"],"date":["2019-03-19"],"summary":["Clean Mobility"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-780146710855-91","ec-person-6cb87072cbd668bb8f572b5577f2a04c14e75569","ec-person-2229c857664a22dcb8eee79a8c05841fd3d0924f"]}} -{"id":"ec-meeting-2019-03-19-0e629998313bbb89ea9f2b7b69b9bbff5f128473","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-03-19 - Cabinet of Commissioner Violeta Bulc x FREE NOW"],"date":["2019-03-19"],"summary":["Meeting with with Mr Diepenhorst, CEO of MyTaxi"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-106050028535-35","ec-person-dd7851e4a1e747e824b4f81139e33bc3cdb73160"]}} -{"id":"ec-meeting-2019-03-19-28566dc14a6f6214ce8bbeb0567a7fda7725c9d5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-03-19 - Cabinet of Vice-President Neven Mimica x The ONE Campaign"],"date":["2019-03-19"],"summary":["Preparatory meeting - Global Fund to fight AIDA, TB, Malaria"],"notes":["Portfolio: International Cooperation & Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-mimica-neven-of-president-vice"],"involved":["eu-tr-26098317349-65","ec-person-16142e2d6f5b1cd8c8b4123e2cfa9cbc9096daf2"]}} -{"id":"ec-meeting-2019-03-19-4aa1885e59104788c73648d7713cd2483a8efc3e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-03-19 - Cabinet of Commissioner Mariya Gabriel x Facebook Ireland Limited Google Twitter International Company"],"date":["2019-03-19"],"summary":["EU Code of practice on disinformation"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-394491614001-72","eu-tr-03181945560-59","ec-person-1674399a793e9e6fd7cf55b525515fc862fc9351","eu-tr-28666427835-74"]}} -{"id":"ec-meeting-2019-03-19-519810f76f9aabefd922f20e5521beaf8f430a06","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-03-19 - Internal Market, Industry, Entrepreneurship and SMEs x Lääketeollisuus ry"],"date":["2019-03-19"],"summary":["Exchange of views regarding future EU policies on smart health and wellbeing."],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-grow"],"involved":["ec-person-6299e47fea20df86a1b90bd5b033006b2cb35b5e","eu-tr-135790630472-10"]}} -{"id":"ec-meeting-2019-03-19-53d580648deb1566dff9df19db965ce6f361bc93","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-03-19 - Cabinet of Vice-President Cecilia Malmström x European Potato Processors' Association"],"date":["2019-03-19"],"summary":["Anti-dumping duties in Colombia"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-20ded9db5df11164331bb161fdf234b1e5ad53fd","ec-person-ce1312d2a248f71fe74eed58aa5915cfa445bbba","eu-tr-163461511626-21"]}} -{"id":"ec-meeting-2019-03-19-56a36aa920a9f19a46a86322b63440dac9ed818d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-03-19 - Cabinet of Commissioner Violeta Bulc x Airlines for America"],"date":["2019-03-19"],"summary":["Aviation topics"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-9d4dc4867a44dfe10f67ae7ee1706da3e8b48a24","eu-tr-78160685782-84"]}} -{"id":"ec-meeting-2019-03-19-65a4556ce590f184632da8494a70f7cd96197d8b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-03-19 - Cabinet of Vice-President Johannes Hahn x System Capital Management"],"date":["2019-03-19"],"summary":["Ukraine"],"notes":["Portfolio: European Neighbourhood Policy & Enlargement Negotiations"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-hahn-johannes-of-president-vice"],"involved":["ec-person-14243ca3b6c9c0f57c03163cfda58dad2d75b681","eu-tr-91505507670-45"]}} -{"id":"ec-meeting-2019-03-19-75f8f1a88bf8ab762a680a45fa467f3019180d6f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-03-19 - Cabinet of Vice-President Neven Mimica x CONCORD Europe"],"date":["2019-03-19"],"summary":["Cooperation CONCORD with DEVCO under the Framework Partnership Agreement"],"notes":["Portfolio: International Cooperation & Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-mimica-neven-of-president-vice"],"involved":["eu-tr-34478709670-34","ec-person-e90858f5aba78fd0e1cb2f757c3f38d55d91f98b"]}} -{"id":"ec-meeting-2019-03-19-b2d68d414f83c0e85df305a1a6d1182b72ff0fc4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-03-19 - Cabinet of Vice-President Andrus Ansip x Facebook Ireland Limited Google Twitter International Company"],"date":["2019-03-19"],"summary":["EU Code of Practice on Disinformation"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-394491614001-72","ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0","eu-tr-28666427835-74","eu-tr-03181945560-59","ec-person-1b5d370ac9c418626a6461f1ff6f08e5ec594595"]}} -{"id":"ec-meeting-2019-03-19-b89e1445212fe535e4c96880f6b7193ff23de073","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-03-19 - Cabinet of Vice-President Valdis Dombrovskis x Deutscher Industrie- und Handelskammertag e.V."],"date":["2019-03-19"],"summary":["The European Semester and findings of the German country report, Investment priorities for Germany, Labour market developments, Strengthening of Europe’s Economic and Monetary Union, Trade tensions and Brexit."],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Berlin, Germany"],"address":["Berlin, Germany"],"addressEntity":["addr-45087614a913d81becb706e8469c1cd56b027e7f"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-22400601191-42","ec-person-b98fb7512c796626297f1e89a96665cbbb19188a","ec-person-f376b1eca739c662d2385062249507f23f4ca67e","ec-person-a9eda2e8ea54b70a968327672c6cada679d3cd56"]}} -{"id":"ec-meeting-2019-03-19-ce9fdeaf9f67f101cb286cc0cd9d38bdfa92a17f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-03-19 - Cabinet of Vice-President Andrus Ansip x Wirtschaftskammer Österreich"],"date":["2019-03-19"],"summary":["Presentation of DSM"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-6a03bc4fa7657513ea34529e98dba0671ef4c849","eu-tr-10405322962-08"]}} -{"id":"ec-meeting-2019-03-19-e1e35b4ae55b6bfa5ceda7b918f9e05c79f01c89","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-03-19 - Cabinet of Vice-President Valdis Dombrovskis x FTI Consulting Belgium Schroders Investment Management (Europe) SA"],"date":["2019-03-19"],"summary":["Sustainable Finance, CMU"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-997906814697-71","ec-person-30d770ccd575865b3106f94220ce1ace16e48f1a","eu-tr-29896393398-67"]}} -{"id":"ec-meeting-2019-03-19-e624137f3924c6b25a6347337e34b6c80f7b17a8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-03-19 - Trade x Mercedes-Benz Group AG"],"date":["2019-03-19"],"summary":["Transatlantic trade and economic relations"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-trade"],"involved":["ec-person-bde9bb099f5d24c52ca4a9255cefc99a5b87a650","eu-tr-2349218828-41"]}} -{"id":"ec-meeting-2019-03-19-ed0c432b2a5f5b2c1b0d87a9d67a51d57c0809d1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-03-19 - Cabinet of President Jean-Claude Juncker x Konrad-Adenauer-Stiftung"],"date":["2019-03-19"],"summary":["Clean Energy and Climate Policy"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-b1bf9aa5fb7e886441ff341b657cc482b64a2a3e","eu-tr-510151427278-94"]}} -{"id":"ec-meeting-2019-03-19-f072f19be74a428b3874301aebffce2993510db5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-03-19 - Cabinet of Vice-President Valdis Dombrovskis x Deutscher Gewerkschaftsbund"],"date":["2019-03-19"],"summary":["The European Semester and findings of the German country report, Investment priorities for Germany, Labour market developments, Strengthening of Europe’s Economic and Monetary Union, Policies to foster inclusive growth and social dialogue."],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Berlin, Germany"],"address":["Berlin, Germany"],"addressEntity":["addr-45087614a913d81becb706e8469c1cd56b027e7f"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-b98fb7512c796626297f1e89a96665cbbb19188a","eu-tr-07595112423-87","ec-person-f376b1eca739c662d2385062249507f23f4ca67e","ec-person-a9eda2e8ea54b70a968327672c6cada679d3cd56"]}} -{"id":"ec-meeting-2019-03-20-040ea8ca473dc16de98fffdd4b64454daa3c6b92","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-03-20 - Cabinet of Commissioner Phil Hogan x World Resources Institute"],"date":["2019-03-20"],"summary":["CAP"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-581250215524-23","ec-person-68b8e931bdd0cafe77ab8e98d87edbea128d6c49"]}} -{"id":"ec-meeting-2019-03-20-0da975490d70c133d55233d41a4e8c8bdf14bda4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-03-20 - Cabinet of Vice-President Cecilia Malmström x ITI - The Information Technology Industry Council"],"date":["2019-03-20"],"summary":["General state of play trade / doing business in China"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-40253de53528974f86265e42cb8ec0fd125ce471","ec-person-ce1312d2a248f71fe74eed58aa5915cfa445bbba","ec-person-20ded9db5df11164331bb161fdf234b1e5ad53fd","eu-tr-061601915428-87"]}} -{"id":"ec-meeting-2019-03-20-0e9e562db2a14aed6f7156586ccceba71e9ba910","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-03-20 - Employment, Social Affairs and Inclusion x World Employment Confederation-Europe"],"date":["2019-03-20"],"summary":["introductory meeting"],"location":["Bruxelles"],"address":["Bruxelles"],"addressEntity":["addr-b58f5927b66d94a676970dc048485d4c6848f272"],"organizer":["ec-dg-empl"],"involved":["eu-tr-7438623236-16","ec-person-dd259fce880e1853f0beb087443bce6e7dea70d7"]}} -{"id":"ec-meeting-2019-03-20-11d6c1f63d05f3d0da6619a9179eeb4b2f545a0c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-03-20 - Cabinet of Commissioner Mariya Gabriel x Deutsche Welle"],"date":["2019-03-20"],"summary":["Media Policy"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-421591329311-65","ec-person-13ac9a19d8d04f97c0d32603d014df0dd4e1cd2a"]}} -{"id":"ec-meeting-2019-03-20-139972529646d280ab705458fb3ca1ed691d696d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-03-20 - Cabinet of Vice-President Günther Oettinger x Bundesvereinigung der Deutschen Arbeitgeberverbände e.V."],"date":["2019-03-20"],"summary":["Social Affairs"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-7749519702-29","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2019-03-20-172e600d7990be0b4ce8b16911d0d684924c6651","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-03-20 - Health and Food Safety x Euroseeds"],"date":["2019-03-20"],"summary":["general presentation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-sante"],"involved":["eu-tr-11362308587-10","ec-person-42d2108d723f9b9017ed589e3271e3156172daa7"]}} -{"id":"ec-meeting-2019-03-20-246d20ef06d691d1fd8e562845e85ee15971e947","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-03-20 - Research and Innovation x Helmholtz-Gemeinschaft Deutscher Forschungszentren e.V."],"date":["2019-03-20"],"summary":["Research Infrustructures, Missions"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-rtd"],"involved":["ec-person-1d348f33395de0ea6773a7b4ae8797e3e0392f73","eu-tr-73792436593-97"]}} -{"id":"ec-meeting-2019-03-20-28b7e52cf3960cc77ab37ec0554d7d84e8fb64d1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-03-20 - Cabinet of Vice-President Andrus Ansip x Index Ventures (UK) LLP"],"date":["2019-03-20"],"summary":["Startups"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-431789031930-74","ec-person-6a03bc4fa7657513ea34529e98dba0671ef4c849"]}} -{"id":"ec-meeting-2019-03-20-3c6b8bb88e4f6e909487377192a2f068926a3830","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-03-20 - Cabinet of Commissioner Vytenis Andriukaitis x Sovereign Strategy"],"date":["2019-03-20"],"summary":["Presentation of the Report “Healthy Nations, Sustainable Economies – How innovation can better ensure health for all”"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-b4899928aefa422e4992056d90974930b39cad81","eu-tr-807262215053-09","ec-person-d462b3c7daeee00ad55e380a7fb96819f79899df"]}} -{"id":"ec-meeting-2019-03-20-49267e99137ced6bd45405887a9fc8a5df54ffe8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-03-20 - Cabinet of Vice-President Miguel Arias Cañete x Térvalis Desarrollo, S.A."],"date":["2019-03-20"],"summary":["LTS - Long Term Strategy"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-124568534308-42","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd"]}} -{"id":"ec-meeting-2019-03-20-498a60bdd416b490ff363f8165854184749301b5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-03-20 - Cabinet of Commissioner Marianne Thyssen x IPC International, Inc."],"date":["2019-03-20"],"summary":["EU Skills agenda"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["ec-person-786ac5b4308f9797c51ea9c4491fcd16b6fac4cd","ec-person-7567514af00f139b390cf9864d28a090ca0fde25","eu-tr-390331424747-18"]}} -{"id":"ec-meeting-2019-03-20-4d2921e10bf3903a26dd5f480b0808fa90326e27","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-03-20 - Cabinet of First Vice-President Frans Timmermans x European Disability Forum"],"date":["2019-03-20"],"summary":["EU policies concerning persons with disabilities and future approach"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-57868523887-16","ec-person-966667b73d92624be9bb019c2baab7e52331b3d3"]}} -{"id":"ec-meeting-2019-03-20-4d404fb46aebeeda71f7b2c8f90887ee9f3a73af","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-03-20 - Employment, Social Affairs and Inclusion x Fagligt Fælles Forbund"],"date":["2019-03-20"],"summary":["Presentation of inside thoughts from DG EMPL on the expectations regarding the next Commission and its possible work program with regards to employment and labour market affairs."],"location":["Bruxelles"],"address":["Bruxelles"],"addressEntity":["addr-b58f5927b66d94a676970dc048485d4c6848f272"],"organizer":["ec-dg-empl"],"involved":["ec-person-dd259fce880e1853f0beb087443bce6e7dea70d7","eu-tr-790395022789-84"]}} -{"id":"ec-meeting-2019-03-20-73af3d439c99792375f5dfeaf4f6b69fa2305dbd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-03-20 - Cabinet of Commissioner Mariya Gabriel x Assembly of European Regions"],"date":["2019-03-20"],"summary":["Digital Europe Programme"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-480267313069-44","ec-person-1674399a793e9e6fd7cf55b525515fc862fc9351"]}} -{"id":"ec-meeting-2019-03-20-7b9f62c3e67f237823c64033688a96f7e9a6e7f1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-03-20 - Cabinet of Commissioner Margrethe Vestager x Confederazione Generale dell'Industria Italiana"],"date":["2019-03-20"],"summary":["Competition Policy"],"notes":["Portfolio: Competition"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-margrethe-of-vestager"],"involved":["ec-person-2e96673ec2acdfc668f6970535551f9afa1f8729","eu-tr-27762251795-15"]}} -{"id":"ec-meeting-2019-03-20-855981faefc2adedfffe0bc6a8925b567935a91e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-03-20 - Cabinet of Vice-President Cecilia Malmström x Mouvement des Entreprises de France"],"date":["2019-03-20"],"summary":["US, WTO, China"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-19b143e83f8ab978c55c8a9a9e49e06dbfa14bf3","eu-tr-43763731235-75","ec-person-0e574d9526c0834ba7e67064cd6ec19a4a2460b9"]}} -{"id":"ec-meeting-2019-03-20-9891ddf20ccf2c1e203ca76482d4f14aced17ce6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-03-20 - Cabinet of Commissioner Vytenis Andriukaitis x Assembly of European Regions"],"date":["2019-03-20"],"summary":["Antimicrobial resistance, health systems, communicable diseases"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-b9c3f19e7c5f216e3e508f931ddd6a9cb59376d1","eu-tr-480267313069-44","ec-person-d462b3c7daeee00ad55e380a7fb96819f79899df","ec-person-df30d07ef698a52b9948b9c734db39196cf8541f"]}} -{"id":"ec-meeting-2019-03-20-ad02f4c75e34c378b1c97da92994e1ed5527da77","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-03-20 - Cabinet of Vice-President Cecilia Malmström x Daimler Aktiengesellschaft"],"date":["2019-03-20"],"summary":["EU-US relations"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-20ded9db5df11164331bb161fdf234b1e5ad53fd","ec-person-cb8ca9ec2413722fa83484ed18dd76ace52d0118","eu-tr-2349218828-41"]}} -{"id":"ec-meeting-2019-03-20-b457f7aef5bab5e7417bc25c92cfdd960ee9910a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-03-20 - Task Force for Relations with the United Kingdom x Mouvement des Entreprises de France"],"date":["2019-03-20"],"summary":["Meeting with the Task Force for the Preparation and Conduct of the Negotiations with the United Kingdom under Article 50 TEU"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-uktf"],"involved":["eu-tr-43763731235-75","ec-person-864cfa5fbc9b02a079ffbab1107f252c7bb08478"]}} -{"id":"ec-meeting-2019-03-20-bd24d266cdf563652542016c6d054fd3d3b4eb61","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-03-20 - Cabinet of First Vice-President Frans Timmermans x Paptic Aula Europe Sulapac oy"],"date":["2019-03-20"],"summary":["discussion on Microplastics and marine biodegradation"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-88742028087-64","eu-tr-923873234269-18","eu-tr-415832931499-23","ec-person-8d1c5ff76a431332387aa10936b0bff13f7d71fd"]}} -{"id":"ec-meeting-2019-03-20-bed64108b51e8e02334365ffb16b919d3aa27646","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-03-20 - Cabinet of Vice-President Jyrki Katainen x Lääketeollisuus ry"],"date":["2019-03-20"],"summary":["Health as engine for growth; health policies, data driven health care, industrial strategy"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-c50e8c2cc390c5efb0626988d173bc6758459e0f","eu-tr-135790630472-10"]}} -{"id":"ec-meeting-2019-03-20-c2be76e405227d85cdd6ae464356a64be68f3d7e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-03-20 - Cabinet of Vice-President Jyrki Katainen x Paptic Aula Europe Sulapac oy"],"date":["2019-03-20"],"summary":["Microplastics and marine biodegradation"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-88742028087-64","eu-tr-923873234269-18","ec-person-0da85dc48012e26688310a59a0b51727ea68f410","eu-tr-415832931499-23"]}} -{"id":"ec-meeting-2019-03-20-c4f2f7200d136ed4fa669d8b68b91ac1d17d25cb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-03-20 - Cabinet of President Jean-Claude Juncker x European Community Shipowner's Associations"],"date":["2019-03-20"],"summary":["Clean Transport and Climate Policy"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-b1bf9aa5fb7e886441ff341b657cc482b64a2a3e","eu-tr-59004966537-01"]}} -{"id":"ec-meeting-2019-03-20-d74c299b87ad570523d5132eb66126c8f3bcbf4d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-03-20 - Cabinet of Commissioner Mariya Gabriel x Bibliothèques Sans Frontières"],"date":["2019-03-20"],"summary":["Digital Literacy"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-909016131754-47","ec-person-13ac9a19d8d04f97c0d32603d014df0dd4e1cd2a"]}} -{"id":"ec-meeting-2019-03-20-dcd3efb3ae14356a2d05ae9bc595ef00a38a5c56","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-03-20 - Cabinet of Vice-President Günther Oettinger x Deutscher Sparkassen-und Giroverband"],"date":["2019-03-20"],"summary":["Future of Europe"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-62379064909-15","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2019-03-20-e2d73cd6755be9b086eee45a63fab70aa6167527","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-03-20 - Employment, Social Affairs and Inclusion x Deutscher Gewerkschaftsbund"],"date":["2019-03-20"],"summary":["Exchange of views on the achievements of the current Commission and possible tasks for the next Commission in the social field."],"location":["Bruxelles"],"address":["Bruxelles"],"addressEntity":["addr-b58f5927b66d94a676970dc048485d4c6848f272"],"organizer":["ec-dg-empl"],"involved":["eu-tr-07595112423-87","ec-person-dd259fce880e1853f0beb087443bce6e7dea70d7"]}} -{"id":"ec-meeting-2019-03-20-ea1cf9ec005928695e96c33521fe25e97a972de2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-03-20 - Communications Networks, Content and Technology x ITI - The Information Technology Industry Council"],"date":["2019-03-20"],"summary":["AI incl draft ethics guidelines, ePrivacy, GDPR, cybersecurity, Next Generation internet, US digital policies"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f","eu-tr-061601915428-87"]}} -{"id":"ec-meeting-2019-03-20-eb55662faf33c51885f2c1db31b8fa0a75c2974f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-03-20 - Cabinet of Commissioner Dimitris Avramopoulos x Transatlantic Institute"],"date":["2019-03-20"],"summary":["The discussion focused on the future of Europe and the rising of nationalism, populism and antisemitism."],"notes":["Portfolio: Migration, Home Affairs and Citizenship"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-avramopoulos-cabinet-commissioner-dimitris-of"],"involved":["ec-person-e786479f71eb21bc0a291dd644b61d86e09beb13","eu-tr-95713206856-14","ec-person-06b43c385c07c13f2bae1d24a0075851e8ce491d"]}} -{"id":"ec-meeting-2019-03-20-f00ba5b010dd79226eeb873213756f77cd432b65","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-03-20 - Cabinet of Vice-President Miguel Arias Cañete x Finnish Energy - Energiateollisuus ry"],"date":["2019-03-20"],"summary":["Market design"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-1831691c10441c5974327bbeb8693d6b6c1e50c3","eu-tr-68861821910-84"]}} -{"id":"ec-meeting-2019-03-20-fb059e0efd3d2135889600aa8b2bbc650efe8e93","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-03-20 - Joint Research Centre x InoBat j.s.a."],"date":["2019-03-20"],"summary":["Discussion on the new funding model for disrupting innovation and its scaling up"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-jrc"],"involved":["eu-tr-248237434262-52","ec-person-b3e6b7a4bd40eead1b939244f1cb4e9bdaf65f46"]}} -{"id":"ec-meeting-2019-03-21-026b4a42b00197f5f7a23d00817dc64ad804d9df","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-03-21 - Cabinet of Commissioner Carlos Moedas x Vodafone Belgium SA"],"date":["2019-03-21"],"summary":["Internet of Things"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-0a716bf5253e913fc40ebf14c12f30dc2e7a06ee","eu-tr-90142503473-81"]}} -{"id":"ec-meeting-2019-03-21-05d1e27b9e274083ee6b9303674676f5d9d42e8c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-03-21 - Cabinet of Commissioner Elżbieta Bieńkowska x ITI - The Information Technology Industry Council"],"date":["2019-03-21"],"summary":["tech policy"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["ec-person-b2f9be51339f054477846797e2c119fcf16548fc","eu-tr-061601915428-87"]}} -{"id":"ec-meeting-2019-03-21-1051b9ac39ea72e4127170ad6ee0bd67a5d82c4c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-03-21 - Cabinet of Commissioner Julian King x La Quadrature Du Net"],"date":["2019-03-21"],"summary":["tackling terrorist content online"],"notes":["Portfolio: Security Union"],"location":["Brussels - phone call"],"address":["Brussels - phone call"],"addressEntity":["addr-a8446d8dc9f436d7589c3040ba169db69991427b"],"organizer":["ec-cabinet-commissioner-julian-king-of"],"involved":["eu-tr-789158412311-88","ec-person-d79b91ed720b1c6bd49ce28254caac411bf07855"]}} -{"id":"ec-meeting-2019-03-21-172a0c155390f95f1e0fdae8c34b7d3a9630ef34","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-03-21 - Communications Networks, Content and Technology x AXA"],"date":["2019-03-21"],"summary":["Platforms / Data / Blockchain"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-36423781099-10","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2019-03-21-3479296f2ad8e511e21a8fa77718af7a083fe839","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-03-21 - Cabinet of Commissioner Marianne Thyssen x Friedrich-Ebert-Stiftung"],"date":["2019-03-21"],"summary":["EU funding for local authorities in the next MFF"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["ec-person-5528caa0f79478c045f9f7d077dc9e03c09edb31","eu-tr-05546466757-61","ec-person-ce19440eacb8fd67f534bdbcce33a1c4cedfd071"]}} -{"id":"ec-meeting-2019-03-21-4e373646c9a6611b05cd2514315d098fb686483a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-03-21 - Cabinet of Vice-President Jyrki Katainen x Specialised Nutrition Europe"],"date":["2019-03-21"],"summary":["Regulatory issues for the specialised nutrition industry"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-33498019160-40","ec-person-c50e8c2cc390c5efb0626988d173bc6758459e0f","ec-person-ccd2797b568cba38993df7d1dcc985dbc1eb439a"]}} -{"id":"ec-meeting-2019-03-21-50ffb531de2cb8272a30979182315f398b4d7ab5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-03-21 - Cabinet of Commissioner Violeta Bulc x Federal Express Europe Inc & Co"],"date":["2019-03-21"],"summary":["Transport issues"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-568282331933-17","ec-person-9d4dc4867a44dfe10f67ae7ee1706da3e8b48a24","ec-person-dd7851e4a1e747e824b4f81139e33bc3cdb73160"]}} -{"id":"ec-meeting-2019-03-21-56e94247b77daf9f90da5c26d7f7548f251bfe70","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-03-21 - Trade x ITI - The Information Technology Industry Council"],"date":["2019-03-21"],"summary":["EU-U.S. trade, WTO, international data flows"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-trade"],"involved":["ec-person-bde9bb099f5d24c52ca4a9255cefc99a5b87a650","eu-tr-061601915428-87"]}} -{"id":"ec-meeting-2019-03-21-59ca6378ffd47fe5b85036ffe311f5fe37023cd3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-03-21 - Communications Networks, Content and Technology x Apple Inc."],"date":["2019-03-21"],"summary":["Future Digital policy / Platforms"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-588327811384-96","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2019-03-21-6621b8461a8a1c6ab3d3e3ede0576eb598096f1f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-03-21 - Cabinet of Commissioner Mariya Gabriel x Facebook Ireland Limited"],"date":["2019-03-21"],"summary":["Copyright"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-28666427835-74","ec-person-13ac9a19d8d04f97c0d32603d014df0dd4e1cd2a"]}} -{"id":"ec-meeting-2019-03-21-9b77487c252abc335072ef9bb56af7a44ad876cc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-03-21 - Cabinet of Vice-President Günther Oettinger x Lidl"],"date":["2019-03-21"],"summary":["outlook on EP election and next Commission"],"notes":["Portfolio: Budget & Human Resources"],"location":["BXL"],"address":["BXL"],"addressEntity":["addr-d2fde52f67ea4a3e1fe233d0a959d6a1c77fd910"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["ec-person-b35676936bf5857250753de4a8c3e63bfc47b9d7","eu-tr-480098310579-04"]}} -{"id":"ec-meeting-2019-03-21-aaf8f7562cff9e88e21dcc6901f94d51e6111cee","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-03-21 - Cabinet of Commissioner Marianne Thyssen x Confederazione Generale dell'Industria Italiana"],"date":["2019-03-21"],"summary":["Adesione formale di Confindustria all’Alleanza Europea per l’Apprendistato"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["ec-person-5a49eb89125b4b5d1125b3925bbb64aba1bea2b3","eu-tr-27762251795-15"]}} -{"id":"ec-meeting-2019-03-21-b165036602e9200ffb3d847416e47fc1b401951d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-03-21 - Cabinet of Commissioner Violeta Bulc x CABIFY ESPAÑA, S.L."],"date":["2019-03-21"],"summary":["Road topics"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-dd7851e4a1e747e824b4f81139e33bc3cdb73160","eu-tr-776951534394-10"]}} -{"id":"ec-meeting-2019-03-21-b7735004e71b4b3cf48e59b0c577231d9e1655ca","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2019-03-21 - Cabinet of Commissioner Phil Hogan x European Liaison Committee for Agriculture and agri-food trade"],"date":["2019-03-21"],"summary":["Address Event & Q&A","Preparation of participation of the Commissioner in conference"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-c9d17d5879383b030f61a4066848249fb35d57e4","eu-tr-546282614966-51","ec-person-a1a78365cc4685b0958056646204977d8f2ead92"]}} -{"id":"ec-meeting-2019-03-21-d9e492c72f2b6563396fdeff0966cdb10a2ac6db","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-03-21 - Cabinet of Commissioner Věra Jourová x BSA | The Software Alliance"],"date":["2019-03-21"],"summary":["e-evidence"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-f329292459cb1badb7fb7c6b67b698c441931bb2","eu-tr-75039383277-48"]}} -{"id":"ec-meeting-2019-03-21-f09ab2c2bcbe58994f7afc3b47084bcb3488f7e2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-03-21 - Trade x AXA"],"date":["2019-03-21"],"summary":["Global international issues and US/UE/China relationships"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-trade"],"involved":["ec-person-bde9bb099f5d24c52ca4a9255cefc99a5b87a650","eu-tr-36423781099-10"]}} -{"id":"ec-meeting-2019-03-21-f0f23e2fccc08f9f1c03a2174ffdaa3dd78c4a8f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-03-21 - Cabinet of Vice-President Valdis Dombrovskis x HSBC Holdings PLC"],"date":["2019-03-21"],"summary":["CMU, Banking Union"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-001866415031-87","ec-person-48f31156d932641826e09f5b73f074d35ff05786"]}} -{"id":"ec-meeting-2019-03-21-fb0aae0ca7b67c96a82391cde36e69282b6314e5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-03-21 - Cabinet of Vice-President Valdis Dombrovskis x Deutscher Sparkassen-und Giroverband"],"date":["2019-03-21"],"summary":["EMU"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-62379064909-15","ec-person-f376b1eca739c662d2385062249507f23f4ca67e"]}} -{"id":"ec-meeting-2019-03-22-013815a69062fe8eb2947bc44e0a2c99d1bb6ac5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-03-22 - Cabinet of Commissioner Carlos Moedas x Lunds universitet"],"date":["2019-03-22"],"summary":["Science communication"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-8ec05e08adb6965c1b360cae0a4d52d4d72a2f95","eu-tr-821567821586-06"]}} -{"id":"ec-meeting-2019-03-22-35aa23c299c051b8e8c216f91be1030f5e94fb23","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-03-22 - Cabinet of Vice-President Jyrki Katainen x Ernst & Young Core Business Services BV"],"date":["2019-03-22"],"summary":["Implementation of the Plastics Strategy"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-0da85dc48012e26688310a59a0b51727ea68f410","eu-tr-04458109373-91"]}} -{"id":"ec-meeting-2019-03-22-54023e1d1c9c03ec847f00060a728a869fbafa17","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-03-22 - Cabinet of Commissioner Elżbieta Bieńkowska x ROCKWOOL International A/S"],"date":["2019-03-22"],"summary":["Fire safety & construction products regulation"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-2301233810-42","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2019-03-22-753c65b626bdbd97f25f41e9244eddcc32c77640","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-03-22 - Cabinet of Commissioner Vytenis Andriukaitis x Medtronic"],"date":["2019-03-22"],"summary":["Commission priorities in 2019"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["eu-tr-503957813562-10","ec-person-d462b3c7daeee00ad55e380a7fb96819f79899df"]}} -{"id":"ec-meeting-2019-03-22-754499248e21f6dce59fa78c5c7985fc98ef4b27","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-03-22 - Cabinet of Commissioner Elżbieta Bieńkowska x EUROMETAUX"],"date":["2019-03-22"],"summary":["ETS"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-61650796093-48","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2019-03-22-8a46ed3d5e489d2dc41b19b64f72cb328667abc7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-03-22 - Cabinet of Commissioner Elżbieta Bieńkowska x Finnish Transport and Logistics SKAL"],"date":["2019-03-22"],"summary":["single market, SMEs"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-53638476328-19","ec-person-b2f9be51339f054477846797e2c119fcf16548fc"]}} -{"id":"ec-meeting-2019-03-22-8e7d92aa7a4f0be2e50c5f6d34f565135008bb58","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-03-22 - Trade x Airbus"],"date":["2019-03-22"],"summary":["Appellate Body"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-trade"],"involved":["ec-person-bde9bb099f5d24c52ca4a9255cefc99a5b87a650","eu-tr-2732167674-76"]}} -{"id":"ec-meeting-2019-03-22-a84eaf05b959ba6668458079a9358296d3cf1fd1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-03-22 - Cabinet of Vice-President Miguel Arias Cañete x Agrupación de fabricantes de cemento de España"],"date":["2019-03-22"],"summary":["Coal Regions in transition"],"notes":["Portfolio: Climate Action & Energy"],"location":["Madrid"],"address":["Madrid"],"addressEntity":["addr-7a2191964a3d7521269f0068afae6b6116bac15d"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-812232130793-17","ec-person-2229c857664a22dcb8eee79a8c05841fd3d0924f"]}} -{"id":"ec-meeting-2019-03-22-b52fa8c7996199251fb1faafc5bdef9fa31de01c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-03-22 - Environment x Suomen itsenäisyyden juhlarahasto"],"date":["2019-03-22"],"summary":["World Circular Economy Forum 2019"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-env"],"involved":["eu-tr-582824527068-76","ec-person-3bc74ce04ea3f4ab4d91a5c88eef25b8b8a213b4"]}} -{"id":"ec-meeting-2019-03-22-b816382b1916e94c1aaae33ce4191c3c7b8b72fd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-03-22 - Cabinet of First Vice-President Frans Timmermans x Ernst & Young Core Business Services BV"],"date":["2019-03-22"],"summary":["discussion on the implementation of the Plastic Strategy"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["ec-person-8d1c5ff76a431332387aa10936b0bff13f7d71fd","eu-tr-04458109373-91"]}} -{"id":"ec-meeting-2019-03-22-c3d2c5baacc19cbd0a3136a0e2a2191aeec2b724","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-03-22 - Cabinet of Commissioner Věra Jourová x Avon Products Amway American Chamber of Commerce to the European Union"],"date":["2019-03-22"],"summary":["New deal Omnibus – doorstep selling"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-a2ca9161feee56909a0e98b473c2d342c20fdb57","eu-tr-54680168666-65","eu-tr-5265780509-97","eu-tr-194220411820-41"]}} -{"id":"ec-meeting-2019-03-22-cd604f5686912ba2c29b79955d7eac9fa3a6bd6f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-03-22 - Cabinet of Vice-President Cecilia Malmström x Chamber of Commerce of the United States of America"],"date":["2019-03-22"],"summary":["EU US Trade Relations"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-cb8ca9ec2413722fa83484ed18dd76ace52d0118","eu-tr-483024821178-51"]}} -{"id":"ec-meeting-2019-03-22-cfd465e57de70af1ba25c20ce14c1843419771d0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-03-22 - Inspire, Debate, Engage and Accelerate Action x American Chamber of Commerce to the European Union"],"date":["2019-03-22"],"summary":["Future of Europe"],"location":["Avenue des Arts 53"],"address":["Avenue des Arts 53"],"addressEntity":["addr-f55ca874621a9d88980ba3e59ffa93f0f65d92b8"],"organizer":["ec-dg-idea"],"involved":["eu-tr-5265780509-97","ec-person-4fe56a64c00b3e81c851b5538878b32481bd7d3c"]}} -{"id":"ec-meeting-2019-03-22-da534c840bcf510adda3e9c9500377a8b843d03c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-03-22 - Cabinet of First Vice-President Frans Timmermans x Lightweight Containers BV"],"date":["2019-03-22"],"summary":["discussion on circular economy and plastics recycling"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["ec-person-8d1c5ff76a431332387aa10936b0bff13f7d71fd","eu-tr-046414434065-89"]}} -{"id":"ec-meeting-2019-03-22-ee1555af79f62e7d919dad35a2356505b4292a71","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-03-22 - Cabinet of Vice-President Jyrki Katainen x Suomen Yrittäjät ry"],"date":["2019-03-22"],"summary":["Commission decision making"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-032592932156-20","ec-person-ccd2797b568cba38993df7d1dcc985dbc1eb439a"]}} -{"id":"ec-meeting-2019-03-25-573f388f0c65bbf1b3a4ef9b45ce2db327368dfa","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-03-25 - Cabinet of Commissioner Mariya Gabriel x Telefonica, S.A."],"date":["2019-03-25"],"summary":["Data Portability"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-52431421-12","ec-person-fc1068d79545d1659bf47e9b62bfb0aed175629e"]}} -{"id":"ec-meeting-2019-03-25-5c3ec9a259ce97b985313223813a16ba31bbcf38","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-03-25 - Research and Innovation x Unilever"],"date":["2019-03-25"],"summary":["Corporates and Ecosystems"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-rtd"],"involved":["ec-person-1d348f33395de0ea6773a7b4ae8797e3e0392f73","eu-tr-6200524920-25"]}} -{"id":"ec-meeting-2019-03-25-6e8aeed8baeca3c9d0172130615bf5fdc73e41b7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-03-25 - Internal Market, Industry, Entrepreneurship and SMEs x The Bureau of European Design Associations"],"date":["2019-03-25"],"summary":["Introductory meeting to discuss European challenges."],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-grow"],"involved":["eu-tr-71028143474-84","ec-person-6299e47fea20df86a1b90bd5b033006b2cb35b5e"]}} -{"id":"ec-meeting-2019-03-25-7775d9ae57133801bfc7d0bd83331745f10ea702","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-03-25 - Cabinet of Vice-President Valdis Dombrovskis x New City Initiative"],"date":["2019-03-25"],"summary":["Sustainable Finance"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-090466117449-87","ec-person-537401fc0be04984531b83660f416bf2fe14fbd8"]}} -{"id":"ec-meeting-2019-03-25-f165c9902ba806e099eb6a2c612847cd389e867c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-03-25 - Cabinet of Vice-President Günther Oettinger x Handwerkskammer Dresden"],"date":["2019-03-25"],"summary":["Future of Europe"],"notes":["Portfolio: Budget & Human Resources"],"location":["Dresden"],"address":["Dresden"],"addressEntity":["addr-566c9a609741006f693c3f8df50a206c217bf598"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-63350179708-88","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2019-03-26-47565b364c42d7ad20c97926b3051fb796e529dc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-03-26 - Cabinet of Commissioner Violeta Bulc x SOLAR IMPULSE FOUNDATION"],"date":["2019-03-26"],"summary":["Meeting with Dr. Piccard, Director of the governmental Affairs at the Solar Impulse Foundation"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-4d2b449b5047ea3fda435a2a1c1081e3babcdf76","eu-tr-569885924378-48","ec-person-9fddf13de7f65229b7da7c5b25dca1630cad3c48"]}} -{"id":"ec-meeting-2019-03-26-5280929795491a441804455a519cf0cf8c9a87f5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-03-26 - Energy x Solar Heat Europe/ESTIF"],"date":["2019-03-26"],"summary":["the potential of solar thermal energy as a cost competitive technology in the context of clean energy transition"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-10790718699-18","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2019-03-26-67f5d1c79c43869174d726b5b7095749878415ff","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-03-26 - Energy x Atlantic Council of the United States, Inc"],"date":["2019-03-26"],"summary":["EU–US energy cooperation"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-524686116124-73","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2019-03-26-693b98ad41346f55e4e95c1b1329dbc66525dbce","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-03-26 - Cabinet of President Jean-Claude Juncker x Centre for European Reform"],"date":["2019-03-26"],"summary":["Brexit"],"notes":["Portfolio: President"],"location":["BERL, Brussels"],"address":["BERL, Brussels"],"addressEntity":["addr-c1b89a719fb4c3b86c91ae01524d04183caeb9e6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-524976815651-12","ec-person-da1926615bdcdb789928b90ac532982fef6e24ee"]}} -{"id":"ec-meeting-2019-03-26-81a4251e88bc1673cb1675506ae5dc2065d4578e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-03-26 - Research and Innovation x SUEZ Group"],"date":["2019-03-26"],"summary":["Innovation policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-rtd"],"involved":["ec-person-1d348f33395de0ea6773a7b4ae8797e3e0392f73","eu-tr-27799842497-69"]}} -{"id":"ec-meeting-2019-03-26-85d253147dac76e2b5183f7cf1d9de8f787018a0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-03-26 - Cabinet of Vice-President Andrus Ansip x Bundesverband Informationswirtschaft, Telekommunikation und neue Medien e. V."],"date":["2019-03-26"],"summary":["Governance in digital policy, data, artificial intelligence"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-5351830264-31","ec-person-6a03bc4fa7657513ea34529e98dba0671ef4c849"]}} -{"id":"ec-meeting-2019-03-26-9898029c3230eebddf59df6b044feac4c8fa0486","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-03-26 - Cabinet of Vice-President Jyrki Katainen x ArcelorMittal"],"date":["2019-03-26"],"summary":["Emissions taxation"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-af4fdbf97c89a6df87ab37d321d95829d657c940","eu-tr-23527541824-60","ec-person-0da85dc48012e26688310a59a0b51727ea68f410"]}} -{"id":"ec-meeting-2019-03-26-b33158a70b9437d745bfd967f6988940336e4c1a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-03-26 - Cabinet of Commissioner Věra Jourová x Facebook Ireland Limited"],"date":["2019-03-26"],"summary":["elections, disinformation"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["eu-tr-28666427835-74","ec-person-1e0e3a00ab815dea7c5b839b002ed2c7e34bfe0a"]}} -{"id":"ec-meeting-2019-03-26-cba92af457d2ee644ea8581f3dc7778a07591419","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-03-26 - Cabinet of Vice-President Cecilia Malmström x Telia Company AB"],"date":["2019-03-26"],"summary":["media/telecom convergence"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-40253de53528974f86265e42cb8ec0fd125ce471","eu-tr-381805014604-45"]}} -{"id":"ec-meeting-2019-03-26-d6044a94d9106a2a25c8da49725f37f5bf8c70bd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-03-26 - Cabinet of Vice-President Günther Oettinger x Bayerische Motoren Werke Aktiengesellschaft"],"date":["2019-03-26"],"summary":["European Reserach Policy"],"notes":["Portfolio: Budget & Human Resources"],"location":["brussels"],"address":["brussels"],"addressEntity":["addr-e2daa1574b7ac475c827b33e281bd2d5e013c882"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["ec-person-55a0b11edfe9b0b76e526f72b1ec2e9f2f74d5bc","eu-tr-7193977808-18"]}} -{"id":"ec-meeting-2019-03-26-f1ecebcc08e6bc3caaa854e739cf3ad633e3ea6c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-03-26 - Cabinet of Vice-President Karmenu Vella x Lidl Kaufland"],"date":["2019-03-26"],"summary":["Circular Economy in retail and Plastic Recyclability"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["eu-tr-13480556813-27","eu-tr-480098310579-04","ec-person-e3c587153be49902cde115f568bd5e9a9d548743"]}} -{"id":"ec-meeting-2019-03-27-12ff86fe263f7bbed4bc12978d99a8a0e59b78f4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-03-27 - Cabinet of Vice-President Andrus Ansip x Deutsche Welle"],"date":["2019-03-27"],"summary":["Media policy"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-421591329311-65","ec-person-6a03bc4fa7657513ea34529e98dba0671ef4c849","ec-person-1b5d370ac9c418626a6461f1ff6f08e5ec594595"]}} -{"id":"ec-meeting-2019-03-27-2c0385e93430cd06a52ab9862c150a6be436434f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-03-27 - Cabinet of Vice-President Jyrki Katainen x Huawei Technologies"],"date":["2019-03-27"],"summary":["Security of 5G networks"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-af4fdbf97c89a6df87ab37d321d95829d657c940","ec-person-81b1dda49062e5dac42bdad9273fa72968a2c325","eu-tr-114467111412-38"]}} -{"id":"ec-meeting-2019-03-27-2d3ae04e075f10b39553250243c9c5826ac3b3d5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-03-27 - Informatics x Google"],"date":["2019-03-27"],"summary":["Cloud"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-digit"],"involved":["eu-tr-03181945560-59","ec-person-32591d36027eb92a66b57d5bcc8c57d9574380b0"]}} -{"id":"ec-meeting-2019-03-27-4d96b79f295ffd080a43e22938c40cc57a9bbb8d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-03-27 - Cabinet of Vice-President Günther Oettinger x ZVEI e.V. - Verband der Elektro- und Digitalindustrie"],"date":["2019-03-27"],"summary":["Future of Europe"],"notes":["Portfolio: Budget & Human Resources"],"location":["Frankfurt"],"address":["Frankfurt"],"addressEntity":["addr-d5d8846569e1aaf92f7239dc4169fa822d08f158"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-94770746469-09","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2019-03-27-510267f98df0c82712c4ea8aa7c2b4cda26592ce","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-03-27 - Regulatory Scrutiny Board x Centre for European Policy Studies"],"date":["2019-03-27"],"summary":["Innovation Principle"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-rsb"],"involved":["ec-person-31c44e0f672f59d97fcdbfa3dc472749e3187fea","eu-tr-86853666704-95"]}} -{"id":"ec-meeting-2019-03-27-5730efa6bd692c1c624442b3a867380234abd920","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-03-27 - Taxation and Customs Union x British Chamber of Commerce in Belgium"],"date":["2019-03-27"],"summary":["Dinner discussion “A Fair Corporate Tax Regime and Societal Expectations – Are They Incompatible?”"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-taxud"],"involved":["ec-person-3173c1cc052827c58f23ccd3a8de07534f0d35bd","eu-tr-56188303384-93"]}} -{"id":"ec-meeting-2019-03-27-61693757b51c82873e65727aef12efb7ff94394d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-03-27 - Cabinet of Commissioner Carlos Moedas x Photonics21 Association"],"date":["2019-03-27"],"summary":["Photonics Partnerships"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-b8d49828915f9008e764a78796d47ea00807a658","eu-tr-250774516080-16","ec-person-23980b2bc4fd9c82051d0f7888dc236b2f764866"]}} -{"id":"ec-meeting-2019-03-27-77e336f1c34e72ae31c1e7fa651edceed103ed17","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-03-27 - Cabinet of Vice-President Jyrki Katainen x Climate-KIC Holding BV"],"date":["2019-03-27"],"summary":["Circular Economy Package and EU Product policy"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-948333125186-06","ec-person-0da85dc48012e26688310a59a0b51727ea68f410"]}} -{"id":"ec-meeting-2019-03-27-943db2a07056335cf89504f1cd81aa4d586ffc1b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-03-27 - Directorate-General for International Partnerships x Associazione Bancaria Italiana"],"date":["2019-03-27"],"summary":["Meeting with Mr Cornelli - Exchange about new sustainable finance instruments"],"location":["Rue de la Loi 41"],"address":["Rue de la Loi 41"],"addressEntity":["addr-128d9676ef0cf9c0ac9a11ef228eaf2ea6ed1cbc"],"organizer":["ec-dg-intpa"],"involved":["eu-tr-915519211566-03","ec-person-05c4477b89b93e7969f12d89b38f77fedce5876f"]}} -{"id":"ec-meeting-2019-03-27-d2fe685f3c9f0c8cc16bfb975ba29f2394492f6e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-03-27 - Cabinet of Vice-President Günther Oettinger x BUSINESSEUROPE"],"date":["2019-03-27"],"summary":["current EU policies"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["ec-person-b17d355ca19058898aba2ec032de59f8701d47f5","eu-tr-3978240953-79"]}} -{"id":"ec-meeting-2019-03-27-dfa821795f485e3f77c8ea08b4cdea65c8708a6d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-03-27 - Cabinet of Vice-President Günther Oettinger x Stiftung Ordnungspolitik - Centrum für Europäische Politik"],"date":["2019-03-27"],"summary":["MFF"],"notes":["Portfolio: Budget & Human Resources"],"location":["Strasbourg"],"address":["Strasbourg"],"addressEntity":["addr-a7b90170b4a5bf2d1d09ccfd109b57e0a030cfc4"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-488753210783-18","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2019-03-27-e33c0d4bf3fc989b33528a14fe6ff6b612e55ce3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-03-27 - Cabinet of Commissioner Violeta Bulc x Global Business Travel Association"],"date":["2019-03-27"],"summary":["Aviation topics"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-43871558497-67","ec-person-9d4dc4867a44dfe10f67ae7ee1706da3e8b48a24"]}} -{"id":"ec-meeting-2019-03-28-2be215d0e29bbbb983a6408aa78be39620a14654","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-03-28 - Cabinet of Commissioner Vytenis Andriukaitis x Teva Pharmaceuticals Europe BV"],"date":["2019-03-28"],"summary":["Developments in the field of digital health"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-059ca943fc5fc696d2a97849c635ddf7b6ab7fd7","eu-tr-27116427434-57"]}} -{"id":"ec-meeting-2019-03-28-484130ac65bc7604d7e10ee922ec486913094ec2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-03-28 - Health and Food Safety x Access VetMed"],"date":["2019-03-28"],"summary":["discussion on market on generic veterinary medicines; implementation of the veterinary medicine package"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-sante"],"involved":["eu-tr-894642514444-82","ec-person-42d2108d723f9b9017ed589e3271e3156172daa7"]}} -{"id":"ec-meeting-2019-03-28-50de07512ad239a013630e558c925aae6b13dc63","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-03-28 - Cabinet of Commissioner Violeta Bulc x FlixBus Italia"],"date":["2019-03-28"],"summary":["Road transport issues"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-751779927700-43","ec-person-dd7851e4a1e747e824b4f81139e33bc3cdb73160"]}} -{"id":"ec-meeting-2019-03-28-6d7de78d46c6be343105b8bb86dbfc66630cec6d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-03-28 - Cabinet of Commissioner Tibor Navracsics x Forschungszentrum Jülich GmbH"],"date":["2019-03-28"],"summary":["Education and science, Marie Sklodowska Curie Actions"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["eu-tr-721018434321-46","ec-person-33076d1a800ce856f29bbab43813a5a80eef2da0"]}} -{"id":"ec-meeting-2019-03-28-73387611b9ef26c62af2cdf4a105e679e0b88fbb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-03-28 - Health and Food Safety x European Patients' Forum (EPF)"],"date":["2019-03-28"],"summary":["discussion on EMA’s strong commitment to patient engagement"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-sante"],"involved":["eu-tr-61911227368-75","ec-person-42d2108d723f9b9017ed589e3271e3156172daa7"]}} -{"id":"ec-meeting-2019-03-28-9f7d6aff2cc1d9e0b47926a45d30cd2789fdf569","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-03-28 - Internal Market, Industry, Entrepreneurship and SMEs x BUSINESSEUROPE"],"date":["2019-03-28"],"summary":["Exchange of view on the most relevant industrial policy and single market files."],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-grow"],"involved":["ec-person-6299e47fea20df86a1b90bd5b033006b2cb35b5e","eu-tr-3978240953-79"]}} -{"id":"ec-meeting-2019-03-28-d830ca7b59537350ce93089aa9a7b84723f3c8fe","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-03-28 - Cabinet of Commissioner Phil Hogan x Irish Creamery Milk Suppliers Association"],"date":["2019-03-28"],"summary":["Agri Matters"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-a1a78365cc4685b0958056646204977d8f2ead92","eu-tr-58690875697-56"]}} -{"id":"ec-meeting-2019-03-28-f477a77f7634e70e37e1f67867137830347d77ea","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-03-28 - Cabinet of Commissioner Vytenis Andriukaitis x Bayer AG"],"date":["2019-03-28"],"summary":["MRLs for pesticides"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-b9c3f19e7c5f216e3e508f931ddd6a9cb59376d1","eu-tr-3523776801-85","ec-person-d462b3c7daeee00ad55e380a7fb96819f79899df"]}} -{"id":"ec-meeting-2019-03-29-161dffd223fb5fd8f052f8d8c7b618280f7b325b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-03-29 - Cabinet of Vice-President Andrus Ansip x Bureau Européen des Unions de Consommateurs"],"date":["2019-03-29"],"summary":["Geoblocking regulation"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-5db7bdd1c81da2e70eb5b982097d0004111b5c3e","eu-tr-9505781573-45","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45","ec-person-6a03bc4fa7657513ea34529e98dba0671ef4c849"]}} -{"id":"ec-meeting-2019-03-29-6042a8fbce1634215bcbb8518f21b02162d53378","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-03-29 - Cabinet of First Vice-President Frans Timmermans x Shell Companies"],"date":["2019-03-29"],"summary":["Exchange of views on best and worst practices of lobbying and the need for transparancy"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["ec-person-1bc3e2272ec82a894153feccd4f285ae594f7b3b","eu-tr-05032108616-26"]}} -{"id":"ec-meeting-2019-03-29-9102086e36b81df503a64a58c515188077ed68a4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-03-29 - Cabinet of Vice-President Cecilia Malmström x CropLife Europe"],"date":["2019-03-29"],"summary":["SPS issues in Ukraine"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-40253de53528974f86265e42cb8ec0fd125ce471","eu-tr-0711626572-26"]}} -{"id":"ec-meeting-2019-03-29-b9a7648237020f47a229d0f2f2d881e1027a892c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-03-29 - Communications Networks, Content and Technology x STMicroelectronics"],"date":["2019-03-29"],"summary":["European Processor Initiative"],"location":["Brussels/Paris (videoconference)"],"address":["Brussels/Paris (videoconference)"],"addressEntity":["addr-0e1cec2bde2d900d2459539e5506312ac39e529e"],"organizer":["ec-dg-connect"],"involved":["eu-tr-70843878143-13","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2019-03-29-e51204971c94e14fe827a681c4c91a13d40d47c7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-03-29 - Secretariat-General x friedrich30 GmbH & Co. KG"],"date":["2019-03-29"],"summary":["European Union data economy, cybersecurity"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-sg"],"involved":["eu-tr-076840428950-39","ec-person-97a74c3df4cdf4db05e274aab8204536eca85f92"]}} -{"id":"ec-meeting-2019-03-29-ed1cd3c37457456f36006df903a1b842ba97549b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-03-29 - Inspire, Debate, Engage and Accelerate Action x BUSINESSEUROPE"],"date":["2019-03-29"],"summary":["Industrial Policy"],"location":["Av. De Cortenbergh 168"],"address":["Av. De Cortenbergh 168"],"addressEntity":["addr-f9aeb8397177f59b7eddd4e61f309ddd013ad3f5"],"organizer":["ec-dg-idea"],"involved":["eu-tr-3978240953-79","ec-person-4fe56a64c00b3e81c851b5538878b32481bd7d3c"]}} -{"id":"ec-meeting-2019-04-01-19b89dbc6c0a0365311abc9b173e9c321c65cac7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-04-01 - Environment x PESQUERIAS ISLA MAYOR SL"],"date":["2019-04-01"],"summary":["CAP reform and LIFE programme"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-env"],"involved":["eu-tr-774148834355-01","ec-person-3bc74ce04ea3f4ab4d91a5c88eef25b8b8a213b4"]}} -{"id":"ec-meeting-2019-04-01-33ece1ce868577af69cec282dbd8a5a3e4b9ad9e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-04-01 - Cabinet of Vice-President Andrus Ansip x Baden-Württembergischer Handwerkstag e.V."],"date":["2019-04-01"],"summary":["Digitisation, Articial Intelligence"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-6a03bc4fa7657513ea34529e98dba0671ef4c849","eu-tr-777023714204-72"]}} -{"id":"ec-meeting-2019-04-01-5d24548732652d3737563cb09f94ad2422cfa3d7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-04-01 - Cabinet of Vice-President Jyrki Katainen x HERR & SPEER"],"date":["2019-04-01"],"summary":["Future of Europe"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-497695824526-10","ec-person-c3d85c41b6b842aae5c953d41fda5f240a5d0969"]}} -{"id":"ec-meeting-2019-04-01-712add36711263b8eb3651c422e3ccf6dc54fa02","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-04-01 - Directorate-General for International Partnerships x Migration Policy Institute Europe"],"date":["2019-04-01"],"summary":["Luncheon with MPI Europe Advisory Board"],"location":["Sofitel, Place Jourdan 6 Brussels"],"address":["Sofitel, Place Jourdan 6 Brussels"],"addressEntity":["addr-844e6d82dd7cab7020e4dcf56279c9d35be6c55a"],"organizer":["ec-dg-intpa"],"involved":["eu-tr-643139016047-27","ec-person-05c4477b89b93e7969f12d89b38f77fedce5876f"]}} -{"id":"ec-meeting-2019-04-01-7729171126244e78b3d09414847bfc7c2edf21a9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-04-01 - Cabinet of Vice-President Jyrki Katainen x Housing Europe"],"date":["2019-04-01"],"summary":["Social housing, investment support instruments"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-c3d85c41b6b842aae5c953d41fda5f240a5d0969","eu-tr-794469327833-17"]}} -{"id":"ec-meeting-2019-04-01-af97ab6b575a65c7bf0ba85e0ccd4c5038eb375e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-04-01 - Cabinet of Commissioner Carlos Moedas x União das Misericórdias Portuguesas"],"date":["2019-04-01"],"summary":["Research & Innovation projects of Santa Casa"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["eu-tr-264779625605-96","ec-person-a6e757d2928b639b876fd492ddee1fc1420908bf"]}} -{"id":"ec-meeting-2019-04-01-bd473df7c04e11485193ad5210bb9f75429d5d2f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-04-01 - Health and Food Safety x Common representation of Substances of Human Origin’s (SoHO)"],"date":["2019-04-01"],"summary":["topics of discussion: Donor/patient protection ( monitoring and prevent SARE, communicate risks, balance donor risk with patients benefits, use of SoHO as starting material for ATMP, etc); Legislation: impact of EU regulation for SoHO sector; Directives review and possible revision; SoHO classification; current challenges; and impact for donation and clinical application; Access to treatment and harmonization of practices"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-sante"],"involved":["eu-tr-501652723968-72","ec-person-42d2108d723f9b9017ed589e3271e3156172daa7"]}} -{"id":"ec-meeting-2019-04-01-d583dffbdbd93a0599371c3e5bbeda47dcc5bacf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-04-01 - Cabinet of Vice-President Maroš Šefčovič x Stichting European Climate Foundation ROCKWOOL International A/S"],"date":["2019-04-01"],"summary":["long-term climate neutrality strategy"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-2301233810-42","eu-tr-64869491516-70","ec-person-53a651a7157cc65c63972e59c546d17b05d6108a"]}} -{"id":"ec-meeting-2019-04-01-ea4179620fb24375b415a85f7b332f3ebac6d231","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-04-01 - Cabinet of Vice-President Günther Oettinger x Deutsche Messe AG"],"date":["2019-04-01"],"summary":["Digitising European Industry"],"notes":["Portfolio: Budget & Human Resources"],"location":["Hannover"],"address":["Hannover"],"addressEntity":["addr-0e0e34e0604fb3bbfb4c64c5c0f7d1bcc81d9f78"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911","eu-tr-55535346410-37"]}} -{"id":"ec-meeting-2019-04-01-fb2f9ce46c66799c84bc299de40995614a003e00","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-04-01 - Cabinet of Vice-President Andrus Ansip x AIM European Brands Association"],"date":["2019-04-01"],"summary":["Intellectual property"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-1074382679-01","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45"]}} -{"id":"ec-meeting-2019-04-02-218a8ecb93dec6ecb16e95cc3e66216242d7fd9c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-04-02 - Inspire, Debate, Engage and Accelerate Action x CONCORD Europe"],"date":["2019-04-02"],"summary":["SDGs"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-dg-idea"],"involved":["eu-tr-34478709670-34","ec-person-4fe56a64c00b3e81c851b5538878b32481bd7d3c"]}} -{"id":"ec-meeting-2019-04-02-2ebfa1cf928c5bf4de60b5e56ccb26b536e01d37","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-04-02 - Cabinet of President Jean-Claude Juncker x BNP PARIBAS"],"date":["2019-04-02"],"summary":["General discussion about financial services regulation"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-c402e34a99fbee730ae22e3b1958e21c94dc6fcc","eu-tr-78787381113-69"]}} -{"id":"ec-meeting-2019-04-02-3000365640b6b2d31c033bc7b1c97c734ae39c97","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-04-02 - Cabinet of Commissioner Věra Jourová x Google"],"date":["2019-04-02"],"summary":["e-evidence"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["eu-tr-03181945560-59","ec-person-f329292459cb1badb7fb7c6b67b698c441931bb2"]}} -{"id":"ec-meeting-2019-04-02-6237c28c0084182ede16d3d396a884a73f6c771d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-04-02 - Directorate-General for International Partnerships x Center for Global Development in Europe"],"date":["2019-04-02"],"summary":["CGD Private Dinner -- European Migration Forum"],"location":["Cercle Lorainne, Brussels"],"address":["Cercle Lorainne, Brussels"],"addressEntity":["addr-993e4a0914445dea5303b034ad62c11ffe083b18"],"organizer":["ec-dg-intpa"],"involved":["eu-tr-539003333013-85","ec-person-05c4477b89b93e7969f12d89b38f77fedce5876f"]}} -{"id":"ec-meeting-2019-04-02-652e6d4c4ef5bda16263ed2a5d7e3dc8ea9b9ec5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-04-02 - Cabinet of Commissioner Mariya Gabriel x LinkedIn Ireland"],"date":["2019-04-02"],"summary":["Digital skills"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-430008722431-29","ec-person-13ac9a19d8d04f97c0d32603d014df0dd4e1cd2a"]}} -{"id":"ec-meeting-2019-04-02-6621b8461a8a1c6ab3d3e3ede0576eb598096f1f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-04-02 - Cabinet of Commissioner Mariya Gabriel x Facebook Ireland Limited"],"date":["2019-04-02"],"summary":["Disinfformation"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-28666427835-74","ec-person-13ac9a19d8d04f97c0d32603d014df0dd4e1cd2a"]}} -{"id":"ec-meeting-2019-04-02-756c411984901facd2ba4f133cc2430eba29bc5d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-04-02 - Environment x General Aviation Manufacturers Association"],"date":["2019-04-02"],"summary":["Sustainable alternative jet fuels"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-env"],"involved":["eu-tr-49221685491-82","ec-person-3bc74ce04ea3f4ab4d91a5c88eef25b8b8a213b4"]}} -{"id":"ec-meeting-2019-04-02-899acfa83d98e0090caf843d638187554c6b84e1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-04-02 - Task Force for Relations with the United Kingdom x European Policy Centre"],"date":["2019-04-02"],"summary":["Meeting with the Task Force for the Preparation and Conduct of the Negotiations with the United Kingdom under Article 50 TEU"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-uktf"],"involved":["eu-tr-89632641000-47","ec-person-864cfa5fbc9b02a079ffbab1107f252c7bb08478"]}} -{"id":"ec-meeting-2019-04-02-941a6ab14d325f0ee45de628e443d3742db0de84","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-04-02 - Employment, Social Affairs and Inclusion x thyssenkrupp AG"],"date":["2019-04-02"],"summary":["Discussion to merge the European steel business of thyssenkrupp Steel and Tata Steel."],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-empl"],"involved":["eu-tr-721647010823-15","ec-person-dd259fce880e1853f0beb087443bce6e7dea70d7"]}} -{"id":"ec-meeting-2019-04-02-9b9fbbed299c35be22034cafa52b49521e0427c0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-04-02 - Directorate-General for International Partnerships x OXFAM INTERNATIONAL EU ADVOCACY OFFICE"],"date":["2019-04-02"],"summary":["meeting Cecile Duflot (Oxfam France) on inequalities and fodd security, in the context of the \"Food Security\" Conference"],"location":["Rue de la Loi 41"],"address":["Rue de la Loi 41"],"addressEntity":["addr-128d9676ef0cf9c0ac9a11ef228eaf2ea6ed1cbc"],"organizer":["ec-dg-intpa"],"involved":["eu-tr-46856801604-90","ec-person-05c4477b89b93e7969f12d89b38f77fedce5876f"]}} -{"id":"ec-meeting-2019-04-02-b33158a70b9437d745bfd967f6988940336e4c1a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-04-02 - Cabinet of Commissioner Věra Jourová x Facebook Ireland Limited"],"date":["2019-04-02"],"summary":["Elections, newsfeed"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["eu-tr-28666427835-74","ec-person-1e0e3a00ab815dea7c5b839b002ed2c7e34bfe0a"]}} -{"id":"ec-meeting-2019-04-02-d1832f396c9ecc92bfa297e049a88fa01077276d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-04-02 - Cabinet of Commissioner Phil Hogan x RPP Group"],"date":["2019-04-02"],"summary":["Protection of GIs in the EU"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-96530144280-28","ec-person-c9d17d5879383b030f61a4066848249fb35d57e4"]}} -{"id":"ec-meeting-2019-04-02-da3377c20e4f11ee9e094c115c0659cba5081e9e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-04-02 - Cabinet of Commissioner Mariya Gabriel x Spotify"],"date":["2019-04-02"],"summary":["dossiers numériques et priorités"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-365747616583-15","ec-person-d995d34a2f8b1f0bf6a17486f5699181d6a01e1c"]}} -{"id":"ec-meeting-2019-04-02-eac2be4d74daf1b4efc7fe185c9197f0227693ce","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-04-02 - Task Force for Relations with the United Kingdom x Ellen MacArthur Foundation"],"date":["2019-04-02"],"summary":["Meeting with the Task Force for the Preparation and Conduct of the Negotiations with the United Kingdom under Article 50 TEU"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-uktf"],"involved":["eu-tr-206816021848-17","ec-person-864cfa5fbc9b02a079ffbab1107f252c7bb08478"]}} -{"id":"ec-meeting-2019-04-02-f0515320a2743d6c0035890713fc96f3d6c0a3ad","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-04-02 - Cabinet of Vice-President Valdis Dombrovskis x BNP PARIBAS"],"date":["2019-04-02"],"summary":["General discussion about financial services regulation"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-48f31156d932641826e09f5b73f074d35ff05786","eu-tr-78787381113-69"]}} -{"id":"ec-meeting-2019-04-02-f95924e8ea3d088c1fa7876bfae0ebce4e515c92","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-04-02 - Cabinet of Vice-President Cecilia Malmström x Dringhouses Counsel SPRL"],"date":["2019-04-02"],"summary":["protection of GIs in the EU"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-459057323638-24","ec-person-cb8ca9ec2413722fa83484ed18dd76ace52d0118"]}} -{"id":"ec-meeting-2019-04-03-0321e14cd923102eb25992c91bdcbb12e9f241be","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-04-03 - Education, Youth, Sport and Culture x JA Europe"],"date":["2019-04-03"],"summary":["Courtesy meeting"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-eac"],"involved":["ec-person-68d4f99b9ed1b40d86ebbf81f8f35aeebd6c5fc5","eu-tr-640075618084-13"]}} -{"id":"ec-meeting-2019-04-03-0d266fb0028ddcbb54b3ab8952a994e7fa04725f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-04-03 - Cabinet of Commissioner Věra Jourová x Adobe Systems Benelux bv"],"date":["2019-04-03"],"summary":["GDPR, AI"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-3269ef00f0778677e6f4c8e0f72ce019084206fb","eu-tr-575371411483-96"]}} -{"id":"ec-meeting-2019-04-03-183ff427e0e12e050e1396cc69d0b540fb07cd5d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-04-03 - Cabinet of Vice-President Andrus Ansip x Ericsson"],"date":["2019-04-03"],"summary":["5G security"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-3ca0c466b8ff230d4409591430b388007ce14ff8","eu-tr-02021363105-42"]}} -{"id":"ec-meeting-2019-04-03-235c8779c996e6da411189902b0b3572367f9054","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-04-03 - European Neighbourhood and Enlargement Negotiations x Kreab"],"date":["2019-04-03"],"summary":["Neighbourhood and Enlargement negotiations"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-near"],"involved":["eu-tr-1078390517-54","ec-person-1160ccf35947f06f1629cad85b9f162eb5575780"]}} -{"id":"ec-meeting-2019-04-03-2368be62df49b528b92e0f6b3a0a78aed70b48c5","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2019-04-03 - Health and Food Safety x European Confederation of Pharmaceutical Entrepreneurs"],"date":["2019-04-03"],"summary":["Key aspects of current EU files related to health","EUCOPE’s presentation and discussion about ongoing EU health files"],"location":["Brussels, Belgium","Brussels"],"address":["Brussels, Belgium","Brussels"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306","addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-sante"],"involved":["eu-tr-87600691525-93","ec-person-42d2108d723f9b9017ed589e3271e3156172daa7"]}} -{"id":"ec-meeting-2019-04-03-25b3ad0985b92b193b3b6ea2ebc591a1389af927","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-04-03 - Communications Networks, Content and Technology x Adobe Systems Benelux bv"],"date":["2019-04-03"],"summary":["AI / Digital priorities next mandate"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-575371411483-96","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2019-04-03-2a244b3f3fae1180bd8bdbce4001c66d8d1da60d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-04-03 - Environment x Ligue pour la Protection des Oiseaux/BirdLife France"],"date":["2019-04-03"],"summary":["Hunting of birds in France"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-env"],"involved":["eu-tr-943775614714-81","ec-person-3bc74ce04ea3f4ab4d91a5c88eef25b8b8a213b4"]}} -{"id":"ec-meeting-2019-04-03-2e600a34edaf5ed54472a050e1a7d7b883c08588","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-04-03 - European Neighbourhood and Enlargement Negotiations x Svenska Handelsbanken AB"],"date":["2019-04-03"],"summary":["Neighbourhood & Enlargement Negotiations"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-near"],"involved":["eu-tr-933950717522-28","ec-person-1160ccf35947f06f1629cad85b9f162eb5575780"]}} -{"id":"ec-meeting-2019-04-03-3fa26485b367bc8a7d22915e2569b217ddc06492","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-04-03 - Cabinet of Vice-President Jyrki Katainen x Intuitive Surgical, Inc"],"date":["2019-04-03"],"summary":["Robotically assisted surgery and innovative technologies in healthcare"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-c50e8c2cc390c5efb0626988d173bc6758459e0f","eu-tr-479042728784-52"]}} -{"id":"ec-meeting-2019-04-03-456de1df3e02118a4033b5a8bf36a5e7144d3427","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-04-03 - Employment, Social Affairs and Inclusion x European Round Table for Industry"],"date":["2019-04-03"],"summary":["Meeting with the Secretary General Frank Heemskerk to discuss skills"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-empl"],"involved":["eu-tr-25487567824-45","ec-person-dd259fce880e1853f0beb087443bce6e7dea70d7"]}} -{"id":"ec-meeting-2019-04-03-55e016e55bb439181a62dd14a919c32e9c5d0393","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-04-03 - Cabinet of Vice-President Jyrki Katainen x Svenska Handelsbanken AB"],"date":["2019-04-03"],"summary":["Basel Implementation"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-567e71ed1b2c1e3f5ed12f2c3bedf7e9e69a9158","eu-tr-933950717522-28"]}} -{"id":"ec-meeting-2019-04-03-6024858f1c67a29954ab3153e3bde84135cbaf3e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-04-03 - Cabinet of Vice-President Cecilia Malmström x Swedish Forest Industries Federation"],"date":["2019-04-03"],"summary":["Criteria for ILUC / Sustainable forest management / Mrs Åsenius' keynote speech at their event of 10/04/19."],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-355702910008-47","ec-person-20ded9db5df11164331bb161fdf234b1e5ad53fd"]}} -{"id":"ec-meeting-2019-04-03-7e7ed8501b9786661046f9a0f2f0d7571dd660e3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-04-03 - Cabinet of Vice-President Valdis Dombrovskis x Svenska Handelsbanken AB"],"date":["2019-04-03"],"summary":["Basel Implementation"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-933950717522-28","ec-person-48f31156d932641826e09f5b73f074d35ff05786"]}} -{"id":"ec-meeting-2019-04-03-af76336c5560876af95a32cf534d91fa687fad98","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-04-03 - Cabinet of Vice-President Maroš Šefčovič x Pohjolan Voima Oyj"],"date":["2019-04-03"],"summary":["Hydro power in the EU energy mix"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-287403519124-60","ec-person-53a651a7157cc65c63972e59c546d17b05d6108a"]}} -{"id":"ec-meeting-2019-04-03-b367f7c3364a2fac91bb73180404b1c039d2cf82","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-04-03 - Cabinet of Vice-President Valdis Dombrovskis x DNB Bank ASA"],"date":["2019-04-03"],"summary":["Banking Union, Capital Market Union"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-994205929819-78","ec-person-48f31156d932641826e09f5b73f074d35ff05786"]}} -{"id":"ec-meeting-2019-04-03-b8b7977e641a1ab67a1ed84ffe9ab6234622a245","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-04-03 - Cabinet of Commissioner Mariya Gabriel x Vodafone Belgium SA"],"date":["2019-04-03"],"summary":["Politique numérique"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-90142503473-81","ec-person-d995d34a2f8b1f0bf6a17486f5699181d6a01e1c"]}} -{"id":"ec-meeting-2019-04-03-df4f0030c6c06b16112bd57507d99e552d251339","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-04-03 - Cabinet of Vice-President Andrus Ansip x Vodafone Belgium SA"],"date":["2019-04-03"],"summary":["European Policy and Internet of Things"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-90142503473-81","ec-person-0f698e3a0cc0bd6a02e1bd386a25cedc1366f3f1"]}} -{"id":"ec-meeting-2019-04-03-e1e4ed50e3915e57ae6b91e322c4a6417845a9c8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-04-03 - Health and Food Safety x COMITE EUROPEEN des FABRICANTS de SUCRE"],"date":["2019-04-03"],"summary":["Présentation du secteur sucrier européen"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-sante"],"involved":["eu-tr-49679062863-35","ec-person-42d2108d723f9b9017ed589e3271e3156172daa7"]}} -{"id":"ec-meeting-2019-04-03-f23c8426ebf3d9bcb8fc55e6dd88b11a02b693c1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-04-03 - Climate Action x EDSO for Smart Grids"],"date":["2019-04-03"],"summary":["Set up a two-ways communication channel in the development of our climate change targets compliance project"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-clima"],"involved":["ec-person-9c5c685692a09a77f2bc8ae9c05663b87cd75aae","eu-tr-952322311484-70"]}} -{"id":"ec-meeting-2019-04-04-15b79bf07ca73dc33b3ce49bd1bda85fb8827f75","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-04-04 - Cabinet of Commissioner Mariya Gabriel x Dell Inc."],"date":["2019-04-04"],"summary":["EU IT priorities"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-28739192542-16","ec-person-fc1068d79545d1659bf47e9b62bfb0aed175629e"]}} -{"id":"ec-meeting-2019-04-04-18fd0acd9cd8692aaf07208486fde5b4f840cf40","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-04-04 - Cabinet of Vice-President Günther Oettinger x Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V."],"date":["2019-04-04"],"summary":["European Research in the MFF"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-35124436517-75","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2019-04-04-27d066a5f40275c0db030d5fd81613ca1c2d0b7c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-04-04 - Financial Stability, Financial Services and Capital Markets Union x London Stock Exchange Group"],"date":["2019-04-04"],"summary":["Brexit."],"location":["Bucharest"],"address":["Bucharest"],"addressEntity":["addr-6655fcfadca4adff9933c07842161c65f993c9bd"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-550494915045-08","ec-person-bdee7a93f95c8ef05079539170139b3c02e8ed96"]}} -{"id":"ec-meeting-2019-04-04-4646a958fd24a9efe771010a304214f7d1f850ad","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-04-04 - Cabinet of Vice-President Jyrki Katainen x Bombardier Transportation Aula Europe"],"date":["2019-04-04"],"summary":["Global competitiveness of the European rail industry"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90","eu-tr-478836130634-43","eu-tr-88742028087-64"]}} -{"id":"ec-meeting-2019-04-04-48d9e349174c733c2ae6993eaefe246077eb1620","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-04-04 - Financial Stability, Financial Services and Capital Markets Union x Managed Funds Association"],"date":["2019-04-04"],"summary":["Réforme des mesures prudentielles, l’impact du Brexit sur l’activité des fonds d’investissements américains dans l’Union européenne."],"location":["Bucharest"],"address":["Bucharest"],"addressEntity":["addr-6655fcfadca4adff9933c07842161c65f993c9bd"],"organizer":["ec-dg-fisma"],"involved":["ec-person-bdee7a93f95c8ef05079539170139b3c02e8ed96","eu-tr-041415315167-65"]}} -{"id":"ec-meeting-2019-04-04-5546f833563b7d07c20766c802854a6af629e805","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-04-04 - Financial Stability, Financial Services and Capital Markets Union x Euronext"],"date":["2019-04-04"],"summary":["MIFID 2 implementation."],"location":["Bucharest"],"address":["Bucharest"],"addressEntity":["addr-6655fcfadca4adff9933c07842161c65f993c9bd"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-17804464809-28","ec-person-bdee7a93f95c8ef05079539170139b3c02e8ed96"]}} -{"id":"ec-meeting-2019-04-04-5a7e95c148e46394ab8217f1dc110c1b32337abf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-04-04 - Cabinet of Vice-President Valdis Dombrovskis x London Stock Exchange Group"],"date":["2019-04-04"],"summary":["Brexit, CMU"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Bucharest, Romania"],"address":["Bucharest, Romania"],"addressEntity":["addr-5fbc6fbb6aebf33489e7dd1572a0f0601f297aa2"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-48f31156d932641826e09f5b73f074d35ff05786","eu-tr-550494915045-08","ec-person-a9eda2e8ea54b70a968327672c6cada679d3cd56"]}} -{"id":"ec-meeting-2019-04-04-608ae88e131b598399ae6da9ba17c00a41195776","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-04-04 - Cabinet of Vice-President Valdis Dombrovskis x Bucharest Stock Exchange Romanian Investors Relations Association Banca Comerciala Romana SA"],"date":["2019-04-04"],"summary":["Capital markets in Romania"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Bucharest, Romania"],"address":["Bucharest, Romania"],"addressEntity":["addr-5fbc6fbb6aebf33489e7dd1572a0f0601f297aa2"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-638651534438-27","ec-person-a9eda2e8ea54b70a968327672c6cada679d3cd56","eu-tr-870509634429-23","ec-person-48f31156d932641826e09f5b73f074d35ff05786","eu-tr-590210934433-71"]}} -{"id":"ec-meeting-2019-04-04-66fc1ad4ef47115712cd3e9b66df75b6d695d2dd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-04-04 - Cabinet of Vice-President Miguel Arias Cañete x FuelsEurope"],"date":["2019-04-04"],"summary":["EU climate action and policies"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-26207914726-42","ec-person-2229c857664a22dcb8eee79a8c05841fd3d0924f"]}} -{"id":"ec-meeting-2019-04-04-6914e02aeea14ea891a909b7bb9764021d53c258","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-04-04 - Financial Stability, Financial Services and Capital Markets Union x Deutsche Börse AG"],"date":["2019-04-04"],"summary":["Brexit."],"location":["Bucharest"],"address":["Bucharest"],"addressEntity":["addr-6655fcfadca4adff9933c07842161c65f993c9bd"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-20884001341-42","ec-person-bdee7a93f95c8ef05079539170139b3c02e8ed96"]}} -{"id":"ec-meeting-2019-04-04-75a092c8e01c2977a4871ccdad13fe42cc086674","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-04-04 - Financial Stability, Financial Services and Capital Markets Union x Crédit Agricole S.A."],"date":["2019-04-04"],"summary":["Finalisation of Basel and FRTB, IFRS 9 and 17."],"location":["Bucharest"],"address":["Bucharest"],"addressEntity":["addr-6655fcfadca4adff9933c07842161c65f993c9bd"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-35147251117-11","ec-person-bdee7a93f95c8ef05079539170139b3c02e8ed96"]}} -{"id":"ec-meeting-2019-04-04-96c9a7ae9edaaae71948bc4c83386bbbbe898440","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-04-04 - Cabinet of Commissioner Marianne Thyssen x Magyar Szakszervezeti Szövetség"],"date":["2019-04-04"],"summary":["Social Dialogue in Hungary"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["ec-person-cfb8d8d884367ef98b079fcd883ece7c89ec28e2","ec-person-c508e9337eca6b067c1f966b82de49c4824a3ad0","eu-tr-780138926622-39"]}} -{"id":"ec-meeting-2019-04-04-a1642c2617a7df53c7ec43cbe787b0553865c942","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-04-04 - Research and Innovation x DIN Deutsches Institut für Normung e. V."],"date":["2019-04-04"],"summary":["Horizon Europe"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-rtd"],"involved":["eu-tr-989808524267-58","ec-person-1d348f33395de0ea6773a7b4ae8797e3e0392f73"]}} -{"id":"ec-meeting-2019-04-04-a5e286b24210aa516ccf052fd76ce3e7f545d37b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-04-04 - Cabinet of Vice-President Valdis Dombrovskis x Bank of America Corporation"],"date":["2019-04-04"],"summary":["Brexit, CMU"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Bucharest, Romania"],"address":["Bucharest, Romania"],"addressEntity":["addr-5fbc6fbb6aebf33489e7dd1572a0f0601f297aa2"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-48f31156d932641826e09f5b73f074d35ff05786","ec-person-a9eda2e8ea54b70a968327672c6cada679d3cd56","eu-tr-53891615036-88"]}} -{"id":"ec-meeting-2019-04-04-abbb85d2ee1321f631096f8e3530be080d6ac56c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-04-04 - Cabinet of Vice-President Valdis Dombrovskis x Blockchain for Europe"],"date":["2019-04-04"],"summary":["Blockchain and crypto-assets"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-910251734425-24","ec-person-537401fc0be04984531b83660f416bf2fe14fbd8"]}} -{"id":"ec-meeting-2019-04-04-b89e1445212fe535e4c96880f6b7193ff23de073","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-04-04 - Cabinet of Vice-President Valdis Dombrovskis x Deutscher Industrie- und Handelskammertag e.V."],"date":["2019-04-04"],"summary":["EMU"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-22400601191-42","ec-person-f376b1eca739c662d2385062249507f23f4ca67e"]}} -{"id":"ec-meeting-2019-04-04-ccd9d158f0e9bf58dddcfe15779e9eb4a0b1030e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-04-04 - Financial Stability, Financial Services and Capital Markets Union x BANCO BILBAO VIZCAYA ARGENTARIA"],"date":["2019-04-04"],"summary":["Roadmap to completion of banking Union and the future of Euribor."],"location":["Bucharest"],"address":["Bucharest"],"addressEntity":["addr-6655fcfadca4adff9933c07842161c65f993c9bd"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-090350412968-04","ec-person-bdee7a93f95c8ef05079539170139b3c02e8ed96"]}} -{"id":"ec-meeting-2019-04-04-d6587dde4ed8ac1ebf28baa1f31cfc52928b83dd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-04-04 - Cabinet of Vice-President Valdis Dombrovskis x UniCredit"],"date":["2019-04-04"],"summary":["Banking Union, CMU"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Bucharest, Romania"],"address":["Bucharest, Romania"],"addressEntity":["addr-5fbc6fbb6aebf33489e7dd1572a0f0601f297aa2"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-03094871618-32","ec-person-48f31156d932641826e09f5b73f074d35ff05786","ec-person-a9eda2e8ea54b70a968327672c6cada679d3cd56"]}} -{"id":"ec-meeting-2019-04-04-d6b10eaecbf7b3feee4589330faa92dc90761bc7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-04-04 - Communications Networks, Content and Technology x Fédération Internationale de l'Automobile"],"date":["2019-04-04"],"summary":["Connectivity in the automotive sector."],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-84839535366-67","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2019-04-04-ea622b527834950f2544366cb4b0220495984b17","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-04-04 - Cabinet of Commissioner Věra Jourová x Space Exploration Technologies Corp."],"date":["2019-04-04"],"summary":["GDPR"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["eu-tr-378847134371-38","ec-person-3269ef00f0778677e6f4c8e0f72ce019084206fb"]}} -{"id":"ec-meeting-2019-04-04-f4899f1e862a56e9fd10447a3cf629d5f08276e6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-04-04 - Financial Stability, Financial Services and Capital Markets Union x BNP Paribas Cardif"],"date":["2019-04-04"],"summary":["Basel implementation"],"location":["Bucharest"],"address":["Bucharest"],"addressEntity":["addr-6655fcfadca4adff9933c07842161c65f993c9bd"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-90000691010-47","ec-person-bdee7a93f95c8ef05079539170139b3c02e8ed96"]}} -{"id":"ec-meeting-2019-04-04-f7403d8a01d0dbf4567d69b5a770f4cc8a599826","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-04-04 - Financial Stability, Financial Services and Capital Markets Union x NASDAQ"],"date":["2019-04-04"],"summary":["MIFID 2 implementation."],"location":["Bucharest"],"address":["Bucharest"],"addressEntity":["addr-6655fcfadca4adff9933c07842161c65f993c9bd"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-76648765687-29","ec-person-bdee7a93f95c8ef05079539170139b3c02e8ed96"]}} -{"id":"ec-meeting-2019-04-04-ff84e701726f8eb559fb54ee5aac630a44ae58d8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-04-04 - Financial Stability, Financial Services and Capital Markets Union x The Goldman Sachs Group, Inc."],"date":["2019-04-04"],"summary":["Brexit"],"location":["Bucharest"],"address":["Bucharest"],"addressEntity":["addr-6655fcfadca4adff9933c07842161c65f993c9bd"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-701266814986-18","ec-person-bdee7a93f95c8ef05079539170139b3c02e8ed96"]}} -{"id":"ec-meeting-2019-04-05-0ef833ede9bd6503074a5db1adf4efc92ed5cc3f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-04-05 - Communications Networks, Content and Technology x Bundesverband der Deutschen Industrie e.V. Bitkom e.V."],"date":["2019-04-05"],"summary":["Exposure of 5G Infrastructure"],"location":["Berlin"],"address":["Berlin"],"addressEntity":["addr-062b06ba8e755765c6b049809b7430fd54fe5b21"],"organizer":["ec-dg-connect"],"involved":["eu-tr-5351830264-31","eu-tr-1771817758-48","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2019-04-05-18fd0acd9cd8692aaf07208486fde5b4f840cf40","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-04-05 - Cabinet of Vice-President Günther Oettinger x Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V."],"date":["2019-04-05"],"summary":["European Research"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["ec-person-76c97b49eb5244be0c8636bbc9caa6101f3cce84","eu-tr-35124436517-75"]}} -{"id":"ec-meeting-2019-04-05-3491541e1da93bb1513f0308f7cab4d695117e8f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-04-05 - Cabinet of Commissioner Carlos Moedas x Science Business International SRL"],"date":["2019-04-05"],"summary":["Horizon Europe negotiations"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-a6e757d2928b639b876fd492ddee1fc1420908bf","eu-tr-044816121222-46"]}} -{"id":"ec-meeting-2019-04-05-4264d5f3fcbed22dd5fabed5749134fd742f5d7b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-04-05 - Cabinet of Commissioner Violeta Bulc x GEN-I, trgovanje in prodaja električne energije, d.o.o."],"date":["2019-04-05"],"summary":["Meeting the CEO - on electro mobility"],"notes":["Portfolio: Transport"],"location":["slovenia"],"address":["slovenia"],"addressEntity":["addr-309d5f48acc73f558dd7595c05430a8485dd679d"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-145604632964-90","ec-person-5012c5e45a52ee8ce67d19c1781a127af53e73e7","ec-person-a9f4fe47da47a1b05bbfda9825908089d11bda93"]}} -{"id":"ec-meeting-2019-04-05-6dceedd1f56ed655ff8b4094e0e328c9a00f52d5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-04-05 - Cabinet of Vice-President Andrus Ansip x Telia Company AB"],"date":["2019-04-05"],"summary":["Platforms, media"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-381805014604-45","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45"]}} -{"id":"ec-meeting-2019-04-05-8f872e1b41499b60bb5aad0242d32c0931c7c61b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-04-05 - Cabinet of Vice-President Andrus Ansip x European Signature Dialog - Associated European Trust Centers"],"date":["2019-04-05"],"summary":["eIDAS Regulation, cybersecurity, cross-border trust services"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-3ca0c466b8ff230d4409591430b388007ce14ff8","eu-tr-994150833943-81","ec-person-6a03bc4fa7657513ea34529e98dba0671ef4c849","ec-person-91ca0921c6790191daa54427311acd63035e7c9e"]}} -{"id":"ec-meeting-2019-04-05-9b5c3edac481854508ef0c1d02e5b563829c5b99","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-04-05 - Cabinet of Vice-President Jyrki Katainen x Wirtschaftskammer Österreich"],"date":["2019-04-05"],"summary":["Investment Plan and next steps"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-10405322962-08","ec-person-c3d85c41b6b842aae5c953d41fda5f240a5d0969"]}} -{"id":"ec-meeting-2019-04-05-be24e0db53aff2b734eb5b9c6c64402bc15f0ac0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-04-05 - Cabinet of Vice-President Günther Oettinger x ROTARY INTERNATIONAL"],"date":["2019-04-05"],"summary":["Future of Europe"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-512870513007-47","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2019-04-08-183ff427e0e12e050e1396cc69d0b540fb07cd5d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-04-08 - Cabinet of Vice-President Andrus Ansip x Ericsson"],"date":["2019-04-08"],"summary":["5G security"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-3ca0c466b8ff230d4409591430b388007ce14ff8","eu-tr-02021363105-42"]}} -{"id":"ec-meeting-2019-04-08-530547689180b75c869c4a19b580aa047aeebbc7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-04-08 - Directorate-General for International Partnerships x EUROCHAMBRES – Association of European Chambers of Commerce and Industry"],"date":["2019-04-08"],"summary":["Meeting With Dir. A. Abruzzini - Exchange about circular migration and education"],"location":["Rue de la Loi 41"],"address":["Rue de la Loi 41"],"addressEntity":["addr-128d9676ef0cf9c0ac9a11ef228eaf2ea6ed1cbc"],"organizer":["ec-dg-intpa"],"involved":["eu-tr-0014082722-83","ec-person-05c4477b89b93e7969f12d89b38f77fedce5876f"]}} -{"id":"ec-meeting-2019-04-08-64c9ebe3d47222c838b6464720fc20c2d55a5535","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2019-04-08 - Cabinet of Commissioner Violeta Bulc x Gospodarska zbornica Slovenije"],"date":["2019-04-08"],"summary":["Meeting with Presidency of the Chamber of Commerce","Meeting with transport section of Slovenian chamber of commerce"],"notes":["Portfolio: Transport"],"location":["Ljubljana"],"address":["Ljubljana"],"addressEntity":["addr-be95acba75b6b18917b2638aae79ec1300c77c35"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-4d2b449b5047ea3fda435a2a1c1081e3babcdf76","ec-person-a9f4fe47da47a1b05bbfda9825908089d11bda93","eu-tr-534557633187-53"]}} -{"id":"ec-meeting-2019-04-08-71cd65623f0c0d1015875df83ee1511dd7d3a974","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-04-08 - Cabinet of Vice-President Maroš Šefčovič x Volkswagen Aktiengesellschaft"],"date":["2019-04-08"],"summary":["European Battery Alliance, Electrification of Transport"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-3bf48630444ace93d407e52eb880e64d480f75ce","eu-tr-6504541970-40"]}} -{"id":"ec-meeting-2019-04-08-776b01128a3835a8811173e2717e8d617eb2283d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-04-08 - Cabinet of Vice-President Jyrki Katainen x Microsoft Corporation"],"date":["2019-04-08"],"summary":["Standardisation, certification, industrial policy"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-0801162959-21","ec-person-c50e8c2cc390c5efb0626988d173bc6758459e0f"]}} -{"id":"ec-meeting-2019-04-08-8e8300b7c7afcaaa7f5494d9d571b4c09b0705d4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-04-08 - Cabinet of Commissioner Tibor Navracsics x Spotify"],"date":["2019-04-08"],"summary":["brief you on developments, our priorities for the next Commission, and inform you of an initiative that we are taking in view of the European elections"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-49f31dad10f5641cb1d1e4c3107dd838389e8120","ec-person-cb6aa96c497dead35eb0f2ed0339e5423d506549","eu-tr-365747616583-15"]}} -{"id":"ec-meeting-2019-04-08-b296b33980bbffd9ec372b0274b7ccf1bf18f73d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-04-08 - Energy x Faraday Grid Limited"],"date":["2019-04-08"],"summary":["the increasing role of a modern and performant grid in the future electricity system and the clean energy transition"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-533486133775-24","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2019-04-09-134b6def158c0485c7030655b929ab48d93e92ce","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-04-09 - Communications Networks, Content and Technology x Internet Corporation for Assigned Names and Numbers"],"date":["2019-04-09"],"summary":["Cybersecurity certification scheme for DNS/WHOIS"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-804646318062-39","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2019-04-09-32c3e0bf95143686b134bc5a887a19f0d13e5c2f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-04-09 - Cabinet of Vice-President Valdis Dombrovskis x Finanssiala ry - Finance Finland"],"date":["2019-04-09"],"summary":["Solvency II, Sustainable Finance"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-30d770ccd575865b3106f94220ce1ace16e48f1a","eu-tr-7328496842-09"]}} -{"id":"ec-meeting-2019-04-09-740dbd6b77408ff96d3e9064c40ccdbf7e175809","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-04-09 - Financial Stability, Financial Services and Capital Markets Union x Finanssiala ry - Finance Finland"],"date":["2019-04-09"],"summary":["Sustainable Finance"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-fisma"],"involved":["ec-person-bdee7a93f95c8ef05079539170139b3c02e8ed96","eu-tr-7328496842-09"]}} -{"id":"ec-meeting-2019-04-09-9203acb25138e4343bdeb75dce66b03e6a03e642","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-04-09 - Financial Stability, Financial Services and Capital Markets Union x ExxonMobil Petroleum & Chemical"],"date":["2019-04-09"],"summary":["Sustainable finance"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-fisma"],"involved":["ec-person-bdee7a93f95c8ef05079539170139b3c02e8ed96","eu-tr-0745650927-75"]}} -{"id":"ec-meeting-2019-04-09-a1888635221847703105afc42088ac80a9ec4b37","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-04-09 - Communications Networks, Content and Technology x Siemens AG"],"date":["2019-04-09"],"summary":["AI PPP"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-4266797770-31","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2019-04-09-d08179aa931c1f89ecfe91573c0c1c3bad98f210","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-04-09 - Cabinet of Commissioner Violeta Bulc x Airbus"],"date":["2019-04-09"],"summary":["Meeting with Grazia Vittadini, Chief Technology Officer"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-4d2b449b5047ea3fda435a2a1c1081e3babcdf76","ec-person-9d4dc4867a44dfe10f67ae7ee1706da3e8b48a24","eu-tr-2732167674-76"]}} -{"id":"ec-meeting-2019-04-09-e4dbc70bc10b1f40c419217c2c9601877c5c834f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-04-09 - Internal Market, Industry, Entrepreneurship and SMEs x EUROCHAMBRES – Association of European Chambers of Commerce and Industry"],"date":["2019-04-09"],"summary":["Priorities of the next European Commission SM+ discussion on remaining obstacles on free movement if services"],"location":["BREY 14/069"],"address":["BREY 14/069"],"addressEntity":["addr-f6e68b0052d1a895aac95fb9eb4c68e2119a4ec0"],"organizer":["ec-dg-grow"],"involved":["ec-person-6299e47fea20df86a1b90bd5b033006b2cb35b5e","eu-tr-0014082722-83"]}} -{"id":"ec-meeting-2019-04-09-f20197f20cb80ad261eb1bf3c6d22b3a3f3280f6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-04-09 - Cabinet of Vice-President Jyrki Katainen x European Dairy Association aisbl"],"date":["2019-04-09"],"summary":["EU dairy policy"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-42967152383-63","ec-person-ccd2797b568cba38993df7d1dcc985dbc1eb439a"]}} -{"id":"ec-meeting-2019-04-09-f49d4fe57dd150e5aaae2b3eb022f83b0803d864","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-04-09 - Energy x Mitsubishi Power Europe GmbH"],"date":["2019-04-09"],"summary":["clean energy transition with a particular focus on coal regions in transition"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-997484720855-72","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2019-04-09-fbeac9892ca61b8b408ceb913ce0dd85c74cf567","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-04-09 - Environment x EuroCommerce"],"date":["2019-04-09"],"summary":["Presentation of the Eurocommerce's manifesto"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-env"],"involved":["eu-tr-84973761187-60","ec-person-3bc74ce04ea3f4ab4d91a5c88eef25b8b8a213b4"]}} -{"id":"ec-meeting-2019-04-09-fd46e28ceab1d6305734392851af0b0b9ad801f9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-04-09 - Cabinet of Vice-President Valdis Dombrovskis x True Sale International GmbH"],"date":["2019-04-09"],"summary":["Securitisation, CMU"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-168406021073-77","ec-person-30d770ccd575865b3106f94220ce1ace16e48f1a"]}} -{"id":"ec-meeting-2019-04-10-07a56120018a5123b869359b7e0b6754606591d1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-04-10 - Cabinet of Commissioner Phil Hogan x Metsäliitto Cooperative"],"date":["2019-04-10"],"summary":["European bioeconomy"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-962687110415-94","ec-person-68b8e931bdd0cafe77ab8e98d87edbea128d6c49"]}} -{"id":"ec-meeting-2019-04-10-0d4e568864cb6a97516226ddab98d03454700f2d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-04-10 - Cabinet of Vice-President Karmenu Vella x OCEANA"],"date":["2019-04-10"],"summary":["Mediterranean fisheries and MedFish4Ever progress"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["ec-person-9e282d5223d0f62146ce1013e2dac38adc89a4cf","eu-tr-47937943241-80"]}} -{"id":"ec-meeting-2019-04-10-133d61f7ef0e19f7c8d0e14a0bd709f4449137ae","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-04-10 - Cabinet of Commissioner Tibor Navracsics x EUROCHAMBRES – Association of European Chambers of Commerce and Industry"],"date":["2019-04-10"],"summary":["education, youth, Erasmus+"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels, BERL"],"address":["Brussels, BERL"],"addressEntity":["addr-3c3fa5f92474ebac668808553fbab6d1c14aa243"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-dc2e0fed0fdf39a6a3f3ad63355c5215599de9d1","ec-person-881310bbb4e54ac96753b80bbdc9b1994cfbf136","eu-tr-0014082722-83"]}} -{"id":"ec-meeting-2019-04-10-1502635dc2b314996eadbc518fb57229773390fe","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-04-10 - Cabinet of Vice-President Karmenu Vella x Ocean Energy Europe"],"date":["2019-04-10"],"summary":["Ocean Energy"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["ec-person-0e3efd8bc1c3ee9a80205d0bb78f316fa1621e5d","ec-person-2966d69fae0ea4e67f3f2df5a743cc766267d3c8","eu-tr-264048311507-68"]}} -{"id":"ec-meeting-2019-04-10-1ccb02a4af029ecf736480a662f81eda1f57f9ec","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-04-10 - Cabinet of Vice-President Maroš Šefčovič x Enterprise Rent A Car UK, Ltd."],"date":["2019-04-10"],"summary":["Low emission mobility"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-499115519787-49","ec-person-e74918e8eb8a9ef96da8cb06c0eae7ac5080d822"]}} -{"id":"ec-meeting-2019-04-10-1e6d3978f2a9f9c93a9161062bae44b4ee786246","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-04-10 - Cabinet of Commissioner Elżbieta Bieńkowska x Enterprise Rent A Car UK, Ltd."],"date":["2019-04-10"],"summary":["connected & autonomous driving, access to in-vehicle data"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-499115519787-49","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2019-04-10-3d2e7aa1141443749e1c667fae58d500c2ceb1e7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-04-10 - Cabinet of Vice-President Maroš Šefčovič x Faraday Grid Limited"],"date":["2019-04-10"],"summary":["Grid capacity for renewable energy"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-533486133775-24","ec-person-e74918e8eb8a9ef96da8cb06c0eae7ac5080d822"]}} -{"id":"ec-meeting-2019-04-10-507bdee4d230c67e5de990aa4cc259036fa17f8d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-04-10 - Cabinet of Commissioner Carlos Moedas x Samsung Electronics Europe"],"date":["2019-04-10"],"summary":["Regional innovation policy"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-0a716bf5253e913fc40ebf14c12f30dc2e7a06ee","eu-tr-40471017282-57"]}} -{"id":"ec-meeting-2019-04-10-6c7a90e7e35b1006a5ab25b4990a19a8b5b28646","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-04-10 - Energy x Dow Europe GmbH"],"date":["2019-04-10"],"summary":["long term decarbonisation and the increasing role of electricity"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["ec-person-6997149120ce5129e38febe5275dc8fd03232d2e","eu-tr-38235121060-73"]}} -{"id":"ec-meeting-2019-04-10-82d5d5614b30c664be17c1b95275f4a9bfa465c7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-04-10 - Cabinet of Commissioner Margrethe Vestager x Mouvement des Entreprises de France"],"date":["2019-04-10"],"summary":["Competition Policy"],"notes":["Portfolio: Competition"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-margrethe-of-vestager"],"involved":["ec-person-baa1c172df109ebd1f0307bccb5e21aec66c7a25","eu-tr-43763731235-75"]}} -{"id":"ec-meeting-2019-04-10-84f625d723c554ddf436ad8010de10bdbc3262ee","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-04-10 - Cabinet of Vice-President Valdis Dombrovskis x European American Chamber of Commerce New York"],"date":["2019-04-10"],"summary":["EU Economic development and growth, EU integration, Fiscal integration and Financial Stability (Italy) and Brexit"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["New York, USA"],"address":["New York, USA"],"addressEntity":["addr-fe85b13894aa74f95c597e7c24cb01db45138f53"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-803034333635-05","ec-person-537401fc0be04984531b83660f416bf2fe14fbd8","ec-person-a9eda2e8ea54b70a968327672c6cada679d3cd56"]}} -{"id":"ec-meeting-2019-04-10-8a1c5d85845251d3a05588209f8d7a362ae61dab","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-04-10 - Internal Market, Industry, Entrepreneurship and SMEs x EuroCommerce"],"date":["2019-04-10"],"summary":["Mr Verschueren presents Eurocommerce and its recent Manifesto"],"location":["BREY 14/069"],"address":["BREY 14/069"],"addressEntity":["addr-f6e68b0052d1a895aac95fb9eb4c68e2119a4ec0"],"organizer":["ec-dg-grow"],"involved":["eu-tr-84973761187-60","ec-person-6299e47fea20df86a1b90bd5b033006b2cb35b5e"]}} -{"id":"ec-meeting-2019-04-10-8fd5febf46f97ebac3e247a8af3bbbd0bfe2687e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-04-10 - Energy x European Network of Transmission System Operators for Electricity"],"date":["2019-04-10"],"summary":["les grandes priorités liées au réseau électrique en Europe"],"location":["Bruxelles, Belgique"],"address":["Bruxelles, Belgique"],"addressEntity":["addr-dee45fa36f6fea7b6920132acb02f707e309643d"],"organizer":["ec-dg-ener"],"involved":["eu-tr-25805148045-87","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2019-04-10-901f20aebecc55bba1b77a3f2dc5cea37422ea1f","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2019-04-10 - Cabinet of Vice-President Maroš Šefčovič x BUSINESSEUROPE"],"date":["2019-04-10"],"summary":["AJ presented the main messages of the State of the Energy Union Report","BusinessEurope reported that they would publish an energy and climate strategy supporting climate neutrality by the end of the month."],"notes":["Portfolio: Energy Union"],"location":["Berl","Brussels"],"address":["Berl","Brussels"],"addressEntity":["addr-54e63e71413c0e3e97d7bff5666df91904ace402","addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-53a651a7157cc65c63972e59c546d17b05d6108a","eu-tr-3978240953-79"]}} -{"id":"ec-meeting-2019-04-10-b618a3eefcbd9a9fc7d9f79916fe381ae39051eb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-04-10 - Cabinet of Vice-President Valdis Dombrovskis x Bloomberg L.P."],"date":["2019-04-10"],"summary":["Sustainable Finance"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["New York, USA"],"address":["New York, USA"],"addressEntity":["addr-fe85b13894aa74f95c597e7c24cb01db45138f53"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-214140728444-40","ec-person-b98fb7512c796626297f1e89a96665cbbb19188a","ec-person-537401fc0be04984531b83660f416bf2fe14fbd8","ec-person-a9eda2e8ea54b70a968327672c6cada679d3cd56"]}} -{"id":"ec-meeting-2019-04-10-c062e5b045a9d2265aa427d9d5abfe79cea3e6ef","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-04-10 - Health and Food Safety x Phamaceutical Group of the European Union"],"date":["2019-04-10"],"summary":["Current and future EU health priorities as well as the role of community pharmacists in ensuring quality of care and patient safety, improving public health and guaranteeing access to medicines and healthcare services"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-sante"],"involved":["ec-person-42d2108d723f9b9017ed589e3271e3156172daa7","eu-tr-00086317186-42"]}} -{"id":"ec-meeting-2019-04-10-c353a2348bae0b94cc411be1a5924a4b4205a53e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-04-10 - Cabinet of Vice-President Maroš Šefčovič x KIC InnoEnergy SE"],"date":["2019-04-10"],"summary":["European Battery Alliance"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-1f95be23689cd4ed0a26fe2980f760ccf2d55c1e","eu-tr-462849021886-85"]}} -{"id":"ec-meeting-2019-04-10-e83e22b9723b13c0d46c1ab7243daca4811e1a5c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-04-10 - Cabinet of Commissioner Věra Jourová x Women Against Violence Europe Network"],"date":["2019-04-10"],"summary":["Preventing and tackling violence against women and girls"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-5455ecfabb89025694c798deac08160a2be17d94","eu-tr-820880834847-22"]}} -{"id":"ec-meeting-2019-04-11-0d3edc7e5b72f93a0bd5ffdb9411cfa789e32389","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2019-04-11 - Cabinet of Vice-President Karmenu Vella x WWF European Policy Programme"],"date":["2019-04-11"],"summary":["Deforestation"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["eu-tr-1414929419-24","ec-person-e3c587153be49902cde115f568bd5e9a9d548743"]}} -{"id":"ec-meeting-2019-04-11-0e256b197de3da95031a05385d405629dbc65ec3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-04-11 - Cabinet of Vice-President Valdis Dombrovskis x Wirtschaftsrat der CDU e.V."],"date":["2019-04-11"],"summary":["Banking Union, CMU"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-176334311014-43","ec-person-f376b1eca739c662d2385062249507f23f4ca67e"]}} -{"id":"ec-meeting-2019-04-11-186c28cfd115163a52389231d9275d375a84e78b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-04-11 - Cabinet of Vice-President Andrus Ansip x Bolt"],"date":["2019-04-11"],"summary":["Sharing economy, mobility, data, platforms"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-995377734447-25","ec-person-6a03bc4fa7657513ea34529e98dba0671ef4c849","ec-person-91ca0921c6790191daa54427311acd63035e7c9e","ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0"]}} -{"id":"ec-meeting-2019-04-11-1f4d5a2ccfa71417df36189e5b74e8b4faa0a3fa","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-04-11 - Cabinet of Vice-President Valdis Dombrovskis x Securities Industry and Financial Markets Association"],"date":["2019-04-11"],"summary":["Commission priorities in financial services for its next mandate, State of cross-border regulatory cooperation, Brexit, CFTC Cross-Border White Paper, BEAT"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Washington, USA"],"address":["Washington, USA"],"addressEntity":["addr-89e55c2488bc4d2f95601f3f6e96f4eea9eb2521"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-995801715250-37","ec-person-b98fb7512c796626297f1e89a96665cbbb19188a","ec-person-537401fc0be04984531b83660f416bf2fe14fbd8","ec-person-a9eda2e8ea54b70a968327672c6cada679d3cd56"]}} -{"id":"ec-meeting-2019-04-11-3d30aef3b7dd56fa415bf5dd0c94f9de7b7cd0cd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-04-11 - Cabinet of Vice-President Andrus Ansip x Fédération Internationale de l'Automobile"],"date":["2019-04-11"],"summary":["Access to vehicle data"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-84839535366-67","ec-person-6a03bc4fa7657513ea34529e98dba0671ef4c849"]}} -{"id":"ec-meeting-2019-04-11-40708815afc41b30acd4764bc6045d75649a62b2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-04-11 - Cabinet of President Jean-Claude Juncker x Card Payment Sweden"],"date":["2019-04-11"],"summary":["Payment services"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-c402e34a99fbee730ae22e3b1958e21c94dc6fcc","eu-tr-28095488537-94"]}} -{"id":"ec-meeting-2019-04-11-4ad8ef64b0119fcc3174d2dcafc9b3606b2d268b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-04-11 - Cabinet of Vice-President Jyrki Katainen x Fédération Internationale de l'Automobile"],"date":["2019-04-11"],"summary":["Vehicles/potential access to data models"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-84839535366-67","ec-person-0da85dc48012e26688310a59a0b51727ea68f410"]}} -{"id":"ec-meeting-2019-04-11-537f4eb71515c1dd3c6d76a1c97c950372980477","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-04-11 - Cabinet of Vice-President Andrus Ansip x ZTE Corporation"],"date":["2019-04-11"],"summary":["5G security"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-3ca0c466b8ff230d4409591430b388007ce14ff8","eu-tr-691443234454-60"]}} -{"id":"ec-meeting-2019-04-11-561ad7a2840d1fd09e95f3d367ad26b176032df9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-04-11 - Cabinet of Commissioner Elżbieta Bieńkowska x Confederation of Finnish Industries EK"],"date":["2019-04-11"],"summary":["single market"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["ec-person-b2f9be51339f054477846797e2c119fcf16548fc","eu-tr-1274604847-34"]}} -{"id":"ec-meeting-2019-04-11-7089cc588cbe2048f11696b34a43de8f8f4690b4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-04-11 - Cabinet of First Vice-President Frans Timmermans x WWF European Policy Programme"],"date":["2019-04-11"],"summary":["discussion on deforestration"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-1414929419-24","ec-person-8d1c5ff76a431332387aa10936b0bff13f7d71fd"]}} -{"id":"ec-meeting-2019-04-11-80e85e03c4b06c2003306e46d2a5c1b31362f868","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-04-11 - Cabinet of Vice-President Miguel Arias Cañete x Asociación de Empresas de Energías Renovables"],"date":["2019-04-11"],"summary":["Innovation Fund"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-3eac19199bd5dbac49f504d2610a9066dddbfe57","eu-tr-971551011488-34"]}} -{"id":"ec-meeting-2019-04-11-8a5549dfa1adfe257755f5e979b5407d9b44e82a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-04-11 - Joint Research Centre x ESET, spol. s r.o."],"date":["2019-04-11"],"summary":["Public science lecture and debate with different EC services about new challenges of cyber security and artificial intelligence"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-jrc"],"involved":["eu-tr-910718933141-09","ec-person-b3e6b7a4bd40eead1b939244f1cb4e9bdaf65f46"]}} -{"id":"ec-meeting-2019-04-11-8b8dcbd0608bcd8c722750c0aec58ce3bf9e5642","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-04-11 - Cabinet of Commissioner Carlos Moedas x Invest Europe"],"date":["2019-04-11"],"summary":["Venture Capital in Europe"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-b8d49828915f9008e764a78796d47ea00807a658","eu-tr-60975211600-74"]}} -{"id":"ec-meeting-2019-04-11-bd3bf1017dd9346d415faf044619c9ae4bc13ce7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-04-11 - Cabinet of Commissioner Mariya Gabriel x G Plus Ltd (t/a Portland) QUALCOMM Incorporated"],"date":["2019-04-11"],"summary":["DSM and 5G"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-00358442856-45","eu-tr-7223777790-86","ec-person-d995d34a2f8b1f0bf6a17486f5699181d6a01e1c","ec-person-77288fc6cc1d717936ac1a1d02ed679fd493b117"]}} -{"id":"ec-meeting-2019-04-11-c574277d92ae957b6180d78fbaefba158daf6923","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-04-11 - Health and Food Safety x The Brewers of Europe"],"date":["2019-04-11"],"summary":["The Brewers of Europe commitment on ingredient and calorie information"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-sante"],"involved":["ec-person-42d2108d723f9b9017ed589e3271e3156172daa7","eu-tr-81610896372-23"]}} -{"id":"ec-meeting-2019-04-11-c819e7b9309ebd8b83ea5978dd04239f33d85679","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-04-11 - Cabinet of Commissioner Julian King x ZTE Corporation"],"date":["2019-04-11"],"summary":["Cyber security"],"notes":["Portfolio: Security Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-julian-king-of"],"involved":["ec-person-ca8657bb707da1a6a3aad07666e8e325d5faa7e3","eu-tr-691443234454-60"]}} -{"id":"ec-meeting-2019-04-11-dacc24e09db6a8099c38d5ffee7227a6b3e2f1d5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-04-11 - Cabinet of Vice-President Andrus Ansip x McAfee Enterprise"],"date":["2019-04-11"],"summary":["5G security, cybersecurity"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-3ca0c466b8ff230d4409591430b388007ce14ff8","eu-tr-848399332282-85"]}} -{"id":"ec-meeting-2019-04-11-e2f674c8424c2b6012aa14661303ed6795b852bd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-04-11 - Research and Innovation x European University Association"],"date":["2019-04-11"],"summary":["Annual Conference- Innovation in Europe's Universities"],"location":["Paris"],"address":["Paris"],"addressEntity":["addr-22390ad11c32faec43fc61555b53607660b3c185"],"organizer":["ec-dg-rtd"],"involved":["ec-person-1d348f33395de0ea6773a7b4ae8797e3e0392f73","eu-tr-81122172998-09"]}} -{"id":"ec-meeting-2019-04-11-f663abda6daddf159270fa8449522bd5f75657fb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-04-11 - Cabinet of Vice-President Maroš Šefčovič x Fédération Internationale de l'Automobile"],"date":["2019-04-11"],"summary":["FIA study on digitalisation"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-84839535366-67","ec-person-e74918e8eb8a9ef96da8cb06c0eae7ac5080d822"]}} -{"id":"ec-meeting-2019-04-11-f802d6b6020bb2958512a9024ee93c4b28ab3148","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-04-11 - Health and Food Safety x European Federation of Associations of Health Product Manufacturers"],"date":["2019-04-11"],"summary":["General Food Law Review; REFIT of Regulation (EC) No 1924/2006:"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-sante"],"involved":["ec-person-42d2108d723f9b9017ed589e3271e3156172daa7","eu-tr-65512466920-96"]}} -{"id":"ec-meeting-2019-04-12-0543f4ae19ee2d8e6123cd698994c7708fd31e5b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-04-12 - Cabinet of Vice-President Valdis Dombrovskis x Atlantic Council of the United States, Inc"],"date":["2019-04-12"],"summary":["Brexit, The Future of Europe, European Elections + foreign influence, EU and global financial markets after Brexit, The international role of the Euro, Macroeconomic challenges, EU-China relationship, Sustainable Finance, Fintech"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Washington, USA"],"address":["Washington, USA"],"addressEntity":["addr-89e55c2488bc4d2f95601f3f6e96f4eea9eb2521"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-b98fb7512c796626297f1e89a96665cbbb19188a","eu-tr-524686116124-73","ec-person-537401fc0be04984531b83660f416bf2fe14fbd8","ec-person-a9eda2e8ea54b70a968327672c6cada679d3cd56"]}} -{"id":"ec-meeting-2019-04-12-196f40e72d092dd8de6d6182e16d1034b754edd7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-04-12 - Agriculture and Rural Development x European agri-cooperatives European farmers"],"date":["2019-04-12"],"summary":["Exchange of views"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-agri"],"involved":["eu-tr-09586631237-74","eu-tr-44856881231-49","ec-person-7bc7204a153f98afbf1ad1cffbdd10d06d9ae166"]}} -{"id":"ec-meeting-2019-04-12-304c6b080266055bbc0af84aced8763f8c934a9d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-04-12 - Cabinet of President Jean-Claude Juncker x France Industrie"],"date":["2019-04-12"],"summary":["Industrial policy"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-60974102057-03","ec-person-c402e34a99fbee730ae22e3b1958e21c94dc6fcc"]}} -{"id":"ec-meeting-2019-04-12-3d2257f5b4df544760fd28bf5dae0309f065f4b0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-04-12 - Cabinet of Vice-President Günther Oettinger x Bill & Melinda Gates Foundation"],"date":["2019-04-12"],"summary":["European research policy and support to humanitarian projects"],"notes":["Portfolio: Budget & Human Resources"],"location":["Lech"],"address":["Lech"],"addressEntity":["addr-e9e69ebb9ebc1459298db0efbd1a887542a75e85"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-371567915480-41","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2019-04-12-5b74bae5138b9f157c4de17be9a314ac60533970","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-04-12 - Inspire, Debate, Engage and Accelerate Action x France Industrie"],"date":["2019-04-12"],"summary":["Industrial Policy"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-dg-idea"],"involved":["eu-tr-60974102057-03","ec-person-4fe56a64c00b3e81c851b5538878b32481bd7d3c"]}} -{"id":"ec-meeting-2019-04-12-7cd4eda0af22face1376c49331e32b1861eea573","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-04-12 - Cabinet of Vice-President Günther Oettinger x SYSTAG GmbH"],"date":["2019-04-12"],"summary":["Competition policy in the digital sector"],"notes":["Portfolio: Budget & Human Resources"],"location":["Lech"],"address":["Lech"],"addressEntity":["addr-e9e69ebb9ebc1459298db0efbd1a887542a75e85"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-322602218032-02","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2019-04-12-944c709df2d2fc23dfdc787c670baced51799199","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-04-12 - Cabinet of Vice-President Günther Oettinger x Goethe-Institut e.V."],"date":["2019-04-12"],"summary":["language policy"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["ec-person-b17d355ca19058898aba2ec032de59f8701d47f5","eu-tr-45963658079-77"]}} -{"id":"ec-meeting-2019-04-12-b9de93fd456597bfebb7d07bfcb1bd8b2d1e9661","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-04-12 - Informatics x Dell Inc."],"date":["2019-04-12"],"summary":["exchange views on DIGIT priorities for the next decade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-digit"],"involved":["eu-tr-28739192542-16","ec-person-32591d36027eb92a66b57d5bcc8c57d9574380b0"]}} -{"id":"ec-meeting-2019-04-13-0543f4ae19ee2d8e6123cd698994c7708fd31e5b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-04-13 - Cabinet of Vice-President Valdis Dombrovskis x Atlantic Council of the United States, Inc"],"date":["2019-04-13"],"summary":["Ukraine"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Washington, USA"],"address":["Washington, USA"],"addressEntity":["addr-89e55c2488bc4d2f95601f3f6e96f4eea9eb2521"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-524686116124-73","ec-person-a9eda2e8ea54b70a968327672c6cada679d3cd56"]}} -{"id":"ec-meeting-2019-04-15-e80fc8508685df9d9cf6ac462604996fa1ff3cb1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-04-15 - Cabinet of Vice-President Cecilia Malmström x Evolve Media Holdings"],"date":["2019-04-15"],"summary":["EU trade relationship with Africa and civil society’s engagement in the conduct of EU trade policy"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-025105834490-86","ec-person-171e0bfe7e56605212c3c6e618a5d2d7fc23f75f"]}} -{"id":"ec-meeting-2019-04-16-138b373fea0901a12f139df227d5deda1cd953a3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-04-16 - Cabinet of Commissioner Phil Hogan x Lidl"],"date":["2019-04-16"],"summary":["Agri Matters"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Strasbourg"],"address":["Strasbourg"],"addressEntity":["addr-a7b90170b4a5bf2d1d09ccfd109b57e0a030cfc4"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-480098310579-04","ec-person-a1a78365cc4685b0958056646204977d8f2ead92"]}} -{"id":"ec-meeting-2019-04-16-9b77487c252abc335072ef9bb56af7a44ad876cc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-04-16 - Cabinet of Vice-President Günther Oettinger x Lidl"],"date":["2019-04-16"],"summary":["Future of Europe"],"notes":["Portfolio: Budget & Human Resources"],"location":["Strasbourg"],"address":["Strasbourg"],"addressEntity":["addr-a7b90170b4a5bf2d1d09ccfd109b57e0a030cfc4"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-480098310579-04","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2019-04-16-f5da8f1f442d144c2d9a127478860a6728381284","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-04-16 - Energy x AIR LIQUIDE"],"date":["2019-04-16"],"summary":["la compétitivité de l’industrie européenne, la transition énergétique, les nouvelles technologies telles que l’hydrogène et le CCUS"],"location":["Bruxelles, Belgique"],"address":["Bruxelles, Belgique"],"addressEntity":["addr-dee45fa36f6fea7b6920132acb02f707e309643d"],"organizer":["ec-dg-ener"],"involved":["eu-tr-94857385769-70","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2019-04-23-37e118f28dc62fdc6a7f34bba94d783a9c1f2587","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-04-23 - Cabinet of Vice-President Günther Oettinger x Raiffeisen Bank International AG Telekom Austria AG Erste Group Bank AG RHI MAGNESITA Vereinigung der österreichischen Industrie - Industriellenvereinigung Vienna Insurance Group AG Wiener Versicherung Gruppe"],"date":["2019-04-23"],"summary":["Future of Europe"],"notes":["Portfolio: Budget & Human Resources"],"location":["Vienna"],"address":["Vienna"],"addressEntity":["addr-8b6cea61d247482e9e7f1e7efb1db432a69bbcb2"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-910859715397-14","eu-tr-33858106461-10","eu-tr-720555724263-16","eu-tr-99255639490-47","eu-tr-138083013988-72","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911","eu-tr-89093924456-06"]}} -{"id":"ec-meeting-2019-04-23-4ec1f63177c650b430591b41940ca01c60a832ab","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-04-23 - Research and Innovation x European Federation of Pharmaceutical Industries and Associations"],"date":["2019-04-23"],"summary":["PPPs in health area"],"location":["BRUSSELS"],"address":["BRUSSELS"],"addressEntity":["addr-f74337897287bf1b546f30505f5b1f693a87af50"],"organizer":["ec-dg-rtd"],"involved":["eu-tr-38526121292-88","ec-person-1d348f33395de0ea6773a7b4ae8797e3e0392f73"]}} -{"id":"ec-meeting-2019-04-23-6182715b697bcd779b06a342883fa1305e0da02e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-04-23 - Cabinet of Vice-President Valdis Dombrovskis x Ārvalstu investoru padome Latvijā"],"date":["2019-04-23"],"summary":["European Semester, CSRs for Latvia, Brexit"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Riga, Latvia"],"address":["Riga, Latvia"],"addressEntity":["addr-bf0e861284be594b43d9cafc2ef34b002b221dda"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-771458019273-80","ec-person-a9eda2e8ea54b70a968327672c6cada679d3cd56"]}} -{"id":"ec-meeting-2019-04-23-64dfcfd3343a38b2d4828ec3cc134dac330de692","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-04-23 - Research and Innovation x EuropaBio"],"date":["2019-04-23"],"summary":["R&I in Biotechnology"],"location":["BRUSSELS"],"address":["BRUSSELS"],"addressEntity":["addr-f74337897287bf1b546f30505f5b1f693a87af50"],"organizer":["ec-dg-rtd"],"involved":["eu-tr-1298286943-59","ec-person-1d348f33395de0ea6773a7b4ae8797e3e0392f73"]}} -{"id":"ec-meeting-2019-04-23-d068f8e62cc50f1e0da0276c5f39f15519ce1515","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-04-23 - Cabinet of Commissioner Christos Stylianides x European Institute of Peace"],"date":["2019-04-23"],"summary":["Discussion with Executive Director"],"notes":["Portfolio: Humanitarian Aid & Crisis Management"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-christos-commissioner-of-stylianides"],"involved":["eu-tr-272784617259-33","ec-person-cdd689bd079714522dad472ea4446b0fcc660d8f","ec-person-de605a3492bf8716a72a814958f304a939e828b3"]}} -{"id":"ec-meeting-2019-04-24-97b41e4506ecde6299b818b8cbb7c879399a36ce","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-04-24 - Cabinet of President Jean-Claude Juncker x EUROPEAN TRADE UNION CONFEDERATION"],"date":["2019-04-24"],"summary":["Overview of the EU priorities and recent progress in the social field"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-29c106b0461ffd79e95f0119bdd363fd3c7c3ab3","eu-tr-06698681039-26"]}} -{"id":"ec-meeting-2019-04-24-b8f65ef51fc04c247e98a1269382ce5edd4b24c4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-04-24 - Cabinet of Vice-President Andrus Ansip x Schibsted ASA"],"date":["2019-04-24"],"summary":["Disinformation, liability of platforms, next MFF, media, research and innovation"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-e91c5be432b6b3efdda369792fed67c20b767a45","ec-person-99b172d8fe23e00b94022cbd096978be2b48eb81","eu-tr-532331921544-33","ec-person-1b5d370ac9c418626a6461f1ff6f08e5ec594595"]}} -{"id":"ec-meeting-2019-04-24-c859bc076f59fb3468f74dd2337beb3ab1b6b782","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-04-24 - Cabinet of Vice-President Valdis Dombrovskis x DZ BANK AG"],"date":["2019-04-24"],"summary":["Sustainable Finance"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-a9eda2e8ea54b70a968327672c6cada679d3cd56","ec-person-537401fc0be04984531b83660f416bf2fe14fbd8","eu-tr-805055331148-04"]}} -{"id":"ec-meeting-2019-04-24-cc561d1eb95ea683e292ab0f2f199616a3eb6c11","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-04-24 - Financial Stability, Financial Services and Capital Markets Union x Fédération bancaire française"],"date":["2019-04-24"],"summary":["Transposition de l’accord de Bâle, mesures d’équivalence dans le cadre du Brexit."],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-fisma"],"involved":["ec-person-bdee7a93f95c8ef05079539170139b3c02e8ed96","eu-tr-09245221105-30"]}} -{"id":"ec-meeting-2019-04-24-e935d574bd9ea79a853e54973ca5f2a4eb3575ac","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-04-24 - Cabinet of Vice-President Maroš Šefčovič x Contemporary Amperex Technology GmbH"],"date":["2019-04-24"],"summary":["European batteries alliances"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-067443634641-16","ec-person-af83ed49c403cb9d7ebfecca7893f0054c1f4be5"]}} -{"id":"ec-meeting-2019-04-24-ea6dbd9513b6661203b1a794bb7a17fcb9df643f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-04-24 - Cabinet of Commissioner Carlos Moedas x EIT Health"],"date":["2019-04-24"],"summary":["EU innovation policy"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-b8d49828915f9008e764a78796d47ea00807a658","ec-person-0a716bf5253e913fc40ebf14c12f30dc2e7a06ee","ec-person-2b4bb0b28e7435e5f612e44d9664dbd1051efc55","eu-tr-632741433403-20"]}} -{"id":"ec-meeting-2019-04-24-ee9ad55a64d2323325f26b05dbf5c5342a1b12a7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-04-24 - Communications Networks, Content and Technology x Schibsted ASA"],"date":["2019-04-24"],"summary":["Media industry in Europe"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-532331921544-33","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2019-04-25-037be7b74c031c8dae435b76c7f6a1fa8c5e5efe","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-04-25 - Health and Food Safety x European Forum of Farm Animal Breeders"],"date":["2019-04-25"],"summary":["New animal breeding techniques"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-sante"],"involved":["ec-person-42d2108d723f9b9017ed589e3271e3156172daa7","eu-tr-28175274067-75"]}} -{"id":"ec-meeting-2019-04-25-1e0462cfdf0973139a7f29a1b0b29f541e4e7b66","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-04-25 - Cabinet of Commissioner Carlos Moedas x The Royal Society of Edinburgh"],"date":["2019-04-25"],"summary":["Science advice for policy"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-b8d49828915f9008e764a78796d47ea00807a658","eu-tr-580772914809-13"]}} -{"id":"ec-meeting-2019-04-25-6522ee5513cf63ec679cd38bffe9c31cef8c5928","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-04-25 - Cabinet of Vice-President Günther Oettinger x E.ON SE"],"date":["2019-04-25"],"summary":["Energy and Competition Policy"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["ec-person-55a0b11edfe9b0b76e526f72b1ec2e9f2f74d5bc","eu-tr-72760517350-57"]}} -{"id":"ec-meeting-2019-04-25-67a3092842cbd5a5fb87249e526fbb023689f38b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-04-25 - Cabinet of President Jean-Claude Juncker x Swedish Bankers´ Association"],"date":["2019-04-25"],"summary":["Capital Markets Union and Banking Union"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-53517281038-30","ec-person-c402e34a99fbee730ae22e3b1958e21c94dc6fcc"]}} -{"id":"ec-meeting-2019-04-25-aa65a77815d6e07513269245d9d19b47f79d03bb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-04-25 - Cabinet of Vice-President Jyrki Katainen x Orgalim – Europe's Technology Industries"],"date":["2019-04-25"],"summary":["EU industrial policy"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-20210641335-88","ec-person-ccd2797b568cba38993df7d1dcc985dbc1eb439a"]}} -{"id":"ec-meeting-2019-04-25-b09f9f274bdc1f3c2c92c343edce4f2a68ace266","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-04-25 - Cabinet of Commissioner Carlos Moedas x EU-LIFE"],"date":["2019-04-25"],"summary":["Life Sciences in Horizon Europe"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["eu-tr-665575822616-94","ec-person-2b4bb0b28e7435e5f612e44d9664dbd1051efc55"]}} -{"id":"ec-meeting-2019-04-25-b90b53d8d26fd6b4bd981eea584fb58770e88d36","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-04-25 - Cabinet of Commissioner Mariya Gabriel x VMware International Unlimited Company"],"date":["2019-04-25"],"summary":["Cybersecurity, IoT, Cloud security and 5G"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-922046321682-57","ec-person-0ebf0cb327cbf140de5316360168dfb48811c02f"]}} -{"id":"ec-meeting-2019-04-25-c6265a6292b168d51a2c5ab508e75e6e3dd4acca","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-04-25 - Cabinet of Vice-President Jyrki Katainen x Finnish trade union representation to the EU"],"date":["2019-04-25"],"summary":["Finnish EU Presidency"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-ccd2797b568cba38993df7d1dcc985dbc1eb439a","eu-tr-774047715805-95"]}} -{"id":"ec-meeting-2019-04-25-d5eac78c6df7605dee05a559a758be0c351efe48","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-04-25 - Cabinet of Commissioner Violeta Bulc x Luka Koper d.d."],"date":["2019-04-25"],"summary":["Meeting with the President of the Port of Koper"],"notes":["Portfolio: Transport"],"location":["Koper"],"address":["Koper"],"addressEntity":["addr-1617895d0317755d6f1e9ed68bc805f1c83d5211"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-4d2b449b5047ea3fda435a2a1c1081e3babcdf76","ec-person-5012c5e45a52ee8ce67d19c1781a127af53e73e7","eu-tr-767074833115-89","ec-person-a9f4fe47da47a1b05bbfda9825908089d11bda93"]}} -{"id":"ec-meeting-2019-04-26-5280571657c215b4eb47a3639ae2592e6094cd71","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-04-26 - Justice and Consumers x Meta Platforms Ireland Limited and its various subsidiaries (f/k/a Facebook Ireland Limited)"],"date":["2019-04-26"],"summary":["Upcoming elections"],"location":["MO59 8/10"],"address":["MO59 8/10"],"addressEntity":["addr-d9d7ee36a586170b1437a2fd874edab327ea3896"],"organizer":["ec-dg-just"],"involved":["ec-person-7f02c085966bf7e9ecf267d0fa52c94a32d1687f","eu-tr-28666427835-74"]}} -{"id":"ec-meeting-2019-04-26-5a522d5ab4b4c257b4e7e0a05c9412a92235bfc1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-04-26 - Cabinet of Vice-President Miguel Arias Cañete x Repsol, S.A."],"date":["2019-04-26"],"summary":["Gas role in teh Long Term Strategy"],"notes":["Portfolio: Climate Action & Energy"],"location":["Madrid"],"address":["Madrid"],"addressEntity":["addr-7a2191964a3d7521269f0068afae6b6116bac15d"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-69240395197-02","ec-person-2229c857664a22dcb8eee79a8c05841fd3d0924f"]}} -{"id":"ec-meeting-2019-04-26-dcd3efb3ae14356a2d05ae9bc595ef00a38a5c56","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-04-26 - Cabinet of Vice-President Günther Oettinger x Deutscher Sparkassen-und Giroverband"],"date":["2019-04-26"],"summary":["MFF"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-62379064909-15","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2019-04-26-dee8c44b4c06a3b33cc96404a37e0b4c88eea6f6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-04-26 - Communications Networks, Content and Technology x EuroCommerce"],"date":["2019-04-26"],"summary":["Priorities for new Commission"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-84973761187-60","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2019-04-26-dfb6d059c69cd82791ee9ca6d96a89e5c9c83ba0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-04-26 - Cabinet of Commissioner Marianne Thyssen x European Association of Service providers for Persons with Disabilities"],"date":["2019-04-26"],"summary":["Labour market integration of Persons with disability"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["ec-person-c508e9337eca6b067c1f966b82de49c4824a3ad0","eu-tr-120906010805-50"]}} -{"id":"ec-meeting-2019-04-26-f0b5ef21f051a4f5ee6d1b748597a5b3b069dd80","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-04-26 - Cabinet of Commissioner Phil Hogan x International Union for Conservation of Nature EU Representative Office"],"date":["2019-04-26"],"summary":["conservation matters"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-03518238467-61","ec-person-a1a78365cc4685b0958056646204977d8f2ead92"]}} -{"id":"ec-meeting-2019-04-26-fdce9fe098c75297fac669f4a0948793dc0e9150","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-04-26 - Cabinet of Commissioner Marianne Thyssen x Asociación Española de Movilidad Laboral Internacional"],"date":["2019-04-26"],"summary":["Fair Labour Mobility"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["ec-person-cfb8d8d884367ef98b079fcd883ece7c89ec28e2","ec-person-7567514af00f139b390cf9864d28a090ca0fde25","eu-tr-738555334508-83"]}} -{"id":"ec-meeting-2019-04-26-ff34f1e0ff2bf958e696bd668c3c764b285b4b3a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-04-26 - Cabinet of Vice-President Valdis Dombrovskis x Federation of European Securities Exchanges"],"date":["2019-04-26"],"summary":["MiFID II"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-71488206456-23","ec-person-30d770ccd575865b3106f94220ce1ace16e48f1a"]}} -{"id":"ec-meeting-2019-04-29-0ff4e8ccc42dbf25218e44929d5e0c0d779b0f14","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-04-29 - Cabinet of Commissioner Mariya Gabriel x APCO Worldwide"],"date":["2019-04-29"],"summary":["online platforms, illegal content"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-81995781088-41","ec-person-d995d34a2f8b1f0bf6a17486f5699181d6a01e1c"]}} -{"id":"ec-meeting-2019-04-29-51c07284a695bac0630ccf4a72730d7153189b09","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-04-29 - Task Force for Relations with the United Kingdom x Irish Congress Trade Unions EUROPEAN TRADE UNION CONFEDERATION Trades Union Congress (UK)"],"date":["2019-04-29"],"summary":["Meeting with the Task Force for the Preparation and Conduct of the Negotiations with the United Kingdom under Article 50 TEU"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-uktf"],"involved":["ec-person-864cfa5fbc9b02a079ffbab1107f252c7bb08478","eu-tr-06698681039-26","eu-tr-299273613885-27","eu-tr-77510791109-40"]}} -{"id":"ec-meeting-2019-04-29-64e589cbd40a9612eb4948c35626a83ebafbe1e3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-04-29 - Cabinet of President Jean-Claude Juncker x GRTgaz"],"date":["2019-04-29"],"summary":["Energy Union"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-584527815328-09","ec-person-b1bf9aa5fb7e886441ff341b657cc482b64a2a3e"]}} -{"id":"ec-meeting-2019-04-29-716cb47ddcdbc51da1edc13a4de6d5619738aa68","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-04-29 - Cabinet of First Vice-President Frans Timmermans x Aviva Plc"],"date":["2019-04-29"],"summary":["discussion on gender equality's policies and practise"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-86270761494-62","ec-person-8d1c5ff76a431332387aa10936b0bff13f7d71fd"]}} -{"id":"ec-meeting-2019-04-29-9ce3b6df7c464a96f3bdf890bd7becb2d94fde95","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-04-29 - Cabinet of Commissioner Mariya Gabriel x LEGO System A/S"],"date":["2019-04-29"],"summary":["protection and innovation of children’s rights in the digital space"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-74560896368-94","ec-person-d995d34a2f8b1f0bf6a17486f5699181d6a01e1c"]}} -{"id":"ec-meeting-2019-04-29-a7b1a91f33e1e2ebea8baa59e2ae3fb4963e63ec","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-04-29 - Cabinet of Commissioner Elżbieta Bieńkowska x OHB"],"date":["2019-04-29"],"summary":["space policy"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["ec-person-d2997a7f359c91a337055c3e24dd36bf928de38d","eu-tr-648584214179-94"]}} -{"id":"ec-meeting-2019-04-29-ab8c444d0de8604e7675c1c81070352882bbfead","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-04-29 - Cabinet of Vice-President Karmenu Vella x Schwarz Dienstleistung KG"],"date":["2019-04-29"],"summary":["Circular Economy in Retail and Plastic Recyclability"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Übach-Palenberg, Germany"],"address":["Übach-Palenberg, Germany"],"addressEntity":["addr-0986bd6e1fb59de04ab16764094a5bff3989e231"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["ec-person-e3c587153be49902cde115f568bd5e9a9d548743","eu-tr-677986630279-59","ec-person-bcbcecab9aa87f7138c7614fea5ae81e76a6b138","ec-person-0e3efd8bc1c3ee9a80205d0bb78f316fa1621e5d"]}} -{"id":"ec-meeting-2019-04-29-aca577983694f1787c2da1607ec66cbafee158fd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-04-29 - Cabinet of Vice-President Andrus Ansip x Facebook Ireland Limited"],"date":["2019-04-29"],"summary":["DSM, disinformation, EP elections"],"notes":["Portfolio: Digital Single Market"],"location":["Menlo Park, California"],"address":["Menlo Park, California"],"addressEntity":["addr-6c7c3cee4e363baaf8072719487085947c5f8585"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0","ec-person-91ca0921c6790191daa54427311acd63035e7c9e","eu-tr-28666427835-74"]}} -{"id":"ec-meeting-2019-04-29-b9ea82e3116bc139f4b9c2db4bc72e67d00dd754","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-04-29 - Cabinet of Vice-President Günther Oettinger x Norddeutsche Landesbank Girozentrale"],"date":["2019-04-29"],"summary":["InvestEU, MFF"],"notes":["Portfolio: Budget & Human Resources"],"location":["Berlin"],"address":["Berlin"],"addressEntity":["addr-062b06ba8e755765c6b049809b7430fd54fe5b21"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-973709234598-64","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2019-04-30-5280571657c215b4eb47a3639ae2592e6094cd71","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-04-30 - Justice and Consumers x Meta Platforms Ireland Limited and its various subsidiaries (f/k/a Facebook Ireland Limited)"],"date":["2019-04-30"],"summary":["Upcoming elections"],"location":["MO59 8/10"],"address":["MO59 8/10"],"addressEntity":["addr-d9d7ee36a586170b1437a2fd874edab327ea3896"],"organizer":["ec-dg-just"],"involved":["ec-person-7f02c085966bf7e9ecf267d0fa52c94a32d1687f","eu-tr-28666427835-74"]}} -{"id":"ec-meeting-2019-04-30-55cdb8e8a7668c8b77c954fa31c0bc09da9c7eac","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-04-30 - Cabinet of Commissioner Phil Hogan x Fern"],"date":["2019-04-30"],"summary":["Deforestation & forest degradation & Rural Task Force for Africa"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-40538475090-82","ec-person-68b8e931bdd0cafe77ab8e98d87edbea128d6c49"]}} -{"id":"ec-meeting-2019-04-30-61eebb40c201cbcf0d995a403483d22ea1961bfa","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-04-30 - Cabinet of Commissioner Carlos Moedas x Société nationale SNCF"],"date":["2019-04-30"],"summary":["Innovation in the railway sector"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-01051f0f33bfdc2ecc41873c02cae666c5e0d099","ec-person-23980b2bc4fd9c82051d0f7888dc236b2f764866","eu-tr-97914681026-14"]}} -{"id":"ec-meeting-2019-04-30-6cdc8b96f988cf3938034dbca488fe8dc80d0e8a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-04-30 - Cabinet of Vice-President Valdis Dombrovskis x SÜDWIND Arbeitskreis Kirchlicher Investoren"],"date":["2019-04-30"],"summary":["Green Bonds Standards"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-871392734658-13","ec-person-537401fc0be04984531b83660f416bf2fe14fbd8","eu-tr-609110934685-54"]}} -{"id":"ec-meeting-2019-04-30-6d551e4f0ca7fd2fcc6b57fa0ba477aec9137b97","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-04-30 - Energy x LyondellBasell Industries N.V."],"date":["2019-04-30"],"summary":["la contribution importante des secteurs industriels clés dans le contexte de la décarbonisation et transition énergétique"],"location":["Bruxelles, Belgique"],"address":["Bruxelles, Belgique"],"addressEntity":["addr-dee45fa36f6fea7b6920132acb02f707e309643d"],"organizer":["ec-dg-ener"],"involved":["ec-person-6997149120ce5129e38febe5275dc8fd03232d2e","eu-tr-950757315280-54"]}} -{"id":"ec-meeting-2019-04-30-c4d974eb7d268720b8e26fb0408dd4eb7350251a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-04-30 - Research and Innovation x The European Steel Association"],"date":["2019-04-30"],"summary":["European Steel Day Conference"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-rtd"],"involved":["eu-tr-93038071152-83","ec-person-1d348f33395de0ea6773a7b4ae8797e3e0392f73"]}} -{"id":"ec-meeting-2019-04-30-d4d6852f09c6c5692dffd9b6ce5c7a3c7312008a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-04-30 - Cabinet of President Jean-Claude Juncker x EPIA SolarPower Europe"],"date":["2019-04-30"],"summary":["Energy Union"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-2680046412-48","ec-person-b1bf9aa5fb7e886441ff341b657cc482b64a2a3e"]}} -{"id":"ec-meeting-2019-04-30-f61e95bedcefb480c84926f42f019b7523f718f3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-04-30 - Cabinet of Vice-President Günther Oettinger x BASF SE"],"date":["2019-04-30"],"summary":["European industrial policy"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-7410939793-88","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2019-05-02-10925799cacd7ea6ab96a314851ba9a960dc099b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-05-02 - Cabinet of President Jean-Claude Juncker x Abelag Aviation NV"],"date":["2019-05-02"],"summary":["Meeting with Luxaviation"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-743644734704-75","ec-person-cdaf2d26bf31f9cd51df4dcae26d0bced763eb2c"]}} -{"id":"ec-meeting-2019-05-02-15ae9f404d2ea22712d3334e2beb78ac2fac1e15","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-05-02 - Cabinet of Vice-President Maroš Šefčovič x Belron International Limited"],"date":["2019-05-02"],"summary":["Access to connected car data"],"notes":["Portfolio: Energy Union"],"location":["brussels"],"address":["brussels"],"addressEntity":["addr-e2daa1574b7ac475c827b33e281bd2d5e013c882"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-895912527289-92","ec-person-e74918e8eb8a9ef96da8cb06c0eae7ac5080d822"]}} -{"id":"ec-meeting-2019-05-02-1f6d1e16f5134405b3ed48227def915cff8b4b41","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-05-02 - Cabinet of Commissioner Mariya Gabriel x Belron International Limited"],"date":["2019-05-02"],"summary":["Connected Cars"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-895912527289-92","ec-person-77288fc6cc1d717936ac1a1d02ed679fd493b117"]}} -{"id":"ec-meeting-2019-05-02-30955165f11158cf49662e9905ffbc0c90d12f0c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-05-02 - Cabinet of Vice-President Jyrki Katainen x Confederation of Finnish Industries EK"],"date":["2019-05-02"],"summary":["Decision making in the EU"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-1274604847-34","ec-person-ccd2797b568cba38993df7d1dcc985dbc1eb439a"]}} -{"id":"ec-meeting-2019-05-02-6522ee5513cf63ec679cd38bffe9c31cef8c5928","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-05-02 - Cabinet of Vice-President Günther Oettinger x E.ON SE"],"date":["2019-05-02"],"summary":["Energy and Competition policy"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-72760517350-57","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2019-05-02-67ffa2d4c31bae9c6c21b4f3ca21792f55139f24","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-05-02 - Cabinet of Vice-President Günther Oettinger x BTB - Gewerkschaft Technik und Naturwissenschaft im dbb - beamtenbund und tarifunion"],"date":["2019-05-02"],"summary":["EU infrastructure funding policy"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-486353535837-83","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2019-05-02-8286e8e6a6f941e2cef7d844b6b5f88ec3548ca4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-05-02 - Cabinet of Vice-President Günther Oettinger x EKD-Büro Brüssel / EKD-Office Brussels"],"date":["2019-05-02"],"summary":["Future of Europe"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911","eu-tr-61973396926-78"]}} -{"id":"ec-meeting-2019-05-02-9f940d32079ad1b53473a1c74d2eedb52f4dc534","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-05-02 - Cabinet of Commissioner Tibor Navracsics x Xeración Asociación Cultural"],"date":["2019-05-02"],"summary":["European Solidarity Corps, EU Aid Volunteers programme"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels, BERL"],"address":["Brussels, BERL"],"addressEntity":["addr-3c3fa5f92474ebac668808553fbab6d1c14aa243"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-881310bbb4e54ac96753b80bbdc9b1994cfbf136","eu-tr-785475634572-90"]}} -{"id":"ec-meeting-2019-05-02-afa4cb5be398882657b00e05cf7d20e903b1d976","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-05-02 - Cabinet of Commissioner Phil Hogan x spiritsEUROPE"],"date":["2019-05-02"],"summary":["Priorities of Spirits Europe for the next legislative term. Trade issues. Labelling"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-c9d17d5879383b030f61a4066848249fb35d57e4","eu-tr-64926487056-58"]}} -{"id":"ec-meeting-2019-05-02-bdc4bc556f8f03c40e41be23328c7048c7436257","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-05-02 - Cabinet of Commissioner Mariya Gabriel x IMZ International Music + Media Centre"],"date":["2019-05-02"],"summary":["online directory of European films"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-310699734818-18","ec-person-d995d34a2f8b1f0bf6a17486f5699181d6a01e1c"]}} -{"id":"ec-meeting-2019-05-02-c3c8993edf24aeab979e69c963cbe4fb2c18f358","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-05-02 - Energy x Shell Companies"],"date":["2019-05-02"],"summary":["the global clean energy transition, specifically the increasing role of electricity and new technologies"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-05032108616-26","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2019-05-02-d43188349a09ceea7e76e63dad70bf2db8eeb0ae","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-05-02 - Cabinet of Commissioner Julian King x Mozilla Corporation"],"date":["2019-05-02"],"summary":["Cyber security"],"notes":["Portfolio: Security Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-julian-king-of"],"involved":["ec-person-ca8657bb707da1a6a3aad07666e8e325d5faa7e3","eu-tr-174457719063-67"]}} -{"id":"ec-meeting-2019-05-03-077f419c8221fc94cb19ed15e50573d9f495def5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-05-03 - Energy x LNG Allies"],"date":["2019-05-03"],"summary":["energy policy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["ec-person-6997149120ce5129e38febe5275dc8fd03232d2e","eu-tr-481820434723-38"]}} -{"id":"ec-meeting-2019-05-03-3c8d71a50c93572c1fb136da94c8e8e9165e376a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-05-03 - Research and Innovation x EuroCommerce"],"date":["2019-05-03"],"summary":["EuroCommerce manifesto"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-rtd"],"involved":["eu-tr-84973761187-60","ec-person-1d348f33395de0ea6773a7b4ae8797e3e0392f73"]}} -{"id":"ec-meeting-2019-05-03-5cac10d038e7f3827f2655de00e29dff3d56a536","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-05-03 - Energy x FortyEight ACQUIRENTEUNICO"],"date":["2019-05-03"],"summary":["digitalization in the interest of European consumers, clean energy transition"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-870921517430-50","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e","eu-tr-075111834727-39"]}} -{"id":"ec-meeting-2019-05-03-8e7d92aa7a4f0be2e50c5f6d34f565135008bb58","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-05-03 - Trade x Airbus"],"date":["2019-05-03"],"summary":["WTO"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-trade"],"involved":["ec-person-bde9bb099f5d24c52ca4a9255cefc99a5b87a650","eu-tr-2732167674-76"]}} -{"id":"ec-meeting-2019-05-03-a7c539667fae495939457b806892b0a6f2adc56b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-05-03 - Cabinet of Commissioner Tibor Navracsics x European Club Association"],"date":["2019-05-03"],"summary":["regular updates on ECA activities"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-49f31dad10f5641cb1d1e4c3107dd838389e8120","eu-tr-925747033224-18"]}} -{"id":"ec-meeting-2019-05-03-b93283ef26589ee09845cc6fda9e5210738702cd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-05-03 - Cabinet of Vice-President Maroš Šefčovič x LNG Allies"],"date":["2019-05-03"],"summary":["following up LNG conference in Brussels 2/5; EU-US transatlantic relations"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-3bf48630444ace93d407e52eb880e64d480f75ce","eu-tr-481820434723-38"]}} -{"id":"ec-meeting-2019-05-06-19d2956dd201fb0bc67afbda1de94b3a42f2dd9d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-05-06 - Cabinet of Commissioner Corina Crețu x SIEMPRE"],"date":["2019-05-06"],"summary":["Introducing COLAS active in Road construction sector, rail infrastructure and large-scale urban development projects"],"notes":["Portfolio: Regional Policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-corina-cretu-of"],"involved":["ec-person-a8f47f7eb96bfb81929848b0ee89067bcbf0ce81","eu-tr-425170134724-56"]}} -{"id":"ec-meeting-2019-05-06-392852c7992d3badb912c94ac9c0e2eb1516dce2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-05-06 - Mobility and Transport x Bolt"],"date":["2019-05-06"],"summary":["app-facilitated transport and sharing of means of transport"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-move"],"involved":["eu-tr-995377734447-25","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2019-05-06-3a42be43498bc7509f95b059f06096b5b00ae696","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-05-06 - Cabinet of President Jean-Claude Juncker x Association des Constructeurs Européens d'Automobiles"],"date":["2019-05-06"],"summary":["Ongoing trade negotiations"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-e415577aabb40c0f789310505c6c5803aa69037b","eu-tr-0649790813-47"]}} -{"id":"ec-meeting-2019-05-06-6182715b697bcd779b06a342883fa1305e0da02e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-05-06 - Cabinet of Vice-President Valdis Dombrovskis x Ārvalstu investoru padome Latvijā"],"date":["2019-05-06"],"summary":["European Semester CSRs implementation, reform agenda for Latvia"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Riga"],"address":["Riga"],"addressEntity":["addr-e98260de43e8b705667726783aef78b8badb67e7"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-771458019273-80","ec-person-a9eda2e8ea54b70a968327672c6cada679d3cd56"]}} -{"id":"ec-meeting-2019-05-06-c388c0903e9ad27292d4cd972a555fa7261c3c3f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-05-06 - Energy x Bloomberg L.P."],"date":["2019-05-06"],"summary":["the role of cities in driving the clean energy transition globally"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-214140728444-40","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2019-05-06-c7d6b07ed8374d54e55d6a68122b288a191a372b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-05-06 - Financial Stability, Financial Services and Capital Markets Union x Bloomberg L.P."],"date":["2019-05-06"],"summary":["Sustainable finance."],"location":["Brussels,Belgium"],"address":["Brussels,Belgium"],"addressEntity":["addr-9d219e3055790a627449ea0f4745c821332ece94"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-214140728444-40","ec-person-bdee7a93f95c8ef05079539170139b3c02e8ed96"]}} -{"id":"ec-meeting-2019-05-06-cb73bbf2872804cebb8ddd5be76b6273ba427bbe","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-05-06 - Cabinet of Vice-President Valdis Dombrovskis x SIA Monetizator"],"date":["2019-05-06"],"summary":["FinTech Actional Plan, implementation in Latvia; PSD2"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Riga"],"address":["Riga"],"addressEntity":["addr-e98260de43e8b705667726783aef78b8badb67e7"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-543848234684-84","ec-person-a9eda2e8ea54b70a968327672c6cada679d3cd56"]}} -{"id":"ec-meeting-2019-05-06-d9cbf79792ac92d5a2ee6c64e5411e246a66f3a4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-05-06 - Cabinet of Commissioner Phil Hogan x European Business Summit Network"],"date":["2019-05-06"],"summary":["Address Event & Q&A"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-a1a78365cc4685b0958056646204977d8f2ead92","eu-tr-268958411031-65"]}} -{"id":"ec-meeting-2019-05-06-e5f57c39bd4f38efbec1160c5e1470d555b024ff","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-05-06 - Cabinet of President Jean-Claude Juncker x Centre for European Policy Studies"],"date":["2019-05-06"],"summary":["Speech at CEPS Workshop \"The future of EMU reforms: at the mercy of the economic cycle?\""],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-98eba7ab1446c6dce384fdc2ecd48c7cadf9ee4e","eu-tr-86853666704-95"]}} -{"id":"ec-meeting-2019-05-07-01e729d92b4b93277f195f43a05c6584a68184ad","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-05-07 - Cabinet of Vice-President Miguel Arias Cañete x RECURSOS DE LA BIOMASA, S.L.U."],"date":["2019-05-07"],"summary":["European Renewable Energy"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-091307033426-21","ec-person-71f9b3c696abbda505f0fae6baec2c26e0c310dc"]}} -{"id":"ec-meeting-2019-05-07-0e39976e3f87ff588e8b81e79d432db6b0f7a1ab","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-05-07 - Energy x Stichting European Climate Foundation ROCKWOOL International A/S"],"date":["2019-05-07"],"summary":["the potential of energy efficiency and benefits of accelerating clean energy transition and climate neutrality for European economy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-64869491516-70","eu-tr-2301233810-42","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2019-05-07-1cab9f997d3d2e0fe11c147a80d578d9aef5e0c8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-05-07 - Secretariat-General x Wirtschaftsrat der CDU e.V."],"date":["2019-05-07"],"summary":["Speech entitled - \"Die Lage der Europäischen Union im Mai 2019: zwischen Kontinuität, Brexit und Neuanfang\""],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-sg"],"involved":["eu-tr-176334311014-43","ec-person-97a74c3df4cdf4db05e274aab8204536eca85f92"]}} -{"id":"ec-meeting-2019-05-07-1ee534ce89341ba54057e1891252d7a82dc654cd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-05-07 - Cabinet of Vice-President Andrus Ansip x European Tech Alliance"],"date":["2019-05-07"],"summary":["DSM legacy"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-e91c5be432b6b3efdda369792fed67c20b767a45","eu-tr-189607519323-76"]}} -{"id":"ec-meeting-2019-05-07-34225d65348e75c1b663c19d7beae8871f25b8fa","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-05-07 - Cabinet of Vice-President Miguel Arias Cañete x Hume Brophy EirGrid Group plc"],"date":["2019-05-07"],"summary":["Celitc Interconnector"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-1831691c10441c5974327bbeb8693d6b6c1e50c3","eu-tr-3843982938-44","eu-tr-984555020606-52","ec-person-2229c857664a22dcb8eee79a8c05841fd3d0924f"]}} -{"id":"ec-meeting-2019-05-07-37b41271d8e4d5f672c0ff031ce3600753268ca8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-05-07 - Energy x Mouvement des Entreprises de France"],"date":["2019-05-07"],"summary":["politique énergétique"],"location":["Bruxelles, Belgique"],"address":["Bruxelles, Belgique"],"addressEntity":["addr-dee45fa36f6fea7b6920132acb02f707e309643d"],"organizer":["ec-dg-ener"],"involved":["eu-tr-43763731235-75","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2019-05-07-49d31e9058840ad553cac283f63fe680cc8dede1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-05-07 - Cabinet of Commissioner Mariya Gabriel x Ericsson"],"date":["2019-05-07"],"summary":["5G cyber-security"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["ec-person-fc1068d79545d1659bf47e9b62bfb0aed175629e","eu-tr-02021363105-42"]}} -{"id":"ec-meeting-2019-05-07-694f65624fced386cf3523e002310889f6fc35e8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-05-07 - Cabinet of Vice-President Jyrki Katainen x Bird & Bird LLP"],"date":["2019-05-07"],"summary":["Industrial policy in the EU"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-594629632551-37","ec-person-ccd2797b568cba38993df7d1dcc985dbc1eb439a"]}} -{"id":"ec-meeting-2019-05-07-72ecc708117dbb76ca1ae98f2acff5a511852735","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-05-07 - Cabinet of First Vice-President Frans Timmermans x Albright Stonebridge Group LLC"],"date":["2019-05-07"],"summary":["Media freedom in Europe"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["ec-person-1bc3e2272ec82a894153feccd4f285ae594f7b3b","eu-tr-605588926461-31"]}} -{"id":"ec-meeting-2019-05-07-73e3181c5f3b04ac90390bffd55ee993be0c4694","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2019-05-07 - Cabinet of Vice-President Andrus Ansip x Cisco Systems Inc."],"date":["2019-05-07"],"summary":["DSM, cybersecurity","Cibersecurity"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-3ca0c466b8ff230d4409591430b388007ce14ff8","ec-person-91ca0921c6790191daa54427311acd63035e7c9e","eu-tr-494613715191-85","ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0"]}} -{"id":"ec-meeting-2019-05-07-78246f3ff1c0bc7457352caa680a7ce550bb0709","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-05-07 - Cabinet of Commissioner Pierre Moscovici x Discovery Capital Management, LLC"],"date":["2019-05-07"],"summary":["Exchange of views on the euro area economic situation and outlook"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Bxl - BERL"],"address":["Bxl - BERL"],"addressEntity":["addr-03c75f5a034154f66a11b6e0eb8eccc343b2a493"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["eu-tr-447187333291-94","ec-person-ac604755dc7677c8653a5a5172e851f7c8e468b4"]}} -{"id":"ec-meeting-2019-05-07-7a64180da0d28c37402ffa32b7bec391a3987d36","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-05-07 - Cabinet of Commissioner Věra Jourová x Albright Stonebridge Group LLC"],"date":["2019-05-07"],"summary":["Hate speech online"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["eu-tr-605588926461-31","ec-person-1e0e3a00ab815dea7c5b839b002ed2c7e34bfe0a"]}} -{"id":"ec-meeting-2019-05-07-995b2841b11ec9d61e22d5d1b77bdbd5aba06fac","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-05-07 - Cabinet of Commissioner Phil Hogan x Irish Farmers' Association"],"date":["2019-05-07"],"summary":["Rural Development"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-458700813641-37","ec-person-400dd8d59d3060187d9b9b143d697da1a3d03c12","ec-person-68b8e931bdd0cafe77ab8e98d87edbea128d6c49"]}} -{"id":"ec-meeting-2019-05-07-9eb7953aec5ef6ea543595ac33688d0e462802e8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-05-07 - Energy x ExxonMobil Petroleum & Chemical"],"date":["2019-05-07"],"summary":["energy policy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["ec-person-6997149120ce5129e38febe5275dc8fd03232d2e","eu-tr-0745650927-75"]}} -{"id":"ec-meeting-2019-05-07-a9e4aa37679a952ecb47031a8da4990fdbe19de5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-05-07 - Research and Innovation x European Science Foundation"],"date":["2019-05-07"],"summary":["ESF activities"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-rtd"],"involved":["ec-person-1d348f33395de0ea6773a7b4ae8797e3e0392f73","eu-tr-831120023433-89"]}} -{"id":"ec-meeting-2019-05-07-aa2e9a0884a576d8a1052b9bb258ae29bafccfdf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-05-07 - Cabinet of Vice-President Maroš Šefčovič x AMC Strategy"],"date":["2019-05-07"],"summary":["Kevin Sheekey confirmed Bloomberg Philanthropies’ engagement in the Global Covenant of Mayors as M. Bloomberg wishes to double down on climate action particularly through GCoM, both in the US and internationally. He emphasised the importance of the Commission as key institutional partner."],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-53a651a7157cc65c63972e59c546d17b05d6108a","ec-person-1f95be23689cd4ed0a26fe2980f760ccf2d55c1e","eu-tr-114802815648-64"]}} -{"id":"ec-meeting-2019-05-07-b6ff45af4c8966e36caccb402ffd81a2db2c2833","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-05-07 - Cabinet of Vice-President Cecilia Malmström x ASML Netherlands B.V."],"date":["2019-05-07"],"summary":["Export Control measures on the semi-conductor technologies, China Strategy"],"notes":["Portfolio: Trade"],"location":["Brussels, Belgium."],"address":["Brussels, Belgium."],"addressEntity":["addr-33bd2d1a8be5ca867aa9c0e8d89d1cd6a1a28684"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-20ded9db5df11164331bb161fdf234b1e5ad53fd","ec-person-ce1312d2a248f71fe74eed58aa5915cfa445bbba","ec-person-171e0bfe7e56605212c3c6e618a5d2d7fc23f75f","eu-tr-951243624669-74"]}} -{"id":"ec-meeting-2019-05-07-b7c58d3e64f98737f72f3909c796345cab37c3fc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-05-07 - Trade x MEDICINES FOR EUROPE"],"date":["2019-05-07"],"summary":["EU-US issues, EU trade agreements, FTAs"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-trade"],"involved":["ec-person-bde9bb099f5d24c52ca4a9255cefc99a5b87a650","eu-tr-48325781850-28"]}} -{"id":"ec-meeting-2019-05-07-bd238350b9227fef6c159642d442d329683e437b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-05-07 - Cabinet of Commissioner Violeta Bulc x European Transport Workers' Federation International Road Transport Union Permanent Delegation to the EU"],"date":["2019-05-07"],"summary":["handing over a joint IRU-ETF statement on safe and secure parking areas"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-92545571128-74","ec-person-4d2b449b5047ea3fda435a2a1c1081e3babcdf76","eu-tr-41802525291-86","ec-person-dd7851e4a1e747e824b4f81139e33bc3cdb73160"]}} -{"id":"ec-meeting-2019-05-07-c8f42a7a848cfc575277673c1a9ad5bacbb275a6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-05-07 - Cabinet of Vice-President Cecilia Malmström x Bird & Bird LLP"],"date":["2019-05-07"],"summary":["Glassfiber sectors in Trade Defense measures"],"notes":["Portfolio: Trade"],"location":["Brussels Belgium"],"address":["Brussels Belgium"],"addressEntity":["addr-61947d7d2c69c0b8f57325bd044f500c5fc6df48"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-594629632551-37","ec-person-ce1312d2a248f71fe74eed58aa5915cfa445bbba"]}} -{"id":"ec-meeting-2019-05-07-d373d826ef7b868980c04d677ce08e4844e709e4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-05-07 - Cabinet of Vice-President Cecilia Malmström x Equinor ASA"],"date":["2019-05-07"],"summary":["Conference on TRUST AND SECURITY IN THE DIGITAL ERA"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-171e0bfe7e56605212c3c6e618a5d2d7fc23f75f","eu-tr-4447605981-76"]}} -{"id":"ec-meeting-2019-05-07-d75a6241bea2c2cb33f37eaff5305705a5f44614","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-05-07 - Cabinet of First Vice-President Frans Timmermans x ClientEarth WeMove Europe SCE mbH Environmental association Za Zemiata Friends of the Earth Europe CEE Bankwatch Network"],"date":["2019-05-07"],"summary":["discussion on Struma Motorway, Bulgaria and Kresna Gorge case"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-321224733222-20","eu-tr-96645517357-19","eu-tr-712396828677-20","ec-person-8d1c5ff76a431332387aa10936b0bff13f7d71fd","eu-tr-9825553393-31","eu-tr-93834493808-49"]}} -{"id":"ec-meeting-2019-05-07-d91efc37da524fbbb0e7a4ce3bf04170e411a3ba","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2019-05-07 - Cabinet of Commissioner Julian King x Cisco Systems Inc."],"date":["2019-05-07"],"summary":["Cyber security","cyber security"],"notes":["Portfolio: Security Union"],"location":["Brussels, Belgium","Brussels"],"address":["Brussels, Belgium","Brussels"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306","addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-julian-king-of"],"involved":["ec-person-37c79733647a2293d1e96e976d3a72c6b707cb4c","ec-person-d79b91ed720b1c6bd49ce28254caac411bf07855","eu-tr-494613715191-85"]}} -{"id":"ec-meeting-2019-05-07-e05d6c1d76b9e732fd62f41d6426af5e18177cd9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-05-07 - Cabinet of President Jean-Claude Juncker x Jesuit European Social Centre"],"date":["2019-05-07"],"summary":["Climate Action"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-b1bf9aa5fb7e886441ff341b657cc482b64a2a3e","eu-tr-73391376305-20"]}} -{"id":"ec-meeting-2019-05-07-e7ea886b80a1d3f5e11880024bf60c7383bd3207","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-05-07 - Cabinet of Vice-President Andrus Ansip x Hume Brophy"],"date":["2019-05-07"],"summary":["Data sovereignty"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-3843982938-44","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45"]}} -{"id":"ec-meeting-2019-05-07-fc69081b0206f30cea405caf2e0de2a222900022","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-05-07 - Mobility and Transport x KLM Royal Dutch Airlines"],"date":["2019-05-07"],"summary":["aviation agreements"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-move"],"involved":["eu-tr-76441066192-30","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2019-05-07-ff96e40fb23b03b6c3f04ba9e03b99cb55acb09f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-05-07 - Financial Stability, Financial Services and Capital Markets Union x EUROFI"],"date":["2019-05-07"],"summary":["EUROFI agenda for Helsinki."],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-fisma"],"involved":["ec-person-bdee7a93f95c8ef05079539170139b3c02e8ed96","eu-tr-525103133519-45"]}} -{"id":"ec-meeting-2019-05-08-105286306fb01d9519bbd4d3979c157bf6fd316d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-05-08 - Health and Food Safety x EuroCommerce"],"date":["2019-05-08"],"summary":["EuroCommerce manifesto of priorities for the new Commission and European Parliament"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-sante"],"involved":["eu-tr-84973761187-60","ec-person-42d2108d723f9b9017ed589e3271e3156172daa7"]}} -{"id":"ec-meeting-2019-05-08-2c1a092348cdd3ef0dc1930b4485c7b9acfc13bb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-05-08 - Cabinet of Commissioner Carlos Moedas x IPSOS NV"],"date":["2019-05-08"],"summary":["Presentation of IPSOS Projects"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["eu-tr-886882434755-87","ec-person-23980b2bc4fd9c82051d0f7888dc236b2f764866"]}} -{"id":"ec-meeting-2019-05-08-46f23a09f14b602d089f61eeb118db1a9aa64fce","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-05-08 - Cabinet of Commissioner Carlos Moedas x White Rose University Consortium"],"date":["2019-05-08"],"summary":["Preparation for Horizon Europe"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-b8d49828915f9008e764a78796d47ea00807a658","eu-tr-479824719742-03"]}} -{"id":"ec-meeting-2019-05-08-678989957d930310d72d924668b843ca522491ad","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-05-08 - Cabinet of Commissioner Tibor Navracsics x IPSOS NV"],"date":["2019-05-08"],"summary":["Knowledge and evidence for policy-making"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-cb6aa96c497dead35eb0f2ed0339e5423d506549","ec-person-33076d1a800ce856f29bbab43813a5a80eef2da0","eu-tr-886882434755-87"]}} -{"id":"ec-meeting-2019-05-08-78ee8272220178bbb8ba470f122bd6b89041582a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-05-08 - Cabinet of First Vice-President Frans Timmermans x European Partners for the Environment"],"date":["2019-05-08"],"summary":["discussion on Sustainable Development and future of Europe"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-628766423953-43","ec-person-8d1c5ff76a431332387aa10936b0bff13f7d71fd"]}} -{"id":"ec-meeting-2019-05-08-7e42f81f40c8f18b01edea4a13426f365582e81c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-05-08 - Environment x NATURGY ENERGY GROUP"],"date":["2019-05-08"],"summary":["Energy transition and circular economy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-env"],"involved":["eu-tr-67833029261-54","ec-person-3bc74ce04ea3f4ab4d91a5c88eef25b8b8a213b4"]}} -{"id":"ec-meeting-2019-05-08-8f9405dbdbdcbfbf9a9191ee3577639bc13d9443","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-05-08 - Cabinet of Vice-President Karmenu Vella x Bloomberg L.P."],"date":["2019-05-08"],"summary":["Ocean Governance, Sustainable Business Summit"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["eu-tr-214140728444-40","ec-person-2966d69fae0ea4e67f3f2df5a743cc766267d3c8"]}} -{"id":"ec-meeting-2019-05-08-b93711dd3bd0cbd75359344f81a64c3113443c0e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-05-08 - Cabinet of Vice-President Andrus Ansip x Albright Stonebridge Group LLC"],"date":["2019-05-08"],"summary":["Media, disinformation"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-e91c5be432b6b3efdda369792fed67c20b767a45","eu-tr-605588926461-31","ec-person-1b5d370ac9c418626a6461f1ff6f08e5ec594595"]}} -{"id":"ec-meeting-2019-05-08-d875aa360dbde264c87ba9298876b6fd1b6703a4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-05-08 - Cabinet of Vice-President Miguel Arias Cañete x Association des Constructeurs Européens d'Automobiles ASOCIACIÓN ESPAÑOLA DE FABRICANTES DE AUTOMÓVILES Y CAMIONES"],"date":["2019-05-08"],"summary":["Latest developments in the EU in the field of Mobility"],"notes":["Portfolio: Climate Action & Energy"],"location":["Barcelona"],"address":["Barcelona"],"addressEntity":["addr-122a417e6dce08a4a554333bbc6e9922b62c1f31"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-814112514572-47","eu-tr-0649790813-47","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd"]}} -{"id":"ec-meeting-2019-05-09-1cf09b59ce031eb29b836f40023aec61b9d4b564","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-05-09 - Communications Networks, Content and Technology x National Association of Software and Services Companies"],"date":["2019-05-09"],"summary":["Discussion on EU-India ICT cooperation"],"location":["New Delhi, India"],"address":["New Delhi, India"],"addressEntity":["addr-4c8363afbce75d6b821d75736874f2778a861f66"],"organizer":["ec-dg-connect"],"involved":["eu-tr-255886420598-33","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2019-05-09-4918bda0c6ce761826675d7edcfcd56ee7972099","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-05-09 - Communications Networks, Content and Technology x EBG Federation"],"date":["2019-05-09"],"summary":["Testing & Certification of telecoms equipment, Impact of trade barriers & EBG vision for future"],"location":["Delhi, India"],"address":["Delhi, India"],"addressEntity":["addr-6ac83dac8defa67605de2c8f5b1cfcbd276040ec"],"organizer":["ec-dg-connect"],"involved":["eu-tr-051099523729-83","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2019-05-10-22930212f5de3383d24195393d14c49b20f3a728","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-05-10 - Cabinet of Vice-President Andrus Ansip x Netflix International B.V."],"date":["2019-05-10"],"summary":["AVMSD, Research Innovation"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-487726915971-30","ec-person-99b172d8fe23e00b94022cbd096978be2b48eb81","ec-person-1b5d370ac9c418626a6461f1ff6f08e5ec594595"]}} -{"id":"ec-meeting-2019-05-10-599827dc72f79028fbfc0c1d3d8b99a375775c91","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-05-10 - Cabinet of Commissioner Mariya Gabriel x Council of Bars and Law Societies of Europe"],"date":["2019-05-10"],"summary":["gender balance in digital skills"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-4760969620-65","ec-person-6cd1e3bf3a4eec9e9db49b32cf3d20ab7dbfe03f"]}} -{"id":"ec-meeting-2019-05-10-e69387561c1e6e998f8cb7ef6f5a0874fa17dbf8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-05-10 - Cabinet of Commissioner Elżbieta Bieńkowska x AeroSpace and Defence Industries Association of Europe"],"date":["2019-05-10"],"summary":["Reach regulation, supply chain communication, Waster Framework Directive Database"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-72699997886-57","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2019-05-10-ee8f215caccf8a7a97e8d0c78b8277bd87fc94fa","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-05-10 - Energy x NW Joules"],"date":["2019-05-10"],"summary":["les technologies propres de stockage et de batteries à recharge rapide, mobilité durable, sécurité du système énergétique"],"location":["Bruxelles, Belgique"],"address":["Bruxelles, Belgique"],"addressEntity":["addr-dee45fa36f6fea7b6920132acb02f707e309643d"],"organizer":["ec-dg-ener"],"involved":["eu-tr-025345534786-76","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2019-05-13-2597358b8cee881202bc5dc08c44e364f7a87273","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-05-13 - Cabinet of Vice-President Valdis Dombrovskis x NASDAQ"],"date":["2019-05-13"],"summary":["MiFID Implementation"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-76648765687-29","ec-person-30d770ccd575865b3106f94220ce1ace16e48f1a"]}} -{"id":"ec-meeting-2019-05-13-44fc27cfbe9f2f196a81b3ad1e7b72815577f05b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-05-13 - Cabinet of Vice-President Karmenu Vella x The Pew Charitable Trusts"],"date":["2019-05-13"],"summary":["Ocean Governance, Fisheries Subsidies, Fishing Opportunities"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["eu-tr-46834536998-79","ec-person-2966d69fae0ea4e67f3f2df5a743cc766267d3c8"]}} -{"id":"ec-meeting-2019-05-13-5559a897115a607427710de35afb81e411d23887","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-05-13 - Justice and Consumers x European Coalition for Corporate Justice"],"date":["2019-05-13"],"summary":["Human rights and business"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-just"],"involved":["eu-tr-48872621093-60","ec-person-7f02c085966bf7e9ecf267d0fa52c94a32d1687f"]}} -{"id":"ec-meeting-2019-05-13-6468972fb0a07a0c736c5b0215239b887fa33222","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-05-13 - Cabinet of Vice-President Jyrki Katainen x European agri-cooperatives European farmers"],"date":["2019-05-13"],"summary":["Common agricultural policy"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-09586631237-74","eu-tr-44856881231-49","ec-person-ccd2797b568cba38993df7d1dcc985dbc1eb439a"]}} -{"id":"ec-meeting-2019-05-13-678989957d930310d72d924668b843ca522491ad","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-05-13 - Cabinet of Commissioner Tibor Navracsics x IPSOS NV"],"date":["2019-05-13"],"summary":["Culture and sport in particular fair play in sports and the spiritual shift"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["BERL - Bxl"],"address":["BERL - Bxl"],"addressEntity":["addr-1293b145e93f5c2da7abb8dbbdc9493ad70f7215"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-49f31dad10f5641cb1d1e4c3107dd838389e8120","eu-tr-886882434755-87"]}} -{"id":"ec-meeting-2019-05-13-7bd214a0ff9d91456a25470554ceeb3387b676c4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-05-13 - Cabinet of Vice-President Valdis Dombrovskis x None"],"date":["2019-05-13"],"summary":["CMU, MiFID, PRIIPs, Sustainable Finance"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-995801715250-37","eu-tr-673667435536-39","ec-person-30d770ccd575865b3106f94220ce1ace16e48f1a","eu-tr-701266814986-18"]}} -{"id":"ec-meeting-2019-05-13-92e48455b08180c8702ddbc347957a381ceade22","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-05-13 - Cabinet of Vice-President Miguel Arias Cañete x Vinces Consulting"],"date":["2019-05-13"],"summary":["Long term strategy"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-400207831496-21","ec-person-2229c857664a22dcb8eee79a8c05841fd3d0924f"]}} -{"id":"ec-meeting-2019-05-13-b975453d5e146cde1158731644c9ee992edb6298","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-05-13 - Cabinet of Vice-President Cecilia Malmström x Capital International Management Company"],"date":["2019-05-13"],"summary":["China’s Economy"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-060963817274-71","ec-person-98880f3f4206145e196013db9dd806a551c11e06"]}} -{"id":"ec-meeting-2019-05-13-bd1818a4bacb64b11b34cf5e225f1ca107eb096a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-05-13 - Cabinet of Vice-President Jyrki Katainen x NASDAQ"],"date":["2019-05-13"],"summary":["MiFID Implementation."],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-76648765687-29","ec-person-567e71ed1b2c1e3f5ed12f2c3bedf7e9e69a9158"]}} -{"id":"ec-meeting-2019-05-13-c971484f8b8761e7867488c1d77722822620ba21","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-05-13 - Cabinet of Commissioner Carlos Moedas x Five AI Inc. Amadeus Capital Partners"],"date":["2019-05-13"],"summary":["Innovation support"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-b8d49828915f9008e764a78796d47ea00807a658","ec-person-23980b2bc4fd9c82051d0f7888dc236b2f764866","eu-tr-110386034541-01","eu-tr-873494734767-80"]}} -{"id":"ec-meeting-2019-05-13-f0458a5354e80fba3201b2ae8c1d616c54dc5de9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-05-13 - Cabinet of Vice-President Jyrki Katainen x European Association of Long-Term Investors"],"date":["2019-05-13"],"summary":["InvestEU"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90","eu-tr-977980112556-82"]}} -{"id":"ec-meeting-2019-05-13-f4a9f3fffd915e56400fdb799225df350d162f04","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-05-13 - Joint Research Centre x Tachyum"],"date":["2019-05-13"],"summary":["Update on development of the new chip of High-Performance Computing"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-jrc"],"involved":["ec-person-b3e6b7a4bd40eead1b939244f1cb4e9bdaf65f46","eu-tr-198947931231-25"]}} -{"id":"ec-meeting-2019-05-13-fbf6b879e7df934b5b24012f1fb4ee852c696fdb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-05-13 - Cabinet of Vice-President Valdis Dombrovskis x FTI Consulting Belgium Vanguard Asset Management Limited"],"date":["2019-05-13"],"summary":["Capital Markets Union"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-29896393398-67","ec-person-30d770ccd575865b3106f94220ce1ace16e48f1a","eu-tr-226354616978-90"]}} -{"id":"ec-meeting-2019-05-14-1e00e4a7b6dff1053333b904bffff60f7f636ae3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-05-14 - Cabinet of Vice-President Valdis Dombrovskis x Fleishman-Hillard"],"date":["2019-05-14"],"summary":["Capital Markets Union"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-56047191389-84","ec-person-30d770ccd575865b3106f94220ce1ace16e48f1a"]}} -{"id":"ec-meeting-2019-05-14-25bc7a394fe45d716978d8bc3d958d6aaaacff75","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-05-14 - Cabinet of Vice-President Günther Oettinger x Lufthansa Group"],"date":["2019-05-14"],"summary":["EU transport and climate policy"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-0714344663-32","ec-person-b17d355ca19058898aba2ec032de59f8701d47f5"]}} -{"id":"ec-meeting-2019-05-14-37beaccb65e53a055e121a0a1c53125d9424ba27","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-05-14 - Cabinet of Vice-President Jyrki Katainen x Aula Europe APCO Worldwide"],"date":["2019-05-14"],"summary":["Future industrial policy in the EU"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-88742028087-64","ec-person-af4fdbf97c89a6df87ab37d321d95829d657c940","ec-person-0da85dc48012e26688310a59a0b51727ea68f410","eu-tr-81995781088-41"]}} -{"id":"ec-meeting-2019-05-14-4ddd67359b4adf2fa8450ac762ad4f153645b52e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-05-14 - Cabinet of President Jean-Claude Juncker x Friends of Europe"],"date":["2019-05-14"],"summary":["Priorités de l'Union européenne à l'horizon 2025"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-99436366768-45","ec-person-98eba7ab1446c6dce384fdc2ecd48c7cadf9ee4e"]}} -{"id":"ec-meeting-2019-05-14-5c11fc70af05f9916ed71ee507e2690853550102","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-05-14 - Cabinet of Commissioner Carlos Moedas x Rolls-Royce plc"],"date":["2019-05-14"],"summary":["R&I ecosystems"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-0a716bf5253e913fc40ebf14c12f30dc2e7a06ee","eu-tr-58290033126-06"]}} -{"id":"ec-meeting-2019-05-14-5e83715064c5cf17af12a36ec1ec4d4df33712b4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-05-14 - Cabinet of Vice-President Maroš Šefčovič x Rolls-Royce plc"],"date":["2019-05-14"],"summary":["Decarbonisation, Energy and Micro-grids"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-e74918e8eb8a9ef96da8cb06c0eae7ac5080d822","eu-tr-58290033126-06"]}} -{"id":"ec-meeting-2019-05-14-9d49a567f776bf2b7fbd6bce72c2e4dd7fab5baa","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-05-14 - Cabinet of Vice-President Jyrki Katainen x Finance Denmark Finanssiala ry - Finance Finland Swedish Bankers´ Association Finance Norway"],"date":["2019-05-14"],"summary":["Basel Implementation"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-7328496842-09","eu-tr-53517281038-30","ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90","eu-tr-022027817030-67","eu-tr-20705158207-35"]}} -{"id":"ec-meeting-2019-05-14-a8ba9f180b6989af6102ab11b37e5bb8f1502c1d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-05-14 - Cabinet of Commissioner Julian King x DEKRA e.V."],"date":["2019-05-14"],"summary":["cyber security"],"notes":["Portfolio: Security Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-julian-king-of"],"involved":["ec-person-d79b91ed720b1c6bd49ce28254caac411bf07855","eu-tr-52624015528-97"]}} -{"id":"ec-meeting-2019-05-14-aaf88337bfc5a827fd5e9e481b4aa660a4f7cfd0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-05-14 - Cabinet of Vice-President Günther Oettinger x Schmitz Cargobull AG"],"date":["2019-05-14"],"summary":["EU transport and climate policy"],"notes":["Portfolio: Budget & Human Resources"],"location":["Altenberge"],"address":["Altenberge"],"addressEntity":["addr-4899c8d077a61175e74a7716b29d7d92bd63a61e"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-220054134732-23","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2019-05-14-ad024f557895e6b32ef370c0696035d871a71393","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-05-14 - Cabinet of Vice-President Cecilia Malmström x Asociación Agraria-Jóvenes Agricultores"],"date":["2019-05-14"],"summary":["Citrus sector"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-454914633134-83","ec-person-98880f3f4206145e196013db9dd806a551c11e06"]}} -{"id":"ec-meeting-2019-05-14-ae0b5693b2402d352bfba7692ef560e164d55d7a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-05-14 - Cabinet of Vice-President Andrus Ansip x Computer & Communications Industry Association"],"date":["2019-05-14"],"summary":["Platforms, data"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-15987896534-82","ec-person-e91c5be432b6b3efdda369792fed67c20b767a45"]}} -{"id":"ec-meeting-2019-05-14-b1ffa766f98c64513a563fd9193962ee3ad26278","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-05-14 - Cabinet of Commissioner Elżbieta Bieńkowska x None"],"date":["2019-05-14"],"summary":["collaborative economy"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-952721718748-34","ec-person-b2f9be51339f054477846797e2c119fcf16548fc","eu-tr-909920122714-84"]}} -{"id":"ec-meeting-2019-05-14-bd98ad9877eff97a66390401c496e7951ce39604","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-05-14 - Cabinet of Vice-President Valdis Dombrovskis x Intesa Sanpaolo"],"date":["2019-05-14"],"summary":["SME access to finance, sustainable finance, Fintech"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-24037141789-48","ec-person-30d770ccd575865b3106f94220ce1ace16e48f1a"]}} -{"id":"ec-meeting-2019-05-14-d423818f70da9afa7785be3d98fd0986d795e316","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-05-14 - Financial Stability, Financial Services and Capital Markets Union x Finance Denmark Finanssiala ry - Finance Finland Swedish Bankers´ Association"],"date":["2019-05-14"],"summary":["The finalization of Basel IV, and the European implementation of the new Basel requirements."],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-7328496842-09","eu-tr-53517281038-30","ec-person-bdee7a93f95c8ef05079539170139b3c02e8ed96","eu-tr-20705158207-35"]}} -{"id":"ec-meeting-2019-05-15-018013ef8db9c3cb7823651dabe3d25d59083d4b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-05-15 - Health and Food Safety x Association de l'Aviculture, de l'Industrie et du Commerce de Volailles dans les Pays de l'Union Europeenne asbl"],"date":["2019-05-15"],"summary":["safety of imported foods, Ukraine (EU Audit, Animal Health), Brazil (flesh scandal)"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-sante"],"involved":["ec-person-42d2108d723f9b9017ed589e3271e3156172daa7","eu-tr-9803788883-16"]}} -{"id":"ec-meeting-2019-05-15-0198bfdc4746108d5768fd47960336ebd879161c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-05-15 - Cabinet of Commissioner Margrethe Vestager x World Shipping Council"],"date":["2019-05-15"],"summary":["Competition Policy"],"notes":["Portfolio: Competition"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-margrethe-of-vestager"],"involved":["ec-person-0700cb0f43a2d20f4938902c4a086aca632d71fb","eu-tr-32416571968-71"]}} -{"id":"ec-meeting-2019-05-15-0cdaaae14c250545356014eef8305d799d61dacd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-05-15 - Cabinet of Vice-President Cecilia Malmström x EU-Japan Centre for Industrial Cooperation"],"date":["2019-05-15"],"summary":["EU-Japan trade relations"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-19b143e83f8ab978c55c8a9a9e49e06dbfa14bf3","eu-tr-374110414692-85"]}} -{"id":"ec-meeting-2019-05-15-135faa0ae6fe75472509164c630be4a512cff798","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-05-15 - Cabinet of Commissioner Mariya Gabriel x Bureau Européen des Unions de Consommateurs"],"date":["2019-05-15"],"summary":["AI Communication"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-9505781573-45","ec-person-fc1068d79545d1659bf47e9b62bfb0aed175629e"]}} -{"id":"ec-meeting-2019-05-15-2c8e9d6733ad40acb80ee69dd111b162d0f83478","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-05-15 - Task Force for Relations with the United Kingdom x Axel Springer SE"],"date":["2019-05-15"],"summary":["Meeting with the Task Force for Relations with the United Kingdom"],"location":["Berlin"],"address":["Berlin"],"addressEntity":["addr-062b06ba8e755765c6b049809b7430fd54fe5b21"],"organizer":["ec-dg-uktf"],"involved":["eu-tr-742417913824-11","ec-person-864cfa5fbc9b02a079ffbab1107f252c7bb08478"]}} -{"id":"ec-meeting-2019-05-15-481ba51e804e21c903f3ecedfed52ed0c9b9155b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-05-15 - Cabinet of Commissioner Carlos Moedas x MSD (Europe), Inc. (Merck Sharp & Dohme)"],"date":["2019-05-15"],"summary":["Health research in Horizon Europe"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["eu-tr-09824113589-92","ec-person-f7ccc3ad366dd2fdb24870e1c02ff2763539c82f"]}} -{"id":"ec-meeting-2019-05-15-5e1582d20e62fe2fb3dde51454e01266a8022ed6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-05-15 - Cabinet of Commissioner Violeta Bulc x Lufthansa Group"],"date":["2019-05-15"],"summary":["Meeting with Annual Global Partner Council of Lufthansa Cargo"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-4d2b449b5047ea3fda435a2a1c1081e3babcdf76","eu-tr-0714344663-32","ec-person-9d4dc4867a44dfe10f67ae7ee1706da3e8b48a24","ec-person-9fddf13de7f65229b7da7c5b25dca1630cad3c48"]}} -{"id":"ec-meeting-2019-05-15-872ee1db5d9b3aa42aaf3cf84bdfcc1b888eac45","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-05-15 - Cabinet of Commissioner Vytenis Andriukaitis x KPMG EMA Europartners."],"date":["2019-05-15"],"summary":["The future CE, the EC prospects in the food & health field, as well as on issues concerning the health and food safety portfolios"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["eu-tr-641713527153-40","eu-tr-65515368730-59","ec-person-0dbfffeb0323f819c8d57164906086dd8639c437"]}} -{"id":"ec-meeting-2019-05-15-8c1b20534a72639d81c8c7fe2169773af9cb4383","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-05-15 - Cabinet of Commissioner Tibor Navracsics x Ecole d'Enseignement Supérieur Consulaire ESCP Europe"],"date":["2019-05-15"],"summary":["Higher education and entrepreneurship in Europe"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["eu-tr-864565034752-58","ec-person-33076d1a800ce856f29bbab43813a5a80eef2da0"]}} -{"id":"ec-meeting-2019-05-15-9d7db5e949ae12d86dae2407d8430f7355707c4a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-05-15 - Mobility and Transport x World Shipping Council"],"date":["2019-05-15"],"summary":["C-BER"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-move"],"involved":["ec-person-26cdfacae671b09917bee1a91c91973941fa58a2","eu-tr-32416571968-71"]}} -{"id":"ec-meeting-2019-05-15-a4d9e8a17723cb5734006ec2a2f7ead35eb60161","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-05-15 - Cabinet of Commissioner Christos Stylianides x Deutsche Gesellschaft für Internationale Zusammenarbeit (GIZ) GmbH"],"date":["2019-05-15"],"summary":["Discussion on resilience and public-private partnerships"],"notes":["Portfolio: Humanitarian Aid & Crisis Management"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-christos-commissioner-of-stylianides"],"involved":["ec-person-34409381bed36941005c31d0165bac17f74a89d1","eu-tr-78346836208-90"]}} -{"id":"ec-meeting-2019-05-15-a812bf80382280f4ff628c5cea7b067b0fab2a7d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-05-15 - Cabinet of Vice-President Günther Oettinger x None"],"date":["2019-05-15"],"summary":["regional policy"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-344656434295-91","eu-tr-421644634757-40","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911","eu-tr-197447234268-82","eu-tr-438153634133-60","eu-tr-418732134720-23"]}} -{"id":"ec-meeting-2019-05-15-d51930308de18ef3be56389a97a53e0a1882f412","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-05-15 - Cabinet of Commissioner Vytenis Andriukaitis x The Brewers of Europe"],"date":["2019-05-15"],"summary":["Labelling of alcoholic beverages"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-b9c3f19e7c5f216e3e508f931ddd6a9cb59376d1","ec-person-d462b3c7daeee00ad55e380a7fb96819f79899df","eu-tr-81610896372-23"]}} -{"id":"ec-meeting-2019-05-15-e2fc667585813e003c5adddcafe99049c2c61878","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-05-15 - Cabinet of Vice-President Günther Oettinger x Groupement Européen des Sociétés d'Auteurs et Compositeurs"],"date":["2019-05-15"],"summary":["Copyright"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911","eu-tr-36529354479-57"]}} -{"id":"ec-meeting-2019-05-15-e4dd342fe56ca6f9ef249c58058999bcb5de3fe2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-05-15 - Cabinet of President Jean-Claude Juncker x Stichting European Climate Foundation"],"date":["2019-05-15"],"summary":["EU Strategic Agenda and advancing climate neutrality"],"notes":["Portfolio: President"],"location":["Brussels, Ocean Room, European Climate Foundation, 23 Rue de la Science"],"address":["Brussels, Ocean Room, European Climate Foundation, 23 Rue de la Science"],"addressEntity":["addr-3224e2a80a9f4251c6b9950974405c9424979ccc"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-b1bf9aa5fb7e886441ff341b657cc482b64a2a3e","eu-tr-64869491516-70"]}} -{"id":"ec-meeting-2019-05-15-e87e93845b7aafbebc2a1ba5a230a3eb2a119c98","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-05-15 - Communications Networks, Content and Technology x Orange Belgium"],"date":["2019-05-15"],"summary":["Belgian situation after the last market analysis about Fix and investments plans, Spectrum licenses"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-077243120460-16","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2019-05-16-03a06c90b1c54d5c9f577f07054b1491aed5bbcb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-05-16 - Secretariat-General x vbw - Vereinigung der Bayerischen Wirtschaft e. V."],"date":["2019-05-16"],"summary":["Speech entitled: Das neue EU-Datenschutzrecht zwischen Trump und Brexit"],"location":["Munich, Germany"],"address":["Munich, Germany"],"addressEntity":["addr-9d94c5e26679fe4980662a558a287b7999bb5690"],"organizer":["ec-dg-sg"],"involved":["eu-tr-49096067887-19","ec-person-97a74c3df4cdf4db05e274aab8204536eca85f92"]}} -{"id":"ec-meeting-2019-05-16-0804afdfdb1eaa85c671a35f0f6720651e0a6bbd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-05-16 - Cabinet of Vice-President Jyrki Katainen x RIO TINTO"],"date":["2019-05-16"],"summary":["Circular economy, critical raw materials, industrial policy, investments"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-c50e8c2cc390c5efb0626988d173bc6758459e0f","eu-tr-801751734399-10"]}} -{"id":"ec-meeting-2019-05-16-1319aa6273b01d591fa41a70254a593bf8fe8aba","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-05-16 - Cabinet of Commissioner Violeta Bulc x World Resources Institute"],"date":["2019-05-16"],"summary":["Meeting"],"notes":["Portfolio: Transport"],"location":["Maribor"],"address":["Maribor"],"addressEntity":["addr-dba6d331b10b61add24abcc9d9f087fdf08933a4"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-581250215524-23","ec-person-4d2b449b5047ea3fda435a2a1c1081e3babcdf76","ec-person-a9f4fe47da47a1b05bbfda9825908089d11bda93"]}} -{"id":"ec-meeting-2019-05-16-255db18b4ddafc91bd77ab9648c52188c09e2d42","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-05-16 - Cabinet of Vice-President Cecilia Malmström x European Round Table for Industry"],"date":["2019-05-16"],"summary":["current and future challenges for EU trade policy"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-171e0bfe7e56605212c3c6e618a5d2d7fc23f75f","eu-tr-25487567824-45"]}} -{"id":"ec-meeting-2019-05-16-55b7eb011ac0cd71360e35808cfed9cdd13ff87d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-05-16 - Financial Stability, Financial Services and Capital Markets Union x Deutsche Bank AG"],"date":["2019-05-16"],"summary":["Priorities of the next Commission and AML issues."],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-271912611231-56","ec-person-bdee7a93f95c8ef05079539170139b3c02e8ed96"]}} -{"id":"ec-meeting-2019-05-16-63ec2cd57b0cc5f2e3522919cd34db209389f20d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-05-16 - Cabinet of President Jean-Claude Juncker x Crédit Agricole S.A."],"date":["2019-05-16"],"summary":["Future challenges in EU banking legislation"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-c402e34a99fbee730ae22e3b1958e21c94dc6fcc","eu-tr-35147251117-11"]}} -{"id":"ec-meeting-2019-05-16-b636e1f4c2287d52342dacfdb991974017ee399c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-05-16 - Cabinet of Commissioner Violeta Bulc x Butan plin družba za distribucijo plina, d.d., Ljubljana"],"date":["2019-05-16"],"summary":["Meeting"],"notes":["Portfolio: Transport"],"location":["Maribor"],"address":["Maribor"],"addressEntity":["addr-dba6d331b10b61add24abcc9d9f087fdf08933a4"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-4d2b449b5047ea3fda435a2a1c1081e3babcdf76","eu-tr-921497232030-24","ec-person-a9f4fe47da47a1b05bbfda9825908089d11bda93"]}} -{"id":"ec-meeting-2019-05-16-b911d4de276c9ee050f124e45c32ed9974ceda0e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-05-16 - Cabinet of Commissioner Pierre Moscovici x RIO TINTO"],"date":["2019-05-16"],"summary":["Discussion on the Commission's initiative in the field of taxation and tax transparency"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["ec-person-1d299d025d2afdcba46db3d131b6197fab6e0c89","eu-tr-801751734399-10"]}} -{"id":"ec-meeting-2019-05-16-e00750772c5274ea4e2912ce5ab137b6f7295170","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-05-16 - Research and Innovation x The American European Community Association"],"date":["2019-05-16"],"summary":["Guest speaker in round-table"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-rtd"],"involved":["ec-person-1d348f33395de0ea6773a7b4ae8797e3e0392f73","eu-tr-307603023489-82"]}} -{"id":"ec-meeting-2019-05-16-f0b5ef21f051a4f5ee6d1b748597a5b3b069dd80","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-05-16 - Cabinet of Commissioner Phil Hogan x International Union for Conservation of Nature EU Representative Office"],"date":["2019-05-16"],"summary":["Organisation of round-tables with Farmers and NGOs"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-03518238467-61","ec-person-68b8e931bdd0cafe77ab8e98d87edbea128d6c49"]}} -{"id":"ec-meeting-2019-05-17-167f36b2ef92629fc59a022561b30951fa337e77","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-05-17 - Cabinet of Commissioner Violeta Bulc x MUST & Partners"],"date":["2019-05-17"],"summary":["Meeting with Atlantia"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-080551814378-33","ec-person-dd7851e4a1e747e824b4f81139e33bc3cdb73160"]}} -{"id":"ec-meeting-2019-05-17-3a86e7b0403deeeb447b1fd3facea410d14b9e89","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-05-17 - Cabinet of Commissioner Phil Hogan x Confederazione Generale dell'Industria Italiana"],"date":["2019-05-17"],"summary":["presentation of their proposal for the EU Reform"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-27762251795-15","ec-person-428cf365f3847d04012831ef2642a1a69aed518d"]}} -{"id":"ec-meeting-2019-05-17-675362d1f4084375d569063a1e55e4ea48d3e945","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-05-17 - Cabinet of Commissioner Mariya Gabriel x Federation of Small Businesses"],"date":["2019-05-17"],"summary":["women in enterprise, digital skills, female entrepreneurs"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-64802948320-88","ec-person-6cd1e3bf3a4eec9e9db49b32cf3d20ab7dbfe03f"]}} -{"id":"ec-meeting-2019-05-17-736d71c50757a8cb37276fcc30aac3b4efd40ccb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-05-17 - Environment x European Landowners' Organization asbl"],"date":["2019-05-17"],"summary":["Study on large carnivores"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-env"],"involved":["eu-tr-36063991244-88","ec-person-3bc74ce04ea3f4ab4d91a5c88eef25b8b8a213b4"]}} -{"id":"ec-meeting-2019-05-17-78120f118123de942c6c57a23a2e1567618f5967","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-05-17 - Cabinet of Commissioner Christos Stylianides x OXFAM INTERNATIONAL EU ADVOCACY OFFICE"],"date":["2019-05-17"],"summary":["Humanitarian Aid needs in LAC"],"notes":["Portfolio: Humanitarian Aid & Crisis Management"],"location":["brussels, berlaymont"],"address":["brussels, berlaymont"],"addressEntity":["addr-17656008935eaf41cbe159e69f803a7aa2966d18"],"organizer":["ec-cabinet-christos-commissioner-of-stylianides"],"involved":["ec-person-becb860ca4c4e8da70ae969e747cf49914810b59","eu-tr-46856801604-90"]}} -{"id":"ec-meeting-2019-05-17-85ad7b8c1c6f96add72560fc2ded361c48e5bd2a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-05-17 - Cabinet of Commissioner Violeta Bulc x SkyLabs vesoljske tehnologije d.o.o."],"date":["2019-05-17"],"summary":["Lunch meeting"],"notes":["Portfolio: Transport"],"location":["Maribor"],"address":["Maribor"],"addressEntity":["addr-dba6d331b10b61add24abcc9d9f087fdf08933a4"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-4d2b449b5047ea3fda435a2a1c1081e3babcdf76","eu-tr-508930925355-18","ec-person-a9f4fe47da47a1b05bbfda9825908089d11bda93"]}} -{"id":"ec-meeting-2019-05-17-95cff4de2c31df98851e6f20503a2b8a6d074eb8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-05-17 - Cabinet of Commissioner Elżbieta Bieńkowska x None"],"date":["2019-05-17"],"summary":["'Access to in-vehicle data' and EC recommendation on '5G, cybersecurity and data governance'"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["ec-person-b2f9be51339f054477846797e2c119fcf16548fc","eu-tr-69678928900-56","eu-tr-33885548180-35","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029","eu-tr-668292216120-05","eu-tr-84839535366-67"]}} -{"id":"ec-meeting-2019-05-17-ae349bae49e2acc4ade6f54d3412b94167b6fa05","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-05-17 - Cabinet of Commissioner Violeta Bulc x Confederation of European Paper Industries"],"date":["2019-05-17"],"summary":["Road transport issues"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-72279144480-58","ec-person-dd7851e4a1e747e824b4f81139e33bc3cdb73160"]}} -{"id":"ec-meeting-2019-05-17-eabc07c73980c8a605a89dd6595615e660cc3fe5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-05-17 - Cabinet of Vice-President Neven Mimica x Oxfam-Solidarité / Oxfam-Solidariteit"],"date":["2019-05-17"],"summary":["Situation in Venezuela and Nicaragua and Central America regarding inequality, land rights and sustainable development"],"notes":["Portfolio: International Cooperation & Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-mimica-neven-of-president-vice"],"involved":["eu-tr-535556132909-16","ec-person-e90858f5aba78fd0e1cb2f757c3f38d55d91f98b","ec-person-61daadad53de1eb7dcc08383b418ace3b6f971d7"]}} -{"id":"ec-meeting-2019-05-17-fb317877d18532e546f67506bddbad0eaf599436","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-05-17 - Cabinet of Commissioner Carlos Moedas x Bolt"],"date":["2019-05-17"],"summary":["Horizon Europe , EIC"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Paris"],"address":["Paris"],"addressEntity":["addr-22390ad11c32faec43fc61555b53607660b3c185"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["eu-tr-995377734447-25","ec-person-f7ccc3ad366dd2fdb24870e1c02ff2763539c82f","ec-person-23980b2bc4fd9c82051d0f7888dc236b2f764866"]}} -{"id":"ec-meeting-2019-05-20-00565618e14559bd74a5c27bfc4f113da34bb0ee","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-05-20 - Communications Networks, Content and Technology x Google"],"date":["2019-05-20"],"summary":["Copyright, [Intermediary liability] – Disinformation - Privacy/Security - AI and Emerging Technologies"],"location":["San Francisco, US"],"address":["San Francisco, US"],"addressEntity":["addr-3864431b385526aec85aecbf5a237b8d43dc0e0b"],"organizer":["ec-dg-connect"],"involved":["eu-tr-03181945560-59","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2019-05-20-25c74914fa9062aa63dc5f87e9337d5b997522ac","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-05-20 - Maritime Affairs and Fisheries x Environmental Justice Foundation"],"date":["2019-05-20"],"summary":["+ other NGOs: Exchange of views on the workings of the IUU Coalition"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-mare"],"involved":["eu-tr-817535514065-10","ec-person-a7b4b8418268a6d6c196b5e45f606fc92acbdb8c"]}} -{"id":"ec-meeting-2019-05-20-4290c64e8b9fee56632c69c2a227d881d436091c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-05-20 - Cabinet of Vice-President Valdis Dombrovskis x Insurance Ireland"],"date":["2019-05-20"],"summary":["Solvency II"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-978587826097-61","ec-person-30d770ccd575865b3106f94220ce1ace16e48f1a"]}} -{"id":"ec-meeting-2019-05-20-4304d8d1f0c7988745b6b42d0defb92925f82879","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-05-20 - Cabinet of Commissioner Phil Hogan x IDA International"],"date":["2019-05-20"],"summary":["Agri Matters"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Ireland"],"address":["Ireland"],"addressEntity":["addr-eb2131ece0efe78ee8bb1ae98af6099114a8df09"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-666680825604-55","ec-person-a1a78365cc4685b0958056646204977d8f2ead92"]}} -{"id":"ec-meeting-2019-05-20-44281a279e39e2058b9262f5d43e0316d2ce2434","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-05-20 - Cabinet of Vice-President Valdis Dombrovskis x AS SEB banka"],"date":["2019-05-20"],"summary":["Latest developments on the access to financing for SMEs in Europe and Latvia"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Riga"],"address":["Riga"],"addressEntity":["addr-e98260de43e8b705667726783aef78b8badb67e7"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-131944734850-48","ec-person-a9eda2e8ea54b70a968327672c6cada679d3cd56"]}} -{"id":"ec-meeting-2019-05-20-561484bb87c740efbf93b8533d6733f42a77bb6d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-05-20 - Communications Networks, Content and Technology x Meta Platforms Ireland Limited and its various subsidiaries (f/k/a Facebook Ireland Limited)"],"date":["2019-05-20"],"summary":["Future of regulation - Digital policy challenges in Europe - AI - AVMSD, Illegal content, disinformation, platforms"],"location":["San Francisco, US"],"address":["San Francisco, US"],"addressEntity":["addr-3864431b385526aec85aecbf5a237b8d43dc0e0b"],"organizer":["ec-dg-connect"],"involved":["eu-tr-28666427835-74","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2019-05-20-fed63be7d43d66c9d5af8a4ccace9ed4f5ddabc0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-05-20 - Cabinet of Vice-President Valdis Dombrovskis x Latvijas Tirdzniecības un rūpniecības kamera"],"date":["2019-05-20"],"summary":["European Semester, MFF and state of play with EU funds for Latvia"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Riga"],"address":["Riga"],"addressEntity":["addr-e98260de43e8b705667726783aef78b8badb67e7"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-029549234896-71","ec-person-a9eda2e8ea54b70a968327672c6cada679d3cd56"]}} -{"id":"ec-meeting-2019-05-21-026b4a42b00197f5f7a23d00817dc64ad804d9df","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-05-21 - Cabinet of Commissioner Carlos Moedas x Vodafone Belgium SA"],"date":["2019-05-21"],"summary":["Internet of things (IoT)"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["eu-tr-90142503473-81","ec-person-2b4bb0b28e7435e5f612e44d9664dbd1051efc55"]}} -{"id":"ec-meeting-2019-05-21-0ae17c35418cd70faae3992a70e96ef534c11c4f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-05-21 - Cabinet of Commissioner Christos Stylianides x Representation de l' Eglise de Grece aupres d' Union Europeenne"],"date":["2019-05-21"],"summary":["presentation of the EU Humanitarian priorities in the Middle East in 2019"],"notes":["Portfolio: Humanitarian Aid & Crisis Management"],"location":["brussels"],"address":["brussels"],"addressEntity":["addr-e2daa1574b7ac475c827b33e281bd2d5e013c882"],"organizer":["ec-cabinet-christos-commissioner-of-stylianides"],"involved":["eu-tr-157868119234-20","ec-person-cdd689bd079714522dad472ea4446b0fcc660d8f","ec-person-08c677aa002baa9f95be8a2d0aa3b89875e2badf"]}} -{"id":"ec-meeting-2019-05-21-1867f331ff639a500736935f6433393c06aaa803","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-05-21 - Cabinet of Vice-President Valdis Dombrovskis x SMEunited aisbl"],"date":["2019-05-21"],"summary":["Social Dialogue at the EU and national level"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Riga"],"address":["Riga"],"addressEntity":["addr-e98260de43e8b705667726783aef78b8badb67e7"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-55820581197-35","ec-person-a9eda2e8ea54b70a968327672c6cada679d3cd56"]}} -{"id":"ec-meeting-2019-05-21-19a6aff09a5e049bddd8010858720dcfb408e74f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-05-21 - Cabinet of Vice-President Günther Oettinger x Deutscher Bundesjugendring"],"date":["2019-05-21"],"summary":["MFF"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["ec-person-1a98ebdc65a0fda494d1f6eb6fb74247a3036490","eu-tr-10065894023-79"]}} -{"id":"ec-meeting-2019-05-21-2cec7b8b0ae6b9c2dc1c0ab6579fcf954f9c2b86","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-05-21 - Cabinet of Commissioner Phil Hogan x Syngenta Crop Protection AG"],"date":["2019-05-21"],"summary":["Agri Matters"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-a1a78365cc4685b0958056646204977d8f2ead92","eu-tr-16822412339-79"]}} -{"id":"ec-meeting-2019-05-21-305d8cd9adce0fa4b4004f6c059472548cc249f7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-05-21 - Maritime Affairs and Fisheries x ClientEarth AISBL"],"date":["2019-05-21"],"summary":["+ other NGOs: Workings of the Advisory Councils"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-mare"],"involved":["ec-person-a7b4b8418268a6d6c196b5e45f606fc92acbdb8c","eu-tr-96645517357-19"]}} -{"id":"ec-meeting-2019-05-21-59ca6378ffd47fe5b85036ffe311f5fe37023cd3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-05-21 - Communications Networks, Content and Technology x Apple Inc."],"date":["2019-05-21"],"summary":["Digital policy priorities, technology strategy, AI, Copyright, media policy, platforms, privacy, eHealth"],"location":["San Francisco, US"],"address":["San Francisco, US"],"addressEntity":["addr-3864431b385526aec85aecbf5a237b8d43dc0e0b"],"organizer":["ec-dg-connect"],"involved":["eu-tr-588327811384-96","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2019-05-21-88f9f376c7a6a107f03432d6d841e075e32c031e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-05-21 - Cabinet of Vice-President Valdis Dombrovskis x Civic Alliance-Latvia"],"date":["2019-05-21"],"summary":["Social dialogue at the EU and national level"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Riga"],"address":["Riga"],"addressEntity":["addr-e98260de43e8b705667726783aef78b8badb67e7"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-481881034804-93","ec-person-a9eda2e8ea54b70a968327672c6cada679d3cd56"]}} -{"id":"ec-meeting-2019-05-21-be3640d2d9898336624313ac7a1cb3051fe9fb8f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-05-21 - Communications Networks, Content and Technology x Twitter International Unlimited Company"],"date":["2019-05-21"],"summary":["-\tAI - Disinformation and code of conduct - Platform regulation - Copyright reform"],"location":["San Francisco, US"],"address":["San Francisco, US"],"addressEntity":["addr-3864431b385526aec85aecbf5a237b8d43dc0e0b"],"organizer":["ec-dg-connect"],"involved":["eu-tr-394491614001-72","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2019-05-21-cfd2c952f52b0570d7e4a6e62d7cdf0747502c8d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-05-21 - Cabinet of Vice-President Jyrki Katainen x Allianz SE"],"date":["2019-05-21"],"summary":["Long-term investment and EU outlook"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-05503341949-54","ec-person-c3d85c41b6b842aae5c953d41fda5f240a5d0969"]}} -{"id":"ec-meeting-2019-05-21-fc18d644e2ed2939125e858ddcceadc40f246b2e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-05-21 - Inspire, Debate, Engage and Accelerate Action x World Economic Forum"],"date":["2019-05-21"],"summary":["4th Industrial Revolution"],"location":["Geneva"],"address":["Geneva"],"addressEntity":["addr-eacb20159164fa15c55f87d7d66068b4b2ceaf39"],"organizer":["ec-dg-idea"],"involved":["eu-tr-389715028237-59","ec-person-4fe56a64c00b3e81c851b5538878b32481bd7d3c"]}} -{"id":"ec-meeting-2019-05-22-030853e6a4f1ec48d75e2b61a43f51d9a468a01d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-05-22 - Cabinet of Commissioner Elżbieta Bieńkowska x Bombardier Transportation Aula Europe APCO Worldwide"],"date":["2019-05-22"],"summary":["industrial policy"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-478836130634-43","eu-tr-81995781088-41","eu-tr-88742028087-64","ec-person-b2f9be51339f054477846797e2c119fcf16548fc"]}} -{"id":"ec-meeting-2019-05-22-3327972352f148853a659c1df6722c66cb2cb420","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-05-22 - Cabinet of President Jean-Claude Juncker x Fleishman-Hillard"],"date":["2019-05-22"],"summary":["Next Commission priorities"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-56047191389-84","ec-person-c402e34a99fbee730ae22e3b1958e21c94dc6fcc"]}} -{"id":"ec-meeting-2019-05-22-33477572f95a4c98732bcb97a1fae9fb97137db6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-05-22 - Cabinet of Commissioner Corina Crețu x Centre on European Relations (Scotland)"],"date":["2019-05-22"],"summary":["MFF - Post 2020 and role of local regional auhtorities"],"notes":["Portfolio: Regional Policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-corina-cretu-of"],"involved":["eu-tr-630607527258-37","ec-person-b6d8ffa1f6c665ea8de36b048d1320f9fe4a52fa"]}} -{"id":"ec-meeting-2019-05-22-3e31937e12753bcf77cbe359b1a872dab0579f65","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-05-22 - Internal Market, Industry, Entrepreneurship and SMEs x Bombardier Transportation"],"date":["2019-05-22"],"summary":["Discussion on EU Industrial and Competition Policy, Rail Sector and Public Procurement"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-grow"],"involved":["eu-tr-478836130634-43","ec-person-6299e47fea20df86a1b90bd5b033006b2cb35b5e"]}} -{"id":"ec-meeting-2019-05-22-454b19da91c9b9f3e3205aeebf75fcde89999cb8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-05-22 - Cabinet of Vice-President Maroš Šefčovič x Deutsche Bahn AG"],"date":["2019-05-22"],"summary":["Speech at the naming ceremony of an ICE train"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-4516220482-22","ec-person-1f95be23689cd4ed0a26fe2980f760ccf2d55c1e"]}} -{"id":"ec-meeting-2019-05-22-46593e63e909117da85749c9edf373cc63a83596","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-05-22 - Cabinet of Commissioner Carlos Moedas x Progressive Policy Institute"],"date":["2019-05-22"],"summary":["European elections"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["eu-tr-854255020074-46","ec-person-a6e757d2928b639b876fd492ddee1fc1420908bf"]}} -{"id":"ec-meeting-2019-05-22-51cf01788256cb99dfb1af3bc4bf91a1b4a17b32","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-05-22 - Cabinet of Commissioner Vytenis Andriukaitis x European Alcohol Policy Alliance"],"date":["2019-05-22"],"summary":["Labelling of alcoholic beverages"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-b9c3f19e7c5f216e3e508f931ddd6a9cb59376d1","eu-tr-01546986656-22","ec-person-df30d07ef698a52b9948b9c734db39196cf8541f"]}} -{"id":"ec-meeting-2019-05-22-59394dc7791497eb9f9ffa861ac2477eb5c9e990","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-05-22 - Cabinet of Vice-President Cecilia Malmström x Progressive Policy Institute"],"date":["2019-05-22"],"summary":["EU US Trade"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-854255020074-46","ec-person-cb8ca9ec2413722fa83484ed18dd76ace52d0118"]}} -{"id":"ec-meeting-2019-05-22-63d756523f346af1f42a6a551cd5978f8ef7a9a2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-05-22 - Cabinet of Commissioner Corina Crețu x European Public Real Estate Association"],"date":["2019-05-22"],"summary":["manifesto #webuildEU"],"notes":["Portfolio: Regional Policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-corina-cretu-of"],"involved":["eu-tr-09307393718-06","ec-person-c9d4945f28454cc49c4ea188c82e64b0dac3bd73"]}} -{"id":"ec-meeting-2019-05-22-6d30def60f39b9efe6b230b8f9151489908abde6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-05-22 - Cabinet of Vice-President Andrus Ansip x Technology Industries of Finland (Teknologiateollisuus ry)"],"date":["2019-05-22"],"summary":["AI, Data"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-99b172d8fe23e00b94022cbd096978be2b48eb81","eu-tr-39705603497-38"]}} -{"id":"ec-meeting-2019-05-22-7a932cd0be188dcedb1c0c951b341e26bd357150","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-05-22 - Cabinet of Vice-President Valdis Dombrovskis x European Public Real Estate Association"],"date":["2019-05-22"],"summary":["Solvency II, Capital Market Union, PEPP"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-09307393718-06","ec-person-30d770ccd575865b3106f94220ce1ace16e48f1a"]}} -{"id":"ec-meeting-2019-05-22-9add71b367c9179f20f2509c7d6ac5129808c32f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-05-22 - Energy x Forum Atomique Européen"],"date":["2019-05-22"],"summary":["Les évolutions du secteur nucléaire dans le contexte de la décarbonisation"],"location":["Bruxelles, Belgique"],"address":["Bruxelles, Belgique"],"addressEntity":["addr-dee45fa36f6fea7b6920132acb02f707e309643d"],"organizer":["ec-dg-ener"],"involved":["ec-person-6997149120ce5129e38febe5275dc8fd03232d2e","eu-tr-42433582-82"]}} -{"id":"ec-meeting-2019-05-22-9bb271802a400b5574175b1c16ed375ef742e7dc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-05-22 - Cabinet of Commissioner Violeta Bulc x Bombardier Transportation"],"date":["2019-05-22"],"summary":["Meeting with Daniel Desjardins, Bombardier Transportation"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-478836130634-43","ec-person-dd7851e4a1e747e824b4f81139e33bc3cdb73160"]}} -{"id":"ec-meeting-2019-05-22-fcc7be7a5101c6bbea271ca0b40a981624dc4a12","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-05-22 - Cabinet of Vice-President Maroš Šefčovič x Bellona Europa"],"date":["2019-05-22"],"summary":["Meeting with Dr Sweeney, Chairman of Zero Emissions Platform - CCUS and long-term decarbonisation"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-29934726424-76","ec-person-53a651a7157cc65c63972e59c546d17b05d6108a"]}} -{"id":"ec-meeting-2019-05-22-ff363e9da8d46d780557ee074a81506229cb87f4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-05-22 - Cabinet of Vice-President Andrus Ansip x Apple Inc."],"date":["2019-05-22"],"summary":["Platforms"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-e91c5be432b6b3efdda369792fed67c20b767a45","eu-tr-588327811384-96"]}} -{"id":"ec-meeting-2019-05-23-1b0120863d7d1df97dec2e9f71b6b286b68c5b8a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-05-23 - Cabinet of Vice-President Andrus Ansip x European CIO Association"],"date":["2019-05-23"],"summary":["DSM, AI"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-85172105610-37","ec-person-99b172d8fe23e00b94022cbd096978be2b48eb81"]}} -{"id":"ec-meeting-2019-05-23-2545435d6221d3c2af6ea0e51b60d9ccebaaccf4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-05-23 - Cabinet of Vice-President Jyrki Katainen x Metsäliitto Cooperative"],"date":["2019-05-23"],"summary":["Bioeconomy"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-962687110415-94","ec-person-ccd2797b568cba38993df7d1dcc985dbc1eb439a"]}} -{"id":"ec-meeting-2019-05-23-2f3bcf683a059600054a180cc6809d98e19cc011","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-05-23 - Cabinet of Commissioner Věra Jourová x Microsoft Corporation"],"date":["2019-05-23"],"summary":["Code of Conduct"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["eu-tr-0801162959-21","ec-person-1e0e3a00ab815dea7c5b839b002ed2c7e34bfe0a"]}} -{"id":"ec-meeting-2019-05-23-37b871d336fd8e0cf1b4b460577b663f9c013949","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-05-23 - Employment, Social Affairs and Inclusion x Air France-KLM"],"date":["2019-05-23"],"summary":["Meeting with Michiel Laumans, Coordinator International Affairs Air France/KLM, to discuss the membership of the SDC in Aviation"],"location":["Bruxelles"],"address":["Bruxelles"],"addressEntity":["addr-b58f5927b66d94a676970dc048485d4c6848f272"],"organizer":["ec-dg-empl"],"involved":["eu-tr-064616126640-05","ec-person-dd259fce880e1853f0beb087443bce6e7dea70d7"]}} -{"id":"ec-meeting-2019-05-23-4b1c3a1fad295d551bd49f9b55241986ebbcabb3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-05-23 - Cabinet of Vice-President Jyrki Katainen x European Aluminium AISBL"],"date":["2019-05-23"],"summary":["Circular economy, trade developments and Brexit"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90","eu-tr-9224280267-20"]}} -{"id":"ec-meeting-2019-05-23-82bcbf522d1e2b6ff6ba361a87961e708a5659eb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-05-23 - Cabinet of Vice-President Jyrki Katainen x Weber Shandwick ETIP ZEP"],"date":["2019-05-23"],"summary":["CCS role in economic activity and in industrial value chains"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-793300922868-60","ec-person-0da85dc48012e26688310a59a0b51727ea68f410","eu-tr-52836621780-65"]}} -{"id":"ec-meeting-2019-05-23-a68d7f16b6cd663dd1ad0e4afa7412500bf2b8ac","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-05-23 - Task Force for Relations with the United Kingdom x Umicore"],"date":["2019-05-23"],"summary":["Meeting with the Task Force for the Preparation and Conduct of the Negotiations with the United Kingdom under Article 50 TEU"],"location":["Hoboken, Antwerp"],"address":["Hoboken, Antwerp"],"addressEntity":["addr-72c440a28ed882e3cdb65258e8df57b333f11a29"],"organizer":["ec-dg-uktf"],"involved":["eu-tr-78662404191-38","ec-person-864cfa5fbc9b02a079ffbab1107f252c7bb08478"]}} -{"id":"ec-meeting-2019-05-23-c667dc68b589fe3616bf99f51e9d99b047255f02","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-05-23 - Cabinet of Commissioner Věra Jourová x Norton Rose Fulbright LLP"],"date":["2019-05-23"],"summary":["AMLD"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["eu-tr-512149323507-33","ec-person-f329292459cb1badb7fb7c6b67b698c441931bb2"]}} -{"id":"ec-meeting-2019-05-23-dcf76f4f13207a81f19df8c04bc2dd34ed06348d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-05-23 - Cabinet of Commissioner Phil Hogan x Comité Européen des Entreprises Vins"],"date":["2019-05-23"],"summary":["Agriculture issues"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-2663914841-28","ec-person-c9d17d5879383b030f61a4066848249fb35d57e4"]}} -{"id":"ec-meeting-2019-05-23-e1a3a1734dab107c6ab11abdd8fdb93aa034f7b4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-05-23 - Internal Market, Industry, Entrepreneurship and SMEs x Metsäliitto Cooperative"],"date":["2019-05-23"],"summary":["Discuss Bio and Circular Economy, climate change mitigation, forestry and forest management, and UN SDGs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-grow"],"involved":["ec-person-6299e47fea20df86a1b90bd5b033006b2cb35b5e","eu-tr-962687110415-94"]}} -{"id":"ec-meeting-2019-05-23-e3e863825be0add31244f8966500999cbda6c74b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-05-23 - Cabinet of Commissioner Marianne Thyssen x Pensioenfederatie (Federation of the Dutch Pension Funds)"],"date":["2019-05-23"],"summary":["Future of pension adequacy linking it to the European climate agenda"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["ec-person-ce19440eacb8fd67f534bdbcce33a1c4cedfd071","eu-tr-84476202986-17"]}} -{"id":"ec-meeting-2019-05-23-e73966060fc10c896cde2edc89ceb9646532b819","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-05-23 - Cabinet of Vice-President Valdis Dombrovskis x Third Generation Environmentalism Ltd"],"date":["2019-05-23"],"summary":["Sustainable Finance"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-07783117686-61","ec-person-30d770ccd575865b3106f94220ce1ace16e48f1a","ec-person-537401fc0be04984531b83660f416bf2fe14fbd8"]}} -{"id":"ec-meeting-2019-05-23-eb450afc05b9e6a1b7115bc4a01d8721fb3416b8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-05-23 - Cabinet of Vice-President Karmenu Vella x Federation of Associations for Hunting & Conservation of the EU"],"date":["2019-05-23"],"summary":["Birds & Habitats Policies"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["ec-person-9e282d5223d0f62146ce1013e2dac38adc89a4cf","eu-tr-75899541198-85","ec-person-0e3efd8bc1c3ee9a80205d0bb78f316fa1621e5d"]}} -{"id":"ec-meeting-2019-05-23-ed0c432b2a5f5b2c1b0d87a9d67a51d57c0809d1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-05-23 - Cabinet of President Jean-Claude Juncker x Konrad-Adenauer-Stiftung"],"date":["2019-05-23"],"summary":["Energy Union and Climate Action"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-b1bf9aa5fb7e886441ff341b657cc482b64a2a3e","eu-tr-510151427278-94"]}} -{"id":"ec-meeting-2019-05-23-ede434ab32fff11016722d4ff562d2dfe29db267","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-05-23 - Cabinet of Vice-President Andrus Ansip x Cercle des Réseaux européens"],"date":["2019-05-23"],"summary":["DSM legacy and challenges for future"],"notes":["Portfolio: Digital Single Market"],"location":["Paris"],"address":["Paris"],"addressEntity":["addr-22390ad11c32faec43fc61555b53607660b3c185"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-6a03bc4fa7657513ea34529e98dba0671ef4c849","eu-tr-212885415901-57"]}} -{"id":"ec-meeting-2019-05-23-fea1fcf893a5feeba516e7be685c1549bfe93223","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-05-23 - Informatics x Atos SE (France)"],"date":["2019-05-23"],"summary":["digitisation approaches and the technology landscape, with a particular focus on innovation and organisational development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-digit"],"involved":["eu-tr-249876817241-03","ec-person-32591d36027eb92a66b57d5bcc8c57d9574380b0"]}} -{"id":"ec-meeting-2019-05-24-12bd498e227ee3cefa7da12a27189c319e69016b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-05-24 - Cabinet of Commissioner Tibor Navracsics x Lifelong Learning Platform"],"date":["2019-05-24"],"summary":["Meet on education Summit in September"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-1da7ee09d46288ee4ea9db2b644bdcf9c3d6d000","eu-tr-74923516160-01"]}} -{"id":"ec-meeting-2019-05-24-4177dd2c17b89bfc77a178c191c6ac6f174cd3a7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-05-24 - Justice and Consumers x Centre for European Reform"],"date":["2019-05-24"],"summary":["State of play EPPO"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-just"],"involved":["eu-tr-524976815651-12","ec-person-7f02c085966bf7e9ecf267d0fa52c94a32d1687f"]}} -{"id":"ec-meeting-2019-05-24-7f20489aad06ab17ad6dd64a8d5be96a8bdb3958","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-05-24 - Cabinet of Commissioner Mariya Gabriel x European Bureau for Conservation and Development"],"date":["2019-05-24"],"summary":["Global Wo.Men Hub"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-704526524109-47","ec-person-6cd1e3bf3a4eec9e9db49b32cf3d20ab7dbfe03f"]}} -{"id":"ec-meeting-2019-05-24-854c9c6e3dffdb4dd618eacf5b8decf3f49d55f0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-05-24 - Climate Action x International Air Transport Association"],"date":["2019-05-24"],"summary":["Aviation and climate policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-clima"],"involved":["ec-person-9c5c685692a09a77f2bc8ae9c05663b87cd75aae","eu-tr-1805107590-28"]}} -{"id":"ec-meeting-2019-05-24-90d2effc47c41f28eaac8077b72cb2da29c2047e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-05-24 - Cabinet of Vice-President Cecilia Malmström x Association des Constructeurs Européens d'Automobiles"],"date":["2019-05-24"],"summary":["EU-US relations; Mercosur negotiations; steel safeguards"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-20ded9db5df11164331bb161fdf234b1e5ad53fd","eu-tr-0649790813-47"]}} -{"id":"ec-meeting-2019-05-24-bf2989a023a0158ee5583b80e8fb55714ec31edd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-05-24 - Cabinet of Vice-President Karmenu Vella x European Landowners' Organization asbl"],"date":["2019-05-24"],"summary":["Wolf study"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["ec-person-9e282d5223d0f62146ce1013e2dac38adc89a4cf","eu-tr-36063991244-88","ec-person-0e3efd8bc1c3ee9a80205d0bb78f316fa1621e5d"]}} -{"id":"ec-meeting-2019-05-27-c93b70a38f356236e9511744c71bac98edf66bef","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-05-27 - Cabinet of Commissioner Julian King x Microsoft Corporation"],"date":["2019-05-27"],"summary":["Cyber security"],"notes":["Portfolio: Security Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-julian-king-of"],"involved":["eu-tr-0801162959-21","ec-person-ca8657bb707da1a6a3aad07666e8e325d5faa7e3"]}} -{"id":"ec-meeting-2019-05-27-e1367fcd69f3a26f6acc54b24f19da3a8db75949","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-05-27 - Energy x Swissgrid AG"],"date":["2019-05-27"],"summary":["La coopération UE-Suisse dans le domaine du marché de l’électricité"],"location":["Bruxelles, Belgique"],"address":["Bruxelles, Belgique"],"addressEntity":["addr-dee45fa36f6fea7b6920132acb02f707e309643d"],"organizer":["ec-dg-ener"],"involved":["ec-person-6997149120ce5129e38febe5275dc8fd03232d2e","eu-tr-60493327921-85"]}} -{"id":"ec-meeting-2019-05-28-25bc7a394fe45d716978d8bc3d958d6aaaacff75","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-05-28 - Cabinet of Vice-President Günther Oettinger x Lufthansa Group"],"date":["2019-05-28"],"summary":["EU transport and climate policy"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-0714344663-32","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2019-05-28-2cc9aa9435154a8118b435974085ff55d1418801","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-05-28 - Secretariat-General x Cámara Oficial de Comercio, Industria, Servicios y Navegación de España"],"date":["2019-05-28"],"summary":["Speech entitled: The European Union in May 2019 - Between renewal, Brexit and refoundation"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-sg"],"involved":["ec-person-97a74c3df4cdf4db05e274aab8204536eca85f92","eu-tr-934667112465-59"]}} -{"id":"ec-meeting-2019-05-28-3c30ac847bc554f0b07a614abcd3e454e2fd58de","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-05-28 - Environment x Centre National d'Etudes Spatiales"],"date":["2019-05-28"],"summary":["Environment and space applications"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-env"],"involved":["eu-tr-605771724943-68","ec-person-3bc74ce04ea3f4ab4d91a5c88eef25b8b8a213b4"]}} -{"id":"ec-meeting-2019-05-28-4e076e6b76dd1c396cfd346800d1ffecb1968c48","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-05-28 - Cabinet of Commissioner Elżbieta Bieńkowska x Cobalt Institute"],"date":["2019-05-28"],"summary":["industrial policy, climate and the circular economy"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-777244615994-94","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2019-05-28-58f4019bc1e0f9b3e4be7925432b2c1ecc2518f1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-05-28 - Cabinet of Commissioner Phil Hogan x Conseil Européen des Jeunes Agriculteurs"],"date":["2019-05-28"],"summary":["Address Event & Q&A"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-849413211923-25","ec-person-a1a78365cc4685b0958056646204977d8f2ead92"]}} -{"id":"ec-meeting-2019-05-28-5de96836dfae90719fbde8cc0d4b9e0975eca1df","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-05-28 - Cabinet of Vice-President Miguel Arias Cañete x Intesa Sanpaolo"],"date":["2019-05-28"],"summary":["Report on Mediterranean and Italian Energy"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-3eac19199bd5dbac49f504d2610a9066dddbfe57","eu-tr-24037141789-48"]}} -{"id":"ec-meeting-2019-05-28-677f5b9208f99e2ed3e78fd736abc18a8d738bc2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-05-28 - Trade x EuroCommerce"],"date":["2019-05-28"],"summary":["Priorities"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-trade"],"involved":["ec-person-bde9bb099f5d24c52ca4a9255cefc99a5b87a650","eu-tr-84973761187-60"]}} -{"id":"ec-meeting-2019-05-28-700088b0d266978fb8bdc05aa46a20158fa74e62","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-05-28 - Cabinet of Vice-President Maroš Šefčovič x EUGINE - European Engine Power Plants Association"],"date":["2019-05-28"],"summary":["Green finance"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-e74918e8eb8a9ef96da8cb06c0eae7ac5080d822","eu-tr-033807913798-84"]}} -{"id":"ec-meeting-2019-05-28-946f231bb7f05d6ed82e4bbd449d7e1d50098cc3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-05-28 - Cabinet of First Vice-President Frans Timmermans x CONCORD Europe"],"date":["2019-05-28"],"summary":["discussion on the implementation of SDGs"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-34478709670-34","ec-person-8d1c5ff76a431332387aa10936b0bff13f7d71fd"]}} -{"id":"ec-meeting-2019-05-28-9b68567eecc7d4c42901211e3147e48e14b338b3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-05-28 - Mobility and Transport x Lufthansa Group"],"date":["2019-05-28"],"summary":["aviation, SES"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-move"],"involved":["eu-tr-0714344663-32","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2019-05-28-9c7040e606b2c49116d55734aa616468d051abdb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-05-28 - Energy x Luossavaara - Kiirunavaara Aktiebolag"],"date":["2019-05-28"],"summary":["sustainability & competitiveness, clean energy transition & long term strategy for industry & decarbonisation"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-519256623442-26","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2019-05-28-b09deec53f533171549ffab35f433ab291a45535","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-05-28 - Cabinet of First Vice-President Frans Timmermans x European Foundation Centre Donors and Foundations Networks in Europe"],"date":["2019-05-28"],"summary":["Rule of Law"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-78855711571-12","ec-person-01b0efc259ff923af8b8d082662adf4ce30869d3","eu-tr-060243428664-85"]}} -{"id":"ec-meeting-2019-05-28-b8e79b07583134a40da4a5c6a1a6bc784c2ee2cf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-05-28 - Energy x EUTurbines"],"date":["2019-05-28"],"summary":["The potential of EU gas & steam turbine manufacturers to contribute to the clean energy transition"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-75093131694-63","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2019-05-28-d493986ec699dfa44b97dfaa38c0eb201cee6764","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-05-28 - Cabinet of Vice-President Jyrki Katainen x Cobalt Institute Rud Pedersen Public Affairs Brussels"],"date":["2019-05-28"],"summary":["Climate action and circular economy"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-165838227131-07","eu-tr-777244615994-94","ec-person-0da85dc48012e26688310a59a0b51727ea68f410"]}} -{"id":"ec-meeting-2019-05-28-f1e82a705fc94ae4352e83c1ea0945007bdd107a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-05-28 - Cabinet of Vice-President Karmenu Vella x Cobalt Institute"],"date":["2019-05-28"],"summary":["Chemicals and Cobalt in particular"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["eu-tr-777244615994-94","ec-person-e3c587153be49902cde115f568bd5e9a9d548743"]}} -{"id":"ec-meeting-2019-05-29-007581fd250e6b37f044bc4a766cde280030c788","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-05-29 - Cabinet of Vice-President Karmenu Vella x Sustainable Apparel Coalition"],"date":["2019-05-29"],"summary":["Sustainable Textiles"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["eu-tr-386442014980-19","ec-person-e3c587153be49902cde115f568bd5e9a9d548743"]}} -{"id":"ec-meeting-2019-05-29-55cfa89f26c3895ba7b852eb5399cf5a82baafa0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-05-29 - Cabinet of Vice-President Günther Oettinger x Rechtsanwalt Rezzo Schlauch"],"date":["2019-05-29"],"summary":["European culture and sports"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911","eu-tr-290919727693-91"]}} -{"id":"ec-meeting-2019-05-29-579da6a3bb89d1cfe55a11c74240c43213c34baa","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-05-29 - Mobility and Transport x Helmes"],"date":["2019-05-29"],"summary":["Intelligent Transport Systems"],"location":["Tallinn, Estonia"],"address":["Tallinn, Estonia"],"addressEntity":["addr-b80d0713f0edceb178f0049f32c8e1803c061ccc"],"organizer":["ec-dg-move"],"involved":["eu-tr-817188034137-93","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2019-05-29-633b19a1cbc68d09b27b80c26169e53cc9891731","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-05-29 - Cabinet of Vice-President Miguel Arias Cañete x EPIA SolarPower Europe"],"date":["2019-05-29"],"summary":["National Energy and Climate Plans."],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-2680046412-48","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd"]}} -{"id":"ec-meeting-2019-05-29-66a74db3af894f76cf1091184e137a4a8e525754","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-05-29 - Cabinet of Vice-President Günther Oettinger x Verband der Automobilindustrie"],"date":["2019-05-29"],"summary":["European elections"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-95574664768-90","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2019-05-29-690934db959a73645a3fdd28178de4d94c4c8e2f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-05-29 - Employment, Social Affairs and Inclusion x EUROPEAN TRADE UNION CONFEDERATION"],"date":["2019-05-29"],"summary":["Meeting with the leaders of ETUC, ETUI and EZA to discuss the relations with the EC and Framework Agreement in connection with the Multiannual financial framework for 2021-2027 and the financial stability for Operating Grants."],"location":["Bruxelles"],"address":["Bruxelles"],"addressEntity":["addr-b58f5927b66d94a676970dc048485d4c6848f272"],"organizer":["ec-dg-empl"],"involved":["eu-tr-06698681039-26","ec-person-dd259fce880e1853f0beb087443bce6e7dea70d7"]}} -{"id":"ec-meeting-2019-05-29-7779881b46dc0481a4e95a3e3f9538e22fd023bd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-05-29 - Cabinet of Commissioner Pierre Moscovici x Transport and Environment (European Federation for Transport and Environment)"],"date":["2019-05-29"],"summary":["Environmental Taxation"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["ec-person-3cbeba61ae952f06fe4916c381438ebbc676a597","ec-person-1d299d025d2afdcba46db3d131b6197fab6e0c89","eu-tr-58744833263-19","ec-person-4d74d0c260dc052838b8da02f72e7322f6cfc514"]}} -{"id":"ec-meeting-2019-05-29-8b328bd75c37093831bfce5b5174f66c3ebef62b","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2019-05-29 - Cabinet of Commissioner Julian King x Make UK, the manufacturers' organisation (formerly EEF)"],"date":["2019-05-29"],"summary":["security issues related to industry"],"notes":["Portfolio: Security Union"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-julian-king-of"],"involved":["ec-person-37c79733647a2293d1e96e976d3a72c6b707cb4c","eu-tr-014218910510-57","ec-person-c5e8e10f494a7f5d0de6124025a80a8ec47c283a"]}} -{"id":"ec-meeting-2019-05-29-8e292216e12fa2cc421069c3db5a2fa79dca7413","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-05-29 - Cabinet of First Vice-President Frans Timmermans x Sustainable Apparel Coalition"],"date":["2019-05-29"],"summary":["discussion on circular economy and textiles"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-386442014980-19","ec-person-8d1c5ff76a431332387aa10936b0bff13f7d71fd"]}} -{"id":"ec-meeting-2019-05-29-b503a8b9f9810556f8d34d3a85cde170e47d3bf6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-05-29 - Cabinet of Commissioner Julian King x Twitter International Company"],"date":["2019-05-29"],"summary":["Cyber security"],"notes":["Portfolio: Security Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-julian-king-of"],"involved":["eu-tr-394491614001-72","ec-person-ca8657bb707da1a6a3aad07666e8e325d5faa7e3"]}} -{"id":"ec-meeting-2019-05-29-cbf061fa00f4e2d1ab4697fdef144e3ee44869fa","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-05-29 - Employment, Social Affairs and Inclusion x Council of European Employers of the Metal, Engineering and Technology-based Industries"],"date":["2019-05-29"],"summary":["Meeting with Diego Andreis President of Ceemet to discuss current social and employment policy issues with you and the upcoming Commission Work Programme."],"location":["Bruxelles"],"address":["Bruxelles"],"addressEntity":["addr-b58f5927b66d94a676970dc048485d4c6848f272"],"organizer":["ec-dg-empl"],"involved":["eu-tr-61370904700-45","ec-person-dd259fce880e1853f0beb087443bce6e7dea70d7"]}} -{"id":"ec-meeting-2019-05-29-d8102b280da4c84ecca0b612eb8166011d3f0947","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-05-29 - Cabinet of Commissioner Julian King x Google"],"date":["2019-05-29"],"summary":["Cyber security"],"notes":["Portfolio: Security Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-julian-king-of"],"involved":["ec-person-ca8657bb707da1a6a3aad07666e8e325d5faa7e3","eu-tr-03181945560-59"]}} -{"id":"ec-meeting-2019-06-02-94ca73ee5dcd70d9e1ab95b8de3804aab9961126","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-06-02 - Cabinet of Commissioner Violeta Bulc x Deutsche Bank AG Airbus Leonardo S.p.A. A.P. Møller - Mærsk A/S THALES European Chamber of Commerce in Korea"],"date":["2019-06-02"],"summary":["Lunch with Korean industry stakeholders"],"notes":["Portfolio: Transport"],"location":["Mission to Seoul"],"address":["Mission to Seoul"],"addressEntity":["addr-696a1250734cc0b1a022863c580bed21865b0632"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-02550382403-01","eu-tr-680443918500-51","eu-tr-2732167674-76","eu-tr-91711831031-23","eu-tr-271912611231-56","ec-person-4d2b449b5047ea3fda435a2a1c1081e3babcdf76","eu-tr-695571618824-45","ec-person-9d4dc4867a44dfe10f67ae7ee1706da3e8b48a24"]}} -{"id":"ec-meeting-2019-06-02-b9218b3946beadb5f19f871ae2cd743485f2bad0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-06-02 - Cabinet of Commissioner Violeta Bulc x International Air Transport Association"],"date":["2019-06-02"],"summary":["75th IATA Annual General Meeting (AGM)"],"notes":["Portfolio: Transport"],"location":["Mission to Seoul"],"address":["Mission to Seoul"],"addressEntity":["addr-696a1250734cc0b1a022863c580bed21865b0632"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-4d2b449b5047ea3fda435a2a1c1081e3babcdf76","eu-tr-1805107590-28","ec-person-9d4dc4867a44dfe10f67ae7ee1706da3e8b48a24"]}} -{"id":"ec-meeting-2019-06-03-287fcfe0e4b01fc4f47c10ddeb98b39ab5a6b0dd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-06-03 - Cabinet of Commissioner Carlos Moedas x UNINOVA-Instituto de Desenvolvimento de Novas Tecnologias"],"date":["2019-06-03"],"summary":["Hand over of the IUMRS Global Leadership and Service Award"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-01051f0f33bfdc2ecc41873c02cae666c5e0d099","eu-tr-256799815101-78","ec-person-23980b2bc4fd9c82051d0f7888dc236b2f764866"]}} -{"id":"ec-meeting-2019-06-03-2e1e664fafb9a388d57624fe05d3989f9ba7adb0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-06-03 - Cabinet of Vice-President Andrus Ansip x European DIGITAL SME Alliance"],"date":["2019-06-03"],"summary":["Europe’s digital future and the role of SMEs"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-082698126468-52","ec-person-6a03bc4fa7657513ea34529e98dba0671ef4c849"]}} -{"id":"ec-meeting-2019-06-03-3f391657b996e6569f875c5fbc2343e2f7afc818","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-06-03 - Cabinet of Vice-President Günther Oettinger x Deutsches Institut für Wirtschaftsforschung"],"date":["2019-06-03"],"summary":["Economic situation/MFF"],"notes":["Portfolio: Budget & Human Resources"],"location":["Berlin"],"address":["Berlin"],"addressEntity":["addr-062b06ba8e755765c6b049809b7430fd54fe5b21"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-019913911761-15","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2019-06-03-953e2b50b74422240b70c2618b193cbc78e87479","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2019-06-03 - Cabinet of Commissioner Elżbieta Bieńkowska x Bundesverband der Deutschen Industrie e.V."],"date":["2019-06-03"],"summary":["European Industry Strategy","European Industry strategy"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Berlin","BERLIN"],"address":["Berlin","BERLIN"],"addressEntity":["addr-062b06ba8e755765c6b049809b7430fd54fe5b21","addr-980105237052f0079c83fcdb40d6c739069c3170"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-1771817758-48","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2019-06-03-c5943e1e0dc30126c06a9faf186260e5d46e470f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-06-03 - Mobility and Transport x Airbus"],"date":["2019-06-03"],"summary":["aviation"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-move"],"involved":["eu-tr-2732167674-76","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2019-06-03-cbb4accfdfaf25fd34d8da7e8d9bad0826ca67fe","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-06-03 - Cabinet of First Vice-President Frans Timmermans x Open Society European Policy Institute"],"date":["2019-06-03"],"summary":["Rule of law"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-8557515321-37","ec-person-4076aef8226bd451277bfd5135aa27d63b2ac548"]}} -{"id":"ec-meeting-2019-06-04-00565618e14559bd74a5c27bfc4f113da34bb0ee","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-06-04 - Communications Networks, Content and Technology x Google"],"date":["2019-06-04"],"summary":["Copyright Directive, eIdentity, platforms, AI"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-03181945560-59","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2019-06-04-21afd4ae5f1ce10b6d03c6401b7f0e025afafa11","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-06-04 - Cabinet of Vice-President Valdis Dombrovskis x Swiss Finance Council"],"date":["2019-06-04"],"summary":["MiFID, PRIIPs, BASEL"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-858716912337-17","ec-person-30d770ccd575865b3106f94220ce1ace16e48f1a"]}} -{"id":"ec-meeting-2019-06-04-2d58e7b07b34d2fbbf1aebb604236882c5d4d6e7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-06-04 - Mobility and Transport x Consumer Choice Center"],"date":["2019-06-04"],"summary":["aviation"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-move"],"involved":["eu-tr-326140126649-42","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2019-06-04-2d86094ad714999d8515448af24bcf9efd25736d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-06-04 - Inspire, Debate, Engage and Accelerate Action x Google"],"date":["2019-06-04"],"summary":["Digital Single Market and Online Disinformation"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-dg-idea"],"involved":["eu-tr-03181945560-59","ec-person-4fe56a64c00b3e81c851b5538878b32481bd7d3c"]}} -{"id":"ec-meeting-2019-06-04-3000365640b6b2d31c033bc7b1c97c734ae39c97","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-06-04 - Cabinet of Commissioner Věra Jourová x Google"],"date":["2019-06-04"],"summary":["Disinformation, hate speech and terrorist content online, privacy"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["eu-tr-03181945560-59","ec-person-184e698af1eb9e33b179680570ca171d8cb31c94","ec-person-1e0e3a00ab815dea7c5b839b002ed2c7e34bfe0a"]}} -{"id":"ec-meeting-2019-06-04-410d3d901789e3db227f4d452e4d29d63603b5e6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-06-04 - Cabinet of First Vice-President Frans Timmermans x Unilever"],"date":["2019-06-04"],"summary":["discussion on circular economy and sustainable development"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-6200524920-25","ec-person-8d1c5ff76a431332387aa10936b0bff13f7d71fd"]}} -{"id":"ec-meeting-2019-06-04-6b454fb699db452d2dbb16b66258a06fb23778db","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-06-04 - Cabinet of Vice-President Miguel Arias Cañete x Carbon Market Watch CIDSE - International Alliance of Catholic social justice organisations WWF European Policy Programme Friends of the Earth Europe Greenpeace European Unit ACT Alliance Advocacy to the European Union Fern Climate Action Network Europe"],"date":["2019-06-04"],"summary":["Debate on the strategic agenda and its relevance for climate and energy, NECP recommendations"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-75365248559-90","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd","eu-tr-1414929419-24","eu-tr-55888811123-49","eu-tr-40538475090-82","eu-tr-5189768701-12","eu-tr-9832909575-41","eu-tr-61263518557-92","eu-tr-9825553393-31"]}} -{"id":"ec-meeting-2019-06-04-7067666a05717f96b774d57940a2fd045bbd5e15","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-06-04 - Energy x CEMBUREAU - The European Cement Association"],"date":["2019-06-04"],"summary":["Les défis et les opportunités ouverts par la transition énergétique pour les industries du ciment"],"location":["Bruxelles, Belgique"],"address":["Bruxelles, Belgique"],"addressEntity":["addr-dee45fa36f6fea7b6920132acb02f707e309643d"],"organizer":["ec-dg-ener"],"involved":["ec-person-6997149120ce5129e38febe5275dc8fd03232d2e","eu-tr-93987316076-63"]}} -{"id":"ec-meeting-2019-06-04-7f4c1539778d513c8d0032962beace81c3122905","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-06-04 - Cabinet of Vice-President Karmenu Vella x Unilever"],"date":["2019-06-04"],"summary":["Unilever Sustainability and SDGs"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["eu-tr-6200524920-25","ec-person-e3c587153be49902cde115f568bd5e9a9d548743"]}} -{"id":"ec-meeting-2019-06-04-9adb95964987a61a221c9aa37278d22d8ed7b5a9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-06-04 - Cabinet of Vice-President Neven Mimica x Tony Blair Institute for Global Change"],"date":["2019-06-04"],"summary":["Exchange of views on the situation in the Sahel and TBI for Global Change activities in the region"],"notes":["Portfolio: International Cooperation & Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-mimica-neven-of-president-vice"],"involved":["ec-person-fb34eddb2ee7d6b0c0bfdb52a4456e71ca8dd53c","eu-tr-820300530953-18","ec-person-61daadad53de1eb7dcc08383b418ace3b6f971d7"]}} -{"id":"ec-meeting-2019-06-04-a7818f97ccc254d54cfbf5e53cbc93aa89acd743","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-06-04 - Cabinet of Commissioner Mariya Gabriel x Ventures4Growth"],"date":["2019-06-04"],"summary":["Governance Body"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-943185633917-89","ec-person-d995d34a2f8b1f0bf6a17486f5699181d6a01e1c"]}} -{"id":"ec-meeting-2019-06-04-aa8a1a9205bf1b3d3b6b9454aa98b44ee5a4b48a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-06-04 - Foreign Policy Instruments x Groupe ADP"],"date":["2019-06-04"],"summary":["Cuba"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fpi"],"involved":["ec-person-c3b6b442c99862009242a343eeb51ed66498bd31","eu-tr-53916638834-05"]}} -{"id":"ec-meeting-2019-06-04-ab8b0d1551fb5fc51e8d06d29d8c0cf51a765381","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-06-04 - Communications Networks, Content and Technology x Telefonica, S.A."],"date":["2019-06-04"],"summary":["Market evolution in Germany"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-52431421-12","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2019-06-04-ae9c708a5a107091d45154454984464b64fedffd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-06-04 - Cabinet of Vice-President Jyrki Katainen x Friends of Europe"],"date":["2019-06-04"],"summary":["Friends of Europe’s ‘Vision for Europe’ report"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90","eu-tr-99436366768-45"]}} -{"id":"ec-meeting-2019-06-04-bb3d894c5a9bb84b52a43de82c786e7bc627e4e6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-06-04 - Cabinet of Commissioner Vytenis Andriukaitis x spiritsEUROPE"],"date":["2019-06-04"],"summary":["Labelling of alcoholic beverages"],"notes":["Portfolio: Health & Food Safety"],"location":["Paris"],"address":["Paris"],"addressEntity":["addr-22390ad11c32faec43fc61555b53607660b3c185"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-b9c3f19e7c5f216e3e508f931ddd6a9cb59376d1","eu-tr-64926487056-58","ec-person-df30d07ef698a52b9948b9c734db39196cf8541f"]}} -{"id":"ec-meeting-2019-06-04-bf6f9f7c1796dfcdcd9e532f260f4ed3ebbf7eec","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-06-04 - Inspire, Debate, Engage and Accelerate Action x Nesta"],"date":["2019-06-04"],"summary":["Innovation and Industrial Policy"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-dg-idea"],"involved":["eu-tr-384071617717-17","ec-person-4fe56a64c00b3e81c851b5538878b32481bd7d3c"]}} -{"id":"ec-meeting-2019-06-04-cede160273bf3f966b65e16a4c1bd72a64342a44","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-06-04 - Cabinet of Vice-President Cecilia Malmström x European Institute of Peace"],"date":["2019-06-04"],"summary":["interlinkage between trade and peace-making"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-272784617259-33","ec-person-0e574d9526c0834ba7e67064cd6ec19a4a2460b9"]}} -{"id":"ec-meeting-2019-06-04-d14518bf889bcacd15e0b09a634626b5de33ca78","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-06-04 - Cabinet of Commissioner Elżbieta Bieńkowska x Airbus"],"date":["2019-06-04"],"summary":["defence"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["BXL"],"address":["BXL"],"addressEntity":["addr-d2fde52f67ea4a3e1fe233d0a959d6a1c77fd910"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["ec-person-685ecf13dd26cd515c961e24ba71049af2302c5e","eu-tr-2732167674-76"]}} -{"id":"ec-meeting-2019-06-04-d363694e1f5364cb11a4c71418597e830d3ed266","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-06-04 - Energy x European Round Table for Industry"],"date":["2019-06-04"],"summary":["The importance of combining competitiveness and clean energy transition"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["ec-person-6997149120ce5129e38febe5275dc8fd03232d2e","eu-tr-25487567824-45"]}} -{"id":"ec-meeting-2019-06-04-ee826d84216482b9c1ec5c63d6fe3a0ae3289362","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-06-04 - Financial Stability, Financial Services and Capital Markets Union x Orange"],"date":["2019-06-04"],"summary":["Caractéristiques néo-banques en ligne."],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-76704342721-41","ec-person-bdee7a93f95c8ef05079539170139b3c02e8ed96"]}} -{"id":"ec-meeting-2019-06-05-2b8ebace829f50d9f060d9bb6aac2da723c3173c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-06-05 - Cabinet of Vice-President Cecilia Malmström x PERNOD RICARD"],"date":["2019-06-05"],"summary":["overview of trade files in Africa"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-0e574d9526c0834ba7e67064cd6ec19a4a2460b9","eu-tr-352172811-92"]}} -{"id":"ec-meeting-2019-06-05-2dd938f25817b95ad165cb641d30f9a448cba1c6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-06-05 - Cabinet of Vice-President Jyrki Katainen x WindEurope"],"date":["2019-06-05"],"summary":["Exchange on trade defence cases affecting EU wind industry"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-19920706471-21","ec-person-af4fdbf97c89a6df87ab37d321d95829d657c940"]}} -{"id":"ec-meeting-2019-06-05-33268d30514f4bb71687f959a9babfe82a8a36c4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-06-05 - Secretariat-General x EuroCommerce"],"date":["2019-06-05"],"summary":["The European Union's strategic agenda"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-sg"],"involved":["eu-tr-84973761187-60","ec-person-97a74c3df4cdf4db05e274aab8204536eca85f92"]}} -{"id":"ec-meeting-2019-06-05-4908558b416a3875e7e5c0eab68e3b2870a8a73c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-06-05 - Cabinet of Vice-President Andrus Ansip x IBM Research GmbH"],"date":["2019-06-05"],"summary":["DSM"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-590598523223-68","ec-person-91ca0921c6790191daa54427311acd63035e7c9e"]}} -{"id":"ec-meeting-2019-06-05-4e8aee7575c89d308022c62135da3eb4326293b8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-06-05 - Cabinet of Vice-President Karmenu Vella x European Retail Round Table"],"date":["2019-06-05"],"summary":["Sustainable Retail"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["eu-tr-15751468852-52","ec-person-e3c587153be49902cde115f568bd5e9a9d548743"]}} -{"id":"ec-meeting-2019-06-05-5a8b6099537677e27a4930af2a07a3bacf6f1797","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-06-05 - Health and Food Safety x MEDICINES FOR EUROPE"],"date":["2019-06-05"],"summary":["Next European Commission holistic strategy for access to off patent medicines; future of pharmaceutical policies; regulatory optimisation; biosimilar medicines; international convergence"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-sante"],"involved":["eu-tr-48325781850-28","ec-person-42d2108d723f9b9017ed589e3271e3156172daa7"]}} -{"id":"ec-meeting-2019-06-05-652c68ac86fb9c770ca8bc3c107016b4225225ee","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-06-05 - Cabinet of Vice-President Jyrki Katainen x Red Hat Limited"],"date":["2019-06-05"],"summary":["Open source, open innovation, digital skills"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-c50e8c2cc390c5efb0626988d173bc6758459e0f","eu-tr-741186216712-07"]}} -{"id":"ec-meeting-2019-06-05-78abcbf50757b4896cbe8d45ba5b261704a8593a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-06-05 - Energy x Cobalt Institute"],"date":["2019-06-05"],"summary":["The role of cobalt in the clean energy transition"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-777244615994-94","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2019-06-05-790b8ee8ba548c7751516d1bf12e939d998a119c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-06-05 - Cabinet of Vice-President Valdis Dombrovskis x Intercontinental Exchange, Inc."],"date":["2019-06-05"],"summary":["International role of the Euro"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-48f31156d932641826e09f5b73f074d35ff05786","eu-tr-141041215133-83","ec-person-30d770ccd575865b3106f94220ce1ace16e48f1a","ec-person-537401fc0be04984531b83660f416bf2fe14fbd8"]}} -{"id":"ec-meeting-2019-06-05-a534130af2d3de6b774275fa235105a312a848ac","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-06-05 - Financial Stability, Financial Services and Capital Markets Union x Steptoe & Johnson LLP"],"date":["2019-06-05"],"summary":["Relations UE/Suisse"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-596796520126-28","ec-person-bdee7a93f95c8ef05079539170139b3c02e8ed96"]}} -{"id":"ec-meeting-2019-06-05-bb0cefc96651bc8cbbe9b971e749dcdd0004db16","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-06-05 - Cabinet of Vice-President Andrus Ansip x Bundesverband Breitbandkommunikation e.V."],"date":["2019-06-05"],"summary":["Broadband, IoT, 5G"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-028570718529-43","ec-person-6a03bc4fa7657513ea34529e98dba0671ef4c849"]}} -{"id":"ec-meeting-2019-06-05-dac12db5c1d8e990e5f0f5bf69be8e6a1bd0a35e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-06-05 - Cabinet of Commissioner Carlos Moedas x Nesta"],"date":["2019-06-05"],"summary":["Innovation Policy"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-b8d49828915f9008e764a78796d47ea00807a658","eu-tr-384071617717-17"]}} -{"id":"ec-meeting-2019-06-06-051c533556b794e32f501822e720efd2ab3ecdbb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-06-06 - Cabinet of Commissioner Carlos Moedas x The Lisbon Council for Economic Competitiveness and Social Renewal asbl"],"date":["2019-06-06"],"summary":["Public Sector Innovation"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-b8d49828915f9008e764a78796d47ea00807a658","eu-tr-6766950469-32"]}} -{"id":"ec-meeting-2019-06-06-0d0261aac9e709ff650d525df29f5c78e3cec3d2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-06-06 - Cabinet of Vice-President Jyrki Katainen x Neste Oyj"],"date":["2019-06-06"],"summary":["Future of Europe, EC priorities"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-d975183c78354d0db02d14e7929965ccae776a1b","eu-tr-10257354120-19"]}} -{"id":"ec-meeting-2019-06-06-12e171582f062001f9ea0549f1de99bf40dbe9b6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-06-06 - Cabinet of Vice-President Günther Oettinger x Agora Strategy Institute GmbH"],"date":["2019-06-06"],"summary":["Europe after elections"],"notes":["Portfolio: Budget & Human Resources"],"location":["Frankfurt a. M."],"address":["Frankfurt a. M."],"addressEntity":["addr-3049446845f3df1fed9dbdf804b1afd0916b32a7"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-198669134471-53","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2019-06-06-73d81f15f0dabc59c9f190e3da7573461a519595","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-06-06 - Cabinet of Vice-President Jyrki Katainen x KONE Corporation"],"date":["2019-06-06"],"summary":["Lifts Directive"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-c50e8c2cc390c5efb0626988d173bc6758459e0f","eu-tr-390498234996-75"]}} -{"id":"ec-meeting-2019-06-06-9689692113083092795c49dcb652687185147c27","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-06-06 - Cabinet of Commissioner Mariya Gabriel x Association relative à la télévision européenne"],"date":["2019-06-06"],"summary":["ARTE creative productions and financing"],"notes":["Portfolio: Digital Economy and Society"],"location":["Paris"],"address":["Paris"],"addressEntity":["addr-22390ad11c32faec43fc61555b53607660b3c185"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-447494115294-30","ec-person-1674399a793e9e6fd7cf55b525515fc862fc9351"]}} -{"id":"ec-meeting-2019-06-06-9b2db141b3ef44d810df5f9d193ff4bc3a9d4e5a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-06-06 - Cabinet of Commissioner Elżbieta Bieńkowska x WindEurope NOVE"],"date":["2019-06-06"],"summary":["trade defense measures"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-19920706471-21","eu-tr-522122412613-18","ec-person-b2f9be51339f054477846797e2c119fcf16548fc","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2019-06-06-9bea02ec79f14d98690db7a9087b2403113539bf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-06-06 - Cabinet of Commissioner Phil Hogan x Fédération Européenne des Fabricants d'Aliments Composés"],"date":["2019-06-06"],"summary":["Address conference"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-a1a78365cc4685b0958056646204977d8f2ead92","eu-tr-77105321408-83"]}} -{"id":"ec-meeting-2019-06-06-a696e860c6aa45ac2f6b867b0922fa1a2717c343","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-06-06 - Cabinet of Vice-President Valdis Dombrovskis x TheCityUK"],"date":["2019-06-06"],"summary":["Brexit preparedness, EU financial services priorities"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-237922911665-25","ec-person-48f31156d932641826e09f5b73f074d35ff05786"]}} -{"id":"ec-meeting-2019-06-06-c406d7bfda0bf0d58af149e5348b24f7b820fee6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-06-06 - Cabinet of Vice-President Miguel Arias Cañete x ENEL SpA Tractebel Engineering - ENGIE Federturismo Confindustria - Federazione Nazionale dei Viaggi e del Turismo Cassa Depositi e Prestiti s.p.a. Snam S.p.A. Edison Spa Eni S.p.A."],"date":["2019-06-06"],"summary":["Long Term Strategy"],"notes":["Portfolio: Climate Action & Energy"],"location":["Roma"],"address":["Roma"],"addressEntity":["addr-de5429d6f4fa2c86427a50757791de88a0b75c85"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-110117812027-92","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd","eu-tr-790587824911-92","eu-tr-755972316926-59","eu-tr-401111262-07","eu-tr-284336314886-25","eu-tr-99578067285-35","eu-tr-6256831207-27"]}} -{"id":"ec-meeting-2019-06-06-ca0379941714e93316be9a1a17b6b0fb73a68e69","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-06-06 - Cabinet of Vice-President Valdis Dombrovskis x Association Française de la Gestion financière"],"date":["2019-06-06"],"summary":["Capital Markets Union"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-5975679180-97","ec-person-30d770ccd575865b3106f94220ce1ace16e48f1a"]}} -{"id":"ec-meeting-2019-06-06-d1d518caa64150e0f4f19ccfb6a83547a6cf6d95","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-06-06 - Cabinet of Commissioner Christos Stylianides x DanChurchAid"],"date":["2019-06-06"],"summary":["Discussion on humanitarian aid"],"notes":["Portfolio: Humanitarian Aid & Crisis Management"],"location":["Copenhagen"],"address":["Copenhagen"],"addressEntity":["addr-3f7c839db34cfeebcefe96d90a0e37e02c8e52c6"],"organizer":["ec-cabinet-christos-commissioner-of-stylianides"],"involved":["ec-person-cdd689bd079714522dad472ea4446b0fcc660d8f","eu-tr-512758733410-58","ec-person-34409381bed36941005c31d0165bac17f74a89d1"]}} -{"id":"ec-meeting-2019-06-06-fcb80bd7bc6deb0bd08f9790d1d22015f4678668","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-06-06 - Cabinet of Vice-President Cecilia Malmström x Bayerische Motoren Werke Aktiengesellschaft"],"date":["2019-06-06"],"summary":["EU-US relations / Mercosur negotiations"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-20ded9db5df11164331bb161fdf234b1e5ad53fd","ec-person-cb8ca9ec2413722fa83484ed18dd76ace52d0118","eu-tr-7193977808-18"]}} -{"id":"ec-meeting-2019-06-07-109dc67dadc443c6ec266b9f325d68c96a07e671","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-06-07 - Cabinet of Commissioner Marianne Thyssen x ArcelorMittal"],"date":["2019-06-07"],"summary":["EU Steel Industry"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["eu-tr-23527541824-60","ec-person-7567514af00f139b390cf9864d28a090ca0fde25"]}} -{"id":"ec-meeting-2019-06-07-475a06cff7a6bd2341c3eac2d2bc91b0962e1f76","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-06-07 - Mobility and Transport x FuelsEurope"],"date":["2019-06-07"],"summary":["aviation"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-move"],"involved":["eu-tr-26207914726-42","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2019-06-07-5b3f43cd652071a5613bd74719fa841061a791d4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-06-07 - Cabinet of First Vice-President Frans Timmermans x American Chamber of Commerce to the European Union"],"date":["2019-06-07"],"summary":["Future of EU US relations"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["ec-person-6c0efbf1635ca0cb8dce32e129231fa3136f600b","eu-tr-5265780509-97"]}} -{"id":"ec-meeting-2019-06-07-f2a6ed01dc2bfdcec30ef1e4c88bc5ee4edf347d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-06-07 - Inspire, Debate, Engage and Accelerate Action x European Chamber of Commerce, Singapore"],"date":["2019-06-07"],"summary":["EU-Asia Connectivity"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-dg-idea"],"involved":["eu-tr-940591523693-85","ec-person-4fe56a64c00b3e81c851b5538878b32481bd7d3c"]}} -{"id":"ec-meeting-2019-06-07-f4b55034ae7de0bf7e88bccedf86eee56107b923","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-06-07 - Cabinet of Vice-President Andrus Ansip x NEC Europe"],"date":["2019-06-07"],"summary":["Artificial Intelligence, 5G"],"notes":["Portfolio: Digital Single Market"],"location":["Tokyo, Japan"],"address":["Tokyo, Japan"],"addressEntity":["addr-362489908e1d4b12fb5528fdefa8fd00e8c4e920"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-5db7bdd1c81da2e70eb5b982097d0004111b5c3e","ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0","ec-person-91ca0921c6790191daa54427311acd63035e7c9e","eu-tr-365322315763-20"]}} -{"id":"ec-meeting-2019-06-07-ff363e9da8d46d780557ee074a81506229cb87f4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-06-07 - Cabinet of Vice-President Andrus Ansip x Apple Inc."],"date":["2019-06-07"],"summary":["Platforms, data, health"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-6a03bc4fa7657513ea34529e98dba0671ef4c849","eu-tr-588327811384-96"]}} -{"id":"ec-meeting-2019-06-11-14c8b540b8e251b5820fd71cda3f5831e869bb2b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-06-11 - Cabinet of Commissioner Pierre Moscovici x BREIZ EUROPE"],"date":["2019-06-11"],"summary":["Mise en oeuvre du forfait TVA agricole"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Bruxelles"],"address":["Bruxelles"],"addressEntity":["addr-b58f5927b66d94a676970dc048485d4c6848f272"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["eu-tr-857077134756-33","ec-person-1d299d025d2afdcba46db3d131b6197fab6e0c89"]}} -{"id":"ec-meeting-2019-06-11-285919939cd273523cb73a08fc44b684efbadd23","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-06-11 - Secretariat-General x Confederación Española de Organizaciones Empresariales"],"date":["2019-06-11"],"summary":["The European Union's strategic agenda 2019-2024"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-sg"],"involved":["ec-person-97a74c3df4cdf4db05e274aab8204536eca85f92","eu-tr-02963738854-41"]}} -{"id":"ec-meeting-2019-06-11-3a1de88eb914926624a1d4d89776ea2a9c40df53","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-06-11 - Cabinet of Commissioner Carlos Moedas x Climate Action Network Europe"],"date":["2019-06-11"],"summary":["National emissions plans"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-0a716bf5253e913fc40ebf14c12f30dc2e7a06ee","eu-tr-55888811123-49"]}} -{"id":"ec-meeting-2019-06-11-3bc2e1fd035e3790c0fd28db32a0d13a823283db","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-06-11 - Cabinet of Vice-President Andrus Ansip x peacefulfish UG"],"date":["2019-06-11"],"summary":["Eurimages + Support to TV Series"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-282844235045-53","ec-person-99b172d8fe23e00b94022cbd096978be2b48eb81","ec-person-1b5d370ac9c418626a6461f1ff6f08e5ec594595"]}} -{"id":"ec-meeting-2019-06-11-3f911676c7ca36bbc8c09f59f58d7dc9abfc4980","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-06-11 - Cabinet of Vice-President Neven Mimica x Koninklijke Philips"],"date":["2019-06-11"],"summary":["Area of possible cooperation on health by private sector"],"notes":["Portfolio: International Cooperation & Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-mimica-neven-of-president-vice"],"involved":["eu-tr-035366013790-68","ec-person-e90858f5aba78fd0e1cb2f757c3f38d55d91f98b"]}} -{"id":"ec-meeting-2019-06-11-43c943abd8250eef9abbc47020fcd1f2b86bd9cc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-06-11 - Research and Innovation x European Cooperation in Science and Technology"],"date":["2019-06-11"],"summary":["Horizon Europe"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-rtd"],"involved":["ec-person-1d348f33395de0ea6773a7b4ae8797e3e0392f73","eu-tr-480090715925-32"]}} -{"id":"ec-meeting-2019-06-11-7d252caf2f1644631a4b39919f2f6ed0c8717339","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-06-11 - Inspire, Debate, Engage and Accelerate Action x Peter G. Peterson Institute for International Economics"],"date":["2019-06-11"],"summary":["Transatlantic trade"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-dg-idea"],"involved":["eu-tr-245016733415-68","ec-person-4fe56a64c00b3e81c851b5538878b32481bd7d3c"]}} -{"id":"ec-meeting-2019-06-11-86013e0db01fcdc3999d08969df8bf3f17d4bf5b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-06-11 - Cabinet of Vice-President Andrus Ansip x Ecommerce Europe"],"date":["2019-06-11"],"summary":["DSM"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-867433111414-11","ec-person-91ca0921c6790191daa54427311acd63035e7c9e"]}} -{"id":"ec-meeting-2019-06-11-c3cbc6beeecd34e4edc8faa161e980f554970856","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-06-11 - Competition x Freshfields Bruckhaus Deringer LLP"],"date":["2019-06-11"],"summary":["To exchange views on proposals for merger control reform"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-comp"],"involved":["ec-person-8600a621c9aef12fc33b708e13b3cd3d5fa5696b","eu-tr-443913019286-78"]}} -{"id":"ec-meeting-2019-06-11-cba92af457d2ee644ea8581f3dc7778a07591419","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-06-11 - Cabinet of Vice-President Cecilia Malmström x Telia Company AB"],"date":["2019-06-11"],"summary":["US / China / Global trade tensions"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-40253de53528974f86265e42cb8ec0fd125ce471","eu-tr-381805014604-45","ec-person-20ded9db5df11164331bb161fdf234b1e5ad53fd"]}} -{"id":"ec-meeting-2019-06-12-0ca55e57c72bde3e2c4bf147befc0fd335518711","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-06-12 - Cabinet of Vice-President Cecilia Malmström x Siemens AG"],"date":["2019-06-12"],"summary":["EU Economic Diplomacy"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-4266797770-31","ec-person-171e0bfe7e56605212c3c6e618a5d2d7fc23f75f"]}} -{"id":"ec-meeting-2019-06-12-30f5676ca2499ce4beebd2f6c541340eb80fff19","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-06-12 - Cabinet of Commissioner Elżbieta Bieńkowska x International Road Transport Union Permanent Delegation to the EU"],"date":["2019-06-12"],"summary":["UVARs"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-41802525291-86","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2019-06-12-465b11e88f3678754e67ea261f906d5e73e34b20","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-06-12 - Inspire, Debate, Engage and Accelerate Action x Infineon Technologies AG"],"date":["2019-06-12"],"summary":["Semiconductors"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-dg-idea"],"involved":["eu-tr-10751968675-85","ec-person-4fe56a64c00b3e81c851b5538878b32481bd7d3c"]}} -{"id":"ec-meeting-2019-06-12-70985095e235f05ee6c9f2a22b0a6271a861334c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-06-12 - Mobility and Transport x Strukton Rail"],"date":["2019-06-12"],"summary":["Shift2Rail, Rail Baltica"],"location":["Dublin, Ireland"],"address":["Dublin, Ireland"],"addressEntity":["addr-9254d2b0cd15e920cbb060acf87f8f943a0508e9"],"organizer":["ec-dg-move"],"involved":["eu-tr-0804666277-93","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2019-06-12-7eb2f20ec392b1112ed7f657c8810f6785802715","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-06-12 - Cabinet of Commissioner Vytenis Andriukaitis x Confederazione Nazionale Coldiretti"],"date":["2019-06-12"],"summary":["African Swine Fever, Xylella"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-0dbfffeb0323f819c8d57164906086dd8639c437","eu-tr-55507619225-88"]}} -{"id":"ec-meeting-2019-06-12-8352334ee334ad3280b764921fb743a9ff1d5338","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-06-12 - Cabinet of Vice-President Karmenu Vella x Stora Enso Oyj"],"date":["2019-06-12"],"summary":["SDGs, Sustainable Products and Production"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["ec-person-e3c587153be49902cde115f568bd5e9a9d548743","eu-tr-269853831446-79"]}} -{"id":"ec-meeting-2019-06-12-89d1540a66040ef5367c8af951e25fbd42b62415","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-06-12 - Financial Stability, Financial Services and Capital Markets Union x Association Française des Entreprises Privées / French Association of Large Companies"],"date":["2019-06-12"],"summary":["Finance durable, notamment la taxonomie des activités durables d’un point de vue environnemental. Révision des lignes directrices sur la Directive sur le reporting non financier, encadrement des agences de notation extra-financières, les suites du Fitness check on corporate public reporting framework, poursuite de l’Union des marchés de capitaux and Mise en œuvre des règlements Prospectus et EMIR."],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-953933297-85","ec-person-bdee7a93f95c8ef05079539170139b3c02e8ed96"]}} -{"id":"ec-meeting-2019-06-12-918101349d5d30ec3ca2f3f9068bce2d18506f2b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-06-12 - Cabinet of Commissioner Julian King x European Foundation for South Asian Studies"],"date":["2019-06-12"],"summary":["Security Union"],"notes":["Portfolio: Security Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-julian-king-of"],"involved":["ec-person-8d48893e9e1b5fcb8f1a7bf47a39f9a2a3ac4c54","eu-tr-730856826170-47"]}} -{"id":"ec-meeting-2019-06-12-93fc1a392b010ef32de59e4356a363df72f7ecff","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-06-12 - Cabinet of Commissioner Margrethe Vestager x Centre for European Reform"],"date":["2019-06-12"],"summary":["EU Current Affairs"],"notes":["Portfolio: Competition"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-margrethe-of-vestager"],"involved":["eu-tr-524976815651-12","ec-person-6e8b9cd7bb1a15a7e90b04790769360ba931cafd"]}} -{"id":"ec-meeting-2019-06-12-a480243ae432108bdb1588d4874f90f084addbad","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-06-12 - Cabinet of Vice-President Jyrki Katainen x International Road Transport Union Permanent Delegation to the EU"],"date":["2019-06-12"],"summary":["environment and urban mobility"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-41802525291-86","ec-person-0da85dc48012e26688310a59a0b51727ea68f410"]}} -{"id":"ec-meeting-2019-06-12-a7c539667fae495939457b806892b0a6f2adc56b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-06-12 - Cabinet of Commissioner Tibor Navracsics x European Club Association"],"date":["2019-06-12"],"summary":["regular updates on ECA activities"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-49f31dad10f5641cb1d1e4c3107dd838389e8120","eu-tr-925747033224-18"]}} -{"id":"ec-meeting-2019-06-12-bd85b40744c4cfa40f052662938c2da1007af4f4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-06-12 - Internal Market, Industry, Entrepreneurship and SMEs x FoodDrinkEurope"],"date":["2019-06-12"],"summary":["DG GROW met FoodDrinkEurope (FDE), at their request, to discuss priorities and ideas for the next five years of the Commission work in the food and drink sector."],"location":["Brussels, BREY"],"address":["Brussels, BREY"],"addressEntity":["addr-c1515045035dbb724987ed49a82dcf2bb70ee392"],"organizer":["ec-dg-grow"],"involved":["ec-person-6299e47fea20df86a1b90bd5b033006b2cb35b5e","eu-tr-75818824519-45"]}} -{"id":"ec-meeting-2019-06-12-c5aceecadf9a600d433d642003baab23f8da10bb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-06-12 - Cabinet of Commissioner Phil Hogan x International Federation of Organic Agriculture Movements EU Regional Group"],"date":["2019-06-12"],"summary":["Implementation of the organic reform"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-67128251296-84","ec-person-c9d17d5879383b030f61a4066848249fb35d57e4"]}} -{"id":"ec-meeting-2019-06-13-062f7cf541acce36967576ba7aebef975ec5b33d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-06-13 - Cabinet of Vice-President Jyrki Katainen x Lantbrukarnas Riksförbund"],"date":["2019-06-13"],"summary":["Future of Europe, elections and CAP."],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-d975183c78354d0db02d14e7929965ccae776a1b","eu-tr-79239225070-38"]}} -{"id":"ec-meeting-2019-06-13-10ae6b350bebbe0ac071864ae5d0417f4f3a2438","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-06-13 - Cabinet of Commissioner Vytenis Andriukaitis x Syngenta Crop Protection AG"],"date":["2019-06-13"],"summary":["Innovation in the field of plant protection products"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-b9c3f19e7c5f216e3e508f931ddd6a9cb59376d1","eu-tr-16822412339-79"]}} -{"id":"ec-meeting-2019-06-13-3d61d703affc4e41f849274b457e5031fd01bc46","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-06-13 - Cabinet of Commissioner Vytenis Andriukaitis x VELUX A/S (VELUX Group)"],"date":["2019-06-13"],"summary":["Commission policies concerning Healthy buildings"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["eu-tr-423142010527-25","ec-person-c986c9ff99d99d8006e000db5a8046be615813ae"]}} -{"id":"ec-meeting-2019-06-13-4e24fe7c7c76d9f80b955e6ebeb846398c9e909e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-06-13 - Cabinet of Vice-President Maroš Šefčovič x PGE Polska Grupa Energetyczna SA"],"date":["2019-06-13"],"summary":["State of the Energy Union"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-442becb1e681f03d9df1dc59e73ecf1336c48402","eu-tr-818300434979-49"]}} -{"id":"ec-meeting-2019-06-13-7199ed986b1d408a03352df011ca942d4b6f2ac4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-06-13 - Cabinet of Vice-President Günther Oettinger x Berbalk Communications"],"date":["2019-06-13"],"summary":["European elections"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-309943411467-94","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2019-06-13-86479a0d049fd14c963b5c2ca4cccd06dce56dbb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-06-13 - Mobility and Transport x Ryanair Holdings"],"date":["2019-06-13"],"summary":["aviation taxation, air passenger rights"],"location":["Dublin, Ireland"],"address":["Dublin, Ireland"],"addressEntity":["addr-9254d2b0cd15e920cbb060acf87f8f943a0508e9"],"organizer":["ec-dg-move"],"involved":["eu-tr-002977215945-85","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2019-06-13-8f1c65d07cad89c3cc1efb20f98d79a6a7e491de","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-06-13 - Research and Innovation x European Association of Research and Technology Organisations"],"date":["2019-06-13"],"summary":["Meeting new President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-rtd"],"involved":["ec-person-1d348f33395de0ea6773a7b4ae8797e3e0392f73","eu-tr-977869932377-59"]}} -{"id":"ec-meeting-2019-06-13-90f138f198e5d1e3eb2eceda9c546b02ac9d9fe1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-06-13 - Environment x Landwirtschaftskammer Österreich"],"date":["2019-06-13"],"summary":["CAP, large carnivores, NEC Directive"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-env"],"involved":["eu-tr-66690371529-15","ec-person-3bc74ce04ea3f4ab4d91a5c88eef25b8b8a213b4"]}} -{"id":"ec-meeting-2019-06-13-971ebb6fc56b8e7ffb05a13e74ef91c8e3810fc5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-06-13 - Cabinet of Commissioner Elżbieta Bieńkowska x Microsoft Corporation"],"date":["2019-06-13"],"summary":["global developments in digitalisation"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-0801162959-21","ec-person-b2f9be51339f054477846797e2c119fcf16548fc"]}} -{"id":"ec-meeting-2019-06-13-b6e8d01b6493d8b43595fb6d7a804ba5fddf3b30","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-06-13 - Cabinet of Commissioner Phil Hogan x Polski Związek Hodowców i Producentów Trzody Chlewnej \"POLSUS\""],"date":["2019-06-13"],"summary":["Deliver address"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-068516110787-28","ec-person-a1a78365cc4685b0958056646204977d8f2ead92"]}} -{"id":"ec-meeting-2019-06-13-c7495f1b8c8d5a9ae9f7856890707e010581ccc4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-06-13 - Cabinet of Vice-President Valdis Dombrovskis x Insurance Europe"],"date":["2019-06-13"],"summary":["EU and international developments, impact on reinsurance industry"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-30d770ccd575865b3106f94220ce1ace16e48f1a","eu-tr-33213703459-54"]}} -{"id":"ec-meeting-2019-06-13-fadacb859791a4878ca83d45f10bbeb2e3a036b0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-06-13 - Cabinet of Commissioner Violeta Bulc x AV Living Lab, Inovativne tehnologije, d.o.o."],"date":["2019-06-13"],"summary":["Future of Urban Mobility"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-4d2b449b5047ea3fda435a2a1c1081e3babcdf76","ec-person-a9f4fe47da47a1b05bbfda9825908089d11bda93","eu-tr-825253330601-20"]}} -{"id":"ec-meeting-2019-06-14-03dd6757f86edeb58aa016b2095e6c07f5c70358","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-06-14 - Cabinet of Commissioner Phil Hogan x Eaton Corporation"],"date":["2019-06-14"],"summary":["Agri Matters"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Ireland"],"address":["Ireland"],"addressEntity":["addr-eb2131ece0efe78ee8bb1ae98af6099114a8df09"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-708007823059-89","ec-person-a1a78365cc4685b0958056646204977d8f2ead92"]}} -{"id":"ec-meeting-2019-06-14-067c316c5698f34e15f37b35cc13075223500a36","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-06-14 - Cabinet of Commissioner Carlos Moedas x Rud Pedersen Public Affairs Brussels"],"date":["2019-06-14"],"summary":["Clean energy"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["eu-tr-165838227131-07","ec-person-0a716bf5253e913fc40ebf14c12f30dc2e7a06ee"]}} -{"id":"ec-meeting-2019-06-14-1e826b9cc4e88a21e30156d220198038e9e638cc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-06-14 - Cabinet of Commissioner Violeta Bulc x PIPISTREL d.o.o. Podjetje za proizvodnjo zračnih plovil"],"date":["2019-06-14"],"summary":["Aviation strategy and new development in EU-space"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-4d2b449b5047ea3fda435a2a1c1081e3babcdf76","eu-tr-779169725910-83","ec-person-a9f4fe47da47a1b05bbfda9825908089d11bda93"]}} -{"id":"ec-meeting-2019-06-14-5443d3d8ecdd2d461054b8a2ad0cd1473dc2e3e5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-06-14 - Cabinet of Commissioner Phil Hogan x Google"],"date":["2019-06-14"],"summary":["Agri Matters"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Ireland"],"address":["Ireland"],"addressEntity":["addr-eb2131ece0efe78ee8bb1ae98af6099114a8df09"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-03181945560-59","ec-person-a1a78365cc4685b0958056646204977d8f2ead92"]}} -{"id":"ec-meeting-2019-06-14-5a7b6cd767d2f993f548c1025589a724de3f0098","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-06-14 - Internal Market, Industry, Entrepreneurship and SMEs x Association des Constructeurs Européens d'Automobiles"],"date":["2019-06-14"],"summary":["Discuss common priorities for the future of Automotive industries and the EU Commission"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-grow"],"involved":["ec-person-6299e47fea20df86a1b90bd5b033006b2cb35b5e","eu-tr-0649790813-47"]}} -{"id":"ec-meeting-2019-06-14-e546fa55e09a9547525dab8e483c173f70f989d9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-06-14 - Financial Stability, Financial Services and Capital Markets Union x AXA"],"date":["2019-06-14"],"summary":["L’ après élection Européenne et la stratégie de la nouvelle Commission La revue solvabilité II Les développements internationaux en particulier ICS et les conséquences de l’attitude des US IFRS 17 La finance durable – plan d’action de la Commission"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-36423781099-10","ec-person-bdee7a93f95c8ef05079539170139b3c02e8ed96"]}} -{"id":"ec-meeting-2019-06-17-01ca9310fc896d67c6da0c41d7af7d25c1fb2010","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-06-17 - Cabinet of Commissioner Marianne Thyssen x Polish Confederation Lewiatan"],"date":["2019-06-17"],"summary":["Skills"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["ec-person-786ac5b4308f9797c51ea9c4491fcd16b6fac4cd","eu-tr-251117611140-75"]}} -{"id":"ec-meeting-2019-06-17-131757237b1b403c414b35d6c519b5216c4d15c1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-06-17 - Justice and Consumers x Evangelical Lutheran Church of Finland, Church Council"],"date":["2019-06-17"],"summary":["Art 17 dialogue and perspectives"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-just"],"involved":["eu-tr-212877131768-20","ec-person-7f02c085966bf7e9ecf267d0fa52c94a32d1687f"]}} -{"id":"ec-meeting-2019-06-17-2953e0c8a5c5e5f011f1f1b71c8e9ee3ff289573","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-06-17 - Cabinet of Vice-President Günther Oettinger x Cisco Systems Inc."],"date":["2019-06-17"],"summary":["MFF"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["ec-person-1a98ebdc65a0fda494d1f6eb6fb74247a3036490","eu-tr-494613715191-85"]}} -{"id":"ec-meeting-2019-06-17-340ca4175927977f1adde2e49030d4198eff3155","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-06-17 - Cabinet of Commissioner Mariya Gabriel x Internews Europe"],"date":["2019-06-17"],"summary":["Digital cooperation with Latin America and Africa"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-003453329147-26","ec-person-6cd1e3bf3a4eec9e9db49b32cf3d20ab7dbfe03f"]}} -{"id":"ec-meeting-2019-06-17-58bba457a8db5227eb054e555b73fba418baeb94","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-06-17 - Cabinet of Vice-President Jyrki Katainen x Centre de liaison des industries transformatrices de viande de l'UE"],"date":["2019-06-17"],"summary":["Sanitary and phytosanitary (SPS) issues"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-af4fdbf97c89a6df87ab37d321d95829d657c940","eu-tr-02978802379-31","ec-person-ccd2797b568cba38993df7d1dcc985dbc1eb439a"]}} -{"id":"ec-meeting-2019-06-17-657d246800128eaa5ec159da1e4d7f4a1c8f886f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-06-17 - Cabinet of Commissioner Violeta Bulc x Airbus Leonardo S.p.A. THALES Safran"],"date":["2019-06-17"],"summary":["Paris Air Show visit 2019"],"notes":["Portfolio: Transport"],"location":["Paris Mission"],"address":["Paris Mission"],"addressEntity":["addr-3daeea13de3cc155f3c8956107e8c7e8d4a2d112"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-02550382403-01","eu-tr-2732167674-76","eu-tr-91711831031-23","eu-tr-71607351368-56","ec-person-4d2b449b5047ea3fda435a2a1c1081e3babcdf76","ec-person-9d4dc4867a44dfe10f67ae7ee1706da3e8b48a24"]}} -{"id":"ec-meeting-2019-06-17-86df207526c195cf22bb8e26d416065085860b50","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-06-17 - Cabinet of Commissioner Mariya Gabriel x The European Women Lawyers Association"],"date":["2019-06-17"],"summary":["Women in Digital"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-730379225729-59","ec-person-6cd1e3bf3a4eec9e9db49b32cf3d20ab7dbfe03f"]}} -{"id":"ec-meeting-2019-06-17-d7da7bc8f0170336c252b41ba5f02c49f9fbfa20","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-06-17 - Cabinet of Commissioner Vytenis Andriukaitis x Nord Stream 2 AG"],"date":["2019-06-17"],"summary":["Presentation from Nordstream2 on the state of play"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["eu-tr-662856722412-20","ec-person-c986c9ff99d99d8006e000db5a8046be615813ae"]}} -{"id":"ec-meeting-2019-06-18-03210c3d659cd03619e61413604d264d44ff8669","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-06-18 - Cabinet of First Vice-President Frans Timmermans x Tony Blair Institute for Global Change"],"date":["2019-06-18"],"summary":["Future of Europe"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-820300530953-18","ec-person-966667b73d92624be9bb019c2baab7e52331b3d3"]}} -{"id":"ec-meeting-2019-06-18-197c059edf2f5f7a559f9f7b3a5432fe38a76c71","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-06-18 - Cabinet of Commissioner Elżbieta Bieńkowska x EBO Worldwide Network ASBL"],"date":["2019-06-18"],"summary":["EBO Board would like to debrief on the last developments of their network and how to provide DG Grow CAB with the best cooperation due local presence in EU third strategic markets, overseas in the five continents."],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-941242711525-27","ec-person-7cb15e8a3e4a9ddc8f8d7a719a5f2e359a05f82a","ec-person-b2f9be51339f054477846797e2c119fcf16548fc"]}} -{"id":"ec-meeting-2019-06-18-3c61471ffb6221f2346c999db858597105e34c19","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-06-18 - Cabinet of Commissioner Pierre Moscovici x OXFAM INTERNATIONAL EU ADVOCACY OFFICE"],"date":["2019-06-18"],"summary":["Commission's priorities on tax justice"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["eu-tr-46856801604-90","ec-person-3cbeba61ae952f06fe4916c381438ebbc676a597","ec-person-1d299d025d2afdcba46db3d131b6197fab6e0c89"]}} -{"id":"ec-meeting-2019-06-18-478bef5eece3989f8b16898395c433cd527aa84e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-06-18 - Cabinet of Commissioner Tibor Navracsics x Union of European Football Associations"],"date":["2019-06-18"],"summary":["Point global sur la coopération"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Bruxelles"],"address":["Bruxelles"],"addressEntity":["addr-b58f5927b66d94a676970dc048485d4c6848f272"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-49f31dad10f5641cb1d1e4c3107dd838389e8120","eu-tr-39217046408-27"]}} -{"id":"ec-meeting-2019-06-18-4be012f1dd94d13030893e1c755e3fab47a9b412","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-06-18 - Cabinet of Vice-President Cecilia Malmström x LA UNIÓ de Llauradors i Ramaders"],"date":["2019-06-18"],"summary":["EU Trade in citrus nad SPS"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-747812335093-80","ec-person-98880f3f4206145e196013db9dd806a551c11e06"]}} -{"id":"ec-meeting-2019-06-18-70d1979e09a869732588967821f34145ecb2d1a5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-06-18 - Cabinet of Commissioner Elżbieta Bieńkowska x Polish Confederation Lewiatan"],"date":["2019-06-18"],"summary":["debriefing and state of play from BusinessEurope - Konfederacja Lewiatan"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-251117611140-75","ec-person-3d55409fa049ff6b397a9afc2fcc21bc7c409f0d"]}} -{"id":"ec-meeting-2019-06-18-78120f118123de942c6c57a23a2e1567618f5967","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-06-18 - Cabinet of Commissioner Christos Stylianides x OXFAM INTERNATIONAL EU ADVOCACY OFFICE"],"date":["2019-06-18"],"summary":["Discussion on Oxfam ongoing reform and humanitarian crisis worldwide"],"notes":["Portfolio: Humanitarian Aid & Crisis Management"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-christos-commissioner-of-stylianides"],"involved":["eu-tr-46856801604-90","ec-person-cdd689bd079714522dad472ea4446b0fcc660d8f","ec-person-9a7ffff885ea7aadeebfd69837bfdae14289b06b"]}} -{"id":"ec-meeting-2019-06-18-86f66b1d75606e007eb1ae2498ccc1f75633e7f3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-06-18 - Cabinet of Vice-President Miguel Arias Cañete x Vinces Consulting Coca-Cola Europacific Partners plc"],"date":["2019-06-18"],"summary":["Long term strategy"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-392447132015-41","eu-tr-400207831496-21","ec-person-2229c857664a22dcb8eee79a8c05841fd3d0924f"]}} -{"id":"ec-meeting-2019-06-18-8bca0ea3c6bbab0b99b944fc0e64e00dc5b14c43","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-06-18 - Cabinet of Commissioner Marianne Thyssen x Brussels Airlines SA/NV"],"date":["2019-06-18"],"summary":["Social aspects of European aviation"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["eu-tr-755555322381-50","ec-person-7567514af00f139b390cf9864d28a090ca0fde25"]}} -{"id":"ec-meeting-2019-06-18-9a5da258f17c34a97df38f5e78e5e1eb3fec0c01","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-06-18 - Cabinet of Commissioner Carlos Moedas x Ghent University"],"date":["2019-06-18"],"summary":["Research collaboration with Africa"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["eu-tr-006043210924-49","ec-person-f7ccc3ad366dd2fdb24870e1c02ff2763539c82f","ec-person-23980b2bc4fd9c82051d0f7888dc236b2f764866"]}} -{"id":"ec-meeting-2019-06-18-a6cc917e15bc2285bd53bc750c0b55aff8db5864","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-06-18 - Cabinet of Commissioner Corina Crețu x Cisco Systems Inc."],"date":["2019-06-18"],"summary":["Digitisation/MMF"],"notes":["Portfolio: Regional Policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-corina-cretu-of"],"involved":["ec-person-b6d8ffa1f6c665ea8de36b048d1320f9fe4a52fa","eu-tr-494613715191-85"]}} -{"id":"ec-meeting-2019-06-18-ad59487d45e0ce1e123e1131d128a68a120be56c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-06-18 - Cabinet of Commissioner Christos Stylianides x International Rescue Committee Inc"],"date":["2019-06-18"],"summary":["Discussion on humanitarian crisis worlwide and IRC partnership"],"notes":["Portfolio: Humanitarian Aid & Crisis Management"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-christos-commissioner-of-stylianides"],"involved":["ec-person-cdd689bd079714522dad472ea4446b0fcc660d8f","eu-tr-66790095679-26","ec-person-9a7ffff885ea7aadeebfd69837bfdae14289b06b"]}} -{"id":"ec-meeting-2019-06-18-b4a5566260d22f3a3f7247db86b4901c2ac96e9a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-06-18 - Regulatory Scrutiny Board x British Chamber of Commerce in Belgium"],"date":["2019-06-18"],"summary":["Priorities as head of the Regulatory Scrutiny Board"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-rsb"],"involved":["eu-tr-56188303384-93","ec-person-31c44e0f672f59d97fcdbfa3dc472749e3187fea"]}} -{"id":"ec-meeting-2019-06-18-c06fe4332a42602e5214d661cdba67681cba3910","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-06-18 - Cabinet of Commissioner Tibor Navracsics x Nord Stream 2 AG"],"date":["2019-06-18"],"summary":["Nord Stream project"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-49f31dad10f5641cb1d1e4c3107dd838389e8120","eu-tr-662856722412-20","ec-person-33076d1a800ce856f29bbab43813a5a80eef2da0"]}} -{"id":"ec-meeting-2019-06-18-ddd61ce3c6dabe4daa151ad4905ebfa29fc7dba7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-06-18 - Cabinet of Vice-President Günther Oettinger x Deutscher Industrie- und Handelskammertag e.V."],"date":["2019-06-18"],"summary":["Europe after elections"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-22400601191-42","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2019-06-18-ed347c1e3929fc9ad6b9c878cea28b374550f653","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-06-18 - Cabinet of First Vice-President Frans Timmermans x International Rescue Committee Inc"],"date":["2019-06-18"],"summary":["Situation of migrants in Libya and resettlement policy"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["ec-person-966667b73d92624be9bb019c2baab7e52331b3d3","eu-tr-66790095679-26"]}} -{"id":"ec-meeting-2019-06-18-fbf412bc6913042442adcac755c8836f77daa16a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-06-18 - Environment x Apple Inc."],"date":["2019-06-18"],"summary":["Circular Economy and product design"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-env"],"involved":["eu-tr-588327811384-96","ec-person-3bc74ce04ea3f4ab4d91a5c88eef25b8b8a213b4"]}} -{"id":"ec-meeting-2019-06-18-fd3a9c5b7d79b0c0a085fa41bd3144338a6f7ef4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-06-18 - Environment x ECOEMBALAJES ESPAÑA, S.A."],"date":["2019-06-18"],"summary":["Recycling, Waste, Circular Economy, Plastics"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-env"],"involved":["eu-tr-159298416382-03","ec-person-3bc74ce04ea3f4ab4d91a5c88eef25b8b8a213b4"]}} -{"id":"ec-meeting-2019-06-19-05a7dade16c6a6d50fc6714fae17f040ec3dd4de","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-06-19 - Structural Reform Support x European Round Table for Industry"],"date":["2019-06-19"],"summary":["Digitalisation of European Industries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-reform"],"involved":["eu-tr-25487567824-45","ec-person-6420facda81e0ac04377023fcfa86e953541782b"]}} -{"id":"ec-meeting-2019-06-19-22aaa4fec4e95dce02c3ef84fc28cff818f71dff","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-06-19 - Cabinet of Commissioner Christos Stylianides x Telefonica, S.A."],"date":["2019-06-19"],"summary":["Discussion on private sector engagement and education in emergencies"],"notes":["Portfolio: Humanitarian Aid & Crisis Management"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-christos-commissioner-of-stylianides"],"involved":["eu-tr-52431421-12","ec-person-cdd689bd079714522dad472ea4446b0fcc660d8f","ec-person-9a7ffff885ea7aadeebfd69837bfdae14289b06b"]}} -{"id":"ec-meeting-2019-06-19-293026240cca0e510906cf9edef70e9002e6c1d9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-06-19 - Cabinet of Commissioner Elżbieta Bieńkowska x Blic Oy"],"date":["2019-06-19"],"summary":["sustainable biofuels"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-687078815005-93","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2019-06-19-5b6fbe6b0a72550cd4d481b95335b4b725259ef7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-06-19 - Communications Networks, Content and Technology x EIT Digital"],"date":["2019-06-19"],"summary":["EIT Strategic Innovation Agenda"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-848163332915-94","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2019-06-19-65c893b5262053d86418d2f0a28e78c37080f347","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-06-19 - Cabinet of Commissioner Marianne Thyssen x Airbus"],"date":["2019-06-19"],"summary":["European Skills Policy"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["eu-tr-2732167674-76","ec-person-7567514af00f139b390cf9864d28a090ca0fde25"]}} -{"id":"ec-meeting-2019-06-19-70426f9a5d955c5ad7adb3426f4f0814c931babd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-06-19 - Cabinet of Commissioner Carlos Moedas x ETIP ZEP"],"date":["2019-06-19"],"summary":["Clean energy R&I"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["eu-tr-793300922868-60","ec-person-0a716bf5253e913fc40ebf14c12f30dc2e7a06ee"]}} -{"id":"ec-meeting-2019-06-19-79d1319534b250f641a8e4e4ae4821a0f76bceab","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-06-19 - Cabinet of Commissioner Julian King x Hertie School"],"date":["2019-06-19"],"summary":["anti-radicalisation"],"notes":["Portfolio: Security Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-julian-king-of"],"involved":["eu-tr-500468931965-26","ec-person-d79b91ed720b1c6bd49ce28254caac411bf07855"]}} -{"id":"ec-meeting-2019-06-19-81a83b814a2216ea28e59358f3004c6d49f82d07","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-06-19 - Energy x European Geothermal Energy Council European Heat Pump Association"],"date":["2019-06-19"],"summary":["The heating and cooling sector, decarbonisation, boosting the energy performance of buildings"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-23643001178-02","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e","eu-tr-11458103335-07"]}} -{"id":"ec-meeting-2019-06-19-96c3ba2f1769006edbe0d20a28771623c52c20e6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-06-19 - Cabinet of Commissioner Carlos Moedas x Crue universidades españolas"],"date":["2019-06-19"],"summary":["Portugal, Research and Innovation landscape"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-01051f0f33bfdc2ecc41873c02cae666c5e0d099","ec-person-23980b2bc4fd9c82051d0f7888dc236b2f764866","eu-tr-071771920040-91"]}} -{"id":"ec-meeting-2019-06-19-c8830b7dbf25922391aa00eb32cac8ce6c7b0b78","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2019-06-19 - Cabinet of First Vice-President Frans Timmermans x Global March Against Child Labour"],"date":["2019-06-19"],"summary":["Sustainable development and children's rights","Children’s rights and sustainable development"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-959137934771-01","ec-person-966667b73d92624be9bb019c2baab7e52331b3d3"]}} -{"id":"ec-meeting-2019-06-19-ec8b722118f3e00c26d579bb531ceb944de98e3b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-06-19 - Cabinet of Vice-President Günther Oettinger x Siemens Stiftung"],"date":["2019-06-19"],"summary":["Presentation of Siemens Stiftung"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-767439135147-68","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2019-06-19-ee3ee5b56c04fd5583a7e4f9543ff41702718278","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-06-19 - Research and Innovation x Centre National de la Recherche Scientifique"],"date":["2019-06-19"],"summary":["Conference"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-rtd"],"involved":["ec-person-1d348f33395de0ea6773a7b4ae8797e3e0392f73","eu-tr-787054318177-33"]}} -{"id":"ec-meeting-2019-06-20-0de840d31eddcf828ee72b47fea26bf47fc0dac2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-06-20 - Cabinet of Vice-President Cecilia Malmström x Tetra Pak Group"],"date":["2019-06-20"],"summary":["Trade relations with Colombia"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-98880f3f4206145e196013db9dd806a551c11e06","eu-tr-7574443768-34"]}} -{"id":"ec-meeting-2019-06-20-287fcfe0e4b01fc4f47c10ddeb98b39ab5a6b0dd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-06-20 - Cabinet of Commissioner Carlos Moedas x UNINOVA-Instituto de Desenvolvimento de Novas Tecnologias"],"date":["2019-06-20"],"summary":["Presentation of the project H2020 InsiDE -Inventing a Shared Science Diplomacy"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-f7ccc3ad366dd2fdb24870e1c02ff2763539c82f","eu-tr-256799815101-78"]}} -{"id":"ec-meeting-2019-06-20-2bb754ea0ec3a55718788b602140144272818652","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-06-20 - Employment, Social Affairs and Inclusion x BUSINESSEUROPE"],"date":["2019-06-20"],"summary":["Meeting with Markus Beyrer to discuss 883, the EMU communication and reinforcement of the social surveillance."],"location":["Bruxelles"],"address":["Bruxelles"],"addressEntity":["addr-b58f5927b66d94a676970dc048485d4c6848f272"],"organizer":["ec-dg-empl"],"involved":["eu-tr-3978240953-79","ec-person-dd259fce880e1853f0beb087443bce6e7dea70d7"]}} -{"id":"ec-meeting-2019-06-20-38c48afac131ead0960b3b6bf68a62cf5dbdce2b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-06-20 - Cabinet of Vice-President Cecilia Malmström x Saint-Gobain Building Glass Benelux"],"date":["2019-06-20"],"summary":["Tubes and pipes of ductile cast iron from India"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-ce1312d2a248f71fe74eed58aa5915cfa445bbba","ec-person-171e0bfe7e56605212c3c6e618a5d2d7fc23f75f","eu-tr-29198603564-71"]}} -{"id":"ec-meeting-2019-06-20-3d914c1ff473662b259b3f7ba29969877c1533b7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-06-20 - Environment x Energy Transitions Commission"],"date":["2019-06-20"],"summary":["Taxonomy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-env"],"involved":["eu-tr-225968629523-78","ec-person-3bc74ce04ea3f4ab4d91a5c88eef25b8b8a213b4"]}} -{"id":"ec-meeting-2019-06-20-3e5124c1be0a92e3ca606cc086d2b5cec936c313","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-06-20 - Cabinet of Commissioner Elżbieta Bieńkowska x Planet Labs Germany"],"date":["2019-06-20"],"summary":["Aerospace Industry"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["ec-person-95a769a1850d7d595f9a5853c51dcbdd3ddd69fb","ec-person-d2997a7f359c91a337055c3e24dd36bf928de38d","ec-person-685ecf13dd26cd515c961e24ba71049af2302c5e","eu-tr-293502227711-32"]}} -{"id":"ec-meeting-2019-06-20-4f901c8a8bba250c4f37f1e416eb389ebfe86f1d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-06-20 - Cabinet of Vice-President Jyrki Katainen x Fortum Oyj"],"date":["2019-06-20"],"summary":["Future of Europe, EP elections, Commission transition; and CCS potential in a broader context of circular economy development"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-03501997362-71","ec-person-0da85dc48012e26688310a59a0b51727ea68f410"]}} -{"id":"ec-meeting-2019-06-20-4fbc280d3305a95b8736de23e702d6211d14bf17","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-06-20 - Cabinet of Commissioner Carlos Moedas x European Cooperation in Science and Technology"],"date":["2019-06-20"],"summary":["COST Programme"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-b8d49828915f9008e764a78796d47ea00807a658","ec-person-23980b2bc4fd9c82051d0f7888dc236b2f764866","eu-tr-480090715925-32"]}} -{"id":"ec-meeting-2019-06-20-6731c8ce0543f45a0e6037e02bdd2ab970d01e69","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-06-20 - Financial Stability, Financial Services and Capital Markets Union x Visa Europe"],"date":["2019-06-20"],"summary":["Priorities for the next European Commission as they relate to the changing payment landscape."],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-61954192201-58","ec-person-bdee7a93f95c8ef05079539170139b3c02e8ed96"]}} -{"id":"ec-meeting-2019-06-20-8a3726f2456f202e0b623a0e1dc78138d3750d51","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-06-20 - Cabinet of President Jean-Claude Juncker x SumOfUs Pesticide Action Network Europe Greenpeace European Unit POLLINIS"],"date":["2019-06-20"],"summary":["Pesticides"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-e415577aabb40c0f789310505c6c5803aa69037b","eu-tr-15913213485-46","eu-tr-884107633752-88","eu-tr-9832909575-41","eu-tr-423355921224-78"]}} -{"id":"ec-meeting-2019-06-20-937460f81aadd94ee4124b14087f85594da94edf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-06-20 - Cabinet of Vice-President Andrus Ansip x KPN"],"date":["2019-06-20"],"summary":["Cybersecurity"],"notes":["Portfolio: Digital Single Market"],"location":["Amsterdam"],"address":["Amsterdam"],"addressEntity":["addr-2dce283e0e268a42d62e34467db274c9c38c358f"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-91ca0921c6790191daa54427311acd63035e7c9e","eu-tr-38392131923-05"]}} -{"id":"ec-meeting-2019-06-20-9d763cec570dd2cfd28461d575171bee06b1927f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-06-20 - Cabinet of Vice-President Günther Oettinger x REMONDIS GmbH & Co. KG, Region Südwest"],"date":["2019-06-20"],"summary":["Environment Circular Economy"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-439696535120-68","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2019-06-21-11bfe6cfdcb39dca8c3482a8639293e6ec8f3b81","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-06-21 - Cabinet of Vice-President Jyrki Katainen x SUEZ Group Fédération Nationale des Activités de Dépollution et de l'Environnement"],"date":["2019-06-21"],"summary":["SUEZ Manifesto on Sustainable Europe and compostable recycling"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-0da85dc48012e26688310a59a0b51727ea68f410","eu-tr-27799842497-69","eu-tr-232455019331-89"]}} -{"id":"ec-meeting-2019-06-21-15d698aa915846bc7a108d11fc165d9e95136a66","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-06-21 - Communications Networks, Content and Technology x Atos SE (France)"],"date":["2019-06-21"],"summary":["Stratégie Exascale d'ATOS, Industrie 4.0"],"location":["Paris"],"address":["Paris"],"addressEntity":["addr-22390ad11c32faec43fc61555b53607660b3c185"],"organizer":["ec-dg-connect"],"involved":["eu-tr-249876817241-03","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2019-06-21-1de74ac8231cd63101288fa89d76dc00fe17fdf3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-06-21 - Cabinet of Vice-President Günther Oettinger x Bundesverband der Deutschen Industrie e.V."],"date":["2019-06-21"],"summary":["Industrial Strategy"],"notes":["Portfolio: Budget & Human Resources"],"location":["Berlin"],"address":["Berlin"],"addressEntity":["addr-062b06ba8e755765c6b049809b7430fd54fe5b21"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-1771817758-48","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2019-06-21-33a6012293b2acf498f36132d630ff3c7a45954a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-06-21 - Cabinet of Vice-President Valdis Dombrovskis x EUROPEAN TRADE UNION CONFEDERATION"],"date":["2019-06-21"],"summary":["European Semester and strengthening of Social Dialogue in EU Member states"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-06698681039-26","ec-person-51a67cf3e19a8853620326cd57fd7e9750b2c9d7","ec-person-a9eda2e8ea54b70a968327672c6cada679d3cd56"]}} -{"id":"ec-meeting-2019-06-21-55f041b656e0b846bdcc0425954a64fd2b3bcde4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-06-21 - Trade x BUSINESSEUROPE"],"date":["2019-06-21"],"summary":["Priorities"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-trade"],"involved":["ec-person-2045c2589da3988908fcfe731e8224e7e06a7c63","eu-tr-3978240953-79"]}} -{"id":"ec-meeting-2019-06-21-babb9f93047f71c7f047283185905687d9263f37","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-06-21 - Cabinet of Vice-President Cecilia Malmström x Irish Farmers' Association"],"date":["2019-06-21"],"summary":["Mercosur / trade in beef"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-458700813641-37","ec-person-20ded9db5df11164331bb161fdf234b1e5ad53fd"]}} -{"id":"ec-meeting-2019-06-22-833a6eee0f36d28d4dc3a7889ad8bfe4778df591","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-06-22 - Mobility and Transport x Robert Bosch GmbH"],"date":["2019-06-22"],"summary":["Visit of Bosch R&D Centre with focus on road safety"],"location":["Ho Chi Minh City, Vietnam"],"address":["Ho Chi Minh City, Vietnam"],"addressEntity":["addr-f1fdffc604de547f5e9f8fdeaf52660a00ec6952"],"organizer":["ec-dg-move"],"involved":["ec-person-26cdfacae671b09917bee1a91c91973941fa58a2","eu-tr-8999533555-91"]}} -{"id":"ec-meeting-2019-06-24-2c6cb7008c3ad793bcabe992c7f41dccd3afde08","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-06-24 - Cabinet of Vice-President Günther Oettinger x Deutsche Bahn AG"],"date":["2019-06-24"],"summary":["CEF -EU rail infrastructure"],"notes":["Portfolio: Budget & Human Resources"],"location":["Berlin"],"address":["Berlin"],"addressEntity":["addr-062b06ba8e755765c6b049809b7430fd54fe5b21"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-4516220482-22","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2019-06-24-2d0a582fa6ec0535c5e77475ecb47935bf9e1693","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-06-24 - Cabinet of Vice-President Cecilia Malmström x Airbus"],"date":["2019-06-24"],"summary":["WTO"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-2732167674-76","ec-person-98880f3f4206145e196013db9dd806a551c11e06"]}} -{"id":"ec-meeting-2019-06-24-530a44414fbb782569b1ff0146b2a927d2785ea9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-06-24 - Inspire, Debate, Engage and Accelerate Action x Index Ventures (UK) LLP"],"date":["2019-06-24"],"summary":["Technology Startups"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-dg-idea"],"involved":["eu-tr-431789031930-74","ec-person-4fe56a64c00b3e81c851b5538878b32481bd7d3c"]}} -{"id":"ec-meeting-2019-06-24-90d37b115eda5b0188cb202e6583875281bbdfc7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-06-24 - Cabinet of President Jean-Claude Juncker x The Goldman Sachs Group, Inc."],"date":["2019-06-24"],"summary":["Meeting with Mr José Manuel Barroso ahead of the presentation of the book “La commission européenne 1986 – 2000: Histoire et mémoires d’une institution”"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-29c106b0461ffd79e95f0119bdd363fd3c7c3ab3","eu-tr-701266814986-18"]}} -{"id":"ec-meeting-2019-06-25-104422544b31e9819b2cc1191594ae6bad5e16c6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-06-25 - Cabinet of Vice-President Jyrki Katainen x Association of Finnish Local and Regional Authorities"],"date":["2019-06-25"],"summary":["Commission mandate achievements and future of Europe"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-d975183c78354d0db02d14e7929965ccae776a1b","eu-tr-807166031160-68"]}} -{"id":"ec-meeting-2019-06-25-2e718b5eb6bc2b3d6b1502e6074792d3784074e1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-06-25 - Cabinet of Vice-President Andrus Ansip x BT Group plc"],"date":["2019-06-25"],"summary":["5G and security of supply chains"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["ec-person-3ca0c466b8ff230d4409591430b388007ce14ff8","eu-tr-00919034091-89"]}} -{"id":"ec-meeting-2019-06-25-3e5cb6eb57b8e4c237f49e732dd832f45dde9e52","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-06-25 - Cabinet of Vice-President Valdis Dombrovskis x Index Ventures (UK) LLP"],"date":["2019-06-25"],"summary":["Exchange of views on stock options as a way to attract talent into European start-ups"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-b2d41137decbf33bc8076a41bfe11b68d501a7a0","eu-tr-431789031930-74","ec-person-30d770ccd575865b3106f94220ce1ace16e48f1a"]}} -{"id":"ec-meeting-2019-06-25-513aaeec994ee90cc2513fe196ff48d5ea870e31","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-06-25 - Cabinet of Commissioner Carlos Moedas x IrRADIARE, Investigação e Desenvolvimento em Engenharia e Ambiente, Lda"],"date":["2019-06-25"],"summary":["Regional Innovation Scoreboard"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-23980b2bc4fd9c82051d0f7888dc236b2f764866","ec-person-01051f0f33bfdc2ecc41873c02cae666c5e0d099","eu-tr-422154931291-94"]}} -{"id":"ec-meeting-2019-06-25-5608438b2e7e0ae5cb1e4b124844a04937862bed","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-06-25 - Internal Market, Industry, Entrepreneurship and SMEs x Nokia"],"date":["2019-06-25"],"summary":["Informal introductory meeting"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-grow"],"involved":["eu-tr-35167875358-33","ec-person-6299e47fea20df86a1b90bd5b033006b2cb35b5e"]}} -{"id":"ec-meeting-2019-06-25-7f6777c62e3e7a288e57b75a28467e873417e9e4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-06-25 - Cabinet of Vice-President Jyrki Katainen x Energy Efficiency in Industrial Processes"],"date":["2019-06-25"],"summary":["Climate-neutrality in 2050 and the role of copper industry in attaining this goal"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-66629495136-40","ec-person-0da85dc48012e26688310a59a0b51727ea68f410"]}} -{"id":"ec-meeting-2019-06-25-8e7d92aa7a4f0be2e50c5f6d34f565135008bb58","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-06-25 - Trade x Airbus"],"date":["2019-06-25"],"summary":["WTO dispute settlement"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-trade"],"involved":["ec-person-2045c2589da3988908fcfe731e8224e7e06a7c63","eu-tr-2732167674-76"]}} -{"id":"ec-meeting-2019-06-25-a2841b1240b373b1dff520b50351c7260b4ba347","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-06-25 - Cabinet of Commissioner Mariya Gabriel x Union Internationale des Cinémas"],"date":["2019-06-25"],"summary":["UNIC Manifesto"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["ec-person-1674399a793e9e6fd7cf55b525515fc862fc9351","eu-tr-74301917747-65"]}} -{"id":"ec-meeting-2019-06-25-aabb25874e1baace3fb3e009cac152903c154bc7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-06-25 - Cabinet of Vice-President Jyrki Katainen x Fur Europe"],"date":["2019-06-25"],"summary":["Animal welfare"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-819965911378-79","ec-person-ccd2797b568cba38993df7d1dcc985dbc1eb439a"]}} -{"id":"ec-meeting-2019-06-25-c02f2ade50b89f11b91430288c20183fe927effe","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-06-25 - Cabinet of Vice-President Valdis Dombrovskis x Banco Santander, S.A."],"date":["2019-06-25"],"summary":["PSD2, Digital payments"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-799142914971-03","ec-person-537401fc0be04984531b83660f416bf2fe14fbd8"]}} -{"id":"ec-meeting-2019-06-25-e8ec82e33c0709fbcd7a68284f87ad61b0a88850","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-06-25 - Health and Food Safety x European Federation of Pharmaceutical Industries and Associations"],"date":["2019-06-25"],"summary":["development of a High-level Forum on Healthcare; the Commission \"outcomes\" agenda; EU HTA Regulation proposal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-sante"],"involved":["eu-tr-38526121292-88","ec-person-42d2108d723f9b9017ed589e3271e3156172daa7"]}} -{"id":"ec-meeting-2019-06-25-f477a77f7634e70e37e1f67867137830347d77ea","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-06-25 - Cabinet of Commissioner Vytenis Andriukaitis x Bayer AG"],"date":["2019-06-25"],"summary":["Innovation in agriculture, new breding techniques"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-b9c3f19e7c5f216e3e508f931ddd6a9cb59376d1","eu-tr-3523776801-85"]}} -{"id":"ec-meeting-2019-06-25-f54049edd127213f4767fcc8560dcb1ccfd87544","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-06-25 - Inspire, Debate, Engage and Accelerate Action x Nokia"],"date":["2019-06-25"],"summary":["Digital Infrastructure"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-dg-idea"],"involved":["eu-tr-35167875358-33","ec-person-4fe56a64c00b3e81c851b5538878b32481bd7d3c"]}} -{"id":"ec-meeting-2019-06-25-f617314f3edcefd98667bf21f6398c79ccc0d9ab","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-06-25 - Cabinet of Vice-President Valdis Dombrovskis x Workday"],"date":["2019-06-25"],"summary":["Blockchain, GDPR, Digital Single Market, Data transfer between EU and EU"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-021253717373-58","ec-person-537401fc0be04984531b83660f416bf2fe14fbd8"]}} -{"id":"ec-meeting-2019-06-26-1cd60c98237a089af4735446e4db82617eedeef5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-06-26 - Cabinet of Vice-President Maroš Šefčovič x U. S. Steel Košice, s.r.o."],"date":["2019-06-26"],"summary":["Situation of the European Steel Sector"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-972729217124-54","ec-person-1f95be23689cd4ed0a26fe2980f760ccf2d55c1e"]}} -{"id":"ec-meeting-2019-06-26-25f15df09e4efecbd36dbafc709b2e63523e7a93","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-06-26 - Cabinet of Commissioner Mariya Gabriel x News Corporation"],"date":["2019-06-26"],"summary":["Copyright"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-544873617314-08","ec-person-1674399a793e9e6fd7cf55b525515fc862fc9351"]}} -{"id":"ec-meeting-2019-06-26-2a17817781f397f4215dfc50fad20768d789fffc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-06-26 - Cabinet of Vice-President Jyrki Katainen x EUROPEAN AUSTRALIAN BUSINESS COUNCIL"],"date":["2019-06-26"],"summary":["Exchange in EU-Australia economic and trade relations as well as in mega trends shaping the world economy"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90","eu-tr-56953548578-36"]}} -{"id":"ec-meeting-2019-06-26-3e869a2643dc30b5edc30cff404fbc0d121b0c7f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-06-26 - Cabinet of Commissioner Mariya Gabriel x SALESAS TRES CENTRO DE ESTUDIOS"],"date":["2019-06-26"],"summary":["Copyright"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-400183910694-08","ec-person-13ac9a19d8d04f97c0d32603d014df0dd4e1cd2a"]}} -{"id":"ec-meeting-2019-06-26-50286806291c8b703a7cd7b095c4722d1ebdd623","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-06-26 - Cabinet of Vice-President Cecilia Malmström x BSA | The Software Alliance"],"date":["2019-06-26"],"summary":["Digital Trade Agenda"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-40253de53528974f86265e42cb8ec0fd125ce471","eu-tr-75039383277-48"]}} -{"id":"ec-meeting-2019-06-26-60fd8bdd9b78128d6c779087cda1e0fa97e52158","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-06-26 - Cabinet of High Representative / Vice-President Federica Mogherini x International Partnership for Human Rights"],"date":["2019-06-26"],"summary":["Human rights"],"notes":["Portfolio: Foreign Affairs and Security Policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"involved":["ec-person-d2aee33b6a13b13cbded48adb1a569f8cf4d4033","eu-tr-47292178704-33"]}} -{"id":"ec-meeting-2019-06-26-716cb47ddcdbc51da1edc13a4de6d5619738aa68","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-06-26 - Cabinet of First Vice-President Frans Timmermans x Aviva Plc"],"date":["2019-06-26"],"summary":["Discussion on Sustainable development and finance"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-86270761494-62","ec-person-8d1c5ff76a431332387aa10936b0bff13f7d71fd"]}} -{"id":"ec-meeting-2019-06-26-7714a34e51a3c5d194b85f16591c3502887eeda3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-06-26 - Trade x Boeing International Corporation - Belgium Branch Office"],"date":["2019-06-26"],"summary":["WTO dispute settlement"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-trade"],"involved":["eu-tr-62505293737-81","ec-person-2045c2589da3988908fcfe731e8224e7e06a7c63"]}} -{"id":"ec-meeting-2019-06-26-ac8504e02720f5492ec3ffa523ee843690178902","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-06-26 - Cabinet of Vice-President Jyrki Katainen x DuPont de Nemours International SARL"],"date":["2019-06-26"],"summary":["Sustainability and innovation, and presentation of DuPont business strategy based on SDGs"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-3181166932-58","ec-person-0da85dc48012e26688310a59a0b51727ea68f410"]}} -{"id":"ec-meeting-2019-06-26-ad6c0197a4b2a2b7f7e9a271f9b72979b04a37d9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-06-26 - Energy x European Federation of Agencies and Regions for Energy and the Environment"],"date":["2019-06-26"],"summary":["the common objective and synergies in order to enable islands to become leaders of the clean energy transition"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-579945334611-71","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2019-06-26-d53a18aeb4053fa2586635209eea8845ede15bc1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-06-26 - Employment, Social Affairs and Inclusion x Netherlands house for Education and Research"],"date":["2019-06-26"],"summary":["Courtesy meeting with the new Neth-ER director, Jurgen Rienks."],"location":["Bruxelles"],"address":["Bruxelles"],"addressEntity":["addr-b58f5927b66d94a676970dc048485d4c6848f272"],"organizer":["ec-dg-empl"],"involved":["eu-tr-01678796979-90","ec-person-dd259fce880e1853f0beb087443bce6e7dea70d7"]}} -{"id":"ec-meeting-2019-06-26-e1bc7848e4397b634df4ec05c079bb111ecd1b20","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-06-26 - Cabinet of Commissioner Vytenis Andriukaitis x European Federation of Pharmaceutical Industries and Associations"],"date":["2019-06-26"],"summary":["Access to medicines, shortages, medicines for rare diseases and children"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["eu-tr-38526121292-88","ec-person-b4899928aefa422e4992056d90974930b39cad81","ec-person-d462b3c7daeee00ad55e380a7fb96819f79899df","ec-person-df30d07ef698a52b9948b9c734db39196cf8541f"]}} -{"id":"ec-meeting-2019-06-26-eabd8b83d36efee190ba4018e3033de544a9f86b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-06-26 - Cabinet of Vice-President Jyrki Katainen x Bank Gospodarstwa Krajowego"],"date":["2019-06-26"],"summary":["InvestEU/next steps"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-558044927437-22","ec-person-c3d85c41b6b842aae5c953d41fda5f240a5d0969"]}} -{"id":"ec-meeting-2019-06-26-f1709366060ea610285a7142ca57d087fda81382","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-06-26 - Health and Food Safety x Specialised Nutrition Europe"],"date":["2019-06-26"],"summary":["SNE priorities, EU developments related to specialised nutrition (food additives, sports nutrition, chlorate in food, processed cereal based foods, baby foods)"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-sante"],"involved":["eu-tr-33498019160-40","ec-person-42d2108d723f9b9017ed589e3271e3156172daa7"]}} -{"id":"ec-meeting-2019-06-26-fb317877d18532e546f67506bddbad0eaf599436","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-06-26 - Cabinet of Commissioner Carlos Moedas x Bolt"],"date":["2019-06-26"],"summary":["European Innovation Policy"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["eu-tr-995377734447-25","ec-person-b8d49828915f9008e764a78796d47ea00807a658","ec-person-2b4bb0b28e7435e5f612e44d9664dbd1051efc55"]}} -{"id":"ec-meeting-2019-06-27-0a4037bb7587646497c7ced36095106da7c3c7e0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-06-27 - Cabinet of Commissioner Věra Jourová x The ONE Campaign"],"date":["2019-06-27"],"summary":["Gender equality"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Belgium, Brussels"],"address":["Belgium, Brussels"],"addressEntity":["addr-0c96bd4b2c2391b43c37eda4c201015868b0aa7b"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-5455ecfabb89025694c798deac08160a2be17d94","eu-tr-26098317349-65"]}} -{"id":"ec-meeting-2019-06-27-16822105ef9713eedb71e400a27b9fc3ce804042","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-06-27 - Health and Food Safety x European Public Health Association"],"date":["2019-06-27"],"summary":["The future of public health in Europe; ss collaboration and opportunities for strengthening public health in Europe"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-sante"],"involved":["eu-tr-37673629826-90","ec-person-42d2108d723f9b9017ed589e3271e3156172daa7"]}} -{"id":"ec-meeting-2019-06-27-37d8e4ddadc04650670c8b2c4af3e5470aa0132f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-06-27 - Trade x McLarty Associates"],"date":["2019-06-27"],"summary":["EU-US Relations"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-trade"],"involved":["ec-person-2045c2589da3988908fcfe731e8224e7e06a7c63","eu-tr-502376418704-34"]}} -{"id":"ec-meeting-2019-06-27-608f75bd68ed12dfff514b6c2d99e1cd88184c87","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-06-27 - Financial Stability, Financial Services and Capital Markets Union x Viel & Cie"],"date":["2019-06-27"],"summary":["La problématique des liquidités de marchés."],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-178031434813-93","ec-person-bdee7a93f95c8ef05079539170139b3c02e8ed96"]}} -{"id":"ec-meeting-2019-06-27-704d7323c5b05f29b5bcf586e49d1f336e13da77","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-06-27 - Cabinet of Vice-President Andrus Ansip x Workday"],"date":["2019-06-27"],"summary":["Artificial Intelligence"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-021253717373-58","ec-person-99b172d8fe23e00b94022cbd096978be2b48eb81"]}} -{"id":"ec-meeting-2019-06-27-cc561d1eb95ea683e292ab0f2f199616a3eb6c11","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-06-27 - Financial Stability, Financial Services and Capital Markets Union x Fédération bancaire française"],"date":["2019-06-27"],"summary":["Fonds de Résolution Unique."],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["ec-person-bdee7a93f95c8ef05079539170139b3c02e8ed96","eu-tr-09245221105-30"]}} -{"id":"ec-meeting-2019-06-27-d9e492c72f2b6563396fdeff0966cdb10a2ac6db","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2019-06-27 - Cabinet of Commissioner Věra Jourová x BSA | The Software Alliance"],"date":["2019-06-27"],"summary":["Privacy Shield"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-3269ef00f0778677e6f4c8e0f72ce019084206fb","ec-person-a608b85b2ffef83f883b5a2330b6232efa1b7141","eu-tr-75039383277-48"]}} -{"id":"ec-meeting-2019-06-27-e1367fcd69f3a26f6acc54b24f19da3a8db75949","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-06-27 - Energy x Swissgrid AG"],"date":["2019-06-27"],"summary":["les grands enjeux du marché électrique européen"],"location":["Bruxelles, Belgique"],"address":["Bruxelles, Belgique"],"addressEntity":["addr-dee45fa36f6fea7b6920132acb02f707e309643d"],"organizer":["ec-dg-ener"],"involved":["ec-person-6997149120ce5129e38febe5275dc8fd03232d2e","eu-tr-60493327921-85"]}} -{"id":"ec-meeting-2019-06-27-e87735d650b34aadd9986e496c8c229a05127493","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-06-27 - Energy x GASTRADE SOCIETE ANONYME CONSTRUCTION AND TECHNICAL NATURAL GAS COMPANY"],"date":["2019-06-27"],"summary":["gas market developments"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-633389235190-84","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2019-06-27-f5f5141357bbcf24ad017a605c31b1ba937661da","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-06-27 - Health and Food Safety x Global Sepsis Alliance"],"date":["2019-06-27"],"summary":["Findings on sepsis in Global Burden of Disease Report; Latest knowledge about sepsis occurrence in Europe; WHO approach to patient safety; Ideas around EU value added on sepsis"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-sante"],"involved":["ec-person-42d2108d723f9b9017ed589e3271e3156172daa7","eu-tr-932295729026-38"]}} -{"id":"ec-meeting-2019-06-27-f7edef5ef57d66821d0e0ed202f93cd6c4afcf8b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-06-27 - Cabinet of High Representative / Vice-President Federica Mogherini x Transparency International"],"date":["2019-06-27"],"summary":["Situation in Georgia"],"notes":["Portfolio: Foreign Affairs and Security Policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"involved":["ec-person-d2aee33b6a13b13cbded48adb1a569f8cf4d4033","eu-tr-501222919-71"]}} -{"id":"ec-meeting-2019-06-27-fccdf6ad24041edd33e0a945cc79a98b1fbbb8dc","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2019-06-27 - Cabinet of Commissioner Carlos Moedas x Energy Efficiency in Industrial Processes"],"date":["2019-06-27"],"summary":["Clean Energy"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-0a716bf5253e913fc40ebf14c12f30dc2e7a06ee","eu-tr-66629495136-40"]}} -{"id":"ec-meeting-2019-06-28-2e1fc701541f8023eb4bf5848e8c05bbc3377160","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-06-28 - Health and Food Safety x International Biocontrol Manufacturers' Association"],"date":["2019-06-28"],"summary":["Low-risk biological PPPs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-sante"],"involved":["ec-person-42d2108d723f9b9017ed589e3271e3156172daa7","eu-tr-06818218065-85"]}} -{"id":"ec-meeting-2019-06-28-4711e54bcdf164118a059d5acb5c766238ad1a6a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-06-28 - Cabinet of Commissioner Mariya Gabriel x Fédération Nationale de l'Habillement"],"date":["2019-06-28"],"summary":["Digital skills"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-331422120013-51","ec-person-13ac9a19d8d04f97c0d32603d014df0dd4e1cd2a"]}} -{"id":"ec-meeting-2019-06-28-690934db959a73645a3fdd28178de4d94c4c8e2f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-06-28 - Employment, Social Affairs and Inclusion x EUROPEAN TRADE UNION CONFEDERATION"],"date":["2019-06-28"],"summary":["Meeting with Luca Visentini to discuss the after-elections evaluation, to introduce the newly elected Deputy General Secretary Per Hilmersson and cover pending issues (Partnership for Collective Bargaining and Bucharest Conference, implementation EPSR, 883, Posting of Workers)."],"location":["Bruxelles"],"address":["Bruxelles"],"addressEntity":["addr-b58f5927b66d94a676970dc048485d4c6848f272"],"organizer":["ec-dg-empl"],"involved":["eu-tr-06698681039-26","ec-person-dd259fce880e1853f0beb087443bce6e7dea70d7"]}} -{"id":"ec-meeting-2019-06-28-7c29e00ae11812001ad0fda08182738c8c4d0b80","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-06-28 - Cabinet of Vice-President Günther Oettinger x Bundesverband Informationswirtschaft, Telekommunikation und neue Medien e. V."],"date":["2019-06-28"],"summary":["digital policy"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-5351830264-31","ec-person-b17d355ca19058898aba2ec032de59f8701d47f5"]}} -{"id":"ec-meeting-2019-06-28-a616dc0d2a1052cf17f5dd8c27eb228f087c16cc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-06-28 - Inspire, Debate, Engage and Accelerate Action x Bitkom e.V."],"date":["2019-06-28"],"summary":["Digital Sovereignty"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-dg-idea"],"involved":["eu-tr-5351830264-31","ec-person-4fe56a64c00b3e81c851b5538878b32481bd7d3c"]}} -{"id":"ec-meeting-2019-06-28-a9fe8c747f08da0b67b6fd1093dae9390727d32d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-06-28 - Inspire, Debate, Engage and Accelerate Action x Netflix International B.V."],"date":["2019-06-28"],"summary":["Audio-visual Services"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-dg-idea"],"involved":["eu-tr-487726915971-30","ec-person-4fe56a64c00b3e81c851b5538878b32481bd7d3c"]}} -{"id":"ec-meeting-2019-06-28-acbb29606333a8353d44c0243d7ec67bef7fdf17","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-06-28 - Cabinet of Commissioner Elżbieta Bieńkowska x DuPont de Nemours International SARL"],"date":["2019-06-28"],"summary":["the future challenges in industrial policy, sustainability and innovation"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-3181166932-58","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2019-06-28-ae3ef0a05673b4827d94e606700fb2086fededa1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-06-28 - Cabinet of Commissioner Elżbieta Bieńkowska x European Chemical Industry Council"],"date":["2019-06-28"],"summary":["industrial policy"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-64879142323-90","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2019-06-28-af9d3842d73b6f4dd3e1a0f970287fcddc3b30b9","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2019-06-28 - Cabinet of Commissioner Věra Jourová x Netflix International B.V."],"date":["2019-06-28"],"summary":["AI, Privacy, Gender equality"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-a608b85b2ffef83f883b5a2330b6232efa1b7141","eu-tr-487726915971-30","ec-person-184e698af1eb9e33b179680570ca171d8cb31c94","ec-person-3269ef00f0778677e6f4c8e0f72ce019084206fb"]}} -{"id":"ec-meeting-2019-06-28-bced3789b5451f60f2e7dca68c6b3b346cacb811","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-06-28 - Health and Food Safety x FIPRA International SRL"],"date":["2019-06-28"],"summary":["o\tA senior European Commissioner to oversee cross- and inter-sectoral action on health and well-being, o\tStrengthened health and well-being impact assessments in the EU; o\tA ‘home for health’ within the Commission to create a centre of knowledge and expertise to cooperate with other international organisations such as the WHO and OECD."],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-sante"],"involved":["eu-tr-58746194306-23","ec-person-42d2108d723f9b9017ed589e3271e3156172daa7"]}} -{"id":"ec-meeting-2019-06-28-f90280ed964033498fe588743b4b9bc780958942","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-06-28 - Cabinet of Commissioner Vytenis Andriukaitis x Land- en Tuinbouw Organisatie Nederland"],"date":["2019-06-28"],"summary":["Food Waste - Food Heroes"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-0dbfffeb0323f819c8d57164906086dd8639c437","ec-person-df30d07ef698a52b9948b9c734db39196cf8541f","eu-tr-4656646862-72"]}} -{"id":"ec-meeting-2019-07-01-628f982b9435ab5450efd7c26db5be6c020ac0b6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-07-01 - Financial Stability, Financial Services and Capital Markets Union x Paris EUROPLACE"],"date":["2019-07-01"],"summary":["Green finance and fintech."],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-523146516037-10","ec-person-bdee7a93f95c8ef05079539170139b3c02e8ed96"]}} -{"id":"ec-meeting-2019-07-01-8150d9645c09d3f36fbc84291be9c1bd4a68e123","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-07-01 - Cabinet of Vice-President Miguel Arias Cañete x Telefonica, S.A."],"date":["2019-07-01"],"summary":["Latest developments in the field of Digital EU policy"],"notes":["Portfolio: Climate Action & Energy"],"location":["Strasbourg"],"address":["Strasbourg"],"addressEntity":["addr-a7b90170b4a5bf2d1d09ccfd109b57e0a030cfc4"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-52431421-12","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd"]}} -{"id":"ec-meeting-2019-07-01-aa74ee21adb89a3a5625785b620e0bf79c840dd2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-07-01 - Cabinet of Commissioner Carlos Moedas x Ecole Polytechnique Fédérale de Lausanne"],"date":["2019-07-01"],"summary":["EU-Swiss relations and Horizon Europe"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Lausanne"],"address":["Lausanne"],"addressEntity":["addr-fb15d1e5d748ce024a944f59f9bf651919032bd1"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-8ec05e08adb6965c1b360cae0a4d52d4d72a2f95","ec-person-23980b2bc4fd9c82051d0f7888dc236b2f764866","eu-tr-841080615299-36"]}} -{"id":"ec-meeting-2019-07-01-c40eca437700ead7623c29afb2c51f017daee324","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-07-01 - Health and Food Safety x The European Association of Hospital Pharmacists"],"date":["2019-07-01"],"summary":["•\tThe current medicines shortages situation in Europe; •\tOur request for an investigation into the causes of shortages; and, •\tThe general need for better information sharing about shortages."],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-sante"],"involved":["ec-person-42d2108d723f9b9017ed589e3271e3156172daa7","eu-tr-82950919755-02"]}} -{"id":"ec-meeting-2019-07-01-c86d6097824707aab179e7c06d1721bafa962eb5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-07-01 - Cabinet of Vice-President Maroš Šefčovič x Polskie Gornictwo Naftowe i Gazownictwo SA - Polish Oil and Gas Company"],"date":["2019-07-01"],"summary":["State of the Energy Union"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-442becb1e681f03d9df1dc59e73ecf1336c48402","eu-tr-70816716119-36"]}} -{"id":"ec-meeting-2019-07-02-0551d68db180b16d4227037c921de5a76011864f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-07-02 - Cabinet of Vice-President Günther Oettinger x European Telecommunications Network Operators' Association"],"date":["2019-07-02"],"summary":["EU Digital Policy"],"notes":["Portfolio: Budget & Human Resources"],"location":["Strasbourg"],"address":["Strasbourg"],"addressEntity":["addr-a7b90170b4a5bf2d1d09ccfd109b57e0a030cfc4"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911","eu-tr-08957111909-85"]}} -{"id":"ec-meeting-2019-07-02-1dcd8162125731dadd0b4713eab641bfe32a10df","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-07-02 - Trade x Comité Européen des Entreprises Vins"],"date":["2019-07-02"],"summary":["State of play of trade negotiations"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-trade"],"involved":["eu-tr-2663914841-28","ec-person-2045c2589da3988908fcfe731e8224e7e06a7c63"]}} -{"id":"ec-meeting-2019-07-02-3890586e4de67b32535b0b16f8ea28632847684b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-07-02 - Mobility and Transport x Transport and Environment (European Federation for Transport and Environment)"],"date":["2019-07-02"],"summary":["sustainable transport"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-move"],"involved":["ec-person-26cdfacae671b09917bee1a91c91973941fa58a2","eu-tr-58744833263-19"]}} -{"id":"ec-meeting-2019-07-02-688eaa953d669b441b159e1cbe8bc61227d1bbae","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-07-02 - Foreign Policy Instruments x Antwerp World Diamond Centre"],"date":["2019-07-02"],"summary":["Follow up to June 2019 KP intersessional"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fpi"],"involved":["ec-person-c3b6b442c99862009242a343eeb51ed66498bd31","eu-tr-23256548246-36"]}} -{"id":"ec-meeting-2019-07-02-7550b1a9f5c953fa52aab380baeb6502f4ff909b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-07-02 - Cabinet of Vice-President Günther Oettinger x Qualcomm Communications SARL"],"date":["2019-07-02"],"summary":["Standardisation"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["ec-person-76c97b49eb5244be0c8636bbc9caa6101f3cce84","eu-tr-174684235534-60"]}} -{"id":"ec-meeting-2019-07-02-83f6a18db9e5a13ebc2ea66796bd860c1df9b03f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-07-02 - Communications Networks, Content and Technology x Institut Curie"],"date":["2019-07-02"],"summary":["Artificial intelligence and research prospects in Europe"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-927836230818-56","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2019-07-02-9f7aef92c2afb69a9277af92d73759356af20deb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-07-02 - Cabinet of Commissioner Elżbieta Bieńkowska x AstraZeneca"],"date":["2019-07-02"],"summary":["Reach"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-42561875992-94","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2019-07-02-a404c3f1d8cd1050844af4f827f9df28dbca91f9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-07-02 - Cabinet of Vice-President Jyrki Katainen x Notre Europe - Institut Jacques Delors / Notre Europe - Jacques Delors Institute"],"date":["2019-07-02"],"summary":["InvestEU programme and the role of national promotional banks"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-726109217329-25","ec-person-c3d85c41b6b842aae5c953d41fda5f240a5d0969"]}} -{"id":"ec-meeting-2019-07-02-aa8af9a2607d7891dfa3e170abc330518df33954","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-07-02 - Cabinet of Vice-President Günther Oettinger x Telefonica, S.A."],"date":["2019-07-02"],"summary":["EU Digital policy"],"notes":["Portfolio: Budget & Human Resources"],"location":["Strasbourg"],"address":["Strasbourg"],"addressEntity":["addr-a7b90170b4a5bf2d1d09ccfd109b57e0a030cfc4"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-52431421-12","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2019-07-02-afa4cb5be398882657b00e05cf7d20e903b1d976","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-07-02 - Cabinet of Commissioner Phil Hogan x spiritsEUROPE"],"date":["2019-07-02"],"summary":["Memorandum of Understanding on labelling of spirit drinks. Trade related isuses."],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-c9d17d5879383b030f61a4066848249fb35d57e4","eu-tr-64926487056-58"]}} -{"id":"ec-meeting-2019-07-02-bb3d894c5a9bb84b52a43de82c786e7bc627e4e6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-07-02 - Cabinet of Commissioner Vytenis Andriukaitis x spiritsEUROPE"],"date":["2019-07-02"],"summary":["Alcohol labelling"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-b9c3f19e7c5f216e3e508f931ddd6a9cb59376d1","eu-tr-64926487056-58"]}} -{"id":"ec-meeting-2019-07-02-c3cd1708f70222869c0b3b5768ab6f6cbb180d69","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-07-02 - Cabinet of Vice-President Andrus Ansip x Friends of Europe"],"date":["2019-07-02"],"summary":["The future of digitisation in Europe"],"notes":["Portfolio: Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andrus-ansip-cabinet-of-president-vice"],"involved":["eu-tr-99436366768-45","ec-person-91ca0921c6790191daa54427311acd63035e7c9e"]}} -{"id":"ec-meeting-2019-07-03-1fba7a8744702c72e5624f0066958f996f9bc10e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-07-03 - Cabinet of First Vice-President Frans Timmermans x ClientEarth Environmental Investigation Agency WCS EU WWF European Policy Programme Conservation International Europe Greenpeace European Unit"],"date":["2019-07-03"],"summary":["discussion on EU action on fighting deforestation"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brusels"],"address":["Brusels"],"addressEntity":["addr-e85eebaf80c41fd7ae92316f22f67331a78b4b77"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-70299514465-38","eu-tr-1414929419-24","eu-tr-96645517357-19","eu-tr-9832909575-41","ec-person-8d1c5ff76a431332387aa10936b0bff13f7d71fd","eu-tr-054662633848-40","eu-tr-03960197927-62"]}} -{"id":"ec-meeting-2019-07-03-3e81f4b7b28ece0dbf4d39392392580fce9d8d13","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-07-03 - Cabinet of Commissioner Carlos Moedas x Peter G. Peterson Institute for International Economics"],"date":["2019-07-03"],"summary":["Productivity"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-b8d49828915f9008e764a78796d47ea00807a658","eu-tr-245016733415-68","ec-person-23980b2bc4fd9c82051d0f7888dc236b2f764866"]}} -{"id":"ec-meeting-2019-07-03-436aeb86705480291884d3c6835f0ffd62a98643","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-07-03 - Cabinet of Commissioner Mariya Gabriel x ABN AMRO Bank N.V."],"date":["2019-07-03"],"summary":["Policy of Ethical AI"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-353231132587-96","ec-person-fc1068d79545d1659bf47e9b62bfb0aed175629e"]}} -{"id":"ec-meeting-2019-07-03-7faa0d83b3b7dcc6c8950dd53407b3997321f80f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-07-03 - Cabinet of Commissioner Phil Hogan x Fonterra Co-operative Group Limited"],"date":["2019-07-03"],"summary":["Agri Matters"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-234577416588-90","ec-person-a1a78365cc4685b0958056646204977d8f2ead92"]}} -{"id":"ec-meeting-2019-07-03-a8380d8ba917476445cd8f18dbfc35e35ee797c5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-07-03 - Cabinet of Vice-President Günther Oettinger x ARD-Verbindungsbüro Brüssel"],"date":["2019-07-03"],"summary":["EU Digital policy"],"notes":["Portfolio: Budget & Human Resources"],"location":["Munich"],"address":["Munich"],"addressEntity":["addr-4bb73f4817cac7549995b34436d424f8d8b0f1b0"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-6774178922-55","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2019-07-03-c893f7df94ab76020978b7564d9e4381c70dc3d7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-07-03 - Communications Networks, Content and Technology x LifeTime Initiative"],"date":["2019-07-03"],"summary":["LifeTime project/next generation FET Flagship"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-204331434878-53","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2019-07-04-080c7da28867f0e7850c695d5664c9cefce71976","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-07-04 - Cabinet of Commissioner Mariya Gabriel x Institut de Recherche et de Communication sur l'Europe"],"date":["2019-07-04"],"summary":["éducation numérique, cybersécurité et télécommunications"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["ec-person-d995d34a2f8b1f0bf6a17486f5699181d6a01e1c","eu-tr-347204912066-34"]}} -{"id":"ec-meeting-2019-07-04-3758b7e60170ff8759ffad6279e5ea261d97e65e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-07-04 - Cabinet of Vice-President Cecilia Malmström x McLarty Associates"],"date":["2019-07-04"],"summary":["EU Australia FTA"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-cb8ca9ec2413722fa83484ed18dd76ace52d0118","eu-tr-502376418704-34"]}} -{"id":"ec-meeting-2019-07-04-95079cbf19e586614f5ee03f4d2c8bdf10dfb1ed","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-07-04 - Regional and Urban Policy x Cercle des Délégués Permanents Français"],"date":["2019-07-04"],"summary":["Modernisation de la politique de cohésion dans le contexte du cadre financier pluriannuel 2021-2027"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-regio"],"involved":["ec-person-3bc647761a4c1a96c0e7b4c3729d7408a61558b0","eu-tr-556993815043-84"]}} -{"id":"ec-meeting-2019-07-04-aba5e9b49f5101c65d8e8700fd01ae5a494eac53","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-07-04 - Health and Food Safety x Council of European Dentists"],"date":["2019-07-04"],"summary":["-\tFuture of health in the EU -\tAwareness campaigns for oral health -\tVaccines -\tAMR"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-sante"],"involved":["ec-person-42d2108d723f9b9017ed589e3271e3156172daa7","eu-tr-4885579968-84"]}} -{"id":"ec-meeting-2019-07-04-b532271a353b262a0970eb079a152e4de6be9aa1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-07-04 - Cabinet of President Jean-Claude Juncker x AEGIS Europe"],"date":["2019-07-04"],"summary":["WTO reform"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-e415577aabb40c0f789310505c6c5803aa69037b","eu-tr-790573922716-64"]}} -{"id":"ec-meeting-2019-07-04-ee55d39ad91492c83c02ef0d13ffc257b11d9964","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-07-04 - Cabinet of Vice-President Cecilia Malmström x Związek Pracodawców Business & Science Poland"],"date":["2019-07-04"],"summary":["Introductory meeting"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-548212735276-89","ec-person-171e0bfe7e56605212c3c6e618a5d2d7fc23f75f"]}} -{"id":"ec-meeting-2019-07-05-01d4927cc4db67543f8faba900870f1be48fea3f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-07-05 - Cabinet of Commissioner Carlos Moedas x The Guild of European Research-Intensive Universities"],"date":["2019-07-05"],"summary":["Horizon Europe Preparation"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-b8d49828915f9008e764a78796d47ea00807a658","eu-tr-265942623347-90"]}} -{"id":"ec-meeting-2019-07-05-19e403cce5a8b451b378b9606e326af0c91c97df","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-07-05 - Foreign Policy Instruments x Appel de Genève / Geneva Call"],"date":["2019-07-05"],"summary":["Exchange on conflict prevention and crisis management"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fpi"],"involved":["eu-tr-302979911822-71","ec-person-c3b6b442c99862009242a343eeb51ed66498bd31"]}} -{"id":"ec-meeting-2019-07-05-88b5046eb828a48ee223cc1b0ace662abc42a805","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-07-05 - Cabinet of Commissioner Carlos Moedas x John Wiley & Sons"],"date":["2019-07-05"],"summary":["Open Science"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-b8d49828915f9008e764a78796d47ea00807a658","eu-tr-543273616565-61"]}} -{"id":"ec-meeting-2019-07-05-b813850f78cfe97a5f899f0c96b9bbda06194050","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-07-05 - Inspire, Debate, Engage and Accelerate Action x Mercator Institute for China Studies"],"date":["2019-07-05"],"summary":["Geopolitics"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-dg-idea"],"involved":["eu-tr-722154030862-55","ec-person-4fe56a64c00b3e81c851b5538878b32481bd7d3c"]}} -{"id":"ec-meeting-2019-07-08-03ee4ae012e91b191e0b2190d44281ac39425b5a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-07-08 - Cabinet of Vice-President Günther Oettinger x Fundația ROMANIAN BUSINESS LEADERS Eugen Egetenmeir"],"date":["2019-07-08"],"summary":["Regional development in Romania"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-401923735343-79","eu-tr-421644634757-40","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2019-07-08-1cd60c98237a089af4735446e4db82617eedeef5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-07-08 - Cabinet of Vice-President Maroš Šefčovič x U. S. Steel Košice, s.r.o."],"date":["2019-07-08"],"summary":["Situation of the European Steel sector"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-972729217124-54","ec-person-e74918e8eb8a9ef96da8cb06c0eae7ac5080d822"]}} -{"id":"ec-meeting-2019-07-08-35797f972ed5c0503a600a2a6bd2d5b53413861e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-07-08 - Cabinet of Commissioner Violeta Bulc x VMware International Unlimited Company"],"date":["2019-07-08"],"summary":["Meeting with Prof. Tennenhouse"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-4d2b449b5047ea3fda435a2a1c1081e3babcdf76","eu-tr-922046321682-57","ec-person-9fddf13de7f65229b7da7c5b25dca1630cad3c48"]}} -{"id":"ec-meeting-2019-07-08-37218e56882fdf387be212d72db29dde677a97c0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-07-08 - Health and Food Safety x Association Nationale des Etudiants en Pharmacie de France"],"date":["2019-07-08"],"summary":["Les politiques de prévention; La e-santé; Les maladies rares; ’anonymisation des données de santé; l’indépendance de l’Europe dans la production de ces thérapies innovantes; L’antibiorésistance; politiques vaccinales."],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-sante"],"involved":["eu-tr-539785135277-22","ec-person-42d2108d723f9b9017ed589e3271e3156172daa7"]}} -{"id":"ec-meeting-2019-07-08-5aa4b674e0c1768e2f8a5677c77f630484f9c798","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-07-08 - Cabinet of Commissioner Tibor Navracsics x European Trade Union Committee for Education"],"date":["2019-07-08"],"summary":["Second European Education Summit"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["eu-tr-72197913011-06","ec-person-1da7ee09d46288ee4ea9db2b644bdcf9c3d6d000"]}} -{"id":"ec-meeting-2019-07-08-6a15d1ad20746c6405ef1b106e5ee8eeea1a402a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-07-08 - Taxation and Customs Union x Google"],"date":["2019-07-08"],"summary":["Presentation of Google Cloud by J. Paquay"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-taxud"],"involved":["ec-person-3173c1cc052827c58f23ccd3a8de07534f0d35bd","eu-tr-03181945560-59"]}} -{"id":"ec-meeting-2019-07-08-7e06b532d7c7f9cfa5d3b4c2263009f61e99cc8a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-07-08 - Financial Stability, Financial Services and Capital Markets Union x None"],"date":["2019-07-08"],"summary":["Capital Markets Union Working Group"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-15491122381-71","eu-tr-79019799690-13","eu-tr-63505977233-67","eu-tr-18614026826-73","eu-tr-624745614829-92","ec-person-bdee7a93f95c8ef05079539170139b3c02e8ed96"]}} -{"id":"ec-meeting-2019-07-08-9c8b475db591e85aaeb76487fe66ecdb31ded607","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-07-08 - Mobility and Transport x A.P. Møller - Mærsk A/S"],"date":["2019-07-08"],"summary":["global & EU maritime transport issues"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-move"],"involved":["eu-tr-680443918500-51","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2019-07-08-a5f14b6bf1dc01c52ab69c7f2c609170b3a27b26","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-07-08 - Internal Market, Industry, Entrepreneurship and SMEs x The European Steel Association"],"date":["2019-07-08"],"summary":["Discuss EU Climate & Energy Policy and Decarbonisation of the EU Steel Industry"],"location":["BREY 14/110"],"address":["BREY 14/110"],"addressEntity":["addr-5374271626647a743913c08456369f2dc434e666"],"organizer":["ec-dg-grow"],"involved":["ec-person-6299e47fea20df86a1b90bd5b033006b2cb35b5e","eu-tr-93038071152-83"]}} -{"id":"ec-meeting-2019-07-08-b4c6e14c38bb9c1bc60e99b6e128c7324954d37d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-07-08 - Cabinet of Vice-President Valdis Dombrovskis x Managed Funds Association"],"date":["2019-07-08"],"summary":["CMU, Sustainable Finance"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-30d770ccd575865b3106f94220ce1ace16e48f1a","eu-tr-041415315167-65"]}} -{"id":"ec-meeting-2019-07-08-b5291f9d12a64a0c7b8a6d5bf1bca3cd63595c2f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-07-08 - Cabinet of Vice-President Jyrki Katainen x Managed Funds Association"],"date":["2019-07-08"],"summary":["CMU and sustainable finance."],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-567e71ed1b2c1e3f5ed12f2c3bedf7e9e69a9158","eu-tr-041415315167-65"]}} -{"id":"ec-meeting-2019-07-08-d14518bf889bcacd15e0b09a634626b5de33ca78","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-07-08 - Cabinet of Commissioner Elżbieta Bieńkowska x Airbus"],"date":["2019-07-08"],"summary":["trade&defence preparatory meeting"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["ec-person-d2997a7f359c91a337055c3e24dd36bf928de38d","eu-tr-2732167674-76"]}} -{"id":"ec-meeting-2019-07-08-e496cc444ed8beb4d56b043dea05995a3c351cfd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-07-08 - Cabinet of Vice-President Cecilia Malmström x BUSINESSEUROPE"],"date":["2019-07-08"],"summary":["A Trade Strategy fit for the 21st century"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-19b143e83f8ab978c55c8a9a9e49e06dbfa14bf3","eu-tr-3978240953-79"]}} -{"id":"ec-meeting-2019-07-09-09e77b60434a1728ef971d7a59d5edb7b3b9a40e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-07-09 - Energy x GRTgaz"],"date":["2019-07-09"],"summary":["La sécurité et la sûreté des infrastructures critiques énergétiques en Europe, en particulier dans le domaine du gaz"],"location":["Bruxelles, Belgique"],"address":["Bruxelles, Belgique"],"addressEntity":["addr-dee45fa36f6fea7b6920132acb02f707e309643d"],"organizer":["ec-dg-ener"],"involved":["eu-tr-584527815328-09","ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"]}} -{"id":"ec-meeting-2019-07-09-13ab970c602481a24c448d7c722c6865e3a8d371","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-07-09 - Cabinet of Vice-President Miguel Arias Cañete x Shell Companies"],"date":["2019-07-09"],"summary":["Decarbonisation of the energy system"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-05032108616-26","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd"]}} -{"id":"ec-meeting-2019-07-09-1de4a07d59d1c7148d110e5ca4c250838cccd9b7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-07-09 - Cabinet of Vice-President Jyrki Katainen x QUALCOMM Incorporated"],"date":["2019-07-09"],"summary":["Future outlook on 5G and Digital Single Market"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-c50e8c2cc390c5efb0626988d173bc6758459e0f","eu-tr-00358442856-45"]}} -{"id":"ec-meeting-2019-07-09-2364664f8e9508260bb575a4712c4c9f000e21e7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-07-09 - Cabinet of Vice-President Maroš Šefčovič x OGP GAZ-SYSTEM S.A."],"date":["2019-07-09"],"summary":["Agenda of the next Commission in the energy sector"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-442becb1e681f03d9df1dc59e73ecf1336c48402","eu-tr-00105537635-20"]}} -{"id":"ec-meeting-2019-07-09-4646a958fd24a9efe771010a304214f7d1f850ad","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-07-09 - Cabinet of Vice-President Jyrki Katainen x Bombardier Transportation Aula Europe"],"date":["2019-07-09"],"summary":["EU & trade policy"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-478836130634-43","eu-tr-88742028087-64","ec-person-ccd2797b568cba38993df7d1dcc985dbc1eb439a"]}} -{"id":"ec-meeting-2019-07-09-4f54dadee5b0828445e5e8b30a1cdca9d4d04f25","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-07-09 - Cabinet of Vice-President Jyrki Katainen x Kleener Power Solutions Oy"],"date":["2019-07-09"],"summary":["Circular Economy"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Helsinki"],"address":["Helsinki"],"addressEntity":["addr-98dc71700228eb053aa75f338c9a8b5bcef38679"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90","eu-tr-397414235283-43"]}} -{"id":"ec-meeting-2019-07-09-6042a8fbce1634215bcbb8518f21b02162d53378","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-07-09 - Cabinet of First Vice-President Frans Timmermans x Shell Companies"],"date":["2019-07-09"],"summary":["Sustainability transition, net zero carbon emissions by 2050, energy security"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["ec-person-966667b73d92624be9bb019c2baab7e52331b3d3","eu-tr-05032108616-26"]}} -{"id":"ec-meeting-2019-07-09-66a74db3af894f76cf1091184e137a4a8e525754","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-07-09 - Cabinet of Vice-President Günther Oettinger x Verband der Automobilindustrie"],"date":["2019-07-09"],"summary":["EU transport and climate change policy"],"notes":["Portfolio: Budget & Human Resources"],"location":["BXL"],"address":["BXL"],"addressEntity":["addr-d2fde52f67ea4a3e1fe233d0a959d6a1c77fd910"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-95574664768-90","ec-person-b35676936bf5857250753de4a8c3e63bfc47b9d7"]}} -{"id":"ec-meeting-2019-07-09-687ece254b2cefce892f4ec6702d24f4b3ce89d2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-07-09 - Cabinet of Commissioner Elżbieta Bieńkowska x Hutnicza Izba Przemysłowo-Handlowa"],"date":["2019-07-09"],"summary":["Steel"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-890804512955-21","ec-person-7cb15e8a3e4a9ddc8f8d7a719a5f2e359a05f82a","ec-person-d2997a7f359c91a337055c3e24dd36bf928de38d","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2019-07-09-7b9a6ce6ad39108a1273602160b9bda6226ec8b6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-07-09 - Mobility and Transport x Bombardier Transportation"],"date":["2019-07-09"],"summary":["Single European Rail"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-move"],"involved":["eu-tr-478836130634-43","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2019-07-09-7f1f1284f542640c16ce1d9bc69e5df314fb20ff","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-07-09 - Cabinet of Vice-President Maroš Šefčovič x European Heat Pump Association"],"date":["2019-07-09"],"summary":["Agenda of the next European Commission in the energy sector"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-23643001178-02","ec-person-e74918e8eb8a9ef96da8cb06c0eae7ac5080d822"]}} -{"id":"ec-meeting-2019-07-09-846ec1ffd5c1bd8ced2aae64c775e77004bdab87","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-07-09 - Trade x Confederazione Generale dell'Industria Italiana"],"date":["2019-07-09"],"summary":["Priorities"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-trade"],"involved":["ec-person-2045c2589da3988908fcfe731e8224e7e06a7c63","eu-tr-27762251795-15"]}} -{"id":"ec-meeting-2019-07-09-c680bad781ed71a93feaa21fdbba3c2691552d90","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-07-09 - Environment x LyondellBasell Industries N.V."],"date":["2019-07-09"],"summary":["Plastic waste"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-env"],"involved":["eu-tr-950757315280-54","ec-person-3bc74ce04ea3f4ab4d91a5c88eef25b8b8a213b4"]}} -{"id":"ec-meeting-2019-07-09-d267432951e15ad4386b7f6589147be0708a9d4d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-07-09 - Cabinet of Vice-President Jyrki Katainen x Stora Enso Oyj"],"date":["2019-07-09"],"summary":["Circular bioeconomy"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Helsinki"],"address":["Helsinki"],"addressEntity":["addr-98dc71700228eb053aa75f338c9a8b5bcef38679"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90","eu-tr-269853831446-79"]}} -{"id":"ec-meeting-2019-07-09-d3bc5aa7a3b64719cd2d01f1fea440960beabb6f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-07-09 - Health and Food Safety x Institut national de recherche pour l’agriculture, l’alimentation et l’environnement"],"date":["2019-07-09"],"summary":["INRA’s presentation and health challenges ;\tOne health (human health, food, nutrition, animal health, plant health) ; Three research priorities developed at INRA : microbiome, holobionte, predictives approaches (toxicology, animal health, plant health), alternatives to pesticides"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-sante"],"involved":["ec-person-42d2108d723f9b9017ed589e3271e3156172daa7","eu-tr-028145011837-13"]}} -{"id":"ec-meeting-2019-07-09-d4a9cf649c9cc9e442cb6dca54efb82a14312e60","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-07-09 - Financial Stability, Financial Services and Capital Markets Union x JPMorgan Chase & Co."],"date":["2019-07-09"],"summary":["European agenda for the upcoming legislative mandate as well as the wider political and economic situation."],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-fisma"],"involved":["ec-person-bdee7a93f95c8ef05079539170139b3c02e8ed96","eu-tr-9171899949-17"]}} -{"id":"ec-meeting-2019-07-09-ea72f33d87b2ac579f577726aa5251a37f10b7a0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-07-09 - Climate Action x Tesla Motors Netherlands B.V."],"date":["2019-07-09"],"summary":["Presentation in brief recent and expected developments relevant for the decarbonisation of the road transport sector"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-clima"],"involved":["ec-person-9c5c685692a09a77f2bc8ae9c05663b87cd75aae","eu-tr-547225616323-13"]}} -{"id":"ec-meeting-2019-07-10-15798356ff11fd9a7a4f6f27a6f49f9b01a557fb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-07-10 - Cabinet of Commissioner Elżbieta Bieńkowska x European Copper Institute"],"date":["2019-07-10"],"summary":["Energy & Climate, E-mobility"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-04134171823-87","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2019-07-10-1da430f390bbe1519cc34b05780f535021af4848","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-07-10 - Internal Market, Industry, Entrepreneurship and SMEs x Bureau Européen des Unions de Consommateurs"],"date":["2019-07-10"],"summary":["Present their paper containing their priorities on consumer-specific initiatives"],"location":["BREY - Brussels"],"address":["BREY - Brussels"],"addressEntity":["addr-9f3707eb47bbe98098b5036ff64a7fa94abc52af"],"organizer":["ec-dg-grow"],"involved":["ec-person-6299e47fea20df86a1b90bd5b033006b2cb35b5e","eu-tr-9505781573-45"]}} -{"id":"ec-meeting-2019-07-10-32a2ea3e43d8d92184ab69047a28c0f8c9fb78d7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-07-10 - Cabinet of Vice-President Günther Oettinger x ILF Beratende Ingenieure GmbH"],"date":["2019-07-10"],"summary":["EU Energy policy"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-807519133888-39","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2019-07-10-510267f98df0c82712c4ea8aa7c2b4cda26592ce","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-07-10 - Regulatory Scrutiny Board x Centre for European Policy Studies"],"date":["2019-07-10"],"summary":["Seminar on Better Regulation in the EU and in the U.S."],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-rsb"],"involved":["ec-person-31c44e0f672f59d97fcdbfa3dc472749e3187fea","eu-tr-86853666704-95"]}} -{"id":"ec-meeting-2019-07-10-663c700bddc0c95710cbe309e676835b660c9f19","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-07-10 - Research and Innovation x European Foundation Centre"],"date":["2019-07-10"],"summary":["Single Market for Philanthropy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-rtd"],"involved":["eu-tr-78855711571-12","ec-person-1d348f33395de0ea6773a7b4ae8797e3e0392f73"]}} -{"id":"ec-meeting-2019-07-10-9d5896bfc25abf968769a4f79719ef9355e2501d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-07-10 - Cabinet of Commissioner Mariya Gabriel x Wavestone S.A."],"date":["2019-07-10"],"summary":["initiatives européennes"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-173044324277-21","ec-person-6cd1e3bf3a4eec9e9db49b32cf3d20ab7dbfe03f"]}} -{"id":"ec-meeting-2019-07-10-c115d50b2ed6d3189d48c1ff511482aa39f387e1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-07-10 - Cabinet of Vice-President Jyrki Katainen x Gates Ventures, LLC"],"date":["2019-07-10"],"summary":["Update on ongoing initiatives"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-c3d85c41b6b842aae5c953d41fda5f240a5d0969","eu-tr-458140332839-09"]}} -{"id":"ec-meeting-2019-07-10-c13d1f61f91daf0a3333814ea40e5c9c228fd398","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-07-10 - Internal Market, Industry, Entrepreneurship and SMEs x EuropaBio"],"date":["2019-07-10"],"summary":["Courtesy meeting to introduce themselves and present their priorities"],"location":["BREY - Brussels"],"address":["BREY - Brussels"],"addressEntity":["addr-9f3707eb47bbe98098b5036ff64a7fa94abc52af"],"organizer":["ec-dg-grow"],"involved":["ec-person-6299e47fea20df86a1b90bd5b033006b2cb35b5e","eu-tr-1298286943-59"]}} -{"id":"ec-meeting-2019-07-10-ca3e719d944ae8c4e77cc8500cffd8896ed51c05","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-07-10 - Internal Market, Industry, Entrepreneurship and SMEs x ArcelorMittal"],"date":["2019-07-10"],"summary":["Discuss the new European Steel market developments and European policy needs"],"location":["BREY - brussels"],"address":["BREY - brussels"],"addressEntity":["addr-56d8e8ac13afed46009c463be9a525347fdc98a9"],"organizer":["ec-dg-grow"],"involved":["ec-person-6299e47fea20df86a1b90bd5b033006b2cb35b5e","eu-tr-23527541824-60"]}} -{"id":"ec-meeting-2019-07-10-f8454702aa3dfb8a73a04504b86334b2b1570e45","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-07-10 - Cabinet of First Vice-President Frans Timmermans x Migration Policy Institute Europe"],"date":["2019-07-10"],"summary":["Global compact"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["ec-person-ee0e358952eb5192d26c98d36095038f6b8223f2","eu-tr-643139016047-27"]}} -{"id":"ec-meeting-2019-07-11-3232a0fd4fb2ac2aee38c3772fa9cd4116aa3258","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-07-11 - Health and Food Safety x Bureau Européen des Unions de Consommateurs"],"date":["2019-07-11"],"summary":["Civil society organisations demand the removal of E171 from the EU list of permitted food additives"],"location":["Brussels B232"],"address":["Brussels B232"],"addressEntity":["addr-83dfce0988e580cb20c7e8f83d57578d9dcdaaf4"],"organizer":["ec-dg-sante"],"involved":["eu-tr-9505781573-45","ec-person-42d2108d723f9b9017ed589e3271e3156172daa7"]}} -{"id":"ec-meeting-2019-07-11-56f04b8a6a45aa0fcbf70b6f1a8194d24e214e58","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-07-11 - Cabinet of Vice-President Günther Oettinger x TUI AG"],"date":["2019-07-11"],"summary":["EU Transport policy"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911","eu-tr-654909925315-71"]}} -{"id":"ec-meeting-2019-07-11-a7b1a91f33e1e2ebea8baa59e2ae3fb4963e63ec","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-07-11 - Cabinet of Commissioner Elżbieta Bieńkowska x OHB"],"date":["2019-07-11"],"summary":["Space policy"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["ec-person-685ecf13dd26cd515c961e24ba71049af2302c5e","eu-tr-648584214179-94","ec-person-d2997a7f359c91a337055c3e24dd36bf928de38d"]}} -{"id":"ec-meeting-2019-07-12-4f901c8a8bba250c4f37f1e416eb389ebfe86f1d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-07-12 - Cabinet of Vice-President Jyrki Katainen x Fortum Oyj"],"date":["2019-07-12"],"summary":["Commission mandate and future Commission"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Helsinki"],"address":["Helsinki"],"addressEntity":["addr-98dc71700228eb053aa75f338c9a8b5bcef38679"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90","eu-tr-03501997362-71"]}} -{"id":"ec-meeting-2019-07-12-6165ee44b135f11f833fc6916d79155b7f01d276","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-07-12 - Cabinet of Vice-President Cecilia Malmström x JPMorgan Chase & Co."],"date":["2019-07-12"],"summary":["current EU trade policy priorities"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-171e0bfe7e56605212c3c6e618a5d2d7fc23f75f","eu-tr-9171899949-17"]}} -{"id":"ec-meeting-2019-07-12-6361074057b5cea1aaeccbb426f5be6a61806f51","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-07-12 - Cabinet of Commissioner Marianne Thyssen x BUSINESSEUROPE"],"date":["2019-07-12"],"summary":["Labour Mobility"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["eu-tr-3978240953-79","ec-person-7567514af00f139b390cf9864d28a090ca0fde25"]}} -{"id":"ec-meeting-2019-07-12-70fac6e4dbb52fbd73ce9b9d23e629c2ed482594","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-07-12 - Cabinet of Commissioner Elżbieta Bieńkowska x THALES"],"date":["2019-07-12"],"summary":["space"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["ec-person-d2997a7f359c91a337055c3e24dd36bf928de38d","eu-tr-91711831031-23"]}} -{"id":"ec-meeting-2019-07-12-856a5afe1132b9989fef5d6fd8066bbc8550c2f9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-07-12 - Cabinet of Commissioner Violeta Bulc x TPV GROUP, naložbe in inženiring d.o.o."],"date":["2019-07-12"],"summary":["Decarbonisation and digitalisation in transports"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-915481135379-46","ec-person-4d2b449b5047ea3fda435a2a1c1081e3babcdf76","ec-person-a9f4fe47da47a1b05bbfda9825908089d11bda93"]}} -{"id":"ec-meeting-2019-07-12-a72fb21cefe8f910686b18c35aaf18be6b42014b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-07-12 - Cabinet of Commissioner Carlos Moedas x Hertie School"],"date":["2019-07-12"],"summary":["R&I Systems"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["eu-tr-500468931965-26","ec-person-0a716bf5253e913fc40ebf14c12f30dc2e7a06ee"]}} -{"id":"ec-meeting-2019-07-12-f62d1bd2777133fe9886a31cc8cc012225cebf31","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-07-12 - Cabinet of Commissioner Mariya Gabriel x Cabinet d'avocats SAMMAN"],"date":["2019-07-12"],"summary":["DSM"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-472030121036-71","ec-person-d995d34a2f8b1f0bf6a17486f5699181d6a01e1c"]}} -{"id":"ec-meeting-2019-07-15-114ddd751c0508f8b6169e1313ddd15547b93545","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-07-15 - Financial Stability, Financial Services and Capital Markets Union x L'Oréal"],"date":["2019-07-15"],"summary":["L'Oréal in Europe: presence, strategy, challenges."],"location":["Paris"],"address":["Paris"],"addressEntity":["addr-22390ad11c32faec43fc61555b53607660b3c185"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-02776221598-67","ec-person-bdee7a93f95c8ef05079539170139b3c02e8ed96"]}} -{"id":"ec-meeting-2019-07-15-2fdec122d4c69325fabf693b92d417cafdd301ba","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-07-15 - Cabinet of Commissioner Tibor Navracsics x Aalto-korkeakoulusäätiö / Aalto University"],"date":["2019-07-15"],"summary":["Co-operation between Aalto University and the EIT"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["eu-tr-25901146020-53","ec-person-33076d1a800ce856f29bbab43813a5a80eef2da0"]}} -{"id":"ec-meeting-2019-07-15-30f5afbc66f992042602340283ef4f9c849f4955","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-07-15 - Employment, Social Affairs and Inclusion x SMEunited aisbl"],"date":["2019-07-15"],"summary":["Skills"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-empl"],"involved":["eu-tr-55820581197-35","ec-person-dd259fce880e1853f0beb087443bce6e7dea70d7"]}} -{"id":"ec-meeting-2019-07-15-5ef8058a67c879619f9000ef999a76304205367c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-07-15 - Environment x RENAULT"],"date":["2019-07-15"],"summary":["Innovation Deal \"From e-mobility to recycling\""],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-env"],"involved":["eu-tr-946343776-69","ec-person-3bc74ce04ea3f4ab4d91a5c88eef25b8b8a213b4"]}} -{"id":"ec-meeting-2019-07-15-6220b78ec72801db91cbec87c50784943296f559","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-07-15 - Cabinet of Commissioner Violeta Bulc x PRO-BIT PROGRAMSKA OPREMA D.O.O."],"date":["2019-07-15"],"summary":["Future of digitalisation in transport"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-4d2b449b5047ea3fda435a2a1c1081e3babcdf76","eu-tr-304110635392-82","ec-person-a9f4fe47da47a1b05bbfda9825908089d11bda93"]}} -{"id":"ec-meeting-2019-07-15-73e037206456b5d6d035a831362fe421624af4d3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-07-15 - Internal Market, Industry, Entrepreneurship and SMEs x MEDICINES FOR EUROPE"],"date":["2019-07-15"],"summary":["Introduce themselves and present the manufacturers of generic medicines general position for the future Commission"],"location":["BREY-Brussels"],"address":["BREY-Brussels"],"addressEntity":["addr-d44a5833caa26834c3898a8945679a31285bd2ac"],"organizer":["ec-dg-grow"],"involved":["ec-person-6299e47fea20df86a1b90bd5b033006b2cb35b5e","eu-tr-48325781850-28"]}} -{"id":"ec-meeting-2019-07-15-ac5f85e2e0c08957f28e0c0c27a00131736be476","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-07-15 - Cabinet of Commissioner Phil Hogan x European farmers"],"date":["2019-07-15"],"summary":["climate change"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-44856881231-49","ec-person-68b8e931bdd0cafe77ab8e98d87edbea128d6c49"]}} -{"id":"ec-meeting-2019-07-15-b1be81bc197bed884fefd8dca909ef89c3d3b014","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-07-15 - Internal Market, Industry, Entrepreneurship and SMEs x Association Française des Entreprises Privées / French Association of Large Companies"],"date":["2019-07-15"],"summary":["Courtesy meeting to present themselves and their interest in Business growth, SMIT and IPR protection"],"location":["BREY - Brussels"],"address":["BREY - Brussels"],"addressEntity":["addr-9f3707eb47bbe98098b5036ff64a7fa94abc52af"],"organizer":["ec-dg-grow"],"involved":["eu-tr-953933297-85","ec-person-6299e47fea20df86a1b90bd5b033006b2cb35b5e"]}} -{"id":"ec-meeting-2019-07-16-00d8b4d4ab70aa50877ad8ba647ce790e891da38","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-07-16 - Cabinet of Vice-President Cecilia Malmström x spiritsEUROPE"],"date":["2019-07-16"],"summary":["US tariffs and how that would affect the spirits sector"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-20ded9db5df11164331bb161fdf234b1e5ad53fd","eu-tr-64926487056-58"]}} -{"id":"ec-meeting-2019-07-16-0a9b842d80573a9f2997779dbec01d5fc058e64a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-07-16 - Internal Market, Industry, Entrepreneurship and SMEs x Hydrogen Europe"],"date":["2019-07-16"],"summary":["Present the strategic role of hydrogen for zero emission industries"],"location":["BREY-Brussels"],"address":["BREY-Brussels"],"addressEntity":["addr-d44a5833caa26834c3898a8945679a31285bd2ac"],"organizer":["ec-dg-grow"],"involved":["ec-person-6299e47fea20df86a1b90bd5b033006b2cb35b5e","eu-tr-77659588648-75"]}} -{"id":"ec-meeting-2019-07-16-4891b7f387f7cbd8cc1263c8dc41948bb7fb5c82","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-07-16 - Communications Networks, Content and Technology x Centre on Regulation in Europe"],"date":["2019-07-16"],"summary":["CERRE's White Paper’ on EU regulatory priorities for 2019-2024 in the digital and network industries"],"location":["BRUSSELS"],"address":["BRUSSELS"],"addressEntity":["addr-f74337897287bf1b546f30505f5b1f693a87af50"],"organizer":["ec-dg-connect"],"involved":["eu-tr-041592911733-05","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2019-07-16-597ed27071473d8f879dc7b27a14c3902c683b76","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-07-16 - Cabinet of Commissioner Pierre Moscovici x ArcelorMittal"],"date":["2019-07-16"],"summary":["Système d'échange de quotas d'émission"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["eu-tr-23527541824-60","ec-person-1d299d025d2afdcba46db3d131b6197fab6e0c89"]}} -{"id":"ec-meeting-2019-07-16-9eae5e8ba3565e06ec8f5c7d8d78429cd78ff614","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-07-16 - Cabinet of Vice-President Cecilia Malmström x Avisa Partners Federation of Aluminium Consumers in Europe"],"date":["2019-07-16"],"summary":["Import tariffs on aluminium"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-20ded9db5df11164331bb161fdf234b1e5ad53fd","eu-tr-112124332458-45","ec-person-ce1312d2a248f71fe74eed58aa5915cfa445bbba","eu-tr-54210841652-13"]}} -{"id":"ec-meeting-2019-07-16-d094d84ccc7c9b72c6ba57f94549a3d88bad118e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-07-16 - Financial Stability, Financial Services and Capital Markets Union x Kohlberg Kravis Roberts & Co. Partners LLP"],"date":["2019-07-16"],"summary":["Institutional perspectives and macroeconomic developments in the Union."],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-557467520774-65","ec-person-bdee7a93f95c8ef05079539170139b3c02e8ed96"]}} -{"id":"ec-meeting-2019-07-17-313cf3d76bc8eb09f15af31783a5d2b83cb9ec47","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-07-17 - Health and Food Safety x European Society of Cardiology"],"date":["2019-07-17"],"summary":["cardiovascular disease challenge, shaping Horizon Europe priorities"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-sante"],"involved":["eu-tr-01150446981-34","ec-person-42d2108d723f9b9017ed589e3271e3156172daa7"]}} -{"id":"ec-meeting-2019-07-17-510ce74ea00d78bd8f6a15033ee28002faeb3619","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-07-17 - Cabinet of Commissioner Carlos Moedas x Dark Matter Laboratories B.V."],"date":["2019-07-17"],"summary":["Social Innovation/Climate change/Human capital"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-b8d49828915f9008e764a78796d47ea00807a658","eu-tr-690790635376-11","ec-person-23980b2bc4fd9c82051d0f7888dc236b2f764866"]}} -{"id":"ec-meeting-2019-07-17-5543639625f7fb313dcb4349f84a052c982376d1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-07-17 - Cabinet of Vice-President Cecilia Malmström x ArcelorMittal"],"date":["2019-07-17"],"summary":["Steel safeguards; situation of steel industry"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-23527541824-60","ec-person-ce1312d2a248f71fe74eed58aa5915cfa445bbba"]}} -{"id":"ec-meeting-2019-07-17-6855e8757b72179878c75af42622d172a0c22b44","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-07-17 - Financial Stability, Financial Services and Capital Markets Union x Mouvement des entreprises de taille intermédiaire"],"date":["2019-07-17"],"summary":["Reflecting on how to promote companies of intermediary size"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-018676935055-67","ec-person-bdee7a93f95c8ef05079539170139b3c02e8ed96"]}} -{"id":"ec-meeting-2019-07-17-72d66c61a1325b1740baeaddd872ec5eace6d994","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-07-17 - Cabinet of Commissioner Mariya Gabriel x SES S.A."],"date":["2019-07-17"],"summary":["Satellite connectivity in Africa"],"notes":["Portfolio: Digital Economy and Society"],"location":["Strasbourg"],"address":["Strasbourg"],"addressEntity":["addr-a7b90170b4a5bf2d1d09ccfd109b57e0a030cfc4"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-93799097410-24","ec-person-1674399a793e9e6fd7cf55b525515fc862fc9351"]}} -{"id":"ec-meeting-2019-07-17-96eeadc8181a8f73d4fd51af8ed214f24a695250","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-07-17 - Cabinet of First Vice-President Frans Timmermans x The European Region of the International Lesbian, Gay, Bisexual, Trans and Intersex Association"],"date":["2019-07-17"],"summary":["LGBT rights"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-11977456675-84","ec-person-01b0efc259ff923af8b8d082662adf4ce30869d3"]}} -{"id":"ec-meeting-2019-07-17-c91b1311df44bc8f5373698fdee11a3d30af62c7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-07-17 - Cabinet of Commissioner Julian King x Scotch Whisky Association"],"date":["2019-07-17"],"summary":["SWA presented their position on EU-US Trade retaliation list"],"notes":["Portfolio: Security Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-julian-king-of"],"involved":["eu-tr-9201911441-69","ec-person-355668f7f858778b0b745d45441b2e4393f4a7be"]}} -{"id":"ec-meeting-2019-07-17-cac78eac719da557ed098afdc4d2502dbb2be87a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-07-17 - Cabinet of Commissioner Mariya Gabriel x EuroCommerce"],"date":["2019-07-17"],"summary":["Digitalisation of the wholesale and retails sectors"],"notes":["Portfolio: Digital Economy and Society"],"location":["Strasbourg"],"address":["Strasbourg"],"addressEntity":["addr-a7b90170b4a5bf2d1d09ccfd109b57e0a030cfc4"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-84973761187-60","ec-person-1674399a793e9e6fd7cf55b525515fc862fc9351"]}} -{"id":"ec-meeting-2019-07-17-cb7a20a29735ad1c15ef703904d5de2f0567d9f6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-07-17 - Cabinet of Vice-President Günther Oettinger x European Association Automotive Suppliers"],"date":["2019-07-17"],"summary":["Future of Europe"],"notes":["Portfolio: Budget & Human Resources"],"location":["Strasbourg"],"address":["Strasbourg"],"addressEntity":["addr-a7b90170b4a5bf2d1d09ccfd109b57e0a030cfc4"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-91408765797-03","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2019-07-17-eec39464d9019dee1535c01368f4fe05961c5606","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-07-17 - Employment, Social Affairs and Inclusion x SGI Europe"],"date":["2019-07-17"],"summary":["Skills"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-empl"],"involved":["eu-tr-59513031434-92","ec-person-dd259fce880e1853f0beb087443bce6e7dea70d7"]}} -{"id":"ec-meeting-2019-07-17-f76cea2dfe2c80a95f51b476e03c4b2457f3dcfd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-07-17 - Inspire, Debate, Engage and Accelerate Action x Friends of Europe"],"date":["2019-07-17"],"summary":["Citizens Outreach"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-dg-idea"],"involved":["eu-tr-99436366768-45","ec-person-4fe56a64c00b3e81c851b5538878b32481bd7d3c"]}} -{"id":"ec-meeting-2019-07-18-0991f5dc9e02bd589ee248ddf81773be370440bf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-07-18 - Inspire, Debate, Engage and Accelerate Action x Geneva Global Initiative"],"date":["2019-07-18"],"summary":["Strategic Foresight"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-dg-idea"],"involved":["eu-tr-713664135215-40","ec-person-4fe56a64c00b3e81c851b5538878b32481bd7d3c"]}} -{"id":"ec-meeting-2019-07-18-3d2257f5b4df544760fd28bf5dae0309f065f4b0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-07-18 - Cabinet of Vice-President Günther Oettinger x Bill & Melinda Gates Foundation"],"date":["2019-07-18"],"summary":["Humanitarian Aid Policy"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["ec-person-55a0b11edfe9b0b76e526f72b1ec2e9f2f74d5bc","eu-tr-371567915480-41"]}} -{"id":"ec-meeting-2019-07-18-6283958b4b4a7756c43dff1fff2eb0a3ff32a1dd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-07-18 - Communications Networks, Content and Technology x Vodafone Belgium SA"],"date":["2019-07-18"],"summary":["Cybersecurity & 5G, misc."],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-90142503473-81","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2019-07-18-6c3dd8924aec1285cbd0731df632f1b887cfec2e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-07-18 - Cabinet of Vice-President Günther Oettinger x Polish Confederation Lewiatan"],"date":["2019-07-18"],"summary":["MFF"],"notes":["Portfolio: Budget & Human Resources"],"location":["BXL"],"address":["BXL"],"addressEntity":["addr-d2fde52f67ea4a3e1fe233d0a959d6a1c77fd910"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-251117611140-75","ec-person-2c623a49f3779b87b02d682e744cb67f27fbd5b3"]}} -{"id":"ec-meeting-2019-07-18-9898029c3230eebddf59df6b044feac4c8fa0486","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-07-18 - Cabinet of Vice-President Jyrki Katainen x ArcelorMittal"],"date":["2019-07-18"],"summary":["Discussion about trade and environmental policies"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-af4fdbf97c89a6df87ab37d321d95829d657c940","eu-tr-23527541824-60","ec-person-0da85dc48012e26688310a59a0b51727ea68f410"]}} -{"id":"ec-meeting-2019-07-18-a4698d2c4bf660609e81f6be252ea9c67ad55d61","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-07-18 - Health and Food Safety x The Guild of European Research-Intensive Universities"],"date":["2019-07-18"],"summary":["\"Horizon Europe: The Guild strategic priorities for Health\", presentation of the paper"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-sante"],"involved":["ec-person-42d2108d723f9b9017ed589e3271e3156172daa7","eu-tr-265942623347-90"]}} -{"id":"ec-meeting-2019-07-18-b1035002c7eb5776801b685764609d6454dcfe1d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-07-18 - Environment x Airports Council International - European Region"],"date":["2019-07-18"],"summary":["ACI's sustainable strategy and airport charging"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-env"],"involved":["eu-tr-42566063487-73","ec-person-3bc74ce04ea3f4ab4d91a5c88eef25b8b8a213b4"]}} -{"id":"ec-meeting-2019-07-19-5baf038985765cebb066a4ce55b4ad89b1e1c3fb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-07-19 - Cabinet of Commissioner Mariya Gabriel x European Film Agency Directors"],"date":["2019-07-19"],"summary":["Culture et cinéma"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["ec-person-d995d34a2f8b1f0bf6a17486f5699181d6a01e1c","eu-tr-430805515370-85"]}} -{"id":"ec-meeting-2019-07-19-77b98c5783a8274183c036ee7163280f352d1bbc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-07-19 - Inspire, Debate, Engage and Accelerate Action x Carnegie Europe"],"date":["2019-07-19"],"summary":["Geopolitics"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-dg-idea"],"involved":["ec-person-4fe56a64c00b3e81c851b5538878b32481bd7d3c","eu-tr-688089718929-60"]}} -{"id":"ec-meeting-2019-07-19-9984577c6bbcb8a6c9e396f5622dffb397858271","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-07-19 - Task Force for Relations with the United Kingdom x British in Europe the3million"],"date":["2019-07-19"],"summary":["Meeting with the Task Force for the Preparation and Conduct of the Negotiations with the United Kingdom under Article 50 TEU"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-uktf"],"involved":["ec-person-864cfa5fbc9b02a079ffbab1107f252c7bb08478","eu-tr-262629826494-59","eu-tr-046364226533-09"]}} -{"id":"ec-meeting-2019-07-19-e00eee41a7d807781367e37a49f9249aebc4fa54","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-07-19 - Trade x Bureau Européen des Unions de Consommateurs"],"date":["2019-07-19"],"summary":["Trade negotiations - WTO"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-trade"],"involved":["ec-person-2045c2589da3988908fcfe731e8224e7e06a7c63","eu-tr-9505781573-45"]}} -{"id":"ec-meeting-2019-07-19-e0bff8e4da6cd9efa517be3fc0edc6eefdb7c46d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-07-19 - Cabinet of Vice-President Cecilia Malmström x The European Steel Association"],"date":["2019-07-19"],"summary":["Steel safeguards; situation of steel industry"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-93038071152-83","ec-person-ce1312d2a248f71fe74eed58aa5915cfa445bbba"]}} -{"id":"ec-meeting-2019-07-22-52f4b381e10a84359e106d893e4aa75e7650daad","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-07-22 - Cabinet of Commissioner Věra Jourová x Deutsche Telekom"],"date":["2019-07-22"],"summary":["GDPR"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-a608b85b2ffef83f883b5a2330b6232efa1b7141","ec-person-184e698af1eb9e33b179680570ca171d8cb31c94","eu-tr-60052162589-72"]}} -{"id":"ec-meeting-2019-07-22-6913f5e37311968d13ba3cb99a9dfaab1423a148","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-07-22 - Cabinet of Commissioner Vytenis Andriukaitis x European AIDS Treatment Group The European Association of Hospital Pharmacists Association Belge des Consommateurs Test-Achats / Belgische Verbruikersunie Test-Aankoop"],"date":["2019-07-22"],"summary":["Access to medicines"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["eu-tr-82950919755-02","eu-tr-694466214317-80","ec-person-df30d07ef698a52b9948b9c734db39196cf8541f","eu-tr-49959188061-85","ec-person-b4899928aefa422e4992056d90974930b39cad81","ec-person-d462b3c7daeee00ad55e380a7fb96819f79899df"]}} -{"id":"ec-meeting-2019-07-22-a039d73456b212ea830dc1bcae4b2fccb5db93e6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-07-22 - Cabinet of Commissioner Elżbieta Bieńkowska x Huawei Technologies"],"date":["2019-07-22"],"summary":["Industrial Policy in particular the telecommunication sector"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["ec-person-95a769a1850d7d595f9a5853c51dcbdd3ddd69fb","eu-tr-114467111412-38","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2019-07-23-006fb70217b9bf11f7768eacda28983191545b2c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-07-23 - Mobility and Transport x Uber"],"date":["2019-07-23"],"summary":["Uber's latest developments; particular plans in the EU"],"location":["Washington, USA"],"address":["Washington, USA"],"addressEntity":["addr-89e55c2488bc4d2f95601f3f6e96f4eea9eb2521"],"organizer":["ec-dg-move"],"involved":["eu-tr-002278013515-26","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2019-07-23-1fa89d4237824e49b5bea1f2c375e1f18a6bf2b6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-07-23 - Cabinet of Commissioner Elżbieta Bieńkowska x Rasmussen Global"],"date":["2019-07-23"],"summary":["European Defence Fund"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["ec-person-685ecf13dd26cd515c961e24ba71049af2302c5e","eu-tr-923424020779-19"]}} -{"id":"ec-meeting-2019-07-23-402763909c1a98199506a0ce98acf2e7fdb10d99","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-07-23 - Cabinet of Commissioner Mariya Gabriel x Aspen Institute Deutschland e.V."],"date":["2019-07-23"],"summary":["DSM, start-ups, cybersecurity and competition"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-203034927704-17","ec-person-d995d34a2f8b1f0bf6a17486f5699181d6a01e1c"]}} -{"id":"ec-meeting-2019-07-23-4a428a239471ad48330457a6b5cce24bc055b7eb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-07-23 - Cabinet of President Jean-Claude Juncker x The European Steel Association AEGIS Europe"],"date":["2019-07-23"],"summary":["Investment Protection Instrument"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-e415577aabb40c0f789310505c6c5803aa69037b","eu-tr-790573922716-64","eu-tr-93038071152-83"]}} -{"id":"ec-meeting-2019-07-23-877b80e4a2787fc3fa3bec69d9e8657395ac602a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-07-23 - Internal Market, Industry, Entrepreneurship and SMEs x European Federation of Pharmaceutical Industries and Associations"],"date":["2019-07-23"],"summary":["Present their latest Manifesto and introduce the pharmaceutical companies position towards new Commission"],"location":["BREY-Brussels"],"address":["BREY-Brussels"],"addressEntity":["addr-d44a5833caa26834c3898a8945679a31285bd2ac"],"organizer":["ec-dg-grow"],"involved":["eu-tr-38526121292-88","ec-person-6299e47fea20df86a1b90bd5b033006b2cb35b5e"]}} -{"id":"ec-meeting-2019-07-23-9a62e485334df53cc7e84fc7e1611f9dc3f50ee0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-07-23 - Cabinet of Vice-President Günther Oettinger x TenneT Holding B.V."],"date":["2019-07-23"],"summary":["EU Energy policy"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-289810215426-07","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2019-07-23-d24d99b3e2e89a3fada8de21e37cdf619109ab49","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-07-23 - Cabinet of Vice-President Miguel Arias Cañete x Enagás S.A."],"date":["2019-07-23"],"summary":["National Developments and EU Energy Market"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["ec-person-1831691c10441c5974327bbeb8693d6b6c1e50c3","eu-tr-905001612275-82","ec-person-71f9b3c696abbda505f0fae6baec2c26e0c310dc","ec-person-2229c857664a22dcb8eee79a8c05841fd3d0924f"]}} -{"id":"ec-meeting-2019-07-23-f336de70259ec5abe45620507f1b12e974a91ee8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-07-23 - Cabinet of Commissioner Margrethe Vestager x Orgalim – Europe's Technology Industries"],"date":["2019-07-23"],"summary":["Strategic value chains and competition policy"],"notes":["Portfolio: Competition"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-cabinet-commissioner-margrethe-of-vestager"],"involved":["eu-tr-20210641335-88","ec-person-8d2d6fe7ff3bd06b3c81b2e21aac502c20d5d68f"]}} -{"id":"ec-meeting-2019-07-24-00d5fbdf720c62c18f9f1626c834bec378e76ab3","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2019-07-24 - Cabinet of Commissioner Marianne Thyssen x Novelis Europe"],"date":["2019-07-24"],"summary":["Novelis/Aleris (merger procedure)"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["ec-person-ce19440eacb8fd67f534bdbcce33a1c4cedfd071","ec-person-1e6d909aad1f2307a242bda5cf505005637affa6","eu-tr-796803211721-67"]}} -{"id":"ec-meeting-2019-07-24-1bbe6cae53ef34104feb660873b5b87dc8aa7aa9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-07-24 - Maritime Affairs and Fisheries x Association of National Organisations of Fishing Enterprises in the European Union"],"date":["2019-07-24"],"summary":["CFP implementation, current challenges"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-mare"],"involved":["ec-person-a7b4b8418268a6d6c196b5e45f606fc92acbdb8c","eu-tr-2312395253-25"]}} -{"id":"ec-meeting-2019-07-24-3770c1455fc1d94c418e3f6338afa50fa8d12477","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-07-24 - Health and Food Safety x Centre de liaison des industries transformatrices de viande de l'UE"],"date":["2019-07-24"],"summary":["SANITARY AND PHYTOSANITARY (SPS) POLICY WITHIN INTERNATIONAL RELATIONS"],"location":["Brussels B232"],"address":["Brussels B232"],"addressEntity":["addr-83dfce0988e580cb20c7e8f83d57578d9dcdaaf4"],"organizer":["ec-dg-sante"],"involved":["eu-tr-02978802379-31","ec-person-42d2108d723f9b9017ed589e3271e3156172daa7"]}} -{"id":"ec-meeting-2019-07-24-68589a3bf4eadedaea66bbec739a9603adddce8a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-07-24 - Cabinet of President Jean-Claude Juncker x Airbus"],"date":["2019-07-24"],"summary":["WTO"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-e415577aabb40c0f789310505c6c5803aa69037b","eu-tr-2732167674-76"]}} -{"id":"ec-meeting-2019-07-24-838106469b5b8c467a27f9d45274c5b9dc21a5f5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-07-24 - Cabinet of Commissioner Pierre Moscovici x UNI Europa"],"date":["2019-07-24"],"summary":["Impact du numérique sur la fiscalité"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["eu-tr-43785827982-59","ec-person-3cbeba61ae952f06fe4916c381438ebbc676a597","ec-person-1d299d025d2afdcba46db3d131b6197fab6e0c89"]}} -{"id":"ec-meeting-2019-07-24-85334f9b4d157c2ec4cf9583432197bb764c1618","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-07-24 - Mobility and Transport x Airlines for America"],"date":["2019-07-24"],"summary":["Passenger Name Records"],"location":["Washington, USA"],"address":["Washington, USA"],"addressEntity":["addr-89e55c2488bc4d2f95601f3f6e96f4eea9eb2521"],"organizer":["ec-dg-move"],"involved":["ec-person-26cdfacae671b09917bee1a91c91973941fa58a2","eu-tr-78160685782-84"]}} -{"id":"ec-meeting-2019-07-24-e36f3edf0c65fe54ce6f2f7d264ca2cc59e47d30","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-07-24 - Cabinet of First Vice-President Frans Timmermans x Free Courts Initiative"],"date":["2019-07-24"],"summary":["Rule of Law in Poland"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-526483333061-37","ec-person-966667b73d92624be9bb019c2baab7e52331b3d3"]}} -{"id":"ec-meeting-2019-07-24-e563962c832b5b9b40f64827135967465b5eb953","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-07-24 - Cabinet of Commissioner Violeta Bulc x UNION OF INTERNATIONAL HAULERS"],"date":["2019-07-24"],"summary":["Road transport issues"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-352325223827-36","ec-person-dd7851e4a1e747e824b4f81139e33bc3cdb73160"]}} -{"id":"ec-meeting-2019-07-24-fff91c59ba7d805b00679aa9fab6b6cc9410ef65","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-07-24 - Cabinet of High Representative / Vice-President Federica Mogherini x Foreign Economic Relations Board of Turkey"],"date":["2019-07-24"],"summary":["EU-Turkey relations"],"notes":["Portfolio: Foreign Affairs and Security Policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"involved":["eu-tr-119458831154-84","ec-person-ffe369688b1df8f09154d965f094473d619d72e0"]}} -{"id":"ec-meeting-2019-07-25-05d0f789ea6d7187889fb6b9d01accb0dc6a8da9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-07-25 - Cabinet of Vice-President Günther Oettinger x Flughafen Stuttgart GmbH"],"date":["2019-07-25"],"summary":["EU aviation policy"],"notes":["Portfolio: Budget & Human Resources"],"location":["Stuttgart"],"address":["Stuttgart"],"addressEntity":["addr-ec1b13e7905dbe946388ffc80ac1b7f2624ca649"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-979607734285-33","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2019-07-25-5e9b0a312768e2aa8e71e381676d8a83c7488f9b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-07-25 - Cabinet of Commissioner Mariya Gabriel x Interface3.Namur"],"date":["2019-07-25"],"summary":["Gender in IT"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-836507235181-83","ec-person-6cd1e3bf3a4eec9e9db49b32cf3d20ab7dbfe03f"]}} -{"id":"ec-meeting-2019-07-25-9a4f528540ff183aa061181176e581b81246bfd9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-07-25 - Cabinet of Commissioner Margrethe Vestager x UNI Europa"],"date":["2019-07-25"],"summary":["Development of digital world"],"notes":["Portfolio: Competition"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-cabinet-commissioner-margrethe-of-vestager"],"involved":["eu-tr-43785827982-59","ec-person-dac695ac1387b12705ae5eff4cd935f0a667118f"]}} -{"id":"ec-meeting-2019-07-25-fe29e4e298ff4093a6c020195d55886baf8dfd95","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-07-25 - Cabinet of President Jean-Claude Juncker x Bundesverband der Deutschen Volksbanken und Raiffeisenbanken"],"date":["2019-07-25"],"summary":["Financial policy"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-c402e34a99fbee730ae22e3b1958e21c94dc6fcc","eu-tr-22330076571-75"]}} -{"id":"ec-meeting-2019-07-26-206953b34b632c6e6ec01b70b4484acec24a760b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-07-26 - Cabinet of President Jean-Claude Juncker x Deutsche Bank AG"],"date":["2019-07-26"],"summary":["Financial policy"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-271912611231-56","ec-person-c402e34a99fbee730ae22e3b1958e21c94dc6fcc"]}} -{"id":"ec-meeting-2019-07-26-f82f91776aa3b6ac07411baff13a8a03d294d847","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-07-26 - Cabinet of Vice-President Maroš Šefčovič x InoBat j.s.a."],"date":["2019-07-26"],"summary":["European Battery Alliance"],"notes":["Portfolio: Energy Union"],"location":["Bratislava"],"address":["Bratislava"],"addressEntity":["addr-9eddf74134fcd79ac3f510f8f67cef3f68fb2c0d"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-248237434262-52","ec-person-1f95be23689cd4ed0a26fe2980f760ccf2d55c1e"]}} -{"id":"ec-meeting-2019-07-29-8db90f94f1e6ceb3994235151f9e46fdf4235fcb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-07-29 - Cabinet of Vice-President Valdis Dombrovskis x Confederazione Generale dell'Industria Italiana"],"date":["2019-07-29"],"summary":["Sustainable Finance"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-30d770ccd575865b3106f94220ce1ace16e48f1a","eu-tr-27762251795-15"]}} -{"id":"ec-meeting-2019-07-30-f4ff772af5faaf9cc132dd2322a6f7a8d3bc4464","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-07-30 - Cabinet of First Vice-President Frans Timmermans x WWF European Policy Programme Fern"],"date":["2019-07-30"],"summary":["discussion on UN General Assembly & EU action on forest protection"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-1414929419-24","eu-tr-40538475090-82","ec-person-8d1c5ff76a431332387aa10936b0bff13f7d71fd"]}} -{"id":"ec-meeting-2019-08-01-7089cc588cbe2048f11696b34a43de8f8f4690b4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-08-01 - Cabinet of First Vice-President Frans Timmermans x WWF European Policy Programme"],"date":["2019-08-01"],"summary":["discussion on UN General Assembly side event ''Nature and people''"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-1414929419-24","ec-person-8d1c5ff76a431332387aa10936b0bff13f7d71fd"]}} -{"id":"ec-meeting-2019-08-08-0533efc3568999c7fa1cb45ac9332a6cb2352e63","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-08-08 - Cabinet of Vice-President Karmenu Vella x Energy Efficiency in Industrial Processes"],"date":["2019-08-08"],"summary":["Energy Efficiency"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["eu-tr-66629495136-40","ec-person-e3c587153be49902cde115f568bd5e9a9d548743"]}} -{"id":"ec-meeting-2019-08-08-10ae6b350bebbe0ac071864ae5d0417f4f3a2438","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-08-08 - Cabinet of Commissioner Vytenis Andriukaitis x Syngenta Crop Protection AG"],"date":["2019-08-08"],"summary":["The Future of EU policy on PPP and GMOs"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-b9c3f19e7c5f216e3e508f931ddd6a9cb59376d1","eu-tr-16822412339-79"]}} -{"id":"ec-meeting-2019-08-08-beac9fd1fdcebb9abe8b4a147d923cd42691c71e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-08-08 - Cabinet of Vice-President Valdis Dombrovskis x Gesamtverband der Deutschen Versicherungswirtschaft e.V."],"date":["2019-08-08"],"summary":["CMU, Solvency II, sustainable finance"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-6437280268-55","ec-person-30d770ccd575865b3106f94220ce1ace16e48f1a"]}} -{"id":"ec-meeting-2019-08-13-7759997a16d184707e1758e9aa661bad402fe583","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-08-13 - Cabinet of Commissioner Violeta Bulc x TOYOTA MOTOR EUROPE"],"date":["2019-08-13"],"summary":["Discussion on TEN-T"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-5378003762-62","ec-person-be830229e281863b280fbdedb9755116218a1b6d"]}} -{"id":"ec-meeting-2019-08-13-822bfe94653493bd0836650fb7513901157bacbf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-08-13 - Cabinet of Commissioner Mariya Gabriel x Huawei Technologies"],"date":["2019-08-13"],"summary":["5G"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["ec-person-fc1068d79545d1659bf47e9b62bfb0aed175629e","eu-tr-114467111412-38"]}} -{"id":"ec-meeting-2019-08-14-3cedcca4b68d12bc11b3bcbfaa68c12f456fe252","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-08-14 - Cabinet of Commissioner Mariya Gabriel x Visa Europe"],"date":["2019-08-14"],"summary":["Electronic payments"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-61954192201-58","ec-person-fc1068d79545d1659bf47e9b62bfb0aed175629e"]}} -{"id":"ec-meeting-2019-08-14-a31c80e0c1be0d799d88d2b369b363a60adac2d7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-08-14 - Cabinet of Commissioner Vytenis Andriukaitis x Specialised Nutrition Europe"],"date":["2019-08-14"],"summary":["SNE manifesto 2019-2024"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["eu-tr-33498019160-40","ec-person-b9c3f19e7c5f216e3e508f931ddd6a9cb59376d1"]}} -{"id":"ec-meeting-2019-08-19-c3c15c9d84c5b0cc39153993329215bc4bcf36dc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-08-19 - Cabinet of Commissioner Vytenis Andriukaitis x Animals International (The global arm of Animals Australia) Eurogroup for Animals"],"date":["2019-08-19"],"summary":["Animal transport"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-0dbfffeb0323f819c8d57164906086dd8639c437","eu-tr-6809935493-49","eu-tr-844984035602-19"]}} -{"id":"ec-meeting-2019-08-20-1a64349a24e237d2ca5b6269587b2cf4c0b1e041","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-08-20 - Financial Stability, Financial Services and Capital Markets Union x Moody's Shared Services UK Ltd."],"date":["2019-08-20"],"summary":["Environment, Social and Governance metrics, Sustainable Finance"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-55916968748-36","ec-person-bdee7a93f95c8ef05079539170139b3c02e8ed96"]}} -{"id":"ec-meeting-2019-08-21-cfe7299ff96d56bd8aa67651e58ab9c152e692c3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-08-21 - Cabinet of Vice-President Günther Oettinger x Investitions- und Förderbank Niedersachsen"],"date":["2019-08-21"],"summary":["MFF, InvestEU"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["ec-person-1a98ebdc65a0fda494d1f6eb6fb74247a3036490","eu-tr-543434434289-36"]}} -{"id":"ec-meeting-2019-08-23-199c72683ae97ebdf05c9622d9918c1b71f457e0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-08-23 - Cabinet of Vice-President Günther Oettinger x Nokia"],"date":["2019-08-23"],"summary":["5G deployment"],"notes":["Portfolio: Budget & Human Resources"],"location":["Stuttgart"],"address":["Stuttgart"],"addressEntity":["addr-ec1b13e7905dbe946388ffc80ac1b7f2624ca649"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-35167875358-33","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2019-08-26-8ddf8c8908a962741b136f7e0eba3faffa149357","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-08-26 - Cabinet of Commissioner Mariya Gabriel x Bundesverband Informationswirtschaft, Telekommunikation und neue Medien e. V."],"date":["2019-08-26"],"summary":["Digital Strategy"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-5351830264-31","ec-person-fc1068d79545d1659bf47e9b62bfb0aed175629e"]}} -{"id":"ec-meeting-2019-08-27-bc9cc993670da2d103c7f7dd88007638ee2e905a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-08-27 - Cabinet of Vice-President Cecilia Malmström x Huawei Technologies"],"date":["2019-08-27"],"summary":["EU-US-China Trade Relations"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-cb8ca9ec2413722fa83484ed18dd76ace52d0118","eu-tr-114467111412-38"]}} -{"id":"ec-meeting-2019-08-28-987b393fc1bb8c2920e83b0d767b204b796a4110","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-08-28 - Financial Stability, Financial Services and Capital Markets Union x Centre for European Policy Studies"],"date":["2019-08-28"],"summary":["Rebranding of CMU and other priorities for the coming Commission"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-fisma"],"involved":["ec-person-bdee7a93f95c8ef05079539170139b3c02e8ed96","eu-tr-86853666704-95"]}} -{"id":"ec-meeting-2019-08-28-b8b7977e641a1ab67a1ed84ffe9ab6234622a245","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-08-28 - Cabinet of Commissioner Mariya Gabriel x Vodafone Belgium SA"],"date":["2019-08-28"],"summary":["5G cybersecurity"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-90142503473-81","ec-person-fc1068d79545d1659bf47e9b62bfb0aed175629e"]}} -{"id":"ec-meeting-2019-08-29-74f0aea3ec2dd12ca7f96e15d47ae23ba420090b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-08-29 - Cabinet of Commissioner Mariya Gabriel x Human Technology Foundation"],"date":["2019-08-29"],"summary":["DSM"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-796170031288-85","ec-person-d995d34a2f8b1f0bf6a17486f5699181d6a01e1c"]}} -{"id":"ec-meeting-2019-08-29-a962a2727b30aa12937078ce4d968321fb550d29","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-08-29 - Education, Youth, Sport and Culture x Europa Nostra"],"date":["2019-08-29"],"summary":["Meting with EUROPA NOSTRA"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-eac"],"involved":["ec-person-68d4f99b9ed1b40d86ebbf81f8f35aeebd6c5fc5","eu-tr-832617510389-12"]}} -{"id":"ec-meeting-2019-08-29-ddba400f8554d416b0d6d2f816594ed28b3c7b01","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-08-29 - Cabinet of Vice-President Cecilia Malmström x Polint Ltd"],"date":["2019-08-29"],"summary":["Latest developments in Global Trade"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-69369266684-67","ec-person-98880f3f4206145e196013db9dd806a551c11e06"]}} -{"id":"ec-meeting-2019-08-29-e113f7266f8c6976e13436d97264a9e2179ff681","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-08-29 - Cabinet of Vice-President Cecilia Malmström x European Federation of Pharmaceutical Industries and Associations"],"date":["2019-08-29"],"summary":["Trade in the pharma sector"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-38526121292-88","ec-person-98880f3f4206145e196013db9dd806a551c11e06"]}} -{"id":"ec-meeting-2019-08-29-e1bc7848e4397b634df4ec05c079bb111ecd1b20","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-08-29 - Cabinet of Commissioner Vytenis Andriukaitis x European Federation of Pharmaceutical Industries and Associations"],"date":["2019-08-29"],"summary":["EFPIA position on the EU preliminary list of US products considered for countermeasures"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["eu-tr-38526121292-88","ec-person-c986c9ff99d99d8006e000db5a8046be615813ae"]}} -{"id":"ec-meeting-2019-08-29-fadacb859791a4878ca83d45f10bbeb2e3a036b0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-08-29 - Cabinet of Commissioner Violeta Bulc x AV Living Lab, Inovativne tehnologije, d.o.o."],"date":["2019-08-29"],"summary":["Urban Mobility"],"notes":["Portfolio: Transport"],"location":["Ljulbjana (Slovenia)"],"address":["Ljulbjana (Slovenia)"],"addressEntity":["addr-58062afc130eaa66210cf30ad8aa8a12e2ec1336"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-4d2b449b5047ea3fda435a2a1c1081e3babcdf76","ec-person-a9f4fe47da47a1b05bbfda9825908089d11bda93","eu-tr-825253330601-20"]}} -{"id":"ec-meeting-2019-08-30-74748ab09843297884e8762f57a02643ffff6ff3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-08-30 - Communications Networks, Content and Technology x NXP Semiconductors Netherlands B.V."],"date":["2019-08-30"],"summary":["NXP Strategy, innovation technologies"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-898711618618-45","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2019-08-30-e0a4792d9f55291d0a61f13c685cf3b1e3662b47","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-08-30 - Cabinet of Commissioner Christos Stylianides x Praesens Foundation Fondation Mérieux"],"date":["2019-08-30"],"summary":["ebola : exchange of views"],"notes":["Portfolio: Humanitarian Aid & Crisis Management"],"location":["Berlaymont, Room 11/062"],"address":["Berlaymont, Room 11/062"],"addressEntity":["addr-64a16da6a29d75f792e3784884ec4696fd4f2fa7"],"organizer":["ec-cabinet-christos-commissioner-of-stylianides"],"involved":["ec-person-4eb539ec6be15a4ff0441bbf6fb6ee284d67eb15","eu-tr-555318935740-20","eu-tr-703104635739-04"]}} -{"id":"ec-meeting-2019-09-02-c1f1225e96d3edb93b169a41c353d108fd7307d2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-09-02 - Cabinet of First Vice-President Frans Timmermans x Syngenta Crop Protection AG"],"date":["2019-09-02"],"summary":["New Techniques in Biotecnology"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["ec-person-6c0efbf1635ca0cb8dce32e129231fa3136f600b","eu-tr-16822412339-79"]}} -{"id":"ec-meeting-2019-09-03-2c56cb9915a1f047fb5dc989f6d5515a8782eb79","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-09-03 - Cabinet of Vice-President Valdis Dombrovskis x Deutsche Börse AG"],"date":["2019-09-03"],"summary":["EMIR, Capital Markets Union"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-20884001341-42","ec-person-48f31156d932641826e09f5b73f074d35ff05786"]}} -{"id":"ec-meeting-2019-09-03-4af210a921d2a3f99947e3a58099c1e1242f30a3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-09-03 - Cabinet of Vice-President Cecilia Malmström x Manufacturing Northern Ireland British Retail Consortium Ulster Farmers' Union Logistics UK"],"date":["2019-09-03"],"summary":["Mercosur"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-876475018816-35","eu-tr-935910235761-06","ec-person-98880f3f4206145e196013db9dd806a551c11e06","eu-tr-14799073282-84","eu-tr-612780115008-03"]}} -{"id":"ec-meeting-2019-09-03-6912e44cf97dd6804b6ac47afb972a71e123b648","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-09-03 - Cabinet of Vice-President Jyrki Katainen x Finnish Forest Industries Federation (Metsäteollisuus ry)"],"date":["2019-09-03"],"summary":["Bioeconomy"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-39671713910-36","ec-person-ccd2797b568cba38993df7d1dcc985dbc1eb439a"]}} -{"id":"ec-meeting-2019-09-03-b532271a353b262a0970eb079a152e4de6be9aa1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-09-03 - Cabinet of President Jean-Claude Juncker x AEGIS Europe"],"date":["2019-09-03"],"summary":["Trade Defense instruments"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-e415577aabb40c0f789310505c6c5803aa69037b","eu-tr-790573922716-64"]}} -{"id":"ec-meeting-2019-09-03-e7a3c98de21a97c02ad803bec50718dda2c094aa","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-09-03 - Cabinet of Vice-President Günther Oettinger x Photonics21 Association"],"date":["2019-09-03"],"summary":["Future funding of partnerships"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-250774516080-16","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2019-09-03-fa8b109fc94b01d8309abeb87e5a378b40c98507","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-09-03 - Internal Market, Industry, Entrepreneurship and SMEs x European Panel Federation"],"date":["2019-09-03"],"summary":["Present EPF and their priorities"],"location":["BREY-Brussels"],"address":["BREY-Brussels"],"addressEntity":["addr-d44a5833caa26834c3898a8945679a31285bd2ac"],"organizer":["ec-dg-grow"],"involved":["eu-tr-572064811767-22","ec-person-6299e47fea20df86a1b90bd5b033006b2cb35b5e"]}} -{"id":"ec-meeting-2019-09-03-fc3839b59bd3e29d4db084e1887ea1cabaf960a4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-09-03 - Mobility and Transport x Association of Asia Pacific Airlines"],"date":["2019-09-03"],"summary":["passenger rights, airports, security, safety and Single Sky"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-move"],"involved":["ec-person-26cdfacae671b09917bee1a91c91973941fa58a2","eu-tr-148659915430-51"]}} -{"id":"ec-meeting-2019-09-04-050488195e1fce516c64472a1d881477c8d57317","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-09-04 - Cabinet of Vice-President Jyrki Katainen x UPM-Kymmene Oyj"],"date":["2019-09-04"],"summary":["Bioeconomy"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-861194311863-31","ec-person-ccd2797b568cba38993df7d1dcc985dbc1eb439a"]}} -{"id":"ec-meeting-2019-09-04-13683faf6a01265ad6a4ff8de7ff33c30fe93369","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-09-04 - Cabinet of Vice-President Valdis Dombrovskis x Société Générale"],"date":["2019-09-04"],"summary":["Implementation of Basel, Capital Markets Union"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-34369111614-57","ec-person-48f31156d932641826e09f5b73f074d35ff05786"]}} -{"id":"ec-meeting-2019-09-04-34b87472fdc0cbb6f93bd45279c23f3815c0ec0b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-09-04 - Cabinet of President Jean-Claude Juncker x Swedish Securities Markets Association (Swedish: Föreningen Svensk Värdepappersmarknad)"],"date":["2019-09-04"],"summary":["Capital Markets Union"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-7777147632-40","ec-person-c402e34a99fbee730ae22e3b1958e21c94dc6fcc"]}} -{"id":"ec-meeting-2019-09-04-4b19681bedb497a2e1742789a11ee7e97c8d4424","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-09-04 - Cabinet of Commissioner Pierre Moscovici x European Travel Retail Confederation"],"date":["2019-09-04"],"summary":["Excise and VAT Directives"],"notes":["Portfolio: Economic and Financial Affairs, Taxation and Customs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-moscovici-of-pierre"],"involved":["ec-person-1d299d025d2afdcba46db3d131b6197fab6e0c89","eu-tr-90905271757-87"]}} -{"id":"ec-meeting-2019-09-04-6283958b4b4a7756c43dff1fff2eb0a3ff32a1dd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-09-04 - Communications Networks, Content and Technology x Vodafone Belgium SA"],"date":["2019-09-04"],"summary":["data sharing, data access and IoT frameworks"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-90142503473-81","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2019-09-04-93618c70be9d9a91ebd80c2852b6aa0630ed3998","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-09-04 - Health and Food Safety x European Telecommunications Network Operators' Association"],"date":["2019-09-04"],"summary":["mobile standard 5G and electromagnetic field emissions"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-sante"],"involved":["ec-person-42d2108d723f9b9017ed589e3271e3156172daa7","eu-tr-08957111909-85"]}} -{"id":"ec-meeting-2019-09-04-9517b7b505c8fd522d05e5614003a0db57a9f99f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-09-04 - Cabinet of Vice-President Karmenu Vella x BIO-LUTIONS International AG"],"date":["2019-09-04"],"summary":["Single Use Plastics, EU funding"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["eu-tr-651636635751-90","ec-person-e3c587153be49902cde115f568bd5e9a9d548743"]}} -{"id":"ec-meeting-2019-09-04-a951473b1de996fc66e9de611590a4a42bd62446","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-09-04 - Cabinet of Vice-President Valdis Dombrovskis x Raiffeisen Bank International AG"],"date":["2019-09-04"],"summary":["Foreign Exchange loans"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-33858106461-10","ec-person-48f31156d932641826e09f5b73f074d35ff05786"]}} -{"id":"ec-meeting-2019-09-04-ab75d486966539cd462c6f25299b3afda4dc8917","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-09-04 - Cabinet of Vice-President Cecilia Malmström x Bruegel"],"date":["2019-09-04"],"summary":["annual state of play"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-19b143e83f8ab978c55c8a9a9e49e06dbfa14bf3","eu-tr-458295331598-02"]}} -{"id":"ec-meeting-2019-09-04-d38ca82e43a2d1b0f3f72a56ef45581d9b9a7c14","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-09-04 - Research and Innovation x Community of European Railway and Infrastructure Companies UNIFE EUROPEAN RAIL INFRASTRUCTURE MANAGERS"],"date":["2019-09-04"],"summary":["Joint meeting CER-EIM-UNIFE to discuss future of transportation in Horizon Europe"],"location":["Brussels - Belgium"],"address":["Brussels - Belgium"],"addressEntity":["addr-85d514873c3b55c68206168e47e9d4fc69799cc8"],"organizer":["ec-dg-rtd"],"involved":["eu-tr-7574621118-27","eu-tr-9624415524-28","eu-tr-531034421340-14","ec-person-1d348f33395de0ea6773a7b4ae8797e3e0392f73"]}} -{"id":"ec-meeting-2019-09-04-d51930308de18ef3be56389a97a53e0a1882f412","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-09-04 - Cabinet of Commissioner Vytenis Andriukaitis x The Brewers of Europe"],"date":["2019-09-04"],"summary":["MoU of brewers of Europe on labelling of calories and ingredients"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-b9c3f19e7c5f216e3e508f931ddd6a9cb59376d1","ec-person-df30d07ef698a52b9948b9c734db39196cf8541f","eu-tr-81610896372-23"]}} -{"id":"ec-meeting-2019-09-04-fe0df5ed20fca3474ab73cd37d30f7eacd3581e7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-09-04 - Cabinet of Commissioner Vytenis Andriukaitis x EuropaBio"],"date":["2019-09-04"],"summary":["Science based decision making. New biotechnologies"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-b9c3f19e7c5f216e3e508f931ddd6a9cb59376d1","eu-tr-1298286943-59","ec-person-df30d07ef698a52b9948b9c734db39196cf8541f"]}} -{"id":"ec-meeting-2019-09-05-139972529646d280ab705458fb3ca1ed691d696d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-09-05 - Cabinet of Vice-President Günther Oettinger x Bundesvereinigung der Deutschen Arbeitgeberverbände e.V."],"date":["2019-09-05"],"summary":["Future outlook for the next Commission"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-7749519702-29","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2019-09-05-2afb8b019e06e3c4e947e0a1e4ae9ec132644a53","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-09-05 - Cabinet of President Jean-Claude Juncker x Associazione Bancaria Italiana"],"date":["2019-09-05"],"summary":["Banking regulation"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["eu-tr-915519211566-03","ec-person-c402e34a99fbee730ae22e3b1958e21c94dc6fcc"]}} -{"id":"ec-meeting-2019-09-05-5eb4f428d7f554ac2c07c96af2194485c9ea0a6c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-09-05 - Cabinet of Commissioner Elżbieta Bieńkowska x None"],"date":["2019-09-05"],"summary":["Medical Devices (Mr Bermig attended the meeting organized by Commissioner Oettinger)"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-720317435858-43","eu-tr-433743725252-26","eu-tr-682525635754-90","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029","eu-tr-55587639351-53","eu-tr-292285925526-02"]}} -{"id":"ec-meeting-2019-09-05-71a29357533cb65ca4578f57305daaddcecb9fd2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-09-05 - Cabinet of Vice-President Günther Oettinger x None"],"date":["2019-09-05"],"summary":["Future funding of Media platforms"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-31046456610-43","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911","eu-tr-93288301615-56","eu-tr-6774178922-55","eu-tr-52431421-12"]}} -{"id":"ec-meeting-2019-09-05-8065a8d9bd8a207f1fb34eda2208ab7fbb1044b3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-09-05 - Cabinet of Commissioner Christos Stylianides x The Carter Center, Inc."],"date":["2019-09-05"],"summary":["Discussion on humanitarian and peace initiatives"],"notes":["Portfolio: Humanitarian Aid & Crisis Management"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-christos-commissioner-of-stylianides"],"involved":["ec-person-4eb539ec6be15a4ff0441bbf6fb6ee284d67eb15","ec-person-cdd689bd079714522dad472ea4446b0fcc660d8f","eu-tr-572319935786-60"]}} -{"id":"ec-meeting-2019-09-05-959cbee35aa2845b8a3054638caab6c33dcb1b2a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-09-05 - Cabinet of Vice-President Miguel Arias Cañete x AIR LIQUIDE"],"date":["2019-09-05"],"summary":["CCS project (Carbon capture and storage )"],"notes":["Portfolio: Climate Action & Energy"],"location":["Oslo"],"address":["Oslo"],"addressEntity":["addr-bcc48172e05cafa61c2a2e8f12de220fdb1385b3"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-94857385769-70","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd"]}} -{"id":"ec-meeting-2019-09-05-ba278b474d63c7740b15bf9eba26f35057c02e9f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-09-05 - Cabinet of Vice-President Valdis Dombrovskis x Barclays PLC"],"date":["2019-09-05"],"summary":["Brexit"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-48f31156d932641826e09f5b73f074d35ff05786","eu-tr-72390466359-39"]}} -{"id":"ec-meeting-2019-09-05-cbb4accfdfaf25fd34d8da7e8d9bad0826ca67fe","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-09-05 - Cabinet of First Vice-President Frans Timmermans x Open Society European Policy Institute"],"date":["2019-09-05"],"summary":["Sustainability and Climate"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["ec-person-1bc3e2272ec82a894153feccd4f285ae594f7b3b","eu-tr-8557515321-37"]}} -{"id":"ec-meeting-2019-09-05-cfa42b6c7410c6309d0d971d7defe00f1c7e87af","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-09-05 - Cabinet of Vice-President Günther Oettinger x Deutsche Unternehmensinitiative Energieeffizienz e.V."],"date":["2019-09-05"],"summary":["EU climate change policy"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-19736167705-91","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2019-09-06-2190438ca5dcc62210364982d2f68024a37e6f36","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-09-06 - Cabinet of Commissioner Mariya Gabriel x Snap, Inc."],"date":["2019-09-06"],"summary":["AVSMD"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-976985829492-08","ec-person-13ac9a19d8d04f97c0d32603d014df0dd4e1cd2a"]}} -{"id":"ec-meeting-2019-09-06-263d3af2e00afe27c751fee32f9eb05ac4faa91a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-09-06 - Cabinet of Commissioner Mariya Gabriel x CRITEO"],"date":["2019-09-06"],"summary":["économie numérique"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-101625735722-23","ec-person-d995d34a2f8b1f0bf6a17486f5699181d6a01e1c"]}} -{"id":"ec-meeting-2019-09-06-a3a7188ad1fe4b704b22fe850f848a44fb916392","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-09-06 - Environment x WWF European Policy Programme"],"date":["2019-09-06"],"summary":["Water Framework Directive, Fitness check, biodiversity, nature"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-env"],"involved":["eu-tr-1414929419-24","ec-person-3bc74ce04ea3f4ab4d91a5c88eef25b8b8a213b4"]}} -{"id":"ec-meeting-2019-09-06-fe044a741740446cd5ed05c55bb6694a04ad7553","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-09-06 - Taxation and Customs Union x Palantir Technologies Inc."],"date":["2019-09-06"],"summary":["Introduction to Palantir’s Platform"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-taxud"],"involved":["eu-tr-553786035745-66","ec-person-3173c1cc052827c58f23ccd3a8de07534f0d35bd"]}} -{"id":"ec-meeting-2019-09-09-0f1b05cbb8f265906a63ab97310ebf262ea9bc7b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-09-09 - Cabinet of Vice-President Jyrki Katainen x Fédération bancaire française"],"date":["2019-09-09"],"summary":["Basel implementaton"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-567e71ed1b2c1e3f5ed12f2c3bedf7e9e69a9158","eu-tr-09245221105-30"]}} -{"id":"ec-meeting-2019-09-09-108433da8e1e7ed76f1f841816b2245aedf0282a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-09-09 - Mobility and Transport x Boeing International Corporation - Belgium Branch Office"],"date":["2019-09-09"],"summary":["Aviation safety, drones, environment"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-move"],"involved":["eu-tr-62505293737-81","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2019-09-09-28254006cd2527901bee4915b7869f09eb99291f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-09-09 - Health and Food Safety x Association of the European Self-Care Industry"],"date":["2019-09-09"],"summary":["introduction of AESGPand activities, namely in the area of pharmaceuticals, food supplements; public health issues such as AMR; sustainability of health systems"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-sante"],"involved":["ec-person-42d2108d723f9b9017ed589e3271e3156172daa7","eu-tr-99565011637-64"]}} -{"id":"ec-meeting-2019-09-09-35f35f5a631fcc835b9c397b0508b90797a0470a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-09-09 - Energy x Bruegel"],"date":["2019-09-09"],"summary":["Participation seminar - energy priorities"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["ec-person-9c0f33ecb9f6badd5f4b5f1a4bd7677e18a52a22","eu-tr-458295331598-02"]}} -{"id":"ec-meeting-2019-09-09-3ab57efc234dc31e08a9e4b2a5dac589ebf60e97","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-09-09 - Cabinet of Vice-President Valdis Dombrovskis x EuropeanIssuers"],"date":["2019-09-09"],"summary":["CMU, Sustainable Finance"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-30d770ccd575865b3106f94220ce1ace16e48f1a","eu-tr-20935778703-23"]}} -{"id":"ec-meeting-2019-09-09-4635d3dfc740e18f89d87fffd479e64f5f89d6ee","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-09-09 - European Neighbourhood and Enlargement Negotiations x Open Society European Policy Institute"],"date":["2019-09-09"],"summary":["Neihgbourhood policies and Enlargement negotiations"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-near"],"involved":["ec-person-1160ccf35947f06f1629cad85b9f162eb5575780","eu-tr-8557515321-37"]}} -{"id":"ec-meeting-2019-09-09-4ed3971e4fff1e535322889ae5fae7f312e45ed4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-09-09 - Health and Food Safety x EuropaBio"],"date":["2019-09-09"],"summary":["discussion around bio pharmaceutical development and how to maintain the strength of this sector"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-sante"],"involved":["eu-tr-1298286943-59","ec-person-42d2108d723f9b9017ed589e3271e3156172daa7"]}} -{"id":"ec-meeting-2019-09-09-60349f42a35966a8fed7ed998da306928ea956f5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-09-09 - Cabinet of Vice-President Valdis Dombrovskis x Fédération bancaire française"],"date":["2019-09-09"],"summary":["Basel implementation"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-48f31156d932641826e09f5b73f074d35ff05786","eu-tr-09245221105-30"]}} -{"id":"ec-meeting-2019-09-09-6e9565d3a75ebf0da62e492b16045da663e62c5a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-09-09 - Cabinet of Commissioner Mariya Gabriel x Index Ventures (UK) LLP"],"date":["2019-09-09"],"summary":["Digital Startups"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-431789031930-74","ec-person-1674399a793e9e6fd7cf55b525515fc862fc9351"]}} -{"id":"ec-meeting-2019-09-09-7714a34e51a3c5d194b85f16591c3502887eeda3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-09-09 - Trade x Boeing International Corporation - Belgium Branch Office"],"date":["2019-09-09"],"summary":["WTO dispute settlement"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-trade"],"involved":["eu-tr-62505293737-81","ec-person-2045c2589da3988908fcfe731e8224e7e06a7c63"]}} -{"id":"ec-meeting-2019-09-09-908e8948f4d3f194f8a768154d7d9616a8bb1a51","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-09-09 - Cabinet of Vice-President Günther Oettinger x Muenchener Rueckversicherungs-Gesellschaft Aktiengesellschaft in Muenchen"],"date":["2019-09-09"],"summary":["MFF"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-80722695701-02","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2019-09-09-b174b813e93bfed6032e08d7b7133d28bbe9c66b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-09-09 - Cabinet of Vice-President Maroš Šefčovič x EUROGAS aisbl"],"date":["2019-09-09"],"summary":["Implementation Energy Union Strategy in future gas in the context of the decarbonisation stratagy; Ukraine gas transit"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-3bf48630444ace93d407e52eb880e64d480f75ce","eu-tr-17909506129-41","ec-person-1f95be23689cd4ed0a26fe2980f760ccf2d55c1e"]}} -{"id":"ec-meeting-2019-09-09-b5cfd4c20c67a869277bff896d5c6e94036bc914","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-09-09 - Financial Stability, Financial Services and Capital Markets Union x HSBC Holdings PLC"],"date":["2019-09-09"],"summary":["Sustainable finance, international role of the euro and possibly relations with Asia."],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-001866415031-87","ec-person-bdee7a93f95c8ef05079539170139b3c02e8ed96"]}} -{"id":"ec-meeting-2019-09-09-c1c7f696c965d21f7203375f754e902dda205ac7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-09-09 - Cabinet of Vice-President Cecilia Malmström x AeroSpace and Defence Industries Association of Europe"],"date":["2019-09-09"],"summary":["EU trade policy deliverables 2014-2019, ongoing priorities"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-171e0bfe7e56605212c3c6e618a5d2d7fc23f75f","eu-tr-72699997886-57"]}} -{"id":"ec-meeting-2019-09-09-db49e7ac4dfa94893f63898cce940fa290b828f7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-09-09 - Cabinet of Vice-President Günther Oettinger x Union Européenne du Commerce du Bétail et des Métiers de la Viande"],"date":["2019-09-09"],"summary":["MFF"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-4422649896-52","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2019-09-10-0b88ae8e4f590c398b0fc097a9a6c52b7ac7485a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-09-10 - Cabinet of Commissioner Carlos Moedas x Central Denmark EU Office"],"date":["2019-09-10"],"summary":["Event \"Nordic University Days\" organized by the Central Denmark EU Office"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-8ec05e08adb6965c1b360cae0a4d52d4d72a2f95","ec-person-23980b2bc4fd9c82051d0f7888dc236b2f764866","eu-tr-67105877452-82"]}} -{"id":"ec-meeting-2019-09-10-1a875c1b4cc66829530fa05764340fc2d7c8d9d8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-09-10 - Foreign Policy Instruments x International Crisis Group"],"date":["2019-09-10"],"summary":["Exchange on practical approaches to conflict prevention"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fpi"],"involved":["ec-person-c3b6b442c99862009242a343eeb51ed66498bd31","eu-tr-72899131664-09"]}} -{"id":"ec-meeting-2019-09-10-3b0efadcba1e5179c333a56e24b8346e3d03c34e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-09-10 - Cabinet of Vice-President Günther Oettinger x Herrenknecht AG"],"date":["2019-09-10"],"summary":["Development of EU infrastructure"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-462466335805-06","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2019-09-10-685c720dc82da2beed9729b2b8ee8a1043d6b44e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-09-10 - Cabinet of Commissioner Elżbieta Bieńkowska x Herrenknecht AG"],"date":["2019-09-10"],"summary":["Development of EU infrastructure (Meeting organised by CAB Oettinger)"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-462466335805-06","ec-person-daef7f819b2f3ffe5e4f5d8eb2782954f3c4a4e2"]}} -{"id":"ec-meeting-2019-09-10-690934db959a73645a3fdd28178de4d94c4c8e2f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-09-10 - Employment, Social Affairs and Inclusion x EUROPEAN TRADE UNION CONFEDERATION"],"date":["2019-09-10"],"summary":["Follow-up on collective bargaining and the 14 priorities of the ETUC for the new mandate of the EU Institutions."],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-empl"],"involved":["eu-tr-06698681039-26","ec-person-dd259fce880e1853f0beb087443bce6e7dea70d7"]}} -{"id":"ec-meeting-2019-09-10-6e325439a8cde1c8e46501385b6cd12a49506d4d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-09-10 - Cabinet of Commissioner Violeta Bulc x BLS AG"],"date":["2019-09-10"],"summary":["TEN-T Regulation"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-230630614673-95","ec-person-dd7851e4a1e747e824b4f81139e33bc3cdb73160"]}} -{"id":"ec-meeting-2019-09-10-7f0dcc7224069120e97a69ff81b1651ed5254658","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-09-10 - Cabinet of Vice-President Jyrki Katainen x Maa- ja metsätaloustuottajain Keskusliitto – Central Union of Agricultural Producers and Forest Owners"],"date":["2019-09-10"],"summary":["Current and future Commission"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90","eu-tr-56039441735-48"]}} -{"id":"ec-meeting-2019-09-10-8286e8e6a6f941e2cef7d844b6b5f88ec3548ca4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-09-10 - Cabinet of Vice-President Günther Oettinger x EKD-Büro Brüssel / EKD-Office Brussels"],"date":["2019-09-10"],"summary":["Future of Europe"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911","eu-tr-61973396926-78"]}} -{"id":"ec-meeting-2019-09-10-d573bbc57e46e8ce3a35b035ddb6ef8ea9351f23","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-09-10 - Cabinet of Commissioner Marianne Thyssen x Bloomberg L.P."],"date":["2019-09-10"],"summary":["Meeting with Lionel Laurent on EGF and ESF"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["eu-tr-214140728444-40","ec-person-5528caa0f79478c045f9f7d077dc9e03c09edb31"]}} -{"id":"ec-meeting-2019-09-10-d9ba1e0598c2ae0e5bbcb5a5e8a41c14ba604de2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-09-10 - Research and Innovation x Science Business International SRL"],"date":["2019-09-10"],"summary":["Speech at Science Business Conference - Topic: Horizon Europe"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-rtd"],"involved":["ec-person-1d348f33395de0ea6773a7b4ae8797e3e0392f73","eu-tr-044816121222-46"]}} -{"id":"ec-meeting-2019-09-10-ed10a0c5cc69627f00c294307166bfec80b638b6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-09-10 - Cabinet of Commissioner Phil Hogan x Association de l'Aviculture, de l'Industrie et du Commerce de Volailles dans les Pays de l'Union Europeenne asbl"],"date":["2019-09-10"],"summary":["Agri Matters"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-9803788883-16","ec-person-a1a78365cc4685b0958056646204977d8f2ead92"]}} -{"id":"ec-meeting-2019-09-11-40ff47d891e83ccc7bcccc8c3caaa4984f03f228","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-09-11 - Cabinet of Commissioner Vytenis Andriukaitis x European Heart Network Baby Milk Action International Baby Food Action Network UK European Public Health Alliance Bureau Européen des Unions de Consommateurs Standing Committee of European Doctors Confederation of Family Organisations in the European Union World Obesity Federation"],"date":["2019-09-11"],"summary":["EU Platform for action on Diet, Physical Activity and Health"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["eu-tr-9276943405-41","eu-tr-18941013532-08","eu-tr-3606882168-35","eu-tr-93283396780-85","ec-person-207ddb103396c498205a36d665b30a0cf0c8e5a1","eu-tr-9505781573-45","eu-tr-586272318944-56","eu-tr-409395935237-10","ec-person-df30d07ef698a52b9948b9c734db39196cf8541f"]}} -{"id":"ec-meeting-2019-09-11-46607fb0a893c96e5aac15187966a1173189a79d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-09-11 - Cabinet of Vice-President Neven Mimica x ROTARY INTERNATIONAL"],"date":["2019-09-11"],"summary":["Financial contribution to Polio Eradication"],"notes":["Portfolio: International Cooperation & Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-mimica-neven-of-president-vice"],"involved":["ec-person-e90858f5aba78fd0e1cb2f757c3f38d55d91f98b","eu-tr-512870513007-47"]}} -{"id":"ec-meeting-2019-09-11-995b2841b11ec9d61e22d5d1b77bdbd5aba06fac","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-09-11 - Cabinet of Commissioner Phil Hogan x Irish Farmers' Association"],"date":["2019-09-11"],"summary":["Agri Matters"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-458700813641-37","ec-person-a1a78365cc4685b0958056646204977d8f2ead92"]}} -{"id":"ec-meeting-2019-09-11-a79344cce9b6b9d088758e4752741d84e6961877","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-09-11 - Cabinet of Commissioner Věra Jourová x Svaz průmyslu a dopravy ČR"],"date":["2019-09-11"],"summary":["GDPR, Company law"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-a2ca9161feee56909a0e98b473c2d342c20fdb57","eu-tr-785320514128-81","ec-person-5455ecfabb89025694c798deac08160a2be17d94","ec-person-1e0e3a00ab815dea7c5b839b002ed2c7e34bfe0a"]}} -{"id":"ec-meeting-2019-09-11-ab75d486966539cd462c6f25299b3afda4dc8917","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-09-11 - Cabinet of Vice-President Cecilia Malmström x Bruegel"],"date":["2019-09-11"],"summary":["EU-Singapore FTA/IPA"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-19b143e83f8ab978c55c8a9a9e49e06dbfa14bf3","eu-tr-458295331598-02"]}} -{"id":"ec-meeting-2019-09-11-ee55d39ad91492c83c02ef0d13ffc257b11d9964","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-09-11 - Cabinet of Vice-President Cecilia Malmström x Związek Pracodawców Business & Science Poland"],"date":["2019-09-11"],"summary":["Debrief on Trade policy 2014-2019"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-548212735276-89","ec-person-171e0bfe7e56605212c3c6e618a5d2d7fc23f75f"]}} -{"id":"ec-meeting-2019-09-12-18c95497023e7c3a8fc3cd66663a7036f66c9a19","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-09-12 - Communications Networks, Content and Technology x European Telecommunications Network Operators' Association"],"date":["2019-09-12"],"summary":["EMF and current feedback from EU markets on the issue"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f","eu-tr-08957111909-85"]}} -{"id":"ec-meeting-2019-09-12-19c419ef900ce34191cc38e77b3c2fc5d55feb08","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-09-12 - Mobility and Transport x UNIFE"],"date":["2019-09-12"],"summary":["Shift2Rail, 4th Railway Package"],"location":["Dublin, Ireland"],"address":["Dublin, Ireland"],"addressEntity":["addr-9254d2b0cd15e920cbb060acf87f8f943a0508e9"],"organizer":["ec-dg-move"],"involved":["eu-tr-9624415524-28","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2019-09-12-3d7dd267b66f9f0cef385e58f49998fc0b3fb405","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-09-12 - Cabinet of Vice-President Günther Oettinger x Bundesverband Musikindustrie e.V."],"date":["2019-09-12"],"summary":["copyright"],"notes":["Portfolio: Budget & Human Resources"],"location":["Berlin"],"address":["Berlin"],"addressEntity":["addr-062b06ba8e755765c6b049809b7430fd54fe5b21"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-312895414628-97","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2019-09-12-8891f9abedbd656f7e6ea5e20964c359cf028f91","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-09-12 - Cabinet of Commissioner Julian King x Centre for Democracy & Technology, Europe"],"date":["2019-09-12"],"summary":["Cyber security"],"notes":["Portfolio: Security Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-julian-king-of"],"involved":["ec-person-ca8657bb707da1a6a3aad07666e8e325d5faa7e3","eu-tr-57305017757-64"]}} -{"id":"ec-meeting-2019-09-12-9f7d6aff2cc1d9e0b47926a45d30cd2789fdf569","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-09-12 - Internal Market, Industry, Entrepreneurship and SMEs x BUSINESSEUROPE"],"date":["2019-09-12"],"summary":["Introduce themselves and present their Industrial strategy paper"],"location":["BREY-Brussels"],"address":["BREY-Brussels"],"addressEntity":["addr-d44a5833caa26834c3898a8945679a31285bd2ac"],"organizer":["ec-dg-grow"],"involved":["ec-person-6299e47fea20df86a1b90bd5b033006b2cb35b5e","eu-tr-3978240953-79"]}} -{"id":"ec-meeting-2019-09-12-b4887a31ffe094fbbe07f746de613ec7d4f27d82","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-09-12 - Cabinet of Vice-President Miguel Arias Cañete x Climate Action Network Europe"],"date":["2019-09-12"],"summary":["Preparations for the events of the UN General Assembly week in New York in September,"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-55888811123-49","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd"]}} -{"id":"ec-meeting-2019-09-12-cdb2ab27666d5e41fcc0d5b08e59f425242f7aad","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-09-12 - Research and Innovation x Interuniversitair Micro-Electronica Centrum vzw"],"date":["2019-09-12"],"summary":["Input of IMEC to Horizon Europe"],"location":["Leuven, Belgium"],"address":["Leuven, Belgium"],"addressEntity":["addr-90707df5f252f9e2b0a167423b4b8f8d38b191e2"],"organizer":["ec-dg-rtd"],"involved":["ec-person-1d348f33395de0ea6773a7b4ae8797e3e0392f73","eu-tr-97921387213-35"]}} -{"id":"ec-meeting-2019-09-12-ec0c668fc91aae1bf8ea3b235d07850fe4ddb0e1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-09-12 - Internal Market, Industry, Entrepreneurship and SMEs x EPIA SolarPower Europe"],"date":["2019-09-12"],"summary":["To present themselves and the solar value chain and solar technology"],"location":["BREY-Brussels"],"address":["BREY-Brussels"],"addressEntity":["addr-d44a5833caa26834c3898a8945679a31285bd2ac"],"organizer":["ec-dg-grow"],"involved":["ec-person-6299e47fea20df86a1b90bd5b033006b2cb35b5e","eu-tr-2680046412-48"]}} -{"id":"ec-meeting-2019-09-12-fbf5ee71909dc4a68d0bf9550aa6ed8488e48755","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2019-09-12 - Cabinet of Commissioner Mariya Gabriel x VIVENDI"],"date":["2019-09-12"],"summary":["Copyright and disinformation","Next Commission"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-057865115207-48","ec-person-d995d34a2f8b1f0bf6a17486f5699181d6a01e1c","ec-person-13ac9a19d8d04f97c0d32603d014df0dd4e1cd2a"]}} -{"id":"ec-meeting-2019-09-13-01a9573cb20a323fd3b5cc665d9bc185e7ac391a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-09-13 - Cabinet of Commissioner Mariya Gabriel x DOT Europe"],"date":["2019-09-13"],"summary":["Disinformation"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-53905947933-43","ec-person-13ac9a19d8d04f97c0d32603d014df0dd4e1cd2a"]}} -{"id":"ec-meeting-2019-09-13-2b298487b43a910f6ce05f128f5170ee18d79129","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-09-13 - Cabinet of Commissioner Phil Hogan x Agricultural Science Association"],"date":["2019-09-13"],"summary":["Deliver address"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Ireland"],"address":["Ireland"],"addressEntity":["addr-eb2131ece0efe78ee8bb1ae98af6099114a8df09"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-a1a78365cc4685b0958056646204977d8f2ead92","eu-tr-240915136030-02"]}} -{"id":"ec-meeting-2019-09-13-4dbbd42bac6474d4c1ac7a2d1547c6cbd3292297","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-09-13 - Cabinet of Vice-President Cecilia Malmström x Human Rights Watch"],"date":["2019-09-13"],"summary":["Reporting on human rights in ASEAN"],"notes":["Portfolio: Trade"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-ce1312d2a248f71fe74eed58aa5915cfa445bbba","ec-person-0e574d9526c0834ba7e67064cd6ec19a4a2460b9","eu-tr-56362448807-46"]}} -{"id":"ec-meeting-2019-09-13-4f5e3b95c707037b3de38b2a7604c8b98235fb56","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-09-13 - Cabinet of Vice-President Günther Oettinger x MANN+HUMMEL"],"date":["2019-09-13"],"summary":["clean transport"],"notes":["Portfolio: Budget & Human Resources"],"location":["Ludwigsburg"],"address":["Ludwigsburg"],"addressEntity":["addr-19f756936dde58bca153913fac443075d738d47b"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-567407735864-89","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2019-09-13-7f0dcc7224069120e97a69ff81b1651ed5254658","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-09-13 - Cabinet of Vice-President Jyrki Katainen x Maa- ja metsätaloustuottajain Keskusliitto – Central Union of Agricultural Producers and Forest Owners"],"date":["2019-09-13"],"summary":["CAP reform"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-56039441735-48","ec-person-ccd2797b568cba38993df7d1dcc985dbc1eb439a"]}} -{"id":"ec-meeting-2019-09-13-9e49dd7445a5077d014e59310eeb630cd1482b3e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-09-13 - Mobility and Transport x European Transport Workers' Federation"],"date":["2019-09-13"],"summary":["challenges of the European transport industry (working conditions, climate change, wages)"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-move"],"involved":["eu-tr-92545571128-74","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2019-09-13-c595db2db3321c361813acbe02ca962a11fcece0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-09-13 - Inspire, Debate, Engage and Accelerate Action x European Round Table for Industry"],"date":["2019-09-13"],"summary":["Industrial Policy"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-dg-idea"],"involved":["eu-tr-25487567824-45","ec-person-4fe56a64c00b3e81c851b5538878b32481bd7d3c"]}} -{"id":"ec-meeting-2019-09-13-ce02389be8dbe3f44a4f6cdb1ca3997a32d60b5b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-09-13 - Mobility and Transport x Hitachi Rail STS"],"date":["2019-09-13"],"summary":["Shift2Rail"],"location":["Dublin, Ireland"],"address":["Dublin, Ireland"],"addressEntity":["addr-9254d2b0cd15e920cbb060acf87f8f943a0508e9"],"organizer":["ec-dg-move"],"involved":["eu-tr-191285330070-33","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2019-09-16-21626fa57d43af8eb326e82fac339e7e64e43b63","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-09-16 - Communications Networks, Content and Technology x Data, AI and Robotics (DAIRO) AISBL"],"date":["2019-09-16"],"summary":["SRIDA, AI, PPPs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-042849916153-53","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2019-09-16-4f37079be8c8898827378904515f15735a9dc9ca","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-09-16 - Cabinet of Commissioner Julian King x The German Marshall Fund of the United States - The Transatlantic Foundation"],"date":["2019-09-16"],"summary":["Cyber security"],"notes":["Portfolio: Security Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-julian-king-of"],"involved":["ec-person-ca8657bb707da1a6a3aad07666e8e325d5faa7e3","eu-tr-823171519707-31"]}} -{"id":"ec-meeting-2019-09-16-595444996623475b2ef74883ac2abed8de846b45","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-09-16 - Climate Action x TIC Council"],"date":["2019-09-16"],"summary":["Presentation of the Council representing independent testing, inspection and certification companies"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-clima"],"involved":["ec-person-9c5c685692a09a77f2bc8ae9c05663b87cd75aae","eu-tr-840667012559-60"]}} -{"id":"ec-meeting-2019-09-17-3d0e03fa5cf4f2cf8101c36f1d4737d279d45e79","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-09-17 - Cabinet of Commissioner Vytenis Andriukaitis x Abbott"],"date":["2019-09-17"],"summary":["Medical devices"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-b4899928aefa422e4992056d90974930b39cad81","eu-tr-578132036311-72","ec-person-d462b3c7daeee00ad55e380a7fb96819f79899df"]}} -{"id":"ec-meeting-2019-09-17-7b9a6ce6ad39108a1273602160b9bda6226ec8b6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-09-17 - Mobility and Transport x Bombardier Transportation"],"date":["2019-09-17"],"summary":["site visit"],"location":["Montréal, Canada"],"address":["Montréal, Canada"],"addressEntity":["addr-07b733b8df95fcfc68503885f3c4d361561c6713"],"organizer":["ec-dg-move"],"involved":["eu-tr-478836130634-43","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2019-09-18-18fa10077fcf0dad39f6f20c1c651c0a61b737f1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-09-18 - Internal Market, Industry, Entrepreneurship and SMEs x SMEunited aisbl"],"date":["2019-09-18"],"summary":["Introduce themselves and discuss SME policy in general"],"location":["BREY-Brussels"],"address":["BREY-Brussels"],"addressEntity":["addr-d44a5833caa26834c3898a8945679a31285bd2ac"],"organizer":["ec-dg-grow"],"involved":["eu-tr-55820581197-35","ec-person-6299e47fea20df86a1b90bd5b033006b2cb35b5e"]}} -{"id":"ec-meeting-2019-09-18-2d0a582fa6ec0535c5e77475ecb47935bf9e1693","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-09-18 - Cabinet of Vice-President Cecilia Malmström x Airbus"],"date":["2019-09-18"],"summary":["WTO case DS353"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-2732167674-76","ec-person-98880f3f4206145e196013db9dd806a551c11e06","ec-person-ce1312d2a248f71fe74eed58aa5915cfa445bbba"]}} -{"id":"ec-meeting-2019-09-18-7700202beedaf46ff689340439b74d925fb717c3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-09-18 - Financial Stability, Financial Services and Capital Markets Union x Bureau Européen des Unions de Consommateurs"],"date":["2019-09-18"],"summary":["Quality of financial (retail) advice in the EU."],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-9505781573-45","ec-person-bdee7a93f95c8ef05079539170139b3c02e8ed96"]}} -{"id":"ec-meeting-2019-09-18-8438cad8174b8e691eab0fb887a296d1e08a6558","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-09-18 - Financial Stability, Financial Services and Capital Markets Union x Mastercard Europe"],"date":["2019-09-18"],"summary":["Latest developments in the payments field."],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-fisma"],"involved":["ec-person-bdee7a93f95c8ef05079539170139b3c02e8ed96","eu-tr-58204758673-16"]}} -{"id":"ec-meeting-2019-09-18-9ad0696f4d27f45be76b7aed5de48a75e78d9296","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-09-18 - Cabinet of Commissioner Phil Hogan x Abbott"],"date":["2019-09-18"],"summary":["Agri Matters"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-578132036311-72","ec-person-a1a78365cc4685b0958056646204977d8f2ead92"]}} -{"id":"ec-meeting-2019-09-18-d5eac78c6df7605dee05a559a758be0c351efe48","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-09-18 - Cabinet of Commissioner Violeta Bulc x Luka Koper d.d."],"date":["2019-09-18"],"summary":["Latest development in maritime"],"notes":["Portfolio: Transport"],"location":["Koper (Slovenia)"],"address":["Koper (Slovenia)"],"addressEntity":["addr-27f88e3709e4d838e5e80c25aea21e926daa8bbf"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-4d2b449b5047ea3fda435a2a1c1081e3babcdf76","eu-tr-767074833115-89","ec-person-a9f4fe47da47a1b05bbfda9825908089d11bda93"]}} -{"id":"ec-meeting-2019-09-19-47238a402a6e03396a71cbc4ebcd8dacb6b5a95e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-09-19 - Cabinet of Vice-President Johannes Hahn x Axpo Holding AG"],"date":["2019-09-19"],"summary":["Switzerland"],"notes":["Portfolio: European Neighbourhood Policy & Enlargement Negotiations"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-hahn-johannes-of-president-vice"],"involved":["ec-person-14243ca3b6c9c0f57c03163cfda58dad2d75b681","eu-tr-08171556938-65"]}} -{"id":"ec-meeting-2019-09-19-4738c7aadd38989fb38c21423d51784363441b30","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-09-19 - Cabinet of Vice-President Miguel Arias Cañete x Gas Infrastructure Europe"],"date":["2019-09-19"],"summary":["Energy, renewables and infrastructure matters."],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-76130992074-15","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd"]}} -{"id":"ec-meeting-2019-09-19-86294156f1646456eb2ea3c94013fe0146f09eec","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-09-19 - Cabinet of Commissioner Vytenis Andriukaitis x Institut national de recherche pour l’agriculture, l’alimentation et l’environnement"],"date":["2019-09-19"],"summary":["Visit of a site and exchange of views on how to move towards a more sustainable agriculture"],"notes":["Portfolio: Health & Food Safety"],"location":["Paris"],"address":["Paris"],"addressEntity":["addr-22390ad11c32faec43fc61555b53607660b3c185"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-b9c3f19e7c5f216e3e508f931ddd6a9cb59376d1","eu-tr-028145011837-13","ec-person-df30d07ef698a52b9948b9c734db39196cf8541f"]}} -{"id":"ec-meeting-2019-09-19-8abdf337b088c702ce4da225e490ba9acf4db923","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-09-19 - Cabinet of Commissioner Violeta Bulc x Hyundai Motor Company Brussels Office"],"date":["2019-09-19"],"summary":["Test drive of hydrogen passenger car Hyundai Nexo"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-67224683333-27","ec-person-4d2b449b5047ea3fda435a2a1c1081e3babcdf76","ec-person-9fddf13de7f65229b7da7c5b25dca1630cad3c48"]}} -{"id":"ec-meeting-2019-09-19-a7c539667fae495939457b806892b0a6f2adc56b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-09-19 - Cabinet of Commissioner Tibor Navracsics x European Club Association"],"date":["2019-09-19"],"summary":["developments going on at the moment - updated"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["BRUSSELS"],"address":["BRUSSELS"],"addressEntity":["addr-f74337897287bf1b546f30505f5b1f693a87af50"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-49f31dad10f5641cb1d1e4c3107dd838389e8120","eu-tr-925747033224-18"]}} -{"id":"ec-meeting-2019-09-19-b6e8d01b6493d8b43595fb6d7a804ba5fddf3b30","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-09-19 - Cabinet of Commissioner Phil Hogan x Polski Związek Hodowców i Producentów Trzody Chlewnej \"POLSUS\""],"date":["2019-09-19"],"summary":["Agri Matters"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["COPENHAGEN"],"address":["COPENHAGEN"],"addressEntity":["addr-d1cc88ea2797220702811daebc3c9a72cf05e866"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-068516110787-28","ec-person-a1a78365cc4685b0958056646204977d8f2ead92"]}} -{"id":"ec-meeting-2019-09-19-d53a18aeb4053fa2586635209eea8845ede15bc1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-09-19 - Employment, Social Affairs and Inclusion x Netherlands house for Education and Research"],"date":["2019-09-19"],"summary":["Lunch meeting to discuss common important files for the European Union and the Netherlands."],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-empl"],"involved":["eu-tr-01678796979-90","ec-person-dd259fce880e1853f0beb087443bce6e7dea70d7"]}} -{"id":"ec-meeting-2019-09-20-310730805bb85e7c504f5c11d605aaef9fb2fdcd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-09-20 - Communications Networks, Content and Technology x Mastercard Europe Weber Shandwick"],"date":["2019-09-20"],"summary":["Mastercard regulatory focusses and priorities"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-52836621780-65","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f","eu-tr-58204758673-16"]}} -{"id":"ec-meeting-2019-09-20-73d05d68f95c9a8c97fa544d4ea9b2c8cc6e8eb9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-09-20 - Environment x European Environmental Bureau"],"date":["2019-09-20"],"summary":["European Green Deal"],"location":["Brusssels"],"address":["Brusssels"],"addressEntity":["addr-d87e4e3908f82473ed813ca5f132993797b061f4"],"organizer":["ec-dg-env"],"involved":["eu-tr-06798511314-27","ec-person-3bc74ce04ea3f4ab4d91a5c88eef25b8b8a213b4"]}} -{"id":"ec-meeting-2019-09-20-8071548d94758996b2b677a124fe31f636543072","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-09-20 - Health and Food Safety x Stiftung Ordnungspolitik - Centrum für Europäische Politik"],"date":["2019-09-20"],"summary":["introductory meeting, discussion on European roadmaps for healthcare issues"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-sante"],"involved":["eu-tr-488753210783-18","ec-person-42d2108d723f9b9017ed589e3271e3156172daa7"]}} -{"id":"ec-meeting-2019-09-20-c6484d50d3c05648a983b0167e8bc2f2c51e6105","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-09-20 - Cabinet of Commissioner Margrethe Vestager x Association des Constructeurs Européens d'Automobiles"],"date":["2019-09-20"],"summary":["Preparation for Roundtable"],"notes":["Portfolio: Competition"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-margrethe-of-vestager"],"involved":["ec-person-dac695ac1387b12705ae5eff4cd935f0a667118f","eu-tr-0649790813-47"]}} -{"id":"ec-meeting-2019-09-20-c88c60d6e04058ff8fe04629d8d2fcaf2bbbc33d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-09-20 - Cabinet of Commissioner Mariya Gabriel x Google"],"date":["2019-09-20"],"summary":["YouTube on AVMSD and child protection"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-03181945560-59","ec-person-13ac9a19d8d04f97c0d32603d014df0dd4e1cd2a"]}} -{"id":"ec-meeting-2019-09-20-e496cc444ed8beb4d56b043dea05995a3c351cfd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-09-20 - Cabinet of Vice-President Cecilia Malmström x BUSINESSEUROPE"],"date":["2019-09-20"],"summary":["2nd CETA anniversary"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-19b143e83f8ab978c55c8a9a9e49e06dbfa14bf3","eu-tr-3978240953-79"]}} -{"id":"ec-meeting-2019-09-22-c2c34b5357685918f96cf987d96987595c6af5c8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-09-22 - Cabinet of Vice-President Karmenu Vella x World Resources Institute"],"date":["2019-09-22"],"summary":["ocean governance, sustainable blue economy"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["New York"],"address":["New York"],"addressEntity":["addr-3dddf7feb16bf399efe204acf0fee9106ad446eb"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["eu-tr-581250215524-23","ec-person-2966d69fae0ea4e67f3f2df5a743cc766267d3c8","ec-person-0e3efd8bc1c3ee9a80205d0bb78f316fa1621e5d"]}} -{"id":"ec-meeting-2019-09-23-15ca3d9cd5d4eb008acca5f4bda081763c4c934e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-09-23 - Cabinet of First Vice-President Frans Timmermans x Council of Bars and Law Societies of Europe"],"date":["2019-09-23"],"summary":["Rule of Law"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["ec-person-01b0efc259ff923af8b8d082662adf4ce30869d3","eu-tr-4760969620-65"]}} -{"id":"ec-meeting-2019-09-23-285d564ef481588840ce7a5b87b0db3965b57835","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-09-23 - Mobility and Transport x Groupement des Industries Françaises Aéronautiques et Spatiales"],"date":["2019-09-23"],"summary":["visit of GIFAS pavillon"],"location":["Montréal, Canada"],"address":["Montréal, Canada"],"addressEntity":["addr-07b733b8df95fcfc68503885f3c4d361561c6713"],"organizer":["ec-dg-move"],"involved":["ec-person-26cdfacae671b09917bee1a91c91973941fa58a2","eu-tr-403389730767-67"]}} -{"id":"ec-meeting-2019-09-23-33a6012293b2acf498f36132d630ff3c7a45954a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-09-23 - Cabinet of Vice-President Valdis Dombrovskis x EUROPEAN TRADE UNION CONFEDERATION"],"date":["2019-09-23"],"summary":["Priorities for the next European Commission"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-06698681039-26","ec-person-51a67cf3e19a8853620326cd57fd7e9750b2c9d7","ec-person-a9eda2e8ea54b70a968327672c6cada679d3cd56"]}} -{"id":"ec-meeting-2019-09-23-8171d133feff850cc9b9e4218855973bfc00d143","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-09-23 - Cabinet of Vice-President Jyrki Katainen x Aula Europe Neste Oyj"],"date":["2019-09-23"],"summary":["Climate change"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-88742028087-64","eu-tr-10257354120-19","ec-person-ccd2797b568cba38993df7d1dcc985dbc1eb439a"]}} -{"id":"ec-meeting-2019-09-23-8fd5febf46f97ebac3e247a8af3bbbd0bfe2687e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-09-23 - Energy x European Network of Transmission System Operators for Electricity"],"date":["2019-09-23"],"summary":["Energy policy priorities and electricity market design"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-25805148045-87","ec-person-9c0f33ecb9f6badd5f4b5f1a4bd7677e18a52a22"]}} -{"id":"ec-meeting-2019-09-23-9101721a05b809a3f9267b8c997250d0134855f7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-09-23 - Cabinet of Commissioner Violeta Bulc x European Association Automotive Suppliers"],"date":["2019-09-23"],"summary":["EU ROAD SAFETY EXCHANGE EVENT - 09/10/2019"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-91408765797-03","ec-person-cb7aaf75b4c195481f149f904bc28b4e2ac2b7ab"]}} -{"id":"ec-meeting-2019-09-23-9453a998dae69364036619d33d639284697ff935","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-09-23 - Cabinet of Commissioner Elżbieta Bieńkowska x Aula Europe Neste Oyj"],"date":["2019-09-23"],"summary":["sustainable finance"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-88742028087-64","ec-person-b2f9be51339f054477846797e2c119fcf16548fc","eu-tr-10257354120-19","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2019-09-23-c24bb18add64dd47b6ce9c7dded5b45f5e9d3214","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-09-23 - Task Force for Relations with the United Kingdom x Deutsche Industrie- und Handelskammer Bundesverband der Deutschen Industrie e.V. Bundesvereinigung der Deutschen Arbeitgeberverbände e.V."],"date":["2019-09-23"],"summary":["Meeting with the Task Force for the Preparation and Conduct of the Negotiations with the United Kingdom under Article 50 TEU"],"location":["Berlin, Germany"],"address":["Berlin, Germany"],"addressEntity":["addr-45087614a913d81becb706e8469c1cd56b027e7f"],"organizer":["ec-dg-uktf"],"involved":["eu-tr-22400601191-42","eu-tr-7749519702-29","eu-tr-1771817758-48","ec-person-864cfa5fbc9b02a079ffbab1107f252c7bb08478"]}} -{"id":"ec-meeting-2019-09-23-cbb4accfdfaf25fd34d8da7e8d9bad0826ca67fe","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-09-23 - Cabinet of First Vice-President Frans Timmermans x Open Society European Policy Institute"],"date":["2019-09-23"],"summary":["Rule of law, climate action and global politics"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["New York"],"address":["New York"],"addressEntity":["addr-3dddf7feb16bf399efe204acf0fee9106ad446eb"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-8557515321-37","ec-person-966667b73d92624be9bb019c2baab7e52331b3d3"]}} -{"id":"ec-meeting-2019-09-23-cc867b5ac9203a7d11222e4856b6e69616d62997","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-09-23 - Cabinet of Vice-President Valdis Dombrovskis x CONCORD Europe"],"date":["2019-09-23"],"summary":["Inclusive Economy"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-34478709670-34","ec-person-51a67cf3e19a8853620326cd57fd7e9750b2c9d7","ec-person-537401fc0be04984531b83660f416bf2fe14fbd8"]}} -{"id":"ec-meeting-2019-09-24-03babdb1c5462c27ee73e5b1c6e1d6f9a69bf6d1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-09-24 - Cabinet of First Vice-President Frans Timmermans x Bloomberg L.P."],"date":["2019-09-24"],"summary":["Sustainable development and climate cooperation"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["New York"],"address":["New York"],"addressEntity":["addr-3dddf7feb16bf399efe204acf0fee9106ad446eb"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-214140728444-40","ec-person-966667b73d92624be9bb019c2baab7e52331b3d3"]}} -{"id":"ec-meeting-2019-09-24-138881789deeb38e43be00643a80c9307c61ac15","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-09-24 - Cabinet of Commissioner Margrethe Vestager x UnternehmerTUM Projekt GmbH"],"date":["2019-09-24"],"summary":["Artificial Intelligence"],"notes":["Portfolio: Competition"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-margrethe-of-vestager"],"involved":["ec-person-baa1c172df109ebd1f0307bccb5e21aec66c7a25","eu-tr-024586031103-45"]}} -{"id":"ec-meeting-2019-09-24-2e61fff05ebaf7a8bb608a2536b8bea267af93a8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-09-24 - Trade x European Chemical Industry Council"],"date":["2019-09-24"],"summary":["Policy priorities, climate & trade, chemical standards in EU trade policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-trade"],"involved":["ec-person-2045c2589da3988908fcfe731e8224e7e06a7c63","eu-tr-64879142323-90"]}} -{"id":"ec-meeting-2019-09-24-3171ec0bfac9ca373e5c0bdb1f4530caeb593bcd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-09-24 - Cabinet of Commissioner Marianne Thyssen x European Labour Mobility Institute Association"],"date":["2019-09-24"],"summary":["Revision of EU rules on social security coordination - Article 14(5)(a) of Reg 987/2009"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["ec-person-1e6d909aad1f2307a242bda5cf505005637affa6","eu-tr-358581035483-54"]}} -{"id":"ec-meeting-2019-09-24-43ff5f152464903d4492daee34a2712509bda0f1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-09-24 - Cabinet of Vice-President Valdis Dombrovskis x Index Industry Association"],"date":["2019-09-24"],"summary":["Benchmarks Regulation review, CMU, sustainable finance"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-30d770ccd575865b3106f94220ce1ace16e48f1a","eu-tr-136898816618-04"]}} -{"id":"ec-meeting-2019-09-24-6646e4b33a48b7c4fd5a3c3fdfa7b16c5c67c999","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-09-24 - Mobility and Transport x International Air Transport Association"],"date":["2019-09-24"],"summary":["sustainable air transport"],"location":["Montréal, Canada"],"address":["Montréal, Canada"],"addressEntity":["addr-07b733b8df95fcfc68503885f3c4d361561c6713"],"organizer":["ec-dg-move"],"involved":["eu-tr-1805107590-28","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2019-09-24-890805d99ab2acfe5f19834c61cfc0bd6cd0e02f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-09-24 - Cabinet of Vice-President Cecilia Malmström x Nike, Inc."],"date":["2019-09-24"],"summary":["Cambodia EBA"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-393423121496-65","ec-person-0e574d9526c0834ba7e67064cd6ec19a4a2460b9"]}} -{"id":"ec-meeting-2019-09-24-9917cb4f8d7452c41e4a2d840f6b3b49e1f733e6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-09-24 - Cabinet of Commissioner Violeta Bulc x FEPORT Marine Stewardship Council European Transport Workers' Federation A.P. Møller - Mærsk A/S Shipyards' and Maritime Equipment Association of Europe"],"date":["2019-09-24"],"summary":["Lunch with maritime stakeholders"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-504786514495-81","eu-tr-680443918500-51","ec-person-cb7aaf75b4c195481f149f904bc28b4e2ac2b7ab","eu-tr-92545571128-74","eu-tr-009214311424-03","ec-person-4d2b449b5047ea3fda435a2a1c1081e3babcdf76","eu-tr-801302611511-33"]}} -{"id":"ec-meeting-2019-09-24-adb8166ce7f0317c7853cd49bb825f02c401728d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-09-24 - Cabinet of Commissioner Violeta Bulc x Drone Alliance Europe"],"date":["2019-09-24"],"summary":["Meeting with DAE delegation"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["eu-tr-731934432739-37","ec-person-4d2b449b5047ea3fda435a2a1c1081e3babcdf76","ec-person-9d4dc4867a44dfe10f67ae7ee1706da3e8b48a24"]}} -{"id":"ec-meeting-2019-09-24-b13438a1083a29af152357f38790a49452a29273","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-09-24 - Cabinet of Commissioner Phil Hogan x Ibec"],"date":["2019-09-24"],"summary":["Launch of Strategy document for biopharmachem"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-a1a78365cc4685b0958056646204977d8f2ead92","eu-tr-479468313744-50"]}} -{"id":"ec-meeting-2019-09-24-ba203d6b60ec66af116b6ea41788cc6d66dc8b9a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-09-24 - Cabinet of Vice-President Cecilia Malmström x Konrad-Adenauer-Stiftung"],"date":["2019-09-24"],"summary":["meeting with High-level Indian delegation"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-171e0bfe7e56605212c3c6e618a5d2d7fc23f75f","eu-tr-510151427278-94"]}} -{"id":"ec-meeting-2019-09-24-c917900a4ee1726010e3d21c036370768d0aadcf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-09-24 - Cabinet of Vice-President Jyrki Katainen x SMEunited aisbl"],"date":["2019-09-24"],"summary":["EU policy framework for SMEs"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-55820581197-35","ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90"]}} -{"id":"ec-meeting-2019-09-25-171ad1aac21d18593d87e23f0860eb597cce5fcf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-09-25 - Cabinet of Commissioner Carlos Moedas x European Foundation Centre"],"date":["2019-09-25"],"summary":["Lunch Meeting organized by the European Foundation Centre"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-b8d49828915f9008e764a78796d47ea00807a658","eu-tr-78855711571-12","ec-person-23980b2bc4fd9c82051d0f7888dc236b2f764866"]}} -{"id":"ec-meeting-2019-09-25-2fe2ed3a1d792412aa11ebff3fa96d3f8315e518","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-09-25 - Task Force for Relations with the United Kingdom x European Fisheries Alliance"],"date":["2019-09-25"],"summary":["Meeting with the Task Force for the Preparation and Conduct of the Negotiations with the United Kingdom under Article 50 TEU"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-uktf"],"involved":["ec-person-864cfa5fbc9b02a079ffbab1107f252c7bb08478","eu-tr-263936828049-68"]}} -{"id":"ec-meeting-2019-09-25-517c58d64d4ea8cbf5fc1bdf5fb41b2621e7725e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-09-25 - Cabinet of Commissioner Věra Jourová x Workday"],"date":["2019-09-25"],"summary":["Data protection"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["eu-tr-021253717373-58","ec-person-3269ef00f0778677e6f4c8e0f72ce019084206fb"]}} -{"id":"ec-meeting-2019-09-25-70585a3dac0d7b5204d0f610ba41cc88b0cd4ef5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-09-25 - Cabinet of Vice-President Valdis Dombrovskis x FTI Consulting Belgium Aon Service Corporation"],"date":["2019-09-25"],"summary":["Insurance Distribution Directive"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-29896393398-67","ec-person-30d770ccd575865b3106f94220ce1ace16e48f1a","eu-tr-876564420204-22"]}} -{"id":"ec-meeting-2019-09-25-c02f2ade50b89f11b91430288c20183fe927effe","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-09-25 - Cabinet of Vice-President Valdis Dombrovskis x Banco Santander, S.A."],"date":["2019-09-25"],"summary":["Banking Union, sustainable finance"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-799142914971-03","ec-person-30d770ccd575865b3106f94220ce1ace16e48f1a"]}} -{"id":"ec-meeting-2019-09-25-ed279cf60c92c605b19cb25e3dbe7e4d32bdeb57","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-09-25 - Cabinet of Vice-President Günther Oettinger x Bundesverband deutscher Banken e.V."],"date":["2019-09-25"],"summary":["MFF"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-0764199368-97","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2019-09-25-f726f8330414a0d4283fe2fd1d3c79ae4a2744f9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-09-25 - Cabinet of Vice-President Cecilia Malmström x The Pew Charitable Trusts"],"date":["2019-09-25"],"summary":["WTO negotiations on fisheries"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-ce1312d2a248f71fe74eed58aa5915cfa445bbba","eu-tr-46834536998-79"]}} -{"id":"ec-meeting-2019-09-26-11bb5a8bbd041d6f24f165c01ac725f53bad9774","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-09-26 - Cabinet of Commissioner Margrethe Vestager x Confederation of Danish Industry"],"date":["2019-09-26"],"summary":["Meeting on current European topics"],"notes":["Portfolio: Competition"],"location":["Copenhagen, Denmark"],"address":["Copenhagen, Denmark"],"addressEntity":["addr-037407970050e97c761587d63aacfaeb126cab45"],"organizer":["ec-cabinet-commissioner-margrethe-of-vestager"],"involved":["ec-person-baa1c172df109ebd1f0307bccb5e21aec66c7a25","eu-tr-5749958415-41"]}} -{"id":"ec-meeting-2019-09-26-3092ba86b6ccb90487ab5a82907679eec99de7fd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-09-26 - Cabinet of Vice-President Maroš Šefčovič x Northvolt"],"date":["2019-09-26"],"summary":["European Battery Alliance"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-278373226442-94","ec-person-1f95be23689cd4ed0a26fe2980f760ccf2d55c1e"]}} -{"id":"ec-meeting-2019-09-26-3e329867e33bc1d9766f864d5b522474195f53e8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-09-26 - Cabinet of Vice-President Valdis Dombrovskis x Finance Watch"],"date":["2019-09-26"],"summary":["Banking Union, CMU, Sustainable Finance, Financial inclusion"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-37943526882-24","ec-person-30d770ccd575865b3106f94220ce1ace16e48f1a","ec-person-a9eda2e8ea54b70a968327672c6cada679d3cd56"]}} -{"id":"ec-meeting-2019-09-26-41c29febf2f1d4d200406e62509aef667dcb5749","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-09-26 - Cabinet of Vice-President Karmenu Vella x Notre Europe - Institut Jacques Delors / Notre Europe - Jacques Delors Institute"],"date":["2019-09-26"],"summary":["ocean governance, ocean research"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["eu-tr-726109217329-25","ec-person-2966d69fae0ea4e67f3f2df5a743cc766267d3c8","ec-person-0e3efd8bc1c3ee9a80205d0bb78f316fa1621e5d"]}} -{"id":"ec-meeting-2019-09-26-b0db0fea8ac6f8f52c53cf99e1df5626a1ccbe90","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-09-26 - Cabinet of Vice-President Günther Oettinger x DEUTSCH - GRIECHISCHE INDUSTRIE- UND HANDELSKAMMER"],"date":["2019-09-26"],"summary":["Future outlook for the next Commission"],"notes":["Portfolio: Budget & Human Resources"],"location":["Athens"],"address":["Athens"],"addressEntity":["addr-b85c37fe604c92003f3f88be8edf938efbe00ff2"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-559525635553-88","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2019-09-26-e37fd612ed482725bc98556bb6e95968f92ea223","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-09-26 - Cabinet of Commissioner Mariya Gabriel x Dr2 Consultants"],"date":["2019-09-26"],"summary":["Artificial Intelligence"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-85606455727-29","ec-person-fc1068d79545d1659bf47e9b62bfb0aed175629e"]}} -{"id":"ec-meeting-2019-09-27-9612d1aaf1170de65b32f06175868af67d325a96","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-09-27 - Cabinet of Vice-President Cecilia Malmström x European Union Chamber of Commerce in China"],"date":["2019-09-27"],"summary":["EU-China trade relations"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-592343015058-67","ec-person-19b143e83f8ab978c55c8a9a9e49e06dbfa14bf3","ec-person-98880f3f4206145e196013db9dd806a551c11e06"]}} -{"id":"ec-meeting-2019-09-27-c5943e1e0dc30126c06a9faf186260e5d46e470f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-09-27 - Mobility and Transport x Airbus"],"date":["2019-09-27"],"summary":["innovation and sustainability, CORSIA and sustainable aviation fuels"],"location":["Montréal, Canada"],"address":["Montréal, Canada"],"addressEntity":["addr-07b733b8df95fcfc68503885f3c4d361561c6713"],"organizer":["ec-dg-move"],"involved":["eu-tr-2732167674-76","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2019-09-27-eccee80660fe5893a5e63ed7587fc257f143ca61","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-09-27 - Cabinet of First Vice-President Frans Timmermans x EUROPEAN TRADE UNION CONFEDERATION"],"date":["2019-09-27"],"summary":["EU priorities, in partticular sustainability and employment aspects"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["ec-person-966667b73d92624be9bb019c2baab7e52331b3d3","eu-tr-06698681039-26"]}} -{"id":"ec-meeting-2019-09-30-7eef6cef9530f1619cb3261c00ff9f41aad02eb7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-09-30 - Energy x WindEurope EPIA SolarPower Europe"],"date":["2019-09-30"],"summary":["Potential of renewable energy in the context of the clean energy transition"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-19920706471-21","eu-tr-2680046412-48","ec-person-9c0f33ecb9f6badd5f4b5f1a4bd7677e18a52a22"]}} -{"id":"ec-meeting-2019-09-30-8c84d2ce65220ffb04232774a71418c92d550eef","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-09-30 - Cabinet of Vice-President Maroš Šefčovič x Trans Adriatic Pipeline"],"date":["2019-09-30"],"summary":["State of play TAP project"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-3bf48630444ace93d407e52eb880e64d480f75ce","eu-tr-570335813082-79"]}} -{"id":"ec-meeting-2019-09-30-d6729003a77965eb65b7ecbd2ae2f844fca3c764","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-09-30 - Cabinet of Commissioner Julian King x Vodafone Belgium SA"],"date":["2019-09-30"],"summary":["5G Telecommunications Security"],"notes":["Portfolio: Security Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-julian-king-of"],"involved":["eu-tr-90142503473-81","ec-person-355668f7f858778b0b745d45441b2e4393f4a7be"]}} -{"id":"ec-meeting-2019-09-30-ed1885459b88f3b6794e75be5c6285e11227021a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-09-30 - Cabinet of Commissioner Margrethe Vestager x European Round Table for Industry"],"date":["2019-09-30"],"summary":["Meeting to present the ERT paper on competition law reform"],"notes":["Portfolio: Competition"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-margrethe-of-vestager"],"involved":["ec-person-baa1c172df109ebd1f0307bccb5e21aec66c7a25","eu-tr-25487567824-45"]}} -{"id":"ec-meeting-2019-10-01-0845bc4146a216860fc9f50e6e3c6e640cb65671","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-10-01 - Cabinet of President Jean-Claude Juncker x Assicurazioni Generali S.p.A"],"date":["2019-10-01"],"summary":["Climate Change"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-claude-jean-juncker-of-president"],"involved":["ec-person-b1bf9aa5fb7e886441ff341b657cc482b64a2a3e","eu-tr-600525713796-88"]}} -{"id":"ec-meeting-2019-10-01-08db3caf61fd7837c35eb06151dc527566464910","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-10-01 - Cabinet of Vice-President Valdis Dombrovskis x Kreab The Alternative Investment Management Association Limited"],"date":["2019-10-01"],"summary":["AIFMD review, sustainable finance"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-30d770ccd575865b3106f94220ce1ace16e48f1a","eu-tr-1078390517-54","eu-tr-232566516087-90"]}} -{"id":"ec-meeting-2019-10-01-3000365640b6b2d31c033bc7b1c97c734ae39c97","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-10-01 - Cabinet of Commissioner Věra Jourová x Google"],"date":["2019-10-01"],"summary":["Artificial Intelligence"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["eu-tr-03181945560-59","ec-person-1e0e3a00ab815dea7c5b839b002ed2c7e34bfe0a"]}} -{"id":"ec-meeting-2019-10-01-3737885dfb13869197ffcf9b4b71ea097a591a06","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-10-01 - Cabinet of Vice-President Karmenu Vella x Conservation International Europe"],"date":["2019-10-01"],"summary":["ocean governance, marine protected areas"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["ec-person-2966d69fae0ea4e67f3f2df5a743cc766267d3c8","eu-tr-70299514465-38"]}} -{"id":"ec-meeting-2019-10-01-49579538b91ebfc6034afc41fdce32759d4f8e46","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-10-01 - Cabinet of First Vice-President Frans Timmermans x Gates Ventures, LLC"],"date":["2019-10-01"],"summary":["exchange of ideas on Sustainable Development"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["ec-person-8d1c5ff76a431332387aa10936b0bff13f7d71fd","eu-tr-458140332839-09"]}} -{"id":"ec-meeting-2019-10-01-4f60de5951e375dea0cfced1e967fa7bd4909ef2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-10-01 - Cabinet of Vice-President Valdis Dombrovskis x Institutional Investors Group on Climate Change"],"date":["2019-10-01"],"summary":["Sustainable Finance"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-30d770ccd575865b3106f94220ce1ace16e48f1a","ec-person-537401fc0be04984531b83660f416bf2fe14fbd8","eu-tr-962717910722-61"]}} -{"id":"ec-meeting-2019-10-01-55f731defd8f9f2a2f20f9fc36bb5a426af37997","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-10-01 - Cabinet of Vice-President Jyrki Katainen x Institutional Investors Group on Climate Change"],"date":["2019-10-01"],"summary":["Sustainable Finance"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-567e71ed1b2c1e3f5ed12f2c3bedf7e9e69a9158","eu-tr-962717910722-61"]}} -{"id":"ec-meeting-2019-10-01-58cd1f5bca4c557bf503f1f4f826c56701485bdb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-10-01 - Environment x Construction Products Europe"],"date":["2019-10-01"],"summary":["The future Circular Economy Action Plan"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-env"],"involved":["eu-tr-48010783162-91","ec-person-3bc74ce04ea3f4ab4d91a5c88eef25b8b8a213b4"]}} -{"id":"ec-meeting-2019-10-01-62dbd6f232a209bd7dce982d7448302d0e9a7d23","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-10-01 - Cabinet of Commissioner Tibor Navracsics x Motion Picture Association EMEA"],"date":["2019-10-01"],"summary":["Commission’s upcoming work on digital policy, including the Digital Services Act and the evaluation of the Geoblocking Regulation"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-49f31dad10f5641cb1d1e4c3107dd838389e8120","eu-tr-95201401713-39"]}} -{"id":"ec-meeting-2019-10-01-67becf50892cbd434d434959527d1c4799ef99c4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-10-01 - Cabinet of Vice-President Valdis Dombrovskis x BUSINESSEUROPE"],"date":["2019-10-01"],"summary":["tbc"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-3978240953-79","ec-person-51a67cf3e19a8853620326cd57fd7e9750b2c9d7","ec-person-a9eda2e8ea54b70a968327672c6cada679d3cd56"]}} -{"id":"ec-meeting-2019-10-01-9633fa73c67980ba7677bef1a31caa42eb32f5e3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-10-01 - Employment, Social Affairs and Inclusion x Confederation of Danish Employers"],"date":["2019-10-01"],"summary":["Meeting to discuss labour market and social policy topics, the new political situation in the EU and the upcoming new European Commission."],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-empl"],"involved":["eu-tr-11503381325-76","ec-person-dd259fce880e1853f0beb087443bce6e7dea70d7"]}} -{"id":"ec-meeting-2019-10-01-a54a073265eee114a81cc5860d44b909a209e380","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-10-01 - Cabinet of Commissioner Violeta Bulc x Institutional Investors Group on Climate Change"],"date":["2019-10-01"],"summary":["Discussion on the future of EU transport policy and the role of investors in mobilising private capital towards a decarbonisation strategy and particularly on how sustainable finance can be channelled into new technologies and infrastructure, particularly in light of the need to ensure a low-carbon transition across all industries."],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-be830229e281863b280fbdedb9755116218a1b6d","eu-tr-962717910722-61"]}} -{"id":"ec-meeting-2019-10-01-af62d7106317e7cec8ce23d057b7c5fdee9fb364","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-10-01 - Cabinet of Vice-President Cecilia Malmström x Women Entrepreneurs Association of Turkey"],"date":["2019-10-01"],"summary":["Explanation about their activities and briefly on EU-Turkey relations"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-40253de53528974f86265e42cb8ec0fd125ce471","ec-person-20ded9db5df11164331bb161fdf234b1e5ad53fd","eu-tr-939761110725-48"]}} -{"id":"ec-meeting-2019-10-01-c7ca7e6ee02e63c1dbe30fd5d9936cde22bc60d6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-10-01 - Cabinet of First Vice-President Frans Timmermans x Green 10"],"date":["2019-10-01"],"summary":["Discussion on EU Sustainable development policies"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["ec-person-966667b73d92624be9bb019c2baab7e52331b3d3","eu-tr-70309834043-10"]}} -{"id":"ec-meeting-2019-10-02-09f326f7935de7a4a3eef230a99907c59236bbb9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-10-02 - Cabinet of Commissioner Margrethe Vestager x Association des Constructeurs Européens d'Automobiles Bureau Européen des Unions de Consommateurs"],"date":["2019-10-02"],"summary":["Roundtable to exchange on clean and smart mobility"],"notes":["Portfolio: Competition"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-margrethe-of-vestager"],"involved":["ec-person-baa1c172df109ebd1f0307bccb5e21aec66c7a25","eu-tr-9505781573-45","eu-tr-0649790813-47"]}} -{"id":"ec-meeting-2019-10-02-1ba7c691ebac5e5bce29c2a046f78b702cc692e0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-10-02 - Cabinet of Commissioner Violeta Bulc x Fédération Internationale de l'Automobile"],"date":["2019-10-02"],"summary":["European Young Women Closing Conference"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-4d2b449b5047ea3fda435a2a1c1081e3babcdf76","eu-tr-84839535366-67","ec-person-cb7aaf75b4c195481f149f904bc28b4e2ac2b7ab"]}} -{"id":"ec-meeting-2019-10-02-2566329d30c5b84c569cabd48495d8736f90874b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-10-02 - Cabinet of Vice-President Jyrki Katainen x Wärtsilä Corporation"],"date":["2019-10-02"],"summary":["Sustainable finance & decarbonising maritime transport"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90","eu-tr-289922721213-66"]}} -{"id":"ec-meeting-2019-10-02-5630cb512fe0cb6eb8c8885f6901c0a7ccb26c0b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-10-02 - Cabinet of Vice-President Jyrki Katainen x European Forest Institute"],"date":["2019-10-02"],"summary":["Commission transition and forests"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-d975183c78354d0db02d14e7929965ccae776a1b","eu-tr-38315289949-88"]}} -{"id":"ec-meeting-2019-10-02-690934db959a73645a3fdd28178de4d94c4c8e2f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-10-02 - Employment, Social Affairs and Inclusion x EUROPEAN TRADE UNION CONFEDERATION"],"date":["2019-10-02"],"summary":["European Commission Award to SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-empl"],"involved":["eu-tr-06698681039-26","ec-person-dd259fce880e1853f0beb087443bce6e7dea70d7"]}} -{"id":"ec-meeting-2019-10-02-6eb168494daf484bb873cb26158b9c907bed8a50","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-10-02 - Cabinet of Vice-President Jyrki Katainen x Związek Pracodawców Business & Science Poland"],"date":["2019-10-02"],"summary":["Climate neutrality by 2050"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-548212735276-89","ec-person-0da85dc48012e26688310a59a0b51727ea68f410"]}} -{"id":"ec-meeting-2019-10-02-7653c99ebbdc9f948235c9e43f5dd6f9a344b365","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-10-02 - Cabinet of Vice-President Cecilia Malmström x Global Utmaning"],"date":["2019-10-02"],"summary":["roundtable with the think tank Global Utmaning"],"notes":["Portfolio: Trade"],"location":["Stockholm"],"address":["Stockholm"],"addressEntity":["addr-c62ff645db3e4e4627445eafdadf5e5683415895"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-19b143e83f8ab978c55c8a9a9e49e06dbfa14bf3","eu-tr-821073528872-58"]}} -{"id":"ec-meeting-2019-10-02-940b62c92a9d668fa41a320b45086164967603b9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-10-02 - Cabinet of Vice-President Jyrki Katainen x Technology Industries of Finland (Teknologiateollisuus ry)"],"date":["2019-10-02"],"summary":["New Green Deal"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-39705603497-38","ec-person-ccd2797b568cba38993df7d1dcc985dbc1eb439a"]}} -{"id":"ec-meeting-2019-10-02-a700fc939b2db29571a815fdea34dc11d89224df","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-10-02 - Cabinet of Commissioner Věra Jourová x Uber"],"date":["2019-10-02"],"summary":["Data protection"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["eu-tr-002278013515-26","ec-person-3269ef00f0778677e6f4c8e0f72ce019084206fb"]}} -{"id":"ec-meeting-2019-10-02-aa67ec8661c0087d7b507536f44bd78b0643925a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-10-02 - Trade x spiritsEUROPE"],"date":["2019-10-02"],"summary":["EU-US TRADE"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-trade"],"involved":["ec-person-2045c2589da3988908fcfe731e8224e7e06a7c63","eu-tr-64926487056-58"]}} -{"id":"ec-meeting-2019-10-03-0848d68c8ca4eb5e4176cd436e4be23078033543","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-10-03 - Trade x American Chamber of Commerce to the European Union"],"date":["2019-10-03"],"summary":["EU-US Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-trade"],"involved":["ec-person-2045c2589da3988908fcfe731e8224e7e06a7c63","eu-tr-5265780509-97"]}} -{"id":"ec-meeting-2019-10-03-d36780c9b95cf379b2b20db170b3f29e2e811e82","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-10-03 - Cabinet of Vice-President Jyrki Katainen x Rasmussen Global"],"date":["2019-10-03"],"summary":["Exchange of view on EU foreign investment screening system"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90","eu-tr-923424020779-19"]}} -{"id":"ec-meeting-2019-10-03-df1122edfafe3ae714a84772a9bc6df905d6e18f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-10-03 - Cabinet of Commissioner Violeta Bulc x Foreign Economic Relations Board of Turkey"],"date":["2019-10-03"],"summary":["Meeting with Ms Zeynep Bodur Okyay"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-4d2b449b5047ea3fda435a2a1c1081e3babcdf76","ec-person-5012c5e45a52ee8ce67d19c1781a127af53e73e7","eu-tr-119458831154-84"]}} -{"id":"ec-meeting-2019-10-04-aa38a041a93d77a29a39a7052f83360eda90651f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-10-04 - Cabinet of Vice-President Jyrki Katainen x Rabobank"],"date":["2019-10-04"],"summary":["Political landscape of the EU"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-006687715492-92","ec-person-ccd2797b568cba38993df7d1dcc985dbc1eb439a"]}} -{"id":"ec-meeting-2019-10-04-b17550ac7228209193118c1441ef5cf0814a74d0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-10-04 - Cabinet of Commissioner Tibor Navracsics x Search for Common Ground"],"date":["2019-10-04"],"summary":["position EVE beyond 2020"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["eu-tr-809274824592-30","ec-person-1da7ee09d46288ee4ea9db2b644bdcf9c3d6d000"]}} -{"id":"ec-meeting-2019-10-04-fda393b3a2552981c243437ec5765e470be9c0c0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-10-04 - Cabinet of Commissioner Tibor Navracsics x European Leagues"],"date":["2019-10-04"],"summary":["Meeting on end mandate"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-49f31dad10f5641cb1d1e4c3107dd838389e8120","eu-tr-400815519771-38"]}} -{"id":"ec-meeting-2019-10-07-3ee48ccdaa72fd24dbe6e80c981234d343ab5f4e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-10-07 - Cabinet of Vice-President Valdis Dombrovskis x WWF European Policy Programme"],"date":["2019-10-07"],"summary":["Green finance, EC plan on Sustainable Investment"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-1414929419-24","ec-person-537401fc0be04984531b83660f416bf2fe14fbd8"]}} -{"id":"ec-meeting-2019-10-07-716d3e25570ce4ac41dd6b8ddad1a806c210c1df","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-10-07 - Environment x Stichting BirdLife Europe"],"date":["2019-10-07"],"summary":["European Green Deal, biodiversity"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-env"],"involved":["eu-tr-1083162721-43","ec-person-3bc74ce04ea3f4ab4d91a5c88eef25b8b8a213b4"]}} -{"id":"ec-meeting-2019-10-07-ddb26f886c93a5b70f176019981e182db15a68b9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-10-07 - Cabinet of Vice-President Jyrki Katainen x Valmet Oyj"],"date":["2019-10-07"],"summary":["Topical EU-issues"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-c50e8c2cc390c5efb0626988d173bc6758459e0f","eu-tr-897535614669-66"]}} -{"id":"ec-meeting-2019-10-08-0983b3731f3fc50c26a974fb1e1c1ea696fa3fb8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-10-08 - Environment x EUROMETAUX"],"date":["2019-10-08"],"summary":["Circular Economy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-env"],"involved":["eu-tr-61650796093-48","ec-person-3bc74ce04ea3f4ab4d91a5c88eef25b8b8a213b4"]}} -{"id":"ec-meeting-2019-10-08-188c340fb89fe418aeec5e7d85968511ddd043d0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-10-08 - Inspire, Debate, Engage and Accelerate Action x Confederation of Swedish Enterprise"],"date":["2019-10-08"],"summary":["Future of Europe"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-dg-idea"],"involved":["eu-tr-39912257528-48","ec-person-4fe56a64c00b3e81c851b5538878b32481bd7d3c"]}} -{"id":"ec-meeting-2019-10-08-3eca0b49859856e9d5d04b7414c1be23f350e14f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-10-08 - Secretariat-General x DIGITALEUROPE"],"date":["2019-10-08"],"summary":["Exchange of views on the Political Guidelines of President-elect von der Leyen"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-sg"],"involved":["eu-tr-64270747023-20","ec-person-6fde96d3b1e5bfc1dff081b7362d5ae9bd8291ac"]}} -{"id":"ec-meeting-2019-10-08-96a6520ad4ff6e95d96d940af192fa57e1751fc3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-10-08 - Cabinet of Commissioner Elżbieta Bieńkowska x DIGITALEUROPE"],"date":["2019-10-08"],"summary":["Standardisation"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["eu-tr-64270747023-20","ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"]}} -{"id":"ec-meeting-2019-10-08-97b687c92dc407f24646ac9daa75d28e206c9905","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-10-08 - Cabinet of Commissioner Phil Hogan x Nctm Studio Legale Associato"],"date":["2019-10-08"],"summary":["Discussion on trade issues with Bernard O'Connor"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-04609229048-78","ec-person-d0aad15bfcd899ec988329ba27d6e661ca34456b"]}} -{"id":"ec-meeting-2019-10-08-b6ab67ac00ac08a6e08f74b862d30e3e0aa7c67a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-10-08 - Cabinet of Commissioner Margrethe Vestager x Transatlantic Policy Network"],"date":["2019-10-08"],"summary":["Roundtable on the transatlantic partnership"],"notes":["Portfolio: Competition"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-margrethe-of-vestager"],"involved":["ec-person-0700cb0f43a2d20f4938902c4a086aca632d71fb","eu-tr-923710115785-95"]}} -{"id":"ec-meeting-2019-10-08-c4d974eb7d268720b8e26fb0408dd4eb7350251a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-10-08 - Research and Innovation x The European Steel Association"],"date":["2019-10-08"],"summary":["Clean Steel Package"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-rtd"],"involved":["eu-tr-93038071152-83","ec-person-1d348f33395de0ea6773a7b4ae8797e3e0392f73"]}} -{"id":"ec-meeting-2019-10-08-c59128f78504a137ddff59614b02a3ff7174b0b1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-10-08 - Cabinet of Vice-President Cecilia Malmström x K&L Gates GP - Brussels"],"date":["2019-10-08"],"summary":["Dual use export control"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-673667435536-39","ec-person-171e0bfe7e56605212c3c6e618a5d2d7fc23f75f"]}} -{"id":"ec-meeting-2019-10-08-ca68e93ddc23ef6b2830928402bffee14e8dac85","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-10-08 - Employment, Social Affairs and Inclusion x Aedes vereniging van woningcorporaties"],"date":["2019-10-08"],"summary":["Meeting to discuss housing and homelessness."],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-empl"],"involved":["eu-tr-65780747925-05","ec-person-dd259fce880e1853f0beb087443bce6e7dea70d7"]}} -{"id":"ec-meeting-2019-10-08-d500a7a5856aaa54fffaaa3cd8e4302ed1248333","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-10-08 - Cabinet of Commissioner Mariya Gabriel x Kofi Annan Foundation"],"date":["2019-10-08"],"summary":["Protection of Democracy"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-961873216116-63","ec-person-1674399a793e9e6fd7cf55b525515fc862fc9351"]}} -{"id":"ec-meeting-2019-10-09-074d9aac2e159f312c1fa721e9284ff29680ec6f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-10-09 - Trade x Bundesverband der Deutschen Industrie e.V."],"date":["2019-10-09"],"summary":["Current trade agenda"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-trade"],"involved":["eu-tr-1771817758-48","ec-person-2045c2589da3988908fcfe731e8224e7e06a7c63"]}} -{"id":"ec-meeting-2019-10-09-3cd5ea180a9be8e19849d4c04ffd4a00fd2219d3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-10-09 - Environment x SERRED"],"date":["2019-10-09"],"summary":["Packaging"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-env"],"involved":["eu-tr-454821134797-25","ec-person-3bc74ce04ea3f4ab4d91a5c88eef25b8b8a213b4"]}} -{"id":"ec-meeting-2019-10-09-49579538b91ebfc6034afc41fdce32759d4f8e46","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-10-09 - Cabinet of First Vice-President Frans Timmermans x Gates Ventures, LLC"],"date":["2019-10-09"],"summary":["Discussion on sustainability and energy"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["ec-person-966667b73d92624be9bb019c2baab7e52331b3d3","eu-tr-458140332839-09"]}} -{"id":"ec-meeting-2019-10-09-5e8f45309d1f0b2bc482ee8d79d4ed434457e6fe","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-10-09 - Communications Networks, Content and Technology x Norwegian University of Science and Technology"],"date":["2019-10-09"],"summary":["Digital Europe Programme - Future Digital Agenda Strategy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-886395221039-89","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2019-10-09-5fb5992eb582b6f12bcfd435c3c9b81d02c468fb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-10-09 - Trade x SMEunited aisbl"],"date":["2019-10-09"],"summary":["EU Trade Policy & enforcement of trade agreements"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-trade"],"involved":["eu-tr-55820581197-35","ec-person-2045c2589da3988908fcfe731e8224e7e06a7c63"]}} -{"id":"ec-meeting-2019-10-09-6a194c0625b4315e66dceccef4e9b07b2ebce998","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-10-09 - Cabinet of First Vice-President Frans Timmermans x easyJet"],"date":["2019-10-09"],"summary":["Sustainability transition in aviation"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["ec-person-1bc3e2272ec82a894153feccd4f285ae594f7b3b","eu-tr-291219715847-52"]}} -{"id":"ec-meeting-2019-10-09-6fdaf4e254372e2213c1fa09144343fbf177c9e5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-10-09 - Cabinet of High Representative / Vice-President Federica Mogherini x Leonardo S.p.A."],"date":["2019-10-09"],"summary":["Defence-related issues"],"notes":["Portfolio: Foreign Affairs and Security Policy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"involved":["eu-tr-02550382403-01","ec-person-44b490fe34d152b5131dcac8dff9edd30ccb5ece"]}} -{"id":"ec-meeting-2019-10-09-71b41a87bf129d72277938618a43b6d30aa59993","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-10-09 - Cabinet of Commissioner Carlos Moedas x Bill & Melinda Gates Foundation"],"date":["2019-10-09"],"summary":["Cooperation in Global Health and Energy Breakthrough"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["eu-tr-371567915480-41","ec-person-f7ccc3ad366dd2fdb24870e1c02ff2763539c82f","ec-person-23980b2bc4fd9c82051d0f7888dc236b2f764866","ec-person-0a716bf5253e913fc40ebf14c12f30dc2e7a06ee"]}} -{"id":"ec-meeting-2019-10-09-83830cfa5204f714e2b84e98f780378629b37592","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-10-09 - Mobility and Transport x Rud Pedersen Public Affairs Brussels"],"date":["2019-10-09"],"summary":["aviation affairs"],"location":["Helsinki, Finland"],"address":["Helsinki, Finland"],"addressEntity":["addr-503f4794e483acbce8e2c42812ac35d426a412d9"],"organizer":["ec-dg-move"],"involved":["eu-tr-165838227131-07","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2019-10-09-86d926f54a49668ec374fd277dc54229567b964c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-10-09 - Cabinet of Vice-President Günther Oettinger x Daimler Aktiengesellschaft"],"date":["2019-10-09"],"summary":["Clean mobility"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-2349218828-41","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2019-10-09-895e0da8d65ba7ef4eab51d2eddac9862c2bea9c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-10-09 - Climate Action x Schneider Electric"],"date":["2019-10-09"],"summary":["Exchange of views on F-gas regulation and on decarbonisation solutions"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-clima"],"involved":["ec-person-9c5c685692a09a77f2bc8ae9c05663b87cd75aae","eu-tr-46302264606-44"]}} -{"id":"ec-meeting-2019-10-09-9101721a05b809a3f9267b8c997250d0134855f7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-10-09 - Cabinet of Commissioner Violeta Bulc x European Association Automotive Suppliers"],"date":["2019-10-09"],"summary":["Sustainable Mobility"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-4d2b449b5047ea3fda435a2a1c1081e3babcdf76","eu-tr-91408765797-03","ec-person-cb7aaf75b4c195481f149f904bc28b4e2ac2b7ab"]}} -{"id":"ec-meeting-2019-10-09-91a5a9377976bad78a77df4b46ad49e1b63eaf42","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-10-09 - Cabinet of Commissioner Vytenis Andriukaitis x Deutsche Sozialversicherung Arbeitsgemeinschaft Europa"],"date":["2019-10-09"],"summary":["European Health Policy, with an emplahsis on HTA"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["eu-tr-917393784-31","ec-person-b4899928aefa422e4992056d90974930b39cad81","ec-person-d462b3c7daeee00ad55e380a7fb96819f79899df","ec-person-df30d07ef698a52b9948b9c734db39196cf8541f"]}} -{"id":"ec-meeting-2019-10-09-ba9a07983d3fa35052069871a8ce76f39810baa5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-10-09 - Cabinet of Commissioner Vytenis Andriukaitis x European Patients' Forum (EPF)"],"date":["2019-10-09"],"summary":["Discussion on the future of the EPF cooperation with the Commission"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-207ddb103396c498205a36d665b30a0cf0c8e5a1","eu-tr-61911227368-75","ec-person-df30d07ef698a52b9948b9c734db39196cf8541f"]}} -{"id":"ec-meeting-2019-10-09-dbbc3b29eb6b5c80a0254b6859d33ce2d1895b61","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-10-09 - Communications Networks, Content and Technology x Associazione Italiana per l'Information and Communication Technology (ICT)"],"date":["2019-10-09"],"summary":["eHealth"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-425231932048-54","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2019-10-09-ebbe1cbc0483e98f0b7c1852385a3a34f06a93ff","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-10-09 - Cabinet of First Vice-President Frans Timmermans x ActionAid"],"date":["2019-10-09"],"summary":["discussion on environmental protection and women's rights"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["ec-person-8d1c5ff76a431332387aa10936b0bff13f7d71fd","eu-tr-85103504511-82"]}} -{"id":"ec-meeting-2019-10-10-28af9c48cd73ee0c8862b49c41e6961fbaab5a12","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-10-10 - Environment x Rural Support for Europe (RISE) Foundation"],"date":["2019-10-10"],"summary":["Green deal from waste to products"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-env"],"involved":["eu-tr-094378436020-67","ec-person-3bc74ce04ea3f4ab4d91a5c88eef25b8b8a213b4"]}} -{"id":"ec-meeting-2019-10-10-3f6f1036d503f2d5310a240a7b88c3025fc26cdf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-10-10 - Energy x ENGIE"],"date":["2019-10-10"],"summary":["Presentation of ENGIE energy transition strategy and energy efficiency"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-90947457424-20","ec-person-9c0f33ecb9f6badd5f4b5f1a4bd7677e18a52a22"]}} -{"id":"ec-meeting-2019-10-10-93768540a92943c87153e0762f0f569762fbe5f3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-10-10 - Inspire, Debate, Engage and Accelerate Action x Equinor ASA"],"date":["2019-10-10"],"summary":["Energy Transition"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-dg-idea"],"involved":["eu-tr-4447605981-76","ec-person-4fe56a64c00b3e81c851b5538878b32481bd7d3c"]}} -{"id":"ec-meeting-2019-10-10-a7b1a91f33e1e2ebea8baa59e2ae3fb4963e63ec","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-10-10 - Cabinet of Commissioner Elżbieta Bieńkowska x OHB"],"date":["2019-10-10"],"summary":["space policy"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["ec-person-d2997a7f359c91a337055c3e24dd36bf928de38d","eu-tr-648584214179-94"]}} -{"id":"ec-meeting-2019-10-10-b36af4c3ade00d77ec2dfec4116723575f6c214f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-10-10 - Cabinet of Vice-President Neven Mimica x Bill & Melinda Gates Foundation"],"date":["2019-10-10"],"summary":["Farewell meeting - review of joint cooperation"],"notes":["Portfolio: International Cooperation & Development"],"location":["Lyon"],"address":["Lyon"],"addressEntity":["addr-438a3faba4ce9be9819a7628ebf772e4ca3fe6da"],"organizer":["ec-cabinet-mimica-neven-of-president-vice"],"involved":["ec-person-5f446e21c2ca97624d9781d53ce7312477e72d6e","eu-tr-371567915480-41","ec-person-61daadad53de1eb7dcc08383b418ace3b6f971d7"]}} -{"id":"ec-meeting-2019-10-11-1651fd486d182e71a08871265a2579538b2a1dc4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-10-11 - Energy x Renewables Grid Initiative e.V."],"date":["2019-10-11"],"summary":["Introductory meeting. Energy policy and transition."],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-793038613858-32","ec-person-9c0f33ecb9f6badd5f4b5f1a4bd7677e18a52a22"]}} -{"id":"ec-meeting-2019-10-11-3d2b86aa3b77617bba3ca71cb3e4a6d0df0f95f6","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2019-10-11 - Cabinet of First Vice-President Frans Timmermans x European Federation of Waste Management and Environmental Services"],"date":["2019-10-11"],"summary":["discussion on EU waste policies","discussion on circular economy and waste policies"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-2157643512-49","ec-person-8d1c5ff76a431332387aa10936b0bff13f7d71fd"]}} -{"id":"ec-meeting-2019-10-11-45fdd11af4a5c30bc492e26c1199a6f4005f2bab","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-10-11 - Cabinet of Vice-President Valdis Dombrovskis x None"],"date":["2019-10-11"],"summary":["Instant payments"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-12112965774-95","eu-tr-055017716307-39","eu-tr-753664434063-50","ec-person-30d770ccd575865b3106f94220ce1ace16e48f1a","eu-tr-271912611231-56","eu-tr-24037141789-48","eu-tr-117683115792-20","ec-person-537401fc0be04984531b83660f416bf2fe14fbd8","eu-tr-78787381113-69","ec-person-48f31156d932641826e09f5b73f074d35ff05786"]}} -{"id":"ec-meeting-2019-10-11-4c89bb00683cc1295c9e6a8ff372dfc584a7633d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-10-11 - Energy x EDSO for Smart Grids"],"date":["2019-10-11"],"summary":["Introductory meeting. Energy policy priorities."],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-952322311484-70","ec-person-9c0f33ecb9f6badd5f4b5f1a4bd7677e18a52a22"]}} -{"id":"ec-meeting-2019-10-11-67f5d1c79c43869174d726b5b7095749878415ff","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-10-11 - Energy x Atlantic Council of the United States, Inc"],"date":["2019-10-11"],"summary":["Presentation of AC activities on energy transatlantic cooperation."],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-524686116124-73","ec-person-9c0f33ecb9f6badd5f4b5f1a4bd7677e18a52a22"]}} -{"id":"ec-meeting-2019-10-11-87f0cd120218325fa17670aafa9632ce2974d40d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-10-11 - Cabinet of First Vice-President Frans Timmermans x The Club of Rome"],"date":["2019-10-11"],"summary":["discussion on sustainable devlopment policies"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-806327336072-56","ec-person-8d1c5ff76a431332387aa10936b0bff13f7d71fd"]}} -{"id":"ec-meeting-2019-10-11-bc1ed8687981feb6a9950a25895e65f5d25ce391","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-10-11 - Cabinet of Commissioner Vytenis Andriukaitis x European Multiple Sclerosis Platform"],"date":["2019-10-11"],"summary":["Health programme"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["eu-tr-431655212354-82","ec-person-d462b3c7daeee00ad55e380a7fb96819f79899df"]}} -{"id":"ec-meeting-2019-10-11-c83ec5ad996cc5c87e1f4ffa9c969678d39a3735","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-10-11 - Cabinet of Commissioner Margrethe Vestager x International Chamber of Commerce"],"date":["2019-10-11"],"summary":["Meeting on trust in digital services"],"notes":["Portfolio: Competition"],"location":["Athens, Greece"],"address":["Athens, Greece"],"addressEntity":["addr-9d8550f7378d11790b69f4f2672d13dddd12a013"],"organizer":["ec-cabinet-commissioner-margrethe-of-vestager"],"involved":["ec-person-baa1c172df109ebd1f0307bccb5e21aec66c7a25","eu-tr-50674299591-83"]}} -{"id":"ec-meeting-2019-10-11-ca755822a89f98a268b3da606f83d68761ae0c76","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-10-11 - European Civil Protection and Humanitarian Aid Operations x Akuo Energy"],"date":["2019-10-11"],"summary":["Innovation in Humanitarian aid's field"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-echo"],"involved":["ec-person-61ea528d6b7f7cbbd1e55a4a19794b785df35cf9","eu-tr-697003427612-81"]}} -{"id":"ec-meeting-2019-10-11-d7bc66fa7e4340d2723ee0cfc6f34bf634980a73","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-10-11 - Cabinet of Vice-President Günther Oettinger x Aurubis AG"],"date":["2019-10-11"],"summary":["European Competition Policy"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["ec-person-55a0b11edfe9b0b76e526f72b1ec2e9f2f74d5bc","eu-tr-11160169347-78"]}} -{"id":"ec-meeting-2019-10-11-e13800165df79d8fa9ad2da91ff94ba29dfe10d7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-10-11 - Environment x European Federation of National Associations of Water Services"],"date":["2019-10-11"],"summary":["Drinking and Waste Water"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-env"],"involved":["eu-tr-39299129772-62","ec-person-3bc74ce04ea3f4ab4d91a5c88eef25b8b8a213b4"]}} -{"id":"ec-meeting-2019-10-14-23518f962b2ea88c30ded56d57595e1efccfce5c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-10-14 - Cabinet of Vice-President Günther Oettinger x Hauptverband der Deutschen Bauindustrie"],"date":["2019-10-14"],"summary":["EU of the Future"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-57982427170-23","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2019-10-14-790b8ee8ba548c7751516d1bf12e939d998a119c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-10-14 - Cabinet of Vice-President Valdis Dombrovskis x Intercontinental Exchange, Inc."],"date":["2019-10-14"],"summary":["EMIR implementation"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-48f31156d932641826e09f5b73f074d35ff05786","eu-tr-141041215133-83","ec-person-30d770ccd575865b3106f94220ce1ace16e48f1a"]}} -{"id":"ec-meeting-2019-10-14-abb59796e7e594d6dea1caeebe7958e25ab6d211","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-10-14 - Cabinet of First Vice-President Frans Timmermans x CSR Europe, The Business Network for Corporate Social Responsibility"],"date":["2019-10-14"],"summary":["discussion on sustainable development and business engagement"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-56502415122-32","ec-person-8d1c5ff76a431332387aa10936b0bff13f7d71fd"]}} -{"id":"ec-meeting-2019-10-14-b7905cd08770b9e73449ea0d0d6f74ba973d242e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-10-14 - Cabinet of Vice-President Günther Oettinger x Wirtschaftsprüferkammer (Chamber of Public Accountants)"],"date":["2019-10-14"],"summary":["Economic outlook"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911","eu-tr-025461722574-14"]}} -{"id":"ec-meeting-2019-10-14-cb7a20a29735ad1c15ef703904d5de2f0567d9f6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-10-14 - Cabinet of Vice-President Günther Oettinger x European Association Automotive Suppliers"],"date":["2019-10-14"],"summary":["Future of Europe"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-91408765797-03","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2019-10-14-e31095ee5e08dd934e4bfedef58b2b855a39c3f0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-10-14 - Cabinet of First Vice-President Frans Timmermans x European Association Automotive Suppliers"],"date":["2019-10-14"],"summary":["Sustainability, climate neutrality"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["ec-person-1bc3e2272ec82a894153feccd4f285ae594f7b3b","eu-tr-91408765797-03"]}} -{"id":"ec-meeting-2019-10-14-eee5be115d178b0de51a3125b758680adcdc8468","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-10-14 - Mobility and Transport x Association des Constructeurs Européens d'Automobiles"],"date":["2019-10-14"],"summary":["ACEA manifesto"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-move"],"involved":["ec-person-26cdfacae671b09917bee1a91c91973941fa58a2","eu-tr-0649790813-47"]}} -{"id":"ec-meeting-2019-10-15-0462ade39798334890bf68bd9d7a5ebd17fe6598","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-10-15 - Environment x Wal-Mart Stores, Inc. and its subsidiaries and affiliates"],"date":["2019-10-15"],"summary":["Sustainability and circular economy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-env"],"involved":["eu-tr-116598617622-90","ec-person-3bc74ce04ea3f4ab4d91a5c88eef25b8b8a213b4"]}} -{"id":"ec-meeting-2019-10-15-2cfbd7e0b9cdf2638c7bd85e64bf8a3aae3e4474","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-10-15 - Cabinet of Vice-President Valdis Dombrovskis x Associazione Nazionale fra le Imprese Assicuratrici"],"date":["2019-10-15"],"summary":["Solvency II review"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-30d770ccd575865b3106f94220ce1ace16e48f1a","eu-tr-4756340957-20"]}} -{"id":"ec-meeting-2019-10-15-2d962a567385d8347e9965efb337f7fc9b1bba8f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-10-15 - Cabinet of First Vice-President Frans Timmermans x De Vlinderstichting Vogelbescherming Nederland IRCCS SDN SPA Stichting IUCN Nederlands Comité Instituut voor Natuureducatie Greenpeace European Unit Natuurmonumenten Natuur & Milieu Vereniging Milieudefensie Wereld Natuur Fonds"],"date":["2019-10-15"],"summary":["Discussion on climate and biodiversity"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-433268236091-14","eu-tr-508471836079-92","eu-tr-17413855438-74","eu-tr-047566525357-87","eu-tr-100095536141-94","ec-person-966667b73d92624be9bb019c2baab7e52331b3d3","eu-tr-660646236153-94","eu-tr-9832909575-41","eu-tr-444653818419-83","eu-tr-77926494338-54","eu-tr-771020536080-26"]}} -{"id":"ec-meeting-2019-10-15-2de2e0cffd27aab1ed669e5b0987d42a82b2e697","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-10-15 - Cabinet of Vice-President Günther Oettinger x BDEW Bundesverband der Energie- und Wasserwirtschaft e. V."],"date":["2019-10-15"],"summary":["Climate and Energy Policy"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-20457441380-38","ec-person-55a0b11edfe9b0b76e526f72b1ec2e9f2f74d5bc"]}} -{"id":"ec-meeting-2019-10-15-3ef3d1ad8f696b5f8b6090e3c1c4648420197e62","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-10-15 - Energy x Neste Oyj"],"date":["2019-10-15"],"summary":["Clean energy transition, decarbonisation of the transport sector."],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["ec-person-9c0f33ecb9f6badd5f4b5f1a4bd7677e18a52a22","eu-tr-10257354120-19"]}} -{"id":"ec-meeting-2019-10-15-43c4da8471339567c9fddb3098417f05d29b592f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-10-15 - Cabinet of Commissioner Mariya Gabriel x European University Association"],"date":["2019-10-15"],"summary":["European research, education and innovation policy"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["ec-person-1674399a793e9e6fd7cf55b525515fc862fc9351","eu-tr-81122172998-09"]}} -{"id":"ec-meeting-2019-10-15-4f3ede8e8a66d20d1918f158b4431c28fad2c101","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-10-15 - Financial Stability, Financial Services and Capital Markets Union x MIROVA"],"date":["2019-10-15"],"summary":["Sustainable Finance: progress and future strategy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-fisma"],"involved":["ec-person-bdee7a93f95c8ef05079539170139b3c02e8ed96","eu-tr-529694124663-30"]}} -{"id":"ec-meeting-2019-10-15-500742c5afbf7e93fa73a3af337513814f149dd8","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2019-10-15 - Cabinet of First Vice-President Frans Timmermans x World Economic Forum"],"date":["2019-10-15"],"summary":["discussion EU Sustainable Agenda","discussion on fight against deforestation"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-049060636194-17","ec-person-8d1c5ff76a431332387aa10936b0bff13f7d71fd"]}} -{"id":"ec-meeting-2019-10-15-5ab1581059ad69e5a76705a07065261f93eddd79","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-10-15 - Cabinet of First Vice-President Frans Timmermans x WCS EU"],"date":["2019-10-15"],"summary":["discussion on sustainable development and biodiversity"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-054662633848-40","ec-person-8d1c5ff76a431332387aa10936b0bff13f7d71fd"]}} -{"id":"ec-meeting-2019-10-15-7519ca4a4185ef1bfa49d85b9593aa091b02cc67","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-10-15 - Cabinet of Commissioner Tibor Navracsics x Satu Mare County Council"],"date":["2019-10-15"],"summary":["VET - Erasmus +"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-49f31dad10f5641cb1d1e4c3107dd838389e8120","eu-tr-909503236124-42"]}} -{"id":"ec-meeting-2019-10-15-841def7b2df75b30203a5b86608db48ec4edd8c0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-10-15 - Cabinet of Commissioner Margrethe Vestager x World Economic Forum"],"date":["2019-10-15"],"summary":["Presentation of WEF activities"],"notes":["Portfolio: Competition"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-margrethe-of-vestager"],"involved":["ec-person-0700cb0f43a2d20f4938902c4a086aca632d71fb","eu-tr-049060636194-17"]}} -{"id":"ec-meeting-2019-10-15-85c98965576a7b41e4a612c692295d65b1a18f2d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-10-15 - Cabinet of Vice-President Valdis Dombrovskis x City of London Corporation"],"date":["2019-10-15"],"summary":["Sustainable finance, Brexit"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-30d770ccd575865b3106f94220ce1ace16e48f1a","eu-tr-695661118936-08"]}} -{"id":"ec-meeting-2019-10-15-8c01161edcbf209ca014fb475ae99c726f1412e5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-10-15 - Education, Youth, Sport and Culture x European University Association"],"date":["2019-10-15"],"summary":["Meeting with the new President of EUA, Professor Michael Murphy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-eac"],"involved":["ec-person-68d4f99b9ed1b40d86ebbf81f8f35aeebd6c5fc5","eu-tr-81122172998-09"]}} -{"id":"ec-meeting-2019-10-15-91a5876ad4d00bb25d31d5b51677c1e69e67624a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-10-15 - Trade x Association des Constructeurs Européens d'Automobiles"],"date":["2019-10-15"],"summary":["EU-US relations, Mercosur, Chine, EU Steel safeguard, Algeria"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-trade"],"involved":["ec-person-2045c2589da3988908fcfe731e8224e7e06a7c63","eu-tr-0649790813-47"]}} -{"id":"ec-meeting-2019-10-15-9c71760240634aebed48d03bc41b796df0dbae20","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-10-15 - Trade x thyssenkrupp Steel Europe AG"],"date":["2019-10-15"],"summary":["Trade & Steel Industry"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-trade"],"involved":["ec-person-2045c2589da3988908fcfe731e8224e7e06a7c63","eu-tr-456211534646-58"]}} -{"id":"ec-meeting-2019-10-15-a25ae51b22b78a6cf51e1efd86a05a4813f51a45","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-10-15 - Environment x AJC Transatlantic Institute"],"date":["2019-10-15"],"summary":["Presentation of the Institute"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-env"],"involved":["eu-tr-95713206856-14","ec-person-3bc74ce04ea3f4ab4d91a5c88eef25b8b8a213b4"]}} -{"id":"ec-meeting-2019-10-15-b44797110aa57a220a63e7ed2679331f88ac8c76","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-10-15 - Education, Youth, Sport and Culture x EUROPE'S MEDIALAB (Fondation EURACTIV)"],"date":["2019-10-15"],"summary":["Meeting with Mr. Christophe Leclercq"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-eac"],"involved":["ec-person-68d4f99b9ed1b40d86ebbf81f8f35aeebd6c5fc5","eu-tr-485832526193-89"]}} -{"id":"ec-meeting-2019-10-15-bed64108b51e8e02334365ffb16b919d3aa27646","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-10-15 - Cabinet of Vice-President Jyrki Katainen x Lääketeollisuus ry"],"date":["2019-10-15"],"summary":["Smart health"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-c50e8c2cc390c5efb0626988d173bc6758459e0f","eu-tr-135790630472-10"]}} -{"id":"ec-meeting-2019-10-15-c059281db8b5a893cc22d5a8e940f2fa3e67e8b4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-10-15 - Trade x COMITE EUROPEEN des FABRICANTS de SUCRE"],"date":["2019-10-15"],"summary":["Trade & Sugar Industry"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-trade"],"involved":["ec-person-2045c2589da3988908fcfe731e8224e7e06a7c63","eu-tr-49679062863-35"]}} -{"id":"ec-meeting-2019-10-15-d4ed0649ae874cf904f7c585e3ccae68417bdf8c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-10-15 - Energy x RTE Réseau de transport d'électricité"],"date":["2019-10-15"],"summary":["Energy infrastructures and electricity market developments."],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["ec-person-9c0f33ecb9f6badd5f4b5f1a4bd7677e18a52a22","eu-tr-669359510572-76"]}} -{"id":"ec-meeting-2019-10-15-e5d11ad82159fc06cad0861337164bffc280fa9a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-10-15 - European Anti-Fraud Office x Association of Finnish Local and Regional Authorities"],"date":["2019-10-15"],"summary":["Discussion on money laundering and fraud prevention"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-olaf"],"involved":["ec-person-c90088f66bae9d193e5d31cb2db28cf7c517a2b9","eu-tr-807166031160-68"]}} -{"id":"ec-meeting-2019-10-15-ec5c7de22a98f8b38ee088923d1b6b549aa2a48a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-10-15 - Mobility and Transport x Neste Oyj"],"date":["2019-10-15"],"summary":["Sustainable aviation fuels"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-move"],"involved":["ec-person-26cdfacae671b09917bee1a91c91973941fa58a2","eu-tr-10257354120-19"]}} -{"id":"ec-meeting-2019-10-16-1e4e7809a8fe6cecf769f9fad6f3a5981df7faa3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-10-16 - Internal Market, Industry, Entrepreneurship and SMEs x Chemical Industry Federation of Finland (Kemianteollisuus ry)"],"date":["2019-10-16"],"summary":["The industry representatives raised the following topics: Carbon Border Tax, Circular Economy, Carbon neutrality, Industrial Policy Strategy and skills"],"location":["BREY-Brussels"],"address":["BREY-Brussels"],"addressEntity":["addr-d44a5833caa26834c3898a8945679a31285bd2ac"],"organizer":["ec-dg-grow"],"involved":["eu-tr-07682415745-25","ec-person-6299e47fea20df86a1b90bd5b033006b2cb35b5e"]}} -{"id":"ec-meeting-2019-10-16-2b742502615fc1e0a245417330117d0385f2f876","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-10-16 - Climate Action x Third Generation Environmentalism Ltd"],"date":["2019-10-16"],"summary":["UNFCCC and European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-clima"],"involved":["ec-person-9c5c685692a09a77f2bc8ae9c05663b87cd75aae","eu-tr-07783117686-61"]}} -{"id":"ec-meeting-2019-10-16-2ba8415c59b74bfeac67076e69542eeb77538de8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-10-16 - Energy x EUROMETAUX"],"date":["2019-10-16"],"summary":["EU industry in the long term decarbonisation."],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-61650796093-48","ec-person-9c0f33ecb9f6badd5f4b5f1a4bd7677e18a52a22"]}} -{"id":"ec-meeting-2019-10-16-2c572a156df71341ef3e692ca382602750eb3cc5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-10-16 - Cabinet of Vice-President Jyrki Katainen x FTI Consulting Belgium Noble Energy"],"date":["2019-10-16"],"summary":["Presentation of possible investment in gas infrastructure"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-780006923352-88","ec-person-0da85dc48012e26688310a59a0b51727ea68f410","eu-tr-29896393398-67"]}} -{"id":"ec-meeting-2019-10-16-324a5ed13925b727e409e97c5c25d85c4e39f97d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-10-16 - Inspire, Debate, Engage and Accelerate Action x Stripe, Inc."],"date":["2019-10-16"],"summary":["Startup Environment"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-dg-idea"],"involved":["eu-tr-389356530261-76","ec-person-4fe56a64c00b3e81c851b5538878b32481bd7d3c"]}} -{"id":"ec-meeting-2019-10-16-353e1a956df81092937c25ef7f0fe45c52cf977f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-10-16 - Internal Market, Industry, Entrepreneurship and SMEs x Kaupan liitto ry - Finnish Commerce Federation"],"date":["2019-10-16"],"summary":["Courtesy meeting to introduce themselves and present their priorities"],"location":["BREY-Brussels"],"address":["BREY-Brussels"],"addressEntity":["addr-d44a5833caa26834c3898a8945679a31285bd2ac"],"organizer":["ec-dg-grow"],"involved":["ec-person-6299e47fea20df86a1b90bd5b033006b2cb35b5e","eu-tr-141376015883-52"]}} -{"id":"ec-meeting-2019-10-16-4290c64e8b9fee56632c69c2a227d881d436091c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-10-16 - Cabinet of Vice-President Valdis Dombrovskis x Insurance Ireland"],"date":["2019-10-16"],"summary":["Fintech"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-978587826097-61","ec-person-30d770ccd575865b3106f94220ce1ace16e48f1a"]}} -{"id":"ec-meeting-2019-10-16-4aacb2af7f1caacec6191b1cfeb307ed5a2718ad","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-10-16 - Mobility and Transport x European Barge Union"],"date":["2019-10-16"],"summary":["Exchange on EU’s policy on inland waterways"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-move"],"involved":["eu-tr-36944616803-45","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2019-10-16-55f041b656e0b846bdcc0425954a64fd2b3bcde4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-10-16 - Trade x BUSINESSEUROPE"],"date":["2019-10-16"],"summary":["FTA, Mercosur"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-trade"],"involved":["ec-person-2045c2589da3988908fcfe731e8224e7e06a7c63","eu-tr-3978240953-79"]}} -{"id":"ec-meeting-2019-10-16-57ae4c9a76644b0b5249a6dc68a5bfd0ba1c5982","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-10-16 - Financial Stability, Financial Services and Capital Markets Union x Mouvement des Entreprises de France"],"date":["2019-10-16"],"summary":["Les priorités de la prochaine Commission européenne."],"location":["Bruxelles, Belgique"],"address":["Bruxelles, Belgique"],"addressEntity":["addr-dee45fa36f6fea7b6920132acb02f707e309643d"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-43763731235-75","ec-person-bdee7a93f95c8ef05079539170139b3c02e8ed96"]}} -{"id":"ec-meeting-2019-10-16-58734a7bbeea4f99bb6a0556946c968ac8cd398b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-10-16 - Mobility and Transport x Airlines for Europe"],"date":["2019-10-16"],"summary":["Tour d'horizon of aviation files"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-move"],"involved":["eu-tr-807912421050-91","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2019-10-16-6bbc098204d7937bd981003137aa6eff53802e05","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-10-16 - Cabinet of First Vice-President Frans Timmermans x Ellen MacArthur Foundation"],"date":["2019-10-16"],"summary":["discussion on circular economy policies"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-206816021848-17","ec-person-8d1c5ff76a431332387aa10936b0bff13f7d71fd"]}} -{"id":"ec-meeting-2019-10-16-7bcd7ef6867c4396527a950b8dcb098d738aeb7f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-10-16 - Cabinet of Vice-President Jyrki Katainen x F-Secure Corporation"],"date":["2019-10-16"],"summary":["Cybersecurity, European political situation"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-957279018810-11","ec-person-93e8e8ac2ee89edb4c52bce70d7472c8eae05edd"]}} -{"id":"ec-meeting-2019-10-16-829081194bb677756ceb34c6c1385364e52b9117","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-10-16 - Cabinet of Vice-President Karmenu Vella x Funding Fish"],"date":["2019-10-16"],"summary":["Fishing opportunities in the Baltic, Maximum Sustainable Yield"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["eu-tr-051498327063-03","ec-person-2966d69fae0ea4e67f3f2df5a743cc766267d3c8"]}} -{"id":"ec-meeting-2019-10-16-b23c3a83c4d034f969c2152d07f310a52414d0c6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-10-16 - Cabinet of Vice-President Jyrki Katainen x Kemira Oyj Aula Europe"],"date":["2019-10-16"],"summary":["Circular Economy Action Plan"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-88742028087-64","eu-tr-893889610875-77","ec-person-0da85dc48012e26688310a59a0b51727ea68f410"]}} -{"id":"ec-meeting-2019-10-16-c94fe67f6d8de12a0734466a317c8a6d260d2833","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-10-16 - Cabinet of Vice-President Cecilia Malmström x Tech-Fab Europe e.V."],"date":["2019-10-16"],"summary":["EU glass fiber producers expressed their concerns about the situation of the sector"],"notes":["Portfolio: Trade"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-ce1312d2a248f71fe74eed58aa5915cfa445bbba","eu-tr-600505236172-50"]}} -{"id":"ec-meeting-2019-10-16-d319e34899f15733ee5b572faa6f893dbb9322cf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-10-16 - Cabinet of Vice-President Maroš Šefčovič x Rimac automobili d.o.o."],"date":["2019-10-16"],"summary":["Low emission mobility and battery alliance"],"notes":["Portfolio: Energy Union"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-e74918e8eb8a9ef96da8cb06c0eae7ac5080d822","ec-person-1f95be23689cd4ed0a26fe2980f760ccf2d55c1e","eu-tr-513095936202-52"]}} -{"id":"ec-meeting-2019-10-16-e1627783399ed9d48bb88ba7288ea3a53d2100e6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-10-16 - Cabinet of First Vice-President Frans Timmermans x Fern"],"date":["2019-10-16"],"summary":["discussion on EU Action on fighting deforestation"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-40538475090-82","ec-person-8d1c5ff76a431332387aa10936b0bff13f7d71fd"]}} -{"id":"ec-meeting-2019-10-16-f63abcbfd7e288eb7629f68eb3a03b5ed220bed2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-10-16 - Cabinet of Commissioner Mariya Gabriel x Stripe, Inc."],"date":["2019-10-16"],"summary":["Electronic payment systems"],"notes":["Portfolio: Digital Economy and Society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["ec-person-1674399a793e9e6fd7cf55b525515fc862fc9351","eu-tr-389356530261-76"]}} -{"id":"ec-meeting-2019-10-16-f7e38fa0ceadb58623c97c0a6ac6a1aa9bc576da","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-10-16 - Cabinet of Commissioner Margrethe Vestager x Green 10"],"date":["2019-10-16"],"summary":["Meeting on input for the Commissions climate agenda"],"notes":["Portfolio: Competition"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-margrethe-of-vestager"],"involved":["ec-person-baa1c172df109ebd1f0307bccb5e21aec66c7a25","eu-tr-70309834043-10"]}} -{"id":"ec-meeting-2019-10-16-f9d0dc03ded899612dc956f91102cb24eb14f292","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-10-16 - Energy x Energy Cities"],"date":["2019-10-16"],"summary":["Role of the cities in the energy transition"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-11514322965-05","ec-person-9c0f33ecb9f6badd5f4b5f1a4bd7677e18a52a22"]}} -{"id":"ec-meeting-2019-10-16-fe894cc57105f913ba0bf99e2470587b31c90171","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-10-16 - Cabinet of Commissioner Phil Hogan x Airbnb Ireland UC"],"date":["2019-10-16"],"summary":["rural tourism"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-823871417098-42","ec-person-a1a78365cc4685b0958056646204977d8f2ead92"]}} -{"id":"ec-meeting-2019-10-17-10ae6b350bebbe0ac071864ae5d0417f4f3a2438","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-10-17 - Cabinet of Commissioner Vytenis Andriukaitis x Syngenta Crop Protection AG"],"date":["2019-10-17"],"summary":["Sustainable use of pesticides"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-b9c3f19e7c5f216e3e508f931ddd6a9cb59376d1","eu-tr-16822412339-79"]}} -{"id":"ec-meeting-2019-10-17-1f4d5a2ccfa71417df36189e5b74e8b4faa0a3fa","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-10-17 - Cabinet of Vice-President Valdis Dombrovskis x Securities Industry and Financial Markets Association"],"date":["2019-10-17"],"summary":["EU-US regulatory cooperation in financial services; upcoming work on MIFID II research; EC priorities on sustainable finance; regulatory fragmentation linked to the introduction of liquidity requirements on US branches of foreign bank organisations"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Washington"],"address":["Washington"],"addressEntity":["addr-a27a6644654593ac9e5d122b1155ff23752c8073"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-995801715250-37","ec-person-b98fb7512c796626297f1e89a96665cbbb19188a","ec-person-537401fc0be04984531b83660f416bf2fe14fbd8","ec-person-a9eda2e8ea54b70a968327672c6cada679d3cd56"]}} -{"id":"ec-meeting-2019-10-17-34617844d7074588d04780210c0748f9045b6b75","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-10-17 - Cabinet of First Vice-President Frans Timmermans x Eurocities"],"date":["2019-10-17"],"summary":["Role and cooperation with cities on sustainable development"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["ec-person-966667b73d92624be9bb019c2baab7e52331b3d3","eu-tr-12493392840-79"]}} -{"id":"ec-meeting-2019-10-17-35e8a0c1b50dd5352e027a420358634bf99f1dfe","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-10-17 - Internal Market, Industry, Entrepreneurship and SMEs x CECE - Committee for European Construction Equipment"],"date":["2019-10-17"],"summary":["Exchange on standardisation policy"],"location":["BREY-Brussels"],"address":["BREY-Brussels"],"addressEntity":["addr-d44a5833caa26834c3898a8945679a31285bd2ac"],"organizer":["ec-dg-grow"],"involved":["ec-person-6299e47fea20df86a1b90bd5b033006b2cb35b5e","eu-tr-60534525900-25"]}} -{"id":"ec-meeting-2019-10-17-3c7e9bab68df86a574a4ba4478cd30b6701eabd2","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2019-10-17 - Cabinet of Vice-President Miguel Arias Cañete x Greenward Partners"],"date":["2019-10-17"],"summary":["Circular Economy and waste management","Energy efficient buildings"],"notes":["Portfolio: Climate Action & Energy"],"location":["Madrid"],"address":["Madrid"],"addressEntity":["addr-7a2191964a3d7521269f0068afae6b6116bac15d"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-763250036359-74","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd"]}} -{"id":"ec-meeting-2019-10-17-474972c95bfa2e5fdfc5c8735a40e81196445d58","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-10-17 - Cabinet of Vice-President Cecilia Malmström x Ford Motor Company"],"date":["2019-10-17"],"summary":["EU-US relations; EU-Mexico FTA; Brexit"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-20ded9db5df11164331bb161fdf234b1e5ad53fd","ec-person-cb8ca9ec2413722fa83484ed18dd76ace52d0118","eu-tr-21851435137-02"]}} -{"id":"ec-meeting-2019-10-17-515b2da9e6c7a48b75b70afe58f11cfcf06ffb44","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-10-17 - Financial Stability, Financial Services and Capital Markets Union x Stripe, Inc."],"date":["2019-10-17"],"summary":["Prospects for furthering an innovative and entrepreneurial ecosystem in the EU."],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-389356530261-76","ec-person-bdee7a93f95c8ef05079539170139b3c02e8ed96"]}} -{"id":"ec-meeting-2019-10-17-6991e2747752af0a5ea3b9ffb582d800695752cb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-10-17 - Cabinet of Vice-President Günther Oettinger x Deutsche Bank AG"],"date":["2019-10-17"],"summary":["MFF"],"notes":["Portfolio: Budget & Human Resources"],"location":["BXL"],"address":["BXL"],"addressEntity":["addr-d2fde52f67ea4a3e1fe233d0a959d6a1c77fd910"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-271912611231-56","ec-person-1a98ebdc65a0fda494d1f6eb6fb74247a3036490"]}} -{"id":"ec-meeting-2019-10-17-96bfd471bb7e8c554fb108d8f9b88131b4e0c0c9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-10-17 - Energy x European Alliance to Save Energy"],"date":["2019-10-17"],"summary":["Energy efficiency"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["ec-person-9c0f33ecb9f6badd5f4b5f1a4bd7677e18a52a22","eu-tr-37816636575-51"]}} -{"id":"ec-meeting-2019-10-17-9d2734bb16142ccd14b2d7464162e8e3b10b5900","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-10-17 - Cabinet of Commissioner Věra Jourová x Friends of Europe"],"date":["2019-10-17"],"summary":["High level Roundtable on Vision Innovation Europe"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-a608b85b2ffef83f883b5a2330b6232efa1b7141","eu-tr-99436366768-45","ec-person-1e0e3a00ab815dea7c5b839b002ed2c7e34bfe0a"]}} -{"id":"ec-meeting-2019-10-17-af184fdd2fb2a396261d4dc5c6c48342a8ff61b1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-10-17 - Climate Action x Association des Constructeurs Européens d'Automobiles"],"date":["2019-10-17"],"summary":["exchange of views on the latest developments in climate policy / road transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-clima"],"involved":["ec-person-9c5c685692a09a77f2bc8ae9c05663b87cd75aae","eu-tr-0649790813-47"]}} -{"id":"ec-meeting-2019-10-17-ba052f0d41b82431c310433939a13b15fe7f1746","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-10-17 - Inspire, Debate, Engage and Accelerate Action x 3M"],"date":["2019-10-17"],"summary":["Sustainable Development Goals"],"location":["Meet and Meat"],"address":["Meet and Meat"],"addressEntity":["addr-6eb8992175af5c6cc207c62212d0dde5bea1ff5c"],"organizer":["ec-dg-idea"],"involved":["eu-tr-91425447458-88","ec-person-4fe56a64c00b3e81c851b5538878b32481bd7d3c"]}} -{"id":"ec-meeting-2019-10-17-cda270358f1597a7b8f423dd089985b7f7dbce12","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-10-17 - Communications Networks, Content and Technology x InterDigital, Inc."],"date":["2019-10-17"],"summary":["5G and Internet of Things, SEP and standardization"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-787513017798-23","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2019-10-17-d8f9adc594de3a09bd431055af4c86048f7114c8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-10-17 - Cabinet of Vice-President Günther Oettinger x Fundația ROMANIAN BUSINESS LEADERS American Chamber of Commerce in Romania Confederatia Patronala Concordia Polenergia S.A."],"date":["2019-10-17"],"summary":["MFF and impact on Romania"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-030967632488-45","eu-tr-344656434295-91","eu-tr-421644634757-40","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911","eu-tr-418732134720-23"]}} -{"id":"ec-meeting-2019-10-17-e36f3edf0c65fe54ce6f2f7d264ca2cc59e47d30","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-10-17 - Cabinet of First Vice-President Frans Timmermans x Free Courts Initiative"],"date":["2019-10-17"],"summary":["Rule of Law"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-526483333061-37","ec-person-6c0efbf1635ca0cb8dce32e129231fa3136f600b"]}} -{"id":"ec-meeting-2019-10-17-e3ae54d232fdaea8f2f60af8793f9daf242672df","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-10-17 - Research and Innovation x Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V."],"date":["2019-10-17"],"summary":["Keynote speech at High-level conference"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-rtd"],"involved":["eu-tr-35124436517-75","ec-person-1d348f33395de0ea6773a7b4ae8797e3e0392f73"]}} -{"id":"ec-meeting-2019-10-17-eb4cd976a193fec0cddb6ec1b24c7dd7ffc792d3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-10-17 - Cabinet of Commissioner Phil Hogan x Stripe, Inc."],"date":["2019-10-17"],"summary":["Technology"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-a1a78365cc4685b0958056646204977d8f2ead92","eu-tr-389356530261-76"]}} -{"id":"ec-meeting-2019-10-18-3358753b21a2b69c5b14a9f3b06d8a9809fdb259","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-10-18 - Cabinet of Commissioner Vytenis Andriukaitis x Danone"],"date":["2019-10-18"],"summary":["Danone perspective on sustainable food systems"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-b9c3f19e7c5f216e3e508f931ddd6a9cb59376d1","eu-tr-65744846168-89"]}} -{"id":"ec-meeting-2019-10-18-58ead1943533e345be7a2addd4b447a909bc576c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-10-18 - Cabinet of Vice-President Valdis Dombrovskis x S&P Global"],"date":["2019-10-18"],"summary":["Capital Markets Union; the Commission priorities for Green Finance strategy"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Washington"],"address":["Washington"],"addressEntity":["addr-a27a6644654593ac9e5d122b1155ff23752c8073"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-319148015141-55","ec-person-537401fc0be04984531b83660f416bf2fe14fbd8","ec-person-a9eda2e8ea54b70a968327672c6cada679d3cd56"]}} -{"id":"ec-meeting-2019-10-18-76271d4869b8c389557c550e6a04efe97bd92430","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-10-18 - Cabinet of Commissioner Margrethe Vestager x SMEunited aisbl"],"date":["2019-10-18"],"summary":["Meeting to discuss SME policy"],"notes":["Portfolio: Competition"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-margrethe-of-vestager"],"involved":["eu-tr-55820581197-35","ec-person-baa1c172df109ebd1f0307bccb5e21aec66c7a25"]}} -{"id":"ec-meeting-2019-10-18-7c8dee8a20eb49078361ef0fd6419d6e9e5acf11","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-10-18 - Cabinet of Commissioner Violeta Bulc x ASSOCASEARI-CONFCOMMERCIO-IMPRESE PER L’ITALIA"],"date":["2019-10-18"],"summary":["Hand-over letter by the Confcommercio President"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bulc-cabinet-commissioner-of-violeta"],"involved":["ec-person-4d2b449b5047ea3fda435a2a1c1081e3babcdf76","ec-person-dd7851e4a1e747e824b4f81139e33bc3cdb73160","eu-tr-163601311611-96"]}} -{"id":"ec-meeting-2019-10-18-938e2e03079de36a685fdb09ef9b996a7ef05513","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-10-18 - Financial Stability, Financial Services and Capital Markets Union x PERNOD RICARD"],"date":["2019-10-18"],"summary":["Commission priorities for the next mandate."],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-fisma"],"involved":["ec-person-bdee7a93f95c8ef05079539170139b3c02e8ed96","eu-tr-352172811-92"]}} -{"id":"ec-meeting-2019-10-18-93ad8d431a701a1f9535ddbe063e21fb34df0506","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-10-18 - Energy x European Aluminium AISBL"],"date":["2019-10-18"],"summary":["energy intensive industries in the long term decarbonisation"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-9224280267-20","ec-person-9c0f33ecb9f6badd5f4b5f1a4bd7677e18a52a22"]}} -{"id":"ec-meeting-2019-10-18-96868c708d70fceb3438c3974f50beffce22927a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-10-18 - Mobility and Transport x United Airlines, Inc."],"date":["2019-10-18"],"summary":["EU-US aviation relations"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-move"],"involved":["ec-person-26cdfacae671b09917bee1a91c91973941fa58a2","eu-tr-371838712280-15"]}} -{"id":"ec-meeting-2019-10-18-a44910981b3db093ea28b9a98d2cfdce2bbac961","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-10-18 - Financial Stability, Financial Services and Capital Markets Union x Cercle des Délégués Permanents Français"],"date":["2019-10-18"],"summary":["La règlementation financière et expliquer les priorités de la nouvelle Commission."],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-556993815043-84","ec-person-bdee7a93f95c8ef05079539170139b3c02e8ed96"]}} -{"id":"ec-meeting-2019-10-18-c3dd7ccbfa3dead0a39b55a83d24793fd8a62e12","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-10-18 - Mobility and Transport x American Airlines, Inc."],"date":["2019-10-18"],"summary":["EU-US aviation relations"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-move"],"involved":["eu-tr-033771936252-89","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2019-10-18-c52e4f6cdcf7488a82153168a43a4f71d42fec58","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-10-18 - Cabinet of Vice-President Miguel Arias Cañete x NATURGY ENERGY GROUP"],"date":["2019-10-18"],"summary":["Long Term Strategy"],"notes":["Portfolio: Climate Action & Energy"],"location":["Madrid"],"address":["Madrid"],"addressEntity":["addr-7a2191964a3d7521269f0068afae6b6116bac15d"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-67833029261-54","ec-person-2229c857664a22dcb8eee79a8c05841fd3d0924f"]}} -{"id":"ec-meeting-2019-10-18-fea67863ad9cdca63faab181cdf69803520c8658","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-10-18 - Mobility and Transport x Delta Air Lines, Inc."],"date":["2019-10-18"],"summary":["EU-US aviation relations"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-move"],"involved":["ec-person-26cdfacae671b09917bee1a91c91973941fa58a2","eu-tr-354474115978-18"]}} -{"id":"ec-meeting-2019-10-21-22c734ad1937acc3f18cc5456ddedeab2f7b8eaf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-10-21 - Communication x Forum Europe"],"date":["2019-10-21"],"summary":["Future political priorities"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-comm"],"involved":["eu-tr-731763615450-48","ec-person-676f70803f4848c87b632d8522ff9ce8d4600e27"]}} -{"id":"ec-meeting-2019-10-21-297d5b5a62457ca3b9f7cb12c804ac0d77cb9fce","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-10-21 - Health and Food Safety x European Alcohol Policy Alliance"],"date":["2019-10-21"],"summary":["prevention of alcohol related harm ; Labelling of alcoholic beverages ; Monitoring of alcohol consumption in the EU ; Digital marketing of alcoholic beverages"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-sante"],"involved":["eu-tr-01546986656-22","ec-person-42d2108d723f9b9017ed589e3271e3156172daa7"]}} -{"id":"ec-meeting-2019-10-21-535f564394ac6bab160cf682f3618fdd81227ae4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-10-21 - Cabinet of Vice-President Günther Oettinger x Bundesverband Freier Immobilien- und Wohnungsunternehmen"],"date":["2019-10-21"],"summary":["Achivements of the Juncker Commission"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-097713031150-28","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2019-10-21-a75453cbab7c4d6c42013a059e65c56513372d4a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-10-21 - Health and Food Safety x EUROPEAN ORGANISATION FOR RARE DISEASES"],"date":["2019-10-21"],"summary":["the Regulation for a European Cooperation on Health Technology Assessment."],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-sante"],"involved":["ec-person-42d2108d723f9b9017ed589e3271e3156172daa7","eu-tr-93272076510-87"]}} -{"id":"ec-meeting-2019-10-21-cf24a9d66ed02028b26146215b73c4a2dd9b3e19","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-10-21 - Cabinet of Vice-President Valdis Dombrovskis x CFA Institute"],"date":["2019-10-21"],"summary":["CMU"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-30d770ccd575865b3106f94220ce1ace16e48f1a","eu-tr-89854211497-57"]}} -{"id":"ec-meeting-2019-10-21-f0f23e2fccc08f9f1c03a2174ffdaa3dd78c4a8f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-10-21 - Cabinet of Vice-President Valdis Dombrovskis x HSBC Holdings PLC"],"date":["2019-10-21"],"summary":["SME funding"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-001866415031-87","ec-person-30d770ccd575865b3106f94220ce1ace16e48f1a"]}} -{"id":"ec-meeting-2019-10-22-1523452687c0d4d00f792f7363b2b090674131d8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-10-22 - Cabinet of Vice-President Valdis Dombrovskis x None"],"date":["2019-10-22"],"summary":["MIFID II"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-259182121223-88","eu-tr-550494915045-08","eu-tr-20884001341-42","ec-person-30d770ccd575865b3106f94220ce1ace16e48f1a","eu-tr-973382524675-69","eu-tr-76648765687-29","eu-tr-580107536292-74","eu-tr-141041215133-83"]}} -{"id":"ec-meeting-2019-10-22-79a4d20da82580446def73ae430ed962f4d3e45a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-10-22 - Energy x thyssenkrupp AG"],"date":["2019-10-22"],"summary":["Clean energy transition in energy intensive industries"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-721647010823-15","ec-person-9c0f33ecb9f6badd5f4b5f1a4bd7677e18a52a22"]}} -{"id":"ec-meeting-2019-10-22-7f0dcc7224069120e97a69ff81b1651ed5254658","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2019-10-22 - Cabinet of Vice-President Jyrki Katainen x Maa- ja metsätaloustuottajain Keskusliitto – Central Union of Agricultural Producers and Forest Owners"],"date":["2019-10-22"],"summary":["Forestry, sustainable finance and climate change","Forestry, sustainable finance and Climate change"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Strasbourg"],"address":["Strasbourg"],"addressEntity":["addr-a7b90170b4a5bf2d1d09ccfd109b57e0a030cfc4"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-56039441735-48","ec-person-93e8e8ac2ee89edb4c52bce70d7472c8eae05edd"]}} -{"id":"ec-meeting-2019-10-22-9193ede5f1d1e63abe5355db71c84ec5040c0074","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-10-22 - Financial Stability, Financial Services and Capital Markets Union x Skandinaviska Enskilda Banken AB (publ)"],"date":["2019-10-22"],"summary":["Sustainable finance"],"location":["Stockholm, Sweden"],"address":["Stockholm, Sweden"],"addressEntity":["addr-92169336ee423643e4d74d0dc5724c6b612cc7a8"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-870768732070-09","ec-person-bdee7a93f95c8ef05079539170139b3c02e8ed96"]}} -{"id":"ec-meeting-2019-10-22-98e6ad165762a3f0673db5171db2dfb7e1c946d1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-10-22 - Cabinet of Vice-President Karmenu Vella x Ocean Unite"],"date":["2019-10-22"],"summary":["Ocean Governance"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Oslo"],"address":["Oslo"],"addressEntity":["addr-bcc48172e05cafa61c2a2e8f12de220fdb1385b3"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["eu-tr-357625127340-85","ec-person-2966d69fae0ea4e67f3f2df5a743cc766267d3c8","ec-person-0e3efd8bc1c3ee9a80205d0bb78f316fa1621e5d"]}} -{"id":"ec-meeting-2019-10-22-c5943e1e0dc30126c06a9faf186260e5d46e470f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-10-22 - Mobility and Transport x Airbus"],"date":["2019-10-22"],"summary":["Visit of Airbus facility"],"location":["Singapore"],"address":["Singapore"],"addressEntity":["addr-20c0b7bdab70ca2cc9c844a0d74a3af0bbf41c3e"],"organizer":["ec-dg-move"],"involved":["eu-tr-2732167674-76","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2019-10-22-fc97780e49891555ff9d5be94e733e0f5bc6308a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-10-22 - Cabinet of Vice-President Valdis Dombrovskis x European Fund and Asset Management Association"],"date":["2019-10-22"],"summary":["CMU, sustainable finance"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-30d770ccd575865b3106f94220ce1ace16e48f1a","eu-tr-3373670692-24"]}} -{"id":"ec-meeting-2019-10-23-27b671f98138352ced85e1eb4941213076890a2e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-10-23 - Mobility and Transport x None"],"date":["2019-10-23"],"summary":["EU-Singapore relations"],"location":["Singapore"],"address":["Singapore"],"addressEntity":["addr-20c0b7bdab70ca2cc9c844a0d74a3af0bbf41c3e"],"organizer":["ec-dg-move"],"involved":["eu-tr-614220318268-60","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2","eu-tr-940591523693-85"]}} -{"id":"ec-meeting-2019-10-23-2c3ebecffc5d7ad53ad7714fd63a24723a137fe5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-10-23 - Cabinet of First Vice-President Frans Timmermans x University of Cambridge"],"date":["2019-10-23"],"summary":["discussion on EU Sustainable Development Actions and business leadership"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["ec-person-8d1c5ff76a431332387aa10936b0bff13f7d71fd","eu-tr-420093131813-97"]}} -{"id":"ec-meeting-2019-10-23-49cc2025277b6cef2b7385ba028ccf35bf7f00e0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-10-23 - Energy x APPLiA (Home Appliance Europe)"],"date":["2019-10-23"],"summary":["Clean energy transition and energy efficiency"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["ec-person-9c0f33ecb9f6badd5f4b5f1a4bd7677e18a52a22","eu-tr-04201463642-88"]}} -{"id":"ec-meeting-2019-10-23-57d8434c065f6f8e80605a7bedb93e01c575eb4f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-10-23 - Trade x Wirtschaftsvereinigung Stahl"],"date":["2019-10-23"],"summary":["EU-US relations, Trade defence measures"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-trade"],"involved":["eu-tr-75755621888-61","ec-person-2045c2589da3988908fcfe731e8224e7e06a7c63"]}} -{"id":"ec-meeting-2019-10-23-7ec749de2bcd3837bb36944b011ce0b29be2ad8d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-10-23 - Employment, Social Affairs and Inclusion x Federatie Nederlandse Vakbeweging"],"date":["2019-10-23"],"summary":["Courtesy meeting with Ms Tuur Elzinga, Vice-President FNV, NL trade union, to discuss main legislative files."],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-empl"],"involved":["eu-tr-848077116912-21","ec-person-dd259fce880e1853f0beb087443bce6e7dea70d7"]}} -{"id":"ec-meeting-2019-10-23-a388f6054b73f140ca2c0287ad5303701f41dec9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-10-23 - Health and Food Safety x World Marrow Donor Association"],"date":["2019-10-23"],"summary":["revision of EU legislation in certain areas in order to maintain the safety and quality of stem cells for transplantation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-sante"],"involved":["ec-person-42d2108d723f9b9017ed589e3271e3156172daa7","eu-tr-843707428180-27"]}} -{"id":"ec-meeting-2019-10-23-d4ea51257b8fb5ad623c39ae534b70b4f479de32","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-10-23 - Trade x FoodDrinkEurope"],"date":["2019-10-23"],"summary":["EU Trade Policy, EU Agri-Food Sector"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-trade"],"involved":["ec-person-2045c2589da3988908fcfe731e8224e7e06a7c63","eu-tr-75818824519-45"]}} -{"id":"ec-meeting-2019-10-23-e9a8ed15b820888fc498f2eb6f7557b005f21d24","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-10-23 - Environment x European Alliance to Save Energy"],"date":["2019-10-23"],"summary":["Energy and water savings"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-env"],"involved":["eu-tr-37816636575-51","ec-person-3bc74ce04ea3f4ab4d91a5c88eef25b8b8a213b4"]}} -{"id":"ec-meeting-2019-10-24-1160e7477c047ab6225a924138d116d570c012fd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-10-24 - Energy x The Coalition for Energy Savings"],"date":["2019-10-24"],"summary":["Clean energy transition and energy efficiency"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-72911566925-69","ec-person-9c0f33ecb9f6badd5f4b5f1a4bd7677e18a52a22"]}} -{"id":"ec-meeting-2019-10-24-281e40ef0c34a104953c5f4e5eb2b83da373c821","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-10-24 - Cabinet of Vice-President Jyrki Katainen x European farmers"],"date":["2019-10-24"],"summary":["CAP reform"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-44856881231-49","ec-person-ccd2797b568cba38993df7d1dcc985dbc1eb439a"]}} -{"id":"ec-meeting-2019-10-24-43a90784726008451fd2a8d0660066ae7ae760e9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-10-24 - Cabinet of Vice-President Günther Oettinger x Gesamtverband der Deutschen Versicherungswirtschaft e.V."],"date":["2019-10-24"],"summary":["MFF and InvestEU"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-6437280268-55","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2019-10-24-6341375a47bcc33005e7f0c353a6d64dc6bcb831","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-10-24 - Cabinet of Vice-President Günther Oettinger x Forum Institut für Management GmbH"],"date":["2019-10-24"],"summary":["Energy Policy"],"notes":["Portfolio: Budget & Human Resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["eu-tr-715232724561-42","ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"]}} -{"id":"ec-meeting-2019-10-24-6855c52ac9ef52e125a911a949ecea953a5f0c48","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-10-24 - Cabinet of Commissioner Margrethe Vestager x The Danish Chamber of Commerce"],"date":["2019-10-24"],"summary":["Meeting to discuss the \"Commission's state aid enforcement policy on tax cases\""],"notes":["Portfolio: Competition"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-margrethe-of-vestager"],"involved":["eu-tr-0330934426-12","ec-person-8d2d6fe7ff3bd06b3c81b2e21aac502c20d5d68f"]}} -{"id":"ec-meeting-2019-10-24-6b420dfa9a29d5c3abd13e2d9f8d305f43c57098","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-10-24 - Climate Action x BUSINESSEUROPE"],"date":["2019-10-24"],"summary":["European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-clima"],"involved":["ec-person-9c5c685692a09a77f2bc8ae9c05663b87cd75aae","eu-tr-3978240953-79"]}} -{"id":"ec-meeting-2019-10-24-829a462e322047597f04ce8df3cfac7148f30dde","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-10-24 - Cabinet of Commissioner Tibor Navracsics x Amway"],"date":["2019-10-24"],"summary":["the perspectives of the new Commissioner’s agenda"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-1da7ee09d46288ee4ea9db2b644bdcf9c3d6d000","eu-tr-194220411820-41"]}} -{"id":"ec-meeting-2019-10-24-94c1ff6b014de0cb0c3655547a8d61a9125dac90","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-10-24 - Research and Innovation x Carnegie Climate Governance Initiative"],"date":["2019-10-24"],"summary":["Global governance for technologies to cope with climate change"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-rtd"],"involved":["eu-tr-527859836242-31","ec-person-1d348f33395de0ea6773a7b4ae8797e3e0392f73"]}} -{"id":"ec-meeting-2019-10-24-c2c34b5357685918f96cf987d96987595c6af5c8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-10-24 - Cabinet of Vice-President Karmenu Vella x World Resources Institute"],"date":["2019-10-24"],"summary":["sustainable finance for the blue economy"],"notes":["Portfolio: Environment, Maritime Affairs and Fisheries"],"location":["Oslo"],"address":["Oslo"],"addressEntity":["addr-bcc48172e05cafa61c2a2e8f12de220fdb1385b3"],"organizer":["ec-cabinet-karmenu-of-president-vella-vice"],"involved":["eu-tr-581250215524-23","ec-person-2966d69fae0ea4e67f3f2df5a743cc766267d3c8","ec-person-0e3efd8bc1c3ee9a80205d0bb78f316fa1621e5d"]}} -{"id":"ec-meeting-2019-10-24-ec5c7de22a98f8b38ee088923d1b6b549aa2a48a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-10-24 - Mobility and Transport x Neste Oyj"],"date":["2019-10-24"],"summary":["sustainable alternative fuels production and perspectives"],"location":["Singapore"],"address":["Singapore"],"addressEntity":["addr-20c0b7bdab70ca2cc9c844a0d74a3af0bbf41c3e"],"organizer":["ec-dg-move"],"involved":["ec-person-26cdfacae671b09917bee1a91c91973941fa58a2","eu-tr-10257354120-19"]}} -{"id":"ec-meeting-2019-10-25-410d3d901789e3db227f4d452e4d29d63603b5e6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-10-25 - Cabinet of First Vice-President Frans Timmermans x Unilever"],"date":["2019-10-25"],"summary":["discussion on Sustainability and circular economy"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-6200524920-25","ec-person-8d1c5ff76a431332387aa10936b0bff13f7d71fd"]}} -{"id":"ec-meeting-2019-10-25-a1e339c52dc2352ae515410b189e2c540bae4365","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-10-25 - Cabinet of Vice-President Jyrki Katainen x European Chemical Industry Council"],"date":["2019-10-25"],"summary":["Role of chemical industry in the transformation of European economy into circular"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Helsinki"],"address":["Helsinki"],"addressEntity":["addr-98dc71700228eb053aa75f338c9a8b5bcef38679"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90","eu-tr-64879142323-90"]}} -{"id":"ec-meeting-2019-10-25-d068f8e62cc50f1e0da0276c5f39f15519ce1515","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-10-25 - Cabinet of Commissioner Christos Stylianides x European Institute of Peace"],"date":["2019-10-25"],"summary":["exchange of views"],"notes":["Portfolio: Humanitarian Aid & Crisis Management"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-cabinet-christos-commissioner-of-stylianides"],"involved":["ec-person-becb860ca4c4e8da70ae969e747cf49914810b59","ec-person-cdd689bd079714522dad472ea4446b0fcc660d8f","eu-tr-272784617259-33"]}} -{"id":"ec-meeting-2019-10-28-7051ebece75d667ef3585381da207fed5fd50174","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-10-28 - Environment x DIGITALEUROPE"],"date":["2019-10-28"],"summary":["Digital and sustainability"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-env"],"involved":["eu-tr-64270747023-20","ec-person-3bc74ce04ea3f4ab4d91a5c88eef25b8b8a213b4"]}} -{"id":"ec-meeting-2019-10-28-d9088d6588147dad2e7f33e12cf6a642448f5990","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-10-28 - Cabinet of First Vice-President Frans Timmermans x Potsdam-Institut für Klimafolgenforschung"],"date":["2019-10-28"],"summary":["Climate"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["ec-person-966667b73d92624be9bb019c2baab7e52331b3d3","eu-tr-735637118430-74"]}} -{"id":"ec-meeting-2019-10-29-0460b3ed7c47fed19fc702bda214045d348c892a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-10-29 - Cabinet of Vice-President Valdis Dombrovskis x Confederation of European Waste-to-Energy Plants European Federation of Waste Management and Environmental Services"],"date":["2019-10-29"],"summary":["waste management policy, circle economy, EU taxonomy"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-7899845424-69","eu-tr-2157643512-49","ec-person-537401fc0be04984531b83660f416bf2fe14fbd8"]}} -{"id":"ec-meeting-2019-10-29-776eec306749dd54812a3ceb4db7f9741963f2d3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-10-29 - Secretariat-General x Centre for European Policy Studies"],"date":["2019-10-29"],"summary":["Request by CEPS to discuss Ms Juhansone's possible participation in CEPS Ideas Lab on 5/6 March 2020"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-sg"],"involved":["ec-person-6fde96d3b1e5bfc1dff081b7362d5ae9bd8291ac","eu-tr-86853666704-95"]}} -{"id":"ec-meeting-2019-10-29-7f0dcc7224069120e97a69ff81b1651ed5254658","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-10-29 - Cabinet of Vice-President Jyrki Katainen x Maa- ja metsätaloustuottajain Keskusliitto – Central Union of Agricultural Producers and Forest Owners"],"date":["2019-10-29"],"summary":["CAP reform"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-56039441735-48","ec-person-ccd2797b568cba38993df7d1dcc985dbc1eb439a"]}} -{"id":"ec-meeting-2019-10-29-d04f5649ef452b2de47c632b8176166caafbfb0b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-10-29 - Task Force for Relations with the United Kingdom x CCI France"],"date":["2019-10-29"],"summary":["Meeting with the Task Force for Relations with the United Kingdom"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-uktf"],"involved":["ec-person-864cfa5fbc9b02a079ffbab1107f252c7bb08478","eu-tr-569014231604-54"]}} -{"id":"ec-meeting-2019-10-29-ff34f1e0ff2bf958e696bd668c3c764b285b4b3a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-10-29 - Cabinet of Vice-President Valdis Dombrovskis x Federation of European Securities Exchanges"],"date":["2019-10-29"],"summary":["CMU"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-71488206456-23","ec-person-30d770ccd575865b3106f94220ce1ace16e48f1a"]}} -{"id":"ec-meeting-2019-10-30-18d8631e7a789ddec19b5d3617129b2569bf4780","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-10-30 - Health and Food Safety x Union of European Beverages Association"],"date":["2019-10-30"],"summary":["UNESDA will present its Aspirations for the next five years, addressing the three core areas of Sustainability, Responsibility and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-sante"],"involved":["eu-tr-25492952296-56","ec-person-42d2108d723f9b9017ed589e3271e3156172daa7"]}} -{"id":"ec-meeting-2019-10-30-196f40e72d092dd8de6d6182e16d1034b754edd7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-10-30 - Agriculture and Rural Development x European agri-cooperatives European farmers"],"date":["2019-10-30"],"summary":["Cap refrom post 2020, trade related aspects"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-agri"],"involved":["eu-tr-09586631237-74","eu-tr-44856881231-49","ec-person-7bc7204a153f98afbf1ad1cffbdd10d06d9ae166"]}} -{"id":"ec-meeting-2019-10-30-3f9f66f8c0ebb027bf98b31d1f00d6217fdef3bd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-10-30 - Cabinet of Commissioner Margrethe Vestager x EUROPEAN TRADE UNION CONFEDERATION"],"date":["2019-10-30"],"summary":["Meeting to discuss the ETUC priorities for the new mandate of the EU Institutions"],"notes":["Portfolio: Competition"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-margrethe-of-vestager"],"involved":["ec-person-baa1c172df109ebd1f0307bccb5e21aec66c7a25","eu-tr-06698681039-26"]}} -{"id":"ec-meeting-2019-10-31-083efecc47f1403f717edee3224c1cc4a1bca9fb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-10-31 - Cabinet of Commissioner Tibor Navracsics x ICMP - The global voice of music publishing"],"date":["2019-10-31"],"summary":["handover next cabinet"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-49f31dad10f5641cb1d1e4c3107dd838389e8120","eu-tr-65684839099-72"]}} -{"id":"ec-meeting-2019-10-31-36a293022207d6e9223033ec20bdf932d20c1fe6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-10-31 - Trade x DIGITALEUROPE"],"date":["2019-10-31"],"summary":["Digital issues, US-China trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-trade"],"involved":["ec-person-2045c2589da3988908fcfe731e8224e7e06a7c63","eu-tr-64270747023-20"]}} -{"id":"ec-meeting-2019-10-31-73b7d813c969c178fa06984befd1f516ed999437","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-10-31 - Cabinet of Vice-President Valdis Dombrovskis x Lloyd's of London Freshfields Bruckhaus Deringer LLP"],"date":["2019-10-31"],"summary":["Solvency II, Fintech"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-443913019286-78","ec-person-30d770ccd575865b3106f94220ce1ace16e48f1a","eu-tr-07203323308-65"]}} -{"id":"ec-meeting-2019-11-04-35fbba66710567d207050d5bdf02934387767c0c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-11-04 - Financial Stability, Financial Services and Capital Markets Union x AMUNDI AM"],"date":["2019-11-04"],"summary":["Sustainable finance"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-94607479886-02","ec-person-bdee7a93f95c8ef05079539170139b3c02e8ed96"]}} -{"id":"ec-meeting-2019-11-04-4e827167ca57d46ba0586c13b5baa1ac6b0df669","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-11-04 - Health and Food Safety x SMEunited aisbl"],"date":["2019-11-04"],"summary":["SME policy for the new legislative term"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-sante"],"involved":["eu-tr-55820581197-35","ec-person-42d2108d723f9b9017ed589e3271e3156172daa7"]}} -{"id":"ec-meeting-2019-11-04-753c65b626bdbd97f25f41e9244eddcc32c77640","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-11-04 - Cabinet of Commissioner Vytenis Andriukaitis x Medtronic"],"date":["2019-11-04"],"summary":["Medical devices"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["eu-tr-503957813562-10","ec-person-d462b3c7daeee00ad55e380a7fb96819f79899df"]}} -{"id":"ec-meeting-2019-11-04-81c20dd497643d697a12ff328c2b5dec74115d62","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-11-04 - Energy x Eurocities"],"date":["2019-11-04"],"summary":["The role of the citites in the clean energy transition"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["ec-person-9c0f33ecb9f6badd5f4b5f1a4bd7677e18a52a22","eu-tr-12493392840-79"]}} -{"id":"ec-meeting-2019-11-04-e2d73cd6755be9b086eee45a63fab70aa6167527","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-11-04 - Employment, Social Affairs and Inclusion x Deutscher Gewerkschaftsbund"],"date":["2019-11-04"],"summary":["Commissions political priorities for the coming years in the policy fields which lies in the competence of DG EMPL, such as the European Minimum wage and Minimum Income or the regulation of the platform economy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-empl"],"involved":["eu-tr-07595112423-87","ec-person-dd259fce880e1853f0beb087443bce6e7dea70d7"]}} -{"id":"ec-meeting-2019-11-05-15e7a15bfa7e882cf0e22d02bda86200021432d3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-11-05 - Cabinet of Vice-President Valdis Dombrovskis x The Bank of New York Mellon"],"date":["2019-11-05"],"summary":["CMU, sustainable finance"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-30d770ccd575865b3106f94220ce1ace16e48f1a","eu-tr-980942613952-12"]}} -{"id":"ec-meeting-2019-11-05-299e64fe296d12cde55a636af2984204c34e9eba","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-11-05 - Cabinet of Vice-President Maroš Šefčovič x Hyundai Motor Company Brussels Office"],"date":["2019-11-05"],"summary":["Low emission mobility and battery alliance"],"notes":["Portfolio: Energy Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-67224683333-27","ec-person-e74918e8eb8a9ef96da8cb06c0eae7ac5080d822","ec-person-1f95be23689cd4ed0a26fe2980f760ccf2d55c1e"]}} -{"id":"ec-meeting-2019-11-05-2c84e0b75974e3abe000796913c46e78b15a62fd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-11-05 - Internal Market, Industry, Entrepreneurship and SMEs x Forest-based Sector Technology Platform"],"date":["2019-11-05"],"summary":["Discuss Forest based sector challenges and climate effect"],"location":["BREY-Brussels"],"address":["BREY-Brussels"],"addressEntity":["addr-d44a5833caa26834c3898a8945679a31285bd2ac"],"organizer":["ec-dg-grow"],"involved":["eu-tr-96415319324-88","ec-person-6299e47fea20df86a1b90bd5b033006b2cb35b5e"]}} -{"id":"ec-meeting-2019-11-05-4972fb935d8b5fb52e2fb2185470692358fda074","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-11-05 - Energy x Green Power Denmark"],"date":["2019-11-05"],"summary":["Presentation. European decarbonisation efforts and the role of DSOs"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["ec-person-9c0f33ecb9f6badd5f4b5f1a4bd7677e18a52a22","eu-tr-1733114388-50"]}} -{"id":"ec-meeting-2019-11-05-4e73fcf1f4e62fe940f8dc39db091c0f6ebff5fe","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-11-05 - Mobility and Transport x Emirates Airline"],"date":["2019-11-05"],"summary":["aviation issues"],"location":["Kuwait"],"address":["Kuwait"],"addressEntity":["addr-93295b0c76b900da760a8e0f2e9a29a1ba4b0f4c"],"organizer":["ec-dg-move"],"involved":["eu-tr-501968312339-22","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2019-11-05-525571c2c039e42df59332093935df40800a3716","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-11-05 - Cabinet of Vice-President Valdis Dombrovskis x 450"],"date":["2019-11-05"],"summary":["Climate Currency"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-158170636163-44","ec-person-537401fc0be04984531b83660f416bf2fe14fbd8"]}} -{"id":"ec-meeting-2019-11-05-5bbd1d7cc704fca96b943bfc72d9d22727622417","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-11-05 - Cabinet of Vice-President Miguel Arias Cañete x Hyundai Motor Company Brussels Office"],"date":["2019-11-05"],"summary":["Latest developments in the field of energy and climate policies in relation to road transportation"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-67224683333-27","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd"]}} -{"id":"ec-meeting-2019-11-05-6646e4b33a48b7c4fd5a3c3fdfa7b16c5c67c999","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-11-05 - Mobility and Transport x International Air Transport Association"],"date":["2019-11-05"],"summary":["avation issues"],"location":["Kuwait"],"address":["Kuwait"],"addressEntity":["addr-93295b0c76b900da760a8e0f2e9a29a1ba4b0f4c"],"organizer":["ec-dg-move"],"involved":["eu-tr-1805107590-28","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2019-11-05-a951473b1de996fc66e9de611590a4a42bd62446","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-11-05 - Cabinet of Vice-President Valdis Dombrovskis x Raiffeisen Bank International AG"],"date":["2019-11-05"],"summary":["Basel III, sustainable finance, AML"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-33858106461-10","ec-person-30d770ccd575865b3106f94220ce1ace16e48f1a","ec-person-a9eda2e8ea54b70a968327672c6cada679d3cd56"]}} -{"id":"ec-meeting-2019-11-05-afcf8ec288474be101f55312f37ca71d4f00855b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-11-05 - Cabinet of Vice-President Valdis Dombrovskis x Polenergia S.A."],"date":["2019-11-05"],"summary":["EU-Ukraine energy bridge"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-b2d41137decbf33bc8076a41bfe11b68d501a7a0","eu-tr-030967632488-45"]}} -{"id":"ec-meeting-2019-11-05-d70fa288f1cbc0379536f28b3074cb345b921cb2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-11-05 - Energy x EPIA SolarPower Europe"],"date":["2019-11-05"],"summary":["Conference \"Digital Solar and Storage\"/ Speech: The role of new technologies in the clean energy transition"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-2680046412-48","ec-person-9c0f33ecb9f6badd5f4b5f1a4bd7677e18a52a22"]}} -{"id":"ec-meeting-2019-11-05-d74ebb4a53195cf46d84f3622d1e8bce6015a120","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-11-05 - Cabinet of First Vice-President Frans Timmermans x Climate Action Network Europe"],"date":["2019-11-05"],"summary":["Discussion on sustainability, including environmental and climate policies"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-55888811123-49","ec-person-966667b73d92624be9bb019c2baab7e52331b3d3"]}} -{"id":"ec-meeting-2019-11-05-ff96e40fb23b03b6c3f04ba9e03b99cb55acb09f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-11-05 - Financial Stability, Financial Services and Capital Markets Union x EUROFI"],"date":["2019-11-05"],"summary":["EUROFI agenda"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-fisma"],"involved":["ec-person-bdee7a93f95c8ef05079539170139b3c02e8ed96","eu-tr-525103133519-45"]}} -{"id":"ec-meeting-2019-11-06-03210c3d659cd03619e61413604d264d44ff8669","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-11-06 - Cabinet of First Vice-President Frans Timmermans x Tony Blair Institute for Global Change"],"date":["2019-11-06"],"summary":["Climate change"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-820300530953-18","ec-person-966667b73d92624be9bb019c2baab7e52331b3d3"]}} -{"id":"ec-meeting-2019-11-06-38118f620fc7f77e0542be3fbc3061a0a65c78f8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-11-06 - Cabinet of Commissioner Marianne Thyssen x Stiftung Ordnungspolitik - Centrum für Europäische Politik"],"date":["2019-11-06"],"summary":["Social security coordination"],"notes":["Portfolio: Employment, Social Affairs, Skills and Labour Mobility"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-marianne-of-thyssen"],"involved":["eu-tr-488753210783-18","ec-person-1e6d909aad1f2307a242bda5cf505005637affa6"]}} -{"id":"ec-meeting-2019-11-06-5db328eb0094463aa72e9448caf11af50c4eebbe","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-11-06 - Cabinet of Vice-President Günther Oettinger x Genossenschaftsverband Bayern"],"date":["2019-11-06"],"summary":["MFF"],"notes":["Portfolio: Budget & Human Resources"],"location":["BXL"],"address":["BXL"],"addressEntity":["addr-d2fde52f67ea4a3e1fe233d0a959d6a1c77fd910"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["ec-person-1a98ebdc65a0fda494d1f6eb6fb74247a3036490","eu-tr-215801528562-26"]}} -{"id":"ec-meeting-2019-11-06-90544f34d2b36b801d49ef567e52118512a821dc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-11-06 - Energy x BUSINESSEUROPE"],"date":["2019-11-06"],"summary":["Green Deal and the next steps in EU Energy policy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-3978240953-79","ec-person-9c0f33ecb9f6badd5f4b5f1a4bd7677e18a52a22"]}} -{"id":"ec-meeting-2019-11-06-918e4009f6310dabfab6c2e989803b4b4752fbe9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-11-06 - Cabinet of First Vice-President Frans Timmermans x Deutscher Naturschutzring, Dachverband der deutschen Natur-, Tier- und Umweltschutzverbände (DNR) e.V."],"date":["2019-11-06"],"summary":["Discussion on climate action prospects in Europe and Germany"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-98430135820-35","ec-person-0eaac943e895c47df1465dda6c94e671c5081e0a"]}} -{"id":"ec-meeting-2019-11-06-bbbb3c26c36de01871d6c8a40ca6bedf19f063a3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-11-06 - Internal Market, Industry, Entrepreneurship and SMEs x European Telecommunications Standards Institute"],"date":["2019-11-06"],"summary":["Meeting CEN+CENELEC+ETSI to discuss prioritisation of standardisation"],"location":["BREY-Brussels"],"address":["BREY-Brussels"],"addressEntity":["addr-d44a5833caa26834c3898a8945679a31285bd2ac"],"organizer":["ec-dg-grow"],"involved":["ec-person-6299e47fea20df86a1b90bd5b033006b2cb35b5e","eu-tr-474710916419-15"]}} -{"id":"ec-meeting-2019-11-06-be95cac9e0128d67af21864c1ae560f649dd5564","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-11-06 - Cabinet of First Vice-President Frans Timmermans x Zero Waste Europe"],"date":["2019-11-06"],"summary":["discussion on sustainability and plastics"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-47806848200-34","ec-person-8d1c5ff76a431332387aa10936b0bff13f7d71fd"]}} -{"id":"ec-meeting-2019-11-06-c12f5a766732b01460b7dc56a6bb452d8b770c48","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-11-06 - Environment x Agrupación de fabricantes de cemento de España"],"date":["2019-11-06"],"summary":["Soil sealing"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-env"],"involved":["eu-tr-812232130793-17","ec-person-3bc74ce04ea3f4ab4d91a5c88eef25b8b8a213b4"]}} -{"id":"ec-meeting-2019-11-06-e1627783399ed9d48bb88ba7288ea3a53d2100e6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-11-06 - Cabinet of First Vice-President Frans Timmermans x Fern"],"date":["2019-11-06"],"summary":["Discussion on sustainable development, environmental protection and the rights of the indigenous people"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["ec-person-966667b73d92624be9bb019c2baab7e52331b3d3","eu-tr-40538475090-82"]}} -{"id":"ec-meeting-2019-11-06-e4de2c51cf159cf0aff1ed80e8ee236e61f3772d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-11-06 - Education, Youth, Sport and Culture x Friends of Europe"],"date":["2019-11-06"],"summary":["Exchange of views with President of FoE, Mr.Cami, on the EU-Africa Alliance, the EU Young Leaders Program and cooperation, as well as education, notably the objectives and perspectives of the European Education Area and the Digital Skills Agenda for the next mandate."],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-eac"],"involved":["ec-person-68d4f99b9ed1b40d86ebbf81f8f35aeebd6c5fc5","eu-tr-99436366768-45"]}} -{"id":"ec-meeting-2019-11-06-eb3b04e3460f10904609df792197a27600eae75d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-11-06 - Energy x smartEn Smart Energy Europe European Association of Electrical Contractors EPIA SolarPower Europe Eurelectric aisbl European Heat Pump Association WindEurope Stichting European Climate Foundation European Copper Institute The European Association for Electromobility"],"date":["2019-11-06"],"summary":["Keynote speech : powering the European Green Deal"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-4271427696-87","eu-tr-2680046412-48","eu-tr-04134171823-87","eu-tr-23643001178-02","eu-tr-64869491516-70","eu-tr-9089874181-55","ec-person-9c0f33ecb9f6badd5f4b5f1a4bd7677e18a52a22","eu-tr-269727723042-29","eu-tr-19920706471-21","eu-tr-569379418624-07"]}} -{"id":"ec-meeting-2019-11-07-1f3b4d0788d855918131a4e2ee251364002eed40","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-11-07 - Cabinet of First Vice-President Frans Timmermans x Peter G. Peterson Institute for International Economics"],"date":["2019-11-07"],"summary":["Economic aspects of climate change and sustainability challenges"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussel"],"address":["Brussel"],"addressEntity":["addr-62ff8a238a97c72453d6fc3e5cd26a143cd991e7"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-245016733415-68","ec-person-966667b73d92624be9bb019c2baab7e52331b3d3"]}} -{"id":"ec-meeting-2019-11-07-2db5f6a38a3e5c12e1f043c78f5dd459769dde6e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-11-07 - Cabinet of First Vice-President Frans Timmermans x Carnegie Climate Governance Initiative"],"date":["2019-11-07"],"summary":["Discussion on international governance for climate-altering technologies"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-527859836242-31","ec-person-0eaac943e895c47df1465dda6c94e671c5081e0a"]}} -{"id":"ec-meeting-2019-11-07-5c1c4ca1838db896e4d8b4c935331d07e4d882c5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-11-07 - Cabinet of First Vice-President Frans Timmermans x H & M Hennes & Mauritz AB"],"date":["2019-11-07"],"summary":["discussion on circular economy and textiles"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-937959014241-02","ec-person-8d1c5ff76a431332387aa10936b0bff13f7d71fd"]}} -{"id":"ec-meeting-2019-11-07-6572dce0373737f2e610b24f7e380a7c84b95871","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-11-07 - Communications Networks, Content and Technology x Association des Constructeurs Européens d'Automobiles"],"date":["2019-11-07"],"summary":["Mobility in Europe - Introduction of ACEA Manifesto"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-0649790813-47","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2019-11-07-b5f237532faed9e0dbdc6f24dd6a6c643f2a9636","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-11-07 - Climate Action x Statkraft AS Fortum Oyj Vattenfall"],"date":["2019-11-07"],"summary":["European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-clima"],"involved":["ec-person-9c5c685692a09a77f2bc8ae9c05663b87cd75aae","eu-tr-12955024114-93","eu-tr-03501997362-71","eu-tr-96327066302-56"]}} -{"id":"ec-meeting-2019-11-07-ed65381b8e537509c50a939fe0f803ddb7407a96","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-11-07 - Cabinet of First Vice-President Frans Timmermans x Amnesty International Limited Open Society European Policy Institute"],"date":["2019-11-07"],"summary":["Rule of Law"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-8557515321-37","eu-tr-11063928073-34","ec-person-01b0efc259ff923af8b8d082662adf4ce30869d3"]}} -{"id":"ec-meeting-2019-11-08-2a7d0248ea25dee2b9ef4f462f219f43d78ef331","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-11-08 - Cabinet of Commissioner Elżbieta Bieńkowska x Business Bridge Europe"],"date":["2019-11-08"],"summary":["space policy"],"notes":["Portfolio: Internal Market, Industry, Entrepreneurship and SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"involved":["ec-person-d2997a7f359c91a337055c3e24dd36bf928de38d","eu-tr-72856225852-31"]}} -{"id":"ec-meeting-2019-11-08-3286414a6f142f327675b20af7255c98f099906d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-11-08 - Cabinet of Vice-President Johannes Hahn x Human Rights Watch"],"date":["2019-11-08"],"summary":["Relations with Turkey"],"notes":["Portfolio: European Neighbourhood Policy & Enlargement Negotiations"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-hahn-johannes-of-president-vice"],"involved":["ec-person-1bd6315557d4f517e4fc1efe48b88b93ae820d5a","eu-tr-56362448807-46"]}} -{"id":"ec-meeting-2019-11-08-81e0398f8137a0300d5d408a8ed44bc7d5537c5e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-11-08 - Energy x Fagligt Fælles Forbund"],"date":["2019-11-08"],"summary":["Social balance in european green transition and investments"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["ec-person-9c0f33ecb9f6badd5f4b5f1a4bd7677e18a52a22","eu-tr-790395022789-84"]}} -{"id":"ec-meeting-2019-11-08-e886871dd8a3245463a5d60fe1c436ae12bd3b11","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-11-08 - Cabinet of Vice-President Günther Oettinger x EU-MAP Consulting Ltd"],"date":["2019-11-08"],"summary":["MFF"],"notes":["Portfolio: Budget & Human Resources"],"location":["BXL"],"address":["BXL"],"addressEntity":["addr-d2fde52f67ea4a3e1fe233d0a959d6a1c77fd910"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["ec-person-1a98ebdc65a0fda494d1f6eb6fb74247a3036490","eu-tr-786682123800-93"]}} -{"id":"ec-meeting-2019-11-09-6923bf63e1ed7472ce80a8201cb9e6da4f680d6a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-11-09 - Internal Market, Industry, Entrepreneurship and SMEs x Elisa Oyj"],"date":["2019-11-09"],"summary":["Discuss Work programme of the new Commission and the legacy of Juncker Commission"],"location":["Helsinki, Finland"],"address":["Helsinki, Finland"],"addressEntity":["addr-503f4794e483acbce8e2c42812ac35d426a412d9"],"organizer":["ec-dg-grow"],"involved":["ec-person-6299e47fea20df86a1b90bd5b033006b2cb35b5e","eu-tr-287872416724-91"]}} -{"id":"ec-meeting-2019-11-11-73387611b9ef26c62af2cdf4a105e679e0b88fbb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-11-11 - Health and Food Safety x European Patients' Forum (EPF)"],"date":["2019-11-11"],"summary":["To give a speech at the give to contribute to the opening Plenary Session of EPF Congress “Advancing Meaningful Patient Involvement – A path to effective health systems”."],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-sante"],"involved":["eu-tr-61911227368-75","ec-person-42d2108d723f9b9017ed589e3271e3156172daa7"]}} -{"id":"ec-meeting-2019-11-11-73d81f15f0dabc59c9f190e3da7573461a519595","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-11-11 - Cabinet of Vice-President Jyrki Katainen x KONE Corporation"],"date":["2019-11-11"],"summary":["climate change"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Helsinki"],"address":["Helsinki"],"addressEntity":["addr-98dc71700228eb053aa75f338c9a8b5bcef38679"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90","eu-tr-390498234996-75"]}} -{"id":"ec-meeting-2019-11-11-a4ce15eb5fccd50329b8f1ba7d423fc40c0046f1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-11-11 - Cabinet of Vice-President Valdis Dombrovskis x FTI Consulting Belgium Citadel LLC"],"date":["2019-11-11"],"summary":["MiFID II review"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-30d770ccd575865b3106f94220ce1ace16e48f1a","eu-tr-836939615933-24","eu-tr-29896393398-67"]}} -{"id":"ec-meeting-2019-11-12-0640c37151c5b74e65cb2daa250c71c25d7ec2e4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-11-12 - Cabinet of First Vice-President Frans Timmermans x Vereniging VNO-NCW"],"date":["2019-11-12"],"summary":["discussion on business and sustainable development"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-13255254129-80","ec-person-8d1c5ff76a431332387aa10936b0bff13f7d71fd"]}} -{"id":"ec-meeting-2019-11-12-73387611b9ef26c62af2cdf4a105e679e0b88fbb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-11-12 - Health and Food Safety x European Patients' Forum (EPF)"],"date":["2019-11-12"],"summary":["participation in high level forum"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-sante"],"involved":["eu-tr-61911227368-75","ec-person-42d2108d723f9b9017ed589e3271e3156172daa7"]}} -{"id":"ec-meeting-2019-11-12-bc7957344dcd3030ef21d2a8786ab25068802b0e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-11-12 - Cabinet of First Vice-President Frans Timmermans x Institute for European Environmental Policy"],"date":["2019-11-12"],"summary":["discussion on sustainable development policies"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-934329423960-72","ec-person-8d1c5ff76a431332387aa10936b0bff13f7d71fd"]}} -{"id":"ec-meeting-2019-11-12-c1c7f696c965d21f7203375f754e902dda205ac7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-11-12 - Cabinet of Vice-President Cecilia Malmström x AeroSpace and Defence Industries Association of Europe"],"date":["2019-11-12"],"summary":["Discussion on WTO reform and some aspects of the EU-US and EU-China relationships"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["ec-person-ce1312d2a248f71fe74eed58aa5915cfa445bbba","ec-person-171e0bfe7e56605212c3c6e618a5d2d7fc23f75f","eu-tr-72699997886-57"]}} -{"id":"ec-meeting-2019-11-12-d068f8e62cc50f1e0da0276c5f39f15519ce1515","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-11-12 - Cabinet of Commissioner Christos Stylianides x European Institute of Peace"],"date":["2019-11-12"],"summary":["Developments in the Eastern Mediterranean"],"notes":["Portfolio: Humanitarian Aid & Crisis Management"],"location":["Brussels, Berlaymont"],"address":["Brussels, Berlaymont"],"addressEntity":["addr-2d842da4e8cf3dbd0304d45e6b874d5f0aa57edf"],"organizer":["ec-cabinet-christos-commissioner-of-stylianides"],"involved":["ec-person-becb860ca4c4e8da70ae969e747cf49914810b59","eu-tr-272784617259-33"]}} -{"id":"ec-meeting-2019-11-12-d53a18aeb4053fa2586635209eea8845ede15bc1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-11-12 - Employment, Social Affairs and Inclusion x Netherlands house for Education and Research"],"date":["2019-11-12"],"summary":["Commission's priorities in the field of Skills and Education."],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-empl"],"involved":["eu-tr-01678796979-90","ec-person-dd259fce880e1853f0beb087443bce6e7dea70d7"]}} -{"id":"ec-meeting-2019-11-12-e2a37c0fc4bae26c2e8a524689387ba44e373547","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-11-12 - Cabinet of Vice-President Günther Oettinger x Konrad-Adenauer-Stiftung"],"date":["2019-11-12"],"summary":["MFF"],"notes":["Portfolio: Budget & Human Resources"],"location":["BXL"],"address":["BXL"],"addressEntity":["addr-d2fde52f67ea4a3e1fe233d0a959d6a1c77fd910"],"organizer":["ec-cabinet-gunther-oettinger-of-president-vice"],"involved":["ec-person-1a98ebdc65a0fda494d1f6eb6fb74247a3036490","eu-tr-510151427278-94"]}} -{"id":"ec-meeting-2019-11-12-f3113fe54b5761a7c98c4876b4c43469c959fcc6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-11-12 - Cabinet of Commissioner Phil Hogan x European Chamber of Commerce in Korea"],"date":["2019-11-12"],"summary":["Agri Matters"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-695571618824-45","ec-person-a1a78365cc4685b0958056646204977d8f2ead92"]}} -{"id":"ec-meeting-2019-11-13-0264c4cd33708f9746a26909d80376c1b54d8be4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-11-13 - Cabinet of Vice-President Valdis Dombrovskis x Schroders Investment Management (Europe) SA"],"date":["2019-11-13"],"summary":["CMU, sustainable finance"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-997906814697-71","ec-person-30d770ccd575865b3106f94220ce1ace16e48f1a"]}} -{"id":"ec-meeting-2019-11-13-0640c37151c5b74e65cb2daa250c71c25d7ec2e4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-11-13 - Cabinet of First Vice-President Frans Timmermans x Vereniging VNO-NCW"],"date":["2019-11-13"],"summary":["Green Deal and sustainability transition"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["ec-person-966667b73d92624be9bb019c2baab7e52331b3d3","eu-tr-13255254129-80"]}} -{"id":"ec-meeting-2019-11-13-0e28311abdcf76a7d64ee8132f2fcd76197e8b27","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-11-13 - Cabinet of Vice-President Valdis Dombrovskis x Aviva Plc Aviva Investors"],"date":["2019-11-13"],"summary":["Sustainable finance"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-86270761494-62","eu-tr-923075424715-96","ec-person-30d770ccd575865b3106f94220ce1ace16e48f1a"]}} -{"id":"ec-meeting-2019-11-13-3fd78c714c45696e7a274da8c2b8284c708e3080","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-11-13 - Health and Food Safety x Slow Food"],"date":["2019-11-13"],"summary":["issues concerning an EU vision for sustainable food systems"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-sante"],"involved":["ec-person-42d2108d723f9b9017ed589e3271e3156172daa7","eu-tr-01936914624-97"]}} -{"id":"ec-meeting-2019-11-13-58f4019bc1e0f9b3e4be7925432b2c1ecc2518f1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-11-13 - Cabinet of Commissioner Phil Hogan x Conseil Européen des Jeunes Agriculteurs"],"date":["2019-11-13"],"summary":["Agri Matters"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-849413211923-25","ec-person-a1a78365cc4685b0958056646204977d8f2ead92"]}} -{"id":"ec-meeting-2019-11-13-67becf50892cbd434d434959527d1c4799ef99c4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-11-13 - Cabinet of Vice-President Valdis Dombrovskis x BUSINESSEUROPE"],"date":["2019-11-13"],"summary":["Preparation of 2020 Advisory and Support Group CEO Event"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-3978240953-79","ec-person-51a67cf3e19a8853620326cd57fd7e9750b2c9d7"]}} -{"id":"ec-meeting-2019-11-13-89d6fdc3d8db22d02fe7d4494f5c6ecffa139c4e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-11-13 - Structural Reform Support x 4Pro GmbH&CoKG"],"date":["2019-11-13"],"summary":["Meeting with Werner Faymann"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-reform"],"involved":["eu-tr-536383734575-80","ec-person-6420facda81e0ac04377023fcfa86e953541782b"]}} -{"id":"ec-meeting-2019-11-13-8fd5febf46f97ebac3e247a8af3bbbd0bfe2687e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-11-13 - Energy x European Network of Transmission System Operators for Electricity"],"date":["2019-11-13"],"summary":["Speech at the conference: \"What priorities for the European Commisison on energy for the next decade"],"location":["Helsinki"],"address":["Helsinki"],"addressEntity":["addr-98dc71700228eb053aa75f338c9a8b5bcef38679"],"organizer":["ec-dg-ener"],"involved":["eu-tr-25805148045-87","ec-person-9c0f33ecb9f6badd5f4b5f1a4bd7677e18a52a22"]}} -{"id":"ec-meeting-2019-11-13-a7bf846cd19c4efb16eb0cc7c4dc82579c946927","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-11-13 - Budget x Vereniging VNO-NCW"],"date":["2019-11-13"],"summary":["MFF"],"location":["Belgium"],"address":["Belgium"],"addressEntity":["addr-5cb4c9d828175ed3931ec52305b32f47173a8e04"],"organizer":["ec-dg-budg"],"involved":["ec-person-39635b893026833f739fe623fe7e9d5a97525e7a","eu-tr-13255254129-80"]}} -{"id":"ec-meeting-2019-11-13-ba9a07983d3fa35052069871a8ce76f39810baa5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-11-13 - Cabinet of Commissioner Vytenis Andriukaitis x European Patients' Forum (EPF)"],"date":["2019-11-13"],"summary":["Patient involvement as a path towards more effective health systems"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["eu-tr-61911227368-75","ec-person-b4899928aefa422e4992056d90974930b39cad81","ec-person-df30d07ef698a52b9948b9c734db39196cf8541f"]}} -{"id":"ec-meeting-2019-11-13-c68601d3711641d4733f5324683bae6980194faa","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-11-13 - Energy x ABB Ltd Roundtable for Europe's Energy Future"],"date":["2019-11-13"],"summary":["Priorities in the context of the clean energy transition"],"location":["Helsinki"],"address":["Helsinki"],"addressEntity":["addr-98dc71700228eb053aa75f338c9a8b5bcef38679"],"organizer":["ec-dg-ener"],"involved":["eu-tr-7790041608-14","ec-person-9c0f33ecb9f6badd5f4b5f1a4bd7677e18a52a22","eu-tr-101903316808-95"]}} -{"id":"ec-meeting-2019-11-13-d666c31aa3f94c4f4a10d186faa8c53847feb27d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-11-13 - Cabinet of First Vice-President Frans Timmermans x Climate-KIC Holding BV"],"date":["2019-11-13"],"summary":["Discussion on activities of EIT Climate-KIC"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-948333125186-06","ec-person-0eaac943e895c47df1465dda6c94e671c5081e0a"]}} -{"id":"ec-meeting-2019-11-13-deede755e9bb0a656173b85e11cd34baf276333a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-11-13 - Cabinet of Vice-President Cecilia Malmström x European Chamber of Commerce in Korea"],"date":["2019-11-13"],"summary":["Thanking Cssr for her support during her whole mandate, discussion about the business environment in Korea and presentation of ECCK's White Paper 2019"],"notes":["Portfolio: Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"involved":["eu-tr-695571618824-45","ec-person-19b143e83f8ab978c55c8a9a9e49e06dbfa14bf3","ec-person-ce1312d2a248f71fe74eed58aa5915cfa445bbba"]}} -{"id":"ec-meeting-2019-11-14-208d03e289c4b98db101e2e559cecee8ab716ca1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-11-14 - Cabinet of First Vice-President Frans Timmermans x Slow Food"],"date":["2019-11-14"],"summary":["discussion on sustainability and food system"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["ec-person-8d1c5ff76a431332387aa10936b0bff13f7d71fd","eu-tr-01936914624-97"]}} -{"id":"ec-meeting-2019-11-14-46ba7dfb1934ec32094c0a97f69121d27b139377","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-11-14 - Employment, Social Affairs and Inclusion x Bundesvereinigung der Deutschen Arbeitgeberverbände e.V."],"date":["2019-11-14"],"summary":["Meeting to discuss the initiatives in the competence of DG EMPL which President-elect von der Leyen proposed in her political guidelines and addressed in her mission letter to Commissioner-designate Schmit."],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-empl"],"involved":["eu-tr-7749519702-29","ec-person-dd259fce880e1853f0beb087443bce6e7dea70d7"]}} -{"id":"ec-meeting-2019-11-14-67b8eabadff2d02a32188be8bfd41e1d6df84695","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-11-14 - Cabinet of Vice-President Valdis Dombrovskis x FTI Consulting Belgium Managed Funds Association"],"date":["2019-11-14"],"summary":["CMU, sustainable finance"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-30d770ccd575865b3106f94220ce1ace16e48f1a","eu-tr-29896393398-67","eu-tr-041415315167-65"]}} -{"id":"ec-meeting-2019-11-14-c2d6e2123c8c2c7d916936bd09fa00c7493bcd2e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-11-14 - Cabinet of First Vice-President Frans Timmermans x ClientEarth"],"date":["2019-11-14"],"summary":["discussion on Sustainable Development and agriculture"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["ec-person-8d1c5ff76a431332387aa10936b0bff13f7d71fd","eu-tr-96645517357-19"]}} -{"id":"ec-meeting-2019-11-14-d29149c18171c80e012747eed7674d3693e350a7","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2019-11-14 - Trade x The European Steel Association"],"date":["2019-11-14"],"summary":["Steel market situation, major steel-related trade topics","Steel market situation & major steel-related trade topics"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-trade"],"involved":["ec-person-2045c2589da3988908fcfe731e8224e7e06a7c63","eu-tr-93038071152-83"]}} -{"id":"ec-meeting-2019-11-14-ebc7dd908b6ac87f677859b44877a83e94ee4e8e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-11-14 - Trade x Mouvement des Entreprises de France"],"date":["2019-11-14"],"summary":["EU-US trade issues, EU-China trade issues"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-trade"],"involved":["ec-person-2045c2589da3988908fcfe731e8224e7e06a7c63","eu-tr-43763731235-75"]}} -{"id":"ec-meeting-2019-11-15-ce87855a6906a86f13f1fca342d9bf44eb5b740b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-11-15 - Environment x Aquafil SpA"],"date":["2019-11-15"],"summary":["Waste recycling"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-env"],"involved":["eu-tr-656018035243-03","ec-person-3bc74ce04ea3f4ab4d91a5c88eef25b8b8a213b4"]}} -{"id":"ec-meeting-2019-11-15-df7850d3e8e00a62f37c2abe73b52ac2c5cfb6ee","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-11-15 - Financial Stability, Financial Services and Capital Markets Union x Apple Inc."],"date":["2019-11-15"],"summary":["Access to technical infrastructure services for the provision of payment services or the conduct of electronic money in Germany."],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-fisma"],"involved":["ec-person-bdee7a93f95c8ef05079539170139b3c02e8ed96","eu-tr-588327811384-96"]}} -{"id":"ec-meeting-2019-11-18-09e5178d5ec30aa53e1cb25c9f926a462c13157c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-11-18 - Cabinet of Vice-President Valdis Dombrovskis x European Federation of Investors and Financial Services Users"],"date":["2019-11-18"],"summary":["Capital Markets Union, Sustainabe Finance"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-24633926420-79","ec-person-30d770ccd575865b3106f94220ce1ace16e48f1a","ec-person-a9eda2e8ea54b70a968327672c6cada679d3cd56"]}} -{"id":"ec-meeting-2019-11-18-1c8043ecd5aa2ee094a95d3db2f65abb9147c76d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-11-18 - Cabinet of First Vice-President Frans Timmermans x Agora Energiewende"],"date":["2019-11-18"],"summary":["New initiative for a climate neutral Europe"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["ec-person-b0a0029abc0e3be3796cd9a95bb3c92c81e221e2","eu-tr-321342621105-20"]}} -{"id":"ec-meeting-2019-11-18-38874bbdc5f35402ae268444a8e9b204c4dab90a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-11-18 - Mobility and Transport x European Cockpit Association"],"date":["2019-11-18"],"summary":["aviation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-move"],"involved":["eu-tr-39838147687-59","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2019-11-18-3dd3b63c6fb2e98572adcb8fe55de5ba7230b1af","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-11-18 - Employment, Social Affairs and Inclusion x The Swedish Trade Union Confederation"],"date":["2019-11-18"],"summary":["Meeting with ETUC and the SE Trade Union to discuss Minimum Wage."],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-empl"],"involved":["eu-tr-673091017982-82","ec-person-dd259fce880e1853f0beb087443bce6e7dea70d7"]}} -{"id":"ec-meeting-2019-11-18-8562c8a44fccdc1643d67897036dd399e8b21d4d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-11-18 - Cabinet of First Vice-President Frans Timmermans x BUSINESSEUROPE"],"date":["2019-11-18"],"summary":["Climate and sustainability challenges"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-3978240953-79","ec-person-966667b73d92624be9bb019c2baab7e52331b3d3"]}} -{"id":"ec-meeting-2019-11-18-a037d2a51ebfb6c866c610e3986c5fbc99f79aa0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-11-18 - Cabinet of Commissioner Věra Jourová x Association of Commercial Television and Video on Demand Services in Europe"],"date":["2019-11-18"],"summary":["Media policy"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-3269ef00f0778677e6f4c8e0f72ce019084206fb","eu-tr-18574111503-28","ec-person-1e0e3a00ab815dea7c5b839b002ed2c7e34bfe0a"]}} -{"id":"ec-meeting-2019-11-18-ab92f45ac3b1091f05db08e9c56fa32a74d8abc0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-11-18 - Trade x Eurogroup for Animals"],"date":["2019-11-18"],"summary":["Trade and Animal Welfare"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-trade"],"involved":["ec-person-2045c2589da3988908fcfe731e8224e7e06a7c63","eu-tr-6809935493-49"]}} -{"id":"ec-meeting-2019-11-18-b33158a70b9437d745bfd967f6988940336e4c1a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-11-18 - Cabinet of Commissioner Věra Jourová x Facebook Ireland Limited"],"date":["2019-11-18"],"summary":["Fake news"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["ec-person-5455ecfabb89025694c798deac08160a2be17d94","ec-person-3269ef00f0778677e6f4c8e0f72ce019084206fb","eu-tr-28666427835-74","ec-person-1e0e3a00ab815dea7c5b839b002ed2c7e34bfe0a"]}} -{"id":"ec-meeting-2019-11-18-fc0d6438df3c90610263621c3fd6eee55b85eaa2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-11-18 - Education, Youth, Sport and Culture x International School Sport Federation"],"date":["2019-11-18"],"summary":["Exchange of views with ISF President Mr. Petrynka, on future cooperation in the field of sport."],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-eac"],"involved":["ec-person-68d4f99b9ed1b40d86ebbf81f8f35aeebd6c5fc5","eu-tr-978177636622-02"]}} -{"id":"ec-meeting-2019-11-19-00ce429d39b5e67b05805df9c5bcce40ecbfb186","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-11-19 - Cabinet of Commissioner Carlos Moedas x Centre for Fine Arts"],"date":["2019-11-19"],"summary":["Innovation and Culture"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-0a716bf5253e913fc40ebf14c12f30dc2e7a06ee","ec-person-23980b2bc4fd9c82051d0f7888dc236b2f764866","eu-tr-981651218089-69"]}} -{"id":"ec-meeting-2019-11-19-2054b962fa1ab9c34211412d7ed31c7a95f2cbba","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-11-19 - Cabinet of Vice-President Valdis Dombrovskis x ICI Global"],"date":["2019-11-19"],"summary":["CMU, sustainable finance"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-296711210890-30","ec-person-30d770ccd575865b3106f94220ce1ace16e48f1a"]}} -{"id":"ec-meeting-2019-11-19-2884ead597f0140636c34cc547b0bd7f97705217","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-11-19 - Cabinet of Vice-President Maroš Šefčovič x Raiffeisen Bank International AG"],"date":["2019-11-19"],"summary":["Raw Materials, Batteries"],"notes":["Portfolio: Energy Union"],"location":["BERL, Brussels"],"address":["BERL, Brussels"],"addressEntity":["addr-c1b89a719fb4c3b86c91ae01524d04183caeb9e6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-33858106461-10","ec-person-af83ed49c403cb9d7ebfecca7893f0054c1f4be5"]}} -{"id":"ec-meeting-2019-11-19-3af0467a1fb1cdb7d6887d427e29176370a1eb92","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-11-19 - Cabinet of Commissioner Phil Hogan x Amazon Europe Core SARL"],"date":["2019-11-19"],"summary":["Cloud"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-366117914426-10","ec-person-a1a78365cc4685b0958056646204977d8f2ead92"]}} -{"id":"ec-meeting-2019-11-19-45b5e69ee5f9c3a63f9f16acd977030d88acd4fb","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2019-11-19 - Cabinet of First Vice-President Frans Timmermans x International Union for Conservation of Nature EU Representative Office"],"date":["2019-11-19"],"summary":["discussion on European Sustainability Policies"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["ec-person-1bc3e2272ec82a894153feccd4f285ae594f7b3b","eu-tr-03518238467-61","ec-person-8d1c5ff76a431332387aa10936b0bff13f7d71fd"]}} -{"id":"ec-meeting-2019-11-19-746ed2c458ba755921dc3540ee77420e5ede603d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-11-19 - Cabinet of Commissioner Phil Hogan x American Chamber of Commerce Ireland"],"date":["2019-11-19"],"summary":["Agri Matters"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-981023736582-85","ec-person-a1a78365cc4685b0958056646204977d8f2ead92"]}} -{"id":"ec-meeting-2019-11-19-85334f9b4d157c2ec4cf9583432197bb764c1618","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-11-19 - Mobility and Transport x Airlines for America"],"date":["2019-11-19"],"summary":["aviation"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-move"],"involved":["ec-person-26cdfacae671b09917bee1a91c91973941fa58a2","eu-tr-78160685782-84"]}} -{"id":"ec-meeting-2019-11-19-90e13129176c3e0ce50c445828ce8e7cb7657842","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-11-19 - Cabinet of Commissioner Phil Hogan x Friends of Europe"],"date":["2019-11-19"],"summary":["Agri Matters"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-99436366768-45","ec-person-a1a78365cc4685b0958056646204977d8f2ead92"]}} -{"id":"ec-meeting-2019-11-19-d186e37ff1cd36bc312ef0303af7619348866428","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-11-19 - Cabinet of Commissioner Vytenis Andriukaitis x Open Society European Policy Institute"],"date":["2019-11-19"],"summary":["Workforce mobility"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["eu-tr-8557515321-37","ec-person-df30d07ef698a52b9948b9c734db39196cf8541f"]}} -{"id":"ec-meeting-2019-11-19-d51930308de18ef3be56389a97a53e0a1882f412","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-11-19 - Cabinet of Commissioner Vytenis Andriukaitis x The Brewers of Europe"],"date":["2019-11-19"],"summary":["Courtesy meeting to thank commissioner for his mandate"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-df30d07ef698a52b9948b9c734db39196cf8541f","eu-tr-81610896372-23"]}} -{"id":"ec-meeting-2019-11-19-ecd3eb7feda4009cb6317972a5146f946f3e62f1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-11-19 - European Anti-Fraud Office x Finnish Transport and Logistics SKAL"],"date":["2019-11-19"],"summary":["Presentation of OLAF"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-olaf"],"involved":["ec-person-c90088f66bae9d193e5d31cb2db28cf7c517a2b9","eu-tr-53638476328-19"]}} -{"id":"ec-meeting-2019-11-20-00565618e14559bd74a5c27bfc4f113da34bb0ee","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-11-20 - Communications Networks, Content and Technology x Google"],"date":["2019-11-20"],"summary":["YouTube contribution to the content industry, and the creators ecosystem - Art. 17 on the EU Copyright Directive - E-Commerce directive"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-03181945560-59","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2019-11-20-06f99524b7ddf65c78e02870c43374f43739aed1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-11-20 - Mobility and Transport x Qatar Airways"],"date":["2019-11-20"],"summary":["aviation"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-move"],"involved":["eu-tr-842194125102-63","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2019-11-20-125862365c02440f46526ca5574212fc4f689ccb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-11-20 - Cabinet of Vice-President Jyrki Katainen x Third Generation Environmentalism Ltd"],"date":["2019-11-20"],"summary":["Exchange of views on EU ambitions on climate neutrality by 2050"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-07783117686-61","ec-person-0da85dc48012e26688310a59a0b51727ea68f410"]}} -{"id":"ec-meeting-2019-11-20-1d8855e90187888a61afabda9a81de7b5f12bb9d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-11-20 - Health and Food Safety x Etablissement français du sang"],"date":["2019-11-20"],"summary":["revision of the EU blood directives"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-sante"],"involved":["eu-tr-218961729675-79","ec-person-42d2108d723f9b9017ed589e3271e3156172daa7"]}} -{"id":"ec-meeting-2019-11-20-22e4fa79b0cc7eb5fa505967410f166ab17510ff","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-11-20 - Environment x Bayerischer Bauernverband"],"date":["2019-11-20"],"summary":["Fertilizer legislation and Nitrates directive"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-env"],"involved":["eu-tr-193322312286-94","ec-person-3bc74ce04ea3f4ab4d91a5c88eef25b8b8a213b4"]}} -{"id":"ec-meeting-2019-11-20-33ec4ef6b15d080fbba7f0b625122aff6099425b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-11-20 - Cabinet of First Vice-President Frans Timmermans x IBERDROLA"],"date":["2019-11-20"],"summary":["COP 25"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-41816938101-07","ec-person-966667b73d92624be9bb019c2baab7e52331b3d3"]}} -{"id":"ec-meeting-2019-11-20-3cba6a5c3d461f3f8c61dca627bcc465d752204e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-11-20 - Cabinet of Vice-President Jyrki Katainen x East and North Finland EU Office"],"date":["2019-11-20"],"summary":["Discussion on CE Action Plan and potential for further development of CE agenda in Europe"],"notes":["Portfolio: Jobs, Growth, Investment and Competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jyrki-katainen-of-president-vice"],"involved":["eu-tr-626247915526-71","ec-person-0da85dc48012e26688310a59a0b51727ea68f410"]}} -{"id":"ec-meeting-2019-11-20-46cc5c62fa09b7939eb2cb58b93f6bbc58301fa1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-11-20 - Taxation and Customs Union x spiritsEUROPE"],"date":["2019-11-20"],"summary":["Overview on indirect taxation topics"],"location":["Brussel, Belgium"],"address":["Brussel, Belgium"],"addressEntity":["addr-89db1034995a38f93020bf7180b79a0b88169398"],"organizer":["ec-dg-taxud"],"involved":["ec-person-3173c1cc052827c58f23ccd3a8de07534f0d35bd","eu-tr-64926487056-58"]}} -{"id":"ec-meeting-2019-11-20-5e225aed835c4da070ec573c75fdc14690854546","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-11-20 - Cabinet of Vice-President Miguel Arias Cañete x IBERDROLA"],"date":["2019-11-20"],"summary":["COP 25"],"notes":["Portfolio: Climate Action & Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-41816938101-07","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd"]}} -{"id":"ec-meeting-2019-11-20-6951a101c8aad7bacc39d7661229fdbe6963ca58","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-11-20 - Education, Youth, Sport and Culture x European Students' Union"],"date":["2019-11-20"],"summary":["Exchange of views on making future Erasmus more inclusive and sustainable."],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-eac"],"involved":["ec-person-68d4f99b9ed1b40d86ebbf81f8f35aeebd6c5fc5","eu-tr-947001511571-77"]}} -{"id":"ec-meeting-2019-11-20-74e59298edc057e7aa09a040d95da14e025e4149","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-11-20 - Cabinet of First Vice-President Frans Timmermans x The Pew Charitable Trusts ClientEarth Seas At Risk vzw WWF European Policy Programme OCEANA Stichting BirdLife Europe"],"date":["2019-11-20"],"summary":["Exchange of views on sustainability, climate change and maritime issues"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-95261732139-73","eu-tr-1083162721-43","ec-person-1bc3e2272ec82a894153feccd4f285ae594f7b3b","eu-tr-1414929419-24","eu-tr-47937943241-80","eu-tr-46834536998-79","eu-tr-96645517357-19"]}} -{"id":"ec-meeting-2019-11-20-96164a23d2a8cc795f1310f8b8d5b0b7757f5e7e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-11-20 - Communications Networks, Content and Technology x SMEunited aisbl"],"date":["2019-11-20"],"summary":["Digital transformation – SME United views on digitalising of SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-55820581197-35","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2019-11-20-9cb6727936825a9acb5b387566bc004a301110b5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-11-20 - Cabinet of Commissioner Tibor Navracsics x European Policy Centre"],"date":["2019-11-20"],"summary":["exploring a new strategic focus and funding priority in the field of \"education on Europe\", especially in formal education"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["eu-tr-89632641000-47","ec-person-1da7ee09d46288ee4ea9db2b644bdcf9c3d6d000"]}} -{"id":"ec-meeting-2019-11-20-9ff7dba9269f7c174fc42658932469ecc0977da0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-11-20 - Climate Action x ARCTURUS GROUP"],"date":["2019-11-20"],"summary":["Decarbonisation solutions for the transport sector"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-clima"],"involved":["ec-person-9c5c685692a09a77f2bc8ae9c05663b87cd75aae","eu-tr-34100356706-23"]}} -{"id":"ec-meeting-2019-11-20-c61ba950decbe5123f153af28460bbc06b0b18bb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-11-20 - Cabinet of Commissioner Vytenis Andriukaitis x European Respiratory Society"],"date":["2019-11-20"],"summary":["Promotion of lung health"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["eu-tr-38091528151-27","ec-person-df30d07ef698a52b9948b9c734db39196cf8541f"]}} -{"id":"ec-meeting-2019-11-20-f3b45cbb85893015911ae231cb69efe37e15d128","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-11-20 - Cabinet of First Vice-President Frans Timmermans x Special Olympics Europe Eurasia"],"date":["2019-11-20"],"summary":["Special Olympic activities in Europe"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["ec-person-966667b73d92624be9bb019c2baab7e52331b3d3","eu-tr-984231215205-95"]}} -{"id":"ec-meeting-2019-11-21-0352107e23a61f7b38d854484a0f8e5ba1dffb19","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-11-21 - Cabinet of First Vice-President Frans Timmermans x Stichting European Climate Foundation"],"date":["2019-11-21"],"summary":["Discussion on EU Climate Action"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-64869491516-70","ec-person-966667b73d92624be9bb019c2baab7e52331b3d3"]}} -{"id":"ec-meeting-2019-11-21-0fc8f5e7f7d1ecd4f494b130ba86a5607a7350d5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-11-21 - Cabinet of Vice-President Valdis Dombrovskis x Airbnb Ireland UC"],"date":["2019-11-21"],"summary":["latest developments in the payments field; PSD2;AML"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-823871417098-42","ec-person-537401fc0be04984531b83660f416bf2fe14fbd8"]}} -{"id":"ec-meeting-2019-11-21-11a741b2b782ac03bede5527d570b9f8442a6d50","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-11-21 - Cabinet of Commissioner Věra Jourová x Stichting Free Press Unlimited Whistleblowing International Network"],"date":["2019-11-21"],"summary":["Whistleblowers"],"notes":["Portfolio: Justice, Consumers and Gender Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jourova-of-vera"],"involved":["eu-tr-433319333385-38","ec-person-f329292459cb1badb7fb7c6b67b698c441931bb2","eu-tr-244060929225-74"]}} -{"id":"ec-meeting-2019-11-21-5cfc8605186326e0551e6e2c19104575ea99d6c8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-11-21 - Cabinet of First Vice-President Frans Timmermans x ExxonMobil Petroleum & Chemical"],"date":["2019-11-21"],"summary":["Climate change policies"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-0745650927-75","ec-person-0eaac943e895c47df1465dda6c94e671c5081e0a"]}} -{"id":"ec-meeting-2019-11-21-6bbc098204d7937bd981003137aa6eff53802e05","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2019-11-21 - Cabinet of First Vice-President Frans Timmermans x Ellen MacArthur Foundation"],"date":["2019-11-21"],"summary":["Discussion on circular economy","discussion on circular economy"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-206816021848-17","ec-person-966667b73d92624be9bb019c2baab7e52331b3d3","ec-person-8d1c5ff76a431332387aa10936b0bff13f7d71fd"]}} -{"id":"ec-meeting-2019-11-21-b7bd3d808e493102867623e0b73264daaf48537f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-11-21 - Mobility and Transport x DFS Deutsche Flugsicherung GmbH"],"date":["2019-11-21"],"summary":["site visit"],"location":["Langen, Germany"],"address":["Langen, Germany"],"addressEntity":["addr-f3e904775c6fbd7c983cdd3a17aab2568d9d851a"],"organizer":["ec-dg-move"],"involved":["eu-tr-80667711712-64","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2019-11-21-c52e4f6cdcf7488a82153168a43a4f71d42fec58","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-11-21 - Cabinet of Vice-President Miguel Arias Cañete x NATURGY ENERGY GROUP"],"date":["2019-11-21"],"summary":["LTS"],"notes":["Portfolio: Climate Action & Energy"],"location":["Madrid"],"address":["Madrid"],"addressEntity":["addr-7a2191964a3d7521269f0068afae6b6116bac15d"],"organizer":["ec-arias-cabinet-canete-miguel-of-president-vice"],"involved":["eu-tr-67833029261-54","ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd"]}} -{"id":"ec-meeting-2019-11-21-c92cdd6f8e7c3808bcfaad674348f4aeb247bcf8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-11-21 - Climate Action x Global CCS Institute Ltd"],"date":["2019-11-21"],"summary":["CCS, hydrogen"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-clima"],"involved":["ec-person-9c5c685692a09a77f2bc8ae9c05663b87cd75aae","eu-tr-378142414263-73"]}} -{"id":"ec-meeting-2019-11-21-e73966060fc10c896cde2edc89ceb9646532b819","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-11-21 - Cabinet of Vice-President Valdis Dombrovskis x Third Generation Environmentalism Ltd"],"date":["2019-11-21"],"summary":["EU Green Finance strategy; climate resilience; updated EU disclosure and reporting regime"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-07783117686-61","ec-person-537401fc0be04984531b83660f416bf2fe14fbd8"]}} -{"id":"ec-meeting-2019-11-22-16822105ef9713eedb71e400a27b9fc3ce804042","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-11-22 - Health and Food Safety x European Public Health Association"],"date":["2019-11-22"],"summary":["To participate in plenary sessions 3 and 4 of Coference on Building bridges for solidarity and public health"],"location":["Marseille, France"],"address":["Marseille, France"],"addressEntity":["addr-c03eec89b30089bbf8ad4e492aff3dfd5fd7a2a5"],"organizer":["ec-dg-sante"],"involved":["eu-tr-37673629826-90","ec-person-42d2108d723f9b9017ed589e3271e3156172daa7"]}} -{"id":"ec-meeting-2019-11-22-2dc176b5e576db21d0f54f600f96f5a62533265d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-11-22 - Financial Stability, Financial Services and Capital Markets Union x ENGIE"],"date":["2019-11-22"],"summary":["Sustainable Finance"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-90947457424-20","ec-person-bdee7a93f95c8ef05079539170139b3c02e8ed96"]}} -{"id":"ec-meeting-2019-11-22-7682f7c5fab80059d0d49ffd43820b36c2df4cc0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-11-22 - Cabinet of First Vice-President Frans Timmermans x European Community Shipowner's Associations Danish Shipping"],"date":["2019-11-22"],"summary":["Sustainability, climate and maritime issues"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["ec-person-1bc3e2272ec82a894153feccd4f285ae594f7b3b","eu-tr-59004966537-01","eu-tr-4518600611-48"]}} -{"id":"ec-meeting-2019-11-22-d2e682f164b5e37696c18a2dbedcb7abf79d9ec0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-11-22 - Cabinet of Vice-President Valdis Dombrovskis x European Tax Adviser Federation"],"date":["2019-11-22"],"summary":["New taxation initiatives of the next European Commission"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["ec-person-b2d41137decbf33bc8076a41bfe11b68d501a7a0","eu-tr-760084520382-92"]}} -{"id":"ec-meeting-2019-11-25-48d73fce2b5f2356759df644f5a0b7e96c79eb27","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-11-25 - Environment x Repsol, S.A."],"date":["2019-11-25"],"summary":["EU Sustainable Finance action plan"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-env"],"involved":["eu-tr-69240395197-02","ec-person-3bc74ce04ea3f4ab4d91a5c88eef25b8b8a213b4"]}} -{"id":"ec-meeting-2019-11-25-749e2a48e4d651ffe179cc3bf3d924a9c542f0c7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-11-25 - Cabinet of Vice-President Valdis Dombrovskis x Deutsche Bank AG"],"date":["2019-11-25"],"summary":["European digital economy; Advancing the EU data framework for user data sharing;Principles for cross –sectoral user- data sharing;FINTECH Action Plan;Commission priorities in payments and retail sector"],"notes":["Portfolio: Euro and Social Dialogue, also in charge of Financial Stability, Financial Services and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"involved":["eu-tr-271912611231-56","ec-person-537401fc0be04984531b83660f416bf2fe14fbd8"]}} -{"id":"ec-meeting-2019-11-25-e416fafad131eb8df5b576a05f1d879121220ae1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-11-25 - Communications Networks, Content and Technology x IBM Corporation"],"date":["2019-11-25"],"summary":["Low power processors & microprocessors for AI."],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-7721359944-96","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2019-11-25-fda8b66a8a19594f4ff8993e8a4fe0112f329089","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-11-25 - Cabinet of First Vice-President Frans Timmermans x Compensate Operations Oy"],"date":["2019-11-25"],"summary":["Carbon emission compensation mechanisms"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-237531936600-49","ec-person-0eaac943e895c47df1465dda6c94e671c5081e0a"]}} -{"id":"ec-meeting-2019-11-26-2f34a2c04cc1c6f2921fe41821bf4336a935b8e7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-11-26 - Climate Action x Eni S.p.A."],"date":["2019-11-26"],"summary":["Developments in EU climate policy"],"location":["Rome"],"address":["Rome"],"addressEntity":["addr-da7705caa15608fea217326726ec6ed97a9c6c9d"],"organizer":["ec-dg-clima"],"involved":["ec-person-9c5c685692a09a77f2bc8ae9c05663b87cd75aae","eu-tr-99578067285-35"]}} -{"id":"ec-meeting-2019-11-26-7089cc588cbe2048f11696b34a43de8f8f4690b4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-11-26 - Cabinet of First Vice-President Frans Timmermans x WWF European Policy Programme"],"date":["2019-11-26"],"summary":["discussion on deforestation and forest policies"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-1414929419-24","ec-person-8d1c5ff76a431332387aa10936b0bff13f7d71fd"]}} -{"id":"ec-meeting-2019-11-26-df1acb49d74d1e1a861fd0de616a9224491cf290","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-11-26 - Mobility and Transport x The American European Community Association"],"date":["2019-11-26"],"summary":["Connected, multimodal and sustainable transport"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-move"],"involved":["ec-person-26cdfacae671b09917bee1a91c91973941fa58a2","eu-tr-307603023489-82"]}} -{"id":"ec-meeting-2019-11-27-0f180f663e9d87a7ba8259d8f14d852b11965e18","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-11-27 - Employment, Social Affairs and Inclusion x Regional Centre Europe of the International Federation of Translators"],"date":["2019-11-27"],"summary":["European Pillar of Social Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-empl"],"involved":["eu-tr-673730718512-37","ec-person-dd259fce880e1853f0beb087443bce6e7dea70d7"]}} -{"id":"ec-meeting-2019-11-27-59640849578ee7e67c5a499efa8be7ffb4a20806","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-11-27 - Energy x BDEW Bundesverband der Energie- und Wasserwirtschaft e. V."],"date":["2019-11-27"],"summary":["Priorities in the Energy sector in the context of the Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-ener"],"involved":["eu-tr-20457441380-38","ec-person-9c0f33ecb9f6badd5f4b5f1a4bd7677e18a52a22"]}} -{"id":"ec-meeting-2019-11-27-5bba87c2d0f21a47a84969fbab0a0f6292039dc8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-11-27 - Research and Innovation x Katholieke Universiteit te Leuven"],"date":["2019-11-27"],"summary":["H2020 Scientific Panel for health"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-rtd"],"involved":["ec-person-1d348f33395de0ea6773a7b4ae8797e3e0392f73","eu-tr-627929620538-61"]}} -{"id":"ec-meeting-2019-11-27-6d1c75f19ec72b2bc13f2433c1ddc4c769c5b64b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-11-27 - Health and Food Safety x International Federation of Organic Agriculture Movements EU Regional Group"],"date":["2019-11-27"],"summary":["-\tImplementation of the ECJ ruling, with an emphasis on the development of detection methods and strategies; -\tWork with EFSA on EU risk assessment methodologies for SDN1 and 2; -\tWork with the European Group on Ethics in Science and New Technologies."],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-sante"],"involved":["eu-tr-67128251296-84","ec-person-42d2108d723f9b9017ed589e3271e3156172daa7"]}} -{"id":"ec-meeting-2019-11-27-717be609072780ac97378b9041095e3c44f2574d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-11-27 - Climate Action x innogy SE E.ON SE"],"date":["2019-11-27"],"summary":["European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-clima"],"involved":["ec-person-9c5c685692a09a77f2bc8ae9c05663b87cd75aae","eu-tr-72760517350-57","eu-tr-569652431561-54"]}} -{"id":"ec-meeting-2019-11-27-7216f818e499754425d29550eeca5b75a8799189","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-11-27 - Energy x E.ON SE"],"date":["2019-11-27"],"summary":["Clean energy transition and decarbonisation of the economy. Transformation of the E.On business"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-ener"],"involved":["eu-tr-72760517350-57","ec-person-9c0f33ecb9f6badd5f4b5f1a4bd7677e18a52a22"]}} -{"id":"ec-meeting-2019-11-27-9d201772213de56dba10e05f55da0619ebbefff1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-11-27 - Energy x Bioenergy Europe"],"date":["2019-11-27"],"summary":["The role of bioenergy in the clean energy transition"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-ener"],"involved":["eu-tr-97810874431-67","ec-person-9c0f33ecb9f6badd5f4b5f1a4bd7677e18a52a22"]}} -{"id":"ec-meeting-2019-11-27-bb3d894c5a9bb84b52a43de82c786e7bc627e4e6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-11-27 - Cabinet of Commissioner Vytenis Andriukaitis x spiritsEUROPE"],"date":["2019-11-27"],"summary":["Presentation of progress in implementation of the MoU by spiritsEurope"],"notes":["Portfolio: Health & Food Safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"involved":["ec-person-b9c3f19e7c5f216e3e508f931ddd6a9cb59376d1","eu-tr-64926487056-58"]}} -{"id":"ec-meeting-2019-11-27-d1fbacc96d59c4944b6622ed2d42fbd766904498","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-11-27 - Employment, Social Affairs and Inclusion x APG Groep N.V."],"date":["2019-11-27"],"summary":["Next CMU Report"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-empl"],"involved":["eu-tr-18614026826-73","ec-person-dd259fce880e1853f0beb087443bce6e7dea70d7"]}} -{"id":"ec-meeting-2019-11-27-d9f7d818331e84339d9da0c07b89a01740eb4cf1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-11-27 - Education, Youth, Sport and Culture x European Office of Cyprus"],"date":["2019-11-27"],"summary":["Introductory meeting - Discussion on matters of common interest"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-eac"],"involved":["eu-tr-569361236610-13","ec-person-68d4f99b9ed1b40d86ebbf81f8f35aeebd6c5fc5"]}} -{"id":"ec-meeting-2019-11-27-eb72dd2855a6e3d8b0a037e3f51e3f50253f70ba","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-11-27 - Cabinet of Commissioner Phil Hogan x European Boating Industry"],"date":["2019-11-27"],"summary":["Trade"],"notes":["Portfolio: Agriculture & Rural Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-400dd8d59d3060187d9b9b143d697da1a3d03c12","ec-person-c9d17d5879383b030f61a4066848249fb35d57e4","eu-tr-74989093163-18"]}} -{"id":"ec-meeting-2019-11-27-eee5be115d178b0de51a3125b758680adcdc8468","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-11-27 - Mobility and Transport x Association des Constructeurs Européens d'Automobiles"],"date":["2019-11-27"],"summary":["automotive"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-move"],"involved":["ec-person-26cdfacae671b09917bee1a91c91973941fa58a2","eu-tr-0649790813-47"]}} -{"id":"ec-meeting-2019-11-27-fec3959a46e00d07b5b17c5b7cf13cef5381b4e7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-11-27 - Mobility and Transport x UIRR, International Union for Road-Rail Combined Transport"],"date":["2019-11-27"],"summary":["Combined transport"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-move"],"involved":["eu-tr-49307536642-11","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2019-11-28-213748608b37d0a926484d1e338ec59a59840242","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-11-28 - Taxation and Customs Union x ArcelorMittal"],"date":["2019-11-28"],"summary":["Discussion on the European Green Deal"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-taxud"],"involved":["ec-person-3173c1cc052827c58f23ccd3a8de07534f0d35bd","eu-tr-23527541824-60"]}} -{"id":"ec-meeting-2019-11-28-392852c7992d3badb912c94ac9c0e2eb1516dce2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-11-28 - Mobility and Transport x Bolt"],"date":["2019-11-28"],"summary":["mobility"],"location":["Tallinn, Estonia"],"address":["Tallinn, Estonia"],"addressEntity":["addr-b80d0713f0edceb178f0049f32c8e1803c061ccc"],"organizer":["ec-dg-move"],"involved":["eu-tr-995377734447-25","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2019-11-28-4041f8dea0a3eee56a4d62f3d70e574bc06fc491","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-11-28 - Cabinet of Commissioner Carlos Moedas x Atomium - European Institute for Science, Media and Democracy"],"date":["2019-11-28"],"summary":["Presentation of the project SIMETIA"],"notes":["Portfolio: Research, Science and Innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-carlos-commissioner-moedas-of"],"involved":["ec-person-f7ccc3ad366dd2fdb24870e1c02ff2763539c82f","ec-person-23980b2bc4fd9c82051d0f7888dc236b2f764866","eu-tr-874222534329-29"]}} -{"id":"ec-meeting-2019-11-28-45c408373ed39e6e8b1a6e1241c9e7b39441a98e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-11-28 - Research and Innovation x Airbus"],"date":["2019-11-28"],"summary":["Horizon Europe/Defence/Space/Research and innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-rtd"],"involved":["eu-tr-2732167674-76","ec-person-1d348f33395de0ea6773a7b4ae8797e3e0392f73"]}} -{"id":"ec-meeting-2019-11-28-73d05d68f95c9a8c97fa544d4ea9b2c8cc6e8eb9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-11-28 - Environment x European Environmental Bureau"],"date":["2019-11-28"],"summary":["The European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-env"],"involved":["eu-tr-06798511314-27","ec-person-3bc74ce04ea3f4ab4d91a5c88eef25b8b8a213b4"]}} -{"id":"ec-meeting-2019-11-28-78ee8272220178bbb8ba470f122bd6b89041582a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-11-28 - Cabinet of First Vice-President Frans Timmermans x European Partners for the Environment"],"date":["2019-11-28"],"summary":["discussion on EU Sustainability Agenda"],"notes":["Portfolio: Better Regulation, Interinstitutional Relations, the Rule of Law and the Charter of Fundamental Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-first-frans-of-president-timmermans-vice"],"involved":["eu-tr-628766423953-43","ec-person-8d1c5ff76a431332387aa10936b0bff13f7d71fd"]}} -{"id":"ec-meeting-2019-11-29-870ad4e97525c09578663e20354003a04ccb5f63","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-11-29 - Energy x Agora Energiewende"],"date":["2019-11-29"],"summary":["Energy policy priorities in the context of the Green Deal"],"location":["Berlin"],"address":["Berlin"],"addressEntity":["addr-062b06ba8e755765c6b049809b7430fd54fe5b21"],"organizer":["ec-dg-ener"],"involved":["eu-tr-321342621105-20","ec-person-9c0f33ecb9f6badd5f4b5f1a4bd7677e18a52a22"]}} -{"id":"ec-meeting-2019-12-02-1cc6619bb8d1332e5fb034f1ea1018ebb685c6db","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-12-02 - Internal Market, Industry, Entrepreneurship and SMEs x Teollisuuden Voima Oyj"],"date":["2019-12-02"],"summary":["presenting their views on nuclear energy - listening mode"],"location":["BREY-Brussels"],"address":["BREY-Brussels"],"addressEntity":["addr-d44a5833caa26834c3898a8945679a31285bd2ac"],"organizer":["ec-dg-grow"],"involved":["eu-tr-352103717639-15","ec-person-6299e47fea20df86a1b90bd5b033006b2cb35b5e"]}} -{"id":"ec-meeting-2019-12-02-53c368e1010d63715d56da891a74b96a6ccb26ae","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-12-02 - Research and Innovation x Institute for future-fit economies gemeinnützige UG (haftungsbeschränkt)"],"date":["2019-12-02"],"summary":["COST Action"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-rtd"],"involved":["ec-person-1d348f33395de0ea6773a7b4ae8797e3e0392f73","eu-tr-630393933743-37"]}} -{"id":"ec-meeting-2019-12-02-561484bb87c740efbf93b8533d6733f42a77bb6d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-12-02 - Communications Networks, Content and Technology x Meta Platforms Ireland Limited and its various subsidiaries (f/k/a Facebook Ireland Limited)"],"date":["2019-12-02"],"summary":["Platforms and DSA"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-28666427835-74","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2019-12-02-5f9def1cbbda6e5a9579c229de47cb4b06e74950","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-12-02 - Communications Networks, Content and Technology x QUALCOMM Incorporated"],"date":["2019-12-02"],"summary":["Commission future agenda on 5G, AI and cloud"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-00358442856-45","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2019-12-02-61688af98683afb902b87038e7bc17eceb8361ac","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-12-02 - Cabinet of Commissioner Phil Hogan x European Chamber of Commerce in Vietnam"],"date":["2019-12-02"],"summary":["Trade Issues"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-641483424039-61","ec-person-a1a78365cc4685b0958056646204977d8f2ead92"]}} -{"id":"ec-meeting-2019-12-02-6b62f3cebb1c754611b501e12dd459a95db5f58e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-12-02 - Communication x European Movement International"],"date":["2019-12-02"],"summary":["Citizens involvement and possible EMI - EC cooperation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-comm"],"involved":["eu-tr-35279857524-58","ec-person-676f70803f4848c87b632d8522ff9ce8d4600e27"]}} -{"id":"ec-meeting-2019-12-02-895ecb8049af627fabb8c677c72e4cd5ae5af4be","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-12-02 - Cabinet of Executive Vice-President Margrethe Vestager x None"],"date":["2019-12-02"],"summary":["Meeting with CEOs in the Telecom sector"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-08957111909-85","eu-tr-99255639490-47","eu-tr-078655018381-34","ec-person-11d97788772862bb34f51dd26d7f92603eac1bf8","eu-tr-76704342721-41","eu-tr-537380918401-76","eu-tr-52431421-12","eu-tr-74126393166-46","eu-tr-60052162589-72"]}} -{"id":"ec-meeting-2019-12-02-b5192e71a7fd6c05c6c85ecf43b8ca2d8f1d383b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-12-02 - Employment, Social Affairs and Inclusion x European Chemical Employers Group"],"date":["2019-12-02"],"summary":["Exchange on the ECEG’s priorities and topical issues for the upcoming years."],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-empl"],"involved":["eu-tr-38429111298-23","ec-person-dd259fce880e1853f0beb087443bce6e7dea70d7"]}} -{"id":"ec-meeting-2019-12-02-b7a3bada277cd89732a9dd967568d6ed0f75ab8c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-12-02 - Cabinet of Vice-President Věra Jourová x Meta Platforms Ireland Limited and its various subsidiaries (f/k/a Facebook Ireland Limited)"],"date":["2019-12-02"],"summary":["Code of Practice, GDPR"],"notes":["Portfolio: Values and Transparency"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["ec-person-221276f2dfa4b8fe628f08e982d967b6aeb61c57","ec-person-bf54da17217bbddfd9c68fe24d88005ac17e2c4b","ec-person-fb258e0188a5319bfaba3161382db43f5a85851f","eu-tr-28666427835-74"]}} -{"id":"ec-meeting-2019-12-02-e4e609e27e85bc1f7dd33ff726b04cc10df47b61","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-12-02 - Environment x International Union for Conservation of Nature EU Representative Office"],"date":["2019-12-02"],"summary":["Status of IUCN"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-env"],"involved":["eu-tr-03518238467-61","ec-person-3bc74ce04ea3f4ab4d91a5c88eef25b8b8a213b4"]}} -{"id":"ec-meeting-2019-12-02-e8a35120899b5bef4ddb31c20e287fcab997cdf3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-12-02 - Cabinet of Commissioner Johannes Hahn x Konrad-Adenauer-Stiftung"],"date":["2019-12-02"],"summary":["KAS Office in Palestine"],"notes":["Portfolio: Budget and Administration"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hahn-johannes-of"],"involved":["ec-person-fc0e10502560866789b824b224f2c41dda3447e1","eu-tr-510151427278-94"]}} -{"id":"ec-meeting-2019-12-02-ef3386ce24c95b831edd1400811a4a19d9c3a876","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-12-02 - Internal Market, Industry, Entrepreneurship and SMEs x European Association Automotive Suppliers"],"date":["2019-12-02"],"summary":["Courtesy meeting to introduce themselves and present their priorities"],"location":["BREY-Brussels"],"address":["BREY-Brussels"],"addressEntity":["addr-d44a5833caa26834c3898a8945679a31285bd2ac"],"organizer":["ec-dg-grow"],"involved":["ec-person-6299e47fea20df86a1b90bd5b033006b2cb35b5e","eu-tr-91408765797-03"]}} -{"id":"ec-meeting-2019-12-02-f99f8b2badd6d5e016dbbb171f4a79abed2ed650","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-12-02 - Cabinet of Executive Vice-President Frans Timmermans x Equilibre des Energies"],"date":["2019-12-02"],"summary":["discussion on climate and energy policy prospects"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-a282162080cef4ef2a8c0ab6247a3e03dc438507","ec-person-e88af8eb396e96e3dbc9b4ec6e40a348d26c389c","eu-tr-562109933357-60"]}} -{"id":"ec-meeting-2019-12-03-02a030d7f3eae094ad94b4a1954cdb9f51454e4e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-12-03 - Cabinet of Commissioner Johannes Hahn x Wirtschaftskammer Österreich"],"date":["2019-12-03"],"summary":["Exchange on the Alpen Adria Macro programme"],"notes":["Portfolio: Budget and Administration"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hahn-johannes-of"],"involved":["ec-person-6dd3472dac004e43ec1fa4f5b4106e3b476c9ce7","eu-tr-10405322962-08"]}} -{"id":"ec-meeting-2019-12-03-17fbbfaabe5f1c58310ef804346f73b029d9d61f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-12-03 - Cabinet of President Ursula von der Leyen x Transport and Environment (European Federation for Transport and Environment)"],"date":["2019-12-03"],"summary":["Electrification wave and the rapid enlargement of manufacturers’ electric vehicle models"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-f2b941852d3b961d69ed695c2d243a1a2b4a1904","eu-tr-58744833263-19"]}} -{"id":"ec-meeting-2019-12-03-188e6f437f4222005b94aeb6f6fe5692a252b0e7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-12-03 - Cabinet of President Ursula von der Leyen x Access Now"],"date":["2019-12-03"],"summary":["European human rights agenda in the digital age (launch dinner & debate)"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-7019713e72781afb1f3b19032c4752a314b78180","eu-tr-71149477682-53"]}} -{"id":"ec-meeting-2019-12-03-194adcfd5dcd3745a3fb680531705db125b935d5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-12-03 - Energy x DIGITALEUROPE"],"date":["2019-12-03"],"summary":["The role of digital technologies in the clean energy transition"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-ener"],"involved":["eu-tr-64270747023-20","ec-person-9c0f33ecb9f6badd5f4b5f1a4bd7677e18a52a22"]}} -{"id":"ec-meeting-2019-12-03-2622060328987562a41e60d5c80f7af8ceab5185","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-12-03 - Energy x Bureau Européen des Unions de Consommateurs"],"date":["2019-12-03"],"summary":["Consumer empowerment in the context of clean energy transition"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-ener"],"involved":["eu-tr-9505781573-45","ec-person-9c0f33ecb9f6badd5f4b5f1a4bd7677e18a52a22"]}} -{"id":"ec-meeting-2019-12-03-444886ff343e3ff9ba052d41f1fb1d5a0b4ec024","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-12-03 - Cabinet of Executive Vice-President Valdis Dombrovskis x Meta Platforms Ireland Limited and its various subsidiaries (f/k/a Facebook Ireland Limited)"],"date":["2019-12-03"],"summary":["Crytpo-assets, including stablecoins"],"notes":["Portfolio: An Economy that Works for People"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-235870cd7eb41f2494f695fce18b5b5b88647113","ec-person-9e7bd1005456277f156b671d1555c6a460fb2f58","eu-tr-28666427835-74"]}} -{"id":"ec-meeting-2019-12-03-47f37a38975cc6a5dd3bc8c18ca99a141d7aaa2a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-12-03 - Cabinet of Vice-President Margaritis Schinas x International Rescue Committee Inc"],"date":["2019-12-03"],"summary":["Migration"],"notes":["Portfolio: Promoting the European Way of Life"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-margaritis-of-president-schinas-vice"],"involved":["ec-person-d5cada2a1a17537a675985af31e5ce07ae3bfd42","ec-person-2e04e278a7f128b3ac72d2af3db94d4ebed934da","eu-tr-66790095679-26"]}} -{"id":"ec-meeting-2019-12-03-4c718b15148c286d399ed864dee41b4d7e4b0537","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-12-03 - Cabinet of Commissioner Mariya Gabriel x Friends of Europe"],"date":["2019-12-03"],"summary":["Culture"],"notes":["Portfolio: Innovation and Youth"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-99436366768-45","ec-person-1674399a793e9e6fd7cf55b525515fc862fc9351"]}} -{"id":"ec-meeting-2019-12-03-51a7c25964f35e807e5411cb5b12b902ab7d9b0c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-12-03 - Cabinet of President Ursula von der Leyen x Telefonica, S.A."],"date":["2019-12-03"],"summary":["spectrum, 5G deployment"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-7019713e72781afb1f3b19032c4752a314b78180","eu-tr-52431421-12"]}} -{"id":"ec-meeting-2019-12-03-55936913aa9fe52ac18fb826ede4801326c08485","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-12-03 - Cabinet of Executive Vice-President Frans Timmermans x Potsdam-Institut für Klimafolgenforschung"],"date":["2019-12-03"],"summary":["Sustainable development and climat science"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-7c876f4825f213b8adbedf089ccedfbc3b36d65b","eu-tr-735637118430-74"]}} -{"id":"ec-meeting-2019-12-03-6b9a4d2647175a4be6fcccd501b725f37d65b0ef","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-12-03 - Internal Market, Industry, Entrepreneurship and SMEs x Suomen Yrittäjät ry"],"date":["2019-12-03"],"summary":["exchange views on future SME strategy"],"location":["BREY-Brussels"],"address":["BREY-Brussels"],"addressEntity":["addr-d44a5833caa26834c3898a8945679a31285bd2ac"],"organizer":["ec-dg-grow"],"involved":["ec-person-6299e47fea20df86a1b90bd5b033006b2cb35b5e","eu-tr-032592932156-20"]}} -{"id":"ec-meeting-2019-12-03-8438cad8174b8e691eab0fb887a296d1e08a6558","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-12-03 - Financial Stability, Financial Services and Capital Markets Union x Mastercard Europe"],"date":["2019-12-03"],"summary":["State of play of a possible pan-European payments solution"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-fisma"],"involved":["ec-person-bdee7a93f95c8ef05079539170139b3c02e8ed96","eu-tr-58204758673-16"]}} -{"id":"ec-meeting-2019-12-03-88dce15686e056c856c4f3a6bb53d123e9325446","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-12-03 - Cabinet of Commissioner Phil Hogan x TOYOTA MOTOR EUROPE"],"date":["2019-12-03"],"summary":["Trade Issues"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-5378003762-62","ec-person-a1a78365cc4685b0958056646204977d8f2ead92"]}} -{"id":"ec-meeting-2019-12-03-8dac1c4a4aba1a403d9d747205b63da5eae156d6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-12-03 - Mobility and Transport x Costa Crociere S.p.A."],"date":["2019-12-03"],"summary":["European economy and employment"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-move"],"involved":["eu-tr-614156234317-03","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2019-12-03-a4d79e2535b6e27ecd66b11c7462aa70b79c8221","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-12-03 - Cabinet of Executive Vice-President Frans Timmermans x European Round Table for Industry"],"date":["2019-12-03"],"summary":["Speech on the European Green Deal at the ERT Energy Transition and Climate Change Working Group"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce","eu-tr-25487567824-45"]}} -{"id":"ec-meeting-2019-12-03-a9465f33be734f8432aec553760b16b75946dc0b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-12-03 - Cabinet of President Ursula von der Leyen x Meta Platforms Ireland Limited and its various subsidiaries (f/k/a Facebook Ireland Limited)"],"date":["2019-12-03"],"summary":["advertising, data, artificial intelligence, illegal content & disinformation"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-7019713e72781afb1f3b19032c4752a314b78180","eu-tr-28666427835-74"]}} -{"id":"ec-meeting-2019-12-03-abf4c3d977d5d525404b7de649d6d6605061cc29","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-12-03 - Cabinet of Commissioner Virginijus Sinkevičius x Endocrine Society"],"date":["2019-12-03"],"summary":["To discuss the state of play of the science on Endocrine Disrupting Chemicals (EDC)"],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["eu-tr-779755615332-09","ec-person-dd7a7b1952e158f4195d34cff333ec79a4f48ba3"]}} -{"id":"ec-meeting-2019-12-03-c9135edda3c8b0c0d4ea19137aed429d27f8d4f0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-12-03 - Regulatory Scrutiny Board x RegWatchEurope"],"date":["2019-12-03"],"summary":["High Level Conference on Innovation Principle"],"location":["Helsinki"],"address":["Helsinki"],"addressEntity":["addr-98dc71700228eb053aa75f338c9a8b5bcef38679"],"organizer":["ec-dg-rsb"],"involved":["eu-tr-085278232383-31","ec-person-31c44e0f672f59d97fcdbfa3dc472749e3187fea"]}} -{"id":"ec-meeting-2019-12-03-d443827b95aa87205d5dd1ec97d5160f038f5877","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-12-03 - Cabinet of Commissioner Nicolas Schmit x SGI Europe"],"date":["2019-12-03"],"summary":["Minimum wage and Social economy"],"notes":["Portfolio: Jobs and Social Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-4cf4655ab41922e92160325d987a3c4615c72d30","ec-person-935314e38d735654cae8ee61313a3d73439b242d","ec-person-c2208333f0f75350eef62b355a40bf856f2d9cef","ec-person-c03b949331dbbe5fa3d5423758e371ec1b9b832f","eu-tr-59513031434-92"]}} -{"id":"ec-meeting-2019-12-03-dce560c8e3225fa8cd461ca3b0a6e53e373b564b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-12-03 - Mobility and Transport x Volkswagen Aktiengesellschaft"],"date":["2019-12-03"],"summary":["automotive transformation"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-move"],"involved":["ec-person-26cdfacae671b09917bee1a91c91973941fa58a2","eu-tr-6504541970-40"]}} -{"id":"ec-meeting-2019-12-03-e2a55f390deb5827e9915fb34546b17506c9b039","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-12-03 - Cabinet of Executive Vice-President Frans Timmermans x KLM Royal Dutch Airlines"],"date":["2019-12-03"],"summary":["Sustainability in the aviation sector"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-7c876f4825f213b8adbedf089ccedfbc3b36d65b","eu-tr-76441066192-30"]}} -{"id":"ec-meeting-2019-12-03-ead88c39b7943161af8e4101861ab59d30b23edd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-12-03 - Cabinet of Commissioner Mariya Gabriel x European Society of Cardiology"],"date":["2019-12-03"],"summary":["Cardiovascular diseases and Horizon Europe Programme"],"notes":["Portfolio: Innovation and Youth"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-01150446981-34","ec-person-1674399a793e9e6fd7cf55b525515fc862fc9351"]}} -{"id":"ec-meeting-2019-12-03-f3d0b1ac9e9df9f925d1e29ab54f6e2a1dbb09c9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-12-03 - Energy x European Heat Pump Association"],"date":["2019-12-03"],"summary":["Renewables and energy efficiency in decarbonising the heating sector"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-ener"],"involved":["eu-tr-23643001178-02","ec-person-9c0f33ecb9f6badd5f4b5f1a4bd7677e18a52a22"]}} -{"id":"ec-meeting-2019-12-03-f4501dbe142e21b703125f32e5e4b79dc4b82e2d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-12-03 - Cabinet of Executive Vice-President Frans Timmermans x Lightyear"],"date":["2019-12-03"],"summary":["Sustainable mobility and in particular cars on sun energy"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-7c876f4825f213b8adbedf089ccedfbc3b36d65b","eu-tr-802087536653-09"]}} -{"id":"ec-meeting-2019-12-04-048e6de7392bda019a2abc88f616352f2df596fa","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-12-04 - Cabinet of Executive Vice-President Margrethe Vestager x Robert Bosch GmbH"],"date":["2019-12-04"],"summary":["Meeting with CEO of Bosch"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-11d97788772862bb34f51dd26d7f92603eac1bf8","eu-tr-8999533555-91"]}} -{"id":"ec-meeting-2019-12-04-067e70ebe8d1a3185b0f2886468a52dd1c88fe14","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-12-04 - Cabinet of Commissioner Mariya Gabriel x INSTITUT NATIONAL DE LA SANTE ET DE LA RECHERCHE MEDICALE"],"date":["2019-12-04"],"summary":["Horizon Europe Programme"],"notes":["Portfolio: Innovation and Youth"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["ec-person-1674399a793e9e6fd7cf55b525515fc862fc9351","eu-tr-93192457791-92"]}} -{"id":"ec-meeting-2019-12-04-140aa425806192661c0309a1d5e7cadeea9b9c6f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-12-04 - Cabinet of Executive Vice-President Frans Timmermans x EUROPEAN TRADE UNION CONFEDERATION"],"date":["2019-12-04"],"summary":["Presentation on Just Transition"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-7c876f4825f213b8adbedf089ccedfbc3b36d65b","eu-tr-06698681039-26"]}} -{"id":"ec-meeting-2019-12-04-1783a502c72553cff312b7f0dcc355fdf132511a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-12-04 - Cabinet of Commissioner Phil Hogan x Samsung Electronics Europe"],"date":["2019-12-04"],"summary":["EU-Vietnam FTA, WTO and the future trade relations with the UK"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-7d3caa534e5cdda6d5b949bd4b2def39356e3bec","eu-tr-40471017282-57"]}} -{"id":"ec-meeting-2019-12-04-232f2ea075fdd37409c5c2ea8c369da4b10a13fa","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-12-04 - Communications Networks, Content and Technology x Robert Bosch GmbH"],"date":["2019-12-04"],"summary":["AI - data economy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-8999533555-91","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2019-12-04-26c60502ce0387c13d9c8fc635d62468438df895","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-12-04 - Cabinet of Executive Vice-President Frans Timmermans x Housing Europe"],"date":["2019-12-04"],"summary":["Obstacles and opportunities for a renovations wave in the EU"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-a282162080cef4ef2a8c0ab6247a3e03dc438507","eu-tr-794469327833-17"]}} -{"id":"ec-meeting-2019-12-04-39423fda51577eebbff84429a16a50bd4d3a1fe5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-12-04 - Health and Food Safety x European University Hospital Alliance"],"date":["2019-12-04"],"summary":["Participation in General Assembly, speaking on : upcoming EU priorities for health, relationships with stakeholders. How EUHA could help achieve goals – what do university hospitals need."],"location":["Paris, France"],"address":["Paris, France"],"addressEntity":["addr-c70534aa18173b860a10a50a47b139c4a581cbf6"],"organizer":["ec-dg-sante"],"involved":["eu-tr-436885036565-66","ec-person-42d2108d723f9b9017ed589e3271e3156172daa7"]}} -{"id":"ec-meeting-2019-12-04-47ac80de1fc24dfc9dad9e45f91c6dc1836b95b1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-12-04 - Cabinet of Vice-President Věra Jourová x AJC Transatlantic Institute"],"date":["2019-12-04"],"summary":["EC initiatives in tackling antisemitism"],"notes":["Portfolio: Values and Transparency"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["eu-tr-95713206856-14","ec-person-fb258e0188a5319bfaba3161382db43f5a85851f","ec-person-bf54da17217bbddfd9c68fe24d88005ac17e2c4b"]}} -{"id":"ec-meeting-2019-12-04-76c5f7e2fc20716dfc6150671409e35adb3f721c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-12-04 - Mobility and Transport x FedEx Express Belgium International BVBA"],"date":["2019-12-04"],"summary":["state of play of FEDEX business activities"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-move"],"involved":["ec-person-26cdfacae671b09917bee1a91c91973941fa58a2","eu-tr-885919335502-84"]}} -{"id":"ec-meeting-2019-12-04-76f8d1311c40cce6b939f5b3856e10d6a0a67b1c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-12-04 - Cabinet of President Ursula von der Leyen x Workday"],"date":["2019-12-04"],"summary":["Competition and access to data"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-7019713e72781afb1f3b19032c4752a314b78180","eu-tr-021253717373-58"]}} -{"id":"ec-meeting-2019-12-04-9d34c61d3721e613e11036aee6d6d8bbd388a41c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-12-04 - Cabinet of Vice-President Margaritis Schinas x AJC Transatlantic Institute"],"date":["2019-12-04"],"summary":["fighting antisemitism"],"notes":["Portfolio: Promoting the European Way of Life"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-margaritis-of-president-schinas-vice"],"involved":["ec-person-d5cada2a1a17537a675985af31e5ce07ae3bfd42","eu-tr-95713206856-14","ec-person-05650a4a170c56b9866c57f4610fcd005d5ccc24"]}} -{"id":"ec-meeting-2019-12-04-a800c4796c9c61c5951f03341c39d04d4a0c3639","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-12-04 - Cabinet of Commissioner Mariya Gabriel x Robert Bosch GmbH"],"date":["2019-12-04"],"summary":["Research and Innovation"],"notes":["Portfolio: Innovation and Youth"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["ec-person-1674399a793e9e6fd7cf55b525515fc862fc9351","eu-tr-8999533555-91"]}} -{"id":"ec-meeting-2019-12-04-a962a2727b30aa12937078ce4d968321fb550d29","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-12-04 - Education, Youth, Sport and Culture x Europa Nostra"],"date":["2019-12-04"],"summary":["Update on the implementation of the European Year of Cultural Heritage"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-eac"],"involved":["ec-person-68d4f99b9ed1b40d86ebbf81f8f35aeebd6c5fc5","eu-tr-832617510389-12"]}} -{"id":"ec-meeting-2019-12-04-b2e2d8496dd97159780da9801aec3b842f8c0d92","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-12-04 - Cabinet of Commissioner Virginijus Sinkevičius x Transport and Environment (European Federation for Transport and Environment)"],"date":["2019-12-04"],"summary":["To discuss the upcoming priorities and vehicle emissions and environmental legislation, notably air pollutant regulation and circular battery design for vehicles"],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["ec-person-172a438ed334761e2ab5d52e551fd1bcb6ab6b8d","eu-tr-58744833263-19"]}} -{"id":"ec-meeting-2019-12-04-c08c03fd1ed50fa829bee2e3f9a72fa151a8a2db","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-12-04 - Cabinet of Executive Vice-President Margrethe Vestager x Deutscher Gewerkschaftsbund Bundesarbeitskammer Österreich EUROPEAN TRADE UNION CONFEDERATION Österreichischer Gewerkschaftsbund"],"date":["2019-12-04"],"summary":["Competition policy"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-07595112423-87","eu-tr-06698681039-26","eu-tr-43246044354-41","ec-person-11d97788772862bb34f51dd26d7f92603eac1bf8","eu-tr-23869471911-54"]}} -{"id":"ec-meeting-2019-12-04-d06ccf9885a46e13c7aa2029097c2dd8e60972fa","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-12-04 - Cabinet of Commissioner Didier Reynders x EuropeanIssuers"],"date":["2019-12-04"],"summary":["Presentation of the activities of the association"],"notes":["Portfolio: Justice"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-didier-of-reynders"],"involved":["ec-person-50f9cba2282e1d03395cdd0faf9ce6e9a2ff3104","ec-person-442bf1ae9900b999673cdd7389224d0e21b67d4d","eu-tr-20935778703-23"]}} -{"id":"ec-meeting-2019-12-04-ec4dea38b83077991aa9b3d6adace04188db7b5a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-12-04 - Cabinet of Executive Vice-President Frans Timmermans x Land- en Tuinbouw Organisatie Nederland"],"date":["2019-12-04"],"summary":["European Green Deal"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce","eu-tr-4656646862-72"]}} -{"id":"ec-meeting-2019-12-04-f81547a38acab29587e4d236762a4bc944107620","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-12-04 - Cabinet of President Ursula von der Leyen x Google"],"date":["2019-12-04"],"summary":["Digital policy in general, artificial intelligence, copyright, online political advertising, digital taxation, digital services"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-7019713e72781afb1f3b19032c4752a314b78180","eu-tr-03181945560-59"]}} -{"id":"ec-meeting-2019-12-05-00565618e14559bd74a5c27bfc4f113da34bb0ee","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-12-05 - Communications Networks, Content and Technology x Google"],"date":["2019-12-05"],"summary":["Digital priorities of the incoming European Commission. Progress on implementing Google's AI principles, google announcement Quantum technology"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-03181945560-59","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2019-12-05-0a161889f45ecc73a1046030430c4381f33258e9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-12-05 - Taxation and Customs Union x Swiss Finance Council"],"date":["2019-12-05"],"summary":["Update on international tax issues"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-taxud"],"involved":["ec-person-3173c1cc052827c58f23ccd3a8de07534f0d35bd","eu-tr-858716912337-17"]}} -{"id":"ec-meeting-2019-12-05-2502ad664cd0c3a04ec5d980151a0145bf47ef2b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-12-05 - Cabinet of Commissioner Mariya Gabriel x EU-LIFE"],"date":["2019-12-05"],"summary":["Research and Innovation"],"notes":["Portfolio: Innovation and Youth"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-665575822616-94","ec-person-1674399a793e9e6fd7cf55b525515fc862fc9351"]}} -{"id":"ec-meeting-2019-12-05-332a618915dab9504e039ba0598ce264383b6f89","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-12-05 - Cabinet of Commissioner Virginijus Sinkevičius x WWF European Policy Programme"],"date":["2019-12-05"],"summary":["To exchange views on biodiversity and water in the context of Fitness Check of the Water Framework Directive/WFD"],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["eu-tr-1414929419-24","ec-person-172a438ed334761e2ab5d52e551fd1bcb6ab6b8d"]}} -{"id":"ec-meeting-2019-12-05-5b8c07b0cdfb5ad306b1e10c6bb28db1faff4fda","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-12-05 - Cabinet of Executive Vice-President Frans Timmermans x Greenpeace European Unit"],"date":["2019-12-05"],"summary":["Discussion on the European Green Deal"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-7c876f4825f213b8adbedf089ccedfbc3b36d65b","eu-tr-9832909575-41"]}} -{"id":"ec-meeting-2019-12-05-abd014ead504b83ad243269e7554267b5ba25947","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-12-05 - Cabinet of Commissioner Didier Reynders x Workday"],"date":["2019-12-05"],"summary":["Presentation of the company's activities"],"notes":["Portfolio: Justice"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-didier-of-reynders"],"involved":["eu-tr-021253717373-58","ec-person-442bf1ae9900b999673cdd7389224d0e21b67d4d"]}} -{"id":"ec-meeting-2019-12-05-bb3e8a8a79ec5175a32617b5596059f7e76b244e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-12-05 - Cabinet of Executive Vice-President Margrethe Vestager x Mozilla Corporation"],"date":["2019-12-05"],"summary":["Competition policy"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-bb1f295d8be3d10004d7e5fd7c24248a21215775","eu-tr-174457719063-67"]}} -{"id":"ec-meeting-2019-12-05-f1de722b09468cda5da4fa3b6e61951e45026978","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-12-05 - Cabinet of Commissioner Mariya Gabriel x Българска асоциация по информационни технологии"],"date":["2019-12-05"],"summary":["HPCs, Digital and Innovation Hubs, Cybersecurity, Education in the digital era"],"notes":["Portfolio: Innovation and Youth"],"location":["Sofia"],"address":["Sofia"],"addressEntity":["addr-dc81691d3f747a7e7d4cbe0a008c6345a5438415"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["ec-person-1674399a793e9e6fd7cf55b525515fc862fc9351","eu-tr-798931837925-89"]}} -{"id":"ec-meeting-2019-12-06-4869eed057da3f813265003fa56950d63f2e5077","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-12-06 - Cabinet of Executive Vice-President Margrethe Vestager x industriAll European Trade Union"],"date":["2019-12-06"],"summary":["Meeting with Chairman of Danish Metal and Vice-President of IndustriALL Europe"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Copenhagen"],"address":["Copenhagen"],"addressEntity":["addr-3f7c839db34cfeebcefe96d90a0e37e02c8e52c6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-11d97788772862bb34f51dd26d7f92603eac1bf8","eu-tr-358284014848-82"]}} -{"id":"ec-meeting-2019-12-06-5c25d3a4935519bd81520c97cf6b21976a3d9b35","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-12-06 - Cabinet of Executive Vice-President Valdis Dombrovskis x Latvijas Tirdzniecības un rūpniecības kamera"],"date":["2019-12-06"],"summary":["Priorities of the New European Commission; Social Dialogue and Digital Transformation."],"notes":["Portfolio: An Economy that Works for People"],"location":["Riga"],"address":["Riga"],"addressEntity":["addr-e98260de43e8b705667726783aef78b8badb67e7"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["eu-tr-029549234896-71","ec-person-9e7bd1005456277f156b671d1555c6a460fb2f58"]}} -{"id":"ec-meeting-2019-12-06-9fcecfa4f535f61494e848c43397152225f3660a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-12-06 - Cabinet of Executive Vice-President Margrethe Vestager x European Council on Foreign Relations"],"date":["2019-12-06"],"summary":["Meeting with director European Council on Foreign Relations (ECFR)"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Copenhagen"],"address":["Copenhagen"],"addressEntity":["addr-3f7c839db34cfeebcefe96d90a0e37e02c8e52c6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-339569615567-89","ec-person-11d97788772862bb34f51dd26d7f92603eac1bf8"]}} -{"id":"ec-meeting-2019-12-06-d3ae319105a13082ed7e93fe4cf4fc43cc825d39","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-12-06 - Cabinet of Commissioner Phil Hogan x Aughinish Alumina Ltd"],"date":["2019-12-06"],"summary":["Trade Issues"],"location":["Ireland"],"address":["Ireland"],"addressEntity":["addr-eb2131ece0efe78ee8bb1ae98af6099114a8df09"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-a1a78365cc4685b0958056646204977d8f2ead92","eu-tr-509423034313-42"]}} -{"id":"ec-meeting-2019-12-06-e2f674c8424c2b6012aa14661303ed6795b852bd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-12-06 - Research and Innovation x European University Association"],"date":["2019-12-06"],"summary":["MFF/European Research Area"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-rtd"],"involved":["ec-person-1d348f33395de0ea6773a7b4ae8797e3e0392f73","eu-tr-81122172998-09"]}} -{"id":"ec-meeting-2019-12-06-f46a3db23cecbfaea6a2f8124a1da7f087488a98","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-12-06 - Cabinet of Commissioner Johannes Hahn x Austrian Airlines"],"date":["2019-12-06"],"summary":["Current challenges in aviation policy"],"notes":["Portfolio: Budget and Administration"],"location":["Vienna"],"address":["Vienna"],"addressEntity":["addr-8b6cea61d247482e9e7f1e7efb1db432a69bbcb2"],"organizer":["ec-cabinet-commissioner-hahn-johannes-of"],"involved":["ec-person-6dd3472dac004e43ec1fa4f5b4106e3b476c9ce7","eu-tr-983474516327-48"]}} -{"id":"ec-meeting-2019-12-07-d830ca7b59537350ce93089aa9a7b84723f3c8fe","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-12-07 - Cabinet of Commissioner Phil Hogan x Irish Creamery Milk Suppliers Association"],"date":["2019-12-07"],"summary":["Ceremonial event"],"location":["Ireland"],"address":["Ireland"],"addressEntity":["addr-eb2131ece0efe78ee8bb1ae98af6099114a8df09"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-a1a78365cc4685b0958056646204977d8f2ead92","eu-tr-58690875697-56"]}} -{"id":"ec-meeting-2019-12-09-089cb47194d98d4d216d90e85df6e740eeca92e2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-12-09 - Cabinet of Commissioner Kadri Simson x IBERDROLA"],"date":["2019-12-09"],"summary":["European Green Deal, renewable and energy efficiency, research and innovation and accompanying the clean transition"],"notes":["Portfolio: Energy"],"location":["Madrid"],"address":["Madrid"],"addressEntity":["addr-7a2191964a3d7521269f0068afae6b6116bac15d"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["ec-person-9b7f5fe059e5b0b40e79e9170211aa2f02322fdb","eu-tr-41816938101-07","ec-person-1995c65b8dc7f3702a8c30ed96a0144075848837"]}} -{"id":"ec-meeting-2019-12-09-29c1726cdfe25379a3634b5f27bbc4934832c406","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-12-09 - Cabinet of Commissioner Adina Vălean x Airlines for America"],"date":["2019-12-09"],"summary":["Climate Action, Closer cooperation with US Airlines, Slots, Consumer protection"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["ec-person-5f7f9d4d861c5b97fbd25bccf6323535d2a7ceb8","ec-person-cc0354fbf386eb83f57c00ad5240f1dddeeabab4","eu-tr-78160685782-84","ec-person-e5f1558cac43dd4f90847b508b6753edb0a9f903"]}} -{"id":"ec-meeting-2019-12-09-2a1e73512da8a1be6240e5c8579ea739fa6c93a4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-12-09 - Cabinet of Vice-President Maroš Šefčovič x Tesla Motors Netherlands B.V."],"date":["2019-12-09"],"summary":["Tesla EU Factories"],"notes":["Portfolio: Interinstitutional Relations and Foresight"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-547225616323-13","ec-person-af83ed49c403cb9d7ebfecca7893f0054c1f4be5"]}} -{"id":"ec-meeting-2019-12-09-2f426ce947000f7d9ceb9a91f57e4e4fe58cd5e5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-12-09 - Cabinet of Executive Vice-President Margrethe Vestager x Peter G. Peterson Institute for International Economics"],"date":["2019-12-09"],"summary":["Meeting with Senior Fellow at the Peterson Institute for International Economics"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-245016733415-68","ec-person-11d97788772862bb34f51dd26d7f92603eac1bf8"]}} -{"id":"ec-meeting-2019-12-09-536e81e6e99a71ce770b459e95554455ad6456a0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-12-09 - Internal Market, Industry, Entrepreneurship and SMEs x Business Bridge Europe"],"date":["2019-12-09"],"summary":["short courtesy meeting to introduce themselves"],"location":["BREY-Brussels"],"address":["BREY-Brussels"],"addressEntity":["addr-d44a5833caa26834c3898a8945679a31285bd2ac"],"organizer":["ec-dg-grow"],"involved":["ec-person-6299e47fea20df86a1b90bd5b033006b2cb35b5e","eu-tr-72856225852-31"]}} -{"id":"ec-meeting-2019-12-09-630b7644d5ff323a435b4247af5714e2e270fe88","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-12-09 - Energy x Hybrit Development AB"],"date":["2019-12-09"],"summary":["HYBRIT project regarding climate neutral steel production"],"location":["Madrid"],"address":["Madrid"],"addressEntity":["addr-7a2191964a3d7521269f0068afae6b6116bac15d"],"organizer":["ec-dg-ener"],"involved":["eu-tr-052949332611-47","ec-person-9c0f33ecb9f6badd5f4b5f1a4bd7677e18a52a22"]}} -{"id":"ec-meeting-2019-12-09-90fae93fae586470e5ca23a987bd81f4a21f20ca","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-12-09 - Internal Market, Industry, Entrepreneurship and SMEs x IP Europe"],"date":["2019-12-09"],"summary":["Exchange views on future Industrial Strategy and concerns on 5G"],"location":["BREY-Brussels"],"address":["BREY-Brussels"],"addressEntity":["addr-d44a5833caa26834c3898a8945679a31285bd2ac"],"organizer":["ec-dg-grow"],"involved":["ec-person-6299e47fea20df86a1b90bd5b033006b2cb35b5e","eu-tr-562316318576-78"]}} -{"id":"ec-meeting-2019-12-09-928b76df8010754670d64ad49660cef3bf41483e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-12-09 - Cabinet of Commissioner Kadri Simson x SOLAR IMPULSE FOUNDATION"],"date":["2019-12-09"],"summary":["European Green Deal, innovative solutions to reach our green energy goals, energy efficiency and renewables"],"notes":["Portfolio: Energy"],"location":["Madrid"],"address":["Madrid"],"addressEntity":["addr-7a2191964a3d7521269f0068afae6b6116bac15d"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["ec-person-9b7f5fe059e5b0b40e79e9170211aa2f02322fdb","eu-tr-569885924378-48","ec-person-1995c65b8dc7f3702a8c30ed96a0144075848837"]}} -{"id":"ec-meeting-2019-12-09-bda3434b91923eff7e3527f099dc2d0eede4df15","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-12-09 - Cabinet of Commissioner Jutta Urpilainen x Bill & Melinda Gates Foundation"],"date":["2019-12-09"],"summary":["introductory meeting with the new Managing Director"],"notes":["Portfolio: International Partnerships"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["ec-person-7204caa5e704bc4a911fee13ad5c0f62fd74b3bc","eu-tr-371567915480-41","ec-person-e29b72fe81d25796214b1c5915c52a124f06cd9d","ec-person-9788b5f9ccd101dc091867a4496a5735ee7151d9"]}} -{"id":"ec-meeting-2019-12-09-ca5d98ef958278e31994b8fc0d3abd5d24883abe","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-12-09 - Cabinet of Commissioner Phil Hogan x AT&T, Inc."],"date":["2019-12-09"],"summary":["Digital trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-92442218459-37","ec-person-cd4a156dd3ba3388c4e3ef6cd8fdc81362380dbb"]}} -{"id":"ec-meeting-2019-12-09-da94064c1e26f7102f95e26a54ff1404db5b4c28","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-12-09 - Cabinet of Commissioner Jutta Urpilainen x Kulttuuri- ja taidealan keskusjärjestö KULTA ry"],"date":["2019-12-09"],"summary":["Finnish culture"],"notes":["Portfolio: International Partnerships"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["ec-person-9788b5f9ccd101dc091867a4496a5735ee7151d9","eu-tr-364398937392-13"]}} -{"id":"ec-meeting-2019-12-09-dcf76f4f13207a81f19df8c04bc2dd34ed06348d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-12-09 - Cabinet of Commissioner Phil Hogan x Comité Européen des Entreprises Vins"],"date":["2019-12-09"],"summary":["Airbus/Boeing dispute and impact on the wine sector"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-2663914841-28","ec-person-c9d17d5879383b030f61a4066848249fb35d57e4"]}} -{"id":"ec-meeting-2019-12-09-decaf877b35e053081d12211ee42fb9649cb91e5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-12-09 - Cabinet of Executive Vice-President Frans Timmermans x Heathrow Airport Holdings Limited Shell Companies Airports Council International - European Region Royal Schiphol Group"],"date":["2019-12-09"],"summary":["Sustainable fuel for aviation"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-42566063487-73","eu-tr-793750635630-82","eu-tr-05032108616-26","ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce","eu-tr-218005833024-72"]}} -{"id":"ec-meeting-2019-12-09-e0e7cb6238dc144a7304b338498513f845ef3742","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-12-09 - Research and Innovation x Association of European Research Establishments in Aeronautics"],"date":["2019-12-09"],"summary":["Key note speaker/Annual event"],"location":["Bruxelles"],"address":["Bruxelles"],"addressEntity":["addr-b58f5927b66d94a676970dc048485d4c6848f272"],"organizer":["ec-dg-rtd"],"involved":["eu-tr-010397411668-54","ec-person-1d348f33395de0ea6773a7b4ae8797e3e0392f73"]}} -{"id":"ec-meeting-2019-12-09-e1b511394c7489a03abcf87878ebf7885e241804","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-12-09 - Cabinet of Commissioner Janusz Wojciechowski x Związek Pracodawców Business & Science Poland"],"date":["2019-12-09"],"summary":["Introductory meeting"],"notes":["Portfolio: Agriculture"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["eu-tr-548212735276-89","ec-person-625f8b4379f79adee4f15c6a0417a96bb5a5a403"]}} -{"id":"ec-meeting-2019-12-10-06245e6a1299dfec4d45484a8db0e9b796d31c37","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-12-10 - Cabinet of Commissioner Mariya Gabriel x Science Europe"],"date":["2019-12-10"],"summary":["Research, Innovation and Education"],"notes":["Portfolio: Innovation and Youth"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-73131808686-11","ec-person-1674399a793e9e6fd7cf55b525515fc862fc9351"]}} -{"id":"ec-meeting-2019-12-10-11de70013466db89cae7af2cb65b2a2ae640929a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-12-10 - Directorate-General for International Partnerships x Vodafone Belgium SA"],"date":["2019-12-10"],"summary":["Meeting Member of the Vodafone Group ExCo"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-intpa"],"involved":["eu-tr-90142503473-81","ec-person-afe6f55069d2cc5483157e138e41abd63140fdd8"]}} -{"id":"ec-meeting-2019-12-10-2b412943047351c95fd477d5aa148e6f60eb0f6d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-12-10 - Cabinet of President Ursula von der Leyen x European Round Table for Industry"],"date":["2019-12-10"],"summary":["green deal and digital strategy, single market, R&D&I, data, 5G"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-7019713e72781afb1f3b19032c4752a314b78180","eu-tr-25487567824-45"]}} -{"id":"ec-meeting-2019-12-10-431d644e25819d97b10a2032c2d99fe6761356dd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-12-10 - Cabinet of Commissioner Adina Vălean x Airlines for Europe"],"date":["2019-12-10"],"summary":["Climate Action, Consumer Protection, Slots, Cooperation with US Airlines"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["ec-person-e5f1558cac43dd4f90847b508b6753edb0a9f903","ec-person-5f7f9d4d861c5b97fbd25bccf6323535d2a7ceb8","ec-person-267c5ab3ea5304fc6305ef321e214c9c1cd0f78e","eu-tr-807912421050-91","ec-person-cc0354fbf386eb83f57c00ad5240f1dddeeabab4"]}} -{"id":"ec-meeting-2019-12-10-4e6d637a8f9219adef4b3d9fe373ddf07511a21a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-12-10 - Internal Market, Industry, Entrepreneurship and SMEs x Industrianställda i Norden"],"date":["2019-12-10"],"summary":["Presentation given to introduce EU industrial policy"],"location":["BREY-Brussels"],"address":["BREY-Brussels"],"addressEntity":["addr-d44a5833caa26834c3898a8945679a31285bd2ac"],"organizer":["ec-dg-grow"],"involved":["ec-person-6299e47fea20df86a1b90bd5b033006b2cb35b5e","eu-tr-225886832558-06"]}} -{"id":"ec-meeting-2019-12-10-4f870271136e4839e5e8d86793dc5be5d52a9079","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-12-10 - Energy x Endesa"],"date":["2019-12-10"],"summary":["European Clean Energy in Islands"],"location":["Madrid"],"address":["Madrid"],"addressEntity":["addr-7a2191964a3d7521269f0068afae6b6116bac15d"],"organizer":["ec-dg-ener"],"involved":["eu-tr-47504237466-74","ec-person-9c0f33ecb9f6badd5f4b5f1a4bd7677e18a52a22"]}} -{"id":"ec-meeting-2019-12-10-5cd35728ffda2d1cd95f9daa4d3cd1bbcd7227db","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-12-10 - Mobility and Transport x Società italiana per l'assistenza al volo"],"date":["2019-12-10"],"summary":["SES"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-move"],"involved":["eu-tr-043518118736-36","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2019-12-10-6a9cf0661232dbbcc66a4222bfd3f34239dbeed6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-12-10 - Cabinet of Vice-President Věra Jourová x Re-Imagine Europa"],"date":["2019-12-10"],"summary":["Democracy in Digital society"],"notes":["Portfolio: Values and Transparency"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["ec-person-74c07660dcbc6dc9993b34462cf2a1fec35925ea","ec-person-28fecf6c4f04b3a2af1d74c742e147920ab849c5","eu-tr-931656328552-33"]}} -{"id":"ec-meeting-2019-12-10-6c64141ee0313d6c5f882425901251685c9d980a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-12-10 - Cabinet of President Ursula von der Leyen x Ericsson"],"date":["2019-12-10"],"summary":["5G technology development, roll-out, cybersecurity, telecom markets"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-7019713e72781afb1f3b19032c4752a314b78180","eu-tr-02021363105-42"]}} -{"id":"ec-meeting-2019-12-10-77a5ae7c69e0431581a5708275926e82a8bca05e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-12-10 - Communications Networks, Content and Technology x General Electric Company"],"date":["2019-12-10"],"summary":["AI and healthcare"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-4016736872-59","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2019-12-10-78c9fa227ebf91472e06038e91f2b95f08bad22b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-12-10 - Cabinet of Executive Vice-President Margrethe Vestager x european competitive telecommunications association"],"date":["2019-12-10"],"summary":["Competition and regulatory issues in the telecom sector"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-11d97788772862bb34f51dd26d7f92603eac1bf8","eu-tr-24627752238-32"]}} -{"id":"ec-meeting-2019-12-10-7ee8e95f188ae0f3c842e98de1366cd69606c651","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-12-10 - Cabinet of Commissioner Nicolas Schmit x EUROPEAN TRADE UNION CONFEDERATION Unione Italiana del Lavoro Confederazione Generale Italiana del Lavoro Confederazione Italiana Sindacati Lavoratori"],"date":["2019-12-10"],"summary":["Minimum wage and collective bargaining"],"notes":["Portfolio: Jobs and Social Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["eu-tr-376222916112-22","ec-person-4cf4655ab41922e92160325d987a3c4615c72d30","eu-tr-777909025310-14","eu-tr-06698681039-26","ec-person-935314e38d735654cae8ee61313a3d73439b242d","ec-person-c2208333f0f75350eef62b355a40bf856f2d9cef","eu-tr-622307424816-11","ec-person-c03b949331dbbe5fa3d5423758e371ec1b9b832f"]}} -{"id":"ec-meeting-2019-12-10-8a93cda70a340eea8f26b02507d0f49b31458de2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-12-10 - Internal Market, Industry, Entrepreneurship and SMEs x Cosmetics Europe"],"date":["2019-12-10"],"summary":["Courtesy meeting to introduce themselves and present their priorities"],"location":["BREY-Brussels"],"address":["BREY-Brussels"],"addressEntity":["addr-d44a5833caa26834c3898a8945679a31285bd2ac"],"organizer":["ec-dg-grow"],"involved":["ec-person-6299e47fea20df86a1b90bd5b033006b2cb35b5e","eu-tr-83575061669-96"]}} -{"id":"ec-meeting-2019-12-10-b13438a1083a29af152357f38790a49452a29273","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-12-10 - Cabinet of Commissioner Phil Hogan x Ibec"],"date":["2019-12-10"],"summary":["priorities of the incoming Commission and DG Trade's WP"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-479468313744-50","ec-person-7d3caa534e5cdda6d5b949bd4b2def39356e3bec"]}} -{"id":"ec-meeting-2019-12-10-b4ecf19646b51530cdf9ee4942a0cc3a0b4963c0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-12-10 - Cabinet of Vice-President Margaritis Schinas x Wilfried Martens Centre for European Studies"],"date":["2019-12-10"],"summary":["the new Pact on Migration and Asylum"],"notes":["Portfolio: Promoting the European Way of Life"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-margaritis-of-president-schinas-vice"],"involved":["ec-person-d5cada2a1a17537a675985af31e5ce07ae3bfd42","ec-person-901d49b3e3af3e96de8d42787e8633b0adc76ca1","eu-tr-865557816122-74"]}} -{"id":"ec-meeting-2019-12-10-c60fab097dc0566033bef262464c959e661cb70e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-12-10 - Cabinet of Vice-President Margaritis Schinas x Assicurazioni Generali S.p.A"],"date":["2019-12-10"],"summary":["The team of the NGO presented to us the mission of the foundation and the programmes that they run under this NGO. On our side we asked more information about their programme, which helps refugees to open businesses and startups"],"notes":["Portfolio: Promoting the European Way of Life"],"location":["Brussels Belgium"],"address":["Brussels Belgium"],"addressEntity":["addr-61947d7d2c69c0b8f57325bd044f500c5fc6df48"],"organizer":["ec-cabinet-margaritis-of-president-schinas-vice"],"involved":["ec-person-c8d1d7f3012c344bc60630eb456865390bddc7c5","eu-tr-600525713796-88"]}} -{"id":"ec-meeting-2019-12-10-c93d784496ae6ed5f1e26bb9649ec9b11ab24e99","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-12-10 - Cabinet of Commissioner Mariya Gabriel x European Science Foundation"],"date":["2019-12-10"],"summary":["Innovation"],"notes":["Portfolio: Innovation and Youth"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["ec-person-1674399a793e9e6fd7cf55b525515fc862fc9351","eu-tr-831120023433-89"]}} -{"id":"ec-meeting-2019-12-10-cdcc08a8a716253f5715c717611db20c6350ee01","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-12-10 - Cabinet of Commissioner Mariya Gabriel x European Brain Council"],"date":["2019-12-10"],"summary":["Research"],"notes":["Portfolio: Innovation and Youth"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-31091478710-90","ec-person-1674399a793e9e6fd7cf55b525515fc862fc9351"]}} -{"id":"ec-meeting-2019-12-10-d6a6495e9b87c484874618236419279fbcef1a27","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-12-10 - Cabinet of Commissioner Mariya Gabriel x Siemens AG"],"date":["2019-12-10"],"summary":["Innovation"],"notes":["Portfolio: Innovation and Youth"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-4266797770-31","ec-person-1674399a793e9e6fd7cf55b525515fc862fc9351"]}} -{"id":"ec-meeting-2019-12-10-e75b59a0a5055afd12d5d3b1b9f71a8addd74f3e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-12-10 - Energy x Institutional Investors Group on Climate Change"],"date":["2019-12-10"],"summary":["Clean energy transition and sustainable investment"],"location":["Madrid"],"address":["Madrid"],"addressEntity":["addr-7a2191964a3d7521269f0068afae6b6116bac15d"],"organizer":["ec-dg-ener"],"involved":["ec-person-9c0f33ecb9f6badd5f4b5f1a4bd7677e18a52a22","eu-tr-962717910722-61"]}} -{"id":"ec-meeting-2019-12-10-f884fb014c212152aa95920c1631a28f1174a307","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-12-10 - Cabinet of Executive Vice-President Frans Timmermans x Hydrogen Europe"],"date":["2019-12-10"],"summary":["Hydrogen in Europe"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce","eu-tr-77659588648-75"]}} -{"id":"ec-meeting-2019-12-11-0e6c1d82d1db489cc5b802ea400ead8d8ee69c1b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-12-11 - Cabinet of Executive Vice-President Frans Timmermans x Eurogroup for Animals"],"date":["2019-12-11"],"summary":["biodiversity, sustainable food and animal welfare"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-6809935493-49","ec-person-8af3c81534786a740718d21dc58240738a53ed7b"]}} -{"id":"ec-meeting-2019-12-11-130829dcfd6f9af4a1f332d931ac603eb1d59735","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-12-11 - Cabinet of Commissioner Jutta Urpilainen x The Central Organisation of Finnish Trade Unions SAK STTK ry"],"date":["2019-12-11"],"summary":["development policy"],"notes":["Portfolio: International Partnerships"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["ec-person-7c4fa9cfb750b5b524c065180fcee1123b8df03e","eu-tr-907583825189-14","eu-tr-508695011366-29","ec-person-1ec9383fd54d9d4cd8a154c01fa71549eb8c75ac"]}} -{"id":"ec-meeting-2019-12-11-13bf268a077cc9b14042fe541cc4acca6b1d7a56","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-12-11 - Task Force for Relations with the United Kingdom x Airbus"],"date":["2019-12-11"],"summary":["Meeting with the Task Force for Relations with the United Kingdom"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-uktf"],"involved":["ec-person-864cfa5fbc9b02a079ffbab1107f252c7bb08478","eu-tr-2732167674-76"]}} -{"id":"ec-meeting-2019-12-11-2e1aa66671d663c91bbf9b49d1150f6248521ea7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-12-11 - Cabinet of Commissioner Nicolas Schmit x STTK ry The Central Organisation of Finnish Trade Unions SAK"],"date":["2019-12-11"],"summary":["Minimum wage and collective bargaining"],"notes":["Portfolio: Jobs and Social Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-8eb18b6102d444937bc6af5822a6742812165b48","ec-person-4cf4655ab41922e92160325d987a3c4615c72d30","eu-tr-907583825189-14","ec-person-935314e38d735654cae8ee61313a3d73439b242d","eu-tr-508695011366-29","ec-person-c2208333f0f75350eef62b355a40bf856f2d9cef","ec-person-c03b949331dbbe5fa3d5423758e371ec1b9b832f"]}} -{"id":"ec-meeting-2019-12-11-2fe4b99f5225cf820cf6f5678b9ad52e93d11158","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-12-11 - Cabinet of High Representative Josep Borrell Fontelles x Rasmussen Global"],"date":["2019-12-11"],"summary":["Security and Defence issues"],"notes":["Portfolio: High Representative of the Union for Foreign Affairs and Security Policy / Vice-President of the Commission"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-borrell-cabinet-fontelles-high-josep-of-representative"],"involved":["ec-person-d1feca8d32580d47b14dd7bb1a7ff1e0dd7a01e1","eu-tr-923424020779-19"]}} -{"id":"ec-meeting-2019-12-11-47ce6357b210d5e1edccf5be483d8ba9a2e3c566","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-12-11 - Cabinet of Commissioner Phil Hogan x Airbus"],"date":["2019-12-11"],"summary":["State of play of the latest development of the Airbus/Boeing litigation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-c9d17d5879383b030f61a4066848249fb35d57e4","eu-tr-2732167674-76","ec-person-a1a78365cc4685b0958056646204977d8f2ead92","ec-person-cd4a156dd3ba3388c4e3ef6cd8fdc81362380dbb"]}} -{"id":"ec-meeting-2019-12-11-5183bee77bc6a3eb32105cb9084663cf0f3d5cec","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-12-11 - Cabinet of President Ursula von der Leyen x Twitch Interactive, Inc."],"date":["2019-12-11"],"summary":["Copyright, harmful content"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-7019713e72781afb1f3b19032c4752a314b78180","eu-tr-787264835793-19"]}} -{"id":"ec-meeting-2019-12-11-58ed582f859a511ae6844a1de93452588bd07ffe","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-12-11 - Cabinet of President Ursula von der Leyen x Bureau Européen des Unions de Consommateurs"],"date":["2019-12-11"],"summary":["Artificial intelligence, cybersecurity, product safety, platforms, consumer agenda"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-7019713e72781afb1f3b19032c4752a314b78180","eu-tr-9505781573-45"]}} -{"id":"ec-meeting-2019-12-11-59ded0bb3c1696dc47f313e1d5f079b71d396f95","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-12-11 - Cabinet of Commissioner Mariya Gabriel x Aerospace, Security and Defence Industries Association of Europe"],"date":["2019-12-11"],"summary":["Research and Innovation in Aeronautics, Space and Defence sector"],"notes":["Portfolio: Innovation and Youth"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["ec-person-1674399a793e9e6fd7cf55b525515fc862fc9351","eu-tr-72699997886-57"]}} -{"id":"ec-meeting-2019-12-11-6358269b711f2bf0f69683b25ad0a6f70bb9b50d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-12-11 - Cabinet of Executive Vice-President Margrethe Vestager x Centre for European Policy Studies"],"date":["2019-12-11"],"summary":["Cybersecurity@CEPS Summit 2019"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Bruxelles"],"address":["Bruxelles"],"addressEntity":["addr-b58f5927b66d94a676970dc048485d4c6848f272"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-86853666704-95","ec-person-8b6db5c3c4611618ade59c6d0dadc21c962f0ee7"]}} -{"id":"ec-meeting-2019-12-11-6cf44c54ed2238d46a140e3cf6604422ddc15f88","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-12-11 - Cabinet of Executive Vice-President Margrethe Vestager x Saab AB"],"date":["2019-12-11"],"summary":["European defence industry"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-11d97788772862bb34f51dd26d7f92603eac1bf8","eu-tr-86477889163-49"]}} -{"id":"ec-meeting-2019-12-11-77dbc1c54696462988847ad6158635367b0e7996","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2019-12-11 - Cabinet of Commissioner Nicolas Schmit x Airbus"],"date":["2019-12-11"],"summary":["Skilling of workforce","Skills"],"notes":["Portfolio: Jobs and Social Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-66fa2c2d100ec194caa42b5c6f97c36e2748b71c","ec-person-4cf4655ab41922e92160325d987a3c4615c72d30","eu-tr-2732167674-76","ec-person-935314e38d735654cae8ee61313a3d73439b242d","ec-person-c2208333f0f75350eef62b355a40bf856f2d9cef","ec-person-c03b949331dbbe5fa3d5423758e371ec1b9b832f"]}} -{"id":"ec-meeting-2019-12-11-7bc3bc9789b7b3f8e4593e1ce8786d43671fd3e0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-12-11 - Employment, Social Affairs and Inclusion x Danish Trade Union Confederation EU Office"],"date":["2019-12-11"],"summary":["Meeting to discuss the priorities of the new Commission, in particular in the context of an EU minimum wage"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-empl"],"involved":["eu-tr-805838518601-52","ec-person-dd259fce880e1853f0beb087443bce6e7dea70d7"]}} -{"id":"ec-meeting-2019-12-11-81ddcb1d82413b2d76317dbfae3ad99cca8cc72f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-12-11 - Cabinet of Executive Vice-President Valdis Dombrovskis x Assicurazioni Generali S.p.A"],"date":["2019-12-11"],"summary":["Solvency II, sustainable finance"],"notes":["Portfolio: An Economy that Works for People"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-235870cd7eb41f2494f695fce18b5b5b88647113","eu-tr-600525713796-88"]}} -{"id":"ec-meeting-2019-12-11-87fd0d8989ecfe55ceab64ab803e708dfd0aba48","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-12-11 - Cabinet of Commissioner Mariya Gabriel x IBM Corporation"],"date":["2019-12-11"],"summary":["Horizon Europe - Digital Industry and Digital Education"],"notes":["Portfolio: Innovation and Youth"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-7721359944-96","ec-person-05eacb798fc0f8126f85d49d86bd896a56be569c"]}} -{"id":"ec-meeting-2019-12-11-a6152b2cdc2d89d5b92614fd40ef9a90fe4fee0b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-12-11 - Cabinet of Commissioner Mariya Gabriel x Centre for Fine Arts"],"date":["2019-12-11"],"summary":["Culture / Research and Innovation"],"notes":["Portfolio: Innovation and Youth"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["ec-person-1674399a793e9e6fd7cf55b525515fc862fc9351","eu-tr-981651218089-69"]}} -{"id":"ec-meeting-2019-12-11-a7c539667fae495939457b806892b0a6f2adc56b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-12-11 - Cabinet of Commissioner Tibor Navracsics x European Club Association"],"date":["2019-12-11"],"summary":["new Commissioner and Cabinet"],"notes":["Portfolio: Education, Culture, Youth and Sport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-navracsics-of-tibor"],"involved":["ec-person-49f31dad10f5641cb1d1e4c3107dd838389e8120","eu-tr-925747033224-18"]}} -{"id":"ec-meeting-2019-12-11-a97cff5cfbdea6b208ba0962ee7db1571e9f4cdc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-12-11 - Cabinet of Vice-President Věra Jourová x IBM Corporation"],"date":["2019-12-11"],"summary":["Conference on Digital Europe"],"notes":["Portfolio: Values and Transparency"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["eu-tr-7721359944-96","ec-person-fb258e0188a5319bfaba3161382db43f5a85851f"]}} -{"id":"ec-meeting-2019-12-11-b058dbe8c407d868e6ce1b6f8dedd991e43d48a3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-12-11 - Cabinet of Commissioner Phil Hogan x IBM Corporation"],"date":["2019-12-11"],"summary":["Presentation of IBM’s point of view on digital trade and the priorities of the new Commission"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-7721359944-96","ec-person-c9d17d5879383b030f61a4066848249fb35d57e4","ec-person-a1a78365cc4685b0958056646204977d8f2ead92","ec-person-cd4a156dd3ba3388c4e3ef6cd8fdc81362380dbb"]}} -{"id":"ec-meeting-2019-12-11-cab5f3efc56210c355db96830849831f9d293434","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-12-11 - Employment, Social Affairs and Inclusion x The Central Organisation of Finnish Trade Unions SAK STTK ry"],"date":["2019-12-11"],"summary":["Meeting with SAK and STTK"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-empl"],"involved":["eu-tr-907583825189-14","ec-person-dd259fce880e1853f0beb087443bce6e7dea70d7","eu-tr-508695011366-29"]}} -{"id":"ec-meeting-2019-12-11-d6f807859181c3de8fd4e2f05b2355d582c20efc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-12-11 - Cabinet of Executive Vice-President Margrethe Vestager x European Tech Alliance"],"date":["2019-12-11"],"summary":["Competition policy"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-bb1f295d8be3d10004d7e5fd7c24248a21215775","eu-tr-189607519323-76"]}} -{"id":"ec-meeting-2019-12-11-d8d377bd5533790d5c489a250271ad2eaf91ab61","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-12-11 - Cabinet of Commissioner Thierry Breton x ASD-Eurospace"],"date":["2019-12-11"],"summary":["Echanges sur le marché intérieur européen et les capacités industrielles de l'UE dans le domaine de la défense et l'espace"],"notes":["Portfolio: Internal Market"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","eu-tr-873508417106-05"]}} -{"id":"ec-meeting-2019-12-11-da1be7287d3739b669ae2ace6dd6559fdb4f32ec","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-12-11 - Cabinet of Commissioner Virginijus Sinkevičius x Association of National Organisations of Fishing Enterprises in the European Union"],"date":["2019-12-11"],"summary":["To present and discuss the views on ongoing fisheries policy developments"],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["ec-person-dd7a7b1952e158f4195d34cff333ec79a4f48ba3","eu-tr-2312395253-25"]}} -{"id":"ec-meeting-2019-12-11-dcc57e5a9fe307fccb897e05b80ff429103cb2ee","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-12-11 - Cabinet of Commissioner Nicolas Schmit x CSR Europe, The Business Network for Corporate Social Responsibility"],"date":["2019-12-11"],"summary":["Skills"],"notes":["Portfolio: Jobs and Social Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["eu-tr-56502415122-32","ec-person-c03b949331dbbe5fa3d5423758e371ec1b9b832f"]}} -{"id":"ec-meeting-2019-12-11-e6c063dc50cc9e141f014d8290f4d849d8a25d2e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-12-11 - Cabinet of Commissioner Mariya Gabriel x Airbus"],"date":["2019-12-11"],"summary":["Horizon Europe and the Aviation sector"],"notes":["Portfolio: Innovation and Youth"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-2732167674-76","ec-person-1674399a793e9e6fd7cf55b525515fc862fc9351"]}} -{"id":"ec-meeting-2019-12-11-e7d5691c0d18cf7f00257d33decaae93bdc53d7d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-12-11 - Cabinet of Commissioner Kadri Simson x Rasmussen Global"],"date":["2019-12-11"],"summary":["European Green Deal, energy security"],"notes":["Portfolio: Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["ec-person-3ba14eabc5fddef75d1a672cc75b5f4bddd72ee9","ec-person-2fb98fc84d2cf8d481688eff3d47f7745ead3592","eu-tr-923424020779-19","ec-person-1995c65b8dc7f3702a8c30ed96a0144075848837"]}} -{"id":"ec-meeting-2019-12-12-127dcad2143aaf84bab511b560877770facbb7da","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-12-12 - Cabinet of Commissioner Mariya Gabriel x BUSINESSEUROPE"],"date":["2019-12-12"],"summary":["Research and Innovation"],"notes":["Portfolio: Innovation and Youth"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-3978240953-79","ec-person-1674399a793e9e6fd7cf55b525515fc862fc9351"]}} -{"id":"ec-meeting-2019-12-12-18375008f683e0388e159b5a9243287cfc171769","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-12-12 - Cabinet of Executive Vice-President Valdis Dombrovskis x Chamber of Commerce of the United States of America"],"date":["2019-12-12"],"summary":["sustainable finance, equivalence, Alternative Investment Fund Managers Directive, Directive on Markets in Financial Instruments, and Capital Markets Union"],"notes":["Portfolio: An Economy that Works for People"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-235870cd7eb41f2494f695fce18b5b5b88647113","eu-tr-483024821178-51"]}} -{"id":"ec-meeting-2019-12-12-1ca1128dff5180d97c3a3394ae0bc515c959a98b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-12-12 - Cabinet of Executive Vice-President Frans Timmermans x European farmers European agri-cooperatives"],"date":["2019-12-12"],"summary":["Green Deal and agriculture"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-09586631237-74","eu-tr-44856881231-49","ec-person-33624431cbec1074e151c1707715ef46d2ba9565"]}} -{"id":"ec-meeting-2019-12-12-332a618915dab9504e039ba0598ce264383b6f89","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-12-12 - Cabinet of Commissioner Virginijus Sinkevičius x WWF European Policy Programme"],"date":["2019-12-12"],"summary":["EU's upcoming marine and environmental priorities for the coming years"],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["ec-person-1443799688ae485d7a2fee5c9defab2c5b7c7e6c","eu-tr-1414929419-24","ec-person-172a438ed334761e2ab5d52e551fd1bcb6ab6b8d"]}} -{"id":"ec-meeting-2019-12-12-35537e53761a28600cec1dbcc60978f3def65a45","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-12-12 - Mobility and Transport x EU-ASEAN Business Council"],"date":["2019-12-12"],"summary":["EU-ASEAN cooperation"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-move"],"involved":["eu-tr-614220318268-60","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2019-12-12-38aac004fa5eb7b5e8a15a7a343b6d93bebb673f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-12-12 - Cabinet of Commissioner Nicolas Schmit x Confederation of Danish Employers Fagbevægelsens Hovedorganisation"],"date":["2019-12-12"],"summary":["Minimum wage and social dialogue"],"notes":["Portfolio: Jobs and Social Rights"],"location":["Copenhagen, Denmark"],"address":["Copenhagen, Denmark"],"addressEntity":["addr-037407970050e97c761587d63aacfaeb126cab45"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-4cf4655ab41922e92160325d987a3c4615c72d30","eu-tr-18082924076-29","ec-person-935314e38d735654cae8ee61313a3d73439b242d","eu-tr-11503381325-76","ec-person-761fad67b377a6e2a384245795719ef5f7131269","ec-person-c03b949331dbbe5fa3d5423758e371ec1b9b832f"]}} -{"id":"ec-meeting-2019-12-12-653861f2e53029393121a63b14201d2b0d733724","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-12-12 - Cabinet of Commissioner Thierry Breton x NOVE"],"date":["2019-12-12"],"summary":["Exchange on audiovisual policy for the Sports Industry"],"notes":["Portfolio: Internal Market"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-522122412613-18","ec-person-7217954e3bc1aad2a1474fb760ea512a069f8fe3"]}} -{"id":"ec-meeting-2019-12-12-6aad484759722219a8333ab86958c908d80e65bb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-12-12 - Health and Food Safety x PA Europe"],"date":["2019-12-12"],"summary":["Legislative and non-legislative options for combating AMR and promoting PPP biocontrol tools"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-sante"],"involved":["ec-person-42d2108d723f9b9017ed589e3271e3156172daa7","eu-tr-11064742654-42"]}} -{"id":"ec-meeting-2019-12-12-768c4382736da5c1720d22a654ad7819f0fe5f55","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-12-12 - Cabinet of President Ursula von der Leyen x Trellix"],"date":["2019-12-12"],"summary":["Cybersecurity, public-private cooperation"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-7019713e72781afb1f3b19032c4752a314b78180","eu-tr-848399332282-85"]}} -{"id":"ec-meeting-2019-12-12-7faadf76b9cbf7e8ecb8e753fd153da04acf3024","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-12-12 - Cabinet of Commissioner Helena Dalli x European Disability Forum"],"date":["2019-12-12"],"summary":["Meeting on the disability strategy"],"notes":["Portfolio: Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-dalli-helena-of"],"involved":["eu-tr-57868523887-16","ec-person-d0b568d53468fcd3dfeeaddbd07343b5b065914d"]}} -{"id":"ec-meeting-2019-12-12-8d1b922581e782fe5bc6b13baee2c6ebeb87a629","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-12-12 - Cabinet of Executive Vice-President Valdis Dombrovskis x Citigroup Inc."],"date":["2019-12-12"],"summary":["Capital Markets Union"],"notes":["Portfolio: An Economy that Works for People"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-235870cd7eb41f2494f695fce18b5b5b88647113","eu-tr-00353757573-57"]}} -{"id":"ec-meeting-2019-12-12-96deba18c5f078a053e923dda7f8bea2dc0ff670","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-12-12 - Cabinet of Executive Vice-President Frans Timmermans x Stichting European Climate Foundation"],"date":["2019-12-12"],"summary":["Just Transition"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-64869491516-70","ec-person-d53e00c46a4cc62bbf533e0c9bb35bacb9121989"]}} -{"id":"ec-meeting-2019-12-12-98d84d0549a3003ed0dcbb5866cc79af56cfc5ef","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-12-12 - Cabinet of Commissioner Nicolas Schmit x Fagligt Fælles Forbund"],"date":["2019-12-12"],"summary":["Minimum wage, collective bargaining and worker mobility"],"notes":["Portfolio: Jobs and Social Rights"],"location":["Copenhagen, Denmark"],"address":["Copenhagen, Denmark"],"addressEntity":["addr-037407970050e97c761587d63aacfaeb126cab45"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-4cf4655ab41922e92160325d987a3c4615c72d30","ec-person-935314e38d735654cae8ee61313a3d73439b242d","ec-person-761fad67b377a6e2a384245795719ef5f7131269","ec-person-c03b949331dbbe5fa3d5423758e371ec1b9b832f","eu-tr-790395022789-84"]}} -{"id":"ec-meeting-2019-12-12-9fc04b6f357fd0445a2e9ec3b2569dd6e8ac608d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-12-12 - Cabinet of Executive Vice-President Frans Timmermans x Seas At Risk vzw"],"date":["2019-12-12"],"summary":["Receipt of the petition from more than 400,000 EU citizens on climate action"],"notes":["Portfolio: European Green Deal"],"location":["Rond point Schuman, Brussels"],"address":["Rond point Schuman, Brussels"],"addressEntity":["addr-9eeaa7150b091b044b6e76bbbb555ab1d65a14da"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-9eafbf4a92961023c7df3ab389ae6d4301dec4bf","eu-tr-95261732139-73"]}} -{"id":"ec-meeting-2019-12-12-cc66db38216b79e62e42b09e4d44f2fd2bd08c83","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-12-12 - Cabinet of Commissioner Phil Hogan x EU-ASEAN Business Council"],"date":["2019-12-12"],"summary":["Trade Issues"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-614220318268-60","ec-person-a1a78365cc4685b0958056646204977d8f2ead92","ec-person-7d3caa534e5cdda6d5b949bd4b2def39356e3bec"]}} -{"id":"ec-meeting-2019-12-13-08f82e586a38e904d38d293d007f9f8cfbe1f4a7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-12-13 - Cabinet of Commissioner Phil Hogan x BUSINESSEUROPE"],"date":["2019-12-13"],"summary":["Trade Issues"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-3978240953-79","ec-person-a1a78365cc4685b0958056646204977d8f2ead92"]}} -{"id":"ec-meeting-2019-12-13-29d235896bff8aca96c395552170cc496bf1db6e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-12-13 - Cabinet of Commissioner Nicolas Schmit x Tjänstemännens centralorganisation Sveriges Akademikers Centralorganisation The Swedish Trade Union Confederation Swedish Association of Local Authorities and Regions"],"date":["2019-12-13"],"summary":["Minimum wage, skilling of workforce in digital and green transitions"],"notes":["Portfolio: Jobs and Social Rights"],"location":["Stockholm, Sweden"],"address":["Stockholm, Sweden"],"addressEntity":["addr-92169336ee423643e4d74d0dc5724c6b612cc7a8"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-4cf4655ab41922e92160325d987a3c4615c72d30","eu-tr-86242309652-84","eu-tr-673091017982-82","eu-tr-698580322266-37","ec-person-935314e38d735654cae8ee61313a3d73439b242d","eu-tr-263312725149-84","ec-person-761fad67b377a6e2a384245795719ef5f7131269","ec-person-c03b949331dbbe5fa3d5423758e371ec1b9b832f"]}} -{"id":"ec-meeting-2019-12-13-322130e27f3c6165d1087ad60e6c966f8d0cf005","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-12-13 - Cabinet of Executive Vice-President Frans Timmermans x Eni S.p.A."],"date":["2019-12-13"],"summary":["Challanges and goals of the new Commission"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-a282162080cef4ef2a8c0ab6247a3e03dc438507","eu-tr-99578067285-35"]}} -{"id":"ec-meeting-2019-12-13-6380278a07864a65c8648058cbf21b4b511a5c3e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-12-13 - Cabinet of Executive Vice-President Frans Timmermans x Transport and Environment (European Federation for Transport and Environment)"],"date":["2019-12-13"],"summary":["Green Deal and road transport"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-d56ecbfde17436a136fc89c9a978b266e8285c84","eu-tr-58744833263-19"]}} -{"id":"ec-meeting-2019-12-13-705f54303d2ac8c514114eec1747a8bad9518c85","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-12-13 - Cabinet of Commissioner Phil Hogan x European Trade Union Institute"],"date":["2019-12-13"],"summary":["Trade Issues"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-a1a78365cc4685b0958056646204977d8f2ead92","eu-tr-521878025223-22"]}} -{"id":"ec-meeting-2019-12-13-8508bb0f000d1052957fa9be6a5a10c99d55d921","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-12-13 - Health and Food Safety x Women in Global Health"],"date":["2019-12-13"],"summary":["1. Update on Women in Global Health (WGH) with specific focus on European chapter development (Norway, Germany, Sweden etc) 2. Opportuntiies for the European Commission (EC) to support the efforts of Women in Global Health, especially the chapters within Europe and their support for sister efforts in LMICs 3. EC progress on gender equality in global health leadership within the Commission and its health-related institutions 4. Impact of EC policies on gender equality in health leadership in the European Union 5. Major health milestones in 2020 (Beijing+25, WHA, ICM, UNGA etc)"],"location":["conference call"],"address":["conference call"],"addressEntity":["addr-e26ec8db46626d4f460f33bdb70c0f9dfa8ef7f3"],"organizer":["ec-dg-sante"],"involved":["eu-tr-397325136525-01","ec-person-42d2108d723f9b9017ed589e3271e3156172daa7"]}} -{"id":"ec-meeting-2019-12-13-8bed782e3678e90a316aa175e07002ec2c82639e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-12-13 - Cabinet of Vice-President Maroš Šefčovič x Hubert Burda Media Holding Kommanditgesellschaft"],"date":["2019-12-13"],"summary":["Foresight - Digital"],"notes":["Portfolio: Interinstitutional Relations and Foresight"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-730036917015-61","ec-person-1f95be23689cd4ed0a26fe2980f760ccf2d55c1e"]}} -{"id":"ec-meeting-2019-12-13-f59908eb3300ae8b4c1abc43cca1c6935b867ab6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-12-13 - Research and Innovation x Springer Nature AG & Co. KGaA"],"date":["2019-12-13"],"summary":["Open access policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-rtd"],"involved":["ec-person-1d348f33395de0ea6773a7b4ae8797e3e0392f73","eu-tr-391575415702-29"]}} -{"id":"ec-meeting-2019-12-16-8b798ddc472e419bbdd772b6e67dc21bf5de36f4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-12-16 - Health and Food Safety x Federation of European Academies of Medicine"],"date":["2019-12-16"],"summary":["“Cancer survivorship “ et en particulier le contexte legal du droit à l oubli pour les malades déclarés guéris"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-sante"],"involved":["eu-tr-879658235260-39","ec-person-42d2108d723f9b9017ed589e3271e3156172daa7"]}} -{"id":"ec-meeting-2019-12-16-c43225ed56863f88802a747b7a1fb5a029247feb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-12-16 - Environment x EUROFI"],"date":["2019-12-16"],"summary":["European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-env"],"involved":["eu-tr-525103133519-45","ec-person-3bc74ce04ea3f4ab4d91a5c88eef25b8b8a213b4"]}} -{"id":"ec-meeting-2019-12-16-ed10b71ebfca5bec9b37a33a79a9b3d4299adf7c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-12-16 - Cabinet of Executive Vice-President Valdis Dombrovskis x Swiss Finance Council"],"date":["2019-12-16"],"summary":["General discussion on Commission's priorities; Commission’s approach to third countries in Markets in Financial Instruments Directive and Capital requirements directive"],"notes":["Portfolio: An Economy that Works for People"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["eu-tr-858716912337-17","ec-person-1e9076681bd62efdd58882f9a7b63b2423568217"]}} -{"id":"ec-meeting-2019-12-16-ee398352740cdb7a5e7e2a6e39ffad3f92d22d60","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-12-16 - Cabinet of Commissioner Virginijus Sinkevičius x EURODOM"],"date":["2019-12-16"],"summary":["Discuter de pêcheries dans les régions ultrapériphériques"],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Strasbourg"],"address":["Strasbourg"],"addressEntity":["addr-a7b90170b4a5bf2d1d09ccfd109b57e0a030cfc4"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["eu-tr-28418016649-41","ec-person-9de2bdbd71a153577984a493028e19bcb8c1514f"]}} -{"id":"ec-meeting-2019-12-17-08a3d4709cdf7e850120c13c858bb46053b6b6a7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-12-17 - Energy x SMEunited aisbl"],"date":["2019-12-17"],"summary":["Green Deal and the transition to a climate neutral economy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-ener"],"involved":["eu-tr-55820581197-35","ec-person-9c0f33ecb9f6badd5f4b5f1a4bd7677e18a52a22"]}} -{"id":"ec-meeting-2019-12-17-32d211f5c4c1a7987fdae11faa184bc35b37d77d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-12-17 - Energy x International Association of Oil & Gas Producers Europe"],"date":["2019-12-17"],"summary":["Green Deal, methane emissions and decarbonisation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-ener"],"involved":["ec-person-9c0f33ecb9f6badd5f4b5f1a4bd7677e18a52a22","eu-tr-3954187491-70"]}} -{"id":"ec-meeting-2019-12-17-700c92818a79912f2979ed53080972edbad7d337","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-12-17 - Cabinet of President Ursula von der Leyen x IMPALA Association Internationale AISBL"],"date":["2019-12-17"],"summary":["Copyright, general sector developments & vertical consolidation"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-7019713e72781afb1f3b19032c4752a314b78180","eu-tr-12383069253-19"]}} -{"id":"ec-meeting-2019-12-17-70aad207448ff67824c5540d9ceb279ed85d6fe9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-12-17 - Cabinet of Executive Vice-President Frans Timmermans x Fédération Nationale des Syndicats d'Exploitants Agricoles"],"date":["2019-12-17"],"summary":["Green Deal and agriculture"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-59530682147-07","ec-person-33624431cbec1074e151c1707715ef46d2ba9565"]}} -{"id":"ec-meeting-2019-12-17-9add71b367c9179f20f2509c7d6ac5129808c32f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-12-17 - Energy x Forum Atomique Européen"],"date":["2019-12-17"],"summary":["Nuclear energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-ener"],"involved":["ec-person-9c0f33ecb9f6badd5f4b5f1a4bd7677e18a52a22","eu-tr-42433582-82"]}} -{"id":"ec-meeting-2019-12-17-a778819dd9b0c4555acd67c657b40bdf104c116c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-12-17 - Cabinet of Commissioner Phil Hogan x Association des Constructeurs Européens d'Automobiles"],"date":["2019-12-17"],"summary":["Priority concerns of the ACEA"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-c9d17d5879383b030f61a4066848249fb35d57e4","eu-tr-0649790813-47"]}} -{"id":"ec-meeting-2019-12-17-e8561a5c3778fadee4ea89f7dc5b3d2d5797f8d3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-12-17 - Cabinet of Executive Vice-President Frans Timmermans x Third Generation Environmentalism Ltd WWF European Policy Programme"],"date":["2019-12-17"],"summary":["Just Transition"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-a282162080cef4ef2a8c0ab6247a3e03dc438507","eu-tr-07783117686-61","eu-tr-1414929419-24","ec-person-d53e00c46a4cc62bbf533e0c9bb35bacb9121989"]}} -{"id":"ec-meeting-2019-12-18-120a285b5cec6eb74fa4d263e59aae02a50e833c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-12-18 - Cabinet of Commissioner Janez Lenarčič x International Rescue Committee Inc"],"date":["2019-12-18"],"summary":["Humanitarain Aid Policy and Main Crises"],"notes":["Portfolio: Crisis Management"],"location":["Geneva"],"address":["Geneva"],"addressEntity":["addr-eacb20159164fa15c55f87d7d66068b4b2ceaf39"],"organizer":["ec-cabinet-commissioner-janez-lenarcic-of"],"involved":["ec-person-35334591a1ee219b6f0829d58a8cfba058540557","eu-tr-66790095679-26","ec-person-a6cd325c80698b2331699224c780ebfb10573602"]}} -{"id":"ec-meeting-2019-12-18-27afe1806a13b15a4ddbfc91c9d6566f08cf5575","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-12-18 - Cabinet of Commissioner Helena Dalli x DSW (Deutsche Stiftung Weltbevoelkerung)"],"date":["2019-12-18"],"summary":["Introductory meeting with DSW to present their activities linked with the portfolio"],"notes":["Portfolio: Equality"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-dalli-helena-of"],"involved":["ec-person-ce07afef6e1f4435f286cb947fa120d54d565b6c","eu-tr-32018754890-28"]}} -{"id":"ec-meeting-2019-12-18-5ec829ba3aff4161dabbda3dc8e3d60f297cfe73","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-12-18 - Energy x Association of the European Heating Industry"],"date":["2019-12-18"],"summary":["Green Deal and decarbonisation of the heating sector"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-ener"],"involved":["eu-tr-95685068542-71","ec-person-9c0f33ecb9f6badd5f4b5f1a4bd7677e18a52a22"]}} -{"id":"ec-meeting-2019-12-18-6ed625db5feeeedeb38b7e1dad127955fdadd3d3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-12-18 - Cabinet of Executive Vice-President Frans Timmermans x BP p.l.c."],"date":["2019-12-18"],"summary":["Challanges and goals of the new Commission"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-a282162080cef4ef2a8c0ab6247a3e03dc438507","ec-person-d53e00c46a4cc62bbf533e0c9bb35bacb9121989","eu-tr-3394026642-58"]}} -{"id":"ec-meeting-2019-12-18-81f4ec860236e3f1fe434baa0872c2f72143e3d5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-12-18 - Cabinet of Executive Vice-President Frans Timmermans x Association des Constructeurs Européens d'Automobiles"],"date":["2019-12-18"],"summary":["Green Deal and car industry"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-d56ecbfde17436a136fc89c9a978b266e8285c84","eu-tr-0649790813-47"]}} -{"id":"ec-meeting-2019-12-18-ddcf7edf6ac3f867d40bb11ee4eab789e8b6e095","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-12-18 - Cabinet of Commissioner Kadri Simson x Business Bridge Europe"],"date":["2019-12-18"],"summary":["European Energy Conference 2020 - Brussels - 26 March 2020"],"notes":["Portfolio: Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["ec-person-9b7f5fe059e5b0b40e79e9170211aa2f02322fdb","eu-tr-72856225852-31"]}} -{"id":"ec-meeting-2019-12-18-e61070ed4907d79f41f208e2a29bc926db2c6124","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-12-18 - Cabinet of Executive Vice-President Frans Timmermans x FEAD"],"date":["2019-12-18"],"summary":["circular economy and waste policies"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-2157643512-49","ec-person-8af3c81534786a740718d21dc58240738a53ed7b"]}} -{"id":"ec-meeting-2019-12-18-f03cb158502a3bb2b739e8e2db5a17c5ab4e9428","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-12-18 - Mobility and Transport x General Aviation Manufacturers Association"],"date":["2019-12-18"],"summary":["aviation issues"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-move"],"involved":["eu-tr-49221685491-82","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2019-12-18-f45ceb3134c15dc42d20cc9e083fd68e29a78f41","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-12-18 - Energy x Gas Infrastructure Europe"],"date":["2019-12-18"],"summary":["Green Deal, methane emissions and decarbonisation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-ener"],"involved":["ec-person-9c0f33ecb9f6badd5f4b5f1a4bd7677e18a52a22","eu-tr-76130992074-15"]}} -{"id":"ec-meeting-2019-12-19-00207f1eec892d0ed22e5baa2e610fc1c38310b2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-12-19 - Cabinet of President Ursula von der Leyen x BUSINESSEUROPE"],"date":["2019-12-19"],"summary":["Meeting with the President and Director General"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-a2ac27c3a7aa93937efc47169c1dc2264a822175","eu-tr-3978240953-79"]}} -{"id":"ec-meeting-2019-12-19-171cd19936d80ef9dec7ba36e9c94bb54939d322","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-12-19 - Cabinet of Commissioner Jutta Urpilainen x The ONE Campaign"],"date":["2019-12-19"],"summary":["Global health and education"],"notes":["Portfolio: International Partnerships"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["eu-tr-26098317349-65","ec-person-6357f4506ca5351b3a822936612fd6006da48722"]}} -{"id":"ec-meeting-2019-12-19-48d920f3cdeff91c695e64d796daf76b7e949377","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-12-19 - Communications Networks, Content and Technology x Bureau Européen des Unions de Consommateurs"],"date":["2019-12-19"],"summary":["General discussion on CONNECT topics e.g. AI, Data access, DSA, Cybersecurity, ePrivacy, Fake News, ePrivacy, Contract summary template"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-9505781573-45","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2019-12-19-6ff9e08a707125fbffa5953406c38c741ef97694","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-12-19 - Cabinet of President Ursula von der Leyen x Société Française de Radiotéléphone"],"date":["2019-12-19"],"summary":["5G deployment"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-7019713e72781afb1f3b19032c4752a314b78180","eu-tr-48521259756-08"]}} -{"id":"ec-meeting-2019-12-19-822bd3761d3f4232377f582180af41a0a2c28f84","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-12-19 - Cabinet of Commissioner Ylva Johansson x Magyar Helsinki Bizottság"],"date":["2019-12-19"],"summary":["Discussions on the New Pact on Migration"],"notes":["Portfolio: Home Affairs"],"location":["Budapest"],"address":["Budapest"],"addressEntity":["addr-4b1167e976c7a8fa9877f827003a99311b800b2c"],"organizer":["ec-cabinet-commissioner-johansson-of-ylva"],"involved":["eu-tr-496227428572-68","ec-person-31b127e72e9dd30ce85ff2b475ac65d28d7dc48d"]}} -{"id":"ec-meeting-2019-12-19-962f43b9ae5ab84353b896ea2a5e05faa15d44a9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-12-19 - Cabinet of President Ursula von der Leyen x Huawei Technologies"],"date":["2019-12-19"],"summary":["5G technology: R&D&I, supply diversity, deployment timetable, cybersecurity"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-7019713e72781afb1f3b19032c4752a314b78180","eu-tr-114467111412-38"]}} -{"id":"ec-meeting-2019-12-19-af2f8cbdaefab9e2ba4dbb696c8f6ee629b27414","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-12-19 - Cabinet of Vice-President Věra Jourová x Global Witness"],"date":["2019-12-19"],"summary":["Risks around EU residency and passport schemes"],"notes":["Portfolio: Values and Transparency"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["eu-tr-10439809375-73","ec-person-28fecf6c4f04b3a2af1d74c742e147920ab849c5"]}} -{"id":"ec-meeting-2019-12-19-ca9990b579045f0f3e185715b641e5967e6f1e5f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-12-19 - Cabinet of Commissioner Kadri Simson x Finnish Energy - Energiateollisuus ry"],"date":["2019-12-19"],"summary":["Discussion on sector integration and decarbonization of the Finnish energy system"],"notes":["Portfolio: Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["ec-person-d40f25b5cb5c0681854a4996da444478318f7e58","eu-tr-68861821910-84"]}} -{"id":"ec-meeting-2019-12-19-daa2d588f60e78663c48332ac701f50c7b32bbd2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-12-19 - Cabinet of Executive Vice-President Margrethe Vestager x Centre for Information Policy Leadership at Hunton Andrews Kurth LLP"],"date":["2019-12-19"],"summary":["Presentation of CIPL EU AI white paper"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0","eu-tr-980643334936-37"]}} -{"id":"ec-meeting-2019-12-19-fa6e5815cd19f6c19af242768661d8e0bf4b4535","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-12-19 - Task Force for Relations with the United Kingdom x Bureau Européen des Unions de Consommateurs"],"date":["2019-12-19"],"summary":["Meeting with the Task Force for Relations with the United Kingdom"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-uktf"],"involved":["ec-person-864cfa5fbc9b02a079ffbab1107f252c7bb08478","eu-tr-9505781573-45"]}} -{"id":"ec-meeting-2019-12-20-bfd95f61915be6fbdcd9a5244823024138054cd8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2019-12-20 - Cabinet of President Ursula von der Leyen x Microsoft Corporation"],"date":["2019-12-20"],"summary":["Data, artificial intelligence, ePrivacy"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["eu-tr-0801162959-21","ec-person-7019713e72781afb1f3b19032c4752a314b78180"]}} -{"id":"ec-meeting-2020-01-05-8053bba3afd1fa98ca11a1f7c71ae84378b42ab7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-05 - Cabinet of Commissioner Adina Vălean x European Maritime Pilots' Association"],"date":["2020-01-05"],"summary":["Environmantal & climate issues, autonomous shipping"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["eu-tr-994154636191-21","ec-person-fc3be846753d8ee60758ebedb7309dcf08aea52e","ec-person-baa9678f53e0a607c8a9bb2cd9122d1c13370154"]}} -{"id":"ec-meeting-2020-01-06-e7c2cdf9791d94e65dd38e3993ef3f6e01702665","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2020-01-06 - Cabinet of Commissioner Didier Reynders x Magistrats Européens pour la Démocratie et les Libertés"],"date":["2020-01-06"],"summary":["Rule of Law"],"notes":["Portfolio: Justice"],"location":["Brussels, Belgium","Brussels"],"address":["Brussels, Belgium","Brussels"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306","addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-didier-of-reynders"],"involved":["ec-person-6c2abeaa21f9fe09b6a21f7f73e03d924e89018e","ec-person-50f9cba2282e1d03395cdd0faf9ce6e9a2ff3104","eu-tr-981119221130-18","ec-person-1e25399e2267734c5f4c69093d2286c8898ee9f0"]}} -{"id":"ec-meeting-2020-01-07-47ce6357b210d5e1edccf5be483d8ba9a2e3c566","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-07 - Cabinet of Commissioner Phil Hogan x Airbus"],"date":["2020-01-07"],"summary":["Airbus / Boing case, WTO reform, Brexit"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-c9d17d5879383b030f61a4066848249fb35d57e4","eu-tr-2732167674-76"]}} -{"id":"ec-meeting-2020-01-07-4ad40e42f1b79a18fae421211f30436ed9a51806","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-07 - Financial Stability, Financial Services and Capital Markets Union x Insurance Europe"],"date":["2020-01-07"],"summary":["Insurance industry, Solvency II Review"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["ec-person-1fce211249673c35ee07a801ddee77ab24af8d54","eu-tr-33213703459-54"]}} -{"id":"ec-meeting-2020-01-07-625366436d8e2c5838749b26851f181ec7696902","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-07 - Cabinet of Commissioner Stella Kyriakides x European Patients' Forum (EPF)"],"date":["2020-01-07"],"summary":["Discussion on cancer"],"notes":["Portfolio: Health"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-kyriakides-of-stella"],"involved":["eu-tr-61911227368-75","ec-person-c7513fae2df7920eea99d7cc103a354aa4f56b6e"]}} -{"id":"ec-meeting-2020-01-07-7faadf76b9cbf7e8ecb8e753fd153da04acf3024","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-07 - Cabinet of Commissioner Helena Dalli x European Disability Forum"],"date":["2020-01-07"],"summary":["Future EU disability policy including UN CRPD implementation, disability mainstreaming and follow-up to the 2010-2020 disability strategy."],"notes":["Portfolio: Equality"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-dalli-helena-of"],"involved":["eu-tr-57868523887-16","ec-person-750f95c6f949648cff9e460a362a85085c851faf"]}} -{"id":"ec-meeting-2020-01-07-906fd8433a9fe5adb96996d40ad115f1855777f0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-07 - Cabinet of Vice-President Margaritis Schinas x Deloitte Services & Investments"],"date":["2020-01-07"],"summary":["World Economic Forum"],"notes":["Portfolio: Promoting the European Way of Life"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-margaritis-of-president-schinas-vice"],"involved":["eu-tr-53994278504-37","ec-person-c8d1d7f3012c344bc60630eb456865390bddc7c5"]}} -{"id":"ec-meeting-2020-01-07-a8c46a86373096a6cd8752406325afe91e6de5df","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-07 - Cabinet of Executive Vice-President Margrethe Vestager x World Economic Forum"],"date":["2020-01-07"],"summary":["Digital policy"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Geneva"],"address":["Geneva"],"addressEntity":["addr-eacb20159164fa15c55f87d7d66068b4b2ceaf39"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-049060636194-17","ec-person-11d97788772862bb34f51dd26d7f92603eac1bf8"]}} -{"id":"ec-meeting-2020-01-07-d17fe57951b9bc73cbcb098438f30906f1e1e351","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-07 - Cabinet of Commissioner Jutta Urpilainen x Global Alliance on Health and Pollution"],"date":["2020-01-07"],"summary":["health and pollution"],"notes":["Portfolio: International Partnerships"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["ec-person-1ec9383fd54d9d4cd8a154c01fa71549eb8c75ac","eu-tr-029329936788-90"]}} -{"id":"ec-meeting-2020-01-07-de4f8a6e113695f8a54b6a8b4fe814985ab37eb4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-07 - Cabinet of Commissioner Kadri Simson x KIC InnoEnergy SE Skeleton Technologies OÜ"],"date":["2020-01-07"],"summary":["European Battery Alliance, energy transition, research and development, industrial value chains"],"notes":["Portfolio: Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["eu-tr-458348124803-65","ec-person-d40f25b5cb5c0681854a4996da444478318f7e58","ec-person-2fb98fc84d2cf8d481688eff3d47f7745ead3592","eu-tr-462849021886-85","ec-person-1995c65b8dc7f3702a8c30ed96a0144075848837"]}} -{"id":"ec-meeting-2020-01-07-e4ed87dbd581bd64bbd6efc569020cf5107e3b26","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-07 - Cabinet of Executive Vice-President Frans Timmermans x Global Alliance on Health and Pollution"],"date":["2020-01-07"],"summary":["health and pollution"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-8af3c81534786a740718d21dc58240738a53ed7b","eu-tr-029329936788-90"]}} -{"id":"ec-meeting-2020-01-07-ec1f6e8fbad80ee2af8e56016613a8b9894fb3bd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-07 - Cabinet of Executive Vice-President Frans Timmermans x BASF SE"],"date":["2020-01-07"],"summary":["European Green Deal and Industry"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-e88af8eb396e96e3dbc9b4ec6e40a348d26c389c","eu-tr-7410939793-88","ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce"]}} -{"id":"ec-meeting-2020-01-07-ed0e7e795c70ec2ea2c5afcbbf418af4b8c94594","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-07 - Cabinet of President Ursula von der Leyen x EUROPEAN TRADE UNION CONFEDERATION"],"date":["2020-01-07"],"summary":["Meeting with General-Secretary ETUC"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-a2ac27c3a7aa93937efc47169c1dc2264a822175","eu-tr-06698681039-26"]}} -{"id":"ec-meeting-2020-01-07-ef8100e72cd183157e9104d186675d139187fdec","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-07 - Cabinet of Executive Vice-President Frans Timmermans x Bureau Européen des Unions de Consommateurs"],"date":["2020-01-07"],"summary":["Discussion on consumers and the European Green Deal"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-7c876f4825f213b8adbedf089ccedfbc3b36d65b","eu-tr-9505781573-45"]}} -{"id":"ec-meeting-2020-01-08-0f9095cc3d5215ea6bb177722f9ab62edf12fb9e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-08 - Cabinet of Commissioner Janusz Wojciechowski x FoodDrinkEurope"],"date":["2020-01-08"],"summary":["US sanctions"],"notes":["Portfolio: Agriculture"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["eu-tr-75818824519-45","ec-person-90b64673ee7f4c1dae185fbd64b45f5c45f2b66d"]}} -{"id":"ec-meeting-2020-01-08-140aa425806192661c0309a1d5e7cadeea9b9c6f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-08 - Cabinet of Executive Vice-President Frans Timmermans x EUROPEAN TRADE UNION CONFEDERATION"],"date":["2020-01-08"],"summary":["discussion on Just Transition"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-e88af8eb396e96e3dbc9b4ec6e40a348d26c389c","eu-tr-06698681039-26"]}} -{"id":"ec-meeting-2020-01-08-1b1b8b60b35b201d1c9c3e2f1d418d88b9bbc512","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-08 - Defence Industry and Space x Airbus"],"date":["2020-01-08"],"summary":["Exchange of views on industrial policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-defis"],"involved":["ec-person-a5e52cd544ea3aa44eb4b31fac65a468499f106e","eu-tr-2732167674-76"]}} -{"id":"ec-meeting-2020-01-08-26e0859dd30fc332e04818f0c60fa67aadbf3d37","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-08 - Cabinet of Commissioner Janusz Wojciechowski x Confédération Européenne des Vignerons Indépendants"],"date":["2020-01-08"],"summary":["Dairy market"],"notes":["Portfolio: Agriculture"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["ec-person-90b64673ee7f4c1dae185fbd64b45f5c45f2b66d","eu-tr-424179021711-46"]}} -{"id":"ec-meeting-2020-01-08-3402f65b0c2630e9a66022a827338b251c774aa7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-08 - Cabinet of Executive Vice-President Margrethe Vestager x Confederation of Danish Employers"],"date":["2020-01-08"],"summary":["Employment"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-11503381325-76","ec-person-7167587814c61122201e2afb04bfb47539db4823","ec-person-11ba005cc4046696303381b7ca219da9b11a42bf"]}} -{"id":"ec-meeting-2020-01-08-441ec172859cb055a438a24011910e2fa7454063","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-08 - Employment, Social Affairs and Inclusion x The Adecco Group World Employment Confederation-Europe"],"date":["2020-01-08"],"summary":["Meeting with Adecco Group and World Employment Confederation to discuss Future of Work and the need for a New Social Contract as well as Skills."],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-empl"],"involved":["eu-tr-144049521780-57","eu-tr-7438623236-16","ec-person-dd259fce880e1853f0beb087443bce6e7dea70d7"]}} -{"id":"ec-meeting-2020-01-08-486ec33be1a593c60fa7efd4a9cbf78d0bd352f3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-08 - Cabinet of Executive Vice-President Frans Timmermans x ArcelorMittal"],"date":["2020-01-08"],"summary":["European Green Deal and Industry"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-23527541824-60","ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce"]}} -{"id":"ec-meeting-2020-01-08-49f66848f083d79165083acddc01d02b67076740","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-08 - Environment x World Green Building Council"],"date":["2020-01-08"],"summary":["Sustainable buildings"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-env"],"involved":["eu-tr-378438436902-06","ec-person-3bc74ce04ea3f4ab4d91a5c88eef25b8b8a213b4"]}} -{"id":"ec-meeting-2020-01-08-56a2b4a2b446257a8bbd7985a7668c89f3665c00","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-08 - Cabinet of Executive Vice-President Margrethe Vestager x Danish Trade Union Confederation EU Office"],"date":["2020-01-08"],"summary":["Employment"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-805838518601-52","ec-person-7167587814c61122201e2afb04bfb47539db4823","ec-person-11ba005cc4046696303381b7ca219da9b11a42bf"]}} -{"id":"ec-meeting-2020-01-08-6f4bfd16b2517fd6193012dfe4606e47dbab7f8f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-08 - Cabinet of Commissioner Stella Kyriakides x European Cancer Organisation"],"date":["2020-01-08"],"summary":["Discussion on cancer"],"notes":["Portfolio: Health"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-kyriakides-of-stella"],"involved":["eu-tr-51022176260-12","ec-person-c7513fae2df7920eea99d7cc103a354aa4f56b6e"]}} -{"id":"ec-meeting-2020-01-08-8815a86342afddf399d4767347fd60ec66b48e96","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-08 - Environment x Tetra Pak Group"],"date":["2020-01-08"],"summary":["European Green Deal and Circular Economy Strategy 2.0"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-env"],"involved":["eu-tr-7574443768-34","ec-person-3bc74ce04ea3f4ab4d91a5c88eef25b8b8a213b4"]}} -{"id":"ec-meeting-2020-01-08-a23e54f31e9962ed24260bb63ea99fb3347748d5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-08 - Cabinet of Commissioner Janez Lenarčič x OXFAM INTERNATIONAL EU ADVOCACY OFFICE"],"date":["2020-01-08"],"summary":["ECHO Partner - Introductory/courtesy visit"],"notes":["Portfolio: Crisis Management"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-janez-lenarcic-of"],"involved":["eu-tr-46856801604-90","ec-person-31e4e9c3126a9151de6a161e669faba028b1ffa6"]}} -{"id":"ec-meeting-2020-01-08-d266c8c4d624a42c9d23c33f88e6aafda65646d2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-08 - Cabinet of Commissioner Kadri Simson x European Network of Transmission System Operators for Electricity"],"date":["2020-01-08"],"summary":["European Green Deal, implementation of the clean energy package, sector integration, infrastructure"],"notes":["Portfolio: Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["eu-tr-25805148045-87","ec-person-d40f25b5cb5c0681854a4996da444478318f7e58","ec-person-2fb98fc84d2cf8d481688eff3d47f7745ead3592","ec-person-3ba14eabc5fddef75d1a672cc75b5f4bddd72ee9","ec-person-1995c65b8dc7f3702a8c30ed96a0144075848837"]}} -{"id":"ec-meeting-2020-01-08-dd0177a9403dc50a7d804ca9d24f213dba050a39","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-08 - Cabinet of Commissioner Virginijus Sinkevičius x None"],"date":["2020-01-08"],"summary":["European Green Deal and the planed implementation of circular economy and biodiversity initiatives of the European Commission"],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Berlin, Germany"],"address":["Berlin, Germany"],"addressEntity":["addr-45087614a913d81becb706e8469c1cd56b027e7f"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["eu-tr-031571311716-04","eu-tr-03506017714-81","ec-person-dd7a7b1952e158f4195d34cff333ec79a4f48ba3","eu-tr-9832909575-41","eu-tr-628463234248-10","ec-person-a3ed762188f9656ad2089827d1f121894fc1c0d2","eu-tr-98430135820-35","eu-tr-0285583802-96","eu-tr-846795818801-87"]}} -{"id":"ec-meeting-2020-01-08-ebdcd4ad91461c6cdccd51b3fc79d7b4e667e593","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-08 - Internal Market, Industry, Entrepreneurship and SMEs x Airbus"],"date":["2020-01-08"],"summary":["Exchange of views on industrial policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-grow"],"involved":["ec-person-6299e47fea20df86a1b90bd5b033006b2cb35b5e","eu-tr-2732167674-76"]}} -{"id":"ec-meeting-2020-01-08-fdf9892646869c654bbc799b4488011644aad8ec","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-08 - Cabinet of Commissioner Helena Dalli x Cultivate Partners"],"date":["2020-01-08"],"summary":["European equality agenda with a focus on gender equality, including key policy and funding priorities under the next European budget"],"notes":["Portfolio: Equality"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-dalli-helena-of"],"involved":["eu-tr-517958032563-17","ec-person-750f95c6f949648cff9e460a362a85085c851faf","ec-person-d15c205cb9cbb310d2811039c0160c1de7c84638"]}} -{"id":"ec-meeting-2020-01-09-346bedcbb9f88e861fdb2d2d81cf9ef2595ed97c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-09 - Cabinet of Commissioner Nicolas Schmit x BUSINESSEUROPE"],"date":["2020-01-09"],"summary":["introductory meeting/Economic and Social Affairs in Europe"],"notes":["Portfolio: Jobs and Social Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-8eb18b6102d444937bc6af5822a6742812165b48","ec-person-4cf4655ab41922e92160325d987a3c4615c72d30","eu-tr-3978240953-79","ec-person-935314e38d735654cae8ee61313a3d73439b242d","ec-person-c2208333f0f75350eef62b355a40bf856f2d9cef","ec-person-c03b949331dbbe5fa3d5423758e371ec1b9b832f"]}} -{"id":"ec-meeting-2020-01-09-59ff5be95cf7ef52c77ad71dbfcf8ec8f52e1018","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-09 - Cabinet of Commissioner Kadri Simson x Gazprom"],"date":["2020-01-09"],"summary":["Courtesy meeting with discussion on the latest gas transit developments and Gazprom’s views on the role of gas"],"notes":["Portfolio: Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["ec-person-3ba14eabc5fddef75d1a672cc75b5f4bddd72ee9","eu-tr-622135013267-04","ec-person-2fb98fc84d2cf8d481688eff3d47f7745ead3592"]}} -{"id":"ec-meeting-2020-01-09-5fe1924826d406b42aaab5dda707cb03ac47581b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-09 - Cabinet of Commissioner Virginijus Sinkevičius x Notre Europe - Institut Jacques Delors / Notre Europe - Jacques Delors Institute"],"date":["2020-01-09"],"summary":["To discuss the Ocean Mission"],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["ec-person-a3ed762188f9656ad2089827d1f121894fc1c0d2","ec-person-dd7a7b1952e158f4195d34cff333ec79a4f48ba3","eu-tr-726109217329-25","ec-person-ef0f66e9880a22ea8d9657bd982daf9bd74838c1"]}} -{"id":"ec-meeting-2020-01-09-6037515039a57c2b9150f956f5f13c61418a5b0d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-09 - Cabinet of Vice-President Margaritis Schinas x European Cyber Security Organisation"],"date":["2020-01-09"],"summary":["Women4Cyber"],"notes":["Portfolio: Promoting the European Way of Life"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-margaritis-of-president-schinas-vice"],"involved":["ec-person-c8d1d7f3012c344bc60630eb456865390bddc7c5","eu-tr-684434822646-91"]}} -{"id":"ec-meeting-2020-01-09-6227748832ff996479040d02c85e7f9e1d469d78","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-09 - Cabinet of Executive Vice-President Valdis Dombrovskis x Insurance Europe"],"date":["2020-01-09"],"summary":["Packaged retail and insurance-based investment, Solvency II"],"notes":["Portfolio: An Economy that Works for People"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-235870cd7eb41f2494f695fce18b5b5b88647113","eu-tr-33213703459-54"]}} -{"id":"ec-meeting-2020-01-09-745df0e42377e8de0e11d5ab28062c50495ec8b9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-09 - Cabinet of Commissioner Adina Vălean x Bolt G Plus Ltd (t/a Portland)"],"date":["2020-01-09"],"summary":["Mobility issues"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["eu-tr-995377734447-25","eu-tr-7223777790-86","ec-person-e5f1558cac43dd4f90847b508b6753edb0a9f903"]}} -{"id":"ec-meeting-2020-01-09-8a927b82d71447127d002ae3f07f39f768be7089","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-09 - Cabinet of Commissioner Didier Reynders x European Brain Council"],"date":["2020-01-09"],"summary":["Brain sciences"],"notes":["Portfolio: Justice"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-didier-of-reynders"],"involved":["eu-tr-31091478710-90","ec-person-1e25399e2267734c5f4c69093d2286c8898ee9f0"]}} -{"id":"ec-meeting-2020-01-09-8fbc64316507805e8346cdfd4561405a9a0bfcf0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-09 - Cabinet of Commissioner Phil Hogan x Trans-Atlantic Business Council"],"date":["2020-01-09"],"summary":["Prep of a TABC conference end Jan 2020 and EU-US trade relations"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-c9d17d5879383b030f61a4066848249fb35d57e4","eu-tr-89092554724-82"]}} -{"id":"ec-meeting-2020-01-09-9bea02ec79f14d98690db7a9087b2403113539bf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-09 - Cabinet of Commissioner Phil Hogan x Fédération Européenne des Fabricants d'Aliments Composés"],"date":["2020-01-09"],"summary":["Business discussion"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-400dd8d59d3060187d9b9b143d697da1a3d03c12","eu-tr-77105321408-83"]}} -{"id":"ec-meeting-2020-01-09-a5a5b65a8eb66a974a5b15a3f15eb01ca6d7b7da","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-09 - Cabinet of Executive Vice-President Frans Timmermans x Bundesverband der Deutschen Industrie e.V."],"date":["2020-01-09"],"summary":["European Green Deal and Industry"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-1771817758-48","ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce","ec-person-f1a3478550296f3f9accdc67d6ef5a0b681dda4b"]}} -{"id":"ec-meeting-2020-01-09-a7170251fdd1bc824219db2dd2dbe751e8fef243","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-09 - Cabinet of Commissioner Janez Lenarčič x Norwegian Refugee Council Europe"],"date":["2020-01-09"],"summary":["Humanitarian crises in the Middle East"],"notes":["Portfolio: Crisis Management"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-janez-lenarcic-of"],"involved":["eu-tr-750447615329-96","ec-person-a6cd325c80698b2331699224c780ebfb10573602"]}} -{"id":"ec-meeting-2020-01-09-af83bc8c54d334c436fd93b84cf076f94e098480","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-09 - Cabinet of Executive Vice-President Frans Timmermans x Open Society European Policy Institute"],"date":["2020-01-09"],"summary":["Green Deal and external relations"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-7c876f4825f213b8adbedf089ccedfbc3b36d65b","eu-tr-8557515321-37"]}} -{"id":"ec-meeting-2020-01-09-b91161834e2519b3f20a8a1766ea77c2429587aa","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-09 - Cabinet of Commissioner Nicolas Schmit x Inmarsat Global Ltd"],"date":["2020-01-09"],"summary":["Jobs in the space industry."],"notes":["Portfolio: Jobs and Social Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["eu-tr-278791537169-91","ec-person-935314e38d735654cae8ee61313a3d73439b242d"]}} -{"id":"ec-meeting-2020-01-09-d2e5a3a90606f3e23e60588a8540aad7585daa83","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-09 - Cabinet of Commissioner Adina Vălean x UNION OF INTERNATIONAL HAULERS"],"date":["2020-01-09"],"summary":["Mobility package"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["eu-tr-352325223827-36","ec-person-cc0354fbf386eb83f57c00ad5240f1dddeeabab4"]}} -{"id":"ec-meeting-2020-01-09-d7fb89adbd4baa5c3ea27f2656868eb347b1b256","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-09 - Cabinet of Vice-President Maroš Šefčovič x The German Marshall Fund of the United States - The Transatlantic Foundation"],"date":["2020-01-09"],"summary":["Foresight"],"notes":["Portfolio: Interinstitutional Relations and Foresight"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-823171519707-31","ec-person-af83ed49c403cb9d7ebfecca7893f0054c1f4be5"]}} -{"id":"ec-meeting-2020-01-09-efc234d48d9571dea61fc82914b5ac51809f9282","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-09 - Cabinet of Executive Vice-President Frans Timmermans x European Cyclists' Federation"],"date":["2020-01-09"],"summary":["Cycling and the Green Deal for Mobility"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-28451455737-18","ec-person-d56ecbfde17436a136fc89c9a978b266e8285c84"]}} -{"id":"ec-meeting-2020-01-10-2c35add009bf9f76b41ce403a835f1a55fa21b6c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-10 - Cabinet of President Ursula von der Leyen x IFPI Representing recording industry worldwide"],"date":["2020-01-10"],"summary":["Sectoral developments, platforms, copyright implementation, geo-blocking"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["eu-tr-60394321918-91","ec-person-7019713e72781afb1f3b19032c4752a314b78180"]}} -{"id":"ec-meeting-2020-01-10-36cad87908b432517283b39f375bdb71fdb181ff","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-10 - Cabinet of Commissioner Adina Vălean x Airbus"],"date":["2020-01-10"],"summary":["Aviation"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["ec-person-5f7f9d4d861c5b97fbd25bccf6323535d2a7ceb8","eu-tr-2732167674-76","ec-person-cc0354fbf386eb83f57c00ad5240f1dddeeabab4"]}} -{"id":"ec-meeting-2020-01-10-409d6b9e8fb1a0a1075352f1c9cb10b589173c6f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-10 - Cabinet of Commissioner Helena Dalli x METROPOLE EUROPEENNE DE LILLE"],"date":["2020-01-10"],"summary":["potential country visit for the Commissioner to visit Roma residents in Lille"],"notes":["Portfolio: Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-dalli-helena-of"],"involved":["eu-tr-700841528427-34","ec-person-dbd4bba0ef71d4385c97691e3df5bb484709a07e"]}} -{"id":"ec-meeting-2020-01-10-5599920a7b31bff8402f99ffcf085022ddb04559","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-10 - Cabinet of Executive Vice-President Margrethe Vestager x CLG Europe"],"date":["2020-01-10"],"summary":["Green deal and digitalisation"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-3da433aae105b13fe027e9c9b3dcac2c97029370","eu-tr-381796719468-68"]}} -{"id":"ec-meeting-2020-01-10-5796600a7bb9c35bfdef08cc4fdf98184c296664","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-10 - Cabinet of Executive Vice-President Frans Timmermans x Community of European Railway and Infrastructure Companies"],"date":["2020-01-10"],"summary":["Contribution of railways to the Green Deal"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-7574621118-27","ec-person-d56ecbfde17436a136fc89c9a978b266e8285c84"]}} -{"id":"ec-meeting-2020-01-10-606d8bffee9e21f2006a2295c239d1bb2eafe281","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-10 - Cabinet of Commissioner Adina Vălean x Community of European Railway and Infrastructure Companies"],"date":["2020-01-10"],"summary":["Railways"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["eu-tr-7574621118-27","ec-person-6e21d867543ef3b910e746c319cb048abd054702"]}} -{"id":"ec-meeting-2020-01-10-677523caea78cb1fe9a41fbae87c54e7bbe54f76","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-10 - Cabinet of Commissioner Kadri Simson x Centre on Regulation in Europe"],"date":["2020-01-10"],"summary":["Presentation of CERRE + Discussions on Green Deal and Energy and Climate Transition"],"notes":["Portfolio: Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["ec-person-9b7f5fe059e5b0b40e79e9170211aa2f02322fdb","ec-person-d40f25b5cb5c0681854a4996da444478318f7e58","eu-tr-041592911733-05"]}} -{"id":"ec-meeting-2020-01-10-b2aa3b8a78399ec2f1e53d3225d072f632f8d6d0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-10 - Cabinet of Commissioner Adina Vălean x Aerospace, Security and Defence Industries Association of Europe"],"date":["2020-01-10"],"summary":["Aviation"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["ec-person-5f7f9d4d861c5b97fbd25bccf6323535d2a7ceb8","ec-person-cc0354fbf386eb83f57c00ad5240f1dddeeabab4","eu-tr-72699997886-57"]}} -{"id":"ec-meeting-2020-01-10-c56934c3653881cb449183765c9cdc625c530d85","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-10 - Cabinet of Executive Vice-President Frans Timmermans x Inland Navigation Europe"],"date":["2020-01-10"],"summary":["Green Deal for Europe’s waterways"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-1811573195-25","ec-person-d56ecbfde17436a136fc89c9a978b266e8285c84"]}} -{"id":"ec-meeting-2020-01-10-c75a3461754b8bd7368e2853d923db041d1d83cc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-10 - Cabinet of Executive Vice-President Valdis Dombrovskis x Deutsche Börse AG"],"date":["2020-01-10"],"summary":["Capital Markets Union"],"notes":["Portfolio: An Economy that Works for People"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["eu-tr-20884001341-42","ec-person-f011ed0f7c78d833a79f1206f788e0cbd9cb8864"]}} -{"id":"ec-meeting-2020-01-10-e88733289532149c3b8f120ab790c2d6ae9bcc7a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-10 - Cabinet of Commissioner Thierry Breton x Nokia"],"date":["2020-01-10"],"summary":["digital sovereignty, cybersecurity, 5G"],"notes":["Portfolio: Internal Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-35167875358-33","ec-person-b077a2e9f0fdb3b8f6e91d0bd0b256db9e40ce46"]}} -{"id":"ec-meeting-2020-01-10-fb72c6d91c0ab3f5d059b96ba6b6af634a6d1f26","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-10 - Cabinet of Commissioner Janez Lenarčič x Voluntary Organisations in Cooperation in Emergencies"],"date":["2020-01-10"],"summary":["Humanitarian aid and humanitarian-development nexus"],"notes":["Portfolio: Crisis Management"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-janez-lenarcic-of"],"involved":["eu-tr-47126711656-13","ec-person-a6cd325c80698b2331699224c780ebfb10573602"]}} -{"id":"ec-meeting-2020-01-10-fc070569df7161336b717de676991e18faacd7f5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-10 - Cabinet of Commissioner Olivér Várhelyi x Search for Common Ground"],"date":["2020-01-10"],"summary":["Expanding Erasmus+ Virtual Exchange to other EU neighbourhood regions"],"notes":["Portfolio: Neighbourhood and Enlargement"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-of-oliver-varhelyi"],"involved":["ec-person-53491bf8482feff700ae076cb8b1e2ee3e728210","eu-tr-809274824592-30"]}} -{"id":"ec-meeting-2020-01-12-d47e87b5a283a13d991800141dad5bbde0ca567a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-12 - Cabinet of Commissioner Kadri Simson x Global CCS Institute Ltd"],"date":["2020-01-12"],"summary":["European Green Deal, carbon capture and storage"],"notes":["Portfolio: Energy"],"location":["Abu Dhabi, UAE"],"address":["Abu Dhabi, UAE"],"addressEntity":["addr-041ab56007250cb6752559152411948269a968bd"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["ec-person-9b7f5fe059e5b0b40e79e9170211aa2f02322fdb","ec-person-2fb98fc84d2cf8d481688eff3d47f7745ead3592","eu-tr-378142414263-73","ec-person-1995c65b8dc7f3702a8c30ed96a0144075848837"]}} -{"id":"ec-meeting-2020-01-13-0dc311484427bf38f6c68654b08cebb52448d918","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-13 - Cabinet of Executive Vice-President Frans Timmermans x European Chemical Industry Council"],"date":["2020-01-13"],"summary":["European Green Deal"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce","eu-tr-64879142323-90"]}} -{"id":"ec-meeting-2020-01-13-30da7aa4a7308befcda6f2563096386c39463cb0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-13 - Cabinet of Commissioner Thierry Breton x Airbus"],"date":["2020-01-13"],"summary":["Echange de vues sur la politique spaciale européenne"],"notes":["Portfolio: Internal Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-e18e6e300776f5f47ca4c72c1ba1b0d0eb1e71fe","eu-tr-2732167674-76"]}} -{"id":"ec-meeting-2020-01-13-51ba61856aa0c9810d3ae718c1b8761e7561ae7e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-13 - Internal Market, Industry, Entrepreneurship and SMEs x Cerame-Unie"],"date":["2020-01-13"],"summary":["introduction to the ceramics industry and its key priorities related to industrial policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-grow"],"involved":["eu-tr-79465004946-12","ec-person-502a9ad56e684f225d022e2e549380121183d0f6"]}} -{"id":"ec-meeting-2020-01-13-577e776c8753bd2f301851690b2e7c183e0b9a7f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-13 - Competition x RENAULT"],"date":["2020-01-13"],"summary":["Courtesy visit/Échange de vue sur la compétitivité européenne"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-comp"],"involved":["ec-person-f257bc19c568ad25083c1c1e1651426245cefedf","eu-tr-946343776-69"]}} -{"id":"ec-meeting-2020-01-13-59f2a1203196f21d2e8617d59c4395e93d5c6420","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-13 - Cabinet of Executive Vice-President Margrethe Vestager x Prosus"],"date":["2020-01-13"],"summary":["Digital services act"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0","eu-tr-891417815208-71"]}} -{"id":"ec-meeting-2020-01-13-60278b1c1810ee12e3296669769b5cef31c717ed","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-13 - Taxation and Customs Union x easyJet"],"date":["2020-01-13"],"summary":["Sustainability in aviation"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-taxud"],"involved":["ec-person-3173c1cc052827c58f23ccd3a8de07534f0d35bd","eu-tr-291219715847-52"]}} -{"id":"ec-meeting-2020-01-13-6299350f65af00565363a69dcd7181f626cb9ca6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-13 - Cabinet of Executive Vice-President Valdis Dombrovskis x ENEL SpA"],"date":["2020-01-13"],"summary":["Sustainable finance"],"notes":["Portfolio: An Economy that Works for People"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-235870cd7eb41f2494f695fce18b5b5b88647113","eu-tr-6256831207-27"]}} -{"id":"ec-meeting-2020-01-13-712e15f067dc638ec184ff4a3c132d2418dd7a18","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-13 - Cabinet of Commissioner Didier Reynders x Uber"],"date":["2020-01-13"],"summary":["Presentation of the company's activities & issues relevant for JUST portofolio"],"notes":["Portfolio: Justice"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-didier-of-reynders"],"involved":["ec-person-442bf1ae9900b999673cdd7389224d0e21b67d4d","eu-tr-002278013515-26"]}} -{"id":"ec-meeting-2020-01-13-7fde9c03868a6defcbd7ec8517b21a92cc4a2aff","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-13 - Climate Action x easyJet"],"date":["2020-01-13"],"summary":["Developments for the aviation sector"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-clima"],"involved":["ec-person-9c5c685692a09a77f2bc8ae9c05663b87cd75aae","eu-tr-291219715847-52"]}} -{"id":"ec-meeting-2020-01-13-93b5c4fd6282e227ee7aacdb2b9b8b95fec7e866","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-13 - Cabinet of Executive Vice-President Margrethe Vestager x ITV PLC"],"date":["2020-01-13"],"summary":["Digital services act, online advertising"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-978406813345-95","ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0"]}} -{"id":"ec-meeting-2020-01-13-b78c3287b5c1ef6f6ee9fa258bf09263eba3abea","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-13 - Cabinet of Commissioner Nicolas Schmit x Verband Deutscher Maschinen- und Anlagenbau e.V."],"date":["2020-01-13"],"summary":["posting of workers"],"notes":["Portfolio: Jobs and Social Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-761fad67b377a6e2a384245795719ef5f7131269","eu-tr-9765362691-45"]}} -{"id":"ec-meeting-2020-01-13-dbb8d7f7ca16346281e02479ecae63714b8f100f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-13 - Cabinet of Commissioner Jutta Urpilainen x Eurogroup for Animals"],"date":["2020-01-13"],"summary":["The contribution of working animals to the 2030 Agenda for Sustainable Development and the SDGs"],"notes":["Portfolio: International Partnerships"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["ec-person-e29b72fe81d25796214b1c5915c52a124f06cd9d","eu-tr-6809935493-49"]}} -{"id":"ec-meeting-2020-01-13-f103cb53153eb952e18fff7a453b6843d0614ee0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-13 - Cabinet of Commissioner Phil Hogan x Dell Inc."],"date":["2020-01-13"],"summary":["Technology, Digital Trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-28739192542-16","ec-person-cd4a156dd3ba3388c4e3ef6cd8fdc81362380dbb"]}} -{"id":"ec-meeting-2020-01-14-13619b74ec3e13b4228444941bc005b3bd48e2bb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-14 - Cabinet of Commissioner Jutta Urpilainen x EU Dog & Cat Alliance Dogs Trust"],"date":["2020-01-14"],"summary":["The contribution of working animals to the 2030 Agenda for Sustainable Development and the SDGs"],"notes":["Portfolio: International Partnerships"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["eu-tr-790258914732-21","eu-tr-103509614342-13","ec-person-e29b72fe81d25796214b1c5915c52a124f06cd9d"]}} -{"id":"ec-meeting-2020-01-14-47763a4a289123e0f5c541f8496f616441690469","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-14 - Cabinet of Commissioner Jutta Urpilainen x Maa- ja metsätaloustuottajain Keskusliitto – Central Union of Agricultural Producers and Forest Owners Svenska lantbruksproducenternas centralförbund r.f."],"date":["2020-01-14"],"summary":["Green Deal"],"notes":["Portfolio: International Partnerships"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["eu-tr-56039441735-48","eu-tr-959960633613-48","ec-person-1ec9383fd54d9d4cd8a154c01fa71549eb8c75ac"]}} -{"id":"ec-meeting-2020-01-14-5ad40ceb7689e2849ef676ef6e976a4e3e9fc326","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-14 - Cabinet of Commissioner Elisa Ferreira x Galp Energia, SGPS, SA"],"date":["2020-01-14"],"summary":["the Green Deal, the Just Transition Mechanism and the climate neutrality"],"notes":["Portfolio: Cohesion and Reforms"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-elisa-ferreira-of"],"involved":["eu-tr-959972115771-67","ec-person-6aefca8f66cd57549e22428bee7f0d2c97d16f52"]}} -{"id":"ec-meeting-2020-01-14-5ce3ee4ac014e9d1c4a96103581c51ef716b7277","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-14 - Cabinet of Executive Vice-President Frans Timmermans x WWF European Policy Programme"],"date":["2020-01-14"],"summary":["EU biodiversity policy"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-1414929419-24","ec-person-8af3c81534786a740718d21dc58240738a53ed7b"]}} -{"id":"ec-meeting-2020-01-14-66f215d947897770ec11352332686e66f259208b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-14 - Cabinet of High Representative Josep Borrell Fontelles x Confederación Española de Organizaciones Empresariales"],"date":["2020-01-14"],"summary":["Exchange views on the new priorities for security and defense policies"],"notes":["Portfolio: High Representative of the Union for Foreign Affairs and Security Policy / Vice-President of the Commission"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-borrell-cabinet-fontelles-high-josep-of-representative"],"involved":["ec-person-ed7a9452eaf44b4cf98c95e882928d909ad02226","eu-tr-02963738854-41"]}} -{"id":"ec-meeting-2020-01-14-723337b77a4d7b42ed7445f0efead0a153cea3d4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-14 - Cabinet of Commissioner Jutta Urpilainen x Finnish Forest Industries Federation (Metsäteollisuus ry)"],"date":["2020-01-14"],"summary":["the Green Deal, the EU Biodiversity Strategy and the EU Forest Strategy"],"notes":["Portfolio: International Partnerships"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["eu-tr-39671713910-36","ec-person-1ec9383fd54d9d4cd8a154c01fa71549eb8c75ac"]}} -{"id":"ec-meeting-2020-01-14-7d43dde33e36f8c4a748a815c01f425d97420a6f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-14 - Communications Networks, Content and Technology x GSMA Europe"],"date":["2020-01-14"],"summary":["MWC 2020"],"location":["BRUSSELS"],"address":["BRUSSELS"],"addressEntity":["addr-f74337897287bf1b546f30505f5b1f693a87af50"],"organizer":["ec-dg-connect"],"involved":["eu-tr-30988577529-37","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2020-01-14-8c737a84fe22523b9d1d7bb274b2cf8b1c07081d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-14 - Cabinet of Commissioner Phil Hogan x Hyundai Motor Europe"],"date":["2020-01-14"],"summary":["Trade Issues"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-67224683333-27","ec-person-400dd8d59d3060187d9b9b143d697da1a3d03c12"]}} -{"id":"ec-meeting-2020-01-14-948129df5704d1a1e6b2900b2d607c96d7f77f5d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-14 - Environment x ExxonMobil Petroleum & Chemical"],"date":["2020-01-14"],"summary":["Sustainability and circular economy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-env"],"involved":["eu-tr-0745650927-75","ec-person-3bc74ce04ea3f4ab4d91a5c88eef25b8b8a213b4"]}} -{"id":"ec-meeting-2020-01-14-a64817c6dd50c7390ee4cc8c501707aca2a58c9e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-14 - Cabinet of Commissioner Stella Kyriakides x WWF European Policy Programme"],"date":["2020-01-14"],"summary":["Discussion on EU Biodiversity Policy"],"notes":["Portfolio: Health"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-kyriakides-of-stella"],"involved":["eu-tr-1414929419-24","ec-person-081d99a6f9ed1259db43e2cbcba20275774511b2"]}} -{"id":"ec-meeting-2020-01-14-cdc689be5ce5dd7a53daac4940f2e790dbe5945b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-14 - Cabinet of Executive Vice-President Margrethe Vestager x Terma A/S"],"date":["2020-01-14"],"summary":["Defence industrial Cooperation"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-013841522595-24","ec-person-8b6db5c3c4611618ade59c6d0dadc21c962f0ee7"]}} -{"id":"ec-meeting-2020-01-14-d91d12c0d7701c151ca9d4897fbcc7d6db5cfa0e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-14 - Cabinet of Vice-President Věra Jourová x Centre for Democracy & Technology, Europe"],"date":["2020-01-14"],"summary":["Disinformation, Platforms"],"notes":["Portfolio: Values and Transparency"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["eu-tr-57305017757-64","ec-person-fb258e0188a5319bfaba3161382db43f5a85851f"]}} -{"id":"ec-meeting-2020-01-14-e5ac1b09da82ea48c0aa8afce3fa2f3f7c118c84","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-14 - Cabinet of Commissioner Janusz Wojciechowski x Science Business International SRL"],"date":["2020-01-14"],"summary":["how S&T relates to sectoral or policy priorities"],"notes":["Portfolio: Agriculture"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["ec-person-625f8b4379f79adee4f15c6a0417a96bb5a5a403","eu-tr-044816121222-46"]}} -{"id":"ec-meeting-2020-01-14-e744719f600d7e8c67126472bf89ed4590df955c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-14 - Cabinet of Commissioner Janez Lenarčič x Médecins Sans Frontières International"],"date":["2020-01-14"],"summary":["Humanitarian aid / International Humanitarian Law"],"notes":["Portfolio: Crisis Management"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-janez-lenarcic-of"],"involved":["eu-tr-928308827208-10","ec-person-a6cd325c80698b2331699224c780ebfb10573602"]}} -{"id":"ec-meeting-2020-01-14-e7ca5b10232a446e408387eda2cd0724409fdcc0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-14 - Cabinet of Commissioner Thierry Breton x Bolt"],"date":["2020-01-14"],"summary":["Ridesharing services in the Internal Market"],"notes":["Portfolio: Internal Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-995377734447-25","ec-person-4b5aaa9cea258419f934faa90c41e25de348a2d8","ec-person-4d83416435f81b1f1e8f5c86aeebb1478577f1d2"]}} -{"id":"ec-meeting-2020-01-15-09bd3611ceec4eb28409d299898e800562ba0870","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-15 - Climate Action x Royal Schiphol Group"],"date":["2020-01-15"],"summary":["Developments for the aviation sector"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-clima"],"involved":["ec-person-9c5c685692a09a77f2bc8ae9c05663b87cd75aae","eu-tr-793750635630-82"]}} -{"id":"ec-meeting-2020-01-15-19f9ddce63a9d23b53f3c88409b56ccd8379685e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-15 - Energy x World Green Building Council"],"date":["2020-01-15"],"summary":["Efficiency in buildings in the context of the Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-ener"],"involved":["eu-tr-378438436902-06","ec-person-9c0f33ecb9f6badd5f4b5f1a4bd7677e18a52a22"]}} -{"id":"ec-meeting-2020-01-15-4818bedc66993778f5db5744715e4bb322b7a53e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-15 - Cabinet of Commissioner Didier Reynders x AT&T, Inc."],"date":["2020-01-15"],"summary":["Presentation of the company's activities & issues relevant for JUST portofolio"],"notes":["Portfolio: Justice"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-didier-of-reynders"],"involved":["ec-person-442bf1ae9900b999673cdd7389224d0e21b67d4d","eu-tr-92442218459-37"]}} -{"id":"ec-meeting-2020-01-15-50b27d04ad794fb4a0f7ff2e40a51dc6348df5c6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-15 - Mobility and Transport x SOCIETE DU GRAND PARIS"],"date":["2020-01-15"],"summary":["Grand Paris Express"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-move"],"involved":["eu-tr-283792032249-12","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2020-01-15-51ad202a0c6b85d98e915a8f5129a1e5dc33d34a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-15 - Cabinet of Commissioner Mariya Gabriel x Bill & Melinda Gates Foundation"],"date":["2020-01-15"],"summary":["Overview of the activity of the Foundation"],"notes":["Portfolio: Innovation and Youth"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["ec-person-f44fd5a4e1aee7b5ec7988261aaa129844edaa4a","eu-tr-371567915480-41"]}} -{"id":"ec-meeting-2020-01-15-7d05f7cba77f8f8da59261d8a808e595c76c37fa","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-15 - Cabinet of Commissioner Mariya Gabriel x European Olympic Committees EU Office"],"date":["2020-01-15"],"summary":["European Evening of Sport"],"notes":["Portfolio: Innovation and Youth"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-827752410362-51","ec-person-169095f0138062f64079fc92dc609e32cc65a8f1"]}} -{"id":"ec-meeting-2020-01-15-8ef610122ab9dd136c123a664c3c33ef782d8d3a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-15 - Cabinet of Commissioner Paolo Gentiloni x American Chamber of Commerce to the European Union"],"date":["2020-01-15"],"summary":["Tax priorities for the new Commission"],"notes":["Portfolio: Economy"],"location":["Brussels, BE"],"address":["Brussels, BE"],"addressEntity":["addr-bd80958a978de8af51caa97a25a75f30d0061d71"],"organizer":["ec-cabinet-commissioner-gentiloni-of-paolo"],"involved":["eu-tr-5265780509-97","ec-person-404d55367ba0dadec989b6dc2eab96ef2abd96af"]}} -{"id":"ec-meeting-2020-01-15-9072c6df823f8a14de432efe052b20b50d5c75eb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-15 - Cabinet of High Representative Josep Borrell Fontelles x Stichting European Climate Foundation"],"date":["2020-01-15"],"summary":["climate and environment issues"],"notes":["Portfolio: High Representative of the Union for Foreign Affairs and Security Policy / Vice-President of the Commission"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-borrell-cabinet-fontelles-high-josep-of-representative"],"involved":["eu-tr-64869491516-70","ec-person-51b354ee84bc311cd7365f9f3ccd96326902c711"]}} -{"id":"ec-meeting-2020-01-15-9e2909872a865394e21e9fdcb0d5329a8321727e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-15 - Cabinet of Commissioner Nicolas Schmit x Protection sociale française"],"date":["2020-01-15"],"summary":["Social security"],"notes":["Portfolio: Jobs and Social Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-761fad67b377a6e2a384245795719ef5f7131269","eu-tr-493485518698-13"]}} -{"id":"ec-meeting-2020-01-15-e13c7136fafca0754b392c455c1a5d6999e6b767","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-15 - Cabinet of Commissioner Adina Vălean x SOCIETE DU GRAND PARIS"],"date":["2020-01-15"],"summary":["Transports"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["ec-person-fc3be846753d8ee60758ebedb7309dcf08aea52e","eu-tr-283792032249-12"]}} -{"id":"ec-meeting-2020-01-15-e9c09722e5d64005db0738db4e72e255bc9ae05d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-15 - Cabinet of Commissioner Phil Hogan x Northern Ireland Meat Exporters Association"],"date":["2020-01-15"],"summary":["Business discussion"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-400dd8d59d3060187d9b9b143d697da1a3d03c12","eu-tr-992423436956-34","ec-person-7d3caa534e5cdda6d5b949bd4b2def39356e3bec"]}} -{"id":"ec-meeting-2020-01-15-eb837f0372cf3c3356a27b84fb53675204a60de1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-15 - Cabinet of Executive Vice-President Frans Timmermans x Environmental Justice Foundation"],"date":["2020-01-15"],"summary":["climate change and marine protection"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-817535514065-10","ec-person-8af3c81534786a740718d21dc58240738a53ed7b"]}} -{"id":"ec-meeting-2020-01-15-f847b5a7cf0dd94ee14e5480ee2660dcb0fe2042","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-15 - Cabinet of Executive Vice-President Frans Timmermans x Huis van de Nederlandse Provincies"],"date":["2020-01-15"],"summary":["introductory meeting"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-20620934484-91","ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce"]}} -{"id":"ec-meeting-2020-01-15-ff0a1b382a7ffc74c353d6bc46d59dbdded6d082","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-15 - Environment x Fédération Nationale des Activités de Dépollution et de l'Environnement"],"date":["2020-01-15"],"summary":["European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-env"],"involved":["eu-tr-232455019331-89","ec-person-3bc74ce04ea3f4ab4d91a5c88eef25b8b8a213b4"]}} -{"id":"ec-meeting-2020-01-16-0b44f36941cefa063adda0f0e2ce73067794edab","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-16 - Cabinet of Commissioner Helena Dalli x End Female Genital Mutilation - European Network"],"date":["2020-01-16"],"summary":["Ending female genital mutilation, prepatory meeting for Commissioners meeting in February"],"notes":["Portfolio: Equality"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-dalli-helena-of"],"involved":["eu-tr-488509127575-64","ec-person-d15c205cb9cbb310d2811039c0160c1de7c84638"]}} -{"id":"ec-meeting-2020-01-16-1fec275bb1d351faeac5a08ecb8815ac94a30106","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-16 - Cabinet of Executive Vice-President Margrethe Vestager x NBCUniversal International"],"date":["2020-01-16"],"summary":["Introduction of company and digital services act"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-636284018907-42","ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0"]}} -{"id":"ec-meeting-2020-01-16-201c92435101a408d9070f4fefe57647d4cfcc4f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-16 - Cabinet of Commissioner Elisa Ferreira x PGE Polska Grupa Energetyczna SA"],"date":["2020-01-16"],"summary":["Preparatory meeting PGE"],"notes":["Portfolio: Cohesion and Reforms"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-elisa-ferreira-of"],"involved":["eu-tr-818300434979-49","ec-person-6aefca8f66cd57549e22428bee7f0d2c97d16f52"]}} -{"id":"ec-meeting-2020-01-16-2a3c0d0610e4c83200d1be5dabfaac054103e55a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-16 - Cabinet of Executive Vice-President Frans Timmermans x Wärtsilä Corporation"],"date":["2020-01-16"],"summary":["Green Deal and industrial strategy"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-289922721213-66","ec-person-d56ecbfde17436a136fc89c9a978b266e8285c84"]}} -{"id":"ec-meeting-2020-01-16-313a0d90a9c244b137c88ace35404de698a2e1e4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-16 - Cabinet of Executive Vice-President Valdis Dombrovskis x International Capital Market Association"],"date":["2020-01-16"],"summary":["Capital Markets Union, Sustainable finance"],"notes":["Portfolio: An Economy that Works for People"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-235870cd7eb41f2494f695fce18b5b5b88647113","eu-tr-0223480577-59"]}} -{"id":"ec-meeting-2020-01-16-39d71303ef73dd8543890dd22b977d89a6d2c7f9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-16 - Cabinet of Commissioner Kadri Simson x European Network of Transmission System Operators for Gas"],"date":["2020-01-16"],"summary":["European Green Deal including possible contribution of gas, hydrogen; energy security"],"notes":["Portfolio: Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["ec-person-3ba14eabc5fddef75d1a672cc75b5f4bddd72ee9","eu-tr-565032821273-72","ec-person-2fb98fc84d2cf8d481688eff3d47f7745ead3592","ec-person-1995c65b8dc7f3702a8c30ed96a0144075848837"]}} -{"id":"ec-meeting-2020-01-16-4ab72e3ba8c3b184b79dbd7fe6f2bae7ca7a2c61","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-16 - Cabinet of Commissioner Kadri Simson x Edison Spa"],"date":["2020-01-16"],"summary":["Introductory meeting, discussion on priorities in energy policy"],"notes":["Portfolio: Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["eu-tr-401111262-07","ec-person-d40f25b5cb5c0681854a4996da444478318f7e58","ec-person-2fb98fc84d2cf8d481688eff3d47f7745ead3592"]}} -{"id":"ec-meeting-2020-01-16-4ede2ee43e71e52f14cc6eee8dafc71ab489eb13","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-16 - Cabinet of Commissioner Kadri Simson x Stichting European Climate Foundation"],"date":["2020-01-16"],"summary":["Introduction of a study on just transition in coal phase-out in BG, RO, EL"],"notes":["Portfolio: Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["eu-tr-64869491516-70","ec-person-68b9170beccdbf21444fad7cdc252dec9e60b9d2"]}} -{"id":"ec-meeting-2020-01-16-5dd3896845746fd939f540024f50367138bfb958","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-16 - Cabinet of Executive Vice-President Frans Timmermans x ICLEI - Local Governments for Sustainability European Secretariat"],"date":["2020-01-16"],"summary":["European Green Deal and local governments"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-8af3c81534786a740718d21dc58240738a53ed7b","ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce","eu-tr-064034733055-88"]}} -{"id":"ec-meeting-2020-01-16-69b958d685816df77a170440e53237a2ab0e8fbf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-16 - Cabinet of Commissioner Virginijus Sinkevičius x Environmental Justice Foundation"],"date":["2020-01-16"],"summary":["Oceans priorities, illegal, unregulated and unreported (IUU) fishing, transparency as the key to combating IUU fishing"],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["eu-tr-817535514065-10","ec-person-ef0f66e9880a22ea8d9657bd982daf9bd74838c1"]}} -{"id":"ec-meeting-2020-01-16-6d076e670102af8028e4101dbb929553dc54ab9d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-16 - Cabinet of Vice-President Margaritis Schinas x International Association of Oil & Gas Producers Europe"],"date":["2020-01-16"],"summary":["Green Deal"],"notes":["Portfolio: Promoting the European Way of Life"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-margaritis-of-president-schinas-vice"],"involved":["ec-person-b59ff7316734021e48aa7e0fd79eeeab36ea2bb4","eu-tr-3954187491-70"]}} -{"id":"ec-meeting-2020-01-16-6de621312294e9b03ede5803e71821d2e1be0bfc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-16 - Cabinet of Commissioner Jutta Urpilainen x PLATFORMA"],"date":["2020-01-16"],"summary":["Role of local and regional authorities in development cooperation"],"notes":["Portfolio: International Partnerships"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["eu-tr-144630225519-73","ec-person-6357f4506ca5351b3a822936612fd6006da48722"]}} -{"id":"ec-meeting-2020-01-16-773eb7a324c86e42ae7636b600863a32a5947706","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-16 - Cabinet of Commissioner Didier Reynders x Bureau Européen des Unions de Consommateurs"],"date":["2020-01-16"],"summary":["Consumer policy"],"notes":["Portfolio: Justice"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-didier-of-reynders"],"involved":["ec-person-442bf1ae9900b999673cdd7389224d0e21b67d4d","eu-tr-9505781573-45","ec-person-1e25399e2267734c5f4c69093d2286c8898ee9f0","ec-person-4cd0043747c40cfeaced5e4c68e43372cdb8dac9"]}} -{"id":"ec-meeting-2020-01-16-799f31a938d974ff3e5106681b4e486eb856a66a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-16 - Cabinet of Executive Vice-President Frans Timmermans x Google"],"date":["2020-01-16"],"summary":["Digital aspects of the Green Deal"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-03181945560-59","ec-person-d56ecbfde17436a136fc89c9a978b266e8285c84"]}} -{"id":"ec-meeting-2020-01-16-816555f6d329bf33c9892e316ddbbe6c207c2b20","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-16 - Cabinet of Commissioner Jutta Urpilainen x Mercator Institute for China Studies"],"date":["2020-01-16"],"summary":["Introductory meeting with the Mercator Institute for China Studies"],"notes":["Portfolio: International Partnerships"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["ec-person-e29b72fe81d25796214b1c5915c52a124f06cd9d","eu-tr-722154030862-55"]}} -{"id":"ec-meeting-2020-01-16-96deba18c5f078a053e923dda7f8bea2dc0ff670","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-16 - Cabinet of Executive Vice-President Frans Timmermans x Stichting European Climate Foundation"],"date":["2020-01-16"],"summary":["Coal phase out study discussion"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-64869491516-70","ec-person-d53e00c46a4cc62bbf533e0c9bb35bacb9121989"]}} -{"id":"ec-meeting-2020-01-16-a9d9165053283af07f849a81d036937cecccc737","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-16 - Cabinet of Commissioner Thierry Breton x Ericsson"],"date":["2020-01-16"],"summary":["Echanges sur le marché intérieur européen et les capacités industrielles de l'UE dans le domaine des télécommunications"],"notes":["Portfolio: Internal Market"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","eu-tr-02021363105-42"]}} -{"id":"ec-meeting-2020-01-16-c18fb8d23f354bed1ae849bec6f208c8b879dde3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-16 - Cabinet of Executive Vice-President Margrethe Vestager x Guardtime OÜ"],"date":["2020-01-16"],"summary":["Green Tech Pledge, digital solutions"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-c5a20b92c008e114355d197b9b2fd62c88868c4e","eu-tr-432212429927-18"]}} -{"id":"ec-meeting-2020-01-16-c7277c047d029229daddf4e3f31224202d24834b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-16 - Cabinet of Commissioner Jutta Urpilainen x Aula Europe Wärtsilä Corporation"],"date":["2020-01-16"],"summary":["Green Deal communication"],"notes":["Portfolio: International Partnerships"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["eu-tr-289922721213-66","eu-tr-88742028087-64","ec-person-1ec9383fd54d9d4cd8a154c01fa71549eb8c75ac"]}} -{"id":"ec-meeting-2020-01-16-cdd711599eb18863e54d8a9cdd9a5a9acc656cb0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-16 - Cabinet of Commissioner Phil Hogan x Nike, Inc."],"date":["2020-01-16"],"summary":["Cambodia EBA status"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-393423121496-65","ec-person-428cf365f3847d04012831ef2642a1a69aed518d"]}} -{"id":"ec-meeting-2020-01-16-d5459e2b6124984c05ee96d2fcf8a88a803c3328","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-16 - Cabinet of Executive Vice-President Frans Timmermans x Verband der Automobilindustrie"],"date":["2020-01-16"],"summary":["The European Green Deal: challenges and opportunities for the automotive industry"],"notes":["Portfolio: European Green Deal"],"location":["Berlin"],"address":["Berlin"],"addressEntity":["addr-062b06ba8e755765c6b049809b7430fd54fe5b21"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-7c876f4825f213b8adbedf089ccedfbc3b36d65b","eu-tr-95574664768-90"]}} -{"id":"ec-meeting-2020-01-17-11492899299e347fb922723937d7ada155b90af5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-17 - Cabinet of Executive Vice-President Margrethe Vestager x Access Now"],"date":["2020-01-17"],"summary":["Data protection, digital services act and artificial intelligence"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0","eu-tr-71149477682-53"]}} -{"id":"ec-meeting-2020-01-17-14922657e9d128be866069aa44435b0087835ad4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-17 - Cabinet of Commissioner Adina Vălean x Airports Council International - European Region"],"date":["2020-01-17"],"summary":["Aviation, ACI EUROPE Annual Congress & General Assembly"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["ec-person-5f7f9d4d861c5b97fbd25bccf6323535d2a7ceb8","eu-tr-42566063487-73","ec-person-cc0354fbf386eb83f57c00ad5240f1dddeeabab4"]}} -{"id":"ec-meeting-2020-01-17-350b59cf860d4122dc7d1c4639ad6a60a3c79f1a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-17 - Cabinet of Commissioner Nicolas Schmit x Deutscher Gewerkschaftsbund"],"date":["2020-01-17"],"summary":["Social Policies"],"notes":["Portfolio: Jobs and Social Rights"],"location":["Berlin"],"address":["Berlin"],"addressEntity":["addr-062b06ba8e755765c6b049809b7430fd54fe5b21"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["eu-tr-07595112423-87","ec-person-66fa2c2d100ec194caa42b5c6f97c36e2748b71c","ec-person-4cf4655ab41922e92160325d987a3c4615c72d30","ec-person-c03b949331dbbe5fa3d5423758e371ec1b9b832f"]}} -{"id":"ec-meeting-2020-01-17-365fd5262ee44832e7662e4a3a20e99b9ce33849","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-17 - Cabinet of Executive Vice-President Valdis Dombrovskis x Visa Europe"],"date":["2020-01-17"],"summary":["Payments"],"notes":["Portfolio: An Economy that Works for People"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-235870cd7eb41f2494f695fce18b5b5b88647113","eu-tr-61954192201-58"]}} -{"id":"ec-meeting-2020-01-17-3684316ff0824bce75fdec7d96e14314fa09ab3b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-17 - Cabinet of Commissioner Nicolas Schmit x Deutsche Industrie- und Handelskammer"],"date":["2020-01-17"],"summary":["Skilling"],"notes":["Portfolio: Jobs and Social Rights"],"location":["Berlin"],"address":["Berlin"],"addressEntity":["addr-062b06ba8e755765c6b049809b7430fd54fe5b21"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["eu-tr-22400601191-42","ec-person-66fa2c2d100ec194caa42b5c6f97c36e2748b71c","ec-person-4cf4655ab41922e92160325d987a3c4615c72d30","ec-person-c03b949331dbbe5fa3d5423758e371ec1b9b832f"]}} -{"id":"ec-meeting-2020-01-17-37f4b62807cd287e521cadfb5a014eaaca84a4bc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-17 - Cabinet of Vice-President Margaritis Schinas x Churches' Commission for Migrants in Europe"],"date":["2020-01-17"],"summary":["New Pact on Migration and Asylum, Common European Asylum System"],"notes":["Portfolio: Promoting the European Way of Life"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-margaritis-of-president-schinas-vice"],"involved":["eu-tr-01765274994-03","ec-person-901d49b3e3af3e96de8d42787e8633b0adc76ca1"]}} -{"id":"ec-meeting-2020-01-17-4424661c7dbd1fcec25822c3ccb22567eeae41d5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-17 - Cabinet of Executive Vice-President Frans Timmermans x Rural Support for Europe (RISE) Foundation"],"date":["2020-01-17"],"summary":["Sustainable food systems"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-094378436020-67","ec-person-33624431cbec1074e151c1707715ef46d2ba9565"]}} -{"id":"ec-meeting-2020-01-17-49ac52fdf06f1a4f47859f88ea5b4d97604d81fc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-17 - Cabinet of Executive Vice-President Frans Timmermans x ClientEarth AISBL"],"date":["2020-01-17"],"summary":["The role of agriculture in the Green Deal"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-96645517357-19","ec-person-33624431cbec1074e151c1707715ef46d2ba9565"]}} -{"id":"ec-meeting-2020-01-17-4dbb795d59b5e9c3f41657a33c0dc91ee98de5d7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-17 - Mobility and Transport x Alliance for Logistics Innovation through Collaboration in Europe, ALICE"],"date":["2020-01-17"],"summary":["Clean Transport"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-move"],"involved":["eu-tr-006901422654-34","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2020-01-17-5e36845ab42ee224c84c301bef1fb9a6cc442037","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-17 - Energy x IHS Markit"],"date":["2020-01-17"],"summary":["Green Deal/Possibility of participation in teh CERA Week"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-ener"],"involved":["eu-tr-28748136794-46","ec-person-9c0f33ecb9f6badd5f4b5f1a4bd7677e18a52a22"]}} -{"id":"ec-meeting-2020-01-17-6c34f9ca96454ad6b7ba0b40722272cc61abe25a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-17 - Defence Industry and Space x European Association of Research and Technology Organisations"],"date":["2020-01-17"],"summary":["Exchange of views on Horizon 2020"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-defis"],"involved":["ec-person-a5e52cd544ea3aa44eb4b31fac65a468499f106e","eu-tr-977869932377-59"]}} -{"id":"ec-meeting-2020-01-17-757b74e493b88b96f4e7170b4165ad474bd66a0d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-17 - Mobility and Transport x ExxonMobil Petroleum & Chemical"],"date":["2020-01-17"],"summary":["Low-carbon fuels"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-move"],"involved":["ec-person-26cdfacae671b09917bee1a91c91973941fa58a2","eu-tr-0745650927-75"]}} -{"id":"ec-meeting-2020-01-17-7e206f981b0c23f111dbb22488f8da67f0b61fa8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-17 - Cabinet of Commissioner Nicolas Schmit x Bundesverband der Deutschen Industrie e.V."],"date":["2020-01-17"],"summary":["European Industry"],"notes":["Portfolio: Jobs and Social Rights"],"location":["Berlin"],"address":["Berlin"],"addressEntity":["addr-062b06ba8e755765c6b049809b7430fd54fe5b21"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["eu-tr-1771817758-48","ec-person-66fa2c2d100ec194caa42b5c6f97c36e2748b71c","ec-person-4cf4655ab41922e92160325d987a3c4615c72d30","ec-person-c03b949331dbbe5fa3d5423758e371ec1b9b832f"]}} -{"id":"ec-meeting-2020-01-17-8a2a0b3327b678662609abb828bf72db56467671","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-17 - Cabinet of Commissioner Nicolas Schmit x PwC Legal"],"date":["2020-01-17"],"summary":["Skills"],"notes":["Portfolio: Jobs and Social Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-935314e38d735654cae8ee61313a3d73439b242d","eu-tr-714023517548-67"]}} -{"id":"ec-meeting-2020-01-17-8f1c65d07cad89c3cc1efb20f98d79a6a7e491de","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-17 - Research and Innovation x European Association of Research and Technology Organisations"],"date":["2020-01-17"],"summary":["Recommendations for European RD&I Policy Post-2020"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-rtd"],"involved":["ec-person-1d348f33395de0ea6773a7b4ae8797e3e0392f73","eu-tr-977869932377-59"]}} -{"id":"ec-meeting-2020-01-17-901f20aebecc55bba1b77a3f2dc5cea37422ea1f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-17 - Cabinet of Vice-President Maroš Šefčovič x BUSINESSEUROPE"],"date":["2020-01-17"],"summary":["Global competitiveness and better regulation"],"notes":["Portfolio: Interinstitutional Relations and Foresight"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-3978240953-79","ec-person-1f95be23689cd4ed0a26fe2980f760ccf2d55c1e"]}} -{"id":"ec-meeting-2020-01-17-968e171d031bb58f4769ab3556118d6257ad905d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-17 - Cabinet of President Ursula von der Leyen x European Newspaper Publishers' Association"],"date":["2020-01-17"],"summary":["newspaper/magazine sectoral developments, platform distribution, ePrivacy, digital services"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-7019713e72781afb1f3b19032c4752a314b78180","eu-tr-5950962136-12"]}} -{"id":"ec-meeting-2020-01-17-9896293480c2aac9d796a7cc863f9a2f14cdab95","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-17 - Internal Market, Industry, Entrepreneurship and SMEs x European Association of Research and Technology Organisations"],"date":["2020-01-17"],"summary":["Exchange of views on Horizon 2020"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-grow"],"involved":["ec-person-6299e47fea20df86a1b90bd5b033006b2cb35b5e","eu-tr-977869932377-59"]}} -{"id":"ec-meeting-2020-01-17-9a96658c0c74014d1a961f483d7e46e3cc8f3721","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-17 - Cabinet of Commissioner Kadri Simson x FINCANTIERI SpA"],"date":["2020-01-17"],"summary":["Courtesy meeting and discussion on energy policy priorities"],"notes":["Portfolio: Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["ec-person-2fb98fc84d2cf8d481688eff3d47f7745ead3592","eu-tr-095079912436-63"]}} -{"id":"ec-meeting-2020-01-17-b8d2ddae1d5ea288116d4f2e76114f39bb436d9d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-17 - Cabinet of Executive Vice-President Frans Timmermans x Royal Netherlands Academy of Arts and Sciences"],"date":["2020-01-17"],"summary":["European Green Deal"],"notes":["Portfolio: European Green Deal"],"location":["Amsterdam"],"address":["Amsterdam"],"addressEntity":["addr-2dce283e0e268a42d62e34467db274c9c38c358f"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce","eu-tr-728870731071-34"]}} -{"id":"ec-meeting-2020-01-17-c18749e2d4b615048e655f1b931e079abf8cb783","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-17 - Cabinet of Commissioner Elisa Ferreira x Advanced fuel Solutions"],"date":["2020-01-17"],"summary":["The importance of Torrefied Biomass and Forestry for the Energy Transition at a global scale"],"notes":["Portfolio: Cohesion and Reforms"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-elisa-ferreira-of"],"involved":["eu-tr-854423837142-26","ec-person-6aefca8f66cd57549e22428bee7f0d2c97d16f52"]}} -{"id":"ec-meeting-2020-01-17-c8330f6a168402ae9f29cdf7bc8f72c64b47d102","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-17 - Cabinet of Commissioner Helena Dalli x The European Region of the International Lesbian, Gay, Bisexual, Trans and Intersex Association"],"date":["2020-01-17"],"summary":["situation of LGBTI persons in Europe, Commissioner speaking at the next ILGA conference"],"notes":["Portfolio: Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-dalli-helena-of"],"involved":["ec-person-dbd4bba0ef71d4385c97691e3df5bb484709a07e","eu-tr-11977456675-84"]}} -{"id":"ec-meeting-2020-01-17-daa3a440a7616baa242a3744b68a9a01cf4cdc17","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-17 - Cabinet of Commissioner Virginijus Sinkevičius x Stichting BirdLife Europe"],"date":["2020-01-17"],"summary":["To discuss biodiversity"],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["eu-tr-1083162721-43","ec-person-dd7a7b1952e158f4195d34cff333ec79a4f48ba3"]}} -{"id":"ec-meeting-2020-01-17-f1ff32f8535a070a5139f55dc00dc13ab481b4c2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-17 - Cabinet of Commissioner Nicolas Schmit x Deliveroo"],"date":["2020-01-17"],"summary":["Platform workers"],"notes":["Portfolio: Jobs and Social Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["eu-tr-747495331229-90","ec-person-8eb18b6102d444937bc6af5822a6742812165b48","ec-person-935314e38d735654cae8ee61313a3d73439b242d"]}} -{"id":"ec-meeting-2020-01-20-06245e6a1299dfec4d45484a8db0e9b796d31c37","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-20 - Cabinet of Commissioner Mariya Gabriel x Science Europe"],"date":["2020-01-20"],"summary":["Discussions on Horizon Europe"],"notes":["Portfolio: Innovation and Youth"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-73131808686-11","ec-person-aac4e4c77e459b480bfebb0e76dc3b26fdfb1d6a"]}} -{"id":"ec-meeting-2020-01-20-07aa790ac02fad1d81e4ccd24d1a72aff0b52194","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-20 - Cabinet of Commissioner Janusz Wojciechowski x Association Générale des Producteurs de Blé et autres céréales"],"date":["2020-01-20"],"summary":["Contribution of the cereal sector to the European Green Deal"],"notes":["Portfolio: Agriculture"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["eu-tr-7291975775-43","ec-person-90b64673ee7f4c1dae185fbd64b45f5c45f2b66d"]}} -{"id":"ec-meeting-2020-01-20-0b375b88d3fbc8b7a85aabe8b9ac1f0eed10d8bc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-20 - Cabinet of Vice-President Margaritis Schinas x Conferencia de Rectores de las Universidades Españolas"],"date":["2020-01-20"],"summary":["European Universities initiative, European Education area"],"notes":["Portfolio: Promoting the European Way of Life"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-margaritis-of-president-schinas-vice"],"involved":["ec-person-d5cada2a1a17537a675985af31e5ce07ae3bfd42","ec-person-b59ff7316734021e48aa7e0fd79eeeab36ea2bb4","eu-tr-071771920040-91"]}} -{"id":"ec-meeting-2020-01-20-1243400dc3873a5b509bc4ea293be3a498f1b08e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-20 - Cabinet of Vice-President Věra Jourová x Microsoft Corporation"],"date":["2020-01-20"],"summary":["Disinformation, Artificial intelligence"],"notes":["Portfolio: Values and Transparency"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["ec-person-221276f2dfa4b8fe628f08e982d967b6aeb61c57","ec-person-fb258e0188a5319bfaba3161382db43f5a85851f","ec-person-74c07660dcbc6dc9993b34462cf2a1fec35925ea","ec-person-bf54da17217bbddfd9c68fe24d88005ac17e2c4b","eu-tr-0801162959-21"]}} -{"id":"ec-meeting-2020-01-20-14cb1069f94e90d1a5a3b33d0522c426c54523d2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-20 - Cabinet of Commissioner Stella Kyriakides x European Oncology Nursing Society vzw / asbl"],"date":["2020-01-20"],"summary":["Discussion on cancer"],"notes":["Portfolio: Health"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-kyriakides-of-stella"],"involved":["ec-person-c7513fae2df7920eea99d7cc103a354aa4f56b6e","eu-tr-43916872639-25"]}} -{"id":"ec-meeting-2020-01-20-20eaf246e748b6c074a5ad6008608433ba58cf0b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-20 - Cabinet of Executive Vice-President Margrethe Vestager x Google"],"date":["2020-01-20"],"summary":["Digital policy"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-11d97788772862bb34f51dd26d7f92603eac1bf8","eu-tr-03181945560-59"]}} -{"id":"ec-meeting-2020-01-20-2481b7c199fda477c40c7a36d6a94444d72a48b4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-20 - Cabinet of Commissioner Stella Kyriakides x EUROPEAN ORGANISATION FOR RARE DISEASES"],"date":["2020-01-20"],"summary":["Discussion on cancer"],"notes":["Portfolio: Health"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-kyriakides-of-stella"],"involved":["ec-person-c7513fae2df7920eea99d7cc103a354aa4f56b6e","eu-tr-93272076510-87"]}} -{"id":"ec-meeting-2020-01-20-31d558d15aaaba77d04e269bfae4434081f609e7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-20 - Cabinet of Executive Vice-President Frans Timmermans x UIRR, International Union for Road-Rail Combined Transport"],"date":["2020-01-20"],"summary":["Combined Transport in the Green Deal"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-49307536642-11","ec-person-d56ecbfde17436a136fc89c9a978b266e8285c84"]}} -{"id":"ec-meeting-2020-01-20-3968eef439ff1bf19d9576615e74e59f3a74b01e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-20 - European Neighbourhood and Enlargement Negotiations x Bruegel"],"date":["2020-01-20"],"summary":["Neighbourhood and Enlargement"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-near"],"involved":["ec-person-1160ccf35947f06f1629cad85b9f162eb5575780","eu-tr-458295331598-02"]}} -{"id":"ec-meeting-2020-01-20-413bdac0f9e2c8983373e005889269ef683632a8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-20 - Cabinet of Commissioner Mariya Gabriel x Women Political Leaders"],"date":["2020-01-20"],"summary":["Women in Science, Innovation, Culture and Creative industries"],"notes":["Portfolio: Innovation and Youth"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["ec-person-1674399a793e9e6fd7cf55b525515fc862fc9351","eu-tr-419508817229-68"]}} -{"id":"ec-meeting-2020-01-20-51424f31b71893b2547e3463e4d4437af51545c4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-20 - Cabinet of Vice-President Margaritis Schinas x ΕΛΛΗΝΙΚΗ ΕΝΩΣΗ ΤΡΑΠΕΖΩΝ"],"date":["2020-01-20"],"summary":["VP's portfolio, Developments in the Greek banking sector"],"notes":["Portfolio: Promoting the European Way of Life"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-margaritis-of-president-schinas-vice"],"involved":["ec-person-d5cada2a1a17537a675985af31e5ce07ae3bfd42","ec-person-43f9f86cfe94e45a95f7fbdea9a59a54955ebcfa","eu-tr-200183327211-90"]}} -{"id":"ec-meeting-2020-01-20-56a923d6eb8432c2a9d0d70f3d90fdc4a7b86ce0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-20 - Cabinet of Commissioner Ylva Johansson x Microsoft Corporation"],"date":["2020-01-20"],"summary":["EU internal security: challenges ahead and law enforcement cooperation; perspectives from the industry."],"notes":["Portfolio: Home Affairs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-johansson-of-ylva"],"involved":["eu-tr-0801162959-21","ec-person-b54ba0be96a986a38bcd39d4f9db577e79171356","ec-person-31b127e72e9dd30ce85ff2b475ac65d28d7dc48d","ec-person-d3f97e069d9ff016d7b65052f6eb6b98500ec118"]}} -{"id":"ec-meeting-2020-01-20-597534000fe9c5cc06952bd6e474bdf6138a9e58","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2020-01-20 - Cabinet of Commissioner Didier Reynders x Microsoft Corporation"],"date":["2020-01-20"],"summary":["e-evidence, AI"],"notes":["Portfolio: Justice"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-didier-of-reynders"],"involved":["eu-tr-0801162959-21","ec-person-442bf1ae9900b999673cdd7389224d0e21b67d4d","ec-person-1e25399e2267734c5f4c69093d2286c8898ee9f0","ec-person-4cd0043747c40cfeaced5e4c68e43372cdb8dac9"]}} -{"id":"ec-meeting-2020-01-20-5b39b93f4252e2d7fb26e8abc33d1f777b848326","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-20 - Cabinet of Commissioner Nicolas Schmit x SMEunited aisbl"],"date":["2020-01-20"],"summary":["Exchange on “ A strong social Europe for jus transitions” and on the initiative on fair minimum wages"],"notes":["Portfolio: Jobs and Social Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["eu-tr-55820581197-35","ec-person-8eb18b6102d444937bc6af5822a6742812165b48"]}} -{"id":"ec-meeting-2020-01-20-799f31a938d974ff3e5106681b4e486eb856a66a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-20 - Cabinet of Executive Vice-President Frans Timmermans x Google"],"date":["2020-01-20"],"summary":["Opportunities and responsibility of digital technology for Green Deal"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-7c876f4825f213b8adbedf089ccedfbc3b36d65b","eu-tr-03181945560-59"]}} -{"id":"ec-meeting-2020-01-20-7a49f9e4f6b8cc423cca3dbad71e8615292e88dc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-20 - Cabinet of Commissioner Stella Kyriakides x European Cancer Patient Coalition"],"date":["2020-01-20"],"summary":["Discussion on cancer"],"notes":["Portfolio: Health"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-kyriakides-of-stella"],"involved":["eu-tr-57929627082-79","ec-person-c7513fae2df7920eea99d7cc103a354aa4f56b6e"]}} -{"id":"ec-meeting-2020-01-20-86da85d280fbaeb6d948984e734652f950cf7d07","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-20 - Communications Networks, Content and Technology x ARIANESPACE"],"date":["2020-01-20"],"summary":["deployment of satellite constellation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-016461319755-04","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2020-01-20-8d0b4ceb8f765656a66bd0b403c2438f96577bd0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-20 - Cabinet of Commissioner Virginijus Sinkevičius x European Landowners' Organization asbl"],"date":["2020-01-20"],"summary":["Present their organization and its objectives, including the labelling system for rural land management (wildlife estate initiative) that ELO runs, address the issue of private land conservation, and raise some concerns in relation with large carnivores and the Green Deal, in particular as regards forests."],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["eu-tr-36063991244-88","ec-person-ef0f66e9880a22ea8d9657bd982daf9bd74838c1"]}} -{"id":"ec-meeting-2020-01-20-9de25af2f89c84d31f64b2b7a672150e26bed415","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-20 - Cabinet of Commissioner Helena Dalli x Open Society European Policy Institute"],"date":["2020-01-20"],"summary":["situation for Roma persons in Europe, introductory meeting"],"notes":["Portfolio: Equality"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-dalli-helena-of"],"involved":["ec-person-dbd4bba0ef71d4385c97691e3df5bb484709a07e","eu-tr-8557515321-37"]}} -{"id":"ec-meeting-2020-01-20-ae6cd33b25aed95d724168587b32973c50b51088","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-20 - Cabinet of Commissioner Phil Hogan x BANCO BILBAO VIZCAYA ARGENTARIA"],"date":["2020-01-20"],"summary":["Trade Issues"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-090350412968-04","ec-person-a1a78365cc4685b0958056646204977d8f2ead92","ec-person-7d3caa534e5cdda6d5b949bd4b2def39356e3bec"]}} -{"id":"ec-meeting-2020-01-20-c1730956d00b46cbb67072547b39dea096afb348","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-20 - European Neighbourhood and Enlargement Negotiations x Anna Lindh Foundation"],"date":["2020-01-20"],"summary":["European Neighbourhood and enlargement"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-near"],"involved":["eu-tr-739469436973-48","ec-person-1160ccf35947f06f1629cad85b9f162eb5575780"]}} -{"id":"ec-meeting-2020-01-20-cfee9ab09479a7233c93e5be791b2875b405ca4f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-20 - Cabinet of Executive Vice-President Margrethe Vestager x Technology Industries of Finland (Teknologiateollisuus ry)"],"date":["2020-01-20"],"summary":["Industry, innovation, digital single market"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-c5a20b92c008e114355d197b9b2fd62c88868c4e","eu-tr-39705603497-38"]}} -{"id":"ec-meeting-2020-01-20-e7444d7c2e994d9deb6a627138ad6829b65931d7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-20 - Cabinet of Executive Vice-President Margrethe Vestager x Microsoft Corporation"],"date":["2020-01-20"],"summary":["Digital policy"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-0801162959-21","ec-person-11d97788772862bb34f51dd26d7f92603eac1bf8"]}} -{"id":"ec-meeting-2020-01-20-ee681109dd8f38d66630b7038080e3ddbcd46f12","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-20 - Cabinet of Commissioner Stella Kyriakides x Association of European Cancer Leagues"],"date":["2020-01-20"],"summary":["Discussion on cancer"],"notes":["Portfolio: Health"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-kyriakides-of-stella"],"involved":["ec-person-c7513fae2df7920eea99d7cc103a354aa4f56b6e","eu-tr-19265592757-25"]}} -{"id":"ec-meeting-2020-01-20-f0c330c31c3ff5f60d80c52acd34865130253b5b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-20 - Cabinet of Commissioner Kadri Simson x EirGrid Group plc"],"date":["2020-01-20"],"summary":["Energy priorities for the Commission, introduction to Eirgrid’s activities"],"notes":["Portfolio: Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["eu-tr-984555020606-52","ec-person-2fb98fc84d2cf8d481688eff3d47f7745ead3592","ec-person-68b9170beccdbf21444fad7cdc252dec9e60b9d2"]}} -{"id":"ec-meeting-2020-01-20-f5dd2bccdfce73aa6b1005f66f82ccc31042be5b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-20 - Cabinet of Commissioner Adina Vălean x Transport and Environment (European Federation for Transport and Environment)"],"date":["2020-01-20"],"summary":["major aviation climate issues, including developing new fuels, taxation and pricing and global regulation"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["ec-person-5f7f9d4d861c5b97fbd25bccf6323535d2a7ceb8","eu-tr-58744833263-19"]}} -{"id":"ec-meeting-2020-01-20-ffd03f09fb708ea4c804c5d5d4b4affdec6232c4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-20 - Cabinet of Commissioner Jutta Urpilainen x Mouvement d'Affirmation des Jeunes Lesbiennes, Gais, Bi et Trans"],"date":["2020-01-20"],"summary":["discussion on LGBTI rights and youth"],"notes":["Portfolio: International Partnerships"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["eu-tr-543776436838-95","ec-person-6357f4506ca5351b3a822936612fd6006da48722"]}} -{"id":"ec-meeting-2020-01-21-033ca58134c8bf1602dcdc1c13345795cb917a98","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-21 - Cabinet of Commissioner Olivér Várhelyi x EuroMed Rights / EuroMed Droits"],"date":["2020-01-21"],"summary":["présenter une vision stratégique tunisienne du partenariat avec l’Union européenne (UE)."],"notes":["Portfolio: Neighbourhood and Enlargement"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-of-oliver-varhelyi"],"involved":["ec-person-455e75c046adb4f874e478e1fa34e4b563568b8b","eu-tr-18343956476-47"]}} -{"id":"ec-meeting-2020-01-21-0be7378d21d6ffcd56c8bd55416c5bf36cbdaf6a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-21 - Cabinet of Commissioner Paolo Gentiloni x Fédération bancaire française"],"date":["2020-01-21"],"summary":["FR banks and energy transition"],"notes":["Portfolio: Economy"],"location":["Brussels, BE"],"address":["Brussels, BE"],"addressEntity":["addr-bd80958a978de8af51caa97a25a75f30d0061d71"],"organizer":["ec-cabinet-commissioner-gentiloni-of-paolo"],"involved":["ec-person-8da36db391ed53f362d495cd564ba8b45c7003e1","eu-tr-09245221105-30"]}} -{"id":"ec-meeting-2020-01-21-1b1b8b60b35b201d1c9c3e2f1d418d88b9bbc512","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-21 - Defence Industry and Space x Airbus"],"date":["2020-01-21"],"summary":["Exchange of views on EU Space Regulation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-defis"],"involved":["ec-person-a5e52cd544ea3aa44eb4b31fac65a468499f106e","eu-tr-2732167674-76"]}} -{"id":"ec-meeting-2020-01-21-1ca1128dff5180d97c3a3394ae0bc515c959a98b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-21 - Cabinet of Executive Vice-President Frans Timmermans x European farmers European agri-cooperatives"],"date":["2020-01-21"],"summary":["Meeting to discuss EVP’s participation in the Praesidia meeting of COPA COGECA"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-09586631237-74","eu-tr-44856881231-49","ec-person-33624431cbec1074e151c1707715ef46d2ba9565"]}} -{"id":"ec-meeting-2020-01-21-2955237d3ea01db43273859515ba1144038606bb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-21 - Cabinet of Commissioner Mariya Gabriel x The Guild of European Research-Intensive Universities"],"date":["2020-01-21"],"summary":["ERA, European Universities Initiatives, Horizon Europe"],"notes":["Portfolio: Innovation and Youth"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["ec-person-1674399a793e9e6fd7cf55b525515fc862fc9351","eu-tr-265942623347-90"]}} -{"id":"ec-meeting-2020-01-21-2aea2d8784c63af5a0ae75de4e64e0a18627a246","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-21 - Defence Industry and Space x ARIANESPACE"],"date":["2020-01-21"],"summary":["Exchange of views on Horizon European Commission"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-defis"],"involved":["eu-tr-016461319755-04","ec-person-a5e52cd544ea3aa44eb4b31fac65a468499f106e"]}} -{"id":"ec-meeting-2020-01-21-3786bece1e02ff6c63dd1bc8fca2545a6d7bfb0a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-21 - Cabinet of Commissioner Thierry Breton x World Economic Forum"],"date":["2020-01-21"],"summary":["Discuss transatlantic relations"],"notes":["Portfolio: Internal Market"],"location":["Davos, Switzerland"],"address":["Davos, Switzerland"],"addressEntity":["addr-08640f22e8b61fe48904546ffc0e7b09fd6d6414"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-049060636194-17","ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0"]}} -{"id":"ec-meeting-2020-01-21-3dd38fd37c5ab7fc1d53a6b733f4bb6ffd290369","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-21 - Cabinet of Commissioner Phil Hogan x Cisco Systems Inc."],"date":["2020-01-21"],"summary":["Trade Issues"],"location":["Davos"],"address":["Davos"],"addressEntity":["addr-e260b1b791f27abac6a4f7771a2401be6aee67a9"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-d4e0ed779d9afad22ebc402fe3db519e121e437c","ec-person-a1a78365cc4685b0958056646204977d8f2ead92","eu-tr-494613715191-85"]}} -{"id":"ec-meeting-2020-01-21-3e2f88e71864694a877533d47a9e55f5a6c392dc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-21 - Cabinet of Commissioner Kadri Simson x ELECTRICITE DE FRANCE"],"date":["2020-01-21"],"summary":["Discussion on the road to climate neutrality via innovation and low-carbon technologies. EDF's role in European and global energy markets."],"notes":["Portfolio: Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["eu-tr-39966101835-69","ec-person-d40f25b5cb5c0681854a4996da444478318f7e58","ec-person-2fb98fc84d2cf8d481688eff3d47f7745ead3592","ec-person-1995c65b8dc7f3702a8c30ed96a0144075848837"]}} -{"id":"ec-meeting-2020-01-21-40075777349b3d06c1119c6898dad7a4fda9c0a3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-21 - Cabinet of Commissioner Virginijus Sinkevičius x Fiskesekretariatet"],"date":["2020-01-21"],"summary":["Fisheries in the Baltic Sea"],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["eu-tr-40048498591-70","ec-person-1443799688ae485d7a2fee5c9defab2c5b7c7e6c"]}} -{"id":"ec-meeting-2020-01-21-42e501996fa37bef10feb415ce6e02491f17a015","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-21 - Cabinet of Executive Vice-President Frans Timmermans x EUROGAS aisbl"],"date":["2020-01-21"],"summary":["Challanges and goals for the gas sector on the way to EU climate neutrallity"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-d53e00c46a4cc62bbf533e0c9bb35bacb9121989","eu-tr-17909506129-41"]}} -{"id":"ec-meeting-2020-01-21-43a2567bfe2a6c54917556717dbc1f82dac649c0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-21 - Communications Networks, Content and Technology x Airbus"],"date":["2020-01-21"],"summary":["Quantum Communication Infrastructure and AI/Data economy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-2732167674-76","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2020-01-21-4d36082b6100df926121e2feef753e0cbdcd4832","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-21 - Cabinet of Executive Vice-President Frans Timmermans x Fédération bancaire française"],"date":["2020-01-21"],"summary":["discussion on sustainable finance"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-e88af8eb396e96e3dbc9b4ec6e40a348d26c389c","eu-tr-09245221105-30"]}} -{"id":"ec-meeting-2020-01-21-5f3d865d4d3f6e5fe56c6838c8381d9921f37c03","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-21 - Internal Market, Industry, Entrepreneurship and SMEs x Cobalt Institute"],"date":["2020-01-21"],"summary":["Courtesy meeting introducing Cobalt Institute and discuss future Industry policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-grow"],"involved":["eu-tr-635532237570-09","ec-person-502a9ad56e684f225d022e2e549380121183d0f6"]}} -{"id":"ec-meeting-2020-01-21-70985095e235f05ee6c9f2a22b0a6271a861334c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-21 - Mobility and Transport x Strukton Rail"],"date":["2020-01-21"],"summary":["S2R"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-move"],"involved":["eu-tr-0804666277-93","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2020-01-21-7424e3ed1779da3b6aaae067941a24addfdfe16a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-21 - Cabinet of Commissioner Virginijus Sinkevičius x Fiskesekretariatet BalticSea2020"],"date":["2020-01-21"],"summary":["the overall situation in the Baltic Sea and their views on how to overcome the crisis."],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["eu-tr-40048498591-70","ec-person-1443799688ae485d7a2fee5c9defab2c5b7c7e6c","eu-tr-673791432473-06"]}} -{"id":"ec-meeting-2020-01-21-78a120282e685d814663b503ee4e63e67f52b5c0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-21 - Cabinet of Commissioner Didier Reynders x Bundesverband der Deutschen Industrie e.V."],"date":["2020-01-21"],"summary":["Commissioner Reynders' priorities"],"notes":["Portfolio: Justice"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-didier-of-reynders"],"involved":["eu-tr-1771817758-48","ec-person-50f9cba2282e1d03395cdd0faf9ce6e9a2ff3104"]}} -{"id":"ec-meeting-2020-01-21-78f0e6d6a7dd90cf13703fcf8daaa1222c68aa8b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-21 - Cabinet of Commissioner Nicolas Schmit x European Labour Mobility Institute Association"],"date":["2020-01-21"],"summary":["social security coordination"],"notes":["Portfolio: Jobs and Social Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-761fad67b377a6e2a384245795719ef5f7131269","eu-tr-358581035483-54"]}} -{"id":"ec-meeting-2020-01-21-79c3d4a6ad70bd08ec6f4fd1e4a36abcb390415e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-21 - Cabinet of Executive Vice-President Frans Timmermans x Vereniging van Nederlandse Gemeenten"],"date":["2020-01-21"],"summary":["Green deal and role of local authorities in its implementation"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-7c876f4825f213b8adbedf089ccedfbc3b36d65b","eu-tr-32705794105-55"]}} -{"id":"ec-meeting-2020-01-21-7abb935b1d321ddf662f46518ef67b866e19b02f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-21 - Cabinet of Commissioner Paolo Gentiloni x Citigroup Inc."],"date":["2020-01-21"],"summary":["Introductory meeting"],"notes":["Portfolio: Economy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gentiloni-of-paolo"],"involved":["eu-tr-00353757573-57","ec-person-5afc11966577af0bcf6f99488769b1eba37e3577"]}} -{"id":"ec-meeting-2020-01-21-7b3cc009909185df32c394b1d63ab6b08b33910b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-21 - Energy x Orgalim – Europe's Technology Industries"],"date":["2020-01-21"],"summary":["the role of engireering industry in the context of clean energy transition"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-ener"],"involved":["eu-tr-20210641335-88","ec-person-9c0f33ecb9f6badd5f4b5f1a4bd7677e18a52a22"]}} -{"id":"ec-meeting-2020-01-21-7c5f49ec42b36ffa376c155fa08b703599dc675c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-21 - Cabinet of President Ursula von der Leyen x DIGITALEUROPE"],"date":["2020-01-21"],"summary":["Overall digital policy, industry data pooling, open data, artificial intelligence (HLG), European Green Deal & ICT energy use"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-7019713e72781afb1f3b19032c4752a314b78180","eu-tr-64270747023-20"]}} -{"id":"ec-meeting-2020-01-21-8c1b56301ee4bfba09e4ea7d45edc00238c3e91e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-21 - Cabinet of Executive Vice-President Frans Timmermans x Jeremy Rifkin Enterprises"],"date":["2020-01-21"],"summary":["Green Deal"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-7c876f4825f213b8adbedf089ccedfbc3b36d65b","eu-tr-433579315121-82"]}} -{"id":"ec-meeting-2020-01-21-922b083c6278c66f316121781f217942da47cd47","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-21 - Cabinet of Commissioner Jutta Urpilainen x SOSTE Suomen sosiaali ja terveys ry"],"date":["2020-01-21"],"summary":["civil society and welfare economy"],"notes":["Portfolio: International Partnerships"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["eu-tr-644561136470-84","ec-person-1ec9383fd54d9d4cd8a154c01fa71549eb8c75ac"]}} -{"id":"ec-meeting-2020-01-21-97b430c40ab9aa4a4d22abfcbee2213d03881b87","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-21 - Energy x Association of European Automotive and Industrial Battery Manufacturers"],"date":["2020-01-21"],"summary":["Europe's battery industry in the energy transition"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-ener"],"involved":["ec-person-9c0f33ecb9f6badd5f4b5f1a4bd7677e18a52a22","eu-tr-39573492614-61"]}} -{"id":"ec-meeting-2020-01-21-98391ab5db78a49fb4e0b43aa34f2b3c77929f54","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-21 - Cabinet of Commissioner Jutta Urpilainen x SpeakUpAfrica"],"date":["2020-01-21"],"summary":["discussion on neglected tropical diseases"],"notes":["Portfolio: International Partnerships"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["eu-tr-879941436948-07","ec-person-6357f4506ca5351b3a822936612fd6006da48722"]}} -{"id":"ec-meeting-2020-01-21-997b004ec6e302c2bd2d72c59d7cbc7ff4694d5e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-21 - Cabinet of Executive Vice-President Valdis Dombrovskis x abrdn plc"],"date":["2020-01-21"],"summary":["Brexit"],"notes":["Portfolio: An Economy that Works for People"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-235870cd7eb41f2494f695fce18b5b5b88647113","eu-tr-28229947613-19"]}} -{"id":"ec-meeting-2020-01-21-9a1d47bb098d755e9d2be58e46e74beef31aa310","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-21 - Cabinet of President Ursula von der Leyen x Bundesverband der Deutschen Industrie e.V."],"date":["2020-01-21"],"summary":["5G, artificial intelligence, secure data"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-7019713e72781afb1f3b19032c4752a314b78180","eu-tr-1771817758-48"]}} -{"id":"ec-meeting-2020-01-21-9addaa8d6b493cf17ef556ee2172edd5205176cf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-21 - Cabinet of Commissioner Kadri Simson x BUSINESSEUROPE"],"date":["2020-01-21"],"summary":["EU industrial competitiveness, carbon pricing mechanism"],"notes":["Portfolio: Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["ec-person-d40f25b5cb5c0681854a4996da444478318f7e58","eu-tr-3978240953-79","ec-person-2fb98fc84d2cf8d481688eff3d47f7745ead3592","ec-person-1995c65b8dc7f3702a8c30ed96a0144075848837"]}} -{"id":"ec-meeting-2020-01-21-a2f044744867409873074daa2f8c713263b576f3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-21 - Cabinet of Vice-President Maroš Šefčovič x European Regulation and Innovation Forum"],"date":["2020-01-21"],"summary":["European Parliament’s repeated request to the COM to come forward with a legislative proposal for an EU law on open and independent effective European administration, based on article 295 of the Treaty."],"notes":["Portfolio: Interinstitutional Relations and Foresight"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-52996964558-47","ec-person-1f95be23689cd4ed0a26fe2980f760ccf2d55c1e"]}} -{"id":"ec-meeting-2020-01-21-a62ffe3828fe6e4cbb1a71d7f6082049997a358e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-21 - Cabinet of Commissioner Mariya Gabriel x European Youth Forum"],"date":["2020-01-21"],"summary":["EU Youth Strategy, Digital Education Action Plan / Erasmus+"],"notes":["Portfolio: Innovation and Youth"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-43251547769-22","ec-person-1674399a793e9e6fd7cf55b525515fc862fc9351"]}} -{"id":"ec-meeting-2020-01-21-a833571b7adb4e9210890770357c21a2b00fc5a1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-21 - Energy x The European Association for the Promotion of Cogeneration"],"date":["2020-01-21"],"summary":["Eco-design and the European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-ener"],"involved":["eu-tr-38305846546-70","ec-person-9c0f33ecb9f6badd5f4b5f1a4bd7677e18a52a22"]}} -{"id":"ec-meeting-2020-01-21-a96e7ec5839642f652b91dcd25c28ac2fe11922a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-21 - Cabinet of Commissioner Thierry Breton x Business Bridge Europe"],"date":["2020-01-21"],"summary":["Space Conference - participation: breakfast and lunch"],"notes":["Portfolio: Internal Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-e18e6e300776f5f47ca4c72c1ba1b0d0eb1e71fe","ec-person-b077a2e9f0fdb3b8f6e91d0bd0b256db9e40ce46","eu-tr-72856225852-31"]}} -{"id":"ec-meeting-2020-01-21-abb26bcbd97d1c06ce7a2551bc749554c25453c7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-21 - Cabinet of Commissioner Janusz Wojciechowski x European farmers"],"date":["2020-01-21"],"summary":["CAP reform and Green Deal"],"notes":["Portfolio: Agriculture"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["ec-person-90b64673ee7f4c1dae185fbd64b45f5c45f2b66d","eu-tr-44856881231-49"]}} -{"id":"ec-meeting-2020-01-21-ad066cdf85b448c7e8599b3e2a78f38aacdda0cd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-21 - Cabinet of Executive Vice-President Valdis Dombrovskis x BUSINESSEUROPE"],"date":["2020-01-21"],"summary":["EU - China Strategy, Development Cooperation"],"notes":["Portfolio: An Economy that Works for People"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-1d8581216d9aa7f26fa098a81e84ca61e0e3f261","ec-person-55cdd2fceb3997b4092326294c9405769c7b491b","eu-tr-3978240953-79"]}} -{"id":"ec-meeting-2020-01-21-ae8cdf0edac4f0f4d8a0da22516bac3bc4c4c49f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-21 - Cabinet of Commissioner Stella Kyriakides x European Society for Paediatric Oncology"],"date":["2020-01-21"],"summary":["Discussion on cancer"],"notes":["Portfolio: Health"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-kyriakides-of-stella"],"involved":["ec-person-c7513fae2df7920eea99d7cc103a354aa4f56b6e","eu-tr-122803916413-09"]}} -{"id":"ec-meeting-2020-01-21-b391b01f230daf23925ed56573f0752bced3fd58","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-21 - Cabinet of Vice-President Dubravka Šuica x PensionsEurope"],"date":["2020-01-21"],"summary":["pensions, Green Paper on Ageing, demography, and even the Conference on the Future of Europe"],"notes":["Portfolio: Democracy and Demography"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dubravka-of-president-suica-vice"],"involved":["ec-person-bae2f44eb21285b37ecc9c7f2f42b4acb1f53264","eu-tr-5199259747-21"]}} -{"id":"ec-meeting-2020-01-21-b537fde9efc5a15b7a9809218f9f497607254a6e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-21 - Cabinet of Commissioner Kadri Simson x Tellurian Trading UK Ltd"],"date":["2020-01-21"],"summary":["global gas market developments"],"notes":["Portfolio: Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["ec-person-3ba14eabc5fddef75d1a672cc75b5f4bddd72ee9","ec-person-9b7f5fe059e5b0b40e79e9170211aa2f02322fdb","eu-tr-382928328537-02"]}} -{"id":"ec-meeting-2020-01-21-bac1cb2b93afa14fb2e950c466844f98d810dce5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-21 - Communications Networks, Content and Technology x Bundesverband der Deutschen Industrie e.V."],"date":["2020-01-21"],"summary":["Challenges facing new Commission, AI, Digital Soverignty, Connectivity & Cloud"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-1771817758-48","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2020-01-21-bc71a91f64ce54c865bc8bdfd72ab2760c508558","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-21 - Cabinet of Executive Vice-President Valdis Dombrovskis x Industrie- und Handelskammer für München und Oberbayern"],"date":["2020-01-21"],"summary":["Sustainable finance"],"notes":["Portfolio: An Economy that Works for People"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-235870cd7eb41f2494f695fce18b5b5b88647113","eu-tr-974367836943-09"]}} -{"id":"ec-meeting-2020-01-21-bf784a8fd5d8ecb6e783c3ca4048b3cdbbd76722","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-21 - Internal Market, Industry, Entrepreneurship and SMEs x ARIANESPACE"],"date":["2020-01-21"],"summary":["Exchange of views on Horizon Europe"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-grow"],"involved":["eu-tr-016461319755-04","ec-person-6299e47fea20df86a1b90bd5b033006b2cb35b5e"]}} -{"id":"ec-meeting-2020-01-21-c25897f0535ab6449e29005b874fdad71ec614e0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-21 - Cabinet of Commissioner Kadri Simson x Bureau Européen des Unions de Consommateurs"],"date":["2020-01-21"],"summary":["Low cost energy efficiency measures and financial support in housing sector"],"notes":["Portfolio: Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["eu-tr-9505781573-45","ec-person-2fb98fc84d2cf8d481688eff3d47f7745ead3592","ec-person-d40f25b5cb5c0681854a4996da444478318f7e58","ec-person-1995c65b8dc7f3702a8c30ed96a0144075848837"]}} -{"id":"ec-meeting-2020-01-21-c353a2348bae0b94cc411be1a5924a4b4205a53e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-21 - Cabinet of Vice-President Maroš Šefčovič x KIC InnoEnergy SE"],"date":["2020-01-21"],"summary":["European Battery Alliance"],"notes":["Portfolio: Interinstitutional Relations and Foresight"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-1f95be23689cd4ed0a26fe2980f760ccf2d55c1e","eu-tr-462849021886-85"]}} -{"id":"ec-meeting-2020-01-21-ca7435ede31a8e49139af1f62e77691da45953e4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-21 - Cabinet of Commissioner Stella Kyriakides x European Society for Medical Oncology (ESMO)"],"date":["2020-01-21"],"summary":["Discussion on cancer"],"notes":["Portfolio: Health"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-kyriakides-of-stella"],"involved":["eu-tr-947929324977-41","ec-person-c7513fae2df7920eea99d7cc103a354aa4f56b6e"]}} -{"id":"ec-meeting-2020-01-21-cf48cf3cc2a4e7f406b005ad2c4c26d7aff585bd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-21 - Cabinet of Executive Vice-President Frans Timmermans x Centre on European Relations (Scotland)"],"date":["2020-01-21"],"summary":["European Green Deal"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-630607527258-37","ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce"]}} -{"id":"ec-meeting-2020-01-21-d3c3a5cc073c6fe6c15f82ad32f3846e4a6cf61d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-21 - Cabinet of High Representative Josep Borrell Fontelles x Institut d'études politiques de Paris (Sciences Po)"],"date":["2020-01-21"],"summary":["Political priorities in the field of EU Foreign Policy"],"notes":["Portfolio: High Representative of the Union for Foreign Affairs and Security Policy / Vice-President of the Commission"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-borrell-cabinet-fontelles-high-josep-of-representative"],"involved":["ec-person-09e3d08df5a180336a981c2bd7382e19b5e380e7","eu-tr-810172132680-93"]}} -{"id":"ec-meeting-2020-01-21-d99cbf0afc7cd53aca975465ce8fb9ffd64ac62c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-21 - Cabinet of President Ursula von der Leyen x Associazione Bancaria Italiana"],"date":["2020-01-21"],"summary":["ABI reflections on Banking Union and Capital Market Union"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["eu-tr-915519211566-03","ec-person-a159f03add374257584565c2b05cc5539a7526e6"]}} -{"id":"ec-meeting-2020-01-21-d9e27c8be7940002ecdac6c9e6dfe9d794fed167","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-21 - Cabinet of Executive Vice-President Frans Timmermans x Eurelectric aisbl"],"date":["2020-01-21"],"summary":["European Green Deal"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-4271427696-87","ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce"]}} -{"id":"ec-meeting-2020-01-21-da5556a71f154db8bc61c19cfed9d118df3f6985","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-21 - Cabinet of President Ursula von der Leyen x European Telecommunications Network Operators' Association"],"date":["2020-01-21"],"summary":["Data, 5G, cybersecurity, roaming, connected mobility"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-7019713e72781afb1f3b19032c4752a314b78180","eu-tr-08957111909-85"]}} -{"id":"ec-meeting-2020-01-21-deb511845564407c9b800da07549a1d85944bfaf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-21 - Cabinet of President Ursula von der Leyen x AXA"],"date":["2020-01-21"],"summary":["Meeting with Group CEO AXA (Topic: EU Green Deal & Digital Agenda)"],"notes":["Portfolio: President"],"location":["Davos"],"address":["Davos"],"addressEntity":["addr-e260b1b791f27abac6a4f7771a2401be6aee67a9"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-a2ac27c3a7aa93937efc47169c1dc2264a822175","eu-tr-36423781099-10"]}} -{"id":"ec-meeting-2020-01-21-e22b21fb637dc4e3f97d2d35dc19864f7e54121c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-21 - Cabinet of Commissioner Paolo Gentiloni x Warner Bros. Discovery"],"date":["2020-01-21"],"summary":["The European Green Deal and sustainable finance"],"notes":["Portfolio: Economy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gentiloni-of-paolo"],"involved":["ec-person-5afc11966577af0bcf6f99488769b1eba37e3577","eu-tr-288009010205-61"]}} -{"id":"ec-meeting-2020-01-21-e4f5aa21ccde73d3ee62edc9b3fdbdce5adb8191","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-21 - Cabinet of Executive Vice-President Valdis Dombrovskis x European Federation of National Organisations working with the Homeless"],"date":["2020-01-21"],"summary":["Homelessness"],"notes":["Portfolio: An Economy that Works for People"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["eu-tr-42528706153-39","ec-person-55cdd2fceb3997b4092326294c9405769c7b491b"]}} -{"id":"ec-meeting-2020-01-21-e8bd4615a55b711eada3623adb2556aae9499d93","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-21 - Cabinet of Commissioner Phil Hogan x Confederation of Swedish Enterprise"],"date":["2020-01-21"],"summary":["Digital trade and Industrial policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-39912257528-48","ec-person-cd4a156dd3ba3388c4e3ef6cd8fdc81362380dbb"]}} -{"id":"ec-meeting-2020-01-21-ebdcd4ad91461c6cdccd51b3fc79d7b4e667e593","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-21 - Internal Market, Industry, Entrepreneurship and SMEs x Airbus"],"date":["2020-01-21"],"summary":["Exchange of views on EU Space Regulation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-grow"],"involved":["ec-person-6299e47fea20df86a1b90bd5b033006b2cb35b5e","eu-tr-2732167674-76"]}} -{"id":"ec-meeting-2020-01-21-ee4a98029bf794a8357493fd13e50f609453ccb5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-21 - Cabinet of Executive Vice-President Valdis Dombrovskis x BNP PARIBAS LA POSTE Crédit Agricole S.A. Société Générale BPCE Fédération bancaire française"],"date":["2020-01-21"],"summary":["Implementation of Basel III; Banking Union; Deposit Guarantee Scheme"],"notes":["Portfolio: An Economy that Works for People"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["eu-tr-35147251117-11","ec-person-f011ed0f7c78d833a79f1206f788e0cbd9cb8864","ec-person-1e9076681bd62efdd58882f9a7b63b2423568217","eu-tr-09245221105-30","eu-tr-34369111614-57","eu-tr-78787381113-69","eu-tr-179370613236-62","eu-tr-01890906437-84"]}} -{"id":"ec-meeting-2020-01-21-f27602aefd6a6fdfa88ef90e98f133788dcb81b6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-21 - Cabinet of Commissioner Virginijus Sinkevičius x Coalition Clean Baltic"],"date":["2020-01-21"],"summary":["To discuss ecosystem-based approach in the Baltic and HELCOM Baltic Sea Action Plan"],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["ec-person-dd7a7b1952e158f4195d34cff333ec79a4f48ba3","eu-tr-808714914195-07"]}} -{"id":"ec-meeting-2020-01-21-f2ead371014bbf274929edc20a414d7b5bebfe93","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-21 - Cabinet of Commissioner Janusz Wojciechowski x METEX NOOVISTAGO"],"date":["2020-01-21"],"summary":["Animal welfare and Green Deal"],"notes":["Portfolio: Agriculture"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["eu-tr-122908136777-17","ec-person-90b64673ee7f4c1dae185fbd64b45f5c45f2b66d"]}} -{"id":"ec-meeting-2020-01-21-f7f167c1d5b9619dc57f115b35970b66b82e9f88","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-21 - Cabinet of Commissioner Kadri Simson x Ørsted A/S"],"date":["2020-01-21"],"summary":["Discussion on European Green Deal and the offshore wind strategy"],"notes":["Portfolio: Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["ec-person-9b7f5fe059e5b0b40e79e9170211aa2f02322fdb","eu-tr-870817015429-80","ec-person-2fb98fc84d2cf8d481688eff3d47f7745ead3592","ec-person-d40f25b5cb5c0681854a4996da444478318f7e58"]}} -{"id":"ec-meeting-2020-01-22-01dcd5fe5cbb903faef6abab659fd87ea450f3e4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-22 - Cabinet of Commissioner Phil Hogan x VMware International Unlimited Company"],"date":["2020-01-22"],"summary":["Trade Issues"],"location":["Davos"],"address":["Davos"],"addressEntity":["addr-e260b1b791f27abac6a4f7771a2401be6aee67a9"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-d4e0ed779d9afad22ebc402fe3db519e121e437c","eu-tr-922046321682-57","ec-person-a1a78365cc4685b0958056646204977d8f2ead92"]}} -{"id":"ec-meeting-2020-01-22-0c79da13e2df5003a6482e609bf01aba270680f8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-22 - Cabinet of Executive Vice-President Frans Timmermans x Ørsted A/S"],"date":["2020-01-22"],"summary":["European Green Deal"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-870817015429-80","ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce"]}} -{"id":"ec-meeting-2020-01-22-0ccce96057b658af02b33823bb423ca41d0895ee","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-22 - Cabinet of Commissioner Nicolas Schmit x PwCIL"],"date":["2020-01-22"],"summary":["Skills"],"notes":["Portfolio: Jobs and Social Rights"],"location":["Davos"],"address":["Davos"],"addressEntity":["addr-e260b1b791f27abac6a4f7771a2401be6aee67a9"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["eu-tr-60402754518-05","ec-person-c03b949331dbbe5fa3d5423758e371ec1b9b832f","ec-person-935314e38d735654cae8ee61313a3d73439b242d"]}} -{"id":"ec-meeting-2020-01-22-0d24492f833211e451314a759b45eceb93d02291","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-22 - Cabinet of Commissioner Phil Hogan x Chambers Ireland"],"date":["2020-01-22"],"summary":["trade priorities for Ireland"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-400dd8d59d3060187d9b9b143d697da1a3d03c12","eu-tr-469504914178-56","ec-person-7d3caa534e5cdda6d5b949bd4b2def39356e3bec"]}} -{"id":"ec-meeting-2020-01-22-0e3a8efc81cac71b85999dd5b2d606e1a0465662","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-22 - Cabinet of Executive Vice-President Margrethe Vestager x Telefonica, S.A."],"date":["2020-01-22"],"summary":["External Digital Connectivity"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-52431421-12","ec-person-8b6db5c3c4611618ade59c6d0dadc21c962f0ee7"]}} -{"id":"ec-meeting-2020-01-22-136d87fb8ae3e1dbd0e51d99959e8031355f91b7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-22 - Cabinet of President Ursula von der Leyen x Palantir Technologies Inc."],"date":["2020-01-22"],"summary":["Meeting with the CEO"],"notes":["Portfolio: President"],"location":["Davos"],"address":["Davos"],"addressEntity":["addr-e260b1b791f27abac6a4f7771a2401be6aee67a9"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["eu-tr-553786035745-66","ec-person-a2ac27c3a7aa93937efc47169c1dc2264a822175"]}} -{"id":"ec-meeting-2020-01-22-1cd60c98237a089af4735446e4db82617eedeef5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-22 - Cabinet of Vice-President Maroš Šefčovič x U. S. Steel Košice, s.r.o."],"date":["2020-01-22"],"summary":["Working priorities in the new EC"],"notes":["Portfolio: Interinstitutional Relations and Foresight"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-972729217124-54","ec-person-af83ed49c403cb9d7ebfecca7893f0054c1f4be5"]}} -{"id":"ec-meeting-2020-01-22-1eb1133df366f8a530b58d878b22f27f42a61482","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-22 - Cabinet of Commissioner Jutta Urpilainen x Turku-Southwest Finland European Office"],"date":["2020-01-22"],"summary":["Current EU Topics"],"notes":["Portfolio: International Partnerships"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["eu-tr-549499813585-41","ec-person-9788b5f9ccd101dc091867a4496a5735ee7151d9"]}} -{"id":"ec-meeting-2020-01-22-1f3185c0551cc4e07483553e69275fd2e933d7e8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-22 - Cabinet of Executive Vice-President Frans Timmermans x Build Europe"],"date":["2020-01-22"],"summary":["Obstacles and opportunities for a renovations wave in the EU"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-a282162080cef4ef2a8c0ab6247a3e03dc438507","eu-tr-80003592094-64"]}} -{"id":"ec-meeting-2020-01-22-22c385fb400c110edcbf3fd8082fdc7c59d08e09","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-22 - Cabinet of Executive Vice-President Frans Timmermans x Scania AB (publ)"],"date":["2020-01-22"],"summary":["Green Deal and the truck industry"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-d56ecbfde17436a136fc89c9a978b266e8285c84","eu-tr-3305029916-47"]}} -{"id":"ec-meeting-2020-01-22-23c604c2e1775182a5600b13e464b51926aa4888","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-22 - Cabinet of Commissioner Adina Vălean x Freight Transport Association Ireland"],"date":["2020-01-22"],"summary":["logistics and freight transport and Green Deal"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["ec-person-e5f1558cac43dd4f90847b508b6753edb0a9f903","eu-tr-389561426715-93"]}} -{"id":"ec-meeting-2020-01-22-2e6cd3d1c53bc4f0aafbed3d6cdb21903930d73a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-22 - Cabinet of Executive Vice-President Margrethe Vestager x Confederation of Swedish Enterprise"],"date":["2020-01-22"],"summary":["Industrial policy"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-c5a20b92c008e114355d197b9b2fd62c88868c4e","eu-tr-39912257528-48"]}} -{"id":"ec-meeting-2020-01-22-350b59cf860d4122dc7d1c4639ad6a60a3c79f1a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-22 - Cabinet of Commissioner Nicolas Schmit x Deutscher Gewerkschaftsbund"],"date":["2020-01-22"],"summary":["minimum wage,Roadmap"],"notes":["Portfolio: Jobs and Social Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["eu-tr-07595112423-87","ec-person-66fa2c2d100ec194caa42b5c6f97c36e2748b71c","ec-person-4cf4655ab41922e92160325d987a3c4615c72d30"]}} -{"id":"ec-meeting-2020-01-22-39ff5be97d2dae20d53674808da81a9dbead15df","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-22 - Cabinet of Commissioner Adina Vălean x Danish Shipping"],"date":["2020-01-22"],"summary":["shipping, Green Deal and other subjects related to it"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["ec-person-baa9678f53e0a607c8a9bb2cd9122d1c13370154","eu-tr-4518600611-48"]}} -{"id":"ec-meeting-2020-01-22-3ef4d6b5db8b1ab869dbb78efd31204efb770f89","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-22 - Cabinet of President Ursula von der Leyen x European Federation of National Organisations working with the Homeless"],"date":["2020-01-22"],"summary":["Pillar of Social Rights"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["eu-tr-42528706153-39","ec-person-66d141295841bdd2d0679d93aae62e07580fcee5"]}} -{"id":"ec-meeting-2020-01-22-45b83052747d78c1e88a356b07f6d17f9dd3dae0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-22 - Cabinet of Commissioner Helena Dalli x Uber"],"date":["2020-01-22"],"summary":["Uber's actions in diversity and safety"],"notes":["Portfolio: Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-dalli-helena-of"],"involved":["ec-person-09fe68f5317e5e0a45277c9195b58da0a8037a5c","eu-tr-002278013515-26"]}} -{"id":"ec-meeting-2020-01-22-496ec6302a3c633613ef89fa068b1ae8cf072267","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-22 - Cabinet of Commissioner Nicolas Schmit x Caritas Europa"],"date":["2020-01-22"],"summary":["implementation of the Social pilar"],"notes":["Portfolio: Jobs and Social Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-8eb18b6102d444937bc6af5822a6742812165b48","eu-tr-6082564924-85"]}} -{"id":"ec-meeting-2020-01-22-4e05573c1b1e8eece668189b01e9eef947256d10","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-22 - Cabinet of Executive Vice-President Margrethe Vestager x Eutelsat"],"date":["2020-01-22"],"summary":["Economic situation of the EU space sector"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-746025510283-01","ec-person-11d97788772862bb34f51dd26d7f92603eac1bf8"]}} -{"id":"ec-meeting-2020-01-22-51a0fcfa319cb633d03c96b94f0f4664b7553842","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-22 - Cabinet of President Ursula von der Leyen x Apple Inc."],"date":["2020-01-22"],"summary":["Meeting with the Apple CEO (Topic: EU Green Deal & Digital Agenda)"],"notes":["Portfolio: President"],"location":["Davos"],"address":["Davos"],"addressEntity":["addr-e260b1b791f27abac6a4f7771a2401be6aee67a9"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-a2ac27c3a7aa93937efc47169c1dc2264a822175","eu-tr-588327811384-96"]}} -{"id":"ec-meeting-2020-01-22-51a7c25964f35e807e5411cb5b12b902ab7d9b0c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-22 - Cabinet of President Ursula von der Leyen x Telefonica, S.A."],"date":["2020-01-22"],"summary":["Digital agenda"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-720675a46ddb073480cebd935adf45a9d5617718","eu-tr-52431421-12"]}} -{"id":"ec-meeting-2020-01-22-5225a102986e78b1f0ea669158905a2407e1321a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-22 - Cabinet of Commissioner Nicolas Schmit x World Economic Forum"],"date":["2020-01-22"],"summary":["Skills"],"notes":["Portfolio: Jobs and Social Rights"],"location":["Davos"],"address":["Davos"],"addressEntity":["addr-e260b1b791f27abac6a4f7771a2401be6aee67a9"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["eu-tr-049060636194-17","ec-person-935314e38d735654cae8ee61313a3d73439b242d","ec-person-c03b949331dbbe5fa3d5423758e371ec1b9b832f"]}} -{"id":"ec-meeting-2020-01-22-551624ca3fd6f631e7190832ba65451dc2026e9b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-22 - Cabinet of Commissioner Adina Vălean x European Community Shipowners' Associations"],"date":["2020-01-22"],"summary":["Maritime related issues"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["ec-person-baa9678f53e0a607c8a9bb2cd9122d1c13370154","eu-tr-59004966537-01"]}} -{"id":"ec-meeting-2020-01-22-5fe3959c74c3618d6b6121ecc28873c76110de00","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-22 - Financial Stability, Financial Services and Capital Markets Union x Citigroup Inc."],"date":["2020-01-22"],"summary":["CMU, Commission priorities for the next mandate"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-00353757573-57","ec-person-1fce211249673c35ee07a801ddee77ab24af8d54"]}} -{"id":"ec-meeting-2020-01-22-6d431a29698568114a2cd5da12a87b9ab8c87376","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-22 - Cabinet of Commissioner Adina Vălean x Orgalim – Europe's Technology Industries"],"date":["2020-01-22"],"summary":["Transports"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["ec-person-fc3be846753d8ee60758ebedb7309dcf08aea52e","eu-tr-20210641335-88"]}} -{"id":"ec-meeting-2020-01-22-7700202beedaf46ff689340439b74d925fb717c3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-22 - Financial Stability, Financial Services and Capital Markets Union x Bureau Européen des Unions de Consommateurs"],"date":["2020-01-22"],"summary":["Green deal, CMU HLF and Instant payments"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-9505781573-45","ec-person-1fce211249673c35ee07a801ddee77ab24af8d54"]}} -{"id":"ec-meeting-2020-01-22-85a171e156c7dd614942fb1385ff570820a829ca","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-22 - Cabinet of Executive Vice-President Valdis Dombrovskis x Association française des sociétés Financières"],"date":["2020-01-22"],"summary":["Sustainable finance, digital finance, Basel III"],"notes":["Portfolio: An Economy that Works for People"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-235870cd7eb41f2494f695fce18b5b5b88647113","eu-tr-97303386616-87"]}} -{"id":"ec-meeting-2020-01-22-943186d7b5bce2973c1ddd58c6ffc88fa12cfac4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-22 - Cabinet of Commissioner Adina Vălean x Uber"],"date":["2020-01-22"],"summary":["Transports"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["ec-person-fc3be846753d8ee60758ebedb7309dcf08aea52e","eu-tr-002278013515-26"]}} -{"id":"ec-meeting-2020-01-22-94ccb2302cb9ec8e773745c7d169bf31798e0d64","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-22 - Cabinet of Commissioner Adina Vălean x Kreab Scania AB (publ)"],"date":["2020-01-22"],"summary":["Introductory meeting with Åsa Pettersson"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["eu-tr-1078390517-54","eu-tr-3305029916-47","ec-person-e5f1558cac43dd4f90847b508b6753edb0a9f903"]}} -{"id":"ec-meeting-2020-01-22-9df4e68d75b3a66a1ad471611ca38bd01c79a9f5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-22 - Cabinet of Commissioner Janusz Wojciechowski x Conféderation Européenne des Propriétaires Forestiers"],"date":["2020-01-22"],"summary":["Le secteur forestier dans le Green Deal"],"notes":["Portfolio: Agriculture"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["eu-tr-3647455667-08","ec-person-90b64673ee7f4c1dae185fbd64b45f5c45f2b66d"]}} -{"id":"ec-meeting-2020-01-22-a2171f241a3ab6035d296cdc44ccff77c2ce7fb7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-22 - Cabinet of High Representative Josep Borrell Fontelles x Democratization Policy Council"],"date":["2020-01-22"],"summary":["Western Balkan"],"notes":["Portfolio: High Representative of the Union for Foreign Affairs and Security Policy / Vice-President of the Commission"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-borrell-cabinet-fontelles-high-josep-of-representative"],"involved":["ec-person-e234b49cffbd1e67417d997c7be82fab25d755b3","eu-tr-815224016091-96"]}} -{"id":"ec-meeting-2020-01-22-a296055931681ef03725646e70491a64d35a8dd3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-22 - Cabinet of Commissioner Olivér Várhelyi x Anna Lindh Foundation"],"date":["2020-01-22"],"summary":["Exchange of views with Ms Elisabeth Guigou, President of the Anna Lindh Foundation"],"notes":["Portfolio: Neighbourhood and Enlargement"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-of-oliver-varhelyi"],"involved":["eu-tr-739469436973-48","ec-person-daf8ff1073a04b30d2f54219ecc93002ef3a684d"]}} -{"id":"ec-meeting-2020-01-22-a9d9165053283af07f849a81d036937cecccc737","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-22 - Cabinet of Commissioner Thierry Breton x Ericsson"],"date":["2020-01-22"],"summary":["Field visit -telecommunications network"],"notes":["Portfolio: Internal Market"],"location":["Stockholm"],"address":["Stockholm"],"addressEntity":["addr-c62ff645db3e4e4627445eafdadf5e5683415895"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-e18e6e300776f5f47ca4c72c1ba1b0d0eb1e71fe","ec-person-b077a2e9f0fdb3b8f6e91d0bd0b256db9e40ce46","eu-tr-02021363105-42"]}} -{"id":"ec-meeting-2020-01-22-aaac941992dc593acf068aa421dfaa8551145389","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-22 - Cabinet of Executive Vice-President Frans Timmermans x Bertelsmann SE & Co. KGaA"],"date":["2020-01-22"],"summary":["Digital aspects of the Green Deal"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-26103486608-47","ec-person-d56ecbfde17436a136fc89c9a978b266e8285c84"]}} -{"id":"ec-meeting-2020-01-22-ae17763591d70f1ae4bdf83b27485b6e52fdb3c9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-22 - Cabinet of Commissioner Nicolas Schmit x Uber"],"date":["2020-01-22"],"summary":["Skills agenda/Platform workers"],"notes":["Portfolio: Jobs and Social Rights"],"location":["Davos"],"address":["Davos"],"addressEntity":["addr-e260b1b791f27abac6a4f7771a2401be6aee67a9"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-935314e38d735654cae8ee61313a3d73439b242d","eu-tr-002278013515-26","ec-person-c03b949331dbbe5fa3d5423758e371ec1b9b832f"]}} -{"id":"ec-meeting-2020-01-22-b2ac60db5682e873ef95dfa3c10e5e90df9a430c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-22 - Cabinet of Commissioner Phil Hogan x Honeywell Europe NV"],"date":["2020-01-22"],"summary":["Trade issues"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-75311753240-67","ec-person-cd4a156dd3ba3388c4e3ef6cd8fdc81362380dbb"]}} -{"id":"ec-meeting-2020-01-22-b318f93640f841411fe929314c1e9c029e331465","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-22 - Financial Stability, Financial Services and Capital Markets Union x CFA Institute"],"date":["2020-01-22"],"summary":["Sustainable finance"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-89854211497-57","ec-person-1fce211249673c35ee07a801ddee77ab24af8d54"]}} -{"id":"ec-meeting-2020-01-22-b4529fcc9083ad345cb2c8b420a4e56705694ecb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-22 - Cabinet of Commissioner Thierry Breton x Société des Auteurs, Compositeurs et Editeurs de Musique"],"date":["2020-01-22"],"summary":["Exchange on the digital single market in the context of culture and creative industries"],"notes":["Portfolio: Internal Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-4d83416435f81b1f1e8f5c86aeebb1478577f1d2","eu-tr-829208810503-45","ec-person-5215bd372c5a1202399d77ecceb8c16de8d7d55c"]}} -{"id":"ec-meeting-2020-01-22-bda3434b91923eff7e3527f099dc2d0eede4df15","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-22 - Cabinet of Commissioner Jutta Urpilainen x Bill & Melinda Gates Foundation"],"date":["2020-01-22"],"summary":["discussion on activities of the BMGF"],"notes":["Portfolio: International Partnerships"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["eu-tr-371567915480-41","ec-person-6357f4506ca5351b3a822936612fd6006da48722"]}} -{"id":"ec-meeting-2020-01-22-bfbe0fe90aba7f71683444a9057cadbd92cfd5fa","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-22 - Internal Market, Industry, Entrepreneurship and SMEs x OHB"],"date":["2020-01-22"],"summary":["Exchange of views on space industry"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-grow"],"involved":["ec-person-6299e47fea20df86a1b90bd5b033006b2cb35b5e","eu-tr-648584214179-94"]}} -{"id":"ec-meeting-2020-01-22-c17ebb0b2a2cbbbd587ad51763875b94a90cb5f7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-22 - Cabinet of Executive Vice-President Frans Timmermans x Netherlands Organisation for Applied Scientific Research TNO Univerza v Ljubljani EUREC- The association of European Renewable Energy Research Centres"],"date":["2020-01-22"],"summary":["European Green Deal"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-044986331039-07","eu-tr-40524063921-20","ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce","eu-tr-8156981516-21"]}} -{"id":"ec-meeting-2020-01-22-c50e3c1a20c81c2612ccd1b5440de1b96cb6323c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-22 - Cabinet of Commissioner Didier Reynders x Cisco Systems Inc."],"date":["2020-01-22"],"summary":["Presentation of the company's activities and organisation of the conference of 18 February"],"notes":["Portfolio: Justice"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-didier-of-reynders"],"involved":["ec-person-442bf1ae9900b999673cdd7389224d0e21b67d4d","eu-tr-494613715191-85"]}} -{"id":"ec-meeting-2020-01-22-c601e52fb0458ac6f58c2c3860ecc3571e72ecd2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-22 - Cabinet of Commissioner Adina Vălean x Association of Asia Pacific Airlines"],"date":["2020-01-22"],"summary":["Aviation"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["ec-person-5f7f9d4d861c5b97fbd25bccf6323535d2a7ceb8","eu-tr-148659915430-51"]}} -{"id":"ec-meeting-2020-01-22-c716bdd8621c410d0b895c4d9c479093793e8c00","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-22 - Cabinet of Executive Vice-President Margrethe Vestager x EUROPE'S MEDIALAB (Fondation EURACTIV)"],"date":["2020-01-22"],"summary":["Digital services act; media policy"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-485832526193-89","ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0"]}} -{"id":"ec-meeting-2020-01-22-c81b3ab631e4422654ef1ce7c76ea29e853e59bf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-22 - Cabinet of Commissioner Phil Hogan x EuropaBio"],"date":["2020-01-22"],"summary":["Business discussion"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-400dd8d59d3060187d9b9b143d697da1a3d03c12","eu-tr-1298286943-59"]}} -{"id":"ec-meeting-2020-01-22-c9a3b0dbc6ce3e5bc441d08a06caca211c12c4e2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-22 - Cabinet of Commissioner Helena Dalli x European Confederation of Inclusive Enterprises"],"date":["2020-01-22"],"summary":["EuCIE's views on the outlook and challenges for the Inclusive Enterprise"],"notes":["Portfolio: Equality"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-dalli-helena-of"],"involved":["eu-tr-017234935125-06","ec-person-750f95c6f949648cff9e460a362a85085c851faf","ec-person-d15c205cb9cbb310d2811039c0160c1de7c84638"]}} -{"id":"ec-meeting-2020-01-22-d11354a38af32893b15d7fdd65e2268382042536","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-22 - Cabinet of Commissioner Virginijus Sinkevičius x WCS EU"],"date":["2020-01-22"],"summary":["1.\tCBD and EU biodiversity strategy, Implementation of the EU Communication on conservation and restoration of the world’s forests, Implementation and follow-up to the EU action plan on wildlife trafficking, CMS CoP, IUCN Congress"],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["eu-tr-054662633848-40","ec-person-ef0f66e9880a22ea8d9657bd982daf9bd74838c1"]}} -{"id":"ec-meeting-2020-01-22-daa2d588f60e78663c48332ac701f50c7b32bbd2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-22 - Cabinet of Executive Vice-President Margrethe Vestager x Centre for Information Policy Leadership at Hunton Andrews Kurth LLP"],"date":["2020-01-22"],"summary":["Artificial intelligence"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0","eu-tr-980643334936-37"]}} -{"id":"ec-meeting-2020-01-22-dbc69f0b762bce76edbb085a0e86680e455bb647","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-22 - European Civil Protection and Humanitarian Aid Operations x Danish Refugee Council Brussels"],"date":["2020-01-22"],"summary":["Introductory meeting and exchange on ECHO/DRC collaboration"],"location":["Belgium, Brussels, DG ECHO premises, L86"],"address":["Belgium, Brussels, DG ECHO premises, L86"],"addressEntity":["addr-f2e0a1d1f20833035b8e2c8ae1f561c9b1412cf9"],"organizer":["ec-dg-echo"],"involved":["ec-person-10a22f0fd27347d8ef3ff2b55ad4ef89c6fe388f","eu-tr-138599722179-35"]}} -{"id":"ec-meeting-2020-01-22-df5dd47587573f1e1fd544acf1e825f8cda637a9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-22 - Cabinet of High Representative Josep Borrell Fontelles x Telefonica, S.A."],"date":["2020-01-22"],"summary":["European digital policy"],"notes":["Portfolio: High Representative of the Union for Foreign Affairs and Security Policy / Vice-President of the Commission"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-borrell-cabinet-fontelles-high-josep-of-representative"],"involved":["eu-tr-52431421-12","ec-person-8efd3b03f4e3aa3ce7ce35372f4dde70c1158889"]}} -{"id":"ec-meeting-2020-01-22-e208a2d241f889ce02566622b24f8bfa0f815a8d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-22 - Cabinet of Vice-President Věra Jourová x European Policy Centre"],"date":["2020-01-22"],"summary":["Rule of Law"],"notes":["Portfolio: Values and Transparency"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["eu-tr-89632641000-47","ec-person-bf54da17217bbddfd9c68fe24d88005ac17e2c4b","ec-person-76793b3bad1c7471121c510a962aae356d19c30b"]}} -{"id":"ec-meeting-2020-01-22-ec4dea38b83077991aa9b3d6adace04188db7b5a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-22 - Cabinet of Executive Vice-President Frans Timmermans x Land- en Tuinbouw Organisatie Nederland"],"date":["2020-01-22"],"summary":["The role of farmers in the Green Deal"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-4656646862-72","ec-person-33624431cbec1074e151c1707715ef46d2ba9565"]}} -{"id":"ec-meeting-2020-01-22-ed36d9dcb1de9ad8a8c3bd2ded055ed0090935bf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-22 - Cabinet of Executive Vice-President Frans Timmermans x Freight Transport Association Ireland"],"date":["2020-01-22"],"summary":["Green Deal and road transport"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-d56ecbfde17436a136fc89c9a978b266e8285c84","eu-tr-389561426715-93"]}} -{"id":"ec-meeting-2020-01-22-f5efcb87fb40f3be7607725e715901e7513db9e7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-22 - Cabinet of President Ursula von der Leyen x Cloud Communications Alliance"],"date":["2020-01-22"],"summary":["Telecoms services for businesses, mobile & fixed; number portability and numbering conditions; MVNO access conditions"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-7019713e72781afb1f3b19032c4752a314b78180","eu-tr-581302831908-44"]}} -{"id":"ec-meeting-2020-01-22-f622c7645287b78193937a66da2fdf9609162a05","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-22 - Cabinet of Executive Vice-President Margrethe Vestager x Spotify"],"date":["2020-01-22"],"summary":["Digital services act; platform policy"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brusssels"],"address":["Brusssels"],"addressEntity":["addr-d87e4e3908f82473ed813ca5f132993797b061f4"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-365747616583-15","ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0"]}} -{"id":"ec-meeting-2020-01-22-f6591e80591538efd0ac7bf78b6c8bc45d8a46f4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-22 - Cabinet of Executive Vice-President Frans Timmermans x European Disability Forum"],"date":["2020-01-22"],"summary":["Green Deal/Sustainability and accessibility"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-57868523887-16","ec-person-9eafbf4a92961023c7df3ab389ae6d4301dec4bf"]}} -{"id":"ec-meeting-2020-01-22-fe86fef2d1606d6a826f71fc1b0a88fcbd586e42","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-22 - Defence Industry and Space x OHB"],"date":["2020-01-22"],"summary":["Exchange of views on space industry"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-defis"],"involved":["ec-person-a5e52cd544ea3aa44eb4b31fac65a468499f106e","eu-tr-648584214179-94"]}} -{"id":"ec-meeting-2020-01-23-03b5a81d6ffbe2cfe78616aa1728d7dfb03a3880","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-23 - Cabinet of Commissioner Stella Kyriakides x European Dairy Association aisbl"],"date":["2020-01-23"],"summary":["FARM TO FORK"],"notes":["Portfolio: Health"],"location":["BRUSSELS"],"address":["BRUSSELS"],"addressEntity":["addr-f74337897287bf1b546f30505f5b1f693a87af50"],"organizer":["ec-cabinet-commissioner-kyriakides-of-stella"],"involved":["ec-person-ba73927c33000184cab3f41a76e1b32fe7d7eda8","eu-tr-42967152383-63"]}} -{"id":"ec-meeting-2020-01-23-0a5de65cb915270f4a00a24d1b6292d1aad6cd12","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-23 - Cabinet of Commissioner Phil Hogan x Apple Inc."],"date":["2020-01-23"],"summary":["Trade Issues"],"location":["Davos"],"address":["Davos"],"addressEntity":["addr-e260b1b791f27abac6a4f7771a2401be6aee67a9"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-d4e0ed779d9afad22ebc402fe3db519e121e437c","ec-person-a1a78365cc4685b0958056646204977d8f2ead92","eu-tr-588327811384-96"]}} -{"id":"ec-meeting-2020-01-23-0cbcf704e41924544bd13396f567918c626216f5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-23 - Cabinet of Executive Vice-President Frans Timmermans x General Electric Company"],"date":["2020-01-23"],"summary":["European Green Deal and Renewable Energy"],"notes":["Portfolio: European Green Deal"],"location":["Davos, Switzerland"],"address":["Davos, Switzerland"],"addressEntity":["addr-08640f22e8b61fe48904546ffc0e7b09fd6d6414"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-7c876f4825f213b8adbedf089ccedfbc3b36d65b","eu-tr-4016736872-59"]}} -{"id":"ec-meeting-2020-01-23-0e730081deb9ae7cdb5d0d3627576da4680322e5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-23 - Cabinet of Commissioner Nicolas Schmit x INCO.ORG"],"date":["2020-01-23"],"summary":["Economie Sociale"],"notes":["Portfolio: Jobs and Social Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["eu-tr-652951937503-24","ec-person-4cf4655ab41922e92160325d987a3c4615c72d30","ec-person-c03b949331dbbe5fa3d5423758e371ec1b9b832f"]}} -{"id":"ec-meeting-2020-01-23-0eec4f60673160a8598b18bccc3cafeda7bc1221","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-23 - Cabinet of Vice-President Maroš Šefčovič x Philip Morris International Inc."],"date":["2020-01-23"],"summary":["Working priorities of the new European Commission"],"notes":["Portfolio: Interinstitutional Relations and Foresight"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-af83ed49c403cb9d7ebfecca7893f0054c1f4be5","eu-tr-51925911965-76"]}} -{"id":"ec-meeting-2020-01-23-1248b53114b3e187dc59bb15c06c9c77a1273d37","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-23 - Cabinet of Commissioner Nicolas Schmit x LinkedIn Ireland"],"date":["2020-01-23"],"summary":["skills agenda"],"notes":["Portfolio: Jobs and Social Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-1379f76d0c860e318f68852e1b57aa75454831f8","ec-person-4cf4655ab41922e92160325d987a3c4615c72d30","ec-person-66fa2c2d100ec194caa42b5c6f97c36e2748b71c","eu-tr-430008722431-29"]}} -{"id":"ec-meeting-2020-01-23-146ef8b61709ca98f7f8388afc269fe2f2a07906","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-23 - Cabinet of Executive Vice-President Frans Timmermans x Unilever Ingka Services A.B."],"date":["2020-01-23"],"summary":["Opportunities and collaboration on the European Green Deal"],"notes":["Portfolio: European Green Deal"],"location":["Davos, Switzerland"],"address":["Davos, Switzerland"],"addressEntity":["addr-08640f22e8b61fe48904546ffc0e7b09fd6d6414"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-7c876f4825f213b8adbedf089ccedfbc3b36d65b","eu-tr-1095068839-59","eu-tr-6200524920-25"]}} -{"id":"ec-meeting-2020-01-23-1abefe5589c0dccf1d0fad8a6e3164ec8e1a775a","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2020-01-23 - Cabinet of Executive Vice-President Margrethe Vestager x ORGANIZACIÓN NACIONAL DE CIEGOS ESPAÑOLES"],"date":["2020-01-23"],"summary":["European disability policies"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-68612977691-59","ec-person-7167587814c61122201e2afb04bfb47539db4823","ec-person-8b6db5c3c4611618ade59c6d0dadc21c962f0ee7"]}} -{"id":"ec-meeting-2020-01-23-1c0a75de5c170ecf5630237530a9a9a297910bb3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-23 - Energy x Council of European Energy Regulators"],"date":["2020-01-23"],"summary":["Costs of the Decarobonisation of the economy/electricity and gas markets and their impact in the consumers"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-ener"],"involved":["eu-tr-65470797015-89","ec-person-9c0f33ecb9f6badd5f4b5f1a4bd7677e18a52a22"]}} -{"id":"ec-meeting-2020-01-23-21f02a359097cf5d97a4806ec9435647116c909c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-23 - Cabinet of Vice-President Dubravka Šuica x Platform of European Social NGOs"],"date":["2020-01-23"],"summary":["Conference on the Future of Europe"],"notes":["Portfolio: Democracy and Demography"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dubravka-of-president-suica-vice"],"involved":["eu-tr-85083981189-35","ec-person-026798f0d4b4567a1c4ba592351123da781ce908"]}} -{"id":"ec-meeting-2020-01-23-2aba7b9372c0271611e6dc5bd3115932e5498ecb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-23 - Cabinet of Commissioner Phil Hogan x European Federation of Pharmaceutical Industries and Associations"],"date":["2020-01-23"],"summary":["presentation EFPIA's manifesto"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-38526121292-88","ec-person-7d3caa534e5cdda6d5b949bd4b2def39356e3bec"]}} -{"id":"ec-meeting-2020-01-23-30cca5f8c97a5fe3342ececf71dfe9d5b8b5498a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-23 - Cabinet of Commissioner Adina Vălean x The European Association for Electromobility"],"date":["2020-01-23"],"summary":["Transports"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["eu-tr-269727723042-29","ec-person-6e21d867543ef3b910e746c319cb048abd054702"]}} -{"id":"ec-meeting-2020-01-23-31a9bb04256248d93da48a350e791636d123326b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-23 - Cabinet of Executive Vice-President Frans Timmermans x European Financial Services Round Table"],"date":["2020-01-23"],"summary":["Sustainable Finance"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce","eu-tr-27636291880-60"]}} -{"id":"ec-meeting-2020-01-23-332a618915dab9504e039ba0598ce264383b6f89","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-23 - Cabinet of Commissioner Virginijus Sinkevičius x WWF European Policy Programme"],"date":["2020-01-23"],"summary":["EU Biodiversity Strategy, Stepping up EU action to protect and restore the world's forests, Blue economy and international oceans governance, - Follow up of the WFD Fitness Check."],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["eu-tr-1414929419-24","ec-person-ef0f66e9880a22ea8d9657bd982daf9bd74838c1"]}} -{"id":"ec-meeting-2020-01-23-35f58aa5a585d0b8cc2ebf8cd44dc215d6112b45","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-23 - Cabinet of Commissioner Nicolas Schmit x Confederazione Generale Italiana del Lavoro"],"date":["2020-01-23"],"summary":["Minimum wage"],"notes":["Portfolio: Jobs and Social Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-c03b949331dbbe5fa3d5423758e371ec1b9b832f","ec-person-8eb18b6102d444937bc6af5822a6742812165b48","ec-person-4cf4655ab41922e92160325d987a3c4615c72d30","eu-tr-622307424816-11"]}} -{"id":"ec-meeting-2020-01-23-3a5f41622ed17bc32a87f35c4def5c9fc6266819","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-23 - Cabinet of Commissioner Adina Vălean x CMA CGM"],"date":["2020-01-23"],"summary":["présenter le Groupe CMA CGM, ses engagements en faveur de la transition écologique et d’aborder les aspects maritimes du Pacte Vert pour l’Europe (mise en place d’un ETS spécifique et d’un mécanisme de compensation carbone aux frontières de l’UE, révision de la directive sur la fiscalité énergétique, mesures de soutien aux modes massifiés et au développement des carburants alternatifs, révision de la directive sur le transport combiné…)."],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["eu-tr-009433826675-55","ec-person-baa9678f53e0a607c8a9bb2cd9122d1c13370154"]}} -{"id":"ec-meeting-2020-01-23-3af37c42787521a87a651b214f0bc607a79d538f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-23 - Cabinet of Executive Vice-President Frans Timmermans x Shell Companies"],"date":["2020-01-23"],"summary":["European Green Deal and its implementation"],"notes":["Portfolio: European Green Deal"],"location":["Davos, Switzerland"],"address":["Davos, Switzerland"],"addressEntity":["addr-08640f22e8b61fe48904546ffc0e7b09fd6d6414"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-7c876f4825f213b8adbedf089ccedfbc3b36d65b","eu-tr-05032108616-26"]}} -{"id":"ec-meeting-2020-01-23-44a2f095050cd1b0391218a9818ad5ed6ea380e3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-23 - Cabinet of Executive Vice-President Frans Timmermans x Naturschutzbund Deutschland e.V."],"date":["2020-01-23"],"summary":["biodiversity"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-0285583802-96","ec-person-8af3c81534786a740718d21dc58240738a53ed7b"]}} -{"id":"ec-meeting-2020-01-23-45eee93af135f8df451908ac5455679adf297a07","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-23 - Mobility and Transport x CONFTRASPORTO"],"date":["2020-01-23"],"summary":["Position paper on Green Deal"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-move"],"involved":["eu-tr-117431210021-77","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2020-01-23-462bdec3b86cedf9482efa92ae8415e877fe939a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-23 - Cabinet of Vice-President Věra Jourová x Nielsen Holdings"],"date":["2020-01-23"],"summary":["Media pluralism"],"notes":["Portfolio: Values and Transparency"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["ec-person-221276f2dfa4b8fe628f08e982d967b6aeb61c57","eu-tr-623769618353-56","ec-person-fb258e0188a5319bfaba3161382db43f5a85851f"]}} -{"id":"ec-meeting-2020-01-23-5253ab1b36b3f4bf134270468ff5cad2853b95c6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-23 - Cabinet of Commissioner Adina Vălean x World Economic Forum"],"date":["2020-01-23"],"summary":["organisation of Commissioner Vălean's participation at WEF 2020 with Christoph Wolff"],"notes":["Portfolio: Transport"],"location":["Davos"],"address":["Davos"],"addressEntity":["addr-e260b1b791f27abac6a4f7771a2401be6aee67a9"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["eu-tr-049060636194-17","ec-person-267c5ab3ea5304fc6305ef321e214c9c1cd0f78e"]}} -{"id":"ec-meeting-2020-01-23-52cd664f619139d15cdd2f37248084686e584fae","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-23 - Cabinet of Commissioner Paolo Gentiloni x Booking.com B.V."],"date":["2020-01-23"],"summary":["Digital taxation"],"notes":["Portfolio: Economy"],"location":["Davos, Switzerland"],"address":["Davos, Switzerland"],"addressEntity":["addr-08640f22e8b61fe48904546ffc0e7b09fd6d6414"],"organizer":["ec-cabinet-commissioner-gentiloni-of-paolo"],"involved":["ec-person-088d26d74d1898338fbf1c86e139bd6d3b870dbc","eu-tr-146537115285-34"]}} -{"id":"ec-meeting-2020-01-23-5582ba98fde820f1b81554eaed0c49b1737940c4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-23 - Cabinet of Executive Vice-President Margrethe Vestager x International Association of Privacy Professionals"],"date":["2020-01-23"],"summary":["Data protection"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0","eu-tr-977881918839-35"]}} -{"id":"ec-meeting-2020-01-23-56c967eea61e781de0dd71f72a806e0264c3c687","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-23 - Cabinet of Executive Vice-President Frans Timmermans x Volkswagen Aktiengesellschaft"],"date":["2020-01-23"],"summary":["European Green Deal: challenges and opportunities for the automotive industry"],"notes":["Portfolio: European Green Deal"],"location":["Davos, Switzerland"],"address":["Davos, Switzerland"],"addressEntity":["addr-08640f22e8b61fe48904546ffc0e7b09fd6d6414"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-7c876f4825f213b8adbedf089ccedfbc3b36d65b","eu-tr-6504541970-40"]}} -{"id":"ec-meeting-2020-01-23-5ced310a870265d638a5f62167e6bc3e0221de43","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-23 - Cabinet of Executive Vice-President Valdis Dombrovskis x The Alternative Investment Management Association Limited"],"date":["2020-01-23"],"summary":["-\tPresentation of the Alternative credit council report and discussion about the existing regulatory framework in the EU (national regimes and ELTIF); -\tDiscussion about economic situation, leveraged loans and macro-prudential policy"],"notes":["Portfolio: An Economy that Works for People"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["eu-tr-232566516087-90","ec-person-1e9076681bd62efdd58882f9a7b63b2423568217"]}} -{"id":"ec-meeting-2020-01-23-5d903e202528dca24e4fd9cf8409301f39cf03e4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-23 - Cabinet of Executive Vice-President Valdis Dombrovskis x JPMorgan Chase & Co."],"date":["2020-01-23"],"summary":["Key priorities of JP Morgan with respect to a possible new EU AML supervisory architecture (directly applicable rules, single rule book and guidance, supervisory methodology and risk assessment); Discussion on public private partnership in the field of AML"],"notes":["Portfolio: An Economy that Works for People"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["eu-tr-9171899949-17","ec-person-1e9076681bd62efdd58882f9a7b63b2423568217"]}} -{"id":"ec-meeting-2020-01-23-5f15f3f51d118a4705426d58322d9326d5132400","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-23 - Cabinet of Executive Vice-President Valdis Dombrovskis x Alipay (Europe) Limited S.A."],"date":["2020-01-23"],"summary":["FinTech developments and digital transformation"],"notes":["Portfolio: An Economy that Works for People"],"location":["Davos"],"address":["Davos"],"addressEntity":["addr-e260b1b791f27abac6a4f7771a2401be6aee67a9"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["eu-tr-127713636440-67","ec-person-9e7bd1005456277f156b671d1555c6a460fb2f58"]}} -{"id":"ec-meeting-2020-01-23-61d217e38a237839ff19636feaf9becc8ee9011e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-23 - Cabinet of Executive Vice-President Valdis Dombrovskis x Apple Inc."],"date":["2020-01-23"],"summary":["FinTech developments and digital transition"],"notes":["Portfolio: An Economy that Works for People"],"location":["Davos"],"address":["Davos"],"addressEntity":["addr-e260b1b791f27abac6a4f7771a2401be6aee67a9"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-9e7bd1005456277f156b671d1555c6a460fb2f58","eu-tr-588327811384-96"]}} -{"id":"ec-meeting-2020-01-23-6398225ddeaa31043ca211356634108c72c5fedf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-23 - Cabinet of Commissioner Adina Vălean x Gazprom"],"date":["2020-01-23"],"summary":["Introductory meeting"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["eu-tr-622135013267-04","ec-person-e5f1558cac43dd4f90847b508b6753edb0a9f903"]}} -{"id":"ec-meeting-2020-01-23-743a70aa7d09f8aee466a25fec8caf80f04dbd68","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-23 - Cabinet of Commissioner Phil Hogan x Freight Transport Association Ireland"],"date":["2020-01-23"],"summary":["future of the EU-Uk relations"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-389561426715-93","ec-person-7d3caa534e5cdda6d5b949bd4b2def39356e3bec"]}} -{"id":"ec-meeting-2020-01-23-771aca378126460397e94b85f458b50389d7d69c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-23 - Cabinet of Commissioner Helena Dalli x ORGANIZACIÓN NACIONAL DE CIEGOS ESPAÑOLES"],"date":["2020-01-23"],"summary":["ONCE's priorities for EU disability policy."],"notes":["Portfolio: Equality"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-dalli-helena-of"],"involved":["ec-person-ce07afef6e1f4435f286cb947fa120d54d565b6c","eu-tr-68612977691-59","ec-person-750f95c6f949648cff9e460a362a85085c851faf"]}} -{"id":"ec-meeting-2020-01-23-7b67c603d7a761d693d57bab2f6fe16efbd4e618","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-23 - Cabinet of Commissioner Paolo Gentiloni x Bank of America Corporation"],"date":["2020-01-23"],"summary":["The European Green Deal and sustainable finance"],"notes":["Portfolio: Economy"],"location":["Davos, Switzerland"],"address":["Davos, Switzerland"],"addressEntity":["addr-08640f22e8b61fe48904546ffc0e7b09fd6d6414"],"organizer":["ec-cabinet-commissioner-gentiloni-of-paolo"],"involved":["ec-person-088d26d74d1898338fbf1c86e139bd6d3b870dbc","eu-tr-53891615036-88"]}} -{"id":"ec-meeting-2020-01-23-7e13da751715466f443aceac143d7cbb325b850a","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2020-01-23 - Cabinet of Commissioner Paolo Gentiloni x Global Infrastructure Investor Association"],"date":["2020-01-23"],"summary":["European Green Deat / InvestEU","European Green Deal/InvestEU"],"notes":["Portfolio: Economy"],"location":["Brussels, BE","Brussels"],"address":["Brussels, BE","Brussels"],"addressEntity":["addr-bd80958a978de8af51caa97a25a75f30d0061d71","addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gentiloni-of-paolo"],"involved":["ec-person-8da36db391ed53f362d495cd564ba8b45c7003e1","ec-person-6168eb3d5d9bc71f9dc22fb6f75f77fa485ec252","eu-tr-246069829906-88"]}} -{"id":"ec-meeting-2020-01-23-815a5827725ee07ce7c8be638e70e97d0ebfedc5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-23 - Cabinet of Vice-President Dubravka Šuica x European Federation of Pharmaceutical Industries and Associations"],"date":["2020-01-23"],"summary":["Integrated health solutions, active ageing, sustainability and quality of healthcare systems, long-term visions on healthcare"],"notes":["Portfolio: Democracy and Demography"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dubravka-of-president-suica-vice"],"involved":["eu-tr-38526121292-88","ec-person-bae2f44eb21285b37ecc9c7f2f42b4acb1f53264"]}} -{"id":"ec-meeting-2020-01-23-8f6c642a3b823820e23a7dcdf6c07444c1df7fff","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-23 - Cabinet of Commissioner Adina Vălean x CONFTRASPORTO"],"date":["2020-01-23"],"summary":["Transports"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["eu-tr-117431210021-77","ec-person-fc3be846753d8ee60758ebedb7309dcf08aea52e"]}} -{"id":"ec-meeting-2020-01-23-954c0cd591bdeefb9de5a9bf337546b6c3ccc039","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-23 - Cabinet of Commissioner Johannes Hahn x VERBUND AG"],"date":["2020-01-23"],"summary":["Green Deal Priorities"],"notes":["Portfolio: Budget and Administration"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hahn-johannes-of"],"involved":["ec-person-a3674866c760605fc38abed4dffd3f94f2c83d64","eu-tr-09571422185-81"]}} -{"id":"ec-meeting-2020-01-23-98b40ac5e8fb84a9c06f0d55923180e53b56f661","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-23 - Cabinet of President Ursula von der Leyen x Samsung Electronics Europe"],"date":["2020-01-23"],"summary":["Artifical intelligence, 5G, cybersecurity, common chargers"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-7019713e72781afb1f3b19032c4752a314b78180","eu-tr-40471017282-57"]}} -{"id":"ec-meeting-2020-01-23-98bf4061aca6290a961cad279269aeb3cbd4eec2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-23 - Cabinet of Commissioner Paolo Gentiloni x Uber"],"date":["2020-01-23"],"summary":["Sustainable mobility"],"notes":["Portfolio: Economy"],"location":["Davos, Switzerland"],"address":["Davos, Switzerland"],"addressEntity":["addr-08640f22e8b61fe48904546ffc0e7b09fd6d6414"],"organizer":["ec-cabinet-commissioner-gentiloni-of-paolo"],"involved":["ec-person-088d26d74d1898338fbf1c86e139bd6d3b870dbc","eu-tr-002278013515-26"]}} -{"id":"ec-meeting-2020-01-23-996ceeea54311db2c27002eca27ca08161bb9a04","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-23 - Cabinet of Commissioner Jutta Urpilainen x Suomen Yrittäjät ry FinMobility ry"],"date":["2020-01-23"],"summary":["Role of SMEs in European development policy"],"notes":["Portfolio: International Partnerships"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["eu-tr-003708136830-08","eu-tr-032592932156-20","ec-person-06b0238eadc5dd98061e9e34e90c8693a32a11e0"]}} -{"id":"ec-meeting-2020-01-23-9cb99e9cab249787a21f222cb0b118a91731fe47","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-23 - Cabinet of Vice-President Maroš Šefčovič x FIPRA International SRL"],"date":["2020-01-23"],"summary":["Working priorities in the new EC"],"notes":["Portfolio: Interinstitutional Relations and Foresight"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-58746194306-23","ec-person-af83ed49c403cb9d7ebfecca7893f0054c1f4be5"]}} -{"id":"ec-meeting-2020-01-23-a05db7c094f8ace4623e5e42cb0cd3a759f5218a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-23 - Cabinet of Executive Vice-President Valdis Dombrovskis x Associazione Bancaria Italiana"],"date":["2020-01-23"],"summary":["Economic situation in Italy; Discussion on Basel III with a particular focus on SMEs and green investment"],"notes":["Portfolio: An Economy that Works for People"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["eu-tr-915519211566-03","ec-person-1e9076681bd62efdd58882f9a7b63b2423568217"]}} -{"id":"ec-meeting-2020-01-23-a4c686a4e3892eb513ef50e2eb923f7cebe424e7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-23 - Cabinet of Commissioner Didier Reynders x International Association of Privacy Professionals"],"date":["2020-01-23"],"summary":["General presentation of the activities of the Group"],"notes":["Portfolio: Justice"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-didier-of-reynders"],"involved":["ec-person-50f9cba2282e1d03395cdd0faf9ce6e9a2ff3104","eu-tr-977881918839-35","ec-person-442bf1ae9900b999673cdd7389224d0e21b67d4d"]}} -{"id":"ec-meeting-2020-01-23-a758b137f3ea474a27b90c4588ff60783c29f524","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-23 - Cabinet of Executive Vice-President Frans Timmermans x The Coca-Cola Company"],"date":["2020-01-23"],"summary":["Green Deal and Sustainability"],"notes":["Portfolio: European Green Deal"],"location":["Davos, Switzerland"],"address":["Davos, Switzerland"],"addressEntity":["addr-08640f22e8b61fe48904546ffc0e7b09fd6d6414"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-7c876f4825f213b8adbedf089ccedfbc3b36d65b","eu-tr-00475641564-03"]}} -{"id":"ec-meeting-2020-01-23-b2d9e9f951e33f3da574ebb8badc0b23fb9d3a27","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-23 - Cabinet of Commissioner Paolo Gentiloni x ENEL SpA"],"date":["2020-01-23"],"summary":["Exchange of views on Invest EU/Green Deal plans"],"notes":["Portfolio: Economy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gentiloni-of-paolo"],"involved":["ec-person-5afc11966577af0bcf6f99488769b1eba37e3577","eu-tr-6256831207-27"]}} -{"id":"ec-meeting-2020-01-23-b46a9e3aa1f2aa7e6fba3895042adda04c1bdbfc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-23 - Cabinet of Executive Vice-President Frans Timmermans x Apple Inc."],"date":["2020-01-23"],"summary":["Opportunities and collaboration on the Green Deal"],"notes":["Portfolio: European Green Deal"],"location":["Davos, Switzerland"],"address":["Davos, Switzerland"],"addressEntity":["addr-08640f22e8b61fe48904546ffc0e7b09fd6d6414"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-7c876f4825f213b8adbedf089ccedfbc3b36d65b","eu-tr-588327811384-96"]}} -{"id":"ec-meeting-2020-01-23-baa7d905278d342a1cc84fbcf452a95fc85a9d3e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-23 - Financial Stability, Financial Services and Capital Markets Union x UniCredit"],"date":["2020-01-23"],"summary":["Banking Union, Basel III,"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-03094871618-32","ec-person-1fce211249673c35ee07a801ddee77ab24af8d54"]}} -{"id":"ec-meeting-2020-01-23-c68524736abc18d98db0007b2c69f7eed5e50a38","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-23 - Cabinet of Executive Vice-President Valdis Dombrovskis x Institut der Wirtschaftsprüfer in Deutschland e.V."],"date":["2020-01-23"],"summary":["Audit"],"notes":["Portfolio: An Economy that Works for People"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-235870cd7eb41f2494f695fce18b5b5b88647113","eu-tr-810688116593-26","ec-person-2c08a5c564984cde38ac0e7a31c05416e60711ce"]}} -{"id":"ec-meeting-2020-01-23-c6f2f738d6cc159cae1c7a62fec26c4f7a2276d1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-23 - Cabinet of Commissioner Adina Vălean x Arbeitsgemeinschaft deutscher Verkehrsflughäfen"],"date":["2020-01-23"],"summary":["•\tDevelopments in the German and EU aviation markets (competition aspects in particular), •\tPotential revision of the Airports Charges Directive, •\tGreen Deal, SES, Slots, CATA"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["ec-person-5f7f9d4d861c5b97fbd25bccf6323535d2a7ceb8","eu-tr-41108238259-40","ec-person-cc0354fbf386eb83f57c00ad5240f1dddeeabab4"]}} -{"id":"ec-meeting-2020-01-23-cfca55447f781a647cfc8c0a24d14563a92ce2e6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-23 - Cabinet of Executive Vice-President Frans Timmermans x International Union for Conservation of Nature EU Representative Office"],"date":["2020-01-23"],"summary":["EDG and nature conservation"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-9eafbf4a92961023c7df3ab389ae6d4301dec4bf","eu-tr-03518238467-61"]}} -{"id":"ec-meeting-2020-01-23-d38fb2dde8e7bb74b94732903fc84addd6781a8e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-23 - Cabinet of Commissioner Janusz Wojciechowski x Association de l'Aviculture, de l'Industrie et du Commerce de Volailles dans les Pays de l'Union Europeenne asbl"],"date":["2020-01-23"],"summary":["Sustainability from Farm to Fork"],"notes":["Portfolio: Agriculture"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["eu-tr-9803788883-16","ec-person-08c62f972c22464aca7a65520eb9406f8db14a66"]}} -{"id":"ec-meeting-2020-01-23-d4eff929b7b2304d9241860b229f81c0519ff4ec","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-23 - Cabinet of Commissioner Paolo Gentiloni x ArcelorMittal"],"date":["2020-01-23"],"summary":["The European Green Deal Investment Plan and the Carbon Border Adjustment Mechanism"],"notes":["Portfolio: Economy"],"location":["Davos, Switzerland"],"address":["Davos, Switzerland"],"addressEntity":["addr-08640f22e8b61fe48904546ffc0e7b09fd6d6414"],"organizer":["ec-cabinet-commissioner-gentiloni-of-paolo"],"involved":["ec-person-088d26d74d1898338fbf1c86e139bd6d3b870dbc","eu-tr-23527541824-60"]}} -{"id":"ec-meeting-2020-01-23-d5cc373295cafac4b1651c5c55b17b7d8029589e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-23 - Cabinet of Commissioner Phil Hogan x Hume Brophy"],"date":["2020-01-23"],"summary":["sustainability strategy of the Dublin Airport Authority"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-3843982938-44","ec-person-7d3caa534e5cdda6d5b949bd4b2def39356e3bec"]}} -{"id":"ec-meeting-2020-01-23-d6da2ee97107e082625e98a4673ffed30c6156d5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-23 - Cabinet of Commissioner Thierry Breton x France Industrie"],"date":["2020-01-23"],"summary":["Echanges sur la polotique industrielle européenne (chaines de valeur stratégiques) et le Green Deal"],"notes":["Portfolio: Internal Market"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-e18e6e300776f5f47ca4c72c1ba1b0d0eb1e71fe","ec-person-1ab5843ab67b9915be990aebc02f9a83df200cf4","eu-tr-60974102057-03"]}} -{"id":"ec-meeting-2020-01-23-dbf3d00d7145afb60cd96e6633648e6aa73c5bff","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-23 - Cabinet of Commissioner Jutta Urpilainen x Search for Common Ground"],"date":["2020-01-23"],"summary":["role of youth and upcoming youth conference in Qatar"],"notes":["Portfolio: International Partnerships"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["eu-tr-809274824592-30","ec-person-1ec9383fd54d9d4cd8a154c01fa71549eb8c75ac"]}} -{"id":"ec-meeting-2020-01-23-e7d535d131a36d4a2c93fc635a1e8184fed92f9c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-23 - Cabinet of Executive Vice-President Valdis Dombrovskis x Stichting European Climate Foundation"],"date":["2020-01-23"],"summary":["Green Deal"],"notes":["Portfolio: An Economy that Works for People"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["eu-tr-64869491516-70","ec-person-2c08a5c564984cde38ac0e7a31c05416e60711ce"]}} -{"id":"ec-meeting-2020-01-23-ed496dbf4755d46042ca4b9da486cbe772933d06","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-23 - Cabinet of Commissioner Paolo Gentiloni x Apple Inc."],"date":["2020-01-23"],"summary":["Digital taxation"],"notes":["Portfolio: Economy"],"location":["Davos, Switzerland"],"address":["Davos, Switzerland"],"addressEntity":["addr-08640f22e8b61fe48904546ffc0e7b09fd6d6414"],"organizer":["ec-cabinet-commissioner-gentiloni-of-paolo"],"involved":["ec-person-088d26d74d1898338fbf1c86e139bd6d3b870dbc","eu-tr-588327811384-96"]}} -{"id":"ec-meeting-2020-01-23-ed76c89052f2ef4d7e693b9a0e9f87122c5a299f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-23 - Cabinet of Vice-President Dubravka Šuica x Friends of Europe"],"date":["2020-01-23"],"summary":["Conference on the Future of Europe"],"notes":["Portfolio: Democracy and Demography"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dubravka-of-president-suica-vice"],"involved":["eu-tr-99436366768-45","ec-person-026798f0d4b4567a1c4ba592351123da781ce908"]}} -{"id":"ec-meeting-2020-01-23-f1412d3d549d1bb5fd46f3e8ae0f6de880e06ef9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-23 - Cabinet of Executive Vice-President Frans Timmermans x The European Association for Electromobility"],"date":["2020-01-23"],"summary":["Opportunities and challenges for electromobility"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-269727723042-29","ec-person-d56ecbfde17436a136fc89c9a978b266e8285c84"]}} -{"id":"ec-meeting-2020-01-23-fc3839b59bd3e29d4db084e1887ea1cabaf960a4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-23 - Mobility and Transport x Association of Asia Pacific Airlines"],"date":["2020-01-23"],"summary":["Asia-Pacific industry"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-move"],"involved":["ec-person-26cdfacae671b09917bee1a91c91973941fa58a2","eu-tr-148659915430-51"]}} -{"id":"ec-meeting-2020-01-24-00109a2fb88e9220c549b626efac275ac5d18ae7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-24 - Cabinet of Executive Vice-President Valdis Dombrovskis x Bank of America Corporation"],"date":["2020-01-24"],"summary":["Capital Markets Union, Sustainable finance"],"notes":["Portfolio: An Economy that Works for People"],"location":["Davos"],"address":["Davos"],"addressEntity":["addr-e260b1b791f27abac6a4f7771a2401be6aee67a9"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-9e7bd1005456277f156b671d1555c6a460fb2f58","eu-tr-53891615036-88"]}} -{"id":"ec-meeting-2020-01-24-05c449c285586ac59fcfeb1fce0d0f48a38714b5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-24 - Cabinet of Vice-President Margaritis Schinas x European e-Skills Association"],"date":["2020-01-24"],"summary":["Skills Agenda"],"notes":["Portfolio: Promoting the European Way of Life"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-margaritis-of-president-schinas-vice"],"involved":["eu-tr-416562915447-63","ec-person-180e5c5b13dac533a1241b0f9d78176c8bec3d51","ec-person-b59ff7316734021e48aa7e0fd79eeeab36ea2bb4"]}} -{"id":"ec-meeting-2020-01-24-137d60276d45e61372520b411105a075fd014003","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-24 - Cabinet of Executive Vice-President Margrethe Vestager x Bolt"],"date":["2020-01-24"],"summary":["Digitally enabled services in the EU's single market + EU's SME & industrial strategy"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-995377734447-25","ec-person-c5a20b92c008e114355d197b9b2fd62c88868c4e"]}} -{"id":"ec-meeting-2020-01-24-18b57348392e83a06fa54c596dd70635a28249b1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-24 - Foreign Policy Instruments x Reporters sans frontières"],"date":["2020-01-24"],"summary":["Partenariat International sur l'Information et la Démocratie."],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fpi"],"involved":["ec-person-c3b6b442c99862009242a343eeb51ed66498bd31","eu-tr-612547127497-45"]}} -{"id":"ec-meeting-2020-01-24-4275b89d6694b1280ad0bf211d8a1d6aabff351a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-24 - Cabinet of Vice-President Margaritis Schinas x Netflix International B.V."],"date":["2020-01-24"],"summary":["Skills for audivisual industry and cultural diversity"],"notes":["Portfolio: Promoting the European Way of Life"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-margaritis-of-president-schinas-vice"],"involved":["eu-tr-487726915971-30","ec-person-b59ff7316734021e48aa7e0fd79eeeab36ea2bb4"]}} -{"id":"ec-meeting-2020-01-24-4fdb52ac2c88e1efd4d0fadc4613fc1a7f6e27a3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-24 - Cabinet of Commissioner Paolo Gentiloni x Flint Europe"],"date":["2020-01-24"],"summary":["Meeting to discuss the Commission’s priorities in the area of taxation, including green taxation. Flint provided an overview of the experience with setting an ambitious emission reduction target in Denmark (70%)."],"notes":["Portfolio: Economy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-gentiloni-of-paolo"],"involved":["ec-person-4b06e15bacabc2f754754fed3e75da338e88450b","eu-tr-718251720163-42"]}} -{"id":"ec-meeting-2020-01-24-6380278a07864a65c8648058cbf21b4b511a5c3e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-24 - Cabinet of Executive Vice-President Frans Timmermans x Transport and Environment (European Federation for Transport and Environment)"],"date":["2020-01-24"],"summary":["The Green Deal for trucks"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-d56ecbfde17436a136fc89c9a978b266e8285c84","eu-tr-58744833263-19"]}} -{"id":"ec-meeting-2020-01-24-66fc32b9eb9514cfd66897da980cdc777f03f522","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-24 - Cabinet of Commissioner Johannes Hahn x American Chamber of Commerce to the European Union"],"date":["2020-01-24"],"summary":["General outline of Commission Priorities"],"notes":["Portfolio: Budget and Administration"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hahn-johannes-of"],"involved":["ec-person-a3674866c760605fc38abed4dffd3f94f2c83d64","eu-tr-5265780509-97"]}} -{"id":"ec-meeting-2020-01-24-6adfce09cace3512bf1e6f9de44fb6a0d14490c9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-24 - Cabinet of President Ursula von der Leyen x Ecommerce Europe"],"date":["2020-01-24"],"summary":["Max harmonisation to support single market, platforms relations with traders, ePrivacy, eCommerce Directive revision, digital taxation"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-7019713e72781afb1f3b19032c4752a314b78180","eu-tr-867433111414-11"]}} -{"id":"ec-meeting-2020-01-24-71977da8ff8a75406215ca16d135d5eb8bf821de","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-24 - Cabinet of Commissioner Mariya Gabriel x Reporters sans frontières"],"date":["2020-01-24"],"summary":["Press freedom and Journalism in Europe"],"notes":["Portfolio: Innovation and Youth"],"location":["brussels"],"address":["brussels"],"addressEntity":["addr-e2daa1574b7ac475c827b33e281bd2d5e013c882"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-612547127497-45","ec-person-f44fd5a4e1aee7b5ec7988261aaa129844edaa4a"]}} -{"id":"ec-meeting-2020-01-24-8d35500a54a0607e63731a1bcd5e4a4eb639d1e9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-24 - Cabinet of Commissioner Virginijus Sinkevičius x EuroCommerce"],"date":["2020-01-24"],"summary":["Introductory meeting to highlight key policy tasks"],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["eu-tr-84973761187-60","ec-person-ef0f66e9880a22ea8d9657bd982daf9bd74838c1"]}} -{"id":"ec-meeting-2020-01-24-a6801e209c59d40dd7cb82c43ef33695a76ff4b8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-24 - Cabinet of Commissioner Paolo Gentiloni x Meta Platforms Ireland Limited and its various subsidiaries (f/k/a Facebook Ireland Limited)"],"date":["2020-01-24"],"summary":["Digital taxation"],"notes":["Portfolio: Economy"],"location":["Davos, Switzerland"],"address":["Davos, Switzerland"],"addressEntity":["addr-08640f22e8b61fe48904546ffc0e7b09fd6d6414"],"organizer":["ec-cabinet-commissioner-gentiloni-of-paolo"],"involved":["ec-person-088d26d74d1898338fbf1c86e139bd6d3b870dbc","eu-tr-28666427835-74"]}} -{"id":"ec-meeting-2020-01-24-bb2a82afb97fa373d49bd8224bc7e7ee8b040ae8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-24 - Cabinet of Vice-President Věra Jourová x Reporters sans frontières"],"date":["2020-01-24"],"summary":["Media freedom and media pluralism"],"notes":["Portfolio: Values and Transparency"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["ec-person-aa83f35da599b82e4f15da018f4b3447eb648f7c","eu-tr-612547127497-45","ec-person-bf54da17217bbddfd9c68fe24d88005ac17e2c4b"]}} -{"id":"ec-meeting-2020-01-24-bc4545b69159699e9bf2d1576cdacce8fa11ebac","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-24 - Cabinet of Executive Vice-President Margrethe Vestager x Nielsen Holdings"],"date":["2020-01-24"],"summary":["Data economy"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-623769618353-56","ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0"]}} -{"id":"ec-meeting-2020-01-24-c6eb5f39e2e94ffc2f925d4c73c337e5f6c9c2f0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-24 - Cabinet of Commissioner Mariya Gabriel x Conseil Européen des Associations de Traducteurs Littéraires"],"date":["2020-01-24"],"summary":["General Assembly"],"notes":["Portfolio: Innovation and Youth"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-65913704675-82","ec-person-169095f0138062f64079fc92dc609e32cc65a8f1"]}} -{"id":"ec-meeting-2020-01-24-c98bb6ab236e0164a379d55b13a07f38c17b4dc0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-24 - Cabinet of Executive Vice-President Valdis Dombrovskis x Refinitiv"],"date":["2020-01-24"],"summary":["Discussion on how to best improve cooperation between supervisors, FIU and law enforcement authorities; Role and importance of Public private partnerships (NL and UK experience) to increase efficiency of AML"],"notes":["Portfolio: An Economy that Works for People"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-1e9076681bd62efdd58882f9a7b63b2423568217","eu-tr-51334142356-37"]}} -{"id":"ec-meeting-2020-01-24-cac78eac719da557ed098afdc4d2502dbb2be87a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-24 - Cabinet of Commissioner Mariya Gabriel x EuroCommerce"],"date":["2020-01-24"],"summary":["Discuss greater research and innovation in European Retail"],"notes":["Portfolio: Innovation and Youth"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-84973761187-60","ec-person-53a0d9702b387d4c3c992d3de3c229fd17644dad"]}} -{"id":"ec-meeting-2020-01-24-d5f1a87cfcb9f135ba72c02af5405afb92dcc757","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-24 - Cabinet of Executive Vice-President Frans Timmermans x Dutch Produce Association"],"date":["2020-01-24"],"summary":["The role of the fruits and vegetables sector in the Green Deal"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-18466902007-33","ec-person-33624431cbec1074e151c1707715ef46d2ba9565"]}} -{"id":"ec-meeting-2020-01-24-db5761a516e5783e0ce724fd584aa3a339a70f8e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-24 - Cabinet of Executive Vice-President Valdis Dombrovskis x Intercontinental Exchange, Inc."],"date":["2020-01-24"],"summary":["Capital Market Union, EMIR, Sustainable finance"],"notes":["Portfolio: An Economy that Works for People"],"location":["Davos"],"address":["Davos"],"addressEntity":["addr-e260b1b791f27abac6a4f7771a2401be6aee67a9"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["eu-tr-141041215133-83","ec-person-9e7bd1005456277f156b671d1555c6a460fb2f58"]}} -{"id":"ec-meeting-2020-01-24-dc68db6b4199f45b54bbf1ace07c1780e5931cf3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-24 - European Civil Protection and Humanitarian Aid Operations x International Centre for Migration Policy Development"],"date":["2020-01-24"],"summary":["Discussion on eventual future cooperation on humanitarian"],"location":["Skype meeting"],"address":["Skype meeting"],"addressEntity":["addr-781168d389fe0a348984e596b91c97c13dd329fd"],"organizer":["ec-dg-echo"],"involved":["eu-tr-428294520891-74","ec-person-10a22f0fd27347d8ef3ff2b55ad4ef89c6fe388f"]}} -{"id":"ec-meeting-2020-01-27-050de930a8918e4e4296243f427b29e914a087f2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-27 - Cabinet of Commissioner Kadri Simson x Dr Graeme Sweeney"],"date":["2020-01-27"],"summary":["Discussion on carbon capture and storage and carbon capture utilisation"],"notes":["Portfolio: Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["ec-person-3ba14eabc5fddef75d1a672cc75b5f4bddd72ee9","eu-tr-389225631494-24","ec-person-2fb98fc84d2cf8d481688eff3d47f7745ead3592"]}} -{"id":"ec-meeting-2020-01-27-0ccf1b2dc4162acda659ac2ffbcfb50b6bdac131","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-27 - Cabinet of Executive Vice-President Frans Timmermans x Agora Energiewende"],"date":["2020-01-27"],"summary":["discussion on the European Green Deal and Industry"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-e88af8eb396e96e3dbc9b4ec6e40a348d26c389c","eu-tr-321342621105-20"]}} -{"id":"ec-meeting-2020-01-27-125fab81bac19e0445f0cf83f1cd6c716b3e61dd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-27 - Cabinet of Commissioner Adina Vălean x NV Nederlandse Spoorwegen"],"date":["2020-01-27"],"summary":["Rail"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["eu-tr-191419916889-22","ec-person-cc0354fbf386eb83f57c00ad5240f1dddeeabab4"]}} -{"id":"ec-meeting-2020-01-27-12865d41a6a85a1f307b196d1b83ffe073e40f43","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-27 - Cabinet of President Ursula von der Leyen x Funding Fish"],"date":["2020-01-27"],"summary":["Oceans"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["eu-tr-051498327063-03","ec-person-856d40a366fb80b8149de2eb014689d155f43ee2"]}} -{"id":"ec-meeting-2020-01-27-1c6d5d16d5bb1ba1bcb96340f81ead4132745fc6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-27 - Cabinet of Executive Vice-President Frans Timmermans x Carbon Market Watch"],"date":["2020-01-27"],"summary":["Speech on the European Green Deal at \"LIFE PlanUp conference\""],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-75365248559-90","ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce"]}} -{"id":"ec-meeting-2020-01-27-42e82292d32ec958df24991e61d572bac383e58a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-27 - Cabinet of Executive Vice-President Frans Timmermans x NV Nederlandse Spoorwegen"],"date":["2020-01-27"],"summary":["Rail sector and the Green Deal"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-7c876f4825f213b8adbedf089ccedfbc3b36d65b","eu-tr-191419916889-22"]}} -{"id":"ec-meeting-2020-01-27-46bf888cae7952190b93e8a11774523c7a5b300f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-27 - Cabinet of Executive Vice-President Valdis Dombrovskis x Holnap Ifjúsági Alapítvány a Fenntarthatóságért"],"date":["2020-01-27"],"summary":["Sustainable finance"],"notes":["Portfolio: An Economy that Works for People"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-235870cd7eb41f2494f695fce18b5b5b88647113","eu-tr-458749535171-35"]}} -{"id":"ec-meeting-2020-01-27-4dba55263f2745cdd4e81f0fea9246dce3fa0f70","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-27 - Financial Stability, Financial Services and Capital Markets Union x Eurasia Group Ltd"],"date":["2020-01-27"],"summary":["EU-UK relations"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-432810619301-37","ec-person-1fce211249673c35ee07a801ddee77ab24af8d54"]}} -{"id":"ec-meeting-2020-01-27-50fa5ff396e6793211ae1e5bc77d51e52bb24874","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-27 - Cabinet of Commissioner Nicolas Schmit x EUROPEAN TRADE UNION CONFEDERATION"],"date":["2020-01-27"],"summary":["Social policies"],"notes":["Portfolio: Jobs and Social Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["eu-tr-06698681039-26","ec-person-c03b949331dbbe5fa3d5423758e371ec1b9b832f"]}} -{"id":"ec-meeting-2020-01-27-5687cde7e5f61742035b8494b9a082af38658ebc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-27 - Cabinet of Commissioner Jutta Urpilainen x KK-Consulting Suomalainen Energiaosuuskunta (SEO)"],"date":["2020-01-27"],"summary":["Green Deal"],"notes":["Portfolio: International Partnerships"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["eu-tr-574718336986-23","eu-tr-746230436442-96","ec-person-1ec9383fd54d9d4cd8a154c01fa71549eb8c75ac"]}} -{"id":"ec-meeting-2020-01-27-77d9feb542e017ceb5a7894cd853c9021c0e8f06","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-27 - Cabinet of Commissioner Mariya Gabriel x EuropaBio"],"date":["2020-01-27"],"summary":["Future of European Bio Industries"],"notes":["Portfolio: Innovation and Youth"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-1298286943-59","ec-person-53a0d9702b387d4c3c992d3de3c229fd17644dad"]}} -{"id":"ec-meeting-2020-01-27-90aeb05ddea004b1334a1816adacbf176d0bce03","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-27 - Cabinet of Commissioner Kadri Simson x Eurelectric aisbl European Federation of Local and Regional Energy Companies EDSO for Smart Grids GEODE - The voice of local energy distributors across Europe"],"date":["2020-01-27"],"summary":["Decentralized energy systems, establishment of EU DSO entity"],"notes":["Portfolio: Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["eu-tr-4271427696-87","eu-tr-952322311484-70","eu-tr-00098856602-24","eu-tr-54829912208-85","ec-person-d40f25b5cb5c0681854a4996da444478318f7e58","ec-person-1995c65b8dc7f3702a8c30ed96a0144075848837"]}} -{"id":"ec-meeting-2020-01-27-9cc7e91544d376272647b6ebdc2f829cf73a77cf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-27 - Defence Industry and Space x Leonardo S.p.A."],"date":["2020-01-27"],"summary":["Courtesy meeting to introduce themselves"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-defis"],"involved":["ec-person-a5e52cd544ea3aa44eb4b31fac65a468499f106e","eu-tr-02550382403-01"]}} -{"id":"ec-meeting-2020-01-27-a7170251fdd1bc824219db2dd2dbe751e8fef243","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-27 - Cabinet of Commissioner Janez Lenarčič x Norwegian Refugee Council Europe"],"date":["2020-01-27"],"summary":["Humanitarian assistance / humanitarian-development nexus"],"notes":["Portfolio: Crisis Management"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-janez-lenarcic-of"],"involved":["eu-tr-750447615329-96","ec-person-a6cd325c80698b2331699224c780ebfb10573602"]}} -{"id":"ec-meeting-2020-01-27-acbcb89d84c632b34c3d974e3726092a7e1ba4cb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-27 - Cabinet of Vice-President Věra Jourová x Erste Group Bank AG"],"date":["2020-01-27"],"summary":["Consumer protection"],"notes":["Portfolio: Values and Transparency"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["eu-tr-910859715397-14","ec-person-eb96be0a510a5e7f122fa88f994b99f073b5dac4"]}} -{"id":"ec-meeting-2020-01-27-afa4cb5be398882657b00e05cf7d20e903b1d976","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-27 - Cabinet of Commissioner Phil Hogan x spiritsEUROPE"],"date":["2020-01-27"],"summary":["Effects of EU-US trade disputes on the sector"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-c9d17d5879383b030f61a4066848249fb35d57e4","eu-tr-64926487056-58"]}} -{"id":"ec-meeting-2020-01-27-b13438a1083a29af152357f38790a49452a29273","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-27 - Cabinet of Commissioner Phil Hogan x Ibec"],"date":["2020-01-27"],"summary":["effects on EU/US trade dispute on the sector"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-479468313744-50","ec-person-7d3caa534e5cdda6d5b949bd4b2def39356e3bec"]}} -{"id":"ec-meeting-2020-01-27-b946c168f46e2e496bbc3b64311f168515a0074d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-27 - Cabinet of Vice-President Margaritis Schinas x EKD-Büro Brüssel / EKD-Office Brussels"],"date":["2020-01-27"],"summary":["Article 17 dialogue with churches, religious and philosophical organisations"],"notes":["Portfolio: Promoting the European Way of Life"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-margaritis-of-president-schinas-vice"],"involved":["ec-person-901d49b3e3af3e96de8d42787e8633b0adc76ca1","eu-tr-61973396926-78"]}} -{"id":"ec-meeting-2020-01-27-c5943e1e0dc30126c06a9faf186260e5d46e470f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-27 - Mobility and Transport x Airbus"],"date":["2020-01-27"],"summary":["Transport relations with Japan"],"location":["Tokyo, Japan"],"address":["Tokyo, Japan"],"addressEntity":["addr-362489908e1d4b12fb5528fdefa8fd00e8c4e920"],"organizer":["ec-dg-move"],"involved":["eu-tr-2732167674-76","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2020-01-27-cf0fb0e7cf376380d7652cf994bf09b89c2612d7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-27 - Cabinet of Commissioner Nicolas Schmit x European Federation of National Organisations working with the Homeless"],"date":["2020-01-27"],"summary":["homeless"],"notes":["Portfolio: Jobs and Social Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-8eb18b6102d444937bc6af5822a6742812165b48","eu-tr-42528706153-39"]}} -{"id":"ec-meeting-2020-01-27-d257e0d9d67168bd17af219040e55bf23d444592","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-27 - Cabinet of Commissioner Mariya Gabriel x Community of European Railway and Infrastructure Companies"],"date":["2020-01-27"],"summary":["European Green Deal"],"notes":["Portfolio: Innovation and Youth"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-7574621118-27","ec-person-53a0d9702b387d4c3c992d3de3c229fd17644dad"]}} -{"id":"ec-meeting-2020-01-27-d49bc32a5fcf11a34dc7abcd8ce0e590ae8d821a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-27 - Cabinet of Commissioner Phil Hogan x BREIZ EUROPE"],"date":["2020-01-27"],"summary":["Trade Issues"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-857077134756-33","ec-person-a1a78365cc4685b0958056646204977d8f2ead92"]}} -{"id":"ec-meeting-2020-01-27-e6f79f9d6eccd4db0bbaa222666a063bae6d24ce","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-27 - Internal Market, Industry, Entrepreneurship and SMEs x Hewlett Packard Enterprise"],"date":["2020-01-27"],"summary":["Courtesy meeting and discuss Circular Economy in general"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-grow"],"involved":["ec-person-502a9ad56e684f225d022e2e549380121183d0f6","eu-tr-075071719925-75"]}} -{"id":"ec-meeting-2020-01-27-e783d5104b967dc954ccab66a49456a594dedb8c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-27 - Cabinet of Executive Vice-President Valdis Dombrovskis x European Financial Services Round Table"],"date":["2020-01-27"],"summary":["Basel III implementation; Insurance Capital Standard; Solvency II review; Sustainable finance"],"notes":["Portfolio: An Economy that Works for People"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["eu-tr-27636291880-60","ec-person-9e7bd1005456277f156b671d1555c6a460fb2f58"]}} -{"id":"ec-meeting-2020-01-27-e7c3baea359ad564a72965ea84b82eb7e8ca30bb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-27 - Cabinet of Executive Vice-President Frans Timmermans x Bloomberg L.P."],"date":["2020-01-27"],"summary":["European Green Deal"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-214140728444-40","ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce"]}} -{"id":"ec-meeting-2020-01-27-f34b48e98e7c499b591bb7fdbfa5fb9801247e55","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-27 - Cabinet of Executive Vice-President Frans Timmermans x Health Care Without Harm Europe"],"date":["2020-01-27"],"summary":["The role of healthcare in the Green Deal"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-57514749088-82","ec-person-33624431cbec1074e151c1707715ef46d2ba9565"]}} -{"id":"ec-meeting-2020-01-27-fabd637236ae719b7be34aef28816e0b66d37f71","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-27 - Internal Market, Industry, Entrepreneurship and SMEs x Leonardo S.p.A."],"date":["2020-01-27"],"summary":["Courtesy meeting to introduce themselves"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-grow"],"involved":["ec-person-6299e47fea20df86a1b90bd5b033006b2cb35b5e","eu-tr-02550382403-01"]}} -{"id":"ec-meeting-2020-01-28-02f5d19e9d522df67934f81ee0ddf780fc0d13d6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-28 - Cabinet of Executive Vice-President Frans Timmermans x Confederazione Nazionale Coldiretti"],"date":["2020-01-28"],"summary":["Sustainable food chains"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-55507619225-88","ec-person-33624431cbec1074e151c1707715ef46d2ba9565"]}} -{"id":"ec-meeting-2020-01-28-0f75947bcd0f0f99e5a67ce9ea04607e1c0d98f7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-28 - Cabinet of Commissioner Helena Dalli x Stichting ERGO Network"],"date":["2020-01-28"],"summary":["Roma inclusion; holocaust remembrance day"],"notes":["Portfolio: Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-dalli-helena-of"],"involved":["eu-tr-587174614073-09","ec-person-d0b568d53468fcd3dfeeaddbd07343b5b065914d"]}} -{"id":"ec-meeting-2020-01-28-1be12d32491e49d0e585d0a63509016892ea0fd1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-28 - Cabinet of Commissioner Phil Hogan x EUROGAS aisbl"],"date":["2020-01-28"],"summary":["Gas sector discussion. Green Deal."],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-17909506129-41","ec-person-cd4a156dd3ba3388c4e3ef6cd8fdc81362380dbb","ec-person-7d3caa534e5cdda6d5b949bd4b2def39356e3bec"]}} -{"id":"ec-meeting-2020-01-28-1dbba2d8806e8858025750901856731c1ff4fcad","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-28 - Cabinet of Executive Vice-President Valdis Dombrovskis x Österreichischer Gewerkschaftsbund"],"date":["2020-01-28"],"summary":["European Semester, European Pillar of Social Rights, Iniciative on minimum wage"],"notes":["Portfolio: An Economy that Works for People"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-9e7bd1005456277f156b671d1555c6a460fb2f58","eu-tr-43246044354-41"]}} -{"id":"ec-meeting-2020-01-28-2339c298e197eb516e0dbeee36beace79992a4c3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-28 - Cabinet of Executive Vice-President Margrethe Vestager x ITI - The Information Technology Industry Council"],"date":["2020-01-28"],"summary":["Introduction association; artificial intelligence & data strategy; digital services act"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0","ec-person-eecca27e2a9c3fc0d4bd43564e4960382705feef","eu-tr-061601915428-87"]}} -{"id":"ec-meeting-2020-01-28-3351ff4893a04c45d45be5cb9646895a36e7798f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-28 - Mobility and Transport x TOYOTA MOTOR EUROPE"],"date":["2020-01-28"],"summary":["Visit of Toyota plant"],"location":["Nagoya, Japan"],"address":["Nagoya, Japan"],"addressEntity":["addr-83b5a512aff986a739a944bbff9feea905db5eec"],"organizer":["ec-dg-move"],"involved":["eu-tr-5378003762-62","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2020-01-28-3c9ecb22bdd582e7a1bd2b154cdcd9ecbe355680","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-28 - Financial Stability, Financial Services and Capital Markets Union x Intesa Sanpaolo"],"date":["2020-01-28"],"summary":["European and Italian macro-economic situation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-24037141789-48","ec-person-1fce211249673c35ee07a801ddee77ab24af8d54"]}} -{"id":"ec-meeting-2020-01-28-427c5f6b22a2a4a65f7134ac4ac866e060353efb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-28 - Cabinet of Executive Vice-President Margrethe Vestager x Access Partnership"],"date":["2020-01-28"],"summary":["Artificial intelligence"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-467615113800-87","ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0"]}} -{"id":"ec-meeting-2020-01-28-5c5045228116ed71bc2308f58cc6636527d3e1d0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-28 - Cabinet of Commissioner Thierry Breton x ITI - The Information Technology Industry Council"],"date":["2020-01-28"],"summary":["Priorities for tech regulation, single market and enforcement"],"notes":["Portfolio: Internal Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-4d83416435f81b1f1e8f5c86aeebb1478577f1d2","eu-tr-061601915428-87"]}} -{"id":"ec-meeting-2020-01-28-7408dedfdc43c1a297f936fb1ada879ded12dc7a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-28 - Cabinet of Executive Vice-President Margrethe Vestager x European Cyber Security Organisation"],"date":["2020-01-28"],"summary":["Cybersecurity overview"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-684434822646-91","ec-person-8b6db5c3c4611618ade59c6d0dadc21c962f0ee7"]}} -{"id":"ec-meeting-2020-01-28-7ce7b7d214ccc775f8c6749f7a4b7044dd19e823","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-28 - Cabinet of Commissioner Virginijus Sinkevičius x Hewlett Packard Enterprise"],"date":["2020-01-28"],"summary":["Exchange of views on the next Circular Economy action plan."],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["eu-tr-075071719925-75","ec-person-ef0f66e9880a22ea8d9657bd982daf9bd74838c1"]}} -{"id":"ec-meeting-2020-01-28-89f11510067a977ab6c8cbe5e87babd4c2d24a0a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-28 - Cabinet of Commissioner Paolo Gentiloni x Confederazione Generale dell'Industria Italiana"],"date":["2020-01-28"],"summary":["Carbon Boarder Adjustment"],"notes":["Portfolio: Economy"],"location":["Brussels, BE"],"address":["Brussels, BE"],"addressEntity":["addr-bd80958a978de8af51caa97a25a75f30d0061d71"],"organizer":["ec-cabinet-commissioner-gentiloni-of-paolo"],"involved":["eu-tr-27762251795-15","ec-person-404d55367ba0dadec989b6dc2eab96ef2abd96af"]}} -{"id":"ec-meeting-2020-01-28-99c340ca55849b54be4ca0a8e356220ac3556b5e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-28 - Cabinet of President Ursula von der Leyen x European Publishers Council"],"date":["2020-01-28"],"summary":["State of media sector, copyright implementation, advertising market, digital services, data"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-7019713e72781afb1f3b19032c4752a314b78180","eu-tr-4456380381-30"]}} -{"id":"ec-meeting-2020-01-28-9d3ea9179529c9326d8f0db2ea7d904dec3723f9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-28 - Environment x Hewlett Packard Enterprise"],"date":["2020-01-28"],"summary":["Sustainability and ecodesign for printers"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-env"],"involved":["eu-tr-075071719925-75","ec-person-3bc74ce04ea3f4ab4d91a5c88eef25b8b8a213b4"]}} -{"id":"ec-meeting-2020-01-28-9eee5b43d5e855984d78f3d58ce777d02adf4435","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-28 - Cabinet of Commissioner Mariya Gabriel x Getty Images (UK) Limited"],"date":["2020-01-28"],"summary":["AI and synthetic content"],"notes":["Portfolio: Innovation and Youth"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-994509831613-80","ec-person-169095f0138062f64079fc92dc609e32cc65a8f1"]}} -{"id":"ec-meeting-2020-01-28-a3d6f951b9b8381786170505e4fdf73fb3771433","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-28 - Cabinet of Executive Vice-President Margrethe Vestager x American Chamber of Commerce to the European Union"],"date":["2020-01-28"],"summary":["EU digital agenda"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-c5a20b92c008e114355d197b9b2fd62c88868c4e","ec-person-8b6db5c3c4611618ade59c6d0dadc21c962f0ee7","eu-tr-5265780509-97","ec-person-11ba005cc4046696303381b7ca219da9b11a42bf"]}} -{"id":"ec-meeting-2020-01-28-a499b0c422992bdb49a03418a42fe376d8899056","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-28 - Cabinet of Executive Vice-President Frans Timmermans x Responsible Business Alliance"],"date":["2020-01-28"],"summary":["discussion on due diligence in supply chains"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-957105437070-49","ec-person-e88af8eb396e96e3dbc9b4ec6e40a348d26c389c"]}} -{"id":"ec-meeting-2020-01-28-ac87e3953500296fb826c60fc99eff9c5797f29c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-28 - Cabinet of Commissioner Kadri Simson x European Round Table for Industry"],"date":["2020-01-28"],"summary":["European Green Deal, sector integration, energy efficiency, industrial strategy"],"notes":["Portfolio: Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["ec-person-9b7f5fe059e5b0b40e79e9170211aa2f02322fdb","ec-person-2fb98fc84d2cf8d481688eff3d47f7745ead3592","ec-person-d40f25b5cb5c0681854a4996da444478318f7e58","eu-tr-25487567824-45","ec-person-1995c65b8dc7f3702a8c30ed96a0144075848837"]}} -{"id":"ec-meeting-2020-01-28-b1beed127229fa694137621efe826abd29b0d810","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-28 - Cabinet of Executive Vice-President Margrethe Vestager x PLATFORMA"],"date":["2020-01-28"],"summary":["Prep meeting to EVP mission to The Hague"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-144630225519-73","ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0"]}} -{"id":"ec-meeting-2020-01-28-b83d3f65bb058b3ee5c861034732d5c7e0c3fe5c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-28 - Cabinet of Commissioner Janez Lenarčič x Pesticide Action Network Europe"],"date":["2020-01-28"],"summary":["Green Deal"],"notes":["Portfolio: Crisis Management"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-janez-lenarcic-of"],"involved":["eu-tr-15913213485-46","ec-person-31e4e9c3126a9151de6a161e669faba028b1ffa6"]}} -{"id":"ec-meeting-2020-01-28-b88d1306e5278f2037930a850db4275ce3243d0d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-28 - Cabinet of Commissioner Phil Hogan x Brown-Forman Netherlands BV Beam Suntory SL"],"date":["2020-01-28"],"summary":["EU-US relations and effects on whiskey industry"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-d0aad15bfcd899ec988329ba27d6e661ca34456b","ec-person-c9d17d5879383b030f61a4066848249fb35d57e4","eu-tr-847475437113-80","eu-tr-220015616134-02"]}} -{"id":"ec-meeting-2020-01-28-b90b53d8d26fd6b4bd981eea584fb58770e88d36","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-28 - Cabinet of Commissioner Mariya Gabriel x VMware International Unlimited Company"],"date":["2020-01-28"],"summary":["Research and innovation programmes"],"notes":["Portfolio: Innovation and Youth"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-922046321682-57","ec-person-53a0d9702b387d4c3c992d3de3c229fd17644dad"]}} -{"id":"ec-meeting-2020-01-28-ba48a764edfbe68a79233ce144e9d63b7bbddc40","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-28 - Cabinet of Commissioner Didier Reynders x Responsible Business Alliance"],"date":["2020-01-28"],"summary":["General presentation of the their activities and their future events"],"notes":["Portfolio: Justice"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-didier-of-reynders"],"involved":["eu-tr-957105437070-49","ec-person-442bf1ae9900b999673cdd7389224d0e21b67d4d","ec-person-1e25399e2267734c5f4c69093d2286c8898ee9f0"]}} -{"id":"ec-meeting-2020-01-28-bd5550de67703426361b5a7fb6cfde756cad699f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-28 - Cabinet of Commissioner Thierry Breton x Huawei Technologies"],"date":["2020-01-28"],"summary":["Telecommunication market"],"notes":["Portfolio: Internal Market"],"location":["Brussels office"],"address":["Brussels office"],"addressEntity":["addr-b564636296374ae510670c582b6c07fda4830fdd"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-e18e6e300776f5f47ca4c72c1ba1b0d0eb1e71fe","ec-person-b077a2e9f0fdb3b8f6e91d0bd0b256db9e40ce46","eu-tr-114467111412-38"]}} -{"id":"ec-meeting-2020-01-28-bfe4f5a1243bafa6abeed2b79e7dfded891b4b14","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-28 - Cabinet of President Ursula von der Leyen x DigitalES - Asociación Española para la Digitalización"],"date":["2020-01-28"],"summary":["Overall digital policy, artificial intelligence, data, level playing field, digital identity, telecom market structure, 5G investment needs, digital skills, women in digital"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-7019713e72781afb1f3b19032c4752a314b78180","eu-tr-103177030898-96"]}} -{"id":"ec-meeting-2020-01-28-c1c9d49dc5c31b9619e47994e4e9bc1a1f588188","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-28 - Environment x Bureau Européen des Unions de Consommateurs"],"date":["2020-01-28"],"summary":["Consumer perspective on European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-env"],"involved":["eu-tr-9505781573-45","ec-person-3bc74ce04ea3f4ab4d91a5c88eef25b8b8a213b4"]}} -{"id":"ec-meeting-2020-01-28-c81bf7b6215436e8fd36b181e557d7b0cb904dcd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-28 - Cabinet of Commissioner Phil Hogan x The European Steel Association"],"date":["2020-01-28"],"summary":["Steel sector update, preparatory meeting"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-93038071152-83","ec-person-cd4a156dd3ba3388c4e3ef6cd8fdc81362380dbb"]}} -{"id":"ec-meeting-2020-01-28-d15bd44e259d4cabfff0d79ddd42aad35a5d0c2c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-28 - Cabinet of Executive Vice-President Frans Timmermans x Leadax"],"date":["2020-01-28"],"summary":["Circular Economy"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-4d24ceb9e6bdaabe394d1506aa601a9ce9d0e59b","eu-tr-259176337122-89"]}} -{"id":"ec-meeting-2020-01-28-d62ed5c6dac2710a8836e2d965e791537f788744","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-28 - Cabinet of Executive Vice-President Frans Timmermans x European Passengers' Federation"],"date":["2020-01-28"],"summary":["Expectations of rail passengers from the Green Deal"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-532739823521-44","ec-person-d56ecbfde17436a136fc89c9a978b266e8285c84"]}} -{"id":"ec-meeting-2020-01-28-dc7a87d9911fbf98b011ff4863e8c3464b98f300","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-28 - Cabinet of Commissioner Phil Hogan x European Round Table for Industry"],"date":["2020-01-28"],"summary":["Trade Issues"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-a1a78365cc4685b0958056646204977d8f2ead92","eu-tr-25487567824-45"]}} -{"id":"ec-meeting-2020-01-28-e10faa648f4678a0355061b3ced178334f97ada1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-28 - Cabinet of Commissioner Janusz Wojciechowski x BREIZ EUROPE"],"date":["2020-01-28"],"summary":["Greeen Deal, Cap, Farm to Fork"],"notes":["Portfolio: Agriculture"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["eu-tr-857077134756-33","ec-person-90b64673ee7f4c1dae185fbd64b45f5c45f2b66d"]}} -{"id":"ec-meeting-2020-01-28-e80235ad08476ae620b734f2fd0ec5afe2b42f18","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-28 - Cabinet of President Ursula von der Leyen x ITI - The Information Technology Industry Council"],"date":["2020-01-28"],"summary":["Overall digital policy, including technological sovereignty, open multilateral economic governance, trade in technology, data strategy"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-7019713e72781afb1f3b19032c4752a314b78180","eu-tr-061601915428-87"]}} -{"id":"ec-meeting-2020-01-28-e804633f0692cd1254b4852686cd0eee079df3e5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-28 - Cabinet of Executive Vice-President Frans Timmermans x Network of European Regions for a Competitive and Sustainable Tourism"],"date":["2020-01-28"],"summary":["discussion on tourism and the Green Deal"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-e88af8eb396e96e3dbc9b4ec6e40a348d26c389c","eu-tr-862709022846-11"]}} -{"id":"ec-meeting-2020-01-28-e9ad41a57ff44924e81b2a4ae758f09eb1a81258","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-28 - Cabinet of Executive Vice-President Frans Timmermans x The European House - Ambrosetti"],"date":["2020-01-28"],"summary":["European Green Deal"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-7c876f4825f213b8adbedf089ccedfbc3b36d65b","eu-tr-625244214975-24"]}} -{"id":"ec-meeting-2020-01-28-eeeacf08cf2714de2d7399ce436c00abab6c4f76","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-28 - Cabinet of Executive Vice-President Frans Timmermans x PGE Polska Grupa Energetyczna SA"],"date":["2020-01-28"],"summary":["Decarbonisation in Poland and climate neutrality"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-d53e00c46a4cc62bbf533e0c9bb35bacb9121989","eu-tr-818300434979-49"]}} -{"id":"ec-meeting-2020-01-28-efba5864401b838dab5f52ee04a70b358824b952","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-28 - Cabinet of Commissioner Thierry Breton x BUSINESSEUROPE"],"date":["2020-01-28"],"summary":["Echanges de vues sur la politique industrielle européenne et l'approfondissement du marché intérieur"],"notes":["Portfolio: Internal Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-e18e6e300776f5f47ca4c72c1ba1b0d0eb1e71fe","ec-person-9cf97e549f67c3228d1478a3a67d652eb28c5b46","eu-tr-3978240953-79"]}} -{"id":"ec-meeting-2020-01-28-f36b26cf28e8c9306a58a0c861364f40d60da6a8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-28 - Cabinet of Commissioner Kadri Simson x WindEurope"],"date":["2020-01-28"],"summary":["European Green Deal, role of the wind industry to reach the Paris Agreement and the renewable targets"],"notes":["Portfolio: Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["ec-person-9b7f5fe059e5b0b40e79e9170211aa2f02322fdb","ec-person-2fb98fc84d2cf8d481688eff3d47f7745ead3592","eu-tr-19920706471-21","ec-person-1995c65b8dc7f3702a8c30ed96a0144075848837"]}} -{"id":"ec-meeting-2020-01-28-fa98b7115acf1d3926999a43b374b9b70fbbc863","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-28 - Cabinet of Vice-President Maroš Šefčovič x Zentralverband des Deutschen Handwerks e.V."],"date":["2020-01-28"],"summary":["'One in, One out' approach"],"notes":["Portfolio: Interinstitutional Relations and Foresight"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-99d328c319d8e996bb8eafd4f202a8dce083bf05","eu-tr-5189667783-94"]}} -{"id":"ec-meeting-2020-01-28-fe51d76d1f6eab0fe7f6638c51e11e798ca49ae8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-28 - Cabinet of Commissioner Thierry Breton x BSH advisors GmbH SPAR Österreichische Warenhandels-AG"],"date":["2020-01-28"],"summary":["Discussions on the priorities of the New Commission of relevance to the retail sector, implementation of key legislation and key barriers faced by the sector across the EU and in specific markets."],"notes":["Portfolio: Internal Market"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-9cf97e549f67c3228d1478a3a67d652eb28c5b46","eu-tr-092946128636-40","ec-person-4b5aaa9cea258419f934faa90c41e25de348a2d8","eu-tr-017784530272-96"]}} -{"id":"ec-meeting-2020-01-28-fe6514619d4439a0fa48cc0baeaeb94a4bcee290","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-28 - Cabinet of Commissioner Janusz Wojciechowski x Confederação Nacional das Cooperativas Agrícolas e do Crédito Agrícola de Portugal"],"date":["2020-01-28"],"summary":["Role of cooperatives and European Green Deal"],"notes":["Portfolio: Agriculture"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["eu-tr-857553411399-49","ec-person-cafe030b6dad78a75143f7552c420481b30ebceb"]}} -{"id":"ec-meeting-2020-01-29-00a25a5da5648f2459b4d70c3aa3d2d3a5631708","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-29 - Cabinet of Commissioner Johannes Hahn x International Association of Oil & Gas Producers Europe"],"date":["2020-01-29"],"summary":["Green deal, Investment Plan, Renewable Energy"],"notes":["Portfolio: Budget and Administration"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hahn-johannes-of"],"involved":["ec-person-26e87e8dbc382b84ce1f54266bee0b7eab520454","eu-tr-3954187491-70"]}} -{"id":"ec-meeting-2020-01-29-095a33246e24c401b3bee04d6502d52e685258c5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-29 - Research and Innovation x Universiteit Leiden"],"date":["2020-01-29"],"summary":["ESOF 2022"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-rtd"],"involved":["ec-person-1d348f33395de0ea6773a7b4ae8797e3e0392f73","eu-tr-705450224079-05"]}} -{"id":"ec-meeting-2020-01-29-099f18993e2d59e0b72bb2a05037344a1e0b2e1a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-29 - Cabinet of Vice-President Margaritis Schinas x FIPRA International SRL Royal Caribbean Group"],"date":["2020-01-29"],"summary":["The Green Deal, The Revised Schengen Code, Competition in the shipping industry"],"notes":["Portfolio: Promoting the European Way of Life"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-margaritis-of-president-schinas-vice"],"involved":["eu-tr-376118821398-61","ec-person-43f9f86cfe94e45a95f7fbdea9a59a54955ebcfa","ec-person-d5cada2a1a17537a675985af31e5ce07ae3bfd42","eu-tr-58746194306-23"]}} -{"id":"ec-meeting-2020-01-29-19c3f7164d364e5d074dd1cca7dfbc74bad87c40","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-29 - Cabinet of Vice-President Věra Jourová x EuroCommerce"],"date":["2020-01-29"],"summary":["Rule of Law, Consumer protection"],"notes":["Portfolio: Values and Transparency"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["eu-tr-84973761187-60","ec-person-eb96be0a510a5e7f122fa88f994b99f073b5dac4","ec-person-bf54da17217bbddfd9c68fe24d88005ac17e2c4b"]}} -{"id":"ec-meeting-2020-01-29-1b1f795841cda66dbfac769ce7dc62415632ca93","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-29 - Cabinet of Executive Vice-President Frans Timmermans x The European Steel Association"],"date":["2020-01-29"],"summary":["Steel sector and the Green Deal"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-7c876f4825f213b8adbedf089ccedfbc3b36d65b","eu-tr-93038071152-83"]}} -{"id":"ec-meeting-2020-01-29-27d066a5f40275c0db030d5fd81613ca1c2d0b7c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-29 - Financial Stability, Financial Services and Capital Markets Union x London Stock Exchange Group"],"date":["2020-01-29"],"summary":["Mifid Review, Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-550494915045-08","ec-person-1fce211249673c35ee07a801ddee77ab24af8d54"]}} -{"id":"ec-meeting-2020-01-29-2b70601cc951cb97aa6de2f8423d5a3c9cd2dba4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-29 - Cabinet of Commissioner Thierry Breton x EuroCommerce"],"date":["2020-01-29"],"summary":["Discussion on the priorities of the New Commission of relevance to the retail sector, implementation of key legislation and key barriers faced by the sector across the EU and in specific markets"],"notes":["Portfolio: Internal Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-e18e6e300776f5f47ca4c72c1ba1b0d0eb1e71fe","eu-tr-84973761187-60","ec-person-4b5aaa9cea258419f934faa90c41e25de348a2d8"]}} -{"id":"ec-meeting-2020-01-29-2b7dfa4c149e2add2ff2b7f034442cdafc271fcd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-29 - Cabinet of Commissioner Paolo Gentiloni x Cassa Depositi e Prestiti s.p.a."],"date":["2020-01-29"],"summary":["The European Green Deal Investment Plan and InvestEU and how CDP can contribute to this strategy"],"notes":["Portfolio: Economy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gentiloni-of-paolo"],"involved":["ec-person-088d26d74d1898338fbf1c86e139bd6d3b870dbc","eu-tr-110117812027-92"]}} -{"id":"ec-meeting-2020-01-29-3596b1500fc9e5cb80fc1012d2ff5a9103bebec8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-29 - European Neighbourhood and Enlargement Negotiations x Covington & Burling LLP"],"date":["2020-01-29"],"summary":["Neighbourhood and Enlargement"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-near"],"involved":["eu-tr-083671317381-09","ec-person-1160ccf35947f06f1629cad85b9f162eb5575780"]}} -{"id":"ec-meeting-2020-01-29-3788ac033d5e25e37a76a80ffc16191d65233b04","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-29 - Cabinet of Executive Vice-President Frans Timmermans x European Builders Confederation AISBL"],"date":["2020-01-29"],"summary":["Speech on \"the European Green Deal and renovation wave\" at the EBC \"Construction sector lunch\""],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce","eu-tr-09256701147-51"]}} -{"id":"ec-meeting-2020-01-29-41a27a34c5b29391bd46e8770cb5676e3f65aa17","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-29 - Cabinet of Executive Vice-President Frans Timmermans x ALLIANCE OF RAIL NEW ENTRANTS"],"date":["2020-01-29"],"summary":["The rail industry and the Green Deal"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-137873228284-05","ec-person-d56ecbfde17436a136fc89c9a978b266e8285c84"]}} -{"id":"ec-meeting-2020-01-29-443c94145ab4ba2c47ba50f08e1b82ce9041567f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-29 - Cabinet of Commissioner Paolo Gentiloni x EUROGAS aisbl"],"date":["2020-01-29"],"summary":["Role of gas in the energy transition and the Green Deal"],"notes":["Portfolio: Economy"],"location":["Brussels, BE"],"address":["Brussels, BE"],"addressEntity":["addr-bd80958a978de8af51caa97a25a75f30d0061d71"],"organizer":["ec-cabinet-commissioner-gentiloni-of-paolo"],"involved":["ec-person-8da36db391ed53f362d495cd564ba8b45c7003e1","eu-tr-17909506129-41"]}} -{"id":"ec-meeting-2020-01-29-690934db959a73645a3fdd28178de4d94c4c8e2f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-29 - Employment, Social Affairs and Inclusion x EUROPEAN TRADE UNION CONFEDERATION"],"date":["2020-01-29"],"summary":["Strengthening Social Europe Communication"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-empl"],"involved":["eu-tr-06698681039-26","ec-person-dd259fce880e1853f0beb087443bce6e7dea70d7"]}} -{"id":"ec-meeting-2020-01-29-6d0ac701f3bebf8ef26103a43ca7d5ae24d34f7c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-29 - Internal Market, Industry, Entrepreneurship and SMEs x European Tyre & Rubber Manufacturers' Association"],"date":["2020-01-29"],"summary":["Courtesy meeting and discuss Green Deal in general"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-grow"],"involved":["eu-tr-6025320863-10","ec-person-502a9ad56e684f225d022e2e549380121183d0f6"]}} -{"id":"ec-meeting-2020-01-29-7d92a235cb1f0f16bc610611363bdf0ed1489700","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-29 - Cabinet of Commissioner Paolo Gentiloni x Associazione Nazionale fra le Imprese Assicuratrici"],"date":["2020-01-29"],"summary":["Sustainable mobility, EU green Deal"],"notes":["Portfolio: Economy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gentiloni-of-paolo"],"involved":["ec-person-5afc11966577af0bcf6f99488769b1eba37e3577","eu-tr-4756340957-20"]}} -{"id":"ec-meeting-2020-01-29-7ee0ea5aea9d2a7d7d4b27cba37aebfdc7f7f494","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-29 - Cabinet of Commissioner Mariya Gabriel x Europa Nostra"],"date":["2020-01-29"],"summary":["Culture and Cultural Heritage"],"notes":["Portfolio: Innovation and Youth"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["ec-person-1674399a793e9e6fd7cf55b525515fc862fc9351","eu-tr-832617510389-12"]}} -{"id":"ec-meeting-2020-01-29-8ae5de427a1f331431785c230edc4bc735c23f9a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-29 - Cabinet of Executive Vice-President Frans Timmermans x Flower Auctions International (Vereniging van Bloemenveilingen)"],"date":["2020-01-29"],"summary":["Sustainable farming and green cities"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-60862364841-67","ec-person-33624431cbec1074e151c1707715ef46d2ba9565"]}} -{"id":"ec-meeting-2020-01-29-91b1171eabb770d7d230eec6f7a53d85998c5d43","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-29 - Cabinet of Commissioner Janusz Wojciechowski x International Confederation of European Beet Growers"],"date":["2020-01-29"],"summary":["CAP, Green Deal"],"notes":["Portfolio: Agriculture"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["eu-tr-89930126483-54","ec-person-90b64673ee7f4c1dae185fbd64b45f5c45f2b66d"]}} -{"id":"ec-meeting-2020-01-29-92988df7b4797a307b2daf2a4dd8a5909f259290","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-29 - Cabinet of Commissioner Virginijus Sinkevičius x OCEANA WWF European Policy Programme THE NATURE CONSERVANCY IN EUROPE gemeinnützige GmbH The Pew Charitable Trusts Environmental Justice Foundation"],"date":["2020-01-29"],"summary":["To discuss illegal, unreported and unregulated fishing"],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["eu-tr-116042012787-45","eu-tr-1414929419-24","ec-person-dd7a7b1952e158f4195d34cff333ec79a4f48ba3","eu-tr-47937943241-80","eu-tr-46834536998-79","eu-tr-817535514065-10","ec-person-9de2bdbd71a153577984a493028e19bcb8c1514f"]}} -{"id":"ec-meeting-2020-01-29-98f998e5f17ae2e377f5ced2dc2ea47c876fcb1c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-29 - Cabinet of Commissioner Helena Dalli x American Chamber of Commerce to the European Union"],"date":["2020-01-29"],"summary":["Cabinet Dalli’s priorities and possible future engagement"],"notes":["Portfolio: Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-dalli-helena-of"],"involved":["ec-person-09fe68f5317e5e0a45277c9195b58da0a8037a5c","eu-tr-5265780509-97"]}} -{"id":"ec-meeting-2020-01-29-995203f4be1667d92cba89677eb34e0d38d1ff86","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-29 - Cabinet of Executive Vice-President Frans Timmermans x CSR Europe, The Business Network for Corporate Social Responsibility"],"date":["2020-01-29"],"summary":["Sustainable development and industry"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-7c876f4825f213b8adbedf089ccedfbc3b36d65b","eu-tr-56502415122-32"]}} -{"id":"ec-meeting-2020-01-29-a97fb48b0c798ff436a89cc5d665c86c820ab78b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-29 - Cabinet of President Ursula von der Leyen x International Association of Oil & Gas Producers Europe"],"date":["2020-01-29"],"summary":["European Green Deal"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-f2b941852d3b961d69ed695c2d243a1a2b4a1904","eu-tr-3954187491-70"]}} -{"id":"ec-meeting-2020-01-29-ac7ad3d23d65d1f32052c17ec06bc9478313d4a5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-29 - Cabinet of Executive Vice-President Margrethe Vestager x EUROGAS aisbl"],"date":["2020-01-29"],"summary":["Energy transition and Green Deal"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-17909506129-41","ec-person-3da433aae105b13fe027e9c9b3dcac2c97029370","ec-person-11ba005cc4046696303381b7ca219da9b11a42bf"]}} -{"id":"ec-meeting-2020-01-29-addb0b9a86738bd8de5c09ee7e00e0f983fbbaf7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-29 - Cabinet of Commissioner Adina Vălean x International Road Transport Union Permanent Delegation to the EU"],"date":["2020-01-29"],"summary":["Transports"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["eu-tr-41802525291-86","ec-person-6e21d867543ef3b910e746c319cb048abd054702"]}} -{"id":"ec-meeting-2020-01-29-af93a4352b7d39dee871507c1b114e704d4f490c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-29 - Cabinet of High Representative Josep Borrell Fontelles x AJC Transatlantic Institute"],"date":["2020-01-29"],"summary":["Discussion on foreign policy priorities"],"notes":["Portfolio: High Representative of the Union for Foreign Affairs and Security Policy / Vice-President of the Commission"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-borrell-cabinet-fontelles-high-josep-of-representative"],"involved":["eu-tr-95713206856-14","ec-person-09e3d08df5a180336a981c2bd7382e19b5e380e7"]}} -{"id":"ec-meeting-2020-01-29-b6cfb69083d646332bf1cfe0b200a756e059c11c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-29 - Cabinet of Commissioner Janusz Wojciechowski x EUROGAS aisbl"],"date":["2020-01-29"],"summary":["The role of gas in the energy transition and the Green Deal."],"notes":["Portfolio: Agriculture"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["ec-person-9909a5a1d25893da46a5abd80479d454b282c030","ec-person-cafe030b6dad78a75143f7552c420481b30ebceb","eu-tr-17909506129-41"]}} -{"id":"ec-meeting-2020-01-29-b8e33a7b4431e074ff892bc169c918fabb3a6e09","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-29 - Financial Stability, Financial Services and Capital Markets Union x Federation of European Risk Management Associations"],"date":["2020-01-29"],"summary":["Risk Management, Solvency II"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-018778010447-60","ec-person-1fce211249673c35ee07a801ddee77ab24af8d54"]}} -{"id":"ec-meeting-2020-01-29-bced3789b5451f60f2e7dca68c6b3b346cacb811","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-29 - Health and Food Safety x FIPRA International SRL"],"date":["2020-01-29"],"summary":["Keynote speaker at launch of W@Life Sciences"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-sante"],"involved":["eu-tr-58746194306-23","ec-person-42d2108d723f9b9017ed589e3271e3156172daa7"]}} -{"id":"ec-meeting-2020-01-29-c81bf7b6215436e8fd36b181e557d7b0cb904dcd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-29 - Cabinet of Commissioner Phil Hogan x The European Steel Association"],"date":["2020-01-29"],"summary":["Trade Issues"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-93038071152-83","ec-person-a1a78365cc4685b0958056646204977d8f2ead92","ec-person-cd4a156dd3ba3388c4e3ef6cd8fdc81362380dbb"]}} -{"id":"ec-meeting-2020-01-29-c82e8433fffe7acbd6ad2c28f88b5129c51fa15d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-29 - Cabinet of Executive Vice-President Frans Timmermans x Climate Action Network Europe"],"date":["2020-01-29"],"summary":["European Green Deal"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce","eu-tr-55888811123-49"]}} -{"id":"ec-meeting-2020-01-29-ce3591053ad1568b4b51b9b0b4f720a5b5760f72","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-29 - Cabinet of Commissioner Janez Lenarčič x EUROGAS aisbl"],"date":["2020-01-29"],"summary":["Green Deal"],"notes":["Portfolio: Crisis Management"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-janez-lenarcic-of"],"involved":["eu-tr-17909506129-41","ec-person-31e4e9c3126a9151de6a161e669faba028b1ffa6"]}} -{"id":"ec-meeting-2020-01-29-d2b3768c6ae81fed90f1598f6b33498553b969c3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-29 - Cabinet of Commissioner Helena Dalli x Disability Rights International EUROPEAN NETWORK ON INDEPENDENT LIVING BRUSSELS"],"date":["2020-01-29"],"summary":["DRI and ENIL's views on EU disability policy and deinstitutionalisation."],"notes":["Portfolio: Equality"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-dalli-helena-of"],"involved":["eu-tr-662845736824-04","ec-person-dbd4bba0ef71d4385c97691e3df5bb484709a07e","ec-person-750f95c6f949648cff9e460a362a85085c851faf","eu-tr-230235714034-13"]}} -{"id":"ec-meeting-2020-01-29-def386bc8ab03497be75cb9d3e0a55f50ade987b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-29 - Cabinet of Commissioner Johannes Hahn x EUROGAS aisbl"],"date":["2020-01-29"],"summary":["Green deal, Investment Plan, Renewable Energy"],"notes":["Portfolio: Budget and Administration"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hahn-johannes-of"],"involved":["ec-person-26e87e8dbc382b84ce1f54266bee0b7eab520454","eu-tr-17909506129-41"]}} -{"id":"ec-meeting-2020-01-29-e12de4fccfb11a912e7e722a5bec050f29df2f79","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-29 - Cabinet of Commissioner Ylva Johansson x Centre for Democracy & Technology, Europe"],"date":["2020-01-29"],"summary":["Cooperation in fight against terrorism"],"notes":["Portfolio: Home Affairs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-johansson-of-ylva"],"involved":["ec-person-d3f97e069d9ff016d7b65052f6eb6b98500ec118","ec-person-31b127e72e9dd30ce85ff2b475ac65d28d7dc48d","eu-tr-57305017757-64"]}} -{"id":"ec-meeting-2020-01-29-e3c1e857eb9bd185c9911a23855cba81f33d449a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-29 - Cabinet of Executive Vice-President Frans Timmermans x EUROPEAN RAIL INFRASTRUCTURE MANAGERS"],"date":["2020-01-29"],"summary":["The rail industry and the Green Deal"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-d56ecbfde17436a136fc89c9a978b266e8285c84","eu-tr-531034421340-14"]}} -{"id":"ec-meeting-2020-01-29-ee34a9c0eea551ab286fa6158b3f5ffb982fffc4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-29 - Cabinet of High Representative Josep Borrell Fontelles x Albright Stonebridge Group LLC"],"date":["2020-01-29"],"summary":["Regional cooperation issues in Western Balkans"],"notes":["Portfolio: High Representative of the Union for Foreign Affairs and Security Policy / Vice-President of the Commission"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-borrell-cabinet-fontelles-high-josep-of-representative"],"involved":["ec-person-e234b49cffbd1e67417d997c7be82fab25d755b3","eu-tr-605588926461-31"]}} -{"id":"ec-meeting-2020-01-29-f62b90ffa630161c1bc751a43e32cc56e7c44dad","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-29 - Cabinet of Commissioner Janusz Wojciechowski x Biedrība Zemnieku saeima Latvijas lauksaimniecības kooperatīvu asociācija Lauksaimniecības organizāciju sadarbības padome"],"date":["2020-01-29"],"summary":["Reform of the CAP"],"notes":["Portfolio: Agriculture"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["ec-person-cafe030b6dad78a75143f7552c420481b30ebceb","eu-tr-10029895396-05","ec-person-354147678cd662e9949df96a1b58663c347a35f9","eu-tr-356166237146-84","eu-tr-961707318657-19","ec-person-08c62f972c22464aca7a65520eb9406f8db14a66"]}} -{"id":"ec-meeting-2020-01-29-fa404f56345b79435a89c22342e7d98edbd38a3e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-29 - Cabinet of Commissioner Janusz Wojciechowski x European Federation of Food, Agriculture and Tourism Trade Unions"],"date":["2020-01-29"],"summary":["Conditions of agricultural workers, Green Deal, CAP"],"notes":["Portfolio: Agriculture"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["eu-tr-33130841043-14","ec-person-cafe030b6dad78a75143f7552c420481b30ebceb","ec-person-90b64673ee7f4c1dae185fbd64b45f5c45f2b66d"]}} -{"id":"ec-meeting-2020-01-30-01eacb2a254a381a51efc336d644c3c62f06c958","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-30 - Cabinet of Vice-President Věra Jourová x European Network of Councils for the Judiciary"],"date":["2020-01-30"],"summary":["Rule of Law"],"notes":["Portfolio: Values and Transparency"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["eu-tr-45444124056-57","ec-person-4b44772b82b4594362a2180f88752785a6516a22","ec-person-bf54da17217bbddfd9c68fe24d88005ac17e2c4b"]}} -{"id":"ec-meeting-2020-01-30-0b30e0659d6b9c41dcfe65366312daf59ac67964","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-30 - Cabinet of Commissioner Kadri Simson x Roundtable for Europe's Energy Future"],"date":["2020-01-30"],"summary":["Organizing a meeting of REEF and the Commissioner + REEF’s views on the energy transition"],"notes":["Portfolio: Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["ec-person-d40f25b5cb5c0681854a4996da444478318f7e58","eu-tr-101903316808-95"]}} -{"id":"ec-meeting-2020-01-30-210f96db7e5dce0e1573d59d0ce9933898d45ee0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-30 - Financial Stability, Financial Services and Capital Markets Union x Banco Santander, S.A."],"date":["2020-01-30"],"summary":["Capital Markets, Banking Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-799142914971-03","ec-person-1fce211249673c35ee07a801ddee77ab24af8d54"]}} -{"id":"ec-meeting-2020-01-30-28a08b8a159d42ace03ea3835a76e53e65e0789b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-30 - Cabinet of Commissioner Janusz Wojciechowski x Polski Koncern Naftowy Orlen S.A."],"date":["2020-01-30"],"summary":["Courtesy visit"],"notes":["Portfolio: Agriculture"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["eu-tr-105450620110-21","ec-person-625f8b4379f79adee4f15c6a0417a96bb5a5a403","ec-person-08c62f972c22464aca7a65520eb9406f8db14a66"]}} -{"id":"ec-meeting-2020-01-30-2b412943047351c95fd477d5aa148e6f60eb0f6d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-30 - Cabinet of President Ursula von der Leyen x European Round Table for Industry"],"date":["2020-01-30"],"summary":["ERT's Digital transformation working group: topics - data strategy, artificial intelligence, platforms, MFF"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-7019713e72781afb1f3b19032c4752a314b78180","eu-tr-25487567824-45"]}} -{"id":"ec-meeting-2020-01-30-2df4631da5ba2007e4da94d21fb48761a2675df6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-30 - Cabinet of President Ursula von der Leyen x Avaaz Foundation"],"date":["2020-01-30"],"summary":["Avaaz work and discussion with the Commission's role against Misinformation."],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["eu-tr-475565317526-24","ec-person-66d141295841bdd2d0679d93aae62e07580fcee5"]}} -{"id":"ec-meeting-2020-01-30-2e2d8ed749616c10d716f6c183eda892a40c1853","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-30 - Cabinet of Commissioner Kadri Simson x Schneider Electric"],"date":["2020-01-30"],"summary":["Presentation of the company, green deal, electrification and renovation wave and digitalization"],"notes":["Portfolio: Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["ec-person-9b7f5fe059e5b0b40e79e9170211aa2f02322fdb","eu-tr-46302264606-44","ec-person-d40f25b5cb5c0681854a4996da444478318f7e58"]}} -{"id":"ec-meeting-2020-01-30-391b007d6e29e84b9a096f27524c2fcf83f8d3ae","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-30 - Cabinet of Commissioner Didier Reynders x European Association of Judges European Network of Councils for the Judiciary"],"date":["2020-01-30"],"summary":["Courtesy meeting to review the cooperation with the Commission"],"notes":["Portfolio: Justice"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-didier-of-reynders"],"involved":["ec-person-6c2abeaa21f9fe09b6a21f7f73e03d924e89018e","eu-tr-61342526458-86","ec-person-1e25399e2267734c5f4c69093d2286c8898ee9f0","eu-tr-45444124056-57"]}} -{"id":"ec-meeting-2020-01-30-39eb8e9f2b3505d3a3c09139485a1c0acaa4ae90","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-30 - Cabinet of Executive Vice-President Frans Timmermans x WindEurope"],"date":["2020-01-30"],"summary":["Challanges and goals for the wind energy sector on the way to EU climate neutrallity"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-19920706471-21","ec-person-d53e00c46a4cc62bbf533e0c9bb35bacb9121989"]}} -{"id":"ec-meeting-2020-01-30-4417de1e932614c9a98c31c00bebbfea61386294","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-30 - Cabinet of Commissioner Thierry Breton x France Digitale"],"date":["2020-01-30"],"summary":["Exchange on start-ups and access to finance"],"notes":["Portfolio: Internal Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-e18e6e300776f5f47ca4c72c1ba1b0d0eb1e71fe","eu-tr-479234015862-06","ec-person-5215bd372c5a1202399d77ecceb8c16de8d7d55c"]}} -{"id":"ec-meeting-2020-01-30-489299268da03679f59faf463a7fb10af25f4f9e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-30 - Cabinet of Commissioner Stella Kyriakides x Bureau Européen des Unions de Consommateurs"],"date":["2020-01-30"],"summary":["Discussion on the Health and food Safety of Consumers"],"notes":["Portfolio: Health"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-kyriakides-of-stella"],"involved":["eu-tr-9505781573-45","ec-person-c7513fae2df7920eea99d7cc103a354aa4f56b6e"]}} -{"id":"ec-meeting-2020-01-30-4a54686790a82628ac4d326b596dad1e7f6c2275","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-30 - Cabinet of Commissioner Kadri Simson x Knauf Energy Solutions"],"date":["2020-01-30"],"summary":["Energy efficiency for buildings"],"notes":["Portfolio: Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["eu-tr-619792037234-03","ec-person-2fb98fc84d2cf8d481688eff3d47f7745ead3592","ec-person-1995c65b8dc7f3702a8c30ed96a0144075848837"]}} -{"id":"ec-meeting-2020-01-30-54840ac83f418396459777dff18973f72af1a3c2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-30 - Cabinet of President Ursula von der Leyen x Climate-KIC Holding BV"],"date":["2020-01-30"],"summary":["the implementation of the European Green Deal"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-f2b941852d3b961d69ed695c2d243a1a2b4a1904","eu-tr-948333125186-06"]}} -{"id":"ec-meeting-2020-01-30-5596f1d5764de822a7bbea467d9fc28117ed2779","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-30 - Cabinet of Commissioner Adina Vălean x European Transport Safety Council"],"date":["2020-01-30"],"summary":["Introductory meeting with Mr. Antonio Avenoso, Executive Director"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["eu-tr-78891371297-34","ec-person-267c5ab3ea5304fc6305ef321e214c9c1cd0f78e"]}} -{"id":"ec-meeting-2020-01-30-57083d1187156dfa60d3aa3737cb80a2fe623968","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-30 - Cabinet of Executive Vice-President Frans Timmermans x UNION FRANCAISE DE L'ELECTRICITE - UFE"],"date":["2020-01-30"],"summary":["Speech on the European Green Deal at the UFE Internal European Seminar"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce","eu-tr-30146663069-53"]}} -{"id":"ec-meeting-2020-01-30-6344bbcc2c767e7f2e2e1b18b96ea4c3c5f39dbc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-30 - Cabinet of Commissioner Virginijus Sinkevičius x Lilium GmbH"],"date":["2020-01-30"],"summary":["Air taxi industry"],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["ec-person-a3ed762188f9656ad2089827d1f121894fc1c0d2","eu-tr-088496235056-88"]}} -{"id":"ec-meeting-2020-01-30-6745f4c1fe9f2f2a188b70c9b0562396c2781ee6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-30 - Cabinet of Commissioner Johannes Hahn x SAP"],"date":["2020-01-30"],"summary":["Digital public administration"],"notes":["Portfolio: Budget and Administration"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hahn-johannes-of"],"involved":["ec-person-d1cfc2bdcd92eb0b7e7112810e03f3aff3f4af35","eu-tr-639117311617-01"]}} -{"id":"ec-meeting-2020-01-30-6eb4ce7d8c299162395047ce766f6bc9612fe0e1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-30 - Cabinet of Executive Vice-President Frans Timmermans x WorldLife Foundation"],"date":["2020-01-30"],"summary":["Afforestation of arid areas"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-370314436821-69","ec-person-33624431cbec1074e151c1707715ef46d2ba9565"]}} -{"id":"ec-meeting-2020-01-30-6fa9831b5963250ad4c0a3b88ac8b4df3b6ad714","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-30 - Cabinet of Executive Vice-President Valdis Dombrovskis x Banco Santander, S.A."],"date":["2020-01-30"],"summary":["-Discussion of Multiple Point of Entry Resolution strategy; Basel III’s approach to operational risk"],"notes":["Portfolio: An Economy that Works for People"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["eu-tr-799142914971-03","ec-person-f011ed0f7c78d833a79f1206f788e0cbd9cb8864","ec-person-1e9076681bd62efdd58882f9a7b63b2423568217"]}} -{"id":"ec-meeting-2020-01-30-726cfbc4152a6e1d54d6c881134a5deffd627514","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-30 - Cabinet of President Ursula von der Leyen x Association of Commercial Television and Video on Demand Services in Europe"],"date":["2020-01-30"],"summary":["Robust media policy, responsible platforms, reliable rights & freedoms"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-7019713e72781afb1f3b19032c4752a314b78180","eu-tr-18574111503-28"]}} -{"id":"ec-meeting-2020-01-30-7443fbea7ad47cf16f0e9ea2b3c020d9a68406ce","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-30 - Cabinet of Commissioner Phil Hogan x Confederation of British Industry"],"date":["2020-01-30"],"summary":["Trade Issues"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-73725676990-18","ec-person-a1a78365cc4685b0958056646204977d8f2ead92"]}} -{"id":"ec-meeting-2020-01-30-7c9f31ac0d1c660ca19f7813e3c8bac2f2d1f0c8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-30 - Cabinet of Commissioner Jutta Urpilainen x Women Political Leaders"],"date":["2020-01-30"],"summary":["Presentation of their network and explore possible cooperation"],"notes":["Portfolio: International Partnerships"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["eu-tr-419508817229-68","ec-person-7c4fa9cfb750b5b524c065180fcee1123b8df03e"]}} -{"id":"ec-meeting-2020-01-30-853ef7339ffb87cc1c0c26b7f3feaa16bea1d354","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-30 - Cabinet of Commissioner Adina Vălean x European Sea Ports Organisation"],"date":["2020-01-30"],"summary":["courtesy meeting, Maritime transport"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["eu-tr-01554483175-08","ec-person-baa9678f53e0a607c8a9bb2cd9122d1c13370154"]}} -{"id":"ec-meeting-2020-01-30-8ad7f750dae344e0fd524a1b57a0932d162c1c76","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-30 - Energy x European Association for Storage of Energy"],"date":["2020-01-30"],"summary":["Green Deal aned Energy storage in Europe"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-ener"],"involved":["ec-person-9c0f33ecb9f6badd5f4b5f1a4bd7677e18a52a22","eu-tr-43859808000-87"]}} -{"id":"ec-meeting-2020-01-30-91ed9bf1350537871ff5c30f01971cf8f96440fa","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-30 - Cabinet of Commissioner Janusz Wojciechowski x European Coordination Via Campesina"],"date":["2020-01-30"],"summary":["CAP, Farm to Fork"],"notes":["Portfolio: Agriculture"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["eu-tr-28920471149-55","ec-person-90b64673ee7f4c1dae185fbd64b45f5c45f2b66d"]}} -{"id":"ec-meeting-2020-01-30-9223f665d512af76c6699cb1934a355e4c866279","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-30 - Cabinet of Vice-President Margaritis Schinas x Argo-Brussels Hellenic Network"],"date":["2020-01-30"],"summary":["Economic institutions & crisis"],"notes":["Portfolio: Promoting the European Way of Life"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-margaritis-of-president-schinas-vice"],"involved":["ec-person-43f9f86cfe94e45a95f7fbdea9a59a54955ebcfa","eu-tr-139446437164-40"]}} -{"id":"ec-meeting-2020-01-30-9441241b26b082110c289544a573d2adf2b5b03d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-30 - Cabinet of Commissioner Ylva Johansson x Stichting Cordaid OXFAM INTERNATIONAL EU ADVOCACY OFFICE"],"date":["2020-01-30"],"summary":["Discussions on the New Pact on Migration"],"notes":["Portfolio: Home Affairs"],"location":["The Hague"],"address":["The Hague"],"addressEntity":["addr-fdd1466b9d9185bd3105871b8494bd4a5824c29a"],"organizer":["ec-cabinet-commissioner-johansson-of-ylva"],"involved":["ec-person-981fc36acd82b2e49db83e43763b908c1a89ec0b","eu-tr-46856801604-90","ec-person-31b127e72e9dd30ce85ff2b475ac65d28d7dc48d","eu-tr-13329455866-30","ec-person-eafe594fe2bcb6af27f0422c2491a9d8cf2400da"]}} -{"id":"ec-meeting-2020-01-30-a1d7d92f40a370ca4ac0c84a0758cd703f4449fd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-30 - Cabinet of Executive Vice-President Margrethe Vestager x DigitalES - Asociación Española para la Digitalización"],"date":["2020-01-30"],"summary":["Digital policy overview"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-103177030898-96","ec-person-8b6db5c3c4611618ade59c6d0dadc21c962f0ee7"]}} -{"id":"ec-meeting-2020-01-30-a8d5759e5ece1b7e1b3e8adb672fe128609d9966","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-30 - Cabinet of Executive Vice-President Frans Timmermans x Sustainable Apparel Coalition Federation of the European Sporting Goods Industry Global Fashion Agenda"],"date":["2020-01-30"],"summary":["circular economy and textiles"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-812616931953-63","eu-tr-386442014980-19","eu-tr-616677713667-62","ec-person-8af3c81534786a740718d21dc58240738a53ed7b"]}} -{"id":"ec-meeting-2020-01-30-ad4d8c09644053e5d57361f3967d020444535a9b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-30 - Cabinet of Commissioner Didier Reynders x The Brookings Institution"],"date":["2020-01-30"],"summary":["General presentation of the activities of the Institution"],"notes":["Portfolio: Justice"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-didier-of-reynders"],"involved":["ec-person-442bf1ae9900b999673cdd7389224d0e21b67d4d","eu-tr-177994617312-19"]}} -{"id":"ec-meeting-2020-01-30-b732558357c20a51160d3900afa6874500b41fc4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-30 - Cabinet of Commissioner Phil Hogan x European Aluminium AISBL"],"date":["2020-01-30"],"summary":["Business discussion"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-9224280267-20","ec-person-a1a78365cc4685b0958056646204977d8f2ead92","ec-person-400dd8d59d3060187d9b9b143d697da1a3d03c12","ec-person-cd4a156dd3ba3388c4e3ef6cd8fdc81362380dbb"]}} -{"id":"ec-meeting-2020-01-30-c2383cdf9fecb06d4928bb093e60fedb77744616","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-30 - Environment x Holcim Ltd"],"date":["2020-01-30"],"summary":["Cement sector contribution to the Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-env"],"involved":["eu-tr-225005818352-31","ec-person-3bc74ce04ea3f4ab4d91a5c88eef25b8b8a213b4"]}} -{"id":"ec-meeting-2020-01-30-c67ef8fd149d10a3ab992f95ca29da0b9af0d80d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-30 - Cabinet of Commissioner Jutta Urpilainen x CONCORD Europe"],"date":["2020-01-30"],"summary":["Courtesy meeting to explore avenues of cooperation"],"notes":["Portfolio: International Partnerships"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["eu-tr-34478709670-34","ec-person-7c4fa9cfb750b5b524c065180fcee1123b8df03e"]}} -{"id":"ec-meeting-2020-01-30-cd1cad3e19fd239907b0b28e68dc716b56f9d977","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-30 - Cabinet of Executive Vice-President Valdis Dombrovskis x Confederazione Generale Italiana del Lavoro Unione Italiana del Lavoro"],"date":["2020-01-30"],"summary":["Social Europe, consultation on fair minimum wage, European semester"],"notes":["Portfolio: An Economy that Works for People"],"location":["Rome"],"address":["Rome"],"addressEntity":["addr-da7705caa15608fea217326726ec6ed97a9c6c9d"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-235870cd7eb41f2494f695fce18b5b5b88647113","eu-tr-376222916112-22","eu-tr-622307424816-11","ec-person-9e7bd1005456277f156b671d1555c6a460fb2f58"]}} -{"id":"ec-meeting-2020-01-30-cf59d7433acdbd963ec742ad6b5eeb28ef0252ec","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-30 - Cabinet of Executive Vice-President Frans Timmermans x European Data Centre Association"],"date":["2020-01-30"],"summary":["The Green Deal and the ICT sector"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-073113537074-85","ec-person-d56ecbfde17436a136fc89c9a978b266e8285c84"]}} -{"id":"ec-meeting-2020-01-30-d135ebefce186d6ad2a95528d6de46edb24481f6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-30 - Cabinet of Commissioner Adina Vălean x Royal Caribbean Group"],"date":["2020-01-30"],"summary":["Introductory meeting with Royal Caribbean Cruises"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["eu-tr-376118821398-61","ec-person-baa9678f53e0a607c8a9bb2cd9122d1c13370154","ec-person-267c5ab3ea5304fc6305ef321e214c9c1cd0f78e"]}} -{"id":"ec-meeting-2020-01-30-e068c62838cf7c65fa8ab01129e5451bdd0cda7c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-30 - Cabinet of Executive Vice-President Valdis Dombrovskis x Confederazione Generale dell'Industria Italiana"],"date":["2020-01-30"],"summary":["Industry strategy, SME strategy, European Green Deal Investment Plan"],"notes":["Portfolio: An Economy that Works for People"],"location":["Rome"],"address":["Rome"],"addressEntity":["addr-da7705caa15608fea217326726ec6ed97a9c6c9d"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-235870cd7eb41f2494f695fce18b5b5b88647113","ec-person-9e7bd1005456277f156b671d1555c6a460fb2f58","eu-tr-27762251795-15"]}} -{"id":"ec-meeting-2020-01-30-e5150a991a73591563ad883180498d5be59341fa","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-30 - Energy x Gas Distributors for Sustainability"],"date":["2020-01-30"],"summary":["Green Deal and Renewable gas in Europe"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-ener"],"involved":["ec-person-9c0f33ecb9f6badd5f4b5f1a4bd7677e18a52a22","eu-tr-382692732615-35"]}} -{"id":"ec-meeting-2020-01-30-e73bd7f4a87b11e143524e85a140b7906320e2df","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-30 - Energy x Compagnie Nationale du Rhône"],"date":["2020-01-30"],"summary":["Hydropower on Green Deal and Clean Energy for EU Islands"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-ener"],"involved":["eu-tr-652829617048-82","ec-person-9c0f33ecb9f6badd5f4b5f1a4bd7677e18a52a22"]}} -{"id":"ec-meeting-2020-01-30-ecf4a90e6670eb0fd6654b50ddad45777c17086b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-30 - Cabinet of Commissioner Kadri Simson x Enagás S.A."],"date":["2020-01-30"],"summary":["European Green Deal; decarbonisation of gas, hydrogen and reduction of methane emissions"],"notes":["Portfolio: Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["ec-person-3ba14eabc5fddef75d1a672cc75b5f4bddd72ee9","eu-tr-905001612275-82","ec-person-2fb98fc84d2cf8d481688eff3d47f7745ead3592","ec-person-1995c65b8dc7f3702a8c30ed96a0144075848837"]}} -{"id":"ec-meeting-2020-01-30-f43834efbbab404d9ea84e216a216e2a6089466f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-30 - Environment x Banco Santander, S.A."],"date":["2020-01-30"],"summary":["Sustainability and Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-env"],"involved":["eu-tr-799142914971-03","ec-person-3bc74ce04ea3f4ab4d91a5c88eef25b8b8a213b4"]}} -{"id":"ec-meeting-2020-01-30-fbbd974782660930b70db53da787b64ec97fa076","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-30 - Cabinet of Commissioner Paolo Gentiloni x CEMBUREAU - The European Cement Association"],"date":["2020-01-30"],"summary":["BCG report on carbon leakage risks,"],"notes":["Portfolio: Economy"],"location":["Brussels, BE"],"address":["Brussels, BE"],"addressEntity":["addr-bd80958a978de8af51caa97a25a75f30d0061d71"],"organizer":["ec-cabinet-commissioner-gentiloni-of-paolo"],"involved":["ec-person-8da36db391ed53f362d495cd564ba8b45c7003e1","eu-tr-93987316076-63"]}} -{"id":"ec-meeting-2020-01-31-153b581a77dcae0754df88f481e54d3c6852ddca","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-31 - Cabinet of Executive Vice-President Valdis Dombrovskis x ASPEN INSTITUTE ITALIA"],"date":["2020-01-31"],"summary":["Piorities of the new Commission"],"notes":["Portfolio: An Economy that Works for People"],"location":["Italy, Rome"],"address":["Italy, Rome"],"addressEntity":["addr-5549ead699c87928f015da1f56c6adc926a09c78"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-235870cd7eb41f2494f695fce18b5b5b88647113","eu-tr-216091637394-12","ec-person-9e7bd1005456277f156b671d1555c6a460fb2f58"]}} -{"id":"ec-meeting-2020-01-31-1ae853697c4119fca60c2a94d09825869009ec84","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-31 - Cabinet of Commissioner Mariya Gabriel x The European Steel Association"],"date":["2020-01-31"],"summary":["Meeting on the energy transition challenges for the European Steel industry"],"notes":["Portfolio: Innovation and Youth"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-93038071152-83","ec-person-53a0d9702b387d4c3c992d3de3c229fd17644dad"]}} -{"id":"ec-meeting-2020-01-31-1c2e2d9c197ca083caefe0338356684e9bff5f23","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-31 - Cabinet of Commissioner Mariya Gabriel x International Association of Oil & Gas Producers Europe"],"date":["2020-01-31"],"summary":["European Green deal implications for oil and gas producers"],"notes":["Portfolio: Innovation and Youth"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["ec-person-53a0d9702b387d4c3c992d3de3c229fd17644dad","eu-tr-3954187491-70"]}} -{"id":"ec-meeting-2020-01-31-3eca1d0a3eecdb0a34622565b6e523aa9215c0fa","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-31 - Cabinet of Commissioner Mariya Gabriel x NEWS MEDIA COALITION"],"date":["2020-01-31"],"summary":["access to sporting events for media organisations and limits on news media content"],"notes":["Portfolio: Innovation and Youth"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-893479433951-33","ec-person-169095f0138062f64079fc92dc609e32cc65a8f1"]}} -{"id":"ec-meeting-2020-01-31-3f4be6fe3ceb7bb02942c3abc43860558852aaa8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-31 - Communications Networks, Content and Technology x CSC – IT CENTER FOR SCIENCE LTD."],"date":["2020-01-31"],"summary":["EuroHPC, DEP"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-098297335667-27","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2020-01-31-4c8483131ff596847fa4db0f0ed32b95aa4997bb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-31 - Cabinet of Commissioner Phil Hogan x Boeing International Corporation - Belgium Branch Office"],"date":["2020-01-31"],"summary":["Trade Issues"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-62505293737-81","ec-person-a1a78365cc4685b0958056646204977d8f2ead92"]}} -{"id":"ec-meeting-2020-01-31-6048ba727d5355cb69f0a10beace782730dc5b87","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-31 - Financial Stability, Financial Services and Capital Markets Union x The Alternative Investment Management Association Limited"],"date":["2020-01-31"],"summary":["Capital Market Union, Asset management regulation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-232566516087-90","ec-person-1fce211249673c35ee07a801ddee77ab24af8d54"]}} -{"id":"ec-meeting-2020-01-31-630e917e52ce2651ecec9364fe17823ebea49913","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-31 - Cabinet of Commissioner Mariya Gabriel x Collectif pour un service civique européen"],"date":["2020-01-31"],"summary":["EU Volunteering including EU Solidarity Corps"],"notes":["Portfolio: Innovation and Youth"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-502323837054-57","ec-person-169095f0138062f64079fc92dc609e32cc65a8f1"]}} -{"id":"ec-meeting-2020-01-31-6d554a6d85bc54ab0a35b0e0c8e562ae79f7cbaf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-31 - Cabinet of Commissioner Mariya Gabriel x Leuven MindGate"],"date":["2020-01-31"],"summary":["Creative Europe and participation of the Commissioner to the Festival"],"notes":["Portfolio: Innovation and Youth"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-061737937044-73","ec-person-169095f0138062f64079fc92dc609e32cc65a8f1"]}} -{"id":"ec-meeting-2020-01-31-75e5da40cf2c0bc74df6572cdb9a086c013c01ff","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-31 - Cabinet of President Ursula von der Leyen x Notre Europe - Institut Jacques Delors / Notre Europe - Jacques Delors Institute"],"date":["2020-01-31"],"summary":["Courtesy visit"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["eu-tr-726109217329-25","ec-person-441e123ab2364af12f12e77aed674e894e6cdaeb"]}} -{"id":"ec-meeting-2020-01-31-81f4ec860236e3f1fe434baa0872c2f72143e3d5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-31 - Cabinet of Executive Vice-President Frans Timmermans x Association des Constructeurs Européens d'Automobiles"],"date":["2020-01-31"],"summary":["Green Deal and car industry"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-7c876f4825f213b8adbedf089ccedfbc3b36d65b","eu-tr-0649790813-47"]}} -{"id":"ec-meeting-2020-01-31-836802de20fc3b889870a5907379d28a65f87f3f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-31 - Cabinet of Vice-President Maroš Šefčovič x RegWatchEurope"],"date":["2020-01-31"],"summary":["Better Regulation; 'One In, One Out' approach"],"notes":["Portfolio: Interinstitutional Relations and Foresight"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-085278232383-31","ec-person-1f95be23689cd4ed0a26fe2980f760ccf2d55c1e"]}} -{"id":"ec-meeting-2020-01-31-8e019d153a03a56d35b5049fb124dce0bf6b2d2b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-31 - Regulatory Scrutiny Board x The Lisbon Council for Economic Competitiveness and Social Renewal asbl"],"date":["2020-01-31"],"summary":["Data for Policy: the Challenge and Opportunity"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-rsb"],"involved":["eu-tr-6766950469-32","ec-person-31c44e0f672f59d97fcdbfa3dc472749e3187fea"]}} -{"id":"ec-meeting-2020-01-31-9014c8718ee297210cb2699be284b3b536231fd4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-31 - Cabinet of Vice-President Věra Jourová x Rasmussen Global"],"date":["2020-01-31"],"summary":["European action plan on Democracy; Conference on future of EU"],"notes":["Portfolio: Values and Transparency"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["ec-person-eb96be0a510a5e7f122fa88f994b99f073b5dac4","eu-tr-923424020779-19"]}} -{"id":"ec-meeting-2020-01-31-92d80dc1c13246b3c405715a12223327b5c1365c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-31 - Cabinet of Commissioner Ylva Johansson x Counter Extremism Project"],"date":["2020-01-31"],"summary":["Terrorist content online"],"notes":["Portfolio: Home Affairs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-johansson-of-ylva"],"involved":["eu-tr-990159532140-35","ec-person-e80f1d4512f8632e5baa488ed887e131294d744e"]}} -{"id":"ec-meeting-2020-01-31-9add695454cbe8e222f4ae2a6eeab42c70ba7342","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-31 - Cabinet of Vice-President Věra Jourová x Platform of European Social NGOs"],"date":["2020-01-31"],"summary":["EC cooperation with Civil Society"],"notes":["Portfolio: Values and Transparency"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["eu-tr-85083981189-35","ec-person-bf54da17217bbddfd9c68fe24d88005ac17e2c4b","ec-person-28fecf6c4f04b3a2af1d74c742e147920ab849c5"]}} -{"id":"ec-meeting-2020-01-31-a08c59baa4804d6f7ef204453cebdb7ac40edca1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-31 - Cabinet of President Ursula von der Leyen x Gesamtverband der Deutschen Versicherungswirtschaft e.V."],"date":["2020-01-31"],"summary":["German Insurance industry and main challenges ahead"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["eu-tr-6437280268-55","ec-person-a159f03add374257584565c2b05cc5539a7526e6"]}} -{"id":"ec-meeting-2020-01-31-a1e93e7da5808d124985b7ad5ac1bde5e757ade3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-31 - Cabinet of Executive Vice-President Frans Timmermans x IMPALA Association Internationale AISBL"],"date":["2020-01-31"],"summary":["Efforts to green the industry and raise climate awareness"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-7c876f4825f213b8adbedf089ccedfbc3b36d65b","eu-tr-12383069253-19"]}} -{"id":"ec-meeting-2020-01-31-a441bfac0474f9e72484100da089fabe9a70c3f1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-31 - Cabinet of Commissioner Mariya Gabriel x European Association of Research and Technology Organisations"],"date":["2020-01-31"],"summary":["future of EU policies for research and innovation institutions"],"notes":["Portfolio: Innovation and Youth"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["ec-person-53a0d9702b387d4c3c992d3de3c229fd17644dad","eu-tr-977869932377-59"]}} -{"id":"ec-meeting-2020-01-31-a778819dd9b0c4555acd67c657b40bdf104c116c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-31 - Cabinet of Commissioner Phil Hogan x Association des Constructeurs Européens d'Automobiles"],"date":["2020-01-31"],"summary":["Trade Issues"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-a1a78365cc4685b0958056646204977d8f2ead92","eu-tr-0649790813-47"]}} -{"id":"ec-meeting-2020-01-31-acc727c06f068d54b0e3fe8f8e06d0cde7a2695e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-31 - Cabinet of President Ursula von der Leyen x Center for Humane Technology"],"date":["2020-01-31"],"summary":["Short preparatory call on data use and human dignity"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-7019713e72781afb1f3b19032c4752a314b78180","eu-tr-807457531680-68"]}} -{"id":"ec-meeting-2020-01-31-bafb45d584637400bfa34457050396de2ef270a8","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2020-01-31 - European Anti-Fraud Office x Transparency International Liaison Office to the European Union"],"date":["2020-01-31"],"summary":["Protection of the European Union's Financial Interests: OLAF's Role","Fight against fraud and corruption"],"location":["Budapest, Hungary"],"address":["Budapest, Hungary"],"addressEntity":["addr-b7f8808a14f93f36971122774cbec9ce5bf46c49"],"organizer":["ec-dg-olaf"],"involved":["ec-person-c90088f66bae9d193e5d31cb2db28cf7c517a2b9","eu-tr-501222919-71"]}} -{"id":"ec-meeting-2020-01-31-bc8d1a8e99270f2732d64e306bf6cb29f233d896","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-31 - Cabinet of Commissioner Kadri Simson x EuroCommerce"],"date":["2020-01-31"],"summary":["Discussion on retail sector support for Green Deal, Climate Pact, energy efficiency"],"notes":["Portfolio: Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["eu-tr-84973761187-60","ec-person-2fb98fc84d2cf8d481688eff3d47f7745ead3592","ec-person-9b7f5fe059e5b0b40e79e9170211aa2f02322fdb"]}} -{"id":"ec-meeting-2020-01-31-cced83769c943c4c75890866b606245292bfb2b4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-31 - Cabinet of Commissioner Jutta Urpilainen x DON BOSCO INTERNATIONAL"],"date":["2020-01-31"],"summary":["Don Bosco International presented the work they undertake in education across the world."],"notes":["Portfolio: International Partnerships"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["eu-tr-874082316357-71","ec-person-6357f4506ca5351b3a822936612fd6006da48722"]}} -{"id":"ec-meeting-2020-01-31-d2b514b87b91631ce0aa345fc53c15af14095d09","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-31 - Energy x European Chemical Industry Council"],"date":["2020-01-31"],"summary":["The role of the Energy Intensice Industries in the European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-ener"],"involved":["ec-person-9c0f33ecb9f6badd5f4b5f1a4bd7677e18a52a22","eu-tr-64879142323-90"]}} -{"id":"ec-meeting-2020-01-31-d91d12c0d7701c151ca9d4897fbcc7d6db5cfa0e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-31 - Cabinet of Vice-President Věra Jourová x Centre for Democracy & Technology, Europe"],"date":["2020-01-31"],"summary":["Political advertising and European Democracy Action Plan\r\nDigital policies and strategies"],"notes":["Portfolio: Values and Transparency"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["ec-person-aa83f35da599b82e4f15da018f4b3447eb648f7c","eu-tr-57305017757-64","ec-person-fb258e0188a5319bfaba3161382db43f5a85851f","ec-person-bf54da17217bbddfd9c68fe24d88005ac17e2c4b","ec-person-28fecf6c4f04b3a2af1d74c742e147920ab849c5"]}} -{"id":"ec-meeting-2020-01-31-e8d113a0c4a01dc5e78313c24a1670a18db0c723","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-01-31 - Cabinet of Commissioner Kadri Simson x American Chamber of Commerce to the European Union"],"date":["2020-01-31"],"summary":["Courtesy meeting & discussion on energy policy priorities"],"notes":["Portfolio: Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["ec-person-9b7f5fe059e5b0b40e79e9170211aa2f02322fdb","ec-person-2fb98fc84d2cf8d481688eff3d47f7745ead3592","eu-tr-5265780509-97"]}} -{"id":"ec-meeting-2020-02-02-04a1d3d642e0ce55c13af4a8de867e22dfd9c4fc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-02 - Cabinet of Executive Vice-President Margrethe Vestager x DOT Europe"],"date":["2020-02-02"],"summary":["Digital package; Digital Services Act"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-53905947933-43","ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0"]}} -{"id":"ec-meeting-2020-02-02-8f9034d98d269de294cf02c8b928eb7786296d2e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-02 - Cabinet of Commissioner Janusz Wojciechowski x Fédération Européenne pour la Santé Animale et la Sécurité Sanitaire"],"date":["2020-02-02"],"summary":["Animal Welfare"],"notes":["Portfolio: Agriculture"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["ec-person-cafe030b6dad78a75143f7552c420481b30ebceb","eu-tr-64923022627-39"]}} -{"id":"ec-meeting-2020-02-03-0754d755209c4b70d9823874f4f6211e42a6172f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-03 - Cabinet of Executive Vice-President Frans Timmermans x Ecopreneur.eu"],"date":["2020-02-03"],"summary":["Green Deal and Circular Economy"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce","eu-tr-495144126378-48"]}} -{"id":"ec-meeting-2020-02-03-15eb8f6730e26587ed5cd7a8ac0767e853b465fe","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-03 - Cabinet of Executive Vice-President Valdis Dombrovskis x Depository Trust & Clearing Corporation"],"date":["2020-02-03"],"summary":["Digital finance"],"notes":["Portfolio: An Economy that Works for People"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-235870cd7eb41f2494f695fce18b5b5b88647113","eu-tr-525811814282-80"]}} -{"id":"ec-meeting-2020-02-03-3088a89fa5b3d1b09d8ecfef75ae977be89cbdc2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-03 - Cabinet of Commissioner Virginijus Sinkevičius x Comité national des pêches maritimes et des élevages marins"],"date":["2020-02-03"],"summary":["To discuss challenges for the fishing sector in France and setting of fishing opportunities in the context of Brexit; EMFF, CFP"],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["ec-person-dd7a7b1952e158f4195d34cff333ec79a4f48ba3","ec-person-1443799688ae485d7a2fee5c9defab2c5b7c7e6c","eu-tr-23837746977-09","ec-person-9de2bdbd71a153577984a493028e19bcb8c1514f"]}} -{"id":"ec-meeting-2020-02-03-472135524f98eef8435fcf95f457d2f9c3237644","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-03 - Health and Food Safety x European Liver Patients' Association"],"date":["2020-02-03"],"summary":["presenting most important initiatives and discussing future collaboration"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-sante"],"involved":["ec-person-42d2108d723f9b9017ed589e3271e3156172daa7","eu-tr-89292219623-93"]}} -{"id":"ec-meeting-2020-02-03-49615988fd1376272834e21656b2d57a5a1fac9e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-03 - Cabinet of Commissioner Janusz Wojciechowski x Europejski Fundusz Rozwoju Wsi Polskiej"],"date":["2020-02-03"],"summary":["Reform of the CAP"],"notes":["Portfolio: Agriculture"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["eu-tr-601633637186-30","ec-person-354147678cd662e9949df96a1b58663c347a35f9","ec-person-08c62f972c22464aca7a65520eb9406f8db14a66"]}} -{"id":"ec-meeting-2020-02-03-4d50e87f4753a513d03a512858b1fb7ab0e9a844","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-03 - Cabinet of Commissioner Kadri Simson x Orgalim – Europe's Technology Industries"],"date":["2020-02-03"],"summary":["Decentralized energy systems, sector integration, smart energy systems"],"notes":["Portfolio: Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["ec-person-d40f25b5cb5c0681854a4996da444478318f7e58","eu-tr-20210641335-88","ec-person-2fb98fc84d2cf8d481688eff3d47f7745ead3592","ec-person-1995c65b8dc7f3702a8c30ed96a0144075848837"]}} -{"id":"ec-meeting-2020-02-03-6067b65a99a254505cbdb64d15ce64b4cd2e46e4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-03 - Cabinet of Vice-President Věra Jourová x Stichting Free Press Unlimited"],"date":["2020-02-03"],"summary":["Media freedom"],"notes":["Portfolio: Values and Transparency"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["ec-person-aa83f35da599b82e4f15da018f4b3447eb648f7c","eu-tr-244060929225-74"]}} -{"id":"ec-meeting-2020-02-03-635275bbdc092e8a88506fc0231fa8dd6c54d84c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-03 - Mobility and Transport x Association of European Businesses"],"date":["2020-02-03"],"summary":["EU-Russia relations"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-move"],"involved":["eu-tr-849798415326-80","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2020-02-03-6380278a07864a65c8648058cbf21b4b511a5c3e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-03 - Cabinet of Executive Vice-President Frans Timmermans x Transport and Environment (European Federation for Transport and Environment)"],"date":["2020-02-03"],"summary":["Sustainable biomass"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-58744833263-19","ec-person-33624431cbec1074e151c1707715ef46d2ba9565"]}} -{"id":"ec-meeting-2020-02-03-69c30eef2e90f608ddcb69305e0650f1a797c1b6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-03 - Cabinet of Commissioner Phil Hogan x EUROPEAN APPAREL AND TEXTILE CONFEDERATION"],"date":["2020-02-03"],"summary":["Discussion on textile and apparel industry"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-7824139202-85","ec-person-cd4a156dd3ba3388c4e3ef6cd8fdc81362380dbb"]}} -{"id":"ec-meeting-2020-02-03-723337b77a4d7b42ed7445f0efead0a153cea3d4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-03 - Cabinet of Commissioner Jutta Urpilainen x Finnish Forest Industries Federation (Metsäteollisuus ry)"],"date":["2020-02-03"],"summary":["Green Deal, the EU Biodiversity Strategy and the EU Forest Strategy."],"notes":["Portfolio: International Partnerships"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["eu-tr-39671713910-36","ec-person-1ec9383fd54d9d4cd8a154c01fa71549eb8c75ac"]}} -{"id":"ec-meeting-2020-02-03-898126d46ca439c560cb7364e44e3348eca3f52c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-03 - Cabinet of Vice-President Věra Jourová x Open Society European Policy Institute"],"date":["2020-02-03"],"summary":["European Democracy Action Plan"],"notes":["Portfolio: Values and Transparency"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["eu-tr-8557515321-37","ec-person-28fecf6c4f04b3a2af1d74c742e147920ab849c5"]}} -{"id":"ec-meeting-2020-02-03-95561cd89ef1d58206e88b909f71965c1c44dfd4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-03 - Cabinet of Executive Vice-President Frans Timmermans x Guidehouse Netherlands B.V."],"date":["2020-02-03"],"summary":["European Green Deal"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-291658228603-85","ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce"]}} -{"id":"ec-meeting-2020-02-03-9fbf2a807dc15042256511816300d91efe55aa6b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-03 - Cabinet of Commissioner Jutta Urpilainen x Helsinki EU Office (vastuutaho Uudenmaan liitto) Aalto-korkeakoulusäätiö / Aalto University"],"date":["2020-02-03"],"summary":["education cooperation with Africa"],"notes":["Portfolio: International Partnerships"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["eu-tr-25901146020-53","ec-person-6357f4506ca5351b3a822936612fd6006da48722","eu-tr-796380111637-72","ec-person-1ec9383fd54d9d4cd8a154c01fa71549eb8c75ac"]}} -{"id":"ec-meeting-2020-02-03-a284fe2d7584425908b4b796057ef11c8c890996","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-03 - Cabinet of President Ursula von der Leyen x Umweltorganisation WWF Central and Eastern Erurope"],"date":["2020-02-03"],"summary":["European Green Deal going forward, especially on the links between climate and biodiversity, and other WWF priorities"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-f2b941852d3b961d69ed695c2d243a1a2b4a1904","eu-tr-02019258940-59"]}} -{"id":"ec-meeting-2020-02-03-a98fd235e94eb4c2e27714f75b3576a348979904","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-03 - Cabinet of Commissioner Janusz Wojciechowski x COMITE EUROPEEN des FABRICANTS de SUCRE"],"date":["2020-02-03"],"summary":["Cap, Green Deal"],"notes":["Portfolio: Agriculture"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["eu-tr-49679062863-35","ec-person-90b64673ee7f4c1dae185fbd64b45f5c45f2b66d"]}} -{"id":"ec-meeting-2020-02-03-ae6837093f30842b53e225e8086e2b004b59f756","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-03 - Cabinet of Commissioner Virginijus Sinkevičius x National Geographic Society"],"date":["2020-02-03"],"summary":["To discuss new developments on Global High Ambition Coalition for Nature"],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["eu-tr-629774137181-34","ec-person-dd7a7b1952e158f4195d34cff333ec79a4f48ba3","ec-person-9de2bdbd71a153577984a493028e19bcb8c1514f","ec-person-172a438ed334761e2ab5d52e551fd1bcb6ab6b8d"]}} -{"id":"ec-meeting-2020-02-03-aee41e23e261934ada156d023c3363e9be366b41","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-03 - Cabinet of Vice-President Margaritis Schinas x European Association of Institutions in Higher Education"],"date":["2020-02-03"],"summary":["Skills Agenda, Vocational Education & Training, European Education Area"],"notes":["Portfolio: Promoting the European Way of Life"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-margaritis-of-president-schinas-vice"],"involved":["ec-person-b59ff7316734021e48aa7e0fd79eeeab36ea2bb4","eu-tr-622449913391-69"]}} -{"id":"ec-meeting-2020-02-03-b16efab908b9ab6079516f9ba1ef04d59b6da35d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-03 - Cabinet of Executive Vice-President Frans Timmermans x Euroheat and Power"],"date":["2020-02-03"],"summary":["Challanges and goals for the sector on the way to EU climate neutrallity"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-a282162080cef4ef2a8c0ab6247a3e03dc438507","eu-tr-88457577025-19","ec-person-d53e00c46a4cc62bbf533e0c9bb35bacb9121989"]}} -{"id":"ec-meeting-2020-02-03-b326f63d280c17659f72dcb0ae0652c6cd9525ea","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-03 - Cabinet of Commissioner Ylva Johansson x Stowarzyszenie Interwencji Prawnej (Association for Legal Intervention) Fundacja Polskie Forum Migracyjne Helsinki Foundation for Human Rights Fundacja Instytut na rzecz Państwa Prawa"],"date":["2020-02-03"],"summary":["Consultations on the New Pact on Migrations"],"notes":["Portfolio: Home Affairs"],"location":["Warsaw"],"address":["Warsaw"],"addressEntity":["addr-706f6339e835d0512d5d873d62a3e08aba143f49"],"organizer":["ec-cabinet-commissioner-johansson-of-ylva"],"involved":["eu-tr-657241221166-37","eu-tr-669465137141-62","ec-person-b54ba0be96a986a38bcd39d4f9db577e79171356","ec-person-31b127e72e9dd30ce85ff2b475ac65d28d7dc48d","eu-tr-650818037148-70","eu-tr-026234337165-45"]}} -{"id":"ec-meeting-2020-02-03-b60eca0054a52c50ebe4c3bf229a4976e2575dec","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-03 - Cabinet of Commissioner Didier Reynders x Deutscher Anwaltverein (German Bar Association)"],"date":["2020-02-03"],"summary":["Polish Justice reform"],"notes":["Portfolio: Justice"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-didier-of-reynders"],"involved":["ec-person-6c2abeaa21f9fe09b6a21f7f73e03d924e89018e","ec-person-50f9cba2282e1d03395cdd0faf9ce6e9a2ff3104","eu-tr-87980341522-66"]}} -{"id":"ec-meeting-2020-02-03-d9851484b5d367e8c6023e8eda7824fc825576d2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-03 - Cabinet of Commissioner Thierry Breton x THE CONFEDERATION OF THE SPANISH EMPLOYERS AND INDUSTRIES IN ARAGÓN"],"date":["2020-02-03"],"summary":["Exchange of views on EU industrial policy"],"notes":["Portfolio: Internal Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-9cf97e549f67c3228d1478a3a67d652eb28c5b46","eu-tr-807589837155-03"]}} -{"id":"ec-meeting-2020-02-03-f2bb4058b0de72e29137e60aad2b4c7212a409d3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-03 - Cabinet of Commissioner Janez Lenarčič x SOS Children's Villages International World Vision Brussels & EU Representation ivzw/aisbl Plan International EU Office Save the Children Europe Terre des Hommes International Federation ChildFund Alliance"],"date":["2020-02-03"],"summary":["Education in emergencies, child protection, nutrition."],"notes":["Portfolio: Crisis Management"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-janez-lenarcic-of"],"involved":["ec-person-35334591a1ee219b6f0829d58a8cfba058540557","eu-tr-83357751766-93","eu-tr-75014529893-97","eu-tr-030107317058-64","eu-tr-64689102746-48","eu-tr-697362735627-20","ec-person-64e09f24899090e992a0371d8d7c2c4eaca87152","eu-tr-025312336988-40"]}} -{"id":"ec-meeting-2020-02-03-f57f957ac4de22e3097936ab51ce9f1a7ac0394f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-03 - Cabinet of Executive Vice-President Frans Timmermans x European Union Chamber of Commerce in China"],"date":["2020-02-03"],"summary":["External aspects of the European Green Deal"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-592343015058-67","ec-person-f8efd5ca1c3794aa2954d6b5f54ff94f015fba20"]}} -{"id":"ec-meeting-2020-02-04-0c72caa1c2009fd374709501a68dd5cc14a8a083","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-04 - Cabinet of Executive Vice-President Margrethe Vestager x Access Now Europe"],"date":["2020-02-04"],"summary":["Digital policy"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-eecca27e2a9c3fc0d4bd43564e4960382705feef","eu-tr-241832823598-19"]}} -{"id":"ec-meeting-2020-02-04-10f200a059de132cc121d08a95bc90ba6f4ff4cc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-04 - Cabinet of Executive Vice-President Frans Timmermans x Scotland Europa"],"date":["2020-02-04"],"summary":["Speech on Just Transition"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-01312486176-25","ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce"]}} -{"id":"ec-meeting-2020-02-04-139b13ae04f067ccb3591145b355aa418ae59179","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-04 - Cabinet of Commissioner Elisa Ferreira x WWF European Policy Programme"],"date":["2020-02-04"],"summary":["Just transition mechanism and technical support"],"notes":["Portfolio: Cohesion and Reforms"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-elisa-ferreira-of"],"involved":["eu-tr-1414929419-24","ec-person-5bebc7b029567ec14718c647bb3813e76a4c729d"]}} -{"id":"ec-meeting-2020-02-04-188e6f437f4222005b94aeb6f6fe5692a252b0e7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-04 - Cabinet of President Ursula von der Leyen x Access Now"],"date":["2020-02-04"],"summary":["Content governance, ePrivacy, artificial intelligence"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-7019713e72781afb1f3b19032c4752a314b78180","eu-tr-71149477682-53"]}} -{"id":"ec-meeting-2020-02-04-279eab088928d9c1f53f6925c2f63d36bce5c311","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-04 - Cabinet of Commissioner Ylva Johansson x Google"],"date":["2020-02-04"],"summary":["EU internal security: cooperation with the industry in the fight against terrorism and child abuse online."],"notes":["Portfolio: Home Affairs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-johansson-of-ylva"],"involved":["ec-person-d3f97e069d9ff016d7b65052f6eb6b98500ec118","ec-person-b54ba0be96a986a38bcd39d4f9db577e79171356","eu-tr-03181945560-59"]}} -{"id":"ec-meeting-2020-02-04-29b5429c1ded24b3e2ead680727bd26b1e3bc27e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-04 - Cabinet of Commissioner Thierry Breton x Confederazione Generale dell'Industria Italiana"],"date":["2020-02-04"],"summary":["Presentation of Confindustria’s position on digital, industry, SMEs, single market"],"notes":["Portfolio: Internal Market"],"location":["Bruxelles"],"address":["Bruxelles"],"addressEntity":["addr-b58f5927b66d94a676970dc048485d4c6848f272"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-4d83416435f81b1f1e8f5c86aeebb1478577f1d2","eu-tr-27762251795-15"]}} -{"id":"ec-meeting-2020-02-04-2c7015915095a14a83c731e661050f4b633f133c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-04 - Cabinet of Vice-President Margaritis Schinas x Amnesty International Limited"],"date":["2020-02-04"],"summary":["New Pact on Migration and Asylum"],"notes":["Portfolio: Promoting the European Way of Life"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-margaritis-of-president-schinas-vice"],"involved":["ec-person-2e04e278a7f128b3ac72d2af3db94d4ebed934da","eu-tr-11063928073-34"]}} -{"id":"ec-meeting-2020-02-04-30ae73ae206b845b1300de41c7e731b1b115eefb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-04 - Cabinet of Commissioner Paolo Gentiloni x Teneo Brussels"],"date":["2020-02-04"],"summary":["Promoting fair tax structures"],"notes":["Portfolio: Economy"],"location":["Brussels, BE"],"address":["Brussels, BE"],"addressEntity":["addr-bd80958a978de8af51caa97a25a75f30d0061d71"],"organizer":["ec-cabinet-commissioner-gentiloni-of-paolo"],"involved":["eu-tr-91124993695-29","ec-person-404d55367ba0dadec989b6dc2eab96ef2abd96af"]}} -{"id":"ec-meeting-2020-02-04-367cd488db8b735ef5e42ee44101f94908545eec","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-04 - Cabinet of Commissioner Phil Hogan x DIGITALEUROPE"],"date":["2020-02-04"],"summary":["Trade Issues"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-64270747023-20","ec-person-a1a78365cc4685b0958056646204977d8f2ead92"]}} -{"id":"ec-meeting-2020-02-04-3befc4c41437fffb836b3e2a80cc0df47b5f2c0e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-04 - Financial Stability, Financial Services and Capital Markets Union x Association of European Businesses"],"date":["2020-02-04"],"summary":["The impact of US sanctions on European businesses in Russia"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-849798415326-80","ec-person-1fce211249673c35ee07a801ddee77ab24af8d54"]}} -{"id":"ec-meeting-2020-02-04-3e932830da2bb6474042093cd7a33bae9dc5d306","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-04 - Cabinet of Commissioner Adina Vălean x European Cockpit Association"],"date":["2020-02-04"],"summary":["Aviation, exchange views on upcoming challenges & mutual priorities"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["ec-person-5f7f9d4d861c5b97fbd25bccf6323535d2a7ceb8","eu-tr-39838147687-59","ec-person-267c5ab3ea5304fc6305ef321e214c9c1cd0f78e"]}} -{"id":"ec-meeting-2020-02-04-3f9ae5b89426da555b1885b75930372082e1b531","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-04 - Cabinet of Commissioner Paolo Gentiloni x Ernst & Young Core Business Services BV"],"date":["2020-02-04"],"summary":["Discussion on enhancing tax certainty and promoting fair tax structures"],"notes":["Portfolio: Economy"],"location":["Brussels, BE"],"address":["Brussels, BE"],"addressEntity":["addr-bd80958a978de8af51caa97a25a75f30d0061d71"],"organizer":["ec-cabinet-commissioner-gentiloni-of-paolo"],"involved":["eu-tr-04458109373-91","ec-person-404d55367ba0dadec989b6dc2eab96ef2abd96af"]}} -{"id":"ec-meeting-2020-02-04-487cd6cd94581d997d3d274bef573bbb7322d5a0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-04 - Cabinet of Vice-President Dubravka Šuica x European Federation of Agencies and Regions for Energy and the Environment"],"date":["2020-02-04"],"summary":["Energy issues in Croatia"],"notes":["Portfolio: Democracy and Demography"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dubravka-of-president-suica-vice"],"involved":["ec-person-e38d9f76fd8b368ff0a9e724d2cd3da76124d857","eu-tr-579945334611-71"]}} -{"id":"ec-meeting-2020-02-04-4d25686e92362a91f65a01caa864912aebea0341","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-04 - Cabinet of Commissioner Phil Hogan x Association of European Businesses"],"date":["2020-02-04"],"summary":["trade relations with Russia"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-849798415326-80","ec-person-7d3caa534e5cdda6d5b949bd4b2def39356e3bec"]}} -{"id":"ec-meeting-2020-02-04-545afb67fb7a43db6857e125cf7b1968fd467c01","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-04 - Cabinet of Commissioner Adina Vălean x Airlines International Representation in Europe"],"date":["2020-02-04"],"summary":["Environment, SES/SES2+, Airmorts, Slots, Passenger rights, safety, International liberalisation of Air Services Agreements"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["ec-person-5f7f9d4d861c5b97fbd25bccf6323535d2a7ceb8","eu-tr-686630315059-63","ec-person-267c5ab3ea5304fc6305ef321e214c9c1cd0f78e"]}} -{"id":"ec-meeting-2020-02-04-554ca1e8a28d4b4137b3da9dbe1b8e1c76c1c55d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-04 - Cabinet of Commissioner Thierry Breton x Sky Group"],"date":["2020-02-04"],"summary":["Exchange on audio-visual and media policy"],"notes":["Portfolio: Internal Market"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-4d83416435f81b1f1e8f5c86aeebb1478577f1d2","ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","eu-tr-62536168216-12","ec-person-5215bd372c5a1202399d77ecceb8c16de8d7d55c"]}} -{"id":"ec-meeting-2020-02-04-56f1bb2e599d66d80c38d81a1c35d2e816cc928e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-04 - Cabinet of Executive Vice-President Valdis Dombrovskis x Bundesvereinigung der Deutschen Arbeitgeberverbände e.V."],"date":["2020-02-04"],"summary":["European Pillar of Social Rights; Social Dialogue; European unemployment benefit reinsurance scheme; Platform workers; European Semester and Sustainable Development Goals"],"notes":["Portfolio: An Economy that Works for People"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["eu-tr-7749519702-29","ec-person-9e7bd1005456277f156b671d1555c6a460fb2f58"]}} -{"id":"ec-meeting-2020-02-04-5a69bcde84aac3a2afed50dd7d05cf93a41f0611","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-04 - Cabinet of Commissioner Adina Vălean x Związek Pracodawców Transport i Logistyka Polska"],"date":["2020-02-04"],"summary":["Transports"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["eu-tr-490333327231-75","ec-person-6e21d867543ef3b910e746c319cb048abd054702"]}} -{"id":"ec-meeting-2020-02-04-5c5e0e87d30887ae09a3309be3a35b1fe01fa182","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-04 - Competition x BOUYGUES EUROPE"],"date":["2020-02-04"],"summary":["discussion on digital issues"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-comp"],"involved":["ec-person-f257bc19c568ad25083c1c1e1651426245cefedf","eu-tr-91216972728-77"]}} -{"id":"ec-meeting-2020-02-04-63b56c8d240fe3e6b865db91b401db776c3ccb80","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-04 - Cabinet of Executive Vice-President Margrethe Vestager x Depository Trust & Clearing Corporation"],"date":["2020-02-04"],"summary":["Introducing company"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-525811814282-80","ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0"]}} -{"id":"ec-meeting-2020-02-04-706588a9b1405d4f7975e662855716db0ba6d707","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-04 - Cabinet of Commissioner Thierry Breton x METROPOLE EUROPEENNE DE LILLE"],"date":["2020-02-04"],"summary":["Exchange on the local initiatives by Lille Europe Metropole with regards to digital and media"],"notes":["Portfolio: Internal Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-700841528427-34","ec-person-7217954e3bc1aad2a1474fb760ea512a069f8fe3"]}} -{"id":"ec-meeting-2020-02-04-78984217d8d211e8fe5d7ffb4956a2a997b4c143","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-04 - Environment x Telefonica, S.A."],"date":["2020-02-04"],"summary":["European Digital Leadership and Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-env"],"involved":["eu-tr-52431421-12","ec-person-3bc74ce04ea3f4ab4d91a5c88eef25b8b8a213b4"]}} -{"id":"ec-meeting-2020-02-04-796e65212746079cca1e4b1bb303d5edeef49db3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-04 - Financial Stability, Financial Services and Capital Markets Union x Associazione Bancaria Italiana"],"date":["2020-02-04"],"summary":["Basel 3, CMU and Sustainable finance"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-915519211566-03","ec-person-1fce211249673c35ee07a801ddee77ab24af8d54"]}} -{"id":"ec-meeting-2020-02-04-7a0304c9e6d3202e8f5f3f2dcd44fa669136f25d","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2020-02-04 - Cabinet of Executive Vice-President Margrethe Vestager x Suomen itsenäisyyden juhlarahasto"],"date":["2020-02-04"],"summary":["Digital policy","Fair data economy"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-11d97788772862bb34f51dd26d7f92603eac1bf8","eu-tr-582824527068-76","ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0","ec-person-3da433aae105b13fe027e9c9b3dcac2c97029370"]}} -{"id":"ec-meeting-2020-02-04-7c584eabe8c0793f9490a718a854ceba8a53effd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-04 - Cabinet of Commissioner Jutta Urpilainen x SOS Children's Villages International Terre des Hommes International Federation ChildFund Alliance Save the Children Europe World Vision Brussels & EU Representation ivzw/aisbl Plan International EU Office"],"date":["2020-02-04"],"summary":["Meeting with the CEOs of 6 leading child rights agencies to discuss different avenues of cooperation."],"notes":["Portfolio: International Partnerships"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["eu-tr-83357751766-93","eu-tr-75014529893-97","eu-tr-030107317058-64","ec-person-7c4fa9cfb750b5b524c065180fcee1123b8df03e","eu-tr-64689102746-48","eu-tr-697362735627-20","eu-tr-025312336988-40"]}} -{"id":"ec-meeting-2020-02-04-7c642f27673552e21949bfc46154ecb41d616dcc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-04 - Cabinet of Commissioner Olivér Várhelyi x Secretariat of COMECE (Commission of the Episcopates of the European Union)"],"date":["2020-02-04"],"summary":["EU Enlargement and opening of accession talks with Albania"],"notes":["Portfolio: Neighbourhood and Enlargement"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-of-oliver-varhelyi"],"involved":["eu-tr-47350036909-69","ec-person-daf8ff1073a04b30d2f54219ecc93002ef3a684d"]}} -{"id":"ec-meeting-2020-02-04-7c7dd41e12670ea9dcee5eb0d279abe242f93e2f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-04 - Trade x Bundesvereinigung der Deutschen Arbeitgeberverbände e.V."],"date":["2020-02-04"],"summary":["EU Trade Agenda, future relationship with the UK, EU FTAs, US, China"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-trade"],"involved":["ec-person-2045c2589da3988908fcfe731e8224e7e06a7c63","eu-tr-7749519702-29"]}} -{"id":"ec-meeting-2020-02-04-7dfd0a2a54859ec7f1d34236cf022651cfc86ffd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-04 - Cabinet of Executive Vice-President Margrethe Vestager x Sky Group"],"date":["2020-02-04"],"summary":["Digital policy"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-11d97788772862bb34f51dd26d7f92603eac1bf8","ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0","eu-tr-62536168216-12"]}} -{"id":"ec-meeting-2020-02-04-8321df8ca124d5230c61ceb5df7e6700fce5faa0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-04 - Cabinet of Executive Vice-President Frans Timmermans x European Skippers Organisation - vzw European Barge Union"],"date":["2020-02-04"],"summary":["European Green Deal"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-36944616803-45","ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce","eu-tr-63974235880-21"]}} -{"id":"ec-meeting-2020-02-04-8828d1db37e117f448aa597636f992f2e3fb43d2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-04 - Cabinet of Executive Vice-President Frans Timmermans x Provincie Limburg"],"date":["2020-02-04"],"summary":["European Green Deal"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce","eu-tr-35291788333-26"]}} -{"id":"ec-meeting-2020-02-04-89dce372ecca561caa0a27701cc3a5109d95b335","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-04 - Cabinet of High Representative Josep Borrell Fontelles x International Centre for Migration Policy Development"],"date":["2020-02-04"],"summary":["EU-Africa relations"],"notes":["Portfolio: High Representative of the Union for Foreign Affairs and Security Policy / Vice-President of the Commission"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-borrell-cabinet-fontelles-high-josep-of-representative"],"involved":["eu-tr-428294520891-74","ec-person-42da8445d83c04403ad965368d0db7c50c4641e6"]}} -{"id":"ec-meeting-2020-02-04-8c84686417d2cc9d2092eb1a15c8544fd4d26895","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-04 - Energy x Euroheat and Power"],"date":["2020-02-04"],"summary":["Green Deal and the role of decarbonising heating and cooling"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-ener"],"involved":["eu-tr-88457577025-19","ec-person-9c0f33ecb9f6badd5f4b5f1a4bd7677e18a52a22"]}} -{"id":"ec-meeting-2020-02-04-97360727749a7121257f98da284d9fe62580771c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-04 - Cabinet of Commissioner Virginijus Sinkevičius x OCEANA Sciaena - Oceans # Conservation # Awareness Seas At Risk vzw The Pew Charitable Trusts Funding Fish"],"date":["2020-02-04"],"summary":["To discuss outcome of the Council of December 2019 and the NGO views regarding the process of setting the TACs and quotas"],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["eu-tr-95261732139-73","eu-tr-429932512952-75","ec-person-dd7a7b1952e158f4195d34cff333ec79a4f48ba3","eu-tr-47937943241-80","eu-tr-46834536998-79","ec-person-1443799688ae485d7a2fee5c9defab2c5b7c7e6c","eu-tr-051498327063-03"]}} -{"id":"ec-meeting-2020-02-04-9b6d4ba214110afb43e3b7fe0f9304e4ff0b4f4b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-04 - Cabinet of Executive Vice-President Margrethe Vestager x Wise Ltd"],"date":["2020-02-04"],"summary":["Transparent finance and a competitive payments market in Europe"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-bb1f295d8be3d10004d7e5fd7c24248a21215775","ec-person-7f4ed7789b52b8daf8b637232a16c6d3120c5e37","eu-tr-843309518020-96"]}} -{"id":"ec-meeting-2020-02-04-9bb74e02e20ed8e36ecac725d0024857b522e538","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-04 - Cabinet of Commissioner Nicolas Schmit x Google"],"date":["2020-02-04"],"summary":["Skills"],"notes":["Portfolio: Jobs and Social Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-4cf4655ab41922e92160325d987a3c4615c72d30","ec-person-1379f76d0c860e318f68852e1b57aa75454831f8","ec-person-935314e38d735654cae8ee61313a3d73439b242d","eu-tr-03181945560-59","ec-person-c03b949331dbbe5fa3d5423758e371ec1b9b832f"]}} -{"id":"ec-meeting-2020-02-04-9c8d0859a21c83f8370172f22c24794e42f47aef","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-04 - Cabinet of Commissioner Adina Vălean x Education in Inland Navigation"],"date":["2020-02-04"],"summary":["Naiades III and Sustainable Transport Strategy, TEN-T: an integrated and quality approach, Climate change adaptation strategy and Biodiversity strategy, State aid guidelines and Green Deal"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["ec-person-baa9678f53e0a607c8a9bb2cd9122d1c13370154","eu-tr-884898527215-11"]}} -{"id":"ec-meeting-2020-02-04-9df31761641e7a242bd00e3790fce03e1ceef711","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-04 - Cabinet of Commissioner Adina Vălean x Amazon Europe Core SARL"],"date":["2020-02-04"],"summary":["Introductory meeting of Mr. Jay Carney, Senior Vice President of Government and Corporate Affairs at Amazon"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["eu-tr-366117914426-10","ec-person-267c5ab3ea5304fc6305ef321e214c9c1cd0f78e"]}} -{"id":"ec-meeting-2020-02-04-a7170251fdd1bc824219db2dd2dbe751e8fef243","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-04 - Cabinet of Commissioner Janez Lenarčič x Norwegian Refugee Council Europe"],"date":["2020-02-04"],"summary":["Humanitarian crises in the MENA region"],"notes":["Portfolio: Crisis Management"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-janez-lenarcic-of"],"involved":["eu-tr-750447615329-96","ec-person-a6cd325c80698b2331699224c780ebfb10573602"]}} -{"id":"ec-meeting-2020-02-04-ab6f4a114c56f3412593fd0dba16d4d9481e78f9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-04 - Cabinet of Commissioner Janusz Wojciechowski x European Milk Board"],"date":["2020-02-04"],"summary":["Dairy sector, European farming, CAP"],"notes":["Portfolio: Agriculture"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["eu-tr-45338982456-46","ec-person-90b64673ee7f4c1dae185fbd64b45f5c45f2b66d","ec-person-08c62f972c22464aca7a65520eb9406f8db14a66"]}} -{"id":"ec-meeting-2020-02-04-abe29dd351bc45e5b6704bde2db0350aae21264e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-04 - Cabinet of President Ursula von der Leyen x Nokia"],"date":["2020-02-04"],"summary":["discuss issues around 5G and the global competitive landscape"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-7019713e72781afb1f3b19032c4752a314b78180","eu-tr-35167875358-33"]}} -{"id":"ec-meeting-2020-02-04-ae17763591d70f1ae4bdf83b27485b6e52fdb3c9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-04 - Cabinet of Commissioner Nicolas Schmit x Uber"],"date":["2020-02-04"],"summary":["Gender Equality"],"notes":["Portfolio: Jobs and Social Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-4cf4655ab41922e92160325d987a3c4615c72d30","eu-tr-002278013515-26"]}} -{"id":"ec-meeting-2020-02-04-ae3fe9527c7c607b9a85e63c731ed15c12956bec","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-04 - Cabinet of Vice-President Věra Jourová x Google"],"date":["2020-02-04"],"summary":["EC digital priorities"],"notes":["Portfolio: Values and Transparency"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["ec-person-74c07660dcbc6dc9993b34462cf2a1fec35925ea","eu-tr-03181945560-59","ec-person-fb258e0188a5319bfaba3161382db43f5a85851f","ec-person-bf54da17217bbddfd9c68fe24d88005ac17e2c4b"]}} -{"id":"ec-meeting-2020-02-04-aec7407d9ccbb1f06a3d736d5a83f2df30ba329e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-04 - Cabinet of Commissioner Thierry Breton x UNIFE"],"date":["2020-02-04"],"summary":["Exchange of views on EU industrial policy"],"notes":["Portfolio: Internal Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-9624415524-28","ec-person-9cf97e549f67c3228d1478a3a67d652eb28c5b46"]}} -{"id":"ec-meeting-2020-02-04-bf9c4b465d5bce65eadd14af101988d875e234a0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-04 - Cabinet of Commissioner Paolo Gentiloni x European Union Chamber of Commerce in China"],"date":["2020-02-04"],"summary":["Economic situation in China, impact of corona-virus"],"notes":["Portfolio: Economy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gentiloni-of-paolo"],"involved":["eu-tr-592343015058-67","ec-person-6168eb3d5d9bc71f9dc22fb6f75f77fa485ec252"]}} -{"id":"ec-meeting-2020-02-04-c64b2a33a050f37812d1f38640d81411fcfb1f66","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-04 - Cabinet of Commissioner Janusz Wojciechowski x Federation of Veterinarians of Europe"],"date":["2020-02-04"],"summary":["CAP and animal health; Antimicrobial Resistance; vision for rural areas"],"notes":["Portfolio: Agriculture"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["ec-person-08c62f972c22464aca7a65520eb9406f8db14a66","ec-person-cafe030b6dad78a75143f7552c420481b30ebceb","eu-tr-3959733732-78"]}} -{"id":"ec-meeting-2020-02-04-d18b292d73e302551cb41a1a7f3cdf3eb55153c9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-04 - Cabinet of Vice-President Věra Jourová x Open Government Partnership Secretariat"],"date":["2020-02-04"],"summary":["European Democracy Action Plan\r\nTransparency\r\nMedia freedom and pluralism\r\nFundamental rights"],"notes":["Portfolio: Values and Transparency"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["ec-person-4b44772b82b4594362a2180f88752785a6516a22","eu-tr-681306927105-61","ec-person-bf54da17217bbddfd9c68fe24d88005ac17e2c4b","ec-person-28fecf6c4f04b3a2af1d74c742e147920ab849c5"]}} -{"id":"ec-meeting-2020-02-04-dfab765ff6f709dfd17411f04cb2e2f5f64736e0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-04 - Cabinet of Commissioner Helena Dalli x AGE Platform Europe"],"date":["2020-02-04"],"summary":["Age Platform's views on the challenges faced by an aging population, in particular aging women."],"notes":["Portfolio: Equality"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-dalli-helena-of"],"involved":["eu-tr-16549972091-86","ec-person-750f95c6f949648cff9e460a362a85085c851faf","ec-person-d15c205cb9cbb310d2811039c0160c1de7c84638"]}} -{"id":"ec-meeting-2020-02-04-e182cceebce638ea7b174fc9a3ae673a5f91d873","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-04 - Cabinet of Vice-President Věra Jourová x Česká advokátní komora"],"date":["2020-02-04"],"summary":["Justice policies"],"notes":["Portfolio: Values and Transparency"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["ec-person-76793b3bad1c7471121c510a962aae356d19c30b","ec-person-bf54da17217bbddfd9c68fe24d88005ac17e2c4b","eu-tr-881099315767-29","ec-person-28fecf6c4f04b3a2af1d74c742e147920ab849c5"]}} -{"id":"ec-meeting-2020-02-04-e79638dbc9432c16f7fb9823018c7c7e97044560","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-04 - Cabinet of Commissioner Ylva Johansson x Caritas Europa"],"date":["2020-02-04"],"summary":["Discussion on the New Pact on Migration"],"notes":["Portfolio: Home Affairs"],"location":["Bratislava"],"address":["Bratislava"],"addressEntity":["addr-9eddf74134fcd79ac3f510f8f67cef3f68fb2c0d"],"organizer":["ec-cabinet-commissioner-johansson-of-ylva"],"involved":["ec-person-b54ba0be96a986a38bcd39d4f9db577e79171356","ec-person-31b127e72e9dd30ce85ff2b475ac65d28d7dc48d","eu-tr-6082564924-85"]}} -{"id":"ec-meeting-2020-02-04-eae1b8b765310e45586c0d63510faaa05ba2e941","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-04 - Cabinet of Commissioner Jutta Urpilainen x Lumos Foundation"],"date":["2020-02-04"],"summary":["Discussion on the desinstitutionalisation of children and their right to community-living"],"notes":["Portfolio: International Partnerships"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["ec-person-6357f4506ca5351b3a822936612fd6006da48722","eu-tr-849607914394-57"]}} -{"id":"ec-meeting-2020-02-04-eb8d621d449bd724cba05cf45f6be8fd4d0cf53b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-04 - Cabinet of Executive Vice-President Frans Timmermans x Sky Group"],"date":["2020-02-04"],"summary":["Sustainability, Plastics and the Green Deal"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-7c876f4825f213b8adbedf089ccedfbc3b36d65b","eu-tr-62536168216-12"]}} -{"id":"ec-meeting-2020-02-04-ed10b71ebfca5bec9b37a33a79a9b3d4299adf7c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-04 - Cabinet of Executive Vice-President Valdis Dombrovskis x Swiss Finance Council"],"date":["2020-02-04"],"summary":["Digital finance"],"notes":["Portfolio: An Economy that Works for People"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-235870cd7eb41f2494f695fce18b5b5b88647113","eu-tr-858716912337-17"]}} -{"id":"ec-meeting-2020-02-04-efee40dd6c38f2cdf3639d01e244f15109284291","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-04 - Environment x European Land Registry Association"],"date":["2020-02-04"],"summary":["Land registries and Sustainable Development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-env"],"involved":["eu-tr-970967012141-79","ec-person-3bc74ce04ea3f4ab4d91a5c88eef25b8b8a213b4"]}} -{"id":"ec-meeting-2020-02-04-f10980f150c47c4cce6df17b728c9f65ce1b0f01","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-04 - Cabinet of Executive Vice-President Margrethe Vestager x Kaiserwetter Energy Asset Management"],"date":["2020-02-04"],"summary":["Present action of company"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0","eu-tr-135686236960-34"]}} -{"id":"ec-meeting-2020-02-04-f159dfe69157c8f999205018c5c07fbd074a3c2c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-04 - Taxation and Customs Union x Association of European Businesses"],"date":["2020-02-04"],"summary":["Exchange of views on customs issues"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-taxud"],"involved":["eu-tr-849798415326-80","ec-person-3173c1cc052827c58f23ccd3a8de07534f0d35bd"]}} -{"id":"ec-meeting-2020-02-04-f9fe8bd589387ce4fda084bac0eb144f4a1ec294","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-04 - Cabinet of Commissioner Nicolas Schmit x Bundesvereinigung der Deutschen Arbeitgeberverbände e.V."],"date":["2020-02-04"],"summary":["Social agenda"],"notes":["Portfolio: Jobs and Social Rights"],"location":["Bruxelles"],"address":["Bruxelles"],"addressEntity":["addr-b58f5927b66d94a676970dc048485d4c6848f272"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-66fa2c2d100ec194caa42b5c6f97c36e2748b71c","ec-person-8eb18b6102d444937bc6af5822a6742812165b48","ec-person-4cf4655ab41922e92160325d987a3c4615c72d30","eu-tr-7749519702-29","ec-person-c2208333f0f75350eef62b355a40bf856f2d9cef","ec-person-c03b949331dbbe5fa3d5423758e371ec1b9b832f"]}} -{"id":"ec-meeting-2020-02-05-069871ca9927f67439beeef7dfe8e99912478ab4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-05 - Cabinet of Executive Vice-President Margrethe Vestager x LEGO System A/S"],"date":["2020-02-05"],"summary":["Digital services act"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-74560896368-94","ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0"]}} -{"id":"ec-meeting-2020-02-05-0d16f4e94abd55549f97937d640c2644fdec2dc7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-05 - Cabinet of Executive Vice-President Valdis Dombrovskis x Trustly Group AB"],"date":["2020-02-05"],"summary":["Payments"],"notes":["Portfolio: An Economy that Works for People"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-235870cd7eb41f2494f695fce18b5b5b88647113","eu-tr-229046228614-53"]}} -{"id":"ec-meeting-2020-02-05-0d31940cbdbd4814d9ec58d2c372a994167c930f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-05 - Cabinet of Vice-President Maroš Šefčovič x ČEZ, a.s."],"date":["2020-02-05"],"summary":["Batteries"],"notes":["Portfolio: Interinstitutional Relations and Foresight"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-1f95be23689cd4ed0a26fe2980f760ccf2d55c1e","eu-tr-429600710582-32"]}} -{"id":"ec-meeting-2020-02-05-136c3eba5b16f5f0f3c4541da691a590d7c69057","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-05 - Cabinet of Commissioner Phil Hogan x The Goldman Sachs Group, Inc."],"date":["2020-02-05"],"summary":["EU-U.S. trade relations and EU’s future trade policy agenda."],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-701266814986-18","ec-person-cd4a156dd3ba3388c4e3ef6cd8fdc81362380dbb","ec-person-428cf365f3847d04012831ef2642a1a69aed518d"]}} -{"id":"ec-meeting-2020-02-05-1b02fcc29b29aa104c5b85e9ea6eb33134e0be79","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-05 - Cabinet of Commissioner Janusz Wojciechowski x Polish Vodka Association"],"date":["2020-02-05"],"summary":["GI Polska Vodka and EU policy related to geographical indications"],"notes":["Portfolio: Agriculture"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["ec-person-9909a5a1d25893da46a5abd80479d454b282c030","eu-tr-387417937144-97"]}} -{"id":"ec-meeting-2020-02-05-239a888d1a8838147217bfb9ae9a8be77c4c130f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-05 - Cabinet of Executive Vice-President Margrethe Vestager x Mouvement des Entreprises de France"],"date":["2020-02-05"],"summary":["Digital policy priorities new Commission"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-43763731235-75","ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0"]}} -{"id":"ec-meeting-2020-02-05-24f39cd7e03156c7c520219ed5fe7b1992ea9c04","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-05 - Cabinet of Commissioner Virginijus Sinkevičius x Danone"],"date":["2020-02-05"],"summary":["Biodiversity Strategy"],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["eu-tr-65744846168-89","ec-person-c92a6b4ef8328855b0234011be623ed9f15c86f3"]}} -{"id":"ec-meeting-2020-02-05-264db638aab50dce7e835a540336fe2615c5cbe4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-05 - Cabinet of Executive Vice-President Frans Timmermans x Environmental Defense Fund, Incorporated"],"date":["2020-02-05"],"summary":["Methane in climate neutrality goal"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-a282162080cef4ef2a8c0ab6247a3e03dc438507","eu-tr-173460831899-75","ec-person-d53e00c46a4cc62bbf533e0c9bb35bacb9121989"]}} -{"id":"ec-meeting-2020-02-05-2a73fe76586d8bf5525d44d27c4a4fe653f6d981","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-05 - Cabinet of Executive Vice-President Margrethe Vestager x QUALCOMM Incorporated"],"date":["2020-02-05"],"summary":["Digital Policy"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-00358442856-45","ec-person-eecca27e2a9c3fc0d4bd43564e4960382705feef"]}} -{"id":"ec-meeting-2020-02-05-31784bbf1d305982c844be0c2c12c4a91d41eafa","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-05 - Cabinet of Executive Vice-President Valdis Dombrovskis x CEE Bankwatch Network"],"date":["2020-02-05"],"summary":["Sustainable Europe Investment Plan and Just Transition Mechanism"],"notes":["Portfolio: An Economy that Works for People"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-25f4019e9babab3840cf9d6dbf9cb6994f2104fb","eu-tr-93834493808-49"]}} -{"id":"ec-meeting-2020-02-05-33308afd68718fbe09467be62ca3414eef34b86a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-05 - Task Force for Relations with the United Kingdom x EUROPEAN TRADE UNION CONFEDERATION"],"date":["2020-02-05"],"summary":["Meeting with the Task Force for Relations with the United Kingdom"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-uktf"],"involved":["ec-person-864cfa5fbc9b02a079ffbab1107f252c7bb08478","eu-tr-06698681039-26"]}} -{"id":"ec-meeting-2020-02-05-4263de148775b47896c2fdc0168aa10fd23aa657","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-05 - Climate Action x Bombardier Transportation"],"date":["2020-02-05"],"summary":["Rail and sustainable mobility"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-clima"],"involved":["ec-person-9c5c685692a09a77f2bc8ae9c05663b87cd75aae","eu-tr-478836130634-43"]}} -{"id":"ec-meeting-2020-02-05-4280e6031883dcdcac68187d0d1717139d8bbdea","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-05 - Cabinet of Vice-President Věra Jourová x Netflix International B.V."],"date":["2020-02-05"],"summary":["Media freedom"],"notes":["Portfolio: Values and Transparency"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["eu-tr-487726915971-30","ec-person-aa83f35da599b82e4f15da018f4b3447eb648f7c"]}} -{"id":"ec-meeting-2020-02-05-461d4dc265700cb958b0319f159c577f8fdca188","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-05 - Cabinet of President Ursula von der Leyen x ICLEI - Local Governments for Sustainability European Secretariat Climate Alliance of European cities with indigenous rainforest peoples European Federation of Agencies and Regions for Energy and the Environment Conseil des Communes et Régions d'Europe Eurocities Energy Cities"],"date":["2020-02-05"],"summary":["Climate Pact, Covenant of Mayors"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["eu-tr-579945334611-71","eu-tr-81142561702-61","eu-tr-83923664694-38","ec-person-856d40a366fb80b8149de2eb014689d155f43ee2","eu-tr-11514322965-05","eu-tr-064034733055-88","eu-tr-12493392840-79"]}} -{"id":"ec-meeting-2020-02-05-4675f063dc4ec48db7d6848ff0efd8b612db4dd0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-05 - Cabinet of Vice-President Věra Jourová x Twitter International Unlimited Company"],"date":["2020-02-05"],"summary":["Disinformation, Fake news"],"notes":["Portfolio: Values and Transparency"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["eu-tr-394491614001-72","ec-person-fb258e0188a5319bfaba3161382db43f5a85851f"]}} -{"id":"ec-meeting-2020-02-05-5722a2a474195e894eb69bcba879118999836232","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-05 - Cabinet of Commissioner Mariya Gabriel x Biomedical Alliance in Europe"],"date":["2020-02-05"],"summary":["Health research, ERA, Horizon Europe priorities"],"notes":["Portfolio: Innovation and Youth"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-876034021209-88","ec-person-1674399a793e9e6fd7cf55b525515fc862fc9351"]}} -{"id":"ec-meeting-2020-02-05-57ff2b395d7f3c0602c69c67b3fd82d18691b2fb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-05 - Cabinet of Commissioner Didier Reynders x Magyar Helsinki Bizottság"],"date":["2020-02-05"],"summary":["Challenges for the civil societies"],"notes":["Portfolio: Justice"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-didier-of-reynders"],"involved":["ec-person-6c2abeaa21f9fe09b6a21f7f73e03d924e89018e","eu-tr-496227428572-68"]}} -{"id":"ec-meeting-2020-02-05-588573bc358abf93263033f6d12e96d845fb6cde","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-05 - Cabinet of Vice-President Maroš Šefčovič x Europtimum Conseil"],"date":["2020-02-05"],"summary":["European Battery Alliance"],"notes":["Portfolio: Interinstitutional Relations and Foresight"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-971705931609-41","ec-person-442becb1e681f03d9df1dc59e73ecf1336c48402"]}} -{"id":"ec-meeting-2020-02-05-5a6e388e2cc8ba89744eb3f4f05cca1be4461d7e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-05 - Cabinet of Commissioner Johannes Hahn x cBrain"],"date":["2020-02-05"],"summary":["Digital public administration"],"notes":["Portfolio: Budget and Administration"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hahn-johannes-of"],"involved":["eu-tr-416882736954-30","ec-person-d1cfc2bdcd92eb0b7e7112810e03f3aff3f4af35"]}} -{"id":"ec-meeting-2020-02-05-5da200108a33b350244d4b53f8c2ba2e97389308","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-05 - Communications Networks, Content and Technology x Association of European Businesses"],"date":["2020-02-05"],"summary":["Exchange of views on EU cooperation with Russian Federation, European IT Telecom companies in Russian market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-849798415326-80","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2020-02-05-5fa799f31ea044f60db2923733ec7a384b3c8943","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-05 - Communications Networks, Content and Technology x Burson Cohn & Wolfe Sprl"],"date":["2020-02-05"],"summary":["Future Digital Challenges"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-9155503593-86","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2020-02-05-6646e4b33a48b7c4fd5a3c3fdfa7b16c5c67c999","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-05 - Mobility and Transport x International Air Transport Association"],"date":["2020-02-05"],"summary":["Aviation issues"],"location":["Doha, Qatar"],"address":["Doha, Qatar"],"addressEntity":["addr-7f269db48b04115c280dd11fe083bf6de3e8bb1b"],"organizer":["ec-dg-move"],"involved":["eu-tr-1805107590-28","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2020-02-05-6687579a64a72bb2789553ebff19adf64379979f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-05 - Cabinet of Executive Vice-President Frans Timmermans x Heathrow Airport Holdings Limited Neste Oyj Shell Companies World Economic Forum Royal Schiphol Group"],"date":["2020-02-05"],"summary":["European Green Deal"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-10257354120-19","eu-tr-049060636194-17","eu-tr-793750635630-82","eu-tr-05032108616-26","ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce","eu-tr-218005833024-72"]}} -{"id":"ec-meeting-2020-02-05-68389880496351bbb07973bf873112b9c36b4b55","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-05 - Environment x FOMENT DEL TREBALL NACIONAL"],"date":["2020-02-05"],"summary":["Investment in innovation and research"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-env"],"involved":["eu-tr-188439935936-53","ec-person-3bc74ce04ea3f4ab4d91a5c88eef25b8b8a213b4"]}} -{"id":"ec-meeting-2020-02-05-6a7aa530ca396940f4ff7bf6c6ba0d802c3f5644","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-05 - Cabinet of Commissioner Kadri Simson x CEMBUREAU - The European Cement Association"],"date":["2020-02-05"],"summary":["European cement industry in transition, role of cement in economy. Decarbonization possibilities in cement industry, CCS and CCU Technologies. Circular economy in cement industry."],"notes":["Portfolio: Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["ec-person-d40f25b5cb5c0681854a4996da444478318f7e58","eu-tr-93987316076-63"]}} -{"id":"ec-meeting-2020-02-05-6da093ad8d95e46ef2a47f04fd7162bf0c019412","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-05 - Mobility and Transport x International Consolidated Airlines Group"],"date":["2020-02-05"],"summary":["Aviation issues"],"location":["Doha, Qatar"],"address":["Doha, Qatar"],"addressEntity":["addr-7f269db48b04115c280dd11fe083bf6de3e8bb1b"],"organizer":["ec-dg-move"],"involved":["ec-person-26cdfacae671b09917bee1a91c91973941fa58a2","eu-tr-60340504060-88"]}} -{"id":"ec-meeting-2020-02-05-71ca86315138ca58f2d5642ccb00325d6527110c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-05 - Cabinet of Commissioner Johannes Hahn x Open Government Partnership Secretariat"],"date":["2020-02-05"],"summary":["Digital public administration"],"notes":["Portfolio: Budget and Administration"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hahn-johannes-of"],"involved":["eu-tr-681306927105-61","ec-person-d1cfc2bdcd92eb0b7e7112810e03f3aff3f4af35"]}} -{"id":"ec-meeting-2020-02-05-7bf74507bd40f3a42bb414597516aa41f8e2d1f4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-05 - Cabinet of Commissioner Stella Kyriakides x Institute for European Environmental Policy"],"date":["2020-02-05"],"summary":["Discussion on sustainable food chains"],"notes":["Portfolio: Health"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-kyriakides-of-stella"],"involved":["ec-person-ba73927c33000184cab3f41a76e1b32fe7d7eda8","eu-tr-934329423960-72"]}} -{"id":"ec-meeting-2020-02-05-8dbf990ec62c13a91904d305d1ac7e5f8899acf6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-05 - Cabinet of Commissioner Mariya Gabriel x PwCIL"],"date":["2020-02-05"],"summary":["Digital skills"],"notes":["Portfolio: Innovation and Youth"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-60402754518-05","ec-person-1674399a793e9e6fd7cf55b525515fc862fc9351"]}} -{"id":"ec-meeting-2020-02-05-90181aa64cfd434145501d3b96982e71255ed94f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-05 - Cabinet of High Representative Josep Borrell Fontelles x European Council on Foreign Relations"],"date":["2020-02-05"],"summary":["EU-Africa relations"],"notes":["Portfolio: High Representative of the Union for Foreign Affairs and Security Policy / Vice-President of the Commission"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-borrell-cabinet-fontelles-high-josep-of-representative"],"involved":["eu-tr-339569615567-89","ec-person-42da8445d83c04403ad965368d0db7c50c4641e6"]}} -{"id":"ec-meeting-2020-02-05-9531dbc791eaef4e195cd4b6457d99842d339f81","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-05 - Communications Networks, Content and Technology x Verbraucherzentrale Bundesverband"],"date":["2020-02-05"],"summary":["Exchange of views on the approach on AI and the work of the German Data Ethics Commission"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-2893800753-48","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2020-02-05-97aee22c850019246158f21638d423272e7ed399","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-05 - Cabinet of Executive Vice-President Frans Timmermans x Institute for European Environmental Policy"],"date":["2020-02-05"],"summary":["Sustainable food chains"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-934329423960-72","ec-person-33624431cbec1074e151c1707715ef46d2ba9565"]}} -{"id":"ec-meeting-2020-02-05-983abdf05b04eb18ed53aeba06fec3ffd24f725c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-05 - Cabinet of Commissioner Adina Vălean x Törkel Consulting GmbH i.L."],"date":["2020-02-05"],"summary":["Short presentation of structure and tasks of the German Chamber of maritime pilots, Environmental and climate issues and its repercussions, Autonomous shipping; Scheduled new access to the profession of a maritime pilot in Germany"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["ec-person-baa9678f53e0a607c8a9bb2cd9122d1c13370154","eu-tr-213502637171-88"]}} -{"id":"ec-meeting-2020-02-05-9f65b2c222fd08467575888a59a0c3e4b694134c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-05 - Cabinet of Executive Vice-President Margrethe Vestager x Verbraucherzentrale Bundesverband"],"date":["2020-02-05"],"summary":["Data strategy, artificial intelligence, digital services act"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0","eu-tr-2893800753-48"]}} -{"id":"ec-meeting-2020-02-05-a154482374dcf6cbd8e01b2e83c158549dde5e6a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-05 - Cabinet of Executive Vice-President Margrethe Vestager x Apple Inc."],"date":["2020-02-05"],"summary":["Artificial intelligence"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0","ec-person-eecca27e2a9c3fc0d4bd43564e4960382705feef","eu-tr-588327811384-96"]}} -{"id":"ec-meeting-2020-02-05-a2e29939b222f2e190526cc776badff0fe14dca4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-05 - Cabinet of President Ursula von der Leyen x QUALCOMM Incorporated"],"date":["2020-02-05"],"summary":["Digital policy, 5G"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-7019713e72781afb1f3b19032c4752a314b78180","eu-tr-00358442856-45"]}} -{"id":"ec-meeting-2020-02-05-a441bfac0474f9e72484100da089fabe9a70c3f1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-05 - Cabinet of Commissioner Mariya Gabriel x European Association of Research and Technology Organisations"],"date":["2020-02-05"],"summary":["European research"],"notes":["Portfolio: Innovation and Youth"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["ec-person-1674399a793e9e6fd7cf55b525515fc862fc9351","eu-tr-977869932377-59"]}} -{"id":"ec-meeting-2020-02-05-a869ac7a9e645cbe0a56c47d03b17c3192ee694f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-05 - Cabinet of Commissioner Paolo Gentiloni x PLATFORMA"],"date":["2020-02-05"],"summary":["Sustainable Development Goals"],"notes":["Portfolio: Economy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gentiloni-of-paolo"],"involved":["eu-tr-144630225519-73","ec-person-4b06e15bacabc2f754754fed3e75da338e88450b","ec-person-6168eb3d5d9bc71f9dc22fb6f75f77fa485ec252"]}} -{"id":"ec-meeting-2020-02-05-aaa701db179fe26e87465ee26d3d16c6b29c3711","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-05 - Cabinet of Vice-President Dubravka Šuica x World Vision Brussels & EU Representation ivzw/aisbl Plan International EU Office Save the Children Europe SOS Children's Villages International Terre des Hommes International Federation ChildFund Alliance"],"date":["2020-02-05"],"summary":["Rights of the Child"],"notes":["Portfolio: Democracy and Demography"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-dubravka-of-president-suica-vice"],"involved":["eu-tr-83357751766-93","eu-tr-75014529893-97","eu-tr-030107317058-64","ec-person-83dd3363da89c86d99ea50c3ff2d15a746405110","eu-tr-64689102746-48","eu-tr-697362735627-20","eu-tr-025312336988-40"]}} -{"id":"ec-meeting-2020-02-05-af1063be1c86e2343a995cd0523d38e4cde0c548","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-05 - Cabinet of Executive Vice-President Frans Timmermans x Eurocities"],"date":["2020-02-05"],"summary":["The Covenant of Mayors and contribution to the European Green Deal"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-f8efd5ca1c3794aa2954d6b5f54ff94f015fba20","eu-tr-12493392840-79"]}} -{"id":"ec-meeting-2020-02-05-bb3e8a8a79ec5175a32617b5596059f7e76b244e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-05 - Cabinet of Executive Vice-President Margrethe Vestager x Mozilla Corporation"],"date":["2020-02-05"],"summary":["Platform regulation"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-174457719063-67","ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0"]}} -{"id":"ec-meeting-2020-02-05-c1f9f53d8fc21452578c3515849e020921c441e2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-05 - Cabinet of Commissioner Stella Kyriakides x General Electric Company Union for Imternational Cancer Control Novartis International AG European Cancer Patient Coalition European Organisation for Research and Treatment of Cancer EUROPA DONNA-The European Breast Cancer Coalition Eli Lilly and Company FTI Consulting Belgium"],"date":["2020-02-05"],"summary":["Discussion on Cancer and Europe's Beating Cancer Plan"],"notes":["Portfolio: Health"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-kyriakides-of-stella"],"involved":["eu-tr-584971737203-54","eu-tr-91269481588-28","ec-person-c7513fae2df7920eea99d7cc103a354aa4f56b6e","eu-tr-13080161140-33","eu-tr-04657143399-39","eu-tr-4016736872-59","eu-tr-70539554035-46","eu-tr-57929627082-79","eu-tr-29896393398-67"]}} -{"id":"ec-meeting-2020-02-05-ca1a0bee415f6ed600f224ffea71ebec41f7676c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-05 - Cabinet of Commissioner Nicolas Schmit x American Chamber of Commerce to the European Union"],"date":["2020-02-05"],"summary":["Skills and social agenda"],"notes":["Portfolio: Jobs and Social Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-66fa2c2d100ec194caa42b5c6f97c36e2748b71c","ec-person-1379f76d0c860e318f68852e1b57aa75454831f8","eu-tr-5265780509-97","ec-person-935314e38d735654cae8ee61313a3d73439b242d","ec-person-761fad67b377a6e2a384245795719ef5f7131269"]}} -{"id":"ec-meeting-2020-02-05-cbec393a9108f5c9664377a2cac3b234e72d983f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-05 - Cabinet of Executive Vice-President Valdis Dombrovskis x Nederlandse Vereniging van Banken / Dutch Banking Association"],"date":["2020-02-05"],"summary":["EU Anti-Money Laundering action plan; Public private partnerships in the Netherlands to promote exchange of information on anti-money laundering"],"notes":["Portfolio: An Economy that Works for People"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["eu-tr-51894741860-19","ec-person-1e9076681bd62efdd58882f9a7b63b2423568217"]}} -{"id":"ec-meeting-2020-02-05-cdb2faa252b09124f304667ab05a3aa297f7db26","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-05 - Cabinet of Commissioner Olivér Várhelyi x Civil Rights Defenders"],"date":["2020-02-05"],"summary":["follow up to the enlargement package"],"notes":["Portfolio: Neighbourhood and Enlargement"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-of-oliver-varhelyi"],"involved":["ec-person-53491bf8482feff700ae076cb8b1e2ee3e728210","eu-tr-060852832806-95"]}} -{"id":"ec-meeting-2020-02-05-d1b5ceaad82645e6a220fc17f284ba7fcd192b20","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-05 - Cabinet of Executive Vice-President Frans Timmermans x CEMA - European Agricultural Machinery Industry Association"],"date":["2020-02-05"],"summary":["The role of machinery in sustainable food chains"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-489575310490-58","ec-person-33624431cbec1074e151c1707715ef46d2ba9565"]}} -{"id":"ec-meeting-2020-02-05-d30a7a2cffc90e55d8b3191e928fff58312056a3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-05 - Cabinet of Commissioner Adina Vălean x Bureau Européen des Unions de Consommateurs"],"date":["2020-02-05"],"summary":["Transports"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["ec-person-fc3be846753d8ee60758ebedb7309dcf08aea52e","eu-tr-9505781573-45"]}} -{"id":"ec-meeting-2020-02-05-d604443cf751f06cc39d76a9627ec787626b5401","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-05 - Cabinet of Commissioner Didier Reynders x TotalEnergies SE"],"date":["2020-02-05"],"summary":["General presentation of the activities of the group"],"notes":["Portfolio: Justice"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-didier-of-reynders"],"involved":["ec-person-50f9cba2282e1d03395cdd0faf9ce6e9a2ff3104","eu-tr-1849405799-88"]}} -{"id":"ec-meeting-2020-02-05-d87d5813ccbeed48c85f0cd7c658cb9319563298","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-05 - Cabinet of Executive Vice-President Margrethe Vestager x African Diaspora Youth Forum in Europe"],"date":["2020-02-05"],"summary":["Presentation of ADYFE"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-468354137125-78","ec-person-7167587814c61122201e2afb04bfb47539db4823"]}} -{"id":"ec-meeting-2020-02-05-e0bea8e1e35ece65de5a2734945916327766a3df","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-05 - Cabinet of Commissioner Phil Hogan x WindEurope"],"date":["2020-02-05"],"summary":["Business discussion"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-19920706471-21","ec-person-400dd8d59d3060187d9b9b143d697da1a3d03c12"]}} -{"id":"ec-meeting-2020-02-05-e1367fcd69f3a26f6acc54b24f19da3a8db75949","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-05 - Energy x Swissgrid AG"],"date":["2020-02-05"],"summary":["EU-CH cooperation on electricity in the context of Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-ener"],"involved":["ec-person-9c0f33ecb9f6badd5f4b5f1a4bd7677e18a52a22","eu-tr-60493327921-85"]}} -{"id":"ec-meeting-2020-02-05-e405e1496ed8a6280e9df4eb866a292889f27efb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-05 - Cabinet of Commissioner Helena Dalli x Civil Rights Defenders"],"date":["2020-02-05"],"summary":["introductory meeting on the work of Civil Rights Defenders on anti-discriminal and equality issues in Europe"],"notes":["Portfolio: Equality"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-dalli-helena-of"],"involved":["ec-person-dbd4bba0ef71d4385c97691e3df5bb484709a07e","eu-tr-060852832806-95"]}} -{"id":"ec-meeting-2020-02-05-e6af1d42eb04856448334ff31ebbb1cb5f023d54","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-05 - Cabinet of President Ursula von der Leyen x Sky Group"],"date":["2020-02-05"],"summary":["Audiovisual media"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-7019713e72781afb1f3b19032c4752a314b78180","eu-tr-62536168216-12"]}} -{"id":"ec-meeting-2020-02-05-e70324d88830f522bc5ee462093ea111820a0cc5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-05 - Cabinet of Commissioner Kadri Simson x Istituto per la Competitività"],"date":["2020-02-05"],"summary":["Discussion on energy policy"],"notes":["Portfolio: Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["eu-tr-859942318143-66","ec-person-2fb98fc84d2cf8d481688eff3d47f7745ead3592"]}} -{"id":"ec-meeting-2020-02-05-e773e5f3fd03f664f2fa66c674e25bdf57974391","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-05 - Cabinet of Executive Vice-President Valdis Dombrovskis x Association Française des Entreprises Privées / French Association of Large Companies"],"date":["2020-02-05"],"summary":["Sustainable finance; Future of Capital Markets Union; Protection of intra-EU investments; Competitiveness of European businesses"],"notes":["Portfolio: An Economy that Works for People"],"location":["Paris, France"],"address":["Paris, France"],"addressEntity":["addr-c70534aa18173b860a10a50a47b139c4a581cbf6"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["eu-tr-953933297-85","ec-person-2c08a5c564984cde38ac0e7a31c05416e60711ce","ec-person-9e7bd1005456277f156b671d1555c6a460fb2f58","ec-person-1e9076681bd62efdd58882f9a7b63b2423568217"]}} -{"id":"ec-meeting-2020-02-05-ed5780e7f28b3df9ea76889833bb830bd18938ea","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-05 - Cabinet of Commissioner Didier Reynders x The General Council of the Bar of England and Wales"],"date":["2020-02-05"],"summary":["Presentation of the organisation's views on various issues covered by justice portfolio"],"notes":["Portfolio: Justice"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-didier-of-reynders"],"involved":["ec-person-442bf1ae9900b999673cdd7389224d0e21b67d4d","eu-tr-39850528734-23","ec-person-1e25399e2267734c5f4c69093d2286c8898ee9f0"]}} -{"id":"ec-meeting-2020-02-05-ed70d3b9d9ebd68d07ede28d48fe0076e91afc25","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-05 - Cabinet of Commissioner Elisa Ferreira x Hertie School"],"date":["2020-02-05"],"summary":["Budgetary Instrument for Convergence and Competitiveness Meeting"],"notes":["Portfolio: Cohesion and Reforms"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-elisa-ferreira-of"],"involved":["eu-tr-500468931965-26","ec-person-5bebc7b029567ec14718c647bb3813e76a4c729d"]}} -{"id":"ec-meeting-2020-02-05-f096d044323da385426dc769b283f8b325bf2d28","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-05 - Cabinet of Commissioner Elisa Ferreira x Energy Cities"],"date":["2020-02-05"],"summary":["Climate change, Just Transition Fund"],"notes":["Portfolio: Cohesion and Reforms"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-elisa-ferreira-of"],"involved":["eu-tr-11514322965-05","ec-person-6aefca8f66cd57549e22428bee7f0d2c97d16f52"]}} -{"id":"ec-meeting-2020-02-05-f6137f567bba2761b32ead7aef6a58d756df6949","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-05 - Cabinet of Commissioner Phil Hogan x Bombardier Transportation"],"date":["2020-02-05"],"summary":["Trade Issues"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-478836130634-43","ec-person-d4e0ed779d9afad22ebc402fe3db519e121e437c"]}} -{"id":"ec-meeting-2020-02-05-fbdfc92d99605d4221b84f5edf18ff137f63aef8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-05 - Cabinet of Commissioner Thierry Breton x Apple Inc."],"date":["2020-02-05"],"summary":["Exchange of views on a European approach to Artificial Intelligence"],"notes":["Portfolio: Internal Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-9cf97e549f67c3228d1478a3a67d652eb28c5b46","eu-tr-588327811384-96"]}} -{"id":"ec-meeting-2020-02-06-0b44f36941cefa063adda0f0e2ce73067794edab","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-06 - Cabinet of Commissioner Helena Dalli x End Female Genital Mutilation - European Network"],"date":["2020-02-06"],"summary":["Ending female gential mutilation"],"notes":["Portfolio: Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-dalli-helena-of"],"involved":["ec-person-d0b568d53468fcd3dfeeaddbd07343b5b065914d","eu-tr-488509127575-64"]}} -{"id":"ec-meeting-2020-02-06-0c6ae39ff81267f0ea1651e7f199cf06023bb26c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-06 - Cabinet of Executive Vice-President Frans Timmermans x Maa- ja metsätaloustuottajain Keskusliitto – Central Union of Agricultural Producers and Forest Owners"],"date":["2020-02-06"],"summary":["Sustainable food chains"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-56039441735-48","ec-person-33624431cbec1074e151c1707715ef46d2ba9565"]}} -{"id":"ec-meeting-2020-02-06-13361a19f0ad7fc0650069d51360211e309dd05a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-06 - Cabinet of Commissioner Thierry Breton x OHB"],"date":["2020-02-06"],"summary":["Echange sur le programme spatial européen et les prochaines étapes de déploiement de Galileo"],"notes":["Portfolio: Internal Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-e18e6e300776f5f47ca4c72c1ba1b0d0eb1e71fe","eu-tr-648584214179-94"]}} -{"id":"ec-meeting-2020-02-06-14f2ab58e8eb620480d535923c01ed9cca926016","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-06 - Cabinet of Executive Vice-President Valdis Dombrovskis x Polenergia S.A."],"date":["2020-02-06"],"summary":["Energy Union"],"notes":["Portfolio: An Economy that Works for People"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-235870cd7eb41f2494f695fce18b5b5b88647113","ec-person-4afd4ae4e50604ac3c0c9ae597bcb74eb1dd31b6","eu-tr-030967632488-45"]}} -{"id":"ec-meeting-2020-02-06-2938e47e43c2d1529f499ce8f8a6b8c30ceea1f6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-06 - Cabinet of Commissioner Virginijus Sinkevičius x Pesticide Action Network Europe"],"date":["2020-02-06"],"summary":["EU Biodiversity strategy 2030 and pesticides"],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["eu-tr-15913213485-46","ec-person-172a438ed334761e2ab5d52e551fd1bcb6ab6b8d"]}} -{"id":"ec-meeting-2020-02-06-2ea4d70013f594e456dfdad1d3bf91e659c281f9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-06 - Cabinet of High Representative Josep Borrell Fontelles x European Peacebuilding Liaison Office"],"date":["2020-02-06"],"summary":["EPLO will present their work on conflict prevention and peacebuilding"],"notes":["Portfolio: High Representative of the Union for Foreign Affairs and Security Policy / Vice-President of the Commission"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-borrell-cabinet-fontelles-high-josep-of-representative"],"involved":["ec-person-41fb1fe9d70985a3133c6d26433ad78c85cc76a2","eu-tr-0878397912-17"]}} -{"id":"ec-meeting-2020-02-06-35370c5f7d8f39fa3bfe3c05730f3532636bdc6d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-06 - Cabinet of Executive Vice-President Frans Timmermans x Centre for European Policy Studies RTE Réseau de transport d'électricité Amprion GmbH Elia Transmission Belgium European Network of Transmission System Operators for Electricity"],"date":["2020-02-06"],"summary":["Green deal, smart sector integration"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-73558824193-08","eu-tr-426344123116-68","eu-tr-25805148045-87","eu-tr-669359510572-76","eu-tr-86853666704-95","ec-person-a282162080cef4ef2a8c0ab6247a3e03dc438507","ec-person-d53e00c46a4cc62bbf533e0c9bb35bacb9121989"]}} -{"id":"ec-meeting-2020-02-06-36fb85556cd0446fbb7b20a37545e816d44ba847","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-06 - Cabinet of Commissioner Kadri Simson x Orano"],"date":["2020-02-06"],"summary":["Role of nuclear energy in the European Green Deal"],"notes":["Portfolio: Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["eu-tr-348369030395-22","ec-person-68b9170beccdbf21444fad7cdc252dec9e60b9d2"]}} -{"id":"ec-meeting-2020-02-06-418f72a099dff7e42412c80590c13184f5c49efb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-06 - Cabinet of President Ursula von der Leyen x Third Generation Environmentalism Ltd"],"date":["2020-02-06"],"summary":["bring more Europe into the national climate and energy debate in Germany"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-f2b941852d3b961d69ed695c2d243a1a2b4a1904","eu-tr-07783117686-61"]}} -{"id":"ec-meeting-2020-02-06-4a3960b0f51cd61ca576e3cca98a33e2f7d14823","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-06 - Cabinet of Executive Vice-President Margrethe Vestager x Volvo AB"],"date":["2020-02-06"],"summary":["Digital policy"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-11d97788772862bb34f51dd26d7f92603eac1bf8","ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0","ec-person-eecca27e2a9c3fc0d4bd43564e4960382705feef","eu-tr-51773601133-57"]}} -{"id":"ec-meeting-2020-02-06-4d4e25cf9f5925237ca3bd7c44872377d1517cac","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-06 - Cabinet of Executive Vice-President Frans Timmermans x EUROMETAUX"],"date":["2020-02-06"],"summary":["Climate neutrality and circular economy"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-7c876f4825f213b8adbedf089ccedfbc3b36d65b","eu-tr-61650796093-48"]}} -{"id":"ec-meeting-2020-02-06-5854aed6e37e49ba121d32ed103c90bd70d4b581","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-06 - Cabinet of Executive Vice-President Valdis Dombrovskis x UNIFE"],"date":["2020-02-06"],"summary":["EU industry strategy and follow-up to the strategy / Indust / issues linked to the global competition"],"notes":["Portfolio: An Economy that Works for People"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["eu-tr-9624415524-28","ec-person-7e9813c16d805ee7ebea3ef6444f384bc32abaaa"]}} -{"id":"ec-meeting-2020-02-06-60878cef7ffdb251eee1c5c0ac070173f9d7ad1d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-06 - Cabinet of Commissioner Mariya Gabriel x Katholieke Universiteit te Leuven"],"date":["2020-02-06"],"summary":["Culture and Follow-up to the Year of Cultural Heritage"],"notes":["Portfolio: Innovation and Youth"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["ec-person-1674399a793e9e6fd7cf55b525515fc862fc9351","eu-tr-627929620538-61"]}} -{"id":"ec-meeting-2020-02-06-6b49a3acf099cb2a555bc56e2b107ddabd32ceac","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-06 - Cabinet of Commissioner Elisa Ferreira x European Alliance to Save Energy"],"date":["2020-02-06"],"summary":["Energy efficiency & Cohesion Policy"],"notes":["Portfolio: Cohesion and Reforms"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-elisa-ferreira-of"],"involved":["ec-person-4121b3832a3dd4ec5d2c50f26f7003d3bada6d20","eu-tr-37816636575-51"]}} -{"id":"ec-meeting-2020-02-06-78a70618fd0b17b63a381a78624e4161f2c2b792","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-06 - Cabinet of High Representative Josep Borrell Fontelles x The German Marshall Fund of the United States - The Transatlantic Foundation"],"date":["2020-02-06"],"summary":["Discussion on Turkey"],"notes":["Portfolio: High Representative of the Union for Foreign Affairs and Security Policy / Vice-President of the Commission"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-borrell-cabinet-fontelles-high-josep-of-representative"],"involved":["eu-tr-823171519707-31","ec-person-e234b49cffbd1e67417d997c7be82fab25d755b3"]}} -{"id":"ec-meeting-2020-02-06-7aab17ebde7b68ff78ef658e1200ed182bf37c05","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-06 - Cabinet of Commissioner Stella Kyriakides x Pesticide Action Network Europe"],"date":["2020-02-06"],"summary":["Discussion on food safety"],"notes":["Portfolio: Health"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-kyriakides-of-stella"],"involved":["eu-tr-15913213485-46","ec-person-c7513fae2df7920eea99d7cc103a354aa4f56b6e"]}} -{"id":"ec-meeting-2020-02-06-7b4dde9a0e0bfd6a516ebb500a9758d379a5b35a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-06 - Cabinet of Commissioner Jutta Urpilainen x Luonnonvarakeskus Helsinki EU Office (vastuutaho Uudenmaan liitto)"],"date":["2020-02-06"],"summary":["Green Deal"],"notes":["Portfolio: International Partnerships"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["eu-tr-361571732547-27","eu-tr-796380111637-72","ec-person-1ec9383fd54d9d4cd8a154c01fa71549eb8c75ac"]}} -{"id":"ec-meeting-2020-02-06-7ce3e787cf883d0d2051307ae539f68c26876013","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-06 - Cabinet of Commissioner Didier Reynders x RELX"],"date":["2020-02-06"],"summary":["General presentation of the activities of the Group"],"notes":["Portfolio: Justice"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-didier-of-reynders"],"involved":["eu-tr-338398611148-62","ec-person-50f9cba2282e1d03395cdd0faf9ce6e9a2ff3104","ec-person-442bf1ae9900b999673cdd7389224d0e21b67d4d"]}} -{"id":"ec-meeting-2020-02-06-7e9918fc3e06b0e23b25acdcbaa17708fcacd496","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2020-02-06 - Cabinet of Executive Vice-President Valdis Dombrovskis x Bundesverband deutscher Banken e.V."],"date":["2020-02-06"],"summary":["Capital requirements, FINTECH","DIGITAL FINANCE","Banking Union, Capital Markets Union"],"notes":["Portfolio: An Economy that Works for People"],"location":["Brussels, Belgium","Brussels"],"address":["Brussels, Belgium","Brussels"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306","addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-235870cd7eb41f2494f695fce18b5b5b88647113","ec-person-f011ed0f7c78d833a79f1206f788e0cbd9cb8864","eu-tr-0764199368-97"]}} -{"id":"ec-meeting-2020-02-06-7ffa47870584fcda266d51d4f478cc98080fad9a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-06 - Cabinet of Commissioner Adina Vălean x Volvo AB"],"date":["2020-02-06"],"summary":["Discuss the automotive industry"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["ec-person-267c5ab3ea5304fc6305ef321e214c9c1cd0f78e","eu-tr-51773601133-57"]}} -{"id":"ec-meeting-2020-02-06-99d816de9d9a28b2f7aeb173405ac4650a209f7c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-06 - Cabinet of Commissioner Ylva Johansson x Save the Children Europe Swedish Red Cross Caritas Europa Amnesty International Limited The Kvinna till Kvinna Foundation"],"date":["2020-02-06"],"summary":["Discussions on the New Pact on Migration"],"notes":["Portfolio: Home Affairs"],"location":["Stockholm"],"address":["Stockholm"],"addressEntity":["addr-c62ff645db3e4e4627445eafdadf5e5683415895"],"organizer":["ec-cabinet-commissioner-johansson-of-ylva"],"involved":["eu-tr-989397337029-29","ec-person-31b127e72e9dd30ce85ff2b475ac65d28d7dc48d","eu-tr-6082564924-85","eu-tr-601682417261-34","eu-tr-11063928073-34","eu-tr-697362735627-20"]}} -{"id":"ec-meeting-2020-02-06-9a804c1d0fc870addfeeec3d26172954fe31cfdc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-06 - Environment x Zentralverband Deutsches Baugewerbe"],"date":["2020-02-06"],"summary":["SMEs and European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-env"],"involved":["eu-tr-929343834686-12","ec-person-3bc74ce04ea3f4ab4d91a5c88eef25b8b8a213b4"]}} -{"id":"ec-meeting-2020-02-06-9c6004b46191d38299916cba57b9deb137c187ef","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-06 - Cabinet of Executive Vice-President Frans Timmermans x Royal DSM"],"date":["2020-02-06"],"summary":["European Green Deal"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-7c876f4825f213b8adbedf089ccedfbc3b36d65b","eu-tr-73926352722-07"]}} -{"id":"ec-meeting-2020-02-06-a00736196d802e1f113e7a3170190078bb24ca2c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-06 - Cabinet of Commissioner Janez Lenarčič x European Disability Forum International Disability and Development Consortium"],"date":["2020-02-06"],"summary":["The situation of persons with disabilities in the context of humanitarian aid and civil protection"],"notes":["Portfolio: Crisis Management"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-janez-lenarcic-of"],"involved":["eu-tr-57868523887-16","ec-person-35334591a1ee219b6f0829d58a8cfba058540557","eu-tr-26634082731-16","ec-person-64e09f24899090e992a0371d8d7c2c4eaca87152"]}} -{"id":"ec-meeting-2020-02-06-a2549bb3cad24eeca549008e0dca1ba839499f8b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-06 - Cabinet of Executive Vice-President Frans Timmermans x Polish Confederation Lewiatan"],"date":["2020-02-06"],"summary":["Green Deal priorities"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-d53e00c46a4cc62bbf533e0c9bb35bacb9121989","eu-tr-251117611140-75"]}} -{"id":"ec-meeting-2020-02-06-ad066cdf85b448c7e8599b3e2a78f38aacdda0cd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-06 - Cabinet of Executive Vice-President Valdis Dombrovskis x BUSINESSEUROPE"],"date":["2020-02-06"],"summary":["Industrial Strategy, Commission Work programme 2020"],"notes":["Portfolio: An Economy that Works for People"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["eu-tr-3978240953-79","ec-person-f011ed0f7c78d833a79f1206f788e0cbd9cb8864"]}} -{"id":"ec-meeting-2020-02-06-b8ec49b2e7b0b69a3a2ff5cf1f3a45c2f6300258","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-06 - Cabinet of Executive Vice-President Frans Timmermans x SUEZ Group"],"date":["2020-02-06"],"summary":["Green Deal an circular economy"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-7c876f4825f213b8adbedf089ccedfbc3b36d65b","eu-tr-27799842497-69"]}} -{"id":"ec-meeting-2020-02-06-c6e3a6e09407ff5a4410648e9abf3d7d324f25e4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-06 - Cabinet of President Ursula von der Leyen x IBERDROLA"],"date":["2020-02-06"],"summary":["European Green Deal"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["eu-tr-41816938101-07","ec-person-856d40a366fb80b8149de2eb014689d155f43ee2"]}} -{"id":"ec-meeting-2020-02-06-c6f4ed63a3243061bb83a7a21e4d59e7b7bf8efc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-06 - Cabinet of Executive Vice-President Frans Timmermans x EUROPE'S MEDIALAB (Fondation EURACTIV)"],"date":["2020-02-06"],"summary":["Panel of sustainable consumption"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-485832526193-89","ec-person-33624431cbec1074e151c1707715ef46d2ba9565"]}} -{"id":"ec-meeting-2020-02-06-c7f218e625f816d1abb07c2c7efd30a0ad96f98d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-06 - Cabinet of Commissioner Virginijus Sinkevičius x Helsinki EU Office (vastuutaho Uudenmaan liitto)"],"date":["2020-02-06"],"summary":["EU Biodiversity Strategy 2030, especially from the perspective of the forest sector"],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["eu-tr-796380111637-72","ec-person-172a438ed334761e2ab5d52e551fd1bcb6ab6b8d"]}} -{"id":"ec-meeting-2020-02-06-c80b0a0ade7d6454d826b1294b1b245c7116b69a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-06 - Cabinet of Commissioner Janusz Wojciechowski x Pesticide Action Network Europe"],"date":["2020-02-06"],"summary":["Biodiversity Strategy"],"notes":["Portfolio: Agriculture"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["eu-tr-15913213485-46","ec-person-cafe030b6dad78a75143f7552c420481b30ebceb"]}} -{"id":"ec-meeting-2020-02-06-d11e01f304e2a46ef41e2dfe71b8153bbabf9d99","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-06 - Cabinet of Commissioner Elisa Ferreira x Instituto de Engenharia de Sistemas e Computadores, Tecnologia e Ciência"],"date":["2020-02-06"],"summary":["Research & Innovation Policy in the context of the new MFF"],"notes":["Portfolio: Cohesion and Reforms"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-elisa-ferreira-of"],"involved":["ec-person-4121b3832a3dd4ec5d2c50f26f7003d3bada6d20","eu-tr-412337333479-77"]}} -{"id":"ec-meeting-2020-02-06-d4db832124c35b61d5541d42a6eb0eb9b866db5e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-06 - Cabinet of Commissioner Helena Dalli x European Women's Lobby"],"date":["2020-02-06"],"summary":["Gender Equality; Equality"],"notes":["Portfolio: Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-dalli-helena-of"],"involved":["ec-person-d0b568d53468fcd3dfeeaddbd07343b5b065914d","eu-tr-85686156700-13"]}} -{"id":"ec-meeting-2020-02-06-dff1bbb8b46f8ceea8b7b2a9e81c98d57d4c5af8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-06 - Cabinet of Executive Vice-President Frans Timmermans x DIGITALEUROPE"],"date":["2020-02-06"],"summary":["Panel discussion on digital technologies and the Green Deal"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-64270747023-20","ec-person-d56ecbfde17436a136fc89c9a978b266e8285c84"]}} -{"id":"ec-meeting-2020-02-06-e55f306b784c7c2ae681f60106aae8cea9684aad","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-06 - Cabinet of Vice-President Věra Jourová x European Federation of Journalists"],"date":["2020-02-06"],"summary":["Safety of Journalists"],"notes":["Portfolio: Values and Transparency"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["ec-person-aa83f35da599b82e4f15da018f4b3447eb648f7c","ec-person-bf54da17217bbddfd9c68fe24d88005ac17e2c4b","eu-tr-27471236588-39"]}} -{"id":"ec-meeting-2020-02-06-f573c2258275e398d8555c5037aa6973d92e8b15","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-06 - Cabinet of Executive Vice-President Valdis Dombrovskis x ALAN"],"date":["2020-02-06"],"summary":["FinTech action; The revised Payment Services Directive; Innovation/ digitalization; Insurance sector"],"notes":["Portfolio: An Economy that Works for People"],"location":["Paris, France"],"address":["Paris, France"],"addressEntity":["addr-c70534aa18173b860a10a50a47b139c4a581cbf6"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["eu-tr-277038437993-33","ec-person-2c08a5c564984cde38ac0e7a31c05416e60711ce","ec-person-9e7bd1005456277f156b671d1555c6a460fb2f58","ec-person-1e9076681bd62efdd58882f9a7b63b2423568217"]}} -{"id":"ec-meeting-2020-02-06-f895794de2571035a8ab3edc56034df5ee606759","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-06 - Cabinet of Commissioner Elisa Ferreira x European Federation of Pharmaceutical Industries and Associations"],"date":["2020-02-06"],"summary":["Medical innovation & Reform policies"],"notes":["Portfolio: Cohesion and Reforms"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-elisa-ferreira-of"],"involved":["eu-tr-38526121292-88","ec-person-5bebc7b029567ec14718c647bb3813e76a4c729d"]}} -{"id":"ec-meeting-2020-02-07-040cfb50aae719ba604623b1087a8684950a7c5a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-07 - Cabinet of Executive Vice-President Margrethe Vestager x Bundesverband Breitbandkommunikation e.V."],"date":["2020-02-07"],"summary":["Digital policy"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-028570718529-43","ec-person-eecca27e2a9c3fc0d4bd43564e4960382705feef"]}} -{"id":"ec-meeting-2020-02-07-06baf1d6d8fc428aa4a91b093e983c1c45de07ee","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-07 - Cabinet of Executive Vice-President Margrethe Vestager x Huawei Technologies"],"date":["2020-02-07"],"summary":["Digital policy"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-c5a20b92c008e114355d197b9b2fd62c88868c4e","ec-person-11d97788772862bb34f51dd26d7f92603eac1bf8","eu-tr-114467111412-38"]}} -{"id":"ec-meeting-2020-02-07-0ac7e55cbe140d36c43c26662ec84b8a312ce21f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-07 - Cabinet of Executive Vice-President Margrethe Vestager x The Danish Chamber of Commerce"],"date":["2020-02-07"],"summary":["Digital policy"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-0330934426-12","ec-person-11ba005cc4046696303381b7ca219da9b11a42bf"]}} -{"id":"ec-meeting-2020-02-07-0c40f2dc8806eb7821da28ac7150e4832a5012af","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-07 - Cabinet of Commissioner Elisa Ferreira x EUROCHAMBRES – Association of European Chambers of Commerce and Industry"],"date":["2020-02-07"],"summary":["Green Deal"],"notes":["Portfolio: Cohesion and Reforms"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-elisa-ferreira-of"],"involved":["ec-person-63f2d0a26187f98f2895c32cf27b4a574cfb2bba","eu-tr-0014082722-83"]}} -{"id":"ec-meeting-2020-02-07-14c4c10a786d6bb22a9b168e6ad0191007e8c9f5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-07 - Cabinet of Commissioner Thierry Breton x Nesta"],"date":["2020-02-07"],"summary":["SMEs and scale-ups policy"],"notes":["Portfolio: Internal Market"],"location":["Bruxelles"],"address":["Bruxelles"],"addressEntity":["addr-b58f5927b66d94a676970dc048485d4c6848f272"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-384071617717-17","ec-person-5215bd372c5a1202399d77ecceb8c16de8d7d55c"]}} -{"id":"ec-meeting-2020-02-07-1daba9c4a4c50fa88dfa7be883a3a1773a0b749e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-07 - Cabinet of Executive Vice-President Margrethe Vestager x Confederation of Danish Industry"],"date":["2020-02-07"],"summary":["Digital policy"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-5749958415-41","ec-person-11ba005cc4046696303381b7ca219da9b11a42bf"]}} -{"id":"ec-meeting-2020-02-07-277ca7f3f2c2bb4e5fe326cdfcac3b2f1b0de85d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-07 - Cabinet of Commissioner Virginijus Sinkevičius x BUSINESSEUROPE"],"date":["2020-02-07"],"summary":["To speak about circular economy and biodiversity, and discuss cooperation in this field"],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["ec-person-dd7a7b1952e158f4195d34cff333ec79a4f48ba3","eu-tr-3978240953-79","ec-person-172a438ed334761e2ab5d52e551fd1bcb6ab6b8d","ec-person-a58f1d06f5cb1d8dfd278e0c36d5aa1b9368b270"]}} -{"id":"ec-meeting-2020-02-07-2edb367866bd0a9a1c261c9b6b3376df5b5a2abb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-07 - Environment x BUSINESSEUROPE"],"date":["2020-02-07"],"summary":["Circular economy action plan"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-env"],"involved":["eu-tr-3978240953-79","ec-person-3bc74ce04ea3f4ab4d91a5c88eef25b8b8a213b4"]}} -{"id":"ec-meeting-2020-02-07-444fe322bf9e4e1d4b20e0e72d15fd6202c81c5f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-07 - Cabinet of Executive Vice-President Margrethe Vestager x EPIA SolarPower Europe"],"date":["2020-02-07"],"summary":["Renewable energy; green deal; industrial strategy"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-c5a20b92c008e114355d197b9b2fd62c88868c4e","eu-tr-2680046412-48","ec-person-3da433aae105b13fe027e9c9b3dcac2c97029370"]}} -{"id":"ec-meeting-2020-02-07-519d492dbfab65b51448f0190d85c6f38fce0775","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-07 - Cabinet of Commissioner Mariya Gabriel x Citigroup Inc."],"date":["2020-02-07"],"summary":["Organisation of Event Citi GPS report ‘Girls in the Economy ‘and showcase the Girl Rising initiative"],"notes":["Portfolio: Innovation and Youth"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-00353757573-57","ec-person-aac4e4c77e459b480bfebb0e76dc3b26fdfb1d6a"]}} -{"id":"ec-meeting-2020-02-07-5a171b6b211f698ca5f5afcf24e6e703b490d245","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-07 - Cabinet of Commissioner Stella Kyriakides x Euroseeds"],"date":["2020-02-07"],"summary":["Discussion on food safety"],"notes":["Portfolio: Health"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-kyriakides-of-stella"],"involved":["eu-tr-11362308587-10","ec-person-c7513fae2df7920eea99d7cc103a354aa4f56b6e"]}} -{"id":"ec-meeting-2020-02-07-5f96c73ce5c022c82bf4e93171da63228e6dff8f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-07 - Cabinet of Vice-President Margaritis Schinas x Europa Nostra"],"date":["2020-02-07"],"summary":["Cultural heritage"],"notes":["Portfolio: Promoting the European Way of Life"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-margaritis-of-president-schinas-vice"],"involved":["ec-person-d5cada2a1a17537a675985af31e5ce07ae3bfd42","ec-person-b59ff7316734021e48aa7e0fd79eeeab36ea2bb4","eu-tr-832617510389-12"]}} -{"id":"ec-meeting-2020-02-07-674a20fbca2dc4f023f8a1203e0b986e0301230a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-07 - Cabinet of Executive Vice-President Valdis Dombrovskis x ELECTRICITE DE FRANCE"],"date":["2020-02-07"],"summary":["Industrial policy; Green Deal; Sustainable investments and sustainable finance regulation"],"notes":["Portfolio: An Economy that Works for People"],"location":["Paris, FRA"],"address":["Paris, FRA"],"addressEntity":["addr-4e796bdb588cdb169bcab3954743585446922efb"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["eu-tr-39966101835-69","ec-person-2c08a5c564984cde38ac0e7a31c05416e60711ce","ec-person-9e7bd1005456277f156b671d1555c6a460fb2f58","ec-person-1e9076681bd62efdd58882f9a7b63b2423568217"]}} -{"id":"ec-meeting-2020-02-07-6f31bf7520f1ea09348b450a6b476388364a5ffb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-07 - Cabinet of Commissioner Adina Vălean x CONSEIL DE COOPERATION ECONOMIQUE"],"date":["2020-02-07"],"summary":["Presentation of their working program"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["eu-tr-146893419149-74","ec-person-267c5ab3ea5304fc6305ef321e214c9c1cd0f78e"]}} -{"id":"ec-meeting-2020-02-07-71d78359104268c2b912fe546c7f002a84663a34","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-07 - Cabinet of Executive Vice-President Valdis Dombrovskis x Fédération bancaire française"],"date":["2020-02-07"],"summary":["Basel III; Securitisation market; Banking Union; Green Deal: European Payments Initiative"],"notes":["Portfolio: An Economy that Works for People"],"location":["Paris, FRA"],"address":["Paris, FRA"],"addressEntity":["addr-4e796bdb588cdb169bcab3954743585446922efb"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-1e9076681bd62efdd58882f9a7b63b2423568217","ec-person-2c08a5c564984cde38ac0e7a31c05416e60711ce","ec-person-9e7bd1005456277f156b671d1555c6a460fb2f58","eu-tr-09245221105-30"]}} -{"id":"ec-meeting-2020-02-07-7c6a478d2da2c7061f41b2bf72305b9de39a2d16","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-07 - Cabinet of Commissioner Mariya Gabriel x Cooperatives Europe"],"date":["2020-02-07"],"summary":["Youth Strategy"],"notes":["Portfolio: Innovation and Youth"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-16999985032-07","ec-person-169095f0138062f64079fc92dc609e32cc65a8f1"]}} -{"id":"ec-meeting-2020-02-07-90fcdf3ec985f137a8976107fa73727e3607b411","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-07 - Cabinet of Commissioner Stella Kyriakides x CropLife Europe"],"date":["2020-02-07"],"summary":["Discussion on food safety"],"notes":["Portfolio: Health"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-kyriakides-of-stella"],"involved":["eu-tr-0711626572-26","ec-person-c7513fae2df7920eea99d7cc103a354aa4f56b6e"]}} -{"id":"ec-meeting-2020-02-07-91f4364359d358c97a624ff2cc12c4df28ef6202","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-07 - Cabinet of Executive Vice-President Frans Timmermans x Tesla Motors Netherlands B.V."],"date":["2020-02-07"],"summary":["Green Deal and car industry"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-547225616323-13","ec-person-d56ecbfde17436a136fc89c9a978b266e8285c84"]}} -{"id":"ec-meeting-2020-02-07-9cb99e9cab249787a21f222cb0b118a91731fe47","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-07 - Cabinet of Vice-President Maroš Šefčovič x FIPRA International SRL"],"date":["2020-02-07"],"summary":["EU long term priorities"],"notes":["Portfolio: Interinstitutional Relations and Foresight"],"location":["Bratislava"],"address":["Bratislava"],"addressEntity":["addr-9eddf74134fcd79ac3f510f8f67cef3f68fb2c0d"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-58746194306-23","ec-person-1f95be23689cd4ed0a26fe2980f760ccf2d55c1e"]}} -{"id":"ec-meeting-2020-02-07-a23e54f31e9962ed24260bb63ea99fb3347748d5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-07 - Cabinet of Commissioner Janez Lenarčič x OXFAM INTERNATIONAL EU ADVOCACY OFFICE"],"date":["2020-02-07"],"summary":["Global humanitarian action"],"notes":["Portfolio: Crisis Management"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-janez-lenarcic-of"],"involved":["ec-person-35334591a1ee219b6f0829d58a8cfba058540557","ec-person-31e4e9c3126a9151de6a161e669faba028b1ffa6","eu-tr-46856801604-90"]}} -{"id":"ec-meeting-2020-02-07-a48e929edc8500c3e24f05723c83c98deac15963","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-07 - Cabinet of Executive Vice-President Valdis Dombrovskis x Association of European Automotive and Industrial Battery Manufacturers"],"date":["2020-02-07"],"summary":["industry policy and role of batteries in new value chains, lithium batteries as key component for electric mobility, charging infrastructure, access to global markets: trade perspectives, sustainability aspects of batteries"],"notes":["Portfolio: An Economy that Works for People"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-7e9813c16d805ee7ebea3ef6444f384bc32abaaa","eu-tr-39573492614-61"]}} -{"id":"ec-meeting-2020-02-07-a4c1271f51a8e2082a8410f57263cea054b3f39b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-07 - Environment x Schneider Electric"],"date":["2020-02-07"],"summary":["European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-env"],"involved":["eu-tr-46302264606-44","ec-person-3bc74ce04ea3f4ab4d91a5c88eef25b8b8a213b4"]}} -{"id":"ec-meeting-2020-02-07-a6de1dd56653f65192e63552a27fc335607dd219","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-07 - Cabinet of Commissioner Mariya Gabriel x African Diaspora Network in Europe"],"date":["2020-02-07"],"summary":["EU-AFRICA relations in the field of education, culture, youth"],"notes":["Portfolio: Innovation and Youth"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-675857932125-72","ec-person-169095f0138062f64079fc92dc609e32cc65a8f1"]}} -{"id":"ec-meeting-2020-02-07-a8ac5074349d5114dc9dec0733abe90e02db8fe4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-07 - Cabinet of Executive Vice-President Frans Timmermans x Teneo Brussels"],"date":["2020-02-07"],"summary":["Sustainable food chains"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-91124993695-29","ec-person-33624431cbec1074e151c1707715ef46d2ba9565"]}} -{"id":"ec-meeting-2020-02-07-aa6b54979f84b628f26e321d2069cc6e0750e6b7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-07 - Cabinet of Commissioner Mariya Gabriel x CEMBUREAU - The European Cement Association"],"date":["2020-02-07"],"summary":["how cement can be a part of a sustainable and innovative EU"],"notes":["Portfolio: Innovation and Youth"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["ec-person-53a0d9702b387d4c3c992d3de3c229fd17644dad","eu-tr-93987316076-63"]}} -{"id":"ec-meeting-2020-02-07-b280b44a97827526d5a9f9824f5f36b626ea5e59","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-07 - Cabinet of Commissioner Adina Vălean x Rasmussen Global"],"date":["2020-02-07"],"summary":["On autonomous driving"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["ec-person-e5f1558cac43dd4f90847b508b6753edb0a9f903","eu-tr-923424020779-19"]}} -{"id":"ec-meeting-2020-02-07-bda8d99c23ef1075f83959e8d73d7e6a3ac69863","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-07 - Cabinet of Commissioner Janusz Wojciechowski x International Federation of Organic Agriculture Movements EU Regional Group"],"date":["2020-02-07"],"summary":["CAP, Green Deal, Farm to Fork"],"notes":["Portfolio: Agriculture"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["eu-tr-67128251296-84","ec-person-625f8b4379f79adee4f15c6a0417a96bb5a5a403","ec-person-90b64673ee7f4c1dae185fbd64b45f5c45f2b66d"]}} -{"id":"ec-meeting-2020-02-07-c566c1c75e9bb092c36852a6854d8c2f45993eab","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-07 - Cabinet of Commissioner Stella Kyriakides x FoodDrinkEurope"],"date":["2020-02-07"],"summary":["Discussion on food safety"],"notes":["Portfolio: Health"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-kyriakides-of-stella"],"involved":["eu-tr-75818824519-45","ec-person-c7513fae2df7920eea99d7cc103a354aa4f56b6e"]}} -{"id":"ec-meeting-2020-02-07-db5761a516e5783e0ce724fd584aa3a339a70f8e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-07 - Cabinet of Executive Vice-President Valdis Dombrovskis x Intercontinental Exchange, Inc."],"date":["2020-02-07"],"summary":["international role of the euro; MiFID review"],"notes":["Portfolio: An Economy that Works for People"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-235870cd7eb41f2494f695fce18b5b5b88647113","ec-person-7e9813c16d805ee7ebea3ef6444f384bc32abaaa","eu-tr-141041215133-83"]}} -{"id":"ec-meeting-2020-02-07-f27d49dc2af704a2f7fee20edfbf50e22fc757e8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-07 - Cabinet of High Representative Josep Borrell Fontelles x OXFAM INTERNATIONAL EU ADVOCACY OFFICE"],"date":["2020-02-07"],"summary":["Humanitarian situation in Syria and Yemen"],"notes":["Portfolio: High Representative of the Union for Foreign Affairs and Security Policy / Vice-President of the Commission"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-borrell-cabinet-fontelles-high-josep-of-representative"],"involved":["ec-person-41fb1fe9d70985a3133c6d26433ad78c85cc76a2","eu-tr-46856801604-90"]}} -{"id":"ec-meeting-2020-02-07-f64fedfb751174fa43e3d8e46310ea2149395282","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-07 - Cabinet of President Ursula von der Leyen x OD Communications"],"date":["2020-02-07"],"summary":["Southern Ocean"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["eu-tr-755157231528-24","ec-person-856d40a366fb80b8149de2eb014689d155f43ee2"]}} -{"id":"ec-meeting-2020-02-10-1c1fd01589d85b9177dd1dc4f8d31b89c5bfaa26","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-10 - Cabinet of Commissioner Jutta Urpilainen x JA Europe"],"date":["2020-02-10"],"summary":["education and youth in Africa"],"notes":["Portfolio: International Partnerships"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["eu-tr-640075618084-13","ec-person-1ec9383fd54d9d4cd8a154c01fa71549eb8c75ac"]}} -{"id":"ec-meeting-2020-02-10-36303be6d8381318a0a94ffca31f239e7c43d758","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-10 - Cabinet of Commissioner Nicolas Schmit x European Federation of Food, Agriculture and Tourism Trade Unions"],"date":["2020-02-10"],"summary":["Initiative on minimum wages"],"notes":["Portfolio: Jobs and Social Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["eu-tr-33130841043-14","ec-person-8eb18b6102d444937bc6af5822a6742812165b48"]}} -{"id":"ec-meeting-2020-02-10-487c317d732d08f5fff8dcacd7598004308e877a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-10 - Cabinet of Vice-President Maroš Šefčovič x Západoslovenská distribučná, a.s."],"date":["2020-02-10"],"summary":["EU long term priorities"],"notes":["Portfolio: Interinstitutional Relations and Foresight"],"location":["Bratislava"],"address":["Bratislava"],"addressEntity":["addr-9eddf74134fcd79ac3f510f8f67cef3f68fb2c0d"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-028913525587-04","ec-person-1f95be23689cd4ed0a26fe2980f760ccf2d55c1e"]}} -{"id":"ec-meeting-2020-02-10-4d9c007b61c6b343d0f669139b91b45fcd98ecaa","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-10 - Cabinet of Executive Vice-President Margrethe Vestager x SAP"],"date":["2020-02-10"],"summary":["Data strategy; AI; Green Deal"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0","eu-tr-639117311617-01"]}} -{"id":"ec-meeting-2020-02-10-50aa255041ff7e857068d685cc94a98e33c82198","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-10 - Cabinet of Executive Vice-President Frans Timmermans x Industriegewerkschaft Metall"],"date":["2020-02-10"],"summary":["Industrial decarbonisation and the Green Deal: challenges for the European steel industry and workers in the transformation"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-7c876f4825f213b8adbedf089ccedfbc3b36d65b","eu-tr-757195013270-80"]}} -{"id":"ec-meeting-2020-02-10-50d94c45e709553deed5d70ab9a3c86cc400ab38","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-10 - Cabinet of Commissioner Ylva Johansson x The National Center for Missing and Exploited Children"],"date":["2020-02-10"],"summary":["The fight against child sexual abuse: exchange of information and encryption."],"notes":["Portfolio: Home Affairs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-johansson-of-ylva"],"involved":["ec-person-d3f97e069d9ff016d7b65052f6eb6b98500ec118","ec-person-b54ba0be96a986a38bcd39d4f9db577e79171356","ec-person-31b127e72e9dd30ce85ff2b475ac65d28d7dc48d","eu-tr-914119137292-31"]}} -{"id":"ec-meeting-2020-02-10-5460fc509115b81fb956cdfed3d842a4b1f20dc6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-10 - Cabinet of Commissioner Paolo Gentiloni x EUROPEAN TRADE UNION CONFEDERATION"],"date":["2020-02-10"],"summary":["EU's role in economic, employment and social policy"],"notes":["Portfolio: Economy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gentiloni-of-paolo"],"involved":["ec-person-088d26d74d1898338fbf1c86e139bd6d3b870dbc","eu-tr-06698681039-26"]}} -{"id":"ec-meeting-2020-02-10-55bca617fd051c084a6f363019df84b9965e546e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-10 - Cabinet of Vice-President Maroš Šefčovič x Transport and Environment (European Federation for Transport and Environment)"],"date":["2020-02-10"],"summary":["Battery package"],"notes":["Portfolio: Interinstitutional Relations and Foresight"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-442becb1e681f03d9df1dc59e73ecf1336c48402","eu-tr-58744833263-19"]}} -{"id":"ec-meeting-2020-02-10-5796600a7bb9c35bfdef08cc4fdf98184c296664","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-10 - Cabinet of Executive Vice-President Frans Timmermans x Community of European Railway and Infrastructure Companies"],"date":["2020-02-10"],"summary":["Preparation of an upcoming meeting of the Executive Vice President"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-7574621118-27","ec-person-d56ecbfde17436a136fc89c9a978b266e8285c84"]}} -{"id":"ec-meeting-2020-02-10-59f2a1203196f21d2e8617d59c4395e93d5c6420","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-10 - Cabinet of Executive Vice-President Margrethe Vestager x Prosus"],"date":["2020-02-10"],"summary":["Digital policy"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-11d97788772862bb34f51dd26d7f92603eac1bf8","ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0","eu-tr-891417815208-71"]}} -{"id":"ec-meeting-2020-02-10-8cf215d52e4e048b6f65f9887652df72a2cba9db","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-10 - Cabinet of Commissioner Thierry Breton x SMEunited aisbl"],"date":["2020-02-10"],"summary":["SME strategy"],"notes":["Portfolio: Internal Market"],"location":["Bruxelles"],"address":["Bruxelles"],"addressEntity":["addr-b58f5927b66d94a676970dc048485d4c6848f272"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-55820581197-35","ec-person-5215bd372c5a1202399d77ecceb8c16de8d7d55c"]}} -{"id":"ec-meeting-2020-02-10-8df3f49c9d7b6e354e20fab1b90c9d428c955d72","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-10 - Cabinet of Executive Vice-President Frans Timmermans x European Federation of Local and Regional Energy Companies Verband Kommunaler Unternehmen e.V."],"date":["2020-02-10"],"summary":["Grean deal, smart sector integration, renovation wave"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-a282162080cef4ef2a8c0ab6247a3e03dc438507","eu-tr-54829912208-85","eu-tr-1420587986-32"]}} -{"id":"ec-meeting-2020-02-10-9ed959c25e95431e9117b6bccafae8a36eb71926","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-10 - Cabinet of Commissioner Nicolas Schmit x Amazon Europe Core SARL"],"date":["2020-02-10"],"summary":["Skills and social agenda"],"notes":["Portfolio: Jobs and Social Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-935314e38d735654cae8ee61313a3d73439b242d","eu-tr-366117914426-10"]}} -{"id":"ec-meeting-2020-02-10-a23a446f7f61686b759c1eb45316fdfffc1f2056","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-10 - Cabinet of Commissioner Stella Kyriakides x Green 10"],"date":["2020-02-10"],"summary":["Discussion on food safety"],"notes":["Portfolio: Health"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-kyriakides-of-stella"],"involved":["ec-person-c7513fae2df7920eea99d7cc103a354aa4f56b6e","eu-tr-70309834043-10"]}} -{"id":"ec-meeting-2020-02-10-a92fef4a22c2e3f09a8e901942a3b47b4dc70769","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-10 - Cabinet of Vice-President Maroš Šefčovič x The European Association for Electromobility"],"date":["2020-02-10"],"summary":["Raw materials for Electric Vehicles"],"notes":["Portfolio: Interinstitutional Relations and Foresight"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-442becb1e681f03d9df1dc59e73ecf1336c48402","eu-tr-269727723042-29"]}} -{"id":"ec-meeting-2020-02-10-ae9ff71717030cda32fed957bbebcae96514f02a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-10 - Cabinet of Executive Vice-President Valdis Dombrovskis x Afore Consulting"],"date":["2020-02-10"],"summary":["SUSTAINABLE FINANCE; DIGITAL FINANCE"],"notes":["Portfolio: An Economy that Works for People"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-235870cd7eb41f2494f695fce18b5b5b88647113","eu-tr-03013154889-05"]}} -{"id":"ec-meeting-2020-02-10-b065dfd02af4b6bad10d921c098b122fa5af5415","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-10 - Cabinet of Executive Vice-President Margrethe Vestager x European Technology Chamber"],"date":["2020-02-10"],"summary":["Introducing the compangy"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0","eu-tr-502887436923-67"]}} -{"id":"ec-meeting-2020-02-10-d820d11f73925f72ada66bcd55a6eb21e613ab93","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-10 - Cabinet of Commissioner Thierry Breton x industriAll European Trade Union"],"date":["2020-02-10"],"summary":["Exchange on social impact of the Green and Digital transition"],"notes":["Portfolio: Internal Market"],"location":["Belgium, Brussels"],"address":["Belgium, Brussels"],"addressEntity":["addr-0c96bd4b2c2391b43c37eda4c201015868b0aa7b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-1ab5843ab67b9915be990aebc02f9a83df200cf4","ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","eu-tr-358284014848-82"]}} -{"id":"ec-meeting-2020-02-10-e4b52fad774854753cd4577e9d26e597e55c8ec3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-10 - Cabinet of Commissioner Adina Vălean x Association of Passenger Rights Advocates"],"date":["2020-02-10"],"summary":["Air passenger rights, Regulation EC261"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["eu-tr-607024028635-07","ec-person-e5f1558cac43dd4f90847b508b6753edb0a9f903"]}} -{"id":"ec-meeting-2020-02-10-ec5c7de22a98f8b38ee088923d1b6b549aa2a48a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-10 - Mobility and Transport x Neste Oyj"],"date":["2020-02-10"],"summary":["Visit of facility, Sustainable fuels"],"location":["Singapore"],"address":["Singapore"],"addressEntity":["addr-20c0b7bdab70ca2cc9c844a0d74a3af0bbf41c3e"],"organizer":["ec-dg-move"],"involved":["ec-person-26cdfacae671b09917bee1a91c91973941fa58a2","eu-tr-10257354120-19"]}} -{"id":"ec-meeting-2020-02-10-f8540d2def3311c11890def469264483a039fd3f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-10 - Cabinet of Commissioner Jutta Urpilainen x Suomen itsenäisyyden juhlarahasto"],"date":["2020-02-10"],"summary":["Climate policy, Green Deal"],"notes":["Portfolio: International Partnerships"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["eu-tr-582824527068-76","ec-person-7c4fa9cfb750b5b524c065180fcee1123b8df03e"]}} -{"id":"ec-meeting-2020-02-11-059b67a51ed1bc445cb52141bbede9c2a64d76fd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-11 - Cabinet of Commissioner Adina Vălean x Brunswick Group Advisory Limited"],"date":["2020-02-11"],"summary":["Green Deal"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["eu-tr-26255464458-25","ec-person-e5f1558cac43dd4f90847b508b6753edb0a9f903"]}} -{"id":"ec-meeting-2020-02-11-120a285b5cec6eb74fa4d263e59aae02a50e833c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-11 - Cabinet of Commissioner Janez Lenarčič x International Rescue Committee Inc"],"date":["2020-02-11"],"summary":["Education in emergencies."],"notes":["Portfolio: Crisis Management"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-janez-lenarcic-of"],"involved":["ec-person-64e09f24899090e992a0371d8d7c2c4eaca87152","eu-tr-66790095679-26"]}} -{"id":"ec-meeting-2020-02-11-34b5d6e9225a0dc4c4bab4af07065db76d841b6d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-11 - Cabinet of Executive Vice-President Margrethe Vestager x Cloudflare"],"date":["2020-02-11"],"summary":["Digital services act"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-580322225469-90","ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0"]}} -{"id":"ec-meeting-2020-02-11-375e3ebbc860aa2b3ddbf433c9af4e1fc7c37ccf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-11 - Cabinet of Commissioner Nicolas Schmit x Deutsche Sozialversicherung Arbeitsgemeinschaft Europa"],"date":["2020-02-11"],"summary":["Access to social protection for workers and the self-employed"],"notes":["Portfolio: Jobs and Social Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["eu-tr-917393784-31","ec-person-8eb18b6102d444937bc6af5822a6742812165b48"]}} -{"id":"ec-meeting-2020-02-11-3a9d7712a7f6b8f4f9b0e90b740632a3ba3ba8bb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-11 - Cabinet of Commissioner Nicolas Schmit x Akava ry"],"date":["2020-02-11"],"summary":["Skills and Social Roadmap"],"notes":["Portfolio: Jobs and Social Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-66fa2c2d100ec194caa42b5c6f97c36e2748b71c","ec-person-8eb18b6102d444937bc6af5822a6742812165b48","eu-tr-98086919699-94","ec-person-935314e38d735654cae8ee61313a3d73439b242d"]}} -{"id":"ec-meeting-2020-02-11-47ce6357b210d5e1edccf5be483d8ba9a2e3c566","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-11 - Cabinet of Commissioner Phil Hogan x Airbus"],"date":["2020-02-11"],"summary":["EU- US trade relations"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-c9d17d5879383b030f61a4066848249fb35d57e4","eu-tr-2732167674-76"]}} -{"id":"ec-meeting-2020-02-11-4bed5605ab96954e0e0d52c3d2af9316712ea4de","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-11 - Cabinet of Vice-President Margaritis Schinas x Committee of the Representatives of the Orthodox Churches in European Union"],"date":["2020-02-11"],"summary":["Migration, Asylum, Green Deal, Article 17 dialogue with churches, religious and philosophical organisations"],"notes":["Portfolio: Promoting the European Way of Life"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-margaritis-of-president-schinas-vice"],"involved":["ec-person-901d49b3e3af3e96de8d42787e8633b0adc76ca1","eu-tr-945330325636-88"]}} -{"id":"ec-meeting-2020-02-11-5135f636540f52624c8f873a68d3bf05ec419355","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-11 - Cabinet of Commissioner Thierry Breton x Istituto per la Competitività"],"date":["2020-02-11"],"summary":["Presentation of the think tank and their activities"],"notes":["Portfolio: Internal Market"],"location":["Bruxelles"],"address":["Bruxelles"],"addressEntity":["addr-b58f5927b66d94a676970dc048485d4c6848f272"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-859942318143-66","ec-person-4d83416435f81b1f1e8f5c86aeebb1478577f1d2"]}} -{"id":"ec-meeting-2020-02-11-53d990512e81c0725c4def8093b36167908b11dd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-11 - Cabinet of Commissioner Elisa Ferreira x European Association of Research and Technology Organisations"],"date":["2020-02-11"],"summary":["Research/Innovation - Reform policies"],"notes":["Portfolio: Cohesion and Reforms"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-elisa-ferreira-of"],"involved":["ec-person-5bebc7b029567ec14718c647bb3813e76a4c729d","eu-tr-977869932377-59"]}} -{"id":"ec-meeting-2020-02-11-6283958b4b4a7756c43dff1fff2eb0a3ff32a1dd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-11 - Communications Networks, Content and Technology x Vodafone Belgium SA"],"date":["2020-02-11"],"summary":["Cybersecurity risks related to 5G."],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-90142503473-81","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2020-02-11-73ffd2c6924f21eeddb88955f2f35c7588182b28","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-11 - Cabinet of Commissioner Paolo Gentiloni x Mediobanca - Banca di Credito Finanziario"],"date":["2020-02-11"],"summary":["Mood of the financial markets"],"notes":["Portfolio: Economy"],"location":["Brussels, BE"],"address":["Brussels, BE"],"addressEntity":["addr-bd80958a978de8af51caa97a25a75f30d0061d71"],"organizer":["ec-cabinet-commissioner-gentiloni-of-paolo"],"involved":["ec-person-8da36db391ed53f362d495cd564ba8b45c7003e1","eu-tr-722314616330-15"]}} -{"id":"ec-meeting-2020-02-11-78b17e84c53fb8386b432ad0cb560dcabd831571","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-11 - Cabinet of Commissioner Janez Lenarčič x European Federation of Pharmaceutical Industries and Associations"],"date":["2020-02-11"],"summary":["Health In humanitarian aid and in crisis management"],"notes":["Portfolio: Crisis Management"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-janez-lenarcic-of"],"involved":["eu-tr-38526121292-88","ec-person-64e09f24899090e992a0371d8d7c2c4eaca87152"]}} -{"id":"ec-meeting-2020-02-11-81f6a3b4c209bc280f4c8e302d33c3327ee45fd1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-11 - Cabinet of Commissioner Stella Kyriakides x European Federation of Pharmaceutical Industries and Associations"],"date":["2020-02-11"],"summary":["Pharmaceutical strategy"],"notes":["Portfolio: Health"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-kyriakides-of-stella"],"involved":["eu-tr-38526121292-88","ec-person-21c2ceda2d3eacf99fb8d8268bceea3d39095c55"]}} -{"id":"ec-meeting-2020-02-11-84f0c4e356f6146bc1fbd0c57316f212d594dee2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-11 - Cabinet of Vice-President Maroš Šefčovič x Airbus"],"date":["2020-02-11"],"summary":["Industrial Policy of the EC"],"notes":["Portfolio: Interinstitutional Relations and Foresight"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-2732167674-76","ec-person-af83ed49c403cb9d7ebfecca7893f0054c1f4be5"]}} -{"id":"ec-meeting-2020-02-11-8cd91333783643981cf6377d2a701d150bf8c29a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-11 - Cabinet of Vice-President Věra Jourová x Avisa Partners"],"date":["2020-02-11"],"summary":["Disinformation/Fake news"],"notes":["Portfolio: Values and Transparency"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["eu-tr-54210841652-13","ec-person-fb258e0188a5319bfaba3161382db43f5a85851f"]}} -{"id":"ec-meeting-2020-02-11-ab51a6c59c848618a6d20aece28eeb5c3d255979","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-11 - Cabinet of Commissioner Kadri Simson x Central Europe Energy Partners"],"date":["2020-02-11"],"summary":["Possible CEEP event on offshore wind energy. Energy transition, including in district heating. Energy infrastructure investment needs"],"notes":["Portfolio: Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["eu-tr-87738563745-94","ec-person-d40f25b5cb5c0681854a4996da444478318f7e58"]}} -{"id":"ec-meeting-2020-02-11-c5943e1e0dc30126c06a9faf186260e5d46e470f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-11 - Mobility and Transport x Airbus"],"date":["2020-02-11"],"summary":["European Green Deal"],"location":["Singapore"],"address":["Singapore"],"addressEntity":["addr-20c0b7bdab70ca2cc9c844a0d74a3af0bbf41c3e"],"organizer":["ec-dg-move"],"involved":["eu-tr-2732167674-76","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2020-02-11-d14e90f35985108f31f88d0397180e3bcfbbee7f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-11 - Cabinet of Commissioner Helena Dalli x European Blind Union"],"date":["2020-02-11"],"summary":["EBU's priorities on the EU's policies and their impact on people with visual impairments"],"notes":["Portfolio: Equality"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-dalli-helena-of"],"involved":["ec-person-750f95c6f949648cff9e460a362a85085c851faf","eu-tr-42378755934-87"]}} -{"id":"ec-meeting-2020-02-11-e446d65a9a64453ff104783761b255be3a854b23","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-11 - Cabinet of Commissioner Elisa Ferreira x EDP - Energias de Portugal, SA"],"date":["2020-02-11"],"summary":["Talk about the activity of EDP in Brussels"],"notes":["Portfolio: Cohesion and Reforms"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-elisa-ferreira-of"],"involved":["eu-tr-56592866496-47","ec-person-6aefca8f66cd57549e22428bee7f0d2c97d16f52"]}} -{"id":"ec-meeting-2020-02-11-fab13e3b6fc826b175b8d7a87d98a17a6e4b7025","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-11 - Cabinet of President Ursula von der Leyen x UPS Europe SRL/BV"],"date":["2020-02-11"],"summary":["Trade policy"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["eu-tr-07691616536-09","ec-person-a15f450526451c70384a05ea9a3a7400ba2d3e7e"]}} -{"id":"ec-meeting-2020-02-11-fd8e5a1b9c9360fd94dd67ae6bb53345a8c8745a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-11 - Cabinet of Commissioner Kadri Simson x Shell Companies"],"date":["2020-02-11"],"summary":["Exchange of views on decarbonisation"],"notes":["Portfolio: Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["ec-person-3ba14eabc5fddef75d1a672cc75b5f4bddd72ee9","eu-tr-05032108616-26"]}} -{"id":"ec-meeting-2020-02-12-0e9b2a6e3fb73e19ab4d0e2233db873fb671e6e6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-12 - Cabinet of Executive Vice-President Frans Timmermans x Vogelbescherming Nederland"],"date":["2020-02-12"],"summary":["Green Deal & biodiversity"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-433268236091-14","ec-person-8af3c81534786a740718d21dc58240738a53ed7b"]}} -{"id":"ec-meeting-2020-02-12-1243400dc3873a5b509bc4ea293be3a498f1b08e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-12 - Cabinet of Vice-President Věra Jourová x Microsoft Corporation"],"date":["2020-02-12"],"summary":["Disinformation"],"notes":["Portfolio: Values and Transparency"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["eu-tr-0801162959-21","ec-person-fb258e0188a5319bfaba3161382db43f5a85851f"]}} -{"id":"ec-meeting-2020-02-12-1be35c963e33e87646bcb6e5fe8b298326397986","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-12 - Cabinet of Commissioner Janusz Wojciechowski x Fonterra Co-operative Group Limited"],"date":["2020-02-12"],"summary":["Fonterra’s business in both New Zealand and Europe, global dairy markets"],"notes":["Portfolio: Agriculture"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["eu-tr-234577416588-90","ec-person-90b64673ee7f4c1dae185fbd64b45f5c45f2b66d"]}} -{"id":"ec-meeting-2020-02-12-30bb7d7f218e5e9dead9184bcf23c1c61d3117b3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-12 - Cabinet of Commissioner Jutta Urpilainen x St1 Nordic Oy"],"date":["2020-02-12"],"summary":["Green deal"],"notes":["Portfolio: International Partnerships"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["eu-tr-094316815599-77","ec-person-1ec9383fd54d9d4cd8a154c01fa71549eb8c75ac"]}} -{"id":"ec-meeting-2020-02-12-35e8a0c1b50dd5352e027a420358634bf99f1dfe","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-12 - Internal Market, Industry, Entrepreneurship and SMEs x CECE - Committee for European Construction Equipment"],"date":["2020-02-12"],"summary":["Courtesy meeting to introduce themselves and present their priorities"],"location":["BREY-Brussels"],"address":["BREY-Brussels"],"addressEntity":["addr-d44a5833caa26834c3898a8945679a31285bd2ac"],"organizer":["ec-dg-grow"],"involved":["ec-person-502a9ad56e684f225d022e2e549380121183d0f6","eu-tr-60534525900-25"]}} -{"id":"ec-meeting-2020-02-12-3e6f6778722fc9a386c13b2aa1b3c25fa8422d8d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-12 - Cabinet of Executive Vice-President Margrethe Vestager x Vodafone Belgium SA"],"date":["2020-02-12"],"summary":["5G security, industrial policy & SME strategy and trade"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-c5a20b92c008e114355d197b9b2fd62c88868c4e","eu-tr-90142503473-81","ec-person-7f4ed7789b52b8daf8b637232a16c6d3120c5e37"]}} -{"id":"ec-meeting-2020-02-12-3f60481258b21102c8842297965dd446a0f96143","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-12 - Cabinet of Commissioner Thierry Breton x Bundesverband der Deutschen Tourismuswirtschaft e. V."],"date":["2020-02-12"],"summary":["Echanges sur un agenda soutenable pour le tourisme européen et l'impact du coronavirus sur le secteur du tourisme"],"notes":["Portfolio: Internal Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-60499753268-17","ec-person-e18e6e300776f5f47ca4c72c1ba1b0d0eb1e71fe"]}} -{"id":"ec-meeting-2020-02-12-44e9c2a03e1274643a107f73cd8c18bae8e5d363","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-12 - Cabinet of Executive Vice-President Margrethe Vestager x Fédération Internationale de l'Automobile"],"date":["2020-02-12"],"summary":["Meeting with FIA Region I on digitalisation of the transport sector"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-84839535366-67","ec-person-73fb1ddd279f8c6697a055567a2c09606006b875"]}} -{"id":"ec-meeting-2020-02-12-4c2c0b7cc0b47cc36943d05f45711f2bff970e61","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-12 - Environment x Association Internationale de la Savonnerie, de la Détergence et des Produits d'Entretien"],"date":["2020-02-12"],"summary":["Circular economy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-env"],"involved":["eu-tr-6168551998-60","ec-person-3bc74ce04ea3f4ab4d91a5c88eef25b8b8a213b4"]}} -{"id":"ec-meeting-2020-02-12-59ea26708acdf0e46ea3a7875a2c5df62cb48347","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-12 - Cabinet of Commissioner Stella Kyriakides x Association de l'Aviculture, de l'Industrie et du Commerce de Volailles dans les Pays de l'Union Europeenne asbl"],"date":["2020-02-12"],"summary":["Farm to Fork Strategy"],"notes":["Portfolio: Health"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-kyriakides-of-stella"],"involved":["ec-person-ecf9f9e978b833afc98ee022572d468f0dc9a352","ec-person-ba73927c33000184cab3f41a76e1b32fe7d7eda8","eu-tr-9803788883-16"]}} -{"id":"ec-meeting-2020-02-12-6227748832ff996479040d02c85e7f9e1d469d78","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-12 - Cabinet of Executive Vice-President Valdis Dombrovskis x Insurance Europe"],"date":["2020-02-12"],"summary":["Capital Markets Union, financial services"],"notes":["Portfolio: An Economy that Works for People"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-f011ed0f7c78d833a79f1206f788e0cbd9cb8864","eu-tr-33213703459-54"]}} -{"id":"ec-meeting-2020-02-12-777dc385171acfd0bf3b98e19ccb707842911b85","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-12 - Cabinet of President Ursula von der Leyen x Insurance Europe"],"date":["2020-02-12"],"summary":["Insurance sector's main challenges and how to contribute to the green deal"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-a159f03add374257584565c2b05cc5539a7526e6","eu-tr-33213703459-54"]}} -{"id":"ec-meeting-2020-02-12-7ca2b34c3abfcaca9f619f66aa7dfd90783580ad","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-12 - Cabinet of Commissioner Paolo Gentiloni x PensionsEurope"],"date":["2020-02-12"],"summary":["PensionsEurope general proposal"],"notes":["Portfolio: Economy"],"location":["Brussels, BE"],"address":["Brussels, BE"],"addressEntity":["addr-bd80958a978de8af51caa97a25a75f30d0061d71"],"organizer":["ec-cabinet-commissioner-gentiloni-of-paolo"],"involved":["eu-tr-5199259747-21","ec-person-404d55367ba0dadec989b6dc2eab96ef2abd96af"]}} -{"id":"ec-meeting-2020-02-12-7faa0d83b3b7dcc6c8950dd53407b3997321f80f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-12 - Cabinet of Commissioner Phil Hogan x Fonterra Co-operative Group Limited"],"date":["2020-02-12"],"summary":["Business discussion"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-400dd8d59d3060187d9b9b143d697da1a3d03c12","eu-tr-234577416588-90","ec-person-d4e0ed779d9afad22ebc402fe3db519e121e437c"]}} -{"id":"ec-meeting-2020-02-12-8bffa10137cdf8f1cb33a2b23e27575d425052c0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-12 - Cabinet of High Representative Josep Borrell Fontelles x Airbus"],"date":["2020-02-12"],"summary":["Industrial Strategy"],"notes":["Portfolio: High Representative of the Union for Foreign Affairs and Security Policy / Vice-President of the Commission"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-borrell-cabinet-fontelles-high-josep-of-representative"],"involved":["eu-tr-2732167674-76","ec-person-d38139fc9996353b508c5a13d21e63cbdde379be"]}} -{"id":"ec-meeting-2020-02-12-97a73071e75e34bdb6273623073f377f451506ee","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-12 - Cabinet of Vice-President Margaritis Schinas x European Organisation for Security"],"date":["2020-02-12"],"summary":["European Policy on Hybrid Threats"],"notes":["Portfolio: Promoting the European Way of Life"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-margaritis-of-president-schinas-vice"],"involved":["eu-tr-32134385519-64","ec-person-c8d1d7f3012c344bc60630eb456865390bddc7c5"]}} -{"id":"ec-meeting-2020-02-12-9ab3aae63c57c8fc7ed89152bbfd27f0c8faa15e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-12 - Cabinet of Commissioner Ylva Johansson x International Federation of Red Cross and Red Crescent Societies Amnesty International Limited Diakonie Deutschland Caritas Europa"],"date":["2020-02-12"],"summary":["New Pact on Migration"],"notes":["Portfolio: Home Affairs"],"location":["Vienna"],"address":["Vienna"],"addressEntity":["addr-8b6cea61d247482e9e7f1e7efb1db432a69bbcb2"],"organizer":["ec-cabinet-commissioner-johansson-of-ylva"],"involved":["ec-person-31b127e72e9dd30ce85ff2b475ac65d28d7dc48d","eu-tr-6082564924-85","eu-tr-11063928073-34","ec-person-1f14c98028fa6f9f43ee9cd5aef7ed77c30761a5","eu-tr-132236315085-89","eu-tr-07483302972-25"]}} -{"id":"ec-meeting-2020-02-12-9c39fbc1533d84a3b9370f99179dc407f213e3d3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-12 - Cabinet of Commissioner Stella Kyriakides x EuroCommerce"],"date":["2020-02-12"],"summary":["Challenges of sustainable food system in the context of Farm to fork strategy"],"notes":["Portfolio: Health"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-kyriakides-of-stella"],"involved":["eu-tr-84973761187-60","ec-person-ecf9f9e978b833afc98ee022572d468f0dc9a352","ec-person-991ce64cea5178762c932ac823ea5d309e7a8d93"]}} -{"id":"ec-meeting-2020-02-12-9c8b475db591e85aaeb76487fe66ecdb31ded607","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-12 - Mobility and Transport x A.P. Møller - Mærsk A/S"],"date":["2020-02-12"],"summary":["Maritime transport"],"location":["Singapore"],"address":["Singapore"],"addressEntity":["addr-20c0b7bdab70ca2cc9c844a0d74a3af0bbf41c3e"],"organizer":["ec-dg-move"],"involved":["eu-tr-680443918500-51","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2020-02-12-a0043df0ac564c906c0b0443127e4cf33ba8de13","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-12 - Cabinet of Executive Vice-President Valdis Dombrovskis x Italian Banking, Insurance and Finance Federation"],"date":["2020-02-12"],"summary":["SUSTAINABLE FINANCE, DIGITAL FINANCE, Capital markets union"],"notes":["Portfolio: An Economy that Works for People"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-235870cd7eb41f2494f695fce18b5b5b88647113","eu-tr-15799957915-87"]}} -{"id":"ec-meeting-2020-02-12-b5f2c75aa608f30e3b8c8c41318ca02ee7d947b2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-12 - Cabinet of Commissioner Janusz Wojciechowski x Assemblée des Régions d'Europe"],"date":["2020-02-12"],"summary":["Development of a modern and simplified CAP, creation of the new strategy “From Farm to Fork”"],"notes":["Portfolio: Agriculture"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["ec-person-c825a813205e5077cd48bbd241436daf1834fc9b","eu-tr-480267313069-44"]}} -{"id":"ec-meeting-2020-02-12-b96757350c614c55ddcd89dce5a1b850d38a63dd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-12 - Mobility and Transport x HERE Technologies"],"date":["2020-02-12"],"summary":["Urban mobility"],"location":["Singapore"],"address":["Singapore"],"addressEntity":["addr-20c0b7bdab70ca2cc9c844a0d74a3af0bbf41c3e"],"organizer":["ec-dg-move"],"involved":["eu-tr-215909832039-55","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2020-02-12-ce01f2df6eb775c3ceff6971ebf4b8097dd628e9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-12 - Cabinet of Executive Vice-President Frans Timmermans x Fern"],"date":["2020-02-12"],"summary":["biodiversity and forests"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-40538475090-82","ec-person-8af3c81534786a740718d21dc58240738a53ed7b"]}} -{"id":"ec-meeting-2020-02-12-cf8c12b01857a5869f2d95fc3564831e03d94f59","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-12 - Cabinet of Executive Vice-President Frans Timmermans x Association de l'Aviculture, de l'Industrie et du Commerce de Volailles dans les Pays de l'Union Europeenne asbl"],"date":["2020-02-12"],"summary":["The role of the poultry sector in the Green Deal"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-9803788883-16","ec-person-33624431cbec1074e151c1707715ef46d2ba9565"]}} -{"id":"ec-meeting-2020-02-12-d38fb2dde8e7bb74b94732903fc84addd6781a8e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-12 - Cabinet of Commissioner Janusz Wojciechowski x Association de l'Aviculture, de l'Industrie et du Commerce de Volailles dans les Pays de l'Union Europeenne asbl"],"date":["2020-02-12"],"summary":["The role the European Poultry Meat Production can play in the Green Deal and the Sustainable Farm to Fork Strategy"],"notes":["Portfolio: Agriculture"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["ec-person-cafe030b6dad78a75143f7552c420481b30ebceb","eu-tr-9803788883-16"]}} -{"id":"ec-meeting-2020-02-12-dadc4c95ac8070112dddbf0c34796c535fb1422b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-12 - Cabinet of Executive Vice-President Valdis Dombrovskis x Bundesverband der Deutschen Tourismuswirtschaft e. V."],"date":["2020-02-12"],"summary":["Priorities of the Commission related to tourism"],"notes":["Portfolio: An Economy that Works for People"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["eu-tr-60499753268-17","ec-person-f011ed0f7c78d833a79f1206f788e0cbd9cb8864"]}} -{"id":"ec-meeting-2020-02-12-de2b46cbae89a1e6e24676711955674883ffd683","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-12 - Cabinet of Executive Vice-President Frans Timmermans x Joint European Disruptive Initiative"],"date":["2020-02-12"],"summary":["Green Deal and Innovation"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-782340832304-56","ec-person-e88af8eb396e96e3dbc9b4ec6e40a348d26c389c"]}} -{"id":"ec-meeting-2020-02-12-de566c2cabe59ca9cd27ff9628bb3aacfc8843f1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-12 - Cabinet of Executive Vice-President Valdis Dombrovskis x FTI Consulting Belgium Payments Europe"],"date":["2020-02-12"],"summary":["PAYMENTS STRATEGY"],"notes":["Portfolio: An Economy that Works for People"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-235870cd7eb41f2494f695fce18b5b5b88647113","eu-tr-795384637216-30","eu-tr-29896393398-67"]}} -{"id":"ec-meeting-2020-02-12-eb7ebc7d332e4d45cbf01e04a4ce4b9516449fa5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-12 - Cabinet of Executive Vice-President Margrethe Vestager x Université de Genève"],"date":["2020-02-12"],"summary":["AI, corporate digital responsibility"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0","eu-tr-867199425696-96"]}} -{"id":"ec-meeting-2020-02-12-f59b5a5720e38a4949c45ad234f04c2e79c9ec9d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-12 - Cabinet of Commissioner Phil Hogan x Fertilizers Europe"],"date":["2020-02-12"],"summary":["Anti dumping duties"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-400dd8d59d3060187d9b9b143d697da1a3d03c12","eu-tr-80788715017-29"]}} -{"id":"ec-meeting-2020-02-12-f7137975d6d8d7df9e60813d67e9d827adecc27c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-12 - Cabinet of Commissioner Elisa Ferreira x Bundesverband der Deutschen Tourismuswirtschaft e. V."],"date":["2020-02-12"],"summary":["Discuss important topics in tourism"],"notes":["Portfolio: Cohesion and Reforms"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-elisa-ferreira-of"],"involved":["eu-tr-60499753268-17","ec-person-6aefca8f66cd57549e22428bee7f0d2c97d16f52"]}} -{"id":"ec-meeting-2020-02-13-0d66ecda56260a0d0faa54fac370260eb86512e9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-13 - Cabinet of Executive Vice-President Frans Timmermans x Cia - Agricoltori italiani"],"date":["2020-02-13"],"summary":["Sustainable food systems"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-341436210542-80","ec-person-33624431cbec1074e151c1707715ef46d2ba9565"]}} -{"id":"ec-meeting-2020-02-13-0e538ee27c65c6a37717a967c6cc86a4e8201e2f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-13 - Cabinet of Commissioner Nicolas Schmit x Le Labo de l'Economie Sociale et Solidaire"],"date":["2020-02-13"],"summary":["Economie sociale"],"notes":["Portfolio: Jobs and Social Rights"],"location":["Bruxelles"],"address":["Bruxelles"],"addressEntity":["addr-b58f5927b66d94a676970dc048485d4c6848f272"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["eu-tr-768767529487-25","ec-person-4cf4655ab41922e92160325d987a3c4615c72d30","ec-person-c2208333f0f75350eef62b355a40bf856f2d9cef","ec-person-c03b949331dbbe5fa3d5423758e371ec1b9b832f"]}} -{"id":"ec-meeting-2020-02-13-14d6f254f44ca553b9dfa14732bc68b9e51f1413","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-13 - Cabinet of Commissioner Jutta Urpilainen x Aula Europe Kemira Oyj"],"date":["2020-02-13"],"summary":["Green deal"],"notes":["Portfolio: International Partnerships"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["eu-tr-88742028087-64","eu-tr-893889610875-77","ec-person-1ec9383fd54d9d4cd8a154c01fa71549eb8c75ac"]}} -{"id":"ec-meeting-2020-02-13-1ca1128dff5180d97c3a3394ae0bc515c959a98b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-13 - Cabinet of Executive Vice-President Frans Timmermans x European agri-cooperatives European farmers"],"date":["2020-02-13"],"summary":["Role of Agriculture in the Green Deal"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-7c876f4825f213b8adbedf089ccedfbc3b36d65b","eu-tr-09586631237-74","eu-tr-44856881231-49"]}} -{"id":"ec-meeting-2020-02-13-1f8d12896336043b57a7eeefdaa6de79e69f54bb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-13 - Cabinet of Commissioner Johannes Hahn x European Association of Research and Technology Organisations"],"date":["2020-02-13"],"summary":["RD&I policy post-2020"],"notes":["Portfolio: Budget and Administration"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hahn-johannes-of"],"involved":["eu-tr-977869932377-59","ec-person-d1cfc2bdcd92eb0b7e7112810e03f3aff3f4af35"]}} -{"id":"ec-meeting-2020-02-13-2ec63c622564e6143c3ad2b8c9f5a6898c4fc670","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-13 - European Civil Protection and Humanitarian Aid Operations x Norwegian Refugee Council Europe"],"date":["2020-02-13"],"summary":["Discussion on common priorities and views for our strategic partnership"],"location":["Belgium, Brussels, DG ECHO premises, L86"],"address":["Belgium, Brussels, DG ECHO premises, L86"],"addressEntity":["addr-f2e0a1d1f20833035b8e2c8ae1f561c9b1412cf9"],"organizer":["ec-dg-echo"],"involved":["eu-tr-750447615329-96","ec-person-10a22f0fd27347d8ef3ff2b55ad4ef89c6fe388f"]}} -{"id":"ec-meeting-2020-02-13-424e0250bc7604c1ea81d8572f4f089c1c77da0e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-13 - Cabinet of Commissioner Jutta Urpilainen x Maa- ja metsätaloustuottajain Keskusliitto – Central Union of Agricultural Producers and Forest Owners"],"date":["2020-02-13"],"summary":["farm to fork ; forest climate development seminar 17.03."],"notes":["Portfolio: International Partnerships"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["eu-tr-56039441735-48","ec-person-1ec9383fd54d9d4cd8a154c01fa71549eb8c75ac"]}} -{"id":"ec-meeting-2020-02-13-5de3e8b6cf1e0059559c5c70480cfe6484389a0e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-13 - Cabinet of Vice-President Dubravka Šuica x Assemblée des Régions d'Europe"],"date":["2020-02-13"],"summary":["Conference on the Future; possibilities for oganisations like AER to get involved in the process, the agenda of the Vice-President in the area of demography."],"notes":["Portfolio: Democracy and Demography"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dubravka-of-president-suica-vice"],"involved":["ec-person-bae2f44eb21285b37ecc9c7f2f42b4acb1f53264","ec-person-3fde0db8d8834e47db2b7c32ce5c469b66548f1b","eu-tr-480267313069-44"]}} -{"id":"ec-meeting-2020-02-13-6d6f24219e53ae4b3bef880bbd98b32f0550076a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-13 - Cabinet of President Ursula von der Leyen x Airbus"],"date":["2020-02-13"],"summary":["EU-US trade relations"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["eu-tr-2732167674-76","ec-person-a15f450526451c70384a05ea9a3a7400ba2d3e7e"]}} -{"id":"ec-meeting-2020-02-13-86f85aa6aed6c4b52014997321c93f6d1517a647","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-13 - Cabinet of Executive Vice-President Frans Timmermans x European Network of Political Foundations"],"date":["2020-02-13"],"summary":["Roundtable discussion on the European Green Deal"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-d56ecbfde17436a136fc89c9a978b266e8285c84","eu-tr-621063526094-20"]}} -{"id":"ec-meeting-2020-02-13-8f113a61aee63dd7a84d86b4b375e668bef78365","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-13 - Cabinet of Commissioner Paolo Gentiloni x Alitalia Società Aerea Italiana S.p.A. in Amministrazione Straordinaria"],"date":["2020-02-13"],"summary":["Alitalia's overall conditions and in relation with the International/European context"],"notes":["Portfolio: Economy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gentiloni-of-paolo"],"involved":["ec-person-088d26d74d1898338fbf1c86e139bd6d3b870dbc","eu-tr-577284319505-88"]}} -{"id":"ec-meeting-2020-02-13-916f206bdc6d5933702b714c32a8177d31ca6924","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-13 - Cabinet of Executive Vice-President Frans Timmermans x BUSINESSEUROPE"],"date":["2020-02-13"],"summary":["Speech on the European Green Deal at BusinessEurope's Executive Committee"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce","eu-tr-3978240953-79"]}} -{"id":"ec-meeting-2020-02-13-98d84d0549a3003ed0dcbb5866cc79af56cfc5ef","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-13 - Cabinet of Commissioner Nicolas Schmit x Fagligt Fælles Forbund"],"date":["2020-02-13"],"summary":["Consultation on minimum wage and the communication on a social Europe for just transition"],"notes":["Portfolio: Jobs and Social Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-8eb18b6102d444937bc6af5822a6742812165b48","eu-tr-790395022789-84"]}} -{"id":"ec-meeting-2020-02-13-a4f9c731698b28c6c6f353f115bb805d9bf38a48","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-13 - Cabinet of Executive Vice-President Frans Timmermans x International Council on Clean Transportation"],"date":["2020-02-13"],"summary":["Review of EU light-duty CO2 standards"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-f1a3478550296f3f9accdc67d6ef5a0b681dda4b","eu-tr-06250094777-73"]}} -{"id":"ec-meeting-2020-02-13-b4ff0fb5dd8de0dd78c1de7108a6fa62c363c7d6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-13 - Climate Action x Knauf Energy Solutions"],"date":["2020-02-13"],"summary":["Energy efficiency measures"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-clima"],"involved":["ec-person-9c5c685692a09a77f2bc8ae9c05663b87cd75aae","eu-tr-619792037234-03"]}} -{"id":"ec-meeting-2020-02-13-c0519fd763c232794acdc315048981f34efba2e1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-13 - Cabinet of Executive Vice-President Valdis Dombrovskis x EUROPEAN TRADE UNION CONFEDERATION"],"date":["2020-02-13"],"summary":["State of play of the Social Dialogue\r\nMinimum wage\r\nReview of the economic governance\r\nIndustrial Strategy"],"notes":["Portfolio: An Economy that Works for People"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["eu-tr-06698681039-26","ec-person-9e7bd1005456277f156b671d1555c6a460fb2f58"]}} -{"id":"ec-meeting-2020-02-13-d6f4b612e910a9ff986ea977a900add58c9a0ff9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-13 - Cabinet of Commissioner Kadri Simson x ADENE - Portuguese Energy Agency"],"date":["2020-02-13"],"summary":["Introduction of European Green Deal and 2020 energy initiatives"],"notes":["Portfolio: Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["eu-tr-911689722889-60","ec-person-68b9170beccdbf21444fad7cdc252dec9e60b9d2"]}} -{"id":"ec-meeting-2020-02-13-d7f5b6fb795d66beb51029818ac25df7e37f705a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-13 - Cabinet of Vice-President Dubravka Šuica x European Association of Service providers for Persons with Disabilities"],"date":["2020-02-13"],"summary":["The Conference on the Future of Europe and the possibilities for organisations like EASPD to get involved in the process -\tDemographic change, ageing -\tRural areas -\tLong-term care, care services -\tChild Guarantee"],"notes":["Portfolio: Democracy and Demography"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dubravka-of-president-suica-vice"],"involved":["eu-tr-120906010805-50","ec-person-026798f0d4b4567a1c4ba592351123da781ce908"]}} -{"id":"ec-meeting-2020-02-13-e0633287ab52a93cc68c410b6f25f28bca77d940","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-13 - Cabinet of Commissioner Paolo Gentiloni x Confederazione Generale dell'Agricoltura Italiana"],"date":["2020-02-13"],"summary":["The EU Green Deal Investment Plan"],"notes":["Portfolio: Economy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gentiloni-of-paolo"],"involved":["ec-person-088d26d74d1898338fbf1c86e139bd6d3b870dbc","eu-tr-230456715590-19"]}} -{"id":"ec-meeting-2020-02-13-e46a8ff40990b38f0352f5ce66a365fe6e1c58c5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-13 - Cabinet of Commissioner Adina Vălean x PKP Polskie Linie Kolejowe S.A."],"date":["2020-02-13"],"summary":["Transports"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["ec-person-6e21d867543ef3b910e746c319cb048abd054702","eu-tr-237300824908-30"]}} -{"id":"ec-meeting-2020-02-13-f01c6daf79479088f974a7a89cf29a91373bbe4d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-13 - Cabinet of Executive Vice-President Frans Timmermans x EUGINE - European Engine Power Plants Association"],"date":["2020-02-13"],"summary":["Green Deal work programme: TEN E review, smart sector integration"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-d53e00c46a4cc62bbf533e0c9bb35bacb9121989","eu-tr-033807913798-84"]}} -{"id":"ec-meeting-2020-02-13-f5dd2bccdfce73aa6b1005f66f82ccc31042be5b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-13 - Cabinet of Commissioner Adina Vălean x Transport and Environment (European Federation for Transport and Environment)"],"date":["2020-02-13"],"summary":["MRV Revision, ETS extention to shipping, Alternative marine fuels, IMO ISWG7"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["ec-person-baa9678f53e0a607c8a9bb2cd9122d1c13370154","eu-tr-58744833263-19"]}} -{"id":"ec-meeting-2020-02-13-f7a3b07e2b65011696c9986256698b4e0d077519","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-13 - Cabinet of Executive Vice-President Margrethe Vestager x European Association of Research and Technology Organisations"],"date":["2020-02-13"],"summary":["Horizon Europe; Partnerships"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-3da433aae105b13fe027e9c9b3dcac2c97029370","eu-tr-977869932377-59"]}} -{"id":"ec-meeting-2020-02-13-f8233218b6f3bf88401e01677dcfb86fdaa29d6c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-13 - Cabinet of Commissioner Janusz Wojciechowski x Lantbrukarnas Riksförbund"],"date":["2020-02-13"],"summary":["Green Deal, Swedish agriculture and forestry"],"notes":["Portfolio: Agriculture"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["eu-tr-79239225070-38","ec-person-90b64673ee7f4c1dae185fbd64b45f5c45f2b66d"]}} -{"id":"ec-meeting-2020-02-14-0f3e179df0d0189cae4dc7386cf4746584845083","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-14 - Mobility and Transport x Bundesverband der Deutschen Industrie e.V."],"date":["2020-02-14"],"summary":["Future EU Transport Policy"],"location":["Brussls, Belgium"],"address":["Brussls, Belgium"],"addressEntity":["addr-f56c25536b905e7a31a05d307b667561d02f2aba"],"organizer":["ec-dg-move"],"involved":["eu-tr-1771817758-48","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2020-02-14-1dda751f5234f657fb339b0b91a575816fc0c3f0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-14 - Cabinet of Commissioner Helena Dalli x Eurochild AISBL"],"date":["2020-02-14"],"summary":["Child Guarantee"],"notes":["Portfolio: Equality"],"location":["Valletta, Malta"],"address":["Valletta, Malta"],"addressEntity":["addr-8894fe7b60d68ab898baf9d59e398d6243871f7c"],"organizer":["ec-cabinet-commissioner-dalli-helena-of"],"involved":["eu-tr-79360311166-84","ec-person-d0b568d53468fcd3dfeeaddbd07343b5b065914d"]}} -{"id":"ec-meeting-2020-02-14-22373406ed6d6a62222e32baecff29d092539805","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-14 - Cabinet of Commissioner Nicolas Schmit x European Anti Poverty Network"],"date":["2020-02-14"],"summary":["Implementation of the action plan of the Social pilar, poverty"],"notes":["Portfolio: Jobs and Social Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-8eb18b6102d444937bc6af5822a6742812165b48","eu-tr-3945154610-54"]}} -{"id":"ec-meeting-2020-02-14-2481b7c199fda477c40c7a36d6a94444d72a48b4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-14 - Cabinet of Commissioner Stella Kyriakides x EUROPEAN ORGANISATION FOR RARE DISEASES"],"date":["2020-02-14"],"summary":["Health Technology Assessment, Rare Diseases"],"notes":["Portfolio: Health"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-kyriakides-of-stella"],"involved":["ec-person-21c2ceda2d3eacf99fb8d8268bceea3d39095c55","eu-tr-93272076510-87"]}} -{"id":"ec-meeting-2020-02-14-2abe347a1ad828d0797ee2790a7580bc40d74183","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-14 - Energy x European Partnership for Energy and the Environment"],"date":["2020-02-14"],"summary":["Decarbonisation of the heating sector in the context of the European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-ener"],"involved":["ec-person-9c0f33ecb9f6badd5f4b5f1a4bd7677e18a52a22","eu-tr-22276738915-67"]}} -{"id":"ec-meeting-2020-02-14-3925c044d0234b4317fa00e612a829735931ceb9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-14 - Cabinet of Commissioner Ylva Johansson x Churches' Commission for Migrants in Europe"],"date":["2020-02-14"],"summary":["Discussion on the New Pact on Migration"],"notes":["Portfolio: Home Affairs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-johansson-of-ylva"],"involved":["eu-tr-01765274994-03","ec-person-31b127e72e9dd30ce85ff2b475ac65d28d7dc48d","ec-person-eafe594fe2bcb6af27f0422c2491a9d8cf2400da"]}} -{"id":"ec-meeting-2020-02-14-3bd3debe43b9c878b8fc951a48473b9e19afeb54","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-14 - Cabinet of Commissioner Olivér Várhelyi x Europa Nostra"],"date":["2020-02-14"],"summary":["Cssr Varhelyi's visit to Belgrade"],"notes":["Portfolio: Neighbourhood and Enlargement"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-of-oliver-varhelyi"],"involved":["ec-person-53491bf8482feff700ae076cb8b1e2ee3e728210","eu-tr-832617510389-12"]}} -{"id":"ec-meeting-2020-02-14-47d1104eb1267f4ba7248a002d0d301ffa98e7af","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-14 - Cabinet of Executive Vice-President Frans Timmermans x industriAll European Trade Union"],"date":["2020-02-14"],"summary":["Green Deal and just transition in industry"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-e88af8eb396e96e3dbc9b4ec6e40a348d26c389c","ec-person-d53e00c46a4cc62bbf533e0c9bb35bacb9121989","eu-tr-358284014848-82"]}} -{"id":"ec-meeting-2020-02-14-48b2ff73ba88553305aa1a74ea90c30a7a61922e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-14 - Cabinet of Vice-President Věra Jourová x American Chamber of Commerce to the European Union"],"date":["2020-02-14"],"summary":["Priorities of VP’s portfolio"],"notes":["Portfolio: Values and Transparency"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["ec-person-221276f2dfa4b8fe628f08e982d967b6aeb61c57","ec-person-4b44772b82b4594362a2180f88752785a6516a22","eu-tr-5265780509-97"]}} -{"id":"ec-meeting-2020-02-14-4abfeb1001c3ddaa3b79f09343f29028ac591ee0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-14 - Cabinet of Vice-President Maroš Šefčovič x Umweltorganisation WWF Central and Eastern Erurope European Environmental Bureau Naturschutzbund Deutschland e.V."],"date":["2020-02-14"],"summary":["One-in One-out; Better regulation; REFIT"],"notes":["Portfolio: Interinstitutional Relations and Foresight"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-06798511314-27","eu-tr-0285583802-96","ec-person-99d328c319d8e996bb8eafd4f202a8dce083bf05","eu-tr-02019258940-59"]}} -{"id":"ec-meeting-2020-02-14-58d7c1896fad3f9780a9b6a743c15b3dbc7f0a2c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-14 - Cabinet of Commissioner Paolo Gentiloni x IPSOS NV"],"date":["2020-02-14"],"summary":["Discussion around the latest IPSOS' research case studies"],"notes":["Portfolio: Economy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gentiloni-of-paolo"],"involved":["ec-person-088d26d74d1898338fbf1c86e139bd6d3b870dbc","eu-tr-886882434755-87"]}} -{"id":"ec-meeting-2020-02-14-627ea0629a6b09646fd4a3aeb2d8144d5db193a4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-14 - Cabinet of Commissioner Jutta Urpilainen x Metsäliitto Cooperative"],"date":["2020-02-14"],"summary":["Green deal"],"notes":["Portfolio: International Partnerships"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["ec-person-1ec9383fd54d9d4cd8a154c01fa71549eb8c75ac","eu-tr-962687110415-94"]}} -{"id":"ec-meeting-2020-02-14-6cde627ac8e34891922f8f2abceece26fb17d7ac","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-14 - Cabinet of Executive Vice-President Frans Timmermans x European Transport Workers' Federation"],"date":["2020-02-14"],"summary":["Social aspects of the European Green Deal"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-92545571128-74","ec-person-d56ecbfde17436a136fc89c9a978b266e8285c84"]}} -{"id":"ec-meeting-2020-02-14-75a942cf835589c9ca99dd7f7b141ab807e64a3a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-14 - Cabinet of Commissioner Phil Hogan x PANASONIC EUROPE BV"],"date":["2020-02-14"],"summary":["EU-Japan EPA, WTO reform"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-31253607851-84","ec-person-7d3caa534e5cdda6d5b949bd4b2def39356e3bec"]}} -{"id":"ec-meeting-2020-02-14-7f1b0ffd3a6312f6d019911f7d27e4d97fb1a4e7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-14 - Cabinet of Executive Vice-President Margrethe Vestager x OLX Global BV"],"date":["2020-02-14"],"summary":["Platform policy"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-910956030915-30","ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0"]}} -{"id":"ec-meeting-2020-02-14-83e6287f17bbd9350972f6510750c0491021507a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-14 - Cabinet of Commissioner Nicolas Schmit x FEDIL - The Voice of Luxembourg's Industry"],"date":["2020-02-14"],"summary":["Skills, Industrial Strategy and SMEs"],"notes":["Portfolio: Jobs and Social Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["eu-tr-286194516022-33","ec-person-935314e38d735654cae8ee61313a3d73439b242d","ec-person-4cf4655ab41922e92160325d987a3c4615c72d30","ec-person-c03b949331dbbe5fa3d5423758e371ec1b9b832f"]}} -{"id":"ec-meeting-2020-02-14-9b54ccb45de60d814174b2d69fd0b4f667c0f5f1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-14 - Cabinet of Commissioner Didier Reynders x Forum Européen pour la Sécurité Urbaine"],"date":["2020-02-14"],"summary":["Presentation of the Forum and its views on urban security"],"notes":["Portfolio: Justice"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-didier-of-reynders"],"involved":["ec-person-6c2abeaa21f9fe09b6a21f7f73e03d924e89018e","eu-tr-4900814699-31","ec-person-1e25399e2267734c5f4c69093d2286c8898ee9f0"]}} -{"id":"ec-meeting-2020-02-14-a24a3b9e5a872e1a40e5f53e82acc8afe754dd2d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-14 - Cabinet of Commissioner Stella Kyriakides x SYSTEMIQ LIMITED"],"date":["2020-02-14"],"summary":["Discussion on sustainable food systems"],"notes":["Portfolio: Health"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-kyriakides-of-stella"],"involved":["ec-person-ba73927c33000184cab3f41a76e1b32fe7d7eda8","eu-tr-538958337111-82"]}} -{"id":"ec-meeting-2020-02-14-b9ec93f7f566efec121dec12274584c282af7071","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-14 - Cabinet of Commissioner Ylva Johansson x Amnesty International Limited Platform for International Cooperation on Undocumented Migrants European Federation of National Organisations working with the Homeless Eurodiaconia Médecins Sans Frontières International European Network Against Racism International Rescue Committee Inc International Federation of Red Cross and Red Crescent Societies"],"date":["2020-02-14"],"summary":["Consultations on the New Pact on Migrations"],"notes":["Portfolio: Home Affairs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-johansson-of-ylva"],"involved":["eu-tr-4293010684-55","ec-person-31b127e72e9dd30ce85ff2b475ac65d28d7dc48d","eu-tr-19093363838-48","eu-tr-09854512780-89","eu-tr-11063928073-34","eu-tr-42528706153-39","eu-tr-928308827208-10","eu-tr-66790095679-26","eu-tr-132236315085-89","ec-person-eafe594fe2bcb6af27f0422c2491a9d8cf2400da"]}} -{"id":"ec-meeting-2020-02-14-c04ff36c84b89293c57c3c4a21400f192e4b344a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-14 - Cabinet of Vice-President Margaritis Schinas x Forum Européen pour la Sécurité Urbaine"],"date":["2020-02-14"],"summary":["Migration Pact, Security Union Strategy"],"notes":["Portfolio: Promoting the European Way of Life"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-margaritis-of-president-schinas-vice"],"involved":["eu-tr-4900814699-31","ec-person-901d49b3e3af3e96de8d42787e8633b0adc76ca1"]}} -{"id":"ec-meeting-2020-02-14-c3a5045866df6a0f363a46826e29e19c0882797b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-14 - Cabinet of Executive Vice-President Valdis Dombrovskis x European Anti Poverty Network"],"date":["2020-02-14"],"summary":["European Commissions’s actions against poverty, European Semester, integrating Sustainable Development Goals, European Pillar of Social Rights, European Commission’s initiative for fair minimum wage"],"notes":["Portfolio: An Economy that Works for People"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["eu-tr-3945154610-54","ec-person-55cdd2fceb3997b4092326294c9405769c7b491b","ec-person-9e7bd1005456277f156b671d1555c6a460fb2f58"]}} -{"id":"ec-meeting-2020-02-14-cf7229f4f4a410eabcc77e2594218508e29f18b2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-14 - Cabinet of Commissioner Virginijus Sinkevičius x The Pew Charitable Trusts"],"date":["2020-02-14"],"summary":["Illegal, unreported and unregulated fishing"],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["eu-tr-46834536998-79","ec-person-9de2bdbd71a153577984a493028e19bcb8c1514f"]}} -{"id":"ec-meeting-2020-02-14-cfa5b37b262a4339299c3e414d8b9ea4b00f76f9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-14 - Cabinet of Commissioner Didier Reynders x PANASONIC EUROPE BV"],"date":["2020-02-14"],"summary":["General presentation of the activities of the Group"],"notes":["Portfolio: Justice"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-didier-of-reynders"],"involved":["ec-person-50f9cba2282e1d03395cdd0faf9ce6e9a2ff3104","eu-tr-31253607851-84","ec-person-442bf1ae9900b999673cdd7389224d0e21b67d4d"]}} -{"id":"ec-meeting-2020-02-14-d419b6716f9e6fd9956f232c0cf7857029100fd9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-14 - Cabinet of Vice-President Dubravka Šuica x Democratic Society"],"date":["2020-02-14"],"summary":["Conference on the Future of Europe"],"notes":["Portfolio: Democracy and Demography"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dubravka-of-president-suica-vice"],"involved":["ec-person-026798f0d4b4567a1c4ba592351123da781ce908","eu-tr-413896028403-86"]}} -{"id":"ec-meeting-2020-02-14-f48ee6469d13e790114aa5b604421d3a69264f9e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-14 - Cabinet of Commissioner Didier Reynders x VERBOND VAN BELGISCHE ONDERNEMINGEN / FEDERATION DES ENTREPRISES DE BELGIQUE"],"date":["2020-02-14"],"summary":["Preparation for Cssr Reynders intervention at March 9th conference"],"notes":["Portfolio: Justice"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-didier-of-reynders"],"involved":["eu-tr-47676761061-93","ec-person-50f9cba2282e1d03395cdd0faf9ce6e9a2ff3104"]}} -{"id":"ec-meeting-2020-02-14-f528f35ddb1f1258828f03d0403f8c3b431460a5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-14 - Cabinet of Executive Vice-President Frans Timmermans x European DIGITAL SME Alliance"],"date":["2020-02-14"],"summary":["Digital aspects of the European Green Deal"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-082698126468-52","ec-person-d56ecbfde17436a136fc89c9a978b266e8285c84"]}} -{"id":"ec-meeting-2020-02-14-fcacd88cd922f7289d1b6dac2b57ea8b338429bf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-14 - Cabinet of Executive Vice-President Frans Timmermans x SYSTEMIQ LIMITED"],"date":["2020-02-14"],"summary":["Sustainable food systems"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-33624431cbec1074e151c1707715ef46d2ba9565","eu-tr-538958337111-82"]}} -{"id":"ec-meeting-2020-02-14-fd8e5a1b9c9360fd94dd67ae6bb53345a8c8745a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-14 - Cabinet of Commissioner Kadri Simson x Shell Companies"],"date":["2020-02-14"],"summary":["Energy policy priorities of the Commission, impact of the Green Deal on the energy sector and innovative solutions that would help the EU reach its climate and energy targets"],"notes":["Portfolio: Energy"],"location":["Munich"],"address":["Munich"],"addressEntity":["addr-4bb73f4817cac7549995b34436d424f8d8b0f1b0"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["ec-person-9b7f5fe059e5b0b40e79e9170211aa2f02322fdb","eu-tr-05032108616-26","ec-person-1995c65b8dc7f3702a8c30ed96a0144075848837"]}} -{"id":"ec-meeting-2020-02-15-47f37a38975cc6a5dd3bc8c18ca99a141d7aaa2a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-15 - Cabinet of Vice-President Margaritis Schinas x International Rescue Committee Inc"],"date":["2020-02-15"],"summary":["Migration"],"notes":["Portfolio: Promoting the European Way of Life"],"location":["Munich"],"address":["Munich"],"addressEntity":["addr-4bb73f4817cac7549995b34436d424f8d8b0f1b0"],"organizer":["ec-cabinet-margaritis-of-president-schinas-vice"],"involved":["ec-person-d5cada2a1a17537a675985af31e5ce07ae3bfd42","eu-tr-66790095679-26"]}} -{"id":"ec-meeting-2020-02-15-75693a399cff72452ec451d1059646232a62687e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-15 - Cabinet of High Representative Josep Borrell Fontelles x International Rescue Committee Inc"],"date":["2020-02-15"],"summary":["Humanitarian situation in Syria, Yemen, Sahel and Venezuela"],"notes":["Portfolio: High Representative of the Union for Foreign Affairs and Security Policy / Vice-President of the Commission"],"location":["Munich"],"address":["Munich"],"addressEntity":["addr-4bb73f4817cac7549995b34436d424f8d8b0f1b0"],"organizer":["ec-borrell-cabinet-fontelles-high-josep-of-representative"],"involved":["ec-person-d1feca8d32580d47b14dd7bb1a7ff1e0dd7a01e1","eu-tr-66790095679-26"]}} -{"id":"ec-meeting-2020-02-15-777cca95d724f2c357773681cdea0edd5384c090","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-15 - Cabinet of High Representative Josep Borrell Fontelles x Tony Blair Institute for Global Change"],"date":["2020-02-15"],"summary":["Sahel, Brexit and European issues"],"notes":["Portfolio: High Representative of the Union for Foreign Affairs and Security Policy / Vice-President of the Commission"],"location":["Munich"],"address":["Munich"],"addressEntity":["addr-4bb73f4817cac7549995b34436d424f8d8b0f1b0"],"organizer":["ec-borrell-cabinet-fontelles-high-josep-of-representative"],"involved":["eu-tr-820300530953-18","ec-person-d1feca8d32580d47b14dd7bb1a7ff1e0dd7a01e1"]}} -{"id":"ec-meeting-2020-02-17-0818721bd77065cb82826a2efa49c02b131ad05f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-17 - Cabinet of Commissioner Ylva Johansson x Save the Children Europe Fundación Cepaim Acción Integral con Migrantes. International Federation of Red Cross and Red Crescent Societies Caritas Europa"],"date":["2020-02-17"],"summary":["Consultations on the New Pact on Migrations"],"notes":["Portfolio: Home Affairs"],"location":["Madrid"],"address":["Madrid"],"addressEntity":["addr-7a2191964a3d7521269f0068afae6b6116bac15d"],"organizer":["ec-cabinet-commissioner-johansson-of-ylva"],"involved":["ec-person-981fc36acd82b2e49db83e43763b908c1a89ec0b","ec-person-31b127e72e9dd30ce85ff2b475ac65d28d7dc48d","eu-tr-375701627508-94","eu-tr-6082564924-85","ec-person-1f14c98028fa6f9f43ee9cd5aef7ed77c30761a5","eu-tr-132236315085-89","eu-tr-697362735627-20"]}} -{"id":"ec-meeting-2020-02-17-17d84d2c5a8b3749a4f5890326ff96d8785cd9b2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-17 - Cabinet of Commissioner Phil Hogan x European Chemical Industry Council"],"date":["2020-02-17"],"summary":["Trade Issues"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-a1a78365cc4685b0958056646204977d8f2ead92","eu-tr-64879142323-90"]}} -{"id":"ec-meeting-2020-02-17-17e1cba1fed135752c47015a7dca4059630e49e9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-17 - Cabinet of Vice-President Dubravka Šuica x European Federation for Services to Individuals"],"date":["2020-02-17"],"summary":["-\tPersonal Household Services in the context of work-life balance -\tRecognition, funding, skills, and digital solutions related to Personal Household Services -\tInternational initiatives relating to domestic services -\tDemographic developments in the sector of Personal Household Services, “care drain”"],"notes":["Portfolio: Democracy and Demography"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dubravka-of-president-suica-vice"],"involved":["ec-person-56280de395992e5d3884a4e43f495b3872b54643","ec-person-bae2f44eb21285b37ecc9c7f2f42b4acb1f53264","eu-tr-57795906755-89"]}} -{"id":"ec-meeting-2020-02-17-1879fd76d2629c1eed200efc9736fcb4e3c56bfd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-17 - Cabinet of Commissioner Kadri Simson x Women Political Leaders"],"date":["2020-02-17"],"summary":["Activities and upcoming events of WPL, women in energy and the Commission's activities regarding gender equality, possible areas of cooperation"],"notes":["Portfolio: Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["eu-tr-419508817229-68","ec-person-1995c65b8dc7f3702a8c30ed96a0144075848837"]}} -{"id":"ec-meeting-2020-02-17-19193183b2e839c094a452d4fb5ff4498eb72a98","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-17 - Cabinet of Commissioner Jutta Urpilainen x Save the Children Europe GLOBAL HEALTH ADVOCATES The ONE Campaign"],"date":["2020-02-17"],"summary":["discussion on pledging to GAVI"],"notes":["Portfolio: International Partnerships"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["eu-tr-26098317349-65","eu-tr-07720398190-53","eu-tr-697362735627-20","ec-person-6357f4506ca5351b3a822936612fd6006da48722"]}} -{"id":"ec-meeting-2020-02-17-1d7be2737d9bdab1e661fd203c019bb112606d05","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-17 - Cabinet of Executive Vice-President Valdis Dombrovskis x Aviva Plc"],"date":["2020-02-17"],"summary":["sustainable finance"],"notes":["Portfolio: An Economy that Works for People"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-235870cd7eb41f2494f695fce18b5b5b88647113","eu-tr-86270761494-62"]}} -{"id":"ec-meeting-2020-02-17-27c235e3fa33dbf7367fd5338579cd37a62d774e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-17 - Cabinet of Executive Vice-President Frans Timmermans x Provincie Noord-Brabant"],"date":["2020-02-17"],"summary":["Speech on the European Green Deal at Brabantstad Dinner"],"notes":["Portfolio: European Green Deal"],"location":["Breda"],"address":["Breda"],"addressEntity":["addr-f298fd8ea1b4ac3e69920e8ff62e8459fd1e13cc"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce","eu-tr-62636428022-47"]}} -{"id":"ec-meeting-2020-02-17-303109686f9c481035980736dc252d3e69861c81","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-17 - Energy x N.V. Nederlandse Gasunie"],"date":["2020-02-17"],"summary":["Decarbonisation of the European Gas sector"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-ener"],"involved":["eu-tr-29967294656-11","ec-person-9c0f33ecb9f6badd5f4b5f1a4bd7677e18a52a22"]}} -{"id":"ec-meeting-2020-02-17-348e1ca175bb239b97a8b381029aadf5d12ed980","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-17 - Cabinet of Executive Vice-President Frans Timmermans x Landbrug & Fødevarer - Danish Agriculture and Food Council Fødevareforbundet NNF"],"date":["2020-02-17"],"summary":["Sustainable food systems"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-723641028862-15","eu-tr-1634450483-86","ec-person-33624431cbec1074e151c1707715ef46d2ba9565"]}} -{"id":"ec-meeting-2020-02-17-3a91a7431885bd35292eb6725fa409de1a767f71","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-17 - Cabinet of Commissioner Adina Vălean x Shipyards' and Maritime Equipment Association of Europe"],"date":["2020-02-17"],"summary":["Introduction of SEA Europe and the Waterborne Technology Platform and its role and place in the maritime cluster, The main challenges of Europe’s shipyards and maritime equipment manufacturers, The vision of SEA Europe and the Waterborne Technology Platform on zero-emission waterborne transport and on the European Green Deal and the role of Europe’s shipyards and maritime equipment manufacturers on these matters, 4.\tThe digitalization of the waterborne sector, TRA 2020 in Helsinki and a visit to a shipyard"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["ec-person-baa9678f53e0a607c8a9bb2cd9122d1c13370154","ec-person-cc0354fbf386eb83f57c00ad5240f1dddeeabab4","eu-tr-009214311424-03"]}} -{"id":"ec-meeting-2020-02-17-3eb5ce6b9ed7f2c11014ca425ac9f4a039062990","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2020-02-17 - Cabinet of Commissioner Didier Reynders x Meta Platforms Ireland Limited and its various subsidiaries (f/k/a Facebook Ireland Limited)"],"date":["2020-02-17"],"summary":["The Future of Technology and Society (dinner discussion with Facebook and other participants)","Presentation general de Facebook"],"notes":["Portfolio: Justice"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-didier-of-reynders"],"involved":["ec-person-50f9cba2282e1d03395cdd0faf9ce6e9a2ff3104","ec-person-1e25399e2267734c5f4c69093d2286c8898ee9f0","ec-person-442bf1ae9900b999673cdd7389224d0e21b67d4d","eu-tr-28666427835-74"]}} -{"id":"ec-meeting-2020-02-17-475c40648aa22223433ff029d8f086bb50e298dd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-17 - Cabinet of Executive Vice-President Frans Timmermans x International Association of Oil & Gas Producers Europe"],"date":["2020-02-17"],"summary":["Green Deal work programme: TEN E review, smart sector integration"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-d53e00c46a4cc62bbf533e0c9bb35bacb9121989","eu-tr-3954187491-70"]}} -{"id":"ec-meeting-2020-02-17-4e90958777b2c8b733fb5db77d0cb70211c57d2a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-17 - Cabinet of Vice-President Věra Jourová x News Media Europe"],"date":["2020-02-17"],"summary":["Media freedom, media pluralism"],"notes":["Portfolio: Values and Transparency"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["ec-person-aa83f35da599b82e4f15da018f4b3447eb648f7c","eu-tr-577812220311-81"]}} -{"id":"ec-meeting-2020-02-17-561484bb87c740efbf93b8533d6733f42a77bb6d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-17 - Communications Networks, Content and Technology x Meta Platforms Ireland Limited and its various subsidiaries (f/k/a Facebook Ireland Limited)"],"date":["2020-02-17"],"summary":["Future of technology & society"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-28666427835-74","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2020-02-17-5cdbcd40ec36e296c5e980f170a966501b20198f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-17 - Cabinet of Commissioner Elisa Ferreira x CIP - Confederação Empresarial de Portugal"],"date":["2020-02-17"],"summary":["An exchange mostly regarding Cohesion Policy"],"notes":["Portfolio: Cohesion and Reforms"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-elisa-ferreira-of"],"involved":["eu-tr-022255314501-32","ec-person-6aefca8f66cd57549e22428bee7f0d2c97d16f52"]}} -{"id":"ec-meeting-2020-02-17-5ce7532495d4b97d7ee0fd27b257bfa883dc65ca","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-17 - Cabinet of Executive Vice-President Frans Timmermans x Women Political Leaders"],"date":["2020-02-17"],"summary":["Gender equality and Green Deal"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-9eafbf4a92961023c7df3ab389ae6d4301dec4bf","eu-tr-419508817229-68"]}} -{"id":"ec-meeting-2020-02-17-6273853fb05f50995bebbf0814e21c9147b39a1e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-17 - Cabinet of Commissioner Thierry Breton x Motion Picture Association EMEA"],"date":["2020-02-17"],"summary":["Exchange on global platform responsibilities and audio-visual and media policy"],"notes":["Portfolio: Internal Market"],"location":["Bruxelles"],"address":["Bruxelles"],"addressEntity":["addr-b58f5927b66d94a676970dc048485d4c6848f272"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","eu-tr-95201401713-39","ec-person-5215bd372c5a1202399d77ecceb8c16de8d7d55c"]}} -{"id":"ec-meeting-2020-02-17-640f265863f4e603b759b2dd658871d80ee5f022","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-17 - Cabinet of Executive Vice-President Margrethe Vestager x eu travel tech"],"date":["2020-02-17"],"summary":["Digital policy"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0","eu-tr-70614728635-77"]}} -{"id":"ec-meeting-2020-02-17-66587f8d2b8af1d03d50b8b7376350ef7171ec09","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-17 - Cabinet of Executive Vice-President Margrethe Vestager x The German Marshall Fund of the United States - The Transatlantic Foundation"],"date":["2020-02-17"],"summary":["Foreign policy"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-823171519707-31","ec-person-8b6db5c3c4611618ade59c6d0dadc21c962f0ee7"]}} -{"id":"ec-meeting-2020-02-17-6b660547113a06051cbbe8d716e1756b3b900d14","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-17 - Cabinet of Commissioner Nicolas Schmit x Housing Europe"],"date":["2020-02-17"],"summary":["Implementation of the action plan of the Social pilar, housing"],"notes":["Portfolio: Jobs and Social Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-8eb18b6102d444937bc6af5822a6742812165b48","eu-tr-794469327833-17"]}} -{"id":"ec-meeting-2020-02-17-742af5c0a7e87a5b597df036e38175c45e1759dd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-17 - Cabinet of Commissioner Thierry Breton x Meta Platforms Ireland Limited and its various subsidiaries (f/k/a Facebook Ireland Limited)"],"date":["2020-02-17"],"summary":["Exchange of views on the approach to platform governance and platform regulation"],"notes":["Portfolio: Internal Market"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-7217954e3bc1aad2a1474fb760ea512a069f8fe3","ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","ec-person-4d83416435f81b1f1e8f5c86aeebb1478577f1d2","eu-tr-28666427835-74"]}} -{"id":"ec-meeting-2020-02-17-7713a1d441c89aff3a0f454bd790875bfd8a6b25","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-17 - Cabinet of Executive Vice-President Valdis Dombrovskis x Carnegie Europe"],"date":["2020-02-17"],"summary":["FinCyber Strategy Project"],"notes":["Portfolio: An Economy that Works for People"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-1d8581216d9aa7f26fa098a81e84ca61e0e3f261","eu-tr-688089718929-60"]}} -{"id":"ec-meeting-2020-02-17-77d9a6114d12ff4fb924db33f9cb6f0c6ce021ff","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-17 - Cabinet of Executive Vice-President Valdis Dombrovskis x Association for Financial Markets in Europe"],"date":["2020-02-17"],"summary":["Presentation of AFME’s position paper on Basel III"],"notes":["Portfolio: An Economy that Works for People"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["eu-tr-65110063986-76","ec-person-1e9076681bd62efdd58882f9a7b63b2423568217"]}} -{"id":"ec-meeting-2020-02-17-92ab6196b2954efb8af17146c4a8f79cf06a9208","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-17 - Competition x European American Chamber of Commerce New York"],"date":["2020-02-17"],"summary":["discussion on Transatlantic collaboration"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-comp"],"involved":["ec-person-f257bc19c568ad25083c1c1e1651426245cefedf","eu-tr-803034333635-05"]}} -{"id":"ec-meeting-2020-02-17-9a0568135e9e6118def29c56530802b560b8ab13","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-17 - Cabinet of Executive Vice-President Frans Timmermans x European Aluminium AISBL"],"date":["2020-02-17"],"summary":["transition to climate neutrality and circular economy"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-e88af8eb396e96e3dbc9b4ec6e40a348d26c389c","eu-tr-9224280267-20"]}} -{"id":"ec-meeting-2020-02-17-a3a7188ad1fe4b704b22fe850f848a44fb916392","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-17 - Environment x WWF European Policy Programme"],"date":["2020-02-17"],"summary":["Nature restoration"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-env"],"involved":["eu-tr-1414929419-24","ec-person-3bc74ce04ea3f4ab4d91a5c88eef25b8b8a213b4"]}} -{"id":"ec-meeting-2020-02-17-a908f31c8c1683469b1b0f41d60c8f90d814abe7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-17 - Cabinet of Commissioner Thierry Breton x Transport and Environment (European Federation for Transport and Environment)"],"date":["2020-02-17"],"summary":["The Green Deal and road transport"],"notes":["Portfolio: Internal Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-9cf97e549f67c3228d1478a3a67d652eb28c5b46","eu-tr-58744833263-19"]}} -{"id":"ec-meeting-2020-02-17-ad0bdaa7c7c47aac020fd6da55cfbd2939c370bf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-17 - Cabinet of Commissioner Johannes Hahn x BUSINESSEUROPE"],"date":["2020-02-17"],"summary":["EU Budget"],"notes":["Portfolio: Budget and Administration"],"location":["Commissioners office"],"address":["Commissioners office"],"addressEntity":["addr-c53f4b9c5ec85a7688237001b0f538eb886e3da7"],"organizer":["ec-cabinet-commissioner-hahn-johannes-of"],"involved":["ec-person-6dd3472dac004e43ec1fa4f5b4106e3b476c9ce7","eu-tr-3978240953-79"]}} -{"id":"ec-meeting-2020-02-17-ad9d281829dcf7dc15eedceb67cdc1b6e7d0529f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-17 - Cabinet of Commissioner Helena Dalli x European Dyslexia Association"],"date":["2020-02-17"],"summary":["Learning disabilities, education and discrimination of children with dyslexia"],"notes":["Portfolio: Equality"],"location":["Valletta, Malta"],"address":["Valletta, Malta"],"addressEntity":["addr-8894fe7b60d68ab898baf9d59e398d6243871f7c"],"organizer":["ec-cabinet-commissioner-dalli-helena-of"],"involved":["ec-person-d0b568d53468fcd3dfeeaddbd07343b5b065914d","eu-tr-225738324922-97"]}} -{"id":"ec-meeting-2020-02-17-adfa450ecabbb0b09852cf679b550ffd05c02cd8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-17 - Cabinet of Commissioner Kadri Simson x APPLiA (Home Appliance Europe)"],"date":["2020-02-17"],"summary":["Introduction of the association and the home appliance industry. Implementation of the Energy Labelling Delegated Acts."],"notes":["Portfolio: Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["ec-person-d40f25b5cb5c0681854a4996da444478318f7e58","eu-tr-04201463642-88"]}} -{"id":"ec-meeting-2020-02-17-b0d352f94819ea484b9e6a8914aae439ed5a68ff","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-17 - Cabinet of Executive Vice-President Margrethe Vestager x ACT | The App Association"],"date":["2020-02-17"],"summary":["Platform policy"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-72029513877-54","ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0"]}} -{"id":"ec-meeting-2020-02-17-b5080644b1138a0f04e1a9547825f85864e5ea65","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-17 - Cabinet of Commissioner Virginijus Sinkevičius x Long Distance Advisory Council / Consejo Consultivo de Flota de Larga Distancia / Conseil Consultatif de Pêche Lointaine"],"date":["2020-02-17"],"summary":["Role of the EU in the International Ocean Governance"],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["ec-person-dd7a7b1952e158f4195d34cff333ec79a4f48ba3","ec-person-1443799688ae485d7a2fee5c9defab2c5b7c7e6c","eu-tr-905805219213-67"]}} -{"id":"ec-meeting-2020-02-17-b7a3bada277cd89732a9dd967568d6ed0f75ab8c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-17 - Cabinet of Vice-President Věra Jourová x Meta Platforms Ireland Limited and its various subsidiaries (f/k/a Facebook Ireland Limited)"],"date":["2020-02-17"],"summary":["Disinformation, Media freedom, pluralism and Copyright, Data protection"],"notes":["Portfolio: Values and Transparency"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["ec-person-221276f2dfa4b8fe628f08e982d967b6aeb61c57","ec-person-fb258e0188a5319bfaba3161382db43f5a85851f","ec-person-74c07660dcbc6dc9993b34462cf2a1fec35925ea","ec-person-bf54da17217bbddfd9c68fe24d88005ac17e2c4b","eu-tr-28666427835-74"]}} -{"id":"ec-meeting-2020-02-17-c1b2a373279c645b3a1cf8b218cbc45ab45c6697","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-17 - Cabinet of Executive Vice-President Margrethe Vestager x Meta Platforms Ireland Limited and its various subsidiaries (f/k/a Facebook Ireland Limited)"],"date":["2020-02-17"],"summary":["Digital policy"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-11d97788772862bb34f51dd26d7f92603eac1bf8","ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0","eu-tr-28666427835-74"]}} -{"id":"ec-meeting-2020-02-17-ce3fecc0bfca8b33ea42c75a44c1240dc17e934b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-17 - Cabinet of Commissioner Phil Hogan x Green 10"],"date":["2020-02-17"],"summary":["Green deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-70309834043-10","ec-person-7d3caa534e5cdda6d5b949bd4b2def39356e3bec"]}} -{"id":"ec-meeting-2020-02-17-cef2493adfa768df7098c46549a94dd2978a31df","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-17 - Cabinet of Commissioner Didier Reynders x European Network of National Human Rights Institutions"],"date":["2020-02-17"],"summary":["Consultative meeting on the comprehensive European Rule of Law mechanism"],"notes":["Portfolio: Justice"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-didier-of-reynders"],"involved":["ec-person-6c2abeaa21f9fe09b6a21f7f73e03d924e89018e","ec-person-1e25399e2267734c5f4c69093d2286c8898ee9f0","eu-tr-684831617188-52"]}} -{"id":"ec-meeting-2020-02-17-cf5e014d7d48da3f6cc35166ff9d9b89519702dc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-17 - Cabinet of Commissioner Jutta Urpilainen x International Federation of Red Cross and Red Crescent Societies"],"date":["2020-02-17"],"summary":["Africa Strategy and the humanitarian aid-peace-development nexus"],"notes":["Portfolio: International Partnerships"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["eu-tr-132236315085-89","ec-person-7c4fa9cfb750b5b524c065180fcee1123b8df03e"]}} -{"id":"ec-meeting-2020-02-17-eb0c935c41510d47662e0ff6c70421df820a5223","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-17 - Cabinet of Vice-President Dubravka Šuica x Polish Institute of International Affairs"],"date":["2020-02-17"],"summary":["Conference on the Future of Europe"],"notes":["Portfolio: Democracy and Demography"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dubravka-of-president-suica-vice"],"involved":["eu-tr-194790437564-74","ec-person-60bc1622eb549a098038c6073ce7c40691ec9384"]}} -{"id":"ec-meeting-2020-02-17-ef60fe3285564f7d2aacac684af154ca9e051fe3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-17 - Cabinet of Executive Vice-President Margrethe Vestager x European American Chamber of Commerce New York"],"date":["2020-02-17"],"summary":["EC program for 2020 and transatlantic collaboration"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-803034333635-05","ec-person-73fb1ddd279f8c6697a055567a2c09606006b875"]}} -{"id":"ec-meeting-2020-02-17-f8fc66e138feab3f660e0a9dbc4717651d3c42a7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-17 - Cabinet of Commissioner Virginijus Sinkevičius x Conseil Européen des Jeunes Agriculteurs"],"date":["2020-02-17"],"summary":["Agricultural aspects of the European Green Deal"],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["eu-tr-849413211923-25","ec-person-dd7a7b1952e158f4195d34cff333ec79a4f48ba3","ec-person-172a438ed334761e2ab5d52e551fd1bcb6ab6b8d"]}} -{"id":"ec-meeting-2020-02-17-f9d8007560d6708ad27aceced5f06aab74ca87fc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-17 - Competition x European Chemical Industry Council"],"date":["2020-02-17"],"summary":["introduce Cefic and discuss DGCOMP relevant issues"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-comp"],"involved":["ec-person-f257bc19c568ad25083c1c1e1651426245cefedf","eu-tr-64879142323-90"]}} -{"id":"ec-meeting-2020-02-17-fee7d2203039241a817b588c6a5cb1cf07e9c6a3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-17 - Cabinet of Executive Vice-President Frans Timmermans x Nestlé S.A."],"date":["2020-02-17"],"summary":["Sustainable food systems"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-15366395387-57","ec-person-33624431cbec1074e151c1707715ef46d2ba9565"]}} -{"id":"ec-meeting-2020-02-17-ff8153150b0695ca8f46f0a9e6b9fbf3d99f1d70","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-17 - Cabinet of Commissioner Ylva Johansson x Meta Platforms Ireland Limited and its various subsidiaries (f/k/a Facebook Ireland Limited)"],"date":["2020-02-17"],"summary":["The Future of Technology & Society"],"notes":["Portfolio: Home Affairs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-johansson-of-ylva"],"involved":["ec-person-e80f1d4512f8632e5baa488ed887e131294d744e","eu-tr-28666427835-74"]}} -{"id":"ec-meeting-2020-02-18-037f01b303a1fe4926f09448a810e0383d10aa10","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-18 - Climate Action x Confederazione Generale dell'Industria Italiana"],"date":["2020-02-18"],"summary":["Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-clima"],"involved":["ec-person-9c5c685692a09a77f2bc8ae9c05663b87cd75aae","eu-tr-27762251795-15"]}} -{"id":"ec-meeting-2020-02-18-043fac48ede1515b04472e19f1b241be513efa87","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-18 - Cabinet of Commissioner Didier Reynders x Tietoliikenteen ja tietotekniikan keskusliitto, FiCom ry"],"date":["2020-02-18"],"summary":["Presentation of the company's activities & issues relevant for JUST portofolio"],"notes":["Portfolio: Justice"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-didier-of-reynders"],"involved":["eu-tr-29762326480-22","ec-person-1e25399e2267734c5f4c69093d2286c8898ee9f0","ec-person-442bf1ae9900b999673cdd7389224d0e21b67d4d"]}} -{"id":"ec-meeting-2020-02-18-0902cd200332873af9c4bca8aa64644eb30e99a0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-18 - Cabinet of Commissioner Ylva Johansson x Saab AB"],"date":["2020-02-18"],"summary":["EU agenda: the overall security situation at global and EU level as well existing/forthcoming initiatives aimed at strengthening the EU capacity and capability to handle existing and evolving security challenges and threats to the Union."],"notes":["Portfolio: Home Affairs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-johansson-of-ylva"],"involved":["ec-person-d3f97e069d9ff016d7b65052f6eb6b98500ec118","ec-person-31b127e72e9dd30ce85ff2b475ac65d28d7dc48d","eu-tr-86477889163-49"]}} -{"id":"ec-meeting-2020-02-18-0a865d1f752438454a9b5a8d316e1892336b150e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-18 - Cabinet of Executive Vice-President Frans Timmermans x Schneider Electric"],"date":["2020-02-18"],"summary":["Green deal, energy efficiency"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-a282162080cef4ef2a8c0ab6247a3e03dc438507","eu-tr-46302264606-44"]}} -{"id":"ec-meeting-2020-02-18-0dc311484427bf38f6c68654b08cebb52448d918","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-18 - Cabinet of Executive Vice-President Frans Timmermans x European Chemical Industry Council"],"date":["2020-02-18"],"summary":["European Green Deal"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce","eu-tr-64879142323-90"]}} -{"id":"ec-meeting-2020-02-18-137d60276d45e61372520b411105a075fd014003","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-18 - Cabinet of Executive Vice-President Margrethe Vestager x Bolt"],"date":["2020-02-18"],"summary":["Introduction of company; platform policy"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-995377734447-25","ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0"]}} -{"id":"ec-meeting-2020-02-18-19c419ef900ce34191cc38e77b3c2fc5d55feb08","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-18 - Mobility and Transport x UNIFE"],"date":["2020-02-18"],"summary":["4th Railway Package, Shift2Rail, European Green Deal"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-move"],"involved":["eu-tr-9624415524-28","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2020-02-18-19e99f6de6133d0ab7047b662b07ef197a29cf14","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-18 - Cabinet of Commissioner Kadri Simson x The European Steel Association"],"date":["2020-02-18"],"summary":["European Green Deal for the steel industry; clean energy technologies including hydrogen, renewables for clean steel production"],"notes":["Portfolio: Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["ec-person-3ba14eabc5fddef75d1a672cc75b5f4bddd72ee9","eu-tr-93038071152-83","ec-person-2fb98fc84d2cf8d481688eff3d47f7745ead3592","ec-person-1995c65b8dc7f3702a8c30ed96a0144075848837"]}} -{"id":"ec-meeting-2020-02-18-2007b4022970c114010fa6e46d1c07db1a5f7b05","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-18 - Energy x SOLAR IMPULSE FOUNDATION"],"date":["2020-02-18"],"summary":["Solar Impulse Foundation contribution to Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-ener"],"involved":["eu-tr-569885924378-48","ec-person-9c0f33ecb9f6badd5f4b5f1a4bd7677e18a52a22"]}} -{"id":"ec-meeting-2020-02-18-21bfb33a912ad1fa3ec5daa756db8a0cdeb65248","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-18 - Cabinet of Commissioner Thierry Breton x Danone"],"date":["2020-02-18"],"summary":["Together with DG GROW, to discuss the current challenges in food value chain notably: Retail buying alliances vs processors, Territorial Supply Constraints, Trade with China and Brexit, Sustainability"],"notes":["Portfolio: Internal Market"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-4b5aaa9cea258419f934faa90c41e25de348a2d8","eu-tr-65744846168-89"]}} -{"id":"ec-meeting-2020-02-18-253be0d079df0e0707bf6412ad48e817772f030f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-18 - Cabinet of Executive Vice-President Margrethe Vestager x Banco Santander, S.A."],"date":["2020-02-18"],"summary":["Data economy; plaftform policy"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-799142914971-03","ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0"]}} -{"id":"ec-meeting-2020-02-18-258e888c9d0d808a87489fc4dca822ced34ecb9b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-18 - Cabinet of Executive Vice-President Frans Timmermans x TenneT Holding B.V."],"date":["2020-02-18"],"summary":["European Green Deal"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce","eu-tr-289810215426-07"]}} -{"id":"ec-meeting-2020-02-18-25ebb93f5006e5ecab0e6a3db8e32900a5ee3ec6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-18 - Cabinet of Commissioner Kadri Simson x Neste Oyj"],"date":["2020-02-18"],"summary":["Sustainable transport fuels"],"notes":["Portfolio: Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["ec-person-02dcb64edd20203955d6dad9d5c0dbc71a3d7816","ec-person-68b9170beccdbf21444fad7cdc252dec9e60b9d2","eu-tr-10257354120-19","ec-person-1995c65b8dc7f3702a8c30ed96a0144075848837"]}} -{"id":"ec-meeting-2020-02-18-2db89b260c739a372821f7001a9d1158d968ee34","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-18 - Energy x UNION FRANCAISE DE L'ELECTRICITE - UFE"],"date":["2020-02-18"],"summary":["Role of electricity in the clean energy transition"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-ener"],"involved":["ec-person-9c0f33ecb9f6badd5f4b5f1a4bd7677e18a52a22","eu-tr-30146663069-53"]}} -{"id":"ec-meeting-2020-02-18-2e9783459bd24cbb8f8724f4cd425fddacb8d783","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-18 - Cabinet of President Ursula von der Leyen x Investor AB The Wallenberg Foundations AB Skandinaviska Enskilda Banken AB (publ)"],"date":["2020-02-18"],"summary":["Meeting with Chair of Wallenberg Foundations, Chair of Investor AB, Chair of SEB (Topic: Digital - international Dimension, Fintech, 5G deployment & Industry Policy )"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["eu-tr-248751637333-26","eu-tr-190987114891-73","eu-tr-870768732070-09","ec-person-a2ac27c3a7aa93937efc47169c1dc2264a822175"]}} -{"id":"ec-meeting-2020-02-18-2fe2ed3a1d792412aa11ebff3fa96d3f8315e518","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-18 - Task Force for Relations with the United Kingdom x European Fisheries Alliance"],"date":["2020-02-18"],"summary":["Meeting with the Task Force for Relations with the United Kingdom"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-uktf"],"involved":["ec-person-864cfa5fbc9b02a079ffbab1107f252c7bb08478","eu-tr-263936828049-68"]}} -{"id":"ec-meeting-2020-02-18-3109c2f1546f0a337d533957b6e73463a6005bfa","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2020-02-18 - Cabinet of Commissioner Phil Hogan x European American Chamber of Commerce New York"],"date":["2020-02-18"],"summary":["Trade Issues","Relations EU&US on trade matters"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-c9d17d5879383b030f61a4066848249fb35d57e4","ec-person-a1a78365cc4685b0958056646204977d8f2ead92","eu-tr-803034333635-05"]}} -{"id":"ec-meeting-2020-02-18-36e064dce7df1a9a25e1a1119bb50c660b41bfe6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-18 - Cabinet of Commissioner Adina Vălean x World Shipping Council"],"date":["2020-02-18"],"summary":["Decarbonisation for shipping"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["ec-person-baa9678f53e0a607c8a9bb2cd9122d1c13370154","eu-tr-32416571968-71"]}} -{"id":"ec-meeting-2020-02-18-475a06cff7a6bd2341c3eac2d2bc91b0962e1f76","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-18 - Mobility and Transport x FuelsEurope"],"date":["2020-02-18"],"summary":["Energy and climate transition"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-move"],"involved":["eu-tr-26207914726-42","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2020-02-18-4b5b9bf4d3d1fc55e66c7673d6b5617c677ee0a7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-18 - Cabinet of Commissioner Jutta Urpilainen x Neste Oyj"],"date":["2020-02-18"],"summary":["Sustainable finance"],"notes":["Portfolio: International Partnerships"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["ec-person-9788b5f9ccd101dc091867a4496a5735ee7151d9","eu-tr-10257354120-19"]}} -{"id":"ec-meeting-2020-02-18-4df862e1a9213bb970058bd7d4e72e48ff66f1df","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-18 - Financial Stability, Financial Services and Capital Markets Union x Insurance Ireland"],"date":["2020-02-18"],"summary":["Sustainable Finance Agenda, Solvency II review and disclosure in retail products."],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-978587826097-61","ec-person-1fce211249673c35ee07a801ddee77ab24af8d54"]}} -{"id":"ec-meeting-2020-02-18-5103652513f618ae22168953100127af72bdedc8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-18 - Cabinet of Vice-President Margaritis Schinas x MVP Management GmbH"],"date":["2020-02-18"],"summary":["Just Transition"],"notes":["Portfolio: Promoting the European Way of Life"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-margaritis-of-president-schinas-vice"],"involved":["eu-tr-212116737377-80","ec-person-43f9f86cfe94e45a95f7fbdea9a59a54955ebcfa"]}} -{"id":"ec-meeting-2020-02-18-5247a0f8b52b1f4289396c44ce9a405db1015f2f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-18 - Cabinet of Executive Vice-President Frans Timmermans x Lidl Detailhandel Nederland EuroCommerce"],"date":["2020-02-18"],"summary":["European Green Deal"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-84973761187-60","eu-tr-480098310579-04","ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce","eu-tr-22232504133-92"]}} -{"id":"ec-meeting-2020-02-18-5a4d7035cd9bf6160b0dd8f3f423255a711d7d03","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-18 - Cabinet of Executive Vice-President Valdis Dombrovskis x European American Chamber of Commerce New York"],"date":["2020-02-18"],"summary":["New Commissions political priorities, including the green deal, digitalisation and industrial strategy; EU – US trade negotiations; Impact of Brexit on economy"],"notes":["Portfolio: An Economy that Works for People"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-1d8581216d9aa7f26fa098a81e84ca61e0e3f261","eu-tr-803034333635-05"]}} -{"id":"ec-meeting-2020-02-18-60963f701044d57550f7245f2e015e83936f407f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-18 - Cabinet of Executive Vice-President Valdis Dombrovskis x BPCE"],"date":["2020-02-18"],"summary":["Specificities of mutuals in banking regulation and Basel III"],"notes":["Portfolio: An Economy that Works for People"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["eu-tr-179370613236-62","ec-person-1e9076681bd62efdd58882f9a7b63b2423568217"]}} -{"id":"ec-meeting-2020-02-18-62c3b4ed7249681a6926975bb209379181ccb04c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-18 - Climate Action x Japan Automobile Manufacturers Association, Inc. European Office"],"date":["2020-02-18"],"summary":["Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-clima"],"involved":["ec-person-9c5c685692a09a77f2bc8ae9c05663b87cd75aae","eu-tr-47288759638-75"]}} -{"id":"ec-meeting-2020-02-18-66149236b39ca69a5e7098e9471c3fe8538ecaad","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-18 - Cabinet of Commissioner Mariya Gabriel x Kræftens Bekæmpelse Stichting Het Nederlands Kanker Instituut - Antoni van Leeuwenhoek ziekenhuis Science Business International SRL"],"date":["2020-02-18"],"summary":["Meeting to discuss the Mission on Cancer"],"notes":["Portfolio: Innovation and Youth"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-935455530585-79","ec-person-aac4e4c77e459b480bfebb0e76dc3b26fdfb1d6a","eu-tr-414775024301-47","eu-tr-044816121222-46"]}} -{"id":"ec-meeting-2020-02-18-68db810c10a8266f5b68589113ed677c5bae9c94","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-18 - Cabinet of Commissioner Adina Vălean x Union of European Chambers of Commerce for Transport"],"date":["2020-02-18"],"summary":["Transports"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["ec-person-fc3be846753d8ee60758ebedb7309dcf08aea52e","eu-tr-66355731387-11"]}} -{"id":"ec-meeting-2020-02-18-700e6333b3e721d193fafcb8cdf95b5e0e475071","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-18 - Cabinet of President Ursula von der Leyen x Banco Santander, S.A."],"date":["2020-02-18"],"summary":["The future of banking between digitalization and regulation"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["eu-tr-799142914971-03","ec-person-a159f03add374257584565c2b05cc5539a7526e6"]}} -{"id":"ec-meeting-2020-02-18-7140ccc6f8d5f75bdce1d9c2be93683e327ddc82","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-18 - Cabinet of Commissioner Thierry Breton x Investor AB"],"date":["2020-02-18"],"summary":["Echanges sur la politique industrielle européenne"],"notes":["Portfolio: Internal Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-e18e6e300776f5f47ca4c72c1ba1b0d0eb1e71fe","eu-tr-190987114891-73","ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","ec-person-b077a2e9f0fdb3b8f6e91d0bd0b256db9e40ce46"]}} -{"id":"ec-meeting-2020-02-18-73e9e3cd6bdefd9811627fa5f4ebce10abd0cda3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-18 - Cabinet of Commissioner Adina Vălean x International Air Transport Association"],"date":["2020-02-18"],"summary":["Presentation of IATA, Common priorities & preparation of the upcoming mtg betweet Cssr Valean and IATA's CEO"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["ec-person-5f7f9d4d861c5b97fbd25bccf6323535d2a7ceb8","eu-tr-1805107590-28"]}} -{"id":"ec-meeting-2020-02-18-7a80fbbb14b3d6ea630024e207405dad7e68c334","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-18 - Cabinet of President Ursula von der Leyen x UniCredit"],"date":["2020-02-18"],"summary":["Discussion on the upcoming Basel proposal"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["eu-tr-03094871618-32","ec-person-a159f03add374257584565c2b05cc5539a7526e6"]}} -{"id":"ec-meeting-2020-02-18-7e9918fc3e06b0e23b25acdcbaa17708fcacd496","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-18 - Cabinet of Executive Vice-President Valdis Dombrovskis x Bundesverband deutscher Banken e.V."],"date":["2020-02-18"],"summary":["Presentation of German Banks’ position on Basel III"],"notes":["Portfolio: An Economy that Works for People"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["eu-tr-0764199368-97","ec-person-1e9076681bd62efdd58882f9a7b63b2423568217"]}} -{"id":"ec-meeting-2020-02-18-85260e70199fdc7f9d9b64b2c4da509741ccc1cf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-18 - Cabinet of Commissioner Didier Reynders x Motion Picture Association EMEA"],"date":["2020-02-18"],"summary":["Presentation of the company's activities & issues relevant for JUST portofolio"],"notes":["Portfolio: Justice"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-didier-of-reynders"],"involved":["eu-tr-95201401713-39","ec-person-1e25399e2267734c5f4c69093d2286c8898ee9f0","ec-person-442bf1ae9900b999673cdd7389224d0e21b67d4d"]}} -{"id":"ec-meeting-2020-02-18-8a6b36df3cc9dacde706554e7cc62097d9c5587e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-18 - Cabinet of Executive Vice-President Margrethe Vestager x WithSecure Corporation"],"date":["2020-02-18"],"summary":["Cybersecurity & digital policy"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-957279018810-11","ec-person-8b6db5c3c4611618ade59c6d0dadc21c962f0ee7"]}} -{"id":"ec-meeting-2020-02-18-8f0a3fc6790497c6f89c7811876def9f5b0b732e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-18 - Communications Networks, Content and Technology x UniCredit"],"date":["2020-02-18"],"summary":["Digital issues, including digital transformation, cloud, cyber."],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-03094871618-32","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2020-02-18-928b76df8010754670d64ad49660cef3bf41483e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-18 - Cabinet of Commissioner Kadri Simson x SOLAR IMPULSE FOUNDATION"],"date":["2020-02-18"],"summary":["Energy efficiency, energy solutions, European Green Deal, greenhouse gas reduction, low carbon technology"],"notes":["Portfolio: Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["ec-person-9b7f5fe059e5b0b40e79e9170211aa2f02322fdb","ec-person-d40f25b5cb5c0681854a4996da444478318f7e58","eu-tr-569885924378-48","ec-person-1995c65b8dc7f3702a8c30ed96a0144075848837"]}} -{"id":"ec-meeting-2020-02-18-9722701e025bef58c4f2a724314f0a5ef653bbb8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-18 - Cabinet of Executive Vice-President Frans Timmermans x PwC Legal"],"date":["2020-02-18"],"summary":["European Green Deal"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce","eu-tr-714023517548-67"]}} -{"id":"ec-meeting-2020-02-18-9ab5ce3e5f195ae1bcb66569e974a5198c5aa2ff","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-18 - Environment x European Society of Endocrinology"],"date":["2020-02-18"],"summary":["EU strategy on endocrine disruptors"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-env"],"involved":["eu-tr-524404430464-42","ec-person-3bc74ce04ea3f4ab4d91a5c88eef25b8b8a213b4"]}} -{"id":"ec-meeting-2020-02-18-9ed959c25e95431e9117b6bccafae8a36eb71926","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-18 - Cabinet of Commissioner Nicolas Schmit x Amazon Europe Core SARL"],"date":["2020-02-18"],"summary":["Skills and platform economy"],"notes":["Portfolio: Jobs and Social Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-66fa2c2d100ec194caa42b5c6f97c36e2748b71c","ec-person-4cf4655ab41922e92160325d987a3c4615c72d30","eu-tr-366117914426-10","ec-person-935314e38d735654cae8ee61313a3d73439b242d","ec-person-c03b949331dbbe5fa3d5423758e371ec1b9b832f"]}} -{"id":"ec-meeting-2020-02-18-a31d5a74c786f1d68a09be4ede3f74d844ae6150","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-18 - Cabinet of Commissioner Phil Hogan x COMITE EUROPEEN des FABRICANTS de SUCRE"],"date":["2020-02-18"],"summary":["FTA Australia and future relations EU-UK"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-400dd8d59d3060187d9b9b143d697da1a3d03c12","eu-tr-49679062863-35","ec-person-d4e0ed779d9afad22ebc402fe3db519e121e437c","ec-person-7d3caa534e5cdda6d5b949bd4b2def39356e3bec"]}} -{"id":"ec-meeting-2020-02-18-a68ec9799445cc7921f739b3c12f5f024a508494","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-18 - Cabinet of Executive Vice-President Frans Timmermans x Conseil Européen des Jeunes Agriculteurs"],"date":["2020-02-18"],"summary":["Sustainable food systems"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-849413211923-25","ec-person-33624431cbec1074e151c1707715ef46d2ba9565"]}} -{"id":"ec-meeting-2020-02-18-ab68ad4beed7319185e378cd28494e83c65b3b1c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-18 - Cabinet of Commissioner Adina Vălean x European Transport Workers' Federation"],"date":["2020-02-18"],"summary":["Discuss transport workers sector in Europe"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["eu-tr-92545571128-74","ec-person-267c5ab3ea5304fc6305ef321e214c9c1cd0f78e"]}} -{"id":"ec-meeting-2020-02-18-abfbe41a4772c4393f4d0a5113afd6bca5d4311e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-18 - Environment x Deutscher Bauernverband"],"date":["2020-02-18"],"summary":["European Nitrates Directive"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-env"],"involved":["eu-tr-73085531345-65","ec-person-3bc74ce04ea3f4ab4d91a5c88eef25b8b8a213b4"]}} -{"id":"ec-meeting-2020-02-18-ac19b7715baa11b4b9cea11d8f4244c9032702b6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-18 - Cabinet of Commissioner Phil Hogan x Eurogroup for Animals"],"date":["2020-02-18"],"summary":["Trade Issues"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-6809935493-49","ec-person-a1a78365cc4685b0958056646204977d8f2ead92","ec-person-7d3caa534e5cdda6d5b949bd4b2def39356e3bec"]}} -{"id":"ec-meeting-2020-02-18-ad8e0e83bab3a28f87e7265713ef3e561e0662a5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-18 - Cabinet of Commissioner Didier Reynders x Amazon Europe Core SARL"],"date":["2020-02-18"],"summary":["General presentation of activities of the Group"],"notes":["Portfolio: Justice"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-didier-of-reynders"],"involved":["ec-person-50f9cba2282e1d03395cdd0faf9ce6e9a2ff3104","ec-person-1e25399e2267734c5f4c69093d2286c8898ee9f0","ec-person-442bf1ae9900b999673cdd7389224d0e21b67d4d","eu-tr-366117914426-10"]}} -{"id":"ec-meeting-2020-02-18-ada791ed3b2b5d095b71647715ab471928908241","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-18 - Internal Market, Industry, Entrepreneurship and SMEs x Technology Industries of Finland (Teknologiateollisuus ry)"],"date":["2020-02-18"],"summary":["Courtesy meeting to introduce themselves and present their priorities"],"location":["BREY-Brussels"],"address":["BREY-Brussels"],"addressEntity":["addr-d44a5833caa26834c3898a8945679a31285bd2ac"],"organizer":["ec-dg-grow"],"involved":["ec-person-502a9ad56e684f225d022e2e549380121183d0f6","eu-tr-39705603497-38"]}} -{"id":"ec-meeting-2020-02-18-b1d98114517c85468bad926facb070c624230156","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-18 - Cabinet of Commissioner Nicolas Schmit x Suomen Yrittäjät ry"],"date":["2020-02-18"],"summary":["minimum salary and platform work"],"notes":["Portfolio: Jobs and Social Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-8eb18b6102d444937bc6af5822a6742812165b48","eu-tr-032592932156-20"]}} -{"id":"ec-meeting-2020-02-18-bb2d625094b753ae3e60910972f2fc1792fb36a4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-18 - Cabinet of Executive Vice-President Margrethe Vestager x Motion Picture Association EMEA"],"date":["2020-02-18"],"summary":["Digital Services Act; Copyright; Audiovisual industry"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-bb1f295d8be3d10004d7e5fd7c24248a21215775","eu-tr-95201401713-39","ec-person-3da433aae105b13fe027e9c9b3dcac2c97029370"]}} -{"id":"ec-meeting-2020-02-18-bed0273d4de18011a6dbd0df0ab04a23b6faecf1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-18 - Cabinet of Executive Vice-President Frans Timmermans x Barilla G. e R. Fratelli SpA"],"date":["2020-02-18"],"summary":["Sustainable food systems"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-537747327897-92","ec-person-33624431cbec1074e151c1707715ef46d2ba9565"]}} -{"id":"ec-meeting-2020-02-18-c24c7b0048e2261a5bde1ada48486015c43b02fc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-18 - Cabinet of Commissioner Thierry Breton x Global Network Initiative"],"date":["2020-02-18"],"summary":["Presentation of the Global Network Initiative and discussion of issues concerning the regulation of online content"],"notes":["Portfolio: Internal Market"],"location":["Bruxelles"],"address":["Bruxelles"],"addressEntity":["addr-b58f5927b66d94a676970dc048485d4c6848f272"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-4d83416435f81b1f1e8f5c86aeebb1478577f1d2","eu-tr-602889028780-88","ec-person-5215bd372c5a1202399d77ecceb8c16de8d7d55c"]}} -{"id":"ec-meeting-2020-02-18-c8c99ec252fcd6c0af5f943f5d99ab74c77a6f36","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-18 - Cabinet of Commissioner Virginijus Sinkevičius x Neste Oyj"],"date":["2020-02-18"],"summary":["Circular Economy Action Plan"],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["ec-person-dd7a7b1952e158f4195d34cff333ec79a4f48ba3","eu-tr-10257354120-19"]}} -{"id":"ec-meeting-2020-02-18-d50075068c2b394c6ee8ab2ba2c41f4e75ac14e7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-18 - Mobility and Transport x International Association of Ports and Harbors"],"date":["2020-02-18"],"summary":["Challenges of the European and global port sector"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-move"],"involved":["eu-tr-008739522835-06","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2020-02-18-dc54b5fb3ab59c476839b8da1f4dacb5b576a965","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-18 - Cabinet of Commissioner Thierry Breton x DigitalES - Asociación Española para la Digitalización"],"date":["2020-02-18"],"summary":["DigitalES Summit"],"notes":["Portfolio: Internal Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-103177030898-96","ec-person-9cf97e549f67c3228d1478a3a67d652eb28c5b46"]}} -{"id":"ec-meeting-2020-02-18-e1780ecd825f37db4c300f8d09e13bdbe24d81b6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-18 - Cabinet of Executive Vice-President Frans Timmermans x Neste Oyj"],"date":["2020-02-18"],"summary":["Discussion on sustainable transport fuels"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-d56ecbfde17436a136fc89c9a978b266e8285c84","eu-tr-10257354120-19"]}} -{"id":"ec-meeting-2020-02-18-e2a1ec49597fc11a82f8575268ce171528ff846f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-18 - Cabinet of Vice-President Věra Jourová x Amazon Europe Core SARL"],"date":["2020-02-18"],"summary":["Illegal content online, hate speech, AI"],"notes":["Portfolio: Values and Transparency"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["ec-person-eb96be0a510a5e7f122fa88f994b99f073b5dac4","ec-person-bf54da17217bbddfd9c68fe24d88005ac17e2c4b","eu-tr-366117914426-10","ec-person-fb258e0188a5319bfaba3161382db43f5a85851f"]}} -{"id":"ec-meeting-2020-02-18-e8c41b1d8966b8c68a51ff01184199b94fa30946","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-18 - Cabinet of Executive Vice-President Margrethe Vestager x Blic Oy"],"date":["2020-02-18"],"summary":["Artificial intelligence"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-687078815005-93","ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0"]}} -{"id":"ec-meeting-2020-02-18-e9f04f35a6e4565dc98b315103ccd43e852c8b51","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-18 - Cabinet of Commissioner Ylva Johansson x Investor AB The Wallenberg Foundations AB"],"date":["2020-02-18"],"summary":["Courtesy meeting, migration"],"notes":["Portfolio: Home Affairs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-johansson-of-ylva"],"involved":["eu-tr-248751637333-26","eu-tr-190987114891-73","ec-person-31b127e72e9dd30ce85ff2b475ac65d28d7dc48d"]}} -{"id":"ec-meeting-2020-02-18-ec4d66a4e693522493996d07989b983aacf39afd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-18 - Cabinet of Commissioner Kadri Simson x Eurelectric aisbl"],"date":["2020-02-18"],"summary":["Introductory meeting - electrification in the energy transition - Commissioner’s possible participation in Eurelectric’s events"],"notes":["Portfolio: Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["eu-tr-4271427696-87","ec-person-d40f25b5cb5c0681854a4996da444478318f7e58","ec-person-2fb98fc84d2cf8d481688eff3d47f7745ead3592"]}} -{"id":"ec-meeting-2020-02-18-eeeacf08cf2714de2d7399ce436c00abab6c4f76","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-18 - Cabinet of Executive Vice-President Frans Timmermans x PGE Polska Grupa Energetyczna SA"],"date":["2020-02-18"],"summary":["European Green Deal"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce","eu-tr-818300434979-49"]}} -{"id":"ec-meeting-2020-02-18-f213945be7f79b11501e44f88e3f6e3a74398a86","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-18 - Cabinet of President Ursula von der Leyen x European American Chamber of Commerce New York"],"date":["2020-02-18"],"summary":["EU-US trade and investment relations"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["eu-tr-803034333635-05","ec-person-a15f450526451c70384a05ea9a3a7400ba2d3e7e"]}} -{"id":"ec-meeting-2020-02-18-f5c404863abe3b859cf24f770bf89bb0575ba7e0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-18 - Cabinet of Commissioner Janusz Wojciechowski x Barilla G. e R. Fratelli SpA"],"date":["2020-02-18"],"summary":["Farm to Fork"],"notes":["Portfolio: Agriculture"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["eu-tr-537747327897-92","ec-person-c825a813205e5077cd48bbd241436daf1834fc9b"]}} -{"id":"ec-meeting-2020-02-18-f5dd2bccdfce73aa6b1005f66f82ccc31042be5b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-18 - Cabinet of Commissioner Adina Vălean x Transport and Environment (European Federation for Transport and Environment)"],"date":["2020-02-18"],"summary":["Transport"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["ec-person-cc0354fbf386eb83f57c00ad5240f1dddeeabab4","eu-tr-58744833263-19"]}} -{"id":"ec-meeting-2020-02-18-f76e4367160a86d82761ed64d1da083786b8b8d5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-18 - Cabinet of Commissioner Kadri Simson x Institut für Klimaschutz, Energie und Mobilität"],"date":["2020-02-18"],"summary":["Overview of IKEM. Opening of the IKEM Brussels office. Transition to climate-neutrality."],"notes":["Portfolio: Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["ec-person-d40f25b5cb5c0681854a4996da444478318f7e58","eu-tr-828863937219-70"]}} -{"id":"ec-meeting-2020-02-18-fe187c656b2402328214a1e501e0065946cd37be","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-18 - Cabinet of Executive Vice-President Margrethe Vestager x Kaupan liitto ry - Finnish Commerce Federation"],"date":["2020-02-18"],"summary":["Digital services act"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-141376015883-52","ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0"]}} -{"id":"ec-meeting-2020-02-19-028e2326b9acacf4a89450f4684c0304954e7a8d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-19 - Cabinet of Commissioner Paolo Gentiloni x Liquid Gas Europe"],"date":["2020-02-19"],"summary":["European Green Deal"],"notes":["Portfolio: Economy"],"location":["Brussels, BE"],"address":["Brussels, BE"],"addressEntity":["addr-bd80958a978de8af51caa97a25a75f30d0061d71"],"organizer":["ec-cabinet-commissioner-gentiloni-of-paolo"],"involved":["eu-tr-63503202933-02","ec-person-8da36db391ed53f362d495cd564ba8b45c7003e1"]}} -{"id":"ec-meeting-2020-02-19-0747260a2e7b0debe4f0ad6f2b62cd468111cdd7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-19 - Cabinet of Executive Vice-President Frans Timmermans x European Youth Forum Stichting ERGO Network Platform of European Social NGOs Caritas Europa"],"date":["2020-02-19"],"summary":["European Green Deal"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-587174614073-09","eu-tr-43251547769-22","eu-tr-6082564924-85","eu-tr-85083981189-35","ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce"]}} -{"id":"ec-meeting-2020-02-19-078fa2bb27134a9f42c0980949db48aa2a8966f2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-19 - Cabinet of Commissioner Janusz Wojciechowski x American Chamber of Commerce to the European Union"],"date":["2020-02-19"],"summary":["To discuss future engagements with AmCham EU and thier members; AmCham to offer Commissioner a platform to share vision and priorities."],"notes":["Portfolio: Agriculture"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["ec-person-625f8b4379f79adee4f15c6a0417a96bb5a5a403","eu-tr-5265780509-97"]}} -{"id":"ec-meeting-2020-02-19-099367a3bed7d7bf21e9495238573f3501f173a0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-19 - Cabinet of Commissioner Paolo Gentiloni x FERROVIE DELLO STATO ITALIANE S.p.A."],"date":["2020-02-19"],"summary":["Railway transportation opportunities and challenges"],"notes":["Portfolio: Economy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gentiloni-of-paolo"],"involved":["ec-person-088d26d74d1898338fbf1c86e139bd6d3b870dbc","eu-tr-1954267427-31"]}} -{"id":"ec-meeting-2020-02-19-0be368e4686cec081238837977d28df01db3fa4d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-19 - Cabinet of Commissioner Jutta Urpilainen x Fortum Oyj"],"date":["2020-02-19"],"summary":["EU Digital Package and climate policy"],"notes":["Portfolio: International Partnerships"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["eu-tr-03501997362-71","ec-person-06b0238eadc5dd98061e9e34e90c8693a32a11e0"]}} -{"id":"ec-meeting-2020-02-19-0cf774349ec7b30e1828ee0dc2990ee6e68135bc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-19 - Environment x European Policy Centre"],"date":["2020-02-19"],"summary":["Circular economy action plan"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-env"],"involved":["eu-tr-89632641000-47","ec-person-3bc74ce04ea3f4ab4d91a5c88eef25b8b8a213b4"]}} -{"id":"ec-meeting-2020-02-19-148156cb9503e21d91c4abef521ad1f174d8cadb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-19 - Cabinet of Commissioner Janusz Wojciechowski x European farmers Wine Institute"],"date":["2020-02-19"],"summary":["French winegrowers cooperatives, CAP"],"notes":["Portfolio: Agriculture"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["eu-tr-789086929461-60","ec-person-90b64673ee7f4c1dae185fbd64b45f5c45f2b66d","eu-tr-44856881231-49"]}} -{"id":"ec-meeting-2020-02-19-1de6a747700db57e5d22d2214a1675347c9227ad","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-19 - Cabinet of Commissioner Stella Kyriakides x Greenpeace European Unit Corporate Europe Observatory Slow Food Friends of the Earth Europe"],"date":["2020-02-19"],"summary":["Farm to Fork"],"notes":["Portfolio: Health"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-kyriakides-of-stella"],"involved":["eu-tr-01936914624-97","ec-person-991ce64cea5178762c932ac823ea5d309e7a8d93","eu-tr-5353162366-85","ec-person-081d99a6f9ed1259db43e2cbcba20275774511b2","eu-tr-9832909575-41","ec-person-ba73927c33000184cab3f41a76e1b32fe7d7eda8","eu-tr-9825553393-31"]}} -{"id":"ec-meeting-2020-02-19-201331ac06fc5db793c88ac8d52e4f7778eae39c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-19 - Cabinet of Commissioner Helena Dalli x European Association of Service providers for Persons with Disabilities"],"date":["2020-02-19"],"summary":["Implementation of the UN CRPD, priorities for the future EU Disability Strategy and anti-discrimination legislation at European level."],"notes":["Portfolio: Equality"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-dalli-helena-of"],"involved":["ec-person-dbd4bba0ef71d4385c97691e3df5bb484709a07e","eu-tr-120906010805-50","ec-person-750f95c6f949648cff9e460a362a85085c851faf"]}} -{"id":"ec-meeting-2020-02-19-22db6d3f006aa90fc7b254374cae117f8adf5c74","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-19 - Cabinet of Commissioner Phil Hogan x Deutsche Bank AG"],"date":["2020-02-19"],"summary":["EU Trade relations"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-271912611231-56","ec-person-7d3caa534e5cdda6d5b949bd4b2def39356e3bec"]}} -{"id":"ec-meeting-2020-02-19-271694f0dc94b10feace0f6e046a775c16036d94","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-19 - Environment x SALESAS TRES CENTRO DE ESTUDIOS"],"date":["2020-02-19"],"summary":["Circular economy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-env"],"involved":["eu-tr-400183910694-08","ec-person-3bc74ce04ea3f4ab4d91a5c88eef25b8b8a213b4"]}} -{"id":"ec-meeting-2020-02-19-2e289daa3c00374520d2590b2b912c34cf197665","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-19 - Cabinet of Executive Vice-President Margrethe Vestager x AT&T, Inc."],"date":["2020-02-19"],"summary":["Global digital trade"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-c5a20b92c008e114355d197b9b2fd62c88868c4e","ec-person-bb1f295d8be3d10004d7e5fd7c24248a21215775","eu-tr-92442218459-37"]}} -{"id":"ec-meeting-2020-02-19-322130e27f3c6165d1087ad60e6c966f8d0cf005","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-19 - Cabinet of Executive Vice-President Frans Timmermans x Eni S.p.A."],"date":["2020-02-19"],"summary":["European Green Deal"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-99578067285-35","ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce"]}} -{"id":"ec-meeting-2020-02-19-3be4e04a00fc844f307ad688cf0c0ea39afcf452","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-19 - Cabinet of Commissioner Phil Hogan x Freshfields Bruckhaus Deringer LLP"],"date":["2020-02-19"],"summary":["UK-EU future relationship"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-443913019286-78","ec-person-7d3caa534e5cdda6d5b949bd4b2def39356e3bec"]}} -{"id":"ec-meeting-2020-02-19-3c0f9a3af9639e35e6ccc509298c5cf5a1fa75fe","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-19 - Cabinet of Executive Vice-President Margrethe Vestager x Salesforce"],"date":["2020-02-19"],"summary":["Digital priorities of the new Commission"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-991195317279-06","ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0"]}} -{"id":"ec-meeting-2020-02-19-3e840d6d76ed1197fa14396d98539126b6e02f9c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-19 - Cabinet of President Ursula von der Leyen x Deutsche Bank AG"],"date":["2020-02-19"],"summary":["Sustainabble finance and forthcoming Basel package"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["eu-tr-271912611231-56","ec-person-a159f03add374257584565c2b05cc5539a7526e6"]}} -{"id":"ec-meeting-2020-02-19-40065e3a900b253fd791c9bd02b6042d53097972","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-19 - Cabinet of Vice-President Dubravka Šuica x Europe's People's Forum"],"date":["2020-02-19"],"summary":["Conference on the Future of Europe"],"notes":["Portfolio: Democracy and Demography"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dubravka-of-president-suica-vice"],"involved":["ec-person-026798f0d4b4567a1c4ba592351123da781ce908","eu-tr-128670627678-46"]}} -{"id":"ec-meeting-2020-02-19-42319010c265dbae4a32fb81b76b2bf1e9e8b8ec","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-19 - Health and Food Safety x European Organisation for Research and Treatment of Cancer"],"date":["2020-02-19"],"summary":["challenges of documenting robust evidence for the use of cancer treatments"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-sante"],"involved":["ec-person-42d2108d723f9b9017ed589e3271e3156172daa7","eu-tr-70539554035-46"]}} -{"id":"ec-meeting-2020-02-19-4936845508126e7919603a4cd6f24cc7b995c338","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-19 - Cabinet of Commissioner Mariya Gabriel x ENGIE"],"date":["2020-02-19"],"summary":["European Research Area, digital scientists, creative sectors and innovation in the new Horizon Europe programme"],"notes":["Portfolio: Innovation and Youth"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-90947457424-20","ec-person-1674399a793e9e6fd7cf55b525515fc862fc9351"]}} -{"id":"ec-meeting-2020-02-19-4bc339110c822405b31fc2214ee56be18fc1e245","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-19 - Cabinet of Commissioner Phil Hogan x European Federation of Origin Wines"],"date":["2020-02-19"],"summary":["EU/US trade"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-93296213494-75","ec-person-c9d17d5879383b030f61a4066848249fb35d57e4"]}} -{"id":"ec-meeting-2020-02-19-4fd79e6e2ce722c9e95a83501620f7a4aea78db3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-19 - Cabinet of Vice-President Věra Jourová x Transparency International Liaison Office to the European Union"],"date":["2020-02-19"],"summary":["Transparency and ethics"],"notes":["Portfolio: Values and Transparency"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["ec-person-4b44772b82b4594362a2180f88752785a6516a22","ec-person-76793b3bad1c7471121c510a962aae356d19c30b","eu-tr-501222919-71"]}} -{"id":"ec-meeting-2020-02-19-53bf0cebf9c482631b734f8acb14668beb781035","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-19 - Cabinet of Vice-President Věra Jourová x European Internet Services Providers Association"],"date":["2020-02-19"],"summary":["Digital Services Act"],"notes":["Portfolio: Values and Transparency"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["ec-person-221276f2dfa4b8fe628f08e982d967b6aeb61c57","eu-tr-54437813115-56","ec-person-aa83f35da599b82e4f15da018f4b3447eb648f7c"]}} -{"id":"ec-meeting-2020-02-19-551c8c37e054bb7f3c596d61ff6074d9369cdcf8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-19 - Cabinet of Commissioner Helena Dalli x RELX"],"date":["2020-02-19"],"summary":["Presentation of RELX' activities in the field of diversity & inclusion"],"notes":["Portfolio: Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-dalli-helena-of"],"involved":["eu-tr-338398611148-62","ec-person-09fe68f5317e5e0a45277c9195b58da0a8037a5c"]}} -{"id":"ec-meeting-2020-02-19-555039b28d7de83d85f9c5de21dda2269edc9c18","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-19 - Cabinet of Commissioner Ylva Johansson x Federation of Swedish Family Forest Owners"],"date":["2020-02-19"],"summary":["Green Deal"],"notes":["Portfolio: Home Affairs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-johansson-of-ylva"],"involved":["eu-tr-878186914678-56","ec-person-981fc36acd82b2e49db83e43763b908c1a89ec0b","ec-person-e80f1d4512f8632e5baa488ed887e131294d744e"]}} -{"id":"ec-meeting-2020-02-19-5796600a7bb9c35bfdef08cc4fdf98184c296664","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-19 - Cabinet of Executive Vice-President Frans Timmermans x Community of European Railway and Infrastructure Companies"],"date":["2020-02-19"],"summary":["Green Deal and the rail sector"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-7c876f4825f213b8adbedf089ccedfbc3b36d65b","eu-tr-7574621118-27"]}} -{"id":"ec-meeting-2020-02-19-57b86140284337872d5d479c1485abede240fdf8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-19 - Financial Stability, Financial Services and Capital Markets Union x Fleishman-Hillard European Central Counterparty N.V. Cboe Europe Limited"],"date":["2020-02-19"],"summary":["EU trading and post-trading landscape, EU derivatives markets"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-56047191389-84","eu-tr-262967515153-20","eu-tr-169998025130-55","ec-person-1fce211249673c35ee07a801ddee77ab24af8d54"]}} -{"id":"ec-meeting-2020-02-19-5d903e202528dca24e4fd9cf8409301f39cf03e4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-19 - Cabinet of Executive Vice-President Valdis Dombrovskis x JPMorgan Chase & Co."],"date":["2020-02-19"],"summary":["sustainable finance"],"notes":["Portfolio: An Economy that Works for People"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-235870cd7eb41f2494f695fce18b5b5b88647113","eu-tr-9171899949-17"]}} -{"id":"ec-meeting-2020-02-19-62feaeb77c728db81dbdcaf82e2c94539680a50d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-19 - Cabinet of Commissioner Didier Reynders x European Internet Services Providers Association"],"date":["2020-02-19"],"summary":["Presentation general of activities of the Group"],"notes":["Portfolio: Justice"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-didier-of-reynders"],"involved":["ec-person-50f9cba2282e1d03395cdd0faf9ce6e9a2ff3104","eu-tr-54437813115-56","ec-person-442bf1ae9900b999673cdd7389224d0e21b67d4d"]}} -{"id":"ec-meeting-2020-02-19-6380278a07864a65c8648058cbf21b4b511a5c3e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-19 - Cabinet of Executive Vice-President Frans Timmermans x Transport and Environment (European Federation for Transport and Environment)"],"date":["2020-02-19"],"summary":["Participation in \"Getting Zero Emission Trucks on the Road\" Event"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-d56ecbfde17436a136fc89c9a978b266e8285c84","eu-tr-58744833263-19"]}} -{"id":"ec-meeting-2020-02-19-6504028026ab509964fe95b8aa3849bae2f3ee7c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-19 - Financial Stability, Financial Services and Capital Markets Union x FTI Consulting Belgium Mastercard Europe"],"date":["2020-02-19"],"summary":["Digital payments, European payment infrastructure"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["ec-person-1fce211249673c35ee07a801ddee77ab24af8d54","eu-tr-29896393398-67","eu-tr-58204758673-16"]}} -{"id":"ec-meeting-2020-02-19-6a7461e829cdf15ab28b8a4f35c5e62b6e02e38d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-19 - Cabinet of Executive Vice-President Valdis Dombrovskis x Deutsche Bank AG"],"date":["2020-02-19"],"summary":["EU regulatory framework for banks; Basel III; Capital Markets Union"],"notes":["Portfolio: An Economy that Works for People"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["eu-tr-271912611231-56","ec-person-f011ed0f7c78d833a79f1206f788e0cbd9cb8864","ec-person-9e7bd1005456277f156b671d1555c6a460fb2f58","ec-person-1e9076681bd62efdd58882f9a7b63b2423568217"]}} -{"id":"ec-meeting-2020-02-19-7283c7ba58d55b71ef3dd40f7cecba959ebabbc9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-19 - Cabinet of Executive Vice-President Frans Timmermans x ABN AMRO Bank N.V."],"date":["2020-02-19"],"summary":["European Green Deal"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-353231132587-96","ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce"]}} -{"id":"ec-meeting-2020-02-19-78be623990c20b4f4a3ab21015beca640f1e8569","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-19 - Cabinet of President Ursula von der Leyen x Association des Constructeurs Européens d'Automobiles"],"date":["2020-02-19"],"summary":["Digitalisation & mobility,, ITS standards, data sharing, eprivacy, cybersecurity, cooperative, connected & automated mobiliy (CCAM)"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-7019713e72781afb1f3b19032c4752a314b78180","eu-tr-0649790813-47"]}} -{"id":"ec-meeting-2020-02-19-7ae07c6e094aae95c12d5041b7522818f750f065","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-19 - Cabinet of Executive Vice-President Frans Timmermans x Greenpeace European Unit WWF European Policy Programme European Environmental Bureau Stichting BirdLife Europe Naturschutzbund Deutschland e.V."],"date":["2020-02-19"],"summary":["Sustainable food systems"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-06798511314-27","eu-tr-1083162721-43","eu-tr-1414929419-24","eu-tr-9832909575-41","eu-tr-0285583802-96","ec-person-33624431cbec1074e151c1707715ef46d2ba9565"]}} -{"id":"ec-meeting-2020-02-19-7b4d0cb30a08adbd4ae2f138cd650de146b6b3d7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-19 - Cabinet of President Ursula von der Leyen x SOLAR IMPULSE FOUNDATION"],"date":["2020-02-19"],"summary":["European Green deal"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-f2b941852d3b961d69ed695c2d243a1a2b4a1904","eu-tr-569885924378-48"]}} -{"id":"ec-meeting-2020-02-19-8e2d56f07d5dd2dd9fe2807e339da3e72b7c6f8b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-19 - Cabinet of Commissioner Janusz Wojciechowski x Finnish Forest Industries Federation (Metsäteollisuus ry)"],"date":["2020-02-19"],"summary":["Green Deal, EU Biodiversity Strategy, Finnish forestry"],"notes":["Portfolio: Agriculture"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["eu-tr-39671713910-36","ec-person-90b64673ee7f4c1dae185fbd64b45f5c45f2b66d"]}} -{"id":"ec-meeting-2020-02-19-907b106569c734e5260b5c4e2dc45af20bbd10a1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-19 - Cabinet of Executive Vice-President Valdis Dombrovskis x Intesa Sanpaolo"],"date":["2020-02-19"],"summary":["Payments"],"notes":["Portfolio: An Economy that Works for People"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-235870cd7eb41f2494f695fce18b5b5b88647113","eu-tr-24037141789-48"]}} -{"id":"ec-meeting-2020-02-19-a038ea870e78cf8a149ce8682e839f98d7e1f26e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-19 - Financial Stability, Financial Services and Capital Markets Union x Svenska Handelsbanken AB"],"date":["2020-02-19"],"summary":["Basel III"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-933950717522-28","ec-person-1fce211249673c35ee07a801ddee77ab24af8d54"]}} -{"id":"ec-meeting-2020-02-19-a21fb090be6effe61a96d3c89c30f5154632dfe2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-19 - Cabinet of Executive Vice-President Valdis Dombrovskis x Institute of International Finance"],"date":["2020-02-19"],"summary":["Meeting IIF Deputy Chief Economist on their research agenda and topics of common interest."],"notes":["Portfolio: An Economy that Works for People"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["eu-tr-48714858158-06","ec-person-95d6ecce9b8f3a7b167d0eac8e270fdce0665ccb"]}} -{"id":"ec-meeting-2020-02-19-a3c50853f041a46ea1b1807170dba981a47fb1fe","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-19 - Cabinet of Executive Vice-President Frans Timmermans x Simply Europe"],"date":["2020-02-19"],"summary":["European Green Deal"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce","eu-tr-78575056586-62"]}} -{"id":"ec-meeting-2020-02-19-b17fc5be72a1011582b825a5d38721ea4e311052","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-19 - Cabinet of Commissioner Virginijus Sinkevičius x Technology Industries of Finland (Teknologiateollisuus ry)"],"date":["2020-02-19"],"summary":["European Business ecosystem and European environment"],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["eu-tr-39705603497-38","ec-person-a3ed762188f9656ad2089827d1f121894fc1c0d2"]}} -{"id":"ec-meeting-2020-02-19-bb8d562a1b2140284d2becd0d603d91904d7879f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-19 - Cabinet of Commissioner Kadri Simson x Ingka Services A.B."],"date":["2020-02-19"],"summary":["To discuss the upcoming policy proposals on the European Green Deal, in particular on renewable energy."],"notes":["Portfolio: Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["ec-person-9b7f5fe059e5b0b40e79e9170211aa2f02322fdb","eu-tr-1095068839-59"]}} -{"id":"ec-meeting-2020-02-19-c1bd84412219ef8cb8256f34965bae7785dd246d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-19 - Cabinet of Executive Vice-President Frans Timmermans x Kennisinstituut Duurzaam Verpakken"],"date":["2020-02-19"],"summary":["European Green Deal"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce","eu-tr-088684218490-40"]}} -{"id":"ec-meeting-2020-02-19-c95fb63975b66fa6676df1401c3412ef576d2884","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-19 - Financial Stability, Financial Services and Capital Markets Union x ABN AMRO Bank N.V."],"date":["2020-02-19"],"summary":["Basel III, Sustainable Finance, Anti-Money Laundering,Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-353231132587-96","ec-person-1fce211249673c35ee07a801ddee77ab24af8d54"]}} -{"id":"ec-meeting-2020-02-19-cb10f7abdb822402145435beaf9956c21a7060ec","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-19 - Cabinet of President Ursula von der Leyen x McLarty Associates"],"date":["2020-02-19"],"summary":["EU-US relations"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["eu-tr-502376418704-34","ec-person-a15f450526451c70384a05ea9a3a7400ba2d3e7e"]}} -{"id":"ec-meeting-2020-02-19-ce072b60eb11490ce2be5a0d9e581df078c7fc3d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-19 - Cabinet of Commissioner Kadri Simson x PubAffairsBruxelles ASBL"],"date":["2020-02-19"],"summary":["Energy initiatives in the Commission work programme, upcoming tertiary acts. Smart grids, data driven services, systems efficiency in the climate neutrality transition"],"notes":["Portfolio: Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["ec-person-d40f25b5cb5c0681854a4996da444478318f7e58","eu-tr-492644015170-55"]}} -{"id":"ec-meeting-2020-02-19-d04a793a0f14c6a43b5fae3784af2f9b93c24f7b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-19 - Cabinet of Executive Vice-President Valdis Dombrovskis x Svenska Handelsbanken AB"],"date":["2020-02-19"],"summary":["Presentation of Handelsbanken's position on Basel III"],"notes":["Portfolio: An Economy that Works for People"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["eu-tr-933950717522-28","ec-person-f011ed0f7c78d833a79f1206f788e0cbd9cb8864","ec-person-1e9076681bd62efdd58882f9a7b63b2423568217"]}} -{"id":"ec-meeting-2020-02-19-d32539534c238d5826fb6c06d63d21f393a99e1c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-19 - Structural Reform Support x ABN AMRO Bank N.V."],"date":["2020-02-19"],"summary":["Courtesy meeting with CEO"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-reform"],"involved":["eu-tr-353231132587-96","ec-person-6420facda81e0ac04377023fcfa86e953541782b"]}} -{"id":"ec-meeting-2020-02-19-db27246f24e067f3ce64e47baae5276868c899d1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-19 - Internal Market, Industry, Entrepreneurship and SMEs x Japan Automobile Manufacturers Association, Inc. European Office"],"date":["2020-02-19"],"summary":["Courtesy meeting and discuss Automotive Industry strategy"],"location":["BREY-Brussels"],"address":["BREY-Brussels"],"addressEntity":["addr-d44a5833caa26834c3898a8945679a31285bd2ac"],"organizer":["ec-dg-grow"],"involved":["eu-tr-47288759638-75","ec-person-502a9ad56e684f225d022e2e549380121183d0f6"]}} -{"id":"ec-meeting-2020-02-19-dcbfd7742633559963e7f6c870ccf3b18719386a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-19 - Economic and Financial Affairs x ABN AMRO Bank N.V."],"date":["2020-02-19"],"summary":["Meeting with CEO ABN Ambro"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-ecfin"],"involved":["eu-tr-353231132587-96","ec-person-d59b69916c3a29673c14838feab22a7902555d52"]}} -{"id":"ec-meeting-2020-02-19-e1580401703b4a8b31c165416add35e071a6c06b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-19 - Cabinet of Commissioner Stella Kyriakides x European Environmental Bureau Stichting BirdLife Europe Greenpeace European Unit Naturschutzbund Deutschland e.V. WWF European Policy Programme"],"date":["2020-02-19"],"summary":["Sustainable food systems"],"notes":["Portfolio: Health"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-kyriakides-of-stella"],"involved":["eu-tr-06798511314-27","ec-person-ecf9f9e978b833afc98ee022572d468f0dc9a352","eu-tr-1083162721-43","eu-tr-1414929419-24","eu-tr-9832909575-41","eu-tr-0285583802-96"]}} -{"id":"ec-meeting-2020-02-19-e6d03d5f9ff179de02e2ea937072aaefe4ebd880","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-19 - Cabinet of Executive Vice-President Valdis Dombrovskis x European Banking Federation"],"date":["2020-02-19"],"summary":["Basel III, Banking Union, Anti-money laundering, Payments"],"notes":["Portfolio: An Economy that Works for People"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-235870cd7eb41f2494f695fce18b5b5b88647113","eu-tr-4722660838-23","ec-person-9e7bd1005456277f156b671d1555c6a460fb2f58"]}} -{"id":"ec-meeting-2020-02-19-e6fc503e595d5fe1b72fbd9b3ed5af6134d6bf1f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-19 - Cabinet of Commissioner Virginijus Sinkevičius x European Federation of National Associations of Water Services"],"date":["2020-02-19"],"summary":["Water legislation in the context of European Green Deal and Zero Pollution Ambition"],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["ec-person-dd7a7b1952e158f4195d34cff333ec79a4f48ba3","eu-tr-39299129772-62","ec-person-172a438ed334761e2ab5d52e551fd1bcb6ab6b8d"]}} -{"id":"ec-meeting-2020-02-19-ed2bbcaf676dd3f9c7ffd0da8e8cb877bf44bcd2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-19 - Cabinet of Commissioner Virginijus Sinkevičius x Business for Nature"],"date":["2020-02-19"],"summary":["European Green Deal and engagement of the private sector"],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["eu-tr-581192637369-96","ec-person-dd7a7b1952e158f4195d34cff333ec79a4f48ba3","ec-person-172a438ed334761e2ab5d52e551fd1bcb6ab6b8d"]}} -{"id":"ec-meeting-2020-02-19-ed7e96ee6abd22a4c82ac8c4895799358716477c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-19 - Cabinet of President Ursula von der Leyen x World Economic Forum"],"date":["2020-02-19"],"summary":["Green deal"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["eu-tr-049060636194-17","ec-person-f2b941852d3b961d69ed695c2d243a1a2b4a1904"]}} -{"id":"ec-meeting-2020-02-19-f0fa78987e03676480d9063c9dd806940f41ac1a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-19 - Cabinet of Commissioner Paolo Gentiloni x European Association of Long-Term Investors"],"date":["2020-02-19"],"summary":["Sustainable European Investment Plan"],"notes":["Portfolio: Economy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gentiloni-of-paolo"],"involved":["ec-person-6168eb3d5d9bc71f9dc22fb6f75f77fa485ec252","eu-tr-977980112556-82"]}} -{"id":"ec-meeting-2020-02-19-f1c16a1ce822260a0d7fd55e558e5000c928823f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-19 - Cabinet of President Ursula von der Leyen x Human Rights Watch"],"date":["2020-02-19"],"summary":["Trade, deforestation in Brazil"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["eu-tr-56362448807-46","ec-person-a15f450526451c70384a05ea9a3a7400ba2d3e7e"]}} -{"id":"ec-meeting-2020-02-19-f3689f6a06626676e33461abc7481f9d6d86bd19","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-19 - Competition x McLarty Associates"],"date":["2020-02-19"],"summary":["General discussion on relation UE/Etats-Unis"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-comp"],"involved":["ec-person-f257bc19c568ad25083c1c1e1651426245cefedf","eu-tr-502376418704-34"]}} -{"id":"ec-meeting-2020-02-19-f51a6b0a6ca691a91d177bce91a2318ab9ce5193","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-19 - Cabinet of Commissioner Ylva Johansson x Svenska Handelsbanken AB"],"date":["2020-02-19"],"summary":["Courtesy meeting"],"notes":["Portfolio: Home Affairs"],"location":["BRUSSELS"],"address":["BRUSSELS"],"addressEntity":["addr-f74337897287bf1b546f30505f5b1f693a87af50"],"organizer":["ec-cabinet-commissioner-johansson-of-ylva"],"involved":["eu-tr-933950717522-28","ec-person-e80f1d4512f8632e5baa488ed887e131294d744e"]}} -{"id":"ec-meeting-2020-02-19-f5dd2bccdfce73aa6b1005f66f82ccc31042be5b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-19 - Cabinet of Commissioner Adina Vălean x Transport and Environment (European Federation for Transport and Environment)"],"date":["2020-02-19"],"summary":["-\tInfrastructure for zero emission cars and trucks – AFID revision, -\tSupply of zero emission cars and trucks – CO2 standards , -\tFinancing mechanisms for private charging infrastructure"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["ec-person-baa9678f53e0a607c8a9bb2cd9122d1c13370154","eu-tr-58744833263-19"]}} -{"id":"ec-meeting-2020-02-19-f9b8773589f3bd9f7f5ea01bdb08a3160b7863c3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-19 - Health and Food Safety x Agence nationale de sécurité sanitaire de l'alimentation, de l'environnement et du travail"],"date":["2020-02-19"],"summary":["Priorités de la nouvelle Commissaire, et la préparation du Green Deal; Les nouveaux mandats de référence européens de l’Anses (LRUE santé des végétaux, CRUE bien-être animal); Dans le cadre de la préparation de “Horizon Europe”: le partenariat européen pour l’évaluation des risques chimiques (European Partnership for Chemicals Risk Assessment); Les relations avec l’EFSA et notamment dans le cadre du nouveau Règlement (UE) 2019/1381 relatif à la transparence et à la pérennité de l’évaluation des risques de l’Union dans la chaîne alimentaire;Points d’actualité"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-sante"],"involved":["eu-tr-118084810394-25","ec-person-42d2108d723f9b9017ed589e3271e3156172daa7"]}} -{"id":"ec-meeting-2020-02-20-0a2afb1a1da2302fa860e29bfef18c35097b96fa","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-20 - Cabinet of Commissioner Nicolas Schmit x Association Internationale de la Mutualité"],"date":["2020-02-20"],"summary":["Social Security Coordination"],"notes":["Portfolio: Jobs and Social Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-761fad67b377a6e2a384245795719ef5f7131269","eu-tr-595328413083-91"]}} -{"id":"ec-meeting-2020-02-20-129afec0bf336bbdc53483be0c23b96cc25a1f8f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-20 - Cabinet of President Ursula von der Leyen x Salesforce"],"date":["2020-02-20"],"summary":["the digital transformation of European industry, the regulation of artificial intelligence and the role of tech companies in achieving the goals of the European Green Deal"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-7019713e72781afb1f3b19032c4752a314b78180","eu-tr-991195317279-06"]}} -{"id":"ec-meeting-2020-02-20-15396b4bc463aa78eeed91a0eb1fe939f4a7465a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-20 - Cabinet of Vice-President Dubravka Šuica x Association Internationale de la Mutualité"],"date":["2020-02-20"],"summary":["Green Paper on Ageing, healthy ageing, long-term care, digital literacy of the elderly"],"notes":["Portfolio: Democracy and Demography"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dubravka-of-president-suica-vice"],"involved":["eu-tr-595328413083-91","ec-person-bae2f44eb21285b37ecc9c7f2f42b4acb1f53264"]}} -{"id":"ec-meeting-2020-02-20-21bffe7613b8660df30a2492628700c3c223467b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-20 - Cabinet of Executive Vice-President Margrethe Vestager x Institute for future-fit economies gemeinnützige UG (haftungsbeschränkt)"],"date":["2020-02-20"],"summary":["Conference on sustainable growth in the European Parliament"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-630393933743-37","ec-person-7167587814c61122201e2afb04bfb47539db4823"]}} -{"id":"ec-meeting-2020-02-20-29f5bf20837aa088403bc1a221c5eb0baa915f73","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-20 - Cabinet of Commissioner Elisa Ferreira x EUROPEAN TRADE UNION CONFEDERATION"],"date":["2020-02-20"],"summary":["MFF and Cohesion policy negotiations, Just Transition Mechanism"],"notes":["Portfolio: Cohesion and Reforms"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-elisa-ferreira-of"],"involved":["ec-person-4121b3832a3dd4ec5d2c50f26f7003d3bada6d20","eu-tr-06698681039-26","ec-person-6aefca8f66cd57549e22428bee7f0d2c97d16f52"]}} -{"id":"ec-meeting-2020-02-20-2ac0aa2d136385f5c0ea9ee003a636cd29ea4d60","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-20 - Financial Stability, Financial Services and Capital Markets Union x Federation of European Securities Exchanges"],"date":["2020-02-20"],"summary":["Equity market structure,Market data and ETDs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-71488206456-23","ec-person-1fce211249673c35ee07a801ddee77ab24af8d54"]}} -{"id":"ec-meeting-2020-02-20-2b07f24c571b6f2b370b83f92b8fd04bd4abc3d0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-20 - Cabinet of Executive Vice-President Frans Timmermans x UITP - International Association of Public Transport"],"date":["2020-02-20"],"summary":["Discussion on clean public transport"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-d56ecbfde17436a136fc89c9a978b266e8285c84","eu-tr-06869148182-50"]}} -{"id":"ec-meeting-2020-02-20-32002294dbce01ca7d7b89d03119b5e3853aaf3e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-20 - Cabinet of Commissioner Olivér Várhelyi x EUROGAS aisbl"],"date":["2020-02-20"],"summary":["Renewables & Power Total on green deal"],"notes":["Portfolio: Neighbourhood and Enlargement"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-of-oliver-varhelyi"],"involved":["ec-person-daf8ff1073a04b30d2f54219ecc93002ef3a684d","eu-tr-17909506129-41"]}} -{"id":"ec-meeting-2020-02-20-34353e74fffc85cc98c75b560c5eff67f1985534","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-20 - Cabinet of Commissioner Virginijus Sinkevičius x H & M Hennes & Mauritz AB"],"date":["2020-02-20"],"summary":["Circular Economy; \r\nDiscussion on the sustainability of the textile value chain."],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["eu-tr-937959014241-02","ec-person-a58f1d06f5cb1d8dfd278e0c36d5aa1b9368b270"]}} -{"id":"ec-meeting-2020-02-20-37c46df4723d4ff3897ec8210accdcdfaad51a3b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-20 - Cabinet of Executive Vice-President Frans Timmermans x European Community Shipowners' Associations"],"date":["2020-02-20"],"summary":["Speech on the European Green deal at the European Shipping Week"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce","eu-tr-59004966537-01"]}} -{"id":"ec-meeting-2020-02-20-3a3064e0549f1eb858af1d825279e39181656b3e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-20 - Cabinet of Executive Vice-President Valdis Dombrovskis x Fleishman-Hillard"],"date":["2020-02-20"],"summary":["digital finance"],"notes":["Portfolio: An Economy that Works for People"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-235870cd7eb41f2494f695fce18b5b5b88647113","eu-tr-56047191389-84"]}} -{"id":"ec-meeting-2020-02-20-469967bfe7f0880d09bede56deaeefb32857e39d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-20 - Cabinet of Commissioner Janusz Wojciechowski x Eurogroup for Animals"],"date":["2020-02-20"],"summary":["Animal welfare,"],"notes":["Portfolio: Agriculture"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["ec-person-c825a813205e5077cd48bbd241436daf1834fc9b","eu-tr-6809935493-49","ec-person-08c62f972c22464aca7a65520eb9406f8db14a66"]}} -{"id":"ec-meeting-2020-02-20-4e2b230b9b066cf16869e27287c4d598727a8b98","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-20 - Cabinet of Commissioner Paolo Gentiloni x Danske Bank A/S"],"date":["2020-02-20"],"summary":["European Green Deal"],"notes":["Portfolio: Economy"],"location":["Brussels, BE"],"address":["Brussels, BE"],"addressEntity":["addr-bd80958a978de8af51caa97a25a75f30d0061d71"],"organizer":["ec-cabinet-commissioner-gentiloni-of-paolo"],"involved":["eu-tr-64866663811-42","ec-person-8da36db391ed53f362d495cd564ba8b45c7003e1"]}} -{"id":"ec-meeting-2020-02-20-551624ca3fd6f631e7190832ba65451dc2026e9b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-20 - Cabinet of Commissioner Adina Vălean x European Community Shipowners' Associations"],"date":["2020-02-20"],"summary":["General discussion on maritime transport in margins of the European Shipping Week"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["ec-person-baa9678f53e0a607c8a9bb2cd9122d1c13370154","eu-tr-59004966537-01","ec-person-267c5ab3ea5304fc6305ef321e214c9c1cd0f78e"]}} -{"id":"ec-meeting-2020-02-20-5cfefa7dc9ecbc8cdf0ae3fefbb00940151f09fd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-20 - Cabinet of Commissioner Ylva Johansson x Sdružení pro integraci a migraci Amnesty International Limited Caritas Europa Organizace pro pomoc uprchlíkům"],"date":["2020-02-20"],"summary":["Consultations on the New Pact on Migrations"],"notes":["Portfolio: Home Affairs"],"location":["Prague"],"address":["Prague"],"addressEntity":["addr-f1ef175756e0f637f1fb8ae47f65517d0601549a"],"organizer":["ec-cabinet-commissioner-johansson-of-ylva"],"involved":["ec-person-31b127e72e9dd30ce85ff2b475ac65d28d7dc48d","eu-tr-085456637310-10","eu-tr-6082564924-85","ec-person-d3f97e069d9ff016d7b65052f6eb6b98500ec118","eu-tr-11063928073-34","eu-tr-949248337327-46","ec-person-eafe594fe2bcb6af27f0422c2491a9d8cf2400da"]}} -{"id":"ec-meeting-2020-02-20-6380278a07864a65c8648058cbf21b4b511a5c3e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-20 - Cabinet of Executive Vice-President Frans Timmermans x Transport and Environment (European Federation for Transport and Environment)"],"date":["2020-02-20"],"summary":["EGD and batteries"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-9eafbf4a92961023c7df3ab389ae6d4301dec4bf","eu-tr-58744833263-19"]}} -{"id":"ec-meeting-2020-02-20-63e036a3f79fcd004b5e1c2be86bbe7c53694d40","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-20 - Cabinet of President Ursula von der Leyen x IBM Corporation"],"date":["2020-02-20"],"summary":["Cloud & data portability,, artificial intelligence (outcome oriented approach, standards), open 5G standards"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-7019713e72781afb1f3b19032c4752a314b78180","eu-tr-7721359944-96"]}} -{"id":"ec-meeting-2020-02-20-67f5d1c79c43869174d726b5b7095749878415ff","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-20 - Energy x Atlantic Council of the United States, Inc"],"date":["2020-02-20"],"summary":["EU -US energy cooperation and Energy Security in the context of the Green Deal"],"location":["Washington"],"address":["Washington"],"addressEntity":["addr-a27a6644654593ac9e5d122b1155ff23752c8073"],"organizer":["ec-dg-ener"],"involved":["eu-tr-524686116124-73","ec-person-9c0f33ecb9f6badd5f4b5f1a4bd7677e18a52a22"]}} -{"id":"ec-meeting-2020-02-20-72952305df8a016f91a0b4846b65f34cc6067ba9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-20 - Financial Stability, Financial Services and Capital Markets Union x European Money Markets Institute"],"date":["2020-02-20"],"summary":["EURIBOR,LIBOR and BMR"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-70092714192-21","ec-person-1fce211249673c35ee07a801ddee77ab24af8d54"]}} -{"id":"ec-meeting-2020-02-20-74758f1e9af8489a1749e2942fa8861724e2700b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-20 - Cabinet of President Ursula von der Leyen x ISFE - Representing the European Videogames Industry"],"date":["2020-02-20"],"summary":["PEGI age guidelines, copyright directive implementation, ePrivacy, data portability,, digital services act"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-7019713e72781afb1f3b19032c4752a314b78180","eu-tr-20586492362-11"]}} -{"id":"ec-meeting-2020-02-20-807a47a7ae7a05bd27359d469cf86b400535f172","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-20 - Cabinet of President Ursula von der Leyen x Atlantic Council of the United States, Inc."],"date":["2020-02-20"],"summary":["digital/tech sovereignty"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-7019713e72781afb1f3b19032c4752a314b78180","eu-tr-693444335394-88"]}} -{"id":"ec-meeting-2020-02-20-8bffa10137cdf8f1cb33a2b23e27575d425052c0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-20 - Cabinet of High Representative Josep Borrell Fontelles x Airbus"],"date":["2020-02-20"],"summary":["Industrial Policy"],"notes":["Portfolio: High Representative of the Union for Foreign Affairs and Security Policy / Vice-President of the Commission"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-borrell-cabinet-fontelles-high-josep-of-representative"],"involved":["ec-person-5c8ccc3a26c74debd9229d0079ce0770768bf36a","eu-tr-2732167674-76"]}} -{"id":"ec-meeting-2020-02-20-96e6010cbecd81c5c39d6aeb88e5fdb6988f9012","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-20 - Cabinet of Executive Vice-President Frans Timmermans x European Coordination Via Campesina International Federation of Organic Agriculture Movements EU Regional Group Slow Food"],"date":["2020-02-20"],"summary":["Sustainable food systems"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-67128251296-84","eu-tr-28920471149-55","eu-tr-01936914624-97","ec-person-33624431cbec1074e151c1707715ef46d2ba9565"]}} -{"id":"ec-meeting-2020-02-20-97aee22c850019246158f21638d423272e7ed399","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-20 - Cabinet of Executive Vice-President Frans Timmermans x Institute for European Environmental Policy"],"date":["2020-02-20"],"summary":["Green Deal and circular economy"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-934329423960-72","ec-person-8af3c81534786a740718d21dc58240738a53ed7b"]}} -{"id":"ec-meeting-2020-02-20-9d071455a520bc0e6bcc909cc70a86fcfff61234","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-20 - Cabinet of Commissioner Paolo Gentiloni x Institute for future-fit economies gemeinnützige UG (haftungsbeschränkt)"],"date":["2020-02-20"],"summary":["Meeting to prepare conference on sustainable growth in the European Parliament"],"notes":["Portfolio: Economy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gentiloni-of-paolo"],"involved":["ec-person-6168eb3d5d9bc71f9dc22fb6f75f77fa485ec252","eu-tr-630393933743-37"]}} -{"id":"ec-meeting-2020-02-20-a158c2bb2eb691ea177b549559b9f27140de8617","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-20 - Cabinet of Commissioner Ylva Johansson x Organizace pro pomoc uprchlíkům Charita Česká republika Sdružení pro integraci a migraci"],"date":["2020-02-20"],"summary":["Duscussions on the New Pact on Migration"],"notes":["Portfolio: Home Affairs"],"location":["Prague"],"address":["Prague"],"addressEntity":["addr-f1ef175756e0f637f1fb8ae47f65517d0601549a"],"organizer":["ec-cabinet-commissioner-johansson-of-ylva"],"involved":["ec-person-31b127e72e9dd30ce85ff2b475ac65d28d7dc48d","eu-tr-639402637342-26","eu-tr-085456637310-10","ec-person-d3f97e069d9ff016d7b65052f6eb6b98500ec118","eu-tr-949248337327-46","ec-person-eafe594fe2bcb6af27f0422c2491a9d8cf2400da"]}} -{"id":"ec-meeting-2020-02-20-a2c156349473a172ab7042bd79883e3029fc404e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-20 - Cabinet of Commissioner Johannes Hahn x Eesti Põllumajandus-Kaubanduskoda"],"date":["2020-02-20"],"summary":["MFF (Participants: Representatives of the Baltic farmers organisations)"],"notes":["Portfolio: Budget and Administration"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hahn-johannes-of"],"involved":["eu-tr-340415211061-17","ec-person-d1cfc2bdcd92eb0b7e7112810e03f3aff3f4af35"]}} -{"id":"ec-meeting-2020-02-20-a3eef2452d47ae3f077d70ff3b492684423ed147","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-20 - Cabinet of Commissioner Helena Dalli x Lumos Foundation"],"date":["2020-02-20"],"summary":["The rights of children in alternative care"],"notes":["Portfolio: Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-dalli-helena-of"],"involved":["ec-person-09fe68f5317e5e0a45277c9195b58da0a8037a5c","ec-person-750f95c6f949648cff9e460a362a85085c851faf","eu-tr-849607914394-57"]}} -{"id":"ec-meeting-2020-02-20-a7869afbe051b77490dcceba60bb3aaa2440b7e6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-20 - Cabinet of Commissioner Mariya Gabriel x International Association of Scientific, Technical and Medical Publishers"],"date":["2020-02-20"],"summary":["on the challenges scientific, technical and medical publishers may face from more open access to science"],"notes":["Portfolio: Innovation and Youth"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-98356852465-08","ec-person-53a0d9702b387d4c3c992d3de3c229fd17644dad"]}} -{"id":"ec-meeting-2020-02-20-abb26bcbd97d1c06ce7a2551bc749554c25453c7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-20 - Cabinet of Commissioner Janusz Wojciechowski x European farmers"],"date":["2020-02-20"],"summary":["Cap, Green Deal, Farm to Fork"],"notes":["Portfolio: Agriculture"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["ec-person-625f8b4379f79adee4f15c6a0417a96bb5a5a403","ec-person-90b64673ee7f4c1dae185fbd64b45f5c45f2b66d","ec-person-08c62f972c22464aca7a65520eb9406f8db14a66","eu-tr-44856881231-49"]}} -{"id":"ec-meeting-2020-02-20-abdef1f32137f543e0cc0cecacbc58a1eb115cfc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-20 - Cabinet of Vice-President Věra Jourová x European Union of Jewish Students"],"date":["2020-02-20"],"summary":["EC role in fighting antisemitism"],"notes":["Portfolio: Values and Transparency"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["eu-tr-683799510920-11","ec-person-bf54da17217bbddfd9c68fe24d88005ac17e2c4b","ec-person-28fecf6c4f04b3a2af1d74c742e147920ab849c5"]}} -{"id":"ec-meeting-2020-02-20-b0b063aabb3aa8c3e98b9f37bbb5e1508dee8ff6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-20 - Cabinet of Commissioner Janusz Wojciechowski x EDANA AISBL"],"date":["2020-02-20"],"summary":["EU forest strategy and boosting research spending in innovative bio-based materials; exchange of views on the industry’s contribution and on the industry’s approach."],"notes":["Portfolio: Agriculture"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["eu-tr-0120704687-67","ec-person-cafe030b6dad78a75143f7552c420481b30ebceb"]}} -{"id":"ec-meeting-2020-02-20-b208743fdc0cf91db8c39f00a185eb9658618e0c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-20 - Cabinet of High Representative Josep Borrell Fontelles x Human Rights Watch"],"date":["2020-02-20"],"summary":["Human Rights in Asian countries"],"notes":["Portfolio: High Representative of the Union for Foreign Affairs and Security Policy / Vice-President of the Commission"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-borrell-cabinet-fontelles-high-josep-of-representative"],"involved":["eu-tr-56362448807-46","ec-person-8efd3b03f4e3aa3ce7ce35372f4dde70c1158889"]}} -{"id":"ec-meeting-2020-02-20-b94224c0bea636d5c1386ebf1d8a26946f2246f4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-20 - Cabinet of Executive Vice-President Margrethe Vestager x Federazione Italiana Concessionari Auto"],"date":["2020-02-20"],"summary":["Vertical Block Exemptions"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-bb1f295d8be3d10004d7e5fd7c24248a21215775","eu-tr-266256033381-93"]}} -{"id":"ec-meeting-2020-02-20-bf15c94a64679d1b1cb94ac4a7c02ce035f831dd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-20 - Cabinet of Executive Vice-President Margrethe Vestager x European Wireless Infrastructure Association"],"date":["2020-02-20"],"summary":["5G; Telecom investments"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-c5a20b92c008e114355d197b9b2fd62c88868c4e","ec-person-3da433aae105b13fe027e9c9b3dcac2c97029370","eu-tr-022235437393-79"]}} -{"id":"ec-meeting-2020-02-20-c019c0279ce1693edbd2bd28e6f428b452d48b8f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-20 - Cabinet of Executive Vice-President Frans Timmermans x European Network of Transmission System Operators for Electricity"],"date":["2020-02-20"],"summary":["Green Deal work programme"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-25805148045-87","ec-person-d53e00c46a4cc62bbf533e0c9bb35bacb9121989"]}} -{"id":"ec-meeting-2020-02-20-c64800da12fdc761b692a17b946b0fe703a5c44c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-20 - Financial Stability, Financial Services and Capital Markets Union x WWF European Policy Programme"],"date":["2020-02-20"],"summary":["InvestEU regulation and green bond issuance programme"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-1414929419-24","ec-person-1fce211249673c35ee07a801ddee77ab24af8d54"]}} -{"id":"ec-meeting-2020-02-20-c759b375791595662bee08bfcf1cbdf24005a6b9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-20 - Cabinet of Vice-President Margaritis Schinas x EUROGAS aisbl"],"date":["2020-02-20"],"summary":["The role of Gas in the Green Deal"],"notes":["Portfolio: Promoting the European Way of Life"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-margaritis-of-president-schinas-vice"],"involved":["ec-person-43f9f86cfe94e45a95f7fbdea9a59a54955ebcfa","eu-tr-17909506129-41","ec-person-b59ff7316734021e48aa7e0fd79eeeab36ea2bb4"]}} -{"id":"ec-meeting-2020-02-20-cc0dff85f0d1f9dd5d72abea2c2d147960d510d6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-20 - Cabinet of President Ursula von der Leyen x Société Générale"],"date":["2020-02-20"],"summary":["Sustainable finance, taxonomy, Basel proposal"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["eu-tr-34369111614-57","ec-person-a159f03add374257584565c2b05cc5539a7526e6"]}} -{"id":"ec-meeting-2020-02-20-ce9e9d89041f2a04e00c02a441328b6a8fd903ed","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-20 - Cabinet of Commissioner Jutta Urpilainen x Fundatia ADEPT Transilvania Organización Mundial de Ciudades y Gobiernos Locales Unidos - United Cities and Local Governments Women Engage for a Common Future European Youth Forum The ONE Campaign ICA INTERNATIONAL consulting International Organisation of Employers CONCORD Europe European Foundation Centre International Trade Union Confederation"],"date":["2020-02-20"],"summary":["Africa Strategy"],"notes":["Portfolio: International Partnerships"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["eu-tr-26098317349-65","eu-tr-015158824818-81","eu-tr-51089764825-91","eu-tr-168989714324-36","eu-tr-34478709670-34","eu-tr-923243224426-09","eu-tr-51806831589-68","eu-tr-864656319112-89","eu-tr-78855711571-12","eu-tr-43251547769-22","ec-person-7c4fa9cfb750b5b524c065180fcee1123b8df03e"]}} -{"id":"ec-meeting-2020-02-20-d1d18f3945273e70c8d7539bae827e137ca423ac","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-20 - Cabinet of Commissioner Ylva Johansson x Organizace pro pomoc uprchlíkům Charita Česká republika Konsorcium nevládních organizací pracujících s migranty v ČR Sdružení pro integraci a migraci"],"date":["2020-02-20"],"summary":["Consultation on the New Pact on Migrations"],"notes":["Portfolio: Home Affairs"],"location":["Prague, Czechia"],"address":["Prague, Czechia"],"addressEntity":["addr-a95c9b84f47784c0a801a292dd390d43d337c402"],"organizer":["ec-cabinet-commissioner-johansson-of-ylva"],"involved":["ec-person-31b127e72e9dd30ce85ff2b475ac65d28d7dc48d","eu-tr-639402637342-26","eu-tr-085456637310-10","ec-person-d3f97e069d9ff016d7b65052f6eb6b98500ec118","eu-tr-854089837323-68","eu-tr-949248337327-46","ec-person-eafe594fe2bcb6af27f0422c2491a9d8cf2400da"]}} -{"id":"ec-meeting-2020-02-20-d44aacb678a555b078b061e2d4b986540d901c3c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-20 - Cabinet of Commissioner Stella Kyriakides x International Federation of Organic Agriculture Movements EU Regional Group European Coordination Via Campesina Slow Food"],"date":["2020-02-20"],"summary":["Sustainable food systems"],"notes":["Portfolio: Health"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-kyriakides-of-stella"],"involved":["eu-tr-67128251296-84","eu-tr-28920471149-55","ec-person-081d99a6f9ed1259db43e2cbcba20275774511b2","eu-tr-01936914624-97"]}} -{"id":"ec-meeting-2020-02-20-de774b1b60a78e0434941e4e7af24f77e2e91455","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-20 - Climate Action x Société Générale"],"date":["2020-02-20"],"summary":["Climate policy developments"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-clima"],"involved":["ec-person-9c5c685692a09a77f2bc8ae9c05663b87cd75aae","eu-tr-34369111614-57"]}} -{"id":"ec-meeting-2020-02-20-dffe9621e5328bed7b1f3a0d9879006cf25d6793","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-20 - Cabinet of Commissioner Didier Reynders x Salesforce"],"date":["2020-02-20"],"summary":["General presentation of the activities of the Group"],"notes":["Portfolio: Justice"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-didier-of-reynders"],"involved":["eu-tr-991195317279-06","ec-person-50f9cba2282e1d03395cdd0faf9ce6e9a2ff3104","ec-person-442bf1ae9900b999673cdd7389224d0e21b67d4d"]}} -{"id":"ec-meeting-2020-02-20-eec39464d9019dee1535c01368f4fe05961c5606","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-20 - Employment, Social Affairs and Inclusion x SGI Europe"],"date":["2020-02-20"],"summary":["Minimum wage"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-empl"],"involved":["eu-tr-59513031434-92","ec-person-dd259fce880e1853f0beb087443bce6e7dea70d7"]}} -{"id":"ec-meeting-2020-02-20-f650a8b2f8d3d0bcf84a5108135e56a4495be3ff","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-20 - Cabinet of Commissioner Kadri Simson x Siemens Gamesa Renewable Energy"],"date":["2020-02-20"],"summary":["Renewables – offshore and onshore wind, Green Deal, Indiustrial policy, Biodiversity, sector integration and offshore wind strategy and relation with international partners."],"notes":["Portfolio: Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["ec-person-9b7f5fe059e5b0b40e79e9170211aa2f02322fdb","eu-tr-629358237383-04"]}} -{"id":"ec-meeting-2020-02-20-fe6c31e5ad970a6ae4376dad223a4105a04f8014","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-20 - Cabinet of Commissioner Virginijus Sinkevičius x EUROCHAMBRES – Association of European Chambers of Commerce and Industry"],"date":["2020-02-20"],"summary":["Circular Economy Action plan, Decarbonisation of industry, Climate law."],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["eu-tr-0014082722-83","ec-person-ef0f66e9880a22ea8d9657bd982daf9bd74838c1"]}} -{"id":"ec-meeting-2020-02-21-01df97c9563e6ee329b99521bb9d07bf72ff9d67","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-21 - Research and Innovation x International Union for Conservation of Nature EU Representative Office"],"date":["2020-02-21"],"summary":["European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-rtd"],"involved":["eu-tr-03518238467-61","ec-person-1d348f33395de0ea6773a7b4ae8797e3e0392f73"]}} -{"id":"ec-meeting-2020-02-21-2f250fbb88b54094dc19cf02b47e948e5d35812e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-21 - European Anti-Fraud Office x Helsinki EU Office (vastuutaho Uudenmaan liitto)"],"date":["2020-02-21"],"summary":["Presentation on OLAF"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-olaf"],"involved":["ec-person-c90088f66bae9d193e5d31cb2db28cf7c517a2b9","eu-tr-796380111637-72"]}} -{"id":"ec-meeting-2020-02-21-3ab7c4a31cb39b7899cda51f5d48d73351d9e45f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-21 - Cabinet of Commissioner Jutta Urpilainen x Front Line Defenders"],"date":["2020-02-21"],"summary":["meeting to urge for more attention to be paid to human rights defenders in the NDICI"],"notes":["Portfolio: International Partnerships"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["eu-tr-633748221618-41","ec-person-6357f4506ca5351b3a822936612fd6006da48722"]}} -{"id":"ec-meeting-2020-02-21-482e881957605340f390491f89af2ae1fb60176b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-21 - Cabinet of Executive Vice-President Valdis Dombrovskis x Invest Europe"],"date":["2020-02-21"],"summary":["Capital Markets Union"],"notes":["Portfolio: An Economy that Works for People"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-235870cd7eb41f2494f695fce18b5b5b88647113","eu-tr-60975211600-74"]}} -{"id":"ec-meeting-2020-02-21-49ac52fdf06f1a4f47859f88ea5b4d97604d81fc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-21 - Cabinet of Executive Vice-President Frans Timmermans x ClientEarth AISBL"],"date":["2020-02-21"],"summary":["Sustainable food systems"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-96645517357-19","ec-person-33624431cbec1074e151c1707715ef46d2ba9565"]}} -{"id":"ec-meeting-2020-02-21-62e80b8793aa01512cd9c803a5a76776b8e9b668","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-21 - Cabinet of Executive Vice-President Margrethe Vestager x MAILO"],"date":["2020-02-21"],"summary":["Presentation of company"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0","eu-tr-148842537395-69"]}} -{"id":"ec-meeting-2020-02-21-904852b8f6202524315ce58ec278c77c3ad93919","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-21 - Cabinet of Commissioner Nicolas Schmit x Les Restaurants du Cœur"],"date":["2020-02-21"],"summary":["Lutte contre la pauvreté, ESF+"],"notes":["Portfolio: Jobs and Social Rights"],"location":["Bruxelles"],"address":["Bruxelles"],"addressEntity":["addr-b58f5927b66d94a676970dc048485d4c6848f272"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-66fa2c2d100ec194caa42b5c6f97c36e2748b71c","eu-tr-744358723155-50","ec-person-4cf4655ab41922e92160325d987a3c4615c72d30","ec-person-c03b949331dbbe5fa3d5423758e371ec1b9b832f"]}} -{"id":"ec-meeting-2020-02-21-a812df4269bf5abd07fa7ecfc840cf2de6c1cce2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-21 - Cabinet of Vice-President Dubravka Šuica x Civil Society Europe"],"date":["2020-02-21"],"summary":["Conference on the Future of Europe"],"notes":["Portfolio: Democracy and Demography"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dubravka-of-president-suica-vice"],"involved":["eu-tr-520775919740-63","ec-person-026798f0d4b4567a1c4ba592351123da781ce908"]}} -{"id":"ec-meeting-2020-02-21-c854c0ca6cac5f481d7efd45dc37068af33be360","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-21 - Energy x World Resources Institute"],"date":["2020-02-21"],"summary":["Closing remarks \"Aligning finance with the Paris Agreement:lessons for public and private banks\""],"location":["Washington"],"address":["Washington"],"addressEntity":["addr-a27a6644654593ac9e5d122b1155ff23752c8073"],"organizer":["ec-dg-ener"],"involved":["eu-tr-581250215524-23","ec-person-9c0f33ecb9f6badd5f4b5f1a4bd7677e18a52a22"]}} -{"id":"ec-meeting-2020-02-21-cd7eee2715db005d5ccf960132c1a7c6c9e8f5d6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-21 - Cabinet of Vice-President Dubravka Šuica x Make.org Association Civic Tech Europe"],"date":["2020-02-21"],"summary":["Conference on the Future of Europe and presentation of the \"We Europeans\" report"],"notes":["Portfolio: Democracy and Demography"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dubravka-of-president-suica-vice"],"involved":["eu-tr-246242037047-81","eu-tr-916768537222-67","ec-person-026798f0d4b4567a1c4ba592351123da781ce908"]}} -{"id":"ec-meeting-2020-02-21-d33cae9a366c7d94506ff690cb486fc31f98ac68","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-21 - Cabinet of High Representative Josep Borrell Fontelles x ACT Alliance Advocacy to the European Union"],"date":["2020-02-21"],"summary":["the Israeli-Palestinian conflict and the EU’s role in this regard"],"notes":["Portfolio: High Representative of the Union for Foreign Affairs and Security Policy / Vice-President of the Commission"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-borrell-cabinet-fontelles-high-josep-of-representative"],"involved":["ec-person-200bc6dff308097bf36baa497f9460c9943e2d4d","eu-tr-5189768701-12"]}} -{"id":"ec-meeting-2020-02-21-d8a2d34bb113652d6413687da2f6d27df0cf16b0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-21 - Cabinet of Executive Vice-President Margrethe Vestager x European DIGITAL SME Alliance"],"date":["2020-02-21"],"summary":["Digital policy"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-11d97788772862bb34f51dd26d7f92603eac1bf8","eu-tr-082698126468-52","ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0"]}} -{"id":"ec-meeting-2020-02-21-d8d377bd5533790d5c489a250271ad2eaf91ab61","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-21 - Cabinet of Commissioner Thierry Breton x ASD-Eurospace"],"date":["2020-02-21"],"summary":["Echanges sur la situation de l'industrie spatiale et les négociations budgétaires sur le programme spacial européen"],"notes":["Portfolio: Internal Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-e18e6e300776f5f47ca4c72c1ba1b0d0eb1e71fe","eu-tr-873508417106-05"]}} -{"id":"ec-meeting-2020-02-21-e7c3baea359ad564a72965ea84b82eb7e8ca30bb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-21 - Cabinet of Executive Vice-President Frans Timmermans x Bloomberg L.P."],"date":["2020-02-21"],"summary":["Smart sector integration and offshore wind initiative"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-214140728444-40","ec-person-d53e00c46a4cc62bbf533e0c9bb35bacb9121989"]}} -{"id":"ec-meeting-2020-02-21-eb3bc4cc2f5bd9bee14d9f5e91d21fe2a6ce1d7a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-21 - Cabinet of Commissioner Nicolas Schmit x Danish Trade Union Confederation EU Office"],"date":["2020-02-21"],"summary":["Commission proposal on minimum wages"],"notes":["Portfolio: Jobs and Social Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-8eb18b6102d444937bc6af5822a6742812165b48","eu-tr-805838518601-52"]}} -{"id":"ec-meeting-2020-02-21-f0783f4afdd1f7afc7a10990d9ad438da2370f93","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-21 - Cabinet of Executive Vice-President Valdis Dombrovskis x European DIGITAL SME Alliance"],"date":["2020-02-21"],"summary":["SMEs in digital sector, IT companies developing digital solutions for other sectors. Role of digital SMEs in transfer of digital skills to other SMEs. The European Skill for SMEs Partnership"],"notes":["Portfolio: An Economy that Works for People"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-235870cd7eb41f2494f695fce18b5b5b88647113","eu-tr-082698126468-52","ec-person-7e9813c16d805ee7ebea3ef6444f384bc32abaaa"]}} -{"id":"ec-meeting-2020-02-21-f3879ed041afa8d1e342d34d2fc51a8f5daeabf6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-21 - Cabinet of Commissioner Janusz Wojciechowski x AnimalhealthEurope"],"date":["2020-02-21"],"summary":["Animal welfare contribution and European Green Deal"],"notes":["Portfolio: Agriculture"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["eu-tr-63322037415-37","ec-person-cafe030b6dad78a75143f7552c420481b30ebceb"]}} -{"id":"ec-meeting-2020-02-21-f884fb014c212152aa95920c1631a28f1174a307","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-21 - Cabinet of Executive Vice-President Frans Timmermans x Hydrogen Europe"],"date":["2020-02-21"],"summary":["Smart sector integration"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-d53e00c46a4cc62bbf533e0c9bb35bacb9121989","eu-tr-77659588648-75"]}} -{"id":"ec-meeting-2020-02-21-fee44f65bd4b4297571e6b61d4287fc445177e19","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-21 - Cabinet of President Ursula von der Leyen x Association Civic Tech Europe Make.org"],"date":["2020-02-21"],"summary":["Conference on the Future of Europe"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["eu-tr-246242037047-81","eu-tr-916768537222-67","ec-person-441e123ab2364af12f12e77aed674e894e6cdaeb"]}} -{"id":"ec-meeting-2020-02-24-170159e753fd1757dba10c697929bc16e40093d3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-24 - Cabinet of Commissioner Mariya Gabriel x Technology Industries of Finland (Teknologiateollisuus ry)"],"date":["2020-02-24"],"summary":["Discussion on Innovation and Industrial policies and actions plans"],"notes":["Portfolio: Innovation and Youth"],"location":["brussels"],"address":["brussels"],"addressEntity":["addr-e2daa1574b7ac475c827b33e281bd2d5e013c882"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["ec-person-53a0d9702b387d4c3c992d3de3c229fd17644dad","eu-tr-39705603497-38"]}} -{"id":"ec-meeting-2020-02-24-3485e939a4d2e3958e2905ddf57ac4559042ce35","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-24 - Cabinet of Commissioner Virginijus Sinkevičius x International Union for Conservation of Nature EU Representative Office"],"date":["2020-02-24"],"summary":["Priorities for collaboration with the European Commission in relation to European Green Deal and Biodiversity Strategy"],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["eu-tr-03518238467-61","ec-person-dd7a7b1952e158f4195d34cff333ec79a4f48ba3","ec-person-9de2bdbd71a153577984a493028e19bcb8c1514f"]}} -{"id":"ec-meeting-2020-02-24-86f52e83b34cf76ec28a315ca91a6a6ece4f1c53","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-24 - Cabinet of Executive Vice-President Valdis Dombrovskis x Deutscher Sparkassen-und Giroverband"],"date":["2020-02-24"],"summary":["The European Deposit Insurance Scheme; Finalisation of Basel III"],"notes":["Portfolio: An Economy that Works for People"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["eu-tr-62379064909-15","ec-person-1e9076681bd62efdd58882f9a7b63b2423568217"]}} -{"id":"ec-meeting-2020-02-24-8e269063b7b4d5d5d967b3daece6f1ab8fb4c98e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-24 - Cabinet of Commissioner Didier Reynders x vente-privee.com"],"date":["2020-02-24"],"summary":["consumer rights"],"notes":["Portfolio: Justice"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-didier-of-reynders"],"involved":["eu-tr-266488936677-92","ec-person-4cd0043747c40cfeaced5e4c68e43372cdb8dac9"]}} -{"id":"ec-meeting-2020-02-24-995e6051bb0fbd3afe5ffa2113a15f23ba64deab","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-24 - Cabinet of Executive Vice-President Margrethe Vestager x European Magazine Media Association European Newspaper Publishers' Association"],"date":["2020-02-24"],"summary":["Digital policy"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-11d97788772862bb34f51dd26d7f92603eac1bf8","eu-tr-5950962136-12","ec-person-3da433aae105b13fe027e9c9b3dcac2c97029370","eu-tr-37937886834-69"]}} -{"id":"ec-meeting-2020-02-24-b1d2cb250bfd4177883eeaf4ff9216f8a9cb2f36","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-24 - Cabinet of Commissioner Nicolas Schmit x Nestlé S.A."],"date":["2020-02-24"],"summary":["Skills"],"notes":["Portfolio: Jobs and Social Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-66fa2c2d100ec194caa42b5c6f97c36e2748b71c","ec-person-935314e38d735654cae8ee61313a3d73439b242d","eu-tr-15366395387-57"]}} -{"id":"ec-meeting-2020-02-24-b8dbf68f0281c23340418e331a0e3932cf8c61a3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-24 - Cabinet of Commissioner Janusz Wojciechowski x Fédération Nationale des Syndicats d'Exploitants Agricoles Assemblée permanente des Chambres d'Agriculture"],"date":["2020-02-24"],"summary":["Challenges and opportunities for agriculture."],"notes":["Portfolio: Agriculture"],"location":["Paris, France"],"address":["Paris, France"],"addressEntity":["addr-c70534aa18173b860a10a50a47b139c4a581cbf6"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["eu-tr-47600618458-36","eu-tr-59530682147-07","ec-person-90b64673ee7f4c1dae185fbd64b45f5c45f2b66d","ec-person-08c62f972c22464aca7a65520eb9406f8db14a66"]}} -{"id":"ec-meeting-2020-02-24-dc9231017cca8ce735d372f5a965534a2d50157f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-24 - Cabinet of Executive Vice-President Frans Timmermans x Centre for European Policy Studies"],"date":["2020-02-24"],"summary":["The European Green Deal"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-4d24ceb9e6bdaabe394d1506aa601a9ce9d0e59b","eu-tr-86853666704-95"]}} -{"id":"ec-meeting-2020-02-24-e5ca8aba2c87dfa60ab3d17f710c4e1376e1cd88","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-24 - Cabinet of Executive Vice-President Frans Timmermans x Gas Infrastructure Europe"],"date":["2020-02-24"],"summary":["Green deal, hydrogen and other renewables"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-a282162080cef4ef2a8c0ab6247a3e03dc438507","ec-person-d53e00c46a4cc62bbf533e0c9bb35bacb9121989","eu-tr-76130992074-15"]}} -{"id":"ec-meeting-2020-02-24-ee3e80bfef42f26ffb73b4495436693af7db8267","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-24 - Cabinet of Vice-President Margaritis Schinas x The PR Office"],"date":["2020-02-24"],"summary":["Fight against antisemitism, migration"],"notes":["Portfolio: Promoting the European Way of Life"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-margaritis-of-president-schinas-vice"],"involved":["ec-person-901d49b3e3af3e96de8d42787e8633b0adc76ca1","eu-tr-279311637410-28"]}} -{"id":"ec-meeting-2020-02-25-02a4f4e9b75d08854ca9d401948f57444384db38","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-25 - Cabinet of Executive Vice-President Valdis Dombrovskis x None"],"date":["2020-02-25"],"summary":["EU's political priorities, possibility to contribute in Project Syndicate, Capital Markets Union, venture capital, business angels, funding escalators"],"notes":["Portfolio: An Economy that Works for People"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-2c08a5c564984cde38ac0e7a31c05416e60711ce","eu-tr-117463229970-40","ec-person-235870cd7eb41f2494f695fce18b5b5b88647113","ec-person-9e7bd1005456277f156b671d1555c6a460fb2f58","eu-tr-958364437361-43"]}} -{"id":"ec-meeting-2020-02-25-02ddcc5e0fd4580dca5e31b0732a1df27cd18c4a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-25 - Environment x Asociación Española de Plásticos Biodegradables Compostables"],"date":["2020-02-25"],"summary":["Biodegradable plastics"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-env"],"involved":["eu-tr-053723537321-67","ec-person-3bc74ce04ea3f4ab4d91a5c88eef25b8b8a213b4"]}} -{"id":"ec-meeting-2020-02-25-0a811f77030d2a6875cc91b70353d76767ede73f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-25 - Cabinet of Commissioner Janusz Wojciechowski x Association Générale des Producteurs de Blé et autres céréales Association Générale des Producteurs de Maïs"],"date":["2020-02-25"],"summary":["A strong budget to compensate for distortions of competition; \r\nCAP; \r\nBREXIT;\r\nNew techniques of plant breeding."],"notes":["Portfolio: Agriculture"],"location":["Paris, France"],"address":["Paris, France"],"addressEntity":["addr-c70534aa18173b860a10a50a47b139c4a581cbf6"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["eu-tr-7291975775-43","eu-tr-906289320813-47","ec-person-90b64673ee7f4c1dae185fbd64b45f5c45f2b66d","ec-person-08c62f972c22464aca7a65520eb9406f8db14a66"]}} -{"id":"ec-meeting-2020-02-25-0dd34ac2004156c05026daf730fe889212d1e5df","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-25 - Cabinet of Commissioner Janusz Wojciechowski x Comité National des Interprofessions des Vins à appellation d’origine et à indication géographique"],"date":["2020-02-25"],"summary":["USA export duties"],"notes":["Portfolio: Agriculture"],"location":["Paris, France"],"address":["Paris, France"],"addressEntity":["addr-c70534aa18173b860a10a50a47b139c4a581cbf6"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["eu-tr-808381722847-14","ec-person-90b64673ee7f4c1dae185fbd64b45f5c45f2b66d","ec-person-08c62f972c22464aca7a65520eb9406f8db14a66"]}} -{"id":"ec-meeting-2020-02-25-1790d305b2d2add47e7ba43ef638ceeb89b02008","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-25 - Cabinet of Commissioner Jutta Urpilainen x International Planned Parenthood Federation European Network DSW (Deutsche Stiftung Weltbevoelkerung) European Parliamentary Forum for Sexual & Reproductive Rights"],"date":["2020-02-25"],"summary":["Discussion on SRHR in development cooperation."],"notes":["Portfolio: International Partnerships"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["eu-tr-32018754890-28","ec-person-6357f4506ca5351b3a822936612fd6006da48722","eu-tr-96700978173-62","eu-tr-49806329193-46"]}} -{"id":"ec-meeting-2020-02-25-184d7be1cc23cfa3b56969e3eda936a3103eec7d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-25 - Cabinet of Commissioner Ylva Johansson x Teneo Brussels"],"date":["2020-02-25"],"summary":["Integration"],"notes":["Portfolio: Home Affairs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-johansson-of-ylva"],"involved":["eu-tr-91124993695-29","ec-person-e80f1d4512f8632e5baa488ed887e131294d744e"]}} -{"id":"ec-meeting-2020-02-25-21f5713e4c20924264c2737354a2cfffacb2696e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-25 - Mobility and Transport x EUROPEAN RAIL INFRASTRUCTURE MANAGERS"],"date":["2020-02-25"],"summary":["Sustainable and smart mobility, rail infrastructure"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-move"],"involved":["eu-tr-531034421340-14","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2020-02-25-2ce6b1b3f4ff27c4100f515daccd869d96d75ad0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-25 - Climate Action x Wizz Air Group"],"date":["2020-02-25"],"summary":["Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-clima"],"involved":["ec-person-9c5c685692a09a77f2bc8ae9c05663b87cd75aae","eu-tr-852622937459-14"]}} -{"id":"ec-meeting-2020-02-25-332f17ebe6f9203a018caeacab036d399b09d241","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-25 - Cabinet of Commissioner Paolo Gentiloni x UBS Group AG"],"date":["2020-02-25"],"summary":["Economic consequences of the Green Deal"],"notes":["Portfolio: Economy"],"location":["Brussels, BE"],"address":["Brussels, BE"],"addressEntity":["addr-bd80958a978de8af51caa97a25a75f30d0061d71"],"organizer":["ec-cabinet-commissioner-gentiloni-of-paolo"],"involved":["ec-person-8da36db391ed53f362d495cd564ba8b45c7003e1","eu-tr-365453815252-29"]}} -{"id":"ec-meeting-2020-02-25-34cf6542f6f17d6698107ae0329454b1a1764ee6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-25 - Cabinet of Commissioner Janusz Wojciechowski x Central Europe Energy Partners"],"date":["2020-02-25"],"summary":["the iInterests of the energy and energy-intensive companies from Central Europe"],"notes":["Portfolio: Agriculture"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["eu-tr-87738563745-94","ec-person-625f8b4379f79adee4f15c6a0417a96bb5a5a403"]}} -{"id":"ec-meeting-2020-02-25-3ca5cf73725affb81b7a902ac6891756ff24a2ff","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-25 - Cabinet of Commissioner Helena Dalli x Platform of European Social NGOs"],"date":["2020-02-25"],"summary":["Equality and inclusion measures"],"notes":["Portfolio: Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-dalli-helena-of"],"involved":["eu-tr-85083981189-35","ec-person-d0b568d53468fcd3dfeeaddbd07343b5b065914d"]}} -{"id":"ec-meeting-2020-02-25-3cb614a7edebb35e2bd73aedcf9d1a5d62ddd42e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-25 - Environment x CITEO"],"date":["2020-02-25"],"summary":["Circular economy action plan"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-env"],"involved":["eu-tr-430607416969-79","ec-person-3bc74ce04ea3f4ab4d91a5c88eef25b8b8a213b4"]}} -{"id":"ec-meeting-2020-02-25-3f45d569836f70f92660359d8cccd5cb7719a012","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-25 - Cabinet of Commissioner Helena Dalli x CONCORD Europe"],"date":["2020-02-25"],"summary":["Gender Equality Strategy, equality in all areas of life"],"notes":["Portfolio: Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-dalli-helena-of"],"involved":["eu-tr-34478709670-34","ec-person-d0b568d53468fcd3dfeeaddbd07343b5b065914d"]}} -{"id":"ec-meeting-2020-02-25-48963a3e2d6ef7eac36242c4cc7bac8555de9b49","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-25 - Cabinet of Commissioner Phil Hogan x Bureau Européen des Unions de Consommateurs"],"date":["2020-02-25"],"summary":["EU trade policy and BEUC's proposals"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-9505781573-45","ec-person-a1a78365cc4685b0958056646204977d8f2ead92","ec-person-7d3caa534e5cdda6d5b949bd4b2def39356e3bec"]}} -{"id":"ec-meeting-2020-02-25-4e0832c5c0833284f94f83dab5257faacaf2cc80","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-25 - Cabinet of Executive Vice-President Frans Timmermans x European Federation of Building Societies"],"date":["2020-02-25"],"summary":["Green deal, renovation wave"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-a282162080cef4ef2a8c0ab6247a3e03dc438507","eu-tr-33192023937-30"]}} -{"id":"ec-meeting-2020-02-25-5155862b8344c745a6b9f63e64e4d90e8a643ab5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-25 - Cabinet of Commissioner Janusz Wojciechowski x Association nationale interprofessionnelle du bétail et des viandes"],"date":["2020-02-25"],"summary":["Opposition to opening concessions to Australia and New Zealand before absorbing the impact of the Mercosur deal"],"notes":["Portfolio: Agriculture"],"location":["Paris, France"],"address":["Paris, France"],"addressEntity":["addr-c70534aa18173b860a10a50a47b139c4a581cbf6"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["ec-person-90b64673ee7f4c1dae185fbd64b45f5c45f2b66d","ec-person-08c62f972c22464aca7a65520eb9406f8db14a66","eu-tr-963373911020-79"]}} -{"id":"ec-meeting-2020-02-25-520c5c45e3a46764fe2f2d1e81628db5db1ed8ac","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-25 - Cabinet of Commissioner Adina Vălean x Qatar Airways"],"date":["2020-02-25"],"summary":["Aviation"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["eu-tr-842194125102-63","ec-person-cc0354fbf386eb83f57c00ad5240f1dddeeabab4"]}} -{"id":"ec-meeting-2020-02-25-64bb1b65110c9bc353a8d38b26c6da82aac861d1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-25 - Cabinet of Vice-President Věra Jourová x European Disability Forum"],"date":["2020-02-25"],"summary":["the rights of persons with disabilities"],"notes":["Portfolio: Values and Transparency"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["eu-tr-57868523887-16","ec-person-28fecf6c4f04b3a2af1d74c742e147920ab849c5"]}} -{"id":"ec-meeting-2020-02-25-6891facb3c056015893b839b68c209a4962b4249","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-25 - Cabinet of Commissioner Paolo Gentiloni x Federation of Catholic Family Associations in Europe"],"date":["2020-02-25"],"summary":["Demography trends and its impacts on economy"],"notes":["Portfolio: Economy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gentiloni-of-paolo"],"involved":["eu-tr-509209111889-44","ec-person-5afc11966577af0bcf6f99488769b1eba37e3577"]}} -{"id":"ec-meeting-2020-02-25-6c2aa9284d6fdcb7dc11a8c7528d746d8cc74534","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-25 - Cabinet of Commissioner Stella Kyriakides x Eurogroup for Animals"],"date":["2020-02-25"],"summary":["Discussion and exchange of views on animal welfare issues"],"notes":["Portfolio: Health"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-kyriakides-of-stella"],"involved":["ec-person-a14d25733c53171d0aa91b49f8fa6d0c83e15a17","eu-tr-6809935493-49","ec-person-c7513fae2df7920eea99d7cc103a354aa4f56b6e"]}} -{"id":"ec-meeting-2020-02-25-6d25b2e4bb199e38849e62329ac2d39e83daf749","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-25 - Cabinet of Commissioner Phil Hogan x European Trade Union Committee for Education"],"date":["2020-02-25"],"summary":["Trade Issues"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-72197913011-06","ec-person-a1a78365cc4685b0958056646204977d8f2ead92"]}} -{"id":"ec-meeting-2020-02-25-6e441d88fe3671b0fecc0060b7956fe5a8d30ea5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-25 - Cabinet of Executive Vice-President Valdis Dombrovskis x Confederación Española de Organizaciones Empresariales"],"date":["2020-02-25"],"summary":["Cab member meeting with Rerpesentative of Confederation Of Employers and Industries Of Spain, Permanent Delegation To the EU.\r\nThe topic of discussion was how to further integrate the EMU and European Semester for Economic Policy Coordination."],"notes":["Portfolio: An Economy that Works for People"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-95d6ecce9b8f3a7b167d0eac8e270fdce0665ccb","eu-tr-02963738854-41"]}} -{"id":"ec-meeting-2020-02-25-6e86a8e12f30c258c5dc92fe81ff13af1a4bd2f6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-25 - Cabinet of Commissioner Adina Vălean x European Express Association"],"date":["2020-02-25"],"summary":["Rail and road transport topics"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["eu-tr-1894704851-83","ec-person-6e21d867543ef3b910e746c319cb048abd054702"]}} -{"id":"ec-meeting-2020-02-25-716d3e25570ce4ac41dd6b8ddad1a806c210c1df","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-25 - Environment x Stichting BirdLife Europe"],"date":["2020-02-25"],"summary":["Biodiversity"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-env"],"involved":["eu-tr-1083162721-43","ec-person-3bc74ce04ea3f4ab4d91a5c88eef25b8b8a213b4"]}} -{"id":"ec-meeting-2020-02-25-72c05e09a4c167efb4f0cd78d124f29937cbe7c7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-25 - Cabinet of President Ursula von der Leyen x Adobe Systems Benelux bv"],"date":["2020-02-25"],"summary":["Artificial intelligence: how Europe can maximise this potential and ensure widespread deployment"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-7019713e72781afb1f3b19032c4752a314b78180","eu-tr-575371411483-96"]}} -{"id":"ec-meeting-2020-02-25-7f7cdf3ccfab9324da247c55e14eacc35a2037eb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-25 - Cabinet of Commissioner Nicolas Schmit x Confederazione Generale Italiana del Lavoro Confederazione Nazionale dell'Artigianato e della Piccola e Media Impresa"],"date":["2020-02-25"],"summary":["ongoing social files and minimum wage"],"notes":["Portfolio: Jobs and Social Rights"],"location":["Rome"],"address":["Rome"],"addressEntity":["addr-da7705caa15608fea217326726ec6ed97a9c6c9d"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-4cf4655ab41922e92160325d987a3c4615c72d30","eu-tr-42122398878-52","ec-person-c2208333f0f75350eef62b355a40bf856f2d9cef","eu-tr-622307424816-11","ec-person-c03b949331dbbe5fa3d5423758e371ec1b9b832f"]}} -{"id":"ec-meeting-2020-02-25-8c047af4907a3e00f42dc4c49cf2314ff4b8a1be","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-25 - Cabinet of Executive Vice-President Frans Timmermans x Berenschot Groep BV"],"date":["2020-02-25"],"summary":["The European Green Deal"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce","eu-tr-438929232932-59"]}} -{"id":"ec-meeting-2020-02-25-8f006f9bda97908ce6cbe42c24a05323bc991bb4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-25 - Cabinet of Executive Vice-President Margrethe Vestager x Smiths Group plc"],"date":["2020-02-25"],"summary":["Digital & industrial policy"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-30523216596-22","ec-person-11ba005cc4046696303381b7ca219da9b11a42bf"]}} -{"id":"ec-meeting-2020-02-25-9cab68ab8a95472ffa0c43edafb921d31461e380","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-25 - Cabinet of Commissioner Adina Vălean x European Federation of Inland Ports"],"date":["2020-02-25"],"summary":["Maritime topics"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["ec-person-baa9678f53e0a607c8a9bb2cd9122d1c13370154","eu-tr-41826153178-91"]}} -{"id":"ec-meeting-2020-02-25-a751c7a3770f6f4dd52778675efafe7c58fc8c3a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-25 - Cabinet of Commissioner Stella Kyriakides x Conseil Européen des Jeunes Agriculteurs"],"date":["2020-02-25"],"summary":["Farm to Fork Strategy"],"notes":["Portfolio: Health"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-kyriakides-of-stella"],"involved":["eu-tr-849413211923-25","ec-person-ba73927c33000184cab3f41a76e1b32fe7d7eda8","ec-person-081d99a6f9ed1259db43e2cbcba20275774511b2"]}} -{"id":"ec-meeting-2020-02-25-bcbacda941f3fbb55381ea06ee7b443e9d4a0d3d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-25 - Cabinet of Vice-President Dubravka Šuica x European Youth Forum"],"date":["2020-02-25"],"summary":["Youth Engagement, Conference on the Future of Europe"],"notes":["Portfolio: Democracy and Demography"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dubravka-of-president-suica-vice"],"involved":["eu-tr-43251547769-22","ec-person-83dd3363da89c86d99ea50c3ff2d15a746405110"]}} -{"id":"ec-meeting-2020-02-25-c48ca8d9b16abebc47e30c683f73c27f89d20de6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-25 - Cabinet of Commissioner Didier Reynders x EXPAND"],"date":["2020-02-25"],"summary":["presentation of project SAPHIR"],"notes":["Portfolio: Justice"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-didier-of-reynders"],"involved":["ec-person-442bf1ae9900b999673cdd7389224d0e21b67d4d","ec-person-20d4446deccc5de5ff62366e1a36b7a56c1ed898","eu-tr-746668127949-16"]}} -{"id":"ec-meeting-2020-02-25-c600a9a313d0c2fefa79e35c993646592df127ab","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-25 - Trade x EUROCHAMBRES – Association of European Chambers of Commerce and Industry"],"date":["2020-02-25"],"summary":["Global Intelligence Strategy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-trade"],"involved":["ec-person-2045c2589da3988908fcfe731e8224e7e06a7c63","eu-tr-0014082722-83"]}} -{"id":"ec-meeting-2020-02-25-c67ef8fd149d10a3ab992f95ca29da0b9af0d80d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-25 - Cabinet of Commissioner Jutta Urpilainen x CONCORD Europe"],"date":["2020-02-25"],"summary":["Priorities of the new Commission ; the Neighbourhood, Development and International Cooperation Instrument"],"notes":["Portfolio: International Partnerships"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["eu-tr-34478709670-34","ec-person-7204caa5e704bc4a911fee13ad5c0f62fd74b3bc"]}} -{"id":"ec-meeting-2020-02-25-d2f3acc478ca277279aedf92a20bab637cbb8fb2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-25 - Cabinet of Commissioner Helena Dalli x Eurocities"],"date":["2020-02-25"],"summary":["Equality, Roma inclusion, accessibility for persons with disabilities, gender budgeting at cities level"],"notes":["Portfolio: Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-dalli-helena-of"],"involved":["ec-person-d0b568d53468fcd3dfeeaddbd07343b5b065914d","eu-tr-12493392840-79"]}} -{"id":"ec-meeting-2020-02-25-d362a67a8eaeb3c89ecb873911837c754ddfcfaa","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-25 - Cabinet of Commissioner Elisa Ferreira x European Metropolitan Authorities"],"date":["2020-02-25"],"summary":["Metropolitan areas and delivery of the EU agenda"],"notes":["Portfolio: Cohesion and Reforms"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-elisa-ferreira-of"],"involved":["eu-tr-015130537432-86","ec-person-884d261ef161b119c9fc64f7a0514dc014ca2bd7","ec-person-4121b3832a3dd4ec5d2c50f26f7003d3bada6d20"]}} -{"id":"ec-meeting-2020-02-25-d3d55c7e4b011bc111692f8eedb49782d13d87b3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-25 - Cabinet of Commissioner Virginijus Sinkevičius x European Boating Industry"],"date":["2020-02-25"],"summary":["Blue Economy, Circular Economy Action Plan, Green Deal"],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["eu-tr-74989093163-18","ec-person-a58f1d06f5cb1d8dfd278e0c36d5aa1b9368b270"]}} -{"id":"ec-meeting-2020-02-25-eabff85c3130841a0457b05af24732ebe7dfab4d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-25 - Cabinet of Commissioner Nicolas Schmit x Notre Europe - Institut Jacques Delors / Notre Europe - Jacques Delors Institute"],"date":["2020-02-25"],"summary":["Skills"],"notes":["Portfolio: Jobs and Social Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-66fa2c2d100ec194caa42b5c6f97c36e2748b71c","eu-tr-726109217329-25"]}} -{"id":"ec-meeting-2020-02-26-207683bd1409edb96859dc13cdf390aa091109bd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-26 - European Civil Protection and Humanitarian Aid Operations x CARE International Aisbl"],"date":["2020-02-26"],"summary":["Curtesy/introductory meeting to discuss with DG ECHO the 2020 and beyond priorities including on gender and emergencies, localisation"],"location":["Belgium, Brussels, DG ECHO premises, L86"],"address":["Belgium, Brussels, DG ECHO premises, L86"],"addressEntity":["addr-f2e0a1d1f20833035b8e2c8ae1f561c9b1412cf9"],"organizer":["ec-dg-echo"],"involved":["eu-tr-90237823189-97","ec-person-10a22f0fd27347d8ef3ff2b55ad4ef89c6fe388f"]}} -{"id":"ec-meeting-2020-02-26-23baf8e04a5aceb5aed54c921c65c4930164b059","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-26 - Cabinet of Commissioner Jutta Urpilainen x EUCED - Instituição Europeia de Cooperação Económica e Desenvolvimento"],"date":["2020-02-26"],"summary":["Presentation of EUCED activities"],"notes":["Portfolio: International Partnerships"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["ec-person-e29b72fe81d25796214b1c5915c52a124f06cd9d","eu-tr-705739621614-13"]}} -{"id":"ec-meeting-2020-02-26-2ecb7c6662bffd7f466496b6245155c00909b01a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-26 - Cabinet of Vice-President Maroš Šefčovič x Manufacture Française des Pneumatiques Michelin"],"date":["2020-02-26"],"summary":["Hydrogen"],"notes":["Portfolio: Interinstitutional Relations and Foresight"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-1413466815-09","ec-person-af83ed49c403cb9d7ebfecca7893f0054c1f4be5"]}} -{"id":"ec-meeting-2020-02-26-44b50da0b6dde68f591a2067863d727aecd12120","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-26 - Internal Market, Industry, Entrepreneurship and SMEs x NAVAL ENERGIES"],"date":["2020-02-26"],"summary":["Discuss future Green Deal and Industry Policy"],"location":["BREY-Brussels"],"address":["BREY-Brussels"],"addressEntity":["addr-d44a5833caa26834c3898a8945679a31285bd2ac"],"organizer":["ec-dg-grow"],"involved":["eu-tr-085810933437-25","ec-person-502a9ad56e684f225d022e2e549380121183d0f6"]}} -{"id":"ec-meeting-2020-02-26-4ffa3d40b511c824840da11108d207212b9b1572","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-26 - Cabinet of Commissioner Phil Hogan x Foreign Economic Relations Board of Turkey"],"date":["2020-02-26"],"summary":["Introduction to organisation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-400dd8d59d3060187d9b9b143d697da1a3d03c12","eu-tr-119458831154-84"]}} -{"id":"ec-meeting-2020-02-26-507c43b9131f143b57d3573752f18e5483c718e2","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2020-02-26 - Cabinet of Executive Vice-President Frans Timmermans x ELECTRICITE DE FRANCE"],"date":["2020-02-26"],"summary":["sustainable finance, taxation, energy policy","The European Green Deal"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-39966101835-69","ec-person-e88af8eb396e96e3dbc9b4ec6e40a348d26c389c","ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce"]}} -{"id":"ec-meeting-2020-02-26-54148bcad112dd4210ba3d8b3c5bc6cd56afa2d4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-26 - Cabinet of Commissioner Paolo Gentiloni x Gesamtverband der Deutschen Versicherungswirtschaft e.V."],"date":["2020-02-26"],"summary":["European Green Deal and ECB strategic review"],"notes":["Portfolio: Economy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gentiloni-of-paolo"],"involved":["ec-person-8da36db391ed53f362d495cd564ba8b45c7003e1","ec-person-6168eb3d5d9bc71f9dc22fb6f75f77fa485ec252","eu-tr-6437280268-55"]}} -{"id":"ec-meeting-2020-02-26-6821f6ed3496dddc3738ffa9ab40910e2d20e970","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-26 - Cabinet of Executive Vice-President Frans Timmermans x CEC European Managers - Confédération Européenne des Cadres"],"date":["2020-02-26"],"summary":["Green Deal and social dialogue"],"notes":["Portfolio: European Green Deal"],"location":["Breussels"],"address":["Breussels"],"addressEntity":["addr-6823d976acfac6b2bf0ec9f01fcc3a858c22a95d"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-10426402966-04","ec-person-e88af8eb396e96e3dbc9b4ec6e40a348d26c389c"]}} -{"id":"ec-meeting-2020-02-26-6a1c0e554f123944a0e93f3eab0fa74eb9e1565a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-26 - Cabinet of Commissioner Nicolas Schmit x Manufacture Française des Pneumatiques Michelin"],"date":["2020-02-26"],"summary":["Updated Skills Agenda"],"notes":["Portfolio: Jobs and Social Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-66fa2c2d100ec194caa42b5c6f97c36e2748b71c","eu-tr-1413466815-09"]}} -{"id":"ec-meeting-2020-02-26-79e92f88a163c81dca6191e8ca82174f706a9149","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-26 - Cabinet of Commissioner Janusz Wojciechowski x European Network of Heads of Nature Conservation Agencies"],"date":["2020-02-26"],"summary":["CAP and environmental and biodiversity challenges across Europe"],"notes":["Portfolio: Agriculture"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["ec-person-cafe030b6dad78a75143f7552c420481b30ebceb","eu-tr-206882037381-44"]}} -{"id":"ec-meeting-2020-02-26-93d1ef820fb4eb2b705e55934580954f9f34b31d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-26 - Cabinet of Commissioner Ylva Johansson x Vattenfall"],"date":["2020-02-26"],"summary":["Impact of regulations"],"notes":["Portfolio: Home Affairs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-johansson-of-ylva"],"involved":["eu-tr-12955024114-93","ec-person-e80f1d4512f8632e5baa488ed887e131294d744e"]}} -{"id":"ec-meeting-2020-02-26-94117a223c085fc0a49aab29c3867ff1c3a739d8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-26 - Cabinet of Commissioner Nicolas Schmit x Deutsche Post DHL Group"],"date":["2020-02-26"],"summary":["Skills"],"notes":["Portfolio: Jobs and Social Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-66fa2c2d100ec194caa42b5c6f97c36e2748b71c","ec-person-4cf4655ab41922e92160325d987a3c4615c72d30","eu-tr-48544465107-88"]}} -{"id":"ec-meeting-2020-02-26-965cc6d43e449049e57fa0b7203b12bb4dfb11a6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-26 - Cabinet of Executive Vice-President Frans Timmermans x Bruegel"],"date":["2020-02-26"],"summary":["Economic aspects of the Green Deal"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-e88af8eb396e96e3dbc9b4ec6e40a348d26c389c","eu-tr-458295331598-02"]}} -{"id":"ec-meeting-2020-02-26-9b2b80e0fb09b75948543d3a79a99891a7c864fe","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-26 - Cabinet of Commissioner Adina Vălean x FEPORT"],"date":["2020-02-26"],"summary":["Maritime topics"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["ec-person-baa9678f53e0a607c8a9bb2cd9122d1c13370154","eu-tr-801302611511-33"]}} -{"id":"ec-meeting-2020-02-26-a910f00524414f6ff1a8ce0ca982e0a7ada72e56","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-26 - Cabinet of Executive Vice-President Frans Timmermans x Manufacture Française des Pneumatiques Michelin"],"date":["2020-02-26"],"summary":["Industrial strategy and the European Green Deal"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-1413466815-09","ec-person-d56ecbfde17436a136fc89c9a978b266e8285c84"]}} -{"id":"ec-meeting-2020-02-26-b15c4cd7403640161eb6eca6d3e4d91776b2dce6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-26 - Cabinet of Commissioner Thierry Breton x Bureau Européen des Unions de Consommateurs"],"date":["2020-02-26"],"summary":["Exchange of views on digital and single market policies relevant for consumers and on consumers’ concerns in this regard"],"notes":["Portfolio: Internal Market"],"location":["Bruxelles"],"address":["Bruxelles"],"addressEntity":["addr-b58f5927b66d94a676970dc048485d4c6848f272"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-9505781573-45","ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","ec-person-4d83416435f81b1f1e8f5c86aeebb1478577f1d2"]}} -{"id":"ec-meeting-2020-02-26-cdc2bd0793bd1603275c63dcc071d610789db2ba","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-26 - Cabinet of High Representative Josep Borrell Fontelles x EU-Asia Centre"],"date":["2020-02-26"],"summary":["EU-Asia relations"],"notes":["Portfolio: High Representative of the Union for Foreign Affairs and Security Policy / Vice-President of the Commission"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-borrell-cabinet-fontelles-high-josep-of-representative"],"involved":["eu-tr-707568010386-43","ec-person-8efd3b03f4e3aa3ce7ce35372f4dde70c1158889"]}} -{"id":"ec-meeting-2020-02-26-e92016cb30c040bb0f6e6a6f864361fb1dd3472f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-26 - Cabinet of President Ursula von der Leyen x SMEunited aisbl"],"date":["2020-02-26"],"summary":["Tripartite Social Summit\r\nCommission Work Programme"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["eu-tr-55820581197-35","ec-person-66d141295841bdd2d0679d93aae62e07580fcee5"]}} -{"id":"ec-meeting-2020-02-27-0dc311484427bf38f6c68654b08cebb52448d918","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-27 - Cabinet of Executive Vice-President Frans Timmermans x European Chemical Industry Council"],"date":["2020-02-27"],"summary":["F-gases imports"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-a282162080cef4ef2a8c0ab6247a3e03dc438507","ec-person-f1a3478550296f3f9accdc67d6ef5a0b681dda4b","eu-tr-64879142323-90"]}} -{"id":"ec-meeting-2020-02-27-12b039dff288e76cd07fb75ea2f5b4d1f6868b06","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-27 - Justice and Consumers x DELOITTE CONSEIL"],"date":["2020-02-27"],"summary":["Corporate Governance"],"location":["Gateway building – Luchthaven Nationaal 1J, 1930 Zaventem, Belgium"],"address":["Gateway building – Luchthaven Nationaal 1J, 1930 Zaventem, Belgium"],"addressEntity":["addr-fa733304004a702ee61500c256d1139b5108581c"],"organizer":["ec-dg-just"],"involved":["eu-tr-329945329379-11","ec-person-64fe91130a710e9441279ace59821186f8ef52c4"]}} -{"id":"ec-meeting-2020-02-27-1306d79ef8fc676c498646342c785a73f95ac6a8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-27 - Cabinet of Vice-President Věra Jourová x Amnesty International Limited"],"date":["2020-02-27"],"summary":["Human rights issues, rule of law and non-discrimination"],"notes":["Portfolio: Values and Transparency"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["ec-person-221276f2dfa4b8fe628f08e982d967b6aeb61c57","eu-tr-11063928073-34","ec-person-76793b3bad1c7471121c510a962aae356d19c30b","ec-person-28fecf6c4f04b3a2af1d74c742e147920ab849c5"]}} -{"id":"ec-meeting-2020-02-27-198b5fe82e94efe2ed43fb75e604cb133dd1ac3e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-27 - Cabinet of Commissioner Stella Kyriakides x European agri-cooperatives European farmers"],"date":["2020-02-27"],"summary":["Farm to Fork Strategy"],"notes":["Portfolio: Health"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-kyriakides-of-stella"],"involved":["ec-person-c7513fae2df7920eea99d7cc103a354aa4f56b6e","eu-tr-09586631237-74","eu-tr-44856881231-49"]}} -{"id":"ec-meeting-2020-02-27-2835c648d2d5ee3bbcaa8257c479431f5ff62293","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-27 - Cabinet of Vice-President Dubravka Šuica x Gesamtverband der Deutschen Versicherungswirtschaft e.V."],"date":["2020-02-27"],"summary":["demographic developments, Green Paper on Ageing, pension insurance"],"notes":["Portfolio: Democracy and Demography"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dubravka-of-president-suica-vice"],"involved":["ec-person-bae2f44eb21285b37ecc9c7f2f42b4acb1f53264","eu-tr-6437280268-55"]}} -{"id":"ec-meeting-2020-02-27-38acbf5968e1cc1474732e91f9dde3cc175cb4c5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-27 - Cabinet of Commissioner Jutta Urpilainen x Handelsverband Deutschland"],"date":["2020-02-27"],"summary":["Introductory meeting with German and Dutch retail federations; General discussion of global supply chains’ challenges"],"notes":["Portfolio: International Partnerships"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["eu-tr-31200871765-41","ec-person-e29b72fe81d25796214b1c5915c52a124f06cd9d"]}} -{"id":"ec-meeting-2020-02-27-497a4bbb4f05d568a1e8aa66326c1d360b642a32","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-27 - Cabinet of President Ursula von der Leyen x Asociatia ROMA ENTREPRENEURSHIP DEVELOPMENT"],"date":["2020-02-27"],"summary":["Digitalisation, skills and vulnerable communities"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-7019713e72781afb1f3b19032c4752a314b78180","eu-tr-200768837260-80"]}} -{"id":"ec-meeting-2020-02-27-4e1e558c0d41554c7947056ba286e7e726c5217f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-27 - Cabinet of High Representative Josep Borrell Fontelles x IKV, Fondation pour le Développement Economique"],"date":["2020-02-27"],"summary":["Eu- Turkey relations."],"notes":["Portfolio: High Representative of the Union for Foreign Affairs and Security Policy / Vice-President of the Commission"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-borrell-cabinet-fontelles-high-josep-of-representative"],"involved":["eu-tr-79585606808-03","ec-person-e234b49cffbd1e67417d997c7be82fab25d755b3"]}} -{"id":"ec-meeting-2020-02-27-50073f3ace69182e68059dbe5c2d1188e1c6a0af","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-27 - Cabinet of High Representative Josep Borrell Fontelles x The Alliance of Democracies Foundation"],"date":["2020-02-27"],"summary":["EU-China relations"],"notes":["Portfolio: High Representative of the Union for Foreign Affairs and Security Policy / Vice-President of the Commission"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-borrell-cabinet-fontelles-high-josep-of-representative"],"involved":["eu-tr-146289032886-07","ec-person-8efd3b03f4e3aa3ce7ce35372f4dde70c1158889"]}} -{"id":"ec-meeting-2020-02-27-80419a14cf2e68122244ec498f39ac5a1740b72e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-27 - Research and Innovation x Mind the Bridge"],"date":["2020-02-27"],"summary":["EIC/ startups"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-rtd"],"involved":["eu-tr-387674033257-12","ec-person-1d348f33395de0ea6773a7b4ae8797e3e0392f73"]}} -{"id":"ec-meeting-2020-02-27-880e31c680193d85d71542f3f8d01c127ff14aeb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-27 - Cabinet of President Ursula von der Leyen x Rasmussen Global"],"date":["2020-02-27"],"summary":["Trade policy"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["eu-tr-923424020779-19","ec-person-a15f450526451c70384a05ea9a3a7400ba2d3e7e"]}} -{"id":"ec-meeting-2020-02-27-8ce23091ea5678dd0ec5c171b819b69791f7921e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-27 - Cabinet of Commissioner Mariya Gabriel x Mind the Bridge"],"date":["2020-02-27"],"summary":["Introduce their plan of activity for 2020 and onwards and seek for collaboration avenues within the portfolio on Innovation and Youth"],"notes":["Portfolio: Innovation and Youth"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-387674033257-12","ec-person-f44fd5a4e1aee7b5ec7988261aaa129844edaa4a"]}} -{"id":"ec-meeting-2020-02-27-95e04f56d16f01f2638f0a625b43d137687dc53a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-27 - Cabinet of Commissioner Mariya Gabriel x ORGANIZACIÓN NACIONAL DE CIEGOS ESPAÑOLES"],"date":["2020-02-27"],"summary":["Exchange views on the initiatives of the Commission concerning people with disabilities."],"notes":["Portfolio: Innovation and Youth"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["ec-person-aac4e4c77e459b480bfebb0e76dc3b26fdfb1d6a","eu-tr-68612977691-59"]}} -{"id":"ec-meeting-2020-02-27-9878c676cfceb38a305ab5ca66ed911cfa1d214a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-27 - Cabinet of Commissioner Olivér Várhelyi x Konrad-Adenauer-Stiftung"],"date":["2020-02-27"],"summary":["Enlargement, Neighbourhood, Western Balkans"],"notes":["Portfolio: Neighbourhood and Enlargement"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-of-oliver-varhelyi"],"involved":["ec-person-7c2ac03d5de1897584c3ba414699f94f77dd46f1","eu-tr-510151427278-94"]}} -{"id":"ec-meeting-2020-02-27-ad2d1fd01f784f3467f8f61cf601792dc93c19f0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-27 - Cabinet of Executive Vice-President Frans Timmermans x European Association Automotive Suppliers"],"date":["2020-02-27"],"summary":["The European Green Deal and the automotive supply chain"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-91408765797-03","ec-person-d56ecbfde17436a136fc89c9a978b266e8285c84"]}} -{"id":"ec-meeting-2020-02-27-ae60350cde24d9429bae5293f860e01111092ea0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-27 - Mobility and Transport x EUROS / AGENCY GROUP"],"date":["2020-02-27"],"summary":["Rail and road transport, ERTMS"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-move"],"involved":["eu-tr-57468837764-43","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2020-02-27-ba43eacaf4ad3b5d63df113648dfe235ed1a1cf7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-27 - Cabinet of Executive Vice-President Frans Timmermans x The Alliance for Beverage Cartons and the Environment"],"date":["2020-02-27"],"summary":["Green Deal and circular economy"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-8af3c81534786a740718d21dc58240738a53ed7b","eu-tr-57004293853-27"]}} -{"id":"ec-meeting-2020-02-27-bd5487fd205751d06961c924faae6625abe20a4b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-27 - Cabinet of Commissioner Thierry Breton x Bundesverband Breitbandkommunikation e.V."],"date":["2020-02-27"],"summary":["Discussion on digital strategy and measures to accelerate broadband network deployment"],"notes":["Portfolio: Internal Market"],"location":["Bruxelles"],"address":["Bruxelles"],"addressEntity":["addr-b58f5927b66d94a676970dc048485d4c6848f272"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-028570718529-43","ec-person-4d83416435f81b1f1e8f5c86aeebb1478577f1d2"]}} -{"id":"ec-meeting-2020-02-27-ced03e4f98fda39e550484432ca71c9e87e8c181","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-27 - Cabinet of Commissioner Stella Kyriakides x Euro Coop - European Community of Consumer Co-operatives"],"date":["2020-02-27"],"summary":["Farm to Fork Strategy"],"notes":["Portfolio: Health"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-kyriakides-of-stella"],"involved":["ec-person-ba73927c33000184cab3f41a76e1b32fe7d7eda8","ec-person-081d99a6f9ed1259db43e2cbcba20275774511b2","eu-tr-3819438251-87"]}} -{"id":"ec-meeting-2020-02-27-dd07503fb484b3908c633fb63f2b674e7cbc3b93","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-27 - Cabinet of Vice-President Dubravka Šuica x European Association of Paritarian Institutions of Social Protection"],"date":["2020-02-27"],"summary":["Report on the impact of demographic change, Green Paper on Ageing, digitalization of services, exchange of best practices"],"notes":["Portfolio: Democracy and Demography"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dubravka-of-president-suica-vice"],"involved":["ec-person-bae2f44eb21285b37ecc9c7f2f42b4acb1f53264","eu-tr-69133399372-91"]}} -{"id":"ec-meeting-2020-02-27-e0d185789fd1d9b1f376d851be03abe8bf04b14b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-27 - Cabinet of Commissioner Stella Kyriakides x Compassion in World Farming International"],"date":["2020-02-27"],"summary":["Animal welfare."],"notes":["Portfolio: Health"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-kyriakides-of-stella"],"involved":["eu-tr-26535516539-45","ec-person-c7513fae2df7920eea99d7cc103a354aa4f56b6e"]}} -{"id":"ec-meeting-2020-02-27-ee6553cf4ec4652cc8869489e80a22015798ad69","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-27 - Cabinet of Commissioner Nicolas Schmit x ORGANIZACIÓN NACIONAL DE CIEGOS ESPAÑOLES"],"date":["2020-02-27"],"summary":["Disabilities"],"notes":["Portfolio: Jobs and Social Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-8eb18b6102d444937bc6af5822a6742812165b48","eu-tr-68612977691-59"]}} -{"id":"ec-meeting-2020-02-28-08189d82439f2f5b25d391361dc4750fe0186019","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-28 - Cabinet of Executive Vice-President Frans Timmermans x Third Generation Environmentalism Ltd"],"date":["2020-02-28"],"summary":["Green Deal and industrial policy"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-e88af8eb396e96e3dbc9b4ec6e40a348d26c389c","eu-tr-07783117686-61"]}} -{"id":"ec-meeting-2020-02-28-1563d8e590b9fe05b41a5728f9cef3173d466396","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-28 - Cabinet of President Ursula von der Leyen x Europa Insights"],"date":["2020-02-28"],"summary":["discuss how the upcoming policy choices by the new Commission will have a significant impact on Europe’s global technological standing – and on the continued European leadership in 5G/IoT and open technology standards."],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-7019713e72781afb1f3b19032c4752a314b78180","eu-tr-578630818521-25"]}} -{"id":"ec-meeting-2020-02-28-3684316ff0824bce75fdec7d96e14314fa09ab3b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-28 - Cabinet of Commissioner Nicolas Schmit x Deutsche Industrie- und Handelskammer"],"date":["2020-02-28"],"summary":["Vocational training"],"notes":["Portfolio: Jobs and Social Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["eu-tr-22400601191-42","ec-person-66fa2c2d100ec194caa42b5c6f97c36e2748b71c","ec-person-4cf4655ab41922e92160325d987a3c4615c72d30"]}} -{"id":"ec-meeting-2020-02-28-4dd9332c5c1d4b883556b56f633e436214c078e4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-28 - Cabinet of Commissioner Jutta Urpilainen x European Federation of Pharmaceutical Industries and Associations"],"date":["2020-02-28"],"summary":["EFPIA requested a meeting to present their ongoing work"],"notes":["Portfolio: International Partnerships"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["eu-tr-38526121292-88","ec-person-6357f4506ca5351b3a822936612fd6006da48722"]}} -{"id":"ec-meeting-2020-02-28-578e54b0d9be2dd7d6a766739399c5502e68f6d1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-28 - Financial Stability, Financial Services and Capital Markets Union x Leibniz Institute for Financial Research SAFE"],"date":["2020-02-28"],"summary":["Changes and goals of SAFE"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-843071031814-24","ec-person-1fce211249673c35ee07a801ddee77ab24af8d54"]}} -{"id":"ec-meeting-2020-02-28-7ab61fcedc0a2217bdc7fc59c21092d29669e8dc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-28 - Cabinet of Commissioner Adina Vălean x FIPRA International SRL"],"date":["2020-02-28"],"summary":["Meeting with Smart Kid Belt on road safety"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["eu-tr-58746194306-23","ec-person-6e21d867543ef3b910e746c319cb048abd054702"]}} -{"id":"ec-meeting-2020-02-28-7d670c7aac5481da0b55c5f50a11998f35005ca7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-28 - Cabinet of Commissioner Janez Lenarčič x B’Tselem – The Israeli Information Center for Human Rights in the Occupied Territories"],"date":["2020-02-28"],"summary":["Human rights and International Humanitarian Law in the Occupied Palestinian Territory"],"notes":["Portfolio: Crisis Management"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-janez-lenarcic-of"],"involved":["eu-tr-479732337430-68","ec-person-a6cd325c80698b2331699224c780ebfb10573602"]}} -{"id":"ec-meeting-2020-02-28-939bf847c9ec9db9af0c3dc2ffa69d89c72da16f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-28 - Cabinet of Executive Vice-President Valdis Dombrovskis x Gesamtverband der Deutschen Versicherungswirtschaft e.V."],"date":["2020-02-28"],"summary":["Forthcoming demography report and Pan- European Personal Pension Product"],"notes":["Portfolio: An Economy that Works for People"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-55cdd2fceb3997b4092326294c9405769c7b491b","eu-tr-6437280268-55"]}} -{"id":"ec-meeting-2020-02-28-b619675cce9e83f51dc8287bca1330f3b6799a90","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-28 - Cabinet of Commissioner Kadri Simson x Gas Infrastructure Europe"],"date":["2020-02-28"],"summary":["Discussion on energy efficiency, decarbonisation, hydrogen"],"notes":["Portfolio: Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["ec-person-3ba14eabc5fddef75d1a672cc75b5f4bddd72ee9","eu-tr-76130992074-15"]}} -{"id":"ec-meeting-2020-02-28-b61f1ff4b4218209e6b5b5c81a42168e35be2f42","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-28 - Foreign Policy Instruments x British Council"],"date":["2020-02-28"],"summary":["Exchange on conflict prevention and crisis management"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fpi"],"involved":["ec-person-c3b6b442c99862009242a343eeb51ed66498bd31","eu-tr-17888758870-92"]}} -{"id":"ec-meeting-2020-02-28-bb2a82afb97fa373d49bd8224bc7e7ee8b040ae8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-28 - Cabinet of Vice-President Věra Jourová x Reporters sans frontières"],"date":["2020-02-28"],"summary":["Media freedom"],"notes":["Portfolio: Values and Transparency"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["ec-person-aa83f35da599b82e4f15da018f4b3447eb648f7c","eu-tr-612547127497-45"]}} -{"id":"ec-meeting-2020-02-28-c128ee2e4e79bfc76932ce3fb02f95126e8f3e06","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-28 - Cabinet of Commissioner Stella Kyriakides x European Public Health Alliance"],"date":["2020-02-28"],"summary":["Farm to Fork Strategy"],"notes":["Portfolio: Health"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-kyriakides-of-stella"],"involved":["ec-person-ba73927c33000184cab3f41a76e1b32fe7d7eda8","eu-tr-18941013532-08","ec-person-081d99a6f9ed1259db43e2cbcba20275774511b2"]}} -{"id":"ec-meeting-2020-02-28-e6fbe060c769dab0ce58f011046ae7bae21e03bd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-28 - Cabinet of Executive Vice-President Frans Timmermans x Fondation Jean-Jaurès"],"date":["2020-02-28"],"summary":["Green Deal"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-e88af8eb396e96e3dbc9b4ec6e40a348d26c389c","eu-tr-464944436603-05"]}} -{"id":"ec-meeting-2020-02-28-fc0d981358d06931434eaaec00d31020e475d4d9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-02-28 - Cabinet of Executive Vice-President Frans Timmermans x Friends of the Earth Europe"],"date":["2020-02-28"],"summary":["Green Deal and circular economy"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-9825553393-31","ec-person-8af3c81534786a740718d21dc58240738a53ed7b"]}} -{"id":"ec-meeting-2020-03-02-00207f1eec892d0ed22e5baa2e610fc1c38310b2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-03-02 - Cabinet of President Ursula von der Leyen x BUSINESSEUROPE"],"date":["2020-03-02"],"summary":["the policy-makers / business dialogue conc. the green deal"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-f2b941852d3b961d69ed695c2d243a1a2b4a1904","eu-tr-3978240953-79"]}} -{"id":"ec-meeting-2020-03-02-0d7e709c9bf0dd2cea035277f7da9b3966d78cd4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-03-02 - Cabinet of Commissioner Didier Reynders x European Organisation of Prison and Correctional Services"],"date":["2020-03-02"],"summary":["Presentation of EuroPris activities"],"notes":["Portfolio: Justice"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-didier-of-reynders"],"involved":["ec-person-4cd0043747c40cfeaced5e4c68e43372cdb8dac9","ec-person-1e25399e2267734c5f4c69093d2286c8898ee9f0","eu-tr-972634836901-11"]}} -{"id":"ec-meeting-2020-03-02-0fcc3d648d9739437cad3dc39d10935424da2672","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-03-02 - Cabinet of Commissioner Adina Vălean x AVIONS DE TRANSPORT REGIONAL"],"date":["2020-03-02"],"summary":["présenter ATR, la particularité du marché régional et de la technologie turbopropulseurs, et le positionnement d’ATR sur les grands enjeux actuels (environnement, mobilité, innovation)"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["ec-person-5f7f9d4d861c5b97fbd25bccf6323535d2a7ceb8","eu-tr-069449920691-52"]}} -{"id":"ec-meeting-2020-03-02-124dcfbaaa4e72b58d0216e1a58f6316f70b10f9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-03-02 - Cabinet of Commissioner Thierry Breton x ELECTRICITE DE FRANCE"],"date":["2020-03-02"],"summary":["Echanges de vues sur la politique industrielle européenne, le marché européen de l’énergie et l’innovation"],"notes":["Portfolio: Internal Market"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-1ab5843ab67b9915be990aebc02f9a83df200cf4","eu-tr-39966101835-69"]}} -{"id":"ec-meeting-2020-03-02-18375008f683e0388e159b5a9243287cfc171769","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-03-02 - Cabinet of Executive Vice-President Valdis Dombrovskis x Chamber of Commerce of the United States of America"],"date":["2020-03-02"],"summary":["Industry strategy, digital finance, trade, international role of the euro"],"notes":["Portfolio: An Economy that Works for People"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-235870cd7eb41f2494f695fce18b5b5b88647113","ec-person-1d8581216d9aa7f26fa098a81e84ca61e0e3f261","eu-tr-483024821178-51"]}} -{"id":"ec-meeting-2020-03-02-25f50282539388aa96e72031c41c7460e8d1cc6e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-03-02 - Cabinet of Executive Vice-President Margrethe Vestager x EUROPEAN HOTEL FORUM"],"date":["2020-03-02"],"summary":["Platform policy"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-621875521401-70","ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0"]}} -{"id":"ec-meeting-2020-03-02-3dbf8bc61d6b002d5a059213f4c0913b911c0765","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-03-02 - Cabinet of Commissioner Nicolas Schmit x European Federation for Services to Individuals"],"date":["2020-03-02"],"summary":["European Pillar of Social Rights"],"notes":["Portfolio: Jobs and Social Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-8eb18b6102d444937bc6af5822a6742812165b48","eu-tr-57795906755-89"]}} -{"id":"ec-meeting-2020-03-02-3e2f88e71864694a877533d47a9e55f5a6c392dc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-03-02 - Cabinet of Commissioner Kadri Simson x ELECTRICITE DE FRANCE"],"date":["2020-03-02"],"summary":["Green Deal, climate law, dialogues with 3rd countries, renewables."],"notes":["Portfolio: Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["ec-person-9b7f5fe059e5b0b40e79e9170211aa2f02322fdb","eu-tr-39966101835-69"]}} -{"id":"ec-meeting-2020-03-02-4ca48053f4083127bf116100f24ec8c5813f5b08","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-03-02 - Health and Food Safety x CropLife Europe"],"date":["2020-03-02"],"summary":["Farm to Fork: Significant reduction of use and risk of chemical pesticides; Measures to develop innovative ways to protect harvests from pests and diseases and the potential role of new innovative techniques to improve the sustainability of the food system; Concrete measures to be taken to increase organic farming in the EU. REFIT of 1107/2009: Status and potential improvement of its application"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-sante"],"involved":["eu-tr-0711626572-26","ec-person-42d2108d723f9b9017ed589e3271e3156172daa7"]}} -{"id":"ec-meeting-2020-03-02-4f98857574a985a91aafccc4800e268017cba773","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-03-02 - Cabinet of Executive Vice-President Margrethe Vestager x MARSH & McLENNAN COMPANIES FRANCE"],"date":["2020-03-02"],"summary":["Meeting with Oliver Wyman on cybersecurity"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-117683115792-20","ec-person-8b6db5c3c4611618ade59c6d0dadc21c962f0ee7"]}} -{"id":"ec-meeting-2020-03-02-50fa5ff396e6793211ae1e5bc77d51e52bb24874","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-03-02 - Cabinet of Commissioner Nicolas Schmit x EUROPEAN TRADE UNION CONFEDERATION"],"date":["2020-03-02"],"summary":["ongoing social files"],"notes":["Portfolio: Jobs and Social Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["eu-tr-06698681039-26","ec-person-c03b949331dbbe5fa3d5423758e371ec1b9b832f"]}} -{"id":"ec-meeting-2020-03-02-52c71f4fd84f0f2d62744c800417318f12ad6a41","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-03-02 - Cabinet of Commissioner Janusz Wojciechowski x European Federation of Origin Wines"],"date":["2020-03-02"],"summary":["Concerns about GI wine sector"],"notes":["Portfolio: Agriculture"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["ec-person-9909a5a1d25893da46a5abd80479d454b282c030","eu-tr-93296213494-75","ec-person-08c62f972c22464aca7a65520eb9406f8db14a66"]}} -{"id":"ec-meeting-2020-03-02-5a60fa78c24222fe56a176aa973a41490343602c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-03-02 - Cabinet of Executive Vice-President Frans Timmermans x Konrad-Adenauer-Stiftung"],"date":["2020-03-02"],"summary":["External dimension of the Green Deal"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-4d24ceb9e6bdaabe394d1506aa601a9ce9d0e59b","ec-person-d53e00c46a4cc62bbf533e0c9bb35bacb9121989","eu-tr-510151427278-94"]}} -{"id":"ec-meeting-2020-03-02-674ab8ff63b2db522ba547169c32111c520c9aca","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-03-02 - Cabinet of Executive Vice-President Frans Timmermans x Knauf Energy Solutions"],"date":["2020-03-02"],"summary":["The European Green Deal"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-619792037234-03","ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce"]}} -{"id":"ec-meeting-2020-03-02-8f9034d98d269de294cf02c8b928eb7786296d2e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-03-02 - Cabinet of Commissioner Janusz Wojciechowski x Fédération Européenne pour la Santé Animale et la Sécurité Sanitaire"],"date":["2020-03-02"],"summary":["Farm to Fork Strategy"],"notes":["Portfolio: Agriculture"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["ec-person-cafe030b6dad78a75143f7552c420481b30ebceb","eu-tr-64923022627-39"]}} -{"id":"ec-meeting-2020-03-02-afd3fe45edb4ac51e2fe752e9985f786357d5b81","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-03-02 - Cabinet of High Representative Josep Borrell Fontelles x Third Generation Environmentalism Ltd"],"date":["2020-03-02"],"summary":["Political Scenarios for COP26/2020"],"notes":["Portfolio: High Representative of the Union for Foreign Affairs and Security Policy / Vice-President of the Commission"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-borrell-cabinet-fontelles-high-josep-of-representative"],"involved":["eu-tr-07783117686-61","ec-person-51b354ee84bc311cd7365f9f3ccd96326902c711"]}} -{"id":"ec-meeting-2020-03-02-bdaec207109aa902dc47bb68f6ff223f5455065b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-03-02 - Cabinet of Commissioner Jutta Urpilainen x ReAct - Action on Antibiotic Resistance"],"date":["2020-03-02"],"summary":["Discussion on anti-microbial resistance."],"notes":["Portfolio: International Partnerships"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["eu-tr-189720828138-88","ec-person-6357f4506ca5351b3a822936612fd6006da48722"]}} -{"id":"ec-meeting-2020-03-02-d06ccf9885a46e13c7aa2029097c2dd8e60972fa","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-03-02 - Cabinet of Commissioner Didier Reynders x EuropeanIssuers"],"date":["2020-03-02"],"summary":["General presentation of activities of the company"],"notes":["Portfolio: Justice"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-didier-of-reynders"],"involved":["ec-person-50f9cba2282e1d03395cdd0faf9ce6e9a2ff3104","eu-tr-20935778703-23"]}} -{"id":"ec-meeting-2020-03-02-d3ef82325806072bb8ee1d180fda8dac1e0c2cc8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-03-02 - Directorate-General for International Partnerships x FirstRand"],"date":["2020-03-02"],"summary":["How FirstRand can engage with DG DEVCO, notably under the EFSD Guarantees and under the EFSD +. Interest in expanding cooperation with commercial African Banks based in well-regulated markets, with relevant operations in partner countries"],"location":["Bruxelles"],"address":["Bruxelles"],"addressEntity":["addr-b58f5927b66d94a676970dc048485d4c6848f272"],"organizer":["ec-dg-intpa"],"involved":["eu-tr-932215041094-45","ec-person-afe6f55069d2cc5483157e138e41abd63140fdd8"]}} -{"id":"ec-meeting-2020-03-02-e12ea28ad115df250f34fe6dce5126422614db5e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-03-02 - Cabinet of Commissioner Ylva Johansson x VERBOND VAN BELGISCHE ONDERNEMINGEN / FEDERATION DES ENTREPRISES DE BELGIQUE Vereinigung der österreichischen Industrie - Industriellenvereinigung BUSINESSEUROPE Unie van Zelfstandige Ondernemers Bundesvereinigung der Deutschen Arbeitgeberverbände e.V. Confederación Española de Organizaciones Empresariales Handwerkskammer Dresden Mouvement des Entreprises de France Wirtschaftskammer Österreich"],"date":["2020-03-02"],"summary":["Consultations on the New Pact on Migrations"],"notes":["Portfolio: Home Affairs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-johansson-of-ylva"],"involved":["eu-tr-43763731235-75","ec-person-31b127e72e9dd30ce85ff2b475ac65d28d7dc48d","eu-tr-10405322962-08","eu-tr-3978240953-79","eu-tr-389677914161-23","eu-tr-02963738854-41","eu-tr-7749519702-29","eu-tr-63350179708-88","eu-tr-89093924456-06","ec-person-1f14c98028fa6f9f43ee9cd5aef7ed77c30761a5","eu-tr-47676761061-93","ec-person-eafe594fe2bcb6af27f0422c2491a9d8cf2400da"]}} -{"id":"ec-meeting-2020-03-02-ea2e2fa3032adec1f3c203ead1c7ae580028c13d","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2020-03-02 - Cabinet of Commissioner Phil Hogan x Ignasi Guardans"],"date":["2020-03-02"],"summary":["EU-US trade talks","EU/US trade matters"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-c9d17d5879383b030f61a4066848249fb35d57e4","ec-person-a1a78365cc4685b0958056646204977d8f2ead92","eu-tr-843694634977-95"]}} -{"id":"ec-meeting-2020-03-02-ee50a0a05903afae415a2688339d8a953891d521","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-03-02 - Cabinet of Commissioner Stella Kyriakides x spiritsEUROPE"],"date":["2020-03-02"],"summary":["Nutrition, labelling, prevention."],"notes":["Portfolio: Health"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-kyriakides-of-stella"],"involved":["ec-person-ecf9f9e978b833afc98ee022572d468f0dc9a352","ec-person-a14d25733c53171d0aa91b49f8fa6d0c83e15a17","eu-tr-64926487056-58"]}} -{"id":"ec-meeting-2020-03-02-f45b68ec107aa46517ae3941c8bb52fa72e05b78","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-03-02 - Cabinet of Executive Vice-President Valdis Dombrovskis x Bruegel Peter G. Peterson Institute for International Economics"],"date":["2020-03-02"],"summary":["EU body for anti-money laundering; Completion of the Banking Union, with a specific focus on the European Deposit Insurance Scheme"],"notes":["Portfolio: An Economy that Works for People"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["eu-tr-245016733415-68","ec-person-95d6ecce9b8f3a7b167d0eac8e270fdce0665ccb","eu-tr-458295331598-02","ec-person-1e9076681bd62efdd58882f9a7b63b2423568217"]}} -{"id":"ec-meeting-2020-03-03-128086597ea68e200b10fd0bbc5f95e2c85663a7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-03-03 - Cabinet of President Ursula von der Leyen x Technology Industries of Finland (Teknologiateollisuus ry)"],"date":["2020-03-03"],"summary":["new digital and data strategies, AI white paper, industry strategy"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-7019713e72781afb1f3b19032c4752a314b78180","eu-tr-39705603497-38"]}} -{"id":"ec-meeting-2020-03-03-1504dc5bc6330173f35cf0d0668160696ce03bc8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-03-03 - Cabinet of Commissioner Nicolas Schmit x Europäisches Zentrum für Arbeitnehmerfragen"],"date":["2020-03-03"],"summary":["ongoing social files"],"notes":["Portfolio: Jobs and Social Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["eu-tr-514122517027-14","ec-person-935314e38d735654cae8ee61313a3d73439b242d","ec-person-c03b949331dbbe5fa3d5423758e371ec1b9b832f"]}} -{"id":"ec-meeting-2020-03-03-182cac5e064c232652ca251fb7fbe2f928f0acf6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-03-03 - Cabinet of Commissioner Jutta Urpilainen x Siemens Healthineers AG"],"date":["2020-03-03"],"summary":["Economic diplomacy and investment regarding sustainable health systems in African countries. Forthcoming Africa strategy and creation of jobs and growth in Africa."],"notes":["Portfolio: International Partnerships"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["ec-person-7204caa5e704bc4a911fee13ad5c0f62fd74b3bc","eu-tr-982823533509-58"]}} -{"id":"ec-meeting-2020-03-03-19c3f7164d364e5d074dd1cca7dfbc74bad87c40","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-03-03 - Cabinet of Vice-President Věra Jourová x EuroCommerce"],"date":["2020-03-03"],"summary":["Dual quality"],"notes":["Portfolio: Values and Transparency"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["eu-tr-84973761187-60","ec-person-bf54da17217bbddfd9c68fe24d88005ac17e2c4b","ec-person-fb258e0188a5319bfaba3161382db43f5a85851f"]}} -{"id":"ec-meeting-2020-03-03-22aa1379b2f3c59b2f4cf60dd7aed28002d2ce55","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-03-03 - Cabinet of Vice-President Věra Jourová x Google Twitter International Unlimited Company Microsoft Corporation Meta Platforms Ireland Limited and its various subsidiaries (f/k/a Facebook Ireland Limited)"],"date":["2020-03-03"],"summary":["Disinfromation, COVID-19"],"notes":["Portfolio: Values and Transparency"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["eu-tr-394491614001-72","ec-person-221276f2dfa4b8fe628f08e982d967b6aeb61c57","ec-person-fb258e0188a5319bfaba3161382db43f5a85851f","ec-person-74c07660dcbc6dc9993b34462cf2a1fec35925ea","ec-person-bf54da17217bbddfd9c68fe24d88005ac17e2c4b","eu-tr-03181945560-59","eu-tr-0801162959-21","eu-tr-28666427835-74"]}} -{"id":"ec-meeting-2020-03-03-4b2c5e3b2110e9c935c8aa1895c25e7853961226","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-03-03 - Cabinet of Executive Vice-President Margrethe Vestager x Workday"],"date":["2020-03-03"],"summary":["Artificial Intelligence"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-021253717373-58","ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0"]}} -{"id":"ec-meeting-2020-03-03-4b9fe8915ab3048a0c20fd3988f708519702999c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-03-03 - Cabinet of Commissioner Kadri Simson x European Public Affairs Consultancies Association"],"date":["2020-03-03"],"summary":["Energy Files"],"notes":["Portfolio: Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["eu-tr-8828523562-52","ec-person-68b9170beccdbf21444fad7cdc252dec9e60b9d2"]}} -{"id":"ec-meeting-2020-03-03-4bc63b7e33ce6cd51dd7e375cdff42d7d655329f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-03-03 - Communications Networks, Content and Technology x Siemens Healthineers AG"],"date":["2020-03-03"],"summary":["Digital transformation of health and care"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-982823533509-58","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2020-03-03-4f5ad38d83ef917af4d5836215eabcb783684fd4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-03-03 - Cabinet of President Ursula von der Leyen x WithSecure Corporation"],"date":["2020-03-03"],"summary":["new digital and data strategies, AI white paper, industry strategy"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-7019713e72781afb1f3b19032c4752a314b78180","eu-tr-957279018810-11"]}} -{"id":"ec-meeting-2020-03-03-559c2d6a175aeb2f8e4961fab91c07023aff386a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-03-03 - Cabinet of Executive Vice-President Frans Timmermans x Food Transition Coalition of The Netherlands"],"date":["2020-03-03"],"summary":["Sustainable food systems"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-197160137253-60","ec-person-7c876f4825f213b8adbedf089ccedfbc3b36d65b"]}} -{"id":"ec-meeting-2020-03-03-590aff064ba451ca0901a8536682cae5eae17000","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-03-03 - Cabinet of Commissioner Didier Reynders x ITI - The Information Technology Industry Council"],"date":["2020-03-03"],"summary":["Presentation ITI + discuss the priorities with regards to privacy and data protection"],"notes":["Portfolio: Justice"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-didier-of-reynders"],"involved":["ec-person-442bf1ae9900b999673cdd7389224d0e21b67d4d","ec-person-1e25399e2267734c5f4c69093d2286c8898ee9f0","eu-tr-061601915428-87"]}} -{"id":"ec-meeting-2020-03-03-5aa588d04a584c6e011c75209d716e83720ae4e3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-03-03 - Cabinet of President Ursula von der Leyen x WIK Wissenschaftliches Institut GmbH"],"date":["2020-03-03"],"summary":["digital economy and society"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-7019713e72781afb1f3b19032c4752a314b78180","eu-tr-629521037501-55"]}} -{"id":"ec-meeting-2020-03-03-5b9f3af91d711f27d2da3a1a263ee8b1a74d0053","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-03-03 - Cabinet of Commissioner Johannes Hahn x Orgalim – Europe's Technology Industries"],"date":["2020-03-03"],"summary":["Digital strategy"],"notes":["Portfolio: Budget and Administration"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hahn-johannes-of"],"involved":["eu-tr-20210641335-88","ec-person-d1cfc2bdcd92eb0b7e7112810e03f3aff3f4af35"]}} -{"id":"ec-meeting-2020-03-03-5c264a7c58d36c33f48978d6eee25eb564e7bd79","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-03-03 - Cabinet of Commissioner Phil Hogan x Dairy UK"],"date":["2020-03-03"],"summary":["Dairy issues"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-400dd8d59d3060187d9b9b143d697da1a3d03c12","eu-tr-776259317589-13"]}} -{"id":"ec-meeting-2020-03-03-66d29a447ae7618ae84dd0ee8d6c0a777433167e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-03-03 - Cabinet of Commissioner Kadri Simson x Havenbedrijf Rotterdam NV"],"date":["2020-03-03"],"summary":["Discussion on the European Green Deal, smart sector integration and industry decarbonisation, hydrogen"],"notes":["Portfolio: Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["ec-person-3ba14eabc5fddef75d1a672cc75b5f4bddd72ee9","eu-tr-930637620172-95","ec-person-68b9170beccdbf21444fad7cdc252dec9e60b9d2"]}} -{"id":"ec-meeting-2020-03-03-676b41d164e52e7c40e4cc46733839f8bfdb3f6c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-03-03 - Cabinet of Commissioner Adina Vălean x Bundesverband der Deutschen Luftverkehrswirtschaft e. V."],"date":["2020-03-03"],"summary":["Aviation"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["eu-tr-76163986870-10","ec-person-cc0354fbf386eb83f57c00ad5240f1dddeeabab4"]}} -{"id":"ec-meeting-2020-03-03-6c1ae87c74036b87deac00060c7a7284125d6786","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-03-03 - Cabinet of Executive Vice-President Valdis Dombrovskis x SMEunited aisbl"],"date":["2020-03-03"],"summary":["SME Strategy, Capital Markets Union"],"notes":["Portfolio: An Economy that Works for People"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-235870cd7eb41f2494f695fce18b5b5b88647113","eu-tr-55820581197-35"]}} -{"id":"ec-meeting-2020-03-03-6fa9831b5963250ad4c0a3b88ac8b4df3b6ad714","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-03-03 - Cabinet of Executive Vice-President Valdis Dombrovskis x Banco Santander, S.A."],"date":["2020-03-03"],"summary":["Basel III implementation with particular focus on operational risk;\tResolution strategy for “multiple point of entry” model"],"notes":["Portfolio: An Economy that Works for People"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["eu-tr-799142914971-03","ec-person-1e9076681bd62efdd58882f9a7b63b2423568217"]}} -{"id":"ec-meeting-2020-03-03-8f4e852d648657876552c19d917d7d9e57be5184","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-03-03 - Employment, Social Affairs and Inclusion x SONAE"],"date":["2020-03-03"],"summary":["EU's priorities on employment and skills for the next mandate"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-empl"],"involved":["eu-tr-687748032165-82","ec-person-dd259fce880e1853f0beb087443bce6e7dea70d7"]}} -{"id":"ec-meeting-2020-03-03-9813832d83004ac41162e359a730531f50bcff6f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-03-03 - Cabinet of Commissioner Didier Reynders x Academy of European Law"],"date":["2020-03-03"],"summary":["Presentation of the activities of the Academy of European Law (ERA)"],"notes":["Portfolio: Justice"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-didier-of-reynders"],"involved":["eu-tr-97138128231-58","ec-person-1e25399e2267734c5f4c69093d2286c8898ee9f0","ec-person-4cd0043747c40cfeaced5e4c68e43372cdb8dac9"]}} -{"id":"ec-meeting-2020-03-03-983c386d12d1c6d208f682d2b227947ae06596f8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-03-03 - Cabinet of Executive Vice-President Frans Timmermans x EPIA SolarPower Europe"],"date":["2020-03-03"],"summary":["The European Green Deal"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-2680046412-48","ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce"]}} -{"id":"ec-meeting-2020-03-03-9d1b3296bba549cc059f84173c28cb5030b127d3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-03-03 - Cabinet of Executive Vice-President Frans Timmermans x UNIFE"],"date":["2020-03-03"],"summary":["The European Green Deal and the rail supply chain"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-9624415524-28","ec-person-d56ecbfde17436a136fc89c9a978b266e8285c84"]}} -{"id":"ec-meeting-2020-03-03-a3d6f951b9b8381786170505e4fdf73fb3771433","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-03-03 - Cabinet of Executive Vice-President Margrethe Vestager x American Chamber of Commerce to the European Union"],"date":["2020-03-03"],"summary":["Digital policy"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0","eu-tr-5265780509-97"]}} -{"id":"ec-meeting-2020-03-03-a872b6ea5ced3b636e3a1d4cf2373dbc64fed8c9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-03-03 - Cabinet of Executive Vice-President Margrethe Vestager x Forschungszentrum Jülich GmbH"],"date":["2020-03-03"],"summary":["Achievements of Quantum Flagship, MFF, future programming process"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-721018434321-46","ec-person-3da433aae105b13fe027e9c9b3dcac2c97029370"]}} -{"id":"ec-meeting-2020-03-03-b156c318f1a9d50a9a404a320ec7fc812bd6d88d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-03-03 - Cabinet of Commissioner Paolo Gentiloni x Finance Denmark"],"date":["2020-03-03"],"summary":["Implementaion of Basel"],"notes":["Portfolio: Economy"],"location":["Brussels, BE"],"address":["Brussels, BE"],"addressEntity":["addr-bd80958a978de8af51caa97a25a75f30d0061d71"],"organizer":["ec-cabinet-commissioner-gentiloni-of-paolo"],"involved":["ec-person-8da36db391ed53f362d495cd564ba8b45c7003e1","eu-tr-20705158207-35"]}} -{"id":"ec-meeting-2020-03-03-b2ec3f27045ad550b9a890d1eab51bbb58266b70","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-03-03 - Cabinet of Executive Vice-President Frans Timmermans x Holcim Ltd"],"date":["2020-03-03"],"summary":["The European Green Deal"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce","eu-tr-225005818352-31"]}} -{"id":"ec-meeting-2020-03-03-b568cd009b31066169bcbce47d5e60a0eba78400","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-03-03 - Cabinet of Commissioner Thierry Breton x Deutsche Industrie- und Handelskammer"],"date":["2020-03-03"],"summary":["Discussion on the priorities of the new Commission and Commissioner Breton in the area of industrial policy, SMEs and single market. DIHK presented their position papers on the Industry Strategy and SME strategy as well as the results of a study conducted in 2019 on barrires in the single market"],"notes":["Portfolio: Internal Market"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-22400601191-42","ec-person-4b5aaa9cea258419f934faa90c41e25de348a2d8"]}} -{"id":"ec-meeting-2020-03-03-c04a5aabf166b6e6b61e01e5bf1030cbc5cf8915","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-03-03 - Cabinet of Commissioner Phil Hogan x Technology Industries of Finland (Teknologiateollisuus ry)"],"date":["2020-03-03"],"summary":["Industrial strategy, digital issues"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-39705603497-38","ec-person-cd4a156dd3ba3388c4e3ef6cd8fdc81362380dbb"]}} -{"id":"ec-meeting-2020-03-03-c473e9829a63a739110ac9a82ad30cf0040e976d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-03-03 - Cabinet of President Ursula von der Leyen x KONE Corporation"],"date":["2020-03-03"],"summary":["new digital and data strategies, AI white paper, industry strategy"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-7019713e72781afb1f3b19032c4752a314b78180","eu-tr-390498234996-75"]}} -{"id":"ec-meeting-2020-03-03-c8a0d9571b8cb65b98c9dcb27f63e5ea82cb7cab","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-03-03 - Cabinet of Commissioner Paolo Gentiloni x Invest Europe"],"date":["2020-03-03"],"summary":["Green Deal and investment in Europe"],"notes":["Portfolio: Economy"],"location":["Brussels, BE"],"address":["Brussels, BE"],"addressEntity":["addr-bd80958a978de8af51caa97a25a75f30d0061d71"],"organizer":["ec-cabinet-commissioner-gentiloni-of-paolo"],"involved":["ec-person-8da36db391ed53f362d495cd564ba8b45c7003e1","eu-tr-60975211600-74"]}} -{"id":"ec-meeting-2020-03-03-caddd47ce7f4970f481bc1a3a626919b6e27a4fc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-03-03 - Cabinet of Executive Vice-President Margrethe Vestager x ESOMAR"],"date":["2020-03-03"],"summary":["Data Strategy; E-Privacy"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0","eu-tr-29952722795-07"]}} -{"id":"ec-meeting-2020-03-03-cbafbbbd1c84106ab910375dff159264edd2acb9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-03-03 - Cabinet of Vice-President Maroš Šefčovič x Umicore"],"date":["2020-03-03"],"summary":["Meeting on sustainable batteries"],"notes":["Portfolio: Interinstitutional Relations and Foresight"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-442becb1e681f03d9df1dc59e73ecf1336c48402","eu-tr-78662404191-38"]}} -{"id":"ec-meeting-2020-03-03-cea63883ecc4eb41615958572cd231867607e8be","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-03-03 - Cabinet of Commissioner Ylva Johansson x SGI Europe SMEunited aisbl BUSINESSEUROPE EUROCHAMBRES – Association of European Chambers of Commerce and Industry EUROPEAN TRADE UNION CONFEDERATION"],"date":["2020-03-03"],"summary":["Consultations on the New Pact on Migrations"],"notes":["Portfolio: Home Affairs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-johansson-of-ylva"],"involved":["ec-person-31b127e72e9dd30ce85ff2b475ac65d28d7dc48d","eu-tr-55820581197-35","eu-tr-3978240953-79","eu-tr-06698681039-26","ec-person-1f14c98028fa6f9f43ee9cd5aef7ed77c30761a5","eu-tr-0014082722-83","ec-person-eafe594fe2bcb6af27f0422c2491a9d8cf2400da","eu-tr-59513031434-92"]}} -{"id":"ec-meeting-2020-03-03-d074b888e0b62b75f4669ac9602cff3383115319","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-03-03 - Cabinet of Commissioner Mariya Gabriel x Cancer Research UK"],"date":["2020-03-03"],"summary":["Horizon Europe - Mission on Cancer"],"notes":["Portfolio: Innovation and Youth"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["ec-person-aac4e4c77e459b480bfebb0e76dc3b26fdfb1d6a","eu-tr-54970512687-47"]}} -{"id":"ec-meeting-2020-03-03-dd62aaef79786608790798b43d3069d87831e812","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-03-03 - Directorate-General for International Partnerships x Siemens Healthineers AG"],"date":["2020-03-03"],"summary":["Meeting with President Europe, Middle East and Africa"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-intpa"],"involved":["eu-tr-982823533509-58","ec-person-afe6f55069d2cc5483157e138e41abd63140fdd8"]}} -{"id":"ec-meeting-2020-03-03-e39be648476cd2878ecfba2c385931f9a8b05bde","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-03-03 - Cabinet of Executive Vice-President Margrethe Vestager x White Rose University Consortium"],"date":["2020-03-03"],"summary":["Research in blockchain and AI"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-479824719742-03","ec-person-3da433aae105b13fe027e9c9b3dcac2c97029370"]}} -{"id":"ec-meeting-2020-03-03-eed289f7386dcdf01cf15e2d740a3e4c0b21a7b3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-03-03 - European Anti-Fraud Office x Research Initiative on Organised Crime ry"],"date":["2020-03-03"],"summary":["Anti-Fraud Strategy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-olaf"],"involved":["ec-person-c90088f66bae9d193e5d31cb2db28cf7c517a2b9","eu-tr-530971937283-19"]}} -{"id":"ec-meeting-2020-03-03-f0713d5aff5ff383306dda8c2515b17c9ad1bb59","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-03-03 - Cabinet of Executive Vice-President Frans Timmermans x ASN Bank MVO Nederland Essent N.V. Stichting IUCN Nederlands Comité Greenchoice Dekker Hout B.V. Stichting Goed Hout & Goed Papier! Tarkett"],"date":["2020-03-03"],"summary":["Green Deal, forests and support by business"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-7c876f4825f213b8adbedf089ccedfbc3b36d65b","eu-tr-347540037291-58","eu-tr-129385937358-74","eu-tr-654722118356-04","eu-tr-014561737356-18","eu-tr-408944927018-61","eu-tr-053092337715-30","eu-tr-771020536080-26","eu-tr-705206416750-63"]}} -{"id":"ec-meeting-2020-03-03-fcf5806d76cbf9670207a436d56c5d366b37ddac","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-03-03 - Cabinet of Executive Vice-President Margrethe Vestager x Bureau Européen des Unions de Consommateurs"],"date":["2020-03-03"],"summary":["Digital policy"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-11d97788772862bb34f51dd26d7f92603eac1bf8","eu-tr-9505781573-45","ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0"]}} -{"id":"ec-meeting-2020-03-04-079c05837ad520af565867b3775b84ea862364f9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-03-04 - Cabinet of Executive Vice-President Margrethe Vestager x FEDIL - The Voice of Luxembourg's Industry"],"date":["2020-03-04"],"summary":["Digital Services Act and digital package"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-286194516022-33","ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0"]}} -{"id":"ec-meeting-2020-03-04-10f0795142046423825782ec5bcf16c2cf276725","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-03-04 - Cabinet of Commissioner Stella Kyriakides x ReAct - Action on Antibiotic Resistance"],"date":["2020-03-04"],"summary":["Antimicrobial Resistance"],"notes":["Portfolio: Health"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-kyriakides-of-stella"],"involved":["ec-person-ba73927c33000184cab3f41a76e1b32fe7d7eda8","ec-person-89da633742fbb5cc6968446425905784a5dcc5bc","eu-tr-189720828138-88"]}} -{"id":"ec-meeting-2020-03-04-17bb8fa2d44d66930d77e7dbb4690669d9a3c784","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-03-04 - Cabinet of Executive Vice-President Frans Timmermans x International Federation of Organic Agriculture Movements EU Regional Group"],"date":["2020-03-04"],"summary":["Organic agriculture and Green Deal"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-67128251296-84","ec-person-33624431cbec1074e151c1707715ef46d2ba9565"]}} -{"id":"ec-meeting-2020-03-04-20cded51cc13c6c88677b9ace2bfb16c5125b249","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-03-04 - Environment x Union of European Beverages Association"],"date":["2020-03-04"],"summary":["Circular economy action plan"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-env"],"involved":["eu-tr-25492952296-56","ec-person-3bc74ce04ea3f4ab4d91a5c88eef25b8b8a213b4"]}} -{"id":"ec-meeting-2020-03-04-2347a9f225b84472d2cc7789eb9f233d441ee816","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-03-04 - Mobility and Transport x Smiths Group plc"],"date":["2020-03-04"],"summary":["Security"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-move"],"involved":["ec-person-26cdfacae671b09917bee1a91c91973941fa58a2","eu-tr-30523216596-22"]}} -{"id":"ec-meeting-2020-03-04-29f61a8d1c14283936a727d0834ab4c6dd917570","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-03-04 - Cabinet of Commissioner Virginijus Sinkevičius x International Federation of Organic Agriculture Movements EU Regional Group"],"date":["2020-03-04"],"summary":["Organic farming in the view of Biodiversity and Farm to Fork strategies"],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["eu-tr-67128251296-84","ec-person-dd7a7b1952e158f4195d34cff333ec79a4f48ba3","ec-person-1443799688ae485d7a2fee5c9defab2c5b7c7e6c"]}} -{"id":"ec-meeting-2020-03-04-2b42771fcf802814229d3ec9ca2ef069ab0a0593","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-03-04 - Cabinet of Commissioner Virginijus Sinkevičius x Union of European Beverages Association"],"date":["2020-03-04"],"summary":["Circular Economy Strategy and Action Plan, plastic packaging, to present aspirations of Unesda."],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["eu-tr-25492952296-56","ec-person-ef0f66e9880a22ea8d9657bd982daf9bd74838c1"]}} -{"id":"ec-meeting-2020-03-04-2cc809eb362e3bc662ddc40585ffa54911be1818","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-03-04 - Cabinet of Commissioner Nicolas Schmit x Workday"],"date":["2020-03-04"],"summary":["Skills"],"notes":["Portfolio: Jobs and Social Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["eu-tr-021253717373-58","ec-person-4cf4655ab41922e92160325d987a3c4615c72d30"]}} -{"id":"ec-meeting-2020-03-04-2e691ff23b38582832a08991b03cc5a5e85cf2b4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-03-04 - Cabinet of President Ursula von der Leyen x Vodafone Belgium SA"],"date":["2020-03-04"],"summary":["5G security, Internet of Things, digital gatekeepers, data strategy"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-7019713e72781afb1f3b19032c4752a314b78180","eu-tr-90142503473-81"]}} -{"id":"ec-meeting-2020-03-04-3b36a055eda2d857facb1adeb10c3e77511f3586","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-03-04 - Cabinet of Commissioner Janusz Wojciechowski x UNITAB"],"date":["2020-03-04"],"summary":["Reform of the CAP"],"notes":["Portfolio: Agriculture"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["ec-person-354147678cd662e9949df96a1b58663c347a35f9","eu-tr-14541128505-57","ec-person-08c62f972c22464aca7a65520eb9406f8db14a66"]}} -{"id":"ec-meeting-2020-03-04-3e9d37bdfa92104ad9d210aef9775e9bfb4802ce","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-03-04 - Cabinet of Commissioner Jutta Urpilainen x Confederation of Finnish Industries EK"],"date":["2020-03-04"],"summary":["Industrial Strategy and Arfrica Strategy"],"notes":["Portfolio: International Partnerships"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["eu-tr-1274604847-34","ec-person-7c4fa9cfb750b5b524c065180fcee1123b8df03e"]}} -{"id":"ec-meeting-2020-03-04-4a84de864cfd1c3eadf71e66c60c8c580197485a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-03-04 - Cabinet of Executive Vice-President Frans Timmermans x Unilever"],"date":["2020-03-04"],"summary":["Sustainable food systems"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-6200524920-25","ec-person-33624431cbec1074e151c1707715ef46d2ba9565"]}} -{"id":"ec-meeting-2020-03-04-4c6cd1756e614fe3e8e7cb1da03195cf220227d3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-03-04 - Communications Networks, Content and Technology x BSA | The Software Alliance"],"date":["2020-03-04"],"summary":["AI White paper and the European Data Strategy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f","eu-tr-75039383277-48"]}} -{"id":"ec-meeting-2020-03-04-4d7a6e78c3fb5da4ad7ea863cc92b0879d90d0f0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-03-04 - Cabinet of Executive Vice-President Valdis Dombrovskis x Euronext"],"date":["2020-03-04"],"summary":["Capital Markets Union, Markets in Financial Instruments Directive (MiFID II)"],"notes":["Portfolio: An Economy that Works for People"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-235870cd7eb41f2494f695fce18b5b5b88647113","eu-tr-17804464809-28","ec-person-9e7bd1005456277f156b671d1555c6a460fb2f58"]}} -{"id":"ec-meeting-2020-03-04-56b6bc719860c59fe1183dd1af11921347444114","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-03-04 - Cabinet of Commissioner Johannes Hahn x Swiss Federal Railways"],"date":["2020-03-04"],"summary":["EC-CH Mutual Recognition Agreement"],"notes":["Portfolio: Budget and Administration"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hahn-johannes-of"],"involved":["eu-tr-25697628409-67","ec-person-6dd3472dac004e43ec1fa4f5b4106e3b476c9ce7"]}} -{"id":"ec-meeting-2020-03-04-5c44fbd066c46c80a602d97d940e661afa0def8c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-03-04 - Cabinet of Commissioner Ylva Johansson x Swedish Forest Industries Federation"],"date":["2020-03-04"],"summary":["EU Biodiversity Strategy"],"notes":["Portfolio: Home Affairs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-johansson-of-ylva"],"involved":["ec-person-981fc36acd82b2e49db83e43763b908c1a89ec0b","eu-tr-355702910008-47"]}} -{"id":"ec-meeting-2020-03-04-5f46dba28dd7df90bcd3a0b8b0ca72d61b8db181","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-03-04 - Cabinet of Executive Vice-President Frans Timmermans x Green Power Denmark Nordenergi Energiföretagen / Swedenergy Finnish Energy - Energiateollisuus ry Energi Norge (Energy Norway)"],"date":["2020-03-04"],"summary":["Green Deal priorities"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-85161125283-02","eu-tr-50098025830-01","eu-tr-68861821910-84","eu-tr-13073098010-57","ec-person-d53e00c46a4cc62bbf533e0c9bb35bacb9121989","eu-tr-1733114388-50"]}} -{"id":"ec-meeting-2020-03-04-60e5232cabccdaf156238160b2ad52a98795c317","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-03-04 - Cabinet of Commissioner Thierry Breton x Union of European Beverages Association"],"date":["2020-03-04"],"summary":["Single Use Plastics (SUP) Directive"],"notes":["Portfolio: Internal Market"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-25492952296-56","ec-person-1ab5843ab67b9915be990aebc02f9a83df200cf4","ec-person-e18e6e300776f5f47ca4c72c1ba1b0d0eb1e71fe"]}} -{"id":"ec-meeting-2020-03-04-6168d2074f05c58d96672d7a3d74a6159e5c27db","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-03-04 - Cabinet of President Ursula von der Leyen x ERNIEAPP LTD"],"date":["2020-03-04"],"summary":["Commission technology policy agenda - data usage rights, data portability, standards"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-7019713e72781afb1f3b19032c4752a314b78180","eu-tr-588975328336-69"]}} -{"id":"ec-meeting-2020-03-04-6179b09b822f092209a4a8f7359aeac87c8e7629","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-03-04 - Justice and Consumers x Confederation of Finnish Industries EK"],"date":["2020-03-04"],"summary":["Meeting the board of EK to discuss EU priorities in the coming years"],"location":["Stanhope Hotel, Rue de Commerce, Brussels"],"address":["Stanhope Hotel, Rue de Commerce, Brussels"],"addressEntity":["addr-708b2750b887332801479c1dbd6b937ea0c61c9b"],"organizer":["ec-dg-just"],"involved":["ec-person-64fe91130a710e9441279ace59821186f8ef52c4","eu-tr-1274604847-34"]}} -{"id":"ec-meeting-2020-03-04-6d4fe0081402df0a01602fe94ea74c8f9ddde325","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-03-04 - Cabinet of Commissioner Elisa Ferreira x Lumos Foundation Hope and Homes for Children"],"date":["2020-03-04"],"summary":["Discussion on how best to ensure that the new European Commission delivers on children’s right to family life"],"notes":["Portfolio: Cohesion and Reforms"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-elisa-ferreira-of"],"involved":["eu-tr-035163533684-92","ec-person-6aefca8f66cd57549e22428bee7f0d2c97d16f52","eu-tr-849607914394-57"]}} -{"id":"ec-meeting-2020-03-04-6e3bf3f2a907e16f3af49deb729da7f2782a3f5e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-03-04 - Cabinet of Executive Vice-President Frans Timmermans x European Dairy Association aisbl"],"date":["2020-03-04"],"summary":["Sustainable food systems"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-42967152383-63","ec-person-33624431cbec1074e151c1707715ef46d2ba9565"]}} -{"id":"ec-meeting-2020-03-04-7b00768bd119dd5d5aa416df424b7e1e30f417d3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-03-04 - Cabinet of Commissioner Virginijus Sinkevičius x Lithuanian Confederation of Industrialists"],"date":["2020-03-04"],"summary":["European Green Deal and Mobility Package"],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["ec-person-1443799688ae485d7a2fee5c9defab2c5b7c7e6c","ec-person-dd7a7b1952e158f4195d34cff333ec79a4f48ba3","eu-tr-905114121730-42","ec-person-ef0f66e9880a22ea8d9657bd982daf9bd74838c1"]}} -{"id":"ec-meeting-2020-03-04-7b11d41cd3bb9f3aa57ebe923138be744d95735f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-03-04 - Research and Innovation x Science Europe"],"date":["2020-03-04"],"summary":["Horizon Europe Priorities"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-rtd"],"involved":["eu-tr-73131808686-11","ec-person-1d348f33395de0ea6773a7b4ae8797e3e0392f73"]}} -{"id":"ec-meeting-2020-03-04-9fb7ec8671338bc71c77ef7dfee3fd931fdd8528","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-03-04 - Cabinet of Commissioner Johannes Hahn x Swiss Finance Council"],"date":["2020-03-04"],"summary":["To discuss the current state of play of EU-Switzerland relations"],"notes":["Portfolio: Budget and Administration"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hahn-johannes-of"],"involved":["ec-person-6dd3472dac004e43ec1fa4f5b4106e3b476c9ce7","eu-tr-858716912337-17"]}} -{"id":"ec-meeting-2020-03-04-a18166d65a31a8f744e6344fdbaf60d9e26e8d26","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-03-04 - Health and Food Safety x ReAct - Action on Antibiotic Resistance"],"date":["2020-03-04"],"summary":["discuss core priorities of ReAct as well as initiatives in the area of AMR"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-sante"],"involved":["eu-tr-189720828138-88","ec-person-42d2108d723f9b9017ed589e3271e3156172daa7"]}} -{"id":"ec-meeting-2020-03-04-a451f0e5d89cb157815ecbf3e327572994c237ca","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-03-04 - Cabinet of Commissioner Janusz Wojciechowski x Friends of the Earth Europe Slow Food Greenpeace European Unit"],"date":["2020-03-04"],"summary":["Transition Towards Sustainable Food Systems and European Green Deal"],"notes":["Portfolio: Agriculture"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["eu-tr-9832909575-41","eu-tr-9825553393-31","ec-person-cafe030b6dad78a75143f7552c420481b30ebceb","eu-tr-01936914624-97"]}} -{"id":"ec-meeting-2020-03-04-b108e68b4bb5a89c9d48c7460fa072d9a638819e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-03-04 - Cabinet of Commissioner Elisa Ferreira x Cámara Oficial de Comercio, Industria, Servicios y Navegación de España"],"date":["2020-03-04"],"summary":["Simplification of Cohesion Policy"],"notes":["Portfolio: Cohesion and Reforms"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-elisa-ferreira-of"],"involved":["ec-person-884d261ef161b119c9fc64f7a0514dc014ca2bd7","eu-tr-934667112465-59"]}} -{"id":"ec-meeting-2020-03-04-b340c0e6c1d138909d6ad82f245904b45bd38b63","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-03-04 - Cabinet of Commissioner Stella Kyriakides x Union of European Beverages Association"],"date":["2020-03-04"],"summary":["Health and food safety, Farm2Fork Strategy & EU Beating Cancer Plan."],"notes":["Portfolio: Health"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-kyriakides-of-stella"],"involved":["eu-tr-25492952296-56","ec-person-a14d25733c53171d0aa91b49f8fa6d0c83e15a17","ec-person-ecf9f9e978b833afc98ee022572d468f0dc9a352","ec-person-991ce64cea5178762c932ac823ea5d309e7a8d93"]}} -{"id":"ec-meeting-2020-03-04-b4f37d79aa889bbf586f7b66876285150e570dd4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-03-04 - Cabinet of Executive Vice-President Valdis Dombrovskis x Ernst & Young Core Business Services BV"],"date":["2020-03-04"],"summary":["Anti money laundering framework in the EU; Role of auditors in terms of Anti money laundering"],"notes":["Portfolio: An Economy that Works for People"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-1e9076681bd62efdd58882f9a7b63b2423568217","eu-tr-04458109373-91"]}} -{"id":"ec-meeting-2020-03-04-be0bd31211c6b1488da1cd7e28d7c0eefcf4e577","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-03-04 - Cabinet of Executive Vice-President Margrethe Vestager x Fertilizers Europe"],"date":["2020-03-04"],"summary":["Biodiversity strategy, farm to fork, research and innovation"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-3da433aae105b13fe027e9c9b3dcac2c97029370","eu-tr-80788715017-29"]}} -{"id":"ec-meeting-2020-03-04-d06f0968a9c58154b8044d12a547ec955b16db9f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-03-04 - Cabinet of Commissioner Nicolas Schmit x SONAE NOVE"],"date":["2020-03-04"],"summary":["Skills"],"notes":["Portfolio: Jobs and Social Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["eu-tr-522122412613-18","ec-person-4cf4655ab41922e92160325d987a3c4615c72d30","eu-tr-687748032165-82"]}} -{"id":"ec-meeting-2020-03-04-d4eff929b7b2304d9241860b229f81c0519ff4ec","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-03-04 - Cabinet of Commissioner Paolo Gentiloni x ArcelorMittal"],"date":["2020-03-04"],"summary":["carbon border adjustment mechanism"],"notes":["Portfolio: Economy"],"location":["Brussels, BE"],"address":["Brussels, BE"],"addressEntity":["addr-bd80958a978de8af51caa97a25a75f30d0061d71"],"organizer":["ec-cabinet-commissioner-gentiloni-of-paolo"],"involved":["eu-tr-23527541824-60","ec-person-8da36db391ed53f362d495cd564ba8b45c7003e1"]}} -{"id":"ec-meeting-2020-03-04-e0221488427d189b7eeaea056517a1d5fa677664","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-03-04 - Cabinet of Executive Vice-President Frans Timmermans x Havenbedrijf Rotterdam NV"],"date":["2020-03-04"],"summary":["The European Green Deal"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce","eu-tr-930637620172-95"]}} -{"id":"ec-meeting-2020-03-04-e5ff0f04dc52fc5dd60751bd33efc396170209ee","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-03-04 - Cabinet of Executive Vice-President Valdis Dombrovskis x Bundesverband der Deutschen Industrie e.V."],"date":["2020-03-04"],"summary":["Sustainable Europe Investment Plan; Taxonomy"],"notes":["Portfolio: An Economy that Works for People"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["eu-tr-1771817758-48","ec-person-25f4019e9babab3840cf9d6dbf9cb6994f2104fb"]}} -{"id":"ec-meeting-2020-03-04-e9ee0bdb3531529b196b5b7ed8c67cd508befd78","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-03-04 - Cabinet of Commissioner Kadri Simson x General Electric Company"],"date":["2020-03-04"],"summary":["Introduction of GE Industrial opportunities in offshore wind sector"],"notes":["Portfolio: Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["ec-person-d40f25b5cb5c0681854a4996da444478318f7e58","eu-tr-4016736872-59"]}} -{"id":"ec-meeting-2020-03-04-ed76c89052f2ef4d7e693b9a0e9f87122c5a299f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-03-04 - Cabinet of Vice-President Dubravka Šuica x Friends of Europe"],"date":["2020-03-04"],"summary":["Migration"],"notes":["Portfolio: Democracy and Demography"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dubravka-of-president-suica-vice"],"involved":["eu-tr-99436366768-45","ec-person-60bc1622eb549a098038c6073ce7c40691ec9384"]}} -{"id":"ec-meeting-2020-03-04-ef8100e72cd183157e9104d186675d139187fdec","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-03-04 - Cabinet of Executive Vice-President Frans Timmermans x Bureau Européen des Unions de Consommateurs"],"date":["2020-03-04"],"summary":["Discussion on the Green Deal and the European mobility agenda"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-9505781573-45","ec-person-d56ecbfde17436a136fc89c9a978b266e8285c84"]}} -{"id":"ec-meeting-2020-03-04-f82153437af590eea211f7ced1659cfc471894af","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-03-04 - Cabinet of Commissioner Nicolas Schmit x Federation of European Social Employers"],"date":["2020-03-04"],"summary":["Social Europe, equal opportunities for all, fair working conditions and social protection and inclusion"],"notes":["Portfolio: Jobs and Social Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["eu-tr-900188431242-71","ec-person-8eb18b6102d444937bc6af5822a6742812165b48"]}} -{"id":"ec-meeting-2020-03-05-05857093da29646955bed9c7040756f3cd1feb64","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-03-05 - Cabinet of Commissioner Phil Hogan x FoodDrinkEurope"],"date":["2020-03-05"],"summary":["EU-US relations"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-75818824519-45","ec-person-c9d17d5879383b030f61a4066848249fb35d57e4"]}} -{"id":"ec-meeting-2020-03-05-0be4904d2ce349fd4f06c78f1ee7cd7ada3e54ac","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-03-05 - Cabinet of Commissioner Paolo Gentiloni x Associazione Bancaria Italiana"],"date":["2020-03-05"],"summary":["COVID-19"],"notes":["Portfolio: Economy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gentiloni-of-paolo"],"involved":["ec-person-5afc11966577af0bcf6f99488769b1eba37e3577","eu-tr-915519211566-03"]}} -{"id":"ec-meeting-2020-03-05-1d6e30a15e5f028fcaeaca273c2a78a811fb532e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-03-05 - Cabinet of Commissioner Kadri Simson x Lithuanian Confederation of Industrialists"],"date":["2020-03-05"],"summary":["Grean Deal, 2030 energy and climate targets, decarbonisation of industry, innovation in energy."],"notes":["Portfolio: Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["ec-person-3ba14eabc5fddef75d1a672cc75b5f4bddd72ee9","eu-tr-905114121730-42","ec-person-02dcb64edd20203955d6dad9d5c0dbc71a3d7816"]}} -{"id":"ec-meeting-2020-03-05-26c60502ce0387c13d9c8fc635d62468438df895","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-03-05 - Cabinet of Executive Vice-President Frans Timmermans x Housing Europe"],"date":["2020-03-05"],"summary":["Presentation on greeen deal and renovation wave"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-a282162080cef4ef2a8c0ab6247a3e03dc438507","eu-tr-794469327833-17"]}} -{"id":"ec-meeting-2020-03-05-30dfc37726259ca4276c2d04087fbd120c1c249e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-03-05 - Cabinet of Commissioner Adina Vălean x General Electric Company"],"date":["2020-03-05"],"summary":["Aviation"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["ec-person-cc0354fbf386eb83f57c00ad5240f1dddeeabab4","eu-tr-4016736872-59"]}} -{"id":"ec-meeting-2020-03-05-3504cd6998c89a3e3af248109e36949d91088089","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-03-05 - Cabinet of Executive Vice-President Frans Timmermans x Fertilizers Europe"],"date":["2020-03-05"],"summary":["Sustainable food systems"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-80788715017-29","ec-person-33624431cbec1074e151c1707715ef46d2ba9565"]}} -{"id":"ec-meeting-2020-03-05-3680b2d93833dc3b984fc94749cd1a0422571b20","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-03-05 - Cabinet of Executive Vice-President Frans Timmermans x OGP GAZ-SYSTEM S.A."],"date":["2020-03-05"],"summary":["Gas sector in Poland"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-d53e00c46a4cc62bbf533e0c9bb35bacb9121989","eu-tr-00105537635-20"]}} -{"id":"ec-meeting-2020-03-05-37b2fd7439750ee7632d310a0f126cd2e4c988d2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-03-05 - Cabinet of Commissioner Adina Vălean x Deutsche Bahn AG"],"date":["2020-03-05"],"summary":["On current rail issues"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["eu-tr-4516220482-22","ec-person-6e21d867543ef3b910e746c319cb048abd054702"]}} -{"id":"ec-meeting-2020-03-05-451a8d92e654ad6751a2c6b24072719a00c90827","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-03-05 - Cabinet of Executive Vice-President Margrethe Vestager x Konrad-Adenauer-Stiftung"],"date":["2020-03-05"],"summary":["Introduction meeting"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-7167587814c61122201e2afb04bfb47539db4823","eu-tr-510151427278-94"]}} -{"id":"ec-meeting-2020-03-05-5b39b93f4252e2d7fb26e8abc33d1f777b848326","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-03-05 - Cabinet of Commissioner Nicolas Schmit x SMEunited aisbl"],"date":["2020-03-05"],"summary":["Skills"],"notes":["Portfolio: Jobs and Social Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["eu-tr-55820581197-35","ec-person-4cf4655ab41922e92160325d987a3c4615c72d30","ec-person-c03b949331dbbe5fa3d5423758e371ec1b9b832f"]}} -{"id":"ec-meeting-2020-03-05-6a7461e829cdf15ab28b8a4f35c5e62b6e02e38d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-03-05 - Cabinet of Executive Vice-President Valdis Dombrovskis x Deutsche Bank AG"],"date":["2020-03-05"],"summary":["Anti-money laundering; Basel III"],"notes":["Portfolio: An Economy that Works for People"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["eu-tr-271912611231-56","ec-person-1e9076681bd62efdd58882f9a7b63b2423568217"]}} -{"id":"ec-meeting-2020-03-05-6fa51c35671dd3643dd407a6d3987e7b4bfa80d6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-03-05 - Cabinet of Commissioner Janusz Wojciechowski x KGHM Polska Miedź Spółka Akcyjna"],"date":["2020-03-05"],"summary":["Meeting with KGHM"],"notes":["Portfolio: Agriculture"],"location":["Brussels, BERL Building"],"address":["Brussels, BERL Building"],"addressEntity":["addr-441234fc4a09136e9cb827fff14342cba7ac80bd"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["eu-tr-458546625595-21","ec-person-625f8b4379f79adee4f15c6a0417a96bb5a5a403"]}} -{"id":"ec-meeting-2020-03-05-776eec306749dd54812a3ceb4db7f9741963f2d3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-03-05 - Secretariat-General x Centre for European Policy Studies"],"date":["2020-03-05"],"summary":["Participation in CEPS Ideas Lab 2020 - Europe's next stage"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-sg"],"involved":["ec-person-6fde96d3b1e5bfc1dff081b7362d5ae9bd8291ac","eu-tr-86853666704-95"]}} -{"id":"ec-meeting-2020-03-05-7bea8005dcfe5af494cea597afbd54996c559edb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-03-05 - Cabinet of Executive Vice-President Margrethe Vestager x Think Tank EUROPA"],"date":["2020-03-05"],"summary":["Green deal, migration, MFF, Digital policy"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-815211615744-03","ec-person-11ba005cc4046696303381b7ca219da9b11a42bf"]}} -{"id":"ec-meeting-2020-03-05-89f11510067a977ab6c8cbe5e87babd4c2d24a0a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-03-05 - Cabinet of Commissioner Paolo Gentiloni x Confederazione Generale dell'Industria Italiana"],"date":["2020-03-05"],"summary":["COVID-19"],"notes":["Portfolio: Economy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gentiloni-of-paolo"],"involved":["ec-person-5afc11966577af0bcf6f99488769b1eba37e3577","eu-tr-27762251795-15"]}} -{"id":"ec-meeting-2020-03-05-8ecd28caa7ba970dbe342d52c7cdfca586b8a84c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-03-05 - Cabinet of Commissioner Didier Reynders x Bulgarian Judges Association"],"date":["2020-03-05"],"summary":["Current situation in Bulgarian's judicial system"],"notes":["Portfolio: Justice"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-didier-of-reynders"],"involved":["ec-person-6de2c3b2fe4b4087c73744df26d47fbf96ddb2ce","eu-tr-061026737257-13"]}} -{"id":"ec-meeting-2020-03-05-9483726a0d837a40616d39c269bfb0f6c07d0905","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-03-05 - Cabinet of Vice-President Dubravka Šuica x Centre européen Robert Schuman"],"date":["2020-03-05"],"summary":["Robert Schuman Price"],"notes":["Portfolio: Democracy and Demography"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dubravka-of-president-suica-vice"],"involved":["ec-person-e38d9f76fd8b368ff0a9e724d2cd3da76124d857","eu-tr-008019322065-90"]}} -{"id":"ec-meeting-2020-03-05-97b1ea8e1d68e65750b09f4abcedc8c2b50eff8a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-03-05 - Cabinet of Commissioner Elisa Ferreira x Sustainary"],"date":["2020-03-05"],"summary":["The role of research and innovation in Reform and Cohesion policies"],"notes":["Portfolio: Cohesion and Reforms"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-elisa-ferreira-of"],"involved":["eu-tr-734989437613-22","ec-person-5bebc7b029567ec14718c647bb3813e76a4c729d"]}} -{"id":"ec-meeting-2020-03-05-9e50eba8ce56e89cfcf59e8212f0f5cad758dba2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-03-05 - Cabinet of Commissioner Janusz Wojciechowski x Polski Związek Pszczelarski"],"date":["2020-03-05"],"summary":["overview of the apiculture in the EU and Poland"],"notes":["Portfolio: Agriculture"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["ec-person-354147678cd662e9949df96a1b58663c347a35f9","ec-person-08c62f972c22464aca7a65520eb9406f8db14a66","eu-tr-177543737531-28"]}} -{"id":"ec-meeting-2020-03-05-a2760466c8e23c934ff720cfa6cdb1b346b39cba","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-03-05 - Cabinet of Commissioner Jutta Urpilainen x Kaupan liitto ry - Finnish Commerce Federation"],"date":["2020-03-05"],"summary":["European commerce and EU Digital package"],"notes":["Portfolio: International Partnerships"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["eu-tr-141376015883-52","ec-person-7c4fa9cfb750b5b524c065180fcee1123b8df03e"]}} -{"id":"ec-meeting-2020-03-05-a88a3633230d8d984e65acebfb7cac3975f3d072","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-03-05 - Cabinet of Executive Vice-President Valdis Dombrovskis x Verband Öffentlicher Versicherer"],"date":["2020-03-05"],"summary":["Solvency II, sustainable finance, Pan-European Personal Pension Product"],"notes":["Portfolio: An Economy that Works for People"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-235870cd7eb41f2494f695fce18b5b5b88647113","eu-tr-827860618416-72"]}} -{"id":"ec-meeting-2020-03-05-a8d25c48f9aadc872c1beb0dd0021224426e870a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-03-05 - Cabinet of Commissioner Kadri Simson x BDEW Bundesverband der Energie- und Wasserwirtschaft e. V."],"date":["2020-03-05"],"summary":["European Green Deal, off-shore renewable energy, renovation, smart sector integration, hydrogen"],"notes":["Portfolio: Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["ec-person-3ba14eabc5fddef75d1a672cc75b5f4bddd72ee9","eu-tr-20457441380-38","ec-person-1995c65b8dc7f3702a8c30ed96a0144075848837"]}} -{"id":"ec-meeting-2020-03-05-ab944491187ee94005a72e7da29ca2c835396555","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-03-05 - Cabinet of Commissioner Adina Vălean x Lithuanian Confederation of Industrialists"],"date":["2020-03-05"],"summary":["Transport"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["ec-person-cc0354fbf386eb83f57c00ad5240f1dddeeabab4","eu-tr-905114121730-42","ec-person-6e21d867543ef3b910e746c319cb048abd054702"]}} -{"id":"ec-meeting-2020-03-05-addd5fb4298dfba4f956cb5cd18f4ab0a42ecce5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-03-05 - Cabinet of Executive Vice-President Frans Timmermans x Deutsche Industrie- und Handelskammer"],"date":["2020-03-05"],"summary":["Green Deal priorities"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-22400601191-42","ec-person-d53e00c46a4cc62bbf533e0c9bb35bacb9121989"]}} -{"id":"ec-meeting-2020-03-05-aea5204647c5fa70ab2c79aa732888c25e183226","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-03-05 - Cabinet of Commissioner Nicolas Schmit x Confederation of Finnish Industries EK"],"date":["2020-03-05"],"summary":["Minimum wage and platform workers"],"notes":["Portfolio: Jobs and Social Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-8eb18b6102d444937bc6af5822a6742812165b48","ec-person-c03b949331dbbe5fa3d5423758e371ec1b9b832f","eu-tr-1274604847-34"]}} -{"id":"ec-meeting-2020-03-05-baa32da736ee8fd0b5c03c1c8e0ffea1741b2d61","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-03-05 - Cabinet of Commissioner Kadri Simson x European Academies' Science Advisory Council"],"date":["2020-03-05"],"summary":["Energy Files"],"notes":["Portfolio: Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["ec-person-68b9170beccdbf21444fad7cdc252dec9e60b9d2","eu-tr-133236011647-58"]}} -{"id":"ec-meeting-2020-03-05-c38dce237eccfe369c7d15bc1b57bfbdea450ed0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-03-05 - Cabinet of Executive Vice-President Valdis Dombrovskis x Flint Europe"],"date":["2020-03-05"],"summary":["Capital Markets Union"],"notes":["Portfolio: An Economy that Works for People"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-235870cd7eb41f2494f695fce18b5b5b88647113","eu-tr-718251720163-42","ec-person-1e9076681bd62efdd58882f9a7b63b2423568217"]}} -{"id":"ec-meeting-2020-03-05-c7f65c4d177d1b444d3b4397d7eeb154b6017fda","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-03-05 - Cabinet of Commissioner Jutta Urpilainen x European Disability Forum International Disability and Development Consortium"],"date":["2020-03-05"],"summary":["Discussion on inclusive international partnerships"],"notes":["Portfolio: International Partnerships"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["eu-tr-57868523887-16","eu-tr-26634082731-16","ec-person-7c4fa9cfb750b5b524c065180fcee1123b8df03e"]}} -{"id":"ec-meeting-2020-03-05-dadfa508856d29a5a68e8b132c266c169a37506d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-03-05 - Cabinet of Executive Vice-President Valdis Dombrovskis x Wirtschaftsrat der CDU e.V."],"date":["2020-03-05"],"summary":["Digital finance"],"notes":["Portfolio: An Economy that Works for People"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-235870cd7eb41f2494f695fce18b5b5b88647113","eu-tr-176334311014-43"]}} -{"id":"ec-meeting-2020-03-05-e934e24ada7461f5ba3ac56190b6fc6496b84ef7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-03-05 - Cabinet of Commissioner Virginijus Sinkevičius x CEMBUREAU - The European Cement Association"],"date":["2020-03-05"],"summary":["To address the Green Deal and its relevance for the cement industry. The overall discussion focused on the ambition of the industry to become carbon neutral along the cement and concrete value chain by 2050."],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["eu-tr-93987316076-63","ec-person-ef0f66e9880a22ea8d9657bd982daf9bd74838c1"]}} -{"id":"ec-meeting-2020-03-05-ec4dea38b83077991aa9b3d6adace04188db7b5a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-03-05 - Cabinet of Executive Vice-President Frans Timmermans x Land- en Tuinbouw Organisatie Nederland"],"date":["2020-03-05"],"summary":["Sustainable food systems"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-4656646862-72","ec-person-33624431cbec1074e151c1707715ef46d2ba9565"]}} -{"id":"ec-meeting-2020-03-05-f9142391beb1764a2b6699386f2e3ba7eb5bfd01","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2020-03-05 - Cabinet of Commissioner Phil Hogan x ITI - The Information Technology Industry Council"],"date":["2020-03-05"],"summary":["Trade Issues"],"location":["Dublin","Ireland"],"address":["Dublin","Ireland"],"addressEntity":["addr-c4a265ca6dc31ed4a47a6047e92c5e3790135af9","addr-eb2131ece0efe78ee8bb1ae98af6099114a8df09"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-a1a78365cc4685b0958056646204977d8f2ead92","eu-tr-061601915428-87"]}} -{"id":"ec-meeting-2020-03-06-0b27c8ee56902c2ef796aea7b6f341a3bb3d87ad","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-03-06 - Financial Stability, Financial Services and Capital Markets Union x Think Tank EUROPA"],"date":["2020-03-06"],"summary":["Banking Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-815211615744-03","ec-person-1fce211249673c35ee07a801ddee77ab24af8d54"]}} -{"id":"ec-meeting-2020-03-06-0be7378d21d6ffcd56c8bd55416c5bf36cbdaf6a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-03-06 - Cabinet of Commissioner Paolo Gentiloni x Fédération bancaire française"],"date":["2020-03-06"],"summary":["Banking Union"],"notes":["Portfolio: Economy"],"location":["Brussels, BE"],"address":["Brussels, BE"],"addressEntity":["addr-bd80958a978de8af51caa97a25a75f30d0061d71"],"organizer":["ec-cabinet-commissioner-gentiloni-of-paolo"],"involved":["eu-tr-09245221105-30","ec-person-404d55367ba0dadec989b6dc2eab96ef2abd96af"]}} -{"id":"ec-meeting-2020-03-06-110f9c9a8431cffc61b577e15e9f4840a42ddd55","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-03-06 - Cabinet of Executive Vice-President Frans Timmermans x McKinsey Global Institute"],"date":["2020-03-06"],"summary":["European Green Deal"],"notes":["Portfolio: European Green Deal"],"location":["Amsterdam"],"address":["Amsterdam"],"addressEntity":["addr-2dce283e0e268a42d62e34467db274c9c38c358f"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce","eu-tr-752385731275-18"]}} -{"id":"ec-meeting-2020-03-06-299464a6c41b0983f161d68706dffb303033d53a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-03-06 - Cabinet of Executive Vice-President Valdis Dombrovskis x European Small Business Alliance BUSINESSEUROPE EUROCHAMBRES – Association of European Chambers of Commerce and Industry Zentralverband des Deutschen Handwerks e.V. European Family Businesses Small and Medium Entrepreneurs of Europe SMEunited aisbl"],"date":["2020-03-06"],"summary":["Industrial Strategy, SMEs strategy, Social Dialogue and Pillar of Social Rights, European Semester"],"notes":["Portfolio: An Economy that Works for People"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-f011ed0f7c78d833a79f1206f788e0cbd9cb8864","eu-tr-5189667783-94","eu-tr-741179426673-35","eu-tr-55820581197-35","ec-person-55cdd2fceb3997b4092326294c9405769c7b491b","eu-tr-3978240953-79","eu-tr-281497021902-93","ec-person-9e7bd1005456277f156b671d1555c6a460fb2f58","eu-tr-0014082722-83","eu-tr-58849794266-75"]}} -{"id":"ec-meeting-2020-03-06-40ce732d22eac614af31facd936418adf7d2dd26","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-03-06 - Financial Stability, Financial Services and Capital Markets Union x International Financial Reporting Standards (IFRS) Foundation"],"date":["2020-03-06"],"summary":["Sustainable finance"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-830882416841-19","ec-person-1fce211249673c35ee07a801ddee77ab24af8d54"]}} -{"id":"ec-meeting-2020-03-06-85da0fed5d6570ffa0ec2ca036b43c3541ea7c59","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-03-06 - Cabinet of Commissioner Janusz Wojciechowski x European Environmental Bureau Stichting BirdLife Europe Greenpeace European Unit"],"date":["2020-03-06"],"summary":["Biodiversity and Farm to Fork Strategies"],"notes":["Portfolio: Agriculture"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["eu-tr-1083162721-43","eu-tr-9832909575-41","eu-tr-06798511314-27","ec-person-cafe030b6dad78a75143f7552c420481b30ebceb"]}} -{"id":"ec-meeting-2020-03-06-875ae5ffd47ae4fdf5e8d47ca933df7155d1d017","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-03-06 - Cabinet of Commissioner Adina Vălean x EuroCommerce"],"date":["2020-03-06"],"summary":["Sustainable smart and urban mobility"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["eu-tr-84973761187-60","ec-person-cc0354fbf386eb83f57c00ad5240f1dddeeabab4"]}} -{"id":"ec-meeting-2020-03-06-89939acd9b3adc47d3a35cf8b1fd7b3c076a7c9b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-03-06 - Cabinet of Executive Vice-President Frans Timmermans x Stichting Het Nederlands Kanker Instituut - Antoni van Leeuwenhoek ziekenhuis"],"date":["2020-03-06"],"summary":["Horizon Research"],"notes":["Portfolio: European Green Deal"],"location":["Amsterdam"],"address":["Amsterdam"],"addressEntity":["addr-2dce283e0e268a42d62e34467db274c9c38c358f"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-935455530585-79","ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce"]}} -{"id":"ec-meeting-2020-03-06-a478e0c32e279f13cb5e93e93c7fb04658a184a5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-03-06 - Cabinet of Vice-President Margaritis Schinas x Huawei Technologies"],"date":["2020-03-06"],"summary":["Security Union Strategy, Cybersecurity"],"notes":["Portfolio: Promoting the European Way of Life"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-margaritis-of-president-schinas-vice"],"involved":["ec-person-901d49b3e3af3e96de8d42787e8633b0adc76ca1","eu-tr-114467111412-38"]}} -{"id":"ec-meeting-2020-03-06-b3a86171fc87d04e4a921455f40b22908a51e140","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-03-06 - Cabinet of Commissioner Nicolas Schmit x EuroCommerce"],"date":["2020-03-06"],"summary":["Skills and Social Roadmap"],"notes":["Portfolio: Jobs and Social Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["eu-tr-84973761187-60","ec-person-935314e38d735654cae8ee61313a3d73439b242d","ec-person-66fa2c2d100ec194caa42b5c6f97c36e2748b71c"]}} -{"id":"ec-meeting-2020-03-06-b92887c3b043503cfda510c279aab4d3edde5f96","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-03-06 - Cabinet of President Ursula von der Leyen x Fédération bancaire française"],"date":["2020-03-06"],"summary":["European Payments Initiative"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-7019713e72781afb1f3b19032c4752a314b78180","eu-tr-09245221105-30"]}} -{"id":"ec-meeting-2020-03-06-c10303ff2bf5952c4bc70224e711fb5007e3d9e6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-03-06 - Foreign Policy Instruments x European Institute of Peace"],"date":["2020-03-06"],"summary":["Exchange on conflict prevention and crisis management"],"location":["VTC"],"address":["VTC"],"addressEntity":["addr-9d1acaa772820b8ade84113d2da24716fe455be2"],"organizer":["ec-dg-fpi"],"involved":["eu-tr-183089341543-86","ec-person-c3b6b442c99862009242a343eeb51ed66498bd31"]}} -{"id":"ec-meeting-2020-03-06-c6ebef8f401d600eb487626936245148b3f3bf60","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-03-06 - Cabinet of Commissioner Phil Hogan x Irish Congress Trade Unions"],"date":["2020-03-06"],"summary":["Trade Issues"],"location":["Ireland"],"address":["Ireland"],"addressEntity":["addr-eb2131ece0efe78ee8bb1ae98af6099114a8df09"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-299273613885-27","ec-person-a1a78365cc4685b0958056646204977d8f2ead92"]}} -{"id":"ec-meeting-2020-03-06-c80b0a0ade7d6454d826b1294b1b245c7116b69a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-03-06 - Cabinet of Commissioner Janusz Wojciechowski x Pesticide Action Network Europe"],"date":["2020-03-06"],"summary":["Veneto initiative on Integrated Pest Management"],"notes":["Portfolio: Agriculture"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["eu-tr-15913213485-46","ec-person-cafe030b6dad78a75143f7552c420481b30ebceb"]}} -{"id":"ec-meeting-2020-03-06-c81bf7b6215436e8fd36b181e557d7b0cb904dcd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-03-06 - Cabinet of Commissioner Phil Hogan x The European Steel Association"],"date":["2020-03-06"],"summary":["Carbon Border Adjustment Mechanism"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-93038071152-83","ec-person-428cf365f3847d04012831ef2642a1a69aed518d"]}} -{"id":"ec-meeting-2020-03-06-d1de24fe771359d3298f11c954da71c365b62564","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-03-06 - Cabinet of Commissioner Thierry Breton x Fédération bancaire française"],"date":["2020-03-06"],"summary":["Discussion sur la mise en oeuvre de la stratégie des données dans le domaine bancaire et financier"],"notes":["Portfolio: Internal Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-e18e6e300776f5f47ca4c72c1ba1b0d0eb1e71fe","eu-tr-09245221105-30"]}} -{"id":"ec-meeting-2020-03-06-fb439fb2d787055aecb63e10c2b2a737585f76d0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-03-06 - Cabinet of Executive Vice-President Frans Timmermans x Hume Brophy"],"date":["2020-03-06"],"summary":["Sustainable food systems"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-3843982938-44","ec-person-33624431cbec1074e151c1707715ef46d2ba9565"]}} -{"id":"ec-meeting-2020-03-06-fb6470aa86c795262b7816a8ca68d10a2c55b89a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-03-06 - Cabinet of Executive Vice-President Valdis Dombrovskis x Platform of European Social NGOs"],"date":["2020-03-06"],"summary":["Commission priorities for social policies, European Semester and Pillar of Social Rights, reforms for inclusive growth"],"notes":["Portfolio: An Economy that Works for People"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["eu-tr-85083981189-35","ec-person-9e7bd1005456277f156b671d1555c6a460fb2f58"]}} -{"id":"ec-meeting-2020-03-06-fe0d4a9d81952e240d58720f57887fa4f85c1c85","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-03-06 - Cabinet of Executive Vice-President Frans Timmermans x Federatie Nederlandse Vakbeweging"],"date":["2020-03-06"],"summary":["Just Transition Fund"],"notes":["Portfolio: European Green Deal"],"location":["Alkmaar"],"address":["Alkmaar"],"addressEntity":["addr-ea09a5487e52eb77c47311c096216526c6b9a36d"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce","eu-tr-848077116912-21"]}} -{"id":"ec-meeting-2020-03-06-fe68f1600def05518b63b941b02fa5159085dbb2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-03-06 - Cabinet of Commissioner Adina Vălean x General Aviation Manufacturers Association"],"date":["2020-03-06"],"summary":["Aviation"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["ec-person-5f7f9d4d861c5b97fbd25bccf6323535d2a7ceb8","eu-tr-49221685491-82"]}} -{"id":"ec-meeting-2020-03-09-058da641d5134a63bf58f252f90fb26829b0863c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-03-09 - Task Force for Relations with the United Kingdom x European Round Table for Industry"],"date":["2020-03-09"],"summary":["Meeting with the Task Force for Relations with the United Kingdom"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-uktf"],"involved":["ec-person-864cfa5fbc9b02a079ffbab1107f252c7bb08478","eu-tr-25487567824-45"]}} -{"id":"ec-meeting-2020-03-09-0b4de1463b5b4f19e46b17bb795aa579e7c9b970","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-03-09 - Defence Industry and Space x SES S.A."],"date":["2020-03-09"],"summary":["Courtesy call to discuss satellite navigation and GovSatCom."],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-defis"],"involved":["ec-person-a5e52cd544ea3aa44eb4b31fac65a468499f106e","eu-tr-93799097410-24"]}} -{"id":"ec-meeting-2020-03-09-1b42a5be8086b7a9f617ec95e1e91950885c503f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-03-09 - Cabinet of Vice-President Dubravka Šuica x Centre for Fine Arts"],"date":["2020-03-09"],"summary":["May Days of BOZAR"],"notes":["Portfolio: Democracy and Demography"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dubravka-of-president-suica-vice"],"involved":["ec-person-e38d9f76fd8b368ff0a9e724d2cd3da76124d857","eu-tr-981651218089-69"]}} -{"id":"ec-meeting-2020-03-09-304b2679f79dfcd1b3c5dcc2b3e95d71b7db6799","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-03-09 - Communications Networks, Content and Technology x Reporters sans frontières"],"date":["2020-03-09"],"summary":["Media Freedom – information and democracy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-612547127497-45","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2020-03-09-67b569e99967beeaf1e1b8121b19bbae867cde54","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-03-09 - Cabinet of Vice-President Margaritis Schinas x Médecins Sans Frontières International"],"date":["2020-03-09"],"summary":["New Pact for Migration and Asylum, Search and Rescue, Facilitators directive"],"notes":["Portfolio: Promoting the European Way of Life"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-margaritis-of-president-schinas-vice"],"involved":["ec-person-2e04e278a7f128b3ac72d2af3db94d4ebed934da","eu-tr-928308827208-10"]}} -{"id":"ec-meeting-2020-03-09-8d5c615fdd248726a98cc3adaa9e2dcaaed8609c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-03-09 - Cabinet of Executive Vice-President Frans Timmermans x Liquid Gas Europe"],"date":["2020-03-09"],"summary":["Smart sector integration"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-a282162080cef4ef2a8c0ab6247a3e03dc438507","eu-tr-63503202933-02","ec-person-d53e00c46a4cc62bbf533e0c9bb35bacb9121989"]}} -{"id":"ec-meeting-2020-03-09-cf7229f4f4a410eabcc77e2594218508e29f18b2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-03-09 - Cabinet of Commissioner Virginijus Sinkevičius x The Pew Charitable Trusts"],"date":["2020-03-09"],"summary":["Marine Protected Areas, Fisheries Subsidies and Regional Fisheries Management organisation"],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["eu-tr-46834536998-79","ec-person-9de2bdbd71a153577984a493028e19bcb8c1514f","ec-person-c92a6b4ef8328855b0234011be623ed9f15c86f3"]}} -{"id":"ec-meeting-2020-03-10-346bedcbb9f88e861fdb2d2d81cf9ef2595ed97c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-03-10 - Cabinet of Commissioner Nicolas Schmit x BUSINESSEUROPE"],"date":["2020-03-10"],"summary":["Skills and Industrial Package"],"notes":["Portfolio: Jobs and Social Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-935314e38d735654cae8ee61313a3d73439b242d","eu-tr-3978240953-79"]}} -{"id":"ec-meeting-2020-03-10-365f36f725ae8c954422b9fb8715cddb57c83e1c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-03-10 - Cabinet of Vice-President Margaritis Schinas x Lifelong Learning Platform"],"date":["2020-03-10"],"summary":["Lifelong Learning"],"notes":["Portfolio: Promoting the European Way of Life"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-margaritis-of-president-schinas-vice"],"involved":["ec-person-b59ff7316734021e48aa7e0fd79eeeab36ea2bb4","eu-tr-74923516160-01"]}} -{"id":"ec-meeting-2020-03-10-3e41c1b13c023ca2b6e50dadc9d95c43d3b62d40","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-03-10 - Cabinet of Commissioner Thierry Breton x European Association of Long-Term Investors"],"date":["2020-03-10"],"summary":["Exchange of views on SME access to finance, InvestEU and long-term investment"],"notes":["Portfolio: Internal Market"],"location":["Bruxelles"],"address":["Bruxelles"],"addressEntity":["addr-b58f5927b66d94a676970dc048485d4c6848f272"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-5215bd372c5a1202399d77ecceb8c16de8d7d55c","eu-tr-977980112556-82"]}} -{"id":"ec-meeting-2020-03-10-41d9853fa6fe0ba70872cdbf35df64460a95dfad","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-03-10 - Employment, Social Affairs and Inclusion x European Confederation of Independent Trade Unions"],"date":["2020-03-10"],"summary":["European minimum wage framework"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-empl"],"involved":["eu-tr-32738888445-74","ec-person-dd259fce880e1853f0beb087443bce6e7dea70d7"]}} -{"id":"ec-meeting-2020-03-10-4650bb9b31e4dd28b1f523a5581fae26845d88af","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-03-10 - Cabinet of High Representative Josep Borrell Fontelles x Foreign Economic Relations Board of Turkey"],"date":["2020-03-10"],"summary":["EU-Turkey relations"],"notes":["Portfolio: High Representative of the Union for Foreign Affairs and Security Policy / Vice-President of the Commission"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-borrell-cabinet-fontelles-high-josep-of-representative"],"involved":["eu-tr-119458831154-84","ec-person-e234b49cffbd1e67417d997c7be82fab25d755b3"]}} -{"id":"ec-meeting-2020-03-10-666a9c70df843ae0e9b777c8eade759f03df8661","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-03-10 - Cabinet of Commissioner Phil Hogan x World Economic Forum"],"date":["2020-03-10"],"summary":["TBD"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-049060636194-17","ec-person-d4e0ed779d9afad22ebc402fe3db519e121e437c"]}} -{"id":"ec-meeting-2020-03-10-7562d3c5d0f38b105724026220d8c6dbc69c63a6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-03-10 - Cabinet of Commissioner Thierry Breton x 3M Honeywell Europe NV"],"date":["2020-03-10"],"summary":["Capacity of Personal Protection Equipent (PPE) production in Europe, in light of the coronavirus crisis."],"notes":["Portfolio: Internal Market"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-75311753240-67","eu-tr-91425447458-88","ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0"]}} -{"id":"ec-meeting-2020-03-10-9aaf918b43a734eef33a8f782144bbfd3d6f38cc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-03-10 - Cabinet of Vice-President Dubravka Šuica x Hope and Homes for Children"],"date":["2020-03-10"],"summary":["Children's rights"],"notes":["Portfolio: Democracy and Demography"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dubravka-of-president-suica-vice"],"involved":["ec-person-60bc1622eb549a098038c6073ce7c40691ec9384","eu-tr-035163533684-92"]}} -{"id":"ec-meeting-2020-03-10-a2171f241a3ab6035d296cdc44ccff77c2ce7fb7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-03-10 - Cabinet of High Representative Josep Borrell Fontelles x Democratization Policy Council"],"date":["2020-03-10"],"summary":["EU-Western Balkans relations"],"notes":["Portfolio: High Representative of the Union for Foreign Affairs and Security Policy / Vice-President of the Commission"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-borrell-cabinet-fontelles-high-josep-of-representative"],"involved":["ec-person-e234b49cffbd1e67417d997c7be82fab25d755b3","eu-tr-815224016091-96"]}} -{"id":"ec-meeting-2020-03-10-df290f981c4d1cbdbb42e55a72e011ab3cd024e7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-03-10 - Cabinet of Commissioner Elisa Ferreira x Airholding S.A."],"date":["2020-03-10"],"summary":["Update on the Activities and Plans of the Embraer Group in Portugal and on Embraer Group’s Global Activities"],"notes":["Portfolio: Cohesion and Reforms"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-elisa-ferreira-of"],"involved":["eu-tr-087933937567-09","ec-person-6aefca8f66cd57549e22428bee7f0d2c97d16f52"]}} -{"id":"ec-meeting-2020-03-10-f9cae002555ac7a9671c15c0cd64af5fb351e14b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-03-10 - Cabinet of Commissioner Mariya Gabriel x American Chamber of Commerce to the European Union"],"date":["2020-03-10"],"summary":["Discussion on the current digital agenda and Commissioner's perspective for its application in education, to skills and for the broader digital Single Market"],"notes":["Portfolio: Innovation and Youth"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["ec-person-aac4e4c77e459b480bfebb0e76dc3b26fdfb1d6a","eu-tr-5265780509-97"]}} -{"id":"ec-meeting-2020-03-11-3ea0c2bb1e36f9e2259156bcecc9f61a08282b71","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-03-11 - Cabinet of Commissioner Elisa Ferreira x Forum Européen pour la Sécurité Urbaine"],"date":["2020-03-11"],"summary":["Cohesion Policy and Security"],"notes":["Portfolio: Cohesion and Reforms"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-elisa-ferreira-of"],"involved":["eu-tr-4900814699-31","ec-person-884d261ef161b119c9fc64f7a0514dc014ca2bd7"]}} -{"id":"ec-meeting-2020-03-11-41eba2003f8ff87879c075b06c615305ce33ef43","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-03-11 - Cabinet of Executive Vice-President Margrethe Vestager x European Hospital and Healthcare Federation"],"date":["2020-03-11"],"summary":["eHealth, digitalisation of health services, Covid-19"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-3da433aae105b13fe027e9c9b3dcac2c97029370","eu-tr-73872883198-91"]}} -{"id":"ec-meeting-2020-03-11-44987d0d2c2bf37b411104d22173d3014b9fee20","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-03-11 - Cabinet of Vice-President Margaritis Schinas x European Jewish Congress"],"date":["2020-03-11"],"summary":["Fighting anti-semitism"],"notes":["Portfolio: Promoting the European Way of Life"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-margaritis-of-president-schinas-vice"],"involved":["eu-tr-36101356444-26","ec-person-05650a4a170c56b9866c57f4610fcd005d5ccc24"]}} -{"id":"ec-meeting-2020-03-11-863ae67cebf4c8185daa0d79ff54baa9b534f5e9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-03-11 - Cabinet of Commissioner Janusz Wojciechowski x ACT Alliance Advocacy to the European Union"],"date":["2020-03-11"],"summary":["To present joint recommendations on agriculture and food systems which have been developed by international, European and African civil society and farmer organisations."],"notes":["Portfolio: Agriculture"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["ec-person-9909a5a1d25893da46a5abd80479d454b282c030","eu-tr-5189768701-12","ec-person-90b64673ee7f4c1dae185fbd64b45f5c45f2b66d"]}} -{"id":"ec-meeting-2020-03-11-c358211c6137a5bc75eb8b9e91f6a6fda23b70a2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-03-11 - Cabinet of Commissioner Phil Hogan x National Farmers Union"],"date":["2020-03-11"],"summary":["Discussion regarding Britain’s departure from the EU"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-961181120948-12","ec-person-400dd8d59d3060187d9b9b143d697da1a3d03c12"]}} -{"id":"ec-meeting-2020-03-11-d8c62582897dc0c22125f773c3a4af37af8c7639","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-03-11 - Cabinet of Commissioner Adina Vălean x Auto Care Association"],"date":["2020-03-11"],"summary":["Transport issues"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["eu-tr-413762233254-49","ec-person-e5f1558cac43dd4f90847b508b6753edb0a9f903"]}} -{"id":"ec-meeting-2020-03-11-eeeacf08cf2714de2d7399ce436c00abab6c4f76","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-03-11 - Cabinet of Executive Vice-President Frans Timmermans x PGE Polska Grupa Energetyczna SA"],"date":["2020-03-11"],"summary":["Green Deal priorities: Just transition, offshore wind"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-d53e00c46a4cc62bbf533e0c9bb35bacb9121989","eu-tr-818300434979-49"]}} -{"id":"ec-meeting-2020-03-11-efba5864401b838dab5f52ee04a70b358824b952","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-03-11 - Cabinet of Commissioner Thierry Breton x BUSINESSEUROPE"],"date":["2020-03-11"],"summary":["COVID-19 - Industrial strategy"],"notes":["Portfolio: Internal Market"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","eu-tr-3978240953-79"]}} -{"id":"ec-meeting-2020-03-11-f29121bd85ac234585156397bada4ac50cd35bc0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-03-11 - Cabinet of President Ursula von der Leyen x PepsiCo"],"date":["2020-03-11"],"summary":["Green deal"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-f2b941852d3b961d69ed695c2d243a1a2b4a1904","eu-tr-010212710281-97"]}} -{"id":"ec-meeting-2020-03-12-163d8dabf618a930aea51d9b2355246e36d09c42","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-03-12 - Cabinet of Executive Vice-President Frans Timmermans x GMB trade union"],"date":["2020-03-12"],"summary":["The European Green Deal"],"notes":["Portfolio: European Green Deal"],"location":["Brussels (by video conference)"],"address":["Brussels (by video conference)"],"addressEntity":["addr-3ed77ac534da4cda225106ed14d58672bda0412f"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce","eu-tr-50735773982-68"]}} -{"id":"ec-meeting-2020-03-12-8464ec0e1b75b650dfede289a19775a143fb2042","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-03-12 - Cabinet of Commissioner Kadri Simson x smartEn Smart Energy Europe"],"date":["2020-03-12"],"summary":["Energy initiatives in the Commission work programme, upcoming tertiary acts. Flexibility, energy efficiency, systems efficiency in the climate neutrality transition"],"notes":["Portfolio: Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["ec-person-d40f25b5cb5c0681854a4996da444478318f7e58","eu-tr-569379418624-07"]}} -{"id":"ec-meeting-2020-03-12-b434f3e99912e1ea2669c56b4f7c6371114737a4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-03-12 - Cabinet of Commissioner Phil Hogan x The Pew Charitable Trusts"],"date":["2020-03-12"],"summary":["Fisheries subsidies"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-d4e0ed779d9afad22ebc402fe3db519e121e437c","eu-tr-46834536998-79"]}} -{"id":"ec-meeting-2020-03-12-c24bc5cb413f5aac94541c22174c07a32dd7778d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-03-12 - Cabinet of Commissioner Ylva Johansson x Médecins du monde Belgique Médecins Sans Frontières International The Smile of the Child GREEK FORUM OF REFUGEES Danish Refugee Council Brussels"],"date":["2020-03-12"],"summary":["Discussion on the current situation in Greece"],"notes":["Portfolio: Home Affairs"],"location":["Athens"],"address":["Athens"],"addressEntity":["addr-b85c37fe604c92003f3f88be8edf938efbe00ff2"],"organizer":["ec-cabinet-commissioner-johansson-of-ylva"],"involved":["ec-person-981fc36acd82b2e49db83e43763b908c1a89ec0b","eu-tr-66055258617-28","ec-person-31b127e72e9dd30ce85ff2b475ac65d28d7dc48d","eu-tr-138599722179-35","eu-tr-562583120901-18","ec-person-eafe594fe2bcb6af27f0422c2491a9d8cf2400da","eu-tr-928308827208-10","eu-tr-145331327707-58"]}} -{"id":"ec-meeting-2020-03-12-ca0d0470b43a0464813de2d551fe35a2db03e62c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-03-12 - Cabinet of Vice-President Věra Jourová x European Movement International"],"date":["2020-03-12"],"summary":["Future of Europe Conference, citizens participation and the role of civil society, electoral reform and the protection of values"],"notes":["Portfolio: Values and Transparency"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["eu-tr-35279857524-58","ec-person-eb96be0a510a5e7f122fa88f994b99f073b5dac4"]}} -{"id":"ec-meeting-2020-03-13-23ae5774c358fb2361306b43601541d05c009dd8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-03-13 - Cabinet of Executive Vice-President Frans Timmermans x Butterfly Conservation Europe Stichting BirdLife Europe Buglife - The Invertebrate Conservation Trust BeeLife European Beekeeping Coordination"],"date":["2020-03-13"],"summary":["Green Deal"],"notes":["Portfolio: European Green Deal"],"location":["Brussels (by video conference)"],"address":["Brussels (by video conference)"],"addressEntity":["addr-3ed77ac534da4cda225106ed14d58672bda0412f"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-1083162721-43","eu-tr-704613123549-01","eu-tr-94537798584-35","eu-tr-559711032990-21","ec-person-33624431cbec1074e151c1707715ef46d2ba9565"]}} -{"id":"ec-meeting-2020-03-13-3fec2b566d685096cce7ab7d6b415f13c53efefd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-03-13 - Cabinet of Commissioner Olivér Várhelyi x European Peacebuilding Liaison Office"],"date":["2020-03-13"],"summary":["Eplo work on ELARG"],"notes":["Portfolio: Neighbourhood and Enlargement"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-of-oliver-varhelyi"],"involved":["ec-person-53491bf8482feff700ae076cb8b1e2ee3e728210","eu-tr-0878397912-17"]}} -{"id":"ec-meeting-2020-03-13-468e638e951543ab152c60259bbe0c67fefcdbfb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-03-13 - Cabinet of Executive Vice-President Frans Timmermans x Telefonica, S.A."],"date":["2020-03-13"],"summary":["Digital aspects of the Green Deal"],"notes":["Portfolio: European Green Deal"],"location":["Brussels (conference call)"],"address":["Brussels (conference call)"],"addressEntity":["addr-f8652daf581a83dcf3a2f41fe69787aec1951090"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-52431421-12","ec-person-d56ecbfde17436a136fc89c9a978b266e8285c84"]}} -{"id":"ec-meeting-2020-03-13-5a1a6a996f28e0d19560780e9fcbcfeb113135d1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-03-13 - Financial Stability, Financial Services and Capital Markets Union x BlackRock"],"date":["2020-03-13"],"summary":["CMU, Sustainability and Fund regulation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-51436554494-18","ec-person-1fce211249673c35ee07a801ddee77ab24af8d54"]}} -{"id":"ec-meeting-2020-03-13-addb0b9a86738bd8de5c09ee7e00e0f983fbbaf7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-03-13 - Cabinet of Commissioner Adina Vălean x International Road Transport Union Permanent Delegation to the EU"],"date":["2020-03-13"],"summary":["on EC representation and message for Conference on Fair Data on 10 June."],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["eu-tr-41802525291-86","ec-person-6e21d867543ef3b910e746c319cb048abd054702"]}} -{"id":"ec-meeting-2020-03-13-d3450e3c319f204cf0ac6292e7e63593936b8f04","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-03-13 - Cabinet of Commissioner Mariya Gabriel x SOS Save Our Spectrum"],"date":["2020-03-13"],"summary":["Presentation of SOS Save Our Spectrum activities within portfolio of Commissioner Gabriel"],"notes":["Portfolio: Innovation and Youth"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["ec-person-aac4e4c77e459b480bfebb0e76dc3b26fdfb1d6a","eu-tr-273304233646-65"]}} -{"id":"ec-meeting-2020-03-13-d470e64e61aba1805f8fb56853554c076798a6e4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-03-13 - Cabinet of Commissioner Jutta Urpilainen x Overseas Countries and Territories Association"],"date":["2020-03-13"],"summary":["introductory phone call on future cooperation"],"notes":["Portfolio: International Partnerships"],"location":["Conference call"],"address":["Conference call"],"addressEntity":["addr-28ba88479582b2f75898964548da4252dc7db7d2"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["eu-tr-882852526227-79","ec-person-1ec9383fd54d9d4cd8a154c01fa71549eb8c75ac"]}} -{"id":"ec-meeting-2020-03-13-e6fa5b7041395441ce15d81dead1aab79bdf3d71","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-03-13 - Cabinet of Executive Vice-President Margrethe Vestager x Københavns Universitet"],"date":["2020-03-13"],"summary":["Digital policy"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Copenhagen"],"address":["Copenhagen"],"addressEntity":["addr-3f7c839db34cfeebcefe96d90a0e37e02c8e52c6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-11d97788772862bb34f51dd26d7f92603eac1bf8","eu-tr-363805923029-87"]}} -{"id":"ec-meeting-2020-03-13-faa50393a5c229dfd4f4e00d8830068c83e1848d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-03-13 - Cabinet of Commissioner Nicolas Schmit x Eurochild AISBL Save the Children Europe"],"date":["2020-03-13"],"summary":["Videoconference meeting on Child Guarantee."],"notes":["Portfolio: Jobs and Social Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-c2208333f0f75350eef62b355a40bf856f2d9cef","eu-tr-697362735627-20","eu-tr-79360311166-84"]}} -{"id":"ec-meeting-2020-03-13-fbe0421f8514ab57357c2f6727cc0faa7f9c887e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-03-13 - Cabinet of Commissioner Stella Kyriakides x Association of the European Self-Care Industry European Federation of Pharmaceutical Industries and Associations Vaccines Europe MEDICINES FOR EUROPE MedTech Europe"],"date":["2020-03-13"],"summary":["Video call with Pharmaceutical Industrial Associations and the European Medicines Agency to discuss possible shortages of medicines and medical devices for the Covid-19 outbreak"],"notes":["Portfolio: Health"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-kyriakides-of-stella"],"involved":["eu-tr-38526121292-88","ec-person-c7513fae2df7920eea99d7cc103a354aa4f56b6e","eu-tr-433743725252-26","eu-tr-48325781850-28","eu-tr-53073567234-18","eu-tr-99565011637-64"]}} -{"id":"ec-meeting-2020-03-16-2bb754ea0ec3a55718788b602140144272818652","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-03-16 - Employment, Social Affairs and Inclusion x BUSINESSEUROPE"],"date":["2020-03-16"],"summary":["European minimum wage framework"],"location":["Phone call"],"address":["Phone call"],"addressEntity":["addr-cac056598c767cdeaa0f13cfe91d25988c24c698"],"organizer":["ec-dg-empl"],"involved":["eu-tr-3978240953-79","ec-person-dd259fce880e1853f0beb087443bce6e7dea70d7"]}} -{"id":"ec-meeting-2020-03-16-3b521627e5de3adcd67d013ed1e150003f2291e1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-03-16 - Cabinet of Commissioner Mariya Gabriel x CureVac SE"],"date":["2020-03-16"],"summary":["COVID-19"],"notes":["Portfolio: Innovation and Youth"],"location":["video-conferencing"],"address":["video-conferencing"],"addressEntity":["addr-211c505d204b295e60497aa4c59557bb484ca6c5"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["ec-person-1674399a793e9e6fd7cf55b525515fc862fc9351","eu-tr-798772637872-28"]}} -{"id":"ec-meeting-2020-03-16-73e9e3cd6bdefd9811627fa5f4ebce10abd0cda3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-03-16 - Cabinet of Commissioner Adina Vălean x International Air Transport Association"],"date":["2020-03-16"],"summary":["Aviation"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["ec-person-5f7f9d4d861c5b97fbd25bccf6323535d2a7ceb8","eu-tr-1805107590-28","ec-person-267c5ab3ea5304fc6305ef321e214c9c1cd0f78e"]}} -{"id":"ec-meeting-2020-03-16-bbe25b97f88b92100e1f46196d35fb06c16a63c1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-03-16 - Cabinet of President Ursula von der Leyen x CureVac SE"],"date":["2020-03-16"],"summary":["Videconderence with CureVac representatives on COVID-19"],"notes":["Portfolio: President"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-a2ac27c3a7aa93937efc47169c1dc2264a822175","eu-tr-798772637872-28"]}} -{"id":"ec-meeting-2020-03-16-c82e8433fffe7acbd6ad2c28f88b5129c51fa15d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-03-16 - Cabinet of Executive Vice-President Frans Timmermans x Climate Action Network Europe"],"date":["2020-03-16"],"summary":["European Green Deal and Climate Law, International climate action"],"notes":["Portfolio: European Green Deal"],"location":["Brussels, videoconference"],"address":["Brussels, videoconference"],"addressEntity":["addr-b2f1d7431248e664a9e3b79247e209b648da9565"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-f8efd5ca1c3794aa2954d6b5f54ff94f015fba20","eu-tr-55888811123-49","ec-person-f1a3478550296f3f9accdc67d6ef5a0b681dda4b"]}} -{"id":"ec-meeting-2020-03-16-ca39e8de225670b34892d2f374d0c8d6ddead0c9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-03-16 - Cabinet of Executive Vice-President Frans Timmermans x IBERDROLA"],"date":["2020-03-16"],"summary":["Discussion on the Green Deal and Climate Law"],"notes":["Portfolio: European Green Deal"],"location":["Brussels, videoconference"],"address":["Brussels, videoconference"],"addressEntity":["addr-b2f1d7431248e664a9e3b79247e209b648da9565"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-f8efd5ca1c3794aa2954d6b5f54ff94f015fba20","eu-tr-41816938101-07"]}} -{"id":"ec-meeting-2020-03-17-04fdefc0703be53606fc8484e9c731fcbb12bb49","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-03-17 - Cabinet of Commissioner Mariya Gabriel x Goethe-Institut e.V."],"date":["2020-03-17"],"summary":["European Capitals of Culture"],"notes":["Portfolio: Innovation and Youth"],"location":["skype virtual meeting"],"address":["skype virtual meeting"],"addressEntity":["addr-1d87619151b435b9effbac59ed923519ba1098e1"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-45963658079-77","ec-person-169095f0138062f64079fc92dc609e32cc65a8f1"]}} -{"id":"ec-meeting-2020-03-17-45c408373ed39e6e8b1a6e1241c9e7b39441a98e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-03-17 - Research and Innovation x Airbus"],"date":["2020-03-17"],"summary":["European Green Deal"],"location":["brussels"],"address":["brussels"],"addressEntity":["addr-e2daa1574b7ac475c827b33e281bd2d5e013c882"],"organizer":["ec-dg-rtd"],"involved":["eu-tr-2732167674-76","ec-person-1d348f33395de0ea6773a7b4ae8797e3e0392f73"]}} -{"id":"ec-meeting-2020-03-17-54ac9fdd91264674e8ad87de2be25bbbff9ff6df","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-03-17 - Cabinet of President Ursula von der Leyen x OLX Global BV"],"date":["2020-03-17"],"summary":["Digital Services Act, digital identity, platform-to-business regulation"],"notes":["Portfolio: President"],"location":["Brussels (conference call)"],"address":["Brussels (conference call)"],"addressEntity":["addr-f8652daf581a83dcf3a2f41fe69787aec1951090"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-7019713e72781afb1f3b19032c4752a314b78180","eu-tr-910956030915-30"]}} -{"id":"ec-meeting-2020-03-17-806f285d43adf765966f4209b8fa090cce2b9b94","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-03-17 - Cabinet of President Ursula von der Leyen x Henkel AG & Co. KGaA"],"date":["2020-03-17"],"summary":["Digital affairs - Digital consumer information and Industry 4.0"],"notes":["Portfolio: President"],"location":["Brussels (conference call)"],"address":["Brussels (conference call)"],"addressEntity":["addr-f8652daf581a83dcf3a2f41fe69787aec1951090"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-7019713e72781afb1f3b19032c4752a314b78180","eu-tr-13635802880-80"]}} -{"id":"ec-meeting-2020-03-17-a7170251fdd1bc824219db2dd2dbe751e8fef243","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-03-17 - Cabinet of Commissioner Janez Lenarčič x Norwegian Refugee Council Europe"],"date":["2020-03-17"],"summary":["NRC strategy development (stakeholder consultation)"],"notes":["Portfolio: Crisis Management"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-janez-lenarcic-of"],"involved":["eu-tr-750447615329-96","ec-person-a6cd325c80698b2331699224c780ebfb10573602"]}} -{"id":"ec-meeting-2020-03-17-b2eb09a713a7f5420a4f07832dfe74d95d89930f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-03-17 - Cabinet of Commissioner Helena Dalli x The Kvinna till Kvinna Foundation"],"date":["2020-03-17"],"summary":["Women's rights in conflict-affected countries"],"notes":["Portfolio: Equality"],"location":["Video Call"],"address":["Video Call"],"addressEntity":["addr-840e556d24b444b67ed996220ad53350148c7e65"],"organizer":["ec-cabinet-commissioner-dalli-helena-of"],"involved":["eu-tr-601682417261-34","ec-person-d15c205cb9cbb310d2811039c0160c1de7c84638"]}} -{"id":"ec-meeting-2020-03-17-f44890ca9023288d81760bd8dba99c0c8ac45e87","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-03-17 - Cabinet of President Ursula von der Leyen x EUROPE'S MEDIALAB (Fondation EURACTIV)"],"date":["2020-03-17"],"summary":["Digital affairs"],"notes":["Portfolio: President"],"location":["Brussels (conference call)"],"address":["Brussels (conference call)"],"addressEntity":["addr-f8652daf581a83dcf3a2f41fe69787aec1951090"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-7019713e72781afb1f3b19032c4752a314b78180","eu-tr-485832526193-89"]}} -{"id":"ec-meeting-2020-03-18-2027669df18070daa1f09044617664adaa64e6a0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-03-18 - Cabinet of Commissioner Thierry Breton x H & M Hennes & Mauritz AB"],"date":["2020-03-18"],"summary":["Discussions on supply of coronavirus protective equipment"],"notes":["Portfolio: Internal Market"],"location":["Teleconference"],"address":["Teleconference"],"addressEntity":["addr-a1b2e4eeecb1f46f3239fd2a390e2ec3f16bc2cb"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","eu-tr-937959014241-02"]}} -{"id":"ec-meeting-2020-03-18-32db11ee40997c696ba67c1fa09991559f1323c7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-03-18 - Cabinet of Executive Vice-President Margrethe Vestager x HERE Technologies"],"date":["2020-03-18"],"summary":["Key priorities for Europe on digital platforms"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-11d97788772862bb34f51dd26d7f92603eac1bf8","eu-tr-215909832039-55"]}} -{"id":"ec-meeting-2020-03-18-7d43dde33e36f8c4a748a815c01f425d97420a6f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-03-18 - Communications Networks, Content and Technology x GSMA Europe"],"date":["2020-03-18"],"summary":["Use of Location data"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-30988577529-37","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2020-03-18-9297669558c5cba630334caf997701416b9d1044","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-03-18 - Cabinet of Commissioner Adina Vălean x CLECAT - European association for forwarding, transport, logistic and Customs services"],"date":["2020-03-18"],"summary":["Consortia BER review and the early indication of the Commission to extend the BER with another 4 years, issues relating to the green deal (maritime/aviation related) and present the general policy objectives of our association, representing freight forwarders and logistics service providers, with regards to digitalisation"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["eu-tr-684985491-01","ec-person-baa9678f53e0a607c8a9bb2cd9122d1c13370154"]}} -{"id":"ec-meeting-2020-03-18-9de25af2f89c84d31f64b2b7a672150e26bed415","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-03-18 - Cabinet of Commissioner Helena Dalli x Open Society European Policy Institute"],"date":["2020-03-18"],"summary":["Roma equality and inclusion"],"notes":["Portfolio: Equality"],"location":["video conference"],"address":["video conference"],"addressEntity":["addr-6dc12e3c97077db82f32184f24341ce370a445fd"],"organizer":["ec-cabinet-commissioner-dalli-helena-of"],"involved":["eu-tr-8557515321-37","ec-person-d0b568d53468fcd3dfeeaddbd07343b5b065914d"]}} -{"id":"ec-meeting-2020-03-18-a010b2b3c24ab8e08eac8932450f26ce5fe4aeed","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-03-18 - Cabinet of Commissioner Adina Vălean x Lilium GmbH"],"date":["2020-03-18"],"summary":["the eVTOL industry, provide an overview of Lilium’s political and regulatory activities to ensure that Europe becomes the champion of eVTOL, and explore areas of cooperation."],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["ec-person-5f7f9d4d861c5b97fbd25bccf6323535d2a7ceb8","eu-tr-088496235056-88"]}} -{"id":"ec-meeting-2020-03-18-a6c6e3814809f9f5a94b6e91b5760b7d581b7600","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-03-18 - Cabinet of Commissioner Adina Vălean x International Association of Classification Societies Ltd."],"date":["2020-03-18"],"summary":["General Transport issues"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["ec-person-baa9678f53e0a607c8a9bb2cd9122d1c13370154","eu-tr-80305287660-27"]}} -{"id":"ec-meeting-2020-03-18-c9360c095a89f5b4b9d0d078b59d9874b71e4608","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-03-18 - Cabinet of Commissioner Helena Dalli x EUROPEAN TRADE UNION CONFEDERATION"],"date":["2020-03-18"],"summary":["Pay Transperancy"],"notes":["Portfolio: Equality"],"location":["Video conference"],"address":["Video conference"],"addressEntity":["addr-ebc9fd5c2f372a32153cf3f4d5fb918a96b84a88"],"organizer":["ec-cabinet-commissioner-dalli-helena-of"],"involved":["eu-tr-06698681039-26","ec-person-d0b568d53468fcd3dfeeaddbd07343b5b065914d"]}} -{"id":"ec-meeting-2020-03-18-d303da01081476897145dacdb6138a808c901005","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-03-18 - Cabinet of Commissioner Janusz Wojciechowski x Institut national de recherche pour l’agriculture, l’alimentation et l’environnement"],"date":["2020-03-18"],"summary":["Reduction of the use of pesticides"],"notes":["Portfolio: Agriculture"],"location":["video conference"],"address":["video conference"],"addressEntity":["addr-6dc12e3c97077db82f32184f24341ce370a445fd"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["ec-person-cafe030b6dad78a75143f7552c420481b30ebceb","eu-tr-028145011837-13"]}} -{"id":"ec-meeting-2020-03-18-d86e5bf7735c4cf383d55d69cf2c153f2c848d1a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-03-18 - Cabinet of Commissioner Mariya Gabriel x Nestlé S.A."],"date":["2020-03-18"],"summary":["Horizon Europe programme and the future EU priorities on Education and Youth."],"notes":["Portfolio: Innovation and Youth"],"location":["Video conference"],"address":["Video conference"],"addressEntity":["addr-ebc9fd5c2f372a32153cf3f4d5fb918a96b84a88"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-15366395387-57","ec-person-53a610a7ba00ddfad21ad4292a1d0d73fdcfbd3f","ec-person-aac4e4c77e459b480bfebb0e76dc3b26fdfb1d6a"]}} -{"id":"ec-meeting-2020-03-18-dc126d27c187c9c1afed36703d84cf47f6bde795","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-03-18 - Cabinet of Commissioner Nicolas Schmit x SMEunited aisbl BUSINESSEUROPE EUROPEAN TRADE UNION CONFEDERATION SGI Europe"],"date":["2020-03-18"],"summary":["Videoconference meeting on the impacts of the Covid-19 crisis"],"notes":["Portfolio: Jobs and Social Rights"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-8eb18b6102d444937bc6af5822a6742812165b48","eu-tr-55820581197-35","eu-tr-3978240953-79","eu-tr-06698681039-26","ec-person-c03b949331dbbe5fa3d5423758e371ec1b9b832f","eu-tr-59513031434-92"]}} -{"id":"ec-meeting-2020-03-18-eafe8278b9fe9dc8cebd4374d4e2316c43463c0d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-03-18 - Cabinet of Commissioner Mariya Gabriel x EDANA AISBL"],"date":["2020-03-18"],"summary":["Innovation and the single-use plastic products directive"],"notes":["Portfolio: Innovation and Youth"],"location":["Video conference"],"address":["Video conference"],"addressEntity":["addr-ebc9fd5c2f372a32153cf3f4d5fb918a96b84a88"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["ec-person-53a610a7ba00ddfad21ad4292a1d0d73fdcfbd3f","eu-tr-0120704687-67"]}} -{"id":"ec-meeting-2020-03-19-0dbe8c0b7bb99e4a00ce7901d1d0389b7d7b42d7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-03-19 - Cabinet of Commissioner Thierry Breton x Google"],"date":["2020-03-19"],"summary":["YouTube - preserving the smooth functioning of the internet"],"notes":["Portfolio: Internal Market"],"location":["Teleconference"],"address":["Teleconference"],"addressEntity":["addr-a1b2e4eeecb1f46f3239fd2a390e2ec3f16bc2cb"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","eu-tr-03181945560-59","ec-person-4d83416435f81b1f1e8f5c86aeebb1478577f1d2"]}} -{"id":"ec-meeting-2020-03-19-1f8d12896336043b57a7eeefdaa6de79e69f54bb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-03-19 - Cabinet of Commissioner Johannes Hahn x European Association of Research and Technology Organisations"],"date":["2020-03-19"],"summary":["Strategic value change and role of Research and Technology Organisations, in particular in Eastern Europe"],"notes":["Portfolio: Budget and Administration"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hahn-johannes-of"],"involved":["ec-person-6dd3472dac004e43ec1fa4f5b4106e3b476c9ce7","eu-tr-977869932377-59"]}} -{"id":"ec-meeting-2020-03-19-7d038d53eb1bbbff6100f63c92dd744d05c8025c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-03-19 - Cabinet of President Ursula von der Leyen x VedvarendeEnergi"],"date":["2020-03-19"],"summary":["Chinese financed coal projects in Europe"],"notes":["Portfolio: President"],"location":["Brussels (conference call)"],"address":["Brussels (conference call)"],"addressEntity":["addr-f8652daf581a83dcf3a2f41fe69787aec1951090"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-f2b941852d3b961d69ed695c2d243a1a2b4a1904","eu-tr-919588037212-80"]}} -{"id":"ec-meeting-2020-03-19-87bff60be5e5b333412a67ed28095d33b26848f2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-03-19 - Cabinet of Commissioner Thierry Breton x Netflix International B.V."],"date":["2020-03-19"],"summary":["Preserving the smooth functioning of the internet"],"notes":["Portfolio: Internal Market"],"location":["Teleconference"],"address":["Teleconference"],"addressEntity":["addr-a1b2e4eeecb1f46f3239fd2a390e2ec3f16bc2cb"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-487726915971-30","ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","ec-person-4d83416435f81b1f1e8f5c86aeebb1478577f1d2"]}} -{"id":"ec-meeting-2020-03-19-bab8fe0e292c98b4c52b5aa5cd33c14df3260481","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-03-19 - Cabinet of Executive Vice-President Frans Timmermans x Avaaz Foundation"],"date":["2020-03-19"],"summary":["Climate action in the context of the European Green Deal"],"notes":["Portfolio: European Green Deal"],"location":["Brussels, videoconference"],"address":["Brussels, videoconference"],"addressEntity":["addr-b2f1d7431248e664a9e3b79247e209b648da9565"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-475565317526-24","ec-person-f8efd5ca1c3794aa2954d6b5f54ff94f015fba20","ec-person-f1a3478550296f3f9accdc67d6ef5a0b681dda4b"]}} -{"id":"ec-meeting-2020-03-20-6720c25431d0f6bfda7281ecab735b8cc0e69e83","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-03-20 - Cabinet of Commissioner Thierry Breton x MedTech Europe Association of the European Self-Care Industry European Federation of Pharmaceutical Industries and Associations Vaccines Europe MEDICINES FOR EUROPE"],"date":["2020-03-20"],"summary":["Video call with Pharmaceutical Industrial Associations, the European Medicines Agency and the European Centre for Disease Prevention and Control, to discuss Possible shortages of medicines and medical devices for the Covid-19 outbreak"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-38526121292-88","ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","eu-tr-433743725252-26","eu-tr-48325781850-28","eu-tr-53073567234-18","eu-tr-99565011637-64"]}} -{"id":"ec-meeting-2020-03-20-69ef099d5faa223a43268cd92abe6801f6690bf7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-03-20 - Cabinet of Commissioner Thierry Breton x The Walt Disney Company Benelux BVBA"],"date":["2020-03-20"],"summary":["Preserving the smooth functioning of the internet"],"notes":["Portfolio: Internal Market"],"location":["Teleconference"],"address":["Teleconference"],"addressEntity":["addr-a1b2e4eeecb1f46f3239fd2a390e2ec3f16bc2cb"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-4d83416435f81b1f1e8f5c86aeebb1478577f1d2","ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","eu-tr-256463315409-35"]}} -{"id":"ec-meeting-2020-03-20-b574e3cbce4b9a293a9b7e9f750b8cfbaec0305b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-03-20 - Cabinet of Executive Vice-President Frans Timmermans x The European Environment and Sustainable Development Advisory Councils Network"],"date":["2020-03-20"],"summary":["The European Green Deal"],"notes":["Portfolio: European Green Deal"],"location":["Brussels (conference call)"],"address":["Brussels (conference call)"],"addressEntity":["addr-f8652daf581a83dcf3a2f41fe69787aec1951090"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-518917926125-70","ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce"]}} -{"id":"ec-meeting-2020-03-20-e1be3336d8819be544bbf10e951b7666e197ddd0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-03-20 - Cabinet of Vice-President Dubravka Šuica x METROPOLE EUROPEENNE DE LILLE"],"date":["2020-03-20"],"summary":["Conference on the Future of Europe"],"notes":["Portfolio: Democracy and Demography"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dubravka-of-president-suica-vice"],"involved":["eu-tr-700841528427-34","ec-person-026798f0d4b4567a1c4ba592351123da781ce908"]}} -{"id":"ec-meeting-2020-03-20-fbe0421f8514ab57357c2f6727cc0faa7f9c887e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-03-20 - Cabinet of Commissioner Stella Kyriakides x MedTech Europe European Federation of Pharmaceutical Industries and Associations Association of the European Self-Care Industry Vaccines Europe MEDICINES FOR EUROPE"],"date":["2020-03-20"],"summary":["Video call with Pharmaceutical Industrial Associations, the European Medicines Agency and the European Centre for Disease Prevention and Control, to discuss Possible shortages of medicines and medical devices for the Covid-19 outbreak"],"notes":["Portfolio: Health"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-kyriakides-of-stella"],"involved":["eu-tr-38526121292-88","ec-person-c7513fae2df7920eea99d7cc103a354aa4f56b6e","eu-tr-433743725252-26","eu-tr-48325781850-28","eu-tr-53073567234-18","eu-tr-99565011637-64"]}} -{"id":"ec-meeting-2020-03-21-e744719f600d7e8c67126472bf89ed4590df955c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-03-21 - Cabinet of Commissioner Janez Lenarčič x Médecins Sans Frontières International"],"date":["2020-03-21"],"summary":["Covid-19"],"notes":["Portfolio: Crisis Management"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-janez-lenarcic-of"],"involved":["eu-tr-928308827208-10","ec-person-a6cd325c80698b2331699224c780ebfb10573602"]}} -{"id":"ec-meeting-2020-03-23-1865d339d2db2c9a0b1ca210f32e318c75f431ba","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-03-23 - Cabinet of Commissioner Kadri Simson x Equinor ASA"],"date":["2020-03-23"],"summary":["Security of operations under current circumstances (covid-19), oil market developments, off-shore wind and hydrogen"],"notes":["Portfolio: Energy"],"location":["Video-conferencing"],"address":["Video-conferencing"],"addressEntity":["addr-4611e6784da5e4097c2b6fa2bc5e51eb9a0577bd"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["ec-person-3ba14eabc5fddef75d1a672cc75b5f4bddd72ee9","ec-person-1995c65b8dc7f3702a8c30ed96a0144075848837","ec-person-02dcb64edd20203955d6dad9d5c0dbc71a3d7816","eu-tr-4447605981-76"]}} -{"id":"ec-meeting-2020-03-23-46c328e0b3c3ce7a4e2d051693bb9e6bbc9dbee6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-03-23 - Cabinet of President Ursula von der Leyen x University College London"],"date":["2020-03-23"],"summary":["new EU Industrial Strategy in light of the challenges of COVID-19"],"notes":["Portfolio: President"],"location":["Brussels (video conference)"],"address":["Brussels (video conference)"],"addressEntity":["addr-1a77e12c05a39186f3ddab600c3e9e619c4822ef"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-f2b941852d3b961d69ed695c2d243a1a2b4a1904","eu-tr-122063331075-91"]}} -{"id":"ec-meeting-2020-03-23-a55fa7acef7f1c957f330be29b60984b36ac7ea1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-03-23 - Cabinet of Vice-President Věra Jourová x Disinformation Index Ltd"],"date":["2020-03-23"],"summary":["Disinformation"],"notes":["Portfolio: Values and Transparency"],"location":["videoconference"],"address":["videoconference"],"addressEntity":["addr-92b2fbb928e012810d80d9ef1abe12027beee200"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["eu-tr-584700737325-09","ec-person-fb258e0188a5319bfaba3161382db43f5a85851f"]}} -{"id":"ec-meeting-2020-03-23-e6db42c5a12385b1f506faa7e2ad7c8c74ec6038","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-03-23 - Cabinet of Commissioner Janez Lenarčič x European Federation of Public Service Unions"],"date":["2020-03-23"],"summary":["Covid-19"],"notes":["Portfolio: Crisis Management"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-janez-lenarcic-of"],"involved":["eu-tr-04902121531-04","ec-person-a6cd325c80698b2331699224c780ebfb10573602"]}} -{"id":"ec-meeting-2020-03-24-6283958b4b4a7756c43dff1fff2eb0a3ff32a1dd","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2020-03-24 - Communications Networks, Content and Technology x Vodafone Belgium SA"],"date":["2020-03-24"],"summary":["Big Data & AI supporting in COVID situation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-90142503473-81","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2020-03-24-878f1cdd9d40c540ab606c43646d9d97fe244c09","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-03-24 - Cabinet of Executive Vice-President Frans Timmermans x Rud Pedersen Public Affairs Brussels"],"date":["2020-03-24"],"summary":["The European Green Deal"],"notes":["Portfolio: European Green Deal"],"location":["Brussels (video conference)"],"address":["Brussels (video conference)"],"addressEntity":["addr-1a77e12c05a39186f3ddab600c3e9e619c4822ef"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-165838227131-07","ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce"]}} -{"id":"ec-meeting-2020-03-24-983c386d12d1c6d208f682d2b227947ae06596f8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-03-24 - Cabinet of Executive Vice-President Frans Timmermans x EPIA SolarPower Europe"],"date":["2020-03-24"],"summary":["The Europoean Green Deal"],"notes":["Portfolio: European Green Deal"],"location":["Brussels (conference call)"],"address":["Brussels (conference call)"],"addressEntity":["addr-f8652daf581a83dcf3a2f41fe69787aec1951090"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-2680046412-48","ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce"]}} -{"id":"ec-meeting-2020-03-24-9e77d1630a5c4fa6e351794cdaa3014cf011d5f6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-03-24 - Cabinet of Commissioner Janez Lenarčič x CARE International Aisbl"],"date":["2020-03-24"],"summary":["Humanitarian crises and nexus"],"notes":["Portfolio: Crisis Management"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-janez-lenarcic-of"],"involved":["ec-person-a6cd325c80698b2331699224c780ebfb10573602","eu-tr-90237823189-97"]}} -{"id":"ec-meeting-2020-03-25-133ffb6e6fb50acb3db9e3211e6014fd6f079698","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-03-25 - Cabinet of President Ursula von der Leyen x ResMed Bayerische Motoren Werke Aktiengesellschaft SAFRAN Medtronic Saab AB Airbus Leonardo S.p.A. FUNDACIÓN CLUSTER DE EMPRESAS DE AUTOMOCIÓN DE GALICIA Mercedes-Benz Group AG General Electric Company MONDRAGON CORPORACION COOPERATIVA S. COOP thyssenkrupp Steel Europe AG Koninklijke Philips Vyaire Medical Smiths Group plc Siemens AG"],"date":["2020-03-25"],"summary":["Videoconference with CEOs on COVID-19"],"notes":["Portfolio: President"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["eu-tr-02550382403-01","eu-tr-209143033529-94","eu-tr-2349218828-41","eu-tr-764184537594-67","eu-tr-30523216596-22","ec-person-a2ac27c3a7aa93937efc47169c1dc2264a822175","eu-tr-456211534646-58","eu-tr-2732167674-76","eu-tr-035366013790-68","eu-tr-7193977808-18","eu-tr-163610437860-21","eu-tr-4016736872-59","eu-tr-86477889163-49","eu-tr-4266797770-31","eu-tr-326347337793-89","eu-tr-562275414876-82","eu-tr-362596037769-34"]}} -{"id":"ec-meeting-2020-03-25-3412a6c400935177153c940da51a71304daf5709","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-03-25 - Directorate-General for International Partnerships x European Development Finance Institutions"],"date":["2020-03-25"],"summary":["The role of European development financial institutions in mobilising private capital towards devp policy priorities, need for stronger complementarity on policy/regulatory reforms. EDFI MC eligibility for pillar assessment, EDFI guarantee programmes"],"location":["VTC"],"address":["VTC"],"addressEntity":["addr-9d1acaa772820b8ade84113d2da24716fe455be2"],"organizer":["ec-dg-intpa"],"involved":["eu-tr-410540760-32","ec-person-afe6f55069d2cc5483157e138e41abd63140fdd8"]}} -{"id":"ec-meeting-2020-03-25-4308c56612094dd64104b7eee04e69237b638cfe","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-03-25 - Cabinet of Executive Vice-President Frans Timmermans x International Road Transport Union Permanent Delegation to the EU"],"date":["2020-03-25"],"summary":["Discussion on freight transport and COVID-19 crisis"],"notes":["Portfolio: European Green Deal"],"location":["Brussels (conference call)"],"address":["Brussels (conference call)"],"addressEntity":["addr-f8652daf581a83dcf3a2f41fe69787aec1951090"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-41802525291-86","ec-person-d56ecbfde17436a136fc89c9a978b266e8285c84"]}} -{"id":"ec-meeting-2020-03-25-52e0a94a8210f3046be05398829f4396236d738c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-03-25 - Cabinet of Executive Vice-President Margrethe Vestager x BVI Bundesverband Investment und Asset Management e.V."],"date":["2020-03-25"],"summary":["To discuss the cost of market data"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-96816064173-47","ec-person-bb1f295d8be3d10004d7e5fd7c24248a21215775","ec-person-7f4ed7789b52b8daf8b637232a16c6d3120c5e37"]}} -{"id":"ec-meeting-2020-03-25-677f5b9208f99e2ed3e78fd736abc18a8d738bc2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-03-25 - Trade x EuroCommerce"],"date":["2020-03-25"],"summary":["EU Trade Policy, retail & wholesale sector in trade policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-trade"],"involved":["ec-person-2045c2589da3988908fcfe731e8224e7e06a7c63","eu-tr-84973761187-60"]}} -{"id":"ec-meeting-2020-03-25-81f4ec860236e3f1fe434baa0872c2f72143e3d5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-03-25 - Cabinet of Executive Vice-President Frans Timmermans x Association des Constructeurs Européens d'Automobiles"],"date":["2020-03-25"],"summary":["Discussion on economic situation in automotive"],"notes":["Portfolio: European Green Deal"],"location":["Brussels (conference call)"],"address":["Brussels (conference call)"],"addressEntity":["addr-f8652daf581a83dcf3a2f41fe69787aec1951090"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-d56ecbfde17436a136fc89c9a978b266e8285c84","eu-tr-0649790813-47"]}} -{"id":"ec-meeting-2020-03-25-8e3ab8536ca3a50d9d04407cb4dae5ec795db24b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-03-25 - Financial Stability, Financial Services and Capital Markets Union x Ernst & Young Core Business Services BV"],"date":["2020-03-25"],"summary":["EY on financial services reactions to COVID-19, Reactions to ECB measures to prop up banks, Sovereign access and affordability"],"location":["Virtual meeting"],"address":["Virtual meeting"],"addressEntity":["addr-1f1f3f51a4da31a1ea5c1b4b21cbf52ad983224f"],"organizer":["ec-dg-fisma"],"involved":["ec-person-1fce211249673c35ee07a801ddee77ab24af8d54","eu-tr-04458109373-91"]}} -{"id":"ec-meeting-2020-03-25-a5391d01028bde543d7030cc5b5f0b781c957267","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-03-25 - Cabinet of Vice-President Dubravka Šuica x Active Assisted Living Programme"],"date":["2020-03-25"],"summary":["Commission work on demography, including the Green Paper on Ageing and the Long-term vision on rural areas -\tWork of AAL, in particular regarding projects on social inclusion and health care, assistance of elderly in remote areas, cooperation with Member States and regions in this area"],"notes":["Portfolio: Democracy and Demography"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dubravka-of-president-suica-vice"],"involved":["ec-person-bae2f44eb21285b37ecc9c7f2f42b4acb1f53264","eu-tr-009845436772-88"]}} -{"id":"ec-meeting-2020-03-25-a7170251fdd1bc824219db2dd2dbe751e8fef243","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-03-25 - Cabinet of Commissioner Janez Lenarčič x Norwegian Refugee Council Europe"],"date":["2020-03-25"],"summary":["Humanitarian aspects of Covid-19"],"notes":["Portfolio: Crisis Management"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-janez-lenarcic-of"],"involved":["eu-tr-750447615329-96","ec-person-a6cd325c80698b2331699224c780ebfb10573602"]}} -{"id":"ec-meeting-2020-03-25-b8026cb607406fa938db9b7094c43d2ed998e3fc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-03-25 - Cabinet of Executive Vice-President Frans Timmermans x Indigo Agriculture Europe GmbH"],"date":["2020-03-25"],"summary":["The Green Deal"],"notes":["Portfolio: European Green Deal"],"location":["Brussels (video conference)"],"address":["Brussels (video conference)"],"addressEntity":["addr-1a77e12c05a39186f3ddab600c3e9e619c4822ef"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-931771937156-36","ec-person-8af3c81534786a740718d21dc58240738a53ed7b","ec-person-33624431cbec1074e151c1707715ef46d2ba9565"]}} -{"id":"ec-meeting-2020-03-25-b8ec49b2e7b0b69a3a2ff5cf1f3a45c2f6300258","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-03-25 - Cabinet of Executive Vice-President Frans Timmermans x SUEZ Group"],"date":["2020-03-25"],"summary":["EU Green Deal, crisis recovery and circular economy"],"notes":["Portfolio: European Green Deal"],"location":["phone call"],"address":["phone call"],"addressEntity":["addr-2a45506f8aee562723b51f2ec58dc9c908e181c6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-27799842497-69","ec-person-8af3c81534786a740718d21dc58240738a53ed7b"]}} -{"id":"ec-meeting-2020-03-25-d60adcce5c3aa5d139436063aed94c7978e3eb62","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-03-25 - Cabinet of President Ursula von der Leyen x Verband deutscher Pfandbriefbanken e.V."],"date":["2020-03-25"],"summary":["Implementation of Basel 3"],"notes":["Portfolio: President"],"location":["Brussels - Belgium"],"address":["Brussels - Belgium"],"addressEntity":["addr-85d514873c3b55c68206168e47e9d4fc69799cc8"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["eu-tr-60762921532-05","ec-person-a159f03add374257584565c2b05cc5539a7526e6"]}} -{"id":"ec-meeting-2020-03-25-eb27e90b14c0251485cad41a5b6f72ec80addf42","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-03-25 - Cabinet of Executive Vice-President Frans Timmermans x The Club of Rome"],"date":["2020-03-25"],"summary":["EU Green Deal and crisis recovery"],"notes":["Portfolio: European Green Deal"],"location":["phone call"],"address":["phone call"],"addressEntity":["addr-2a45506f8aee562723b51f2ec58dc9c908e181c6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-806327336072-56","ec-person-8af3c81534786a740718d21dc58240738a53ed7b"]}} -{"id":"ec-meeting-2020-03-25-fdc1b83302f1ed7d33099c06be72263ce1b7fe64","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-03-25 - Cabinet of Commissioner Thierry Breton x ResMed FUNDACIÓN CLUSTER DE EMPRESAS DE AUTOMOCIÓN DE GALICIA Medtronic Vyaire Medical General Electric Company thyssenkrupp Steel Europe AG Airbus Bayerische Motoren Werke Aktiengesellschaft Mercedes-Benz Group AG Leonardo S.p.A. MONDRAGON CORPORACION COOPERATIVA S. COOP Koninklijke Philips Smiths Group plc Siemens AG Saab AB SAFRAN"],"date":["2020-03-25"],"summary":["Videoconference with CEOs on COVID-19"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-02550382403-01","eu-tr-209143033529-94","eu-tr-2349218828-41","eu-tr-764184537594-67","eu-tr-30523216596-22","eu-tr-456211534646-58","ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","eu-tr-2732167674-76","eu-tr-035366013790-68","eu-tr-163610437860-21","eu-tr-7193977808-18","eu-tr-4016736872-59","eu-tr-86477889163-49","eu-tr-4266797770-31","eu-tr-326347337793-89","eu-tr-562275414876-82","eu-tr-362596037769-34"]}} -{"id":"ec-meeting-2020-03-26-007384b2ee90c2f601d4aad240879144d93e6106","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-03-26 - Cabinet of Commissioner Jutta Urpilainen x WWF European Policy Programme ACT Alliance Advocacy to the European Union OXFAM INTERNATIONAL EU ADVOCACY OFFICE Conservation International Europe World Vision Brussels & EU Representation ivzw/aisbl ActionAid Fern Climate Action Network Europe International Fund for Animal Welfare CARE International Aisbl"],"date":["2020-03-26"],"summary":["international dimension of the European Green Deal"],"notes":["Portfolio: International Partnerships"],"location":["Conference call"],"address":["Conference call"],"addressEntity":["addr-28ba88479582b2f75898964548da4252dc7db7d2"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["eu-tr-46856801604-90","eu-tr-22644632329-52","eu-tr-70299514465-38","eu-tr-1414929419-24","eu-tr-55888811123-49","eu-tr-40538475090-82","eu-tr-85103504511-82","eu-tr-5189768701-12","ec-person-e29b72fe81d25796214b1c5915c52a124f06cd9d","eu-tr-64689102746-48","eu-tr-90237823189-97"]}} -{"id":"ec-meeting-2020-03-26-05b52d673a635fe2c646ca2ec1d814d15ac17123","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-03-26 - Cabinet of Commissioner Didier Reynders x Car-Pass asbl"],"date":["2020-03-26"],"summary":["Presentation Car-Pass, odometer fraud and consumer protection"],"notes":["Portfolio: Justice"],"location":["video and audio conferencing"],"address":["video and audio conferencing"],"addressEntity":["addr-ffb131ca5715900fdc979d50b1867b8fb8ab0af7"],"organizer":["ec-cabinet-commissioner-didier-of-reynders"],"involved":["eu-tr-881206216436-91","ec-person-4cd0043747c40cfeaced5e4c68e43372cdb8dac9"]}} -{"id":"ec-meeting-2020-03-26-08189d82439f2f5b25d391361dc4750fe0186019","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-03-26 - Cabinet of Executive Vice-President Frans Timmermans x Third Generation Environmentalism Ltd"],"date":["2020-03-26"],"summary":["TEN-E review"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - video conference"],"address":["Brussels - video conference"],"addressEntity":["addr-d7df553e47e69d1cc9f4189b36b7c867f80459b0"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-a282162080cef4ef2a8c0ab6247a3e03dc438507","eu-tr-07783117686-61","ec-person-d53e00c46a4cc62bbf533e0c9bb35bacb9121989"]}} -{"id":"ec-meeting-2020-03-26-1b1ed474ddf1288819ffe4f9afe22abbdee408bc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-03-26 - Cabinet of Commissioner Janusz Wojciechowski x Deutscher Bauernverband"],"date":["2020-03-26"],"summary":["F2F | sustainable food labelling framework"],"notes":["Portfolio: Agriculture"],"location":["videoconference"],"address":["videoconference"],"addressEntity":["addr-92b2fbb928e012810d80d9ef1abe12027beee200"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["ec-person-90b64673ee7f4c1dae185fbd64b45f5c45f2b66d","eu-tr-73085531345-65"]}} -{"id":"ec-meeting-2020-03-26-23bc5a42d270f02231d62c0a302fb50f32744f03","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-03-26 - Cabinet of Executive Vice-President Frans Timmermans x Global Green Growth Institute"],"date":["2020-03-26"],"summary":["Collaboration between EU and GGGI"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - Teleconference"],"address":["Brussels - Teleconference"],"addressEntity":["addr-a4bef6d6638024ee0e2e8d59bfceb4087053b000"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-7c876f4825f213b8adbedf089ccedfbc3b36d65b","eu-tr-334032526284-71"]}} -{"id":"ec-meeting-2020-03-26-253be0d079df0e0707bf6412ad48e817772f030f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-03-26 - Cabinet of Executive Vice-President Margrethe Vestager x Banco Santander, S.A."],"date":["2020-03-26"],"summary":["To discuss digitalisation and competition"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-799142914971-03","ec-person-11d97788772862bb34f51dd26d7f92603eac1bf8"]}} -{"id":"ec-meeting-2020-03-26-37b2fd7439750ee7632d310a0f126cd2e4c988d2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-03-26 - Cabinet of Commissioner Adina Vălean x Deutsche Bahn AG"],"date":["2020-03-26"],"summary":["Rail"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["eu-tr-4516220482-22","ec-person-cc0354fbf386eb83f57c00ad5240f1dddeeabab4"]}} -{"id":"ec-meeting-2020-03-26-46cefff99c7ac27b054bd59d1515e5213845bb5b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-03-26 - Cabinet of Commissioner Thierry Breton x Association des Constructeurs Européens d'Automobiles European Association Automotive Suppliers"],"date":["2020-03-26"],"summary":["COVID 19 & impact on automotive industry"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-9cf97e549f67c3228d1478a3a67d652eb28c5b46","ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","eu-tr-91408765797-03","eu-tr-0649790813-47"]}} -{"id":"ec-meeting-2020-03-26-611198f4278359731479e3bbf73150478fb17113","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-03-26 - Cabinet of Vice-President Věra Jourová x Allied for Startups asbl"],"date":["2020-03-26"],"summary":["Artificial intelligence"],"notes":["Portfolio: Values and Transparency"],"location":["videoconference"],"address":["videoconference"],"addressEntity":["addr-92b2fbb928e012810d80d9ef1abe12027beee200"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["eu-tr-634665118544-37","ec-person-aa83f35da599b82e4f15da018f4b3447eb648f7c","ec-person-fb258e0188a5319bfaba3161382db43f5a85851f"]}} -{"id":"ec-meeting-2020-03-26-6914e02aeea14ea891a909b7bb9764021d53c258","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-03-26 - Financial Stability, Financial Services and Capital Markets Union x Deutsche Börse AG"],"date":["2020-03-26"],"summary":["Developments in clearing markets, Coronavirus crisis and the impact on financial markets"],"location":["Virtual meeting"],"address":["Virtual meeting"],"addressEntity":["addr-1f1f3f51a4da31a1ea5c1b4b21cbf52ad983224f"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-20884001341-42","ec-person-1fce211249673c35ee07a801ddee77ab24af8d54"]}} -{"id":"ec-meeting-2020-03-26-7e115fb0186f9ed767b050f717f3aca0f6ad01a1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-03-26 - Cabinet of Commissioner Thierry Breton x European Round Table for Industry"],"date":["2020-03-26"],"summary":["COVID-19 & impact on industry"],"notes":["Portfolio: Internal Market"],"location":["Teleconference"],"address":["Teleconference"],"addressEntity":["addr-a1b2e4eeecb1f46f3239fd2a390e2ec3f16bc2cb"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","eu-tr-25487567824-45","ec-person-b077a2e9f0fdb3b8f6e91d0bd0b256db9e40ce46"]}} -{"id":"ec-meeting-2020-03-26-86408f577337c73cce92bfa522f849e5c2a9fa91","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-03-26 - Cabinet of Vice-President Věra Jourová x Seznam.cz, a.s."],"date":["2020-03-26"],"summary":["Disinformation, Fake news, Artificial intelligence"],"notes":["Portfolio: Values and Transparency"],"location":["videoconference"],"address":["videoconference"],"addressEntity":["addr-92b2fbb928e012810d80d9ef1abe12027beee200"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["ec-person-aa83f35da599b82e4f15da018f4b3447eb648f7c","eu-tr-202560512850-84","ec-person-fb258e0188a5319bfaba3161382db43f5a85851f"]}} -{"id":"ec-meeting-2020-03-26-955d410b73fa4fa43e9e16490943dacdc1757709","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-03-26 - Cabinet of Commissioner Phil Hogan x Flint Europe"],"date":["2020-03-26"],"summary":["Trade issues"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-d4e0ed779d9afad22ebc402fe3db519e121e437c","eu-tr-718251720163-42"]}} -{"id":"ec-meeting-2020-03-26-a4d1375b78207ac9cb09ed23ac5631a983795e4d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-03-26 - Cabinet of Executive Vice-President Margrethe Vestager x Palo Alto Networks Inc."],"date":["2020-03-26"],"summary":["To discuss NIS Directive /security requirements for the deployment of 5G technology."],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-263314723145-29","ec-person-8b6db5c3c4611618ade59c6d0dadc21c962f0ee7"]}} -{"id":"ec-meeting-2020-03-26-f52e97cea50ec549978ef8116000f2c36f7ad8f1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-03-26 - Cabinet of Commissioner Paolo Gentiloni x Banco Santander, S.A."],"date":["2020-03-26"],"summary":["Economic impact of COVID-19"],"notes":["Portfolio: Economy"],"location":["Conference-call"],"address":["Conference-call"],"addressEntity":["addr-53973e913171094a9a8f564c2136e7c81da742ab"],"organizer":["ec-cabinet-commissioner-gentiloni-of-paolo"],"involved":["ec-person-088d26d74d1898338fbf1c86e139bd6d3b870dbc","eu-tr-799142914971-03"]}} -{"id":"ec-meeting-2020-03-27-1243893b2da51101717168ac3260482a22f379fb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-03-27 - Cabinet of President Ursula von der Leyen x Bill & Melinda Gates Foundation"],"date":["2020-03-27"],"summary":["COVID-19"],"notes":["Portfolio: President"],"location":["Brussels (by video conference)"],"address":["Brussels (by video conference)"],"addressEntity":["addr-3ed77ac534da4cda225106ed14d58672bda0412f"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-f2b941852d3b961d69ed695c2d243a1a2b4a1904","eu-tr-371567915480-41"]}} -{"id":"ec-meeting-2020-03-27-1b8835f7855400c42b848f853df6cb01498f8f1f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-03-27 - Cabinet of Executive Vice-President Frans Timmermans x Forum Atomique Européen"],"date":["2020-03-27"],"summary":["Nuclear energy in Europe"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - video conference"],"address":["Brussels - video conference"],"addressEntity":["addr-d7df553e47e69d1cc9f4189b36b7c867f80459b0"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-d53e00c46a4cc62bbf533e0c9bb35bacb9121989","eu-tr-42433582-82"]}} -{"id":"ec-meeting-2020-03-27-55ba121788a11300a7be1da52408ebc3dc424631","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-03-27 - Cabinet of Commissioner Thierry Breton x None"],"date":["2020-03-27"],"summary":["Video call with Pharmaceutical Industrial Associations and the European Medicines Agency to discuss Possible shortages of medicines and medical devices for the Covid-19 outbreak"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-38526121292-88","ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","eu-tr-05366537746-69","eu-tr-433743725252-26","eu-tr-48325781850-28","eu-tr-53073567234-18","eu-tr-99565011637-64"]}} -{"id":"ec-meeting-2020-03-27-6283958b4b4a7756c43dff1fff2eb0a3ff32a1dd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-03-27 - Communications Networks, Content and Technology x Vodafone Belgium SA"],"date":["2020-03-27"],"summary":["Big Data & AI"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-90142503473-81","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2020-03-27-76cc8e055b4e607f3da82f2ea0e5cbb9450b138a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-03-27 - Cabinet of Commissioner Mariya Gabriel x The European House - Ambrosetti"],"date":["2020-03-27"],"summary":["Possible EU participation at the AMBROSETTI ANNUAL FORUM"],"notes":["Portfolio: Innovation and Youth"],"location":["video conference"],"address":["video conference"],"addressEntity":["addr-6dc12e3c97077db82f32184f24341ce370a445fd"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-625244214975-24","ec-person-f44fd5a4e1aee7b5ec7988261aaa129844edaa4a"]}} -{"id":"ec-meeting-2020-03-27-a613a5bf97eb5931fc1d26ba2915f99bf99f920f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-03-27 - Cabinet of Commissioner Stella Kyriakides x None"],"date":["2020-03-27"],"summary":["Video call with Pharmaceutical Industrial Associations and the European Medicines Agency to discuss Possible shortages of medicines and medical devices for the Covid-19 outbreak"],"notes":["Portfolio: Health"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-kyriakides-of-stella"],"involved":["eu-tr-38526121292-88","eu-tr-05366537746-69","ec-person-c7513fae2df7920eea99d7cc103a354aa4f56b6e","eu-tr-433743725252-26","eu-tr-48325781850-28","eu-tr-53073567234-18","eu-tr-99565011637-64"]}} -{"id":"ec-meeting-2020-03-27-baa7d905278d342a1cc84fbcf452a95fc85a9d3e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-03-27 - Financial Stability, Financial Services and Capital Markets Union x UniCredit"],"date":["2020-03-27"],"summary":["COVID-19 situation and the impact on financial markets"],"location":["Virtual meeting"],"address":["Virtual meeting"],"addressEntity":["addr-1f1f3f51a4da31a1ea5c1b4b21cbf52ad983224f"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-03094871618-32","ec-person-1fce211249673c35ee07a801ddee77ab24af8d54"]}} -{"id":"ec-meeting-2020-03-27-c5d39dbaf89ffa67c5b7dc3b62de8f51820321db","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-03-27 - Cabinet of Vice-President Věra Jourová x Mozilla Corporation Meta Platforms Ireland Limited and its various subsidiaries (f/k/a Facebook Ireland Limited) LinkedIn Ireland DOT Europe Twitter International Unlimited Company Google Microsoft Corporation"],"date":["2020-03-27"],"summary":["Disinformation/COVID-19"],"notes":["Portfolio: Values and Transparency"],"location":["videoconference"],"address":["videoconference"],"addressEntity":["addr-92b2fbb928e012810d80d9ef1abe12027beee200"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["ec-person-221276f2dfa4b8fe628f08e982d967b6aeb61c57","ec-person-eb96be0a510a5e7f122fa88f994b99f073b5dac4","ec-person-aa83f35da599b82e4f15da018f4b3447eb648f7c","eu-tr-394491614001-72","eu-tr-53905947933-43","eu-tr-430008722431-29","eu-tr-174457719063-67","ec-person-4b44772b82b4594362a2180f88752785a6516a22","ec-person-76793b3bad1c7471121c510a962aae356d19c30b","ec-person-fb258e0188a5319bfaba3161382db43f5a85851f","ec-person-74c07660dcbc6dc9993b34462cf2a1fec35925ea","ec-person-bf54da17217bbddfd9c68fe24d88005ac17e2c4b","eu-tr-03181945560-59","ec-person-28fecf6c4f04b3a2af1d74c742e147920ab849c5","eu-tr-0801162959-21","eu-tr-28666427835-74"]}} -{"id":"ec-meeting-2020-03-27-e55f306b784c7c2ae681f60106aae8cea9684aad","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-03-27 - Cabinet of Vice-President Věra Jourová x European Federation of Journalists"],"date":["2020-03-27"],"summary":["Media freedom/COVID-19"],"notes":["Portfolio: Values and Transparency"],"location":["videoconference"],"address":["videoconference"],"addressEntity":["addr-92b2fbb928e012810d80d9ef1abe12027beee200"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["ec-person-aa83f35da599b82e4f15da018f4b3447eb648f7c","ec-person-bf54da17217bbddfd9c68fe24d88005ac17e2c4b","ec-person-76793b3bad1c7471121c510a962aae356d19c30b","eu-tr-27471236588-39"]}} -{"id":"ec-meeting-2020-03-27-e744719f600d7e8c67126472bf89ed4590df955c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-03-27 - Cabinet of Commissioner Janez Lenarčič x Médecins Sans Frontières International"],"date":["2020-03-27"],"summary":["Covid-19"],"notes":["Portfolio: Crisis Management"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-janez-lenarcic-of"],"involved":["eu-tr-928308827208-10","ec-person-a6cd325c80698b2331699224c780ebfb10573602"]}} -{"id":"ec-meeting-2020-03-30-1ff4d94b20b5ee2adb2f933b00450dab5658f0ba","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2020-03-30 - Cabinet of Commissioner Janusz Wojciechowski x European farmers European agri-cooperatives"],"date":["2020-03-30"],"summary":["To exchange views on the consequences of African Swine Fever in the European market, and the possible measures and solutions to avoid any major disruption.","Pour présenter les différentes actions nécessaires pour améliorer la situation de marché alarmante du miel dans l’UE."],"notes":["Portfolio: Agriculture"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["ec-person-90b64673ee7f4c1dae185fbd64b45f5c45f2b66d","eu-tr-09586631237-74","eu-tr-44856881231-49"]}} -{"id":"ec-meeting-2020-03-30-653c47abb13ff5717aab9e9bf9bcb510342adeed","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-03-30 - Cabinet of Commissioner Janusz Wojciechowski x CropLife Europe"],"date":["2020-03-30"],"summary":["To discuss the upcoming Farm to Fork Strategy."],"notes":["Portfolio: Agriculture"],"location":["video conference"],"address":["video conference"],"addressEntity":["addr-6dc12e3c97077db82f32184f24341ce370a445fd"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["eu-tr-0711626572-26","ec-person-90b64673ee7f4c1dae185fbd64b45f5c45f2b66d"]}} -{"id":"ec-meeting-2020-03-30-7cc32384fa92198467dcc6f7e381a15f27fb5e06","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-03-30 - Directorate-General for International Partnerships x 3E"],"date":["2020-03-30"],"summary":["Commission’s new Africa Strategy, links with the Green Deal, ongoing work in Sub-Saharan Africa and MENA region, potential of green hydrogen production in Sub-Saharan Africa and MENA region"],"location":["VTC"],"address":["VTC"],"addressEntity":["addr-9d1acaa772820b8ade84113d2da24716fe455be2"],"organizer":["ec-dg-intpa"],"involved":["eu-tr-835021737805-19","ec-person-afe6f55069d2cc5483157e138e41abd63140fdd8"]}} -{"id":"ec-meeting-2020-03-30-98caf57de5b846d972986abe52f9ead953cf6698","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-03-30 - Cabinet of Commissioner Janusz Wojciechowski x KDC Conseil SPRL TEREOS"],"date":["2020-03-30"],"summary":["EU bioethanol policy"],"notes":["Portfolio: Agriculture"],"location":["videophonecall"],"address":["videophonecall"],"addressEntity":["addr-d9dcae318061a5e9d022a1a1fcfc6c8b270854e7"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["eu-tr-898914810908-76","ec-person-cafe030b6dad78a75143f7552c420481b30ebceb","eu-tr-926598817431-34"]}} -{"id":"ec-meeting-2020-03-30-9db26828f0dc45263b6724e773742bea63d6fdd5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-03-30 - Cabinet of Executive Vice-President Frans Timmermans x European Association of Long-Term Investors"],"date":["2020-03-30"],"summary":["European Green Deal"],"notes":["Portfolio: European Green Deal"],"location":["Brussels (video conference)"],"address":["Brussels (video conference)"],"addressEntity":["addr-1a77e12c05a39186f3ddab600c3e9e619c4822ef"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce","eu-tr-977980112556-82"]}} -{"id":"ec-meeting-2020-03-31-3092ba86b6ccb90487ab5a82907679eec99de7fd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-03-31 - Cabinet of Vice-President Maroš Šefčovič x Northvolt"],"date":["2020-03-31"],"summary":["Battery regulation - Sustainable Batteries"],"notes":["Portfolio: Interinstitutional Relations and Foresight"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-278373226442-94","ec-person-442becb1e681f03d9df1dc59e73ecf1336c48402"]}} -{"id":"ec-meeting-2020-03-31-4709bdb803f15246e3a4a4665c9c8569457d9dc5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-03-31 - Cabinet of Executive Vice-President Frans Timmermans x European Metropolitan Transport Authorities POLIS"],"date":["2020-03-31"],"summary":["Clean Public Transport"],"notes":["Portfolio: European Green Deal"],"location":["Brussels (conference call)"],"address":["Brussels (conference call)"],"addressEntity":["addr-f8652daf581a83dcf3a2f41fe69787aec1951090"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-313159817602-20","ec-person-d56ecbfde17436a136fc89c9a978b266e8285c84","eu-tr-27284005223-47"]}} -{"id":"ec-meeting-2020-03-31-4d5df7620b3cd76ef123d7aba7f93a33eac56ad5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-03-31 - Cabinet of Commissioner Thierry Breton x Fédération Internationale de Motocyclisme Association des Constructeurs Européens de Motocycles"],"date":["2020-03-31"],"summary":["COVID 19 & Motorcycle Industry"],"notes":["Portfolio: Internal Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-e18e6e300776f5f47ca4c72c1ba1b0d0eb1e71fe","ec-person-9cf97e549f67c3228d1478a3a67d652eb28c5b46","eu-tr-275954910173-88","eu-tr-02480451230-88"]}} -{"id":"ec-meeting-2020-03-31-7fbf33b6ab6b0bf0a2baadde0fdd09fb87725e00","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-03-31 - Cabinet of President Ursula von der Leyen x Association des Constructeurs Européens d'Automobiles European Association Automotive Suppliers"],"date":["2020-03-31"],"summary":["COVID-19 and challenges of restoring production (disrupted supply chains, differentiated de-confinement policies, demand stimulation, etc)"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-7019713e72781afb1f3b19032c4752a314b78180","eu-tr-91408765797-03","eu-tr-0649790813-47"]}} -{"id":"ec-meeting-2020-03-31-98b9de9fd0a19a29fc9398bd9016befc067b797c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-03-31 - Financial Stability, Financial Services and Capital Markets Union x BNP PARIBAS"],"date":["2020-03-31"],"summary":["New prudential rules and the impact on the current economic environment"],"location":["Virtual meeting"],"address":["Virtual meeting"],"addressEntity":["addr-1f1f3f51a4da31a1ea5c1b4b21cbf52ad983224f"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-78787381113-69","ec-person-1fce211249673c35ee07a801ddee77ab24af8d54"]}} -{"id":"ec-meeting-2020-03-31-bdbd7c99bb54a024441475f6e25682da61d8331e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-03-31 - Financial Stability, Financial Services and Capital Markets Union x Avisa Partners"],"date":["2020-03-31"],"summary":["Single market provisions"],"location":["Virtual meeting"],"address":["Virtual meeting"],"addressEntity":["addr-1f1f3f51a4da31a1ea5c1b4b21cbf52ad983224f"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-54210841652-13","ec-person-1fce211249673c35ee07a801ddee77ab24af8d54"]}} -{"id":"ec-meeting-2020-03-31-df6c467cb41442d7c21590503f4400980944e297","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-03-31 - Financial Stability, Financial Services and Capital Markets Union x UK Finance Limited"],"date":["2020-03-31"],"summary":["EU - UK relations"],"location":["Virtual meeting"],"address":["Virtual meeting"],"addressEntity":["addr-1f1f3f51a4da31a1ea5c1b4b21cbf52ad983224f"],"organizer":["ec-dg-fisma"],"involved":["ec-person-1fce211249673c35ee07a801ddee77ab24af8d54","eu-tr-537082732275-03"]}} -{"id":"ec-meeting-2020-03-31-e0bea8e1e35ece65de5a2734945916327766a3df","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-03-31 - Cabinet of Commissioner Phil Hogan x WindEurope"],"date":["2020-03-31"],"summary":["The role of wind energy needed to realise climate neutrality by 2050 and the importance of trade to the future of the wind energy industry"],"location":["Brussels (skype)"],"address":["Brussels (skype)"],"addressEntity":["addr-ce219a369ced66247f17dfa488733a8aca175223"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-19920706471-21","ec-person-c9d17d5879383b030f61a4066848249fb35d57e4"]}} -{"id":"ec-meeting-2020-03-31-e81f0efa7a9365dceb36ee2773280ab6b78662b4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-03-31 - Trade x Centre for European Reform"],"date":["2020-03-31"],"summary":["EU's trade policy fit in the 21st century"],"location":["Brussels (webinar)"],"address":["Brussels (webinar)"],"addressEntity":["addr-e3361ece307640a0a9cfc05c50ebbd7b9a4adb6d"],"organizer":["ec-dg-trade"],"involved":["ec-person-2045c2589da3988908fcfe731e8224e7e06a7c63","eu-tr-524976815651-12"]}} -{"id":"ec-meeting-2020-04-01-27d066a5f40275c0db030d5fd81613ca1c2d0b7c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-01 - Financial Stability, Financial Services and Capital Markets Union x London Stock Exchange Group"],"date":["2020-04-01"],"summary":["COVID-19 situation and the impact on financial markets"],"location":["Virtual meeting"],"address":["Virtual meeting"],"addressEntity":["addr-1f1f3f51a4da31a1ea5c1b4b21cbf52ad983224f"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-550494915045-08","ec-person-1fce211249673c35ee07a801ddee77ab24af8d54"]}} -{"id":"ec-meeting-2020-04-01-34024144c38753d49c7cc1563b73980af19186c9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-01 - Cabinet of Commissioner Thierry Breton x Leonardo S.p.A. MBDA ASD-Eurospace DASSAULT AVIATION Indra SAFRAN HENSOLDT AG Airbus"],"date":["2020-04-01"],"summary":["COVID-19 & impact on the Aeronautic (civil and defence) industry"],"notes":["Portfolio: Internal Market"],"location":["Teleconference"],"address":["Teleconference"],"addressEntity":["addr-a1b2e4eeecb1f46f3239fd2a390e2ec3f16bc2cb"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-873508417106-05","eu-tr-02550382403-01","eu-tr-764184537594-67","eu-tr-208351410839-33","eu-tr-829019131787-70","ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","eu-tr-2732167674-76","eu-tr-87688971079-66","eu-tr-264527121382-71","ec-person-b077a2e9f0fdb3b8f6e91d0bd0b256db9e40ce46"]}} -{"id":"ec-meeting-2020-04-01-3e35451f92dedb1292b44402e33ac7691ba96e95","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-01 - Cabinet of Commissioner Janusz Wojciechowski x Euro Foie Gras Aliénor"],"date":["2020-04-01"],"summary":["To present the European foie gras sector and to discuss European issues, in particular marketing standards for poultry."],"notes":["Portfolio: Agriculture"],"location":["videoconference"],"address":["videoconference"],"addressEntity":["addr-92b2fbb928e012810d80d9ef1abe12027beee200"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["eu-tr-617506516010-41","eu-tr-204793610436-15","ec-person-90b64673ee7f4c1dae185fbd64b45f5c45f2b66d"]}} -{"id":"ec-meeting-2020-04-01-50fa5ff396e6793211ae1e5bc77d51e52bb24874","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-01 - Cabinet of Commissioner Nicolas Schmit x EUROPEAN TRADE UNION CONFEDERATION"],"date":["2020-04-01"],"summary":["Videoconference meeting on the role of social partners in crisis response."],"notes":["Portfolio: Jobs and Social Rights"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-8eb18b6102d444937bc6af5822a6742812165b48","ec-person-4cf4655ab41922e92160325d987a3c4615c72d30","ec-person-1379f76d0c860e318f68852e1b57aa75454831f8","eu-tr-06698681039-26","ec-person-935314e38d735654cae8ee61313a3d73439b242d","ec-person-c2208333f0f75350eef62b355a40bf856f2d9cef","ec-person-c03b949331dbbe5fa3d5423758e371ec1b9b832f"]}} -{"id":"ec-meeting-2020-04-01-67437bc507e083303aa86850fa38bd4542ac61c2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-01 - Cabinet of Commissioner Mariya Gabriel x Bpifrance"],"date":["2020-04-01"],"summary":["Horizon Europe, the EIC and the role of national innovation agencies."],"notes":["Portfolio: Innovation and Youth"],"location":["video conference"],"address":["video conference"],"addressEntity":["addr-6dc12e3c97077db82f32184f24341ce370a445fd"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-950921712127-74","ec-person-53a610a7ba00ddfad21ad4292a1d0d73fdcfbd3f","ec-person-53a0d9702b387d4c3c992d3de3c229fd17644dad"]}} -{"id":"ec-meeting-2020-04-01-688eaa953d669b441b159e1cbe8bc61227d1bbae","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-01 - Foreign Policy Instruments x Antwerp World Diamond Centre"],"date":["2020-04-01"],"summary":["Exchange on Kimberly Process"],"location":["VTC"],"address":["VTC"],"addressEntity":["addr-9d1acaa772820b8ade84113d2da24716fe455be2"],"organizer":["ec-dg-fpi"],"involved":["ec-person-c3b6b442c99862009242a343eeb51ed66498bd31","eu-tr-23256548246-36"]}} -{"id":"ec-meeting-2020-04-01-8b30dff546713cee78e91c2d795819c57aef992d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-01 - Cabinet of Executive Vice-President Frans Timmermans x Verband Deutscher Maschinen- und Anlagenbau e.V."],"date":["2020-04-01"],"summary":["Hydrogen and Green Deal"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - video conference"],"address":["Brussels - video conference"],"addressEntity":["addr-d7df553e47e69d1cc9f4189b36b7c867f80459b0"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-9eafbf4a92961023c7df3ab389ae6d4301dec4bf","eu-tr-9765362691-45"]}} -{"id":"ec-meeting-2020-04-01-a4fa8b773e2385a4d308723d1e3eb01b0408339e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-01 - Cabinet of Executive Vice-President Valdis Dombrovskis x World Economic Forum"],"date":["2020-04-01"],"summary":["EU's response on COVID19"],"notes":["Portfolio: An Economy that Works for People"],"location":["video-conferencing"],"address":["video-conferencing"],"addressEntity":["addr-211c505d204b295e60497aa4c59557bb484ca6c5"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["eu-tr-049060636194-17","ec-person-9e7bd1005456277f156b671d1555c6a460fb2f58"]}} -{"id":"ec-meeting-2020-04-01-a9997d44df63d83e2e1ad082c5b332e22d7d512c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-01 - Cabinet of Commissioner Paolo Gentiloni x Bpifrance"],"date":["2020-04-01"],"summary":["Covid19 impact on investments sector, also with regional angle"],"notes":["Portfolio: Economy"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-gentiloni-of-paolo"],"involved":["ec-person-088d26d74d1898338fbf1c86e139bd6d3b870dbc","eu-tr-950921712127-74"]}} -{"id":"ec-meeting-2020-04-01-ad066cdf85b448c7e8599b3e2a78f38aacdda0cd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-01 - Cabinet of Executive Vice-President Valdis Dombrovskis x BUSINESSEUROPE"],"date":["2020-04-01"],"summary":["EU's response against COVID19"],"notes":["Portfolio: An Economy that Works for People"],"location":["videoconferencing"],"address":["videoconferencing"],"addressEntity":["addr-639327d89fe54fa62fbc7f80ffed3c598ed5a17f"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["eu-tr-3978240953-79","ec-person-9e7bd1005456277f156b671d1555c6a460fb2f58"]}} -{"id":"ec-meeting-2020-04-01-bea9af15adf4348ba9b3bd8840d569d1e703763b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-01 - Competition x Ernst & Young Core Business Services BV"],"date":["2020-04-01"],"summary":["Overall Discussion on State Aids"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-comp"],"involved":["ec-person-f257bc19c568ad25083c1c1e1651426245cefedf","eu-tr-04458109373-91"]}} -{"id":"ec-meeting-2020-04-01-d54e0ffbb887e5d540017431699385982d60ae2e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-01 - Cabinet of Commissioner Thierry Breton x Bpifrance"],"date":["2020-04-01"],"summary":["COVID 19 economic impact"],"notes":["Portfolio: Internal Market"],"location":["Teleconference"],"address":["Teleconference"],"addressEntity":["addr-a1b2e4eeecb1f46f3239fd2a390e2ec3f16bc2cb"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-950921712127-74","ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0"]}} -{"id":"ec-meeting-2020-04-01-f18cf2f8aff160fba4104de13faedae9ab72b3cf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-01 - Competition x BIONTINO EUROPE"],"date":["2020-04-01"],"summary":["overall discussion on general matters"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-comp"],"involved":["ec-person-f257bc19c568ad25083c1c1e1651426245cefedf","eu-tr-68700057230-72"]}} -{"id":"ec-meeting-2020-04-02-0c79da13e2df5003a6482e609bf01aba270680f8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-02 - Cabinet of Executive Vice-President Frans Timmermans x Ørsted A/S"],"date":["2020-04-02"],"summary":["Hydrogen projects"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - conference call"],"address":["Brussels - conference call"],"addressEntity":["addr-27813f3e2dee8583598be7d7e56ee7cabd4228dc"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-9eafbf4a92961023c7df3ab389ae6d4301dec4bf","eu-tr-870817015429-80"]}} -{"id":"ec-meeting-2020-04-02-12d47a6d57943e38fbe06a59b070f2902aa49919","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-02 - Cabinet of Commissioner Thierry Breton x Cruise Lines International Association Europe European Tourism Association AISBL AMADEUS IT GROUP S.A. TUI AG European Travel Commission"],"date":["2020-04-02"],"summary":["COVID 19 economic impact on European tourism industry"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-1ab5843ab67b9915be990aebc02f9a83df200cf4","eu-tr-193056815367-44","ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","eu-tr-654909925315-71","eu-tr-69525934310-58","eu-tr-155317830583-03","eu-tr-778717116759-86"]}} -{"id":"ec-meeting-2020-04-02-2b26b588128addeb983f695129a3e7c294154006","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-02 - Cabinet of Executive Vice-President Frans Timmermans x The European Association for the Promotion of Cogeneration"],"date":["2020-04-02"],"summary":["Smart sector integration"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - video conference"],"address":["Brussels - video conference"],"addressEntity":["addr-d7df553e47e69d1cc9f4189b36b7c867f80459b0"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-38305846546-70","ec-person-d53e00c46a4cc62bbf533e0c9bb35bacb9121989"]}} -{"id":"ec-meeting-2020-04-02-3c4bb13ba15270a60a309c180b06d88a2ca238ce","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-02 - Climate Action x Transport and Environment (European Federation for Transport and Environment)"],"date":["2020-04-02"],"summary":["Road transport CO2 emissions"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-clima"],"involved":["ec-person-9c5c685692a09a77f2bc8ae9c05663b87cd75aae","eu-tr-58744833263-19"]}} -{"id":"ec-meeting-2020-04-02-4322c9bb2d4c146ca5d762123a55b35822913c9b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-02 - Cabinet of Commissioner Mariya Gabriel x Microsoft Corporation"],"date":["2020-04-02"],"summary":["Digital Education and Commission's response to distance learning"],"notes":["Portfolio: Innovation and Youth"],"location":["Video Conference"],"address":["Video Conference"],"addressEntity":["addr-fd005d1da26cd3c9a734fbbadaf813e8115acdeb"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-0801162959-21","ec-person-aac4e4c77e459b480bfebb0e76dc3b26fdfb1d6a"]}} -{"id":"ec-meeting-2020-04-02-4b6e3bdd1d6a0f54375fa1cde4691134e2b09993","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-02 - Research and Innovation x BUSINESSEUROPE"],"date":["2020-04-02"],"summary":["MFF and preparation of Horizon Europe"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-rtd"],"involved":["eu-tr-3978240953-79","ec-person-1d348f33395de0ea6773a7b4ae8797e3e0392f73"]}} -{"id":"ec-meeting-2020-04-02-50fa5ff396e6793211ae1e5bc77d51e52bb24874","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-02 - Cabinet of Commissioner Nicolas Schmit x EUROPEAN TRADE UNION CONFEDERATION"],"date":["2020-04-02"],"summary":["Videoconference on SURE, the OSH guidance on safe return to work and the Exit Roadmap."],"notes":["Portfolio: Jobs and Social Rights"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-8eb18b6102d444937bc6af5822a6742812165b48","ec-person-4cf4655ab41922e92160325d987a3c4615c72d30","ec-person-1379f76d0c860e318f68852e1b57aa75454831f8","eu-tr-06698681039-26","ec-person-935314e38d735654cae8ee61313a3d73439b242d","ec-person-c2208333f0f75350eef62b355a40bf856f2d9cef","ec-person-c03b949331dbbe5fa3d5423758e371ec1b9b832f"]}} -{"id":"ec-meeting-2020-04-02-59dbcaa4c7fd379b029c4cbff5948cf7007acf25","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-02 - Cabinet of Commissioner Ylva Johansson x TLSgroup"],"date":["2020-04-02"],"summary":["Exchanges of views"],"notes":["Portfolio: Home Affairs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-johansson-of-ylva"],"involved":["eu-tr-494128534615-03","ec-person-1f14c98028fa6f9f43ee9cd5aef7ed77c30761a5"]}} -{"id":"ec-meeting-2020-04-02-6e40ec371559f48a8a56a1c5612e7fbe3c36cdea","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-02 - Cabinet of Commissioner Janez Lenarčič x World Economic Forum"],"date":["2020-04-02"],"summary":["Video-meeting conc. High-Level Group on Humanitarian Investing"],"notes":["Portfolio: Crisis Management"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-janez-lenarcic-of"],"involved":["ec-person-42513bdf51e93e71624bd3c51abfbe6d19b5dfc1","ec-person-64e09f24899090e992a0371d8d7c2c4eaca87152","eu-tr-049060636194-17"]}} -{"id":"ec-meeting-2020-04-02-80a94d0d0f4f48ebee41478b5c06978619ecb6c2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-02 - Cabinet of Commissioner Janez Lenarčič x Norwegian Refugee Council Europe Médecins Sans Frontières International"],"date":["2020-04-02"],"summary":["Humanitarian assistance in the context of Covid-19"],"notes":["Portfolio: Crisis Management"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-janez-lenarcic-of"],"involved":["ec-person-8ff6f198a90f7eeda1bb0588686bb5f0253dac62","eu-tr-750447615329-96","eu-tr-928308827208-10","ec-person-a6cd325c80698b2331699224c780ebfb10573602"]}} -{"id":"ec-meeting-2020-04-02-9ebdda5672a8ce4f870297ff1c563ef0fad12773","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-02 - Cabinet of Executive Vice-President Frans Timmermans x FSC International Center GmbH (IC)"],"date":["2020-04-02"],"summary":["EU Green Deal and EU forest policies"],"notes":["Portfolio: European Green Deal"],"location":["conference call"],"address":["conference call"],"addressEntity":["addr-e26ec8db46626d4f460f33bdb70c0f9dfa8ef7f3"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-8af3c81534786a740718d21dc58240738a53ed7b","eu-tr-03556915643-37"]}} -{"id":"ec-meeting-2020-04-02-c37b251dcaa994937f533d73ef63395b95c2a653","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-02 - European Civil Protection and Humanitarian Aid Operations x Deutsches Rotes Kreuz e.V."],"date":["2020-04-02"],"summary":["Discussion related with COVID-19 response"],"location":["Skype meeting"],"address":["Skype meeting"],"addressEntity":["addr-781168d389fe0a348984e596b91c97c13dd329fd"],"organizer":["ec-dg-echo"],"involved":["eu-tr-433616222895-66","ec-person-10a22f0fd27347d8ef3ff2b55ad4ef89c6fe388f"]}} -{"id":"ec-meeting-2020-04-02-c5cec4ea5886460af6fdd50beaa50dc7fbb64a07","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-02 - Cabinet of Commissioner Kadri Simson x Green 10"],"date":["2020-04-02"],"summary":["Covid-19 recovery investments in clean energy transition, climate ambitions, climate law and comprehensive plans for 2030, renewables and energy efficiency and relations with neighbouring partners"],"notes":["Portfolio: Energy"],"location":["Video-conferencing"],"address":["Video-conferencing"],"addressEntity":["addr-4611e6784da5e4097c2b6fa2bc5e51eb9a0577bd"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["ec-person-9b7f5fe059e5b0b40e79e9170211aa2f02322fdb","ec-person-2fb98fc84d2cf8d481688eff3d47f7745ead3592","eu-tr-70309834043-10","ec-person-1995c65b8dc7f3702a8c30ed96a0144075848837"]}} -{"id":"ec-meeting-2020-04-02-c8cae7d98ae1c6f25269a84ea78fc381c31e4c67","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-02 - Cabinet of Executive Vice-President Frans Timmermans x SOLAR IMPULSE FOUNDATION"],"date":["2020-04-02"],"summary":["Green Deal as a growth strategy"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - video conference"],"address":["Brussels - video conference"],"addressEntity":["addr-d7df553e47e69d1cc9f4189b36b7c867f80459b0"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-7c876f4825f213b8adbedf089ccedfbc3b36d65b","eu-tr-569885924378-48"]}} -{"id":"ec-meeting-2020-04-02-d836ba665fe14de8f092afe30f1b0636d09e9d9e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-02 - Cabinet of Commissioner Jutta Urpilainen x GLOBAL HEALTH ADVOCATES ACTION CONTRE LA FAIM WaterAid Save the Children Europe World Vision Brussels & EU Representation ivzw/aisbl"],"date":["2020-04-02"],"summary":["nutrition in partner countries"],"notes":["Portfolio: International Partnerships"],"location":["Conference call"],"address":["Conference call"],"addressEntity":["addr-28ba88479582b2f75898964548da4252dc7db7d2"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["eu-tr-272646820681-30","eu-tr-48655305058-87","ec-person-e29b72fe81d25796214b1c5915c52a124f06cd9d","eu-tr-07720398190-53","eu-tr-64689102746-48","eu-tr-697362735627-20"]}} -{"id":"ec-meeting-2020-04-02-e8ec82e33c0709fbcd7a68284f87ad61b0a88850","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-02 - Health and Food Safety x European Federation of Pharmaceutical Industries and Associations"],"date":["2020-04-02"],"summary":["update on Pharma Strategy"],"location":["Brussels (phone call)"],"address":["Brussels (phone call)"],"addressEntity":["addr-9d525fd4a8ae82061fbd97de25fb9253b61aa45c"],"organizer":["ec-dg-sante"],"involved":["eu-tr-38526121292-88","ec-person-42d2108d723f9b9017ed589e3271e3156172daa7"]}} -{"id":"ec-meeting-2020-04-03-0b30e0659d6b9c41dcfe65366312daf59ac67964","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-03 - Cabinet of Commissioner Kadri Simson x Roundtable for Europe's Energy Future"],"date":["2020-04-03"],"summary":["Introductory meeting with the Chairman of the REEF Roundtable, risk-preparedness in electricity sector, REEF's ideas on economic recovery, upcoming energy initiatives"],"notes":["Portfolio: Energy"],"location":["Video-conferencing"],"address":["Video-conferencing"],"addressEntity":["addr-4611e6784da5e4097c2b6fa2bc5e51eb9a0577bd"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["ec-person-d40f25b5cb5c0681854a4996da444478318f7e58","eu-tr-101903316808-95","ec-person-2fb98fc84d2cf8d481688eff3d47f7745ead3592","ec-person-1995c65b8dc7f3702a8c30ed96a0144075848837"]}} -{"id":"ec-meeting-2020-04-03-120a285b5cec6eb74fa4d263e59aae02a50e833c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-03 - Cabinet of Commissioner Janez Lenarčič x International Rescue Committee Inc"],"date":["2020-04-03"],"summary":["Humanitarian assistance and Covid-19"],"notes":["Portfolio: Crisis Management"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-janez-lenarcic-of"],"involved":["ec-person-35334591a1ee219b6f0829d58a8cfba058540557","eu-tr-66790095679-26","ec-person-a6cd325c80698b2331699224c780ebfb10573602"]}} -{"id":"ec-meeting-2020-04-03-39d71303ef73dd8543890dd22b977d89a6d2c7f9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-03 - Cabinet of Commissioner Kadri Simson x European Network of Transmission System Operators for Gas"],"date":["2020-04-03"],"summary":["Impact of the COVID-19 crisis on the gas security of supply, lessons learned and way forward, developments on the gas market"],"notes":["Portfolio: Energy"],"location":["Video-conferencing"],"address":["Video-conferencing"],"addressEntity":["addr-4611e6784da5e4097c2b6fa2bc5e51eb9a0577bd"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["eu-tr-565032821273-72","ec-person-d40f25b5cb5c0681854a4996da444478318f7e58","ec-person-2fb98fc84d2cf8d481688eff3d47f7745ead3592","ec-person-1995c65b8dc7f3702a8c30ed96a0144075848837"]}} -{"id":"ec-meeting-2020-04-03-4e94b3bfa9f24e13364dc0e94d6ea98e8d14088d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-03 - Cabinet of Commissioner Adina Vălean x Anheuser-Busch InBev nv/sa"],"date":["2020-04-03"],"summary":["on sustainable transport and the green deal"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["eu-tr-161157710612-65","ec-person-e5f1558cac43dd4f90847b508b6753edb0a9f903"]}} -{"id":"ec-meeting-2020-04-03-55ba121788a11300a7be1da52408ebc3dc424631","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-03 - Cabinet of Commissioner Thierry Breton x None"],"date":["2020-04-03"],"summary":["Video call with Pharmaceutical Industrial Associations and the European Medicines Agency to discuss Possible shortages of medicines and medical devices for the Covid-19 outbreak"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-38526121292-88","ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","eu-tr-05366537746-69","eu-tr-433743725252-26","eu-tr-48325781850-28","eu-tr-53073567234-18","eu-tr-99565011637-64"]}} -{"id":"ec-meeting-2020-04-03-7db618388eacc8a87e76a12ad04755549ecce1eb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-03 - Energy x WindEurope"],"date":["2020-04-03"],"summary":["Actions linked to recovery post-COVID-19 (phone call)"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-ener"],"involved":["eu-tr-19920706471-21","ec-person-9c0f33ecb9f6badd5f4b5f1a4bd7677e18a52a22"]}} -{"id":"ec-meeting-2020-04-03-8d8ffdd371e86d762735569d55e81693cc5b6021","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-03 - Cabinet of Commissioner Thierry Breton x Union Internationale des Cinémas EBU-UER (European Broadcasting Union) MFE - MEDIAFOREUROPE N.V European Producers Club France Télévisions"],"date":["2020-04-03"],"summary":["Impact du COVID-19 sur le secteur audiovisuel et media"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-31046456610-43","ec-person-5215bd372c5a1202399d77ecceb8c16de8d7d55c","eu-tr-344910313351-14","eu-tr-74301917747-65","ec-person-1ab5843ab67b9915be990aebc02f9a83df200cf4","ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","eu-tr-93288301615-56","eu-tr-91471238809-21"]}} -{"id":"ec-meeting-2020-04-03-9311e32bec432479e734effe998b629835e11fda","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-03 - European Civil Protection and Humanitarian Aid Operations x 3M"],"date":["2020-04-03"],"summary":["Discussion related with COVID-19 response / stockpiling"],"location":["Skype meeting"],"address":["Skype meeting"],"addressEntity":["addr-781168d389fe0a348984e596b91c97c13dd329fd"],"organizer":["ec-dg-echo"],"involved":["eu-tr-91425447458-88","ec-person-10a22f0fd27347d8ef3ff2b55ad4ef89c6fe388f"]}} -{"id":"ec-meeting-2020-04-03-a613a5bf97eb5931fc1d26ba2915f99bf99f920f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-03 - Cabinet of Commissioner Stella Kyriakides x None"],"date":["2020-04-03"],"summary":["Video call with Pharmaceutical Industrial Associations and the European Medicines Agency to discuss Possible shortages of medicines and medical devices for the Covid-19 outbreak"],"notes":["Portfolio: Health"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-kyriakides-of-stella"],"involved":["eu-tr-38526121292-88","eu-tr-05366537746-69","ec-person-c7513fae2df7920eea99d7cc103a354aa4f56b6e","eu-tr-433743725252-26","eu-tr-48325781850-28","eu-tr-53073567234-18","eu-tr-99565011637-64"]}} -{"id":"ec-meeting-2020-04-03-ae8f7474015253afdda483a98f82071abeeef331","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-03 - Financial Stability, Financial Services and Capital Markets Union x Association for Financial Markets in Europe"],"date":["2020-04-03"],"summary":["COVID-19 and Financial Markets, MIFID Review, CMU - Securitisation and other AFME priorities"],"location":["Virtual meeting"],"address":["Virtual meeting"],"addressEntity":["addr-1f1f3f51a4da31a1ea5c1b4b21cbf52ad983224f"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-65110063986-76","ec-person-1fce211249673c35ee07a801ddee77ab24af8d54"]}} -{"id":"ec-meeting-2020-04-03-bda8d99c23ef1075f83959e8d73d7e6a3ac69863","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-03 - Cabinet of Commissioner Janusz Wojciechowski x International Federation of Organic Agriculture Movements EU Regional Group"],"date":["2020-04-03"],"summary":["Organic Regulation and Farm to Fork Strategy"],"notes":["Portfolio: Agriculture"],"location":["video conference"],"address":["video conference"],"addressEntity":["addr-6dc12e3c97077db82f32184f24341ce370a445fd"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["eu-tr-67128251296-84","ec-person-cafe030b6dad78a75143f7552c420481b30ebceb","ec-person-90b64673ee7f4c1dae185fbd64b45f5c45f2b66d"]}} -{"id":"ec-meeting-2020-04-03-d70fa288f1cbc0379536f28b3074cb345b921cb2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-03 - Energy x EPIA SolarPower Europe"],"date":["2020-04-03"],"summary":["Actions linked to recovery post-COVID-19 (phone call)"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-ener"],"involved":["eu-tr-2680046412-48","ec-person-9c0f33ecb9f6badd5f4b5f1a4bd7677e18a52a22"]}} -{"id":"ec-meeting-2020-04-03-f884fb014c212152aa95920c1631a28f1174a307","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-03 - Cabinet of Executive Vice-President Frans Timmermans x Hydrogen Europe"],"date":["2020-04-03"],"summary":["Hydrogen sector and Green Deal"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - video conference"],"address":["Brussels - video conference"],"addressEntity":["addr-d7df553e47e69d1cc9f4189b36b7c867f80459b0"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-9eafbf4a92961023c7df3ab389ae6d4301dec4bf","eu-tr-77659588648-75"]}} -{"id":"ec-meeting-2020-04-06-07b148453a7104851c8de30c495848ca62a70099","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-06 - Cabinet of Commissioner Kadri Simson x Hydrogen Europe"],"date":["2020-04-06"],"summary":["Green hydrogen for decarbonising the economy and the energy system, impact of the current crisis on the hydrogen industry and their role in a Green Recovery"],"notes":["Portfolio: Energy"],"location":["Video-conferencing"],"address":["Video-conferencing"],"addressEntity":["addr-4611e6784da5e4097c2b6fa2bc5e51eb9a0577bd"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["ec-person-3ba14eabc5fddef75d1a672cc75b5f4bddd72ee9","eu-tr-77659588648-75","ec-person-1995c65b8dc7f3702a8c30ed96a0144075848837"]}} -{"id":"ec-meeting-2020-04-06-120a285b5cec6eb74fa4d263e59aae02a50e833c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-06 - Cabinet of Commissioner Janez Lenarčič x International Rescue Committee Inc"],"date":["2020-04-06"],"summary":["Humanitarian aid and Covid-19"],"notes":["Portfolio: Crisis Management"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-janez-lenarcic-of"],"involved":["ec-person-a6cd325c80698b2331699224c780ebfb10573602","eu-tr-66790095679-26"]}} -{"id":"ec-meeting-2020-04-06-4cdfee511315eba6fdf2f0dcef100aa05fe409c4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-06 - Cabinet of Commissioner Thierry Breton x None"],"date":["2020-04-06"],"summary":["Digitisation of healthcare and innovative e-health solutions."],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-037712531087-03","ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","eu-tr-05366537746-69","eu-tr-035366013790-68","eu-tr-61291462764-77","eu-tr-982823533509-58"]}} -{"id":"ec-meeting-2020-04-06-5f20639677d07c80e2f9b194acbd1246c11ce902","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-06 - Cabinet of Executive Vice-President Frans Timmermans x European Environmental Bureau WWF European Policy Programme Stichting BirdLife Europe"],"date":["2020-04-06"],"summary":["Better regulation and green deal implementation"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - video conference"],"address":["Brussels - video conference"],"addressEntity":["addr-d7df553e47e69d1cc9f4189b36b7c867f80459b0"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-a282162080cef4ef2a8c0ab6247a3e03dc438507","eu-tr-06798511314-27","eu-tr-1414929419-24","eu-tr-1083162721-43"]}} -{"id":"ec-meeting-2020-04-06-6380278a07864a65c8648058cbf21b4b511a5c3e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-06 - Cabinet of Executive Vice-President Frans Timmermans x Transport and Environment (European Federation for Transport and Environment)"],"date":["2020-04-06"],"summary":["Discussion on economic situation in Transport"],"notes":["Portfolio: European Green Deal"],"location":["Brussels (video conferencel)"],"address":["Brussels (video conferencel)"],"addressEntity":["addr-9cb4afbba9c249e925b993c3c49fa4efc98c2c61"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-d56ecbfde17436a136fc89c9a978b266e8285c84","eu-tr-58744833263-19"]}} -{"id":"ec-meeting-2020-04-06-773eb7a324c86e42ae7636b600863a32a5947706","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-06 - Cabinet of Commissioner Didier Reynders x Bureau Européen des Unions de Consommateurs"],"date":["2020-04-06"],"summary":["impact of COVID-19 on consumers"],"notes":["Portfolio: Justice"],"location":["video-conferencing"],"address":["video-conferencing"],"addressEntity":["addr-211c505d204b295e60497aa4c59557bb484ca6c5"],"organizer":["ec-cabinet-commissioner-didier-of-reynders"],"involved":["eu-tr-9505781573-45","ec-person-4cd0043747c40cfeaced5e4c68e43372cdb8dac9"]}} -{"id":"ec-meeting-2020-04-06-9d453cc16c573282bef92ccf393963f013f7857f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-06 - Cabinet of Commissioner Didier Reynders x European Bailiffs' Foundation"],"date":["2020-04-06"],"summary":["discussion on e-codex and regulation 1393/2007 on the transmission of documents in civil or commercial matters"],"notes":["Portfolio: Justice"],"location":["video conferencing"],"address":["video conferencing"],"addressEntity":["addr-613317ccdf0c2bce8cb9f90df551697cd890eda7"],"organizer":["ec-cabinet-commissioner-didier-of-reynders"],"involved":["eu-tr-399887736699-71","ec-person-4cd0043747c40cfeaced5e4c68e43372cdb8dac9"]}} -{"id":"ec-meeting-2020-04-06-dd122eefe1a775bdad34758deb080e95c1a43f42","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-06 - Climate Action x Dentons Global Advisors Europe SA"],"date":["2020-04-06"],"summary":["Cross industry alliance for improved water management and the Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-clima"],"involved":["ec-person-9c5c685692a09a77f2bc8ae9c05663b87cd75aae","eu-tr-7028457765-59"]}} -{"id":"ec-meeting-2020-04-06-e12962e6aae25e381f123ce22a50d7a485cbeab9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-06 - Health and Food Safety x MedTech Europe"],"date":["2020-04-06"],"summary":["COVID 19 in vitro diagnostic access and availability for Europe"],"location":["Brussels, phone call"],"address":["Brussels, phone call"],"addressEntity":["addr-af0b35850c5d5c86765ea0567dcb01e179a33969"],"organizer":["ec-dg-sante"],"involved":["eu-tr-433743725252-26","ec-person-42d2108d723f9b9017ed589e3271e3156172daa7"]}} -{"id":"ec-meeting-2020-04-06-f884fb014c212152aa95920c1631a28f1174a307","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-06 - Cabinet of Executive Vice-President Frans Timmermans x Hydrogen Europe"],"date":["2020-04-06"],"summary":["Green hydrogen for decarbonising the economy and the energy system, impact of the current crisis on the hydrogen industry and their role in a green recovery"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - videoconference"],"address":["Brussels - videoconference"],"addressEntity":["addr-a3a01e55b02ab591ce10151760698f4306ec49cb"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-7c876f4825f213b8adbedf089ccedfbc3b36d65b","eu-tr-77659588648-75"]}} -{"id":"ec-meeting-2020-04-06-fb72c6d91c0ab3f5d059b96ba6b6af634a6d1f26","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-06 - Cabinet of Commissioner Janez Lenarčič x Voluntary Organisations in Cooperation in Emergencies"],"date":["2020-04-06"],"summary":["Humanitarian aid and Covid-19"],"notes":["Portfolio: Crisis Management"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-janez-lenarcic-of"],"involved":["eu-tr-47126711656-13","ec-person-a6cd325c80698b2331699224c780ebfb10573602"]}} -{"id":"ec-meeting-2020-04-07-013ed0e9e9e004384c8cf8babb0718847a81ff04","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-07 - Cabinet of Commissioner Didier Reynders x TUI AG"],"date":["2020-04-07"],"summary":["impact of COVID-19 on consumers"],"notes":["Portfolio: Justice"],"location":["video-conferencing"],"address":["video-conferencing"],"addressEntity":["addr-211c505d204b295e60497aa4c59557bb484ca6c5"],"organizer":["ec-cabinet-commissioner-didier-of-reynders"],"involved":["ec-person-4cd0043747c40cfeaced5e4c68e43372cdb8dac9","eu-tr-654909925315-71"]}} -{"id":"ec-meeting-2020-04-07-164a2670f3165ba7f95c0e16d4dfd1c4425d58b8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-07 - Cabinet of Commissioner Didier Reynders x EUROPEAN TRADE UNION CONFEDERATION"],"date":["2020-04-07"],"summary":["Discussion on digital and green transition, the covid crisis and the future recovery plan"],"notes":["Portfolio: Justice"],"location":["video-conference"],"address":["video-conference"],"addressEntity":["addr-8736c288a4bc51ee27ef4ed41e652409a37e60d1"],"organizer":["ec-cabinet-commissioner-didier-of-reynders"],"involved":["ec-person-442bf1ae9900b999673cdd7389224d0e21b67d4d","ec-person-1e25399e2267734c5f4c69093d2286c8898ee9f0","eu-tr-06698681039-26"]}} -{"id":"ec-meeting-2020-04-07-3a1c435833cb0b0f3d007b7690d78f12a1cbcabd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-07 - Cabinet of Executive Vice-President Margrethe Vestager x TomTom International bv"],"date":["2020-04-07"],"summary":["To present TomTom’s vision for a competitive digital economy in Europe"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-bb1f295d8be3d10004d7e5fd7c24248a21215775","eu-tr-068100722742-39"]}} -{"id":"ec-meeting-2020-04-07-6b420dfa9a29d5c3abd13e2d9f8d305f43c57098","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-07 - Climate Action x BUSINESSEUROPE"],"date":["2020-04-07"],"summary":["Climate initiatives under the European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-clima"],"involved":["ec-person-9c5c685692a09a77f2bc8ae9c05663b87cd75aae","eu-tr-3978240953-79"]}} -{"id":"ec-meeting-2020-04-07-6c26df4f7e54a96e6e21c399583d66283a0735c7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-07 - Cabinet of Commissioner Didier Reynders x ECTAA, Group of National Travel Agents' and Tour Operators' Associations within the EU"],"date":["2020-04-07"],"summary":["impact COVID-19 on consumers"],"notes":["Portfolio: Justice"],"location":["video-conferencing"],"address":["video-conferencing"],"addressEntity":["addr-211c505d204b295e60497aa4c59557bb484ca6c5"],"organizer":["ec-cabinet-commissioner-didier-of-reynders"],"involved":["eu-tr-88072891086-36","ec-person-4cd0043747c40cfeaced5e4c68e43372cdb8dac9"]}} -{"id":"ec-meeting-2020-04-07-77a6195ec481212ee9f4337cf3f9b30a6caf4369","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-07 - Cabinet of Commissioner Thierry Breton x Minafin Group Eni S.p.A. HeidelbergCement AG European Chemical Industry Council MOL Hungarian Oil and Gas Company ArcelorMittal"],"date":["2020-04-07"],"summary":["Potential issues in dealing with COVID-19"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-99578067285-35","eu-tr-23527541824-60","eu-tr-564048737785-44","ec-person-1ab5843ab67b9915be990aebc02f9a83df200cf4","ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","eu-tr-81970148701-15","eu-tr-64879142323-90","eu-tr-08569166274-90"]}} -{"id":"ec-meeting-2020-04-07-9a69e746c3e4721adb99dbe6de11d99b5cdcc9a6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-07 - Cabinet of Commissioner Thierry Breton x None"],"date":["2020-04-07"],"summary":["Impact of Covid-19 crises on Tourism"],"notes":["Portfolio: Internal Market"],"location":["Video Conference"],"address":["Video Conference"],"addressEntity":["addr-fd005d1da26cd3c9a734fbbadaf813e8115acdeb"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-88072891086-36","eu-tr-7955861942-03","ec-person-e18e6e300776f5f47ca4c72c1ba1b0d0eb1e71fe","ec-person-1ab5843ab67b9915be990aebc02f9a83df200cf4","eu-tr-862709022846-11","eu-tr-70614728635-77"]}} -{"id":"ec-meeting-2020-04-07-9ad0696f4d27f45be76b7aed5de48a75e78d9296","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-07 - Cabinet of Commissioner Phil Hogan x Abbott"],"date":["2020-04-07"],"summary":["TRADE ISSUES"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-578132036311-72","ec-person-a1a78365cc4685b0958056646204977d8f2ead92"]}} -{"id":"ec-meeting-2020-04-07-9da62d0eb422ae9866e76a62038779d5cbadb71c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-07 - Agriculture and Rural Development x European Dairy Association aisbl"],"date":["2020-04-07"],"summary":["Exchange of views on the dairy sector"],"location":["Bruxelles - Skype call"],"address":["Bruxelles - Skype call"],"addressEntity":["addr-2940cef54e41dd6eea0747f1b71cc8cd20e29b52"],"organizer":["ec-dg-agri"],"involved":["ec-person-94f7c6e6875fa76120558bda38f913792cc61934","eu-tr-42967152383-63"]}} -{"id":"ec-meeting-2020-04-07-a545b4f75e5c789c792c4e13eb358ba350aa36b4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-07 - Cabinet of Commissioner Stella Kyriakides x Gilead Sciences"],"date":["2020-04-07"],"summary":["Discussion on medicines (potential treatments, production, clinical trials, access to results)"],"notes":["Portfolio: Health"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-kyriakides-of-stella"],"involved":["eu-tr-258845020786-10","ec-person-c7513fae2df7920eea99d7cc103a354aa4f56b6e"]}} -{"id":"ec-meeting-2020-04-07-aa4391d55d2650911c919ee3f591eea062b50548","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-07 - Cabinet of Commissioner Thierry Breton x Bayer AG European Builders Confederation AISBL Compagnie de SAINT-GOBAIN Wienerberger AG"],"date":["2020-04-07"],"summary":["The impact of COVID-19 on the built environment ecosystem"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-82041746393-10","eu-tr-3523776801-85","ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","eu-tr-892857311821-20","eu-tr-09256701147-51"]}} -{"id":"ec-meeting-2020-04-07-ade622bcd39f358fd464e22b7ebc612f76a8a84c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-07 - Cabinet of Commissioner Thierry Breton x Society of Audiovisual Authors"],"date":["2020-04-07"],"summary":["COVID impact on authors and audiovisual sector"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-99336382936-11","ec-person-7217954e3bc1aad2a1474fb760ea512a069f8fe3","ec-person-5215bd372c5a1202399d77ecceb8c16de8d7d55c"]}} -{"id":"ec-meeting-2020-04-07-b0fca58ad40f4dd61194966a69a8034231f7dc44","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-07 - Cabinet of Commissioner Didier Reynders x eu travel tech"],"date":["2020-04-07"],"summary":["impact of COVID-19 on consumers"],"notes":["Portfolio: Justice"],"location":["video-conferencing"],"address":["video-conferencing"],"addressEntity":["addr-211c505d204b295e60497aa4c59557bb484ca6c5"],"organizer":["ec-cabinet-commissioner-didier-of-reynders"],"involved":["eu-tr-70614728635-77","ec-person-4cd0043747c40cfeaced5e4c68e43372cdb8dac9"]}} -{"id":"ec-meeting-2020-04-07-b8116b077b2e12be32074258ccc8baa197f5db56","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-07 - Cabinet of Executive Vice-President Frans Timmermans x Trainline.com Limited"],"date":["2020-04-07"],"summary":["Rail transport in the European Green Deal"],"notes":["Portfolio: European Green Deal"],"location":["Brussels (video call)"],"address":["Brussels (video call)"],"addressEntity":["addr-b824ac3306f40e46535fcd935aed798786ca6409"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-d56ecbfde17436a136fc89c9a978b266e8285c84","eu-tr-121465619130-93"]}} -{"id":"ec-meeting-2020-04-07-b95647df2306c0b9ba7932bddb3ab68534dd5b67","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-07 - Regional and Urban Policy x Institut Montaigne"],"date":["2020-04-07"],"summary":["Audition sur les problématiques migratoires"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-dg-regio"],"involved":["ec-person-3bc647761a4c1a96c0e7b4c3729d7408a61558b0","eu-tr-865680722572-18"]}} -{"id":"ec-meeting-2020-04-07-c3e59b60f64011dd2a3ad560f4f3199cea23ae00","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-07 - Cabinet of Commissioner Stella Kyriakides x Novartis International AG"],"date":["2020-04-07"],"summary":["Discussion on medicines (Production, clinical tests, supply and allocation)"],"notes":["Portfolio: Health"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-kyriakides-of-stella"],"involved":["eu-tr-91269481588-28","ec-person-c7513fae2df7920eea99d7cc103a354aa4f56b6e"]}} -{"id":"ec-meeting-2020-04-07-c824ad0b27b802808c8c619f46a2957e9e80f870","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-07 - Cabinet of Commissioner Didier Reynders x Association européenne des Fonds de Garantie Voyages"],"date":["2020-04-07"],"summary":["Discussion related to how the covid-19 crisis affects the sector"],"notes":["Portfolio: Justice"],"location":["video conferencing"],"address":["video conferencing"],"addressEntity":["addr-613317ccdf0c2bce8cb9f90df551697cd890eda7"],"organizer":["ec-cabinet-commissioner-didier-of-reynders"],"involved":["ec-person-50f9cba2282e1d03395cdd0faf9ce6e9a2ff3104","eu-tr-881983612196-94"]}} -{"id":"ec-meeting-2020-04-07-d266c8c4d624a42c9d23c33f88e6aafda65646d2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-07 - Cabinet of Commissioner Kadri Simson x European Network of Transmission System Operators for Electricity"],"date":["2020-04-07"],"summary":["Impact of the COVID-19 crisis on the electricity security of supply, risk-preparedness, lessons learned and way forward, upcoming electricity-related initiatives"],"notes":["Portfolio: Energy"],"location":["Video-conferencing"],"address":["Video-conferencing"],"addressEntity":["addr-4611e6784da5e4097c2b6fa2bc5e51eb9a0577bd"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["eu-tr-25805148045-87","ec-person-d40f25b5cb5c0681854a4996da444478318f7e58","ec-person-2fb98fc84d2cf8d481688eff3d47f7745ead3592","ec-person-1995c65b8dc7f3702a8c30ed96a0144075848837"]}} -{"id":"ec-meeting-2020-04-07-e9a4e58ebe8594185413732bf111ab79d61076b0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-07 - Cabinet of Commissioner Thierry Breton x SOITEC STMicroelectronics Infineon Technologies AG Robert Bosch GmbH Interuniversitair Micro-Electronica Centrum vzw NXP Semiconductors Netherlands B.V."],"date":["2020-04-07"],"summary":["Discussion of COVID-19"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-10751968675-85","ec-person-1ab5843ab67b9915be990aebc02f9a83df200cf4","ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","eu-tr-817789336491-32","eu-tr-898711618618-45","eu-tr-8999533555-91","eu-tr-70843878143-13","eu-tr-97921387213-35"]}} -{"id":"ec-meeting-2020-04-07-ff84e701726f8eb559fb54ee5aac630a44ae58d8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-07 - Financial Stability, Financial Services and Capital Markets Union x The Goldman Sachs Group, Inc."],"date":["2020-04-07"],"summary":["UK, EU, US policy actions"],"location":["Virtual meeting"],"address":["Virtual meeting"],"addressEntity":["addr-1f1f3f51a4da31a1ea5c1b4b21cbf52ad983224f"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-701266814986-18","ec-person-1fce211249673c35ee07a801ddee77ab24af8d54"]}} -{"id":"ec-meeting-2020-04-08-03743a8a10ef8ca4519a510bf5d374641f37e9ea","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-08 - Cabinet of Vice-President Dubravka Šuica x Confederation of Family Organisations in the European Union"],"date":["2020-04-08"],"summary":["EU child guarantee as well as the demographic challenges"],"notes":["Portfolio: Democracy and Demography"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dubravka-of-president-suica-vice"],"involved":["ec-person-e38d9f76fd8b368ff0a9e724d2cd3da76124d857","eu-tr-93283396780-85"]}} -{"id":"ec-meeting-2020-04-08-2a0fe133a6d8fd2354a045295d9c1ecbfbfba709","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-08 - Cabinet of Commissioner Nicolas Schmit x Sodexo SA"],"date":["2020-04-08"],"summary":["Live-In Care's contribution to tackling the Coronavirus crisis"],"notes":["Portfolio: Jobs and Social Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-761fad67b377a6e2a384245795719ef5f7131269","ec-person-8eb18b6102d444937bc6af5822a6742812165b48","eu-tr-29840188581-12"]}} -{"id":"ec-meeting-2020-04-08-3eb5ce6b9ed7f2c11014ca425ac9f4a039062990","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-08 - Cabinet of Commissioner Didier Reynders x Meta Platforms Ireland Limited and its various subsidiaries (f/k/a Facebook Ireland Limited)"],"date":["2020-04-08"],"summary":["Discussion related on how the Covid-19 crisis affects the sector"],"notes":["Portfolio: Justice"],"location":["video conference"],"address":["video conference"],"addressEntity":["addr-6dc12e3c97077db82f32184f24341ce370a445fd"],"organizer":["ec-cabinet-commissioner-didier-of-reynders"],"involved":["ec-person-50f9cba2282e1d03395cdd0faf9ce6e9a2ff3104","eu-tr-28666427835-74"]}} -{"id":"ec-meeting-2020-04-08-66dbf6bce8f0934ddfeabfdff9ab497384a3af6f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-08 - Cabinet of Commissioner Jutta Urpilainen x ActionAid OXFAM INTERNATIONAL EU ADVOCACY OFFICE ACT Alliance Advocacy to the European Union"],"date":["2020-04-08"],"summary":["nutrition in partner countries"],"notes":["Portfolio: International Partnerships"],"location":["Conference call"],"address":["Conference call"],"addressEntity":["addr-28ba88479582b2f75898964548da4252dc7db7d2"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["eu-tr-46856801604-90","ec-person-e29b72fe81d25796214b1c5915c52a124f06cd9d","eu-tr-5189768701-12","eu-tr-85103504511-82"]}} -{"id":"ec-meeting-2020-04-08-6ef4fed009f66ac71c35b8a89473e375a9983353","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-08 - Cabinet of Commissioner Janusz Wojciechowski x Union Européenne du Commerce du Bétail et des Métiers de la Viande"],"date":["2020-04-08"],"summary":["An exchange of views for market-stabilization"],"notes":["Portfolio: Agriculture"],"location":["video conference"],"address":["video conference"],"addressEntity":["addr-6dc12e3c97077db82f32184f24341ce370a445fd"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["eu-tr-4422649896-52","ec-person-90b64673ee7f4c1dae185fbd64b45f5c45f2b66d"]}} -{"id":"ec-meeting-2020-04-08-9bee91a9011bfd19c9f4115f0ae82c3897c412ff","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-08 - Cabinet of Commissioner Kadri Simson x TotalEnergies SE"],"date":["2020-04-08"],"summary":["Impact of Covid-19 on oil sector, role of clean energy investment for recovery; gas sector (LNG, hydrogen, clean transition); low carbon electricity & solar; Green Deal."],"notes":["Portfolio: Energy"],"location":["Video-conference"],"address":["Video-conference"],"addressEntity":["addr-afae67aab834151e72f631228e72361e369db072"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["ec-person-3ba14eabc5fddef75d1a672cc75b5f4bddd72ee9","ec-person-9b7f5fe059e5b0b40e79e9170211aa2f02322fdb","eu-tr-1849405799-88","ec-person-2fb98fc84d2cf8d481688eff3d47f7745ead3592"]}} -{"id":"ec-meeting-2020-04-08-9df4e68d75b3a66a1ad471611ca38bd01c79a9f5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-08 - Cabinet of Commissioner Janusz Wojciechowski x Conféderation Européenne des Propriétaires Forestiers"],"date":["2020-04-08"],"summary":["The ongoing preparation of the EU Biodiversity Strategy to 2030"],"notes":["Portfolio: Agriculture"],"location":["video conferenc"],"address":["video conferenc"],"addressEntity":["addr-cd03ad1790c6c9d97e7fde50fdc4c27f9a801030"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["eu-tr-3647455667-08","ec-person-cafe030b6dad78a75143f7552c420481b30ebceb"]}} -{"id":"ec-meeting-2020-04-08-b3b342396d1fc4f26b51459cbff4cf926f240af1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-08 - Cabinet of Vice-President Margaritis Schinas x Center for European Policy Analysis"],"date":["2020-04-08"],"summary":["COVID-19 European Way of Life, Values, Cybersecurity, Security Union, Health, Disinformation"],"notes":["Portfolio: Promoting the European Way of Life"],"location":["Virtual event"],"address":["Virtual event"],"addressEntity":["addr-d34c0b00b704b2d04f42130c86c762afe0597f45"],"organizer":["ec-cabinet-margaritis-of-president-schinas-vice"],"involved":["ec-person-d5cada2a1a17537a675985af31e5ce07ae3bfd42","ec-person-2e04e278a7f128b3ac72d2af3db94d4ebed934da","eu-tr-933245237767-37"]}} -{"id":"ec-meeting-2020-04-08-b990ad6994f0084dec854b48d68ebc4b90af5adb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-08 - Cabinet of Commissioner Ylva Johansson x Action for Education"],"date":["2020-04-08"],"summary":["Situation on the Greek islands"],"notes":["Portfolio: Home Affairs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-johansson-of-ylva"],"involved":["eu-tr-526283837763-31","ec-person-31b127e72e9dd30ce85ff2b475ac65d28d7dc48d","ec-person-eafe594fe2bcb6af27f0422c2491a9d8cf2400da"]}} -{"id":"ec-meeting-2020-04-08-d52763a5a5d35120a7a33a4bdb29cde50b5dbb6e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-08 - Cabinet of Commissioner Nicolas Schmit x The Council of European Professional Informatics Societies"],"date":["2020-04-08"],"summary":["Videoconference meeting on Skills"],"notes":["Portfolio: Jobs and Social Rights"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-66fa2c2d100ec194caa42b5c6f97c36e2748b71c","ec-person-4cf4655ab41922e92160325d987a3c4615c72d30","eu-tr-372608916662-62"]}} -{"id":"ec-meeting-2020-04-08-d9ae187ccf87370301420a3944b9c33b04a974c1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-08 - Cabinet of Commissioner Nicolas Schmit x Lifelong Learning Platform"],"date":["2020-04-08"],"summary":["Videoconference meeting on Skills"],"notes":["Portfolio: Jobs and Social Rights"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-66fa2c2d100ec194caa42b5c6f97c36e2748b71c","ec-person-4cf4655ab41922e92160325d987a3c4615c72d30","eu-tr-74923516160-01"]}} -{"id":"ec-meeting-2020-04-08-dffd68a057986d71035579cde238758533d47be8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-08 - Cabinet of Executive Vice-President Frans Timmermans x EuropeanIssuers"],"date":["2020-04-08"],"summary":["Sustainable finance, Green Deal and recovery"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - video conference"],"address":["Brussels - video conference"],"addressEntity":["addr-d7df553e47e69d1cc9f4189b36b7c867f80459b0"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-e88af8eb396e96e3dbc9b4ec6e40a348d26c389c","eu-tr-20935778703-23"]}} -{"id":"ec-meeting-2020-04-08-e54c913f7d1cbd9aa220cdc6a074c996eda4bac1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-08 - Cabinet of Executive Vice-President Margrethe Vestager x Bundesverband deutscher Banken e.V."],"date":["2020-04-08"],"summary":["To discuss the upcoming review of the Interchange Fee Regulation (IFR)"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-bb1f295d8be3d10004d7e5fd7c24248a21215775","eu-tr-0764199368-97"]}} -{"id":"ec-meeting-2020-04-08-ff8153150b0695ca8f46f0a9e6b9fbf3d99f1d70","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-08 - Cabinet of Commissioner Ylva Johansson x Meta Platforms Ireland Limited and its various subsidiaries (f/k/a Facebook Ireland Limited)"],"date":["2020-04-08"],"summary":["1. Introduction to EU affairs at Facebook and Facebook policy priorities\r\n2. Update on FB measures against the spread of COVID 19.\r\n3. Terrorist content online and child sexual exploitation issues."],"notes":["Portfolio: Home Affairs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-johansson-of-ylva"],"involved":["ec-person-d3f97e069d9ff016d7b65052f6eb6b98500ec118","ec-person-b54ba0be96a986a38bcd39d4f9db577e79171356","eu-tr-28666427835-74"]}} -{"id":"ec-meeting-2020-04-09-04fdefc0703be53606fc8484e9c731fcbb12bb49","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-09 - Cabinet of Commissioner Mariya Gabriel x Goethe-Institut e.V."],"date":["2020-04-09"],"summary":["Creative Industries and how they are impacted by COVID-19"],"notes":["Portfolio: Innovation and Youth"],"location":["video-conferencing"],"address":["video-conferencing"],"addressEntity":["addr-211c505d204b295e60497aa4c59557bb484ca6c5"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["ec-person-1674399a793e9e6fd7cf55b525515fc862fc9351","eu-tr-45963658079-77"]}} -{"id":"ec-meeting-2020-04-09-1b1b8b60b35b201d1c9c3e2f1d418d88b9bbc512","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-09 - Defence Industry and Space x Airbus"],"date":["2020-04-09"],"summary":["Exchange of views on LEO constellation and Oneweb"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-dg-defis"],"involved":["ec-person-a5e52cd544ea3aa44eb4b31fac65a468499f106e","eu-tr-2732167674-76"]}} -{"id":"ec-meeting-2020-04-09-43a2567bfe2a6c54917556717dbc1f82dac649c0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-09 - Communications Networks, Content and Technology x Airbus"],"date":["2020-04-09"],"summary":["Exchange of views on LEO constellation and Oneweb by phone"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-2732167674-76","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2020-04-09-44c1a17515f32cfa7495b24ec9e0b51b8eefc4cd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-09 - Cabinet of Commissioner Mariya Gabriel x European & International Booksellers Federation"],"date":["2020-04-09"],"summary":["Impact of COVID-19 on the sector"],"notes":["Portfolio: Innovation and Youth"],"location":["video-conferencing"],"address":["video-conferencing"],"addressEntity":["addr-211c505d204b295e60497aa4c59557bb484ca6c5"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-9031106115-62","ec-person-1674399a793e9e6fd7cf55b525515fc862fc9351"]}} -{"id":"ec-meeting-2020-04-09-676b45180f5c3a91015b4673f8f207b4f3ffe90d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-09 - Cabinet of Commissioner Jutta Urpilainen x Gavi, the Vaccine Alliance"],"date":["2020-04-09"],"summary":["COVID-19"],"notes":["Portfolio: International Partnerships"],"location":["Teleconference"],"address":["Teleconference"],"addressEntity":["addr-a1b2e4eeecb1f46f3239fd2a390e2ec3f16bc2cb"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["eu-tr-078294941111-90","ec-person-7c4fa9cfb750b5b524c065180fcee1123b8df03e"]}} -{"id":"ec-meeting-2020-04-09-8f5c61182508d191798f0d290f7fcc30a22a3086","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-09 - Cabinet of Commissioner Thierry Breton x None"],"date":["2020-04-09"],"summary":["Video call with Pharmaceutical Industrial Associations and the European Medicines Agency to discuss Possible shortages of medicines and medical devices for the Covid-19 outbreak"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-38526121292-88","ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","eu-tr-05366537746-69","eu-tr-433743725252-26","eu-tr-87600691525-93","eu-tr-53073567234-18","eu-tr-99565011637-64"]}} -{"id":"ec-meeting-2020-04-09-91f4364359d358c97a624ff2cc12c4df28ef6202","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-09 - Cabinet of Executive Vice-President Frans Timmermans x Tesla Motors Netherlands B.V."],"date":["2020-04-09"],"summary":["Economic situation in the automotive sector"],"notes":["Portfolio: European Green Deal"],"location":["Brussels (video call)"],"address":["Brussels (video call)"],"addressEntity":["addr-b824ac3306f40e46535fcd935aed798786ca6409"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-547225616323-13","ec-person-d56ecbfde17436a136fc89c9a978b266e8285c84"]}} -{"id":"ec-meeting-2020-04-09-a8d15bed9ce8055448052907a4b54ebb89252f69","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-09 - Cabinet of Commissioner Stella Kyriakides x None"],"date":["2020-04-09"],"summary":["Video call with Pharmaceutical Industrial Associations and the European Medicines Agency to discuss Possible shortages of medicines and medical devices for the Covid-19 outbreak"],"notes":["Portfolio: Health"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-kyriakides-of-stella"],"involved":["eu-tr-38526121292-88","eu-tr-05366537746-69","ec-person-c7513fae2df7920eea99d7cc103a354aa4f56b6e","eu-tr-64879142323-90","eu-tr-433743725252-26","eu-tr-87600691525-93","eu-tr-48325781850-28","eu-tr-53073567234-18","eu-tr-99565011637-64"]}} -{"id":"ec-meeting-2020-04-14-0ca5293b598c53fefa0aadee81e750901503ed12","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-14 - Defence Industry and Space x N+C"],"date":["2020-04-14"],"summary":["Presentation of Aero Vodochody Aerospace a.s. (AVA) to DG DEFIS"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-dg-defis"],"involved":["ec-person-a5e52cd544ea3aa44eb4b31fac65a468499f106e","eu-tr-681352437701-33"]}} -{"id":"ec-meeting-2020-04-14-3af37c42787521a87a651b214f0bc607a79d538f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-14 - Cabinet of Executive Vice-President Frans Timmermans x Shell Companies"],"date":["2020-04-14"],"summary":["Video conference on Sky Scenario EU 2050"],"notes":["Portfolio: European Green Deal"],"location":["Brussels (video conference)"],"address":["Brussels (video conference)"],"addressEntity":["addr-1a77e12c05a39186f3ddab600c3e9e619c4822ef"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce","eu-tr-05032108616-26","ec-person-d56ecbfde17436a136fc89c9a978b266e8285c84","ec-person-f1a3478550296f3f9accdc67d6ef5a0b681dda4b"]}} -{"id":"ec-meeting-2020-04-14-cb149e18dd334cd18d60f9d3e91df81d41d482a7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-14 - Cabinet of Commissioner Didier Reynders x Beiten Burkhardt"],"date":["2020-04-14"],"summary":["impact of COVID-19 on consumers"],"notes":["Portfolio: Justice"],"location":["video-conferencing"],"address":["video-conferencing"],"addressEntity":["addr-211c505d204b295e60497aa4c59557bb484ca6c5"],"organizer":["ec-cabinet-commissioner-didier-of-reynders"],"involved":["eu-tr-179994825473-48","ec-person-4cd0043747c40cfeaced5e4c68e43372cdb8dac9"]}} -{"id":"ec-meeting-2020-04-15-0dbe8c0b7bb99e4a00ce7901d1d0389b7d7b42d7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-15 - Cabinet of Commissioner Thierry Breton x Google"],"date":["2020-04-15"],"summary":["Tracing apps and privacy of individuals"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","eu-tr-03181945560-59","ec-person-4d83416435f81b1f1e8f5c86aeebb1478577f1d2"]}} -{"id":"ec-meeting-2020-04-15-17cc1f3736bdb90686d48ace6d0c5a9f3404863a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-15 - Cabinet of Executive Vice-President Frans Timmermans x International Biocontrol Manufacturers' Association"],"date":["2020-04-15"],"summary":["Green Deal"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - video conference"],"address":["Brussels - video conference"],"addressEntity":["addr-d7df553e47e69d1cc9f4189b36b7c867f80459b0"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-06818218065-85","ec-person-33624431cbec1074e151c1707715ef46d2ba9565"]}} -{"id":"ec-meeting-2020-04-15-1bb78757303fde387cafd400ca7d4f5a7ecf6987","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-15 - Cabinet of Executive Vice-President Frans Timmermans x None"],"date":["2020-04-15"],"summary":["Risk-prepardness in electricity sector, impact of crisis on clean energy investments, priorities of electricity sector for the upcoming energy initiatives under the Green Deal."],"notes":["Portfolio: European Green Deal"],"location":["Brussels - videoconference"],"address":["Brussels - videoconference"],"addressEntity":["addr-a3a01e55b02ab591ce10151760698f4306ec49cb"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-7c876f4825f213b8adbedf089ccedfbc3b36d65b","eu-tr-4271427696-87","eu-tr-727640226367-07","eu-tr-12955024114-93","eu-tr-259833430274-05","eu-tr-41816938101-07","eu-tr-569652431561-54","eu-tr-39966101835-69","eu-tr-56592866496-47","eu-tr-6256831207-27"]}} -{"id":"ec-meeting-2020-04-15-2ac0aa2d136385f5c0ea9ee003a636cd29ea4d60","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-15 - Financial Stability, Financial Services and Capital Markets Union x Federation of European Securities Exchanges"],"date":["2020-04-15"],"summary":["CMU and MiFID II/MiFIR"],"location":["Virtual meeting"],"address":["Virtual meeting"],"addressEntity":["addr-1f1f3f51a4da31a1ea5c1b4b21cbf52ad983224f"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-71488206456-23","ec-person-1fce211249673c35ee07a801ddee77ab24af8d54"]}} -{"id":"ec-meeting-2020-04-15-3eb5ce6b9ed7f2c11014ca425ac9f4a039062990","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-15 - Cabinet of Commissioner Didier Reynders x Meta Platforms Ireland Limited and its various subsidiaries (f/k/a Facebook Ireland Limited)"],"date":["2020-04-15"],"summary":["Discussion on Facebook activities and priorities related to the Covid crisis."],"notes":["Portfolio: Justice"],"location":["Video conference"],"address":["Video conference"],"addressEntity":["addr-ebc9fd5c2f372a32153cf3f4d5fb918a96b84a88"],"organizer":["ec-cabinet-commissioner-didier-of-reynders"],"involved":["ec-person-50f9cba2282e1d03395cdd0faf9ce6e9a2ff3104","ec-person-1e25399e2267734c5f4c69093d2286c8898ee9f0","eu-tr-28666427835-74"]}} -{"id":"ec-meeting-2020-04-15-4126723c4b42fa5a384589c71d7290b72d620f8a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-15 - Climate Action x PGE Polska Grupa Energetyczna SA"],"date":["2020-04-15"],"summary":["Power sector decarbonisation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-clima"],"involved":["ec-person-9c5c685692a09a77f2bc8ae9c05663b87cd75aae","eu-tr-818300434979-49"]}} -{"id":"ec-meeting-2020-04-15-51ad202a0c6b85d98e915a8f5129a1e5dc33d34a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-15 - Cabinet of Commissioner Mariya Gabriel x Bill & Melinda Gates Foundation"],"date":["2020-04-15"],"summary":["COVID-19 and partnership on infectious diseases"],"notes":["Portfolio: Innovation and Youth"],"location":["video-conferencing"],"address":["video-conferencing"],"addressEntity":["addr-211c505d204b295e60497aa4c59557bb484ca6c5"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["ec-person-1674399a793e9e6fd7cf55b525515fc862fc9351","eu-tr-371567915480-41"]}} -{"id":"ec-meeting-2020-04-15-685ac7d468c9c1824f28e6b76dd9d69f970c75ff","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-15 - Cabinet of Vice-President Věra Jourová x Association of Commercial Television and Video on Demand Services in Europe"],"date":["2020-04-15"],"summary":["Disinformation, Media pluralism"],"notes":["Portfolio: Values and Transparency"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["ec-person-aa83f35da599b82e4f15da018f4b3447eb648f7c","eu-tr-18574111503-28","ec-person-fb258e0188a5319bfaba3161382db43f5a85851f"]}} -{"id":"ec-meeting-2020-04-15-761225dc430928122f7b6bf3f5686185128fccda","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-15 - Cabinet of Commissioner Didier Reynders x EUROPEAN FEDERATION OF JEWELLERY"],"date":["2020-04-15"],"summary":["diamond terminology in EU law and consumer protection."],"notes":["Portfolio: Justice"],"location":["video-conferencing"],"address":["video-conferencing"],"addressEntity":["addr-211c505d204b295e60497aa4c59557bb484ca6c5"],"organizer":["ec-cabinet-commissioner-didier-of-reynders"],"involved":["eu-tr-807551411768-46","ec-person-4cd0043747c40cfeaced5e4c68e43372cdb8dac9"]}} -{"id":"ec-meeting-2020-04-15-9e5d4fec9daab5db6e29facfa0a6ab563ce69fd2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-15 - Cabinet of Commissioner Nicolas Schmit x Chefcab"],"date":["2020-04-15"],"summary":["Videoconference meeting on skills and language training"],"notes":["Portfolio: Jobs and Social Rights"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-66fa2c2d100ec194caa42b5c6f97c36e2748b71c","ec-person-4cf4655ab41922e92160325d987a3c4615c72d30","eu-tr-613275537862-58"]}} -{"id":"ec-meeting-2020-04-15-a2508d55d174ba5ecbe3c17da008a26341132e3c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-15 - Cabinet of Commissioner Didier Reynders x None"],"date":["2020-04-15"],"summary":["impact of COVID-19 on the sector"],"notes":["Portfolio: Justice"],"location":["videoconference"],"address":["videoconference"],"addressEntity":["addr-92b2fbb928e012810d80d9ef1abe12027beee200"],"organizer":["ec-cabinet-commissioner-didier-of-reynders"],"involved":["ec-person-50f9cba2282e1d03395cdd0faf9ce6e9a2ff3104","eu-tr-881983612196-94","eu-tr-88072891086-36","ec-person-4cd0043747c40cfeaced5e4c68e43372cdb8dac9","ec-person-1e25399e2267734c5f4c69093d2286c8898ee9f0","eu-tr-9505781573-45","eu-tr-70614728635-77"]}} -{"id":"ec-meeting-2020-04-15-a8ac5074349d5114dc9dec0733abe90e02db8fe4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-15 - Cabinet of Executive Vice-President Frans Timmermans x Teneo Brussels"],"date":["2020-04-15"],"summary":["Sustainable food systems"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - video conference"],"address":["Brussels - video conference"],"addressEntity":["addr-d7df553e47e69d1cc9f4189b36b7c867f80459b0"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-91124993695-29","ec-person-33624431cbec1074e151c1707715ef46d2ba9565"]}} -{"id":"ec-meeting-2020-04-15-aa121945ac028cbd8cda6545e3060ad9e8d01ac9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-15 - Cabinet of Commissioner Thierry Breton x Transport and Environment (European Federation for Transport and Environment) Climate Action Network Europe Health & Environment Alliance CEE Bankwatch Network Friends of the Earth Europe European Environmental Bureau Stichting BirdLife Europe WWF European Policy Programme Greenpeace European Unit"],"date":["2020-04-15"],"summary":["Priorities for the Coronavirus recovery"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-06798511314-27","eu-tr-58744833263-19","eu-tr-1083162721-43","eu-tr-00723343929-96","eu-tr-1414929419-24","ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","eu-tr-55888811123-49","eu-tr-9832909575-41","eu-tr-9825553393-31","eu-tr-93834493808-49"]}} -{"id":"ec-meeting-2020-04-15-ae8f7474015253afdda483a98f82071abeeef331","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-15 - Financial Stability, Financial Services and Capital Markets Union x Association for Financial Markets in Europe"],"date":["2020-04-15"],"summary":["COVID-19 and Financial Markets, AFME coronavirus initiatives, CSDR buy-ins, MiFID, and CMU/securitisation."],"location":["Virtual meeting"],"address":["Virtual meeting"],"addressEntity":["addr-1f1f3f51a4da31a1ea5c1b4b21cbf52ad983224f"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-65110063986-76","ec-person-1fce211249673c35ee07a801ddee77ab24af8d54"]}} -{"id":"ec-meeting-2020-04-15-c0fca4f6a47fdbf4417ea9db0a1f3671d4db29bd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-15 - Cabinet of Commissioner Virginijus Sinkevičius x Health Care Without Harm Europe"],"date":["2020-04-15"],"summary":["To discuss the zero-pollution action plan"],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Video meeting"],"address":["Video meeting"],"addressEntity":["addr-762dc9b5648e05f3894b6f2597baa8254e5414db"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["eu-tr-57514749088-82","ec-person-172a438ed334761e2ab5d52e551fd1bcb6ab6b8d"]}} -{"id":"ec-meeting-2020-04-15-decf6f0190b5e994288848099d9399209a69520b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-15 - Cabinet of Vice-President Margaritis Schinas x Search for Common Ground"],"date":["2020-04-15"],"summary":["Erasmus+ virtual exchange"],"notes":["Portfolio: Promoting the European Way of Life"],"location":["virtual meeting via videoconference"],"address":["virtual meeting via videoconference"],"addressEntity":["addr-503e6ae26b86a919d607047ddbf9f5d759a1f0ae"],"organizer":["ec-cabinet-margaritis-of-president-schinas-vice"],"involved":["eu-tr-809274824592-30","ec-person-b59ff7316734021e48aa7e0fd79eeeab36ea2bb4"]}} -{"id":"ec-meeting-2020-04-15-e7c3baea359ad564a72965ea84b82eb7e8ca30bb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-15 - Cabinet of Executive Vice-President Frans Timmermans x Bloomberg L.P."],"date":["2020-04-15"],"summary":["Expected impact of Corona crisis on clean energy investments, key drivers of underpinning market evolution and future perspectives?"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - videoconference"],"address":["Brussels - videoconference"],"addressEntity":["addr-a3a01e55b02ab591ce10151760698f4306ec49cb"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-7c876f4825f213b8adbedf089ccedfbc3b36d65b","eu-tr-214140728444-40"]}} -{"id":"ec-meeting-2020-04-15-ff43dd0c8dcf5ae641f6149e1e20704e9d9cd314","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-15 - Cabinet of Commissioner Kadri Simson x None"],"date":["2020-04-15"],"summary":["Risk-preparedness in electricity sector, impact of crisis on clean energy investments, priorities of electricity sector for the upcoming energy initiatives under the Green Deal"],"notes":["Portfolio: Energy"],"location":["Video-conferencing"],"address":["Video-conferencing"],"addressEntity":["addr-4611e6784da5e4097c2b6fa2bc5e51eb9a0577bd"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["eu-tr-727640226367-07","eu-tr-4271427696-87","eu-tr-12955024114-93","eu-tr-259833430274-05","eu-tr-41816938101-07","ec-person-d40f25b5cb5c0681854a4996da444478318f7e58","eu-tr-569652431561-54","eu-tr-39966101835-69","eu-tr-56592866496-47","eu-tr-6256831207-27","ec-person-1995c65b8dc7f3702a8c30ed96a0144075848837"]}} -{"id":"ec-meeting-2020-04-16-1b1b8b60b35b201d1c9c3e2f1d418d88b9bbc512","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-16 - Defence Industry and Space x Airbus"],"date":["2020-04-16"],"summary":["Follow-up to the 9 April 2020 call"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-dg-defis"],"involved":["ec-person-a5e52cd544ea3aa44eb4b31fac65a468499f106e","eu-tr-2732167674-76"]}} -{"id":"ec-meeting-2020-04-16-38dfbff3b4c6d619e66087b9b898e0dce9153c22","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-16 - Cabinet of Executive Vice-President Frans Timmermans x Green 10"],"date":["2020-04-16"],"summary":["Economic recovery measures, Green Deal, Biodiversity, Farm to Fork Strategy, climate ambition."],"notes":["Portfolio: European Green Deal"],"location":["Brussels - videoconference"],"address":["Brussels - videoconference"],"addressEntity":["addr-a3a01e55b02ab591ce10151760698f4306ec49cb"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-7c876f4825f213b8adbedf089ccedfbc3b36d65b","eu-tr-70309834043-10"]}} -{"id":"ec-meeting-2020-04-16-43a2567bfe2a6c54917556717dbc1f82dac649c0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-16 - Communications Networks, Content and Technology x Airbus"],"date":["2020-04-16"],"summary":["Follow-up to the 9 April 2020 cal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-2732167674-76","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2020-04-16-4ad700ff0da17a31a847746d3bf93de496eedadd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-16 - Cabinet of High Representative Josep Borrell Fontelles x Bill & Melinda Gates Foundation"],"date":["2020-04-16"],"summary":["Covid-19"],"notes":["Portfolio: High Representative of the Union for Foreign Affairs and Security Policy / Vice-President of the Commission"],"location":["Conference call"],"address":["Conference call"],"addressEntity":["addr-28ba88479582b2f75898964548da4252dc7db7d2"],"organizer":["ec-borrell-cabinet-fontelles-high-josep-of-representative"],"involved":["ec-person-ed7a9452eaf44b4cf98c95e882928d909ad02226","eu-tr-371567915480-41"]}} -{"id":"ec-meeting-2020-04-16-55c54e088264f89ff0f76f53bb18026e637433fd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-16 - Cabinet of Commissioner Didier Reynders x Compagnie Nationale des Conseils en Propriété Industrielle"],"date":["2020-04-16"],"summary":["unitary patent jurisdiction and consumer protection"],"notes":["Portfolio: Justice"],"location":["video-conferencing"],"address":["video-conferencing"],"addressEntity":["addr-211c505d204b295e60497aa4c59557bb484ca6c5"],"organizer":["ec-cabinet-commissioner-didier-of-reynders"],"involved":["eu-tr-943597031178-23","ec-person-4cd0043747c40cfeaced5e4c68e43372cdb8dac9"]}} -{"id":"ec-meeting-2020-04-16-74d857b1a460f1bf7998e88a81c8c341da9daf23","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-16 - Cabinet of Commissioner Didier Reynders x International Air Transport Association"],"date":["2020-04-16"],"summary":["Impact of COVID-19"],"notes":["Portfolio: Justice"],"location":["Video-conference"],"address":["Video-conference"],"addressEntity":["addr-afae67aab834151e72f631228e72361e369db072"],"organizer":["ec-cabinet-commissioner-didier-of-reynders"],"involved":["eu-tr-1805107590-28","ec-person-1e25399e2267734c5f4c69093d2286c8898ee9f0"]}} -{"id":"ec-meeting-2020-04-16-764d188a0054800b45f168acca847780b0ec6fed","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-16 - Cabinet of Executive Vice-President Frans Timmermans x Hanover Communications International"],"date":["2020-04-16"],"summary":["Video conference on COVID-19 and Green Deal"],"notes":["Portfolio: European Green Deal"],"location":["Brussels (video conference)"],"address":["Brussels (video conference)"],"addressEntity":["addr-1a77e12c05a39186f3ddab600c3e9e619c4822ef"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce","eu-tr-712987314570-57"]}} -{"id":"ec-meeting-2020-04-16-81c7dfb31041189ae11f3f372d9b678690315918","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-16 - Cabinet of Commissioner Ylva Johansson x SDG Watch Europe"],"date":["2020-04-16"],"summary":["Exchanges of views"],"notes":["Portfolio: Home Affairs"],"location":["brussels"],"address":["brussels"],"addressEntity":["addr-e2daa1574b7ac475c827b33e281bd2d5e013c882"],"organizer":["ec-cabinet-commissioner-johansson-of-ylva"],"involved":["eu-tr-037833727533-45","ec-person-1f14c98028fa6f9f43ee9cd5aef7ed77c30761a5"]}} -{"id":"ec-meeting-2020-04-16-a59b99b4c1dd3ba14c6c5548c87a6867785e4f74","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-16 - Cabinet of Commissioner Thierry Breton x EUROPEAN APPAREL AND TEXTILE CONFEDERATION European Cultural and Creative Industries Alliance H & M Hennes & Mauritz AB"],"date":["2020-04-16"],"summary":["Assessment of the current situation in the textile industry following COVID-19"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-7824139202-85","ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","eu-tr-937959014241-02","eu-tr-130166611998-65"]}} -{"id":"ec-meeting-2020-04-16-d29149c18171c80e012747eed7674d3693e350a7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-16 - Trade x The European Steel Association"],"date":["2020-04-16"],"summary":["Implication of Coronavirus for the safeguard"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-trade"],"involved":["ec-person-2045c2589da3988908fcfe731e8224e7e06a7c63","eu-tr-93038071152-83"]}} -{"id":"ec-meeting-2020-04-16-e92b82bae279ff935f1bdc056571032102bd0c51","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-16 - Cabinet of Executive Vice-President Frans Timmermans x 3E"],"date":["2020-04-16"],"summary":["Renewable energy and the Green Deal/ green recovery"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - video conference"],"address":["Brussels - video conference"],"addressEntity":["addr-d7df553e47e69d1cc9f4189b36b7c867f80459b0"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-9eafbf4a92961023c7df3ab389ae6d4301dec4bf","eu-tr-835021737805-19"]}} -{"id":"ec-meeting-2020-04-16-f592b5810dad2e276a11f0b98b6e4ca804b12720","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-16 - Cabinet of Commissioner Thierry Breton x European farmers Danone Centre de liaison des industries transformatrices de viande de l'UE Unilever The Brewers of Europe European agri-cooperatives METRO AG SPAR Österreichische Warenhandels-AG"],"date":["2020-04-16"],"summary":["COVID crisis: exit and recovery of the agro-food ecosystem"],"notes":["Portfolio: Internal Market"],"location":["Video Conference"],"address":["Video Conference"],"addressEntity":["addr-fd005d1da26cd3c9a734fbbadaf813e8115acdeb"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-479994110538-77","ec-person-4b5aaa9cea258419f934faa90c41e25de348a2d8","eu-tr-44856881231-49","ec-person-e18e6e300776f5f47ca4c72c1ba1b0d0eb1e71fe","ec-person-1ab5843ab67b9915be990aebc02f9a83df200cf4","ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","eu-tr-02978802379-31","eu-tr-6200524920-25","eu-tr-65744846168-89","eu-tr-09586631237-74","eu-tr-81610896372-23","eu-tr-017784530272-96"]}} -{"id":"ec-meeting-2020-04-17-105cd583836cee39e18fee3466d163d519dad694","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-17 - Cabinet of Commissioner Ylva Johansson x DLA Piper UK LLP - Belgium"],"date":["2020-04-17"],"summary":["Urgent relocation of unaccompanied minors"],"notes":["Portfolio: Home Affairs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-johansson-of-ylva"],"involved":["ec-person-eafe594fe2bcb6af27f0422c2491a9d8cf2400da","eu-tr-038826514581-56"]}} -{"id":"ec-meeting-2020-04-17-19e403cce5a8b451b378b9606e326af0c91c97df","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-17 - Foreign Policy Instruments x Appel de Genève / Geneva Call"],"date":["2020-04-17"],"summary":["Exchange on conflict prevention and crisis management"],"location":["VTC"],"address":["VTC"],"addressEntity":["addr-9d1acaa772820b8ade84113d2da24716fe455be2"],"organizer":["ec-dg-fpi"],"involved":["eu-tr-302979911822-71","ec-person-c3b6b442c99862009242a343eeb51ed66498bd31"]}} -{"id":"ec-meeting-2020-04-17-22d5eb7fdf87cf5ee064c75e865921f9b1a0353d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-17 - Internal Market, Industry, Entrepreneurship and SMEs x Orgalim – Europe's Technology Industries"],"date":["2020-04-17"],"summary":["Introductory meeting requested by Orgalim to present their activities and their priorities for digital and green policy and raise issues in COVID 19 circumstances"],"location":["Phone call"],"address":["Phone call"],"addressEntity":["addr-cac056598c767cdeaa0f13cfe91d25988c24c698"],"organizer":["ec-dg-grow"],"involved":["ec-person-0151c7e554d188fffc509ad636b7d1a84c5dfcd5","eu-tr-20210641335-88"]}} -{"id":"ec-meeting-2020-04-17-29e04502d9c91cb06c65cfb6e238ca74e9ebe5e4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-17 - Justice and Consumers x Huhtamäki Oyj"],"date":["2020-04-17"],"summary":["Skype meeting with CEO (ref. Guidance for Single Use Plastics Directive (EU 2019/904) - Definition of plastic)"],"location":["skype meeting"],"address":["skype meeting"],"addressEntity":["addr-10c7c3a965dec27dde2afd4d8fd49cce3672b59b"],"organizer":["ec-dg-just"],"involved":["eu-tr-391796433461-57","ec-person-64fe91130a710e9441279ace59821186f8ef52c4"]}} -{"id":"ec-meeting-2020-04-17-6048ba727d5355cb69f0a10beace782730dc5b87","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-17 - Financial Stability, Financial Services and Capital Markets Union x The Alternative Investment Management Association Limited"],"date":["2020-04-17"],"summary":["The impact of the COVID-19 on the alternative investment management industry"],"location":["Virtual meeting"],"address":["Virtual meeting"],"addressEntity":["addr-1f1f3f51a4da31a1ea5c1b4b21cbf52ad983224f"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-232566516087-90","ec-person-1fce211249673c35ee07a801ddee77ab24af8d54"]}} -{"id":"ec-meeting-2020-04-17-690dd4783a55d225f2ff05554fde80ef786faaa7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-17 - Defence Industry and Space x Aerospace, Security and Defence Industries Association of Europe"],"date":["2020-04-17"],"summary":["Call to discuss aeronautics, space and defence topics."],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-defis"],"involved":["ec-person-a5e52cd544ea3aa44eb4b31fac65a468499f106e","eu-tr-72699997886-57"]}} -{"id":"ec-meeting-2020-04-17-794907ab2ef46793fdce92a85d6b41c6eba4b09b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-17 - Cabinet of Commissioner Didier Reynders x Spotify"],"date":["2020-04-17"],"summary":["General presentation of the activities of the organisation"],"notes":["Portfolio: Justice"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-didier-of-reynders"],"involved":["ec-person-442bf1ae9900b999673cdd7389224d0e21b67d4d","eu-tr-365747616583-15"]}} -{"id":"ec-meeting-2020-04-17-85536b79cbaf7711023eaef3e9b85a3bcf8301a4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-17 - Cabinet of President Ursula von der Leyen x Siemens AG Volvo AB A.P. Møller - Mærsk A/S AIR LIQUIDE"],"date":["2020-04-17"],"summary":["Videoconference with Chairman of Volvo, Chairman of Siemens and Maersk, CEO of Air Liquide"],"notes":["Portfolio: President"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["eu-tr-94857385769-70","ec-person-a2ac27c3a7aa93937efc47169c1dc2264a822175","eu-tr-680443918500-51","eu-tr-51773601133-57","eu-tr-4266797770-31"]}} -{"id":"ec-meeting-2020-04-17-971e8f11d29e23f6e8af8a5cde0d6cf339060101","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-17 - Cabinet of Commissioner Thierry Breton x European Federation of Journalists VÖP - Verband Österreichischer Privatsender News Media Europe World Association of News Publishers European Magazine Media Association Schibsted ASA European Newspaper Publishers' Association"],"date":["2020-04-17"],"summary":["Economic impact of COVID-19"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-876753629274-54","eu-tr-532331921544-33","ec-person-5215bd372c5a1202399d77ecceb8c16de8d7d55c","eu-tr-37937886834-69","ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","eu-tr-48155811657-60","eu-tr-27471236588-39","eu-tr-577812220311-81","eu-tr-5950962136-12"]}} -{"id":"ec-meeting-2020-04-17-9c71760240634aebed48d03bc41b796df0dbae20","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-17 - Trade x thyssenkrupp Steel Europe AG"],"date":["2020-04-17"],"summary":["Implication of Coronavirus on steel industry"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-trade"],"involved":["ec-person-2045c2589da3988908fcfe731e8224e7e06a7c63","eu-tr-456211534646-58"]}} -{"id":"ec-meeting-2020-04-17-a8d15bed9ce8055448052907a4b54ebb89252f69","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-17 - Cabinet of Commissioner Stella Kyriakides x None"],"date":["2020-04-17"],"summary":["Video call with Pharmaceutical Industrial Associations, the European Medicines Agency and the European Centre for Disease Prevention and Control, to discuss Possible shortages of medicines and medical devices for the Covid-19 outbreak"],"notes":["Portfolio: Health"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-kyriakides-of-stella"],"involved":["eu-tr-38526121292-88","eu-tr-05366537746-69","ec-person-c7513fae2df7920eea99d7cc103a354aa4f56b6e","eu-tr-64879142323-90","eu-tr-433743725252-26","eu-tr-87600691525-93","eu-tr-48325781850-28","eu-tr-53073567234-18","eu-tr-99565011637-64"]}} -{"id":"ec-meeting-2020-04-17-b3e5096480ff21178c11fcd6c71ca2d2e635384f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-17 - Financial Stability, Financial Services and Capital Markets Union x Vanguard Asset Management Limited"],"date":["2020-04-17"],"summary":["The role of Capital markets in the economic recovery from COVID-19"],"location":["Virtual meeting"],"address":["Virtual meeting"],"addressEntity":["addr-1f1f3f51a4da31a1ea5c1b4b21cbf52ad983224f"],"organizer":["ec-dg-fisma"],"involved":["ec-person-1fce211249673c35ee07a801ddee77ab24af8d54","eu-tr-226354616978-90"]}} -{"id":"ec-meeting-2020-04-17-c64800da12fdc761b692a17b946b0fe703a5c44c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-17 - Financial Stability, Financial Services and Capital Markets Union x WWF European Policy Programme"],"date":["2020-04-17"],"summary":["Sustainable recovery after Covid-19"],"location":["Virtual meeting"],"address":["Virtual meeting"],"addressEntity":["addr-1f1f3f51a4da31a1ea5c1b4b21cbf52ad983224f"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-1414929419-24","ec-person-1fce211249673c35ee07a801ddee77ab24af8d54"]}} -{"id":"ec-meeting-2020-04-17-d30de5741b701ee58eddfb2f10b41dafdf68bbf9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-17 - Agriculture and Rural Development x WWF European Policy Programme European Environmental Bureau Stichting BirdLife Europe Greenpeace European Unit"],"date":["2020-04-17"],"summary":["Exchange of views on CAP and Green Deal"],"location":["Bruxelles - Skype call"],"address":["Bruxelles - Skype call"],"addressEntity":["addr-2940cef54e41dd6eea0747f1b71cc8cd20e29b52"],"organizer":["ec-dg-agri"],"involved":["eu-tr-06798511314-27","eu-tr-1083162721-43","eu-tr-1414929419-24","eu-tr-9832909575-41","ec-person-94f7c6e6875fa76120558bda38f913792cc61934"]}} -{"id":"ec-meeting-2020-04-17-dc5784b368accee855d170c5e61017c42781b59e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-17 - Cabinet of Executive Vice-President Frans Timmermans x PlasticsEurope"],"date":["2020-04-17"],"summary":["Plastics in the Green Deal, circular economy and Covid-19 crisis"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - conferencecall"],"address":["Brussels - conferencecall"],"addressEntity":["addr-51ebbe78d9e187e0f2b5f800bff7aed9bbf81772"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-9eafbf4a92961023c7df3ab389ae6d4301dec4bf","eu-tr-454264611835-56"]}} -{"id":"ec-meeting-2020-04-17-e57c5eb115bcd979a41fed697c0e3dbe8d90eb71","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-17 - Cabinet of Vice-President Maroš Šefčovič x Nickel Institute EUROMETAUX Wirtschaftskammer Österreich"],"date":["2020-04-17"],"summary":["Chemicals strategy for sustainability"],"notes":["Portfolio: Interinstitutional Relations and Foresight"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-61650796093-48","ec-person-99d328c319d8e996bb8eafd4f202a8dce083bf05","eu-tr-77947983421-21","eu-tr-10405322962-08"]}} -{"id":"ec-meeting-2020-04-17-f48ee6469d13e790114aa5b604421d3a69264f9e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-17 - Cabinet of Commissioner Didier Reynders x VERBOND VAN BELGISCHE ONDERNEMINGEN / FEDERATION DES ENTREPRISES DE BELGIQUE"],"date":["2020-04-17"],"summary":["Impact of Covid-19 on the Belgian and European economies, EU actions, exit and recovery strategies"],"notes":["Portfolio: Justice"],"location":["Video-conference"],"address":["Video-conference"],"addressEntity":["addr-afae67aab834151e72f631228e72361e369db072"],"organizer":["ec-cabinet-commissioner-didier-of-reynders"],"involved":["eu-tr-47676761061-93","ec-person-1e25399e2267734c5f4c69093d2286c8898ee9f0"]}} -{"id":"ec-meeting-2020-04-17-f8338d8f78ad88a790852a874e6e6209d0ca29d6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-17 - Cabinet of Executive Vice-President Margrethe Vestager x Verband der Automobilindustrie"],"date":["2020-04-17"],"summary":["To discuss with you the consequences of COVID-19 on the automotive industry"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-bb1f295d8be3d10004d7e5fd7c24248a21215775","eu-tr-95574664768-90"]}} -{"id":"ec-meeting-2020-04-19-bda3434b91923eff7e3527f099dc2d0eede4df15","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-19 - Cabinet of Commissioner Jutta Urpilainen x Bill & Melinda Gates Foundation"],"date":["2020-04-19"],"summary":["COVID-19"],"notes":["Portfolio: International Partnerships"],"location":["Teleconference"],"address":["Teleconference"],"addressEntity":["addr-a1b2e4eeecb1f46f3239fd2a390e2ec3f16bc2cb"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["eu-tr-371567915480-41","ec-person-7c4fa9cfb750b5b524c065180fcee1123b8df03e"]}} -{"id":"ec-meeting-2020-04-20-120a285b5cec6eb74fa4d263e59aae02a50e833c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-20 - Cabinet of Commissioner Janez Lenarčič x International Rescue Committee Inc"],"date":["2020-04-20"],"summary":["Covid-19 response"],"notes":["Portfolio: Crisis Management"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-janez-lenarcic-of"],"involved":["ec-person-a6cd325c80698b2331699224c780ebfb10573602","eu-tr-66790095679-26"]}} -{"id":"ec-meeting-2020-04-20-3589cfc766277854093bf387f44992dc754ff6ac","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-20 - Cabinet of Commissioner Thierry Breton x Bayerische Motoren Werke Aktiengesellschaft Fiat Chrysler Automobiles Scania AB (publ) Peugeot S.A. Association des Constructeurs Européens d'Automobiles RENAULT Northvolt European Association Automotive Suppliers"],"date":["2020-04-20"],"summary":["the automotive industry ecosystem - recovery measures"],"notes":["Portfolio: Internal Market"],"location":["videoconference"],"address":["videoconference"],"addressEntity":["addr-92b2fbb928e012810d80d9ef1abe12027beee200"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-278373226442-94","eu-tr-91408765797-03","eu-tr-0649790813-47","eu-tr-39900807417-87","ec-person-9cf97e549f67c3228d1478a3a67d652eb28c5b46","ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","eu-tr-7193977808-18","eu-tr-7387356890-48","eu-tr-946343776-69","eu-tr-3305029916-47"]}} -{"id":"ec-meeting-2020-04-20-39eb8e9f2b3505d3a3c09139485a1c0acaa4ae90","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-20 - Cabinet of Executive Vice-President Frans Timmermans x WindEurope"],"date":["2020-04-20"],"summary":["Wind Energy in the European Green Deal: prospects and challenges from COVID-19 to recovery and beyond."],"notes":["Portfolio: European Green Deal"],"location":["Brussels - videoconference"],"address":["Brussels - videoconference"],"addressEntity":["addr-a3a01e55b02ab591ce10151760698f4306ec49cb"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-7c876f4825f213b8adbedf089ccedfbc3b36d65b","eu-tr-19920706471-21"]}} -{"id":"ec-meeting-2020-04-20-48b2ff73ba88553305aa1a74ea90c30a7a61922e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-20 - Cabinet of Vice-President Věra Jourová x American Chamber of Commerce to the European Union"],"date":["2020-04-20"],"summary":["Artificial Intelligence, International Data Flows and Data Protection, Disinformation, EU Digital Policy Package"],"notes":["Portfolio: Values and Transparency"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["ec-person-74c07660dcbc6dc9993b34462cf2a1fec35925ea","eu-tr-5265780509-97","ec-person-fb258e0188a5319bfaba3161382db43f5a85851f"]}} -{"id":"ec-meeting-2020-04-20-6547733341d9e7c99cddcefa9ae6a40688ee0217","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-20 - Cabinet of Vice-President Věra Jourová x International Press Institute Europäisches Zentrum für Presse- und Medienfreiheit Stichting Free Press Unlimited Association of European Journalists International Federation of Journalists Reporters sans frontières Committee to Protect Journalists European Federation of Journalists"],"date":["2020-04-20"],"summary":["Freedom of press and rights of journalists"],"notes":["Portfolio: Values and Transparency"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["ec-person-aa83f35da599b82e4f15da018f4b3447eb648f7c","eu-tr-612547127497-45","eu-tr-999725935832-94","eu-tr-018214429231-64","ec-person-76793b3bad1c7471121c510a962aae356d19c30b","ec-person-bf54da17217bbddfd9c68fe24d88005ac17e2c4b","eu-tr-244060929225-74","eu-tr-823710129179-63","eu-tr-27471236588-39","eu-tr-370649919011-72","eu-tr-370877536078-58"]}} -{"id":"ec-meeting-2020-04-20-7767f0e1940465088623ee585eebb7d06f26b1d6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-20 - Cabinet of Executive Vice-President Margrethe Vestager x Booking.com B.V."],"date":["2020-04-20"],"summary":["To discuss the digital potential for the wider economy and society"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-146537115285-34","ec-person-11d97788772862bb34f51dd26d7f92603eac1bf8"]}} -{"id":"ec-meeting-2020-04-20-898126d46ca439c560cb7364e44e3348eca3f52c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-20 - Cabinet of Vice-President Věra Jourová x Open Society European Policy Institute"],"date":["2020-04-20"],"summary":["Roma inclusion, impact of COVID19 crisis on Roma"],"notes":["Portfolio: Values and Transparency"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["eu-tr-8557515321-37","ec-person-bf54da17217bbddfd9c68fe24d88005ac17e2c4b","ec-person-28fecf6c4f04b3a2af1d74c742e147920ab849c5"]}} -{"id":"ec-meeting-2020-04-20-9185e5cd7f29a71d59984008c224e3377ffb0f96","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-20 - Cabinet of Commissioner Thierry Breton x European Plastics Converters Association MOL Hungarian Oil and Gas Company CEMBUREAU - The European Cement Association ArcelorMittal HeidelbergCement AG European Chemical Industry Council The European Steel Association FuelsEurope Eni S.p.A. Minafin Group"],"date":["2020-04-20"],"summary":["COVID 19 economic impact on Energy intensive industries"],"notes":["Portfolio: Internal Market"],"location":["video conference"],"address":["video conference"],"addressEntity":["addr-6dc12e3c97077db82f32184f24341ce370a445fd"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-99578067285-35","eu-tr-23527541824-60","eu-tr-564048737785-44","eu-tr-93987316076-63","ec-person-1ab5843ab67b9915be990aebc02f9a83df200cf4","eu-tr-93255296152-29","ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","eu-tr-81970148701-15","eu-tr-64879142323-90","eu-tr-26207914726-42","eu-tr-93038071152-83","eu-tr-08569166274-90"]}} -{"id":"ec-meeting-2020-04-20-9c6004b46191d38299916cba57b9deb137c187ef","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-20 - Cabinet of Executive Vice-President Frans Timmermans x Royal DSM"],"date":["2020-04-20"],"summary":["Sustainable food systems"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - video conference"],"address":["Brussels - video conference"],"addressEntity":["addr-d7df553e47e69d1cc9f4189b36b7c867f80459b0"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-33624431cbec1074e151c1707715ef46d2ba9565","eu-tr-73926352722-07"]}} -{"id":"ec-meeting-2020-04-20-9de25af2f89c84d31f64b2b7a672150e26bed415","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-20 - Cabinet of Commissioner Helena Dalli x Open Society European Policy Institute"],"date":["2020-04-20"],"summary":["Roma inclusion, Impact of COVID-19 crisis on Roma"],"notes":["Portfolio: Equality"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-dalli-helena-of"],"involved":["eu-tr-8557515321-37","ec-person-d0b568d53468fcd3dfeeaddbd07343b5b065914d"]}} -{"id":"ec-meeting-2020-04-20-b9aa40017355e4692bfb1bbcb4cfb3be8919f464","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-20 - Cabinet of Commissioner Phil Hogan x Diageo"],"date":["2020-04-20"],"summary":["trade matters"],"location":["Video conference"],"address":["Video conference"],"addressEntity":["addr-ebc9fd5c2f372a32153cf3f4d5fb918a96b84a88"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-10774885698-20","ec-person-a1a78365cc4685b0958056646204977d8f2ead92"]}} -{"id":"ec-meeting-2020-04-20-c67ef8fd149d10a3ab992f95ca29da0b9af0d80d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-20 - Cabinet of Commissioner Jutta Urpilainen x CONCORD Europe"],"date":["2020-04-20"],"summary":["Inequalities"],"notes":["Portfolio: International Partnerships"],"location":["Teleconference"],"address":["Teleconference"],"addressEntity":["addr-a1b2e4eeecb1f46f3239fd2a390e2ec3f16bc2cb"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["eu-tr-34478709670-34","ec-person-e29b72fe81d25796214b1c5915c52a124f06cd9d","ec-person-6357f4506ca5351b3a822936612fd6006da48722"]}} -{"id":"ec-meeting-2020-04-20-d07ba2bbf73baa78c3607789c471595a99a3d34a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-20 - Cabinet of Commissioner Thierry Breton x Compagnie de SAINT-GOBAIN CAISSE DES DEPOTS European Builders Confederation AISBL Koninklijke Vereniging MKB-Nederland Construction Products Europe Wienerberger AG Associazione Nazionale Costruttori Edili European Construction Industry Federation"],"date":["2020-04-20"],"summary":["Follow-up call on the crisis’ impact on the built environment sector"],"notes":["Portfolio: Internal Market"],"location":["Video Conference"],"address":["Video Conference"],"addressEntity":["addr-fd005d1da26cd3c9a734fbbadaf813e8115acdeb"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-82041746393-10","eu-tr-84606487324-44","eu-tr-48010783162-91","ec-person-1ab5843ab67b9915be990aebc02f9a83df200cf4","ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","eu-tr-892857311821-20","eu-tr-05673984520-73","eu-tr-92221016212-42","eu-tr-09256701147-51","eu-tr-56464646505-30"]}} -{"id":"ec-meeting-2020-04-20-d200d331887d31be470d0230f2ecdb242af718af","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-20 - Cabinet of Vice-President Dubravka Šuica x AGE Platform Europe"],"date":["2020-04-20"],"summary":["-\tReport on the Impact of Demographic Change\r\n-\tGreen Paper on Ageing\r\n-\tLong-term vision on rural areas\r\n-\tMadrid International Plan of Action on Ageing"],"notes":["Portfolio: Democracy and Demography"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dubravka-of-president-suica-vice"],"involved":["eu-tr-16549972091-86","ec-person-bae2f44eb21285b37ecc9c7f2f42b4acb1f53264","ec-person-3fde0db8d8834e47db2b7c32ce5c469b66548f1b"]}} -{"id":"ec-meeting-2020-04-20-d6199ff3a88c0de0e6dc41d0a4bd775aca014229","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-20 - Climate Action x Verband der Automobilindustrie"],"date":["2020-04-20"],"summary":["Green deal and the automotive sector"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-clima"],"involved":["ec-person-9c5c685692a09a77f2bc8ae9c05663b87cd75aae","eu-tr-95574664768-90"]}} -{"id":"ec-meeting-2020-04-20-f36b26cf28e8c9306a58a0c861364f40d60da6a8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-20 - Cabinet of Commissioner Kadri Simson x WindEurope"],"date":["2020-04-20"],"summary":["Wind Energy in the European Green Deal: prospects and challenges from COVID-19 to recovery and beyond"],"notes":["Portfolio: Energy"],"location":["Video-conferencing"],"address":["Video-conferencing"],"addressEntity":["addr-4611e6784da5e4097c2b6fa2bc5e51eb9a0577bd"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["eu-tr-19920706471-21","ec-person-9b7f5fe059e5b0b40e79e9170211aa2f02322fdb","ec-person-1995c65b8dc7f3702a8c30ed96a0144075848837"]}} -{"id":"ec-meeting-2020-04-21-0269c7e564e49c1a16d30a1e55220f8037ee023f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-21 - Cabinet of Commissioner Paolo Gentiloni x The European Steel Association"],"date":["2020-04-21"],"summary":["ETS State Aid Guidelines"],"notes":["Portfolio: Economy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gentiloni-of-paolo"],"involved":["eu-tr-93038071152-83","ec-person-404d55367ba0dadec989b6dc2eab96ef2abd96af"]}} -{"id":"ec-meeting-2020-04-21-0e3040c4041ee6ebb0eb05ad82c22d53df7a67cb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-21 - Cabinet of Executive Vice-President Frans Timmermans x Koninklijke Philips"],"date":["2020-04-21"],"summary":["Green recovery and circular economy"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - conference call"],"address":["Brussels - conference call"],"addressEntity":["addr-27813f3e2dee8583598be7d7e56ee7cabd4228dc"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-7c876f4825f213b8adbedf089ccedfbc3b36d65b","eu-tr-035366013790-68"]}} -{"id":"ec-meeting-2020-04-21-163d966baa8427f5ae1d0fa3946552a1b1e8bcaa","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-21 - Cabinet of Vice-President Věra Jourová x The European Region of the International Lesbian, Gay, Bisexual, Trans and Intersex Association"],"date":["2020-04-21"],"summary":["impact of COVID19 on LGBTI+ persons"],"notes":["Portfolio: Values and Transparency"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["ec-person-bf54da17217bbddfd9c68fe24d88005ac17e2c4b","eu-tr-11977456675-84","ec-person-28fecf6c4f04b3a2af1d74c742e147920ab849c5"]}} -{"id":"ec-meeting-2020-04-21-204083cc25cea1534a69ce911a6beb9f27eb5366","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-21 - Cabinet of Executive Vice-President Frans Timmermans x European Federation of Food, Agriculture and Tourism Trade Unions"],"date":["2020-04-21"],"summary":["European Green Deal"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - videoconference"],"address":["Brussels - videoconference"],"addressEntity":["addr-a3a01e55b02ab591ce10151760698f4306ec49cb"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-33130841043-14","ec-person-7c876f4825f213b8adbedf089ccedfbc3b36d65b"]}} -{"id":"ec-meeting-2020-04-21-22a1e40c5ac627350109debf7609751de0030924","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-21 - Cabinet of Commissioner Ylva Johansson x Svenska kyrkan"],"date":["2020-04-21"],"summary":["Migration and integration"],"notes":["Portfolio: Home Affairs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-johansson-of-ylva"],"involved":["ec-person-31b127e72e9dd30ce85ff2b475ac65d28d7dc48d","ec-person-e80f1d4512f8632e5baa488ed887e131294d744e","eu-tr-509049224958-13"]}} -{"id":"ec-meeting-2020-04-21-2f3549da4f5967dddd57403f4aa1e4a4dfca9818","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-21 - Cabinet of Commissioner Mariya Gabriel x Health Innovation Exchange"],"date":["2020-04-21"],"summary":["Opportunities for partnership, start-ups and SMEs in the period of economic recession post COVID-19 pandemic"],"notes":["Portfolio: Innovation and Youth"],"location":["video-conferencing"],"address":["video-conferencing"],"addressEntity":["addr-211c505d204b295e60497aa4c59557bb484ca6c5"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-059681437928-75","ec-person-1674399a793e9e6fd7cf55b525515fc862fc9351"]}} -{"id":"ec-meeting-2020-04-21-38589a8f17632622960874974c815748a44188ea","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-21 - Environment x Bundesverband der Deutschen Industrie e.V."],"date":["2020-04-21"],"summary":["Corona pandemic and its effects on the Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-env"],"involved":["eu-tr-1771817758-48","ec-person-3bc74ce04ea3f4ab4d91a5c88eef25b8b8a213b4"]}} -{"id":"ec-meeting-2020-04-21-3a1033f919ccdbcf6f95cc3f36597fb11782f5dd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-21 - Cabinet of Commissioner Thierry Breton x EuroCommerce Independent Retail Europe (formerly UGAL - Union of Groups of Independent Retailers of Europe) Ingka Services A.B."],"date":["2020-04-21"],"summary":["economic impact of COVID-19 on the retail sector"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-84973761187-60","eu-tr-1095068839-59","ec-person-4b5aaa9cea258419f934faa90c41e25de348a2d8","ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","eu-tr-034546859-02"]}} -{"id":"ec-meeting-2020-04-21-4202269ce9428c512a469feba916462562c72fa6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-21 - Cabinet of Commissioner Elisa Ferreira x Bruegel"],"date":["2020-04-21"],"summary":["Debate on the role of cohesion policy in the fight against COVID 19"],"notes":["Portfolio: Cohesion and Reforms"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-elisa-ferreira-of"],"involved":["ec-person-4121b3832a3dd4ec5d2c50f26f7003d3bada6d20","eu-tr-458295331598-02","ec-person-6aefca8f66cd57549e22428bee7f0d2c97d16f52"]}} -{"id":"ec-meeting-2020-04-21-439bddfc924c9bb53375a952749bfe422fd8d697","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-21 - Cabinet of Commissioner Helena Dalli x Mental Health Europe - Santé Mentale Europe"],"date":["2020-04-21"],"summary":["Mental health and disability issues"],"notes":["Portfolio: Equality"],"location":["Video conference"],"address":["Video conference"],"addressEntity":["addr-ebc9fd5c2f372a32153cf3f4d5fb918a96b84a88"],"organizer":["ec-cabinet-commissioner-dalli-helena-of"],"involved":["ec-person-d0b568d53468fcd3dfeeaddbd07343b5b065914d","eu-tr-245350514009-47"]}} -{"id":"ec-meeting-2020-04-21-4ba826ecfa25190a3305f95f63a588fb7853d245","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-21 - Cabinet of Vice-President Margaritis Schinas x Kreab Centre for European Reform"],"date":["2020-04-21"],"summary":["European Way of Life after the Coronavirus"],"notes":["Portfolio: Promoting the European Way of Life"],"location":["virtual meeting via videoconference"],"address":["virtual meeting via videoconference"],"addressEntity":["addr-503e6ae26b86a919d607047ddbf9f5d759a1f0ae"],"organizer":["ec-cabinet-margaritis-of-president-schinas-vice"],"involved":["ec-person-d5cada2a1a17537a675985af31e5ce07ae3bfd42","eu-tr-524976815651-12","eu-tr-1078390517-54"]}} -{"id":"ec-meeting-2020-04-21-50aa255041ff7e857068d685cc94a98e33c82198","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-21 - Cabinet of Executive Vice-President Frans Timmermans x Industriegewerkschaft Metall"],"date":["2020-04-21"],"summary":["European Green Deal"],"notes":["Portfolio: European Green Deal"],"location":["video conference (Brussels)"],"address":["video conference (Brussels)"],"addressEntity":["addr-96d45bbb99f3da137b2243f11b529ed54662db90"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-757195013270-80","ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce","ec-person-f1a3478550296f3f9accdc67d6ef5a0b681dda4b"]}} -{"id":"ec-meeting-2020-04-21-5bd873a0086800d7fe61753bc810e3766865529d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-21 - Cabinet of Commissioner Phil Hogan x International Trademark Association"],"date":["2020-04-21"],"summary":["Trade Matters"],"location":["Video Conference"],"address":["Video Conference"],"addressEntity":["addr-fd005d1da26cd3c9a734fbbadaf813e8115acdeb"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-a1a78365cc4685b0958056646204977d8f2ead92","eu-tr-10141574843-32"]}} -{"id":"ec-meeting-2020-04-21-606d8bffee9e21f2006a2295c239d1bb2eafe281","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-21 - Cabinet of Commissioner Adina Vălean x Community of European Railway and Infrastructure Companies"],"date":["2020-04-21"],"summary":["Impact of Coronavirus crisis on the rail sector and road to recovery"],"notes":["Portfolio: Transport"],"location":["Video"],"address":["Video"],"addressEntity":["addr-bc17c1f0179a888f2a7e8389f67d4f2cf5cf4531"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["ec-person-cc0354fbf386eb83f57c00ad5240f1dddeeabab4","eu-tr-7574621118-27","ec-person-6e21d867543ef3b910e746c319cb048abd054702"]}} -{"id":"ec-meeting-2020-04-21-6c58a3817ab85250056f23128ad07a7d0e751498","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-21 - Cabinet of Commissioner Thierry Breton x France Télévisions MFE - MEDIAFOREUROPE N.V EBU-UER (European Broadcasting Union) European Producers Club"],"date":["2020-04-21"],"summary":["Economic impact of COVID-19"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-31046456610-43","ec-person-5215bd372c5a1202399d77ecceb8c16de8d7d55c","eu-tr-344910313351-14","ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","eu-tr-93288301615-56","eu-tr-91471238809-21"]}} -{"id":"ec-meeting-2020-04-21-6d6f24219e53ae4b3bef880bbd98b32f0550076a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-21 - Cabinet of President Ursula von der Leyen x Airbus"],"date":["2020-04-21"],"summary":["Consequences of COVID-19 crisis on the aerospace sector"],"notes":["Portfolio: President"],"location":["Brussels (video conference)"],"address":["Brussels (video conference)"],"addressEntity":["addr-1a77e12c05a39186f3ddab600c3e9e619c4822ef"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-f2b941852d3b961d69ed695c2d243a1a2b4a1904","eu-tr-2732167674-76"]}} -{"id":"ec-meeting-2020-04-21-7c3c5a97e4445015814dc3ddb3d454757a273665","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-21 - Cabinet of President Ursula von der Leyen x Deutscher Gewerkschaftsbund"],"date":["2020-04-21"],"summary":["Videoconference with the Chairman of DGB"],"notes":["Portfolio: President"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-a2ac27c3a7aa93937efc47169c1dc2264a822175","eu-tr-07595112423-87"]}} -{"id":"ec-meeting-2020-04-21-87b3045760b77e39d1645357efe1ae01873f91c8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-21 - Cabinet of Executive Vice-President Margrethe Vestager x Koninklijke Philips"],"date":["2020-04-21"],"summary":["To discuss response to Covid-19; health data space"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-11d97788772862bb34f51dd26d7f92603eac1bf8","eu-tr-035366013790-68"]}} -{"id":"ec-meeting-2020-04-21-87d9bf3a09df248907c852771296f443c64ba5b9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-21 - Cabinet of President Ursula von der Leyen x Science Europe"],"date":["2020-04-21"],"summary":["Green deal"],"notes":["Portfolio: President"],"location":["Brussels (by video conference)"],"address":["Brussels (by video conference)"],"addressEntity":["addr-3ed77ac534da4cda225106ed14d58672bda0412f"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-f2b941852d3b961d69ed695c2d243a1a2b4a1904","eu-tr-73131808686-11"]}} -{"id":"ec-meeting-2020-04-21-89f11510067a977ab6c8cbe5e87babd4c2d24a0a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-21 - Cabinet of Commissioner Paolo Gentiloni x Confederazione Generale dell'Industria Italiana"],"date":["2020-04-21"],"summary":["ETS State Aid Guidelines"],"notes":["Portfolio: Economy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gentiloni-of-paolo"],"involved":["eu-tr-27762251795-15","ec-person-404d55367ba0dadec989b6dc2eab96ef2abd96af"]}} -{"id":"ec-meeting-2020-04-21-8b869c40a5e87b1488f7a0a181d856159559ba65","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-21 - Cabinet of Commissioner Thierry Breton x DIGITALEUROPE"],"date":["2020-04-21"],"summary":["Impact of Covid19 on digital companies"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-64270747023-20","ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","ec-person-4d83416435f81b1f1e8f5c86aeebb1478577f1d2"]}} -{"id":"ec-meeting-2020-04-21-a7869afbe051b77490dcceba60bb3aaa2440b7e6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-21 - Cabinet of Commissioner Mariya Gabriel x International Association of Scientific, Technical and Medical Publishers"],"date":["2020-04-21"],"summary":["Impact of COVID-19 on publishers"],"notes":["Portfolio: Innovation and Youth"],"location":["video-conferencing"],"address":["video-conferencing"],"addressEntity":["addr-211c505d204b295e60497aa4c59557bb484ca6c5"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-98356852465-08","ec-person-1674399a793e9e6fd7cf55b525515fc862fc9351"]}} -{"id":"ec-meeting-2020-04-21-c8330f6a168402ae9f29cdf7bc8f72c64b47d102","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-21 - Cabinet of Commissioner Helena Dalli x The European Region of the International Lesbian, Gay, Bisexual, Trans and Intersex Association"],"date":["2020-04-21"],"summary":["Impact of COVID-19 on LGBTI+ persons"],"notes":["Portfolio: Equality"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-dalli-helena-of"],"involved":["eu-tr-11977456675-84","ec-person-d0b568d53468fcd3dfeeaddbd07343b5b065914d"]}} -{"id":"ec-meeting-2020-04-22-020948787d2fdc0d21d85f76b14bc261513d486c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-22 - Cabinet of Commissioner Adina Vălean x European Boating Industry"],"date":["2020-04-22"],"summary":["Impact of COVID-19 pandemic on the boating sector"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["ec-person-baa9678f53e0a607c8a9bb2cd9122d1c13370154","eu-tr-74989093163-18"]}} -{"id":"ec-meeting-2020-04-22-0fdfdfde678c8e18c0d94bf19718669df3b224eb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-22 - Cabinet of Vice-President Věra Jourová x Equinet - the European Network of Equality Bodies"],"date":["2020-04-22"],"summary":["impact of COVID19 crisis on equality"],"notes":["Portfolio: Values and Transparency"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["ec-person-bf54da17217bbddfd9c68fe24d88005ac17e2c4b","eu-tr-718971811339-46","ec-person-28fecf6c4f04b3a2af1d74c742e147920ab849c5"]}} -{"id":"ec-meeting-2020-04-22-1c519d6bb2be3c117d348b89752546fd0df3b29a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-22 - Financial Stability, Financial Services and Capital Markets Union x Meta Platforms Ireland Limited and its various subsidiaries (f/k/a Facebook Ireland Limited)"],"date":["2020-04-22"],"summary":["Presentation of updated Libra White Paper"],"location":["Virtual meeting"],"address":["Virtual meeting"],"addressEntity":["addr-1f1f3f51a4da31a1ea5c1b4b21cbf52ad983224f"],"organizer":["ec-dg-fisma"],"involved":["ec-person-1fce211249673c35ee07a801ddee77ab24af8d54","eu-tr-28666427835-74"]}} -{"id":"ec-meeting-2020-04-22-1ff4d94b20b5ee2adb2f933b00450dab5658f0ba","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-22 - Cabinet of Commissioner Janusz Wojciechowski x European farmers European agri-cooperatives"],"date":["2020-04-22"],"summary":["Covid19 and its consequences to the EU agriculture sector"],"notes":["Portfolio: Agriculture"],"location":["videoconference"],"address":["videoconference"],"addressEntity":["addr-92b2fbb928e012810d80d9ef1abe12027beee200"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["ec-person-90b64673ee7f4c1dae185fbd64b45f5c45f2b66d","ec-person-08c62f972c22464aca7a65520eb9406f8db14a66","eu-tr-09586631237-74","eu-tr-44856881231-49"]}} -{"id":"ec-meeting-2020-04-22-21e6773017cf23ba6dda8bd2e97e88820113bbe3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-22 - Cabinet of Executive Vice-President Valdis Dombrovskis x CDP Worldwide (Europe) gemeinnützige GmbH"],"date":["2020-04-22"],"summary":["Non-financial reporting directive and disclosure requirements and European Public Databases"],"notes":["Portfolio: An Economy that Works for People"],"location":["Video-conferencing"],"address":["Video-conferencing"],"addressEntity":["addr-4611e6784da5e4097c2b6fa2bc5e51eb9a0577bd"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-235870cd7eb41f2494f695fce18b5b5b88647113","ec-person-1d8581216d9aa7f26fa098a81e84ca61e0e3f261","eu-tr-050269010212-72"]}} -{"id":"ec-meeting-2020-04-22-26bdc6c4933de656deee01013d0e2d89bdedbfc3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-22 - Cabinet of Commissioner Nicolas Schmit x JPMorgan Chase & Co."],"date":["2020-04-22"],"summary":["Videoconference meeting on Skills"],"notes":["Portfolio: Jobs and Social Rights"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-66fa2c2d100ec194caa42b5c6f97c36e2748b71c","ec-person-4cf4655ab41922e92160325d987a3c4615c72d30","eu-tr-9171899949-17"]}} -{"id":"ec-meeting-2020-04-22-3ff279d66316874996171189941c25a51c437a0e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-22 - Cabinet of Vice-President Dubravka Šuica x Eurocarers"],"date":["2020-04-22"],"summary":["-\tReport on the Impact of Demographic Change\r\n-\tGreen Paper on Ageing \r\n-\tCOVID-19 and informal care\r\n-\tChallenges for long-term informal care"],"notes":["Portfolio: Democracy and Demography"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dubravka-of-president-suica-vice"],"involved":["eu-tr-887457714435-80","ec-person-bae2f44eb21285b37ecc9c7f2f42b4acb1f53264","ec-person-3fde0db8d8834e47db2b7c32ce5c469b66548f1b"]}} -{"id":"ec-meeting-2020-04-22-43af1e797b0ea78914c37561618f326287c01710","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-22 - Cabinet of Executive Vice-President Margrethe Vestager x BANCO BILBAO VIZCAYA ARGENTARIA"],"date":["2020-04-22"],"summary":["To discuss data policy; global digital competition"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-11d97788772862bb34f51dd26d7f92603eac1bf8","eu-tr-090350412968-04"]}} -{"id":"ec-meeting-2020-04-22-53db9179dd681fd3e9ff2699cef9e29575b9c1df","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-22 - Cabinet of Commissioner Kadri Simson x ENEL SpA"],"date":["2020-04-22"],"summary":["Introduction of Enel, decarbonization and digitalization, sustainable investment, recovery and upcoming EU energy initiatives."],"notes":["Portfolio: Energy"],"location":["Video-conferencing"],"address":["Video-conferencing"],"addressEntity":["addr-4611e6784da5e4097c2b6fa2bc5e51eb9a0577bd"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["eu-tr-6256831207-27","ec-person-d40f25b5cb5c0681854a4996da444478318f7e58","ec-person-2fb98fc84d2cf8d481688eff3d47f7745ead3592","ec-person-1995c65b8dc7f3702a8c30ed96a0144075848837"]}} -{"id":"ec-meeting-2020-04-22-6451db0bd863912b489493ac29af1aab6afb1592","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-22 - Cabinet of Executive Vice-President Margrethe Vestager x Allianz SE"],"date":["2020-04-22"],"summary":["To discuss the challenges of the data economy"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-11d97788772862bb34f51dd26d7f92603eac1bf8","eu-tr-05503341949-54"]}} -{"id":"ec-meeting-2020-04-22-67ae87b2015ec582f5920876dbbb86e0aa4b3f37","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-22 - Cabinet of Vice-President Margaritis Schinas x International Centre for Migration Policy Development"],"date":["2020-04-22"],"summary":["COVID-19 impact on migration and asylum measures- EU’s cooperation with the ICMPD in the area of migration- Future Pact on Migration and Asylum"],"notes":["Portfolio: Promoting the European Way of Life"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-margaritis-of-president-schinas-vice"],"involved":["ec-person-d5cada2a1a17537a675985af31e5ce07ae3bfd42","ec-person-2e04e278a7f128b3ac72d2af3db94d4ebed934da","eu-tr-428294520891-74"]}} -{"id":"ec-meeting-2020-04-22-7611a549f7551c9812d5d588865d196ce897ab48","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-22 - Cabinet of Executive Vice-President Frans Timmermans x Stichting World Benchmarking Alliance Foundation"],"date":["2020-04-22"],"summary":["European Green Deal"],"notes":["Portfolio: European Green Deal"],"location":["video conference (Brussels)"],"address":["video conference (Brussels)"],"addressEntity":["addr-96d45bbb99f3da137b2243f11b529ed54662db90"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce","eu-tr-948456934701-68","ec-person-8af3c81534786a740718d21dc58240738a53ed7b"]}} -{"id":"ec-meeting-2020-04-22-79f33a8b0a73b86bb8d8513b717c5ffc8e187c64","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-22 - Cabinet of Commissioner Helena Dalli x Equinet - the European Network of Equality Bodies"],"date":["2020-04-22"],"summary":["Impact of COVID-19 on equality"],"notes":["Portfolio: Equality"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-dalli-helena-of"],"involved":["eu-tr-718971811339-46","ec-person-d0b568d53468fcd3dfeeaddbd07343b5b065914d"]}} -{"id":"ec-meeting-2020-04-22-837c13c292c49fba2b402e9d3f35f646e195aa73","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-22 - Cabinet of Vice-President Dubravka Šuica x Max-Planck-Gesellschaft zur Förderung der Wissenschaften"],"date":["2020-04-22"],"summary":["Demographic developments in light of the current COVID-19 pandemic"],"notes":["Portfolio: Democracy and Demography"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dubravka-of-president-suica-vice"],"involved":["ec-person-3fde0db8d8834e47db2b7c32ce5c469b66548f1b","ec-person-bae2f44eb21285b37ecc9c7f2f42b4acb1f53264","eu-tr-173042412678-08","ec-person-ebe31c2924b1fbde99804f8f575004fb99739165"]}} -{"id":"ec-meeting-2020-04-22-8681ca0f0faecdf5b9d09a56567f29eebca13f5a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-22 - Financial Stability, Financial Services and Capital Markets Union x MARSH & McLENNAN COMPANIES FRANCE"],"date":["2020-04-22"],"summary":["Pandemic model of health and economic outcomes"],"location":["Virtual meeting"],"address":["Virtual meeting"],"addressEntity":["addr-1f1f3f51a4da31a1ea5c1b4b21cbf52ad983224f"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-117683115792-20","ec-person-1fce211249673c35ee07a801ddee77ab24af8d54"]}} -{"id":"ec-meeting-2020-04-22-a7170251fdd1bc824219db2dd2dbe751e8fef243","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-22 - Cabinet of Commissioner Janez Lenarčič x Norwegian Refugee Council Europe"],"date":["2020-04-22"],"summary":["Delivery of humanitarian aid in the context of Covid-19"],"notes":["Portfolio: Crisis Management"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-janez-lenarcic-of"],"involved":["eu-tr-750447615329-96","ec-person-a6cd325c80698b2331699224c780ebfb10573602"]}} -{"id":"ec-meeting-2020-04-22-beff8ca519095726401ed6313c10973a73cd9499","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-22 - Cabinet of Commissioner Mariya Gabriel x Federation of European Publishers"],"date":["2020-04-22"],"summary":["Impact of COVID-19 on publishers"],"notes":["Portfolio: Innovation and Youth"],"location":["video-conferencing"],"address":["video-conferencing"],"addressEntity":["addr-211c505d204b295e60497aa4c59557bb484ca6c5"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-398541467-53","ec-person-1674399a793e9e6fd7cf55b525515fc862fc9351"]}} -{"id":"ec-meeting-2020-04-22-d006a6f2ac512ea8a7875007d19aae5098bda86d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-22 - Cabinet of Commissioner Janusz Wojciechowski x None"],"date":["2020-04-22"],"summary":["Responsible sourcing of commodities aimed at avoiding deforestation or other adverse environmental and climate change impacts"],"notes":["Portfolio: Agriculture"],"location":["video conference"],"address":["video conference"],"addressEntity":["addr-6dc12e3c97077db82f32184f24341ce370a445fd"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["ec-person-cafe030b6dad78a75143f7552c420481b30ebceb","eu-tr-77105321408-83","ec-person-90b64673ee7f4c1dae185fbd64b45f5c45f2b66d","eu-tr-85076002321-31","eu-tr-2050009628-31"]}} -{"id":"ec-meeting-2020-04-22-e2628259dc47f31f1a5491a0dedcb67afc6c1046","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-22 - Environment x The Boston Consulting Group GmbH"],"date":["2020-04-22"],"summary":["Environmental, Social, and Governance (ESG) Standards"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-env"],"involved":["eu-tr-909134419998-84","ec-person-3bc74ce04ea3f4ab4d91a5c88eef25b8b8a213b4"]}} -{"id":"ec-meeting-2020-04-22-ef9b0bdd18e72befa18a0c1409f8f4dddfc5d319","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-22 - Cabinet of President Ursula von der Leyen x OneFiber Interconnect Germany GmbH"],"date":["2020-04-22"],"summary":["Digital issues"],"notes":["Portfolio: President"],"location":["Brussels (video conference)"],"address":["Brussels (video conference)"],"addressEntity":["addr-1a77e12c05a39186f3ddab600c3e9e619c4822ef"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-7019713e72781afb1f3b19032c4752a314b78180","eu-tr-123995937866-84"]}} -{"id":"ec-meeting-2020-04-22-eff1ecfded63e2557772beae252fa3197d7f4d7c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-22 - Cabinet of Commissioner Thierry Breton x AMADEUS IT GROUP S.A. bookdifferent bv TUI AG Costa Group European Travel Commission Accor European Tourism Association AISBL"],"date":["2020-04-22"],"summary":["Impact of Covid-19 on Tourism: follow-up meeting"],"notes":["Portfolio: Internal Market"],"location":["Video Conference"],"address":["Video Conference"],"addressEntity":["addr-fd005d1da26cd3c9a734fbbadaf813e8115acdeb"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-350977437809-66","ec-person-4b5aaa9cea258419f934faa90c41e25de348a2d8","ec-person-1ab5843ab67b9915be990aebc02f9a83df200cf4","eu-tr-193056815367-44","ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","eu-tr-749913137915-59","eu-tr-654909925315-71","eu-tr-155317830583-03","eu-tr-483872337951-76","eu-tr-778717116759-86"]}} -{"id":"ec-meeting-2020-04-22-fbdfc92d99605d4221b84f5edf18ff137f63aef8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-22 - Cabinet of Commissioner Thierry Breton x Apple Inc."],"date":["2020-04-22"],"summary":["Tracing apps and privacy of individuals"],"notes":["Portfolio: Internal Market"],"location":["videoconference"],"address":["videoconference"],"addressEntity":["addr-92b2fbb928e012810d80d9ef1abe12027beee200"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","ec-person-b077a2e9f0fdb3b8f6e91d0bd0b256db9e40ce46","eu-tr-588327811384-96"]}} -{"id":"ec-meeting-2020-04-23-0492050313dbb57b9f378d075cb8c8aaceb0877d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-23 - Communications Networks, Content and Technology x L'Oréal"],"date":["2020-04-23"],"summary":["(Videocall) COVID-19 crisis impact &recovery plans. Importance of digital to the EU economy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-02776221598-67","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2020-04-23-07ee2c51ffb07ce2e54b37bebc2ee62d630de9d7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-23 - Financial Stability, Financial Services and Capital Markets Union x Quintet Private Bank (Europe)"],"date":["2020-04-23"],"summary":["COVID-19 situation and the impact on Financial Markets"],"location":["Virtual meeting"],"address":["Virtual meeting"],"addressEntity":["addr-1f1f3f51a4da31a1ea5c1b4b21cbf52ad983224f"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-806168136501-27","ec-person-1fce211249673c35ee07a801ddee77ab24af8d54"]}} -{"id":"ec-meeting-2020-04-23-08189d82439f2f5b25d391361dc4750fe0186019","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-23 - Cabinet of Executive Vice-President Frans Timmermans x Third Generation Environmentalism Ltd"],"date":["2020-04-23"],"summary":["European Green Deal and Recovery"],"notes":["Portfolio: European Green Deal"],"location":["video conference (Brussels)"],"address":["video conference (Brussels)"],"addressEntity":["addr-96d45bbb99f3da137b2243f11b529ed54662db90"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-07783117686-61","ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce"]}} -{"id":"ec-meeting-2020-04-23-1a7dec4e913bc524ca978515c413769d61f1e07b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-23 - Cabinet of Commissioner Didier Reynders x L'Oréal"],"date":["2020-04-23"],"summary":["Sustainable corporate governance, AI, data protection and consumers"],"notes":["Portfolio: Justice"],"location":["videoconference"],"address":["videoconference"],"addressEntity":["addr-92b2fbb928e012810d80d9ef1abe12027beee200"],"organizer":["ec-cabinet-commissioner-didier-of-reynders"],"involved":["ec-person-50f9cba2282e1d03395cdd0faf9ce6e9a2ff3104","ec-person-1e25399e2267734c5f4c69093d2286c8898ee9f0","ec-person-442bf1ae9900b999673cdd7389224d0e21b67d4d","eu-tr-02776221598-67"]}} -{"id":"ec-meeting-2020-04-23-2b412943047351c95fd477d5aa148e6f60eb0f6d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-23 - Cabinet of President Ursula von der Leyen x European Round Table for Industry"],"date":["2020-04-23"],"summary":["Industry re and upskilling project"],"notes":["Portfolio: President"],"location":["Videoconference via Skype"],"address":["Videoconference via Skype"],"addressEntity":["addr-8b429e3aa51b0b8b9ea0745cf6fe6c3fa67a21b3"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-66d141295841bdd2d0679d93aae62e07580fcee5","eu-tr-25487567824-45"]}} -{"id":"ec-meeting-2020-04-23-2d11f1334e44f309b1efc808e8c87f27a7a8e5ea","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-23 - Environment x L'Oréal"],"date":["2020-04-23"],"summary":["The EU environmental agenda and its potential for growth"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-env"],"involved":["eu-tr-02776221598-67","ec-person-3bc74ce04ea3f4ab4d91a5c88eef25b8b8a213b4"]}} -{"id":"ec-meeting-2020-04-23-40e8b40e9465586def913be170d55cfab5df8284","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-23 - Cabinet of President Ursula von der Leyen x EBU-UER (European Broadcasting Union)"],"date":["2020-04-23"],"summary":["Future of public service media distribution (online distribution costs, service integrity, content prominence, DTT spectrum, 5G Broadcast)"],"notes":["Portfolio: President"],"location":["Brussels (video conference)"],"address":["Brussels (video conference)"],"addressEntity":["addr-1a77e12c05a39186f3ddab600c3e9e619c4822ef"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-7019713e72781afb1f3b19032c4752a314b78180","eu-tr-93288301615-56"]}} -{"id":"ec-meeting-2020-04-23-4ad40e42f1b79a18fae421211f30436ed9a51806","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-23 - Financial Stability, Financial Services and Capital Markets Union x Insurance Europe"],"date":["2020-04-23"],"summary":["Situation of the European insurance sector in the Covid-19 pandemic"],"location":["Virtual meeting"],"address":["Virtual meeting"],"addressEntity":["addr-1f1f3f51a4da31a1ea5c1b4b21cbf52ad983224f"],"organizer":["ec-dg-fisma"],"involved":["ec-person-1fce211249673c35ee07a801ddee77ab24af8d54","eu-tr-33213703459-54"]}} -{"id":"ec-meeting-2020-04-23-4df50965f065217f32eee2ffed8301b6170dc555","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-23 - Cabinet of Commissioner Ylva Johansson x International Centre for Migration Policy Development"],"date":["2020-04-23"],"summary":["Exchanges of views"],"notes":["Portfolio: Home Affairs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-johansson-of-ylva"],"involved":["eu-tr-428294520891-74","ec-person-31b127e72e9dd30ce85ff2b475ac65d28d7dc48d","ec-person-1f14c98028fa6f9f43ee9cd5aef7ed77c30761a5"]}} -{"id":"ec-meeting-2020-04-23-54a58ed222719396009676e06e3aef3fdb644f37","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-23 - Cabinet of Commissioner Kadri Simson x None"],"date":["2020-04-23"],"summary":["How building renovation can contribute to post covid-19 recovery, how to get renovation projects off the ground, how to remove regulatory obstacles and improve advice."],"notes":["Portfolio: Energy"],"location":["Video-conferencing"],"address":["Video-conferencing"],"addressEntity":["addr-4611e6784da5e4097c2b6fa2bc5e51eb9a0577bd"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["eu-tr-99005441548-23","eu-tr-79019799690-13","eu-tr-48010783162-91","eu-tr-794469327833-17","eu-tr-57946843667-42","eu-tr-794282310517-54","ec-person-2fb98fc84d2cf8d481688eff3d47f7745ead3592","ec-person-d40f25b5cb5c0681854a4996da444478318f7e58","eu-tr-92221016212-42","eu-tr-09256701147-51","eu-tr-32967558277-95","eu-tr-98345631631-22","ec-person-1995c65b8dc7f3702a8c30ed96a0144075848837"]}} -{"id":"ec-meeting-2020-04-23-67c66775fad18c8996a053a2080dbf4962fa19e9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-23 - Cabinet of Vice-President Margaritis Schinas x Sovereign Strategy"],"date":["2020-04-23"],"summary":["EU Response to COVID19"],"notes":["Portfolio: Promoting the European Way of Life"],"location":["Virtual meeting via teleconference"],"address":["Virtual meeting via teleconference"],"addressEntity":["addr-80e5672dfb10bae19f73493978ca707e42f28354"],"organizer":["ec-cabinet-margaritis-of-president-schinas-vice"],"involved":["ec-person-d5cada2a1a17537a675985af31e5ce07ae3bfd42","eu-tr-807262215053-09"]}} -{"id":"ec-meeting-2020-04-23-7e29ebc7d6487262c7a7c3c4cf8af208ef617cbc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-23 - Cabinet of Executive Vice-President Frans Timmermans x RWE AG"],"date":["2020-04-23"],"summary":["European Green Deal priorities, RWE investment in clean energy sources, coal phase-out and the role of natural gas as a transition fuel"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - video conference"],"address":["Brussels - video conference"],"addressEntity":["addr-d7df553e47e69d1cc9f4189b36b7c867f80459b0"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-77608353460-77","ec-person-d53e00c46a4cc62bbf533e0c9bb35bacb9121989"]}} -{"id":"ec-meeting-2020-04-23-8c53c52b420b8ec874c060a4fc18e68e2da4bdc8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-23 - Cabinet of Commissioner Nicolas Schmit x Hope and Homes for Children Lumos Foundation"],"date":["2020-04-23"],"summary":["Child guarantee"],"notes":["Portfolio: Jobs and Social Rights"],"location":["Skype meeting"],"address":["Skype meeting"],"addressEntity":["addr-781168d389fe0a348984e596b91c97c13dd329fd"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-c2208333f0f75350eef62b355a40bf856f2d9cef","eu-tr-035163533684-92","eu-tr-849607914394-57"]}} -{"id":"ec-meeting-2020-04-23-9ed44753d51a7ca9629b4b2f9a89a9a8097bb0b3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-23 - Cabinet of Vice-President Dubravka Šuica x Global Coalition on Aging"],"date":["2020-04-23"],"summary":["•\tGreen Paper on Ageing\r\n•\tImpact of the COVID-19 pandemic on policies related to ageing \r\n•\tInnovation\r\n•\tSilver economy"],"notes":["Portfolio: Democracy and Demography"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dubravka-of-president-suica-vice"],"involved":["ec-person-bae2f44eb21285b37ecc9c7f2f42b4acb1f53264","eu-tr-594173637718-73"]}} -{"id":"ec-meeting-2020-04-23-a8d15bed9ce8055448052907a4b54ebb89252f69","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-23 - Cabinet of Commissioner Stella Kyriakides x None"],"date":["2020-04-23"],"summary":["Video call with Pharmaceutical Industrial Associations, the European Medicines Agency and the European Centre for Disease Prevention and Control, to discuss Possible shortages of medicines and medical devices for the Covid-19 outbreak"],"notes":["Portfolio: Health"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-kyriakides-of-stella"],"involved":["eu-tr-38526121292-88","eu-tr-05366537746-69","ec-person-c7513fae2df7920eea99d7cc103a354aa4f56b6e","eu-tr-64879142323-90","eu-tr-433743725252-26","eu-tr-87600691525-93","eu-tr-48325781850-28","eu-tr-53073567234-18","eu-tr-99565011637-64"]}} -{"id":"ec-meeting-2020-04-23-ab29d51a9ca9fbec2f37114261b4dd820152323f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-23 - Cabinet of Commissioner Kadri Simson x Generation Climate Europe"],"date":["2020-04-23"],"summary":["European Green Deal, climate neutrality and ambition, recovery COVID-19, renovation wave and energy efficiency, TEN-E revision"],"notes":["Portfolio: Energy"],"location":["Video-conferencing"],"address":["Video-conferencing"],"addressEntity":["addr-4611e6784da5e4097c2b6fa2bc5e51eb9a0577bd"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["ec-person-9b7f5fe059e5b0b40e79e9170211aa2f02322fdb","eu-tr-021591837250-68","ec-person-1995c65b8dc7f3702a8c30ed96a0144075848837"]}} -{"id":"ec-meeting-2020-04-23-ada6e167f02df78bdd75b84fcc2d4aa9da7771f5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-23 - Cabinet of Commissioner Janez Lenarčič x Microsoft Corporation"],"date":["2020-04-23"],"summary":["The Covid-19 pandemic."],"notes":["Portfolio: Crisis Management"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-janez-lenarcic-of"],"involved":["eu-tr-0801162959-21","ec-person-35334591a1ee219b6f0829d58a8cfba058540557","ec-person-a4dfc52eb1bb167ae4f4d6e6651b867eaacee0cd"]}} -{"id":"ec-meeting-2020-04-23-af184fdd2fb2a396261d4dc5c6c48342a8ff61b1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-23 - Climate Action x Association des Constructeurs Européens d'Automobiles"],"date":["2020-04-23"],"summary":["Automotive industry and green deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-clima"],"involved":["ec-person-9c5c685692a09a77f2bc8ae9c05663b87cd75aae","eu-tr-0649790813-47"]}} -{"id":"ec-meeting-2020-04-23-b1a2c6ced82546950fae03dd6f9634260ee06e2f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-23 - Cabinet of Commissioner Janusz Wojciechowski x Maa- ja metsätaloustuottajain Keskusliitto – Central Union of Agricultural Producers and Forest Owners"],"date":["2020-04-23"],"summary":["CAP and Farm to fork"],"notes":["Portfolio: Agriculture"],"location":["video confererence"],"address":["video confererence"],"addressEntity":["addr-79f9a424a63e9c7afc1399bcc6377b14a345e6cc"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["eu-tr-56039441735-48","ec-person-90b64673ee7f4c1dae185fbd64b45f5c45f2b66d"]}} -{"id":"ec-meeting-2020-04-23-b2aa3b8a78399ec2f1e53d3225d072f632f8d6d0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-23 - Cabinet of Commissioner Adina Vălean x Aerospace, Security and Defence Industries Association of Europe"],"date":["2020-04-23"],"summary":["Current situation of the civil aeronautics sector"],"notes":["Portfolio: Transport"],"location":["Conference call"],"address":["Conference call"],"addressEntity":["addr-28ba88479582b2f75898964548da4252dc7db7d2"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["ec-person-5f7f9d4d861c5b97fbd25bccf6323535d2a7ceb8","ec-person-cc0354fbf386eb83f57c00ad5240f1dddeeabab4","eu-tr-72699997886-57"]}} -{"id":"ec-meeting-2020-04-23-c88c60d6e04058ff8fe04629d8d2fcaf2bbbc33d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-23 - Cabinet of Commissioner Mariya Gabriel x Google"],"date":["2020-04-23"],"summary":["Follow-up to DAVOS"],"notes":["Portfolio: Innovation and Youth"],"location":["video conference"],"address":["video conference"],"addressEntity":["addr-6dc12e3c97077db82f32184f24341ce370a445fd"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-03181945560-59","ec-person-f44fd5a4e1aee7b5ec7988261aaa129844edaa4a","ec-person-aac4e4c77e459b480bfebb0e76dc3b26fdfb1d6a"]}} -{"id":"ec-meeting-2020-04-23-cd368ac735d0889d0f4e5629c1fac21a2cec55fe","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-23 - Cabinet of Commissioner Janusz Wojciechowski x Anheuser-Busch InBev nv/sa"],"date":["2020-04-23"],"summary":["To discuss the upcoming Farm to Fork strategy."],"notes":["Portfolio: Agriculture"],"location":["video conference"],"address":["video conference"],"addressEntity":["addr-6dc12e3c97077db82f32184f24341ce370a445fd"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["eu-tr-161157710612-65","ec-person-90b64673ee7f4c1dae185fbd64b45f5c45f2b66d"]}} -{"id":"ec-meeting-2020-04-23-dc126d27c187c9c1afed36703d84cf47f6bde795","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-23 - Cabinet of Commissioner Nicolas Schmit x SMEunited aisbl EUROPEAN TRADE UNION CONFEDERATION SGI Europe BUSINESSEUROPE"],"date":["2020-04-23"],"summary":["Exchange of views on the effects of the COVID-19 crisis."],"notes":["Portfolio: Jobs and Social Rights"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-8eb18b6102d444937bc6af5822a6742812165b48","ec-person-4cf4655ab41922e92160325d987a3c4615c72d30","eu-tr-55820581197-35","eu-tr-3978240953-79","eu-tr-06698681039-26","ec-person-935314e38d735654cae8ee61313a3d73439b242d","ec-person-c03b949331dbbe5fa3d5423758e371ec1b9b832f","eu-tr-59513031434-92"]}} -{"id":"ec-meeting-2020-04-23-dccfc5ee85542ee157312f3433f0966632a3eb68","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-23 - Cabinet of Commissioner Thierry Breton x Allied for Startups asbl"],"date":["2020-04-23"],"summary":["Upcoming DSA proposals and impact on startups"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-634665118544-37","ec-person-4d83416435f81b1f1e8f5c86aeebb1478577f1d2"]}} -{"id":"ec-meeting-2020-04-23-e2a1ec49597fc11a82f8575268ce171528ff846f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-23 - Cabinet of Vice-President Věra Jourová x Amazon Europe Core SARL"],"date":["2020-04-23"],"summary":["COVID 19 - consumers protection, protection of employees"],"notes":["Portfolio: Values and Transparency"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["ec-person-eb96be0a510a5e7f122fa88f994b99f073b5dac4","ec-person-bf54da17217bbddfd9c68fe24d88005ac17e2c4b","eu-tr-366117914426-10","ec-person-fb258e0188a5319bfaba3161382db43f5a85851f"]}} -{"id":"ec-meeting-2020-04-23-e6589489ca52b18e0d2ba54c156e3f13e2b25ad3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-23 - Cabinet of Commissioner Phil Hogan x Edelman Public Relations Worldwide"],"date":["2020-04-23"],"summary":["Trade issues"],"location":["Video Conference"],"address":["Video Conference"],"addressEntity":["addr-fd005d1da26cd3c9a734fbbadaf813e8115acdeb"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-a1a78365cc4685b0958056646204977d8f2ead92","eu-tr-68037017809-51"]}} -{"id":"ec-meeting-2020-04-23-f34a023a0298a54561a3d38485469da73f272727","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-23 - Cabinet of Commissioner Thierry Breton x None"],"date":["2020-04-23"],"summary":["Video call with Pharmaceutical Industrial Associations, the European Medicines Agency and the European Centre for Disease Prevention and Control, to discuss Possible shortages of medicines and medical devices for the Covid-19 outbreak"],"notes":["Portfolio: Internal Market"],"location":["Videconference"],"address":["Videconference"],"addressEntity":["addr-e611dc74f08dc0cb4369d9147ee1bc357f769320"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-38526121292-88","ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","eu-tr-05366537746-69","eu-tr-433743725252-26","eu-tr-87600691525-93","eu-tr-48325781850-28","eu-tr-53073567234-18","eu-tr-99565011637-64"]}} -{"id":"ec-meeting-2020-04-24-0f61aac2bc42a3073b23f0f29e9576a33e2ca09b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-24 - Research and Innovation x EIT Health"],"date":["2020-04-24"],"summary":["Future of EIT Health and Covid-19"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-rtd"],"involved":["ec-person-1d348f33395de0ea6773a7b4ae8797e3e0392f73","eu-tr-632741433403-20"]}} -{"id":"ec-meeting-2020-04-24-133c76daf6a23fb67bc3730821319b95af0ef04c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-24 - European Civil Protection and Humanitarian Aid Operations x Save the Children Europe"],"date":["2020-04-24"],"summary":["Discussion on common priorities and COVID-19-related risks to children in emergencies"],"location":["Skype meeting"],"address":["Skype meeting"],"addressEntity":["addr-781168d389fe0a348984e596b91c97c13dd329fd"],"organizer":["ec-dg-echo"],"involved":["eu-tr-697362735627-20","ec-person-10a22f0fd27347d8ef3ff2b55ad4ef89c6fe388f"]}} -{"id":"ec-meeting-2020-04-24-188cef8689c5586058598a4bceeaa8904f0f76e0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-24 - Cabinet of Executive Vice-President Frans Timmermans x Finnish Energy - Energiateollisuus ry Energiföretagen / Swedenergy Nordenergi"],"date":["2020-04-24"],"summary":["Green deal, taxonomy, carbon pricing"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - video conference"],"address":["Brussels - video conference"],"addressEntity":["addr-d7df553e47e69d1cc9f4189b36b7c867f80459b0"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-85161125283-02","ec-person-d53e00c46a4cc62bbf533e0c9bb35bacb9121989","eu-tr-13073098010-57","eu-tr-68861821910-84"]}} -{"id":"ec-meeting-2020-04-24-1b1b8b60b35b201d1c9c3e2f1d418d88b9bbc512","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-24 - Defence Industry and Space x Airbus"],"date":["2020-04-24"],"summary":["Follow-up to the 9 April 2020 call"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-dg-defis"],"involved":["ec-person-a5e52cd544ea3aa44eb4b31fac65a468499f106e","eu-tr-2732167674-76"]}} -{"id":"ec-meeting-2020-04-24-45c408373ed39e6e8b1a6e1241c9e7b39441a98e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-24 - Research and Innovation x Airbus"],"date":["2020-04-24"],"summary":["Clean aviation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-rtd"],"involved":["eu-tr-2732167674-76","ec-person-1d348f33395de0ea6773a7b4ae8797e3e0392f73"]}} -{"id":"ec-meeting-2020-04-24-4a3ee43aef522b2491ca41fbc4245e0a576dd732","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-24 - Cabinet of Commissioner Janusz Wojciechowski x Euromontana"],"date":["2020-04-24"],"summary":["To present suggestions on improving the implementation of the optional quality term for mountain products."],"notes":["Portfolio: Agriculture"],"location":["video conference"],"address":["video conference"],"addressEntity":["addr-6dc12e3c97077db82f32184f24341ce370a445fd"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["ec-person-c825a813205e5077cd48bbd241436daf1834fc9b","eu-tr-5446623780-39","ec-person-90b64673ee7f4c1dae185fbd64b45f5c45f2b66d"]}} -{"id":"ec-meeting-2020-04-24-4ec1f63177c650b430591b41940ca01c60a832ab","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-24 - Research and Innovation x European Federation of Pharmaceutical Industries and Associations"],"date":["2020-04-24"],"summary":["Covid-19"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-rtd"],"involved":["eu-tr-38526121292-88","ec-person-1d348f33395de0ea6773a7b4ae8797e3e0392f73"]}} -{"id":"ec-meeting-2020-04-24-5f9def1cbbda6e5a9579c229de47cb4b06e74950","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-24 - Communications Networks, Content and Technology x QUALCOMM Incorporated"],"date":["2020-04-24"],"summary":["Telecoms/Digital issues"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-00358442856-45","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2020-04-24-71b05a59809738b4b174c1ff494fe6be30e64ad2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-24 - Communications Networks, Content and Technology x Airbus Eutelsat"],"date":["2020-04-24"],"summary":["Follow-up to the 9 April 2020 call"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-746025510283-01","eu-tr-2732167674-76","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2020-04-24-8fd3e75f016d7194787327085983e30ca6fd276b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-24 - Cabinet of Executive Vice-President Margrethe Vestager x DIGITALEUROPE"],"date":["2020-04-24"],"summary":["EU digital policy / COVID19 crisis"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels (online)"],"address":["Brussels (online)"],"addressEntity":["addr-ef87d086df7b220ed76c9f59ee6efadfac8480c7"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-64270747023-20","ec-person-11d97788772862bb34f51dd26d7f92603eac1bf8"]}} -{"id":"ec-meeting-2020-04-24-9dec9d13c357464f276007cc077659a9545f6de1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-24 - Cabinet of Executive Vice-President Frans Timmermans x Association Française des Entreprises Privées / French Association of Large Companies"],"date":["2020-04-24"],"summary":["Green deal and recovery; sustainable finance; carbon border adjustment"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-953933297-85","ec-person-e88af8eb396e96e3dbc9b4ec6e40a348d26c389c"]}} -{"id":"ec-meeting-2020-04-24-9ff1e022f5e5c18094d409d4fa23eca3117b055d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-24 - Health and Food Safety x Airports Council International - European Region"],"date":["2020-04-24"],"summary":["Restarting Air Connectivity & Sanitary Measures at airports"],"location":["Brussels (VC mtg)"],"address":["Brussels (VC mtg)"],"addressEntity":["addr-b5e4b83c99661536d30d80638cd2cea85962c23b"],"organizer":["ec-dg-sante"],"involved":["eu-tr-42566063487-73","ec-person-42d2108d723f9b9017ed589e3271e3156172daa7"]}} -{"id":"ec-meeting-2020-04-24-a0e8023831c624232d671be206557fa821b0f57d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-24 - Cabinet of Commissioner Janez Lenarčič x EIT Health"],"date":["2020-04-24"],"summary":["The Covid-19 pandemic"],"notes":["Portfolio: Crisis Management"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-janez-lenarcic-of"],"involved":["ec-person-35334591a1ee219b6f0829d58a8cfba058540557","eu-tr-632741433403-20","ec-person-a4dfc52eb1bb167ae4f4d6e6651b867eaacee0cd"]}} -{"id":"ec-meeting-2020-04-24-abb1159899407f4e52933a64902094d25888248f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-24 - Cabinet of President Ursula von der Leyen x Continental AG Mercedes-Benz Group AG"],"date":["2020-04-24"],"summary":["standard essential patents (completion of teleconference of 3 April)"],"notes":["Portfolio: President"],"location":["Brussels (teleconference)"],"address":["Brussels (teleconference)"],"addressEntity":["addr-951674c84d4b4beaae3adcfe403577ef8f678e41"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-7019713e72781afb1f3b19032c4752a314b78180","eu-tr-06248449380-53","eu-tr-2349218828-41"]}} -{"id":"ec-meeting-2020-04-24-c27e3add94a06d8b987a14d1885b2ff78689de48","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-24 - Cabinet of Executive Vice-President Valdis Dombrovskis x Transport and Environment (European Federation for Transport and Environment) Climate Action Network Europe Greenpeace European Unit European Environmental Bureau Friends of the Earth Europe WWF European Policy Programme BirdLife Suomi - BirdLife Finland CEE Bankwatch Network"],"date":["2020-04-24"],"summary":["Economic recovery, sustainable finance taxonomy, EIB energy lending policy, Just Transition Mechanism, Industrial Strategy, Integrating SDGs in the European Semester"],"notes":["Portfolio: An Economy that Works for People"],"location":["video-conferencing"],"address":["video-conferencing"],"addressEntity":["addr-211c505d204b295e60497aa4c59557bb484ca6c5"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["eu-tr-06798511314-27","eu-tr-034456815951-40","ec-person-2c08a5c564984cde38ac0e7a31c05416e60711ce","eu-tr-58744833263-19","ec-person-235870cd7eb41f2494f695fce18b5b5b88647113","eu-tr-1414929419-24","eu-tr-55888811123-49","ec-person-9e7bd1005456277f156b671d1555c6a460fb2f58","eu-tr-9832909575-41","eu-tr-9825553393-31","eu-tr-93834493808-49"]}} -{"id":"ec-meeting-2020-04-24-c525d4949294fa0dddeee6bc8ba6519403b2ca4d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-24 - Cabinet of Commissioner Thierry Breton x European Publishers Council"],"date":["2020-04-24"],"summary":["COVID-19 impact on news media"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-4456380381-30","ec-person-5215bd372c5a1202399d77ecceb8c16de8d7d55c"]}} -{"id":"ec-meeting-2020-04-24-c82e8433fffe7acbd6ad2c28f88b5129c51fa15d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-24 - Cabinet of Executive Vice-President Frans Timmermans x Climate Action Network Europe"],"date":["2020-04-24"],"summary":["Green deal, revised financial framework and recovery plan"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - video conference"],"address":["Brussels - video conference"],"addressEntity":["addr-d7df553e47e69d1cc9f4189b36b7c867f80459b0"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-a282162080cef4ef2a8c0ab6247a3e03dc438507","eu-tr-55888811123-49","ec-person-d53e00c46a4cc62bbf533e0c9bb35bacb9121989"]}} -{"id":"ec-meeting-2020-04-24-d2e5a3a90606f3e23e60588a8540aad7585daa83","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-24 - Cabinet of Commissioner Adina Vălean x UNION OF INTERNATIONAL HAULERS"],"date":["2020-04-24"],"summary":["Meeting on the Mobility package."],"notes":["Portfolio: Transport"],"location":["Conference call"],"address":["Conference call"],"addressEntity":["addr-28ba88479582b2f75898964548da4252dc7db7d2"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["eu-tr-352325223827-36","ec-person-6e21d867543ef3b910e746c319cb048abd054702"]}} -{"id":"ec-meeting-2020-04-24-dc330f3a1e8e59fef1f565cf5a5d5b276f92c241","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-24 - Cabinet of Commissioner Kadri Simson x Finnish Energy - Energiateollisuus ry Energiföretagen / Swedenergy"],"date":["2020-04-24"],"summary":["climate ambition, sustainable financing"],"notes":["Portfolio: Energy"],"location":["videoconference (joint meeting with representative from Cabinet Timmermans)"],"address":["videoconference (joint meeting with representative from Cabinet Timmermans)"],"addressEntity":["addr-25a7630d995310dcaa87e1c7b261bbc183b5a717"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["ec-person-9b7f5fe059e5b0b40e79e9170211aa2f02322fdb","ec-person-68b9170beccdbf21444fad7cdc252dec9e60b9d2","eu-tr-13073098010-57","eu-tr-68861821910-84"]}} -{"id":"ec-meeting-2020-04-24-df6c467cb41442d7c21590503f4400980944e297","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-24 - Financial Stability, Financial Services and Capital Markets Union x UK Finance Limited"],"date":["2020-04-24"],"summary":["Update on COVID-19 industry response"],"location":["Virtual meeting"],"address":["Virtual meeting"],"addressEntity":["addr-1f1f3f51a4da31a1ea5c1b4b21cbf52ad983224f"],"organizer":["ec-dg-fisma"],"involved":["ec-person-1fce211249673c35ee07a801ddee77ab24af8d54","eu-tr-537082732275-03"]}} -{"id":"ec-meeting-2020-04-24-f2e8df31a307d02a30a0bdd1df661a5c1d50a2ac","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-24 - Cabinet of Commissioner Jutta Urpilainen x Vodafone Belgium SA"],"date":["2020-04-24"],"summary":["Africa strategy and global response to COVID with focus on Africa"],"notes":["Portfolio: International Partnerships"],"location":["Teleconference"],"address":["Teleconference"],"addressEntity":["addr-a1b2e4eeecb1f46f3239fd2a390e2ec3f16bc2cb"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["eu-tr-90142503473-81","ec-person-b5a90dd5ba1c715a3e7923281f7a6ae9975796d8"]}} -{"id":"ec-meeting-2020-04-24-f550edf2332a49a25aa4829aaa6a2b7b9ecd2ea0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-24 - Cabinet of Commissioner Olivér Várhelyi x International Centre for Migration Policy Development"],"date":["2020-04-24"],"summary":["During the COVID 19 crisis the state of play of migration issues"],"notes":["Portfolio: Neighbourhood and Enlargement"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-of-oliver-varhelyi"],"involved":["ec-person-daf8ff1073a04b30d2f54219ecc93002ef3a684d","eu-tr-428294520891-74"]}} -{"id":"ec-meeting-2020-04-27-22c385fb400c110edcbf3fd8082fdc7c59d08e09","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-27 - Cabinet of Executive Vice-President Frans Timmermans x Scania AB (publ)"],"date":["2020-04-27"],"summary":["Recovery in the truck automotive industry"],"notes":["Portfolio: European Green Deal"],"location":["Brussels (video call)"],"address":["Brussels (video call)"],"addressEntity":["addr-b824ac3306f40e46535fcd935aed798786ca6409"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce","ec-person-d56ecbfde17436a136fc89c9a978b266e8285c84","eu-tr-3305029916-47"]}} -{"id":"ec-meeting-2020-04-27-343d30316d49f38f78d1824694840b7ea1d038c1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-27 - Cabinet of Commissioner Thierry Breton x Association of European Public Postal Operators LA POSTE"],"date":["2020-04-27"],"summary":["Introduction to PostEurop and current issues"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-4b5aaa9cea258419f934faa90c41e25de348a2d8","eu-tr-01890906437-84","eu-tr-092682012915-24"]}} -{"id":"ec-meeting-2020-04-27-68e4d9bdcccd945b10c5b07486269dc57cf32f84","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-27 - Cabinet of Commissioner Mariya Gabriel x EIT Health"],"date":["2020-04-27"],"summary":["COVID-19"],"notes":["Portfolio: Innovation and Youth"],"location":["video-conferencing"],"address":["video-conferencing"],"addressEntity":["addr-211c505d204b295e60497aa4c59557bb484ca6c5"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["ec-person-1674399a793e9e6fd7cf55b525515fc862fc9351","eu-tr-632741433403-20"]}} -{"id":"ec-meeting-2020-04-27-807d11da5b4b80e8c04faec859208566bf07794d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-27 - Cabinet of Executive Vice-President Frans Timmermans x FoodDrinkEurope"],"date":["2020-04-27"],"summary":["Green Deal and recovery in the food and drink sector"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - Videoconference"],"address":["Brussels - Videoconference"],"addressEntity":["addr-b93a8e0f37fc1881f159c6a2191a50ec995fd50c"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-7c876f4825f213b8adbedf089ccedfbc3b36d65b","eu-tr-75818824519-45"]}} -{"id":"ec-meeting-2020-04-27-82f9be23d12aa8dd8d1c7fa7bf2c971efd9db9c8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-27 - Cabinet of Commissioner Kadri Simson x Transport and Environment (European Federation for Transport and Environment)"],"date":["2020-04-27"],"summary":["Hydrogen"],"notes":["Portfolio: Energy"],"location":["Video Conferencing"],"address":["Video Conferencing"],"addressEntity":["addr-e3b7413b2ac93be00b6bcff51fdc1374d67118bd"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["ec-person-3ba14eabc5fddef75d1a672cc75b5f4bddd72ee9","eu-tr-58744833263-19"]}} -{"id":"ec-meeting-2020-04-27-b312ca51c4c959a4720cb77223e4b2c45c56098d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-27 - Cabinet of Vice-President Věra Jourová x Trellix"],"date":["2020-04-27"],"summary":["Disinformation"],"notes":["Portfolio: Values and Transparency"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["ec-person-74c07660dcbc6dc9993b34462cf2a1fec35925ea","eu-tr-848399332282-85","ec-person-fb258e0188a5319bfaba3161382db43f5a85851f"]}} -{"id":"ec-meeting-2020-04-27-c174a3dafc0f4bcedc4a4c5d83b33acf3448657c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-27 - Cabinet of Commissioner Mariya Gabriel x АСОЦИАЦИЯ НА БЪЛГАРСКИТЕ КИНОСАЛОНИ АЛЕКСАНДРА ФИЛМС"],"date":["2020-04-27"],"summary":["Impact of COVID-19 on Cinema"],"notes":["Portfolio: Innovation and Youth"],"location":["video-conferencing"],"address":["video-conferencing"],"addressEntity":["addr-211c505d204b295e60497aa4c59557bb484ca6c5"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-061809937865-03","eu-tr-784137137904-93","ec-person-1674399a793e9e6fd7cf55b525515fc862fc9351"]}} -{"id":"ec-meeting-2020-04-28-0091b8a68805b4e1343f620e17fb3791275657bd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-28 - Cabinet of Commissioner Virginijus Sinkevičius x Fertilizers Europe"],"date":["2020-04-28"],"summary":["To discuss the use and need of fertilizers"],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Video meeting"],"address":["Video meeting"],"addressEntity":["addr-762dc9b5648e05f3894b6f2597baa8254e5414db"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["ec-person-172a438ed334761e2ab5d52e551fd1bcb6ab6b8d","eu-tr-80788715017-29"]}} -{"id":"ec-meeting-2020-04-28-0e1fd22ca2cfac71a86fafdcc75780f071b92015","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-28 - Cabinet of Executive Vice-President Frans Timmermans x European Forest Institute"],"date":["2020-04-28"],"summary":["EU Green Deal, biodiversity and forests"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-38315289949-88","ec-person-8af3c81534786a740718d21dc58240738a53ed7b"]}} -{"id":"ec-meeting-2020-04-28-14711d07a17ef9a2a8ec264c10229749ab3e13dd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-28 - Cabinet of President Ursula von der Leyen x Bundesverband Breitbandkommunikation e.V."],"date":["2020-04-28"],"summary":["German Broadband Funding Scheme"],"notes":["Portfolio: President"],"location":["Brussels - video conference"],"address":["Brussels - video conference"],"addressEntity":["addr-d7df553e47e69d1cc9f4189b36b7c867f80459b0"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-7019713e72781afb1f3b19032c4752a314b78180","eu-tr-028570718529-43"]}} -{"id":"ec-meeting-2020-04-28-180616968ea21120e019a4b49cbea5061f27c418","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-28 - Cabinet of Commissioner Didier Reynders x Google"],"date":["2020-04-28"],"summary":["following topics\r\n1-\tGoogle initiatives in the context of the covid-19;\r\n2-\tData protection;\r\n3-\tAI;\r\n4-\tConsumers;\r\n5-\tIllegal content on-line"],"notes":["Portfolio: Justice"],"location":["Video conference"],"address":["Video conference"],"addressEntity":["addr-ebc9fd5c2f372a32153cf3f4d5fb918a96b84a88"],"organizer":["ec-cabinet-commissioner-didier-of-reynders"],"involved":["ec-person-50f9cba2282e1d03395cdd0faf9ce6e9a2ff3104","eu-tr-03181945560-59","ec-person-1e25399e2267734c5f4c69093d2286c8898ee9f0","ec-person-442bf1ae9900b999673cdd7389224d0e21b67d4d"]}} -{"id":"ec-meeting-2020-04-28-1a991f1b970c61aa7eec501e2c38a2704b3f4bcc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-28 - Cabinet of President Ursula von der Leyen x Fair Standards Alliance"],"date":["2020-04-28"],"summary":["Digital Society and Economy and Digital Single Market; introduction of FSA; key issues of importance to their membership on licensing of SEPs"],"notes":["Portfolio: President"],"location":["Brussels (video conference)"],"address":["Brussels (video conference)"],"addressEntity":["addr-1a77e12c05a39186f3ddab600c3e9e619c4822ef"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-7019713e72781afb1f3b19032c4752a314b78180","eu-tr-354710219654-02"]}} -{"id":"ec-meeting-2020-04-28-1b1b8b60b35b201d1c9c3e2f1d418d88b9bbc512","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-28 - Defence Industry and Space x Airbus"],"date":["2020-04-28"],"summary":["Follow-up to the 9 April 2020 call"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-dg-defis"],"involved":["ec-person-a5e52cd544ea3aa44eb4b31fac65a468499f106e","eu-tr-2732167674-76"]}} -{"id":"ec-meeting-2020-04-28-32942f88a77ca48f869b1797283b81fe38a440ad","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-28 - Competition x European Newspaper Publishers' Association"],"date":["2020-04-28"],"summary":["Discussion on numeric"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-comp"],"involved":["ec-person-f257bc19c568ad25083c1c1e1651426245cefedf","eu-tr-5950962136-12"]}} -{"id":"ec-meeting-2020-04-28-363fead7a580ed494232b5a86f677fd46363731e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-28 - Cabinet of Executive Vice-President Frans Timmermans x Anheuser-Busch InBev nv/sa"],"date":["2020-04-28"],"summary":["Sustainable food systems"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - video conference"],"address":["Brussels - video conference"],"addressEntity":["addr-d7df553e47e69d1cc9f4189b36b7c867f80459b0"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-161157710612-65","ec-person-33624431cbec1074e151c1707715ef46d2ba9565"]}} -{"id":"ec-meeting-2020-04-28-3d0ad0ba61e29c895e7ac5e6d8f738b147ae3aca","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-28 - Cabinet of President Ursula von der Leyen x Deutscher Naturschutzring, Dachverband der deutschen Natur-, Tier- und Umweltschutzverbände (DNR) e.V."],"date":["2020-04-28"],"summary":["Green deal"],"notes":["Portfolio: President"],"location":["Brussels (by video conference)"],"address":["Brussels (by video conference)"],"addressEntity":["addr-3ed77ac534da4cda225106ed14d58672bda0412f"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-f2b941852d3b961d69ed695c2d243a1a2b4a1904","eu-tr-98430135820-35"]}} -{"id":"ec-meeting-2020-04-28-43a2567bfe2a6c54917556717dbc1f82dac649c0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-28 - Communications Networks, Content and Technology x Airbus"],"date":["2020-04-28"],"summary":["Follow-up to the 9 April 2020 call"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-2732167674-76","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2020-04-28-445ce837c0b6671114760ebf557fc13d54095834","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-28 - Cabinet of Commissioner Didier Reynders x Mastercard Europe"],"date":["2020-04-28"],"summary":["COVID19 impact on the travel industry"],"notes":["Portfolio: Justice"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-didier-of-reynders"],"involved":["ec-person-50f9cba2282e1d03395cdd0faf9ce6e9a2ff3104","eu-tr-58204758673-16"]}} -{"id":"ec-meeting-2020-04-28-453f3bcfe04f55dd7c9fb795f9f70760bd14e79a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-28 - Research and Innovation x Cycling Industries Europe"],"date":["2020-04-28"],"summary":["European Green Deal and clean cities"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-rtd"],"involved":["ec-person-1d348f33395de0ea6773a7b4ae8797e3e0392f73","eu-tr-762247734758-18"]}} -{"id":"ec-meeting-2020-04-28-5bfdb27f20534dddc5b137980ee4918c351219c2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-28 - Cabinet of Commissioner Thierry Breton x L'Oréal"],"date":["2020-04-28"],"summary":["Exit strategy and recovery from lockdown COVID-19"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","eu-tr-02776221598-67"]}} -{"id":"ec-meeting-2020-04-28-5d162174be8fc46c99fd915b4b30d280b59e1925","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-28 - Cabinet of Commissioner Thierry Breton x ALLIANCE DE LA PRESSE D’INFORMATION GÉNÉRALE"],"date":["2020-04-28"],"summary":["Challenges for the press sectors from the covid crisis"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-917249537939-70","ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","ec-person-4d83416435f81b1f1e8f5c86aeebb1478577f1d2"]}} -{"id":"ec-meeting-2020-04-28-66758571da302eaf0ee8d09f6e1bc02948f5430e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-28 - Climate Action x European Alliance to Save Energy"],"date":["2020-04-28"],"summary":["COVID-19, Renovation Wave"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-clima"],"involved":["ec-person-9c5c685692a09a77f2bc8ae9c05663b87cd75aae","eu-tr-37816636575-51"]}} -{"id":"ec-meeting-2020-04-28-6e8babe33bc79cc3be4874a27aa46ffeaa5d5d1c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-28 - Cabinet of Executive Vice-President Frans Timmermans x Cycling Industries Europe"],"date":["2020-04-28"],"summary":["Clean urban mobility in the European Green Deal"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - videoconference"],"address":["Brussels - videoconference"],"addressEntity":["addr-a3a01e55b02ab591ce10151760698f4306ec49cb"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-d56ecbfde17436a136fc89c9a978b266e8285c84","eu-tr-762247734758-18"]}} -{"id":"ec-meeting-2020-04-28-7a6c177ad70cacb15847d7c2d90dc7e8f6b37d84","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-28 - Cabinet of Commissioner Kadri Simson x EPIA SolarPower Europe"],"date":["2020-04-28"],"summary":["Situation of the sector – COVID 19; Renewables as part of the recovery; Energy Efficiency; Future proposals / Green Deal"],"notes":["Portfolio: Energy"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["ec-person-9b7f5fe059e5b0b40e79e9170211aa2f02322fdb","eu-tr-2680046412-48","ec-person-2fb98fc84d2cf8d481688eff3d47f7745ead3592"]}} -{"id":"ec-meeting-2020-04-28-7fa5f562d5d8f7e522efbb61f542afa22a3b9e5a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-28 - Competition x European Magazine Media Association"],"date":["2020-04-28"],"summary":["Discussion on numeric"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-comp"],"involved":["ec-person-f257bc19c568ad25083c1c1e1651426245cefedf","eu-tr-37937886834-69"]}} -{"id":"ec-meeting-2020-04-28-8440fe37d66a1817ed3d5c92565237cc69764514","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-28 - Cabinet of President Ursula von der Leyen x Stiftung KlimaWirtschaft"],"date":["2020-04-28"],"summary":["Green deal"],"notes":["Portfolio: President"],"location":["Brussels (video conference)"],"address":["Brussels (video conference)"],"addressEntity":["addr-1a77e12c05a39186f3ddab600c3e9e619c4822ef"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-f2b941852d3b961d69ed695c2d243a1a2b4a1904","eu-tr-101869737880-14"]}} -{"id":"ec-meeting-2020-04-28-8a9de1a3c75afad3b61a3eb5093ee28f0c55b41a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-28 - Cabinet of Commissioner Johannes Hahn x Österreichische Staatsdruckerei Holding AG"],"date":["2020-04-28"],"summary":["Health passport"],"notes":["Portfolio: Budget and Administration"],"location":["Conference call"],"address":["Conference call"],"addressEntity":["addr-28ba88479582b2f75898964548da4252dc7db7d2"],"organizer":["ec-cabinet-commissioner-hahn-johannes-of"],"involved":["eu-tr-982443037956-95","ec-person-d1cfc2bdcd92eb0b7e7112810e03f3aff3f4af35"]}} -{"id":"ec-meeting-2020-04-28-8d69a2496df5bc2929995b53f0e8015d4e1a7639","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-28 - Cabinet of Commissioner Thierry Breton x American Chamber of Commerce to the European Union"],"date":["2020-04-28"],"summary":["Influence of the pandemic crisis on business in Europe and globally"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","eu-tr-5265780509-97","ec-person-4b5aaa9cea258419f934faa90c41e25de348a2d8"]}} -{"id":"ec-meeting-2020-04-28-8ef610122ab9dd136c123a664c3c33ef782d8d3a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-28 - Cabinet of Commissioner Paolo Gentiloni x American Chamber of Commerce to the European Union"],"date":["2020-04-28"],"summary":["Covid19: economic outlook and the EU’s policy response – decisions taken so far and next steps"],"notes":["Portfolio: Economy"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-gentiloni-of-paolo"],"involved":["ec-person-088d26d74d1898338fbf1c86e139bd6d3b870dbc","eu-tr-5265780509-97"]}} -{"id":"ec-meeting-2020-04-28-a45be31776328e8bb60780ed9dbb15d11ccea82b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-28 - Cabinet of Executive Vice-President Frans Timmermans x ETIP Zero Emissions Platform"],"date":["2020-04-28"],"summary":["European Green Deal"],"notes":["Portfolio: European Green Deal"],"location":["video conference (Brussels)"],"address":["video conference (Brussels)"],"addressEntity":["addr-96d45bbb99f3da137b2243f11b529ed54662db90"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-a282162080cef4ef2a8c0ab6247a3e03dc438507","ec-person-d53e00c46a4cc62bbf533e0c9bb35bacb9121989","ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce","eu-tr-793300922868-60"]}} -{"id":"ec-meeting-2020-04-28-a48b989897aa208c9deb55fcc52c90c361a5c225","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-28 - Cabinet of Executive Vice-President Margrethe Vestager x Industriegewerkschaft Metall"],"date":["2020-04-28"],"summary":["To discuss policy proposals concerning platform workers"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-11d97788772862bb34f51dd26d7f92603eac1bf8","eu-tr-757195013270-80"]}} -{"id":"ec-meeting-2020-04-28-ae8483db6dfc0efe27437e71011fad3725c27ccd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-28 - Cabinet of Executive Vice-President Frans Timmermans x American Chamber of Commerce to the European Union"],"date":["2020-04-28"],"summary":["Digital aspects of the European Green Deal"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - videoconference"],"address":["Brussels - videoconference"],"addressEntity":["addr-a3a01e55b02ab591ce10151760698f4306ec49cb"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-d56ecbfde17436a136fc89c9a978b266e8285c84","eu-tr-5265780509-97"]}} -{"id":"ec-meeting-2020-04-28-c019c0279ce1693edbd2bd28e6f428b452d48b8f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-28 - Cabinet of Executive Vice-President Frans Timmermans x European Network of Transmission System Operators for Electricity"],"date":["2020-04-28"],"summary":["Infrastructure planning for carbon neutrality in the energy sector"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - video conference"],"address":["Brussels - video conference"],"addressEntity":["addr-d7df553e47e69d1cc9f4189b36b7c867f80459b0"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-a282162080cef4ef2a8c0ab6247a3e03dc438507","ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce","eu-tr-25805148045-87","ec-person-d53e00c46a4cc62bbf533e0c9bb35bacb9121989"]}} -{"id":"ec-meeting-2020-04-28-c1a4c62fbf7bdfbac2d64f88dec47f847cf8e3b8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-28 - Cabinet of Commissioner Paolo Gentiloni x Assicurazioni Generali S.p.A"],"date":["2020-04-28"],"summary":["Impact of Covid19 on insurance sector and ways ahead"],"notes":["Portfolio: Economy"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-gentiloni-of-paolo"],"involved":["ec-person-088d26d74d1898338fbf1c86e139bd6d3b870dbc","eu-tr-600525713796-88"]}} -{"id":"ec-meeting-2020-04-28-e5d0ee09391a51a203fe843731f342ac2adca474","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-28 - Cabinet of Commissioner Kadri Simson x EDSO for Smart Grids"],"date":["2020-04-28"],"summary":["Security of electricity supply and the role of DSOs in the context of the COVID-19 crisis, post-crisis economic recovery"],"notes":["Portfolio: Energy"],"location":["Video-conferencing"],"address":["Video-conferencing"],"addressEntity":["addr-4611e6784da5e4097c2b6fa2bc5e51eb9a0577bd"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["ec-person-3ba14eabc5fddef75d1a672cc75b5f4bddd72ee9","eu-tr-952322311484-70","ec-person-d40f25b5cb5c0681854a4996da444478318f7e58","ec-person-1995c65b8dc7f3702a8c30ed96a0144075848837"]}} -{"id":"ec-meeting-2020-04-28-e626fea5cfbb9272a0def9d9517a185b046150a1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-28 - Cabinet of Commissioner Elisa Ferreira x Assemblée des Régions d'Europe"],"date":["2020-04-28"],"summary":["Multiannual Financial Framework 2021 – 2027"],"notes":["Portfolio: Cohesion and Reforms"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-elisa-ferreira-of"],"involved":["ec-person-884d261ef161b119c9fc64f7a0514dc014ca2bd7","ec-person-4121b3832a3dd4ec5d2c50f26f7003d3bada6d20","eu-tr-480267313069-44"]}} -{"id":"ec-meeting-2020-04-28-fd3a9c5b7d79b0c0a085fa41bd3144338a6f7ef4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-28 - Environment x ECOEMBALAJES ESPAÑA, S.A."],"date":["2020-04-28"],"summary":["Circular economy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-env"],"involved":["eu-tr-159298416382-03","ec-person-3bc74ce04ea3f4ab4d91a5c88eef25b8b8a213b4"]}} -{"id":"ec-meeting-2020-04-28-fe30e8a521e9d9675b75bb1e2d423801ebc3950d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-28 - Cabinet of Commissioner Nicolas Schmit x European Round Table for Industry SONAE"],"date":["2020-04-28"],"summary":["Videoconference on the Skills Agenda"],"notes":["Portfolio: Jobs and Social Rights"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-66fa2c2d100ec194caa42b5c6f97c36e2748b71c","ec-person-4cf4655ab41922e92160325d987a3c4615c72d30","eu-tr-25487567824-45","eu-tr-687748032165-82"]}} -{"id":"ec-meeting-2020-04-29-0854701b9b8142e5275d7f53c7f60134150c8b08","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-29 - Cabinet of Commissioner Janusz Wojciechowski x Specialised Nutrition Europe"],"date":["2020-04-29"],"summary":["SNE to present its vision for a sustainable Europe in the context of the new European Green Deal and the associated ‘Farm to Fork Strategy’."],"notes":["Portfolio: Agriculture"],"location":["videoconference"],"address":["videoconference"],"addressEntity":["addr-92b2fbb928e012810d80d9ef1abe12027beee200"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["eu-tr-33498019160-40","ec-person-cafe030b6dad78a75143f7552c420481b30ebceb","ec-person-90b64673ee7f4c1dae185fbd64b45f5c45f2b66d"]}} -{"id":"ec-meeting-2020-04-29-0abb1a7eda90c6de5504bcbcdd4aadc52c8cd75c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-29 - Cabinet of Commissioner Nicolas Schmit x AGE Platform Europe"],"date":["2020-04-29"],"summary":["long-term care (LTC) and how LTC systems are affected by the current COVID crisis"],"notes":["Portfolio: Jobs and Social Rights"],"location":["Video conference (skype)"],"address":["Video conference (skype)"],"addressEntity":["addr-0fe6ad5be5dcfa90372829232afbdbab58519ac8"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-8eb18b6102d444937bc6af5822a6742812165b48","eu-tr-16549972091-86"]}} -{"id":"ec-meeting-2020-04-29-0b40b1746fde89ba58a4362f41aa443d3acb1fca","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-29 - Cabinet of Executive Vice-President Frans Timmermans x spiritsEUROPE"],"date":["2020-04-29"],"summary":["Sustainable food systems"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - video conference"],"address":["Brussels - video conference"],"addressEntity":["addr-d7df553e47e69d1cc9f4189b36b7c867f80459b0"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-64926487056-58","ec-person-33624431cbec1074e151c1707715ef46d2ba9565"]}} -{"id":"ec-meeting-2020-04-29-57f35211683c89d593b04e4fa9d078b85192eccc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-29 - Cabinet of Commissioner Nicolas Schmit x SGI Europe AGE Platform Europe European Ageing Network European Disability Forum European Social Network European Association of Service providers for Persons with Disabilities European Federation of National Organisations working with the Homeless European Federation of Public Service Unions"],"date":["2020-04-29"],"summary":["Videoconference meeting on social support care service and COVID-19"],"notes":["Portfolio: Jobs and Social Rights"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["eu-tr-57868523887-16","ec-person-8eb18b6102d444937bc6af5822a6742812165b48","ec-person-4cf4655ab41922e92160325d987a3c4615c72d30","eu-tr-04902121531-04","eu-tr-94402711517-87","eu-tr-058359527245-73","eu-tr-42528706153-39","eu-tr-16549972091-86","eu-tr-120906010805-50","ec-person-c03b949331dbbe5fa3d5423758e371ec1b9b832f","eu-tr-59513031434-92"]}} -{"id":"ec-meeting-2020-04-29-644be4d27e76beaa73ed8c5aa300f074786aabff","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-29 - Cabinet of Executive Vice-President Frans Timmermans x Nano Energies"],"date":["2020-04-29"],"summary":["The Green Deal and green recovery"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - video conference"],"address":["Brussels - video conference"],"addressEntity":["addr-d7df553e47e69d1cc9f4189b36b7c867f80459b0"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-621966337861-61","ec-person-33624431cbec1074e151c1707715ef46d2ba9565"]}} -{"id":"ec-meeting-2020-04-29-6451db0bd863912b489493ac29af1aab6afb1592","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-29 - Cabinet of Executive Vice-President Margrethe Vestager x Allianz SE"],"date":["2020-04-29"],"summary":["To discuss general EU affairs. Impact of COVID-19 on European economy including insurance sector"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-05503341949-54","ec-person-7f4ed7789b52b8daf8b637232a16c6d3120c5e37"]}} -{"id":"ec-meeting-2020-04-29-67ff3dc20eeb3bc23cb5398b49a8a5059ee43bcc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-29 - Health and Food Safety x Istituto per la Competitività"],"date":["2020-04-29"],"summary":["I-Com Virtual Power Breakfast with Anne BUCHER, \"a new impetus for EU Health Policies: which agenda in times of crisis?\""],"location":["Brussels (VC mtg)"],"address":["Brussels (VC mtg)"],"addressEntity":["addr-b5e4b83c99661536d30d80638cd2cea85962c23b"],"organizer":["ec-dg-sante"],"involved":["eu-tr-859942318143-66","ec-person-42d2108d723f9b9017ed589e3271e3156172daa7"]}} -{"id":"ec-meeting-2020-04-29-6e2a630b242b6043711a4f47d04e146295e91ab8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-29 - Cabinet of Commissioner Stella Kyriakides x AGE Platform Europe Social Services Europe European Ageing Network European Federation of Public Service Unions European Association of Service providers for Persons with Disabilities European Disability Forum Eurodiaconia SGI Europe European Social Network"],"date":["2020-04-29"],"summary":["VC meeting on the Impact of COVID-19 on Social Services and \r\nthe risks for persons in vulnerable situations"],"notes":["Portfolio: Health"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-kyriakides-of-stella"],"involved":["eu-tr-470169313931-02","eu-tr-57868523887-16","eu-tr-4293010684-55","eu-tr-04902121531-04","ec-person-c7513fae2df7920eea99d7cc103a354aa4f56b6e","eu-tr-94402711517-87","eu-tr-058359527245-73","eu-tr-16549972091-86","eu-tr-120906010805-50","eu-tr-59513031434-92"]}} -{"id":"ec-meeting-2020-04-29-7195fe01ca71ff5141f638e6f155b025d61135da","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-29 - Cabinet of Commissioner Janusz Wojciechowski x spiritsEUROPE"],"date":["2020-04-29"],"summary":["1. Immediate sector response to COPVID-19 crisis\r\n2. The damaging effect this crisis has on distillers large and small\r\n3. What kind of support and measures we need now to move forward and work towards a speedy recovery."],"notes":["Portfolio: Agriculture"],"location":["videoconference"],"address":["videoconference"],"addressEntity":["addr-92b2fbb928e012810d80d9ef1abe12027beee200"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["eu-tr-64926487056-58","ec-person-90b64673ee7f4c1dae185fbd64b45f5c45f2b66d"]}} -{"id":"ec-meeting-2020-04-29-8b1dc200f838b3ed38fa3407106ca572b4d56d21","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-29 - Cabinet of Vice-President Dubravka Šuica x AGE Platform Europe European Social Network European Ageing Network European Disability Forum European Association of Service providers for Persons with Disabilities Social Services Europe European Federation of Public Service Unions Eurodiaconia"],"date":["2020-04-29"],"summary":["Social Services in Europe, Statutory Duties of Public Social Services, Explanation, Impact & challenges of COVID-19, Elderly,\r\nRole of the EU, Rights of persons with disabilities, social dialogue & cross-sectoral social dialogue"],"notes":["Portfolio: Democracy and Demography"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-dubravka-of-president-suica-vice"],"involved":["eu-tr-470169313931-02","eu-tr-57868523887-16","eu-tr-04902121531-04","eu-tr-4293010684-55","ec-person-ebe31c2924b1fbde99804f8f575004fb99739165","ec-person-83dd3363da89c86d99ea50c3ff2d15a746405110","eu-tr-94402711517-87","eu-tr-058359527245-73","eu-tr-16549972091-86","ec-person-bae2f44eb21285b37ecc9c7f2f42b4acb1f53264","eu-tr-120906010805-50"]}} -{"id":"ec-meeting-2020-04-29-8d5c615fdd248726a98cc3adaa9e2dcaaed8609c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-29 - Cabinet of Executive Vice-President Frans Timmermans x Liquid Gas Europe"],"date":["2020-04-29"],"summary":["LPG use in Europe, potential of bio LPG, carbon neturality and specific challenges of rural regions in Europe"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - video conference"],"address":["Brussels - video conference"],"addressEntity":["addr-d7df553e47e69d1cc9f4189b36b7c867f80459b0"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-63503202933-02","ec-person-d53e00c46a4cc62bbf533e0c9bb35bacb9121989"]}} -{"id":"ec-meeting-2020-04-29-8ec088c31eb772c7bd2fc7895702e56a340b25ed","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-29 - Cabinet of Vice-President Dubravka Šuica x Algemeen Christelijk Vakverbond van België"],"date":["2020-04-29"],"summary":["Current issues related to the COVID-19 pandemic."],"notes":["Portfolio: Democracy and Demography"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dubravka-of-president-suica-vice"],"involved":["ec-person-e38d9f76fd8b368ff0a9e724d2cd3da76124d857","eu-tr-80866452991-55"]}} -{"id":"ec-meeting-2020-04-29-95561cd89ef1d58206e88b909f71965c1c44dfd4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-29 - Cabinet of Executive Vice-President Frans Timmermans x Guidehouse Netherlands B.V."],"date":["2020-04-29"],"summary":["Decarbonisation of the gas sector and opportunities for reuse of existing gas infrastructure in the context of transition towards carbon neutrality"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - video conference"],"address":["Brussels - video conference"],"addressEntity":["addr-d7df553e47e69d1cc9f4189b36b7c867f80459b0"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-291658228603-85","ec-person-d53e00c46a4cc62bbf533e0c9bb35bacb9121989"]}} -{"id":"ec-meeting-2020-04-29-9d7e040e36b6a2b7e41235bde005cf52c4518529","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-29 - Cabinet of Executive Vice-President Frans Timmermans x BREIZ EUROPE"],"date":["2020-04-29"],"summary":["Sustainable food systems"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - video conference"],"address":["Brussels - video conference"],"addressEntity":["addr-d7df553e47e69d1cc9f4189b36b7c867f80459b0"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-857077134756-33","ec-person-33624431cbec1074e151c1707715ef46d2ba9565"]}} -{"id":"ec-meeting-2020-04-29-9fcecfa4f535f61494e848c43397152225f3660a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-29 - Cabinet of Executive Vice-President Margrethe Vestager x European Council on Foreign Relations"],"date":["2020-04-29"],"summary":["To discuss how to unlock Europe’s potential to act boldly and confidently in the digital age"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-339569615567-89","ec-person-11d97788772862bb34f51dd26d7f92603eac1bf8"]}} -{"id":"ec-meeting-2020-04-29-a1a5af36f5a11d3a4844468ec2dbf599ac5805f0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-29 - Cabinet of Executive Vice-President Frans Timmermans x Sihtasutus Eestimaa Looduse Fond"],"date":["2020-04-29"],"summary":["EU Green Deal"],"notes":["Portfolio: European Green Deal"],"location":["phone call"],"address":["phone call"],"addressEntity":["addr-2a45506f8aee562723b51f2ec58dc9c908e181c6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-205173621277-10","ec-person-8af3c81534786a740718d21dc58240738a53ed7b"]}} -{"id":"ec-meeting-2020-04-29-a569cdb9b8be0b0ff6db62a0a2b8c76f534d6ca3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-29 - Cabinet of Commissioner Phil Hogan x American Chamber of Commerce to the European Union"],"date":["2020-04-29"],"summary":["Trade issues"],"location":["video conference"],"address":["video conference"],"addressEntity":["addr-6dc12e3c97077db82f32184f24341ce370a445fd"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-a1a78365cc4685b0958056646204977d8f2ead92","eu-tr-5265780509-97"]}} -{"id":"ec-meeting-2020-04-29-a8d15bed9ce8055448052907a4b54ebb89252f69","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-29 - Cabinet of Commissioner Stella Kyriakides x None"],"date":["2020-04-29"],"summary":["Video call with Pharmaceutical Industrial Associations, the European Medicines Agency and the European Centre for Disease Prevention and Control, to discuss Possible shortages of medicines and medical devices for the Covid-19 outbreak"],"notes":["Portfolio: Health"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-kyriakides-of-stella"],"involved":["eu-tr-38526121292-88","eu-tr-05366537746-69","ec-person-c7513fae2df7920eea99d7cc103a354aa4f56b6e","eu-tr-64879142323-90","eu-tr-433743725252-26","eu-tr-87600691525-93","eu-tr-48325781850-28","eu-tr-53073567234-18","eu-tr-99565011637-64"]}} -{"id":"ec-meeting-2020-04-29-aa19e3f45661563e013f3a724cbaf233312d21e4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-29 - Cabinet of Commissioner Nicolas Schmit x Organising Bureau of European School Student Unions"],"date":["2020-04-29"],"summary":["Videoconference meeting on the impact of Covid-19 on learners, especially on VET learners."],"notes":["Portfolio: Jobs and Social Rights"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-66fa2c2d100ec194caa42b5c6f97c36e2748b71c","ec-person-4cf4655ab41922e92160325d987a3c4615c72d30","eu-tr-28818073021-14"]}} -{"id":"ec-meeting-2020-04-29-e0f5079b0c4e03e6e159f15d92482bdd91a00258","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-29 - Cabinet of Commissioner Paolo Gentiloni x JUUL Labs Ltd"],"date":["2020-04-29"],"summary":["The Tobacco Excise Directive"],"notes":["Portfolio: Economy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gentiloni-of-paolo"],"involved":["eu-tr-607621632219-36","ec-person-404d55367ba0dadec989b6dc2eab96ef2abd96af"]}} -{"id":"ec-meeting-2020-04-29-f34a023a0298a54561a3d38485469da73f272727","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-29 - Cabinet of Commissioner Thierry Breton x None"],"date":["2020-04-29"],"summary":["Video call with Pharmaceutical Industrial Associations, the European Medicines Agency and the European Centre for Disease Prevention and Control, to discuss Possible shortages of medicines and medical devices for the Covid-19 outbreak"],"notes":["Portfolio: Internal Market"],"location":["Videconference"],"address":["Videconference"],"addressEntity":["addr-e611dc74f08dc0cb4369d9147ee1bc357f769320"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-38526121292-88","ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","eu-tr-05366537746-69","eu-tr-433743725252-26","eu-tr-87600691525-93","eu-tr-48325781850-28","eu-tr-53073567234-18","eu-tr-99565011637-64"]}} -{"id":"ec-meeting-2020-04-29-f7403d8a01d0dbf4567d69b5a770f4cc8a599826","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-29 - Financial Stability, Financial Services and Capital Markets Union x NASDAQ"],"date":["2020-04-29"],"summary":["COVID-19 situation and Market data"],"location":["Virtual meetings"],"address":["Virtual meetings"],"addressEntity":["addr-8cae55bd339278a61c0e8330df44584b357afef8"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-76648765687-29","ec-person-1fce211249673c35ee07a801ddee77ab24af8d54"]}} -{"id":"ec-meeting-2020-04-29-f873f56bb2d71f45d905a3dc780dcd2e505547e0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-29 - Internal Market, Industry, Entrepreneurship and SMEs x Bpifrance"],"date":["2020-04-29"],"summary":["Introductory meeting and courtesy call on NPBI, InvestEU & SMEs"],"location":["Phone call"],"address":["Phone call"],"addressEntity":["addr-cac056598c767cdeaa0f13cfe91d25988c24c698"],"organizer":["ec-dg-grow"],"involved":["ec-person-0151c7e554d188fffc509ad636b7d1a84c5dfcd5","eu-tr-950921712127-74"]}} -{"id":"ec-meeting-2020-04-30-140aa425806192661c0309a1d5e7cadeea9b9c6f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-30 - Cabinet of Executive Vice-President Frans Timmermans x EUROPEAN TRADE UNION CONFEDERATION"],"date":["2020-04-30"],"summary":["The European Green Deal and economic recovery"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - videoconference"],"address":["Brussels - videoconference"],"addressEntity":["addr-a3a01e55b02ab591ce10151760698f4306ec49cb"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-7c876f4825f213b8adbedf089ccedfbc3b36d65b","eu-tr-06698681039-26"]}} -{"id":"ec-meeting-2020-04-30-27af6c849d06dd471be4db4127add27ed739e99c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-30 - Cabinet of Commissioner Jutta Urpilainen x WCS EU"],"date":["2020-04-30"],"summary":["wildlife conservation and biodiversity"],"notes":["Portfolio: International Partnerships"],"location":["Conference call"],"address":["Conference call"],"addressEntity":["addr-28ba88479582b2f75898964548da4252dc7db7d2"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["ec-person-e29b72fe81d25796214b1c5915c52a124f06cd9d","eu-tr-054662633848-40"]}} -{"id":"ec-meeting-2020-04-30-6a98a36bde070c8f051df048102f64b7531f8d37","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-30 - Research and Innovation x Eurogroup for Animals"],"date":["2020-04-30"],"summary":["Use of animals for scientific purposes and the promotion of alternative methods"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-rtd"],"involved":["eu-tr-6809935493-49","ec-person-1d348f33395de0ea6773a7b4ae8797e3e0392f73"]}} -{"id":"ec-meeting-2020-04-30-7c057b59523c773b5bdcca9413cac07c8cd99381","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-30 - Cabinet of Commissioner Mariya Gabriel x European Cooperation in Science and Technology"],"date":["2020-04-30"],"summary":["Current and future challenges in the Research and Innovation landscape"],"notes":["Portfolio: Innovation and Youth"],"location":["video-conferencing"],"address":["video-conferencing"],"addressEntity":["addr-211c505d204b295e60497aa4c59557bb484ca6c5"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["ec-person-1674399a793e9e6fd7cf55b525515fc862fc9351","eu-tr-480090715925-32"]}} -{"id":"ec-meeting-2020-04-30-85536b79cbaf7711023eaef3e9b85a3bcf8301a4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-30 - Cabinet of President Ursula von der Leyen x Siemens AG Volvo AB A.P. Møller - Mærsk A/S AIR LIQUIDE"],"date":["2020-04-30"],"summary":["Videoconference with Chairman of Volvo, Chairman of Siemens and Maersk, CEO of Air Liquide"],"notes":["Portfolio: President"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["eu-tr-94857385769-70","ec-person-a2ac27c3a7aa93937efc47169c1dc2264a822175","eu-tr-680443918500-51","eu-tr-51773601133-57","eu-tr-4266797770-31"]}} -{"id":"ec-meeting-2020-04-30-a5a5b65a8eb66a974a5b15a3f15eb01ca6d7b7da","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-30 - Cabinet of Executive Vice-President Frans Timmermans x Bundesverband der Deutschen Industrie e.V."],"date":["2020-04-30"],"summary":["Impact of COVID-19 on industry. Economic recovery based on Green Deal."],"notes":["Portfolio: European Green Deal"],"location":["Brussels - videoconference"],"address":["Brussels - videoconference"],"addressEntity":["addr-a3a01e55b02ab591ce10151760698f4306ec49cb"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-7c876f4825f213b8adbedf089ccedfbc3b36d65b","eu-tr-1771817758-48"]}} -{"id":"ec-meeting-2020-04-30-a962a2727b30aa12937078ce4d968321fb550d29","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-30 - Education, Youth, Sport and Culture x Europa Nostra"],"date":["2020-04-30"],"summary":["Exchange of information on the forthcoming work of Europa Nostra."],"location":["Conference call"],"address":["Conference call"],"addressEntity":["addr-28ba88479582b2f75898964548da4252dc7db7d2"],"organizer":["ec-dg-eac"],"involved":["ec-person-68d4f99b9ed1b40d86ebbf81f8f35aeebd6c5fc5","eu-tr-832617510389-12"]}} -{"id":"ec-meeting-2020-04-30-aaa246fb988a5a20c3c7a86842a78ebe200c3cd0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-30 - Cabinet of Commissioner Thierry Breton x None"],"date":["2020-04-30"],"summary":["Impact of covid on e-commerce ecosystem"],"notes":["Portfolio: Internal Market"],"location":["videoconference"],"address":["videoconference"],"addressEntity":["addr-92b2fbb928e012810d80d9ef1abe12027beee200"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-311257433890-50","eu-tr-995377734447-25","eu-tr-935428630280-28","ec-person-4b5aaa9cea258419f934faa90c41e25de348a2d8","ec-person-4d83416435f81b1f1e8f5c86aeebb1478577f1d2","eu-tr-914893310703-33","ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","eu-tr-611131527720-22","eu-tr-64275283451-34","eu-tr-877966419254-70"]}} -{"id":"ec-meeting-2020-04-30-c546ce611a958f559f548729162668b96542db14","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-30 - Environment x Chiesi Farmaceutici SpA"],"date":["2020-04-30"],"summary":["Environment sustainability"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-env"],"involved":["eu-tr-974918817911-97","ec-person-3bc74ce04ea3f4ab4d91a5c88eef25b8b8a213b4"]}} -{"id":"ec-meeting-2020-04-30-d1eb60f6d2b441fabdb9246c1b6569d658a85edb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-30 - Cabinet of Vice-President Maroš Šefčovič x EUROPEAN TRADE UNION CONFEDERATION"],"date":["2020-04-30"],"summary":["Commission Work Programme"],"notes":["Portfolio: Interinstitutional Relations and Foresight"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-1f95be23689cd4ed0a26fe2980f760ccf2d55c1e","eu-tr-06698681039-26"]}} -{"id":"ec-meeting-2020-04-30-daa8559cbee8db5cdc48fd6612636a2a0aaeafa2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-30 - Cabinet of Vice-President Margaritis Schinas x Fundacion Euroamerica"],"date":["2020-04-30"],"summary":["EU response to COVID-19"],"notes":["Portfolio: Promoting the European Way of Life"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-margaritis-of-president-schinas-vice"],"involved":["ec-person-d5cada2a1a17537a675985af31e5ce07ae3bfd42","eu-tr-319827437964-55","ec-person-180e5c5b13dac533a1241b0f9d78176c8bec3d51"]}} -{"id":"ec-meeting-2020-04-30-ef58b448cf7a990eb6f120ab8c14ce3054d1c61e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-30 - Cabinet of Commissioner Thierry Breton x European Digital Rights"],"date":["2020-04-30"],"summary":["Fundamental rights and digital policies"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-16311905144-06","ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","ec-person-4d83416435f81b1f1e8f5c86aeebb1478577f1d2"]}} -{"id":"ec-meeting-2020-04-30-efba5864401b838dab5f52ee04a70b358824b952","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-30 - Cabinet of Commissioner Thierry Breton x BUSINESSEUROPE"],"date":["2020-04-30"],"summary":["Discussion of environment- and climate-related legislation."],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-1ab5843ab67b9915be990aebc02f9a83df200cf4","eu-tr-3978240953-79"]}} -{"id":"ec-meeting-2020-04-30-f812d320bc00c68ebb48c0e7c97eecf881c64add","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-04-30 - Cabinet of Commissioner Adina Vălean x Zoologische Gesellschaft Frankfurt von 1858 e.V."],"date":["2020-04-30"],"summary":["Conference Call with Frankfurt Zoological Society on behalf of “Save Polesia” – Inland navigation plans in Poland."],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["ec-person-baa9678f53e0a607c8a9bb2cd9122d1c13370154","eu-tr-855962634662-04"]}} -{"id":"ec-meeting-2020-05-04-06e2e78ccacc5ae92a4b89b95d27bfca3bb94568","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-04 - Cabinet of Commissioner Virginijus Sinkevičius x EUROS / AGENCY GROUP"],"date":["2020-05-04"],"summary":["To listen to Mercator Ocean International who wanted to present their work and their leadership role in European operational oceanography, especially in the context of the Copernicus programme"],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["eu-tr-57468837764-43","ec-person-9de2bdbd71a153577984a493028e19bcb8c1514f","ec-person-a3ed762188f9656ad2089827d1f121894fc1c0d2"]}} -{"id":"ec-meeting-2020-05-04-0dbe8c0b7bb99e4a00ce7901d1d0389b7d7b42d7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-04 - Cabinet of Commissioner Thierry Breton x Google"],"date":["2020-05-04"],"summary":["AI, DSA, COVID"],"notes":["Portfolio: Internal Market"],"location":["videoconference"],"address":["videoconference"],"addressEntity":["addr-92b2fbb928e012810d80d9ef1abe12027beee200"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-03181945560-59","ec-person-4d83416435f81b1f1e8f5c86aeebb1478577f1d2"]}} -{"id":"ec-meeting-2020-05-04-1a64349a24e237d2ca5b6269587b2cf4c0b1e041","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-04 - Financial Stability, Financial Services and Capital Markets Union x Moody's Shared Services UK Ltd."],"date":["2020-05-04"],"summary":["Macro, sovereign, banks and corporates outlook"],"location":["Virtual meeting"],"address":["Virtual meeting"],"addressEntity":["addr-1f1f3f51a4da31a1ea5c1b4b21cbf52ad983224f"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-55916968748-36","ec-person-1fce211249673c35ee07a801ddee77ab24af8d54"]}} -{"id":"ec-meeting-2020-05-04-222f0ed20f61f7a7fa697b6a9a952acb5f44faa3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-04 - Cabinet of Commissioner Didier Reynders x Assemblée des Régions d'Europe"],"date":["2020-05-04"],"summary":["Introduction of AER’s work + EU values and citizens rights in particular the EU rule of law report and the EU citizenship report"],"notes":["Portfolio: Justice"],"location":["Video-conference"],"address":["Video-conference"],"addressEntity":["addr-afae67aab834151e72f631228e72361e369db072"],"organizer":["ec-cabinet-commissioner-didier-of-reynders"],"involved":["eu-tr-480267313069-44","ec-person-1e25399e2267734c5f4c69093d2286c8898ee9f0"]}} -{"id":"ec-meeting-2020-05-04-275069617bcae99b427b2086896526391be2a11c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-04 - Cabinet of Commissioner Janusz Wojciechowski x Confederazione Nazionale Coldiretti"],"date":["2020-05-04"],"summary":["EU budget, BREXIT, Green Deal"],"notes":["Portfolio: Agriculture"],"location":["video conference"],"address":["video conference"],"addressEntity":["addr-6dc12e3c97077db82f32184f24341ce370a445fd"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["ec-person-90b64673ee7f4c1dae185fbd64b45f5c45f2b66d","eu-tr-55507619225-88","ec-person-08c62f972c22464aca7a65520eb9406f8db14a66"]}} -{"id":"ec-meeting-2020-05-04-398c3eb83d171ac34c6de951b6a597f3d4646a4d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-04 - Cabinet of Commissioner Virginijus Sinkevičius x European Hospital and Healthcare Federation"],"date":["2020-05-04"],"summary":["The environmental policy of the EU and its implications on the hospital healthcare sector"],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["ec-person-172a438ed334761e2ab5d52e551fd1bcb6ab6b8d","ec-person-dd7a7b1952e158f4195d34cff333ec79a4f48ba3","ec-person-a58f1d06f5cb1d8dfd278e0c36d5aa1b9368b270","eu-tr-73872883198-91","ec-person-ef0f66e9880a22ea8d9657bd982daf9bd74838c1"]}} -{"id":"ec-meeting-2020-05-04-3af37c42787521a87a651b214f0bc607a79d538f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-04 - Cabinet of Executive Vice-President Frans Timmermans x Shell Companies"],"date":["2020-05-04"],"summary":["Green Deal and Hydrogen"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - videoconference"],"address":["Brussels - videoconference"],"addressEntity":["addr-a3a01e55b02ab591ce10151760698f4306ec49cb"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-7c876f4825f213b8adbedf089ccedfbc3b36d65b","eu-tr-05032108616-26"]}} -{"id":"ec-meeting-2020-05-04-56c967eea61e781de0dd71f72a806e0264c3c687","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-04 - Cabinet of Executive Vice-President Frans Timmermans x Volkswagen Aktiengesellschaft"],"date":["2020-05-04"],"summary":["Green Deal and Recovery from COVID-19 crisis"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - videoconference"],"address":["Brussels - videoconference"],"addressEntity":["addr-a3a01e55b02ab591ce10151760698f4306ec49cb"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-7c876f4825f213b8adbedf089ccedfbc3b36d65b","eu-tr-6504541970-40"]}} -{"id":"ec-meeting-2020-05-04-7145cd07138754dcba8f9a1e6f112df087eeae6a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-04 - Cabinet of Commissioner Thierry Breton x Siemens Gamesa Renewable Energy Ørsted A/S Akuo Energy Hydrogen Europe ENEL SpA"],"date":["2020-05-04"],"summary":["Impacts of the COVID-19 Pandemic on the Renewable Energy Sector"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-1ab5843ab67b9915be990aebc02f9a83df200cf4","eu-tr-629358237383-04","ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","eu-tr-77659588648-75","eu-tr-697003427612-81","eu-tr-870817015429-80","eu-tr-6256831207-27"]}} -{"id":"ec-meeting-2020-05-04-77d9a6114d12ff4fb924db33f9cb6f0c6ce021ff","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-04 - Cabinet of Executive Vice-President Valdis Dombrovskis x Association for Financial Markets in Europe"],"date":["2020-05-04"],"summary":["Capital Requirements Regulation"],"notes":["Portfolio: An Economy that Works for People"],"location":["Video-conferencing"],"address":["Video-conferencing"],"addressEntity":["addr-4611e6784da5e4097c2b6fa2bc5e51eb9a0577bd"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["eu-tr-65110063986-76","ec-person-1e9076681bd62efdd58882f9a7b63b2423568217"]}} -{"id":"ec-meeting-2020-05-04-862fe7a0a43c412f116f07a099f8c0719fecef5a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-04 - Cabinet of Commissioner Didier Reynders x StaalindustrieVerbond - Belgian steel federation"],"date":["2020-05-04"],"summary":["inform on the difficulties in the sector due to Covid-19 crisis"],"notes":["Portfolio: Justice"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-didier-of-reynders"],"involved":["ec-person-6c2abeaa21f9fe09b6a21f7f73e03d924e89018e","ec-person-50f9cba2282e1d03395cdd0faf9ce6e9a2ff3104","eu-tr-611042837970-94"]}} -{"id":"ec-meeting-2020-05-04-9297669558c5cba630334caf997701416b9d1044","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-04 - Cabinet of Commissioner Adina Vălean x CLECAT - European association for forwarding, transport, logistic and Customs services"],"date":["2020-05-04"],"summary":["1st Mobility Package and the Commission’s ongoing impact assessments, info sharing on national road transport developments with respect to COVID-19."],"notes":["Portfolio: Transport"],"location":["Conference call"],"address":["Conference call"],"addressEntity":["addr-28ba88479582b2f75898964548da4252dc7db7d2"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["eu-tr-684985491-01","ec-person-6e21d867543ef3b910e746c319cb048abd054702"]}} -{"id":"ec-meeting-2020-05-04-a11861ac15921bde6bb64d148a1f010bad162c38","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-04 - Cabinet of Executive Vice-President Frans Timmermans x EUROPEAN FEDERATION OF BUILDING AND WOODWORKERS"],"date":["2020-05-04"],"summary":["Impact of the current covid-19 crisis on the implementation of the European Green Deal"],"notes":["Portfolio: European Green Deal"],"location":["video conference (Brussels)"],"address":["video conference (Brussels)"],"addressEntity":["addr-96d45bbb99f3da137b2243f11b529ed54662db90"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce","eu-tr-57745478360-42"]}} -{"id":"ec-meeting-2020-05-04-b811a7ced6a2e66b8c3c8628d9aa29d54cea8441","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-04 - Cabinet of Commissioner Didier Reynders x Europäische Union der Rechtspfleger (EUR)"],"date":["2020-05-04"],"summary":["presentation of The European Union of Rechtspfleger - EUR"],"notes":["Portfolio: Justice"],"location":["video conferencing"],"address":["video conferencing"],"addressEntity":["addr-613317ccdf0c2bce8cb9f90df551697cd890eda7"],"organizer":["ec-cabinet-commissioner-didier-of-reynders"],"involved":["eu-tr-715434330912-85","ec-person-4cd0043747c40cfeaced5e4c68e43372cdb8dac9"]}} -{"id":"ec-meeting-2020-05-04-cb944c4595daeac36038b1aea3386e05d56ff53b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-04 - Cabinet of Executive Vice-President Margrethe Vestager x ATREVIA COMUNICACIÓN"],"date":["2020-05-04"],"summary":["To discuss digital policy activities."],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-957847722349-55","ec-person-8b6db5c3c4611618ade59c6d0dadc21c962f0ee7"]}} -{"id":"ec-meeting-2020-05-04-cebbb4925a05c692e2ad3baa5378e782a3a4f20c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-04 - Defence Industry and Space x THALES"],"date":["2020-05-04"],"summary":["Call to discuss the recovery plan."],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-dg-defis"],"involved":["ec-person-a5e52cd544ea3aa44eb4b31fac65a468499f106e","eu-tr-91711831031-23"]}} -{"id":"ec-meeting-2020-05-04-f9db357c07cea9150db5133e02bd96e995aee789","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-04 - Cabinet of Executive Vice-President Frans Timmermans x Compagnie de SAINT-GOBAIN ROCKWOOL International A/S European Insulation Manufacturers Association"],"date":["2020-05-04"],"summary":["Renovation wave and recovery"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - video conference"],"address":["Brussels - video conference"],"addressEntity":["addr-d7df553e47e69d1cc9f4189b36b7c867f80459b0"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-2301233810-42","eu-tr-892857311821-20","ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce","eu-tr-98345631631-22","ec-person-a282162080cef4ef2a8c0ab6247a3e03dc438507"]}} -{"id":"ec-meeting-2020-05-04-f9f01765f5175bbaa7760556b719766508229fdc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-04 - Cabinet of Vice-President Věra Jourová x Friends of Europe"],"date":["2020-05-04"],"summary":["Pandemic, not panic: disinformation and global health"],"notes":["Portfolio: Values and Transparency"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["eu-tr-99436366768-45","ec-person-fb258e0188a5319bfaba3161382db43f5a85851f"]}} -{"id":"ec-meeting-2020-05-05-0e688789e0afa6d4a890832665e50c95c76a1e8b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-05 - Cabinet of Commissioner Ylva Johansson x None"],"date":["2020-05-05"],"summary":["Migrants’ challenges in the current COVID-19 crisis and their contribution to economic recovery"],"notes":["Portfolio: Home Affairs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-johansson-of-ylva"],"involved":["eu-tr-19093363838-48","eu-tr-33130841043-14","eu-tr-43750202163-43","eu-tr-4293010684-55","ec-person-31b127e72e9dd30ce85ff2b475ac65d28d7dc48d","eu-tr-66790095679-26","eu-tr-697362735627-20","eu-tr-8557515321-37","eu-tr-59513031434-92","eu-tr-12493392840-79","eu-tr-85083981189-35","eu-tr-613684037991-53","eu-tr-11063928073-34","eu-tr-0014082722-83","eu-tr-132236315085-89","ec-person-eafe594fe2bcb6af27f0422c2491a9d8cf2400da","eu-tr-55820581197-35","eu-tr-09854512780-89","eu-tr-6082564924-85","eu-tr-3978240953-79","eu-tr-06698681039-26","eu-tr-603232231321-29","eu-tr-42528706153-39","eu-tr-928308827208-10","eu-tr-458348329860-11"]}} -{"id":"ec-meeting-2020-05-05-1ddf4a9028ef4f110f0f8faac5551171e77c0747","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-05 - Cabinet of Commissioner Janusz Wojciechowski x Animal Task Force"],"date":["2020-05-05"],"summary":["To introduce ATF work and discuss on the Farm to Fork Strategy and how the livestock sector could evolve in the future."],"notes":["Portfolio: Agriculture"],"location":["videoconference"],"address":["videoconference"],"addressEntity":["addr-92b2fbb928e012810d80d9ef1abe12027beee200"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["ec-person-90b64673ee7f4c1dae185fbd64b45f5c45f2b66d","ec-person-08c62f972c22464aca7a65520eb9406f8db14a66","eu-tr-398736910798-22"]}} -{"id":"ec-meeting-2020-05-05-2955237d3ea01db43273859515ba1144038606bb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-05 - Cabinet of Commissioner Mariya Gabriel x The Guild of European Research-Intensive Universities"],"date":["2020-05-05"],"summary":["Universities of the Future, Implications of COVID-19 on the balance between research and innovation in Horizon Europe"],"notes":["Portfolio: Innovation and Youth"],"location":["Video-conferencing"],"address":["Video-conferencing"],"addressEntity":["addr-4611e6784da5e4097c2b6fa2bc5e51eb9a0577bd"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["ec-person-6a2152ccdf48d8ec087f545734a0ec503917193b","ec-person-1674399a793e9e6fd7cf55b525515fc862fc9351","eu-tr-265942623347-90"]}} -{"id":"ec-meeting-2020-05-05-2dc290cb7825aed4c77b072b3fb6bcc71e50f224","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-05 - Cabinet of Commissioner Didier Reynders x Centre for Democracy & Technology, Europe"],"date":["2020-05-05"],"summary":["1.COVID-19 situation - Role of digitial technologies and data in combating the outbreak\r\n2. E-evidence proposals \r\n3. Terrorist Content Online. State of negotiations: possible areas of compromise. \r\n4. AI policy"],"notes":["Portfolio: Justice"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-didier-of-reynders"],"involved":["ec-person-442bf1ae9900b999673cdd7389224d0e21b67d4d","eu-tr-57305017757-64","ec-person-1e25399e2267734c5f4c69093d2286c8898ee9f0"]}} -{"id":"ec-meeting-2020-05-05-2f1b35fc1026827229c72f877114c9f2b23add75","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-05 - Cabinet of Executive Vice-President Frans Timmermans x FuelsEurope"],"date":["2020-05-05"],"summary":["Decarbonisation of liquid fuels in the context of climate neutrality goals and the European Green Deal"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - video conference"],"address":["Brussels - video conference"],"addressEntity":["addr-d7df553e47e69d1cc9f4189b36b7c867f80459b0"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-26207914726-42","ec-person-d53e00c46a4cc62bbf533e0c9bb35bacb9121989"]}} -{"id":"ec-meeting-2020-05-05-32e6af505c9b188d3128075d1785e861c401ffe1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-05 - Cabinet of Commissioner Elisa Ferreira x European Federation of Agencies and Regions for Energy and the Environment"],"date":["2020-05-05"],"summary":["Cohesion Policy\r\nEnergy transition/Climate action"],"notes":["Portfolio: Cohesion and Reforms"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-elisa-ferreira-of"],"involved":["eu-tr-579945334611-71","ec-person-4121b3832a3dd4ec5d2c50f26f7003d3bada6d20"]}} -{"id":"ec-meeting-2020-05-05-3a58515f37ddccbc8428a557873f9326afed9d94","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-05 - Cabinet of Commissioner Virginijus Sinkevičius x FoodDrinkEurope"],"date":["2020-05-05"],"summary":["The implementation of the Circular Economy Action Plan and the European Green Deal, the impact of COVID-19 on the drink and food sector, green recovery, the forthcoming Farm to Fork and Biodiversity strategies, as well as research and innovation."],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Videomeeting"],"address":["Videomeeting"],"addressEntity":["addr-1ba1e95e473c2a2a8d87e248e7615e7c71ba7b86"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["eu-tr-75818824519-45","ec-person-dd7a7b1952e158f4195d34cff333ec79a4f48ba3","ec-person-a58f1d06f5cb1d8dfd278e0c36d5aa1b9368b270"]}} -{"id":"ec-meeting-2020-05-05-3cf575d0262273627149851eef032990de2c2934","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-05 - Cabinet of Commissioner Virginijus Sinkevičius x EUROPEAN APPAREL AND TEXTILE CONFEDERATION"],"date":["2020-05-05"],"summary":["Circular Economy and textiles, Covid crisis"],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["WebEx Video meeting"],"address":["WebEx Video meeting"],"addressEntity":["addr-b238dc32c73094e36a531e354ce2c254a94e85b4"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["eu-tr-7824139202-85","ec-person-ef0f66e9880a22ea8d9657bd982daf9bd74838c1"]}} -{"id":"ec-meeting-2020-05-05-3d19ed493a0414a29f92a73dd53e86ccb2a99fbd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-05 - Cabinet of Executive Vice-President Frans Timmermans x CLG Europe"],"date":["2020-05-05"],"summary":["EU Green Deal and crisis recovery"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-8af3c81534786a740718d21dc58240738a53ed7b","eu-tr-381796719468-68"]}} -{"id":"ec-meeting-2020-05-05-4ca7e19f17f13738d502341b184fb8b42de2dfa9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-05 - Cabinet of Commissioner Kadri Simson x European Alliance to Save Energy"],"date":["2020-05-05"],"summary":["Discussion on the contribution of Energy Efficiency to COVID-19 response and 2030 targets"],"notes":["Portfolio: Energy"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["ec-person-2fb98fc84d2cf8d481688eff3d47f7745ead3592","eu-tr-37816636575-51"]}} -{"id":"ec-meeting-2020-05-05-4ccf2f8b55f0afae684413c3e5f5103fbd5989c7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-05 - Cabinet of Executive Vice-President Frans Timmermans x Cobalt Institute"],"date":["2020-05-05"],"summary":["Batteries and REACH restriction on cobalt salts"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - videoconference"],"address":["Brussels - videoconference"],"addressEntity":["addr-a3a01e55b02ab591ce10151760698f4306ec49cb"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-9eafbf4a92961023c7df3ab389ae6d4301dec4bf","eu-tr-635532237570-09"]}} -{"id":"ec-meeting-2020-05-05-5c53cc50d249e281d83d781ef2702d38985af5a9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-05 - Cabinet of Executive Vice-President Margrethe Vestager x PubAffairsBruxelles ASBL"],"date":["2020-05-05"],"summary":["To discuss prospect and the importance of a global consensus on non-personal data."],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-8b6db5c3c4611618ade59c6d0dadc21c962f0ee7","eu-tr-492644015170-55"]}} -{"id":"ec-meeting-2020-05-05-67ebc955f10dbf5cf1aab3954b45c0e3ba21193f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-05 - Cabinet of Commissioner Ylva Johansson x Luossavaara Kiirunavaara Aktiebolag"],"date":["2020-05-05"],"summary":["Discussions on the EU Emissions Trading System (EU ETS)"],"notes":["Portfolio: Home Affairs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-johansson-of-ylva"],"involved":["eu-tr-419925437896-51","ec-person-981fc36acd82b2e49db83e43763b908c1a89ec0b","ec-person-e80f1d4512f8632e5baa488ed887e131294d744e"]}} -{"id":"ec-meeting-2020-05-05-877b80e4a2787fc3fa3bec69d9e8657395ac602a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-05 - Internal Market, Industry, Entrepreneurship and SMEs x European Federation of Pharmaceutical Industries and Associations"],"date":["2020-05-05"],"summary":["courtesy call and presentation by EFPIA of their concerns due to COVID crisis and the future of pharmaceutical industry"],"location":["Phone call"],"address":["Phone call"],"addressEntity":["addr-cac056598c767cdeaa0f13cfe91d25988c24c698"],"organizer":["ec-dg-grow"],"involved":["ec-person-0151c7e554d188fffc509ad636b7d1a84c5dfcd5","eu-tr-38526121292-88"]}} -{"id":"ec-meeting-2020-05-05-8fbc64316507805e8346cdfd4561405a9a0bfcf0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-05 - Cabinet of Commissioner Phil Hogan x Trans-Atlantic Business Council"],"date":["2020-05-05"],"summary":["EU-US trade developments"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-c9d17d5879383b030f61a4066848249fb35d57e4","eu-tr-89092554724-82"]}} -{"id":"ec-meeting-2020-05-05-9c68525ed45a3d167b15d90e128ed014f419332a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-05 - Cabinet of President Ursula von der Leyen x International Federation of Pharmaceutial Manufacturers and Associations"],"date":["2020-05-05"],"summary":["COVID 19"],"notes":["Portfolio: President"],"location":["Brussels (WEBEX)"],"address":["Brussels (WEBEX)"],"addressEntity":["addr-3afbdeda01f3dac93a9dc841fdac57d9de27b869"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-f2b941852d3b961d69ed695c2d243a1a2b4a1904","eu-tr-164230540254-23"]}} -{"id":"ec-meeting-2020-05-05-a1da8c2a7b1893f636d647f3af5ac39cbb08aad7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-05 - Cabinet of Commissioner Paolo Gentiloni x EUROCHAMBRES – Association of European Chambers of Commerce and Industry"],"date":["2020-05-05"],"summary":["Impact of Covid19 on SMEs sector and in commercial ties EU/USA"],"notes":["Portfolio: Economy"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-gentiloni-of-paolo"],"involved":["ec-person-088d26d74d1898338fbf1c86e139bd6d3b870dbc","eu-tr-0014082722-83"]}} -{"id":"ec-meeting-2020-05-05-a9c05a7629c1abdacc2dc144d2b5aee914fbae9d","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2020-05-05 - Cabinet of Commissioner Helena Dalli x Women Political Leaders"],"date":["2020-05-05"],"summary":["Exchange of views on gender impact of coronavirus and role of women’s leadership.","Exchange of views with WPL on the gender impact of COVID19 and discussion on Women's leadership."],"notes":["Portfolio: Equality"],"location":["Videoconference","Video conference"],"address":["Videoconference","Video conference"],"addressEntity":["addr-ebc9fd5c2f372a32153cf3f4d5fb918a96b84a88","addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-dalli-helena-of"],"involved":["eu-tr-419508817229-68","ec-person-d0b568d53468fcd3dfeeaddbd07343b5b065914d","ec-person-d15c205cb9cbb310d2811039c0160c1de7c84638"]}} -{"id":"ec-meeting-2020-05-05-ac5131c81fe7b2936f229cd6218720d4c6cfbae7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-05 - Cabinet of Commissioner Virginijus Sinkevičius x International Chemical Secretariat"],"date":["2020-05-05"],"summary":["To discuss the importance of the Green Deal and Chemicals Strategy, and to address a some specific issues of the EU chemicals legislation"],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Videomeeting"],"address":["Videomeeting"],"addressEntity":["addr-1ba1e95e473c2a2a8d87e248e7615e7c71ba7b86"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["eu-tr-95363765837-60","ec-person-dd7a7b1952e158f4195d34cff333ec79a4f48ba3","ec-person-172a438ed334761e2ab5d52e551fd1bcb6ab6b8d","ec-person-ef0f66e9880a22ea8d9657bd982daf9bd74838c1"]}} -{"id":"ec-meeting-2020-05-05-bfc00eceabf76ec86ab755917ca2e58276e9d25c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-05 - Cabinet of Vice-President Margaritis Schinas x European Federation for Missing and Sexually Exploited Children (Missing Children Europe)"],"date":["2020-05-05"],"summary":["Children in migration"],"notes":["Portfolio: Promoting the European Way of Life"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-margaritis-of-president-schinas-vice"],"involved":["ec-person-d5cada2a1a17537a675985af31e5ce07ae3bfd42","eu-tr-11823899666-63","ec-person-2e04e278a7f128b3ac72d2af3db94d4ebed934da"]}} -{"id":"ec-meeting-2020-05-05-c150b5be3de3f928f8ba30e6cfe6eb05c886bc1e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-05 - Cabinet of Commissioner Nicolas Schmit x Social Services Europe"],"date":["2020-05-05"],"summary":["Videoconference meeting on the role of social services in the recovery and in the implementation of the European Pillar of Social Rights."],"notes":["Portfolio: Jobs and Social Rights"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["eu-tr-470169313931-02","ec-person-8eb18b6102d444937bc6af5822a6742812165b48","ec-person-4cf4655ab41922e92160325d987a3c4615c72d30","ec-person-c2208333f0f75350eef62b355a40bf856f2d9cef","ec-person-c03b949331dbbe5fa3d5423758e371ec1b9b832f"]}} -{"id":"ec-meeting-2020-05-05-d83c842415690354cf14fff11935dc04b790f63e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-05 - Cabinet of Commissioner Thierry Breton x European Utilities Telecom Council"],"date":["2020-05-05"],"summary":["Connectivity - contact tracing app"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","eu-tr-743143938227-72"]}} -{"id":"ec-meeting-2020-05-05-d96ad04b4b7a7a7e2f0f3fdc0a63f7b94b510071","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-05 - Cabinet of Commissioner Thierry Breton x OVH Groupe"],"date":["2020-05-05"],"summary":["cloud"],"notes":["Portfolio: Internal Market"],"location":["videoconference"],"address":["videoconference"],"addressEntity":["addr-92b2fbb928e012810d80d9ef1abe12027beee200"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","eu-tr-281155638075-51"]}} -{"id":"ec-meeting-2020-05-05-e6589489ca52b18e0d2ba54c156e3f13e2b25ad3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-05 - Cabinet of Commissioner Phil Hogan x Edelman Public Relations Worldwide"],"date":["2020-05-05"],"summary":["Panel Discussion"],"location":["Video Conference"],"address":["Video Conference"],"addressEntity":["addr-fd005d1da26cd3c9a734fbbadaf813e8115acdeb"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-a1a78365cc4685b0958056646204977d8f2ead92","eu-tr-68037017809-51"]}} -{"id":"ec-meeting-2020-05-05-e8700d9a614898bf20af0ddf0c3dcc194efedb5b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-05 - Cabinet of Executive Vice-President Frans Timmermans x Scientists for Future Helmholtz-Gemeinschaft Deutscher Forschungszentren e.V."],"date":["2020-05-05"],"summary":["Green Deal and Common Agricultural Policy"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - videoconference"],"address":["Brussels - videoconference"],"addressEntity":["addr-a3a01e55b02ab591ce10151760698f4306ec49cb"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-7c876f4825f213b8adbedf089ccedfbc3b36d65b","eu-tr-73792436593-97","eu-tr-130583737816-56"]}} -{"id":"ec-meeting-2020-05-05-f867f61ab0f3c0f5267b01c488cdb179bdf34214","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-05 - Defence Industry and Space x Access Space Alliance"],"date":["2020-05-05"],"summary":["Courtesy call - presentation of Access Space to DG Defis."],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-defis"],"involved":["ec-person-a5e52cd544ea3aa44eb4b31fac65a468499f106e","eu-tr-046290437493-44"]}} -{"id":"ec-meeting-2020-05-05-fddb7b00a5958b6ff22ad461f36a7a296b888d22","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-05 - Cabinet of Executive Vice-President Margrethe Vestager x The European Steel Association"],"date":["2020-05-05"],"summary":["ETS – revision of guidelines"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-93038071152-83","ec-person-a07aede8ed2836aa08f286a76ce98daa88dcf541"]}} -{"id":"ec-meeting-2020-05-06-0676ae90f50fcf0c509b7f8a866093638ac89ff8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-06 - Cabinet of Commissioner Thierry Breton x Microsoft Corporation"],"date":["2020-05-06"],"summary":["Digital Services Act and ePrivacy"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-0801162959-21","ec-person-4d83416435f81b1f1e8f5c86aeebb1478577f1d2"]}} -{"id":"ec-meeting-2020-05-06-13a35c7824f37b8185c9e97434394cc0913f43f1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-06 - Task Force for Relations with the United Kingdom x Fédération bancaire française"],"date":["2020-05-06"],"summary":["Meeting via videoconference with the Task Force for Relations with the United Kingdom"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-uktf"],"involved":["ec-person-864cfa5fbc9b02a079ffbab1107f252c7bb08478","eu-tr-09245221105-30"]}} -{"id":"ec-meeting-2020-05-06-458c3d4c018a774b9b472554b8e0942b2b93007f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-06 - Cabinet of Executive Vice-President Frans Timmermans x COMITE EUROPEEN des FABRICANTS de SUCRE"],"date":["2020-05-06"],"summary":["Sustainable food systems"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - video conference"],"address":["Brussels - video conference"],"addressEntity":["addr-d7df553e47e69d1cc9f4189b36b7c867f80459b0"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-49679062863-35","ec-person-33624431cbec1074e151c1707715ef46d2ba9565"]}} -{"id":"ec-meeting-2020-05-06-45dd93ac3f1d51849968bc508985563ace62ff6f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-06 - Cabinet of Commissioner Didier Reynders x Civil Society Europe"],"date":["2020-05-06"],"summary":["Rule of law, democracy and shrinking space for civil society"],"notes":["Portfolio: Justice"],"location":["videoconference"],"address":["videoconference"],"addressEntity":["addr-92b2fbb928e012810d80d9ef1abe12027beee200"],"organizer":["ec-cabinet-commissioner-didier-of-reynders"],"involved":["ec-person-6c2abeaa21f9fe09b6a21f7f73e03d924e89018e","ec-person-50f9cba2282e1d03395cdd0faf9ce6e9a2ff3104","eu-tr-520775919740-63"]}} -{"id":"ec-meeting-2020-05-06-4a8b9a6a8ba349f33e86866634d499719614758b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-06 - Cabinet of Commissioner Phil Hogan x The Institute of International and European Affairs, Brussels"],"date":["2020-05-06"],"summary":["Delivered address on Trade matters"],"location":["Video Conference."],"address":["Video Conference."],"addressEntity":["addr-4d3a4b588c049b3ad37cee453cfa4e8a59bbb199"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-866815515160-79","ec-person-a1a78365cc4685b0958056646204977d8f2ead92"]}} -{"id":"ec-meeting-2020-05-06-4c2f622235c417cba54c58684e2869dbbe4274dd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-06 - Cabinet of Vice-President Dubravka Šuica x Vlaamse Radio- en Televisieomroeporganisatie"],"date":["2020-05-06"],"summary":["Conference call with Luc Van den Brande, former special advisor of JC Juncker and currently President of the Flemish public broadcaster VRT, on the Report he drafted on behalf of the Commission on citizens’."],"notes":["Portfolio: Democracy and Demography"],"location":["Brussels/Belgium"],"address":["Brussels/Belgium"],"addressEntity":["addr-c476280916fa20b5023288c48bfbed9c057a1c28"],"organizer":["ec-cabinet-dubravka-of-president-suica-vice"],"involved":["ec-person-e38d9f76fd8b368ff0a9e724d2cd3da76124d857","eu-tr-3260509286-84"]}} -{"id":"ec-meeting-2020-05-06-5a7b6cd767d2f993f548c1025589a724de3f0098","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-06 - Internal Market, Industry, Entrepreneurship and SMEs x Association des Constructeurs Européens d'Automobiles"],"date":["2020-05-06"],"summary":["Introductory meeting and presentation of ACEA concerns about future of automation and the\tImpact of Covid-19 on industry in general"],"location":["Phone call"],"address":["Phone call"],"addressEntity":["addr-cac056598c767cdeaa0f13cfe91d25988c24c698"],"organizer":["ec-dg-grow"],"involved":["ec-person-0151c7e554d188fffc509ad636b7d1a84c5dfcd5","eu-tr-0649790813-47"]}} -{"id":"ec-meeting-2020-05-06-5af19c9d1419161c94ab9b4258bef4a7dd233e91","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-06 - Cabinet of Executive Vice-President Frans Timmermans x European Policy Centre"],"date":["2020-05-06"],"summary":["Speech at European Policy Centre Webinar event \"Can the corona virus crisis be a catalyst for climate action? \""],"notes":["Portfolio: European Green Deal"],"location":["video conference (Brussels)"],"address":["video conference (Brussels)"],"addressEntity":["addr-96d45bbb99f3da137b2243f11b529ed54662db90"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-89632641000-47","ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce"]}} -{"id":"ec-meeting-2020-05-06-5b7f50afafa95469e48a029c727b2fd88341f599","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-06 - Cabinet of Executive Vice-President Frans Timmermans x European Geothermal Energy Council"],"date":["2020-05-06"],"summary":["Decarbonising European heating sector"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - video conference"],"address":["Brussels - video conference"],"addressEntity":["addr-d7df553e47e69d1cc9f4189b36b7c867f80459b0"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-a282162080cef4ef2a8c0ab6247a3e03dc438507","ec-person-d53e00c46a4cc62bbf533e0c9bb35bacb9121989","eu-tr-11458103335-07"]}} -{"id":"ec-meeting-2020-05-06-6e5de8dfe192320a81aa240d5aafec4d1ded6cdc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-06 - Cabinet of Commissioner Virginijus Sinkevičius x European Federation of Public Service Unions"],"date":["2020-05-06"],"summary":["To discuss the role of the public sector in the economic recovery from the coronavirus crisis, the importance of social policies in the Circular Economy Action Plan and access to water in the context of the new Drinking Water Directive."],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Videomeeting"],"address":["Videomeeting"],"addressEntity":["addr-1ba1e95e473c2a2a8d87e248e7615e7c71ba7b86"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["eu-tr-04902121531-04","ec-person-dd7a7b1952e158f4195d34cff333ec79a4f48ba3","ec-person-a58f1d06f5cb1d8dfd278e0c36d5aa1b9368b270"]}} -{"id":"ec-meeting-2020-05-06-a545b4f75e5c789c792c4e13eb358ba350aa36b4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-06 - Cabinet of Commissioner Stella Kyriakides x Gilead Sciences"],"date":["2020-05-06"],"summary":["VC meeting on remdesivir as a developmental medicine, the clinical trial programme, actions taken in respect of making remdesivir available via a compassionate use, Member States' needs and distribution should it receive market authorisation"],"notes":["Portfolio: Health"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-kyriakides-of-stella"],"involved":["eu-tr-258845020786-10","ec-person-c7513fae2df7920eea99d7cc103a354aa4f56b6e"]}} -{"id":"ec-meeting-2020-05-06-ad0bdaa7c7c47aac020fd6da55cfbd2939c370bf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-06 - Cabinet of Commissioner Johannes Hahn x BUSINESSEUROPE"],"date":["2020-05-06"],"summary":["Discussion on Europe's Recovery Plan due to COVID-19"],"notes":["Portfolio: Budget and Administration"],"location":["Video phone call"],"address":["Video phone call"],"addressEntity":["addr-dcb9711eb850404cc2f135ca801ab8a3e2045990"],"organizer":["ec-cabinet-commissioner-hahn-johannes-of"],"involved":["ec-person-6dd3472dac004e43ec1fa4f5b4106e3b476c9ce7","eu-tr-3978240953-79"]}} -{"id":"ec-meeting-2020-05-06-c1f655fbfd335b39b9836124d90b91f696e774e2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-06 - Cabinet of Executive Vice-President Frans Timmermans x Transdev Group"],"date":["2020-05-06"],"summary":["Recovery and Green Deal prospects for public transport"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - phone call"],"address":["Brussels - phone call"],"addressEntity":["addr-a8446d8dc9f436d7589c3040ba169db69991427b"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-d56ecbfde17436a136fc89c9a978b266e8285c84","eu-tr-042383714852-64"]}} -{"id":"ec-meeting-2020-05-06-caa11883449d3172dfb49090630d2e0274051847","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-06 - Cabinet of Commissioner Nicolas Schmit x Platform of European Social NGOs"],"date":["2020-05-06"],"summary":["Videoconference for Social Platform to present the outcome of their General Assembly, their mission and vision, discussion about the revision of the Commission Working Programme, dialogue between the Commission and civil society organisations."],"notes":["Portfolio: Jobs and Social Rights"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["eu-tr-85083981189-35","ec-person-4cf4655ab41922e92160325d987a3c4615c72d30","ec-person-c03b949331dbbe5fa3d5423758e371ec1b9b832f"]}} -{"id":"ec-meeting-2020-05-06-cb1f60c9ba7f28923b9ca9061dfbc6d61ebbd633","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-06 - Defence Industry and Space x SAFRAN"],"date":["2020-05-06"],"summary":["Meeting to discuss the recovery plan for the aeronautics industry and the European Partnership on Clean Aviation (EPCA)."],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-dg-defis"],"involved":["ec-person-a5e52cd544ea3aa44eb4b31fac65a468499f106e","eu-tr-764184537594-67"]}} -{"id":"ec-meeting-2020-05-06-cba28de61132d2417b2abd9ea38e0cf6125439c4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-06 - Cabinet of Commissioner Virginijus Sinkevičius x Henkel AG & Co. KGaA"],"date":["2020-05-06"],"summary":["Circular Economy, Green Deal"],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["eu-tr-13635802880-80","ec-person-a58f1d06f5cb1d8dfd278e0c36d5aa1b9368b270"]}} -{"id":"ec-meeting-2020-05-06-cbbcf4e03fb9b9bc81d1b17ed002cb25eb038c0c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-06 - Communications Networks, Content and Technology x EIT Health"],"date":["2020-05-06"],"summary":["Digital technologies - Covid19"],"location":["brussels"],"address":["brussels"],"addressEntity":["addr-e2daa1574b7ac475c827b33e281bd2d5e013c882"],"organizer":["ec-dg-connect"],"involved":["eu-tr-632741433403-20","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2020-05-06-d083a00d658f722220a378e95894abed3f01932f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-06 - Energy x Akuo Energy"],"date":["2020-05-06"],"summary":["Phone call on Akuo’s contribution to recovery plan post-COVID-19"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-ener"],"involved":["ec-person-9c0f33ecb9f6badd5f4b5f1a4bd7677e18a52a22","eu-tr-697003427612-81"]}} -{"id":"ec-meeting-2020-05-06-d2f3484cfa9f9e65e67e2d6c022a4d4f66380785","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-06 - Cabinet of Commissioner Adina Vălean x CONFEDERACIÓN ESPAÑOLA DE TRANSPORTE EN AUTOBÚS"],"date":["2020-05-06"],"summary":["COVID-19 impact on bus and coach sector in Spain"],"notes":["Portfolio: Transport"],"location":["Conference call"],"address":["Conference call"],"addressEntity":["addr-28ba88479582b2f75898964548da4252dc7db7d2"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["eu-tr-915777112103-83","ec-person-6e21d867543ef3b910e746c319cb048abd054702"]}} -{"id":"ec-meeting-2020-05-06-d30859b80bb76d3247516a322787fe4f7c4ec7b2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-06 - Cabinet of Executive Vice-President Frans Timmermans x European Alliance to Save Energy"],"date":["2020-05-06"],"summary":["Recovery, energy efficiency and renovation"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - video conference"],"address":["Brussels - video conference"],"addressEntity":["addr-d7df553e47e69d1cc9f4189b36b7c867f80459b0"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-a282162080cef4ef2a8c0ab6247a3e03dc438507","eu-tr-37816636575-51"]}} -{"id":"ec-meeting-2020-05-06-d8e0605bd35adba48947f38b9fa8bafd8662e0fb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-06 - Cabinet of Commissioner Nicolas Schmit x Volkswagen Aktiengesellschaft"],"date":["2020-05-06"],"summary":["Videoconference to prepare the VW meeting on recovery and skills."],"notes":["Portfolio: Jobs and Social Rights"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-c2208333f0f75350eef62b355a40bf856f2d9cef","ec-person-4cf4655ab41922e92160325d987a3c4615c72d30","eu-tr-6504541970-40"]}} -{"id":"ec-meeting-2020-05-07-26c60502ce0387c13d9c8fc635d62468438df895","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-07 - Cabinet of Executive Vice-President Frans Timmermans x Housing Europe"],"date":["2020-05-07"],"summary":["Renovation wave and recovery"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - video conference"],"address":["Brussels - video conference"],"addressEntity":["addr-d7df553e47e69d1cc9f4189b36b7c867f80459b0"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-a282162080cef4ef2a8c0ab6247a3e03dc438507","ec-person-d53e00c46a4cc62bbf533e0c9bb35bacb9121989","eu-tr-794469327833-17"]}} -{"id":"ec-meeting-2020-05-07-2c1b7a4fd7f560085c5ce86b761e144028f4fcda","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-07 - Cabinet of Commissioner Elisa Ferreira x Euromontana"],"date":["2020-05-07"],"summary":["Mountain issues in Cohesion Policy"],"notes":["Portfolio: Cohesion and Reforms"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-elisa-ferreira-of"],"involved":["ec-person-884d261ef161b119c9fc64f7a0514dc014ca2bd7","eu-tr-5446623780-39"]}} -{"id":"ec-meeting-2020-05-07-2d4c0cb35033673fe77d9d2e3a26f006c56e275e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-07 - Cabinet of Executive Vice-President Frans Timmermans x Dr2 Consultants"],"date":["2020-05-07"],"summary":["Speaker at panel on recovery prospects in transport"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - videoconference"],"address":["Brussels - videoconference"],"addressEntity":["addr-a3a01e55b02ab591ce10151760698f4306ec49cb"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-d56ecbfde17436a136fc89c9a978b266e8285c84","eu-tr-85606455727-29"]}} -{"id":"ec-meeting-2020-05-07-3af37c42787521a87a651b214f0bc607a79d538f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-07 - Cabinet of Executive Vice-President Frans Timmermans x Shell Companies"],"date":["2020-05-07"],"summary":["Development of hydrogen production from renewable applications and demand for hydrogen in industry and transport"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - video conference"],"address":["Brussels - video conference"],"addressEntity":["addr-d7df553e47e69d1cc9f4189b36b7c867f80459b0"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-9eafbf4a92961023c7df3ab389ae6d4301dec4bf","ec-person-d53e00c46a4cc62bbf533e0c9bb35bacb9121989","eu-tr-05032108616-26"]}} -{"id":"ec-meeting-2020-05-07-40065e3a900b253fd791c9bd02b6042d53097972","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-07 - Cabinet of Vice-President Dubravka Šuica x Europe's People's Forum"],"date":["2020-05-07"],"summary":["Citizens engagement in the Conference on the Future of Europe"],"notes":["Portfolio: Democracy and Demography"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dubravka-of-president-suica-vice"],"involved":["ec-person-026798f0d4b4567a1c4ba592351123da781ce908","ec-person-ebe31c2924b1fbde99804f8f575004fb99739165","eu-tr-128670627678-46"]}} -{"id":"ec-meeting-2020-05-07-4c718b15148c286d399ed864dee41b4d7e4b0537","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-07 - Cabinet of Commissioner Mariya Gabriel x Friends of Europe"],"date":["2020-05-07"],"summary":["Role of Research and Innovation during the crises and for the exit from the crises"],"notes":["Portfolio: Innovation and Youth"],"location":["video-conferencing"],"address":["video-conferencing"],"addressEntity":["addr-211c505d204b295e60497aa4c59557bb484ca6c5"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-99436366768-45","ec-person-1674399a793e9e6fd7cf55b525515fc862fc9351"]}} -{"id":"ec-meeting-2020-05-07-542c914a690b82975559115e4f7370ea50276534","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-07 - Cabinet of Executive Vice-President Margrethe Vestager x Kaspersky Labs Limited"],"date":["2020-05-07"],"summary":["To discuss cybersecurity, privacy and digital transparency"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-119828415703-30","ec-person-8b6db5c3c4611618ade59c6d0dadc21c962f0ee7"]}} -{"id":"ec-meeting-2020-05-07-625366436d8e2c5838749b26851f181ec7696902","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-07 - Cabinet of Commissioner Stella Kyriakides x European Patients' Forum (EPF)"],"date":["2020-05-07"],"summary":["VC meeting on EU's Cancer Plan and challenges of patients with chronic diseases during COVID-19"],"notes":["Portfolio: Health"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-kyriakides-of-stella"],"involved":["eu-tr-61911227368-75","ec-person-c7513fae2df7920eea99d7cc103a354aa4f56b6e"]}} -{"id":"ec-meeting-2020-05-07-635c600e19050663d7a041bce07a2e73427b4b71","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-07 - Cabinet of Executive Vice-President Frans Timmermans x Slow Food"],"date":["2020-05-07"],"summary":["Sustainable food systems"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - video conference"],"address":["Brussels - video conference"],"addressEntity":["addr-d7df553e47e69d1cc9f4189b36b7c867f80459b0"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-01936914624-97","ec-person-33624431cbec1074e151c1707715ef46d2ba9565"]}} -{"id":"ec-meeting-2020-05-07-6b027c2d668a03ab7bcb0b618beee35b88573640","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-07 - Cabinet of Commissioner Thierry Breton x European DIGITAL SME Alliance"],"date":["2020-05-07"],"summary":["COVID, SME policy"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-082698126468-52","ec-person-5215bd372c5a1202399d77ecceb8c16de8d7d55c"]}} -{"id":"ec-meeting-2020-05-07-7d02bce26f3561c989a65a60353aba315b7525d5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-07 - Cabinet of Commissioner Thierry Breton x ArcelorMittal"],"date":["2020-05-07"],"summary":["Discussion on consequences of the Coronavirus outbreak"],"notes":["Portfolio: Internal Market"],"location":["Videconference"],"address":["Videconference"],"addressEntity":["addr-e611dc74f08dc0cb4369d9147ee1bc357f769320"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-1ab5843ab67b9915be990aebc02f9a83df200cf4","ec-person-9cf97e549f67c3228d1478a3a67d652eb28c5b46","eu-tr-23527541824-60"]}} -{"id":"ec-meeting-2020-05-07-8a93cda70a340eea8f26b02507d0f49b31458de2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-07 - Internal Market, Industry, Entrepreneurship and SMEs x Cosmetics Europe"],"date":["2020-05-07"],"summary":["Discussion to introduce the cosmetics sector and certain issues of importance, especially in the current COVID-19 context"],"location":["PHone call"],"address":["PHone call"],"addressEntity":["addr-d6404fdedd32b1115395061669e57ba00ebd9ea0"],"organizer":["ec-dg-grow"],"involved":["ec-person-0151c7e554d188fffc509ad636b7d1a84c5dfcd5","eu-tr-83575061669-96"]}} -{"id":"ec-meeting-2020-05-07-9962dcf52684061c03858b0be4be8fd75ea49dea","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-07 - Cabinet of Commissioner Virginijus Sinkevičius x Confederation of European Waste-to-Energy Plants"],"date":["2020-05-07"],"summary":["To discuss matters related to incineration and EU policy, notably: Taxonomy; Incineration as part of the ETS and chemical recycling."],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["WebEx Video meeting"],"address":["WebEx Video meeting"],"addressEntity":["addr-b238dc32c73094e36a531e354ce2c254a94e85b4"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["eu-tr-7899845424-69","ec-person-ef0f66e9880a22ea8d9657bd982daf9bd74838c1"]}} -{"id":"ec-meeting-2020-05-07-999d277b9883dbc9fd57accf8c8a63f8e4a551f1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-07 - Cabinet of Commissioner Nicolas Schmit x European Youth Forum"],"date":["2020-05-07"],"summary":["Videoconference meeting on the effect of crisis on youth."],"notes":["Portfolio: Jobs and Social Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-66fa2c2d100ec194caa42b5c6f97c36e2748b71c","ec-person-4cf4655ab41922e92160325d987a3c4615c72d30","eu-tr-43251547769-22","ec-person-c03b949331dbbe5fa3d5423758e371ec1b9b832f"]}} -{"id":"ec-meeting-2020-05-07-a4fa8b773e2385a4d308723d1e3eb01b0408339e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-07 - Cabinet of Executive Vice-President Valdis Dombrovskis x World Economic Forum"],"date":["2020-05-07"],"summary":["EU’s economic response to COVID19 crisis, European Green Deal and sustainable finance"],"notes":["Portfolio: An Economy that Works for People"],"location":["video-conferencing"],"address":["video-conferencing"],"addressEntity":["addr-211c505d204b295e60497aa4c59557bb484ca6c5"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["eu-tr-049060636194-17","ec-person-9e7bd1005456277f156b671d1555c6a460fb2f58"]}} -{"id":"ec-meeting-2020-05-07-a6e7c5212fbd73ba4c41aebe510b9bd978d67dbb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-07 - Cabinet of Commissioner Nicolas Schmit x Association des Constructeurs Européens d'Automobiles European Association Automotive Suppliers"],"date":["2020-05-07"],"summary":["Videoconference meeting on the situation of the automotive industry in the crisis, the Commission response to the crisis and initiatives on up-skilling and reskilling."],"notes":["Portfolio: Jobs and Social Rights"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-4cf4655ab41922e92160325d987a3c4615c72d30","eu-tr-91408765797-03","eu-tr-0649790813-47","ec-person-935314e38d735654cae8ee61313a3d73439b242d","ec-person-c2208333f0f75350eef62b355a40bf856f2d9cef","ec-person-c03b949331dbbe5fa3d5423758e371ec1b9b832f"]}} -{"id":"ec-meeting-2020-05-07-ad89bf04d07010788715a282f19a82bd4466dfc4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-07 - Cabinet of Commissioner Phil Hogan x Bitkom e.V."],"date":["2020-05-07"],"summary":["Digital Trade. Covid -19"],"location":["Video Conference"],"address":["Video Conference"],"addressEntity":["addr-fd005d1da26cd3c9a734fbbadaf813e8115acdeb"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-5351830264-31","ec-person-a1a78365cc4685b0958056646204977d8f2ead92","ec-person-cd4a156dd3ba3388c4e3ef6cd8fdc81362380dbb"]}} -{"id":"ec-meeting-2020-05-07-b912e1c1af7815d8779f40425d6c57d31337e267","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-07 - Cabinet of Commissioner Thierry Breton x Nestlé S.A. FoodDrinkEurope Mondelez Europe GmbH"],"date":["2020-05-07"],"summary":["Exit and recovery strategy in the agro food sector"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-1ab5843ab67b9915be990aebc02f9a83df200cf4","eu-tr-15366395387-57","ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","eu-tr-75818824519-45","eu-tr-19807921101-45"]}} -{"id":"ec-meeting-2020-05-07-c05717154563773eb8c80dba08e1d18323b36319","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-07 - Cabinet of Executive Vice-President Margrethe Vestager x Nordvision"],"date":["2020-05-07"],"summary":["To discuss the digital service act."],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-11d97788772862bb34f51dd26d7f92603eac1bf8","eu-tr-2296515955-67"]}} -{"id":"ec-meeting-2020-05-07-c6794044336a34e3453998c0214650a25579ec9e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-07 - Cabinet of Commissioner Thierry Breton x DOT Europe"],"date":["2020-05-07"],"summary":["Digital Services Act"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-53905947933-43","ec-person-4d83416435f81b1f1e8f5c86aeebb1478577f1d2"]}} -{"id":"ec-meeting-2020-05-07-d255985d1edcea912ac6b8fd201e75f99ea558d4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-07 - Cabinet of Commissioner Nicolas Schmit x Bolt"],"date":["2020-05-07"],"summary":["Platform workers"],"notes":["Portfolio: Jobs and Social Rights"],"location":["Video conference (skype)"],"address":["Video conference (skype)"],"addressEntity":["addr-0fe6ad5be5dcfa90372829232afbdbab58519ac8"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["eu-tr-995377734447-25","ec-person-1379f76d0c860e318f68852e1b57aa75454831f8","ec-person-8eb18b6102d444937bc6af5822a6742812165b48"]}} -{"id":"ec-meeting-2020-05-07-efad1136100844ae31c3e7e3861d09fa7b93dda4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-07 - Cabinet of Executive Vice-President Frans Timmermans x World Economic Forum"],"date":["2020-05-07"],"summary":["Green Deal and Economic Recovery"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - videoconference"],"address":["Brussels - videoconference"],"addressEntity":["addr-a3a01e55b02ab591ce10151760698f4306ec49cb"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-049060636194-17","ec-person-7c876f4825f213b8adbedf089ccedfbc3b36d65b"]}} -{"id":"ec-meeting-2020-05-08-018d59dfbd27e27737c49464000ea99f05da2621","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-08 - Environment x Confederazione Generale dell'Industria Italiana"],"date":["2020-05-08"],"summary":["Circular economy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-env"],"involved":["eu-tr-27762251795-15","ec-person-3bc74ce04ea3f4ab4d91a5c88eef25b8b8a213b4"]}} -{"id":"ec-meeting-2020-05-08-202681ef85d5e963cf924f483261d3a0610426d0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-08 - Cabinet of Executive Vice-President Margrethe Vestager x Mastercard Europe"],"date":["2020-05-08"],"summary":["Travel vouchers – tourism package in response to COVID 19 crisis"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-a07aede8ed2836aa08f286a76ce98daa88dcf541","eu-tr-58204758673-16"]}} -{"id":"ec-meeting-2020-05-08-34d2d67aa531e53c430235e1d2de6a164a2a2f29","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-08 - Cabinet of President Ursula von der Leyen x Coalition for Epidemic Preparedness Innovations"],"date":["2020-05-08"],"summary":["COVID-19"],"notes":["Portfolio: President"],"location":["Brussels (video-conference)"],"address":["Brussels (video-conference)"],"addressEntity":["addr-a6923f92f890ece500166c8ca8cf5c74c7024a9b"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["eu-tr-852523338633-03","ec-person-f2b941852d3b961d69ed695c2d243a1a2b4a1904"]}} -{"id":"ec-meeting-2020-05-08-356316531f985400c4cb771ad966068054ce452c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-08 - Cabinet of Commissioner Paolo Gentiloni x Associazione Industriali delle Carni e dei Salumi"],"date":["2020-05-08"],"summary":["Meeting to discuss the economic impact of the COVID-19 crisis for the agri-food sector. An overview was given on the situation of the milk & meat sector in Italy and the challenges they face."],"notes":["Portfolio: Economy"],"location":["Brussels/online meeting"],"address":["Brussels/online meeting"],"addressEntity":["addr-0b031b6b7b95ec8777d8b310716b42744e8a0fbf"],"organizer":["ec-cabinet-commissioner-gentiloni-of-paolo"],"involved":["eu-tr-67143036814-95","ec-person-f704f5791ca0e9f5b23c6b2a9e02c666ecb65b20"]}} -{"id":"ec-meeting-2020-05-08-36303be6d8381318a0a94ffca31f239e7c43d758","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-08 - Cabinet of Commissioner Nicolas Schmit x European Federation of Food, Agriculture and Tourism Trade Unions"],"date":["2020-05-08"],"summary":["Videoconference on the challenges faced by seasonal workers in the agriculture sector."],"notes":["Portfolio: Jobs and Social Rights"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-4cf4655ab41922e92160325d987a3c4615c72d30","eu-tr-33130841043-14","ec-person-935314e38d735654cae8ee61313a3d73439b242d","ec-person-761fad67b377a6e2a384245795719ef5f7131269","ec-person-c03b949331dbbe5fa3d5423758e371ec1b9b832f"]}} -{"id":"ec-meeting-2020-05-08-5b2ce684ea5e1bb3008f4f50e171cb87ad39979d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-08 - European Civil Protection and Humanitarian Aid Operations x Voluntary Organisations in Cooperation in Emergencies"],"date":["2020-05-08"],"summary":["Curtesy call, introduction of the network its work and relevance of their work for DG ECHO and its partners"],"location":["Skype meeting"],"address":["Skype meeting"],"addressEntity":["addr-781168d389fe0a348984e596b91c97c13dd329fd"],"organizer":["ec-dg-echo"],"involved":["eu-tr-47126711656-13","ec-person-10a22f0fd27347d8ef3ff2b55ad4ef89c6fe388f"]}} -{"id":"ec-meeting-2020-05-08-6037515039a57c2b9150f956f5f13c61418a5b0d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-08 - Cabinet of Vice-President Margaritis Schinas x European Cyber Security Organisation"],"date":["2020-05-08"],"summary":["Cybersecurity and ECSO's initiatives"],"notes":["Portfolio: Promoting the European Way of Life"],"location":["Virtual meeting via teleconference"],"address":["Virtual meeting via teleconference"],"addressEntity":["addr-80e5672dfb10bae19f73493978ca707e42f28354"],"organizer":["ec-cabinet-margaritis-of-president-schinas-vice"],"involved":["ec-person-c8d1d7f3012c344bc60630eb456865390bddc7c5","eu-tr-684434822646-91"]}} -{"id":"ec-meeting-2020-05-08-6e8babe33bc79cc3be4874a27aa46ffeaa5d5d1c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-08 - Cabinet of Executive Vice-President Frans Timmermans x Cycling Industries Europe"],"date":["2020-05-08"],"summary":["Sustainable urban mobility"],"notes":["Portfolio: European Green Deal"],"location":["video conference (Brussels)"],"address":["video conference (Brussels)"],"addressEntity":["addr-96d45bbb99f3da137b2243f11b529ed54662db90"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce","eu-tr-762247734758-18"]}} -{"id":"ec-meeting-2020-05-08-83ac10a6b090e6073e90b4c0c51901e4cb5f5dfa","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-08 - Cabinet of Vice-President Dubravka Šuica x Make.org"],"date":["2020-05-08"],"summary":["Call CoFoE EC & Make.org on current affairs."],"notes":["Portfolio: Democracy and Demography"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dubravka-of-president-suica-vice"],"involved":["ec-person-e38d9f76fd8b368ff0a9e724d2cd3da76124d857","eu-tr-916768537222-67","ec-person-026798f0d4b4567a1c4ba592351123da781ce908"]}} -{"id":"ec-meeting-2020-05-08-8f5c61182508d191798f0d290f7fcc30a22a3086","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-08 - Cabinet of Commissioner Thierry Breton x None"],"date":["2020-05-08"],"summary":["Video call with Pharmaceutical Industrial Associations, the European Medicines Agency and the European Centre for Disease Prevention and Control, to discuss Possible shortages of medicines and medical devices for the Covid-19 outbreak"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-38526121292-88","ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","eu-tr-05366537746-69","eu-tr-433743725252-26","eu-tr-87600691525-93","eu-tr-53073567234-18","eu-tr-99565011637-64"]}} -{"id":"ec-meeting-2020-05-08-970556274f7a22d32a9680e6778d0dfcbf285599","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-08 - Cabinet of Commissioner Janusz Wojciechowski x None"],"date":["2020-05-08"],"summary":["To discuss measures taken from the EU Commission to support the EU Poultry Sector in the context of the COVID-19 crisis."],"notes":["Portfolio: Agriculture"],"location":["video conference"],"address":["video conference"],"addressEntity":["addr-6dc12e3c97077db82f32184f24341ce370a445fd"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["eu-tr-519541518551-15","eu-tr-9803788883-16","eu-tr-09586631237-74","ec-person-90b64673ee7f4c1dae185fbd64b45f5c45f2b66d"]}} -{"id":"ec-meeting-2020-05-08-9caecba9486dd885b5e2a797cf8f6e1f9f678eaf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-08 - Cabinet of Executive Vice-President Frans Timmermans x Centre de liaison des industries transformatrices de viande de l'UE"],"date":["2020-05-08"],"summary":["Sustainable food systems"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - video conference"],"address":["Brussels - video conference"],"addressEntity":["addr-d7df553e47e69d1cc9f4189b36b7c867f80459b0"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-02978802379-31","ec-person-33624431cbec1074e151c1707715ef46d2ba9565"]}} -{"id":"ec-meeting-2020-05-08-a8d15bed9ce8055448052907a4b54ebb89252f69","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-08 - Cabinet of Commissioner Stella Kyriakides x None"],"date":["2020-05-08"],"summary":["Video call with Pharmaceutical Industrial Associations, the European Medicines Agency and the European Centre for Disease Prevention and Control, to discuss Possible shortages of medicines and medical devices for the Covid-19 outbreak"],"notes":["Portfolio: Health"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-kyriakides-of-stella"],"involved":["eu-tr-38526121292-88","eu-tr-05366537746-69","ec-person-c7513fae2df7920eea99d7cc103a354aa4f56b6e","eu-tr-64879142323-90","eu-tr-433743725252-26","eu-tr-87600691525-93","eu-tr-48325781850-28","eu-tr-53073567234-18","eu-tr-99565011637-64"]}} -{"id":"ec-meeting-2020-05-08-b53a6286a2a310c99b205f05ba9da683916b3e6c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-08 - Cabinet of Vice-President Věra Jourová x EUROPE'S MEDIALAB (Fondation EURACTIV)"],"date":["2020-05-08"],"summary":["Support to media at COVID times"],"notes":["Portfolio: Values and Transparency"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["ec-person-221276f2dfa4b8fe628f08e982d967b6aeb61c57","eu-tr-485832526193-89","ec-person-bf54da17217bbddfd9c68fe24d88005ac17e2c4b"]}} -{"id":"ec-meeting-2020-05-08-bf00e1456e20c71bcd18f3f742991bbe45a46cc4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-08 - Cabinet of Executive Vice-President Frans Timmermans x Polskie Gornictwo Naftowe i Gazownictwo SA - Polish Oil and Gas Company"],"date":["2020-05-08"],"summary":["Polish gas, hydrogen and biogas developments"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - video conference"],"address":["Brussels - video conference"],"addressEntity":["addr-d7df553e47e69d1cc9f4189b36b7c867f80459b0"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-70816716119-36","ec-person-d53e00c46a4cc62bbf533e0c9bb35bacb9121989"]}} -{"id":"ec-meeting-2020-05-08-ce12dd355474018c1a39aefc37fb51474dec5937","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-08 - Cabinet of Executive Vice-President Frans Timmermans x Forum Energii"],"date":["2020-05-08"],"summary":["Climate neutrality and coal phase out in Poland"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - video conference"],"address":["Brussels - video conference"],"addressEntity":["addr-d7df553e47e69d1cc9f4189b36b7c867f80459b0"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-692020425876-28","ec-person-d53e00c46a4cc62bbf533e0c9bb35bacb9121989"]}} -{"id":"ec-meeting-2020-05-08-d8b48d55bf574d9c79d35de2bbaf204febf8b711","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-08 - Cabinet of Vice-President Věra Jourová x Committee to Protect Journalists"],"date":["2020-05-08"],"summary":["Protecting journalists and freedom of expression"],"notes":["Portfolio: Values and Transparency"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["eu-tr-370649919011-72","ec-person-aa83f35da599b82e4f15da018f4b3447eb648f7c","ec-person-bf54da17217bbddfd9c68fe24d88005ac17e2c4b"]}} -{"id":"ec-meeting-2020-05-08-e92855ee2c6d1f21f0231533595f0a5f7abe2ecf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-08 - Cabinet of Vice-President Margaritis Schinas x Atlantic Council of the United States, Inc"],"date":["2020-05-08"],"summary":["US-EU at 70: The Way Forward"],"notes":["Portfolio: Promoting the European Way of Life"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-margaritis-of-president-schinas-vice"],"involved":["ec-person-d5cada2a1a17537a675985af31e5ce07ae3bfd42","ec-person-180e5c5b13dac533a1241b0f9d78176c8bec3d51","eu-tr-524686116124-73"]}} -{"id":"ec-meeting-2020-05-11-1298cff1d2f4219fa236356fe3676c2cc2002661","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-11 - Research and Innovation x Waterborne Technology Platform"],"date":["2020-05-11"],"summary":["Zero emission waterborne transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-rtd"],"involved":["eu-tr-430929638004-18","ec-person-1d348f33395de0ea6773a7b4ae8797e3e0392f73"]}} -{"id":"ec-meeting-2020-05-11-37c54b1ac5315afe91344a8e6f7e3cce6c4b5e07","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-11 - Cabinet of Vice-President Věra Jourová x B'nai B'rith International"],"date":["2020-05-11"],"summary":["Webinar - Threats to democracy during the COVID19 Crisis"],"notes":["Portfolio: Values and Transparency"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["ec-person-bf54da17217bbddfd9c68fe24d88005ac17e2c4b","ec-person-76793b3bad1c7471121c510a962aae356d19c30b","eu-tr-162711719247-82"]}} -{"id":"ec-meeting-2020-05-11-4149c297d06e15b76207acbfc6ef4d0da42343ca","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-11 - Cabinet of Commissioner Virginijus Sinkevičius x European Respiratory Society"],"date":["2020-05-11"],"summary":["To discuss the Green Deal implementation, delivery of zero pollution ambition and exchange of views on latest scientific developments and findings on air pollution"],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Videomeeting"],"address":["Videomeeting"],"addressEntity":["addr-1ba1e95e473c2a2a8d87e248e7615e7c71ba7b86"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["ec-person-dd7a7b1952e158f4195d34cff333ec79a4f48ba3","eu-tr-38091528151-27","ec-person-172a438ed334761e2ab5d52e551fd1bcb6ab6b8d"]}} -{"id":"ec-meeting-2020-05-11-4dec71e28a1c1ae5209b711d0926df2c270a8dbd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-11 - Cabinet of Executive Vice-President Frans Timmermans x US Industrial Pellet Association"],"date":["2020-05-11"],"summary":["Green deal, climate and energy policy"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - video conference"],"address":["Brussels - video conference"],"addressEntity":["addr-d7df553e47e69d1cc9f4189b36b7c867f80459b0"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-a282162080cef4ef2a8c0ab6247a3e03dc438507","eu-tr-227344812892-07"]}} -{"id":"ec-meeting-2020-05-11-5005bdb22a1d3d857dfd9654d1883ad768671d34","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-11 - Defence Industry and Space x ICEYE Oy"],"date":["2020-05-11"],"summary":["Call to discuss the Space Programme in the next MFF."],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-dg-defis"],"involved":["ec-person-a5e52cd544ea3aa44eb4b31fac65a468499f106e","eu-tr-015109739041-17"]}} -{"id":"ec-meeting-2020-05-11-52ca54ca82ac832d1e59c217b511891ea77a1c23","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-11 - Cabinet of Commissioner Janusz Wojciechowski x Politics Matters"],"date":["2020-05-11"],"summary":["Smart farming"],"notes":["Portfolio: Agriculture"],"location":["videoconference"],"address":["videoconference"],"addressEntity":["addr-92b2fbb928e012810d80d9ef1abe12027beee200"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["eu-tr-284048119122-32","ec-person-cafe030b6dad78a75143f7552c420481b30ebceb"]}} -{"id":"ec-meeting-2020-05-11-86aeef9f0cfeed5dcd0e4352bd9c1a413f7b12d8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-11 - Internal Market, Industry, Entrepreneurship and SMEs x Shipyards' and Maritime Equipment Association of Europe"],"date":["2020-05-11"],"summary":["A brief exchange on the specific situation, challenges and opportunities of the European Maritime Technology Sector, before and after the COVID-19 spread out."],"location":["Phone call"],"address":["Phone call"],"addressEntity":["addr-cac056598c767cdeaa0f13cfe91d25988c24c698"],"organizer":["ec-dg-grow"],"involved":["ec-person-0151c7e554d188fffc509ad636b7d1a84c5dfcd5","eu-tr-009214311424-03"]}} -{"id":"ec-meeting-2020-05-11-9f5cc4ab0d29a3d39cff466ceda4a1244aceac7c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-11 - Cabinet of Executive Vice-President Frans Timmermans x European Technology Platform ‘Plants for the Future’"],"date":["2020-05-11"],"summary":["Sustainable food systems"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - video conference"],"address":["Brussels - video conference"],"addressEntity":["addr-d7df553e47e69d1cc9f4189b36b7c867f80459b0"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-167413627983-49","ec-person-33624431cbec1074e151c1707715ef46d2ba9565"]}} -{"id":"ec-meeting-2020-05-11-b8a0f43adba72bcbedc32a48edba95c248236df7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-11 - Cabinet of Commissioner Mariya Gabriel x Europa Distribution"],"date":["2020-05-11"],"summary":["The Impact of COVID-19 on the Cultural and Creative sectors, especially on film distribution"],"notes":["Portfolio: Innovation and Youth"],"location":["Video-conferencing"],"address":["Video-conferencing"],"addressEntity":["addr-4611e6784da5e4097c2b6fa2bc5e51eb9a0577bd"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["ec-person-1674399a793e9e6fd7cf55b525515fc862fc9351","eu-tr-626116910064-95"]}} -{"id":"ec-meeting-2020-05-11-d25c5e2fee1040fd678940179a2dcb6f96834b79","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-11 - Cabinet of Commissioner Thierry Breton x Telefonica, S.A."],"date":["2020-05-11"],"summary":["Telecoms market developments"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-52431421-12","ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0"]}} -{"id":"ec-meeting-2020-05-11-dc0824355e058da4859e7a9b25c7d1494d3ff9fc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-11 - Cabinet of Commissioner Thierry Breton x ExxonMobil Petroleum & Chemical Covestro AG Minafin Group Dow Europe GmbH SABIC International Holdings B.V. EVONIK INDUSTRIES AG Shell Companies European Chemical Industry Council BASF SE"],"date":["2020-05-11"],"summary":["Discussion on the impact of COVID-19"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-548438318615-29","eu-tr-564048737785-44","eu-tr-0745650927-75","ec-person-1ab5843ab67b9915be990aebc02f9a83df200cf4","ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","eu-tr-738140415497-66","eu-tr-05032108616-26","eu-tr-64879142323-90","eu-tr-7410939793-88","eu-tr-5958991861-30","eu-tr-38235121060-73"]}} -{"id":"ec-meeting-2020-05-11-ebae9a1737b87df6fc657ccbb44f1303fc502825","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-11 - Internal Market, Industry, Entrepreneurship and SMEs x BSA | The Software Alliance"],"date":["2020-05-11"],"summary":["Introductory phone discussion on BSA concerns about privacy, security and IPR in the future"],"location":["Phone call"],"address":["Phone call"],"addressEntity":["addr-cac056598c767cdeaa0f13cfe91d25988c24c698"],"organizer":["ec-dg-grow"],"involved":["ec-person-0151c7e554d188fffc509ad636b7d1a84c5dfcd5","eu-tr-75039383277-48"]}} -{"id":"ec-meeting-2020-05-11-ed0e7e795c70ec2ea2c5afcbbf418af4b8c94594","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-11 - Cabinet of President Ursula von der Leyen x EUROPEAN TRADE UNION CONFEDERATION"],"date":["2020-05-11"],"summary":["Videoconference with the President and General-Secretary of ETUC"],"notes":["Portfolio: President"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-a2ac27c3a7aa93937efc47169c1dc2264a822175","eu-tr-06698681039-26"]}} -{"id":"ec-meeting-2020-05-11-fcc75e5a9453bba6ba8df5a7494cc97e209e8da0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-11 - Cabinet of Commissioner Mariya Gabriel x Foundation Theatre Corsair"],"date":["2020-05-11"],"summary":["Impact of COVID-19 on the Independent Cultural sector"],"notes":["Portfolio: Innovation and Youth"],"location":["Video-conferencing"],"address":["Video-conferencing"],"addressEntity":["addr-4611e6784da5e4097c2b6fa2bc5e51eb9a0577bd"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["ec-person-1674399a793e9e6fd7cf55b525515fc862fc9351","eu-tr-933427038086-38"]}} -{"id":"ec-meeting-2020-05-12-6fa9831b5963250ad4c0a3b88ac8b4df3b6ad714","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-12 - Cabinet of Executive Vice-President Valdis Dombrovskis x Banco Santander, S.A."],"date":["2020-05-12"],"summary":["Exchange of views on macro environment and COVID economic response."],"notes":["Portfolio: An Economy that Works for People"],"location":["video-conferencing"],"address":["video-conferencing"],"addressEntity":["addr-211c505d204b295e60497aa4c59557bb484ca6c5"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["eu-tr-799142914971-03","ec-person-95d6ecce9b8f3a7b167d0eac8e270fdce0665ccb"]}} -{"id":"ec-meeting-2020-05-12-772f59ac28da67a92cba36b31e8155160e7e0f33","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-12 - Cabinet of Commissioner Ylva Johansson x Aerospace, Security and Defence Industries Association of Europe"],"date":["2020-05-12"],"summary":["The role of technologies in the internal security and the related upcoming EU initiatives."],"notes":["Portfolio: Home Affairs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-johansson-of-ylva"],"involved":["ec-person-d3f97e069d9ff016d7b65052f6eb6b98500ec118","eu-tr-72699997886-57"]}} -{"id":"ec-meeting-2020-05-12-794eb188ebeb82cbc6e7dd6f460f026308dbff8b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-12 - Cabinet of Executive Vice-President Frans Timmermans x CEMBUREAU - The European Cement Association"],"date":["2020-05-12"],"summary":["Recovery, climate neutrality, carbon border adjustment"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - videoconference"],"address":["Brussels - videoconference"],"addressEntity":["addr-a3a01e55b02ab591ce10151760698f4306ec49cb"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-7c876f4825f213b8adbedf089ccedfbc3b36d65b","eu-tr-93987316076-63"]}} -{"id":"ec-meeting-2020-05-12-8760d8fd04b11f8577d71ec7b4b8bc3a4a7bbcbc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-12 - Internal Market, Industry, Entrepreneurship and SMEs x European Committee for Electrotechnical Standardization"],"date":["2020-05-12"],"summary":["Introductory discussion on crisis management during pandemic and standardisation strategy as well as future o CPR"],"location":["Phone call"],"address":["Phone call"],"addressEntity":["addr-cac056598c767cdeaa0f13cfe91d25988c24c698"],"organizer":["ec-dg-grow"],"involved":["eu-tr-58258552517-56","ec-person-0151c7e554d188fffc509ad636b7d1a84c5dfcd5"]}} -{"id":"ec-meeting-2020-05-12-b3ce6122aa71492808bc8005d24b75f7ab73af9b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-12 - Cabinet of Commissioner Kadri Simson x European Chemical Industry Council"],"date":["2020-05-12"],"summary":["Economic recovery, energy system integration and the role of hydrogen in the context of decarbonisation"],"notes":["Portfolio: Energy"],"location":["Video-conferencing"],"address":["Video-conferencing"],"addressEntity":["addr-4611e6784da5e4097c2b6fa2bc5e51eb9a0577bd"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["ec-person-3ba14eabc5fddef75d1a672cc75b5f4bddd72ee9","eu-tr-64879142323-90","ec-person-d40f25b5cb5c0681854a4996da444478318f7e58","ec-person-1995c65b8dc7f3702a8c30ed96a0144075848837"]}} -{"id":"ec-meeting-2020-05-12-c062e27bffdade7e280f737c1ee96af7c66c01df","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-12 - Cabinet of Executive Vice-President Frans Timmermans x EUROPEUM Institute for European Policy"],"date":["2020-05-12"],"summary":["Green Deal in the Czech Republic"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - video conference"],"address":["Brussels - video conference"],"addressEntity":["addr-d7df553e47e69d1cc9f4189b36b7c867f80459b0"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-596129227767-10","ec-person-33624431cbec1074e151c1707715ef46d2ba9565"]}} -{"id":"ec-meeting-2020-05-12-cd0dac40dee194d255319bb39125bffc77a862f2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-12 - Cabinet of Commissioner Nicolas Schmit x Österreichischer Gewerkschaftsbund"],"date":["2020-05-12"],"summary":["Online event ÖGB \"Wie Europa jetzt gemeinsam Arbeitsplätze sichern kann\""],"notes":["Portfolio: Jobs and Social Rights"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-66fa2c2d100ec194caa42b5c6f97c36e2748b71c","ec-person-4cf4655ab41922e92160325d987a3c4615c72d30","ec-person-c03b949331dbbe5fa3d5423758e371ec1b9b832f","eu-tr-43246044354-41"]}} -{"id":"ec-meeting-2020-05-12-d5651289d27f0add223f449bd0cebfcdbf261a4e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-12 - Cabinet of Executive Vice-President Frans Timmermans x Northvolt"],"date":["2020-05-12"],"summary":["Batteries legislation and sustainability"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - videoconference"],"address":["Brussels - videoconference"],"addressEntity":["addr-a3a01e55b02ab591ce10151760698f4306ec49cb"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-278373226442-94","ec-person-9eafbf4a92961023c7df3ab389ae6d4301dec4bf"]}} -{"id":"ec-meeting-2020-05-12-e971302e11dbb7c7dddb8ecd780093c07dab4655","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-12 - Cabinet of Executive Vice-President Margrethe Vestager x IDEMIA"],"date":["2020-05-12"],"summary":["To discuss cybersecurity of 5G networks"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-c5a20b92c008e114355d197b9b2fd62c88868c4e","eu-tr-904218833588-78","ec-person-8b6db5c3c4611618ade59c6d0dadc21c962f0ee7"]}} -{"id":"ec-meeting-2020-05-12-ed76c89052f2ef4d7e693b9a0e9f87122c5a299f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-12 - Cabinet of Vice-President Dubravka Šuica x Friends of Europe"],"date":["2020-05-12"],"summary":["involvement of civil society in the conference on the Future of Europe"],"notes":["Portfolio: Democracy and Demography"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dubravka-of-president-suica-vice"],"involved":["eu-tr-99436366768-45","ec-person-026798f0d4b4567a1c4ba592351123da781ce908"]}} -{"id":"ec-meeting-2020-05-13-46cefff99c7ac27b054bd59d1515e5213845bb5b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-13 - Cabinet of Commissioner Thierry Breton x Association des Constructeurs Européens d'Automobiles European Association Automotive Suppliers"],"date":["2020-05-13"],"summary":["Automotive industry"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-9cf97e549f67c3228d1478a3a67d652eb28c5b46","ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","eu-tr-91408765797-03","eu-tr-0649790813-47"]}} -{"id":"ec-meeting-2020-05-13-5518c473a809f2685c959c750f193c80d9415869","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-13 - Cabinet of Commissioner Elisa Ferreira x Transport and Environment (European Federation for Transport and Environment)"],"date":["2020-05-13"],"summary":["Sustainable transport in recovery (through cohesion policy)."],"notes":["Portfolio: Cohesion and Reforms"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-elisa-ferreira-of"],"involved":["ec-person-1c49c531eceae287dd4a56ac52e8326c65fc2855","eu-tr-58744833263-19"]}} -{"id":"ec-meeting-2020-05-13-58cb2cd6bb57335c409e1662aa4993f98125ea87","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-13 - Cabinet of Commissioner Nicolas Schmit x Assemblée des Régions d'Europe"],"date":["2020-05-13"],"summary":["Videoconference on the employment and social impact of Covid-19."],"notes":["Portfolio: Jobs and Social Rights"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-66fa2c2d100ec194caa42b5c6f97c36e2748b71c","ec-person-4cf4655ab41922e92160325d987a3c4615c72d30","ec-person-c03b949331dbbe5fa3d5423758e371ec1b9b832f","eu-tr-480267313069-44"]}} -{"id":"ec-meeting-2020-05-13-594633b30c0aebef849f8294d305cdab7533fd89","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-13 - Energy x Eurelectric aisbl"],"date":["2020-05-13"],"summary":["Phone call to present Eurelectric proposals on COVID-19 crisis and its implications on the power sector."],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-ener"],"involved":["eu-tr-4271427696-87","ec-person-9c0f33ecb9f6badd5f4b5f1a4bd7677e18a52a22"]}} -{"id":"ec-meeting-2020-05-13-78326a460c31c334d1bea67f444d7a1040db8915","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-13 - Cabinet of Vice-President Margaritis Schinas x Lumos Foundation Hope and Homes for Children"],"date":["2020-05-13"],"summary":["Children in migration"],"notes":["Portfolio: Promoting the European Way of Life"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-margaritis-of-president-schinas-vice"],"involved":["ec-person-b59ff7316734021e48aa7e0fd79eeeab36ea2bb4","eu-tr-035163533684-92","eu-tr-849607914394-57"]}} -{"id":"ec-meeting-2020-05-13-7a4749a03f76c274b19c3d3dff8658094f707525","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-13 - Cabinet of Commissioner Didier Reynders x Délégation des Barreaux de France"],"date":["2020-05-13"],"summary":["impact of COVID-19 on the functioning of justice systems in general and on the profession of lawyers in France in particular"],"notes":["Portfolio: Justice"],"location":["video conferencing"],"address":["video conferencing"],"addressEntity":["addr-613317ccdf0c2bce8cb9f90df551697cd890eda7"],"organizer":["ec-cabinet-commissioner-didier-of-reynders"],"involved":["eu-tr-0118191795-12","ec-person-1e25399e2267734c5f4c69093d2286c8898ee9f0","ec-person-4cd0043747c40cfeaced5e4c68e43372cdb8dac9"]}} -{"id":"ec-meeting-2020-05-13-875f15caf53594eead83084053662acc31d7f2fe","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-13 - Cabinet of Vice-President Margaritis Schinas x (SETE) GREEK TOURISM CONFEDERATION"],"date":["2020-05-13"],"summary":["Tourism package"],"notes":["Portfolio: Promoting the European Way of Life"],"location":["Virtual meeting"],"address":["Virtual meeting"],"addressEntity":["addr-1f1f3f51a4da31a1ea5c1b4b21cbf52ad983224f"],"organizer":["ec-cabinet-margaritis-of-president-schinas-vice"],"involved":["eu-tr-928053829874-37","ec-person-43f9f86cfe94e45a95f7fbdea9a59a54955ebcfa","ec-person-d5cada2a1a17537a675985af31e5ce07ae3bfd42"]}} -{"id":"ec-meeting-2020-05-13-881d26d4ea191d460e17ae4a29da50f70f0358df","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-13 - Cabinet of Commissioner Phil Hogan x WWF European Policy Programme"],"date":["2020-05-13"],"summary":["EU-UK future relations - environment (+ Birdlife)"],"location":["videoconference"],"address":["videoconference"],"addressEntity":["addr-92b2fbb928e012810d80d9ef1abe12027beee200"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-1414929419-24","ec-person-7d3caa534e5cdda6d5b949bd4b2def39356e3bec"]}} -{"id":"ec-meeting-2020-05-13-9203094351e227d0bce199ef2293d0c3461c0c35","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-13 - Cabinet of Commissioner Mariya Gabriel x Culture Action Europe"],"date":["2020-05-13"],"summary":["COVID-19 and Cultural and Creative Sectors"],"notes":["Portfolio: Innovation and Youth"],"location":["WebEX"],"address":["WebEX"],"addressEntity":["addr-b29ec7a6a964d94443e0c369813406074f0347d6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-237149421566-71","ec-person-169095f0138062f64079fc92dc609e32cc65a8f1","ec-person-05eacb798fc0f8126f85d49d86bd896a56be569c"]}} -{"id":"ec-meeting-2020-05-13-9244c52b6ba60c3844ab5316ac44128a835bfbe5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-13 - Environment x SYSTEMIQ LIMITED"],"date":["2020-05-13"],"summary":["Systemiq’s work on Green Deal systems thinking"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-env"],"involved":["eu-tr-538958337111-82","ec-person-3bc74ce04ea3f4ab4d91a5c88eef25b8b8a213b4"]}} -{"id":"ec-meeting-2020-05-13-bdad42da88f5cb62aeddd58feedbcb6da3fbb1b8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-13 - Cabinet of Commissioner Johannes Hahn x Transport and Environment (European Federation for Transport and Environment)"],"date":["2020-05-13"],"summary":["Recovery plan and green transition"],"notes":["Portfolio: Budget and Administration"],"location":["Conference call"],"address":["Conference call"],"addressEntity":["addr-28ba88479582b2f75898964548da4252dc7db7d2"],"organizer":["ec-cabinet-commissioner-hahn-johannes-of"],"involved":["ec-person-26e87e8dbc382b84ce1f54266bee0b7eab520454","eu-tr-58744833263-19"]}} -{"id":"ec-meeting-2020-05-13-c0a7bc5ac413cd1061511b14e78e2d2f117c0597","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-13 - Cabinet of Commissioner Paolo Gentiloni x Tax Justice Network"],"date":["2020-05-13"],"summary":["the European Commission’s future work on direct taxes"],"notes":["Portfolio: Economy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gentiloni-of-paolo"],"involved":["ec-person-404d55367ba0dadec989b6dc2eab96ef2abd96af","eu-tr-699806711070-86"]}} -{"id":"ec-meeting-2020-05-13-c9fe368f57a3ff94834dfbe8e5f10fda0ad27090","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-13 - Cabinet of Commissioner Johannes Hahn x MAN Truck & Bus SE"],"date":["2020-05-13"],"summary":["Herausforderungen in Zeiten der Corona-Krise"],"notes":["Portfolio: Budget and Administration"],"location":["Conference call"],"address":["Conference call"],"addressEntity":["addr-28ba88479582b2f75898964548da4252dc7db7d2"],"organizer":["ec-cabinet-commissioner-hahn-johannes-of"],"involved":["ec-person-6dd3472dac004e43ec1fa4f5b4106e3b476c9ce7","eu-tr-06093891220-52"]}} -{"id":"ec-meeting-2020-05-13-cf0fb0e7cf376380d7652cf994bf09b89c2612d7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-13 - Cabinet of Commissioner Nicolas Schmit x European Federation of National Organisations working with the Homeless"],"date":["2020-05-13"],"summary":["Videoconference on the convention on homelessness."],"notes":["Portfolio: Jobs and Social Rights"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-8eb18b6102d444937bc6af5822a6742812165b48","ec-person-4cf4655ab41922e92160325d987a3c4615c72d30","ec-person-935314e38d735654cae8ee61313a3d73439b242d","eu-tr-42528706153-39","ec-person-c03b949331dbbe5fa3d5423758e371ec1b9b832f"]}} -{"id":"ec-meeting-2020-05-13-cf9136afb59287809b19530b2d4ba14cf9d7a16b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-13 - Cabinet of Vice-President Dubravka Šuica x EUROPEAN TRADE UNION CONFEDERATION"],"date":["2020-05-13"],"summary":["Conference on the Future of Europe\r\nReport on the Impact of Demographic Change"],"notes":["Portfolio: Democracy and Demography"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-dubravka-of-president-suica-vice"],"involved":["eu-tr-06698681039-26","ec-person-83dd3363da89c86d99ea50c3ff2d15a746405110"]}} -{"id":"ec-meeting-2020-05-13-d50592a109653c2e124121ff4075d52c9bbdc406","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-13 - Cabinet of President Ursula von der Leyen x Cerame-Unie"],"date":["2020-05-13"],"summary":["ETS"],"notes":["Portfolio: President"],"location":["Brussels (video conference)"],"address":["Brussels (video conference)"],"addressEntity":["addr-1a77e12c05a39186f3ddab600c3e9e619c4822ef"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-7019713e72781afb1f3b19032c4752a314b78180","eu-tr-79465004946-12"]}} -{"id":"ec-meeting-2020-05-13-dc126d27c187c9c1afed36703d84cf47f6bde795","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-13 - Cabinet of Commissioner Nicolas Schmit x SGI Europe SMEunited aisbl BUSINESSEUROPE EUROPEAN TRADE UNION CONFEDERATION"],"date":["2020-05-13"],"summary":["Videoconference on the Recovery Plan."],"notes":["Portfolio: Jobs and Social Rights"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-8eb18b6102d444937bc6af5822a6742812165b48","eu-tr-55820581197-35","eu-tr-3978240953-79","eu-tr-06698681039-26","ec-person-935314e38d735654cae8ee61313a3d73439b242d","ec-person-c03b949331dbbe5fa3d5423758e371ec1b9b832f","eu-tr-59513031434-92"]}} -{"id":"ec-meeting-2020-05-13-dc804564b54111deaedba0acc4eaa4a4cdbe114a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-13 - Cabinet of Executive Vice-President Frans Timmermans x Association des Constructeurs Européens d'Automobiles European Association Automotive Suppliers"],"date":["2020-05-13"],"summary":["Recovery and Green Deal in Transport"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - videoconference"],"address":["Brussels - videoconference"],"addressEntity":["addr-a3a01e55b02ab591ce10151760698f4306ec49cb"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-7c876f4825f213b8adbedf089ccedfbc3b36d65b","eu-tr-91408765797-03","eu-tr-0649790813-47"]}} -{"id":"ec-meeting-2020-05-14-1d3878378db78d8494821d2ae01bfc89abe0a0e9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-14 - Cabinet of Commissioner Elisa Ferreira x European Policy Centre"],"date":["2020-05-14"],"summary":["Online seminar - speech on How to ensure a cohesive recovery"],"notes":["Portfolio: Cohesion and Reforms"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-elisa-ferreira-of"],"involved":["eu-tr-89632641000-47","ec-person-4121b3832a3dd4ec5d2c50f26f7003d3bada6d20"]}} -{"id":"ec-meeting-2020-05-14-26390e1fe734bbd7f7b0caaad0a60dcc12133943","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-14 - Cabinet of Commissioner Paolo Gentiloni x Notre Europe - Institut Jacques Delors / Notre Europe - Jacques Delors Institute"],"date":["2020-05-14"],"summary":["Commissioner gentiloni participated to a webinar on the Recovery Strategy"],"notes":["Portfolio: Economy"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-gentiloni-of-paolo"],"involved":["ec-person-088d26d74d1898338fbf1c86e139bd6d3b870dbc","eu-tr-726109217329-25"]}} -{"id":"ec-meeting-2020-05-14-2b07f24c571b6f2b370b83f92b8fd04bd4abc3d0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-14 - Cabinet of Executive Vice-President Frans Timmermans x UITP - International Association of Public Transport"],"date":["2020-05-14"],"summary":["Recovery and Green Deal in Transport"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - videoconference"],"address":["Brussels - videoconference"],"addressEntity":["addr-a3a01e55b02ab591ce10151760698f4306ec49cb"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-7c876f4825f213b8adbedf089ccedfbc3b36d65b","eu-tr-06869148182-50"]}} -{"id":"ec-meeting-2020-05-14-43b7a7892ed8c123e179216e1ef020b49fb32c48","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-14 - Cabinet of Commissioner Virginijus Sinkevičius x WindEurope"],"date":["2020-05-14"],"summary":["To discuss future developments of wind energy in Europe, relating to European Green Deal, Biodiversity Strategy and circular economy"],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Videomeeting"],"address":["Videomeeting"],"addressEntity":["addr-1ba1e95e473c2a2a8d87e248e7615e7c71ba7b86"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["ec-person-a3ed762188f9656ad2089827d1f121894fc1c0d2","eu-tr-19920706471-21","ec-person-dd7a7b1952e158f4195d34cff333ec79a4f48ba3","ec-person-a58f1d06f5cb1d8dfd278e0c36d5aa1b9368b270"]}} -{"id":"ec-meeting-2020-05-14-486ec33be1a593c60fa7efd4a9cbf78d0bd352f3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-14 - Cabinet of Executive Vice-President Frans Timmermans x ArcelorMittal"],"date":["2020-05-14"],"summary":["Recovery, climate neutrality and carbon border adjustment"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - videoconference"],"address":["Brussels - videoconference"],"addressEntity":["addr-a3a01e55b02ab591ce10151760698f4306ec49cb"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-7c876f4825f213b8adbedf089ccedfbc3b36d65b","eu-tr-23527541824-60"]}} -{"id":"ec-meeting-2020-05-14-61d5f94c0c57c5907f612a647fb02f7b89021c1e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-14 - Cabinet of Commissioner Thierry Breton x European Magazine Media Association European Newspaper Publishers' Association"],"date":["2020-05-14"],"summary":["Digital services Act"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-5950962136-12","ec-person-4d83416435f81b1f1e8f5c86aeebb1478577f1d2","eu-tr-37937886834-69"]}} -{"id":"ec-meeting-2020-05-14-7152401e6c61cefadd01724cc0c6f11bc112147a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-14 - Task Force for Relations with the United Kingdom x Aerospace, Security and Defence Industries Association of Europe"],"date":["2020-05-14"],"summary":["Videoconference with the Task Force for Relations with the United Kingdom"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-uktf"],"involved":["ec-person-864cfa5fbc9b02a079ffbab1107f252c7bb08478","eu-tr-72699997886-57"]}} -{"id":"ec-meeting-2020-05-14-7a6c177ad70cacb15847d7c2d90dc7e8f6b37d84","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-14 - Cabinet of Commissioner Kadri Simson x EPIA SolarPower Europe"],"date":["2020-05-14"],"summary":["European Green Deal, COVID-19 crisis and recovery, impact of the crisis on renewable solar, role of renewable solar for energy efficiency and climate target-innovation"],"notes":["Portfolio: Energy"],"location":["Video-conferencing"],"address":["Video-conferencing"],"addressEntity":["addr-4611e6784da5e4097c2b6fa2bc5e51eb9a0577bd"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["ec-person-9b7f5fe059e5b0b40e79e9170211aa2f02322fdb","eu-tr-2680046412-48","ec-person-1995c65b8dc7f3702a8c30ed96a0144075848837"]}} -{"id":"ec-meeting-2020-05-14-97504ab8293cb7c5403c206797b3fba6422f4b26","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-14 - Cabinet of Commissioner Virginijus Sinkevičius x DIGITALEUROPE"],"date":["2020-05-14"],"summary":["To exchange the views on the role of digital technologies in various areas of EU policies, including European Green Deal and discuss the question how ICT can contribute to Sustainability and zero emission goals"],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Videomeeting"],"address":["Videomeeting"],"addressEntity":["addr-1ba1e95e473c2a2a8d87e248e7615e7c71ba7b86"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["ec-person-a3ed762188f9656ad2089827d1f121894fc1c0d2","eu-tr-64270747023-20","ec-person-dd7a7b1952e158f4195d34cff333ec79a4f48ba3","ec-person-a58f1d06f5cb1d8dfd278e0c36d5aa1b9368b270"]}} -{"id":"ec-meeting-2020-05-14-9e0a56e37e1973d68af76381d2afa5600dfd248d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-14 - Cabinet of Commissioner Paolo Gentiloni x Associazione fra le società italiane per azioni"],"date":["2020-05-14"],"summary":["Covid19 impact on economy and situation in Italy"],"notes":["Portfolio: Economy"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-gentiloni-of-paolo"],"involved":["ec-person-088d26d74d1898338fbf1c86e139bd6d3b870dbc","eu-tr-15491122381-71"]}} -{"id":"ec-meeting-2020-05-14-9e31f5178ee29c11bca812ec59f762fa84f22264","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-14 - Cabinet of Executive Vice-President Frans Timmermans x AES Netherlands Holding B.V. Kreab"],"date":["2020-05-14"],"summary":["Bulgarian energy market developments, just transition"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - video conference"],"address":["Brussels - video conference"],"addressEntity":["addr-d7df553e47e69d1cc9f4189b36b7c867f80459b0"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-126143128754-79","eu-tr-1078390517-54","ec-person-f8efd5ca1c3794aa2954d6b5f54ff94f015fba20","ec-person-d53e00c46a4cc62bbf533e0c9bb35bacb9121989"]}} -{"id":"ec-meeting-2020-05-14-a569cdb9b8be0b0ff6db62a0a2b8c76f534d6ca3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-14 - Cabinet of Commissioner Phil Hogan x American Chamber of Commerce to the European Union"],"date":["2020-05-14"],"summary":["EU-UK future relations"],"location":["videoconference"],"address":["videoconference"],"addressEntity":["addr-92b2fbb928e012810d80d9ef1abe12027beee200"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-5265780509-97","ec-person-7d3caa534e5cdda6d5b949bd4b2def39356e3bec"]}} -{"id":"ec-meeting-2020-05-14-ae17763591d70f1ae4bdf83b27485b6e52fdb3c9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-14 - Cabinet of Commissioner Nicolas Schmit x Uber"],"date":["2020-05-14"],"summary":["Videoconference on the economic and social effects of the Covid-19 crisis."],"notes":["Portfolio: Jobs and Social Rights"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-1379f76d0c860e318f68852e1b57aa75454831f8","ec-person-4cf4655ab41922e92160325d987a3c4615c72d30","eu-tr-002278013515-26"]}} -{"id":"ec-meeting-2020-05-14-b2b644154986f430fc735f83e1e80d9af634d07f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-14 - Communications Networks, Content and Technology x WithSecure Corporation"],"date":["2020-05-14"],"summary":["(virtual) Cybersecurity in Europe"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-957279018810-11","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2020-05-14-b4e83e3158e61f1f1dcd3a99d44f5a14338304b9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-14 - Cabinet of Vice-President Věra Jourová x Bruegel"],"date":["2020-05-14"],"summary":["Webinar -Democracy in the times of COVID-19"],"notes":["Portfolio: Values and Transparency"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["ec-person-74c07660dcbc6dc9993b34462cf2a1fec35925ea","ec-person-bf54da17217bbddfd9c68fe24d88005ac17e2c4b","eu-tr-458295331598-02"]}} -{"id":"ec-meeting-2020-05-14-be396df280561510d3e090749c99a8b589b5b04f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-14 - Cabinet of Executive Vice-President Frans Timmermans x UNIFE Community of European Railway and Infrastructure Companies ALLIANCE OF RAIL NEW ENTRANTS"],"date":["2020-05-14"],"summary":["Recovery and Green Deal in Transport"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - videoconference"],"address":["Brussels - videoconference"],"addressEntity":["addr-a3a01e55b02ab591ce10151760698f4306ec49cb"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-7c876f4825f213b8adbedf089ccedfbc3b36d65b","eu-tr-9624415524-28","eu-tr-137873228284-05","eu-tr-7574621118-27"]}} -{"id":"ec-meeting-2020-05-14-ce12dd355474018c1a39aefc37fb51474dec5937","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-14 - Cabinet of Executive Vice-President Frans Timmermans x Forum Energii"],"date":["2020-05-14"],"summary":["Green deal, climate and energy policy"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - video conference"],"address":["Brussels - video conference"],"addressEntity":["addr-d7df553e47e69d1cc9f4189b36b7c867f80459b0"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-692020425876-28","ec-person-d53e00c46a4cc62bbf533e0c9bb35bacb9121989"]}} -{"id":"ec-meeting-2020-05-14-d4db832124c35b61d5541d42a6eb0eb9b866db5e","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2020-05-14 - Cabinet of Commissioner Helena Dalli x European Women's Lobby"],"date":["2020-05-14"],"summary":["Exchange of views on EWL’s call to action \"Women and Girls must not pay the price of Coronavirus\"","EWL’s call to action \"Women and Girls must not pay the price of Coronavirus\"; gender sensitive responses"],"notes":["Portfolio: Equality"],"location":["Videoconference","Video conference"],"address":["Videoconference","Video conference"],"addressEntity":["addr-ebc9fd5c2f372a32153cf3f4d5fb918a96b84a88","addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-dalli-helena-of"],"involved":["ec-person-d15c205cb9cbb310d2811039c0160c1de7c84638","ec-person-d0b568d53468fcd3dfeeaddbd07343b5b065914d","eu-tr-85686156700-13"]}} -{"id":"ec-meeting-2020-05-14-ded42a08943078a7ecdf209c3b107b440aed76c6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-14 - Cabinet of Commissioner Mariya Gabriel x Koninklijke Philips"],"date":["2020-05-14"],"summary":["Research and Innovation leading to innovative Healthcare solutions, Health private, Public partnerships and Cooperation"],"notes":["Portfolio: Innovation and Youth"],"location":["Video-conferencing"],"address":["Video-conferencing"],"addressEntity":["addr-4611e6784da5e4097c2b6fa2bc5e51eb9a0577bd"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-035366013790-68","ec-person-1674399a793e9e6fd7cf55b525515fc862fc9351"]}} -{"id":"ec-meeting-2020-05-14-e2f0058c4a2b62a2decf873d45b60637d0715a41","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-14 - Cabinet of Commissioner Nicolas Schmit x MANGHINI S.A."],"date":["2020-05-14"],"summary":["Videoconference on the effects of the corona crisis on employment."],"notes":["Portfolio: Jobs and Social Rights"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["eu-tr-911039438058-78","ec-person-4cf4655ab41922e92160325d987a3c4615c72d30","ec-person-c03b949331dbbe5fa3d5423758e371ec1b9b832f"]}} -{"id":"ec-meeting-2020-05-14-f73e0bb16a593d32ad1d91505be1b4e3a81bb49b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-14 - Cabinet of Executive Vice-President Valdis Dombrovskis x European Association of Co-operative Banks"],"date":["2020-05-14"],"summary":["Roundtables with Stakeholders; Capital Requirements Regulation"],"notes":["Portfolio: An Economy that Works for People"],"location":["video-conferencing"],"address":["video-conferencing"],"addressEntity":["addr-211c505d204b295e60497aa4c59557bb484ca6c5"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["eu-tr-4172526951-19","ec-person-1e9076681bd62efdd58882f9a7b63b2423568217"]}} -{"id":"ec-meeting-2020-05-15-00207f1eec892d0ed22e5baa2e610fc1c38310b2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-15 - Cabinet of President Ursula von der Leyen x BUSINESSEUROPE"],"date":["2020-05-15"],"summary":["Meeting with the President and Director-General BusinessEurope"],"notes":["Portfolio: President"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-a2ac27c3a7aa93937efc47169c1dc2264a822175","eu-tr-3978240953-79"]}} -{"id":"ec-meeting-2020-05-15-0eee595736b3eb409fc9e7bde73b624ecf688cf2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-15 - Cabinet of Executive Vice-President Frans Timmermans x Natuur & Milieu"],"date":["2020-05-15"],"summary":["Railways and a green recovery"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - videoconference"],"address":["Brussels - videoconference"],"addressEntity":["addr-a3a01e55b02ab591ce10151760698f4306ec49cb"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-17413855438-74","ec-person-d56ecbfde17436a136fc89c9a978b266e8285c84"]}} -{"id":"ec-meeting-2020-05-15-1010d4bc10fde888759606ee761e4799350cdfa6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-15 - Cabinet of Executive Vice-President Valdis Dombrovskis x Transport and Environment (European Federation for Transport and Environment)"],"date":["2020-05-15"],"summary":["Multiannual Financial Framework, recovery package, Green Deal Investment Plan"],"notes":["Portfolio: An Economy that Works for People"],"location":["video-conferencing"],"address":["video-conferencing"],"addressEntity":["addr-211c505d204b295e60497aa4c59557bb484ca6c5"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-25f4019e9babab3840cf9d6dbf9cb6994f2104fb","eu-tr-58744833263-19"]}} -{"id":"ec-meeting-2020-05-15-1a991f1b970c61aa7eec501e2c38a2704b3f4bcc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-15 - Cabinet of President Ursula von der Leyen x Fair Standards Alliance"],"date":["2020-05-15"],"summary":["Follow-up of abridged meeting (VC) of 28 April - standard essential patents and appropriate licensing practices for IoT"],"notes":["Portfolio: President"],"location":["Brussels (video conference)"],"address":["Brussels (video conference)"],"addressEntity":["addr-1a77e12c05a39186f3ddab600c3e9e619c4822ef"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-7019713e72781afb1f3b19032c4752a314b78180","eu-tr-354710219654-02"]}} -{"id":"ec-meeting-2020-05-15-4a9551e36a0c4b4b865bdb77635bf00def0575e4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-15 - Communications Networks, Content and Technology x Kaspersky Labs Limited"],"date":["2020-05-15"],"summary":["Cybersecurity (virtual)"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-119828415703-30","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2020-05-15-54eab7aebb29df7d77f349016660cbed92d7f417","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-15 - Cabinet of Executive Vice-President Margrethe Vestager x CEMBUREAU - The European Cement Association"],"date":["2020-05-15"],"summary":["ETS and EEAG guidelines concerning Cement; digitalization of the construction sector"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-a07aede8ed2836aa08f286a76ce98daa88dcf541","eu-tr-93987316076-63"]}} -{"id":"ec-meeting-2020-05-15-6560167c7b83141c26d8e1f9f5cdc798017878c7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-15 - Cabinet of Commissioner Janusz Wojciechowski x Helmholtz-Gemeinschaft Deutscher Forschungszentren e.V. Scientists for Future Humboldt-Universität zu Berlin Umweltbundesamt GmbH - Environment Agency Austria"],"date":["2020-05-15"],"summary":["To discuss how science and scientists can help improve the CAP, restore public trust, the EU’s Green Deal, Farm to Fork Strategy and their implications for the CAP reform, how to best restore markets and economy after COVID-19 crisis."],"notes":["Portfolio: Agriculture"],"location":["video conference"],"address":["video conference"],"addressEntity":["addr-6dc12e3c97077db82f32184f24341ce370a445fd"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["ec-person-cafe030b6dad78a75143f7552c420481b30ebceb","eu-tr-130583737816-56","eu-tr-604212735960-64","eu-tr-73792436593-97","eu-tr-840952226508-06"]}} -{"id":"ec-meeting-2020-05-15-68a6f7136fcf7440a22cd5ec47fdd75227741aef","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-15 - Cabinet of Commissioner Nicolas Schmit x The Institute of International and European Affairs, Brussels"],"date":["2020-05-15"],"summary":["IIEA online conference \"The EU's social agenda, in particular in light of the COVID-19 pandemic and the EU's post-crisis\r\nrecovery\"."],"notes":["Portfolio: Jobs and Social Rights"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["eu-tr-866815515160-79","ec-person-4cf4655ab41922e92160325d987a3c4615c72d30","ec-person-c03b949331dbbe5fa3d5423758e371ec1b9b832f"]}} -{"id":"ec-meeting-2020-05-15-6cb50cf8fef81263719fc44358264c0ac9ebc2df","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-15 - Cabinet of Executive Vice-President Frans Timmermans x Sappi Europe SA"],"date":["2020-05-15"],"summary":["carbon neutrality and biodiversity"],"notes":["Portfolio: European Green Deal"],"location":["video conference (Brussels)"],"address":["video conference (Brussels)"],"addressEntity":["addr-96d45bbb99f3da137b2243f11b529ed54662db90"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce","ec-person-8af3c81534786a740718d21dc58240738a53ed7b","eu-tr-891751020903-63"]}} -{"id":"ec-meeting-2020-05-15-737adababf74cebc846e3686cb5d1749d9d5d32c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-15 - Cabinet of Vice-President Věra Jourová x European Digital Rights Access Now Europe"],"date":["2020-05-15"],"summary":["Fundamental Rights, EC response to COVID 19, GDPR, Artificial Intelligence"],"notes":["Portfolio: Values and Transparency"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["eu-tr-16311905144-06","ec-person-fb258e0188a5319bfaba3161382db43f5a85851f","eu-tr-241832823598-19","ec-person-74c07660dcbc6dc9993b34462cf2a1fec35925ea","ec-person-bf54da17217bbddfd9c68fe24d88005ac17e2c4b","ec-person-28fecf6c4f04b3a2af1d74c742e147920ab849c5"]}} -{"id":"ec-meeting-2020-05-15-a00c9f5585abb21cc38858cce4107e791458b469","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-15 - Cabinet of Vice-President Margaritis Schinas x Culture Action Europe"],"date":["2020-05-15"],"summary":["Covid-19 and cultural and creative sectors"],"notes":["Portfolio: Promoting the European Way of Life"],"location":["Virtual meeting"],"address":["Virtual meeting"],"addressEntity":["addr-1f1f3f51a4da31a1ea5c1b4b21cbf52ad983224f"],"organizer":["ec-cabinet-margaritis-of-president-schinas-vice"],"involved":["ec-person-d5cada2a1a17537a675985af31e5ce07ae3bfd42","eu-tr-237149421566-71","ec-person-b59ff7316734021e48aa7e0fd79eeeab36ea2bb4"]}} -{"id":"ec-meeting-2020-05-15-a8d15bed9ce8055448052907a4b54ebb89252f69","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-15 - Cabinet of Commissioner Stella Kyriakides x None"],"date":["2020-05-15"],"summary":["Video call with Pharmaceutical Industrial Associations, the European Medicines Agency and the European Centre for Disease Prevention and Control, to discuss Possible shortages of medicines and medical devices for the Covid-19 outbreak"],"notes":["Portfolio: Health"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-kyriakides-of-stella"],"involved":["eu-tr-38526121292-88","eu-tr-05366537746-69","ec-person-c7513fae2df7920eea99d7cc103a354aa4f56b6e","eu-tr-64879142323-90","eu-tr-433743725252-26","eu-tr-87600691525-93","eu-tr-48325781850-28","eu-tr-53073567234-18","eu-tr-99565011637-64"]}} -{"id":"ec-meeting-2020-05-15-c9d94261d59656716c128ae4f7f4070c14b367e0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-15 - Cabinet of Vice-President Dubravka Šuica x Euromontana"],"date":["2020-05-15"],"summary":["Green Paper on Ageing; elderly population in mountainous and remote areas; challenges and opportunities in particular with regard to health care, mobility and the silver economy; impact of COVID-19 on those regions"],"notes":["Portfolio: Democracy and Demography"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dubravka-of-president-suica-vice"],"involved":["ec-person-bae2f44eb21285b37ecc9c7f2f42b4acb1f53264","eu-tr-5446623780-39"]}} -{"id":"ec-meeting-2020-05-15-d2290c5b811362d6243a9f296c45734b261ac2d1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-15 - Environment x European Aluminium AISBL"],"date":["2020-05-15"],"summary":["European Aluminium circular action plan"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-env"],"involved":["eu-tr-9224280267-20","ec-person-3bc74ce04ea3f4ab4d91a5c88eef25b8b8a213b4"]}} -{"id":"ec-meeting-2020-05-15-d8e0605bd35adba48947f38b9fa8bafd8662e0fb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-15 - Cabinet of Commissioner Nicolas Schmit x Volkswagen Aktiengesellschaft"],"date":["2020-05-15"],"summary":["Videoconference on recovery and skills."],"notes":["Portfolio: Jobs and Social Rights"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-66fa2c2d100ec194caa42b5c6f97c36e2748b71c","ec-person-4cf4655ab41922e92160325d987a3c4615c72d30","eu-tr-6504541970-40","ec-person-935314e38d735654cae8ee61313a3d73439b242d","ec-person-c2208333f0f75350eef62b355a40bf856f2d9cef","ec-person-c03b949331dbbe5fa3d5423758e371ec1b9b832f"]}} -{"id":"ec-meeting-2020-05-15-d9324f626da16534ee25c32dce1bb892c4d73949","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-15 - Cabinet of Vice-President Dubravka Šuica x Fédération Internationale de Football Association"],"date":["2020-05-15"],"summary":["Children's Rights"],"notes":["Portfolio: Democracy and Demography"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dubravka-of-president-suica-vice"],"involved":["eu-tr-81311819832-09","ec-person-60bc1622eb549a098038c6073ce7c40691ec9384"]}} -{"id":"ec-meeting-2020-05-15-e0e577e671182c876706276aca223722752a0eed","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-15 - Cabinet of Commissioner Kadri Simson x ExxonMobil Petroleum & Chemical"],"date":["2020-05-15"],"summary":["follow-up to the Commissioner’s meeting with CEFIC"],"notes":["Portfolio: Energy"],"location":["Video Conferencing"],"address":["Video Conferencing"],"addressEntity":["addr-e3b7413b2ac93be00b6bcff51fdc1374d67118bd"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["ec-person-3ba14eabc5fddef75d1a672cc75b5f4bddd72ee9","eu-tr-0745650927-75"]}} -{"id":"ec-meeting-2020-05-15-ef9b0bdd18e72befa18a0c1409f8f4dddfc5d319","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-15 - Cabinet of President Ursula von der Leyen x OneFiber Interconnect Germany GmbH"],"date":["2020-05-15"],"summary":["Deployment opportunities for Gigabit broadband in Germany, including rural areas."],"notes":["Portfolio: President"],"location":["Brussels (Video conference)"],"address":["Brussels (Video conference)"],"addressEntity":["addr-b598c3c8c78bd0d408e4cc6cf3ec786e83e187ba"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-7019713e72781afb1f3b19032c4752a314b78180","eu-tr-123995937866-84"]}} -{"id":"ec-meeting-2020-05-15-f74c61e7bcd414686957d3be78f34bbdcf9c72a2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-15 - Cabinet of Commissioner Janez Lenarčič x European Institute of Peace"],"date":["2020-05-15"],"summary":["Covid-19; humanitarian-development-peace nexus"],"notes":["Portfolio: Crisis Management"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-janez-lenarcic-of"],"involved":["eu-tr-272784617259-33","ec-person-a6cd325c80698b2331699224c780ebfb10573602"]}} -{"id":"ec-meeting-2020-05-18-2cdf46eb31eef40d250acd83470df983fcb9e850","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-18 - Cabinet of Executive Vice-President Frans Timmermans x Stichting BirdLife Europe"],"date":["2020-05-18"],"summary":["EU Green Deal and biodiversity"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-1083162721-43","ec-person-8af3c81534786a740718d21dc58240738a53ed7b"]}} -{"id":"ec-meeting-2020-05-18-3a1c435833cb0b0f3d007b7690d78f12a1cbcabd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-18 - Cabinet of Executive Vice-President Margrethe Vestager x TomTom International bv"],"date":["2020-05-18"],"summary":["To present TomTom’s vision for a competitive digital economy in Europe"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-11d97788772862bb34f51dd26d7f92603eac1bf8","eu-tr-068100722742-39"]}} -{"id":"ec-meeting-2020-05-18-57e7c5f7980b61edeafb91160160b6e685e3c07b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-18 - Agriculture and Rural Development x EuroCommerce"],"date":["2020-05-18"],"summary":["Exchange of views on the new CAP and the impact of COVID-19"],"location":["Bruxelles - Skype meeting"],"address":["Bruxelles - Skype meeting"],"addressEntity":["addr-e72a184ab34743dd28b9c5e0219c275c06424afb"],"organizer":["ec-dg-agri"],"involved":["ec-person-94f7c6e6875fa76120558bda38f913792cc61934","eu-tr-84973761187-60"]}} -{"id":"ec-meeting-2020-05-18-5bbe5ebd1f92274e5df6b07eb6e23d0ed73d9f9b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-18 - Internal Market, Industry, Entrepreneurship and SMEs x DIN Deutsches Institut für Normung e. V."],"date":["2020-05-18"],"summary":["Congratulations for Ms Jorna's appointment and presentation of DIN priorities (on customer orientation, pragmatism, dialogue with the regulator, importance of political and industrial priorities, needs for recovery)"],"location":["Phone call"],"address":["Phone call"],"addressEntity":["addr-cac056598c767cdeaa0f13cfe91d25988c24c698"],"organizer":["ec-dg-grow"],"involved":["eu-tr-989808524267-58","ec-person-0151c7e554d188fffc509ad636b7d1a84c5dfcd5"]}} -{"id":"ec-meeting-2020-05-18-665bc1739af6759952f6cd1f5231e2c54fd4b99b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-18 - Cabinet of Commissioner Thierry Breton x Dompé farmaceutici spa"],"date":["2020-05-18"],"summary":["Exscalate4COV"],"notes":["Portfolio: Internal Market"],"location":["videoconference"],"address":["videoconference"],"addressEntity":["addr-92b2fbb928e012810d80d9ef1abe12027beee200"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","eu-tr-558526138218-10","ec-person-b077a2e9f0fdb3b8f6e91d0bd0b256db9e40ce46"]}} -{"id":"ec-meeting-2020-05-18-66d3bedf65ac23238b474fbe987e4902f1749de9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-18 - Internal Market, Industry, Entrepreneurship and SMEs x NASDAQ"],"date":["2020-05-18"],"summary":["Discuss Covid-19 situation, especially SMEs; Its impact on markets and companies"],"location":["Phone call"],"address":["Phone call"],"addressEntity":["addr-cac056598c767cdeaa0f13cfe91d25988c24c698"],"organizer":["ec-dg-grow"],"involved":["eu-tr-76648765687-29","ec-person-0151c7e554d188fffc509ad636b7d1a84c5dfcd5"]}} -{"id":"ec-meeting-2020-05-18-7029415b7c3c0fd513d03ae94716ee44cc765dec","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-18 - Cabinet of Vice-President Margaritis Schinas x NEW ECONOMY INTERNATIONAL FORUM SL"],"date":["2020-05-18"],"summary":["Eu Recovery from COVID-19"],"notes":["Portfolio: Promoting the European Way of Life"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-margaritis-of-president-schinas-vice"],"involved":["eu-tr-537444021335-19","ec-person-d5cada2a1a17537a675985af31e5ce07ae3bfd42","ec-person-180e5c5b13dac533a1241b0f9d78176c8bec3d51"]}} -{"id":"ec-meeting-2020-05-18-7100ebecbd60a6ea98255667b1c3e3a3bb73b6a7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-18 - Cabinet of President Ursula von der Leyen x Havenbedrijf Antwerpen NV van publiek recht"],"date":["2020-05-18"],"summary":["European Green Deal"],"notes":["Portfolio: President"],"location":["Brussels (video conference)"],"address":["Brussels (video conference)"],"addressEntity":["addr-1a77e12c05a39186f3ddab600c3e9e619c4822ef"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-f2b941852d3b961d69ed695c2d243a1a2b4a1904","eu-tr-435060615187-68"]}} -{"id":"ec-meeting-2020-05-18-742af5c0a7e87a5b597df036e38175c45e1759dd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-18 - Cabinet of Commissioner Thierry Breton x Meta Platforms Ireland Limited and its various subsidiaries (f/k/a Facebook Ireland Limited)"],"date":["2020-05-18"],"summary":["Towards a post Covid-19 digital deal between Tech and Governments"],"notes":["Portfolio: Internal Market"],"location":["Livestream debate"],"address":["Livestream debate"],"addressEntity":["addr-15b4c4794aeca703152a67e69de24103fe88b55f"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","eu-tr-28666427835-74"]}} -{"id":"ec-meeting-2020-05-18-7a9e3fba60219015f769099733e831aa0630085d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-18 - Cabinet of Executive Vice-President Frans Timmermans x Główny Instytut Górnictwa"],"date":["2020-05-18"],"summary":["Just Transition in Silesia"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - video conference"],"address":["Brussels - video conference"],"addressEntity":["addr-d7df553e47e69d1cc9f4189b36b7c867f80459b0"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-515716726360-33","ec-person-d53e00c46a4cc62bbf533e0c9bb35bacb9121989"]}} -{"id":"ec-meeting-2020-05-18-8efbf5c5637e29e22cf03b316d2f757ad6c4759d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-18 - Cabinet of Commissioner Nicolas Schmit x World Employment Confederation-Europe"],"date":["2020-05-18"],"summary":["WEC-Europe/UNI-Europa Joint Recommendations on COVID-19"],"notes":["Portfolio: Jobs and Social Rights"],"location":["VC"],"address":["VC"],"addressEntity":["addr-d6788b0715b89d9781e90f4df364ac624d78e439"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-8eb18b6102d444937bc6af5822a6742812165b48","eu-tr-7438623236-16"]}} -{"id":"ec-meeting-2020-05-18-91b1171eabb770d7d230eec6f7a53d85998c5d43","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-18 - Cabinet of Commissioner Janusz Wojciechowski x International Confederation of European Beet Growers"],"date":["2020-05-18"],"summary":["•\tthe situation of the sugar beet sector confronted with the COVID-19 crisis\r\n•\tthe contribution of the sector to the new EU strategies\r\n•\tthe importance of consistencies between these strategies and the other EU policies"],"notes":["Portfolio: Agriculture"],"location":["video conference"],"address":["video conference"],"addressEntity":["addr-6dc12e3c97077db82f32184f24341ce370a445fd"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["eu-tr-89930126483-54","ec-person-90b64673ee7f4c1dae185fbd64b45f5c45f2b66d"]}} -{"id":"ec-meeting-2020-05-18-995203f4be1667d92cba89677eb34e0d38d1ff86","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-18 - Cabinet of Executive Vice-President Frans Timmermans x CSR Europe, The Business Network for Corporate Social Responsibility"],"date":["2020-05-18"],"summary":["EGD and sustainability"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - conferencecall"],"address":["Brussels - conferencecall"],"addressEntity":["addr-51ebbe78d9e187e0f2b5f800bff7aed9bbf81772"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-9eafbf4a92961023c7df3ab389ae6d4301dec4bf","eu-tr-56502415122-32"]}} -{"id":"ec-meeting-2020-05-18-b9a40ab0be54603fe6a5af71837e963cc3142571","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-18 - Directorate-General for International Partnerships x Fondation pour les etudes et recherches sur le developpement international"],"date":["2020-05-18"],"summary":["- Principes d'allocation entre pays des ressources qui seront gérées par les nouveaux instruments financiers de la Commission."],"location":["VTC"],"address":["VTC"],"addressEntity":["addr-9d1acaa772820b8ade84113d2da24716fe455be2"],"organizer":["ec-dg-intpa"],"involved":["eu-tr-033877023338-03","ec-person-afe6f55069d2cc5483157e138e41abd63140fdd8"]}} -{"id":"ec-meeting-2020-05-18-bfce89817eb8fb4a6db4d807faa95e14b6d32bd5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-18 - Cabinet of Commissioner Phil Hogan x EUROPE INDIA CHAMBER OF COMMERCE"],"date":["2020-05-18"],"summary":["future EU-India trade relations"],"location":["videoconference"],"address":["videoconference"],"addressEntity":["addr-92b2fbb928e012810d80d9ef1abe12027beee200"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-322291838613-47","ec-person-7d3caa534e5cdda6d5b949bd4b2def39356e3bec"]}} -{"id":"ec-meeting-2020-05-18-e22880cfd988cc57549033be6cae99706cdbbf56","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-18 - Internal Market, Industry, Entrepreneurship and SMEs x Verband der Automobilindustrie"],"date":["2020-05-18"],"summary":["The meeting was a courtesy meeting to touch base after the appointment of Ms. Jorna as Director General of DG GROW and discuss future recovery in pandemic"],"location":["Phone call"],"address":["Phone call"],"addressEntity":["addr-cac056598c767cdeaa0f13cfe91d25988c24c698"],"organizer":["ec-dg-grow"],"involved":["ec-person-0151c7e554d188fffc509ad636b7d1a84c5dfcd5","eu-tr-95574664768-90"]}} -{"id":"ec-meeting-2020-05-19-02a20d1c4382cc2c816e567bb5a26cd8f3337fb6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-19 - Cabinet of Commissioner Virginijus Sinkevičius x American Chamber of Commerce to the European Union"],"date":["2020-05-19"],"summary":["Opening speech at the AmCham online event on Circular Economy Action Plan"],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["virutal"],"address":["virutal"],"addressEntity":["addr-6ba4dcbe876dc237f95eba4e22ea9b76a122aec0"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["eu-tr-5265780509-97","ec-person-ef0f66e9880a22ea8d9657bd982daf9bd74838c1"]}} -{"id":"ec-meeting-2020-05-19-0da8ae1c9d5291e18c4d0ee8245991c3ab2779d1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-19 - Cabinet of Commissioner Virginijus Sinkevičius x Eurogroup for Animals"],"date":["2020-05-19"],"summary":["To discuss wildlife trade, environmental crime and other related issues in relations with Covid-19 and in the view of Biodiversity Strategy."],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Videomeeting"],"address":["Videomeeting"],"addressEntity":["addr-1ba1e95e473c2a2a8d87e248e7615e7c71ba7b86"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["ec-person-dd7a7b1952e158f4195d34cff333ec79a4f48ba3","eu-tr-6809935493-49","ec-person-172a438ed334761e2ab5d52e551fd1bcb6ab6b8d"]}} -{"id":"ec-meeting-2020-05-19-18fe7093022a0c73a514140d22e83cf3d887a063","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-19 - Cabinet of Commissioner Nicolas Schmit x European Policy Centre"],"date":["2020-05-19"],"summary":["EPC's online Sixty Minute Briefings on the Commission’s response to the COVID-19 crisis in the area of employment and social right."],"notes":["Portfolio: Jobs and Social Rights"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["eu-tr-89632641000-47","ec-person-935314e38d735654cae8ee61313a3d73439b242d","ec-person-4cf4655ab41922e92160325d987a3c4615c72d30","ec-person-c03b949331dbbe5fa3d5423758e371ec1b9b832f"]}} -{"id":"ec-meeting-2020-05-19-1bdc5f6127fe08fd8d9d27c01dc81ee68c9919e8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-19 - Cabinet of Commissioner Kadri Simson x Ocean Energy Europe"],"date":["2020-05-19"],"summary":["Preparation strategy offshore renewables – \r\nRole of ocean energy (tidal and waves) \r\nInnovation"],"notes":["Portfolio: Energy"],"location":["Video conference"],"address":["Video conference"],"addressEntity":["addr-ebc9fd5c2f372a32153cf3f4d5fb918a96b84a88"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["ec-person-9b7f5fe059e5b0b40e79e9170211aa2f02322fdb","eu-tr-264048311507-68"]}} -{"id":"ec-meeting-2020-05-19-2145918da44cff38d4863800123144aa851cdfb4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-19 - Cabinet of Executive Vice-President Margrethe Vestager x Liberty Global Corporate B.V."],"date":["2020-05-19"],"summary":["Connectivity and mitigating measures during the Covid-19 crisis"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-82853397708-89","ec-person-3da433aae105b13fe027e9c9b3dcac2c97029370"]}} -{"id":"ec-meeting-2020-05-19-277ca7f3f2c2bb4e5fe326cdfcac3b2f1b0de85d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-19 - Cabinet of Commissioner Virginijus Sinkevičius x BUSINESSEUROPE"],"date":["2020-05-19"],"summary":["Green Deal and COVID-19, Circular Economy (CEAP), Industrial Emissions Directive (IED)"],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["WebEx Video meeting"],"address":["WebEx Video meeting"],"addressEntity":["addr-b238dc32c73094e36a531e354ce2c254a94e85b4"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["eu-tr-3978240953-79","ec-person-ef0f66e9880a22ea8d9657bd982daf9bd74838c1"]}} -{"id":"ec-meeting-2020-05-19-4819e18246b7fd1e1a7028fa7fca14301811619a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-19 - Climate Action x International Association of Oil & Gas Producers Europe"],"date":["2020-05-19"],"summary":["Hydrogen and CCS"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-clima"],"involved":["ec-person-9c5c685692a09a77f2bc8ae9c05663b87cd75aae","eu-tr-3954187491-70"]}} -{"id":"ec-meeting-2020-05-19-5bd873a0086800d7fe61753bc810e3766865529d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-19 - Cabinet of Commissioner Phil Hogan x International Trademark Association"],"date":["2020-05-19"],"summary":["Trade Marks."],"location":["Video Conference"],"address":["Video Conference"],"addressEntity":["addr-fd005d1da26cd3c9a734fbbadaf813e8115acdeb"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-a1a78365cc4685b0958056646204977d8f2ead92","eu-tr-10141574843-32"]}} -{"id":"ec-meeting-2020-05-19-637293a1f60a087144e24ff4abf017d1ac1ce5be","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-19 - Cabinet of Commissioner Helena Dalli x European Network Against Racism"],"date":["2020-05-19"],"summary":["Discrimination on the grounds of racial and ethnic origin"],"notes":["Portfolio: Equality"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-dalli-helena-of"],"involved":["eu-tr-09854512780-89","ec-person-d0b568d53468fcd3dfeeaddbd07343b5b065914d"]}} -{"id":"ec-meeting-2020-05-19-6b505be70a3f9994d136db8c02b4a016388f94c1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-19 - Cabinet of Vice-President Margaritis Schinas x ΕΝΩΣΗ ΘΕΣΜΙΚΩΝ ΕΠΕΝΔΥΤΩΝ - HELLENIC FUND AND ASSET MANAGEMENT ASSOCIATION"],"date":["2020-05-19"],"summary":["Invest in education, EU Pilot programme \"guarantees for skills and education\", Recovery Plan"],"notes":["Portfolio: Promoting the European Way of Life"],"location":["virtual meeting"],"address":["virtual meeting"],"addressEntity":["addr-225c82a032511500bff73b3efe0d857849613fd9"],"organizer":["ec-cabinet-margaritis-of-president-schinas-vice"],"involved":["ec-person-d5cada2a1a17537a675985af31e5ce07ae3bfd42","ec-person-43f9f86cfe94e45a95f7fbdea9a59a54955ebcfa","eu-tr-684068617008-71"]}} -{"id":"ec-meeting-2020-05-19-6fb2d77fc9549d90bfb3b42028696adc01cbe599","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-19 - Cabinet of Commissioner Johannes Hahn x Europäisches Zentrum für Arbeitnehmerfragen"],"date":["2020-05-19"],"summary":["the organization’s current developments and challenges in light of COVID-19"],"notes":["Portfolio: Budget and Administration"],"location":["VideoConference"],"address":["VideoConference"],"addressEntity":["addr-be7a4fd2cac7aad6fdf7e713d4bfad9a997c62d7"],"organizer":["ec-cabinet-commissioner-hahn-johannes-of"],"involved":["ec-person-6dd3472dac004e43ec1fa4f5b4106e3b476c9ce7","eu-tr-514122517027-14"]}} -{"id":"ec-meeting-2020-05-19-7c98707c2c2ce50d301fd150f9ed75730bfba8d3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-19 - Cabinet of Commissioner Virginijus Sinkevičius x European Federation of Pharmaceutical Industries and Associations"],"date":["2020-05-19"],"summary":["To discuss EU Pharmaceutical Strategy and EU Chemical Strategy and cooperation on green agenda."],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Videomeeting"],"address":["Videomeeting"],"addressEntity":["addr-1ba1e95e473c2a2a8d87e248e7615e7c71ba7b86"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["eu-tr-38526121292-88","ec-person-dd7a7b1952e158f4195d34cff333ec79a4f48ba3","ec-person-172a438ed334761e2ab5d52e551fd1bcb6ab6b8d"]}} -{"id":"ec-meeting-2020-05-19-85536b79cbaf7711023eaef3e9b85a3bcf8301a4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-19 - Cabinet of President Ursula von der Leyen x Siemens AG AIR LIQUIDE Volvo AB A.P. Møller - Mærsk A/S"],"date":["2020-05-19"],"summary":["Videoconference with Chairman of Volvo, Chairman of Siemens and Maersk, CEO of Air Liquide (Topic: European Economic Recovery)"],"notes":["Portfolio: President"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["eu-tr-94857385769-70","ec-person-a2ac27c3a7aa93937efc47169c1dc2264a822175","eu-tr-680443918500-51","eu-tr-51773601133-57","eu-tr-4266797770-31"]}} -{"id":"ec-meeting-2020-05-19-8a932ec3c4c8941c2308f41b59c6cd8943f583c2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-19 - Cabinet of Commissioner Thierry Breton x European Tech Alliance"],"date":["2020-05-19"],"summary":["Digital priorities and the DSA"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-4d83416435f81b1f1e8f5c86aeebb1478577f1d2","eu-tr-189607519323-76"]}} -{"id":"ec-meeting-2020-05-19-9ec8b2e6cc3a32003bc34b2f3eb1d0ef02105fb2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-19 - Cabinet of Executive Vice-President Frans Timmermans x Climate Leadership Coalition"],"date":["2020-05-19"],"summary":["Green Recovery, Climate Law, Land-use and bioeconomic, the EU Climate Pact and Cities as accelerators of climate solutions."],"notes":["Portfolio: European Green Deal"],"location":["Brussels - videoconference"],"address":["Brussels - videoconference"],"addressEntity":["addr-a3a01e55b02ab591ce10151760698f4306ec49cb"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-7c876f4825f213b8adbedf089ccedfbc3b36d65b","eu-tr-333399732805-59"]}} -{"id":"ec-meeting-2020-05-19-a5f43572ff12f63e77dea78d47233ec095869961","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-19 - Cabinet of Executive Vice-President Margrethe Vestager x Amazon Europe Core SARL"],"date":["2020-05-19"],"summary":["To discuss tracing apps"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0","eu-tr-366117914426-10"]}} -{"id":"ec-meeting-2020-05-19-a8eee02142611b08fc85d7680904e36e394dd1fc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-19 - Cabinet of Vice-President Dubravka Šuica x Katholieke Universiteit te Leuven"],"date":["2020-05-19"],"summary":["Conference on the Future of Europe"],"notes":["Portfolio: Democracy and Demography"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-dubravka-of-president-suica-vice"],"involved":["ec-person-e38d9f76fd8b368ff0a9e724d2cd3da76124d857","eu-tr-627929620538-61"]}} -{"id":"ec-meeting-2020-05-19-b85b15b912afdc53d79940a5cb3cddabceea89b1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-19 - Cabinet of Commissioner Mariya Gabriel x Wellcome Trust"],"date":["2020-05-19"],"summary":["Covid-19"],"notes":["Portfolio: Innovation and Youth"],"location":["WebEx"],"address":["WebEx"],"addressEntity":["addr-8577830b5ede71f5547476f81f0511219b4b6c7d"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["ec-person-f44fd5a4e1aee7b5ec7988261aaa129844edaa4a","eu-tr-912723313554-37","ec-person-05eacb798fc0f8126f85d49d86bd896a56be569c"]}} -{"id":"ec-meeting-2020-05-19-b93d33b21a00b68be6ff5ee6a25b43076c07b515","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-19 - Cabinet of Executive Vice-President Margrethe Vestager x Twilio Inc."],"date":["2020-05-19"],"summary":["To be introduced to the company"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-067223231522-58","ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0"]}} -{"id":"ec-meeting-2020-05-19-c081148c1cc6cd6156e024c813816604825690a9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-19 - Cabinet of Commissioner Janusz Wojciechowski x Comité Européen des Entreprises Vins"],"date":["2020-05-19"],"summary":["To discuss proposals on the various subjects open for viticulture in the current context."],"notes":["Portfolio: Agriculture"],"location":["videoconference"],"address":["videoconference"],"addressEntity":["addr-92b2fbb928e012810d80d9ef1abe12027beee200"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["eu-tr-2663914841-28","ec-person-90b64673ee7f4c1dae185fbd64b45f5c45f2b66d"]}} -{"id":"ec-meeting-2020-05-19-d1f7dc06a1071923a887af231ef0ced28a55ccc8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-19 - Climate Action x ENEL SpA"],"date":["2020-05-19"],"summary":["Climate policy developments"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-clima"],"involved":["ec-person-9c5c685692a09a77f2bc8ae9c05663b87cd75aae","eu-tr-6256831207-27"]}} -{"id":"ec-meeting-2020-05-19-e5ca8aba2c87dfa60ab3d17f710c4e1376e1cd88","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-19 - Cabinet of Executive Vice-President Frans Timmermans x Gas Infrastructure Europe"],"date":["2020-05-19"],"summary":["Gas infrastructure in the context of climate neutrality"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - video conference"],"address":["Brussels - video conference"],"addressEntity":["addr-d7df553e47e69d1cc9f4189b36b7c867f80459b0"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce","ec-person-d53e00c46a4cc62bbf533e0c9bb35bacb9121989","eu-tr-76130992074-15"]}} -{"id":"ec-meeting-2020-05-19-f3e052cd16b3a33534b294730e4eed21f3de6a2a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-19 - Cabinet of Commissioner Phil Hogan x EUROPEAN TRADE UNION CONFEDERATION"],"date":["2020-05-19"],"summary":["Trade Issues"],"location":["Video Conference"],"address":["Video Conference"],"addressEntity":["addr-fd005d1da26cd3c9a734fbbadaf813e8115acdeb"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-a1a78365cc4685b0958056646204977d8f2ead92","eu-tr-06698681039-26"]}} -{"id":"ec-meeting-2020-05-19-fec3959a46e00d07b5b17c5b7cf13cef5381b4e7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-19 - Mobility and Transport x UIRR, International Union for Road-Rail Combined Transport"],"date":["2020-05-19"],"summary":["future of intermodal transport"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-dg-move"],"involved":["eu-tr-49307536642-11","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2020-05-20-012b0c0859cf79f0d7e409cecb5b6da8dd16ee33","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-20 - Cabinet of Executive Vice-President Frans Timmermans x Cercle des Réseaux européens"],"date":["2020-05-20"],"summary":["European Green Deal"],"notes":["Portfolio: European Green Deal"],"location":["video conference (Brussels)"],"address":["video conference (Brussels)"],"addressEntity":["addr-96d45bbb99f3da137b2243f11b529ed54662db90"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce","eu-tr-212885415901-57"]}} -{"id":"ec-meeting-2020-05-20-1b1b8b60b35b201d1c9c3e2f1d418d88b9bbc512","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-20 - Defence Industry and Space x Airbus"],"date":["2020-05-20"],"summary":["Follow-up to the 9 April 2020 call"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-dg-defis"],"involved":["ec-person-a5e52cd544ea3aa44eb4b31fac65a468499f106e","eu-tr-2732167674-76"]}} -{"id":"ec-meeting-2020-05-20-24c3e933728c7aef4c93033f40e3e65ba52fb036","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-20 - Cabinet of Commissioner Nicolas Schmit x Friedrich-Ebert-Stiftung"],"date":["2020-05-20"],"summary":["Speaker in the online debate on “How to shape the EU’s economic, labour and social recovery?”."],"notes":["Portfolio: Jobs and Social Rights"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-66fa2c2d100ec194caa42b5c6f97c36e2748b71c","ec-person-4cf4655ab41922e92160325d987a3c4615c72d30","ec-person-c03b949331dbbe5fa3d5423758e371ec1b9b832f","eu-tr-05546466757-61"]}} -{"id":"ec-meeting-2020-05-20-2b875cb0d32fbe72e03f4ece8868cd9335816f5f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-20 - Cabinet of President Ursula von der Leyen x Avanci, LLC"],"date":["2020-05-20"],"summary":["Licensing of standard essential patents"],"notes":["Portfolio: President"],"location":["Brussels (video conference)"],"address":["Brussels (video conference)"],"addressEntity":["addr-1a77e12c05a39186f3ddab600c3e9e619c4822ef"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-7019713e72781afb1f3b19032c4752a314b78180","eu-tr-783672324981-52"]}} -{"id":"ec-meeting-2020-05-20-3af37c42787521a87a651b214f0bc607a79d538f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-20 - Cabinet of Executive Vice-President Frans Timmermans x Shell Companies"],"date":["2020-05-20"],"summary":["EGD and Clean Hydrogen Alliance"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - conferencecall"],"address":["Brussels - conferencecall"],"addressEntity":["addr-51ebbe78d9e187e0f2b5f800bff7aed9bbf81772"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-9eafbf4a92961023c7df3ab389ae6d4301dec4bf","eu-tr-05032108616-26"]}} -{"id":"ec-meeting-2020-05-20-78fddab25c8ba3b3a0b9e828c252120f61038177","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-20 - Cabinet of Vice-President Věra Jourová x Atlantic Council of the United States, Inc"],"date":["2020-05-20"],"summary":["Webinar - Democracy and the Covid-19 crisis"],"notes":["Portfolio: Values and Transparency"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["ec-person-74c07660dcbc6dc9993b34462cf2a1fec35925ea","ec-person-bf54da17217bbddfd9c68fe24d88005ac17e2c4b","eu-tr-524686116124-73","ec-person-fb258e0188a5319bfaba3161382db43f5a85851f"]}} -{"id":"ec-meeting-2020-05-20-8d84d2d30a067396752b7a7929db6a2e8ba4b0a4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-20 - Cabinet of Commissioner Virginijus Sinkevičius x Eurelectric aisbl"],"date":["2020-05-20"],"summary":["To discuss the European Green Deal, and in particular the offshore wind strategy, in light of the climate objectives and the biodiversity strategy; hydropower and the Water Framework Directive."],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Videomeeting"],"address":["Videomeeting"],"addressEntity":["addr-1ba1e95e473c2a2a8d87e248e7615e7c71ba7b86"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["eu-tr-4271427696-87","ec-person-dd7a7b1952e158f4195d34cff333ec79a4f48ba3","ec-person-172a438ed334761e2ab5d52e551fd1bcb6ab6b8d"]}} -{"id":"ec-meeting-2020-05-20-8fd3e75f016d7194787327085983e30ca6fd276b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-20 - Cabinet of Executive Vice-President Margrethe Vestager x DIGITALEUROPE"],"date":["2020-05-20"],"summary":["EU Digital policy / COVID19"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels (online)"],"address":["Brussels (online)"],"addressEntity":["addr-ef87d086df7b220ed76c9f59ee6efadfac8480c7"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-64270747023-20","ec-person-11d97788772862bb34f51dd26d7f92603eac1bf8"]}} -{"id":"ec-meeting-2020-05-20-916f206bdc6d5933702b714c32a8177d31ca6924","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-20 - Cabinet of Executive Vice-President Frans Timmermans x BUSINESSEUROPE"],"date":["2020-05-20"],"summary":["EGD and European economic recovery"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - videoconference"],"address":["Brussels - videoconference"],"addressEntity":["addr-a3a01e55b02ab591ce10151760698f4306ec49cb"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-9eafbf4a92961023c7df3ab389ae6d4301dec4bf","eu-tr-3978240953-79"]}} -{"id":"ec-meeting-2020-05-20-96cd66471041712ec4ff006d1ed6af7dab6b275b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-20 - Cabinet of Commissioner Adina Vălean x Bundesverband Güterkraftverkehr Logistik und Entsorgung (BGL) e. V."],"date":["2020-05-20"],"summary":["Road freight"],"notes":["Portfolio: Transport"],"location":["Conference call"],"address":["Conference call"],"addressEntity":["addr-28ba88479582b2f75898964548da4252dc7db7d2"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["ec-person-cc0354fbf386eb83f57c00ad5240f1dddeeabab4","eu-tr-56958757789-49"]}} -{"id":"ec-meeting-2020-05-20-a154482374dcf6cbd8e01b2e83c158549dde5e6a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-20 - Cabinet of Executive Vice-President Margrethe Vestager x Apple Inc."],"date":["2020-05-20"],"summary":["Online platform policy"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0","eu-tr-588327811384-96"]}} -{"id":"ec-meeting-2020-05-20-c1b2a373279c645b3a1cf8b218cbc45ab45c6697","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-20 - Cabinet of Executive Vice-President Margrethe Vestager x Meta Platforms Ireland Limited and its various subsidiaries (f/k/a Facebook Ireland Limited)"],"date":["2020-05-20"],"summary":["Online platform policy"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0","eu-tr-28666427835-74"]}} -{"id":"ec-meeting-2020-05-20-d3321236e77ca41a093158bc0b41e179f7b6017e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-20 - Financial Stability, Financial Services and Capital Markets Union x Fidelity International"],"date":["2020-05-20"],"summary":["Global economic and financial environment"],"location":["Virtual meeting"],"address":["Virtual meeting"],"addressEntity":["addr-1f1f3f51a4da31a1ea5c1b4b21cbf52ad983224f"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-00951027955-96","ec-person-1fce211249673c35ee07a801ddee77ab24af8d54"]}} -{"id":"ec-meeting-2020-05-20-ec9680235b76091b3175c92698e2efa6d914e893","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-20 - Cabinet of Executive Vice-President Frans Timmermans x ChargeUp Europe"],"date":["2020-05-20"],"summary":["Charging infrastructure and a green recovery"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - videoconference"],"address":["Brussels - videoconference"],"addressEntity":["addr-a3a01e55b02ab591ce10151760698f4306ec49cb"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-987000037766-14","ec-person-d56ecbfde17436a136fc89c9a978b266e8285c84"]}} -{"id":"ec-meeting-2020-05-20-f1504858efce78c0e814b4a28b0b90cfb2ff71ea","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-20 - Mobility and Transport x European Sea Ports Organisation"],"date":["2020-05-20"],"summary":["European Green Deal, recovery measures after COVID-19"],"location":["online"],"address":["online"],"addressEntity":["addr-2dbc2fd2358e1ea1b7a6bc08ea647b9a337ac92d"],"organizer":["ec-dg-move"],"involved":["eu-tr-01554483175-08","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2020-05-22-a61a0f85c24d29797c00e8ee8932830fa751d25e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-22 - Cabinet of Executive Vice-President Frans Timmermans x International Agriculture Campaign Fridays For Future"],"date":["2020-05-22"],"summary":["Exchange on Farm-to-Fork and the European Agricultural policy"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - videoconference"],"address":["Brussels - videoconference"],"addressEntity":["addr-a3a01e55b02ab591ce10151760698f4306ec49cb"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-7c876f4825f213b8adbedf089ccedfbc3b36d65b","eu-tr-326585638801-72"]}} -{"id":"ec-meeting-2020-05-24-295e7261e518c1241f116184d075045660a1b3ee","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-24 - Cabinet of President Ursula von der Leyen x Global Citizen"],"date":["2020-05-24"],"summary":["Videoconference with CEO Global Citizen (Topic: Corona Virus Global Response)"],"notes":["Portfolio: President"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["eu-tr-211392938041-28","ec-person-a2ac27c3a7aa93937efc47169c1dc2264a822175"]}} -{"id":"ec-meeting-2020-05-25-16a2103f6cdc6e2c518378276781c4c37513b88d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-25 - Cabinet of Executive Vice-President Margrethe Vestager x European Digital Rights"],"date":["2020-05-25"],"summary":["Fundamental rights and digital policy"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-16311905144-06","ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0","ec-person-eecca27e2a9c3fc0d4bd43564e4960382705feef"]}} -{"id":"ec-meeting-2020-05-25-7a49f9e4f6b8cc423cca3dbad71e8615292e88dc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-25 - Cabinet of Commissioner Stella Kyriakides x European Cancer Patient Coalition"],"date":["2020-05-25"],"summary":["VC meeting: EU's Cancer Plan, funding related to cancer and the challenges cancer patients face during COVID-19"],"notes":["Portfolio: Health"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-kyriakides-of-stella"],"involved":["eu-tr-57929627082-79","ec-person-c7513fae2df7920eea99d7cc103a354aa4f56b6e"]}} -{"id":"ec-meeting-2020-05-25-8b4e4d14673a3a879d033612f915c11193906129","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-25 - Cabinet of Executive Vice-President Frans Timmermans x The ONE Campaign"],"date":["2020-05-25"],"summary":["The Green Deal (climate change and biodiversity loss) and the pivotal plight and role of Africa."],"notes":["Portfolio: European Green Deal"],"location":["Brussels - videoconference"],"address":["Brussels - videoconference"],"addressEntity":["addr-a3a01e55b02ab591ce10151760698f4306ec49cb"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-7c876f4825f213b8adbedf089ccedfbc3b36d65b","eu-tr-26098317349-65"]}} -{"id":"ec-meeting-2020-05-25-8e0f6b1481bb296172343033ca771c9758693c3e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-25 - Cabinet of Commissioner Thierry Breton x SANOFI"],"date":["2020-05-25"],"summary":["Perspectives on the fight against COVID-19"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-61291462764-77","ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0"]}} -{"id":"ec-meeting-2020-05-25-96deba18c5f078a053e923dda7f8bea2dc0ff670","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-25 - Cabinet of Executive Vice-President Frans Timmermans x Stichting European Climate Foundation"],"date":["2020-05-25"],"summary":["Just transition in Central and Eastern Europe"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - video conference"],"address":["Brussels - video conference"],"addressEntity":["addr-d7df553e47e69d1cc9f4189b36b7c867f80459b0"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-64869491516-70","ec-person-d53e00c46a4cc62bbf533e0c9bb35bacb9121989"]}} -{"id":"ec-meeting-2020-05-25-9affad6af6ef95853c7488b70fa4754db253e1a0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-25 - Cabinet of Vice-President Věra Jourová x Centre for European Policy Studies"],"date":["2020-05-25"],"summary":["Webinar on COVID-19 and the use of Telecom Data"],"notes":["Portfolio: Values and Transparency"],"location":["webinar"],"address":["webinar"],"addressEntity":["addr-9656d2fe3e6a633095a6f22ebd281d0b27a93f00"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["ec-person-bf54da17217bbddfd9c68fe24d88005ac17e2c4b","eu-tr-206201438220-85"]}} -{"id":"ec-meeting-2020-05-25-9bf00836d233270e5eb1358e0beee4be070d5e43","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-25 - Cabinet of Executive Vice-President Margrethe Vestager x Omio Travel GmbH"],"date":["2020-05-25"],"summary":["Online travel industry - Covid and competition"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-006203933416-48","ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0"]}} -{"id":"ec-meeting-2020-05-25-a39607cc0b757c425a2af3b4209b263af6870e7e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-25 - Cabinet of Commissioner Virginijus Sinkevičius x Association of European Automotive and Industrial Battery Manufacturers"],"date":["2020-05-25"],"summary":["To exchange views on current policies developed by the European Commission affecting batteries, in particular the preparation of a new regulatory framework for batteries and the revision of the End-of-Life Vehicles Directive."],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Video meeting"],"address":["Video meeting"],"addressEntity":["addr-762dc9b5648e05f3894b6f2597baa8254e5414db"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["ec-person-dd7a7b1952e158f4195d34cff333ec79a4f48ba3","eu-tr-39573492614-61","ec-person-a58f1d06f5cb1d8dfd278e0c36d5aa1b9368b270"]}} -{"id":"ec-meeting-2020-05-25-a64817c6dd50c7390ee4cc8c501707aca2a58c9e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-25 - Cabinet of Commissioner Stella Kyriakides x WWF European Policy Programme"],"date":["2020-05-25"],"summary":["Video call meeting - Farm to Fork Strategy Assessment Workshop with the Food Coalition"],"notes":["Portfolio: Health"],"location":["Brussels - video call meeting"],"address":["Brussels - video call meeting"],"addressEntity":["addr-e97bc08f486cf9e62d456a3e2a48184d923c2549"],"organizer":["ec-cabinet-commissioner-kyriakides-of-stella"],"involved":["ec-person-ba73927c33000184cab3f41a76e1b32fe7d7eda8","eu-tr-1414929419-24","ec-person-081d99a6f9ed1259db43e2cbcba20275774511b2"]}} -{"id":"ec-meeting-2020-05-25-b7985030ccb4c4efccb0a91fde4633ad659b0644","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-25 - Cabinet of Executive Vice-President Valdis Dombrovskis x The European House - Ambrosetti"],"date":["2020-05-25"],"summary":["EU recovery plan"],"notes":["Portfolio: An Economy that Works for People"],"location":["video-conferencing"],"address":["video-conferencing"],"addressEntity":["addr-211c505d204b295e60497aa4c59557bb484ca6c5"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-235870cd7eb41f2494f695fce18b5b5b88647113","eu-tr-625244214975-24","ec-person-9e7bd1005456277f156b671d1555c6a460fb2f58"]}} -{"id":"ec-meeting-2020-05-25-bf1b03c79dd521e2e6bd3db73175bde44375b1a8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-25 - Cabinet of Executive Vice-President Margrethe Vestager x Verband der Chemischen Industrie e.V."],"date":["2020-05-25"],"summary":["To discuss 5 point plan of the German chemistry- and pharma-industry."],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-15423437054-40","ec-person-c5a20b92c008e114355d197b9b2fd62c88868c4e"]}} -{"id":"ec-meeting-2020-05-25-e2faf9cafe2741a6660372c995294e055bbad535","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-25 - Financial Stability, Financial Services and Capital Markets Union x Bundesverband deutscher Banken e.V."],"date":["2020-05-25"],"summary":["Covid-19 Banking package and CRR Quick fix"],"location":["Virtual meeting"],"address":["Virtual meeting"],"addressEntity":["addr-1f1f3f51a4da31a1ea5c1b4b21cbf52ad983224f"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-0764199368-97","ec-person-1fce211249673c35ee07a801ddee77ab24af8d54"]}} -{"id":"ec-meeting-2020-05-25-ee681109dd8f38d66630b7038080e3ddbcd46f12","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-25 - Cabinet of Commissioner Stella Kyriakides x Association of European Cancer Leagues"],"date":["2020-05-25"],"summary":["VC meeting with discussion on access to care for cancer patients, clinical trials and research, healthcare systems in Member States during COVID-19, data collection and future funding."],"notes":["Portfolio: Health"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-kyriakides-of-stella"],"involved":["ec-person-c7513fae2df7920eea99d7cc103a354aa4f56b6e","eu-tr-19265592757-25"]}} -{"id":"ec-meeting-2020-05-26-06baf1d6d8fc428aa4a91b093e983c1c45de07ee","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-26 - Cabinet of Executive Vice-President Margrethe Vestager x Huawei Technologies"],"date":["2020-05-26"],"summary":["To discuss how a non-European company like ours can build long-term strategic partnerships with and create new global business opportunities for & with European enterprises/institutions"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-114467111412-38","ec-person-11ba005cc4046696303381b7ca219da9b11a42bf"]}} -{"id":"ec-meeting-2020-05-26-0f12c175634335f3e721bd31c72ca08c7a3d4fe8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-26 - Cabinet of Commissioner Kadri Simson x European Heat Pump Association"],"date":["2020-05-26"],"summary":["Energy efficiency, smart sector integration, heating and cooling for building renovation."],"notes":["Portfolio: Energy"],"location":["Video-conferencing"],"address":["Video-conferencing"],"addressEntity":["addr-4611e6784da5e4097c2b6fa2bc5e51eb9a0577bd"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["eu-tr-23643001178-02","ec-person-d40f25b5cb5c0681854a4996da444478318f7e58","ec-person-1995c65b8dc7f3702a8c30ed96a0144075848837"]}} -{"id":"ec-meeting-2020-05-26-151aa87f3694e37f20217f114e01363da1b8be67","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-26 - Research and Innovation x Healthy Brains Global Initiative, Inc."],"date":["2020-05-26"],"summary":["Global brain health in the context of the Covid-19 pandemic"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-rtd"],"involved":["eu-tr-943440538277-89","ec-person-1d348f33395de0ea6773a7b4ae8797e3e0392f73"]}} -{"id":"ec-meeting-2020-05-26-23b6331211f95ae235eee6930556be584210fc48","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-26 - Eurostat - European statistics x BUSINESSEUROPE"],"date":["2020-05-26"],"summary":["The consequences of the pandemic on businesses’ data collection"],"location":["virtual meeting"],"address":["virtual meeting"],"addressEntity":["addr-225c82a032511500bff73b3efe0d857849613fd9"],"organizer":["ec-dg-eurostat"],"involved":["eu-tr-3978240953-79","ec-person-c22efd7340b9306265a20cc1ae2a65f8372ff9ae"]}} -{"id":"ec-meeting-2020-05-26-599a3daaad05744c6cee47d668fd20a72d73453d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-26 - Cabinet of Commissioner Mariya Gabriel x Hochschulrektorenkonferenz"],"date":["2020-05-26"],"summary":["The role of Universities for a transformative recovery and implications for the Recovery plan and MFF"],"notes":["Portfolio: Innovation and Youth"],"location":["Video - conferencing"],"address":["Video - conferencing"],"addressEntity":["addr-d7fc833be8f5c2c273139971669f38b5d85ff4b9"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-416841712322-37","ec-person-1674399a793e9e6fd7cf55b525515fc862fc9351"]}} -{"id":"ec-meeting-2020-05-26-75e82810bd64d980e8331759926e65a3f67f33fa","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-26 - Cabinet of Commissioner Paolo Gentiloni x Institute of International Finance"],"date":["2020-05-26"],"summary":["Participation to the IIF European Conferece \"The EU, COVID-19 and the future of financial services\""],"notes":["Portfolio: Economy"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-gentiloni-of-paolo"],"involved":["ec-person-088d26d74d1898338fbf1c86e139bd6d3b870dbc","eu-tr-48714858158-06"]}} -{"id":"ec-meeting-2020-05-26-81e4ac246d0e7b8cb1fa00cf0b15cd67ab87bef0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-26 - Cabinet of Executive Vice-President Frans Timmermans x AIR LIQUIDE"],"date":["2020-05-26"],"summary":["Clean Hydrogen Alliance"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - videoconference"],"address":["Brussels - videoconference"],"addressEntity":["addr-a3a01e55b02ab591ce10151760698f4306ec49cb"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-9eafbf4a92961023c7df3ab389ae6d4301dec4bf","eu-tr-94857385769-70"]}} -{"id":"ec-meeting-2020-05-26-9069cfff223e1dbdfbcc89e0e086d971817e130b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-26 - Cabinet of Executive Vice-President Frans Timmermans x Soil Capital Belgium SPRL"],"date":["2020-05-26"],"summary":["Sustainable food systems"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - video conference"],"address":["Brussels - video conference"],"addressEntity":["addr-d7df553e47e69d1cc9f4189b36b7c867f80459b0"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-502600337938-74","ec-person-33624431cbec1074e151c1707715ef46d2ba9565"]}} -{"id":"ec-meeting-2020-05-26-9ddea0dab86a64421b2e4d91757cd7d425a5c7d4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-26 - Cabinet of Commissioner Mariya Gabriel x Boeing International Corporation - Belgium Branch Office"],"date":["2020-05-26"],"summary":["Digital Education Action Plan"],"notes":["Portfolio: Innovation and Youth"],"location":["Video - conferencing"],"address":["Video - conferencing"],"addressEntity":["addr-d7fc833be8f5c2c273139971669f38b5d85ff4b9"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-62505293737-81","ec-person-6a2152ccdf48d8ec087f545734a0ec503917193b","ec-person-1674399a793e9e6fd7cf55b525515fc862fc9351"]}} -{"id":"ec-meeting-2020-05-26-a7e8e34e5026b2c3f2927942ce29c1ff051e85f7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-26 - Communications Networks, Content and Technology x THALES"],"date":["2020-05-26"],"summary":["Telesat LEO constellation project"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-91711831031-23","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2020-05-26-a8c46a86373096a6cd8752406325afe91e6de5df","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-26 - Cabinet of Executive Vice-President Margrethe Vestager x World Economic Forum"],"date":["2020-05-26"],"summary":["To discuss Europe’s digital strategy for the post-COVID recovery period"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-049060636194-17","ec-person-8b6db5c3c4611618ade59c6d0dadc21c962f0ee7"]}} -{"id":"ec-meeting-2020-05-26-ae8cdf0edac4f0f4d8a0da22516bac3bc4c4c49f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-26 - Cabinet of Commissioner Stella Kyriakides x European Society for Paediatric Oncology"],"date":["2020-05-26"],"summary":["VC meeting to discuss the EU's Cancer Plan and its objectives, cancer care and treatment during the COVID-19 pandemic"],"notes":["Portfolio: Health"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-kyriakides-of-stella"],"involved":["ec-person-c7513fae2df7920eea99d7cc103a354aa4f56b6e","eu-tr-122803916413-09"]}} -{"id":"ec-meeting-2020-05-26-b7a67eeac0147d73438ef6715137e1f608fcc8dd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-26 - Cabinet of Executive Vice-President Frans Timmermans x ENGIE"],"date":["2020-05-26"],"summary":["Energy policy and green deal"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - video conference"],"address":["Brussels - video conference"],"addressEntity":["addr-d7df553e47e69d1cc9f4189b36b7c867f80459b0"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-a282162080cef4ef2a8c0ab6247a3e03dc438507","eu-tr-90947457424-20","ec-person-d53e00c46a4cc62bbf533e0c9bb35bacb9121989"]}} -{"id":"ec-meeting-2020-05-26-bb6c120fe124bcd461fcd1b3c3973a76b7cf8a41","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-26 - Cabinet of Commissioner Kadri Simson x Trinomics B.V. N.V. Nederlandse Gasunie Stichting European Climate Foundation Linde Public Limited Company GASCADE Gastransport GmbH AIR LIQUIDE Snam S.p.A. Hydrogen Europe"],"date":["2020-05-26"],"summary":["Development of European hydrogen markets, the future transport needs and options of hydrogen related infrastructural aspects."],"notes":["Portfolio: Energy"],"location":["Video-conferencing"],"address":["Video-conferencing"],"addressEntity":["addr-4611e6784da5e4097c2b6fa2bc5e51eb9a0577bd"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["eu-tr-94857385769-70","eu-tr-64869491516-70","eu-tr-943288637380-93","eu-tr-567952021180-44","eu-tr-77659588648-75","ec-person-2fb98fc84d2cf8d481688eff3d47f7745ead3592","eu-tr-29967294656-11","ec-person-3ba14eabc5fddef75d1a672cc75b5f4bddd72ee9","eu-tr-284336314886-25","eu-tr-404247028091-75","ec-person-1995c65b8dc7f3702a8c30ed96a0144075848837"]}} -{"id":"ec-meeting-2020-05-26-c873648e94a1dbfb5c9a99f9bf954722d6633602","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-26 - Cabinet of Executive Vice-President Margrethe Vestager x InterDigital, Inc."],"date":["2020-05-26"],"summary":["A discussion against the backdrop of the recent Industrial Strategy and the Digital Strategy, focusing on the development of strategic capacities and key digital infrastructure such as 5G in the EU."],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-787513017798-23","ec-person-bb1f295d8be3d10004d7e5fd7c24248a21215775","ec-person-c5a20b92c008e114355d197b9b2fd62c88868c4e"]}} -{"id":"ec-meeting-2020-05-26-ca7435ede31a8e49139af1f62e77691da45953e4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-26 - Cabinet of Commissioner Stella Kyriakides x European Society for Medical Oncology (ESMO)"],"date":["2020-05-26"],"summary":["VC meeting to discuss the EU's Cancer Plan and its objectives, cancer care and treatment during the COVID-19 pandemic"],"notes":["Portfolio: Health"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-kyriakides-of-stella"],"involved":["eu-tr-947929324977-41","ec-person-c7513fae2df7920eea99d7cc103a354aa4f56b6e"]}} -{"id":"ec-meeting-2020-05-26-cebbb4925a05c692e2ad3baa5378e782a3a4f20c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-26 - Defence Industry and Space x THALES"],"date":["2020-05-26"],"summary":["Exhange of views with Thales on LEO constellation and possible industrial cooperation with Telesat."],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-dg-defis"],"involved":["ec-person-a5e52cd544ea3aa44eb4b31fac65a468499f106e","eu-tr-91711831031-23"]}} -{"id":"ec-meeting-2020-05-26-d4e6e13e5077bc2a92949aab724fe76405938f91","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-26 - Cabinet of President Ursula von der Leyen x The European Steel Association"],"date":["2020-05-26"],"summary":["ETS indirect costs & state aid"],"notes":["Portfolio: President"],"location":["Brussels (video conference)"],"address":["Brussels (video conference)"],"addressEntity":["addr-1a77e12c05a39186f3ddab600c3e9e619c4822ef"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-7019713e72781afb1f3b19032c4752a314b78180","eu-tr-93038071152-83"]}} -{"id":"ec-meeting-2020-05-26-d7accaf15cb6e20c540c30dfc41b60a05e2fb34a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-26 - Cabinet of Commissioner Thierry Breton x Société nationale SNCF"],"date":["2020-05-26"],"summary":["Discuss the impact of the Coronavirus on the rail industry"],"notes":["Portfolio: Internal Market"],"location":["videoconference"],"address":["videoconference"],"addressEntity":["addr-92b2fbb928e012810d80d9ef1abe12027beee200"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","eu-tr-97914681026-14"]}} -{"id":"ec-meeting-2020-05-26-e744719f600d7e8c67126472bf89ed4590df955c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-26 - Cabinet of Commissioner Janez Lenarčič x Médecins Sans Frontières International"],"date":["2020-05-26"],"summary":["International humanitarian law (IHL) and MSF's key priorities linked to Covid-19"],"notes":["Portfolio: Crisis Management"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-janez-lenarcic-of"],"involved":["ec-person-35334591a1ee219b6f0829d58a8cfba058540557","eu-tr-928308827208-10","ec-person-31e4e9c3126a9151de6a161e669faba028b1ffa6"]}} -{"id":"ec-meeting-2020-05-26-efad1136100844ae31c3e7e3861d09fa7b93dda4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-26 - Cabinet of Executive Vice-President Frans Timmermans x World Economic Forum"],"date":["2020-05-26"],"summary":["Exchange on the European Green Deal and the Green recovery"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - videoconference"],"address":["Brussels - videoconference"],"addressEntity":["addr-a3a01e55b02ab591ce10151760698f4306ec49cb"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-049060636194-17","ec-person-7c876f4825f213b8adbedf089ccedfbc3b36d65b"]}} -{"id":"ec-meeting-2020-05-27-0d689f6ddcc2857c2a8172eb4f2571be8a602361","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-27 - Cabinet of President Ursula von der Leyen x FIND"],"date":["2020-05-27"],"summary":["COVID-19"],"notes":["Portfolio: President"],"location":["Brussels (video conference)"],"address":["Brussels (video conference)"],"addressEntity":["addr-1a77e12c05a39186f3ddab600c3e9e619c4822ef"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-f2b941852d3b961d69ed695c2d243a1a2b4a1904","eu-tr-791020938683-32"]}} -{"id":"ec-meeting-2020-05-27-1cd8228d1c2f70a6089af155e8991bad25ea1758","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-27 - Cabinet of Commissioner Stella Kyriakides x None"],"date":["2020-05-27"],"summary":["Farm to Fork Strategy"],"notes":["Portfolio: Health"],"location":["Brussels Video Meeting"],"address":["Brussels Video Meeting"],"addressEntity":["addr-3ec99a58ff7cdd7bd25146f2706f5af9be982fec"],"organizer":["ec-cabinet-commissioner-kyriakides-of-stella"],"involved":["ec-person-ecf9f9e978b833afc98ee022572d468f0dc9a352","eu-tr-33130841043-14","eu-tr-723641028862-15","ec-person-081d99a6f9ed1259db43e2cbcba20275774511b2","ec-person-ba73927c33000184cab3f41a76e1b32fe7d7eda8"]}} -{"id":"ec-meeting-2020-05-27-1ff4d94b20b5ee2adb2f933b00450dab5658f0ba","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-27 - Cabinet of Commissioner Janusz Wojciechowski x European agri-cooperatives European farmers"],"date":["2020-05-27"],"summary":["To present priority measures for the European honey sector."],"notes":["Portfolio: Agriculture"],"location":["video conference"],"address":["video conference"],"addressEntity":["addr-6dc12e3c97077db82f32184f24341ce370a445fd"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["ec-person-90b64673ee7f4c1dae185fbd64b45f5c45f2b66d","eu-tr-09586631237-74","eu-tr-44856881231-49"]}} -{"id":"ec-meeting-2020-05-27-295e7261e518c1241f116184d075045660a1b3ee","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-27 - Cabinet of President Ursula von der Leyen x Global Citizen"],"date":["2020-05-27"],"summary":["Global Goal Unite event"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["eu-tr-211392938041-28","ec-person-a15f450526451c70384a05ea9a3a7400ba2d3e7e"]}} -{"id":"ec-meeting-2020-05-27-29ce84c492060da7278b93888afaac960340c6ec","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-27 - Cabinet of Commissioner Paolo Gentiloni x BASF SE"],"date":["2020-05-27"],"summary":["EU ETS State Aid Guidelines on indirect cost compensation"],"notes":["Portfolio: Economy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gentiloni-of-paolo"],"involved":["eu-tr-7410939793-88","ec-person-404d55367ba0dadec989b6dc2eab96ef2abd96af"]}} -{"id":"ec-meeting-2020-05-27-3178a7b6ee1e0aba7adec638a184c0cfce97d7e7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-27 - Cabinet of Commissioner Didier Reynders x American Chamber of Commerce to the European Union"],"date":["2020-05-27"],"summary":["Exchange with the AmCham Consumer Affairs committee on EU consumer policy"],"notes":["Portfolio: Justice"],"location":["video conferencing"],"address":["video conferencing"],"addressEntity":["addr-613317ccdf0c2bce8cb9f90df551697cd890eda7"],"organizer":["ec-cabinet-commissioner-didier-of-reynders"],"involved":["eu-tr-5265780509-97","ec-person-4cd0043747c40cfeaced5e4c68e43372cdb8dac9"]}} -{"id":"ec-meeting-2020-05-27-3d94bc723ca431b65c73c088b3e7eea857dfa848","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-27 - Cabinet of Executive Vice-President Frans Timmermans x Funding Fish Seas At Risk vzw OCEANA"],"date":["2020-05-27"],"summary":["EU Green Deal and marine biodiversity"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-051498327063-03","eu-tr-95261732139-73","eu-tr-47937943241-80","ec-person-8af3c81534786a740718d21dc58240738a53ed7b"]}} -{"id":"ec-meeting-2020-05-27-4530587906e3b67c6bc4b57e92ee5a5bba1e4fe6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-27 - Cabinet of President Ursula von der Leyen x Qualcomm Communications SARL Ericsson Nokia IP Europe Orange"],"date":["2020-05-27"],"summary":["Licensing of standard essential patents"],"notes":["Portfolio: President"],"location":["Brussels (video conference)"],"address":["Brussels (video conference)"],"addressEntity":["addr-1a77e12c05a39186f3ddab600c3e9e619c4822ef"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-7019713e72781afb1f3b19032c4752a314b78180","eu-tr-562316318576-78","eu-tr-02021363105-42","eu-tr-76704342721-41","eu-tr-174684235534-60","eu-tr-35167875358-33"]}} -{"id":"ec-meeting-2020-05-27-6572dce0373737f2e610b24f7e380a7c84b95871","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-27 - Communications Networks, Content and Technology x Association des Constructeurs Européens d'Automobiles"],"date":["2020-05-27"],"summary":["Impact of COVID-19 crisis on the European automotive sector\r\n(virtual)"],"location":["bRUSSELS"],"address":["bRUSSELS"],"addressEntity":["addr-794e9c79e1b5e906196717a8cad36c157103cb96"],"organizer":["ec-dg-connect"],"involved":["eu-tr-0649790813-47","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2020-05-27-6f4bfd16b2517fd6193012dfe4606e47dbab7f8f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-27 - Cabinet of Commissioner Stella Kyriakides x European Cancer Organisation"],"date":["2020-05-27"],"summary":["VC meeting with 28 ECCO member societies and 17 patient advocacy groups to discuss Europe’s Beating Cancer Plan and the impact of COVID on cancer care and oncology patients"],"notes":["Portfolio: Health"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-kyriakides-of-stella"],"involved":["eu-tr-51022176260-12","ec-person-c7513fae2df7920eea99d7cc103a354aa4f56b6e"]}} -{"id":"ec-meeting-2020-05-27-7e115fb0186f9ed767b050f717f3aca0f6ad01a1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-27 - Cabinet of Commissioner Thierry Breton x European Round Table for Industry"],"date":["2020-05-27"],"summary":["Skills and reskilling"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-25487567824-45","ec-person-5215bd372c5a1202399d77ecceb8c16de8d7d55c"]}} -{"id":"ec-meeting-2020-05-27-9c68525ed45a3d167b15d90e128ed014f419332a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-27 - Cabinet of President Ursula von der Leyen x International Federation of Pharmaceutial Manufacturers and Associations"],"date":["2020-05-27"],"summary":["COVID 19"],"notes":["Portfolio: President"],"location":["Brussels (WEBEX)"],"address":["Brussels (WEBEX)"],"addressEntity":["addr-3afbdeda01f3dac93a9dc841fdac57d9de27b869"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-f2b941852d3b961d69ed695c2d243a1a2b4a1904","eu-tr-164230540254-23"]}} -{"id":"ec-meeting-2020-05-27-b2e1cd9d98619dae6353bd722d3cab8e5420e087","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-27 - Cabinet of Commissioner Paolo Gentiloni x Official Monetary and Financial Institutions Forum"],"date":["2020-05-27"],"summary":["Participation to High level seminar on \"The future of the Euro area and response to Covid-19\""],"notes":["Portfolio: Economy"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-gentiloni-of-paolo"],"involved":["ec-person-088d26d74d1898338fbf1c86e139bd6d3b870dbc","eu-tr-556946021951-27"]}} -{"id":"ec-meeting-2020-05-27-ec4dea38b83077991aa9b3d6adace04188db7b5a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-27 - Cabinet of Executive Vice-President Frans Timmermans x Land- en Tuinbouw Organisatie Nederland"],"date":["2020-05-27"],"summary":["Sustainable food systems"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - video conference"],"address":["Brussels - video conference"],"addressEntity":["addr-d7df553e47e69d1cc9f4189b36b7c867f80459b0"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-4656646862-72","ec-person-33624431cbec1074e151c1707715ef46d2ba9565"]}} -{"id":"ec-meeting-2020-05-28-02df6dd940c6ef83aed26ef0802cb7b769c2e62f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-28 - Financial Stability, Financial Services and Capital Markets Union x Assicurazioni Generali S.p.A"],"date":["2020-05-28"],"summary":["The impact of the pandemic on the insurance industry"],"location":["Virtual meeting"],"address":["Virtual meeting"],"addressEntity":["addr-1f1f3f51a4da31a1ea5c1b4b21cbf52ad983224f"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-600525713796-88","ec-person-1fce211249673c35ee07a801ddee77ab24af8d54"]}} -{"id":"ec-meeting-2020-05-28-0be4904d2ce349fd4f06c78f1ee7cd7ada3e54ac","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-28 - Cabinet of Commissioner Paolo Gentiloni x Associazione Bancaria Italiana"],"date":["2020-05-28"],"summary":["Covid-19 impact in Euro and Italian area"],"notes":["Portfolio: Economy"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-gentiloni-of-paolo"],"involved":["ec-person-088d26d74d1898338fbf1c86e139bd6d3b870dbc","eu-tr-915519211566-03"]}} -{"id":"ec-meeting-2020-05-28-0c5e163c8e585e9252aea4b1e4a3bef37cc7f4e7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-28 - Cabinet of Executive Vice-President Frans Timmermans x European Portable Battery Association"],"date":["2020-05-28"],"summary":["Revision Batteries Directive"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - videoconference"],"address":["Brussels - videoconference"],"addressEntity":["addr-a3a01e55b02ab591ce10151760698f4306ec49cb"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-71549072613-57","ec-person-9eafbf4a92961023c7df3ab389ae6d4301dec4bf"]}} -{"id":"ec-meeting-2020-05-28-0d70b096791380ae9da532121f59f96eab809346","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-28 - Cabinet of Executive Vice-President Valdis Dombrovskis x European Retail Financial Forum SMEunited aisbl European Association of Public Banks and Funding agencies AISBL European Federation of Building Societies EUROCHAMBRES – Association of European Chambers of Commerce and Industry BUSINESSEUROPE Finance Watch"],"date":["2020-05-28"],"summary":["COVID-19 relief measures"],"notes":["Portfolio: An Economy that Works for People"],"location":["video-conferencing"],"address":["video-conferencing"],"addressEntity":["addr-211c505d204b295e60497aa4c59557bb484ca6c5"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["eu-tr-33192023937-30","ec-person-235870cd7eb41f2494f695fce18b5b5b88647113","eu-tr-976662735605-10","eu-tr-55820581197-35","eu-tr-3978240953-79","ec-person-9e7bd1005456277f156b671d1555c6a460fb2f58","eu-tr-8754829960-32","eu-tr-0014082722-83","eu-tr-37943526882-24"]}} -{"id":"ec-meeting-2020-05-28-1ca1128dff5180d97c3a3394ae0bc515c959a98b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-28 - Cabinet of Executive Vice-President Frans Timmermans x European agri-cooperatives European farmers"],"date":["2020-05-28"],"summary":["Farm to Fork Strategy"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - videoconference"],"address":["Brussels - videoconference"],"addressEntity":["addr-a3a01e55b02ab591ce10151760698f4306ec49cb"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-7c876f4825f213b8adbedf089ccedfbc3b36d65b","eu-tr-09586631237-74","eu-tr-44856881231-49"]}} -{"id":"ec-meeting-2020-05-28-24adb5939056294ff51ee501ab080831edf35c3c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-28 - Cabinet of Commissioner Thierry Breton x FINCANTIERI SpA European Boating Industry Shipyards' and Maritime Equipment Association of Europe"],"date":["2020-05-28"],"summary":["Impacts of COVID-19"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-1ab5843ab67b9915be990aebc02f9a83df200cf4","ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","eu-tr-009214311424-03","eu-tr-095079912436-63","eu-tr-74989093163-18"]}} -{"id":"ec-meeting-2020-05-28-26fc19bf46cbe1b4fba651c46d977ee9ea76dce9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-28 - Cabinet of Commissioner Thierry Breton x European Association of Research and Technology Organisations"],"date":["2020-05-28"],"summary":["Exchange on EU R&I policy and industrial ecosystems"],"notes":["Portfolio: Internal Market"],"location":["videoconference"],"address":["videoconference"],"addressEntity":["addr-92b2fbb928e012810d80d9ef1abe12027beee200"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-977869932377-59","ec-person-5215bd372c5a1202399d77ecceb8c16de8d7d55c"]}} -{"id":"ec-meeting-2020-05-28-29b5429c1ded24b3e2ead680727bd26b1e3bc27e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-28 - Cabinet of Commissioner Thierry Breton x Confederazione Generale dell'Industria Italiana"],"date":["2020-05-28"],"summary":["Recovery"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","ec-person-4d83416435f81b1f1e8f5c86aeebb1478577f1d2","eu-tr-27762251795-15"]}} -{"id":"ec-meeting-2020-05-28-43a2567bfe2a6c54917556717dbc1f82dac649c0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-28 - Communications Networks, Content and Technology x Airbus"],"date":["2020-05-28"],"summary":["Follow-up to the 9 April 2020 call"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-2732167674-76","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2020-05-28-454f2ca7206a38d62e100cd55996073d6df4b833","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-28 - Cabinet of Executive Vice-President Valdis Dombrovskis x AGE Platform Europe Insurance Europe Confederation of Family Organisations in the European Union ACCIS AMICE - Association of Mutual Insurers and Insurance Cooperatives in Europe Association européenne du cautionnement European Small Business Alliance European Mortgage Federation - European Covered Bond Council"],"date":["2020-05-28"],"summary":["COVID-19 relief measures"],"notes":["Portfolio: An Economy that Works for People"],"location":["video-conferencing"],"address":["video-conferencing"],"addressEntity":["addr-211c505d204b295e60497aa4c59557bb484ca6c5"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["eu-tr-741179426673-35","ec-person-235870cd7eb41f2494f695fce18b5b5b88647113","eu-tr-21868711871-63","eu-tr-93283396780-85","ec-person-9e7bd1005456277f156b671d1555c6a460fb2f58","eu-tr-33213703459-54","eu-tr-24967486965-09","eu-tr-16549972091-86","eu-tr-67611102869-33","eu-tr-62503501759-81"]}} -{"id":"ec-meeting-2020-05-28-4b8bea923d00418e13e62f91adbed5611fbdea35","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-28 - Cabinet of Commissioner Paolo Gentiloni x Global Counsel Limited"],"date":["2020-05-28"],"summary":["participation in a videoconference on the short and long-term impacts of the pandemic in the EU and Italy"],"notes":["Portfolio: Economy"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-gentiloni-of-paolo"],"involved":["ec-person-088d26d74d1898338fbf1c86e139bd6d3b870dbc","eu-tr-590425913785-60"]}} -{"id":"ec-meeting-2020-05-28-5253ab1b36b3f4bf134270468ff5cad2853b95c6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-28 - Cabinet of Commissioner Adina Vălean x World Economic Forum"],"date":["2020-05-28"],"summary":["Aerospace, Aviation, Travel and Tourism: Industry Action Group"],"notes":["Portfolio: Transport"],"location":["Conference call"],"address":["Conference call"],"addressEntity":["addr-28ba88479582b2f75898964548da4252dc7db7d2"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["eu-tr-049060636194-17","ec-person-cc0354fbf386eb83f57c00ad5240f1dddeeabab4"]}} -{"id":"ec-meeting-2020-05-28-5bd873a0086800d7fe61753bc810e3766865529d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-28 - Cabinet of Commissioner Phil Hogan x International Trademark Association"],"date":["2020-05-28"],"summary":["Trade Issues"],"location":["Video Conference"],"address":["Video Conference"],"addressEntity":["addr-fd005d1da26cd3c9a734fbbadaf813e8115acdeb"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-a1a78365cc4685b0958056646204977d8f2ead92","eu-tr-10141574843-32"]}} -{"id":"ec-meeting-2020-05-28-6227748832ff996479040d02c85e7f9e1d469d78","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-28 - Cabinet of Executive Vice-President Valdis Dombrovskis x Insurance Europe"],"date":["2020-05-28"],"summary":["Covid-19 economic response, Solvency II, sustainable finance"],"notes":["Portfolio: An Economy that Works for People"],"location":["video-conferencing"],"address":["video-conferencing"],"addressEntity":["addr-211c505d204b295e60497aa4c59557bb484ca6c5"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-235870cd7eb41f2494f695fce18b5b5b88647113","ec-person-9e7bd1005456277f156b671d1555c6a460fb2f58","eu-tr-33213703459-54"]}} -{"id":"ec-meeting-2020-05-28-7c5f49ec42b36ffa376c155fa08b703599dc675c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-28 - Cabinet of President Ursula von der Leyen x DIGITALEUROPE"],"date":["2020-05-28"],"summary":["Digital manufacturing and the European recovery (open online panel discussion)"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-7019713e72781afb1f3b19032c4752a314b78180","eu-tr-64270747023-20"]}} -{"id":"ec-meeting-2020-05-28-7dd1897d1c5ba1f3e4b36a62d90f24166962e3bb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-28 - Cabinet of Commissioner Adina Vălean x Air France-KLM"],"date":["2020-05-28"],"summary":["Meeting to discuss post COVID in aviation"],"notes":["Portfolio: Transport"],"location":["Conference call"],"address":["Conference call"],"addressEntity":["addr-28ba88479582b2f75898964548da4252dc7db7d2"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["eu-tr-064616126640-05","ec-person-5f7f9d4d861c5b97fbd25bccf6323535d2a7ceb8"]}} -{"id":"ec-meeting-2020-05-28-84d69cf0ad955aeaad2b471e40685491bec3b7e1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-28 - Communications Networks, Content and Technology x Tripadvisor LLC"],"date":["2020-05-28"],"summary":["Impact of COVID-19 (virtual)"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-948122819643-45","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2020-05-28-862fe7a0a43c412f116f07a099f8c0719fecef5a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-28 - Cabinet of Commissioner Didier Reynders x StaalindustrieVerbond - Belgian steel federation"],"date":["2020-05-28"],"summary":["Entretien avec représentants du secteurs de l’acier concernant les difficultés dans le contexte de la crise COVID 19"],"notes":["Portfolio: Justice"],"location":["Video conference"],"address":["Video conference"],"addressEntity":["addr-ebc9fd5c2f372a32153cf3f4d5fb918a96b84a88"],"organizer":["ec-cabinet-commissioner-didier-of-reynders"],"involved":["ec-person-6c2abeaa21f9fe09b6a21f7f73e03d924e89018e","ec-person-50f9cba2282e1d03395cdd0faf9ce6e9a2ff3104","eu-tr-611042837970-94"]}} -{"id":"ec-meeting-2020-05-28-86f02dcdf6cb24a44b28c61dcf3a88184c74e5fc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-28 - Cabinet of Commissioner Thierry Breton x None"],"date":["2020-05-28"],"summary":["Impacts of COVID-19 on rail industry"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-0804666277-93","eu-tr-9624415524-28","ec-person-1ab5843ab67b9915be990aebc02f9a83df200cf4","ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","eu-tr-1954267427-31","eu-tr-4266797770-31","eu-tr-744232830586-55","eu-tr-43284012043-03"]}} -{"id":"ec-meeting-2020-05-28-8fd3e75f016d7194787327085983e30ca6fd276b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-28 - Cabinet of Executive Vice-President Margrethe Vestager x DIGITALEUROPE"],"date":["2020-05-28"],"summary":["To discuss industrial strategy, recovery plan."],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-c5a20b92c008e114355d197b9b2fd62c88868c4e","eu-tr-64270747023-20"]}} -{"id":"ec-meeting-2020-05-28-9348d774b048cc05a63fd388d53cd5d93438da79","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-28 - Cabinet of Executive Vice-President Valdis Dombrovskis x Confederation of Family Organisations in the European Union Association européenne du cautionnement European Savings and Retail Banking Group Eurofinas AGE Platform Europe European Mortgage Federation - European Covered Bond Council Bureau Européen des Unions de Consommateurs Leaseurope"],"date":["2020-05-28"],"summary":["COVID-19 relief measures"],"notes":["Portfolio: An Economy that Works for People"],"location":["video-conferencing"],"address":["video-conferencing"],"addressEntity":["addr-211c505d204b295e60497aa4c59557bb484ca6c5"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["eu-tr-83211441580-56","ec-person-235870cd7eb41f2494f695fce18b5b5b88647113","eu-tr-93283396780-85","eu-tr-430010622057-05","ec-person-9e7bd1005456277f156b671d1555c6a460fb2f58","eu-tr-9505781573-45","eu-tr-24967486965-09","eu-tr-16549972091-86","eu-tr-8765978796-80","eu-tr-67611102869-33"]}} -{"id":"ec-meeting-2020-05-28-94c1ff6b014de0cb0c3655547a8d61a9125dac90","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-28 - Research and Innovation x Carnegie Climate Governance Initiative"],"date":["2020-05-28"],"summary":["Presentation of activities of the Carnegie Climate Governance Initiative"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-rtd"],"involved":["eu-tr-527859836242-31","ec-person-1d348f33395de0ea6773a7b4ae8797e3e0392f73"]}} -{"id":"ec-meeting-2020-05-28-a0f19e444ee4328d32883ccafc156c1035113bd3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-28 - Cabinet of Vice-President Margaritis Schinas x American Chamber of Commerce to the European Union"],"date":["2020-05-28"],"summary":["Exchange of views on COVID-19 impact on our life"],"notes":["Portfolio: Promoting the European Way of Life"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-margaritis-of-president-schinas-vice"],"involved":["ec-person-43f9f86cfe94e45a95f7fbdea9a59a54955ebcfa","ec-person-c8d1d7f3012c344bc60630eb456865390bddc7c5","eu-tr-5265780509-97"]}} -{"id":"ec-meeting-2020-05-28-bf063eb95b037587b6b65ec5aa61e4550e3c7e7c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-28 - Cabinet of Commissioner Jutta Urpilainen x Carnegie Europe CONCORD Europe International Federation for Human Rights Médecins Sans Frontières International OXFAM INTERNATIONAL EU ADVOCACY OFFICE Save the Children Europe International Rescue Committee Inc International Federation of Red Cross and Red Crescent Societies Plan International EU Office European Disability Forum Fairtrade Labelling Organizations International e.V. International Trade Union Confederation"],"date":["2020-05-28"],"summary":["Roundtable with Civil Society (NGOs)-The EU global response to COVID-19"],"notes":["Portfolio: International Partnerships"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["eu-tr-57868523887-16","eu-tr-46856801604-90","eu-tr-863831437888-12","eu-tr-83357751766-93","eu-tr-688089718929-60","eu-tr-34478709670-34","eu-tr-51806831589-68","ec-person-7c4fa9cfb750b5b524c065180fcee1123b8df03e","eu-tr-928308827208-10","eu-tr-66790095679-26","eu-tr-132236315085-89","eu-tr-97628146980-33","eu-tr-697362735627-20"]}} -{"id":"ec-meeting-2020-05-28-c91a82c65dfe509a28e78ce1761f38999e3164c3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-28 - Cabinet of Commissioner Janusz Wojciechowski x European Organisation of the Sawmill industry"],"date":["2020-05-28"],"summary":["The need of policies creating the condition for resilient forests and enhancing the development of bioeconomy"],"notes":["Portfolio: Agriculture"],"location":["videoconference"],"address":["videoconference"],"addressEntity":["addr-92b2fbb928e012810d80d9ef1abe12027beee200"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["ec-person-90b64673ee7f4c1dae185fbd64b45f5c45f2b66d","ec-person-cafe030b6dad78a75143f7552c420481b30ebceb","eu-tr-024776016336-52"]}} -{"id":"ec-meeting-2020-05-28-cb9cd634b3667b2be6d8bd4e4d9defdf745c63c9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-28 - Cabinet of President Ursula von der Leyen x Voka - Vlaams Netwerk van Ondernemingen"],"date":["2020-05-28"],"summary":["European Green deal"],"notes":["Portfolio: President"],"location":["Brussels (video conference)"],"address":["Brussels (video conference)"],"addressEntity":["addr-1a77e12c05a39186f3ddab600c3e9e619c4822ef"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-f2b941852d3b961d69ed695c2d243a1a2b4a1904","eu-tr-702214911454-33"]}} -{"id":"ec-meeting-2020-05-28-d7eafa866d82e8b5c2ab4e77752fb73e92e97082","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-28 - Cabinet of Vice-President Margaritis Schinas x Trellix"],"date":["2020-05-28"],"summary":["Briefing on McAfee’s COVID-19 cyber-threat landscape analysis"],"notes":["Portfolio: Promoting the European Way of Life"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-margaritis-of-president-schinas-vice"],"involved":["ec-person-901d49b3e3af3e96de8d42787e8633b0adc76ca1","ec-person-c8d1d7f3012c344bc60630eb456865390bddc7c5","eu-tr-848399332282-85"]}} -{"id":"ec-meeting-2020-05-28-e26251708e0fd8f0136c9a2983fe29905ed858c3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-28 - Cabinet of Executive Vice-President Valdis Dombrovskis x ACCIS European Banking Federation European Federation of Investors and Financial Services Users European Association of Co-operative Banks AMICE - Association of Mutual Insurers and Insurance Cooperatives in Europe Federation of European National Collection Associations Pan-European Insurance Forum European Small Business Alliance"],"date":["2020-05-28"],"summary":["COVID-19 relief measures"],"notes":["Portfolio: An Economy that Works for People"],"location":["video-conferencing"],"address":["video-conferencing"],"addressEntity":["addr-211c505d204b295e60497aa4c59557bb484ca6c5"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["eu-tr-24633926420-79","eu-tr-03667978021-69","eu-tr-4172526951-19","eu-tr-741179426673-35","ec-person-235870cd7eb41f2494f695fce18b5b5b88647113","eu-tr-4722660838-23","eu-tr-21868711871-63","ec-person-9e7bd1005456277f156b671d1555c6a460fb2f58","eu-tr-69597322458-18","eu-tr-62503501759-81"]}} -{"id":"ec-meeting-2020-05-28-e4e609e27e85bc1f7dd33ff726b04cc10df47b61","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-28 - Environment x International Union for Conservation of Nature EU Representative Office"],"date":["2020-05-28"],"summary":["Biodiversity Strategy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-env"],"involved":["eu-tr-03518238467-61","ec-person-3bc74ce04ea3f4ab4d91a5c88eef25b8b8a213b4"]}} -{"id":"ec-meeting-2020-05-28-eb96741999224c36184b163dd02357051173f40f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-28 - Communications Networks, Content and Technology x Booking.com B.V."],"date":["2020-05-28"],"summary":["Impact of COVID-19 (virtual)"],"location":["BRUSSELS"],"address":["BRUSSELS"],"addressEntity":["addr-f74337897287bf1b546f30505f5b1f693a87af50"],"organizer":["ec-dg-connect"],"involved":["eu-tr-146537115285-34","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2020-05-29-0480c1e67f2369a54b2ebdecbf80d30a928ccf92","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-29 - Cabinet of Commissioner Virginijus Sinkevičius x Green 10"],"date":["2020-05-29"],"summary":["To get acquainted with the challenges facing environmental NGOs in the coronavirus crisis and discuss the EU Recovery Package in the light of the European Green Deal, as well as the recently adopted Biodiversity Strategy"],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Video meeting"],"address":["Video meeting"],"addressEntity":["addr-762dc9b5648e05f3894b6f2597baa8254e5414db"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["ec-person-dd7a7b1952e158f4195d34cff333ec79a4f48ba3","eu-tr-70309834043-10","ec-person-a58f1d06f5cb1d8dfd278e0c36d5aa1b9368b270"]}} -{"id":"ec-meeting-2020-05-29-16c21ceee7b6ac0cad5871be526febc728bd189b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-29 - Task Force for Relations with the United Kingdom x BUSINESSEUROPE"],"date":["2020-05-29"],"summary":["Videoconference with the Task Force for Relations with the United Kingdom"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-uktf"],"involved":["ec-person-864cfa5fbc9b02a079ffbab1107f252c7bb08478","eu-tr-3978240953-79"]}} -{"id":"ec-meeting-2020-05-29-3c4b8f6674ffd14a3237f39bacba3c3940be2aa4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-29 - Cabinet of Executive Vice-President Frans Timmermans x Cerame-Unie"],"date":["2020-05-29"],"summary":["ETS and compensation of indirect costs"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-e88af8eb396e96e3dbc9b4ec6e40a348d26c389c","eu-tr-79465004946-12"]}} -{"id":"ec-meeting-2020-05-29-4573067910031a05521b1fb95f32023530310c3b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-29 - Cabinet of Executive Vice-President Frans Timmermans x Renewables Grid Initiative e.V."],"date":["2020-05-29"],"summary":["Energy system integration - role of renewables"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - video conference"],"address":["Brussels - video conference"],"addressEntity":["addr-d7df553e47e69d1cc9f4189b36b7c867f80459b0"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-793038613858-32","ec-person-d53e00c46a4cc62bbf533e0c9bb35bacb9121989"]}} -{"id":"ec-meeting-2020-05-29-5715cd4b6192ef969fe5050c4c787e1fe4e5baf6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-29 - Budget x Centre for European Policy Studies"],"date":["2020-05-29"],"summary":["Multiannual Financial Framework"],"location":["Brussels- call"],"address":["Brussels- call"],"addressEntity":["addr-79e0b819e7ba1f0a02c99b5c8dbae421c7f2c880"],"organizer":["ec-dg-budg"],"involved":["ec-person-39635b893026833f739fe623fe7e9d5a97525e7a","eu-tr-206201438220-85"]}} -{"id":"ec-meeting-2020-05-29-5a18571849e17977086fa8b524b8de10fb7918bf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-29 - Communications Networks, Content and Technology x None"],"date":["2020-05-29"],"summary":["Telefonica Liberty Gobal agreement\r\n(virtual)"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-52431421-12","eu-tr-82853397708-89","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2020-05-29-63b270139d43c5b4e27c93ea7befe8e712f24550","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-29 - Cabinet of Commissioner Adina Vălean x Fédération Internationale de l'Automobile"],"date":["2020-05-29"],"summary":["Meeting to discuss the impact of COVID 19 in the sector"],"notes":["Portfolio: Transport"],"location":["Conference call"],"address":["Conference call"],"addressEntity":["addr-28ba88479582b2f75898964548da4252dc7db7d2"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["eu-tr-84839535366-67","ec-person-6e21d867543ef3b910e746c319cb048abd054702"]}} -{"id":"ec-meeting-2020-05-29-77d9a6114d12ff4fb924db33f9cb6f0c6ce021ff","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-29 - Cabinet of Executive Vice-President Valdis Dombrovskis x Association for Financial Markets in Europe"],"date":["2020-05-29"],"summary":["digital finance"],"notes":["Portfolio: An Economy that Works for People"],"location":["video-conferencing"],"address":["video-conferencing"],"addressEntity":["addr-211c505d204b295e60497aa4c59557bb484ca6c5"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-235870cd7eb41f2494f695fce18b5b5b88647113","eu-tr-65110063986-76"]}} -{"id":"ec-meeting-2020-05-29-7bef38d6c59a5f1e6c79b41c30a41fc8701f0247","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-29 - Communications Networks, Content and Technology x Standing Committee of European Doctors"],"date":["2020-05-29"],"summary":["Digital contact tracing, impact of AI for health professionals\r\n(virtual)"],"location":["BRUSSELS"],"address":["BRUSSELS"],"addressEntity":["addr-f74337897287bf1b546f30505f5b1f693a87af50"],"organizer":["ec-dg-connect"],"involved":["eu-tr-9276943405-41","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2020-05-29-854f4356cd46c1dd7c2d4901978b0c14ba983326","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-29 - Cabinet of President Ursula von der Leyen x European Alliance to Save Energy"],"date":["2020-05-29"],"summary":["European Green Deal"],"notes":["Portfolio: President"],"location":["Brussels (video conference)"],"address":["Brussels (video conference)"],"addressEntity":["addr-1a77e12c05a39186f3ddab600c3e9e619c4822ef"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-f2b941852d3b961d69ed695c2d243a1a2b4a1904","eu-tr-37816636575-51"]}} -{"id":"ec-meeting-2020-05-29-98dc40457a5020c98fee158016743935d651676d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-29 - Cabinet of Executive Vice-President Margrethe Vestager x European Chemical Industry Council"],"date":["2020-05-29"],"summary":["To discuss ETS and StateAid"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-64879142323-90","ec-person-a07aede8ed2836aa08f286a76ce98daa88dcf541","ec-person-594cfd4a97c5371f8effff82abf7c3c56e0f6f45"]}} -{"id":"ec-meeting-2020-05-29-a33984b9ece9a9d8491800014e5b8d761440ef9b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-29 - Cabinet of Commissioner Stella Kyriakides x None"],"date":["2020-05-29"],"summary":["Video call with Pharmaceutical Industrial Associations, the European Medicines Agency and the European Centre for Disease Prevention and Control, to discuss Possible shortages of medicines and medical devices for the Covid-19 outbreak"],"notes":["Portfolio: Health"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-kyriakides-of-stella"],"involved":["eu-tr-38526121292-88","eu-tr-05366537746-69","eu-tr-61911227368-75","ec-person-c7513fae2df7920eea99d7cc103a354aa4f56b6e","eu-tr-433743725252-26","eu-tr-87600691525-93","eu-tr-48325781850-28","eu-tr-53073567234-18","eu-tr-99565011637-64","eu-tr-18941013532-08"]}} -{"id":"ec-meeting-2020-05-29-d001330acea5f7ed33ca4cb08e83930c5692ea6c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-29 - Cabinet of Commissioner Nicolas Schmit x European Round Table for Industry"],"date":["2020-05-29"],"summary":["Videoconference with the members of the European Round Table for Industry (ERT) on skills and re-skilling."],"notes":["Portfolio: Jobs and Social Rights"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-66fa2c2d100ec194caa42b5c6f97c36e2748b71c","ec-person-4cf4655ab41922e92160325d987a3c4615c72d30","ec-person-935314e38d735654cae8ee61313a3d73439b242d","eu-tr-25487567824-45","ec-person-c03b949331dbbe5fa3d5423758e371ec1b9b832f"]}} -{"id":"ec-meeting-2020-05-29-d5d9eda7b77bd6a201c41d149d061af218d46b26","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-29 - Cabinet of Commissioner Ylva Johansson x Twitter International Unlimited Company"],"date":["2020-05-29"],"summary":["The impact of COVID-19 on hate speech, child abuse and terrorist content online."],"notes":["Portfolio: Home Affairs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-johansson-of-ylva"],"involved":["eu-tr-394491614001-72","ec-person-31b127e72e9dd30ce85ff2b475ac65d28d7dc48d","ec-person-d3f97e069d9ff016d7b65052f6eb6b98500ec118"]}} -{"id":"ec-meeting-2020-05-29-f0b4c3f5b2d97e4a1e5d6735ce8a5953e32d0b26","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-29 - Environment x Syngenta Crop Protection AG"],"date":["2020-05-29"],"summary":["European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-env"],"involved":["eu-tr-16822412339-79","ec-person-3bc74ce04ea3f4ab4d91a5c88eef25b8b8a213b4"]}} -{"id":"ec-meeting-2020-05-29-f949053ab5568a2becf9680e9d31cf85b99e2528","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-29 - Health and Food Safety x The European Society of Intensive Care Medicine"],"date":["2020-05-29"],"summary":["to exchange views on current and urgent health issues which remain at the forefront of the public consciousness; f.eg. Promoting standards in critical care medicine, Providing recommendations and guidelines for optimising intensive care facilities"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-sante"],"involved":["eu-tr-872244238453-63","ec-person-42d2108d723f9b9017ed589e3271e3156172daa7"]}} -{"id":"ec-meeting-2020-05-29-f9cae002555ac7a9671c15c0cd64af5fb351e14b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-05-29 - Cabinet of Commissioner Mariya Gabriel x American Chamber of Commerce to the European Union"],"date":["2020-05-29"],"summary":["Measures to tackle the impacts of COVID-19 on education, innovation, culture; Relationship between business and education"],"notes":["Portfolio: Innovation and Youth"],"location":["Video - conferencing"],"address":["Video - conferencing"],"addressEntity":["addr-d7fc833be8f5c2c273139971669f38b5d85ff4b9"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["ec-person-1674399a793e9e6fd7cf55b525515fc862fc9351","eu-tr-5265780509-97"]}} -{"id":"ec-meeting-2020-06-02-027adfe9333f538c9f9808a33d0b00eb294030a6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-02 - Cabinet of Commissioner Janusz Wojciechowski x Consumer Choice Center"],"date":["2020-06-02"],"summary":["Genetic modified organisms and innovation in agriculture"],"notes":["Portfolio: Agriculture"],"location":["Video phone call"],"address":["Video phone call"],"addressEntity":["addr-dcb9711eb850404cc2f135ca801ab8a3e2045990"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["eu-tr-326140126649-42","ec-person-cafe030b6dad78a75143f7552c420481b30ebceb"]}} -{"id":"ec-meeting-2020-06-02-092e8c847c57d8b3e501d51da7581c7098c9ee4f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-02 - Cabinet of Commissioner Johannes Hahn x SDG Watch Europe"],"date":["2020-06-02"],"summary":["Implementation of agenda for sustainable development, and sustainable development goals"],"notes":["Portfolio: Budget and Administration"],"location":["Conference call"],"address":["Conference call"],"addressEntity":["addr-28ba88479582b2f75898964548da4252dc7db7d2"],"organizer":["ec-cabinet-commissioner-hahn-johannes-of"],"involved":["ec-person-26e87e8dbc382b84ce1f54266bee0b7eab520454","eu-tr-037833727533-45"]}} -{"id":"ec-meeting-2020-06-02-1ff4d94b20b5ee2adb2f933b00450dab5658f0ba","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-02 - Cabinet of Commissioner Janusz Wojciechowski x European farmers European agri-cooperatives"],"date":["2020-06-02"],"summary":["the new MFF; \r\nthe Recovery Plan; \r\nFarm to fork; \r\nthe Biodiversity strategy"],"notes":["Portfolio: Agriculture"],"location":["videoconference"],"address":["videoconference"],"addressEntity":["addr-92b2fbb928e012810d80d9ef1abe12027beee200"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["ec-person-90b64673ee7f4c1dae185fbd64b45f5c45f2b66d","ec-person-08c62f972c22464aca7a65520eb9406f8db14a66","eu-tr-09586631237-74","eu-tr-44856881231-49"]}} -{"id":"ec-meeting-2020-06-02-34d2d67aa531e53c430235e1d2de6a164a2a2f29","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-02 - Cabinet of President Ursula von der Leyen x Coalition for Epidemic Preparedness Innovations"],"date":["2020-06-02"],"summary":["COVID-19"],"notes":["Portfolio: President"],"location":["Brussels (video conference)"],"address":["Brussels (video conference)"],"addressEntity":["addr-1a77e12c05a39186f3ddab600c3e9e619c4822ef"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["eu-tr-852523338633-03","ec-person-f2b941852d3b961d69ed695c2d243a1a2b4a1904"]}} -{"id":"ec-meeting-2020-06-02-3b48e106656c1feec6223a9990844e17687628e5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-02 - Cabinet of Commissioner Mariya Gabriel x Institut Curie"],"date":["2020-06-02"],"summary":["Europe’s Beating Cancer Plan and the Cancer Mission"],"notes":["Portfolio: Innovation and Youth"],"location":["Video - conferencing"],"address":["Video - conferencing"],"addressEntity":["addr-d7fc833be8f5c2c273139971669f38b5d85ff4b9"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["ec-person-1674399a793e9e6fd7cf55b525515fc862fc9351","eu-tr-927836230818-56"]}} -{"id":"ec-meeting-2020-06-02-3d1aeb8b6cfd45e5c8cbc769d0f34f6899fd44d2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-02 - Cabinet of Commissioner Jutta Urpilainen x Fern"],"date":["2020-06-02"],"summary":["Forest strategy and communication"],"notes":["Portfolio: International Partnerships"],"location":["Teleconference"],"address":["Teleconference"],"addressEntity":["addr-a1b2e4eeecb1f46f3239fd2a390e2ec3f16bc2cb"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["ec-person-e29b72fe81d25796214b1c5915c52a124f06cd9d","eu-tr-40538475090-82"]}} -{"id":"ec-meeting-2020-06-02-489299268da03679f59faf463a7fb10af25f4f9e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-02 - Cabinet of Commissioner Stella Kyriakides x Bureau Européen des Unions de Consommateurs"],"date":["2020-06-02"],"summary":["VC meeting - Farm to Fork Strategy"],"notes":["Portfolio: Health"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-kyriakides-of-stella"],"involved":["eu-tr-9505781573-45","ec-person-c7513fae2df7920eea99d7cc103a354aa4f56b6e"]}} -{"id":"ec-meeting-2020-06-02-4e995b7bf2c9e02187fad165d558ece25d397ffb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-02 - Mobility and Transport x DEKRA e.V."],"date":["2020-06-02"],"summary":["Trust Center Initiative"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-dg-move"],"involved":["eu-tr-52624015528-97","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2020-06-02-87bff60be5e5b333412a67ed28095d33b26848f2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-02 - Cabinet of Commissioner Thierry Breton x Netflix International B.V."],"date":["2020-06-02"],"summary":["Bitrate capping, support to creative sector, audiovisual sector rules"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-487726915971-30","ec-person-4d83416435f81b1f1e8f5c86aeebb1478577f1d2","ec-person-5215bd372c5a1202399d77ecceb8c16de8d7d55c"]}} -{"id":"ec-meeting-2020-06-02-8c7eac378077cb231f171517c70344c4dd7a2025","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-02 - Cabinet of Commissioner Thierry Breton x Alstom"],"date":["2020-06-02"],"summary":["Smart mobility ecosystem and recovery plan"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-1ab5843ab67b9915be990aebc02f9a83df200cf4","ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","eu-tr-43284012043-03"]}} -{"id":"ec-meeting-2020-06-02-9297669558c5cba630334caf997701416b9d1044","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-02 - Cabinet of Commissioner Adina Vălean x CLECAT - European association for forwarding, transport, logistic and Customs services"],"date":["2020-06-02"],"summary":["Meeting to discuss transport and logistics."],"notes":["Portfolio: Transport"],"location":["Conference call"],"address":["Conference call"],"addressEntity":["addr-28ba88479582b2f75898964548da4252dc7db7d2"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["eu-tr-684985491-01","ec-person-6e21d867543ef3b910e746c319cb048abd054702"]}} -{"id":"ec-meeting-2020-06-02-96ab1373b7052b432148b48330d5ef724b0d4155","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-02 - Cabinet of Executive Vice-President Frans Timmermans x Bayerische Motoren Werke Aktiengesellschaft Robert Bosch GmbH MAHLE International GmbH Mercedes-Benz Group AG ZF Friedrichshafen AG"],"date":["2020-06-02"],"summary":["Recovery and green transition in the automotive supply chain"],"notes":["Portfolio: European Green Deal"],"location":["Brussels-videoconference"],"address":["Brussels-videoconference"],"addressEntity":["addr-aba72bf44f2d9170e0dbc3935b3eac06aca21fc1"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-194094423131-36","ec-person-d56ecbfde17436a136fc89c9a978b266e8285c84","eu-tr-2349218828-41","eu-tr-917204122840-28","eu-tr-7193977808-18","eu-tr-8999533555-91"]}} -{"id":"ec-meeting-2020-06-02-995203f4be1667d92cba89677eb34e0d38d1ff86","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-02 - Cabinet of Executive Vice-President Frans Timmermans x CSR Europe, The Business Network for Corporate Social Responsibility"],"date":["2020-06-02"],"summary":["Exchange on Green recovery"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - videoconference"],"address":["Brussels - videoconference"],"addressEntity":["addr-a3a01e55b02ab591ce10151760698f4306ec49cb"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-7c876f4825f213b8adbedf089ccedfbc3b36d65b","eu-tr-56502415122-32"]}} -{"id":"ec-meeting-2020-06-02-a7170251fdd1bc824219db2dd2dbe751e8fef243","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-02 - Cabinet of Commissioner Janez Lenarčič x Norwegian Refugee Council Europe"],"date":["2020-06-02"],"summary":["Outlook for humanitarian aid and humanitarian-development nexus"],"notes":["Portfolio: Crisis Management"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-janez-lenarcic-of"],"involved":["eu-tr-750447615329-96","ec-person-a6cd325c80698b2331699224c780ebfb10573602"]}} -{"id":"ec-meeting-2020-06-02-ae8483db6dfc0efe27437e71011fad3725c27ccd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-02 - Cabinet of Executive Vice-President Frans Timmermans x American Chamber of Commerce to the European Union"],"date":["2020-06-02"],"summary":["Recovery"],"notes":["Portfolio: European Green Deal"],"location":["video conference (Brussels)"],"address":["video conference (Brussels)"],"addressEntity":["addr-96d45bbb99f3da137b2243f11b529ed54662db90"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce","eu-tr-5265780509-97"]}} -{"id":"ec-meeting-2020-06-02-b398df034c55bcb4387b7ee85b8b083cacaa8e13","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-02 - Cabinet of Commissioner Virginijus Sinkevičius x OCEANA MEDREACT Fundació ENT Legambiente Nazionale APS Onlus"],"date":["2020-06-02"],"summary":["To discuss the fisheries governance in the Mediterranean and issues relevant for the sustainability of Mediterranean fisheries"],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Video meeting"],"address":["Video meeting"],"addressEntity":["addr-762dc9b5648e05f3894b6f2597baa8254e5414db"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["ec-person-c92a6b4ef8328855b0234011be623ed9f15c86f3","ec-person-dd7a7b1952e158f4195d34cff333ec79a4f48ba3","eu-tr-47937943241-80","eu-tr-59608618243-06","eu-tr-51844192809-38","eu-tr-361091237341-72"]}} -{"id":"ec-meeting-2020-06-02-d294e07839c1d58963ef16737cae4051bf2dc71e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-02 - Cabinet of President Ursula von der Leyen x Pandemic Action Network"],"date":["2020-06-02"],"summary":["COVID-19"],"notes":["Portfolio: President"],"location":["Brussels (video conference)"],"address":["Brussels (video conference)"],"addressEntity":["addr-1a77e12c05a39186f3ddab600c3e9e619c4822ef"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-f2b941852d3b961d69ed695c2d243a1a2b4a1904","eu-tr-621243638636-02"]}} -{"id":"ec-meeting-2020-06-02-de529c3d2ad13aa2bf8661ce5713fb7a36d76481","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-02 - Cabinet of Commissioner Phil Hogan x Alstom"],"date":["2020-06-02"],"summary":["Trade matters"],"location":["Video Conference"],"address":["Video Conference"],"addressEntity":["addr-fd005d1da26cd3c9a734fbbadaf813e8115acdeb"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-a1a78365cc4685b0958056646204977d8f2ead92","eu-tr-43284012043-03"]}} -{"id":"ec-meeting-2020-06-02-e315c833c7f6adbb84d6dfab0d4a8746f09dbcd8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-02 - Cabinet of Commissioner Virginijus Sinkevičius x Deutsche Umwelthilfe e.V."],"date":["2020-06-02"],"summary":["Circular Economy Action Plan, waste, packaging waste prevention, single-use Plastics Directive, Eco-design Directive, Air Quality,"],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["eu-tr-03506017714-81","ec-person-ef0f66e9880a22ea8d9657bd982daf9bd74838c1"]}} -{"id":"ec-meeting-2020-06-03-0480c1e67f2369a54b2ebdecbf80d30a928ccf92","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-03 - Cabinet of Commissioner Virginijus Sinkevičius x Green 10"],"date":["2020-06-03"],"summary":["VC meeting to discuss Chemicals Strategy – Stakeholders participating: Health & Environment Alliance (HEAL), European Environmental Bureau (EEB), Transport and Environment (T&E), Climate Action Network Europe (CAN Europe)"],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["VC meeting"],"address":["VC meeting"],"addressEntity":["addr-cd9a24155554dfef75d938fedc942c17aa6c4562"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["ec-person-172a438ed334761e2ab5d52e551fd1bcb6ab6b8d","eu-tr-70309834043-10"]}} -{"id":"ec-meeting-2020-06-03-0b30e0659d6b9c41dcfe65366312daf59ac67964","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-03 - Cabinet of Commissioner Kadri Simson x Roundtable for Europe's Energy Future"],"date":["2020-06-03"],"summary":["Impact of COVID-19 on energy sector; REEF's views on recovery package and upcoming energy initiatives; REEF's members views on digitalisation, e-mobility, green hydrogen, offshore wind, carbon pricing; future cooperation with REEF."],"notes":["Portfolio: Energy"],"location":["Video-conferencing"],"address":["Video-conferencing"],"addressEntity":["addr-4611e6784da5e4097c2b6fa2bc5e51eb9a0577bd"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["ec-person-2fb98fc84d2cf8d481688eff3d47f7745ead3592","eu-tr-101903316808-95","ec-person-d40f25b5cb5c0681854a4996da444478318f7e58","ec-person-1995c65b8dc7f3702a8c30ed96a0144075848837"]}} -{"id":"ec-meeting-2020-06-03-0f2ed38aa484e4bcb100d34c0fd8a8ee933a4122","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-03 - Cabinet of Commissioner Janusz Wojciechowski x Union des Industries de la Fertilisation SIEMPRE"],"date":["2020-06-03"],"summary":["Issues \"Health / agriculture\" concerning the Green Deal : F2F and Biodiversity Strategy"],"notes":["Portfolio: Agriculture"],"location":["videoconference"],"address":["videoconference"],"addressEntity":["addr-92b2fbb928e012810d80d9ef1abe12027beee200"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["eu-tr-452451015983-08","eu-tr-425170134724-56","ec-person-90b64673ee7f4c1dae185fbd64b45f5c45f2b66d"]}} -{"id":"ec-meeting-2020-06-03-1acf27c04abfa62f588033b618389eadb29c4fd8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-03 - Cabinet of Executive Vice-President Frans Timmermans x Stiftelsen The Stockholm Environment Institute"],"date":["2020-06-03"],"summary":["Webinar organised by the European Parliament and SEI on the European Green Deal and recovery"],"notes":["Portfolio: European Green Deal"],"location":["video conference (Brussels)"],"address":["video conference (Brussels)"],"addressEntity":["addr-96d45bbb99f3da137b2243f11b529ed54662db90"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-419874835766-57","ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce"]}} -{"id":"ec-meeting-2020-06-03-2304bba08803e0980d93ee808c67c2e43311c281","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-03 - Cabinet of President Ursula von der Leyen x Kaspersky Labs Limited"],"date":["2020-06-03"],"summary":["Cybersecurity and digital transparency"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-7019713e72781afb1f3b19032c4752a314b78180","eu-tr-119828415703-30"]}} -{"id":"ec-meeting-2020-06-03-36ad421ae2f970f6e840e8ae39c7062139f8c32a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-03 - Cabinet of Executive Vice-President Frans Timmermans x AnimalhealthEurope"],"date":["2020-06-03"],"summary":["Sustainable food systems"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - video conference"],"address":["Brussels - video conference"],"addressEntity":["addr-d7df553e47e69d1cc9f4189b36b7c867f80459b0"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-63322037415-37","ec-person-33624431cbec1074e151c1707715ef46d2ba9565"]}} -{"id":"ec-meeting-2020-06-03-3762732f770d01db36a210a503b9ea5c152d4c14","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-03 - Cabinet of Commissioner Nicolas Schmit x General Aviation Manufacturers Association"],"date":["2020-06-03"],"summary":["Videoconference on skills"],"notes":["Portfolio: Jobs and Social Rights"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-66fa2c2d100ec194caa42b5c6f97c36e2748b71c","ec-person-4cf4655ab41922e92160325d987a3c4615c72d30","eu-tr-49221685491-82"]}} -{"id":"ec-meeting-2020-06-03-4e89b0e775c14b01d154f930186f06c33d758616","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-03 - Cabinet of Commissioner Phil Hogan x ICMP - The global voice of music publishing"],"date":["2020-06-03"],"summary":["Address their Annual General Meeting"],"location":["Video Conference"],"address":["Video Conference"],"addressEntity":["addr-fd005d1da26cd3c9a734fbbadaf813e8115acdeb"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-a1a78365cc4685b0958056646204977d8f2ead92","eu-tr-65684839099-72"]}} -{"id":"ec-meeting-2020-06-03-5b88ce512f839f816435b74305e43b9876f3ef14","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-03 - Cabinet of Commissioner Virginijus Sinkevičius x ENGIE"],"date":["2020-06-03"],"summary":["To discuss the Green Recovery and Blue Economy issues relevant for the energy sector."],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Video meeting"],"address":["Video meeting"],"addressEntity":["addr-762dc9b5648e05f3894b6f2597baa8254e5414db"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["eu-tr-90947457424-20","ec-person-dd7a7b1952e158f4195d34cff333ec79a4f48ba3","ec-person-172a438ed334761e2ab5d52e551fd1bcb6ab6b8d"]}} -{"id":"ec-meeting-2020-06-03-606d8bffee9e21f2006a2295c239d1bb2eafe281","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-03 - Cabinet of Commissioner Adina Vălean x Community of European Railway and Infrastructure Companies"],"date":["2020-06-03"],"summary":["Meeting to discuss the subject of RAIL"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["eu-tr-7574621118-27","ec-person-cc0354fbf386eb83f57c00ad5240f1dddeeabab4"]}} -{"id":"ec-meeting-2020-06-03-6daf89d4dc05f834e106524d9b8395309aa49aa3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-03 - Cabinet of Commissioner Didier Reynders x Twitter International Unlimited Company"],"date":["2020-06-03"],"summary":["1. Hate speech and Code of conduct on hate speech - 2. Disinformation and need to preserve our democratic processes - 3. Artificial Intelligence - 4. Data protection"],"notes":["Portfolio: Justice"],"location":["Video-conference"],"address":["Video-conference"],"addressEntity":["addr-afae67aab834151e72f631228e72361e369db072"],"organizer":["ec-cabinet-commissioner-didier-of-reynders"],"involved":["eu-tr-394491614001-72","ec-person-50f9cba2282e1d03395cdd0faf9ce6e9a2ff3104","ec-person-1e25399e2267734c5f4c69093d2286c8898ee9f0","ec-person-442bf1ae9900b999673cdd7389224d0e21b67d4d"]}} -{"id":"ec-meeting-2020-06-03-77dbc1c54696462988847ad6158635367b0e7996","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-03 - Cabinet of Commissioner Nicolas Schmit x Airbus"],"date":["2020-06-03"],"summary":["Videoconference on the effects of the crisis on the aviation sector and skills."],"notes":["Portfolio: Jobs and Social Rights"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-66fa2c2d100ec194caa42b5c6f97c36e2748b71c","ec-person-4cf4655ab41922e92160325d987a3c4615c72d30","ec-person-1379f76d0c860e318f68852e1b57aa75454831f8","eu-tr-2732167674-76","ec-person-935314e38d735654cae8ee61313a3d73439b242d","ec-person-761fad67b377a6e2a384245795719ef5f7131269"]}} -{"id":"ec-meeting-2020-06-03-7e99575b810bb27ab8205cb541caf12a71489d88","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-03 - Cabinet of Executive Vice-President Frans Timmermans x European Environmental Bureau Transport and Environment (European Federation for Transport and Environment) Climate Action Network Europe Health & Environment Alliance"],"date":["2020-06-03"],"summary":["Chemicals Strategy"],"notes":["Portfolio: European Green Deal"],"location":["VC meeting"],"address":["VC meeting"],"addressEntity":["addr-cd9a24155554dfef75d938fedc942c17aa6c4562"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-06798511314-27","ec-person-8af3c81534786a740718d21dc58240738a53ed7b","eu-tr-58744833263-19","eu-tr-00723343929-96","eu-tr-55888811123-49"]}} -{"id":"ec-meeting-2020-06-03-a23a446f7f61686b759c1eb45316fdfffc1f2056","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-03 - Cabinet of Commissioner Stella Kyriakides x Green 10"],"date":["2020-06-03"],"summary":["VC meeting to discuss Chemicals Strategy \r\n\r\nStakeholders participating: HEAL AND ENVIRONMENT ALLIANCE (HEAL), EUROPEAN ENVIRONMENTAL BUREAU (EEB), EUROPEAN FED. FOR TRANSPORT & ENVIRONMENT (T&E), CLIMATE ACTION NETOWRK EUROPE (CAN EUROPE)."],"notes":["Portfolio: Health"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-kyriakides-of-stella"],"involved":["ec-person-081d99a6f9ed1259db43e2cbcba20275774511b2","eu-tr-70309834043-10"]}} -{"id":"ec-meeting-2020-06-03-a87611333cfe6f36bc4fa14f80c3dfc73b5fdbf1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-03 - Agriculture and Rural Development x International Federation of Organic Agriculture Movements EU Regional Group"],"date":["2020-06-03"],"summary":["Exchange of views on Farm to Fork strategy, CAP, EU recovery plan, EU organic action plan and new organic regulation"],"location":["Bruxelles - Skype meeting"],"address":["Bruxelles - Skype meeting"],"addressEntity":["addr-e72a184ab34743dd28b9c5e0219c275c06424afb"],"organizer":["ec-dg-agri"],"involved":["eu-tr-67128251296-84","ec-person-94f7c6e6875fa76120558bda38f913792cc61934"]}} -{"id":"ec-meeting-2020-06-03-ad87d750dedad17179ed079f647937303df725fd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-03 - Cabinet of Commissioner Paolo Gentiloni x Amazon Europe Core SARL"],"date":["2020-06-03"],"summary":["Digital Services Act"],"notes":["Portfolio: Economy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gentiloni-of-paolo"],"involved":["eu-tr-366117914426-10","ec-person-404d55367ba0dadec989b6dc2eab96ef2abd96af"]}} -{"id":"ec-meeting-2020-06-03-b181a92b74207aee2998a13416f234983203e474","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-03 - Cabinet of Commissioner Virginijus Sinkevičius x Aldersgate Group"],"date":["2020-06-03"],"summary":["VC meeting to discuss the development of the European Green Deal"],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["VC meeting"],"address":["VC meeting"],"addressEntity":["addr-cd9a24155554dfef75d938fedc942c17aa6c4562"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["eu-tr-570633817416-75","ec-person-172a438ed334761e2ab5d52e551fd1bcb6ab6b8d"]}} -{"id":"ec-meeting-2020-06-03-c7812fe5aad86883ea0964aa60dee3e99d970e8b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-03 - Cabinet of Executive Vice-President Frans Timmermans x Nationaal Circulair Testcentrum"],"date":["2020-06-03"],"summary":["European Green Deal and circular economy"],"notes":["Portfolio: European Green Deal"],"location":["Video-call"],"address":["Video-call"],"addressEntity":["addr-0a257a3b8a0926e1b53e3476ce1c8e8fc8470ecd"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-8af3c81534786a740718d21dc58240738a53ed7b","eu-tr-762072837637-60"]}} -{"id":"ec-meeting-2020-06-03-ca1a0bee415f6ed600f224ffea71ebec41f7676c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-03 - Cabinet of Commissioner Nicolas Schmit x American Chamber of Commerce to the European Union"],"date":["2020-06-03"],"summary":["Videoconference on future of work and skills"],"notes":["Portfolio: Jobs and Social Rights"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-66fa2c2d100ec194caa42b5c6f97c36e2748b71c","ec-person-4cf4655ab41922e92160325d987a3c4615c72d30","eu-tr-5265780509-97"]}} -{"id":"ec-meeting-2020-06-03-f1412d3d549d1bb5fd46f3e8ae0f6de880e06ef9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-03 - Cabinet of Executive Vice-President Frans Timmermans x The European Association for Electromobility"],"date":["2020-06-03"],"summary":["Speaker at webinar on zero-emission mobility in the economic recovery"],"notes":["Portfolio: European Green Deal"],"location":["Brussels -videoconference"],"address":["Brussels -videoconference"],"addressEntity":["addr-fb019791d3f712a490a0f9c09b8cce29f0460251"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-269727723042-29","ec-person-d56ecbfde17436a136fc89c9a978b266e8285c84"]}} -{"id":"ec-meeting-2020-06-03-fb72c6d91c0ab3f5d059b96ba6b6af634a6d1f26","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-03 - Cabinet of Commissioner Janez Lenarčič x Voluntary Organisations in Cooperation in Emergencies"],"date":["2020-06-03"],"summary":["EU humanitarian aid; humanitarian-development nexus"],"notes":["Portfolio: Crisis Management"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-janez-lenarcic-of"],"involved":["eu-tr-47126711656-13","ec-person-a6cd325c80698b2331699224c780ebfb10573602"]}} -{"id":"ec-meeting-2020-06-03-ff8153150b0695ca8f46f0a9e6b9fbf3d99f1d70","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-03 - Cabinet of Commissioner Ylva Johansson x Meta Platforms Ireland Limited and its various subsidiaries (f/k/a Facebook Ireland Limited)"],"date":["2020-06-03"],"summary":["Representatives of Facebook presented the technical coalition companies’ efforts to tackle child sexual abuse online."],"notes":["Portfolio: Home Affairs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-johansson-of-ylva"],"involved":["ec-person-d3f97e069d9ff016d7b65052f6eb6b98500ec118","ec-person-b54ba0be96a986a38bcd39d4f9db577e79171356","eu-tr-28666427835-74"]}} -{"id":"ec-meeting-2020-06-04-066703173a5e0c151a47120eb4e023a00da5a530","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-04 - Cabinet of Commissioner Virginijus Sinkevičius x Chemicals, Health and Environment Monitoring Trust"],"date":["2020-06-04"],"summary":["VC meeting to discuss Chemicals Strategy"],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["VC meeting"],"address":["VC meeting"],"addressEntity":["addr-cd9a24155554dfef75d938fedc942c17aa6c4562"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["eu-tr-27053044762-72","ec-person-172a438ed334761e2ab5d52e551fd1bcb6ab6b8d"]}} -{"id":"ec-meeting-2020-06-04-0dbe8c0b7bb99e4a00ce7901d1d0389b7d7b42d7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-04 - Cabinet of Commissioner Thierry Breton x Google"],"date":["2020-06-04"],"summary":["Resilience of internet networks"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-03181945560-59","ec-person-4d83416435f81b1f1e8f5c86aeebb1478577f1d2"]}} -{"id":"ec-meeting-2020-06-04-13edd5849f0b2b99087c9d661112dd5d6e013af1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-04 - Cabinet of Executive Vice-President Valdis Dombrovskis x EnBW Energie Baden-Württemberg AG"],"date":["2020-06-04"],"summary":["Taxonomy"],"notes":["Portfolio: An Economy that Works for People"],"location":["video-conferencing"],"address":["video-conferencing"],"addressEntity":["addr-211c505d204b295e60497aa4c59557bb484ca6c5"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-235870cd7eb41f2494f695fce18b5b5b88647113","eu-tr-13324391892-74"]}} -{"id":"ec-meeting-2020-06-04-1881cd414d32cffc71eb60a3edf0d4ccc7b6706e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-04 - Cabinet of Commissioner Paolo Gentiloni x Peter G. Peterson Institute for International Economics"],"date":["2020-06-04"],"summary":["Videoconference on \"Preventing the Great Fragmentation: Europe’s response to the COVID-19 economic shock\""],"notes":["Portfolio: Economy"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-gentiloni-of-paolo"],"involved":["ec-person-088d26d74d1898338fbf1c86e139bd6d3b870dbc","eu-tr-245016733415-68"]}} -{"id":"ec-meeting-2020-06-04-276c025d4cb658bdc8847acf2f6c1b45806574bb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-04 - Cabinet of Commissioner Mariya Gabriel x IETM international network for contemporary performing arts"],"date":["2020-06-04"],"summary":["Discussion of impact of Covid-19 on performing arts and measures taken by EU via Creative Europe"],"notes":["Portfolio: Innovation and Youth"],"location":["Video - conferencing"],"address":["Video - conferencing"],"addressEntity":["addr-d7fc833be8f5c2c273139971669f38b5d85ff4b9"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["ec-person-1674399a793e9e6fd7cf55b525515fc862fc9351","eu-tr-55642894775-05"]}} -{"id":"ec-meeting-2020-06-04-43c4da8471339567c9fddb3098417f05d29b592f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-04 - Cabinet of Commissioner Mariya Gabriel x European University Association"],"date":["2020-06-04"],"summary":["the next steps in the European Universities initiative, the road towards the Universities of the future, the role of universities in responding to COVID-19"],"notes":["Portfolio: Innovation and Youth"],"location":["Video - conferencing"],"address":["Video - conferencing"],"addressEntity":["addr-d7fc833be8f5c2c273139971669f38b5d85ff4b9"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["ec-person-1674399a793e9e6fd7cf55b525515fc862fc9351","eu-tr-81122172998-09"]}} -{"id":"ec-meeting-2020-06-04-4675f063dc4ec48db7d6848ff0efd8b612db4dd0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-04 - Cabinet of Vice-President Věra Jourová x Twitter International Unlimited Company"],"date":["2020-06-04"],"summary":["Disinformation COVID 19, Media Pluralism, Data Protection, Hate Speech"],"notes":["Portfolio: Values and Transparency"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["eu-tr-394491614001-72","ec-person-bf54da17217bbddfd9c68fe24d88005ac17e2c4b"]}} -{"id":"ec-meeting-2020-06-04-4f4276ebc68a9e118bbc737c7e1f10801fa90231","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-04 - Cabinet of Commissioner Stella Kyriakides x Chemicals, Health and Environment Monitoring Trust"],"date":["2020-06-04"],"summary":["VC meeting - Chemicals Strategy"],"notes":["Portfolio: Health"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-kyriakides-of-stella"],"involved":["eu-tr-27053044762-72","ec-person-081d99a6f9ed1259db43e2cbcba20275774511b2"]}} -{"id":"ec-meeting-2020-06-04-50fa5ff396e6793211ae1e5bc77d51e52bb24874","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-04 - Cabinet of Commissioner Nicolas Schmit x EUROPEAN TRADE UNION CONFEDERATION"],"date":["2020-06-04"],"summary":["Meeting on the recovery."],"notes":["Portfolio: Jobs and Social Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["eu-tr-06698681039-26","ec-person-c03b949331dbbe5fa3d5423758e371ec1b9b832f"]}} -{"id":"ec-meeting-2020-06-04-5873d749a10073e7bf9fade51c09b65aa0d26ad9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-04 - Cabinet of Commissioner Paolo Gentiloni x EnBW Energie Baden-Württemberg AG"],"date":["2020-06-04"],"summary":["Sustainable Finance"],"notes":["Portfolio: Economy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gentiloni-of-paolo"],"involved":["ec-person-8da36db391ed53f362d495cd564ba8b45c7003e1","eu-tr-13324391892-74"]}} -{"id":"ec-meeting-2020-06-04-5f96c73ce5c022c82bf4e93171da63228e6dff8f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-04 - Cabinet of Vice-President Margaritis Schinas x Europa Nostra"],"date":["2020-06-04"],"summary":["Cultural heritage in the European Way of Life"],"notes":["Portfolio: Promoting the European Way of Life"],"location":["Virtual meeting"],"address":["Virtual meeting"],"addressEntity":["addr-1f1f3f51a4da31a1ea5c1b4b21cbf52ad983224f"],"organizer":["ec-cabinet-margaritis-of-president-schinas-vice"],"involved":["ec-person-b59ff7316734021e48aa7e0fd79eeeab36ea2bb4","eu-tr-832617510389-12"]}} -{"id":"ec-meeting-2020-06-04-6429d55459881d5e5c96ad57b8c05acaeb6d0b76","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-04 - Energy x Ørsted A/S"],"date":["2020-06-04"],"summary":["Call on the COM recovery package and the offshore renewable energy strategy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-ener"],"involved":["eu-tr-870817015429-80","ec-person-9c0f33ecb9f6badd5f4b5f1a4bd7677e18a52a22"]}} -{"id":"ec-meeting-2020-06-04-7328b514a310e111c9cf5e9121e2b551d5cbe4f9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-04 - Cabinet of Commissioner Janusz Wojciechowski x Alinea, Avocats associés AARPI"],"date":["2020-06-04"],"summary":["Les conséquences économiques dramatiques de la crise du COVID-19 sur les opérateurs de la filière de l’horticulture ornementale française, et particulièrement les producteurs de l’horticulture et des pépinières."],"notes":["Portfolio: Agriculture"],"location":["videoconference"],"address":["videoconference"],"addressEntity":["addr-92b2fbb928e012810d80d9ef1abe12027beee200"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["ec-person-90b64673ee7f4c1dae185fbd64b45f5c45f2b66d","eu-tr-82064709791-43"]}} -{"id":"ec-meeting-2020-06-04-8f1c65d07cad89c3cc1efb20f98d79a6a7e491de","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-04 - Research and Innovation x European Association of Research and Technology Organisations"],"date":["2020-06-04"],"summary":["EARTO paper on the EU Economic Recovery Package"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-rtd"],"involved":["ec-person-1d348f33395de0ea6773a7b4ae8797e3e0392f73","eu-tr-977869932377-59"]}} -{"id":"ec-meeting-2020-06-04-97aee22c850019246158f21638d423272e7ed399","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-04 - Cabinet of Executive Vice-President Frans Timmermans x Institute for European Environmental Policy"],"date":["2020-06-04"],"summary":["Sustainable food systems"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - video conference"],"address":["Brussels - video conference"],"addressEntity":["addr-d7df553e47e69d1cc9f4189b36b7c867f80459b0"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-934329423960-72","ec-person-33624431cbec1074e151c1707715ef46d2ba9565"]}} -{"id":"ec-meeting-2020-06-04-9c68525ed45a3d167b15d90e128ed014f419332a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-04 - Cabinet of President Ursula von der Leyen x International Federation of Pharmaceutial Manufacturers and Associations"],"date":["2020-06-04"],"summary":["COVID 19"],"notes":["Portfolio: President"],"location":["Brussels (WEBEX)"],"address":["Brussels (WEBEX)"],"addressEntity":["addr-3afbdeda01f3dac93a9dc841fdac57d9de27b869"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-f2b941852d3b961d69ed695c2d243a1a2b4a1904","eu-tr-164230540254-23"]}} -{"id":"ec-meeting-2020-06-04-9cc7e91544d376272647b6ebdc2f829cf73a77cf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-04 - Defence Industry and Space x Leonardo S.p.A."],"date":["2020-06-04"],"summary":["Call with Telespazio to discuss the Space Programme in the next MFF and the recovery plan."],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-dg-defis"],"involved":["ec-person-a5e52cd544ea3aa44eb4b31fac65a468499f106e","eu-tr-02550382403-01"]}} -{"id":"ec-meeting-2020-06-04-a23a446f7f61686b759c1eb45316fdfffc1f2056","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-04 - Cabinet of Commissioner Stella Kyriakides x Green 10"],"date":["2020-06-04"],"summary":["VC Meeting on Farm to Fork Strategy"],"notes":["Portfolio: Health"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-kyriakides-of-stella"],"involved":["ec-person-c7513fae2df7920eea99d7cc103a354aa4f56b6e","eu-tr-70309834043-10"]}} -{"id":"ec-meeting-2020-06-04-a3255f23777a59b490151f988e4e743b5a486572","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-04 - Cabinet of Commissioner Helena Dalli x British Council"],"date":["2020-06-04"],"summary":["Policy and strategy aimed specifically at the full cultural participation of disabled people as audiences, as artists, and as arts professionals"],"notes":["Portfolio: Equality"],"location":["Video-conference"],"address":["Video-conference"],"addressEntity":["addr-afae67aab834151e72f631228e72361e369db072"],"organizer":["ec-cabinet-commissioner-dalli-helena-of"],"involved":["eu-tr-17888758870-92","ec-person-750f95c6f949648cff9e460a362a85085c851faf"]}} -{"id":"ec-meeting-2020-06-04-a7f7be71e05e5eb7e0f8df832d5e12e5443f05aa","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-04 - Cabinet of President Ursula von der Leyen x Aldersgate Group"],"date":["2020-06-04"],"summary":["European Green Deal"],"notes":["Portfolio: President"],"location":["Brussels (Video conference)"],"address":["Brussels (Video conference)"],"addressEntity":["addr-b598c3c8c78bd0d408e4cc6cf3ec786e83e187ba"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-f2b941852d3b961d69ed695c2d243a1a2b4a1904","eu-tr-570633817416-75"]}} -{"id":"ec-meeting-2020-06-04-a8bde82fc696750d6b046b5db41dff0a81102245","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-04 - Cabinet of Executive Vice-President Valdis Dombrovskis x American Chamber of Commerce to the European Union"],"date":["2020-06-04"],"summary":["EU-US economic relations, financial services, EU's response to coordinating crisis"],"notes":["Portfolio: An Economy that Works for People"],"location":["video-conferencing"],"address":["video-conferencing"],"addressEntity":["addr-211c505d204b295e60497aa4c59557bb484ca6c5"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["eu-tr-5265780509-97","ec-person-9e7bd1005456277f156b671d1555c6a460fb2f58"]}} -{"id":"ec-meeting-2020-06-04-abafa44a17ea05878f393562d0b236d0e1f8e083","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-04 - Cabinet of Commissioner Nicolas Schmit x European Federation of Public Service Unions"],"date":["2020-06-04"],"summary":["Social dialogue in social services"],"notes":["Portfolio: Jobs and Social Rights"],"location":["VC"],"address":["VC"],"addressEntity":["addr-d6788b0715b89d9781e90f4df364ac624d78e439"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["eu-tr-04902121531-04","ec-person-8eb18b6102d444937bc6af5822a6742812165b48"]}} -{"id":"ec-meeting-2020-06-04-b4c40d797d4e50ff9f7479600a7e514d2b64b787","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-04 - Internal Market, Industry, Entrepreneurship and SMEs x European Chemical Industry Council"],"date":["2020-06-04"],"summary":["An introductory call to discuss recovery package, EU ETS state aids and Sustainability Chemicals strategy"],"location":["Phone call"],"address":["Phone call"],"addressEntity":["addr-cac056598c767cdeaa0f13cfe91d25988c24c698"],"organizer":["ec-dg-grow"],"involved":["ec-person-0151c7e554d188fffc509ad636b7d1a84c5dfcd5","eu-tr-64879142323-90"]}} -{"id":"ec-meeting-2020-06-04-c5a0d282b33160f2b8d1d5083fbda1c48138d50d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-04 - Cabinet of Executive Vice-President Frans Timmermans x Fortum Oyj Vattenfall"],"date":["2020-06-04"],"summary":["European Green Deal and recovery"],"notes":["Portfolio: European Green Deal"],"location":["video conference (Brussels)"],"address":["video conference (Brussels)"],"addressEntity":["addr-96d45bbb99f3da137b2243f11b529ed54662db90"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce","eu-tr-12955024114-93","ec-person-d56ecbfde17436a136fc89c9a978b266e8285c84","eu-tr-03501997362-71"]}} -{"id":"ec-meeting-2020-06-04-cfc58d31ea51cd452b3f18e8d3e8a365c9b402f0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-04 - Cabinet of Commissioner Mariya Gabriel x Twitter International Unlimited Company"],"date":["2020-06-04"],"summary":["Online safety, and the future EU digital landscape"],"notes":["Portfolio: Innovation and Youth"],"location":["Video - conferencing"],"address":["Video - conferencing"],"addressEntity":["addr-d7fc833be8f5c2c273139971669f38b5d85ff4b9"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-394491614001-72","ec-person-6a2152ccdf48d8ec087f545734a0ec503917193b","ec-person-1674399a793e9e6fd7cf55b525515fc862fc9351"]}} -{"id":"ec-meeting-2020-06-04-de83edb959f062bd96a483596c3be0c5ad2117b4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-04 - Cabinet of Commissioner Virginijus Sinkevičius x Marine Stewardship Council"],"date":["2020-06-04"],"summary":["To discuss the issues related to seafood products including private product certification schemes and sustainability aspects of the Blue Economy and Common Fisheries Policy."],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Video meeting"],"address":["Video meeting"],"addressEntity":["addr-762dc9b5648e05f3894b6f2597baa8254e5414db"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["eu-tr-504786514495-81","ec-person-dd7a7b1952e158f4195d34cff333ec79a4f48ba3","ec-person-1443799688ae485d7a2fee5c9defab2c5b7c7e6c"]}} -{"id":"ec-meeting-2020-06-04-e9cc8b3499c5d32aa67a08700a6cf8caccd6bbbf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-04 - Cabinet of Executive Vice-President Valdis Dombrovskis x Verband der Chemischen Industrie e.V."],"date":["2020-06-04"],"summary":["European Green Deal and the recovery"],"notes":["Portfolio: An Economy that Works for People"],"location":["video-conferencing"],"address":["video-conferencing"],"addressEntity":["addr-211c505d204b295e60497aa4c59557bb484ca6c5"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-235870cd7eb41f2494f695fce18b5b5b88647113","eu-tr-15423437054-40"]}} -{"id":"ec-meeting-2020-06-04-f022f736c1cf53066cfe2d5d20781a4e1e44455e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-04 - Cabinet of Commissioner Jutta Urpilainen x International Centre for Migration Policy Development"],"date":["2020-06-04"],"summary":["Migration"],"notes":["Portfolio: International Partnerships"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["eu-tr-428294520891-74","ec-person-7c4fa9cfb750b5b524c065180fcee1123b8df03e"]}} -{"id":"ec-meeting-2020-06-04-fb72c6d91c0ab3f5d059b96ba6b6af634a6d1f26","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-04 - Cabinet of Commissioner Janez Lenarčič x Voluntary Organisations in Cooperation in Emergencies"],"date":["2020-06-04"],"summary":["Impact of COVID-19 crisis on humanitarian NGOs and the prospects for the \"after crisis\""],"notes":["Portfolio: Crisis Management"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-janez-lenarcic-of"],"involved":["ec-person-35334591a1ee219b6f0829d58a8cfba058540557","eu-tr-47126711656-13","ec-person-31e4e9c3126a9151de6a161e669faba028b1ffa6"]}} -{"id":"ec-meeting-2020-06-05-08189d82439f2f5b25d391361dc4750fe0186019","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-05 - Cabinet of Executive Vice-President Frans Timmermans x Third Generation Environmentalism Ltd"],"date":["2020-06-05"],"summary":["European Green Deal and biodiversity"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-07783117686-61","ec-person-8af3c81534786a740718d21dc58240738a53ed7b"]}} -{"id":"ec-meeting-2020-06-05-0def2fc89f8117f0a9d01bd0c7a46df7328868bf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-05 - Cabinet of President Ursula von der Leyen x Insurance Ireland"],"date":["2020-06-05"],"summary":["Digitalisation of the insurance industry (cybersecurity issues, digital skills, digitalisation of processes and client interfaces, data sharing, level playing field of regulatory requirements)."],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-7019713e72781afb1f3b19032c4752a314b78180","eu-tr-978587826097-61"]}} -{"id":"ec-meeting-2020-06-05-1010d4bc10fde888759606ee761e4799350cdfa6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-05 - Cabinet of Executive Vice-President Valdis Dombrovskis x Transport and Environment (European Federation for Transport and Environment)"],"date":["2020-06-05"],"summary":["Recovery plan, European Green Deal, sustainable finance"],"notes":["Portfolio: An Economy that Works for People"],"location":["video-conferencing"],"address":["video-conferencing"],"addressEntity":["addr-211c505d204b295e60497aa4c59557bb484ca6c5"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-235870cd7eb41f2494f695fce18b5b5b88647113","eu-tr-58744833263-19"]}} -{"id":"ec-meeting-2020-06-05-174db5cdda36af8e37f3d5d27017761a0a82f115","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-05 - Cabinet of Commissioner Nicolas Schmit x Eurochild AISBL"],"date":["2020-06-05"],"summary":["Child Poverty"],"notes":["Portfolio: Jobs and Social Rights"],"location":["VC"],"address":["VC"],"addressEntity":["addr-d6788b0715b89d9781e90f4df364ac624d78e439"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-c2208333f0f75350eef62b355a40bf856f2d9cef","eu-tr-79360311166-84"]}} -{"id":"ec-meeting-2020-06-05-17bb8fa2d44d66930d77e7dbb4690669d9a3c784","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-05 - Cabinet of Executive Vice-President Frans Timmermans x International Federation of Organic Agriculture Movements EU Regional Group"],"date":["2020-06-05"],"summary":["Organic agriculture"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - video conference"],"address":["Brussels - video conference"],"addressEntity":["addr-d7df553e47e69d1cc9f4189b36b7c867f80459b0"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-67128251296-84","ec-person-33624431cbec1074e151c1707715ef46d2ba9565"]}} -{"id":"ec-meeting-2020-06-05-2be8ff0265f30bf2d1efcc8ca69cf668953259e2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-05 - Cabinet of Executive Vice-President Frans Timmermans x Citizens' Climate Europe"],"date":["2020-06-05"],"summary":["Green Deal and carbon pricing"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-e88af8eb396e96e3dbc9b4ec6e40a348d26c389c","eu-tr-111734132634-17"]}} -{"id":"ec-meeting-2020-06-05-4514610a2f0b2ca7cf5d48098085f371d70162ba","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-05 - Cabinet of Vice-President Margaritis Schinas x European Round Table for Industry"],"date":["2020-06-05"],"summary":["Upskilling and reskilling of the labour force"],"notes":["Portfolio: Promoting the European Way of Life"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-margaritis-of-president-schinas-vice"],"involved":["ec-person-d5cada2a1a17537a675985af31e5ce07ae3bfd42","ec-person-c8d1d7f3012c344bc60630eb456865390bddc7c5","eu-tr-25487567824-45","ec-person-180e5c5b13dac533a1241b0f9d78176c8bec3d51"]}} -{"id":"ec-meeting-2020-06-05-475c40648aa22223433ff029d8f086bb50e298dd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-05 - Cabinet of Executive Vice-President Frans Timmermans x International Association of Oil & Gas Producers Europe"],"date":["2020-06-05"],"summary":["Clean energy investments and sustainable finance, solutions for transport decarbonisation, power generation and heating, hydrogen and CCS"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - videoconference"],"address":["Brussels - videoconference"],"addressEntity":["addr-a3a01e55b02ab591ce10151760698f4306ec49cb"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-7c876f4825f213b8adbedf089ccedfbc3b36d65b","eu-tr-3954187491-70"]}} -{"id":"ec-meeting-2020-06-05-4ac307b16f608404489121185d6bb9fc49078fbd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-05 - Cabinet of Commissioner Mariya Gabriel x European Cultural Foundation"],"date":["2020-06-05"],"summary":["EU measures in favour of the cultural and creatives sector"],"notes":["Portfolio: Innovation and Youth"],"location":["Video - conferencing"],"address":["Video - conferencing"],"addressEntity":["addr-d7fc833be8f5c2c273139971669f38b5d85ff4b9"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-48891989251-14","ec-person-1674399a793e9e6fd7cf55b525515fc862fc9351"]}} -{"id":"ec-meeting-2020-06-05-4b6e3bdd1d6a0f54375fa1cde4691134e2b09993","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-05 - Research and Innovation x BUSINESSEUROPE"],"date":["2020-06-05"],"summary":["ERA Communication and Business Europe position paper on Open Research Data"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-rtd"],"involved":["eu-tr-3978240953-79","ec-person-1d348f33395de0ea6773a7b4ae8797e3e0392f73"]}} -{"id":"ec-meeting-2020-06-05-4c2a175115a763ca97c443fcd62658373ab6af2c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-05 - Cabinet of Commissioner Stella Kyriakides x International Federation of Organic Agriculture Movements EU Regional Group Safe Food Advocacy Europe Slow Food European Environmental Bureau Compassion in World Farming Brussels European Coordination Via Campesina"],"date":["2020-06-05"],"summary":["VC Meeting - Farm to Fork"],"notes":["Portfolio: Health"],"location":["Brussles"],"address":["Brussles"],"addressEntity":["addr-e6ba3e89050fdfff2010d3fb9d2fbe42cd1cafd9"],"organizer":["ec-cabinet-commissioner-kyriakides-of-stella"],"involved":["eu-tr-67128251296-84","eu-tr-06798511314-27","eu-tr-01936914624-97","eu-tr-104500414872-61","ec-person-c7513fae2df7920eea99d7cc103a354aa4f56b6e","eu-tr-28920471149-55","eu-tr-953480437831-04"]}} -{"id":"ec-meeting-2020-06-05-5f5b098735e4204cd2d1338ef7be7fed4666d353","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-05 - Cabinet of Commissioner Mariya Gabriel x European Music Council"],"date":["2020-06-05"],"summary":["The role of the Music industry in the sustainability"],"notes":["Portfolio: Innovation and Youth"],"location":["Video-conferencing"],"address":["Video-conferencing"],"addressEntity":["addr-4611e6784da5e4097c2b6fa2bc5e51eb9a0577bd"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-907167934846-43","ec-person-1674399a793e9e6fd7cf55b525515fc862fc9351"]}} -{"id":"ec-meeting-2020-06-05-7396486f57b9e0d0aae43a83d96d441742bd33ac","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-05 - Research and Innovation x SAFRAN"],"date":["2020-06-05"],"summary":["Clean Aviation Partnership (also with Airbus, Leonardo, EREA and EASN, all in the Transparency Register)"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-rtd"],"involved":["ec-person-1d348f33395de0ea6773a7b4ae8797e3e0392f73","eu-tr-764184537594-67"]}} -{"id":"ec-meeting-2020-06-05-80a94da55f0d142f6d882e32bdc5d22937e7df95","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-05 - Cabinet of Commissioner Nicolas Schmit x industriAll European Trade Union"],"date":["2020-06-05"],"summary":["Videoconference on the closure of Nissan plant in Barcelona."],"notes":["Portfolio: Jobs and Social Rights"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-8eb18b6102d444937bc6af5822a6742812165b48","ec-person-4cf4655ab41922e92160325d987a3c4615c72d30","eu-tr-358284014848-82","ec-person-935314e38d735654cae8ee61313a3d73439b242d","ec-person-c2208333f0f75350eef62b355a40bf856f2d9cef","ec-person-c03b949331dbbe5fa3d5423758e371ec1b9b832f"]}} -{"id":"ec-meeting-2020-06-05-81d4d97d0d98fa510dfbe43d809e8c8f93ffeaed","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-05 - Cabinet of Commissioner Mariya Gabriel x European Consortium of Innovative Universities"],"date":["2020-06-05"],"summary":["The European Universities Initiative"],"notes":["Portfolio: Innovation and Youth"],"location":["Video - conferencing"],"address":["Video - conferencing"],"addressEntity":["addr-d7fc833be8f5c2c273139971669f38b5d85ff4b9"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["ec-person-1674399a793e9e6fd7cf55b525515fc862fc9351","eu-tr-526221434040-38"]}} -{"id":"ec-meeting-2020-06-05-997776dc0ff1ee126ca89cff0706300e5c327eae","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-05 - Cabinet of Executive Vice-President Frans Timmermans x Association of European Automotive and Industrial Battery Manufacturers"],"date":["2020-06-05"],"summary":["Keynote speech on batteries and the Green Deal at Eurobat Webinar"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - videoconference"],"address":["Brussels - videoconference"],"addressEntity":["addr-a3a01e55b02ab591ce10151760698f4306ec49cb"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-7c876f4825f213b8adbedf089ccedfbc3b36d65b","eu-tr-39573492614-61"]}} -{"id":"ec-meeting-2020-06-05-9b19e9f5aa062c8d15acae30d12fbe58b741a542","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-05 - Cabinet of Commissioner Paolo Gentiloni x Prosus"],"date":["2020-06-05"],"summary":["Taxing the Digital Economy"],"notes":["Portfolio: Economy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gentiloni-of-paolo"],"involved":["ec-person-404d55367ba0dadec989b6dc2eab96ef2abd96af","eu-tr-891417815208-71"]}} -{"id":"ec-meeting-2020-06-05-9f99735efdf3fe80b438299d94095be61c1f6935","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-05 - Cabinet of Commissioner Ylva Johansson x MEDITERRANEAN SOS Network"],"date":["2020-06-05"],"summary":["VTC: Search and Rescue in the Mediterranean"],"notes":["Portfolio: Home Affairs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-johansson-of-ylva"],"involved":["eu-tr-011622521915-06","ec-person-1f14c98028fa6f9f43ee9cd5aef7ed77c30761a5"]}} -{"id":"ec-meeting-2020-06-05-a7fcedd38a9fcf209489503b308eece0cd151305","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-05 - Cabinet of Executive Vice-President Frans Timmermans x BSEF - The International Bromine Council Rud Pedersen Public Affairs Brussels"],"date":["2020-06-05"],"summary":["European Green Deal and chemicals"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-165838227131-07","ec-person-8af3c81534786a740718d21dc58240738a53ed7b","eu-tr-464193921314-91"]}} -{"id":"ec-meeting-2020-06-05-ad1e4ad2849453e6f431e64a09a66e342b25913f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-05 - Cabinet of Commissioner Didier Reynders x WSM Centre National de Coopération au Développement- 11 11 11 Anti-Slavery International CIDSE - International Alliance of Catholic social justice organisations Amnesty International Limited European Coalition for Corporate Justice Algemeen Christelijk Vakverbond van België European Center for Constitutional and Human Rights Friends of the Earth Europe Global Witness Clean Clothes Campaign / Stichting Schone Kleren Kampagne ActionAid Dreikönigsaktion - Hilfswerk der Katholischen Jungschar"],"date":["2020-06-05"],"summary":["Sustainable corporate governance"],"notes":["Portfolio: Justice"],"location":["Video-conference"],"address":["Video-conference"],"addressEntity":["addr-afae67aab834151e72f631228e72361e369db072"],"organizer":["ec-cabinet-commissioner-didier-of-reynders"],"involved":["eu-tr-10439809375-73","ec-person-442bf1ae9900b999673cdd7389224d0e21b67d4d","ec-person-1e25399e2267734c5f4c69093d2286c8898ee9f0","eu-tr-80866452991-55","eu-tr-093160312164-25","eu-tr-85103504511-82","eu-tr-628702938574-49","eu-tr-11063928073-34","eu-tr-714466824568-72","eu-tr-61263518557-92","eu-tr-149390415828-18","eu-tr-10135407003-43","eu-tr-48872621093-60","eu-tr-9825553393-31","eu-tr-464644816865-02"]}} -{"id":"ec-meeting-2020-06-05-b4646550324f7d30a70b464f88c53b9b248c5b55","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-05 - Internal Market, Industry, Entrepreneurship and SMEs x Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V."],"date":["2020-06-05"],"summary":["Introductory phone call to present their concerns on IP and SEPs"],"location":["Phone call"],"address":["Phone call"],"addressEntity":["addr-cac056598c767cdeaa0f13cfe91d25988c24c698"],"organizer":["ec-dg-grow"],"involved":["ec-person-0151c7e554d188fffc509ad636b7d1a84c5dfcd5","eu-tr-35124436517-75"]}} -{"id":"ec-meeting-2020-06-05-bd14bc42896b80c2d0678c8ad7a2fef1a1e155ec","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-05 - Cabinet of Commissioner Thierry Breton x Association relative à la télévision européenne"],"date":["2020-06-05"],"summary":["Exchange on ARTE projects and digital transformation"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-447494115294-30","ec-person-5215bd372c5a1202399d77ecceb8c16de8d7d55c"]}} -{"id":"ec-meeting-2020-06-05-bda8d99c23ef1075f83959e8d73d7e6a3ac69863","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-05 - Cabinet of Commissioner Janusz Wojciechowski x International Federation of Organic Agriculture Movements EU Regional Group"],"date":["2020-06-05"],"summary":["New organic regulation and upcoming European Action Plan"],"notes":["Portfolio: Agriculture"],"location":["videoconference"],"address":["videoconference"],"addressEntity":["addr-92b2fbb928e012810d80d9ef1abe12027beee200"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["eu-tr-67128251296-84","ec-person-cafe030b6dad78a75143f7552c420481b30ebceb","ec-person-90b64673ee7f4c1dae185fbd64b45f5c45f2b66d"]}} -{"id":"ec-meeting-2020-06-05-bf32189d175436914ad5182a38368badff6c7e76","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-05 - Cabinet of Executive Vice-President Margrethe Vestager x Norsk Hydro"],"date":["2020-06-05"],"summary":["To discuss aluminium in Europe"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-45060553191-59","ec-person-11ba005cc4046696303381b7ca219da9b11a42bf"]}} -{"id":"ec-meeting-2020-06-05-ca518f27774544ea766a7db61f70f99b22b23f12","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-05 - Agriculture and Rural Development x Fédération Européenne des Fabricants d'Aliments Composés"],"date":["2020-06-05"],"summary":["Exchange of views on CAP reform and Farm to Fork strategy"],"location":["Bruxelles - Skype call"],"address":["Bruxelles - Skype call"],"addressEntity":["addr-2940cef54e41dd6eea0747f1b71cc8cd20e29b52"],"organizer":["ec-dg-agri"],"involved":["ec-person-94f7c6e6875fa76120558bda38f913792cc61934","eu-tr-77105321408-83"]}} -{"id":"ec-meeting-2020-06-05-e8ec82e33c0709fbcd7a68284f87ad61b0a88850","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-05 - Health and Food Safety x European Federation of Pharmaceutical Industries and Associations"],"date":["2020-06-05"],"summary":["pharmaceutical strategy of the Commission, SWD on the Orphan and Paediatric Regulation"],"location":["Brussels (virtual meeting)"],"address":["Brussels (virtual meeting)"],"addressEntity":["addr-63ba6aad8785d18a1c825fd224b0bedf54647279"],"organizer":["ec-dg-sante"],"involved":["eu-tr-38526121292-88","ec-person-42d2108d723f9b9017ed589e3271e3156172daa7"]}} -{"id":"ec-meeting-2020-06-05-efba5864401b838dab5f52ee04a70b358824b952","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-05 - Cabinet of Commissioner Thierry Breton x BUSINESSEUROPE"],"date":["2020-06-05"],"summary":["Speech on actions to strengthen key industrial value chains and ecosystems in the EU recovery plan"],"notes":["Portfolio: Internal Market"],"location":["videoconference"],"address":["videoconference"],"addressEntity":["addr-92b2fbb928e012810d80d9ef1abe12027beee200"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","eu-tr-3978240953-79"]}} -{"id":"ec-meeting-2020-06-05-f358cf4f7b23b6d709b7b52ff698bba1403ee207","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-05 - Cabinet of Commissioner Didier Reynders x SCOPE Europe (Self and Co-Regulation for an Optimized Policy Environment in Europe)"],"date":["2020-06-05"],"summary":["Scope informed us on the current state of play of the development of Codes of conducts"],"notes":["Portfolio: Justice"],"location":["Video conference"],"address":["Video conference"],"addressEntity":["addr-ebc9fd5c2f372a32153cf3f4d5fb918a96b84a88"],"organizer":["ec-cabinet-commissioner-didier-of-reynders"],"involved":["ec-person-50f9cba2282e1d03395cdd0faf9ce6e9a2ff3104","ec-person-442bf1ae9900b999673cdd7389224d0e21b67d4d","eu-tr-751925529087-67"]}} -{"id":"ec-meeting-2020-06-05-fccf58985c47052c1b3887a028b026344926bdc2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-05 - Cabinet of Executive Vice-President Frans Timmermans x Falck Renewables S.p.A."],"date":["2020-06-05"],"summary":["Climate transition, 2030 targets, decarbonisation paths for the electricity industry"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - video conference"],"address":["Brussels - video conference"],"addressEntity":["addr-d7df553e47e69d1cc9f4189b36b7c867f80459b0"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-a282162080cef4ef2a8c0ab6247a3e03dc438507","eu-tr-138179431662-25"]}} -{"id":"ec-meeting-2020-06-08-10c94ee9926b4a31f0f61a4c9ca53db660d8ec25","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-08 - Cabinet of Commissioner Nicolas Schmit x Territoires zéro chômeur de longue durée Le Labo de l'Economie Sociale et Solidaire"],"date":["2020-06-08"],"summary":["Vidéoconférence sur la lutte contre le chômage de longue durée."],"notes":["Portfolio: Jobs and Social Rights"],"location":["Vidéoconférence"],"address":["Vidéoconférence"],"addressEntity":["addr-2f999e5051d1299c5ffa450b8aef3b1ea3769d2e"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-4cf4655ab41922e92160325d987a3c4615c72d30","eu-tr-544559038579-97","eu-tr-768767529487-25","ec-person-c2208333f0f75350eef62b355a40bf856f2d9cef","ec-person-c03b949331dbbe5fa3d5423758e371ec1b9b832f"]}} -{"id":"ec-meeting-2020-06-08-295e7261e518c1241f116184d075045660a1b3ee","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-08 - Cabinet of President Ursula von der Leyen x Global Citizen"],"date":["2020-06-08"],"summary":["Global Goal Unite campaign"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["eu-tr-211392938041-28","ec-person-a15f450526451c70384a05ea9a3a7400ba2d3e7e"]}} -{"id":"ec-meeting-2020-06-08-3863fe07a7cfad66667831c01836a8a82ddb0c30","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-08 - Cabinet of Executive Vice-President Frans Timmermans x Friends of Europe"],"date":["2020-06-08"],"summary":["\"Beyond (carbon) borders: externalising the Green Deal” workshop"],"notes":["Portfolio: European Green Deal"],"location":["Brussels Videoconference"],"address":["Brussels Videoconference"],"addressEntity":["addr-fa071e4c73b9290bc4fa5a9b8ac5fe6d014306f1"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-4d24ceb9e6bdaabe394d1506aa601a9ce9d0e59b","eu-tr-99436366768-45"]}} -{"id":"ec-meeting-2020-06-08-387c7b6ed6aff01bf50840bd63bfa6f8d1ca6a5c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-08 - Cabinet of Commissioner Johannes Hahn x TIMEmSYSTEM"],"date":["2020-06-08"],"summary":["Digital Transformation"],"notes":["Portfolio: Budget and Administration"],"location":["Conference call"],"address":["Conference call"],"addressEntity":["addr-28ba88479582b2f75898964548da4252dc7db7d2"],"organizer":["ec-cabinet-commissioner-hahn-johannes-of"],"involved":["eu-tr-885192738278-19","ec-person-d1cfc2bdcd92eb0b7e7112810e03f3aff3f4af35"]}} -{"id":"ec-meeting-2020-06-08-3953dcab1557d72f4cf7725b3cdb5dc16d12be93","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-08 - Cabinet of Commissioner Elisa Ferreira x Confederação dos Agricultores de Portugal"],"date":["2020-06-08"],"summary":["Online seminar on \"Territorial Cohesion\""],"notes":["Portfolio: Cohesion and Reforms"],"location":["Brussels, VC"],"address":["Brussels, VC"],"addressEntity":["addr-b25e3c7069907ee51f79fcf87181a3a0225a6dba"],"organizer":["ec-cabinet-commissioner-elisa-ferreira-of"],"involved":["eu-tr-807964830768-95","ec-person-4121b3832a3dd4ec5d2c50f26f7003d3bada6d20"]}} -{"id":"ec-meeting-2020-06-08-3be4e04a00fc844f307ad688cf0c0ea39afcf452","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-08 - Cabinet of Commissioner Phil Hogan x Freshfields Bruckhaus Deringer LLP"],"date":["2020-06-08"],"summary":["EU-UK future relations"],"location":["videoconference"],"address":["videoconference"],"addressEntity":["addr-92b2fbb928e012810d80d9ef1abe12027beee200"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-443913019286-78","ec-person-7d3caa534e5cdda6d5b949bd4b2def39356e3bec"]}} -{"id":"ec-meeting-2020-06-08-511da50b90efc644f34d9189374cd7e6ae1733c1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-08 - Cabinet of Executive Vice-President Margrethe Vestager x European Association of Next Generation Telecommunications Innovators"],"date":["2020-06-08"],"summary":["Introduction meeting"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-c5a20b92c008e114355d197b9b2fd62c88868c4e","eu-tr-931594937274-57"]}} -{"id":"ec-meeting-2020-06-08-6380278a07864a65c8648058cbf21b4b511a5c3e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-08 - Cabinet of Executive Vice-President Frans Timmermans x Transport and Environment (European Federation for Transport and Environment)"],"date":["2020-06-08"],"summary":["Clean mobility and economic recovery"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-d56ecbfde17436a136fc89c9a978b266e8285c84","eu-tr-58744833263-19"]}} -{"id":"ec-meeting-2020-06-08-7af39fd6a91a1706d7a28f99feb64d9936e42249","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-08 - Cabinet of Commissioner Nicolas Schmit x The Adecco Group"],"date":["2020-06-08"],"summary":["Videoconference on the effect of the crisis on employment and the importance of skills."],"notes":["Portfolio: Jobs and Social Rights"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-66fa2c2d100ec194caa42b5c6f97c36e2748b71c","ec-person-4cf4655ab41922e92160325d987a3c4615c72d30","ec-person-c03b949331dbbe5fa3d5423758e371ec1b9b832f","eu-tr-144049521780-57"]}} -{"id":"ec-meeting-2020-06-08-7d02bce26f3561c989a65a60353aba315b7525d5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-08 - Cabinet of Commissioner Thierry Breton x ArcelorMittal"],"date":["2020-06-08"],"summary":["The Steel industry and the recovery plan"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-1ab5843ab67b9915be990aebc02f9a83df200cf4","eu-tr-23527541824-60","ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0"]}} -{"id":"ec-meeting-2020-06-08-9c39fbc1533d84a3b9370f99179dc407f213e3d3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-08 - Cabinet of Commissioner Stella Kyriakides x EuroCommerce"],"date":["2020-06-08"],"summary":["VC Meeting - Farm to Fork"],"notes":["Portfolio: Health"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-kyriakides-of-stella"],"involved":["eu-tr-84973761187-60","ec-person-c7513fae2df7920eea99d7cc103a354aa4f56b6e"]}} -{"id":"ec-meeting-2020-06-08-a3f5785758314e91f51899e9a754b7e5b1c2ba2c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-08 - Cabinet of Commissioner Paolo Gentiloni x CRU International"],"date":["2020-06-08"],"summary":["Carbon border tariff adjustments (CBTAs)"],"notes":["Portfolio: Economy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gentiloni-of-paolo"],"involved":["ec-person-8da36db391ed53f362d495cd564ba8b45c7003e1","eu-tr-414512225652-64"]}} -{"id":"ec-meeting-2020-06-08-d33ded0f7a01e17e3e5d61047d0b1ffbc7b76003","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-08 - Cabinet of Vice-President Margaritis Schinas x European Federation of Pharmaceutical Industries and Associations"],"date":["2020-06-08"],"summary":["Exchange of views on the new pharmaceutical strategy for Europe"],"notes":["Portfolio: Promoting the European Way of Life"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-margaritis-of-president-schinas-vice"],"involved":["eu-tr-38526121292-88","ec-person-c8d1d7f3012c344bc60630eb456865390bddc7c5","ec-person-180e5c5b13dac533a1241b0f9d78176c8bec3d51"]}} -{"id":"ec-meeting-2020-06-08-dc126d27c187c9c1afed36703d84cf47f6bde795","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-08 - Cabinet of Commissioner Nicolas Schmit x SMEunited aisbl EUROPEAN TRADE UNION CONFEDERATION SGI Europe BUSINESSEUROPE"],"date":["2020-06-08"],"summary":["High-level hearing with Executive Vice-President Dombrovskis and the Social Partners on the Action plan to implement the European Pillar of Social Rights."],"notes":["Portfolio: Jobs and Social Rights"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-8eb18b6102d444937bc6af5822a6742812165b48","ec-person-4cf4655ab41922e92160325d987a3c4615c72d30","eu-tr-55820581197-35","eu-tr-3978240953-79","eu-tr-06698681039-26","ec-person-c03b949331dbbe5fa3d5423758e371ec1b9b832f","eu-tr-59513031434-92"]}} -{"id":"ec-meeting-2020-06-08-df27b56cc4dce18ce16a12c6f8203b6889b0f329","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-08 - Cabinet of Commissioner Johannes Hahn x Groupe d'animation du quartier européen de la ville de Bruxelles"],"date":["2020-06-08"],"summary":["European Commission buildings and mobility aspects in the European quarter"],"notes":["Portfolio: Budget and Administration"],"location":["Conference call"],"address":["Conference call"],"addressEntity":["addr-28ba88479582b2f75898964548da4252dc7db7d2"],"organizer":["ec-cabinet-commissioner-hahn-johannes-of"],"involved":["ec-person-fc0e10502560866789b824b224f2c41dda3447e1","eu-tr-991541537589-55"]}} -{"id":"ec-meeting-2020-06-09-00646816f4eedf245a64c72317102b6f8c676a26","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-09 - Cabinet of Commissioner Helena Dalli x SGI Europe"],"date":["2020-06-09"],"summary":["Exchange of views on impact of Coronavirus on women’s economic situation; the importance of Gender Equality Strategy and Pay Transparency measures."],"notes":["Portfolio: Equality"],"location":["videoconference"],"address":["videoconference"],"addressEntity":["addr-92b2fbb928e012810d80d9ef1abe12027beee200"],"organizer":["ec-cabinet-commissioner-dalli-helena-of"],"involved":["ec-person-d0b568d53468fcd3dfeeaddbd07343b5b065914d","eu-tr-59513031434-92"]}} -{"id":"ec-meeting-2020-06-09-019fdcb496181fff20e7b19f59ec2a3636e8219e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-09 - Cabinet of Commissioner Virginijus Sinkevičius x International Biocontrol Manufacturers' Association"],"date":["2020-06-09"],"summary":["To discuss bioprotection and organic food production as an element of European Green Deal, possible actions towards the sustainable and restorative agriculture."],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Video meeting"],"address":["Video meeting"],"addressEntity":["addr-762dc9b5648e05f3894b6f2597baa8254e5414db"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["ec-person-dd7a7b1952e158f4195d34cff333ec79a4f48ba3","ec-person-1443799688ae485d7a2fee5c9defab2c5b7c7e6c","eu-tr-06818218065-85"]}} -{"id":"ec-meeting-2020-06-09-0ccbdecdbeaeb9f26bebc582502d11dfe621621f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-09 - Cabinet of Executive Vice-President Frans Timmermans x Hague Corporate Affairs"],"date":["2020-06-09"],"summary":["Webinar Hydrogen in EU & NL"],"notes":["Portfolio: European Green Deal"],"location":["video confrence (Brussels)"],"address":["video confrence (Brussels)"],"addressEntity":["addr-0070d1ccd307822521dd9cad0006366b4dae92c8"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce","eu-tr-642553231622-95"]}} -{"id":"ec-meeting-2020-06-09-18f0e27f54123857644214c9ef3d0add95025992","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-09 - Cabinet of Executive Vice-President Valdis Dombrovskis x The Council of European Professional Informatics Societies"],"date":["2020-06-09"],"summary":["Digital skills"],"notes":["Portfolio: An Economy that Works for People"],"location":["video-conferencing"],"address":["video-conferencing"],"addressEntity":["addr-211c505d204b295e60497aa4c59557bb484ca6c5"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-55cdd2fceb3997b4092326294c9405769c7b491b","eu-tr-372608916662-62"]}} -{"id":"ec-meeting-2020-06-09-2e691ff23b38582832a08991b03cc5a5e85cf2b4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-09 - Cabinet of President Ursula von der Leyen x Vodafone Belgium SA"],"date":["2020-06-09"],"summary":["Digital"],"notes":["Portfolio: President"],"location":["Brussels (video conference)"],"address":["Brussels (video conference)"],"addressEntity":["addr-1a77e12c05a39186f3ddab600c3e9e619c4822ef"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-7019713e72781afb1f3b19032c4752a314b78180","eu-tr-90142503473-81"]}} -{"id":"ec-meeting-2020-06-09-39090429593b54f38fc5b8f09cd45e8388d2c715","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-09 - Cabinet of President Ursula von der Leyen x The Digital Circle"],"date":["2020-06-09"],"summary":["COVID-19"],"notes":["Portfolio: President"],"location":["Brussels (Video conference)"],"address":["Brussels (Video conference)"],"addressEntity":["addr-b598c3c8c78bd0d408e4cc6cf3ec786e83e187ba"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-f2b941852d3b961d69ed695c2d243a1a2b4a1904","eu-tr-789493536351-45"]}} -{"id":"ec-meeting-2020-06-09-40781b8cb6484db4ce1021abd099038068b3315b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-09 - Cabinet of Commissioner Jutta Urpilainen x ATREVIA COMUNICACIÓN ORGANIZACIÓN NACIONAL DE CIEGOS ESPAÑOLES"],"date":["2020-06-09"],"summary":["disability programs in partner countries"],"notes":["Portfolio: International Partnerships"],"location":["Teleconference"],"address":["Teleconference"],"addressEntity":["addr-a1b2e4eeecb1f46f3239fd2a390e2ec3f16bc2cb"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["ec-person-e29b72fe81d25796214b1c5915c52a124f06cd9d","eu-tr-68612977691-59","eu-tr-957847722349-55"]}} -{"id":"ec-meeting-2020-06-09-6ae62a64fa5ccfe407cba9471cc2248cd73072cf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-09 - Cabinet of President Ursula von der Leyen x US National Academy of Medicine"],"date":["2020-06-09"],"summary":["COVID-19"],"notes":["Portfolio: President"],"location":["Brussels (video conference)"],"address":["Brussels (video conference)"],"addressEntity":["addr-1a77e12c05a39186f3ddab600c3e9e619c4822ef"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-f2b941852d3b961d69ed695c2d243a1a2b4a1904","eu-tr-983181238590-93"]}} -{"id":"ec-meeting-2020-06-09-7523b94daf483783600e1acc1ee28b224d6a3285","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-09 - Cabinet of Commissioner Jutta Urpilainen x Caritas Europa"],"date":["2020-06-09"],"summary":["Presentation of the Caritas work in the field of human development, Africa-EU relations and migration."],"notes":["Portfolio: International Partnerships"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["eu-tr-6082564924-85","ec-person-7c4fa9cfb750b5b524c065180fcee1123b8df03e"]}} -{"id":"ec-meeting-2020-06-09-7611a549f7551c9812d5d588865d196ce897ab48","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-09 - Cabinet of Executive Vice-President Frans Timmermans x Stichting World Benchmarking Alliance Foundation"],"date":["2020-06-09"],"summary":["Speech on recovery at the WBA Allies Assembly"],"notes":["Portfolio: European Green Deal"],"location":["video conference (Brussels)"],"address":["video conference (Brussels)"],"addressEntity":["addr-96d45bbb99f3da137b2243f11b529ed54662db90"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce","eu-tr-948456934701-68"]}} -{"id":"ec-meeting-2020-06-09-77747530b5e0b07997bcf8a4748f477f4e41dd58","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-09 - Cabinet of Commissioner Thierry Breton x TikTok Technology Ltd"],"date":["2020-06-09"],"summary":["Discussion on the DSA consultation and measures taken to counter disinformation"],"notes":["Portfolio: Internal Market"],"location":["videoconference"],"address":["videoconference"],"addressEntity":["addr-92b2fbb928e012810d80d9ef1abe12027beee200"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","ec-person-4d83416435f81b1f1e8f5c86aeebb1478577f1d2","ec-person-7217954e3bc1aad2a1474fb760ea512a069f8fe3","eu-tr-165202837974-32"]}} -{"id":"ec-meeting-2020-06-09-7b5c7feed37f00665ad5431a0d6bc94f406e5d55","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-09 - Cabinet of Commissioner Nicolas Schmit x EUROCHAMBRES – Association of European Chambers of Commerce and Industry"],"date":["2020-06-09"],"summary":["Videoconference on skills, Vocational Education and Training (VET) and SURE."],"notes":["Portfolio: Jobs and Social Rights"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-66fa2c2d100ec194caa42b5c6f97c36e2748b71c","ec-person-4cf4655ab41922e92160325d987a3c4615c72d30","ec-person-c03b949331dbbe5fa3d5423758e371ec1b9b832f","eu-tr-0014082722-83"]}} -{"id":"ec-meeting-2020-06-09-9035930f691fb1db68b6c2b3baee870eadf06ea8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-09 - Cabinet of Executive Vice-President Frans Timmermans x EEW Energy from Waste GmbH Dutch Waste Management Association Urbaser S.A. Scholz Austria GmbH AVR-Afvalverwerking B.V. Renewi Support B.V. Attero REMONDIS Recycling Stena Recycling International AB Indaver"],"date":["2020-06-09"],"summary":["European Green Deal, circular encomony and waste policies"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - videoconference"],"address":["Brussels - videoconference"],"addressEntity":["addr-a3a01e55b02ab591ce10151760698f4306ec49cb"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-7c876f4825f213b8adbedf089ccedfbc3b36d65b","eu-tr-129267927174-65","eu-tr-927656110412-84","eu-tr-864616538063-90","eu-tr-724353138289-29","eu-tr-060318238252-62","eu-tr-010172838303-72","eu-tr-759387338292-68","eu-tr-885556238384-92","eu-tr-355097438284-52","eu-tr-931255838350-01"]}} -{"id":"ec-meeting-2020-06-09-94fe6287877cabe2448c515183f0243b7fb34359","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-09 - Cabinet of Commissioner Mariya Gabriel x European Society for Paediatric Oncology"],"date":["2020-06-09"],"summary":["EU Paediatric Cancer Research agenda and how the European Paediatric Cancer Community could best partake in and support relevant initiatives"],"notes":["Portfolio: Innovation and Youth"],"location":["Video-conferencing"],"address":["Video-conferencing"],"addressEntity":["addr-4611e6784da5e4097c2b6fa2bc5e51eb9a0577bd"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["ec-person-1674399a793e9e6fd7cf55b525515fc862fc9351","eu-tr-122803916413-09"]}} -{"id":"ec-meeting-2020-06-09-9c68525ed45a3d167b15d90e128ed014f419332a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-09 - Cabinet of President Ursula von der Leyen x International Federation of Pharmaceutial Manufacturers and Associations"],"date":["2020-06-09"],"summary":["COVID-19"],"notes":["Portfolio: President"],"location":["Brussels (WEBEX)"],"address":["Brussels (WEBEX)"],"addressEntity":["addr-3afbdeda01f3dac93a9dc841fdac57d9de27b869"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-f2b941852d3b961d69ed695c2d243a1a2b4a1904","eu-tr-164230540254-23"]}} -{"id":"ec-meeting-2020-06-09-a5982ed50b307aa14a546287a5b318c0e0d6f772","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-09 - Cabinet of Commissioner Olivér Várhelyi x EUROCHAMBRES – Association of European Chambers of Commerce and Industry"],"date":["2020-06-09"],"summary":["Enhancing cooperation with the Western Balkans and Eastern Partnership countries."],"notes":["Portfolio: Neighbourhood and Enlargement"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-of-oliver-varhelyi"],"involved":["ec-person-daf8ff1073a04b30d2f54219ecc93002ef3a684d","eu-tr-0014082722-83"]}} -{"id":"ec-meeting-2020-06-09-a5a51000eae26f618d3b4e0b32e24d9f2d26a083","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-09 - Cabinet of Commissioner Mariya Gabriel x Association of European Performers’ Organisations"],"date":["2020-06-09"],"summary":["Situation of performers faced by the COVID-19 crisis"],"notes":["Portfolio: Innovation and Youth"],"location":["Video-conferencing"],"address":["Video-conferencing"],"addressEntity":["addr-4611e6784da5e4097c2b6fa2bc5e51eb9a0577bd"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["ec-person-1674399a793e9e6fd7cf55b525515fc862fc9351","eu-tr-69221462428-97"]}} -{"id":"ec-meeting-2020-06-09-a7170251fdd1bc824219db2dd2dbe751e8fef243","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-09 - Cabinet of Commissioner Janez Lenarčič x Norwegian Refugee Council Europe"],"date":["2020-06-09"],"summary":["EU Humanitarian Air Bridge to the Democratic Republic of the Congo - Delivery of humanitarian aid in the context of Covid-19"],"notes":["Portfolio: Crisis Management"],"location":["Goma, Democratic Republic of the Congo"],"address":["Goma, Democratic Republic of the Congo"],"addressEntity":["addr-cdd2bae10a32ea6dc7a2239c48edf6ac0b1f8c07"],"organizer":["ec-cabinet-commissioner-janez-lenarcic-of"],"involved":["ec-person-35334591a1ee219b6f0829d58a8cfba058540557","eu-tr-750447615329-96"]}} -{"id":"ec-meeting-2020-06-09-aa3cf512df6ff3af7e3ec9428f4ed08b64aeeb96","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-09 - Cabinet of Commissioner Nicolas Schmit x Association Européenne pour la Formation Professionnelle / European Vocational Training Association European Forum of technical and Vocational Education and Training European Association of Institutions in Higher Education European Providers of Vocational Education and Training Europäischer Verband Beruflicher Bildungsträger European University Continuing Education Network"],"date":["2020-06-09"],"summary":["Videoconference on Vocational Education and Training (VET) and the impact of the crisis on VET."],"notes":["Portfolio: Jobs and Social Rights"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["eu-tr-147656111703-83","ec-person-4cf4655ab41922e92160325d987a3c4615c72d30","eu-tr-69105262717-09","eu-tr-283282925136-45","ec-person-c03b949331dbbe5fa3d5423758e371ec1b9b832f","eu-tr-27779561950-28","eu-tr-622449913391-69","eu-tr-677979425796-48"]}} -{"id":"ec-meeting-2020-06-09-acab32b0f3e0330be9d314518a3759c2e8c3c34e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-09 - Cabinet of Executive Vice-President Frans Timmermans x Animal Task Force"],"date":["2020-06-09"],"summary":["Sustainable food systems"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - video conference"],"address":["Brussels - video conference"],"addressEntity":["addr-d7df553e47e69d1cc9f4189b36b7c867f80459b0"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-33624431cbec1074e151c1707715ef46d2ba9565","eu-tr-398736910798-22"]}} -{"id":"ec-meeting-2020-06-09-ae3fe9527c7c607b9a85e63c731ed15c12956bec","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-09 - Cabinet of Vice-President Věra Jourová x Google"],"date":["2020-06-09"],"summary":["Disinformation"],"notes":["Portfolio: Values and Transparency"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["eu-tr-03181945560-59","ec-person-bf54da17217bbddfd9c68fe24d88005ac17e2c4b"]}} -{"id":"ec-meeting-2020-06-09-ae8f7474015253afdda483a98f82071abeeef331","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-09 - Financial Stability, Financial Services and Capital Markets Union x Association for Financial Markets in Europe"],"date":["2020-06-09"],"summary":["Covid-19 economic recovery and Capital markets"],"location":["Virtual meeting"],"address":["Virtual meeting"],"addressEntity":["addr-1f1f3f51a4da31a1ea5c1b4b21cbf52ad983224f"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-65110063986-76","ec-person-1fce211249673c35ee07a801ddee77ab24af8d54"]}} -{"id":"ec-meeting-2020-06-09-c566c1c75e9bb092c36852a6854d8c2f45993eab","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-09 - Cabinet of Commissioner Stella Kyriakides x FoodDrinkEurope"],"date":["2020-06-09"],"summary":["VC Meeting - Farm to Fork"],"notes":["Portfolio: Health"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-kyriakides-of-stella"],"involved":["eu-tr-75818824519-45","ec-person-c7513fae2df7920eea99d7cc103a354aa4f56b6e"]}} -{"id":"ec-meeting-2020-06-09-cfbb6fa91b247e848c4e6cf3dc24ebd68418b199","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-09 - Cabinet of Commissioner Thierry Breton x Eutelsat"],"date":["2020-06-09"],"summary":["One Web"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-746025510283-01","ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0"]}} -{"id":"ec-meeting-2020-06-09-d640945e242cde2b1e846cb594b6ae6f61a20557","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-09 - Cabinet of President Ursula von der Leyen x Telecom Infra Project Access Partnership"],"date":["2020-06-09"],"summary":["Open, interoperable and interchangeable network equipment, for diversification and innovation"],"notes":["Portfolio: President"],"location":["Brussels (video conference)"],"address":["Brussels (video conference)"],"addressEntity":["addr-1a77e12c05a39186f3ddab600c3e9e619c4822ef"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-7019713e72781afb1f3b19032c4752a314b78180","eu-tr-213438938327-76","eu-tr-467615113800-87"]}} -{"id":"ec-meeting-2020-06-09-d92be8a9efc9e582b1595e7d4f34426b84526e5f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-09 - Cabinet of Commissioner Adina Vălean x European Barge Union"],"date":["2020-06-09"],"summary":["Recovery and European Green deal"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["eu-tr-36944616803-45","ec-person-baa9678f53e0a607c8a9bb2cd9122d1c13370154"]}} -{"id":"ec-meeting-2020-06-09-fe1a2883d2b05e9d6eda4946add1a26675628b4f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-09 - Cabinet of President Ursula von der Leyen x Wellcome Trust World Economic Forum Bill & Melinda Gates Foundation International Federation of Pharmaceutial Manufacturers and Associations"],"date":["2020-06-09"],"summary":["COVID 19"],"notes":["Portfolio: President"],"location":["Brussels (WEBEX)"],"address":["Brussels (WEBEX)"],"addressEntity":["addr-3afbdeda01f3dac93a9dc841fdac57d9de27b869"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["eu-tr-049060636194-17","eu-tr-912723313554-37","eu-tr-164230540254-23","ec-person-f2b941852d3b961d69ed695c2d243a1a2b4a1904","eu-tr-371567915480-41"]}} -{"id":"ec-meeting-2020-06-10-01b0790ce2ab72792de37aa4768887814cda64c4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-10 - Cabinet of Commissioner Nicolas Schmit x Bundesverband Breitbandkommunikation e.V."],"date":["2020-06-10"],"summary":["Videoconference on the shortages of skilled workforce in the fibre deployment."],"notes":["Portfolio: Jobs and Social Rights"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-66fa2c2d100ec194caa42b5c6f97c36e2748b71c","ec-person-4cf4655ab41922e92160325d987a3c4615c72d30","eu-tr-028570718529-43"]}} -{"id":"ec-meeting-2020-06-10-0ccce96057b658af02b33823bb423ca41d0895ee","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-10 - Cabinet of Commissioner Nicolas Schmit x PwCIL"],"date":["2020-06-10"],"summary":["Videoconference on skills."],"notes":["Portfolio: Jobs and Social Rights"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-66fa2c2d100ec194caa42b5c6f97c36e2748b71c","eu-tr-60402754518-05","ec-person-4cf4655ab41922e92160325d987a3c4615c72d30","ec-person-935314e38d735654cae8ee61313a3d73439b242d"]}} -{"id":"ec-meeting-2020-06-10-13367e1088b606a792be9cb60af58f54eb53a15f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-10 - Cabinet of Commissioner Jutta Urpilainen x International Fund for Animal Welfare CARE International Aisbl ActionAid Climate Action Network Europe WWF European Policy Programme Fern ACT Alliance Advocacy to the European Union"],"date":["2020-06-10"],"summary":["European Green Deal, COVID-19 and development cooperation"],"notes":["Portfolio: International Partnerships"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["eu-tr-22644632329-52","eu-tr-1414929419-24","eu-tr-55888811123-49","eu-tr-40538475090-82","eu-tr-85103504511-82","eu-tr-5189768701-12","ec-person-6357f4506ca5351b3a822936612fd6006da48722","ec-person-e29b72fe81d25796214b1c5915c52a124f06cd9d","eu-tr-90237823189-97"]}} -{"id":"ec-meeting-2020-06-10-1f53aa296b6a4355a20d5393636f6248bb5d97aa","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-10 - Cabinet of Commissioner Phil Hogan x Horse Sport Ireland"],"date":["2020-06-10"],"summary":["Equestrian industry and EU-UK future relations"],"location":["videoconference"],"address":["videoconference"],"addressEntity":["addr-92b2fbb928e012810d80d9ef1abe12027beee200"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-993014338457-13","ec-person-7d3caa534e5cdda6d5b949bd4b2def39356e3bec"]}} -{"id":"ec-meeting-2020-06-10-22192e936cef3733609cb1fa9792e429e6fa0ca0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-10 - Cabinet of Commissioner Thierry Breton x Reporters sans frontières"],"date":["2020-06-10"],"summary":["Disinformation - financing of media - DSA"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-7217954e3bc1aad2a1474fb760ea512a069f8fe3","ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","eu-tr-612547127497-45","ec-person-5215bd372c5a1202399d77ecceb8c16de8d7d55c"]}} -{"id":"ec-meeting-2020-06-10-22c385fb400c110edcbf3fd8082fdc7c59d08e09","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-10 - Cabinet of Executive Vice-President Frans Timmermans x Scania AB (publ)"],"date":["2020-06-10"],"summary":["recovery on the truck automotive industry"],"notes":["Portfolio: European Green Deal"],"location":["video conference (Brussels)"],"address":["video conference (Brussels)"],"addressEntity":["addr-96d45bbb99f3da137b2243f11b529ed54662db90"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce","ec-person-d56ecbfde17436a136fc89c9a978b266e8285c84","eu-tr-3305029916-47"]}} -{"id":"ec-meeting-2020-06-10-2c9fec102e7d2cf6b4a211a482240d88037b2083","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-10 - Cabinet of Executive Vice-President Frans Timmermans x Aquafil SpA"],"date":["2020-06-10"],"summary":["European Green Deal, circular economy and textiles"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-656018035243-03","ec-person-8af3c81534786a740718d21dc58240738a53ed7b"]}} -{"id":"ec-meeting-2020-06-10-34d2d67aa531e53c430235e1d2de6a164a2a2f29","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-10 - Cabinet of President Ursula von der Leyen x Coalition for Epidemic Preparedness Innovations"],"date":["2020-06-10"],"summary":["COVID-19"],"notes":["Portfolio: President"],"location":["Brussels (video conference)"],"address":["Brussels (video conference)"],"addressEntity":["addr-1a77e12c05a39186f3ddab600c3e9e619c4822ef"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["eu-tr-852523338633-03","ec-person-f2b941852d3b961d69ed695c2d243a1a2b4a1904"]}} -{"id":"ec-meeting-2020-06-10-3e7e2fa43dfc123e602c00e1f709608e0e7c3cc2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-10 - Cabinet of Executive Vice-President Frans Timmermans x Stichting IMAGINE Foundation"],"date":["2020-06-10"],"summary":["Sustainable food systems"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - videoconference"],"address":["Brussels - videoconference"],"addressEntity":["addr-a3a01e55b02ab591ce10151760698f4306ec49cb"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-7c876f4825f213b8adbedf089ccedfbc3b36d65b","eu-tr-009532038479-10"]}} -{"id":"ec-meeting-2020-06-10-437708e93e7d53dd1953a41cbe28681d70b57063","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-10 - Cabinet of Commissioner Janusz Wojciechowski x Comité Lapin Interprofessionnel pour la Promotion des Produits Aliénor"],"date":["2020-06-10"],"summary":["Animal welfare (including housing types), sustainable food systems, reform of the CAP"],"notes":["Portfolio: Agriculture"],"location":["teleconference"],"address":["teleconference"],"addressEntity":["addr-d14e606f63284ff4af65e8fd2bd1637c665a5ec3"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["eu-tr-706042638351-01","eu-tr-204793610436-15","ec-person-90b64673ee7f4c1dae185fbd64b45f5c45f2b66d"]}} -{"id":"ec-meeting-2020-06-10-4fef13ff33293f11cfbea4220fdaebc5c519a6ab","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-10 - Cabinet of Executive Vice-President Valdis Dombrovskis x ArcelorMittal"],"date":["2020-06-10"],"summary":["-\tCOVID-19 impact on steel sector\r\n-\tClean steel technologies\r\n-\tEurope’s recovery plan and timeline for its adoption \r\n-\tArcelorMittal roadmap to achieving CO2 reduction goals (minus 30% by 2030)\r\n-\tSafeguard measures \r\n-\tCarbon border adjustment tax"],"notes":["Portfolio: An Economy that Works for People"],"location":["skype visio call"],"address":["skype visio call"],"addressEntity":["addr-ec9ccc1cfd778ac8a1d083d7f286094fc41a4c5f"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-1d8581216d9aa7f26fa098a81e84ca61e0e3f261","eu-tr-23527541824-60","ec-person-7e9813c16d805ee7ebea3ef6444f384bc32abaaa"]}} -{"id":"ec-meeting-2020-06-10-6018930631c7af3f6b51084e5164d21c28242a18","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-10 - Research and Innovation x Knowledge4innovation.eu"],"date":["2020-06-10"],"summary":["Speech at Virtual Forum: the importance of R&I in the recovery plan and beyond"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-rtd"],"involved":["eu-tr-409204438202-29","ec-person-1d348f33395de0ea6773a7b4ae8797e3e0392f73"]}} -{"id":"ec-meeting-2020-06-10-66019bab93ab2e1012652dbf1de1828966f74a67","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-10 - Internal Market, Industry, Entrepreneurship and SMEs x France Industrie"],"date":["2020-06-10"],"summary":["Discuss France Industrie's priorities which are the identification of European industrial ecosystems and the launch of an EU industrial forum"],"location":["Phone call"],"address":["Phone call"],"addressEntity":["addr-cac056598c767cdeaa0f13cfe91d25988c24c698"],"organizer":["ec-dg-grow"],"involved":["ec-person-0151c7e554d188fffc509ad636b7d1a84c5dfcd5","eu-tr-60974102057-03"]}} -{"id":"ec-meeting-2020-06-10-6d49195a4d3089e848e2fbdb3faf8319809fc4e3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-10 - Cabinet of Executive Vice-President Frans Timmermans x Euro Foie Gras"],"date":["2020-06-10"],"summary":["Sustainable food systems"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - video conference"],"address":["Brussels - video conference"],"addressEntity":["addr-d7df553e47e69d1cc9f4189b36b7c867f80459b0"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-617506516010-41","ec-person-33624431cbec1074e151c1707715ef46d2ba9565"]}} -{"id":"ec-meeting-2020-06-10-7cbbf531ac392e6c3dd01aee28631490775866b4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-10 - Cabinet of Commissioner Virginijus Sinkevičius x European Environmental Bureau EUROPEAN TRADE UNION CONFEDERATION Bureau Européen des Unions de Consommateurs"],"date":["2020-06-10"],"summary":["VC meeting to discuss Chemicals Strategy for Sustainability"],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Video meeting"],"address":["Video meeting"],"addressEntity":["addr-762dc9b5648e05f3894b6f2597baa8254e5414db"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["eu-tr-06798511314-27","eu-tr-9505781573-45","eu-tr-06698681039-26","ec-person-172a438ed334761e2ab5d52e551fd1bcb6ab6b8d"]}} -{"id":"ec-meeting-2020-06-10-81f6a3b4c209bc280f4c8e302d33c3327ee45fd1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-10 - Cabinet of Commissioner Stella Kyriakides x European Federation of Pharmaceutical Industries and Associations"],"date":["2020-06-10"],"summary":["Webex meeting upon EFPIA’s request to discuss the forthcoming Pharmaceutical Strategy, the evaluation of the EU Orphan Medicinal Products and Paediatrics regulations and the proposed HTA regulation"],"notes":["Portfolio: Health"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-kyriakides-of-stella"],"involved":["eu-tr-38526121292-88","ec-person-ecf9f9e978b833afc98ee022572d468f0dc9a352","ec-person-991ce64cea5178762c932ac823ea5d309e7a8d93"]}} -{"id":"ec-meeting-2020-06-10-995203f4be1667d92cba89677eb34e0d38d1ff86","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-10 - Cabinet of Executive Vice-President Frans Timmermans x CSR Europe, The Business Network for Corporate Social Responsibility"],"date":["2020-06-10"],"summary":["Presentation of EGD and the recovery package"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - videoconference"],"address":["Brussels - videoconference"],"addressEntity":["addr-a3a01e55b02ab591ce10151760698f4306ec49cb"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-9eafbf4a92961023c7df3ab389ae6d4301dec4bf","eu-tr-56502415122-32"]}} -{"id":"ec-meeting-2020-06-10-a45be31776328e8bb60780ed9dbb15d11ccea82b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-10 - Cabinet of Executive Vice-President Frans Timmermans x ETIP Zero Emissions Platform"],"date":["2020-06-10"],"summary":["Preparation of meeting with EVP Timmermans"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - video conference"],"address":["Brussels - video conference"],"addressEntity":["addr-d7df553e47e69d1cc9f4189b36b7c867f80459b0"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-793300922868-60","ec-person-d53e00c46a4cc62bbf533e0c9bb35bacb9121989"]}} -{"id":"ec-meeting-2020-06-10-abaf514171a0da26017bd368f3e4832e321a7de6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-10 - Cabinet of Commissioner Virginijus Sinkevičius x CONSEIL DE COOPERATION ECONOMIQUE"],"date":["2020-06-10"],"summary":["To virtually meet the Conseil de Cooperation Economique and to hear out their ideas in relation with Circular Economy Action Plan and Biodiversity Strategy"],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Video meeting"],"address":["Video meeting"],"addressEntity":["addr-762dc9b5648e05f3894b6f2597baa8254e5414db"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["eu-tr-146893419149-74","ec-person-dd7a7b1952e158f4195d34cff333ec79a4f48ba3","ec-person-172a438ed334761e2ab5d52e551fd1bcb6ab6b8d"]}} -{"id":"ec-meeting-2020-06-10-afa4cb5be398882657b00e05cf7d20e903b1d976","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-10 - Cabinet of Commissioner Phil Hogan x spiritsEUROPE"],"date":["2020-06-10"],"summary":["EU/US relations"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-c9d17d5879383b030f61a4066848249fb35d57e4","eu-tr-64926487056-58"]}} -{"id":"ec-meeting-2020-06-10-b1aeddff1a0d9438dbeafd2956e0bf2459d7e336","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-10 - Communications Networks, Content and Technology x Stripe, Inc."],"date":["2020-06-10"],"summary":["Impact of COVID-19 (virtual)"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-389356530261-76","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2020-06-10-be72c44c1299dc9da497d4d8bb9cba0222df3802","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-10 - Cabinet of Executive Vice-President Frans Timmermans x European Environmental Bureau EUROPEAN TRADE UNION CONFEDERATION Bureau Européen des Unions de Consommateurs"],"date":["2020-06-10"],"summary":["Chemicals Strategy for Sustainability"],"notes":["Portfolio: European Green Deal"],"location":["VC meeting"],"address":["VC meeting"],"addressEntity":["addr-cd9a24155554dfef75d938fedc942c17aa6c4562"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-06798511314-27","eu-tr-9505781573-45","eu-tr-06698681039-26","ec-person-8af3c81534786a740718d21dc58240738a53ed7b"]}} -{"id":"ec-meeting-2020-06-10-cffb02c65ab962235809ad490db2ff075fe4d48e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-10 - Directorate-General for International Partnerships x PLATFORMA"],"date":["2020-06-10"],"summary":["The role of Local Authorities in the next programming cycle.\r\nParticipation of Local Authorities in Team Europe and EC’s COVID response."],"location":["VTC"],"address":["VTC"],"addressEntity":["addr-9d1acaa772820b8ade84113d2da24716fe455be2"],"organizer":["ec-dg-intpa"],"involved":["eu-tr-144630225519-73","ec-person-afe6f55069d2cc5483157e138e41abd63140fdd8"]}} -{"id":"ec-meeting-2020-06-10-d82dc625ff19c20b2607951d5f1ce56a78abf07a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-10 - Cabinet of Commissioner Virginijus Sinkevičius x European Chemical Industry Council"],"date":["2020-06-10"],"summary":["To share views on Chemicals Strategy and the roadmap of Circular Economy Action Plan"],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Video meeting"],"address":["Video meeting"],"addressEntity":["addr-762dc9b5648e05f3894b6f2597baa8254e5414db"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["ec-person-dd7a7b1952e158f4195d34cff333ec79a4f48ba3","ec-person-172a438ed334761e2ab5d52e551fd1bcb6ab6b8d","eu-tr-64879142323-90"]}} -{"id":"ec-meeting-2020-06-10-da7828c74f236910f6bd92f263a1b568dfd66a23","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-10 - Cabinet of Commissioner Janusz Wojciechowski x Animal Welfare And Trade Ltd"],"date":["2020-06-10"],"summary":["FOUR PAWS' CEO on animal welfare"],"notes":["Portfolio: Agriculture"],"location":["videoconference"],"address":["videoconference"],"addressEntity":["addr-92b2fbb928e012810d80d9ef1abe12027beee200"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["ec-person-c825a813205e5077cd48bbd241436daf1834fc9b","eu-tr-267316520487-15"]}} -{"id":"ec-meeting-2020-06-10-e8c95f1bff9e3f14d7245a310cfe387e97b931fd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-10 - Cabinet of Commissioner Thierry Breton x European Business Summit Network"],"date":["2020-06-10"],"summary":["\"How to recover the European economy? Towards a Green, Digital, and more resilient Union\""],"notes":["Portfolio: Internal Market"],"location":["Live Debate"],"address":["Live Debate"],"addressEntity":["addr-aff6b395feb5f629bc9cf556f8b2dea9a70ee6c7"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-9cf97e549f67c3228d1478a3a67d652eb28c5b46","ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","eu-tr-268958411031-65"]}} -{"id":"ec-meeting-2020-06-10-e98cd5c3344b3ca6a87ff1536ede0cb29d7ab7ec","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-10 - Research and Innovation x Bundesverband der Deutschen Industrie e.V."],"date":["2020-06-10"],"summary":["European research and innovation policy - EU Commission’s policy priorities for the legislative period of 2019 – 2024"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-rtd"],"involved":["eu-tr-1771817758-48","ec-person-1d348f33395de0ea6773a7b4ae8797e3e0392f73"]}} -{"id":"ec-meeting-2020-06-10-eec39464d9019dee1535c01368f4fe05961c5606","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-10 - Employment, Social Affairs and Inclusion x SGI Europe"],"date":["2020-06-10"],"summary":["impact of Corona virus"],"location":["Virtual meeting"],"address":["Virtual meeting"],"addressEntity":["addr-1f1f3f51a4da31a1ea5c1b4b21cbf52ad983224f"],"organizer":["ec-dg-empl"],"involved":["eu-tr-59513031434-92","ec-person-dd259fce880e1853f0beb087443bce6e7dea70d7"]}} -{"id":"ec-meeting-2020-06-11-0a5f708496f71bb41598e1db1bbe21d4c18ad678","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-11 - Cabinet of Vice-President Věra Jourová x World Economic Forum"],"date":["2020-06-11"],"summary":["Media freedom"],"notes":["Portfolio: Values and Transparency"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["eu-tr-049060636194-17","ec-person-bf54da17217bbddfd9c68fe24d88005ac17e2c4b"]}} -{"id":"ec-meeting-2020-06-11-0dc311484427bf38f6c68654b08cebb52448d918","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-11 - Cabinet of Executive Vice-President Frans Timmermans x European Chemical Industry Council"],"date":["2020-06-11"],"summary":["Chemicals strategy, decarbonisation, circular economy, HFCs"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - videoconference"],"address":["Brussels - videoconference"],"addressEntity":["addr-a3a01e55b02ab591ce10151760698f4306ec49cb"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-7c876f4825f213b8adbedf089ccedfbc3b36d65b","eu-tr-64879142323-90"]}} -{"id":"ec-meeting-2020-06-11-167517c23d7b5c0d73ba9a7e0f172a4cee9b1445","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-11 - Regional and Urban Policy x Conférence des Régions Périphériques Maritimes d'Europe (CRPM)"],"date":["2020-06-11"],"summary":["Future of the EU Budget"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-dg-regio"],"involved":["ec-person-3bc647761a4c1a96c0e7b4c3729d7408a61558b0","eu-tr-5546423688-07"]}} -{"id":"ec-meeting-2020-06-11-1cfcae10297f2f8457bb6c88db0f82ff6c4147eb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-11 - Cabinet of Vice-President Margaritis Schinas x SMEunited aisbl EUROPEAN TRADE UNION CONFEDERATION SGI Europe BUSINESSEUROPE"],"date":["2020-06-11"],"summary":["Skills Agenda"],"notes":["Portfolio: Promoting the European Way of Life"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-margaritis-of-president-schinas-vice"],"involved":["ec-person-d5cada2a1a17537a675985af31e5ce07ae3bfd42","eu-tr-55820581197-35","eu-tr-3978240953-79","eu-tr-06698681039-26","ec-person-180e5c5b13dac533a1241b0f9d78176c8bec3d51","eu-tr-59513031434-92"]}} -{"id":"ec-meeting-2020-06-11-32e9d8d0efefdd88ec6a746e1b91e486eae21171","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-11 - Environment x Aldersgate Group"],"date":["2020-06-11"],"summary":["European Green Deal and green recovery"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-env"],"involved":["eu-tr-570633817416-75","ec-person-3bc74ce04ea3f4ab4d91a5c88eef25b8b8a213b4"]}} -{"id":"ec-meeting-2020-06-11-38dfbff3b4c6d619e66087b9b898e0dce9153c22","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-11 - Cabinet of Executive Vice-President Frans Timmermans x Green 10"],"date":["2020-06-11"],"summary":["Recovery Package, 2030 Climate and Energy Plan, Biodiversity Strategy, Farm to Fork"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - videoconference"],"address":["Brussels - videoconference"],"addressEntity":["addr-a3a01e55b02ab591ce10151760698f4306ec49cb"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-7c876f4825f213b8adbedf089ccedfbc3b36d65b","eu-tr-70309834043-10"]}} -{"id":"ec-meeting-2020-06-11-4622bee4d38f30187b42c6edbdd559513f464697","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-11 - Cabinet of Commissioner Mariya Gabriel x Hydrogen Europe"],"date":["2020-06-11"],"summary":["European Green Deal"],"notes":["Portfolio: Innovation and Youth"],"location":["Video-conferencing"],"address":["Video-conferencing"],"addressEntity":["addr-4611e6784da5e4097c2b6fa2bc5e51eb9a0577bd"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["ec-person-6a2152ccdf48d8ec087f545734a0ec503917193b","ec-person-1674399a793e9e6fd7cf55b525515fc862fc9351","eu-tr-77659588648-75"]}} -{"id":"ec-meeting-2020-06-11-63b270139d43c5b4e27c93ea7befe8e712f24550","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-11 - Cabinet of Commissioner Adina Vălean x Fédération Internationale de l'Automobile"],"date":["2020-06-11"],"summary":["Meeting to discuss the Automotive sector."],"notes":["Portfolio: Transport"],"location":["Audio Conference"],"address":["Audio Conference"],"addressEntity":["addr-3cea2b8634ec09fd18d03cf81627eb1a7eda8e4b"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["eu-tr-84839535366-67","ec-person-6e21d867543ef3b910e746c319cb048abd054702","ec-person-267c5ab3ea5304fc6305ef321e214c9c1cd0f78e"]}} -{"id":"ec-meeting-2020-06-11-64d7c0ff78345538bec1b827ce9c7bba0b3a83ed","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-11 - Cabinet of Commissioner Adina Vălean x POLIS"],"date":["2020-06-11"],"summary":["Sustainable urban mobility"],"notes":["Portfolio: Transport"],"location":["Conference call"],"address":["Conference call"],"addressEntity":["addr-28ba88479582b2f75898964548da4252dc7db7d2"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["eu-tr-27284005223-47","ec-person-cc0354fbf386eb83f57c00ad5240f1dddeeabab4"]}} -{"id":"ec-meeting-2020-06-11-6bc37b4a60d89e603ee4a58c93cd78197bbb90e8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-11 - Cabinet of Commissioner Thierry Breton x Booking.com B.V."],"date":["2020-06-11"],"summary":["Recovery of the tourism sector and role of online platforms"],"notes":["Portfolio: Internal Market"],"location":["Teleconference"],"address":["Teleconference"],"addressEntity":["addr-a1b2e4eeecb1f46f3239fd2a390e2ec3f16bc2cb"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-146537115285-34","ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","ec-person-4d83416435f81b1f1e8f5c86aeebb1478577f1d2"]}} -{"id":"ec-meeting-2020-06-11-7020d2efeb6576eaed32b5b146230d955ac6760f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-11 - Communications Networks, Content and Technology x Expedia Group"],"date":["2020-06-11"],"summary":["Impact of COVID-19 (virtual)"],"location":["brussels"],"address":["brussels"],"addressEntity":["addr-e2daa1574b7ac475c827b33e281bd2d5e013c882"],"organizer":["ec-dg-connect"],"involved":["ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f","eu-tr-310742426359-07"]}} -{"id":"ec-meeting-2020-06-11-782666b3c037659f2df52d21e80c1f18e19d9fbd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-11 - Cabinet of Commissioner Virginijus Sinkevičius x ClientEarth AISBL Seas At Risk vzw"],"date":["2020-06-11"],"summary":["To exchange views on the negotiations on the future European Maritime and Fisheries Fund"],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Video meeting"],"address":["Video meeting"],"addressEntity":["addr-762dc9b5648e05f3894b6f2597baa8254e5414db"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["ec-person-dd7a7b1952e158f4195d34cff333ec79a4f48ba3","ec-person-1443799688ae485d7a2fee5c9defab2c5b7c7e6c","eu-tr-95261732139-73","eu-tr-96645517357-19"]}} -{"id":"ec-meeting-2020-06-11-90fcdf3ec985f137a8976107fa73727e3607b411","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-11 - Cabinet of Commissioner Stella Kyriakides x CropLife Europe"],"date":["2020-06-11"],"summary":["VC Meeting on Farm to Fork Strategy"],"notes":["Portfolio: Health"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-kyriakides-of-stella"],"involved":["eu-tr-0711626572-26","ec-person-c7513fae2df7920eea99d7cc103a354aa4f56b6e"]}} -{"id":"ec-meeting-2020-06-11-9140c3513c17fdb080da86b0dec49d0ec7d2541d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-11 - Cabinet of Commissioner Didier Reynders x Verbraucherzentrale Bundesverband"],"date":["2020-06-11"],"summary":["The new consumer agenda and the impact of the Covid-19 crisis on consumers"],"notes":["Portfolio: Justice"],"location":["Video-conference"],"address":["Video-conference"],"addressEntity":["addr-afae67aab834151e72f631228e72361e369db072"],"organizer":["ec-cabinet-commissioner-didier-of-reynders"],"involved":["ec-person-1e25399e2267734c5f4c69093d2286c8898ee9f0","eu-tr-2893800753-48"]}} -{"id":"ec-meeting-2020-06-11-95561cd89ef1d58206e88b909f71965c1c44dfd4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-11 - Cabinet of Executive Vice-President Frans Timmermans x Guidehouse Netherlands B.V."],"date":["2020-06-11"],"summary":["Role of hydrogen and biomethane in climate neutral energy sectors"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - video conference"],"address":["Brussels - video conference"],"addressEntity":["addr-d7df553e47e69d1cc9f4189b36b7c867f80459b0"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-291658228603-85","ec-person-9eafbf4a92961023c7df3ab389ae6d4301dec4bf","ec-person-d53e00c46a4cc62bbf533e0c9bb35bacb9121989"]}} -{"id":"ec-meeting-2020-06-11-a51b8dd8d44176f342117d222a07f5d1b8d423db","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-11 - Cabinet of Commissioner Nicolas Schmit x EcoTransFaire Luxembourg Institute of Socio-Economic Research"],"date":["2020-06-11"],"summary":["Vidéoconférence sur l’Economie Sociale et Solidaire et l’impact de la pandémie sur le travail."],"notes":["Portfolio: Jobs and Social Rights"],"location":["Vidéoconférence"],"address":["Vidéoconférence"],"addressEntity":["addr-2f999e5051d1299c5ffa450b8aef3b1ea3769d2e"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["eu-tr-465973538471-87","ec-person-4cf4655ab41922e92160325d987a3c4615c72d30","eu-tr-194048338487-53","ec-person-c03b949331dbbe5fa3d5423758e371ec1b9b832f"]}} -{"id":"ec-meeting-2020-06-11-a569cdb9b8be0b0ff6db62a0a2b8c76f534d6ca3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-11 - Cabinet of Commissioner Phil Hogan x American Chamber of Commerce to the European Union"],"date":["2020-06-11"],"summary":["USA/EU transatlantic relationship & Trade Policy Review."],"location":["Video Conference"],"address":["Video Conference"],"addressEntity":["addr-fd005d1da26cd3c9a734fbbadaf813e8115acdeb"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-a1a78365cc4685b0958056646204977d8f2ead92","eu-tr-5265780509-97"]}} -{"id":"ec-meeting-2020-06-11-a72d84bec3f83618dcaf15449ad21c5be3b7b77a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-11 - Cabinet of Commissioner Janusz Wojciechowski x Union des Industries de la Fertilisation"],"date":["2020-06-11"],"summary":["La stratégie Farm to Fork et l'utilisation des intrants agricoles."],"notes":["Portfolio: Agriculture"],"location":["videoconference"],"address":["videoconference"],"addressEntity":["addr-92b2fbb928e012810d80d9ef1abe12027beee200"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["eu-tr-452451015983-08","ec-person-90b64673ee7f4c1dae185fbd64b45f5c45f2b66d"]}} -{"id":"ec-meeting-2020-06-11-b4f8732631400a56d7684fcb0ec1778c06ba6c97","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-11 - Cabinet of Vice-President Margaritis Schinas x Aerospace, Security and Defence Industries Association of Europe"],"date":["2020-06-11"],"summary":["Exchange of views on the new Security Union Strategy"],"notes":["Portfolio: Promoting the European Way of Life"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-margaritis-of-president-schinas-vice"],"involved":["ec-person-901d49b3e3af3e96de8d42787e8633b0adc76ca1","ec-person-c8d1d7f3012c344bc60630eb456865390bddc7c5","eu-tr-72699997886-57"]}} -{"id":"ec-meeting-2020-06-11-b57612a7020aa442e1edf19a7f961dd0a7430c74","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-11 - Cabinet of Executive Vice-President Margrethe Vestager x Broadcom"],"date":["2020-06-11"],"summary":["To discuss cybersecurity and AI"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-240029014014-18","ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0","ec-person-8b6db5c3c4611618ade59c6d0dadc21c962f0ee7"]}} -{"id":"ec-meeting-2020-06-11-c128ee2e4e79bfc76932ce3fb02f95126e8f3e06","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-11 - Cabinet of Commissioner Stella Kyriakides x European Public Health Alliance"],"date":["2020-06-11"],"summary":["Farm to Fork Strategy."],"notes":["Portfolio: Health"],"location":["Webex meeting"],"address":["Webex meeting"],"addressEntity":["addr-890aa61c6c51df2fa544a1ba06758b65e1bd53ff"],"organizer":["ec-cabinet-commissioner-kyriakides-of-stella"],"involved":["eu-tr-18941013532-08","ec-person-c7513fae2df7920eea99d7cc103a354aa4f56b6e"]}} -{"id":"ec-meeting-2020-06-11-c67ef8fd149d10a3ab992f95ca29da0b9af0d80d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-11 - Cabinet of Commissioner Jutta Urpilainen x CONCORD Europe"],"date":["2020-06-11"],"summary":["EU-ACP Negotiations"],"notes":["Portfolio: International Partnerships"],"location":["Teleconference"],"address":["Teleconference"],"addressEntity":["addr-a1b2e4eeecb1f46f3239fd2a390e2ec3f16bc2cb"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["eu-tr-34478709670-34","ec-person-7204caa5e704bc4a911fee13ad5c0f62fd74b3bc"]}} -{"id":"ec-meeting-2020-06-11-cee444e44c5f9f563553d3feb4263d461f4bbd05","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-11 - Mobility and Transport x Wizz Air Group"],"date":["2020-06-11"],"summary":["recovery of aviation sector following the COVID-19 pandemic"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-dg-move"],"involved":["eu-tr-852622937459-14","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2020-06-11-d1a210aa2865e74a89a196e2cd688b8525019f6f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-11 - Cabinet of Commissioner Janusz Wojciechowski x LP Brussels"],"date":["2020-06-11"],"summary":["Sustainable biomass in delivering the EU's climate and energy ambition."],"notes":["Portfolio: Agriculture"],"location":["videophone call"],"address":["videophone call"],"addressEntity":["addr-4f7dbf0d39a3ab7dd206aaedfb927e2a177eb3e3"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["eu-tr-737111833676-52","ec-person-cafe030b6dad78a75143f7552c420481b30ebceb"]}} -{"id":"ec-meeting-2020-06-11-d91c93aef329c153b103864169e7fe55673577a7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-11 - Cabinet of Executive Vice-President Frans Timmermans x International Institute of Communications"],"date":["2020-06-11"],"summary":["Participation in panel on zero emission digital growth"],"notes":["Portfolio: European Green Deal"],"location":["Brussels/video conference"],"address":["Brussels/video conference"],"addressEntity":["addr-af594b86f148461599968fdc5ee5a1b51ced2c59"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-d56ecbfde17436a136fc89c9a978b266e8285c84","eu-tr-380037721776-16"]}} -{"id":"ec-meeting-2020-06-11-dc126d27c187c9c1afed36703d84cf47f6bde795","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-11 - Cabinet of Commissioner Nicolas Schmit x BUSINESSEUROPE SGI Europe EUROPEAN TRADE UNION CONFEDERATION SMEunited aisbl"],"date":["2020-06-11"],"summary":["Meeting with Vice-President Schinas and Social Partners on Skills."],"notes":["Portfolio: Jobs and Social Rights"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-66fa2c2d100ec194caa42b5c6f97c36e2748b71c","ec-person-8eb18b6102d444937bc6af5822a6742812165b48","ec-person-4cf4655ab41922e92160325d987a3c4615c72d30","eu-tr-55820581197-35","eu-tr-3978240953-79","eu-tr-06698681039-26","ec-person-935314e38d735654cae8ee61313a3d73439b242d","ec-person-c03b949331dbbe5fa3d5423758e371ec1b9b832f","eu-tr-59513031434-92"]}} -{"id":"ec-meeting-2020-06-11-e37ba612fef0c8de2bec39f337e57ff5fd9865c9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-11 - Cabinet of Executive Vice-President Frans Timmermans x None"],"date":["2020-06-11"],"summary":["European Green Deal and recovery"],"notes":["Portfolio: European Green Deal"],"location":["video conference (Brussels)"],"address":["video conference (Brussels)"],"addressEntity":["addr-96d45bbb99f3da137b2243f11b529ed54662db90"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-570633817416-75","ec-person-e88af8eb396e96e3dbc9b4ec6e40a348d26c389c","ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce","eu-tr-923075424715-96","eu-tr-046522111711-44"]}} -{"id":"ec-meeting-2020-06-11-f50628b076cace0a29ebe881834fcc91b59e5fc8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-11 - Cabinet of Vice-President Maroš Šefčovič x Notre Europe - Institut Jacques Delors / Notre Europe - Jacques Delors Institute"],"date":["2020-06-11"],"summary":["Maroš Šefčovič receives M. Pascal Lamy, former Director-General of the World Trade Organization (WTO) and President Emeritus of Jacques Delors Institute."],"notes":["Portfolio: Interinstitutional Relations and Foresight"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-726109217329-25","ec-person-1f95be23689cd4ed0a26fe2980f760ccf2d55c1e"]}} -{"id":"ec-meeting-2020-06-12-122dc53cb3f7349a43b94f52700ef32cc478be6e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-12 - Cabinet of President Ursula von der Leyen x Médecins Sans Frontières International"],"date":["2020-06-12"],"summary":["COVID-19"],"notes":["Portfolio: President"],"location":["Brussels (video conference)"],"address":["Brussels (video conference)"],"addressEntity":["addr-1a77e12c05a39186f3ddab600c3e9e619c4822ef"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-f2b941852d3b961d69ed695c2d243a1a2b4a1904","eu-tr-928308827208-10"]}} -{"id":"ec-meeting-2020-06-12-295e7261e518c1241f116184d075045660a1b3ee","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-12 - Cabinet of President Ursula von der Leyen x Global Citizen"],"date":["2020-06-12"],"summary":["Videoconfere with CEO of Global Citizen (Topic: Preparation of Global Pledging Summit on 27 June)"],"notes":["Portfolio: President"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["eu-tr-211392938041-28","ec-person-a2ac27c3a7aa93937efc47169c1dc2264a822175"]}} -{"id":"ec-meeting-2020-06-12-2a53b45bf675e3ee2b109dcf6bc0515ded6814f6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-12 - Cabinet of Commissioner Didier Reynders x BUSINESSEUROPE"],"date":["2020-06-12"],"summary":["Commission’s recent activities and upcoming initiatives in the field of company law, corporate governance and consumers"],"notes":["Portfolio: Justice"],"location":["video conferencing"],"address":["video conferencing"],"addressEntity":["addr-613317ccdf0c2bce8cb9f90df551697cd890eda7"],"organizer":["ec-cabinet-commissioner-didier-of-reynders"],"involved":["eu-tr-3978240953-79","ec-person-4cd0043747c40cfeaced5e4c68e43372cdb8dac9"]}} -{"id":"ec-meeting-2020-06-12-2ffcad8890f25808d8e0154de129c525d9d6d805","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-12 - Cabinet of Executive Vice-President Frans Timmermans x Danone"],"date":["2020-06-12"],"summary":["Sustainable food systems"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - video conference"],"address":["Brussels - video conference"],"addressEntity":["addr-d7df553e47e69d1cc9f4189b36b7c867f80459b0"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-65744846168-89","ec-person-33624431cbec1074e151c1707715ef46d2ba9565"]}} -{"id":"ec-meeting-2020-06-12-462ae2e8901ae47805ca5f0fe2ef3472deb8bd47","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-12 - Cabinet of Commissioner Kadri Simson x Eni S.p.A."],"date":["2020-06-12"],"summary":["ENI's climate neutrality plans, biofuels, waste-to-fuel and global clean energy supply."],"notes":["Portfolio: Energy"],"location":["Video-conferencing"],"address":["Video-conferencing"],"addressEntity":["addr-4611e6784da5e4097c2b6fa2bc5e51eb9a0577bd"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["ec-person-3ba14eabc5fddef75d1a672cc75b5f4bddd72ee9","eu-tr-99578067285-35","ec-person-2fb98fc84d2cf8d481688eff3d47f7745ead3592","ec-person-1995c65b8dc7f3702a8c30ed96a0144075848837"]}} -{"id":"ec-meeting-2020-06-12-4a3ee43aef522b2491ca41fbc4245e0a576dd732","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-12 - Cabinet of Commissioner Janusz Wojciechowski x Euromontana"],"date":["2020-06-12"],"summary":["Long Term Vision for Rural Areas."],"notes":["Portfolio: Agriculture"],"location":["video phone call"],"address":["video phone call"],"addressEntity":["addr-20169d8760eb932415b38f11daea45615ba4bb37"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["ec-person-cafe030b6dad78a75143f7552c420481b30ebceb","eu-tr-5446623780-39"]}} -{"id":"ec-meeting-2020-06-12-5c52894b430fc95cb8a65c1a1a00aa87ece04861","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-12 - Cabinet of Commissioner Nicolas Schmit x Eurocities"],"date":["2020-06-12"],"summary":["Videoconference on the effect of the crisis on the most vulnerables, the important role of cities in the crisis and the recovery."],"notes":["Portfolio: Jobs and Social Rights"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-66fa2c2d100ec194caa42b5c6f97c36e2748b71c","ec-person-4cf4655ab41922e92160325d987a3c4615c72d30","ec-person-c03b949331dbbe5fa3d5423758e371ec1b9b832f","eu-tr-12493392840-79"]}} -{"id":"ec-meeting-2020-06-12-63a42b54a59a578d79ef47acb44dd420fe7d05e8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-12 - Cabinet of Commissioner Thierry Breton x European Film Agency Directors"],"date":["2020-06-12"],"summary":["Exchange on the impact of COVID-19, recovery plan and initiatives for the audio-visual and media ecosystem"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-5215bd372c5a1202399d77ecceb8c16de8d7d55c","eu-tr-430805515370-85"]}} -{"id":"ec-meeting-2020-06-12-7e162ceeaa3318e3678db1690d9adc414d3cee49","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-12 - Cabinet of Commissioner Thierry Breton x ACT | The App Association"],"date":["2020-06-12"],"summary":["Digital services Act"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-72029513877-54","ec-person-4d83416435f81b1f1e8f5c86aeebb1478577f1d2"]}} -{"id":"ec-meeting-2020-06-12-8a461e17815d8d3593e481e6826e10fac9b0a83d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-12 - Cabinet of President Ursula von der Leyen x Amgen Inc Global Citizen Teneo Brussels"],"date":["2020-06-12"],"summary":["Videoconference CEO of Amgen and CEO of Teneo (Topic: Preparation of Global Pledging Summit on 27 June)"],"notes":["Portfolio: President"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["eu-tr-211392938041-28","ec-person-a2ac27c3a7aa93937efc47169c1dc2264a822175","eu-tr-42243575237-50","eu-tr-91124993695-29"]}} -{"id":"ec-meeting-2020-06-12-98b01d7b6f6ffca1e9b6028003b622482bb7171b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-12 - Cabinet of Commissioner Paolo Gentiloni x Eurocities"],"date":["2020-06-12"],"summary":["Covid-19 crisis and impacts, bottom-ups solutions"],"notes":["Portfolio: Economy"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-gentiloni-of-paolo"],"involved":["ec-person-088d26d74d1898338fbf1c86e139bd6d3b870dbc","eu-tr-12493392840-79"]}} -{"id":"ec-meeting-2020-06-12-9addaa8d6b493cf17ef556ee2172edd5205176cf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-12 - Cabinet of Commissioner Kadri Simson x BUSINESSEUROPE"],"date":["2020-06-12"],"summary":["BusinessEurope's support to GD.\r\nCOVID19 impact on businesses, investments.\r\nBusinessEurope's inputs to energy system integration strategy, 2030 climate target plan, renovation wave.\r\nPoss. future cooperation on NECPs and upcoming EC's initiatives."],"notes":["Portfolio: Energy"],"location":["Video conference"],"address":["Video conference"],"addressEntity":["addr-ebc9fd5c2f372a32153cf3f4d5fb918a96b84a88"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["ec-person-d40f25b5cb5c0681854a4996da444478318f7e58","eu-tr-3978240953-79"]}} -{"id":"ec-meeting-2020-06-12-af1063be1c86e2343a995cd0523d38e4cde0c548","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-12 - Cabinet of Executive Vice-President Frans Timmermans x Eurocities"],"date":["2020-06-12"],"summary":["European Green Deal and the Green Recovery"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - videoconference"],"address":["Brussels - videoconference"],"addressEntity":["addr-a3a01e55b02ab591ce10151760698f4306ec49cb"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-7c876f4825f213b8adbedf089ccedfbc3b36d65b","eu-tr-12493392840-79"]}} -{"id":"ec-meeting-2020-06-12-b1d2cb250bfd4177883eeaf4ff9216f8a9cb2f36","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-12 - Cabinet of Commissioner Nicolas Schmit x Nestlé S.A."],"date":["2020-06-12"],"summary":["Videoconference on the effect of the crisis on employment, especially youth employment, apprenticeships and skills."],"notes":["Portfolio: Jobs and Social Rights"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-66fa2c2d100ec194caa42b5c6f97c36e2748b71c","ec-person-4cf4655ab41922e92160325d987a3c4615c72d30","eu-tr-15366395387-57","ec-person-c03b949331dbbe5fa3d5423758e371ec1b9b832f"]}} -{"id":"ec-meeting-2020-06-12-cc16f7d895d1152730f2b1ef7ff8b120a31cd858","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-12 - Cabinet of President Ursula von der Leyen x Volvo Car Corporation AB A.P. Møller - Mærsk A/S Siemens AG AIR LIQUIDE"],"date":["2020-06-12"],"summary":["Videoconference with Chairman of Volvo, Chairman of Siemens and Maersk, CEO of Air Liquide (Topic: European Economic Recovery)"],"notes":["Portfolio: President"],"location":["Videconference"],"address":["Videconference"],"addressEntity":["addr-e611dc74f08dc0cb4369d9147ee1bc357f769320"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["eu-tr-94857385769-70","ec-person-a2ac27c3a7aa93937efc47169c1dc2264a822175","eu-tr-680443918500-51","eu-tr-74574295642-60","eu-tr-4266797770-31"]}} -{"id":"ec-meeting-2020-06-12-e208a2d241f889ce02566622b24f8bfa0f815a8d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-12 - Cabinet of Vice-President Věra Jourová x European Policy Centre"],"date":["2020-06-12"],"summary":["COVID 19 Disinformation"],"notes":["Portfolio: Values and Transparency"],"location":["Webinar"],"address":["Webinar"],"addressEntity":["addr-2b6cc2bcdc6dde860cdaf12187589e4e4dd5b609"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["eu-tr-89632641000-47","ec-person-bf54da17217bbddfd9c68fe24d88005ac17e2c4b"]}} -{"id":"ec-meeting-2020-06-12-ec639fe19e4c8fe7e191f3124ffef38e74492596","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-12 - Cabinet of Executive Vice-President Frans Timmermans x European Biogas Association"],"date":["2020-06-12"],"summary":["Role of biogas in climate neutral energy sector"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - video conference"],"address":["Brussels - video conference"],"addressEntity":["addr-d7df553e47e69d1cc9f4189b36b7c867f80459b0"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-18191445640-83","ec-person-d53e00c46a4cc62bbf533e0c9bb35bacb9121989","ec-person-33624431cbec1074e151c1707715ef46d2ba9565"]}} -{"id":"ec-meeting-2020-06-12-f4eb34c264432285a1fb3095affcf74e77b532e4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-12 - Cabinet of Commissioner Paolo Gentiloni x The Goldman Sachs Group, Inc."],"date":["2020-06-12"],"summary":["Participation to Goldman Sachs’ 24th Annual European Financials Conference"],"notes":["Portfolio: Economy"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-gentiloni-of-paolo"],"involved":["ec-person-088d26d74d1898338fbf1c86e139bd6d3b870dbc","eu-tr-701266814986-18"]}} -{"id":"ec-meeting-2020-06-12-f5a367d5628b589988228bb6b068ddecf08d667a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-12 - Cabinet of Executive Vice-President Frans Timmermans x Elegrotech OÜ"],"date":["2020-06-12"],"summary":["European Green Deal and circular plastics economy"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-016931838416-67","ec-person-8af3c81534786a740718d21dc58240738a53ed7b"]}} -{"id":"ec-meeting-2020-06-12-fd8e5a1b9c9360fd94dd67ae6bb53345a8c8745a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-12 - Cabinet of Commissioner Kadri Simson x Shell Companies"],"date":["2020-06-12"],"summary":["Clean energy transition, hydrogen, Shell decarbonisation scenarios."],"notes":["Portfolio: Energy"],"location":["Video-conferencing"],"address":["Video-conferencing"],"addressEntity":["addr-4611e6784da5e4097c2b6fa2bc5e51eb9a0577bd"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["ec-person-3ba14eabc5fddef75d1a672cc75b5f4bddd72ee9","ec-person-2fb98fc84d2cf8d481688eff3d47f7745ead3592","eu-tr-05032108616-26","ec-person-1995c65b8dc7f3702a8c30ed96a0144075848837"]}} -{"id":"ec-meeting-2020-06-12-fe065d3197351a51b618ac8a3d94a46552acc9e4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-12 - Financial Stability, Financial Services and Capital Markets Union x Gavea Investimento"],"date":["2020-06-12"],"summary":["The impact of the Covid 19 pandemic and the macroeconomic situation in the EU"],"location":["Virtual meeting"],"address":["Virtual meeting"],"addressEntity":["addr-1f1f3f51a4da31a1ea5c1b4b21cbf52ad983224f"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-944179138377-03","ec-person-1fce211249673c35ee07a801ddee77ab24af8d54"]}} -{"id":"ec-meeting-2020-06-15-15fb5bf7ea810521d551e93d213ff07a8d9327f9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-15 - Cabinet of Vice-President Věra Jourová x The German Marshall Fund of the United States - The Transatlantic Foundation"],"date":["2020-06-15"],"summary":["Brussels Forum: “Combating disinformation to secure democracy“"],"notes":["Portfolio: Values and Transparency"],"location":["Webinar"],"address":["Webinar"],"addressEntity":["addr-2b6cc2bcdc6dde860cdaf12187589e4e4dd5b609"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["ec-person-bf54da17217bbddfd9c68fe24d88005ac17e2c4b","eu-tr-823171519707-31"]}} -{"id":"ec-meeting-2020-06-15-2d1efe8426b2fbd188462f6133ade29daeef7810","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-15 - Research and Innovation x Civil Society Europe"],"date":["2020-06-15"],"summary":["High-level debate on trust and governance"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-rtd"],"involved":["eu-tr-520775919740-63","ec-person-1d348f33395de0ea6773a7b4ae8797e3e0392f73"]}} -{"id":"ec-meeting-2020-06-15-34e86c1ad2fc3b0d8c03e3d98008986a9ba6dc27","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-15 - Cabinet of Commissioner Thierry Breton x EBU-UER (European Broadcasting Union)"],"date":["2020-06-15"],"summary":["Exchange on the impact of COVID-19 and Recovery Plan; EBU’s open space project"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-93288301615-56","ec-person-5215bd372c5a1202399d77ecceb8c16de8d7d55c"]}} -{"id":"ec-meeting-2020-06-15-38d157ddbb9a9c3b36dd20ea907038381a33ad15","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-15 - Cabinet of Executive Vice-President Frans Timmermans x Awaris GmbH"],"date":["2020-06-15"],"summary":["Training/coaching programs for change management"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - videocall"],"address":["Brussels - videocall"],"addressEntity":["addr-80481fe83695836b7e7f0bdc17c0a4bfb171b4e9"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-9eafbf4a92961023c7df3ab389ae6d4301dec4bf","eu-tr-598442938736-79"]}} -{"id":"ec-meeting-2020-06-15-4a4dd0d7b5a196a9fde9840367070e1d031d35e2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-15 - Cabinet of Commissioner Virginijus Sinkevičius x Wirtschaftskammer Österreich WirtschaftsVereinigung Metalle ECFIA Representing the High Temperature Insulation Wool Industry"],"date":["2020-06-15"],"summary":["VC meeting with Cross-Industry Initiative (CII) to discuss the REACH/OSH interface and Improving the RMOA process – a tool for achieving the Chemical Strategy objectives"],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["VC meeting"],"address":["VC meeting"],"addressEntity":["addr-cd9a24155554dfef75d938fedc942c17aa6c4562"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["eu-tr-9002547940-17","eu-tr-437067914645-34","eu-tr-10405322962-08","ec-person-172a438ed334761e2ab5d52e551fd1bcb6ab6b8d"]}} -{"id":"ec-meeting-2020-06-15-63311d727aaa7dd05435f2a36a831fd0ba6765e7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-15 - Cabinet of Commissioner Kadri Simson x INSTITUT PHOTOVOLTAIQUE D’ ILE DE FRANCE"],"date":["2020-06-15"],"summary":["Main trends of the solar power market in Europe and globally (incl. small vs. utility scale installations).\r\nPossibilities for international cooperation.\r\nInnovation in EU solar power technologies, advantages in sustainability terms."],"notes":["Portfolio: Energy"],"location":["Video conference"],"address":["Video conference"],"addressEntity":["addr-ebc9fd5c2f372a32153cf3f4d5fb918a96b84a88"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["ec-person-9b7f5fe059e5b0b40e79e9170211aa2f02322fdb","eu-tr-502984837987-42","ec-person-d40f25b5cb5c0681854a4996da444478318f7e58"]}} -{"id":"ec-meeting-2020-06-15-81ddcb1d82413b2d76317dbfae3ad99cca8cc72f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-15 - Cabinet of Executive Vice-President Valdis Dombrovskis x Assicurazioni Generali S.p.A"],"date":["2020-06-15"],"summary":["Recovery strategy, Solvency II, sustainable finance"],"notes":["Portfolio: An Economy that Works for People"],"location":["video call"],"address":["video call"],"addressEntity":["addr-12d8c530d76da0b7745f9c0f9285e7eec97adc55"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["eu-tr-600525713796-88","ec-person-9e7bd1005456277f156b671d1555c6a460fb2f58"]}} -{"id":"ec-meeting-2020-06-15-82d86a57df385a4d2b58112f3f11785205bfc679","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-15 - Cabinet of Commissioner Nicolas Schmit x European DIGITAL SME Alliance"],"date":["2020-06-15"],"summary":["Meeting on the recovery strategy and the sustainable digitalisation of SMEs."],"notes":["Portfolio: Jobs and Social Rights"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-66fa2c2d100ec194caa42b5c6f97c36e2748b71c","eu-tr-082698126468-52","ec-person-4cf4655ab41922e92160325d987a3c4615c72d30"]}} -{"id":"ec-meeting-2020-06-15-983c386d12d1c6d208f682d2b227947ae06596f8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-15 - Cabinet of Executive Vice-President Frans Timmermans x EPIA SolarPower Europe"],"date":["2020-06-15"],"summary":["Video message for the Global Solar Market Outlook for Solar Power 2020-2024 on 17/6/2020"],"notes":["Portfolio: European Green Deal"],"location":["Video message (Brussels)"],"address":["Video message (Brussels)"],"addressEntity":["addr-6fc21af5646251688bddf36e839b567a52c421c4"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-2680046412-48","ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce"]}} -{"id":"ec-meeting-2020-06-15-a5a5b65a8eb66a974a5b15a3f15eb01ca6d7b7da","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-15 - Cabinet of Executive Vice-President Frans Timmermans x Bundesverband der Deutschen Industrie e.V."],"date":["2020-06-15"],"summary":["Fresh start for climate policy on the Green Deal + Recovery Covid 19 crisis, including in the areas of mobility and logistics"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - videoconference"],"address":["Brussels - videoconference"],"addressEntity":["addr-a3a01e55b02ab591ce10151760698f4306ec49cb"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-7c876f4825f213b8adbedf089ccedfbc3b36d65b","eu-tr-1771817758-48"]}} -{"id":"ec-meeting-2020-06-15-b4ba9d9745998491b6ef4136488fc2942326e611","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-15 - Cabinet of Commissioner Virginijus Sinkevičius x Scientists for Future Helmholtz-Gemeinschaft Deutscher Forschungszentren e.V. Umweltbundesamt GmbH - Environment Agency Austria Humboldt-Universität zu Berlin"],"date":["2020-06-15"],"summary":["To discuss how the scientific support can be used in streamlining the Common Agriculture Policy with the European Green Deal, as well as with the targets of Biodiversity Strategy."],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Video meeting"],"address":["Video meeting"],"addressEntity":["addr-762dc9b5648e05f3894b6f2597baa8254e5414db"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["eu-tr-130583737816-56","ec-person-dd7a7b1952e158f4195d34cff333ec79a4f48ba3","eu-tr-604212735960-64","eu-tr-73792436593-97","ec-person-1443799688ae485d7a2fee5c9defab2c5b7c7e6c","eu-tr-840952226508-06"]}} -{"id":"ec-meeting-2020-06-15-db55a1c5b4f9ca4463b69484a9ee6c7aaf1f826d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-15 - Cabinet of Commissioner Nicolas Schmit x None"],"date":["2020-06-15"],"summary":["European trade unions’ call for swift action on worker involvement rights"],"notes":["Portfolio: Jobs and Social Rights"],"location":["VC"],"address":["VC"],"addressEntity":["addr-d6788b0715b89d9781e90f4df364ac624d78e439"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-8eb18b6102d444937bc6af5822a6742812165b48","eu-tr-04902121531-04","eu-tr-33130841043-14","eu-tr-06698681039-26","eu-tr-358284014848-82","eu-tr-57745478360-42"]}} -{"id":"ec-meeting-2020-06-15-e7c3baea359ad564a72965ea84b82eb7e8ca30bb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-15 - Cabinet of Executive Vice-President Frans Timmermans x Bloomberg L.P."],"date":["2020-06-15"],"summary":["On-going studies by Bloomberg New Energy Finance in the area of just transition, hydrogen and renewables"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - video conference"],"address":["Brussels - video conference"],"addressEntity":["addr-d7df553e47e69d1cc9f4189b36b7c867f80459b0"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-214140728444-40","ec-person-d53e00c46a4cc62bbf533e0c9bb35bacb9121989"]}} -{"id":"ec-meeting-2020-06-15-fddb7b00a5958b6ff22ad461f36a7a296b888d22","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-15 - Cabinet of Executive Vice-President Margrethe Vestager x The European Steel Association"],"date":["2020-06-15"],"summary":["To discuss european steel"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-c5a20b92c008e114355d197b9b2fd62c88868c4e","ec-person-11d97788772862bb34f51dd26d7f92603eac1bf8","eu-tr-93038071152-83"]}} -{"id":"ec-meeting-2020-06-16-078fa2bb27134a9f42c0980949db48aa2a8966f2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-16 - Cabinet of Commissioner Janusz Wojciechowski x American Chamber of Commerce to the European Union"],"date":["2020-06-16"],"summary":["AmCham EU's Agriculture and Food Committee meeting - June"],"notes":["Portfolio: Agriculture"],"location":["videoconference"],"address":["videoconference"],"addressEntity":["addr-92b2fbb928e012810d80d9ef1abe12027beee200"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["ec-person-625f8b4379f79adee4f15c6a0417a96bb5a5a403","eu-tr-5265780509-97"]}} -{"id":"ec-meeting-2020-06-16-11e79821e33d5356499a55dd29184c81c86cb6e5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-16 - Financial Stability, Financial Services and Capital Markets Union x Commerzbank AG"],"date":["2020-06-16"],"summary":["MiFID II review"],"location":["Virtual meeting"],"address":["Virtual meeting"],"addressEntity":["addr-1f1f3f51a4da31a1ea5c1b4b21cbf52ad983224f"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-83370363079-88","ec-person-1fce211249673c35ee07a801ddee77ab24af8d54"]}} -{"id":"ec-meeting-2020-06-16-1243400dc3873a5b509bc4ea293be3a498f1b08e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-16 - Cabinet of Vice-President Věra Jourová x Microsoft Corporation"],"date":["2020-06-16"],"summary":["Disinformation, AI"],"notes":["Portfolio: Values and Transparency"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["eu-tr-0801162959-21","ec-person-fb258e0188a5319bfaba3161382db43f5a85851f"]}} -{"id":"ec-meeting-2020-06-16-174db5cdda36af8e37f3d5d27017761a0a82f115","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-16 - Cabinet of Commissioner Nicolas Schmit x Eurochild AISBL"],"date":["2020-06-16"],"summary":["Opening of the Eurochild Webinar “Child Guarantee: It’s Happening!” followed by a Question and Answer session."],"notes":["Portfolio: Jobs and Social Rights"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-c2208333f0f75350eef62b355a40bf856f2d9cef","ec-person-4cf4655ab41922e92160325d987a3c4615c72d30","eu-tr-79360311166-84","ec-person-c03b949331dbbe5fa3d5423758e371ec1b9b832f"]}} -{"id":"ec-meeting-2020-06-16-1da430f390bbe1519cc34b05780f535021af4848","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-16 - Internal Market, Industry, Entrepreneurship and SMEs x Bureau Européen des Unions de Consommateurs"],"date":["2020-06-16"],"summary":["Courtesy call for BEUC to present their priorites and interest on ecodesign, chemical strategy as well as AI"],"location":["Phone call"],"address":["Phone call"],"addressEntity":["addr-cac056598c767cdeaa0f13cfe91d25988c24c698"],"organizer":["ec-dg-grow"],"involved":["ec-person-0151c7e554d188fffc509ad636b7d1a84c5dfcd5","eu-tr-9505781573-45"]}} -{"id":"ec-meeting-2020-06-16-346bedcbb9f88e861fdb2d2d81cf9ef2595ed97c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-16 - Cabinet of Commissioner Nicolas Schmit x BUSINESSEUROPE"],"date":["2020-06-16"],"summary":["Meeting with the Social Affairs Committee of BusinessEurope on the Commission’s response to the COVID-19 crisis in the area of employment and social right."],"notes":["Portfolio: Jobs and Social Rights"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-8eb18b6102d444937bc6af5822a6742812165b48","ec-person-4cf4655ab41922e92160325d987a3c4615c72d30","eu-tr-3978240953-79","ec-person-935314e38d735654cae8ee61313a3d73439b242d","ec-person-c03b949331dbbe5fa3d5423758e371ec1b9b832f"]}} -{"id":"ec-meeting-2020-06-16-48d9e349174c733c2ae6993eaefe246077eb1620","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-16 - Financial Stability, Financial Services and Capital Markets Union x Managed Funds Association"],"date":["2020-06-16"],"summary":["CMU, hedge funds, leverage and systemic risk"],"location":["Virtual meeting"],"address":["Virtual meeting"],"addressEntity":["addr-1f1f3f51a4da31a1ea5c1b4b21cbf52ad983224f"],"organizer":["ec-dg-fisma"],"involved":["ec-person-1fce211249673c35ee07a801ddee77ab24af8d54","eu-tr-041415315167-65"]}} -{"id":"ec-meeting-2020-06-16-4ca7e19f17f13738d502341b184fb8b42de2dfa9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-16 - Cabinet of Commissioner Kadri Simson x European Alliance to Save Energy"],"date":["2020-06-16"],"summary":["Energy efficiency first, implementing the Clean Energy for All Europeans package, recovery and resilience measures and building renovation."],"notes":["Portfolio: Energy"],"location":["Video-conferencing"],"address":["Video-conferencing"],"addressEntity":["addr-4611e6784da5e4097c2b6fa2bc5e51eb9a0577bd"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["ec-person-1995c65b8dc7f3702a8c30ed96a0144075848837","eu-tr-37816636575-51"]}} -{"id":"ec-meeting-2020-06-16-587fe173c82ace99aad1e3e8e39fc9594236a624","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-16 - Cabinet of Commissioner Stella Kyriakides x International Biocontrol Manufacturers' Association"],"date":["2020-06-16"],"summary":["VC Meeting on Farm to Fork Strategy"],"notes":["Portfolio: Health"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-kyriakides-of-stella"],"involved":["ec-person-c7513fae2df7920eea99d7cc103a354aa4f56b6e","eu-tr-06818218065-85"]}} -{"id":"ec-meeting-2020-06-16-5969baa08c39763f765b9348035a704ea130cc51","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-16 - Cabinet of Commissioner Stella Kyriakides x Center for Global Development"],"date":["2020-06-16"],"summary":["VC Meeting - Global Health and Vaccines"],"notes":["Portfolio: Health"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-kyriakides-of-stella"],"involved":["ec-person-081d99a6f9ed1259db43e2cbcba20275774511b2","eu-tr-370200435629-58","ec-person-991ce64cea5178762c932ac823ea5d309e7a8d93"]}} -{"id":"ec-meeting-2020-06-16-6ae62a64fa5ccfe407cba9471cc2248cd73072cf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-16 - Cabinet of President Ursula von der Leyen x US National Academy of Medicine"],"date":["2020-06-16"],"summary":["COVID-19"],"notes":["Portfolio: President"],"location":["Brussels (Video conference)"],"address":["Brussels (Video conference)"],"addressEntity":["addr-b598c3c8c78bd0d408e4cc6cf3ec786e83e187ba"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-f2b941852d3b961d69ed695c2d243a1a2b4a1904","eu-tr-983181238590-93"]}} -{"id":"ec-meeting-2020-06-16-76ac91fca699c8de818863134d4272e3da5e297f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-16 - Cabinet of Executive Vice-President Valdis Dombrovskis x EuropeanIssuers"],"date":["2020-06-16"],"summary":["Recovery plan; Capital Markets Union; Sustainable finance"],"notes":["Portfolio: An Economy that Works for People"],"location":["video conference"],"address":["video conference"],"addressEntity":["addr-6dc12e3c97077db82f32184f24341ce370a445fd"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-9e7bd1005456277f156b671d1555c6a460fb2f58","eu-tr-20935778703-23"]}} -{"id":"ec-meeting-2020-06-16-7ec866759eff136309b3b611b8b799d8f379cb17","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-16 - Cabinet of Commissioner Kadri Simson x Eesti Tööandjate Keskliit"],"date":["2020-06-16"],"summary":["European Green Deal, recovery package, hydrogen and upcoming energy initiatives."],"notes":["Portfolio: Energy"],"location":["Video-conferencing"],"address":["Video-conferencing"],"addressEntity":["addr-4611e6784da5e4097c2b6fa2bc5e51eb9a0577bd"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["eu-tr-893942625175-25","ec-person-02dcb64edd20203955d6dad9d5c0dbc71a3d7816","ec-person-1995c65b8dc7f3702a8c30ed96a0144075848837"]}} -{"id":"ec-meeting-2020-06-16-806f285d43adf765966f4209b8fa090cce2b9b94","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-16 - Cabinet of President Ursula von der Leyen x Henkel AG & Co. KGaA"],"date":["2020-06-16"],"summary":["Digital"],"notes":["Portfolio: President"],"location":["Brussels (video conference)"],"address":["Brussels (video conference)"],"addressEntity":["addr-1a77e12c05a39186f3ddab600c3e9e619c4822ef"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-7019713e72781afb1f3b19032c4752a314b78180","eu-tr-13635802880-80"]}} -{"id":"ec-meeting-2020-06-16-85c335c1b35a035d47cc5dc083a2354d89a7df05","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-16 - Mobility and Transport x Airports Council International - European Region"],"date":["2020-06-16"],"summary":["recovery of the aviation sector following the COVID-19 pandemic"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-dg-move"],"involved":["eu-tr-42566063487-73","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2020-06-16-916f206bdc6d5933702b714c32a8177d31ca6924","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-16 - Cabinet of Executive Vice-President Frans Timmermans x BUSINESSEUROPE"],"date":["2020-06-16"],"summary":["Green Deal and Recovery"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - videoconference"],"address":["Brussels - videoconference"],"addressEntity":["addr-a3a01e55b02ab591ce10151760698f4306ec49cb"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-7c876f4825f213b8adbedf089ccedfbc3b36d65b","eu-tr-3978240953-79"]}} -{"id":"ec-meeting-2020-06-16-997223c46e06d24dd5028387a10cea4b0ef9588c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-16 - Cabinet of Commissioner Thierry Breton x Société des auteurs et compositeurs dramatiques"],"date":["2020-06-16"],"summary":["Exchange on COVID-19 impact on creators, copyright and Europe’s cultural sovereignty"],"notes":["Portfolio: Internal Market"],"location":["Vidéoconference"],"address":["Vidéoconference"],"addressEntity":["addr-e5c2a21d6e72b45573cee532f33f8337d8f6ea26"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-29364773893-19","ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","ec-person-5215bd372c5a1202399d77ecceb8c16de8d7d55c"]}} -{"id":"ec-meeting-2020-06-16-aeebe33d5bc3d50417aa97a3d25e5a72069e095e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-16 - Cabinet of President Ursula von der Leyen x CaliberAI"],"date":["2020-06-16"],"summary":["Digital issues"],"notes":["Portfolio: President"],"location":["Brussels (video message)"],"address":["Brussels (video message)"],"addressEntity":["addr-8a956b9853e9a0482b5a530be3ab03e0a9fe7a90"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-7019713e72781afb1f3b19032c4752a314b78180","eu-tr-495723738575-10"]}} -{"id":"ec-meeting-2020-06-16-b0f070bfad29368e5144fc56336870b08bbf6ddc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-16 - Cabinet of Commissioner Olivér Várhelyi x World Economic Forum"],"date":["2020-06-16"],"summary":["Exchange of views on the WEF’s Strategic Dialogue on the Western Balkans."],"notes":["Portfolio: Neighbourhood and Enlargement"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-of-oliver-varhelyi"],"involved":["eu-tr-049060636194-17","ec-person-daf8ff1073a04b30d2f54219ecc93002ef3a684d"]}} -{"id":"ec-meeting-2020-06-16-b3f46ec434ff7286c91504fb4ca36a360dfc57bf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-16 - Cabinet of Executive Vice-President Frans Timmermans x Secretariat of COMECE (Commission of the Episcopates of the European Union)"],"date":["2020-06-16"],"summary":["Preparation of youth dialogue meeting"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - video conference"],"address":["Brussels - video conference"],"addressEntity":["addr-d7df553e47e69d1cc9f4189b36b7c867f80459b0"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-47350036909-69","ec-person-d53e00c46a4cc62bbf533e0c9bb35bacb9121989"]}} -{"id":"ec-meeting-2020-06-16-ca39e8de225670b34892d2f374d0c8d6ddead0c9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-16 - Cabinet of Executive Vice-President Frans Timmermans x IBERDROLA"],"date":["2020-06-16"],"summary":["Decarbonisation policies and economic recovery plans"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - video conference"],"address":["Brussels - video conference"],"addressEntity":["addr-d7df553e47e69d1cc9f4189b36b7c867f80459b0"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-a282162080cef4ef2a8c0ab6247a3e03dc438507","eu-tr-41816938101-07"]}} -{"id":"ec-meeting-2020-06-16-d7dc1dad63637a499d95e0116099010b8a753b80","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-16 - Cabinet of Executive Vice-President Frans Timmermans x Capgemini Invent - the Netherlands"],"date":["2020-06-16"],"summary":["Virtual Interview for Study on Net-Zero Breakthrough Technologies"],"notes":["Portfolio: European Green Deal"],"location":["virtual interview (Brussels)"],"address":["virtual interview (Brussels)"],"addressEntity":["addr-ed202dfc7fa28f2852f668d954be63152665eb51"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-531047531752-02","ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce"]}} -{"id":"ec-meeting-2020-06-16-e6d14316923da31b2a799e3f2caa238bb9602ba7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-16 - Cabinet of Commissioner Elisa Ferreira x WindEurope"],"date":["2020-06-16"],"summary":["Wind industry’s priorities for the Smart Sector Integration and Hydrogen Strategies"],"notes":["Portfolio: Cohesion and Reforms"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-elisa-ferreira-of"],"involved":["eu-tr-19920706471-21","ec-person-1c49c531eceae287dd4a56ac52e8326c65fc2855"]}} -{"id":"ec-meeting-2020-06-16-ed7e96ee6abd22a4c82ac8c4895799358716477c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-16 - Cabinet of President Ursula von der Leyen x World Economic Forum"],"date":["2020-06-16"],"summary":["COVID-19"],"notes":["Portfolio: President"],"location":["Brussels (video conference)"],"address":["Brussels (video conference)"],"addressEntity":["addr-1a77e12c05a39186f3ddab600c3e9e619c4822ef"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["eu-tr-049060636194-17","ec-person-f2b941852d3b961d69ed695c2d243a1a2b4a1904"]}} -{"id":"ec-meeting-2020-06-16-ee706ed21f536e49ad23f88083f4a2f6f235cfa9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-16 - Cabinet of Commissioner Kadri Simson x European Union Chamber of Commerce in China"],"date":["2020-06-16"],"summary":["COVID-19, recovery package, Green deal and green investments, situation in China and EU-China dialogue."],"notes":["Portfolio: Energy"],"location":["Video-conferencing"],"address":["Video-conferencing"],"addressEntity":["addr-4611e6784da5e4097c2b6fa2bc5e51eb9a0577bd"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["eu-tr-592343015058-67","ec-person-9b7f5fe059e5b0b40e79e9170211aa2f02322fdb","ec-person-2fb98fc84d2cf8d481688eff3d47f7745ead3592","ec-person-1995c65b8dc7f3702a8c30ed96a0144075848837"]}} -{"id":"ec-meeting-2020-06-16-f4deafca22be925b7eb2775fc9202b637b473329","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-16 - Cabinet of Executive Vice-President Frans Timmermans x SURFRIDER FOUNDATION EUROPE Center for International Environmental Law European Environmental Bureau Environmental Investigation Agency Environmental Coalition on Standards Seas At Risk vzw Zero Waste Europe ClientEarth AISBL"],"date":["2020-06-16"],"summary":["European Green Deal, new circular economy action plan and the circular plastics economy"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - videoconference"],"address":["Brussels - videoconference"],"addressEntity":["addr-a3a01e55b02ab591ce10151760698f4306ec49cb"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-7c876f4825f213b8adbedf089ccedfbc3b36d65b","eu-tr-47806848200-34","eu-tr-06798511314-27","eu-tr-95261732139-73","eu-tr-58969291154-50","eu-tr-03960197927-62","eu-tr-96645517357-19","eu-tr-96668093651-33","eu-tr-001245815997-85"]}} -{"id":"ec-meeting-2020-06-16-fbbd974782660930b70db53da787b64ec97fa076","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-16 - Cabinet of Commissioner Paolo Gentiloni x CEMBUREAU - The European Cement Association"],"date":["2020-06-16"],"summary":["CBAM"],"notes":["Portfolio: Economy"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-cabinet-commissioner-gentiloni-of-paolo"],"involved":["ec-person-8da36db391ed53f362d495cd564ba8b45c7003e1","eu-tr-93987316076-63"]}} -{"id":"ec-meeting-2020-06-16-fef9f709ca04db164c1ccace70da39e2dc934681","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-16 - Cabinet of Vice-President Věra Jourová x Svaz průmyslu a dopravy ČR"],"date":["2020-06-16"],"summary":["Address to online roundtable: Future AI Regulation and CEE Perspective"],"notes":["Portfolio: Values and Transparency"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["eu-tr-785320514128-81","ec-person-bf54da17217bbddfd9c68fe24d88005ac17e2c4b"]}} -{"id":"ec-meeting-2020-06-17-0d689f6ddcc2857c2a8172eb4f2571be8a602361","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-17 - Cabinet of President Ursula von der Leyen x FIND"],"date":["2020-06-17"],"summary":["COVID-19"],"notes":["Portfolio: President"],"location":["Brussels (video conference)"],"address":["Brussels (video conference)"],"addressEntity":["addr-1a77e12c05a39186f3ddab600c3e9e619c4822ef"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-f2b941852d3b961d69ed695c2d243a1a2b4a1904","eu-tr-791020938683-32"]}} -{"id":"ec-meeting-2020-06-17-180616968ea21120e019a4b49cbea5061f27c418","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-17 - Cabinet of Commissioner Didier Reynders x Google"],"date":["2020-06-17"],"summary":["Code of conduct on countering illegal hate speech online"],"notes":["Portfolio: Justice"],"location":["Video-conference"],"address":["Video-conference"],"addressEntity":["addr-afae67aab834151e72f631228e72361e369db072"],"organizer":["ec-cabinet-commissioner-didier-of-reynders"],"involved":["ec-person-50f9cba2282e1d03395cdd0faf9ce6e9a2ff3104","eu-tr-03181945560-59","ec-person-1e25399e2267734c5f4c69093d2286c8898ee9f0","ec-person-442bf1ae9900b999673cdd7389224d0e21b67d4d"]}} -{"id":"ec-meeting-2020-06-17-35444a3b39298f0a40ac21bda17e27a75f72f1a9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-17 - Cabinet of Executive Vice-President Margrethe Vestager x Trustpilot"],"date":["2020-06-17"],"summary":["To discuss Digital Services Act"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0","eu-tr-731391938114-36"]}} -{"id":"ec-meeting-2020-06-17-3e30e6ea74545fbe64e48ad49c419a7e4a41bc07","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-17 - Competition x European Aluminium AISBL"],"date":["2020-06-17"],"summary":["introduction to you European Aluminium"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-comp"],"involved":["ec-person-f257bc19c568ad25083c1c1e1651426245cefedf","eu-tr-9224280267-20"]}} -{"id":"ec-meeting-2020-06-17-3e932830da2bb6474042093cd7a33bae9dc5d306","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-17 - Cabinet of Commissioner Adina Vălean x European Cockpit Association"],"date":["2020-06-17"],"summary":["Aviation recovery from COVID crisis"],"notes":["Portfolio: Transport"],"location":["Conference call"],"address":["Conference call"],"addressEntity":["addr-28ba88479582b2f75898964548da4252dc7db7d2"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["ec-person-5f7f9d4d861c5b97fbd25bccf6323535d2a7ceb8","ec-person-cc0354fbf386eb83f57c00ad5240f1dddeeabab4","eu-tr-39838147687-59"]}} -{"id":"ec-meeting-2020-06-17-4e9504a03de1a8585d8fdf0b73a9221d35250f25","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-17 - Cabinet of Commissioner Janusz Wojciechowski x Humboldt-Universität zu Berlin Umweltbundesamt GmbH - Environment Agency Austria Helmholtz-Gemeinschaft Deutscher Forschungszentren e.V."],"date":["2020-06-17"],"summary":["How science can help the next CAP be greener and more sustainable."],"notes":["Portfolio: Agriculture"],"location":["videophonecall"],"address":["videophonecall"],"addressEntity":["addr-d9dcae318061a5e9d022a1a1fcfc6c8b270854e7"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["eu-tr-604212735960-64","eu-tr-73792436593-97","eu-tr-840952226508-06","ec-person-08c62f972c22464aca7a65520eb9406f8db14a66"]}} -{"id":"ec-meeting-2020-06-17-54d3d170cca6b41839f4c6d6476f7eac7eb8a25e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-17 - Cabinet of Commissioner Adina Vălean x Drone Alliance Europe"],"date":["2020-06-17"],"summary":["Introductory meeting to talk about drone policy developments."],"notes":["Portfolio: Transport"],"location":["Conference call"],"address":["Conference call"],"addressEntity":["addr-28ba88479582b2f75898964548da4252dc7db7d2"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["ec-person-5f7f9d4d861c5b97fbd25bccf6323535d2a7ceb8","eu-tr-731934432739-37"]}} -{"id":"ec-meeting-2020-06-17-5b39b93f4252e2d7fb26e8abc33d1f777b848326","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-17 - Cabinet of Commissioner Nicolas Schmit x SMEunited aisbl"],"date":["2020-06-17"],"summary":["Meeting on Vocational Education and Training as well as apprenticeships."],"notes":["Portfolio: Jobs and Social Rights"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["eu-tr-55820581197-35","ec-person-66fa2c2d100ec194caa42b5c6f97c36e2748b71c","ec-person-4cf4655ab41922e92160325d987a3c4615c72d30","ec-person-c03b949331dbbe5fa3d5423758e371ec1b9b832f"]}} -{"id":"ec-meeting-2020-06-17-7195fe01ca71ff5141f638e6f155b025d61135da","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-17 - Cabinet of Commissioner Janusz Wojciechowski x spiritsEUROPE"],"date":["2020-06-17"],"summary":["SpiritsEurope sustainability brochure"],"notes":["Portfolio: Agriculture"],"location":["videoconference"],"address":["videoconference"],"addressEntity":["addr-92b2fbb928e012810d80d9ef1abe12027beee200"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["eu-tr-64926487056-58","ec-person-90b64673ee7f4c1dae185fbd64b45f5c45f2b66d"]}} -{"id":"ec-meeting-2020-06-17-8b54486b97d02d536b4673a2bbc4afa04138a1dc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-17 - Competition x Confédération des Petites et Moyennes Entreprises"],"date":["2020-06-17"],"summary":["Politique de la concurrence re. situation spécifique des petites et moyennes entreprises"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-comp"],"involved":["eu-tr-74081206759-11","ec-person-f257bc19c568ad25083c1c1e1651426245cefedf"]}} -{"id":"ec-meeting-2020-06-17-93e9a3c73bf313d627500840e556537dff26b0c2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-17 - Employment, Social Affairs and Inclusion x Friends of Europe"],"date":["2020-06-17"],"summary":["how to bring the EU closer to its citizens? - 'Localising Europe’"],"location":["virtual meeting"],"address":["virtual meeting"],"addressEntity":["addr-225c82a032511500bff73b3efe0d857849613fd9"],"organizer":["ec-dg-empl"],"involved":["eu-tr-99436366768-45","ec-person-dd259fce880e1853f0beb087443bce6e7dea70d7"]}} -{"id":"ec-meeting-2020-06-17-9739a6199f231ab866a50b599d4ee0724a399432","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-17 - Research and Innovation x Kooperationsstelle EU der Wissenschaftsorganisationen"],"date":["2020-06-17"],"summary":["Situation and Future Perspectives for the European Research Area"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-rtd"],"involved":["eu-tr-57404866950-33","ec-person-1d348f33395de0ea6773a7b4ae8797e3e0392f73"]}} -{"id":"ec-meeting-2020-06-17-9d234971c5937404cef2aac9515e787f8c7184e6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-17 - Cabinet of Commissioner Didier Reynders x Huawei Technologies"],"date":["2020-06-17"],"summary":["Huawei presented their current global situation"],"notes":["Portfolio: Justice"],"location":["Video conference"],"address":["Video conference"],"addressEntity":["addr-ebc9fd5c2f372a32153cf3f4d5fb918a96b84a88"],"organizer":["ec-cabinet-commissioner-didier-of-reynders"],"involved":["ec-person-50f9cba2282e1d03395cdd0faf9ce6e9a2ff3104","eu-tr-114467111412-38"]}} -{"id":"ec-meeting-2020-06-17-b1f5bd648e4f0e7332b4e1aebca250c60f855c03","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-17 - Cabinet of Commissioner Janusz Wojciechowski x La Coopération Agricole"],"date":["2020-06-17"],"summary":["Impact du COVID-19 sur le secteur agricole et agro-alimentaire et réponse européenne, F2F, prochain CFP, PAC"],"notes":["Portfolio: Agriculture"],"location":["videoconference"],"address":["videoconference"],"addressEntity":["addr-92b2fbb928e012810d80d9ef1abe12027beee200"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["ec-person-90b64673ee7f4c1dae185fbd64b45f5c45f2b66d","eu-tr-9447162467-70"]}} -{"id":"ec-meeting-2020-06-17-d351df3bedfafb789247ab18f2fbe7e0b637a35b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-17 - Cabinet of Commissioner Nicolas Schmit x European Association of Regional and Local Authorities for Lifelong Learning European Forum of technical and Vocational Education and Training"],"date":["2020-06-17"],"summary":["Meeting on green skills."],"notes":["Portfolio: Jobs and Social Rights"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["eu-tr-147656111703-83","ec-person-66fa2c2d100ec194caa42b5c6f97c36e2748b71c","ec-person-4cf4655ab41922e92160325d987a3c4615c72d30","eu-tr-137489015927-79"]}} -{"id":"ec-meeting-2020-06-17-d8978ebad1ea8f931a07b382d026de98b3ea38c9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-17 - Cabinet of Commissioner Paolo Gentiloni x Netflix International B.V."],"date":["2020-06-17"],"summary":["Global Tax Policy"],"notes":["Portfolio: Economy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gentiloni-of-paolo"],"involved":["eu-tr-487726915971-30","ec-person-404d55367ba0dadec989b6dc2eab96ef2abd96af"]}} -{"id":"ec-meeting-2020-06-17-e7cc4bfff36a47de43d1ed705582f46379ad80a3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-17 - Cabinet of Executive Vice-President Valdis Dombrovskis x Swedbank AB (publ)"],"date":["2020-06-17"],"summary":["Anti-money laundering; Implementation of Basel III in the EU; COVID-19 economic response"],"notes":["Portfolio: An Economy that Works for People"],"location":["Video-conference"],"address":["Video-conference"],"addressEntity":["addr-afae67aab834151e72f631228e72361e369db072"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["eu-tr-960532323803-62","ec-person-9e7bd1005456277f156b671d1555c6a460fb2f58"]}} -{"id":"ec-meeting-2020-06-18-0a9c904bb9089761f151cf28a991cf61340e0961","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-18 - Cabinet of Commissioner Thierry Breton x Régie Autonome des Transports Parisiens"],"date":["2020-06-18"],"summary":["Data Communautaires"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","ec-person-b077a2e9f0fdb3b8f6e91d0bd0b256db9e40ce46","eu-tr-782461923540-48"]}} -{"id":"ec-meeting-2020-06-18-13ee638bf4b06220977d6a197dfbb144209272a0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-18 - Cabinet of Commissioner Helena Dalli x European Round Table for Industry"],"date":["2020-06-18"],"summary":["Pay transparency directive"],"notes":["Portfolio: Equality"],"location":["BRUXELLES"],"address":["BRUXELLES"],"addressEntity":["addr-a2c5953b0baaa9dae49b7f5c562d544ce3255087"],"organizer":["ec-cabinet-commissioner-dalli-helena-of"],"involved":["eu-tr-25487567824-45","ec-person-d15c205cb9cbb310d2811039c0160c1de7c84638"]}} -{"id":"ec-meeting-2020-06-18-198b5fe82e94efe2ed43fb75e604cb133dd1ac3e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-18 - Cabinet of Commissioner Stella Kyriakides x European agri-cooperatives European farmers"],"date":["2020-06-18"],"summary":["VC Meeting on Farm to Fork Strategy"],"notes":["Portfolio: Health"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-kyriakides-of-stella"],"involved":["ec-person-c7513fae2df7920eea99d7cc103a354aa4f56b6e","eu-tr-09586631237-74","eu-tr-44856881231-49"]}} -{"id":"ec-meeting-2020-06-18-380decd0b7e0bf9d13192e85d8e5b508c8a18aa4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-18 - Cabinet of President Ursula von der Leyen x International Chamber of Commerce AOKpass Pte Ltd"],"date":["2020-06-18"],"summary":["Digital issues"],"notes":["Portfolio: President"],"location":["Brussels (video conference)"],"address":["Brussels (video conference)"],"addressEntity":["addr-1a77e12c05a39186f3ddab600c3e9e619c4822ef"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-7019713e72781afb1f3b19032c4752a314b78180","eu-tr-50674299591-83","eu-tr-331329338535-07"]}} -{"id":"ec-meeting-2020-06-18-3b1e6d9cab75c202bca072d655b11a4fe8b91ea3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-18 - Cabinet of Commissioner Virginijus Sinkevičius x Föderation der Natur- und Nationalparke Europas (Föderation EUROPARC) e.V."],"date":["2020-06-18"],"summary":["To discuss EU Biodiversity strategy, and in particular the strategy’s protected area targets, as well as the issues related to the management effectiveness of protected areas and Natura 2000 sites across Europe."],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Video meeting"],"address":["Video meeting"],"addressEntity":["addr-762dc9b5648e05f3894b6f2597baa8254e5414db"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["ec-person-dd7a7b1952e158f4195d34cff333ec79a4f48ba3","eu-tr-01380772294-53","ec-person-172a438ed334761e2ab5d52e551fd1bcb6ab6b8d"]}} -{"id":"ec-meeting-2020-06-18-4322c9bb2d4c146ca5d762123a55b35822913c9b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-18 - Cabinet of Commissioner Mariya Gabriel x Microsoft Corporation"],"date":["2020-06-18"],"summary":["Collaboration in the fight against COVID-19, Support research and further strengthen Europe’s ability to move to virtual classrooms"],"notes":["Portfolio: Innovation and Youth"],"location":["Video-conferencing"],"address":["Video-conferencing"],"addressEntity":["addr-4611e6784da5e4097c2b6fa2bc5e51eb9a0577bd"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-0801162959-21","ec-person-f44fd5a4e1aee7b5ec7988261aaa129844edaa4a","ec-person-1674399a793e9e6fd7cf55b525515fc862fc9351"]}} -{"id":"ec-meeting-2020-06-18-6168f404f347f4e1027377223e329a9d71d1f3dd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-18 - Cabinet of Commissioner Thierry Breton x Aurubis AG Norsk Hydro ERAMET EUROMETAUX Umicore Boliden Group"],"date":["2020-06-18"],"summary":["Impacts of COVID-19"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-78662404191-38","eu-tr-61650796093-48","eu-tr-482997418651-48","ec-person-1ab5843ab67b9915be990aebc02f9a83df200cf4","ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","eu-tr-11160169347-78","eu-tr-645370511725-71","eu-tr-45060553191-59"]}} -{"id":"ec-meeting-2020-06-18-6c5edf4b1525cf0eba70c6054ddb32c109407981","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-18 - Cabinet of Commissioner Paolo Gentiloni x WindEurope"],"date":["2020-06-18"],"summary":["European wind industry on Smart Sector Integration & Hydrogen Strategies"],"notes":["Portfolio: Economy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gentiloni-of-paolo"],"involved":["eu-tr-19920706471-21","ec-person-8da36db391ed53f362d495cd564ba8b45c7003e1"]}} -{"id":"ec-meeting-2020-06-18-6ce08e8b89ed884b78c52ce4e065cfbd82cc7c26","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-18 - Cabinet of Vice-President Věra Jourová x Institut pro politiku a společnost"],"date":["2020-06-18"],"summary":["Online debate - The role of the EU in coronavirus and post-coronavirus era"],"notes":["Portfolio: Values and Transparency"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["ec-person-bf54da17217bbddfd9c68fe24d88005ac17e2c4b","eu-tr-192342238879-88"]}} -{"id":"ec-meeting-2020-06-18-6fa0d5c53f8f81f8c1d36fedf10755df47526463","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-18 - Cabinet of Commissioner Mariya Gabriel x Professional Taekwondo Association- Continent Europe"],"date":["2020-06-18"],"summary":["Future Taekwondo demonstration event in Brussels"],"notes":["Portfolio: Innovation and Youth"],"location":["Video-conferencing"],"address":["Video-conferencing"],"addressEntity":["addr-4611e6784da5e4097c2b6fa2bc5e51eb9a0577bd"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-972172038725-41","ec-person-1674399a793e9e6fd7cf55b525515fc862fc9351"]}} -{"id":"ec-meeting-2020-06-18-8a1c5d85845251d3a05588209f8d7a362ae61dab","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-18 - Internal Market, Industry, Entrepreneurship and SMEs x EuroCommerce"],"date":["2020-06-18"],"summary":["Introductory discussion and presentation of Eurocommerce on SME policy and role of SME Envoy network, recovery plan"],"location":["Phone call"],"address":["Phone call"],"addressEntity":["addr-cac056598c767cdeaa0f13cfe91d25988c24c698"],"organizer":["ec-dg-grow"],"involved":["ec-person-0151c7e554d188fffc509ad636b7d1a84c5dfcd5","eu-tr-84973761187-60"]}} -{"id":"ec-meeting-2020-06-18-9dd256ad9283a641deca7de16b658bb4fdcf83a5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-18 - Cabinet of Commissioner Thierry Breton x Institut Montaigne"],"date":["2020-06-18"],"summary":["Relance économique"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-1ab5843ab67b9915be990aebc02f9a83df200cf4","ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","eu-tr-865680722572-18"]}} -{"id":"ec-meeting-2020-06-18-a2c3d5ab95118b1e132633dec92f07d321f82d1f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-18 - Cabinet of Executive Vice-President Margrethe Vestager x Electronic Frontier Foundation"],"date":["2020-06-18"],"summary":["To discuss Digital Services Act"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0","eu-tr-805637038375-01"]}} -{"id":"ec-meeting-2020-06-18-a5de3f5b6aa967eb6201cee5a37ea6d2d0c404e3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-18 - Cabinet of Commissioner Elisa Ferreira x Xylem Inc. Kreab"],"date":["2020-06-18"],"summary":["Cohesion Policy Investment and Water solutions"],"notes":["Portfolio: Cohesion and Reforms"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-elisa-ferreira-of"],"involved":["eu-tr-1078390517-54","ec-person-1c49c531eceae287dd4a56ac52e8326c65fc2855","eu-tr-272386931951-38"]}} -{"id":"ec-meeting-2020-06-18-a92e4a7686a7cbd0c131ba8ec54081c0a77be067","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-18 - Cabinet of Executive Vice-President Frans Timmermans x SINTEF AS"],"date":["2020-06-18"],"summary":["Speech at Webinar: EU research project ELEGANCY: Hydrogen and CCS- defining missions for the European Green Deal"],"notes":["Portfolio: European Green Deal"],"location":["videoconference (Brussels)"],"address":["videoconference (Brussels)"],"addressEntity":["addr-5dd22b57a9d6f7be6f130d619b6be6e2434c4ab3"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-48626096030-87","ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce"]}} -{"id":"ec-meeting-2020-06-18-afe71237ac7ec160a360f40086d888c29f2e8f63","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-18 - Cabinet of Commissioner Elisa Ferreira x SMEunited aisbl"],"date":["2020-06-18"],"summary":["The future of Cohesion Policy"],"notes":["Portfolio: Cohesion and Reforms"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-elisa-ferreira-of"],"involved":["eu-tr-55820581197-35","ec-person-edf08d46587dbb24d69133811963301459374fa8","ec-person-4121b3832a3dd4ec5d2c50f26f7003d3bada6d20"]}} -{"id":"ec-meeting-2020-06-18-b0d0cacf38f8225dce6530d691f4e676c2d07154","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-18 - Cabinet of Commissioner Thierry Breton x Electronic Frontier Foundation"],"date":["2020-06-18"],"summary":["Digital services act"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-4d83416435f81b1f1e8f5c86aeebb1478577f1d2","eu-tr-805637038375-01"]}} -{"id":"ec-meeting-2020-06-18-c5133c323dbf53c851a750f7a41a2a5ecb9cae70","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-18 - Cabinet of Commissioner Thierry Breton x The Council of European Professional Informatics Societies"],"date":["2020-06-18"],"summary":["Exchange on digital skills"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-372608916662-62","ec-person-5215bd372c5a1202399d77ecceb8c16de8d7d55c"]}} -{"id":"ec-meeting-2020-06-18-cf74f83b757073e2df57a4a2d5a4757fdfeff39e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-18 - Cabinet of Vice-President Věra Jourová x DROG BV"],"date":["2020-06-18"],"summary":["Disinformation"],"notes":["Portfolio: Values and Transparency"],"location":["Webinar"],"address":["Webinar"],"addressEntity":["addr-2b6cc2bcdc6dde860cdaf12187589e4e4dd5b609"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["eu-tr-304838438572-45","ec-person-fb258e0188a5319bfaba3161382db43f5a85851f"]}} -{"id":"ec-meeting-2020-06-18-d4cd9bb58ad1e06b5889f43597ad635bba86ee35","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-18 - Cabinet of Commissioner Thierry Breton x Blue Solutions"],"date":["2020-06-18"],"summary":["Battery : future developments and role in the mobility ecosystem"],"notes":["Portfolio: Internal Market"],"location":["Teleconference"],"address":["Teleconference"],"addressEntity":["addr-a1b2e4eeecb1f46f3239fd2a390e2ec3f16bc2cb"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-452735627624-04","ec-person-1ab5843ab67b9915be990aebc02f9a83df200cf4","ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0"]}} -{"id":"ec-meeting-2020-06-18-ecaaf1af2340dce454b64a7683244625f07087f0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-18 - Cabinet of Commissioner Thierry Breton x IFPI Representing recording industry worldwide"],"date":["2020-06-18"],"summary":["Exchange on copyright directive and stakeholder dialogue for Article 17"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-60394321918-91","ec-person-5215bd372c5a1202399d77ecceb8c16de8d7d55c"]}} -{"id":"ec-meeting-2020-06-19-1be6a473cc4039dd71055df5fd764924b776a18a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-19 - Cabinet of Executive Vice-President Frans Timmermans x Environmental Partnership Association"],"date":["2020-06-19"],"summary":["Sustainable tree planting"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - video conference"],"address":["Brussels - video conference"],"addressEntity":["addr-d7df553e47e69d1cc9f4189b36b7c867f80459b0"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-499118835361-94","ec-person-8af3c81534786a740718d21dc58240738a53ed7b","ec-person-33624431cbec1074e151c1707715ef46d2ba9565"]}} -{"id":"ec-meeting-2020-06-19-1d396103a2a2bae2d05621b5d75a6ecef1fa3032","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-19 - Cabinet of Vice-President Věra Jourová x Europäisches Zentrum für Presse- und Medienfreiheit"],"date":["2020-06-19"],"summary":["“Media Freedom Rapid Response” project"],"notes":["Portfolio: Values and Transparency"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["ec-person-aa83f35da599b82e4f15da018f4b3447eb648f7c","ec-person-bf54da17217bbddfd9c68fe24d88005ac17e2c4b","ec-person-76793b3bad1c7471121c510a962aae356d19c30b","eu-tr-823710129179-63"]}} -{"id":"ec-meeting-2020-06-19-1daba9c4a4c50fa88dfa7be883a3a1773a0b749e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-19 - Cabinet of Executive Vice-President Margrethe Vestager x Confederation of Danish Industry"],"date":["2020-06-19"],"summary":["To discuss industrial policy."],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Copenhagen, Denmark"],"address":["Copenhagen, Denmark"],"addressEntity":["addr-037407970050e97c761587d63aacfaeb126cab45"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-11d97788772862bb34f51dd26d7f92603eac1bf8","eu-tr-5749958415-41"]}} -{"id":"ec-meeting-2020-06-19-31a9bb04256248d93da48a350e791636d123326b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-19 - Cabinet of Executive Vice-President Frans Timmermans x European Financial Services Round Table"],"date":["2020-06-19"],"summary":["Green Deal and recovery"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - video conference"],"address":["Brussels - video conference"],"addressEntity":["addr-d7df553e47e69d1cc9f4189b36b7c867f80459b0"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-7c876f4825f213b8adbedf089ccedfbc3b36d65b","eu-tr-27636291880-60"]}} -{"id":"ec-meeting-2020-06-19-34d2d67aa531e53c430235e1d2de6a164a2a2f29","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-19 - Cabinet of President Ursula von der Leyen x Coalition for Epidemic Preparedness Innovations"],"date":["2020-06-19"],"summary":["COVID-19"],"notes":["Portfolio: President"],"location":["Brussels (Video conference)"],"address":["Brussels (Video conference)"],"addressEntity":["addr-b598c3c8c78bd0d408e4cc6cf3ec786e83e187ba"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["eu-tr-852523338633-03","ec-person-f2b941852d3b961d69ed695c2d243a1a2b4a1904"]}} -{"id":"ec-meeting-2020-06-19-41ebbc645eae7062587faecee3697b2c57b30729","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-19 - Cabinet of Vice-President Margaritis Schinas x The European Society of Intensive Care Medicine"],"date":["2020-06-19"],"summary":["Exchange of views on the COVID-19 lessons learned"],"notes":["Portfolio: Promoting the European Way of Life"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-margaritis-of-president-schinas-vice"],"involved":["eu-tr-872244238453-63","ec-person-c8d1d7f3012c344bc60630eb456865390bddc7c5","ec-person-b59ff7316734021e48aa7e0fd79eeeab36ea2bb4","ec-person-180e5c5b13dac533a1241b0f9d78176c8bec3d51"]}} -{"id":"ec-meeting-2020-06-19-4a6ef5e0f3db5504786e5ea659a10e18fd8d7c7f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-19 - Cabinet of Commissioner Helena Dalli x Ernst & Young Core Business Services BV"],"date":["2020-06-19"],"summary":["Exchange of views on Women on Boards directive and Gender pay transparency"],"notes":["Portfolio: Equality"],"location":["Bruxelles"],"address":["Bruxelles"],"addressEntity":["addr-b58f5927b66d94a676970dc048485d4c6848f272"],"organizer":["ec-cabinet-commissioner-dalli-helena-of"],"involved":["ec-person-d15c205cb9cbb310d2811039c0160c1de7c84638","eu-tr-04458109373-91"]}} -{"id":"ec-meeting-2020-06-19-513a118f81ecd3c7037b383711f95f356196fb88","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-19 - Cabinet of Commissioner Virginijus Sinkevičius x European agri-cooperatives European farmers"],"date":["2020-06-19"],"summary":["To exchange the views regarding the Biodiversity Strategy."],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Video meeting"],"address":["Video meeting"],"addressEntity":["addr-762dc9b5648e05f3894b6f2597baa8254e5414db"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["ec-person-172a438ed334761e2ab5d52e551fd1bcb6ab6b8d","eu-tr-44856881231-49","ec-person-dd7a7b1952e158f4195d34cff333ec79a4f48ba3","ec-person-1443799688ae485d7a2fee5c9defab2c5b7c7e6c","eu-tr-09586631237-74"]}} -{"id":"ec-meeting-2020-06-19-5586b6759660ce7a08a51de945d3e635bc20b6f7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-19 - Cabinet of Executive Vice-President Frans Timmermans x New Horizons Project"],"date":["2020-06-19"],"summary":["Racism"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-7c876f4825f213b8adbedf089ccedfbc3b36d65b","eu-tr-981909138569-80"]}} -{"id":"ec-meeting-2020-06-19-6ab78ae9d43c45a47cd7a78f9bf46fa3aa053894","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-19 - Cabinet of Executive Vice-President Frans Timmermans x MM Kotkamills Oy"],"date":["2020-06-19"],"summary":["European Green Deal and circular economy"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-196160532627-78","ec-person-8af3c81534786a740718d21dc58240738a53ed7b"]}} -{"id":"ec-meeting-2020-06-19-7fa5882cf5abccd928e051fc24151ae484d593a7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-19 - Communications Networks, Content and Technology x American Express Corporation"],"date":["2020-06-19"],"summary":["Impact of COVID-19 (virtual)"],"location":["BRUSSELS"],"address":["BRUSSELS"],"addressEntity":["addr-f74337897287bf1b546f30505f5b1f693a87af50"],"organizer":["ec-dg-connect"],"involved":["eu-tr-671547715580-60","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2020-06-19-8418231615aa7c0323f4ad8b3f901678e3dd415e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-19 - Cabinet of Commissioner Mariya Gabriel x Fédération Mondiale du Cirque"],"date":["2020-06-19"],"summary":["Situation of the Circus Art faced by COVID-19"],"notes":["Portfolio: Innovation and Youth"],"location":["Video-conferencing"],"address":["Video-conferencing"],"addressEntity":["addr-4611e6784da5e4097c2b6fa2bc5e51eb9a0577bd"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-081602837979-53","ec-person-1674399a793e9e6fd7cf55b525515fc862fc9351"]}} -{"id":"ec-meeting-2020-06-19-913c12bce5bb6c05a10dd895ae92be7a5b127185","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-19 - Cabinet of President Ursula von der Leyen x Wellcome Trust"],"date":["2020-06-19"],"summary":["COVID-19"],"notes":["Portfolio: President"],"location":["Brussels (video conference)"],"address":["Brussels (video conference)"],"addressEntity":["addr-1a77e12c05a39186f3ddab600c3e9e619c4822ef"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-f2b941852d3b961d69ed695c2d243a1a2b4a1904","eu-tr-912723313554-37"]}} -{"id":"ec-meeting-2020-06-19-9a4649fefe21a740f668c77be0bf156256b14586","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-19 - Cabinet of Vice-President Věra Jourová x Europäisches Zentrum für Presse- und Medienfreiheit International Press Institute Stichting Free Press Unlimited ARTICLE 19: Global Campaign for Free Expression"],"date":["2020-06-19"],"summary":["Broad introduction to Media Freedom Rapid Response"],"notes":["Portfolio: Values and Transparency"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["ec-person-aa83f35da599b82e4f15da018f4b3447eb648f7c","eu-tr-244060929225-74","eu-tr-823710129179-63","eu-tr-594787238502-76","eu-tr-370877536078-58"]}} -{"id":"ec-meeting-2020-06-19-a3aa4c125ba88b8ad0d4db23538e60bcf56f20cf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-19 - Cabinet of Commissioner Mariya Gabriel x Професионална асоциация по роботика и автоматизация"],"date":["2020-06-19"],"summary":["Creative Europe, EIT Digital Grant and Funding Schemes, European Investment Fund Innovation Programmes, and Innovation Cluster Development Programmes"],"notes":["Portfolio: Innovation and Youth"],"location":["Video-conferencing"],"address":["Video-conferencing"],"addressEntity":["addr-4611e6784da5e4097c2b6fa2bc5e51eb9a0577bd"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["ec-person-1674399a793e9e6fd7cf55b525515fc862fc9351","eu-tr-495014538692-10"]}} -{"id":"ec-meeting-2020-06-19-a751c7a3770f6f4dd52778675efafe7c58fc8c3a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-19 - Cabinet of Commissioner Stella Kyriakides x Conseil Européen des Jeunes Agriculteurs"],"date":["2020-06-19"],"summary":["VC Meeting on Farm to Fork Strategy"],"notes":["Portfolio: Health"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-kyriakides-of-stella"],"involved":["eu-tr-849413211923-25","ec-person-c7513fae2df7920eea99d7cc103a354aa4f56b6e"]}} -{"id":"ec-meeting-2020-06-19-b52f8a331a01505a72111a6b6e656bf71c1c9c23","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-19 - Cabinet of Commissioner Ylva Johansson x New Horizons Project"],"date":["2020-06-19"],"summary":["European anti-racism policy"],"notes":["Portfolio: Home Affairs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-johansson-of-ylva"],"involved":["ec-person-981fc36acd82b2e49db83e43763b908c1a89ec0b","eu-tr-981909138569-80","ec-person-31b127e72e9dd30ce85ff2b475ac65d28d7dc48d"]}} -{"id":"ec-meeting-2020-06-19-bf76eb94573b17280ba4f4047a797fa849f7c68d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-19 - Cabinet of Executive Vice-President Margrethe Vestager x ICC BELGIQUE AOKpass Pte Ltd"],"date":["2020-06-19"],"summary":["To discuss Covid19 – tools to facilitate cross-border travelling"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-091962135988-82","eu-tr-331329338535-07","ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0"]}} -{"id":"ec-meeting-2020-06-19-d00e69c9905b45cdae7951e542c7a8f15ff6286d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-19 - Cabinet of Executive Vice-President Margrethe Vestager x ASD-Eurospace"],"date":["2020-06-19"],"summary":["To discuss Industrial Dimension of the Security Union Strategy"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-873508417106-05","ec-person-8b6db5c3c4611618ade59c6d0dadc21c962f0ee7"]}} -{"id":"ec-meeting-2020-06-19-d1df5ffab3f11020e9d4d3400e9cc98c946e64dd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-19 - Cabinet of Executive Vice-President Frans Timmermans x Eastman Chemical Company"],"date":["2020-06-19"],"summary":["European Green Deal, circular economy and plastics"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-8af3c81534786a740718d21dc58240738a53ed7b","eu-tr-155455216927-36"]}} -{"id":"ec-meeting-2020-06-19-d6579b0a5a4c4fb7f4cb7a59380d3ae344d40c7c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-19 - Cabinet of President Ursula von der Leyen x Federation of European Securities Exchanges"],"date":["2020-06-19"],"summary":["Upcoming MIFID/MIFIR quick fixes and open access"],"notes":["Portfolio: President"],"location":["Video call"],"address":["Video call"],"addressEntity":["addr-ad60f43c3b2e61f55f8d15d2bb303f6d11ac791b"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["eu-tr-71488206456-23","ec-person-a159f03add374257584565c2b05cc5539a7526e6"]}} -{"id":"ec-meeting-2020-06-19-d69d237f4880223c1fb44108122c39cca893deeb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-19 - Mobility and Transport x Huawei Technologies"],"date":["2020-06-19"],"summary":["digitalisation in transport services"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-dg-move"],"involved":["ec-person-26cdfacae671b09917bee1a91c91973941fa58a2","eu-tr-114467111412-38"]}} -{"id":"ec-meeting-2020-06-19-e7c3baea359ad564a72965ea84b82eb7e8ca30bb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-19 - Cabinet of Executive Vice-President Frans Timmermans x Bloomberg L.P."],"date":["2020-06-19"],"summary":["Preparation of EVP Timmermans speech at Bloomberg event"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - video conference"],"address":["Brussels - video conference"],"addressEntity":["addr-d7df553e47e69d1cc9f4189b36b7c867f80459b0"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-214140728444-40","ec-person-d53e00c46a4cc62bbf533e0c9bb35bacb9121989"]}} -{"id":"ec-meeting-2020-06-19-f43834efbbab404d9ea84e216a216e2a6089466f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-19 - Environment x Banco Santander, S.A."],"date":["2020-06-19"],"summary":["Green recovery, sustainable finance"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-env"],"involved":["eu-tr-799142914971-03","ec-person-3bc74ce04ea3f4ab4d91a5c88eef25b8b8a213b4"]}} -{"id":"ec-meeting-2020-06-19-f884fb014c212152aa95920c1631a28f1174a307","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-19 - Cabinet of Executive Vice-President Frans Timmermans x Hydrogen Europe"],"date":["2020-06-19"],"summary":["Transport and European Green Deal"],"notes":["Portfolio: European Green Deal"],"location":["videoconference (Brussels)"],"address":["videoconference (Brussels)"],"addressEntity":["addr-5dd22b57a9d6f7be6f130d619b6be6e2434c4ab3"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-9eafbf4a92961023c7df3ab389ae6d4301dec4bf","ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce","ec-person-d56ecbfde17436a136fc89c9a978b266e8285c84","eu-tr-77659588648-75"]}} -{"id":"ec-meeting-2020-06-19-f949053ab5568a2becf9680e9d31cf85b99e2528","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-19 - Health and Food Safety x The European Society of Intensive Care Medicine"],"date":["2020-06-19"],"summary":["preparation of the second COVID19 wave; how to anticipate shortages in ICUs; support through the Commission health programme"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-sante"],"involved":["eu-tr-872244238453-63","ec-person-42d2108d723f9b9017ed589e3271e3156172daa7"]}} -{"id":"ec-meeting-2020-06-20-8532e0498b6b5f0c51b897e70f6cc6e51dbca4d4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-20 - Cabinet of President Ursula von der Leyen x Mercator Institute for China Studies"],"date":["2020-06-20"],"summary":["Meeting with the Executive Director (Exchange of views)"],"notes":["Portfolio: President"],"location":["Berlin, Germany"],"address":["Berlin, Germany"],"addressEntity":["addr-45087614a913d81becb706e8469c1cd56b027e7f"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-a2ac27c3a7aa93937efc47169c1dc2264a822175","eu-tr-722154030862-55"]}} -{"id":"ec-meeting-2020-06-22-04a3e34e4f5ecb5b4127cd8b5e16eae91147a5fc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-22 - Cabinet of Executive Vice-President Margrethe Vestager x Stichting ALLAI Nederland"],"date":["2020-06-22"],"summary":["To discuss the further advancement of the European approach to AI"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-681704440014-85","ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0","ec-person-11d97788772862bb34f51dd26d7f92603eac1bf8"]}} -{"id":"ec-meeting-2020-06-22-1aae932e72c648a2a6d00cd22e927893ada308e3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-22 - Defence Industry and Space x Patria Oyj"],"date":["2020-06-22"],"summary":["The objective of the call was to exchange views on Commission funding initiatives (notably EDIDP/EDF and Horizon Europe)."],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-dg-defis"],"involved":["ec-person-a5e52cd544ea3aa44eb4b31fac65a468499f106e","eu-tr-389578230437-31"]}} -{"id":"ec-meeting-2020-06-22-207424a271f62e4b1b69b6bc476e94ce9c2a1f2c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-22 - Cabinet of Commissioner Mariya Gabriel x The European Society of Intensive Care Medicine"],"date":["2020-06-22"],"summary":["Training of clinicians in intensive care"],"notes":["Portfolio: Innovation and Youth"],"location":["video conference"],"address":["video conference"],"addressEntity":["addr-6dc12e3c97077db82f32184f24341ce370a445fd"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-872244238453-63","ec-person-aac4e4c77e459b480bfebb0e76dc3b26fdfb1d6a"]}} -{"id":"ec-meeting-2020-06-22-25ee8a8418dd206fd73ad4aca964696508534320","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-22 - Cabinet of President Ursula von der Leyen x CLG Europe"],"date":["2020-06-22"],"summary":["European green deal"],"notes":["Portfolio: President"],"location":["Brussels (video conference)"],"address":["Brussels (video conference)"],"addressEntity":["addr-1a77e12c05a39186f3ddab600c3e9e619c4822ef"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-f2b941852d3b961d69ed695c2d243a1a2b4a1904","eu-tr-381796719468-68"]}} -{"id":"ec-meeting-2020-06-22-381a2834afef09946b2e95cf4e5618c86c271b38","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-22 - Cabinet of Vice-President Věra Jourová x EU DisinfoLab"],"date":["2020-06-22"],"summary":["Supporting civil society in the fight against disinformation"],"notes":["Portfolio: Values and Transparency"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["ec-person-aa83f35da599b82e4f15da018f4b3447eb648f7c","ec-person-bf54da17217bbddfd9c68fe24d88005ac17e2c4b","eu-tr-593474530364-05"]}} -{"id":"ec-meeting-2020-06-22-39f9a741daaebe84fdc6558afeb6824a4695ab9b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-22 - Cabinet of Executive Vice-President Frans Timmermans x Confederación Española de Organizaciones Empresariales"],"date":["2020-06-22"],"summary":["Recovery Plan and European Green Deal"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - videoconference"],"address":["Brussels - videoconference"],"addressEntity":["addr-a3a01e55b02ab591ce10151760698f4306ec49cb"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-68673b08d89a6e808027adc388726386f46aa7f5","eu-tr-02963738854-41"]}} -{"id":"ec-meeting-2020-06-22-3a98267192e344d475524e87678edb64358cd022","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-22 - Cabinet of Commissioner Stella Kyriakides x The European Region of the International Lesbian, Gay, Bisexual, Trans and Intersex Association"],"date":["2020-06-22"],"summary":["Impact of the COVID-19 crisis on LGBTI populations, access to healthcare, mental health and HIV testing and treatment, EU LGBTI equality strategy"],"notes":["Portfolio: Health"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-kyriakides-of-stella"],"involved":["eu-tr-11977456675-84","ec-person-c7513fae2df7920eea99d7cc103a354aa4f56b6e"]}} -{"id":"ec-meeting-2020-06-22-3ce3e9e24aaab6f884b7d415d3171afc92b029ba","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-22 - Cabinet of Commissioner Stella Kyriakides x The European Society of Intensive Care Medicine"],"date":["2020-06-22"],"summary":["VC meeting on training of clinicians in intensive care"],"notes":["Portfolio: Health"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-kyriakides-of-stella"],"involved":["eu-tr-872244238453-63","ec-person-89da633742fbb5cc6968446425905784a5dcc5bc","ec-person-ecf9f9e978b833afc98ee022572d468f0dc9a352"]}} -{"id":"ec-meeting-2020-06-22-41327ab483abb4650a2aac03548df14bd150ed26","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-22 - Cabinet of Commissioner Didier Reynders x Danone"],"date":["2020-06-22"],"summary":["Consumer agenda and Green Consumption Pledges"],"notes":["Portfolio: Justice"],"location":["video conferencing"],"address":["video conferencing"],"addressEntity":["addr-613317ccdf0c2bce8cb9f90df551697cd890eda7"],"organizer":["ec-cabinet-commissioner-didier-of-reynders"],"involved":["ec-person-442bf1ae9900b999673cdd7389224d0e21b67d4d","eu-tr-65744846168-89","ec-person-4cd0043747c40cfeaced5e4c68e43372cdb8dac9"]}} -{"id":"ec-meeting-2020-06-22-686883739c3a7a9cd1bd66f893500fe0995e88f9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-22 - Cabinet of Commissioner Paolo Gentiloni x GROUPE D'INITIATIVE ITALIENNE"],"date":["2020-06-22"],"summary":["Impact of Covid-19 in the EU and Italy"],"notes":["Portfolio: Economy"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-gentiloni-of-paolo"],"involved":["ec-person-088d26d74d1898338fbf1c86e139bd6d3b870dbc","eu-tr-080682238686-06"]}} -{"id":"ec-meeting-2020-06-22-6c2aa9284d6fdcb7dc11a8c7528d746d8cc74534","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-22 - Cabinet of Commissioner Stella Kyriakides x Eurogroup for Animals"],"date":["2020-06-22"],"summary":["Farm to Fork Strategy."],"notes":["Portfolio: Health"],"location":["Webex meeting"],"address":["Webex meeting"],"addressEntity":["addr-890aa61c6c51df2fa544a1ba06758b65e1bd53ff"],"organizer":["ec-cabinet-commissioner-kyriakides-of-stella"],"involved":["eu-tr-6809935493-49","ec-person-c7513fae2df7920eea99d7cc103a354aa4f56b6e"]}} -{"id":"ec-meeting-2020-06-22-73a5e3b728ce66b2a490a1232492b3dcd427d488","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-22 - Cabinet of Commissioner Stella Kyriakides x Twitter International Unlimited Company"],"date":["2020-06-22"],"summary":["Twitter's actions on their platform to ensure that users receive credible information on COVID-19, the Commissions work on COVID dis and misinformation and the need for platforms to cooperate and deliver better results."],"notes":["Portfolio: Health"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-kyriakides-of-stella"],"involved":["eu-tr-394491614001-72","ec-person-c7513fae2df7920eea99d7cc103a354aa4f56b6e"]}} -{"id":"ec-meeting-2020-06-22-787dae9a6280ee4d845311aadd8230803f007906","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-22 - Cabinet of Commissioner Paolo Gentiloni x International Association of Oil & Gas Producers Europe"],"date":["2020-06-22"],"summary":["Green Deal"],"notes":["Portfolio: Economy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gentiloni-of-paolo"],"involved":["ec-person-8da36db391ed53f362d495cd564ba8b45c7003e1","eu-tr-3954187491-70"]}} -{"id":"ec-meeting-2020-06-22-78fddab25c8ba3b3a0b9e828c252120f61038177","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-22 - Cabinet of Vice-President Věra Jourová x Atlantic Council of the United States, Inc"],"date":["2020-06-22"],"summary":["COVID 19 disinformation"],"notes":["Portfolio: Values and Transparency"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["ec-person-bf54da17217bbddfd9c68fe24d88005ac17e2c4b","eu-tr-524686116124-73"]}} -{"id":"ec-meeting-2020-06-22-88a136b3d61c86d80bf0c4aa1395428103876df4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-22 - Mobility and Transport x CANSO - Civil Air Navigation Services Organisation"],"date":["2020-06-22"],"summary":["aviation issues"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-dg-move"],"involved":["eu-tr-26986828838-57","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2020-06-22-b5284f894e94cd9ce7a8fdf4912b61738551ee85","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-22 - Cabinet of Commissioner Kadri Simson x World Economic Forum"],"date":["2020-06-22"],"summary":["Recovery package, EU Energy policy, Energy priorities and private investments."],"notes":["Portfolio: Energy"],"location":["Video-conferencing"],"address":["Video-conferencing"],"addressEntity":["addr-4611e6784da5e4097c2b6fa2bc5e51eb9a0577bd"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["eu-tr-049060636194-17","ec-person-9b7f5fe059e5b0b40e79e9170211aa2f02322fdb","ec-person-1995c65b8dc7f3702a8c30ed96a0144075848837"]}} -{"id":"ec-meeting-2020-06-22-c0181809ec7ce6f894532e13ee06720a9ba96014","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2020-06-22 - Cabinet of Commissioner Nicolas Schmit x AFL-CIO EUROPEAN TRADE UNION CONFEDERATION","2020-06-22 - Cabinet of Commissioner Nicolas Schmit x EUROPEAN TRADE UNION CONFEDERATION AFL-CIO"],"date":["2020-06-22"],"summary":["Meeting on labour and social issues in EU/US.","Meeting with the European Trade Union Confederation (ETUC) and the US Trade Union Confederation (AFL-CIO) to discuss the EU/US relationships on labour and social issues."],"notes":["Portfolio: Jobs and Social Rights"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["eu-tr-119222239067-12","ec-person-8eb18b6102d444937bc6af5822a6742812165b48","ec-person-4cf4655ab41922e92160325d987a3c4615c72d30","eu-tr-06698681039-26","ec-person-761fad67b377a6e2a384245795719ef5f7131269","ec-person-c03b949331dbbe5fa3d5423758e371ec1b9b832f"]}} -{"id":"ec-meeting-2020-06-22-d294e07839c1d58963ef16737cae4051bf2dc71e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-22 - Cabinet of President Ursula von der Leyen x Pandemic Action Network"],"date":["2020-06-22"],"summary":["COVID-19"],"notes":["Portfolio: President"],"location":["Brussels (video conference)"],"address":["Brussels (video conference)"],"addressEntity":["addr-1a77e12c05a39186f3ddab600c3e9e619c4822ef"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-f2b941852d3b961d69ed695c2d243a1a2b4a1904","eu-tr-621243638636-02","ec-person-a15f450526451c70384a05ea9a3a7400ba2d3e7e"]}} -{"id":"ec-meeting-2020-06-23-22cc939f5e19bfa748e3573d50706c07090651a0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-23 - Cabinet of Commissioner Mariya Gabriel x European Festivals Association"],"date":["2020-06-23"],"summary":["Festivals and the Dance sector and how they have been impacted the by COVID-19"],"notes":["Portfolio: Innovation and Youth"],"location":["Video-conferencing"],"address":["Video-conferencing"],"addressEntity":["addr-4611e6784da5e4097c2b6fa2bc5e51eb9a0577bd"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["ec-person-1674399a793e9e6fd7cf55b525515fc862fc9351","eu-tr-434027116304-07"]}} -{"id":"ec-meeting-2020-06-23-3e7e2fa43dfc123e602c00e1f709608e0e7c3cc2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-23 - Cabinet of Executive Vice-President Frans Timmermans x Stichting IMAGINE Foundation"],"date":["2020-06-23"],"summary":["Sustainable food systems"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - video conference"],"address":["Brussels - video conference"],"addressEntity":["addr-d7df553e47e69d1cc9f4189b36b7c867f80459b0"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-009532038479-10","ec-person-33624431cbec1074e151c1707715ef46d2ba9565"]}} -{"id":"ec-meeting-2020-06-23-6cbfbff7999a563b810831427dd96f299b66df8e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-23 - Cabinet of President Ursula von der Leyen x AMADEUS IT GROUP S.A."],"date":["2020-06-23"],"summary":["DSA; scope of rules on gatekeeper platforms (B2C vs B2B); access to processable data; rules on data sharing; EU as a reassuring cloud data location for international users due to less aggressive data localisation rules."],"notes":["Portfolio: President"],"location":["Conference call"],"address":["Conference call"],"addressEntity":["addr-28ba88479582b2f75898964548da4252dc7db7d2"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-7019713e72781afb1f3b19032c4752a314b78180","eu-tr-193056815367-44"]}} -{"id":"ec-meeting-2020-06-23-7d2e324eedc95ff4f036e96520673c58f8ab631c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-23 - Cabinet of Commissioner Mariya Gabriel x Universiteit Maastricht"],"date":["2020-06-23"],"summary":["Digital education and the YUFE Virtual Campus, Universities of the Future"],"notes":["Portfolio: Innovation and Youth"],"location":["Video-conferencing"],"address":["Video-conferencing"],"addressEntity":["addr-4611e6784da5e4097c2b6fa2bc5e51eb9a0577bd"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-857131635031-60","ec-person-1674399a793e9e6fd7cf55b525515fc862fc9351"]}} -{"id":"ec-meeting-2020-06-23-80419a14cf2e68122244ec498f39ac5a1740b72e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-23 - Research and Innovation x Mind the Bridge"],"date":["2020-06-23"],"summary":["Keynote speech at Israel Scale-up Summit"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-rtd"],"involved":["eu-tr-387674033257-12","ec-person-1d348f33395de0ea6773a7b4ae8797e3e0392f73"]}} -{"id":"ec-meeting-2020-06-23-915c418479ef6eb6c1a0bcebc9b39bde89af6ff4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-23 - Cabinet of Executive Vice-President Frans Timmermans x European Recycling Industries' Confederation"],"date":["2020-06-23"],"summary":["European Green Deal, circular economy and waste management"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - videoconference"],"address":["Brussels - videoconference"],"addressEntity":["addr-a3a01e55b02ab591ce10151760698f4306ec49cb"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-764633015511-42","ec-person-7c876f4825f213b8adbedf089ccedfbc3b36d65b"]}} -{"id":"ec-meeting-2020-06-23-a534130af2d3de6b774275fa235105a312a848ac","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-23 - Financial Stability, Financial Services and Capital Markets Union x Steptoe & Johnson LLP"],"date":["2020-06-23"],"summary":["Short update on Switzerland issues"],"location":["Virtual meeting"],"address":["Virtual meeting"],"addressEntity":["addr-1f1f3f51a4da31a1ea5c1b4b21cbf52ad983224f"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-596796520126-28","ec-person-1fce211249673c35ee07a801ddee77ab24af8d54"]}} -{"id":"ec-meeting-2020-06-23-af184fdd2fb2a396261d4dc5c6c48342a8ff61b1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-23 - Climate Action x Association des Constructeurs Européens d'Automobiles"],"date":["2020-06-23"],"summary":["Automotive sector and recovery plan"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-clima"],"involved":["ec-person-9c5c685692a09a77f2bc8ae9c05663b87cd75aae","eu-tr-0649790813-47"]}} -{"id":"ec-meeting-2020-06-23-b0eb63442c81fe2404c5f938523314e6240721dd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-23 - Cabinet of Commissioner Thierry Breton x CCI France"],"date":["2020-06-23"],"summary":["Exchange on the SME policy and networks"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-569014231604-54","ec-person-e18e6e300776f5f47ca4c72c1ba1b0d0eb1e71fe","ec-person-5215bd372c5a1202399d77ecceb8c16de8d7d55c"]}} -{"id":"ec-meeting-2020-06-23-b80d9bc78aaf5b663a665227cb4b5bbc908b57e1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-23 - Cabinet of President Ursula von der Leyen x Bitkom e.V."],"date":["2020-06-23"],"summary":["Digital issues"],"notes":["Portfolio: President"],"location":["Brussels (video conference)"],"address":["Brussels (video conference)"],"addressEntity":["addr-1a77e12c05a39186f3ddab600c3e9e619c4822ef"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-7019713e72781afb1f3b19032c4752a314b78180","eu-tr-5351830264-31"]}} -{"id":"ec-meeting-2020-06-23-b898f27a0a8a62089006965017ee2ccb8df5c00f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-23 - Cabinet of Commissioner Stella Kyriakides x Stichting IMAGINE Foundation"],"date":["2020-06-23"],"summary":["VC meeting on Sustainable Food Systems"],"notes":["Portfolio: Health"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-kyriakides-of-stella"],"involved":["ec-person-ba73927c33000184cab3f41a76e1b32fe7d7eda8","eu-tr-009532038479-10"]}} -{"id":"ec-meeting-2020-06-23-be8dcde1445d582713cab7e9d3bc2d423a3a1141","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-23 - Cabinet of Commissioner Virginijus Sinkevičius x Center for European Policy Analysis"],"date":["2020-06-23"],"summary":["To discuss EU Green Recovery after coronavirus crisis."],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Webinar"],"address":["Webinar"],"addressEntity":["addr-2b6cc2bcdc6dde860cdaf12187589e4e4dd5b609"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["eu-tr-933245237767-37","ec-person-dd7a7b1952e158f4195d34cff333ec79a4f48ba3"]}} -{"id":"ec-meeting-2020-06-23-c13d1f61f91daf0a3333814ea40e5c9c228fd398","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-23 - Internal Market, Industry, Entrepreneurship and SMEs x EuropaBio"],"date":["2020-06-23"],"summary":["EuropaBio raises their concerns on the industrial strategy should inform the recovery; how industrial biotechnology and life science contribute to the Green Deal, competitiveness of industrial value chains and global level playing field"],"location":["Phone call"],"address":["Phone call"],"addressEntity":["addr-cac056598c767cdeaa0f13cfe91d25988c24c698"],"organizer":["ec-dg-grow"],"involved":["ec-person-0151c7e554d188fffc509ad636b7d1a84c5dfcd5","eu-tr-1298286943-59"]}} -{"id":"ec-meeting-2020-06-23-c25c8c82cb2710948f83e184ec36e9bb92446da0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-23 - Cabinet of Commissioner Elisa Ferreira x Eurocities"],"date":["2020-06-23"],"summary":["Current Covid-19 outbreak and related consequences"],"notes":["Portfolio: Cohesion and Reforms"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-elisa-ferreira-of"],"involved":["ec-person-4121b3832a3dd4ec5d2c50f26f7003d3bada6d20","eu-tr-12493392840-79"]}} -{"id":"ec-meeting-2020-06-23-cb91c77b4bbf3249043743e6e2d62ddc62810d58","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-23 - Cabinet of Commissioner Adina Vălean x Neste Oyj"],"date":["2020-06-23"],"summary":["Sustainable biofuels in the EU Taxonomy, Neste's position paper"],"notes":["Portfolio: Transport"],"location":["Video call"],"address":["Video call"],"addressEntity":["addr-ad60f43c3b2e61f55f8d15d2bb303f6d11ac791b"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["ec-person-e5f1558cac43dd4f90847b508b6753edb0a9f903","eu-tr-10257354120-19"]}} -{"id":"ec-meeting-2020-06-23-d29149c18171c80e012747eed7674d3693e350a7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-23 - Trade x The European Steel Association"],"date":["2020-06-23"],"summary":["EU Steel Industry, EU Trade Defence"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-trade"],"involved":["ec-person-2045c2589da3988908fcfe731e8224e7e06a7c63","eu-tr-93038071152-83"]}} -{"id":"ec-meeting-2020-06-23-e0d185789fd1d9b1f376d851be03abe8bf04b14b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-23 - Cabinet of Commissioner Stella Kyriakides x Compassion in World Farming International"],"date":["2020-06-23"],"summary":["Farm to Fork Strategy"],"notes":["Portfolio: Health"],"location":["Webex meeting"],"address":["Webex meeting"],"addressEntity":["addr-890aa61c6c51df2fa544a1ba06758b65e1bd53ff"],"organizer":["ec-cabinet-commissioner-kyriakides-of-stella"],"involved":["eu-tr-26535516539-45","ec-person-c7513fae2df7920eea99d7cc103a354aa4f56b6e"]}} -{"id":"ec-meeting-2020-06-23-e12a4326586e313c777d71c318a2f00f3dc08b63","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-23 - Cabinet of Vice-President Věra Jourová x Centre on Regulation in Europe Microsoft Corporation"],"date":["2020-06-23"],"summary":["e-Debate - Regulatory models for online platforms"],"notes":["Portfolio: Values and Transparency"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["eu-tr-0801162959-21","ec-person-bf54da17217bbddfd9c68fe24d88005ac17e2c4b","eu-tr-041592911733-05"]}} -{"id":"ec-meeting-2020-06-24-1243893b2da51101717168ac3260482a22f379fb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-24 - Cabinet of President Ursula von der Leyen x Bill & Melinda Gates Foundation"],"date":["2020-06-24"],"summary":["COVID-19"],"notes":["Portfolio: President"],"location":["Brussels (video conference)"],"address":["Brussels (video conference)"],"addressEntity":["addr-1a77e12c05a39186f3ddab600c3e9e619c4822ef"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-f2b941852d3b961d69ed695c2d243a1a2b4a1904","eu-tr-371567915480-41"]}} -{"id":"ec-meeting-2020-06-24-2bfa72fd3aa60e3b9cc10a8c88f63d8c1ddd79d5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-24 - Cabinet of Commissioner Nicolas Schmit x Wolt Enterprises"],"date":["2020-06-24"],"summary":["Commission's ongoing initiative on platform work"],"notes":["Portfolio: Jobs and Social Rights"],"location":["VC"],"address":["VC"],"addressEntity":["addr-d6788b0715b89d9781e90f4df364ac624d78e439"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-1379f76d0c860e318f68852e1b57aa75454831f8","ec-person-8eb18b6102d444937bc6af5822a6742812165b48","eu-tr-987241938472-54"]}} -{"id":"ec-meeting-2020-06-24-4dc4e1fd6e12e952b71793e8b20be78c629ba615","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-24 - Cabinet of Executive Vice-President Margrethe Vestager x Ericsson"],"date":["2020-06-24"],"summary":["Discussion on 5G"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-c5a20b92c008e114355d197b9b2fd62c88868c4e","eu-tr-02021363105-42","ec-person-8b6db5c3c4611618ade59c6d0dadc21c962f0ee7"]}} -{"id":"ec-meeting-2020-06-24-59028a42d24111803d43c20e8ea4120404eb4881","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-24 - Agriculture and Rural Development x European Landowners' Organization asbl"],"date":["2020-06-24"],"summary":["Exchange of views on the EU Green Deal and its forthcoming strategies"],"location":["Brussels - SKYPE meeting"],"address":["Brussels - SKYPE meeting"],"addressEntity":["addr-9bf0937b250018679111d06446f250a75af83c84"],"organizer":["ec-dg-agri"],"involved":["ec-person-94f7c6e6875fa76120558bda38f913792cc61934","eu-tr-36063991244-88"]}} -{"id":"ec-meeting-2020-06-24-6a5ce08da78e506aed81b806972565ee15261985","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-24 - Financial Stability, Financial Services and Capital Markets Union x Energy Transitions Commission"],"date":["2020-06-24"],"summary":["Green recovery and energy transition"],"location":["Virtual meeting"],"address":["Virtual meeting"],"addressEntity":["addr-1f1f3f51a4da31a1ea5c1b4b21cbf52ad983224f"],"organizer":["ec-dg-fisma"],"involved":["ec-person-1fce211249673c35ee07a801ddee77ab24af8d54","eu-tr-789695437661-86"]}} -{"id":"ec-meeting-2020-06-24-7152401e6c61cefadd01724cc0c6f11bc112147a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-24 - Task Force for Relations with the United Kingdom x Aerospace, Security and Defence Industries Association of Europe"],"date":["2020-06-24"],"summary":["Videoconference with the Task Force for Relations with the United Kingdom"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-uktf"],"involved":["ec-person-864cfa5fbc9b02a079ffbab1107f252c7bb08478","eu-tr-72699997886-57"]}} -{"id":"ec-meeting-2020-06-24-7a394e2bc3a94a8e91a9fe6749a3daadab00562a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-24 - Cabinet of President Ursula von der Leyen x Liberty Global Corporate B.V."],"date":["2020-06-24"],"summary":["Ongoing merger proceedings; jurisdiction & substance."],"notes":["Portfolio: President"],"location":["Conference call"],"address":["Conference call"],"addressEntity":["addr-28ba88479582b2f75898964548da4252dc7db7d2"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-7019713e72781afb1f3b19032c4752a314b78180","eu-tr-82853397708-89"]}} -{"id":"ec-meeting-2020-06-24-899acfa83d98e0090caf843d638187554c6b84e1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-24 - Task Force for Relations with the United Kingdom x European Policy Centre"],"date":["2020-06-24"],"summary":["Videoconference with the Task Force for Relations with the United Kindgdom"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-uktf"],"involved":["eu-tr-89632641000-47","ec-person-864cfa5fbc9b02a079ffbab1107f252c7bb08478"]}} -{"id":"ec-meeting-2020-06-24-8a50dfb98e1e1c1f301ad1d4bfdf330367477387","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-24 - Cabinet of Vice-President Věra Jourová x The Brookings Institution"],"date":["2020-06-24"],"summary":["Virtual roundtable on disinformation"],"notes":["Portfolio: Values and Transparency"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["eu-tr-177994617312-19","ec-person-fb258e0188a5319bfaba3161382db43f5a85851f"]}} -{"id":"ec-meeting-2020-06-24-9479b53af913e34148e8a3c41c7414883f3e368b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-24 - Communications Networks, Content and Technology x VMware International Unlimited Company"],"date":["2020-06-24"],"summary":["digital transformation and the role of cybersecurity, cloud security and AI policy post Covid-19\r\n (Virtual)"],"location":["BRUSSELS"],"address":["BRUSSELS"],"addressEntity":["addr-f74337897287bf1b546f30505f5b1f693a87af50"],"organizer":["ec-dg-connect"],"involved":["eu-tr-922046321682-57","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2020-06-24-a567ed95f9fd76e75eb92f41194822b446ba4968","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-24 - Cabinet of Commissioner Jutta Urpilainen x Fair Trade Advocacy Office"],"date":["2020-06-24"],"summary":["introductory meeting on nutrition, social economy, human rights in partner countries - global value chains"],"notes":["Portfolio: International Partnerships"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["ec-person-e29b72fe81d25796214b1c5915c52a124f06cd9d","eu-tr-20744335040-66"]}} -{"id":"ec-meeting-2020-06-24-a7170251fdd1bc824219db2dd2dbe751e8fef243","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-24 - Cabinet of Commissioner Janez Lenarčič x Norwegian Refugee Council Europe"],"date":["2020-06-24"],"summary":["EU Humanitarian Air Bridge to Sudan - Delivery of humanitarian aid in the context of Covid-19"],"notes":["Portfolio: Crisis Management"],"location":["Khartoum, Sudan"],"address":["Khartoum, Sudan"],"addressEntity":["addr-be6966d9b1e58e4943270429ed25084aa6a716a5"],"organizer":["ec-cabinet-commissioner-janez-lenarcic-of"],"involved":["ec-person-35334591a1ee219b6f0829d58a8cfba058540557","eu-tr-750447615329-96"]}} -{"id":"ec-meeting-2020-06-24-a9e4aa37679a952ecb47031a8da4990fdbe19de5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-24 - Research and Innovation x European Science Foundation"],"date":["2020-06-24"],"summary":["Meeting of cOAlition-S Leaders' Group"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-rtd"],"involved":["ec-person-1d348f33395de0ea6773a7b4ae8797e3e0392f73","eu-tr-831120023433-89"]}} -{"id":"ec-meeting-2020-06-24-cefec30dde6797b82be71b4c682a30009a935d03","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-24 - Cabinet of Executive Vice-President Frans Timmermans x All Policies for a Healthy Europe"],"date":["2020-06-24"],"summary":["Sustainable food systems"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - video conference"],"address":["Brussels - video conference"],"addressEntity":["addr-d7df553e47e69d1cc9f4189b36b7c867f80459b0"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-044091037516-81","ec-person-33624431cbec1074e151c1707715ef46d2ba9565"]}} -{"id":"ec-meeting-2020-06-24-dc5784b368accee855d170c5e61017c42781b59e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-24 - Cabinet of Executive Vice-President Frans Timmermans x PlasticsEurope"],"date":["2020-06-24"],"summary":["European Green Deal, circular economy and actions on plastics"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - videoconference"],"address":["Brussels - videoconference"],"addressEntity":["addr-a3a01e55b02ab591ce10151760698f4306ec49cb"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-7c876f4825f213b8adbedf089ccedfbc3b36d65b","eu-tr-454264611835-56"]}} -{"id":"ec-meeting-2020-06-24-e3e63e01d2a3b91e30ef388b6272c7292bd5d4f3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-24 - Cabinet of Commissioner Janusz Wojciechowski x European Liaison Committee for Agriculture and agri-food trade"],"date":["2020-06-24"],"summary":["The role that trade can play to promote the transition towards a more sustainable and resilient food system in the EU in the context of the EU Farm to Fork Strategy."],"notes":["Portfolio: Agriculture"],"location":["videoconference"],"address":["videoconference"],"addressEntity":["addr-92b2fbb928e012810d80d9ef1abe12027beee200"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["eu-tr-546282614966-51","ec-person-90b64673ee7f4c1dae185fbd64b45f5c45f2b66d"]}} -{"id":"ec-meeting-2020-06-24-e724bd613302f00445c692508e5b2cf6ba649646","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-24 - Cabinet of Commissioner Phil Hogan x Bayer AG"],"date":["2020-06-24"],"summary":["Green deal"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-3523776801-85","ec-person-7d3caa534e5cdda6d5b949bd4b2def39356e3bec"]}} -{"id":"ec-meeting-2020-06-25-0fa942924b99993ffa9f7f0832dbb30fa41d144f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-25 - Employment, Social Affairs and Inclusion x European Cockpit Association"],"date":["2020-06-25"],"summary":["impact of the crisis on pilots employment"],"location":["telephone conference"],"address":["telephone conference"],"addressEntity":["addr-21d1dfe848769d489e69932a7ae7fbe0d43a2704"],"organizer":["ec-dg-empl"],"involved":["eu-tr-39838147687-59","ec-person-dd259fce880e1853f0beb087443bce6e7dea70d7"]}} -{"id":"ec-meeting-2020-06-25-1306d79ef8fc676c498646342c785a73f95ac6a8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-25 - Cabinet of Vice-President Věra Jourová x Amnesty International Limited"],"date":["2020-06-25"],"summary":["HU Rule of Law"],"notes":["Portfolio: Values and Transparency"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["eu-tr-11063928073-34","ec-person-76793b3bad1c7471121c510a962aae356d19c30b","ec-person-28fecf6c4f04b3a2af1d74c742e147920ab849c5"]}} -{"id":"ec-meeting-2020-06-25-1349a48814aae016726708ff932024bfbd3136f5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-25 - Cabinet of Commissioner Stella Kyriakides x Standing Committee of European Doctors"],"date":["2020-06-25"],"summary":["VC meeting: Exchange of views on the forthcoming Pharmaceutical Strategy"],"notes":["Portfolio: Health"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-kyriakides-of-stella"],"involved":["eu-tr-9276943405-41","ec-person-c7513fae2df7920eea99d7cc103a354aa4f56b6e"]}} -{"id":"ec-meeting-2020-06-25-14922657e9d128be866069aa44435b0087835ad4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-25 - Cabinet of Commissioner Adina Vălean x Airports Council International - European Region"],"date":["2020-06-25"],"summary":["Meeting to discuss the latest development of the aviation sector."],"notes":["Portfolio: Transport"],"location":["Conference call"],"address":["Conference call"],"addressEntity":["addr-28ba88479582b2f75898964548da4252dc7db7d2"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["ec-person-5f7f9d4d861c5b97fbd25bccf6323535d2a7ceb8","eu-tr-42566063487-73","ec-person-267c5ab3ea5304fc6305ef321e214c9c1cd0f78e"]}} -{"id":"ec-meeting-2020-06-25-2b933b46ed380f7281a12debdf74c926433ec191","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-25 - Cabinet of Commissioner Mariya Gabriel x Groupement Européen des Sociétés d'Auteurs et Compositeurs"],"date":["2020-06-25"],"summary":["Role of authors’ societies in the cultural and creative sectors"],"notes":["Portfolio: Innovation and Youth"],"location":["Video-conferencing"],"address":["Video-conferencing"],"addressEntity":["addr-4611e6784da5e4097c2b6fa2bc5e51eb9a0577bd"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["ec-person-1674399a793e9e6fd7cf55b525515fc862fc9351","eu-tr-36529354479-57"]}} -{"id":"ec-meeting-2020-06-25-369c57a434b0346df518429ba7b31e25ea2cd714","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-25 - Cabinet of Commissioner Mariya Gabriel x Netflix International B.V."],"date":["2020-06-25"],"summary":["Upcoming efforts and projects of Netflix across the EU"],"notes":["Portfolio: Innovation and Youth"],"location":["Video-conferencing"],"address":["Video-conferencing"],"addressEntity":["addr-4611e6784da5e4097c2b6fa2bc5e51eb9a0577bd"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-487726915971-30","ec-person-1674399a793e9e6fd7cf55b525515fc862fc9351"]}} -{"id":"ec-meeting-2020-06-25-46d72e88acdf48d45a29243c05463f18424664b3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-25 - Cabinet of President Ursula von der Leyen x ISC Intelligence in Science"],"date":["2020-06-25"],"summary":["Digital issues"],"notes":["Portfolio: President"],"location":["Brussels (video conference)"],"address":["Brussels (video conference)"],"addressEntity":["addr-1a77e12c05a39186f3ddab600c3e9e619c4822ef"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-7019713e72781afb1f3b19032c4752a314b78180","eu-tr-54291344113-16"]}} -{"id":"ec-meeting-2020-06-25-4970929beff326787b1734744476ef4867e21df8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-25 - Cabinet of Commissioner Thierry Breton x Association of European Automotive and Industrial Battery Manufacturers"],"date":["2020-06-25"],"summary":["Batteries"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-026c2270ec4cbabdb8ac223b2d1fa4202696dc8d","ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","eu-tr-39573492614-61"]}} -{"id":"ec-meeting-2020-06-25-57c83babc7b0bbe088143f2ee07424dc38a287fd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-25 - Cabinet of Commissioner Mariya Gabriel x European Platform for Sport Innovation"],"date":["2020-06-25"],"summary":["Role of Innovation within the Sport sector"],"notes":["Portfolio: Innovation and Youth"],"location":["Video-conferencing"],"address":["Video-conferencing"],"addressEntity":["addr-4611e6784da5e4097c2b6fa2bc5e51eb9a0577bd"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["ec-person-1674399a793e9e6fd7cf55b525515fc862fc9351","eu-tr-626654134683-21"]}} -{"id":"ec-meeting-2020-06-25-58184270ad0b3716fe9ce7a8dafd2a3605a0aee5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-25 - Cabinet of Commissioner Stella Kyriakides x Pesticide Action Network Europe Greenpeace European Unit Corporate Europe Observatory ClientEarth AISBL"],"date":["2020-06-25"],"summary":["VC-meeting on Farm to Fork Strategy and Pesticides."],"notes":["Portfolio: Health"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-kyriakides-of-stella"],"involved":["eu-tr-15913213485-46","eu-tr-5353162366-85","ec-person-081d99a6f9ed1259db43e2cbcba20275774511b2","eu-tr-96645517357-19","eu-tr-9832909575-41","ec-person-ba73927c33000184cab3f41a76e1b32fe7d7eda8"]}} -{"id":"ec-meeting-2020-06-25-5ea071a6e423110358820724b437ce33cab1a35f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-25 - Cabinet of Commissioner Paolo Gentiloni x Unione Italiana delle Camere di Commercio, Industria, Artigianato e Agricoltura"],"date":["2020-06-25"],"summary":["Covid-19 impact and rescue plans"],"notes":["Portfolio: Economy"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-gentiloni-of-paolo"],"involved":["ec-person-088d26d74d1898338fbf1c86e139bd6d3b870dbc","eu-tr-35044253457-59"]}} -{"id":"ec-meeting-2020-06-25-673e4492a516a4e67217094101cc1bef4fd5dda0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-25 - Cabinet of Commissioner Johannes Hahn x Raiffeisen Bank International AG"],"date":["2020-06-25"],"summary":["European Recovery Plan, single market and impact on the banking sector."],"notes":["Portfolio: Budget and Administration"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hahn-johannes-of"],"involved":["ec-person-0a9c49ba84ea78ae0ec9c6fadde7b6d66e7a1054","eu-tr-33858106461-10"]}} -{"id":"ec-meeting-2020-06-25-68db810c10a8266f5b68589113ed677c5bae9c94","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-25 - Cabinet of Commissioner Adina Vălean x Union of European Chambers of Commerce for Transport"],"date":["2020-06-25"],"summary":["Crisis recovery and future challenges in transport"],"notes":["Portfolio: Transport"],"location":["Conference call"],"address":["Conference call"],"addressEntity":["addr-28ba88479582b2f75898964548da4252dc7db7d2"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["ec-person-cc0354fbf386eb83f57c00ad5240f1dddeeabab4","eu-tr-66355731387-11"]}} -{"id":"ec-meeting-2020-06-25-7283c7ba58d55b71ef3dd40f7cecba959ebabbc9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-25 - Cabinet of Executive Vice-President Frans Timmermans x ABN AMRO Bank N.V."],"date":["2020-06-25"],"summary":["Recovery and role of the financial sector"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - videoconference"],"address":["Brussels - videoconference"],"addressEntity":["addr-a3a01e55b02ab591ce10151760698f4306ec49cb"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-353231132587-96","ec-person-7c876f4825f213b8adbedf089ccedfbc3b36d65b"]}} -{"id":"ec-meeting-2020-06-25-7650a28c14b0b675dcbfd5421ee9d3074e069fe1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-25 - Health and Food Safety x Association Internationale de la Mutualité"],"date":["2020-06-25"],"summary":["discussion on AIM's European model for fair and transparent pharmaceuticals prices"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-sante"],"involved":["eu-tr-595328413083-91","ec-person-42d2108d723f9b9017ed589e3271e3156172daa7"]}} -{"id":"ec-meeting-2020-06-25-7c17ab4b8bf85d1c43803a1dda1825f4fc31e229","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-25 - Cabinet of President Ursula von der Leyen x The American European Community Association"],"date":["2020-06-25"],"summary":["COVID-19"],"notes":["Portfolio: President"],"location":["Brussels (video-conference)"],"address":["Brussels (video-conference)"],"addressEntity":["addr-a6923f92f890ece500166c8ca8cf5c74c7024a9b"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-f2b941852d3b961d69ed695c2d243a1a2b4a1904","eu-tr-307603023489-82"]}} -{"id":"ec-meeting-2020-06-25-88314db4483b5f9966f5b9caa852f23de7850027","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-25 - Cabinet of Commissioner Stella Kyriakides x European Heart Network European Society of Cardiology"],"date":["2020-06-25"],"summary":["The MEP Heart Group also participated. The Associations presented their work and the discussion focused on the impact of COVID19 on patients with cardiovascular diseases and F2F and its link to healthy diets and benefits for cardiovascular patients."],"notes":["Portfolio: Health"],"location":["brussels"],"address":["brussels"],"addressEntity":["addr-e2daa1574b7ac475c827b33e281bd2d5e013c882"],"organizer":["ec-cabinet-commissioner-kyriakides-of-stella"],"involved":["eu-tr-01150446981-34","ec-person-c7513fae2df7920eea99d7cc103a354aa4f56b6e","eu-tr-3606882168-35"]}} -{"id":"ec-meeting-2020-06-25-8bec51c97cd4a22f74b52c1dee7f99e4974db652","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-25 - Cabinet of Executive Vice-President Frans Timmermans x EUROPEAN FEDERATION OF BUILDING AND WOODWORKERS European Construction Industry Federation"],"date":["2020-06-25"],"summary":["Implementation of the European Green Deal for the construction industry"],"notes":["Portfolio: European Green Deal"],"location":["videoconference (Brussels)"],"address":["videoconference (Brussels)"],"addressEntity":["addr-5dd22b57a9d6f7be6f130d619b6be6e2434c4ab3"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce","ec-person-f1a3478550296f3f9accdc67d6ef5a0b681dda4b","eu-tr-92221016212-42","eu-tr-57745478360-42"]}} -{"id":"ec-meeting-2020-06-25-a4d79e2535b6e27ecd66b11c7462aa70b79c8221","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-25 - Cabinet of Executive Vice-President Frans Timmermans x European Round Table for Industry"],"date":["2020-06-25"],"summary":["Green recovery; role of industry in achieving climate neutrality and Green Deal objectives."],"notes":["Portfolio: European Green Deal"],"location":["Brussels - videoconference"],"address":["Brussels - videoconference"],"addressEntity":["addr-a3a01e55b02ab591ce10151760698f4306ec49cb"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-7c876f4825f213b8adbedf089ccedfbc3b36d65b","eu-tr-25487567824-45"]}} -{"id":"ec-meeting-2020-06-25-c150d0e2f6719a7f93e8bd360268385763901dc1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-25 - Employment, Social Affairs and Inclusion x Deutscher Verein für öffentliche und private Fürsorge e. V./German Association for Public and Private Welfare"],"date":["2020-06-25"],"summary":["Strengthening Social Europe"],"location":["telephone conference"],"address":["telephone conference"],"addressEntity":["addr-21d1dfe848769d489e69932a7ae7fbe0d43a2704"],"organizer":["ec-dg-empl"],"involved":["eu-tr-14766442240-14","ec-person-dd259fce880e1853f0beb087443bce6e7dea70d7"]}} -{"id":"ec-meeting-2020-06-25-c28515b32361d64493d01b10d57f869d3e5fb098","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-25 - Cabinet of Vice-President Věra Jourová x Adobe Systems Benelux bv"],"date":["2020-06-25"],"summary":["Technical discussion on disinformation"],"notes":["Portfolio: Values and Transparency"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["ec-person-fb258e0188a5319bfaba3161382db43f5a85851f","eu-tr-575371411483-96"]}} -{"id":"ec-meeting-2020-06-25-c4a10c1463d4a8cc110d2805b78425fba72db626","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-25 - Cabinet of Commissioner Janusz Wojciechowski x The European House - Ambrosetti"],"date":["2020-06-25"],"summary":["From Farm to Fork's strategy to the CAP's reform: the pathway to sustainability and resilience in European agriculture and food systems"],"notes":["Portfolio: Agriculture"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["eu-tr-625244214975-24","ec-person-90b64673ee7f4c1dae185fbd64b45f5c45f2b66d","ec-person-08c62f972c22464aca7a65520eb9406f8db14a66"]}} -{"id":"ec-meeting-2020-06-25-c67ef8fd149d10a3ab992f95ca29da0b9af0d80d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-25 - Cabinet of Commissioner Jutta Urpilainen x CONCORD Europe"],"date":["2020-06-25"],"summary":["EU-ACP Negotiations"],"notes":["Portfolio: International Partnerships"],"location":["Teleconference"],"address":["Teleconference"],"addressEntity":["addr-a1b2e4eeecb1f46f3239fd2a390e2ec3f16bc2cb"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["eu-tr-34478709670-34","ec-person-7204caa5e704bc4a911fee13ad5c0f62fd74b3bc"]}} -{"id":"ec-meeting-2020-06-25-c8bc635e4bd083cb4da2e2d3231e1489daa3120e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-25 - Cabinet of Commissioner Paolo Gentiloni x European Round Table for Industry"],"date":["2020-06-25"],"summary":["Covid19 impact on Industry sector"],"notes":["Portfolio: Economy"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-gentiloni-of-paolo"],"involved":["ec-person-088d26d74d1898338fbf1c86e139bd6d3b870dbc","eu-tr-25487567824-45"]}} -{"id":"ec-meeting-2020-06-25-ce6369db19f186722be97fb1442b1631d201bc51","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-25 - Cabinet of Executive Vice-President Frans Timmermans x European Regions Research and Innovation Network"],"date":["2020-06-25"],"summary":["Keynote speech on green recovery"],"notes":["Portfolio: European Green Deal"],"location":["Brussels/video conference"],"address":["Brussels/video conference"],"addressEntity":["addr-af594b86f148461599968fdc5ee5a1b51ced2c59"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-d56ecbfde17436a136fc89c9a978b266e8285c84","eu-tr-382103519163-19"]}} -{"id":"ec-meeting-2020-06-25-d327fb8bb52140d9d1129eb2f1e67d6cb39ceff7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-25 - Cabinet of Executive Vice-President Frans Timmermans x Skift BUSINESS CLIMATE LEADERS"],"date":["2020-06-25"],"summary":["European Green Deal and resulting growth and jobs opportunities"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - videoconference"],"address":["Brussels - videoconference"],"addressEntity":["addr-a3a01e55b02ab591ce10151760698f4306ec49cb"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-7c876f4825f213b8adbedf089ccedfbc3b36d65b","eu-tr-988791738713-44"]}} -{"id":"ec-meeting-2020-06-25-eea2bc7d005962575c61d411dd1a60e7f49882c0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-25 - Cabinet of Commissioner Adina Vălean x ALLIANCE OF RAIL NEW ENTRANTS"],"date":["2020-06-25"],"summary":["Meeting to discuss rail in Europe"],"notes":["Portfolio: Transport"],"location":["Conference call"],"address":["Conference call"],"addressEntity":["addr-28ba88479582b2f75898964548da4252dc7db7d2"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["eu-tr-137873228284-05","ec-person-cc0354fbf386eb83f57c00ad5240f1dddeeabab4"]}} -{"id":"ec-meeting-2020-06-26-03bcde550c37a3076f22474bc1d38a1ade1e65be","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-26 - Cabinet of Commissioner Elisa Ferreira x SUEZ Group"],"date":["2020-06-26"],"summary":["Video conference on the Green Recovery"],"notes":["Portfolio: Cohesion and Reforms"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-elisa-ferreira-of"],"involved":["ec-person-884d261ef161b119c9fc64f7a0514dc014ca2bd7","eu-tr-27799842497-69"]}} -{"id":"ec-meeting-2020-06-26-110f9c9a8431cffc61b577e15e9f4840a42ddd55","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-26 - Cabinet of Executive Vice-President Frans Timmermans x McKinsey Global Institute"],"date":["2020-06-26"],"summary":["Virtual meeting \"Post-COVID stimulus: How to bring EU economic and environmental priorities together \""],"notes":["Portfolio: European Green Deal"],"location":["videoconference (Brussels)"],"address":["videoconference (Brussels)"],"addressEntity":["addr-5dd22b57a9d6f7be6f130d619b6be6e2434c4ab3"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce","eu-tr-752385731275-18"]}} -{"id":"ec-meeting-2020-06-26-1b1f795841cda66dbfac769ce7dc62415632ca93","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-26 - Cabinet of Executive Vice-President Frans Timmermans x The European Steel Association"],"date":["2020-06-26"],"summary":["Steel industry, decarbonisation and recovery"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-e88af8eb396e96e3dbc9b4ec6e40a348d26c389c","eu-tr-93038071152-83"]}} -{"id":"ec-meeting-2020-06-26-3d126fdfd51379bcb8797f9fa19327092c7c40f3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-26 - Cabinet of Commissioner Mariya Gabriel x Mattig Management Partners"],"date":["2020-06-26"],"summary":["Financial innovations related to private finance scale-up for climate mitigation projects (The European Green Investment Plan"],"notes":["Portfolio: Innovation and Youth"],"location":["Sofia"],"address":["Sofia"],"addressEntity":["addr-dc81691d3f747a7e7d4cbe0a008c6345a5438415"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-464154238712-48","ec-person-1674399a793e9e6fd7cf55b525515fc862fc9351"]}} -{"id":"ec-meeting-2020-06-26-3efba9002bcde4da35babca839d88723be614080","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-26 - Cabinet of Vice-President Věra Jourová x Center for European Policy Analysis"],"date":["2020-06-26"],"summary":["Fireside chat on COVID disinformation, EDAP"],"notes":["Portfolio: Values and Transparency"],"location":["videoconference"],"address":["videoconference"],"addressEntity":["addr-92b2fbb928e012810d80d9ef1abe12027beee200"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["eu-tr-933245237767-37","ec-person-bf54da17217bbddfd9c68fe24d88005ac17e2c4b"]}} -{"id":"ec-meeting-2020-06-26-406bfd9dca15b646506ec93dc3780e1c45bb2478","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-26 - Cabinet of Commissioner Mariya Gabriel x EURHODIP"],"date":["2020-06-26"],"summary":["Tourism and hospitality sectors under Erasmus+"],"notes":["Portfolio: Innovation and Youth"],"location":["Video conference"],"address":["Video conference"],"addressEntity":["addr-ebc9fd5c2f372a32153cf3f4d5fb918a96b84a88"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-273251838549-15","ec-person-aac4e4c77e459b480bfebb0e76dc3b26fdfb1d6a"]}} -{"id":"ec-meeting-2020-06-26-5599920a7b31bff8402f99ffcf085022ddb04559","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-26 - Cabinet of Executive Vice-President Margrethe Vestager x CLG Europe"],"date":["2020-06-26"],"summary":["To discuss green deal, jobs and skills for digital transformation"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-3da433aae105b13fe027e9c9b3dcac2c97029370","eu-tr-381796719468-68"]}} -{"id":"ec-meeting-2020-06-26-625366436d8e2c5838749b26851f181ec7696902","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-26 - Cabinet of Commissioner Stella Kyriakides x European Patients' Forum (EPF)"],"date":["2020-06-26"],"summary":["VC meeting: Exchange of views on the forthcoming Pharmaceutical Strategy"],"notes":["Portfolio: Health"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-kyriakides-of-stella"],"involved":["eu-tr-61911227368-75","ec-person-c7513fae2df7920eea99d7cc103a354aa4f56b6e"]}} -{"id":"ec-meeting-2020-06-26-6380278a07864a65c8648058cbf21b4b511a5c3e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-26 - Cabinet of Executive Vice-President Frans Timmermans x Transport and Environment (European Federation for Transport and Environment)"],"date":["2020-06-26"],"summary":["EU Hydrogen Strategy Initiative and views on long haul trucks"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - videoconference"],"address":["Brussels - videoconference"],"addressEntity":["addr-a3a01e55b02ab591ce10151760698f4306ec49cb"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-9eafbf4a92961023c7df3ab389ae6d4301dec4bf","ec-person-d53e00c46a4cc62bbf533e0c9bb35bacb9121989","eu-tr-58744833263-19"]}} -{"id":"ec-meeting-2020-06-26-6b82a83f17df91f374e590ebe1b54875c899d618","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-26 - Communications Networks, Content and Technology x Schneider Electric"],"date":["2020-06-26"],"summary":["Promotion of digital technologies to deploy the green deal in the context of the COVID stimulus package; B2B digital transformation (Virtual)"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-46302264606-44","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2020-06-26-9a0568135e9e6118def29c56530802b560b8ab13","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-26 - Cabinet of Executive Vice-President Frans Timmermans x European Aluminium AISBL"],"date":["2020-06-26"],"summary":["European Green Deal and circular economy"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-9224280267-20","ec-person-8af3c81534786a740718d21dc58240738a53ed7b"]}} -{"id":"ec-meeting-2020-06-26-b96017c046b6807c0896b007d3fcd6a68e028f43","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-26 - Cabinet of Commissioner Phil Hogan x Cicero Consulting Limited"],"date":["2020-06-26"],"summary":["Trade issues."],"location":["Video conference"],"address":["Video conference"],"addressEntity":["addr-ebc9fd5c2f372a32153cf3f4d5fb918a96b84a88"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-40887916962-23","ec-person-a1a78365cc4685b0958056646204977d8f2ead92"]}} -{"id":"ec-meeting-2020-06-26-baa184b9c9e0bf9c990e1902bd560fe5a0ba3d53","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-26 - Cabinet of Vice-President Maroš Šefčovič x European Policy Centre"],"date":["2020-06-26"],"summary":["Maroš Šefčovič speaks at the European Policy Centre (EPC) online event on foresight, and more specifically on ‘How to boost EU resilience in the Covid-crisis aftermath'."],"notes":["Portfolio: Interinstitutional Relations and Foresight"],"location":["on line event"],"address":["on line event"],"addressEntity":["addr-0831333d7d0a9d5fbafd78f6d3bdf8320d7ead71"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-89632641000-47","ec-person-1f95be23689cd4ed0a26fe2980f760ccf2d55c1e"]}} -{"id":"ec-meeting-2020-06-26-c56cf101d1c8a2e86cb18c70e7be2e965b1283d1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-26 - Cabinet of President Ursula von der Leyen x EURODOM"],"date":["2020-06-26"],"summary":["Prochain trilogue du 30 juin 2020 relatif aux mesures transitoires pour la PAC"],"notes":["Portfolio: President"],"location":["Brussels (Video conference)"],"address":["Brussels (Video conference)"],"addressEntity":["addr-b598c3c8c78bd0d408e4cc6cf3ec786e83e187ba"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-f2b941852d3b961d69ed695c2d243a1a2b4a1904","eu-tr-28418016649-41"]}} -{"id":"ec-meeting-2020-06-26-c8eaf1b49f5153675dea50e0c0c891caa17a1c64","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-26 - Cabinet of Commissioner Elisa Ferreira x Conférence des Régions Périphériques Maritimes d'Europe (CRPM)"],"date":["2020-06-26"],"summary":["Post-COVID Recovery in the Atlantic Arc"],"notes":["Portfolio: Cohesion and Reforms"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-elisa-ferreira-of"],"involved":["eu-tr-5546423688-07","ec-person-4121b3832a3dd4ec5d2c50f26f7003d3bada6d20"]}} -{"id":"ec-meeting-2020-06-26-c9d2b5324cc725aab5532e8ec15d510acde655ee","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-26 - Cabinet of Commissioner Janusz Wojciechowski x Farm Europe"],"date":["2020-06-26"],"summary":["EU made biofuels and biogas contribution to the Green Deal."],"notes":["Portfolio: Agriculture"],"location":["videoconference"],"address":["videoconference"],"addressEntity":["addr-92b2fbb928e012810d80d9ef1abe12027beee200"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["eu-tr-961826727268-04","ec-person-cafe030b6dad78a75143f7552c420481b30ebceb"]}} -{"id":"ec-meeting-2020-06-26-cd7f36cc9b6be5df6b1e7fc443204e0db8bf3b87","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-26 - Cabinet of Commissioner Didier Reynders x Johnson & Johnson"],"date":["2020-06-26"],"summary":["Covid-19 vaccine - research and liability issues"],"notes":["Portfolio: Justice"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-didier-of-reynders"],"involved":["ec-person-50f9cba2282e1d03395cdd0faf9ce6e9a2ff3104","eu-tr-75617941310-89"]}} -{"id":"ec-meeting-2020-06-26-d147b3a30bda3553d3444df32673992ac64839e0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-26 - Cabinet of Executive Vice-President Frans Timmermans x Fleishman-Hillard"],"date":["2020-06-26"],"summary":["Virtual dialogue with Industry on \"How the Green Recovery will deliver\""],"notes":["Portfolio: European Green Deal"],"location":["Videoconference (Brussels)"],"address":["Videoconference (Brussels)"],"addressEntity":["addr-7a5f544ea222fc02464543d7a76a200dca42fd56"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-56047191389-84","ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce"]}} -{"id":"ec-meeting-2020-06-26-d34e1e7bf38216d58afc96133cfe6d9bb3763eeb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-26 - Cabinet of Commissioner Nicolas Schmit x SDG Watch Europe"],"date":["2020-06-26"],"summary":["Meeting on the implementation of the Sustainable Development Goals."],"notes":["Portfolio: Jobs and Social Rights"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["eu-tr-037833727533-45","ec-person-8eb18b6102d444937bc6af5822a6742812165b48","ec-person-c03b949331dbbe5fa3d5423758e371ec1b9b832f"]}} -{"id":"ec-meeting-2020-06-26-e5d0ee09391a51a203fe843731f342ac2adca474","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-26 - Cabinet of Commissioner Kadri Simson x EDSO for Smart Grids"],"date":["2020-06-26"],"summary":["Presentation of recommendations by EDSO on how DSOs could contribute to the EU recovery plan."],"notes":["Portfolio: Energy"],"location":["Video-conferencing"],"address":["Video-conferencing"],"addressEntity":["addr-4611e6784da5e4097c2b6fa2bc5e51eb9a0577bd"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["ec-person-3ba14eabc5fddef75d1a672cc75b5f4bddd72ee9","eu-tr-952322311484-70","ec-person-2fb98fc84d2cf8d481688eff3d47f7745ead3592","ec-person-1995c65b8dc7f3702a8c30ed96a0144075848837"]}} -{"id":"ec-meeting-2020-06-26-f4ac8c7c7fe3e238feeb0e6324f45cdc6c72dd74","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-26 - Cabinet of Commissioner Didier Reynders x European Law Institute"],"date":["2020-06-26"],"summary":["Promoting awareness and societal dialogue on rule of law"],"notes":["Portfolio: Justice"],"location":["Video-conference"],"address":["Video-conference"],"addressEntity":["addr-afae67aab834151e72f631228e72361e369db072"],"organizer":["ec-cabinet-commissioner-didier-of-reynders"],"involved":["ec-person-6c2abeaa21f9fe09b6a21f7f73e03d924e89018e","eu-tr-455458212010-50","ec-person-1e25399e2267734c5f4c69093d2286c8898ee9f0"]}} -{"id":"ec-meeting-2020-06-27-8c643452b666c0cd5dd0030cea0718e8036a6245","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-27 - Cabinet of Executive Vice-President Frans Timmermans x European Liberal Youth"],"date":["2020-06-27"],"summary":["Speech on youth for climate and green growth"],"notes":["Portfolio: European Green Deal"],"location":["Video Conference"],"address":["Video Conference"],"addressEntity":["addr-fd005d1da26cd3c9a734fbbadaf813e8115acdeb"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-d56ecbfde17436a136fc89c9a978b266e8285c84","eu-tr-979276720920-77"]}} -{"id":"ec-meeting-2020-06-29-16ab9172c88476973f8440fc20ce1c0111897426","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-29 - Cabinet of Commissioner Nicolas Schmit x Norwegian Confederation of Trade Unions Confederation of Norwegian Enterprise"],"date":["2020-06-29"],"summary":["Meeting on minimum wage."],"notes":["Portfolio: Jobs and Social Rights"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-8eb18b6102d444937bc6af5822a6742812165b48","ec-person-4cf4655ab41922e92160325d987a3c4615c72d30","eu-tr-978681036472-47","eu-tr-07442991338-05","ec-person-761fad67b377a6e2a384245795719ef5f7131269","ec-person-c03b949331dbbe5fa3d5423758e371ec1b9b832f"]}} -{"id":"ec-meeting-2020-06-29-19abcead737186e95aa40f04844b6515f347ef25","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-29 - Cabinet of Commissioner Mariya Gabriel x GSMA Europe"],"date":["2020-06-29"],"summary":["Covid-19 disinformation and the role of Education"],"notes":["Portfolio: Innovation and Youth"],"location":["video conference"],"address":["video conference"],"addressEntity":["addr-6dc12e3c97077db82f32184f24341ce370a445fd"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-30988577529-37","ec-person-aac4e4c77e459b480bfebb0e76dc3b26fdfb1d6a"]}} -{"id":"ec-meeting-2020-06-29-1a7dec4e913bc524ca978515c413769d61f1e07b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-29 - Cabinet of Commissioner Didier Reynders x L'Oréal"],"date":["2020-06-29"],"summary":["Sustainable corporate governance"],"notes":["Portfolio: Justice"],"location":["Video conference"],"address":["Video conference"],"addressEntity":["addr-ebc9fd5c2f372a32153cf3f4d5fb918a96b84a88"],"organizer":["ec-cabinet-commissioner-didier-of-reynders"],"involved":["ec-person-442bf1ae9900b999673cdd7389224d0e21b67d4d","eu-tr-02776221598-67"]}} -{"id":"ec-meeting-2020-06-29-21421b20d01d5c56a7d11c437d5684e4e1bb9e05","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-29 - Cabinet of Commissioner Kadri Simson x Forum Atomique Européen"],"date":["2020-06-29"],"summary":["Role of nuclear in decarbonisation, energy security of supply, industrial competitiveness; taxonomy; ESI and hydrogen strategy; impact of covid-19 crisis on nuclear."],"notes":["Portfolio: Energy"],"location":["Video-conferencing"],"address":["Video-conferencing"],"addressEntity":["addr-4611e6784da5e4097c2b6fa2bc5e51eb9a0577bd"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["eu-tr-42433582-82","ec-person-68b9170beccdbf21444fad7cdc252dec9e60b9d2","ec-person-1995c65b8dc7f3702a8c30ed96a0144075848837"]}} -{"id":"ec-meeting-2020-06-29-295e7261e518c1241f116184d075045660a1b3ee","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-29 - Cabinet of President Ursula von der Leyen x Global Citizen"],"date":["2020-06-29"],"summary":["Videoconference with CEO Global Citizen (Topic:Thank you and wrap up of the Global Unite Summit and Concert)"],"notes":["Portfolio: President"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["eu-tr-211392938041-28","ec-person-a2ac27c3a7aa93937efc47169c1dc2264a822175"]}} -{"id":"ec-meeting-2020-06-29-30193e05307a451f279be1c55c75bf284514c63f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-29 - Cabinet of Executive Vice-President Frans Timmermans x Gemeente Den Haag"],"date":["2020-06-29"],"summary":["Speech on the European Green Deal at the College meeting of Den Haag"],"notes":["Portfolio: European Green Deal"],"location":["Den Haag"],"address":["Den Haag"],"addressEntity":["addr-cb0b1027a1bafd72586e6d1d8db99bd3723ed917"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-271510516094-27","ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce"]}} -{"id":"ec-meeting-2020-06-29-3670df7857e1bb60f188d564e4e96b45921e9761","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-29 - Cabinet of Commissioner Kadri Simson x EUGINE - European Engine Power Plants Association"],"date":["2020-06-29"],"summary":["Decarbonisation of gas sector in Energy System Integration and Hydrogen Strategies, and recovery plan; EUGINE activities; positions on taxonomy; possible participation in hydrogen alliance."],"notes":["Portfolio: Energy"],"location":["Video-conferencing"],"address":["Video-conferencing"],"addressEntity":["addr-4611e6784da5e4097c2b6fa2bc5e51eb9a0577bd"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["ec-person-d40f25b5cb5c0681854a4996da444478318f7e58","eu-tr-033807913798-84","ec-person-2fb98fc84d2cf8d481688eff3d47f7745ead3592","ec-person-1995c65b8dc7f3702a8c30ed96a0144075848837"]}} -{"id":"ec-meeting-2020-06-29-3d2c42711241e9d65607cc6fc95fedce4bbdefb6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-29 - Cabinet of Commissioner Didier Reynders x Ordre des avocats de Paris"],"date":["2020-06-29"],"summary":["discussion on post-COVID situation and justice"],"notes":["Portfolio: Justice"],"location":["video conferencing"],"address":["video conferencing"],"addressEntity":["addr-613317ccdf0c2bce8cb9f90df551697cd890eda7"],"organizer":["ec-cabinet-commissioner-didier-of-reynders"],"involved":["eu-tr-562397838538-67","ec-person-1e25399e2267734c5f4c69093d2286c8898ee9f0","ec-person-4cd0043747c40cfeaced5e4c68e43372cdb8dac9"]}} -{"id":"ec-meeting-2020-06-29-59f2a1203196f21d2e8617d59c4395e93d5c6420","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-29 - Cabinet of Executive Vice-President Margrethe Vestager x Prosus"],"date":["2020-06-29"],"summary":["To discuss White Paper on Artificial Intelligence"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0","eu-tr-891417815208-71"]}} -{"id":"ec-meeting-2020-06-29-7e32a42382f67572d9b39587541c5ee3c837215c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-29 - Cabinet of Commissioner Mariya Gabriel x IMPALA Association Internationale AISBL"],"date":["2020-06-29"],"summary":["Situation of the Music industry and the role of the industry to become more green and sustainable"],"notes":["Portfolio: Innovation and Youth"],"location":["Video-conferencing"],"address":["Video-conferencing"],"addressEntity":["addr-4611e6784da5e4097c2b6fa2bc5e51eb9a0577bd"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-12383069253-19","ec-person-1674399a793e9e6fd7cf55b525515fc862fc9351"]}} -{"id":"ec-meeting-2020-06-29-898126d46ca439c560cb7364e44e3348eca3f52c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-29 - Cabinet of Vice-President Věra Jourová x Open Society European Policy Institute"],"date":["2020-06-29"],"summary":["COVID-19 emergency measures"],"notes":["Portfolio: Values and Transparency"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["ec-person-221276f2dfa4b8fe628f08e982d967b6aeb61c57","eu-tr-8557515321-37","ec-person-bf54da17217bbddfd9c68fe24d88005ac17e2c4b","ec-person-28fecf6c4f04b3a2af1d74c742e147920ab849c5"]}} -{"id":"ec-meeting-2020-06-29-94ef251f1c05f7bafa98a72946a6fca2118bdaea","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-29 - Cabinet of Commissioner Janusz Wojciechowski x European State Forest Association"],"date":["2020-06-29"],"summary":["Biodiversity Strategy 2030 and future Forest Strategy"],"notes":["Portfolio: Agriculture"],"location":["video phone call"],"address":["video phone call"],"addressEntity":["addr-20169d8760eb932415b38f11daea45615ba4bb37"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["ec-person-354147678cd662e9949df96a1b58663c347a35f9","eu-tr-99982273034-52","ec-person-cafe030b6dad78a75143f7552c420481b30ebceb","ec-person-90b64673ee7f4c1dae185fbd64b45f5c45f2b66d"]}} -{"id":"ec-meeting-2020-06-29-97a165320320d04eb5353702eace6e0f40417ddf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-29 - Cabinet of President Ursula von der Leyen x SAP AMADEUS IT GROUP S.A. STMicroelectronics Dassault Systèmes IP Europe Nokia"],"date":["2020-06-29"],"summary":["European global players in digital; 5G deployment conditions; foreign subsidies white paper; cloud adoption in Europe, switching possibilities, contestability of cloud markets - need for clear standards and security requirements; data governance."],"notes":["Portfolio: President"],"location":["Brussels (video conference)"],"address":["Brussels (video conference)"],"addressEntity":["addr-1a77e12c05a39186f3ddab600c3e9e619c4822ef"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-7019713e72781afb1f3b19032c4752a314b78180","eu-tr-562316318576-78","eu-tr-193056815367-44","eu-tr-454608238523-04","eu-tr-35167875358-33","eu-tr-70843878143-13","eu-tr-639117311617-01"]}} -{"id":"ec-meeting-2020-06-29-9d34c61d3721e613e11036aee6d6d8bbd388a41c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-29 - Cabinet of Vice-President Margaritis Schinas x AJC Transatlantic Institute"],"date":["2020-06-29"],"summary":["Migration, security and combating Antisemitism"],"notes":["Portfolio: Promoting the European Way of Life"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-margaritis-of-president-schinas-vice"],"involved":["ec-person-d5cada2a1a17537a675985af31e5ce07ae3bfd42","eu-tr-95713206856-14"]}} -{"id":"ec-meeting-2020-06-29-9f7d6aff2cc1d9e0b47926a45d30cd2789fdf569","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-29 - Internal Market, Industry, Entrepreneurship and SMEs x BUSINESSEUROPE"],"date":["2020-06-29"],"summary":["The meeting took place to discuss the industrial ecosystems in general"],"location":["Phone call"],"address":["Phone call"],"addressEntity":["addr-cac056598c767cdeaa0f13cfe91d25988c24c698"],"organizer":["ec-dg-grow"],"involved":["ec-person-0151c7e554d188fffc509ad636b7d1a84c5dfcd5","eu-tr-3978240953-79"]}} -{"id":"ec-meeting-2020-06-29-a18166d65a31a8f744e6344fdbaf60d9e26e8d26","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-29 - Health and Food Safety x ReAct - Action on Antibiotic Resistance"],"date":["2020-06-29"],"summary":["IMI project ENABLE; explore opportunities on areas of work under crosborder health threats and health systems strenghtening; AMR"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-sante"],"involved":["eu-tr-189720828138-88","ec-person-42d2108d723f9b9017ed589e3271e3156172daa7"]}} -{"id":"ec-meeting-2020-06-29-a8d15bed9ce8055448052907a4b54ebb89252f69","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-29 - Cabinet of Commissioner Stella Kyriakides x None"],"date":["2020-06-29"],"summary":["Videoconference with Pharmaceutical Industry Associations to discuss shortages of medicines and medical devices including diagnostic tests in the context of COVID-19 pandemic"],"notes":["Portfolio: Health"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-kyriakides-of-stella"],"involved":["eu-tr-38526121292-88","eu-tr-05366537746-69","ec-person-c7513fae2df7920eea99d7cc103a354aa4f56b6e","eu-tr-64879142323-90","eu-tr-433743725252-26","eu-tr-87600691525-93","eu-tr-48325781850-28","eu-tr-53073567234-18","eu-tr-99565011637-64"]}} -{"id":"ec-meeting-2020-06-29-ad0bdaa7c7c47aac020fd6da55cfbd2939c370bf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-29 - Cabinet of Commissioner Johannes Hahn x BUSINESSEUROPE"],"date":["2020-06-29"],"summary":["Discussion on Europe's Recovery Plan due to COVID-19"],"notes":["Portfolio: Budget and Administration"],"location":["video phone call"],"address":["video phone call"],"addressEntity":["addr-20169d8760eb932415b38f11daea45615ba4bb37"],"organizer":["ec-cabinet-commissioner-hahn-johannes-of"],"involved":["ec-person-6dd3472dac004e43ec1fa4f5b4106e3b476c9ce7","eu-tr-3978240953-79"]}} -{"id":"ec-meeting-2020-06-29-bc2d404f4531dc331067a0adc0fe53650ef5457f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-29 - Budget x EuroComment"],"date":["2020-06-29"],"summary":["Multiannual Financial Framework"],"location":["Brussels/ videocall"],"address":["Brussels/ videocall"],"addressEntity":["addr-e13643f4f25d579ec8248a5a36064a1ff4ac81a2"],"organizer":["ec-dg-budg"],"involved":["ec-person-39635b893026833f739fe623fe7e9d5a97525e7a","eu-tr-123577115553-43"]}} -{"id":"ec-meeting-2020-06-29-c067a8f910a98441ee058851fbf80639346f867a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-29 - Internal Market, Industry, Entrepreneurship and SMEs x EUROMETAUX"],"date":["2020-06-29"],"summary":["Discussion to debrief on mining activities and priorities in general"],"location":["Phone call"],"address":["Phone call"],"addressEntity":["addr-cac056598c767cdeaa0f13cfe91d25988c24c698"],"organizer":["ec-dg-grow"],"involved":["ec-person-0151c7e554d188fffc509ad636b7d1a84c5dfcd5","eu-tr-61650796093-48"]}} -{"id":"ec-meeting-2020-06-29-d104ba547c9bc1bfc213a12eab1c34b771602b0c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-29 - Cabinet of Commissioner Thierry Breton x SUEZ Group"],"date":["2020-06-29"],"summary":["La double transition; Le plan de relance européen, Les Alliances industrielles"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","eu-tr-27799842497-69"]}} -{"id":"ec-meeting-2020-06-29-f7877dddc2bc9dda6a80300411696f8da512ccff","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-29 - Cabinet of Commissioner Thierry Breton x International Chamber of Commerce"],"date":["2020-06-29"],"summary":["Speech/debate - \"Politique industrielle dans un contexte de mondialisation post-Covid\""],"notes":["Portfolio: Internal Market"],"location":["videoconference"],"address":["videoconference"],"addressEntity":["addr-92b2fbb928e012810d80d9ef1abe12027beee200"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-50674299591-83","ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","ec-person-b077a2e9f0fdb3b8f6e91d0bd0b256db9e40ce46"]}} -{"id":"ec-meeting-2020-06-30-0ed98a9af925bacaa34053baf5469e2f7def2b6b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-30 - Cabinet of Commissioner Didier Reynders x CSR Europe, The Business Network for Corporate Social Responsibility"],"date":["2020-06-30"],"summary":["Supply chain sustainability and Environment and Human Rights Due Diligence"],"notes":["Portfolio: Justice"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-didier-of-reynders"],"involved":["ec-person-50f9cba2282e1d03395cdd0faf9ce6e9a2ff3104","eu-tr-56502415122-32","ec-person-442bf1ae9900b999673cdd7389224d0e21b67d4d"]}} -{"id":"ec-meeting-2020-06-30-16aeb3a3e6b69e819c2f0c16e04fa23a90f45acb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-30 - Cabinet of President Ursula von der Leyen x Bloomberg L.P. Global Citizen Wellcome Trust Bill & Melinda Gates Foundation"],"date":["2020-06-30"],"summary":["Global Goal Unite event"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["eu-tr-214140728444-40","eu-tr-912723313554-37","eu-tr-211392938041-28","eu-tr-371567915480-41","ec-person-a15f450526451c70384a05ea9a3a7400ba2d3e7e"]}} -{"id":"ec-meeting-2020-06-30-198b5fe82e94efe2ed43fb75e604cb133dd1ac3e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-30 - Cabinet of Commissioner Stella Kyriakides x European agri-cooperatives European farmers"],"date":["2020-06-30"],"summary":["VC meeting on African Swine Fever"],"notes":["Portfolio: Health"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-kyriakides-of-stella"],"involved":["ec-person-43784ba1f5299ace66cb2287545e1dcae4372d14","eu-tr-09586631237-74","eu-tr-44856881231-49"]}} -{"id":"ec-meeting-2020-06-30-1e53504332de2dba4a01f3392c3c6fb14cee600a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-30 - Cabinet of Executive Vice-President Margrethe Vestager x MVNO Europe"],"date":["2020-06-30"],"summary":["To discuss together the challenges their companies face on the EU market."],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-458563610807-24","ec-person-11d97788772862bb34f51dd26d7f92603eac1bf8"]}} -{"id":"ec-meeting-2020-06-30-2b70601cc951cb97aa6de2f8423d5a3c9cd2dba4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-30 - Cabinet of Commissioner Thierry Breton x EuroCommerce"],"date":["2020-06-30"],"summary":["Discussion du plan de relance pour l'Écosystème du commerce et de la distribution"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-e18e6e300776f5f47ca4c72c1ba1b0d0eb1e71fe","eu-tr-84973761187-60"]}} -{"id":"ec-meeting-2020-06-30-3109c2f1546f0a337d533957b6e73463a6005bfa","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2020-06-30 - Cabinet of Commissioner Phil Hogan x European American Chamber of Commerce New York"],"date":["2020-06-30"],"summary":["Trade issues"],"location":["Video Conference"],"address":["Video Conference"],"addressEntity":["addr-fd005d1da26cd3c9a734fbbadaf813e8115acdeb"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-803034333635-05","ec-person-a1a78365cc4685b0958056646204977d8f2ead92"]}} -{"id":"ec-meeting-2020-06-30-489299268da03679f59faf463a7fb10af25f4f9e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-30 - Cabinet of Commissioner Stella Kyriakides x Bureau Européen des Unions de Consommateurs"],"date":["2020-06-30"],"summary":["VC meeting: Exchange of views on the forthcoming Pharmaceutical Strategy"],"notes":["Portfolio: Health"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-kyriakides-of-stella"],"involved":["eu-tr-9505781573-45","ec-person-c7513fae2df7920eea99d7cc103a354aa4f56b6e"]}} -{"id":"ec-meeting-2020-06-30-6037515039a57c2b9150f956f5f13c61418a5b0d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-30 - Cabinet of Vice-President Margaritis Schinas x European Cyber Security Organisation"],"date":["2020-06-30"],"summary":["Security Union"],"notes":["Portfolio: Promoting the European Way of Life"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-margaritis-of-president-schinas-vice"],"involved":["ec-person-901d49b3e3af3e96de8d42787e8633b0adc76ca1","ec-person-d5cada2a1a17537a675985af31e5ce07ae3bfd42","ec-person-c8d1d7f3012c344bc60630eb456865390bddc7c5","eu-tr-684434822646-91"]}} -{"id":"ec-meeting-2020-06-30-78be623990c20b4f4a3ab21015beca640f1e8569","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-30 - Cabinet of President Ursula von der Leyen x Association des Constructeurs Européens d'Automobiles"],"date":["2020-06-30"],"summary":["COVID-19 challenges for auto industry (knock-on effects re 'end of series' rules and pending type approval procedures)"],"notes":["Portfolio: President"],"location":["Brussels (video conference)"],"address":["Brussels (video conference)"],"addressEntity":["addr-1a77e12c05a39186f3ddab600c3e9e619c4822ef"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-7019713e72781afb1f3b19032c4752a314b78180","eu-tr-0649790813-47"]}} -{"id":"ec-meeting-2020-06-30-7c5caeb1ee5d3e5ebd090410067675470bc0d683","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-30 - Cabinet of Commissioner Adina Vălean x SAFRAN"],"date":["2020-06-30"],"summary":["Meeting to discuss aviation and green deal"],"notes":["Portfolio: Transport"],"location":["Conference call"],"address":["Conference call"],"addressEntity":["addr-28ba88479582b2f75898964548da4252dc7db7d2"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["ec-person-5f7f9d4d861c5b97fbd25bccf6323535d2a7ceb8","eu-tr-764184537594-67"]}} -{"id":"ec-meeting-2020-06-30-7e6a2c474a899068008eb56bdba6187bc24f3292","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-30 - Cabinet of Vice-President Věra Jourová x European Law Institute"],"date":["2020-06-30"],"summary":["Rule of Law Annual report, EDAP, renewed Strategy on EU Charter of Fundamental"],"notes":["Portfolio: Values and Transparency"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["eu-tr-455458212010-50","ec-person-bf54da17217bbddfd9c68fe24d88005ac17e2c4b"]}} -{"id":"ec-meeting-2020-06-30-88c510061ebdb1f177676ecea997cf5bd48dbbc7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-30 - Cabinet of Vice-President Dubravka Šuica x SDG Watch Europe"],"date":["2020-06-30"],"summary":["•\tConference on the future of Europe \r\n•\tImplementation of the child guarantee \r\n•\tChild rights strategy:"],"notes":["Portfolio: Democracy and Demography"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dubravka-of-president-suica-vice"],"involved":["eu-tr-037833727533-45","ec-person-026798f0d4b4567a1c4ba592351123da781ce908"]}} -{"id":"ec-meeting-2020-06-30-8d598292af8ac7c423085989ba3942206f58e29e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-30 - Cabinet of Commissioner Phil Hogan x EuroCommerce"],"date":["2020-06-30"],"summary":["EU Trade Policy"],"location":["Video Conference"],"address":["Video Conference"],"addressEntity":["addr-fd005d1da26cd3c9a734fbbadaf813e8115acdeb"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-84973761187-60","ec-person-a1a78365cc4685b0958056646204977d8f2ead92"]}} -{"id":"ec-meeting-2020-06-30-8dc334dcd8dffa214d04ece23a69e3af7b3d84bd","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2020-06-30 - Cabinet of Vice-President Dubravka Šuica x World Leadership Alliance-Club de Madrid"],"date":["2020-06-30"],"summary":["Conference on the Future of Europe"],"notes":["Portfolio: Democracy and Demography"],"location":["Brussels/online","Brussels, Belgium"],"address":["Brussels/online","Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306","addr-24165ed0abdaab35e78da0941eb9a65a9b17371d"],"organizer":["ec-cabinet-dubravka-of-president-suica-vice"],"involved":["ec-person-e38d9f76fd8b368ff0a9e724d2cd3da76124d857","eu-tr-968421535984-01","ec-person-83dd3363da89c86d99ea50c3ff2d15a746405110"]}} -{"id":"ec-meeting-2020-06-30-9007c9867c306328cd2b088fc50f4cab83f6eaf9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-30 - Cabinet of Commissioner Phil Hogan x Microsoft Corporation"],"date":["2020-06-30"],"summary":["Trade issues"],"location":["Video Conference"],"address":["Video Conference"],"addressEntity":["addr-fd005d1da26cd3c9a734fbbadaf813e8115acdeb"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-0801162959-21","ec-person-a1a78365cc4685b0958056646204977d8f2ead92"]}} -{"id":"ec-meeting-2020-06-30-b2fcdcf62f9f5a9d80d2de8110360b392e674109","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-30 - Cabinet of Commissioner Adina Vălean x Alstom"],"date":["2020-06-30"],"summary":["General discussion on Transport in the Recovery & Resilience Plan"],"notes":["Portfolio: Transport"],"location":["Conference call"],"address":["Conference call"],"addressEntity":["addr-28ba88479582b2f75898964548da4252dc7db7d2"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["ec-person-6e21d867543ef3b910e746c319cb048abd054702","ec-person-267c5ab3ea5304fc6305ef321e214c9c1cd0f78e","eu-tr-43284012043-03"]}} -{"id":"ec-meeting-2020-06-30-d9324f626da16534ee25c32dce1bb892c4d73949","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-30 - Cabinet of Vice-President Dubravka Šuica x Fédération Internationale de Football Association"],"date":["2020-06-30"],"summary":["Conference on the Future of Europe"],"notes":["Portfolio: Democracy and Demography"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-dubravka-of-president-suica-vice"],"involved":["ec-person-e38d9f76fd8b368ff0a9e724d2cd3da76124d857","ec-person-60bc1622eb549a098038c6073ce7c40691ec9384","eu-tr-81311819832-09","ec-person-ebe31c2924b1fbde99804f8f575004fb99739165","ec-person-b0c0e35cd42ea8554d479513ed5c005e5433e115","ec-person-026798f0d4b4567a1c4ba592351123da781ce908","ec-person-08d40344214e6573b5eb0480c1a338d5dde265bd"]}} -{"id":"ec-meeting-2020-06-30-e3d9483d55263e6b3ef543df85b288defdb62768","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-30 - Cabinet of Commissioner Stella Kyriakides x Endocrine Society"],"date":["2020-06-30"],"summary":["VC Meeting on Endocrine Disruptors and Health Policy"],"notes":["Portfolio: Health"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-kyriakides-of-stella"],"involved":["eu-tr-779755615332-09","ec-person-c7513fae2df7920eea99d7cc103a354aa4f56b6e"]}} -{"id":"ec-meeting-2020-06-30-e53b8672079fa96c9d82ffacc28b022a828c73f3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-30 - Maritime Affairs and Fisheries x Association of National Organisations of Fishing Enterprises in the European Union European Association of Fish Producers Organisations"],"date":["2020-06-30"],"summary":["Introduction meeting to have an exchange of views on current issues"],"location":["Brussels - Webex call"],"address":["Brussels - Webex call"],"addressEntity":["addr-0e9b384c28719a08393c3bf846a71f7f7c1a445d"],"organizer":["ec-dg-mare"],"involved":["ec-person-6e64215cdacfeb6c6d4709a7f72c2b1c94a3d908","eu-tr-46491656228-65","eu-tr-2312395253-25"]}} -{"id":"ec-meeting-2020-06-30-ef3386ce24c95b831edd1400811a4a19d9c3a876","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-06-30 - Internal Market, Industry, Entrepreneurship and SMEs x European Association Automotive Suppliers"],"date":["2020-06-30"],"summary":["Introduction to automotive suppliers industry, political priorities"],"location":["Phone call"],"address":["Phone call"],"addressEntity":["addr-cac056598c767cdeaa0f13cfe91d25988c24c698"],"organizer":["ec-dg-grow"],"involved":["ec-person-0151c7e554d188fffc509ad636b7d1a84c5dfcd5","eu-tr-91408765797-03"]}} -{"id":"ec-meeting-2020-07-01-05d2f2a82a78364109bfc04f1525f27aba6a1288","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-01 - Research and Innovation x EUROPEAN AUSTRALIAN BUSINESS COUNCIL"],"date":["2020-07-01"],"summary":["Innovation - Association of Australia to Horizon Europe - Sustainability and climate change"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-rtd"],"involved":["ec-person-1d348f33395de0ea6773a7b4ae8797e3e0392f73","eu-tr-56953548578-36"]}} -{"id":"ec-meeting-2020-07-01-08be372c6728e029730be9a924d6bef716d1d83e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-01 - Cabinet of Executive Vice-President Margrethe Vestager x BELTUG vzw/asbl"],"date":["2020-07-01"],"summary":["To discuss challenges faced by business users of digital technologies"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-488493238396-32","ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0"]}} -{"id":"ec-meeting-2020-07-01-0ccbdecdbeaeb9f26bebc582502d11dfe621621f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-01 - Cabinet of Executive Vice-President Frans Timmermans x Hague Corporate Affairs"],"date":["2020-07-01"],"summary":["Speech at the Farm to Fork Webinar \"Sustainable Food Production and Consumption: Visions & Reality\""],"notes":["Portfolio: European Green Deal"],"location":["video conference (Brussels)"],"address":["video conference (Brussels)"],"addressEntity":["addr-96d45bbb99f3da137b2243f11b529ed54662db90"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce","eu-tr-642553231622-95"]}} -{"id":"ec-meeting-2020-07-01-16a2103f6cdc6e2c518378276781c4c37513b88d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-01 - Cabinet of Executive Vice-President Margrethe Vestager x European Digital Rights"],"date":["2020-07-01"],"summary":["To discuss Biometrics and Artificial Intelligence"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-16311905144-06","ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0"]}} -{"id":"ec-meeting-2020-07-01-29579164a62b8cd32adb58132719a35dc4c544f0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-01 - Cabinet of Commissioner Virginijus Sinkevičius x Funding Fish Seas At Risk OCEANA"],"date":["2020-07-01"],"summary":["economic recovery and marine ecosystems"],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Video Call"],"address":["Video Call"],"addressEntity":["addr-840e556d24b444b67ed996220ad53350148c7e65"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["eu-tr-051498327063-03","eu-tr-625261439488-38","eu-tr-47937943241-80","ec-person-c92a6b4ef8328855b0234011be623ed9f15c86f3"]}} -{"id":"ec-meeting-2020-07-01-31476bb70f59cc2fa46ce7f9e25276e39279d0d1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-01 - Cabinet of Commissioner Adina Vălean x ENEL SpA"],"date":["2020-07-01"],"summary":["Sustainable and Smart Mobility and EU Recovery Fund"],"notes":["Portfolio: Transport"],"location":["Video conference"],"address":["Video conference"],"addressEntity":["addr-ebc9fd5c2f372a32153cf3f4d5fb918a96b84a88"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["ec-person-e5f1558cac43dd4f90847b508b6753edb0a9f903","ec-person-267c5ab3ea5304fc6305ef321e214c9c1cd0f78e","eu-tr-6256831207-27"]}} -{"id":"ec-meeting-2020-07-01-3863fe07a7cfad66667831c01836a8a82ddb0c30","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-01 - Cabinet of Executive Vice-President Frans Timmermans x Friends of Europe"],"date":["2020-07-01"],"summary":["EU-Africa cooperation on climate, energy and agriculture in the context of the European Green Deal."],"notes":["Portfolio: European Green Deal"],"location":["Brussels - videoconference"],"address":["Brussels - videoconference"],"addressEntity":["addr-a3a01e55b02ab591ce10151760698f4306ec49cb"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-7c876f4825f213b8adbedf089ccedfbc3b36d65b","eu-tr-99436366768-45"]}} -{"id":"ec-meeting-2020-07-01-3d94bc723ca431b65c73c088b3e7eea857dfa848","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-01 - Cabinet of Executive Vice-President Frans Timmermans x Funding Fish OCEANA Seas At Risk vzw"],"date":["2020-07-01"],"summary":["economic recovery and marine ecosystems"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-051498327063-03","eu-tr-95261732139-73","eu-tr-47937943241-80","ec-person-8af3c81534786a740718d21dc58240738a53ed7b"]}} -{"id":"ec-meeting-2020-07-01-47ce6357b210d5e1edccf5be483d8ba9a2e3c566","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-01 - Cabinet of Commissioner Phil Hogan x Airbus"],"date":["2020-07-01"],"summary":["Civil aviation dispute"],"location":["Video Conference"],"address":["Video Conference"],"addressEntity":["addr-fd005d1da26cd3c9a734fbbadaf813e8115acdeb"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-c9d17d5879383b030f61a4066848249fb35d57e4","eu-tr-2732167674-76"]}} -{"id":"ec-meeting-2020-07-01-4c767775856df62c0894ab54221ce3e604697ec0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-01 - Research and Innovation x Commissariat à l'Energie atomique et aux énergies alternatives"],"date":["2020-07-01"],"summary":["Evaluation of CEA by HCERES"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-rtd"],"involved":["eu-tr-52774696782-43","ec-person-1d348f33395de0ea6773a7b4ae8797e3e0392f73"]}} -{"id":"ec-meeting-2020-07-01-80ad68cca186fb1266520dc67f5b2cd08f8f67fe","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-01 - Cabinet of Executive Vice-President Frans Timmermans x Vlaams - Europees verbindingsagentschap"],"date":["2020-07-01"],"summary":["Next Generation EU & the European Green Deal"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - videoconference"],"address":["Brussels - videoconference"],"addressEntity":["addr-a3a01e55b02ab591ce10151760698f4306ec49cb"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-9eafbf4a92961023c7df3ab389ae6d4301dec4bf","eu-tr-11179098153-60"]}} -{"id":"ec-meeting-2020-07-01-8840be1d8053da640414dd50f89705f658c01797","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-01 - Cabinet of Commissioner Thierry Breton x Cisco Systems Inc."],"date":["2020-07-01"],"summary":["connectivity and AI"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","eu-tr-494613715191-85"]}} -{"id":"ec-meeting-2020-07-01-8f68c1b4b0d56a23554611629952503e4211757b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-01 - Trade x European University Institute"],"date":["2020-07-01"],"summary":["Carbon Border Adjustment Measures, EU climate policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-trade"],"involved":["ec-person-2045c2589da3988908fcfe731e8224e7e06a7c63","eu-tr-742228039171-04"]}} -{"id":"ec-meeting-2020-07-01-bbbb3c26c36de01871d6c8a40ca6bedf19f063a3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-01 - Internal Market, Industry, Entrepreneurship and SMEs x European Telecommunications Standards Institute"],"date":["2020-07-01"],"summary":["Discuss the role of standardisation in general"],"location":["Phone call"],"address":["Phone call"],"addressEntity":["addr-cac056598c767cdeaa0f13cfe91d25988c24c698"],"organizer":["ec-dg-grow"],"involved":["ec-person-0151c7e554d188fffc509ad636b7d1a84c5dfcd5","eu-tr-474710916419-15"]}} -{"id":"ec-meeting-2020-07-01-cd20d599c2ccc93984a8592883728c4d2e7f7bda","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-01 - Cabinet of Commissioner Thierry Breton x Spotify"],"date":["2020-07-01"],"summary":["DSA, gatekeepers regulation, content moderation"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-365747616583-15","ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","ec-person-4d83416435f81b1f1e8f5c86aeebb1478577f1d2"]}} -{"id":"ec-meeting-2020-07-01-cf7566b41aa0a66ab8e219467b00fcb2386d2d00","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-01 - Cabinet of Commissioner Mariya Gabriel x European Network for Traveller Education"],"date":["2020-07-01"],"summary":["Digital Education Action Plan + European Education Area"],"notes":["Portfolio: Innovation and Youth"],"location":["Video conference"],"address":["Video conference"],"addressEntity":["addr-ebc9fd5c2f372a32153cf3f4d5fb918a96b84a88"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["ec-person-aac4e4c77e459b480bfebb0e76dc3b26fdfb1d6a","eu-tr-330003938599-30"]}} -{"id":"ec-meeting-2020-07-01-dc5784b368accee855d170c5e61017c42781b59e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-01 - Cabinet of Executive Vice-President Frans Timmermans x PlasticsEurope"],"date":["2020-07-01"],"summary":["coronacrisis and plastic pollution"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-454264611835-56","ec-person-8af3c81534786a740718d21dc58240738a53ed7b"]}} -{"id":"ec-meeting-2020-07-01-e4f89a56638cc2fc7fa78a917db3c8d314b1bd87","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-01 - Cabinet of Commissioner Janusz Wojciechowski x Confédération Européenne de la Production de Maïs"],"date":["2020-07-01"],"summary":["Equivalence of the inspection and certification system for cereal seeds produced in Ukraine"],"notes":["Portfolio: Agriculture"],"location":["videoconference"],"address":["videoconference"],"addressEntity":["addr-92b2fbb928e012810d80d9ef1abe12027beee200"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["eu-tr-583664013504-15","ec-person-90b64673ee7f4c1dae185fbd64b45f5c45f2b66d"]}} -{"id":"ec-meeting-2020-07-01-e7444d7c2e994d9deb6a627138ad6829b65931d7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-01 - Cabinet of Executive Vice-President Margrethe Vestager x Microsoft Corporation"],"date":["2020-07-01"],"summary":["To discuss EU digital policy"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-0801162959-21","ec-person-11d97788772862bb34f51dd26d7f92603eac1bf8","ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0"]}} -{"id":"ec-meeting-2020-07-01-e9bae4792ad59ff20be2236ad6bbf152d72e8a22","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-01 - Cabinet of Commissioner Kadri Simson x Athenora Consulting"],"date":["2020-07-01"],"summary":["Green Deal -\r\nPriority of the COM in Energy policies and Climate for the mandate."],"notes":["Portfolio: Energy"],"location":["Video conferencing"],"address":["Video conferencing"],"addressEntity":["addr-4a260fcbdf035aeae48bfb811f1225b05f636185"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["eu-tr-79628773-02","ec-person-9b7f5fe059e5b0b40e79e9170211aa2f02322fdb"]}} -{"id":"ec-meeting-2020-07-01-fa404f56345b79435a89c22342e7d98edbd38a3e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-01 - Cabinet of Commissioner Janusz Wojciechowski x European Federation of Food, Agriculture and Tourism Trade Unions"],"date":["2020-07-01"],"summary":["EFFAT to share proposals on CAP and the Farm to Fork Strategy"],"notes":["Portfolio: Agriculture"],"location":["videoconference"],"address":["videoconference"],"addressEntity":["addr-92b2fbb928e012810d80d9ef1abe12027beee200"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["eu-tr-33130841043-14","ec-person-90b64673ee7f4c1dae185fbd64b45f5c45f2b66d","ec-person-08c62f972c22464aca7a65520eb9406f8db14a66"]}} -{"id":"ec-meeting-2020-07-02-04680822dd6921611fb287a5b85e8f039a5ce19d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-02 - Cabinet of Commissioner Mariya Gabriel x HYDROGEN EUROPE RESEARCH"],"date":["2020-07-02"],"summary":["Horizon Europe and the future partnership Clean Hydrogen for Europe"],"notes":["Portfolio: Innovation and Youth"],"location":["Video-conferencing"],"address":["Video-conferencing"],"addressEntity":["addr-4611e6784da5e4097c2b6fa2bc5e51eb9a0577bd"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-645340928406-53","ec-person-6a2152ccdf48d8ec087f545734a0ec503917193b","ec-person-1674399a793e9e6fd7cf55b525515fc862fc9351"]}} -{"id":"ec-meeting-2020-07-02-180b5c4cc3c651a6070d24c3e5752a5d9c6b23e8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-02 - Cabinet of Commissioner Thierry Breton x TotalEnergies SE"],"date":["2020-07-02"],"summary":["Présentation ambitions de Total pour le Green Deal"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-e18e6e300776f5f47ca4c72c1ba1b0d0eb1e71fe","eu-tr-1849405799-88"]}} -{"id":"ec-meeting-2020-07-02-1931c5c9328d632230a808a7fdd7ce36201fb4b6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-02 - Cabinet of Commissioner Stella Kyriakides x American Chamber of Commerce to the European Union"],"date":["2020-07-02"],"summary":["VC meeting on recovery package and health priorities."],"notes":["Portfolio: Health"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-kyriakides-of-stella"],"involved":["ec-person-43784ba1f5299ace66cb2287545e1dcae4372d14","eu-tr-5265780509-97"]}} -{"id":"ec-meeting-2020-07-02-1a233589636a69750ce00c2e7fef2b6f5b4c67ca","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-02 - Cabinet of Commissioner Didier Reynders x Cooperatives Europe"],"date":["2020-07-02"],"summary":["Sustainable corporate governance"],"notes":["Portfolio: Justice"],"location":["Video conference"],"address":["Video conference"],"addressEntity":["addr-ebc9fd5c2f372a32153cf3f4d5fb918a96b84a88"],"organizer":["ec-cabinet-commissioner-didier-of-reynders"],"involved":["ec-person-442bf1ae9900b999673cdd7389224d0e21b67d4d","eu-tr-16999985032-07"]}} -{"id":"ec-meeting-2020-07-02-421f5946e2487a488b4c03227bc59d5f136928ed","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-02 - Cabinet of Commissioner Mariya Gabriel x Danscentrum Sverige Tanec Praha z.ú. CODA Oslo International Dance Festival Hebbel Theater Berlin GmbH Dublin Dance Festival"],"date":["2020-07-02"],"summary":["Culture Policy and support via Creative Europe"],"notes":["Portfolio: Innovation and Youth"],"location":["Video-conferencing"],"address":["Video-conferencing"],"addressEntity":["addr-4611e6784da5e4097c2b6fa2bc5e51eb9a0577bd"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-636662038445-92","eu-tr-432651238409-48","eu-tr-996020238452-21","eu-tr-666231638418-04","eu-tr-159303138447-47","ec-person-1674399a793e9e6fd7cf55b525515fc862fc9351"]}} -{"id":"ec-meeting-2020-07-02-4355e73732fd0fd81d5e6d2bebc551e983004331","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-02 - Cabinet of Commissioner Mariya Gabriel x John Wiley & Sons"],"date":["2020-07-02"],"summary":["Digital Education Action Plan"],"notes":["Portfolio: Innovation and Youth"],"location":["Video conference"],"address":["Video conference"],"addressEntity":["addr-ebc9fd5c2f372a32153cf3f4d5fb918a96b84a88"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-543273616565-61","ec-person-aac4e4c77e459b480bfebb0e76dc3b26fdfb1d6a"]}} -{"id":"ec-meeting-2020-07-02-53013e7b346eba1df7270014bed54e48ee25c123","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-02 - Cabinet of Commissioner Stella Kyriakides x Cooperativas Agro-alimentarias de España"],"date":["2020-07-02"],"summary":["VC Meeting - Farm to Fork Strategy"],"notes":["Portfolio: Health"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-kyriakides-of-stella"],"involved":["eu-tr-3191855142-12","ec-person-081d99a6f9ed1259db43e2cbcba20275774511b2"]}} -{"id":"ec-meeting-2020-07-02-718b992a5491edc7ab12dec0c0a4cd9ca8d3d93d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-02 - Cabinet of Commissioner Nicolas Schmit x Union des Entreprises Luxembourgeoises"],"date":["2020-07-02"],"summary":["Entrevue sur les compétences."],"notes":["Portfolio: Jobs and Social Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["eu-tr-82936193787-44","ec-person-935314e38d735654cae8ee61313a3d73439b242d","ec-person-4cf4655ab41922e92160325d987a3c4615c72d30","ec-person-c03b949331dbbe5fa3d5423758e371ec1b9b832f"]}} -{"id":"ec-meeting-2020-07-02-73e9e3cd6bdefd9811627fa5f4ebce10abd0cda3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-02 - Cabinet of Commissioner Adina Vălean x International Air Transport Association"],"date":["2020-07-02"],"summary":["Meeting on aviation developments"],"notes":["Portfolio: Transport"],"location":["Conference call"],"address":["Conference call"],"addressEntity":["addr-28ba88479582b2f75898964548da4252dc7db7d2"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["ec-person-5f7f9d4d861c5b97fbd25bccf6323535d2a7ceb8","eu-tr-1805107590-28"]}} -{"id":"ec-meeting-2020-07-02-7d05f7cba77f8f8da59261d8a808e595c76c37fa","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-02 - Cabinet of Commissioner Mariya Gabriel x European Olympic Committees EU Office"],"date":["2020-07-02"],"summary":["Sport"],"notes":["Portfolio: Innovation and Youth"],"location":["Video-conferencing"],"address":["Video-conferencing"],"addressEntity":["addr-4611e6784da5e4097c2b6fa2bc5e51eb9a0577bd"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-827752410362-51","ec-person-1674399a793e9e6fd7cf55b525515fc862fc9351"]}} -{"id":"ec-meeting-2020-07-02-7f838890376f695523a8ff80840ddc864da1bef0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-02 - Cabinet of Commissioner Jutta Urpilainen x SDG Watch Europe"],"date":["2020-07-02"],"summary":["Implementation of the 2030 Agenda for Sustainable Development and the Sustainable Development Goals"],"notes":["Portfolio: International Partnerships"],"location":["Teleconference"],"address":["Teleconference"],"addressEntity":["addr-a1b2e4eeecb1f46f3239fd2a390e2ec3f16bc2cb"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["ec-person-7204caa5e704bc4a911fee13ad5c0f62fd74b3bc","eu-tr-037833727533-45"]}} -{"id":"ec-meeting-2020-07-02-91bb5d00d9154757434ffd293e9db75c0d3d83d6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-02 - Cabinet of Commissioner Didier Reynders x EuroCommerce"],"date":["2020-07-02"],"summary":["Rule of Law and consumer law"],"notes":["Portfolio: Justice"],"location":["Video conference"],"address":["Video conference"],"addressEntity":["addr-ebc9fd5c2f372a32153cf3f4d5fb918a96b84a88"],"organizer":["ec-cabinet-commissioner-didier-of-reynders"],"involved":["eu-tr-84973761187-60","ec-person-50f9cba2282e1d03395cdd0faf9ce6e9a2ff3104","ec-person-442bf1ae9900b999673cdd7389224d0e21b67d4d"]}} -{"id":"ec-meeting-2020-07-02-a0e2fab267810d193dd6cd0597119f697c7aaa1f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-02 - Cabinet of Vice-President Margaritis Schinas x Make Mothers Matter EU Delegation"],"date":["2020-07-02"],"summary":["Fostering skills and employability of mothers (and fathers)"],"notes":["Portfolio: Promoting the European Way of Life"],"location":["virtual meeting"],"address":["virtual meeting"],"addressEntity":["addr-225c82a032511500bff73b3efe0d857849613fd9"],"organizer":["ec-cabinet-margaritis-of-president-schinas-vice"],"involved":["eu-tr-68995403035-84","ec-person-b59ff7316734021e48aa7e0fd79eeeab36ea2bb4"]}} -{"id":"ec-meeting-2020-07-02-a23e54f31e9962ed24260bb63ea99fb3347748d5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-02 - Cabinet of Commissioner Janez Lenarčič x OXFAM INTERNATIONAL EU ADVOCACY OFFICE"],"date":["2020-07-02"],"summary":["Catching up with the current situation"],"notes":["Portfolio: Crisis Management"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-janez-lenarcic-of"],"involved":["eu-tr-46856801604-90","ec-person-31e4e9c3126a9151de6a161e669faba028b1ffa6"]}} -{"id":"ec-meeting-2020-07-02-dffaccbf9aea65bc19b6738ea5266cfd14cb2df0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-02 - Cabinet of Commissioner Stella Kyriakides x Phamaceutical Group of the European Union"],"date":["2020-07-02"],"summary":["VC meeting: Exchange of views on the forthcoming Pharmaceutical Strategy"],"notes":["Portfolio: Health"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-kyriakides-of-stella"],"involved":["eu-tr-00086317186-42","ec-person-c7513fae2df7920eea99d7cc103a354aa4f56b6e"]}} -{"id":"ec-meeting-2020-07-02-e02a184e2b541e0108996a43ef4d15ec540f99af","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-02 - Cabinet of Executive Vice-President Margrethe Vestager x FTTH Council Europe ASBL"],"date":["2020-07-02"],"summary":["To discuss the key priorities of the Commission and the sector"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-11d97788772862bb34f51dd26d7f92603eac1bf8","eu-tr-09838612482-61"]}} -{"id":"ec-meeting-2020-07-03-048b216f621290bd104df9438e6ef5be55facb8e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-03 - Cabinet of Vice-President Věra Jourová x Forum Europe"],"date":["2020-07-03"],"summary":["DSA Week - roundtable discussion - disinformation"],"notes":["Portfolio: Values and Transparency"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["eu-tr-731763615450-48","ec-person-fb258e0188a5319bfaba3161382db43f5a85851f"]}} -{"id":"ec-meeting-2020-07-03-0b4f6255dc45d0f9b07ec3ab140427400516786b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-03 - Cabinet of Commissioner Mariya Gabriel x League of European Research Universities"],"date":["2020-07-03"],"summary":["Stakeholder consultation with Rectors of the European Education Area on the forthcoming European Education Area Communication"],"notes":["Portfolio: Innovation and Youth"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["ec-person-1674399a793e9e6fd7cf55b525515fc862fc9351","eu-tr-823693912705-83"]}} -{"id":"ec-meeting-2020-07-03-0cc659ff9ca1a3d6e356a6b64499b9b675c47acc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-03 - Cabinet of Executive Vice-President Margrethe Vestager x Cicero Consulting Limited"],"date":["2020-07-03"],"summary":["To discuss eID and eIDAS regulation review"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-40887916962-23","ec-person-3da433aae105b13fe027e9c9b3dcac2c97029370"]}} -{"id":"ec-meeting-2020-07-03-0f81549604057fc46dab76461cecc7a62fc7ee25","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-03 - Cabinet of Commissioner Thierry Breton x POST Luxembourg"],"date":["2020-07-03"],"summary":["telecom/connectivité"],"notes":["Portfolio: Internal Market"],"location":["videoconference"],"address":["videoconference"],"addressEntity":["addr-92b2fbb928e012810d80d9ef1abe12027beee200"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-b077a2e9f0fdb3b8f6e91d0bd0b256db9e40ce46","eu-tr-761228138832-05"]}} -{"id":"ec-meeting-2020-07-03-201c22a20f1a427df346d791d0ae6e59332c00a6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-03 - Joint Research Centre x Hydrogen Europe"],"date":["2020-07-03"],"summary":["Introductory exchange of views"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-jrc"],"involved":["ec-person-8e67d247a5ad86c12a9d387f95f3271fa036cfb7","eu-tr-77659588648-75"]}} -{"id":"ec-meeting-2020-07-03-47c4ff4acfd10b68c50d858f37adf783d3d88cd5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-03 - Joint Research Centre x European Cooperation in Science and Technology"],"date":["2020-07-03"],"summary":["Introductory exchange of views"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-jrc"],"involved":["ec-person-8e67d247a5ad86c12a9d387f95f3271fa036cfb7","eu-tr-480090715925-32"]}} -{"id":"ec-meeting-2020-07-03-5796600a7bb9c35bfdef08cc4fdf98184c296664","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-03 - Cabinet of Executive Vice-President Frans Timmermans x Community of European Railway and Infrastructure Companies"],"date":["2020-07-03"],"summary":["Discussion on rail transport and the economic recovery"],"notes":["Portfolio: European Green Deal"],"location":["Phone call"],"address":["Phone call"],"addressEntity":["addr-cac056598c767cdeaa0f13cfe91d25988c24c698"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-7574621118-27","ec-person-d56ecbfde17436a136fc89c9a978b266e8285c84"]}} -{"id":"ec-meeting-2020-07-03-69d94b022d6a9f8114a396184c085b280b53a557","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-03 - Cabinet of Commissioner Thierry Breton x SAP Dassault Systèmes AMADEUS IT GROUP S.A. Ericsson STMicroelectronics Nokia"],"date":["2020-07-03"],"summary":["telecom/connectivité"],"notes":["Portfolio: Internal Market"],"location":["videoconference"],"address":["videoconference"],"addressEntity":["addr-92b2fbb928e012810d80d9ef1abe12027beee200"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-193056815367-44","eu-tr-454608238523-04","eu-tr-02021363105-42","eu-tr-35167875358-33","eu-tr-70843878143-13","ec-person-b077a2e9f0fdb3b8f6e91d0bd0b256db9e40ce46","eu-tr-639117311617-01"]}} -{"id":"ec-meeting-2020-07-03-7fd9c1b0f6f39748d499aa66f1e7040e0a7f782e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-03 - Cabinet of Executive Vice-President Frans Timmermans x Allego B.V."],"date":["2020-07-03"],"summary":["E-mobility Green Recovery Event: Keynote speech on green recovery in transport"],"notes":["Portfolio: European Green Deal"],"location":["video conference"],"address":["video conference"],"addressEntity":["addr-6dc12e3c97077db82f32184f24341ce370a445fd"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-682191825101-26","ec-person-d56ecbfde17436a136fc89c9a978b266e8285c84"]}} -{"id":"ec-meeting-2020-07-03-81f6a3b4c209bc280f4c8e302d33c3327ee45fd1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-03 - Cabinet of Commissioner Stella Kyriakides x European Federation of Pharmaceutical Industries and Associations"],"date":["2020-07-03"],"summary":["VC meeting : Exchange of views on the forthcoming Pharmaceutical Strategy"],"notes":["Portfolio: Health"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-kyriakides-of-stella"],"involved":["eu-tr-38526121292-88","ec-person-c7513fae2df7920eea99d7cc103a354aa4f56b6e"]}} -{"id":"ec-meeting-2020-07-03-a21411b1c076221222087d3cf5aef4c85f913ea4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-03 - Cabinet of President Ursula von der Leyen x Association Internationale de la Mutualité"],"date":["2020-07-03"],"summary":["AI in healthcare, health insurance (adequate legal framework, engine for healthcare modernisation + back office). Standards to govern safety, medical professionals to govern treatment. Standardisation issues. Health data spaces."],"notes":["Portfolio: President"],"location":["Brussels (video conference)"],"address":["Brussels (video conference)"],"addressEntity":["addr-1a77e12c05a39186f3ddab600c3e9e619c4822ef"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-7019713e72781afb1f3b19032c4752a314b78180","eu-tr-595328413083-91"]}} -{"id":"ec-meeting-2020-07-03-c17dc6fe9077f6d09e1ecc1eda781e799bfe84cc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-03 - Cabinet of Executive Vice-President Frans Timmermans x EPA Consulting, s.r.o."],"date":["2020-07-03"],"summary":["Sustainable food systems"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - video conference"],"address":["Brussels - video conference"],"addressEntity":["addr-d7df553e47e69d1cc9f4189b36b7c867f80459b0"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-210418516054-55","ec-person-33624431cbec1074e151c1707715ef46d2ba9565"]}} -{"id":"ec-meeting-2020-07-03-cb32115d7b1bd37373d3503d4d0048d81a50550a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-03 - Cabinet of Commissioner Helena Dalli x Make Mothers Matter EU Delegation"],"date":["2020-07-03"],"summary":["Exchange of views on gender equality"],"notes":["Portfolio: Equality"],"location":["Bruxelles"],"address":["Bruxelles"],"addressEntity":["addr-b58f5927b66d94a676970dc048485d4c6848f272"],"organizer":["ec-cabinet-commissioner-dalli-helena-of"],"involved":["eu-tr-68995403035-84","ec-person-d15c205cb9cbb310d2811039c0160c1de7c84638"]}} -{"id":"ec-meeting-2020-07-03-cf0fb0e7cf376380d7652cf994bf09b89c2612d7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-03 - Cabinet of Commissioner Nicolas Schmit x European Federation of National Organisations working with the Homeless"],"date":["2020-07-03"],"summary":["homelessness"],"notes":["Portfolio: Jobs and Social Rights"],"location":["VC"],"address":["VC"],"addressEntity":["addr-d6788b0715b89d9781e90f4df364ac624d78e439"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-8eb18b6102d444937bc6af5822a6742812165b48","eu-tr-42528706153-39"]}} -{"id":"ec-meeting-2020-07-03-d200d331887d31be470d0230f2ecdb242af718af","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-03 - Cabinet of Vice-President Dubravka Šuica x AGE Platform Europe"],"date":["2020-07-03"],"summary":["Topics discussed\r\nWork of the Commission on demography\r\nUpcoming green paper on ageing\r\nLong-term care, in particular with regard to dignity, quality, affordability and access\r\nLinks with the Action Plan on the European Pillar of Social Rights"],"notes":["Portfolio: Democracy and Demography"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dubravka-of-president-suica-vice"],"involved":["eu-tr-16549972091-86","ec-person-bae2f44eb21285b37ecc9c7f2f42b4acb1f53264"]}} -{"id":"ec-meeting-2020-07-03-e0bea8e1e35ece65de5a2734945916327766a3df","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-03 - Cabinet of Commissioner Phil Hogan x WindEurope"],"date":["2020-07-03"],"summary":["Smart Sector Integration and Hydrogen Strategies"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-19920706471-21","ec-person-87035c801abd86d18634e37fcafba842dc2c94fb","ec-person-7d3caa534e5cdda6d5b949bd4b2def39356e3bec"]}} -{"id":"ec-meeting-2020-07-03-ea24e6c9f8dbd82eb46d5f6383af4cb081b0d7a3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-03 - Cabinet of Commissioner Janez Lenarčič x GROUPE D'INITIATIVE ITALIENNE"],"date":["2020-07-03"],"summary":["EU COVID-19 response"],"notes":["Portfolio: Crisis Management"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-janez-lenarcic-of"],"involved":["ec-person-5746eabb9f91a3807bcfb0667d8a01870a6f5320","ec-person-35334591a1ee219b6f0829d58a8cfba058540557","eu-tr-080682238686-06"]}} -{"id":"ec-meeting-2020-07-03-fde8335f3f29e5673b1facb4d0d2a005aae4634b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-03 - Cabinet of Executive Vice-President Margrethe Vestager x BASF SE"],"date":["2020-07-03"],"summary":["To discuss ETS guidelines"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-7410939793-88","ec-person-594cfd4a97c5371f8effff82abf7c3c56e0f6f45"]}} -{"id":"ec-meeting-2020-07-06-0c4f56265a5a5f3396230741bb46cac502a055e6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-06 - Cabinet of Commissioner Nicolas Schmit x Lëtzebuerger Chrëschtleche Gewerkschafts-Bond Chambre des salariés"],"date":["2020-07-06"],"summary":["Entrevue sur investissements dans les compétences et la transition numérique pour accélérer la reprise, les stratégies numériques et industrielles, les PME."],"notes":["Portfolio: Jobs and Social Rights"],"location":["Luxembourg"],"address":["Luxembourg"],"addressEntity":["addr-5076721c4060feeb69bd2c3dd9bdce115d5c62f3"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-935314e38d735654cae8ee61313a3d73439b242d","ec-person-c03b949331dbbe5fa3d5423758e371ec1b9b832f","eu-tr-918499830049-31","eu-tr-902799723370-43"]}} -{"id":"ec-meeting-2020-07-06-1f53aa296b6a4355a20d5393636f6248bb5d97aa","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-06 - Cabinet of Commissioner Phil Hogan x Horse Sport Ireland"],"date":["2020-07-06"],"summary":["EU-UK future trade relations"],"location":["videoconference"],"address":["videoconference"],"addressEntity":["addr-92b2fbb928e012810d80d9ef1abe12027beee200"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-993014338457-13","ec-person-7d3caa534e5cdda6d5b949bd4b2def39356e3bec"]}} -{"id":"ec-meeting-2020-07-06-2f7790bae6ca25035b6b54cebbabf5f52de802ac","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-06 - Cabinet of Commissioner Didier Reynders x International Association of Scientific, Technical and Medical Publishers"],"date":["2020-07-06"],"summary":["GDPR"],"notes":["Portfolio: Justice"],"location":["video conference"],"address":["video conference"],"addressEntity":["addr-6dc12e3c97077db82f32184f24341ce370a445fd"],"organizer":["ec-cabinet-commissioner-didier-of-reynders"],"involved":["eu-tr-98356852465-08","ec-person-442bf1ae9900b999673cdd7389224d0e21b67d4d"]}} -{"id":"ec-meeting-2020-07-06-3b521627e5de3adcd67d013ed1e150003f2291e1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-06 - Cabinet of Commissioner Mariya Gabriel x CureVac SE"],"date":["2020-07-06"],"summary":["CureVac Signature"],"notes":["Portfolio: Innovation and Youth"],"location":["Video-conferencing"],"address":["Video-conferencing"],"addressEntity":["addr-4611e6784da5e4097c2b6fa2bc5e51eb9a0577bd"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["ec-person-1674399a793e9e6fd7cf55b525515fc862fc9351","eu-tr-798772637872-28"]}} -{"id":"ec-meeting-2020-07-06-431aea5420d02327a81a91e3dca5cb854376ad48","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-06 - Cabinet of Executive Vice-President Frans Timmermans x Triodos Bank"],"date":["2020-07-06"],"summary":["meeting on the European Green Deal"],"notes":["Portfolio: European Green Deal"],"location":["video conference (Brussels)"],"address":["video conference (Brussels)"],"addressEntity":["addr-96d45bbb99f3da137b2243f11b529ed54662db90"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce","eu-tr-543556311400-69"]}} -{"id":"ec-meeting-2020-07-06-486ec33be1a593c60fa7efd4a9cbf78d0bd352f3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-06 - Cabinet of Executive Vice-President Frans Timmermans x ArcelorMittal"],"date":["2020-07-06"],"summary":["Recovery; clean steel; carbon border adjustment"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-e88af8eb396e96e3dbc9b4ec6e40a348d26c389c","eu-tr-23527541824-60"]}} -{"id":"ec-meeting-2020-07-06-532122bd1622f9625ccf348c75e9abcc9d120cfa","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-06 - Cabinet of Commissioner Thierry Breton x Chambre des salariés Lëtzebuerger Chrëschtleche Gewerkschafts-Bond"],"date":["2020-07-06"],"summary":["Investissements dans les compétences et la transition numérique pour accélérer la reprise, les stratégies numériques et industrielles, les PME."],"notes":["Portfolio: Internal Market"],"location":["Luxembourg"],"address":["Luxembourg"],"addressEntity":["addr-5076721c4060feeb69bd2c3dd9bdce115d5c62f3"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","eu-tr-918499830049-31","eu-tr-902799723370-43"]}} -{"id":"ec-meeting-2020-07-06-5bd873a0086800d7fe61753bc810e3766865529d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-06 - Cabinet of Commissioner Phil Hogan x International Trademark Association"],"date":["2020-07-06"],"summary":["Trade Policy Review."],"location":["Video Conference"],"address":["Video Conference"],"addressEntity":["addr-fd005d1da26cd3c9a734fbbadaf813e8115acdeb"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-a1a78365cc4685b0958056646204977d8f2ead92","eu-tr-10141574843-32"]}} -{"id":"ec-meeting-2020-07-06-5dd3896845746fd939f540024f50367138bfb958","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-06 - Cabinet of Executive Vice-President Frans Timmermans x ICLEI - Local Governments for Sustainability European Secretariat"],"date":["2020-07-06"],"summary":["meeting on European Sustainable Cities"],"notes":["Portfolio: European Green Deal"],"location":["Video conference (Brussels)"],"address":["Video conference (Brussels)"],"addressEntity":["addr-01b8ca4779de58fdb138b60b0d9496a9cb09e6cf"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce","ec-person-d56ecbfde17436a136fc89c9a978b266e8285c84","eu-tr-064034733055-88"]}} -{"id":"ec-meeting-2020-07-06-74cf421cc0e3ebe2954b373011245b4faefa57c4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-06 - Cabinet of Commissioner Stella Kyriakides x AnimalhealthEurope"],"date":["2020-07-06"],"summary":["Farm to Fork Strategy, animal health law and the implementation of the veterinary medicinal products regulation."],"notes":["Portfolio: Health"],"location":["Webex meeting"],"address":["Webex meeting"],"addressEntity":["addr-890aa61c6c51df2fa544a1ba06758b65e1bd53ff"],"organizer":["ec-cabinet-commissioner-kyriakides-of-stella"],"involved":["eu-tr-63322037415-37","ec-person-c7513fae2df7920eea99d7cc103a354aa4f56b6e"]}} -{"id":"ec-meeting-2020-07-06-756c411984901facd2ba4f133cc2430eba29bc5d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-06 - Environment x General Aviation Manufacturers Association"],"date":["2020-07-06"],"summary":["European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-env"],"involved":["eu-tr-49221685491-82","ec-person-3bc74ce04ea3f4ab4d91a5c88eef25b8b8a213b4"]}} -{"id":"ec-meeting-2020-07-06-8d289b01cb94026e46cfa1944ed694e2a0efa5e5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-06 - Cabinet of Commissioner Nicolas Schmit x SES S.A."],"date":["2020-07-06"],"summary":["Presentation of the SES activities."],"notes":["Portfolio: Jobs and Social Rights"],"location":["Luxembourg"],"address":["Luxembourg"],"addressEntity":["addr-5076721c4060feeb69bd2c3dd9bdce115d5c62f3"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["eu-tr-93799097410-24","ec-person-935314e38d735654cae8ee61313a3d73439b242d","ec-person-c03b949331dbbe5fa3d5423758e371ec1b9b832f"]}} -{"id":"ec-meeting-2020-07-06-90fae93fae586470e5ca23a987bd81f4a21f20ca","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-06 - Internal Market, Industry, Entrepreneurship and SMEs x IP Europe"],"date":["2020-07-06"],"summary":["Discuss the current EU initiatives that may impact the SEPs licensing, including the upcoming IP Action Plan and the review of the EU Guidelines on Horizontal Co-operation Agreements"],"location":["Phone call"],"address":["Phone call"],"addressEntity":["addr-cac056598c767cdeaa0f13cfe91d25988c24c698"],"organizer":["ec-dg-grow"],"involved":["ec-person-0151c7e554d188fffc509ad636b7d1a84c5dfcd5","eu-tr-562316318576-78"]}} -{"id":"ec-meeting-2020-07-06-a010b2b3c24ab8e08eac8932450f26ce5fe4aeed","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-06 - Cabinet of Commissioner Adina Vălean x Lilium GmbH"],"date":["2020-07-06"],"summary":["Presentation meeting to meet Lilium representatives."],"notes":["Portfolio: Transport"],"location":["Conference call"],"address":["Conference call"],"addressEntity":["addr-28ba88479582b2f75898964548da4252dc7db7d2"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["ec-person-5f7f9d4d861c5b97fbd25bccf6323535d2a7ceb8","eu-tr-088496235056-88"]}} -{"id":"ec-meeting-2020-07-06-a2689dde08a09f4f95d027e2de3a3ba7cce4f1ad","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-06 - Cabinet of Commissioner Thierry Breton x Snap, Inc."],"date":["2020-07-06"],"summary":["Digital Services Act"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-4d83416435f81b1f1e8f5c86aeebb1478577f1d2","ec-person-7217954e3bc1aad2a1474fb760ea512a069f8fe3","eu-tr-976985829492-08"]}} -{"id":"ec-meeting-2020-07-06-a545b4f75e5c789c792c4e13eb358ba350aa36b4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-06 - Cabinet of Commissioner Stella Kyriakides x Gilead Sciences"],"date":["2020-07-06"],"summary":["VC meeting: Exchange of views on the forthcoming Pharmaceutical Strategy"],"notes":["Portfolio: Health"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-kyriakides-of-stella"],"involved":["eu-tr-258845020786-10","ec-person-c7513fae2df7920eea99d7cc103a354aa4f56b6e"]}} -{"id":"ec-meeting-2020-07-06-b017653f952de5fb71033baaab90d6780c9e8397","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-06 - Cabinet of Executive Vice-President Margrethe Vestager x Cerame-Unie"],"date":["2020-07-06"],"summary":["To discuss ETS guidelines"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-79465004946-12","ec-person-594cfd4a97c5371f8effff82abf7c3c56e0f6f45"]}} -{"id":"ec-meeting-2020-07-06-b1e9b784a5fbfc95a1895fa028acf3f5f2d280fd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-06 - Cabinet of Commissioner Thierry Breton x SES S.A."],"date":["2020-07-06"],"summary":["Presentation of the SES activities."],"notes":["Portfolio: Internal Market"],"location":["Luxembourg"],"address":["Luxembourg"],"addressEntity":["addr-5076721c4060feeb69bd2c3dd9bdce115d5c62f3"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-93799097410-24","ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0"]}} -{"id":"ec-meeting-2020-07-06-b647a1183c8691340f3d1853cf0cd184d455a362","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-06 - Cabinet of Commissioner Virginijus Sinkevičius x AnimalhealthEurope"],"date":["2020-07-06"],"summary":["Animal Health, Farm to Fork Strategy and Biodiversity Strategy"],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["eu-tr-63322037415-37","ec-person-ef0f66e9880a22ea8d9657bd982daf9bd74838c1"]}} -{"id":"ec-meeting-2020-07-06-bff30a22e619bcdf9243d122c558d1ccd4f48070","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-06 - Cabinet of Commissioner Nicolas Schmit x None"],"date":["2020-07-06"],"summary":["Entrevue sur les investissements dans les compétences et la transition numérique pour accélérer la reprise, les stratégies numériques et industrielles, les PME."],"notes":["Portfolio: Jobs and Social Rights"],"location":["Luxembourg"],"address":["Luxembourg"],"addressEntity":["addr-5076721c4060feeb69bd2c3dd9bdce115d5c62f3"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["eu-tr-398653014515-96","eu-tr-6182372280-83","eu-tr-286194516022-33","ec-person-935314e38d735654cae8ee61313a3d73439b242d","eu-tr-82936193787-44","eu-tr-3505006282-58","ec-person-c03b949331dbbe5fa3d5423758e371ec1b9b832f"]}} -{"id":"ec-meeting-2020-07-06-de3bab9a1275bf366e7077ffe171d701eb535210","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-06 - Research and Innovation x EU-LIFE"],"date":["2020-07-06"],"summary":["Position paper of EU-LIFE: How to ensure health safety in Europe – The vision of the EU-LIFE institutes"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-rtd"],"involved":["eu-tr-665575822616-94","ec-person-1d348f33395de0ea6773a7b4ae8797e3e0392f73"]}} -{"id":"ec-meeting-2020-07-06-e7c3baea359ad564a72965ea84b82eb7e8ca30bb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-06 - Cabinet of Executive Vice-President Frans Timmermans x Bloomberg L.P."],"date":["2020-07-06"],"summary":["Green Recovery and energy sector transition in crisis times"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - videoconference"],"address":["Brussels - videoconference"],"addressEntity":["addr-a3a01e55b02ab591ce10151760698f4306ec49cb"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-7c876f4825f213b8adbedf089ccedfbc3b36d65b","eu-tr-214140728444-40"]}} -{"id":"ec-meeting-2020-07-06-fb91b803c37a7e5f81a3d6ba80ee943bf6416fec","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-06 - Cabinet of Commissioner Thierry Breton x None"],"date":["2020-07-06"],"summary":["Entrevue sur les investissements dans les compétences et la transition numérique pour accélérer la reprise, les stratégies numériques et industrielles, les PME."],"notes":["Portfolio: Internal Market"],"location":["Luxembourg"],"address":["Luxembourg"],"addressEntity":["addr-5076721c4060feeb69bd2c3dd9bdce115d5c62f3"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-398653014515-96","eu-tr-6182372280-83","ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","eu-tr-286194516022-33","eu-tr-82936193787-44","eu-tr-3505006282-58"]}} -{"id":"ec-meeting-2020-07-06-fd8e5a1b9c9360fd94dd67ae6bb53345a8c8745a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-06 - Cabinet of Commissioner Kadri Simson x Shell Companies"],"date":["2020-07-06"],"summary":["Site visit to the largest PEM electrolyser currently under construction, renewable hydrogen."],"notes":["Portfolio: Energy"],"location":["Wesseling, Germany"],"address":["Wesseling, Germany"],"addressEntity":["addr-5605edc1c2133cd572328e3ef674f2e2e9fef626"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["ec-person-3ba14eabc5fddef75d1a672cc75b5f4bddd72ee9","eu-tr-05032108616-26","ec-person-1995c65b8dc7f3702a8c30ed96a0144075848837"]}} -{"id":"ec-meeting-2020-07-07-0751b7b147146a6c554109b3ef9ac67044675223","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-07 - Cabinet of Commissioner Didier Reynders x Global Legal Entity Identifier Foundation"],"date":["2020-07-07"],"summary":["Role of the Legal Identity Identifier (LEI) in improving supply chain transparency"],"notes":["Portfolio: Justice"],"location":["Video conference"],"address":["Video conference"],"addressEntity":["addr-ebc9fd5c2f372a32153cf3f4d5fb918a96b84a88"],"organizer":["ec-cabinet-commissioner-didier-of-reynders"],"involved":["ec-person-442bf1ae9900b999673cdd7389224d0e21b67d4d","eu-tr-660337819709-62"]}} -{"id":"ec-meeting-2020-07-07-391f2f85e9e9e8bc58d2e9860ad08e36b4400007","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-07 - Cabinet of Commissioner Mariya Gabriel x Women's Brain Project"],"date":["2020-07-07"],"summary":["Women’s Brain Forum 2020"],"notes":["Portfolio: Innovation and Youth"],"location":["Video-conferencing"],"address":["Video-conferencing"],"addressEntity":["addr-4611e6784da5e4097c2b6fa2bc5e51eb9a0577bd"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["ec-person-1674399a793e9e6fd7cf55b525515fc862fc9351","eu-tr-341947539002-63"]}} -{"id":"ec-meeting-2020-07-07-3f397fa87c0dabaeb002d472b588ceb6c3d14cc8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-07 - Research and Innovation x Bureau Européen des Unions de Consommateurs"],"date":["2020-07-07"],"summary":["•\tAccess to affordable vaccines, diagnostics, and treatments – and the link between research funding and affordable health solutions; \r\n\r\n•\tThe upcoming Chemicals Strategy for Sustainability"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-rtd"],"involved":["eu-tr-9505781573-45","ec-person-1d348f33395de0ea6773a7b4ae8797e3e0392f73"]}} -{"id":"ec-meeting-2020-07-07-442f79ce0410e833052b52aed9ced1a92083b6b5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-07 - Cabinet of Commissioner Paolo Gentiloni x Europe Unlimited"],"date":["2020-07-07"],"summary":["joint meeting with EVP’s Cab/Ms Alina Ujupan - Suggestion to progress the investment agenda in the future EU budgets"],"notes":["Portfolio: Economy"],"location":["Brussels - Zoom meeting"],"address":["Brussels - Zoom meeting"],"addressEntity":["addr-6713939037100e5cae80b2bc88e9108efdc4edda"],"organizer":["ec-cabinet-commissioner-gentiloni-of-paolo"],"involved":["eu-tr-783382238761-78","ec-person-6168eb3d5d9bc71f9dc22fb6f75f77fa485ec252"]}} -{"id":"ec-meeting-2020-07-07-44a2f095050cd1b0391218a9818ad5ed6ea380e3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-07 - Cabinet of Executive Vice-President Frans Timmermans x Naturschutzbund Deutschland e.V."],"date":["2020-07-07"],"summary":["European Green Deal, recovery and action on nature"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - videoconference"],"address":["Brussels - videoconference"],"addressEntity":["addr-a3a01e55b02ab591ce10151760698f4306ec49cb"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-7c876f4825f213b8adbedf089ccedfbc3b36d65b","eu-tr-0285583802-96"]}} -{"id":"ec-meeting-2020-07-07-48be7c2e5118d042fdf62ccb8f4fee8534c9be6c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-07 - Financial Stability, Financial Services and Capital Markets Union x BARING ASSET MANAGEMENT LTD"],"date":["2020-07-07"],"summary":["Recovery package, CMU and Brexit"],"location":["Virtual meeting"],"address":["Virtual meeting"],"addressEntity":["addr-1f1f3f51a4da31a1ea5c1b4b21cbf52ad983224f"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-738759438733-32","ec-person-1fce211249673c35ee07a801ddee77ab24af8d54"]}} -{"id":"ec-meeting-2020-07-07-50d9f2ee847d406af0ae91a647afa250683f964b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-07 - Cabinet of Executive Vice-President Valdis Dombrovskis x European Federation for Services to Individuals"],"date":["2020-07-07"],"summary":["Support to personal household services"],"notes":["Portfolio: An Economy that Works for People"],"location":["video-conferencing"],"address":["video-conferencing"],"addressEntity":["addr-211c505d204b295e60497aa4c59557bb484ca6c5"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-55cdd2fceb3997b4092326294c9405769c7b491b","eu-tr-57795906755-89"]}} -{"id":"ec-meeting-2020-07-07-614a36622a86b909c0a4ea5bb314a29a188964d5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-07 - Cabinet of Commissioner Thierry Breton x Europa Distribution International Federation of Film Distributors' and Publishers' Associations"],"date":["2020-07-07"],"summary":["Audio-visual sector and EU recovery plan"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-757797110981-25","eu-tr-626116910064-95","ec-person-5215bd372c5a1202399d77ecceb8c16de8d7d55c"]}} -{"id":"ec-meeting-2020-07-07-66177af81376bf1c3d402e717ebf86db6803359a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-07 - Cabinet of Executive Vice-President Margrethe Vestager x Toy Industries of Europe"],"date":["2020-07-07"],"summary":["To discuss Digital Services Act"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0","eu-tr-016371114093-01"]}} -{"id":"ec-meeting-2020-07-07-6b7b890bae818fb87d4de8fc650ee37718757d86","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-07 - Cabinet of Commissioner Adina Vălean x UNIFE"],"date":["2020-07-07"],"summary":["Meeting to discuss rail industry"],"notes":["Portfolio: Transport"],"location":["Conference call"],"address":["Conference call"],"addressEntity":["addr-28ba88479582b2f75898964548da4252dc7db7d2"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["eu-tr-9624415524-28","ec-person-6e21d867543ef3b910e746c319cb048abd054702","ec-person-267c5ab3ea5304fc6305ef321e214c9c1cd0f78e"]}} -{"id":"ec-meeting-2020-07-07-7809e25b65abba825bcdd47fdd6fe66cbc8166f9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-07 - Cabinet of Vice-President Margaritis Schinas x Union of European Football Associations"],"date":["2020-07-07"],"summary":["European Way of Life portfolio and European football and sports"],"notes":["Portfolio: Promoting the European Way of Life"],"location":["Conference call"],"address":["Conference call"],"addressEntity":["addr-28ba88479582b2f75898964548da4252dc7db7d2"],"organizer":["ec-cabinet-margaritis-of-president-schinas-vice"],"involved":["ec-person-d5cada2a1a17537a675985af31e5ce07ae3bfd42","ec-person-901d49b3e3af3e96de8d42787e8633b0adc76ca1","eu-tr-39217046408-27"]}} -{"id":"ec-meeting-2020-07-07-7ac669fd34c00a9bf06d2bd41fe697ea946581f9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-07 - Cabinet of Commissioner Thierry Breton x European Tyre & Rubber Manufacturers' Association"],"date":["2020-07-07"],"summary":["Industry outlook, recovery and decarbonisation"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-9cf97e549f67c3228d1478a3a67d652eb28c5b46","eu-tr-6025320863-10"]}} -{"id":"ec-meeting-2020-07-07-82b0cd2eb428c3889116d4959aebb8dd5f10648e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-07 - Cabinet of Commissioner Kadri Simson x ENGIE"],"date":["2020-07-07"],"summary":["Energy efficiency, electrification, and biomethane/hydrogen in Energy System Integration and Hydrogen Strategies;\r\noverview of ENGIE’s activities in energy transition, their positions on taxonomy and carbon pricing."],"notes":["Portfolio: Energy"],"location":["Video-conferencing"],"address":["Video-conferencing"],"addressEntity":["addr-4611e6784da5e4097c2b6fa2bc5e51eb9a0577bd"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["eu-tr-90947457424-20","ec-person-d40f25b5cb5c0681854a4996da444478318f7e58","ec-person-1995c65b8dc7f3702a8c30ed96a0144075848837"]}} -{"id":"ec-meeting-2020-07-07-878c070c3fdd4bd91ca24884b5644bc0327881e3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-07 - Cabinet of Executive Vice-President Frans Timmermans x European Bureau for Conservation and Development"],"date":["2020-07-07"],"summary":["speech at EP Intergroup webinar on \"An ambitious Green Recovery Plan - ensuring green investments delivering climate neutrality\""],"notes":["Portfolio: European Green Deal"],"location":["video conference (Brussels)"],"address":["video conference (Brussels)"],"addressEntity":["addr-96d45bbb99f3da137b2243f11b529ed54662db90"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce","eu-tr-704526524109-47"]}} -{"id":"ec-meeting-2020-07-07-8d83f617f8e485e9d6d0e56dac3da92c1fc637e1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-07 - Cabinet of Commissioner Didier Reynders x association pour l'unification du droit des affaires en Europe"],"date":["2020-07-07"],"summary":["project de code Européen des affaires"],"notes":["Portfolio: Justice"],"location":["Video conference"],"address":["Video conference"],"addressEntity":["addr-ebc9fd5c2f372a32153cf3f4d5fb918a96b84a88"],"organizer":["ec-cabinet-commissioner-didier-of-reynders"],"involved":["ec-person-442bf1ae9900b999673cdd7389224d0e21b67d4d","eu-tr-649714538706-42"]}} -{"id":"ec-meeting-2020-07-07-8d849ff49c279ca350f6b60cbadccbb775664e32","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-07 - Cabinet of President Ursula von der Leyen x The Council of European Professional Informatics Societies"],"date":["2020-07-07"],"summary":["Digital skills need. CEN e-competence framework. JRC digital competence framework for citizens. Objective certification. Digital Education Action Plan, builing on EU Skills Agenda. Need for coordination & monitoring."],"notes":["Portfolio: President"],"location":["Brussels (video conference)"],"address":["Brussels (video conference)"],"addressEntity":["addr-1a77e12c05a39186f3ddab600c3e9e619c4822ef"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-7019713e72781afb1f3b19032c4752a314b78180","eu-tr-372608916662-62"]}} -{"id":"ec-meeting-2020-07-07-98e95b2efc1be42ede932faa2817134155cea43f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-07 - Cabinet of Commissioner Mariya Gabriel x Sustainable Energy for All"],"date":["2020-07-07"],"summary":["EU-Africa relations as regards sustainable energy and contribution of R&I"],"notes":["Portfolio: Innovation and Youth"],"location":["Address"],"address":["Address"],"addressEntity":["addr-d70f93df5e8f9b55be44fbeee9d203972e3383d4"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-365585639064-33","ec-person-1674399a793e9e6fd7cf55b525515fc862fc9351"]}} -{"id":"ec-meeting-2020-07-07-b4f8732631400a56d7684fcb0ec1778c06ba6c97","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-07 - Cabinet of Vice-President Margaritis Schinas x Aerospace, Security and Defence Industries Association of Europe"],"date":["2020-07-07"],"summary":["Security Union"],"notes":["Portfolio: Promoting the European Way of Life"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-margaritis-of-president-schinas-vice"],"involved":["ec-person-901d49b3e3af3e96de8d42787e8633b0adc76ca1","eu-tr-72699997886-57"]}} -{"id":"ec-meeting-2020-07-07-b63662800ae07fd5a6a5c763125fa7767cc58001","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-07 - Cabinet of Commissioner Johannes Hahn x Climate Action Network Europe"],"date":["2020-07-07"],"summary":["EC green deal, climate target, Joint Transition Mechanism"],"notes":["Portfolio: Budget and Administration"],"location":["Conference call"],"address":["Conference call"],"addressEntity":["addr-28ba88479582b2f75898964548da4252dc7db7d2"],"organizer":["ec-cabinet-commissioner-hahn-johannes-of"],"involved":["ec-person-26e87e8dbc382b84ce1f54266bee0b7eab520454","eu-tr-55888811123-49"]}} -{"id":"ec-meeting-2020-07-07-c845a70574791406e464dc7f8426f86d0fd01378","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-07 - Cabinet of Executive Vice-President Frans Timmermans x Stichting Commonland"],"date":["2020-07-07"],"summary":["Sustainable food systems"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - video conference"],"address":["Brussels - video conference"],"addressEntity":["addr-d7df553e47e69d1cc9f4189b36b7c867f80459b0"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-581342922580-86","ec-person-33624431cbec1074e151c1707715ef46d2ba9565"]}} -{"id":"ec-meeting-2020-07-07-d4db832124c35b61d5541d42a6eb0eb9b866db5e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-07 - Cabinet of Commissioner Helena Dalli x European Women's Lobby"],"date":["2020-07-07"],"summary":["Istanbul Convention; combating violence against women/gender based violence."],"notes":["Portfolio: Equality"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-dalli-helena-of"],"involved":["ec-person-d0b568d53468fcd3dfeeaddbd07343b5b065914d","eu-tr-85686156700-13"]}} -{"id":"ec-meeting-2020-07-07-e6dde8b31d32f83453ab5b910119537cecf5b078","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-07 - Cabinet of Commissioner Mariya Gabriel x COIMBRA GROUP"],"date":["2020-07-07"],"summary":["European higher education and research current challenges and future developments, European Education Area"],"notes":["Portfolio: Innovation and Youth"],"location":["Video-conferencing"],"address":["Video-conferencing"],"addressEntity":["addr-4611e6784da5e4097c2b6fa2bc5e51eb9a0577bd"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["ec-person-1674399a793e9e6fd7cf55b525515fc862fc9351","eu-tr-361887338852-62"]}} -{"id":"ec-meeting-2020-07-07-eefafc9a8f6fc23dc213694bb6a6a2a46f8f87b6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-07 - Financial Stability, Financial Services and Capital Markets Union x FTI Consulting Belgium"],"date":["2020-07-07"],"summary":["Single market for financial services, digital business models and FinTech"],"location":["Virtual meeting"],"address":["Virtual meeting"],"addressEntity":["addr-1f1f3f51a4da31a1ea5c1b4b21cbf52ad983224f"],"organizer":["ec-dg-fisma"],"involved":["ec-person-1fce211249673c35ee07a801ddee77ab24af8d54","eu-tr-29896393398-67"]}} -{"id":"ec-meeting-2020-07-07-f2b8df7f7e9ee9ccabbbc6dc2acb7e99bafe6ac7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-07 - Cabinet of Executive Vice-President Frans Timmermans x EUROPEAN LOGISTICS PLATFORM"],"date":["2020-07-07"],"summary":["Seminar on the Green Deal: Closing speech on smart multimodal logistics"],"notes":["Portfolio: European Green Deal"],"location":["Video conference"],"address":["Video conference"],"addressEntity":["addr-ebc9fd5c2f372a32153cf3f4d5fb918a96b84a88"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-003898110975-44","ec-person-d56ecbfde17436a136fc89c9a978b266e8285c84"]}} -{"id":"ec-meeting-2020-07-07-f3dd3f8cce0219ae41348adc79df21afdea7e63f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-07 - Joint Research Centre x European Association of Research and Technology Organisations"],"date":["2020-07-07"],"summary":["Introductory exchange of views"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-jrc"],"involved":["ec-person-8e67d247a5ad86c12a9d387f95f3271fa036cfb7","eu-tr-977869932377-59"]}} -{"id":"ec-meeting-2020-07-07-f61df215bcce2bb3cb2ff78caf9c84c168c984d4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-07 - Environment x Sociedad Española de Ornitología"],"date":["2020-07-07"],"summary":["LIFE"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-env"],"involved":["eu-tr-78244764767-48","ec-person-3bc74ce04ea3f4ab4d91a5c88eef25b8b8a213b4"]}} -{"id":"ec-meeting-2020-07-07-f74f6462f5ee780e7872342b90c1b111d64f0722","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-07 - Cabinet of Commissioner Janusz Wojciechowski x European Landowners' Organization asbl"],"date":["2020-07-07"],"summary":["Opening address at the FFA 2020 dinner - lessons to be learnt from COVID-19 in revitalising the fight for creating a more resilient and sustainable food system, with special mention to the Green Deal & the Farm to Fork Strategy."],"notes":["Portfolio: Agriculture"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["ec-person-90b64673ee7f4c1dae185fbd64b45f5c45f2b66d","eu-tr-36063991244-88"]}} -{"id":"ec-meeting-2020-07-08-0662827ae79f549324716a195107a1297e7d8519","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-08 - Cabinet of Executive Vice-President Margrethe Vestager x Creativity Works!"],"date":["2020-07-08"],"summary":["To discuss Media Policy"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0","ec-person-3da433aae105b13fe027e9c9b3dcac2c97029370","eu-tr-457069318696-53"]}} -{"id":"ec-meeting-2020-07-08-0a2afb1a1da2302fa860e29bfef18c35097b96fa","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-08 - Cabinet of Commissioner Nicolas Schmit x Association Internationale de la Mutualité"],"date":["2020-07-08"],"summary":["Social Economy"],"notes":["Portfolio: Jobs and Social Rights"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-c2208333f0f75350eef62b355a40bf856f2d9cef","ec-person-4cf4655ab41922e92160325d987a3c4615c72d30","eu-tr-595328413083-91"]}} -{"id":"ec-meeting-2020-07-08-1e5e23fa89a1047207a888a69d8aa2a30d23c3eb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-08 - Cabinet of Commissioner Stella Kyriakides x European Chemical Industry Council"],"date":["2020-07-08"],"summary":["Pharmaceutical Strategy"],"notes":["Portfolio: Health"],"location":["Virtual meeting"],"address":["Virtual meeting"],"addressEntity":["addr-1f1f3f51a4da31a1ea5c1b4b21cbf52ad983224f"],"organizer":["ec-cabinet-commissioner-kyriakides-of-stella"],"involved":["ec-person-991ce64cea5178762c932ac823ea5d309e7a8d93","ec-person-ecf9f9e978b833afc98ee022572d468f0dc9a352","eu-tr-64879142323-90"]}} -{"id":"ec-meeting-2020-07-08-23dcb0139282f80a45562f70974f689b6e613f71","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-08 - Cabinet of Executive Vice-President Frans Timmermans x European Association of the Electricity Transmission and Distribution Equipment and Services Industry"],"date":["2020-07-08"],"summary":["Speech on the European Green Deal at T&D Europe's Executive Committee"],"notes":["Portfolio: European Green Deal"],"location":["video conference (Brussels)"],"address":["video conference (Brussels)"],"addressEntity":["addr-96d45bbb99f3da137b2243f11b529ed54662db90"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce","eu-tr-90453504235-64"]}} -{"id":"ec-meeting-2020-07-08-275069617bcae99b427b2086896526391be2a11c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-08 - Cabinet of Commissioner Janusz Wojciechowski x Confederazione Nazionale Coldiretti"],"date":["2020-07-08"],"summary":["Sustainability and resilience in the European agriculture\r\nand food systems"],"notes":["Portfolio: Agriculture"],"location":["videoconference"],"address":["videoconference"],"addressEntity":["addr-92b2fbb928e012810d80d9ef1abe12027beee200"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["ec-person-c825a813205e5077cd48bbd241436daf1834fc9b","eu-tr-55507619225-88","ec-person-90b64673ee7f4c1dae185fbd64b45f5c45f2b66d"]}} -{"id":"ec-meeting-2020-07-08-367cd488db8b735ef5e42ee44101f94908545eec","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-08 - Cabinet of Commissioner Phil Hogan x DIGITALEUROPE"],"date":["2020-07-08"],"summary":["Digital trade"],"location":["Video conference"],"address":["Video conference"],"addressEntity":["addr-ebc9fd5c2f372a32153cf3f4d5fb918a96b84a88"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-64270747023-20","ec-person-cd4a156dd3ba3388c4e3ef6cd8fdc81362380dbb"]}} -{"id":"ec-meeting-2020-07-08-6380278a07864a65c8648058cbf21b4b511a5c3e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-08 - Cabinet of Executive Vice-President Frans Timmermans x Transport and Environment (European Federation for Transport and Environment)"],"date":["2020-07-08"],"summary":["Meeting on 2030 target revision"],"notes":["Portfolio: European Green Deal"],"location":["video conference (Brussels)"],"address":["video conference (Brussels)"],"addressEntity":["addr-96d45bbb99f3da137b2243f11b529ed54662db90"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce","ec-person-d56ecbfde17436a136fc89c9a978b266e8285c84","eu-tr-58744833263-19"]}} -{"id":"ec-meeting-2020-07-08-640f265863f4e603b759b2dd658871d80ee5f022","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-08 - Cabinet of Executive Vice-President Margrethe Vestager x eu travel tech"],"date":["2020-07-08"],"summary":["To discuss Digital Services Act"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0","eu-tr-70614728635-77"]}} -{"id":"ec-meeting-2020-07-08-666a9c70df843ae0e9b777c8eade759f03df8661","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-08 - Cabinet of Commissioner Phil Hogan x World Economic Forum"],"date":["2020-07-08"],"summary":["Understanding on Trade post Covid-19"],"location":["Video Conference"],"address":["Video Conference"],"addressEntity":["addr-fd005d1da26cd3c9a734fbbadaf813e8115acdeb"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-049060636194-17","ec-person-a1a78365cc4685b0958056646204977d8f2ead92"]}} -{"id":"ec-meeting-2020-07-08-7dad9d8862fd6ab5f3cfb6e171ccc0432749e521","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-08 - Environment x Fundación Empresarial Comunidad Europea Chile"],"date":["2020-07-08"],"summary":["Circular economy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-env"],"involved":["eu-tr-167769023516-11","ec-person-3bc74ce04ea3f4ab4d91a5c88eef25b8b8a213b4"]}} -{"id":"ec-meeting-2020-07-08-85f116de8a82f42a1526c1e085f65214b2b1d311","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-08 - Employment, Social Affairs and Inclusion x APG Groep NV"],"date":["2020-07-08"],"summary":["reform of the Dutch pension system"],"location":["telephone conference"],"address":["telephone conference"],"addressEntity":["addr-21d1dfe848769d489e69932a7ae7fbe0d43a2704"],"organizer":["ec-dg-empl"],"involved":["eu-tr-203417137798-52","ec-person-dd259fce880e1853f0beb087443bce6e7dea70d7"]}} -{"id":"ec-meeting-2020-07-08-8b984eaa70b0d439f47f5cd4fddb369dc540702f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-08 - Financial Stability, Financial Services and Capital Markets Union x Bundesverband der Deutschen Volksbanken und Raiffeisenbanken"],"date":["2020-07-08"],"summary":["MiFiD Quick-Fix, Basel III, taxonomy and sustainable finance"],"location":["Virtual meeting"],"address":["Virtual meeting"],"addressEntity":["addr-1f1f3f51a4da31a1ea5c1b4b21cbf52ad983224f"],"organizer":["ec-dg-fisma"],"involved":["ec-person-1fce211249673c35ee07a801ddee77ab24af8d54","eu-tr-22330076571-75"]}} -{"id":"ec-meeting-2020-07-08-966750d8ef811430b1bca5c7370c38daa2ac8aa6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-08 - Cabinet of Vice-President Věra Jourová x Schibsted ASA"],"date":["2020-07-08"],"summary":["Freedom of speech online, DSA"],"notes":["Portfolio: Values and Transparency"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["ec-person-aa83f35da599b82e4f15da018f4b3447eb648f7c","ec-person-fb258e0188a5319bfaba3161382db43f5a85851f","eu-tr-532331921544-33"]}} -{"id":"ec-meeting-2020-07-08-9930ba201cb731aa69b2bf326f66e10377f702e3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-08 - Cabinet of Executive Vice-President Margrethe Vestager x Blockchain and Virtual Currencies Working Group"],"date":["2020-07-08"],"summary":["To discuss FATF Recommendation 16"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-635727423661-17","ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0"]}} -{"id":"ec-meeting-2020-07-08-a658c2777f2d92e13ca92c441101d0e30d4e5798","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-08 - Cabinet of Commissioner Virginijus Sinkevičius x North Western Waters Advisory Council"],"date":["2020-07-08"],"summary":["To present the Commissioner’s mission and work programme for the upcoming five years: Common Fisheries Policy implementation with focus on regionalisation, challenges regarding COVID-19 and Brexit; Green Deal, Biodiversity and Farm to Fork strategies"],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["ec-person-dd7a7b1952e158f4195d34cff333ec79a4f48ba3","ec-person-1443799688ae485d7a2fee5c9defab2c5b7c7e6c","eu-tr-8900132344-29"]}} -{"id":"ec-meeting-2020-07-08-abf4c3d977d5d525404b7de649d6d6605061cc29","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-08 - Cabinet of Commissioner Virginijus Sinkevičius x Endocrine Society"],"date":["2020-07-08"],"summary":["VC meeting to discuss the Green Deal and EU Chemicals Strategy"],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["VC meeting"],"address":["VC meeting"],"addressEntity":["addr-cd9a24155554dfef75d938fedc942c17aa6c4562"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["eu-tr-779755615332-09","ec-person-172a438ed334761e2ab5d52e551fd1bcb6ab6b8d"]}} -{"id":"ec-meeting-2020-07-08-b70ec8d8652c76fe6a71d3de59eb93daef328052","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-08 - Cabinet of President Ursula von der Leyen x Planet Labs Germany"],"date":["2020-07-08"],"summary":["Relevance of Planet Labs satellite imaging to complement Copernicus Sentinel (resolution, frequency) in supporting policy on sustainability, biodiversity, agriculture, security. Relevance to open data policy."],"notes":["Portfolio: President"],"location":["Brussels (video conference)"],"address":["Brussels (video conference)"],"addressEntity":["addr-1a77e12c05a39186f3ddab600c3e9e619c4822ef"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-7019713e72781afb1f3b19032c4752a314b78180","eu-tr-293502227711-32"]}} -{"id":"ec-meeting-2020-07-08-b8026cb607406fa938db9b7094c43d2ed998e3fc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-08 - Cabinet of Executive Vice-President Frans Timmermans x Indigo Agriculture Europe GmbH"],"date":["2020-07-08"],"summary":["Carbon farming"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - video conference"],"address":["Brussels - video conference"],"addressEntity":["addr-d7df553e47e69d1cc9f4189b36b7c867f80459b0"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-931771937156-36","ec-person-33624431cbec1074e151c1707715ef46d2ba9565"]}} -{"id":"ec-meeting-2020-07-08-c25897f0535ab6449e29005b874fdad71ec614e0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-08 - Cabinet of Commissioner Kadri Simson x Bureau Européen des Unions de Consommateurs"],"date":["2020-07-08"],"summary":["Topics on COVID impact to retail market and consumers and upcoming Renovation Wave"],"notes":["Portfolio: Energy"],"location":["Video Conferencing"],"address":["Video Conferencing"],"addressEntity":["addr-e3b7413b2ac93be00b6bcff51fdc1374d67118bd"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["eu-tr-9505781573-45","ec-person-d40f25b5cb5c0681854a4996da444478318f7e58"]}} -{"id":"ec-meeting-2020-07-08-c82e8433fffe7acbd6ad2c28f88b5129c51fa15d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-08 - Cabinet of Executive Vice-President Frans Timmermans x Climate Action Network Europe"],"date":["2020-07-08"],"summary":["Climate Law"],"notes":["Portfolio: European Green Deal"],"location":["video conference (Brussels)"],"address":["video conference (Brussels)"],"addressEntity":["addr-96d45bbb99f3da137b2243f11b529ed54662db90"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-55888811123-49","ec-person-f8efd5ca1c3794aa2954d6b5f54ff94f015fba20","ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce"]}} -{"id":"ec-meeting-2020-07-08-cd9dc8444f7bc25442f99d4a16e8e4170114592e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-08 - Research and Innovation x European Council for Automotive R&D"],"date":["2020-07-08"],"summary":["Relevance of the 2ZERO and the CCAM partnerships to the Automotive Industry"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-rtd"],"involved":["ec-person-1d348f33395de0ea6773a7b4ae8797e3e0392f73","eu-tr-733099334608-76"]}} -{"id":"ec-meeting-2020-07-08-d92712019cdcb306b4c395ce7754dbe3dd156a4d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-08 - Cabinet of Commissioner Virginijus Sinkevičius x Confederation of European Paper Industries"],"date":["2020-07-08"],"summary":["VC meeting to discuss Forest-Based industries’ contribution to the Green Recovery agenda, EU Biodiversity strategy 2030, European Commission guidance on how to implement the SUPD"],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["VC meeting"],"address":["VC meeting"],"addressEntity":["addr-cd9a24155554dfef75d938fedc942c17aa6c4562"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["eu-tr-72279144480-58","ec-person-172a438ed334761e2ab5d52e551fd1bcb6ab6b8d","ec-person-a58f1d06f5cb1d8dfd278e0c36d5aa1b9368b270"]}} -{"id":"ec-meeting-2020-07-08-dc5ea053ee96302e45f121f879888f13000b53a1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-08 - Cabinet of Executive Vice-President Frans Timmermans x Endocrine Society"],"date":["2020-07-08"],"summary":["Green Deal and EU Chemicals Strategy"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-779755615332-09","ec-person-8af3c81534786a740718d21dc58240738a53ed7b"]}} -{"id":"ec-meeting-2020-07-08-de7c4800aff56217562f208293694fb74e4b69c8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-08 - Cabinet of Commissioner Didier Reynders x SEC NEWGATE EU"],"date":["2020-07-08"],"summary":["Treaty violation procedures in Germany"],"notes":["Portfolio: Justice"],"location":["video conference"],"address":["video conference"],"addressEntity":["addr-6dc12e3c97077db82f32184f24341ce370a445fd"],"organizer":["ec-cabinet-commissioner-didier-of-reynders"],"involved":["ec-person-442bf1ae9900b999673cdd7389224d0e21b67d4d","eu-tr-23020671103-67"]}} -{"id":"ec-meeting-2020-07-08-e2430d4857442fab3814aa9a3b3a38f9dea99026","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-08 - Cabinet of Commissioner Janusz Wojciechowski x ASSOCIATION DES PRODUCTEURS AFRICAINS DE BANANES ET AUTRES FRUITS"],"date":["2020-07-08"],"summary":["•\timproving training of local workers of the fruit industry,\r\n•\tintegrating cost structures while developing local value and talents,\r\n•\taccelerating the transition to agroecological agriculture, \r\n•\tdecarbonising the entire value chain"],"notes":["Portfolio: Agriculture"],"location":["videoconference"],"address":["videoconference"],"addressEntity":["addr-92b2fbb928e012810d80d9ef1abe12027beee200"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["ec-person-9909a5a1d25893da46a5abd80479d454b282c030","eu-tr-500405828090-97","ec-person-90b64673ee7f4c1dae185fbd64b45f5c45f2b66d"]}} -{"id":"ec-meeting-2020-07-08-e397f6867ca50ff6d0caa46de3e7931aec9b8156","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-08 - Cabinet of Commissioner Janez Lenarčič x European Federation of Nurses Associations"],"date":["2020-07-08"],"summary":["The COVID-19 pandemic"],"notes":["Portfolio: Crisis Management"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-janez-lenarcic-of"],"involved":["ec-person-42513bdf51e93e71624bd3c51abfbe6d19b5dfc1","eu-tr-87872442953-08","ec-person-a4dfc52eb1bb167ae4f4d6e6651b867eaacee0cd"]}} -{"id":"ec-meeting-2020-07-08-e9adf35326464c14c614bc25ae668f7594ebc3b3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-08 - Cabinet of Commissioner Thierry Breton x European Audiovisual Production Association"],"date":["2020-07-08"],"summary":["EU recovery plan and culture and creative ecosystem"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-59052572261-62","ec-person-5215bd372c5a1202399d77ecceb8c16de8d7d55c"]}} -{"id":"ec-meeting-2020-07-08-f9b58166e43d082a994af8fbce6947afbd85243e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-08 - Cabinet of Commissioner Phil Hogan x EUROMETAUX"],"date":["2020-07-08"],"summary":["trade policy issues concerning the metal industry sector"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-61650796093-48","ec-person-87035c801abd86d18634e37fcafba842dc2c94fb","ec-person-400dd8d59d3060187d9b9b143d697da1a3d03c12"]}} -{"id":"ec-meeting-2020-07-09-0268d4b7908c40b4e23039b8bb694bbf2a00993d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-09 - Cabinet of Commissioner Virginijus Sinkevičius x HUMBOLDT-VIADRINA Governance Platform"],"date":["2020-07-09"],"summary":["Discuss The Brown to Green Report 2019"],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["eu-tr-441202320918-78","ec-person-ef0f66e9880a22ea8d9657bd982daf9bd74838c1"]}} -{"id":"ec-meeting-2020-07-09-036df5cab7e5af42ca4b6415b04bddf690ac4b45","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-09 - Environment x 3M"],"date":["2020-07-09"],"summary":["Chemicals Strategy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-env"],"involved":["eu-tr-91425447458-88","ec-person-3bc74ce04ea3f4ab4d91a5c88eef25b8b8a213b4"]}} -{"id":"ec-meeting-2020-07-09-04585357d1f47fa6376829f494d7e817186bf084","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-09 - Cabinet of Commissioner Thierry Breton x Société civile des Auteurs Réalisateurs Producteurs"],"date":["2020-07-09"],"summary":["Impact of COVID-19 and future of the European cinema sector"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","eu-tr-990456838858-75","ec-person-5215bd372c5a1202399d77ecceb8c16de8d7d55c"]}} -{"id":"ec-meeting-2020-07-09-1a7dec4e913bc524ca978515c413769d61f1e07b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-09 - Cabinet of Commissioner Didier Reynders x L'Oréal"],"date":["2020-07-09"],"summary":["Green consumption pledge"],"notes":["Portfolio: Justice"],"location":["Video conference"],"address":["Video conference"],"addressEntity":["addr-ebc9fd5c2f372a32153cf3f4d5fb918a96b84a88"],"organizer":["ec-cabinet-commissioner-didier-of-reynders"],"involved":["ec-person-50f9cba2282e1d03395cdd0faf9ce6e9a2ff3104","eu-tr-02776221598-67","ec-person-4cd0043747c40cfeaced5e4c68e43372cdb8dac9"]}} -{"id":"ec-meeting-2020-07-09-3133a52dcc4f14de0dab1f8877fb9854a3f789c3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-09 - Cabinet of Commissioner Olivér Várhelyi x Western Balkans Green Center Nonprofit Llc."],"date":["2020-07-09"],"summary":["Exchange of views on the Green Agenda for the Western Balkans"],"notes":["Portfolio: Neighbourhood and Enlargement"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-of-oliver-varhelyi"],"involved":["eu-tr-019683238817-41","ec-person-daf8ff1073a04b30d2f54219ecc93002ef3a684d"]}} -{"id":"ec-meeting-2020-07-09-3fa89ef557068bda78e6929bf7f1cd2939f85f74","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-09 - Cabinet of Vice-President Maroš Šefčovič x EUROMETAUX"],"date":["2020-07-09"],"summary":["Maroš Šefčovič holds a videoconference call with CEO’s from Eurometaux."],"notes":["Portfolio: Interinstitutional Relations and Foresight"],"location":["videoconference call"],"address":["videoconference call"],"addressEntity":["addr-7276ec71205fc53d56bb101a3202566867d4a890"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-61650796093-48","ec-person-1f95be23689cd4ed0a26fe2980f760ccf2d55c1e"]}} -{"id":"ec-meeting-2020-07-09-43917074eab2c3edf8bba38291f3b36b0dfc7662","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-09 - Cabinet of Commissioner Elisa Ferreira x Volvo AB"],"date":["2020-07-09"],"summary":["Decarbonisation of transports"],"notes":["Portfolio: Cohesion and Reforms"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-elisa-ferreira-of"],"involved":["ec-person-1c49c531eceae287dd4a56ac52e8326c65fc2855","eu-tr-51773601133-57"]}} -{"id":"ec-meeting-2020-07-09-8681ca0f0faecdf5b9d09a56567f29eebca13f5a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-09 - Financial Stability, Financial Services and Capital Markets Union x MARSH & McLENNAN COMPANIES FRANCE"],"date":["2020-07-09"],"summary":["Policy responses to Covid 19 crisis"],"location":["Virtual meeting"],"address":["Virtual meeting"],"addressEntity":["addr-1f1f3f51a4da31a1ea5c1b4b21cbf52ad983224f"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-117683115792-20","ec-person-1fce211249673c35ee07a801ddee77ab24af8d54"]}} -{"id":"ec-meeting-2020-07-09-895e0da8d65ba7ef4eab51d2eddac9862c2bea9c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-09 - Climate Action x Schneider Electric"],"date":["2020-07-09"],"summary":["Decarbonisation and digitalization"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-clima"],"involved":["ec-person-9c5c685692a09a77f2bc8ae9c05663b87cd75aae","eu-tr-46302264606-44"]}} -{"id":"ec-meeting-2020-07-09-916f206bdc6d5933702b714c32a8177d31ca6924","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-09 - Cabinet of Executive Vice-President Frans Timmermans x BUSINESSEUROPE"],"date":["2020-07-09"],"summary":["Climate and trade, carbon Border Adjustment"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-e88af8eb396e96e3dbc9b4ec6e40a348d26c389c","eu-tr-3978240953-79"]}} -{"id":"ec-meeting-2020-07-09-97c2673b8cc6e3044efa80c404fd477db00aa747","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-09 - Cabinet of Commissioner Elisa Ferreira x Bpifrance"],"date":["2020-07-09"],"summary":["Presentation of the activities of Bpifrance"],"notes":["Portfolio: Cohesion and Reforms"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-elisa-ferreira-of"],"involved":["eu-tr-950921712127-74","ec-person-884d261ef161b119c9fc64f7a0514dc014ca2bd7","ec-person-4121b3832a3dd4ec5d2c50f26f7003d3bada6d20"]}} -{"id":"ec-meeting-2020-07-09-a45be31776328e8bb60780ed9dbb15d11ccea82b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-09 - Cabinet of Executive Vice-President Frans Timmermans x ETIP Zero Emissions Platform"],"date":["2020-07-09"],"summary":["CCUS technologies and projects around the EU. State of play, next steps and role in the delivery of the European Green Deal."],"notes":["Portfolio: European Green Deal"],"location":["Brussels - videoconference"],"address":["Brussels - videoconference"],"addressEntity":["addr-a3a01e55b02ab591ce10151760698f4306ec49cb"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-793300922868-60","ec-person-7c876f4825f213b8adbedf089ccedfbc3b36d65b"]}} -{"id":"ec-meeting-2020-07-09-a925d150c60eb04edd4b98440e6aa1759c29402d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-09 - Cabinet of Commissioner Adina Vălean x Alliance for European Logistics"],"date":["2020-07-09"],"summary":["Meeting to discuss Covid 19 and logistics"],"notes":["Portfolio: Transport"],"location":["Conference call"],"address":["Conference call"],"addressEntity":["addr-28ba88479582b2f75898964548da4252dc7db7d2"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["eu-tr-38033128051-39","ec-person-6e21d867543ef3b910e746c319cb048abd054702"]}} -{"id":"ec-meeting-2020-07-09-abea158377cff11bd57b557e6945f762ecd3b70a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-09 - Cabinet of Executive Vice-President Frans Timmermans x Volvo AB"],"date":["2020-07-09"],"summary":["Truck automotive industry"],"notes":["Portfolio: European Green Deal"],"location":["Video conference (Brussels)"],"address":["Video conference (Brussels)"],"addressEntity":["addr-01b8ca4779de58fdb138b60b0d9496a9cb09e6cf"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce","ec-person-d56ecbfde17436a136fc89c9a978b266e8285c84","eu-tr-51773601133-57"]}} -{"id":"ec-meeting-2020-07-09-c0d883039cafec2bb2d7a2896bcfcde020393db5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-09 - Cabinet of Commissioner Mariya Gabriel x Volvo AB"],"date":["2020-07-09"],"summary":["EU Green Deal, Research & Innovation and Horizon Europe"],"notes":["Portfolio: Innovation and Youth"],"location":["Video-conferencing"],"address":["Video-conferencing"],"addressEntity":["addr-4611e6784da5e4097c2b6fa2bc5e51eb9a0577bd"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["ec-person-6a2152ccdf48d8ec087f545734a0ec503917193b","ec-person-1674399a793e9e6fd7cf55b525515fc862fc9351","eu-tr-51773601133-57"]}} -{"id":"ec-meeting-2020-07-09-c88c60d6e04058ff8fe04629d8d2fcaf2bbbc33d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-09 - Cabinet of Commissioner Mariya Gabriel x Google"],"date":["2020-07-09"],"summary":["The COVID-19 crisis, particularly in facilitating an access to learning content and supporting the European cultural sector"],"notes":["Portfolio: Innovation and Youth"],"location":["Video-conferencing"],"address":["Video-conferencing"],"addressEntity":["addr-4611e6784da5e4097c2b6fa2bc5e51eb9a0577bd"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-03181945560-59","ec-person-1674399a793e9e6fd7cf55b525515fc862fc9351"]}} -{"id":"ec-meeting-2020-07-09-cbf8701bd672d4c4ededa71fc2e181f52391d6ab","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-09 - Maritime Affairs and Fisheries x Stichting BirdLife Europe"],"date":["2020-07-09"],"summary":["+other NGOs: Discussion on maritime issues"],"location":["Brussels - Webex call"],"address":["Brussels - Webex call"],"addressEntity":["addr-0e9b384c28719a08393c3bf846a71f7f7c1a445d"],"organizer":["ec-dg-mare"],"involved":["eu-tr-1083162721-43","ec-person-6e64215cdacfeb6c6d4709a7f72c2b1c94a3d908"]}} -{"id":"ec-meeting-2020-07-09-cd7f36cc9b6be5df6b1e7fc443204e0db8bf3b87","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-09 - Cabinet of Commissioner Didier Reynders x Johnson & Johnson"],"date":["2020-07-09"],"summary":["Liability issues in the context of research for a vaccine against COVID-19"],"notes":["Portfolio: Justice"],"location":["Video conference"],"address":["Video conference"],"addressEntity":["addr-ebc9fd5c2f372a32153cf3f4d5fb918a96b84a88"],"organizer":["ec-cabinet-commissioner-didier-of-reynders"],"involved":["ec-person-50f9cba2282e1d03395cdd0faf9ce6e9a2ff3104","eu-tr-75617941310-89","ec-person-1e25399e2267734c5f4c69093d2286c8898ee9f0"]}} -{"id":"ec-meeting-2020-07-09-ce158b8e9e0073ed112fb5c7f9fc45208d285e15","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-09 - Cabinet of Executive Vice-President Margrethe Vestager x Slack Technologies Inc"],"date":["2020-07-09"],"summary":["Introduction of company"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-817094638811-67","ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0"]}} -{"id":"ec-meeting-2020-07-09-d151a3c57321f37a3689f4f4e62ef53b74c033c6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-09 - Cabinet of Executive Vice-President Frans Timmermans x None"],"date":["2020-07-09"],"summary":["European Green Deal and EU Chemicals Strategy for Sustainability"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-27053044762-72","ec-person-8af3c81534786a740718d21dc58240738a53ed7b","eu-tr-701189115301-43","eu-tr-461883237039-87"]}} -{"id":"ec-meeting-2020-07-09-d38fb2dde8e7bb74b94732903fc84addd6781a8e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-09 - Cabinet of Commissioner Janusz Wojciechowski x Association de l'Aviculture, de l'Industrie et du Commerce de Volailles dans les Pays de l'Union Europeenne asbl"],"date":["2020-07-09"],"summary":["Concerns on how the EU Poultry Meat Sector will recover from the COVID-19 crisis."],"notes":["Portfolio: Agriculture"],"location":["videoconference"],"address":["videoconference"],"addressEntity":["addr-92b2fbb928e012810d80d9ef1abe12027beee200"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["eu-tr-9803788883-16","ec-person-90b64673ee7f4c1dae185fbd64b45f5c45f2b66d"]}} -{"id":"ec-meeting-2020-07-09-e6c063dc50cc9e141f014d8290f4d849d8a25d2e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-09 - Cabinet of Commissioner Mariya Gabriel x Airbus"],"date":["2020-07-09"],"summary":["Future Horizon Europe Partnerships, especially Clean Aviation, Integrated ATM and global space competitive systems"],"notes":["Portfolio: Innovation and Youth"],"location":["Video-conferencing"],"address":["Video-conferencing"],"addressEntity":["addr-4611e6784da5e4097c2b6fa2bc5e51eb9a0577bd"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["ec-person-6a2152ccdf48d8ec087f545734a0ec503917193b","eu-tr-2732167674-76","ec-person-1674399a793e9e6fd7cf55b525515fc862fc9351"]}} -{"id":"ec-meeting-2020-07-09-eeaa4283294be15ebc2e074738f6b85cf57df133","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-09 - Cabinet of Commissioner Virginijus Sinkevičius x None"],"date":["2020-07-09"],"summary":["To discuss issues related to global deforestation, such as measures to tackle deforestation and initiatives related to supply chain sustainability."],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["On line"],"address":["On line"],"addressEntity":["addr-cb2f00802ed7372f63c99884a6e39d8433f5d2b0"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["ec-person-dd7a7b1952e158f4195d34cff333ec79a4f48ba3","eu-tr-77105321408-83","eu-tr-85076002321-31","eu-tr-2050009628-31","ec-person-9de2bdbd71a153577984a493028e19bcb8c1514f"]}} -{"id":"ec-meeting-2020-07-10-1b8835f7855400c42b848f853df6cb01498f8f1f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-10 - Cabinet of Executive Vice-President Frans Timmermans x Forum Atomique Européen"],"date":["2020-07-10"],"summary":["Preparation of meeting with EVP Timmermans"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - video conference"],"address":["Brussels - video conference"],"addressEntity":["addr-d7df553e47e69d1cc9f4189b36b7c867f80459b0"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-d53e00c46a4cc62bbf533e0c9bb35bacb9121989","eu-tr-42433582-82"]}} -{"id":"ec-meeting-2020-07-10-2b3a7dc70bc6bd29e760e67fa57066df3a0980f3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-10 - Cabinet of Commissioner Kadri Simson x None"],"date":["2020-07-10"],"summary":["Exchange of views on energy system integration and hydrogen strategies."],"notes":["Portfolio: Energy"],"location":["Video-conferencing"],"address":["Video-conferencing"],"addressEntity":["addr-4611e6784da5e4097c2b6fa2bc5e51eb9a0577bd"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["eu-tr-531047531752-02","eu-tr-584527815328-09","ec-person-9b7f5fe059e5b0b40e79e9170211aa2f02322fdb","eu-tr-90947457424-20","eu-tr-0649790813-47","eu-tr-6256831207-27","eu-tr-72760517350-57","eu-tr-41816938101-07","eu-tr-669359510572-76","eu-tr-56592866496-47","eu-tr-39966101835-69","eu-tr-46302264606-44","ec-person-2fb98fc84d2cf8d481688eff3d47f7745ead3592","eu-tr-912408330436-84","eu-tr-67833029261-54","eu-tr-654132129361-28","eu-tr-146893419149-74","ec-person-1995c65b8dc7f3702a8c30ed96a0144075848837"]}} -{"id":"ec-meeting-2020-07-10-47ce6357b210d5e1edccf5be483d8ba9a2e3c566","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-10 - Cabinet of Commissioner Phil Hogan x Airbus"],"date":["2020-07-10"],"summary":["Civil Aviation Dispute"],"location":["Video Conference"],"address":["Video Conference"],"addressEntity":["addr-fd005d1da26cd3c9a734fbbadaf813e8115acdeb"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-2732167674-76","ec-person-a1a78365cc4685b0958056646204977d8f2ead92"]}} -{"id":"ec-meeting-2020-07-10-60e70746bfde13d1ae94bcdd2b71fe6c09cd9186","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-10 - Cabinet of Executive Vice-President Frans Timmermans x Eunomia Research & Consulting Limited"],"date":["2020-07-10"],"summary":["Circular economy and single use plastics"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-401013538875-71","ec-person-8af3c81534786a740718d21dc58240738a53ed7b"]}} -{"id":"ec-meeting-2020-07-10-64cb11856e8d7be13e10ecdbe520213f65e21a8f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-10 - Cabinet of Vice-President Věra Jourová x European Foundation Centre"],"date":["2020-07-10"],"summary":["Support of Media"],"notes":["Portfolio: Values and Transparency"],"location":["videoconference"],"address":["videoconference"],"addressEntity":["addr-92b2fbb928e012810d80d9ef1abe12027beee200"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["ec-person-bf54da17217bbddfd9c68fe24d88005ac17e2c4b","eu-tr-78855711571-12"]}} -{"id":"ec-meeting-2020-07-10-672d8d39bfa7787fcbc9b792caa59a9af931e461","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-10 - Agriculture and Rural Development x Cia - Agricoltori italiani"],"date":["2020-07-10"],"summary":["The new European Green transition: opportunities for farmers and territories"],"location":["Brussels - SKYPE meeting"],"address":["Brussels - SKYPE meeting"],"addressEntity":["addr-9bf0937b250018679111d06446f250a75af83c84"],"organizer":["ec-dg-agri"],"involved":["ec-person-94f7c6e6875fa76120558bda38f913792cc61934","eu-tr-341436210542-80"]}} -{"id":"ec-meeting-2020-07-10-766fb64c63541d8348d9be5ffc6c601f635f31b7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-10 - Cabinet of Commissioner Ylva Johansson x International Federation of Red Cross and Red Crescent Societies"],"date":["2020-07-10"],"summary":["VTC: Situation of migrants"],"notes":["Portfolio: Home Affairs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-johansson-of-ylva"],"involved":["ec-person-31b127e72e9dd30ce85ff2b475ac65d28d7dc48d","ec-person-1f14c98028fa6f9f43ee9cd5aef7ed77c30761a5","eu-tr-132236315085-89"]}} -{"id":"ec-meeting-2020-07-10-8d9fe31eb8ba67946819f66a4b4f7d503739cc5c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-10 - Cabinet of Commissioner Elisa Ferreira x European Boating Industry"],"date":["2020-07-10"],"summary":["VC on EBI position paper and COVID-19 Impact in Europe"],"notes":["Portfolio: Cohesion and Reforms"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-elisa-ferreira-of"],"involved":["ec-person-edf08d46587dbb24d69133811963301459374fa8","eu-tr-74989093163-18"]}} -{"id":"ec-meeting-2020-07-10-a8b84f7cbee4bd76b92343bca683e9ae32c25d4e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-10 - Financial Stability, Financial Services and Capital Markets Union x City of London Corporation TheCityUK"],"date":["2020-07-10"],"summary":["Readiness and equivalence following the publication of the Commission’s readiness communication"],"location":["Virtual meeting"],"address":["Virtual meeting"],"addressEntity":["addr-1f1f3f51a4da31a1ea5c1b4b21cbf52ad983224f"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-237922911665-25","ec-person-1fce211249673c35ee07a801ddee77ab24af8d54","eu-tr-695661118936-08"]}} -{"id":"ec-meeting-2020-07-10-ae17763591d70f1ae4bdf83b27485b6e52fdb3c9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-10 - Cabinet of Commissioner Nicolas Schmit x Uber"],"date":["2020-07-10"],"summary":["Meeting on upskilling and reskilling."],"notes":["Portfolio: Jobs and Social Rights"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-66fa2c2d100ec194caa42b5c6f97c36e2748b71c","ec-person-4cf4655ab41922e92160325d987a3c4615c72d30","eu-tr-002278013515-26"]}} -{"id":"ec-meeting-2020-07-10-b3f46ec434ff7286c91504fb4ca36a360dfc57bf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-10 - Cabinet of Executive Vice-President Frans Timmermans x Secretariat of COMECE (Commission of the Episcopates of the European Union)"],"date":["2020-07-10"],"summary":["Discussion on the European Green Deal with the Catholic Youth"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - video conference"],"address":["Brussels - video conference"],"addressEntity":["addr-d7df553e47e69d1cc9f4189b36b7c867f80459b0"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-47350036909-69","ec-person-d53e00c46a4cc62bbf533e0c9bb35bacb9121989"]}} -{"id":"ec-meeting-2020-07-10-b8d4e6505e09ef5672fcf5746f80f103c4ece19a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-10 - Cabinet of Commissioner Stella Kyriakides x European Forum of Farm Animal Breeders"],"date":["2020-07-10"],"summary":["VC meeting on animal welfare, use of antimicrobials, innovative breeding techniques with EFFAB."],"notes":["Portfolio: Health"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-kyriakides-of-stella"],"involved":["ec-person-a14d25733c53171d0aa91b49f8fa6d0c83e15a17","ec-person-43784ba1f5299ace66cb2287545e1dcae4372d14","eu-tr-28175274067-75"]}} -{"id":"ec-meeting-2020-07-10-c37f154c1be9d50ff407154cda9b223c8581d34a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-10 - Cabinet of Executive Vice-President Frans Timmermans x European agri-cooperatives"],"date":["2020-07-10"],"summary":["Sustainable food systems"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - video conference"],"address":["Brussels - video conference"],"addressEntity":["addr-d7df553e47e69d1cc9f4189b36b7c867f80459b0"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-09586631237-74","ec-person-33624431cbec1074e151c1707715ef46d2ba9565"]}} -{"id":"ec-meeting-2020-07-10-c672290ef5a8e967b7b06f0813a4ba1846fb6348","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-10 - Cabinet of Vice-President Dubravka Šuica x EU Resilience Collective"],"date":["2020-07-10"],"summary":["Conférence sur le Future de l'Europe"],"notes":["Portfolio: Democracy and Demography"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dubravka-of-president-suica-vice"],"involved":["eu-tr-012157938835-39","ec-person-026798f0d4b4567a1c4ba592351123da781ce908"]}} -{"id":"ec-meeting-2020-07-10-f639dd02d4cdddfe18bc437932229a1abc6fdfe8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-10 - Cabinet of Commissioner Ylva Johansson x Assemblée des Régions d'Europe"],"date":["2020-07-10"],"summary":["Integration at regional level"],"notes":["Portfolio: Home Affairs"],"location":["VC meeting"],"address":["VC meeting"],"addressEntity":["addr-cd9a24155554dfef75d938fedc942c17aa6c4562"],"organizer":["ec-cabinet-commissioner-johansson-of-ylva"],"involved":["ec-person-31b127e72e9dd30ce85ff2b475ac65d28d7dc48d","eu-tr-480267313069-44"]}} -{"id":"ec-meeting-2020-07-10-fa301e5199ab1e2121aef3beec5c256335f95d7b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-10 - Cabinet of Commissioner Virginijus Sinkevičius x Volvo AB"],"date":["2020-07-10"],"summary":["Green Deal in the area of heavy-duty vehicles, transport sector and environmental footprint"],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["eu-tr-51773601133-57","ec-person-ef0f66e9880a22ea8d9657bd982daf9bd74838c1"]}} -{"id":"ec-meeting-2020-07-13-0a9b842d80573a9f2997779dbec01d5fc058e64a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-13 - Internal Market, Industry, Entrepreneurship and SMEs x Hydrogen Europe"],"date":["2020-07-13"],"summary":["Follow-up and debrief after kick-off of European Clean Hydrogen Alliance and reported very positive feedback from industry CEOs as well request Commissioners involvement."],"location":["Phone call"],"address":["Phone call"],"addressEntity":["addr-cac056598c767cdeaa0f13cfe91d25988c24c698"],"organizer":["ec-dg-grow"],"involved":["ec-person-0151c7e554d188fffc509ad636b7d1a84c5dfcd5","eu-tr-77659588648-75"]}} -{"id":"ec-meeting-2020-07-13-304800d01c9acae02a3669a9e7b8ba16df1b8dc8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-13 - Cabinet of Commissioner Kadri Simson x EUROMETAUX"],"date":["2020-07-13"],"summary":["European Green Deal, decarbonisation of the non-ferrous metals sector, electricity markets and renewables."],"notes":["Portfolio: Energy"],"location":["Video-conferencing"],"address":["Video-conferencing"],"addressEntity":["addr-4611e6784da5e4097c2b6fa2bc5e51eb9a0577bd"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["ec-person-3ba14eabc5fddef75d1a672cc75b5f4bddd72ee9","eu-tr-61650796093-48","ec-person-1995c65b8dc7f3702a8c30ed96a0144075848837"]}} -{"id":"ec-meeting-2020-07-13-34d2d67aa531e53c430235e1d2de6a164a2a2f29","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-13 - Cabinet of President Ursula von der Leyen x Coalition for Epidemic Preparedness Innovations"],"date":["2020-07-13"],"summary":["COVID-19"],"notes":["Portfolio: President"],"location":["Brussels (video conference)"],"address":["Brussels (video conference)"],"addressEntity":["addr-1a77e12c05a39186f3ddab600c3e9e619c4822ef"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["eu-tr-852523338633-03","ec-person-f2b941852d3b961d69ed695c2d243a1a2b4a1904"]}} -{"id":"ec-meeting-2020-07-13-45580f65582f6d22628c65082639e5fb80517f34","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-13 - Cabinet of Commissioner Janusz Wojciechowski x Conseil Européen des Jeunes Agriculteurs"],"date":["2020-07-13"],"summary":["Exchange of views on the Farm to Fork Strategy and CAP"],"notes":["Portfolio: Agriculture"],"location":["zoom platform"],"address":["zoom platform"],"addressEntity":["addr-e00041c776f23c9a39a848462341afea3891cddb"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["eu-tr-849413211923-25","ec-person-08c62f972c22464aca7a65520eb9406f8db14a66"]}} -{"id":"ec-meeting-2020-07-13-4814e6884507cd396bad554e950203da4ac1f166","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-13 - Cabinet of Commissioner Nicolas Schmit x European Association of Electrical Contractors"],"date":["2020-07-13"],"summary":["Meeting on Skills for Climate and Green Recovery."],"notes":["Portfolio: Jobs and Social Rights"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-66fa2c2d100ec194caa42b5c6f97c36e2748b71c","ec-person-4cf4655ab41922e92160325d987a3c4615c72d30","eu-tr-9089874181-55"]}} -{"id":"ec-meeting-2020-07-13-48b2ff73ba88553305aa1a74ea90c30a7a61922e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-13 - Cabinet of Vice-President Věra Jourová x American Chamber of Commerce to the European Union"],"date":["2020-07-13"],"summary":["Good governance and transparency in a time of crisis"],"notes":["Portfolio: Values and Transparency"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["ec-person-221276f2dfa4b8fe628f08e982d967b6aeb61c57","eu-tr-5265780509-97"]}} -{"id":"ec-meeting-2020-07-13-a944ce18419fba1b597db06a15f9ef73a93f3795","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-13 - Cabinet of Executive Vice-President Margrethe Vestager x Center for Humane Technology"],"date":["2020-07-13"],"summary":["To discuss data economy"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-807457531680-68","ec-person-11d97788772862bb34f51dd26d7f92603eac1bf8","ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0"]}} -{"id":"ec-meeting-2020-07-13-b57612a7020aa442e1edf19a7f961dd0a7430c74","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-13 - Cabinet of Executive Vice-President Margrethe Vestager x Broadcom"],"date":["2020-07-13"],"summary":["To discuss data policy"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-240029014014-18","ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0"]}} -{"id":"ec-meeting-2020-07-13-bc5b164f23d96e4a247895a4fcb60831606053ce","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-13 - Cabinet of Vice-President Margaritis Schinas x Notre Europe - Institut Jacques Delors / Notre Europe - Jacques Delors Institute European Policy Centre Egmont Institute"],"date":["2020-07-13"],"summary":["Migration"],"notes":["Portfolio: Promoting the European Way of Life"],"location":["Virtual conference"],"address":["Virtual conference"],"addressEntity":["addr-8d82288389c6d1c46e26e6174487a5a6e9eaa114"],"organizer":["ec-cabinet-margaritis-of-president-schinas-vice"],"involved":["ec-person-d5cada2a1a17537a675985af31e5ce07ae3bfd42","eu-tr-726109217329-25","ec-person-2e04e278a7f128b3ac72d2af3db94d4ebed934da","eu-tr-89632641000-47","eu-tr-363331923608-55"]}} -{"id":"ec-meeting-2020-07-13-d19543f8c983c596284e0fde56a6e04483eb7f0c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-13 - Cabinet of Commissioner Adina Vălean x DIGITALEUROPE"],"date":["2020-07-13"],"summary":["Exchange of views on automated mobility with DIGITALEUROPE members"],"notes":["Portfolio: Transport"],"location":["Video call"],"address":["Video call"],"addressEntity":["addr-ad60f43c3b2e61f55f8d15d2bb303f6d11ac791b"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["eu-tr-64270747023-20","ec-person-e5f1558cac43dd4f90847b508b6753edb0a9f903"]}} -{"id":"ec-meeting-2020-07-13-d2095b3ecc1585e24986b636adad7168e8bd7ace","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-13 - Cabinet of Commissioner Olivér Várhelyi x Hope and Homes for Children Save the Children Europe Lumos Foundation"],"date":["2020-07-13"],"summary":["Child care reform in Covid 19 crisis and in next MFF"],"notes":["Portfolio: Neighbourhood and Enlargement"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-of-oliver-varhelyi"],"involved":["ec-person-0bd9f9e575c8b20dd9ebf78799cb7e404850fc28","eu-tr-035163533684-92","ec-person-cd3107480affa67ccf92d0755c36121c2844fb71","eu-tr-697362735627-20","eu-tr-849607914394-57"]}} -{"id":"ec-meeting-2020-07-13-e1f4666f09508b52414d2c6f247d0efcd53aa22c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-13 - Cabinet of Executive Vice-President Margrethe Vestager x European Telecommunications Network Operators' Association"],"date":["2020-07-13"],"summary":["To discuss digitally-enabled recovery from Covid"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0","eu-tr-08957111909-85"]}} -{"id":"ec-meeting-2020-07-13-e43935b34878c01ef1a46b3a412e18c3d8fdab9c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-13 - Cabinet of Vice-President Margaritis Schinas x FUNDACIÓN PARA LA INVESTIGACIÓN EN SALUD"],"date":["2020-07-13"],"summary":["Public Health"],"notes":["Portfolio: Promoting the European Way of Life"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-margaritis-of-president-schinas-vice"],"involved":["ec-person-d5cada2a1a17537a675985af31e5ce07ae3bfd42","eu-tr-103665438906-54","ec-person-180e5c5b13dac533a1241b0f9d78176c8bec3d51"]}} -{"id":"ec-meeting-2020-07-13-f25ee78d73917450cbe3417b3e43851a334c2f08","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-13 - Cabinet of Commissioner Jutta Urpilainen x Intel Corporation Technology Industries of Finland (Teknologiateollisuus ry)"],"date":["2020-07-13"],"summary":["European Partnership for Responsible Minerals (EPRM)"],"notes":["Portfolio: International Partnerships"],"location":["Teleconference"],"address":["Teleconference"],"addressEntity":["addr-a1b2e4eeecb1f46f3239fd2a390e2ec3f16bc2cb"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["ec-person-e29b72fe81d25796214b1c5915c52a124f06cd9d","eu-tr-39705603497-38","eu-tr-7459401905-60"]}} -{"id":"ec-meeting-2020-07-13-f54b4c2c6db33b3421ee857921569643113f4753","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-13 - Cabinet of Executive Vice-President Margrethe Vestager x World Federation of Advertisers"],"date":["2020-07-13"],"summary":["Introduction of Association; Digital Services Act"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0","eu-tr-6440918199-49"]}} -{"id":"ec-meeting-2020-07-13-fb72c6d91c0ab3f5d059b96ba6b6af634a6d1f26","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-13 - Cabinet of Commissioner Janez Lenarčič x Voluntary Organisations in Cooperation in Emergencies"],"date":["2020-07-13"],"summary":["Humanitarian aid / impact of Covid-19"],"notes":["Portfolio: Crisis Management"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-janez-lenarcic-of"],"involved":["eu-tr-47126711656-13","ec-person-a6cd325c80698b2331699224c780ebfb10573602"]}} -{"id":"ec-meeting-2020-07-14-07b1c9251e20e2cb641df91c38a105b733d790b6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-14 - Cabinet of Commissioner Adina Vălean x Association of Electronic Toll and Interoperable Service"],"date":["2020-07-14"],"summary":["Meeting to discuss tolling situation around Europe."],"notes":["Portfolio: Transport"],"location":["Conference call"],"address":["Conference call"],"addressEntity":["addr-28ba88479582b2f75898964548da4252dc7db7d2"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["eu-tr-992515528917-95","ec-person-6e21d867543ef3b910e746c319cb048abd054702"]}} -{"id":"ec-meeting-2020-07-14-19e923b30630c05954577bffa65e6f377bfd6497","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-14 - Research and Innovation x European Health Parliament"],"date":["2020-07-14"],"summary":["Position paper on improving EU's global positioning for R&D innovation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-rtd"],"involved":["eu-tr-067711130762-48","ec-person-1d348f33395de0ea6773a7b4ae8797e3e0392f73"]}} -{"id":"ec-meeting-2020-07-14-20eaf246e748b6c074a5ad6008608433ba58cf0b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-14 - Cabinet of Executive Vice-President Margrethe Vestager x Google"],"date":["2020-07-14"],"summary":["Follow-up to the White Paper on AI. Digital Services Act"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-03181945560-59","ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0"]}} -{"id":"ec-meeting-2020-07-14-32158b6a993b9eb1fb08e7ab2858ef8e70c05206","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-14 - Cabinet of Executive Vice-President Margrethe Vestager x IFPI Representing recording industry worldwide"],"date":["2020-07-14"],"summary":["To discuss Digital Services Act"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-60394321918-91","ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0"]}} -{"id":"ec-meeting-2020-07-14-3e7e2fa43dfc123e602c00e1f709608e0e7c3cc2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-14 - Cabinet of Executive Vice-President Frans Timmermans x Stichting IMAGINE Foundation"],"date":["2020-07-14"],"summary":["Sustainable food systems"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - video conference"],"address":["Brussels - video conference"],"addressEntity":["addr-d7df553e47e69d1cc9f4189b36b7c867f80459b0"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-009532038479-10","ec-person-33624431cbec1074e151c1707715ef46d2ba9565"]}} -{"id":"ec-meeting-2020-07-14-499784ef1a0e01560b60e14e7381b868ce0b02f2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-14 - Cabinet of Executive Vice-President Frans Timmermans x Fluxys SA"],"date":["2020-07-14"],"summary":["Hydrogen, European Green Deal, Climateneutral and Smart Cities"],"notes":["Portfolio: European Green Deal"],"location":["video conference (Brussels)"],"address":["video conference (Brussels)"],"addressEntity":["addr-96d45bbb99f3da137b2243f11b529ed54662db90"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce","eu-tr-236409524439-34","ec-person-d56ecbfde17436a136fc89c9a978b266e8285c84"]}} -{"id":"ec-meeting-2020-07-14-4fef13ff33293f11cfbea4220fdaebc5c519a6ab","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-14 - Cabinet of Executive Vice-President Valdis Dombrovskis x ArcelorMittal"],"date":["2020-07-14"],"summary":["-\tCOVID-19 impact on the steel industry\r\n-\tArcelorMittal Carbon Emissions Reduction Roadmap\r\n-\tEU safeguard measures for steel\r\n-\tEU’s possible support for clean steel\r\n-\tIndustrial alliances: hydrogen and energy intensive industry alliance"],"notes":["Portfolio: An Economy that Works for People"],"location":["visio conference"],"address":["visio conference"],"addressEntity":["addr-d73d2095144304ff867a9c62d03ebe9b348a0fa1"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["eu-tr-23527541824-60","ec-person-9e7bd1005456277f156b671d1555c6a460fb2f58"]}} -{"id":"ec-meeting-2020-07-14-5af19c9d1419161c94ab9b4258bef4a7dd233e91","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-14 - Cabinet of Executive Vice-President Frans Timmermans x European Policy Centre"],"date":["2020-07-14"],"summary":["Green Deal as basis for a green recovery"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - videoconference"],"address":["Brussels - videoconference"],"addressEntity":["addr-a3a01e55b02ab591ce10151760698f4306ec49cb"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-89632641000-47","ec-person-7c876f4825f213b8adbedf089ccedfbc3b36d65b"]}} -{"id":"ec-meeting-2020-07-14-5b1e46b4d9fd5e7c489ee2095282357e2354367d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-14 - Cabinet of Commissioner Stella Kyriakides x Maa- ja metsätaloustuottajain Keskusliitto – Central Union of Agricultural Producers and Forest Owners"],"date":["2020-07-14"],"summary":["VC Meeting on Farm to Fork Strategy"],"notes":["Portfolio: Health"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-kyriakides-of-stella"],"involved":["eu-tr-56039441735-48","ec-person-ba73927c33000184cab3f41a76e1b32fe7d7eda8"]}} -{"id":"ec-meeting-2020-07-14-6450fa6d613635edd00bbc32138d9e4edb05dfb6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-14 - Cabinet of Commissioner Phil Hogan x Bank Julius Baer & Co. Ltd"],"date":["2020-07-14"],"summary":["Post Covid Recovery/Review of EU Trade Policy"],"location":["Video Conference"],"address":["Video Conference"],"addressEntity":["addr-fd005d1da26cd3c9a734fbbadaf813e8115acdeb"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-a1a78365cc4685b0958056646204977d8f2ead92","eu-tr-234317527985-69"]}} -{"id":"ec-meeting-2020-07-14-8a43e3e125077a75f6e1faac96525928ebfc25a6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-14 - Cabinet of President Ursula von der Leyen x The European Region of the International Lesbian, Gay, Bisexual, Trans and Intersex Association"],"date":["2020-07-14"],"summary":["EU LGBTI+ Equality Strategy"],"notes":["Portfolio: President"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["eu-tr-11977456675-84","ec-person-66d141295841bdd2d0679d93aae62e07580fcee5"]}} -{"id":"ec-meeting-2020-07-14-9470f833f6348fc8044f25b0c6a066a615f02e3a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-14 - Cabinet of Commissioner Ylva Johansson x European Confederation of Police"],"date":["2020-07-14"],"summary":["how to work together to build stronger channels of communication and cooperation on policing across Europe."],"notes":["Portfolio: Home Affairs"],"location":["VTC"],"address":["VTC"],"addressEntity":["addr-9d1acaa772820b8ade84113d2da24716fe455be2"],"organizer":["ec-cabinet-commissioner-johansson-of-ylva"],"involved":["ec-person-d3f97e069d9ff016d7b65052f6eb6b98500ec118","ec-person-31b127e72e9dd30ce85ff2b475ac65d28d7dc48d","eu-tr-066424813599-73"]}} -{"id":"ec-meeting-2020-07-14-b15c4cd7403640161eb6eca6d3e4d91776b2dce6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-14 - Cabinet of Commissioner Thierry Breton x Bureau Européen des Unions de Consommateurs"],"date":["2020-07-14"],"summary":["Digital services act"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-9505781573-45","ec-person-4d83416435f81b1f1e8f5c86aeebb1478577f1d2"]}} -{"id":"ec-meeting-2020-07-14-b4f0021d1a783e07361d94a5f49ebac95a707761","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-14 - Cabinet of Commissioner Didier Reynders x AIM - European Brands Association"],"date":["2020-07-14"],"summary":["meeting internal market political priorities"],"notes":["Portfolio: Justice"],"location":["Video conference"],"address":["Video conference"],"addressEntity":["addr-ebc9fd5c2f372a32153cf3f4d5fb918a96b84a88"],"organizer":["ec-cabinet-commissioner-didier-of-reynders"],"involved":["eu-tr-1074382679-01","ec-person-442bf1ae9900b999673cdd7389224d0e21b67d4d"]}} -{"id":"ec-meeting-2020-07-14-b898f27a0a8a62089006965017ee2ccb8df5c00f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-14 - Cabinet of Commissioner Stella Kyriakides x Stichting IMAGINE Foundation"],"date":["2020-07-14"],"summary":["VC meeting - Sustainable Food Systems"],"notes":["Portfolio: Health"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-kyriakides-of-stella"],"involved":["ec-person-ba73927c33000184cab3f41a76e1b32fe7d7eda8","eu-tr-009532038479-10"]}} -{"id":"ec-meeting-2020-07-14-b9f1642bc7efd55f0c02419c95eda391b48e2ecf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-14 - Cabinet of Commissioner Nicolas Schmit x Burning Glass Technologies"],"date":["2020-07-14"],"summary":["Meeting on skills."],"notes":["Portfolio: Jobs and Social Rights"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["eu-tr-947859738938-75","ec-person-66fa2c2d100ec194caa42b5c6f97c36e2748b71c"]}} -{"id":"ec-meeting-2020-07-14-bfd95f61915be6fbdcd9a5244823024138054cd8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-14 - Cabinet of President Ursula von der Leyen x Microsoft Corporation"],"date":["2020-07-14"],"summary":["Green deal and digital issues"],"notes":["Portfolio: President"],"location":["Brussels (video conference)"],"address":["Brussels (video conference)"],"addressEntity":["addr-1a77e12c05a39186f3ddab600c3e9e619c4822ef"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["eu-tr-0801162959-21","ec-person-f2b941852d3b961d69ed695c2d243a1a2b4a1904","ec-person-7019713e72781afb1f3b19032c4752a314b78180"]}} -{"id":"ec-meeting-2020-07-14-cac52f3fcbf072f7c6620084065b0e78463e01a0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-14 - Cabinet of Commissioner Janusz Wojciechowski x Confédération des Fabricants de Levure de l'Union Européenne"],"date":["2020-07-14"],"summary":["Yeast sector in the future European Green Deal and Farm to Fork Strategy"],"notes":["Portfolio: Agriculture"],"location":["video phone call"],"address":["video phone call"],"addressEntity":["addr-20169d8760eb932415b38f11daea45615ba4bb37"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["eu-tr-2073390649-79","ec-person-cafe030b6dad78a75143f7552c420481b30ebceb"]}} -{"id":"ec-meeting-2020-07-14-ce01f2df6eb775c3ceff6971ebf4b8097dd628e9","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2020-07-14 - Cabinet of Executive Vice-President Frans Timmermans x Fern"],"date":["2020-07-14"],"summary":["European Green Deal, biodiversity, climate and forest policies","Sustainable forestry"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - video conference","video-call"],"address":["Brussels - video conference","video-call"],"addressEntity":["addr-d7df553e47e69d1cc9f4189b36b7c867f80459b0","addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-40538475090-82","ec-person-8af3c81534786a740718d21dc58240738a53ed7b","ec-person-33624431cbec1074e151c1707715ef46d2ba9565"]}} -{"id":"ec-meeting-2020-07-14-ce6369db19f186722be97fb1442b1631d201bc51","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-14 - Cabinet of Executive Vice-President Frans Timmermans x European Regions Research and Innovation Network"],"date":["2020-07-14"],"summary":["Discussion on innovative regions for a green recovery"],"notes":["Portfolio: European Green Deal"],"location":["Video conference"],"address":["Video conference"],"addressEntity":["addr-ebc9fd5c2f372a32153cf3f4d5fb918a96b84a88"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-d56ecbfde17436a136fc89c9a978b266e8285c84","eu-tr-382103519163-19"]}} -{"id":"ec-meeting-2020-07-14-d39395bbc8b22177f7f4966928a65c643c49cc11","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-14 - Cabinet of Executive Vice-President Valdis Dombrovskis x Burning Glass Technologies"],"date":["2020-07-14"],"summary":["Skills Agenda"],"notes":["Portfolio: An Economy that Works for People"],"location":["video-conferencing"],"address":["video-conferencing"],"addressEntity":["addr-211c505d204b295e60497aa4c59557bb484ca6c5"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["eu-tr-947859738938-75","ec-person-55cdd2fceb3997b4092326294c9405769c7b491b"]}} -{"id":"ec-meeting-2020-07-14-d80714af9677a62facbb1eb4f0a000e44c60b173","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-14 - Cabinet of Commissioner Didier Reynders x ICC BELGIQUE"],"date":["2020-07-14"],"summary":["discuss the EC's digital policy, privacy issues, and economic recovery in view of the EU single market"],"notes":["Portfolio: Justice"],"location":["video conference"],"address":["video conference"],"addressEntity":["addr-6dc12e3c97077db82f32184f24341ce370a445fd"],"organizer":["ec-cabinet-commissioner-didier-of-reynders"],"involved":["ec-person-442bf1ae9900b999673cdd7389224d0e21b67d4d","eu-tr-091962135988-82"]}} -{"id":"ec-meeting-2020-07-14-ea1109f4ed9edfb41f957836192099d92dbb2489","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-14 - Cabinet of Commissioner Thierry Breton x N+C"],"date":["2020-07-14"],"summary":["aerospace"],"notes":["Portfolio: Internal Market"],"location":["videoconference"],"address":["videoconference"],"addressEntity":["addr-92b2fbb928e012810d80d9ef1abe12027beee200"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-681352437701-33","ec-person-b077a2e9f0fdb3b8f6e91d0bd0b256db9e40ce46"]}} -{"id":"ec-meeting-2020-07-14-f7fed8ab75d43ade36c7f423155ba87aeadb8a43","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-14 - Cabinet of Vice-President Věra Jourová x European Partnership for Democracy"],"date":["2020-07-14"],"summary":["European Democracy Action Plan"],"notes":["Portfolio: Values and Transparency"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["ec-person-bf54da17217bbddfd9c68fe24d88005ac17e2c4b","eu-tr-679535014238-83"]}} -{"id":"ec-meeting-2020-07-15-18bf8a609fede856179ce8eccf194839045dc377","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-15 - Cabinet of Commissioner Thierry Breton x Deutsche Messe AG"],"date":["2020-07-15"],"summary":["HANNOVER MESSE Digital Days - Highlevel Talk: Industrial Transformation – The new normal as chance for Europe"],"notes":["Portfolio: Internal Market"],"location":["videoconference"],"address":["videoconference"],"addressEntity":["addr-92b2fbb928e012810d80d9ef1abe12027beee200"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","eu-tr-55535346410-37"]}} -{"id":"ec-meeting-2020-07-15-198b5fe82e94efe2ed43fb75e604cb133dd1ac3e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-15 - Cabinet of Commissioner Stella Kyriakides x European farmers European agri-cooperatives"],"date":["2020-07-15"],"summary":["VC meeting: Exchange of views on honey in the context of EU actions on food fraud and food labelling under Farm to Fork."],"notes":["Portfolio: Health"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-kyriakides-of-stella"],"involved":["ec-person-ecf9f9e978b833afc98ee022572d468f0dc9a352","ec-person-43784ba1f5299ace66cb2287545e1dcae4372d14","eu-tr-09586631237-74","eu-tr-44856881231-49"]}} -{"id":"ec-meeting-2020-07-15-2f34a2c04cc1c6f2921fe41821bf4336a935b8e7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-15 - Climate Action x Eni S.p.A."],"date":["2020-07-15"],"summary":["Climate policy developments"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-clima"],"involved":["ec-person-9c5c685692a09a77f2bc8ae9c05663b87cd75aae","eu-tr-99578067285-35"]}} -{"id":"ec-meeting-2020-07-15-350b59cf860d4122dc7d1c4639ad6a60a3c79f1a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-15 - Cabinet of Commissioner Nicolas Schmit x Deutscher Gewerkschaftsbund"],"date":["2020-07-15"],"summary":["Meeting on seasonal workers."],"notes":["Portfolio: Jobs and Social Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["eu-tr-07595112423-87","ec-person-4cf4655ab41922e92160325d987a3c4615c72d30"]}} -{"id":"ec-meeting-2020-07-15-3e0d89f2d89b04b5bfb7ffda004b8c1474af1a5a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-15 - Cabinet of Commissioner Janusz Wojciechowski x Fédération Nationale des Syndicats d'Exploitants Agricoles"],"date":["2020-07-15"],"summary":["The impact of the current crisis on agriculture and the need of urgent reaction."],"notes":["Portfolio: Agriculture"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["ec-person-90b64673ee7f4c1dae185fbd64b45f5c45f2b66d","eu-tr-59530682147-07"]}} -{"id":"ec-meeting-2020-07-15-462ff34ee0a276e761a5be095a7b3edab64e5efd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-15 - Cabinet of Vice-President Dubravka Šuica x Caritas Europa"],"date":["2020-07-15"],"summary":["Report on the Impact of Demographic Change\r\nGreen Paper on Ageing\r\nRights of the elderly\r\nChallenges of the care sector"],"notes":["Portfolio: Democracy and Demography"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dubravka-of-president-suica-vice"],"involved":["ec-person-bae2f44eb21285b37ecc9c7f2f42b4acb1f53264","eu-tr-6082564924-85"]}} -{"id":"ec-meeting-2020-07-15-71e8dfb2b0353bfe63412074ec861bf3bf0c84c4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-15 - Health and Food Safety x DELOITTE CONSEIL"],"date":["2020-07-15"],"summary":["COVID-19"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-sante"],"involved":["ec-person-42d2108d723f9b9017ed589e3271e3156172daa7","eu-tr-329945329379-11"]}} -{"id":"ec-meeting-2020-07-15-729f9bdfa2c2a511ce9d8f8f542536c6b07a3a8a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-15 - Cabinet of Commissioner Janusz Wojciechowski x IBM Corporation MakoLab Spółka Akcyjna Polskie Zrzeszenie Producentów Bydła Mięsnego"],"date":["2020-07-15"],"summary":["Security of the food supply chain"],"notes":["Portfolio: Agriculture"],"location":["video phone call"],"address":["video phone call"],"addressEntity":["addr-20169d8760eb932415b38f11daea45615ba4bb37"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["eu-tr-619047638750-55","ec-person-354147678cd662e9949df96a1b58663c347a35f9","eu-tr-398832229180-73","eu-tr-7721359944-96","ec-person-08c62f972c22464aca7a65520eb9406f8db14a66"]}} -{"id":"ec-meeting-2020-07-15-a5d84dd1a4ff8ee0bfde97c9a2630ec80d2ecb4a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-15 - Cabinet of Executive Vice-President Valdis Dombrovskis x Bpifrance"],"date":["2020-07-15"],"summary":["The EU recovery plan and the EU taxonomy"],"notes":["Portfolio: An Economy that Works for People"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-235870cd7eb41f2494f695fce18b5b5b88647113","eu-tr-950921712127-74"]}} -{"id":"ec-meeting-2020-07-15-b6d88a364dbae53104aef6531155e1851ea5742f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-15 - Cabinet of Commissioner Thierry Breton x Digital Action Amnesty International Limited SNV - NETHERLANDS DEVELOPMENT ORGANISATION European Federation of Journalists Institute for Strategic Dialogue EU DisinfoLab Avaaz Foundation Ranking Digital Rights Global Partners Digital European Partnership for Democracy"],"date":["2020-07-15"],"summary":["Responsibility and accountability of online platforms"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-4d83416435f81b1f1e8f5c86aeebb1478577f1d2","eu-tr-180041038974-14","eu-tr-526652638892-04","eu-tr-593474530364-05","eu-tr-44500914986-91","eu-tr-489296438914-72","eu-tr-11063928073-34","eu-tr-27471236588-39","eu-tr-679535014238-83","eu-tr-755533139040-69","eu-tr-475565317526-24"]}} -{"id":"ec-meeting-2020-07-15-c9b83ad14283954b3c07b2a88507405ac0d5e87a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-15 - Cabinet of Commissioner Janusz Wojciechowski x European Environmental Bureau"],"date":["2020-07-15"],"summary":["Methane strategy - agricultural dimension."],"notes":["Portfolio: Agriculture"],"location":["video phone call"],"address":["video phone call"],"addressEntity":["addr-20169d8760eb932415b38f11daea45615ba4bb37"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["eu-tr-06798511314-27","ec-person-cafe030b6dad78a75143f7552c420481b30ebceb"]}} -{"id":"ec-meeting-2020-07-15-daa2d588f60e78663c48332ac701f50c7b32bbd2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-15 - Cabinet of Executive Vice-President Margrethe Vestager x Centre for Information Policy Leadership at Hunton Andrews Kurth LLP"],"date":["2020-07-15"],"summary":["To discuss White Paper on Artificial Intelligence"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0","eu-tr-980643334936-37"]}} -{"id":"ec-meeting-2020-07-16-004724e1da0930ff78b798195ed72cf54cec52fc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-16 - Cabinet of Commissioner Virginijus Sinkevičius x FIGIEFA - Fédération Internationale des Grossistes, Importateurs & Exportateurs en Fournitures Automobiles / International Federation of Automotive Distributors"],"date":["2020-07-16"],"summary":["Cleaner environment and reducing emissions"],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["eu-tr-69678928900-56","ec-person-ef0f66e9880a22ea8d9657bd982daf9bd74838c1"]}} -{"id":"ec-meeting-2020-07-16-0676ae90f50fcf0c509b7f8a866093638ac89ff8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-16 - Cabinet of Commissioner Thierry Breton x Microsoft Corporation"],"date":["2020-07-16"],"summary":["Discussion on digital transformation of the economy"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-0801162959-21","ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","ec-person-4d83416435f81b1f1e8f5c86aeebb1478577f1d2","ec-person-b077a2e9f0fdb3b8f6e91d0bd0b256db9e40ce46"]}} -{"id":"ec-meeting-2020-07-16-06fdfbd4843f57b4ba7fee2bf355fc7b676650f8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-16 - Cabinet of Commissioner Ylva Johansson x Forum Européen pour la Sécurité Urbaine"],"date":["2020-07-16"],"summary":["Efus To present the first results of the activities and discussions initiated in the framework of the Partnership on Security in Public Spaces of the Urban Agenda for the EU"],"notes":["Portfolio: Home Affairs"],"location":["VTC"],"address":["VTC"],"addressEntity":["addr-9d1acaa772820b8ade84113d2da24716fe455be2"],"organizer":["ec-cabinet-commissioner-johansson-of-ylva"],"involved":["ec-person-d3f97e069d9ff016d7b65052f6eb6b98500ec118","ec-person-31b127e72e9dd30ce85ff2b475ac65d28d7dc48d","eu-tr-4900814699-31"]}} -{"id":"ec-meeting-2020-07-16-2e2d8ed749616c10d716f6c183eda892a40c1853","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-16 - Cabinet of Commissioner Kadri Simson x Schneider Electric"],"date":["2020-07-16"],"summary":["Energy efficiency and renovation wave."],"notes":["Portfolio: Energy"],"location":["Video-conferencing"],"address":["Video-conferencing"],"addressEntity":["addr-4611e6784da5e4097c2b6fa2bc5e51eb9a0577bd"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["eu-tr-46302264606-44","ec-person-d40f25b5cb5c0681854a4996da444478318f7e58","ec-person-1995c65b8dc7f3702a8c30ed96a0144075848837"]}} -{"id":"ec-meeting-2020-07-16-58ed582f859a511ae6844a1de93452588bd07ffe","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-16 - Cabinet of President Ursula von der Leyen x Bureau Européen des Unions de Consommateurs"],"date":["2020-07-16"],"summary":["Competition in digital markets - importance of data, dangers of leveraging in high-growth markets."],"notes":["Portfolio: President"],"location":["Conference call"],"address":["Conference call"],"addressEntity":["addr-28ba88479582b2f75898964548da4252dc7db7d2"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-7019713e72781afb1f3b19032c4752a314b78180","eu-tr-9505781573-45"]}} -{"id":"ec-meeting-2020-07-16-692dfd8ee83518ae4ed6ddc2ed661d625c45ac72","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-16 - Cabinet of Commissioner Virginijus Sinkevičius x EUROMETAUX"],"date":["2020-07-16"],"summary":["To discuss Circular Economy and issues related to the green and digital transitions and the role of metals in a circular economy."],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["eu-tr-61650796093-48","ec-person-dd7a7b1952e158f4195d34cff333ec79a4f48ba3","ec-person-a58f1d06f5cb1d8dfd278e0c36d5aa1b9368b270"]}} -{"id":"ec-meeting-2020-07-16-70d6c67a50fc2a7bf993a371faf8071655c8f066","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-16 - Cabinet of Commissioner Didier Reynders x DIGITALEUROPE AGORIA"],"date":["2020-07-16"],"summary":["AI, data protection and DSA"],"notes":["Portfolio: Justice"],"location":["Video-conference"],"address":["Video-conference"],"addressEntity":["addr-afae67aab834151e72f631228e72361e369db072"],"organizer":["ec-cabinet-commissioner-didier-of-reynders"],"involved":["eu-tr-64270747023-20","ec-person-1e25399e2267734c5f4c69093d2286c8898ee9f0","ec-person-442bf1ae9900b999673cdd7389224d0e21b67d4d","eu-tr-68004524380-10"]}} -{"id":"ec-meeting-2020-07-16-7f35b088d3d14e203a1814961f1c7262d5328a8f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-16 - Cabinet of Commissioner Thierry Breton x SAP"],"date":["2020-07-16"],"summary":["Contact tracing apps; Cloud and Gaia-X; European data spaces; AI"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","ec-person-b077a2e9f0fdb3b8f6e91d0bd0b256db9e40ce46","eu-tr-639117311617-01"]}} -{"id":"ec-meeting-2020-07-16-83bbb6afc7938f657bed52b2c2a8d76fa495dda6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-16 - Cabinet of Executive Vice-President Margrethe Vestager x Deliveroo"],"date":["2020-07-16"],"summary":["To discuss Digital Services Act."],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-747495331229-90","ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0"]}} -{"id":"ec-meeting-2020-07-16-90ce2b2e619cc546418c8e2fc13aa13fe5473690","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-16 - Mobility and Transport x Transdev Group"],"date":["2020-07-16"],"summary":["smart mobility"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-dg-move"],"involved":["ec-person-26cdfacae671b09917bee1a91c91973941fa58a2","eu-tr-042383714852-64"]}} -{"id":"ec-meeting-2020-07-16-9561b5d9b374933f975a5109719366bc8eeb6e26","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-16 - Cabinet of Vice-President Věra Jourová x European Movement International Carnegie Europe"],"date":["2020-07-16"],"summary":["The Future of Democracy in Europe"],"notes":["Portfolio: Values and Transparency"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["eu-tr-35279857524-58","ec-person-fb258e0188a5319bfaba3161382db43f5a85851f","eu-tr-688089718929-60"]}} -{"id":"ec-meeting-2020-07-16-9bb74e02e20ed8e36ecac725d0024857b522e538","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-16 - Cabinet of Commissioner Nicolas Schmit x Google"],"date":["2020-07-16"],"summary":["Meeting with Google on the Skills Agenda."],"notes":["Portfolio: Jobs and Social Rights"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-66fa2c2d100ec194caa42b5c6f97c36e2748b71c","ec-person-4cf4655ab41922e92160325d987a3c4615c72d30","ec-person-935314e38d735654cae8ee61313a3d73439b242d","eu-tr-03181945560-59","ec-person-c03b949331dbbe5fa3d5423758e371ec1b9b832f"]}} -{"id":"ec-meeting-2020-07-16-9ed44753d51a7ca9629b4b2f9a89a9a8097bb0b3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-16 - Cabinet of Vice-President Dubravka Šuica x Global Coalition on Aging"],"date":["2020-07-16"],"summary":["Commission goals related to healthy and active ageing."],"notes":["Portfolio: Democracy and Demography"],"location":["Brussels/online"],"address":["Brussels/online"],"addressEntity":["addr-24165ed0abdaab35e78da0941eb9a65a9b17371d"],"organizer":["ec-cabinet-dubravka-of-president-suica-vice"],"involved":["eu-tr-594173637718-73","ec-person-83dd3363da89c86d99ea50c3ff2d15a746405110"]}} -{"id":"ec-meeting-2020-07-16-abc247e0d1e1c217cd0e84e3c77644fa07f89208","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-16 - Cabinet of Commissioner Johannes Hahn x Aldersgate Group"],"date":["2020-07-16"],"summary":["Implementation of the Green Deal"],"notes":["Portfolio: Budget and Administration"],"location":["Conference Call"],"address":["Conference Call"],"addressEntity":["addr-fc1d49ef884f6a7b62842b93c5c3474fcf89e743"],"organizer":["ec-cabinet-commissioner-hahn-johannes-of"],"involved":["ec-person-26e87e8dbc382b84ce1f54266bee0b7eab520454","eu-tr-570633817416-75"]}} -{"id":"ec-meeting-2020-07-16-b48c2080d0426c5bcd5285bc14a55ceeba7f73ef","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-16 - Cabinet of Commissioner Paolo Gentiloni x SUEZ Group"],"date":["2020-07-16"],"summary":["Green Deal"],"notes":["Portfolio: Economy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gentiloni-of-paolo"],"involved":["ec-person-8da36db391ed53f362d495cd564ba8b45c7003e1","eu-tr-27799842497-69"]}} -{"id":"ec-meeting-2020-07-16-b92b866dcb812bea1044970d50b05592c8fd908e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-16 - Cabinet of Executive Vice-President Margrethe Vestager x Visa Europe"],"date":["2020-07-16"],"summary":["To discuss post-Covid recovery"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-61954192201-58","ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0"]}} -{"id":"ec-meeting-2020-07-16-ba673f4c713114dd2bf999b64e926b0cc9fc20dc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-16 - Cabinet of Commissioner Virginijus Sinkevičius x European Forum for Renewable Energy Sources"],"date":["2020-07-16"],"summary":["Commissioner gave a speech and discussed issues within his portfolio, such as shift towards a zero-pollution environment, sustainable blue economy, also the Green Deal, Covid-19 recovery plans and how this affects the environment activities of the EU"],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["ec-person-dd7a7b1952e158f4195d34cff333ec79a4f48ba3","eu-tr-96507906043-80","ec-person-c92a6b4ef8328855b0234011be623ed9f15c86f3"]}} -{"id":"ec-meeting-2020-07-16-c0f110a4edfb192f92ba8a6a65da0993f1ffc8c4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-16 - Cabinet of Commissioner Kadri Simson x Wirtschaftsrat der CDU e.V."],"date":["2020-07-16"],"summary":["Presentation of the Commission’s Energy System Integration and Hydrogen Strategies"],"notes":["Portfolio: Energy"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["ec-person-3ba14eabc5fddef75d1a672cc75b5f4bddd72ee9","eu-tr-176334311014-43","ec-person-2fb98fc84d2cf8d481688eff3d47f7745ead3592","ec-person-1995c65b8dc7f3702a8c30ed96a0144075848837"]}} -{"id":"ec-meeting-2020-07-16-cc0cd6f69f379284938d592a0346df51bc503a1e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-16 - Cabinet of Vice-President Dubravka Šuica x European University Association"],"date":["2020-07-16"],"summary":["Discussion on the Conference on the Future of Europe and their project of launching a new academic journal on Democracy"],"notes":["Portfolio: Democracy and Demography"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dubravka-of-president-suica-vice"],"involved":["ec-person-e38d9f76fd8b368ff0a9e724d2cd3da76124d857","ec-person-026798f0d4b4567a1c4ba592351123da781ce908","eu-tr-81122172998-09"]}} -{"id":"ec-meeting-2020-07-16-ce7aaaf70540345f18ed057a7a78af9ab1eded1d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-16 - Cabinet of Commissioner Virginijus Sinkevičius x ClientEarth AISBL Coalition Clean Baltic WWF European Policy Programme OCEANA Funding Fish Seas At Risk vzw The Pew Charitable Trusts Sciaena - Oceans # Conservation # Awareness"],"date":["2020-07-16"],"summary":["To discuss the fishing opportunities exercise for 2021, in particular for the Baltic Sea, as well as issues related to the Biodiversity Strategy."],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Video meeting"],"address":["Video meeting"],"addressEntity":["addr-762dc9b5648e05f3894b6f2597baa8254e5414db"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["eu-tr-95261732139-73","eu-tr-429932512952-75","ec-person-c92a6b4ef8328855b0234011be623ed9f15c86f3","ec-person-dd7a7b1952e158f4195d34cff333ec79a4f48ba3","eu-tr-1414929419-24","eu-tr-47937943241-80","eu-tr-46834536998-79","eu-tr-96645517357-19","eu-tr-808714914195-07","ec-person-1443799688ae485d7a2fee5c9defab2c5b7c7e6c","eu-tr-051498327063-03"]}} -{"id":"ec-meeting-2020-07-16-d9e27c8be7940002ecdac6c9e6dfe9d794fed167","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-16 - Cabinet of Executive Vice-President Frans Timmermans x Eurelectric aisbl"],"date":["2020-07-16"],"summary":["Participation in panel on powering e-mobility"],"notes":["Portfolio: European Green Deal"],"location":["Video Conference"],"address":["Video Conference"],"addressEntity":["addr-fd005d1da26cd3c9a734fbbadaf813e8115acdeb"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-4271427696-87","ec-person-d56ecbfde17436a136fc89c9a978b266e8285c84"]}} -{"id":"ec-meeting-2020-07-16-db9b26ea7960f46136ccb5b0ff1352a0f4132e03","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-16 - Cabinet of President Ursula von der Leyen x Slack Technologies Inc"],"date":["2020-07-16"],"summary":["Competition in digital markets; importance of competitive and interoperable collaboration software; Digital services Act and gatekeeper platforms"],"notes":["Portfolio: President"],"location":["Brussels (video conference)"],"address":["Brussels (video conference)"],"addressEntity":["addr-1a77e12c05a39186f3ddab600c3e9e619c4822ef"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-7019713e72781afb1f3b19032c4752a314b78180","eu-tr-817094638811-67"]}} -{"id":"ec-meeting-2020-07-16-df6c467cb41442d7c21590503f4400980944e297","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-16 - Financial Stability, Financial Services and Capital Markets Union x UK Finance Limited"],"date":["2020-07-16"],"summary":["Ongoing reflections on recapitalisation measures in the UK and HM Treasury’s recent consultation on CRD5"],"location":["Virtual meeting"],"address":["Virtual meeting"],"addressEntity":["addr-1f1f3f51a4da31a1ea5c1b4b21cbf52ad983224f"],"organizer":["ec-dg-fisma"],"involved":["ec-person-1fce211249673c35ee07a801ddee77ab24af8d54","eu-tr-537082732275-03"]}} -{"id":"ec-meeting-2020-07-17-016c2416f2e887e300e5ab801cbc0f1b107f604d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-17 - Cabinet of Executive Vice-President Frans Timmermans x ENEL SpA"],"date":["2020-07-17"],"summary":["Green finance"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - video conference"],"address":["Brussels - video conference"],"addressEntity":["addr-d7df553e47e69d1cc9f4189b36b7c867f80459b0"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-a282162080cef4ef2a8c0ab6247a3e03dc438507","ec-person-e88af8eb396e96e3dbc9b4ec6e40a348d26c389c","eu-tr-6256831207-27"]}} -{"id":"ec-meeting-2020-07-17-0269c7e564e49c1a16d30a1e55220f8037ee023f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-17 - Cabinet of Commissioner Paolo Gentiloni x The European Steel Association"],"date":["2020-07-17"],"summary":["Webex call on CABM"],"notes":["Portfolio: Economy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gentiloni-of-paolo"],"involved":["ec-person-8da36db391ed53f362d495cd564ba8b45c7003e1","eu-tr-93038071152-83"]}} -{"id":"ec-meeting-2020-07-17-04d53eb139d96aa75836a74905c3ff11e15ec1a1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-17 - Cabinet of Commissioner Mariya Gabriel x Openclassrooms"],"date":["2020-07-17"],"summary":["Overall digital education policy in Europe"],"notes":["Portfolio: Innovation and Youth"],"location":["Video-conferencing"],"address":["Video-conferencing"],"addressEntity":["addr-4611e6784da5e4097c2b6fa2bc5e51eb9a0577bd"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["ec-person-1674399a793e9e6fd7cf55b525515fc862fc9351","eu-tr-428144738947-12"]}} -{"id":"ec-meeting-2020-07-17-1755f8676912e28ac70437819afbcea7a73d4d49","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-17 - Cabinet of Executive Vice-President Margrethe Vestager x Global Fashion Agenda"],"date":["2020-07-17"],"summary":["To discuss fashion industry and sustainable business principles."],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-11d97788772862bb34f51dd26d7f92603eac1bf8","eu-tr-812616931953-63"]}} -{"id":"ec-meeting-2020-07-17-1a001bb688628eaed8c7cd19cd3b100af2713e1d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-17 - Cabinet of Commissioner Stella Kyriakides x MEDICINES FOR EUROPE"],"date":["2020-07-17"],"summary":["Exchange of views on the upcoming Pharmaceutical Strategy"],"notes":["Portfolio: Health"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-kyriakides-of-stella"],"involved":["eu-tr-48325781850-28","ec-person-c7513fae2df7920eea99d7cc103a354aa4f56b6e"]}} -{"id":"ec-meeting-2020-07-17-3b38de5e6b127ea02ecf0a7322e77cea9da50d07","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-17 - Migration and Home Affairs x Aerospace, Security and Defence Industries Association of Europe"],"date":["2020-07-17"],"summary":["Discussion on the ASD proposals for EU Relief Measures for Aerospace, Defence and Security Industries."],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-home"],"involved":["ec-person-eb837001036fd00bae706e2b0dfd0885bb71e4bb","eu-tr-72699997886-57"]}} -{"id":"ec-meeting-2020-07-17-44acc614f2958f0a1aa2ea47c7b5bafb2a6ca4b0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-17 - Cabinet of Commissioner Stella Kyriakides x European Federation of Public Service Unions"],"date":["2020-07-17"],"summary":["EU4Health and coordination and preparedness of health care systems"],"notes":["Portfolio: Health"],"location":["WEBEX"],"address":["WEBEX"],"addressEntity":["addr-7c1c4c0273f3262f1324e10718853b4d78ce2630"],"organizer":["ec-cabinet-commissioner-kyriakides-of-stella"],"involved":["eu-tr-04902121531-04","ec-person-991ce64cea5178762c932ac823ea5d309e7a8d93"]}} -{"id":"ec-meeting-2020-07-17-5ce3ee4ac014e9d1c4a96103581c51ef716b7277","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-17 - Cabinet of Executive Vice-President Frans Timmermans x WWF European Policy Programme"],"date":["2020-07-17"],"summary":["Coal Mayors’ Forum and scheduled activities"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - video conference"],"address":["Brussels - video conference"],"addressEntity":["addr-d7df553e47e69d1cc9f4189b36b7c867f80459b0"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-1414929419-24","ec-person-d53e00c46a4cc62bbf533e0c9bb35bacb9121989"]}} -{"id":"ec-meeting-2020-07-17-64eeaeb5249c5652ede429d90a08e37a191bb8f6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-17 - Cabinet of Vice-President Věra Jourová x DIGITALEUROPE"],"date":["2020-07-17"],"summary":["EDAP, DSA, Artificial intelligence, COVID-19 disinformation"],"notes":["Portfolio: Values and Transparency"],"location":["videoconference"],"address":["videoconference"],"addressEntity":["addr-92b2fbb928e012810d80d9ef1abe12027beee200"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["eu-tr-64270747023-20","ec-person-bf54da17217bbddfd9c68fe24d88005ac17e2c4b"]}} -{"id":"ec-meeting-2020-07-17-ad47cb4890bf8389b7d46cf828d705b2907c9bc1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-17 - Cabinet of Executive Vice-President Frans Timmermans x Universiteit Leiden"],"date":["2020-07-17"],"summary":["The European Green Deal"],"notes":["Portfolio: European Green Deal"],"location":["Leiden"],"address":["Leiden"],"addressEntity":["addr-2ee8120a2a284c4bf09c81d4d7a2c3fbce854126"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce","eu-tr-705450224079-05"]}} -{"id":"ec-meeting-2020-07-17-b48e2c52d68c5dd2a6da2f09f6f9428126749025","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-17 - Cabinet of Commissioner Mariya Gabriel x World Anti-Doping Agency"],"date":["2020-07-17"],"summary":["Clean Sport"],"notes":["Portfolio: Innovation and Youth"],"location":["Video-conferencing"],"address":["Video-conferencing"],"addressEntity":["addr-4611e6784da5e4097c2b6fa2bc5e51eb9a0577bd"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-057050117687-88","ec-person-1674399a793e9e6fd7cf55b525515fc862fc9351"]}} -{"id":"ec-meeting-2020-07-17-b55249dba3e15086b9e183894c9c869afbe8bc6c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-17 - Cabinet of Commissioner Didier Reynders x The ADM Capital Foundation Limited"],"date":["2020-07-17"],"summary":["Presentation of the Global Initiative to end Wildlife Crime"],"notes":["Portfolio: Justice"],"location":["video conferencing"],"address":["video conferencing"],"addressEntity":["addr-613317ccdf0c2bce8cb9f90df551697cd890eda7"],"organizer":["ec-cabinet-commissioner-didier-of-reynders"],"involved":["eu-tr-135084038966-26","ec-person-4cd0043747c40cfeaced5e4c68e43372cdb8dac9"]}} -{"id":"ec-meeting-2020-07-17-e0e577e671182c876706276aca223722752a0eed","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-17 - Cabinet of Commissioner Kadri Simson x ExxonMobil Petroleum & Chemical"],"date":["2020-07-17"],"summary":["Discussion on energy technologies for emissions reduction and climate neutrality"],"notes":["Portfolio: Energy"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["ec-person-3ba14eabc5fddef75d1a672cc75b5f4bddd72ee9","ec-person-2fb98fc84d2cf8d481688eff3d47f7745ead3592","eu-tr-0745650927-75"]}} -{"id":"ec-meeting-2020-07-17-f099b97042dc6f9d4bab0810fb33cba82356f6ff","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-17 - Cabinet of Commissioner Stella Kyriakides x European Social Insurance Platform AISBL"],"date":["2020-07-17"],"summary":["Exchange of views on the upcoming Pharmaceutical Strategy"],"notes":["Portfolio: Health"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-kyriakides-of-stella"],"involved":["eu-tr-883980785-32","ec-person-c7513fae2df7920eea99d7cc103a354aa4f56b6e"]}} -{"id":"ec-meeting-2020-07-20-16f7c8585026ba1ba4784147f5866fc816c975e8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-20 - Cabinet of Executive Vice-President Frans Timmermans x Aquatiel Consulting & Services B.V."],"date":["2020-07-20"],"summary":["Inland waterways and hydrogen.\r\nFor info Mr Dijuk registered in the Transparency register under this company name: Koedood Marine Group"],"notes":["Portfolio: European Green Deal"],"location":["WebEx meeting"],"address":["WebEx meeting"],"addressEntity":["addr-61472315bb6055a97ca8b80e689b7bb144a63c7a"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-529746538949-35","ec-person-9eafbf4a92961023c7df3ab389ae6d4301dec4bf"]}} -{"id":"ec-meeting-2020-07-20-30ee69142a5039e5a9745ca527755fc4b4563ff1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-20 - Cabinet of Commissioner Mariya Gabriel x Erasmus Student Network"],"date":["2020-07-20"],"summary":["ESN's future priorities and the European Education Area"],"notes":["Portfolio: Innovation and Youth"],"location":["Video-conferencing"],"address":["Video-conferencing"],"addressEntity":["addr-4611e6784da5e4097c2b6fa2bc5e51eb9a0577bd"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["ec-person-1674399a793e9e6fd7cf55b525515fc862fc9351","eu-tr-45445593026-68"]}} -{"id":"ec-meeting-2020-07-20-41327ab483abb4650a2aac03548df14bd150ed26","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-20 - Cabinet of Commissioner Didier Reynders x Danone"],"date":["2020-07-20"],"summary":["Green consumption pledge"],"notes":["Portfolio: Justice"],"location":["Video conference"],"address":["Video conference"],"addressEntity":["addr-ebc9fd5c2f372a32153cf3f4d5fb918a96b84a88"],"organizer":["ec-cabinet-commissioner-didier-of-reynders"],"involved":["ec-person-50f9cba2282e1d03395cdd0faf9ce6e9a2ff3104","ec-person-1e25399e2267734c5f4c69093d2286c8898ee9f0","ec-person-442bf1ae9900b999673cdd7389224d0e21b67d4d","eu-tr-65744846168-89"]}} -{"id":"ec-meeting-2020-07-20-431d644e25819d97b10a2032c2d99fe6761356dd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-20 - Cabinet of Commissioner Adina Vălean x Airlines for Europe"],"date":["2020-07-20"],"summary":["Meeting to discuss aviation and COVID"],"notes":["Portfolio: Transport"],"location":["Conference call"],"address":["Conference call"],"addressEntity":["addr-28ba88479582b2f75898964548da4252dc7db7d2"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["ec-person-baa9678f53e0a607c8a9bb2cd9122d1c13370154","eu-tr-807912421050-91","ec-person-267c5ab3ea5304fc6305ef321e214c9c1cd0f78e"]}} -{"id":"ec-meeting-2020-07-20-73e9e3cd6bdefd9811627fa5f4ebce10abd0cda3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-20 - Cabinet of Commissioner Adina Vălean x International Air Transport Association"],"date":["2020-07-20"],"summary":["Meeting to discuss aviation and COVID"],"notes":["Portfolio: Transport"],"location":["COnference call"],"address":["COnference call"],"addressEntity":["addr-885b20cc705b7db740868125090c5aa33e0aaa5c"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["eu-tr-1805107590-28","ec-person-baa9678f53e0a607c8a9bb2cd9122d1c13370154","ec-person-267c5ab3ea5304fc6305ef321e214c9c1cd0f78e"]}} -{"id":"ec-meeting-2020-07-20-ae8f7474015253afdda483a98f82071abeeef331","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-20 - Financial Stability, Financial Services and Capital Markets Union x Association for Financial Markets in Europe"],"date":["2020-07-20"],"summary":["Update of the Covid-19 pandemic on European Capital markets and Capital Market Recovery Package"],"location":["Virtual meeting"],"address":["Virtual meeting"],"addressEntity":["addr-1f1f3f51a4da31a1ea5c1b4b21cbf52ad983224f"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-65110063986-76","ec-person-1fce211249673c35ee07a801ddee77ab24af8d54"]}} -{"id":"ec-meeting-2020-07-20-c058fcd1d448708678a33101fd197d7ca5a384c9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-20 - Cabinet of Commissioner Phil Hogan x Human Rights Watch"],"date":["2020-07-20"],"summary":["The letter that Human Rights Watch\r\nsent to EU MFAs and MEPs regarding Brazil and the EU-Mercosur trade deal"],"location":["Video Conference"],"address":["Video Conference"],"addressEntity":["addr-fd005d1da26cd3c9a734fbbadaf813e8115acdeb"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-c9d17d5879383b030f61a4066848249fb35d57e4","eu-tr-56362448807-46"]}} -{"id":"ec-meeting-2020-07-20-eaecde64efd922436b17aab6e7bec7dea89e0220","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-20 - Cabinet of Vice-President Věra Jourová x Civil Liberties Union for Europe Europäisches Zentrum für Presse- und Medienfreiheit Reporters sans frontières The Daphne Caruana Galizia Foundation"],"date":["2020-07-20"],"summary":["Media freedom"],"notes":["Portfolio: Values and Transparency"],"location":["videoconference"],"address":["videoconference"],"addressEntity":["addr-92b2fbb928e012810d80d9ef1abe12027beee200"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["eu-tr-612547127497-45","eu-tr-690043637719-35","eu-tr-544892227334-39","ec-person-bf54da17217bbddfd9c68fe24d88005ac17e2c4b","eu-tr-823710129179-63"]}} -{"id":"ec-meeting-2020-07-22-113626669c4fae2a0aed1814bab35035822b3cb5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-22 - Employment, Social Affairs and Inclusion x EuroCommerce"],"date":["2020-07-22"],"summary":["post Covid recovery, minimum wage, EU skills agenda"],"location":["telephone conference"],"address":["telephone conference"],"addressEntity":["addr-21d1dfe848769d489e69932a7ae7fbe0d43a2704"],"organizer":["ec-dg-empl"],"involved":["eu-tr-84973761187-60","ec-person-dd259fce880e1853f0beb087443bce6e7dea70d7"]}} -{"id":"ec-meeting-2020-07-22-1b8835f7855400c42b848f853df6cb01498f8f1f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-22 - Cabinet of Executive Vice-President Frans Timmermans x Forum Atomique Européen"],"date":["2020-07-22"],"summary":["Contribution of nuclear power to the European Green Deal, costs of nuclear power, waste disposal, financing and taxonomy."],"notes":["Portfolio: European Green Deal"],"location":["Brussels - videoconference"],"address":["Brussels - videoconference"],"addressEntity":["addr-a3a01e55b02ab591ce10151760698f4306ec49cb"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-7c876f4825f213b8adbedf089ccedfbc3b36d65b","eu-tr-42433582-82"]}} -{"id":"ec-meeting-2020-07-22-2008758d2cf3fc3bed32995ab2e296c8730b6fc0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-22 - Cabinet of Commissioner Paolo Gentiloni x Centre for European Policy Studies"],"date":["2020-07-22"],"summary":["Participation to the debate on \"The Recovery Fund and the Stability Pact: Making Room for Investment?\" with Mr Niels Thygesen"],"notes":["Portfolio: Economy"],"location":["Videolink (Brussels)"],"address":["Videolink (Brussels)"],"addressEntity":["addr-4635eb2ca271afc5a409f9541f8e5b11a31d7be0"],"organizer":["ec-cabinet-commissioner-gentiloni-of-paolo"],"involved":["ec-person-088d26d74d1898338fbf1c86e139bd6d3b870dbc","eu-tr-206201438220-85"]}} -{"id":"ec-meeting-2020-07-22-21710b84d8f650d5cd622f981b3c0274e0bb4664","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-22 - Cabinet of Commissioner Virginijus Sinkevičius x Plastics Recyclers Europe"],"date":["2020-07-22"],"summary":["To discuss Circular Economy Action Plan, in particular issues and future initiatives related to plastic recycling."],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["eu-tr-00162715418-92","ec-person-dd7a7b1952e158f4195d34cff333ec79a4f48ba3","ec-person-a58f1d06f5cb1d8dfd278e0c36d5aa1b9368b270"]}} -{"id":"ec-meeting-2020-07-22-254b2799cc0bf1680f18ccb46dcb7215434cef42","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-22 - Cabinet of Vice-President Věra Jourová x BUSINESSEUROPE"],"date":["2020-07-22"],"summary":["Recovery plan for Europe, Rule of Law, Pay transparency"],"notes":["Portfolio: Values and Transparency"],"location":["videoconference"],"address":["videoconference"],"addressEntity":["addr-92b2fbb928e012810d80d9ef1abe12027beee200"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["ec-person-bf54da17217bbddfd9c68fe24d88005ac17e2c4b","eu-tr-3978240953-79"]}} -{"id":"ec-meeting-2020-07-22-39a27d7d679eb2dfebf3170b1a07528bde08a5aa","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-22 - Cabinet of Commissioner Phil Hogan x Tobacco Europe AISBL"],"date":["2020-07-22"],"summary":["EU-UK future trade relations"],"location":["videoconference"],"address":["videoconference"],"addressEntity":["addr-92b2fbb928e012810d80d9ef1abe12027beee200"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-1496873833-97","ec-person-7d3caa534e5cdda6d5b949bd4b2def39356e3bec"]}} -{"id":"ec-meeting-2020-07-22-47ce6357b210d5e1edccf5be483d8ba9a2e3c566","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-22 - Cabinet of Commissioner Phil Hogan x Airbus"],"date":["2020-07-22"],"summary":["Civil aviation dispute"],"location":["Video Conference"],"address":["Video Conference"],"addressEntity":["addr-fd005d1da26cd3c9a734fbbadaf813e8115acdeb"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-c9d17d5879383b030f61a4066848249fb35d57e4","eu-tr-2732167674-76"]}} -{"id":"ec-meeting-2020-07-22-62a7d495fac763ef8522043291c93a569cc900a5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-22 - Cabinet of Commissioner Stella Kyriakides x Federation of Veterinarians of Europe"],"date":["2020-07-22"],"summary":["Topics discussed: \r\n\r\nFarm to Fork Strategy\r\nOne Health – improving animal health, prevention of diseases and AMR\r\nVeterinary medicines legislation and AMR\r\nAnimal Welfare"],"notes":["Portfolio: Health"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-kyriakides-of-stella"],"involved":["ec-person-c7513fae2df7920eea99d7cc103a354aa4f56b6e","eu-tr-3959733732-78"]}} -{"id":"ec-meeting-2020-07-22-85536b79cbaf7711023eaef3e9b85a3bcf8301a4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-22 - Cabinet of President Ursula von der Leyen x Volvo AB A.P. Møller - Mærsk A/S Siemens AG AIR LIQUIDE"],"date":["2020-07-22"],"summary":["Videoconference with Chairman of Volvo, Chairman of Siemens and Maersk, CEO of Air Liquide (Topic: European Economic Recovery)"],"notes":["Portfolio: President"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["eu-tr-94857385769-70","ec-person-a2ac27c3a7aa93937efc47169c1dc2264a822175","eu-tr-680443918500-51","eu-tr-51773601133-57","eu-tr-4266797770-31"]}} -{"id":"ec-meeting-2020-07-22-881d26d4ea191d460e17ae4a29da50f70f0358df","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-22 - Cabinet of Commissioner Phil Hogan x WWF European Policy Programme"],"date":["2020-07-22"],"summary":["EU-UK future trade relations, TPR"],"location":["videoconference"],"address":["videoconference"],"addressEntity":["addr-92b2fbb928e012810d80d9ef1abe12027beee200"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-1414929419-24","ec-person-7d3caa534e5cdda6d5b949bd4b2def39356e3bec"]}} -{"id":"ec-meeting-2020-07-22-8c972a917ee5defe65f6ac92b1aa4489b2220347","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-22 - Cabinet of Vice-President Dubravka Šuica x Water Europe AquaFed - The International Federation of Private Water Operators"],"date":["2020-07-22"],"summary":["EU Water Alliance"],"notes":["Portfolio: Democracy and Demography"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-dubravka-of-president-suica-vice"],"involved":["ec-person-e38d9f76fd8b368ff0a9e724d2cd3da76124d857","eu-tr-09175433167-27","eu-tr-43176485302-45","ec-person-3fde0db8d8834e47db2b7c32ce5c469b66548f1b","ec-person-bae2f44eb21285b37ecc9c7f2f42b4acb1f53264"]}} -{"id":"ec-meeting-2020-07-22-96deba18c5f078a053e923dda7f8bea2dc0ff670","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-22 - Cabinet of Executive Vice-President Frans Timmermans x Stichting European Climate Foundation"],"date":["2020-07-22"],"summary":["Shovel-ready projects for a green recovery"],"notes":["Portfolio: European Green Deal"],"location":["Video conference"],"address":["Video conference"],"addressEntity":["addr-ebc9fd5c2f372a32153cf3f4d5fb918a96b84a88"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-64869491516-70","ec-person-d56ecbfde17436a136fc89c9a978b266e8285c84"]}} -{"id":"ec-meeting-2020-07-22-999d277b9883dbc9fd57accf8c8a63f8e4a551f1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-22 - Cabinet of Commissioner Nicolas Schmit x European Youth Forum"],"date":["2020-07-22"],"summary":["Meeting on reinforcement of the Youth Guarantee."],"notes":["Portfolio: Jobs and Social Rights"],"location":["videoconference"],"address":["videoconference"],"addressEntity":["addr-92b2fbb928e012810d80d9ef1abe12027beee200"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-66fa2c2d100ec194caa42b5c6f97c36e2748b71c","ec-person-4cf4655ab41922e92160325d987a3c4615c72d30","eu-tr-43251547769-22"]}} -{"id":"ec-meeting-2020-07-22-b1be81bc197bed884fefd8dca909ef89c3d3b014","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-22 - Internal Market, Industry, Entrepreneurship and SMEs x Association Française des Entreprises Privées / French Association of Large Companies"],"date":["2020-07-22"],"summary":["Discuss Covid-19 Crisis and recovery plan; Digital Services Act and Industrial Strategy"],"location":["Phone call"],"address":["Phone call"],"addressEntity":["addr-cac056598c767cdeaa0f13cfe91d25988c24c698"],"organizer":["ec-dg-grow"],"involved":["ec-person-0151c7e554d188fffc509ad636b7d1a84c5dfcd5","eu-tr-953933297-85"]}} -{"id":"ec-meeting-2020-07-22-b90e4a03e409839f4c6802bf8bf2823eccbfd431","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-22 - Cabinet of Commissioner Didier Reynders x Reporters sans frontières Committee to Protect Journalists The Daphne Caruana Galizia Foundation Civil Liberties Union for Europe Greenpeace European Unit"],"date":["2020-07-22"],"summary":["Anti-SLAPPs measures"],"notes":["Portfolio: Justice"],"location":["Video-conference"],"address":["Video-conference"],"addressEntity":["addr-afae67aab834151e72f631228e72361e369db072"],"organizer":["ec-cabinet-commissioner-didier-of-reynders"],"involved":["eu-tr-612547127497-45","eu-tr-690043637719-35","ec-person-1e25399e2267734c5f4c69093d2286c8898ee9f0","ec-person-6c2abeaa21f9fe09b6a21f7f73e03d924e89018e","eu-tr-9832909575-41","eu-tr-544892227334-39","eu-tr-370649919011-72"]}} -{"id":"ec-meeting-2020-07-22-bf5a539e69f3fadf33cf14ce9cdc694437a03080","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-22 - Cabinet of Commissioner Jutta Urpilainen x DSW (Deutsche Stiftung Weltbevoelkerung)"],"date":["2020-07-22"],"summary":["GAP III and SRHR"],"notes":["Portfolio: International Partnerships"],"location":["Teleconference"],"address":["Teleconference"],"addressEntity":["addr-a1b2e4eeecb1f46f3239fd2a390e2ec3f16bc2cb"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["eu-tr-32018754890-28","ec-person-6357f4506ca5351b3a822936612fd6006da48722"]}} -{"id":"ec-meeting-2020-07-22-cae7e33b3d6874f7a11cd6c7c13d4ee870d856de","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-22 - Cabinet of Commissioner Didier Reynders x Access Partnership"],"date":["2020-07-22"],"summary":["Schrems II and international data transfers and provide further input on standard contractual clauses"],"notes":["Portfolio: Justice"],"location":["Video conference"],"address":["Video conference"],"addressEntity":["addr-ebc9fd5c2f372a32153cf3f4d5fb918a96b84a88"],"organizer":["ec-cabinet-commissioner-didier-of-reynders"],"involved":["ec-person-442bf1ae9900b999673cdd7389224d0e21b67d4d","eu-tr-467615113800-87"]}} -{"id":"ec-meeting-2020-07-22-cf6d5c06b2ad78a96913eef5932fae5b36fac5ee","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-22 - Mobility and Transport x MERMEC"],"date":["2020-07-22"],"summary":["future rail partnership"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-dg-move"],"involved":["eu-tr-048639339015-29","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2020-07-22-da1be7287d3739b669ae2ace6dd6559fdb4f32ec","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-22 - Cabinet of Commissioner Virginijus Sinkevičius x Association of National Organisations of Fishing Enterprises in the European Union"],"date":["2020-07-22"],"summary":["To discuss and exchange views on the Biodiversity Strategy, in particular on issues concerning fisheries and the protection and restoration of the marine environment."],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Video meeting"],"address":["Video meeting"],"addressEntity":["addr-762dc9b5648e05f3894b6f2597baa8254e5414db"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["ec-person-dd7a7b1952e158f4195d34cff333ec79a4f48ba3","ec-person-c92a6b4ef8328855b0234011be623ed9f15c86f3","eu-tr-2312395253-25"]}} -{"id":"ec-meeting-2020-07-22-db04a7931c7097cf106650dbcba8d24c5055e320","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-22 - Cabinet of Commissioner Janusz Wojciechowski x Organisation des Jeunes pour l'Union Européenne et Africaine"],"date":["2020-07-22"],"summary":["Conseil écologique des Jeunes de l'Union Européenne et Africaine (CJUEA) dont le lancement est prévu pour février 2021 et du Salon africain de l'Agriculture à Dakar novembre 2021."],"notes":["Portfolio: Agriculture"],"location":["videocinference"],"address":["videocinference"],"addressEntity":["addr-c8c0dd3f617d685445e42f53d12bf77f2019bf72"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["ec-person-9909a5a1d25893da46a5abd80479d454b282c030","ec-person-90b64673ee7f4c1dae185fbd64b45f5c45f2b66d","eu-tr-911550334439-78"]}} -{"id":"ec-meeting-2020-07-22-e8d2501431cacc741beaafaa60a73853311f7a7e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-22 - Cabinet of Commissioner Janusz Wojciechowski x ALTERMIND"],"date":["2020-07-22"],"summary":["To discuss the Farm to fork strategy in th e contexte of the Green Deal."],"notes":["Portfolio: Agriculture"],"location":["videoconference"],"address":["videoconference"],"addressEntity":["addr-92b2fbb928e012810d80d9ef1abe12027beee200"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["eu-tr-685280738607-49","ec-person-90b64673ee7f4c1dae185fbd64b45f5c45f2b66d"]}} -{"id":"ec-meeting-2020-07-22-eefafc9a8f6fc23dc213694bb6a6a2a46f8f87b6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-22 - Financial Stability, Financial Services and Capital Markets Union x FTI Consulting Belgium"],"date":["2020-07-22"],"summary":["Instant payments and European Retail Payments Strategy"],"location":["Virtual meeting"],"address":["Virtual meeting"],"addressEntity":["addr-1f1f3f51a4da31a1ea5c1b4b21cbf52ad983224f"],"organizer":["ec-dg-fisma"],"involved":["ec-person-1fce211249673c35ee07a801ddee77ab24af8d54","eu-tr-29896393398-67"]}} -{"id":"ec-meeting-2020-07-22-ff59788351c261d8c21a219cc0842127d12042f0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-22 - Cabinet of Commissioner Nicolas Schmit x EU STEM Coalition"],"date":["2020-07-22"],"summary":["Videoconference on skills."],"notes":["Portfolio: Jobs and Social Rights"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-66fa2c2d100ec194caa42b5c6f97c36e2748b71c","ec-person-4cf4655ab41922e92160325d987a3c4615c72d30","eu-tr-271303939690-20"]}} -{"id":"ec-meeting-2020-07-23-163d8dabf618a930aea51d9b2355246e36d09c42","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-23 - Cabinet of Executive Vice-President Frans Timmermans x GMB trade union"],"date":["2020-07-23"],"summary":["North Sea Energy"],"notes":["Portfolio: European Green Deal"],"location":["video conference (Brussels)"],"address":["video conference (Brussels)"],"addressEntity":["addr-96d45bbb99f3da137b2243f11b529ed54662db90"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-a282162080cef4ef2a8c0ab6247a3e03dc438507","ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce","eu-tr-50735773982-68","ec-person-d53e00c46a4cc62bbf533e0c9bb35bacb9121989"]}} -{"id":"ec-meeting-2020-07-23-1651fd486d182e71a08871265a2579538b2a1dc4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-23 - Energy x Renewables Grid Initiative e.V."],"date":["2020-07-23"],"summary":["Skype meeting to discuss the implications of the Paris Agreement Compatible Scenario (PAC Scenario) and its relevance for EU planning"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-793038613858-32","ec-person-9c0f33ecb9f6badd5f4b5f1a4bd7677e18a52a22"]}} -{"id":"ec-meeting-2020-07-23-26c60502ce0387c13d9c8fc635d62468438df895","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-23 - Cabinet of Executive Vice-President Frans Timmermans x Housing Europe"],"date":["2020-07-23"],"summary":["National plans and European obstacles for renovation of social / affordable housing stocks"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - video conference"],"address":["Brussels - video conference"],"addressEntity":["addr-d7df553e47e69d1cc9f4189b36b7c867f80459b0"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-a282162080cef4ef2a8c0ab6247a3e03dc438507","eu-tr-794469327833-17"]}} -{"id":"ec-meeting-2020-07-23-40b8aafe599b7793e933f65a30e6519b63a2f4ed","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-23 - Cabinet of Executive Vice-President Valdis Dombrovskis x Huawei Technologies"],"date":["2020-07-23"],"summary":["The economic impact of Huawei in Europe; Supply chain disruptions during the Covid-19 pandemic; Cybersecurity in 5G networks; Circular electronics initiative; Standardization issues"],"notes":["Portfolio: An Economy that Works for People"],"location":["videocall"],"address":["videocall"],"addressEntity":["addr-da28e2e86c6d6c7a7b3f692a8c370aa1e8406cff"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["eu-tr-114467111412-38","ec-person-9e7bd1005456277f156b671d1555c6a460fb2f58"]}} -{"id":"ec-meeting-2020-07-23-4690c1b476857e786eeb9a16a5ccde0cee07899b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-23 - Cabinet of Commissioner Jutta Urpilainen x CONCORD Europe Wetlands International - European Association DSW (Deutsche Stiftung Weltbevoelkerung)"],"date":["2020-07-23"],"summary":["EU-Africa and CSO engagement"],"notes":["Portfolio: International Partnerships"],"location":["Teleconference"],"address":["Teleconference"],"addressEntity":["addr-a1b2e4eeecb1f46f3239fd2a390e2ec3f16bc2cb"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["eu-tr-073127814104-19","eu-tr-34478709670-34","eu-tr-32018754890-28","ec-person-b5a90dd5ba1c715a3e7923281f7a6ae9975796d8","ec-person-6357f4506ca5351b3a822936612fd6006da48722"]}} -{"id":"ec-meeting-2020-07-23-48cafc5be0e9705625d00ae518a9970973b63328","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-23 - Cabinet of Commissioner Janusz Wojciechowski x Confederazione Generale dell'Agricoltura Italiana"],"date":["2020-07-23"],"summary":["VTC Commissioner Wojciechowski and President Giansanti, Confagricoltura"],"notes":["Portfolio: Agriculture"],"location":["VTC"],"address":["VTC"],"addressEntity":["addr-9d1acaa772820b8ade84113d2da24716fe455be2"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["ec-person-c825a813205e5077cd48bbd241436daf1834fc9b","ec-person-08c62f972c22464aca7a65520eb9406f8db14a66","eu-tr-230456715590-19"]}} -{"id":"ec-meeting-2020-07-23-4cf47f42781aef3a87cab75f501ff4a9cbf31cd0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-23 - Cabinet of Commissioner Ylva Johansson x European Network Against Racism"],"date":["2020-07-23"],"summary":["European Commission action plan on anti-racism"],"notes":["Portfolio: Home Affairs"],"location":["VC meeting"],"address":["VC meeting"],"addressEntity":["addr-cd9a24155554dfef75d938fedc942c17aa6c4562"],"organizer":["ec-cabinet-commissioner-johansson-of-ylva"],"involved":["ec-person-981fc36acd82b2e49db83e43763b908c1a89ec0b","eu-tr-09854512780-89"]}} -{"id":"ec-meeting-2020-07-23-5415062201efc9e5a47e6c032a53bef7a043df2c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-23 - Cabinet of Commissioner Adina Vălean x MERMEC"],"date":["2020-07-23"],"summary":["Presentation meeting to prepare MERMEC event in April"],"notes":["Portfolio: Transport"],"location":["Conference all"],"address":["Conference all"],"addressEntity":["addr-e5a6dacee1ad2b2d7b3035a3b74473aa452134fb"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["eu-tr-048639339015-29","ec-person-6e21d867543ef3b910e746c319cb048abd054702","ec-person-267c5ab3ea5304fc6305ef321e214c9c1cd0f78e"]}} -{"id":"ec-meeting-2020-07-23-59ca6378ffd47fe5b85036ffe311f5fe37023cd3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-23 - Communications Networks, Content and Technology x Apple Inc."],"date":["2020-07-23"],"summary":["Covid-19 related issues"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-588327811384-96","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2020-07-23-6392234b811b70f4a89a6fa81d0aaf588a8646e5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-23 - Cabinet of Commissioner Janusz Wojciechowski x Bayer AG"],"date":["2020-07-23"],"summary":["Bayer to share their perspectives on the Green Deal and the measures already launched at the end of May."],"notes":["Portfolio: Agriculture"],"location":["videoconference"],"address":["videoconference"],"addressEntity":["addr-92b2fbb928e012810d80d9ef1abe12027beee200"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["eu-tr-3523776801-85","ec-person-cafe030b6dad78a75143f7552c420481b30ebceb","ec-person-90b64673ee7f4c1dae185fbd64b45f5c45f2b66d"]}} -{"id":"ec-meeting-2020-07-23-71e3dd99b9fe4cd6815df32263539d760174ce6e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-23 - Cabinet of Commissioner Phil Hogan x European Express Association"],"date":["2020-07-23"],"summary":["EU-UK future trade relations"],"location":["videoconference"],"address":["videoconference"],"addressEntity":["addr-92b2fbb928e012810d80d9ef1abe12027beee200"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-1894704851-83","ec-person-7d3caa534e5cdda6d5b949bd4b2def39356e3bec"]}} -{"id":"ec-meeting-2020-07-23-77ae5cbf8d1ab0a17d9d0d7c3707a86586370308","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-23 - Cabinet of Executive Vice-President Frans Timmermans x Platform P.O.P."],"date":["2020-07-23"],"summary":["Digital tools for tackling climate change"],"notes":["Portfolio: European Green Deal"],"location":["Phone call"],"address":["Phone call"],"addressEntity":["addr-cac056598c767cdeaa0f13cfe91d25988c24c698"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-d56ecbfde17436a136fc89c9a978b266e8285c84","eu-tr-157142439011-91"]}} -{"id":"ec-meeting-2020-07-23-95561cd89ef1d58206e88b909f71965c1c44dfd4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-23 - Cabinet of Executive Vice-President Frans Timmermans x Guidehouse Netherlands B.V."],"date":["2020-07-23"],"summary":["Hydrogen infrastructure"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - video conference"],"address":["Brussels - video conference"],"addressEntity":["addr-d7df553e47e69d1cc9f4189b36b7c867f80459b0"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-291658228603-85","ec-person-d53e00c46a4cc62bbf533e0c9bb35bacb9121989"]}} -{"id":"ec-meeting-2020-07-23-b9bc9d898132ea1edacb2bc3e1159e31df9d859e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-23 - Cabinet of Commissioner Virginijus Sinkevičius x None"],"date":["2020-07-23"],"summary":["To discuss the Chemicals Strategy for Sustainability, especially with relation with endocrine disruptors."],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["eu-tr-27053044762-72","eu-tr-15913213485-46","eu-tr-06798511314-27","eu-tr-00723343929-96","ec-person-dd7a7b1952e158f4195d34cff333ec79a4f48ba3","eu-tr-96645517357-19","ec-person-a58f1d06f5cb1d8dfd278e0c36d5aa1b9368b270","eu-tr-282761121111-78","eu-tr-001245815997-85"]}} -{"id":"ec-meeting-2020-07-23-c4d5d0bcb79d9d3534e78826fab26e9761a01040","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-23 - Cabinet of Vice-President Maroš Šefčovič x GLOBSEC"],"date":["2020-07-23"],"summary":["The energy sector in Central and Eastern Europe"],"notes":["Portfolio: Interinstitutional Relations and Foresight"],"location":["online"],"address":["online"],"addressEntity":["addr-2dbc2fd2358e1ea1b7a6bc08ea647b9a337ac92d"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-418d7a56c6e6d14aeb09d76e243d6fa583f7e549","eu-tr-903680223573-18","ec-person-1f95be23689cd4ed0a26fe2980f760ccf2d55c1e"]}} -{"id":"ec-meeting-2020-07-23-cc69e8bc5581e3b5b533af7c6325f756e1794ed5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-23 - Cabinet of Commissioner Virginijus Sinkevičius x Natural Mineral Waters Europe aisbl"],"date":["2020-07-23"],"summary":["Circular economy in beverage industry"],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["eu-tr-562370525222-50","ec-person-ef0f66e9880a22ea8d9657bd982daf9bd74838c1"]}} -{"id":"ec-meeting-2020-07-23-d1f7dc06a1071923a887af231ef0ced28a55ccc8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-23 - Climate Action x ENEL SpA"],"date":["2020-07-23"],"summary":["Sector decarbonisation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-clima"],"involved":["ec-person-9c5c685692a09a77f2bc8ae9c05663b87cd75aae","eu-tr-6256831207-27"]}} -{"id":"ec-meeting-2020-07-23-dc8c56cc9105ec1ca401507aa676318a7672b5d2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-23 - Cabinet of Vice-President Věra Jourová x Google TikTok Technology Ltd Meta Platforms Ireland Limited and its various subsidiaries (f/k/a Facebook Ireland Limited) Mozilla Corporation DOT Europe Twitter International Unlimited Company LinkedIn Ireland"],"date":["2020-07-23"],"summary":["Covid disinformation, EDAP"],"notes":["Portfolio: Values and Transparency"],"location":["videoconference"],"address":["videoconference"],"addressEntity":["addr-92b2fbb928e012810d80d9ef1abe12027beee200"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["eu-tr-394491614001-72","eu-tr-53905947933-43","eu-tr-430008722431-29","eu-tr-174457719063-67","eu-tr-165202837974-32","ec-person-bf54da17217bbddfd9c68fe24d88005ac17e2c4b","eu-tr-03181945560-59","eu-tr-28666427835-74"]}} -{"id":"ec-meeting-2020-07-23-e5f240247fada1d0c19bc2c8ec683745d33ce54c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-23 - Cabinet of President Ursula von der Leyen x Open Society European Policy Institute"],"date":["2020-07-23"],"summary":["Rule of Law"],"notes":["Portfolio: President"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["eu-tr-8557515321-37","ec-person-09e754ed16961925cf1fc45ca9d1622435166a87"]}} -{"id":"ec-meeting-2020-07-23-edb23b70765de3996146ad17b88bbac6c463bef9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-23 - Cabinet of Commissioner Phil Hogan x Bank of Ireland Group plc"],"date":["2020-07-23"],"summary":["Trade Policy Review"],"location":["Video Conference"],"address":["Video Conference"],"addressEntity":["addr-fd005d1da26cd3c9a734fbbadaf813e8115acdeb"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-a1a78365cc4685b0958056646204977d8f2ead92","eu-tr-181863430334-01"]}} -{"id":"ec-meeting-2020-07-23-f852bf506d5d0dbb1fae0333137ca60f02ab5b33","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-23 - Cabinet of Executive Vice-President Frans Timmermans x Tata Steel Nederland"],"date":["2020-07-23"],"summary":["Low Carbon Roadmap"],"notes":["Portfolio: European Green Deal"],"location":["video conference (Brussels)"],"address":["video conference (Brussels)"],"addressEntity":["addr-96d45bbb99f3da137b2243f11b529ed54662db90"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-08746491502-16","ec-person-9eafbf4a92961023c7df3ab389ae6d4301dec4bf","ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce"]}} -{"id":"ec-meeting-2020-07-24-110f9c9a8431cffc61b577e15e9f4840a42ddd55","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-24 - Cabinet of Executive Vice-President Frans Timmermans x McKinsey Global Institute"],"date":["2020-07-24"],"summary":["Green stimulus"],"notes":["Portfolio: European Green Deal"],"location":["video conference"],"address":["video conference"],"addressEntity":["addr-6dc12e3c97077db82f32184f24341ce370a445fd"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce","eu-tr-752385731275-18"]}} -{"id":"ec-meeting-2020-07-24-507cd4208f713554ab4a86237339f8cccd4cf8d5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-24 - Cabinet of Executive Vice-President Frans Timmermans x Corteva Agriscience International SARL"],"date":["2020-07-24"],"summary":["Sustainable food systems"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - video conference"],"address":["Brussels - video conference"],"addressEntity":["addr-d7df553e47e69d1cc9f4189b36b7c867f80459b0"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-448233735022-37","ec-person-33624431cbec1074e151c1707715ef46d2ba9565"]}} -{"id":"ec-meeting-2020-07-24-52bdc09f04730725e763f5de1cc3b04517a0c5ca","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-24 - Cabinet of Executive Vice-President Frans Timmermans x Samenwerkingsverband Noord-Nederland"],"date":["2020-07-24"],"summary":["Hydrogen"],"notes":["Portfolio: European Green Deal"],"location":["video conference (Brussels)"],"address":["video conference (Brussels)"],"addressEntity":["addr-96d45bbb99f3da137b2243f11b529ed54662db90"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-9eafbf4a92961023c7df3ab389ae6d4301dec4bf","ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce","eu-tr-470768235948-32"]}} -{"id":"ec-meeting-2020-07-24-561754ae95aea4084a805c83c30ae038b1ed6791","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-24 - Cabinet of Executive Vice-President Frans Timmermans x Damen Shipyards Group Shipyards' and Maritime Equipment Association of Europe"],"date":["2020-07-24"],"summary":["Green recovery opportunities for shipping"],"notes":["Portfolio: European Green Deal"],"location":["video call"],"address":["video call"],"addressEntity":["addr-12d8c530d76da0b7745f9c0f9285e7eec97adc55"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-d56ecbfde17436a136fc89c9a978b266e8285c84","eu-tr-777334028873-86","eu-tr-009214311424-03"]}} -{"id":"ec-meeting-2020-07-24-5e5c58a32430f2fa1d787ee175133fd8a94a0b4c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-24 - Cabinet of Vice-President Věra Jourová x European Digital Rights"],"date":["2020-07-24"],"summary":["Artificial Intelligence & biometrics"],"notes":["Portfolio: Values and Transparency"],"location":["videoconference"],"address":["videoconference"],"addressEntity":["addr-92b2fbb928e012810d80d9ef1abe12027beee200"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["eu-tr-16311905144-06","ec-person-bf54da17217bbddfd9c68fe24d88005ac17e2c4b"]}} -{"id":"ec-meeting-2020-07-24-c67ef8fd149d10a3ab992f95ca29da0b9af0d80d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-24 - Cabinet of Commissioner Jutta Urpilainen x CONCORD Europe"],"date":["2020-07-24"],"summary":["EU-ACP Negotiations"],"notes":["Portfolio: International Partnerships"],"location":["Teleconference"],"address":["Teleconference"],"addressEntity":["addr-a1b2e4eeecb1f46f3239fd2a390e2ec3f16bc2cb"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["eu-tr-34478709670-34","ec-person-7204caa5e704bc4a911fee13ad5c0f62fd74b3bc"]}} -{"id":"ec-meeting-2020-07-24-c9908e698a700dacdad5a0168e3d570573231c17","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-24 - Cabinet of Executive Vice-President Frans Timmermans x Erste Group Bank AG"],"date":["2020-07-24"],"summary":["Sustainable food systems"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - video conference"],"address":["Brussels - video conference"],"addressEntity":["addr-d7df553e47e69d1cc9f4189b36b7c867f80459b0"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-910859715397-14","ec-person-33624431cbec1074e151c1707715ef46d2ba9565"]}} -{"id":"ec-meeting-2020-07-26-b280b44a97827526d5a9f9824f5f36b626ea5e59","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-26 - Cabinet of Commissioner Adina Vălean x Rasmussen Global"],"date":["2020-07-26"],"summary":["ADAS/Mobileye follow-up"],"notes":["Portfolio: Transport"],"location":["Video call"],"address":["Video call"],"addressEntity":["addr-ad60f43c3b2e61f55f8d15d2bb303f6d11ac791b"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["ec-person-e5f1558cac43dd4f90847b508b6753edb0a9f903","eu-tr-923424020779-19"]}} -{"id":"ec-meeting-2020-07-27-23019cf18346292f05c1bc560474e23a5b84d270","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-27 - Cabinet of President Ursula von der Leyen x University College London The Club of Rome GLOBSEC Stichting European Climate Foundation HOLALUZ CLIDOM SA Potsdam-Institut für Klimafolgenforschung"],"date":["2020-07-27"],"summary":["High-Level Roundtable Discussion on The State of the Union in 2020 and the European Green Deal - [Via Webex]"],"notes":["Portfolio: President"],"location":["Brussels - Belgium"],"address":["Brussels - Belgium"],"addressEntity":["addr-85d514873c3b55c68206168e47e9d4fc69799cc8"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-a70a59f6ad1b3cbdb6b7d780429f7f940ad53fea","eu-tr-903680223573-18","ec-person-3aa9182192db15ad766441ee79ff9d4645c44f9d","ec-person-188c7b48d8d9f1d7fafbf84427c28332c9bed21e","eu-tr-64869491516-70","ec-person-66d141295841bdd2d0679d93aae62e07580fcee5","eu-tr-486035739157-46","ec-person-441e123ab2364af12f12e77aed674e894e6cdaeb","eu-tr-806327336072-56","ec-person-a159f03add374257584565c2b05cc5539a7526e6","eu-tr-735637118430-74","ec-person-856d40a366fb80b8149de2eb014689d155f43ee2","eu-tr-122063331075-91"]}} -{"id":"ec-meeting-2020-07-27-33308afd68718fbe09467be62ca3414eef34b86a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-27 - Task Force for Relations with the United Kingdom x EUROPEAN TRADE UNION CONFEDERATION"],"date":["2020-07-27"],"summary":["Meeting with the Task Force for Relations with the United Kingdom"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-uktf"],"involved":["ec-person-864cfa5fbc9b02a079ffbab1107f252c7bb08478","eu-tr-06698681039-26"]}} -{"id":"ec-meeting-2020-07-27-5ce010b06caa4538447589fb6bdd16ce2e2bde0d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-27 - Cabinet of Commissioner Kadri Simson x Europe's Independent Fuel Suppliers"],"date":["2020-07-27"],"summary":["European Green Deal; Renewables;Fuel Quality."],"notes":["Portfolio: Energy"],"location":["Video Conferencing"],"address":["Video Conferencing"],"addressEntity":["addr-e3b7413b2ac93be00b6bcff51fdc1374d67118bd"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["ec-person-9b7f5fe059e5b0b40e79e9170211aa2f02322fdb","eu-tr-42843016904-50"]}} -{"id":"ec-meeting-2020-07-27-690934db959a73645a3fdd28178de4d94c4c8e2f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-27 - Employment, Social Affairs and Inclusion x EUROPEAN TRADE UNION CONFEDERATION"],"date":["2020-07-27"],"summary":["EU economic and social governance"],"location":["videoconference"],"address":["videoconference"],"addressEntity":["addr-92b2fbb928e012810d80d9ef1abe12027beee200"],"organizer":["ec-dg-empl"],"involved":["eu-tr-06698681039-26","ec-person-dd259fce880e1853f0beb087443bce6e7dea70d7"]}} -{"id":"ec-meeting-2020-07-27-7611a549f7551c9812d5d588865d196ce897ab48","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-27 - Cabinet of Executive Vice-President Frans Timmermans x Stichting World Benchmarking Alliance Foundation"],"date":["2020-07-27"],"summary":["Benchmarking in the energy sector"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - video conference"],"address":["Brussels - video conference"],"addressEntity":["addr-d7df553e47e69d1cc9f4189b36b7c867f80459b0"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-d53e00c46a4cc62bbf533e0c9bb35bacb9121989","eu-tr-948456934701-68"]}} -{"id":"ec-meeting-2020-07-27-fbdfc92d99605d4221b84f5edf18ff137f63aef8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-27 - Cabinet of Commissioner Thierry Breton x Apple Inc."],"date":["2020-07-27"],"summary":["Apple ID for advertisers, DSA ex ante instrument"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-4d83416435f81b1f1e8f5c86aeebb1478577f1d2","eu-tr-588327811384-96"]}} -{"id":"ec-meeting-2020-07-28-180616968ea21120e019a4b49cbea5061f27c418","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-28 - Cabinet of Commissioner Didier Reynders x Google"],"date":["2020-07-28"],"summary":["content moderation"],"notes":["Portfolio: Justice"],"location":["video conference"],"address":["video conference"],"addressEntity":["addr-6dc12e3c97077db82f32184f24341ce370a445fd"],"organizer":["ec-cabinet-commissioner-didier-of-reynders"],"involved":["ec-person-442bf1ae9900b999673cdd7389224d0e21b67d4d","eu-tr-03181945560-59"]}} -{"id":"ec-meeting-2020-07-28-1e57b70e24b24d0abed77caae62833902f47d645","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-28 - Cabinet of President Ursula von der Leyen x Bundesdruckerei GmbH"],"date":["2020-07-28"],"summary":["Digital issues"],"notes":["Portfolio: President"],"location":["Brussels (video conference)"],"address":["Brussels (video conference)"],"addressEntity":["addr-1a77e12c05a39186f3ddab600c3e9e619c4822ef"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-7019713e72781afb1f3b19032c4752a314b78180","eu-tr-197184824639-83"]}} -{"id":"ec-meeting-2020-07-28-3e4a931c680f09bfe6cdbba7f0b676b4bee25349","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-28 - Cabinet of Executive Vice-President Valdis Dombrovskis x BASF SE"],"date":["2020-07-28"],"summary":["Presentation of the Value Balancing Alliance and BASF’s Value-to-Society accounting; Presentation of environmental accounting and its wider adoption in the industry; Revision of Non-Financial Reporting Directive"],"notes":["Portfolio: An Economy that Works for People"],"location":["videocall"],"address":["videocall"],"addressEntity":["addr-da28e2e86c6d6c7a7b3f692a8c370aa1e8406cff"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["eu-tr-7410939793-88","ec-person-9e7bd1005456277f156b671d1555c6a460fb2f58"]}} -{"id":"ec-meeting-2020-07-28-410aa3f6793e20f4ac800a09a13585e262469560","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-28 - Cabinet of Commissioner Janez Lenarčič x Climate Action Network Europe"],"date":["2020-07-28"],"summary":["Commission endorsement of 2030 Climate Target Plan"],"notes":["Portfolio: Crisis Management"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-janez-lenarcic-of"],"involved":["eu-tr-55888811123-49","ec-person-31e4e9c3126a9151de6a161e669faba028b1ffa6"]}} -{"id":"ec-meeting-2020-07-28-530604cde715031c8bc7d4257931b4e95669f97e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-28 - Cabinet of Commissioner Janusz Wojciechowski x Public Eye"],"date":["2020-07-28"],"summary":["An investigation about manufacture and export from the European Union of pesticides that are banned from use within the EU itself."],"notes":["Portfolio: Agriculture"],"location":["videoconference"],"address":["videoconference"],"addressEntity":["addr-92b2fbb928e012810d80d9ef1abe12027beee200"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["eu-tr-985292011111-44","ec-person-cafe030b6dad78a75143f7552c420481b30ebceb"]}} -{"id":"ec-meeting-2020-07-28-5d903e202528dca24e4fd9cf8409301f39cf03e4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-28 - Cabinet of Executive Vice-President Valdis Dombrovskis x JPMorgan Chase & Co."],"date":["2020-07-28"],"summary":["Multi-Financial Framework/Recovery Fund; COVID crisis; Capital Markets Union; Markets in Financial Instruments Directive; Impact of Brexit on financial services provision"],"notes":["Portfolio: An Economy that Works for People"],"location":["videocall"],"address":["videocall"],"addressEntity":["addr-da28e2e86c6d6c7a7b3f692a8c370aa1e8406cff"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-9e7bd1005456277f156b671d1555c6a460fb2f58","eu-tr-9171899949-17"]}} -{"id":"ec-meeting-2020-07-28-95768a18e79285db475fbdee2ce7e78b6ca634a3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-28 - Cabinet of Commissioner Johannes Hahn x Caritas Europa"],"date":["2020-07-28"],"summary":["MFF, support to civil society and NGOs"],"notes":["Portfolio: Budget and Administration"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hahn-johannes-of"],"involved":["ec-person-6dd3472dac004e43ec1fa4f5b4106e3b476c9ce7","eu-tr-6082564924-85"]}} -{"id":"ec-meeting-2020-07-28-a1a51f41741ced2622585a561a99c479834fad9d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-28 - Cabinet of President Ursula von der Leyen x None"],"date":["2020-07-28"],"summary":["High-Level Roundtable Discussion on The State of the Union in 2020 and EU's Global Engagement in a Covid-19 world - [Via Webex]"],"notes":["Portfolio: President"],"location":["Brussels - Belgium"],"address":["Brussels - Belgium"],"addressEntity":["addr-85d514873c3b55c68206168e47e9d4fc69799cc8"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["eu-tr-823171519707-31","eu-tr-742228039171-04","ec-person-856d40a366fb80b8149de2eb014689d155f43ee2","eu-tr-903680223573-18","eu-tr-332952939156-58","eu-tr-226893435371-77","eu-tr-688089718929-60","eu-tr-722154030862-55","ec-person-441e123ab2364af12f12e77aed674e894e6cdaeb","eu-tr-909187919366-18","ec-person-a15f450526451c70384a05ea9a3a7400ba2d3e7e","ec-person-a70a59f6ad1b3cbdb6b7d780429f7f940ad53fea","ec-person-7019713e72781afb1f3b19032c4752a314b78180","eu-tr-996789025151-11","eu-tr-524686116124-73","eu-tr-339569615567-89","eu-tr-363331923608-55","eu-tr-248751637333-26","ec-person-3aa9182192db15ad766441ee79ff9d4645c44f9d","ec-person-188c7b48d8d9f1d7fafbf84427c28332c9bed21e","ec-person-720675a46ddb073480cebd935adf45a9d5617718","ec-person-a159f03add374257584565c2b05cc5539a7526e6","eu-tr-740822239155-83","ec-person-c0d55f23e2e8f83429513774a100fd4e587bb36d"]}} -{"id":"ec-meeting-2020-07-28-fcacd88cd922f7289d1b6dac2b57ea8b338429bf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-28 - Cabinet of Executive Vice-President Frans Timmermans x SYSTEMIQ LIMITED"],"date":["2020-07-28"],"summary":["Sustainable food systems"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - video conference"],"address":["Brussels - video conference"],"addressEntity":["addr-d7df553e47e69d1cc9f4189b36b7c867f80459b0"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-33624431cbec1074e151c1707715ef46d2ba9565","eu-tr-538958337111-82"]}} -{"id":"ec-meeting-2020-07-29-0251dcff668ad6bcd5a4411815889accee345b10","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-29 - Cabinet of Commissioner Thierry Breton x Slack Technologies Inc"],"date":["2020-07-29"],"summary":["Gatekeepers"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-817094638811-67","ec-person-4d83416435f81b1f1e8f5c86aeebb1478577f1d2"]}} -{"id":"ec-meeting-2020-07-29-4fdb52ac2c88e1efd4d0fadc4613fc1a7f6e27a3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-29 - Cabinet of Commissioner Paolo Gentiloni x Flint Europe"],"date":["2020-07-29"],"summary":["Call on state of play and exchange of views on CBAM"],"notes":["Portfolio: Economy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gentiloni-of-paolo"],"involved":["ec-person-4b06e15bacabc2f754754fed3e75da338e88450b","eu-tr-718251720163-42"]}} -{"id":"ec-meeting-2020-07-29-bf46f7a25f33f572d0d258feb68a8d75b45fd652","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-29 - Cabinet of President Ursula von der Leyen x Standing Committee of European Doctors"],"date":["2020-07-29"],"summary":["Digital issues"],"notes":["Portfolio: President"],"location":["Brussels (video conference)"],"address":["Brussels (video conference)"],"addressEntity":["addr-1a77e12c05a39186f3ddab600c3e9e619c4822ef"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-7019713e72781afb1f3b19032c4752a314b78180","eu-tr-9276943405-41"]}} -{"id":"ec-meeting-2020-07-29-c0e45c0cb38559b44d6469df0e233c9663628ee9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-29 - Cabinet of President Ursula von der Leyen x Bundesverband IT-Sicherheit e.V. (TeleTrusT) Institut d'études politiques de Paris (Sciences Po) Notre Europe - Institut Jacques Delors / Notre Europe - Jacques Delors Institute European Policy Centre Hellenic Foundation for European and Foreign Policy Centre for European Policy Studies Hertie School Johann Wolfgang Goethe-Universität Frankfurt am Main Bruegel Universiteit Leiden European University Institute"],"date":["2020-07-29"],"summary":["Brainstorming Session on \"The State of the Union on 2020 and the Recovery of Europe's Economy\" [Via Webex]"],"notes":["Portfolio: President"],"location":["Brussels - Belgium"],"address":["Brussels - Belgium"],"addressEntity":["addr-85d514873c3b55c68206168e47e9d4fc69799cc8"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["eu-tr-810172132680-93","eu-tr-206201438220-85","eu-tr-06081633546-76","eu-tr-742228039171-04","ec-person-856d40a366fb80b8149de2eb014689d155f43ee2","eu-tr-726109217329-25","eu-tr-226893435371-77","eu-tr-458295331598-02","ec-person-a15f450526451c70384a05ea9a3a7400ba2d3e7e","eu-tr-500468931965-26","ec-person-a70a59f6ad1b3cbdb6b7d780429f7f940ad53fea","ec-person-7019713e72781afb1f3b19032c4752a314b78180","eu-tr-705450224079-05","eu-tr-10709328948-87","ec-person-3aa9182192db15ad766441ee79ff9d4645c44f9d","ec-person-188c7b48d8d9f1d7fafbf84427c28332c9bed21e","eu-tr-89632641000-47","ec-person-720675a46ddb073480cebd935adf45a9d5617718","ec-person-a159f03add374257584565c2b05cc5539a7526e6"]}} -{"id":"ec-meeting-2020-07-30-03a2d8e95b65e7b59fd17544075056041cce6bc4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-30 - Cabinet of Commissioner Janusz Wojciechowski x Tetra Pak Group"],"date":["2020-07-30"],"summary":["To present Tetra Pak’s vision on the Green Deal, food chain security and resilience post Covid-19."],"notes":["Portfolio: Agriculture"],"location":["videoconference"],"address":["videoconference"],"addressEntity":["addr-92b2fbb928e012810d80d9ef1abe12027beee200"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["ec-person-90b64673ee7f4c1dae185fbd64b45f5c45f2b66d","eu-tr-7574443768-34"]}} -{"id":"ec-meeting-2020-07-30-0f9249da62c042cdfd61ad1e468b80718c7cfa86","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-30 - Cabinet of Executive Vice-President Frans Timmermans x Barilla Center for Food & Nutrition Foundation"],"date":["2020-07-30"],"summary":["Sustainable food systems"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - video conference"],"address":["Brussels - video conference"],"addressEntity":["addr-d7df553e47e69d1cc9f4189b36b7c867f80459b0"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-79628483345-37","ec-person-33624431cbec1074e151c1707715ef46d2ba9565"]}} -{"id":"ec-meeting-2020-07-30-2faf6206b351c6236e263391130ff471a970e310","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-30 - Cabinet of Commissioner Ylva Johansson x University of Warwick"],"date":["2020-07-30"],"summary":["VTC: New Pact on Migration and Asylum"],"notes":["Portfolio: Home Affairs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-johansson-of-ylva"],"involved":["ec-person-1f14c98028fa6f9f43ee9cd5aef7ed77c30761a5","eu-tr-536909915836-27"]}} -{"id":"ec-meeting-2020-07-30-4636278f74ac442506b7f28eb0ec5070d1346760","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-30 - Cabinet of Commissioner Elisa Ferreira x Climate Action Network Europe"],"date":["2020-07-30"],"summary":["Virtual Meeting on European Commission's commitments under the European Green Deal and the 2030 climate target."],"notes":["Portfolio: Cohesion and Reforms"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-elisa-ferreira-of"],"involved":["eu-tr-55888811123-49","ec-person-1c49c531eceae287dd4a56ac52e8326c65fc2855"]}} -{"id":"ec-meeting-2020-07-30-5037e357c1fb69aa1a3b11844083e66d1dffd71c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-30 - Cabinet of Commissioner Thierry Breton x eu travel tech"],"date":["2020-07-30"],"summary":["DSA: ex ante gatekeeper proposal"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-4d83416435f81b1f1e8f5c86aeebb1478577f1d2","eu-tr-70614728635-77"]}} -{"id":"ec-meeting-2020-07-30-7dcdd06d1c81693bf55339dec1dc50fe08877ba4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-30 - Cabinet of President Ursula von der Leyen x Melissa: Network of Migrant Women in Greece Open Society European Policy Institute Democratic Society Københavns Universitet Rijksuniversiteit Groningen Business at OECD (BIAC) European Policy Centre European University Institute Carnegie Europe"],"date":["2020-07-30"],"summary":["Brainstorming Session on \"The State of the Union in 2020: Society and Democracy\" - [Via Webex]"],"notes":["Portfolio: President"],"location":["Brussels - Belgium"],"address":["Brussels - Belgium"],"addressEntity":["addr-85d514873c3b55c68206168e47e9d4fc69799cc8"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["eu-tr-413896028403-86","ec-person-66d141295841bdd2d0679d93aae62e07580fcee5","eu-tr-773248535875-05","eu-tr-742228039171-04","ec-person-856d40a366fb80b8149de2eb014689d155f43ee2","eu-tr-688089718929-60","ec-person-09e754ed16961925cf1fc45ca9d1622435166a87","eu-tr-8557515321-37","ec-person-a15f450526451c70384a05ea9a3a7400ba2d3e7e","ec-person-a70a59f6ad1b3cbdb6b7d780429f7f940ad53fea","ec-person-7019713e72781afb1f3b19032c4752a314b78180","ec-person-74461c5e9d74bc939ba426d5740d1097ac434132","eu-tr-645062929548-68","eu-tr-040869739141-53","ec-person-3aa9182192db15ad766441ee79ff9d4645c44f9d","ec-person-188c7b48d8d9f1d7fafbf84427c28332c9bed21e","eu-tr-89632641000-47","ec-person-720675a46ddb073480cebd935adf45a9d5617718","ec-person-a159f03add374257584565c2b05cc5539a7526e6","eu-tr-363805923029-87"]}} -{"id":"ec-meeting-2020-07-30-e8e29089b24072b387791bc7affa4ffacd56321f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-30 - Cabinet of Commissioner Phil Hogan x Carnegie Europe"],"date":["2020-07-30"],"summary":["WTO Reform, US China Relations, Covid-19"],"location":["Video Conference"],"address":["Video Conference"],"addressEntity":["addr-fd005d1da26cd3c9a734fbbadaf813e8115acdeb"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["ec-person-a1a78365cc4685b0958056646204977d8f2ead92","eu-tr-688089718929-60"]}} -{"id":"ec-meeting-2020-07-31-256e0b9b86d49bc3ea1eb27792090fae62f4d8e6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-31 - Cabinet of Commissioner Thierry Breton x AIM - European Brands Association"],"date":["2020-07-31"],"summary":["Digital services act"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-1074382679-01","ec-person-4d83416435f81b1f1e8f5c86aeebb1478577f1d2"]}} -{"id":"ec-meeting-2020-07-31-2eeaf88008ff62f6122d41f393e1ff702b20db08","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-31 - Cabinet of President Ursula von der Leyen x None"],"date":["2020-07-31"],"summary":["High-Level Roundtable Discussion on: \r\nResilience: How to better protect, prepare and transform the European Union? - [Via Webex]"],"notes":["Portfolio: President"],"location":["Brussels - Belgium"],"address":["Brussels - Belgium"],"addressEntity":["addr-85d514873c3b55c68206168e47e9d4fc69799cc8"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["eu-tr-621243638636-02","eu-tr-25487567824-45","ec-person-856d40a366fb80b8149de2eb014689d155f43ee2","eu-tr-164451038125-33","eu-tr-458295331598-02","eu-tr-764189838543-45","ec-person-a15f450526451c70384a05ea9a3a7400ba2d3e7e","ec-person-a70a59f6ad1b3cbdb6b7d780429f7f940ad53fea","ec-person-7019713e72781afb1f3b19032c4752a314b78180","ec-person-74461c5e9d74bc939ba426d5740d1097ac434132","eu-tr-339569615567-89","eu-tr-806327336072-56","eu-tr-992354120482-79","ec-person-3aa9182192db15ad766441ee79ff9d4645c44f9d","ec-person-188c7b48d8d9f1d7fafbf84427c28332c9bed21e","ec-person-720675a46ddb073480cebd935adf45a9d5617718","ec-person-a159f03add374257584565c2b05cc5539a7526e6","eu-tr-517719431140-01","eu-tr-871308739151-77"]}} -{"id":"ec-meeting-2020-07-31-c44458ead9a1c06df986917db133fc8eff4f6b3e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-31 - Cabinet of President Ursula von der Leyen x Mercator Institute for China Studies Katholieke Universiteit te Leuven Guardtime OÜ Allegro sp. z o.o. Prosus Rud Pedersen Public Affairs Brussels BASF SE World Economic Forum Factory.com Siemens AG"],"date":["2020-07-31"],"summary":["The State of the Union in 2020 - The Digital Transition at the core of Europe's Recovery - [Via Webex]"],"notes":["Portfolio: President"],"location":["Brussels - Belgium"],"address":["Brussels - Belgium"],"addressEntity":["addr-85d514873c3b55c68206168e47e9d4fc69799cc8"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["eu-tr-049060636194-17","ec-person-66d141295841bdd2d0679d93aae62e07580fcee5","eu-tr-7410939793-88","ec-person-856d40a366fb80b8149de2eb014689d155f43ee2","eu-tr-722154030862-55","ec-person-a15f450526451c70384a05ea9a3a7400ba2d3e7e","ec-person-a70a59f6ad1b3cbdb6b7d780429f7f940ad53fea","ec-person-7019713e72781afb1f3b19032c4752a314b78180","ec-person-74461c5e9d74bc939ba426d5740d1097ac434132","eu-tr-627929620538-61","eu-tr-432212429927-18","eu-tr-538700139202-70","ec-person-3aa9182192db15ad766441ee79ff9d4645c44f9d","eu-tr-891417815208-71","eu-tr-165838227131-07","eu-tr-611131527720-22","ec-person-720675a46ddb073480cebd935adf45a9d5617718","ec-person-a159f03add374257584565c2b05cc5539a7526e6","eu-tr-4266797770-31"]}} -{"id":"ec-meeting-2020-07-31-ff9c23cdbf18f5896fe5208de73ad7ae7a6821db","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-07-31 - Cabinet of Executive Vice-President Valdis Dombrovskis x Giesecke+Devrient"],"date":["2020-07-31"],"summary":["Video conference, brief exchange on digital finance strategy"],"notes":["Portfolio: An Economy that Works for People"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-f011ed0f7c78d833a79f1206f788e0cbd9cb8864","eu-tr-577628117137-07"]}} -{"id":"ec-meeting-2020-08-03-e7c3baea359ad564a72965ea84b82eb7e8ca30bb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-08-03 - Cabinet of Executive Vice-President Frans Timmermans x Bloomberg L.P."],"date":["2020-08-03"],"summary":["EU initiatives in the area of just transition"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - video conference"],"address":["Brussels - video conference"],"addressEntity":["addr-d7df553e47e69d1cc9f4189b36b7c867f80459b0"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-214140728444-40","ec-person-f8efd5ca1c3794aa2954d6b5f54ff94f015fba20","ec-person-d53e00c46a4cc62bbf533e0c9bb35bacb9121989"]}} -{"id":"ec-meeting-2020-08-04-96deba18c5f078a053e923dda7f8bea2dc0ff670","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-08-04 - Cabinet of Executive Vice-President Frans Timmermans x Stichting European Climate Foundation"],"date":["2020-08-04"],"summary":["Private finance and just transition"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - video conference"],"address":["Brussels - video conference"],"addressEntity":["addr-d7df553e47e69d1cc9f4189b36b7c867f80459b0"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-64869491516-70","ec-person-d53e00c46a4cc62bbf533e0c9bb35bacb9121989"]}} -{"id":"ec-meeting-2020-08-04-fb72c6d91c0ab3f5d059b96ba6b6af634a6d1f26","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-08-04 - Cabinet of Commissioner Janez Lenarčič x Voluntary Organisations in Cooperation in Emergencies"],"date":["2020-08-04"],"summary":["Humanitarian aid"],"notes":["Portfolio: Crisis Management"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-janez-lenarcic-of"],"involved":["eu-tr-47126711656-13","ec-person-31e4e9c3126a9151de6a161e669faba028b1ffa6"]}} -{"id":"ec-meeting-2020-08-06-98ad3307c69eecb6617c5359ddd4a9cccded58a0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-08-06 - Cabinet of Commissioner Ylva Johansson x International Chamber of Commerce"],"date":["2020-08-06"],"summary":["Presentation of an initiative to help opening up the economy through frictionless cross-border transport through an App allowing recognition of COVID-19 compliance."],"notes":["Portfolio: Home Affairs"],"location":["VTC"],"address":["VTC"],"addressEntity":["addr-9d1acaa772820b8ade84113d2da24716fe455be2"],"organizer":["ec-cabinet-commissioner-johansson-of-ylva"],"involved":["eu-tr-50674299591-83","ec-person-b54ba0be96a986a38bcd39d4f9db577e79171356"]}} -{"id":"ec-meeting-2020-08-09-f7f4a5758dbf379970bac7ea20dcac7f79cc05dd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-08-09 - Cabinet of Executive Vice-President Margrethe Vestager x EPPA SA"],"date":["2020-08-09"],"summary":["To discuss security markets"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-31367501249-92","ec-person-bb1f295d8be3d10004d7e5fd7c24248a21215775","ec-person-8b6db5c3c4611618ade59c6d0dadc21c962f0ee7"]}} -{"id":"ec-meeting-2020-08-10-4067e9bf87eec49ab4db25fee7bf954a4dda7521","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-08-10 - Cabinet of Executive Vice-President Frans Timmermans x Център за изследване на демокрацията / Center for the Study of Democracy"],"date":["2020-08-10"],"summary":["The European Green Deal"],"notes":["Portfolio: European Green Deal"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-15789364550-66","ec-person-f8efd5ca1c3794aa2954d6b5f54ff94f015fba20"]}} -{"id":"ec-meeting-2020-08-11-f81547a38acab29587e4d236762a4bc944107620","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-08-11 - Cabinet of President Ursula von der Leyen x Google"],"date":["2020-08-11"],"summary":["COVID-19 response (authoritative information, contact tracing, recovery); Digital Services Act; digital sovereignty; sustainability of online services; copyright implementation; health data & devices."],"notes":["Portfolio: President"],"location":["Brussels (video conference)"],"address":["Brussels (video conference)"],"addressEntity":["addr-1a77e12c05a39186f3ddab600c3e9e619c4822ef"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-7019713e72781afb1f3b19032c4752a314b78180","eu-tr-03181945560-59"]}} -{"id":"ec-meeting-2020-08-12-e27bbe8ed16c0c7e71253bdf745ddbeec2fd9a3b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-08-12 - Cabinet of President Ursula von der Leyen x Palo Alto Networks Inc."],"date":["2020-08-12"],"summary":["Cybersecurity, including NIS review, skills, sharing threat analysis; technological sovereignty"],"notes":["Portfolio: President"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-7019713e72781afb1f3b19032c4752a314b78180","eu-tr-263314723145-29"]}} -{"id":"ec-meeting-2020-08-12-ed7e96ee6abd22a4c82ac8c4895799358716477c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-08-12 - Cabinet of President Ursula von der Leyen x World Economic Forum"],"date":["2020-08-12"],"summary":["WEF's Digital Europe project; tech nological sovereignty; industry engagement; innovation ecosystems; digital skills; data sharing and exploitation."],"notes":["Portfolio: President"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-7019713e72781afb1f3b19032c4752a314b78180","eu-tr-049060636194-17"]}} -{"id":"ec-meeting-2020-08-13-a7775b93b685694dd3440944a7876927e9512a3b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-08-13 - Cabinet of Commissioner Thierry Breton x Europeana Foundation"],"date":["2020-08-13"],"summary":["Cultural heritage, COVID-19 impact and Europeana actions for tourism"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-770007812381-96","ec-person-5215bd372c5a1202399d77ecceb8c16de8d7d55c"]}} -{"id":"ec-meeting-2020-08-13-e41ea02c036e63b122733daf3f38453a42ef98dc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-08-13 - Cabinet of Commissioner Janez Lenarčič x The Advocacy Team LTD"],"date":["2020-08-13"],"summary":["Education"],"notes":["Portfolio: Crisis Management"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-janez-lenarcic-of"],"involved":["eu-tr-394755139264-32","ec-person-a4dfc52eb1bb167ae4f4d6e6651b867eaacee0cd"]}} -{"id":"ec-meeting-2020-08-17-0e08af60c3da5705626fc4862eba2be192461687","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-08-17 - Cabinet of Commissioner Elisa Ferreira x Movimento Cultural da Terra de Miranda"],"date":["2020-08-17"],"summary":["VC on presentation of the Terras de Miranda Cultural Manifesto"],"notes":["Portfolio: Cohesion and Reforms"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-elisa-ferreira-of"],"involved":["eu-tr-923672639203-14","ec-person-a5c1113ab46afbe441fe4db3d665f40e3f9b36e1"]}} -{"id":"ec-meeting-2020-08-18-427f3482248eb0dec44216e354bb8e053e17d838","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-08-18 - Cabinet of Commissioner Thierry Breton x INTERNATIONAL FEDERATION OF MUSICIANS International Federation of Actors Association of European Performers’ Organisations International Artist Organisation"],"date":["2020-08-18"],"summary":["Exchange on remuneration rights under the Copyright Directive and impact of the Covid crisis on artists and performers"],"notes":["Portfolio: Internal Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-24070646198-51","ec-person-5215bd372c5a1202399d77ecceb8c16de8d7d55c","eu-tr-69221462428-97","eu-tr-01953872943-65","eu-tr-490166825799-90"]}} -{"id":"ec-meeting-2020-08-18-80b6afcd55043a5dc18e570876de15faa6daf2c9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-08-18 - Cabinet of Commissioner Didier Reynders x Etn Fr Colruyt"],"date":["2020-08-18"],"summary":["Green Consumption Pledges"],"notes":["Portfolio: Justice"],"location":["video conferencing"],"address":["video conferencing"],"addressEntity":["addr-613317ccdf0c2bce8cb9f90df551697cd890eda7"],"organizer":["ec-cabinet-commissioner-didier-of-reynders"],"involved":["eu-tr-372966939885-95","ec-person-4cd0043747c40cfeaced5e4c68e43372cdb8dac9"]}} -{"id":"ec-meeting-2020-08-18-c8c2498e31c9c96a7196ae7719be749a8f6b031c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-08-18 - Task Force for Relations with the United Kingdom x European Fisheries Alliance"],"date":["2020-08-18"],"summary":["Meeting with the Task Force for Relations with the United Kingdom"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-uktf"],"involved":["ec-person-864cfa5fbc9b02a079ffbab1107f252c7bb08478","eu-tr-203165138219-11"]}} -{"id":"ec-meeting-2020-08-18-d3539639d4a4ee4981a437c71609351466ddded7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-08-18 - Cabinet of Commissioner Helena Dalli x Inclusion Europe aisbl."],"date":["2020-08-18"],"summary":["Exchange of views on disability-related issues including deinstitutionalisation"],"notes":["Portfolio: Equality"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-dalli-helena-of"],"involved":["eu-tr-452452824585-66","ec-person-750f95c6f949648cff9e460a362a85085c851faf"]}} -{"id":"ec-meeting-2020-08-18-e710f8f868ec3b739c338527ac8920fec3a2fe3d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-08-18 - Competition x AXA"],"date":["2020-08-18"],"summary":["Discussion on Risk finance guidelines"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-comp"],"involved":["ec-person-f257bc19c568ad25083c1c1e1651426245cefedf","eu-tr-36423781099-10"]}} -{"id":"ec-meeting-2020-08-19-15abd73a0b7fc8b61e00bd8c17843c60171da7b6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-08-19 - Cabinet of Vice-President Dubravka Šuica x ONE BABY!"],"date":["2020-08-19"],"summary":["Discussion on Demography Report and the Green Paper"],"notes":["Portfolio: Democracy and Demography"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dubravka-of-president-suica-vice"],"involved":["ec-person-bae2f44eb21285b37ecc9c7f2f42b4acb1f53264","eu-tr-588199139158-12"]}} -{"id":"ec-meeting-2020-08-19-5b4351fc8e9bd6180112809ddeae394fb50b52ea","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-08-19 - Cabinet of Executive Vice-President Frans Timmermans x European Sea Ports Organisation"],"date":["2020-08-19"],"summary":["Recovery in the waterborne sector"],"notes":["Portfolio: European Green Deal"],"location":["video call"],"address":["video call"],"addressEntity":["addr-12d8c530d76da0b7745f9c0f9285e7eec97adc55"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-01554483175-08","ec-person-d56ecbfde17436a136fc89c9a978b266e8285c84"]}} -{"id":"ec-meeting-2020-08-20-941c4102193e6c2bcf310ca060a103c5ca022341","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-08-20 - Cabinet of Commissioner Janez Lenarčič x Hope and Homes for Children Lumos Foundation"],"date":["2020-08-20"],"summary":["Protection of children"],"notes":["Portfolio: Crisis Management"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-janez-lenarcic-of"],"involved":["eu-tr-849607914394-57","eu-tr-035163533684-92","ec-person-a4dfc52eb1bb167ae4f4d6e6651b867eaacee0cd"]}} -{"id":"ec-meeting-2020-08-24-18a9a4a47bc5115ec305fa860cebe1671cc92516","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-08-24 - Cabinet of Executive Vice-President Frans Timmermans x Inland Navigation Europe European Federation of Inland Ports"],"date":["2020-08-24"],"summary":["Recovery in the waterborne sector"],"notes":["Portfolio: European Green Deal"],"location":["video call"],"address":["video call"],"addressEntity":["addr-12d8c530d76da0b7745f9c0f9285e7eec97adc55"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-1811573195-25","ec-person-d56ecbfde17436a136fc89c9a978b266e8285c84","eu-tr-41826153178-91"]}} -{"id":"ec-meeting-2020-08-24-35426c8736ec510556f20a32288d171e965bf4c9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-08-24 - Cabinet of Commissioner Thierry Breton x None"],"date":["2020-08-24"],"summary":["Impact of COVID-19 and recovery measures for the media and audiovisual ecosystem"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-95201401713-39","eu-tr-314741112399-87","eu-tr-626116910064-95","eu-tr-43245696854-79","ec-person-5215bd372c5a1202399d77ecceb8c16de8d7d55c","eu-tr-7013477846-25","eu-tr-359167112876-43","eu-tr-18574111503-28","eu-tr-29280842236-21","eu-tr-74301917747-65","eu-tr-639692318866-31","eu-tr-757797110981-25","eu-tr-27085111347-65","eu-tr-422544515758-37","eu-tr-332167817125-52","eu-tr-642670217507-74"]}} -{"id":"ec-meeting-2020-08-24-5f15f3f51d118a4705426d58322d9326d5132400","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-08-24 - Cabinet of Executive Vice-President Valdis Dombrovskis x Alipay (Europe) Limited S.A."],"date":["2020-08-24"],"summary":["EU retail payments strategy"],"notes":["Portfolio: An Economy that Works for People"],"location":["videocall"],"address":["videocall"],"addressEntity":["addr-da28e2e86c6d6c7a7b3f692a8c370aa1e8406cff"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-235870cd7eb41f2494f695fce18b5b5b88647113","eu-tr-127713636440-67"]}} -{"id":"ec-meeting-2020-08-24-6227748832ff996479040d02c85e7f9e1d469d78","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-08-24 - Cabinet of Executive Vice-President Valdis Dombrovskis x Insurance Europe"],"date":["2020-08-24"],"summary":["Packaged Retail and Insurance based investment products regulation"],"notes":["Portfolio: An Economy that Works for People"],"location":["videocall"],"address":["videocall"],"addressEntity":["addr-da28e2e86c6d6c7a7b3f692a8c370aa1e8406cff"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-235870cd7eb41f2494f695fce18b5b5b88647113","eu-tr-33213703459-54"]}} -{"id":"ec-meeting-2020-08-24-a7170251fdd1bc824219db2dd2dbe751e8fef243","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-08-24 - Cabinet of Commissioner Janez Lenarčič x Norwegian Refugee Council Europe"],"date":["2020-08-24"],"summary":["Consultation on strategic review of Norwegian Refugee Council"],"notes":["Portfolio: Crisis Management"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-janez-lenarcic-of"],"involved":["eu-tr-750447615329-96","ec-person-a6cd325c80698b2331699224c780ebfb10573602"]}} -{"id":"ec-meeting-2020-08-25-2a407bd9cf8998acd58d2e1336425f7a20a953ae","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-08-25 - Cabinet of Executive Vice-President Frans Timmermans x Damen Shipyards Group"],"date":["2020-08-25"],"summary":["Recovery in the waterborne sector"],"notes":["Portfolio: European Green Deal"],"location":["video call"],"address":["video call"],"addressEntity":["addr-12d8c530d76da0b7745f9c0f9285e7eec97adc55"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-d56ecbfde17436a136fc89c9a978b266e8285c84","eu-tr-777334028873-86"]}} -{"id":"ec-meeting-2020-08-25-37d31f217ccac998e230634cc01763a056c945e9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-08-25 - Cabinet of Commissioner Thierry Breton x Global Infrastructure Investor Association"],"date":["2020-08-25"],"summary":["Infrastructure investment; COVID-19 and impact on sustainable and digital"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-246069829906-88","ec-person-5215bd372c5a1202399d77ecceb8c16de8d7d55c"]}} -{"id":"ec-meeting-2020-08-25-674ab8ff63b2db522ba547169c32111c520c9aca","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-08-25 - Cabinet of Executive Vice-President Frans Timmermans x Knauf Energy Solutions"],"date":["2020-08-25"],"summary":["Renovation wave"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - video conference"],"address":["Brussels - video conference"],"addressEntity":["addr-d7df553e47e69d1cc9f4189b36b7c867f80459b0"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-a282162080cef4ef2a8c0ab6247a3e03dc438507","eu-tr-619792037234-03"]}} -{"id":"ec-meeting-2020-08-25-6a10299329d5a9847d02b3ca8de2457e67640eb2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-08-25 - Cabinet of Commissioner Adina Vălean x TotalEnergies SE"],"date":["2020-08-25"],"summary":["Meeting with Mr Laurent Maurel, Vice President European Public Affairs Total"],"notes":["Portfolio: Transport"],"location":["Video-Call"],"address":["Video-Call"],"addressEntity":["addr-b72a6588bc09c55a71aae3699fd03cfa69463bb5"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["eu-tr-1849405799-88","ec-person-e5f1558cac43dd4f90847b508b6753edb0a9f903"]}} -{"id":"ec-meeting-2020-08-25-a8eee02142611b08fc85d7680904e36e394dd1fc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-08-25 - Cabinet of Vice-President Dubravka Šuica x Katholieke Universiteit te Leuven"],"date":["2020-08-25"],"summary":["Conference on the Future of Europe"],"notes":["Portfolio: Democracy and Demography"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-dubravka-of-president-suica-vice"],"involved":["ec-person-e38d9f76fd8b368ff0a9e724d2cd3da76124d857","eu-tr-627929620538-61"]}} -{"id":"ec-meeting-2020-08-25-cd8902e310e863d13601f12501b33b7eb1b7d64c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-08-25 - Cabinet of Executive Vice-President Margrethe Vestager x European Federation of Nurses Associations"],"date":["2020-08-25"],"summary":["Lessons learned from the Covid-19 pandemic si digitalisation of health care"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-3da433aae105b13fe027e9c9b3dcac2c97029370","eu-tr-87872442953-08"]}} -{"id":"ec-meeting-2020-08-26-00f414c82317e531f31b8637906d996629cb5e26","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-08-26 - Cabinet of Executive Vice-President Valdis Dombrovskis x BVI Bundesverband Investment und Asset Management e.V."],"date":["2020-08-26"],"summary":["Sustainable finance, review of the Alternative Investment Fund Managers Directive, Regulation on Packaged Retail and Insurance-based investment products"],"notes":["Portfolio: An Economy that Works for People"],"location":["videocall"],"address":["videocall"],"addressEntity":["addr-da28e2e86c6d6c7a7b3f692a8c370aa1e8406cff"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-235870cd7eb41f2494f695fce18b5b5b88647113","eu-tr-96816064173-47"]}} -{"id":"ec-meeting-2020-08-26-08553f41c4723291f77f439b46db1d2acfe64642","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-08-26 - Cabinet of Vice-President Dubravka Šuica x World Economic Forum"],"date":["2020-08-26"],"summary":["Online meeting on the topics of ageing, demographic change, Conference on the Future of Europe, work of the World Economic Forum"],"notes":["Portfolio: Democracy and Demography"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dubravka-of-president-suica-vice"],"involved":["eu-tr-049060636194-17","ec-person-bae2f44eb21285b37ecc9c7f2f42b4acb1f53264"]}} -{"id":"ec-meeting-2020-08-26-0c89fc16016f14ab130626c9ac43d96c516d5b5a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-08-26 - Cabinet of Commissioner Jutta Urpilainen x WaterAid"],"date":["2020-08-26"],"summary":["Discussion on WASH"],"notes":["Portfolio: International Partnerships"],"location":["Teleconference"],"address":["Teleconference"],"addressEntity":["addr-a1b2e4eeecb1f46f3239fd2a390e2ec3f16bc2cb"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["eu-tr-48655305058-87","ec-person-6357f4506ca5351b3a822936612fd6006da48722"]}} -{"id":"ec-meeting-2020-08-26-6cf1e0295802d2b4f5ccac5e87a6bd90ee5651d9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-08-26 - Cabinet of Executive Vice-President Frans Timmermans x Zero Waste Europe"],"date":["2020-08-26"],"summary":["Circular economy, reuse and single-use plastics"],"notes":["Portfolio: European Green Deal"],"location":["VC"],"address":["VC"],"addressEntity":["addr-d6788b0715b89d9781e90f4df364ac624d78e439"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-47806848200-34","ec-person-8af3c81534786a740718d21dc58240738a53ed7b"]}} -{"id":"ec-meeting-2020-08-26-a8bde82fc696750d6b046b5db41dff0a81102245","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-08-26 - Cabinet of Executive Vice-President Valdis Dombrovskis x American Chamber of Commerce to the European Union"],"date":["2020-08-26"],"summary":["sustainable finance"],"notes":["Portfolio: An Economy that Works for People"],"location":["videocall"],"address":["videocall"],"addressEntity":["addr-da28e2e86c6d6c7a7b3f692a8c370aa1e8406cff"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-235870cd7eb41f2494f695fce18b5b5b88647113","eu-tr-5265780509-97"]}} -{"id":"ec-meeting-2020-08-26-ba61efcfb5e3fdfe4dfea551e63331a6f3fbb6da","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-08-26 - Cabinet of Executive Vice-President Frans Timmermans x Ocean Energy Europe"],"date":["2020-08-26"],"summary":["Offshore energy"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - video conference"],"address":["Brussels - video conference"],"addressEntity":["addr-d7df553e47e69d1cc9f4189b36b7c867f80459b0"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-a282162080cef4ef2a8c0ab6247a3e03dc438507","eu-tr-264048311507-68"]}} -{"id":"ec-meeting-2020-08-27-0d713cbf30177a42909439f3a3dd6a39d28a6f92","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-08-27 - Communications Networks, Content and Technology x trivago N.V."],"date":["2020-08-27"],"summary":["Patronage vouchers"],"location":["virtual meeting"],"address":["virtual meeting"],"addressEntity":["addr-225c82a032511500bff73b3efe0d857849613fd9"],"organizer":["ec-dg-connect"],"involved":["eu-tr-194701439441-91","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2020-08-27-629c3ca4a59584457702d7773b0edad5fbe5dc11","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-08-27 - Cabinet of Commissioner Thierry Breton x FONDATION pour la PROSPECTIVE ET l'INNOVATION"],"date":["2020-08-27"],"summary":["Speech \"Les nouveaux déséquilibres du monde\""],"notes":["Portfolio: Internal Market"],"location":["Video conference"],"address":["Video conference"],"addressEntity":["addr-ebc9fd5c2f372a32153cf3f4d5fb918a96b84a88"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-947443539305-01","ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0"]}} -{"id":"ec-meeting-2020-08-27-7020d2efeb6576eaed32b5b146230d955ac6760f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-08-27 - Communications Networks, Content and Technology x Expedia Group"],"date":["2020-08-27"],"summary":["Patronage vouchers"],"location":["virtual meeting"],"address":["virtual meeting"],"addressEntity":["addr-225c82a032511500bff73b3efe0d857849613fd9"],"organizer":["ec-dg-connect"],"involved":["ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f","eu-tr-310742426359-07"]}} -{"id":"ec-meeting-2020-08-27-7ca943d0e3ad5d2d0e2cba40b6ade8e615697427","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-08-27 - Communications Networks, Content and Technology x Mastercard Europe"],"date":["2020-08-27"],"summary":["Patronage vouchers"],"location":["virtual meeting"],"address":["virtual meeting"],"addressEntity":["addr-225c82a032511500bff73b3efe0d857849613fd9"],"organizer":["ec-dg-connect"],"involved":["ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f","eu-tr-58204758673-16"]}} -{"id":"ec-meeting-2020-08-27-7fa5882cf5abccd928e051fc24151ae484d593a7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-08-27 - Communications Networks, Content and Technology x American Express Corporation"],"date":["2020-08-27"],"summary":["Patronage vouchers"],"location":["Virtual meeting"],"address":["Virtual meeting"],"addressEntity":["addr-1f1f3f51a4da31a1ea5c1b4b21cbf52ad983224f"],"organizer":["ec-dg-connect"],"involved":["eu-tr-671547715580-60","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2020-08-27-83ba6505549850ca09756f6e2da8facc3ebc8488","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-08-27 - Communications Networks, Content and Technology x EDENRED"],"date":["2020-08-27"],"summary":["Patronage vouchers"],"location":["virtual meeting"],"address":["virtual meeting"],"addressEntity":["addr-225c82a032511500bff73b3efe0d857849613fd9"],"organizer":["ec-dg-connect"],"involved":["eu-tr-73495934859-01","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2020-08-27-85c1e673fe28395ad115a4e0175934622c971a28","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-08-27 - Cabinet of Commissioner Elisa Ferreira x Water Europe"],"date":["2020-08-27"],"summary":["Discussion on the ways stakeholders representing the water protecting and saving organisations can influence policy choices"],"notes":["Portfolio: Cohesion and Reforms"],"location":["Brussels VC"],"address":["Brussels VC"],"addressEntity":["addr-4ac76738c38bf8453e352e36610516d3b358f70e"],"organizer":["ec-cabinet-commissioner-elisa-ferreira-of"],"involved":["ec-person-1c49c531eceae287dd4a56ac52e8326c65fc2855","eu-tr-43176485302-45"]}} -{"id":"ec-meeting-2020-08-27-997be4cca4c0279f736a1525886ee1b0c7d1ccf6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-08-27 - Cabinet of Commissioner Elisa Ferreira x Estrutura para Implementação do Gabinete de Representação da Região Autónoma dos Açores"],"date":["2020-08-27"],"summary":["Presentation of their offices in Brussels"],"notes":["Portfolio: Cohesion and Reforms"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-elisa-ferreira-of"],"involved":["eu-tr-193193731533-21","ec-person-6aefca8f66cd57549e22428bee7f0d2c97d16f52"]}} -{"id":"ec-meeting-2020-08-27-b1aeddff1a0d9438dbeafd2956e0bf2459d7e336","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-08-27 - Communications Networks, Content and Technology x Stripe, Inc."],"date":["2020-08-27"],"summary":["Patronage vouchers"],"location":["virtual meeting"],"address":["virtual meeting"],"addressEntity":["addr-225c82a032511500bff73b3efe0d857849613fd9"],"organizer":["ec-dg-connect"],"involved":["eu-tr-389356530261-76","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2020-08-27-eb96741999224c36184b163dd02357051173f40f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-08-27 - Communications Networks, Content and Technology x Booking.com B.V."],"date":["2020-08-27"],"summary":["Patronage vouchers"],"location":["virtual meeting"],"address":["virtual meeting"],"addressEntity":["addr-225c82a032511500bff73b3efe0d857849613fd9"],"organizer":["ec-dg-connect"],"involved":["eu-tr-146537115285-34","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2020-08-28-a2bffaa6c85fc752c47f9f11b582ea2445f6d3ff","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-08-28 - Cabinet of Executive Vice-President Frans Timmermans x Conféderation Européenne des Propriétaires Forestiers"],"date":["2020-08-28"],"summary":["EU biodiversity and forest policies"],"notes":["Portfolio: European Green Deal"],"location":["VC"],"address":["VC"],"addressEntity":["addr-d6788b0715b89d9781e90f4df364ac624d78e439"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-3647455667-08","ec-person-8af3c81534786a740718d21dc58240738a53ed7b"]}} -{"id":"ec-meeting-2020-08-31-5eebfd7a9219b849f485be949239831b61868085","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-08-31 - Cabinet of Vice-President Dubravka Šuica x Médecins Sans Frontières International"],"date":["2020-08-31"],"summary":["Green Paper on Ageing\r\nRights and autonomy of the elderly \r\nSituation in care homes for elderly during the COVID-19 pandemic"],"notes":["Portfolio: Democracy and Demography"],"location":["Brussels / online"],"address":["Brussels / online"],"addressEntity":["addr-ed5bacbef8dec3b5432f9f08fde1371aee3acb5e"],"organizer":["ec-cabinet-dubravka-of-president-suica-vice"],"involved":["ec-person-bae2f44eb21285b37ecc9c7f2f42b4acb1f53264","eu-tr-928308827208-10"]}} -{"id":"ec-meeting-2020-08-31-bbbb3c26c36de01871d6c8a40ca6bedf19f063a3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-08-31 - Internal Market, Industry, Entrepreneurship and SMEs x European Telecommunications Standards Institute"],"date":["2020-08-31"],"summary":["Discuss SEP as a continuation of meeting on 1 July"],"location":["Brussels - online"],"address":["Brussels - online"],"addressEntity":["addr-1ffdd7e64e61e5fe99e20ed62074fe2ad1a1b799"],"organizer":["ec-dg-grow"],"involved":["ec-person-0151c7e554d188fffc509ad636b7d1a84c5dfcd5","eu-tr-474710916419-15"]}} -{"id":"ec-meeting-2020-09-01-346bedcbb9f88e861fdb2d2d81cf9ef2595ed97c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-01 - Cabinet of Commissioner Nicolas Schmit x BUSINESSEUROPE"],"date":["2020-09-01"],"summary":["Phone call on the end of the second phase social partners consultation on minimum wage."],"notes":["Portfolio: Jobs and Social Rights"],"location":["Phone call"],"address":["Phone call"],"addressEntity":["addr-cac056598c767cdeaa0f13cfe91d25988c24c698"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["eu-tr-3978240953-79","ec-person-c03b949331dbbe5fa3d5423758e371ec1b9b832f"]}} -{"id":"ec-meeting-2020-09-01-397b830e35c1fd5c6ae84ba87af99a6727cbf2fe","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-01 - Cabinet of President Ursula von der Leyen x Potsdam-Institut für Klimafolgenforschung"],"date":["2020-09-01"],"summary":["Videoconference with former director of the Potsdam Institute for Climate Impact Research (PIK)"],"notes":["Portfolio: President"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-a2ac27c3a7aa93937efc47169c1dc2264a822175","eu-tr-735637118430-74"]}} -{"id":"ec-meeting-2020-09-01-3d297aaf784a59af119b4ce11d7b762ed0be525f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-01 - Cabinet of Executive Vice-President Margrethe Vestager x Mobility as a Service Alliance"],"date":["2020-09-01"],"summary":["To discuss EU data strategy"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-140593628433-52","ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0"]}} -{"id":"ec-meeting-2020-09-01-6cdd47ccfa3239031ec515b7c3f7f77a56af6d74","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-01 - Cabinet of Commissioner Paolo Gentiloni x Deutsche Bank AG"],"date":["2020-09-01"],"summary":["EU Recovery CMU Finance"],"notes":["Portfolio: Economy"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-gentiloni-of-paolo"],"involved":["eu-tr-271912611231-56","ec-person-8da36db391ed53f362d495cd564ba8b45c7003e1"]}} -{"id":"ec-meeting-2020-09-01-6d18efc421dd47269a4be32a9a3f6953fe992e53","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-01 - Cabinet of Commissioner Johannes Hahn x Civil Society Europe"],"date":["2020-09-01"],"summary":["VTC - Discussion on Europe's Recovery Plan due to COVID-19"],"notes":["Portfolio: Budget and Administration"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hahn-johannes-of"],"involved":["ec-person-2c80606be696f31ebe1aa5792ddd7736e4674226","eu-tr-520775919740-63"]}} -{"id":"ec-meeting-2020-09-01-a0f054df13befdc2c86ed479f81192010d54427d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-01 - Cabinet of Executive Vice-President Frans Timmermans x Association of the European Heating Industry"],"date":["2020-09-01"],"summary":["Renovation wave"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - video conference"],"address":["Brussels - video conference"],"addressEntity":["addr-d7df553e47e69d1cc9f4189b36b7c867f80459b0"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-a282162080cef4ef2a8c0ab6247a3e03dc438507","eu-tr-95685068542-71"]}} -{"id":"ec-meeting-2020-09-01-a5391d01028bde543d7030cc5b5f0b781c957267","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-01 - Cabinet of Vice-President Dubravka Šuica x Active Assisted Living Programme"],"date":["2020-09-01"],"summary":["Webinar on Report on the Impact of Demographic Change; Green Paper on Ageing; Long-term vision for rural areas"],"notes":["Portfolio: Democracy and Demography"],"location":["Brussels/online"],"address":["Brussels/online"],"addressEntity":["addr-24165ed0abdaab35e78da0941eb9a65a9b17371d"],"organizer":["ec-cabinet-dubravka-of-president-suica-vice"],"involved":["ec-person-bae2f44eb21285b37ecc9c7f2f42b4acb1f53264","ec-person-3fde0db8d8834e47db2b7c32ce5c469b66548f1b","eu-tr-009845436772-88"]}} -{"id":"ec-meeting-2020-09-02-1243400dc3873a5b509bc4ea293be3a498f1b08e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-02 - Cabinet of Vice-President Věra Jourová x Microsoft Corporation"],"date":["2020-09-02"],"summary":["Disinformation"],"notes":["Portfolio: Values and Transparency"],"location":["videoconference"],"address":["videoconference"],"addressEntity":["addr-92b2fbb928e012810d80d9ef1abe12027beee200"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["eu-tr-0801162959-21","ec-person-221276f2dfa4b8fe628f08e982d967b6aeb61c57"]}} -{"id":"ec-meeting-2020-09-02-39f9dcb891f3c209ae46c7f163fd726c4f1f2bad","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-02 - Cabinet of Commissioner Adina Vălean x EUROPEAN RAIL INFRASTRUCTURE MANAGERS"],"date":["2020-09-02"],"summary":["Meeting to discuss RAIL"],"notes":["Portfolio: Transport"],"location":["Audio Conference"],"address":["Audio Conference"],"addressEntity":["addr-3cea2b8634ec09fd18d03cf81627eb1a7eda8e4b"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["ec-person-fc3be846753d8ee60758ebedb7309dcf08aea52e","eu-tr-531034421340-14","ec-person-6e21d867543ef3b910e746c319cb048abd054702"]}} -{"id":"ec-meeting-2020-09-02-3ddc5ccf94e61793f327620530cfcc621c43d701","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-02 - Cabinet of Executive Vice-President Margrethe Vestager x Fair Trials"],"date":["2020-09-02"],"summary":["AI in criminal justice discussion"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0","eu-tr-302540016347-29"]}} -{"id":"ec-meeting-2020-09-02-5af19c9d1419161c94ab9b4258bef4a7dd233e91","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-02 - Cabinet of Executive Vice-President Frans Timmermans x European Policy Centre"],"date":["2020-09-02"],"summary":["Discussion on Digital for Sustainability"],"notes":["Portfolio: European Green Deal"],"location":["video call"],"address":["video call"],"addressEntity":["addr-12d8c530d76da0b7745f9c0f9285e7eec97adc55"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-89632641000-47","ec-person-d56ecbfde17436a136fc89c9a978b266e8285c84"]}} -{"id":"ec-meeting-2020-09-02-6425ab1cc5e6a572cc46fa1f976efbea4de22240","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-02 - Cabinet of Commissioner Didier Reynders x The German Marshall Fund of the United States - The Transatlantic Foundation"],"date":["2020-09-02"],"summary":["data protection \r\nGDPR"],"notes":["Portfolio: Justice"],"location":["Video conference"],"address":["Video conference"],"addressEntity":["addr-ebc9fd5c2f372a32153cf3f4d5fb918a96b84a88"],"organizer":["ec-cabinet-commissioner-didier-of-reynders"],"involved":["ec-person-442bf1ae9900b999673cdd7389224d0e21b67d4d","eu-tr-823171519707-31"]}} -{"id":"ec-meeting-2020-09-02-68d5962d73f6e39bd38d73d0681459d149a424ff","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-02 - Cabinet of Commissioner Stella Kyriakides x The ADM Capital Foundation Limited"],"date":["2020-09-02"],"summary":["VC Meeting on the Global Initiative to End Wildlife Crime"],"notes":["Portfolio: Health"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-kyriakides-of-stella"],"involved":["eu-tr-135084038966-26","ec-person-081d99a6f9ed1259db43e2cbcba20275774511b2"]}} -{"id":"ec-meeting-2020-09-02-97f6b0f0fa0836bbae48da1819e1fd671cf6dc59","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-02 - Cabinet of Commissioner Nicolas Schmit x Association des Banques et Banquiers, Luxembourg"],"date":["2020-09-02"],"summary":["Tour d’horizon de l’actualité européenne et situation de l’emploi dans le secteur financier luxembourgeois"],"notes":["Portfolio: Jobs and Social Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-935314e38d735654cae8ee61313a3d73439b242d","eu-tr-3505006282-58"]}} -{"id":"ec-meeting-2020-09-02-a6cbdb68a6ee63bf043a10d9479d3eccbbf58b20","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-02 - Cabinet of Executive Vice-President Frans Timmermans x The ADM Capital Foundation Limited"],"date":["2020-09-02"],"summary":["EU 2030 Biodiversity Strategy, recovery and wildlife trade"],"notes":["Portfolio: European Green Deal"],"location":["VC"],"address":["VC"],"addressEntity":["addr-d6788b0715b89d9781e90f4df364ac624d78e439"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-135084038966-26","ec-person-8af3c81534786a740718d21dc58240738a53ed7b"]}} -{"id":"ec-meeting-2020-09-02-adddb10d02ced57d265421a0d6ab40a7b222c0ff","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-02 - Cabinet of Commissioner Stella Kyriakides x Comité Lapin Interprofessionnel pour la Promotion des Produits"],"date":["2020-09-02"],"summary":["VC meeting - exchange of views on origin labelling and animal welfare under F2F"],"notes":["Portfolio: Health"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-kyriakides-of-stella"],"involved":["ec-person-a14d25733c53171d0aa91b49f8fa6d0c83e15a17","ec-person-ecf9f9e978b833afc98ee022572d468f0dc9a352","eu-tr-706042638351-01"]}} -{"id":"ec-meeting-2020-09-02-b53a6286a2a310c99b205f05ba9da683916b3e6c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-02 - Cabinet of Vice-President Věra Jourová x EUROPE'S MEDIALAB (Fondation EURACTIV)"],"date":["2020-09-02"],"summary":["European Democracy Action Plan"],"notes":["Portfolio: Values and Transparency"],"location":["videoconference"],"address":["videoconference"],"addressEntity":["addr-92b2fbb928e012810d80d9ef1abe12027beee200"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["ec-person-aa83f35da599b82e4f15da018f4b3447eb648f7c","eu-tr-485832526193-89"]}} -{"id":"ec-meeting-2020-09-02-d1d0624c73ca583ebad8db7b723f7ff8f359c0fa","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-02 - Cabinet of Commissioner Jutta Urpilainen x The ADM Capital Foundation Limited"],"date":["2020-09-02"],"summary":["The Global Initiative to End Wildlife Crime. It was a Videoconference organized by CAB Timmermans."],"notes":["Portfolio: International Partnerships"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["ec-person-e29b72fe81d25796214b1c5915c52a124f06cd9d","eu-tr-135084038966-26"]}} -{"id":"ec-meeting-2020-09-02-fb72c6d91c0ab3f5d059b96ba6b6af634a6d1f26","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-02 - Cabinet of Commissioner Janez Lenarčič x Voluntary Organisations in Cooperation in Emergencies"],"date":["2020-09-02"],"summary":["Humanitarian aid"],"notes":["Portfolio: Crisis Management"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-janez-lenarcic-of"],"involved":["eu-tr-47126711656-13","ec-person-a6cd325c80698b2331699224c780ebfb10573602"]}} -{"id":"ec-meeting-2020-09-03-13361a19f0ad7fc0650069d51360211e309dd05a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-03 - Cabinet of Commissioner Thierry Breton x OHB"],"date":["2020-09-03"],"summary":["EU space policy"],"notes":["Portfolio: Internal Market"],"location":["Videoconference Brussels"],"address":["Videoconference Brussels"],"addressEntity":["addr-dd07a9d55126dd4563305e4abb56ff22a08686b9"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-e18e6e300776f5f47ca4c72c1ba1b0d0eb1e71fe","ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","eu-tr-648584214179-94","ec-person-b077a2e9f0fdb3b8f6e91d0bd0b256db9e40ce46"]}} -{"id":"ec-meeting-2020-09-03-19236088b0b12a94778de5820fbfeeeb4ee46e96","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-03 - Communication x ZN"],"date":["2020-09-03"],"summary":["Exchange on Communication Challenges and Trends"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-dg-comm"],"involved":["ec-person-676f70803f4848c87b632d8522ff9ce8d4600e27","eu-tr-824123739458-36"]}} -{"id":"ec-meeting-2020-09-03-1a33c3ac4ac43e5d64bfb38c63780c33f7727066","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-03 - Cabinet of Commissioner Thierry Breton x Novartis International AG"],"date":["2020-09-03"],"summary":["Keeping existing pharmaceutical manufacturing capacity in the EU"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-026c2270ec4cbabdb8ac223b2d1fa4202696dc8d","eu-tr-91269481588-28"]}} -{"id":"ec-meeting-2020-09-03-1cfb6770c68887f4f08fb88ce07d9693faa59934","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-03 - Cabinet of Executive Vice-President Margrethe Vestager x Meetic Group, A Match Group Company"],"date":["2020-09-03"],"summary":["To discuss Digital Services Act."],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-bb1f295d8be3d10004d7e5fd7c24248a21215775","eu-tr-694419028666-26","ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0"]}} -{"id":"ec-meeting-2020-09-03-21af4d99813fcbef836b7ea081fa0b81eb85123c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-03 - Cabinet of Executive Vice-President Frans Timmermans x WCS EU"],"date":["2020-09-03"],"summary":["Implementation of EU 2030 Biodiversity Strategy"],"notes":["Portfolio: European Green Deal"],"location":["phone call"],"address":["phone call"],"addressEntity":["addr-2a45506f8aee562723b51f2ec58dc9c908e181c6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-054662633848-40","ec-person-8af3c81534786a740718d21dc58240738a53ed7b"]}} -{"id":"ec-meeting-2020-09-03-2293fbea0fa7cac8314b061ca8474287f6f647e2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-03 - Cabinet of Executive Vice-President Margrethe Vestager x Snap, Inc."],"date":["2020-09-03"],"summary":["To discuss Digital Services Act."],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0","eu-tr-976985829492-08"]}} -{"id":"ec-meeting-2020-09-03-368b5302cb404ff2fc729fc53474f9d91f0d452a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-03 - Maritime Affairs and Fisheries x Ocean Energy Europe"],"date":["2020-09-03"],"summary":["Meeting on Ocean Energy and the upcoming EC \"Offshore Renewables Strategy\""],"location":["Brussels - Webex call"],"address":["Brussels - Webex call"],"addressEntity":["addr-0e9b384c28719a08393c3bf846a71f7f7c1a445d"],"organizer":["ec-dg-mare"],"involved":["ec-person-6e64215cdacfeb6c6d4709a7f72c2b1c94a3d908","eu-tr-264048311507-68"]}} -{"id":"ec-meeting-2020-09-03-50fa5ff396e6793211ae1e5bc77d51e52bb24874","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-03 - Cabinet of Commissioner Nicolas Schmit x EUROPEAN TRADE UNION CONFEDERATION"],"date":["2020-09-03"],"summary":["Meeting to discuss social policies."],"notes":["Portfolio: Jobs and Social Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["eu-tr-06698681039-26","ec-person-c03b949331dbbe5fa3d5423758e371ec1b9b832f"]}} -{"id":"ec-meeting-2020-09-03-71376d277a3832f84791b23807296a80ebbc7087","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-03 - Cabinet of Executive Vice-President Frans Timmermans x Vodafone Belgium SA"],"date":["2020-09-03"],"summary":["Digital Economy"],"notes":["Portfolio: European Green Deal"],"location":["video call"],"address":["video call"],"addressEntity":["addr-12d8c530d76da0b7745f9c0f9285e7eec97adc55"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-90142503473-81","ec-person-d56ecbfde17436a136fc89c9a978b266e8285c84"]}} -{"id":"ec-meeting-2020-09-03-79fe65ecefbe3abb748f6d37cf189750000fa165","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-03 - Competition x Crédit Agricole S.A."],"date":["2020-09-03"],"summary":["Discussion on recovery fund"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-comp"],"involved":["ec-person-f257bc19c568ad25083c1c1e1651426245cefedf","eu-tr-35147251117-11"]}} -{"id":"ec-meeting-2020-09-03-a6db838207e6ac900ead93f5fbe5105a12417abb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-03 - Cabinet of Commissioner Johannes Hahn x ZVEI e.V. - Verband der Elektro- und Digitalindustrie"],"date":["2020-09-03"],"summary":["New MFF, implementation of Green Deal and Digital Transition in the context of the Recovery"],"notes":["Portfolio: Budget and Administration"],"location":["Conference call"],"address":["Conference call"],"addressEntity":["addr-28ba88479582b2f75898964548da4252dc7db7d2"],"organizer":["ec-cabinet-commissioner-hahn-johannes-of"],"involved":["ec-person-26e87e8dbc382b84ce1f54266bee0b7eab520454","eu-tr-94770746469-09"]}} -{"id":"ec-meeting-2020-09-03-a7170251fdd1bc824219db2dd2dbe751e8fef243","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-03 - Cabinet of Commissioner Janez Lenarčič x Norwegian Refugee Council Europe"],"date":["2020-09-03"],"summary":["Humanitarian aid"],"notes":["Portfolio: Crisis Management"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-janez-lenarcic-of"],"involved":["eu-tr-750447615329-96","ec-person-a6cd325c80698b2331699224c780ebfb10573602"]}} -{"id":"ec-meeting-2020-09-03-b54db1b93104c2fe865085306bcec08c986b5844","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-03 - Cabinet of Commissioner Paolo Gentiloni x JPMorgan Chase & Co."],"date":["2020-09-03"],"summary":["Banking Union and Recovery"],"notes":["Portfolio: Economy"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-cabinet-commissioner-gentiloni-of-paolo"],"involved":["ec-person-8da36db391ed53f362d495cd564ba8b45c7003e1","eu-tr-9171899949-17"]}} -{"id":"ec-meeting-2020-09-03-b5eed70c17ea92711bea4a598423ac707e3a3349","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-03 - Cabinet of Commissioner Thierry Breton x Chemicals, Health and Environment Monitoring Trust"],"date":["2020-09-03"],"summary":["Exchange of views in the context of the preparation of the sustainable chemical strategy"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-e18e6e300776f5f47ca4c72c1ba1b0d0eb1e71fe","eu-tr-27053044762-72","ec-person-1ab5843ab67b9915be990aebc02f9a83df200cf4"]}} -{"id":"ec-meeting-2020-09-03-b7986bcb740f8ded1b5b37987c85c92baed2609c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-03 - Research and Innovation x Gates Ventures, LLC"],"date":["2020-09-03"],"summary":["Annual Meeting of Breakthrough Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-rtd"],"involved":["ec-person-1d348f33395de0ea6773a7b4ae8797e3e0392f73","eu-tr-458140332839-09"]}} -{"id":"ec-meeting-2020-09-03-bd0e261775f66b78658ef6ec58d1bd7c276044e2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-03 - Cabinet of Commissioner Didier Reynders x IDEMIA"],"date":["2020-09-03"],"summary":["Artificial intelligence"],"notes":["Portfolio: Justice"],"location":["Video conference"],"address":["Video conference"],"addressEntity":["addr-ebc9fd5c2f372a32153cf3f4d5fb918a96b84a88"],"organizer":["ec-cabinet-commissioner-didier-of-reynders"],"involved":["eu-tr-904218833588-78","ec-person-442bf1ae9900b999673cdd7389224d0e21b67d4d"]}} -{"id":"ec-meeting-2020-09-03-cf9136afb59287809b19530b2d4ba14cf9d7a16b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-03 - Cabinet of Vice-President Dubravka Šuica x EUROPEAN TRADE UNION CONFEDERATION"],"date":["2020-09-03"],"summary":["Conference on the Future of Europe"],"notes":["Portfolio: Democracy and Demography"],"location":["Brussels/ online"],"address":["Brussels/ online"],"addressEntity":["addr-fc67cee2ddcdbfc137974f9390dc29076c9afa47"],"organizer":["ec-cabinet-dubravka-of-president-suica-vice"],"involved":["ec-person-bae2f44eb21285b37ecc9c7f2f42b4acb1f53264","eu-tr-06698681039-26","ec-person-026798f0d4b4567a1c4ba592351123da781ce908"]}} -{"id":"ec-meeting-2020-09-03-d2e5a3a90606f3e23e60588a8540aad7585daa83","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-03 - Cabinet of Commissioner Adina Vălean x UNION OF INTERNATIONAL HAULERS"],"date":["2020-09-03"],"summary":["Mobility Package I"],"notes":["Portfolio: Transport"],"location":["Conference Call"],"address":["Conference Call"],"addressEntity":["addr-fc1d49ef884f6a7b62842b93c5c3474fcf89e743"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["eu-tr-352325223827-36","ec-person-6e21d867543ef3b910e746c319cb048abd054702"]}} -{"id":"ec-meeting-2020-09-03-ddb3b8f8cb8efd90907a2cf860e5cf100f7e956e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-03 - Cabinet of Commissioner Janusz Wojciechowski x Association of Latvian Organic Agriculture"],"date":["2020-09-03"],"summary":["Organic farming in Latvia"],"notes":["Portfolio: Agriculture"],"location":["video phone call"],"address":["video phone call"],"addressEntity":["addr-20169d8760eb932415b38f11daea45615ba4bb37"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["eu-tr-207248839097-87","ec-person-cafe030b6dad78a75143f7552c420481b30ebceb","ec-person-08c62f972c22464aca7a65520eb9406f8db14a66"]}} -{"id":"ec-meeting-2020-09-03-e406ca9c5d07c828b15e66335af3930953302f50","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-03 - Cabinet of Commissioner Didier Reynders x Deutsche Bank AG"],"date":["2020-09-03"],"summary":["AI"],"notes":["Portfolio: Justice"],"location":["Video conference"],"address":["Video conference"],"addressEntity":["addr-ebc9fd5c2f372a32153cf3f4d5fb918a96b84a88"],"organizer":["ec-cabinet-commissioner-didier-of-reynders"],"involved":["eu-tr-271912611231-56","ec-person-442bf1ae9900b999673cdd7389224d0e21b67d4d"]}} -{"id":"ec-meeting-2020-09-03-e695dfb4c156439ab05ba5caa4c6013df5606e87","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-03 - Cabinet of Executive Vice-President Frans Timmermans x Provincie Noord-Holland"],"date":["2020-09-03"],"summary":["Speech on the European Green Deal at the virtual event ‘Van de Kant komen’"],"notes":["Portfolio: European Green Deal"],"location":["Brussels (video conference)"],"address":["Brussels (video conference)"],"addressEntity":["addr-1a77e12c05a39186f3ddab600c3e9e619c4822ef"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-31077087864-12","ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce"]}} -{"id":"ec-meeting-2020-09-03-eb7981443b49cb47f00b149c5cc05fcbd86c95ea","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-03 - Cabinet of Commissioner Helena Dalli x The Bank of New York Mellon"],"date":["2020-09-03"],"summary":["Best practices (Gender equality) in the financial sector"],"notes":["Portfolio: Equality"],"location":["Conference call"],"address":["Conference call"],"addressEntity":["addr-28ba88479582b2f75898964548da4252dc7db7d2"],"organizer":["ec-cabinet-commissioner-dalli-helena-of"],"involved":["eu-tr-980942613952-12","ec-person-d15c205cb9cbb310d2811039c0160c1de7c84638"]}} -{"id":"ec-meeting-2020-09-04-276d205d7cb22779b2bb9f9f9f9836a2826a41b9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-04 - Cabinet of Vice-President Dubravka Šuica x European Anti Poverty Network"],"date":["2020-09-04"],"summary":["Conference on the Future of Europe"],"notes":["Portfolio: Democracy and Demography"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-dubravka-of-president-suica-vice"],"involved":["ec-person-e38d9f76fd8b368ff0a9e724d2cd3da76124d857","eu-tr-3945154610-54"]}} -{"id":"ec-meeting-2020-09-04-388434714556c1c95469da0a3734f73d9ceaa442","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-04 - Cabinet of Commissioner Jutta Urpilainen x World Vision Brussels & EU Representation ivzw/aisbl"],"date":["2020-09-04"],"summary":["Africa strategy consultation"],"notes":["Portfolio: International Partnerships"],"location":["Teleconference"],"address":["Teleconference"],"addressEntity":["addr-a1b2e4eeecb1f46f3239fd2a390e2ec3f16bc2cb"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["eu-tr-64689102746-48","ec-person-b5a90dd5ba1c715a3e7923281f7a6ae9975796d8","ec-person-6357f4506ca5351b3a822936612fd6006da48722"]}} -{"id":"ec-meeting-2020-09-04-a4fb57ecf36eb984a0b3162caa7fc2920868f946","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-04 - Cabinet of Vice-President Dubravka Šuica x SAS \"OPI Conseil\""],"date":["2020-09-04"],"summary":["Impact of COVID-19 on older persons in long-term care facilities"],"notes":["Portfolio: Democracy and Demography"],"location":["Brussels/ online"],"address":["Brussels/ online"],"addressEntity":["addr-fc67cee2ddcdbfc137974f9390dc29076c9afa47"],"organizer":["ec-cabinet-dubravka-of-president-suica-vice"],"involved":["eu-tr-740124039039-47","ec-person-bae2f44eb21285b37ecc9c7f2f42b4acb1f53264"]}} -{"id":"ec-meeting-2020-09-04-bae1b564f5d263b6b52090f564a3fc8bcdf6e2b1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-04 - Cabinet of Executive Vice-President Valdis Dombrovskis x Confederation of European Waste-to-Energy Plants"],"date":["2020-09-04"],"summary":["sustainable finance"],"notes":["Portfolio: An Economy that Works for People"],"location":["videoconference"],"address":["videoconference"],"addressEntity":["addr-92b2fbb928e012810d80d9ef1abe12027beee200"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-235870cd7eb41f2494f695fce18b5b5b88647113","ec-person-2c08a5c564984cde38ac0e7a31c05416e60711ce","eu-tr-7899845424-69"]}} -{"id":"ec-meeting-2020-09-04-c6af1d9a670b310b23adc49d5249d24967329a8f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-04 - Cabinet of Executive Vice-President Valdis Dombrovskis x Euroheat and Power"],"date":["2020-09-04"],"summary":["sustainable finance"],"notes":["Portfolio: An Economy that Works for People"],"location":["videoconference"],"address":["videoconference"],"addressEntity":["addr-92b2fbb928e012810d80d9ef1abe12027beee200"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-235870cd7eb41f2494f695fce18b5b5b88647113","eu-tr-88457577025-19"]}} -{"id":"ec-meeting-2020-09-05-1fdd0b213ac6fc69408804f7b3be9c55051d8cea","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-05 - Cabinet of Commissioner Paolo Gentiloni x The European House - Ambrosetti"],"date":["2020-09-05"],"summary":["Participation to Ambrosetti's Annual Forum \"Intelligence on the World, Europe and Italy\""],"notes":["Portfolio: Economy"],"location":["Cernobbio"],"address":["Cernobbio"],"addressEntity":["addr-aa3c5e315d51b844866f41ef1fd625f34d7f8ed8"],"organizer":["ec-cabinet-commissioner-gentiloni-of-paolo"],"involved":["ec-person-088d26d74d1898338fbf1c86e139bd6d3b870dbc","eu-tr-625244214975-24"]}} -{"id":"ec-meeting-2020-09-05-e9ad41a57ff44924e81b2a4ae758f09eb1a81258","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-05 - Cabinet of Executive Vice-President Frans Timmermans x The European House - Ambrosetti"],"date":["2020-09-05"],"summary":["European Affairs: Developments and prospects"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - videoconference"],"address":["Brussels - videoconference"],"addressEntity":["addr-a3a01e55b02ab591ce10151760698f4306ec49cb"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-7c876f4825f213b8adbedf089ccedfbc3b36d65b","eu-tr-625244214975-24"]}} -{"id":"ec-meeting-2020-09-07-0baa68a05aa3d0dd0d65a65ff40376ef5fc62472","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-07 - Cabinet of Commissioner Didier Reynders x TikTok Technology Ltd"],"date":["2020-09-07"],"summary":["Intention by TikTok to join the EU Code of conduct on countering hate speech"],"notes":["Portfolio: Justice"],"location":["video conference"],"address":["video conference"],"addressEntity":["addr-6dc12e3c97077db82f32184f24341ce370a445fd"],"organizer":["ec-cabinet-commissioner-didier-of-reynders"],"involved":["ec-person-442bf1ae9900b999673cdd7389224d0e21b67d4d","ec-person-1e25399e2267734c5f4c69093d2286c8898ee9f0","eu-tr-165202837974-32"]}} -{"id":"ec-meeting-2020-09-07-6380278a07864a65c8648058cbf21b4b511a5c3e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-07 - Cabinet of Executive Vice-President Frans Timmermans x Transport and Environment (European Federation for Transport and Environment)"],"date":["2020-09-07"],"summary":["Transport in the Climate Target Plan"],"notes":["Portfolio: European Green Deal"],"location":["video call"],"address":["video call"],"addressEntity":["addr-12d8c530d76da0b7745f9c0f9285e7eec97adc55"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-d56ecbfde17436a136fc89c9a978b266e8285c84","eu-tr-58744833263-19"]}} -{"id":"ec-meeting-2020-09-07-799f31a938d974ff3e5106681b4e486eb856a66a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-07 - Cabinet of Executive Vice-President Frans Timmermans x Google"],"date":["2020-09-07"],"summary":["Google sustainability work and the European Climate Pact"],"notes":["Portfolio: European Green Deal"],"location":["Video call"],"address":["Video call"],"addressEntity":["addr-ad60f43c3b2e61f55f8d15d2bb303f6d11ac791b"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-03181945560-59","ec-person-d56ecbfde17436a136fc89c9a978b266e8285c84","ec-person-f8efd5ca1c3794aa2954d6b5f54ff94f015fba20"]}} -{"id":"ec-meeting-2020-09-07-8438cad8174b8e691eab0fb887a296d1e08a6558","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-07 - Financial Stability, Financial Services and Capital Markets Union x Mastercard Europe"],"date":["2020-09-07"],"summary":["Digital finance and retail payments"],"location":["Virtual meeting"],"address":["Virtual meeting"],"addressEntity":["addr-1f1f3f51a4da31a1ea5c1b4b21cbf52ad983224f"],"organizer":["ec-dg-fisma"],"involved":["ec-person-1fce211249673c35ee07a801ddee77ab24af8d54","eu-tr-58204758673-16"]}} -{"id":"ec-meeting-2020-09-07-8b4de3d9c049e279db6eb59c47296023de7c8828","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-07 - Cabinet of Executive Vice-President Valdis Dombrovskis x Euroclear SA/NV"],"date":["2020-09-07"],"summary":["European financial market infrastructure, International role of the euro"],"notes":["Portfolio: An Economy that Works for People"],"location":["Brussels, Berlaymont"],"address":["Brussels, Berlaymont"],"addressEntity":["addr-2d842da4e8cf3dbd0304d45e6b874d5f0aa57edf"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["eu-tr-88290282308-75","ec-person-9e7bd1005456277f156b671d1555c6a460fb2f58"]}} -{"id":"ec-meeting-2020-09-07-c82e8433fffe7acbd6ad2c28f88b5129c51fa15d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-07 - Cabinet of Executive Vice-President Frans Timmermans x Climate Action Network Europe"],"date":["2020-09-07"],"summary":["Commission’s work on the 2030 Climate Target Plan and the Climate Law"],"notes":["Portfolio: European Green Deal"],"location":["Video call"],"address":["Video call"],"addressEntity":["addr-ad60f43c3b2e61f55f8d15d2bb303f6d11ac791b"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-f8efd5ca1c3794aa2954d6b5f54ff94f015fba20","eu-tr-55888811123-49","ec-person-f1a3478550296f3f9accdc67d6ef5a0b681dda4b"]}} -{"id":"ec-meeting-2020-09-07-d5c020270fd666e1a4974d82448906e4694d9d50","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-07 - Cabinet of Vice-President Dubravka Šuica x Federation of Catholic Family Associations in Europe Secretariat of COMECE (Commission of the Episcopates of the European Union)"],"date":["2020-09-07"],"summary":["Green Paper on Ageing"],"notes":["Portfolio: Democracy and Demography"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dubravka-of-president-suica-vice"],"involved":["eu-tr-509209111889-44","eu-tr-47350036909-69","ec-person-bae2f44eb21285b37ecc9c7f2f42b4acb1f53264"]}} -{"id":"ec-meeting-2020-09-07-df882ad2a59e3cde10b037e54f805e840d5ab37a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-07 - Cabinet of Commissioner Thierry Breton x Arm Limited"],"date":["2020-09-07"],"summary":["Data, microelectronics and connectivity"],"notes":["Portfolio: Internal Market"],"location":["Video call Brussels"],"address":["Video call Brussels"],"addressEntity":["addr-cc10046b4589bb4e6c8d168690ba0da6e9c7b2b9"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-532086816465-17","ec-person-b077a2e9f0fdb3b8f6e91d0bd0b256db9e40ce46"]}} -{"id":"ec-meeting-2020-09-07-e422060b004a6123d795e0e0298d0ec67cefcc31","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-07 - Cabinet of Commissioner Jutta Urpilainen x Vaisala Oyj"],"date":["2020-09-07"],"summary":["Climate and sustainable development"],"notes":["Portfolio: International Partnerships"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["eu-tr-904333238853-75","ec-person-06b0238eadc5dd98061e9e34e90c8693a32a11e0"]}} -{"id":"ec-meeting-2020-09-07-e94cbc8d8f3f246d49d393b7cdbc1c935c51ccd8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-07 - Cabinet of Executive Vice-President Margrethe Vestager x Dropbox"],"date":["2020-09-07"],"summary":["To discuss DSA Gatekeeper Proposals"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-496823921173-60","ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0"]}} -{"id":"ec-meeting-2020-09-07-fdf6d63c0772c946ae0198fd6cbc68167b6f41ca","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-07 - Cabinet of Executive Vice-President Frans Timmermans x Wirtschaftsvereinigung Stahl"],"date":["2020-09-07"],"summary":["European Green Deal and recovery"],"notes":["Portfolio: European Green Deal"],"location":["Brussels (video conference)"],"address":["Brussels (video conference)"],"addressEntity":["addr-1a77e12c05a39186f3ddab600c3e9e619c4822ef"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-75755621888-61","ec-person-e88af8eb396e96e3dbc9b4ec6e40a348d26c389c","ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce","ec-person-f1a3478550296f3f9accdc67d6ef5a0b681dda4b"]}} -{"id":"ec-meeting-2020-09-08-08553f41c4723291f77f439b46db1d2acfe64642","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-08 - Cabinet of Vice-President Dubravka Šuica x World Economic Forum"],"date":["2020-09-08"],"summary":["Conference on the Future of Europe"],"notes":["Portfolio: Democracy and Demography"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dubravka-of-president-suica-vice"],"involved":["eu-tr-049060636194-17","ec-person-e38d9f76fd8b368ff0a9e724d2cd3da76124d857","ec-person-bae2f44eb21285b37ecc9c7f2f42b4acb1f53264","ec-person-026798f0d4b4567a1c4ba592351123da781ce908"]}} -{"id":"ec-meeting-2020-09-08-0c79da13e2df5003a6482e609bf01aba270680f8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-08 - Cabinet of Executive Vice-President Frans Timmermans x Ørsted A/S"],"date":["2020-09-08"],"summary":["Offshore energy stategy"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - video conference"],"address":["Brussels - video conference"],"addressEntity":["addr-d7df553e47e69d1cc9f4189b36b7c867f80459b0"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-a282162080cef4ef2a8c0ab6247a3e03dc438507","eu-tr-870817015429-80","ec-person-d53e00c46a4cc62bbf533e0c9bb35bacb9121989"]}} -{"id":"ec-meeting-2020-09-08-15396b4bc463aa78eeed91a0eb1fe939f4a7465a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-08 - Cabinet of Vice-President Dubravka Šuica x Association Internationale de la Mutualité"],"date":["2020-09-08"],"summary":["Green Paper on Ageing"],"notes":["Portfolio: Democracy and Demography"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dubravka-of-president-suica-vice"],"involved":["eu-tr-595328413083-91","ec-person-bae2f44eb21285b37ecc9c7f2f42b4acb1f53264"]}} -{"id":"ec-meeting-2020-09-08-22378b9c3298bc2b7dcd6cdc7a48f29f063dcea6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-08 - Cabinet of Commissioner Nicolas Schmit x clickworker GmbH Universität Wien Bolt Smart Fagligt Fælles Forbund Katholieke Universiteit te Leuven Just Eat Takeaway.com N.V. Industriegewerkschaft Metall"],"date":["2020-09-08"],"summary":["Roundtable on platform work."],"notes":["Portfolio: Jobs and Social Rights"],"location":["Videoonference"],"address":["Videoonference"],"addressEntity":["addr-f25323ad8502876d55982e6ef45d1c5db06d7764"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["eu-tr-995377734447-25","ec-person-8eb18b6102d444937bc6af5822a6742812165b48","ec-person-4cf4655ab41922e92160325d987a3c4615c72d30","eu-tr-880092040547-87","eu-tr-757195013270-80","eu-tr-231372123740-02","eu-tr-627929620538-61","eu-tr-551483539876-68","eu-tr-261822640317-70","ec-person-c03b949331dbbe5fa3d5423758e371ec1b9b832f","eu-tr-790395022789-84"]}} -{"id":"ec-meeting-2020-09-08-346bedcbb9f88e861fdb2d2d81cf9ef2595ed97c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-08 - Cabinet of Commissioner Nicolas Schmit x BUSINESSEUROPE"],"date":["2020-09-08"],"summary":["Phone call on social policies and social dialogue."],"notes":["Portfolio: Jobs and Social Rights"],"location":["Phone call"],"address":["Phone call"],"addressEntity":["addr-cac056598c767cdeaa0f13cfe91d25988c24c698"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["eu-tr-3978240953-79","ec-person-c03b949331dbbe5fa3d5423758e371ec1b9b832f"]}} -{"id":"ec-meeting-2020-09-08-3c6d10b769f918db4de55a043fd843f05f42f241","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-08 - Cabinet of Executive Vice-President Frans Timmermans x 4Pro GmbH&CoKG"],"date":["2020-09-08"],"summary":["The European Green Deal and sustainability"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce","eu-tr-536383734575-80"]}} -{"id":"ec-meeting-2020-09-08-3e7e2fa43dfc123e602c00e1f709608e0e7c3cc2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-08 - Cabinet of Executive Vice-President Frans Timmermans x Stichting IMAGINE Foundation"],"date":["2020-09-08"],"summary":["Sustainable food systems"],"notes":["Portfolio: European Green Deal"],"location":["Brussels, video conference"],"address":["Brussels, video conference"],"addressEntity":["addr-3c4c22cdf46619b80dc2f093c11a9edb9af1e873"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-009532038479-10","ec-person-33624431cbec1074e151c1707715ef46d2ba9565"]}} -{"id":"ec-meeting-2020-09-08-456fbf716250cdb09026b044479b4557ec17f3c9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-08 - Cabinet of Commissioner Mariya Gabriel x Panodyssey Holding Group"],"date":["2020-09-08"],"summary":["Creativity and culture"],"notes":["Portfolio: Innovation and Youth"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-840743940523-47","ec-person-1674399a793e9e6fd7cf55b525515fc862fc9351"]}} -{"id":"ec-meeting-2020-09-08-57ee1d20c94b59acf5d1e6303512423a0a8103d7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-08 - Cabinet of Vice-President Věra Jourová x Freemuse"],"date":["2020-09-08"],"summary":["Freedom of expression, Artistic freedom, Media freedom"],"notes":["Portfolio: Values and Transparency"],"location":["videoconference"],"address":["videoconference"],"addressEntity":["addr-92b2fbb928e012810d80d9ef1abe12027beee200"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["ec-person-aa83f35da599b82e4f15da018f4b3447eb648f7c","eu-tr-814626237688-75","ec-person-28fecf6c4f04b3a2af1d74c742e147920ab849c5"]}} -{"id":"ec-meeting-2020-09-08-5b38900568a90bf4c671c88c99419663ea0d4254","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-08 - Cabinet of Commissioner Didier Reynders x WirtschaftsVereinigung Metalle"],"date":["2020-09-08"],"summary":["Sustainable corporate governance"],"notes":["Portfolio: Justice"],"location":["viedo conference"],"address":["viedo conference"],"addressEntity":["addr-22d426968af007c915f50d08e272b11d823be016"],"organizer":["ec-cabinet-commissioner-didier-of-reynders"],"involved":["eu-tr-9002547940-17","ec-person-50f9cba2282e1d03395cdd0faf9ce6e9a2ff3104","ec-person-442bf1ae9900b999673cdd7389224d0e21b67d4d"]}} -{"id":"ec-meeting-2020-09-08-6380278a07864a65c8648058cbf21b4b511a5c3e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-08 - Cabinet of Executive Vice-President Frans Timmermans x Transport and Environment (European Federation for Transport and Environment)"],"date":["2020-09-08"],"summary":["A Green Deal for Transport - High Level Event"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - videoconference"],"address":["Brussels - videoconference"],"addressEntity":["addr-a3a01e55b02ab591ce10151760698f4306ec49cb"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-7c876f4825f213b8adbedf089ccedfbc3b36d65b","eu-tr-58744833263-19"]}} -{"id":"ec-meeting-2020-09-08-656434bc89111cea362004cc20afaa3cdce0eac9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-08 - Cabinet of Executive Vice-President Frans Timmermans x Assicurazioni Generali S.p.A Commerzbank AG APG Groep NV WARTA TUiR S.A. Polski Fundusz Rozwoju Spółka Akcyjna DWS Group GmbH & Co. KGaA Talanx AG PwCIL"],"date":["2020-09-08"],"summary":["Green recovery: Financing of the Green Deal"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - videoconference"],"address":["Brussels - videoconference"],"addressEntity":["addr-a3a01e55b02ab591ce10151760698f4306ec49cb"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-7c876f4825f213b8adbedf089ccedfbc3b36d65b","eu-tr-860835539414-09","eu-tr-60402754518-05","eu-tr-83370363079-88","eu-tr-077498939376-42","eu-tr-203417137798-52","eu-tr-407652739335-34","eu-tr-017538939359-52","eu-tr-600525713796-88"]}} -{"id":"ec-meeting-2020-09-08-8bdc5c41b577a3adf9e8b1004be288f77e7c5069","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-08 - Cabinet of Commissioner Paolo Gentiloni x Climate Action Network Europe"],"date":["2020-09-08"],"summary":["State of play of discussions in G20 on the debt service suspension initiative, sustainable finance as well as preparations for implementation of the RRF. CAN enquired about sustainability dimension, exclusion of fossil fuels and do no harm principle."],"notes":["Portfolio: Economy"],"location":["Conference call"],"address":["Conference call"],"addressEntity":["addr-28ba88479582b2f75898964548da4252dc7db7d2"],"organizer":["ec-cabinet-commissioner-gentiloni-of-paolo"],"involved":["eu-tr-55888811123-49","ec-person-5afc11966577af0bcf6f99488769b1eba37e3577","ec-person-6168eb3d5d9bc71f9dc22fb6f75f77fa485ec252"]}} -{"id":"ec-meeting-2020-09-08-b3516393d143d4b86b3bb445acc475ac4b87c206","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-08 - Cabinet of Executive Vice-President Frans Timmermans x Benelux Business Roundtable"],"date":["2020-09-08"],"summary":["Online BBR Dinner Debate on the European Green Deal"],"notes":["Portfolio: European Green Deal"],"location":["Brussels (videconference)"],"address":["Brussels (videconference)"],"addressEntity":["addr-8a54c232503dd7fe6b063d201729ad7bfbc8c5df"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce","eu-tr-085887527492-62"]}} -{"id":"ec-meeting-2020-09-08-b6cfb69083d646332bf1cfe0b200a756e059c11c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-08 - Cabinet of Commissioner Janusz Wojciechowski x EUROGAS aisbl"],"date":["2020-09-08"],"summary":["EU Energy System Integration Strategy and EU Hydrogen Strategy"],"notes":["Portfolio: Agriculture"],"location":["videophone call"],"address":["videophone call"],"addressEntity":["addr-4f7dbf0d39a3ab7dd206aaedfb927e2a177eb3e3"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["ec-person-cafe030b6dad78a75143f7552c420481b30ebceb","eu-tr-17909506129-41"]}} -{"id":"ec-meeting-2020-09-08-b898f27a0a8a62089006965017ee2ccb8df5c00f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-08 - Cabinet of Commissioner Stella Kyriakides x Stichting IMAGINE Foundation"],"date":["2020-09-08"],"summary":["VC meeting - Sustainable Food Systems"],"notes":["Portfolio: Health"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-kyriakides-of-stella"],"involved":["ec-person-ba73927c33000184cab3f41a76e1b32fe7d7eda8","eu-tr-009532038479-10"]}} -{"id":"ec-meeting-2020-09-08-bbc23f6adb8dd6e563ef5c9dc2e00dc49ebe80cb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-08 - Maritime Affairs and Fisheries x European Aquaculture Technology and Innovation Platform"],"date":["2020-09-08"],"summary":["Joint meeting with DG RTD: Dialogue on aquaculture innovation"],"location":["Brussels - Webex call"],"address":["Brussels - Webex call"],"addressEntity":["addr-0e9b384c28719a08393c3bf846a71f7f7c1a445d"],"organizer":["ec-dg-mare"],"involved":["ec-person-6e64215cdacfeb6c6d4709a7f72c2b1c94a3d908","eu-tr-118286121781-91"]}} -{"id":"ec-meeting-2020-09-08-d513cdbc0aaeca683ed579af274e72e7a0393774","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-08 - Cabinet of Executive Vice-President Valdis Dombrovskis x Wise Ltd"],"date":["2020-09-08"],"summary":["EU retail payments strategy"],"notes":["Portfolio: An Economy that Works for People"],"location":["video conference"],"address":["video conference"],"addressEntity":["addr-6dc12e3c97077db82f32184f24341ce370a445fd"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-235870cd7eb41f2494f695fce18b5b5b88647113","eu-tr-843309518020-96"]}} -{"id":"ec-meeting-2020-09-08-da5556a71f154db8bc61c19cfed9d118df3f6985","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-08 - Cabinet of President Ursula von der Leyen x European Telecommunications Network Operators' Association"],"date":["2020-09-08"],"summary":["Connectivity, digital services, gatekeeper platforms, European cloud federation"],"notes":["Portfolio: President"],"location":["Teleconference"],"address":["Teleconference"],"addressEntity":["addr-a1b2e4eeecb1f46f3239fd2a390e2ec3f16bc2cb"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-7019713e72781afb1f3b19032c4752a314b78180","eu-tr-08957111909-85"]}} -{"id":"ec-meeting-2020-09-08-ec618d3615e3c66e34bd98bbbe6897213dcb5de0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-08 - Cabinet of Executive Vice-President Frans Timmermans x Federatie Nederlandse Levensmiddelen Industrie"],"date":["2020-09-08"],"summary":["Speech at FNLI Webinar on the European Green Deal and the Farm to Fork Strategy"],"notes":["Portfolio: European Green Deal"],"location":["Brussels (video conference)"],"address":["Brussels (video conference)"],"addressEntity":["addr-1a77e12c05a39186f3ddab600c3e9e619c4822ef"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-730594411310-38","ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce"]}} -{"id":"ec-meeting-2020-09-08-ef247e04ea368c59fd340b65c5117dc18585d39d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-08 - Cabinet of Commissioner Thierry Breton x European Environmental Bureau Climate Action Network Europe Third Generation Environmentalism Ltd Friends of Europe Umweltorganisation WWF Central and Eastern Erurope Carbon Market Watch"],"date":["2020-09-08"],"summary":["Clean Hydrogen Alliance launch"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-75365248559-90","eu-tr-99436366768-45","eu-tr-06798511314-27","ec-person-1ab5843ab67b9915be990aebc02f9a83df200cf4","eu-tr-55888811123-49","eu-tr-07783117686-61","eu-tr-02019258940-59"]}} -{"id":"ec-meeting-2020-09-08-f5dd2bccdfce73aa6b1005f66f82ccc31042be5b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-08 - Cabinet of Commissioner Adina Vălean x Transport and Environment (European Federation for Transport and Environment)"],"date":["2020-09-08"],"summary":["2030 Climate Target Plan"],"notes":["Portfolio: Transport"],"location":["Video-Call"],"address":["Video-Call"],"addressEntity":["addr-b72a6588bc09c55a71aae3699fd03cfa69463bb5"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["ec-person-e5f1558cac43dd4f90847b508b6753edb0a9f903","eu-tr-58744833263-19"]}} -{"id":"ec-meeting-2020-09-08-f68189b1066bef1dc276273faec797fbd129e098","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-08 - Cabinet of Commissioner Didier Reynders x Bundesarbeitgeberverband Chemie e.V."],"date":["2020-09-08"],"summary":["sustainable corporate governance"],"notes":["Portfolio: Justice"],"location":["video conference"],"address":["video conference"],"addressEntity":["addr-6dc12e3c97077db82f32184f24341ce370a445fd"],"organizer":["ec-cabinet-commissioner-didier-of-reynders"],"involved":["ec-person-442bf1ae9900b999673cdd7389224d0e21b67d4d","eu-tr-3474944849-83"]}} -{"id":"ec-meeting-2020-09-09-01c311c524fbe137663dfad2d255b2e34b1cd3d7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-09 - Cabinet of Vice-President Dubravka Šuica x MedTech Europe"],"date":["2020-09-09"],"summary":["Green Paper on Ageing; cardiovascular diseases; innovative technologies"],"notes":["Portfolio: Democracy and Demography"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dubravka-of-president-suica-vice"],"involved":["eu-tr-433743725252-26","ec-person-bae2f44eb21285b37ecc9c7f2f42b4acb1f53264"]}} -{"id":"ec-meeting-2020-09-09-0b011b0dfd663577b79c6524a1ca336e8a1dffa6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-09 - Cabinet of Commissioner Helena Dalli x Women in Finance Belgium"],"date":["2020-09-09"],"summary":["Best practices (Gender equality) in the financial sector"],"notes":["Portfolio: Equality"],"location":["Conference call"],"address":["Conference call"],"addressEntity":["addr-28ba88479582b2f75898964548da4252dc7db7d2"],"organizer":["ec-cabinet-commissioner-dalli-helena-of"],"involved":["eu-tr-897634539452-35","ec-person-d15c205cb9cbb310d2811039c0160c1de7c84638"]}} -{"id":"ec-meeting-2020-09-09-1822cf023648e0f1cfee264a886ddd289e0143f0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-09 - Cabinet of Executive Vice-President Margrethe Vestager x IBM Corporation"],"date":["2020-09-09"],"summary":["Discussion on digital issues"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-bb1f295d8be3d10004d7e5fd7c24248a21215775","eu-tr-7721359944-96","ec-person-3da433aae105b13fe027e9c9b3dcac2c97029370","ec-person-11ba005cc4046696303381b7ca219da9b11a42bf"]}} -{"id":"ec-meeting-2020-09-09-210fbc3b41ca14f6482ee8cdcefebebfe3424075","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-09 - Cabinet of Executive Vice-President Frans Timmermans x International Fund for Animal Welfare Wetlands International - European Association WWF European Policy Programme Environmental Investigation Agency Transparency International Liaison Office to the European Union European Network on Debt and Development ActionAid ACT Alliance Advocacy to the European Union World Vision Brussels & EU Representation ivzw/aisbl Fern Climate Action Network Europe CARE International Aisbl OXFAM INTERNATIONAL EU ADVOCACY OFFICE Conservation International Europe"],"date":["2020-09-09"],"summary":["The Green Deal implemetation with view to external relations"],"notes":["Portfolio: European Green Deal"],"location":["Video call"],"address":["Video call"],"addressEntity":["addr-ad60f43c3b2e61f55f8d15d2bb303f6d11ac791b"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-46856801604-90","eu-tr-073127814104-19","eu-tr-22644632329-52","eu-tr-70299514465-38","ec-person-8af3c81534786a740718d21dc58240738a53ed7b","eu-tr-1414929419-24","eu-tr-5189768701-12","eu-tr-09136982496-09","eu-tr-85103504511-82","eu-tr-501222919-71","eu-tr-40538475090-82","eu-tr-55888811123-49","ec-person-4d24ceb9e6bdaabe394d1506aa601a9ce9d0e59b","ec-person-f8efd5ca1c3794aa2954d6b5f54ff94f015fba20","eu-tr-64689102746-48","eu-tr-90237823189-97","eu-tr-03960197927-62"]}} -{"id":"ec-meeting-2020-09-09-239d9997a8e96b351e538f850a1bacf9341da581","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-09 - Cabinet of Executive Vice-President Margrethe Vestager x GSMA Europe"],"date":["2020-09-09"],"summary":["Discussion with telecom operators on DSA"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-30988577529-37","ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0"]}} -{"id":"ec-meeting-2020-09-09-31e99e6ceedc08f344cd7314faaa01f6e3036f9a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-09 - Cabinet of Commissioner Thierry Breton x International Lead Association"],"date":["2020-09-09"],"summary":["Upcoming Batteries Regulation and the position of the lead acid battery sector"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-311414214793-82","ec-person-026c2270ec4cbabdb8ac223b2d1fa4202696dc8d"]}} -{"id":"ec-meeting-2020-09-09-36ae41ab5fa2eca1c2d457076c048f65deb8efd6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-09 - Cabinet of Commissioner Adina Vălean x AKKA Technologies"],"date":["2020-09-09"],"summary":["European year of rail (2021): the FLEXMOVE project"],"notes":["Portfolio: Transport"],"location":["Conference call"],"address":["Conference call"],"addressEntity":["addr-28ba88479582b2f75898964548da4252dc7db7d2"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["ec-person-fc3be846753d8ee60758ebedb7309dcf08aea52e","eu-tr-813844828231-47"]}} -{"id":"ec-meeting-2020-09-09-3d3092fa3c438562e9da48b4a888f67f6f861440","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-09 - Cabinet of Commissioner Paolo Gentiloni x European Chemical Industry Council"],"date":["2020-09-09"],"summary":["EURecovery and Sustainable Finance"],"notes":["Portfolio: Economy"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-cabinet-commissioner-gentiloni-of-paolo"],"involved":["ec-person-8da36db391ed53f362d495cd564ba8b45c7003e1","eu-tr-64879142323-90"]}} -{"id":"ec-meeting-2020-09-09-474306b4ae844b9b0aebe605e74a93e0ed2d2a9c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-09 - Financial Stability, Financial Services and Capital Markets Union x Mitsubishi UFJ Financial Group"],"date":["2020-09-09"],"summary":["Sustainable finance and Basel 3.5."],"location":["Virtual meeting"],"address":["Virtual meeting"],"addressEntity":["addr-1f1f3f51a4da31a1ea5c1b4b21cbf52ad983224f"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-966760434845-44","ec-person-1fce211249673c35ee07a801ddee77ab24af8d54"]}} -{"id":"ec-meeting-2020-09-09-4c767775856df62c0894ab54221ce3e604697ec0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-09 - Research and Innovation x Commissariat à l'Energie atomique et aux énergies alternatives"],"date":["2020-09-09"],"summary":["Hydrogen Strategy, Industrial Strategy, EIC"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-rtd"],"involved":["eu-tr-52774696782-43","ec-person-1d348f33395de0ea6773a7b4ae8797e3e0392f73"]}} -{"id":"ec-meeting-2020-09-09-58b4246e48a97e853eae45c95d7989bd6def5e66","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-09 - Cabinet of Commissioner Phil Hogan x Irish Grain & Feed Association"],"date":["2020-09-09"],"summary":["EU/UK future trade relations"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-hogan-of-phil"],"involved":["eu-tr-459264327872-70","ec-person-7d3caa534e5cdda6d5b949bd4b2def39356e3bec"]}} -{"id":"ec-meeting-2020-09-09-5a15d1cf070d0b0eb46624135b2e555757df513c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-09 - Cabinet of Commissioner Nicolas Schmit x Make Mothers Matter EU Delegation"],"date":["2020-09-09"],"summary":["European Pillar of Social Rights/Child Guarantee"],"notes":["Portfolio: Jobs and Social Rights"],"location":["Video conference"],"address":["Video conference"],"addressEntity":["addr-ebc9fd5c2f372a32153cf3f4d5fb918a96b84a88"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["eu-tr-68995403035-84","ec-person-c2208333f0f75350eef62b355a40bf856f2d9cef"]}} -{"id":"ec-meeting-2020-09-09-5ef69976877e90afb9966bd8686752860a43270b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-09 - Cabinet of Commissioner Thierry Breton x Bundesverband der Deutschen Industrie e.V."],"date":["2020-09-09"],"summary":["Exchange of views in the context of the preparation of the DSA"],"notes":["Portfolio: Internal Market"],"location":["videoconference"],"address":["videoconference"],"addressEntity":["addr-92b2fbb928e012810d80d9ef1abe12027beee200"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-1771817758-48","ec-person-e18e6e300776f5f47ca4c72c1ba1b0d0eb1e71fe","ec-person-b077a2e9f0fdb3b8f6e91d0bd0b256db9e40ce46"]}} -{"id":"ec-meeting-2020-09-09-6d202de5493d2083e8d04452f14609d8743c8d51","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-09 - Cabinet of Executive Vice-President Frans Timmermans x Meta Platforms Ireland Limited and its various subsidiaries (f/k/a Facebook Ireland Limited)"],"date":["2020-09-09"],"summary":["Digital Economy and the Green Deal"],"notes":["Portfolio: European Green Deal"],"location":["video call"],"address":["video call"],"addressEntity":["addr-12d8c530d76da0b7745f9c0f9285e7eec97adc55"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-d56ecbfde17436a136fc89c9a978b266e8285c84","eu-tr-28666427835-74"]}} -{"id":"ec-meeting-2020-09-09-6f0359e0003222bdb637890258e5e52b9a528351","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-09 - Cabinet of Executive Vice-President Margrethe Vestager x VeriSign, Inc."],"date":["2020-09-09"],"summary":["To discuss Digital Services Act."],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0","eu-tr-007895639418-81"]}} -{"id":"ec-meeting-2020-09-09-729e30cabd60a976c82feb85a807b05160e7c0e1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-09 - Cabinet of Commissioner Nicolas Schmit x Microsoft Corporation"],"date":["2020-09-09"],"summary":["Videoconference meeting on skills."],"notes":["Portfolio: Jobs and Social Rights"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["eu-tr-0801162959-21","ec-person-66fa2c2d100ec194caa42b5c6f97c36e2748b71c","ec-person-4cf4655ab41922e92160325d987a3c4615c72d30"]}} -{"id":"ec-meeting-2020-09-09-7ccd4a1ed193a4e0326e49c6a1aa3e4292709cee","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-09 - Cabinet of Commissioner Thierry Breton x European Entrepreneurs CEA-PME"],"date":["2020-09-09"],"summary":["Recovery plan & technologies (digital, processors, hydrogen)"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-077142018281-86","ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","ec-person-b077a2e9f0fdb3b8f6e91d0bd0b256db9e40ce46"]}} -{"id":"ec-meeting-2020-09-09-a12e51bf06c80cd9cf73d24d39146bc5d490af27","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-09 - Cabinet of Vice-President Margaritis Schinas x European Health Parliament"],"date":["2020-09-09"],"summary":["Healthcare"],"notes":["Portfolio: Promoting the European Way of Life"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-margaritis-of-president-schinas-vice"],"involved":["eu-tr-067711130762-48","ec-person-d5cada2a1a17537a675985af31e5ce07ae3bfd42"]}} -{"id":"ec-meeting-2020-09-09-a545b4f75e5c789c792c4e13eb358ba350aa36b4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-09 - Cabinet of Commissioner Stella Kyriakides x Gilead Sciences"],"date":["2020-09-09"],"summary":["Discussions/update on Remdesivir"],"notes":["Portfolio: Health"],"location":["Phone call"],"address":["Phone call"],"addressEntity":["addr-cac056598c767cdeaa0f13cfe91d25988c24c698"],"organizer":["ec-cabinet-commissioner-kyriakides-of-stella"],"involved":["eu-tr-258845020786-10","ec-person-c7513fae2df7920eea99d7cc103a354aa4f56b6e"]}} -{"id":"ec-meeting-2020-09-09-a97cff5cfbdea6b208ba0962ee7db1571e9f4cdc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-09 - Cabinet of Vice-President Věra Jourová x IBM Corporation"],"date":["2020-09-09"],"summary":["EC in green and digital transitions, Data flows"],"notes":["Portfolio: Values and Transparency"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["eu-tr-7721359944-96","ec-person-bf54da17217bbddfd9c68fe24d88005ac17e2c4b"]}} -{"id":"ec-meeting-2020-09-09-bc545312a5384d53cd22d38b57190549cd24dc55","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-09 - Cabinet of President Ursula von der Leyen x United Internet AG"],"date":["2020-09-09"],"summary":["Digital issues"],"notes":["Portfolio: President"],"location":["Brussels (video conference)"],"address":["Brussels (video conference)"],"addressEntity":["addr-1a77e12c05a39186f3ddab600c3e9e619c4822ef"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-7019713e72781afb1f3b19032c4752a314b78180","eu-tr-31650149406-33"]}} -{"id":"ec-meeting-2020-09-09-cb10f7abdb822402145435beaf9956c21a7060ec","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-09 - Cabinet of President Ursula von der Leyen x McLarty Associates"],"date":["2020-09-09"],"summary":["Virtual meeting on the topic of EU-US relations"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["eu-tr-502376418704-34","ec-person-a15f450526451c70384a05ea9a3a7400ba2d3e7e"]}} -{"id":"ec-meeting-2020-09-09-db81ebd3a576f39b7af7c65ba700399ee46916e4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-09 - Cabinet of Commissioner Jutta Urpilainen x Aalto-korkeakoulusäätiö / Aalto University"],"date":["2020-09-09"],"summary":["Education and sustainable development, education cooperation with Africa"],"notes":["Portfolio: International Partnerships"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["eu-tr-25901146020-53","ec-person-7c4fa9cfb750b5b524c065180fcee1123b8df03e"]}} -{"id":"ec-meeting-2020-09-09-e49e25f2e207c83c05d77a635a9b81807192cb0c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-09 - Cabinet of Commissioner Virginijus Sinkevičius x Federation of Associations for Hunting & Conservation of the EU"],"date":["2020-09-09"],"summary":["To discuss hunting under the Birds Directive"],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["eu-tr-75899541198-85","ec-person-dd7a7b1952e158f4195d34cff333ec79a4f48ba3","ec-person-172a438ed334761e2ab5d52e551fd1bcb6ab6b8d"]}} -{"id":"ec-meeting-2020-09-09-fc2bad742d87163ccfd77ac093663f25c6eb6557","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-09 - Budget x BNP PARIBAS"],"date":["2020-09-09"],"summary":["introductory call/ exchange on the recent economic and policy developments"],"location":["videocall"],"address":["videocall"],"addressEntity":["addr-da28e2e86c6d6c7a7b3f692a8c370aa1e8406cff"],"organizer":["ec-dg-budg"],"involved":["ec-person-39635b893026833f739fe623fe7e9d5a97525e7a","eu-tr-78787381113-69"]}} -{"id":"ec-meeting-2020-09-09-fe492e03eb153f8fc517341de4d5e2b7e9deefb5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-09 - Cabinet of Executive Vice-President Frans Timmermans x Vereniging VNO-NCW"],"date":["2020-09-09"],"summary":["Speech at the VNO-NCW Webinar on the European Green Deal"],"notes":["Portfolio: European Green Deal"],"location":["Brussels (videoconference)"],"address":["Brussels (videoconference)"],"addressEntity":["addr-843ddf9d3c6977cd8d56db6bb2154f8415263e26"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce","eu-tr-13255254129-80"]}} -{"id":"ec-meeting-2020-09-10-0676e0f68ab26ff1fdcc63f25032f0d26d45c985","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-10 - Budget x ABN AMRO Bank N.V."],"date":["2020-09-10"],"summary":["MFF/Next Generation EU\r\nUpdate COVID-19\r\nBasel IV\r\nBanking Union\r\nCapital Markets Union \r\nFuture of the European banking sector / Consolidation"],"location":["videocall"],"address":["videocall"],"addressEntity":["addr-da28e2e86c6d6c7a7b3f692a8c370aa1e8406cff"],"organizer":["ec-dg-budg"],"involved":["eu-tr-353231132587-96","ec-person-39635b893026833f739fe623fe7e9d5a97525e7a"]}} -{"id":"ec-meeting-2020-09-10-07093b5b76e7a598379369af206905942372a9a2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-10 - Cabinet of Executive Vice-President Frans Timmermans x Equipo Europa Initiative pour un pacte climat européen Youth and Environment Europe Fridays for Future Germany Generation Climate Europe European Youth Forum Rise for Climate Belgium"],"date":["2020-09-10"],"summary":["Latest developments in EU climate policy and European Green Deal"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - videoconference"],"address":["Brussels - videoconference"],"addressEntity":["addr-a3a01e55b02ab591ce10151760698f4306ec49cb"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-7c876f4825f213b8adbedf089ccedfbc3b36d65b","eu-tr-021591837250-68","eu-tr-558588039523-40","eu-tr-161160438724-42","eu-tr-43251547769-22","eu-tr-607726739505-82","eu-tr-518973739468-30","eu-tr-047269539383-97"]}} -{"id":"ec-meeting-2020-09-10-073577cbe2c1ab4bf0c5b569db82674371e32e28","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-10 - Cabinet of Commissioner Virginijus Sinkevičius x Microsoft Corporation"],"date":["2020-09-10"],"summary":["Biodiversity and green recovery"],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["eu-tr-0801162959-21","ec-person-ef0f66e9880a22ea8d9657bd982daf9bd74838c1"]}} -{"id":"ec-meeting-2020-09-10-19263d96e8c056ee5f7fcc9a7241c765109b9552","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-10 - Cabinet of Commissioner Virginijus Sinkevičius x The Conference of European Justice & Peace Commissions"],"date":["2020-09-10"],"summary":["To discuss the protection of seas and oceans, including the role of faith-based actors, and the future of EU Arctic Policy."],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["ec-person-dd7a7b1952e158f4195d34cff333ec79a4f48ba3","eu-tr-018773539412-80","ec-person-9de2bdbd71a153577984a493028e19bcb8c1514f"]}} -{"id":"ec-meeting-2020-09-10-2bca82a4eb8f5c840d6c8fbbfef937b408c817a0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-10 - Cabinet of Commissioner Janusz Wojciechowski x Climate Action Network Europe"],"date":["2020-09-10"],"summary":["2030 Climate Targets"],"notes":["Portfolio: Agriculture"],"location":["video phone call"],"address":["video phone call"],"addressEntity":["addr-20169d8760eb932415b38f11daea45615ba4bb37"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["eu-tr-55888811123-49","ec-person-cafe030b6dad78a75143f7552c420481b30ebceb","ec-person-08c62f972c22464aca7a65520eb9406f8db14a66"]}} -{"id":"ec-meeting-2020-09-10-3a5f41622ed17bc32a87f35c4def5c9fc6266819","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-10 - Cabinet of Commissioner Adina Vălean x CMA CGM"],"date":["2020-09-10"],"summary":["CMA CGM’s R&D/decarbonization strategy; upcoming maritime regulatory agenda (IMO, MRV, EU ETS, FuelEU Maritime)"],"notes":["Portfolio: Transport"],"location":["Conference call"],"address":["Conference call"],"addressEntity":["addr-28ba88479582b2f75898964548da4252dc7db7d2"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["eu-tr-009433826675-55","ec-person-baa9678f53e0a607c8a9bb2cd9122d1c13370154"]}} -{"id":"ec-meeting-2020-09-10-44886092ebc789401c08d9dc62e3adde4704dc8a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-10 - Cabinet of Commissioner Thierry Breton x SSAB AB The European Steel Association APERAM SA Outokumpu Oyj Salzgitter AG thyssenkrupp Steel Europe AG Federazione Imprese Siderurgiche Italiane CELSA Group SHS - Stahl-Holding-Saar GmbH&Co.KGaA Riva Group Tata Steel Nederland ArcelorMittal"],"date":["2020-09-10"],"summary":["EU industrial strategy"],"notes":["Portfolio: Internal Market"],"location":["videoconference call"],"address":["videoconference call"],"addressEntity":["addr-7276ec71205fc53d56bb101a3202566867d4a890"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-23527541824-60","eu-tr-056181239457-50","ec-person-1ab5843ab67b9915be990aebc02f9a83df200cf4","eu-tr-456211534646-58","ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","eu-tr-835967332819-32","eu-tr-484497715199-45","eu-tr-814394434851-43","eu-tr-295567915794-69","eu-tr-93038071152-83","eu-tr-288211239086-16","eu-tr-304658739465-33","eu-tr-08746491502-16","eu-tr-085686030231-69"]}} -{"id":"ec-meeting-2020-09-10-54166ed0576f245507f50d2fbf8fad9884749606","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-10 - Cabinet of Commissioner Thierry Breton x QUALCOMM Incorporated"],"date":["2020-09-10"],"summary":["Digital future"],"notes":["Portfolio: Internal Market"],"location":["Videoconference Brussels"],"address":["Videoconference Brussels"],"addressEntity":["addr-dd07a9d55126dd4563305e4abb56ff22a08686b9"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","eu-tr-00358442856-45","ec-person-b077a2e9f0fdb3b8f6e91d0bd0b256db9e40ce46"]}} -{"id":"ec-meeting-2020-09-10-70269700ec70a2927a4c06a848b3b6c3dabe8151","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-10 - Cabinet of Commissioner Stella Kyriakides x European Academy of Paediatrics/ Union of European Medical Specialists Section of Paediatrics"],"date":["2020-09-10"],"summary":["Exchange of views on health priorities files (cancer, pharma strategy, vaccination)"],"notes":["Portfolio: Health"],"location":["Virtual meeting"],"address":["Virtual meeting"],"addressEntity":["addr-1f1f3f51a4da31a1ea5c1b4b21cbf52ad983224f"],"organizer":["ec-cabinet-commissioner-kyriakides-of-stella"],"involved":["eu-tr-517974629774-63","ec-person-c7513fae2df7920eea99d7cc103a354aa4f56b6e"]}} -{"id":"ec-meeting-2020-09-10-76ed54e266157531a890e525eafd2ce0479bd031","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-10 - Cabinet of Commissioner Adina Vălean x Skyscanner Limited"],"date":["2020-09-10"],"summary":["Call to discuss the evolution of aviation files."],"notes":["Portfolio: Transport"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["ec-person-5f7f9d4d861c5b97fbd25bccf6323535d2a7ceb8","eu-tr-600324619861-95"]}} -{"id":"ec-meeting-2020-09-10-8c57a2f040b39a0f2d196f9b76b9b7f33e057c80","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2020-09-10 - Cabinet of Commissioner Helena Dalli x Bundesverband der Deutschen Industrie e.V."],"date":["2020-09-10"],"summary":["Women on Boards; Gender Pay Gap","Best practices - gender equality"],"notes":["Portfolio: Equality"],"location":["Bruxelles","Videconference"],"address":["Bruxelles","Videconference"],"addressEntity":["addr-b58f5927b66d94a676970dc048485d4c6848f272","addr-e611dc74f08dc0cb4369d9147ee1bc357f769320"],"organizer":["ec-cabinet-commissioner-dalli-helena-of"],"involved":["eu-tr-1771817758-48","ec-person-d0b568d53468fcd3dfeeaddbd07343b5b065914d","ec-person-d15c205cb9cbb310d2811039c0160c1de7c84638"]}} -{"id":"ec-meeting-2020-09-10-8d0b4ceb8f765656a66bd0b403c2438f96577bd0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-10 - Cabinet of Commissioner Virginijus Sinkevičius x European Landowners' Organization asbl"],"date":["2020-09-10"],"summary":["To discuss EU BIODIVERSITY and PRIVATE LAND CONSERVATION"],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Video meeting"],"address":["Video meeting"],"addressEntity":["addr-762dc9b5648e05f3894b6f2597baa8254e5414db"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["ec-person-172a438ed334761e2ab5d52e551fd1bcb6ab6b8d","eu-tr-36063991244-88"]}} -{"id":"ec-meeting-2020-09-10-921b06fd421071923d5e00c91583dba558a4938c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-10 - Cabinet of Executive Vice-President Frans Timmermans x EUROCONSUMERS AISBL Association Belge des Consommateurs Test-Achats / Belgische Verbruikersunie Test-Aankoop"],"date":["2020-09-10"],"summary":["Consumer policies in support of the European Green Deal"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - video conference"],"address":["Brussels - video conference"],"addressEntity":["addr-d7df553e47e69d1cc9f4189b36b7c867f80459b0"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-284568937633-32","ec-person-d53e00c46a4cc62bbf533e0c9bb35bacb9121989","eu-tr-694466214317-80"]}} -{"id":"ec-meeting-2020-09-10-9e097ed4aabda6a65a563cb69c8a267754f9bd78","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-10 - Cabinet of Commissioner Kadri Simson x Gas Distributors for Sustainability Athenora Consulting"],"date":["2020-09-10"],"summary":["Energy system integration, decarbonisation of gases and the related regulatory framework, methane emissions."],"notes":["Portfolio: Energy"],"location":["Videoconference call"],"address":["Videoconference call"],"addressEntity":["addr-d1964f978a9a3925b783c40d0fd778ce0d40e512"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["eu-tr-79628773-02","ec-person-2fb98fc84d2cf8d481688eff3d47f7745ead3592","eu-tr-382692732615-35","ec-person-3ba14eabc5fddef75d1a672cc75b5f4bddd72ee9","ec-person-1995c65b8dc7f3702a8c30ed96a0144075848837"]}} -{"id":"ec-meeting-2020-09-10-9e98ba08c3d8ce3b84060238802750b5f7294aed","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2020-09-10 - Cabinet of Commissioner Helena Dalli x Ingka Services A.B."],"date":["2020-09-10"],"summary":["Diversity, inclusion and gender equality (including closing the pay gap) in companies","Best practices - gender equality"],"notes":["Portfolio: Equality"],"location":["Videoconference","Bruxelles"],"address":["Videoconference","Bruxelles"],"addressEntity":["addr-b58f5927b66d94a676970dc048485d4c6848f272","addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-dalli-helena-of"],"involved":["eu-tr-1095068839-59","ec-person-d0b568d53468fcd3dfeeaddbd07343b5b065914d","ec-person-d15c205cb9cbb310d2811039c0160c1de7c84638"]}} -{"id":"ec-meeting-2020-09-10-b2e2d8496dd97159780da9801aec3b842f8c0d92","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-10 - Cabinet of Commissioner Virginijus Sinkevičius x Transport and Environment (European Federation for Transport and Environment)"],"date":["2020-09-10"],"summary":["To discuss what the different transport modes can do up to 2030"],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Video meeting"],"address":["Video meeting"],"addressEntity":["addr-762dc9b5648e05f3894b6f2597baa8254e5414db"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["ec-person-172a438ed334761e2ab5d52e551fd1bcb6ab6b8d","eu-tr-58744833263-19"]}} -{"id":"ec-meeting-2020-09-10-bb2a82afb97fa373d49bd8224bc7e7ee8b040ae8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-10 - Cabinet of Vice-President Věra Jourová x Reporters sans frontières"],"date":["2020-09-10"],"summary":["Media freedom"],"notes":["Portfolio: Values and Transparency"],"location":["videoconference"],"address":["videoconference"],"addressEntity":["addr-92b2fbb928e012810d80d9ef1abe12027beee200"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["ec-person-aa83f35da599b82e4f15da018f4b3447eb648f7c","eu-tr-612547127497-45","ec-person-76793b3bad1c7471121c510a962aae356d19c30b"]}} -{"id":"ec-meeting-2020-09-10-bff2c412d76e82e232c0fa6cdf07af1a181ad0ac","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-10 - Cabinet of Executive Vice-President Frans Timmermans x Delft University of Technology"],"date":["2020-09-10"],"summary":["Hydrogen"],"notes":["Portfolio: European Green Deal"],"location":["Brussels (video conference)"],"address":["Brussels (video conference)"],"addressEntity":["addr-1a77e12c05a39186f3ddab600c3e9e619c4822ef"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-9eafbf4a92961023c7df3ab389ae6d4301dec4bf","ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce","eu-tr-241931027620-47"]}} -{"id":"ec-meeting-2020-09-10-c128ee2e4e79bfc76932ce3fb02f95126e8f3e06","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-10 - Cabinet of Commissioner Stella Kyriakides x European Public Health Alliance"],"date":["2020-09-10"],"summary":["Exchange of views on the pharmaceutical strategy"],"notes":["Portfolio: Health"],"location":["Virtual meeting"],"address":["Virtual meeting"],"addressEntity":["addr-1f1f3f51a4da31a1ea5c1b4b21cbf52ad983224f"],"organizer":["ec-cabinet-commissioner-kyriakides-of-stella"],"involved":["eu-tr-18941013532-08","ec-person-c7513fae2df7920eea99d7cc103a354aa4f56b6e"]}} -{"id":"ec-meeting-2020-09-10-d0d9c0aad4aa179d54523601238278c07cfdb2b7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-10 - Cabinet of Executive Vice-President Frans Timmermans x Cycling Industries Europe European Cyclists' Federation"],"date":["2020-09-10"],"summary":["Cycling and the European Green Deal"],"notes":["Portfolio: European Green Deal"],"location":["video call"],"address":["video call"],"addressEntity":["addr-12d8c530d76da0b7745f9c0f9285e7eec97adc55"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-28451455737-18","ec-person-d56ecbfde17436a136fc89c9a978b266e8285c84","eu-tr-762247734758-18"]}} -{"id":"ec-meeting-2020-09-10-d1ca92e52fc63e29b53b775ab3fae4f70340ef65","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-10 - Cabinet of Commissioner Didier Reynders x The European Region of the International Lesbian, Gay, Bisexual, Trans and Intersex Association"],"date":["2020-09-10"],"summary":["Protection of LGBTI+ rights in the EU"],"notes":["Portfolio: Justice"],"location":["video conference"],"address":["video conference"],"addressEntity":["addr-6dc12e3c97077db82f32184f24341ce370a445fd"],"organizer":["ec-cabinet-commissioner-didier-of-reynders"],"involved":["ec-person-50f9cba2282e1d03395cdd0faf9ce6e9a2ff3104","eu-tr-11977456675-84","ec-person-1e25399e2267734c5f4c69093d2286c8898ee9f0"]}} -{"id":"ec-meeting-2020-09-10-dc54b5fb3ab59c476839b8da1f4dacb5b576a965","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-10 - Cabinet of Commissioner Thierry Breton x DigitalES - Asociación Española para la Digitalización"],"date":["2020-09-10"],"summary":["Intervention at DigitalES Summit 2020\r\n\"Leading the change:Technology is powering up the EU\""],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-103177030898-96","ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0"]}} -{"id":"ec-meeting-2020-09-10-f27e451891d5f657d809a558351f4083d535ed12","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-10 - Cabinet of Commissioner Nicolas Schmit x IBM Corporation"],"date":["2020-09-10"],"summary":["Videoconference meeting on recovery and skills."],"notes":["Portfolio: Jobs and Social Rights"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-66fa2c2d100ec194caa42b5c6f97c36e2748b71c","eu-tr-7721359944-96","ec-person-4cf4655ab41922e92160325d987a3c4615c72d30","ec-person-c03b949331dbbe5fa3d5423758e371ec1b9b832f"]}} -{"id":"ec-meeting-2020-09-10-f33cdf5de46b0768d1fc754593b6cec430fc7d7d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-10 - Cabinet of Executive Vice-President Frans Timmermans x Mastercard Europe"],"date":["2020-09-10"],"summary":["Green recovery, Green Deal objectives and role of the private sector"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - videoconference"],"address":["Brussels - videoconference"],"addressEntity":["addr-a3a01e55b02ab591ce10151760698f4306ec49cb"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-7c876f4825f213b8adbedf089ccedfbc3b36d65b","eu-tr-58204758673-16"]}} -{"id":"ec-meeting-2020-09-10-f8671c6e9701145da38b8a625a4d391410697952","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-10 - Cabinet of Commissioner Didier Reynders x Friends of the Earth Europe"],"date":["2020-09-10"],"summary":["HRDD legislation and sustainable corporate governance"],"notes":["Portfolio: Justice"],"location":["Video conference"],"address":["Video conference"],"addressEntity":["addr-ebc9fd5c2f372a32153cf3f4d5fb918a96b84a88"],"organizer":["ec-cabinet-commissioner-didier-of-reynders"],"involved":["ec-person-442bf1ae9900b999673cdd7389224d0e21b67d4d","eu-tr-9825553393-31"]}} -{"id":"ec-meeting-2020-09-11-15023842e4efd5847645f3f2a6c2b333d6e05c14","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-11 - Cabinet of Commissioner Didier Reynders x IBM Corporation"],"date":["2020-09-11"],"summary":["Exchange of views on data protection and Artificial Intelligence"],"notes":["Portfolio: Justice"],"location":["Video conference"],"address":["Video conference"],"addressEntity":["addr-ebc9fd5c2f372a32153cf3f4d5fb918a96b84a88"],"organizer":["ec-cabinet-commissioner-didier-of-reynders"],"involved":["eu-tr-7721359944-96","ec-person-1e25399e2267734c5f4c69093d2286c8898ee9f0","ec-person-442bf1ae9900b999673cdd7389224d0e21b67d4d"]}} -{"id":"ec-meeting-2020-09-11-295e7261e518c1241f116184d075045660a1b3ee","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-11 - Cabinet of President Ursula von der Leyen x Global Citizen"],"date":["2020-09-11"],"summary":["Covid-19 response"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["eu-tr-211392938041-28","ec-person-a15f450526451c70384a05ea9a3a7400ba2d3e7e"]}} -{"id":"ec-meeting-2020-09-11-4308c56612094dd64104b7eee04e69237b638cfe","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-11 - Cabinet of Executive Vice-President Frans Timmermans x International Road Transport Union Permanent Delegation to the EU"],"date":["2020-09-11"],"summary":["Road transport in the European Green Deal"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-41802525291-86","ec-person-d56ecbfde17436a136fc89c9a978b266e8285c84"]}} -{"id":"ec-meeting-2020-09-11-4a268205fba8c68474106718c3573a72ea47903b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-11 - Cabinet of Commissioner Elisa Ferreira x Banco Santander, S.A."],"date":["2020-09-11"],"summary":["Introductory meeting with the new Managing Director – European Corporate Affairs of Banco Santander"],"notes":["Portfolio: Cohesion and Reforms"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-elisa-ferreira-of"],"involved":["eu-tr-799142914971-03","ec-person-4121b3832a3dd4ec5d2c50f26f7003d3bada6d20"]}} -{"id":"ec-meeting-2020-09-11-6e4ca5026283ff6a101205f93c6d03108257156b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-11 - Cabinet of Commissioner Jutta Urpilainen x DSW (Deutsche Stiftung Weltbevoelkerung) International Planned Parenthood Federation European Network GLOBAL HEALTH ADVOCATES Save the Children Europe Stichting Aidsfonds - Soa Aids Nederland ACTION CONTRE LA FAIM WaterAid"],"date":["2020-09-11"],"summary":["EU Global Health Strategy"],"notes":["Portfolio: International Partnerships"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["eu-tr-272646820681-30","eu-tr-32018754890-28","ec-person-6357f4506ca5351b3a822936612fd6006da48722","eu-tr-48655305058-87","eu-tr-415569825888-34","eu-tr-07720398190-53","eu-tr-697362735627-20","eu-tr-49806329193-46"]}} -{"id":"ec-meeting-2020-09-11-8b8db53f327553ddf9415faeafdc08041991ca77","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-11 - Cabinet of Commissioner Nicolas Schmit x Chambre des salariés"],"date":["2020-09-11"],"summary":["Videoconference meeting on micro-credentials."],"notes":["Portfolio: Jobs and Social Rights"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-66fa2c2d100ec194caa42b5c6f97c36e2748b71c","ec-person-4cf4655ab41922e92160325d987a3c4615c72d30","eu-tr-918499830049-31"]}} -{"id":"ec-meeting-2020-09-11-983c386d12d1c6d208f682d2b227947ae06596f8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-11 - Cabinet of Executive Vice-President Frans Timmermans x EPIA SolarPower Europe"],"date":["2020-09-11"],"summary":["Recovery"],"notes":["Portfolio: European Green Deal"],"location":["Brussels (videoconference)"],"address":["Brussels (videoconference)"],"addressEntity":["addr-843ddf9d3c6977cd8d56db6bb2154f8415263e26"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-2680046412-48","ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce"]}} -{"id":"ec-meeting-2020-09-11-af5b5e95ce50811a4a83d5c640ffac2d3b0589a7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-11 - Cabinet of Executive Vice-President Valdis Dombrovskis x Index Industry Association"],"date":["2020-09-11"],"summary":["Benchmarks regulation"],"notes":["Portfolio: An Economy that Works for People"],"location":["video conference"],"address":["video conference"],"addressEntity":["addr-6dc12e3c97077db82f32184f24341ce370a445fd"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-235870cd7eb41f2494f695fce18b5b5b88647113","eu-tr-722494739217-04"]}} -{"id":"ec-meeting-2020-09-11-b8f67d95674251ca3712c09f1d3ff30a3d253493","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-11 - Cabinet of Commissioner Janusz Wojciechowski x PGE Polska Grupa Energetyczna SA"],"date":["2020-09-11"],"summary":["Outcome of the vote on Climate Law"],"notes":["Portfolio: Agriculture"],"location":["Video conference"],"address":["Video conference"],"addressEntity":["addr-ebc9fd5c2f372a32153cf3f4d5fb918a96b84a88"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["ec-person-625f8b4379f79adee4f15c6a0417a96bb5a5a403","eu-tr-818300434979-49"]}} -{"id":"ec-meeting-2020-09-11-c38f68778e0387f3396cbc196d5821795ad55df9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-11 - Cabinet of Commissioner Thierry Breton x BEAM Alliance"],"date":["2020-09-11"],"summary":["Challenges faced by EU SME in the anti-microbial resistance field and the upcoming pharmaceutical strategy."],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-989919136810-31","ec-person-026c2270ec4cbabdb8ac223b2d1fa4202696dc8d"]}} -{"id":"ec-meeting-2020-09-11-d65cd1d69e6164fee047c904fd40b19a727651ea","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-11 - Cabinet of Commissioner Janez Lenarčič x Water Europe"],"date":["2020-09-11"],"summary":["Water in Humanitarian Aid and Civil Protection"],"notes":["Portfolio: Crisis Management"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-janez-lenarcic-of"],"involved":["ec-person-31e4e9c3126a9151de6a161e669faba028b1ffa6","eu-tr-43176485302-45"]}} -{"id":"ec-meeting-2020-09-11-e6bd37758f56cc0c727b846e99c77f7796200587","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-11 - Cabinet of Commissioner Adina Vălean x Inland Navigation Europe"],"date":["2020-09-11"],"summary":["Sustainable and smart mobility strategy"],"notes":["Portfolio: Transport"],"location":["Conference call"],"address":["Conference call"],"addressEntity":["addr-28ba88479582b2f75898964548da4252dc7db7d2"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["eu-tr-1811573195-25","ec-person-baa9678f53e0a607c8a9bb2cd9122d1c13370154"]}} -{"id":"ec-meeting-2020-09-11-e6dde8b31d32f83453ab5b910119537cecf5b078","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-11 - Cabinet of Commissioner Mariya Gabriel x COIMBRA GROUP"],"date":["2020-09-11"],"summary":["Meeting with Chair and Vice-Chair of the Executive Board of the Coimbra Group on exchanging views and ideas ahead of a strategic and pretty unusual academic year for the European Higher Education an Research area"],"notes":["Portfolio: Innovation and Youth"],"location":["Videoconference call"],"address":["Videoconference call"],"addressEntity":["addr-d1964f978a9a3925b783c40d0fd778ce0d40e512"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["ec-person-1674399a793e9e6fd7cf55b525515fc862fc9351","eu-tr-361887338852-62"]}} -{"id":"ec-meeting-2020-09-11-f479b399e9c8a3d197e18cdb276f8632c8c771cd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-11 - Cabinet of Commissioner Olivér Várhelyi x Philip Morris International Inc. Gianni & Origoni UniCredit Intesa Sanpaolo"],"date":["2020-09-11"],"summary":["Breakfast with institutional and economic stakeholders organised by Rep and Comin & partners"],"notes":["Portfolio: Neighbourhood and Enlargement"],"location":["Rome"],"address":["Rome"],"addressEntity":["addr-da7705caa15608fea217326726ec6ed97a9c6c9d"],"organizer":["ec-cabinet-commissioner-of-oliver-varhelyi"],"involved":["eu-tr-03094871618-32","ec-person-455e75c046adb4f874e478e1fa34e4b563568b8b","eu-tr-24037141789-48","eu-tr-51925911965-76","eu-tr-323749429015-92"]}} -{"id":"ec-meeting-2020-09-11-fe68f1600def05518b63b941b02fa5159085dbb2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-11 - Cabinet of Commissioner Adina Vălean x General Aviation Manufacturers Association"],"date":["2020-09-11"],"summary":["Meeting to discuss latest development in the aviation sector."],"notes":["Portfolio: Transport"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["eu-tr-49221685491-82","ec-person-cc0354fbf386eb83f57c00ad5240f1dddeeabab4"]}} -{"id":"ec-meeting-2020-09-14-323bdc8d0a6230d785bbfa5df63cc6512a1f91d9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-14 - Cabinet of Commissioner Virginijus Sinkevičius x Ocean Energy Europe"],"date":["2020-09-14"],"summary":["Offshore Renewable Strategy"],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Video meeting"],"address":["Video meeting"],"addressEntity":["addr-762dc9b5648e05f3894b6f2597baa8254e5414db"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["ec-person-a3ed762188f9656ad2089827d1f121894fc1c0d2","eu-tr-264048311507-68"]}} -{"id":"ec-meeting-2020-09-14-55a7f2f485ff33b05c91cdfe78673dad3f78246b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-14 - Structural Reform Support x ENEL SpA"],"date":["2020-09-14"],"summary":["Decarbonization looking at 2030 and 2050 horizons – Presentation of the study"],"location":["Virtual meeting"],"address":["Virtual meeting"],"addressEntity":["addr-1f1f3f51a4da31a1ea5c1b4b21cbf52ad983224f"],"organizer":["ec-dg-reform"],"involved":["ec-person-a6afb12070a889c7071fdf14b6620c79335680d4","eu-tr-6256831207-27"]}} -{"id":"ec-meeting-2020-09-14-5c3a4dde6e8ad4aa817338d07cb10edc29caf977","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-14 - Cabinet of Commissioner Paolo Gentiloni x European Public Real Estate Association"],"date":["2020-09-14"],"summary":["REIT Regime and its opportunities"],"notes":["Portfolio: Economy"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-cabinet-commissioner-gentiloni-of-paolo"],"involved":["eu-tr-09307393718-06","ec-person-404d55367ba0dadec989b6dc2eab96ef2abd96af"]}} -{"id":"ec-meeting-2020-09-14-703c79f0578b30a02056f8ed27284844f3ba23ab","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-14 - Cabinet of Commissioner Virginijus Sinkevičius x European Construction Industry Federation"],"date":["2020-09-14"],"summary":["To discuss the Circular Economy Action Plan and future EU initiatives related to the construction sector."],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["eu-tr-92221016212-42","ec-person-a58f1d06f5cb1d8dfd278e0c36d5aa1b9368b270"]}} -{"id":"ec-meeting-2020-09-14-862fe7a0a43c412f116f07a099f8c0719fecef5a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-14 - Cabinet of Commissioner Didier Reynders x StaalindustrieVerbond - Belgian steel federation"],"date":["2020-09-14"],"summary":["State aid guidelines"],"notes":["Portfolio: Justice"],"location":["videoconference"],"address":["videoconference"],"addressEntity":["addr-92b2fbb928e012810d80d9ef1abe12027beee200"],"organizer":["ec-cabinet-commissioner-didier-of-reynders"],"involved":["ec-person-50f9cba2282e1d03395cdd0faf9ce6e9a2ff3104","eu-tr-611042837970-94"]}} -{"id":"ec-meeting-2020-09-14-8e446d377fbb854cdf88214489772851cacbd658","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-14 - Cabinet of Commissioner Thierry Breton x European Financial Services Round Table"],"date":["2020-09-14"],"summary":["Exchange of views on Commission priorities in the field of digital sovereignty and on Next Generation EU programme"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","eu-tr-27636291880-60","ec-person-4b5aaa9cea258419f934faa90c41e25de348a2d8"]}} -{"id":"ec-meeting-2020-09-14-8f64c45eb863d0c40f20a86af1b7696c5104af7f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-14 - Agriculture and Rural Development x CropLife Europe"],"date":["2020-09-14"],"summary":["Farm to Fork targets and plant protection"],"location":["Brussels - Webex meeting"],"address":["Brussels - Webex meeting"],"addressEntity":["addr-877f6ee277fa5019f768495fea21da6790f5df2b"],"organizer":["ec-dg-agri"],"involved":["ec-person-94f7c6e6875fa76120558bda38f913792cc61934","eu-tr-0711626572-26"]}} -{"id":"ec-meeting-2020-09-14-98f998e5f17ae2e377f5ced2dc2ea47c876fcb1c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-14 - Cabinet of Commissioner Helena Dalli x American Chamber of Commerce to the European Union"],"date":["2020-09-14"],"summary":["Best practices - pay transparency"],"notes":["Portfolio: Equality"],"location":["Bruxelles"],"address":["Bruxelles"],"addressEntity":["addr-b58f5927b66d94a676970dc048485d4c6848f272"],"organizer":["ec-cabinet-commissioner-dalli-helena-of"],"involved":["eu-tr-5265780509-97","ec-person-d15c205cb9cbb310d2811039c0160c1de7c84638"]}} -{"id":"ec-meeting-2020-09-14-992348be27b7731b26b758835afc95f9b69fffec","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-14 - Cabinet of Commissioner Stella Kyriakides x SIC - Sociedade Independente de Comunicação SA"],"date":["2020-09-14"],"summary":["Virtual meeting, for Europe’s Beating Cancer Plan"],"notes":["Portfolio: Health"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-kyriakides-of-stella"],"involved":["eu-tr-441851939671-30","ec-person-c7513fae2df7920eea99d7cc103a354aa4f56b6e"]}} -{"id":"ec-meeting-2020-09-14-abafa44a17ea05878f393562d0b236d0e1f8e083","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-14 - Cabinet of Commissioner Nicolas Schmit x European Federation of Public Service Unions"],"date":["2020-09-14"],"summary":["Preparation of a report on Social Dialogue"],"notes":["Portfolio: Jobs and Social Rights"],"location":["Bonn"],"address":["Bonn"],"addressEntity":["addr-a75ab8385ac6b27af1e482664fb8343d3ca17ba4"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["eu-tr-04902121531-04","ec-person-652143032bcbd23aa320685b3deba350097aa7ae"]}} -{"id":"ec-meeting-2020-09-14-ad066cdf85b448c7e8599b3e2a78f38aacdda0cd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-14 - Cabinet of Executive Vice-President Valdis Dombrovskis x BUSINESSEUROPE"],"date":["2020-09-14"],"summary":["EU-US transatlantic relationship"],"notes":["Portfolio: An Economy that Works for People"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["eu-tr-3978240953-79","ec-person-9e7bd1005456277f156b671d1555c6a460fb2f58"]}} -{"id":"ec-meeting-2020-09-14-b4f0021d1a783e07361d94a5f49ebac95a707761","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-14 - Cabinet of Commissioner Didier Reynders x AIM - European Brands Association"],"date":["2020-09-14"],"summary":["Digital Services Act"],"notes":["Portfolio: Justice"],"location":["video conference"],"address":["video conference"],"addressEntity":["addr-6dc12e3c97077db82f32184f24341ce370a445fd"],"organizer":["ec-cabinet-commissioner-didier-of-reynders"],"involved":["eu-tr-1074382679-01","ec-person-442bf1ae9900b999673cdd7389224d0e21b67d4d"]}} -{"id":"ec-meeting-2020-09-14-babc3ebc8e05ffc4a2f489ce3fbf0c1d34a979f7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-14 - Regulatory Scrutiny Board x American Chamber of Commerce to the European Union"],"date":["2020-09-14"],"summary":["Institutional Affair Task Force virtual meeting"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-rsb"],"involved":["eu-tr-5265780509-97","ec-person-31c44e0f672f59d97fcdbfa3dc472749e3187fea"]}} -{"id":"ec-meeting-2020-09-14-bfc2a89447a071dd5f99ca1f3f44696f0e9f1e2c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-14 - Cabinet of Commissioner Mariya Gabriel x European Boating Industry"],"date":["2020-09-14"],"summary":["The Horizon Mission on healthy oceans"],"notes":["Portfolio: Innovation and Youth"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["ec-person-6a2152ccdf48d8ec087f545734a0ec503917193b","eu-tr-74989093163-18"]}} -{"id":"ec-meeting-2020-09-14-bfe79d31d93a879d7520b99b46396061e450850c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-14 - Task Force for Relations with the United Kingdom x European Association Automotive Suppliers Association des Constructeurs Européens d'Automobiles"],"date":["2020-09-14"],"summary":["Meeting with the Task Force for Relations with the United Kingdom"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-uktf"],"involved":["ec-person-864cfa5fbc9b02a079ffbab1107f252c7bb08478","eu-tr-91408765797-03","eu-tr-0649790813-47"]}} -{"id":"ec-meeting-2020-09-14-c9d01362c57f54a9ee8fbe730c48253de663e075","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-14 - Cabinet of Commissioner Jutta Urpilainen x Miltton Europe"],"date":["2020-09-14"],"summary":["EU Next Generation"],"notes":["Portfolio: International Partnerships"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["ec-person-9788b5f9ccd101dc091867a4496a5735ee7151d9","eu-tr-245377319023-40"]}} -{"id":"ec-meeting-2020-09-14-cf8384c72a9231944904fa6a21468325334401b2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-14 - Cabinet of Executive Vice-President Frans Timmermans x Climate Strategies"],"date":["2020-09-14"],"summary":["Coal regions in transition – update on the just transition work at Climate Strategies"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - video conference"],"address":["Brussels - video conference"],"addressEntity":["addr-d7df553e47e69d1cc9f4189b36b7c867f80459b0"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-101582711494-15","ec-person-d53e00c46a4cc62bbf533e0c9bb35bacb9121989"]}} -{"id":"ec-meeting-2020-09-15-007644a53ebeadf358715244161e034446ef1b97","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-15 - Cabinet of Commissioner Thierry Breton x Centrient Pharmaceuticals"],"date":["2020-09-15"],"summary":["Strengthening the EU’s production capacity for live-saving pharmaceuticals."],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-494574538937-86","ec-person-026c2270ec4cbabdb8ac223b2d1fa4202696dc8d"]}} -{"id":"ec-meeting-2020-09-15-1f945ff26e8a33b5c596a258f1a0f2b214a906d8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-15 - Energy x Roundtable for Europe's Energy Future"],"date":["2020-09-15"],"summary":["Roundtable (videoconference) on Recovery through an accelerated Green Deal: An action plan to mitigate the impact of the COVID-19 Emergency."],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-ener"],"involved":["ec-person-9c0f33ecb9f6badd5f4b5f1a4bd7677e18a52a22","eu-tr-101903316808-95"]}} -{"id":"ec-meeting-2020-09-15-21918497cf4a16d795275811ac679fd0230cdc84","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-15 - Climate Action x Energy Transitions Commission"],"date":["2020-09-15"],"summary":["Steel sector decarbonisation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-clima"],"involved":["ec-person-9c5c685692a09a77f2bc8ae9c05663b87cd75aae","eu-tr-789695437661-86"]}} -{"id":"ec-meeting-2020-09-15-3386498d75d99c9d98902fed0ed0cca823ffc4e8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-15 - Cabinet of Commissioner Jutta Urpilainen x Westerwelle Foundation"],"date":["2020-09-15"],"summary":["Supporting Entrepreneurship in Africa"],"notes":["Portfolio: International Partnerships"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["eu-tr-915863139270-40","ec-person-9788b5f9ccd101dc091867a4496a5735ee7151d9"]}} -{"id":"ec-meeting-2020-09-15-399ff1f07d218e19c22bd18a854ad60b989eeefa","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-15 - Cabinet of Commissioner Stella Kyriakides x European Environmental Bureau EUROPEAN TRADE UNION CONFEDERATION Bureau Européen des Unions de Consommateurs"],"date":["2020-09-15"],"summary":["VC meeting on Chemicals strategy"],"notes":["Portfolio: Health"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-kyriakides-of-stella"],"involved":["eu-tr-06798511314-27","eu-tr-9505781573-45","eu-tr-06698681039-26","ec-person-081d99a6f9ed1259db43e2cbcba20275774511b2"]}} -{"id":"ec-meeting-2020-09-15-443c94145ab4ba2c47ba50f08e1b82ce9041567f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-15 - Cabinet of Commissioner Paolo Gentiloni x EUROGAS aisbl"],"date":["2020-09-15"],"summary":["EU Hydrogen Strategy"],"notes":["Portfolio: Economy"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-cabinet-commissioner-gentiloni-of-paolo"],"involved":["ec-person-8da36db391ed53f362d495cd564ba8b45c7003e1","eu-tr-17909506129-41"]}} -{"id":"ec-meeting-2020-09-15-478d5356dc1b24ddb66e249d953b58da2b9a2202","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-15 - Cabinet of Commissioner Thierry Breton x Expedia Group"],"date":["2020-09-15"],"summary":["Exchange of views on the impact of the Covid on Tourism"],"notes":["Portfolio: Internal Market"],"location":["Video conference"],"address":["Video conference"],"addressEntity":["addr-ebc9fd5c2f372a32153cf3f4d5fb918a96b84a88"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-e18e6e300776f5f47ca4c72c1ba1b0d0eb1e71fe","ec-person-4b5aaa9cea258419f934faa90c41e25de348a2d8","eu-tr-310742426359-07"]}} -{"id":"ec-meeting-2020-09-15-4a6ef5e0f3db5504786e5ea659a10e18fd8d7c7f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-15 - Cabinet of Commissioner Helena Dalli x Ernst & Young Core Business Services BV"],"date":["2020-09-15"],"summary":["Best practices-pay transparency"],"notes":["Portfolio: Equality"],"location":["Video conference"],"address":["Video conference"],"addressEntity":["addr-ebc9fd5c2f372a32153cf3f4d5fb918a96b84a88"],"organizer":["ec-cabinet-commissioner-dalli-helena-of"],"involved":["ec-person-d15c205cb9cbb310d2811039c0160c1de7c84638","eu-tr-04458109373-91"]}} -{"id":"ec-meeting-2020-09-15-6380278a07864a65c8648058cbf21b4b511a5c3e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-15 - Cabinet of Executive Vice-President Frans Timmermans x Transport and Environment (European Federation for Transport and Environment)"],"date":["2020-09-15"],"summary":["2030 Climate Target Plan"],"notes":["Portfolio: European Green Deal"],"location":["video call"],"address":["video call"],"addressEntity":["addr-12d8c530d76da0b7745f9c0f9285e7eec97adc55"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-d56ecbfde17436a136fc89c9a978b266e8285c84","eu-tr-58744833263-19"]}} -{"id":"ec-meeting-2020-09-15-6c64141ee0313d6c5f882425901251685c9d980a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-15 - Cabinet of President Ursula von der Leyen x Ericsson"],"date":["2020-09-15"],"summary":["Virtual meeting on the topic of G20 preparations"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["eu-tr-02021363105-42","ec-person-a15f450526451c70384a05ea9a3a7400ba2d3e7e"]}} -{"id":"ec-meeting-2020-09-15-7cbbf531ac392e6c3dd01aee28631490775866b4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-15 - Cabinet of Commissioner Virginijus Sinkevičius x European Environmental Bureau Bureau Européen des Unions de Consommateurs EUROPEAN TRADE UNION CONFEDERATION"],"date":["2020-09-15"],"summary":["To discuss the European Green Deal and the EU chemicals policy, including Chemicals Strategy for Sustainability"],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Video meeting"],"address":["Video meeting"],"addressEntity":["addr-762dc9b5648e05f3894b6f2597baa8254e5414db"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["eu-tr-06798511314-27","eu-tr-9505781573-45","eu-tr-06698681039-26","ec-person-172a438ed334761e2ab5d52e551fd1bcb6ab6b8d"]}} -{"id":"ec-meeting-2020-09-15-7e9918fc3e06b0e23b25acdcbaa17708fcacd496","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-15 - Cabinet of Executive Vice-President Valdis Dombrovskis x Bundesverband deutscher Banken e.V."],"date":["2020-09-15"],"summary":["Digital finance"],"notes":["Portfolio: An Economy that Works for People"],"location":["video conference"],"address":["video conference"],"addressEntity":["addr-6dc12e3c97077db82f32184f24341ce370a445fd"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-235870cd7eb41f2494f695fce18b5b5b88647113","eu-tr-0764199368-97"]}} -{"id":"ec-meeting-2020-09-15-82978aaa6685892289f2dc8cc3e00ab8fc474215","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-15 - Cabinet of Commissioner Thierry Breton x Interactive Advertising Bureau Europe"],"date":["2020-09-15"],"summary":["Developments on tracking cookies technologies"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-43167137250-27","ec-person-4d83416435f81b1f1e8f5c86aeebb1478577f1d2"]}} -{"id":"ec-meeting-2020-09-15-82f9be23d12aa8dd8d1c7fa7bf2c971efd9db9c8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-15 - Cabinet of Commissioner Kadri Simson x Transport and Environment (European Federation for Transport and Environment)"],"date":["2020-09-15"],"summary":["2030 Climate Target Plan, \r\nRenewable, Hydrogen, Sustainability Criteria\r\nTransport"],"notes":["Portfolio: Energy"],"location":["Video Conferencing"],"address":["Video Conferencing"],"addressEntity":["addr-e3b7413b2ac93be00b6bcff51fdc1374d67118bd"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["ec-person-9b7f5fe059e5b0b40e79e9170211aa2f02322fdb","ec-person-68b9170beccdbf21444fad7cdc252dec9e60b9d2","eu-tr-58744833263-19"]}} -{"id":"ec-meeting-2020-09-15-8fd5febf46f97ebac3e247a8af3bbbd0bfe2687e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-15 - Energy x European Network of Transmission System Operators for Electricity"],"date":["2020-09-15"],"summary":["Presentation (videoconference) of ENTSO-E’s Approach to Multi-Sectorial Planning."],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-ener"],"involved":["eu-tr-25805148045-87","ec-person-9c0f33ecb9f6badd5f4b5f1a4bd7677e18a52a22"]}} -{"id":"ec-meeting-2020-09-15-90dd046051f1abf08da3feaa1a23606bc08aacc3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-15 - Cabinet of Vice-President Margaritis Schinas x All Policies for a Healthy Europe"],"date":["2020-09-15"],"summary":["Health policies in EU"],"notes":["Portfolio: Promoting the European Way of Life"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-margaritis-of-president-schinas-vice"],"involved":["eu-tr-044091037516-81","ec-person-180e5c5b13dac533a1241b0f9d78176c8bec3d51"]}} -{"id":"ec-meeting-2020-09-15-992ec1bd3d88b80c3a3e49ed66f3168c7c96ca0a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-15 - Cabinet of Commissioner Virginijus Sinkevičius x CMA CGM"],"date":["2020-09-15"],"summary":["The contribution of shipping to the blue economy and to decarbonization"],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["online"],"address":["online"],"addressEntity":["addr-2dbc2fd2358e1ea1b7a6bc08ea647b9a337ac92d"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["eu-tr-009433826675-55","ec-person-a3ed762188f9656ad2089827d1f121894fc1c0d2"]}} -{"id":"ec-meeting-2020-09-15-9e3f5ffdadec441a4160897c131237422d2417d8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-15 - Cabinet of Vice-President Dubravka Šuica x Make Mothers Matter EU Delegation"],"date":["2020-09-15"],"summary":["Strategy on the Rights of the Child, Green Paper on Ageing"],"notes":["Portfolio: Democracy and Demography"],"location":["Brussels/online"],"address":["Brussels/online"],"addressEntity":["addr-24165ed0abdaab35e78da0941eb9a65a9b17371d"],"organizer":["ec-cabinet-dubravka-of-president-suica-vice"],"involved":["eu-tr-68995403035-84","ec-person-bae2f44eb21285b37ecc9c7f2f42b4acb1f53264","ec-person-60bc1622eb549a098038c6073ce7c40691ec9384"]}} -{"id":"ec-meeting-2020-09-15-a9997d44df63d83e2e1ad082c5b332e22d7d512c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-15 - Cabinet of Commissioner Paolo Gentiloni x Bpifrance"],"date":["2020-09-15"],"summary":["Recovery and Investment\r\n(webex together with CAB BRETON representatives)"],"notes":["Portfolio: Economy"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-cabinet-commissioner-gentiloni-of-paolo"],"involved":["eu-tr-950921712127-74","ec-person-8da36db391ed53f362d495cd564ba8b45c7003e1"]}} -{"id":"ec-meeting-2020-09-15-b7986bcb740f8ded1b5b37987c85c92baed2609c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-15 - Research and Innovation x Gates Ventures, LLC"],"date":["2020-09-15"],"summary":["Meeting with Jonah Goldman"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-rtd"],"involved":["ec-person-1d348f33395de0ea6773a7b4ae8797e3e0392f73","eu-tr-458140332839-09"]}} -{"id":"ec-meeting-2020-09-15-be72c44c1299dc9da497d4d8bb9cba0222df3802","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-15 - Cabinet of Executive Vice-President Frans Timmermans x Bureau Européen des Unions de Consommateurs EUROPEAN TRADE UNION CONFEDERATION European Environmental Bureau"],"date":["2020-09-15"],"summary":["European Green Deal and the EU chemicals policy, including Chemicals Strategy for Sustainability"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-06798511314-27","eu-tr-9505781573-45","eu-tr-06698681039-26","ec-person-8af3c81534786a740718d21dc58240738a53ed7b"]}} -{"id":"ec-meeting-2020-09-15-c9fe368f57a3ff94834dfbe8e5f10fda0ad27090","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-15 - Cabinet of Commissioner Johannes Hahn x MAN Truck & Bus SE"],"date":["2020-09-15"],"summary":["Impact of the COVID-19 crisis. Green and Digital Transition."],"notes":["Portfolio: Budget and Administration"],"location":["Conference call"],"address":["Conference call"],"addressEntity":["addr-28ba88479582b2f75898964548da4252dc7db7d2"],"organizer":["ec-cabinet-commissioner-hahn-johannes-of"],"involved":["ec-person-6dd3472dac004e43ec1fa4f5b4106e3b476c9ce7","eu-tr-06093891220-52"]}} -{"id":"ec-meeting-2020-09-15-d5991db0ddc17e615306fbb0e41429ebb8c553d9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-15 - Cabinet of Executive Vice-President Valdis Dombrovskis x ShareAction Europe Stichting European Climate Foundation Umweltorganisation WWF Central and Eastern Erurope Third Generation Environmentalism Ltd Better Europe Transport and Environment (European Federation for Transport and Environment) Frank Bold Society"],"date":["2020-09-15"],"summary":["Sustainable finance"],"notes":["Portfolio: An Economy that Works for People"],"location":["video conference"],"address":["video conference"],"addressEntity":["addr-6dc12e3c97077db82f32184f24341ce370a445fd"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["eu-tr-58744833263-19","ec-person-235870cd7eb41f2494f695fce18b5b5b88647113","eu-tr-75791956264-20","eu-tr-113286326329-37","eu-tr-64869491516-70","eu-tr-57221111091-19","eu-tr-07783117686-61","eu-tr-02019258940-59"]}} -{"id":"ec-meeting-2020-09-15-e0191b0528a1c6c135947d42cc2af6ea0a367b3c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-15 - Cabinet of Commissioner Stella Kyriakides x All Policies for a Healthy Europe"],"date":["2020-09-15"],"summary":["Videoconference, about Health policies in EU"],"notes":["Portfolio: Health"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-kyriakides-of-stella"],"involved":["eu-tr-044091037516-81","ec-person-89da633742fbb5cc6968446425905784a5dcc5bc"]}} -{"id":"ec-meeting-2020-09-16-043e87a5dac8c72e52ec8b9fd04a31bd4db31bb9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-16 - Cabinet of Commissioner Paolo Gentiloni x Energy Transitions Commission"],"date":["2020-09-16"],"summary":["Energy and Economic Recovery"],"notes":["Portfolio: Economy"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-cabinet-commissioner-gentiloni-of-paolo"],"involved":["ec-person-8da36db391ed53f362d495cd564ba8b45c7003e1","eu-tr-789695437661-86"]}} -{"id":"ec-meeting-2020-09-16-0bb405fb34f781a586732489281278a0e9c2cf0d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-16 - Cabinet of Commissioner Stella Kyriakides x International Chemical Secretariat"],"date":["2020-09-16"],"summary":["VC meeting on Chemicals strategy"],"notes":["Portfolio: Health"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-kyriakides-of-stella"],"involved":["eu-tr-95363765837-60","ec-person-081d99a6f9ed1259db43e2cbcba20275774511b2"]}} -{"id":"ec-meeting-2020-09-16-1a7dec4e913bc524ca978515c413769d61f1e07b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-16 - Cabinet of Commissioner Didier Reynders x L'Oréal"],"date":["2020-09-16"],"summary":["Data protection and data transfers"],"notes":["Portfolio: Justice"],"location":["video conference"],"address":["video conference"],"addressEntity":["addr-6dc12e3c97077db82f32184f24341ce370a445fd"],"organizer":["ec-cabinet-commissioner-didier-of-reynders"],"involved":["ec-person-442bf1ae9900b999673cdd7389224d0e21b67d4d","eu-tr-02776221598-67"]}} -{"id":"ec-meeting-2020-09-16-21bb66748e76478c4709aa53287b37a8c8789cc8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-16 - Cabinet of Commissioner Paolo Gentiloni x BUSINESSEUROPE"],"date":["2020-09-16"],"summary":["Position paper on trade and climate"],"notes":["Portfolio: Economy"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-cabinet-commissioner-gentiloni-of-paolo"],"involved":["ec-person-8da36db391ed53f362d495cd564ba8b45c7003e1","eu-tr-3978240953-79"]}} -{"id":"ec-meeting-2020-09-16-39d73d1daeaac7fa22a033a267f3955707449491","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-16 - Cabinet of Commissioner Mariya Gabriel x AIM - European Brands Association"],"date":["2020-09-16"],"summary":["The impact of the COVID-19 crisis"],"notes":["Portfolio: Innovation and Youth"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-1074382679-01","ec-person-6a2152ccdf48d8ec087f545734a0ec503917193b"]}} -{"id":"ec-meeting-2020-09-16-4ffc1cbd5eae2d49de9ed14500cfbd7c86fb06f9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-16 - Agriculture and Rural Development x spiritsEUROPE"],"date":["2020-09-16"],"summary":["Exchange of views on current agri- and trade- related issues"],"location":["Brussels - Webex meeting"],"address":["Brussels - Webex meeting"],"addressEntity":["addr-877f6ee277fa5019f768495fea21da6790f5df2b"],"organizer":["ec-dg-agri"],"involved":["ec-person-94f7c6e6875fa76120558bda38f913792cc61934","eu-tr-64926487056-58"]}} -{"id":"ec-meeting-2020-09-16-535ed76ef64209f8771b0d606cd5ffedbbc45a6c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-16 - Health and Food Safety x McKinsey Global Institute"],"date":["2020-09-16"],"summary":["Interview Anne Bucher (European Commission) with McKinsey - External strategic and performance analysis of ECDC response to COVID19"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-sante"],"involved":["ec-person-42d2108d723f9b9017ed589e3271e3156172daa7","eu-tr-752385731275-18"]}} -{"id":"ec-meeting-2020-09-16-555f513291950fb453dd3742c32eeca2cc7ed89d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-16 - Cabinet of Commissioner Thierry Breton x European Disability Forum"],"date":["2020-09-16"],"summary":["Fostering attention to accessibility in EU legislation"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-57868523887-16","ec-person-4d83416435f81b1f1e8f5c86aeebb1478577f1d2"]}} -{"id":"ec-meeting-2020-09-16-6d278fa33a4bea12b4cd3fa730168a2a005e5d5b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-16 - Cabinet of Vice-President Věra Jourová x World Justice Project"],"date":["2020-09-16"],"summary":["Rule of Law developments in the EU"],"notes":["Portfolio: Values and Transparency"],"location":["videoconference"],"address":["videoconference"],"addressEntity":["addr-92b2fbb928e012810d80d9ef1abe12027beee200"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["ec-person-4b44772b82b4594362a2180f88752785a6516a22","ec-person-76793b3bad1c7471121c510a962aae356d19c30b","eu-tr-540503836926-15"]}} -{"id":"ec-meeting-2020-09-16-728cbccb0a39aefb06a63515458eed61425da567","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-16 - Taxation and Customs Union x European University Institute"],"date":["2020-09-16"],"summary":["Videoconference - Exchange of views on a carbon border adjustment mechanism"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-taxud"],"involved":["eu-tr-742228039171-04","ec-person-9e42f316f38c8e126c2cd2bc84affb891338c7f3"]}} -{"id":"ec-meeting-2020-09-16-869405c59f35e6c6c2c1f7d10bfb491983d36aa3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-16 - Cabinet of Executive Vice-President Valdis Dombrovskis x Federation of European Risk Management Associations"],"date":["2020-09-16"],"summary":["Insurance against pandemic risk"],"notes":["Portfolio: An Economy that Works for People"],"location":["video conference"],"address":["video conference"],"addressEntity":["addr-6dc12e3c97077db82f32184f24341ce370a445fd"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-235870cd7eb41f2494f695fce18b5b5b88647113","eu-tr-018778010447-60"]}} -{"id":"ec-meeting-2020-09-16-8d65c9dc9b8e4141c231b927cca9952e997570b3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-16 - Cabinet of Commissioner Janusz Wojciechowski x Blic Oy Advanced Biofuels Coalition"],"date":["2020-09-16"],"summary":["Bioeconomy and bioenergy under EU’s regulatory framework"],"notes":["Portfolio: Agriculture"],"location":["videophonecall"],"address":["videophonecall"],"addressEntity":["addr-d9dcae318061a5e9d022a1a1fcfc6c8b270854e7"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["eu-tr-687078815005-93","eu-tr-526080337842-49","ec-person-cafe030b6dad78a75143f7552c420481b30ebceb"]}} -{"id":"ec-meeting-2020-09-16-948318dda48f9c8e6d37a279b827622b468b364c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-16 - Cabinet of Executive Vice-President Frans Timmermans x Netherlands Organisation for Applied Scientific Research TNO"],"date":["2020-09-16"],"summary":["High-Level online discussion Research and Innovation for the European Green Deal : \"Decarbonisation challenges for the Green Deal and how to solve them \""],"notes":["Portfolio: European Green Deal"],"location":["Brussels (vide conference)"],"address":["Brussels (vide conference)"],"addressEntity":["addr-989111e7260f9f360fce43406b475b5533366e19"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-40524063921-20","ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce"]}} -{"id":"ec-meeting-2020-09-16-94cfe49a1410a61fc3b048d7b470d3b709400de7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-16 - Internal Market, Industry, Entrepreneurship and SMEs x Verband der Chemischen Industrie e.V."],"date":["2020-09-16"],"summary":["Having an introductory discussion on Green Deal"],"location":["Brussels - online"],"address":["Brussels - online"],"addressEntity":["addr-1ffdd7e64e61e5fe99e20ed62074fe2ad1a1b799"],"organizer":["ec-dg-grow"],"involved":["eu-tr-15423437054-40","ec-person-0151c7e554d188fffc509ad636b7d1a84c5dfcd5"]}} -{"id":"ec-meeting-2020-09-16-9c00bd95f76891789a4e1f4051b14bdb563bfddd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-16 - Agriculture and Rural Development x Union Européenne du Commerce du Bétail et des Métiers de la Viande"],"date":["2020-09-16"],"summary":["current African swine fever (ASF) situation"],"location":["Brussels - Skype meeting"],"address":["Brussels - Skype meeting"],"addressEntity":["addr-bd2f15d6877c6ee9ecbed0756c7f9d7c1ce4f9b1"],"organizer":["ec-dg-agri"],"involved":["ec-person-94f7c6e6875fa76120558bda38f913792cc61934","eu-tr-4422649896-52"]}} -{"id":"ec-meeting-2020-09-16-a5a5b65a8eb66a974a5b15a3f15eb01ca6d7b7da","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-16 - Cabinet of Executive Vice-President Frans Timmermans x Bundesverband der Deutschen Industrie e.V."],"date":["2020-09-16"],"summary":["Current challenges of climate policy and the European Green Deal"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - videoconference"],"address":["Brussels - videoconference"],"addressEntity":["addr-a3a01e55b02ab591ce10151760698f4306ec49cb"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-7c876f4825f213b8adbedf089ccedfbc3b36d65b","eu-tr-1771817758-48"]}} -{"id":"ec-meeting-2020-09-16-c37f154c1be9d50ff407154cda9b223c8581d34a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-16 - Cabinet of Executive Vice-President Frans Timmermans x European agri-cooperatives"],"date":["2020-09-16"],"summary":["Opportunities for cooperatives in the Farm to Fork Strategy"],"notes":["Portfolio: European Green Deal"],"location":["Brussels, video conference"],"address":["Brussels, video conference"],"addressEntity":["addr-3c4c22cdf46619b80dc2f093c11a9edb9af1e873"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-09586631237-74","ec-person-33624431cbec1074e151c1707715ef46d2ba9565"]}} -{"id":"ec-meeting-2020-09-16-c9b9ae987484337416cda8d3f7f53334a503f06e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-16 - Maritime Affairs and Fisheries x The Pew Charitable Trusts Stichting BirdLife Europe Seas At Risk BirdWatch Ireland European Anglers Alliance Fundació ENT OCEANA Nederlandse Elasmobranchen Vereniging Eurogroup for Animals Coalition Clean Baltic Fiskesekretariatet WWF European Policy Programme Stichting De Noordzee ClientEarth AISBL Sciaena - Oceans # Conservation # Awareness MEDREACT"],"date":["2020-09-16"],"summary":["Workings of the Advisory Councils"],"location":["Brussels - Webex call"],"address":["Brussels - Webex call"],"addressEntity":["addr-0e9b384c28719a08393c3bf846a71f7f7c1a445d"],"organizer":["ec-dg-mare"],"involved":["eu-tr-14211885135-08","eu-tr-6809935493-49","eu-tr-429932512952-75","eu-tr-1083162721-43","eu-tr-1414929419-24","eu-tr-60105502183-69","eu-tr-47937943241-80","eu-tr-808714914195-07","eu-tr-59608618243-06","eu-tr-96645517357-19","eu-tr-601350822693-48","eu-tr-46834536998-79","eu-tr-40048498591-70","ec-person-6e64215cdacfeb6c6d4709a7f72c2b1c94a3d908","eu-tr-625261439488-38","eu-tr-361091237341-72","eu-tr-555100636093-65"]}} -{"id":"ec-meeting-2020-09-16-ce38503a7a0b89117de895c7517256224d807e5c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-16 - Agriculture and Rural Development x Animal Task Force"],"date":["2020-09-16"],"summary":["Livestock and the Green Deal"],"location":["Brussels - Webex meeting"],"address":["Brussels - Webex meeting"],"addressEntity":["addr-877f6ee277fa5019f768495fea21da6790f5df2b"],"organizer":["ec-dg-agri"],"involved":["ec-person-94f7c6e6875fa76120558bda38f913792cc61934","eu-tr-398736910798-22"]}} -{"id":"ec-meeting-2020-09-16-d3d55c7e4b011bc111692f8eedb49782d13d87b3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-16 - Cabinet of Commissioner Virginijus Sinkevičius x European Boating Industry"],"date":["2020-09-16"],"summary":["The Blue Economy; the impact of COVID-19 and the implementation of the Recovery Plan"],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["online"],"address":["online"],"addressEntity":["addr-2dbc2fd2358e1ea1b7a6bc08ea647b9a337ac92d"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["eu-tr-74989093163-18","ec-person-a3ed762188f9656ad2089827d1f121894fc1c0d2"]}} -{"id":"ec-meeting-2020-09-16-d703a766f33d9848ae18ebfe1b4a6f97f08f8ee6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-16 - Cabinet of Executive Vice-President Frans Timmermans x Canada 20/20 Corporation"],"date":["2020-09-16"],"summary":["Sustainable Recovery"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - videoconference"],"address":["Brussels - videoconference"],"addressEntity":["addr-a3a01e55b02ab591ce10151760698f4306ec49cb"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-7c876f4825f213b8adbedf089ccedfbc3b36d65b","eu-tr-089166539309-57"]}} -{"id":"ec-meeting-2020-09-16-fb12b3bb11f52b49f1ebdc4ffacf704749de7283","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-16 - Cabinet of Executive Vice-President Frans Timmermans x International Chemical Secretariat"],"date":["2020-09-16"],"summary":["European Green Deal and the EU chemicals policy, including Chemicals Strategy for Sustainability"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-95363765837-60","ec-person-8af3c81534786a740718d21dc58240738a53ed7b"]}} -{"id":"ec-meeting-2020-09-17-12ad693d5c6eb9d688bf6e2562f03fd721a7c95d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-17 - Cabinet of Commissioner Nicolas Schmit x Verband Deutsches Reisemanagement e.V."],"date":["2020-09-17"],"summary":["business travel and mobility"],"notes":["Portfolio: Jobs and Social Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-761fad67b377a6e2a384245795719ef5f7131269","eu-tr-222876239140-54"]}} -{"id":"ec-meeting-2020-09-17-3469a68bb0ca18c172ba5d5e5a74c93ac7e8b382","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-17 - Cabinet of Commissioner Mariya Gabriel x GLOBSEC"],"date":["2020-09-17"],"summary":["Investing in innovation; EU recovery plan and impact on innovation ecosystem in Europe, and Central Europe in particular; How does the EU plan support member states in developing digital & entrepreneurial skills among students;"],"notes":["Portfolio: Innovation and Youth"],"location":["Video-conferencing"],"address":["Video-conferencing"],"addressEntity":["addr-4611e6784da5e4097c2b6fa2bc5e51eb9a0577bd"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["ec-person-1674399a793e9e6fd7cf55b525515fc862fc9351","eu-tr-903680223573-18"]}} -{"id":"ec-meeting-2020-09-17-3e6f6778722fc9a386c13b2aa1b3c25fa8422d8d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-17 - Cabinet of Executive Vice-President Margrethe Vestager x Vodafone Belgium SA"],"date":["2020-09-17"],"summary":["Digital Single Market"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Digital"],"address":["Digital"],"addressEntity":["addr-bbe5befacfede01288919058db1a7c32f0446564"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-90142503473-81","ec-person-eecca27e2a9c3fc0d4bd43564e4960382705feef"]}} -{"id":"ec-meeting-2020-09-17-53c368e1010d63715d56da891a74b96a6ccb26ae","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-17 - Research and Innovation x Institute for future-fit economies gemeinnützige UG (haftungsbeschränkt)"],"date":["2020-09-17"],"summary":["ZOE Policy Lab: Long-term challenges from COVID-19, policy coherence, green recovery - Participation in a discussion panel"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-rtd"],"involved":["ec-person-1d348f33395de0ea6773a7b4ae8797e3e0392f73","eu-tr-630393933743-37"]}} -{"id":"ec-meeting-2020-09-17-6253221f13687c3de30a1ae173603e6157380d82","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-17 - Maritime Affairs and Fisheries x Federation of European Aquaculture Producers"],"date":["2020-09-17"],"summary":["Exchange of views on the strategic guidelines for the sustainable development of European aquaculture"],"location":["Brussels - Webex call"],"address":["Brussels - Webex call"],"addressEntity":["addr-0e9b384c28719a08393c3bf846a71f7f7c1a445d"],"organizer":["ec-dg-mare"],"involved":["ec-person-6e64215cdacfeb6c6d4709a7f72c2b1c94a3d908","eu-tr-42738291569-54"]}} -{"id":"ec-meeting-2020-09-17-77d9a6114d12ff4fb924db33f9cb6f0c6ce021ff","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-17 - Cabinet of Executive Vice-President Valdis Dombrovskis x Association for Financial Markets in Europe"],"date":["2020-09-17"],"summary":["Banking and capital markets"],"notes":["Portfolio: An Economy that Works for People"],"location":["Video conferencing"],"address":["Video conferencing"],"addressEntity":["addr-4a260fcbdf035aeae48bfb811f1225b05f636185"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-f011ed0f7c78d833a79f1206f788e0cbd9cb8864","eu-tr-65110063986-76"]}} -{"id":"ec-meeting-2020-09-17-a4f71d42db3d4f9b467b2e537a82a204fe0bdb4a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-17 - Cabinet of Commissioner Paolo Gentiloni x OXFAM INTERNATIONAL EU ADVOCACY OFFICE"],"date":["2020-09-17"],"summary":["Tax Package"],"notes":["Portfolio: Economy"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-cabinet-commissioner-gentiloni-of-paolo"],"involved":["eu-tr-46856801604-90","ec-person-404d55367ba0dadec989b6dc2eab96ef2abd96af"]}} -{"id":"ec-meeting-2020-09-17-b2259d980e0271c6049b1cc8a053e00e4c8d073b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-17 - Cabinet of Commissioner Stella Kyriakides x World Resources Institute"],"date":["2020-09-17"],"summary":["Virtual meeting discussion on Food Waste"],"notes":["Portfolio: Health"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-kyriakides-of-stella"],"involved":["eu-tr-581250215524-23","ec-person-c7513fae2df7920eea99d7cc103a354aa4f56b6e"]}} -{"id":"ec-meeting-2020-09-17-c6140606185635ce38a64c2abea91a9735fe7dbe","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-17 - Cabinet of Commissioner Adina Vălean x Europe's Independent Fuel Suppliers"],"date":["2020-09-17"],"summary":["Sustainable mobility and transport policy review"],"notes":["Portfolio: Transport"],"location":["Video-conference"],"address":["Video-conference"],"addressEntity":["addr-afae67aab834151e72f631228e72361e369db072"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["eu-tr-42843016904-50","ec-person-e5f1558cac43dd4f90847b508b6753edb0a9f903"]}} -{"id":"ec-meeting-2020-09-17-d0d9c0aad4aa179d54523601238278c07cfdb2b7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-17 - Cabinet of Executive Vice-President Frans Timmermans x Cycling Industries Europe European Cyclists' Federation"],"date":["2020-09-17"],"summary":["Sustainable and Smart Mobility Strategy"],"notes":["Portfolio: European Green Deal"],"location":["video call"],"address":["video call"],"addressEntity":["addr-12d8c530d76da0b7745f9c0f9285e7eec97adc55"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-28451455737-18","ec-person-d56ecbfde17436a136fc89c9a978b266e8285c84","eu-tr-762247734758-18"]}} -{"id":"ec-meeting-2020-09-17-e6c063dc50cc9e141f014d8290f4d849d8a25d2e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-17 - Cabinet of Commissioner Mariya Gabriel x Airbus"],"date":["2020-09-17"],"summary":["Future Horizon Europe Partnerships, Clean Aviation, Integrated ATM and global space competitive systems."],"notes":["Portfolio: Innovation and Youth"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["ec-person-6a2152ccdf48d8ec087f545734a0ec503917193b","eu-tr-2732167674-76"]}} -{"id":"ec-meeting-2020-09-17-f0157e1537e3d587394bbcb807769c1deffa4cc8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-17 - Cabinet of Commissioner Johannes Hahn x DIGITALEUROPE"],"date":["2020-09-17"],"summary":["MFF and COVID Recovery Plan"],"notes":["Portfolio: Budget and Administration"],"location":["Conference call"],"address":["Conference call"],"addressEntity":["addr-28ba88479582b2f75898964548da4252dc7db7d2"],"organizer":["ec-cabinet-commissioner-hahn-johannes-of"],"involved":["eu-tr-64270747023-20","ec-person-d1cfc2bdcd92eb0b7e7112810e03f3aff3f4af35"]}} -{"id":"ec-meeting-2020-09-17-f5dd2bccdfce73aa6b1005f66f82ccc31042be5b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-17 - Cabinet of Commissioner Adina Vălean x Transport and Environment (European Federation for Transport and Environment)"],"date":["2020-09-17"],"summary":["Meeting to discuss transport and environment files."],"notes":["Portfolio: Transport"],"location":["Online call"],"address":["Online call"],"addressEntity":["addr-1879f7555bd022f47a6847d3377d7cd8f87abe36"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["ec-person-6e21d867543ef3b910e746c319cb048abd054702","eu-tr-58744833263-19","ec-person-5f7f9d4d861c5b97fbd25bccf6323535d2a7ceb8","ec-person-267c5ab3ea5304fc6305ef321e214c9c1cd0f78e","ec-person-baa9678f53e0a607c8a9bb2cd9122d1c13370154"]}} -{"id":"ec-meeting-2020-09-18-007c966d5d8580f6aa90a0827caf8a8726c7161c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-18 - Cabinet of Vice-President Margaritis Schinas x Airbus"],"date":["2020-09-18"],"summary":["EU Security Union Strategy"],"notes":["Portfolio: Promoting the European Way of Life"],"location":["Virtual meeting"],"address":["Virtual meeting"],"addressEntity":["addr-1f1f3f51a4da31a1ea5c1b4b21cbf52ad983224f"],"organizer":["ec-cabinet-margaritis-of-president-schinas-vice"],"involved":["ec-person-901d49b3e3af3e96de8d42787e8633b0adc76ca1","ec-person-c8d1d7f3012c344bc60630eb456865390bddc7c5","eu-tr-2732167674-76"]}} -{"id":"ec-meeting-2020-09-18-17fbbfaabe5f1c58310ef804346f73b029d9d61f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-18 - Cabinet of President Ursula von der Leyen x Transport and Environment (European Federation for Transport and Environment)"],"date":["2020-09-18"],"summary":["2030 Climate Target plan"],"notes":["Portfolio: President"],"location":["Brussels (webex)"],"address":["Brussels (webex)"],"addressEntity":["addr-0c93c1129642ea8181fef62b4b4cfd4e9246afdd"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-f2b941852d3b961d69ed695c2d243a1a2b4a1904","eu-tr-58744833263-19"]}} -{"id":"ec-meeting-2020-09-18-1d1cecba62551d889f5a73065abecced59138e1f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-18 - Cabinet of Executive Vice-President Frans Timmermans x Aedes vereniging van woningcorporaties"],"date":["2020-09-18"],"summary":["Speech on the European Green Deal at the Webinar Starter Engine Framework Heat Networks"],"notes":["Portfolio: European Green Deal"],"location":["Brussels (videoconference)"],"address":["Brussels (videoconference)"],"addressEntity":["addr-843ddf9d3c6977cd8d56db6bb2154f8415263e26"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-65780747925-05","ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce"]}} -{"id":"ec-meeting-2020-09-18-200121eb70c97286a2b4c0452acf6ec32fae050e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-18 - Cabinet of Commissioner Paolo Gentiloni x antonino maletta"],"date":["2020-09-18"],"summary":["duty free rules in the EU Airports"],"notes":["Portfolio: Economy"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-cabinet-commissioner-gentiloni-of-paolo"],"involved":["ec-person-404d55367ba0dadec989b6dc2eab96ef2abd96af","eu-tr-595840339946-32"]}} -{"id":"ec-meeting-2020-09-18-310ed8c5c04b71a3a47e0a0ad64c113bbe8480ec","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-18 - Cabinet of Commissioner Jutta Urpilainen x Hämeen ammattikorkeakoulu Oy"],"date":["2020-09-18"],"summary":["Education cooperation with Africa"],"notes":["Portfolio: International Partnerships"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["eu-tr-001844639215-66","ec-person-1ec9383fd54d9d4cd8a154c01fa71549eb8c75ac"]}} -{"id":"ec-meeting-2020-09-18-4741b8d919f1d5d9d7c6bd70d69a6f4a0b80d6f5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-18 - Cabinet of Executive Vice-President Margrethe Vestager x European Holiday Home Association"],"date":["2020-09-18"],"summary":["Discussion on short-term rental platforms"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0","eu-tr-748962812474-86"]}} -{"id":"ec-meeting-2020-09-18-496ec6302a3c633613ef89fa068b1ae8cf072267","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-18 - Cabinet of Commissioner Nicolas Schmit x Caritas Europa"],"date":["2020-09-18"],"summary":["Meeting on social and employment policies in Europe, on the social dimension of the Green Deal as well as on housing and anti-poverty."],"notes":["Portfolio: Jobs and Social Rights"],"location":["Luxembourg"],"address":["Luxembourg"],"addressEntity":["addr-5076721c4060feeb69bd2c3dd9bdce115d5c62f3"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-4cf4655ab41922e92160325d987a3c4615c72d30","ec-person-c03b949331dbbe5fa3d5423758e371ec1b9b832f","eu-tr-6082564924-85"]}} -{"id":"ec-meeting-2020-09-18-4e8cc323d5434981f6c1c86d17cf77b4f676b1c9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-18 - Agriculture and Rural Development x WWF European Policy Programme"],"date":["2020-09-18"],"summary":["Exchange of views on High Nature Value Farming"],"location":["Brussels - Webex meeting"],"address":["Brussels - Webex meeting"],"addressEntity":["addr-877f6ee277fa5019f768495fea21da6790f5df2b"],"organizer":["ec-dg-agri"],"involved":["ec-person-94f7c6e6875fa76120558bda38f913792cc61934","eu-tr-1414929419-24"]}} -{"id":"ec-meeting-2020-09-18-5f1fc9cad523ca043924bf009ca2d64fab0f8315","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-18 - Cabinet of Commissioner Thierry Breton x European Federation of Pharmaceutical Industries and Associations"],"date":["2020-09-18"],"summary":["Pharmaceutical strategy"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-38526121292-88","ec-person-026c2270ec4cbabdb8ac223b2d1fa4202696dc8d"]}} -{"id":"ec-meeting-2020-09-18-6047950b6f302909c181851696d829a3d42318de","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-18 - Cabinet of Commissioner Adina Vălean x Zrzeszenie Międzynarodowych Przewoźników Drogowych w Polsce"],"date":["2020-09-18"],"summary":["meeting to discuss road files"],"notes":["Portfolio: Transport"],"location":["Online event"],"address":["Online event"],"addressEntity":["addr-5a9df2cffcc23d81377f1f4543edf2efc8141f52"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["eu-tr-719426524132-11","ec-person-6e21d867543ef3b910e746c319cb048abd054702"]}} -{"id":"ec-meeting-2020-09-18-6a95c7a2c51c69e7fa82688f8d1436c697883c3a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-18 - Cabinet of Executive Vice-President Frans Timmermans x FTI Consulting Belgium United Company RUSAL Federation of Aluminium Consumers in Europe"],"date":["2020-09-18"],"summary":["Green Deal and low-carbon aluminium"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-112124332458-45","ec-person-e88af8eb396e96e3dbc9b4ec6e40a348d26c389c","eu-tr-515755333081-70","eu-tr-29896393398-67"]}} -{"id":"ec-meeting-2020-09-18-6d6f24219e53ae4b3bef880bbd98b32f0550076a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-18 - Cabinet of President Ursula von der Leyen x Airbus"],"date":["2020-09-18"],"summary":["Phone call on the following topics: EU-US relations, trade, President von der Leyen's State of the European Union speech"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["eu-tr-2732167674-76","ec-person-a15f450526451c70384a05ea9a3a7400ba2d3e7e"]}} -{"id":"ec-meeting-2020-09-18-7738b442ab465a548b296bb7137ceddb3e71c350","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-18 - Cabinet of Executive Vice-President Margrethe Vestager x Open Fiber"],"date":["2020-09-18"],"summary":["Discussion on competition issues"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-bb1f295d8be3d10004d7e5fd7c24248a21215775","eu-tr-965428625484-18","ec-person-11d97788772862bb34f51dd26d7f92603eac1bf8"]}} -{"id":"ec-meeting-2020-09-18-8760d8fd04b11f8577d71ec7b4b8bc3a4a7bbcbc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-18 - Internal Market, Industry, Entrepreneurship and SMEs x European Committee for Electrotechnical Standardization"],"date":["2020-09-18"],"summary":["Have a dialogue on Construction Product Regulation with CEN-CENELEC representatives of Industry"],"location":["Brussels - online"],"address":["Brussels - online"],"addressEntity":["addr-1ffdd7e64e61e5fe99e20ed62074fe2ad1a1b799"],"organizer":["ec-dg-grow"],"involved":["eu-tr-58258552517-56","ec-person-0151c7e554d188fffc509ad636b7d1a84c5dfcd5"]}} -{"id":"ec-meeting-2020-09-18-a11b88e436ec005c0a195fd844293b3a6553e02e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-18 - Cabinet of Commissioner Didier Reynders x Transparency for Organic Word Association"],"date":["2020-09-18"],"summary":["Transparency for the consumer as regards the risk of pesticides residues in wine and particularly organic wine"],"notes":["Portfolio: Justice"],"location":["Video conference"],"address":["Video conference"],"addressEntity":["addr-ebc9fd5c2f372a32153cf3f4d5fb918a96b84a88"],"organizer":["ec-cabinet-commissioner-didier-of-reynders"],"involved":["ec-person-1e25399e2267734c5f4c69093d2286c8898ee9f0","eu-tr-048877237576-45"]}} -{"id":"ec-meeting-2020-09-18-a3aa4c125ba88b8ad0d4db23538e60bcf56f20cf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-18 - Cabinet of Commissioner Mariya Gabriel x Професионална асоциация по роботика и автоматизация"],"date":["2020-09-18"],"summary":["Robotics Strategy Forum, Industrial Artificial Intelligence"],"notes":["Portfolio: Innovation and Youth"],"location":["Sofia"],"address":["Sofia"],"addressEntity":["addr-dc81691d3f747a7e7d4cbe0a008c6345a5438415"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["ec-person-1674399a793e9e6fd7cf55b525515fc862fc9351","eu-tr-495014538692-10"]}} -{"id":"ec-meeting-2020-09-18-a6660166554f19f45a2b0978bf551e36968ed99c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-18 - Cabinet of President Ursula von der Leyen x Climate Action Network Europe"],"date":["2020-09-18"],"summary":["2030 Plan"],"notes":["Portfolio: President"],"location":["Brussels (WEBEX)"],"address":["Brussels (WEBEX)"],"addressEntity":["addr-3afbdeda01f3dac93a9dc841fdac57d9de27b869"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-f2b941852d3b961d69ed695c2d243a1a2b4a1904","eu-tr-55888811123-49"]}} -{"id":"ec-meeting-2020-09-18-aa94b9b008c6a3dc1afca521e5639fe44f981ba5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-18 - Cabinet of President Ursula von der Leyen x Open Fiber"],"date":["2020-09-18"],"summary":["Deployment of very high capacity networks, wholesale-only model"],"notes":["Portfolio: President"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-7019713e72781afb1f3b19032c4752a314b78180","eu-tr-965428625484-18"]}} -{"id":"ec-meeting-2020-09-18-b0c770390c9d062f2e7625768bfe3a3cb245792c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-18 - Energy x ADENE - Portuguese Energy Agency"],"date":["2020-09-18"],"summary":["Videoconference on European Energy Network's contributions to delivering the Green Deal, especially in the fields of Energy System Integration and Renovation Wave."],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-ener"],"involved":["ec-person-9c0f33ecb9f6badd5f4b5f1a4bd7677e18a52a22","eu-tr-911689722889-60"]}} -{"id":"ec-meeting-2020-09-18-cfe210245e9d61076a9f1f80c0bf2b727470304e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-18 - Cabinet of Commissioner Stella Kyriakides x European Chronic Disease Alliance"],"date":["2020-09-18"],"summary":["Virtual meeting about Europe’s Beating Cancer Plan and chronic diseases"],"notes":["Portfolio: Health"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-kyriakides-of-stella"],"involved":["eu-tr-462272223719-65","ec-person-c7513fae2df7920eea99d7cc103a354aa4f56b6e"]}} -{"id":"ec-meeting-2020-09-18-ef2b188198c3082dac752b0bf60feef5824b2355","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-18 - Cabinet of Commissioner Stella Kyriakides x Digestive Cancers Europe"],"date":["2020-09-18"],"summary":["Virtual meeting about Europe’s Beating Cancer Plan and digestive cancers"],"notes":["Portfolio: Health"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-kyriakides-of-stella"],"involved":["eu-tr-473945434136-05","ec-person-c7513fae2df7920eea99d7cc103a354aa4f56b6e"]}} -{"id":"ec-meeting-2020-09-18-f67d562498d1c5f2006f141a905f4faa319c9473","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-18 - Cabinet of President Ursula von der Leyen x Spotify"],"date":["2020-09-18"],"summary":["Digital Services Act, gatekeeper platforms regulation"],"notes":["Portfolio: President"],"location":["Brussels (WEBEX)"],"address":["Brussels (WEBEX)"],"addressEntity":["addr-3afbdeda01f3dac93a9dc841fdac57d9de27b869"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-7019713e72781afb1f3b19032c4752a314b78180","eu-tr-365747616583-15"]}} -{"id":"ec-meeting-2020-09-20-70d25504c541de48cfdbd338be9981547a2bf705","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-20 - Cabinet of Commissioner Adina Vălean x Da Jiang Innovations"],"date":["2020-09-20"],"summary":["Presentation meeting"],"notes":["Portfolio: Transport"],"location":["Online meeting"],"address":["Online meeting"],"addressEntity":["addr-9d833a1da3074efd384ee6bc2b108c1f5bb379e0"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["ec-person-5f7f9d4d861c5b97fbd25bccf6323535d2a7ceb8","eu-tr-526710919886-47","ec-person-e5f1558cac43dd4f90847b508b6753edb0a9f903"]}} -{"id":"ec-meeting-2020-09-21-295e7261e518c1241f116184d075045660a1b3ee","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-21 - Cabinet of President Ursula von der Leyen x Global Citizen"],"date":["2020-09-21"],"summary":["Videoconference with CEO Global Citizen (Topic: Corona Virus Global Response - next steps)"],"notes":["Portfolio: President"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["eu-tr-211392938041-28","ec-person-a2ac27c3a7aa93937efc47169c1dc2264a822175"]}} -{"id":"ec-meeting-2020-09-21-4f72e4ed2c07ccb7aa92a0760d0da90b77c2bc7d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-21 - Cabinet of Executive Vice-President Valdis Dombrovskis x Germanwatch Réseau Action Climat France Climate Action Network Europe"],"date":["2020-09-21"],"summary":["Sustainable finance; green recovery"],"notes":["Portfolio: An Economy that Works for People"],"location":["video conference"],"address":["video conference"],"addressEntity":["addr-6dc12e3c97077db82f32184f24341ce370a445fd"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-235870cd7eb41f2494f695fce18b5b5b88647113","eu-tr-55888811123-49","eu-tr-99203901869-52","eu-tr-091799410661-53"]}} -{"id":"ec-meeting-2020-09-21-5dd3896845746fd939f540024f50367138bfb958","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-21 - Cabinet of Executive Vice-President Frans Timmermans x ICLEI - Local Governments for Sustainability European Secretariat"],"date":["2020-09-21"],"summary":["Speech on the European Green Deal at online Mayor's Meeting European Conference on Sustainable Cities and Towns, Mannheim 2020"],"notes":["Portfolio: European Green Deal"],"location":["Brussels (video conference)"],"address":["Brussels (video conference)"],"addressEntity":["addr-1a77e12c05a39186f3ddab600c3e9e619c4822ef"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce","eu-tr-064034733055-88"]}} -{"id":"ec-meeting-2020-09-21-727573b710633c465751a8266cebab0c691d3244","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-21 - Cabinet of Executive Vice-President Frans Timmermans x Stora Enso Oyj"],"date":["2020-09-21"],"summary":["Climate ambition, green recovery and carbon pricing"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - videoconference"],"address":["Brussels - videoconference"],"addressEntity":["addr-a3a01e55b02ab591ce10151760698f4306ec49cb"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-7c876f4825f213b8adbedf089ccedfbc3b36d65b","eu-tr-269853831446-79"]}} -{"id":"ec-meeting-2020-09-21-7f39af42036df0d8837e40b9388f4d25f9b27bb5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-21 - Cabinet of Commissioner Jutta Urpilainen x European Centre for Development Policy Management"],"date":["2020-09-21"],"summary":["- Presentation of the status, mandate and field of activities of ETTG/ECDPM\r\n- Exchange of views on ongoing topics: Africa Strategy, Team Europe; COVID19."],"notes":["Portfolio: International Partnerships"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["eu-tr-738492215435-82","ec-person-7c4fa9cfb750b5b524c065180fcee1123b8df03e"]}} -{"id":"ec-meeting-2020-09-21-82f9c2de7e3cfc5b88ae6a499f58a050ff2c3f34","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-21 - Cabinet of Commissioner Thierry Breton x News Media Europe"],"date":["2020-09-21"],"summary":["Developments on advertisement-based media business models"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-4d83416435f81b1f1e8f5c86aeebb1478577f1d2","eu-tr-577812220311-81"]}} -{"id":"ec-meeting-2020-09-21-916afc596de12de56f21a8e881f027358174baf6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-21 - Cabinet of Executive Vice-President Margrethe Vestager x European Women's Lobby"],"date":["2020-09-21"],"summary":["Discussion on gender mainstreaming of all EC policies."],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-11d97788772862bb34f51dd26d7f92603eac1bf8","ec-person-7167587814c61122201e2afb04bfb47539db4823","eu-tr-85686156700-13"]}} -{"id":"ec-meeting-2020-09-21-a8f274a125b298ac8f0dddd42391a3988d93b0e4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-21 - Directorate-General for International Partnerships x Goethe-Institut e.V."],"date":["2020-09-21"],"summary":["Meeting with Secretary general.\r\nCooperation on culture and development."],"location":["VTC"],"address":["VTC"],"addressEntity":["addr-9d1acaa772820b8ade84113d2da24716fe455be2"],"organizer":["ec-dg-intpa"],"involved":["ec-person-afe6f55069d2cc5483157e138e41abd63140fdd8","eu-tr-45963658079-77"]}} -{"id":"ec-meeting-2020-09-21-ace763291393a5eaae86424867691c805296fd98","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-21 - Internal Market, Industry, Entrepreneurship and SMEs x CEMBUREAU - The European Cement Association"],"date":["2020-09-21"],"summary":["Discuss their issues on construction and CO2 neutrality"],"location":["Brussels - online"],"address":["Brussels - online"],"addressEntity":["addr-1ffdd7e64e61e5fe99e20ed62074fe2ad1a1b799"],"organizer":["ec-dg-grow"],"involved":["ec-person-0151c7e554d188fffc509ad636b7d1a84c5dfcd5","eu-tr-93987316076-63"]}} -{"id":"ec-meeting-2020-09-21-cebbb4925a05c692e2ad3baa5378e782a3a4f20c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-21 - Defence Industry and Space x THALES"],"date":["2020-09-21"],"summary":["Exchange of views with Thales on EU Budget, Horizon Europe & Space."],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-dg-defis"],"involved":["ec-person-a5e52cd544ea3aa44eb4b31fac65a468499f106e","eu-tr-91711831031-23"]}} -{"id":"ec-meeting-2020-09-21-d02c8c3dd07924999671093bccba7be094f7e0ce","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-21 - Cabinet of Commissioner Thierry Breton x European Association of Next Generation Telecommunications Innovators"],"date":["2020-09-21"],"summary":["telecom/connectivité"],"notes":["Portfolio: Internal Market"],"location":["Video call"],"address":["Video call"],"addressEntity":["addr-ad60f43c3b2e61f55f8d15d2bb303f6d11ac791b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-931594937274-57","ec-person-b077a2e9f0fdb3b8f6e91d0bd0b256db9e40ce46"]}} -{"id":"ec-meeting-2020-09-22-0901ca425aaf2b83f8db4407828b18d94b009c17","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-22 - Agriculture and Rural Development x Conféderation Européenne des Propriétaires Forestiers"],"date":["2020-09-22"],"summary":["CEPF to present itself and its views on the future EU forest strategy"],"location":["Brussels - Webex meeting"],"address":["Brussels - Webex meeting"],"addressEntity":["addr-877f6ee277fa5019f768495fea21da6790f5df2b"],"organizer":["ec-dg-agri"],"involved":["eu-tr-3647455667-08","ec-person-94f7c6e6875fa76120558bda38f913792cc61934"]}} -{"id":"ec-meeting-2020-09-22-0abb47f78d8074059827f383e363430ae636a59b","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2020-09-22 - Cabinet of Commissioner Helena Dalli x International Planned Parenthood Federation European Network"],"date":["2020-09-22"],"summary":["Discussion on SHR","Gender Equality; Sexual and Reproductive Health and Rights (SRHR)"],"notes":["Portfolio: Equality"],"location":["Bruxelles","videoconference"],"address":["Bruxelles","videoconference"],"addressEntity":["addr-92b2fbb928e012810d80d9ef1abe12027beee200","addr-b58f5927b66d94a676970dc048485d4c6848f272"],"organizer":["ec-cabinet-commissioner-dalli-helena-of"],"involved":["ec-person-d0b568d53468fcd3dfeeaddbd07343b5b065914d","ec-person-d15c205cb9cbb310d2811039c0160c1de7c84638","eu-tr-49806329193-46"]}} -{"id":"ec-meeting-2020-09-22-1b19a944208c75c09d2b0d5a00aedad6d95c2b77","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-22 - Migration and Home Affairs x Microsoft Corporation"],"date":["2020-09-22"],"summary":["EU Internet Forum"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-home"],"involved":["eu-tr-0801162959-21","ec-person-eb837001036fd00bae706e2b0dfd0885bb71e4bb"]}} -{"id":"ec-meeting-2020-09-22-1b765af6b12f5adc288340aa732da778b6435790","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-22 - Cabinet of Executive Vice-President Frans Timmermans x Lighthouse Europe"],"date":["2020-09-22"],"summary":["Keynote speech on digital technology for the Green Deal"],"notes":["Portfolio: European Green Deal"],"location":["video call"],"address":["video call"],"addressEntity":["addr-12d8c530d76da0b7745f9c0f9285e7eec97adc55"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-d56ecbfde17436a136fc89c9a978b266e8285c84","eu-tr-81808968913-01"]}} -{"id":"ec-meeting-2020-09-22-1d201f1c9e71471c3a71109d72cd4b893154c643","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-22 - Cabinet of Executive Vice-President Frans Timmermans x EPIA SolarPower Europe SOLAR IMPULSE FOUNDATION"],"date":["2020-09-22"],"summary":["Implementing the Green Deal, especially with a view to renewable energy"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - videoconference"],"address":["Brussels - videoconference"],"addressEntity":["addr-a3a01e55b02ab591ce10151760698f4306ec49cb"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-7c876f4825f213b8adbedf089ccedfbc3b36d65b","eu-tr-569885924378-48","eu-tr-2680046412-48"]}} -{"id":"ec-meeting-2020-09-22-2cbb46b4616efbde0e0b8e1293d20af5bce18ddc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-22 - Cabinet of Commissioner Didier Reynders x Fair Trials"],"date":["2020-09-22"],"summary":["AI and its use in the justice sector and in criminal proceedings"],"notes":["Portfolio: Justice"],"location":["video conference"],"address":["video conference"],"addressEntity":["addr-6dc12e3c97077db82f32184f24341ce370a445fd"],"organizer":["ec-cabinet-commissioner-didier-of-reynders"],"involved":["ec-person-442bf1ae9900b999673cdd7389224d0e21b67d4d","eu-tr-302540016347-29","ec-person-4cd0043747c40cfeaced5e4c68e43372cdb8dac9"]}} -{"id":"ec-meeting-2020-09-22-2ce9e6e4ab45000e32617d1ead0affe06b01490e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-22 - Cabinet of Commissioner Paolo Gentiloni x European Business Summit Network"],"date":["2020-09-22"],"summary":["Participation to the European Business Summit (EBS) Live Business Debate on \"Rebooting the European economy? Towards a green,digital, and more resilient Union\""],"notes":["Portfolio: Economy"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-gentiloni-of-paolo"],"involved":["ec-person-088d26d74d1898338fbf1c86e139bd6d3b870dbc","eu-tr-268958411031-65"]}} -{"id":"ec-meeting-2020-09-22-30752e048301795833a61b8b68b74629c369870e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-22 - Cabinet of Vice-President Dubravka Šuica x Eurochild AISBL"],"date":["2020-09-22"],"summary":["Comprehensive Strategy on the Rights of the Child"],"notes":["Portfolio: Democracy and Demography"],"location":["Brussels/online"],"address":["Brussels/online"],"addressEntity":["addr-24165ed0abdaab35e78da0941eb9a65a9b17371d"],"organizer":["ec-cabinet-dubravka-of-president-suica-vice"],"involved":["eu-tr-79360311166-84","ec-person-83dd3363da89c86d99ea50c3ff2d15a746405110"]}} -{"id":"ec-meeting-2020-09-22-313a0d90a9c244b137c88ace35404de698a2e1e4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-22 - Cabinet of Executive Vice-President Valdis Dombrovskis x International Capital Market Association"],"date":["2020-09-22"],"summary":["Sustainable finance; Central Securities Depositories Regulation"],"notes":["Portfolio: An Economy that Works for People"],"location":["video conference"],"address":["video conference"],"addressEntity":["addr-6dc12e3c97077db82f32184f24341ce370a445fd"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-235870cd7eb41f2494f695fce18b5b5b88647113","eu-tr-0223480577-59"]}} -{"id":"ec-meeting-2020-09-22-37b2fd7439750ee7632d310a0f126cd2e4c988d2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-22 - Cabinet of Commissioner Adina Vălean x Deutsche Bahn AG"],"date":["2020-09-22"],"summary":["Meeting to discuss the impact of COVID"],"notes":["Portfolio: Transport"],"location":["Online event"],"address":["Online event"],"addressEntity":["addr-5a9df2cffcc23d81377f1f4543edf2efc8141f52"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["eu-tr-4516220482-22","ec-person-6e21d867543ef3b910e746c319cb048abd054702","ec-person-267c5ab3ea5304fc6305ef321e214c9c1cd0f78e"]}} -{"id":"ec-meeting-2020-09-22-4675f063dc4ec48db7d6848ff0efd8b612db4dd0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-22 - Cabinet of Vice-President Věra Jourová x Twitter International Unlimited Company"],"date":["2020-09-22"],"summary":["EC initiatives, Disinformation, AI, Regulation"],"notes":["Portfolio: Values and Transparency"],"location":["videoconference"],"address":["videoconference"],"addressEntity":["addr-92b2fbb928e012810d80d9ef1abe12027beee200"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["eu-tr-394491614001-72","ec-person-bf54da17217bbddfd9c68fe24d88005ac17e2c4b"]}} -{"id":"ec-meeting-2020-09-22-60856cb0e2fc6209d829eb6885e4272ddc1b6ece","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-22 - Cabinet of Commissioner Janusz Wojciechowski x Water Europe"],"date":["2020-09-22"],"summary":["Water agenda and agriculture."],"notes":["Portfolio: Agriculture"],"location":["videophonecall"],"address":["videophonecall"],"addressEntity":["addr-d9dcae318061a5e9d022a1a1fcfc6c8b270854e7"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["ec-person-cafe030b6dad78a75143f7552c420481b30ebceb","eu-tr-43176485302-45"]}} -{"id":"ec-meeting-2020-09-22-79c7631b2c6159447ace9f53482eb5d9a8f4934e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-22 - Cabinet of Executive Vice-President Margrethe Vestager x Deutscher Anwaltverein (German Bar Association)"],"date":["2020-09-22"],"summary":["White paper on Artificial Intelligence"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Digital"],"address":["Digital"],"addressEntity":["addr-bbe5befacfede01288919058db1a7c32f0446564"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-87980341522-66","ec-person-eecca27e2a9c3fc0d4bd43564e4960382705feef"]}} -{"id":"ec-meeting-2020-09-22-7c20981a67d7dfdb38a0988f0144050322830a3c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-22 - Cabinet of Vice-President Dubravka Šuica x Save the Children Europe SOS Children's Villages International European Federation for Missing and Sexually Exploited Children (Missing Children Europe)"],"date":["2020-09-22"],"summary":["Comprehensive Strategy on the Rights of the Child"],"notes":["Portfolio: Democracy and Demography"],"location":["Brussels/online"],"address":["Brussels/online"],"addressEntity":["addr-24165ed0abdaab35e78da0941eb9a65a9b17371d"],"organizer":["ec-cabinet-dubravka-of-president-suica-vice"],"involved":["eu-tr-11823899666-63","eu-tr-697362735627-20","eu-tr-75014529893-97","ec-person-83dd3363da89c86d99ea50c3ff2d15a746405110"]}} -{"id":"ec-meeting-2020-09-22-7d05f7cba77f8f8da59261d8a808e595c76c37fa","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-22 - Cabinet of Commissioner Mariya Gabriel x European Olympic Committees EU Office"],"date":["2020-09-22"],"summary":["concrete proposals for safeguarding the European Sport Model thanks to short, medium and long terms solutions"],"notes":["Portfolio: Innovation and Youth"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-827752410362-51","ec-person-1674399a793e9e6fd7cf55b525515fc862fc9351"]}} -{"id":"ec-meeting-2020-09-22-7d92a235cb1f0f16bc610611363bdf0ed1489700","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-22 - Cabinet of Commissioner Paolo Gentiloni x Associazione Nazionale fra le Imprese Assicuratrici"],"date":["2020-09-22"],"summary":["Opportunities and solutions through insurance private sector to Covid economic crisis. State of the art and ways forward."],"notes":["Portfolio: Economy"],"location":["Videolink (Brussels)"],"address":["Videolink (Brussels)"],"addressEntity":["addr-4635eb2ca271afc5a409f9541f8e5b11a31d7be0"],"organizer":["ec-cabinet-commissioner-gentiloni-of-paolo"],"involved":["ec-person-088d26d74d1898338fbf1c86e139bd6d3b870dbc","eu-tr-4756340957-20"]}} -{"id":"ec-meeting-2020-09-22-93bb751fc0394439dc5f9e5aa3ba80907ea9052c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-22 - Cabinet of Executive Vice-President Frans Timmermans x RELOOP"],"date":["2020-09-22"],"summary":["Circular economy and single-use plastics"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-919004519967-94","ec-person-8af3c81534786a740718d21dc58240738a53ed7b"]}} -{"id":"ec-meeting-2020-09-22-a2bd4eb79e8e42f822628383ef862bbf489a896c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-22 - Cabinet of Commissioner Thierry Breton x Fédération Nationale des Syndicats d'Exploitants Agricoles"],"date":["2020-09-22"],"summary":["Challenges for the recovery and modernisation of the agricultural sector"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","eu-tr-59530682147-07"]}} -{"id":"ec-meeting-2020-09-22-a4c686a4e3892eb513ef50e2eb923f7cebe424e7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-22 - Cabinet of Commissioner Didier Reynders x International Association of Privacy Professionals"],"date":["2020-09-22"],"summary":["Preparatory meeting IAPP event"],"notes":["Portfolio: Justice"],"location":["video conference"],"address":["video conference"],"addressEntity":["addr-6dc12e3c97077db82f32184f24341ce370a445fd"],"organizer":["ec-cabinet-commissioner-didier-of-reynders"],"involved":["ec-person-442bf1ae9900b999673cdd7389224d0e21b67d4d","eu-tr-977881918839-35"]}} -{"id":"ec-meeting-2020-09-22-a8d87294f954ef6bc740f9a60a61650a3262b3a6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-22 - Cabinet of Commissioner Elisa Ferreira x NORTH SWEDEN EUROPEAN OFFICE"],"date":["2020-09-22"],"summary":["EU budget and Cohesion policy post-2020"],"notes":["Portfolio: Cohesion and Reforms"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-elisa-ferreira-of"],"involved":["ec-person-5bebc7b029567ec14718c647bb3813e76a4c729d","eu-tr-43634658185-75"]}} -{"id":"ec-meeting-2020-09-22-adc9fafd30a7e54d8facd3589163b225e062699a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-22 - Cabinet of Executive Vice-President Frans Timmermans x FIPRA International SRL"],"date":["2020-09-22"],"summary":["Classification of the alumina industry in the EU ETS"],"notes":["Portfolio: European Green Deal"],"location":["online"],"address":["online"],"addressEntity":["addr-2dbc2fd2358e1ea1b7a6bc08ea647b9a337ac92d"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-58746194306-23","ec-person-f1a3478550296f3f9accdc67d6ef5a0b681dda4b"]}} -{"id":"ec-meeting-2020-09-22-af60078327a4de9e4f69a447079543751bafd099","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-22 - Cabinet of Commissioner Stella Kyriakides x The European Association of Hospital Pharmacists"],"date":["2020-09-22"],"summary":["Exchange of views on the upcoming Pharmaceutical Strategy, shortages of medicines and the role of health workforce in the health systems"],"notes":["Portfolio: Health"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-kyriakides-of-stella"],"involved":["ec-person-c7513fae2df7920eea99d7cc103a354aa4f56b6e","eu-tr-82950919755-02"]}} -{"id":"ec-meeting-2020-09-22-b3395a27f9956dfd8875df55293b2bea7df6fe0c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-22 - Regulatory Scrutiny Board x FIPRA International SRL"],"date":["2020-09-22"],"summary":["Better Regulation virtual event"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-rsb"],"involved":["eu-tr-58746194306-23","ec-person-31c44e0f672f59d97fcdbfa3dc472749e3187fea"]}} -{"id":"ec-meeting-2020-09-22-bf879040a181355b4a09bf6ce05e21ac61fbd342","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-22 - Cabinet of Commissioner Helena Dalli x All Out Action Fund Inc."],"date":["2020-09-22"],"summary":["Presentation of 330,000 petitions against the ‘LGBTI-free zones’ in Poland"],"notes":["Portfolio: Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-dalli-helena-of"],"involved":["ec-person-d0b568d53468fcd3dfeeaddbd07343b5b065914d","eu-tr-950950739707-46"]}} -{"id":"ec-meeting-2020-09-22-d346fd4a35f56202ea0b0e9fb59e885a82619c48","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-22 - Cabinet of Commissioner Helena Dalli x European Digital Rights"],"date":["2020-09-22"],"summary":["Anti-Racism Action Plan measures regarding artificial intelligence"],"notes":["Portfolio: Equality"],"location":["videoconference"],"address":["videoconference"],"addressEntity":["addr-92b2fbb928e012810d80d9ef1abe12027beee200"],"organizer":["ec-cabinet-commissioner-dalli-helena-of"],"involved":["eu-tr-16311905144-06","ec-person-d0b568d53468fcd3dfeeaddbd07343b5b065914d"]}} -{"id":"ec-meeting-2020-09-22-d9c051149e6fa0a591d69082e46597bef6ad4710","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-22 - Maritime Affairs and Fisheries x European Fisheries Alliance"],"date":["2020-09-22"],"summary":["Brexit and the impact on fisheries management"],"location":["Brussels - Microsoft Team"],"address":["Brussels - Microsoft Team"],"addressEntity":["addr-2b1a135e551f2f794204e531f2ca8f8baafefc9c"],"organizer":["ec-dg-mare"],"involved":["ec-person-6e64215cdacfeb6c6d4709a7f72c2b1c94a3d908","eu-tr-203165138219-11"]}} -{"id":"ec-meeting-2020-09-23-074d9aac2e159f312c1fa721e9284ff29680ec6f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-23 - Trade x Bundesverband der Deutschen Industrie e.V."],"date":["2020-09-23"],"summary":["Trade Defence"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-trade"],"involved":["eu-tr-1771817758-48","ec-person-2045c2589da3988908fcfe731e8224e7e06a7c63"]}} -{"id":"ec-meeting-2020-09-23-25a5dfe038aadb11b61bb48c9bd0e2084307b3b4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-23 - Cabinet of Commissioner Jutta Urpilainen x Fern ActionAid ACT Alliance Advocacy to the European Union International Fund for Animal Welfare WWF European Policy Programme Climate Action Network Europe Conservation International Europe OXFAM INTERNATIONAL EU ADVOCACY OFFICE"],"date":["2020-09-23"],"summary":["Making the European Green Deal work for International Partnerships"],"notes":["Portfolio: International Partnerships"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["eu-tr-46856801604-90","eu-tr-22644632329-52","eu-tr-70299514465-38","eu-tr-1414929419-24","eu-tr-55888811123-49","eu-tr-40538475090-82","eu-tr-85103504511-82","eu-tr-5189768701-12","ec-person-6357f4506ca5351b3a822936612fd6006da48722","ec-person-e29b72fe81d25796214b1c5915c52a124f06cd9d"]}} -{"id":"ec-meeting-2020-09-23-3efba9002bcde4da35babca839d88723be614080","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-23 - Cabinet of Vice-President Věra Jourová x Center for European Policy Analysis"],"date":["2020-09-23"],"summary":["Online discussion at 2020 CEPA Forum: Resilience in the Face of Authoritarianism"],"notes":["Portfolio: Values and Transparency"],"location":["videoconference"],"address":["videoconference"],"addressEntity":["addr-92b2fbb928e012810d80d9ef1abe12027beee200"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["eu-tr-933245237767-37","ec-person-bf54da17217bbddfd9c68fe24d88005ac17e2c4b"]}} -{"id":"ec-meeting-2020-09-23-4cfd319bf2c24fb9727a670f72c60d2b271f822b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-23 - Cabinet of Vice-President Dubravka Šuica x Loneliness in Europe"],"date":["2020-09-23"],"summary":["Social and economic impacts of loneliness"],"notes":["Portfolio: Democracy and Demography"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dubravka-of-president-suica-vice"],"involved":["ec-person-ebe31c2924b1fbde99804f8f575004fb99739165","eu-tr-140772039660-52"]}} -{"id":"ec-meeting-2020-09-23-6df1ce90bda199e3c8b10328784e4bcc09ead0ff","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-23 - Cabinet of Vice-President Věra Jourová x France Digitale"],"date":["2020-09-23"],"summary":["Data Protection and Artificial intelligence"],"notes":["Portfolio: Values and Transparency"],"location":["videoconference"],"address":["videoconference"],"addressEntity":["addr-92b2fbb928e012810d80d9ef1abe12027beee200"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["ec-person-aa83f35da599b82e4f15da018f4b3447eb648f7c","eu-tr-479234015862-06"]}} -{"id":"ec-meeting-2020-09-23-6f4bfd16b2517fd6193012dfe4606e47dbab7f8f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-23 - Cabinet of Commissioner Stella Kyriakides x European Cancer Organisation"],"date":["2020-09-23"],"summary":["The Commissioner delivers a speech at the launch of the European Code of Cancer Practice virtual event"],"notes":["Portfolio: Health"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-kyriakides-of-stella"],"involved":["eu-tr-51022176260-12","ec-person-c7513fae2df7920eea99d7cc103a354aa4f56b6e"]}} -{"id":"ec-meeting-2020-09-23-8ee4f63e4245b05f4641b8228daec203993ddd44","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-23 - Employment, Social Affairs and Inclusion x European Cleaning and Facility Services Industry"],"date":["2020-09-23"],"summary":["EFCI's June 2020 Position Paper, social dialogue, skills, OSH, Minimum wage"],"location":["Bruxelles"],"address":["Bruxelles"],"addressEntity":["addr-b58f5927b66d94a676970dc048485d4c6848f272"],"organizer":["ec-dg-empl"],"involved":["eu-tr-79863609229-39","ec-person-dd259fce880e1853f0beb087443bce6e7dea70d7"]}} -{"id":"ec-meeting-2020-09-23-9ac502273341b60aa7667445aa786f1849e7f512","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-23 - Internal Market, Industry, Entrepreneurship and SMEs x Wirtschaftsvereinigung Stahl"],"date":["2020-09-23"],"summary":["At the meeting they presented the German Steel Action Plan and discuss linked EU Green Deal and Industry Strategy measures."],"location":["Brussels - online"],"address":["Brussels - online"],"addressEntity":["addr-1ffdd7e64e61e5fe99e20ed62074fe2ad1a1b799"],"organizer":["ec-dg-grow"],"involved":["eu-tr-75755621888-61","ec-person-0151c7e554d188fffc509ad636b7d1a84c5dfcd5"]}} -{"id":"ec-meeting-2020-09-23-9ca25299da3fd8b558a1f3cd1d556b1eb2ae1291","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-23 - Cabinet of Commissioner Nicolas Schmit x European Cockpit Association"],"date":["2020-09-23"],"summary":["Videoconference meeting on the working conditions of pilots."],"notes":["Portfolio: Jobs and Social Rights"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["eu-tr-39838147687-59","ec-person-4cf4655ab41922e92160325d987a3c4615c72d30","ec-person-c03b949331dbbe5fa3d5423758e371ec1b9b832f"]}} -{"id":"ec-meeting-2020-09-23-ad5f15e8ffb4fadb01ef1bdbe8e5176af201a8c4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-23 - Communications Networks, Content and Technology x Ford Motor Company"],"date":["2020-09-23"],"summary":["Data strategy"],"location":["virtual meeting"],"address":["virtual meeting"],"addressEntity":["addr-225c82a032511500bff73b3efe0d857849613fd9"],"organizer":["ec-dg-connect"],"involved":["eu-tr-21851435137-02","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2020-09-23-ce74f5f9fa6aa6842a1845d4c371c7c829b4a677","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-23 - Cabinet of President Ursula von der Leyen x European Federation of Pharmaceutical Industries and Associations"],"date":["2020-09-23"],"summary":["EU pharmaceutical strategy and the general approach to IP in pharmaceuticals"],"notes":["Portfolio: President"],"location":["Brussels (video conference)"],"address":["Brussels (video conference)"],"addressEntity":["addr-1a77e12c05a39186f3ddab600c3e9e619c4822ef"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-f2b941852d3b961d69ed695c2d243a1a2b4a1904","eu-tr-38526121292-88"]}} -{"id":"ec-meeting-2020-09-23-dcc57e5a9fe307fccb897e05b80ff429103cb2ee","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-23 - Cabinet of Commissioner Nicolas Schmit x CSR Europe, The Business Network for Corporate Social Responsibility"],"date":["2020-09-23"],"summary":["Skills Agenda and sustainable corporate responsability"],"notes":["Portfolio: Jobs and Social Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-66fa2c2d100ec194caa42b5c6f97c36e2748b71c","ec-person-935314e38d735654cae8ee61313a3d73439b242d","eu-tr-56502415122-32"]}} -{"id":"ec-meeting-2020-09-23-e2edf7cecda6b830c17109bf9d1963deb588ae15","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-23 - Cabinet of Commissioner Stella Kyriakides x Deutscher Bauernverband"],"date":["2020-09-23"],"summary":["Virtual meeting, about Farm to Fork, animal welfare, African Swine Fever and international trade."],"notes":["Portfolio: Health"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-kyriakides-of-stella"],"involved":["ec-person-a14d25733c53171d0aa91b49f8fa6d0c83e15a17","ec-person-8c3c9f5f3b2f84138bb6ab73180e2eff94b88ec8","ec-person-43784ba1f5299ace66cb2287545e1dcae4372d14","eu-tr-73085531345-65"]}} -{"id":"ec-meeting-2020-09-23-e4887518d38752edcab3ffcfff4fe8367448da49","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-23 - Cabinet of Commissioner Thierry Breton x None"],"date":["2020-09-23"],"summary":["Roundtable skills for the Automotive sector"],"notes":["Portfolio: Internal Market"],"location":["videoconference"],"address":["videoconference"],"addressEntity":["addr-92b2fbb928e012810d80d9ef1abe12027beee200"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-278373226442-94","eu-tr-91408765797-03","eu-tr-61370904700-45","eu-tr-0649790813-47","eu-tr-6504541970-40","ec-person-5215bd372c5a1202399d77ecceb8c16de8d7d55c","ec-person-9cf97e549f67c3228d1478a3a67d652eb28c5b46","ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","eu-tr-358284014848-82","eu-tr-946343776-69","eu-tr-74574295642-60","eu-tr-922144640085-87"]}} -{"id":"ec-meeting-2020-09-23-e7c87a10fc78d76aa8cc5ac32e15fa5ede33bc6d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-23 - Cabinet of Commissioner Nicolas Schmit x The LEGO Group"],"date":["2020-09-23"],"summary":["Videoconference meeting on skills mismatches, upskilling and reskilling as well ass vocational education and training."],"notes":["Portfolio: Jobs and Social Rights"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-66fa2c2d100ec194caa42b5c6f97c36e2748b71c","ec-person-4cf4655ab41922e92160325d987a3c4615c72d30","eu-tr-236869539281-13"]}} -{"id":"ec-meeting-2020-09-23-eea32f8467b04f0e48698e7f8870820af646f9be","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-23 - Cabinet of Commissioner Didier Reynders x Cobalt Institute"],"date":["2020-09-23"],"summary":["Sustainable corporate governance"],"notes":["Portfolio: Justice"],"location":["video conference"],"address":["video conference"],"addressEntity":["addr-6dc12e3c97077db82f32184f24341ce370a445fd"],"organizer":["ec-cabinet-commissioner-didier-of-reynders"],"involved":["ec-person-442bf1ae9900b999673cdd7389224d0e21b67d4d","eu-tr-635532237570-09"]}} -{"id":"ec-meeting-2020-09-24-00f81d36f1c27c403b6544ae122b770c70f2f71d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-24 - Cabinet of Commissioner Stella Kyriakides x EuropaBio"],"date":["2020-09-24"],"summary":["Exchange of views on the upcoming pharmaceutical strategy"],"notes":["Portfolio: Health"],"location":["Webex"],"address":["Webex"],"addressEntity":["addr-4b591c6aa2d0556305c2d15987c48d32c33f9ca9"],"organizer":["ec-cabinet-commissioner-kyriakides-of-stella"],"involved":["eu-tr-1298286943-59","ec-person-991ce64cea5178762c932ac823ea5d309e7a8d93"]}} -{"id":"ec-meeting-2020-09-24-0db575384cd8a50406c7b8a30723d3d7bbb60680","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-24 - Cabinet of Executive Vice-President Frans Timmermans x European Rural Poultry Association"],"date":["2020-09-24"],"summary":["Sustainable poultry production"],"notes":["Portfolio: European Green Deal"],"location":["Brussels, video conference"],"address":["Brussels, video conference"],"addressEntity":["addr-3c4c22cdf46619b80dc2f093c11a9edb9af1e873"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-5235485727-61","ec-person-33624431cbec1074e151c1707715ef46d2ba9565"]}} -{"id":"ec-meeting-2020-09-24-1a82d520fca952654f0ddc34c08dace0bbab4e79","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-24 - Cabinet of Commissioner Thierry Breton x Open Fiber"],"date":["2020-09-24"],"summary":["Investments in fibre in italy"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","ec-person-4d83416435f81b1f1e8f5c86aeebb1478577f1d2","eu-tr-965428625484-18"]}} -{"id":"ec-meeting-2020-09-24-304441aae72dae46f57b267a2ebd1560e85e6fa9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-24 - Cabinet of Commissioner Nicolas Schmit x None"],"date":["2020-09-24"],"summary":["Pact for Skills Roundtable with the automotive sector."],"notes":["Portfolio: Jobs and Social Rights"],"location":["videoconference"],"address":["videoconference"],"addressEntity":["addr-92b2fbb928e012810d80d9ef1abe12027beee200"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["eu-tr-278373226442-94","ec-person-66fa2c2d100ec194caa42b5c6f97c36e2748b71c","ec-person-4cf4655ab41922e92160325d987a3c4615c72d30","eu-tr-61370904700-45","eu-tr-91408765797-03","eu-tr-0649790813-47","eu-tr-6504541970-40","eu-tr-358284014848-82","ec-person-935314e38d735654cae8ee61313a3d73439b242d","eu-tr-946343776-69","eu-tr-74574295642-60","eu-tr-922144640085-87","ec-person-c03b949331dbbe5fa3d5423758e371ec1b9b832f"]}} -{"id":"ec-meeting-2020-09-24-30da7aa4a7308befcda6f2563096386c39463cb0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-24 - Cabinet of Commissioner Thierry Breton x Airbus"],"date":["2020-09-24"],"summary":["Defense and Space"],"notes":["Portfolio: Internal Market"],"location":["Videoconference Brussels"],"address":["Videoconference Brussels"],"addressEntity":["addr-dd07a9d55126dd4563305e4abb56ff22a08686b9"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","ec-person-b077a2e9f0fdb3b8f6e91d0bd0b256db9e40ce46","eu-tr-2732167674-76"]}} -{"id":"ec-meeting-2020-09-24-37d9b8709bd8d785dac24d47df17f52799e5fe14","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-24 - Cabinet of Vice-President Věra Jourová x AMISA2"],"date":["2020-09-24"],"summary":["Digital policy (incl AI, data). European Democracy Action Plan (incl fight against disinformation)"],"notes":["Portfolio: Values and Transparency"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["ec-person-221276f2dfa4b8fe628f08e982d967b6aeb61c57","eu-tr-646699114665-12"]}} -{"id":"ec-meeting-2020-09-24-3edd9d7eeb9110e8d79d2b12cd698a6c9ba12054","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-24 - Cabinet of Commissioner Didier Reynders x Federation of the European Sporting Goods Industry"],"date":["2020-09-24"],"summary":["Sustainable corporate governance"],"notes":["Portfolio: Justice"],"location":["video conference"],"address":["video conference"],"addressEntity":["addr-6dc12e3c97077db82f32184f24341ce370a445fd"],"organizer":["ec-cabinet-commissioner-didier-of-reynders"],"involved":["ec-person-442bf1ae9900b999673cdd7389224d0e21b67d4d","eu-tr-616677713667-62"]}} -{"id":"ec-meeting-2020-09-24-42e501996fa37bef10feb415ce6e02491f17a015","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-24 - Cabinet of Executive Vice-President Frans Timmermans x EUROGAS aisbl"],"date":["2020-09-24"],"summary":["TEN-E legislation and the potential for gas sector decarbonisation"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - video conference"],"address":["Brussels - video conference"],"addressEntity":["addr-d7df553e47e69d1cc9f4189b36b7c867f80459b0"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-d53e00c46a4cc62bbf533e0c9bb35bacb9121989","eu-tr-17909506129-41"]}} -{"id":"ec-meeting-2020-09-24-42e86111053ed18fa83855afa9d53c0c1b420268","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-24 - Cabinet of Vice-President Věra Jourová x Aspen Institute Central Europe"],"date":["2020-09-24"],"summary":["EU approach to AI and challenges, Impact of new technologies on society and the economy"],"notes":["Portfolio: Values and Transparency"],"location":["videoconference"],"address":["videoconference"],"addressEntity":["addr-92b2fbb928e012810d80d9ef1abe12027beee200"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["eu-tr-315544338957-78","ec-person-bf54da17217bbddfd9c68fe24d88005ac17e2c4b"]}} -{"id":"ec-meeting-2020-09-24-66c9185ea04741602db8d164b985bd784e71463e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-24 - Cabinet of Executive Vice-President Frans Timmermans x 3billiontrees"],"date":["2020-09-24"],"summary":["European Green Deal and forests"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-241428039033-54","ec-person-8af3c81534786a740718d21dc58240738a53ed7b"]}} -{"id":"ec-meeting-2020-09-24-75f1fc6ee953afc3246734124c57693d4cf27c8c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-24 - Cabinet of Executive Vice-President Margrethe Vestager x Airbnb Ireland UC"],"date":["2020-09-24"],"summary":["To discuss Digital Services Act"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-823871417098-42","ec-person-11d97788772862bb34f51dd26d7f92603eac1bf8","ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0"]}} -{"id":"ec-meeting-2020-09-24-7a94eb2a51c631b20a195416a63335d69bbbf56d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-24 - Cabinet of Commissioner Kadri Simson x None"],"date":["2020-09-24"],"summary":["Methane emissions"],"notes":["Portfolio: Energy"],"location":["Video conference call"],"address":["Video conference call"],"addressEntity":["addr-2fe5627687b370aee2a16df28d9d4e975369b86f"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["eu-tr-173460831899-75","ec-person-2fb98fc84d2cf8d481688eff3d47f7745ead3592","ec-person-3ba14eabc5fddef75d1a672cc75b5f4bddd72ee9","eu-tr-055599331897-93","ec-person-1995c65b8dc7f3702a8c30ed96a0144075848837"]}} -{"id":"ec-meeting-2020-09-24-7b76cd70da2083ee0e0df0f25b90c86cc18a0de4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-24 - Cabinet of Commissioner Thierry Breton x Avio S.p.A."],"date":["2020-09-24"],"summary":["aerospace"],"notes":["Portfolio: Internal Market"],"location":["Videoconference Brussels"],"address":["Videoconference Brussels"],"addressEntity":["addr-dd07a9d55126dd4563305e4abb56ff22a08686b9"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","eu-tr-755040839461-54","ec-person-b077a2e9f0fdb3b8f6e91d0bd0b256db9e40ce46"]}} -{"id":"ec-meeting-2020-09-24-8927d5f6cf14ea7f152d9fd57c61cc792e9ba83d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-24 - Cabinet of Commissioner Adina Vălean x Mobility as a Service Alliance"],"date":["2020-09-24"],"summary":["Mobility as a service for the European Green Deal"],"notes":["Portfolio: Transport"],"location":["Conference call"],"address":["Conference call"],"addressEntity":["addr-28ba88479582b2f75898964548da4252dc7db7d2"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["eu-tr-140593628433-52","ec-person-267c5ab3ea5304fc6305ef321e214c9c1cd0f78e"]}} -{"id":"ec-meeting-2020-09-24-8c643452b666c0cd5dd0030cea0718e8036a6245","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-24 - Cabinet of Executive Vice-President Frans Timmermans x European Liberal Youth"],"date":["2020-09-24"],"summary":["Youth recommendations for the European Green Deal"],"notes":["Portfolio: European Green Deal"],"location":["video call"],"address":["video call"],"addressEntity":["addr-12d8c530d76da0b7745f9c0f9285e7eec97adc55"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-d56ecbfde17436a136fc89c9a978b266e8285c84","eu-tr-979276720920-77"]}} -{"id":"ec-meeting-2020-09-24-925aeb0be468adeba26643d53edfdfa39dbb8b29","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-24 - Cabinet of Commissioner Johannes Hahn x EuroTech Universities Alliance"],"date":["2020-09-24"],"summary":["Research & Innovation (conference call with DTU - Technical University of Denmark)"],"notes":["Portfolio: Budget and Administration"],"location":["Conference call"],"address":["Conference call"],"addressEntity":["addr-28ba88479582b2f75898964548da4252dc7db7d2"],"organizer":["ec-cabinet-commissioner-hahn-johannes-of"],"involved":["eu-tr-992618013978-09","ec-person-d1cfc2bdcd92eb0b7e7112810e03f3aff3f4af35"]}} -{"id":"ec-meeting-2020-09-24-9ce9e18209a8495a9593ed17fc200dafe3fb17a7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-24 - Cabinet of Commissioner Adina Vălean x UIRR, International Union for Road-Rail Combined Transport"],"date":["2020-09-24"],"summary":["Presentation meeting on rail policy developments"],"notes":["Portfolio: Transport"],"location":["Online event"],"address":["Online event"],"addressEntity":["addr-5a9df2cffcc23d81377f1f4543edf2efc8141f52"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["eu-tr-49307536642-11","ec-person-6e21d867543ef3b910e746c319cb048abd054702","ec-person-267c5ab3ea5304fc6305ef321e214c9c1cd0f78e"]}} -{"id":"ec-meeting-2020-09-24-abf0ca759e63288f4b34959195be8f1751931b19","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-24 - Regional and Urban Policy x European Policy Centre"],"date":["2020-09-24"],"summary":["EU covid-19 crisis response and cohesion policy 2021-27"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-dg-regio"],"involved":["eu-tr-89632641000-47","ec-person-3bc647761a4c1a96c0e7b4c3729d7408a61558b0"]}} -{"id":"ec-meeting-2020-09-24-beae6ee4d02137d0082e8ce5d71aec14c787d0f8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-24 - Cabinet of Commissioner Thierry Breton x EUROPEAN TRADE UNION CONFEDERATION"],"date":["2020-09-24"],"summary":["the New Industrial Strategy for Europe"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","eu-tr-06698681039-26"]}} -{"id":"ec-meeting-2020-09-24-dbc91692b0a35da9443695a33e0c383ca7b3e0ba","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-24 - Cabinet of President Ursula von der Leyen x Friends of the Earth Europe"],"date":["2020-09-24"],"summary":["European Green deal"],"notes":["Portfolio: President"],"location":["Brussels (VC)"],"address":["Brussels (VC)"],"addressEntity":["addr-7a7ab1034ef0b71e62ebf9a322dc5d9528505976"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-f2b941852d3b961d69ed695c2d243a1a2b4a1904","eu-tr-9825553393-31"]}} -{"id":"ec-meeting-2020-09-24-e783d5104b967dc954ccab66a49456a594dedb8c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-24 - Cabinet of Executive Vice-President Valdis Dombrovskis x European Financial Services Round Table"],"date":["2020-09-24"],"summary":["MdM gave introductory remarks on the ASGS and the RRF."],"notes":["Portfolio: An Economy that Works for People"],"location":["videoconference"],"address":["videoconference"],"addressEntity":["addr-92b2fbb928e012810d80d9ef1abe12027beee200"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-95d6ecce9b8f3a7b167d0eac8e270fdce0665ccb","eu-tr-27636291880-60"]}} -{"id":"ec-meeting-2020-09-24-ec618d3615e3c66e34bd98bbbe6897213dcb5de0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-24 - Cabinet of Executive Vice-President Frans Timmermans x Federatie Nederlandse Levensmiddelen Industrie"],"date":["2020-09-24"],"summary":["Speech on the European Green Deal at the Annual Board Meeting of the Dutch Food Industry Association (FNLI)"],"notes":["Portfolio: European Green Deal"],"location":["Brussels (video conference)"],"address":["Brussels (video conference)"],"addressEntity":["addr-1a77e12c05a39186f3ddab600c3e9e619c4822ef"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-730594411310-38","ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce"]}} -{"id":"ec-meeting-2020-09-25-1fa4d6c03d85ab74f5fc4f3f708181008e7d4f8d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-25 - Cabinet of Commissioner Virginijus Sinkevičius x Funding Fish"],"date":["2020-09-25"],"summary":["Overfishing"],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Video Meeting"],"address":["Video Meeting"],"addressEntity":["addr-8c693b9ffb91e9584eb6e5cd07000b8e993c644e"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["eu-tr-051498327063-03","ec-person-c92a6b4ef8328855b0234011be623ed9f15c86f3"]}} -{"id":"ec-meeting-2020-09-25-3657d377ce591c1f4216e9b885ad7390ea07ca30","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-25 - Cabinet of Commissioner Didier Reynders x European Federation of Investors and Financial Services Users"],"date":["2020-09-25"],"summary":["Consumer Agenda"],"notes":["Portfolio: Justice"],"location":["video conferencing"],"address":["video conferencing"],"addressEntity":["addr-613317ccdf0c2bce8cb9f90df551697cd890eda7"],"organizer":["ec-cabinet-commissioner-didier-of-reynders"],"involved":["eu-tr-24633926420-79","ec-person-1e25399e2267734c5f4c69093d2286c8898ee9f0"]}} -{"id":"ec-meeting-2020-09-25-3e7e2fa43dfc123e602c00e1f709608e0e7c3cc2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-25 - Cabinet of Executive Vice-President Frans Timmermans x Stichting IMAGINE Foundation"],"date":["2020-09-25"],"summary":["Sustainable food chain"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - video conference"],"address":["Brussels - video conference"],"addressEntity":["addr-d7df553e47e69d1cc9f4189b36b7c867f80459b0"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-7c876f4825f213b8adbedf089ccedfbc3b36d65b","eu-tr-009532038479-10"]}} -{"id":"ec-meeting-2020-09-25-6d6f24219e53ae4b3bef880bbd98b32f0550076a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-25 - Cabinet of President Ursula von der Leyen x Airbus"],"date":["2020-09-25"],"summary":["Impact of the COVID-19 pandemic on the aeronautical sector in general and Airbus in particular, and sustainable aviation."],"notes":["Portfolio: President"],"location":["Brussels (webex)"],"address":["Brussels (webex)"],"addressEntity":["addr-0c93c1129642ea8181fef62b4b4cfd4e9246afdd"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-f2b941852d3b961d69ed695c2d243a1a2b4a1904","eu-tr-2732167674-76"]}} -{"id":"ec-meeting-2020-09-25-7db70364146185db9cb55409516f2bab6614bd43","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-25 - Cabinet of Executive Vice-President Frans Timmermans x Topsector Logistiek"],"date":["2020-09-25"],"summary":["Carbon Border Adjustment Mechanism"],"notes":["Portfolio: European Green Deal"],"location":["Brussels (videoconference)"],"address":["Brussels (videoconference)"],"addressEntity":["addr-843ddf9d3c6977cd8d56db6bb2154f8415263e26"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce","ec-person-d56ecbfde17436a136fc89c9a978b266e8285c84","eu-tr-061018639296-87"]}} -{"id":"ec-meeting-2020-09-25-9f1ef39a50b53ed8991800153835629447c96e5f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-25 - Cabinet of Commissioner Johannes Hahn x Airports Council International - European Region"],"date":["2020-09-25"],"summary":["Green aviation and future EU budget programs"],"notes":["Portfolio: Budget and Administration"],"location":["Conference call"],"address":["Conference call"],"addressEntity":["addr-28ba88479582b2f75898964548da4252dc7db7d2"],"organizer":["ec-cabinet-commissioner-hahn-johannes-of"],"involved":["ec-person-0a9c49ba84ea78ae0ec9c6fadde7b6d66e7a1054","eu-tr-42566063487-73"]}} -{"id":"ec-meeting-2020-09-25-a11cfb350690e088ccd488e7ad8e5ffb16a30df9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-25 - Economic and Financial Affairs x ABN AMRO Clearing Bank N.V."],"date":["2020-09-25"],"summary":["Meeting with CEO of ABN AMRO"],"location":["Brussels - online meeting"],"address":["Brussels - online meeting"],"addressEntity":["addr-2051dbf432a7bb0c2863321ec637de57cd4a01f1"],"organizer":["ec-dg-ecfin"],"involved":["eu-tr-368029129221-78","ec-person-d59b69916c3a29673c14838feab22a7902555d52"]}} -{"id":"ec-meeting-2020-09-25-a7170251fdd1bc824219db2dd2dbe751e8fef243","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-25 - Cabinet of Commissioner Janez Lenarčič x Norwegian Refugee Council Europe"],"date":["2020-09-25"],"summary":["Displacement crises in the MENA Region"],"notes":["Portfolio: Crisis Management"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-janez-lenarcic-of"],"involved":["eu-tr-750447615329-96","ec-person-a6cd325c80698b2331699224c780ebfb10573602"]}} -{"id":"ec-meeting-2020-09-25-a9465f33be734f8432aec553760b16b75946dc0b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-25 - Cabinet of President Ursula von der Leyen x Meta Platforms Ireland Limited and its various subsidiaries (f/k/a Facebook Ireland Limited)"],"date":["2020-09-25"],"summary":["Data protection jurisprudence, trans-Atlantic data economy, standard contractual clauses"],"notes":["Portfolio: President"],"location":["Brussels (VC)"],"address":["Brussels (VC)"],"addressEntity":["addr-7a7ab1034ef0b71e62ebf9a322dc5d9528505976"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-7019713e72781afb1f3b19032c4752a314b78180","eu-tr-28666427835-74"]}} -{"id":"ec-meeting-2020-09-25-b583b24497bc2382cc7cc729635fc8b61b714c9e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-25 - Justice and Consumers x Microsoft Corporation"],"date":["2020-09-25"],"summary":["To discuss GDPR, Misinformation commercial scams, AI and AI liability"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-just"],"involved":["eu-tr-0801162959-21","ec-person-64fe91130a710e9441279ace59821186f8ef52c4"]}} -{"id":"ec-meeting-2020-09-25-c0455120a3976757cec8e4f9fe4b0452c3891b12","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-25 - Cabinet of Commissioner Adina Vălean x Dragonflypads"],"date":["2020-09-25"],"summary":["Presentation meeting to present dragonfly business."],"notes":["Portfolio: Transport"],"location":["online meeting"],"address":["online meeting"],"addressEntity":["addr-b385bbe7e761556665e3696aa1bcfc817c2db583"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["ec-person-5f7f9d4d861c5b97fbd25bccf6323535d2a7ceb8","eu-tr-566214739559-03"]}} -{"id":"ec-meeting-2020-09-25-ce01f2df6eb775c3ceff6971ebf4b8097dd628e9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-25 - Cabinet of Executive Vice-President Frans Timmermans x Fern"],"date":["2020-09-25"],"summary":["biodiversity"],"notes":["Portfolio: European Green Deal"],"location":["Brussels (video conference)"],"address":["Brussels (video conference)"],"addressEntity":["addr-1a77e12c05a39186f3ddab600c3e9e619c4822ef"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-8af3c81534786a740718d21dc58240738a53ed7b","eu-tr-40538475090-82","ec-person-f1a3478550296f3f9accdc67d6ef5a0b681dda4b","ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce","ec-person-a282162080cef4ef2a8c0ab6247a3e03dc438507"]}} -{"id":"ec-meeting-2020-09-25-d30859b80bb76d3247516a322787fe4f7c4ec7b2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-25 - Cabinet of Executive Vice-President Frans Timmermans x European Alliance to Save Energy"],"date":["2020-09-25"],"summary":["Renovation Wave"],"notes":["Portfolio: European Green Deal"],"location":["Brussels (video conference)"],"address":["Brussels (video conference)"],"addressEntity":["addr-1a77e12c05a39186f3ddab600c3e9e619c4822ef"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-a282162080cef4ef2a8c0ab6247a3e03dc438507","ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce","eu-tr-37816636575-51"]}} -{"id":"ec-meeting-2020-09-25-e3c1e857eb9bd185c9911a23855cba81f33d449a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-25 - Cabinet of Executive Vice-President Frans Timmermans x EUROPEAN RAIL INFRASTRUCTURE MANAGERS"],"date":["2020-09-25"],"summary":["Sustainable and Smart Mobility Strategy"],"notes":["Portfolio: European Green Deal"],"location":["video call"],"address":["video call"],"addressEntity":["addr-12d8c530d76da0b7745f9c0f9285e7eec97adc55"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-d56ecbfde17436a136fc89c9a978b266e8285c84","eu-tr-531034421340-14"]}} -{"id":"ec-meeting-2020-09-25-facc962334724f2864e5b276c2aae254284ca13a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-25 - Cabinet of Commissioner Stella Kyriakides x DIGITALEUROPE"],"date":["2020-09-25"],"summary":["Virtual meeting about European Health Data Space"],"notes":["Portfolio: Health"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-kyriakides-of-stella"],"involved":["eu-tr-64270747023-20","ec-person-8c3c9f5f3b2f84138bb6ab73180e2eff94b88ec8","ec-person-ecf9f9e978b833afc98ee022572d468f0dc9a352"]}} -{"id":"ec-meeting-2020-09-25-fbb4716920fbc7bf40fbdd95220227ba1245c1e6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-25 - Environment x Green 10"],"date":["2020-09-25"],"summary":["first exchange of views with the Green 10"],"location":["Videocall"],"address":["Videocall"],"addressEntity":["addr-4b20c60cbed91c52bb56613870c84a7e8fb11240"],"organizer":["ec-dg-env"],"involved":["ec-person-f9559d68da38935569ff0be1cadd90e05f0454bd","eu-tr-70309834043-10"]}} -{"id":"ec-meeting-2020-09-26-d62ed5c6dac2710a8836e2d965e791537f788744","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-26 - Cabinet of Executive Vice-President Frans Timmermans x European Passengers' Federation"],"date":["2020-09-26"],"summary":["Keynote speech on a European Green Deal for passengers"],"notes":["Portfolio: European Green Deal"],"location":["video call"],"address":["video call"],"addressEntity":["addr-12d8c530d76da0b7745f9c0f9285e7eec97adc55"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-532739823521-44","ec-person-d56ecbfde17436a136fc89c9a978b266e8285c84"]}} -{"id":"ec-meeting-2020-09-28-0ac7e55cbe140d36c43c26662ec84b8a312ce21f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-28 - Cabinet of Executive Vice-President Margrethe Vestager x The Danish Chamber of Commerce"],"date":["2020-09-28"],"summary":["Discussion on economic recovery."],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Copenhagen, Denmark"],"address":["Copenhagen, Denmark"],"addressEntity":["addr-037407970050e97c761587d63aacfaeb126cab45"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-d7607503188de4dff4a730df803ecaac9b411aae","ec-person-11d97788772862bb34f51dd26d7f92603eac1bf8","eu-tr-0330934426-12"]}} -{"id":"ec-meeting-2020-09-28-0b3a5b7efd3bc811ddda2df2101e4e6f9c3460c6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-28 - Cabinet of Vice-President Věra Jourová x Workday"],"date":["2020-09-28"],"summary":["AI, Data transfer"],"notes":["Portfolio: Values and Transparency"],"location":["videoconference"],"address":["videoconference"],"addressEntity":["addr-92b2fbb928e012810d80d9ef1abe12027beee200"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["eu-tr-021253717373-58","ec-person-74c07660dcbc6dc9993b34462cf2a1fec35925ea","ec-person-fb258e0188a5319bfaba3161382db43f5a85851f"]}} -{"id":"ec-meeting-2020-09-28-15023842e4efd5847645f3f2a6c2b333d6e05c14","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-28 - Cabinet of Commissioner Didier Reynders x IBM Corporation"],"date":["2020-09-28"],"summary":["Data protection"],"notes":["Portfolio: Justice"],"location":["video conference"],"address":["video conference"],"addressEntity":["addr-6dc12e3c97077db82f32184f24341ce370a445fd"],"organizer":["ec-cabinet-commissioner-didier-of-reynders"],"involved":["eu-tr-7721359944-96","ec-person-442bf1ae9900b999673cdd7389224d0e21b67d4d"]}} -{"id":"ec-meeting-2020-09-28-4308c56612094dd64104b7eee04e69237b638cfe","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-28 - Cabinet of Executive Vice-President Frans Timmermans x International Road Transport Union Permanent Delegation to the EU"],"date":["2020-09-28"],"summary":["Road Transport in the European Green Deal"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - videoconference"],"address":["Brussels - videoconference"],"addressEntity":["addr-a3a01e55b02ab591ce10151760698f4306ec49cb"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-7c876f4825f213b8adbedf089ccedfbc3b36d65b","eu-tr-41802525291-86"]}} -{"id":"ec-meeting-2020-09-28-4bcef1b7a8c68dce9f9905cb5ded69756ec5c9cd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-28 - Cabinet of Commissioner Elisa Ferreira x European Business and Innovation Centre Network"],"date":["2020-09-28"],"summary":["Innovation and regional initiatives"],"notes":["Portfolio: Cohesion and Reforms"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-elisa-ferreira-of"],"involved":["ec-person-5bebc7b029567ec14718c647bb3813e76a4c729d","eu-tr-056070639177-60"]}} -{"id":"ec-meeting-2020-09-28-5d1ca78052eccc0cf6fde030b4227061f67b3fa0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-28 - Cabinet of Executive Vice-President Frans Timmermans x Voka - Vlaams Netwerk van Ondernemingen"],"date":["2020-09-28"],"summary":["Discussion on the Green Deal"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - videoconference"],"address":["Brussels - videoconference"],"addressEntity":["addr-a3a01e55b02ab591ce10151760698f4306ec49cb"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-7c876f4825f213b8adbedf089ccedfbc3b36d65b","eu-tr-702214911454-33"]}} -{"id":"ec-meeting-2020-09-28-75ebf0987a87dc31b7d6e1c7af26901ec379893a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-28 - Cabinet of Commissioner Janusz Wojciechowski x EURODOM"],"date":["2020-09-28"],"summary":["CAP measures and Outermost regions and small Aegean islands (POSEI)"],"notes":["Portfolio: Agriculture"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["eu-tr-28418016649-41","ec-person-cafe030b6dad78a75143f7552c420481b30ebceb"]}} -{"id":"ec-meeting-2020-09-28-9278f07dbaf51d45ee72d9b90c011b9b680bb817","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-28 - Cabinet of Commissioner Jutta Urpilainen x Leapfrog Projects Oy"],"date":["2020-09-28"],"summary":["Green deal and sustainable development"],"notes":["Portfolio: International Partnerships"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["eu-tr-521762039602-43","ec-person-06b0238eadc5dd98061e9e34e90c8693a32a11e0"]}} -{"id":"ec-meeting-2020-09-28-a68ec9799445cc7921f739b3c12f5f024a508494","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-28 - Cabinet of Executive Vice-President Frans Timmermans x Conseil Européen des Jeunes Agriculteurs"],"date":["2020-09-28"],"summary":["Young Farmers and the Green Deal"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - video conference"],"address":["Brussels - video conference"],"addressEntity":["addr-d7df553e47e69d1cc9f4189b36b7c867f80459b0"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-7c876f4825f213b8adbedf089ccedfbc3b36d65b","eu-tr-849413211923-25"]}} -{"id":"ec-meeting-2020-09-28-a8b8960aeaf3c74ee5370769487d4b7f6e473d0a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-28 - Financial Stability, Financial Services and Capital Markets Union x CONSEIL DE COOPERATION ECONOMIQUE"],"date":["2020-09-28"],"summary":["CMU and Sustainable finance"],"location":["Virtual meeting"],"address":["Virtual meeting"],"addressEntity":["addr-1f1f3f51a4da31a1ea5c1b4b21cbf52ad983224f"],"organizer":["ec-dg-fisma"],"involved":["ec-person-1fce211249673c35ee07a801ddee77ab24af8d54","eu-tr-146893419149-74"]}} -{"id":"ec-meeting-2020-09-28-addb0b9a86738bd8de5c09ee7e00e0f983fbbaf7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-28 - Cabinet of Commissioner Adina Vălean x International Road Transport Union Permanent Delegation to the EU"],"date":["2020-09-28"],"summary":["Meeting to present the latest developments."],"notes":["Portfolio: Transport"],"location":["Online meeting"],"address":["Online meeting"],"addressEntity":["addr-9d833a1da3074efd384ee6bc2b108c1f5bb379e0"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["eu-tr-41802525291-86","ec-person-6e21d867543ef3b910e746c319cb048abd054702"]}} -{"id":"ec-meeting-2020-09-28-c90a23d8c619ed9c33f4d7d41cb1fb3ab6cc02ad","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-28 - Cabinet of Commissioner Didier Reynders x Skyscanner Limited"],"date":["2020-09-28"],"summary":["Presentation of the companies activities and discussion on the Digital Service Act and other issues in the portfolio"],"notes":["Portfolio: Justice"],"location":["Video conference"],"address":["Video conference"],"addressEntity":["addr-ebc9fd5c2f372a32153cf3f4d5fb918a96b84a88"],"organizer":["ec-cabinet-commissioner-didier-of-reynders"],"involved":["ec-person-442bf1ae9900b999673cdd7389224d0e21b67d4d","eu-tr-600324619861-95"]}} -{"id":"ec-meeting-2020-09-28-dff1bbb8b46f8ceea8b7b2a9e81c98d57d4c5af8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-28 - Cabinet of Executive Vice-President Frans Timmermans x DIGITALEUROPE"],"date":["2020-09-28"],"summary":["The role of digital technology in delivering the Green Deal"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - videoconference"],"address":["Brussels - videoconference"],"addressEntity":["addr-a3a01e55b02ab591ce10151760698f4306ec49cb"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-7c876f4825f213b8adbedf089ccedfbc3b36d65b","eu-tr-64270747023-20"]}} -{"id":"ec-meeting-2020-09-28-e596d3bc23ea308edfe3748a7d522e6d41798fe5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-28 - Cabinet of Commissioner Thierry Breton x Eurocities"],"date":["2020-09-28"],"summary":["Short term rental and platforms regulation"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-4d83416435f81b1f1e8f5c86aeebb1478577f1d2","eu-tr-12493392840-79"]}} -{"id":"ec-meeting-2020-09-28-e7444d7c2e994d9deb6a627138ad6829b65931d7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-28 - Cabinet of Executive Vice-President Margrethe Vestager x Microsoft Corporation"],"date":["2020-09-28"],"summary":["Follow-up to White Paper on Artificial Intelligence"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-0801162959-21","ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0"]}} -{"id":"ec-meeting-2020-09-28-ef8100e72cd183157e9104d186675d139187fdec","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-28 - Cabinet of Executive Vice-President Frans Timmermans x Bureau Européen des Unions de Consommateurs"],"date":["2020-09-28"],"summary":["Sustainable food systems"],"notes":["Portfolio: European Green Deal"],"location":["Brussels, video conference"],"address":["Brussels, video conference"],"addressEntity":["addr-3c4c22cdf46619b80dc2f093c11a9edb9af1e873"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-9505781573-45","ec-person-33624431cbec1074e151c1707715ef46d2ba9565"]}} -{"id":"ec-meeting-2020-09-29-016c2416f2e887e300e5ab801cbc0f1b107f604d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-29 - Cabinet of Executive Vice-President Frans Timmermans x ENEL SpA"],"date":["2020-09-29"],"summary":["Green deal and recovery related issues"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - videoconference"],"address":["Brussels - videoconference"],"addressEntity":["addr-a3a01e55b02ab591ce10151760698f4306ec49cb"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-7c876f4825f213b8adbedf089ccedfbc3b36d65b","eu-tr-6256831207-27"]}} -{"id":"ec-meeting-2020-09-29-05753bb204793b9af1f6e9995cb06e2e457aeb40","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-29 - Cabinet of Vice-President Margaritis Schinas x European Healthcare Distribution Association"],"date":["2020-09-29"],"summary":["Eu Health Policies"],"notes":["Portfolio: Promoting the European Way of Life"],"location":["Virtual event"],"address":["Virtual event"],"addressEntity":["addr-d34c0b00b704b2d04f42130c86c762afe0597f45"],"organizer":["ec-cabinet-margaritis-of-president-schinas-vice"],"involved":["ec-person-d5cada2a1a17537a675985af31e5ce07ae3bfd42","eu-tr-0757172464-29","ec-person-180e5c5b13dac533a1241b0f9d78176c8bec3d51"]}} -{"id":"ec-meeting-2020-09-29-23b3e5b37e92e52eb3e7a367b7a031ecdbe3af96","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-29 - Cabinet of Commissioner Ylva Johansson x Amnesty International Limited"],"date":["2020-09-29"],"summary":["Amnesty report on Malta"],"notes":["Portfolio: Home Affairs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-johansson-of-ylva"],"involved":["eu-tr-11063928073-34","ec-person-e80f1d4512f8632e5baa488ed887e131294d744e","ec-person-1f14c98028fa6f9f43ee9cd5aef7ed77c30761a5"]}} -{"id":"ec-meeting-2020-09-29-3d594c8d8923b3ecf71fcdf25988587280688379","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-29 - Maritime Affairs and Fisheries x Conférence des Régions Périphériques Maritimes d'Europe (CRPM)"],"date":["2020-09-29"],"summary":["Discussion on the recovery of the maritime sectors, the sea-basins strategies and the revision of the Common Fisheries Policy"],"location":["Brussels - Microsoft Team"],"address":["Brussels - Microsoft Team"],"addressEntity":["addr-2b1a135e551f2f794204e531f2ca8f8baafefc9c"],"organizer":["ec-dg-mare"],"involved":["eu-tr-5546423688-07","ec-person-6e64215cdacfeb6c6d4709a7f72c2b1c94a3d908"]}} -{"id":"ec-meeting-2020-09-29-3ee5f4a6a07d915ca797048a5a74ba9710ff6e34","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-29 - Climate Action x Planet Labs Germany"],"date":["2020-09-29"],"summary":["Earth observation data to inform climate policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-clima"],"involved":["ec-person-9c5c685692a09a77f2bc8ae9c05663b87cd75aae","eu-tr-293502227711-32"]}} -{"id":"ec-meeting-2020-09-29-3f811fa7a1237547a1671374d32d5f754ae6f03a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-29 - Cabinet of Commissioner Paolo Gentiloni x Dalmine S.p.A."],"date":["2020-09-29"],"summary":["Green House GHE Allowances post 2021"],"notes":["Portfolio: Economy"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-cabinet-commissioner-gentiloni-of-paolo"],"involved":["ec-person-404d55367ba0dadec989b6dc2eab96ef2abd96af","eu-tr-90748218095-34"]}} -{"id":"ec-meeting-2020-09-29-43aae4482b9f16c95e534fa8f5df8b92b9522e59","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-29 - Cabinet of Commissioner Thierry Breton x VeriSign, Inc."],"date":["2020-09-29"],"summary":["The DNS and the DSA"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-4d83416435f81b1f1e8f5c86aeebb1478577f1d2","eu-tr-007895639418-81"]}} -{"id":"ec-meeting-2020-09-29-475c40648aa22223433ff029d8f086bb50e298dd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-29 - Cabinet of Executive Vice-President Frans Timmermans x International Association of Oil & Gas Producers Europe"],"date":["2020-09-29"],"summary":["Energy System Integration – ideas for CCUS Forum"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - video conference"],"address":["Brussels - video conference"],"addressEntity":["addr-d7df553e47e69d1cc9f4189b36b7c867f80459b0"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-f8efd5ca1c3794aa2954d6b5f54ff94f015fba20","ec-person-d53e00c46a4cc62bbf533e0c9bb35bacb9121989","eu-tr-3954187491-70"]}} -{"id":"ec-meeting-2020-09-29-63f886f68eb0f18d9115ed5813f95944c12fe50a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-29 - Cabinet of Executive Vice-President Frans Timmermans x Shell Companies Environmental Defense Fund Europe"],"date":["2020-09-29"],"summary":["Methane strategy"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - video conference"],"address":["Brussels - video conference"],"addressEntity":["addr-d7df553e47e69d1cc9f4189b36b7c867f80459b0"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-055599331897-93","ec-person-d53e00c46a4cc62bbf533e0c9bb35bacb9121989","eu-tr-05032108616-26"]}} -{"id":"ec-meeting-2020-09-29-6479d4a65429d7c614913dfb7f8140f86c3ebd8c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-29 - Cabinet of Commissioner Olivér Várhelyi x European Jewish Community Centre"],"date":["2020-09-29"],"summary":["Meeting with Jewish leaders to celebrate Rosh Hashanah"],"notes":["Portfolio: Neighbourhood and Enlargement"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-of-oliver-varhelyi"],"involved":["eu-tr-130201328260-50","ec-person-daf8ff1073a04b30d2f54219ecc93002ef3a684d"]}} -{"id":"ec-meeting-2020-09-29-6bd2459f39abd2c7f64f2f840929b76e9faa0ba2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-29 - Cabinet of Vice-President Věra Jourová x Democracy Reporting International"],"date":["2020-09-29"],"summary":["Digital agenda for Europe"],"notes":["Portfolio: Values and Transparency"],"location":["videoconference"],"address":["videoconference"],"addressEntity":["addr-92b2fbb928e012810d80d9ef1abe12027beee200"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["ec-person-221276f2dfa4b8fe628f08e982d967b6aeb61c57","eu-tr-769286939357-35"]}} -{"id":"ec-meeting-2020-09-29-721b632ab22c6da3562884c2fd1cff55b0390473","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-29 - Cabinet of Commissioner Nicolas Schmit x Mouvement des Entreprises de France"],"date":["2020-09-29"],"summary":["Réunion sur les mesures sociales du Plan de relance pour l’Europe au service d’une reprise économique."],"notes":["Portfolio: Jobs and Social Rights"],"location":["Vidéoconférence"],"address":["Vidéoconférence"],"addressEntity":["addr-2f999e5051d1299c5ffa450b8aef3b1ea3769d2e"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["eu-tr-43763731235-75","ec-person-4cf4655ab41922e92160325d987a3c4615c72d30","ec-person-1379f76d0c860e318f68852e1b57aa75454831f8","ec-person-935314e38d735654cae8ee61313a3d73439b242d","ec-person-c03b949331dbbe5fa3d5423758e371ec1b9b832f"]}} -{"id":"ec-meeting-2020-09-29-75e5da40cf2c0bc74df6572cdb9a086c013c01ff","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-29 - Cabinet of President Ursula von der Leyen x Notre Europe - Institut Jacques Delors / Notre Europe - Jacques Delors Institute"],"date":["2020-09-29"],"summary":["European Green deal"],"notes":["Portfolio: President"],"location":["Brussels (VC)"],"address":["Brussels (VC)"],"addressEntity":["addr-7a7ab1034ef0b71e62ebf9a322dc5d9528505976"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-f2b941852d3b961d69ed695c2d243a1a2b4a1904","eu-tr-726109217329-25"]}} -{"id":"ec-meeting-2020-09-29-78a120282e685d814663b503ee4e63e67f52b5c0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-29 - Cabinet of Commissioner Didier Reynders x Bundesverband der Deutschen Industrie e.V."],"date":["2020-09-29"],"summary":["Sustainable corporate governance, data protection and Artificial Intelligence"],"notes":["Portfolio: Justice"],"location":["video conference"],"address":["video conference"],"addressEntity":["addr-6dc12e3c97077db82f32184f24341ce370a445fd"],"organizer":["ec-cabinet-commissioner-didier-of-reynders"],"involved":["eu-tr-1771817758-48","ec-person-442bf1ae9900b999673cdd7389224d0e21b67d4d","ec-person-1e25399e2267734c5f4c69093d2286c8898ee9f0"]}} -{"id":"ec-meeting-2020-09-29-9ce9e18209a8495a9593ed17fc200dafe3fb17a7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-29 - Cabinet of Commissioner Adina Vălean x UIRR, International Union for Road-Rail Combined Transport"],"date":["2020-09-29"],"summary":["Meeting to discuss the intermodal developments"],"notes":["Portfolio: Transport"],"location":["Online meeting"],"address":["Online meeting"],"addressEntity":["addr-9d833a1da3074efd384ee6bc2b108c1f5bb379e0"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["eu-tr-49307536642-11","ec-person-6e21d867543ef3b910e746c319cb048abd054702"]}} -{"id":"ec-meeting-2020-09-29-b58e129923ae764f5f9bae05a97e6df80850b5c8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-29 - Cabinet of Executive Vice-President Valdis Dombrovskis x spiritsEUROPE"],"date":["2020-09-29"],"summary":["EU-US Trade relations"],"notes":["Portfolio: An Economy that Works for People"],"location":["Video conferencing"],"address":["Video conferencing"],"addressEntity":["addr-4a260fcbdf035aeae48bfb811f1225b05f636185"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["eu-tr-64926487056-58","ec-person-f011ed0f7c78d833a79f1206f788e0cbd9cb8864"]}} -{"id":"ec-meeting-2020-09-29-b8ec49b2e7b0b69a3a2ff5cf1f3a45c2f6300258","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-29 - Cabinet of Executive Vice-President Frans Timmermans x SUEZ Group"],"date":["2020-09-29"],"summary":["Circular economy and green recovery"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - videoconference"],"address":["Brussels - videoconference"],"addressEntity":["addr-a3a01e55b02ab591ce10151760698f4306ec49cb"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-7c876f4825f213b8adbedf089ccedfbc3b36d65b","eu-tr-27799842497-69"]}} -{"id":"ec-meeting-2020-09-29-bb2d625094b753ae3e60910972f2fc1792fb36a4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-29 - Cabinet of Executive Vice-President Margrethe Vestager x Motion Picture Association EMEA"],"date":["2020-09-29"],"summary":["Discussion on Digital Services Act"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-95201401713-39","ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0"]}} -{"id":"ec-meeting-2020-09-29-bca3eb6bc77dd3d8da42e7eef43a9ca66004b0f7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-29 - Communications Networks, Content and Technology x TIM S.p.A."],"date":["2020-09-29"],"summary":["FTTH"],"location":["virtual meeting"],"address":["virtual meeting"],"addressEntity":["addr-225c82a032511500bff73b3efe0d857849613fd9"],"organizer":["ec-dg-connect"],"involved":["eu-tr-078655018381-34","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2020-09-29-c01eb6e8c28ecb0f4f740f8d33e1de5a6e153597","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-29 - Cabinet of Commissioner Virginijus Sinkevičius x European Aluminium AISBL"],"date":["2020-09-29"],"summary":["Circular / low-carbon economy, policies affecting aluminum industry."],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["eu-tr-9224280267-20","ec-person-ef0f66e9880a22ea8d9657bd982daf9bd74838c1"]}} -{"id":"ec-meeting-2020-09-29-d65cd1d69e6164fee047c904fd40b19a727651ea","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-29 - Cabinet of Commissioner Janez Lenarčič x Water Europe"],"date":["2020-09-29"],"summary":["Meeting with Partners for Resilience - Humanitarian Aid, NEXUS"],"notes":["Portfolio: Crisis Management"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-janez-lenarcic-of"],"involved":["ec-person-31e4e9c3126a9151de6a161e669faba028b1ffa6","eu-tr-43176485302-45"]}} -{"id":"ec-meeting-2020-09-29-dab34f549e72dc8bf977667044d5f6426fe5162d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-29 - Recovery and Resilience Task force x EUROCHAMBRES – Association of European Chambers of Commerce and Industry"],"date":["2020-09-29"],"summary":["Recovery and Resilience Facility"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-recover"],"involved":["eu-tr-0014082722-83","ec-person-18a05dadca8a2b91216adc689b6323c7b55df0d9"]}} -{"id":"ec-meeting-2020-09-29-db9044eec7088118fd499ebc11db4259d1e68ba0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-29 - Cabinet of Commissioner Virginijus Sinkevičius x Environmental Coalition on Standards"],"date":["2020-09-29"],"summary":["Circular economy and resource efficiency in the construction sector, initiatives foreseen in the new CEA."],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Virutal"],"address":["Virutal"],"addressEntity":["addr-6251ac3b29ec46fa93fb704d097b3970b9fa3393"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["ec-person-ef0f66e9880a22ea8d9657bd982daf9bd74838c1","eu-tr-96668093651-33"]}} -{"id":"ec-meeting-2020-09-30-06baf1d6d8fc428aa4a91b093e983c1c45de07ee","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-30 - Cabinet of Executive Vice-President Margrethe Vestager x Huawei Technologies"],"date":["2020-09-30"],"summary":["Discussion on restrictions imposed on Huawei’s operations in the EU."],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-c5a20b92c008e114355d197b9b2fd62c88868c4e","eu-tr-114467111412-38","ec-person-11ba005cc4046696303381b7ca219da9b11a42bf"]}} -{"id":"ec-meeting-2020-09-30-1b53d736376a2c2165c8c4f65367f74f26565115","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-30 - Cabinet of Commissioner Janusz Wojciechowski x The American European Community Association"],"date":["2020-09-30"],"summary":["AECA Virtual Event"],"notes":["Portfolio: Agriculture"],"location":["Zoom meeting"],"address":["Zoom meeting"],"addressEntity":["addr-cca5cda028df206acc00b4d5b6104554505d48f8"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["ec-person-625f8b4379f79adee4f15c6a0417a96bb5a5a403","eu-tr-307603023489-82"]}} -{"id":"ec-meeting-2020-09-30-2293fbea0fa7cac8314b061ca8474287f6f647e2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-30 - Cabinet of Executive Vice-President Margrethe Vestager x Snap, Inc."],"date":["2020-09-30"],"summary":["To discuss Digital Services Act."],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-11d97788772862bb34f51dd26d7f92603eac1bf8","ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0","eu-tr-976985829492-08"]}} -{"id":"ec-meeting-2020-09-30-2ad22f938cc779d989a37a1dedb13526a0dfdc82","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-30 - Cabinet of President Ursula von der Leyen x Snap, Inc."],"date":["2020-09-30"],"summary":["Digital policy agenda, including Digital Services Act, self-regulation, corporate social responsibility"],"notes":["Portfolio: President"],"location":["Brussels (WEBEX)"],"address":["Brussels (WEBEX)"],"addressEntity":["addr-3afbdeda01f3dac93a9dc841fdac57d9de27b869"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-7019713e72781afb1f3b19032c4752a314b78180","eu-tr-976985829492-08"]}} -{"id":"ec-meeting-2020-09-30-3948460c9d46da30ab35a4e439d6993deba8151a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-30 - Cabinet of Commissioner Paolo Gentiloni x Aldersgate Group"],"date":["2020-09-30"],"summary":["Low Carbon Economy and job creation"],"notes":["Portfolio: Economy"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-cabinet-commissioner-gentiloni-of-paolo"],"involved":["ec-person-8da36db391ed53f362d495cd564ba8b45c7003e1","eu-tr-570633817416-75"]}} -{"id":"ec-meeting-2020-09-30-3fc5d3bfb48fcf9a48b5cbf91bc6eef8a17e3336","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-30 - Cabinet of Commissioner Thierry Breton x Airbnb Ireland UC"],"date":["2020-09-30"],"summary":["Platforms regulation and sustainable tourism"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-823871417098-42","ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0"]}} -{"id":"ec-meeting-2020-09-30-46bc422739e334fc56a49d389b6359571455524a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-30 - Cabinet of Commissioner Adina Vălean x FedEx Express Belgium International BVBA"],"date":["2020-09-30"],"summary":["Presentation meeting to talk about freight."],"notes":["Portfolio: Transport"],"location":["Online meeting"],"address":["Online meeting"],"addressEntity":["addr-9d833a1da3074efd384ee6bc2b108c1f5bb379e0"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["eu-tr-885919335502-84","ec-person-6e21d867543ef3b910e746c319cb048abd054702"]}} -{"id":"ec-meeting-2020-09-30-548829fa82dceb5b941b52e4dc4afc58a40e1a85","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-30 - Cabinet of Vice-President Věra Jourová x Snap, Inc."],"date":["2020-09-30"],"summary":["Freedom of expression, Fight against disinformation"],"notes":["Portfolio: Values and Transparency"],"location":["videoconference"],"address":["videoconference"],"addressEntity":["addr-92b2fbb928e012810d80d9ef1abe12027beee200"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["ec-person-bf54da17217bbddfd9c68fe24d88005ac17e2c4b","eu-tr-976985829492-08"]}} -{"id":"ec-meeting-2020-09-30-573178478a171554615f2684d7b4fe773ef04d38","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-30 - Cabinet of Commissioner Paolo Gentiloni x European Association of Communications Agencies"],"date":["2020-09-30"],"summary":["Digital Tax Services"],"notes":["Portfolio: Economy"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-cabinet-commissioner-gentiloni-of-paolo"],"involved":["eu-tr-397482431021-09","ec-person-404d55367ba0dadec989b6dc2eab96ef2abd96af"]}} -{"id":"ec-meeting-2020-09-30-6fa9831b5963250ad4c0a3b88ac8b4df3b6ad714","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-30 - Cabinet of Executive Vice-President Valdis Dombrovskis x Banco Santander, S.A."],"date":["2020-09-30"],"summary":["Digital finance, payments"],"notes":["Portfolio: An Economy that Works for People"],"location":["video conference"],"address":["video conference"],"addressEntity":["addr-6dc12e3c97077db82f32184f24341ce370a445fd"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-235870cd7eb41f2494f695fce18b5b5b88647113","eu-tr-799142914971-03"]}} -{"id":"ec-meeting-2020-09-30-7497b146f3ed7320b46913263ce03a590519bfb7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-30 - Internal Market, Industry, Entrepreneurship and SMEs x Bundesverband der Deutschen Industrie e.V."],"date":["2020-09-30"],"summary":["Discuss with BDI Director to exchange views on\tEconomic Recovery (esp. Internal Market) and Implementation of the Industrial Strategy"],"location":["Brussels - online"],"address":["Brussels - online"],"addressEntity":["addr-1ffdd7e64e61e5fe99e20ed62074fe2ad1a1b799"],"organizer":["ec-dg-grow"],"involved":["eu-tr-1771817758-48","ec-person-0151c7e554d188fffc509ad636b7d1a84c5dfcd5"]}} -{"id":"ec-meeting-2020-09-30-8e4c74f624443bb383f25536a46d2fe71380f722","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-30 - Cabinet of Commissioner Didier Reynders x ISFE - Representing the European Videogames Industry"],"date":["2020-09-30"],"summary":["Data protection and international data transfers"],"notes":["Portfolio: Justice"],"location":["video conference"],"address":["video conference"],"addressEntity":["addr-6dc12e3c97077db82f32184f24341ce370a445fd"],"organizer":["ec-cabinet-commissioner-didier-of-reynders"],"involved":["ec-person-442bf1ae9900b999673cdd7389224d0e21b67d4d","eu-tr-20586492362-11"]}} -{"id":"ec-meeting-2020-09-30-913c12bce5bb6c05a10dd895ae92be7a5b127185","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-30 - Cabinet of President Ursula von der Leyen x Wellcome Trust"],"date":["2020-09-30"],"summary":["COVID 19"],"notes":["Portfolio: President"],"location":["Brussels (WEBEX)"],"address":["Brussels (WEBEX)"],"addressEntity":["addr-3afbdeda01f3dac93a9dc841fdac57d9de27b869"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-f2b941852d3b961d69ed695c2d243a1a2b4a1904","eu-tr-912723313554-37"]}} -{"id":"ec-meeting-2020-09-30-943186d7b5bce2973c1ddd58c6ffc88fa12cfac4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-30 - Cabinet of Commissioner Adina Vălean x Uber"],"date":["2020-09-30"],"summary":["Covid and the sustainability pledge"],"notes":["Portfolio: Transport"],"location":["Conference call"],"address":["Conference call"],"addressEntity":["addr-28ba88479582b2f75898964548da4252dc7db7d2"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["eu-tr-002278013515-26","ec-person-267c5ab3ea5304fc6305ef321e214c9c1cd0f78e"]}} -{"id":"ec-meeting-2020-09-30-959d0725558c8140a3ce22b149e866e2073c4cf5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-30 - Budget x The Royal Bank of Scotland"],"date":["2020-09-30"],"summary":["SURE instrument and resultant bond issuance programme"],"location":["Webex call"],"address":["Webex call"],"addressEntity":["addr-b2690d9a600b77f36b305f24c977dd2560cdac60"],"organizer":["ec-dg-budg"],"involved":["ec-person-39635b893026833f739fe623fe7e9d5a97525e7a","eu-tr-483974815034-52"]}} -{"id":"ec-meeting-2020-09-30-a2689dde08a09f4f95d027e2de3a3ba7cce4f1ad","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-30 - Cabinet of Commissioner Thierry Breton x Snap, Inc."],"date":["2020-09-30"],"summary":["Responsibilities of digital service providers"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","eu-tr-976985829492-08"]}} -{"id":"ec-meeting-2020-09-30-a908f31c8c1683469b1b0f41d60c8f90d814abe7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-30 - Cabinet of Commissioner Thierry Breton x Transport and Environment (European Federation for Transport and Environment)"],"date":["2020-09-30"],"summary":["Climate Target Plan, ETS"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-9cf97e549f67c3228d1478a3a67d652eb28c5b46","eu-tr-58744833263-19"]}} -{"id":"ec-meeting-2020-09-30-adc9d17b4117fd141856fb79beaa264a8c062499","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-30 - Cabinet of Commissioner Jutta Urpilainen x ACTION CONTRE LA FAIM"],"date":["2020-09-30"],"summary":["hunger and malnutrition in partner countries"],"notes":["Portfolio: International Partnerships"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["ec-person-e29b72fe81d25796214b1c5915c52a124f06cd9d","eu-tr-272646820681-30"]}} -{"id":"ec-meeting-2020-09-30-b241abf96fbe7181e3bf1bedfba0905acc2f2ceb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-30 - Internal Market, Industry, Entrepreneurship and SMEs x Robert Bosch GmbH"],"date":["2020-09-30"],"summary":["Discuss with the CEO for Automotive of Bosch to exchange views on the access to vehicle data, artificial intelligence, hydrogen and emission standards for vehicles."],"location":["Brussels - online"],"address":["Brussels - online"],"addressEntity":["addr-1ffdd7e64e61e5fe99e20ed62074fe2ad1a1b799"],"organizer":["ec-dg-grow"],"involved":["ec-person-0151c7e554d188fffc509ad636b7d1a84c5dfcd5","eu-tr-8999533555-91"]}} -{"id":"ec-meeting-2020-09-30-c5fab1cb19c5fbf371d7cd0dff2ae345fe1bff62","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-30 - Cabinet of Executive Vice-President Frans Timmermans x Organisation des Jeunes pour l'Union Européenne et Africaine"],"date":["2020-09-30"],"summary":["EU’s strategy with Africa and partnership on green transition and energy access"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - video conference"],"address":["Brussels - video conference"],"addressEntity":["addr-d7df553e47e69d1cc9f4189b36b7c867f80459b0"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-d53e00c46a4cc62bbf533e0c9bb35bacb9121989","eu-tr-911550334439-78"]}} -{"id":"ec-meeting-2020-09-30-cb1f60c9ba7f28923b9ca9061dfbc6d61ebbd633","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-30 - Defence Industry and Space x SAFRAN"],"date":["2020-09-30"],"summary":["Videoconference to exchange views on European defence, on strategic autonomy and technological sovereignty, on European defence fund, and on impacts of the COVID 19 crisis."],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-dg-defis"],"involved":["ec-person-a5e52cd544ea3aa44eb4b31fac65a468499f106e","eu-tr-764184537594-67"]}} -{"id":"ec-meeting-2020-09-30-d0d9c0aad4aa179d54523601238278c07cfdb2b7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-30 - Cabinet of Executive Vice-President Frans Timmermans x European Cyclists' Federation Cycling Industries Europe"],"date":["2020-09-30"],"summary":["Follow up Sustainable and Smart Mobility Strategy"],"notes":["Portfolio: European Green Deal"],"location":["Video call"],"address":["Video call"],"addressEntity":["addr-ad60f43c3b2e61f55f8d15d2bb303f6d11ac791b"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-28451455737-18","ec-person-d56ecbfde17436a136fc89c9a978b266e8285c84","eu-tr-762247734758-18"]}} -{"id":"ec-meeting-2020-09-30-dfbf51897f32067f87b72b4235dd4487d9d36944","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-30 - Cabinet of Commissioner Thierry Breton x ASSOCIATION MEDICALE EUROPEENNE"],"date":["2020-09-30"],"summary":["Pharmacies"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","eu-tr-834080221070-18"]}} -{"id":"ec-meeting-2020-09-30-ff0cffd736a9a6ee520e8afdc0457e9bdcf16df7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-09-30 - Cabinet of Commissioner Johannes Hahn x BNP PARIBAS"],"date":["2020-09-30"],"summary":["MFF and COVID Recovery Plan"],"notes":["Portfolio: Budget and Administration"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hahn-johannes-of"],"involved":["ec-person-6dd3472dac004e43ec1fa4f5b4106e3b476c9ce7","eu-tr-78787381113-69"]}} -{"id":"ec-meeting-2020-10-01-10819753c96006fe87a56c4f52c73575a5424a23","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-01 - Cabinet of Commissioner Stella Kyriakides x BEAM Alliance"],"date":["2020-10-01"],"summary":["Virtual meeting about the Antimicrobial Resistance"],"notes":["Portfolio: Health"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-kyriakides-of-stella"],"involved":["eu-tr-989919136810-31","ec-person-ba73927c33000184cab3f41a76e1b32fe7d7eda8"]}} -{"id":"ec-meeting-2020-10-01-21d7152f93c24cd867bf07697a23a800756cb0bf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-01 - Cabinet of Commissioner Adina Vălean x European Policy Centre"],"date":["2020-10-01"],"summary":["Workshop ‘Fair Transition to green and sustainable mobility’"],"notes":["Portfolio: Transport"],"location":["Conference call"],"address":["Conference call"],"addressEntity":["addr-28ba88479582b2f75898964548da4252dc7db7d2"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["eu-tr-89632641000-47","ec-person-e5f1558cac43dd4f90847b508b6753edb0a9f903"]}} -{"id":"ec-meeting-2020-10-01-2249c2e703dbce47ca46fdc382324c66d6b4cf5a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-01 - Cabinet of Executive Vice-President Margrethe Vestager x Confederation of the German Textile and Fashion Industry"],"date":["2020-10-01"],"summary":["To discuss Industrial B2B-platforms"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-630565418685-37","ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0"]}} -{"id":"ec-meeting-2020-10-01-237acb3858c60e7b95e4b954476dfd2bc699ce07","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-01 - Cabinet of Vice-President Margaritis Schinas x Hellenic Association of Pharmaceutical Companies"],"date":["2020-10-01"],"summary":["EU Health Policies"],"notes":["Portfolio: Promoting the European Way of Life"],"location":["Virtual event"],"address":["Virtual event"],"addressEntity":["addr-d34c0b00b704b2d04f42130c86c762afe0597f45"],"organizer":["ec-cabinet-margaritis-of-president-schinas-vice"],"involved":["eu-tr-684432824847-17","ec-person-d5cada2a1a17537a675985af31e5ce07ae3bfd42","ec-person-180e5c5b13dac533a1241b0f9d78176c8bec3d51"]}} -{"id":"ec-meeting-2020-10-01-28043b8481d181d01ebc233d048931500e78044a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-01 - Cabinet of President Ursula von der Leyen x ZF Friedrichshafen AG"],"date":["2020-10-01"],"summary":["Data & AI in future mobility (e.g. AI in crash avoidance, robocabs as individualised public transport). Tier 1 suppliers become software sellers. New traffic legislation needed, recovery funding to modernising urban transport, secure data spaces."],"notes":["Portfolio: President"],"location":["Brussels (video conference)"],"address":["Brussels (video conference)"],"addressEntity":["addr-1a77e12c05a39186f3ddab600c3e9e619c4822ef"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-7019713e72781afb1f3b19032c4752a314b78180","eu-tr-194094423131-36"]}} -{"id":"ec-meeting-2020-10-01-30691d6bd1cea5cc10ce36b04c0c554517007c01","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-01 - Cabinet of Commissioner Kadri Simson x EUROGAS aisbl"],"date":["2020-10-01"],"summary":["Energy System Integration, Hydrogen and low-carbon gases and methane emissions"],"notes":["Portfolio: Energy"],"location":["Video conference call"],"address":["Video conference call"],"addressEntity":["addr-2fe5627687b370aee2a16df28d9d4e975369b86f"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["ec-person-3ba14eabc5fddef75d1a672cc75b5f4bddd72ee9","ec-person-2fb98fc84d2cf8d481688eff3d47f7745ead3592","eu-tr-17909506129-41","ec-person-1995c65b8dc7f3702a8c30ed96a0144075848837"]}} -{"id":"ec-meeting-2020-10-01-3bd9f517b097e1432880f319d3b694bf4885f49c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-01 - Cabinet of Executive Vice-President Frans Timmermans x Friedrich-Ebert-Stiftung"],"date":["2020-10-01"],"summary":["Challenges and opportunities of the European Green Deal"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - video conference"],"address":["Brussels - video conference"],"addressEntity":["addr-d7df553e47e69d1cc9f4189b36b7c867f80459b0"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-7c876f4825f213b8adbedf089ccedfbc3b36d65b","eu-tr-05546466757-61"]}} -{"id":"ec-meeting-2020-10-01-5b3a403d9160febd07c2ac6432369a47131fd0fe","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-01 - Cabinet of Executive Vice-President Valdis Dombrovskis x Human Rights Watch"],"date":["2020-10-01"],"summary":["Human rights and environmental protection issues in the EU-Mercosur Association Agreement"],"notes":["Portfolio: An Economy that Works for People"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-1d8581216d9aa7f26fa098a81e84ca61e0e3f261","eu-tr-56362448807-46"]}} -{"id":"ec-meeting-2020-10-01-5dd3896845746fd939f540024f50367138bfb958","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-01 - Cabinet of Executive Vice-President Frans Timmermans x ICLEI - Local Governments for Sustainability European Secretariat"],"date":["2020-10-01"],"summary":["Speech on the European Greel Deal at online ESCT Mannheim 2020"],"notes":["Portfolio: European Green Deal"],"location":["Brussels (video conference)"],"address":["Brussels (video conference)"],"addressEntity":["addr-1a77e12c05a39186f3ddab600c3e9e619c4822ef"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce","eu-tr-064034733055-88"]}} -{"id":"ec-meeting-2020-10-01-5f53facaddd4392dcb89adcfec4671f37f9266a7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-01 - Cabinet of Executive Vice-President Frans Timmermans x ABB Ltd E.ON SE IBERDROLA Scania AB (publ) ENEL SpA AkzoNobel SAP Volkswagen Aktiengesellschaft Schneider Electric A.P. Møller - Mærsk A/S"],"date":["2020-10-01"],"summary":["Discussion on Green Recovery"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - videoconference"],"address":["Brussels - videoconference"],"addressEntity":["addr-a3a01e55b02ab591ce10151760698f4306ec49cb"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-7c876f4825f213b8adbedf089ccedfbc3b36d65b","eu-tr-6504541970-40","eu-tr-680443918500-51","eu-tr-72760517350-57","eu-tr-41816938101-07","eu-tr-46302264606-44","eu-tr-7790041608-14","eu-tr-365563511941-15","eu-tr-3305029916-47","eu-tr-6256831207-27","eu-tr-639117311617-01"]}} -{"id":"ec-meeting-2020-10-01-6a3229340b55a9dbba48b2d046a1b0375d67d545","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-01 - Cabinet of Commissioner Stella Kyriakides x Academy of European Law"],"date":["2020-10-01"],"summary":["VC on Farm to Fork Strategy"],"notes":["Portfolio: Health"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-kyriakides-of-stella"],"involved":["ec-person-ba73927c33000184cab3f41a76e1b32fe7d7eda8","eu-tr-97138128231-58"]}} -{"id":"ec-meeting-2020-10-01-8421a1a0bd328d60f861afd2d7289cbe6cc79c81","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-01 - Cabinet of President Ursula von der Leyen x Prysmian S.p.A."],"date":["2020-10-01"],"summary":["EU optical fibre market, fibre networks & sustainability, need to focus on energy-efficient fibre rather than download speed, unfair international trading conditions."],"notes":["Portfolio: President"],"location":["Brussels (video conference)"],"address":["Brussels (video conference)"],"addressEntity":["addr-1a77e12c05a39186f3ddab600c3e9e619c4822ef"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-7019713e72781afb1f3b19032c4752a314b78180","eu-tr-263025637420-16"]}} -{"id":"ec-meeting-2020-10-01-983c386d12d1c6d208f682d2b227947ae06596f8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-01 - Cabinet of Executive Vice-President Frans Timmermans x EPIA SolarPower Europe"],"date":["2020-10-01"],"summary":["Renovation wave"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - video conference"],"address":["Brussels - video conference"],"addressEntity":["addr-d7df553e47e69d1cc9f4189b36b7c867f80459b0"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-a282162080cef4ef2a8c0ab6247a3e03dc438507","eu-tr-2680046412-48"]}} -{"id":"ec-meeting-2020-10-01-ac91cde81b0b25f4a82ac21b969460264ffb715f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-01 - Cabinet of Executive Vice-President Margrethe Vestager x Twitter International Unlimited Company"],"date":["2020-10-01"],"summary":["Digital policy"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-394491614001-72","ec-person-11d97788772862bb34f51dd26d7f92603eac1bf8"]}} -{"id":"ec-meeting-2020-10-01-b88ad8ae6298cf1ba4ec4e798815f92b6e60e226","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-01 - Taxation and Customs Union x CONSEIL DE COOPERATION ECONOMIQUE"],"date":["2020-10-01"],"summary":["Conference call - Exchange of views on a carbon border adjustment mechanism"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-taxud"],"involved":["ec-person-9e42f316f38c8e126c2cd2bc84affb891338c7f3","eu-tr-146893419149-74"]}} -{"id":"ec-meeting-2020-10-01-c67ef8fd149d10a3ab992f95ca29da0b9af0d80d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-01 - Cabinet of Commissioner Jutta Urpilainen x CONCORD Europe"],"date":["2020-10-01"],"summary":["Inequalities and sustainable business models"],"notes":["Portfolio: International Partnerships"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["eu-tr-34478709670-34","ec-person-e29b72fe81d25796214b1c5915c52a124f06cd9d","ec-person-6357f4506ca5351b3a822936612fd6006da48722"]}} -{"id":"ec-meeting-2020-10-01-cb91c77b4bbf3249043743e6e2d62ddc62810d58","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-01 - Cabinet of Commissioner Adina Vălean x Neste Oyj"],"date":["2020-10-01"],"summary":["Decarbonisation of road and the sustainable mobility strategy"],"notes":["Portfolio: Transport"],"location":["Conference call"],"address":["Conference call"],"addressEntity":["addr-28ba88479582b2f75898964548da4252dc7db7d2"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["ec-person-267c5ab3ea5304fc6305ef321e214c9c1cd0f78e","eu-tr-10257354120-19"]}} -{"id":"ec-meeting-2020-10-01-d6eb39114c20a2922ff644a16773d2876a17de27","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-01 - Cabinet of Commissioner Paolo Gentiloni x IP2Innovate"],"date":["2020-10-01"],"summary":["Intelectual Property Action Plan"],"notes":["Portfolio: Economy"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-cabinet-commissioner-gentiloni-of-paolo"],"involved":["eu-tr-207857725603-49","ec-person-404d55367ba0dadec989b6dc2eab96ef2abd96af"]}} -{"id":"ec-meeting-2020-10-01-e234fbc67f957ee3c2986648dbe64b7f45d991d3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-01 - Cabinet of Executive Vice-President Frans Timmermans x CONSEIL DE COOPERATION ECONOMIQUE"],"date":["2020-10-01"],"summary":["CCE activities in the area of energy and climate"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - video conference"],"address":["Brussels - video conference"],"addressEntity":["addr-d7df553e47e69d1cc9f4189b36b7c867f80459b0"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-d53e00c46a4cc62bbf533e0c9bb35bacb9121989","eu-tr-146893419149-74"]}} -{"id":"ec-meeting-2020-10-01-f2b81d3e5f7993517e3f11db9782cbd86a7caa01","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-01 - Cabinet of Commissioner Ylva Johansson x Internet Watch Foundation"],"date":["2020-10-01"],"summary":["Tackling child sexual abuse online"],"notes":["Portfolio: Home Affairs"],"location":["VTC"],"address":["VTC"],"addressEntity":["addr-9d1acaa772820b8ade84113d2da24716fe455be2"],"organizer":["ec-cabinet-commissioner-johansson-of-ylva"],"involved":["ec-person-d3f97e069d9ff016d7b65052f6eb6b98500ec118","ec-person-31b127e72e9dd30ce85ff2b475ac65d28d7dc48d","eu-tr-144739515066-23"]}} -{"id":"ec-meeting-2020-10-01-f884fb014c212152aa95920c1631a28f1174a307","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-01 - Cabinet of Executive Vice-President Frans Timmermans x Hydrogen Europe"],"date":["2020-10-01"],"summary":["Alternative Fuels in the ‘Green Recovery’ plan – Hydrogen strategy"],"notes":["Portfolio: European Green Deal"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-9eafbf4a92961023c7df3ab389ae6d4301dec4bf","eu-tr-77659588648-75"]}} -{"id":"ec-meeting-2020-10-01-ffe9dcd69f24135bc73248765ccb8caf0e3b1bfc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-01 - Cabinet of Commissioner Paolo Gentiloni x Federturismo Confindustria - Federazione Nazionale dei Viaggi e del Turismo"],"date":["2020-10-01"],"summary":["Duty Free Rules at EU Airports"],"notes":["Portfolio: Economy"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-cabinet-commissioner-gentiloni-of-paolo"],"involved":["eu-tr-790587824911-92","ec-person-404d55367ba0dadec989b6dc2eab96ef2abd96af"]}} -{"id":"ec-meeting-2020-10-02-0be4904d2ce349fd4f06c78f1ee7cd7ada3e54ac","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-02 - Cabinet of Commissioner Paolo Gentiloni x Associazione Bancaria Italiana"],"date":["2020-10-02"],"summary":["Digital Taxation"],"notes":["Portfolio: Economy"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-cabinet-commissioner-gentiloni-of-paolo"],"involved":["eu-tr-915519211566-03","ec-person-404d55367ba0dadec989b6dc2eab96ef2abd96af"]}} -{"id":"ec-meeting-2020-10-02-381a2834afef09946b2e95cf4e5618c86c271b38","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-02 - Cabinet of Vice-President Věra Jourová x EU DisinfoLab"],"date":["2020-10-02"],"summary":["Conference - interview: Protecting European democracy"],"notes":["Portfolio: Values and Transparency"],"location":["Online event"],"address":["Online event"],"addressEntity":["addr-5a9df2cffcc23d81377f1f4543edf2efc8141f52"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["ec-person-bf54da17217bbddfd9c68fe24d88005ac17e2c4b","eu-tr-593474530364-05"]}} -{"id":"ec-meeting-2020-10-02-38dfbff3b4c6d619e66087b9b898e0dce9153c22","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-02 - Cabinet of Executive Vice-President Frans Timmermans x Green 10"],"date":["2020-10-02"],"summary":["Climate Target Plans"],"notes":["Portfolio: European Green Deal"],"location":["Brussels (video conference)"],"address":["Brussels (video conference)"],"addressEntity":["addr-1a77e12c05a39186f3ddab600c3e9e619c4822ef"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-8af3c81534786a740718d21dc58240738a53ed7b","ec-person-f1a3478550296f3f9accdc67d6ef5a0b681dda4b","eu-tr-70309834043-10","ec-person-f8efd5ca1c3794aa2954d6b5f54ff94f015fba20","ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce","ec-person-a282162080cef4ef2a8c0ab6247a3e03dc438507"]}} -{"id":"ec-meeting-2020-10-02-651a0bc45f7a248819d9a49eb72cd04e9ebed92e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-02 - Cabinet of Commissioner Mariya Gabriel x Hubert Burda Media Holding Kommanditgesellschaft"],"date":["2020-10-02"],"summary":["European innovation"],"notes":["Portfolio: Innovation and Youth"],"location":["Video-conferencing"],"address":["Video-conferencing"],"addressEntity":["addr-4611e6784da5e4097c2b6fa2bc5e51eb9a0577bd"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["ec-person-1674399a793e9e6fd7cf55b525515fc862fc9351","eu-tr-730036917015-61"]}} -{"id":"ec-meeting-2020-10-02-76abed502a60f6aed57969f92cf33548fccb8b5f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-02 - Cabinet of Commissioner Adina Vălean x DEKRA e.V."],"date":["2020-10-02"],"summary":["Meeting to discuss road safety."],"notes":["Portfolio: Transport"],"location":["Online event"],"address":["Online event"],"addressEntity":["addr-5a9df2cffcc23d81377f1f4543edf2efc8141f52"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["eu-tr-52624015528-97","ec-person-6e21d867543ef3b910e746c319cb048abd054702"]}} -{"id":"ec-meeting-2020-10-02-7ba3e305c54a769aab635f5d5f39b481cf84b37b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-02 - Cabinet of Commissioner Virginijus Sinkevičius x European Anglers Alliance"],"date":["2020-10-02"],"summary":["To present the community of recreational fishery, their key priorities in the field of fisheries, biodiversity and environmental protection. To discuss the Commission’s proposal amending the fisheries control regulation."],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["eu-tr-60105502183-69","ec-person-ef0f66e9880a22ea8d9657bd982daf9bd74838c1"]}} -{"id":"ec-meeting-2020-10-02-7e29ebc7d6487262c7a7c3c4cf8af208ef617cbc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-02 - Cabinet of Executive Vice-President Frans Timmermans x RWE AG"],"date":["2020-10-02"],"summary":["Sustainable finance"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-77608353460-77","ec-person-e88af8eb396e96e3dbc9b4ec6e40a348d26c389c"]}} -{"id":"ec-meeting-2020-10-02-8cf215d52e4e048b6f65f9887652df72a2cba9db","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-02 - Cabinet of Commissioner Thierry Breton x SMEunited aisbl"],"date":["2020-10-02"],"summary":["Exchange on SME strategy and COVID-19 impact"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-55820581197-35","ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0"]}} -{"id":"ec-meeting-2020-10-02-a814afdb786a002effaf7cb8f81eae69cb5361c9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-02 - Cabinet of Commissioner Nicolas Schmit x Lëtzebuerger Chrëschtleche Gewerkschafts-Bond"],"date":["2020-10-02"],"summary":["Réunion sur les salariés frontaliers du secteur du transport international."],"notes":["Portfolio: Jobs and Social Rights"],"location":["Vidéoconférence"],"address":["Vidéoconférence"],"addressEntity":["addr-2f999e5051d1299c5ffa450b8aef3b1ea3769d2e"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-761fad67b377a6e2a384245795719ef5f7131269","ec-person-4cf4655ab41922e92160325d987a3c4615c72d30","eu-tr-902799723370-43"]}} -{"id":"ec-meeting-2020-10-02-be0bd31211c6b1488da1cd7e28d7c0eefcf4e577","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-02 - Cabinet of Executive Vice-President Margrethe Vestager x Fertilizers Europe"],"date":["2020-10-02"],"summary":["To discuss state aid for indirect costs, ETS, Green deal"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-bb1f295d8be3d10004d7e5fd7c24248a21215775","ec-person-7f4ed7789b52b8daf8b637232a16c6d3120c5e37","eu-tr-80788715017-29"]}} -{"id":"ec-meeting-2020-10-02-c1644951a03e6690348400ca3cedbfc2ecdb40db","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-02 - Cabinet of Commissioner Virginijus Sinkevičius x International Platform of Insects for Food & Feed Association"],"date":["2020-10-02"],"summary":["To discuss the contribution of insect producers sector in the consultations on the future Strategic Guidelines for EU Aquaculture and Farm to Fork Strategy."],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["ec-person-dd7a7b1952e158f4195d34cff333ec79a4f48ba3","ec-person-1443799688ae485d7a2fee5c9defab2c5b7c7e6c","eu-tr-845856417247-32"]}} -{"id":"ec-meeting-2020-10-02-c666628448ce5cd5fdf3f3fdbf56f0d432fa2499","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-02 - Cabinet of Commissioner Johannes Hahn x European Plastics Converters Association"],"date":["2020-10-02"],"summary":["European Green Deal, MFF negotiations and own resources"],"notes":["Portfolio: Budget and Administration"],"location":["Conference call"],"address":["Conference call"],"addressEntity":["addr-28ba88479582b2f75898964548da4252dc7db7d2"],"organizer":["ec-cabinet-commissioner-hahn-johannes-of"],"involved":["ec-person-26e87e8dbc382b84ce1f54266bee0b7eab520454","ec-person-0a9c49ba84ea78ae0ec9c6fadde7b6d66e7a1054","eu-tr-93255296152-29"]}} -{"id":"ec-meeting-2020-10-02-c9360c095a89f5b4b9d0d078b59d9874b71e4608","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-02 - Cabinet of Commissioner Helena Dalli x EUROPEAN TRADE UNION CONFEDERATION"],"date":["2020-10-02"],"summary":["Pay transparency directive discussion"],"notes":["Portfolio: Equality"],"location":["VIDEO CONFERENCE"],"address":["VIDEO CONFERENCE"],"addressEntity":["addr-45d6ff679b095176afc5c10570d2bebf2aa7220d"],"organizer":["ec-cabinet-commissioner-dalli-helena-of"],"involved":["eu-tr-06698681039-26","ec-person-d15c205cb9cbb310d2811039c0160c1de7c84638"]}} -{"id":"ec-meeting-2020-10-02-d4db832124c35b61d5541d42a6eb0eb9b866db5e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-02 - Cabinet of Commissioner Helena Dalli x European Women's Lobby"],"date":["2020-10-02"],"summary":["Istanbul Convention discussion"],"notes":["Portfolio: Equality"],"location":["Video conference"],"address":["Video conference"],"addressEntity":["addr-ebc9fd5c2f372a32153cf3f4d5fb918a96b84a88"],"organizer":["ec-cabinet-commissioner-dalli-helena-of"],"involved":["ec-person-d15c205cb9cbb310d2811039c0160c1de7c84638","eu-tr-85686156700-13"]}} -{"id":"ec-meeting-2020-10-02-d5e55a08119571cc0ecda6a1c34ea57e68e30478","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-02 - Cabinet of Commissioner Helena Dalli x Women Against Violence Europe Network"],"date":["2020-10-02"],"summary":["Istanbul Convention; combating violence against women in times of coronavirus."],"notes":["Portfolio: Equality"],"location":["videoconference"],"address":["videoconference"],"addressEntity":["addr-92b2fbb928e012810d80d9ef1abe12027beee200"],"organizer":["ec-cabinet-commissioner-dalli-helena-of"],"involved":["eu-tr-820880834847-22","ec-person-d0b568d53468fcd3dfeeaddbd07343b5b065914d"]}} -{"id":"ec-meeting-2020-10-02-de9fb906362575b8210fdde33625d4a0317bf794","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-02 - Cabinet of Commissioner Mariya Gabriel x UNIFE"],"date":["2020-10-02"],"summary":["Transforming Europe's rail system European"],"notes":["Portfolio: Innovation and Youth"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-9624415524-28","ec-person-6a2152ccdf48d8ec087f545734a0ec503917193b"]}} -{"id":"ec-meeting-2020-10-02-e514f31e7af84782ef487de42ed25a5bc0f37fc5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-02 - Cabinet of Commissioner Virginijus Sinkevičius x Water Europe"],"date":["2020-10-02"],"summary":["To discuss how the water sector can contribute to the achievement of the Green Deal objectives."],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["ec-person-dd7a7b1952e158f4195d34cff333ec79a4f48ba3","ec-person-172a438ed334761e2ab5d52e551fd1bcb6ab6b8d","eu-tr-43176485302-45"]}} -{"id":"ec-meeting-2020-10-02-edd72a8eb54b907ef005af6ffcef1dda54eecf42","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-02 - Communications Networks, Content and Technology x Open Fiber"],"date":["2020-10-02"],"summary":["Telecom markets and RRF"],"location":["virtual meeting"],"address":["virtual meeting"],"addressEntity":["addr-225c82a032511500bff73b3efe0d857849613fd9"],"organizer":["ec-dg-connect"],"involved":["ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f","eu-tr-965428625484-18"]}} -{"id":"ec-meeting-2020-10-02-f427926cdc829de40a22c66e2165c634c4169f84","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-02 - Cabinet of Commissioner Nicolas Schmit x Council of European Employers of the Metal, Engineering and Technology-based Industries"],"date":["2020-10-02"],"summary":["Intervention at the General Assembly of the Council of European Employers of the Metal, Engineering and Technology-based Industries on the social agenda and recovery."],"notes":["Portfolio: Jobs and Social Rights"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-8eb18b6102d444937bc6af5822a6742812165b48","ec-person-4cf4655ab41922e92160325d987a3c4615c72d30","eu-tr-61370904700-45","ec-person-c03b949331dbbe5fa3d5423758e371ec1b9b832f"]}} -{"id":"ec-meeting-2020-10-02-fbd850043ade0cced1187b5855e6ecdf725494cf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-02 - Cabinet of Commissioner Nicolas Schmit x None"],"date":["2020-10-02"],"summary":["Social dialogue"],"notes":["Portfolio: Jobs and Social Rights"],"location":["online"],"address":["online"],"addressEntity":["addr-2dbc2fd2358e1ea1b7a6bc08ea647b9a337ac92d"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["eu-tr-3334854676-12","eu-tr-04902121531-04","ec-person-652143032bcbd23aa320685b3deba350097aa7ae","eu-tr-33130841043-14","eu-tr-358284014848-82","eu-tr-92545571128-74","eu-tr-57745478360-42","eu-tr-066424813599-73"]}} -{"id":"ec-meeting-2020-10-05-0be368e4686cec081238837977d28df01db3fa4d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-05 - Cabinet of Commissioner Jutta Urpilainen x Fortum Oyj"],"date":["2020-10-05"],"summary":["Green Deal and Europe’s transition"],"notes":["Portfolio: International Partnerships"],"location":["Teleconference"],"address":["Teleconference"],"addressEntity":["addr-a1b2e4eeecb1f46f3239fd2a390e2ec3f16bc2cb"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["eu-tr-03501997362-71","ec-person-7c4fa9cfb750b5b524c065180fcee1123b8df03e"]}} -{"id":"ec-meeting-2020-10-05-0dbe8c0b7bb99e4a00ce7901d1d0389b7d7b42d7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-05 - Cabinet of Commissioner Thierry Breton x Google"],"date":["2020-10-05"],"summary":["Exchange on audio-visual and media policy"],"notes":["Portfolio: Internal Market"],"location":["videoconference"],"address":["videoconference"],"addressEntity":["addr-92b2fbb928e012810d80d9ef1abe12027beee200"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-03181945560-59","ec-person-4d83416435f81b1f1e8f5c86aeebb1478577f1d2","ec-person-5215bd372c5a1202399d77ecceb8c16de8d7d55c"]}} -{"id":"ec-meeting-2020-10-05-0f0ad29debe564371cd17e8b95fcd98348dfcd84","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-05 - Maritime Affairs and Fisheries x Baltic Sea Advisory Council"],"date":["2020-10-05"],"summary":["Discussion on BSAC’s recommendations for the Baltic FO 2021, as well as the functioning of and membership of the Advisory Councils"],"location":["Brussels - Webex call"],"address":["Brussels - Webex call"],"addressEntity":["addr-0e9b384c28719a08393c3bf846a71f7f7c1a445d"],"organizer":["ec-dg-mare"],"involved":["ec-person-6e64215cdacfeb6c6d4709a7f72c2b1c94a3d908","eu-tr-891543824750-65"]}} -{"id":"ec-meeting-2020-10-05-18a9a4a47bc5115ec305fa860cebe1671cc92516","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-05 - Cabinet of Executive Vice-President Frans Timmermans x European Federation of Inland Ports Inland Navigation Europe"],"date":["2020-10-05"],"summary":["Sustainable and Smart Mobility Strategy"],"notes":["Portfolio: European Green Deal"],"location":["video call"],"address":["video call"],"addressEntity":["addr-12d8c530d76da0b7745f9c0f9285e7eec97adc55"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-1811573195-25","ec-person-d56ecbfde17436a136fc89c9a978b266e8285c84","eu-tr-41826153178-91"]}} -{"id":"ec-meeting-2020-10-05-2e691ff23b38582832a08991b03cc5a5e85cf2b4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-05 - Cabinet of President Ursula von der Leyen x Vodafone Belgium SA"],"date":["2020-10-05"],"summary":["Digital issues (spectrum licensing conditions as disincentive to investment in some MS, dangers of network monopolisation outside less dense areas, merits of wholesale-only model)."],"notes":["Portfolio: President"],"location":["Brussels (WEBEX)"],"address":["Brussels (WEBEX)"],"addressEntity":["addr-3afbdeda01f3dac93a9dc841fdac57d9de27b869"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-7019713e72781afb1f3b19032c4752a314b78180","eu-tr-90142503473-81"]}} -{"id":"ec-meeting-2020-10-05-306e10d12e47e0517afce661143f508f882ae1aa","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-05 - Cabinet of Commissioner Didier Reynders x HERMES INTERNATIONAL"],"date":["2020-10-05"],"summary":["Digital Service Act and Data protection"],"notes":["Portfolio: Justice"],"location":["video conference"],"address":["video conference"],"addressEntity":["addr-6dc12e3c97077db82f32184f24341ce370a445fd"],"organizer":["ec-cabinet-commissioner-didier-of-reynders"],"involved":["ec-person-442bf1ae9900b999673cdd7389224d0e21b67d4d","eu-tr-919484116074-16"]}} -{"id":"ec-meeting-2020-10-05-3e7e2fa43dfc123e602c00e1f709608e0e7c3cc2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-05 - Cabinet of Executive Vice-President Frans Timmermans x Stichting IMAGINE Foundation"],"date":["2020-10-05"],"summary":["Sustainable food systems"],"notes":["Portfolio: European Green Deal"],"location":["Brussels, video conference"],"address":["Brussels, video conference"],"addressEntity":["addr-3c4c22cdf46619b80dc2f093c11a9edb9af1e873"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-009532038479-10","ec-person-33624431cbec1074e151c1707715ef46d2ba9565"]}} -{"id":"ec-meeting-2020-10-05-477fc1da24d38b46cf137af877bfe5bfea7d405f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-05 - Cabinet of Executive Vice-President Valdis Dombrovskis x Wärtsilä Corporation"],"date":["2020-10-05"],"summary":["Sustainable finance taxonomy"],"notes":["Portfolio: An Economy that Works for People"],"location":["Video conference"],"address":["Video conference"],"addressEntity":["addr-ebc9fd5c2f372a32153cf3f4d5fb918a96b84a88"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-235870cd7eb41f2494f695fce18b5b5b88647113","eu-tr-289922721213-66"]}} -{"id":"ec-meeting-2020-10-05-6208b46a79465ef269bee883218eabe4fb4d92c8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-05 - Cabinet of Commissioner Nicolas Schmit x Commissariat à l'Energie atomique et aux énergies alternatives Interuniversitair Micro-Electronica Centrum vzw SEMI Europe NXP Semiconductors Netherlands B.V. GLOBALFOUNDRIES Management Services Limited Liability Company & Co. KG Melexis NV FEANI ASML Netherlands B.V. industriAll European Trade Union European Forum of technical and Vocational Education and Training SOITEC"],"date":["2020-10-05"],"summary":["Pact for Skills Roundtable with the microelectronic sector."],"notes":["Portfolio: Jobs and Social Rights"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-66fa2c2d100ec194caa42b5c6f97c36e2748b71c","ec-person-4cf4655ab41922e92160325d987a3c4615c72d30","eu-tr-147656111703-83","eu-tr-71635694112-37","eu-tr-721066539792-75","eu-tr-358284014848-82","eu-tr-817789336491-32","eu-tr-402302029423-14","eu-tr-52774696782-43","eu-tr-248908039789-74","eu-tr-070028236358-54","eu-tr-898711618618-45","ec-person-c03b949331dbbe5fa3d5423758e371ec1b9b832f","eu-tr-97921387213-35"]}} -{"id":"ec-meeting-2020-10-05-83d5a11a53cb5b90b413f7b3a64696162f5b9477","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-05 - Cabinet of Executive Vice-President Frans Timmermans x Sustainable Energy for All"],"date":["2020-10-05"],"summary":["Sustainable energy access challenges and EU Strategy with Africa"],"notes":["Portfolio: European Green Deal"],"location":["Brussels, video conference"],"address":["Brussels, video conference"],"addressEntity":["addr-3c4c22cdf46619b80dc2f093c11a9edb9af1e873"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-7c876f4825f213b8adbedf089ccedfbc3b36d65b","eu-tr-365585639064-33"]}} -{"id":"ec-meeting-2020-10-05-8681ca0f0faecdf5b9d09a56567f29eebca13f5a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-05 - Financial Stability, Financial Services and Capital Markets Union x MARSH & McLENNAN COMPANIES FRANCE"],"date":["2020-10-05"],"summary":["Exchange of views"],"location":["Virtual meeting"],"address":["Virtual meeting"],"addressEntity":["addr-1f1f3f51a4da31a1ea5c1b4b21cbf52ad983224f"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-117683115792-20","ec-person-1fce211249673c35ee07a801ddee77ab24af8d54"]}} -{"id":"ec-meeting-2020-10-05-9177d51c92de9c4fe79fa935844f815e545fc4c3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-05 - Cabinet of Executive Vice-President Valdis Dombrovskis x European Aluminium AISBL"],"date":["2020-10-05"],"summary":["Sustainable finance taxonomy"],"notes":["Portfolio: An Economy that Works for People"],"location":["Video conference"],"address":["Video conference"],"addressEntity":["addr-ebc9fd5c2f372a32153cf3f4d5fb918a96b84a88"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-235870cd7eb41f2494f695fce18b5b5b88647113","eu-tr-9224280267-20"]}} -{"id":"ec-meeting-2020-10-05-b7bd3d808e493102867623e0b73264daaf48537f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-05 - Mobility and Transport x DFS Deutsche Flugsicherung GmbH"],"date":["2020-10-05"],"summary":["aviation and COVID-19"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-dg-move"],"involved":["eu-tr-80667711712-64","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2020-10-05-e4da9e79046da40650e92e2997d37ab45ad53212","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-05 - Cabinet of Commissioner Thierry Breton x SOITEC Commissariat à l'Energie atomique et aux énergies alternatives NXP Semiconductors Netherlands B.V. industriAll European Trade Union GLOBALFOUNDRIES Management Services Limited Liability Company & Co. KG European Forum of technical and Vocational Education and Training Melexis NV SEMI Europe FEANI Interuniversitair Micro-Electronica Centrum vzw ASML Netherlands B.V."],"date":["2020-10-05"],"summary":["Roundtable skills on Microelectronics"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-147656111703-83","eu-tr-71635694112-37","ec-person-5215bd372c5a1202399d77ecceb8c16de8d7d55c","ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","eu-tr-721066539792-75","eu-tr-358284014848-82","eu-tr-817789336491-32","eu-tr-402302029423-14","eu-tr-52774696782-43","eu-tr-248908039789-74","eu-tr-070028236358-54","eu-tr-898711618618-45","eu-tr-97921387213-35","ec-person-b077a2e9f0fdb3b8f6e91d0bd0b256db9e40ce46"]}} -{"id":"ec-meeting-2020-10-06-1991c1075829801127b3fb525d673bd76293492e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-06 - Cabinet of Vice-President Věra Jourová x ZDF Europabüro Brüssel ARD-Verbindungsbüro Brüssel"],"date":["2020-10-06"],"summary":["European Democracy Action Plan, Digital Services Act"],"notes":["Portfolio: Values and Transparency"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["ec-person-aa83f35da599b82e4f15da018f4b3447eb648f7c","eu-tr-6774178922-55","eu-tr-3209361971-85","ec-person-fb258e0188a5319bfaba3161382db43f5a85851f"]}} -{"id":"ec-meeting-2020-10-06-2a53b45bf675e3ee2b109dcf6bc0515ded6814f6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-06 - Cabinet of Commissioner Didier Reynders x BUSINESSEUROPE"],"date":["2020-10-06"],"summary":["Data protection and international data transfers"],"notes":["Portfolio: Justice"],"location":["Video conference"],"address":["Video conference"],"addressEntity":["addr-ebc9fd5c2f372a32153cf3f4d5fb918a96b84a88"],"organizer":["ec-cabinet-commissioner-didier-of-reynders"],"involved":["ec-person-442bf1ae9900b999673cdd7389224d0e21b67d4d","eu-tr-3978240953-79"]}} -{"id":"ec-meeting-2020-10-06-2c0b153ed7c6987f13cb9ad4fb79dd6e9c80c4ef","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-06 - Mobility and Transport x ASSOCIAZIONE LOGISTICA INTERMODALITà SOSTENIBILE"],"date":["2020-10-06"],"summary":["transport and logistics"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-dg-move"],"involved":["ec-person-26cdfacae671b09917bee1a91c91973941fa58a2","eu-tr-616655432486-20"]}} -{"id":"ec-meeting-2020-10-06-2cbffb4bc675a672ed119aa059c38c70ec864e54","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-06 - Defence Industry and Space x Volvo AB"],"date":["2020-10-06"],"summary":["Videoconference to discuss content and areas of European defence research."],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-dg-defis"],"involved":["ec-person-a5e52cd544ea3aa44eb4b31fac65a468499f106e","eu-tr-51773601133-57"]}} -{"id":"ec-meeting-2020-10-06-2edb367866bd0a9a1c261c9b6b3376df5b5a2abb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-06 - Environment x BUSINESSEUROPE"],"date":["2020-10-06"],"summary":["Circular Economy"],"location":["Videocall"],"address":["Videocall"],"addressEntity":["addr-4b20c60cbed91c52bb56613870c84a7e8fb11240"],"organizer":["ec-dg-env"],"involved":["ec-person-f9559d68da38935569ff0be1cadd90e05f0454bd","eu-tr-3978240953-79"]}} -{"id":"ec-meeting-2020-10-06-3f700246959563895fde6e6f73b0416877a6df14","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-06 - Cabinet of Executive Vice-President Margrethe Vestager x Schibsted ASA"],"date":["2020-10-06"],"summary":["To discuss Digital Markets Act"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0","eu-tr-532331921544-33"]}} -{"id":"ec-meeting-2020-10-06-45fd9a33d9758bc535f33bb8862b70cca1eeeb12","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-06 - Cabinet of President Ursula von der Leyen x ARD-Verbindungsbüro Brüssel ZDF Europabüro Brüssel"],"date":["2020-10-06"],"summary":["Digital Services Act and European Democracy Action Plan - responsibility of broadcasters for content they distribute, attribition & findability of content, many different types of gatekeeper."],"notes":["Portfolio: President"],"location":["Brussels (WEBEX)"],"address":["Brussels (WEBEX)"],"addressEntity":["addr-3afbdeda01f3dac93a9dc841fdac57d9de27b869"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-7019713e72781afb1f3b19032c4752a314b78180","eu-tr-3209361971-85","eu-tr-6774178922-55","ec-person-66d141295841bdd2d0679d93aae62e07580fcee5"]}} -{"id":"ec-meeting-2020-10-06-461049b30267cc9de8176ef406f0cfa0c7570565","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-06 - Cabinet of Executive Vice-President Margrethe Vestager x European Federation of Pharmaceutical Industries and Associations"],"date":["2020-10-06"],"summary":["Pharmaceuticals strategy, Industrial strategy and trade policy issues"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-c5a20b92c008e114355d197b9b2fd62c88868c4e","eu-tr-38526121292-88"]}} -{"id":"ec-meeting-2020-10-06-4a5a4cb260fdcd966f762b644e67aacf99852c71","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-06 - Cabinet of Commissioner Thierry Breton x Bundesverband Digitalpublisher und Zeitungsverleger Axel Springer SE European Magazine Media Association European Newspaper Publishers' Association"],"date":["2020-10-06"],"summary":["DSA"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-742417913824-11","ec-person-4d83416435f81b1f1e8f5c86aeebb1478577f1d2","eu-tr-37937886834-69","eu-tr-201132116888-24","eu-tr-5950962136-12"]}} -{"id":"ec-meeting-2020-10-06-67ae87b2015ec582f5920876dbbb86e0aa4b3f37","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-06 - Cabinet of Vice-President Margaritis Schinas x International Centre for Migration Policy Development"],"date":["2020-10-06"],"summary":["New Pact on Migration and Asylum"],"notes":["Portfolio: Promoting the European Way of Life"],"location":["Virtual event"],"address":["Virtual event"],"addressEntity":["addr-d34c0b00b704b2d04f42130c86c762afe0597f45"],"organizer":["ec-cabinet-margaritis-of-president-schinas-vice"],"involved":["ec-person-d5cada2a1a17537a675985af31e5ce07ae3bfd42","ec-person-2e04e278a7f128b3ac72d2af3db94d4ebed934da","eu-tr-428294520891-74"]}} -{"id":"ec-meeting-2020-10-06-995e6051bb0fbd3afe5ffa2113a15f23ba64deab","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-06 - Cabinet of Executive Vice-President Margrethe Vestager x European Newspaper Publishers' Association European Magazine Media Association"],"date":["2020-10-06"],"summary":["To discuss the Digital Services Act"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-5950962136-12","ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0","eu-tr-37937886834-69"]}} -{"id":"ec-meeting-2020-10-06-9e69ab577599f231b8ad5b30cd507061a3a2e675","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-06 - Cabinet of Executive Vice-President Frans Timmermans x Polish Electricity Association"],"date":["2020-10-06"],"summary":["Polish energy sector transition"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - video conference"],"address":["Brussels - video conference"],"addressEntity":["addr-d7df553e47e69d1cc9f4189b36b7c867f80459b0"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-255859710443-50","ec-person-d53e00c46a4cc62bbf533e0c9bb35bacb9121989"]}} -{"id":"ec-meeting-2020-10-06-a8d27e0e7c14f5661131f8719bd25be345465219","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-06 - Cabinet of Commissioner Jutta Urpilainen x Special Olympics Europe Eurasia"],"date":["2020-10-06"],"summary":["COVID-19 response"],"notes":["Portfolio: International Partnerships"],"location":["Teleconference"],"address":["Teleconference"],"addressEntity":["addr-a1b2e4eeecb1f46f3239fd2a390e2ec3f16bc2cb"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["ec-person-6357f4506ca5351b3a822936612fd6006da48722","eu-tr-984231215205-95"]}} -{"id":"ec-meeting-2020-10-06-b0d352f94819ea484b9e6a8914aae439ed5a68ff","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-06 - Cabinet of Executive Vice-President Margrethe Vestager x ACT | The App Association"],"date":["2020-10-06"],"summary":["To discuss the Digital Markets Act."],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-72029513877-54","ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0"]}} -{"id":"ec-meeting-2020-10-06-b46a9e3aa1f2aa7e6fba3895042adda04c1bdbfc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-06 - Cabinet of Executive Vice-President Frans Timmermans x Apple Inc."],"date":["2020-10-06"],"summary":["Carbon neutrality by 2030"],"notes":["Portfolio: European Green Deal"],"location":["video conference (Brussels)"],"address":["video conference (Brussels)"],"addressEntity":["addr-96d45bbb99f3da137b2243f11b529ed54662db90"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-d56ecbfde17436a136fc89c9a978b266e8285c84","ec-person-8af3c81534786a740718d21dc58240738a53ed7b","ec-person-4d24ceb9e6bdaabe394d1506aa601a9ce9d0e59b","ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce","eu-tr-588327811384-96"]}} -{"id":"ec-meeting-2020-10-06-dce560c8e3225fa8cd461ca3b0a6e53e373b564b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-06 - Mobility and Transport x Volkswagen Aktiengesellschaft"],"date":["2020-10-06"],"summary":["e-mobility"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-dg-move"],"involved":["ec-person-26cdfacae671b09917bee1a91c91973941fa58a2","eu-tr-6504541970-40"]}} -{"id":"ec-meeting-2020-10-06-e96931d7e4608324768b6eaad4f1e100421742e6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-06 - Cabinet of Executive Vice-President Valdis Dombrovskis x International Chemical Secretariat"],"date":["2020-10-06"],"summary":["Upcoming chemicals strategy\r\nStrengthening the EU’s chemicals regulation\r\nImport of especially hazardous substances \r\nTransparency requirements"],"notes":["Portfolio: An Economy that Works for People"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["eu-tr-95363765837-60","ec-person-7e9813c16d805ee7ebea3ef6444f384bc32abaaa"]}} -{"id":"ec-meeting-2020-10-06-fc0d981358d06931434eaaec00d31020e475d4d9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-06 - Cabinet of Executive Vice-President Frans Timmermans x Friends of the Earth Europe"],"date":["2020-10-06"],"summary":["The future of gas"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - video conference"],"address":["Brussels - video conference"],"addressEntity":["addr-d7df553e47e69d1cc9f4189b36b7c867f80459b0"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-d53e00c46a4cc62bbf533e0c9bb35bacb9121989","eu-tr-9825553393-31"]}} -{"id":"ec-meeting-2020-10-06-fd3deee8649f0419a095f100ae66f6f1cb8738fb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-06 - Cabinet of Executive Vice-President Frans Timmermans x Metropolitan Cities MC GmbH"],"date":["2020-10-06"],"summary":["The European Green Deal: ambitious climate targets for 2030 and 2050."],"notes":["Portfolio: European Green Deal"],"location":["Brussels - videoconference"],"address":["Brussels - videoconference"],"addressEntity":["addr-a3a01e55b02ab591ce10151760698f4306ec49cb"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-7c876f4825f213b8adbedf089ccedfbc3b36d65b","eu-tr-624302839928-09"]}} -{"id":"ec-meeting-2020-10-07-0ccce96057b658af02b33823bb423ca41d0895ee","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-07 - Cabinet of Commissioner Nicolas Schmit x PwCIL"],"date":["2020-10-07"],"summary":["Meeting on the Pact for Skills."],"notes":["Portfolio: Jobs and Social Rights"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-66fa2c2d100ec194caa42b5c6f97c36e2748b71c","eu-tr-60402754518-05","ec-person-4cf4655ab41922e92160325d987a3c4615c72d30","ec-person-c03b949331dbbe5fa3d5423758e371ec1b9b832f"]}} -{"id":"ec-meeting-2020-10-07-0f9095cc3d5215ea6bb177722f9ab62edf12fb9e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-07 - Cabinet of Commissioner Janusz Wojciechowski x FoodDrinkEurope"],"date":["2020-10-07"],"summary":["Future of the CAP, Farm to Fork Strategy, trade and Covid crisis."],"notes":["Portfolio: Agriculture"],"location":["video phone call"],"address":["video phone call"],"addressEntity":["addr-20169d8760eb932415b38f11daea45615ba4bb37"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["ec-person-354147678cd662e9949df96a1b58663c347a35f9","eu-tr-75818824519-45","ec-person-08c62f972c22464aca7a65520eb9406f8db14a66"]}} -{"id":"ec-meeting-2020-10-07-1178de36e79cd79e8c30267b44a26ed1579fb632","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-07 - Cabinet of Executive Vice-President Margrethe Vestager x European Environmental Bureau EUROPEAN TRADE UNION CONFEDERATION Bureau Européen des Unions de Consommateurs"],"date":["2020-10-07"],"summary":["Chemicals Strategy for Sustainability"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-06798511314-27","ec-person-c5a20b92c008e114355d197b9b2fd62c88868c4e","eu-tr-06698681039-26","ec-person-3da433aae105b13fe027e9c9b3dcac2c97029370","eu-tr-9505781573-45"]}} -{"id":"ec-meeting-2020-10-07-2a53b45bf675e3ee2b109dcf6bc0515ded6814f6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-07 - Cabinet of Commissioner Didier Reynders x BUSINESSEUROPE"],"date":["2020-10-07"],"summary":["Artificial Intelligence, data protection and Sustainable corporate governance"],"notes":["Portfolio: Justice"],"location":["video conference"],"address":["video conference"],"addressEntity":["addr-6dc12e3c97077db82f32184f24341ce370a445fd"],"organizer":["ec-cabinet-commissioner-didier-of-reynders"],"involved":["ec-person-442bf1ae9900b999673cdd7389224d0e21b67d4d","ec-person-1e25399e2267734c5f4c69093d2286c8898ee9f0","eu-tr-3978240953-79"]}} -{"id":"ec-meeting-2020-10-07-3cae34f09115769e9d625eb7f7cc5b8966e49445","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-07 - Cabinet of Executive Vice-President Frans Timmermans x Planet Labs Germany"],"date":["2020-10-07"],"summary":["Green Deal policies and satellite data monitoring possibilities"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-293502227711-32","ec-person-8af3c81534786a740718d21dc58240738a53ed7b"]}} -{"id":"ec-meeting-2020-10-07-3e6f6778722fc9a386c13b2aa1b3c25fa8422d8d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-07 - Cabinet of Executive Vice-President Margrethe Vestager x Vodafone Belgium SA"],"date":["2020-10-07"],"summary":["To discuss European telecoms markets"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-11d97788772862bb34f51dd26d7f92603eac1bf8","eu-tr-90142503473-81","ec-person-bb1f295d8be3d10004d7e5fd7c24248a21215775","ec-person-3da433aae105b13fe027e9c9b3dcac2c97029370"]}} -{"id":"ec-meeting-2020-10-07-46d7eaff769e309f16d8deaef96c4ef8cb1c0847","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-07 - Cabinet of Executive Vice-President Margrethe Vestager x Mobile Marketing Association France Interactive Advertising Bureau Europe"],"date":["2020-10-07"],"summary":["To discuss online advertising"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-43167137250-27","ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0","eu-tr-460128239853-17"]}} -{"id":"ec-meeting-2020-10-07-55fc4cbea646dfc9596c7300a845e7d0376e11d1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-07 - Cabinet of Executive Vice-President Valdis Dombrovskis x Schneider Electric"],"date":["2020-10-07"],"summary":["Recovery, Trade Policy"],"notes":["Portfolio: An Economy that Works for People"],"location":["Video conferencing"],"address":["Video conferencing"],"addressEntity":["addr-4a260fcbdf035aeae48bfb811f1225b05f636185"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["eu-tr-46302264606-44","ec-person-f011ed0f7c78d833a79f1206f788e0cbd9cb8864"]}} -{"id":"ec-meeting-2020-10-07-5f2930906ff0f614c4dd150ae80a7e996092cd66","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-07 - Cabinet of Executive Vice-President Frans Timmermans x MARKENVERBAND"],"date":["2020-10-07"],"summary":["Presentation of the European Green Deal and work ahead"],"notes":["Portfolio: European Green Deal"],"location":["online"],"address":["online"],"addressEntity":["addr-2dbc2fd2358e1ea1b7a6bc08ea647b9a337ac92d"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-f1a3478550296f3f9accdc67d6ef5a0b681dda4b","eu-tr-2157421414-31"]}} -{"id":"ec-meeting-2020-10-07-721005c43eb5bd21c40ea81976f5a668ac70d86b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-07 - Cabinet of Executive Vice-President Margrethe Vestager x HERMES INTERNATIONAL ARCTURUS GROUP"],"date":["2020-10-07"],"summary":["To discuss the Digital Services Act"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-34100356706-23","eu-tr-919484116074-16","ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0"]}} -{"id":"ec-meeting-2020-10-07-7d5ffc9e85a0e7c66a6d5d8fbcd475438ed9550d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-07 - Cabinet of Vice-President Maroš Šefčovič x Rasmussen Global"],"date":["2020-10-07"],"summary":["Maroš Šefčovič holds a videoconference call with CEO of political consultancy Rasmussen Global and former Secretary General of NATO."],"notes":["Portfolio: Interinstitutional Relations and Foresight"],"location":["online"],"address":["online"],"addressEntity":["addr-2dbc2fd2358e1ea1b7a6bc08ea647b9a337ac92d"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-442becb1e681f03d9df1dc59e73ecf1336c48402","ec-person-1f95be23689cd4ed0a26fe2980f760ccf2d55c1e","eu-tr-923424020779-19"]}} -{"id":"ec-meeting-2020-10-07-7f2fd7d9791f8a935b9aec58d8a1a50dd25fdda4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-07 - Cabinet of Executive Vice-President Frans Timmermans x Buildings Performance Institute Europe, BPIE ASBL"],"date":["2020-10-07"],"summary":["Renovation wave"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - video conference"],"address":["Brussels - video conference"],"addressEntity":["addr-d7df553e47e69d1cc9f4189b36b7c867f80459b0"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-a282162080cef4ef2a8c0ab6247a3e03dc438507","eu-tr-794282310517-54"]}} -{"id":"ec-meeting-2020-10-07-8a7b5b7e862bd8c3de54e850e5f61b656c15f8aa","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-07 - Cabinet of Commissioner Stella Kyriakides x European Society of Radiology"],"date":["2020-10-07"],"summary":["Discussion on Europe's Beating Cancer Plan and the need for early detection and diagnosis."],"notes":["Portfolio: Health"],"location":["Brussels - virtual"],"address":["Brussels - virtual"],"addressEntity":["addr-b1ea480f50268f3f7553d89bebfeabf68bc84ed5"],"organizer":["ec-cabinet-commissioner-kyriakides-of-stella"],"involved":["eu-tr-478131313572-40","ec-person-c7513fae2df7920eea99d7cc103a354aa4f56b6e"]}} -{"id":"ec-meeting-2020-10-07-aa45a782071f0ae303cea1bdab95609c0cbefc79","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-07 - Research and Innovation x Institut de Recherche pour le Développement"],"date":["2020-10-07"],"summary":["Horizon Europe - Science de la durabilité"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-rtd"],"involved":["ec-person-1d348f33395de0ea6773a7b4ae8797e3e0392f73","eu-tr-325755217346-62"]}} -{"id":"ec-meeting-2020-10-07-aac8c69a78d11d861bcab6163a3ffdf0922c3a4e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-07 - Cabinet of Commissioner Elisa Ferreira x Rud Pedersen Public Affairs Brussels"],"date":["2020-10-07"],"summary":["Renovation Wave, energy efficiency solutions."],"notes":["Portfolio: Cohesion and Reforms"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-elisa-ferreira-of"],"involved":["eu-tr-165838227131-07","ec-person-1c49c531eceae287dd4a56ac52e8326c65fc2855"]}} -{"id":"ec-meeting-2020-10-07-c67ef8fd149d10a3ab992f95ca29da0b9af0d80d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-07 - Cabinet of Commissioner Jutta Urpilainen x CONCORD Europe"],"date":["2020-10-07"],"summary":["Update on Post-Cotonou Negotiations"],"notes":["Portfolio: International Partnerships"],"location":["Teleconference"],"address":["Teleconference"],"addressEntity":["addr-a1b2e4eeecb1f46f3239fd2a390e2ec3f16bc2cb"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["eu-tr-34478709670-34","ec-person-7204caa5e704bc4a911fee13ad5c0f62fd74b3bc"]}} -{"id":"ec-meeting-2020-10-07-cb863aa486e2ff2a18b31487a15c349a492a1ef2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-07 - Cabinet of Executive Vice-President Frans Timmermans x OrangeGreen BV"],"date":["2020-10-07"],"summary":["Sustainable biomass"],"notes":["Portfolio: European Green Deal"],"location":["Brussels, video conference"],"address":["Brussels, video conference"],"addressEntity":["addr-3c4c22cdf46619b80dc2f093c11a9edb9af1e873"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-273630439816-78","ec-person-33624431cbec1074e151c1707715ef46d2ba9565"]}} -{"id":"ec-meeting-2020-10-07-d46bc6dbf38e602abf6a694f02f0b08d20f08df7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-07 - Cabinet of Commissioner Janusz Wojciechowski x European Network of Heads of Nature Conservation Agencies Institute for European Environmental Policy"],"date":["2020-10-07"],"summary":["Long-Term Vision for Rural Areas."],"notes":["Portfolio: Agriculture"],"location":["video phone call"],"address":["video phone call"],"addressEntity":["addr-20169d8760eb932415b38f11daea45615ba4bb37"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["ec-person-cafe030b6dad78a75143f7552c420481b30ebceb","eu-tr-934329423960-72","eu-tr-206882037381-44"]}} -{"id":"ec-meeting-2020-10-07-dfdace420b095da2255a5d051537e8cc83602c5d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-07 - Financial Stability, Financial Services and Capital Markets Union x BVI Bundesverband Investment und Asset Management e.V."],"date":["2020-10-07"],"summary":["European asset management and Capital Markets Union"],"location":["Virtual meeting"],"address":["Virtual meeting"],"addressEntity":["addr-1f1f3f51a4da31a1ea5c1b4b21cbf52ad983224f"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-96816064173-47","ec-person-1fce211249673c35ee07a801ddee77ab24af8d54"]}} -{"id":"ec-meeting-2020-10-07-e70675a2ac1b612aa9af3a081425eedc9ac2676f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-07 - Cabinet of Executive Vice-President Margrethe Vestager x Equinor ASA"],"date":["2020-10-07"],"summary":["Advancing projects and carbon removal technologies in support of the Green Deal"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-4447605981-76","ec-person-3da433aae105b13fe027e9c9b3dcac2c97029370","ec-person-73fb1ddd279f8c6697a055567a2c09606006b875"]}} -{"id":"ec-meeting-2020-10-07-ebc560649048b8cc535ef64ef1f9354744c8b011","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-07 - Cabinet of Vice-President Maroš Šefčovič x SMEunited aisbl EUROPEAN TRADE UNION CONFEDERATION BUSINESSEUROPE"],"date":["2020-10-07"],"summary":["Maroš Šefčovič participates in an informal meeting with social partners on CWP 2021/Better Regulation/Strategic Foresight."],"notes":["Portfolio: Interinstitutional Relations and Foresight"],"location":["videoconference"],"address":["videoconference"],"addressEntity":["addr-92b2fbb928e012810d80d9ef1abe12027beee200"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-55820581197-35","eu-tr-06698681039-26","eu-tr-3978240953-79","ec-person-1f95be23689cd4ed0a26fe2980f760ccf2d55c1e"]}} -{"id":"ec-meeting-2020-10-07-eeeacf08cf2714de2d7399ce436c00abab6c4f76","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-07 - Cabinet of Executive Vice-President Frans Timmermans x PGE Polska Grupa Energetyczna SA"],"date":["2020-10-07"],"summary":["IA2030"],"notes":["Portfolio: European Green Deal"],"location":["video conference (Brussels)"],"address":["video conference (Brussels)"],"addressEntity":["addr-96d45bbb99f3da137b2243f11b529ed54662db90"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce","ec-person-d53e00c46a4cc62bbf533e0c9bb35bacb9121989","eu-tr-818300434979-49"]}} -{"id":"ec-meeting-2020-10-07-f4508828e12bd55d744fa318999bf11df787ac0c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-07 - Cabinet of Executive Vice-President Valdis Dombrovskis x Deutsche Post DHL Group"],"date":["2020-10-07"],"summary":["Industrial policy"],"notes":["Portfolio: An Economy that Works for People"],"location":["Video conferencing"],"address":["Video conferencing"],"addressEntity":["addr-4a260fcbdf035aeae48bfb811f1225b05f636185"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-f011ed0f7c78d833a79f1206f788e0cbd9cb8864","eu-tr-48544465107-88"]}} -{"id":"ec-meeting-2020-10-07-f6cda94caf787750666d6f9bc8d0de9008cb154f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-07 - Cabinet of Vice-President Věra Jourová x Access Now Europe"],"date":["2020-10-07"],"summary":["European Democracy Action Plan"],"notes":["Portfolio: Values and Transparency"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["ec-person-fb258e0188a5319bfaba3161382db43f5a85851f","eu-tr-241832823598-19"]}} -{"id":"ec-meeting-2020-10-08-02a030d7f3eae094ad94b4a1954cdb9f51454e4e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-08 - Cabinet of Commissioner Johannes Hahn x Wirtschaftskammer Österreich"],"date":["2020-10-08"],"summary":["Recovery. Wirtschaftsentwicklung."],"notes":["Portfolio: Budget and Administration"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hahn-johannes-of"],"involved":["ec-person-0a9c49ba84ea78ae0ec9c6fadde7b6d66e7a1054","eu-tr-10405322962-08"]}} -{"id":"ec-meeting-2020-10-08-08bc36b624e1ca4895bd5ad0e165447b7632b6d2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-08 - Cabinet of Commissioner Virginijus Sinkevičius x Hazardous Waste Europe"],"date":["2020-10-08"],"summary":["To discuss the implementation of the Waste Framework Directive and the forthcoming Chemicals strategy"],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["eu-tr-443508317933-36","ec-person-dd7a7b1952e158f4195d34cff333ec79a4f48ba3","ec-person-1443799688ae485d7a2fee5c9defab2c5b7c7e6c"]}} -{"id":"ec-meeting-2020-10-08-14ed711005c84aa80974c6d145673d6015d70928","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-08 - Cabinet of Executive Vice-President Frans Timmermans x Shell Companies Netherlands Organisation for Applied Scientific Research TNO Siemens AG"],"date":["2020-10-08"],"summary":["Keynote speech on the European Green Deal at Energy Reinvented Community Online Event"],"notes":["Portfolio: European Green Deal"],"location":["video conference (Brussels)"],"address":["video conference (Brussels)"],"addressEntity":["addr-96d45bbb99f3da137b2243f11b529ed54662db90"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-40524063921-20","eu-tr-4266797770-31","ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce","eu-tr-05032108616-26"]}} -{"id":"ec-meeting-2020-10-08-169d62a3ebdef20f1d146cf09834ec20ac36afe6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-08 - Cabinet of Commissioner Jutta Urpilainen x SOS Children's Villages International Hope and Homes for Children Plan International EU Office World Vision Brussels & EU Representation ivzw/aisbl"],"date":["2020-10-08"],"summary":["Child Rights Strategy"],"notes":["Portfolio: International Partnerships"],"location":["Tele conference"],"address":["Tele conference"],"addressEntity":["addr-5e7ff51a9505ea041d8b3b105dbe0c2f9ef67d57"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["eu-tr-83357751766-93","eu-tr-75014529893-97","eu-tr-035163533684-92","ec-person-6357f4506ca5351b3a822936612fd6006da48722","eu-tr-64689102746-48"]}} -{"id":"ec-meeting-2020-10-08-2050e065a4c71696a16ed6c045ca203d33e1cbbe","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-08 - Cabinet of Executive Vice-President Frans Timmermans x Provincie Utrecht"],"date":["2020-10-08"],"summary":["Speech on the European Green Deal at the Online seminar \"Utrecht Region Get Connected \""],"notes":["Portfolio: European Green Deal"],"location":["video conference (Brussels)"],"address":["video conference (Brussels)"],"addressEntity":["addr-96d45bbb99f3da137b2243f11b529ed54662db90"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-52022129231-93","ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce"]}} -{"id":"ec-meeting-2020-10-08-30ae73ae206b845b1300de41c7e731b1b115eefb","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2020-10-08 - Cabinet of Commissioner Paolo Gentiloni x Teneo Brussels"],"date":["2020-10-08"],"summary":["Taxation Package","Taxation Package (webex meeting together with Ms Scoppio)"],"notes":["Portfolio: Economy"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-cabinet-commissioner-gentiloni-of-paolo"],"involved":["ec-person-4b06e15bacabc2f754754fed3e75da338e88450b","eu-tr-91124993695-29","ec-person-404d55367ba0dadec989b6dc2eab96ef2abd96af"]}} -{"id":"ec-meeting-2020-10-08-342adaf93aff557b5ae4e1a1bd9c517a56f23da2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-08 - Environment x European Chemical Industry Council"],"date":["2020-10-08"],"summary":["first introductory meeting"],"location":["Videocall"],"address":["Videocall"],"addressEntity":["addr-4b20c60cbed91c52bb56613870c84a7e8fb11240"],"organizer":["ec-dg-env"],"involved":["ec-person-f9559d68da38935569ff0be1cadd90e05f0454bd","eu-tr-64879142323-90"]}} -{"id":"ec-meeting-2020-10-08-39ea14533c51d1f3c2afb48e7f4d85482a619f8d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-08 - Cabinet of Vice-President Margaritis Schinas x Platform of European Memory and Conscience"],"date":["2020-10-08"],"summary":["Combating Antisemitism - supporting research and Holocaust remebrance"],"notes":["Portfolio: Promoting the European Way of Life"],"location":["virtual meeting"],"address":["virtual meeting"],"addressEntity":["addr-225c82a032511500bff73b3efe0d857849613fd9"],"organizer":["ec-cabinet-margaritis-of-president-schinas-vice"],"involved":["ec-person-c8d1d7f3012c344bc60630eb456865390bddc7c5","eu-tr-975114427884-61","ec-person-05650a4a170c56b9866c57f4610fcd005d5ccc24"]}} -{"id":"ec-meeting-2020-10-08-4b0998aeac7c7d9fd0d28eb7a8f19fe329fffea4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-08 - Cabinet of Commissioner Jutta Urpilainen x Nokia"],"date":["2020-10-08"],"summary":["Digital transformation"],"notes":["Portfolio: International Partnerships"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["eu-tr-35167875358-33","ec-person-7c4fa9cfb750b5b524c065180fcee1123b8df03e"]}} -{"id":"ec-meeting-2020-10-08-4e4e45014650b4f10db9bf23645b8c5de94f90bd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-08 - Cabinet of Commissioner Stella Kyriakides x European Federation of Nurses Associations"],"date":["2020-10-08"],"summary":["Virtual meeting for exchange of views on health priorities files (cancer, pharma strategy, vaccines, Covid19 lessons learned)"],"notes":["Portfolio: Health"],"location":["Brussells"],"address":["Brussells"],"addressEntity":["addr-47761c2d9943f0dbdde17c976ec533c02ae68936"],"organizer":["ec-cabinet-commissioner-kyriakides-of-stella"],"involved":["eu-tr-87872442953-08","ec-person-c7513fae2df7920eea99d7cc103a354aa4f56b6e"]}} -{"id":"ec-meeting-2020-10-08-546ae1af3dae346fd50dbe7f5112c00135021c18","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-08 - Cabinet of Vice-President Věra Jourová x GLOBSEC"],"date":["2020-10-08"],"summary":["GLOBSEC 2020 Bratislava Forum’s online panel discussion Future of Democracy in the Post Covid World"],"notes":["Portfolio: Values and Transparency"],"location":["Online event"],"address":["Online event"],"addressEntity":["addr-5a9df2cffcc23d81377f1f4543edf2efc8141f52"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["ec-person-bf54da17217bbddfd9c68fe24d88005ac17e2c4b","eu-tr-903680223573-18"]}} -{"id":"ec-meeting-2020-10-08-65d98a041bf18e4cb6126da17ecbf075eebc5f36","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-08 - Internal Market, Industry, Entrepreneurship and SMEs x AIM - European Brands Association"],"date":["2020-10-08"],"summary":["Introductory virtual meeting"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-grow"],"involved":["eu-tr-1074382679-01","ec-person-0151c7e554d188fffc509ad636b7d1a84c5dfcd5"]}} -{"id":"ec-meeting-2020-10-08-727cf02f03262300cfcd0e94bcda0f39ba0dc77d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-08 - Cabinet of President Ursula von der Leyen x Airbnb Ireland UC"],"date":["2020-10-08"],"summary":["Pandemic effects, practive work with local and national governments (e.g. on host registration, over-tourism), Digitl Services Act"],"notes":["Portfolio: President"],"location":["Brussels (webex)"],"address":["Brussels (webex)"],"addressEntity":["addr-0c93c1129642ea8181fef62b4b4cfd4e9246afdd"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-7019713e72781afb1f3b19032c4752a314b78180","eu-tr-823871417098-42"]}} -{"id":"ec-meeting-2020-10-08-98dc40457a5020c98fee158016743935d651676d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-08 - Cabinet of Executive Vice-President Margrethe Vestager x European Chemical Industry Council"],"date":["2020-10-08"],"summary":["To discuss ETS guidelines."],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-7f4ed7789b52b8daf8b637232a16c6d3120c5e37","eu-tr-64879142323-90"]}} -{"id":"ec-meeting-2020-10-08-aacd51f9852ebc9e62efaf3303a72c5966d30e3f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-08 - Cabinet of Commissioner Thierry Breton x LVMH Publica"],"date":["2020-10-08"],"summary":["IP Action Plan, DSA"],"notes":["Portfolio: Internal Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-4d83416435f81b1f1e8f5c86aeebb1478577f1d2","eu-tr-16094042309-21","ec-person-e18e6e300776f5f47ca4c72c1ba1b0d0eb1e71fe","ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","ec-person-b077a2e9f0fdb3b8f6e91d0bd0b256db9e40ce46"]}} -{"id":"ec-meeting-2020-10-08-c62a3279ed92f61569f1ca163218494bf18482f2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-08 - Cabinet of Commissioner Stella Kyriakides x Fédération Européenne des Fabricants d'Aliments Composés"],"date":["2020-10-08"],"summary":["Role of animal nutrition in promoting sustainable food systems"],"notes":["Portfolio: Health"],"location":["Webex"],"address":["Webex"],"addressEntity":["addr-4b591c6aa2d0556305c2d15987c48d32c33f9ca9"],"organizer":["ec-cabinet-commissioner-kyriakides-of-stella"],"involved":["eu-tr-77105321408-83","ec-person-991ce64cea5178762c932ac823ea5d309e7a8d93"]}} -{"id":"ec-meeting-2020-10-08-ed88036359bc896dd2affcfd3fe3a97b85609fdf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-08 - Cabinet of President Ursula von der Leyen x Ibec"],"date":["2020-10-08"],"summary":["Discussion with IBEC members on digital issues, e.g. open strategic autonomy, AI, cloud federation, tax, skills."],"notes":["Portfolio: President"],"location":["Brussels (VC)"],"address":["Brussels (VC)"],"addressEntity":["addr-7a7ab1034ef0b71e62ebf9a322dc5d9528505976"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-7019713e72781afb1f3b19032c4752a314b78180","eu-tr-479468313744-50"]}} -{"id":"ec-meeting-2020-10-08-f8ba6f492a7b332c7f32d344cb6d06507809d191","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-08 - Cabinet of Commissioner Paolo Gentiloni x The ONE Campaign"],"date":["2020-10-08"],"summary":["State of play on the debt service suspension initiative and the post-DSSI framework ahead of the October G20 meeting"],"notes":["Portfolio: Economy"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-gentiloni-of-paolo"],"involved":["eu-tr-26098317349-65","ec-person-5afc11966577af0bcf6f99488769b1eba37e3577","ec-person-6168eb3d5d9bc71f9dc22fb6f75f77fa485ec252"]}} -{"id":"ec-meeting-2020-10-08-fc0d981358d06931434eaaec00d31020e475d4d9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-08 - Cabinet of Executive Vice-President Frans Timmermans x Friends of the Earth Europe"],"date":["2020-10-08"],"summary":["Energy charter treaty revision"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - video conference"],"address":["Brussels - video conference"],"addressEntity":["addr-d7df553e47e69d1cc9f4189b36b7c867f80459b0"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-d53e00c46a4cc62bbf533e0c9bb35bacb9121989","eu-tr-9825553393-31"]}} -{"id":"ec-meeting-2020-10-09-1b02fcc29b29aa104c5b85e9ea6eb33134e0be79","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-09 - Cabinet of Commissioner Janusz Wojciechowski x Polish Vodka Association"],"date":["2020-10-09"],"summary":["Polish Vodka association, Meeting with the President - exchange of information"],"notes":["Portfolio: Agriculture"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["eu-tr-387417937144-97","ec-person-625f8b4379f79adee4f15c6a0417a96bb5a5a403"]}} -{"id":"ec-meeting-2020-10-09-1bc4ebd51628a61b897597638a0a78c1fc2b9444","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-09 - Financial Stability, Financial Services and Capital Markets Union x BPCE"],"date":["2020-10-09"],"summary":["Basel III,MiFID 2, Sustainable Finance and CMU"],"location":["Virtual meeting"],"address":["Virtual meeting"],"addressEntity":["addr-1f1f3f51a4da31a1ea5c1b4b21cbf52ad983224f"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-179370613236-62","ec-person-1fce211249673c35ee07a801ddee77ab24af8d54"]}} -{"id":"ec-meeting-2020-10-09-2339bb665c4c07db7f7c9d36ac6327982a70ad6a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-09 - Cabinet of Commissioner Nicolas Schmit x European Confederation of Police"],"date":["2020-10-09"],"summary":["Meeting on the working conditions of police officers."],"notes":["Portfolio: Jobs and Social Rights"],"location":["Luxembourg"],"address":["Luxembourg"],"addressEntity":["addr-5076721c4060feeb69bd2c3dd9bdce115d5c62f3"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-4cf4655ab41922e92160325d987a3c4615c72d30","ec-person-c03b949331dbbe5fa3d5423758e371ec1b9b832f","eu-tr-066424813599-73"]}} -{"id":"ec-meeting-2020-10-09-27131bcfaa182b57e028f2e0e8f6d6d58a771aad","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-09 - Cabinet of Commissioner Johannes Hahn x Naturschutzbund Deutschland e.V. Stichting BirdLife Europe"],"date":["2020-10-09"],"summary":["Green deal, new MFF and Biodiversity"],"notes":["Portfolio: Budget and Administration"],"location":["Conference Call"],"address":["Conference Call"],"addressEntity":["addr-fc1d49ef884f6a7b62842b93c5c3474fcf89e743"],"organizer":["ec-cabinet-commissioner-hahn-johannes-of"],"involved":["ec-person-26e87e8dbc382b84ce1f54266bee0b7eab520454","eu-tr-1083162721-43","eu-tr-0285583802-96"]}} -{"id":"ec-meeting-2020-10-09-3402f65b0c2630e9a66022a827338b251c774aa7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-09 - Cabinet of Executive Vice-President Margrethe Vestager x Confederation of Danish Employers"],"date":["2020-10-09"],"summary":["Discussion on EU initiative for minimum wage."],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Copenhagen, Denmark"],"address":["Copenhagen, Denmark"],"addressEntity":["addr-037407970050e97c761587d63aacfaeb126cab45"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-11503381325-76","ec-person-7167587814c61122201e2afb04bfb47539db4823","ec-person-11ba005cc4046696303381b7ca219da9b11a42bf"]}} -{"id":"ec-meeting-2020-10-09-356316531f985400c4cb771ad966068054ce452c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-09 - Cabinet of Commissioner Paolo Gentiloni x Associazione Industriali delle Carni e dei Salumi"],"date":["2020-10-09"],"summary":["The meeting focused on the Green Deal and the Farm to Fork strategy and its implications for Italian companies involved in the industrial production of pork and beef products, pork slaughtering, and in the processing of other meat-based foodstuffs."],"notes":["Portfolio: Economy"],"location":["webex videocall"],"address":["webex videocall"],"addressEntity":["addr-9aa7d1fd3d19b6cc9f2b3e7aa7d3b3511bc6a68e"],"organizer":["ec-cabinet-commissioner-gentiloni-of-paolo"],"involved":["eu-tr-67143036814-95","ec-person-5df376e361b25e1bd341dc9d2ef14cad40f2d09c"]}} -{"id":"ec-meeting-2020-10-09-3849fadeae359fb3c2f6fcaafe58490271c2e7be","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-09 - Cabinet of Vice-President Maroš Šefčovič x EUROPEAN TRADE UNION CONFEDERATION Bureau Européen des Unions de Consommateurs European Environmental Bureau"],"date":["2020-10-09"],"summary":["EU sustainable chemicals strategy"],"notes":["Portfolio: Interinstitutional Relations and Foresight"],"location":["Videoconference call"],"address":["Videoconference call"],"addressEntity":["addr-d1964f978a9a3925b783c40d0fd778ce0d40e512"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-06798511314-27","eu-tr-9505781573-45","eu-tr-06698681039-26","ec-person-99d328c319d8e996bb8eafd4f202a8dce083bf05"]}} -{"id":"ec-meeting-2020-10-09-59028a42d24111803d43c20e8ea4120404eb4881","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-09 - Agriculture and Rural Development x European Landowners' Organization asbl"],"date":["2020-10-09"],"summary":["Exchange on CAP reform and Green Deal Strategies"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-agri"],"involved":["ec-person-94f7c6e6875fa76120558bda38f913792cc61934","eu-tr-36063991244-88"]}} -{"id":"ec-meeting-2020-10-09-5c107c1ceee6843ea013e42a5a2be4ab2c736a33","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-09 - Financial Stability, Financial Services and Capital Markets Union x New Financial LLP"],"date":["2020-10-09"],"summary":["Capital Markets Union, and in particular the challenge of facilitating SME access to funding"],"location":["Virtual meeting"],"address":["Virtual meeting"],"addressEntity":["addr-1f1f3f51a4da31a1ea5c1b4b21cbf52ad983224f"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-435008814959-36","ec-person-1fce211249673c35ee07a801ddee77ab24af8d54"]}} -{"id":"ec-meeting-2020-10-09-6ce08e8b89ed884b78c52ce4e065cfbd82cc7c26","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-09 - Cabinet of Vice-President Věra Jourová x Institut pro politiku a společnost"],"date":["2020-10-09"],"summary":["Digital Czechia - keynote and panel The Future of Government and Democracy"],"notes":["Portfolio: Values and Transparency"],"location":["Online event"],"address":["Online event"],"addressEntity":["addr-5a9df2cffcc23d81377f1f4543edf2efc8141f52"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["ec-person-bf54da17217bbddfd9c68fe24d88005ac17e2c4b","eu-tr-192342238879-88"]}} -{"id":"ec-meeting-2020-10-09-84c7ca9cd73eaa8fc0561d7beb515bd704446bf8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-09 - Economic and Financial Affairs x Vereniging VNO-NCW"],"date":["2020-10-09"],"summary":["Call with Head of the VNO on the Recovery Plan for Europe"],"location":["Brussels - online meeting"],"address":["Brussels - online meeting"],"addressEntity":["addr-2051dbf432a7bb0c2863321ec637de57cd4a01f1"],"organizer":["ec-dg-ecfin"],"involved":["eu-tr-13255254129-80","ec-person-d59b69916c3a29673c14838feab22a7902555d52"]}} -{"id":"ec-meeting-2020-10-09-85536b79cbaf7711023eaef3e9b85a3bcf8301a4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-09 - Cabinet of President Ursula von der Leyen x AIR LIQUIDE A.P. Møller - Mærsk A/S Siemens AG Volvo AB"],"date":["2020-10-09"],"summary":["Videoconference with Chairman of Volvo, Chairman of Siemens and Maersk, CEO of Air Liquide"],"notes":["Portfolio: President"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["eu-tr-94857385769-70","ec-person-a2ac27c3a7aa93937efc47169c1dc2264a822175","eu-tr-680443918500-51","eu-tr-51773601133-57","eu-tr-4266797770-31"]}} -{"id":"ec-meeting-2020-10-09-856dbfa7b40a8009bb3f59b19e2c49e921c55272","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-09 - Cabinet of Executive Vice-President Valdis Dombrovskis x European Round Table for Industry"],"date":["2020-10-09"],"summary":["Trade policy"],"notes":["Portfolio: An Economy that Works for People"],"location":["Video conferencing"],"address":["Video conferencing"],"addressEntity":["addr-4a260fcbdf035aeae48bfb811f1225b05f636185"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-f011ed0f7c78d833a79f1206f788e0cbd9cb8864","eu-tr-25487567824-45"]}} -{"id":"ec-meeting-2020-10-09-8b8db53f327553ddf9415faeafdc08041991ca77","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-09 - Cabinet of Commissioner Nicolas Schmit x Chambre des salariés"],"date":["2020-10-09"],"summary":["Présentation du programme social de la Commission européenne."],"notes":["Portfolio: Jobs and Social Rights"],"location":["Luxembourg"],"address":["Luxembourg"],"addressEntity":["addr-5076721c4060feeb69bd2c3dd9bdce115d5c62f3"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-4cf4655ab41922e92160325d987a3c4615c72d30","ec-person-c03b949331dbbe5fa3d5423758e371ec1b9b832f","eu-tr-918499830049-31"]}} -{"id":"ec-meeting-2020-10-09-a1333966746ad9e6608a7d3d5fe53dc14855e596","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-09 - Cabinet of Executive Vice-President Frans Timmermans x Universiteit Maastricht"],"date":["2020-10-09"],"summary":["Speech at \"Webinar The EU Green Deal and the Future of the Modern Corporation\""],"notes":["Portfolio: European Green Deal"],"location":["video conference (Brussels)"],"address":["video conference (Brussels)"],"addressEntity":["addr-96d45bbb99f3da137b2243f11b529ed54662db90"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-857131635031-60","ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce"]}} -{"id":"ec-meeting-2020-10-09-a48ab3ba0b4d89e8359431e9f1413012d6274fcd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-09 - Cabinet of Commissioner Virginijus Sinkevičius x American Chamber of Commerce in Lithuania"],"date":["2020-10-09"],"summary":["To give a speech and discuss the European Commission’s environmental initiatives' impact on business environment in Lithuania and the European Union."],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["eu-tr-627948141642-31","ec-person-dd7a7b1952e158f4195d34cff333ec79a4f48ba3"]}} -{"id":"ec-meeting-2020-10-09-b70ec8d8652c76fe6a71d3de59eb93daef328052","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-09 - Cabinet of President Ursula von der Leyen x Planet Labs Germany"],"date":["2020-10-09"],"summary":["Digital issues (satellite data for Green Deal or for research, open data)"],"notes":["Portfolio: President"],"location":["Brussels (WEBEX)"],"address":["Brussels (WEBEX)"],"addressEntity":["addr-3afbdeda01f3dac93a9dc841fdac57d9de27b869"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-7019713e72781afb1f3b19032c4752a314b78180","eu-tr-293502227711-32"]}} -{"id":"ec-meeting-2020-10-09-d3840298f7887f6273cb84a13130fc14560e164c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-09 - Cabinet of Commissioner Adina Vălean x Inmarsat Global Ltd"],"date":["2020-10-09"],"summary":["Presentation meeting to talk about satellites developments."],"notes":["Portfolio: Transport"],"location":["Online meeting"],"address":["Online meeting"],"addressEntity":["addr-9d833a1da3074efd384ee6bc2b108c1f5bb379e0"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["ec-person-5f7f9d4d861c5b97fbd25bccf6323535d2a7ceb8","ec-person-fc3be846753d8ee60758ebedb7309dcf08aea52e","eu-tr-278791537169-91"]}} -{"id":"ec-meeting-2020-10-09-f7403d8a01d0dbf4567d69b5a770f4cc8a599826","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-09 - Financial Stability, Financial Services and Capital Markets Union x NASDAQ"],"date":["2020-10-09"],"summary":["Financial Transaction Tax, Consolidated Tape, Capital Markets Recovery Package and MiFID"],"location":["Virtual meeting"],"address":["Virtual meeting"],"addressEntity":["addr-1f1f3f51a4da31a1ea5c1b4b21cbf52ad983224f"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-76648765687-29","ec-person-1fce211249673c35ee07a801ddee77ab24af8d54"]}} -{"id":"ec-meeting-2020-10-09-fe2dcb79c7f13fed39089f3c6447161322e4b30a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-09 - Financial Stability, Financial Services and Capital Markets Union x Allianz SE"],"date":["2020-10-09"],"summary":["Solvency II"],"location":["Virtual meeting"],"address":["Virtual meeting"],"addressEntity":["addr-1f1f3f51a4da31a1ea5c1b4b21cbf52ad983224f"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-05503341949-54","ec-person-1fce211249673c35ee07a801ddee77ab24af8d54"]}} -{"id":"ec-meeting-2020-10-11-766fb64c63541d8348d9be5ffc6c601f635f31b7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-11 - Cabinet of Commissioner Ylva Johansson x International Federation of Red Cross and Red Crescent Societies"],"date":["2020-10-11"],"summary":["VTC: Follow-up on meeting between ICRC President Maurer and Commissioner Johansson"],"notes":["Portfolio: Home Affairs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-johansson-of-ylva"],"involved":["ec-person-eafe594fe2bcb6af27f0422c2491a9d8cf2400da","ec-person-1f14c98028fa6f9f43ee9cd5aef7ed77c30761a5","eu-tr-132236315085-89"]}} -{"id":"ec-meeting-2020-10-12-0a9b842d80573a9f2997779dbec01d5fc058e64a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-12 - Internal Market, Industry, Entrepreneurship and SMEs x Hydrogen Europe"],"date":["2020-10-12"],"summary":["European Clean Hydrogen Alliance"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-grow"],"involved":["ec-person-0151c7e554d188fffc509ad636b7d1a84c5dfcd5","eu-tr-77659588648-75"]}} -{"id":"ec-meeting-2020-10-12-12739f2a324635df942836f75d6623da4ae47301","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-12 - Cabinet of Executive Vice-President Frans Timmermans x Deutscher Gewerkschaftsbund"],"date":["2020-10-12"],"summary":["The Green Deal and the increased climate ambition for 2030"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - video conference"],"address":["Brussels - video conference"],"addressEntity":["addr-d7df553e47e69d1cc9f4189b36b7c867f80459b0"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-7c876f4825f213b8adbedf089ccedfbc3b36d65b","eu-tr-07595112423-87"]}} -{"id":"ec-meeting-2020-10-12-1ff4d94b20b5ee2adb2f933b00450dab5658f0ba","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-12 - Cabinet of Commissioner Janusz Wojciechowski x European farmers European agri-cooperatives"],"date":["2020-10-12"],"summary":["Agriculture Data Space."],"notes":["Portfolio: Agriculture"],"location":["video phone call"],"address":["video phone call"],"addressEntity":["addr-20169d8760eb932415b38f11daea45615ba4bb37"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["ec-person-cafe030b6dad78a75143f7552c420481b30ebceb","eu-tr-09586631237-74","eu-tr-44856881231-49"]}} -{"id":"ec-meeting-2020-10-12-4d98768a086c0ba420df7e1ca3fca3f692d0b2f7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-12 - Cabinet of Executive Vice-President Frans Timmermans x The Wallenberg Foundations AB"],"date":["2020-10-12"],"summary":["meeting to discuss the SEB Nordic CEO conference in 2021"],"notes":["Portfolio: European Green Deal"],"location":["video conference (Brussels)"],"address":["video conference (Brussels)"],"addressEntity":["addr-96d45bbb99f3da137b2243f11b529ed54662db90"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-248751637333-26","ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce","ec-person-d56ecbfde17436a136fc89c9a978b266e8285c84"]}} -{"id":"ec-meeting-2020-10-12-55b977804082ea6507632c40619311df35969675","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-12 - Recovery and Resilience Task force x EUROPEAN TRADE UNION CONFEDERATION"],"date":["2020-10-12"],"summary":["RRF and national recovery plans."],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-recover"],"involved":["eu-tr-06698681039-26","ec-person-18a05dadca8a2b91216adc689b6323c7b55df0d9"]}} -{"id":"ec-meeting-2020-10-12-793396dc87ea443f592936559746687255786496","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-12 - Cabinet of Commissioner Virginijus Sinkevičius x European Paper Packaging Alliance"],"date":["2020-10-12"],"summary":["the European Green Deal; the SUP directive."],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["online"],"address":["online"],"addressEntity":["addr-2dbc2fd2358e1ea1b7a6bc08ea647b9a337ac92d"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["eu-tr-871659237699-78","ec-person-a58f1d06f5cb1d8dfd278e0c36d5aa1b9368b270"]}} -{"id":"ec-meeting-2020-10-12-7dd1897d1c5ba1f3e4b36a62d90f24166962e3bb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-12 - Cabinet of Commissioner Adina Vălean x Air France-KLM"],"date":["2020-10-12"],"summary":["Meeting to discuss the major challenges facing European airlines in the current crisis."],"notes":["Portfolio: Transport"],"location":["Online meeting"],"address":["Online meeting"],"addressEntity":["addr-9d833a1da3074efd384ee6bc2b108c1f5bb379e0"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["eu-tr-064616126640-05","ec-person-5f7f9d4d861c5b97fbd25bccf6323535d2a7ceb8","ec-person-cc0354fbf386eb83f57c00ad5240f1dddeeabab4"]}} -{"id":"ec-meeting-2020-10-12-a211c514214453a348ac2ca85ba53adcef2c0ffc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-12 - Cabinet of Commissioner Virginijus Sinkevičius x Unilever"],"date":["2020-10-12"],"summary":["To discuss recycled carbon and clean future, the chemicals strategy for sustainability and plastic packaging"],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Video meeting"],"address":["Video meeting"],"addressEntity":["addr-762dc9b5648e05f3894b6f2597baa8254e5414db"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["eu-tr-6200524920-25","ec-person-172a438ed334761e2ab5d52e551fd1bcb6ab6b8d","ec-person-a58f1d06f5cb1d8dfd278e0c36d5aa1b9368b270"]}} -{"id":"ec-meeting-2020-10-12-a7170251fdd1bc824219db2dd2dbe751e8fef243","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-12 - Cabinet of Commissioner Janez Lenarčič x Norwegian Refugee Council Europe"],"date":["2020-10-12"],"summary":["Humanitarian aid and Grand Bargain"],"notes":["Portfolio: Crisis Management"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-janez-lenarcic-of"],"involved":["eu-tr-750447615329-96","ec-person-a6cd325c80698b2331699224c780ebfb10573602"]}} -{"id":"ec-meeting-2020-10-12-b53a6286a2a310c99b205f05ba9da683916b3e6c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-12 - Cabinet of Vice-President Věra Jourová x EUROPE'S MEDIALAB (Fondation EURACTIV)"],"date":["2020-10-12"],"summary":["Media freedom, Media pluralism, disinformation"],"notes":["Portfolio: Values and Transparency"],"location":["videoconference"],"address":["videoconference"],"addressEntity":["addr-92b2fbb928e012810d80d9ef1abe12027beee200"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["eu-tr-485832526193-89","ec-person-bf54da17217bbddfd9c68fe24d88005ac17e2c4b"]}} -{"id":"ec-meeting-2020-10-12-c7b453f2aedb7182c9eb208e475841a553e72d14","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-12 - Cabinet of Executive Vice-President Margrethe Vestager x Nokia"],"date":["2020-10-12"],"summary":["European digital goals"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-35167875358-33","ec-person-11d97788772862bb34f51dd26d7f92603eac1bf8","ec-person-c5a20b92c008e114355d197b9b2fd62c88868c4e"]}} -{"id":"ec-meeting-2020-10-12-ca7bd0ca4febfbd835ccca2945a9003290a094d7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-12 - Cabinet of Commissioner Ylva Johansson x Human Rights Watch"],"date":["2020-10-12"],"summary":["VTC: Situation on Migration"],"notes":["Portfolio: Home Affairs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-johansson-of-ylva"],"involved":["ec-person-eafe594fe2bcb6af27f0422c2491a9d8cf2400da","ec-person-1f14c98028fa6f9f43ee9cd5aef7ed77c30761a5","eu-tr-56362448807-46"]}} -{"id":"ec-meeting-2020-10-12-e6f0a036e66fbd4eb84156eca03f8267ba92bc2b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-12 - Cabinet of Commissioner Jutta Urpilainen x Association Internationale de la Mutualité"],"date":["2020-10-12"],"summary":["Mutual Benefit Societies in Latin American partner countries"],"notes":["Portfolio: International Partnerships"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["eu-tr-595328413083-91","ec-person-e29b72fe81d25796214b1c5915c52a124f06cd9d"]}} -{"id":"ec-meeting-2020-10-12-e8608f197ff1cd7e5073118bfe611f340b355b1e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-12 - Defence Industry and Space x Kreab"],"date":["2020-10-12"],"summary":["Call to exchange views on European defence industry, particularly with the involvement of SMEs."],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-dg-defis"],"involved":["ec-person-a5e52cd544ea3aa44eb4b31fac65a468499f106e","eu-tr-1078390517-54"]}} -{"id":"ec-meeting-2020-10-12-ec1f6e8fbad80ee2af8e56016613a8b9894fb3bd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-12 - Cabinet of Executive Vice-President Frans Timmermans x BASF SE"],"date":["2020-10-12"],"summary":["CCSU project in the port of Antwerp"],"notes":["Portfolio: European Green Deal"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-9eafbf4a92961023c7df3ab389ae6d4301dec4bf","eu-tr-7410939793-88","ec-person-f8efd5ca1c3794aa2954d6b5f54ff94f015fba20"]}} -{"id":"ec-meeting-2020-10-12-ec5c7de22a98f8b38ee088923d1b6b549aa2a48a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-12 - Mobility and Transport x Neste Oyj"],"date":["2020-10-12"],"summary":["Sustainable aviation fuel"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-dg-move"],"involved":["ec-person-26cdfacae671b09917bee1a91c91973941fa58a2","eu-tr-10257354120-19"]}} -{"id":"ec-meeting-2020-10-12-f2b2ab70ede3c1c7aabfe88b09d391cd12247bd4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-12 - Cabinet of Commissioner Didier Reynders x IFPI Representing recording industry worldwide"],"date":["2020-10-12"],"summary":["Digital Service Act"],"notes":["Portfolio: Justice"],"location":["video conference"],"address":["video conference"],"addressEntity":["addr-6dc12e3c97077db82f32184f24341ce370a445fd"],"organizer":["ec-cabinet-commissioner-didier-of-reynders"],"involved":["eu-tr-60394321918-91","ec-person-442bf1ae9900b999673cdd7389224d0e21b67d4d"]}} -{"id":"ec-meeting-2020-10-12-f9bdea3882ffc141ebac725ecf1fb219a5bc6e09","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-12 - Cabinet of President Ursula von der Leyen x GSMA Europe"],"date":["2020-10-12"],"summary":["#VDL Commission's digital priorities, 5G connectivity flagship in the recovery plan, European Cloud Federation, Open RAN."],"notes":["Portfolio: President"],"location":["Brussels (VC)"],"address":["Brussels (VC)"],"addressEntity":["addr-7a7ab1034ef0b71e62ebf9a322dc5d9528505976"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-7019713e72781afb1f3b19032c4752a314b78180","eu-tr-30988577529-37"]}} -{"id":"ec-meeting-2020-10-12-fa7315b0dda1a12200bf2259b8776984d6a82cb1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-12 - Cabinet of Commissioner Didier Reynders x Yelp"],"date":["2020-10-12"],"summary":["Digital Service Act"],"notes":["Portfolio: Justice"],"location":["video conference"],"address":["video conference"],"addressEntity":["addr-6dc12e3c97077db82f32184f24341ce370a445fd"],"organizer":["ec-cabinet-commissioner-didier-of-reynders"],"involved":["ec-person-442bf1ae9900b999673cdd7389224d0e21b67d4d","eu-tr-173076213280-06"]}} -{"id":"ec-meeting-2020-10-13-103f1843db9d172a6eed736b3db889002ba0b334","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-13 - Cabinet of Commissioner Thierry Breton x Publicis consultants"],"date":["2020-10-13"],"summary":["Echanges de vue sur le DSA"],"notes":["Portfolio: Internal Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","eu-tr-769879137799-52"]}} -{"id":"ec-meeting-2020-10-13-24f39cd7e03156c7c520219ed5fe7b1992ea9c04","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-13 - Cabinet of Commissioner Virginijus Sinkevičius x Danone"],"date":["2020-10-13"],"summary":["To discuss the Biodiversity Strategy and its implementation, also the regenerative agriculture as a way to address climate change and biodiversity, as well as the circular economy."],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["eu-tr-65744846168-89","ec-person-dd7a7b1952e158f4195d34cff333ec79a4f48ba3","ec-person-172a438ed334761e2ab5d52e551fd1bcb6ab6b8d"]}} -{"id":"ec-meeting-2020-10-13-2ffcad8890f25808d8e0154de129c525d9d6d805","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-13 - Cabinet of Executive Vice-President Frans Timmermans x Danone"],"date":["2020-10-13"],"summary":["Sustainable food systems"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - video conference"],"address":["Brussels - video conference"],"addressEntity":["addr-d7df553e47e69d1cc9f4189b36b7c867f80459b0"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-7c876f4825f213b8adbedf089ccedfbc3b36d65b","eu-tr-65744846168-89"]}} -{"id":"ec-meeting-2020-10-13-3e4a931c680f09bfe6cdbba7f0b676b4bee25349","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-13 - Cabinet of Executive Vice-President Valdis Dombrovskis x BASF SE"],"date":["2020-10-13"],"summary":["Trade policy"],"notes":["Portfolio: An Economy that Works for People"],"location":["Video conferencing"],"address":["Video conferencing"],"addressEntity":["addr-4a260fcbdf035aeae48bfb811f1225b05f636185"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["eu-tr-7410939793-88","ec-person-f011ed0f7c78d833a79f1206f788e0cbd9cb8864"]}} -{"id":"ec-meeting-2020-10-13-3e7e2fa43dfc123e602c00e1f709608e0e7c3cc2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-13 - Cabinet of Executive Vice-President Frans Timmermans x Stichting IMAGINE Foundation"],"date":["2020-10-13"],"summary":["EU carbon farming initiative"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - video conference"],"address":["Brussels - video conference"],"addressEntity":["addr-d7df553e47e69d1cc9f4189b36b7c867f80459b0"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-009532038479-10","ec-person-33624431cbec1074e151c1707715ef46d2ba9565"]}} -{"id":"ec-meeting-2020-10-13-7d43dde33e36f8c4a748a815c01f425d97420a6f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-13 - Communications Networks, Content and Technology x GSMA Europe"],"date":["2020-10-13"],"summary":["Digital matters - online meeting"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-30988577529-37","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2020-10-13-82ff4c3d1a4efa2420f218a461312031feffbe20","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-13 - Cabinet of Commissioner Jutta Urpilainen x Oxfam-Magasins du Monde"],"date":["2020-10-13"],"summary":["COVID 19 response"],"notes":["Portfolio: International Partnerships"],"location":["Teleconference"],"address":["Teleconference"],"addressEntity":["addr-a1b2e4eeecb1f46f3239fd2a390e2ec3f16bc2cb"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["eu-tr-233784224347-62","ec-person-6357f4506ca5351b3a822936612fd6006da48722"]}} -{"id":"ec-meeting-2020-10-13-894674f11517b6d50980261a5bee2647dc654692","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-13 - Maritime Affairs and Fisheries x Low Impact Fishers of Europe"],"date":["2020-10-13"],"summary":["Discussion on 2013 CFP from a small-scale fishers’ perspective as well as the situation in the Baltic Sea and in the Mediterranean"],"location":["Brussels - Webex call"],"address":["Brussels - Webex call"],"addressEntity":["addr-0e9b384c28719a08393c3bf846a71f7f7c1a445d"],"organizer":["ec-dg-mare"],"involved":["ec-person-6e64215cdacfeb6c6d4709a7f72c2b1c94a3d908","eu-tr-335382815910-56"]}} -{"id":"ec-meeting-2020-10-13-8e0f6b1481bb296172343033ca771c9758693c3e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-13 - Cabinet of Commissioner Thierry Breton x SANOFI"],"date":["2020-10-13"],"summary":["Pharmaceutical manufacturing in the EU"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-026c2270ec4cbabdb8ac223b2d1fa4202696dc8d","eu-tr-61291462764-77","ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0"]}} -{"id":"ec-meeting-2020-10-13-98b592a8c956129203d3cd11cb6de06b451ef94e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-13 - Cabinet of Commissioner Janusz Wojciechowski x Stichting BirdLife Europe European Environmental Bureau WWF European Policy Programme Greenpeace European Unit"],"date":["2020-10-13"],"summary":["CAP reform and Farm to Fork Strategy."],"notes":["Portfolio: Agriculture"],"location":["video phone call"],"address":["video phone call"],"addressEntity":["addr-20169d8760eb932415b38f11daea45615ba4bb37"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["eu-tr-06798511314-27","ec-person-cafe030b6dad78a75143f7552c420481b30ebceb","eu-tr-1083162721-43","eu-tr-1414929419-24","eu-tr-9832909575-41","ec-person-08c62f972c22464aca7a65520eb9406f8db14a66"]}} -{"id":"ec-meeting-2020-10-13-a4c94c0f564b5280eae181fbe3e8312e779456a0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-13 - Cabinet of Executive Vice-President Margrethe Vestager x Digital Policy Roundtable"],"date":["2020-10-13"],"summary":["To discuss the Digital Services Act"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0","eu-tr-192190835320-51"]}} -{"id":"ec-meeting-2020-10-13-ab155dfc87d2ffe68bd9d056b8ade1ac69a6e855","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-13 - Cabinet of Commissioner Virginijus Sinkevičius x Apple Inc."],"date":["2020-10-13"],"summary":["Reducing carbon footprint, sourcing and material efficiency, product lifetime and end-of-life initiatives."],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["eu-tr-588327811384-96","ec-person-ef0f66e9880a22ea8d9657bd982daf9bd74838c1"]}} -{"id":"ec-meeting-2020-10-13-ac4019a9d5b8bd2103e18ccfcad122c540c10f51","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-13 - Cabinet of Commissioner Jutta Urpilainen x Neste Oyj Aula Europe"],"date":["2020-10-13"],"summary":["decarbonisation and circular economy"],"notes":["Portfolio: International Partnerships"],"location":["Teleconference"],"address":["Teleconference"],"addressEntity":["addr-a1b2e4eeecb1f46f3239fd2a390e2ec3f16bc2cb"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["eu-tr-88742028087-64","eu-tr-10257354120-19","ec-person-7c4fa9cfb750b5b524c065180fcee1123b8df03e"]}} -{"id":"ec-meeting-2020-10-13-b1b6ed306088862d028c4e986e9315375d9fce90","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-13 - Cabinet of Commissioner Kadri Simson x Swissgrid AG TenneT Holding B.V. Terna spa"],"date":["2020-10-13"],"summary":["Presentation of Equigy platform,\r\nProject partners’ experience with flexibility solutions,\r\nBarriers to use distributed storage."],"notes":["Portfolio: Energy"],"location":["Video conference call"],"address":["Video conference call"],"addressEntity":["addr-2fe5627687b370aee2a16df28d9d4e975369b86f"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["eu-tr-937812815077-68","eu-tr-289810215426-07","ec-person-d40f25b5cb5c0681854a4996da444478318f7e58","ec-person-2fb98fc84d2cf8d481688eff3d47f7745ead3592","eu-tr-60493327921-85","ec-person-1995c65b8dc7f3702a8c30ed96a0144075848837"]}} -{"id":"ec-meeting-2020-10-13-b8026cb607406fa938db9b7094c43d2ed998e3fc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-13 - Cabinet of Executive Vice-President Frans Timmermans x Indigo Agriculture Europe GmbH"],"date":["2020-10-13"],"summary":["EU carbon farming initiative"],"notes":["Portfolio: European Green Deal"],"location":["Brussels, video conference"],"address":["Brussels, video conference"],"addressEntity":["addr-3c4c22cdf46619b80dc2f093c11a9edb9af1e873"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-931771937156-36","ec-person-33624431cbec1074e151c1707715ef46d2ba9565"]}} -{"id":"ec-meeting-2020-10-13-c4d974eb7d268720b8e26fb0408dd4eb7350251a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-13 - Research and Innovation x The European Steel Association"],"date":["2020-10-13"],"summary":["Clean Steel partnership"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-rtd"],"involved":["eu-tr-93038071152-83","ec-person-1d348f33395de0ea6773a7b4ae8797e3e0392f73"]}} -{"id":"ec-meeting-2020-10-13-d2f3acc478ca277279aedf92a20bab637cbb8fb2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-13 - Cabinet of Commissioner Helena Dalli x Eurocities"],"date":["2020-10-13"],"summary":["Consultation in the context of the upcoming Disability rights Strategy"],"notes":["Portfolio: Equality"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-dalli-helena-of"],"involved":["ec-person-750f95c6f949648cff9e460a362a85085c851faf","eu-tr-12493392840-79"]}} -{"id":"ec-meeting-2020-10-13-e76e08e80e285ec88188c0286def7a58870e654e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-13 - Research and Innovation x European Brain Council"],"date":["2020-10-13"],"summary":["Brain Innovation Days - Keynote speech: current state of affairs on Horizon Europe"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-rtd"],"involved":["eu-tr-31091478710-90","ec-person-1d348f33395de0ea6773a7b4ae8797e3e0392f73"]}} -{"id":"ec-meeting-2020-10-13-ec0c668fc91aae1bf8ea3b235d07850fe4ddb0e1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-13 - Internal Market, Industry, Entrepreneurship and SMEs x EPIA SolarPower Europe"],"date":["2020-10-13"],"summary":["Discussion on the state of the solar industry"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-grow"],"involved":["ec-person-0151c7e554d188fffc509ad636b7d1a84c5dfcd5","eu-tr-2680046412-48"]}} -{"id":"ec-meeting-2020-10-13-ff796572950b3de9bc369da7c2c5a81ecf47242c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-13 - Cabinet of Executive Vice-President Margrethe Vestager x Prysmian S.p.A."],"date":["2020-10-13"],"summary":["To discuss European telecoms markets"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-263025637420-16","ec-person-3da433aae105b13fe027e9c9b3dcac2c97029370"]}} -{"id":"ec-meeting-2020-10-14-129c3c2e97edbe79f2f6addcfe2b2897b7127b9e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-14 - Cabinet of Commissioner Janusz Wojciechowski x European Rural Poultry Association"],"date":["2020-10-14"],"summary":["CAP, animal welfare"],"notes":["Portfolio: Agriculture"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["ec-person-c825a813205e5077cd48bbd241436daf1834fc9b","eu-tr-5235485727-61","ec-person-08c62f972c22464aca7a65520eb9406f8db14a66"]}} -{"id":"ec-meeting-2020-10-14-15caa4620b2faaa2d36609c8da940bdc3bf6755f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-14 - Cabinet of Commissioner Virginijus Sinkevičius x Funding Fish Fundació ENT Sciaena - Oceans # Conservation # Awareness The Pew Charitable Trusts OCEANA Seas At Risk"],"date":["2020-10-14"],"summary":["To discuss the upcoming Commission proposals for fishing opportunities for the North Sea/ Atlantic and for the Deep Sea."],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["ec-person-c92a6b4ef8328855b0234011be623ed9f15c86f3","eu-tr-429932512952-75","ec-person-dd7a7b1952e158f4195d34cff333ec79a4f48ba3","eu-tr-47937943241-80","eu-tr-46834536998-79","eu-tr-59608618243-06","eu-tr-051498327063-03","eu-tr-625261439488-38"]}} -{"id":"ec-meeting-2020-10-14-24b24cbca9c459a46541451c181701ba9deffb36","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-14 - Cabinet of Executive Vice-President Frans Timmermans x European Barge Union"],"date":["2020-10-14"],"summary":["Inland waterways and Sustainable and Smart Mobility Strategy"],"notes":["Portfolio: European Green Deal"],"location":["video call"],"address":["video call"],"addressEntity":["addr-12d8c530d76da0b7745f9c0f9285e7eec97adc55"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-36944616803-45","ec-person-d56ecbfde17436a136fc89c9a978b266e8285c84"]}} -{"id":"ec-meeting-2020-10-14-2ce2b8fd994df5b738ce89813f62437feab594b2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-14 - Cabinet of Vice-President Věra Jourová x The Lisbon Council for Economic Competitiveness and Social Renewal asbl"],"date":["2020-10-14"],"summary":["Town Hall Meeting on Democracy in the Digital Age"],"notes":["Portfolio: Values and Transparency"],"location":["Online event"],"address":["Online event"],"addressEntity":["addr-5a9df2cffcc23d81377f1f4543edf2efc8141f52"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["eu-tr-6766950469-32","ec-person-bf54da17217bbddfd9c68fe24d88005ac17e2c4b"]}} -{"id":"ec-meeting-2020-10-14-34585b1461cbaf13601933b95ba2d40e45c62459","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-14 - Cabinet of Vice-President Maroš Šefčovič x WWF European Policy Programme Naturschutzbund Deutschland e.V. EUROPEAN TRADE UNION CONFEDERATION"],"date":["2020-10-14"],"summary":["Better Regulation Agenda"],"notes":["Portfolio: Interinstitutional Relations and Foresight"],"location":["Videoconference call"],"address":["Videoconference call"],"addressEntity":["addr-d1964f978a9a3925b783c40d0fd778ce0d40e512"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-1414929419-24","eu-tr-0285583802-96","eu-tr-06698681039-26","ec-person-99d328c319d8e996bb8eafd4f202a8dce083bf05"]}} -{"id":"ec-meeting-2020-10-14-3a2ccd7ff5ba985ad105e85f656416be05140526","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-14 - Cabinet of Commissioner Didier Reynders x European Judicial Training Network"],"date":["2020-10-14"],"summary":["judicial training and upcoming Judicial training strategy"],"notes":["Portfolio: Justice"],"location":["videoconferencing"],"address":["videoconferencing"],"addressEntity":["addr-639327d89fe54fa62fbc7f80ffed3c598ed5a17f"],"organizer":["ec-cabinet-commissioner-didier-of-reynders"],"involved":["eu-tr-866707814603-68","ec-person-1e25399e2267734c5f4c69093d2286c8898ee9f0"]}} -{"id":"ec-meeting-2020-10-14-3eb5ce6b9ed7f2c11014ca425ac9f4a039062990","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-14 - Cabinet of Commissioner Didier Reynders x Meta Platforms Ireland Limited and its various subsidiaries (f/k/a Facebook Ireland Limited)"],"date":["2020-10-14"],"summary":["Data protection, disinformation and consumers protection"],"notes":["Portfolio: Justice"],"location":["Video conference"],"address":["Video conference"],"addressEntity":["addr-ebc9fd5c2f372a32153cf3f4d5fb918a96b84a88"],"organizer":["ec-cabinet-commissioner-didier-of-reynders"],"involved":["ec-person-442bf1ae9900b999673cdd7389224d0e21b67d4d","ec-person-1e25399e2267734c5f4c69093d2286c8898ee9f0","eu-tr-28666427835-74"]}} -{"id":"ec-meeting-2020-10-14-5dbe439fe90c11e41225d9895375a5d1b2c1bea7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-14 - Research and Innovation x Conférence des Présidents d'Université / France Universités"],"date":["2020-10-14"],"summary":["Round table discussion on Health and Climate in the framework of Horizon Europe"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-rtd"],"involved":["eu-tr-47245166643-50","ec-person-1d348f33395de0ea6773a7b4ae8797e3e0392f73"]}} -{"id":"ec-meeting-2020-10-14-6afb0f6d7ca676d6018c1857b33d6db599c251c1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-14 - Cabinet of Commissioner Stella Kyriakides x Dachverband der österreichischen Sozialversicherung"],"date":["2020-10-14"],"summary":["Presentation of position by the Austrian Social Insurance on the Pharmaceutical Strategy and exchange of views."],"notes":["Portfolio: Health"],"location":["Virtual meeting"],"address":["Virtual meeting"],"addressEntity":["addr-1f1f3f51a4da31a1ea5c1b4b21cbf52ad983224f"],"organizer":["ec-cabinet-commissioner-kyriakides-of-stella"],"involved":["ec-person-ecf9f9e978b833afc98ee022572d468f0dc9a352","ec-person-43784ba1f5299ace66cb2287545e1dcae4372d14","eu-tr-685141118619-24"]}} -{"id":"ec-meeting-2020-10-14-812da16deafa5ee7e623111658587b792bfaa09c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-14 - Cabinet of Commissioner Thierry Breton x ENGIE"],"date":["2020-10-14"],"summary":["Stratégie d’ENGIE et plan de relance européen"],"notes":["Portfolio: Internal Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-026c2270ec4cbabdb8ac223b2d1fa4202696dc8d","eu-tr-90947457424-20","ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0"]}} -{"id":"ec-meeting-2020-10-14-96deba18c5f078a053e923dda7f8bea2dc0ff670","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-14 - Cabinet of Executive Vice-President Frans Timmermans x Stichting European Climate Foundation"],"date":["2020-10-14"],"summary":["Climate and agriculture"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - video conference"],"address":["Brussels - video conference"],"addressEntity":["addr-d7df553e47e69d1cc9f4189b36b7c867f80459b0"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-64869491516-70","ec-person-33624431cbec1074e151c1707715ef46d2ba9565"]}} -{"id":"ec-meeting-2020-10-14-9722701e025bef58c4f2a724314f0a5ef653bbb8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-14 - Cabinet of Executive Vice-President Frans Timmermans x PwC Legal"],"date":["2020-10-14"],"summary":["Meeting on taxation and sustainable development"],"notes":["Portfolio: European Green Deal"],"location":["video conference (Brussels)"],"address":["video conference (Brussels)"],"addressEntity":["addr-96d45bbb99f3da137b2243f11b529ed54662db90"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce","eu-tr-714023517548-67"]}} -{"id":"ec-meeting-2020-10-14-9a038176f4afff829f5cf1956c42e29d5bfd1a31","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-14 - Cabinet of Commissioner Didier Reynders x Airports Council International - European Region"],"date":["2020-10-14"],"summary":["cadre coordonné pour les restrictions de voyage"],"notes":["Portfolio: Justice"],"location":["Video conference"],"address":["Video conference"],"addressEntity":["addr-ebc9fd5c2f372a32153cf3f4d5fb918a96b84a88"],"organizer":["ec-cabinet-commissioner-didier-of-reynders"],"involved":["ec-person-6c2abeaa21f9fe09b6a21f7f73e03d924e89018e","eu-tr-42566063487-73","ec-person-1e25399e2267734c5f4c69093d2286c8898ee9f0"]}} -{"id":"ec-meeting-2020-10-14-b3a86171fc87d04e4a921455f40b22908a51e140","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-14 - Cabinet of Commissioner Nicolas Schmit x EuroCommerce"],"date":["2020-10-14"],"summary":["Presentation of the updated Skills Agenda at the EuroCommerce board meeting."],"notes":["Portfolio: Jobs and Social Rights"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["eu-tr-84973761187-60","ec-person-4cf4655ab41922e92160325d987a3c4615c72d30","ec-person-66fa2c2d100ec194caa42b5c6f97c36e2748b71c"]}} -{"id":"ec-meeting-2020-10-14-b4ecf19646b51530cdf9ee4942a0cc3a0b4963c0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-14 - Cabinet of Vice-President Margaritis Schinas x Wilfried Martens Centre for European Studies"],"date":["2020-10-14"],"summary":["New Pact on Migration and Asylum"],"notes":["Portfolio: Promoting the European Way of Life"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-margaritis-of-president-schinas-vice"],"involved":["ec-person-d5cada2a1a17537a675985af31e5ce07ae3bfd42","ec-person-2e04e278a7f128b3ac72d2af3db94d4ebed934da","eu-tr-865557816122-74"]}} -{"id":"ec-meeting-2020-10-14-b60eca0054a52c50ebe4c3bf229a4976e2575dec","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-14 - Cabinet of Commissioner Didier Reynders x Deutscher Anwaltverein (German Bar Association)"],"date":["2020-10-14"],"summary":["Rule of law, artificial intelligence and digitalisation of justice, Human rights in the supply chain"],"notes":["Portfolio: Justice"],"location":["Video conference"],"address":["Video conference"],"addressEntity":["addr-ebc9fd5c2f372a32153cf3f4d5fb918a96b84a88"],"organizer":["ec-cabinet-commissioner-didier-of-reynders"],"involved":["ec-person-6c2abeaa21f9fe09b6a21f7f73e03d924e89018e","ec-person-1e25399e2267734c5f4c69093d2286c8898ee9f0","eu-tr-87980341522-66"]}} -{"id":"ec-meeting-2020-10-14-cf6d5c06b2ad78a96913eef5932fae5b36fac5ee","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-14 - Mobility and Transport x MERMEC"],"date":["2020-10-14"],"summary":["rail transport and Covid-19"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-move"],"involved":["eu-tr-048639339015-29","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2020-10-14-da9a05a1f23a4ddc9fad0405effd8b610cd3d5f4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-14 - Cabinet of Commissioner Janusz Wojciechowski x Polskie Gornictwo Naftowe i Gazownictwo SA - Polish Oil and Gas Company"],"date":["2020-10-14"],"summary":["Meeting with the CEO of Polish Oil & Gas Company (PGNiG S.A.) - exchange of information"],"notes":["Portfolio: Agriculture"],"location":["Video conference"],"address":["Video conference"],"addressEntity":["addr-ebc9fd5c2f372a32153cf3f4d5fb918a96b84a88"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["eu-tr-70816716119-36","ec-person-625f8b4379f79adee4f15c6a0417a96bb5a5a403"]}} -{"id":"ec-meeting-2020-10-14-e5ff0f04dc52fc5dd60751bd33efc396170209ee","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-14 - Cabinet of Executive Vice-President Valdis Dombrovskis x Bundesverband der Deutschen Industrie e.V."],"date":["2020-10-14"],"summary":["Trade policy, Industrial strategy"],"notes":["Portfolio: An Economy that Works for People"],"location":["Video conferencing"],"address":["Video conferencing"],"addressEntity":["addr-4a260fcbdf035aeae48bfb811f1225b05f636185"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["eu-tr-1771817758-48","ec-person-f011ed0f7c78d833a79f1206f788e0cbd9cb8864"]}} -{"id":"ec-meeting-2020-10-15-08189d82439f2f5b25d391361dc4750fe0186019","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-15 - Cabinet of Executive Vice-President Frans Timmermans x Third Generation Environmentalism Ltd"],"date":["2020-10-15"],"summary":["Energy diplomacy and Green Deal priorities"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - video conference"],"address":["Brussels - video conference"],"addressEntity":["addr-d7df553e47e69d1cc9f4189b36b7c867f80459b0"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-a282162080cef4ef2a8c0ab6247a3e03dc438507","eu-tr-07783117686-61","ec-person-d53e00c46a4cc62bbf533e0c9bb35bacb9121989"]}} -{"id":"ec-meeting-2020-10-15-14922657e9d128be866069aa44435b0087835ad4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-15 - Cabinet of Commissioner Adina Vălean x Airports Council International - European Region"],"date":["2020-10-15"],"summary":["Meeting to discuss latest aviation developments"],"notes":["Portfolio: Transport"],"location":["Online meeting"],"address":["Online meeting"],"addressEntity":["addr-9d833a1da3074efd384ee6bc2b108c1f5bb379e0"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["ec-person-5f7f9d4d861c5b97fbd25bccf6323535d2a7ceb8","eu-tr-42566063487-73","ec-person-267c5ab3ea5304fc6305ef321e214c9c1cd0f78e"]}} -{"id":"ec-meeting-2020-10-15-15fb5bf7ea810521d551e93d213ff07a8d9327f9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-15 - Cabinet of Vice-President Věra Jourová x The German Marshall Fund of the United States - The Transatlantic Foundation"],"date":["2020-10-15"],"summary":["Tackling disinformation"],"notes":["Portfolio: Values and Transparency"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["eu-tr-823171519707-31","ec-person-fb258e0188a5319bfaba3161382db43f5a85851f"]}} -{"id":"ec-meeting-2020-10-15-208b5d65d10bcefefde7df7dc26ec8269e907797","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-15 - Cabinet of Commissioner Adina Vălean x Association des Constructeurs Européens d'Automobiles Transport and Environment (European Federation for Transport and Environment) Eurelectric aisbl"],"date":["2020-10-15"],"summary":["E-mobility"],"notes":["Portfolio: Transport"],"location":["Viceo call"],"address":["Viceo call"],"addressEntity":["addr-8d2edba03f7086e3c6938e0efa1311050df6899b"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["eu-tr-4271427696-87","ec-person-e5f1558cac43dd4f90847b508b6753edb0a9f903","eu-tr-0649790813-47","eu-tr-58744833263-19"]}} -{"id":"ec-meeting-2020-10-15-22b3f62aeec03664287c6067a475779109b1afcf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-15 - Cabinet of Commissioner Adina Vălean x Boeing International Corporation - Belgium Branch Office"],"date":["2020-10-15"],"summary":["Meeting to discuss the latest aviation developments"],"notes":["Portfolio: Transport"],"location":["Online meeting"],"address":["Online meeting"],"addressEntity":["addr-9d833a1da3074efd384ee6bc2b108c1f5bb379e0"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["ec-person-5f7f9d4d861c5b97fbd25bccf6323535d2a7ceb8","eu-tr-62505293737-81","ec-person-267c5ab3ea5304fc6305ef321e214c9c1cd0f78e"]}} -{"id":"ec-meeting-2020-10-15-2cf05e73a659083c2964a660ed4cde4e9560fe03","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-15 - Cabinet of Commissioner Didier Reynders x EuroCommerce National Retail Federation"],"date":["2020-10-15"],"summary":["GDPR, data protection"],"notes":["Portfolio: Justice"],"location":["Video conference"],"address":["Video conference"],"addressEntity":["addr-ebc9fd5c2f372a32153cf3f4d5fb918a96b84a88"],"organizer":["ec-cabinet-commissioner-didier-of-reynders"],"involved":["eu-tr-441333332953-73","eu-tr-84973761187-60","ec-person-1e25399e2267734c5f4c69093d2286c8898ee9f0","ec-person-442bf1ae9900b999673cdd7389224d0e21b67d4d"]}} -{"id":"ec-meeting-2020-10-15-3092ba86b6ccb90487ab5a82907679eec99de7fd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-15 - Cabinet of Vice-President Maroš Šefčovič x Northvolt"],"date":["2020-10-15"],"summary":["Industrial foresight"],"notes":["Portfolio: Interinstitutional Relations and Foresight"],"location":["On-line"],"address":["On-line"],"addressEntity":["addr-3a31a880168a6c11580728908cbd9262aa3bde42"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-278373226442-94","ec-person-442becb1e681f03d9df1dc59e73ecf1336c48402","ec-person-1f95be23689cd4ed0a26fe2980f760ccf2d55c1e"]}} -{"id":"ec-meeting-2020-10-15-3178a7b6ee1e0aba7adec638a184c0cfce97d7e7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-15 - Cabinet of Commissioner Didier Reynders x American Chamber of Commerce to the European Union"],"date":["2020-10-15"],"summary":["Artificial Intelligence and data protection"],"notes":["Portfolio: Justice"],"location":["video conference"],"address":["video conference"],"addressEntity":["addr-6dc12e3c97077db82f32184f24341ce370a445fd"],"organizer":["ec-cabinet-commissioner-didier-of-reynders"],"involved":["ec-person-442bf1ae9900b999673cdd7389224d0e21b67d4d","eu-tr-5265780509-97"]}} -{"id":"ec-meeting-2020-10-15-3a2d1607a176d1aa768e476a8dc490f734d61672","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-15 - Cabinet of Commissioner Ylva Johansson x Federation of Afghan Resident Organizations in Europe"],"date":["2020-10-15"],"summary":["VTC: Situation of Afghan asylum seekers"],"notes":["Portfolio: Home Affairs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-johansson-of-ylva"],"involved":["eu-tr-543609239702-97","ec-person-1f14c98028fa6f9f43ee9cd5aef7ed77c30761a5"]}} -{"id":"ec-meeting-2020-10-15-424e0250bc7604c1ea81d8572f4f089c1c77da0e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-15 - Cabinet of Commissioner Jutta Urpilainen x Maa- ja metsätaloustuottajain Keskusliitto – Central Union of Agricultural Producers and Forest Owners"],"date":["2020-10-15"],"summary":["Green deal related policies and international partnerships"],"notes":["Portfolio: International Partnerships"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["eu-tr-56039441735-48","ec-person-e29b72fe81d25796214b1c5915c52a124f06cd9d"]}} -{"id":"ec-meeting-2020-10-15-4f1b6ace3b0237db72b7b570caf8a40f526d16cd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-15 - Employment, Social Affairs and Inclusion x European Alliance of Associations for Rheumatology"],"date":["2020-10-15"],"summary":["Rheumatic Muskuloskeletal Diseases, occupational health and safety"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-empl"],"involved":["eu-tr-89158218867-92","ec-person-dd259fce880e1853f0beb087443bce6e7dea70d7"]}} -{"id":"ec-meeting-2020-10-15-815a5827725ee07ce7c8be638e70e97d0ebfedc5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-15 - Cabinet of Vice-President Dubravka Šuica x European Federation of Pharmaceutical Industries and Associations"],"date":["2020-10-15"],"summary":["Conference on the Future of Europe\r\nHealth and industrial policies"],"notes":["Portfolio: Democracy and Demography"],"location":["Online meeting"],"address":["Online meeting"],"addressEntity":["addr-9d833a1da3074efd384ee6bc2b108c1f5bb379e0"],"organizer":["ec-cabinet-dubravka-of-president-suica-vice"],"involved":["eu-tr-38526121292-88","ec-person-bae2f44eb21285b37ecc9c7f2f42b4acb1f53264","ec-person-026798f0d4b4567a1c4ba592351123da781ce908"]}} -{"id":"ec-meeting-2020-10-15-83d5a11a53cb5b90b413f7b3a64696162f5b9477","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-15 - Cabinet of Executive Vice-President Frans Timmermans x Sustainable Energy for All"],"date":["2020-10-15"],"summary":["Follow-up from EVP’s meeting with SEforALL CEO"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - video conference"],"address":["Brussels - video conference"],"addressEntity":["addr-d7df553e47e69d1cc9f4189b36b7c867f80459b0"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-365585639064-33","ec-person-f8efd5ca1c3794aa2954d6b5f54ff94f015fba20","ec-person-d53e00c46a4cc62bbf533e0c9bb35bacb9121989"]}} -{"id":"ec-meeting-2020-10-15-a21fb090be6effe61a96d3c89c30f5154632dfe2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-15 - Cabinet of Executive Vice-President Valdis Dombrovskis x Institute of International Finance"],"date":["2020-10-15"],"summary":["COVID-19, EU-US relations in finance and trade"],"notes":["Portfolio: An Economy that Works for People"],"location":["videoconference"],"address":["videoconference"],"addressEntity":["addr-92b2fbb928e012810d80d9ef1abe12027beee200"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["eu-tr-48714858158-06","ec-person-9e7bd1005456277f156b671d1555c6a460fb2f58"]}} -{"id":"ec-meeting-2020-10-15-bebbc4a30013a205da7fb37d5a26f23b1ba16481","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-15 - Cabinet of Executive Vice-President Margrethe Vestager x National Retail Federation EuroCommerce"],"date":["2020-10-15"],"summary":["To discuss EU initiatives of relevance for the global retail industry"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-441333332953-73","eu-tr-84973761187-60","ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0"]}} -{"id":"ec-meeting-2020-10-15-d18b292d73e302551cb41a1a7f3cdf3eb55153c9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-15 - Cabinet of Vice-President Věra Jourová x Open Government Partnership Secretariat"],"date":["2020-10-15"],"summary":["European Democracy Action Plan"],"notes":["Portfolio: Values and Transparency"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["ec-person-aa83f35da599b82e4f15da018f4b3447eb648f7c","eu-tr-681306927105-61","ec-person-fb258e0188a5319bfaba3161382db43f5a85851f"]}} -{"id":"ec-meeting-2020-10-16-02867dfde471a8ef1cd01ce4c16b861bfcc247cf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-16 - Cabinet of Commissioner Paolo Gentiloni x Global Citizen"],"date":["2020-10-16"],"summary":["State of play on the debt service suspension initiative and the post-DSSI framework."],"notes":["Portfolio: Economy"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-gentiloni-of-paolo"],"involved":["eu-tr-211392938041-28","ec-person-6168eb3d5d9bc71f9dc22fb6f75f77fa485ec252"]}} -{"id":"ec-meeting-2020-10-16-20cc00aa07954763dfeb9a3af8fe63e52878a1f7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-16 - Cabinet of Commissioner Nicolas Schmit x None"],"date":["2020-10-16"],"summary":["Pact for Skills Roundtable on Aerospace & Defence."],"notes":["Portfolio: Jobs and Social Rights"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-66fa2c2d100ec194caa42b5c6f97c36e2748b71c","eu-tr-946445139869-69","ec-person-4cf4655ab41922e92160325d987a3c4615c72d30","eu-tr-030368639837-13","eu-tr-170823739840-85","eu-tr-02550382403-01","eu-tr-764184537594-67","eu-tr-829019131787-70","eu-tr-151758339910-77","eu-tr-2732167674-76","eu-tr-450938813754-22","eu-tr-358284014848-82","eu-tr-72699997886-57","eu-tr-86477889163-49","eu-tr-107920339839-44","eu-tr-681352437701-33","ec-person-c03b949331dbbe5fa3d5423758e371ec1b9b832f"]}} -{"id":"ec-meeting-2020-10-16-217614f49692c550334dacd5d6741858bd4a0301","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-16 - Cabinet of Executive Vice-President Frans Timmermans x Eindhoven University of Technology"],"date":["2020-10-16"],"summary":["Online Keynote speech on the European Green Deal"],"notes":["Portfolio: European Green Deal"],"location":["video conference (Brussels)"],"address":["video conference (Brussels)"],"addressEntity":["addr-96d45bbb99f3da137b2243f11b529ed54662db90"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-026513529943-78","ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce"]}} -{"id":"ec-meeting-2020-10-16-39eb8e9f2b3505d3a3c09139485a1c0acaa4ae90","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-16 - Cabinet of Executive Vice-President Frans Timmermans x WindEurope"],"date":["2020-10-16"],"summary":["Virtual conference on “Wind energy and economic recovery in Europe”"],"notes":["Portfolio: European Green Deal"],"location":["Video conference (Brussels)"],"address":["Video conference (Brussels)"],"addressEntity":["addr-01b8ca4779de58fdb138b60b0d9496a9cb09e6cf"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-19920706471-21","ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce"]}} -{"id":"ec-meeting-2020-10-16-3a91a7431885bd35292eb6725fa409de1a767f71","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-16 - Cabinet of Commissioner Adina Vălean x Shipyards' and Maritime Equipment Association of Europe"],"date":["2020-10-16"],"summary":["The COVID-19 Impact on Europe's Maritime technology sector"],"notes":["Portfolio: Transport"],"location":["Video-call"],"address":["Video-call"],"addressEntity":["addr-0a257a3b8a0926e1b53e3476ce1c8e8fc8470ecd"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["ec-person-baa9678f53e0a607c8a9bb2cd9122d1c13370154","eu-tr-009214311424-03"]}} -{"id":"ec-meeting-2020-10-16-59fbf724090e681ac83d2dce59adcf78ff459005","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-16 - Mobility and Transport x Siemens Energy AG"],"date":["2020-10-16"],"summary":["sustainable fuels"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-dg-move"],"involved":["eu-tr-974875639237-65","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2020-10-16-6951a101c8aad7bacc39d7661229fdbe6963ca58","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-16 - Education, Youth, Sport and Culture x European Students' Union"],"date":["2020-10-16"],"summary":["Online meeting requested by ESU to discuss ways to support students through the new European Education Area communication"],"location":["online meeting"],"address":["online meeting"],"addressEntity":["addr-b385bbe7e761556665e3696aa1bcfc817c2db583"],"organizer":["ec-dg-eac"],"involved":["ec-person-68d4f99b9ed1b40d86ebbf81f8f35aeebd6c5fc5","eu-tr-947001511571-77"]}} -{"id":"ec-meeting-2020-10-16-6f837813302f5c90e23be1336220c6f480eb027a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-16 - Budget x Crédit Agricole S.A."],"date":["2020-10-16"],"summary":["forthcoming IMF meetings"],"location":["webex call"],"address":["webex call"],"addressEntity":["addr-f46c6c045de646595f4abea6e6c752b620b1b2e8"],"organizer":["ec-dg-budg"],"involved":["ec-person-39635b893026833f739fe623fe7e9d5a97525e7a","eu-tr-35147251117-11"]}} -{"id":"ec-meeting-2020-10-16-8b249e34ebff36fda0acb43fcde4411b37f08a9f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-16 - Financial Stability, Financial Services and Capital Markets Union x Neste Oyj"],"date":["2020-10-16"],"summary":["Sustainable/Green finance"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["ec-person-1fce211249673c35ee07a801ddee77ab24af8d54","eu-tr-10257354120-19"]}} -{"id":"ec-meeting-2020-10-16-a0cd963bbcf2d460ede679f36750f92280511b61","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-16 - Financial Stability, Financial Services and Capital Markets Union x City of London Corporation"],"date":["2020-10-16"],"summary":["The level of preparedness of the UK financial sector and future prospects for regulatory cooperation and maintained convergence between EU and UK."],"location":["Virtual meeting"],"address":["Virtual meeting"],"addressEntity":["addr-1f1f3f51a4da31a1ea5c1b4b21cbf52ad983224f"],"organizer":["ec-dg-fisma"],"involved":["ec-person-1fce211249673c35ee07a801ddee77ab24af8d54","eu-tr-695661118936-08"]}} -{"id":"ec-meeting-2020-10-16-a545b4f75e5c789c792c4e13eb358ba350aa36b4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-16 - Cabinet of Commissioner Stella Kyriakides x Gilead Sciences"],"date":["2020-10-16"],"summary":["Exchange of views - update on Remdesivir"],"notes":["Portfolio: Health"],"location":["Brussels - virtual meeting"],"address":["Brussels - virtual meeting"],"addressEntity":["addr-9bbb85c11bd1956b9f302bddb134dea0ed05d957"],"organizer":["ec-cabinet-commissioner-kyriakides-of-stella"],"involved":["eu-tr-258845020786-10","ec-person-c7513fae2df7920eea99d7cc103a354aa4f56b6e"]}} -{"id":"ec-meeting-2020-10-16-bda3434b91923eff7e3527f099dc2d0eede4df15","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-16 - Cabinet of Commissioner Jutta Urpilainen x Bill & Melinda Gates Foundation"],"date":["2020-10-16"],"summary":["COVID 19 response"],"notes":["Portfolio: International Partnerships"],"location":["Teleconference"],"address":["Teleconference"],"addressEntity":["addr-a1b2e4eeecb1f46f3239fd2a390e2ec3f16bc2cb"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["eu-tr-371567915480-41","ec-person-6357f4506ca5351b3a822936612fd6006da48722"]}} -{"id":"ec-meeting-2020-10-16-c2dea7bc4ca685843db993aca1cb9ff3454d8f8d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-16 - Cabinet of Commissioner Thierry Breton x None"],"date":["2020-10-16"],"summary":["Roundtable on Aerospace & Defence Pact for Skills"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-946445139869-69","eu-tr-170823739840-85","eu-tr-030368639837-13","eu-tr-02550382403-01","ec-person-5215bd372c5a1202399d77ecceb8c16de8d7d55c","eu-tr-764184537594-67","eu-tr-829019131787-70","eu-tr-151758339910-77","ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","eu-tr-2732167674-76","eu-tr-450938813754-22","eu-tr-358284014848-82","eu-tr-72699997886-57","eu-tr-86477889163-49","eu-tr-107920339839-44","eu-tr-681352437701-33","ec-person-b077a2e9f0fdb3b8f6e91d0bd0b256db9e40ce46"]}} -{"id":"ec-meeting-2020-10-16-c4d974eb7d268720b8e26fb0408dd4eb7350251a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-16 - Research and Innovation x The European Steel Association"],"date":["2020-10-16"],"summary":["Clean Steel Partnership - Commission legislative proposal on ECSC and RFCS - Horizon Europe"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-rtd"],"involved":["eu-tr-93038071152-83","ec-person-1d348f33395de0ea6773a7b4ae8797e3e0392f73"]}} -{"id":"ec-meeting-2020-10-16-dcc57e5a9fe307fccb897e05b80ff429103cb2ee","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-16 - Cabinet of Commissioner Nicolas Schmit x CSR Europe, The Business Network for Corporate Social Responsibility"],"date":["2020-10-16"],"summary":["Meeting on the Pact for Skills, Vocational Education and Training (VET), mobility and apprenticeships as well as exchange of views on possible cooperation."],"notes":["Portfolio: Jobs and Social Rights"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-66fa2c2d100ec194caa42b5c6f97c36e2748b71c","eu-tr-56502415122-32","ec-person-4cf4655ab41922e92160325d987a3c4615c72d30"]}} -{"id":"ec-meeting-2020-10-16-f1e9e857e592436bf9595d2a0f49c7e1e9f42df4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-16 - Financial Stability, Financial Services and Capital Markets Union x Banking & Payments Federation Ireland"],"date":["2020-10-16"],"summary":["EU banking sector/wider economy"],"location":["Virtual meeting"],"address":["Virtual meeting"],"addressEntity":["addr-1f1f3f51a4da31a1ea5c1b4b21cbf52ad983224f"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-981559116223-93","ec-person-1fce211249673c35ee07a801ddee77ab24af8d54"]}} -{"id":"ec-meeting-2020-10-16-f3d60c66e08a09fb5f77a4827d88bee935b9c2b6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-16 - Cabinet of Executive Vice-President Margrethe Vestager x Open Society European Policy Institute"],"date":["2020-10-16"],"summary":["To discuss the Digital Services Act"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-8557515321-37","ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0"]}} -{"id":"ec-meeting-2020-10-16-fdb95be20beb738520f878a35a0e1edcfee72c37","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-16 - Cabinet of Commissioner Jutta Urpilainen x Helsinki EU Office (vastuutaho Uudenmaan liitto)"],"date":["2020-10-16"],"summary":["European Week of Regions and Cities, International Partnerships and Commission's priorities"],"notes":["Portfolio: International Partnerships"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["eu-tr-796380111637-72","ec-person-1ec9383fd54d9d4cd8a154c01fa71549eb8c75ac"]}} -{"id":"ec-meeting-2020-10-19-02acc60fa338c989d546e285d481e0bc5fccbb68","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-19 - Cabinet of President Ursula von der Leyen x Schibsted ASA"],"date":["2020-10-19"],"summary":["Digital issues"],"notes":["Portfolio: President"],"location":["Brussels (WEBEX)"],"address":["Brussels (WEBEX)"],"addressEntity":["addr-3afbdeda01f3dac93a9dc841fdac57d9de27b869"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-7019713e72781afb1f3b19032c4752a314b78180","eu-tr-532331921544-33"]}} -{"id":"ec-meeting-2020-10-19-0fc111df94286e5f679f618049f414cb727e5f49","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-19 - Research and Innovation x CSR Europe, The Business Network for Corporate Social Responsibility"],"date":["2020-10-19"],"summary":["Presentation of their new European Pact for Sustainable Industry and links into our new transformative R&I policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-rtd"],"involved":["eu-tr-56502415122-32","ec-person-1d348f33395de0ea6773a7b4ae8797e3e0392f73"]}} -{"id":"ec-meeting-2020-10-19-1b1b8b60b35b201d1c9c3e2f1d418d88b9bbc512","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-19 - Defence Industry and Space x Airbus"],"date":["2020-10-19"],"summary":["Follow-up call to discuss updates on the situation of the aeronautics industry and the follow-up of the High Level Group (HLG)."],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-dg-defis"],"involved":["ec-person-a5e52cd544ea3aa44eb4b31fac65a468499f106e","eu-tr-2732167674-76"]}} -{"id":"ec-meeting-2020-10-19-1c94874f433a7c4504b7f861ad63d8baf89fe2ea","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-19 - Cabinet of Executive Vice-President Frans Timmermans x PLANET Planungsgruppe Energie und Technik GbR"],"date":["2020-10-19"],"summary":["Speech at Virtual Event: Earth Observation for the European Green Deal - The Match Made in Space"],"notes":["Portfolio: European Green Deal"],"location":["video conference (Brussels)"],"address":["video conference (Brussels)"],"addressEntity":["addr-96d45bbb99f3da137b2243f11b529ed54662db90"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-69065579220-39","ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce"]}} -{"id":"ec-meeting-2020-10-19-21775ac6169cf49e3ef02be841a6d0f483808010","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-19 - Mobility and Transport x European Transport Workers' Federation International Road Transport Union Permanent Delegation to the EU"],"date":["2020-10-19"],"summary":["Key issues for road transport sector"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-dg-move"],"involved":["eu-tr-92545571128-74","eu-tr-41802525291-86","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2020-10-19-2dce555cbe17c78851db1ad013aa18b7d95ece02","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-19 - Cabinet of Commissioner Nicolas Schmit x Confederation of European Security Services Insurance Europe European Telecommunications Network Operators' Association World Employment Confederation-Europe EuroCommerce European Banking Federation European Federation for Services to Individuals"],"date":["2020-10-19"],"summary":["Social dialogue"],"notes":["Portfolio: Jobs and Social Rights"],"location":["online"],"address":["online"],"addressEntity":["addr-2dbc2fd2358e1ea1b7a6bc08ea647b9a337ac92d"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["eu-tr-84973761187-60","ec-person-652143032bcbd23aa320685b3deba350097aa7ae","eu-tr-57795906755-89","eu-tr-61991787780-18","eu-tr-4722660838-23","eu-tr-7438623236-16","eu-tr-33213703459-54","eu-tr-08957111909-85"]}} -{"id":"ec-meeting-2020-10-19-3b056685e5717094f063a3f3d5a33478f189726d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-19 - Cabinet of Commissioner Adina Vălean x Eurocities"],"date":["2020-10-19"],"summary":["Mobility Forum Digital Conference"],"notes":["Portfolio: Transport"],"location":["Video-conference"],"address":["Video-conference"],"addressEntity":["addr-afae67aab834151e72f631228e72361e369db072"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["ec-person-e5f1558cac43dd4f90847b508b6753edb0a9f903","eu-tr-12493392840-79"]}} -{"id":"ec-meeting-2020-10-19-424e0250bc7604c1ea81d8572f4f089c1c77da0e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-19 - Cabinet of Commissioner Jutta Urpilainen x Maa- ja metsätaloustuottajain Keskusliitto – Central Union of Agricultural Producers and Forest Owners"],"date":["2020-10-19"],"summary":["Green deal related policies and international partnerships"],"notes":["Portfolio: International Partnerships"],"location":["Teleconference"],"address":["Teleconference"],"addressEntity":["addr-a1b2e4eeecb1f46f3239fd2a390e2ec3f16bc2cb"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["eu-tr-56039441735-48","ec-person-7c4fa9cfb750b5b524c065180fcee1123b8df03e"]}} -{"id":"ec-meeting-2020-10-19-47d496013549198c5c53397f03e215c836330fbd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-19 - Cabinet of Commissioner Virginijus Sinkevičius x European Environmental Bureau"],"date":["2020-10-19"],"summary":["Virtual conference and panel organized by EEB, NL Permanent Representation to the EU and Sustainable Public Affairs; EU Chemicals Strategy for Sustainability"],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["eu-tr-06798511314-27","ec-person-ef0f66e9880a22ea8d9657bd982daf9bd74838c1"]}} -{"id":"ec-meeting-2020-10-19-71659cd2f87fd101c4259e9c14126dd791244885","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-19 - Cabinet of Commissioner Johannes Hahn x Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V."],"date":["2020-10-19"],"summary":["New ways of working"],"notes":["Portfolio: Budget and Administration"],"location":["Conference call"],"address":["Conference call"],"addressEntity":["addr-28ba88479582b2f75898964548da4252dc7db7d2"],"organizer":["ec-cabinet-commissioner-hahn-johannes-of"],"involved":["ec-person-fc0e10502560866789b824b224f2c41dda3447e1","eu-tr-35124436517-75","ec-person-d1cfc2bdcd92eb0b7e7112810e03f3aff3f4af35"]}} -{"id":"ec-meeting-2020-10-19-7fd36b7d4e0d661a8dc3e34dd33875913a3add09","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-19 - Cabinet of Executive Vice-President Frans Timmermans x Deutscher Bauernverband"],"date":["2020-10-19"],"summary":["EU Climate Law and the role of agriculture in achieving the increased climate ambition"],"notes":["Portfolio: European Green Deal"],"location":["online"],"address":["online"],"addressEntity":["addr-2dbc2fd2358e1ea1b7a6bc08ea647b9a337ac92d"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-f1a3478550296f3f9accdc67d6ef5a0b681dda4b","eu-tr-73085531345-65"]}} -{"id":"ec-meeting-2020-10-19-995203f4be1667d92cba89677eb34e0d38d1ff86","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-19 - Cabinet of Executive Vice-President Frans Timmermans x CSR Europe, The Business Network for Corporate Social Responsibility"],"date":["2020-10-19"],"summary":["SDG Summit 2020"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - video conference"],"address":["Brussels - video conference"],"addressEntity":["addr-d7df553e47e69d1cc9f4189b36b7c867f80459b0"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-7c876f4825f213b8adbedf089ccedfbc3b36d65b","eu-tr-56502415122-32"]}} -{"id":"ec-meeting-2020-10-19-d342196fb37e765e875f958988d3213ce02a3e3c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-19 - Cabinet of Executive Vice-President Frans Timmermans x Shipyards' and Maritime Equipment Association of Europe FEPORT"],"date":["2020-10-19"],"summary":["Maritime transport and Sustainable and Smart Mobility Strategy"],"notes":["Portfolio: European Green Deal"],"location":["video call"],"address":["video call"],"addressEntity":["addr-12d8c530d76da0b7745f9c0f9285e7eec97adc55"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-801302611511-33","ec-person-d56ecbfde17436a136fc89c9a978b266e8285c84","eu-tr-009214311424-03"]}} -{"id":"ec-meeting-2020-10-19-ddc12fdf0d6badaee976185c46c69ecb79a29f7f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-19 - Research and Innovation x AGENZIA PER LA PROMOZIONE DELLA RICERCA EUROPEA"],"date":["2020-10-19"],"summary":["Keynote speech at annual event"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-rtd"],"involved":["eu-tr-011479419288-08","ec-person-1d348f33395de0ea6773a7b4ae8797e3e0392f73"]}} -{"id":"ec-meeting-2020-10-19-df5dd47587573f1e1fd544acf1e825f8cda637a9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-19 - Cabinet of High Representative Josep Borrell Fontelles x Telefonica, S.A."],"date":["2020-10-19"],"summary":["Webex meeting to discuss possible implications of the Brexit negotiations on Telefonica"],"notes":["Portfolio: High Representative of the Union for Foreign Affairs and Security Policy / Vice-President of the Commission"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-borrell-cabinet-fontelles-high-josep-of-representative"],"involved":["eu-tr-52431421-12","ec-person-5c8ccc3a26c74debd9229d0079ce0770768bf36a"]}} -{"id":"ec-meeting-2020-10-20-1bdc5f6127fe08fd8d9d27c01dc81ee68c9919e8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-20 - Cabinet of Commissioner Kadri Simson x Ocean Energy Europe"],"date":["2020-10-20"],"summary":["Discussion on the future Offshore Renewable Energy Strategy\r\nPresentation of the sector of Ocean Energy coordinated by Ocean Energy Europe."],"notes":["Portfolio: Energy"],"location":["Video conference call"],"address":["Video conference call"],"addressEntity":["addr-2fe5627687b370aee2a16df28d9d4e975369b86f"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["ec-person-1995c65b8dc7f3702a8c30ed96a0144075848837","ec-person-9b7f5fe059e5b0b40e79e9170211aa2f02322fdb","ec-person-2fb98fc84d2cf8d481688eff3d47f7745ead3592","eu-tr-264048311507-68"]}} -{"id":"ec-meeting-2020-10-20-2889563c5cda91cb4d6f2b8a7571a7c404dc2186","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-20 - Cabinet of Commissioner Paolo Gentiloni x Water Europe"],"date":["2020-10-20"],"summary":["The meeting focused on the various water-related challenges as well as the consequences of water crises on the societies and economies in the EU."],"notes":["Portfolio: Economy"],"location":["videoconference"],"address":["videoconference"],"addressEntity":["addr-92b2fbb928e012810d80d9ef1abe12027beee200"],"organizer":["ec-cabinet-commissioner-gentiloni-of-paolo"],"involved":["ec-person-5df376e361b25e1bd341dc9d2ef14cad40f2d09c","eu-tr-43176485302-45"]}} -{"id":"ec-meeting-2020-10-20-2ac0aa2d136385f5c0ea9ee003a636cd29ea4d60","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-20 - Financial Stability, Financial Services and Capital Markets Union x Federation of European Securities Exchanges"],"date":["2020-10-20"],"summary":["MiFID II/MiFIR and CMU"],"location":["Virtual meeting"],"address":["Virtual meeting"],"addressEntity":["addr-1f1f3f51a4da31a1ea5c1b4b21cbf52ad983224f"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-71488206456-23","ec-person-1fce211249673c35ee07a801ddee77ab24af8d54"]}} -{"id":"ec-meeting-2020-10-20-392852c7992d3badb912c94ac9c0e2eb1516dce2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-20 - Mobility and Transport x Bolt"],"date":["2020-10-20"],"summary":["Local transport on demand"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-dg-move"],"involved":["eu-tr-995377734447-25","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2020-10-20-4308c56612094dd64104b7eee04e69237b638cfe","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-20 - Cabinet of Executive Vice-President Frans Timmermans x International Road Transport Union Permanent Delegation to the EU"],"date":["2020-10-20"],"summary":["IRU EU Conference: speech on digital transport"],"notes":["Portfolio: European Green Deal"],"location":["video call"],"address":["video call"],"addressEntity":["addr-12d8c530d76da0b7745f9c0f9285e7eec97adc55"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-41802525291-86","ec-person-d56ecbfde17436a136fc89c9a978b266e8285c84"]}} -{"id":"ec-meeting-2020-10-20-463d46160a922711ae37855e6938a9f2e0f5e4d5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-20 - Cabinet of Executive Vice-President Frans Timmermans x CMA CGM"],"date":["2020-10-20"],"summary":["The European Green Deal and forthcoming proposals relating to maritime transport"],"notes":["Portfolio: European Green Deal"],"location":["video call"],"address":["video call"],"addressEntity":["addr-12d8c530d76da0b7745f9c0f9285e7eec97adc55"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-009433826675-55","ec-person-f1a3478550296f3f9accdc67d6ef5a0b681dda4b"]}} -{"id":"ec-meeting-2020-10-20-4be878eeb99f2b204fa7fac67cc46143438f3d49","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-20 - Cabinet of Commissioner Helena Dalli x Diageo"],"date":["2020-10-20"],"summary":["Best practices in businesses - pay transparency / WOB"],"notes":["Portfolio: Equality"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-dalli-helena-of"],"involved":["eu-tr-10774885698-20","ec-person-d15c205cb9cbb310d2811039c0160c1de7c84638"]}} -{"id":"ec-meeting-2020-10-20-6b5b9eaa5fc28e341aea5e88323ce384a20e826d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-20 - Cabinet of Commissioner Thierry Breton x MEDICINES FOR EUROPE Teva Pharmaceuticals Europe BV"],"date":["2020-10-20"],"summary":["Production capacity of generic medicines in the EU"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-026c2270ec4cbabdb8ac223b2d1fa4202696dc8d","eu-tr-48325781850-28","ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","eu-tr-27116427434-57"]}} -{"id":"ec-meeting-2020-10-20-7c54d378112432cb9eadc7d431b9982752cbd8be","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-20 - Cabinet of Commissioner Virginijus Sinkevičius x Amazon Europe Core SARL"],"date":["2020-10-20"],"summary":["Green Deal, Circular Economy Action Plan, Sustainable Product Policy, Eco-labelling, Recovery and green investments."],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["eu-tr-366117914426-10","ec-person-ef0f66e9880a22ea8d9657bd982daf9bd74838c1"]}} -{"id":"ec-meeting-2020-10-20-81f4ec860236e3f1fe434baa0872c2f72143e3d5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-20 - Cabinet of Executive Vice-President Frans Timmermans x Association des Constructeurs Européens d'Automobiles"],"date":["2020-10-20"],"summary":["Speech at ACEA’s webinar \"Putting the EU auto industry back on track post-COVID\""],"notes":["Portfolio: European Green Deal"],"location":["video conference (Brussels)"],"address":["video conference (Brussels)"],"addressEntity":["addr-96d45bbb99f3da137b2243f11b529ed54662db90"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce","eu-tr-0649790813-47"]}} -{"id":"ec-meeting-2020-10-20-91b24d95066e10ebbddb00b25614f34f4e9d2628","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-20 - Internal Market, Industry, Entrepreneurship and SMEs x KIC InnoEnergy SE"],"date":["2020-10-20"],"summary":["European Clean Hydrogen Alliance"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-grow"],"involved":["ec-person-0151c7e554d188fffc509ad636b7d1a84c5dfcd5","eu-tr-462849021886-85"]}} -{"id":"ec-meeting-2020-10-20-c637b3a01974dc0f83e3dbc16944f2742f351e9b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-20 - Cabinet of Commissioner Kadri Simson x WindEurope IBERDROLA Ørsted A/S Siemens Gamesa Renewable Energy Vattenfall Vestas Wind Systems A/S"],"date":["2020-10-20"],"summary":["Discussion on the future adoption of the Offshore Renewable Energy Strategy. \r\nPresentation of the sector coordinated by Wind Europe."],"notes":["Portfolio: Energy"],"location":["Video conference call"],"address":["Video conference call"],"addressEntity":["addr-2fe5627687b370aee2a16df28d9d4e975369b86f"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["eu-tr-769186224869-06","ec-person-9b7f5fe059e5b0b40e79e9170211aa2f02322fdb","eu-tr-12955024114-93","eu-tr-629358237383-04","eu-tr-41816938101-07","eu-tr-870817015429-80","ec-person-2fb98fc84d2cf8d481688eff3d47f7745ead3592","eu-tr-19920706471-21","ec-person-1995c65b8dc7f3702a8c30ed96a0144075848837"]}} -{"id":"ec-meeting-2020-10-20-c646968224fef888f10c8ec25a517ecd7fe6c551","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-20 - Cabinet of Commissioner Thierry Breton x Anheuser-Busch InBev nv/sa"],"date":["2020-10-20"],"summary":["Biobrewery, biopharma project"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-161157710612-65","ec-person-026c2270ec4cbabdb8ac223b2d1fa4202696dc8d"]}} -{"id":"ec-meeting-2020-10-20-c8b88857793ed9aaec011afedcd310d099aa9582","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-20 - Defence Industry and Space x Eutelsat"],"date":["2020-10-20"],"summary":["Videoconference to exchange views on the European space priorities."],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-dg-defis"],"involved":["eu-tr-746025510283-01","ec-person-a5e52cd544ea3aa44eb4b31fac65a468499f106e"]}} -{"id":"ec-meeting-2020-10-20-d33ded0f7a01e17e3e5d61047d0b1ffbc7b76003","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-20 - Cabinet of Vice-President Margaritis Schinas x European Federation of Pharmaceutical Industries and Associations"],"date":["2020-10-20"],"summary":["Pharmaceutical strategy"],"notes":["Portfolio: Promoting the European Way of Life"],"location":["Virtual meeting"],"address":["Virtual meeting"],"addressEntity":["addr-1f1f3f51a4da31a1ea5c1b4b21cbf52ad983224f"],"organizer":["ec-cabinet-margaritis-of-president-schinas-vice"],"involved":["eu-tr-38526121292-88","ec-person-c8d1d7f3012c344bc60630eb456865390bddc7c5","ec-person-180e5c5b13dac533a1241b0f9d78176c8bec3d51"]}} -{"id":"ec-meeting-2020-10-20-e1780ecd825f37db4c300f8d09e13bdbe24d81b6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-20 - Cabinet of Executive Vice-President Frans Timmermans x Neste Oyj"],"date":["2020-10-20"],"summary":["virtual meeting on the decarbonisation of the European transport sector and strengthening of the circular economy."],"notes":["Portfolio: European Green Deal"],"location":["video conference (Brussels)"],"address":["video conference (Brussels)"],"addressEntity":["addr-96d45bbb99f3da137b2243f11b529ed54662db90"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce","ec-person-d56ecbfde17436a136fc89c9a978b266e8285c84","eu-tr-10257354120-19"]}} -{"id":"ec-meeting-2020-10-20-e1dfb3902e46a1237615c26caed3d8da2cedb452","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-20 - Cabinet of Commissioner Mairead Mcguinness x Federation of European Securities Exchanges"],"date":["2020-10-20"],"summary":["Capital Markets Union Action Plan, Consolidated tape"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["videoconference"],"address":["videoconference"],"addressEntity":["addr-92b2fbb928e012810d80d9ef1abe12027beee200"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-0ba9b89127b39af6a66f2fc3ed727332f1b19a34","eu-tr-71488206456-23"]}} -{"id":"ec-meeting-2020-10-20-e7c3baea359ad564a72965ea84b82eb7e8ca30bb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-20 - Cabinet of Executive Vice-President Frans Timmermans x Bloomberg L.P."],"date":["2020-10-20"],"summary":["Virtual meeting on climate, environment and recovery"],"notes":["Portfolio: European Green Deal"],"location":["video conference (Brussels)"],"address":["video conference (Brussels)"],"addressEntity":["addr-96d45bbb99f3da137b2243f11b529ed54662db90"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-4d24ceb9e6bdaabe394d1506aa601a9ce9d0e59b","eu-tr-214140728444-40","ec-person-f8efd5ca1c3794aa2954d6b5f54ff94f015fba20","ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce"]}} -{"id":"ec-meeting-2020-10-20-ec0e7efa0ecd8588e2cf561a370784e3de783187","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-20 - Cabinet of Commissioner Nicolas Schmit x Dachverband der österreichischen Sozialversicherung"],"date":["2020-10-20"],"summary":["implementation of the European Pillar of Social Rights, exchange concerning the circulating idea of a European Social Security Number"],"notes":["Portfolio: Jobs and Social Rights"],"location":["webex"],"address":["webex"],"addressEntity":["addr-a37f437ef502701df6cd547f0ec20f9f6c19464e"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-761fad67b377a6e2a384245795719ef5f7131269","ec-person-66fa2c2d100ec194caa42b5c6f97c36e2748b71c","eu-tr-685141118619-24"]}} -{"id":"ec-meeting-2020-10-20-fba4a54fc0a09e84a5d19ee40026b2b14224cc45","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-20 - European Anti-Fraud Office x Confederation of Finnish Industries EK"],"date":["2020-10-20"],"summary":["Presentation on OLAF"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-dg-olaf"],"involved":["ec-person-c90088f66bae9d193e5d31cb2db28cf7c517a2b9","eu-tr-1274604847-34"]}} -{"id":"ec-meeting-2020-10-20-ff7049c6dc9d8f13bea7dda024741b4f4d94d946","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-20 - Cabinet of Commissioner Virginijus Sinkevičius x European Portable Battery Association"],"date":["2020-10-20"],"summary":["Restriction of primary batteries, Use of recycled materials, Collection targets portable batteries"],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["eu-tr-71549072613-57","ec-person-ef0f66e9880a22ea8d9657bd982daf9bd74838c1"]}} -{"id":"ec-meeting-2020-10-21-0a195288fd9b1c62521f8125080f3f43a1c4b8b1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-21 - Cabinet of Executive Vice-President Valdis Dombrovskis x Microsoft Corporation"],"date":["2020-10-21"],"summary":["Trade policy"],"notes":["Portfolio: An Economy that Works for People"],"location":["Video conferencing"],"address":["Video conferencing"],"addressEntity":["addr-4a260fcbdf035aeae48bfb811f1225b05f636185"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["eu-tr-0801162959-21","ec-person-f011ed0f7c78d833a79f1206f788e0cbd9cb8864"]}} -{"id":"ec-meeting-2020-10-21-0d13de6d8d745722cc1e8a410aa8d7125d4d50c9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-21 - Cabinet of Commissioner Virginijus Sinkevičius x Pro Wildlife"],"date":["2020-10-21"],"summary":["To discuss EU action on wildlife trade"],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Video meeting"],"address":["Video meeting"],"addressEntity":["addr-762dc9b5648e05f3894b6f2597baa8254e5414db"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["eu-tr-285805825014-46","ec-person-172a438ed334761e2ab5d52e551fd1bcb6ab6b8d"]}} -{"id":"ec-meeting-2020-10-21-3b83f11c600a806c105f0c68792ec82aadc4e703","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-21 - Cabinet of Vice-President Věra Jourová x AJC Transatlantic Institute B'nai B'rith International B'nai B'rith Europe"],"date":["2020-10-21"],"summary":["Keynote to #DeleteAntisemitism campaign launch"],"notes":["Portfolio: Values and Transparency"],"location":["Webinar"],"address":["Webinar"],"addressEntity":["addr-2b6cc2bcdc6dde860cdaf12187589e4e4dd5b609"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["eu-tr-95713206856-14","eu-tr-794476524670-73","eu-tr-162711719247-82","ec-person-bf54da17217bbddfd9c68fe24d88005ac17e2c4b"]}} -{"id":"ec-meeting-2020-10-21-3bb684d0523f1f10175a177c18ac2b8bf8240574","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-21 - Financial Stability, Financial Services and Capital Markets Union x UBS Group AG"],"date":["2020-10-21"],"summary":["Banking and Capital Markets Union"],"location":["Virtual meeting"],"address":["Virtual meeting"],"addressEntity":["addr-1f1f3f51a4da31a1ea5c1b4b21cbf52ad983224f"],"organizer":["ec-dg-fisma"],"involved":["ec-person-1fce211249673c35ee07a801ddee77ab24af8d54","eu-tr-365453815252-29"]}} -{"id":"ec-meeting-2020-10-21-43c63f99332546ed31c13e31aa0eb904534fc258","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-21 - Cabinet of Executive Vice-President Frans Timmermans x Sun Trip Company"],"date":["2020-10-21"],"summary":["Solar cycling"],"notes":["Portfolio: European Green Deal"],"location":["video call"],"address":["video call"],"addressEntity":["addr-12d8c530d76da0b7745f9c0f9285e7eec97adc55"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-222912739983-47","ec-person-d56ecbfde17436a136fc89c9a978b266e8285c84"]}} -{"id":"ec-meeting-2020-10-21-6380278a07864a65c8648058cbf21b4b511a5c3e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-21 - Cabinet of Executive Vice-President Frans Timmermans x Transport and Environment (European Federation for Transport and Environment)"],"date":["2020-10-21"],"summary":["Sustainable and Smart Mobility Strategy"],"notes":["Portfolio: European Green Deal"],"location":["Vodeo call"],"address":["Vodeo call"],"addressEntity":["addr-6db16310283ce6f9877a70715385aa4e77de07eb"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-d56ecbfde17436a136fc89c9a978b266e8285c84","eu-tr-58744833263-19"]}} -{"id":"ec-meeting-2020-10-21-698ec0736ce0dd4884148b2c278e0c2c714d53cc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-21 - Cabinet of Commissioner Nicolas Schmit x Tjänstemännens centralorganisation Sveriges Akademikers Centralorganisation Brussels Office of the Swedish Trade Unions The Swedish Trade Union Confederation"],"date":["2020-10-21"],"summary":["Meeting on minimum wage."],"notes":["Portfolio: Jobs and Social Rights"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-8eb18b6102d444937bc6af5822a6742812165b48","ec-person-4cf4655ab41922e92160325d987a3c4615c72d30","eu-tr-86242309652-84","eu-tr-673091017982-82","eu-tr-69927546143-06","ec-person-935314e38d735654cae8ee61313a3d73439b242d","eu-tr-263312725149-84","ec-person-c03b949331dbbe5fa3d5423758e371ec1b9b832f"]}} -{"id":"ec-meeting-2020-10-21-6b7b890bae818fb87d4de8fc650ee37718757d86","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-21 - Cabinet of Commissioner Adina Vălean x UNIFE"],"date":["2020-10-21"],"summary":["Updates on the rail sector"],"notes":["Portfolio: Transport"],"location":["Online meeting"],"address":["Online meeting"],"addressEntity":["addr-9d833a1da3074efd384ee6bc2b108c1f5bb379e0"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["eu-tr-9624415524-28","ec-person-6e21d867543ef3b910e746c319cb048abd054702"]}} -{"id":"ec-meeting-2020-10-21-773eb7a324c86e42ae7636b600863a32a5947706","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-21 - Cabinet of Commissioner Didier Reynders x Bureau Européen des Unions de Consommateurs"],"date":["2020-10-21"],"summary":["Consumer agenda"],"notes":["Portfolio: Justice"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-didier-of-reynders"],"involved":["ec-person-50f9cba2282e1d03395cdd0faf9ce6e9a2ff3104","eu-tr-9505781573-45"]}} -{"id":"ec-meeting-2020-10-21-c9360c095a89f5b4b9d0d078b59d9874b71e4608","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-21 - Cabinet of Commissioner Helena Dalli x EUROPEAN TRADE UNION CONFEDERATION"],"date":["2020-10-21"],"summary":["Consultation in the context of the upcoming Disability rights Strategy"],"notes":["Portfolio: Equality"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-dalli-helena-of"],"involved":["eu-tr-06698681039-26","ec-person-750f95c6f949648cff9e460a362a85085c851faf"]}} -{"id":"ec-meeting-2020-10-21-ca7bd0ca4febfbd835ccca2945a9003290a094d7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-21 - Cabinet of Commissioner Ylva Johansson x Human Rights Watch"],"date":["2020-10-21"],"summary":["VTC: Follow-up on VTC on 12/10"],"notes":["Portfolio: Home Affairs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-johansson-of-ylva"],"involved":["ec-person-eafe594fe2bcb6af27f0422c2491a9d8cf2400da","ec-person-1f14c98028fa6f9f43ee9cd5aef7ed77c30761a5","eu-tr-56362448807-46"]}} -{"id":"ec-meeting-2020-10-21-d6d6c6b8152593ca114bc7ffb108a92d7892f56b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-21 - Cabinet of Executive Vice-President Frans Timmermans x Deloitte & Associés"],"date":["2020-10-21"],"summary":["Speech at online's Deloitte EU Green Deal Lab"],"notes":["Portfolio: European Green Deal"],"location":["video conference (Brussels)"],"address":["video conference (Brussels)"],"addressEntity":["addr-96d45bbb99f3da137b2243f11b529ed54662db90"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-419726214834-51","ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce"]}} -{"id":"ec-meeting-2020-10-21-d9479e4c6d31b335aecc5a8f84f758c6b019437e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-21 - Financial Stability, Financial Services and Capital Markets Union x Futures Industry Association, Inc."],"date":["2020-10-21"],"summary":["UK CCPs"],"location":["Virtual meeting"],"address":["Virtual meeting"],"addressEntity":["addr-1f1f3f51a4da31a1ea5c1b4b21cbf52ad983224f"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-803137414612-21","ec-person-1fce211249673c35ee07a801ddee77ab24af8d54"]}} -{"id":"ec-meeting-2020-10-21-defa464936c38f81b3d1c5a901283b9fed51ea29","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-21 - Cabinet of Commissioner Helena Dalli x Conseil des Communes et Régions d'Europe"],"date":["2020-10-21"],"summary":["Consultation in the context of the upcoming Disability rights Strategy"],"notes":["Portfolio: Equality"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-dalli-helena-of"],"involved":["eu-tr-81142561702-61","ec-person-750f95c6f949648cff9e460a362a85085c851faf"]}} -{"id":"ec-meeting-2020-10-21-e5ea52e92eae526dcd3c973b8725a4997bec4c94","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-21 - Cabinet of Vice-President Věra Jourová x Bundesverband der Deutschen Industrie e.V."],"date":["2020-10-21"],"summary":["Digital agenda"],"notes":["Portfolio: Values and Transparency"],"location":["videoconference"],"address":["videoconference"],"addressEntity":["addr-92b2fbb928e012810d80d9ef1abe12027beee200"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["ec-person-221276f2dfa4b8fe628f08e982d967b6aeb61c57","eu-tr-1771817758-48"]}} -{"id":"ec-meeting-2020-10-21-e82fadc6529f807cd8c533dc2536571aa6e4770a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-21 - Cabinet of Executive Vice-President Frans Timmermans x Gates Ventures, LLC"],"date":["2020-10-21"],"summary":["Energy and the European Green Deal"],"notes":["Portfolio: European Green Deal"],"location":["video conference (Brussels)"],"address":["video conference (Brussels)"],"addressEntity":["addr-96d45bbb99f3da137b2243f11b529ed54662db90"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce","ec-person-d53e00c46a4cc62bbf533e0c9bb35bacb9121989","eu-tr-458140332839-09"]}} -{"id":"ec-meeting-2020-10-21-fac8c3a96335a5dff9588333110bdea3b49e4efd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-21 - Structural Reform Support x KPMG Deloitte Tax & Consulting Ernst & Young Core Business Services BV"],"date":["2020-10-21"],"summary":["Annual meeting with the framework contractors"],"location":["Virtual meeting"],"address":["Virtual meeting"],"addressEntity":["addr-1f1f3f51a4da31a1ea5c1b4b21cbf52ad983224f"],"organizer":["ec-dg-reform"],"involved":["eu-tr-65515368730-59","eu-tr-622565933188-30","ec-person-a6afb12070a889c7071fdf14b6620c79335680d4","eu-tr-04458109373-91"]}} -{"id":"ec-meeting-2020-10-22-0c15032ce6f78575ab206040cf9a82d9afcf4630","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-22 - Defence Industry and Space x Diehl Stiftung & Co. KG"],"date":["2020-10-22"],"summary":["Meeting objective was to introduce the content and areas of European defence research and development, including to explain the European Defence Fund and its main categories and topics."],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-dg-defis"],"involved":["ec-person-a5e52cd544ea3aa44eb4b31fac65a468499f106e","eu-tr-92127312521-05"]}} -{"id":"ec-meeting-2020-10-22-1760999692915265a9ac87db5416ef491f020d38","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-22 - Cabinet of Commissioner Stella Kyriakides x MEDICINES FOR EUROPE European Federation of Pharmaceutical Industries and Associations"],"date":["2020-10-22"],"summary":["Exchange of views on the upcoming pharmaceutical strategy"],"notes":["Portfolio: Health"],"location":["Brussels (Webex)"],"address":["Brussels (Webex)"],"addressEntity":["addr-10c84bf2c2e056d22926e09381dac4470b65c47b"],"organizer":["ec-cabinet-commissioner-kyriakides-of-stella"],"involved":["eu-tr-38526121292-88","eu-tr-48325781850-28","ec-person-ecf9f9e978b833afc98ee022572d468f0dc9a352","ec-person-991ce64cea5178762c932ac823ea5d309e7a8d93"]}} -{"id":"ec-meeting-2020-10-22-22192e936cef3733609cb1fa9792e429e6fa0ca0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-22 - Cabinet of Commissioner Thierry Breton x Reporters sans frontières"],"date":["2020-10-22"],"summary":["Exchange on the DSA, trustworthiness of information and sustainability of media"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","eu-tr-612547127497-45","ec-person-5215bd372c5a1202399d77ecceb8c16de8d7d55c"]}} -{"id":"ec-meeting-2020-10-22-3109d1031ba6620494fb6f274d12a1ceaa085f6d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-22 - Cabinet of Executive Vice-President Frans Timmermans x G Plus Ltd (t/a Portland) Avis Budget Group Europcar Mobility Group"],"date":["2020-10-22"],"summary":["Sustainable car rental services"],"notes":["Portfolio: European Green Deal"],"location":["video call"],"address":["video call"],"addressEntity":["addr-12d8c530d76da0b7745f9c0f9285e7eec97adc55"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-098205039812-63","eu-tr-7223777790-86","ec-person-d56ecbfde17436a136fc89c9a978b266e8285c84","eu-tr-709924636646-87"]}} -{"id":"ec-meeting-2020-10-22-34cf6542f6f17d6698107ae0329454b1a1764ee6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-22 - Cabinet of Commissioner Janusz Wojciechowski x Central Europe Energy Partners"],"date":["2020-10-22"],"summary":["Presentation of the CEEP New director"],"notes":["Portfolio: Agriculture"],"location":["Video conference"],"address":["Video conference"],"addressEntity":["addr-ebc9fd5c2f372a32153cf3f4d5fb918a96b84a88"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["eu-tr-87738563745-94","ec-person-625f8b4379f79adee4f15c6a0417a96bb5a5a403"]}} -{"id":"ec-meeting-2020-10-22-475c40648aa22223433ff029d8f086bb50e298dd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-22 - Cabinet of Executive Vice-President Frans Timmermans x International Association of Oil & Gas Producers Europe"],"date":["2020-10-22"],"summary":["Sustainable Finance and Taxonomy"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-e88af8eb396e96e3dbc9b4ec6e40a348d26c389c","eu-tr-3954187491-70"]}} -{"id":"ec-meeting-2020-10-22-59d57d17640f3036e0cbc5b37b596667d5c02aa4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-22 - Cabinet of Commissioner Virginijus Sinkevičius x ECOLAB"],"date":["2020-10-22"],"summary":["To discuss water conservation and the Industrial Emissions Directive"],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Video meeting"],"address":["Video meeting"],"addressEntity":["addr-762dc9b5648e05f3894b6f2597baa8254e5414db"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["ec-person-172a438ed334761e2ab5d52e551fd1bcb6ab6b8d","eu-tr-969504320672-09"]}} -{"id":"ec-meeting-2020-10-22-62864a2b5fd9b9488f8385c1761257581c0f8c80","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-22 - Cabinet of Commissioner Adina Vălean x European Inland Waterway Transport (IWT) Platform"],"date":["2020-10-22"],"summary":["EU Recovery & Resilience Package: The IWT Sector’s input, priorities and ambition"],"notes":["Portfolio: Transport"],"location":["Video-call"],"address":["Video-call"],"addressEntity":["addr-0a257a3b8a0926e1b53e3476ce1c8e8fc8470ecd"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["eu-tr-672000433672-15","ec-person-baa9678f53e0a607c8a9bb2cd9122d1c13370154"]}} -{"id":"ec-meeting-2020-10-22-6292aaeffccf0df42767c78a35c24185d10c3f41","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-22 - Cabinet of Commissioner Nicolas Schmit x Fagbevægelsens Hovedorganisation"],"date":["2020-10-22"],"summary":["Meeting on minimum wage."],"notes":["Portfolio: Jobs and Social Rights"],"location":["Videoceonference"],"address":["Videoceonference"],"addressEntity":["addr-de87a100e866f5e43876302b0f555a2636c0982f"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-935314e38d735654cae8ee61313a3d73439b242d","ec-person-4cf4655ab41922e92160325d987a3c4615c72d30","eu-tr-18082924076-29","ec-person-c03b949331dbbe5fa3d5423758e371ec1b9b832f"]}} -{"id":"ec-meeting-2020-10-22-63b270139d43c5b4e27c93ea7befe8e712f24550","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-22 - Cabinet of Commissioner Adina Vălean x Fédération Internationale de l'Automobile"],"date":["2020-10-22"],"summary":["FIA event presentation"],"notes":["Portfolio: Transport"],"location":["Conference call"],"address":["Conference call"],"addressEntity":["addr-28ba88479582b2f75898964548da4252dc7db7d2"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["eu-tr-84839535366-67","ec-person-6e21d867543ef3b910e746c319cb048abd054702"]}} -{"id":"ec-meeting-2020-10-22-6473424421e939c7f2339f6f0a4339ef93932536","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-22 - Cabinet of Commissioner Johannes Hahn x Climate Strategies"],"date":["2020-10-22"],"summary":["European Green Deal, Recovery, and Green and Digital Transition"],"notes":["Portfolio: Budget and Administration"],"location":["Conference call"],"address":["Conference call"],"addressEntity":["addr-28ba88479582b2f75898964548da4252dc7db7d2"],"organizer":["ec-cabinet-commissioner-hahn-johannes-of"],"involved":["ec-person-26e87e8dbc382b84ce1f54266bee0b7eab520454","eu-tr-101582711494-15"]}} -{"id":"ec-meeting-2020-10-22-77275fbaae51969d62ef262e43e715eef7c58035","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-22 - Recovery and Resilience Task force x DIGITALEUROPE"],"date":["2020-10-22"],"summary":["Recovery and Resilience Facility"],"location":["Brussels, skype meeting"],"address":["Brussels, skype meeting"],"addressEntity":["addr-6489cabeb32f42c98d05cee7bf380ded5abce55e"],"organizer":["ec-dg-recover"],"involved":["eu-tr-64270747023-20","ec-person-18a05dadca8a2b91216adc689b6323c7b55df0d9"]}} -{"id":"ec-meeting-2020-10-22-7a396f3d0e557e42465305fa6a8856a1e0076b6e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-22 - Mobility and Transport x ChargeUp Europe"],"date":["2020-10-22"],"summary":["Alternative fuels infrastructure"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-dg-move"],"involved":["eu-tr-987000037766-14","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2020-10-22-9c5090dd9111611169a94cea282e95e6b8a7e161","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-22 - Cabinet of Executive Vice-President Valdis Dombrovskis x Airbus"],"date":["2020-10-22"],"summary":["EU-US trade relations, WTO Civil aircraft case, EU’s response to the COVID-19 and economic recovery"],"notes":["Portfolio: An Economy that Works for People"],"location":["video-conferencing"],"address":["video-conferencing"],"addressEntity":["addr-211c505d204b295e60497aa4c59557bb484ca6c5"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["eu-tr-2732167674-76","ec-person-9e7bd1005456277f156b671d1555c6a460fb2f58"]}} -{"id":"ec-meeting-2020-10-22-c353a2348bae0b94cc411be1a5924a4b4205a53e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-22 - Cabinet of Vice-President Maroš Šefčovič x KIC InnoEnergy SE"],"date":["2020-10-22"],"summary":["European Battery Alliance"],"notes":["Portfolio: Interinstitutional Relations and Foresight"],"location":["online"],"address":["online"],"addressEntity":["addr-2dbc2fd2358e1ea1b7a6bc08ea647b9a337ac92d"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-442becb1e681f03d9df1dc59e73ecf1336c48402","ec-person-1f95be23689cd4ed0a26fe2980f760ccf2d55c1e","eu-tr-462849021886-85"]}} -{"id":"ec-meeting-2020-10-22-c7277c047d029229daddf4e3f31224202d24834b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-22 - Cabinet of Commissioner Jutta Urpilainen x Wärtsilä Corporation Aula Europe"],"date":["2020-10-22"],"summary":["Sustainable finance"],"notes":["Portfolio: International Partnerships"],"location":["Brussels, virtual meeting"],"address":["Brussels, virtual meeting"],"addressEntity":["addr-4bb3355c4dd7121ff74decf748c2f1aaf04a6b2c"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["eu-tr-289922721213-66","eu-tr-88742028087-64","ec-person-9788b5f9ccd101dc091867a4496a5735ee7151d9"]}} -{"id":"ec-meeting-2020-10-22-caa084f2477a0bd2ac08e63077d872ee823c8061","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-22 - Cabinet of Commissioner Kadri Simson x Elering AS"],"date":["2020-10-22"],"summary":["Baltic synchronisation, Offshore wind energy"],"notes":["Portfolio: Energy"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["eu-tr-460784940325-92","ec-person-02dcb64edd20203955d6dad9d5c0dbc71a3d7816","ec-person-1995c65b8dc7f3702a8c30ed96a0144075848837"]}} -{"id":"ec-meeting-2020-10-22-d0a53b73f9400c4ff7894f0a09528c1b334af383","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-22 - Cabinet of Executive Vice-President Frans Timmermans x Trinomics B.V."],"date":["2020-10-22"],"summary":["Online participation on the European Green Deal - Webinar \"4th Knowledge Sharing Event CCUS Projects Network\""],"notes":["Portfolio: European Green Deal"],"location":["video conference (Brussels)"],"address":["video conference (Brussels)"],"addressEntity":["addr-96d45bbb99f3da137b2243f11b529ed54662db90"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-404247028091-75","ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce"]}} -{"id":"ec-meeting-2020-10-22-e1f4666f09508b52414d2c6f247d0efcd53aa22c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-22 - Cabinet of Executive Vice-President Margrethe Vestager x European Telecommunications Network Operators' Association"],"date":["2020-10-22"],"summary":["NIS Directive review"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-08957111909-85","ec-person-8b6db5c3c4611618ade59c6d0dadc21c962f0ee7"]}} -{"id":"ec-meeting-2020-10-23-0da7f29fc1ca986d7d1608673220da8c9e0c2cf9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-23 - Taxation and Customs Union x Institut der deutschen Wirtschaft Köln e.V."],"date":["2020-10-23"],"summary":["Videoconference - Exchange of views on EU tax policies"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-taxud"],"involved":["eu-tr-132414515813-88","ec-person-9e42f316f38c8e126c2cd2bc84affb891338c7f3"]}} -{"id":"ec-meeting-2020-10-23-167dd16b00a410ae8f01561f7e6db3d1f60f00ad","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-23 - Cabinet of Commissioner Didier Reynders x Hague Conference on Private International Law"],"date":["2020-10-23"],"summary":["Private international law"],"notes":["Portfolio: Justice"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-didier-of-reynders"],"involved":["eu-tr-480570730417-86","ec-person-50f9cba2282e1d03395cdd0faf9ce6e9a2ff3104"]}} -{"id":"ec-meeting-2020-10-23-19c3f7164d364e5d074dd1cca7dfbc74bad87c40","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-23 - Cabinet of Vice-President Věra Jourová x EuroCommerce"],"date":["2020-10-23"],"summary":["Rule of Law and the Consumer agenda"],"notes":["Portfolio: Values and Transparency"],"location":["Webinar"],"address":["Webinar"],"addressEntity":["addr-2b6cc2bcdc6dde860cdaf12187589e4e4dd5b609"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["eu-tr-84973761187-60","ec-person-bf54da17217bbddfd9c68fe24d88005ac17e2c4b"]}} -{"id":"ec-meeting-2020-10-23-210f96db7e5dce0e1573d59d0ce9933898d45ee0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-23 - Financial Stability, Financial Services and Capital Markets Union x Banco Santander, S.A."],"date":["2020-10-23"],"summary":["Courtesy meeting"],"location":["Virtual meeting"],"address":["Virtual meeting"],"addressEntity":["addr-1f1f3f51a4da31a1ea5c1b4b21cbf52ad983224f"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-799142914971-03","ec-person-1fce211249673c35ee07a801ddee77ab24af8d54"]}} -{"id":"ec-meeting-2020-10-23-2b70601cc951cb97aa6de2f8423d5a3c9cd2dba4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-23 - Cabinet of Commissioner Thierry Breton x EuroCommerce"],"date":["2020-10-23"],"summary":["Place de la distribution dans le plan de relance"],"notes":["Portfolio: Internal Market"],"location":["conference call"],"address":["conference call"],"addressEntity":["addr-e26ec8db46626d4f460f33bdb70c0f9dfa8ef7f3"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-e18e6e300776f5f47ca4c72c1ba1b0d0eb1e71fe","eu-tr-84973761187-60","ec-person-4b5aaa9cea258419f934faa90c41e25de348a2d8"]}} -{"id":"ec-meeting-2020-10-23-3d3e0f4c9a5e63dd0ca33cc4cf09faa3481d2a39","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-23 - Cabinet of Commissioner Olivér Várhelyi x European Federation of Pharmaceutical Industries and Associations"],"date":["2020-10-23"],"summary":["Stronger “European health union”"],"notes":["Portfolio: Neighbourhood and Enlargement"],"location":["VTC"],"address":["VTC"],"addressEntity":["addr-9d1acaa772820b8ade84113d2da24716fe455be2"],"organizer":["ec-cabinet-commissioner-of-oliver-varhelyi"],"involved":["ec-person-53491bf8482feff700ae076cb8b1e2ee3e728210","eu-tr-38526121292-88"]}} -{"id":"ec-meeting-2020-10-23-5a3373df4df2eef409a001338b5df14172637201","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-23 - Financial Stability, Financial Services and Capital Markets Union x European Financial Reporting Advisory Group"],"date":["2020-10-23"],"summary":["Reporting standard, non-financial reporting, disclosures"],"location":["Virtual meeting"],"address":["Virtual meeting"],"addressEntity":["addr-1f1f3f51a4da31a1ea5c1b4b21cbf52ad983224f"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-411098519407-76","ec-person-1fce211249673c35ee07a801ddee77ab24af8d54"]}} -{"id":"ec-meeting-2020-10-23-6914e02aeea14ea891a909b7bb9764021d53c258","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-23 - Financial Stability, Financial Services and Capital Markets Union x Deutsche Börse AG"],"date":["2020-10-23"],"summary":["CMU Action Plan and MiFID"],"location":["Virtual meeting"],"address":["Virtual meeting"],"addressEntity":["addr-1f1f3f51a4da31a1ea5c1b4b21cbf52ad983224f"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-20884001341-42","ec-person-1fce211249673c35ee07a801ddee77ab24af8d54"]}} -{"id":"ec-meeting-2020-10-23-6afdd2e1eb753b5aff9da2e2664d0ea2c6884d04","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-23 - Cabinet of Commissioner Johannes Hahn x EURODOM"],"date":["2020-10-23"],"summary":["New MFF, CAP, outermost regions"],"notes":["Portfolio: Budget and Administration"],"location":["Conference call"],"address":["Conference call"],"addressEntity":["addr-28ba88479582b2f75898964548da4252dc7db7d2"],"organizer":["ec-cabinet-commissioner-hahn-johannes-of"],"involved":["ec-person-26e87e8dbc382b84ce1f54266bee0b7eab520454","eu-tr-28418016649-41"]}} -{"id":"ec-meeting-2020-10-23-856dbfa7b40a8009bb3f59b19e2c49e921c55272","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-23 - Cabinet of Executive Vice-President Valdis Dombrovskis x European Round Table for Industry"],"date":["2020-10-23"],"summary":["renewed sustainable finance strategy, revision of the Non-financial reporting directive"],"notes":["Portfolio: An Economy that Works for People"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["eu-tr-25487567824-45","ec-person-9e7bd1005456277f156b671d1555c6a460fb2f58"]}} -{"id":"ec-meeting-2020-10-23-992ec1bd3d88b80c3a3e49ed66f3168c7c96ca0a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-23 - Cabinet of Commissioner Virginijus Sinkevičius x CMA CGM"],"date":["2020-10-23"],"summary":["To discuss the decarbonization strategy and sustainability report"],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Video meeting"],"address":["Video meeting"],"addressEntity":["addr-762dc9b5648e05f3894b6f2597baa8254e5414db"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["eu-tr-009433826675-55","ec-person-172a438ed334761e2ab5d52e551fd1bcb6ab6b8d"]}} -{"id":"ec-meeting-2020-10-23-9b2532be2f50d65553b39a2987a2c41232f1d12a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-23 - Cabinet of Vice-President Margaritis Schinas x European Movement International"],"date":["2020-10-23"],"summary":["The priorities of the portfolio for promoting our European way of life"],"notes":["Portfolio: Promoting the European Way of Life"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-cabinet-margaritis-of-president-schinas-vice"],"involved":["eu-tr-35279857524-58","ec-person-c8d1d7f3012c344bc60630eb456865390bddc7c5"]}} -{"id":"ec-meeting-2020-10-23-9fb29d1848223c151fa264aef02c34719c0b1591","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-23 - Directorate-General for International Partnerships x CONCORD Europe"],"date":["2020-10-23"],"summary":["Meeting with Director.\r\nReorganisation DG DEVCO, NDICI, Team Europe, EU-Africa relations, EU-ACP negotiations."],"location":["VTC"],"address":["VTC"],"addressEntity":["addr-9d1acaa772820b8ade84113d2da24716fe455be2"],"organizer":["ec-dg-intpa"],"involved":["eu-tr-34478709670-34","ec-person-afe6f55069d2cc5483157e138e41abd63140fdd8"]}} -{"id":"ec-meeting-2020-10-23-ae8f7474015253afdda483a98f82071abeeef331","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-23 - Financial Stability, Financial Services and Capital Markets Union x Association for Financial Markets in Europe"],"date":["2020-10-23"],"summary":["CMU Action Plan and MiFID"],"location":["Virtual meeting"],"address":["Virtual meeting"],"addressEntity":["addr-1f1f3f51a4da31a1ea5c1b4b21cbf52ad983224f"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-65110063986-76","ec-person-1fce211249673c35ee07a801ddee77ab24af8d54"]}} -{"id":"ec-meeting-2020-10-23-b645e13a8f3ebac4ea1bc05fd6657885468fa867","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-23 - Research and Innovation x The Guild of European Research-Intensive Universities"],"date":["2020-10-23"],"summary":["General Assembly: speech and discussion on ERA"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-rtd"],"involved":["ec-person-1d348f33395de0ea6773a7b4ae8797e3e0392f73","eu-tr-265942623347-90"]}} -{"id":"ec-meeting-2020-10-23-cd20d599c2ccc93984a8592883728c4d2e7f7bda","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-23 - Cabinet of Commissioner Thierry Breton x Spotify"],"date":["2020-10-23"],"summary":["DSA"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-365747616583-15","ec-person-4d83416435f81b1f1e8f5c86aeebb1478577f1d2"]}} -{"id":"ec-meeting-2020-10-23-e3c3ed85bd4fba08d96eb04893ec7ab561c42e6f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-23 - Cabinet of Executive Vice-President Margrethe Vestager x The Chancellor, Masters and Scholars of the University of Oxford"],"date":["2020-10-23"],"summary":["Artificial Intelligence"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-992354120482-79","ec-person-11d97788772862bb34f51dd26d7f92603eac1bf8","ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0"]}} -{"id":"ec-meeting-2020-10-23-f0a6c5dd3695ff5be505bd8d6b4fecb16c93041b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-23 - Cabinet of Executive Vice-President Valdis Dombrovskis x Society for Worldwide Interbank Financial Telecommunication"],"date":["2020-10-23"],"summary":["European payments infrastructure, International role of the euro"],"notes":["Portfolio: An Economy that Works for People"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["eu-tr-011095511691-05","ec-person-9e7bd1005456277f156b671d1555c6a460fb2f58"]}} -{"id":"ec-meeting-2020-10-23-fc86f9d86335a3a4ba33f36f4f10621186cfe76a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-23 - Budget x The Goldman Sachs Group, Inc."],"date":["2020-10-23"],"summary":["EU Recovery Fund"],"location":["videoconference"],"address":["videoconference"],"addressEntity":["addr-92b2fbb928e012810d80d9ef1abe12027beee200"],"organizer":["ec-dg-budg"],"involved":["ec-person-39635b893026833f739fe623fe7e9d5a97525e7a","eu-tr-701266814986-18"]}} -{"id":"ec-meeting-2020-10-23-fe12ac716144b8f01a2be8ee234ad53bb4698e59","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-23 - Cabinet of Commissioner Elisa Ferreira x Social Progress Imperative"],"date":["2020-10-23"],"summary":["- Social progress index – assumptions and composition\r\n- Green indicators in the SPI\r\n- Cooperation with DG REGIO and future application of the SPI in the context of regional policy"],"notes":["Portfolio: Cohesion and Reforms"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-elisa-ferreira-of"],"involved":["eu-tr-771713924589-06","ec-person-1c49c531eceae287dd4a56ac52e8326c65fc2855","ec-person-6aefca8f66cd57549e22428bee7f0d2c97d16f52"]}} -{"id":"ec-meeting-2020-10-26-10fc639262d196fe2d5e9d3ab89db19936aed946","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-26 - Cabinet of Commissioner Virginijus Sinkevičius x COTY"],"date":["2020-10-26"],"summary":["the REACH regulation related to microplastics"],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["online"],"address":["online"],"addressEntity":["addr-2dbc2fd2358e1ea1b7a6bc08ea647b9a337ac92d"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["eu-tr-600289139963-18","ec-person-a58f1d06f5cb1d8dfd278e0c36d5aa1b9368b270"]}} -{"id":"ec-meeting-2020-10-26-36743073b30c1d590eed3b800282c539289d14aa","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-26 - Climate Action x Assicurazioni Generali S.p.A"],"date":["2020-10-26"],"summary":["Recovery plan"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-clima"],"involved":["ec-person-9c5c685692a09a77f2bc8ae9c05663b87cd75aae","eu-tr-600525713796-88"]}} -{"id":"ec-meeting-2020-10-26-3a8ba45363915c4d40c69b4bbf14f69a9110fc08","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-26 - Cabinet of Commissioner Olivér Várhelyi x Youth Alliance - Krusevo"],"date":["2020-10-26"],"summary":["Introduction of Youth Alliance"],"notes":["Portfolio: Neighbourhood and Enlargement"],"location":["VTC"],"address":["VTC"],"addressEntity":["addr-9d1acaa772820b8ade84113d2da24716fe455be2"],"organizer":["ec-cabinet-commissioner-of-oliver-varhelyi"],"involved":["ec-person-0bd9f9e575c8b20dd9ebf78799cb7e404850fc28","eu-tr-805395439964-52"]}} -{"id":"ec-meeting-2020-10-26-46ba7dfb1934ec32094c0a97f69121d27b139377","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-26 - Employment, Social Affairs and Inclusion x Bundesvereinigung der Deutschen Arbeitgeberverbände e.V."],"date":["2020-10-26"],"summary":["minimum wage initiative"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-empl"],"involved":["eu-tr-7749519702-29","ec-person-dd259fce880e1853f0beb087443bce6e7dea70d7"]}} -{"id":"ec-meeting-2020-10-26-5c88f35f963ffe1265ca1d340d101e96614f8c83","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-26 - Cabinet of Commissioner Virginijus Sinkevičius x Greenpeace European Unit"],"date":["2020-10-26"],"summary":["To discuss deforestation and forest degradation – European Commission initiative for reducing the impact of products placed on the European Union market"],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["eu-tr-9832909575-41","ec-person-dd7a7b1952e158f4195d34cff333ec79a4f48ba3","ec-person-172a438ed334761e2ab5d52e551fd1bcb6ab6b8d"]}} -{"id":"ec-meeting-2020-10-26-75ac6eecf0658543788f07762f4af5bf12dfb1f7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-26 - Cabinet of Commissioner Virginijus Sinkevičius x PepsiCo"],"date":["2020-10-26"],"summary":["the European Green Deal"],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["online"],"address":["online"],"addressEntity":["addr-2dbc2fd2358e1ea1b7a6bc08ea647b9a337ac92d"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["eu-tr-010212710281-97","ec-person-a58f1d06f5cb1d8dfd278e0c36d5aa1b9368b270"]}} -{"id":"ec-meeting-2020-10-26-8fd3e75f016d7194787327085983e30ca6fd276b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-26 - Cabinet of Executive Vice-President Margrethe Vestager x DIGITALEUROPE"],"date":["2020-10-26"],"summary":["DSA and DMA"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-64270747023-20","ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0"]}} -{"id":"ec-meeting-2020-10-26-b18ce7e5495a49d0231b7a7329a8c8e6b50ac276","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-26 - Budget x Morgan Stanley"],"date":["2020-10-26"],"summary":["Recovery and Resilient Fund"],"location":["zoom- videocall"],"address":["zoom- videocall"],"addressEntity":["addr-003e5ae964a4ea7254a99e94660db3b40b3bc44b"],"organizer":["ec-dg-budg"],"involved":["eu-tr-29701922039-63","ec-person-39635b893026833f739fe623fe7e9d5a97525e7a"]}} -{"id":"ec-meeting-2020-10-26-b827f4d2ae8612cad83cec5d5bc65bc20f44fdde","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-26 - Directorate-General for International Partnerships x Aga Khan Foundation (United Kingdom)"],"date":["2020-10-26"],"summary":["AU-EU Alliance/the AU-EU Partnership and the role that Academia, Knowledge Institutions, role of Global Health Diplomats, DEVCO call for Adolescent SRHR in Africa, Covid19 measures."],"location":["VTC"],"address":["VTC"],"addressEntity":["addr-9d1acaa772820b8ade84113d2da24716fe455be2"],"organizer":["ec-dg-intpa"],"involved":["eu-tr-250210033472-34","ec-person-afe6f55069d2cc5483157e138e41abd63140fdd8"]}} -{"id":"ec-meeting-2020-10-26-bff1e7fece36484669096a6e69a437434bd92930","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-26 - Cabinet of Executive Vice-President Frans Timmermans x GASCADE Gastransport GmbH"],"date":["2020-10-26"],"summary":["Exchange on 2030 Climate Target Plan"],"notes":["Portfolio: European Green Deal"],"location":["video call"],"address":["video call"],"addressEntity":["addr-12d8c530d76da0b7745f9c0f9285e7eec97adc55"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-943288637380-93","ec-person-f1a3478550296f3f9accdc67d6ef5a0b681dda4b"]}} -{"id":"ec-meeting-2020-10-26-c75a3461754b8bd7368e2853d923db041d1d83cc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-26 - Cabinet of Executive Vice-President Valdis Dombrovskis x Deutsche Börse AG"],"date":["2020-10-26"],"summary":["European financial markets infrastructure, International role of the euro"],"notes":["Portfolio: An Economy that Works for People"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["eu-tr-20884001341-42","ec-person-9e7bd1005456277f156b671d1555c6a460fb2f58"]}} -{"id":"ec-meeting-2020-10-26-cd8171df8872e90b9749b83fe55f8a61ff9dd050","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-26 - Maritime Affairs and Fisheries x North Sea Advisory Council"],"date":["2020-10-26"],"summary":["Keynote speech – the role and the functioning of the Advisory Councils"],"location":["Brussels - Webex call"],"address":["Brussels - Webex call"],"addressEntity":["addr-0e9b384c28719a08393c3bf846a71f7f7c1a445d"],"organizer":["ec-dg-mare"],"involved":["eu-tr-91682404018-74","ec-person-6e64215cdacfeb6c6d4709a7f72c2b1c94a3d908"]}} -{"id":"ec-meeting-2020-10-26-d4e8557e4369fbaa03f56b2c6079c184aac37e09","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-26 - Cabinet of Vice-President Dubravka Šuica x Europe's People's Forum"],"date":["2020-10-26"],"summary":["Discussion on the update for Conference on the Future of Europe"],"notes":["Portfolio: Democracy and Demography"],"location":["Online meeting"],"address":["Online meeting"],"addressEntity":["addr-9d833a1da3074efd384ee6bc2b108c1f5bb379e0"],"organizer":["ec-cabinet-dubravka-of-president-suica-vice"],"involved":["eu-tr-516884238508-73","ec-person-026798f0d4b4567a1c4ba592351123da781ce908"]}} -{"id":"ec-meeting-2020-10-26-e9128e56c4eef7460ef615af3f316d576a15dbe5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-26 - Cabinet of Vice-President Věra Jourová x Reset European Partnership for Democracy"],"date":["2020-10-26"],"summary":["European Democracy Action Plan"],"notes":["Portfolio: Values and Transparency"],"location":["videoconference"],"address":["videoconference"],"addressEntity":["addr-92b2fbb928e012810d80d9ef1abe12027beee200"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["eu-tr-754754839444-24","ec-person-bf54da17217bbddfd9c68fe24d88005ac17e2c4b","eu-tr-679535014238-83"]}} -{"id":"ec-meeting-2020-10-27-0396938418d20e995dda98031a39bd75a8a33f08","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-27 - Cabinet of Vice-President Margaritis Schinas x MEDICINES FOR EUROPE"],"date":["2020-10-27"],"summary":["Pharma Strategy"],"notes":["Portfolio: Promoting the European Way of Life"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-margaritis-of-president-schinas-vice"],"involved":["eu-tr-48325781850-28","ec-person-180e5c5b13dac533a1241b0f9d78176c8bec3d51"]}} -{"id":"ec-meeting-2020-10-27-048e6de7392bda019a2abc88f616352f2df596fa","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-27 - Cabinet of Executive Vice-President Margrethe Vestager x Robert Bosch GmbH"],"date":["2020-10-27"],"summary":["Artificial intelligence, green deal, industrial policy"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-11d97788772862bb34f51dd26d7f92603eac1bf8","ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0","eu-tr-8999533555-91"]}} -{"id":"ec-meeting-2020-10-27-0d372129e698110ceddfa62298da274f79020003","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-27 - Internal Market, Industry, Entrepreneurship and SMEs x Network of European Regions for a Competitive and Sustainable Tourism"],"date":["2020-10-27"],"summary":["Discussion on European Tourism Agenda 2050, European Recovery Plan, European Tourism Convention, EU Green Deal and Digital Age strategies."],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-grow"],"involved":["ec-person-0151c7e554d188fffc509ad636b7d1a84c5dfcd5","eu-tr-862709022846-11"]}} -{"id":"ec-meeting-2020-10-27-1701bfb29aedef469a032c7ea61917992481919b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-27 - Cabinet of Executive Vice-President Frans Timmermans x Vereniging Nationale Jeugdraad"],"date":["2020-10-27"],"summary":["Youth engagement on Climate Ambition"],"notes":["Portfolio: European Green Deal"],"location":["video call"],"address":["video call"],"addressEntity":["addr-12d8c530d76da0b7745f9c0f9285e7eec97adc55"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-f8efd5ca1c3794aa2954d6b5f54ff94f015fba20","eu-tr-765628629565-68"]}} -{"id":"ec-meeting-2020-10-27-1770be6c9405d368b880757bee4d9da36c7fa5b7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-27 - Cabinet of Commissioner Kadri Simson x Alber & Geiger"],"date":["2020-10-27"],"summary":["Discussion biofuel and RED 2"],"notes":["Portfolio: Energy"],"location":["Video Conferencing"],"address":["Video Conferencing"],"addressEntity":["addr-e3b7413b2ac93be00b6bcff51fdc1374d67118bd"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["ec-person-9b7f5fe059e5b0b40e79e9170211aa2f02322fdb","eu-tr-67820416722-09"]}} -{"id":"ec-meeting-2020-10-27-237d30567922cf8f23987579c34ed022b018c54d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-27 - Cabinet of Commissioner Thierry Breton x KfW Bankengruppe CAISSE DES DEPOTS"],"date":["2020-10-27"],"summary":["Exchange on COVID measures, recovery plan and InvestEU"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-84606487324-44","eu-tr-79019799690-13","ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","ec-person-5215bd372c5a1202399d77ecceb8c16de8d7d55c"]}} -{"id":"ec-meeting-2020-10-27-24b24cbca9c459a46541451c181701ba9deffb36","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-27 - Cabinet of Executive Vice-President Frans Timmermans x European Barge Union"],"date":["2020-10-27"],"summary":["The position of the European Inland Navigation sector on the public consultation for the FuelEU maritime initiative and the sector’s contribution on delivering the European Green Deal."],"notes":["Portfolio: European Green Deal"],"location":["video call"],"address":["video call"],"addressEntity":["addr-12d8c530d76da0b7745f9c0f9285e7eec97adc55"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-36944616803-45","ec-person-f1a3478550296f3f9accdc67d6ef5a0b681dda4b"]}} -{"id":"ec-meeting-2020-10-27-27a5ec900f834a1cd73a762cf86c0b80f13bb9ed","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-27 - Cabinet of Commissioner Virginijus Sinkevičius x European Copper Institute"],"date":["2020-10-27"],"summary":["the Circular Economy"],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["online"],"address":["online"],"addressEntity":["addr-2dbc2fd2358e1ea1b7a6bc08ea647b9a337ac92d"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["eu-tr-04134171823-87","ec-person-a58f1d06f5cb1d8dfd278e0c36d5aa1b9368b270"]}} -{"id":"ec-meeting-2020-10-27-2852ee89679a495440ea1cf8517aed5d863bc20e","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2020-10-27 - Cabinet of Commissioner Paolo Gentiloni x G Plus Ltd (t/a Portland)"],"date":["2020-10-27"],"summary":["Digital Services Act","illegal content and DSA proposal"],"notes":["Portfolio: Economy"],"location":["Virtual","virtual"],"address":["Virtual","virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f","addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-gentiloni-of-paolo"],"involved":["eu-tr-7223777790-86","ec-person-404d55367ba0dadec989b6dc2eab96ef2abd96af"]}} -{"id":"ec-meeting-2020-10-27-4d9c007b61c6b343d0f669139b91b45fcd98ecaa","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-27 - Cabinet of Executive Vice-President Margrethe Vestager x SAP"],"date":["2020-10-27"],"summary":["DSA and DMA"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0","eu-tr-639117311617-01"]}} -{"id":"ec-meeting-2020-10-27-518906bff593b46939f578c30fcae030bd9ae8f2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-27 - Cabinet of Commissioner Thierry Breton x Aerospace, Security and Defence Industries Association of Europe"],"date":["2020-10-27"],"summary":["Aerospace, Defence, Security & Space"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","ec-person-b077a2e9f0fdb3b8f6e91d0bd0b256db9e40ce46","eu-tr-72699997886-57"]}} -{"id":"ec-meeting-2020-10-27-55b7eb011ac0cd71360e35808cfed9cdd13ff87d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-27 - Financial Stability, Financial Services and Capital Markets Union x Deutsche Bank AG"],"date":["2020-10-27"],"summary":["CMU, Banking Union and EU-UK transition period"],"location":["Virtual meeting"],"address":["Virtual meeting"],"addressEntity":["addr-1f1f3f51a4da31a1ea5c1b4b21cbf52ad983224f"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-271912611231-56","ec-person-1fce211249673c35ee07a801ddee77ab24af8d54"]}} -{"id":"ec-meeting-2020-10-27-5b6fbe6b0a72550cd4d481b95335b4b725259ef7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-27 - Communications Networks, Content and Technology x EIT Digital"],"date":["2020-10-27"],"summary":["Overview of EIT's activities and possible areas of cooperation. Online meeting."],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-848163332915-94","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2020-10-27-64c3ba862822e4d4f6edb0600b5570aac5f760c6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-27 - Cabinet of Vice-President Dubravka Šuica x Association Civic Tech Europe"],"date":["2020-10-27"],"summary":["Exchange with ACTE on the Conference on the Future of Europe and the role of civic technology in strengthening democracy"],"notes":["Portfolio: Democracy and Demography"],"location":["Online meeting"],"address":["Online meeting"],"addressEntity":["addr-9d833a1da3074efd384ee6bc2b108c1f5bb379e0"],"organizer":["ec-cabinet-dubravka-of-president-suica-vice"],"involved":["eu-tr-246242037047-81","ec-person-026798f0d4b4567a1c4ba592351123da781ce908"]}} -{"id":"ec-meeting-2020-10-27-6b7b890bae818fb87d4de8fc650ee37718757d86","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-27 - Cabinet of Commissioner Adina Vălean x UNIFE"],"date":["2020-10-27"],"summary":["Sustainable and Smart Mobility strategy"],"notes":["Portfolio: Transport"],"location":["Webinar"],"address":["Webinar"],"addressEntity":["addr-2b6cc2bcdc6dde860cdaf12187589e4e4dd5b609"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["eu-tr-9624415524-28","ec-person-e5f1558cac43dd4f90847b508b6753edb0a9f903"]}} -{"id":"ec-meeting-2020-10-27-75a092c8e01c2977a4871ccdad13fe42cc086674","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-27 - Financial Stability, Financial Services and Capital Markets Union x Crédit Agricole S.A."],"date":["2020-10-27"],"summary":["The cumulative impact of Basel IV and the covid-19 crisis"],"location":["Virtual meeting"],"address":["Virtual meeting"],"addressEntity":["addr-1f1f3f51a4da31a1ea5c1b4b21cbf52ad983224f"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-35147251117-11","ec-person-1fce211249673c35ee07a801ddee77ab24af8d54"]}} -{"id":"ec-meeting-2020-10-27-79c103f7cb99ddd545161eaf4e018f3f32796183","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-27 - Cabinet of Commissioner Janusz Wojciechowski x EuroCommerce"],"date":["2020-10-27"],"summary":["Challenges facing agriculture"],"notes":["Portfolio: Agriculture"],"location":["Video conference"],"address":["Video conference"],"addressEntity":["addr-ebc9fd5c2f372a32153cf3f4d5fb918a96b84a88"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["eu-tr-84973761187-60","ec-person-625f8b4379f79adee4f15c6a0417a96bb5a5a403"]}} -{"id":"ec-meeting-2020-10-27-7bea5fd0d36582ffee46ebedf80e432cfc8bd457","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-27 - Cabinet of Vice-President Věra Jourová x Die Medienanstalten - Arbeitsgemeinschaft der Landesmedienanstalten in der Bundesrepublik Deutschland"],"date":["2020-10-27"],"summary":["Safeguarding Freedom – Stabilising Democracy"],"notes":["Portfolio: Values and Transparency"],"location":["videoconference"],"address":["videoconference"],"addressEntity":["addr-92b2fbb928e012810d80d9ef1abe12027beee200"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["ec-person-bf54da17217bbddfd9c68fe24d88005ac17e2c4b","eu-tr-84697226195-47"]}} -{"id":"ec-meeting-2020-10-27-87d528d15623cb7a5efaee782b5ea6ae8f60bbf5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-27 - Internal Market, Industry, Entrepreneurship and SMEs x European Union Chamber of Commerce in China"],"date":["2020-10-27"],"summary":["Introductory virtual meeting"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-grow"],"involved":["eu-tr-592343015058-67","ec-person-0151c7e554d188fffc509ad636b7d1a84c5dfcd5"]}} -{"id":"ec-meeting-2020-10-27-98d3c56ed9b9d39fe222904b30d32fb043ae901f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-27 - Cabinet of Executive Vice-President Frans Timmermans x IBM Corporation"],"date":["2020-10-27"],"summary":["Online event \"Egmont and the European Green Deal\""],"notes":["Portfolio: European Green Deal"],"location":["video conference (Brussels)"],"address":["video conference (Brussels)"],"addressEntity":["addr-96d45bbb99f3da137b2243f11b529ed54662db90"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-7721359944-96","ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce"]}} -{"id":"ec-meeting-2020-10-27-a0ce53de7c799d9ca51a6ff6248d4d1e510a996a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-27 - Cabinet of Commissioner Jutta Urpilainen x European Partnership for Democracy"],"date":["2020-10-27"],"summary":["Preparation of the Democracy Support Roundtable on 10/11/20"],"notes":["Portfolio: International Partnerships"],"location":["Teleconference"],"address":["Teleconference"],"addressEntity":["addr-a1b2e4eeecb1f46f3239fd2a390e2ec3f16bc2cb"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["ec-person-6357f4506ca5351b3a822936612fd6006da48722","eu-tr-679535014238-83"]}} -{"id":"ec-meeting-2020-10-27-a261ad99d04d4d7b489589c3cb106be69684e087","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-27 - Cabinet of Commissioner Virginijus Sinkevičius x Ignitis grupė"],"date":["2020-10-27"],"summary":["To discuss European Green Deal and sustainable energy development"],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["ec-person-dd7a7b1952e158f4195d34cff333ec79a4f48ba3","ec-person-1443799688ae485d7a2fee5c9defab2c5b7c7e6c","eu-tr-867306231644-34"]}} -{"id":"ec-meeting-2020-10-27-a9a7213f437817376dcec1c32f0a7d2c70140648","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-27 - Cabinet of Commissioner Adina Vălean x SOS Travel Belgium"],"date":["2020-10-27"],"summary":["Tourism industry"],"notes":["Portfolio: Transport"],"location":["Conference call"],"address":["Conference call"],"addressEntity":["addr-28ba88479582b2f75898964548da4252dc7db7d2"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["eu-tr-745885840099-57","ec-person-267c5ab3ea5304fc6305ef321e214c9c1cd0f78e"]}} -{"id":"ec-meeting-2020-10-27-abb26bcbd97d1c06ce7a2551bc749554c25453c7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-27 - Cabinet of Commissioner Janusz Wojciechowski x European farmers"],"date":["2020-10-27"],"summary":["VC meeting with new President COPA"],"notes":["Portfolio: Agriculture"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["ec-person-625f8b4379f79adee4f15c6a0417a96bb5a5a403","eu-tr-44856881231-49"]}} -{"id":"ec-meeting-2020-10-27-b4646550324f7d30a70b464f88c53b9b248c5b55","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-27 - Internal Market, Industry, Entrepreneurship and SMEs x Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V."],"date":["2020-10-27"],"summary":["EC objectives in hydrogen energy and research on hydrogen technology at Fraunhofer Institutes"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-grow"],"involved":["ec-person-0151c7e554d188fffc509ad636b7d1a84c5dfcd5","eu-tr-35124436517-75"]}} -{"id":"ec-meeting-2020-10-27-b4f0021d1a783e07361d94a5f49ebac95a707761","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-27 - Cabinet of Commissioner Didier Reynders x AIM - European Brands Association"],"date":["2020-10-27"],"summary":["Consumer Agenda and the Consumer Goods Industry"],"notes":["Portfolio: Justice"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-didier-of-reynders"],"involved":["eu-tr-1074382679-01","ec-person-50f9cba2282e1d03395cdd0faf9ce6e9a2ff3104","ec-person-442bf1ae9900b999673cdd7389224d0e21b67d4d"]}} -{"id":"ec-meeting-2020-10-27-bdb92eb10d52c2466a73ef96b3d502274d4cb6bb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-27 - Cabinet of Executive Vice-President Frans Timmermans x OMA"],"date":["2020-10-27"],"summary":["Presentation of OMA’s research project Countryside: the future"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - video conference"],"address":["Brussels - video conference"],"addressEntity":["addr-d7df553e47e69d1cc9f4189b36b7c867f80459b0"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-7c876f4825f213b8adbedf089ccedfbc3b36d65b","eu-tr-802268139704-75"]}} -{"id":"ec-meeting-2020-10-27-c4c274641f4198b9568cab7eb06591d0c70ac9e5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-27 - Cabinet of Executive Vice-President Frans Timmermans x The European Alliance of Companies for Energy Efficiency in Buildings"],"date":["2020-10-27"],"summary":["Questions and answers on the renovation wave"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - video conference"],"address":["Brussels - video conference"],"addressEntity":["addr-d7df553e47e69d1cc9f4189b36b7c867f80459b0"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-7c876f4825f213b8adbedf089ccedfbc3b36d65b","eu-tr-99005441548-23"]}} -{"id":"ec-meeting-2020-10-27-cb2c4d3bf35e77e510807e7c73b0406c27a28e3f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-27 - Cabinet of Commissioner Thierry Breton x AIR LIQUIDE"],"date":["2020-10-27"],"summary":["Hydrogen Alliance"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","eu-tr-94857385769-70"]}} -{"id":"ec-meeting-2020-10-27-ce6369db19f186722be97fb1442b1631d201bc51","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-27 - Cabinet of Executive Vice-President Frans Timmermans x European Regions Research and Innovation Network"],"date":["2020-10-27"],"summary":["Regional dimension of the European Green Deal"],"notes":["Portfolio: European Green Deal"],"location":["video call"],"address":["video call"],"addressEntity":["addr-12d8c530d76da0b7745f9c0f9285e7eec97adc55"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-f8efd5ca1c3794aa2954d6b5f54ff94f015fba20","ec-person-d56ecbfde17436a136fc89c9a978b266e8285c84","eu-tr-382103519163-19"]}} -{"id":"ec-meeting-2020-10-27-d5b0d28182e3eb162c7a7966241ee099ea69da73","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-27 - Cabinet of Executive Vice-President Frans Timmermans x Climate-KIC Holding BV Climate Action Network Europe CDP Worldwide (Europe) gemeinnützige GmbH European Heat Pump Association CLG Europe The Coalition for Energy Savings European network for community-led initiatives on climate change and sustainability European Environmental Bureau European Federation of Agencies and Regions for Energy and the Environment European Alliance to Save Energy ICLEI - Local Governments for Sustainability European Secretariat European Industrial Insulation Foundation Solar Heat Europe/ESTIF smartEn Smart Energy Europe Conférence des Régions Périphériques Maritimes d'Europe (CRPM)"],"date":["2020-10-27"],"summary":["Business and investor support for higher ambition and the just transition"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - video conference"],"address":["Brussels - video conference"],"addressEntity":["addr-d7df553e47e69d1cc9f4189b36b7c867f80459b0"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-7c876f4825f213b8adbedf089ccedfbc3b36d65b","eu-tr-525298134680-80","eu-tr-06798511314-27","eu-tr-10790718699-18","eu-tr-948333125186-06","eu-tr-579945334611-71","eu-tr-23643001178-02","eu-tr-72911566925-69","eu-tr-55888811123-49","eu-tr-050269010212-72","eu-tr-381796719468-68","eu-tr-5546423688-07","eu-tr-37816636575-51","eu-tr-658236415011-84","eu-tr-569379418624-07","eu-tr-064034733055-88"]}} -{"id":"ec-meeting-2020-10-27-d7cf00ce8c62f24ed134bb6d241324972e4e9f78","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-27 - Cabinet of Commissioner Thierry Breton x Schibsted ASA"],"date":["2020-10-27"],"summary":["DSA"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-4d83416435f81b1f1e8f5c86aeebb1478577f1d2","eu-tr-532331921544-33"]}} -{"id":"ec-meeting-2020-10-27-e934e24ada7461f5ba3ac56190b6fc6496b84ef7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-27 - Cabinet of Commissioner Virginijus Sinkevičius x CEMBUREAU - The European Cement Association"],"date":["2020-10-27"],"summary":["the carbon neutrality and the EU policies in relation to waste"],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["online"],"address":["online"],"addressEntity":["addr-2dbc2fd2358e1ea1b7a6bc08ea647b9a337ac92d"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["eu-tr-93987316076-63","ec-person-a58f1d06f5cb1d8dfd278e0c36d5aa1b9368b270"]}} -{"id":"ec-meeting-2020-10-27-e9ab7f1ef2ca288abc4ec0597d680da6d80bf8dc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-27 - Cabinet of Commissioner Thierry Breton x Robert Bosch GmbH"],"date":["2020-10-27"],"summary":["Data, AI, hydrogen, processors"],"notes":["Portfolio: Internal Market"],"location":["Videconference"],"address":["Videconference"],"addressEntity":["addr-e611dc74f08dc0cb4369d9147ee1bc357f769320"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-9cf97e549f67c3228d1478a3a67d652eb28c5b46","ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","ec-person-b077a2e9f0fdb3b8f6e91d0bd0b256db9e40ce46","eu-tr-8999533555-91"]}} -{"id":"ec-meeting-2020-10-28-095167d608d315513e554b70a2557f4f08461057","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-28 - Cabinet of Commissioner Stella Kyriakides x International Platform of Insects for Food & Feed Association"],"date":["2020-10-28"],"summary":["Exchange of views with International Platform of Insects for Food and Feed (IPIFF) on their priorities under the Farm to Fork."],"notes":["Portfolio: Health"],"location":["Brussels (Webex)"],"address":["Brussels (Webex)"],"addressEntity":["addr-10c84bf2c2e056d22926e09381dac4470b65c47b"],"organizer":["ec-cabinet-commissioner-kyriakides-of-stella"],"involved":["ec-person-ecf9f9e978b833afc98ee022572d468f0dc9a352","eu-tr-845856417247-32","ec-person-43784ba1f5299ace66cb2287545e1dcae4372d14","ec-person-991ce64cea5178762c932ac823ea5d309e7a8d93"]}} -{"id":"ec-meeting-2020-10-28-2a7c097cf5fdbc9cb94b0bb862feccb7faa2a53c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-28 - Cabinet of Executive Vice-President Frans Timmermans x Bolt"],"date":["2020-10-28"],"summary":["Smart Mobility"],"notes":["Portfolio: European Green Deal"],"location":["video call"],"address":["video call"],"addressEntity":["addr-12d8c530d76da0b7745f9c0f9285e7eec97adc55"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-995377734447-25","ec-person-d56ecbfde17436a136fc89c9a978b266e8285c84"]}} -{"id":"ec-meeting-2020-10-28-30dcabdcd4cb8b4e6a055807b215af4ce791a197","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-28 - Cabinet of Commissioner Adina Vălean x Association Occitanie Europe"],"date":["2020-10-28"],"summary":["Révision du règlement RTE-T et ses enjeux ferroviaires comme portuaires pour la Région Occitanie."],"notes":["Portfolio: Transport"],"location":["Conference call"],"address":["Conference call"],"addressEntity":["addr-28ba88479582b2f75898964548da4252dc7db7d2"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["ec-person-fc3be846753d8ee60758ebedb7309dcf08aea52e","eu-tr-85470672196-59"]}} -{"id":"ec-meeting-2020-10-28-356316531f985400c4cb771ad966068054ce452c","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2020-10-28 - Cabinet of Commissioner Paolo Gentiloni x Associazione Industriali delle Carni e dei Salumi"],"date":["2020-10-28"],"summary":["Online & Offline Platforms","online and offline platforms"],"notes":["Portfolio: Economy"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-cabinet-commissioner-gentiloni-of-paolo"],"involved":["eu-tr-67143036814-95","ec-person-404d55367ba0dadec989b6dc2eab96ef2abd96af"]}} -{"id":"ec-meeting-2020-10-28-36aab2c9ab00a8dd33ecdb32b541b76e719cf2f9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-28 - Cabinet of Commissioner Thierry Breton x Deutsche Telekom"],"date":["2020-10-28"],"summary":["Competitiveness of the telecom sector"],"notes":["Portfolio: Internal Market"],"location":["Videconference"],"address":["Videconference"],"addressEntity":["addr-e611dc74f08dc0cb4369d9147ee1bc357f769320"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","ec-person-4d83416435f81b1f1e8f5c86aeebb1478577f1d2","eu-tr-60052162589-72"]}} -{"id":"ec-meeting-2020-10-28-3d30e2012fd25a7a8a1befe888489d87ee9a6b6c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-28 - Cabinet of President Ursula von der Leyen x Together Against Counterfeiting Alliance G Plus Ltd (t/a Portland)"],"date":["2020-10-28"],"summary":["DSA"],"notes":["Portfolio: President"],"location":["Brussels (WEBEX)"],"address":["Brussels (WEBEX)"],"addressEntity":["addr-3afbdeda01f3dac93a9dc841fdac57d9de27b869"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-7019713e72781afb1f3b19032c4752a314b78180","eu-tr-7223777790-86","eu-tr-514705440006-49"]}} -{"id":"ec-meeting-2020-10-28-419c1c1dbd22bde77f72252b84cfa17a82e8d8d7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-28 - Cabinet of Commissioner Mariya Gabriel x Tetra Pak Group"],"date":["2020-10-28"],"summary":["The New Green Deal"],"notes":["Portfolio: Innovation and Youth"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["ec-person-6a2152ccdf48d8ec087f545734a0ec503917193b","eu-tr-7574443768-34"]}} -{"id":"ec-meeting-2020-10-28-4a4681cb3de9cc539fb92b62f3ff29e05d6dab56","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-28 - Cabinet of Commissioner Virginijus Sinkevičius x STARCH EUROPE"],"date":["2020-10-28"],"summary":["Starch Europe, \"How can the starch industry contribute to a more sustainable food system?\", virtual event bringing together high-level panelists to discuss opportunities and challenges of starch industry."],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["eu-tr-57787966531-03","ec-person-ef0f66e9880a22ea8d9657bd982daf9bd74838c1"]}} -{"id":"ec-meeting-2020-10-28-6067b65a99a254505cbdb64d15ce64b4cd2e46e4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-28 - Cabinet of Vice-President Věra Jourová x Stichting Free Press Unlimited"],"date":["2020-10-28"],"summary":["EDAP, Media freedom, Media pluralism"],"notes":["Portfolio: Values and Transparency"],"location":["videoconference"],"address":["videoconference"],"addressEntity":["addr-92b2fbb928e012810d80d9ef1abe12027beee200"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["ec-person-aa83f35da599b82e4f15da018f4b3447eb648f7c","eu-tr-244060929225-74"]}} -{"id":"ec-meeting-2020-10-28-606fd106f7f60e18c23f1095182a9336b25e1824","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-28 - Cabinet of Executive Vice-President Frans Timmermans x Coöperatieve Vereniging Bionext UA"],"date":["2020-10-28"],"summary":["Organic farming in the Netherlands"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - video conference"],"address":["Brussels - video conference"],"addressEntity":["addr-d7df553e47e69d1cc9f4189b36b7c867f80459b0"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-731872139243-91","ec-person-33624431cbec1074e151c1707715ef46d2ba9565"]}} -{"id":"ec-meeting-2020-10-28-6ff43544c8a10fe424519102af1558211b549e92","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-28 - Cabinet of Executive Vice-President Margrethe Vestager x European Association Automotive Suppliers"],"date":["2020-10-28"],"summary":["Artificial intelligence, data strategy, and cyber security"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-91408765797-03","ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0"]}} -{"id":"ec-meeting-2020-10-28-8af5f9b9b4b6c69edae343f6e4bf3fe4a85982b4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-28 - Communications Networks, Content and Technology x Planet Labs Germany"],"date":["2020-10-28"],"summary":["Destination Earth initiative (video-meeting)"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-293502227711-32","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2020-10-28-8f1c65d07cad89c3cc1efb20f98d79a6a7e491de","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-28 - Research and Innovation x European Association of Research and Technology Organisations"],"date":["2020-10-28"],"summary":["Innovation Awards ceremony"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-rtd"],"involved":["ec-person-1d348f33395de0ea6773a7b4ae8797e3e0392f73","eu-tr-977869932377-59"]}} -{"id":"ec-meeting-2020-10-28-b7a67eeac0147d73438ef6715137e1f608fcc8dd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-28 - Cabinet of Executive Vice-President Frans Timmermans x ENGIE"],"date":["2020-10-28"],"summary":["Decarbonisation, Taxonomy"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-e88af8eb396e96e3dbc9b4ec6e40a348d26c389c","eu-tr-90947457424-20"]}} -{"id":"ec-meeting-2020-10-28-d2af18d5ff7c6d7be4fce676738823ae2089ec1b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-28 - Education, Youth, Sport and Culture x European Trade Union Committee for Education"],"date":["2020-10-28"],"summary":["Discussion on the recent developments in education including the European Education Area and the Digital Education Action Plan."],"location":["online meeting"],"address":["online meeting"],"addressEntity":["addr-b385bbe7e761556665e3696aa1bcfc817c2db583"],"organizer":["ec-dg-eac"],"involved":["ec-person-68d4f99b9ed1b40d86ebbf81f8f35aeebd6c5fc5","eu-tr-72197913011-06"]}} -{"id":"ec-meeting-2020-10-28-da3377c20e4f11ee9e094c115c0659cba5081e9e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-28 - Cabinet of Commissioner Mariya Gabriel x Spotify"],"date":["2020-10-28"],"summary":["DSA and DMA"],"notes":["Portfolio: Innovation and Youth"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-365747616583-15","ec-person-05eacb798fc0f8126f85d49d86bd896a56be569c"]}} -{"id":"ec-meeting-2020-10-28-df4fce07aed40d95f30f58e3a0805c9a8193fed1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-28 - Cabinet of Executive Vice-President Frans Timmermans x Confederation of European Paper Industries European Paper Packaging Alliance"],"date":["2020-10-28"],"summary":["circular economy and single-use products"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-871659237699-78","eu-tr-72279144480-58","ec-person-8af3c81534786a740718d21dc58240738a53ed7b"]}} -{"id":"ec-meeting-2020-10-29-04d53eb139d96aa75836a74905c3ff11e15ec1a1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-29 - Cabinet of Commissioner Mariya Gabriel x Openclassrooms"],"date":["2020-10-29"],"summary":["Commission Digital Education Action Plan (DEAP), European Education Area (EEA)"],"notes":["Portfolio: Innovation and Youth"],"location":["Video-conferencing"],"address":["Video-conferencing"],"addressEntity":["addr-4611e6784da5e4097c2b6fa2bc5e51eb9a0577bd"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["ec-person-1674399a793e9e6fd7cf55b525515fc862fc9351","eu-tr-428144738947-12"]}} -{"id":"ec-meeting-2020-10-29-16e1040012214356ee08f0aaf007aa2e259c29b0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-29 - Cabinet of Executive Vice-President Margrethe Vestager x International Press Institute Committee to Protect Journalists Global Forum for Media Development"],"date":["2020-10-29"],"summary":["State Aid in Hungary"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-11d97788772862bb34f51dd26d7f92603eac1bf8","eu-tr-370649919011-72","eu-tr-370877536078-58","eu-tr-406057138984-97"]}} -{"id":"ec-meeting-2020-10-29-1ef7b6e2fb77268d8b62c1dfbd6e820e685753bc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-29 - Cabinet of Commissioner Thierry Breton x SAFRAN"],"date":["2020-10-29"],"summary":["Impact de la crise sur le secteur defense / espace"],"notes":["Portfolio: Internal Market"],"location":["video conference"],"address":["video conference"],"addressEntity":["addr-6dc12e3c97077db82f32184f24341ce370a445fd"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-e18e6e300776f5f47ca4c72c1ba1b0d0eb1e71fe","ec-person-b077a2e9f0fdb3b8f6e91d0bd0b256db9e40ce46","eu-tr-764184537594-67"]}} -{"id":"ec-meeting-2020-10-29-2009f41487ef3eecacfaeec8168f8287a4f353f3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-29 - Cabinet of Commissioner Mariya Gabriel x Initiative for Science in Europe"],"date":["2020-10-29"],"summary":["Horizon Europe"],"notes":["Portfolio: Innovation and Youth"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["ec-person-05eacb798fc0f8126f85d49d86bd896a56be569c","eu-tr-263249337259-15"]}} -{"id":"ec-meeting-2020-10-29-4c81841897d99ca3286645c37ae55e695b6fc0e2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-29 - Cabinet of Executive Vice-President Frans Timmermans x Airlines for Europe"],"date":["2020-10-29"],"summary":["Aviation in the European Green Deal"],"notes":["Portfolio: European Green Deal"],"location":["video call"],"address":["video call"],"addressEntity":["addr-12d8c530d76da0b7745f9c0f9285e7eec97adc55"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-807912421050-91","ec-person-d56ecbfde17436a136fc89c9a978b266e8285c84"]}} -{"id":"ec-meeting-2020-10-29-5006874ca5f68a3451fb488b288efa59c99f9f6c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-29 - Climate Action x Neste Oyj"],"date":["2020-10-29"],"summary":["Sustainable aviation fuels"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-clima"],"involved":["ec-person-9c5c685692a09a77f2bc8ae9c05663b87cd75aae","eu-tr-10257354120-19"]}} -{"id":"ec-meeting-2020-10-29-5c4faded50e73bc47fc3382d2cefcecd16071067","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-29 - Cabinet of Executive Vice-President Frans Timmermans x North Sea Port"],"date":["2020-10-29"],"summary":["Speech on the European Green Deal at online \"Havencongres North Sea Port \""],"notes":["Portfolio: European Green Deal"],"location":["video conference (Brussels)"],"address":["video conference (Brussels)"],"addressEntity":["addr-96d45bbb99f3da137b2243f11b529ed54662db90"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-874753138894-63","ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce"]}} -{"id":"ec-meeting-2020-10-29-7527f5fb0167e513fccefb5d5ce4d09020eb5ed8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-29 - Cabinet of Executive Vice-President Frans Timmermans x Warner Bros. Discovery"],"date":["2020-10-29"],"summary":["EU Green Deal"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - video conference"],"address":["Brussels - video conference"],"addressEntity":["addr-d7df553e47e69d1cc9f4189b36b7c867f80459b0"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-7c876f4825f213b8adbedf089ccedfbc3b36d65b","eu-tr-288009010205-61"]}} -{"id":"ec-meeting-2020-10-29-774350c22484d8d94116ca378ad3d22db8f728bf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-29 - Defence Industry and Space x Global Satellite Operators Association"],"date":["2020-10-29"],"summary":["Courtesy call to present ESOA."],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-dg-defis"],"involved":["eu-tr-530938126582-09","ec-person-a5e52cd544ea3aa44eb4b31fac65a468499f106e"]}} -{"id":"ec-meeting-2020-10-29-7a846f0701d18d531af0b4245fd15e8174cf1918","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-29 - Cabinet of Commissioner Nicolas Schmit x None"],"date":["2020-10-29"],"summary":["Pact for Skills Roundtable with the tourism sector"],"notes":["Portfolio: Jobs and Social Rights"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-66fa2c2d100ec194caa42b5c6f97c36e2748b71c","eu-tr-5749958415-41","ec-person-4cf4655ab41922e92160325d987a3c4615c72d30","eu-tr-7955861942-03","eu-tr-33130841043-14","eu-tr-193056815367-44","eu-tr-790587824911-92","eu-tr-654909925315-71","eu-tr-423111540053-94","eu-tr-146537115285-34","eu-tr-373321440065-63","ec-person-c03b949331dbbe5fa3d5423758e371ec1b9b832f","eu-tr-503739240051-19"]}} -{"id":"ec-meeting-2020-10-29-913f1184da3d26e2db19fe7bd8c7560f4958407b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-29 - Internal Market, Industry, Entrepreneurship and SMEs x ZVEI e.V. - Verband der Elektro- und Digitalindustrie"],"date":["2020-10-29"],"summary":["Industrial Ecosystems and EU Standardization."],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-grow"],"involved":["ec-person-0151c7e554d188fffc509ad636b7d1a84c5dfcd5","eu-tr-94770746469-09"]}} -{"id":"ec-meeting-2020-10-29-91e8d886e1f8d3dc68d697df0e8151f70397580e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-29 - Cabinet of Commissioner Mairead Mcguinness x BANCO BILBAO VIZCAYA ARGENTARIA"],"date":["2020-10-29"],"summary":["Introductory meeting"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-44c404268b70ce0b79c4e148b5a7c4ae2c53ee30","eu-tr-090350412968-04"]}} -{"id":"ec-meeting-2020-10-29-a7afdb18164beddf839004265127b35ecc1685d9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-29 - Cabinet of Commissioner Thierry Breton x None"],"date":["2020-10-29"],"summary":["Pact for Skills: Roundtable with tourism sector"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-5749958415-41","eu-tr-7955861942-03","ec-person-5215bd372c5a1202399d77ecceb8c16de8d7d55c","eu-tr-33130841043-14","eu-tr-193056815367-44","ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","eu-tr-790587824911-92","eu-tr-654909925315-71","eu-tr-423111540053-94","eu-tr-146537115285-34","ec-person-026c2270ec4cbabdb8ac223b2d1fa4202696dc8d","eu-tr-373321440065-63","eu-tr-503739240051-19"]}} -{"id":"ec-meeting-2020-10-29-c845a70574791406e464dc7f8426f86d0fd01378","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-29 - Cabinet of Executive Vice-President Frans Timmermans x Stichting Commonland"],"date":["2020-10-29"],"summary":["Sustainable landscapes"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - video conference"],"address":["Brussels - video conference"],"addressEntity":["addr-d7df553e47e69d1cc9f4189b36b7c867f80459b0"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-581342922580-86","ec-person-33624431cbec1074e151c1707715ef46d2ba9565"]}} -{"id":"ec-meeting-2020-10-29-f52a0608876f33653ebdb47d613a0cf5f66ca01b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-29 - Cabinet of Vice-President Věra Jourová x Mozilla Corporation"],"date":["2020-10-29"],"summary":["Mozilla Mornings - EDAP and advertising transparency"],"notes":["Portfolio: Values and Transparency"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["eu-tr-174457719063-67","ec-person-fb258e0188a5319bfaba3161382db43f5a85851f"]}} -{"id":"ec-meeting-2020-10-29-fe065d3197351a51b618ac8a3d94a46552acc9e4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-29 - Financial Stability, Financial Services and Capital Markets Union x Gavea Investimento"],"date":["2020-10-29"],"summary":["The macroeconomic situation in the EU"],"location":["Virtual meeting"],"address":["Virtual meeting"],"addressEntity":["addr-1f1f3f51a4da31a1ea5c1b4b21cbf52ad983224f"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-944179138377-03","ec-person-1fce211249673c35ee07a801ddee77ab24af8d54"]}} -{"id":"ec-meeting-2020-10-30-08189d82439f2f5b25d391361dc4750fe0186019","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-30 - Cabinet of Executive Vice-President Frans Timmermans x Third Generation Environmentalism Ltd"],"date":["2020-10-30"],"summary":["Sustainable finance"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-e88af8eb396e96e3dbc9b4ec6e40a348d26c389c","eu-tr-07783117686-61"]}} -{"id":"ec-meeting-2020-10-30-0dc311484427bf38f6c68654b08cebb52448d918","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-30 - Cabinet of Executive Vice-President Frans Timmermans x European Chemical Industry Council"],"date":["2020-10-30"],"summary":["Chemicals Strategy and chemical recycling"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-8af3c81534786a740718d21dc58240738a53ed7b","eu-tr-64879142323-90"]}} -{"id":"ec-meeting-2020-10-30-1d703fc4d75662e10b22909d189f6623ce073bde","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-30 - Cabinet of Executive Vice-President Frans Timmermans x European Public Real Estate Association"],"date":["2020-10-30"],"summary":["Climate transition and renovation wave"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - video conference"],"address":["Brussels - video conference"],"addressEntity":["addr-d7df553e47e69d1cc9f4189b36b7c867f80459b0"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-a282162080cef4ef2a8c0ab6247a3e03dc438507","eu-tr-09307393718-06"]}} -{"id":"ec-meeting-2020-10-30-453dc565104930380626855c87bba4d6e00db098","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-30 - Climate Action x Siemens Energy AG"],"date":["2020-10-30"],"summary":["Clean hydrogen"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-clima"],"involved":["ec-person-9c5c685692a09a77f2bc8ae9c05663b87cd75aae","eu-tr-974875639237-65"]}} -{"id":"ec-meeting-2020-10-30-57e369ea89724ea2115091c797961e6bc4cbba08","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-30 - Cabinet of President Ursula von der Leyen x Chamber of Commerce of the United States of America"],"date":["2020-10-30"],"summary":["EU-US trade"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["eu-tr-483024821178-51","ec-person-a15f450526451c70384a05ea9a3a7400ba2d3e7e"]}} -{"id":"ec-meeting-2020-10-30-5828724c456f37d77b2da558728dd4c339250be2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-30 - Cabinet of Executive Vice-President Margrethe Vestager x TikTok Technology Ltd"],"date":["2020-10-30"],"summary":["Digital Services Act"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0","eu-tr-165202837974-32"]}} -{"id":"ec-meeting-2020-10-30-827f8dbfeafcc51be65fc9e2507a47a566629f03","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-30 - Cabinet of Executive Vice-President Frans Timmermans x Huawei Technologies"],"date":["2020-10-30"],"summary":["virtual meeting on the European Green Deal"],"notes":["Portfolio: European Green Deal"],"location":["video conference (Brussels)"],"address":["video conference (Brussels)"],"addressEntity":["addr-96d45bbb99f3da137b2243f11b529ed54662db90"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce","ec-person-d56ecbfde17436a136fc89c9a978b266e8285c84","eu-tr-114467111412-38"]}} -{"id":"ec-meeting-2020-10-30-8907c2281c927146b031907e86c6707eb9a47196","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-30 - Cabinet of Vice-President Věra Jourová x Warner Bros. Discovery"],"date":["2020-10-30"],"summary":["Media policy in Member States"],"notes":["Portfolio: Values and Transparency"],"location":["videoconference"],"address":["videoconference"],"addressEntity":["addr-92b2fbb928e012810d80d9ef1abe12027beee200"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["ec-person-bf54da17217bbddfd9c68fe24d88005ac17e2c4b","eu-tr-288009010205-61"]}} -{"id":"ec-meeting-2020-10-30-8df4b4bb303b8862604d0f50f05248cb9f4638d1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-30 - Communications Networks, Content and Technology x Dompé farmaceutici spa"],"date":["2020-10-30"],"summary":["Covid-19 - videomeeting"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-558526138218-10","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2020-10-30-9efd9942f9102850b63c025b8b08382a734ad351","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-30 - Cabinet of Commissioner Thierry Breton x Euclid Network Public Private People Partnership Digital Innovation Hub Reuse and Recycling European Union Social Enterprises Social Economy Europe Reach for Change Politecnico di Milano MONDRAGON CORPORACION COOPERATIVA S. COOP GIRLEEK"],"date":["2020-10-30"],"summary":["Pact for Skills: Proximity and social economy roundtable"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-453681140007-40","ec-person-5215bd372c5a1202399d77ecceb8c16de8d7d55c","eu-tr-167243339962-64","eu-tr-05052317999-60","eu-tr-335898039331-20","eu-tr-479384532978-69","eu-tr-739159434916-75","eu-tr-4361690830-63","eu-tr-562275414876-82"]}} -{"id":"ec-meeting-2020-10-30-c353a2348bae0b94cc411be1a5924a4b4205a53e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-30 - Cabinet of Vice-President Maroš Šefčovič x KIC InnoEnergy SE"],"date":["2020-10-30"],"summary":["Introduction to EGHAC (Green H2 Acceleration Center)"],"notes":["Portfolio: Interinstitutional Relations and Foresight"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-442becb1e681f03d9df1dc59e73ecf1336c48402","eu-tr-462849021886-85"]}} -{"id":"ec-meeting-2020-10-30-cf55b596bef47494954bdd5319a8abcfd6d005e3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-30 - Cabinet of Commissioner Jutta Urpilainen x Ambitious.Africa"],"date":["2020-10-30"],"summary":["Introductionary meeting, cooperation with Africa"],"notes":["Portfolio: International Partnerships"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["eu-tr-797386539850-46","ec-person-1ec9383fd54d9d4cd8a154c01fa71549eb8c75ac"]}} -{"id":"ec-meeting-2020-10-30-e6d14316923da31b2a799e3f2caa238bb9602ba7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-30 - Cabinet of Commissioner Elisa Ferreira x WindEurope"],"date":["2020-10-30"],"summary":["Wind energy for post-COVID green recovery, jobs, EU technological leadership, benefiting communities."],"notes":["Portfolio: Cohesion and Reforms"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-elisa-ferreira-of"],"involved":["eu-tr-19920706471-21","ec-person-1c49c531eceae287dd4a56ac52e8326c65fc2855"]}} -{"id":"ec-meeting-2020-10-30-ec189ea1b3bfca5b6674b5484b2cc84dfccbb1e8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-10-30 - Cabinet of Commissioner Nicolas Schmit x Euclid Network Social Economy Europe GIRLEEK Public Private People Partnership Digital Innovation Hub Reach for Change Politecnico di Milano MONDRAGON CORPORACION COOPERATIVA S. COOP Reuse and Recycling European Union Social Enterprises"],"date":["2020-10-30"],"summary":["Pact for Skills Roundtable on proximity and social economy."],"notes":["Portfolio: Jobs and Social Rights"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-66fa2c2d100ec194caa42b5c6f97c36e2748b71c","ec-person-4cf4655ab41922e92160325d987a3c4615c72d30","eu-tr-453681140007-40","eu-tr-05052317999-60","eu-tr-167243339962-64","eu-tr-335898039331-20","eu-tr-479384532978-69","eu-tr-739159434916-75","eu-tr-4361690830-63","eu-tr-562275414876-82","ec-person-c03b949331dbbe5fa3d5423758e371ec1b9b832f"]}} -{"id":"ec-meeting-2020-11-02-a9d9165053283af07f849a81d036937cecccc737","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-02 - Cabinet of Commissioner Thierry Breton x Ericsson"],"date":["2020-11-02"],"summary":["Digital infrastructure"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-e18e6e300776f5f47ca4c72c1ba1b0d0eb1e71fe","ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","ec-person-b077a2e9f0fdb3b8f6e91d0bd0b256db9e40ce46","eu-tr-02021363105-42"]}} -{"id":"ec-meeting-2020-11-03-23501b28850f2884a4fabfae60868ecff531d858","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-03 - Defence Industry and Space x Planet Labs Germany"],"date":["2020-11-03"],"summary":["Videoconference to discuss on EU Space Policy."],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-dg-defis"],"involved":["ec-person-a5e52cd544ea3aa44eb4b31fac65a468499f106e","eu-tr-293502227711-32"]}} -{"id":"ec-meeting-2020-11-03-304340617c657e849e8a2078f74ea1e7ee336627","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-03 - Cabinet of Executive Vice-President Frans Timmermans x Robert Bosch GmbH"],"date":["2020-11-03"],"summary":["European Green Deal"],"notes":["Portfolio: European Green Deal"],"location":["video conference (Brussels)"],"address":["video conference (Brussels)"],"addressEntity":["addr-96d45bbb99f3da137b2243f11b529ed54662db90"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce","ec-person-d56ecbfde17436a136fc89c9a978b266e8285c84","eu-tr-8999533555-91"]}} -{"id":"ec-meeting-2020-11-03-37990419937a2e79c7ff4ec6b0fe2071f1a788da","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-03 - Cabinet of Executive Vice-President Margrethe Vestager x DeepMind Technologies Limited"],"date":["2020-11-03"],"summary":["Artificial Intelligence White Paper"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-086621031693-51","ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0"]}} -{"id":"ec-meeting-2020-11-03-4136c3fa881e988dd153532db3df6c72cbbf84a7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-03 - Cabinet of Commissioner Didier Reynders x IP2Innovate"],"date":["2020-11-03"],"summary":["Enforcement of intellectual property rights"],"notes":["Portfolio: Justice"],"location":["Video conference"],"address":["Video conference"],"addressEntity":["addr-ebc9fd5c2f372a32153cf3f4d5fb918a96b84a88"],"organizer":["ec-cabinet-commissioner-didier-of-reynders"],"involved":["eu-tr-207857725603-49","ec-person-442bf1ae9900b999673cdd7389224d0e21b67d4d"]}} -{"id":"ec-meeting-2020-11-03-42b0fa52bcd3d214cb271c3d18640d68ee3871be","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-03 - Cabinet of Vice-President Věra Jourová x Avaaz Foundation"],"date":["2020-11-03"],"summary":["Disinformation"],"notes":["Portfolio: Values and Transparency"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["eu-tr-475565317526-24","ec-person-fb258e0188a5319bfaba3161382db43f5a85851f"]}} -{"id":"ec-meeting-2020-11-03-518dc49bc89c520896439b0cf0b7635451e8ede3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-03 - Cabinet of Executive Vice-President Frans Timmermans x Tetra Pak Group"],"date":["2020-11-03"],"summary":["Circular economy, packaging and single-use plastics"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-8af3c81534786a740718d21dc58240738a53ed7b","eu-tr-7574443768-34"]}} -{"id":"ec-meeting-2020-11-03-5413cceeb0957d3117ab24ca56fa5ebfd664b208","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2020-11-03 - Cabinet of Executive Vice-President Margrethe Vestager x DFDS A/S"],"date":["2020-11-03"],"summary":["Alternative Fuels Transport Systems in the European Union and digital transformation"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels (online)","Brussels"],"address":["Brussels (online)","Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6","addr-ef87d086df7b220ed76c9f59ee6efadfac8480c7"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-867595924172-33","ec-person-3da433aae105b13fe027e9c9b3dcac2c97029370","ec-person-11ba005cc4046696303381b7ca219da9b11a42bf"]}} -{"id":"ec-meeting-2020-11-03-8750c554b2fcc22a889ceecbaf753d96034913fe","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-03 - Research and Innovation x European Steel Technology Platform The European Steel Association"],"date":["2020-11-03"],"summary":["Clean Steel Partnership"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-rtd"],"involved":["eu-tr-71063945715-33","eu-tr-93038071152-83","ec-person-1d348f33395de0ea6773a7b4ae8797e3e0392f73"]}} -{"id":"ec-meeting-2020-11-03-881654c7dacc6e01829ea3ffde5f4325a6ada1de","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-03 - Cabinet of Commissioner Stella Kyriakides x European Organisation for Research and Treatment of Cancer"],"date":["2020-11-03"],"summary":["Exchange of views on Europe’s Beating Cancer Plan"],"notes":["Portfolio: Health"],"location":["Brussels - virtual call"],"address":["Brussels - virtual call"],"addressEntity":["addr-bf05023ea82905872d6bb7abbf17c61cc1719529"],"organizer":["ec-cabinet-commissioner-kyriakides-of-stella"],"involved":["ec-person-89da633742fbb5cc6968446425905784a5dcc5bc","eu-tr-70539554035-46"]}} -{"id":"ec-meeting-2020-11-03-91f4364359d358c97a624ff2cc12c4df28ef6202","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-03 - Cabinet of Executive Vice-President Frans Timmermans x Tesla Motors Netherlands B.V."],"date":["2020-11-03"],"summary":["Sustainable batteries"],"notes":["Portfolio: European Green Deal"],"location":["video call"],"address":["video call"],"addressEntity":["addr-12d8c530d76da0b7745f9c0f9285e7eec97adc55"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-9eafbf4a92961023c7df3ab389ae6d4301dec4bf","eu-tr-547225616323-13","ec-person-d56ecbfde17436a136fc89c9a978b266e8285c84"]}} -{"id":"ec-meeting-2020-11-03-a5f14b6bf1dc01c52ab69c7f2c609170b3a27b26","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-03 - Internal Market, Industry, Entrepreneurship and SMEs x The European Steel Association"],"date":["2020-11-03"],"summary":["Horizon Europe"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-grow"],"involved":["ec-person-0151c7e554d188fffc509ad636b7d1a84c5dfcd5","eu-tr-93038071152-83"]}} -{"id":"ec-meeting-2020-11-03-a88acdbee0915e6da2e13430156be65c8cff43b0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-03 - Cabinet of Commissioner Janusz Wojciechowski x Polskie Zrzeszenie Producentów Bydła Mięsnego Związek Polskie Mięso Stowarzyszenie Rzeźników i Wędliniarzy RP POLSKI ZWIĄZEK HODOWCÓW I PRODUCENTÓW BYDŁA MIĘSNEGO Unia Producentów i Pracodawców Przemysłu Mięsnego"],"date":["2020-11-03"],"summary":["Common Agriculture Policy and Beef Sector."],"notes":["Portfolio: Agriculture"],"location":["video phone call"],"address":["video phone call"],"addressEntity":["addr-20169d8760eb932415b38f11daea45615ba4bb37"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["eu-tr-979244940127-55","eu-tr-244538540124-60","eu-tr-782019640129-61","ec-person-354147678cd662e9949df96a1b58663c347a35f9","eu-tr-398832229180-73","eu-tr-069987340130-26","ec-person-08c62f972c22464aca7a65520eb9406f8db14a66"]}} -{"id":"ec-meeting-2020-11-03-d82dc625ff19c20b2607951d5f1ce56a78abf07a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-03 - Cabinet of Commissioner Virginijus Sinkevičius x European Chemical Industry Council"],"date":["2020-11-03"],"summary":["To discuss Chemicals Strategy, with the focus on innovation, safe and sustainable-by-design, regulation of chemicals based on hazardous properties, enforcement and stakeholder’s participation."],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["ec-person-dd7a7b1952e158f4195d34cff333ec79a4f48ba3","ec-person-172a438ed334761e2ab5d52e551fd1bcb6ab6b8d","eu-tr-64879142323-90"]}} -{"id":"ec-meeting-2020-11-03-ef58b448cf7a990eb6f120ab8c14ce3054d1c61e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-03 - Cabinet of Commissioner Thierry Breton x European Digital Rights"],"date":["2020-11-03"],"summary":["Digital Services Act"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-16311905144-06","ec-person-4d83416435f81b1f1e8f5c86aeebb1478577f1d2"]}} -{"id":"ec-meeting-2020-11-03-f5dd2bccdfce73aa6b1005f66f82ccc31042be5b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-03 - Cabinet of Commissioner Adina Vălean x Transport and Environment (European Federation for Transport and Environment)"],"date":["2020-11-03"],"summary":["Smart Sustainable Mobility Strategy (SSMS)"],"notes":["Portfolio: Transport"],"location":["Conference call"],"address":["Conference call"],"addressEntity":["addr-28ba88479582b2f75898964548da4252dc7db7d2"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["ec-person-fc3be846753d8ee60758ebedb7309dcf08aea52e","ec-person-6e21d867543ef3b910e746c319cb048abd054702","eu-tr-58744833263-19"]}} -{"id":"ec-meeting-2020-11-04-0b466b8538ac9e313b49c158ade311d176ea88da","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-04 - Cabinet of Commissioner Elisa Ferreira x Ocean Energy Europe"],"date":["2020-11-04"],"summary":["Potential of ocean energy for decarbonisation and economic recovery in regions."],"notes":["Portfolio: Cohesion and Reforms"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-elisa-ferreira-of"],"involved":["ec-person-1c49c531eceae287dd4a56ac52e8326c65fc2855","eu-tr-264048311507-68"]}} -{"id":"ec-meeting-2020-11-04-0f14f8a83db90817b054b9cc2e8d188009fc4b77","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-04 - Cabinet of Commissioner Adina Vălean x EUROTRAN Conseil"],"date":["2020-11-04"],"summary":["Meeting to present new developments of the hyperloop."],"notes":["Portfolio: Transport"],"location":["Online meeting"],"address":["Online meeting"],"addressEntity":["addr-9d833a1da3074efd384ee6bc2b108c1f5bb379e0"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["eu-tr-88317675703-01","ec-person-6e21d867543ef3b910e746c319cb048abd054702"]}} -{"id":"ec-meeting-2020-11-04-210c7b01c724f382125ed7f927e69fe66c298bd2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-04 - Energy x Gates Ventures, LLC"],"date":["2020-11-04"],"summary":["Presentation (videoconference) of program \"Catalyst\"."],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-ener"],"involved":["ec-person-9c0f33ecb9f6badd5f4b5f1a4bd7677e18a52a22","eu-tr-458140332839-09"]}} -{"id":"ec-meeting-2020-11-04-21bfb33a912ad1fa3ec5daa756db8a0cdeb65248","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-04 - Cabinet of Commissioner Thierry Breton x Danone"],"date":["2020-11-04"],"summary":["Green Deal and impact"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-026c2270ec4cbabdb8ac223b2d1fa4202696dc8d","ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","eu-tr-65744846168-89"]}} -{"id":"ec-meeting-2020-11-04-3c9ecb22bdd582e7a1bd2b154cdcd9ecbe355680","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-04 - Financial Stability, Financial Services and Capital Markets Union x Intesa Sanpaolo"],"date":["2020-11-04"],"summary":["Latest macroeconomic developments and NPLs"],"location":["Virtual meeting"],"address":["Virtual meeting"],"addressEntity":["addr-1f1f3f51a4da31a1ea5c1b4b21cbf52ad983224f"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-24037141789-48","ec-person-1fce211249673c35ee07a801ddee77ab24af8d54"]}} -{"id":"ec-meeting-2020-11-04-3e7e2fa43dfc123e602c00e1f709608e0e7c3cc2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-04 - Cabinet of Executive Vice-President Frans Timmermans x Stichting IMAGINE Foundation"],"date":["2020-11-04"],"summary":["Sustainable food systems"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - video conference"],"address":["Brussels - video conference"],"addressEntity":["addr-d7df553e47e69d1cc9f4189b36b7c867f80459b0"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-009532038479-10","ec-person-33624431cbec1074e151c1707715ef46d2ba9565"]}} -{"id":"ec-meeting-2020-11-04-48ab88c6707da699520880a4074dd2c20331156d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-04 - Financial Stability, Financial Services and Capital Markets Union x European Investors-VEB"],"date":["2020-11-04"],"summary":["CMU, Covid-19 and the capital markets recovery package"],"location":["Virtual meeting"],"address":["Virtual meeting"],"addressEntity":["addr-1f1f3f51a4da31a1ea5c1b4b21cbf52ad983224f"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-92447095540-39","ec-person-1fce211249673c35ee07a801ddee77ab24af8d54"]}} -{"id":"ec-meeting-2020-11-04-661648bbdd5266591c735aef517cdd7525dfd0c7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-04 - Cabinet of Executive Vice-President Frans Timmermans x Volt Europa"],"date":["2020-11-04"],"summary":["European Green Deal"],"notes":["Portfolio: European Green Deal"],"location":["video conference (Brussels)"],"address":["video conference (Brussels)"],"addressEntity":["addr-96d45bbb99f3da137b2243f11b529ed54662db90"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-68673b08d89a6e808027adc388726386f46aa7f5","ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce","eu-tr-773683638684-37"]}} -{"id":"ec-meeting-2020-11-04-86a9277b92b27a4b8a21bf826f4bf990cc0a8d44","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-04 - Cabinet of Commissioner Jutta Urpilainen x Crisis Action"],"date":["2020-11-04"],"summary":["Conflict prevention"],"notes":["Portfolio: International Partnerships"],"location":["Teleconference"],"address":["Teleconference"],"addressEntity":["addr-a1b2e4eeecb1f46f3239fd2a390e2ec3f16bc2cb"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["eu-tr-883467515174-60","ec-person-6357f4506ca5351b3a822936612fd6006da48722"]}} -{"id":"ec-meeting-2020-11-04-9889b34d2e3ae409531e8c9cf570410690cead9a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-04 - Budget x Bank of America Corporation"],"date":["2020-11-04"],"summary":["EU SURE instrument"],"location":["webex call"],"address":["webex call"],"addressEntity":["addr-f46c6c045de646595f4abea6e6c752b620b1b2e8"],"organizer":["ec-dg-budg"],"involved":["ec-person-39635b893026833f739fe623fe7e9d5a97525e7a","eu-tr-53891615036-88"]}} -{"id":"ec-meeting-2020-11-04-9c5090dd9111611169a94cea282e95e6b8a7e161","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-04 - Cabinet of Executive Vice-President Valdis Dombrovskis x Airbus"],"date":["2020-11-04"],"summary":["Trade policy"],"notes":["Portfolio: An Economy that Works for People"],"location":["Video conferencing"],"address":["Video conferencing"],"addressEntity":["addr-4a260fcbdf035aeae48bfb811f1225b05f636185"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["eu-tr-2732167674-76","ec-person-f011ed0f7c78d833a79f1206f788e0cbd9cb8864"]}} -{"id":"ec-meeting-2020-11-04-a4f71d42db3d4f9b467b2e537a82a204fe0bdb4a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-04 - Cabinet of Commissioner Paolo Gentiloni x OXFAM INTERNATIONAL EU ADVOCACY OFFICE"],"date":["2020-11-04"],"summary":["State of play on the debt service suspension initiative and the post-DSSI work"],"notes":["Portfolio: Economy"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-gentiloni-of-paolo"],"involved":["eu-tr-46856801604-90","ec-person-6168eb3d5d9bc71f9dc22fb6f75f77fa485ec252"]}} -{"id":"ec-meeting-2020-11-04-acab32b0f3e0330be9d314518a3759c2e8c3c34e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-04 - Cabinet of Executive Vice-President Frans Timmermans x Animal Task Force"],"date":["2020-11-04"],"summary":["Speech on circularity"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - webinar"],"address":["Brussels - webinar"],"addressEntity":["addr-a937316fa2e41143a360b345561093450d0733fd"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-33624431cbec1074e151c1707715ef46d2ba9565","eu-tr-398736910798-22"]}} -{"id":"ec-meeting-2020-11-04-ad5cc68723b8425c2aee36d837a9c9e20cffad40","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-04 - Cabinet of President Ursula von der Leyen x None"],"date":["2020-11-04"],"summary":["Digital issues"],"notes":["Portfolio: President"],"location":["Brussels (WEBEX)"],"address":["Brussels (WEBEX)"],"addressEntity":["addr-3afbdeda01f3dac93a9dc841fdac57d9de27b869"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-7019713e72781afb1f3b19032c4752a314b78180","eu-tr-22561156762-32","eu-tr-787513017798-23"]}} -{"id":"ec-meeting-2020-11-04-b39af1fc42ec910c9316ce0a62a4bff67f373afd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-04 - Cabinet of Commissioner Johannes Hahn x Transparency International Liaison Office to the European Union"],"date":["2020-11-04"],"summary":["MFF/rule of law conditionality"],"notes":["Portfolio: Budget and Administration"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hahn-johannes-of"],"involved":["ec-person-52ebdba1b5ae6d7ba661630f40cdaaa33c25ee7d","eu-tr-501222919-71"]}} -{"id":"ec-meeting-2020-11-04-b898f27a0a8a62089006965017ee2ccb8df5c00f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-04 - Cabinet of Commissioner Stella Kyriakides x Stichting IMAGINE Foundation"],"date":["2020-11-04"],"summary":["VC meeting - Sustainable Food Systems"],"notes":["Portfolio: Health"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-kyriakides-of-stella"],"involved":["ec-person-ba73927c33000184cab3f41a76e1b32fe7d7eda8","eu-tr-009532038479-10"]}} -{"id":"ec-meeting-2020-11-04-cf48cf3cc2a4e7f406b005ad2c4c26d7aff585bd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-04 - Cabinet of Executive Vice-President Frans Timmermans x Centre on European Relations (Scotland)"],"date":["2020-11-04"],"summary":["Interview on EU's climate strategy"],"notes":["Portfolio: European Green Deal"],"location":["video conference (Brussels)"],"address":["video conference (Brussels)"],"addressEntity":["addr-96d45bbb99f3da137b2243f11b529ed54662db90"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-630607527258-37","ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce"]}} -{"id":"ec-meeting-2020-11-04-d9657b432d57b99fdb8c1d433a7f102224635393","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-04 - Cabinet of Executive Vice-President Frans Timmermans x Environmental Defense Fund Europe"],"date":["2020-11-04"],"summary":["European Green Deal"],"notes":["Portfolio: European Green Deal"],"location":["video conference (Brussels)"],"address":["video conference (Brussels)"],"addressEntity":["addr-96d45bbb99f3da137b2243f11b529ed54662db90"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-055599331897-93","ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce","ec-person-f1a3478550296f3f9accdc67d6ef5a0b681dda4b","ec-person-8af3c81534786a740718d21dc58240738a53ed7b"]}} -{"id":"ec-meeting-2020-11-04-df6cb6b3fe5bdaf40c37862af32ef70a1195c547","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-04 - Cabinet of Commissioner Johannes Hahn x Human Rights Watch"],"date":["2020-11-04"],"summary":["MFF/rule of law conditionality."],"notes":["Portfolio: Budget and Administration"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hahn-johannes-of"],"involved":["ec-person-52ebdba1b5ae6d7ba661630f40cdaaa33c25ee7d","eu-tr-56362448807-46"]}} -{"id":"ec-meeting-2020-11-04-e4dbc70bc10b1f40c419217c2c9601877c5c834f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-04 - Internal Market, Industry, Entrepreneurship and SMEs x EUROCHAMBRES – Association of European Chambers of Commerce and Industry"],"date":["2020-11-04"],"summary":["EU's industry strategy and Single Market Enforcement Action Plan."],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-grow"],"involved":["ec-person-0151c7e554d188fffc509ad636b7d1a84c5dfcd5","eu-tr-0014082722-83"]}} -{"id":"ec-meeting-2020-11-04-f87488dac2fad32468fc253ff63215eefcb713b3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-04 - Cabinet of Vice-President Maroš Šefčovič x Eurocities"],"date":["2020-11-04"],"summary":["Maroš Šefčovič participates online at the Eurocities' annual conference in order to launch a foresight partnership with cities."],"notes":["Portfolio: Interinstitutional Relations and Foresight"],"location":["online conference"],"address":["online conference"],"addressEntity":["addr-f84dbcb486c93eb5b487ff397f8a06d7de177d88"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-1f95be23689cd4ed0a26fe2980f760ccf2d55c1e","eu-tr-12493392840-79"]}} -{"id":"ec-meeting-2020-11-04-ffef9ba5f304d1f57dc8584bb1db4ca680f254d3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-04 - Cabinet of Commissioner Mairead Mcguinness x European Geothermal Energy Council"],"date":["2020-11-04"],"summary":["Sustainable Finance Taxonomy"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Brussels (virtual meeting)"],"address":["Brussels (virtual meeting)"],"addressEntity":["addr-63ba6aad8785d18a1c825fd224b0bedf54647279"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-a5441c6a69a8a94fd64e02def60fcc6567f2c1d8","eu-tr-11458103335-07"]}} -{"id":"ec-meeting-2020-11-05-1d1cecba62551d889f5a73065abecced59138e1f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-05 - Cabinet of Executive Vice-President Frans Timmermans x Aedes vereniging van woningcorporaties"],"date":["2020-11-05"],"summary":["European Green Deal"],"notes":["Portfolio: European Green Deal"],"location":["Video conference (Brussels)"],"address":["Video conference (Brussels)"],"addressEntity":["addr-01b8ca4779de58fdb138b60b0d9496a9cb09e6cf"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-65780747925-05","ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce"]}} -{"id":"ec-meeting-2020-11-05-29579164a62b8cd32adb58132719a35dc4c544f0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-05 - Cabinet of Commissioner Virginijus Sinkevičius x Funding Fish OCEANA Seas At Risk"],"date":["2020-11-05"],"summary":["Action Plan fisheries and fishing opportunities, offshore renewable energy strategy"],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Video Call"],"address":["Video Call"],"addressEntity":["addr-840e556d24b444b67ed996220ad53350148c7e65"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["eu-tr-051498327063-03","eu-tr-625261439488-38","eu-tr-47937943241-80","ec-person-c92a6b4ef8328855b0234011be623ed9f15c86f3"]}} -{"id":"ec-meeting-2020-11-05-33d82bc5baf021b176bf86b2b8b60e0a9f7902e2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-05 - Cabinet of Executive Vice-President Valdis Dombrovskis x WindEurope"],"date":["2020-11-05"],"summary":["Offshore renewable energy strategy"],"notes":["Portfolio: An Economy that Works for People"],"location":["video conference"],"address":["video conference"],"addressEntity":["addr-6dc12e3c97077db82f32184f24341ce370a445fd"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-235870cd7eb41f2494f695fce18b5b5b88647113","eu-tr-19920706471-21"]}} -{"id":"ec-meeting-2020-11-05-3aa25251116ce64ba8012c7bc74db081aac6dfad","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-05 - Cabinet of Commissioner Janez Lenarčič x System Engineering Solutions 37 AB Kreab"],"date":["2020-11-05"],"summary":["Role of private sector in civil protection"],"notes":["Portfolio: Crisis Management"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-janez-lenarcic-of"],"involved":["ec-person-bfe71e122eb0bdd3b741ef0631bf0d70df0479ee","eu-tr-1078390517-54","eu-tr-144301733679-75","ec-person-a4dfc52eb1bb167ae4f4d6e6651b867eaacee0cd"]}} -{"id":"ec-meeting-2020-11-05-51539d23854981dbae31165587342181c86ba9f9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-05 - Cabinet of Vice-President Věra Jourová x Defend Democracy"],"date":["2020-11-05"],"summary":["EDAP"],"notes":["Portfolio: Values and Transparency"],"location":["videoconference"],"address":["videoconference"],"addressEntity":["addr-92b2fbb928e012810d80d9ef1abe12027beee200"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["ec-person-74c07660dcbc6dc9993b34462cf2a1fec35925ea","eu-tr-656334937846-80","ec-person-fb258e0188a5319bfaba3161382db43f5a85851f"]}} -{"id":"ec-meeting-2020-11-05-551d5028ea2c84fc6ea4a35e65f5cff53ec911cb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-05 - Mobility and Transport x CONSEIL DE COOPERATION ECONOMIQUE"],"date":["2020-11-05"],"summary":["Alternative Fuels, Smart Mobility, Recovery"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-dg-move"],"involved":["ec-person-26cdfacae671b09917bee1a91c91973941fa58a2","eu-tr-146893419149-74"]}} -{"id":"ec-meeting-2020-11-05-59a54639f1eb7f199bec2bb9b45fbd0f52f08709","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-05 - Cabinet of Commissioner Virginijus Sinkevičius x European Industrial Hemp Association"],"date":["2020-11-05"],"summary":["Initiatives for enhancing the product sustainability, upcoming Textile Strategy, The status of hemp under the EU legislation."],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["eu-tr-675176511033-32","ec-person-ef0f66e9880a22ea8d9657bd982daf9bd74838c1"]}} -{"id":"ec-meeting-2020-11-05-6067b65a99a254505cbdb64d15ce64b4cd2e46e4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-05 - Cabinet of Vice-President Věra Jourová x Stichting Free Press Unlimited"],"date":["2020-11-05"],"summary":["Keynote speech at Free Press Live 2020"],"notes":["Portfolio: Values and Transparency"],"location":["videoconference"],"address":["videoconference"],"addressEntity":["addr-92b2fbb928e012810d80d9ef1abe12027beee200"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["ec-person-bf54da17217bbddfd9c68fe24d88005ac17e2c4b","eu-tr-244060929225-74"]}} -{"id":"ec-meeting-2020-11-05-877e7c2d11883e4fd5826efc65b641c16a42505a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-05 - Cabinet of Executive Vice-President Frans Timmermans x BASF SE European Chemical Industry Council"],"date":["2020-11-05"],"summary":["Decarbonisation; chemical strategy for sustainability"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - video conference"],"address":["Brussels - video conference"],"addressEntity":["addr-d7df553e47e69d1cc9f4189b36b7c867f80459b0"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-7c876f4825f213b8adbedf089ccedfbc3b36d65b","eu-tr-7410939793-88","eu-tr-64879142323-90"]}} -{"id":"ec-meeting-2020-11-05-8de97a17e22981b4bebdc0198ca02a055b9b7971","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-05 - Mobility and Transport x Virgin Hyperloop"],"date":["2020-11-05"],"summary":["Hyperloop technology and development"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-dg-move"],"involved":["eu-tr-336127339676-64","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2020-11-05-906727e652396b754535f6ed3690ab8035d1ab68","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-05 - Cabinet of Executive Vice-President Valdis Dombrovskis x European Entrepreneurs CEA-PME"],"date":["2020-11-05"],"summary":["-\tCOVID-19 crisis support measures for SMEs\r\n-\tRecovery package and SMEs\r\n-\tSME strategy \r\n-\tBrexit\r\n-\tTrade, facilitating SME access to export markets and trade defence"],"notes":["Portfolio: An Economy that Works for People"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["eu-tr-077142018281-86","ec-person-9e7bd1005456277f156b671d1555c6a460fb2f58"]}} -{"id":"ec-meeting-2020-11-05-a9d9165053283af07f849a81d036937cecccc737","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-05 - Cabinet of Commissioner Thierry Breton x Ericsson"],"date":["2020-11-05"],"summary":["Digital infrastructure"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-b077a2e9f0fdb3b8f6e91d0bd0b256db9e40ce46","eu-tr-02021363105-42"]}} -{"id":"ec-meeting-2020-11-05-b15c4cd7403640161eb6eca6d3e4d91776b2dce6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-05 - Cabinet of Commissioner Thierry Breton x Bureau Européen des Unions de Consommateurs"],"date":["2020-11-05"],"summary":["AI and Product liability"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-9cf97e549f67c3228d1478a3a67d652eb28c5b46","eu-tr-9505781573-45"]}} -{"id":"ec-meeting-2020-11-05-b965cbf73c2e60ccdaf087cfa61c9df78f847558","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-05 - Cabinet of Commissioner Thierry Breton x EU-Japan Centre for Industrial Cooperation"],"date":["2020-11-05"],"summary":["Reflecting on the EPA, EU-Japan Business Collaboration in Third Markets, Digital & Green Issues."],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","eu-tr-374110414692-85"]}} -{"id":"ec-meeting-2020-11-05-bc47756e1bd24dbca3958f5968784310f21b0d55","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-05 - Cabinet of Commissioner Paolo Gentiloni x Allianz SE"],"date":["2020-11-05"],"summary":["State of play DE and IT CEO cooperation"],"notes":["Portfolio: Economy"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-gentiloni-of-paolo"],"involved":["ec-person-6168eb3d5d9bc71f9dc22fb6f75f77fa485ec252","eu-tr-05503341949-54"]}} -{"id":"ec-meeting-2020-11-05-bd91a1ce8d6d35463245d64f40b993f481317c8f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-05 - Cabinet of Commissioner Mairead Mcguinness x Euronext"],"date":["2020-11-05"],"summary":["Capital Markets Union , Recovery Package, MIFID II."],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["videoconference"],"address":["videoconference"],"addressEntity":["addr-92b2fbb928e012810d80d9ef1abe12027beee200"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["eu-tr-17804464809-28","ec-person-0ba9b89127b39af6a66f2fc3ed727332f1b19a34"]}} -{"id":"ec-meeting-2020-11-05-c0519fd763c232794acdc315048981f34efba2e1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-05 - Cabinet of Executive Vice-President Valdis Dombrovskis x EUROPEAN TRADE UNION CONFEDERATION"],"date":["2020-11-05"],"summary":["Recovery and Resilience Facility, Emergency measures, Enforcement of labour rights in FTAs"],"notes":["Portfolio: An Economy that Works for People"],"location":["videoconferencing"],"address":["videoconferencing"],"addressEntity":["addr-639327d89fe54fa62fbc7f80ffed3c598ed5a17f"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["eu-tr-06698681039-26","ec-person-9e7bd1005456277f156b671d1555c6a460fb2f58"]}} -{"id":"ec-meeting-2020-11-05-c5a7c38147fd53a78c18294574af88f00f64496f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-05 - Cabinet of Commissioner Adina Vălean x DASSAULT AVIATION"],"date":["2020-11-05"],"summary":["Introductory call to talk aout aviation policy."],"notes":["Portfolio: Transport"],"location":["Conference call"],"address":["Conference call"],"addressEntity":["addr-28ba88479582b2f75898964548da4252dc7db7d2"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["ec-person-5f7f9d4d861c5b97fbd25bccf6323535d2a7ceb8","eu-tr-264527121382-71"]}} -{"id":"ec-meeting-2020-11-05-d0a53b73f9400c4ff7894f0a09528c1b334af383","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-05 - Cabinet of Executive Vice-President Frans Timmermans x Trinomics B.V."],"date":["2020-11-05"],"summary":["European Green Deal"],"notes":["Portfolio: European Green Deal"],"location":["video conference (Brussels)"],"address":["video conference (Brussels)"],"addressEntity":["addr-96d45bbb99f3da137b2243f11b529ed54662db90"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-404247028091-75","ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce"]}} -{"id":"ec-meeting-2020-11-05-da16bfc4471b20d699e9859e3b2e5ffe69b54439","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-05 - Competition x Fédération bancaire française"],"date":["2020-11-05"],"summary":["General discussion on EPI"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-comp"],"involved":["ec-person-f257bc19c568ad25083c1c1e1651426245cefedf","eu-tr-09245221105-30"]}} -{"id":"ec-meeting-2020-11-05-e406ca9c5d07c828b15e66335af3930953302f50","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-05 - Cabinet of Commissioner Didier Reynders x Deutsche Bank AG"],"date":["2020-11-05"],"summary":["Artificial intelligence and its use in the financial sector"],"notes":["Portfolio: Justice"],"location":["Video conference"],"address":["Video conference"],"addressEntity":["addr-ebc9fd5c2f372a32153cf3f4d5fb918a96b84a88"],"organizer":["ec-cabinet-commissioner-didier-of-reynders"],"involved":["eu-tr-271912611231-56","ec-person-442bf1ae9900b999673cdd7389224d0e21b67d4d"]}} -{"id":"ec-meeting-2020-11-06-00aabea73a8fa3011c2bccbac42f521b01d2de75","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-06 - Cabinet of Executive Vice-President Frans Timmermans x out of the blue"],"date":["2020-11-06"],"summary":["Blue economy and oceans as carbon removals"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-146341639035-44","ec-person-8af3c81534786a740718d21dc58240738a53ed7b"]}} -{"id":"ec-meeting-2020-11-06-0426422c94a796669276adbb77377e2efd4ff03d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-06 - Cabinet of Commissioner Mairead Mcguinness x Siemens Energy AG"],"date":["2020-11-06"],"summary":["EU Taxonomy"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Brussels (virtual meeting)"],"address":["Brussels (virtual meeting)"],"addressEntity":["addr-63ba6aad8785d18a1c825fd224b0bedf54647279"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-a5441c6a69a8a94fd64e02def60fcc6567f2c1d8","eu-tr-974875639237-65"]}} -{"id":"ec-meeting-2020-11-06-1a001bb688628eaed8c7cd19cd3b100af2713e1d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-06 - Cabinet of Commissioner Stella Kyriakides x MEDICINES FOR EUROPE"],"date":["2020-11-06"],"summary":["Covid-19"],"notes":["Portfolio: Health"],"location":["Virtual meeting"],"address":["Virtual meeting"],"addressEntity":["addr-1f1f3f51a4da31a1ea5c1b4b21cbf52ad983224f"],"organizer":["ec-cabinet-commissioner-kyriakides-of-stella"],"involved":["eu-tr-48325781850-28","ec-person-ecf9f9e978b833afc98ee022572d468f0dc9a352"]}} -{"id":"ec-meeting-2020-11-06-1daba9c4a4c50fa88dfa7be883a3a1773a0b749e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-06 - Cabinet of Executive Vice-President Margrethe Vestager x Confederation of Danish Industry"],"date":["2020-11-06"],"summary":["Europe's digital transformation"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Copenhagen"],"address":["Copenhagen"],"addressEntity":["addr-3f7c839db34cfeebcefe96d90a0e37e02c8e52c6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-11d97788772862bb34f51dd26d7f92603eac1bf8","eu-tr-5749958415-41"]}} -{"id":"ec-meeting-2020-11-06-20eaf246e748b6c074a5ad6008608433ba58cf0b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-06 - Cabinet of Executive Vice-President Margrethe Vestager x Google"],"date":["2020-11-06"],"summary":["Digital Markets Act"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-03181945560-59","ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0","ec-person-eecca27e2a9c3fc0d4bd43564e4960382705feef"]}} -{"id":"ec-meeting-2020-11-06-259ba1f86c277f8354c754f39d190fd84fa6bce7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-06 - Mobility and Transport x European Travel Retail Confederation Airports Council International - European Region"],"date":["2020-11-06"],"summary":["Arrivals Duty Free"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-dg-move"],"involved":["eu-tr-42566063487-73","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2","eu-tr-90905271757-87"]}} -{"id":"ec-meeting-2020-11-06-4067e9bf87eec49ab4db25fee7bf954a4dda7521","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-06 - Cabinet of Executive Vice-President Frans Timmermans x Център за изследване на демокрацията / Center for the Study of Democracy"],"date":["2020-11-06"],"summary":["European climate policy for 2030 and 2050 and opportunities resulting from the European Green Deal"],"notes":["Portfolio: European Green Deal"],"location":["video conference"],"address":["video conference"],"addressEntity":["addr-6dc12e3c97077db82f32184f24341ce370a445fd"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-15789364550-66","ec-person-f8efd5ca1c3794aa2954d6b5f54ff94f015fba20"]}} -{"id":"ec-meeting-2020-11-06-572f573bad95348fb10932c83012b95731062903","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-06 - Cabinet of Commissioner Thierry Breton x Duck Duck Go, Inc."],"date":["2020-11-06"],"summary":["DSA and DMA"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-4d83416435f81b1f1e8f5c86aeebb1478577f1d2","eu-tr-177326839581-89"]}} -{"id":"ec-meeting-2020-11-06-5927ea87d33cfcb59a4e3523ad390be76a0c16cb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-06 - Cabinet of Commissioner Adina Vălean x Airport Regions Council"],"date":["2020-11-06"],"summary":["Introductory meeting on aviation policy."],"notes":["Portfolio: Transport"],"location":["Conference call"],"address":["Conference call"],"addressEntity":["addr-28ba88479582b2f75898964548da4252dc7db7d2"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["ec-person-5f7f9d4d861c5b97fbd25bccf6323535d2a7ceb8","ec-person-cc0354fbf386eb83f57c00ad5240f1dddeeabab4","eu-tr-624421515921-72"]}} -{"id":"ec-meeting-2020-11-06-64242c98bca52a9735cd4b204be93af985a475b0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-06 - Cabinet of Executive Vice-President Margrethe Vestager x epicenter.works - Plattform Grundrechtspolitik Access Now European Digital Rights"],"date":["2020-11-06"],"summary":["Austrian NetzDG and Digital Services Act"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-881375334337-75","eu-tr-16311905144-06","ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0","eu-tr-71149477682-53"]}} -{"id":"ec-meeting-2020-11-06-64990a3908c7cd0beb2efb6e6f8a98713bc673ab","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-06 - Cabinet of Executive Vice-President Valdis Dombrovskis x Siemens Energy AG"],"date":["2020-11-06"],"summary":["Sustainable finance taxonomy"],"notes":["Portfolio: An Economy that Works for People"],"location":["video conference"],"address":["video conference"],"addressEntity":["addr-6dc12e3c97077db82f32184f24341ce370a445fd"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-235870cd7eb41f2494f695fce18b5b5b88647113","eu-tr-974875639237-65"]}} -{"id":"ec-meeting-2020-11-06-6c64141ee0313d6c5f882425901251685c9d980a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-06 - Cabinet of President Ursula von der Leyen x Ericsson"],"date":["2020-11-06"],"summary":["digital sovereignty and set standards"],"notes":["Portfolio: President"],"location":["Brussels (WEBEX)"],"address":["Brussels (WEBEX)"],"addressEntity":["addr-3afbdeda01f3dac93a9dc841fdac57d9de27b869"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-7019713e72781afb1f3b19032c4752a314b78180","eu-tr-02021363105-42"]}} -{"id":"ec-meeting-2020-11-06-7026601018627752f9379addcf5754e1f55ba77c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-06 - Cabinet of President Ursula von der Leyen x European Digital Rights"],"date":["2020-11-06"],"summary":["Digital issues"],"notes":["Portfolio: President"],"location":["Brussels (WEBEX)"],"address":["Brussels (WEBEX)"],"addressEntity":["addr-3afbdeda01f3dac93a9dc841fdac57d9de27b869"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-7019713e72781afb1f3b19032c4752a314b78180","eu-tr-16311905144-06"]}} -{"id":"ec-meeting-2020-11-06-7611a549f7551c9812d5d588865d196ce897ab48","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-06 - Cabinet of Executive Vice-President Frans Timmermans x Stichting World Benchmarking Alliance Foundation"],"date":["2020-11-06"],"summary":["Just transition benchmarking in private sector"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - video conference"],"address":["Brussels - video conference"],"addressEntity":["addr-d7df553e47e69d1cc9f4189b36b7c867f80459b0"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-d53e00c46a4cc62bbf533e0c9bb35bacb9121989","eu-tr-948456934701-68"]}} -{"id":"ec-meeting-2020-11-06-76f8d1311c40cce6b939f5b3856e10d6a0a67b1c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-06 - Cabinet of President Ursula von der Leyen x Workday"],"date":["2020-11-06"],"summary":["Digital issues"],"notes":["Portfolio: President"],"location":["Brussels (WEBEX)"],"address":["Brussels (WEBEX)"],"addressEntity":["addr-3afbdeda01f3dac93a9dc841fdac57d9de27b869"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-7019713e72781afb1f3b19032c4752a314b78180","eu-tr-021253717373-58"]}} -{"id":"ec-meeting-2020-11-06-79aafc2129d074415bc56d47bacff9f30370a03b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-06 - Cabinet of Commissioner Didier Reynders x Avaaz Foundation"],"date":["2020-11-06"],"summary":["DSA and EDAP"],"notes":["Portfolio: Justice"],"location":["video conference"],"address":["video conference"],"addressEntity":["addr-6dc12e3c97077db82f32184f24341ce370a445fd"],"organizer":["ec-cabinet-commissioner-didier-of-reynders"],"involved":["ec-person-442bf1ae9900b999673cdd7389224d0e21b67d4d","eu-tr-475565317526-24"]}} -{"id":"ec-meeting-2020-11-06-85536b79cbaf7711023eaef3e9b85a3bcf8301a4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-06 - Cabinet of President Ursula von der Leyen x AIR LIQUIDE Volvo AB A.P. Møller - Mærsk A/S Siemens AG"],"date":["2020-11-06"],"summary":["Videoconference with Chairman of Volvo, Chairman of Siemens and Maersk, CEO of Air Liquide"],"notes":["Portfolio: President"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["eu-tr-94857385769-70","ec-person-a2ac27c3a7aa93937efc47169c1dc2264a822175","eu-tr-680443918500-51","eu-tr-51773601133-57","eu-tr-4266797770-31"]}} -{"id":"ec-meeting-2020-11-06-8681ca0f0faecdf5b9d09a56567f29eebca13f5a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-06 - Financial Stability, Financial Services and Capital Markets Union x MARSH & McLENNAN COMPANIES FRANCE"],"date":["2020-11-06"],"summary":["Fintechs and crypto assets"],"location":["Virtual meeting"],"address":["Virtual meeting"],"addressEntity":["addr-1f1f3f51a4da31a1ea5c1b4b21cbf52ad983224f"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-117683115792-20","ec-person-1fce211249673c35ee07a801ddee77ab24af8d54"]}} -{"id":"ec-meeting-2020-11-06-98be7fccf10fab5e00d149982b49301af12193b7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-06 - Cabinet of Commissioner Mairead Mcguinness x Irish Farmers' Association"],"date":["2020-11-06"],"summary":["AGRI Aspects of the Sustainable Finance Taxonomy"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Brussels (virtual meeting)"],"address":["Brussels (virtual meeting)"],"addressEntity":["addr-63ba6aad8785d18a1c825fd224b0bedf54647279"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-a5441c6a69a8a94fd64e02def60fcc6567f2c1d8","eu-tr-458700813641-37"]}} -{"id":"ec-meeting-2020-11-06-a2cfbb1cd9a9859001ca8e91cf310de1b3569eec","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-06 - Taxation and Customs Union x American Chamber of Commerce to the European Union"],"date":["2020-11-06"],"summary":["Videoconference - Discussion on EU tax and custom policies"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-taxud"],"involved":["ec-person-9e42f316f38c8e126c2cd2bc84affb891338c7f3","eu-tr-5265780509-97"]}} -{"id":"ec-meeting-2020-11-06-a8d15bed9ce8055448052907a4b54ebb89252f69","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-06 - Cabinet of Commissioner Stella Kyriakides x None"],"date":["2020-11-06"],"summary":["Videoconference with Pharmaceutical Industry Associations to discuss shortages of medicines and medical devices including diagnostic tests in the context of COVID-19 pandemic"],"notes":["Portfolio: Health"],"location":["Brussels - virtual"],"address":["Brussels - virtual"],"addressEntity":["addr-b1ea480f50268f3f7553d89bebfeabf68bc84ed5"],"organizer":["ec-cabinet-commissioner-kyriakides-of-stella"],"involved":["eu-tr-38526121292-88","eu-tr-05366537746-69","ec-person-c7513fae2df7920eea99d7cc103a354aa4f56b6e","eu-tr-64879142323-90","eu-tr-433743725252-26","eu-tr-87600691525-93","eu-tr-48325781850-28","eu-tr-53073567234-18","eu-tr-99565011637-64"]}} -{"id":"ec-meeting-2020-11-06-ac9417ebd27b53cc8965275be02d5f4e79473ac2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-06 - Taxation and Customs Union x Orange"],"date":["2020-11-06"],"summary":["Videoconference - Discussion on digital taxation"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-taxud"],"involved":["ec-person-9e42f316f38c8e126c2cd2bc84affb891338c7f3","eu-tr-76704342721-41"]}} -{"id":"ec-meeting-2020-11-06-ad47cb4890bf8389b7d46cf828d705b2907c9bc1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-06 - Cabinet of Executive Vice-President Frans Timmermans x Universiteit Leiden"],"date":["2020-11-06"],"summary":["Lecture on the European Green Deal"],"notes":["Portfolio: European Green Deal"],"location":["video conference (Brussels)"],"address":["video conference (Brussels)"],"addressEntity":["addr-96d45bbb99f3da137b2243f11b529ed54662db90"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce","eu-tr-705450224079-05"]}} -{"id":"ec-meeting-2020-11-06-b6588e7e13b980f5a27abf949bbcc13e83d148af","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-06 - Cabinet of President Ursula von der Leyen x MEDICINES FOR EUROPE"],"date":["2020-11-06"],"summary":["COVID-19"],"notes":["Portfolio: President"],"location":["Brussels (WEBEX)"],"address":["Brussels (WEBEX)"],"addressEntity":["addr-3afbdeda01f3dac93a9dc841fdac57d9de27b869"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-f2b941852d3b961d69ed695c2d243a1a2b4a1904","eu-tr-48325781850-28"]}} -{"id":"ec-meeting-2020-11-06-bbdfe703898a1c931695c9288f244b7434c37e96","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-06 - Cabinet of Commissioner Thierry Breton x Axel Springer SE"],"date":["2020-11-06"],"summary":["Welt European Summit 2020 organised by Die Welt - political comment followed by a discussion"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-742417913824-11","ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0"]}} -{"id":"ec-meeting-2020-11-06-dca815946c8471833eb03c3b6c3aed8c8d4824bc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-06 - Cabinet of Commissioner Thierry Breton x epicenter.works - Plattform Grundrechtspolitik Access Now European Digital Rights"],"date":["2020-11-06"],"summary":["Austrian NetzDG and Digital Services Act"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-881375334337-75","eu-tr-16311905144-06","ec-person-4d83416435f81b1f1e8f5c86aeebb1478577f1d2","eu-tr-71149477682-53"]}} -{"id":"ec-meeting-2020-11-06-eb28b51f6ec8fb731aed859497130a8b3527c7f8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-06 - Cabinet of Commissioner Mairead Mcguinness x World Economic Forum"],"date":["2020-11-06"],"summary":["Corporates, international sustainability standards-setting process"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Brussels (virtual meeting)"],"address":["Brussels (virtual meeting)"],"addressEntity":["addr-63ba6aad8785d18a1c825fd224b0bedf54647279"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["eu-tr-049060636194-17","ec-person-0ba9b89127b39af6a66f2fc3ed727332f1b19a34","ec-person-a5441c6a69a8a94fd64e02def60fcc6567f2c1d8"]}} -{"id":"ec-meeting-2020-11-06-ecbe04f7aa59a1e688c172b65bc76a4e01fb6cd7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-06 - Cabinet of Vice-President Věra Jourová x TikTok Technology Ltd"],"date":["2020-11-06"],"summary":["Disinformation"],"notes":["Portfolio: Values and Transparency"],"location":["videoconference"],"address":["videoconference"],"addressEntity":["addr-92b2fbb928e012810d80d9ef1abe12027beee200"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["ec-person-74c07660dcbc6dc9993b34462cf2a1fec35925ea","ec-person-fb258e0188a5319bfaba3161382db43f5a85851f","eu-tr-165202837974-32"]}} -{"id":"ec-meeting-2020-11-06-f57f957ac4de22e3097936ab51ce9f1a7ac0394f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-06 - Cabinet of Executive Vice-President Frans Timmermans x European Union Chamber of Commerce in China"],"date":["2020-11-06"],"summary":["European Green Deal and China"],"notes":["Portfolio: European Green Deal"],"location":["video conference (Brussels)"],"address":["video conference (Brussels)"],"addressEntity":["addr-96d45bbb99f3da137b2243f11b529ed54662db90"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-592343015058-67","ec-person-f8efd5ca1c3794aa2954d6b5f54ff94f015fba20","ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce"]}} -{"id":"ec-meeting-2020-11-06-f75be50f025184f751f7dfeb7f5539e73bdbc7d7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-06 - Cabinet of Commissioner Thierry Breton x Avaaz Foundation"],"date":["2020-11-06"],"summary":["DSA and EDAP"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-475565317526-24","ec-person-4d83416435f81b1f1e8f5c86aeebb1478577f1d2"]}} -{"id":"ec-meeting-2020-11-09-0a5bbace3f653179d4ab57810779ad7b8474cf54","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-09 - Cabinet of Executive Vice-President Margrethe Vestager x Planet Labs Germany"],"date":["2020-11-09"],"summary":["Introduce Planet and discuss EU space policy and the development of new technologies in the earth observation industry"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-c5a20b92c008e114355d197b9b2fd62c88868c4e","eu-tr-293502227711-32"]}} -{"id":"ec-meeting-2020-11-09-169c1b1947ad8554f536b7b13d4014f518035751","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-09 - Research and Innovation x Research Council of Norway"],"date":["2020-11-09"],"summary":["New requirements on GEPs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-rtd"],"involved":["ec-person-1d348f33395de0ea6773a7b4ae8797e3e0392f73","eu-tr-691777026279-69"]}} -{"id":"ec-meeting-2020-11-09-18b99e17374e2ff02c2cfef546fee1bd58ea695f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-09 - Cabinet of Executive Vice-President Frans Timmermans x Airbus"],"date":["2020-11-09"],"summary":["Prospects for zero emission aviation"],"notes":["Portfolio: European Green Deal"],"location":["video call"],"address":["video call"],"addressEntity":["addr-12d8c530d76da0b7745f9c0f9285e7eec97adc55"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-2732167674-76","ec-person-d56ecbfde17436a136fc89c9a978b266e8285c84"]}} -{"id":"ec-meeting-2020-11-09-23754562c4c3768559fb854b90e091ac7c339b42","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-09 - Cabinet of Executive Vice-President Margrethe Vestager x Allegro sp. z o.o."],"date":["2020-11-09"],"summary":["Digital Markets Act"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-611131527720-22","ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0"]}} -{"id":"ec-meeting-2020-11-09-34de8ca8cc893556564cab92fb3b79d01d33b456","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-09 - Cabinet of Commissioner Adina Vălean x Waymo"],"date":["2020-11-09"],"summary":["Introductory meeting on car policy"],"notes":["Portfolio: Transport"],"location":["Conference call"],"address":["Conference call"],"addressEntity":["addr-28ba88479582b2f75898964548da4252dc7db7d2"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["ec-person-6e21d867543ef3b910e746c319cb048abd054702","eu-tr-824405140230-24"]}} -{"id":"ec-meeting-2020-11-09-3cac7717eaf063dd0fc5c4217126f0e666ec8d83","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-09 - Cabinet of Commissioner Mairead Mcguinness x Insurance Ireland"],"date":["2020-11-09"],"summary":["Introduction and discussion Solvency II review"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Brussels virtual meeting"],"address":["Brussels virtual meeting"],"addressEntity":["addr-27095e26741579f9d6216e28a3e5ac5910b36219"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["eu-tr-978587826097-61","ec-person-3a66109f0585c657edbe69190faa41919b50e05f","ec-person-49e520c7a9c9c47ccb5acfa68f9416e4233af9f8"]}} -{"id":"ec-meeting-2020-11-09-467a2c129596a688a751baaecb396560100a48ca","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-09 - Cabinet of Commissioner Stella Kyriakides x Euro Foie Gras"],"date":["2020-11-09"],"summary":["Exchange of views with Euro Foie Gras producers on their sector and EC priorities on animal welfare, animal health and slaughter of animals."],"notes":["Portfolio: Health"],"location":["Virtual meeting"],"address":["Virtual meeting"],"addressEntity":["addr-1f1f3f51a4da31a1ea5c1b4b21cbf52ad983224f"],"organizer":["ec-cabinet-commissioner-kyriakides-of-stella"],"involved":["eu-tr-617506516010-41","ec-person-ecf9f9e978b833afc98ee022572d468f0dc9a352","ec-person-a14d25733c53171d0aa91b49f8fa6d0c83e15a17","ec-person-43784ba1f5299ace66cb2287545e1dcae4372d14"]}} -{"id":"ec-meeting-2020-11-09-4af8166c31de5b2587e3d573ff53393bcb07f460","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-09 - Cabinet of Commissioner Adina Vălean x Gas Distributors for Sustainability"],"date":["2020-11-09"],"summary":["Sustainable and smart mobility strategy"],"notes":["Portfolio: Transport"],"location":["phone call"],"address":["phone call"],"addressEntity":["addr-2a45506f8aee562723b51f2ec58dc9c908e181c6"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["ec-person-e5f1558cac43dd4f90847b508b6753edb0a9f903","eu-tr-382692732615-35"]}} -{"id":"ec-meeting-2020-11-09-5a2bd8eb0b5afa609ba8961598482ce43a40673a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-09 - Cabinet of Executive Vice-President Frans Timmermans x International Federation of Industrial Energy Consumers"],"date":["2020-11-09"],"summary":["Green deal and fit for 55 package"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - video conference"],"address":["Brussels - video conference"],"addressEntity":["addr-d7df553e47e69d1cc9f4189b36b7c867f80459b0"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-a282162080cef4ef2a8c0ab6247a3e03dc438507","eu-tr-1978775156-31","ec-person-f1a3478550296f3f9accdc67d6ef5a0b681dda4b"]}} -{"id":"ec-meeting-2020-11-09-7fb72bb670404ab9e504fa34c6b6b750dd3ea2bb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-09 - Cabinet of Commissioner Stella Kyriakides x Union Européenne du Commerce du Bétail et des Métiers de la Viande"],"date":["2020-11-09"],"summary":["VC Meeting - Farm to Fork Strategy and Animal Health"],"notes":["Portfolio: Health"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-kyriakides-of-stella"],"involved":["ec-person-ba73927c33000184cab3f41a76e1b32fe7d7eda8","ec-person-43784ba1f5299ace66cb2287545e1dcae4372d14","eu-tr-4422649896-52"]}} -{"id":"ec-meeting-2020-11-09-966750d8ef811430b1bca5c7370c38daa2ac8aa6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-09 - Cabinet of Vice-President Věra Jourová x Schibsted ASA"],"date":["2020-11-09"],"summary":["European Democracy Action Plan"],"notes":["Portfolio: Values and Transparency"],"location":["videoconference"],"address":["videoconference"],"addressEntity":["addr-92b2fbb928e012810d80d9ef1abe12027beee200"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["ec-person-74c07660dcbc6dc9993b34462cf2a1fec35925ea","eu-tr-532331921544-33"]}} -{"id":"ec-meeting-2020-11-09-9aa919fa6f2a987ca391776a07fc268f8f711401","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-09 - Cabinet of Executive Vice-President Valdis Dombrovskis x Verband Deutscher Maschinen- und Anlagenbau e.V."],"date":["2020-11-09"],"summary":["Sustainable finance taxonomy"],"notes":["Portfolio: An Economy that Works for People"],"location":["video conference"],"address":["video conference"],"addressEntity":["addr-6dc12e3c97077db82f32184f24341ce370a445fd"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-235870cd7eb41f2494f695fce18b5b5b88647113","eu-tr-9765362691-45"]}} -{"id":"ec-meeting-2020-11-09-a0e06d053836310694411e1acd5cc33b47fdf128","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-09 - Agriculture and Rural Development x Pesticide Action Network Europe ClientEarth AISBL"],"date":["2020-11-09"],"summary":["IPM under the new CAP"],"location":["Brussels - Webex- virtual meeting"],"address":["Brussels - Webex- virtual meeting"],"addressEntity":["addr-eb93a5212d92031c0f769082bfa3502a46083f73"],"organizer":["ec-dg-agri"],"involved":["ec-person-94f7c6e6875fa76120558bda38f913792cc61934","eu-tr-15913213485-46","eu-tr-96645517357-19"]}} -{"id":"ec-meeting-2020-11-09-aae00d3ddd517a3cbdbdf139709721b8517c71ca","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-09 - Cabinet of Commissioner Mairead Mcguinness x Verband Deutscher Maschinen- und Anlagenbau e.V."],"date":["2020-11-09"],"summary":["Taxonomy"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Brussels (virtual meeting)"],"address":["Brussels (virtual meeting)"],"addressEntity":["addr-63ba6aad8785d18a1c825fd224b0bedf54647279"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-a5441c6a69a8a94fd64e02def60fcc6567f2c1d8","eu-tr-9765362691-45"]}} -{"id":"ec-meeting-2020-11-09-c4bca2a11e8da65d924a531562558165b4412a93","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-09 - Financial Stability, Financial Services and Capital Markets Union x Securities Industry and Financial Markets Association"],"date":["2020-11-09"],"summary":["The review of MiFID/R and the interplay with CMU,Taxonomy and IBOR transitions"],"location":["Virtual meeting"],"address":["Virtual meeting"],"addressEntity":["addr-1f1f3f51a4da31a1ea5c1b4b21cbf52ad983224f"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-995801715250-37","ec-person-1fce211249673c35ee07a801ddee77ab24af8d54"]}} -{"id":"ec-meeting-2020-11-09-c716bdd8621c410d0b895c4d9c479093793e8c00","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-09 - Cabinet of Executive Vice-President Margrethe Vestager x EUROPE'S MEDIALAB (Fondation EURACTIV)"],"date":["2020-11-09"],"summary":["EU media policy"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-485832526193-89","ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0"]}} -{"id":"ec-meeting-2020-11-09-d5bf1b84a9595ff8fd4c9915435a90b258ef40ef","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-09 - Cabinet of Commissioner Mairead Mcguinness x European Federation of Investors and Financial Services Users"],"date":["2020-11-09"],"summary":["Virtual Meeting - Introductory meeting. Retail financial services, consumer dimension"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Brussel"],"address":["Brussel"],"addressEntity":["addr-62ff8a238a97c72453d6fc3e5cd26a143cd991e7"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["eu-tr-24633926420-79","ec-person-0ba9b89127b39af6a66f2fc3ed727332f1b19a34","ec-person-3a66109f0585c657edbe69190faa41919b50e05f"]}} -{"id":"ec-meeting-2020-11-09-f4e97a028411000fdd29f82d08bc1fc6b61147f1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-09 - Cabinet of Executive Vice-President Margrethe Vestager x University of Cambridge"],"date":["2020-11-09"],"summary":["EU industrial Strategy+ new research on green recovery plans"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-c5a20b92c008e114355d197b9b2fd62c88868c4e","ec-person-3da433aae105b13fe027e9c9b3dcac2c97029370","eu-tr-420093131813-97"]}} -{"id":"ec-meeting-2020-11-09-f7b0263ab89763e7dc3ad7d758db4250f60c8ac4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-09 - Cabinet of Commissioner Janusz Wojciechowski x European Producers Union of Renewable Ethanol"],"date":["2020-11-09"],"summary":["ePURE to present key principles and policy measures, essential for an effective decarbonization of the EU transport sector."],"notes":["Portfolio: Agriculture"],"location":["video meeting"],"address":["video meeting"],"addressEntity":["addr-461e1e892f0c482e21523e45368c4331d84fbeef"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["ec-person-cafe030b6dad78a75143f7552c420481b30ebceb","eu-tr-32591134448-30"]}} -{"id":"ec-meeting-2020-11-10-089cb47194d98d4d216d90e85df6e740eeca92e2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-10 - Cabinet of Commissioner Kadri Simson x IBERDROLA"],"date":["2020-11-10"],"summary":["Green Deal, Iberdrola strategic plan on clean energy investments including in renewable energy and hydrogen, economic recovery"],"notes":["Portfolio: Energy"],"location":["Video conference call"],"address":["Video conference call"],"addressEntity":["addr-2fe5627687b370aee2a16df28d9d4e975369b86f"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["ec-person-9b7f5fe059e5b0b40e79e9170211aa2f02322fdb","eu-tr-41816938101-07","ec-person-2fb98fc84d2cf8d481688eff3d47f7745ead3592","ec-person-3ba14eabc5fddef75d1a672cc75b5f4bddd72ee9","ec-person-1995c65b8dc7f3702a8c30ed96a0144075848837"]}} -{"id":"ec-meeting-2020-11-10-0a1b6f6c736c3ea707f155976186d21a8971424c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-10 - Cabinet of Commissioner Jutta Urpilainen x Open Society European Policy Institute Reporters sans frontières European Network of Political Foundations Transparency International Liaison Office to the European Union Carnegie Europe European Partnership for Democracy"],"date":["2020-11-10"],"summary":["Democracy Support Roundtable"],"notes":["Portfolio: International Partnerships"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["eu-tr-612547127497-45","eu-tr-688089718929-60","eu-tr-621063526094-20","eu-tr-501222919-71","ec-person-7c4fa9cfb750b5b524c065180fcee1123b8df03e","eu-tr-679535014238-83","eu-tr-8557515321-37"]}} -{"id":"ec-meeting-2020-11-10-0dc311484427bf38f6c68654b08cebb52448d918","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-10 - Cabinet of Executive Vice-President Frans Timmermans x European Chemical Industry Council"],"date":["2020-11-10"],"summary":["European Green Deal and the implementation of the EU Chemicals Strategy for Sustainability"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-e88af8eb396e96e3dbc9b4ec6e40a348d26c389c","ec-person-8af3c81534786a740718d21dc58240738a53ed7b","eu-tr-64879142323-90"]}} -{"id":"ec-meeting-2020-11-10-1de7cc26fe67973c2bf47410c6b72fbc05c273cf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-10 - Cabinet of President Ursula von der Leyen x IP2Innovate"],"date":["2020-11-10"],"summary":["Discuss Europe's patent system and its importance for Europe’s innovation and digital leadership"],"notes":["Portfolio: President"],"location":["Brussels (WEBEX)"],"address":["Brussels (WEBEX)"],"addressEntity":["addr-3afbdeda01f3dac93a9dc841fdac57d9de27b869"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-7019713e72781afb1f3b19032c4752a314b78180","eu-tr-207857725603-49"]}} -{"id":"ec-meeting-2020-11-10-39de864f79ebca1b68e38e6bb2db6355c78633c0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-10 - Cabinet of Commissioner Virginijus Sinkevičius x Equinor ASA"],"date":["2020-11-10"],"summary":["Offshore Renewable Energy Strategy and the role of Marine Spatial Planning"],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["eu-tr-4447605981-76","ec-person-ef0f66e9880a22ea8d9657bd982daf9bd74838c1"]}} -{"id":"ec-meeting-2020-11-10-43d4b0afcad4b937f0b4b8f66231b6c96a2781e8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-10 - Cabinet of Commissioner Mairead Mcguinness x Insurance Europe"],"date":["2020-11-10"],"summary":["Introduction and discussion Solvency II review"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Brussels Virtual"],"address":["Brussels Virtual"],"addressEntity":["addr-7366b052c0c5b144e2fee1599ea1f191c48193e3"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["eu-tr-33213703459-54","ec-person-0ba9b89127b39af6a66f2fc3ed727332f1b19a34","ec-person-49e520c7a9c9c47ccb5acfa68f9416e4233af9f8"]}} -{"id":"ec-meeting-2020-11-10-53e5edabba250a886cf4eb2de8c3dd9bd296381d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-10 - Financial Stability, Financial Services and Capital Markets Union x Baden-Württembergische Wertpapierbörse NRW.BANK"],"date":["2020-11-10"],"summary":["Sustainable Finance and the implementation of Basel III"],"location":["Virtual meeting"],"address":["Virtual meeting"],"addressEntity":["addr-1f1f3f51a4da31a1ea5c1b4b21cbf52ad983224f"],"organizer":["ec-dg-fisma"],"involved":["ec-person-1fce211249673c35ee07a801ddee77ab24af8d54","eu-tr-31885693900-95","eu-tr-1321739923-73"]}} -{"id":"ec-meeting-2020-11-10-5b4351fc8e9bd6180112809ddeae394fb50b52ea","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-10 - Cabinet of Executive Vice-President Frans Timmermans x European Sea Ports Organisation"],"date":["2020-11-10"],"summary":["Speech at launch of ports environmental report"],"notes":["Portfolio: European Green Deal"],"location":["video call"],"address":["video call"],"addressEntity":["addr-12d8c530d76da0b7745f9c0f9285e7eec97adc55"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-01554483175-08","ec-person-d56ecbfde17436a136fc89c9a978b266e8285c84"]}} -{"id":"ec-meeting-2020-11-10-5ef69976877e90afb9966bd8686752860a43270b","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2020-11-10 - Cabinet of Commissioner Thierry Breton x Bundesverband der Deutschen Industrie e.V."],"date":["2020-11-10"],"summary":["Digital Sovereignty of Europe","Industrial and digital policy"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-1771817758-48","ec-person-9cf97e549f67c3228d1478a3a67d652eb28c5b46","ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0"]}} -{"id":"ec-meeting-2020-11-10-657961193778b9b40f4c7430ecca63c16f987100","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-10 - Cabinet of Commissioner Mariya Gabriel x European Arenas Association"],"date":["2020-11-10"],"summary":["Discussion on how to support live entertainment venues and the need to address EU harmonisation and wellbeing as key pillars of the strategy to get live events back"],"notes":["Portfolio: Innovation and Youth"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["ec-person-1674399a793e9e6fd7cf55b525515fc862fc9351","eu-tr-088905531785-87"]}} -{"id":"ec-meeting-2020-11-10-667873f87d48d3b682414bc38121199d37685012","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-10 - Cabinet of Executive Vice-President Frans Timmermans x European Landowners' Organization asbl WWF European Policy Programme"],"date":["2020-11-10"],"summary":["European Green Deal, agriculture and the 3 billion trees initiative"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-8af3c81534786a740718d21dc58240738a53ed7b","eu-tr-1414929419-24","eu-tr-36063991244-88"]}} -{"id":"ec-meeting-2020-11-10-6aebe96905506fc4146353927d3929f864beb4ef","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-10 - Cabinet of Commissioner Jutta Urpilainen x CAOBISCO European Cocoa Association"],"date":["2020-11-10"],"summary":["cocoa sustainability"],"notes":["Portfolio: International Partnerships"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["eu-tr-496569221197-39","ec-person-e29b72fe81d25796214b1c5915c52a124f06cd9d","eu-tr-03804222429-10"]}} -{"id":"ec-meeting-2020-11-10-71ae596a3dc139625e2e95d7136be5329072e2c6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-10 - Cabinet of Commissioner Elisa Ferreira x SGI Europe"],"date":["2020-11-10"],"summary":["Long-term vision for rural areas"],"notes":["Portfolio: Cohesion and Reforms"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-elisa-ferreira-of"],"involved":["ec-person-884d261ef161b119c9fc64f7a0514dc014ca2bd7","eu-tr-59513031434-92"]}} -{"id":"ec-meeting-2020-11-10-7c84ed421c855f011007756b83617c6265a46eba","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-10 - Maritime Affairs and Fisheries x WWF European Policy Programme"],"date":["2020-11-10"],"summary":["Presentation of WWF's work, their priorities for the Mediterranean and cooperation with DG MARE"],"location":["Brussels - Webex call"],"address":["Brussels - Webex call"],"addressEntity":["addr-0e9b384c28719a08393c3bf846a71f7f7c1a445d"],"organizer":["ec-dg-mare"],"involved":["ec-person-6e64215cdacfeb6c6d4709a7f72c2b1c94a3d908","eu-tr-1414929419-24"]}} -{"id":"ec-meeting-2020-11-10-8b869c40a5e87b1488f7a0a181d856159559ba65","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-10 - Cabinet of Commissioner Thierry Breton x DIGITALEUROPE"],"date":["2020-11-10"],"summary":["DSA and DMA"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-64270747023-20","ec-person-4d83416435f81b1f1e8f5c86aeebb1478577f1d2"]}} -{"id":"ec-meeting-2020-11-10-8c58e9b2733675bca1bf11666b910e52da2b9717","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-10 - Cabinet of Commissioner Thierry Breton x Zalando SE"],"date":["2020-11-10"],"summary":["DSA and DMA"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-877966419254-70","ec-person-4d83416435f81b1f1e8f5c86aeebb1478577f1d2"]}} -{"id":"ec-meeting-2020-11-10-908c474af76691e8fda5bfb04510e6699b3b1c4a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-10 - Cabinet of Commissioner Nicolas Schmit x Confédération générale des Scop"],"date":["2020-11-10"],"summary":["La place des SCOP en Europe et la manière dont leur développement pourrait être encouragé"],"notes":["Portfolio: Jobs and Social Rights"],"location":["virtuel"],"address":["virtuel"],"addressEntity":["addr-5daa34d3bf32506ad956e593da7808ec5977e888"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["eu-tr-650228731548-65","ec-person-31513b39cbfd3c630421d09259b6e94518a4e519"]}} -{"id":"ec-meeting-2020-11-10-9345cba9b16999f36a73c15bfd8ee041a50ea68a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-10 - Internal Market, Industry, Entrepreneurship and SMEs x Verband Deutscher Bürgschaftsbanken e.V."],"date":["2020-11-10"],"summary":["Introductory discussion."],"location":["Phona cell"],"address":["Phona cell"],"addressEntity":["addr-42876f2feef55bc16c59ef519cc3897512868a71"],"organizer":["ec-dg-grow"],"involved":["eu-tr-85252491441-36","ec-person-0151c7e554d188fffc509ad636b7d1a84c5dfcd5"]}} -{"id":"ec-meeting-2020-11-10-b5192e71a7fd6c05c6c85ecf43b8ca2d8f1d383b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-10 - Employment, Social Affairs and Inclusion x European Chemical Employers Group"],"date":["2020-11-10"],"summary":["minimum wage initiative, skills agenda"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-empl"],"involved":["eu-tr-38429111298-23","ec-person-dd259fce880e1853f0beb087443bce6e7dea70d7"]}} -{"id":"ec-meeting-2020-11-10-bff40a66802d6a80ec744201e430568711f70c78","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-10 - Cabinet of Commissioner Stella Kyriakides x World Economic Forum"],"date":["2020-11-10"],"summary":["Presentation by the World Economic Forum of their health related projects and exchange of views on possible synergies."],"notes":["Portfolio: Health"],"location":["Virtual meeting"],"address":["Virtual meeting"],"addressEntity":["addr-1f1f3f51a4da31a1ea5c1b4b21cbf52ad983224f"],"organizer":["ec-cabinet-commissioner-kyriakides-of-stella"],"involved":["eu-tr-049060636194-17","ec-person-ba73927c33000184cab3f41a76e1b32fe7d7eda8","ec-person-43784ba1f5299ace66cb2287545e1dcae4372d14"]}} -{"id":"ec-meeting-2020-11-10-d3e6faecdc9af6ec6046b1f0e401b9aefd058da2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-10 - Cabinet of Commissioner Jutta Urpilainen x AIM - European Brands Association"],"date":["2020-11-10"],"summary":["GA on Africa Strategy"],"notes":["Portfolio: International Partnerships"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["eu-tr-1074382679-01","ec-person-6357f4506ca5351b3a822936612fd6006da48722"]}} -{"id":"ec-meeting-2020-11-10-e04a51a76bc878d2f9f8a8981487981714a74410","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-10 - Cabinet of Vice-President Věra Jourová x International Bar Association"],"date":["2020-11-10"],"summary":["Rule of Law"],"notes":["Portfolio: Values and Transparency"],"location":["videoconference"],"address":["videoconference"],"addressEntity":["addr-92b2fbb928e012810d80d9ef1abe12027beee200"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["ec-person-bf54da17217bbddfd9c68fe24d88005ac17e2c4b","eu-tr-55828722666-53"]}} -{"id":"ec-meeting-2020-11-10-e1bb0ed69f956c0783ce20d3c2bb3e5b29905151","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-10 - Cabinet of Vice-President Věra Jourová x Alliance internationale de journalistes"],"date":["2020-11-10"],"summary":["Media Pluralism and Media Freedom"],"notes":["Portfolio: Values and Transparency"],"location":["videoconference"],"address":["videoconference"],"addressEntity":["addr-92b2fbb928e012810d80d9ef1abe12027beee200"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["ec-person-aa83f35da599b82e4f15da018f4b3447eb648f7c","eu-tr-49987976590-63"]}} -{"id":"ec-meeting-2020-11-10-e9e97810f2ea1f0e4f694f8ad51ee19bfe21b1bb","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2020-11-10 - Cabinet of Commissioner Ylva Johansson x European Policy Centre"],"date":["2020-11-10"],"summary":["VTC: EPC paper on the New Pact on Migration and Asylum","Discussions on the new Pact on Migration"],"notes":["Portfolio: Home Affairs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-johansson-of-ylva"],"involved":["eu-tr-89632641000-47","ec-person-31b127e72e9dd30ce85ff2b475ac65d28d7dc48d","ec-person-eafe594fe2bcb6af27f0422c2491a9d8cf2400da","ec-person-1f14c98028fa6f9f43ee9cd5aef7ed77c30761a5"]}} -{"id":"ec-meeting-2020-11-10-eb23e5d50267d907a86080077873dd75b0afa5fc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-10 - Defence Industry and Space x ASD-Eurospace"],"date":["2020-11-10"],"summary":["Call to exchange views on the concept of EU technological sovereignty."],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-dg-defis"],"involved":["ec-person-a5e52cd544ea3aa44eb4b31fac65a468499f106e","eu-tr-873508417106-05"]}} -{"id":"ec-meeting-2020-11-10-f695f04dd77775f3c77735be3834593a8b668881","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-10 - Cabinet of Executive Vice-President Frans Timmermans x European Plant-based Foods Association"],"date":["2020-11-10"],"summary":["Speech on balanced diets"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - webinar"],"address":["Brussels - webinar"],"addressEntity":["addr-a937316fa2e41143a360b345561093450d0733fd"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-689045810852-79","ec-person-33624431cbec1074e151c1707715ef46d2ba9565"]}} -{"id":"ec-meeting-2020-11-10-fb53e28b582242c0783f427ca4443cbe0a447b58","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-10 - Cabinet of Commissioner Mairead Mcguinness x McKinsey Global Institute"],"date":["2020-11-10"],"summary":["Corporate sustainability reporting"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Brussels (virtual meeting)"],"address":["Brussels (virtual meeting)"],"addressEntity":["addr-63ba6aad8785d18a1c825fd224b0bedf54647279"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-a5441c6a69a8a94fd64e02def60fcc6567f2c1d8","ec-person-44c404268b70ce0b79c4e148b5a7c4ae2c53ee30","eu-tr-752385731275-18"]}} -{"id":"ec-meeting-2020-11-11-07c297e868acaccc5546011a24c38b20e433c30b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-11 - Cabinet of Executive Vice-President Margrethe Vestager x European Round Table for Industry"],"date":["2020-11-11"],"summary":["Competition policy and industrial strategy."],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-11d97788772862bb34f51dd26d7f92603eac1bf8","eu-tr-25487567824-45"]}} -{"id":"ec-meeting-2020-11-11-25a6f88a7ae8c0f0dd9f9753b50b8ab35127c240","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-11 - Cabinet of Commissioner Didier Reynders x LVMH Publica"],"date":["2020-11-11"],"summary":["Data protection and transfer of personal data"],"notes":["Portfolio: Justice"],"location":["video conference"],"address":["video conference"],"addressEntity":["addr-6dc12e3c97077db82f32184f24341ce370a445fd"],"organizer":["ec-cabinet-commissioner-didier-of-reynders"],"involved":["ec-person-442bf1ae9900b999673cdd7389224d0e21b67d4d","eu-tr-16094042309-21"]}} -{"id":"ec-meeting-2020-11-11-326027a9bbad16c6b2c902f846347997937171c7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-11 - Cabinet of Commissioner Mairead Mcguinness x Deutsche Bank AG"],"date":["2020-11-11"],"summary":["Introductory Meeting and general discussion on banking regulation."],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Brussels -video conference"],"address":["Brussels -video conference"],"addressEntity":["addr-2ead4f5a662635256e89ae8f5b2a97103ff35b22"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-2b9c589fb2354bd93067644d2c3d2c058d4c4cc9","eu-tr-271912611231-56"]}} -{"id":"ec-meeting-2020-11-11-425d13628ae4d7aaf6080c2877feb1e693a602ee","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-11 - Cabinet of Vice-President Věra Jourová x Society of European Affairs Professionals"],"date":["2020-11-11"],"summary":["Ongoing negotiations on a mandatory Transparency Register"],"notes":["Portfolio: Values and Transparency"],"location":["videoconference"],"address":["videoconference"],"addressEntity":["addr-92b2fbb928e012810d80d9ef1abe12027beee200"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["ec-person-221276f2dfa4b8fe628f08e982d967b6aeb61c57","eu-tr-360457536314-69"]}} -{"id":"ec-meeting-2020-11-11-43b7a7892ed8c123e179216e1ef020b49fb32c48","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-11 - Cabinet of Commissioner Virginijus Sinkevičius x WindEurope"],"date":["2020-11-11"],"summary":["The EU Offshore Strategy"],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["online"],"address":["online"],"addressEntity":["addr-2dbc2fd2358e1ea1b7a6bc08ea647b9a337ac92d"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["eu-tr-19920706471-21","ec-person-a3ed762188f9656ad2089827d1f121894fc1c0d2"]}} -{"id":"ec-meeting-2020-11-11-6e40ec371559f48a8a56a1c5612e7fbe3c36cdea","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-11 - Cabinet of Commissioner Janez Lenarčič x World Economic Forum"],"date":["2020-11-11"],"summary":["The Humanitarian and Resilience Investing (HRI) Initiative / Covid-19"],"notes":["Portfolio: Crisis Management"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-janez-lenarcic-of"],"involved":["eu-tr-049060636194-17","ec-person-35334591a1ee219b6f0829d58a8cfba058540557","ec-person-a4dfc52eb1bb167ae4f4d6e6651b867eaacee0cd"]}} -{"id":"ec-meeting-2020-11-11-77b0416f98e8552ed2d95c2544df29c91846d4c1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-11 - Mobility and Transport x Union of Greek Shipowners - ΕΝΩΣΙΣ ΕΛΛΗΝΩΝ ΕΦΟΠΛΙΣΤΩΝ"],"date":["2020-11-11"],"summary":["Greek maritime policy"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-dg-move"],"involved":["eu-tr-477510929511-08","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2020-11-11-8812f9b64bb9c31efa71de2fa9b2e38612947f68","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-11 - Cabinet of Commissioner Mairead Mcguinness x Associazione Bancaria Italiana"],"date":["2020-11-11"],"summary":["Discussion on measures to address non performing loans"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Virtual Meeting Brussels"],"address":["Virtual Meeting Brussels"],"addressEntity":["addr-28ef75c095b64a618784d23d26bbad77840f3639"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["eu-tr-915519211566-03","ec-person-1d2f53447b8f2d9bb3f50f7247ad40c2cf8036e4","ec-person-49e520c7a9c9c47ccb5acfa68f9416e4233af9f8"]}} -{"id":"ec-meeting-2020-11-11-8e239cf46fed319ac53f0c6d237418e71dffbad9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-11 - Cabinet of Executive Vice-President Frans Timmermans x ProRail"],"date":["2020-11-11"],"summary":["Rail travel and Sustainable and Smart Mobility Strategy"],"notes":["Portfolio: European Green Deal"],"location":["video call"],"address":["video call"],"addressEntity":["addr-12d8c530d76da0b7745f9c0f9285e7eec97adc55"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-d56ecbfde17436a136fc89c9a978b266e8285c84","eu-tr-740724723272-25"]}} -{"id":"ec-meeting-2020-11-11-92403d26b50b8902543c926e6488d16277f4fcda","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-11 - Cabinet of Commissioner Paolo Gentiloni x Blic Oy"],"date":["2020-11-11"],"summary":["CBAM and biofuels"],"notes":["Portfolio: Economy"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-cabinet-commissioner-gentiloni-of-paolo"],"involved":["eu-tr-687078815005-93","ec-person-8da36db391ed53f362d495cd564ba8b45c7003e1"]}} -{"id":"ec-meeting-2020-11-11-b2cc9c3aea68de51cb388eccade77be897fe938c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-11 - Taxation and Customs Union x Havenbedrijf Rotterdam NV"],"date":["2020-11-11"],"summary":["Videoconference on Readiness for the end of the transition period (Brexit)"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-taxud"],"involved":["ec-person-9e42f316f38c8e126c2cd2bc84affb891338c7f3","eu-tr-930637620172-95"]}} -{"id":"ec-meeting-2020-11-11-b41e3e6adf24e48caf5c3b38687c163bec9bcc6c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-11 - Cabinet of Commissioner Thierry Breton x Vodafone Belgium SA"],"date":["2020-11-11"],"summary":["The future of the telecom sector"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","eu-tr-90142503473-81"]}} -{"id":"ec-meeting-2020-11-11-b9baf33830a4329fb5f441de3326258598c21dcc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-11 - Cabinet of Commissioner Nicolas Schmit x Bundesvereinigung der Deutschen Arbeitgeberverbände e.V. Deutscher Gewerkschaftsbund"],"date":["2020-11-11"],"summary":["Social dialogue"],"notes":["Portfolio: Jobs and Social Rights"],"location":["online"],"address":["online"],"addressEntity":["addr-2dbc2fd2358e1ea1b7a6bc08ea647b9a337ac92d"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["eu-tr-7749519702-29","eu-tr-07595112423-87","ec-person-652143032bcbd23aa320685b3deba350097aa7ae"]}} -{"id":"ec-meeting-2020-11-11-c1b2a373279c645b3a1cf8b218cbc45ab45c6697","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-11 - Cabinet of Executive Vice-President Margrethe Vestager x Meta Platforms Ireland Limited and its various subsidiaries (f/k/a Facebook Ireland Limited)"],"date":["2020-11-11"],"summary":["Digital Markets Act"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0","eu-tr-28666427835-74"]}} -{"id":"ec-meeting-2020-11-11-fe492e03eb153f8fc517341de4d5e2b7e9deefb5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-11 - Cabinet of Executive Vice-President Frans Timmermans x Vereniging VNO-NCW"],"date":["2020-11-11"],"summary":["European Green Deal, Climate and energy transition"],"notes":["Portfolio: European Green Deal"],"location":["video conference (Brussels)"],"address":["video conference (Brussels)"],"addressEntity":["addr-96d45bbb99f3da137b2243f11b529ed54662db90"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce","eu-tr-13255254129-80"]}} -{"id":"ec-meeting-2020-11-12-05753bb204793b9af1f6e9995cb06e2e457aeb40","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-12 - Cabinet of Vice-President Margaritis Schinas x European Healthcare Distribution Association"],"date":["2020-11-12"],"summary":["Pharma strategy"],"notes":["Portfolio: Promoting the European Way of Life"],"location":["virtual meeting"],"address":["virtual meeting"],"addressEntity":["addr-225c82a032511500bff73b3efe0d857849613fd9"],"organizer":["ec-cabinet-margaritis-of-president-schinas-vice"],"involved":["eu-tr-0757172464-29","ec-person-c8d1d7f3012c344bc60630eb456865390bddc7c5"]}} -{"id":"ec-meeting-2020-11-12-0dbe8c0b7bb99e4a00ce7901d1d0389b7d7b42d7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-12 - Cabinet of Commissioner Thierry Breton x Google"],"date":["2020-11-12"],"summary":["DSA and DMA"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","eu-tr-03181945560-59"]}} -{"id":"ec-meeting-2020-11-12-1bcf68a8e27b2bf7e76bcd232bddd4529c0612cf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-12 - Cabinet of Commissioner Janusz Wojciechowski x Planet Labs Germany"],"date":["2020-11-12"],"summary":["To introduce Planet and discuss the role of earth observation in supporting the EU’s agriculture policy and environmental objectives."],"notes":["Portfolio: Agriculture"],"location":["video meeting"],"address":["video meeting"],"addressEntity":["addr-461e1e892f0c482e21523e45368c4331d84fbeef"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["ec-person-cafe030b6dad78a75143f7552c420481b30ebceb","eu-tr-293502227711-32"]}} -{"id":"ec-meeting-2020-11-12-1eb656062aa519e493b21f3a8cb2fc19c0cca4cc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-12 - Cabinet of Commissioner Thierry Breton x European Internet Forum"],"date":["2020-11-12"],"summary":["Access to finance for SMEs, scale-ups and creative ecosystem"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-001968511387-52","ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","ec-person-5215bd372c5a1202399d77ecceb8c16de8d7d55c"]}} -{"id":"ec-meeting-2020-11-12-1f0f19ca38ecd771ab8136c5c56799284dd951ac","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-12 - Cabinet of Commissioner Virginijus Sinkevičius x Climate Action Network Europe"],"date":["2020-11-12"],"summary":["Circular Economy Action Plan (including sustainability strategies) Industrial Strategy and links between climate and circularity, biodiversity"],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["eu-tr-55888811123-49","ec-person-ef0f66e9880a22ea8d9657bd982daf9bd74838c1"]}} -{"id":"ec-meeting-2020-11-12-3030bcc2a350f6d599ad292c6d326da200697d54","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-12 - Cabinet of Vice-President Věra Jourová x Evropské hodnoty z.s."],"date":["2020-11-12"],"summary":["Disinformation"],"notes":["Portfolio: Values and Transparency"],"location":["videoconference"],"address":["videoconference"],"addressEntity":["addr-92b2fbb928e012810d80d9ef1abe12027beee200"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["ec-person-fb258e0188a5319bfaba3161382db43f5a85851f","eu-tr-865248235369-40"]}} -{"id":"ec-meeting-2020-11-12-38dfbff3b4c6d619e66087b9b898e0dce9153c22","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-12 - Cabinet of Executive Vice-President Frans Timmermans x Green 10"],"date":["2020-11-12"],"summary":["The 2030 climate ambition and related legislation + Recovery and Resilience facility + Common agricultural policy and Biodiversity."],"notes":["Portfolio: European Green Deal"],"location":["Brussels - video conference"],"address":["Brussels - video conference"],"addressEntity":["addr-d7df553e47e69d1cc9f4189b36b7c867f80459b0"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-7c876f4825f213b8adbedf089ccedfbc3b36d65b","eu-tr-70309834043-10"]}} -{"id":"ec-meeting-2020-11-12-3f700246959563895fde6e6f73b0416877a6df14","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-12 - Cabinet of Executive Vice-President Margrethe Vestager x Schibsted ASA"],"date":["2020-11-12"],"summary":["Digital Markets Act"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0","eu-tr-532331921544-33"]}} -{"id":"ec-meeting-2020-11-12-4c7ae7a0c457d59f93d5f40188cd0dc6bcfadc47","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-12 - Mobility and Transport x CMA CGM"],"date":["2020-11-12"],"summary":["Freight transport/shipping"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-dg-move"],"involved":["eu-tr-009433826675-55","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2020-11-12-5c9f6f4f1ef2c5642739ded86473684cc43a3ba2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-12 - Cabinet of Executive Vice-President Frans Timmermans x Transport en Logistiek Nederland"],"date":["2020-11-12"],"summary":["Interview on sustainable logistics"],"notes":["Portfolio: European Green Deal"],"location":["video call"],"address":["video call"],"addressEntity":["addr-12d8c530d76da0b7745f9c0f9285e7eec97adc55"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-d56ecbfde17436a136fc89c9a978b266e8285c84","eu-tr-41712511261-57"]}} -{"id":"ec-meeting-2020-11-12-60f679f945190a988823d688442951497fad4e97","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-12 - Cabinet of Commissioner Nicolas Schmit x None"],"date":["2020-11-12"],"summary":["Social dialogue"],"notes":["Portfolio: Jobs and Social Rights"],"location":["online"],"address":["online"],"addressEntity":["addr-2dbc2fd2358e1ea1b7a6bc08ea647b9a337ac92d"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["eu-tr-43785827982-59","eu-tr-3334854676-12","eu-tr-04902121531-04","eu-tr-504693417417-52","ec-person-652143032bcbd23aa320685b3deba350097aa7ae","eu-tr-33130841043-14","eu-tr-72197913011-06","eu-tr-07595112423-87","eu-tr-57745478360-42","eu-tr-358284014848-82","eu-tr-92545571128-74","eu-tr-302460130801-47","eu-tr-622307424816-11","eu-tr-448438826682-91"]}} -{"id":"ec-meeting-2020-11-12-6bc37b4a60d89e603ee4a58c93cd78197bbb90e8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-12 - Cabinet of Commissioner Thierry Breton x Booking.com B.V."],"date":["2020-11-12"],"summary":["DMA and pact for skills"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-146537115285-34","ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0"]}} -{"id":"ec-meeting-2020-11-12-6d6cc26d564a4942afc5450f95897aded6bf2359","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-12 - Cabinet of Executive Vice-President Margrethe Vestager x Hydrogen Europe"],"date":["2020-11-12"],"summary":["Hydrogen Alliance and competition policy"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-77659588648-75","ec-person-7f4ed7789b52b8daf8b637232a16c6d3120c5e37"]}} -{"id":"ec-meeting-2020-11-12-78e41f40d5bcda7f901b5cd1138861cac50c89e9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-12 - Cabinet of Commissioner Adina Vălean x eu travel tech"],"date":["2020-11-12"],"summary":["Discuss horizontal developments in the transport industry."],"notes":["Portfolio: Transport"],"location":["Conference call"],"address":["Conference call"],"addressEntity":["addr-28ba88479582b2f75898964548da4252dc7db7d2"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["ec-person-5f7f9d4d861c5b97fbd25bccf6323535d2a7ceb8","ec-person-6e21d867543ef3b910e746c319cb048abd054702","eu-tr-70614728635-77"]}} -{"id":"ec-meeting-2020-11-12-7a4bc22847b302a8593e15606fce133f0082b23b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-12 - Cabinet of Vice-President Věra Jourová x Spotify"],"date":["2020-11-12"],"summary":["Digital agenda"],"notes":["Portfolio: Values and Transparency"],"location":["videoconference"],"address":["videoconference"],"addressEntity":["addr-92b2fbb928e012810d80d9ef1abe12027beee200"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["ec-person-221276f2dfa4b8fe628f08e982d967b6aeb61c57","eu-tr-365747616583-15"]}} -{"id":"ec-meeting-2020-11-12-912f63d665bfc30b0c4bae173d3ef6b15d95a07b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-12 - Cabinet of Commissioner Mairead Mcguinness x JPMorgan Chase & Co."],"date":["2020-11-12"],"summary":["MiFID, sustainable finance, digital finance"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-0ba9b89127b39af6a66f2fc3ed727332f1b19a34","eu-tr-9171899949-17"]}} -{"id":"ec-meeting-2020-11-12-999d277b9883dbc9fd57accf8c8a63f8e4a551f1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-12 - Cabinet of Commissioner Nicolas Schmit x European Youth Forum"],"date":["2020-11-12"],"summary":["Meeting on quality standards."],"notes":["Portfolio: Jobs and Social Rights"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-66fa2c2d100ec194caa42b5c6f97c36e2748b71c","ec-person-4cf4655ab41922e92160325d987a3c4615c72d30","eu-tr-43251547769-22"]}} -{"id":"ec-meeting-2020-11-12-9e77d1630a5c4fa6e351794cdaa3014cf011d5f6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-12 - Cabinet of Commissioner Janez Lenarčič x CARE International Aisbl"],"date":["2020-11-12"],"summary":["Humanitarian aid, humanitarian access, IHL, gender equality."],"notes":["Portfolio: Crisis Management"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-janez-lenarcic-of"],"involved":["ec-person-35334591a1ee219b6f0829d58a8cfba058540557","eu-tr-90237823189-97","ec-person-a4dfc52eb1bb167ae4f4d6e6651b867eaacee0cd"]}} -{"id":"ec-meeting-2020-11-12-b15c4cd7403640161eb6eca6d3e4d91776b2dce6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-12 - Cabinet of Commissioner Thierry Breton x Bureau Européen des Unions de Consommateurs"],"date":["2020-11-12"],"summary":["DSA and DMA"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-9505781573-45","ec-person-4d83416435f81b1f1e8f5c86aeebb1478577f1d2"]}} -{"id":"ec-meeting-2020-11-12-bb997abb199dae411ef189af8b94195e43906226","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-12 - Cabinet of Vice-President Maroš Šefčovič x Jaguar Land Rover Limited"],"date":["2020-11-12"],"summary":["EU/UK Trade Deal"],"notes":["Portfolio: Interinstitutional Relations and Foresight"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-08618215943-22","ec-person-af83ed49c403cb9d7ebfecca7893f0054c1f4be5"]}} -{"id":"ec-meeting-2020-11-12-c0e240da3ffd3d3db4a59d270d352ce32bb3d122","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-12 - Cabinet of Executive Vice-President Valdis Dombrovskis x amfori - Trade with Purpose"],"date":["2020-11-12"],"summary":["Trade and sustainable development"],"notes":["Portfolio: An Economy that Works for People"],"location":["Video conference"],"address":["Video conference"],"addressEntity":["addr-ebc9fd5c2f372a32153cf3f4d5fb918a96b84a88"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-235870cd7eb41f2494f695fce18b5b5b88647113","ec-person-1d8581216d9aa7f26fa098a81e84ca61e0e3f261","eu-tr-84768556104-35"]}} -{"id":"ec-meeting-2020-11-12-c3071a13faa8ef73965e30cc5f8c411b3efe62c6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-12 - Cabinet of Executive Vice-President Frans Timmermans x Mobility for Prosperity in Europe"],"date":["2020-11-12"],"summary":["Speech on sustainable and smart logistics"],"notes":["Portfolio: European Green Deal"],"location":["video call"],"address":["video call"],"addressEntity":["addr-12d8c530d76da0b7745f9c0f9285e7eec97adc55"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-264128236995-26","ec-person-d56ecbfde17436a136fc89c9a978b266e8285c84"]}} -{"id":"ec-meeting-2020-11-12-c6f2f738d6cc159cae1c7a62fec26c4f7a2276d1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-12 - Cabinet of Commissioner Adina Vălean x Arbeitsgemeinschaft deutscher Verkehrsflughäfen"],"date":["2020-11-12"],"summary":["Meeting to discuss latest developments in aviation."],"notes":["Portfolio: Transport"],"location":["Conference call"],"address":["Conference call"],"addressEntity":["addr-28ba88479582b2f75898964548da4252dc7db7d2"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["ec-person-5f7f9d4d861c5b97fbd25bccf6323535d2a7ceb8","eu-tr-41108238259-40","ec-person-cc0354fbf386eb83f57c00ad5240f1dddeeabab4"]}} -{"id":"ec-meeting-2020-11-12-c99fd41780868243dac86184db69362abffb75f5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-12 - Cabinet of Commissioner Adina Vălean x FlixBus Italia"],"date":["2020-11-12"],"summary":["Introductory meeting to discuss road policy."],"notes":["Portfolio: Transport"],"location":["Conference call"],"address":["Conference call"],"addressEntity":["addr-28ba88479582b2f75898964548da4252dc7db7d2"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["eu-tr-751779927700-43","ec-person-6e21d867543ef3b910e746c319cb048abd054702","ec-person-267c5ab3ea5304fc6305ef321e214c9c1cd0f78e"]}} -{"id":"ec-meeting-2020-11-12-d00e69c9905b45cdae7951e542c7a8f15ff6286d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-12 - Cabinet of Executive Vice-President Margrethe Vestager x ASD-Eurospace"],"date":["2020-11-12"],"summary":["ASD proposals for EU Relief Measures for Aerospace, Defence and Security Industries."],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-c5a20b92c008e114355d197b9b2fd62c88868c4e","eu-tr-873508417106-05","ec-person-8b6db5c3c4611618ade59c6d0dadc21c962f0ee7"]}} -{"id":"ec-meeting-2020-11-12-d4c4ea7c1b8259ea2191e7004494af95985d75ec","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-12 - Cabinet of High Representative Josep Borrell Fontelles x ACK3 CONSULTORIA DE RIESGOS GLOBALES SL"],"date":["2020-11-12"],"summary":["Presentation of the company ACK3"],"notes":["Portfolio: High Representative of the Union for Foreign Affairs and Security Policy / Vice-President of the Commission"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-borrell-cabinet-fontelles-high-josep-of-representative"],"involved":["eu-tr-892339940361-05","ec-person-d38139fc9996353b508c5a13d21e63cbdde379be"]}} -{"id":"ec-meeting-2020-11-12-d91d12c0d7701c151ca9d4897fbcc7d6db5cfa0e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-12 - Cabinet of Vice-President Věra Jourová x Centre for Democracy & Technology, Europe"],"date":["2020-11-12"],"summary":["EDAP, DSA"],"notes":["Portfolio: Values and Transparency"],"location":["videoconference"],"address":["videoconference"],"addressEntity":["addr-92b2fbb928e012810d80d9ef1abe12027beee200"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["ec-person-bf54da17217bbddfd9c68fe24d88005ac17e2c4b","eu-tr-57305017757-64"]}} -{"id":"ec-meeting-2020-11-12-e2faf9cafe2741a6660372c995294e055bbad535","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-12 - Financial Stability, Financial Services and Capital Markets Union x Bundesverband deutscher Banken e.V."],"date":["2020-11-12"],"summary":["Key topics for the banking sector and the economic recovery"],"location":["Virtual meeting"],"address":["Virtual meeting"],"addressEntity":["addr-1f1f3f51a4da31a1ea5c1b4b21cbf52ad983224f"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-0764199368-97","ec-person-1fce211249673c35ee07a801ddee77ab24af8d54"]}} -{"id":"ec-meeting-2020-11-12-e5cdc11e4a8348465400aa57a64e12f07e7b1933","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-12 - Cabinet of Commissioner Paolo Gentiloni x SDG Watch Europe"],"date":["2020-11-12"],"summary":["Sustainable Development Goals"],"notes":["Portfolio: Economy"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-gentiloni-of-paolo"],"involved":["eu-tr-037833727533-45","ec-person-6168eb3d5d9bc71f9dc22fb6f75f77fa485ec252"]}} -{"id":"ec-meeting-2020-11-12-e9f7a6e7003f665151ff51a0ce6e7780bb9b73cd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-12 - Cabinet of Commissioner Elisa Ferreira x European Entrepreneurs CEA-PME"],"date":["2020-11-12"],"summary":["Discussion on cohesion support to SMEs – CRII, REACT-EU and ERDF."],"notes":["Portfolio: Cohesion and Reforms"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-elisa-ferreira-of"],"involved":["eu-tr-077142018281-86","ec-person-4121b3832a3dd4ec5d2c50f26f7003d3bada6d20"]}} -{"id":"ec-meeting-2020-11-12-f638dc934f0cd0f79c6367d4040cb8aef006acfb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-12 - Cabinet of Executive Vice-President Frans Timmermans x Union Européenne du Commerce du Bétail et des Métiers de la Viande"],"date":["2020-11-12"],"summary":["Increasing sustainability in the meat sector"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - video conference"],"address":["Brussels - video conference"],"addressEntity":["addr-d7df553e47e69d1cc9f4189b36b7c867f80459b0"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-4422649896-52","ec-person-33624431cbec1074e151c1707715ef46d2ba9565"]}} -{"id":"ec-meeting-2020-11-12-fe187c656b2402328214a1e501e0065946cd37be","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-12 - Cabinet of Executive Vice-President Margrethe Vestager x Kaupan liitto ry - Finnish Commerce Federation"],"date":["2020-11-12"],"summary":["DSA and DMA"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-141376015883-52","ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0"]}} -{"id":"ec-meeting-2020-11-13-0036784abf63223319dcf98f8e4012063eb7593a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-13 - Cabinet of President Ursula von der Leyen x WeProtect Global Alliance"],"date":["2020-11-13"],"summary":["Videoconference with Chairman of WePROTECT Global Alliance and Co-founder of Thorn (Topic: Fight against child sexual abuse)"],"notes":["Portfolio: President"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["eu-tr-834646340101-36","ec-person-a2ac27c3a7aa93937efc47169c1dc2264a822175"]}} -{"id":"ec-meeting-2020-11-13-08189d82439f2f5b25d391361dc4750fe0186019","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-13 - Cabinet of Executive Vice-President Frans Timmermans x Third Generation Environmentalism Ltd"],"date":["2020-11-13"],"summary":["European Green Deal Diplomacy and civil society"],"notes":["Portfolio: European Green Deal"],"location":["video call"],"address":["video call"],"addressEntity":["addr-12d8c530d76da0b7745f9c0f9285e7eec97adc55"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-4d24ceb9e6bdaabe394d1506aa601a9ce9d0e59b","eu-tr-07783117686-61"]}} -{"id":"ec-meeting-2020-11-13-0d7b403d270b05b5fa0a2ef64ea495fe853f2ded","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-13 - Cabinet of Commissioner Thierry Breton x Lov Group Invest"],"date":["2020-11-13"],"summary":["Audio-visual and media policy; Media Action Plan"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-537363040167-47","ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","ec-person-5215bd372c5a1202399d77ecceb8c16de8d7d55c"]}} -{"id":"ec-meeting-2020-11-13-0e75b3ff728faabbd031e12a84bc57685820b0f8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-13 - Cabinet of Vice-President Maroš Šefčovič x BASF SE"],"date":["2020-11-13"],"summary":["BASF ground-breaking ceremony"],"notes":["Portfolio: Interinstitutional Relations and Foresight"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-442becb1e681f03d9df1dc59e73ecf1336c48402","eu-tr-7410939793-88","ec-person-1f95be23689cd4ed0a26fe2980f760ccf2d55c1e"]}} -{"id":"ec-meeting-2020-11-13-0e9c7d3b190882c650299b1cb43271d980175f67","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-13 - Cabinet of Commissioner Janusz Wojciechowski x Alber & Geiger"],"date":["2020-11-13"],"summary":["To draw attention to the ongoing process of revision of the list of Advanced Biofuels of the Renewable Energy Directive II ('RED II')."],"notes":["Portfolio: Agriculture"],"location":["video meeting"],"address":["video meeting"],"addressEntity":["addr-461e1e892f0c482e21523e45368c4331d84fbeef"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["ec-person-cafe030b6dad78a75143f7552c420481b30ebceb","eu-tr-67820416722-09"]}} -{"id":"ec-meeting-2020-11-13-2549782a24956afa4f001ee920cafc28312d5e66","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-13 - Cabinet of Commissioner Jutta Urpilainen x Appel de Genève / Geneva Call"],"date":["2020-11-13"],"summary":["Possible cooperation on the nexus. Projects in the Sahel."],"notes":["Portfolio: International Partnerships"],"location":["Teleconference"],"address":["Teleconference"],"addressEntity":["addr-a1b2e4eeecb1f46f3239fd2a390e2ec3f16bc2cb"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["eu-tr-302979911822-71","ec-person-b5a90dd5ba1c715a3e7923281f7a6ae9975796d8"]}} -{"id":"ec-meeting-2020-11-13-25f50282539388aa96e72031c41c7460e8d1cc6e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-13 - Cabinet of Executive Vice-President Margrethe Vestager x EUROPEAN HOTEL FORUM"],"date":["2020-11-13"],"summary":["Digital Services Act"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-621875521401-70","ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0"]}} -{"id":"ec-meeting-2020-11-13-2c90bd1f2aab83aadc949388354bd84a834c74ca","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-13 - Cabinet of President Ursula von der Leyen x HERMES INTERNATIONAL"],"date":["2020-11-13"],"summary":["Digital issues"],"notes":["Portfolio: President"],"location":["Brussels (WEBEX)"],"address":["Brussels (WEBEX)"],"addressEntity":["addr-3afbdeda01f3dac93a9dc841fdac57d9de27b869"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-7019713e72781afb1f3b19032c4752a314b78180","eu-tr-919484116074-16"]}} -{"id":"ec-meeting-2020-11-13-32c2b96db35e3876774579362bd5e041ea9fab86","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-13 - Cabinet of Commissioner Stella Kyriakides x Animal Task Force"],"date":["2020-11-13"],"summary":["Exchange of views with the Animal Task Force on Farm to Fork, sustainable livestock systems, latest innovations and scientific finding as well as international partnerships."],"notes":["Portfolio: Health"],"location":["Virtual meeting"],"address":["Virtual meeting"],"addressEntity":["addr-1f1f3f51a4da31a1ea5c1b4b21cbf52ad983224f"],"organizer":["ec-cabinet-commissioner-kyriakides-of-stella"],"involved":["ec-person-a14d25733c53171d0aa91b49f8fa6d0c83e15a17","ec-person-43784ba1f5299ace66cb2287545e1dcae4372d14","eu-tr-398736910798-22"]}} -{"id":"ec-meeting-2020-11-13-4506bf745efbbf9e4f901b25fe94db5d8a9f07e7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-13 - Cabinet of Commissioner Paolo Gentiloni x WWF European Policy Programme"],"date":["2020-11-13"],"summary":["Sustainable Development Goals"],"notes":["Portfolio: Economy"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-gentiloni-of-paolo"],"involved":["eu-tr-1414929419-24","ec-person-6168eb3d5d9bc71f9dc22fb6f75f77fa485ec252"]}} -{"id":"ec-meeting-2020-11-13-46265ec88d4597d6e45face599866179e3d81310","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-13 - Cabinet of Executive Vice-President Margrethe Vestager x MEDICINES FOR EUROPE"],"date":["2020-11-13"],"summary":["Upcoming Pharmaceutical strategy, links to digital technologies, data and competition."],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-48325781850-28","ec-person-11ba005cc4046696303381b7ca219da9b11a42bf"]}} -{"id":"ec-meeting-2020-11-13-5b61228ee4f634e8772d24cb12b05cc913849a79","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-13 - Cabinet of Commissioner Mairead Mcguinness x European Movement Ireland"],"date":["2020-11-13"],"summary":["Address Stagiares."],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Video Conference Brussels"],"address":["Video Conference Brussels"],"addressEntity":["addr-51983dd7788e8a9d5d2441c84828f28125e1fa2e"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-2b9c589fb2354bd93067644d2c3d2c058d4c4cc9","eu-tr-496133025107-40"]}} -{"id":"ec-meeting-2020-11-13-783dc30a5ce45cf21df22f2cb648e2bb72f81f50","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-13 - Cabinet of Executive Vice-President Frans Timmermans x Water Europe"],"date":["2020-11-13"],"summary":["European Green Deal initiatives and the importance of water related measures"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-8af3c81534786a740718d21dc58240738a53ed7b","eu-tr-43176485302-45"]}} -{"id":"ec-meeting-2020-11-13-85821b81b853e92606805f9d46473db09c3faca0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-13 - Cabinet of High Representative Josep Borrell Fontelles x International alliance for the protection of heritage in conflict areas"],"date":["2020-11-13"],"summary":["Développment liens ALIPH avec l’UE, notamment dans le cadre de ses politiques de stabilisation et de construction de la paix"],"notes":["Portfolio: High Representative of the Union for Foreign Affairs and Security Policy / Vice-President of the Commission"],"location":["VTC"],"address":["VTC"],"addressEntity":["addr-9d1acaa772820b8ade84113d2da24716fe455be2"],"organizer":["ec-borrell-cabinet-fontelles-high-josep-of-representative"],"involved":["eu-tr-900482240309-22","ec-person-09e3d08df5a180336a981c2bd7382e19b5e380e7"]}} -{"id":"ec-meeting-2020-11-13-87bb07e91ecdcd6efc2f3fa50f809be10fce0393","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-13 - Cabinet of Commissioner Mairead Mcguinness x GROUPE D'INITIATIVE ITALIENNE"],"date":["2020-11-13"],"summary":["Pre-recorded \r\n\r\nCurrent economic & industrial outlook on Italian and European Businesses."],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Video Conference - Brussels"],"address":["Video Conference - Brussels"],"addressEntity":["addr-34f031fe3dca2a1adfe3cdeffd60fe1f84c724b8"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-2b9c589fb2354bd93067644d2c3d2c058d4c4cc9","eu-tr-080682238686-06"]}} -{"id":"ec-meeting-2020-11-13-8fd3e75f016d7194787327085983e30ca6fd276b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-13 - Cabinet of Executive Vice-President Margrethe Vestager x DIGITALEUROPE"],"date":["2020-11-13"],"summary":["AI regulatory framework"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-64270747023-20","ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0"]}} -{"id":"ec-meeting-2020-11-13-9081e90e2b577be7b594781602c3803780e657a7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-13 - Cabinet of Commissioner Adina Vălean x Global Business Travel Association"],"date":["2020-11-13"],"summary":["Introduction meeting to discuss aviation."],"notes":["Portfolio: Transport"],"location":["Conference call"],"address":["Conference call"],"addressEntity":["addr-28ba88479582b2f75898964548da4252dc7db7d2"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["ec-person-5f7f9d4d861c5b97fbd25bccf6323535d2a7ceb8","eu-tr-43871558497-67"]}} -{"id":"ec-meeting-2020-11-13-91bbb41fe0e1f200a365fad267f0f819ab446e79","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-13 - Cabinet of Executive Vice-President Frans Timmermans x European Alliance for Plant-based Foods"],"date":["2020-11-13"],"summary":["Sustainable diets"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - video conference"],"address":["Brussels - video conference"],"addressEntity":["addr-d7df553e47e69d1cc9f4189b36b7c867f80459b0"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-160969739303-16","ec-person-33624431cbec1074e151c1707715ef46d2ba9565"]}} -{"id":"ec-meeting-2020-11-13-9b8bf8fb535464eeb07695b264d4181dacec2d02","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-13 - Cabinet of Vice-President Margaritis Schinas x Microsoft Corporation"],"date":["2020-11-13"],"summary":["Pact for skills, EEA"],"notes":["Portfolio: Promoting the European Way of Life"],"location":["virtual meeting"],"address":["virtual meeting"],"addressEntity":["addr-225c82a032511500bff73b3efe0d857849613fd9"],"organizer":["ec-cabinet-margaritis-of-president-schinas-vice"],"involved":["eu-tr-0801162959-21","ec-person-c8d1d7f3012c344bc60630eb456865390bddc7c5","ec-person-b59ff7316734021e48aa7e0fd79eeeab36ea2bb4"]}} -{"id":"ec-meeting-2020-11-13-a7170251fdd1bc824219db2dd2dbe751e8fef243","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-13 - Cabinet of Commissioner Janez Lenarčič x Norwegian Refugee Council Europe"],"date":["2020-11-13"],"summary":["Major trends and challenges for European humanitarian aid"],"notes":["Portfolio: Crisis Management"],"location":["Brussels (VTC)"],"address":["Brussels (VTC)"],"addressEntity":["addr-37c43e0c10e2a2fb447c53cde1d253728a607703"],"organizer":["ec-cabinet-commissioner-janez-lenarcic-of"],"involved":["ec-person-a6cd325c80698b2331699224c780ebfb10573602","eu-tr-750447615329-96","ec-person-31e4e9c3126a9151de6a161e669faba028b1ffa6"]}} -{"id":"ec-meeting-2020-11-13-ca0d0470b43a0464813de2d551fe35a2db03e62c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-13 - Cabinet of Vice-President Věra Jourová x European Movement International"],"date":["2020-11-13"],"summary":["Rule of Law"],"notes":["Portfolio: Values and Transparency"],"location":["videoconference"],"address":["videoconference"],"addressEntity":["addr-92b2fbb928e012810d80d9ef1abe12027beee200"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["eu-tr-35279857524-58","ec-person-221276f2dfa4b8fe628f08e982d967b6aeb61c57","ec-person-76793b3bad1c7471121c510a962aae356d19c30b"]}} -{"id":"ec-meeting-2020-11-13-db1d7a6af4d4b7c767277f73a72637ed9582747d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-13 - Cabinet of Commissioner Mairead Mcguinness x Bureau Européen des Unions de Consommateurs"],"date":["2020-11-13"],"summary":["Priorities in the area of financial services in EU and the consumer dimension."],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Video Conference - Brussels"],"address":["Video Conference - Brussels"],"addressEntity":["addr-34f031fe3dca2a1adfe3cdeffd60fe1f84c724b8"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-2b9c589fb2354bd93067644d2c3d2c058d4c4cc9","eu-tr-9505781573-45"]}} -{"id":"ec-meeting-2020-11-13-fce556d2675003dc7d50caa255375691d387805e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-13 - Cabinet of Commissioner Mairead Mcguinness x Raiffeisen Bank International AG"],"date":["2020-11-13"],"summary":["introductory meeting"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["videoconference"],"address":["videoconference"],"addressEntity":["addr-92b2fbb928e012810d80d9ef1abe12027beee200"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["eu-tr-33858106461-10","ec-person-0ba9b89127b39af6a66f2fc3ed727332f1b19a34"]}} -{"id":"ec-meeting-2020-11-16-0d33ae191f4cb5d0279c2f8d27ff5fe5bbdaf7c2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-16 - Cabinet of Executive Vice-President Margrethe Vestager x Deutsche Gesellschaft für Auswärtige Politik e.V."],"date":["2020-11-16"],"summary":["Transatlantic Cooperation and Competition"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-274682235651-46","ec-person-11ba005cc4046696303381b7ca219da9b11a42bf"]}} -{"id":"ec-meeting-2020-11-16-0eb259fd6c0c9047675bb94c4ca3756d04571242","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-16 - Communications Networks, Content and Technology x SAP Deutsche Telekom"],"date":["2020-11-16"],"summary":["Secure cloud (video meeting)"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-60052162589-72","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f","eu-tr-639117311617-01"]}} -{"id":"ec-meeting-2020-11-16-25464890e6a3c82143c9001e37b2963221b5e745","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-16 - Cabinet of Commissioner Thierry Breton x Beta Film"],"date":["2020-11-16"],"summary":["Roundtable on Media Action Plan"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-570696337972-73","ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","ec-person-5215bd372c5a1202399d77ecceb8c16de8d7d55c"]}} -{"id":"ec-meeting-2020-11-16-34e86c1ad2fc3b0d8c03e3d98008986a9ba6dc27","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-16 - Cabinet of Commissioner Thierry Breton x EBU-UER (European Broadcasting Union)"],"date":["2020-11-16"],"summary":["DSA and DMA"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-93288301615-56","ec-person-4d83416435f81b1f1e8f5c86aeebb1478577f1d2","ec-person-5215bd372c5a1202399d77ecceb8c16de8d7d55c"]}} -{"id":"ec-meeting-2020-11-16-4c1bf21a0c42b84a7b8f5ef845f72d80129c0876","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-16 - Research and Innovation x GÉANT Association"],"date":["2020-11-16"],"summary":["Role of GÉANT to interconnect and serve the enhanced European Research Area, including the newly formed EPAs and the existing network of ESFRI-s, ERIC-s"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-rtd"],"involved":["eu-tr-435792917444-12","ec-person-1d348f33395de0ea6773a7b4ae8797e3e0392f73"]}} -{"id":"ec-meeting-2020-11-16-627ea0629a6b09646fd4a3aeb2d8144d5db193a4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-16 - Cabinet of Commissioner Jutta Urpilainen x Metsäliitto Cooperative"],"date":["2020-11-16"],"summary":["Green Deal, forests and climate policy"],"notes":["Portfolio: International Partnerships"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["ec-person-7c4fa9cfb750b5b524c065180fcee1123b8df03e","eu-tr-962687110415-94"]}} -{"id":"ec-meeting-2020-11-16-7ce3a6bf4e3e4b3892986eaba85f3aae70a4228f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-16 - Cabinet of Commissioner Thierry Breton x DIGITALEUROPE Canon Europe Ltd. Amazon Europe Core SARL Cisco Systems Inc. Bitkom e.V. Meta Platforms Ireland Limited and its various subsidiaries (f/k/a Facebook Ireland Limited)"],"date":["2020-11-16"],"summary":["DSA"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-5351830264-31","ec-person-4d83416435f81b1f1e8f5c86aeebb1478577f1d2","eu-tr-494613715191-85","eu-tr-366117914426-10","eu-tr-248681416766-22","eu-tr-64270747023-20","eu-tr-28666427835-74"]}} -{"id":"ec-meeting-2020-11-16-88c228abc042d983c83484385e6632e45da5a17e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-16 - Cabinet of Commissioner Mariya Gabriel x Gates Ventures, LLC"],"date":["2020-11-16"],"summary":["Presentation of Catalyst"],"notes":["Portfolio: Innovation and Youth"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["ec-person-6a2152ccdf48d8ec087f545734a0ec503917193b","ec-person-f44fd5a4e1aee7b5ec7988261aaa129844edaa4a","eu-tr-458140332839-09"]}} -{"id":"ec-meeting-2020-11-16-8e0f6b1481bb296172343033ca771c9758693c3e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-16 - Cabinet of Commissioner Thierry Breton x SANOFI"],"date":["2020-11-16"],"summary":["Pharmaceutical manufacturing in the EU"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-026c2270ec4cbabdb8ac223b2d1fa4202696dc8d","eu-tr-61291462764-77","ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0"]}} -{"id":"ec-meeting-2020-11-16-8ff68707192f9da93b17eb57e483cbd7794e0a19","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-16 - Foreign Policy Instruments x Fondation Hirondelle, Media for Peace and Human Dignity"],"date":["2020-11-16"],"summary":["Exchange on conflict prevention and reconciliation"],"location":["VTC"],"address":["VTC"],"addressEntity":["addr-9d1acaa772820b8ade84113d2da24716fe455be2"],"organizer":["ec-dg-fpi"],"involved":["eu-tr-318360828103-95","ec-person-c3b6b442c99862009242a343eeb51ed66498bd31"]}} -{"id":"ec-meeting-2020-11-16-93d6ef8f9bd2d08ec8da37fb0635d86680f99aaa","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-16 - Cabinet of Commissioner Johannes Hahn x voestalpine AG"],"date":["2020-11-16"],"summary":["Green Deal and Recovery Plan for Europe"],"notes":["Portfolio: Budget and Administration"],"location":["Conference call"],"address":["Conference call"],"addressEntity":["addr-28ba88479582b2f75898964548da4252dc7db7d2"],"organizer":["ec-cabinet-commissioner-hahn-johannes-of"],"involved":["ec-person-6dd3472dac004e43ec1fa4f5b4106e3b476c9ce7","eu-tr-189510925414-06"]}} -{"id":"ec-meeting-2020-11-16-a10e2847c4d22fb8950d4873a9bfa2597d776e42","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-16 - Cabinet of Executive Vice-President Frans Timmermans x Verband der Kali- und Salzindustrie e.V. K+S Aktiengesellschaft"],"date":["2020-11-16"],"summary":["Impact of a higher 2030 climate target on the potash industry and ETS-related aspects"],"notes":["Portfolio: European Green Deal"],"location":["video call"],"address":["video call"],"addressEntity":["addr-12d8c530d76da0b7745f9c0f9285e7eec97adc55"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-85717948337-22","eu-tr-266674837184-82","ec-person-f1a3478550296f3f9accdc67d6ef5a0b681dda4b"]}} -{"id":"ec-meeting-2020-11-16-a687813ea926a714dc3026cce419293c66ef5d29","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2020-11-16 - Cabinet of Commissioner Jutta Urpilainen x Wellcome Trust"],"date":["2020-11-16"],"summary":["Coronavirus response and Wellcome Trust role","COVID-19 response"],"notes":["Portfolio: International Partnerships"],"location":["Videoconference","Teleconference"],"address":["Videoconference","Teleconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b","addr-a1b2e4eeecb1f46f3239fd2a390e2ec3f16bc2cb"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["eu-tr-912723313554-37","ec-person-6357f4506ca5351b3a822936612fd6006da48722"]}} -{"id":"ec-meeting-2020-11-16-ae3fe9527c7c607b9a85e63c731ed15c12956bec","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-16 - Cabinet of Vice-President Věra Jourová x Google"],"date":["2020-11-16"],"summary":["Disinformation"],"notes":["Portfolio: Values and Transparency"],"location":["videoconference"],"address":["videoconference"],"addressEntity":["addr-92b2fbb928e012810d80d9ef1abe12027beee200"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["eu-tr-03181945560-59","ec-person-bf54da17217bbddfd9c68fe24d88005ac17e2c4b"]}} -{"id":"ec-meeting-2020-11-16-b184a43af74b257059d44d10abf7510fecfb4135","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-16 - Cabinet of Executive Vice-President Frans Timmermans x Mouvement des Entreprises de France"],"date":["2020-11-16"],"summary":["EU response to the COVID 19 crisis; Green Deal and 2030 climate target"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - video conference"],"address":["Brussels - video conference"],"addressEntity":["addr-d7df553e47e69d1cc9f4189b36b7c867f80459b0"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-7c876f4825f213b8adbedf089ccedfbc3b36d65b","eu-tr-43763731235-75"]}} -{"id":"ec-meeting-2020-11-16-b36a7d18a69e0b039d488956d3cb61378f2c4ff3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-16 - Internal Market, Industry, Entrepreneurship and SMEs x Deutsche Industrie- und Handelskammer"],"date":["2020-11-16"],"summary":["Exchange with the SME committees of DIHK, BDI and the BDA."],"location":["Phone call"],"address":["Phone call"],"addressEntity":["addr-cac056598c767cdeaa0f13cfe91d25988c24c698"],"organizer":["ec-dg-grow"],"involved":["eu-tr-22400601191-42","ec-person-0151c7e554d188fffc509ad636b7d1a84c5dfcd5"]}} -{"id":"ec-meeting-2020-11-16-bb2a82afb97fa373d49bd8224bc7e7ee8b040ae8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-16 - Cabinet of Vice-President Věra Jourová x Reporters sans frontières"],"date":["2020-11-16"],"summary":["Media freedom"],"notes":["Portfolio: Values and Transparency"],"location":["videoconference"],"address":["videoconference"],"addressEntity":["addr-92b2fbb928e012810d80d9ef1abe12027beee200"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["eu-tr-612547127497-45","ec-person-bf54da17217bbddfd9c68fe24d88005ac17e2c4b"]}} -{"id":"ec-meeting-2020-11-16-beaa153aaf6d2c60056bb160c9a8f500d219485f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-16 - Research and Innovation x COIMBRA GROUP"],"date":["2020-11-16"],"summary":["Keynote Speech and discussion at Closed Rectors’ Meeting of the Coimbra Group"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-rtd"],"involved":["ec-person-1d348f33395de0ea6773a7b4ae8797e3e0392f73","eu-tr-361887338852-62"]}} -{"id":"ec-meeting-2020-11-16-c82e8433fffe7acbd6ad2c28f88b5129c51fa15d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-16 - Cabinet of Executive Vice-President Frans Timmermans x Climate Action Network Europe"],"date":["2020-11-16"],"summary":["Speech on the climate policy at Sustainable Innovation Forum"],"notes":["Portfolio: European Green Deal"],"location":["video conference (Brussels)"],"address":["video conference (Brussels)"],"addressEntity":["addr-96d45bbb99f3da137b2243f11b529ed54662db90"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce","eu-tr-55888811123-49"]}} -{"id":"ec-meeting-2020-11-16-cb1f60c9ba7f28923b9ca9061dfbc6d61ebbd633","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-16 - Defence Industry and Space x SAFRAN"],"date":["2020-11-16"],"summary":["Call to exchange views on Research budgets & Sustainable Fuels."],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-dg-defis"],"involved":["ec-person-a5e52cd544ea3aa44eb4b31fac65a468499f106e","eu-tr-764184537594-67"]}} -{"id":"ec-meeting-2020-11-16-d38dc1b955f00cb767859dc4fa4553a23261f588","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-16 - Economic and Financial Affairs x MARSH & McLENNAN COMPANIES FRANCE"],"date":["2020-11-16"],"summary":["Presentation of the G30 Study made by Oliver Wyman consultancy on revitalizing the corporate sector"],"location":["Brussels - online meeting"],"address":["Brussels - online meeting"],"addressEntity":["addr-2051dbf432a7bb0c2863321ec637de57cd4a01f1"],"organizer":["ec-dg-ecfin"],"involved":["eu-tr-117683115792-20","ec-person-d59b69916c3a29673c14838feab22a7902555d52"]}} -{"id":"ec-meeting-2020-11-16-daa3a440a7616baa242a3744b68a9a01cf4cdc17","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-16 - Cabinet of Commissioner Virginijus Sinkevičius x Stichting BirdLife Europe"],"date":["2020-11-16"],"summary":["Eliminating harmful subsidies and investing in making the seas sustainable"],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["eu-tr-1083162721-43","ec-person-ef0f66e9880a22ea8d9657bd982daf9bd74838c1"]}} -{"id":"ec-meeting-2020-11-16-dc126d27c187c9c1afed36703d84cf47f6bde795","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-16 - Cabinet of Commissioner Nicolas Schmit x BUSINESSEUROPE SGI Europe SMEunited aisbl EUROPEAN TRADE UNION CONFEDERATION"],"date":["2020-11-16"],"summary":["Meeting on the Recovery Strategy."],"notes":["Portfolio: Jobs and Social Rights"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-8eb18b6102d444937bc6af5822a6742812165b48","ec-person-4cf4655ab41922e92160325d987a3c4615c72d30","eu-tr-55820581197-35","eu-tr-3978240953-79","eu-tr-06698681039-26","ec-person-935314e38d735654cae8ee61313a3d73439b242d","ec-person-c03b949331dbbe5fa3d5423758e371ec1b9b832f","eu-tr-59513031434-92"]}} -{"id":"ec-meeting-2020-11-16-e98fbe368f7895fc13f7779e040cc39316fd844d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-16 - Cabinet of Executive Vice-President Margrethe Vestager x EBU-UER (European Broadcasting Union)"],"date":["2020-11-16"],"summary":["DSA and DMA"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-93288301615-56","ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0"]}} -{"id":"ec-meeting-2020-11-17-0a0ea0d68c605c141dd931c08ce6b9b3a08a050d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-17 - Cabinet of Executive Vice-President Valdis Dombrovskis x BNP PARIBAS"],"date":["2020-11-17"],"summary":["Financial services"],"notes":["Portfolio: An Economy that Works for People"],"location":["Video conferencing"],"address":["Video conferencing"],"addressEntity":["addr-4a260fcbdf035aeae48bfb811f1225b05f636185"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-f011ed0f7c78d833a79f1206f788e0cbd9cb8864","eu-tr-78787381113-69","ec-person-1e9076681bd62efdd58882f9a7b63b2423568217"]}} -{"id":"ec-meeting-2020-11-17-0e1906b6dc48fda3d54ac99ade1020be5e95025d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-17 - Cabinet of President Ursula von der Leyen x Gates Ventures, LLC"],"date":["2020-11-17"],"summary":["Breakthrough Energy Catalyst"],"notes":["Portfolio: President"],"location":["Brussels (Skype for Business)"],"address":["Brussels (Skype for Business)"],"addressEntity":["addr-28c54362bb185b50040ecffd07f84ced85749d13"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-f2b941852d3b961d69ed695c2d243a1a2b4a1904","eu-tr-458140332839-09"]}} -{"id":"ec-meeting-2020-11-17-1e1cf96a6270554d4c5b10661cd056443883d56e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-17 - Internal Market, Industry, Entrepreneurship and SMEs x DIGITALEUROPE"],"date":["2020-11-17"],"summary":["DIGITALEUROPE holds a high-level informal dialogue on industrial policy with ten senior executives of the Digital Manufacturing Executive Council (DMEC)."],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-grow"],"involved":["ec-person-0151c7e554d188fffc509ad636b7d1a84c5dfcd5","eu-tr-64270747023-20"]}} -{"id":"ec-meeting-2020-11-17-241f862e5d3231baf88985f077b1915b8d551867","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-17 - Communications Networks, Content and Technology x Fundação COI"],"date":["2020-11-17"],"summary":["Digital technologies and services. Online meeting"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-469688327506-35","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2020-11-17-2ab777923b1cca5ddae8eff434a304dfdd683787","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-17 - Cabinet of Executive Vice-President Frans Timmermans x Stichting Katholieke Universiteit Tilburg"],"date":["2020-11-17"],"summary":["Virtual meeting with students on the European Green Deal"],"notes":["Portfolio: European Green Deal"],"location":["video confenrence (Brussels)"],"address":["video confenrence (Brussels)"],"addressEntity":["addr-45b959065a6c6a6a2f6095466014939626274394"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-131966829648-31","ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce"]}} -{"id":"ec-meeting-2020-11-17-4fd79e6e2ce722c9e95a83501620f7a4aea78db3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-17 - Cabinet of Vice-President Věra Jourová x Transparency International Liaison Office to the European Union"],"date":["2020-11-17"],"summary":["Transparency register"],"notes":["Portfolio: Values and Transparency"],"location":["videoconference"],"address":["videoconference"],"addressEntity":["addr-92b2fbb928e012810d80d9ef1abe12027beee200"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["eu-tr-501222919-71","ec-person-7e1aeaad9232c788ee790cdb309ccad8f9ffdc5e"]}} -{"id":"ec-meeting-2020-11-17-56ab27aa79c6fbf9000386558bf15a8548446b9d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-17 - Taxation and Customs Union x GETLINK"],"date":["2020-11-17"],"summary":["Readiness for the end of the transition period (Brexit)"],"location":["Calais, France"],"address":["Calais, France"],"addressEntity":["addr-0f6a12f3c22931d425e849b6001cdc6ef85885e1"],"organizer":["ec-dg-taxud"],"involved":["eu-tr-092337815041-92","ec-person-9e42f316f38c8e126c2cd2bc84affb891338c7f3"]}} -{"id":"ec-meeting-2020-11-17-57b0786d0aec71c37c084ae8c00260bac7f6ebd8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-17 - Cabinet of Commissioner Adina Vălean x American Chamber of Commerce to the European Union"],"date":["2020-11-17"],"summary":["Transatlantic Partnership, coronavirus crisis and economic recovery"],"notes":["Portfolio: Transport"],"location":["Conference call"],"address":["Conference call"],"addressEntity":["addr-28ba88479582b2f75898964548da4252dc7db7d2"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["ec-person-baa9678f53e0a607c8a9bb2cd9122d1c13370154","eu-tr-5265780509-97","ec-person-267c5ab3ea5304fc6305ef321e214c9c1cd0f78e"]}} -{"id":"ec-meeting-2020-11-17-5af19c9d1419161c94ab9b4258bef4a7dd233e91","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-17 - Cabinet of Executive Vice-President Frans Timmermans x European Policy Centre"],"date":["2020-11-17"],"summary":["The European Climate Pact"],"notes":["Portfolio: European Green Deal"],"location":["video call"],"address":["video call"],"addressEntity":["addr-12d8c530d76da0b7745f9c0f9285e7eec97adc55"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-89632641000-47","ec-person-f8efd5ca1c3794aa2954d6b5f54ff94f015fba20"]}} -{"id":"ec-meeting-2020-11-17-6f837813302f5c90e23be1336220c6f480eb027a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-17 - Budget x Crédit Agricole S.A."],"date":["2020-11-17"],"summary":["Green Bonds"],"location":["videocall"],"address":["videocall"],"addressEntity":["addr-da28e2e86c6d6c7a7b3f692a8c370aa1e8406cff"],"organizer":["ec-dg-budg"],"involved":["ec-person-39635b893026833f739fe623fe7e9d5a97525e7a","eu-tr-35147251117-11"]}} -{"id":"ec-meeting-2020-11-17-814b9c066a81463c9fb4e48e3bb5db11ee2d6114","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-17 - Cabinet of Commissioner Nicolas Schmit x Boerenbond vzw"],"date":["2020-11-17"],"summary":["Meeting on social security and seasonal workers."],"notes":["Portfolio: Jobs and Social Rights"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-761fad67b377a6e2a384245795719ef5f7131269","ec-person-4cf4655ab41922e92160325d987a3c4615c72d30","eu-tr-38367579546-45","ec-person-c03b949331dbbe5fa3d5423758e371ec1b9b832f"]}} -{"id":"ec-meeting-2020-11-17-ad37b4857a79a6c5d077ea55108082b7830bdabc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-17 - Cabinet of President Ursula von der Leyen x GIGAEurope aisbl"],"date":["2020-11-17"],"summary":["Digital issues"],"notes":["Portfolio: President"],"location":["Brussels (VC)"],"address":["Brussels (VC)"],"addressEntity":["addr-7a7ab1034ef0b71e62ebf9a322dc5d9528505976"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-7019713e72781afb1f3b19032c4752a314b78180","eu-tr-42178977290-80"]}} -{"id":"ec-meeting-2020-11-17-b7a3bada277cd89732a9dd967568d6ed0f75ab8c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-17 - Cabinet of Vice-President Věra Jourová x Meta Platforms Ireland Limited and its various subsidiaries (f/k/a Facebook Ireland Limited)"],"date":["2020-11-17"],"summary":["Disinformation in COVID-19, International Data Flow"],"notes":["Portfolio: Values and Transparency"],"location":["videoconference"],"address":["videoconference"],"addressEntity":["addr-92b2fbb928e012810d80d9ef1abe12027beee200"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["ec-person-bf54da17217bbddfd9c68fe24d88005ac17e2c4b","eu-tr-28666427835-74"]}} -{"id":"ec-meeting-2020-11-17-bed40dc8f1b4f25ea53944fca1a15b6fe8fd687e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-17 - Cabinet of Vice-President Maroš Šefčovič x Verein zur Förderung des Bergmannstages, der Rohstoffinitiative sowie der Aus- und Weiterbildung auf dem Gebiet der Rohstoffe"],"date":["2020-11-17"],"summary":["Keynote speech by VP Sefcovic for the EUMICON Conference 2020"],"notes":["Portfolio: Interinstitutional Relations and Foresight"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-442becb1e681f03d9df1dc59e73ecf1336c48402","eu-tr-596549722744-29","ec-person-418d7a56c6e6d14aeb09d76e243d6fa583f7e549"]}} -{"id":"ec-meeting-2020-11-17-c46a672dd53d3b94246f9996d958749a9cb858ce","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-17 - Employment, Social Affairs and Inclusion x Clarios Germany GmbH & Co. KG"],"date":["2020-11-17"],"summary":["Occupational Safety and Health"],"location":["online"],"address":["online"],"addressEntity":["addr-2dbc2fd2358e1ea1b7a6bc08ea647b9a337ac92d"],"organizer":["ec-dg-empl"],"involved":["eu-tr-727481540174-81","ec-person-dd259fce880e1853f0beb087443bce6e7dea70d7"]}} -{"id":"ec-meeting-2020-11-17-c67ef8fd149d10a3ab992f95ca29da0b9af0d80d","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2020-11-17 - Cabinet of Commissioner Jutta Urpilainen x CONCORD Europe"],"date":["2020-11-17"],"summary":["General Assembly of Concord","Preparation of GA CONCORD"],"notes":["Portfolio: International Partnerships"],"location":["Videoconference","Teleconference"],"address":["Videoconference","Teleconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b","addr-a1b2e4eeecb1f46f3239fd2a390e2ec3f16bc2cb"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["eu-tr-34478709670-34","ec-person-6357f4506ca5351b3a822936612fd6006da48722","ec-person-7c4fa9cfb750b5b524c065180fcee1123b8df03e"]}} -{"id":"ec-meeting-2020-11-17-cd9dc8444f7bc25442f99d4a16e8e4170114592e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-17 - Research and Innovation x European Council for Automotive R&D"],"date":["2020-11-17"],"summary":["Opening speech at General Assembly"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-rtd"],"involved":["ec-person-1d348f33395de0ea6773a7b4ae8797e3e0392f73","eu-tr-733099334608-76"]}} -{"id":"ec-meeting-2020-11-17-e590b3392c98f03e64cf959d4965a9ad08ebdc9e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-17 - Cabinet of Commissioner Mariya Gabriel x Forschungszentrum Jülich GmbH"],"date":["2020-11-17"],"summary":["Current plans for Quantum Technologies in the context of the upcoming Horizon Europe Framework Programme"],"notes":["Portfolio: Innovation and Youth"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-721018434321-46","ec-person-1674399a793e9e6fd7cf55b525515fc862fc9351"]}} -{"id":"ec-meeting-2020-11-17-e742506ab76c75ea695c09d09562827d945e3722","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-17 - Cabinet of Executive Vice-President Frans Timmermans x ClientEarth AISBL Zero Waste Europe"],"date":["2020-11-17"],"summary":["circular plastics economy and single-use plastics"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-47806848200-34","ec-person-8af3c81534786a740718d21dc58240738a53ed7b","eu-tr-96645517357-19"]}} -{"id":"ec-meeting-2020-11-17-ebb080d0549f9e58f3eadf819f34df26dd6836a8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-17 - Cabinet of Vice-President Dubravka Šuica x European LEADER Association for Rural Development"],"date":["2020-11-17"],"summary":["Long term vision for rural areas"],"notes":["Portfolio: Democracy and Demography"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-dubravka-of-president-suica-vice"],"involved":["eu-tr-804035413477-13","ec-person-83dd3363da89c86d99ea50c3ff2d15a746405110"]}} -{"id":"ec-meeting-2020-11-17-ec4d66a4e693522493996d07989b983aacf39afd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-17 - Cabinet of Commissioner Kadri Simson x Eurelectric aisbl"],"date":["2020-11-17"],"summary":["TEN-E and upcoming Fit for 55 proposals.Offshore strategy. Grid investments."],"notes":["Portfolio: Energy"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["eu-tr-4271427696-87","ec-person-d40f25b5cb5c0681854a4996da444478318f7e58","ec-person-1995c65b8dc7f3702a8c30ed96a0144075848837"]}} -{"id":"ec-meeting-2020-11-17-f1412d3d549d1bb5fd46f3e8ae0f6de880e06ef9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-17 - Cabinet of Executive Vice-President Frans Timmermans x The European Association for Electromobility"],"date":["2020-11-17"],"summary":["Speech at AVERE E-Mobility Conference (AEC2020)"],"notes":["Portfolio: European Green Deal"],"location":["video conference (Brussels)"],"address":["video conference (Brussels)"],"addressEntity":["addr-96d45bbb99f3da137b2243f11b529ed54662db90"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-269727723042-29","ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce"]}} -{"id":"ec-meeting-2020-11-17-f46f077915c08cb746f0262e4a83573d643dcb99","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-17 - Cabinet of Commissioner Nicolas Schmit x European Transport Workers' Federation"],"date":["2020-11-17"],"summary":["Meeting on precarious work, atypical contracts, bogus self-employment, temporary work agencies and social dumping."],"notes":["Portfolio: Jobs and Social Rights"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["eu-tr-92545571128-74","ec-person-935314e38d735654cae8ee61313a3d73439b242d","ec-person-c03b949331dbbe5fa3d5423758e371ec1b9b832f"]}} -{"id":"ec-meeting-2020-11-17-f9d887f380195d64ac3a3f7c0519bfd081a8a5ee","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-17 - Cabinet of Executive Vice-President Margrethe Vestager x AMADEUS IT GROUP S.A."],"date":["2020-11-17"],"summary":["DMA"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-193056815367-44","ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0"]}} -{"id":"ec-meeting-2020-11-17-fb72c6d91c0ab3f5d059b96ba6b6af634a6d1f26","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-17 - Cabinet of Commissioner Janez Lenarčič x Voluntary Organisations in Cooperation in Emergencies"],"date":["2020-11-17"],"summary":["Humanitarian aid budget"],"notes":["Portfolio: Crisis Management"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-janez-lenarcic-of"],"involved":["ec-person-bfe71e122eb0bdd3b741ef0631bf0d70df0479ee","eu-tr-47126711656-13"]}} -{"id":"ec-meeting-2020-11-17-fcf5806d76cbf9670207a436d56c5d366b37ddac","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-17 - Cabinet of Executive Vice-President Margrethe Vestager x Bureau Européen des Unions de Consommateurs"],"date":["2020-11-17"],"summary":["Digital Services and Digital Markets Acts, AI White Paper"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-9505781573-45","ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0"]}} -{"id":"ec-meeting-2020-11-18-0036dd1a0e639827a3811ff7753114f269249801","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-18 - Cabinet of Vice-President Maroš Šefčovič x Bureau Européen des Unions de Consommateurs"],"date":["2020-11-18"],"summary":["Communication on Better Regulation and the Fit for Future Platform"],"notes":["Portfolio: Interinstitutional Relations and Foresight"],"location":["Videoconference call"],"address":["Videoconference call"],"addressEntity":["addr-d1964f978a9a3925b783c40d0fd778ce0d40e512"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-9505781573-45","ec-person-99d328c319d8e996bb8eafd4f202a8dce083bf05"]}} -{"id":"ec-meeting-2020-11-18-06efe66f67d7b3460a2540861a65ce04c21e9224","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-18 - Cabinet of Commissioner Adina Vălean x Polish Confederation Lewiatan"],"date":["2020-11-18"],"summary":["Transport logistic update"],"notes":["Portfolio: Transport"],"location":["Conference call"],"address":["Conference call"],"addressEntity":["addr-28ba88479582b2f75898964548da4252dc7db7d2"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["ec-person-6e21d867543ef3b910e746c319cb048abd054702","eu-tr-251117611140-75"]}} -{"id":"ec-meeting-2020-11-18-0ccbdecdbeaeb9f26bebc582502d11dfe621621f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-18 - Cabinet of Executive Vice-President Frans Timmermans x Hague Corporate Affairs"],"date":["2020-11-18"],"summary":["Speech on balanced diets"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - webinar"],"address":["Brussels - webinar"],"addressEntity":["addr-a937316fa2e41143a360b345561093450d0733fd"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-642553231622-95","ec-person-33624431cbec1074e151c1707715ef46d2ba9565"]}} -{"id":"ec-meeting-2020-11-18-0d5c25abeddffeff0e18ffc6699cbe2e92725d98","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-18 - Financial Stability, Financial Services and Capital Markets Union x Gesamtverband der Deutschen Versicherungswirtschaft e.V."],"date":["2020-11-18"],"summary":["CMU Action Plan, MIFID and Solvency II"],"location":["Virtual meeting"],"address":["Virtual meeting"],"addressEntity":["addr-1f1f3f51a4da31a1ea5c1b4b21cbf52ad983224f"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-6437280268-55","ec-person-1fce211249673c35ee07a801ddee77ab24af8d54"]}} -{"id":"ec-meeting-2020-11-18-1c51d96f551ebf680c7566f031e6f63a6a607e95","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-18 - Cabinet of Commissioner Mairead Mcguinness x Brunswick Group Advisory Limited Nord Stream 2 AG"],"date":["2020-11-18"],"summary":["EU sanctions policy"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Brussels (virtual)"],"address":["Brussels (virtual)"],"addressEntity":["addr-758e0df2cde2954c65829147799b6383456f1e21"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-a5441c6a69a8a94fd64e02def60fcc6567f2c1d8","eu-tr-662856722412-20","eu-tr-26255464458-25","ec-person-1d2f53447b8f2d9bb3f50f7247ad40c2cf8036e4"]}} -{"id":"ec-meeting-2020-11-18-1da430f390bbe1519cc34b05780f535021af4848","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-18 - Internal Market, Industry, Entrepreneurship and SMEs x Bureau Européen des Unions de Consommateurs"],"date":["2020-11-18"],"summary":["Digital Services Act and Artificial Intelligence"],"location":["Phone call"],"address":["Phone call"],"addressEntity":["addr-cac056598c767cdeaa0f13cfe91d25988c24c698"],"organizer":["ec-dg-grow"],"involved":["ec-person-0151c7e554d188fffc509ad636b7d1a84c5dfcd5","eu-tr-9505781573-45"]}} -{"id":"ec-meeting-2020-11-18-1e22c007eaf6f0ccf8ef150db3f70d206b87916f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-18 - Budget x UniCredit"],"date":["2020-11-18"],"summary":["EU SURE instrument"],"location":["webex call"],"address":["webex call"],"addressEntity":["addr-f46c6c045de646595f4abea6e6c752b620b1b2e8"],"organizer":["ec-dg-budg"],"involved":["ec-person-39635b893026833f739fe623fe7e9d5a97525e7a","eu-tr-03094871618-32"]}} -{"id":"ec-meeting-2020-11-18-279eab088928d9c1f53f6925c2f63d36bce5c311","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-18 - Cabinet of Commissioner Ylva Johansson x Google"],"date":["2020-11-18"],"summary":["Google's latest efforts in the area of content moderation, particularly when it comes to violent extremist content and child abuse material and also touch base on the upcoming Digital Services Act."],"notes":["Portfolio: Home Affairs"],"location":["VTC"],"address":["VTC"],"addressEntity":["addr-9d1acaa772820b8ade84113d2da24716fe455be2"],"organizer":["ec-cabinet-commissioner-johansson-of-ylva"],"involved":["ec-person-d3f97e069d9ff016d7b65052f6eb6b98500ec118","ec-person-b54ba0be96a986a38bcd39d4f9db577e79171356","eu-tr-03181945560-59"]}} -{"id":"ec-meeting-2020-11-18-2ce105eb594d5da7f754ffb85eef87317d471247","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-18 - Cabinet of Commissioner Nicolas Schmit x None"],"date":["2020-11-18"],"summary":["Meeting on the Pact for Skills in the metal and engineering industry."],"notes":["Portfolio: Jobs and Social Rights"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-66fa2c2d100ec194caa42b5c6f97c36e2748b71c","ec-person-4cf4655ab41922e92160325d987a3c4615c72d30","eu-tr-61370904700-45","eu-tr-358284014848-82"]}} -{"id":"ec-meeting-2020-11-18-30264f07270b4279630aa270900d35f8be1bbffa","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-18 - Cabinet of Commissioner Mairead Mcguinness x EPIA SolarPower Europe"],"date":["2020-11-18"],"summary":["Sustainable Finance Taxonomy"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Brussels (virtual)"],"address":["Brussels (virtual)"],"addressEntity":["addr-758e0df2cde2954c65829147799b6383456f1e21"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-a5441c6a69a8a94fd64e02def60fcc6567f2c1d8","eu-tr-2680046412-48"]}} -{"id":"ec-meeting-2020-11-18-35beccbf8d8b9bcb2d374807a06a9fb838973b11","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-18 - Cabinet of Commissioner Didier Reynders x Le Club des juristes"],"date":["2020-11-18"],"summary":["presentation of their Report for a European Law of Compliance"],"notes":["Portfolio: Justice"],"location":["video conferencing"],"address":["video conferencing"],"addressEntity":["addr-613317ccdf0c2bce8cb9f90df551697cd890eda7"],"organizer":["ec-cabinet-commissioner-didier-of-reynders"],"involved":["ec-person-1e25399e2267734c5f4c69093d2286c8898ee9f0","eu-tr-702222540316-66","ec-person-4cd0043747c40cfeaced5e4c68e43372cdb8dac9"]}} -{"id":"ec-meeting-2020-11-18-4de8f708d7926acb3937b97b32d00c1715809922","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-18 - Cabinet of Commissioner Mairead Mcguinness x International Association of Oil & Gas Producers Europe"],"date":["2020-11-18"],"summary":["EU Taxonomy Regulation"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Brussels (virtual)"],"address":["Brussels (virtual)"],"addressEntity":["addr-758e0df2cde2954c65829147799b6383456f1e21"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-a5441c6a69a8a94fd64e02def60fcc6567f2c1d8","eu-tr-3954187491-70","ec-person-1d2f53447b8f2d9bb3f50f7247ad40c2cf8036e4"]}} -{"id":"ec-meeting-2020-11-18-501e14f96b77d3caf2a1dea2fb53ae53cb083bd5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-18 - Cabinet of Commissioner Mairead Mcguinness x American Chamber of Commerce Ireland"],"date":["2020-11-18"],"summary":["-European Commission priorities post-COVID\r\n-Priorities of Commissioner McGuinness\r\n-EU-US relationship"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Brussels (virtual)"],"address":["Brussels (virtual)"],"addressEntity":["addr-758e0df2cde2954c65829147799b6383456f1e21"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-2b9c589fb2354bd93067644d2c3d2c058d4c4cc9","ec-person-00f66582d8581f7480e12525027b5a1ee9b22f07","eu-tr-981023736582-85"]}} -{"id":"ec-meeting-2020-11-18-521d22f352237c6de45851b4731c3bc7e83a9d43","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-18 - Cabinet of Commissioner Janusz Wojciechowski x International Nut and Dried Fruit Council Foundation"],"date":["2020-11-18"],"summary":["Key speaker in the First INC Online conference (International Nut and Dried Fruit Council)"],"notes":["Portfolio: Agriculture"],"location":["Webinar"],"address":["Webinar"],"addressEntity":["addr-2b6cc2bcdc6dde860cdaf12187589e4e4dd5b609"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["eu-tr-87904443479-87","ec-person-625f8b4379f79adee4f15c6a0417a96bb5a5a403"]}} -{"id":"ec-meeting-2020-11-18-6037af25ce1d946ee5a056e0c0ab1da6ee0f6775","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-18 - Cabinet of Executive Vice-President Valdis Dombrovskis x EPIA SolarPower Europe"],"date":["2020-11-18"],"summary":["EU sustainable finance taxonomy"],"notes":["Portfolio: An Economy that Works for People"],"location":["video conference"],"address":["video conference"],"addressEntity":["addr-6dc12e3c97077db82f32184f24341ce370a445fd"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-235870cd7eb41f2494f695fce18b5b5b88647113","eu-tr-2680046412-48"]}} -{"id":"ec-meeting-2020-11-18-685ac7d468c9c1824f28e6b76dd9d69f970c75ff","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-18 - Cabinet of Vice-President Věra Jourová x Association of Commercial Television and Video on Demand Services in Europe"],"date":["2020-11-18"],"summary":["EDAP, Media and Audiovisual Action Plan, Copyright"],"notes":["Portfolio: Values and Transparency"],"location":["videoconference"],"address":["videoconference"],"addressEntity":["addr-92b2fbb928e012810d80d9ef1abe12027beee200"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["ec-person-bf54da17217bbddfd9c68fe24d88005ac17e2c4b","eu-tr-18574111503-28"]}} -{"id":"ec-meeting-2020-11-18-79c67b9a43892de41a727d4790417be03509caa1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-18 - Cabinet of Executive Vice-President Margrethe Vestager x BT Group plc"],"date":["2020-11-18"],"summary":["Digital Markets Act"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0","eu-tr-00919034091-89"]}} -{"id":"ec-meeting-2020-11-18-81cc146941d26904223cb27626acf2f1eef5d62d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-18 - Cabinet of President Ursula von der Leyen x Stichting European Climate Foundation"],"date":["2020-11-18"],"summary":["European Green deal"],"notes":["Portfolio: President"],"location":["Brussels (Zoom)"],"address":["Brussels (Zoom)"],"addressEntity":["addr-e4bd3d2c76ca1d72b5352e26d781cf528ebb6e76"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-f2b941852d3b961d69ed695c2d243a1a2b4a1904","eu-tr-64869491516-70"]}} -{"id":"ec-meeting-2020-11-18-8a1851155f8090fabf17786b3b25abbc7a2654cc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-18 - Mobility and Transport x Confederation of Finnish Industries EK"],"date":["2020-11-18"],"summary":["Climate neutrality; shipping"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-dg-move"],"involved":["ec-person-26cdfacae671b09917bee1a91c91973941fa58a2","eu-tr-1274604847-34"]}} -{"id":"ec-meeting-2020-11-18-8d032bd17778e20fa6a4461c3d2d113eacc5b68f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-18 - Cabinet of Commissioner Mariya Gabriel x Water Europe"],"date":["2020-11-18"],"summary":["Exchange on the importance of water for youth and R&I."],"notes":["Portfolio: Innovation and Youth"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["ec-person-6a2152ccdf48d8ec087f545734a0ec503917193b","eu-tr-43176485302-45"]}} -{"id":"ec-meeting-2020-11-18-92330e189185db6374e41f447f84ce0c07864e0d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-18 - European Personnel Selection Office x Association of Test Publishers"],"date":["2020-11-18"],"summary":["Association of Test Publishers (ATP) Virtual Executive Assessment Forum. The agenda focused on remote proctoring, legality (read: privacy) and security."],"location":["Brussels - Belgium - Virtual meeting"],"address":["Brussels - Belgium - Virtual meeting"],"addressEntity":["addr-78da7298e38d0def830ef11df14f16075c32c2b7"],"organizer":["ec-dg-epso"],"involved":["ec-person-0441c68f3c8659e433cee98f8d335bb45fddbcef","eu-tr-764727540598-79"]}} -{"id":"ec-meeting-2020-11-18-948318dda48f9c8e6d37a279b827622b468b364c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-18 - Cabinet of Executive Vice-President Frans Timmermans x Netherlands Organisation for Applied Scientific Research TNO"],"date":["2020-11-18"],"summary":["Speech at RTO Innovation Summit - Round Table on Carbon-neutral European Industry"],"notes":["Portfolio: European Green Deal"],"location":["video conference (Brussels)"],"address":["video conference (Brussels)"],"addressEntity":["addr-96d45bbb99f3da137b2243f11b529ed54662db90"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-40524063921-20","ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce"]}} -{"id":"ec-meeting-2020-11-18-a2f2a765be39f451f5bcc8e6efa551e8433d0968","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-18 - Cabinet of Executive Vice-President Frans Timmermans x SC Johnson"],"date":["2020-11-18"],"summary":["European green deal, circular economy, plastics and packaging"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-8af3c81534786a740718d21dc58240738a53ed7b","eu-tr-82296032229-15"]}} -{"id":"ec-meeting-2020-11-18-ac99234a253b95249fe3db4484417e8d15169cc0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-18 - Cabinet of President Ursula von der Leyen x Gemeinnützige Hertie-Stiftung Institut Montaigne"],"date":["2020-11-18"],"summary":["Meeting with CEO of Hertie Stiftung and President of Institut Montaigne"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-a2ac27c3a7aa93937efc47169c1dc2264a822175","eu-tr-865680722572-18","eu-tr-237065640382-22"]}} -{"id":"ec-meeting-2020-11-18-bf15c94a64679d1b1cb94ac4a7c02ce035f831dd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-18 - Cabinet of Executive Vice-President Margrethe Vestager x European Wireless Infrastructure Association"],"date":["2020-11-18"],"summary":["Connectivity, 5G"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels (online)"],"address":["Brussels (online)"],"addressEntity":["addr-ef87d086df7b220ed76c9f59ee6efadfac8480c7"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-3da433aae105b13fe027e9c9b3dcac2c97029370","eu-tr-022235437393-79","ec-person-11ba005cc4046696303381b7ca219da9b11a42bf"]}} -{"id":"ec-meeting-2020-11-18-c1ca8bc49f8ea0e5142f0130bee87bfe3bad897b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-18 - Cabinet of Commissioner Thierry Breton x Association of Commercial Television and Video on Demand Services in Europe"],"date":["2020-11-18"],"summary":["Exchange on the Media Action Plan and DSA/DMA package"],"notes":["Portfolio: Internal Market"],"location":["videoconference"],"address":["videoconference"],"addressEntity":["addr-92b2fbb928e012810d80d9ef1abe12027beee200"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","eu-tr-18574111503-28","ec-person-5215bd372c5a1202399d77ecceb8c16de8d7d55c"]}} -{"id":"ec-meeting-2020-11-18-c515e5f3a53d44f9cc64c3d51d8dbc3018d556bf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-18 - Cabinet of Executive Vice-President Valdis Dombrovskis x Northvolt"],"date":["2020-11-18"],"summary":["Sustainability of batteries"],"notes":["Portfolio: An Economy that Works for People"],"location":["video conference"],"address":["video conference"],"addressEntity":["addr-6dc12e3c97077db82f32184f24341ce370a445fd"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-235870cd7eb41f2494f695fce18b5b5b88647113","eu-tr-278373226442-94"]}} -{"id":"ec-meeting-2020-11-18-c716bdd8621c410d0b895c4d9c479093793e8c00","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-18 - Cabinet of Executive Vice-President Margrethe Vestager x EUROPE'S MEDIALAB (Fondation EURACTIV)"],"date":["2020-11-18"],"summary":["Media Action Plan, DSA, Digital transformation"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-485832526193-89","ec-person-3da433aae105b13fe027e9c9b3dcac2c97029370"]}} -{"id":"ec-meeting-2020-11-18-cb2ba03b9dbe4346a233198da49a7193243a1ac2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-18 - Financial Stability, Financial Services and Capital Markets Union x AEGON N.V."],"date":["2020-11-18"],"summary":["Insurance industry, the Solvency II review and Insurance Capital Standards"],"location":["Virtual meeting"],"address":["Virtual meeting"],"addressEntity":["addr-1f1f3f51a4da31a1ea5c1b4b21cbf52ad983224f"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-627192514539-08","ec-person-1fce211249673c35ee07a801ddee77ab24af8d54"]}} -{"id":"ec-meeting-2020-11-18-e04f1b21a565da9971003c14fb86ad85b068ed74","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-18 - Directorate-General for International Partnerships x Eni S.p.A."],"date":["2020-11-18"],"summary":["Meeting with VP. Current and future collaboration, interaction between the business sector and the EU, in Africa (Mozambique)"],"location":["VTC"],"address":["VTC"],"addressEntity":["addr-9d1acaa772820b8ade84113d2da24716fe455be2"],"organizer":["ec-dg-intpa"],"involved":["eu-tr-99578067285-35","ec-person-afe6f55069d2cc5483157e138e41abd63140fdd8"]}} -{"id":"ec-meeting-2020-11-18-e0d375d1c8a7421a7a81c417538a2798c6926d95","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-18 - Cabinet of Commissioner Stella Kyriakides x European Academy of Neurology European Brain Council European Federation of Neurological Associations"],"date":["2020-11-18"],"summary":["Exchange of views with EFNA, EAN and EBC on EU4Health, the impact of COVID-19 on mental and neurological health and their participation and contribution in the Health Policy Platform and other fora."],"notes":["Portfolio: Health"],"location":["Virtual meeting"],"address":["Virtual meeting"],"addressEntity":["addr-1f1f3f51a4da31a1ea5c1b4b21cbf52ad983224f"],"organizer":["ec-cabinet-commissioner-kyriakides-of-stella"],"involved":["eu-tr-308226821052-25","ec-person-43784ba1f5299ace66cb2287545e1dcae4372d14","ec-person-a14d25733c53171d0aa91b49f8fa6d0c83e15a17","eu-tr-321826714452-53","eu-tr-31091478710-90"]}} -{"id":"ec-meeting-2020-11-18-f2f612c37e857ccc015770a8b581a58d7eac5320","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-18 - Cabinet of Commissioner Ylva Johansson x Energiföretagen / Swedenergy"],"date":["2020-11-18"],"summary":["Taxonomy/Sustainable finance"],"notes":["Portfolio: Home Affairs"],"location":["VTC"],"address":["VTC"],"addressEntity":["addr-9d1acaa772820b8ade84113d2da24716fe455be2"],"organizer":["ec-cabinet-commissioner-johansson-of-ylva"],"involved":["ec-person-981fc36acd82b2e49db83e43763b908c1a89ec0b","eu-tr-13073098010-57"]}} -{"id":"ec-meeting-2020-11-18-f580c5c854392fa3205d6a2da22fc8b1ec56b8a2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-18 - Cabinet of Commissioner Adina Vălean x ÖBB-Holding AG"],"date":["2020-11-18"],"summary":["Exchange on night train."],"notes":["Portfolio: Transport"],"location":["Conference call"],"address":["Conference call"],"addressEntity":["addr-28ba88479582b2f75898964548da4252dc7db7d2"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["eu-tr-36636102190-34","ec-person-6e21d867543ef3b910e746c319cb048abd054702"]}} -{"id":"ec-meeting-2020-11-18-fce556d2675003dc7d50caa255375691d387805e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-18 - Cabinet of Commissioner Mairead Mcguinness x Raiffeisen Bank International AG"],"date":["2020-11-18"],"summary":["Introductory meeting"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Brussels (virtual)"],"address":["Brussels (virtual)"],"addressEntity":["addr-758e0df2cde2954c65829147799b6383456f1e21"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-a5441c6a69a8a94fd64e02def60fcc6567f2c1d8","eu-tr-33858106461-10"]}} -{"id":"ec-meeting-2020-11-19-1db68b722087a605d316784ce14f9f0e5e33bdfd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-19 - Cabinet of Commissioner Janez Lenarčič x Norwegian Refugee Council Europe Egmont Institute"],"date":["2020-11-19"],"summary":["Options for dialogue on humanitarian assistance"],"notes":["Portfolio: Crisis Management"],"location":["Brussels VTC"],"address":["Brussels VTC"],"addressEntity":["addr-e87343cbe104cbe0b8ae1860fd2a81bb834e794c"],"organizer":["ec-cabinet-commissioner-janez-lenarcic-of"],"involved":["eu-tr-750447615329-96","ec-person-a6cd325c80698b2331699224c780ebfb10573602","eu-tr-363331923608-55"]}} -{"id":"ec-meeting-2020-11-19-23b3e5b37e92e52eb3e7a367b7a031ecdbe3af96","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-19 - Cabinet of Commissioner Ylva Johansson x Amnesty International Limited"],"date":["2020-11-19"],"summary":["Human rights concerns at Greece’s land and sea borders” but some other topics of interest for the Amnesty International were also raised."],"notes":["Portfolio: Home Affairs"],"location":["VTC"],"address":["VTC"],"addressEntity":["addr-9d1acaa772820b8ade84113d2da24716fe455be2"],"organizer":["ec-cabinet-commissioner-johansson-of-ylva"],"involved":["ec-person-981fc36acd82b2e49db83e43763b908c1a89ec0b","ec-person-b54ba0be96a986a38bcd39d4f9db577e79171356","eu-tr-11063928073-34","ec-person-e80f1d4512f8632e5baa488ed887e131294d744e","ec-person-1f14c98028fa6f9f43ee9cd5aef7ed77c30761a5","ec-person-eafe594fe2bcb6af27f0422c2491a9d8cf2400da"]}} -{"id":"ec-meeting-2020-11-19-27a5e5f22610127f375565aec5f0472d28d6b238","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-19 - Cabinet of Commissioner Mariya Gabriel x European Technology Platform for organic food and farming"],"date":["2020-11-19"],"summary":["The role of organic and agroecology in Horizon Europe."],"notes":["Portfolio: Innovation and Youth"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["ec-person-6a2152ccdf48d8ec087f545734a0ec503917193b","eu-tr-321531633059-83"]}} -{"id":"ec-meeting-2020-11-19-2a53b45bf675e3ee2b109dcf6bc0515ded6814f6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-19 - Cabinet of Commissioner Didier Reynders x BUSINESSEUROPE"],"date":["2020-11-19"],"summary":["Sustainable corporate governance, due diligence and the upcoming European Consumer Agenda"],"notes":["Portfolio: Justice"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-didier-of-reynders"],"involved":["ec-person-50f9cba2282e1d03395cdd0faf9ce6e9a2ff3104","eu-tr-3978240953-79","ec-person-442bf1ae9900b999673cdd7389224d0e21b67d4d"]}} -{"id":"ec-meeting-2020-11-19-3af37c42787521a87a651b214f0bc607a79d538f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-19 - Cabinet of Executive Vice-President Frans Timmermans x Shell Companies"],"date":["2020-11-19"],"summary":["Speech on the European Green Deal at New Energy Challenge 2020"],"notes":["Portfolio: European Green Deal"],"location":["video confenrence (Brussels)"],"address":["video confenrence (Brussels)"],"addressEntity":["addr-45b959065a6c6a6a2f6095466014939626274394"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce","eu-tr-05032108616-26"]}} -{"id":"ec-meeting-2020-11-19-431d644e25819d97b10a2032c2d99fe6761356dd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-19 - Cabinet of Commissioner Adina Vălean x Airlines for Europe"],"date":["2020-11-19"],"summary":["SAF Alliance discussions"],"notes":["Portfolio: Transport"],"location":["Conference call"],"address":["Conference call"],"addressEntity":["addr-28ba88479582b2f75898964548da4252dc7db7d2"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["ec-person-5f7f9d4d861c5b97fbd25bccf6323535d2a7ceb8","eu-tr-807912421050-91","ec-person-e5f1558cac43dd4f90847b508b6753edb0a9f903"]}} -{"id":"ec-meeting-2020-11-19-45b57aaa931d2064cff9cdbe3bb0b58db6efb4cd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-19 - Cabinet of Executive Vice-President Margrethe Vestager x Bitkom e.V."],"date":["2020-11-19"],"summary":["Gaia X"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-5351830264-31","ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0","ec-person-eecca27e2a9c3fc0d4bd43564e4960382705feef"]}} -{"id":"ec-meeting-2020-11-19-50ec02e52560cab4ffce537d8a9657803408d738","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-19 - Cabinet of Commissioner Mairead Mcguinness x European Retail Financial Forum"],"date":["2020-11-19"],"summary":["Pre-recorded\r\n\r\nConsumers at heart of Finance in Europe"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Video Conference"],"address":["Video Conference"],"addressEntity":["addr-fd005d1da26cd3c9a734fbbadaf813e8115acdeb"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["eu-tr-976662735605-10","ec-person-2b9c589fb2354bd93067644d2c3d2c058d4c4cc9"]}} -{"id":"ec-meeting-2020-11-19-51a0fcfa319cb633d03c96b94f0f4664b7553842","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-19 - Cabinet of President Ursula von der Leyen x Apple Inc."],"date":["2020-11-19"],"summary":["DMA"],"notes":["Portfolio: President"],"location":["Brussels (WEBEX)"],"address":["Brussels (WEBEX)"],"addressEntity":["addr-3afbdeda01f3dac93a9dc841fdac57d9de27b869"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-7019713e72781afb1f3b19032c4752a314b78180","eu-tr-588327811384-96"]}} -{"id":"ec-meeting-2020-11-19-551624ca3fd6f631e7190832ba65451dc2026e9b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-19 - Cabinet of Commissioner Adina Vălean x European Community Shipowners' Associations"],"date":["2020-11-19"],"summary":["Upcoming revision of the EU ETS and the possible inclusion of the shipping sector in it"],"notes":["Portfolio: Transport"],"location":["Video call"],"address":["Video call"],"addressEntity":["addr-ad60f43c3b2e61f55f8d15d2bb303f6d11ac791b"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["ec-person-baa9678f53e0a607c8a9bb2cd9122d1c13370154","eu-tr-59004966537-01"]}} -{"id":"ec-meeting-2020-11-19-5b8c07b0cdfb5ad306b1e10c6bb28db1faff4fda","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-19 - Cabinet of Executive Vice-President Frans Timmermans x Greenpeace European Unit"],"date":["2020-11-19"],"summary":["Exchange of views on the need for an EU legislative proposal to curtail the imports of products that lead to deforestation."],"notes":["Portfolio: European Green Deal"],"location":["Brussels - video conference"],"address":["Brussels - video conference"],"addressEntity":["addr-d7df553e47e69d1cc9f4189b36b7c867f80459b0"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-7c876f4825f213b8adbedf089ccedfbc3b36d65b","eu-tr-9832909575-41"]}} -{"id":"ec-meeting-2020-11-19-6103d8cc6be7d24b720f695db2d2dc2bb727cb8e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-19 - Cabinet of Executive Vice-President Frans Timmermans x DTEK"],"date":["2020-11-19"],"summary":["Online event bringing women networks on Green deal and gender parity"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - video conference"],"address":["Brussels - video conference"],"addressEntity":["addr-d7df553e47e69d1cc9f4189b36b7c867f80459b0"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-d53e00c46a4cc62bbf533e0c9bb35bacb9121989","eu-tr-17429897118-54"]}} -{"id":"ec-meeting-2020-11-19-6380278a07864a65c8648058cbf21b4b511a5c3e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-19 - Cabinet of Executive Vice-President Frans Timmermans x Transport and Environment (European Federation for Transport and Environment)"],"date":["2020-11-19"],"summary":["Discussion on the Aviation Round Table Report on the Recovery of European Aviation published on 16 November"],"notes":["Portfolio: European Green Deal"],"location":["video call"],"address":["video call"],"addressEntity":["addr-12d8c530d76da0b7745f9c0f9285e7eec97adc55"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-d56ecbfde17436a136fc89c9a978b266e8285c84","ec-person-f1a3478550296f3f9accdc67d6ef5a0b681dda4b","eu-tr-58744833263-19"]}} -{"id":"ec-meeting-2020-11-19-698b8ecdfad6ad152322f5b67d120846648e003d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-19 - Mobility and Transport x BUSINESSEUROPE"],"date":["2020-11-19"],"summary":["Sustainable and Smart Mobility Strategy"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-dg-move"],"involved":["eu-tr-3978240953-79","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2020-11-19-79e92f88a163c81dca6191e8ca82174f706a9149","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-19 - Cabinet of Commissioner Janusz Wojciechowski x European Network of Heads of Nature Conservation Agencies"],"date":["2020-11-19"],"summary":["26th Plenary Meeting of ENCA \r\nJorge Pinto Antunes to do a presentation on the key elements and latest developments in the CAP reform and the F2F Strategy and the linkages to the EU Biodiversity Strategy."],"notes":["Portfolio: Agriculture"],"location":["virtual meeting"],"address":["virtual meeting"],"addressEntity":["addr-225c82a032511500bff73b3efe0d857849613fd9"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["ec-person-cafe030b6dad78a75143f7552c420481b30ebceb","eu-tr-206882037381-44"]}} -{"id":"ec-meeting-2020-11-19-7b53e34b992f8c1bdfd22e765978a37ef00dce58","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-19 - Cabinet of Commissioner Johannes Hahn x Deutsche Bank AG"],"date":["2020-11-19"],"summary":["SURE, MFF, NextGenerationEU"],"notes":["Portfolio: Budget and Administration"],"location":["Conference call"],"address":["Conference call"],"addressEntity":["addr-28ba88479582b2f75898964548da4252dc7db7d2"],"organizer":["ec-cabinet-commissioner-hahn-johannes-of"],"involved":["ec-person-6dd3472dac004e43ec1fa4f5b4106e3b476c9ce7","eu-tr-271912611231-56"]}} -{"id":"ec-meeting-2020-11-19-8c48c60265bb7e0d4b11a60c656999137af105e2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-19 - Cabinet of Commissioner Stella Kyriakides x EUFAMI"],"date":["2020-11-19"],"summary":["Exchange of views on their goals and the outcome of recent research on the value of caring, with particular mention to the increased burden on families and carers due to COVID-19 pandemic."],"notes":["Portfolio: Health"],"location":["Virtual meeting"],"address":["Virtual meeting"],"addressEntity":["addr-1f1f3f51a4da31a1ea5c1b4b21cbf52ad983224f"],"organizer":["ec-cabinet-commissioner-kyriakides-of-stella"],"involved":["ec-person-c7513fae2df7920eea99d7cc103a354aa4f56b6e","eu-tr-228054922076-85"]}} -{"id":"ec-meeting-2020-11-19-98b01d7b6f6ffca1e9b6028003b622482bb7171b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-19 - Cabinet of Commissioner Paolo Gentiloni x Eurocities"],"date":["2020-11-19"],"summary":["State of play and exchange of views on Recovery and Resilience Facility (RRF)."],"notes":["Portfolio: Economy"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-gentiloni-of-paolo"],"involved":["ec-person-6168eb3d5d9bc71f9dc22fb6f75f77fa485ec252","eu-tr-12493392840-79"]}} -{"id":"ec-meeting-2020-11-19-9dd0c628110a91cc4d7814f0abddbd4c22adfc8e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-19 - Cabinet of Executive Vice-President Valdis Dombrovskis x Green 10"],"date":["2020-11-19"],"summary":["Green Recovery"],"notes":["Portfolio: An Economy that Works for People"],"location":["video conference"],"address":["video conference"],"addressEntity":["addr-6dc12e3c97077db82f32184f24341ce370a445fd"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-235870cd7eb41f2494f695fce18b5b5b88647113","ec-person-f011ed0f7c78d833a79f1206f788e0cbd9cb8864","eu-tr-70309834043-10"]}} -{"id":"ec-meeting-2020-11-19-b88ad8ae6298cf1ba4ec4e798815f92b6e60e226","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-19 - Taxation and Customs Union x CONSEIL DE COOPERATION ECONOMIQUE"],"date":["2020-11-19"],"summary":["Videoconference - Exchange of views on a carbon border adjustment mechanism"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-taxud"],"involved":["ec-person-9e42f316f38c8e126c2cd2bc84affb891338c7f3","eu-tr-146893419149-74"]}} -{"id":"ec-meeting-2020-11-19-c062e27bffdade7e280f737c1ee96af7c66c01df","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-19 - Cabinet of Executive Vice-President Frans Timmermans x EUROPEUM Institute for European Policy"],"date":["2020-11-19"],"summary":["Round table on sustainable food systems"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - webinar"],"address":["Brussels - webinar"],"addressEntity":["addr-a937316fa2e41143a360b345561093450d0733fd"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-596129227767-10","ec-person-33624431cbec1074e151c1707715ef46d2ba9565"]}} -{"id":"ec-meeting-2020-11-19-c1b7683be6bf573adc57989e1b3f795bdff9d9b9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-19 - Cabinet of Commissioner Mairead Mcguinness x Associazione Nazionale fra le Imprese Assicuratrici Gesamtverband der Deutschen Versicherungswirtschaft e.V. Fédération Française de l'Assurance"],"date":["2020-11-19"],"summary":["Address Webinar on Solvency II review"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Virtual Conference"],"address":["Virtual Conference"],"addressEntity":["addr-3540b84ff9dee1989415a1f20d2e4ef8a74c6c4b"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["eu-tr-5149794935-37","eu-tr-6437280268-55","eu-tr-4756340957-20","ec-person-49e520c7a9c9c47ccb5acfa68f9416e4233af9f8"]}} -{"id":"ec-meeting-2020-11-19-c28515b32361d64493d01b10d57f869d3e5fb098","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-19 - Cabinet of Vice-President Věra Jourová x Adobe Systems Benelux bv"],"date":["2020-11-19"],"summary":["Disinformation, AI"],"notes":["Portfolio: Values and Transparency"],"location":["videoconference"],"address":["videoconference"],"addressEntity":["addr-92b2fbb928e012810d80d9ef1abe12027beee200"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["ec-person-bf54da17217bbddfd9c68fe24d88005ac17e2c4b","eu-tr-575371411483-96"]}} -{"id":"ec-meeting-2020-11-19-d004cecdd9fb4c48d654a90d4d0cfa2ec8a3bd2f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-19 - Cabinet of Commissioner Didier Reynders x Investor AB"],"date":["2020-11-19"],"summary":["Substainable corporate governance"],"notes":["Portfolio: Justice"],"location":["video conference"],"address":["video conference"],"addressEntity":["addr-6dc12e3c97077db82f32184f24341ce370a445fd"],"organizer":["ec-cabinet-commissioner-didier-of-reynders"],"involved":["eu-tr-190987114891-73","ec-person-1e25399e2267734c5f4c69093d2286c8898ee9f0","ec-person-442bf1ae9900b999673cdd7389224d0e21b67d4d"]}} -{"id":"ec-meeting-2020-11-19-d846c885bd8e9c46e70834754231311719866355","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-19 - Cabinet of Executive Vice-President Frans Timmermans x Roundtable for Europe's Energy Future"],"date":["2020-11-19"],"summary":["Green recovery"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - video conference"],"address":["Brussels - video conference"],"addressEntity":["addr-d7df553e47e69d1cc9f4189b36b7c867f80459b0"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-a282162080cef4ef2a8c0ab6247a3e03dc438507","ec-person-d53e00c46a4cc62bbf533e0c9bb35bacb9121989","eu-tr-101903316808-95"]}} -{"id":"ec-meeting-2020-11-19-e04cf5bea7149b8e19c772c1b49affbff482bde9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-19 - Cabinet of Commissioner Virginijus Sinkevičius x Fundación Mujeres por África"],"date":["2020-11-19"],"summary":["Presenting the project of Mujeres Por Africa in Morocco"],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["eu-tr-146057740541-16","ec-person-ef0f66e9880a22ea8d9657bd982daf9bd74838c1"]}} -{"id":"ec-meeting-2020-11-19-e6b8dce932b4048f33c32262ac950b3b044c20b4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-19 - Cabinet of Commissioner Mariya Gabriel x MedienLB - Medien für Lehrpläne und Bildungsstandards GmbH"],"date":["2020-11-19"],"summary":["Education platforms"],"notes":["Portfolio: Innovation and Youth"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-883185640351-06","ec-person-1674399a793e9e6fd7cf55b525515fc862fc9351"]}} -{"id":"ec-meeting-2020-11-19-ead78917b91398689ee8a6516131089b0c1c623f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-19 - Cabinet of Commissioner Janez Lenarčič x EUROPEUM Institute for European Policy"],"date":["2020-11-19"],"summary":["Covid-19 crisis management"],"notes":["Portfolio: Crisis Management"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-janez-lenarcic-of"],"involved":["ec-person-35334591a1ee219b6f0829d58a8cfba058540557","eu-tr-596129227767-10","ec-person-a4dfc52eb1bb167ae4f4d6e6651b867eaacee0cd"]}} -{"id":"ec-meeting-2020-11-19-eb27e90b14c0251485cad41a5b6f72ec80addf42","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-19 - Cabinet of Executive Vice-President Frans Timmermans x The Club of Rome"],"date":["2020-11-19"],"summary":["The European Green Deal and Systems Transformation"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - video conference"],"address":["Brussels - video conference"],"addressEntity":["addr-d7df553e47e69d1cc9f4189b36b7c867f80459b0"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-7c876f4825f213b8adbedf089ccedfbc3b36d65b","eu-tr-806327336072-56"]}} -{"id":"ec-meeting-2020-11-20-046b68f19a19dc2bb12903e8c897bfb191eddcba","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-20 - Financial Stability, Financial Services and Capital Markets Union x NN Group N.V."],"date":["2020-11-20"],"summary":["Solvency II review, Pandemic insurance /Covid, Sustainable finance"],"location":["Virtual meeting"],"address":["Virtual meeting"],"addressEntity":["addr-1f1f3f51a4da31a1ea5c1b4b21cbf52ad983224f"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-493416718971-18","ec-person-1fce211249673c35ee07a801ddee77ab24af8d54"]}} -{"id":"ec-meeting-2020-11-20-1243893b2da51101717168ac3260482a22f379fb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-20 - Cabinet of President Ursula von der Leyen x Bill & Melinda Gates Foundation"],"date":["2020-11-20"],"summary":["Meeting with Co-chairman and co-founder of the Bill & Melinda Gates Foundation"],"notes":["Portfolio: President"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-a2ac27c3a7aa93937efc47169c1dc2264a822175","eu-tr-371567915480-41"]}} -{"id":"ec-meeting-2020-11-20-180616968ea21120e019a4b49cbea5061f27c418","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-20 - Cabinet of Commissioner Didier Reynders x Google"],"date":["2020-11-20"],"summary":["Artificial Intelligence, data protection, DSA, Covid 19-response"],"notes":["Portfolio: Justice"],"location":["video conference"],"address":["video conference"],"addressEntity":["addr-6dc12e3c97077db82f32184f24341ce370a445fd"],"organizer":["ec-cabinet-commissioner-didier-of-reynders"],"involved":["ec-person-442bf1ae9900b999673cdd7389224d0e21b67d4d","eu-tr-03181945560-59","ec-person-1e25399e2267734c5f4c69093d2286c8898ee9f0"]}} -{"id":"ec-meeting-2020-11-20-18a1a69f5ac61b71920df5ea32b5d16150b3b9ef","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-20 - Cabinet of Commissioner Mairead Mcguinness x Finance Denmark"],"date":["2020-11-20"],"summary":["Discussion Implementation Basel III Europe"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Virtual Meeting"],"address":["Virtual Meeting"],"addressEntity":["addr-ed078b6749077909a1a45720507ac2da9277b8b3"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["eu-tr-20705158207-35","ec-person-1d2f53447b8f2d9bb3f50f7247ad40c2cf8036e4","ec-person-49e520c7a9c9c47ccb5acfa68f9416e4233af9f8"]}} -{"id":"ec-meeting-2020-11-20-1952d650476c8c943ddbd2d934496323a7fba056","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-20 - Cabinet of Executive Vice-President Valdis Dombrovskis x European Chemical Industry Council"],"date":["2020-11-20"],"summary":["Rules of origin"],"notes":["Portfolio: An Economy that Works for People"],"location":["video conference"],"address":["video conference"],"addressEntity":["addr-6dc12e3c97077db82f32184f24341ce370a445fd"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-235870cd7eb41f2494f695fce18b5b5b88647113","eu-tr-64879142323-90"]}} -{"id":"ec-meeting-2020-11-20-2086c9b5db9f3961222ca057c2f50fffff357370","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-20 - Agriculture and Rural Development x European Environmental Bureau Stichting BirdLife Europe Greenpeace European Unit"],"date":["2020-11-20"],"summary":["Green architecture CAP"],"location":["Brussels - Webex - virtual meeting"],"address":["Brussels - Webex - virtual meeting"],"addressEntity":["addr-e45276afe03aee1857837ea180a1cc05425db93c"],"organizer":["ec-dg-agri"],"involved":["eu-tr-1083162721-43","ec-person-94f7c6e6875fa76120558bda38f913792cc61934","eu-tr-06798511314-27","eu-tr-9832909575-41"]}} -{"id":"ec-meeting-2020-11-20-30c4d565a61bb72e5f011fc818307f19149298a9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-20 - Cabinet of Commissioner Thierry Breton x Groupement Européen des Sociétés d'Auteurs et Compositeurs"],"date":["2020-11-20"],"summary":["Exchange on implementation of the Copyright directive"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-5215bd372c5a1202399d77ecceb8c16de8d7d55c","eu-tr-36529354479-57"]}} -{"id":"ec-meeting-2020-11-20-36cad87908b432517283b39f375bdb71fdb181ff","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-20 - Cabinet of Commissioner Adina Vălean x Airbus"],"date":["2020-11-20"],"summary":["Meeting to discus the latest developments in aviation"],"notes":["Portfolio: Transport"],"location":["Conference call"],"address":["Conference call"],"addressEntity":["addr-28ba88479582b2f75898964548da4252dc7db7d2"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["ec-person-5f7f9d4d861c5b97fbd25bccf6323535d2a7ceb8","eu-tr-2732167674-76","ec-person-cc0354fbf386eb83f57c00ad5240f1dddeeabab4"]}} -{"id":"ec-meeting-2020-11-20-45d720701c27f040476d8009e9c927ce9b21e7b6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-20 - Internal Market, Industry, Entrepreneurship and SMEs x Gates Ventures, LLC"],"date":["2020-11-20"],"summary":["Industry related aspects of sustainable energy, decarbonisation, hydrogen."],"location":["Phone call"],"address":["Phone call"],"addressEntity":["addr-cac056598c767cdeaa0f13cfe91d25988c24c698"],"organizer":["ec-dg-grow"],"involved":["ec-person-0151c7e554d188fffc509ad636b7d1a84c5dfcd5","eu-tr-458140332839-09"]}} -{"id":"ec-meeting-2020-11-20-4dc4e1fd6e12e952b71793e8b20be78c629ba615","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-20 - Cabinet of Executive Vice-President Margrethe Vestager x Ericsson"],"date":["2020-11-20"],"summary":["5G and connectivity investments and legal framework"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels (online)"],"address":["Brussels (online)"],"addressEntity":["addr-ef87d086df7b220ed76c9f59ee6efadfac8480c7"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-3da433aae105b13fe027e9c9b3dcac2c97029370","eu-tr-02021363105-42","ec-person-11ba005cc4046696303381b7ca219da9b11a42bf"]}} -{"id":"ec-meeting-2020-11-20-51ca8481819cb6f612359a7d366ac0cb40fea9ba","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-20 - Cabinet of Commissioner Mairead Mcguinness x European Banking Federation"],"date":["2020-11-20"],"summary":["Basel 3\r\nCovid Response in Banking."],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Video Recording"],"address":["Video Recording"],"addressEntity":["addr-08acdeca1d30afde8ac48875981902ed8ee8a8f6"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-2b9c589fb2354bd93067644d2c3d2c058d4c4cc9","eu-tr-4722660838-23"]}} -{"id":"ec-meeting-2020-11-20-772f6d4db86fbdf70c90702ee5556ef3aedac57d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-20 - Cabinet of Vice-President Věra Jourová x Centre for European Reform"],"date":["2020-11-20"],"summary":["Rule of Law"],"notes":["Portfolio: Values and Transparency"],"location":["videoconference"],"address":["videoconference"],"addressEntity":["addr-92b2fbb928e012810d80d9ef1abe12027beee200"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["eu-tr-524976815651-12","ec-person-bf54da17217bbddfd9c68fe24d88005ac17e2c4b"]}} -{"id":"ec-meeting-2020-11-20-7c5d69c7dc94829f63817c9ba3af4c800c7dd8d4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-20 - Cabinet of Commissioner Thierry Breton x ECTA"],"date":["2020-11-20"],"summary":["Challenges of the telecom sector"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-4d83416435f81b1f1e8f5c86aeebb1478577f1d2","eu-tr-932781112187-50"]}} -{"id":"ec-meeting-2020-11-20-8fd3e75f016d7194787327085983e30ca6fd276b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-20 - Cabinet of Executive Vice-President Margrethe Vestager x DIGITALEUROPE"],"date":["2020-11-20"],"summary":["Europe’s  digital  transition"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-64270747023-20","ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0","ec-person-11ba005cc4046696303381b7ca219da9b11a42bf"]}} -{"id":"ec-meeting-2020-11-20-944490c4f411a247bcb2c00cd8410c71f1388e48","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-20 - Cabinet of Commissioner Janusz Wojciechowski x Związek Przedsiębiorców i Pracodawców"],"date":["2020-11-20"],"summary":["Meeting with the Union of Entrepreneurs and Employers"],"notes":["Portfolio: Agriculture"],"location":["Webex meeting"],"address":["Webex meeting"],"addressEntity":["addr-890aa61c6c51df2fa544a1ba06758b65e1bd53ff"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["eu-tr-868073924175-77","ec-person-625f8b4379f79adee4f15c6a0417a96bb5a5a403"]}} -{"id":"ec-meeting-2020-11-20-ace3749fd4fd39f9beca1da69ed7e0f6ee67a307","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-20 - Mobility and Transport x European Union Chamber of Commerce in China"],"date":["2020-11-20"],"summary":["Business climate in China"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-dg-move"],"involved":["eu-tr-592343015058-67","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2020-11-20-ad066cdf85b448c7e8599b3e2a78f38aacdda0cd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-20 - Cabinet of Executive Vice-President Valdis Dombrovskis x BUSINESSEUROPE"],"date":["2020-11-20"],"summary":["Economic and social situation, implementation of Pillar of Social Rights, crisis-fighting measures and recovery package."],"notes":["Portfolio: An Economy that Works for People"],"location":["videoconferencing"],"address":["videoconferencing"],"addressEntity":["addr-639327d89fe54fa62fbc7f80ffed3c598ed5a17f"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["eu-tr-3978240953-79","ec-person-9e7bd1005456277f156b671d1555c6a460fb2f58"]}} -{"id":"ec-meeting-2020-11-20-b41ac9f9e47dd673c5ce4f0296848d268b0744c6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-20 - Cabinet of Vice-President Maroš Šefčovič x World Economic Forum"],"date":["2020-11-20"],"summary":["A Great Reset: Strengthening Resilience and Trade"],"notes":["Portfolio: Interinstitutional Relations and Foresight"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-049060636194-17","ec-person-418d7a56c6e6d14aeb09d76e243d6fa583f7e549","ec-person-1f95be23689cd4ed0a26fe2980f760ccf2d55c1e"]}} -{"id":"ec-meeting-2020-11-20-d06ccf9885a46e13c7aa2029097c2dd8e60972fa","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-20 - Cabinet of Commissioner Didier Reynders x EuropeanIssuers"],"date":["2020-11-20"],"summary":["Discussion on the implementation of the shareholders’ directive and other portfolio-related matters."],"notes":["Portfolio: Justice"],"location":["videoconference"],"address":["videoconference"],"addressEntity":["addr-92b2fbb928e012810d80d9ef1abe12027beee200"],"organizer":["ec-cabinet-commissioner-didier-of-reynders"],"involved":["ec-person-50f9cba2282e1d03395cdd0faf9ce6e9a2ff3104","ec-person-442bf1ae9900b999673cdd7389224d0e21b67d4d","eu-tr-20935778703-23"]}} -{"id":"ec-meeting-2020-11-20-d584e53a462300ba4a5e45d75d3a32876e39aee8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-20 - Defence Industry and Space x Boeing International Corporation - Belgium Branch Office"],"date":["2020-11-20"],"summary":["Meeting with Boeing to discuss EDF."],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-dg-defis"],"involved":["eu-tr-62505293737-81","ec-person-a5e52cd544ea3aa44eb4b31fac65a468499f106e"]}} -{"id":"ec-meeting-2020-11-20-d716425dbd3c9baca8010986b2bb5e33289ecf7f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-20 - Cabinet of Commissioner Adina Vălean x Gates Ventures, LLC"],"date":["2020-11-20"],"summary":["Presentation meeting"],"notes":["Portfolio: Transport"],"location":["Conference call"],"address":["Conference call"],"addressEntity":["addr-28ba88479582b2f75898964548da4252dc7db7d2"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["ec-person-5f7f9d4d861c5b97fbd25bccf6323535d2a7ceb8","eu-tr-458140332839-09"]}} -{"id":"ec-meeting-2020-11-20-e1bb0ed69f956c0783ce20d3c2bb3e5b29905151","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-20 - Cabinet of Vice-President Věra Jourová x Alliance internationale de journalistes"],"date":["2020-11-20"],"summary":["EDAP, Media and Audiovisual Action Plan, Copyright"],"notes":["Portfolio: Values and Transparency"],"location":["videoconference"],"address":["videoconference"],"addressEntity":["addr-92b2fbb928e012810d80d9ef1abe12027beee200"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["ec-person-bf54da17217bbddfd9c68fe24d88005ac17e2c4b","eu-tr-49987976590-63"]}} -{"id":"ec-meeting-2020-11-20-ee6f11a38d47e1e88aa8cbba1276a1d0c9367911","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-20 - Budget x Commerzbank AG"],"date":["2020-11-20"],"summary":["EU SURE instrument"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-dg-budg"],"involved":["ec-person-39635b893026833f739fe623fe7e9d5a97525e7a","eu-tr-83370363079-88"]}} -{"id":"ec-meeting-2020-11-20-f314fd0a1fba2aa28ec32995ab0049c1b7a2e0b9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-20 - Taxation and Customs Union x Association of European Public Postal Operators"],"date":["2020-11-20"],"summary":["Videoconference - Exchange of views on customs and VAT issues related to postal consignments"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-taxud"],"involved":["ec-person-9e42f316f38c8e126c2cd2bc84affb891338c7f3","eu-tr-092682012915-24"]}} -{"id":"ec-meeting-2020-11-22-b10de5d3aa21d2c4c224b7d3db0d907836a0997d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-22 - Justice and Consumers x Kaupan liitto ry - Finnish Commerce Federation"],"date":["2020-11-22"],"summary":["Meeting at request of Finnish Commerce Federation (Chief Policy Adviser on EU affairs and Corporate Law) to discuss New Consumer Agenda and incoming online shopping directive and Corporate responsibility regulation"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-just"],"involved":["eu-tr-141376015883-52","ec-person-64fe91130a710e9441279ace59821186f8ef52c4"]}} -{"id":"ec-meeting-2020-11-23-075f9206dda1440ede4e8719e3662e80140ecba2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-23 - Cabinet of Commissioner Thierry Breton x DASSAULT AVIATION"],"date":["2020-11-23"],"summary":["European defence"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-264527121382-71","ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","ec-person-b077a2e9f0fdb3b8f6e91d0bd0b256db9e40ce46"]}} -{"id":"ec-meeting-2020-11-23-0ecb95de825d6e871ee0accfc8b531c878417713","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-23 - Cabinet of Executive Vice-President Margrethe Vestager x Seznam.cz, a.s."],"date":["2020-11-23"],"summary":["Digital Services Act, Digital Markets Act"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0","eu-tr-202560512850-84"]}} -{"id":"ec-meeting-2020-11-23-237d9dad6901d1e5d1a45a371223fd44da721d26","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-23 - Research and Innovation x THALES"],"date":["2020-11-23"],"summary":["1. State of play EIC pilot toward full-fledged EIC under Horizon Europe (TF.1)\r\n2. EIC Co-investment strategy EIC Fund and big Corporates (TF.3)"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-rtd"],"involved":["ec-person-1d348f33395de0ea6773a7b4ae8797e3e0392f73","eu-tr-91711831031-23"]}} -{"id":"ec-meeting-2020-11-23-2e2d8ed749616c10d716f6c183eda892a40c1853","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-23 - Cabinet of Commissioner Kadri Simson x Schneider Electric"],"date":["2020-11-23"],"summary":["Industry 4.0 and digital solutions’ contribution to the green transition, including smart buildings"],"notes":["Portfolio: Energy"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["ec-person-9b7f5fe059e5b0b40e79e9170211aa2f02322fdb","eu-tr-46302264606-44","ec-person-2fb98fc84d2cf8d481688eff3d47f7745ead3592","ec-person-d40f25b5cb5c0681854a4996da444478318f7e58","ec-person-1995c65b8dc7f3702a8c30ed96a0144075848837"]}} -{"id":"ec-meeting-2020-11-23-2f489dce416d9084810449023a193c4d3c8450c0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-23 - Cabinet of Commissioner Mairead Mcguinness x EUTurbines"],"date":["2020-11-23"],"summary":["EU Taxonomy"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Brussels (virtual meeting)"],"address":["Brussels (virtual meeting)"],"addressEntity":["addr-63ba6aad8785d18a1c825fd224b0bedf54647279"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-a5441c6a69a8a94fd64e02def60fcc6567f2c1d8","eu-tr-75093131694-63","ec-person-1d2f53447b8f2d9bb3f50f7247ad40c2cf8036e4"]}} -{"id":"ec-meeting-2020-11-23-49bd7a676766be6ed460df24f0a63f66d41bed1d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-23 - Energy x Renewable Energy Policy Network for the 21st Century"],"date":["2020-11-23"],"summary":["REN21 Academy 2020 – participation in a panel on opportunities in the shift to an energy system based on renewables."],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-dg-ener"],"involved":["ec-person-9c0f33ecb9f6badd5f4b5f1a4bd7677e18a52a22","eu-tr-883229020400-06"]}} -{"id":"ec-meeting-2020-11-23-4ebede2238998755e4933cfe7cf37348b19b87d9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-23 - Cabinet of President Ursula von der Leyen x SANOFI"],"date":["2020-11-23"],"summary":["Alliances"],"notes":["Portfolio: President"],"location":["Brussels (WEBEX)"],"address":["Brussels (WEBEX)"],"addressEntity":["addr-3afbdeda01f3dac93a9dc841fdac57d9de27b869"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-f2b941852d3b961d69ed695c2d243a1a2b4a1904","eu-tr-61291462764-77"]}} -{"id":"ec-meeting-2020-11-23-56d5f9bffd8773cbc21c825d5d747c378f790beb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-23 - Cabinet of Commissioner Mairead Mcguinness x Gesamtverband der Deutschen Versicherungswirtschaft e.V."],"date":["2020-11-23"],"summary":["PRIIPS"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-0ba9b89127b39af6a66f2fc3ed727332f1b19a34","eu-tr-6437280268-55"]}} -{"id":"ec-meeting-2020-11-23-577573deb8c9aa071fc70e3db365709aeb08baa1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-23 - Cabinet of Vice-President Věra Jourová x European Magazine Media Association European Newspaper Publishers' Association"],"date":["2020-11-23"],"summary":["EDAP, MAAP, Rule of Law"],"notes":["Portfolio: Values and Transparency"],"location":["videoconference"],"address":["videoconference"],"addressEntity":["addr-92b2fbb928e012810d80d9ef1abe12027beee200"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["eu-tr-5950962136-12","ec-person-bf54da17217bbddfd9c68fe24d88005ac17e2c4b","eu-tr-37937886834-69"]}} -{"id":"ec-meeting-2020-11-23-594d565b09c0003bedf43dc0fb092fb4b7610623","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-23 - Cabinet of Executive Vice-President Margrethe Vestager x United Internet AG"],"date":["2020-11-23"],"summary":["Digital Identity, Digital Services Act"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-31650149406-33","ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0"]}} -{"id":"ec-meeting-2020-11-23-5953812967c466c4700b34271d74f226b9361ecb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-23 - Cabinet of Vice-President Margaritis Schinas x Erasmus Student Network"],"date":["2020-11-23"],"summary":["Erasmus+, European Education Area"],"notes":["Portfolio: Promoting the European Way of Life"],"location":["virtual meeting"],"address":["virtual meeting"],"addressEntity":["addr-225c82a032511500bff73b3efe0d857849613fd9"],"organizer":["ec-cabinet-margaritis-of-president-schinas-vice"],"involved":["ec-person-d5cada2a1a17537a675985af31e5ce07ae3bfd42","ec-person-b59ff7316734021e48aa7e0fd79eeeab36ea2bb4","eu-tr-45445593026-68"]}} -{"id":"ec-meeting-2020-11-23-6ef4fed009f66ac71c35b8a89473e375a9983353","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-23 - Cabinet of Commissioner Janusz Wojciechowski x Union Européenne du Commerce du Bétail et des Métiers de la Viande"],"date":["2020-11-23"],"summary":["Green Deal and Farm to Fork objectives."],"notes":["Portfolio: Agriculture"],"location":["Webex"],"address":["Webex"],"addressEntity":["addr-4b591c6aa2d0556305c2d15987c48d32c33f9ca9"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["ec-person-c825a813205e5077cd48bbd241436daf1834fc9b","eu-tr-4422649896-52","ec-person-08c62f972c22464aca7a65520eb9406f8db14a66"]}} -{"id":"ec-meeting-2020-11-23-729481779742c533bc988dcc70de510232e89c01","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-23 - Research and Innovation x Erasmus Universiteit Rotterdam"],"date":["2020-11-23"],"summary":["Strategic session – EU funding strategy"],"location":["Other"],"address":["Other"],"addressEntity":["addr-6e6a6f2086bb5fe5dbfd17d8d5f502d48759834b"],"organizer":["ec-dg-rtd"],"involved":["ec-person-1d348f33395de0ea6773a7b4ae8797e3e0392f73","eu-tr-256691740170-29"]}} -{"id":"ec-meeting-2020-11-23-7767f0e1940465088623ee585eebb7d06f26b1d6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-23 - Cabinet of Executive Vice-President Margrethe Vestager x Booking.com B.V."],"date":["2020-11-23"],"summary":["Digital Services Act"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-146537115285-34","ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0"]}} -{"id":"ec-meeting-2020-11-23-8c6ce7e1d548aad62d251cb2a2ef9d8faa7a2d36","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-23 - Cabinet of Commissioner Thierry Breton x Planet Labs Germany"],"date":["2020-11-23"],"summary":["Planet recent launch of satellites"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","eu-tr-293502227711-32"]}} -{"id":"ec-meeting-2020-11-23-a4d79e2535b6e27ecd66b11c7462aa70b79c8221","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-23 - Cabinet of Executive Vice-President Frans Timmermans x European Round Table for Industry"],"date":["2020-11-23"],"summary":["Green Deal and industrial policy; green recovery"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - videoconference"],"address":["Brussels - videoconference"],"addressEntity":["addr-a3a01e55b02ab591ce10151760698f4306ec49cb"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-7c876f4825f213b8adbedf089ccedfbc3b36d65b","eu-tr-25487567824-45"]}} -{"id":"ec-meeting-2020-11-23-b706786f642eda6fa4bf66f8076db57d3fb47f10","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-23 - Maritime Affairs and Fisheries x Comité national des pêches maritimes et des élevages marins"],"date":["2020-11-23"],"summary":["Exchange of views on fisheries issues, current challenges"],"location":["Brussels - Webex call"],"address":["Brussels - Webex call"],"addressEntity":["addr-0e9b384c28719a08393c3bf846a71f7f7c1a445d"],"organizer":["ec-dg-mare"],"involved":["ec-person-6e64215cdacfeb6c6d4709a7f72c2b1c94a3d908","eu-tr-23837746977-09"]}} -{"id":"ec-meeting-2020-11-23-c3c73a7611057804e0e3a61103dae0fff9fc7374","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-23 - Cabinet of Commissioner Thierry Breton x Schneider Electric"],"date":["2020-11-23"],"summary":["Industry 4.0 and digital solutions’ contribution to the green transition, including smart buildings"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-026c2270ec4cbabdb8ac223b2d1fa4202696dc8d","eu-tr-46302264606-44","ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0"]}} -{"id":"ec-meeting-2020-11-23-cd14aa87f1cd353799bd251ca117b99e56a9f05b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-23 - Cabinet of Commissioner Adina Vălean x Flix SE"],"date":["2020-11-23"],"summary":["Follow up meeting to discuss road policy."],"notes":["Portfolio: Transport"],"location":["Conference call"],"address":["Conference call"],"addressEntity":["addr-28ba88479582b2f75898964548da4252dc7db7d2"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["eu-tr-680069530746-88","ec-person-6e21d867543ef3b910e746c319cb048abd054702"]}} -{"id":"ec-meeting-2020-11-23-cf47eb5abe4684cfa33d37e7d0571be319ab9af5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-23 - Cabinet of Commissioner Didier Reynders x Schibsted ASA"],"date":["2020-11-23"],"summary":["Digital Services Act, Digital Markets Act"],"notes":["Portfolio: Justice"],"location":["video conference"],"address":["video conference"],"addressEntity":["addr-6dc12e3c97077db82f32184f24341ce370a445fd"],"organizer":["ec-cabinet-commissioner-didier-of-reynders"],"involved":["ec-person-442bf1ae9900b999673cdd7389224d0e21b67d4d","eu-tr-532331921544-33"]}} -{"id":"ec-meeting-2020-11-23-cf7566b41aa0a66ab8e219467b00fcb2386d2d00","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-23 - Cabinet of Commissioner Mariya Gabriel x European Network for Traveller Education"],"date":["2020-11-23"],"summary":["Education and Erasmus+"],"notes":["Portfolio: Innovation and Youth"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["ec-person-1674399a793e9e6fd7cf55b525515fc862fc9351","eu-tr-330003938599-30"]}} -{"id":"ec-meeting-2020-11-23-e2a55f390deb5827e9915fb34546b17506c9b039","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-23 - Cabinet of Executive Vice-President Frans Timmermans x KLM Royal Dutch Airlines"],"date":["2020-11-23"],"summary":["Green recovery in aviation"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - videoconference"],"address":["Brussels - videoconference"],"addressEntity":["addr-a3a01e55b02ab591ce10151760698f4306ec49cb"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-7c876f4825f213b8adbedf089ccedfbc3b36d65b","eu-tr-76441066192-30"]}} -{"id":"ec-meeting-2020-11-24-02867dfde471a8ef1cd01ce4c16b861bfcc247cf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-24 - Cabinet of Commissioner Paolo Gentiloni x Global Citizen"],"date":["2020-11-24"],"summary":["State of play on the debt service suspension initiative and the post-DSSI framework."],"notes":["Portfolio: Economy"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-gentiloni-of-paolo"],"involved":["eu-tr-211392938041-28","ec-person-6168eb3d5d9bc71f9dc22fb6f75f77fa485ec252"]}} -{"id":"ec-meeting-2020-11-24-0a161889f45ecc73a1046030430c4381f33258e9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-24 - Taxation and Customs Union x Swiss Finance Council"],"date":["2020-11-24"],"summary":["Videoconference - Exchange on Suisse and EU tax priorities"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-taxud"],"involved":["ec-person-9e42f316f38c8e126c2cd2bc84affb891338c7f3","eu-tr-858716912337-17"]}} -{"id":"ec-meeting-2020-11-24-0e3a8efc81cac71b85999dd5b2d606e1a0465662","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-24 - Cabinet of Executive Vice-President Margrethe Vestager x Telefonica, S.A."],"date":["2020-11-24"],"summary":["Digital Services Act and Digital Markets Act"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-52431421-12","ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0"]}} -{"id":"ec-meeting-2020-11-24-1b2700bdd06b8cc6b9e98c9ddf2ea4a1cf4fa1f5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-24 - Cabinet of Executive Vice-President Frans Timmermans x Naturschutzbund Deutschland e.V. Greenpeace European Unit Stichting BirdLife Europe European Environmental Bureau"],"date":["2020-11-24"],"summary":["Discussion on CAP"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - video conference"],"address":["Brussels - video conference"],"addressEntity":["addr-d7df553e47e69d1cc9f4189b36b7c867f80459b0"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-06798511314-27","eu-tr-1083162721-43","eu-tr-9832909575-41","eu-tr-0285583802-96","ec-person-33624431cbec1074e151c1707715ef46d2ba9565"]}} -{"id":"ec-meeting-2020-11-24-342adaf93aff557b5ae4e1a1bd9c517a56f23da2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-24 - Environment x European Chemical Industry Council"],"date":["2020-11-24"],"summary":["follow-up telephone call"],"location":["telephone call"],"address":["telephone call"],"addressEntity":["addr-0e7a0dc45c65b38c6e119e427352a9901e5e8f49"],"organizer":["ec-dg-env"],"involved":["ec-person-f9559d68da38935569ff0be1cadd90e05f0454bd","eu-tr-64879142323-90"]}} -{"id":"ec-meeting-2020-11-24-43af1e797b0ea78914c37561618f326287c01710","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-24 - Cabinet of Executive Vice-President Margrethe Vestager x BANCO BILBAO VIZCAYA ARGENTARIA"],"date":["2020-11-24"],"summary":["Digital Markets Act"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0","eu-tr-090350412968-04"]}} -{"id":"ec-meeting-2020-11-24-71a9a4648361d573bf1fd0e239eb64eabbfa2500","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-24 - Cabinet of Vice-President Maroš Šefčovič x World Leadership Alliance-Club de Madrid"],"date":["2020-11-24"],"summary":["Exploring the scope for cooperation"],"notes":["Portfolio: Interinstitutional Relations and Foresight"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-0989ba676c7e16d59617d3e5c9130c9ba3eb8939","eu-tr-968421535984-01"]}} -{"id":"ec-meeting-2020-11-24-7b28160e9be03bec27abcaa874d69d1cff691d86","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-24 - Research and Innovation x Bundesverband der Deutschen Luft- und Raumfahrtindustrie e. V."],"date":["2020-11-24"],"summary":["Berlin Aviation Summit: speech + panel with aviation CTOs"],"location":["Berlin"],"address":["Berlin"],"addressEntity":["addr-062b06ba8e755765c6b049809b7430fd54fe5b21"],"organizer":["ec-dg-rtd"],"involved":["ec-person-1d348f33395de0ea6773a7b4ae8797e3e0392f73","eu-tr-095274426474-13"]}} -{"id":"ec-meeting-2020-11-24-80ad68cca186fb1266520dc67f5b2cd08f8f67fe","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-24 - Cabinet of Executive Vice-President Frans Timmermans x Vlaams - Europees verbindingsagentschap"],"date":["2020-11-24"],"summary":["Intervention on renovation wave initiative"],"notes":["Portfolio: European Green Deal"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-9eafbf4a92961023c7df3ab389ae6d4301dec4bf","eu-tr-11179098153-60"]}} -{"id":"ec-meeting-2020-11-24-a7170251fdd1bc824219db2dd2dbe751e8fef243","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2020-11-24 - Cabinet of Commissioner Janez Lenarčič x Norwegian Refugee Council Europe"],"date":["2020-11-24"],"summary":["IHL/sanctions aspects of the Humanitarian Aid communication","Humanitarian aid communication"],"notes":["Portfolio: Crisis Management"],"location":["Webex Meeting","Webex from Brussels, Belgium"],"address":["Webex Meeting","Webex from Brussels, Belgium"],"addressEntity":["addr-ea8c21a6bd2784b6094a42c60f7cdea0548893da","addr-c5c62bbe3585931781dbc366eab6d44438716f1e"],"organizer":["ec-cabinet-commissioner-janez-lenarcic-of"],"involved":["ec-person-bfe71e122eb0bdd3b741ef0631bf0d70df0479ee","eu-tr-750447615329-96","ec-person-31e4e9c3126a9151de6a161e669faba028b1ffa6","ec-person-a4dfc52eb1bb167ae4f4d6e6651b867eaacee0cd"]}} -{"id":"ec-meeting-2020-11-24-ce01f2df6eb775c3ceff6971ebf4b8097dd628e9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-24 - Cabinet of Executive Vice-President Frans Timmermans x Fern"],"date":["2020-11-24"],"summary":["Implementation of the European Green Deal"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-40538475090-82","ec-person-8af3c81534786a740718d21dc58240738a53ed7b"]}} -{"id":"ec-meeting-2020-11-24-d5ccafb01ffa019ec689272e16dd8aba229bb253","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-24 - Cabinet of Executive Vice-President Frans Timmermans x Pensioenfederatie (Federation of the Dutch Pension Funds)"],"date":["2020-11-24"],"summary":["Online conference on the European Green Deal and Climate policy"],"notes":["Portfolio: European Green Deal"],"location":["video conference (Brussels)"],"address":["video conference (Brussels)"],"addressEntity":["addr-96d45bbb99f3da137b2243f11b529ed54662db90"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce","eu-tr-84476202986-17"]}} -{"id":"ec-meeting-2020-11-24-e30fc6f3b2ff7e3f3af7a84123fc1f0de9c70512","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-24 - Cabinet of Executive Vice-President Margrethe Vestager x Adobe Systems Benelux bv NOVE"],"date":["2020-11-24"],"summary":["Artificial Intelligence"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-522122412613-18","ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0","eu-tr-575371411483-96"]}} -{"id":"ec-meeting-2020-11-24-eaf9ab1c39156b8f6acba0f249e57e90f5fc04ae","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-24 - Cabinet of Commissioner Stella Kyriakides x European Policy Centre"],"date":["2020-11-24"],"summary":["VC - Policy Dialogue on Tackling Antimicrobial Resistance"],"notes":["Portfolio: Health"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-kyriakides-of-stella"],"involved":["eu-tr-89632641000-47","ec-person-ba73927c33000184cab3f41a76e1b32fe7d7eda8"]}} -{"id":"ec-meeting-2020-11-24-eb1d0e40670d0c566c129703a0259aa3c3f0e39f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-24 - Competition x Association of in-house competition lawyers"],"date":["2020-11-24"],"summary":["Overall discussion on Antitrust and Digital"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-comp"],"involved":["eu-tr-513747339430-11","ec-person-f257bc19c568ad25083c1c1e1651426245cefedf"]}} -{"id":"ec-meeting-2020-11-24-fa93e1678370482a60331efc21424ebdf1d88c04","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-24 - Cabinet of Executive Vice-President Margrethe Vestager x AbbVie"],"date":["2020-11-24"],"summary":["Pharmaceutical innovation and research in Europe"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels (online)"],"address":["Brussels (online)"],"addressEntity":["addr-ef87d086df7b220ed76c9f59ee6efadfac8480c7"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-934069612666-51","ec-person-3da433aae105b13fe027e9c9b3dcac2c97029370"]}} -{"id":"ec-meeting-2020-11-24-fdefb384c108bc070803c19724cffd9fbbc76ef9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-24 - Cabinet of Commissioner Helena Dalli x European Federation for Services to Individuals"],"date":["2020-11-24"],"summary":["Exchange of views on current topics"],"notes":["Portfolio: Equality"],"location":["videoconference"],"address":["videoconference"],"addressEntity":["addr-92b2fbb928e012810d80d9ef1abe12027beee200"],"organizer":["ec-cabinet-commissioner-dalli-helena-of"],"involved":["ec-person-750f95c6f949648cff9e460a362a85085c851faf","eu-tr-57795906755-89"]}} -{"id":"ec-meeting-2020-11-25-10ece78b40fb6d206d0629d8e98b0b10b5c6f362","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-25 - Cabinet of Executive Vice-President Valdis Dombrovskis x European Liaison Committee for Agriculture and agri-food trade European agri-cooperatives European farmers FoodDrinkEurope"],"date":["2020-11-25"],"summary":["EU-US trade relations"],"notes":["Portfolio: An Economy that Works for People"],"location":["Video conference"],"address":["Video conference"],"addressEntity":["addr-ebc9fd5c2f372a32153cf3f4d5fb918a96b84a88"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-f011ed0f7c78d833a79f1206f788e0cbd9cb8864","eu-tr-44856881231-49","eu-tr-75818824519-45","eu-tr-546282614966-51","eu-tr-09586631237-74","ec-person-7433d96a6e6f46c9f9174db79ec61c387dffa509"]}} -{"id":"ec-meeting-2020-11-25-25978e52d59a8b117402f5c7d914a62d1e955eb4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-25 - Cabinet of Commissioner Adina Vălean x None"],"date":["2020-11-25"],"summary":["Follow up meeting to discuss latest developments in the sector."],"notes":["Portfolio: Transport"],"location":["Conference call"],"address":["Conference call"],"addressEntity":["addr-28ba88479582b2f75898964548da4252dc7db7d2"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["ec-person-5f7f9d4d861c5b97fbd25bccf6323535d2a7ceb8","eu-tr-88072891086-36","eu-tr-70614728635-77"]}} -{"id":"ec-meeting-2020-11-25-2a2a72430af6c72e92e82736a922019a3c8ed543","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-25 - Cabinet of Executive Vice-President Frans Timmermans x Forest and Land Owners Association of Lithuania European State Forest Association Conféderation Européenne des Propriétaires Forestiers European Landowners' Organization asbl European farmers European agri-cooperatives"],"date":["2020-11-25"],"summary":["Exchange of views on the upcoming EU Forest Strategy"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-99982273034-52","eu-tr-44856881231-49","eu-tr-36063991244-88","ec-person-8af3c81534786a740718d21dc58240738a53ed7b","eu-tr-312771040529-84","eu-tr-3647455667-08","eu-tr-09586631237-74"]}} -{"id":"ec-meeting-2020-11-25-35e5a1b70ee075e5c0603e645f1c804ca59d22dd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-25 - Cabinet of Commissioner Mairead Mcguinness x CONSEIL DE COOPERATION ECONOMIQUE"],"date":["2020-11-25"],"summary":["Banking Union/CMU/Covid 19 response"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Video Conference"],"address":["Video Conference"],"addressEntity":["addr-fd005d1da26cd3c9a734fbbadaf813e8115acdeb"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-2b9c589fb2354bd93067644d2c3d2c058d4c4cc9","eu-tr-146893419149-74"]}} -{"id":"ec-meeting-2020-11-25-38e4f73ca210045906c57a43a79e1fc720cdbef2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-25 - Cabinet of Executive Vice-President Frans Timmermans x Fridays for Future Germany"],"date":["2020-11-25"],"summary":["Common agricultural policy and the Green Deal"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - videoconference"],"address":["Brussels - videoconference"],"addressEntity":["addr-a3a01e55b02ab591ce10151760698f4306ec49cb"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-7c876f4825f213b8adbedf089ccedfbc3b36d65b","eu-tr-558588039523-40"]}} -{"id":"ec-meeting-2020-11-25-3b3b60c867905034fa6c2717b4863a615165cfc8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-25 - Cabinet of Commissioner Thierry Breton x Bundesverband Digitalpublisher und Zeitungsverleger European Newspaper Publishers' Association ALLIANCE DE LA PRESSE D’INFORMATION GÉNÉRALE Medienverband der freien Presse e.V. Axel Springer SE European Magazine Media Association"],"date":["2020-11-25"],"summary":["Media Action Plan and DMA"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-742417913824-11","ec-person-4d83416435f81b1f1e8f5c86aeebb1478577f1d2","eu-tr-37937886834-69","ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","eu-tr-876509717508-94","eu-tr-201132116888-24","eu-tr-917249537939-70","eu-tr-5950962136-12"]}} -{"id":"ec-meeting-2020-11-25-42b0fa52bcd3d214cb271c3d18640d68ee3871be","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-25 - Cabinet of Vice-President Věra Jourová x Avaaz Foundation"],"date":["2020-11-25"],"summary":["Disinformation"],"notes":["Portfolio: Values and Transparency"],"location":["videoconference"],"address":["videoconference"],"addressEntity":["addr-92b2fbb928e012810d80d9ef1abe12027beee200"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["ec-person-74c07660dcbc6dc9993b34462cf2a1fec35925ea","eu-tr-475565317526-24","ec-person-fb258e0188a5319bfaba3161382db43f5a85851f"]}} -{"id":"ec-meeting-2020-11-25-436fee7234c5628c53defeb8cbd9098b867bf3f0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-25 - Cabinet of Commissioner Janusz Wojciechowski x Slow Food Slow Food Deutschland e. V."],"date":["2020-11-25"],"summary":["Future Common Agriculture Policy, Farm to Fork Strategy."],"notes":["Portfolio: Agriculture"],"location":["video phone call"],"address":["video phone call"],"addressEntity":["addr-20169d8760eb932415b38f11daea45615ba4bb37"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["eu-tr-343196132356-03","ec-person-354147678cd662e9949df96a1b58663c347a35f9","ec-person-08c62f972c22464aca7a65520eb9406f8db14a66","eu-tr-01936914624-97"]}} -{"id":"ec-meeting-2020-11-25-45580f65582f6d22628c65082639e5fb80517f34","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-25 - Cabinet of Commissioner Janusz Wojciechowski x Conseil Européen des Jeunes Agriculteurs"],"date":["2020-11-25"],"summary":["Common Agriculture Policy reform"],"notes":["Portfolio: Agriculture"],"location":["video phone call"],"address":["video phone call"],"addressEntity":["addr-20169d8760eb932415b38f11daea45615ba4bb37"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["eu-tr-849413211923-25","ec-person-354147678cd662e9949df96a1b58663c347a35f9","ec-person-08c62f972c22464aca7a65520eb9406f8db14a66"]}} -{"id":"ec-meeting-2020-11-25-47441b4242292f83febdfdc9141c8d936e9fea37","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-25 - Cabinet of Executive Vice-President Valdis Dombrovskis x UPS Europe SRL/BV"],"date":["2020-11-25"],"summary":["Trade Policy review; EU- US relations; EU-China relations"],"notes":["Portfolio: An Economy that Works for People"],"location":["Video-conference"],"address":["Video-conference"],"addressEntity":["addr-afae67aab834151e72f631228e72361e369db072"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-1d8581216d9aa7f26fa098a81e84ca61e0e3f261","eu-tr-07691616536-09"]}} -{"id":"ec-meeting-2020-11-25-49ac52fdf06f1a4f47859f88ea5b4d97604d81fc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-25 - Cabinet of Executive Vice-President Frans Timmermans x ClientEarth AISBL"],"date":["2020-11-25"],"summary":["Implementation of the EU Chemicals Strategy for Sustainability"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-8af3c81534786a740718d21dc58240738a53ed7b","eu-tr-96645517357-19"]}} -{"id":"ec-meeting-2020-11-25-4e71fd2aba718bf8dc10bad84aecfb5ff8a55670","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-25 - Cabinet of President Ursula von der Leyen x Friends of Europe"],"date":["2020-11-25"],"summary":["European Green deal and COVID-19"],"notes":["Portfolio: President"],"location":["Brussels (WEBEX)"],"address":["Brussels (WEBEX)"],"addressEntity":["addr-3afbdeda01f3dac93a9dc841fdac57d9de27b869"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-f2b941852d3b961d69ed695c2d243a1a2b4a1904","eu-tr-99436366768-45"]}} -{"id":"ec-meeting-2020-11-25-5962bc1d0774e26d7399a3da8170e53af57b8aa3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-25 - Cabinet of Vice-President Dubravka Šuica x European Social Insurance Platform AISBL"],"date":["2020-11-25"],"summary":["-\tGreen Paper on Ageing\r\n-\tSocial protection systems\r\n-\tHealthcare"],"notes":["Portfolio: Democracy and Demography"],"location":["Online event"],"address":["Online event"],"addressEntity":["addr-5a9df2cffcc23d81377f1f4543edf2efc8141f52"],"organizer":["ec-cabinet-dubravka-of-president-suica-vice"],"involved":["eu-tr-883980785-32","ec-person-bae2f44eb21285b37ecc9c7f2f42b4acb1f53264"]}} -{"id":"ec-meeting-2020-11-25-5e18528a5429511ee232b427105ebba3d5962cff","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-25 - Cabinet of Vice-President Dubravka Šuica x European Federation for Services to Individuals European Federation for Family Employment - Fédération européenne des emplois de la famille"],"date":["2020-11-25"],"summary":["-\tPersonal and household services\r\n-\tAgeing\r\n-\tWork-life balance\r\n-\tCare drain"],"notes":["Portfolio: Democracy and Demography"],"location":["Online event"],"address":["Online event"],"addressEntity":["addr-5a9df2cffcc23d81377f1f4543edf2efc8141f52"],"organizer":["ec-cabinet-dubravka-of-president-suica-vice"],"involved":["eu-tr-716909919073-32","ec-person-bae2f44eb21285b37ecc9c7f2f42b4acb1f53264","eu-tr-57795906755-89"]}} -{"id":"ec-meeting-2020-11-25-5fc30a8b2d74ad51c5b498a6025cb30d5d6475e1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-25 - Competition x Association Française des Entreprises Privées / French Association of Large Companies"],"date":["2020-11-25"],"summary":["General discussion on SA, Digital and Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-comp"],"involved":["eu-tr-953933297-85","ec-person-f257bc19c568ad25083c1c1e1651426245cefedf"]}} -{"id":"ec-meeting-2020-11-25-6b839bedab8f8835ddc82041c083abb1593a0603","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-25 - Cabinet of Commissioner Didier Reynders x Avast Software s.r.o."],"date":["2020-11-25"],"summary":["data protection and transfer of personal data"],"notes":["Portfolio: Justice"],"location":["video conference"],"address":["video conference"],"addressEntity":["addr-6dc12e3c97077db82f32184f24341ce370a445fd"],"organizer":["ec-cabinet-commissioner-didier-of-reynders"],"involved":["ec-person-442bf1ae9900b999673cdd7389224d0e21b67d4d","eu-tr-379331539649-04"]}} -{"id":"ec-meeting-2020-11-25-712e15f067dc638ec184ff4a3c132d2418dd7a18","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-25 - Cabinet of Commissioner Didier Reynders x Uber"],"date":["2020-11-25"],"summary":["Data protection"],"notes":["Portfolio: Justice"],"location":["video conference"],"address":["video conference"],"addressEntity":["addr-6dc12e3c97077db82f32184f24341ce370a445fd"],"organizer":["ec-cabinet-commissioner-didier-of-reynders"],"involved":["ec-person-442bf1ae9900b999673cdd7389224d0e21b67d4d","eu-tr-002278013515-26"]}} -{"id":"ec-meeting-2020-11-25-757dfc3c0b10b259262125b9ad6c3894e31514c5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-25 - Cabinet of Commissioner Janusz Wojciechowski x European State Forest Association European Landowners' Organization asbl European farmers Conféderation Européenne des Propriétaires Forestiers European agri-cooperatives"],"date":["2020-11-25"],"summary":["Meeting with forest stakeholders on the review of the Forest Strategy"],"notes":["Portfolio: Agriculture"],"location":["video meeting"],"address":["video meeting"],"addressEntity":["addr-461e1e892f0c482e21523e45368c4331d84fbeef"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["eu-tr-99982273034-52","ec-person-cafe030b6dad78a75143f7552c420481b30ebceb","eu-tr-36063991244-88","eu-tr-44856881231-49","eu-tr-3647455667-08","eu-tr-09586631237-74"]}} -{"id":"ec-meeting-2020-11-25-869f6da6d385d2fd98647a86133225979d99cb62","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-25 - Defence Industry and Space x General Electric Company"],"date":["2020-11-25"],"summary":["The purpose of the meeting was to discuss the situation commercial aviation sector and European Defence Fund."],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-dg-defis"],"involved":["ec-person-a5e52cd544ea3aa44eb4b31fac65a468499f106e","eu-tr-4016736872-59"]}} -{"id":"ec-meeting-2020-11-25-b76f4333a0d2e57fe663cffc30b8b8a576933910","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-25 - Cabinet of President Ursula von der Leyen x SafeToNet"],"date":["2020-11-25"],"summary":["Protection of children and fight against child sexual abuse.\r\nRole of the tech industry in protecting children online."],"notes":["Portfolio: President"],"location":["Video conference"],"address":["Video conference"],"addressEntity":["addr-ebc9fd5c2f372a32153cf3f4d5fb918a96b84a88"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-7019713e72781afb1f3b19032c4752a314b78180","eu-tr-682431440331-81","ec-person-09e754ed16961925cf1fc45ca9d1622435166a87"]}} -{"id":"ec-meeting-2020-11-25-b8116b077b2e12be32074258ccc8baa197f5db56","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-25 - Cabinet of Executive Vice-President Frans Timmermans x Trainline.com Limited"],"date":["2020-11-25"],"summary":["Sustainable and Smart Mobility Strategy"],"notes":["Portfolio: European Green Deal"],"location":["video call"],"address":["video call"],"addressEntity":["addr-12d8c530d76da0b7745f9c0f9285e7eec97adc55"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-d56ecbfde17436a136fc89c9a978b266e8285c84","eu-tr-121465619130-93"]}} -{"id":"ec-meeting-2020-11-25-c83e1012e4ec9b65694ff1f5997067989b914af9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-25 - Cabinet of Commissioner Virginijus Sinkevičius x Conféderation Européenne des Propriétaires Forestiers European Landowners' Organization asbl Forest and Land Owners Association of Lithuania European farmers European agri-cooperatives European State Forest Association"],"date":["2020-11-25"],"summary":["Exchange of views on the upcoming EU Forest Strategy"],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["eu-tr-99982273034-52","eu-tr-44856881231-49","eu-tr-36063991244-88","eu-tr-312771040529-84","ec-person-1443799688ae485d7a2fee5c9defab2c5b7c7e6c","eu-tr-3647455667-08","eu-tr-09586631237-74"]}} -{"id":"ec-meeting-2020-11-25-d30a7a2cffc90e55d8b3191e928fff58312056a3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-25 - Cabinet of Commissioner Adina Vălean x Bureau Européen des Unions de Consommateurs"],"date":["2020-11-25"],"summary":["Passenger rights and European Year of Rail"],"notes":["Portfolio: Transport"],"location":["Conference call"],"address":["Conference call"],"addressEntity":["addr-28ba88479582b2f75898964548da4252dc7db7d2"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["eu-tr-9505781573-45","ec-person-267c5ab3ea5304fc6305ef321e214c9c1cd0f78e"]}} -{"id":"ec-meeting-2020-11-25-da533e6884e9df50c5adeae5fdd326e05a7f180f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-25 - Cabinet of Commissioner Olivér Várhelyi x DTEK METINVEST"],"date":["2020-11-25"],"summary":["Green transition of Ukraine"],"notes":["Portfolio: Neighbourhood and Enlargement"],"location":["VTC"],"address":["VTC"],"addressEntity":["addr-9d1acaa772820b8ade84113d2da24716fe455be2"],"organizer":["ec-cabinet-commissioner-of-oliver-varhelyi"],"involved":["ec-person-daf8ff1073a04b30d2f54219ecc93002ef3a684d","eu-tr-17429897118-54","eu-tr-429746235345-89"]}} -{"id":"ec-meeting-2020-11-25-da5556a71f154db8bc61c19cfed9d118df3f6985","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-25 - Cabinet of President Ursula von der Leyen x European Telecommunications Network Operators' Association"],"date":["2020-11-25"],"summary":["Digital affairs"],"notes":["Portfolio: President"],"location":["Brussels (Teams)"],"address":["Brussels (Teams)"],"addressEntity":["addr-9950cce930e253f44f556bb339d2a1106073cd7b"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-7019713e72781afb1f3b19032c4752a314b78180","eu-tr-08957111909-85"]}} -{"id":"ec-meeting-2020-11-25-ddbc7481722a88fd6d3aba0b2d85cfdae049e589","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-25 - Cabinet of Vice-President Věra Jourová x Hertie School"],"date":["2020-11-25"],"summary":["Transparency Register"],"notes":["Portfolio: Values and Transparency"],"location":["videoconference"],"address":["videoconference"],"addressEntity":["addr-92b2fbb928e012810d80d9ef1abe12027beee200"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["eu-tr-500468931965-26","ec-person-221276f2dfa4b8fe628f08e982d967b6aeb61c57"]}} -{"id":"ec-meeting-2020-11-25-e5ff0f04dc52fc5dd60751bd33efc396170209ee","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-25 - Cabinet of Executive Vice-President Valdis Dombrovskis x Bundesverband der Deutschen Industrie e.V."],"date":["2020-11-25"],"summary":["-\tTrade policy review\r\n-\tTrade relations with the US and China\r\n-\tCOVid-19 impact on industry and new industrial strategy"],"notes":["Portfolio: An Economy that Works for People"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["eu-tr-1771817758-48","ec-person-9e7bd1005456277f156b671d1555c6a460fb2f58"]}} -{"id":"ec-meeting-2020-11-25-ec3bb2745731f62e34be4908cc851028755d21bc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-25 - Cabinet of Executive Vice-President Frans Timmermans x EuroComment"],"date":["2020-11-25"],"summary":["Online dialogue on the European Green Deal"],"notes":["Portfolio: European Green Deal"],"location":["Video conference (Brussels)"],"address":["Video conference (Brussels)"],"addressEntity":["addr-01b8ca4779de58fdb138b60b0d9496a9cb09e6cf"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-123577115553-43","ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce"]}} -{"id":"ec-meeting-2020-11-25-fe68f1600def05518b63b941b02fa5159085dbb2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-25 - Cabinet of Commissioner Adina Vălean x General Aviation Manufacturers Association"],"date":["2020-11-25"],"summary":["Introductory meeting to discuss aviation policy."],"notes":["Portfolio: Transport"],"location":["Conference call"],"address":["Conference call"],"addressEntity":["addr-28ba88479582b2f75898964548da4252dc7db7d2"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["ec-person-5f7f9d4d861c5b97fbd25bccf6323535d2a7ceb8","eu-tr-49221685491-82","ec-person-267c5ab3ea5304fc6305ef321e214c9c1cd0f78e"]}} -{"id":"ec-meeting-2020-11-25-ffebd9ef4e3e748a8dff2f39eac5b2afca864f32","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-25 - Cabinet of Commissioner Nicolas Schmit x Magyar Szakszervezeti Szövetség Českomoravská konfederace odborových svazů Szakszervezetek Együttműködési Fóruma Ogólnopolskie Porozumienie Związków Zawodowych Niezależny Samorządny Związek Zawodowy \"Solidarność\" Odborový svaz KOVO Független Szakszervezetek Demokratikus Ligája EUROPEAN TRADE UNION CONFEDERATION Algemeen Christelijk Vakverbond van België"],"date":["2020-11-25"],"summary":["Intervention at the webinar with trade union leaders from Visegrad countries to discuss the minimum wage proposal and collective bargaining."],"notes":["Portfolio: Jobs and Social Rights"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-8eb18b6102d444937bc6af5822a6742812165b48","ec-person-4cf4655ab41922e92160325d987a3c4615c72d30","eu-tr-769812125327-28","eu-tr-541140640987-40","eu-tr-511617524822-15","eu-tr-06698681039-26","eu-tr-80866452991-55","eu-tr-428115827157-80","eu-tr-448438826682-91","ec-person-c03b949331dbbe5fa3d5423758e371ec1b9b832f","eu-tr-785007527265-52","eu-tr-780138926622-39"]}} -{"id":"ec-meeting-2020-11-26-0d4ff146ee3ad330572dfff4686a2707b79977d4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-26 - Cabinet of Commissioner Mairead Mcguinness x WWF European Policy Programme"],"date":["2020-11-26"],"summary":["Sustainable finance priorities"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Brussels (virtual)"],"address":["Brussels (virtual)"],"addressEntity":["addr-758e0df2cde2954c65829147799b6383456f1e21"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-a5441c6a69a8a94fd64e02def60fcc6567f2c1d8","eu-tr-1414929419-24"]}} -{"id":"ec-meeting-2020-11-26-15c5855255bbd72ad6e9bad00afd56a297fcaf19","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-26 - Cabinet of Vice-President Dubravka Šuica x STARTUP OLÉ/ UNIVERSIDAD DE SALAMANCA"],"date":["2020-11-26"],"summary":["Long-Term Vision for Rural Areas\r\nPossible support for the rural vertical under Startup OLÉ 2021"],"notes":["Portfolio: Democracy and Demography"],"location":["Brussels / Online"],"address":["Brussels / Online"],"addressEntity":["addr-781d9efc2588c9d1f90d1cb8c85fc99e1bd9ab56"],"organizer":["ec-cabinet-dubravka-of-president-suica-vice"],"involved":["ec-person-3fde0db8d8834e47db2b7c32ce5c469b66548f1b","eu-tr-297854840469-91","ec-person-ebe31c2924b1fbde99804f8f575004fb99739165"]}} -{"id":"ec-meeting-2020-11-26-1ede799315c48f909714e089f794ec91faab4b52","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-26 - Cabinet of Commissioner Nicolas Schmit x Euclid Network"],"date":["2020-11-26"],"summary":["the role of Euclid in the Social Economy"],"notes":["Portfolio: Jobs and Social Rights"],"location":["videoconference"],"address":["videoconference"],"addressEntity":["addr-92b2fbb928e012810d80d9ef1abe12027beee200"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-31513b39cbfd3c630421d09259b6e94518a4e519","eu-tr-4361690830-63"]}} -{"id":"ec-meeting-2020-11-26-2ec63c622564e6143c3ad2b8c9f5a6898c4fc670","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-26 - European Civil Protection and Humanitarian Aid Operations x Norwegian Refugee Council Europe"],"date":["2020-11-26"],"summary":["Exchange of views on ongoing humanitarian crises"],"location":["Skype meeting"],"address":["Skype meeting"],"addressEntity":["addr-781168d389fe0a348984e596b91c97c13dd329fd"],"organizer":["ec-dg-echo"],"involved":["eu-tr-750447615329-96","ec-person-10a22f0fd27347d8ef3ff2b55ad4ef89c6fe388f"]}} -{"id":"ec-meeting-2020-11-26-2eebc7fd77520148795f73fa2d9d7f746f93e27a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-26 - Cabinet of Commissioner Mariya Gabriel x Anna Lindh Foundation"],"date":["2020-11-26"],"summary":["Young Mediterranean Voices programme and Erasmus Virtual Exchanges"],"notes":["Portfolio: Innovation and Youth"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-739469436973-48","ec-person-1674399a793e9e6fd7cf55b525515fc862fc9351"]}} -{"id":"ec-meeting-2020-11-26-477fbb41f56a18f1bdc54fa8d0840c864bf473c5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-26 - Cabinet of Commissioner Virginijus Sinkevičius x Corporate Europe Observatory"],"date":["2020-11-26"],"summary":["to discuss the PPP Circular Bio based Europe"],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Virtual meeting"],"address":["Virtual meeting"],"addressEntity":["addr-1f1f3f51a4da31a1ea5c1b4b21cbf52ad983224f"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["eu-tr-5353162366-85","ec-person-172a438ed334761e2ab5d52e551fd1bcb6ab6b8d"]}} -{"id":"ec-meeting-2020-11-26-56d5f9bffd8773cbc21c825d5d747c378f790beb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-26 - Cabinet of Commissioner Mairead Mcguinness x Gesamtverband der Deutschen Versicherungswirtschaft e.V."],"date":["2020-11-26"],"summary":["Introduction and discussion Solvency II review"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["virtual meeting"],"address":["virtual meeting"],"addressEntity":["addr-225c82a032511500bff73b3efe0d857849613fd9"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["eu-tr-6437280268-55","ec-person-49e520c7a9c9c47ccb5acfa68f9416e4233af9f8"]}} -{"id":"ec-meeting-2020-11-26-5b49248a7b1195cc4c9734285d8d96a934747a29","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-26 - Cabinet of Commissioner Kadri Simson x S&P Global"],"date":["2020-11-26"],"summary":["Green Deal and the clean energy transition"],"notes":["Portfolio: Energy"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["eu-tr-319148015141-55","ec-person-9b7f5fe059e5b0b40e79e9170211aa2f02322fdb","ec-person-2fb98fc84d2cf8d481688eff3d47f7745ead3592","ec-person-1995c65b8dc7f3702a8c30ed96a0144075848837"]}} -{"id":"ec-meeting-2020-11-26-6d50425dc07746f2467776bea70004c36319891a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-26 - Cabinet of Executive Vice-President Valdis Dombrovskis x EUROCHAM MALAYSIA"],"date":["2020-11-26"],"summary":["Key trends for EU trade policy; EU - Malaysia trade relations"],"notes":["Portfolio: An Economy that Works for People"],"location":["Video-conference"],"address":["Video-conference"],"addressEntity":["addr-afae67aab834151e72f631228e72361e369db072"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-1d8581216d9aa7f26fa098a81e84ca61e0e3f261","eu-tr-841347528761-81"]}} -{"id":"ec-meeting-2020-11-26-7396486f57b9e0d0aae43a83d96d441742bd33ac","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-26 - Research and Innovation x SAFRAN"],"date":["2020-11-26"],"summary":["Clean Aviation Memorandum of Committment"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-rtd"],"involved":["ec-person-1d348f33395de0ea6773a7b4ae8797e3e0392f73","eu-tr-764184537594-67"]}} -{"id":"ec-meeting-2020-11-26-7581bd8a4105363aacc4be4634ff9044e9709b2c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-26 - Cabinet of Executive Vice-President Margrethe Vestager x Together Against Counterfeiting Alliance G Plus Ltd (t/a Portland)"],"date":["2020-11-26"],"summary":["DSA"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-7223777790-86","ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0","eu-tr-514705440006-49"]}} -{"id":"ec-meeting-2020-11-26-8b78c57756a3b11a5597301bdd5b6150a414111d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-26 - Cabinet of Commissioner Mariya Gabriel x RELX"],"date":["2020-11-26"],"summary":["Meeting with Elsevier CEO on the Novel Coronavirus Centre and gender diversity in research"],"notes":["Portfolio: Innovation and Youth"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-338398611148-62","ec-person-1674399a793e9e6fd7cf55b525515fc862fc9351"]}} -{"id":"ec-meeting-2020-11-26-9df31761641e7a242bd00e3790fce03e1ceef711","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-26 - Cabinet of Commissioner Adina Vălean x Amazon Europe Core SARL"],"date":["2020-11-26"],"summary":["Amazon sustainability pledge"],"notes":["Portfolio: Transport"],"location":["Conference call"],"address":["Conference call"],"addressEntity":["addr-28ba88479582b2f75898964548da4252dc7db7d2"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["eu-tr-366117914426-10","ec-person-267c5ab3ea5304fc6305ef321e214c9c1cd0f78e"]}} -{"id":"ec-meeting-2020-11-26-a4fa8b773e2385a4d308723d1e3eb01b0408339e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-26 - Cabinet of Executive Vice-President Valdis Dombrovskis x World Economic Forum"],"date":["2020-11-26"],"summary":["Financing the Green Deal and Recovery Plan for Europe;Trade Policy Review"],"notes":["Portfolio: An Economy that Works for People"],"location":["videoconferencing"],"address":["videoconferencing"],"addressEntity":["addr-639327d89fe54fa62fbc7f80ffed3c598ed5a17f"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["eu-tr-049060636194-17","ec-person-9e7bd1005456277f156b671d1555c6a460fb2f58"]}} -{"id":"ec-meeting-2020-11-26-b6c8e5199bac82be2b2090d2e9aca40c93ca7895","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-26 - Cabinet of Commissioner Johannes Hahn x TURMsolutions GmbH/ Prof. Dr. Jochen H. Schiller"],"date":["2020-11-26"],"summary":["European alert system"],"notes":["Portfolio: Budget and Administration"],"location":["Conference call"],"address":["Conference call"],"addressEntity":["addr-28ba88479582b2f75898964548da4252dc7db7d2"],"organizer":["ec-cabinet-commissioner-hahn-johannes-of"],"involved":["ec-person-d1cfc2bdcd92eb0b7e7112810e03f3aff3f4af35","eu-tr-360276140455-97"]}} -{"id":"ec-meeting-2020-11-26-ce01f2df6eb775c3ceff6971ebf4b8097dd628e9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-26 - Cabinet of Executive Vice-President Frans Timmermans x Fern"],"date":["2020-11-26"],"summary":["Discussion on Deforestation"],"notes":["Portfolio: European Green Deal"],"location":["video call"],"address":["video call"],"addressEntity":["addr-12d8c530d76da0b7745f9c0f9285e7eec97adc55"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-4d24ceb9e6bdaabe394d1506aa601a9ce9d0e59b","eu-tr-40538475090-82"]}} -{"id":"ec-meeting-2020-11-26-d156d87581140760ceade3c4de7309ccad10753d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-26 - Cabinet of Commissioner Kadri Simson x currENT Enabling Network Technology throughout Europe E.E.I.G."],"date":["2020-11-26"],"summary":["Energy System Integration (ESI) and offshore Strategy. \r\nReview of Renewable Directive.\r\nTEN-E"],"notes":["Portfolio: Energy"],"location":["Video Conferencing"],"address":["Video Conferencing"],"addressEntity":["addr-e3b7413b2ac93be00b6bcff51fdc1374d67118bd"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["eu-tr-021961038791-19","ec-person-9b7f5fe059e5b0b40e79e9170211aa2f02322fdb","ec-person-68b9170beccdbf21444fad7cdc252dec9e60b9d2"]}} -{"id":"ec-meeting-2020-11-26-d83e0fc324dff949633b5bfdfacaaca8753c7aa8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-26 - Cabinet of Executive Vice-President Frans Timmermans x Clarios Germany GmbH & Co. KG"],"date":["2020-11-26"],"summary":["Batteries"],"notes":["Portfolio: European Green Deal"],"location":["Video call"],"address":["Video call"],"addressEntity":["addr-ad60f43c3b2e61f55f8d15d2bb303f6d11ac791b"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-9eafbf4a92961023c7df3ab389ae6d4301dec4bf","eu-tr-727481540174-81"]}} -{"id":"ec-meeting-2020-11-26-db92d06c146abe3e431422e4240ab9a654df5dbc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-26 - Cabinet of Commissioner Virginijus Sinkevičius x Climate Strategy"],"date":["2020-11-26"],"summary":["Presentation of a study on high-impact climate technologies for net-zero emission recovery"],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["ec-person-dd7a7b1952e158f4195d34cff333ec79a4f48ba3","eu-tr-32967558277-95","ec-person-172a438ed334761e2ab5d52e551fd1bcb6ab6b8d"]}} -{"id":"ec-meeting-2020-11-26-de59a4b7bfaa743978d34d579d4fde95f3071a53","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-26 - Regulatory Scrutiny Board x Association Française des Entreprises Privées / French Association of Large Companies"],"date":["2020-11-26"],"summary":["IIA of the Commission on sustainable corporate governance and the consultation on the relevant subject. The Chair of the RSB did not discuss this proposal but provided a general presentation on the work of the Board in the EU regulatory process"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-rsb"],"involved":["eu-tr-953933297-85","ec-person-31c44e0f672f59d97fcdbfa3dc472749e3187fea"]}} -{"id":"ec-meeting-2020-11-26-e4046b5c4eaa401ccf95b8e3f34527e3be99f478","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-26 - Cabinet of Commissioner Thierry Breton x Adevinta ASA"],"date":["2020-11-26"],"summary":["DSA/DMA"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-124123240636-16","ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","ec-person-4d83416435f81b1f1e8f5c86aeebb1478577f1d2"]}} -{"id":"ec-meeting-2020-11-26-e92e0858ee17d93e767842817852bfe77fbf5cbb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-26 - Joint Research Centre x Cisco Systems Inc."],"date":["2020-11-26"],"summary":["Exchange of views on current and future cooperation"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-jrc"],"involved":["ec-person-8e67d247a5ad86c12a9d387f95f3271fa036cfb7","eu-tr-494613715191-85"]}} -{"id":"ec-meeting-2020-11-26-fadc506ff19638c79b9da3be931fe94acc609aaa","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-26 - Mobility and Transport x European Transport Workers' Federation CANSO - Civil Air Navigation Services Organisation European Cockpit Association European Regions Airline Association Ltd. Airlines for Europe"],"date":["2020-11-26"],"summary":["Aviation Roundtable Report"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-dg-move"],"involved":["ec-person-26cdfacae671b09917bee1a91c91973941fa58a2","eu-tr-39838147687-59","eu-tr-26986828838-57","eu-tr-92545571128-74","eu-tr-807912421050-91","eu-tr-73491621553-11"]}} -{"id":"ec-meeting-2020-11-27-0d66ecda56260a0d0faa54fac370260eb86512e9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-27 - Cabinet of Executive Vice-President Frans Timmermans x Cia - Agricoltori italiani"],"date":["2020-11-27"],"summary":["Speech on sustainable agriculture"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - videoconference"],"address":["Brussels - videoconference"],"addressEntity":["addr-a3a01e55b02ab591ce10151760698f4306ec49cb"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-7c876f4825f213b8adbedf089ccedfbc3b36d65b","eu-tr-341436210542-80"]}} -{"id":"ec-meeting-2020-11-27-202681ef85d5e963cf924f483261d3a0610426d0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-27 - Cabinet of Executive Vice-President Margrethe Vestager x Mastercard Europe"],"date":["2020-11-27"],"summary":["AI White Paper"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0","eu-tr-58204758673-16"]}} -{"id":"ec-meeting-2020-11-27-258e888c9d0d808a87489fc4dca822ced34ecb9b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-27 - Cabinet of Executive Vice-President Frans Timmermans x TenneT Holding B.V."],"date":["2020-11-27"],"summary":["virtual conversation on the European Green Deal with trainees of Dutch network administrators"],"notes":["Portfolio: European Green Deal"],"location":["Video conference (Brussels)"],"address":["Video conference (Brussels)"],"addressEntity":["addr-01b8ca4779de58fdb138b60b0d9496a9cb09e6cf"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce","eu-tr-289810215426-07"]}} -{"id":"ec-meeting-2020-11-27-29d8e27d55c9a56ee2254871a1d326181d806e66","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-27 - Taxation and Customs Union x European Travel Retail Confederation"],"date":["2020-11-27"],"summary":["Videoconference - Discussion on Excise and VAT rules"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-taxud"],"involved":["ec-person-9e42f316f38c8e126c2cd2bc84affb891338c7f3","eu-tr-90905271757-87"]}} -{"id":"ec-meeting-2020-11-27-326027a9bbad16c6b2c902f846347997937171c7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-27 - Cabinet of Commissioner Mairead Mcguinness x Deutsche Bank AG"],"date":["2020-11-27"],"summary":["Future of Payments in Europe"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Video Conference"],"address":["Video Conference"],"addressEntity":["addr-fd005d1da26cd3c9a734fbbadaf813e8115acdeb"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-2b9c589fb2354bd93067644d2c3d2c058d4c4cc9","eu-tr-271912611231-56"]}} -{"id":"ec-meeting-2020-11-27-36fb85556cd0446fbb7b20a37545e816d44ba847","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-27 - Cabinet of Commissioner Kadri Simson x Orano"],"date":["2020-11-27"],"summary":["Role of nuclear energy in EU’s energy mix, security of supply, decarburization path and role of non-power use of nuclear for medical purposes."],"notes":["Portfolio: Energy"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["eu-tr-348369030395-22","ec-person-2fb98fc84d2cf8d481688eff3d47f7745ead3592","ec-person-68b9170beccdbf21444fad7cdc252dec9e60b9d2","ec-person-1995c65b8dc7f3702a8c30ed96a0144075848837"]}} -{"id":"ec-meeting-2020-11-27-3e7e2fa43dfc123e602c00e1f709608e0e7c3cc2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-27 - Cabinet of Executive Vice-President Frans Timmermans x Stichting IMAGINE Foundation"],"date":["2020-11-27"],"summary":["Sustainable food systems"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - videoconference"],"address":["Brussels - videoconference"],"addressEntity":["addr-a3a01e55b02ab591ce10151760698f4306ec49cb"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-7c876f4825f213b8adbedf089ccedfbc3b36d65b","eu-tr-009532038479-10"]}} -{"id":"ec-meeting-2020-11-27-41c747cbe5520b4cb57d13da0d008c34f29f3840","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-27 - Cabinet of Commissioner Thierry Breton x Gide Loyrette Nouel"],"date":["2020-11-27"],"summary":["visio-conférence sur le thème \"La souveraineté économique européenne : le retour d'une Europe puissance ?\""],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","eu-tr-353804021418-79"]}} -{"id":"ec-meeting-2020-11-27-47d496013549198c5c53397f03e215c836330fbd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-27 - Cabinet of Commissioner Virginijus Sinkevičius x European Environmental Bureau"],"date":["2020-11-27"],"summary":["to discuss the mercury relevant policy work"],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Virtual meeting"],"address":["Virtual meeting"],"addressEntity":["addr-1f1f3f51a4da31a1ea5c1b4b21cbf52ad983224f"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["eu-tr-06798511314-27","ec-person-172a438ed334761e2ab5d52e551fd1bcb6ab6b8d"]}} -{"id":"ec-meeting-2020-11-27-49be2645d7b265bb977754ac582cda8a0b585be0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-27 - Cabinet of Commissioner Thierry Breton x ASML Netherlands B.V. Robert Bosch GmbH Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V. Infineon Technologies AG Commissariat à l'Energie atomique et aux énergies alternatives NXP Semiconductors Netherlands B.V. Interuniversitair Micro-Electronica Centrum vzw STMicroelectronics"],"date":["2020-11-27"],"summary":["Roundtable on Processors"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-10751968675-85","ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","eu-tr-898711618618-45","eu-tr-52774696782-43","eu-tr-35124436517-75","eu-tr-070028236358-54","eu-tr-8999533555-91","eu-tr-70843878143-13","eu-tr-97921387213-35","ec-person-b077a2e9f0fdb3b8f6e91d0bd0b256db9e40ce46"]}} -{"id":"ec-meeting-2020-11-27-4c81841897d99ca3286645c37ae55e695b6fc0e2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-27 - Cabinet of Executive Vice-President Frans Timmermans x Airlines for Europe"],"date":["2020-11-27"],"summary":["Green recovery in aviation"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - videoconference"],"address":["Brussels - videoconference"],"addressEntity":["addr-a3a01e55b02ab591ce10151760698f4306ec49cb"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-7c876f4825f213b8adbedf089ccedfbc3b36d65b","eu-tr-807912421050-91"]}} -{"id":"ec-meeting-2020-11-27-520e64af771b21214d8119800247328e4e9c3837","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-27 - Cabinet of Commissioner Kadri Simson x FuelsEurope"],"date":["2020-11-27"],"summary":["Green deal, FuelsEurope strategy for the transformation of the sector"],"notes":["Portfolio: Energy"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["ec-person-9b7f5fe059e5b0b40e79e9170211aa2f02322fdb","eu-tr-26207914726-42","ec-person-2fb98fc84d2cf8d481688eff3d47f7745ead3592","ec-person-1995c65b8dc7f3702a8c30ed96a0144075848837"]}} -{"id":"ec-meeting-2020-11-27-70b986b00095bbfa63a185ea3039b6fef4d7ba33","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-27 - Cabinet of Executive Vice-President Margrethe Vestager x Disinformation Index Ltd"],"date":["2020-11-27"],"summary":["Digital Services Act, European Democracy Action Plan"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-584700737325-09","ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0"]}} -{"id":"ec-meeting-2020-11-27-761225dc430928122f7b6bf3f5686185128fccda","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-27 - Cabinet of Commissioner Didier Reynders x EUROPEAN FEDERATION OF JEWELLERY"],"date":["2020-11-27"],"summary":["Due diligence"],"notes":["Portfolio: Justice"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-didier-of-reynders"],"involved":["ec-person-50f9cba2282e1d03395cdd0faf9ce6e9a2ff3104","eu-tr-807551411768-46","ec-person-442bf1ae9900b999673cdd7389224d0e21b67d4d"]}} -{"id":"ec-meeting-2020-11-27-79bb9c2a99415ec9b968cf7855ec54f0a45761cb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-27 - Cabinet of Executive Vice-President Margrethe Vestager x Duck Duck Go, Inc."],"date":["2020-11-27"],"summary":["Digital Services Act, Digital Markets Act"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0","eu-tr-177326839581-89"]}} -{"id":"ec-meeting-2020-11-27-79c3d4a6ad70bd08ec6f4fd1e4a36abcb390415e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-27 - Cabinet of Executive Vice-President Frans Timmermans x Vereniging van Nederlandse Gemeenten"],"date":["2020-11-27"],"summary":["Speech on the European Green Deal at the VNG Board Day"],"notes":["Portfolio: European Green Deal"],"location":["video conference (Brussels)"],"address":["video conference (Brussels)"],"addressEntity":["addr-96d45bbb99f3da137b2243f11b529ed54662db90"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce","eu-tr-32705794105-55"]}} -{"id":"ec-meeting-2020-11-27-7fd36b7d4e0d661a8dc3e34dd33875913a3add09","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-27 - Cabinet of Executive Vice-President Frans Timmermans x Deutscher Bauernverband"],"date":["2020-11-27"],"summary":["Exchange on EU climate policy and the upcoming policy proposals"],"notes":["Portfolio: European Green Deal"],"location":["Video call"],"address":["Video call"],"addressEntity":["addr-ad60f43c3b2e61f55f8d15d2bb303f6d11ac791b"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-f1a3478550296f3f9accdc67d6ef5a0b681dda4b","eu-tr-73085531345-65"]}} -{"id":"ec-meeting-2020-11-27-a0c886ea56ada3fe5fff4a1ab009d3dc12d09ecd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-27 - Cabinet of Executive Vice-President Frans Timmermans x Estonian Renewable Energy Association Eesti Erametsaliit AS Graanul Invest Estonian Forest and Wood Industries Association"],"date":["2020-11-27"],"summary":["European Green Deal, forest policy and bioenergy"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-717889840444-77","ec-person-8af3c81534786a740718d21dc58240738a53ed7b","eu-tr-493275140196-18","ec-person-f1a3478550296f3f9accdc67d6ef5a0b681dda4b","eu-tr-800533940164-02","eu-tr-687750840446-75"]}} -{"id":"ec-meeting-2020-11-27-a53015324efc9734362578522387e71c346bc26d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-27 - Cabinet of Commissioner Thierry Breton x European Association of Electrical Contractors EUREC- The association of European Renewable Energy Research Centres Polska Izba Budownictwa EUROPEAN FEDERATION OF BUILDING AND WOODWORKERS European Construction Industry Federation European Builders Confederation AISBL"],"date":["2020-11-27"],"summary":["High Level Roundtable - Skills for the Construction Sector"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-5215bd372c5a1202399d77ecceb8c16de8d7d55c","ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","eu-tr-8156981516-21","eu-tr-57745478360-42","eu-tr-877335140342-59","eu-tr-9089874181-55","eu-tr-92221016212-42","eu-tr-09256701147-51","ec-person-026c2270ec4cbabdb8ac223b2d1fa4202696dc8d"]}} -{"id":"ec-meeting-2020-11-27-a98fd235e94eb4c2e27714f75b3576a348979904","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-27 - Cabinet of Commissioner Janusz Wojciechowski x COMITE EUROPEEN des FABRICANTS de SUCRE"],"date":["2020-11-27"],"summary":["CEFS' reply to the Public Consultation on the Roadmap of the Action Plan for the development of the organic production"],"notes":["Portfolio: Agriculture"],"location":["Webex meeting"],"address":["Webex meeting"],"addressEntity":["addr-890aa61c6c51df2fa544a1ba06758b65e1bd53ff"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["eu-tr-49679062863-35","ec-person-625f8b4379f79adee4f15c6a0417a96bb5a5a403"]}} -{"id":"ec-meeting-2020-11-27-af83bc8c54d334c436fd93b84cf076f94e098480","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-27 - Cabinet of Executive Vice-President Frans Timmermans x Open Society European Policy Institute"],"date":["2020-11-27"],"summary":["Green Deal and effect on minorities"],"notes":["Portfolio: European Green Deal"],"location":["video call"],"address":["video call"],"addressEntity":["addr-12d8c530d76da0b7745f9c0f9285e7eec97adc55"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-4d24ceb9e6bdaabe394d1506aa601a9ce9d0e59b","eu-tr-8557515321-37"]}} -{"id":"ec-meeting-2020-11-27-c8c1e3db1936de99652a6b16d62ed10253bbfc85","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-27 - Cabinet of Executive Vice-President Valdis Dombrovskis x Orgalim – Europe's Technology Industries"],"date":["2020-11-27"],"summary":["-\tTrade policy review\r\n-\tIndustrial policy and its review\r\n-\tMercosur"],"notes":["Portfolio: An Economy that Works for People"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["eu-tr-20210641335-88","ec-person-7e9813c16d805ee7ebea3ef6444f384bc32abaaa"]}} -{"id":"ec-meeting-2020-11-27-c959af0ea1e614d04c47a2061145f8bbd9a5f92c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-27 - Cabinet of Commissioner Adina Vălean x Energy Transitions Commission"],"date":["2020-11-27"],"summary":["Introductury meeting Clean Skies"],"notes":["Portfolio: Transport"],"location":["Conference call"],"address":["Conference call"],"addressEntity":["addr-28ba88479582b2f75898964548da4252dc7db7d2"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["ec-person-5f7f9d4d861c5b97fbd25bccf6323535d2a7ceb8","ec-person-cc0354fbf386eb83f57c00ad5240f1dddeeabab4","eu-tr-789695437661-86"]}} -{"id":"ec-meeting-2020-11-27-e27a0a5284d87ae90eea4ddcd5392b90708bad52","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-27 - Cabinet of Commissioner Nicolas Schmit x EUROPEAN FEDERATION OF BUILDING AND WOODWORKERS European Construction Industry Federation Universidade do Porto European Association of Electrical Contractors European Builders Confederation AISBL Knauf Energy Solutions Polska Izba Budownictwa EUREC- The association of European Renewable Energy Research Centres"],"date":["2020-11-27"],"summary":["Pact for Skills roundtable with the construction sector."],"notes":["Portfolio: Jobs and Social Rights"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-66fa2c2d100ec194caa42b5c6f97c36e2748b71c","ec-person-4cf4655ab41922e92160325d987a3c4615c72d30","eu-tr-870039427179-40","eu-tr-619792037234-03","eu-tr-8156981516-21","eu-tr-57745478360-42","eu-tr-877335140342-59","eu-tr-9089874181-55","eu-tr-92221016212-42","eu-tr-09256701147-51","ec-person-c03b949331dbbe5fa3d5423758e371ec1b9b832f"]}} -{"id":"ec-meeting-2020-11-27-f19eba5a943d7b6982a15ff7e926a86895d56bab","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-27 - Cabinet of Commissioner Nicolas Schmit x European Federation of Nurses Associations"],"date":["2020-11-27"],"summary":["Meeting on the challenges faced by frontline workers during the Covid-19 crisis."],"notes":["Portfolio: Jobs and Social Rights"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["eu-tr-87872442953-08","ec-person-4cf4655ab41922e92160325d987a3c4615c72d30","ec-person-c03b949331dbbe5fa3d5423758e371ec1b9b832f"]}} -{"id":"ec-meeting-2020-11-27-f427926cdc829de40a22c66e2165c634c4169f84","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-27 - Cabinet of Commissioner Nicolas Schmit x Council of European Employers of the Metal, Engineering and Technology-based Industries"],"date":["2020-11-27"],"summary":["Social Dialogue"],"notes":["Portfolio: Jobs and Social Rights"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["eu-tr-61370904700-45","ec-person-652143032bcbd23aa320685b3deba350097aa7ae"]}} -{"id":"ec-meeting-2020-11-27-fac67a968da07a16dd8ec48a6e8c811cd5579259","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-27 - Cabinet of Executive Vice-President Frans Timmermans x #SustainablePublicAffairs"],"date":["2020-11-27"],"summary":["Introduction to Sustainable Public Affairs"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - video conference"],"address":["Brussels - video conference"],"addressEntity":["addr-d7df553e47e69d1cc9f4189b36b7c867f80459b0"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-925995939257-35","ec-person-ef3e882499136b48d744f4751cee95c0f8866078"]}} -{"id":"ec-meeting-2020-11-30-18fa10077fcf0dad39f6f20c1c651c0a61b737f1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-30 - Internal Market, Industry, Entrepreneurship and SMEs x SMEunited aisbl"],"date":["2020-11-30"],"summary":["COVID-19 impact on SMEs, National Recovery and resilience plans, Ecosystems."],"location":["Phone call"],"address":["Phone call"],"addressEntity":["addr-cac056598c767cdeaa0f13cfe91d25988c24c698"],"organizer":["ec-dg-grow"],"involved":["eu-tr-55820581197-35","ec-person-0151c7e554d188fffc509ad636b7d1a84c5dfcd5"]}} -{"id":"ec-meeting-2020-11-30-61031761419b7fb449b36498842567fa2a9dd32e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-30 - Cabinet of Commissioner Thierry Breton x Bundesverband der Deutschen Luft- und Raumfahrtindustrie e. V."],"date":["2020-11-30"],"summary":["BDLI-Space talk: “Quo vadis European Space after the COVID-19 pandemic? – The future of European Space in view of the German EU Council Presidency”."],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","eu-tr-095274426474-13"]}} -{"id":"ec-meeting-2020-11-30-68e705e72c05a8daf261e84d689faad940bb8e76","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-30 - Directorate-General for International Partnerships x CMA CGM"],"date":["2020-11-30"],"summary":["réunion avec VP. - possibilité de partenariat."],"location":["VTC"],"address":["VTC"],"addressEntity":["addr-9d1acaa772820b8ade84113d2da24716fe455be2"],"organizer":["ec-dg-intpa"],"involved":["eu-tr-009433826675-55","ec-person-afe6f55069d2cc5483157e138e41abd63140fdd8"]}} -{"id":"ec-meeting-2020-11-30-7e9918fc3e06b0e23b25acdcbaa17708fcacd496","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-30 - Cabinet of Executive Vice-President Valdis Dombrovskis x Bundesverband deutscher Banken e.V."],"date":["2020-11-30"],"summary":["Sustainable finance"],"notes":["Portfolio: An Economy that Works for People"],"location":["video conference"],"address":["video conference"],"addressEntity":["addr-6dc12e3c97077db82f32184f24341ce370a445fd"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-235870cd7eb41f2494f695fce18b5b5b88647113","eu-tr-0764199368-97"]}} -{"id":"ec-meeting-2020-11-30-85334f9b4d157c2ec4cf9583432197bb764c1618","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-30 - Mobility and Transport x Airlines for America"],"date":["2020-11-30"],"summary":["Harvard Study on virus transmission on airplanes"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-dg-move"],"involved":["ec-person-26cdfacae671b09917bee1a91c91973941fa58a2","eu-tr-78160685782-84"]}} -{"id":"ec-meeting-2020-11-30-8e946eb1096a11798e28e4ee65a429438dd62342","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-30 - Cabinet of Commissioner Adina Vălean x Union of Greek Shipowners - ΕΝΩΣΙΣ ΕΛΛΗΝΩΝ ΕΦΟΠΛΙΣΤΩΝ"],"date":["2020-11-30"],"summary":["Introductory meeting"],"notes":["Portfolio: Transport"],"location":["videoconference"],"address":["videoconference"],"addressEntity":["addr-92b2fbb928e012810d80d9ef1abe12027beee200"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["ec-person-baa9678f53e0a607c8a9bb2cd9122d1c13370154","eu-tr-477510929511-08","ec-person-267c5ab3ea5304fc6305ef321e214c9c1cd0f78e"]}} -{"id":"ec-meeting-2020-11-30-af740032393b9cf85ad4076d8f33a5fdf9cc8256","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-30 - Cabinet of Commissioner Virginijus Sinkevičius x Lithuanian RDI Liaison Office LINO"],"date":["2020-11-30"],"summary":["Virtual event and debate on “Environment and energy: exploring synergies between GREEN DEAL and LIFE”"],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["ec-person-ef0f66e9880a22ea8d9657bd982daf9bd74838c1","eu-tr-904775931450-88"]}} -{"id":"ec-meeting-2020-11-30-b03d2d5d75b935646171b39c15b7ec0f69bbebf8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-30 - Cabinet of Vice-President Margaritis Schinas x Bundesverband der Arzneimittel-Hersteller e.V."],"date":["2020-11-30"],"summary":["Future of Medicines"],"notes":["Portfolio: Promoting the European Way of Life"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-margaritis-of-president-schinas-vice"],"involved":["ec-person-d5cada2a1a17537a675985af31e5ce07ae3bfd42","ec-person-180e5c5b13dac533a1241b0f9d78176c8bec3d51","eu-tr-945120918083-26"]}} -{"id":"ec-meeting-2020-11-30-b987d2a3c58aa22965dde1a3aa6e8f2d36cd7e45","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-30 - Cabinet of Executive Vice-President Frans Timmermans x Maycroft Consultancy Services B.V."],"date":["2020-11-30"],"summary":["Hydrogen strategy"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - video conference"],"address":["Brussels - video conference"],"addressEntity":["addr-d7df553e47e69d1cc9f4189b36b7c867f80459b0"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-d53e00c46a4cc62bbf533e0c9bb35bacb9121989","eu-tr-595153540293-45"]}} -{"id":"ec-meeting-2020-11-30-bc99fe2d4b0408eaa676517b02eb5a056eebf77e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-30 - Cabinet of Executive Vice-President Margrethe Vestager x HOTREC, Hotels, Restaurants & Cafés in Europe"],"date":["2020-11-30"],"summary":["Digital Services Act"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0","eu-tr-7955861942-03"]}} -{"id":"ec-meeting-2020-11-30-c6f4ed63a3243061bb83a7a21e4d59e7b7bf8efc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-30 - Cabinet of Executive Vice-President Frans Timmermans x EUROPE'S MEDIALAB (Fondation EURACTIV)"],"date":["2020-11-30"],"summary":["Speech at EURACTIV Virtual Conference “Meeting the 2030 emissions targets: Are we on the right track?’"],"notes":["Portfolio: European Green Deal"],"location":["videoconference (Brussels)"],"address":["videoconference (Brussels)"],"addressEntity":["addr-5dd22b57a9d6f7be6f130d619b6be6e2434c4ab3"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-485832526193-89","ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce"]}} -{"id":"ec-meeting-2020-11-30-f2f45c8cb410cbde8ee0ad3bf6217faa00e77c30","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-30 - Cabinet of Commissioner Mairead Mcguinness x AMICE - Association of Mutual Insurers and Insurance Cooperatives in Europe"],"date":["2020-11-30"],"summary":["Pre-Recorded closing address.\r\n\r\nInsurance regulation, sustainability and risk management."],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Video Conference - Brussels"],"address":["Video Conference - Brussels"],"addressEntity":["addr-34f031fe3dca2a1adfe3cdeffd60fe1f84c724b8"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-2b9c589fb2354bd93067644d2c3d2c058d4c4cc9","eu-tr-62503501759-81"]}} -{"id":"ec-meeting-2020-11-30-fa6797db27c64f100a7c287d26e4d3dc15ee1198","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-11-30 - Cabinet of Commissioner Adina Vălean x FuelsEurope"],"date":["2020-11-30"],"summary":["The Pathway for the European Refining Industry to Climate Neutrality"],"notes":["Portfolio: Transport"],"location":["videoconference"],"address":["videoconference"],"addressEntity":["addr-92b2fbb928e012810d80d9ef1abe12027beee200"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["ec-person-e5f1558cac43dd4f90847b508b6753edb0a9f903","eu-tr-26207914726-42","ec-person-267c5ab3ea5304fc6305ef321e214c9c1cd0f78e"]}} -{"id":"ec-meeting-2020-12-01-15c0db22b37237afd69d387635b90a66ff0c5e59","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-12-01 - Cabinet of Executive Vice-President Margrethe Vestager x BSA | The Software Alliance"],"date":["2020-12-01"],"summary":["Artificial Intelligence, Data Strategy, Digital sovereignty"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0","eu-tr-75039383277-48"]}} -{"id":"ec-meeting-2020-12-01-18aa7285eca70f74a4a9e02ca63ac202e4f4a3f5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-12-01 - Cabinet of Commissioner Virginijus Sinkevičius x SMEunited aisbl"],"date":["2020-12-01"],"summary":["To discuss Circular Economy Action Plan, especially from the angle of small and medium enterprises."],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["eu-tr-55820581197-35","ec-person-dd7a7b1952e158f4195d34cff333ec79a4f48ba3","ec-person-172a438ed334761e2ab5d52e551fd1bcb6ab6b8d"]}} -{"id":"ec-meeting-2020-12-01-18b99e17374e2ff02c2cfef546fee1bd58ea695f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-12-01 - Cabinet of Executive Vice-President Frans Timmermans x Airbus"],"date":["2020-12-01"],"summary":["Zero emission aircraft"],"notes":["Portfolio: European Green Deal"],"location":["video call"],"address":["video call"],"addressEntity":["addr-12d8c530d76da0b7745f9c0f9285e7eec97adc55"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-2732167674-76","ec-person-d56ecbfde17436a136fc89c9a978b266e8285c84"]}} -{"id":"ec-meeting-2020-12-01-2c35add009bf9f76b41ce403a835f1a55fa21b6c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-12-01 - Cabinet of President Ursula von der Leyen x IFPI Representing recording industry worldwide"],"date":["2020-12-01"],"summary":["Digital issues, national transposition measures of Copyright Directive, concerns re quantitative vs qualitative assessments in application of exceptions."],"notes":["Portfolio: President"],"location":["Brussels (WEBEX)"],"address":["Brussels (WEBEX)"],"addressEntity":["addr-3afbdeda01f3dac93a9dc841fdac57d9de27b869"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["eu-tr-60394321918-91","ec-person-7019713e72781afb1f3b19032c4752a314b78180"]}} -{"id":"ec-meeting-2020-12-01-36303be6d8381318a0a94ffca31f239e7c43d758","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-12-01 - Cabinet of Commissioner Nicolas Schmit x European Federation of Food, Agriculture and Tourism Trade Unions"],"date":["2020-12-01"],"summary":["Meeting on the labour standards in the meat sector and other concerns in the food and agriculture sectors."],"notes":["Portfolio: Jobs and Social Rights"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["eu-tr-33130841043-14","ec-person-4cf4655ab41922e92160325d987a3c4615c72d30","ec-person-c03b949331dbbe5fa3d5423758e371ec1b9b832f"]}} -{"id":"ec-meeting-2020-12-01-3a6844a8af6a15181a52e8c33dbbb987cd8dd62c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-12-01 - Cabinet of Vice-President Věra Jourová x European Federation of Journalists International Press Institute Committee to Protect Journalists Europäisches Zentrum für Presse- und Medienfreiheit Reporters sans frontières"],"date":["2020-12-01"],"summary":["Media freedom, EDAP"],"notes":["Portfolio: Values and Transparency"],"location":["videoconference"],"address":["videoconference"],"addressEntity":["addr-92b2fbb928e012810d80d9ef1abe12027beee200"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["eu-tr-612547127497-45","ec-person-bf54da17217bbddfd9c68fe24d88005ac17e2c4b","eu-tr-823710129179-63","eu-tr-27471236588-39","eu-tr-370649919011-72","eu-tr-370877536078-58"]}} -{"id":"ec-meeting-2020-12-01-3c4bb310a0250cd5e097911921c076066048ba99","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-12-01 - Cabinet of Commissioner Mairead Mcguinness x Banking & Payments Federation Ireland"],"date":["2020-12-01"],"summary":["Taxonomy delegated acts"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-a5441c6a69a8a94fd64e02def60fcc6567f2c1d8","eu-tr-981559116223-93"]}} -{"id":"ec-meeting-2020-12-01-5a240bd5916302bc5e3ab407e116e355d1f08d3b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-12-01 - Cabinet of Commissioner Nicolas Schmit x BUSINESSEUROPE SMEunited aisbl Central Europe Energy Partners EUROPEAN TRADE UNION CONFEDERATION Bundesvereinigung der Deutschen Arbeitgeberverbände e.V. Deutscher Gewerkschaftsbund"],"date":["2020-12-01"],"summary":["Exchange of views on minimum wages and the Recovery and Resilience Facility."],"notes":["Portfolio: Jobs and Social Rights"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-8eb18b6102d444937bc6af5822a6742812165b48","ec-person-4cf4655ab41922e92160325d987a3c4615c72d30","eu-tr-55820581197-35","eu-tr-07595112423-87","eu-tr-3978240953-79","eu-tr-06698681039-26","eu-tr-7749519702-29","eu-tr-87738563745-94","ec-person-c03b949331dbbe5fa3d5423758e371ec1b9b832f"]}} -{"id":"ec-meeting-2020-12-01-5ac7791b9a50760a9d00bc0780483142d08769a4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-12-01 - Cabinet of President Ursula von der Leyen x Fagligt Fælles Forbund"],"date":["2020-12-01"],"summary":["The European Pillar of Social Rights"],"notes":["Portfolio: President"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-66d141295841bdd2d0679d93aae62e07580fcee5","eu-tr-790395022789-84"]}} -{"id":"ec-meeting-2020-12-01-5d1b509b115928f8ffbc02c9e5d8c47b9a4fde0c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-12-01 - Cabinet of Executive Vice-President Margrethe Vestager x Pinterest Europe Limited"],"date":["2020-12-01"],"summary":["Digital Services Act, Digital Markets Act"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0","eu-tr-666424037960-41"]}} -{"id":"ec-meeting-2020-12-01-6305f52590f565c540e2c1379afdb792c5c2227f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-12-01 - Trade x Deutsche Industrie- und Handelskammer"],"date":["2020-12-01"],"summary":["Trade Policy Review"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-trade"],"involved":["eu-tr-22400601191-42","ec-person-2045c2589da3988908fcfe731e8224e7e06a7c63"]}} -{"id":"ec-meeting-2020-12-01-936f66b1f13f06f2e7de873fe8a6c80d1b314c75","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-12-01 - Cabinet of Vice-President Dubravka Šuica x Conseil Européen des Jeunes Agriculteurs"],"date":["2020-12-01"],"summary":["Preparatory meeting to ensure a productive meeting with the Vice-President."],"notes":["Portfolio: Democracy and Demography"],"location":["Brussels, online"],"address":["Brussels, online"],"addressEntity":["addr-af0c18ce12d80192c627f5a1fdfcb8ed37836e47"],"organizer":["ec-cabinet-dubravka-of-president-suica-vice"],"involved":["eu-tr-849413211923-25","ec-person-2ea66ac99d83c7f0ff7dfcfd7d90f9416dc22e61"]}} -{"id":"ec-meeting-2020-12-01-a05abf37c89a35aedaf0fcc3c17eb9baa24717fd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-12-01 - Cabinet of Commissioner Nicolas Schmit x La Coop des Communs"],"date":["2020-12-01"],"summary":["the role of solidarity initiatives supported by digitalisation in the context of the current of the current crisis"],"notes":["Portfolio: Jobs and Social Rights"],"location":["videoconference"],"address":["videoconference"],"addressEntity":["addr-92b2fbb928e012810d80d9ef1abe12027beee200"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["eu-tr-095895140508-75","ec-person-31513b39cbfd3c630421d09259b6e94518a4e519"]}} -{"id":"ec-meeting-2020-12-01-b4c40d797d4e50ff9f7479600a7e514d2b64b787","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-12-01 - Internal Market, Industry, Entrepreneurship and SMEs x European Chemical Industry Council"],"date":["2020-12-01"],"summary":["European Clean Hydrogen Alliance and Chemicals Strategy for Sustainability."],"location":["Phone call"],"address":["Phone call"],"addressEntity":["addr-cac056598c767cdeaa0f13cfe91d25988c24c698"],"organizer":["ec-dg-grow"],"involved":["ec-person-0151c7e554d188fffc509ad636b7d1a84c5dfcd5","eu-tr-64879142323-90"]}} -{"id":"ec-meeting-2020-12-01-b5cec898d558a8caa73330f2d1c66eb8c05d6ea7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-12-01 - Environment x Huawei Technologies"],"date":["2020-12-01"],"summary":["digital technologies and data management"],"location":["Videocall"],"address":["Videocall"],"addressEntity":["addr-4b20c60cbed91c52bb56613870c84a7e8fb11240"],"organizer":["ec-dg-env"],"involved":["ec-person-f9559d68da38935569ff0be1cadd90e05f0454bd","eu-tr-114467111412-38"]}} -{"id":"ec-meeting-2020-12-01-d6fbc67fc745fbf642d7b0c57a28c774e9518b57","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2020-12-01 - Cabinet of Commissioner Mairead Mcguinness x IBERDROLA"],"date":["2020-12-01"],"summary":["EU Green Bond Standard"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Brussels (conference call)","Virtual"],"address":["Brussels (conference call)","Virtual"],"addressEntity":["addr-f8652daf581a83dcf3a2f41fe69787aec1951090","addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-a5441c6a69a8a94fd64e02def60fcc6567f2c1d8","eu-tr-41816938101-07"]}} -{"id":"ec-meeting-2020-12-01-d6fd0f252c14b6fb9fe655a3fef75209550138df","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-12-01 - Cabinet of Executive Vice-President Margrethe Vestager x CDISCOUNT"],"date":["2020-12-01"],"summary":["Digital Services Act"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0","eu-tr-113712937115-73"]}} -{"id":"ec-meeting-2020-12-01-e4e609e27e85bc1f7dd33ff726b04cc10df47b61","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-12-01 - Environment x International Union for Conservation of Nature EU Representative Office"],"date":["2020-12-01"],"summary":["biodiversity and nature protection"],"location":["Videocall"],"address":["Videocall"],"addressEntity":["addr-4b20c60cbed91c52bb56613870c84a7e8fb11240"],"organizer":["ec-dg-env"],"involved":["ec-person-f9559d68da38935569ff0be1cadd90e05f0454bd","eu-tr-03518238467-61"]}} -{"id":"ec-meeting-2020-12-01-f09806eb3dc1cad816cb2d0e91d18b3a6eb40032","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-12-01 - Cabinet of President Ursula von der Leyen x Transatlantic Policy Network"],"date":["2020-12-01"],"summary":["TPN virtual meeting with former President of the World Bank, US Trade Representative, and US Deputy Secretary of State Robert Zoellick"],"notes":["Portfolio: President"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-74461c5e9d74bc939ba426d5740d1097ac434132","eu-tr-923710115785-95"]}} -{"id":"ec-meeting-2020-12-01-fdf6d63c0772c946ae0198fd6cbc68167b6f41ca","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-12-01 - Cabinet of Executive Vice-President Frans Timmermans x Wirtschaftsvereinigung Stahl"],"date":["2020-12-01"],"summary":["Exchange on the German Steel Action Concept"],"notes":["Portfolio: European Green Deal"],"location":["Video call"],"address":["Video call"],"addressEntity":["addr-ad60f43c3b2e61f55f8d15d2bb303f6d11ac791b"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-75755621888-61","ec-person-f1a3478550296f3f9accdc67d6ef5a0b681dda4b"]}} -{"id":"ec-meeting-2020-12-02-005cbd7e20363e40668e68a070752822f959b8a0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-12-02 - Cabinet of Commissioner Jutta Urpilainen x Mo Ibrahim Foundation"],"date":["2020-12-02"],"summary":["Strengthening of Europe Africa partnership and cooperation opportunities."],"notes":["Portfolio: International Partnerships"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["eu-tr-420219140525-85","ec-person-7c4fa9cfb750b5b524c065180fcee1123b8df03e"]}} -{"id":"ec-meeting-2020-12-02-007c445d6ed464ded13d1a074f0f993e946b94dd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-12-02 - Cabinet of Executive Vice-President Frans Timmermans x Royal Association of Netherlands' Shipowners"],"date":["2020-12-02"],"summary":["The European Green Deal and the impact on shipping"],"notes":["Portfolio: European Green Deal"],"location":["Video call"],"address":["Video call"],"addressEntity":["addr-ad60f43c3b2e61f55f8d15d2bb303f6d11ac791b"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-05693918534-87","ec-person-f1a3478550296f3f9accdc67d6ef5a0b681dda4b"]}} -{"id":"ec-meeting-2020-12-02-09e6b10140198d083d38b4ad76ec9fdaed33b6ba","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-12-02 - Environment x Conféderation Européenne des Propriétaires Forestiers"],"date":["2020-12-02"],"summary":["EU Forest and Biodiversity Strategy"],"location":["Videocall"],"address":["Videocall"],"addressEntity":["addr-4b20c60cbed91c52bb56613870c84a7e8fb11240"],"organizer":["ec-dg-env"],"involved":["eu-tr-3647455667-08","ec-person-f9559d68da38935569ff0be1cadd90e05f0454bd"]}} -{"id":"ec-meeting-2020-12-02-0ba080c75025a5366105412b919ac6ccb9341b98","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-12-02 - Cabinet of Commissioner Thierry Breton x None"],"date":["2020-12-02"],"summary":["Roundtable with platforms on DSA and DMA"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-394491614001-72","eu-tr-366117914426-10","eu-tr-146537115285-34","eu-tr-311257433890-50","eu-tr-124123240636-16","eu-tr-532331921544-33","eu-tr-113712937115-73","eu-tr-952721718748-34","eu-tr-177326839581-89","eu-tr-580322225469-90","ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","eu-tr-910956030915-30","eu-tr-0801162959-21","eu-tr-877966419254-70","ec-person-4d83416435f81b1f1e8f5c86aeebb1478577f1d2","eu-tr-194701439441-91","eu-tr-671163933953-21","eu-tr-611131527720-22","eu-tr-165202837974-32","eu-tr-03181945560-59"]}} -{"id":"ec-meeting-2020-12-02-18bd5bcec40ff08fc892e9266e8dd372e9afe330","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-12-02 - Cabinet of Executive Vice-President Frans Timmermans x Flix SE"],"date":["2020-12-02"],"summary":["Smart and Sustainable Mobility Strategy"],"notes":["Portfolio: European Green Deal"],"location":["videoconference (Brussels)"],"address":["videoconference (Brussels)"],"addressEntity":["addr-5dd22b57a9d6f7be6f130d619b6be6e2434c4ab3"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-68673b08d89a6e808027adc388726386f46aa7f5","eu-tr-680069530746-88","ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce","ec-person-d56ecbfde17436a136fc89c9a978b266e8285c84"]}} -{"id":"ec-meeting-2020-12-02-1a7eb28dc2445a59e724f8b7267fbaf5f136a486","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-12-02 - Taxation and Customs Union x European Aluminium AISBL"],"date":["2020-12-02"],"summary":["Videoconference - Exchange of view on the carbon-border-adjustment mechanism and the energy tax directive"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-taxud"],"involved":["eu-tr-9224280267-20","ec-person-9e42f316f38c8e126c2cd2bc84affb891338c7f3"]}} -{"id":"ec-meeting-2020-12-02-1fa5a46ad68a10a8476c004434611c60d0882fca","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-12-02 - Taxation and Customs Union x ClearVAT"],"date":["2020-12-02"],"summary":["Videoconference - Discussion on the EU VAT E-Commerce package"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-taxud"],"involved":["eu-tr-032705031767-21","ec-person-9e42f316f38c8e126c2cd2bc84affb891338c7f3"]}} -{"id":"ec-meeting-2020-12-02-2abcc6ee237b7f7d002c51f8aceb30a5c30b2ccd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-12-02 - Environment x Conservation International Europe"],"date":["2020-12-02"],"summary":["Deforestation legislation"],"location":["Video meeting"],"address":["Video meeting"],"addressEntity":["addr-762dc9b5648e05f3894b6f2597baa8254e5414db"],"organizer":["ec-dg-env"],"involved":["ec-person-f9559d68da38935569ff0be1cadd90e05f0454bd","eu-tr-70299514465-38"]}} -{"id":"ec-meeting-2020-12-02-311aa76ec3332836fbd21d778d237a22186bb34f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-12-02 - Cabinet of Executive Vice-President Frans Timmermans x Teollisuuden Voima Oyj"],"date":["2020-12-02"],"summary":["Nuclear industry and the European Green Deal"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - video conference"],"address":["Brussels - video conference"],"addressEntity":["addr-d7df553e47e69d1cc9f4189b36b7c867f80459b0"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-352103717639-15","ec-person-d53e00c46a4cc62bbf533e0c9bb35bacb9121989"]}} -{"id":"ec-meeting-2020-12-02-47f16aa07c3489b7051e20b66c542c3778f5a7cb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-12-02 - Cabinet of Commissioner Elisa Ferreira x FIPRA International SRL"],"date":["2020-12-02"],"summary":["Webinar Portuguese EU presidency - \"Summer storms or a new normal?\""],"notes":["Portfolio: Cohesion and Reforms"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-elisa-ferreira-of"],"involved":["eu-tr-58746194306-23","ec-person-63f2d0a26187f98f2895c32cf27b4a574cfb2bba"]}} -{"id":"ec-meeting-2020-12-02-5e8887e8e42de2c49ba6918bf6383658df98b643","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-12-02 - Cabinet of Executive Vice-President Frans Timmermans x Confederation of European Waste-to-Energy Plants"],"date":["2020-12-02"],"summary":["Circular economy and waste-to-energy"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-7899845424-69","ec-person-8af3c81534786a740718d21dc58240738a53ed7b"]}} -{"id":"ec-meeting-2020-12-02-9479fc664c920d3acd1638cd431c6fbaa08b1a11","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-12-02 - Cabinet of Executive Vice-President Margrethe Vestager x Independent Retail Europe (formerly UGAL - Union of Groups of Independent Retailers of Europe)"],"date":["2020-12-02"],"summary":["Digital Markets Act"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0","eu-tr-034546859-02"]}} -{"id":"ec-meeting-2020-12-02-983c386d12d1c6d208f682d2b227947ae06596f8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-12-02 - Cabinet of Executive Vice-President Frans Timmermans x EPIA SolarPower Europe"],"date":["2020-12-02"],"summary":["TEN-E"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - video conference"],"address":["Brussels - video conference"],"addressEntity":["addr-d7df553e47e69d1cc9f4189b36b7c867f80459b0"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-2680046412-48","ec-person-d53e00c46a4cc62bbf533e0c9bb35bacb9121989"]}} -{"id":"ec-meeting-2020-12-02-9dd256ad9283a641deca7de16b658bb4fdcf83a5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-12-02 - Cabinet of Commissioner Thierry Breton x Institut Montaigne"],"date":["2020-12-02"],"summary":["Entretien des representants de l’Institut Montaigne- discussion sur l’Allemagne de l’après Merkel, FR/DE relations et la stratégie industrielle de l’Europe"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","eu-tr-865680722572-18"]}} -{"id":"ec-meeting-2020-12-02-a306ac20563e6de502715bfe94797fce7bb83f5d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-12-02 - Cabinet of Commissioner Mairead Mcguinness x Climate Disclosure Standards Board"],"date":["2020-12-02"],"summary":["Closing address on report analysing climate and environmental changes by major european companies."],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Video Conference"],"address":["Video Conference"],"addressEntity":["addr-fd005d1da26cd3c9a734fbbadaf813e8115acdeb"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-2b9c589fb2354bd93067644d2c3d2c058d4c4cc9","eu-tr-922386710536-51"]}} -{"id":"ec-meeting-2020-12-02-a41432386b9a0a76c7f8b4433e79ab356e97a7e8","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2020-12-02 - Cabinet of Commissioner Mairead Mcguinness x Fédération bancaire française"],"date":["2020-12-02"],"summary":["Introductory meeting to discuss banking topics","Discussion Implementation Basel III Europe"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Virtual Conference","Brussels"],"address":["Virtual Conference","Brussels"],"addressEntity":["addr-3540b84ff9dee1989415a1f20d2e4ef8a74c6c4b","addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-49e520c7a9c9c47ccb5acfa68f9416e4233af9f8","eu-tr-09245221105-30","ec-person-44c404268b70ce0b79c4e148b5a7c4ae2c53ee30","ec-person-0ba9b89127b39af6a66f2fc3ed727332f1b19a34","ec-person-1d2f53447b8f2d9bb3f50f7247ad40c2cf8036e4"]}} -{"id":"ec-meeting-2020-12-02-b91c691695f4581a5305cd9d527fa110e8b64215","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-12-02 - Cabinet of Commissioner Johannes Hahn x Erste Group Bank AG"],"date":["2020-12-02"],"summary":["NextGenerationEU and next steps"],"notes":["Portfolio: Budget and Administration"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hahn-johannes-of"],"involved":["eu-tr-910859715397-14","ec-person-a3674866c760605fc38abed4dffd3f94f2c83d64"]}} -{"id":"ec-meeting-2020-12-02-bf4e7d17e468f60bee5ce8bf90f58cddf2a1c6ec","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-12-02 - Cabinet of Commissioner Mairead Mcguinness x Intercontinental Exchange, Inc."],"date":["2020-12-02"],"summary":["Introductory meeting only."],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Viddo Conference -Brussels"],"address":["Viddo Conference -Brussels"],"addressEntity":["addr-d1505477910731ad76edf2e2496b02102db69be3"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-2b9c589fb2354bd93067644d2c3d2c058d4c4cc9","eu-tr-141041215133-83"]}} -{"id":"ec-meeting-2020-12-02-c1b3a27c09dbc6cbff87dfe6b3451bdb0c451b0a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-12-02 - Cabinet of Commissioner Jutta Urpilainen x Itä-Suomen yliopisto Lapin yliopisto East and North Finland EU Office Oulun yliopisto"],"date":["2020-12-02"],"summary":["Academic cooperation with Africa"],"notes":["Portfolio: International Partnerships"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["eu-tr-524144227097-75","ec-person-7c4fa9cfb750b5b524c065180fcee1123b8df03e","eu-tr-304426740154-71","eu-tr-626247915526-71","eu-tr-323618130286-15"]}} -{"id":"ec-meeting-2020-12-02-c9d2b5324cc725aab5532e8ec15d510acde655ee","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-12-02 - Cabinet of Commissioner Janusz Wojciechowski x Farm Europe"],"date":["2020-12-02"],"summary":["WINE SECTOR: THE CRISIS AND A STRATEGY FOR THE FUTURE"],"notes":["Portfolio: Agriculture"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["eu-tr-961826727268-04","ec-person-625f8b4379f79adee4f15c6a0417a96bb5a5a403"]}} -{"id":"ec-meeting-2020-12-02-d5bf1b84a9595ff8fd4c9915435a90b258ef40ef","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-12-02 - Cabinet of Commissioner Mairead Mcguinness x European Federation of Investors and Financial Services Users"],"date":["2020-12-02"],"summary":["European Capital Markets Union and new green deal."],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Video Conference"],"address":["Video Conference"],"addressEntity":["addr-fd005d1da26cd3c9a734fbbadaf813e8115acdeb"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["eu-tr-24633926420-79","ec-person-2b9c589fb2354bd93067644d2c3d2c058d4c4cc9"]}} -{"id":"ec-meeting-2020-12-02-d7eafa866d82e8b5c2ab4e77752fb73e92e97082","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-12-02 - Cabinet of Vice-President Margaritis Schinas x Trellix"],"date":["2020-12-02"],"summary":["Cybersecurity"],"notes":["Portfolio: Promoting the European Way of Life"],"location":["Brussels - Virtual"],"address":["Brussels - Virtual"],"addressEntity":["addr-aa10d818adccffe15bc512f395a387090595e4df"],"organizer":["ec-cabinet-margaritis-of-president-schinas-vice"],"involved":["ec-person-901d49b3e3af3e96de8d42787e8633b0adc76ca1","eu-tr-848399332282-85"]}} -{"id":"ec-meeting-2020-12-02-eb23e5d50267d907a86080077873dd75b0afa5fc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-12-02 - Defence Industry and Space x ASD-Eurospace"],"date":["2020-12-02"],"summary":["The objective in this call was to discuss how to develop the collaboration between DG DEFIS and ASD."],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-dg-defis"],"involved":["ec-person-a5e52cd544ea3aa44eb4b31fac65a468499f106e","eu-tr-873508417106-05"]}} -{"id":"ec-meeting-2020-12-02-ed194df7db1c0977406661b5fc29ff05962e50d3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-12-02 - Cabinet of Executive Vice-President Margrethe Vestager x CLOUD INFRASTRUCTURE SERVICES PROVIDERS IN EUROPE"],"date":["2020-12-02"],"summary":["Digital Services Act, Digital Markets Act"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0","eu-tr-041495920038-44"]}} -{"id":"ec-meeting-2020-12-02-f7137975d6d8d7df9e60813d67e9d827adecc27c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-12-02 - Cabinet of Commissioner Elisa Ferreira x Bundesverband der Deutschen Tourismuswirtschaft e. V."],"date":["2020-12-02"],"summary":["Update on UNWTO recent activities"],"notes":["Portfolio: Cohesion and Reforms"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-elisa-ferreira-of"],"involved":["eu-tr-60499753268-17","ec-person-edf08d46587dbb24d69133811963301459374fa8"]}} -{"id":"ec-meeting-2020-12-03-04ee41eb94446abcc67f03955a9fb2553dc738fd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-12-03 - Cabinet of High Representative Josep Borrell Fontelles x Fundacion Euroamerica"],"date":["2020-12-03"],"summary":["Relations UE-LAC"],"notes":["Portfolio: High Representative of the Union for Foreign Affairs and Security Policy / Vice-President of the Commission"],"location":["Webconference"],"address":["Webconference"],"addressEntity":["addr-6d038acbf547367ca551ea1100c7319081c72741"],"organizer":["ec-borrell-cabinet-fontelles-high-josep-of-representative"],"involved":["eu-tr-319827437964-55","ec-person-d1feca8d32580d47b14dd7bb1a7ff1e0dd7a01e1"]}} -{"id":"ec-meeting-2020-12-03-05a01e9f4c0c6c9715857c241cd677bd412d00ee","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-12-03 - Cabinet of Executive Vice-President Frans Timmermans x SMEunited aisbl"],"date":["2020-12-03"],"summary":["COVID-19 crisis and recovery, climate targets; circular economy"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - videoconference"],"address":["Brussels - videoconference"],"addressEntity":["addr-a3a01e55b02ab591ce10151760698f4306ec49cb"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-55820581197-35","ec-person-7c876f4825f213b8adbedf089ccedfbc3b36d65b"]}} -{"id":"ec-meeting-2020-12-03-0abd41c0e65b1834f83333c8f70f4af32ca277cd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-12-03 - Climate Action x Snam S.p.A."],"date":["2020-12-03"],"summary":["Hydrogen"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-clima"],"involved":["eu-tr-284336314886-25","ec-person-9c5c685692a09a77f2bc8ae9c05663b87cd75aae"]}} -{"id":"ec-meeting-2020-12-03-1a6f86c196a87597357c9d19ecad40f7083bf04d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-12-03 - Cabinet of Commissioner Mairead Mcguinness x Wirtschaftsrat der CDU e.V."],"date":["2020-12-03"],"summary":["Introduction, Review Solvency II & Implementation Basel III, Review Crisis Management Framework"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Virtual Conference"],"address":["Virtual Conference"],"addressEntity":["addr-3540b84ff9dee1989415a1f20d2e4ef8a74c6c4b"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["eu-tr-176334311014-43","ec-person-49e520c7a9c9c47ccb5acfa68f9416e4233af9f8"]}} -{"id":"ec-meeting-2020-12-03-1ca1128dff5180d97c3a3394ae0bc515c959a98b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-12-03 - Cabinet of Executive Vice-President Frans Timmermans x European farmers European agri-cooperatives"],"date":["2020-12-03"],"summary":["CAP and Green Deal"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - videoconference"],"address":["Brussels - videoconference"],"addressEntity":["addr-a3a01e55b02ab591ce10151760698f4306ec49cb"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-7c876f4825f213b8adbedf089ccedfbc3b36d65b","eu-tr-09586631237-74","eu-tr-44856881231-49"]}} -{"id":"ec-meeting-2020-12-03-1d5c8f01082fe1954ccbe5f3ccbde79acea67844","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-12-03 - Cabinet of President Ursula von der Leyen x Union of European Football Associations"],"date":["2020-12-03"],"summary":["Meeting with the President of UEFA"],"notes":["Portfolio: President"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-a2ac27c3a7aa93937efc47169c1dc2264a822175","eu-tr-39217046408-27"]}} -{"id":"ec-meeting-2020-12-03-2b7dfa4c149e2add2ff2b7f034442cdafc271fcd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-12-03 - Cabinet of Commissioner Paolo Gentiloni x Cassa Depositi e Prestiti s.p.a."],"date":["2020-12-03"],"summary":["InvestEU"],"notes":["Portfolio: Economy"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-gentiloni-of-paolo"],"involved":["ec-person-6168eb3d5d9bc71f9dc22fb6f75f77fa485ec252","eu-tr-110117812027-92"]}} -{"id":"ec-meeting-2020-12-03-30d12250b8b459599bcce84a0517d08ccf3bd704","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-12-03 - Cabinet of President Ursula von der Leyen x Reset"],"date":["2020-12-03"],"summary":["Disinformation"],"notes":["Portfolio: President"],"location":["Brussels (WEBEX)"],"address":["Brussels (WEBEX)"],"addressEntity":["addr-3afbdeda01f3dac93a9dc841fdac57d9de27b869"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-7019713e72781afb1f3b19032c4752a314b78180","eu-tr-754754839444-24","ec-person-66d141295841bdd2d0679d93aae62e07580fcee5"]}} -{"id":"ec-meeting-2020-12-03-3e6f6778722fc9a386c13b2aa1b3c25fa8422d8d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-12-03 - Cabinet of Executive Vice-President Margrethe Vestager x Vodafone Belgium SA"],"date":["2020-12-03"],"summary":["Green Deal, Connectivity"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels (virtual)"],"address":["Brussels (virtual)"],"addressEntity":["addr-758e0df2cde2954c65829147799b6383456f1e21"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-90142503473-81","ec-person-3da433aae105b13fe027e9c9b3dcac2c97029370"]}} -{"id":"ec-meeting-2020-12-03-49402b7cee3d08c4d05642d8ea616f7cf021962e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-12-03 - Cabinet of Commissioner Mairead Mcguinness x Institute of International Finance"],"date":["2020-12-03"],"summary":["Regulatory developments in the area of banking and beyond"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["video conference - Brussels"],"address":["video conference - Brussels"],"addressEntity":["addr-788156fdeffdb5bc8b454bd5548be4c66bf686d2"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-2b9c589fb2354bd93067644d2c3d2c058d4c4cc9","eu-tr-48714858158-06"]}} -{"id":"ec-meeting-2020-12-03-512d1cd0b343e7bee43a08abdeaec995f1833059","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-12-03 - Cabinet of Executive Vice-President Margrethe Vestager x EUROPEAN TRADE UNION CONFEDERATION"],"date":["2020-12-03"],"summary":["DSA"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0","eu-tr-06698681039-26"]}} -{"id":"ec-meeting-2020-12-03-5925db61e65b16a89a700101270388cdb72cf2bd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-12-03 - Cabinet of Commissioner Thierry Breton x FONDATION ROBERT SCHUMAN"],"date":["2020-12-03"],"summary":["Exchange on digital transition"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","eu-tr-01740426310-03"]}} -{"id":"ec-meeting-2020-12-03-7a9bf2f7a4cb52e661eb240b245560e3b7341145","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-12-03 - Cabinet of Commissioner Johannes Hahn x Vereinigung der österreichischen Industrie - Industriellenvereinigung"],"date":["2020-12-03"],"summary":["European recovery"],"notes":["Portfolio: Budget and Administration"],"location":["Conference call"],"address":["Conference call"],"addressEntity":["addr-28ba88479582b2f75898964548da4252dc7db7d2"],"organizer":["ec-cabinet-commissioner-hahn-johannes-of"],"involved":["ec-person-6dd3472dac004e43ec1fa4f5b4106e3b476c9ce7","eu-tr-89093924456-06"]}} -{"id":"ec-meeting-2020-12-03-8b862ecd7dcddbe99a245c2e9136143b6dbd67ce","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-12-03 - Recovery and Resilience Task force x SGI Europe"],"date":["2020-12-03"],"summary":["Recovery and Resilience Facility"],"location":["Brussels (webex)"],"address":["Brussels (webex)"],"addressEntity":["addr-0c93c1129642ea8181fef62b4b4cfd4e9246afdd"],"organizer":["ec-dg-recover"],"involved":["eu-tr-59513031434-92","ec-person-18a05dadca8a2b91216adc689b6323c7b55df0d9"]}} -{"id":"ec-meeting-2020-12-03-a8b8858f66d8d799709261633a82a60d4606402c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-12-03 - Cabinet of Executive Vice-President Frans Timmermans x Nederlandse Spoorwegen"],"date":["2020-12-03"],"summary":["E-introduction/Rail in the European Green Deal"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - videoconference"],"address":["Brussels - videoconference"],"addressEntity":["addr-a3a01e55b02ab591ce10151760698f4306ec49cb"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-7c876f4825f213b8adbedf089ccedfbc3b36d65b","eu-tr-525441739605-60"]}} -{"id":"ec-meeting-2020-12-03-acfac00ebb0bbd6d3e09f6598d59b5fbc74b2508","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-12-03 - Cabinet of Executive Vice-President Frans Timmermans x Carnegie Climate Governance Initiative"],"date":["2020-12-03"],"summary":["European Green Deal"],"notes":["Portfolio: European Green Deal"],"location":["videoconference (Brussels)"],"address":["videoconference (Brussels)"],"addressEntity":["addr-5dd22b57a9d6f7be6f130d619b6be6e2434c4ab3"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-527859836242-31","ec-person-f1a3478550296f3f9accdc67d6ef5a0b681dda4b","ec-person-f8efd5ca1c3794aa2954d6b5f54ff94f015fba20","ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce","ec-person-a282162080cef4ef2a8c0ab6247a3e03dc438507"]}} -{"id":"ec-meeting-2020-12-03-bd5550de67703426361b5a7fb6cfde756cad699f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-12-03 - Cabinet of Commissioner Thierry Breton x Huawei Technologies"],"date":["2020-12-03"],"summary":["Presentation of HUAWEI; 5G deployment"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","ec-person-b077a2e9f0fdb3b8f6e91d0bd0b256db9e40ce46","eu-tr-114467111412-38"]}} -{"id":"ec-meeting-2020-12-03-bda8d99c23ef1075f83959e8d73d7e6a3ac69863","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-12-03 - Cabinet of Commissioner Janusz Wojciechowski x International Federation of Organic Agriculture Movements EU Regional Group"],"date":["2020-12-03"],"summary":["To discuss the future of EU Agriculture and the role that organic movement can have."],"notes":["Portfolio: Agriculture"],"location":["video meeting"],"address":["video meeting"],"addressEntity":["addr-461e1e892f0c482e21523e45368c4331d84fbeef"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["eu-tr-67128251296-84","ec-person-cafe030b6dad78a75143f7552c420481b30ebceb","ec-person-08c62f972c22464aca7a65520eb9406f8db14a66"]}} -{"id":"ec-meeting-2020-12-03-c618210c84011133baab5f5033db2141ecc2f5ab","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-12-03 - Research and Innovation x The Institute of Electrical and Electronics Engineers, Incorporated"],"date":["2020-12-03"],"summary":["Podcast"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-rtd"],"involved":["ec-person-1d348f33395de0ea6773a7b4ae8797e3e0392f73","eu-tr-79856747620-58"]}} -{"id":"ec-meeting-2020-12-03-d92a90cbfee0bb74b9d166f62c1ebfe3061d9dd0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-12-03 - Cabinet of Vice-President Věra Jourová x Verband der Anbieter von Telekommunikations- und Mehrwertdiensten"],"date":["2020-12-03"],"summary":["Digital Agenda"],"notes":["Portfolio: Values and Transparency"],"location":["videoconference"],"address":["videoconference"],"addressEntity":["addr-92b2fbb928e012810d80d9ef1abe12027beee200"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["eu-tr-10256986723-88","ec-person-221276f2dfa4b8fe628f08e982d967b6aeb61c57"]}} -{"id":"ec-meeting-2020-12-03-ec5c7de22a98f8b38ee088923d1b6b549aa2a48a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-12-03 - Mobility and Transport x Neste Oyj"],"date":["2020-12-03"],"summary":["SAF"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-dg-move"],"involved":["ec-person-26cdfacae671b09917bee1a91c91973941fa58a2","eu-tr-10257354120-19"]}} -{"id":"ec-meeting-2020-12-03-fcacd88cd922f7289d1b6dac2b57ea8b338429bf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-12-03 - Cabinet of Executive Vice-President Frans Timmermans x SYSTEMIQ LIMITED"],"date":["2020-12-03"],"summary":["Regenerative agriculture"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - video conference"],"address":["Brussels - video conference"],"addressEntity":["addr-d7df553e47e69d1cc9f4189b36b7c867f80459b0"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-33624431cbec1074e151c1707715ef46d2ba9565","eu-tr-538958337111-82"]}} -{"id":"ec-meeting-2020-12-04-06915822513c40120f790a24b19066684917698d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-12-04 - Cabinet of Executive Vice-President Frans Timmermans x thyssenkrupp Steel Europe AG"],"date":["2020-12-04"],"summary":["The decarbonisation of the steel sector and the use of hydrogen for steel production"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - videoconference"],"address":["Brussels - videoconference"],"addressEntity":["addr-a3a01e55b02ab591ce10151760698f4306ec49cb"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-7c876f4825f213b8adbedf089ccedfbc3b36d65b","eu-tr-456211534646-58"]}} -{"id":"ec-meeting-2020-12-04-0cc50fd8f81d9e4fc7925722a35bd5c497cbac35","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-12-04 - Informatics x Open Knowledge Foundation Deutschland"],"date":["2020-12-04"],"summary":["Programme and objectives of OKF\r\nScope of the 2020-2023 Open Source Strategy\r\nRole, activities/projects of OSPO\r\nDiscussion on collaboration possibilities and next steps"],"location":["Webex"],"address":["Webex"],"addressEntity":["addr-4b591c6aa2d0556305c2d15987c48d32c33f9ca9"],"organizer":["ec-dg-digit"],"involved":["eu-tr-849884533831-33","ec-person-604d9fe28b16401771b67c820e6ce912f4d4a6b7"]}} -{"id":"ec-meeting-2020-12-04-12739f2a324635df942836f75d6623da4ae47301","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-12-04 - Cabinet of Executive Vice-President Frans Timmermans x Deutscher Gewerkschaftsbund"],"date":["2020-12-04"],"summary":["Economic governance"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - videoconference"],"address":["Brussels - videoconference"],"addressEntity":["addr-a3a01e55b02ab591ce10151760698f4306ec49cb"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-7c876f4825f213b8adbedf089ccedfbc3b36d65b","eu-tr-07595112423-87"]}} -{"id":"ec-meeting-2020-12-04-196073da9734c545acf097441aeb691ef671dc91","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-12-04 - Cabinet of Executive Vice-President Frans Timmermans x Notre Europe - Institut Jacques Delors / Notre Europe - Jacques Delors Institute"],"date":["2020-12-04"],"summary":["Agriculture, Farm to Fork, oceans"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - video conference"],"address":["Brussels - video conference"],"addressEntity":["addr-d7df553e47e69d1cc9f4189b36b7c867f80459b0"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-7c876f4825f213b8adbedf089ccedfbc3b36d65b","eu-tr-726109217329-25"]}} -{"id":"ec-meeting-2020-12-04-1d153eadee40a238db2b1f95eed809b63098e64e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-12-04 - Cabinet of Commissioner Didier Reynders x Amnesty International Limited Anti-Slavery International International Federation for Human Rights ClientEarth AISBL CIDSE - International Alliance of Catholic social justice organisations Global Witness European Coalition for Corporate Justice Clean Clothes Campaign / Stichting Schone Kleren Kampagne European Center for Constitutional and Human Rights OXFAM INTERNATIONAL EU ADVOCACY OFFICE Friends of the Earth Europe"],"date":["2020-12-04"],"summary":["Substainable corporate governance"],"notes":["Portfolio: Justice"],"location":["video conference"],"address":["video conference"],"addressEntity":["addr-6dc12e3c97077db82f32184f24341ce370a445fd"],"organizer":["ec-cabinet-commissioner-didier-of-reynders"],"involved":["eu-tr-46856801604-90","eu-tr-10439809375-73","ec-person-442bf1ae9900b999673cdd7389224d0e21b67d4d","ec-person-1e25399e2267734c5f4c69093d2286c8898ee9f0","eu-tr-628702938574-49","eu-tr-96645517357-19","eu-tr-11063928073-34","eu-tr-714466824568-72","eu-tr-61263518557-92","eu-tr-97628146980-33","eu-tr-48872621093-60","eu-tr-9825553393-31","eu-tr-464644816865-02"]}} -{"id":"ec-meeting-2020-12-04-22f0f74f63ace493e88f00aa6fde067b5d937a1f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-12-04 - Cabinet of Vice-President Věra Jourová x Carnegie Europe European Partnership for Democracy"],"date":["2020-12-04"],"summary":["EDAP"],"notes":["Portfolio: Values and Transparency"],"location":["videoconference"],"address":["videoconference"],"addressEntity":["addr-92b2fbb928e012810d80d9ef1abe12027beee200"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["ec-person-bf54da17217bbddfd9c68fe24d88005ac17e2c4b","eu-tr-688089718929-60","eu-tr-679535014238-83"]}} -{"id":"ec-meeting-2020-12-04-37b2fd7439750ee7632d310a0f126cd2e4c988d2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-12-04 - Cabinet of Commissioner Adina Vălean x Deutsche Bahn AG"],"date":["2020-12-04"],"summary":["Meeting to discuss semi-trailers"],"notes":["Portfolio: Transport"],"location":["Conference call"],"address":["Conference call"],"addressEntity":["addr-28ba88479582b2f75898964548da4252dc7db7d2"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["eu-tr-4516220482-22","ec-person-6e21d867543ef3b910e746c319cb048abd054702"]}} -{"id":"ec-meeting-2020-12-04-3af37c42787521a87a651b214f0bc607a79d538f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-12-04 - Cabinet of Executive Vice-President Frans Timmermans x Shell Companies"],"date":["2020-12-04"],"summary":["Discussion on the merits of a sectoral decarbonization approach"],"notes":["Portfolio: European Green Deal"],"location":["Video call"],"address":["Video call"],"addressEntity":["addr-ad60f43c3b2e61f55f8d15d2bb303f6d11ac791b"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-05032108616-26","ec-person-f1a3478550296f3f9accdc67d6ef5a0b681dda4b"]}} -{"id":"ec-meeting-2020-12-04-4934509cbb8b3e1877eda0ba2462c9bcba5f3a0a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-12-04 - Cabinet of Commissioner Mariya Gabriel x European Federation for Family Employment - Fédération européenne des emplois de la famille European Trade Union Committee for Education"],"date":["2020-12-04"],"summary":["Important developments and upcoming trends in the education sector"],"notes":["Portfolio: Innovation and Youth"],"location":["Video-conferencing"],"address":["Video-conferencing"],"addressEntity":["addr-4611e6784da5e4097c2b6fa2bc5e51eb9a0577bd"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-716909919073-32","eu-tr-72197913011-06","ec-person-1674399a793e9e6fd7cf55b525515fc862fc9351"]}} -{"id":"ec-meeting-2020-12-04-4e05573c1b1e8eece668189b01e9eef947256d10","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-12-04 - Cabinet of Executive Vice-President Margrethe Vestager x Eutelsat"],"date":["2020-12-04"],"summary":["New competition challenges facing the satellite industry, the importance of European strategic autonomy, and Eutelsat’s current and future contributions to the EU’s space, industrial and digital objectives"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels (virtual)"],"address":["Brussels (virtual)"],"addressEntity":["addr-758e0df2cde2954c65829147799b6383456f1e21"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-746025510283-01","ec-person-c5a20b92c008e114355d197b9b2fd62c88868c4e"]}} -{"id":"ec-meeting-2020-12-04-50ec02e52560cab4ffce537d8a9657803408d738","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-12-04 - Cabinet of Commissioner Mairead Mcguinness x European Retail Financial Forum"],"date":["2020-12-04"],"summary":["Virtual Meeting - Introductory meeting. Retail financial services, consumer dimension"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["eu-tr-976662735605-10","ec-person-0ba9b89127b39af6a66f2fc3ed727332f1b19a34","ec-person-3a66109f0585c657edbe69190faa41919b50e05f"]}} -{"id":"ec-meeting-2020-12-04-5596f1d5764de822a7bbea467d9fc28117ed2779","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-12-04 - Cabinet of Commissioner Adina Vălean x European Transport Safety Council"],"date":["2020-12-04"],"summary":["Meeting to discuss ISA"],"notes":["Portfolio: Transport"],"location":["Conference call"],"address":["Conference call"],"addressEntity":["addr-28ba88479582b2f75898964548da4252dc7db7d2"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["eu-tr-78891371297-34","ec-person-6e21d867543ef3b910e746c319cb048abd054702"]}} -{"id":"ec-meeting-2020-12-04-69b958d685816df77a170440e53237a2ab0e8fbf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-12-04 - Cabinet of Commissioner Virginijus Sinkevičius x Environmental Justice Foundation"],"date":["2020-12-04"],"summary":["Following 2 briefs published by NGOs coalition against Illegal, unreported and unregulated (IUU) on this, to discuss the role that the fight against IUU plays in achieving the implementation of the Farm to Fork Strategy and the Biodiversity Strategy"],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["eu-tr-817535514065-10","ec-person-dd7a7b1952e158f4195d34cff333ec79a4f48ba3","ec-person-9de2bdbd71a153577984a493028e19bcb8c1514f"]}} -{"id":"ec-meeting-2020-12-04-6dbb895c0481fc77ca6e09a18ea1e7627b8cca15","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-12-04 - Cabinet of Executive Vice-President Frans Timmermans x Institut Montaigne"],"date":["2020-12-04"],"summary":["energy transition"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-e88af8eb396e96e3dbc9b4ec6e40a348d26c389c","eu-tr-865680722572-18","ec-person-f1a3478550296f3f9accdc67d6ef5a0b681dda4b"]}} -{"id":"ec-meeting-2020-12-04-8b076753ed7c5f0c5cf737eed7fd33ae609f6589","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-12-04 - Cabinet of Commissioner Thierry Breton x KIC InnoEnergy SE EPIA SolarPower Europe"],"date":["2020-12-04"],"summary":["Solar panels mafacturing"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-2680046412-48","ec-person-026c2270ec4cbabdb8ac223b2d1fa4202696dc8d","eu-tr-462849021886-85"]}} -{"id":"ec-meeting-2020-12-04-a17096e9bbc9b7f7735e73087ecb196a1912df8a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-12-04 - Cabinet of Vice-President Margaritis Schinas x B & M Theocharakis Foundation"],"date":["2020-12-04"],"summary":["Arts & crafts and integration/inclusion of migrants"],"notes":["Portfolio: Promoting the European Way of Life"],"location":["virtual meeting"],"address":["virtual meeting"],"addressEntity":["addr-225c82a032511500bff73b3efe0d857849613fd9"],"organizer":["ec-cabinet-margaritis-of-president-schinas-vice"],"involved":["ec-person-d5cada2a1a17537a675985af31e5ce07ae3bfd42","ec-person-b59ff7316734021e48aa7e0fd79eeeab36ea2bb4","eu-tr-718996240562-10"]}} -{"id":"ec-meeting-2020-12-04-a5335d4b63a1d927deb0a3663d8aefcb91ddd08f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-12-04 - Cabinet of Executive Vice-President Frans Timmermans x Special Olympics Europe Eurasia"],"date":["2020-12-04"],"summary":["Sports and Refugees"],"notes":["Portfolio: European Green Deal"],"location":["video call"],"address":["video call"],"addressEntity":["addr-12d8c530d76da0b7745f9c0f9285e7eec97adc55"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-4d24ceb9e6bdaabe394d1506aa601a9ce9d0e59b","eu-tr-984231215205-95"]}} -{"id":"ec-meeting-2020-12-04-bdbcc06ecc9603532ce4d53613505ed8e84e1c5a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-12-04 - Cabinet of Executive Vice-President Valdis Dombrovskis x CMA CGM"],"date":["2020-12-04"],"summary":["Trade-related issues for maritime transport; Green Deal"],"notes":["Portfolio: An Economy that Works for People"],"location":["video - conference"],"address":["video - conference"],"addressEntity":["addr-2eb5d3b5d5bafbd0329beffa547939a5fa3646a2"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-235870cd7eb41f2494f695fce18b5b5b88647113","eu-tr-009433826675-55"]}} -{"id":"ec-meeting-2020-12-04-cf5998c7dfe0619f94afb8ebd206ec3a12b4c2ea","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-12-04 - Cabinet of Executive Vice-President Valdis Dombrovskis x European agri-cooperatives European farmers"],"date":["2020-12-04"],"summary":["- COPA-COGECA’s contribution to the public consultation on trade policy review\r\n- how farmers can further benefit from international trade\r\n- importance of level playing field\r\n- enforcement of FTAS \r\n- Mercosur agreement \r\n- Brexit negotiations\r\n- US"],"notes":["Portfolio: An Economy that Works for People"],"location":["videoconferencing"],"address":["videoconferencing"],"addressEntity":["addr-639327d89fe54fa62fbc7f80ffed3c598ed5a17f"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["eu-tr-44856881231-49","eu-tr-09586631237-74","ec-person-9e7bd1005456277f156b671d1555c6a460fb2f58"]}} -{"id":"ec-meeting-2020-12-04-d844ce00198c359ed3a718b1108190355b8ea303","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-12-04 - Cabinet of Commissioner Virginijus Sinkevičius x Global Alliance on Health and Pollution"],"date":["2020-12-04"],"summary":["Introduction to GAHP, Presentation on extent of the health problems caused by pollution, Zero Pollution Action Plan, Chemical Strategy."],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["ec-person-ef0f66e9880a22ea8d9657bd982daf9bd74838c1","eu-tr-029329936788-90"]}} -{"id":"ec-meeting-2020-12-04-db4c5be4f3a7d6ded98b07eb85d0a36d0c7ef745","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-12-04 - Cabinet of Executive Vice-President Margrethe Vestager x Avast Software s.r.o."],"date":["2020-12-04"],"summary":["Artificial Intelligence, Data Strategy, Data Governance, European Democracy Action Plan"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels (virtual)"],"address":["Brussels (virtual)"],"addressEntity":["addr-758e0df2cde2954c65829147799b6383456f1e21"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-379331539649-04","ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0"]}} -{"id":"ec-meeting-2020-12-04-dc3626d1547774b1c9743539051a116ccb16ee7e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-12-04 - Cabinet of Vice-President Dubravka Šuica x Democracy & Culture Foundation"],"date":["2020-12-04"],"summary":["Discussion on how the Athens Democracy Forum can contribute to the upcoming Conference on the Future of Europe."],"notes":["Portfolio: Democracy and Demography"],"location":["Online meeting"],"address":["Online meeting"],"addressEntity":["addr-9d833a1da3074efd384ee6bc2b108c1f5bb379e0"],"organizer":["ec-cabinet-dubravka-of-president-suica-vice"],"involved":["ec-person-08d40344214e6573b5eb0480c1a338d5dde265bd","eu-tr-536843640609-08","ec-person-026798f0d4b4567a1c4ba592351123da781ce908"]}} -{"id":"ec-meeting-2020-12-04-dd2b7af34407734676a41854963bf20988255fce","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-12-04 - Cabinet of Commissioner Kadri Simson x Energy Cities"],"date":["2020-12-04"],"summary":["Mayors presented their climate ambition. The Commissioner explained the Renovation Wave proposal and encouraged the municipalities to do their share."],"notes":["Portfolio: Energy"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["eu-tr-11514322965-05","ec-person-2fb98fc84d2cf8d481688eff3d47f7745ead3592","ec-person-1995c65b8dc7f3702a8c30ed96a0144075848837"]}} -{"id":"ec-meeting-2020-12-04-de24bcbe472b4377543fb029ec7aa6d660c96fdf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-12-04 - Migration and Home Affairs x European Industrial Hemp Association"],"date":["2020-12-04"],"summary":["industrial hemp products, as well as concerns regarding the recent classification of food products derived from industrial hemp (Cannabis Sativa L.)."],"location":["Virtual meeting"],"address":["Virtual meeting"],"addressEntity":["addr-1f1f3f51a4da31a1ea5c1b4b21cbf52ad983224f"],"organizer":["ec-dg-home"],"involved":["eu-tr-675176511033-32","ec-person-eb837001036fd00bae706e2b0dfd0885bb71e4bb"]}} -{"id":"ec-meeting-2020-12-04-f1b7763e0550889e10e7ae8d4339d298f83791cc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-12-04 - Cabinet of Executive Vice-President Margrethe Vestager x Zalando SE"],"date":["2020-12-04"],"summary":["DMA"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels (virtual)"],"address":["Brussels (virtual)"],"addressEntity":["addr-758e0df2cde2954c65829147799b6383456f1e21"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-877966419254-70","ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0"]}} -{"id":"ec-meeting-2020-12-04-fa4d1290ca449e7373d6198fdbf318f5f602e220","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-12-04 - Cabinet of Executive Vice-President Valdis Dombrovskis x Federation of Aluminium Consumers in Europe United Company RUSAL"],"date":["2020-12-04"],"summary":["Trade and climate"],"notes":["Portfolio: An Economy that Works for People"],"location":["video conference"],"address":["video conference"],"addressEntity":["addr-6dc12e3c97077db82f32184f24341ce370a445fd"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-235870cd7eb41f2494f695fce18b5b5b88647113","eu-tr-112124332458-45","eu-tr-515755333081-70"]}} -{"id":"ec-meeting-2020-12-07-1010d4bc10fde888759606ee761e4799350cdfa6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-12-07 - Cabinet of Executive Vice-President Valdis Dombrovskis x Transport and Environment (European Federation for Transport and Environment)"],"date":["2020-12-07"],"summary":["Sustainability of batteries"],"notes":["Portfolio: An Economy that Works for People"],"location":["video - conference"],"address":["video - conference"],"addressEntity":["addr-2eb5d3b5d5bafbd0329beffa547939a5fa3646a2"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-235870cd7eb41f2494f695fce18b5b5b88647113","eu-tr-58744833263-19"]}} -{"id":"ec-meeting-2020-12-07-2ce24e3693eb941bb2b91a0bb1732f7806a099d0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-12-07 - Cabinet of Commissioner Mairead Mcguinness x Futures Industry Association, Inc."],"date":["2020-12-07"],"summary":["MiFID II"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-0ba9b89127b39af6a66f2fc3ed727332f1b19a34","eu-tr-803137414612-21"]}} -{"id":"ec-meeting-2020-12-07-37ac242ac20476c543c09cb7243d1a2d5d9d7421","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-12-07 - Cabinet of Commissioner Janusz Wojciechowski x Arla Foods amba"],"date":["2020-12-07"],"summary":["To discuss the Commission’s political priorities around F2F, the positioning of agriculture and farming aspects in the overall strategy as well as the wider and positive role of dairy in healthy and sustainable diets in the EU."],"notes":["Portfolio: Agriculture"],"location":["video meeting"],"address":["video meeting"],"addressEntity":["addr-461e1e892f0c482e21523e45368c4331d84fbeef"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["ec-person-cafe030b6dad78a75143f7552c420481b30ebceb","eu-tr-479299526321-12"]}} -{"id":"ec-meeting-2020-12-07-3c70f8484b183c6b1b4ea895b42ff25fc2558a1e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-12-07 - Cabinet of Commissioner Kadri Simson x Advanced Biofuels Coalition"],"date":["2020-12-07"],"summary":["Fit for 55 package\r\nRevision of the RED 2 Directive\r\nTransport and biofuels"],"notes":["Portfolio: Energy"],"location":["Video Conferencing"],"address":["Video Conferencing"],"addressEntity":["addr-e3b7413b2ac93be00b6bcff51fdc1374d67118bd"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["eu-tr-526080337842-49","ec-person-9b7f5fe059e5b0b40e79e9170211aa2f02322fdb"]}} -{"id":"ec-meeting-2020-12-07-7809e25b65abba825bcdd47fdd6fe66cbc8166f9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-12-07 - Cabinet of Vice-President Margaritis Schinas x Union of European Football Associations"],"date":["2020-12-07"],"summary":["Vice-President Schinas holds a videoconference call with the UEFA President"],"notes":["Portfolio: Promoting the European Way of Life"],"location":["virtually"],"address":["virtually"],"addressEntity":["addr-5038fbed1ceeb069f9b49e49d70c7448e7e57d77"],"organizer":["ec-cabinet-margaritis-of-president-schinas-vice"],"involved":["ec-person-d5cada2a1a17537a675985af31e5ce07ae3bfd42","ec-person-901d49b3e3af3e96de8d42787e8633b0adc76ca1","eu-tr-39217046408-27"]}} -{"id":"ec-meeting-2020-12-07-78da68a93671701a8d0567193c7a2977a1772cf7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-12-07 - Cabinet of Commissioner Mairead Mcguinness x Institutional Investors Group on Climate Change"],"date":["2020-12-07"],"summary":["EU taxonomy framework"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Brussels (Virtual)"],"address":["Brussels (Virtual)"],"addressEntity":["addr-81111bf15d094235625b069fbcd18fab9c49d6ea"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-a5441c6a69a8a94fd64e02def60fcc6567f2c1d8","eu-tr-962717910722-61"]}} -{"id":"ec-meeting-2020-12-07-96417eb6a7312068b68de900e408b39b023eed99","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-12-07 - Financial Stability, Financial Services and Capital Markets Union x ALPHALEX-CONSULT GEIE Paris EUROPLACE"],"date":["2020-12-07"],"summary":["Taxonomy and Solvency II"],"location":["Virtual meeting"],"address":["Virtual meeting"],"addressEntity":["addr-1f1f3f51a4da31a1ea5c1b4b21cbf52ad983224f"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-523146516037-10","eu-tr-065399321943-63","ec-person-1fce211249673c35ee07a801ddee77ab24af8d54"]}} -{"id":"ec-meeting-2020-12-07-97aee22c850019246158f21638d423272e7ed399","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-12-07 - Cabinet of Executive Vice-President Frans Timmermans x Institute for European Environmental Policy"],"date":["2020-12-07"],"summary":["Circular Economy and Forest Policies"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-934329423960-72","ec-person-8af3c81534786a740718d21dc58240738a53ed7b"]}} -{"id":"ec-meeting-2020-12-07-98765d17c965dbf4041260b4a3420a10bb505f00","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-12-07 - Cabinet of Commissioner Mairead Mcguinness x Association Française de la Gestion financière"],"date":["2020-12-07"],"summary":["Keynote speech re: EU Assett Management Policy"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Video Conferencing - Brussels"],"address":["Video Conferencing - Brussels"],"addressEntity":["addr-f0c9e013a8a354b84692bec2292e2800173b9d99"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-2b9c589fb2354bd93067644d2c3d2c058d4c4cc9","eu-tr-5975679180-97"]}} -{"id":"ec-meeting-2020-12-07-a545b4f75e5c789c792c4e13eb358ba350aa36b4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-12-07 - Cabinet of Commissioner Stella Kyriakides x Gilead Sciences"],"date":["2020-12-07"],"summary":["Exchange of views, update on Remdesivir"],"notes":["Portfolio: Health"],"location":["virtual meeting"],"address":["virtual meeting"],"addressEntity":["addr-225c82a032511500bff73b3efe0d857849613fd9"],"organizer":["ec-cabinet-commissioner-kyriakides-of-stella"],"involved":["eu-tr-258845020786-10","ec-person-c7513fae2df7920eea99d7cc103a354aa4f56b6e"]}} -{"id":"ec-meeting-2020-12-07-abdd778c3d71327ac9dad19ad8655c9479ecdb23","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-12-07 - Cabinet of Vice-President Margaritis Schinas x Udruga za sport, rekreaciju i edukaciju- Igre mladih"],"date":["2020-12-07"],"summary":["Vice-President Schinas holds a videoconference call with the representatives of the Youth Sports Game"],"notes":["Portfolio: Promoting the European Way of Life"],"location":["Virtually"],"address":["Virtually"],"addressEntity":["addr-e47e3261356399c0a8ae7125a7f9514f1c92db0d"],"organizer":["ec-cabinet-margaritis-of-president-schinas-vice"],"involved":["eu-tr-442822332191-58","ec-person-d5cada2a1a17537a675985af31e5ce07ae3bfd42","ec-person-901d49b3e3af3e96de8d42787e8633b0adc76ca1"]}} -{"id":"ec-meeting-2020-12-07-ae3fe9527c7c607b9a85e63c731ed15c12956bec","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-12-07 - Cabinet of Vice-President Věra Jourová x Google"],"date":["2020-12-07"],"summary":["EDAP"],"notes":["Portfolio: Values and Transparency"],"location":["videoconference"],"address":["videoconference"],"addressEntity":["addr-92b2fbb928e012810d80d9ef1abe12027beee200"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["eu-tr-03181945560-59","ec-person-bf54da17217bbddfd9c68fe24d88005ac17e2c4b"]}} -{"id":"ec-meeting-2020-12-07-b861dfc8de3c28783562b115ae1290b223a9c50c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-12-07 - Cabinet of Commissioner Thierry Breton x European Federation of Journalists"],"date":["2020-12-07"],"summary":["Exchange on the Media Action Plan"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-27471236588-39","ec-person-5215bd372c5a1202399d77ecceb8c16de8d7d55c"]}} -{"id":"ec-meeting-2020-12-07-e622c8ff3c5d9203cc18e72bd85d08f5bc09a7c8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-12-07 - Cabinet of Executive Vice-President Frans Timmermans x FIPRA International SRL Hybrit Development AB"],"date":["2020-12-07"],"summary":["Presentation of the HYBRIT project’s progress in view of the ambitious Green Deal objectives"],"notes":["Portfolio: European Green Deal"],"location":["Video call"],"address":["Video call"],"addressEntity":["addr-ad60f43c3b2e61f55f8d15d2bb303f6d11ac791b"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-58746194306-23","eu-tr-052949332611-47","ec-person-f1a3478550296f3f9accdc67d6ef5a0b681dda4b"]}} -{"id":"ec-meeting-2020-12-07-ec1f6e8fbad80ee2af8e56016613a8b9894fb3bd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-12-07 - Cabinet of Executive Vice-President Frans Timmermans x BASF SE"],"date":["2020-12-07"],"summary":["CCSU project Port of Antwerp"],"notes":["Portfolio: European Green Deal"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-a282162080cef4ef2a8c0ab6247a3e03dc438507","ec-person-9eafbf4a92961023c7df3ab389ae6d4301dec4bf","eu-tr-7410939793-88","ec-person-f8efd5ca1c3794aa2954d6b5f54ff94f015fba20"]}} -{"id":"ec-meeting-2020-12-07-f772fdbbe9dd5602bd989fd59b37e0748c54e996","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-12-07 - Cabinet of Commissioner Mairead Mcguinness x Google"],"date":["2020-12-07"],"summary":["digital finance and digital operational resilience"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-0ba9b89127b39af6a66f2fc3ed727332f1b19a34","eu-tr-03181945560-59","ec-person-3a66109f0585c657edbe69190faa41919b50e05f"]}} -{"id":"ec-meeting-2020-12-07-fe492e03eb153f8fc517341de4d5e2b7e9deefb5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-12-07 - Cabinet of Executive Vice-President Frans Timmermans x Vereniging VNO-NCW"],"date":["2020-12-07"],"summary":["Implementing the Green Deal, role of SME's"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - videoconference"],"address":["Brussels - videoconference"],"addressEntity":["addr-a3a01e55b02ab591ce10151760698f4306ec49cb"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-7c876f4825f213b8adbedf089ccedfbc3b36d65b","eu-tr-13255254129-80"]}} -{"id":"ec-meeting-2020-12-08-04aae951408c911ec88f8c614149fcd8c632a67d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-12-08 - Cabinet of Vice-President Dubravka Šuica x Journalismfund.eu"],"date":["2020-12-08"],"summary":["discuss Media freedom and investigative journalism"],"notes":["Portfolio: Democracy and Demography"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dubravka-of-president-suica-vice"],"involved":["ec-person-e38d9f76fd8b368ff0a9e724d2cd3da76124d857","eu-tr-479105940583-20"]}} -{"id":"ec-meeting-2020-12-08-1b02fcc29b29aa104c5b85e9ea6eb33134e0be79","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-12-08 - Cabinet of Commissioner Janusz Wojciechowski x Polish Vodka Association"],"date":["2020-12-08"],"summary":["-Covid impact on the spirits sector \r\n-EU’s response to the Covid-19 crisis and the upcoming national recovery and resilience plans. \r\n-Main opportunities in the EU Sustainability and Farm to Fork Strategy\r\n-Spirits regulations; protection and promotion"],"notes":["Portfolio: Agriculture"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["eu-tr-387417937144-97","ec-person-08c62f972c22464aca7a65520eb9406f8db14a66"]}} -{"id":"ec-meeting-2020-12-08-1f17048d63ea820aebf7d9bd058bc4811d339b85","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-12-08 - Cabinet of Commissioner Mairead Mcguinness x Huawei Technologies"],"date":["2020-12-08"],"summary":["Extraterritorial sanctions"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Vi!rtual meeting"],"address":["Vi!rtual meeting"],"addressEntity":["addr-b3bd78315fe6c3ab2bf0f87e05fab00868991ab2"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-a5441c6a69a8a94fd64e02def60fcc6567f2c1d8","eu-tr-114467111412-38"]}} -{"id":"ec-meeting-2020-12-08-2445e327033f6af6ce8960e2ff31b7969cdc84e2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-12-08 - Cabinet of Executive Vice-President Margrethe Vestager x Jaimo Solutions GmbH"],"date":["2020-12-08"],"summary":["Presentation of the company"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels (virtual)"],"address":["Brussels (virtual)"],"addressEntity":["addr-758e0df2cde2954c65829147799b6383456f1e21"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0","eu-tr-836479640722-08"]}} -{"id":"ec-meeting-2020-12-08-40ce732d22eac614af31facd936418adf7d2dd26","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-12-08 - Financial Stability, Financial Services and Capital Markets Union x International Financial Reporting Standards (IFRS) Foundation"],"date":["2020-12-08"],"summary":["Sustainability"],"location":["Virtual meeting"],"address":["Virtual meeting"],"addressEntity":["addr-1f1f3f51a4da31a1ea5c1b4b21cbf52ad983224f"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-830882416841-19","ec-person-1fce211249673c35ee07a801ddee77ab24af8d54"]}} -{"id":"ec-meeting-2020-12-08-475c40648aa22223433ff029d8f086bb50e298dd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-12-08 - Cabinet of Executive Vice-President Frans Timmermans x International Association of Oil & Gas Producers Europe"],"date":["2020-12-08"],"summary":["TEN-E regulation"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - video conference"],"address":["Brussels - video conference"],"addressEntity":["addr-d7df553e47e69d1cc9f4189b36b7c867f80459b0"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-d53e00c46a4cc62bbf533e0c9bb35bacb9121989","eu-tr-3954187491-70"]}} -{"id":"ec-meeting-2020-12-08-4fa9ff9025ea34bb617ac4aa2bd042738f9fff38","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-12-08 - Cabinet of Vice-President Věra Jourová x Association of European Journalists"],"date":["2020-12-08"],"summary":["EDAP"],"notes":["Portfolio: Values and Transparency"],"location":["videoconference"],"address":["videoconference"],"addressEntity":["addr-92b2fbb928e012810d80d9ef1abe12027beee200"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["eu-tr-018214429231-64","ec-person-bf54da17217bbddfd9c68fe24d88005ac17e2c4b"]}} -{"id":"ec-meeting-2020-12-08-544fd5ae92349194cfb3366f8258a556ba17219b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-12-08 - Cabinet of Executive Vice-President Valdis Dombrovskis x Associazione Italiana Lattiero Casearia Associazione Industriali delle Carni e dei Salumi"],"date":["2020-12-08"],"summary":["Farm to Fork and trade policy"],"notes":["Portfolio: An Economy that Works for People"],"location":["video conference"],"address":["video conference"],"addressEntity":["addr-6dc12e3c97077db82f32184f24341ce370a445fd"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-235870cd7eb41f2494f695fce18b5b5b88647113","eu-tr-310866029828-67","ec-person-7433d96a6e6f46c9f9174db79ec61c387dffa509","eu-tr-67143036814-95"]}} -{"id":"ec-meeting-2020-12-08-5deecadc3b05ddc0842ab396ad75a143df72b56d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-12-08 - Cabinet of Commissioner Janusz Wojciechowski x Fern"],"date":["2020-12-08"],"summary":["To discuss a newly published paper ‘State aid for solid biomass: The case for improved scrutiny’."],"notes":["Portfolio: Agriculture"],"location":["video meeting"],"address":["video meeting"],"addressEntity":["addr-461e1e892f0c482e21523e45368c4331d84fbeef"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["ec-person-cafe030b6dad78a75143f7552c420481b30ebceb","eu-tr-40538475090-82"]}} -{"id":"ec-meeting-2020-12-08-6e3e4f2b5ef34989e0ba08b5c8a1156b5d90f5d6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-12-08 - Cabinet of Commissioner Mairead Mcguinness x Teollisuuden Voima Oyj"],"date":["2020-12-08"],"summary":["Taxonomy"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Virtual meeting"],"address":["Virtual meeting"],"addressEntity":["addr-1f1f3f51a4da31a1ea5c1b4b21cbf52ad983224f"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["eu-tr-352103717639-15","ec-person-a5441c6a69a8a94fd64e02def60fcc6567f2c1d8"]}} -{"id":"ec-meeting-2020-12-08-732f4d2b52f598f99845c56cd8a2e849328504ef","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-12-08 - Cabinet of Commissioner Mairead Mcguinness x ArcelorMittal"],"date":["2020-12-08"],"summary":["Taxonomy Delegated Act"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Virtual meeting"],"address":["Virtual meeting"],"addressEntity":["addr-1f1f3f51a4da31a1ea5c1b4b21cbf52ad983224f"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-a5441c6a69a8a94fd64e02def60fcc6567f2c1d8","eu-tr-23527541824-60"]}} -{"id":"ec-meeting-2020-12-08-760c221432da1fa26552708ea8cbf1c3580fcb92","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-12-08 - Cabinet of Commissioner Helena Dalli x European Network Against Racism Human Rights Watch Open Society European Policy Institute European Civic Forum Amnesty International Limited"],"date":["2020-12-08"],"summary":["CCIF and the situation for civil society organisations in France."],"notes":["Portfolio: Equality"],"location":["videoconference"],"address":["videoconference"],"addressEntity":["addr-92b2fbb928e012810d80d9ef1abe12027beee200"],"organizer":["ec-cabinet-commissioner-dalli-helena-of"],"involved":["eu-tr-09854512780-89","eu-tr-981872117501-10","eu-tr-11063928073-34","eu-tr-8557515321-37","ec-person-d0b568d53468fcd3dfeeaddbd07343b5b065914d","eu-tr-56362448807-46"]}} -{"id":"ec-meeting-2020-12-08-78fddab25c8ba3b3a0b9e828c252120f61038177","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-12-08 - Cabinet of Vice-President Věra Jourová x Atlantic Council of the United States, Inc"],"date":["2020-12-08"],"summary":["EDAP"],"notes":["Portfolio: Values and Transparency"],"location":["videoconference"],"address":["videoconference"],"addressEntity":["addr-92b2fbb928e012810d80d9ef1abe12027beee200"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["ec-person-bf54da17217bbddfd9c68fe24d88005ac17e2c4b","eu-tr-524686116124-73"]}} -{"id":"ec-meeting-2020-12-08-7d21b54d07a75f291d8a9ebaffcbbb47c1cef5ee","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-12-08 - Cabinet of Commissioner Mairead Mcguinness x PwCIL"],"date":["2020-12-08"],"summary":["regulation of the auditing profession + consequences from the wirecard case"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Belgium"],"address":["Belgium"],"addressEntity":["addr-5cb4c9d828175ed3931ec52305b32f47173a8e04"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["eu-tr-60402754518-05","ec-person-0ba9b89127b39af6a66f2fc3ed727332f1b19a34","ec-person-1d2f53447b8f2d9bb3f50f7247ad40c2cf8036e4"]}} -{"id":"ec-meeting-2020-12-08-8509d1a0819bb91c145d9857d20f9adb22f33757","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-12-08 - Cabinet of Executive Vice-President Frans Timmermans x Radia, Inc."],"date":["2020-12-08"],"summary":["Wind Energy, carbon reduction, climate change"],"notes":["Portfolio: European Green Deal"],"location":["videoconference (Brussels)"],"address":["videoconference (Brussels)"],"addressEntity":["addr-5dd22b57a9d6f7be6f130d619b6be6e2434c4ab3"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-a282162080cef4ef2a8c0ab6247a3e03dc438507","eu-tr-813114340572-62","ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce"]}} -{"id":"ec-meeting-2020-12-08-8f2eeafe7bb0f96575911800acf321c4ad4d5eb8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-12-08 - Cabinet of Executive Vice-President Frans Timmermans x Railforum Nederland"],"date":["2020-12-08"],"summary":["Keynote speech at Railforum conference on the European Green Deal and the role that rail transport can contribute to achieving the objectives"],"notes":["Portfolio: European Green Deal"],"location":["videoconference (Brussels)"],"address":["videoconference (Brussels)"],"addressEntity":["addr-5dd22b57a9d6f7be6f130d619b6be6e2434c4ab3"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-829741040768-66","ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce"]}} -{"id":"ec-meeting-2020-12-08-b22e776ad49a49b30bc4dec291390ca79c02e35b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-12-08 - Cabinet of Vice-President Margaritis Schinas x European Confederation of Police"],"date":["2020-12-08"],"summary":["Security Union"],"notes":["Portfolio: Promoting the European Way of Life"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-margaritis-of-president-schinas-vice"],"involved":["ec-person-d5cada2a1a17537a675985af31e5ce07ae3bfd42","ec-person-2e04e278a7f128b3ac72d2af3db94d4ebed934da","eu-tr-066424813599-73"]}} -{"id":"ec-meeting-2020-12-08-f723afc64981bbde12f5c1e6ad621ca837041a04","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-12-08 - Cabinet of Executive Vice-President Frans Timmermans x Xynteo"],"date":["2020-12-08"],"summary":["Speech at BioAdvantage Europe Policy Roundtable (on Green Deal Recovery package and bioeconomy)"],"notes":["Portfolio: European Green Deal"],"location":["videoconference (Brussels)"],"address":["videoconference (Brussels)"],"addressEntity":["addr-5dd22b57a9d6f7be6f130d619b6be6e2434c4ab3"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-069882140441-92","ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce"]}} -{"id":"ec-meeting-2020-12-08-fac67a968da07a16dd8ec48a6e8c811cd5579259","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-12-08 - Cabinet of Executive Vice-President Frans Timmermans x #SustainablePublicAffairs"],"date":["2020-12-08"],"summary":["Online discussion with #SustainablePublicAffairs - Iron and steel in EU Green Deal"],"notes":["Portfolio: European Green Deal"],"location":["videoconference (Brussels)"],"address":["videoconference (Brussels)"],"addressEntity":["addr-5dd22b57a9d6f7be6f130d619b6be6e2434c4ab3"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-925995939257-35","ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce"]}} -{"id":"ec-meeting-2020-12-08-fbbd974782660930b70db53da787b64ec97fa076","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-12-08 - Cabinet of Commissioner Paolo Gentiloni x CEMBUREAU - The European Cement Association"],"date":["2020-12-08"],"summary":["PWC study of CEBAM"],"notes":["Portfolio: Economy"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-cabinet-commissioner-gentiloni-of-paolo"],"involved":["ec-person-8da36db391ed53f362d495cd564ba8b45c7003e1","eu-tr-93987316076-63"]}} -{"id":"ec-meeting-2020-12-08-ff6d267c929140b1271bc72630d1fb3e3f161361","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-12-08 - Cabinet of Executive Vice-President Margrethe Vestager x Fédération Internationale des Associations de Producteurs de Films Headquarters"],"date":["2020-12-08"],"summary":["The impact of the current sanitary crisis on the audio-visual sector"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels (virtual)"],"address":["Brussels (virtual)"],"addressEntity":["addr-758e0df2cde2954c65829147799b6383456f1e21"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-332167817125-52","ec-person-3da433aae105b13fe027e9c9b3dcac2c97029370"]}} -{"id":"ec-meeting-2020-12-09-0ab21fc6d848f2f3f10957c39f034d25c9335645","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-12-09 - Cabinet of Vice-President Věra Jourová x Telefonica, S.A."],"date":["2020-12-09"],"summary":["Digital agenda, digital bill of rights"],"notes":["Portfolio: Values and Transparency"],"location":["videoconference"],"address":["videoconference"],"addressEntity":["addr-92b2fbb928e012810d80d9ef1abe12027beee200"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["eu-tr-52431421-12","ec-person-221276f2dfa4b8fe628f08e982d967b6aeb61c57","ec-person-74c07660dcbc6dc9993b34462cf2a1fec35925ea"]}} -{"id":"ec-meeting-2020-12-09-1bc797fe1148e2d02ad37ff6eb26197e1ebf135e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-12-09 - Cabinet of Executive Vice-President Frans Timmermans x Climate-KIC Holding BV"],"date":["2020-12-09"],"summary":["Presentation of the European Green Deal"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-948333125186-06","ec-person-8af3c81534786a740718d21dc58240738a53ed7b"]}} -{"id":"ec-meeting-2020-12-09-1ff4d94b20b5ee2adb2f933b00450dab5658f0ba","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-12-09 - Cabinet of Commissioner Janusz Wojciechowski x European agri-cooperatives European farmers"],"date":["2020-12-09"],"summary":["Common Agriculture Policy Reform"],"notes":["Portfolio: Agriculture"],"location":["video phone call"],"address":["video phone call"],"addressEntity":["addr-20169d8760eb932415b38f11daea45615ba4bb37"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["ec-person-354147678cd662e9949df96a1b58663c347a35f9","eu-tr-44856881231-49","eu-tr-09586631237-74","ec-person-08c62f972c22464aca7a65520eb9406f8db14a66"]}} -{"id":"ec-meeting-2020-12-09-2b19346a23a1462bc63765bf8f8459c189d3a034","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-12-09 - Cabinet of Commissioner Jutta Urpilainen x KfW Bankengruppe"],"date":["2020-12-09"],"summary":["Cooperation with KfW under European Fund for Sustainable Development"],"notes":["Portfolio: International Partnerships"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["ec-person-7204caa5e704bc4a911fee13ad5c0f62fd74b3bc","eu-tr-79019799690-13"]}} -{"id":"ec-meeting-2020-12-09-3c9cbb7b34a2aaf1c32e8a396fd0d9598007bf84","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-12-09 - Cabinet of Commissioner Stella Kyriakides x Cruelty Free Europe"],"date":["2020-12-09"],"summary":["Introductory exchange of views on animal testing replacements and the pharmaceutical strategy"],"notes":["Portfolio: Health"],"location":["Virtual meeting"],"address":["Virtual meeting"],"addressEntity":["addr-1f1f3f51a4da31a1ea5c1b4b21cbf52ad983224f"],"organizer":["ec-cabinet-commissioner-kyriakides-of-stella"],"involved":["eu-tr-842315534764-63","ec-person-a14d25733c53171d0aa91b49f8fa6d0c83e15a17","ec-person-ecf9f9e978b833afc98ee022572d468f0dc9a352"]}} -{"id":"ec-meeting-2020-12-09-4aaf2893039829a76ee839206d3e38349d9f934c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-12-09 - Cabinet of Commissioner Didier Reynders x Warner Bros. Discovery"],"date":["2020-12-09"],"summary":["Rule of law situation in Poland, including media related aspects"],"notes":["Portfolio: Justice"],"location":["video conference"],"address":["video conference"],"addressEntity":["addr-6dc12e3c97077db82f32184f24341ce370a445fd"],"organizer":["ec-cabinet-commissioner-didier-of-reynders"],"involved":["ec-person-6c2abeaa21f9fe09b6a21f7f73e03d924e89018e","eu-tr-288009010205-61"]}} -{"id":"ec-meeting-2020-12-09-4e005eaf7704a7999e6c7311c350ab1f3c5179d0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-12-09 - Cabinet of Commissioner Virginijus Sinkevičius x Cruelty Free Europe"],"date":["2020-12-09"],"summary":["to discuss the recently published Chemicals Strategy for Sustainability and animals testing"],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Virtual meeting"],"address":["Virtual meeting"],"addressEntity":["addr-1f1f3f51a4da31a1ea5c1b4b21cbf52ad983224f"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["eu-tr-842315534764-63","ec-person-172a438ed334761e2ab5d52e551fd1bcb6ab6b8d"]}} -{"id":"ec-meeting-2020-12-09-5c77364dae0c6252a4f0ffe7a3d2e9acae2374c9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-12-09 - Cabinet of Commissioner Kadri Simson x Roofit Solar Energy"],"date":["2020-12-09"],"summary":["Visiting the company and its production, Renovation Wave"],"notes":["Portfolio: Energy"],"location":["Tallinn, Estonia"],"address":["Tallinn, Estonia"],"addressEntity":["addr-b80d0713f0edceb178f0049f32c8e1803c061ccc"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["eu-tr-130533640993-55","ec-person-02dcb64edd20203955d6dad9d5c0dbc71a3d7816","ec-person-1995c65b8dc7f3702a8c30ed96a0144075848837"]}} -{"id":"ec-meeting-2020-12-09-5c8e9c98eddbe2631bc8e9ad9337eb420db59721","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-12-09 - Cabinet of Commissioner Mairead Mcguinness x logos public affairs"],"date":["2020-12-09"],"summary":["Investment Migration"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Brussels (virtual meeting)"],"address":["Brussels (virtual meeting)"],"addressEntity":["addr-63ba6aad8785d18a1c825fd224b0bedf54647279"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-a5441c6a69a8a94fd64e02def60fcc6567f2c1d8","eu-tr-5067624792-06"]}} -{"id":"ec-meeting-2020-12-09-5dd3896845746fd939f540024f50367138bfb958","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-12-09 - Cabinet of Executive Vice-President Frans Timmermans x ICLEI - Local Governments for Sustainability European Secretariat"],"date":["2020-12-09"],"summary":["European Green Deal"],"notes":["Portfolio: European Green Deal"],"location":["videoconference (Brussels)"],"address":["videoconference (Brussels)"],"addressEntity":["addr-5dd22b57a9d6f7be6f130d619b6be6e2434c4ab3"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce","ec-person-d56ecbfde17436a136fc89c9a978b266e8285c84","eu-tr-064034733055-88"]}} -{"id":"ec-meeting-2020-12-09-63959b665211a19899e3744e9f87aec99e6ff8cd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-12-09 - Cabinet of Commissioner Nicolas Schmit x APG Groep NV Pensioenfonds Metaal en Techniek Pensioenfonds Zorg en Welzijn Pensioenfederatie (Federation of the Dutch Pension Funds) Mn Services N.V. PGGM"],"date":["2020-12-09"],"summary":["Meeting on pensions, ageing and the action plan on Capital Markets Union (CMU)."],"notes":["Portfolio: Jobs and Social Rights"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["eu-tr-886695240555-75","ec-person-8eb18b6102d444937bc6af5822a6742812165b48","eu-tr-352104540581-79","eu-tr-84476202986-17","eu-tr-120036211374-56","eu-tr-166428934799-80","eu-tr-203417137798-52","ec-person-c03b949331dbbe5fa3d5423758e371ec1b9b832f"]}} -{"id":"ec-meeting-2020-12-09-75ebf0987a87dc31b7d6e1c7af26901ec379893a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-12-09 - Cabinet of Commissioner Janusz Wojciechowski x EURODOM"],"date":["2020-12-09"],"summary":["Support for outermost regions, facing remoteness, insularity or a difficult climate (POSEI)."],"notes":["Portfolio: Agriculture"],"location":["video phone call"],"address":["video phone call"],"addressEntity":["addr-20169d8760eb932415b38f11daea45615ba4bb37"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["eu-tr-28418016649-41","ec-person-cafe030b6dad78a75143f7552c420481b30ebceb"]}} -{"id":"ec-meeting-2020-12-09-7bc7d213264e137efd73ac65cd530302c483d39f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-12-09 - Cabinet of Executive Vice-President Margrethe Vestager x ESET, spol. s r.o."],"date":["2020-12-09"],"summary":["Digital identity for companies"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels (virtual)"],"address":["Brussels (virtual)"],"addressEntity":["addr-758e0df2cde2954c65829147799b6383456f1e21"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-8b6db5c3c4611618ade59c6d0dadc21c962f0ee7","eu-tr-910718933141-09","ec-person-11ba005cc4046696303381b7ca219da9b11a42bf"]}} -{"id":"ec-meeting-2020-12-09-82b9ca7f6aa1369dc69e0aca405303d3cc2c2a49","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-12-09 - Cabinet of Commissioner Paolo Gentiloni x ASPEN INSTITUTE ITALIA"],"date":["2020-12-09"],"summary":["Commissioner Gentiloni participates via videoconference in the Aspenia Talk “A new green deal between Europe and the US”"],"notes":["Portfolio: Economy"],"location":["Videolink (Brussels)"],"address":["Videolink (Brussels)"],"addressEntity":["addr-4635eb2ca271afc5a409f9541f8e5b11a31d7be0"],"organizer":["ec-cabinet-commissioner-gentiloni-of-paolo"],"involved":["ec-person-088d26d74d1898338fbf1c86e139bd6d3b870dbc","eu-tr-216091637394-12"]}} -{"id":"ec-meeting-2020-12-09-8681ca0f0faecdf5b9d09a56567f29eebca13f5a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-12-09 - Financial Stability, Financial Services and Capital Markets Union x MARSH & McLENNAN COMPANIES FRANCE"],"date":["2020-12-09"],"summary":["Discussion on international developments"],"location":["Virtual meeting"],"address":["Virtual meeting"],"addressEntity":["addr-1f1f3f51a4da31a1ea5c1b4b21cbf52ad983224f"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-117683115792-20","ec-person-1fce211249673c35ee07a801ddee77ab24af8d54"]}} -{"id":"ec-meeting-2020-12-09-87bff60be5e5b333412a67ed28095d33b26848f2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-12-09 - Cabinet of Commissioner Thierry Breton x Netflix International B.V."],"date":["2020-12-09"],"summary":["Exchange on the Media Action plan and Audiovisual policy"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-487726915971-30","ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","ec-person-5215bd372c5a1202399d77ecceb8c16de8d7d55c"]}} -{"id":"ec-meeting-2020-12-09-a46195732a61f0d273beba24ae262eaf3686c829","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-12-09 - Cabinet of Commissioner Mairead Mcguinness x Proof of Trust"],"date":["2020-12-09"],"summary":["Dispute resolution initiatives, investment protection and facilitation, digital finance."],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Video call"],"address":["Video call"],"addressEntity":["addr-ad60f43c3b2e61f55f8d15d2bb303f6d11ac791b"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-0ba9b89127b39af6a66f2fc3ed727332f1b19a34","ec-person-3a66109f0585c657edbe69190faa41919b50e05f","ec-person-1d2f53447b8f2d9bb3f50f7247ad40c2cf8036e4","eu-tr-911187740265-32"]}} -{"id":"ec-meeting-2020-12-09-a77b79db8f21a14b76e5736c6bf20ad94fc33752","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-12-09 - Cabinet of Commissioner Mairead Mcguinness x International Federation of Red Cross and Red Crescent Societies"],"date":["2020-12-09"],"summary":["Sanctions"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-a5441c6a69a8a94fd64e02def60fcc6567f2c1d8","eu-tr-132236315085-89"]}} -{"id":"ec-meeting-2020-12-09-eafd384e865bb35428c4ea14b82bd951f5e10051","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-12-09 - Cabinet of Executive Vice-President Margrethe Vestager x trivago N.V."],"date":["2020-12-09"],"summary":["DSA, DMA"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels (virtual)"],"address":["Brussels (virtual)"],"addressEntity":["addr-758e0df2cde2954c65829147799b6383456f1e21"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0","eu-tr-194701439441-91"]}} -{"id":"ec-meeting-2020-12-09-ee83d0aa6911103c1c444b4206ab46c1d2456ff0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-12-09 - Cabinet of Commissioner Adina Vălean x LOPEZ LEZA CONSULTORES"],"date":["2020-12-09"],"summary":["Pan-European Platform for Safe and Multi-Service Truck Parking developed by the Padrosa Group"],"notes":["Portfolio: Transport"],"location":["Conference call"],"address":["Conference call"],"addressEntity":["addr-28ba88479582b2f75898964548da4252dc7db7d2"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["ec-person-fc3be846753d8ee60758ebedb7309dcf08aea52e","eu-tr-650746117225-43"]}} -{"id":"ec-meeting-2020-12-09-f255bb9e5f2d4e7055d34acff0071719a9a7846a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-12-09 - Cabinet of Commissioner Thierry Breton x None"],"date":["2020-12-09"],"summary":["Roundtable with NGOs on DSA and DMA"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-881375334337-75","eu-tr-990159532140-35","eu-tr-16311905144-06","ec-person-4d83416435f81b1f1e8f5c86aeebb1478577f1d2","eu-tr-2893800753-48","eu-tr-611935634267-89","ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","eu-tr-57305017757-64","eu-tr-241832823598-19","eu-tr-9505781573-45","eu-tr-805637038375-01","eu-tr-475565317526-24","eu-tr-596597913132-95"]}} -{"id":"ec-meeting-2020-12-09-f85608b15060190efaae02c4c0cfa109192cedbb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-12-09 - Cabinet of Commissioner Thierry Breton x DIN Deutsches Institut für Normung e. V."],"date":["2020-12-09"],"summary":["German Standardization Roadmap on AI"],"notes":["Portfolio: Internal Market"],"location":["videoconference"],"address":["videoconference"],"addressEntity":["addr-92b2fbb928e012810d80d9ef1abe12027beee200"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-989808524267-58","ec-person-026c2270ec4cbabdb8ac223b2d1fa4202696dc8d"]}} -{"id":"ec-meeting-2020-12-10-083b62e52388eee027dd80dc3bcce67bdc2676be","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-12-10 - Cabinet of Commissioner Mairead Mcguinness x Association for Financial Markets in Europe"],"date":["2020-12-10"],"summary":["Presentation AFME, Upconing Sustainable Finance Strategy, Future UK/EU relations."],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Video Conferencing Brussels"],"address":["Video Conferencing Brussels"],"addressEntity":["addr-3df0e559d4442f2fdef325c3ec34a20ca0d5f100"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-2b9c589fb2354bd93067644d2c3d2c058d4c4cc9","eu-tr-65110063986-76"]}} -{"id":"ec-meeting-2020-12-10-15e5e555defb40c5450bb60abb51c1e67fc1e35d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-12-10 - Cabinet of Executive Vice-President Frans Timmermans x Stiftung KlimaWirtschaft"],"date":["2020-12-10"],"summary":["The European Green Deal, the Climate Pact and the role of foundations and philanthropies"],"notes":["Portfolio: European Green Deal"],"location":["Video call"],"address":["Video call"],"addressEntity":["addr-ad60f43c3b2e61f55f8d15d2bb303f6d11ac791b"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-f8efd5ca1c3794aa2954d6b5f54ff94f015fba20","ec-person-f1a3478550296f3f9accdc67d6ef5a0b681dda4b","eu-tr-101869737880-14"]}} -{"id":"ec-meeting-2020-12-10-184662758398a5fa0d800d9e757a893db9d627bd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-12-10 - Cabinet of Commissioner Stella Kyriakides x Young European Leadership"],"date":["2020-12-10"],"summary":["Exchange with Youth delegates representing the European Union to the Youth Engagement Group of the G20 on better coordination and youth priorities."],"notes":["Portfolio: Health"],"location":["Virtual meeting"],"address":["Virtual meeting"],"addressEntity":["addr-1f1f3f51a4da31a1ea5c1b4b21cbf52ad983224f"],"organizer":["ec-cabinet-commissioner-kyriakides-of-stella"],"involved":["ec-person-43784ba1f5299ace66cb2287545e1dcae4372d14","eu-tr-416740040270-21"]}} -{"id":"ec-meeting-2020-12-10-1ed63a30777995fd81cef4feabf6d08e76d7d386","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-12-10 - Cabinet of Commissioner Mariya Gabriel x Planet Labs Germany"],"date":["2020-12-10"],"summary":["ERA"],"notes":["Portfolio: Innovation and Youth"],"location":["Virtual meeting"],"address":["Virtual meeting"],"addressEntity":["addr-1f1f3f51a4da31a1ea5c1b4b21cbf52ad983224f"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["ec-person-6a2152ccdf48d8ec087f545734a0ec503917193b","eu-tr-293502227711-32"]}} -{"id":"ec-meeting-2020-12-10-2e6cd256dfcd81d82ffd20c0009256e8d06d10fb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-12-10 - Cabinet of Commissioner Adina Vălean x EWABA"],"date":["2020-12-10"],"summary":["Meeting to discuss SAF."],"notes":["Portfolio: Transport"],"location":["Conference call"],"address":["Conference call"],"addressEntity":["addr-28ba88479582b2f75898964548da4252dc7db7d2"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["ec-person-5f7f9d4d861c5b97fbd25bccf6323535d2a7ceb8","eu-tr-727017212658-96"]}} -{"id":"ec-meeting-2020-12-10-38dfbff3b4c6d619e66087b9b898e0dce9153c22","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-12-10 - Cabinet of Executive Vice-President Frans Timmermans x Green 10"],"date":["2020-12-10"],"summary":["EU Climate architecture, EU Recovery and Resilience plans, TEN-E Regulation"],"notes":["Portfolio: European Green Deal"],"location":["videoconference (Brussels)"],"address":["videoconference (Brussels)"],"addressEntity":["addr-5dd22b57a9d6f7be6f130d619b6be6e2434c4ab3"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-d56ecbfde17436a136fc89c9a978b266e8285c84","ec-person-8af3c81534786a740718d21dc58240738a53ed7b","ec-person-f1a3478550296f3f9accdc67d6ef5a0b681dda4b","eu-tr-70309834043-10","ec-person-f8efd5ca1c3794aa2954d6b5f54ff94f015fba20","ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce","ec-person-a282162080cef4ef2a8c0ab6247a3e03dc438507","ec-person-d53e00c46a4cc62bbf533e0c9bb35bacb9121989"]}} -{"id":"ec-meeting-2020-12-10-3d80c28e7bb9c81644fa6f6241cf898eef33728c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-12-10 - Cabinet of Commissioner Thierry Breton x Meetic Group, A Match Group Company"],"date":["2020-12-10"],"summary":["DSA/DMA"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-694419028666-26","ec-person-7217954e3bc1aad2a1474fb760ea512a069f8fe3"]}} -{"id":"ec-meeting-2020-12-10-586ef507011c1e81c5d2a60515e46d4c972e1c6c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-12-10 - Cabinet of Commissioner Stella Kyriakides x MedTech Europe"],"date":["2020-12-10"],"summary":["VC Meeting - The role of medical technologies in the fight against antimicrobial resistance and healthcare acquired infections"],"notes":["Portfolio: Health"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-kyriakides-of-stella"],"involved":["eu-tr-433743725252-26","ec-person-ba73927c33000184cab3f41a76e1b32fe7d7eda8","ec-person-8e447e82a2a89decd9d6ca2926b91c01d93699e1"]}} -{"id":"ec-meeting-2020-12-10-5b2ce684ea5e1bb3008f4f50e171cb87ad39979d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-12-10 - European Civil Protection and Humanitarian Aid Operations x Voluntary Organisations in Cooperation in Emergencies"],"date":["2020-12-10"],"summary":["First opportunity for DG Michou to meet with all Members of VOICE in the margins of the VOICE General Assembly. Presentation and exchange of views on a series of topics of interest for VOICE members."],"location":["Zoom meeting"],"address":["Zoom meeting"],"addressEntity":["addr-cca5cda028df206acc00b4d5b6104554505d48f8"],"organizer":["ec-dg-echo"],"involved":["eu-tr-47126711656-13","ec-person-10a22f0fd27347d8ef3ff2b55ad4ef89c6fe388f"]}} -{"id":"ec-meeting-2020-12-10-5ce3ee4ac014e9d1c4a96103581c51ef716b7277","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-12-10 - Cabinet of Executive Vice-President Frans Timmermans x WWF European Policy Programme"],"date":["2020-12-10"],"summary":["Hydropower development and fit for 55 package"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - video conference"],"address":["Brussels - video conference"],"addressEntity":["addr-d7df553e47e69d1cc9f4189b36b7c867f80459b0"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-a282162080cef4ef2a8c0ab6247a3e03dc438507","ec-person-e88af8eb396e96e3dbc9b4ec6e40a348d26c389c","eu-tr-1414929419-24","ec-person-d53e00c46a4cc62bbf533e0c9bb35bacb9121989"]}} -{"id":"ec-meeting-2020-12-10-74609f8ff55f53653f25f1f1c0bff0a41becc777","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-12-10 - Cabinet of Vice-President Věra Jourová x CEBRE - Czech Business Representation to the EU in Brussels"],"date":["2020-12-10"],"summary":["EDAP"],"notes":["Portfolio: Values and Transparency"],"location":["videoconference"],"address":["videoconference"],"addressEntity":["addr-92b2fbb928e012810d80d9ef1abe12027beee200"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["eu-tr-9412010322-35","ec-person-bf54da17217bbddfd9c68fe24d88005ac17e2c4b"]}} -{"id":"ec-meeting-2020-12-10-78fddab25c8ba3b3a0b9e828c252120f61038177","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-12-10 - Cabinet of Vice-President Věra Jourová x Atlantic Council of the United States, Inc"],"date":["2020-12-10"],"summary":["EDAP roadmap"],"notes":["Portfolio: Values and Transparency"],"location":["videoconference"],"address":["videoconference"],"addressEntity":["addr-92b2fbb928e012810d80d9ef1abe12027beee200"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["eu-tr-524686116124-73","ec-person-fb258e0188a5319bfaba3161382db43f5a85851f"]}} -{"id":"ec-meeting-2020-12-10-8421a1a0bd328d60f861afd2d7289cbe6cc79c81","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-12-10 - Cabinet of President Ursula von der Leyen x Prysmian S.p.A."],"date":["2020-12-10"],"summary":["Innovation in building the correct fibre infrastructures to support 5G and future digital developments; importance of sustainability, energy efficiency, of different fixed and wireless technologiesin setting policy objectives for networks"],"notes":["Portfolio: President"],"location":["Brussels (on-line)"],"address":["Brussels (on-line)"],"addressEntity":["addr-14e48b93f1fb515b14ef60fbfce7f7c8bc35d607"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-7019713e72781afb1f3b19032c4752a314b78180","eu-tr-263025637420-16"]}} -{"id":"ec-meeting-2020-12-10-9cee08afdd2100c3ef55073b6354682c50735971","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-12-10 - Cabinet of Vice-President Margaritis Schinas x ENEL SpA"],"date":["2020-12-10"],"summary":["Recovery plan"],"notes":["Portfolio: Promoting the European Way of Life"],"location":["virtual meeting"],"address":["virtual meeting"],"addressEntity":["addr-225c82a032511500bff73b3efe0d857849613fd9"],"organizer":["ec-cabinet-margaritis-of-president-schinas-vice"],"involved":["ec-person-d5cada2a1a17537a675985af31e5ce07ae3bfd42","ec-person-b59ff7316734021e48aa7e0fd79eeeab36ea2bb4","eu-tr-6256831207-27"]}} -{"id":"ec-meeting-2020-12-10-9d234971c5937404cef2aac9515e787f8c7184e6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-12-10 - Cabinet of Commissioner Didier Reynders x Huawei Technologies"],"date":["2020-12-10"],"summary":["EU consumer rights in the tech market"],"notes":["Portfolio: Justice"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-didier-of-reynders"],"involved":["ec-person-50f9cba2282e1d03395cdd0faf9ce6e9a2ff3104","eu-tr-114467111412-38"]}} -{"id":"ec-meeting-2020-12-10-b560ae007eb9ffc47d48a26869edb6ae329d3dda","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-12-10 - Cabinet of Commissioner Thierry Breton x Volvo AB"],"date":["2020-12-10"],"summary":["industrial, digital and defency policy\r\nGreen Deal"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-9cf97e549f67c3228d1478a3a67d652eb28c5b46","ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","eu-tr-51773601133-57"]}} -{"id":"ec-meeting-2020-12-10-ba4ce53765bff0a95640c2d5b7a432d21b2c1147","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-12-10 - Cabinet of Commissioner Mairead Mcguinness x Irish Tourism Industry Confederation"],"date":["2020-12-10"],"summary":["Brexit and the EU’s Covid Recovery & Resilience Facility and EU financial services"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-2b9c589fb2354bd93067644d2c3d2c058d4c4cc9","ec-person-b38feaad7eeb35ff708f3db9b793b158f81e7872","eu-tr-507675140650-28","ec-person-00f66582d8581f7480e12525027b5a1ee9b22f07"]}} -{"id":"ec-meeting-2020-12-10-bad91631975c28bdd22208b4972b59bd2183b5a5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-12-10 - Cabinet of Executive Vice-President Margrethe Vestager x Skyscanner Limited"],"date":["2020-12-10"],"summary":["DSA, DMA"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels (virtual)"],"address":["Brussels (virtual)"],"addressEntity":["addr-758e0df2cde2954c65829147799b6383456f1e21"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-600324619861-95","ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0"]}} -{"id":"ec-meeting-2020-12-10-c836351c1ed8e13c8711d654a191969add5e838a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-12-10 - Cabinet of Vice-President Margaritis Schinas x Bruegel"],"date":["2020-12-10"],"summary":["New Pact on Migration and Asylum"],"notes":["Portfolio: Promoting the European Way of Life"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-margaritis-of-president-schinas-vice"],"involved":["ec-person-d5cada2a1a17537a675985af31e5ce07ae3bfd42","ec-person-2e04e278a7f128b3ac72d2af3db94d4ebed934da","eu-tr-458295331598-02"]}} -{"id":"ec-meeting-2020-12-10-d10f1afdb13a4e56e8d9811afefe4f5d3d9cda3e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-12-10 - Cabinet of Commissioner Thierry Breton x ClientEarth AISBL"],"date":["2020-12-10"],"summary":["Chemicals Strategy"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-6308dea893b9b1ca0dcd5b91b4a1ac4c2f3020ad","eu-tr-96645517357-19"]}} -{"id":"ec-meeting-2020-12-10-e068c62838cf7c65fa8ab01129e5451bdd0cda7c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-12-10 - Cabinet of Executive Vice-President Valdis Dombrovskis x Confederazione Generale dell'Industria Italiana"],"date":["2020-12-10"],"summary":["Trade policy and industry"],"notes":["Portfolio: An Economy that Works for People"],"location":["video-conference"],"address":["video-conference"],"addressEntity":["addr-8736c288a4bc51ee27ef4ed41e652409a37e60d1"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-235870cd7eb41f2494f695fce18b5b5b88647113","eu-tr-27762251795-15"]}} -{"id":"ec-meeting-2020-12-10-e1dfb3902e46a1237615c26caed3d8da2cedb452","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-12-10 - Cabinet of Commissioner Mairead Mcguinness x Federation of European Securities Exchanges"],"date":["2020-12-10"],"summary":["Capital Markets Union, Consolidated Tape, MiFID2/MiFIR Review"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Video Conferencing - Brussels"],"address":["Video Conferencing - Brussels"],"addressEntity":["addr-f0c9e013a8a354b84692bec2292e2800173b9d99"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-2b9c589fb2354bd93067644d2c3d2c058d4c4cc9","eu-tr-71488206456-23"]}} -{"id":"ec-meeting-2020-12-10-fd307c65e7f8e4c8813265a108db46acea691be8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-12-10 - Cabinet of Commissioner Stella Kyriakides x Thalassaemia International Federation"],"date":["2020-12-10"],"summary":["Exchange on EU plans to revise the legislation on safety of blood and on other issues of interest/concern by Thalassaemia patients."],"notes":["Portfolio: Health"],"location":["Virtual meeting"],"address":["Virtual meeting"],"addressEntity":["addr-1f1f3f51a4da31a1ea5c1b4b21cbf52ad983224f"],"organizer":["ec-cabinet-commissioner-kyriakides-of-stella"],"involved":["eu-tr-678285732160-11","ec-person-c7513fae2df7920eea99d7cc103a354aa4f56b6e"]}} -{"id":"ec-meeting-2020-12-11-02b4f1f64c8f4899c8e15b110ce2d3c6a3ecdb77","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-12-11 - Informatics x Red Hat Limited"],"date":["2020-12-11"],"summary":["2020-2023 Commission Open Source Strategy; meeting for possible collaboration opportunities"],"location":["Webex"],"address":["Webex"],"addressEntity":["addr-4b591c6aa2d0556305c2d15987c48d32c33f9ca9"],"organizer":["ec-dg-digit"],"involved":["ec-person-604d9fe28b16401771b67c820e6ce912f4d4a6b7","eu-tr-741186216712-07"]}} -{"id":"ec-meeting-2020-12-11-10e2f5edf0465504d20b0157ea18c98b870c6ba2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-12-11 - Cabinet of Executive Vice-President Frans Timmermans x SAP"],"date":["2020-12-11"],"summary":["Carbon footprint of products"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-e88af8eb396e96e3dbc9b4ec6e40a348d26c389c","ec-person-f1a3478550296f3f9accdc67d6ef5a0b681dda4b","eu-tr-639117311617-01"]}} -{"id":"ec-meeting-2020-12-11-136d47a5449328c9a7e332aba5bf5e6c9335af53","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-12-11 - Cabinet of Commissioner Thierry Breton x Small Business Standards SMEunited aisbl"],"date":["2020-12-11"],"summary":["Standardisation strategy"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-55820581197-35","eu-tr-653009713663-08","ec-person-026c2270ec4cbabdb8ac223b2d1fa4202696dc8d"]}} -{"id":"ec-meeting-2020-12-11-1a3af9114471b15062fcd25921eb5bc87cf82996","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-12-11 - Cabinet of Commissioner Mairead Mcguinness x Association Française des Entreprises Privées / French Association of Large Companies"],"date":["2020-12-11"],"summary":["Sustainabl Finance, NFRD, Country-by country reporting."],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Video Conferencing - Brussels"],"address":["Video Conferencing - Brussels"],"addressEntity":["addr-f0c9e013a8a354b84692bec2292e2800173b9d99"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-2b9c589fb2354bd93067644d2c3d2c058d4c4cc9","eu-tr-953933297-85"]}} -{"id":"ec-meeting-2020-12-11-1d5a562c996583435cfbd4580ebe36e7a0e74195","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-12-11 - Cabinet of Executive Vice-President Frans Timmermans x European Forum of Farm Animal Breeders"],"date":["2020-12-11"],"summary":["Speech on sustainable agriculture"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - webinar"],"address":["Brussels - webinar"],"addressEntity":["addr-a937316fa2e41143a360b345561093450d0733fd"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-28175274067-75","ec-person-33624431cbec1074e151c1707715ef46d2ba9565"]}} -{"id":"ec-meeting-2020-12-11-3023792ff1c65bd4c83c47ad0c40e3cdb70a89d9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-12-11 - Communications Networks, Content and Technology x Deutsches Zentrum für Luft- und Raumfahrt e.V."],"date":["2020-12-11"],"summary":["Videoconference to discuss secure connectivity."],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-dg-connect"],"involved":["ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f","eu-tr-21280626733-05"]}} -{"id":"ec-meeting-2020-12-11-3131661a1fe095a53669c1752a836813bd02373d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-12-11 - Cabinet of Commissioner Jutta Urpilainen x KEMIJOKI OY"],"date":["2020-12-11"],"summary":["EU Green Deal and taxonomy"],"notes":["Portfolio: International Partnerships"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["ec-person-1ec9383fd54d9d4cd8a154c01fa71549eb8c75ac","eu-tr-322487640603-17"]}} -{"id":"ec-meeting-2020-12-11-3b20ba2a4645c81b5c30cb5dd9d5168bb1380c40","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-12-11 - Cabinet of Executive Vice-President Margrethe Vestager x Airports Council International - European Region"],"date":["2020-12-11"],"summary":["EU State aid policy"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels (virtual)"],"address":["Brussels (virtual)"],"addressEntity":["addr-758e0df2cde2954c65829147799b6383456f1e21"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-11d97788772862bb34f51dd26d7f92603eac1bf8","eu-tr-42566063487-73"]}} -{"id":"ec-meeting-2020-12-11-4573067910031a05521b1fb95f32023530310c3b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-12-11 - Cabinet of Executive Vice-President Frans Timmermans x Renewables Grid Initiative e.V."],"date":["2020-12-11"],"summary":["Offshore energy communication and action plan"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - video conference"],"address":["Brussels - video conference"],"addressEntity":["addr-d7df553e47e69d1cc9f4189b36b7c867f80459b0"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-a282162080cef4ef2a8c0ab6247a3e03dc438507","eu-tr-793038613858-32"]}} -{"id":"ec-meeting-2020-12-11-5bba87c2d0f21a47a84969fbab0a0f6292039dc8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-12-11 - Research and Innovation x Katholieke Universiteit te Leuven"],"date":["2020-12-11"],"summary":["Participation to Horizon Europe launch event"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-rtd"],"involved":["ec-person-1d348f33395de0ea6773a7b4ae8797e3e0392f73","eu-tr-627929620538-61"]}} -{"id":"ec-meeting-2020-12-11-6a9cf0661232dbbcc66a4222bfd3f34239dbeed6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-12-11 - Cabinet of Vice-President Věra Jourová x Re-Imagine Europa"],"date":["2020-12-11"],"summary":["Keynote at a Forum “Democracy in a Digital Society”, EDAP"],"notes":["Portfolio: Values and Transparency"],"location":["videoconference"],"address":["videoconference"],"addressEntity":["addr-92b2fbb928e012810d80d9ef1abe12027beee200"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["ec-person-bf54da17217bbddfd9c68fe24d88005ac17e2c4b","eu-tr-931656328552-33"]}} -{"id":"ec-meeting-2020-12-11-6b660547113a06051cbbe8d716e1756b3b900d14","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-12-11 - Cabinet of Commissioner Nicolas Schmit x Housing Europe"],"date":["2020-12-11"],"summary":["pillar of social rights in the field of housing and homelessness"],"notes":["Portfolio: Jobs and Social Rights"],"location":["online meeting"],"address":["online meeting"],"addressEntity":["addr-b385bbe7e761556665e3696aa1bcfc817c2db583"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-8eb18b6102d444937bc6af5822a6742812165b48","eu-tr-794469327833-17"]}} -{"id":"ec-meeting-2020-12-11-7b6257cd6989a419ad32dca559ff5fa034a81586","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-12-11 - Cabinet of President Ursula von der Leyen x Institutional Investors Group on Climate Change"],"date":["2020-12-11"],"summary":["Green deal - Paris Agreement"],"notes":["Portfolio: President"],"location":["Brussels (WEBEX)"],"address":["Brussels (WEBEX)"],"addressEntity":["addr-3afbdeda01f3dac93a9dc841fdac57d9de27b869"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-f2b941852d3b961d69ed695c2d243a1a2b4a1904","eu-tr-962717910722-61"]}} -{"id":"ec-meeting-2020-12-11-a016a544e19b85fd75a9c69581fa1a14f99bba32","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-12-11 - Cabinet of Commissioner Jutta Urpilainen x Sustainable Energy for All"],"date":["2020-12-11"],"summary":["introductory meeting with Sustainable Energy for All"],"notes":["Portfolio: International Partnerships"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["eu-tr-365585639064-33","ec-person-e29b72fe81d25796214b1c5915c52a124f06cd9d"]}} -{"id":"ec-meeting-2020-12-11-a10ea18772f1331a93ec52afe77b997a3ee87dc9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-12-11 - Cabinet of Commissioner Mairead Mcguinness x EuroCommerce"],"date":["2020-12-11"],"summary":["Strong customer authentication, investment protection."],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["video call"],"address":["video call"],"addressEntity":["addr-12d8c530d76da0b7745f9c0f9285e7eec97adc55"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["eu-tr-84973761187-60","ec-person-3a66109f0585c657edbe69190faa41919b50e05f","ec-person-1d2f53447b8f2d9bb3f50f7247ad40c2cf8036e4"]}} -{"id":"ec-meeting-2020-12-11-aa8ed78a7344e27156314e46b85c24c4d8eb3453","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-12-11 - Cabinet of Commissioner Elisa Ferreira x Green 10"],"date":["2020-12-11"],"summary":["To discuss the next programming period and the role of public in preparing programmes, as well as the sustainability assessment of all planned investments."],"notes":["Portfolio: Cohesion and Reforms"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-elisa-ferreira-of"],"involved":["ec-person-4121b3832a3dd4ec5d2c50f26f7003d3bada6d20","eu-tr-70309834043-10"]}} -{"id":"ec-meeting-2020-12-11-bff2c412d76e82e232c0fa6cdf07af1a181ad0ac","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-12-11 - Cabinet of Executive Vice-President Frans Timmermans x Delft University of Technology"],"date":["2020-12-11"],"summary":["Keynote speech on the European Green Deal"],"notes":["Portfolio: European Green Deal"],"location":["videoconference (Brussels)"],"address":["videoconference (Brussels)"],"addressEntity":["addr-5dd22b57a9d6f7be6f130d619b6be6e2434c4ab3"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce","eu-tr-241931027620-47"]}} -{"id":"ec-meeting-2020-12-11-c353a2348bae0b94cc411be1a5924a4b4205a53e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-12-11 - Cabinet of Vice-President Maroš Šefčovič x KIC InnoEnergy SE"],"date":["2020-12-11"],"summary":["The European Battery Alliance"],"notes":["Portfolio: Interinstitutional Relations and Foresight"],"location":["online"],"address":["online"],"addressEntity":["addr-2dbc2fd2358e1ea1b7a6bc08ea647b9a337ac92d"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-442becb1e681f03d9df1dc59e73ecf1336c48402","ec-person-1f95be23689cd4ed0a26fe2980f760ccf2d55c1e","eu-tr-462849021886-85"]}} -{"id":"ec-meeting-2020-12-11-d17fe57951b9bc73cbcb098438f30906f1e1e351","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-12-11 - Cabinet of Commissioner Jutta Urpilainen x Global Alliance on Health and Pollution"],"date":["2020-12-11"],"summary":["Update on new developments and emerging data on pollution and health."],"notes":["Portfolio: International Partnerships"],"location":["Teleconference"],"address":["Teleconference"],"addressEntity":["addr-a1b2e4eeecb1f46f3239fd2a390e2ec3f16bc2cb"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["ec-person-6357f4506ca5351b3a822936612fd6006da48722","eu-tr-029329936788-90"]}} -{"id":"ec-meeting-2020-12-11-d19b0fbc560eb8ea71c40d7d713a1dfa01901589","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-12-11 - Cabinet of Vice-President Věra Jourová x Institute for Strategic Dialogue"],"date":["2020-12-11"],"summary":["EDAP"],"notes":["Portfolio: Values and Transparency"],"location":["videoconference"],"address":["videoconference"],"addressEntity":["addr-92b2fbb928e012810d80d9ef1abe12027beee200"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["eu-tr-526652638892-04","ec-person-fb258e0188a5319bfaba3161382db43f5a85851f"]}} -{"id":"ec-meeting-2020-12-11-f0c0cabda17f126fc51c76409a10291080ed73b7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-12-11 - Cabinet of Commissioner Mairead Mcguinness x Deutscher Derivate Verband Association Française des Marchés Financiers"],"date":["2020-12-11"],"summary":["PRIIPS"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["eu-tr-1992865484-43","ec-person-0ba9b89127b39af6a66f2fc3ed727332f1b19a34","eu-tr-377055313623-72"]}} -{"id":"ec-meeting-2020-12-11-fe7ed5d59c69ef08d5dd413950bcb0b93f867dbe","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-12-11 - Cabinet of Commissioner Nicolas Schmit x EUROPEAN TRADE UNION CONFEDERATION Danone International Trade Union Confederation"],"date":["2020-12-11"],"summary":["Meeting on the Corporate Social Responsibility (CSR)."],"notes":["Portfolio: Jobs and Social Rights"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-4cf4655ab41922e92160325d987a3c4615c72d30","ec-person-1379f76d0c860e318f68852e1b57aa75454831f8","eu-tr-51806831589-68","eu-tr-06698681039-26","ec-person-935314e38d735654cae8ee61313a3d73439b242d","eu-tr-65744846168-89","ec-person-c03b949331dbbe5fa3d5423758e371ec1b9b832f"]}} -{"id":"ec-meeting-2020-12-14-1243893b2da51101717168ac3260482a22f379fb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-12-14 - Cabinet of President Ursula von der Leyen x Bill & Melinda Gates Foundation"],"date":["2020-12-14"],"summary":["COVID-19"],"notes":["Portfolio: President"],"location":["Brussels (WEBEX)"],"address":["Brussels (WEBEX)"],"addressEntity":["addr-3afbdeda01f3dac93a9dc841fdac57d9de27b869"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-f2b941852d3b961d69ed695c2d243a1a2b4a1904","eu-tr-371567915480-41"]}} -{"id":"ec-meeting-2020-12-14-2ea6832cdff571c9958995cd49535b36c3d99b95","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-12-14 - Cabinet of Commissioner Nicolas Schmit x European Disability Forum Mental Health Europe - Santé Mentale Europe European Association of Service providers for Persons with Disabilities European Confederation of Inclusive Enterprises AGE Platform Europe"],"date":["2020-12-14"],"summary":["Meeting on the European Disability Strategy."],"notes":["Portfolio: Jobs and Social Rights"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["eu-tr-57868523887-16","ec-person-8eb18b6102d444937bc6af5822a6742812165b48","ec-person-4cf4655ab41922e92160325d987a3c4615c72d30","eu-tr-017234935125-06","eu-tr-16549972091-86","eu-tr-120906010805-50","ec-person-c03b949331dbbe5fa3d5423758e371ec1b9b832f","eu-tr-245350514009-47"]}} -{"id":"ec-meeting-2020-12-14-31165409b0cb469fc51af0b60918fe7567ad4c81","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-12-14 - Cabinet of Commissioner Mairead Mcguinness x London Stock Exchange Group"],"date":["2020-12-14"],"summary":["MiFID II / Derivative Trading Obligation (DTO)"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-0ba9b89127b39af6a66f2fc3ed727332f1b19a34","eu-tr-550494915045-08"]}} -{"id":"ec-meeting-2020-12-14-332a618915dab9504e039ba0598ce264383b6f89","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-12-14 - Cabinet of Commissioner Virginijus Sinkevičius x WWF European Policy Programme"],"date":["2020-12-14"],"summary":["Handover of 1 ml signatures for action on deforestation"],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["ec-person-dd7a7b1952e158f4195d34cff333ec79a4f48ba3","eu-tr-1414929419-24","ec-person-9de2bdbd71a153577984a493028e19bcb8c1514f"]}} -{"id":"ec-meeting-2020-12-14-3485e939a4d2e3958e2905ddf57ac4559042ce35","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-12-14 - Cabinet of Commissioner Virginijus Sinkevičius x International Union for Conservation of Nature EU Representative Office"],"date":["2020-12-14"],"summary":["Developments in nature-based solutions (NbS) and their potential in relation to the EU Green Deal and the global context (panel at \"High level event on Nature-based solutions\")"],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["eu-tr-03518238467-61","ec-person-ef0f66e9880a22ea8d9657bd982daf9bd74838c1"]}} -{"id":"ec-meeting-2020-12-14-546ae1af3dae346fd50dbe7f5112c00135021c18","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2020-12-14 - Cabinet of Vice-President Věra Jourová x GLOBSEC"],"date":["2020-12-14"],"summary":["EDAP"],"notes":["Portfolio: Values and Transparency"],"location":["videoconference"],"address":["videoconference"],"addressEntity":["addr-92b2fbb928e012810d80d9ef1abe12027beee200"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["ec-person-bf54da17217bbddfd9c68fe24d88005ac17e2c4b","eu-tr-903680223573-18","ec-person-fb258e0188a5319bfaba3161382db43f5a85851f"]}} -{"id":"ec-meeting-2020-12-14-77f9b5341c288dceb44f05017e91312c0bffe97a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-12-14 - Cabinet of Commissioner Thierry Breton x FuelsEurope EUROMETAUX The European Steel Association"],"date":["2020-12-14"],"summary":["Energy, Industrial strategy, Alliances"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-61650796093-48","ec-person-6308dea893b9b1ca0dcd5b91b4a1ac4c2f3020ad","eu-tr-93038071152-83","eu-tr-26207914726-42","ec-person-026c2270ec4cbabdb8ac223b2d1fa4202696dc8d"]}} -{"id":"ec-meeting-2020-12-14-82b033df0ce1aa22be77c4e9897f36d61bf3d4a8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-12-14 - Cabinet of Vice-President Věra Jourová x Deutsche Welle"],"date":["2020-12-14"],"summary":["MAAP, EDAP"],"notes":["Portfolio: Values and Transparency"],"location":["videoconference"],"address":["videoconference"],"addressEntity":["addr-92b2fbb928e012810d80d9ef1abe12027beee200"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["eu-tr-421591329311-65","ec-person-bf54da17217bbddfd9c68fe24d88005ac17e2c4b"]}} -{"id":"ec-meeting-2020-12-14-add199f792774eb549949cd6f21d844009b0d622","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-12-14 - Cabinet of Commissioner Virginijus Sinkevičius x ClientEarth AISBL Stichting BirdLife Europe Seas At Risk"],"date":["2020-12-14"],"summary":["Fisheries related matters"],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["eu-tr-1083162721-43","eu-tr-625261439488-38","ec-person-c92a6b4ef8328855b0234011be623ed9f15c86f3","eu-tr-96645517357-19"]}} -{"id":"ec-meeting-2020-12-14-ae8483db6dfc0efe27437e71011fad3725c27ccd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-12-14 - Cabinet of Executive Vice-President Frans Timmermans x American Chamber of Commerce to the European Union"],"date":["2020-12-14"],"summary":["European Green Deal and recovery"],"notes":["Portfolio: European Green Deal"],"location":["videoconference (Brussels)"],"address":["videoconference (Brussels)"],"addressEntity":["addr-5dd22b57a9d6f7be6f130d619b6be6e2434c4ab3"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-d56ecbfde17436a136fc89c9a978b266e8285c84","eu-tr-5265780509-97","ec-person-4d24ceb9e6bdaabe394d1506aa601a9ce9d0e59b","ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce","ec-person-a282162080cef4ef2a8c0ab6247a3e03dc438507"]}} -{"id":"ec-meeting-2020-12-14-c67c4e0d5d41b544aaacccf19b37053ef7052c45","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-12-14 - Cabinet of Executive Vice-President Frans Timmermans x Greenpeace European Unit WWF European Policy Programme"],"date":["2020-12-14"],"summary":["Handover of 1 mln signatures for action on deforestation"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - videoconference"],"address":["Brussels - videoconference"],"addressEntity":["addr-a3a01e55b02ab591ce10151760698f4306ec49cb"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-7c876f4825f213b8adbedf089ccedfbc3b36d65b","eu-tr-9832909575-41","eu-tr-1414929419-24"]}} -{"id":"ec-meeting-2020-12-14-c7b32017b208805bd4d140789d25159e993c5dd6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-12-14 - Cabinet of Vice-President Věra Jourová x Istituto per la Competitività FTI Consulting Belgium"],"date":["2020-12-14"],"summary":["EDAP"],"notes":["Portfolio: Values and Transparency"],"location":["videoconference"],"address":["videoconference"],"addressEntity":["addr-92b2fbb928e012810d80d9ef1abe12027beee200"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["eu-tr-859942318143-66","ec-person-fb258e0188a5319bfaba3161382db43f5a85851f","eu-tr-29896393398-67"]}} -{"id":"ec-meeting-2020-12-14-cf9136afb59287809b19530b2d4ba14cf9d7a16b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-12-14 - Cabinet of Vice-President Dubravka Šuica x EUROPEAN TRADE UNION CONFEDERATION"],"date":["2020-12-14"],"summary":["-ETUC\r\n-Topics : Demography Report, Green Paper on Ageing, Long-term vision for Rural Areas, Child Rights Strategy, social protection systems, care"],"notes":["Portfolio: Democracy and Demography"],"location":["Online meeting"],"address":["Online meeting"],"addressEntity":["addr-9d833a1da3074efd384ee6bc2b108c1f5bb379e0"],"organizer":["ec-cabinet-dubravka-of-president-suica-vice"],"involved":["ec-person-bae2f44eb21285b37ecc9c7f2f42b4acb1f53264","eu-tr-06698681039-26"]}} -{"id":"ec-meeting-2020-12-14-de15441ed318cdffda4b706a49cb46a938db1b4a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-12-14 - Cabinet of Vice-President Dubravka Šuica x Union of European Football Associations"],"date":["2020-12-14"],"summary":["Follow-up meeting between UEFA President and VP Suica"],"notes":["Portfolio: Democracy and Demography"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dubravka-of-president-suica-vice"],"involved":["ec-person-e38d9f76fd8b368ff0a9e724d2cd3da76124d857","eu-tr-39217046408-27"]}} -{"id":"ec-meeting-2020-12-14-eba76374fbb14a3ed5db719993bc1dad81ff20a7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-12-14 - Cabinet of Commissioner Helena Dalli x International Committee on the Rights of Sex Workers in Europe"],"date":["2020-12-14"],"summary":["Gender Based Violence and ILO convention on combatting violence and harassment in the world of work."],"notes":["Portfolio: Equality"],"location":["videoconference"],"address":["videoconference"],"addressEntity":["addr-92b2fbb928e012810d80d9ef1abe12027beee200"],"organizer":["ec-cabinet-commissioner-dalli-helena-of"],"involved":["eu-tr-945226032621-91","ec-person-d0b568d53468fcd3dfeeaddbd07343b5b065914d"]}} -{"id":"ec-meeting-2020-12-14-fce556d2675003dc7d50caa255375691d387805e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-12-14 - Cabinet of Commissioner Mairead Mcguinness x Raiffeisen Bank International AG"],"date":["2020-12-14"],"summary":["introduction to activities of Raiffeisen Bank International AG"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["eu-tr-33858106461-10","ec-person-49e520c7a9c9c47ccb5acfa68f9416e4233af9f8"]}} -{"id":"ec-meeting-2020-12-15-01695c6af0c3ba52c7c4aef4ac4b059475f40ec4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-12-15 - Cabinet of Commissioner Mariya Gabriel x European Regions Research and Innovation Network"],"date":["2020-12-15"],"summary":["The local and regional dimension of ERA"],"notes":["Portfolio: Innovation and Youth"],"location":["Virtual meeting"],"address":["Virtual meeting"],"addressEntity":["addr-1f1f3f51a4da31a1ea5c1b4b21cbf52ad983224f"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["ec-person-6a2152ccdf48d8ec087f545734a0ec503917193b","eu-tr-382103519163-19"]}} -{"id":"ec-meeting-2020-12-15-05d0ccbf2739849e048604e5349e85ae5b554c48","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-12-15 - Cabinet of Commissioner Mairead Mcguinness x European agri-cooperatives European farmers"],"date":["2020-12-15"],"summary":["Financial sustainability"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Video Conference - Brussels"],"address":["Video Conference - Brussels"],"addressEntity":["addr-34f031fe3dca2a1adfe3cdeffd60fe1f84c724b8"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-2b9c589fb2354bd93067644d2c3d2c058d4c4cc9","ec-person-a5441c6a69a8a94fd64e02def60fcc6567f2c1d8","eu-tr-09586631237-74","eu-tr-44856881231-49"]}} -{"id":"ec-meeting-2020-12-15-0d7b403d270b05b5fa0a2ef64ea495fe853f2ded","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-12-15 - Cabinet of Commissioner Thierry Breton x Lov Group Invest"],"date":["2020-12-15"],"summary":["Exchange on the Media and Audivisual Action Plan"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-537363040167-47","ec-person-5215bd372c5a1202399d77ecceb8c16de8d7d55c"]}} -{"id":"ec-meeting-2020-12-15-13d62aa61fe75e56a7b189e9c9b43cca6566d595","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2020-12-15 - Cabinet of Commissioner Mairead Mcguinness x Leaseurope"],"date":["2020-12-15"],"summary":["Basel III","Implementation of Basel III in the EU"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Conference call","virtual call"],"address":["Conference call","virtual call"],"addressEntity":["addr-a6b4dd3c51b68c15a984750206b014b0ab434365","addr-28ba88479582b2f75898964548da4252dc7db7d2"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["eu-tr-430010622057-05","ec-person-49e520c7a9c9c47ccb5acfa68f9416e4233af9f8"]}} -{"id":"ec-meeting-2020-12-15-18bd963d20000cd04eb292bf89e991b80703e27c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-12-15 - Cabinet of Commissioner Ylva Johansson x Médecins Sans Frontières International"],"date":["2020-12-15"],"summary":["VTC: New Pact on Migration and Asylum"],"notes":["Portfolio: Home Affairs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-johansson-of-ylva"],"involved":["eu-tr-928308827208-10","ec-person-eafe594fe2bcb6af27f0422c2491a9d8cf2400da","ec-person-1f14c98028fa6f9f43ee9cd5aef7ed77c30761a5"]}} -{"id":"ec-meeting-2020-12-15-30da7aa4a7308befcda6f2563096386c39463cb0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-12-15 - Cabinet of Commissioner Thierry Breton x Airbus"],"date":["2020-12-15"],"summary":["WTO Airbus"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-2732167674-76","ec-person-4b5aaa9cea258419f934faa90c41e25de348a2d8"]}} -{"id":"ec-meeting-2020-12-15-480d4d9e3438b909539871d990679f8e33d18564","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-12-15 - Cabinet of Commissioner Johannes Hahn x Climate Strategy"],"date":["2020-12-15"],"summary":["Sustainable financing"],"notes":["Portfolio: Budget and Administration"],"location":["Conference call"],"address":["Conference call"],"addressEntity":["addr-28ba88479582b2f75898964548da4252dc7db7d2"],"organizer":["ec-cabinet-commissioner-hahn-johannes-of"],"involved":["ec-person-26e87e8dbc382b84ce1f54266bee0b7eab520454","eu-tr-32967558277-95"]}} -{"id":"ec-meeting-2020-12-15-4accfdae7d199165355c3bd77cbae1dc7bbd12c3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-12-15 - Cabinet of Vice-President Maroš Šefčovič x ENEL SpA"],"date":["2020-12-15"],"summary":["The European Battery Alliance (EBA) and European Raw Materials Alliance (ERMA)."],"notes":["Portfolio: Interinstitutional Relations and Foresight"],"location":["online"],"address":["online"],"addressEntity":["addr-2dbc2fd2358e1ea1b7a6bc08ea647b9a337ac92d"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-442becb1e681f03d9df1dc59e73ecf1336c48402","ec-person-1f95be23689cd4ed0a26fe2980f760ccf2d55c1e","eu-tr-6256831207-27"]}} -{"id":"ec-meeting-2020-12-15-527e091ade88404d3340a244f6b5a432a3f47a0a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-12-15 - Communications Networks, Content and Technology x McKinsey Global Institute"],"date":["2020-12-15"],"summary":["Digital ecosystems (video-meeting)"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-752385731275-18","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2020-12-15-5ce3ee4ac014e9d1c4a96103581c51ef716b7277","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-12-15 - Cabinet of Executive Vice-President Frans Timmermans x WWF European Policy Programme"],"date":["2020-12-15"],"summary":["European Green Deal implementation, with focus on product and forest policies"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-1414929419-24","ec-person-8af3c81534786a740718d21dc58240738a53ed7b"]}} -{"id":"ec-meeting-2020-12-15-721df4065b6e63796f825a96124a47d5b744a96b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-12-15 - Financial Stability, Financial Services and Capital Markets Union x BDO/Brussels Worldwide Services BV"],"date":["2020-12-15"],"summary":["NPLs"],"location":["Virtual meeting"],"address":["Virtual meeting"],"addressEntity":["addr-1f1f3f51a4da31a1ea5c1b4b21cbf52ad983224f"],"organizer":["ec-dg-fisma"],"involved":["ec-person-1fce211249673c35ee07a801ddee77ab24af8d54","eu-tr-36576556470-62"]}} -{"id":"ec-meeting-2020-12-15-75e8fb2ba6196d30a7c0ec876c6333835cb2fe92","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-12-15 - Environment x OCEANA"],"date":["2020-12-15"],"summary":["marine environment"],"location":["Video meeting"],"address":["Video meeting"],"addressEntity":["addr-762dc9b5648e05f3894b6f2597baa8254e5414db"],"organizer":["ec-dg-env"],"involved":["ec-person-f9559d68da38935569ff0be1cadd90e05f0454bd","eu-tr-47937943241-80"]}} -{"id":"ec-meeting-2020-12-15-81612f60b8723ebe8d20da314619e5a5f66a77aa","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-12-15 - Defence Industry and Space x DASSAULT AVIATION"],"date":["2020-12-15"],"summary":["The purpose of the meeting was to discuss the main ongoing challenges for aerospace and defence industry and main expectations regarding the European Defence Fund."],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-dg-defis"],"involved":["ec-person-a5e52cd544ea3aa44eb4b31fac65a468499f106e","eu-tr-264527121382-71"]}} -{"id":"ec-meeting-2020-12-15-89b29bae92addb69cf4dfafce8a0ce2ce1323531","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-12-15 - Mobility and Transport x Hydrogen Europe"],"date":["2020-12-15"],"summary":["Sustainable and Smart Mobility Strategy"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-dg-move"],"involved":["ec-person-26cdfacae671b09917bee1a91c91973941fa58a2","eu-tr-77659588648-75"]}} -{"id":"ec-meeting-2020-12-15-8b869c40a5e87b1488f7a0a181d856159559ba65","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-12-15 - Cabinet of Commissioner Thierry Breton x DIGITALEUROPE"],"date":["2020-12-15"],"summary":["Standardisation strategy"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-64270747023-20","ec-person-026c2270ec4cbabdb8ac223b2d1fa4202696dc8d"]}} -{"id":"ec-meeting-2020-12-15-8dc2d491f400ba043c14d72852abdc1545b502a5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-12-15 - Cabinet of Commissioner Mariya Gabriel x Union Européenne du Commerce du Bétail et des Métiers de la Viande"],"date":["2020-12-15"],"summary":["To introduce UECBV (European Livestock and Meat Trades Union) and YEMCo (Young European Meat Committee)."],"notes":["Portfolio: Innovation and Youth"],"location":["Virtual meeting"],"address":["Virtual meeting"],"addressEntity":["addr-1f1f3f51a4da31a1ea5c1b4b21cbf52ad983224f"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-4422649896-52","ec-person-6a2152ccdf48d8ec087f545734a0ec503917193b"]}} -{"id":"ec-meeting-2020-12-15-97aee22c850019246158f21638d423272e7ed399","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-12-15 - Cabinet of Executive Vice-President Frans Timmermans x Institute for European Environmental Policy"],"date":["2020-12-15"],"summary":["Ecoschemes"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - video conference"],"address":["Brussels - video conference"],"addressEntity":["addr-d7df553e47e69d1cc9f4189b36b7c867f80459b0"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-934329423960-72","ec-person-33624431cbec1074e151c1707715ef46d2ba9565"]}} -{"id":"ec-meeting-2020-12-15-a4d62deab58e556bac8516d196949c160f699c81","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-12-15 - Cabinet of Commissioner Mairead Mcguinness x MAZARS"],"date":["2020-12-15"],"summary":["Capital Markets Union, corporate reporting and audit"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["eu-tr-381609738464-01","ec-person-44c404268b70ce0b79c4e148b5a7c4ae2c53ee30","ec-person-0ba9b89127b39af6a66f2fc3ed727332f1b19a34"]}} -{"id":"ec-meeting-2020-12-15-b7892cd64301843eba54dd31222a58d21c5b5cbb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-12-15 - Cabinet of Executive Vice-President Frans Timmermans x Fortum Oyj"],"date":["2020-12-15"],"summary":["CCUS technology development and waste to energy"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - video conference"],"address":["Brussels - video conference"],"addressEntity":["addr-d7df553e47e69d1cc9f4189b36b7c867f80459b0"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-03501997362-71","ec-person-d53e00c46a4cc62bbf533e0c9bb35bacb9121989"]}} -{"id":"ec-meeting-2020-12-15-ebd511da1f7ff121b674e03cb686dee6fc8d3546","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-12-15 - Cabinet of Commissioner Didier Reynders x Heinrich Bauer Verlag KG"],"date":["2020-12-15"],"summary":["Digital Services Act and media sector"],"notes":["Portfolio: Justice"],"location":["Video conference"],"address":["Video conference"],"addressEntity":["addr-ebc9fd5c2f372a32153cf3f4d5fb918a96b84a88"],"organizer":["ec-cabinet-commissioner-didier-of-reynders"],"involved":["ec-person-442bf1ae9900b999673cdd7389224d0e21b67d4d","eu-tr-218282321469-11"]}} -{"id":"ec-meeting-2020-12-15-efa6eee34a435401b8079667a16771e6b5989d10","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-12-15 - Cabinet of Commissioner Janusz Wojciechowski x #WithdrawTheCAP"],"date":["2020-12-15"],"summary":["Meeting of the #WithdrawTheCAP movement with Mr. Maciej Golubiewski"],"notes":["Portfolio: Agriculture"],"location":["Webex"],"address":["Webex"],"addressEntity":["addr-4b591c6aa2d0556305c2d15987c48d32c33f9ca9"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["eu-tr-935905340442-90","ec-person-625f8b4379f79adee4f15c6a0417a96bb5a5a403"]}} -{"id":"ec-meeting-2020-12-16-05d0ccbf2739849e048604e5349e85ae5b554c48","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-12-16 - Cabinet of Commissioner Mairead Mcguinness x European farmers European agri-cooperatives"],"date":["2020-12-16"],"summary":["Copa and Cogeca joint Praesidia meeting"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-a5441c6a69a8a94fd64e02def60fcc6567f2c1d8","eu-tr-09586631237-74","eu-tr-44856881231-49"]}} -{"id":"ec-meeting-2020-12-16-19c419ef900ce34191cc38e77b3c2fc5d55feb08","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-12-16 - Mobility and Transport x UNIFE"],"date":["2020-12-16"],"summary":["Sustainable and Smart Mobility Strategy\r\nShift2Rail"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-dg-move"],"involved":["eu-tr-9624415524-28","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2020-12-16-24b054db8eed9c9b8a9d9bf78e5073518e2c8b4e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-12-16 - Cabinet of Executive Vice-President Margrethe Vestager x Heetch"],"date":["2020-12-16"],"summary":["DSA"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels (virtual)"],"address":["Brussels (virtual)"],"addressEntity":["addr-758e0df2cde2954c65829147799b6383456f1e21"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0","eu-tr-728904528524-27"]}} -{"id":"ec-meeting-2020-12-16-258e888c9d0d808a87489fc4dca822ced34ecb9b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-12-16 - Cabinet of Executive Vice-President Frans Timmermans x TenneT Holding B.V."],"date":["2020-12-16"],"summary":["Speech at TenneT E-Top 2020 (European Green Deal and Energy Transition)"],"notes":["Portfolio: European Green Deal"],"location":["videoconference (Brussels)"],"address":["videoconference (Brussels)"],"addressEntity":["addr-5dd22b57a9d6f7be6f130d619b6be6e2434c4ab3"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce","eu-tr-289810215426-07"]}} -{"id":"ec-meeting-2020-12-16-2ab12571d4902b5b9833b35158e8200a1fdefb5b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-12-16 - Cabinet of Executive Vice-President Frans Timmermans x Sandbag Climate Campaign CIC"],"date":["2020-12-16"],"summary":["Methane emissions from coal"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - video conference"],"address":["Brussels - video conference"],"addressEntity":["addr-d7df553e47e69d1cc9f4189b36b7c867f80459b0"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-d53e00c46a4cc62bbf533e0c9bb35bacb9121989","eu-tr-94944179052-82"]}} -{"id":"ec-meeting-2020-12-16-35e75c18c3ea11c6b6492f6cd28d62e761998a68","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-12-16 - Environment x Wirtschaftsvereinigung Stahl"],"date":["2020-12-16"],"summary":["Presentation of ongoing initiatives and circular economy"],"location":["Videocall"],"address":["Videocall"],"addressEntity":["addr-4b20c60cbed91c52bb56613870c84a7e8fb11240"],"organizer":["ec-dg-env"],"involved":["eu-tr-75755621888-61","ec-person-f9559d68da38935569ff0be1cadd90e05f0454bd"]}} -{"id":"ec-meeting-2020-12-16-3bd06360baae44db26d226926a4ccb887e9526d7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-12-16 - Employment, Social Affairs and Inclusion x CANSO - Civil Air Navigation Services Organisation European Transport Workers' Federation ASD-Eurospace European Regions Airline Association Ltd. Airports Council International - European Region European Cockpit Association"],"date":["2020-12-16"],"summary":["aviation roundtable report"],"location":["online"],"address":["online"],"addressEntity":["addr-2dbc2fd2358e1ea1b7a6bc08ea647b9a337ac92d"],"organizer":["ec-dg-empl"],"involved":["eu-tr-873508417106-05","eu-tr-39838147687-59","eu-tr-42566063487-73","eu-tr-26986828838-57","eu-tr-92545571128-74","ec-person-dd259fce880e1853f0beb087443bce6e7dea70d7","eu-tr-73491621553-11"]}} -{"id":"ec-meeting-2020-12-16-43d4b0afcad4b937f0b4b8f66231b6c96a2781e8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-12-16 - Cabinet of Commissioner Mairead Mcguinness x Insurance Europe"],"date":["2020-12-16"],"summary":["PRIIPS"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-0ba9b89127b39af6a66f2fc3ed727332f1b19a34","eu-tr-33213703459-54"]}} -{"id":"ec-meeting-2020-12-16-55af604f2833c516c10a5458837606f598f81807","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-12-16 - Cabinet of Vice-President Margaritis Schinas x Kangaroo Group"],"date":["2020-12-16"],"summary":["Cancer Plan, COVID-19 Response"],"notes":["Portfolio: Promoting the European Way of Life"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-margaritis-of-president-schinas-vice"],"involved":["ec-person-d5cada2a1a17537a675985af31e5ce07ae3bfd42","ec-person-180e5c5b13dac533a1241b0f9d78176c8bec3d51","eu-tr-81031887403-27"]}} -{"id":"ec-meeting-2020-12-16-5ff5ecfd80682aa06cf72b8a675f758a0e7f2d95","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-12-16 - Cabinet of Commissioner Mairead Mcguinness x European Aluminium AISBL"],"date":["2020-12-16"],"summary":["Draft Delegated Act, Taxonomy"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-a5441c6a69a8a94fd64e02def60fcc6567f2c1d8","eu-tr-9224280267-20"]}} -{"id":"ec-meeting-2020-12-16-6d6f24219e53ae4b3bef880bbd98b32f0550076a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-12-16 - Cabinet of President Ursula von der Leyen x Airbus"],"date":["2020-12-16"],"summary":["Trade matters"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["eu-tr-2732167674-76","ec-person-a15f450526451c70384a05ea9a3a7400ba2d3e7e"]}} -{"id":"ec-meeting-2020-12-16-794eb188ebeb82cbc6e7dd6f460f026308dbff8b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-12-16 - Cabinet of Executive Vice-President Frans Timmermans x CEMBUREAU - The European Cement Association"],"date":["2020-12-16"],"summary":["Carbon Border Adjustment Mechanism"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-e88af8eb396e96e3dbc9b4ec6e40a348d26c389c","eu-tr-93987316076-63"]}} -{"id":"ec-meeting-2020-12-16-8255a67ba980a7de1276635f6d246d2215681111","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-12-16 - Cabinet of Commissioner Nicolas Schmit x The European Region of the International Lesbian, Gay, Bisexual, Trans and Intersex Association"],"date":["2020-12-16"],"summary":["Meeting on the socioeconomic inequalities faced by LGBTI people in Europe."],"notes":["Portfolio: Jobs and Social Rights"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-4cf4655ab41922e92160325d987a3c4615c72d30","ec-person-c03b949331dbbe5fa3d5423758e371ec1b9b832f","eu-tr-11977456675-84"]}} -{"id":"ec-meeting-2020-12-16-d7a18df05ffd120940dce91dc3771831214d7a3d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-12-16 - Cabinet of Commissioner Nicolas Schmit x Fagligt Fælles Forbund Fagbevægelsens Hovedorganisation"],"date":["2020-12-16"],"summary":["European Pillar of Social Rights"],"notes":["Portfolio: Jobs and Social Rights"],"location":["online"],"address":["online"],"addressEntity":["addr-2dbc2fd2358e1ea1b7a6bc08ea647b9a337ac92d"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-8eb18b6102d444937bc6af5822a6742812165b48","eu-tr-18082924076-29","eu-tr-790395022789-84"]}} -{"id":"ec-meeting-2020-12-16-d835ff08fdaf825717beac2fe1acbfa511f30172","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-12-16 - Cabinet of Commissioner Mairead Mcguinness x ELECTRICITE DE FRANCE"],"date":["2020-12-16"],"summary":["Taxonomy"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-a5441c6a69a8a94fd64e02def60fcc6567f2c1d8","eu-tr-39966101835-69"]}} -{"id":"ec-meeting-2020-12-16-e775e868ab64de67fa72baa501a133d2c492442c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-12-16 - Cabinet of Vice-President Věra Jourová x Google DOT Europe Meta Platforms Ireland Limited and its various subsidiaries (f/k/a Facebook Ireland Limited) Twitter International Unlimited Company Microsoft Corporation TikTok Technology Ltd"],"date":["2020-12-16"],"summary":["EDAP,DSA"],"notes":["Portfolio: Values and Transparency"],"location":["videoconference"],"address":["videoconference"],"addressEntity":["addr-92b2fbb928e012810d80d9ef1abe12027beee200"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["ec-person-221276f2dfa4b8fe628f08e982d967b6aeb61c57","eu-tr-394491614001-72","eu-tr-53905947933-43","ec-person-fb258e0188a5319bfaba3161382db43f5a85851f","eu-tr-165202837974-32","eu-tr-03181945560-59","eu-tr-0801162959-21","eu-tr-28666427835-74"]}} -{"id":"ec-meeting-2020-12-16-e869bd893092ef1a62b1605260dc7d29921e50aa","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-12-16 - Cabinet of Commissioner Stella Kyriakides x Wellcome Trust"],"date":["2020-12-16"],"summary":["Exchange of views with Jeremy Farrar from Wellcome Trust on the work of ACT-A esp. on COVID-19 vaccines and therapeutics."],"notes":["Portfolio: Health"],"location":["Virtual meeting"],"address":["Virtual meeting"],"addressEntity":["addr-1f1f3f51a4da31a1ea5c1b4b21cbf52ad983224f"],"organizer":["ec-cabinet-commissioner-kyriakides-of-stella"],"involved":["ec-person-c7513fae2df7920eea99d7cc103a354aa4f56b6e","eu-tr-912723313554-37"]}} -{"id":"ec-meeting-2020-12-16-fd666e6567842f70e4e60dedd6914d46a2ab9f1b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-12-16 - Cabinet of Commissioner Virginijus Sinkevičius x Bureau Européen des Unions de Consommateurs"],"date":["2020-12-16"],"summary":["Chemicals Strategy and cooperation between consumer organizations and the authorities."],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["eu-tr-9505781573-45","ec-person-ef0f66e9880a22ea8d9657bd982daf9bd74838c1"]}} -{"id":"ec-meeting-2020-12-16-fed5e1af40cf2fb1be0f80e2db7014c8d58d14fc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-12-16 - Cabinet of Commissioner Thierry Breton x None"],"date":["2020-12-16"],"summary":["Roundtable - Cloud Alliance"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-429363840637-73","eu-tr-193056815367-44","eu-tr-454608238523-04","ec-person-b077a2e9f0fdb3b8f6e91d0bd0b256db9e40ce46","eu-tr-60052162589-72","eu-tr-639117311617-01","eu-tr-409366040622-11","eu-tr-078655018381-34","eu-tr-281155638075-51","eu-tr-160669640694-15","eu-tr-249876817241-03","eu-tr-531047531752-02","eu-tr-056794940687-91","eu-tr-208351410839-33","eu-tr-31650149406-33","ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","eu-tr-988424740624-93","eu-tr-02021363105-42","eu-tr-950271240628-66","eu-tr-46302264606-44","eu-tr-614454339447-22","eu-tr-52431421-12","eu-tr-924536540642-83","eu-tr-76704342721-41","eu-tr-35167875358-33","eu-tr-4266797770-31","eu-tr-429943340618-58"]}} -{"id":"ec-meeting-2020-12-17-1243400dc3873a5b509bc4ea293be3a498f1b08e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-12-17 - Cabinet of Vice-President Věra Jourová x Microsoft Corporation"],"date":["2020-12-17"],"summary":["EDAP, DSA"],"notes":["Portfolio: Values and Transparency"],"location":["videoconference"],"address":["videoconference"],"addressEntity":["addr-92b2fbb928e012810d80d9ef1abe12027beee200"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["eu-tr-0801162959-21","ec-person-221276f2dfa4b8fe628f08e982d967b6aeb61c57"]}} -{"id":"ec-meeting-2020-12-17-1822cf023648e0f1cfee264a886ddd289e0143f0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-12-17 - Cabinet of Executive Vice-President Margrethe Vestager x IBM Corporation"],"date":["2020-12-17"],"summary":["DSA, DMA"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels (virtual)"],"address":["Brussels (virtual)"],"addressEntity":["addr-758e0df2cde2954c65829147799b6383456f1e21"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-7721359944-96","ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0"]}} -{"id":"ec-meeting-2020-12-17-1db68b722087a605d316784ce14f9f0e5e33bdfd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-12-17 - Cabinet of Commissioner Janez Lenarčič x Egmont Institute Norwegian Refugee Council Europe"],"date":["2020-12-17"],"summary":["Options for dialogue on humanitarian issues"],"notes":["Portfolio: Crisis Management"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-janez-lenarcic-of"],"involved":["eu-tr-750447615329-96","ec-person-a6cd325c80698b2331699224c780ebfb10573602","eu-tr-363331923608-55"]}} -{"id":"ec-meeting-2020-12-17-3099a9aebf898048a76a3fb39aa17ff390c82816","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-12-17 - Cabinet of Commissioner Stella Kyriakides x International Planned Parenthood Federation European Network"],"date":["2020-12-17"],"summary":["Exchange of views on Health Promotion, Disease Prevention and Management of Non-Communicable Diseases and EU4Health programme."],"notes":["Portfolio: Health"],"location":["Virtual meeting"],"address":["Virtual meeting"],"addressEntity":["addr-1f1f3f51a4da31a1ea5c1b4b21cbf52ad983224f"],"organizer":["ec-cabinet-commissioner-kyriakides-of-stella"],"involved":["ec-person-a14d25733c53171d0aa91b49f8fa6d0c83e15a17","ec-person-43784ba1f5299ace66cb2287545e1dcae4372d14","eu-tr-49806329193-46"]}} -{"id":"ec-meeting-2020-12-17-326027a9bbad16c6b2c902f846347997937171c7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-12-17 - Cabinet of Commissioner Mairead Mcguinness x Deutsche Bank AG"],"date":["2020-12-17"],"summary":["Derivatives Trading Obligation and Brexit"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["conference call"],"address":["conference call"],"addressEntity":["addr-e26ec8db46626d4f460f33bdb70c0f9dfa8ef7f3"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["eu-tr-271912611231-56","ec-person-b38feaad7eeb35ff708f3db9b793b158f81e7872","ec-person-0ba9b89127b39af6a66f2fc3ed727332f1b19a34","ec-person-1d2f53447b8f2d9bb3f50f7247ad40c2cf8036e4"]}} -{"id":"ec-meeting-2020-12-17-3c0f9a3af9639e35e6ccc509298c5cf5a1fa75fe","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-12-17 - Cabinet of Executive Vice-President Margrethe Vestager x Salesforce"],"date":["2020-12-17"],"summary":["DSA, DMA"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels (virtual)"],"address":["Brussels (virtual)"],"addressEntity":["addr-758e0df2cde2954c65829147799b6383456f1e21"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-991195317279-06","ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0"]}} -{"id":"ec-meeting-2020-12-17-3e7e2fa43dfc123e602c00e1f709608e0e7c3cc2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-12-17 - Cabinet of Executive Vice-President Frans Timmermans x Stichting IMAGINE Foundation"],"date":["2020-12-17"],"summary":["Sustainable food systems"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - video conference"],"address":["Brussels - video conference"],"addressEntity":["addr-d7df553e47e69d1cc9f4189b36b7c867f80459b0"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-009532038479-10","ec-person-33624431cbec1074e151c1707715ef46d2ba9565"]}} -{"id":"ec-meeting-2020-12-17-4b2c5e3b2110e9c935c8aa1895c25e7853961226","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-12-17 - Cabinet of Executive Vice-President Margrethe Vestager x Workday"],"date":["2020-12-17"],"summary":["International data transfer, Data economy"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels (virtual)"],"address":["Brussels (virtual)"],"addressEntity":["addr-758e0df2cde2954c65829147799b6383456f1e21"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-021253717373-58","ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0"]}} -{"id":"ec-meeting-2020-12-17-4d9c007b61c6b343d0f669139b91b45fcd98ecaa","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-12-17 - Cabinet of Executive Vice-President Margrethe Vestager x SAP"],"date":["2020-12-17"],"summary":["DSA, DMA"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels (virtual)"],"address":["Brussels (virtual)"],"addressEntity":["addr-758e0df2cde2954c65829147799b6383456f1e21"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0","eu-tr-639117311617-01"]}} -{"id":"ec-meeting-2020-12-17-57fccdd702ceffc75f882fac3e7d947d8fb57e17","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-12-17 - Cabinet of Commissioner Didier Reynders x Nestlé S.A."],"date":["2020-12-17"],"summary":["consumer policy and green pledges"],"notes":["Portfolio: Justice"],"location":["video conferencing"],"address":["video conferencing"],"addressEntity":["addr-613317ccdf0c2bce8cb9f90df551697cd890eda7"],"organizer":["ec-cabinet-commissioner-didier-of-reynders"],"involved":["eu-tr-15366395387-57","ec-person-442bf1ae9900b999673cdd7389224d0e21b67d4d","ec-person-4cd0043747c40cfeaced5e4c68e43372cdb8dac9"]}} -{"id":"ec-meeting-2020-12-17-61b91fa9f2ac50438f499fc9f42dc3fb53547ff8","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2020-12-17 - Cabinet of Commissioner Jutta Urpilainen x World Leadership Alliance-Club de Madrid"],"date":["2020-12-17"],"summary":["multilateralism","COVID19 response"],"notes":["Portfolio: International Partnerships"],"location":["Videoconference","Teleconference"],"address":["Videoconference","Teleconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b","addr-a1b2e4eeecb1f46f3239fd2a390e2ec3f16bc2cb"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["eu-tr-968421535984-01","ec-person-e29b72fe81d25796214b1c5915c52a124f06cd9d","ec-person-6357f4506ca5351b3a822936612fd6006da48722"]}} -{"id":"ec-meeting-2020-12-17-75f1fc6ee953afc3246734124c57693d4cf27c8c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-12-17 - Cabinet of Executive Vice-President Margrethe Vestager x Airbnb Ireland UC"],"date":["2020-12-17"],"summary":["DSA, DMA"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels (virtual)"],"address":["Brussels (virtual)"],"addressEntity":["addr-758e0df2cde2954c65829147799b6383456f1e21"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-823871417098-42","ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0"]}} -{"id":"ec-meeting-2020-12-17-7dfdf080beb139da29e56d1888e9f2d1b6f72ea5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-12-17 - Foreign Policy Instruments x Kofi Annan Foundation"],"date":["2020-12-17"],"summary":["Exchange on conflict prevention and peace building"],"location":["VTC"],"address":["VTC"],"addressEntity":["addr-9d1acaa772820b8ade84113d2da24716fe455be2"],"organizer":["ec-dg-fpi"],"involved":["eu-tr-961873216116-63","ec-person-c3b6b442c99862009242a343eeb51ed66498bd31"]}} -{"id":"ec-meeting-2020-12-17-7fceda799eb9a2c2300c5ad013502b8776f65834","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-12-17 - Cabinet of Executive Vice-President Margrethe Vestager x Siemens AG"],"date":["2020-12-17"],"summary":["DSA, DMA"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels (virtual)"],"address":["Brussels (virtual)"],"addressEntity":["addr-758e0df2cde2954c65829147799b6383456f1e21"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-4266797770-31","ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0"]}} -{"id":"ec-meeting-2020-12-17-887013f97c1987763d25605eea6789b49fd41d12","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-12-17 - Research and Innovation x The European House - Ambrosetti"],"date":["2020-12-17"],"summary":["Speech on The state of play around the next EU research and innovation investment programme + Q&A session"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-rtd"],"involved":["eu-tr-625244214975-24","ec-person-1d348f33395de0ea6773a7b4ae8797e3e0392f73"]}} -{"id":"ec-meeting-2020-12-17-8977406b9b881980f0a104586771a428c75e3368","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-12-17 - Cabinet of Executive Vice-President Frans Timmermans x Green Finance Observatory"],"date":["2020-12-17"],"summary":["EU 2030 Biodiversity Strategy, sustainable finance and methodologies for measuring the value of biodiversity"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-e88af8eb396e96e3dbc9b4ec6e40a348d26c389c","eu-tr-852329329251-06","ec-person-8af3c81534786a740718d21dc58240738a53ed7b"]}} -{"id":"ec-meeting-2020-12-17-a85b84c61f915f88443da9f5458b4543b88bccac","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-12-17 - Cabinet of Commissioner Adina Vălean x Mastercard Europe"],"date":["2020-12-17"],"summary":["Meeting to share aviation experience."],"notes":["Portfolio: Transport"],"location":["Conference call"],"address":["Conference call"],"addressEntity":["addr-28ba88479582b2f75898964548da4252dc7db7d2"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["ec-person-fc3be846753d8ee60758ebedb7309dcf08aea52e","eu-tr-58204758673-16"]}} -{"id":"ec-meeting-2020-12-17-b1d6a1d0158384fc798d3de06d374f54c1067bdb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-12-17 - Cabinet of Commissioner Mairead Mcguinness x BVI Bundesverband Investment und Asset Management e.V."],"date":["2020-12-17"],"summary":["CMU/digital finance/non-financial reporting"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["eu-tr-96816064173-47","ec-person-0ba9b89127b39af6a66f2fc3ed727332f1b19a34"]}} -{"id":"ec-meeting-2020-12-17-b7b65406eed7a7b2ca004c50d81ca36dc8ccc224","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-12-17 - Cabinet of Commissioner Janusz Wojciechowski x Økologisk Landsforening/Organic Denmark"],"date":["2020-12-17"],"summary":["Sustainability- Strategic Common Agriculture Policy Plans."],"notes":["Portfolio: Agriculture"],"location":["video phone call"],"address":["video phone call"],"addressEntity":["addr-20169d8760eb932415b38f11daea45615ba4bb37"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["eu-tr-93322774930-56","ec-person-cafe030b6dad78a75143f7552c420481b30ebceb"]}} -{"id":"ec-meeting-2020-12-17-beae6ee4d02137d0082e8ce5d71aec14c787d0f8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-12-17 - Cabinet of Commissioner Thierry Breton x EUROPEAN TRADE UNION CONFEDERATION"],"date":["2020-12-17"],"summary":["Industrial strategy, social rights"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-6308dea893b9b1ca0dcd5b91b4a1ac4c2f3020ad","eu-tr-06698681039-26"]}} -{"id":"ec-meeting-2020-12-17-c0515f1b36578ed7812dcbde63d07a76df63ac6c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-12-17 - Cabinet of Commissioner Nicolas Schmit x Comité Européen de Coordination Reuse and Recycling European Union Social Enterprises European Network of Social Integration Enterprises"],"date":["2020-12-17"],"summary":["Next Generation EU and RRF/European action plan of social economy/The social consequence of the Covid crisis"],"notes":["Portfolio: Jobs and Social Rights"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["eu-tr-56663585277-75","ec-person-66fa2c2d100ec194caa42b5c6f97c36e2748b71c","eu-tr-052588323201-74","eu-tr-05052317999-60","ec-person-c2208333f0f75350eef62b355a40bf856f2d9cef"]}} -{"id":"ec-meeting-2020-12-17-e234fbc67f957ee3c2986648dbe64b7f45d991d3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-12-17 - Cabinet of Executive Vice-President Frans Timmermans x CONSEIL DE COOPERATION ECONOMIQUE"],"date":["2020-12-17"],"summary":["Energy transition in the context of the European Green Deal"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - video conference"],"address":["Brussels - video conference"],"addressEntity":["addr-d7df553e47e69d1cc9f4189b36b7c867f80459b0"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-d53e00c46a4cc62bbf533e0c9bb35bacb9121989","eu-tr-146893419149-74"]}} -{"id":"ec-meeting-2020-12-17-e744719f600d7e8c67126472bf89ed4590df955c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-12-17 - Cabinet of Commissioner Janez Lenarčič x Médecins Sans Frontières International"],"date":["2020-12-17"],"summary":["Covid-19 – humanitarian response and vaccines"],"notes":["Portfolio: Crisis Management"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-janez-lenarcic-of"],"involved":["eu-tr-928308827208-10","ec-person-a6cd325c80698b2331699224c780ebfb10573602"]}} -{"id":"ec-meeting-2020-12-17-eb27e90b14c0251485cad41a5b6f72ec80addf42","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-12-17 - Cabinet of Executive Vice-President Frans Timmermans x The Club of Rome"],"date":["2020-12-17"],"summary":["Decarbonisation of materials and the implementation of the European Green Deal"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-806327336072-56","ec-person-8af3c81534786a740718d21dc58240738a53ed7b"]}} -{"id":"ec-meeting-2020-12-17-f29b926fda9a482400b13a25bb1c8ac35481a997","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-12-17 - Cabinet of Commissioner Mairead Mcguinness x Gothenburg European Office"],"date":["2020-12-17"],"summary":["EU Taxonomy delegated act"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["eu-tr-94708345996-43","ec-person-a5441c6a69a8a94fd64e02def60fcc6567f2c1d8"]}} -{"id":"ec-meeting-2020-12-17-fce556d2675003dc7d50caa255375691d387805e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-12-17 - Cabinet of Commissioner Mairead Mcguinness x Raiffeisen Bank International AG"],"date":["2020-12-17"],"summary":["introductory call/overview of bank regulation"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Conference call"],"address":["Conference call"],"addressEntity":["addr-28ba88479582b2f75898964548da4252dc7db7d2"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["eu-tr-33858106461-10","ec-person-49e520c7a9c9c47ccb5acfa68f9416e4233af9f8"]}} -{"id":"ec-meeting-2020-12-18-35df06ced5edab65dea8f530d5d84bb46a8361e6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-12-18 - Cabinet of Commissioner Mairead Mcguinness x Ernst & Young Core Business Services BV"],"date":["2020-12-18"],"summary":["Sustainable finance"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-a5441c6a69a8a94fd64e02def60fcc6567f2c1d8","ec-person-0ba9b89127b39af6a66f2fc3ed727332f1b19a34","eu-tr-04458109373-91"]}} -{"id":"ec-meeting-2020-12-18-50e6c68ff3dc9717a0259d3a24adbdbdc8f5afc3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-12-18 - Cabinet of Executive Vice-President Frans Timmermans x Energy Transitions Commission"],"date":["2020-12-18"],"summary":["Making Mission Possible report"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - video conference"],"address":["Brussels - video conference"],"addressEntity":["addr-d7df553e47e69d1cc9f4189b36b7c867f80459b0"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-d53e00c46a4cc62bbf533e0c9bb35bacb9121989","eu-tr-789695437661-86"]}} -{"id":"ec-meeting-2020-12-18-67437bc507e083303aa86850fa38bd4542ac61c2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-12-18 - Cabinet of Commissioner Mariya Gabriel x Bpifrance"],"date":["2020-12-18"],"summary":["The EIC and the role of the National innovation agencies"],"notes":["Portfolio: Innovation and Youth"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-950921712127-74","ec-person-1674399a793e9e6fd7cf55b525515fc862fc9351"]}} -{"id":"ec-meeting-2020-12-18-84ecdac266c300fc338b9b3343a59736d9afa1e8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-12-18 - Cabinet of Executive Vice-President Valdis Dombrovskis x Deutsches Aktieninstitut EuropeanIssuers Associazione fra le società italiane per azioni Association Française des Entreprises Privées / French Association of Large Companies"],"date":["2020-12-18"],"summary":["Sustainable finance"],"notes":["Portfolio: An Economy that Works for People"],"location":["Video conference"],"address":["Video conference"],"addressEntity":["addr-ebc9fd5c2f372a32153cf3f4d5fb918a96b84a88"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["eu-tr-15491122381-71","ec-person-235870cd7eb41f2494f695fce18b5b5b88647113","eu-tr-953933297-85","eu-tr-20935778703-23","eu-tr-38064081304-25"]}} -{"id":"ec-meeting-2020-12-18-9353aba271a445aa5d22e80a406a196d0df58ea3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-12-18 - Competition x EuroCommerce"],"date":["2020-12-18"],"summary":["General discussion on SA, Competition policy, digital and payment systems"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-comp"],"involved":["eu-tr-84973761187-60","ec-person-f257bc19c568ad25083c1c1e1651426245cefedf"]}} -{"id":"ec-meeting-2020-12-18-a832fcebaa6dcc60d1c15cfa1021bfa2bac58dca","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-12-18 - Cabinet of Executive Vice-President Frans Timmermans x Batir le Renouveau Industriel sur la Démocratie et le Génie Ecologique"],"date":["2020-12-18"],"summary":["Carbon Border Adjustment Mechanism"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-104982740599-09","ec-person-e88af8eb396e96e3dbc9b4ec6e40a348d26c389c"]}} -{"id":"ec-meeting-2020-12-18-d3f827b8cb40e1783202b292b8e4ba30b501a6e2","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2020-12-18 - Cabinet of Commissioner Mairead Mcguinness x Finance Watch"],"date":["2020-12-18"],"summary":["Bank prudential regulation and climate risk","Bank regulation and Climate change"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Virtual","virtual"],"address":["Virtual","virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f","addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-a5441c6a69a8a94fd64e02def60fcc6567f2c1d8","eu-tr-37943526882-24","ec-person-49e520c7a9c9c47ccb5acfa68f9416e4233af9f8"]}} -{"id":"ec-meeting-2020-12-18-eda2485d68420af51cdc6e0a00b31ec2a813abba","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-12-18 - Cabinet of Executive Vice-President Frans Timmermans x Honeywell Europe NV"],"date":["2020-12-18"],"summary":["Fit for 55 package"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - video conference"],"address":["Brussels - video conference"],"addressEntity":["addr-d7df553e47e69d1cc9f4189b36b7c867f80459b0"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-a282162080cef4ef2a8c0ab6247a3e03dc438507","eu-tr-75311753240-67","ec-person-d53e00c46a4cc62bbf533e0c9bb35bacb9121989","ec-person-f1a3478550296f3f9accdc67d6ef5a0b681dda4b"]}} -{"id":"ec-meeting-2020-12-21-d8d720bb15bbf0a07e7a22b06c0d7e422021151a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-12-21 - Cabinet of Commissioner Kadri Simson x Akuo Energy"],"date":["2020-12-21"],"summary":["Presentation of the company and achievements."],"notes":["Portfolio: Energy"],"location":["Video conference"],"address":["Video conference"],"addressEntity":["addr-ebc9fd5c2f372a32153cf3f4d5fb918a96b84a88"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["ec-person-9b7f5fe059e5b0b40e79e9170211aa2f02322fdb","eu-tr-697003427612-81"]}} -{"id":"ec-meeting-2020-12-22-10e3eda60293c7a8c9d1b461aa32c020ff60ea67","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-12-22 - Cabinet of Commissioner Mairead Mcguinness x Compassion in World Farming International"],"date":["2020-12-22"],"summary":["Draft Delegated Act, Taxonomy"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-a5441c6a69a8a94fd64e02def60fcc6567f2c1d8","eu-tr-26535516539-45"]}} -{"id":"ec-meeting-2020-12-22-676b45180f5c3a91015b4673f8f207b4f3ffe90d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-12-22 - Cabinet of Commissioner Jutta Urpilainen x Gavi, the Vaccine Alliance"],"date":["2020-12-22"],"summary":["Update on COVAX"],"notes":["Portfolio: International Partnerships"],"location":["Teleconference"],"address":["Teleconference"],"addressEntity":["addr-a1b2e4eeecb1f46f3239fd2a390e2ec3f16bc2cb"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["eu-tr-078294941111-90","ec-person-6357f4506ca5351b3a822936612fd6006da48722"]}} -{"id":"ec-meeting-2020-12-22-bdbfa500d357969cc8ecf1cbf949ffe543900809","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-12-22 - Cabinet of Commissioner Virginijus Sinkevičius x GoGaS Goch GmbH & Co. KG"],"date":["2020-12-22"],"summary":["Discussion on batteries and cells"],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["online"],"address":["online"],"addressEntity":["addr-2dbc2fd2358e1ea1b7a6bc08ea647b9a337ac92d"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["eu-tr-134828540713-41","ec-person-a58f1d06f5cb1d8dfd278e0c36d5aa1b9368b270"]}} -{"id":"ec-meeting-2020-12-23-444886ff343e3ff9ba052d41f1fb1d5a0b4ec024","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-12-23 - Cabinet of Executive Vice-President Valdis Dombrovskis x Meta Platforms Ireland Limited and its various subsidiaries (f/k/a Facebook Ireland Limited)"],"date":["2020-12-23"],"summary":["-\tFree flow of data\r\n-\tDigital Services Act\r\n-\tDigital Markets Act\r\n-\tTransatlantic cooperation in the field of technologies"],"notes":["Portfolio: An Economy that Works for People"],"location":["webex"],"address":["webex"],"addressEntity":["addr-a37f437ef502701df6cd547f0ec20f9f6c19464e"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-7e9813c16d805ee7ebea3ef6444f384bc32abaaa","eu-tr-28666427835-74"]}} -{"id":"ec-meeting-2020-12-23-a60c20e0cff95b221266126c3e8b3fc2c8cc010a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2020-12-23 - Cabinet of Commissioner Johannes Hahn x Climate Bonds Initiative Europe"],"date":["2020-12-23"],"summary":["Sustainable financing"],"notes":["Portfolio: Budget and Administration"],"location":["Conference call"],"address":["Conference call"],"addressEntity":["addr-28ba88479582b2f75898964548da4252dc7db7d2"],"organizer":["ec-cabinet-commissioner-hahn-johannes-of"],"involved":["ec-person-26e87e8dbc382b84ce1f54266bee0b7eab520454","eu-tr-124307537876-65"]}} -{"id":"ec-meeting-2021-01-06-346d1520ad32fe2e54f3212f8902ab6e8dc4f69c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-06 - Cabinet of Commissioner Thierry Breton x European Transport Safety Council"],"date":["2021-01-06"],"summary":["Intelligent Speed Assistance (ISA)"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-78891371297-34","ec-person-9cf97e549f67c3228d1478a3a67d652eb28c5b46"]}} -{"id":"ec-meeting-2021-01-06-3e932830da2bb6474042093cd7a33bae9dc5d306","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-06 - Cabinet of Commissioner Adina Vălean x European Cockpit Association"],"date":["2021-01-06"],"summary":["Meeting to discuss the latest developments in aviation."],"notes":["Portfolio: Transport"],"location":["Conference call"],"address":["Conference call"],"addressEntity":["addr-28ba88479582b2f75898964548da4252dc7db7d2"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["ec-person-5f7f9d4d861c5b97fbd25bccf6323535d2a7ceb8","ec-person-fc3be846753d8ee60758ebedb7309dcf08aea52e","eu-tr-39838147687-59"]}} -{"id":"ec-meeting-2021-01-06-8e3ab8536ca3a50d9d04407cb4dae5ec795db24b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-06 - Financial Stability, Financial Services and Capital Markets Union x Ernst & Young Core Business Services BV"],"date":["2021-01-06"],"summary":["UK, Trade and Cooperation Agreement, Regulatory cooperation"],"location":["Virtual meeting"],"address":["Virtual meeting"],"addressEntity":["addr-1f1f3f51a4da31a1ea5c1b4b21cbf52ad983224f"],"organizer":["ec-dg-fisma"],"involved":["ec-person-1fce211249673c35ee07a801ddee77ab24af8d54","eu-tr-04458109373-91"]}} -{"id":"ec-meeting-2021-01-06-a43f9c31d223c5edd1940adb30914823c4c10a31","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-06 - Cabinet of Commissioner Mairead Mcguinness x Manufacture Française des Pneumatiques Michelin"],"date":["2021-01-06"],"summary":["EU Taxonomy"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-a5441c6a69a8a94fd64e02def60fcc6567f2c1d8","eu-tr-1413466815-09"]}} -{"id":"ec-meeting-2021-01-06-b583b24497bc2382cc7cc729635fc8b61b714c9e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-06 - Justice and Consumers x Microsoft Corporation"],"date":["2021-01-06"],"summary":["Meeting with Vice President for European Government Affairs of Microsoft to discuss Post-Schrems and E-evidence"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-just"],"involved":["eu-tr-0801162959-21","ec-person-64fe91130a710e9441279ace59821186f8ef52c4"]}} -{"id":"ec-meeting-2021-01-06-e91256f2d7c9c50367407cf52e27c97429b44910","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-06 - Cabinet of Executive Vice-President Valdis Dombrovskis x Siemens AG Robert Bosch GmbH Bitkom e.V."],"date":["2021-01-06"],"summary":["RRF, industry strategy, digital strategy"],"notes":["Portfolio: An Economy that Works for People"],"location":["Video conferencing"],"address":["Video conferencing"],"addressEntity":["addr-4a260fcbdf035aeae48bfb811f1225b05f636185"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["eu-tr-5351830264-31","eu-tr-4266797770-31","ec-person-f011ed0f7c78d833a79f1206f788e0cbd9cb8864","eu-tr-8999533555-91"]}} -{"id":"ec-meeting-2021-01-07-063087b0f93c61a23082249e62aeb31da51934e7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-07 - Cabinet of Commissioner Johannes Hahn x Concordia Sozialprojekte Gemeinnützige Privatstiftung"],"date":["2021-01-07"],"summary":["Consequences of Covid crisis"],"notes":["Portfolio: Budget and Administration"],"location":["Vienna, Austria"],"address":["Vienna, Austria"],"addressEntity":["addr-090be3f54cd0f162a77bddc433046b64f0b14a71"],"organizer":["ec-cabinet-commissioner-hahn-johannes-of"],"involved":["ec-person-6dd3472dac004e43ec1fa4f5b4106e3b476c9ce7","eu-tr-388146640862-05"]}} -{"id":"ec-meeting-2021-01-07-36163a2b076deba02681313e5ba9cb07d27a80fb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-07 - Cabinet of Commissioner Johannes Hahn x Institut für den Donauraum und Mitteleuropa"],"date":["2021-01-07"],"summary":["Activities of the Southeast European Cooperative Initiative (SECI) within the OSCE Institute for the Danube and Central Europe (IDM)."],"notes":["Portfolio: Budget and Administration"],"location":["Vienna, Austria"],"address":["Vienna, Austria"],"addressEntity":["addr-090be3f54cd0f162a77bddc433046b64f0b14a71"],"organizer":["ec-cabinet-commissioner-hahn-johannes-of"],"involved":["ec-person-6dd3472dac004e43ec1fa4f5b4106e3b476c9ce7","eu-tr-567016440868-24"]}} -{"id":"ec-meeting-2021-01-07-37b2fd7439750ee7632d310a0f126cd2e4c988d2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-07 - Cabinet of Commissioner Adina Vălean x Deutsche Bahn AG"],"date":["2021-01-07"],"summary":["Meeting to discuss the details of the participation of the Commissioner to DB the virtual symposiuml"],"notes":["Portfolio: Transport"],"location":["Conference call"],"address":["Conference call"],"addressEntity":["addr-28ba88479582b2f75898964548da4252dc7db7d2"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["eu-tr-4516220482-22","ec-person-6e21d867543ef3b910e746c319cb048abd054702"]}} -{"id":"ec-meeting-2021-01-07-3e4a931c680f09bfe6cdbba7f0b676b4bee25349","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-07 - Cabinet of Executive Vice-President Valdis Dombrovskis x BASF SE"],"date":["2021-01-07"],"summary":["RRF"],"notes":["Portfolio: An Economy that Works for People"],"location":["Video conferencing"],"address":["Video conferencing"],"addressEntity":["addr-4a260fcbdf035aeae48bfb811f1225b05f636185"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["eu-tr-7410939793-88","ec-person-f011ed0f7c78d833a79f1206f788e0cbd9cb8864"]}} -{"id":"ec-meeting-2021-01-07-4dc4e1fd6e12e952b71793e8b20be78c629ba615","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-07 - Cabinet of Executive Vice-President Margrethe Vestager x Ericsson"],"date":["2021-01-07"],"summary":["OpenRAN. Cybersecurity."],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels (virtual)"],"address":["Brussels (virtual)"],"addressEntity":["addr-758e0df2cde2954c65829147799b6383456f1e21"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-c5a20b92c008e114355d197b9b2fd62c88868c4e","eu-tr-02021363105-42"]}} -{"id":"ec-meeting-2021-01-07-bda8d99c23ef1075f83959e8d73d7e6a3ac69863","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-07 - Cabinet of Commissioner Janusz Wojciechowski x International Federation of Organic Agriculture Movements EU Regional Group"],"date":["2021-01-07"],"summary":["To discuss the Action plan on Organic farming."],"notes":["Portfolio: Agriculture"],"location":["Warsaw"],"address":["Warsaw"],"addressEntity":["addr-706f6339e835d0512d5d873d62a3e08aba143f49"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["eu-tr-67128251296-84","ec-person-08c62f972c22464aca7a65520eb9406f8db14a66"]}} -{"id":"ec-meeting-2021-01-08-1243893b2da51101717168ac3260482a22f379fb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-08 - Cabinet of President Ursula von der Leyen x Bill & Melinda Gates Foundation"],"date":["2021-01-08"],"summary":["COVID-19"],"notes":["Portfolio: President"],"location":["Brussels (Teams)"],"address":["Brussels (Teams)"],"addressEntity":["addr-9950cce930e253f44f556bb339d2a1106073cd7b"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-f2b941852d3b961d69ed695c2d243a1a2b4a1904","eu-tr-371567915480-41"]}} -{"id":"ec-meeting-2021-01-08-1bf60908adba8f0fce2e08ac06a37f187424a323","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-08 - Cabinet of Executive Vice-President Margrethe Vestager x Schwarz Unternehmenskommunikation International GmbH"],"date":["2021-01-08"],"summary":["DMA"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels (virtual)"],"address":["Brussels (virtual)"],"addressEntity":["addr-758e0df2cde2954c65829147799b6383456f1e21"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-383658039791-39","ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0"]}} -{"id":"ec-meeting-2021-01-08-407fca0572da3e277b1ea82eb702cbbe69f501b3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-08 - Cabinet of Executive Vice-President Margrethe Vestager x International Road Transport Union Permanent Delegation to the EU"],"date":["2021-01-08"],"summary":["Digital Markets Act. B2B data sharing"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels (virtual)"],"address":["Brussels (virtual)"],"addressEntity":["addr-758e0df2cde2954c65829147799b6383456f1e21"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-41802525291-86","ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0"]}} -{"id":"ec-meeting-2021-01-08-4b6fe5c8c9df1146a87b2fcdef88cdd1cdf5de16","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-08 - Directorate-General for International Partnerships x Bill & Melinda Gates Foundation"],"date":["2021-01-08"],"summary":["Introductory meeting with newly appointed President of Global Policy & Advocacy. Collaboration and priorities."],"location":["VTC"],"address":["VTC"],"addressEntity":["addr-9d1acaa772820b8ade84113d2da24716fe455be2"],"organizer":["ec-dg-intpa"],"involved":["eu-tr-371567915480-41","ec-person-afe6f55069d2cc5483157e138e41abd63140fdd8"]}} -{"id":"ec-meeting-2021-01-08-56f1bb2e599d66d80c38d81a1c35d2e816cc928e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-08 - Cabinet of Executive Vice-President Valdis Dombrovskis x Bundesvereinigung der Deutschen Arbeitgeberverbände e.V."],"date":["2021-01-08"],"summary":["Commission priorities"],"notes":["Portfolio: An Economy that Works for People"],"location":["Video conferencing"],"address":["Video conferencing"],"addressEntity":["addr-4a260fcbdf035aeae48bfb811f1225b05f636185"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["eu-tr-7749519702-29","ec-person-f011ed0f7c78d833a79f1206f788e0cbd9cb8864"]}} -{"id":"ec-meeting-2021-01-08-6b44b858c71bc88b4a68c937068d7e892a2c9be1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-08 - Cabinet of Vice-President Margaritis Schinas x Union of Greek Shipowners - ΕΝΩΣΙΣ ΕΛΛΗΝΩΝ ΕΦΟΠΛΙΣΤΩΝ"],"date":["2021-01-08"],"summary":["Covid-19 - Impact on the EU shipping industry"],"notes":["Portfolio: Promoting the European Way of Life"],"location":["virtual meeting"],"address":["virtual meeting"],"addressEntity":["addr-225c82a032511500bff73b3efe0d857849613fd9"],"organizer":["ec-cabinet-margaritis-of-president-schinas-vice"],"involved":["ec-person-d5cada2a1a17537a675985af31e5ce07ae3bfd42","ec-person-43f9f86cfe94e45a95f7fbdea9a59a54955ebcfa","eu-tr-477510929511-08"]}} -{"id":"ec-meeting-2021-01-08-6c7c666a268f62c38f324df458dc1d32e5fa7e98","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-08 - Cabinet of Executive Vice-President Valdis Dombrovskis x China Chamber of Commerce to the EU"],"date":["2021-01-08"],"summary":["CAI"],"notes":["Portfolio: An Economy that Works for People"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-7e9813c16d805ee7ebea3ef6444f384bc32abaaa","eu-tr-490366039271-16"]}} -{"id":"ec-meeting-2021-01-08-6de621312294e9b03ede5803e71821d2e1be0bfc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-08 - Cabinet of Commissioner Jutta Urpilainen x PLATFORMA"],"date":["2021-01-08"],"summary":["Presentation of the position paper on how the local and regional governments can contribute to the EU Programming"],"notes":["Portfolio: International Partnerships"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["eu-tr-144630225519-73","ec-person-6357f4506ca5351b3a822936612fd6006da48722"]}} -{"id":"ec-meeting-2021-01-08-7c119b1183b38aa403ce4365a5c80fb0a9ad8518","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-08 - Taxation and Customs Union x Ernst & Young Core Business Services BV"],"date":["2021-01-08"],"summary":["Videoconference - Exchange on EU tax priorities"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-taxud"],"involved":["ec-person-9e42f316f38c8e126c2cd2bc84affb891338c7f3","eu-tr-04458109373-91"]}} -{"id":"ec-meeting-2021-01-08-a41432386b9a0a76c7f8b4433e79ab356e97a7e8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-08 - Cabinet of Commissioner Mairead Mcguinness x Fédération bancaire française"],"date":["2021-01-08"],"summary":["MiFID II/Derivative Trading Obligation (DTO)"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-0ba9b89127b39af6a66f2fc3ed727332f1b19a34","eu-tr-09245221105-30"]}} -{"id":"ec-meeting-2021-01-08-b80d9bc78aaf5b663a665227cb4b5bbc908b57e1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-08 - Cabinet of President Ursula von der Leyen x Bitkom e.V."],"date":["2021-01-08"],"summary":["Various digital issues: digitalisation in response to COVID-19 in Germany, GAIA-X governance & use cases, start-ups, cybersecurity, DSA-DMA, data spaces."],"notes":["Portfolio: President"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-7019713e72781afb1f3b19032c4752a314b78180","eu-tr-5351830264-31"]}} -{"id":"ec-meeting-2021-01-08-c7670fb5c621edfeb5bec053b5321ab949aade7d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-08 - Foreign Policy Instruments x Quaker Council for European Affairs"],"date":["2021-01-08"],"summary":["Exchange on shrinking space for civil society in COVID context"],"location":["VTC"],"address":["VTC"],"addressEntity":["addr-9d1acaa772820b8ade84113d2da24716fe455be2"],"organizer":["ec-dg-fpi"],"involved":["ec-person-c3b6b442c99862009242a343eeb51ed66498bd31","eu-tr-944408037307-33"]}} -{"id":"ec-meeting-2021-01-08-d2796adc0ad14162cff9518e155e89dc82007624","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-08 - Cabinet of Commissioner Jutta Urpilainen x YOUTH FOR ROAD SAFETY"],"date":["2021-01-08"],"summary":["Dimensions of youth with the development aspects of road safety"],"notes":["Portfolio: International Partnerships"],"location":["Teleconference"],"address":["Teleconference"],"addressEntity":["addr-a1b2e4eeecb1f46f3239fd2a390e2ec3f16bc2cb"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["ec-person-6357f4506ca5351b3a822936612fd6006da48722","eu-tr-309678040879-05"]}} -{"id":"ec-meeting-2021-01-08-e2984265578710c541ab87de5e54e7a87de31712","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-08 - Cabinet of Commissioner Ylva Johansson x WeMove Europe SCE mbH"],"date":["2021-01-08"],"summary":["Respect of Fundamental Rights at the European Union external borders."],"notes":["Portfolio: Home Affairs"],"location":["VTC"],"address":["VTC"],"addressEntity":["addr-9d1acaa772820b8ade84113d2da24716fe455be2"],"organizer":["ec-cabinet-commissioner-johansson-of-ylva"],"involved":["eu-tr-321224733222-20","ec-person-b54ba0be96a986a38bcd39d4f9db577e79171356","ec-person-981fc36acd82b2e49db83e43763b908c1a89ec0b"]}} -{"id":"ec-meeting-2021-01-08-e4b52fad774854753cd4577e9d26e597e55c8ec3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-08 - Cabinet of Commissioner Adina Vălean x Association of Passenger Rights Advocates"],"date":["2021-01-08"],"summary":["Meeting to discuss passengers rights."],"notes":["Portfolio: Transport"],"location":["Conference call"],"address":["Conference call"],"addressEntity":["addr-28ba88479582b2f75898964548da4252dc7db7d2"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["ec-person-5f7f9d4d861c5b97fbd25bccf6323535d2a7ceb8","ec-person-fc3be846753d8ee60758ebedb7309dcf08aea52e","eu-tr-607024028635-07","ec-person-cc0354fbf386eb83f57c00ad5240f1dddeeabab4"]}} -{"id":"ec-meeting-2021-01-08-fee7d2203039241a817b588c6a5cb1cf07e9c6a3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-08 - Cabinet of Executive Vice-President Frans Timmermans x Nestlé S.A."],"date":["2021-01-08"],"summary":["Discussion on sustainability commitments"],"notes":["Portfolio: European Green Deal"],"location":["Brussles - video conference"],"address":["Brussles - video conference"],"addressEntity":["addr-b7e0197463fb0d8745d2aee038e4289b5499b725"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-15366395387-57","ec-person-33624431cbec1074e151c1707715ef46d2ba9565"]}} -{"id":"ec-meeting-2021-01-11-03e873f597bffbbadb7011d6110fc50216c5774e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-11 - Cabinet of Commissioner Thierry Breton x eBay EU liaison office"],"date":["2021-01-11"],"summary":["Platforms regulation and digitisation of smes"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","ec-person-4d83416435f81b1f1e8f5c86aeebb1478577f1d2","eu-tr-40386322300-77"]}} -{"id":"ec-meeting-2021-01-11-06af545eee6361cedbcda8fa62812983d3758ce5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-11 - Health and Food Safety x AstraZeneca PLC"],"date":["2021-01-11"],"summary":["Follow-up over vaccines"],"location":["Skype"],"address":["Skype"],"addressEntity":["addr-9810c4962a1b91f1e9850ccf884c3158d9f60070"],"organizer":["ec-dg-sante"],"involved":["eu-tr-249402638316-62","ec-person-f442ca8cd331fc51ad479fe0db982bb9fdb00647"]}} -{"id":"ec-meeting-2021-01-11-33a906d6ca9d9fbd9b8beac579fb69ff76b14d64","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-11 - Cabinet of Vice-President Věra Jourová x Dyntra ivzw"],"date":["2021-01-11"],"summary":["EU Transparency"],"notes":["Portfolio: Values and Transparency"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["eu-tr-410877340648-61","ec-person-7e1aeaad9232c788ee790cdb309ccad8f9ffdc5e"]}} -{"id":"ec-meeting-2021-01-11-354bb78cabc534c0258f642a4c1461b45aa28638","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-11 - Cabinet of Executive Vice-President Margrethe Vestager x Re-Imagine Europa"],"date":["2021-01-11"],"summary":["European Democracy Action Plan, Digital Services Act"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels (virtual)"],"address":["Brussels (virtual)"],"addressEntity":["addr-758e0df2cde2954c65829147799b6383456f1e21"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0","eu-tr-931656328552-33"]}} -{"id":"ec-meeting-2021-01-11-389464517b18515116d956bf738b4c0caa2d4626","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-11 - Cabinet of Commissioner Mairead Mcguinness x Bundesverband Öffentlicher Banken Deutschlands eV"],"date":["2021-01-11"],"summary":["Basel III"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Virtual call"],"address":["Virtual call"],"addressEntity":["addr-f8c46889b6ab9c6bbad8df49ec395d1482437918"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["eu-tr-0767788931-41","ec-person-49e520c7a9c9c47ccb5acfa68f9416e4233af9f8"]}} -{"id":"ec-meeting-2021-01-11-4d0466b89818b4b8b36b19287075d9d9b3e6e15c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-11 - Cabinet of Commissioner Virginijus Sinkevičius x Value Balancing Alliance e.V."],"date":["2021-01-11"],"summary":["Presentation of VBA work, focusing on the project TRANSPARENT but also the work in the Platform Sustainable Finance."],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["eu-tr-058733639758-41","ec-person-ef0f66e9880a22ea8d9657bd982daf9bd74838c1"]}} -{"id":"ec-meeting-2021-01-11-553dd3f04da226b2d0b33d3aca55894d35013ba0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-11 - Cabinet of Commissioner Virginijus Sinkevičius x Renewables Grid Initiative e.V."],"date":["2021-01-11"],"summary":["Offshore wind energy, nature protection and healthy marine ecosystems"],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["online"],"address":["online"],"addressEntity":["addr-2dbc2fd2358e1ea1b7a6bc08ea647b9a337ac92d"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["eu-tr-793038613858-32","ec-person-a3ed762188f9656ad2089827d1f121894fc1c0d2"]}} -{"id":"ec-meeting-2021-01-11-575e6e0cc21fbd755a6342eeff90492a8ef9f520","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-11 - Financial Stability, Financial Services and Capital Markets Union x Deloitte Services & Investments"],"date":["2021-01-11"],"summary":["AML enforcement, AML legislative package"],"location":["Virtual meeting"],"address":["Virtual meeting"],"addressEntity":["addr-1f1f3f51a4da31a1ea5c1b4b21cbf52ad983224f"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-53994278504-37","ec-person-1fce211249673c35ee07a801ddee77ab24af8d54"]}} -{"id":"ec-meeting-2021-01-11-a7170251fdd1bc824219db2dd2dbe751e8fef243","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-11 - Cabinet of Commissioner Janez Lenarčič x Norwegian Refugee Council Europe"],"date":["2021-01-11"],"summary":["Humanitarian aid policy"],"notes":["Portfolio: Crisis Management"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-janez-lenarcic-of"],"involved":["eu-tr-750447615329-96","ec-person-a6cd325c80698b2331699224c780ebfb10573602"]}} -{"id":"ec-meeting-2021-01-11-ce86c222d8bd1a92f83d7c26361323432d2c80b1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-11 - Cabinet of Executive Vice-President Margrethe Vestager x Associazione Italiana Lattiero Casearia"],"date":["2021-01-11"],"summary":["Farm to Fork strategy"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels (virtual)"],"address":["Brussels (virtual)"],"addressEntity":["addr-758e0df2cde2954c65829147799b6383456f1e21"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-310866029828-67","ec-person-3da433aae105b13fe027e9c9b3dcac2c97029370"]}} -{"id":"ec-meeting-2021-01-11-e88733289532149c3b8f120ab790c2d6ae9bcc7a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-11 - Cabinet of Commissioner Thierry Breton x Nokia"],"date":["2021-01-11"],"summary":["industrial data, cloud, edge, ORAN, SEP"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-35167875358-33","ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","ec-person-b077a2e9f0fdb3b8f6e91d0bd0b256db9e40ce46"]}} -{"id":"ec-meeting-2021-01-11-edb09750c8e213e50df6e58e3a1ec5570780ca2e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-11 - Cabinet of Commissioner Mairead Mcguinness x Nederlandse Vereniging van Banken / Dutch Banking Association"],"date":["2021-01-11"],"summary":["How to Rebuild the Economy"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Video Conferencing - Brussels"],"address":["Video Conferencing - Brussels"],"addressEntity":["addr-f0c9e013a8a354b84692bec2292e2800173b9d99"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-2b9c589fb2354bd93067644d2c3d2c058d4c4cc9","eu-tr-51894741860-19"]}} -{"id":"ec-meeting-2021-01-11-efba5864401b838dab5f52ee04a70b358824b952","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-11 - Cabinet of Commissioner Thierry Breton x BUSINESSEUROPE"],"date":["2021-01-11"],"summary":["Industrial Strategy"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-6308dea893b9b1ca0dcd5b91b4a1ac4c2f3020ad","eu-tr-3978240953-79"]}} -{"id":"ec-meeting-2021-01-11-f8bef6f0adf5ec813dabe2b82bcb50667bbf6d7b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-11 - Cabinet of Executive Vice-President Margrethe Vestager x Associazione Industriali delle Carni e dei Salumi"],"date":["2021-01-11"],"summary":["Farm to Fork strategy"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels (virtual)"],"address":["Brussels (virtual)"],"addressEntity":["addr-758e0df2cde2954c65829147799b6383456f1e21"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-3da433aae105b13fe027e9c9b3dcac2c97029370","eu-tr-67143036814-95"]}} -{"id":"ec-meeting-2021-01-12-035984b7bed8a75b347224745dc6470e339d5951","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-12 - Cabinet of Commissioner Thierry Breton x Ford Motor Company"],"date":["2021-01-12"],"summary":["The current state of the automotive industry and EU Commission’s ongoing initiatives in the sector"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-9cf97e549f67c3228d1478a3a67d652eb28c5b46","eu-tr-21851435137-02"]}} -{"id":"ec-meeting-2021-01-12-0d4ff146ee3ad330572dfff4686a2707b79977d4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-12 - Cabinet of Commissioner Mairead Mcguinness x WWF European Policy Programme"],"date":["2021-01-12"],"summary":["Delegated Act, taxonomy"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-a5441c6a69a8a94fd64e02def60fcc6567f2c1d8","eu-tr-1414929419-24"]}} -{"id":"ec-meeting-2021-01-12-1c519d6bb2be3c117d348b89752546fd0df3b29a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-12 - Financial Stability, Financial Services and Capital Markets Union x Meta Platforms Ireland Limited and its various subsidiaries (f/k/a Facebook Ireland Limited)"],"date":["2021-01-12"],"summary":["EU customers,crypto-assets"],"location":["Virtual meeting"],"address":["Virtual meeting"],"addressEntity":["addr-1f1f3f51a4da31a1ea5c1b4b21cbf52ad983224f"],"organizer":["ec-dg-fisma"],"involved":["ec-person-1fce211249673c35ee07a801ddee77ab24af8d54","eu-tr-28666427835-74"]}} -{"id":"ec-meeting-2021-01-12-28d636ebe87f874839f2db0ad2a86d12a0765d20","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-12 - Environment x Confederation of European Waste-to-Energy Plants"],"date":["2021-01-12"],"summary":["waste to energy"],"location":["Videocall"],"address":["Videocall"],"addressEntity":["addr-4b20c60cbed91c52bb56613870c84a7e8fb11240"],"organizer":["ec-dg-env"],"involved":["ec-person-f9559d68da38935569ff0be1cadd90e05f0454bd","eu-tr-7899845424-69"]}} -{"id":"ec-meeting-2021-01-12-295e7261e518c1241f116184d075045660a1b3ee","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-12 - Cabinet of President Ursula von der Leyen x Global Citizen"],"date":["2021-01-12"],"summary":["Global Health Summit"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["eu-tr-211392938041-28","ec-person-a15f450526451c70384a05ea9a3a7400ba2d3e7e"]}} -{"id":"ec-meeting-2021-01-12-2d9b45e42198d37282e85cbbb04fb9951e451cf6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-12 - Cabinet of Commissioner Mairead Mcguinness x Compagnie de SAINT-GOBAIN"],"date":["2021-01-12"],"summary":["Taxonomy and climate objectives in the building sector"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["eu-tr-892857311821-20","ec-person-a5441c6a69a8a94fd64e02def60fcc6567f2c1d8"]}} -{"id":"ec-meeting-2021-01-12-35e5a1b70ee075e5c0603e645f1c804ca59d22dd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-12 - Cabinet of Commissioner Mairead Mcguinness x CONSEIL DE COOPERATION ECONOMIQUE"],"date":["2021-01-12"],"summary":["Digital Finance"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-0ba9b89127b39af6a66f2fc3ed727332f1b19a34","eu-tr-146893419149-74"]}} -{"id":"ec-meeting-2021-01-12-42e501996fa37bef10feb415ce6e02491f17a015","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-12 - Cabinet of Executive Vice-President Frans Timmermans x EUROGAS aisbl"],"date":["2021-01-12"],"summary":["Gas package – proposals of the European gas industry"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - video conference"],"address":["Brussels - video conference"],"addressEntity":["addr-d7df553e47e69d1cc9f4189b36b7c867f80459b0"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-d53e00c46a4cc62bbf533e0c9bb35bacb9121989","eu-tr-17909506129-41"]}} -{"id":"ec-meeting-2021-01-12-4e2b03959b2e80476feffd34289e27e1a1bdfc35","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-12 - Cabinet of Executive Vice-President Valdis Dombrovskis x Compagnie de SAINT-GOBAIN"],"date":["2021-01-12"],"summary":["EU taxonomy for sustainable activities"],"notes":["Portfolio: An Economy that Works for People"],"location":["video-conference"],"address":["video-conference"],"addressEntity":["addr-8736c288a4bc51ee27ef4ed41e652409a37e60d1"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-235870cd7eb41f2494f695fce18b5b5b88647113","eu-tr-892857311821-20"]}} -{"id":"ec-meeting-2021-01-12-518f4bb06bff683f2ffd275ffb06cf316ea4415c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-12 - Cabinet of Commissioner Virginijus Sinkevičius x European Environmental Bureau CEE Bankwatch Network Transport and Environment (European Federation for Transport and Environment) Health & Environment Alliance Greenpeace European Unit Stichting BirdLife Europe WWF European Policy Programme Friends of the Earth Europe Climate Action Network Europe"],"date":["2021-01-12"],"summary":["To discuss the implementation of the Biodiversity strategy, the actions under the zero-pollution ambition as well as green funding under the new MFF and the recovery funds."],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["eu-tr-06798511314-27","eu-tr-58744833263-19","ec-person-172a438ed334761e2ab5d52e551fd1bcb6ab6b8d","eu-tr-1083162721-43","eu-tr-00723343929-96","ec-person-dd7a7b1952e158f4195d34cff333ec79a4f48ba3","eu-tr-1414929419-24","eu-tr-55888811123-49","eu-tr-9832909575-41","eu-tr-9825553393-31","eu-tr-93834493808-49"]}} -{"id":"ec-meeting-2021-01-12-5303f23bc8c72975b7785b1b3baac133211f4a11","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-12 - Cabinet of Commissioner Ylva Johansson x Teollisuuden Voima Oyj"],"date":["2021-01-12"],"summary":["Presentation of the implications of Taxonomy proposals for Finnish nuclear industry."],"notes":["Portfolio: Home Affairs"],"location":["VTC"],"address":["VTC"],"addressEntity":["addr-9d1acaa772820b8ade84113d2da24716fe455be2"],"organizer":["ec-cabinet-commissioner-johansson-of-ylva"],"involved":["eu-tr-352103717639-15","ec-person-981fc36acd82b2e49db83e43763b908c1a89ec0b"]}} -{"id":"ec-meeting-2021-01-12-5cfe13a9ef3834f56e3d9f46e1d1e2e9d91b7c77","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-12 - Cabinet of Vice-President Dubravka Šuica x Good Conversations gGmbH"],"date":["2021-01-12"],"summary":["Follow-up of the participation of the VP at the Europe Talks 2020 event"],"notes":["Portfolio: Democracy and Demography"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-dubravka-of-president-suica-vice"],"involved":["ec-person-08d40344214e6573b5eb0480c1a338d5dde265bd","ec-person-2ea66ac99d83c7f0ff7dfcfd7d90f9416dc22e61","eu-tr-430431940644-76"]}} -{"id":"ec-meeting-2021-01-12-6299350f65af00565363a69dcd7181f626cb9ca6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-12 - Cabinet of Executive Vice-President Valdis Dombrovskis x ENEL SpA"],"date":["2021-01-12"],"summary":["Recovery and Resilience Facility; Financing the Green Recovery; Sustainable finance"],"notes":["Portfolio: An Economy that Works for People"],"location":["Video conference"],"address":["Video conference"],"addressEntity":["addr-ebc9fd5c2f372a32153cf3f4d5fb918a96b84a88"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-235870cd7eb41f2494f695fce18b5b5b88647113","ec-person-9e7bd1005456277f156b671d1555c6a460fb2f58","eu-tr-6256831207-27"]}} -{"id":"ec-meeting-2021-01-12-653c47abb13ff5717aab9e9bf9bcb510342adeed","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-12 - Cabinet of Commissioner Janusz Wojciechowski x CropLife Europe"],"date":["2021-01-12"],"summary":["European Crop Protection Association/CropLife Europe 2030 commitments in support of the European Green Deal."],"notes":["Portfolio: Agriculture"],"location":["video phone call"],"address":["video phone call"],"addressEntity":["addr-20169d8760eb932415b38f11daea45615ba4bb37"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["eu-tr-0711626572-26","ec-person-cafe030b6dad78a75143f7552c420481b30ebceb","ec-person-08c62f972c22464aca7a65520eb9406f8db14a66"]}} -{"id":"ec-meeting-2021-01-12-6dae0dda0af374d328a0b2fbd4fbae95557d93de","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-12 - Cabinet of Commissioner Didier Reynders x FEDIL - The Voice of Luxembourg's Industry Vereniging VNO-NCW VERBOND VAN BELGISCHE ONDERNEMINGEN / FEDERATION DES ENTREPRISES DE BELGIQUE"],"date":["2021-01-12"],"summary":["due diligence"],"notes":["Portfolio: Justice"],"location":["video conference"],"address":["video conference"],"addressEntity":["addr-6dc12e3c97077db82f32184f24341ce370a445fd"],"organizer":["ec-cabinet-commissioner-didier-of-reynders"],"involved":["ec-person-442bf1ae9900b999673cdd7389224d0e21b67d4d","ec-person-1e25399e2267734c5f4c69093d2286c8898ee9f0","eu-tr-13255254129-80","eu-tr-286194516022-33","eu-tr-47676761061-93"]}} -{"id":"ec-meeting-2021-01-12-74aa6160cc8655398aca67e48b0685ca7352d4de","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-12 - Cabinet of Commissioner Elisa Ferreira x Transportes Aéreos Portugueses, S.A."],"date":["2021-01-12"],"summary":["Current situation of the company."],"notes":["Portfolio: Cohesion and Reforms"],"location":["Lisbon, Portugal"],"address":["Lisbon, Portugal"],"addressEntity":["addr-b7faa4276bea98355da7efd4fcf1b26196dcafb2"],"organizer":["ec-cabinet-commissioner-elisa-ferreira-of"],"involved":["ec-person-4121b3832a3dd4ec5d2c50f26f7003d3bada6d20","eu-tr-094437234551-50"]}} -{"id":"ec-meeting-2021-01-12-7acdd7b770e2102b90bfc2105a79d78d5965a9f1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-12 - Cabinet of Commissioner Stella Kyriakides x European Alliance of Associations for Rheumatology"],"date":["2021-01-12"],"summary":["Presentation of EULAR and exchange of views on the challenges of people and patients with RMDs in the context of the Pharmaceutical Strategy"],"notes":["Portfolio: Health"],"location":["Brussels, virtual meeting"],"address":["Brussels, virtual meeting"],"addressEntity":["addr-4bb3355c4dd7121ff74decf748c2f1aaf04a6b2c"],"organizer":["ec-cabinet-commissioner-kyriakides-of-stella"],"involved":["eu-tr-89158218867-92","ec-person-ecf9f9e978b833afc98ee022572d468f0dc9a352"]}} -{"id":"ec-meeting-2021-01-12-a1333966746ad9e6608a7d3d5fe53dc14855e596","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-12 - Cabinet of Executive Vice-President Frans Timmermans x Universiteit Maastricht"],"date":["2021-01-12"],"summary":["Virtual meeting with Brightlands on Chemelot Circular Hub"],"notes":["Portfolio: European Green Deal"],"location":["video conference (Brussels)"],"address":["video conference (Brussels)"],"addressEntity":["addr-96d45bbb99f3da137b2243f11b529ed54662db90"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-857131635031-60","ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce"]}} -{"id":"ec-meeting-2021-01-12-a93964774e93279262f3a11302acd815383f31f1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-12 - Cabinet of Commissioner Nicolas Schmit x Union Européenne des Médecins Spécialistes Teamarbejdsliv SAP Institute for Work & Health Uppsala University Imperial College London The National Research Centre for the Working Environment"],"date":["2021-01-12"],"summary":["Participation in a roundtable on Occupational Safety and Health (OSH)."],"notes":["Portfolio: Jobs and Social Rights"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["eu-tr-478238940875-92","ec-person-4cf4655ab41922e92160325d987a3c4615c72d30","eu-tr-496688939450-26","eu-tr-191838440537-52","eu-tr-882071440877-22","eu-tr-219038730914-92","eu-tr-224354340533-83","ec-person-c03b949331dbbe5fa3d5423758e371ec1b9b832f","eu-tr-639117311617-01"]}} -{"id":"ec-meeting-2021-01-12-a96e7ec5839642f652b91dcd25c28ac2fe11922a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-12 - Cabinet of Commissioner Thierry Breton x Business Bridge Europe"],"date":["2021-01-12"],"summary":["Keynote Address\r\nThe EU Space Programme in light of the green and digital transition"],"notes":["Portfolio: Internal Market"],"location":["Space Conference"],"address":["Space Conference"],"addressEntity":["addr-091a5e5fbc1be11601c567acfdbdf6af4474a25f"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","eu-tr-72856225852-31"]}} -{"id":"ec-meeting-2021-01-12-cf74f83b757073e2df57a4a2d5a4757fdfeff39e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-12 - Cabinet of Vice-President Věra Jourová x DROG BV"],"date":["2021-01-12"],"summary":["Conference Democracies Under Pressure: Polarisation in the Digital Age event"],"notes":["Portfolio: Values and Transparency"],"location":["videoconference"],"address":["videoconference"],"addressEntity":["addr-92b2fbb928e012810d80d9ef1abe12027beee200"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["eu-tr-304838438572-45","ec-person-fb258e0188a5319bfaba3161382db43f5a85851f"]}} -{"id":"ec-meeting-2021-01-12-d5ccb79298ae7c1e03cbfb5709c6200d59bc41e4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-12 - Cabinet of Executive Vice-President Margrethe Vestager x DIN Deutsches Institut für Normung e. V."],"date":["2021-01-12"],"summary":["DIN presented the German Standardization Roadmap on Artificial Intelligence"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels (virtual)"],"address":["Brussels (virtual)"],"addressEntity":["addr-758e0df2cde2954c65829147799b6383456f1e21"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-989808524267-58","ec-person-c5a20b92c008e114355d197b9b2fd62c88868c4e","ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0"]}} -{"id":"ec-meeting-2021-01-12-f884fb014c212152aa95920c1631a28f1174a307","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-12 - Cabinet of Executive Vice-President Frans Timmermans x Hydrogen Europe"],"date":["2021-01-12"],"summary":["Hydrogen for Mobility"],"notes":["Portfolio: European Green Deal"],"location":["video call"],"address":["video call"],"addressEntity":["addr-12d8c530d76da0b7745f9c0f9285e7eec97adc55"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-d56ecbfde17436a136fc89c9a978b266e8285c84","eu-tr-77659588648-75"]}} -{"id":"ec-meeting-2021-01-13-01f4d9584bd0f82edb38086d0340f7ef25f84249","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-13 - Cabinet of Commissioner Mairead Mcguinness x Environmental Resources Management"],"date":["2021-01-13"],"summary":["EU regulatory framework for authorisation of substances"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-00f66582d8581f7480e12525027b5a1ee9b22f07","eu-tr-866581532867-08"]}} -{"id":"ec-meeting-2021-01-13-1243893b2da51101717168ac3260482a22f379fb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-13 - Cabinet of President Ursula von der Leyen x Bill & Melinda Gates Foundation"],"date":["2021-01-13"],"summary":["Green deal"],"notes":["Portfolio: President"],"location":["Brussels (WEBEX)"],"address":["Brussels (WEBEX)"],"addressEntity":["addr-3afbdeda01f3dac93a9dc841fdac57d9de27b869"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-f2b941852d3b961d69ed695c2d243a1a2b4a1904","eu-tr-371567915480-41"]}} -{"id":"ec-meeting-2021-01-13-1952d650476c8c943ddbd2d934496323a7fba056","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-13 - Cabinet of Executive Vice-President Valdis Dombrovskis x European Chemical Industry Council"],"date":["2021-01-13"],"summary":["Chemicals Strategy for Sustainability (CSS) and the need for enforcement; WTO aspects of CSS measures and expected reactions from across the world;\r\nCBAM;\r\nBrexit implications for the chemical sector"],"notes":["Portfolio: An Economy that Works for People"],"location":["Video conferencing"],"address":["Video conferencing"],"addressEntity":["addr-4a260fcbdf035aeae48bfb811f1225b05f636185"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-9e7bd1005456277f156b671d1555c6a460fb2f58","eu-tr-64879142323-90"]}} -{"id":"ec-meeting-2021-01-13-2aea2d8784c63af5a0ae75de4e64e0a18627a246","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-13 - Defence Industry and Space x ARIANESPACE"],"date":["2021-01-13"],"summary":["Video call organised in connection with the European Space Conference on space policy to discuss overall situation and challenges of the space sector."],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-dg-defis"],"involved":["eu-tr-016461319755-04","ec-person-a5e52cd544ea3aa44eb4b31fac65a468499f106e"]}} -{"id":"ec-meeting-2021-01-13-2cff1e8b34a903e8285d502a6bf6b48772e00cf0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-13 - Cabinet of Commissioner Mairead Mcguinness x Bundesverband deutscher Banken e.V."],"date":["2021-01-13"],"summary":["Banking Union, AML, Sustainable Finance"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["virtual meeting"],"address":["virtual meeting"],"addressEntity":["addr-225c82a032511500bff73b3efe0d857849613fd9"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-a5441c6a69a8a94fd64e02def60fcc6567f2c1d8","eu-tr-0764199368-97","ec-person-49e520c7a9c9c47ccb5acfa68f9416e4233af9f8"]}} -{"id":"ec-meeting-2021-01-13-42e7db226fcf96ba3daf88fd4063dde446ccab62","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-13 - Cabinet of Executive Vice-President Margrethe Vestager x Insurance Europe"],"date":["2021-01-13"],"summary":["Artificial Intelligence"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels (virtual)"],"address":["Brussels (virtual)"],"addressEntity":["addr-758e0df2cde2954c65829147799b6383456f1e21"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0","eu-tr-33213703459-54"]}} -{"id":"ec-meeting-2021-01-13-49313ef021f727f83393118b3b23bf12e98f2137","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-13 - Cabinet of Commissioner Thierry Breton x Kelkoo Group Limited"],"date":["2021-01-13"],"summary":["Self-preferencing and DMA"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-4d83416435f81b1f1e8f5c86aeebb1478577f1d2","eu-tr-819280840607-33"]}} -{"id":"ec-meeting-2021-01-13-51a0fcfa319cb633d03c96b94f0f4664b7553842","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-13 - Cabinet of President Ursula von der Leyen x Apple Inc."],"date":["2021-01-13"],"summary":["Apple Pay and Apple wallet - architecture, security & anti-fraud features, customer convenience, ease of switching, relations with intermediate users (banks, etc) & end users"],"notes":["Portfolio: President"],"location":["Brussels (WEBEX)"],"address":["Brussels (WEBEX)"],"addressEntity":["addr-3afbdeda01f3dac93a9dc841fdac57d9de27b869"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-7019713e72781afb1f3b19032c4752a314b78180","ec-person-a159f03add374257584565c2b05cc5539a7526e6","eu-tr-588327811384-96"]}} -{"id":"ec-meeting-2021-01-13-5253ab1b36b3f4bf134270468ff5cad2853b95c6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-13 - Cabinet of Commissioner Adina Vălean x World Economic Forum"],"date":["2021-01-13"],"summary":["Circular Car Initiative’s Policy Roadmap"],"notes":["Portfolio: Transport"],"location":["Video conference"],"address":["Video conference"],"addressEntity":["addr-ebc9fd5c2f372a32153cf3f4d5fb918a96b84a88"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["eu-tr-049060636194-17","ec-person-e5f1558cac43dd4f90847b508b6753edb0a9f903"]}} -{"id":"ec-meeting-2021-01-13-7ba779468a13e3284231ad14c1514967c56bb854","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-13 - Cabinet of Executive Vice-President Frans Timmermans x Koninklijke Philips Shell Companies KLM Royal Dutch Airlines Royal FrieslandCampina AkzoNobel Royal DSM Heineken N.V. Unilever"],"date":["2021-01-13"],"summary":["Roundtable on the Green Deal, organised by the Dutch Sustainable Growth Coalition, with the participation of the Dutch Prime Minister and other Dutch Government Ministers."],"notes":["Portfolio: European Green Deal"],"location":["Brussels - videoconference"],"address":["Brussels - videoconference"],"addressEntity":["addr-a3a01e55b02ab591ce10151760698f4306ec49cb"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-7c876f4825f213b8adbedf089ccedfbc3b36d65b","eu-tr-827688315793-86","eu-tr-035366013790-68","eu-tr-05032108616-26","eu-tr-6200524920-25","eu-tr-76441066192-30","eu-tr-29006196329-63","eu-tr-365563511941-15","eu-tr-73926352722-07"]}} -{"id":"ec-meeting-2021-01-13-7d02bce26f3561c989a65a60353aba315b7525d5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-13 - Cabinet of Commissioner Thierry Breton x ArcelorMittal"],"date":["2021-01-13"],"summary":["Sustainable finance"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-23527541824-60","ec-person-026c2270ec4cbabdb8ac223b2d1fa4202696dc8d"]}} -{"id":"ec-meeting-2021-01-13-87b71c4dc95b153c4d213dc787f23f502a98c4b5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-13 - Cabinet of Commissioner Janusz Wojciechowski x European agri-cooperatives"],"date":["2021-01-13"],"summary":["2021 Annual Work Programme"],"notes":["Portfolio: Agriculture"],"location":["Webex VC"],"address":["Webex VC"],"addressEntity":["addr-0de59929c83dddac1bd349374117dc0811ac0311"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["ec-person-c825a813205e5077cd48bbd241436daf1834fc9b","eu-tr-09586631237-74","ec-person-08c62f972c22464aca7a65520eb9406f8db14a66"]}} -{"id":"ec-meeting-2021-01-13-98dc40457a5020c98fee158016743935d651676d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-13 - Cabinet of Executive Vice-President Margrethe Vestager x European Chemical Industry Council"],"date":["2021-01-13"],"summary":["Competition and the green deal"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels (virtual)"],"address":["Brussels (virtual)"],"addressEntity":["addr-758e0df2cde2954c65829147799b6383456f1e21"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-11d97788772862bb34f51dd26d7f92603eac1bf8","eu-tr-64879142323-90"]}} -{"id":"ec-meeting-2021-01-13-9c6004b46191d38299916cba57b9deb137c187ef","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-13 - Cabinet of Executive Vice-President Frans Timmermans x Royal DSM"],"date":["2021-01-13"],"summary":["Discussion on feed additives"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - video conference"],"address":["Brussels - video conference"],"addressEntity":["addr-d7df553e47e69d1cc9f4189b36b7c867f80459b0"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-33624431cbec1074e151c1707715ef46d2ba9565","ec-person-d53e00c46a4cc62bbf533e0c9bb35bacb9121989","eu-tr-73926352722-07"]}} -{"id":"ec-meeting-2021-01-13-9ced7abfef1fc10e728309b555eef8ab1b357f5d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-13 - Cabinet of Commissioner Thierry Breton x Confederation of Swedish Enterprise"],"date":["2021-01-13"],"summary":["The pandemic recovery and forthcoming Industrial Strategy"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-39912257528-48","ec-person-9cf97e549f67c3228d1478a3a67d652eb28c5b46","ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0"]}} -{"id":"ec-meeting-2021-01-13-abd014ead504b83ad243269e7554267b5ba25947","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-13 - Cabinet of Commissioner Didier Reynders x Workday"],"date":["2021-01-13"],"summary":["Data protection"],"notes":["Portfolio: Justice"],"location":["Video conference"],"address":["Video conference"],"addressEntity":["addr-ebc9fd5c2f372a32153cf3f4d5fb918a96b84a88"],"organizer":["ec-cabinet-commissioner-didier-of-reynders"],"involved":["eu-tr-021253717373-58","ec-person-442bf1ae9900b999673cdd7389224d0e21b67d4d","ec-person-1e25399e2267734c5f4c69093d2286c8898ee9f0"]}} -{"id":"ec-meeting-2021-01-13-c6140606185635ce38a64c2abea91a9735fe7dbe","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-13 - Cabinet of Commissioner Adina Vălean x Europe's Independent Fuel Suppliers"],"date":["2021-01-13"],"summary":["Reflecting on the Sustainable and Smart Mobility Strategy: how to fuel the transition?"],"notes":["Portfolio: Transport"],"location":["Video conference"],"address":["Video conference"],"addressEntity":["addr-ebc9fd5c2f372a32153cf3f4d5fb918a96b84a88"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["eu-tr-42843016904-50","ec-person-e5f1558cac43dd4f90847b508b6753edb0a9f903"]}} -{"id":"ec-meeting-2021-01-13-c7baaacf2b70d93ea112100fa9bf988f268bef71","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-13 - Cabinet of Executive Vice-President Frans Timmermans x European Biodiesel Board"],"date":["2021-01-13"],"summary":["Presentation of the Board’s view on Fit for 55"],"notes":["Portfolio: European Green Deal"],"location":["video call"],"address":["video call"],"addressEntity":["addr-12d8c530d76da0b7745f9c0f9285e7eec97adc55"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-d56ecbfde17436a136fc89c9a978b266e8285c84","ec-person-f1a3478550296f3f9accdc67d6ef5a0b681dda4b","eu-tr-84244281858-12"]}} -{"id":"ec-meeting-2021-01-13-c98647c176d83966f659808014ae42bfaf487136","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-13 - Cabinet of Commissioner Mairead Mcguinness x European Central Counterparty N.V. Cboe Europe"],"date":["2021-01-13"],"summary":["MiFID II / Market structure"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["eu-tr-707807242824-30","ec-person-0ba9b89127b39af6a66f2fc3ed727332f1b19a34","eu-tr-169998025130-55"]}} -{"id":"ec-meeting-2021-01-13-ce38503a7a0b89117de895c7517256224d807e5c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-13 - Agriculture and Rural Development x Animal Task Force"],"date":["2021-01-13"],"summary":["Presentation of the upcoming ATF Strategic Research and Innovation Agenda"],"location":["Brussels - Webex"],"address":["Brussels - Webex"],"addressEntity":["addr-4c7cfc1b30c15af4c3605d02e4fcd38fe31be833"],"organizer":["ec-dg-agri"],"involved":["ec-person-94f7c6e6875fa76120558bda38f913792cc61934","eu-tr-398736910798-22"]}} -{"id":"ec-meeting-2021-01-13-d8d377bd5533790d5c489a250271ad2eaf91ab61","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-13 - Cabinet of Commissioner Thierry Breton x ASD-Eurospace"],"date":["2021-01-13"],"summary":["Space policy"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","eu-tr-873508417106-05","ec-person-b077a2e9f0fdb3b8f6e91d0bd0b256db9e40ce46"]}} -{"id":"ec-meeting-2021-01-13-eaf390e10a9521c38cabf87dbf8e5a35909ac409","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-13 - Cabinet of Commissioner Mairead Mcguinness x Afore Consulting"],"date":["2021-01-13"],"summary":["Courtesy call and Presentation of AFORE"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Virtual call"],"address":["Virtual call"],"addressEntity":["addr-f8c46889b6ab9c6bbad8df49ec395d1482437918"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["eu-tr-03013154889-05","ec-person-49e520c7a9c9c47ccb5acfa68f9416e4233af9f8"]}} -{"id":"ec-meeting-2021-01-13-eb23e5d50267d907a86080077873dd75b0afa5fc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-13 - Defence Industry and Space x ASD-Eurospace"],"date":["2021-01-13"],"summary":["Video call organised in connection with the European Space Conference on space policy to discuss about industrial policy for space."],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-dg-defis"],"involved":["ec-person-a5e52cd544ea3aa44eb4b31fac65a468499f106e","eu-tr-873508417106-05"]}} -{"id":"ec-meeting-2021-01-13-ec0c668fc91aae1bf8ea3b235d07850fe4ddb0e1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-13 - Internal Market, Industry, Entrepreneurship and SMEs x EPIA SolarPower Europe"],"date":["2021-01-13"],"summary":["Courtesy discussion on the latest development of the solar industry initiative and the future investment"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-grow"],"involved":["ec-person-0151c7e554d188fffc509ad636b7d1a84c5dfcd5","eu-tr-2680046412-48"]}} -{"id":"ec-meeting-2021-01-13-ec5af8bb8c9079d19ef0f957f41b302bb051cb73","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-13 - Cabinet of Vice-President Dubravka Šuica x Global StartupCities"],"date":["2021-01-13"],"summary":["Presentation of the work program of Global Startup Cities for 2021."],"notes":["Portfolio: Democracy and Demography"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-dubravka-of-president-suica-vice"],"involved":["ec-person-08d40344214e6573b5eb0480c1a338d5dde265bd","ec-person-2ea66ac99d83c7f0ff7dfcfd7d90f9416dc22e61","eu-tr-429668739636-80"]}} -{"id":"ec-meeting-2021-01-13-f39c3b37b026778a0c3ee1a4a6c417e70448e116","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-13 - Cabinet of Commissioner Thierry Breton x Banco Santander, S.A."],"date":["2021-01-13"],"summary":["EU digital agenda, DSA/DMA proposals and SME financing"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-799142914971-03","ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","ec-person-5215bd372c5a1202399d77ecceb8c16de8d7d55c"]}} -{"id":"ec-meeting-2021-01-13-fbeac9892ca61b8b408ceb913ce0dd85c74cf567","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-13 - Environment x EuroCommerce"],"date":["2021-01-13"],"summary":["Green Deal & Circular Economy"],"location":["Video call"],"address":["Video call"],"addressEntity":["addr-ad60f43c3b2e61f55f8d15d2bb303f6d11ac791b"],"organizer":["ec-dg-env"],"involved":["ec-person-f9559d68da38935569ff0be1cadd90e05f0454bd","eu-tr-84973761187-60"]}} -{"id":"ec-meeting-2021-01-13-ff4a94c6c7f5081f2b67d38b9472d7a61dfe537d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-13 - Cabinet of Vice-President Margaritis Schinas x European Telecommunications Network Operators' Association"],"date":["2021-01-13"],"summary":["ETNO position on the NIS Directive review"],"notes":["Portfolio: Promoting the European Way of Life"],"location":["Virtually"],"address":["Virtually"],"addressEntity":["addr-e47e3261356399c0a8ae7125a7f9514f1c92db0d"],"organizer":["ec-cabinet-margaritis-of-president-schinas-vice"],"involved":["ec-person-901d49b3e3af3e96de8d42787e8633b0adc76ca1","eu-tr-08957111909-85"]}} -{"id":"ec-meeting-2021-01-14-1a465c280924183d53dbecb3bc85f3b5945bb659","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-14 - Internal Market, Industry, Entrepreneurship and SMEs x Scope Group"],"date":["2021-01-14"],"summary":["Share the experience with the current venture finance situation and what is envisioned by the EU Commission"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-grow"],"involved":["ec-person-0151c7e554d188fffc509ad636b7d1a84c5dfcd5","eu-tr-441946743333-66"]}} -{"id":"ec-meeting-2021-01-14-4cedc285e0161db351c18ed6de4c5f37d48e76b9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-14 - Cabinet of Vice-President Margaritis Schinas x Christian Solidarity Worldwide Open Doors International The Church of Jesus Christ of Latter-day Saints - European Union and International Affairs Office"],"date":["2021-01-14"],"summary":["Introductory meeting with the European Platform against Religious Intolerance and Discrimination to discuss their priorities and the best way to offer their support."],"notes":["Portfolio: Promoting the European Way of Life"],"location":["Virtually"],"address":["Virtually"],"addressEntity":["addr-e47e3261356399c0a8ae7125a7f9514f1c92db0d"],"organizer":["ec-cabinet-margaritis-of-president-schinas-vice"],"involved":["eu-tr-47642067220-88","eu-tr-555450011891-58","ec-person-901d49b3e3af3e96de8d42787e8633b0adc76ca1","eu-tr-90518441599-14"]}} -{"id":"ec-meeting-2021-01-14-507c43b9131f143b57d3573752f18e5483c718e2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-14 - Cabinet of Executive Vice-President Frans Timmermans x ELECTRICITE DE FRANCE"],"date":["2021-01-14"],"summary":["TEN-E, Taxonomy"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - video conference"],"address":["Brussels - video conference"],"addressEntity":["addr-d7df553e47e69d1cc9f4189b36b7c867f80459b0"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-39966101835-69","ec-person-d53e00c46a4cc62bbf533e0c9bb35bacb9121989"]}} -{"id":"ec-meeting-2021-01-14-6060a3d94a2469fc277b09326726ec870ef81756","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-14 - Cabinet of Commissioner Kadri Simson x Greenpeace European Unit Friends of the Earth Europe ClientEarth AISBL Third Generation Environmentalism Ltd Global Witness Naturschutzbund Deutschland e.V. Climate Action Network Europe"],"date":["2021-01-14"],"summary":["TEN-E"],"notes":["Portfolio: Energy"],"location":["videocall"],"address":["videocall"],"addressEntity":["addr-da28e2e86c6d6c7a7b3f692a8c370aa1e8406cff"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["eu-tr-10439809375-73","eu-tr-55888811123-49","eu-tr-96645517357-19","eu-tr-9832909575-41","eu-tr-07783117686-61","eu-tr-0285583802-96","ec-person-3ba14eabc5fddef75d1a672cc75b5f4bddd72ee9","eu-tr-9825553393-31"]}} -{"id":"ec-meeting-2021-01-14-6646e4b33a48b7c4fd5a3c3fdfa7b16c5c67c999","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-14 - Mobility and Transport x International Air Transport Association"],"date":["2021-01-14"],"summary":["Slot regulation"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-dg-move"],"involved":["eu-tr-1805107590-28","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2021-01-14-76819f39c3198e2aff533c961a43d16364175ada","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-14 - Cabinet of Executive Vice-President Margrethe Vestager x Bonanza"],"date":["2021-01-14"],"summary":["Data monetisation platform"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels (virtual)"],"address":["Brussels (virtual)"],"addressEntity":["addr-758e0df2cde2954c65829147799b6383456f1e21"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0","eu-tr-393961740829-61"]}} -{"id":"ec-meeting-2021-01-14-7ea590d23947b3929ee48bbdcb9c4cdfbd183539","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-14 - Cabinet of Executive Vice-President Margrethe Vestager x Heinrich Bauer Verlag KG"],"date":["2021-01-14"],"summary":["DMA"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels (virtual)"],"address":["Brussels (virtual)"],"addressEntity":["addr-758e0df2cde2954c65829147799b6383456f1e21"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0","eu-tr-218282321469-11"]}} -{"id":"ec-meeting-2021-01-14-a0ce53de7c799d9ca51a6ff6248d4d1e510a996a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-14 - Cabinet of Commissioner Jutta Urpilainen x European Partnership for Democracy"],"date":["2021-01-14"],"summary":["Preparation of the European Democracy Hub event"],"notes":["Portfolio: International Partnerships"],"location":["Teleconference"],"address":["Teleconference"],"addressEntity":["addr-a1b2e4eeecb1f46f3239fd2a390e2ec3f16bc2cb"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["ec-person-6357f4506ca5351b3a822936612fd6006da48722","eu-tr-679535014238-83"]}} -{"id":"ec-meeting-2021-01-14-c794661298edc1573e3d884da2f759ee97a3cfef","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-14 - Cabinet of Commissioner Mairead Mcguinness x Wirtschaftsvereinigung Stahl The European Steel Association"],"date":["2021-01-14"],"summary":["EU Taxonomy"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["eu-tr-75755621888-61","eu-tr-93038071152-83","ec-person-a5441c6a69a8a94fd64e02def60fcc6567f2c1d8"]}} -{"id":"ec-meeting-2021-01-14-ef3e1d9ae1d4042d3617be08978d78413ff71eb9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-14 - Cabinet of Commissioner Jutta Urpilainen x Mifuko Oy"],"date":["2021-01-14"],"summary":["Exchange of information on Mifuko’s fair trade design business in Kenya."],"notes":["Portfolio: International Partnerships"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["eu-tr-540012340753-92","ec-person-1ec9383fd54d9d4cd8a154c01fa71549eb8c75ac"]}} -{"id":"ec-meeting-2021-01-15-06915822513c40120f790a24b19066684917698d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-15 - Cabinet of Executive Vice-President Frans Timmermans x thyssenkrupp Steel Europe AG"],"date":["2021-01-15"],"summary":["Follow-up meeting to discuss the Green Deal and the steel industry"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-456211534646-58","ec-person-f1a3478550296f3f9accdc67d6ef5a0b681dda4b"]}} -{"id":"ec-meeting-2021-01-15-204083cc25cea1534a69ce911a6beb9f27eb5366","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-15 - Cabinet of Executive Vice-President Frans Timmermans x European Federation of Food, Agriculture and Tourism Trade Unions"],"date":["2021-01-15"],"summary":["Social conditionality in CAP"],"notes":["Portfolio: European Green Deal"],"location":["Brussles - video conference"],"address":["Brussles - video conference"],"addressEntity":["addr-b7e0197463fb0d8745d2aee038e4289b5499b725"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-33130841043-14","ec-person-33624431cbec1074e151c1707715ef46d2ba9565"]}} -{"id":"ec-meeting-2021-01-15-2347517a047ded0ead90314bd861f0d7005cfb53","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-15 - Cabinet of Commissioner Jutta Urpilainen x Universiteit Antwerpen"],"date":["2021-01-15"],"summary":["Exchange of views on Education"],"notes":["Portfolio: International Partnerships"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["eu-tr-924473926079-08","ec-person-6357f4506ca5351b3a822936612fd6006da48722"]}} -{"id":"ec-meeting-2021-01-15-2e713f80647b634dda212ba2d5e7c1e27b93bc53","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-15 - Cabinet of Commissioner Mairead Mcguinness x WEInvest"],"date":["2021-01-15"],"summary":["Women Investment glass ceiling"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-00f66582d8581f7480e12525027b5a1ee9b22f07","eu-tr-330075240932-58","ec-person-1d2f53447b8f2d9bb3f50f7247ad40c2cf8036e4"]}} -{"id":"ec-meeting-2021-01-15-3211a6b62189054cf53afec18d6addd7c8179f27","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-15 - Trade x Peter G. Peterson Institute for International Economics"],"date":["2021-01-15"],"summary":["Trade talks Podcast on EU and transatlantic issues"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-trade"],"involved":["ec-person-2045c2589da3988908fcfe731e8224e7e06a7c63","eu-tr-245016733415-68"]}} -{"id":"ec-meeting-2021-01-15-326027a9bbad16c6b2c902f846347997937171c7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-15 - Cabinet of Commissioner Mairead Mcguinness x Deutsche Bank AG"],"date":["2021-01-15"],"summary":["Review of AML rules"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["eu-tr-271912611231-56","ec-person-44c404268b70ce0b79c4e148b5a7c4ae2c53ee30","ec-person-a5441c6a69a8a94fd64e02def60fcc6567f2c1d8"]}} -{"id":"ec-meeting-2021-01-15-33da962fe2bd5abffdec43e13a4bb065cb3b5f90","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-15 - Cabinet of Commissioner Thierry Breton x Google OVH Groupe"],"date":["2021-01-15"],"summary":["Cloud"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-03181945560-59","eu-tr-281155638075-51","ec-person-b077a2e9f0fdb3b8f6e91d0bd0b256db9e40ce46"]}} -{"id":"ec-meeting-2021-01-15-366fdaab201f10c2176af9823fb6ab72c99e8d95","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-15 - Cabinet of Commissioner Mairead Mcguinness x Vanguard Asset Management Limited"],"date":["2021-01-15"],"summary":["CMU/retail investment"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-0ba9b89127b39af6a66f2fc3ed727332f1b19a34","eu-tr-226354616978-90"]}} -{"id":"ec-meeting-2021-01-15-3d1aeb8b6cfd45e5c8cbc769d0f34f6899fd44d2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-15 - Cabinet of Commissioner Jutta Urpilainen x Fern"],"date":["2021-01-15"],"summary":["sustainable cocoa initiative; deforestation and forest degradation (meeting organized by CAB EVP Dombrovskis)"],"notes":["Portfolio: International Partnerships"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["ec-person-e29b72fe81d25796214b1c5915c52a124f06cd9d","eu-tr-40538475090-82"]}} -{"id":"ec-meeting-2021-01-15-48be1c01581753084678538eb5773299d5a49437","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-15 - Cabinet of Commissioner Nicolas Schmit x DIGITALEUROPE"],"date":["2021-01-15"],"summary":["Meeting with DIGITALEUROPE’s Working Group on Digital Skills."],"notes":["Portfolio: Jobs and Social Rights"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["eu-tr-64270747023-20","ec-person-4cf4655ab41922e92160325d987a3c4615c72d30","ec-person-66fa2c2d100ec194caa42b5c6f97c36e2748b71c"]}} -{"id":"ec-meeting-2021-01-15-66f9af47727759e197e19192c9ba8ada0fcd106f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-15 - Trade x Center for Strategic and International Studies"],"date":["2021-01-15"],"summary":["EU-US webinar: a new transatlantic agenda for global change"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-trade"],"involved":["eu-tr-163447715874-83","ec-person-2045c2589da3988908fcfe731e8224e7e06a7c63"]}} -{"id":"ec-meeting-2021-01-15-69a38995313daaf6ec45dc3f0dd3dc84bdce4455","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-15 - Cabinet of Commissioner Thierry Breton x Honeywell Europe NV"],"date":["2021-01-15"],"summary":["Digitalisation and energy"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-6308dea893b9b1ca0dcd5b91b4a1ac4c2f3020ad","eu-tr-75311753240-67"]}} -{"id":"ec-meeting-2021-01-15-6cda8e5c47f3d8b9a82d019492a0827736345ffc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-15 - Cabinet of Commissioner Mairead Mcguinness x COMITE EUROPEEN des FABRICANTS de SUCRE International Confederation of European Beet Growers Agriculture & Progress Platform"],"date":["2021-01-15"],"summary":["Taxonomy draft delegated act"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-a5441c6a69a8a94fd64e02def60fcc6567f2c1d8","eu-tr-417844837080-30","eu-tr-49679062863-35","eu-tr-89930126483-54"]}} -{"id":"ec-meeting-2021-01-15-74797fefd662c4d10c92fba830fa4f888b2de451","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-15 - Cabinet of Commissioner Thierry Breton x Environmental Resources Management"],"date":["2021-01-15"],"summary":["Chemicals"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-6308dea893b9b1ca0dcd5b91b4a1ac4c2f3020ad","eu-tr-866581532867-08"]}} -{"id":"ec-meeting-2021-01-15-7e0c68a936bc1d42588f88ea29b7f1f59b25cc5d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-15 - Cabinet of Executive Vice-President Valdis Dombrovskis x Fern"],"date":["2021-01-15"],"summary":["Sustainable cocoa initiative; deforestation and forest degradation"],"notes":["Portfolio: An Economy that Works for People"],"location":["video conference"],"address":["video conference"],"addressEntity":["addr-6dc12e3c97077db82f32184f24341ce370a445fd"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-235870cd7eb41f2494f695fce18b5b5b88647113","eu-tr-40538475090-82","ec-person-7433d96a6e6f46c9f9174db79ec61c387dffa509"]}} -{"id":"ec-meeting-2021-01-15-82a79dc5f52baebee911049c83b7d10dfcb6cd31","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-15 - Cabinet of Executive Vice-President Valdis Dombrovskis x Société Générale"],"date":["2021-01-15"],"summary":["CMU, financial markets regulation"],"notes":["Portfolio: An Economy that Works for People"],"location":["Video conferencing"],"address":["Video conferencing"],"addressEntity":["addr-4a260fcbdf035aeae48bfb811f1225b05f636185"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["eu-tr-34369111614-57","ec-person-f011ed0f7c78d833a79f1206f788e0cbd9cb8864"]}} -{"id":"ec-meeting-2021-01-15-82b033df0ce1aa22be77c4e9897f36d61bf3d4a8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-15 - Cabinet of Vice-President Věra Jourová x Deutsche Welle"],"date":["2021-01-15"],"summary":["tackling disinformation and the ‘ENTR’ project, platforms’ accountability and regulation, citizens engaging and making informed decisions, Conference on the Future of Europe, media funding"],"notes":["Portfolio: Values and Transparency"],"location":["videoconference"],"address":["videoconference"],"addressEntity":["addr-92b2fbb928e012810d80d9ef1abe12027beee200"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["ec-person-aa83f35da599b82e4f15da018f4b3447eb648f7c","eu-tr-421591329311-65"]}} -{"id":"ec-meeting-2021-01-15-8e302de46f4b154915974ae7709dc607c5771762","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-15 - Cabinet of Commissioner Nicolas Schmit x None"],"date":["2021-01-15"],"summary":["Meeting on the Pact for Skills."],"notes":["Portfolio: Jobs and Social Rights"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-66fa2c2d100ec194caa42b5c6f97c36e2748b71c","ec-person-4cf4655ab41922e92160325d987a3c4615c72d30","eu-tr-02550382403-01","eu-tr-61370904700-45","eu-tr-72699997886-57","eu-tr-358284014848-82"]}} -{"id":"ec-meeting-2021-01-15-99aca712e61767acb18cf9fae4a76cedb53ec42b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-15 - Cabinet of Commissioner Janusz Wojciechowski x WWF European Policy Programme"],"date":["2021-01-15"],"summary":["EU taxonomy"],"notes":["Portfolio: Agriculture"],"location":["Webex"],"address":["Webex"],"addressEntity":["addr-4b591c6aa2d0556305c2d15987c48d32c33f9ca9"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["ec-person-c825a813205e5077cd48bbd241436daf1834fc9b","eu-tr-1414929419-24","ec-person-cafe030b6dad78a75143f7552c420481b30ebceb"]}} -{"id":"ec-meeting-2021-01-15-9f5b3d55822651f6ff0da461a4e95193b68b53ab","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-15 - Internal Market, Industry, Entrepreneurship and SMEs x WWF European Policy Programme"],"date":["2021-01-15"],"summary":["General discussion about the new Industrial Strategy, the EU ETS revision and Clean Hydrogen Alliance"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-grow"],"involved":["ec-person-0151c7e554d188fffc509ad636b7d1a84c5dfcd5","eu-tr-1414929419-24"]}} -{"id":"ec-meeting-2021-01-15-a68ec9799445cc7921f739b3c12f5f024a508494","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-15 - Cabinet of Executive Vice-President Frans Timmermans x Conseil Européen des Jeunes Agriculteurs"],"date":["2021-01-15"],"summary":["Preparation of an event with young farmers"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - video conference"],"address":["Brussels - video conference"],"addressEntity":["addr-d7df553e47e69d1cc9f4189b36b7c867f80459b0"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-849413211923-25","ec-person-33624431cbec1074e151c1707715ef46d2ba9565"]}} -{"id":"ec-meeting-2021-01-15-bb2581dd88d5fa520731886587e27ea3ca5c5d07","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-15 - Environment x Planet Labs Germany"],"date":["2021-01-15"],"summary":["space technology and space data"],"location":["Videocall"],"address":["Videocall"],"addressEntity":["addr-4b20c60cbed91c52bb56613870c84a7e8fb11240"],"organizer":["ec-dg-env"],"involved":["ec-person-f9559d68da38935569ff0be1cadd90e05f0454bd","eu-tr-293502227711-32"]}} -{"id":"ec-meeting-2021-01-15-cfec3c4b198d9e3755e91f94fd3cb689e0e08f8e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-15 - Cabinet of Vice-President Margaritis Schinas x The Church of Jesus Christ of Latter-day Saints - European Union and International Affairs Office"],"date":["2021-01-15"],"summary":["Follow up on EPRID meeting: Introductory meeting with representative of the entity, The Church of Jesus Christ and the Latter-day Saints."],"notes":["Portfolio: Promoting the European Way of Life"],"location":["Virtually"],"address":["Virtually"],"addressEntity":["addr-e47e3261356399c0a8ae7125a7f9514f1c92db0d"],"organizer":["ec-cabinet-margaritis-of-president-schinas-vice"],"involved":["eu-tr-555450011891-58","ec-person-901d49b3e3af3e96de8d42787e8633b0adc76ca1"]}} -{"id":"ec-meeting-2021-01-15-e068c62838cf7c65fa8ab01129e5451bdd0cda7c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-15 - Cabinet of Executive Vice-President Valdis Dombrovskis x Confederazione Generale dell'Industria Italiana"],"date":["2021-01-15"],"summary":["RRF, Trade policy"],"notes":["Portfolio: An Economy that Works for People"],"location":["Video conferencing"],"address":["Video conferencing"],"addressEntity":["addr-4a260fcbdf035aeae48bfb811f1225b05f636185"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-f011ed0f7c78d833a79f1206f788e0cbd9cb8864","eu-tr-27762251795-15"]}} -{"id":"ec-meeting-2021-01-15-ee681109dd8f38d66630b7038080e3ddbcd46f12","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-15 - Cabinet of Commissioner Stella Kyriakides x Association of European Cancer Leagues"],"date":["2021-01-15"],"summary":["Exchange of views on the EU Pharmaceutical Strategy"],"notes":["Portfolio: Health"],"location":["Brussels, virtual meeting"],"address":["Brussels, virtual meeting"],"addressEntity":["addr-4bb3355c4dd7121ff74decf748c2f1aaf04a6b2c"],"organizer":["ec-cabinet-commissioner-kyriakides-of-stella"],"involved":["ec-person-c7513fae2df7920eea99d7cc103a354aa4f56b6e","eu-tr-19265592757-25"]}} -{"id":"ec-meeting-2021-01-15-f6ec4f2544e00e160d63de480c5ba79427f19cb1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-15 - Cabinet of Executive Vice-President Margrethe Vestager x DATEV eG"],"date":["2021-01-15"],"summary":["Gaia-X/ Data economy"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels (virtual)"],"address":["Brussels (virtual)"],"addressEntity":["addr-758e0df2cde2954c65829147799b6383456f1e21"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0","eu-tr-5027241291-41"]}} -{"id":"ec-meeting-2021-01-15-f92c09ba5a931a88aaad06638bc1cc39d2a20e96","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-15 - Cabinet of Commissioner Janez Lenarčič x International Association of Oil & Gas Producers Europe"],"date":["2021-01-15"],"summary":["Green Deal"],"notes":["Portfolio: Crisis Management"],"location":["WebEx from Brussels, Belgium"],"address":["WebEx from Brussels, Belgium"],"addressEntity":["addr-513bd450664597b6de7ce965a8e7693bee43a5a6"],"organizer":["ec-cabinet-commissioner-janez-lenarcic-of"],"involved":["ec-person-31e4e9c3126a9151de6a161e669faba028b1ffa6","eu-tr-3954187491-70"]}} -{"id":"ec-meeting-2021-01-15-fb6470aa86c795262b7816a8ca68d10a2c55b89a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-15 - Cabinet of Executive Vice-President Valdis Dombrovskis x Platform of European Social NGOs"],"date":["2021-01-15"],"summary":["Social Platform report on the European Semester process and the European Pillar of Social Rights.\r\nTopics: Exchange of views on social dialogue, European Pillar of Social Rights and NGEU."],"notes":["Portfolio: An Economy that Works for People"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["eu-tr-85083981189-35","ec-person-95d6ecce9b8f3a7b167d0eac8e270fdce0665ccb"]}} -{"id":"ec-meeting-2021-01-15-ff930aa66e951bd3d925adcda5ec5bf883dae28f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-15 - Cabinet of Commissioner Stella Kyriakides x European Coordination Via Campesina Friends of the Earth Europe International Federation of Organic Agriculture Movements EU Regional Group Corporate Europe Observatory Greenpeace European Unit"],"date":["2021-01-15"],"summary":["VC Meeting - Farm to Fork Strategy and GMOs"],"notes":["Portfolio: Health"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-kyriakides-of-stella"],"involved":["eu-tr-67128251296-84","eu-tr-5353162366-85","ec-person-c7513fae2df7920eea99d7cc103a354aa4f56b6e","eu-tr-9832909575-41","eu-tr-28920471149-55","eu-tr-9825553393-31"]}} -{"id":"ec-meeting-2021-01-18-238fd3f5e66af64d24ea25a2c0ae112b6519d286","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-18 - Maritime Affairs and Fisheries x Aquaculture Advisory Council MEDAC Market Advisory Council / Conseil Consultatif pour les Marchés Сдружение \"Консултативен съвет за Черно море\" Long Distance Advisory Council / Consejo Consultivo de Flota de Larga Distancia / Conseil Consultatif de Pêche Lointaine Baltic Sea Advisory Council North Western Waters Advisory Council North Sea Advisory Council Stichting Advisory Council for pelagic stocks Conselho Consultivo para as Regiões Ultraperiféricas"],"date":["2021-01-18"],"summary":["Joint inter-Advisory Councils meeting - discussion on key policy developments and priorities"],"location":["Brussels VC Interactio"],"address":["Brussels VC Interactio"],"addressEntity":["addr-3c7edf6136be698a043ded2bf0dea39ba89bc199"],"organizer":["ec-dg-mare"],"involved":["eu-tr-194221424767-06","eu-tr-778583224754-65","eu-tr-891543824750-65","eu-tr-8900132344-29","eu-tr-022388324819-47","eu-tr-283785319481-25","eu-tr-91682404018-74","eu-tr-780087324758-50","eu-tr-905805219213-67","eu-tr-639896539334-38","ec-person-6e64215cdacfeb6c6d4709a7f72c2b1c94a3d908"]}} -{"id":"ec-meeting-2021-01-18-24ab9c5b21112dda05356f27e65d540eba800c90","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-18 - Cabinet of Executive Vice-President Margrethe Vestager x Isabel NV"],"date":["2021-01-18"],"summary":["Introduction meeting, digital identity"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels (virtual)"],"address":["Brussels (virtual)"],"addressEntity":["addr-758e0df2cde2954c65829147799b6383456f1e21"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-c5a20b92c008e114355d197b9b2fd62c88868c4e","eu-tr-909031040950-26"]}} -{"id":"ec-meeting-2021-01-18-2b19346a23a1462bc63765bf8f8459c189d3a034","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-18 - Cabinet of Commissioner Jutta Urpilainen x KfW Bankengruppe"],"date":["2021-01-18"],"summary":["Present and future cooperation with KfW."],"notes":["Portfolio: International Partnerships"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["eu-tr-79019799690-13","ec-person-7c4fa9cfb750b5b524c065180fcee1123b8df03e"]}} -{"id":"ec-meeting-2021-01-18-35e5a1b70ee075e5c0603e645f1c804ca59d22dd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-18 - Cabinet of Commissioner Mairead Mcguinness x CONSEIL DE COOPERATION ECONOMIQUE"],"date":["2021-01-18"],"summary":["Taxonomy"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-a5441c6a69a8a94fd64e02def60fcc6567f2c1d8","eu-tr-146893419149-74"]}} -{"id":"ec-meeting-2021-01-18-39c0977b3699b7b019ad96738441d338f4934990","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-18 - Cabinet of Executive Vice-President Frans Timmermans x Union of European Football Associations"],"date":["2021-01-18"],"summary":["Cooperation on the European Green Deal and the Climate Pact"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - videoconference"],"address":["Brussels - videoconference"],"addressEntity":["addr-a3a01e55b02ab591ce10151760698f4306ec49cb"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-7c876f4825f213b8adbedf089ccedfbc3b36d65b","eu-tr-39217046408-27"]}} -{"id":"ec-meeting-2021-01-18-3f4be6fe3ceb7bb02942c3abc43860558852aaa8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-18 - Communications Networks, Content and Technology x CSC – IT CENTER FOR SCIENCE LTD."],"date":["2021-01-18"],"summary":["LUMI Supercomputer state of play - video meeting"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-098297335667-27","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2021-01-18-4f56d594754aa9f2fd1a81250d06e5dda11c0fdc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-18 - Cabinet of Commissioner Thierry Breton x Centre for Democracy & Technology, Europe"],"date":["2021-01-18"],"summary":["DSA"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-57305017757-64","ec-person-4d83416435f81b1f1e8f5c86aeebb1478577f1d2"]}} -{"id":"ec-meeting-2021-01-18-50fa5ff396e6793211ae1e5bc77d51e52bb24874","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-18 - Cabinet of Commissioner Nicolas Schmit x EUROPEAN TRADE UNION CONFEDERATION"],"date":["2021-01-18"],"summary":["Meeting on the Right to Disconnect."],"notes":["Portfolio: Jobs and Social Rights"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["eu-tr-06698681039-26","ec-person-4cf4655ab41922e92160325d987a3c4615c72d30","ec-person-c2208333f0f75350eef62b355a40bf856f2d9cef","ec-person-c03b949331dbbe5fa3d5423758e371ec1b9b832f"]}} -{"id":"ec-meeting-2021-01-18-66d0874b41284059005e7bd4cbf81ad28f9598b5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-18 - Cabinet of Commissioner Thierry Breton x Gates Ventures, LLC"],"date":["2021-01-18"],"summary":["Innovation, Green Deal, Financing"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-6308dea893b9b1ca0dcd5b91b4a1ac4c2f3020ad","ec-person-026c2270ec4cbabdb8ac223b2d1fa4202696dc8d","eu-tr-458140332839-09"]}} -{"id":"ec-meeting-2021-01-18-7c642f27673552e21949bfc46154ecb41d616dcc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-18 - Cabinet of Commissioner Olivér Várhelyi x Secretariat of COMECE (Commission of the Episcopates of the European Union)"],"date":["2021-01-18"],"summary":["The state of play on the Southern Neighbourhood policy"],"notes":["Portfolio: Neighbourhood and Enlargement"],"location":["VTC"],"address":["VTC"],"addressEntity":["addr-9d1acaa772820b8ade84113d2da24716fe455be2"],"organizer":["ec-cabinet-commissioner-of-oliver-varhelyi"],"involved":["eu-tr-47350036909-69","ec-person-daf8ff1073a04b30d2f54219ecc93002ef3a684d"]}} -{"id":"ec-meeting-2021-01-18-7dce9f3b7ccd1534713210c85147bfb7e700b624","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-18 - Cabinet of Commissioner Elisa Ferreira x Network of European Regions for a Competitive and Sustainable Tourism"],"date":["2021-01-18"],"summary":["Online meeting with NECSTouR on highlights of the webinar \"Next Generation EU and the sustainable and resilient regional tourism recovery\""],"notes":["Portfolio: Cohesion and Reforms"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-elisa-ferreira-of"],"involved":["ec-person-edf08d46587dbb24d69133811963301459374fa8","eu-tr-862709022846-11"]}} -{"id":"ec-meeting-2021-01-18-90e4888f0880416f793bfd17583c08e85df1bf6f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-18 - Cabinet of Executive Vice-President Frans Timmermans x Société Régionale d'Investissement de Wallonie"],"date":["2021-01-18"],"summary":["Green Deal and Recovery Plan"],"notes":["Portfolio: European Green Deal"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-9eafbf4a92961023c7df3ab389ae6d4301dec4bf","eu-tr-637069527064-23"]}} -{"id":"ec-meeting-2021-01-18-a8fdbd25ceec585a9cd8bf5466180c7a12c49890","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-18 - Cabinet of Commissioner Kadri Simson x Gates Ventures, LLC"],"date":["2021-01-18"],"summary":["Private sector investment in energy and climate innovation"],"notes":["Portfolio: Energy"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["ec-person-9b7f5fe059e5b0b40e79e9170211aa2f02322fdb","ec-person-68b9170beccdbf21444fad7cdc252dec9e60b9d2","ec-person-2fb98fc84d2cf8d481688eff3d47f7745ead3592","eu-tr-458140332839-09","ec-person-3ba14eabc5fddef75d1a672cc75b5f4bddd72ee9"]}} -{"id":"ec-meeting-2021-01-18-b1cdf96703587fbaf13eb7d8b7472b27e9aa7afd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-18 - Cabinet of Executive Vice-President Margrethe Vestager x Delivery Hero SE Bolt Grayling Wolt Enterprises"],"date":["2021-01-18"],"summary":["Statement of Principles of EU technology platforms, DSA"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels (online)"],"address":["Brussels (online)"],"addressEntity":["addr-ef87d086df7b220ed76c9f59ee6efadfac8480c7"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-995377734447-25","eu-tr-53141413510-95","eu-tr-987241938472-54","eu-tr-334703839280-66","ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0"]}} -{"id":"ec-meeting-2021-01-18-c3525f80c6bbf036d8d1009d200b891052a3ccb9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-18 - Cabinet of Executive Vice-President Valdis Dombrovskis x Notre Europe - Institut Jacques Delors / Notre Europe - Jacques Delors Institute"],"date":["2021-01-18"],"summary":["Trade policy in the context of the green transition and the evolution of US policy on sanctions"],"notes":["Portfolio: An Economy that Works for People"],"location":["videoconference"],"address":["videoconference"],"addressEntity":["addr-92b2fbb928e012810d80d9ef1abe12027beee200"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["eu-tr-726109217329-25","ec-person-9e7bd1005456277f156b671d1555c6a460fb2f58"]}} -{"id":"ec-meeting-2021-01-18-cee444e44c5f9f563553d3feb4263d461f4bbd05","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-18 - Mobility and Transport x Wizz Air Group"],"date":["2021-01-18"],"summary":["Slot regulation"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-dg-move"],"involved":["eu-tr-852622937459-14","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2021-01-18-f6af50b7c0f2c2e44b3f148ea5cb12fa2101c902","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-18 - Cabinet of Commissioner Paolo Gentiloni x Costa Group"],"date":["2021-01-18"],"summary":["taxation issues"],"notes":["Portfolio: Economy"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-cabinet-commissioner-gentiloni-of-paolo"],"involved":["eu-tr-350977437809-66","ec-person-404d55367ba0dadec989b6dc2eab96ef2abd96af"]}} -{"id":"ec-meeting-2021-01-18-f723afc64981bbde12f5c1e6ad621ca837041a04","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-18 - Cabinet of Executive Vice-President Frans Timmermans x Xynteo"],"date":["2021-01-18"],"summary":["Speech at Europe Delivers Excomm Meeting (European Green Deal and Climate Change)"],"notes":["Portfolio: European Green Deal"],"location":["video conference (Brussels)"],"address":["video conference (Brussels)"],"addressEntity":["addr-96d45bbb99f3da137b2243f11b529ed54662db90"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-069882140441-92","ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce"]}} -{"id":"ec-meeting-2021-01-19-2415591bc0a6706a2a6d23667a972cd790aac2e6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-19 - Cabinet of Executive Vice-President Frans Timmermans x EuroCommerce"],"date":["2021-01-19"],"summary":["The role of retailers in the context of the Farm to Fork Strategy"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - video conference"],"address":["Brussels - video conference"],"addressEntity":["addr-d7df553e47e69d1cc9f4189b36b7c867f80459b0"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-84973761187-60","ec-person-33624431cbec1074e151c1707715ef46d2ba9565"]}} -{"id":"ec-meeting-2021-01-19-2c6843c0e35c4490238d9093ba922a2e898c3973","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-19 - Cabinet of Executive Vice-President Frans Timmermans x Climate Disclosure Standards Board"],"date":["2021-01-19"],"summary":["Non-financial reporting"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-e88af8eb396e96e3dbc9b4ec6e40a348d26c389c","eu-tr-922386710536-51"]}} -{"id":"ec-meeting-2021-01-19-38973438aee1fbc8f67f2e0d2e4aa162eeed00ad","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-19 - Cabinet of Vice-President Věra Jourová x Center for Reproductive Rights, Inc."],"date":["2021-01-19"],"summary":["Rule of law and human rights concerns in Poland"],"notes":["Portfolio: Values and Transparency"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["ec-person-28fecf6c4f04b3a2af1d74c742e147920ab849c5","ec-person-76793b3bad1c7471121c510a962aae356d19c30b","eu-tr-200145833328-59"]}} -{"id":"ec-meeting-2021-01-19-47202a470e46febadac97a88eac8fac9181630bd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-19 - Cabinet of Commissioner Kadri Simson x Syndicat des énergies renouvelables"],"date":["2021-01-19"],"summary":["Action européenne dans les renouvelables; Impact sur le solaire; Investissements et plan de relance."],"notes":["Portfolio: Energy"],"location":["Video-conferencing"],"address":["Video-conferencing"],"addressEntity":["addr-4611e6784da5e4097c2b6fa2bc5e51eb9a0577bd"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["ec-person-9b7f5fe059e5b0b40e79e9170211aa2f02322fdb","eu-tr-725184140639-24"]}} -{"id":"ec-meeting-2021-01-19-4bc63b7e33ce6cd51dd7e375cdff42d7d655329f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-19 - Communications Networks, Content and Technology x Siemens Healthineers AG"],"date":["2021-01-19"],"summary":["Digital health response to the Covid pandemic (video meeting)"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-982823533509-58","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2021-01-19-4ccc46f5d0f093c41ee633967bb23771a666ad55","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-19 - Structural Reform Support x Association for Financial Markets in Europe"],"date":["2021-01-19"],"summary":["Update on sustainable finace ou exchange of views on sustainable finance"],"location":["Virtual meeting"],"address":["Virtual meeting"],"addressEntity":["addr-1f1f3f51a4da31a1ea5c1b4b21cbf52ad983224f"],"organizer":["ec-dg-reform"],"involved":["eu-tr-65110063986-76","ec-person-a6afb12070a889c7071fdf14b6620c79335680d4"]}} -{"id":"ec-meeting-2021-01-19-6283958b4b4a7756c43dff1fff2eb0a3ff32a1dd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-19 - Communications Networks, Content and Technology x Vodafone Belgium SA"],"date":["2021-01-19"],"summary":["Follow-up meeting - general status quo and challenges of the telecoms industry (video meeting)"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-90142503473-81","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2021-01-19-6b07511d65c2443477d307cdc0a1c949d3903dcb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-19 - Environment x Water Europe"],"date":["2021-01-19"],"summary":["Water immersion"],"location":["Video meeting"],"address":["Video meeting"],"addressEntity":["addr-762dc9b5648e05f3894b6f2597baa8254e5414db"],"organizer":["ec-dg-env"],"involved":["ec-person-f9559d68da38935569ff0be1cadd90e05f0454bd","eu-tr-43176485302-45"]}} -{"id":"ec-meeting-2021-01-19-6eb395b4a4f24847058b536f2927b0934b16f5cb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-19 - Competition x Visa Europe"],"date":["2021-01-19"],"summary":["IFR and Developments in the payment card sector"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-comp"],"involved":["eu-tr-61954192201-58","ec-person-f257bc19c568ad25083c1c1e1651426245cefedf"]}} -{"id":"ec-meeting-2021-01-19-804d532bd26301143f8b2341b526a45e5fc5de9f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-19 - Environment x ClientEarth AISBL"],"date":["2021-01-19"],"summary":["green transition, compliance with the rule of law and necessary conditionality within the recovery plan"],"location":["Video meeting"],"address":["Video meeting"],"addressEntity":["addr-762dc9b5648e05f3894b6f2597baa8254e5414db"],"organizer":["ec-dg-env"],"involved":["ec-person-f9559d68da38935569ff0be1cadd90e05f0454bd","eu-tr-96645517357-19"]}} -{"id":"ec-meeting-2021-01-19-aea33eae908953665b15e6dc3e704d976355fe0a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-19 - Climate Action x The European Steel Association"],"date":["2021-01-19"],"summary":["Taxonomy Delegated Act"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-clima"],"involved":["ec-person-9c5c685692a09a77f2bc8ae9c05663b87cd75aae","eu-tr-93038071152-83"]}} -{"id":"ec-meeting-2021-01-19-d540580ffab8bdf8b90aa98f42f44d745b43b188","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-19 - Cabinet of Commissioner Thierry Breton x Médiamétrie"],"date":["2021-01-19"],"summary":["eprivacy"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-045192140593-93","ec-person-4d83416435f81b1f1e8f5c86aeebb1478577f1d2"]}} -{"id":"ec-meeting-2021-01-19-da5556a71f154db8bc61c19cfed9d118df3f6985","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-19 - Cabinet of President Ursula von der Leyen x European Telecommunications Network Operators' Association"],"date":["2021-01-19"],"summary":["Broadband cost reduction, digital identity, ePrivacy, Digital Decade / Digital Compass, 5G action plan, Green taxonomy, Open RAN"],"notes":["Portfolio: President"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-7019713e72781afb1f3b19032c4752a314b78180","eu-tr-08957111909-85"]}} -{"id":"ec-meeting-2021-01-19-db3ea592279cb3188340c9d6f39c0477fab4318f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-19 - Cabinet of Vice-President Dubravka Šuica x European Large Families Confederation"],"date":["2021-01-19"],"summary":["The situation of large families in Europe"],"notes":["Portfolio: Democracy and Demography"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-dubravka-of-president-suica-vice"],"involved":["eu-tr-92876453439-40","ec-person-83dd3363da89c86d99ea50c3ff2d15a746405110"]}} -{"id":"ec-meeting-2021-01-19-f52a0608876f33653ebdb47d613a0cf5f66ca01b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-19 - Cabinet of Vice-President Věra Jourová x Mozilla Corporation"],"date":["2021-01-19"],"summary":["EDAP, Code of Practice"],"notes":["Portfolio: Values and Transparency"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["eu-tr-174457719063-67","ec-person-fb258e0188a5319bfaba3161382db43f5a85851f"]}} -{"id":"ec-meeting-2021-01-20-083b62e52388eee027dd80dc3bcce67bdc2676be","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-20 - Cabinet of Commissioner Mairead Mcguinness x Association for Financial Markets in Europe"],"date":["2021-01-20"],"summary":["Digital finance"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-0ba9b89127b39af6a66f2fc3ed727332f1b19a34","eu-tr-65110063986-76"]}} -{"id":"ec-meeting-2021-01-20-0ae13ef7addc8649ab3b40d16dead85d186d585d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-20 - Cabinet of Vice-President Věra Jourová x Central European University"],"date":["2021-01-20"],"summary":["Rule of Law"],"notes":["Portfolio: Values and Transparency"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["eu-tr-725945740769-75","ec-person-7e1aeaad9232c788ee790cdb309ccad8f9ffdc5e"]}} -{"id":"ec-meeting-2021-01-20-10ece78b40fb6d206d0629d8e98b0b10b5c6f362","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-20 - Cabinet of Executive Vice-President Valdis Dombrovskis x FoodDrinkEurope European agri-cooperatives European Liaison Committee for Agriculture and agri-food trade European farmers"],"date":["2021-01-20"],"summary":["WTO aircraft dispute"],"notes":["Portfolio: An Economy that Works for People"],"location":["Video conferencing"],"address":["Video conferencing"],"addressEntity":["addr-4a260fcbdf035aeae48bfb811f1225b05f636185"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-f011ed0f7c78d833a79f1206f788e0cbd9cb8864","eu-tr-44856881231-49","eu-tr-75818824519-45","eu-tr-546282614966-51","eu-tr-09586631237-74"]}} -{"id":"ec-meeting-2021-01-20-14711d07a17ef9a2a8ec264c10229749ab3e13dd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-20 - Cabinet of President Ursula von der Leyen x Bundesverband Breitbandkommunikation e.V."],"date":["2021-01-20"],"summary":["Fibre roll-out: joint ventures; avoid public funds crowding out abundant private finance; regulatory incentives for copper migration and for fibre as more sustainable network; cost reduction and administrative facilitation for deployment."],"notes":["Portfolio: President"],"location":["Brussels (WEBEX)"],"address":["Brussels (WEBEX)"],"addressEntity":["addr-3afbdeda01f3dac93a9dc841fdac57d9de27b869"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-7019713e72781afb1f3b19032c4752a314b78180","eu-tr-028570718529-43"]}} -{"id":"ec-meeting-2021-01-20-2b4a27635d4a4cf01b71551508fbcc8f23624193","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-20 - Cabinet of Commissioner Mairead Mcguinness x Stichting European Climate Foundation"],"date":["2021-01-20"],"summary":["Draft delegated act of Taxonomy"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-a5441c6a69a8a94fd64e02def60fcc6567f2c1d8","eu-tr-64869491516-70"]}} -{"id":"ec-meeting-2021-01-20-30a4bbe5f2614d856c809259442e7af7f0c977f0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-20 - Cabinet of Commissioner Stella Kyriakides x Stichting Fair Trade Advocacy Office European Heart Network European Coordination Via Campesina Health Care Without Harm Europe ICLEI - Local Governments for Sustainability European Secretariat European Public Health Alliance Eurocities International Federation of Organic Agriculture Movements EU Regional Group European Environmental Bureau"],"date":["2021-01-20"],"summary":["VC Meeting - Discussion on minimum sustainability criteria for public procurement."],"notes":["Portfolio: Health"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-kyriakides-of-stella"],"involved":["eu-tr-67128251296-84","eu-tr-06798511314-27","eu-tr-57514749088-82","eu-tr-3606882168-35","ec-person-ba73927c33000184cab3f41a76e1b32fe7d7eda8","eu-tr-860901940087-20","eu-tr-28920471149-55","eu-tr-18941013532-08","eu-tr-064034733055-88","eu-tr-12493392840-79"]}} -{"id":"ec-meeting-2021-01-20-38ad36e53cdd1ce27b63f801befc514e44cbcc11","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-20 - Cabinet of Vice-President Věra Jourová x Vodafone Belgium SA"],"date":["2021-01-20"],"summary":["Data protection"],"notes":["Portfolio: Values and Transparency"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["ec-person-221276f2dfa4b8fe628f08e982d967b6aeb61c57","eu-tr-90142503473-81"]}} -{"id":"ec-meeting-2021-01-20-4675f063dc4ec48db7d6848ff0efd8b612db4dd0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-20 - Cabinet of Vice-President Věra Jourová x Twitter International Unlimited Company"],"date":["2021-01-20"],"summary":["EDAP, Code of Practice"],"notes":["Portfolio: Values and Transparency"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["eu-tr-394491614001-72","ec-person-fb258e0188a5319bfaba3161382db43f5a85851f"]}} -{"id":"ec-meeting-2021-01-20-47d1104eb1267f4ba7248a002d0d301ffa98e7af","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-20 - Cabinet of Executive Vice-President Frans Timmermans x industriAll European Trade Union"],"date":["2021-01-20"],"summary":["Preparatory meeting for the event on just transition with the participation of the Executive Vice President"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - video conference"],"address":["Brussels - video conference"],"addressEntity":["addr-d7df553e47e69d1cc9f4189b36b7c867f80459b0"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-d53e00c46a4cc62bbf533e0c9bb35bacb9121989","eu-tr-358284014848-82"]}} -{"id":"ec-meeting-2021-01-20-4a67678af42e6b7a504aa3dfee0727911e2479f4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-20 - Cabinet of Commissioner Jutta Urpilainen x World Organization of the Scout Movement - Bureau Européen du Scoutisme"],"date":["2021-01-20"],"summary":["Youth empowerment"],"notes":["Portfolio: International Partnerships"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["eu-tr-199308213329-62","ec-person-7c4fa9cfb750b5b524c065180fcee1123b8df03e"]}} -{"id":"ec-meeting-2021-01-20-4cf63e732e524953b5660f9f14fb7da81d081b24","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-20 - Cabinet of Commissioner Mairead Mcguinness x Crédit Agricole S.A."],"date":["2021-01-20"],"summary":["Basel III"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Virtual Call"],"address":["Virtual Call"],"addressEntity":["addr-c826f4234a0724471e92a3b7e661c4c9e005aba8"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["eu-tr-35147251117-11","ec-person-49e520c7a9c9c47ccb5acfa68f9416e4233af9f8"]}} -{"id":"ec-meeting-2021-01-20-56a55968f4585c746998e34fd8f21307c44b8dea","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-20 - Cabinet of Executive Vice-President Frans Timmermans x Heinrich Böll Stiftung e.V."],"date":["2021-01-20"],"summary":["Sustainable and Smart Mobility"],"notes":["Portfolio: European Green Deal"],"location":["video call"],"address":["video call"],"addressEntity":["addr-12d8c530d76da0b7745f9c0f9285e7eec97adc55"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-60404068097-81","ec-person-d56ecbfde17436a136fc89c9a978b266e8285c84"]}} -{"id":"ec-meeting-2021-01-20-83803bca78da6bcf00707d1a6f1532da8e37a9d7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-20 - Cabinet of Commissioner Ylva Johansson x Europäische Stabilitäts-Initiative e.V."],"date":["2021-01-20"],"summary":["European Pact on Migration and Asylum"],"notes":["Portfolio: Home Affairs"],"location":["VTC"],"address":["VTC"],"addressEntity":["addr-9d1acaa772820b8ade84113d2da24716fe455be2"],"organizer":["ec-cabinet-commissioner-johansson-of-ylva"],"involved":["ec-person-31b127e72e9dd30ce85ff2b475ac65d28d7dc48d","ec-person-1f14c98028fa6f9f43ee9cd5aef7ed77c30761a5","eu-tr-545618415097-69"]}} -{"id":"ec-meeting-2021-01-20-84632f5774aac383662aaddeda681da5bbb0de95","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-20 - Cabinet of Commissioner Virginijus Sinkevičius x Testbiotech"],"date":["2021-01-20"],"summary":["To discuss new genomic techniques (NGTs) and their impacts"],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["eu-tr-151554816791-61","ec-person-1443799688ae485d7a2fee5c9defab2c5b7c7e6c","ec-person-172a438ed334761e2ab5d52e551fd1bcb6ab6b8d"]}} -{"id":"ec-meeting-2021-01-20-85f7af1b0922c377498b72a12906cdd302c6c974","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-20 - Cabinet of Vice-President Věra Jourová x Journalismfund.eu"],"date":["2021-01-20"],"summary":["Media freedom and investigative journalism & Cross-border investigative journalism"],"notes":["Portfolio: Values and Transparency"],"location":["videoconference"],"address":["videoconference"],"addressEntity":["addr-92b2fbb928e012810d80d9ef1abe12027beee200"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["ec-person-aa83f35da599b82e4f15da018f4b3447eb648f7c","eu-tr-479105940583-20"]}} -{"id":"ec-meeting-2021-01-20-8b05af6323674da2492d7df7ffc8d55cf8ac36fa","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-20 - Financial Stability, Financial Services and Capital Markets Union x ALPHALEX-CONSULT GEIE"],"date":["2021-01-20"],"summary":["US sanctions"],"location":["Virtual meeting"],"address":["Virtual meeting"],"addressEntity":["addr-1f1f3f51a4da31a1ea5c1b4b21cbf52ad983224f"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-065399321943-63","ec-person-1fce211249673c35ee07a801ddee77ab24af8d54"]}} -{"id":"ec-meeting-2021-01-20-91ac13028db8def9f87e89c6c9915d06e3eacd58","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-20 - Cabinet of Commissioner Didier Reynders x Vodafone Belgium SA"],"date":["2021-01-20"],"summary":["Schrems II, the EU Data strategy and digital sovereignty"],"notes":["Portfolio: Justice"],"location":["Video conference"],"address":["Video conference"],"addressEntity":["addr-ebc9fd5c2f372a32153cf3f4d5fb918a96b84a88"],"organizer":["ec-cabinet-commissioner-didier-of-reynders"],"involved":["ec-person-50f9cba2282e1d03395cdd0faf9ce6e9a2ff3104","eu-tr-90142503473-81","ec-person-442bf1ae9900b999673cdd7389224d0e21b67d4d"]}} -{"id":"ec-meeting-2021-01-20-96deba18c5f078a053e923dda7f8bea2dc0ff670","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-20 - Cabinet of Executive Vice-President Frans Timmermans x Stichting European Climate Foundation"],"date":["2021-01-20"],"summary":["EU taxonomy for sustainable activities"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-e88af8eb396e96e3dbc9b4ec6e40a348d26c389c","eu-tr-64869491516-70"]}} -{"id":"ec-meeting-2021-01-20-9e5867f386d673e6d015f81d44591b7d7229999e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-20 - Cabinet of Executive Vice-President Frans Timmermans x Centre de coopération internationale en recherche agronomique pour le développement Helsingin yliopisto Eidgenössische Technische Hochschule Zürich"],"date":["2021-01-20"],"summary":["Biodiversity and the preparation of the EU Forest Strategy"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-661042540157-54","eu-tr-224760439440-04","eu-tr-701189115301-43","ec-person-8af3c81534786a740718d21dc58240738a53ed7b"]}} -{"id":"ec-meeting-2021-01-20-bdf44ea0915d20189c99f56e46ce51df4d0d48e4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-20 - Cabinet of Executive Vice-President Margrethe Vestager x Ecommerce Europe"],"date":["2021-01-20"],"summary":["DSA, DMA"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels (online)"],"address":["Brussels (online)"],"addressEntity":["addr-ef87d086df7b220ed76c9f59ee6efadfac8480c7"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-867433111414-11","ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0"]}} -{"id":"ec-meeting-2021-01-20-cf9136afb59287809b19530b2d4ba14cf9d7a16b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-20 - Cabinet of Vice-President Dubravka Šuica x EUROPEAN TRADE UNION CONFEDERATION"],"date":["2021-01-20"],"summary":["The Conference on the Future of Europe"],"notes":["Portfolio: Democracy and Demography"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-dubravka-of-president-suica-vice"],"involved":["eu-tr-06698681039-26","ec-person-83dd3363da89c86d99ea50c3ff2d15a746405110"]}} -{"id":"ec-meeting-2021-01-20-d3141d70cefe2d5a73e11d29ece3db043b4b7829","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-20 - Environment x Eurocities"],"date":["2021-01-20"],"summary":["a general meeting on environmental topics"],"location":["Videocall"],"address":["Videocall"],"addressEntity":["addr-4b20c60cbed91c52bb56613870c84a7e8fb11240"],"organizer":["ec-dg-env"],"involved":["ec-person-f9559d68da38935569ff0be1cadd90e05f0454bd","eu-tr-12493392840-79"]}} -{"id":"ec-meeting-2021-01-20-e4db39e35912babeb19a0a90cacf19256430252b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-20 - Cabinet of Executive Vice-President Frans Timmermans x Stichting Fair Trade Advocacy Office European Environmental Bureau European Coordination Via Campesina Health Care Without Harm Europe European Heart Network International Federation of Organic Agriculture Movements EU Regional Group European Public Health Alliance ICLEI - Local Governments for Sustainability European Secretariat"],"date":["2021-01-20"],"summary":["Discussion on minimum sustainability criteria for public procurement"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - video conference"],"address":["Brussels - video conference"],"addressEntity":["addr-d7df553e47e69d1cc9f4189b36b7c867f80459b0"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-67128251296-84","eu-tr-06798511314-27","eu-tr-57514749088-82","eu-tr-3606882168-35","eu-tr-860901940087-20","eu-tr-28920471149-55","eu-tr-18941013532-08","eu-tr-064034733055-88","ec-person-33624431cbec1074e151c1707715ef46d2ba9565"]}} -{"id":"ec-meeting-2021-01-20-e7d535d131a36d4a2c93fc635a1e8184fed92f9c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-20 - Cabinet of Executive Vice-President Valdis Dombrovskis x Stichting European Climate Foundation"],"date":["2021-01-20"],"summary":["EU taxonomy for sustainable activities"],"notes":["Portfolio: An Economy that Works for People"],"location":["video - conference"],"address":["video - conference"],"addressEntity":["addr-2eb5d3b5d5bafbd0329beffa547939a5fa3646a2"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-235870cd7eb41f2494f695fce18b5b5b88647113","eu-tr-64869491516-70"]}} -{"id":"ec-meeting-2021-01-21-06af545eee6361cedbcda8fa62812983d3758ce5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-21 - Health and Food Safety x AstraZeneca PLC"],"date":["2021-01-21"],"summary":["follow up vaccines"],"location":["webex"],"address":["webex"],"addressEntity":["addr-a37f437ef502701df6cd547f0ec20f9f6c19464e"],"organizer":["ec-dg-sante"],"involved":["eu-tr-249402638316-62","ec-person-f442ca8cd331fc51ad479fe0db982bb9fdb00647"]}} -{"id":"ec-meeting-2021-01-21-09d9851a47fa3f8b86eba63658bce2f9198b88d3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-21 - Cabinet of Vice-President Věra Jourová x Corporate Europe Observatory European Public Health Alliance"],"date":["2021-01-21"],"summary":["Transparency in tobacco lobbying"],"notes":["Portfolio: Values and Transparency"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["ec-person-221276f2dfa4b8fe628f08e982d967b6aeb61c57","eu-tr-5353162366-85","eu-tr-18941013532-08"]}} -{"id":"ec-meeting-2021-01-21-0b3a5b7efd3bc811ddda2df2101e4e6f9c3460c6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-21 - Cabinet of Vice-President Věra Jourová x Workday"],"date":["2021-01-21"],"summary":["AI, Data transfers, GDPR"],"notes":["Portfolio: Values and Transparency"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["eu-tr-021253717373-58","ec-person-bf54da17217bbddfd9c68fe24d88005ac17e2c4b"]}} -{"id":"ec-meeting-2021-01-21-0d982fd43a1ea422aae30abe4a45051528a1e9b7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-21 - Mobility and Transport x Stiftelsen The Stockholm Environment Institute"],"date":["2021-01-21"],"summary":["Sustainable and Smart Mobility Strategy"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-dg-move"],"involved":["eu-tr-419874835766-57","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2021-01-21-13afa8036ba08afe4dcba73aef78e16406de11cd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-21 - Cabinet of Commissioner Thierry Breton x Costa Group"],"date":["2021-01-21"],"summary":["Impact of the COVID crisis on tourism and cruise ship industry"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-026c2270ec4cbabdb8ac223b2d1fa4202696dc8d","eu-tr-350977437809-66","ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0"]}} -{"id":"ec-meeting-2021-01-21-153fab0e0358628f4c20dc73e2cb7ac534ff5ed3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-21 - Cabinet of Commissioner Mairead Mcguinness x Assicurazioni Generali S.p.A"],"date":["2021-01-21"],"summary":["introduction to activities of Generali, Solvency 2"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Virtual call"],"address":["Virtual call"],"addressEntity":["addr-f8c46889b6ab9c6bbad8df49ec395d1482437918"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["eu-tr-600525713796-88","ec-person-49e520c7a9c9c47ccb5acfa68f9416e4233af9f8"]}} -{"id":"ec-meeting-2021-01-21-16510049a447de66af60066073062d8ab0eaf61f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-21 - Cabinet of Commissioner Mariya Gabriel x FIBA Europe e.V."],"date":["2021-01-21"],"summary":["European Model of Sport, bringing more women / girls to sport and basketball"],"notes":["Portfolio: Innovation and Youth"],"location":["Videoconferencing"],"address":["Videoconferencing"],"addressEntity":["addr-6a073cb5f40659cdadea9f99cd4af4fd631dabcf"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["ec-person-1674399a793e9e6fd7cf55b525515fc862fc9351","eu-tr-448636429336-13"]}} -{"id":"ec-meeting-2021-01-21-1865d339d2db2c9a0b1ca210f32e318c75f431ba","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-21 - Cabinet of Commissioner Kadri Simson x Equinor ASA"],"date":["2021-01-21"],"summary":["Blue hydrogen solutions in steel industry decarbonisation"],"notes":["Portfolio: Energy"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["ec-person-2fb98fc84d2cf8d481688eff3d47f7745ead3592","ec-person-d40f25b5cb5c0681854a4996da444478318f7e58","eu-tr-4447605981-76"]}} -{"id":"ec-meeting-2021-01-21-1aef946f9cf86fc80e0321f7812c0e4b38556c6c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-21 - Cabinet of Executive Vice-President Valdis Dombrovskis x Stichting Fair Trade Advocacy Office"],"date":["2021-01-21"],"summary":["Fair trade"],"notes":["Portfolio: An Economy that Works for People"],"location":["video-conference"],"address":["video-conference"],"addressEntity":["addr-8736c288a4bc51ee27ef4ed41e652409a37e60d1"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-235870cd7eb41f2494f695fce18b5b5b88647113","eu-tr-860901940087-20"]}} -{"id":"ec-meeting-2021-01-21-23b3e5b37e92e52eb3e7a367b7a031ecdbe3af96","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-21 - Cabinet of Commissioner Ylva Johansson x Amnesty International Limited"],"date":["2021-01-21"],"summary":["Western Balkans"],"notes":["Portfolio: Home Affairs"],"location":["VTC"],"address":["VTC"],"addressEntity":["addr-9d1acaa772820b8ade84113d2da24716fe455be2"],"organizer":["ec-cabinet-commissioner-johansson-of-ylva"],"involved":["ec-person-981fc36acd82b2e49db83e43763b908c1a89ec0b","eu-tr-11063928073-34","ec-person-1f14c98028fa6f9f43ee9cd5aef7ed77c30761a5"]}} -{"id":"ec-meeting-2021-01-21-2cff1e8b34a903e8285d502a6bf6b48772e00cf0","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2021-01-21 - Cabinet of Commissioner Mairead Mcguinness x Bundesverband deutscher Banken e.V."],"date":["2021-01-21"],"summary":["Retail Finance, Digital Finance, CMU","Basel III"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Virtual call","virtual meeting"],"address":["Virtual call","virtual meeting"],"addressEntity":["addr-225c82a032511500bff73b3efe0d857849613fd9","addr-f8c46889b6ab9c6bbad8df49ec395d1482437918"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-3a66109f0585c657edbe69190faa41919b50e05f","ec-person-0ba9b89127b39af6a66f2fc3ed727332f1b19a34","eu-tr-0764199368-97","ec-person-49e520c7a9c9c47ccb5acfa68f9416e4233af9f8"]}} -{"id":"ec-meeting-2021-01-21-3092ba86b6ccb90487ab5a82907679eec99de7fd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-21 - Cabinet of Vice-President Maroš Šefčovič x Northvolt"],"date":["2021-01-21"],"summary":["Northvolt leadership day"],"notes":["Portfolio: Interinstitutional Relations and Foresight"],"location":["ONLINE"],"address":["ONLINE"],"addressEntity":["addr-d508ce02935e099b36230ebc62592aae66d4cbc3"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-278373226442-94","ec-person-442becb1e681f03d9df1dc59e73ecf1336c48402","ec-person-1f95be23689cd4ed0a26fe2980f760ccf2d55c1e"]}} -{"id":"ec-meeting-2021-01-21-31165409b0cb469fc51af0b60918fe7567ad4c81","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-21 - Cabinet of Commissioner Mairead Mcguinness x London Stock Exchange Group"],"date":["2021-01-21"],"summary":["Introductory Meeting, Brexit, Sustainable Finance, Digital Resilience"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Video Conferencing"],"address":["Video Conferencing"],"addressEntity":["addr-e3b7413b2ac93be00b6bcff51fdc1374d67118bd"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-2b9c589fb2354bd93067644d2c3d2c058d4c4cc9","eu-tr-550494915045-08"]}} -{"id":"ec-meeting-2021-01-21-40c8c342e33f36f8382af020f58c8177f611b34b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-21 - Cabinet of Commissioner Adina Vălean x IRITS Events Ltd"],"date":["2021-01-21"],"summary":["Meeting to prepare the Commissioner participation to the 10th international Railway Summit."],"notes":["Portfolio: Transport"],"location":["Online meeting"],"address":["Online meeting"],"addressEntity":["addr-9d833a1da3074efd384ee6bc2b108c1f5bb379e0"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["eu-tr-239257041011-55","ec-person-6e21d867543ef3b910e746c319cb048abd054702"]}} -{"id":"ec-meeting-2021-01-21-40d8d4233c40d72c0d825cc41d1c51eed4e09c47","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-21 - Cabinet of Commissioner Jutta Urpilainen x Notre Europe - Institut Jacques Delors / Notre Europe - Jacques Delors Institute"],"date":["2021-01-21"],"summary":["Paris Peace Forum and global governance, the Africa Continental Free Trade Agreement, post-Cotonou and the Africa-Europe Foundation."],"notes":["Portfolio: International Partnerships"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["eu-tr-726109217329-25","ec-person-7c4fa9cfb750b5b524c065180fcee1123b8df03e"]}} -{"id":"ec-meeting-2021-01-21-5792eb9b7ec67316b7d436949e7c9ea025bfe6e0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-21 - Cabinet of Commissioner Elisa Ferreira x None"],"date":["2021-01-21"],"summary":["EU Recovery / Next Generation"],"notes":["Portfolio: Cohesion and Reforms"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-elisa-ferreira-of"],"involved":["eu-tr-959972115771-67","ec-person-63f2d0a26187f98f2895c32cf27b4a574cfb2bba","ec-person-6aefca8f66cd57549e22428bee7f0d2c97d16f52","eu-tr-38225546532-14"]}} -{"id":"ec-meeting-2021-01-21-5a3c7cf5f75a1368eb2b226f0b293d90dad036a5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-21 - Cabinet of Commissioner Mairead Mcguinness x FTI Consulting Belgium NATIXIS"],"date":["2021-01-21"],"summary":["regulatory cooperation EU-US"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-0ba9b89127b39af6a66f2fc3ed727332f1b19a34","eu-tr-654132129361-28","eu-tr-29896393398-67"]}} -{"id":"ec-meeting-2021-01-21-6ce2bf9272034804b345e9aa32c40ba48e3c5864","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-21 - Cabinet of Commissioner Jutta Urpilainen x Teollisuuden Voima Oyj Aula Europe"],"date":["2021-01-21"],"summary":["sustainable finance"],"notes":["Portfolio: International Partnerships"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["eu-tr-352103717639-15","eu-tr-88742028087-64","ec-person-7c4fa9cfb750b5b524c065180fcee1123b8df03e"]}} -{"id":"ec-meeting-2021-01-21-70626ab68003620f56bed27d0efe6482e88cca24","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-21 - Cabinet of Commissioner Adina Vălean x Costa Group"],"date":["2021-01-21"],"summary":["Meeting to discuss developments of the cruise sector."],"notes":["Portfolio: Transport"],"location":["Conference call"],"address":["Conference call"],"addressEntity":["addr-28ba88479582b2f75898964548da4252dc7db7d2"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["eu-tr-350977437809-66","ec-person-7f9ba99138b4fa5c698037dc7507219b1319e0a7","ec-person-267c5ab3ea5304fc6305ef321e214c9c1cd0f78e"]}} -{"id":"ec-meeting-2021-01-21-9fc2e17848a4868f497ae74bd08b8069d053b47d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-21 - Cabinet of Executive Vice-President Margrethe Vestager x ABN AMRO Bank N.V."],"date":["2021-01-21"],"summary":["Banking policy and digitisation"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels (virtual)"],"address":["Brussels (virtual)"],"addressEntity":["addr-758e0df2cde2954c65829147799b6383456f1e21"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-353231132587-96","ec-person-11d97788772862bb34f51dd26d7f92603eac1bf8"]}} -{"id":"ec-meeting-2021-01-21-a1a5af36f5a11d3a4844468ec2dbf599ac5805f0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-21 - Cabinet of Executive Vice-President Frans Timmermans x Sihtasutus Eestimaa Looduse Fond"],"date":["2021-01-21"],"summary":["European Green Deal and forest-based bioenergy"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-205173621277-10","ec-person-8af3c81534786a740718d21dc58240738a53ed7b"]}} -{"id":"ec-meeting-2021-01-21-bfd95f61915be6fbdcd9a5244823024138054cd8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-21 - Cabinet of President Ursula von der Leyen x Microsoft Corporation"],"date":["2021-01-21"],"summary":["Detection & reporting of child sexual abuse online and other illegal content (e.g. terrorist content); differences between traditional & cloud-based communications services; Digital Services Act."],"notes":["Portfolio: President"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["eu-tr-0801162959-21","ec-person-7019713e72781afb1f3b19032c4752a314b78180","ec-person-09e754ed16961925cf1fc45ca9d1622435166a87"]}} -{"id":"ec-meeting-2021-01-21-ca920d02ef007c0d122aebbc55e0fd8df95b6f06","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-21 - Cabinet of Commissioner Mairead Mcguinness x Finance Sector Union"],"date":["2021-01-21"],"summary":["Developments in the EU banking sector; impact of COVID; changes in financial services for customers and staff."],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Video Conferencing"],"address":["Video Conferencing"],"addressEntity":["addr-e3b7413b2ac93be00b6bcff51fdc1374d67118bd"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-2b9c589fb2354bd93067644d2c3d2c058d4c4cc9","eu-tr-833155523741-81"]}} -{"id":"ec-meeting-2021-01-21-cf7b01f24d1f6c11887217a0f4bf9da3dcbd1b07","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-21 - Cabinet of Commissioner Paolo Gentiloni x ClientEarth AISBL"],"date":["2021-01-21"],"summary":["CE position on fuel subsidies"],"notes":["Portfolio: Economy"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-cabinet-commissioner-gentiloni-of-paolo"],"involved":["ec-person-8da36db391ed53f362d495cd564ba8b45c7003e1","eu-tr-96645517357-19"]}} -{"id":"ec-meeting-2021-01-21-d8b48d55bf574d9c79d35de2bbaf204febf8b711","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2021-01-21 - Cabinet of Vice-President Věra Jourová x Committee to Protect Journalists"],"date":["2021-01-21"],"summary":["Rule of Law report/mechanism"],"notes":["Portfolio: Values and Transparency"],"location":["Videoconference","videoconference"],"address":["Videoconference","videoconference"],"addressEntity":["addr-92b2fbb928e012810d80d9ef1abe12027beee200","addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["ec-person-aa83f35da599b82e4f15da018f4b3447eb648f7c","eu-tr-370649919011-72","ec-person-76793b3bad1c7471121c510a962aae356d19c30b","ec-person-7e1aeaad9232c788ee790cdb309ccad8f9ffdc5e"]}} -{"id":"ec-meeting-2021-01-21-e0af3d34614580f39c585fd4bd2bfd5824efa523","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-21 - Cabinet of Commissioner Thierry Breton x eDreams Odigeo"],"date":["2021-01-21"],"summary":["DSA and DMA"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","ec-person-4d83416435f81b1f1e8f5c86aeebb1478577f1d2","eu-tr-616860936668-18"]}} -{"id":"ec-meeting-2021-01-21-e2f674c8424c2b6012aa14661303ed6795b852bd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-21 - Research and Innovation x European University Association"],"date":["2021-01-21"],"summary":["Webinar for the Finnish Higher Education Institutions’ vice-rectors and directors in charge of RDI"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-rtd"],"involved":["ec-person-1d348f33395de0ea6773a7b4ae8797e3e0392f73","eu-tr-81122172998-09"]}} -{"id":"ec-meeting-2021-01-21-f528714b35f21dfee4b11f461d87558eecec1ce4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-21 - Cabinet of Executive Vice-President Margrethe Vestager x Green 10"],"date":["2021-01-21"],"summary":["State aid and Green Deal"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels (virtual)"],"address":["Brussels (virtual)"],"addressEntity":["addr-758e0df2cde2954c65829147799b6383456f1e21"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-11d97788772862bb34f51dd26d7f92603eac1bf8","eu-tr-70309834043-10"]}} -{"id":"ec-meeting-2021-01-22-1243893b2da51101717168ac3260482a22f379fb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-22 - Cabinet of President Ursula von der Leyen x Bill & Melinda Gates Foundation"],"date":["2021-01-22"],"summary":["Mission Innovation and the Breakthrough Energy Catalyst program"],"notes":["Portfolio: President"],"location":["Brussels (WEBEX)"],"address":["Brussels (WEBEX)"],"addressEntity":["addr-3afbdeda01f3dac93a9dc841fdac57d9de27b869"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-f2b941852d3b961d69ed695c2d243a1a2b4a1904","eu-tr-371567915480-41"]}} -{"id":"ec-meeting-2021-01-22-196073da9734c545acf097441aeb691ef671dc91","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-22 - Cabinet of Executive Vice-President Frans Timmermans x Notre Europe - Institut Jacques Delors / Notre Europe - Jacques Delors Institute"],"date":["2021-01-22"],"summary":["Trade policy in the context of the green transition"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - videoconference"],"address":["Brussels - videoconference"],"addressEntity":["addr-a3a01e55b02ab591ce10151760698f4306ec49cb"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-7c876f4825f213b8adbedf089ccedfbc3b36d65b","eu-tr-726109217329-25"]}} -{"id":"ec-meeting-2021-01-22-295e7261e518c1241f116184d075045660a1b3ee","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-22 - Cabinet of President Ursula von der Leyen x Global Citizen"],"date":["2021-01-22"],"summary":["Meeting with the CEO from Global Citizen"],"notes":["Portfolio: President"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["eu-tr-211392938041-28","ec-person-a2ac27c3a7aa93937efc47169c1dc2264a822175"]}} -{"id":"ec-meeting-2021-01-22-2f88b2542f32d2978b6b3e03d4cb0294194fb80a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-22 - Cabinet of Commissioner Mairead Mcguinness x Société Générale"],"date":["2021-01-22"],"summary":["Basel III"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Virtual call"],"address":["Virtual call"],"addressEntity":["addr-f8c46889b6ab9c6bbad8df49ec395d1482437918"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["eu-tr-34369111614-57","ec-person-49e520c7a9c9c47ccb5acfa68f9416e4233af9f8"]}} -{"id":"ec-meeting-2021-01-22-443be7ad60c1ba331fb9f87e527a216422cabb31","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-22 - Cabinet of Commissioner Johannes Hahn x New Horizons Project"],"date":["2021-01-22"],"summary":["Commission’s Anti-racism plan and human resources"],"notes":["Portfolio: Budget and Administration"],"location":["Conference call"],"address":["Conference call"],"addressEntity":["addr-28ba88479582b2f75898964548da4252dc7db7d2"],"organizer":["ec-cabinet-commissioner-hahn-johannes-of"],"involved":["eu-tr-981909138569-80","ec-person-05d36af0ce2983d077f3b72cb8a99ae890f001c5"]}} -{"id":"ec-meeting-2021-01-22-79099e30545989fd1a9181de83114699d4c835f0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-22 - Cabinet of Executive Vice-President Margrethe Vestager x VAUNET - Verband Privater Medien e. V."],"date":["2021-01-22"],"summary":["DSA, DMA"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels (online)"],"address":["Brussels (online)"],"addressEntity":["addr-ef87d086df7b220ed76c9f59ee6efadfac8480c7"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0","eu-tr-27085111347-65"]}} -{"id":"ec-meeting-2021-01-22-7b400ac72bc5e41b6b9731474ca3d6fb7522ba5b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-22 - Cabinet of President Ursula von der Leyen x Bundesverband deutscher Banken e.V."],"date":["2021-01-22"],"summary":["Advancing a single European banking market"],"notes":["Portfolio: President"],"location":["VTC"],"address":["VTC"],"addressEntity":["addr-9d1acaa772820b8ade84113d2da24716fe455be2"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-a159f03add374257584565c2b05cc5539a7526e6","eu-tr-0764199368-97"]}} -{"id":"ec-meeting-2021-01-22-848101e314cafb1a932844f2a50de49a959c4579","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-22 - Cabinet of Executive Vice-President Valdis Dombrovskis x Ford Motor Company"],"date":["2021-01-22"],"summary":["overall trade agenda, EU-UK FTA, EU-Mexico FTA and EU-US relations"],"notes":["Portfolio: An Economy that Works for People"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-9e7bd1005456277f156b671d1555c6a460fb2f58","eu-tr-21851435137-02"]}} -{"id":"ec-meeting-2021-01-22-84b7657cb67f115d334f0b68cfb53890883c175d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-22 - Cabinet of Commissioner Jutta Urpilainen x Cooperatives Europe CONCORD Europe World Fair Trade Organization - Europe"],"date":["2021-01-22"],"summary":["sustainable and inclusive business models through EU external action"],"notes":["Portfolio: International Partnerships"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["eu-tr-34478709670-34","eu-tr-16999985032-07","ec-person-6357f4506ca5351b3a822936612fd6006da48722","eu-tr-452862736936-07","ec-person-e29b72fe81d25796214b1c5915c52a124f06cd9d"]}} -{"id":"ec-meeting-2021-01-22-88a136b3d61c86d80bf0c4aa1395428103876df4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-22 - Mobility and Transport x CANSO - Civil Air Navigation Services Organisation"],"date":["2021-01-22"],"summary":["Transport policy priorities"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-dg-move"],"involved":["eu-tr-26986828838-57","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2021-01-22-8b30dff546713cee78e91c2d795819c57aef992d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-22 - Cabinet of Executive Vice-President Frans Timmermans x Verband Deutscher Maschinen- und Anlagenbau e.V."],"date":["2021-01-22"],"summary":["Discussion on upcoming proposals on sustainable fuels, in particular sustainable aviation fuels"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-f1a3478550296f3f9accdc67d6ef5a0b681dda4b","eu-tr-9765362691-45"]}} -{"id":"ec-meeting-2021-01-22-9642fd28d1d1d172111d19a86c9ade3ab6550e11","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-22 - Cabinet of Vice-President Věra Jourová x Brussels Academy of Justice"],"date":["2021-01-22"],"summary":["Young people exchanges and internships from Eastern Partnership countries"],"notes":["Portfolio: Values and Transparency"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["eu-tr-340682641028-49","ec-person-7e1aeaad9232c788ee790cdb309ccad8f9ffdc5e"]}} -{"id":"ec-meeting-2021-01-22-b4c40d797d4e50ff9f7479600a7e514d2b64b787","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-22 - Internal Market, Industry, Entrepreneurship and SMEs x European Chemical Industry Council"],"date":["2021-01-22"],"summary":["Discuss Industrial Strategy and Chemical Strategy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-grow"],"involved":["ec-person-0151c7e554d188fffc509ad636b7d1a84c5dfcd5","eu-tr-64879142323-90"]}} -{"id":"ec-meeting-2021-01-22-b5f237532faed9e0dbdc6f24dd6a6c643f2a9636","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-22 - Climate Action x Vattenfall Statkraft AS Fortum Oyj"],"date":["2021-01-22"],"summary":["2030 climate and energy framework"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-clima"],"involved":["ec-person-9c5c685692a09a77f2bc8ae9c05663b87cd75aae","eu-tr-12955024114-93","eu-tr-03501997362-71","eu-tr-96327066302-56"]}} -{"id":"ec-meeting-2021-01-22-bba806a913e646ce74f907aaa8e10dedbc1cfe5c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-22 - Cabinet of Commissioner Thierry Breton x Heetch"],"date":["2021-01-22"],"summary":["Challenges of online intermediation platforms in transport"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-4d83416435f81b1f1e8f5c86aeebb1478577f1d2","eu-tr-728904528524-27"]}} -{"id":"ec-meeting-2021-01-22-bbdfe703898a1c931695c9288f244b7434c37e96","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-22 - Cabinet of Commissioner Thierry Breton x Axel Springer SE"],"date":["2021-01-22"],"summary":["Future of Media"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-742417913824-11","ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","ec-person-4d83416435f81b1f1e8f5c86aeebb1478577f1d2","ec-person-5215bd372c5a1202399d77ecceb8c16de8d7d55c"]}} -{"id":"ec-meeting-2021-01-22-bd91a1ce8d6d35463245d64f40b993f481317c8f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-22 - Cabinet of Commissioner Mairead Mcguinness x Euronext"],"date":["2021-01-22"],"summary":["Introductory Meeting & equivalence of CSD's after Brexit."],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Video Conferencing"],"address":["Video Conferencing"],"addressEntity":["addr-e3b7413b2ac93be00b6bcff51fdc1374d67118bd"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-2b9c589fb2354bd93067644d2c3d2c058d4c4cc9","eu-tr-17804464809-28"]}} -{"id":"ec-meeting-2021-01-22-d8e027829e44df8eaee706ed13a657e07708f515","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-22 - Cabinet of Commissioner Mairead Mcguinness x Pan-European Insurance Forum"],"date":["2021-01-22"],"summary":["Solvency II review and pandemic risk insurance"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Video Conferencing."],"address":["Video Conferencing."],"addressEntity":["addr-912f3be8d3c705b575d95bd802535451d4e253ad"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-2b9c589fb2354bd93067644d2c3d2c058d4c4cc9","eu-tr-03667978021-69"]}} -{"id":"ec-meeting-2021-01-22-dfe0e5697607c51fda728ea6ffc76227caa95b12","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-22 - Cabinet of Executive Vice-President Valdis Dombrovskis x Bureau Européen des Unions de Consommateurs"],"date":["2021-01-22"],"summary":["-\tTrade Policy Review\r\n-\tEU-US relations\r\n-\tWTO initiatives: e-commerce, health and climate \r\n-\tTransparency and engagement with civil society"],"notes":["Portfolio: An Economy that Works for People"],"location":["Video-conference"],"address":["Video-conference"],"addressEntity":["addr-afae67aab834151e72f631228e72361e369db072"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["eu-tr-9505781573-45","ec-person-9e7bd1005456277f156b671d1555c6a460fb2f58"]}} -{"id":"ec-meeting-2021-01-22-fc0d981358d06931434eaaec00d31020e475d4d9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-22 - Cabinet of Executive Vice-President Frans Timmermans x Friends of the Earth Europe"],"date":["2021-01-22"],"summary":["Energy Charter Treaty"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - video conference"],"address":["Brussels - video conference"],"addressEntity":["addr-d7df553e47e69d1cc9f4189b36b7c867f80459b0"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-d53e00c46a4cc62bbf533e0c9bb35bacb9121989","eu-tr-9825553393-31"]}} -{"id":"ec-meeting-2021-01-24-295e7261e518c1241f116184d075045660a1b3ee","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-24 - Cabinet of President Ursula von der Leyen x Global Citizen"],"date":["2021-01-24"],"summary":["Meeting with the CEO from Global Citizen"],"notes":["Portfolio: President"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["eu-tr-211392938041-28","ec-person-a2ac27c3a7aa93937efc47169c1dc2264a822175"]}} -{"id":"ec-meeting-2021-01-25-042b414ab8ad1fe2c55b6db536d4254eaec74875","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-25 - Cabinet of Commissioner Kadri Simson x AS LHV Pank"],"date":["2021-01-25"],"summary":["LHV Group initiatives towards a cleaner world. European Green Deal and our initiatives/strategies in it. Financing, green investments and taxonomy. NextGenerationEU & Recovery and the potential of Renovation Wave. Just Transition in Estonia."],"notes":["Portfolio: Energy"],"location":["Tallinn, Estonia"],"address":["Tallinn, Estonia"],"addressEntity":["addr-b80d0713f0edceb178f0049f32c8e1803c061ccc"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["eu-tr-449511822591-64","ec-person-1995c65b8dc7f3702a8c30ed96a0144075848837"]}} -{"id":"ec-meeting-2021-01-25-20eaf246e748b6c074a5ad6008608433ba58cf0b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-25 - Cabinet of Executive Vice-President Margrethe Vestager x Google"],"date":["2021-01-25"],"summary":["DSA, DMA"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels (online)"],"address":["Brussels (online)"],"addressEntity":["addr-ef87d086df7b220ed76c9f59ee6efadfac8480c7"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-11d97788772862bb34f51dd26d7f92603eac1bf8","eu-tr-03181945560-59","ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0"]}} -{"id":"ec-meeting-2021-01-25-2c018faecf27d241e128478dc873bbdd41056e3c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-25 - Cabinet of Commissioner Nicolas Schmit x Verband der Chemischen Industrie e.V."],"date":["2021-01-25"],"summary":["employment situation in the chemical sector, including skills"],"notes":["Portfolio: Jobs and Social Rights"],"location":["online"],"address":["online"],"addressEntity":["addr-2dbc2fd2358e1ea1b7a6bc08ea647b9a337ac92d"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["eu-tr-15423437054-40","ec-person-66fa2c2d100ec194caa42b5c6f97c36e2748b71c","ec-person-4cf4655ab41922e92160325d987a3c4615c72d30"]}} -{"id":"ec-meeting-2021-01-25-32665ee914907fc4c67cfaac88e746b720f618db","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-25 - Cabinet of President Ursula von der Leyen x Eurelectric aisbl"],"date":["2021-01-25"],"summary":["European Green Deal and possible keynote speech of the President at an event organised by Eurelectric in May 2021"],"notes":["Portfolio: President"],"location":["Brussels (VTC)"],"address":["Brussels (VTC)"],"addressEntity":["addr-37c43e0c10e2a2fb447c53cde1d253728a607703"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-f2b941852d3b961d69ed695c2d243a1a2b4a1904","eu-tr-4271427696-87"]}} -{"id":"ec-meeting-2021-01-25-346bedcbb9f88e861fdb2d2d81cf9ef2595ed97c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-25 - Cabinet of Commissioner Nicolas Schmit x BUSINESSEUROPE"],"date":["2021-01-25"],"summary":["Meeting on the European Pillar of Social Rights and the Porto Social Summit."],"notes":["Portfolio: Jobs and Social Rights"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-4cf4655ab41922e92160325d987a3c4615c72d30","eu-tr-3978240953-79","ec-person-935314e38d735654cae8ee61313a3d73439b242d","ec-person-c2208333f0f75350eef62b355a40bf856f2d9cef","ec-person-c03b949331dbbe5fa3d5423758e371ec1b9b832f"]}} -{"id":"ec-meeting-2021-01-25-66431b583f89e1fdf18e734eba88d5c293503df1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-25 - Cabinet of Commissioner Kadri Simson x Eesti Meediaettevõtete Liit MTÜ"],"date":["2021-01-25"],"summary":["Complaint submitted by the Estonian Media Enterprises Association to the European Commission in September 2020"],"notes":["Portfolio: Energy"],"location":["EC Representation in Tallinn"],"address":["EC Representation in Tallinn"],"addressEntity":["addr-1b6b4e0e40970f4f110ae8f4993a6f054e01d23e"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["eu-tr-618977541514-02","ec-person-1995c65b8dc7f3702a8c30ed96a0144075848837"]}} -{"id":"ec-meeting-2021-01-25-7b6257cd6989a419ad32dca559ff5fa034a81586","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-25 - Cabinet of President Ursula von der Leyen x Institutional Investors Group on Climate Change"],"date":["2021-01-25"],"summary":["Dialogue with investors on Green deal"],"notes":["Portfolio: President"],"location":["Brussels (WEBEX)"],"address":["Brussels (WEBEX)"],"addressEntity":["addr-3afbdeda01f3dac93a9dc841fdac57d9de27b869"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-f2b941852d3b961d69ed695c2d243a1a2b4a1904","eu-tr-962717910722-61"]}} -{"id":"ec-meeting-2021-01-25-bf4e7d17e468f60bee5ce8bf90f58cddf2a1c6ec","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-25 - Cabinet of Commissioner Mairead Mcguinness x Intercontinental Exchange, Inc."],"date":["2021-01-25"],"summary":["Technical follow-up to the meeting of the Commissioner with ICE on exchange traded derivatives"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-44c404268b70ce0b79c4e148b5a7c4ae2c53ee30","ec-person-0ba9b89127b39af6a66f2fc3ed727332f1b19a34","eu-tr-141041215133-83"]}} -{"id":"ec-meeting-2021-01-25-cdc18bcbc6ce16225687377c4aa8087a659c40d5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-25 - Cabinet of Commissioner Thierry Breton x TIM S.p.A."],"date":["2021-01-25"],"summary":["Investment in fibre networks in Italy"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-4d83416435f81b1f1e8f5c86aeebb1478577f1d2","eu-tr-078655018381-34"]}} -{"id":"ec-meeting-2021-01-25-ce7bb8fa16a199d20a3fd6c53ca05b5dd58af1d0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-25 - Cabinet of Commissioner Adina Vălean x Community of European Railway and Infrastructure Companies UNIFE"],"date":["2021-01-25"],"summary":["Perticipation of the Commissioner to the European Railway award ceremony"],"notes":["Portfolio: Transport"],"location":["Conference call"],"address":["Conference call"],"addressEntity":["addr-28ba88479582b2f75898964548da4252dc7db7d2"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["eu-tr-9624415524-28","eu-tr-7574621118-27","ec-person-267c5ab3ea5304fc6305ef321e214c9c1cd0f78e"]}} -{"id":"ec-meeting-2021-01-25-cf6c0249f5c39e34c140124ad37e73eb844e0591","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-25 - Cabinet of Commissioner Mairead Mcguinness x Alipay (Europe) Limited S.A."],"date":["2021-01-25"],"summary":["Digital Finance. Digital transformation. Retail Payments"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-0ba9b89127b39af6a66f2fc3ed727332f1b19a34","ec-person-3a66109f0585c657edbe69190faa41919b50e05f","eu-tr-127713636440-67"]}} -{"id":"ec-meeting-2021-01-25-cfe46276b318371e8015a55e9fdc0fa41db66b7f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-25 - Cabinet of Commissioner Mairead Mcguinness x Global Legal Entity Identifier Foundation"],"date":["2021-01-25"],"summary":["legal identifiers"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-0ba9b89127b39af6a66f2fc3ed727332f1b19a34","eu-tr-660337819709-62"]}} -{"id":"ec-meeting-2021-01-25-d260ebc910d101f68fbea668e13c8b91efc4b476","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-25 - Cabinet of Commissioner Jutta Urpilainen x Bayer Nordic SE"],"date":["2021-01-25"],"summary":["Bayer Nordic requested to present their sustainability goals and exchange on International partnerships."],"notes":["Portfolio: International Partnerships"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["eu-tr-112778840894-52","ec-person-7c4fa9cfb750b5b524c065180fcee1123b8df03e"]}} -{"id":"ec-meeting-2021-01-25-e244be29dee59b4fe550cc00896bf3edcb73960d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-25 - Cabinet of Executive Vice-President Margrethe Vestager x Telia Company AB Schibsted ASA H & M Hennes & Mauritz AB Spotify Essity Aktiebolag (publ) Carlsberg Breweries A/S Wolt Enterprises Equinor ASA Ingka Services A.B. Telenor Volvo Car Corporation AB Volvo AB Electrolux Home Products Novo Nordisk A/S"],"date":["2021-01-25"],"summary":["Commission’s priorities for digital and industrial policy in 2021"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-1095068839-59","eu-tr-365747616583-15","eu-tr-381805014604-45","eu-tr-532331921544-33","eu-tr-937959014241-02","eu-tr-29570313329-11","eu-tr-811973020584-68","ec-person-bb1f295d8be3d10004d7e5fd7c24248a21215775","eu-tr-987241938472-54","eu-tr-4447605981-76","eu-tr-51773601133-57","eu-tr-3444341114-03","ec-person-eecca27e2a9c3fc0d4bd43564e4960382705feef","eu-tr-74574295642-60","eu-tr-74126393166-46","eu-tr-048387711728-21"]}} -{"id":"ec-meeting-2021-01-25-eb07875bdff12cd539eaa5327488f0a97d2c5f62","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-25 - Cabinet of Commissioner Thierry Breton x Kreab EURO WIPES"],"date":["2021-01-25"],"summary":["Single use plastics, chemicals"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-1078390517-54","ec-person-6308dea893b9b1ca0dcd5b91b4a1ac4c2f3020ad","eu-tr-602446041053-58"]}} -{"id":"ec-meeting-2021-01-25-fe2290db5742d9f612a5343cfac350734126902b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-25 - Cabinet of Executive Vice-President Frans Timmermans x Bayer AG"],"date":["2021-01-25"],"summary":["Preparation of a panel discussion at the Davos summit"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - video conference"],"address":["Brussels - video conference"],"addressEntity":["addr-d7df553e47e69d1cc9f4189b36b7c867f80459b0"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-68673b08d89a6e808027adc388726386f46aa7f5","eu-tr-3523776801-85","ec-person-33624431cbec1074e151c1707715ef46d2ba9565"]}} -{"id":"ec-meeting-2021-01-26-049484ff85cff95a41b2b1a7cd5a9dbef6979d4a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-26 - Research and Innovation x Wirtschaftsvereinigung Stahl"],"date":["2021-01-26"],"summary":["Steel action concept between German Federal Ministry for Economic Affairs and Energy and the steel industry in Germany"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-rtd"],"involved":["eu-tr-75755621888-61","ec-person-1d348f33395de0ea6773a7b4ae8797e3e0392f73"]}} -{"id":"ec-meeting-2021-01-26-0d4ff146ee3ad330572dfff4686a2707b79977d4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-26 - Cabinet of Commissioner Mairead Mcguinness x WWF European Policy Programme"],"date":["2021-01-26"],"summary":["Sustainable Finance"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Video Conferencing"],"address":["Video Conferencing"],"addressEntity":["addr-e3b7413b2ac93be00b6bcff51fdc1374d67118bd"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-2b9c589fb2354bd93067644d2c3d2c058d4c4cc9","eu-tr-1414929419-24"]}} -{"id":"ec-meeting-2021-01-26-13b360a24ae594741bd45b7ac9f73c13f8e58c72","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-26 - Cabinet of Executive Vice-President Frans Timmermans x Koninklijke Vereniging van de Nederlandse Chemische Industrie"],"date":["2021-01-26"],"summary":["Virtual debate \"Industrie verkiezingsdebat VNCI VNPI\""],"notes":["Portfolio: European Green Deal"],"location":["Brussels (video conference)"],"address":["Brussels (video conference)"],"addressEntity":["addr-1a77e12c05a39186f3ddab600c3e9e619c4822ef"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce","eu-tr-78753091151-50"]}} -{"id":"ec-meeting-2021-01-26-14922657e9d128be866069aa44435b0087835ad4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-26 - Cabinet of Commissioner Adina Vălean x Airports Council International - European Region"],"date":["2021-01-26"],"summary":["Meeting to prepare the Commissioner's meeting with ACI tomorrow."],"notes":["Portfolio: Transport"],"location":["Conference call"],"address":["Conference call"],"addressEntity":["addr-28ba88479582b2f75898964548da4252dc7db7d2"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["ec-person-5f7f9d4d861c5b97fbd25bccf6323535d2a7ceb8","eu-tr-42566063487-73"]}} -{"id":"ec-meeting-2021-01-26-18bd963d20000cd04eb292bf89e991b80703e27c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-26 - Cabinet of Commissioner Ylva Johansson x Médecins Sans Frontières International"],"date":["2021-01-26"],"summary":["European Pact on Migration and Asylum."],"notes":["Portfolio: Home Affairs"],"location":["VTC"],"address":["VTC"],"addressEntity":["addr-9d1acaa772820b8ade84113d2da24716fe455be2"],"organizer":["ec-cabinet-commissioner-johansson-of-ylva"],"involved":["eu-tr-928308827208-10","ec-person-31b127e72e9dd30ce85ff2b475ac65d28d7dc48d","ec-person-eafe594fe2bcb6af27f0422c2491a9d8cf2400da","ec-person-1f14c98028fa6f9f43ee9cd5aef7ed77c30761a5"]}} -{"id":"ec-meeting-2021-01-26-18c506ef2e702e4f3b84e31b4a9581a6933c3bd2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-26 - Cabinet of Commissioner Virginijus Sinkevičius x Kreab Les Dérivés Résiniques et Terpèniques"],"date":["2021-01-26"],"summary":["The revision of the RED II in the context of the European Green Deal"],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["online"],"address":["online"],"addressEntity":["addr-2dbc2fd2358e1ea1b7a6bc08ea647b9a337ac92d"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["eu-tr-299147238608-28","eu-tr-1078390517-54","ec-person-a58f1d06f5cb1d8dfd278e0c36d5aa1b9368b270"]}} -{"id":"ec-meeting-2021-01-26-22d5eb7fdf87cf5ee064c75e865921f9b1a0353d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-26 - Internal Market, Industry, Entrepreneurship and SMEs x Orgalim – Europe's Technology Industries"],"date":["2021-01-26"],"summary":["discuss the Industrial Strategy ‘Update’ and the Industrial Forum"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-grow"],"involved":["ec-person-0151c7e554d188fffc509ad636b7d1a84c5dfcd5","eu-tr-20210641335-88"]}} -{"id":"ec-meeting-2021-01-26-24eaa056af770c04e76d54345c748cbffb5d7740","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-26 - Cabinet of Commissioner Thierry Breton x European PVC Window Profiles and related Building Products Association"],"date":["2021-01-26"],"summary":["Chemicals"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-6308dea893b9b1ca0dcd5b91b4a1ac4c2f3020ad","eu-tr-847748313670-41"]}} -{"id":"ec-meeting-2021-01-26-2b933b46ed380f7281a12debdf74c926433ec191","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-26 - Cabinet of Commissioner Mariya Gabriel x Groupement Européen des Sociétés d'Auteurs et Compositeurs"],"date":["2021-01-26"],"summary":["the impact of the crisis on the cultural sector"],"notes":["Portfolio: Innovation and Youth"],"location":["Videoconferencing"],"address":["Videoconferencing"],"addressEntity":["addr-6a073cb5f40659cdadea9f99cd4af4fd631dabcf"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["ec-person-1674399a793e9e6fd7cf55b525515fc862fc9351","eu-tr-36529354479-57"]}} -{"id":"ec-meeting-2021-01-26-2c51095d58edfec3bfcc9dbe94718a487f194938","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-26 - Cabinet of Commissioner Didier Reynders x Association for Financial Markets in Europe"],"date":["2021-01-26"],"summary":["substainable corporate governance"],"notes":["Portfolio: Justice"],"location":["video conference"],"address":["video conference"],"addressEntity":["addr-6dc12e3c97077db82f32184f24341ce370a445fd"],"organizer":["ec-cabinet-commissioner-didier-of-reynders"],"involved":["ec-person-442bf1ae9900b999673cdd7389224d0e21b67d4d","eu-tr-65110063986-76"]}} -{"id":"ec-meeting-2021-01-26-304bec2aa5a934fe9a74b573cb69380084e046bd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-26 - Cabinet of Commissioner Mairead Mcguinness x The Bank of New York Mellon"],"date":["2021-01-26"],"summary":["CMU/Sustainable Finance"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-a5441c6a69a8a94fd64e02def60fcc6567f2c1d8","eu-tr-980942613952-12"]}} -{"id":"ec-meeting-2021-01-26-30bc2c216389ddab595f52037a2497ab6c9ef5f4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-26 - Cabinet of Commissioner Adina Vălean x MSC Cruises S.A."],"date":["2021-01-26"],"summary":["Meeting to discuss the situation of cruises and the COVID pandemic."],"notes":["Portfolio: Transport"],"location":["Conference call"],"address":["Conference call"],"addressEntity":["addr-28ba88479582b2f75898964548da4252dc7db7d2"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["ec-person-267c5ab3ea5304fc6305ef321e214c9c1cd0f78e","ec-person-7f9ba99138b4fa5c698037dc7507219b1319e0a7","eu-tr-769682639546-50"]}} -{"id":"ec-meeting-2021-01-26-30c4d565a61bb72e5f011fc818307f19149298a9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-26 - Cabinet of Commissioner Thierry Breton x Groupement Européen des Sociétés d'Auteurs et Compositeurs"],"date":["2021-01-26"],"summary":["Exchange on COVID-19 impact on culture and creative sector"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","ec-person-5215bd372c5a1202399d77ecceb8c16de8d7d55c","eu-tr-36529354479-57"]}} -{"id":"ec-meeting-2021-01-26-3f169e77894629d8ee2d95c27e210e6938ff8e3e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-26 - Cabinet of Commissioner Nicolas Schmit x Groupement Européen des Sociétés d'Auteurs et Compositeurs"],"date":["2021-01-26"],"summary":["Meeting on the impact of Covid-19 on the creative and cultural sector."],"notes":["Portfolio: Jobs and Social Rights"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-935314e38d735654cae8ee61313a3d73439b242d","ec-person-4cf4655ab41922e92160325d987a3c4615c72d30","ec-person-c03b949331dbbe5fa3d5423758e371ec1b9b832f","eu-tr-36529354479-57"]}} -{"id":"ec-meeting-2021-01-26-421c469d043a8888df2ad96c19f69b74832559a6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-26 - Cabinet of Executive Vice-President Frans Timmermans x Leaders' Quest Foundation"],"date":["2021-01-26"],"summary":["Partnership between Count Us In and the European Climate Pact"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - video conference"],"address":["Brussels - video conference"],"addressEntity":["addr-d7df553e47e69d1cc9f4189b36b7c867f80459b0"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-68673b08d89a6e808027adc388726386f46aa7f5","eu-tr-979237141049-78","ec-person-f8efd5ca1c3794aa2954d6b5f54ff94f015fba20","ec-person-ef3e882499136b48d744f4751cee95c0f8866078"]}} -{"id":"ec-meeting-2021-01-26-4eb754be57542d2fee626f8a1d98c63148a47a96","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-26 - Environment x Greenpeace European Unit"],"date":["2021-01-26"],"summary":["EU legislation on Forest and Ecosystem Risk Commodities"],"location":["Video meeting"],"address":["Video meeting"],"addressEntity":["addr-762dc9b5648e05f3894b6f2597baa8254e5414db"],"organizer":["ec-dg-env"],"involved":["ec-person-f9559d68da38935569ff0be1cadd90e05f0454bd","eu-tr-9832909575-41"]}} -{"id":"ec-meeting-2021-01-26-5d3de29d50ee5d70d360a65d7f5737a0235c865c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-26 - Cabinet of Executive Vice-President Frans Timmermans x Finnish Energy - Energiateollisuus ry"],"date":["2021-01-26"],"summary":["Finnish energy sector views on the European Green Deal"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - video conference"],"address":["Brussels - video conference"],"addressEntity":["addr-d7df553e47e69d1cc9f4189b36b7c867f80459b0"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-d53e00c46a4cc62bbf533e0c9bb35bacb9121989","eu-tr-68861821910-84"]}} -{"id":"ec-meeting-2021-01-26-60cef93f1fad7bf905694d100f18936f6947790e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-26 - Cabinet of Vice-President Věra Jourová x European Network of National Human Rights Institutions"],"date":["2021-01-26"],"summary":["Human rights"],"notes":["Portfolio: Values and Transparency"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["eu-tr-684831617188-52","ec-person-28fecf6c4f04b3a2af1d74c742e147920ab849c5"]}} -{"id":"ec-meeting-2021-01-26-6d667bf8e29312b3dbbd0db07e78c8497eedccd2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-26 - Cabinet of Commissioner Virginijus Sinkevičius x European Young Engineers MTÜ"],"date":["2021-01-26"],"summary":["To discuss Circular Economy with focus on water reuse."],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["eu-tr-578001221797-91","ec-person-dd7a7b1952e158f4195d34cff333ec79a4f48ba3","ec-person-a58f1d06f5cb1d8dfd278e0c36d5aa1b9368b270"]}} -{"id":"ec-meeting-2021-01-26-745a3081ac7a15ab6eb29756e4ac4051910fab66","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-26 - Cabinet of Executive Vice-President Frans Timmermans x None"],"date":["2021-01-26"],"summary":["EU ETS, Carbon Border Adjustment Mechanism, Circular economy"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - videoconference"],"address":["Brussels - videoconference"],"addressEntity":["addr-a3a01e55b02ab591ce10151760698f4306ec49cb"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-972729217124-54","eu-tr-464728537297-80","ec-person-7c876f4825f213b8adbedf089ccedfbc3b36d65b","eu-tr-23527541824-60","eu-tr-056181239457-50","eu-tr-814394434851-43","eu-tr-295567915794-69","eu-tr-93038071152-83","eu-tr-288211239086-16","eu-tr-304658739465-33","eu-tr-08746491502-16","eu-tr-022621940923-41"]}} -{"id":"ec-meeting-2021-01-26-8042cbaf9c1a714312f7585152225f570b5d0b9c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-26 - Cabinet of Commissioner Thierry Breton x European Round Table for Industry AIR LIQUIDE"],"date":["2021-01-26"],"summary":["Industrial strategy"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-6308dea893b9b1ca0dcd5b91b4a1ac4c2f3020ad","eu-tr-94857385769-70","eu-tr-25487567824-45"]}} -{"id":"ec-meeting-2021-01-26-815afbc412b0864850331f6ceda289ed994f69c2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-26 - Cabinet of President Ursula von der Leyen x European Federation for Family Employment - Fédération européenne des emplois de la famille"],"date":["2021-01-26"],"summary":["Action Plan on the Implementation of the European Pillar of Social Rights and Personal and Household Services (PHS) sector"],"notes":["Portfolio: President"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["eu-tr-716909919073-32","ec-person-66d141295841bdd2d0679d93aae62e07580fcee5"]}} -{"id":"ec-meeting-2021-01-26-91fef7efc3de09cc0e3588e4daa31b294158af57","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-26 - Cabinet of Vice-President Margaritis Schinas x Groupement Européen des Sociétés d'Auteurs et Compositeurs"],"date":["2021-01-26"],"summary":["Rebuilding Europe: The cultural and creative economy before and after COVID-19"],"notes":["Portfolio: Promoting the European Way of Life"],"location":["virtual meeting"],"address":["virtual meeting"],"addressEntity":["addr-225c82a032511500bff73b3efe0d857849613fd9"],"organizer":["ec-cabinet-margaritis-of-president-schinas-vice"],"involved":["ec-person-d5cada2a1a17537a675985af31e5ce07ae3bfd42","ec-person-b59ff7316734021e48aa7e0fd79eeeab36ea2bb4","eu-tr-36529354479-57"]}} -{"id":"ec-meeting-2021-01-26-9675f0267669149f272561208769a5f9e1f204a8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-26 - Cabinet of Commissioner Mairead Mcguinness x European Financial Services Round Table"],"date":["2021-01-26"],"summary":["Integrated EU Financial Market."],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Video Conferencing"],"address":["Video Conferencing"],"addressEntity":["addr-e3b7413b2ac93be00b6bcff51fdc1374d67118bd"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-2b9c589fb2354bd93067644d2c3d2c058d4c4cc9","eu-tr-27636291880-60"]}} -{"id":"ec-meeting-2021-01-26-a016a544e19b85fd75a9c69581fa1a14f99bba32","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-26 - Cabinet of Commissioner Jutta Urpilainen x Sustainable Energy for All"],"date":["2021-01-26"],"summary":["role of sustainable energy in partner countries"],"notes":["Portfolio: International Partnerships"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["eu-tr-365585639064-33","ec-person-7c4fa9cfb750b5b524c065180fcee1123b8df03e"]}} -{"id":"ec-meeting-2021-01-26-b42cec072fb7d58e699ef46bb6470ec6f6a4f2b4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-26 - Cabinet of Vice-President Dubravka Šuica x Groupement Européen des Sociétés d'Auteurs et Compositeurs"],"date":["2021-01-26"],"summary":["Conference on the Future of Europe"],"notes":["Portfolio: Democracy and Demography"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-dubravka-of-president-suica-vice"],"involved":["ec-person-83dd3363da89c86d99ea50c3ff2d15a746405110","eu-tr-36529354479-57"]}} -{"id":"ec-meeting-2021-01-26-d1eb60f6d2b441fabdb9246c1b6569d658a85edb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-26 - Cabinet of Vice-President Maroš Šefčovič x EUROPEAN TRADE UNION CONFEDERATION"],"date":["2021-01-26"],"summary":["online meeting between Vice-President Šefčovič and the Secretary General of ETUC. Topics: follow-up of the Foresight report and of the Conference on the Future of Europe."],"notes":["Portfolio: Interinstitutional Relations and Foresight"],"location":["online"],"address":["online"],"addressEntity":["addr-2dbc2fd2358e1ea1b7a6bc08ea647b9a337ac92d"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-1f95be23689cd4ed0a26fe2980f760ccf2d55c1e","eu-tr-06698681039-26"]}} -{"id":"ec-meeting-2021-01-26-db23f2e021901be6bc63e3a07d2cb1ef8863fdc4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-26 - Cabinet of Executive Vice-President Valdis Dombrovskis x Groupement Européen des Sociétés d'Auteurs et Compositeurs"],"date":["2021-01-26"],"summary":["Discussion on effects of COVID19 crisis to the cultural and creative sectors; EU's support for culture and creative sectors, including Recovery and Resilience Facility"],"notes":["Portfolio: An Economy that Works for People"],"location":["video-conference"],"address":["video-conference"],"addressEntity":["addr-8736c288a4bc51ee27ef4ed41e652409a37e60d1"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-9e7bd1005456277f156b671d1555c6a460fb2f58","eu-tr-36529354479-57"]}} -{"id":"ec-meeting-2021-01-26-deeeb1ae1b592f7f55c257e6c5aa0a022f1b3bdf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-26 - Cabinet of Commissioner Jutta Urpilainen x One Young World Young European Leadership European Youth Forum African Diaspora Youth Forum in Europe African Caribbean Pacific Young Professionals Network Youth Climate Council (Ungeklimarådet)"],"date":["2021-01-26"],"summary":["Launching of the youth advisory board"],"notes":["Portfolio: International Partnerships"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["eu-tr-468354137125-78","eu-tr-518638525733-44","eu-tr-365301337247-70","eu-tr-43251547769-22","eu-tr-416740040270-21","eu-tr-702368038978-79","ec-person-7c4fa9cfb750b5b524c065180fcee1123b8df03e"]}} -{"id":"ec-meeting-2021-01-26-ee628e30c02f26f08d030db6c4cca82447b57b9f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-26 - Cabinet of Commissioner Mariya Gabriel x Universiteit Antwerpen"],"date":["2021-01-26"],"summary":["European University Initiative and challenges, European Higher Education system"],"notes":["Portfolio: Innovation and Youth"],"location":["Videoconferencing"],"address":["Videoconferencing"],"addressEntity":["addr-6a073cb5f40659cdadea9f99cd4af4fd631dabcf"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["ec-person-1674399a793e9e6fd7cf55b525515fc862fc9351","eu-tr-924473926079-08"]}} -{"id":"ec-meeting-2021-01-26-ff72e658c78538c70de6438ee4a0b78ec09d742e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-26 - Cabinet of Vice-President Dubravka Šuica x StartupVillage - Territorio Emprendimiento"],"date":["2021-01-26"],"summary":["Follow up from last year's meeting and update on the latest development about start-up village and the ongoing discussions with OECD and their work in Canada rural areas."],"notes":["Portfolio: Democracy and Demography"],"location":["Brussels, online"],"address":["Brussels, online"],"addressEntity":["addr-af0c18ce12d80192c627f5a1fdfcb8ed37836e47"],"organizer":["ec-cabinet-dubravka-of-president-suica-vice"],"involved":["ec-person-2ea66ac99d83c7f0ff7dfcfd7d90f9416dc22e61","ec-person-3fde0db8d8834e47db2b7c32ce5c469b66548f1b","eu-tr-608407240301-51"]}} -{"id":"ec-meeting-2021-01-27-007c445d6ed464ded13d1a074f0f993e946b94dd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-27 - Cabinet of Executive Vice-President Frans Timmermans x Royal Association of Netherlands' Shipowners"],"date":["2021-01-27"],"summary":["Follow-up discussion on Green Deal initiatives in the shipping sector"],"notes":["Portfolio: European Green Deal"],"location":["video call"],"address":["video call"],"addressEntity":["addr-12d8c530d76da0b7745f9c0f9285e7eec97adc55"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-05693918534-87","ec-person-f1a3478550296f3f9accdc67d6ef5a0b681dda4b"]}} -{"id":"ec-meeting-2021-01-27-02a030d7f3eae094ad94b4a1954cdb9f51454e4e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-27 - Cabinet of Commissioner Johannes Hahn x Wirtschaftskammer Österreich"],"date":["2021-01-27"],"summary":["Speaker at WKÖ Wirtschaftsclub: Multiannual Financial Framework 2021-2027"],"notes":["Portfolio: Budget and Administration"],"location":["Conference Call"],"address":["Conference Call"],"addressEntity":["addr-fc1d49ef884f6a7b62842b93c5c3474fcf89e743"],"organizer":["ec-cabinet-commissioner-hahn-johannes-of"],"involved":["ec-person-a3674866c760605fc38abed4dffd3f94f2c83d64","eu-tr-10405322962-08"]}} -{"id":"ec-meeting-2021-01-27-14922657e9d128be866069aa44435b0087835ad4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-27 - Cabinet of Commissioner Adina Vălean x Airports Council International - European Region"],"date":["2021-01-27"],"summary":["Particpation to ACI Management board."],"notes":["Portfolio: Transport"],"location":["Conference call"],"address":["Conference call"],"addressEntity":["addr-28ba88479582b2f75898964548da4252dc7db7d2"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["ec-person-5f7f9d4d861c5b97fbd25bccf6323535d2a7ceb8","eu-tr-42566063487-73","ec-person-267c5ab3ea5304fc6305ef321e214c9c1cd0f78e"]}} -{"id":"ec-meeting-2021-01-27-160b0f6a6f7992587770e4db63a78352e023afe3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-27 - Cabinet of Commissioner Virginijus Sinkevičius x World Economic Forum"],"date":["2021-01-27"],"summary":["Panel discussion on building a net-zero, nature-positive economy and how the private sector can support the European Green Deal ambitious targets"],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["eu-tr-049060636194-17","ec-person-dd7a7b1952e158f4195d34cff333ec79a4f48ba3","ec-person-9de2bdbd71a153577984a493028e19bcb8c1514f"]}} -{"id":"ec-meeting-2021-01-27-17bb8fa2d44d66930d77e7dbb4690669d9a3c784","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-27 - Cabinet of Executive Vice-President Frans Timmermans x International Federation of Organic Agriculture Movements EU Regional Group"],"date":["2021-01-27"],"summary":["Ramping up organic agriculture in the EU"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - videoconference"],"address":["Brussels - videoconference"],"addressEntity":["addr-a3a01e55b02ab591ce10151760698f4306ec49cb"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-67128251296-84","ec-person-7c876f4825f213b8adbedf089ccedfbc3b36d65b"]}} -{"id":"ec-meeting-2021-01-27-220e9b14398f096ddf671ec2264c785d85b0b8c2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-27 - Cabinet of Commissioner Kadri Simson x KIC InnoEnergy SE Roofit Solar Energy ENEL SpA Société Générale EPIA SolarPower Europe"],"date":["2021-01-27"],"summary":["Solar PV manufacturing in the EU. Revision of the Renewable Directive, Energy Efficiency, role of renewable and solar in the Climate Target Plan."],"notes":["Portfolio: Energy"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["ec-person-9b7f5fe059e5b0b40e79e9170211aa2f02322fdb","eu-tr-2680046412-48","eu-tr-34369111614-57","ec-person-2fb98fc84d2cf8d481688eff3d47f7745ead3592","eu-tr-462849021886-85","eu-tr-130533640993-55","eu-tr-6256831207-27","ec-person-1995c65b8dc7f3702a8c30ed96a0144075848837"]}} -{"id":"ec-meeting-2021-01-27-28b4045c7cd581e991a656d217889967635c7050","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-27 - Cabinet of Executive Vice-President Frans Timmermans x The Good Food Institute Europe (Belgium)"],"date":["2021-01-27"],"summary":["Discussion on plant based diets"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - video conference"],"address":["Brussels - video conference"],"addressEntity":["addr-d7df553e47e69d1cc9f4189b36b7c867f80459b0"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-542451235684-35","ec-person-33624431cbec1074e151c1707715ef46d2ba9565"]}} -{"id":"ec-meeting-2021-01-27-2b19346a23a1462bc63765bf8f8459c189d3a034","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-27 - Cabinet of Commissioner Jutta Urpilainen x KfW Bankengruppe"],"date":["2021-01-27"],"summary":["KfW participation in EFSD+"],"notes":["Portfolio: International Partnerships"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["ec-person-7204caa5e704bc4a911fee13ad5c0f62fd74b3bc","eu-tr-79019799690-13"]}} -{"id":"ec-meeting-2021-01-27-329a984ee8a2a741ccff1ef5a8b2cfdb3b24cb02","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-27 - Cabinet of Executive Vice-President Frans Timmermans x TotalEnergies SE"],"date":["2021-01-27"],"summary":["Climate neutrality"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-1849405799-88","ec-person-e88af8eb396e96e3dbc9b4ec6e40a348d26c389c"]}} -{"id":"ec-meeting-2021-01-27-342adaf93aff557b5ae4e1a1bd9c517a56f23da2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-27 - Environment x European Chemical Industry Council"],"date":["2021-01-27"],"summary":["Chemical Industry, Green Deal and Climate Neutrality"],"location":["Video meeting"],"address":["Video meeting"],"addressEntity":["addr-762dc9b5648e05f3894b6f2597baa8254e5414db"],"organizer":["ec-dg-env"],"involved":["ec-person-f9559d68da38935569ff0be1cadd90e05f0454bd","eu-tr-64879142323-90"]}} -{"id":"ec-meeting-2021-01-27-37511c80783c2d3b2d0f8d05eb3adbc6e17c1ea1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-27 - Cabinet of Commissioner Nicolas Schmit x The Open University Uber"],"date":["2021-01-27"],"summary":["Meeting on adult learning programmes."],"notes":["Portfolio: Jobs and Social Rights"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-66fa2c2d100ec194caa42b5c6f97c36e2748b71c","ec-person-4cf4655ab41922e92160325d987a3c4615c72d30","eu-tr-002278013515-26","eu-tr-411351510015-07"]}} -{"id":"ec-meeting-2021-01-27-3863fe07a7cfad66667831c01836a8a82ddb0c30","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-27 - Cabinet of Executive Vice-President Frans Timmermans x Friends of Europe"],"date":["2021-01-27"],"summary":["Europe fit for the Digital Age"],"notes":["Portfolio: European Green Deal"],"location":["video call"],"address":["video call"],"addressEntity":["addr-12d8c530d76da0b7745f9c0f9285e7eec97adc55"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-99436366768-45","ec-person-d56ecbfde17436a136fc89c9a978b266e8285c84"]}} -{"id":"ec-meeting-2021-01-27-3e7e2fa43dfc123e602c00e1f709608e0e7c3cc2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-27 - Cabinet of Executive Vice-President Frans Timmermans x Stichting IMAGINE Foundation"],"date":["2021-01-27"],"summary":["Preparatory call for a meeting with CEOs in the food chain"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - video conference"],"address":["Brussels - video conference"],"addressEntity":["addr-d7df553e47e69d1cc9f4189b36b7c867f80459b0"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-009532038479-10","ec-person-33624431cbec1074e151c1707715ef46d2ba9565"]}} -{"id":"ec-meeting-2021-01-27-45f317046e98660a98e0d652498762e972660039","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-27 - Cabinet of Executive Vice-President Margrethe Vestager x IMPALA Association Internationale AISBL International Video Federation Society of Audiovisual Authors European Visual Artists Sports Rights Owners' Coalition Groupement Européen des Sociétés d'Auteurs et Compositeurs Association of European Performers’ Organisations"],"date":["2021-01-27"],"summary":["Main challenges and priorities for Cultural and Creative Industries to overcome the crisis and allow for the sector to help rebuilding the European economy at large"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels (online)"],"address":["Brussels (online)"],"addressEntity":["addr-ef87d086df7b220ed76c9f59ee6efadfac8480c7"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-69221462428-97","eu-tr-36529354479-57","eu-tr-7013477846-25","ec-person-3da433aae105b13fe027e9c9b3dcac2c97029370","eu-tr-121604011075-40","ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0","eu-tr-422544515758-37","eu-tr-99336382936-11","eu-tr-12383069253-19"]}} -{"id":"ec-meeting-2021-01-27-469967bfe7f0880d09bede56deaeefb32857e39d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-27 - Cabinet of Commissioner Janusz Wojciechowski x Eurogroup for Animals"],"date":["2021-01-27"],"summary":["Live animal transport"],"notes":["Portfolio: Agriculture"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["eu-tr-6809935493-49","ec-person-08c62f972c22464aca7a65520eb9406f8db14a66"]}} -{"id":"ec-meeting-2021-01-27-4869c1258a0705af529bdd67d8d2c1ffdbda1fda","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-27 - Cabinet of Commissioner Jutta Urpilainen x Save the Children Europe"],"date":["2021-01-27"],"summary":["Education"],"notes":["Portfolio: International Partnerships"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["eu-tr-697362735627-20","ec-person-6357f4506ca5351b3a822936612fd6006da48722"]}} -{"id":"ec-meeting-2021-01-27-4a67678af42e6b7a504aa3dfee0727911e2479f4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-27 - Cabinet of Commissioner Jutta Urpilainen x World Organization of the Scout Movement - Bureau Européen du Scoutisme"],"date":["2021-01-27"],"summary":["Youth"],"notes":["Portfolio: International Partnerships"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["eu-tr-199308213329-62","ec-person-6357f4506ca5351b3a822936612fd6006da48722"]}} -{"id":"ec-meeting-2021-01-27-7c5d69c7dc94829f63817c9ba3af4c800c7dd8d4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-27 - Cabinet of Commissioner Thierry Breton x ECTA"],"date":["2021-01-27"],"summary":["Telecoms regulation"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-4d83416435f81b1f1e8f5c86aeebb1478577f1d2","eu-tr-932781112187-50"]}} -{"id":"ec-meeting-2021-01-27-80a6fb6ccfb88628efdeeefa2fbf482a30267330","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-27 - Environment x Biodiversity Action Europe"],"date":["2021-01-27"],"summary":["biodiversity in general and the future of their movement"],"location":["video meeting"],"address":["video meeting"],"addressEntity":["addr-461e1e892f0c482e21523e45368c4331d84fbeef"],"organizer":["ec-dg-env"],"involved":["ec-person-f9559d68da38935569ff0be1cadd90e05f0454bd","eu-tr-749847441105-73"]}} -{"id":"ec-meeting-2021-01-27-847681e171da549ffabeec91cd9dc5226ac1a3b1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-27 - Cabinet of Commissioner Stella Kyriakides x Centre de liaison des industries transformatrices de viande de l'UE"],"date":["2021-01-27"],"summary":["VC Meeting - Sustainable Food Systems"],"notes":["Portfolio: Health"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-kyriakides-of-stella"],"involved":["ec-person-ba73927c33000184cab3f41a76e1b32fe7d7eda8","eu-tr-02978802379-31","ec-person-43784ba1f5299ace66cb2287545e1dcae4372d14"]}} -{"id":"ec-meeting-2021-01-27-8f1030a0eb0546171c64d878a4e6b2d95e073bca","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-27 - Cabinet of Commissioner Didier Reynders x eBay EU liaison office"],"date":["2021-01-27"],"summary":["GPSD,DSA, Covid 19"],"notes":["Portfolio: Justice"],"location":["Video conference"],"address":["Video conference"],"addressEntity":["addr-ebc9fd5c2f372a32153cf3f4d5fb918a96b84a88"],"organizer":["ec-cabinet-commissioner-didier-of-reynders"],"involved":["ec-person-442bf1ae9900b999673cdd7389224d0e21b67d4d","ec-person-1e25399e2267734c5f4c69093d2286c8898ee9f0","eu-tr-40386322300-77"]}} -{"id":"ec-meeting-2021-01-27-9e917c8f2970807f5e2aa747fb7c200241643d79","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-27 - Cabinet of Executive Vice-President Margrethe Vestager x Cercle des Réseaux européens"],"date":["2021-01-27"],"summary":["Digital Decade, Digital Services Act, Digital Markets Act, White Paper on Artificial Intelligence, Data Strategy, Data Governance Act"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels (online)"],"address":["Brussels (online)"],"addressEntity":["addr-ef87d086df7b220ed76c9f59ee6efadfac8480c7"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0","eu-tr-212885415901-57","ec-person-11ba005cc4046696303381b7ca219da9b11a42bf"]}} -{"id":"ec-meeting-2021-01-27-a8b84f7cbee4bd76b92343bca683e9ae32c25d4e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-27 - Financial Stability, Financial Services and Capital Markets Union x City of London Corporation TheCityUK"],"date":["2021-01-27"],"summary":["Post Brexit cooperation between the EU and the UK in financial services"],"location":["Virtual meeting"],"address":["Virtual meeting"],"addressEntity":["addr-1f1f3f51a4da31a1ea5c1b4b21cbf52ad983224f"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-237922911665-25","ec-person-1fce211249673c35ee07a801ddee77ab24af8d54","eu-tr-695661118936-08"]}} -{"id":"ec-meeting-2021-01-27-aec7407d9ccbb1f06a3d736d5a83f2df30ba329e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-27 - Cabinet of Commissioner Thierry Breton x UNIFE"],"date":["2021-01-27"],"summary":["Public procurement and the White Paper on foreign subsidies"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-9624415524-28","ec-person-4b5aaa9cea258419f934faa90c41e25de348a2d8"]}} -{"id":"ec-meeting-2021-01-27-d6bb72da723ee9eb03ced4f0181dd351eb750a97","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-27 - Cabinet of President Ursula von der Leyen x EUROPE FOR FAMILY"],"date":["2021-01-27"],"summary":["Mutual Recognition of Parenthood"],"notes":["Portfolio: President"],"location":["Videoconference (Webex)"],"address":["Videoconference (Webex)"],"addressEntity":["addr-1d1fac2fc3128e76e886da827095d20a695ec42a"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["eu-tr-742489515854-03","ec-person-66d141295841bdd2d0679d93aae62e07580fcee5"]}} -{"id":"ec-meeting-2021-01-27-e3e6c8f4da77a9b15e071e63390ce3994ab7b9d9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-27 - Cabinet of Commissioner Mairead Mcguinness x Association française des sociétés Financières"],"date":["2021-01-27"],"summary":["BASEL III"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Virtual call"],"address":["Virtual call"],"addressEntity":["addr-f8c46889b6ab9c6bbad8df49ec395d1482437918"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["eu-tr-97303386616-87","ec-person-49e520c7a9c9c47ccb5acfa68f9416e4233af9f8"]}} -{"id":"ec-meeting-2021-01-27-e48686f35d7f6b5375f55be944fe6d0abf7bc9f1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-27 - Cabinet of Commissioner Elisa Ferreira x Deloitte & Associés"],"date":["2021-01-27"],"summary":["Shaping the future of EU Cities\r\nRemark: Interview by Deloitte Portugal"],"notes":["Portfolio: Cohesion and Reforms"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-elisa-ferreira-of"],"involved":["eu-tr-419726214834-51","ec-person-884d261ef161b119c9fc64f7a0514dc014ca2bd7"]}} -{"id":"ec-meeting-2021-01-27-e92a88669f01c0ed3c23c6a8534d83cca146df3c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-27 - Cabinet of Commissioner Thierry Breton x Société Générale EPIA SolarPower Europe ENEL SpA KIC InnoEnergy SE Roofit Solar Energy"],"date":["2021-01-27"],"summary":["Solar PV manufacturing in the EU"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-2680046412-48","eu-tr-34369111614-57","ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","eu-tr-462849021886-85","eu-tr-130533640993-55","ec-person-026c2270ec4cbabdb8ac223b2d1fa4202696dc8d","eu-tr-6256831207-27"]}} -{"id":"ec-meeting-2021-01-27-eb28b51f6ec8fb731aed859497130a8b3527c7f8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-27 - Cabinet of Commissioner Mairead Mcguinness x World Economic Forum"],"date":["2021-01-27"],"summary":["Financing the 'net zero' transactions"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Video Conferencing"],"address":["Video Conferencing"],"addressEntity":["addr-e3b7413b2ac93be00b6bcff51fdc1374d67118bd"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["eu-tr-049060636194-17","ec-person-2b9c589fb2354bd93067644d2c3d2c058d4c4cc9"]}} -{"id":"ec-meeting-2021-01-27-ee458579c661d0064c0dcc0aa794f30f5cd55f31","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-27 - Cabinet of President Ursula von der Leyen x Tony Blair Institute for Global Change"],"date":["2021-01-27"],"summary":["Meeting with CEO Institute for Global Change"],"notes":["Portfolio: President"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-a2ac27c3a7aa93937efc47169c1dc2264a822175","eu-tr-820300530953-18"]}} -{"id":"ec-meeting-2021-01-27-f2188f7559c3e896a818c8388b93fbd772cd3d3b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-27 - Cabinet of Executive Vice-President Frans Timmermans x Confederation of Norwegian Enterprise"],"date":["2021-01-27"],"summary":["Speech at online yearly conference on the European single market organised in cooperation with The Confederation of Norwegian Enterprise (NHO)"],"notes":["Portfolio: European Green Deal"],"location":["Brussels (video conference)"],"address":["Brussels (video conference)"],"addressEntity":["addr-1a77e12c05a39186f3ddab600c3e9e619c4822ef"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-07442991338-05","ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce"]}} -{"id":"ec-meeting-2021-01-27-f3796e640d3827b9a12e767324be7e9b30f4e51d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-27 - Cabinet of Commissioner Didier Reynders x European Coalition for Corporate Justice WeMove Europe gGmbH Friends of Europe"],"date":["2021-01-27"],"summary":["Substainable Corporate Governance"],"notes":["Portfolio: Justice"],"location":["Video conference"],"address":["Video conference"],"addressEntity":["addr-ebc9fd5c2f372a32153cf3f4d5fb918a96b84a88"],"organizer":["ec-cabinet-commissioner-didier-of-reynders"],"involved":["eu-tr-48872621093-60","eu-tr-99436366768-45","ec-person-442bf1ae9900b999673cdd7389224d0e21b67d4d","eu-tr-951727724586-61"]}} -{"id":"ec-meeting-2021-01-27-fcacd88cd922f7289d1b6dac2b57ea8b338429bf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-27 - Cabinet of Executive Vice-President Frans Timmermans x SYSTEMIQ LIMITED"],"date":["2021-01-27"],"summary":["Smart mobility as driver for the EU Green Deal"],"notes":["Portfolio: European Green Deal"],"location":["video call"],"address":["video call"],"addressEntity":["addr-12d8c530d76da0b7745f9c0f9285e7eec97adc55"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-d56ecbfde17436a136fc89c9a978b266e8285c84","eu-tr-538958337111-82"]}} -{"id":"ec-meeting-2021-01-28-06446b0f2f51b9b3c1228944e7dc6efc97276877","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-28 - Cabinet of Commissioner Janusz Wojciechowski x Compassion in World Farming Brussels"],"date":["2021-01-28"],"summary":["Discussion on the ‘End the Cage Age’, the first successful European Citizens’ Initiative for farmed animals."],"notes":["Portfolio: Agriculture"],"location":["video phone call"],"address":["video phone call"],"addressEntity":["addr-20169d8760eb932415b38f11daea45615ba4bb37"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["eu-tr-953480437831-04","ec-person-354147678cd662e9949df96a1b58663c347a35f9"]}} -{"id":"ec-meeting-2021-01-28-0b3a5b7efd3bc811ddda2df2101e4e6f9c3460c6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-28 - Cabinet of Vice-President Věra Jourová x Workday"],"date":["2021-01-28"],"summary":["CPDP Conference panel on AI regulation"],"notes":["Portfolio: Values and Transparency"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["eu-tr-021253717373-58","ec-person-fb258e0188a5319bfaba3161382db43f5a85851f"]}} -{"id":"ec-meeting-2021-01-28-140aa425806192661c0309a1d5e7cadeea9b9c6f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-28 - Cabinet of Executive Vice-President Frans Timmermans x EUROPEAN TRADE UNION CONFEDERATION"],"date":["2021-01-28"],"summary":["Just transition, social aspects of recovery"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - videoconference"],"address":["Brussels - videoconference"],"addressEntity":["addr-a3a01e55b02ab591ce10151760698f4306ec49cb"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-7c876f4825f213b8adbedf089ccedfbc3b36d65b","eu-tr-06698681039-26"]}} -{"id":"ec-meeting-2021-01-28-14d698000010ae80db7ab676b986d40944134c23","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-28 - Cabinet of Executive Vice-President Frans Timmermans x None"],"date":["2021-01-28"],"summary":["Panel intervention at the webinar: Social policy in the EU 2020. Role of EGD on the SDGs."],"notes":["Portfolio: European Green Deal"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-9eafbf4a92961023c7df3ab389ae6d4301dec4bf","eu-tr-521878025223-22","eu-tr-578408218330-43"]}} -{"id":"ec-meeting-2021-01-28-25ee99a36967d4f201e953e4b631fe9c5a6471ef","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-28 - Cabinet of Commissioner Mairead Mcguinness x Ibec"],"date":["2021-01-28"],"summary":["EU priorities for the year."],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Video Conferencing"],"address":["Video Conferencing"],"addressEntity":["addr-e3b7413b2ac93be00b6bcff51fdc1374d67118bd"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-2b9c589fb2354bd93067644d2c3d2c058d4c4cc9","eu-tr-479468313744-50"]}} -{"id":"ec-meeting-2021-01-28-3587e9af9271bdb082f421437d99db36837ad48a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-28 - Cabinet of Commissioner Mairead Mcguinness x The Alternative Investment Management Association Limited"],"date":["2021-01-28"],"summary":["Economic recovery post Brexit\r\n\r\nCapital Markets Union"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Video Conferencing"],"address":["Video Conferencing"],"addressEntity":["addr-e3b7413b2ac93be00b6bcff51fdc1374d67118bd"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-2b9c589fb2354bd93067644d2c3d2c058d4c4cc9","eu-tr-232566516087-90"]}} -{"id":"ec-meeting-2021-01-28-35e5a1b70ee075e5c0603e645f1c804ca59d22dd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-28 - Cabinet of Commissioner Mairead Mcguinness x CONSEIL DE COOPERATION ECONOMIQUE"],"date":["2021-01-28"],"summary":["CMU Action Plan & International role of the Euro"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Video Conferencing"],"address":["Video Conferencing"],"addressEntity":["addr-e3b7413b2ac93be00b6bcff51fdc1374d67118bd"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-2b9c589fb2354bd93067644d2c3d2c058d4c4cc9","eu-tr-146893419149-74"]}} -{"id":"ec-meeting-2021-01-28-3863fe07a7cfad66667831c01836a8a82ddb0c30","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-28 - Cabinet of Executive Vice-President Frans Timmermans x Friends of Europe"],"date":["2021-01-28"],"summary":["Panel intervention at webinar The way forward: plastics in a circular economy"],"notes":["Portfolio: European Green Deal"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-9eafbf4a92961023c7df3ab389ae6d4301dec4bf","eu-tr-99436366768-45"]}} -{"id":"ec-meeting-2021-01-28-3b65737003baa8911c78dff5a83f3549cacff9fe","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-28 - Cabinet of Executive Vice-President Frans Timmermans x Sea Ranger Service"],"date":["2021-01-28"],"summary":["European Green Deal and marine environment"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-222115540283-62","ec-person-8af3c81534786a740718d21dc58240738a53ed7b"]}} -{"id":"ec-meeting-2021-01-28-407b1321afd03f71cf167ff57faf9cefc80e27c6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-28 - Cabinet of Vice-President Margaritis Schinas x VAS-European Independent Foundation in Angiology/Vascular Medicine"],"date":["2021-01-28"],"summary":["Angiology and vascular medicine"],"notes":["Portfolio: Promoting the European Way of Life"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-margaritis-of-president-schinas-vice"],"involved":["ec-person-d5cada2a1a17537a675985af31e5ce07ae3bfd42","ec-person-180e5c5b13dac533a1241b0f9d78176c8bec3d51","eu-tr-818165941069-15"]}} -{"id":"ec-meeting-2021-01-28-4669a61cb99593a72316a1cfa88689b467ad7849","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-28 - Cabinet of Executive Vice-President Frans Timmermans x Eindhoven-Brainport EU Office"],"date":["2021-01-28"],"summary":["Virtual speech at Captains of Industry - Green Deal event"],"notes":["Portfolio: European Green Deal"],"location":["Brussels (video conference)"],"address":["Brussels (video conference)"],"addressEntity":["addr-1a77e12c05a39186f3ddab600c3e9e619c4822ef"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-770879211019-11","ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce"]}} -{"id":"ec-meeting-2021-01-28-47d1104eb1267f4ba7248a002d0d301ffa98e7af","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-28 - Cabinet of Executive Vice-President Frans Timmermans x industriAll European Trade Union"],"date":["2021-01-28"],"summary":["Just transition in Central and Eastern Europe"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - videoconference"],"address":["Brussels - videoconference"],"addressEntity":["addr-a3a01e55b02ab591ce10151760698f4306ec49cb"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-7c876f4825f213b8adbedf089ccedfbc3b36d65b","eu-tr-358284014848-82"]}} -{"id":"ec-meeting-2021-01-28-4a25394f8e160faeb68d796713c1a47fa164fe4a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-28 - Cabinet of Vice-President Věra Jourová x Indra"],"date":["2021-01-28"],"summary":["Misinformation in electoral processes"],"notes":["Portfolio: Values and Transparency"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["eu-tr-208351410839-33","ec-person-7e1aeaad9232c788ee790cdb309ccad8f9ffdc5e"]}} -{"id":"ec-meeting-2021-01-28-50fa5ff396e6793211ae1e5bc77d51e52bb24874","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-28 - Cabinet of Commissioner Nicolas Schmit x EUROPEAN TRADE UNION CONFEDERATION"],"date":["2021-01-28"],"summary":["European Pillar of Social Rights and Porto Social Summit"],"notes":["Portfolio: Jobs and Social Rights"],"location":["online"],"address":["online"],"addressEntity":["addr-2dbc2fd2358e1ea1b7a6bc08ea647b9a337ac92d"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-8eb18b6102d444937bc6af5822a6742812165b48","ec-person-4cf4655ab41922e92160325d987a3c4615c72d30","eu-tr-06698681039-26","ec-person-935314e38d735654cae8ee61313a3d73439b242d","ec-person-ad985b200e2d6242a09bce10bf1502b043bf59b4"]}} -{"id":"ec-meeting-2021-01-28-62a0ae0a601527c34265c521ed71edeef17c86b4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-28 - Cabinet of Commissioner Thierry Breton x trivago N.V."],"date":["2021-01-28"],"summary":["DSA and DMA"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-4d83416435f81b1f1e8f5c86aeebb1478577f1d2","eu-tr-194701439441-91"]}} -{"id":"ec-meeting-2021-01-28-75e251fd63d89547742917ca1dc57265e2c17a36","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-28 - Cabinet of President Ursula von der Leyen x Global Citizen Pandemic Action Network The ONE Campaign"],"date":["2021-01-28"],"summary":["Global Health Summit"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["eu-tr-211392938041-28","eu-tr-26098317349-65","eu-tr-621243638636-02","ec-person-a15f450526451c70384a05ea9a3a7400ba2d3e7e"]}} -{"id":"ec-meeting-2021-01-28-81e82a989a51dd126fa7da6fcd534f8329cccbe5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-28 - Cabinet of Commissioner Stella Kyriakides x European Sustainable Agriculture through Genome Editing"],"date":["2021-01-28"],"summary":["VC meeting: Genome editing."],"notes":["Portfolio: Health"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-kyriakides-of-stella"],"involved":["eu-tr-030272137138-11","ec-person-081d99a6f9ed1259db43e2cbcba20275774511b2"]}} -{"id":"ec-meeting-2021-01-28-823b4781fe64d73c3fe79c0721fb13979cfe6d41","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-28 - Cabinet of Commissioner Nicolas Schmit x International Federation of Red Cross and Red Crescent Societies Deutsches Rotes Kreuz e.V."],"date":["2021-01-28"],"summary":["Meeting on EU and Red Cross activities in response to the pandemic as well as social protection and inclusion in addressing the effects of the crisis."],"notes":["Portfolio: Jobs and Social Rights"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-4cf4655ab41922e92160325d987a3c4615c72d30","eu-tr-433616222895-66","ec-person-15afa0e4cf7c5272c826dda163350404ebbccdc3","eu-tr-132236315085-89","ec-person-c03b949331dbbe5fa3d5423758e371ec1b9b832f"]}} -{"id":"ec-meeting-2021-01-28-8ab26cee93a3a9e4a040abc7efd1f9b0cfbb9435","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-28 - Cabinet of Commissioner Thierry Breton x Orgalim – Europe's Technology Industries"],"date":["2021-01-28"],"summary":["Industrial strategy"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-6308dea893b9b1ca0dcd5b91b4a1ac4c2f3020ad","eu-tr-20210641335-88"]}} -{"id":"ec-meeting-2021-01-28-948318dda48f9c8e6d37a279b827622b468b364c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-28 - Cabinet of Executive Vice-President Frans Timmermans x Netherlands Organisation for Applied Scientific Research TNO"],"date":["2021-01-28"],"summary":["Online keynote speech at event 10 years Solliance Solar Research (on renewables and key role for the energy transition)"],"notes":["Portfolio: European Green Deal"],"location":["Brussels (video conference)"],"address":["Brussels (video conference)"],"addressEntity":["addr-1a77e12c05a39186f3ddab600c3e9e619c4822ef"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-40524063921-20","ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce"]}} -{"id":"ec-meeting-2021-01-28-a87f3c9813332f7fa537fb928b7ba0687476c980","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-28 - Cabinet of Commissioner Virginijus Sinkevičius x Sea Ranger Service"],"date":["2021-01-28"],"summary":["European Green Deal and marine environment"],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["ec-person-172a438ed334761e2ab5d52e551fd1bcb6ab6b8d","ec-person-c92a6b4ef8328855b0234011be623ed9f15c86f3","ec-person-1443799688ae485d7a2fee5c9defab2c5b7c7e6c","ec-person-a3ed762188f9656ad2089827d1f121894fc1c0d2","eu-tr-222115540283-62","ec-person-9de2bdbd71a153577984a493028e19bcb8c1514f"]}} -{"id":"ec-meeting-2021-01-28-aa3fcd07f189c44c213837a7e60b95dd5a8fd6d7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-28 - Cabinet of Commissioner Kadri Simson x Verband der Chemischen Industrie e.V."],"date":["2021-01-28"],"summary":["-\tthe status of the Climate Law;\r\n-\tthe ongoing preparation of the Fit for 55% package."],"notes":["Portfolio: Energy"],"location":["Video Conferencing"],"address":["Video Conferencing"],"addressEntity":["addr-e3b7413b2ac93be00b6bcff51fdc1374d67118bd"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["eu-tr-15423437054-40","ec-person-9b7f5fe059e5b0b40e79e9170211aa2f02322fdb"]}} -{"id":"ec-meeting-2021-01-28-be3e76a92c062e6658ad26cfce3862e3e486e940","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-28 - Cabinet of Commissioner Virginijus Sinkevičius x European Cocoa Association"],"date":["2021-01-28"],"summary":["To discuss the cocoa initiative and deforestation-related issues, raised by traders and manufacturers of cocoa."],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["ec-person-dd7a7b1952e158f4195d34cff333ec79a4f48ba3","ec-person-9de2bdbd71a153577984a493028e19bcb8c1514f","eu-tr-03804222429-10"]}} -{"id":"ec-meeting-2021-01-28-cc3f44df0a669914db70ef8663da7fcb1910ea60","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-28 - Cabinet of Commissioner Thierry Breton x ARIANEGROUP HOLDING"],"date":["2021-01-28"],"summary":["Hydrogène"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-6308dea893b9b1ca0dcd5b91b4a1ac4c2f3020ad","eu-tr-030910537575-52"]}} -{"id":"ec-meeting-2021-01-28-ebcd419e6b00d2dfb206bc23c9fa129aedfde6d3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-28 - Cabinet of Commissioner Virginijus Sinkevičius x Conférence des Régions Périphériques Maritimes d'Europe (CRPM)"],"date":["2021-01-28"],"summary":["Speech at the webinar on a sustainable recovery of the blue economy in Europe"],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["eu-tr-5546423688-07","ec-person-dd7a7b1952e158f4195d34cff333ec79a4f48ba3","ec-person-c92a6b4ef8328855b0234011be623ed9f15c86f3"]}} -{"id":"ec-meeting-2021-01-29-0ac7e55cbe140d36c43c26662ec84b8a312ce21f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-29 - Cabinet of Executive Vice-President Margrethe Vestager x The Danish Chamber of Commerce"],"date":["2021-01-29"],"summary":["COVID19 recovery plan"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Copenhagen"],"address":["Copenhagen"],"addressEntity":["addr-3f7c839db34cfeebcefe96d90a0e37e02c8e52c6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-11d97788772862bb34f51dd26d7f92603eac1bf8","eu-tr-0330934426-12"]}} -{"id":"ec-meeting-2021-01-29-0ccf1b2dc4162acda659ac2ffbcfb50b6bdac131","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-29 - Cabinet of Executive Vice-President Frans Timmermans x Agora Energiewende"],"date":["2021-01-29"],"summary":["Decarbonisation of energy-intensive industries"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-e88af8eb396e96e3dbc9b4ec6e40a348d26c389c","eu-tr-321342621105-20"]}} -{"id":"ec-meeting-2021-01-29-129e649fc095ee147b76632ce1a22eb5d8a26567","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-29 - Cabinet of Commissioner Mairead Mcguinness x Allianz SE"],"date":["2021-01-29"],"summary":["introduction to activities of Allianz, Solvency 2"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Virtual call"],"address":["Virtual call"],"addressEntity":["addr-f8c46889b6ab9c6bbad8df49ec395d1482437918"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["eu-tr-05503341949-54","ec-person-49e520c7a9c9c47ccb5acfa68f9416e4233af9f8"]}} -{"id":"ec-meeting-2021-01-29-1af3ca42b2ba756b6993386dc21dca008061a439","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-29 - Cabinet of Commissioner Thierry Breton x Agora Energiewende"],"date":["2021-01-29"],"summary":["Decarbonisation of energy-intensive industries"],"notes":["Portfolio: Internal Market"],"location":["Videconference"],"address":["Videconference"],"addressEntity":["addr-e611dc74f08dc0cb4369d9147ee1bc357f769320"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-6308dea893b9b1ca0dcd5b91b4a1ac4c2f3020ad","ec-person-026c2270ec4cbabdb8ac223b2d1fa4202696dc8d","eu-tr-321342621105-20"]}} -{"id":"ec-meeting-2021-01-29-1daba9c4a4c50fa88dfa7be883a3a1773a0b749e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-29 - Cabinet of Executive Vice-President Margrethe Vestager x Confederation of Danish Industry"],"date":["2021-01-29"],"summary":["COVID19 recovery plan"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Copenhagen"],"address":["Copenhagen"],"addressEntity":["addr-3f7c839db34cfeebcefe96d90a0e37e02c8e52c6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-11d97788772862bb34f51dd26d7f92603eac1bf8","eu-tr-5749958415-41"]}} -{"id":"ec-meeting-2021-01-29-224d437e4a9a03e5aaaa2a3213c19f658aebb0c6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-29 - Cabinet of Executive Vice-President Valdis Dombrovskis x The Club of Rome"],"date":["2021-01-29"],"summary":["Sustainable Finance – EU Taxonomy"],"notes":["Portfolio: An Economy that Works for People"],"location":["video conferense"],"address":["video conferense"],"addressEntity":["addr-8d3176990068c0de3ec47d2be32c2e878becbdd2"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-235870cd7eb41f2494f695fce18b5b5b88647113","eu-tr-806327336072-56"]}} -{"id":"ec-meeting-2021-01-29-4669a61cb99593a72316a1cfa88689b467ad7849","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-29 - Cabinet of Executive Vice-President Frans Timmermans x Eindhoven-Brainport EU Office"],"date":["2021-01-29"],"summary":["Virtual speech at Captains of Industry - Green Deal event"],"notes":["Portfolio: European Green Deal"],"location":["Brussels (video conference)"],"address":["Brussels (video conference)"],"addressEntity":["addr-1a77e12c05a39186f3ddab600c3e9e619c4822ef"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-770879211019-11","ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce"]}} -{"id":"ec-meeting-2021-01-29-54e6dc75fd030a9abf5293d37286f261143492ba","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-29 - Cabinet of High Representative Josep Borrell Fontelles x CMA CGM"],"date":["2021-01-29"],"summary":["Presentation of the activities of the organization."],"notes":["Portfolio: High Representative of the Union for Foreign Affairs and Security Policy / Vice-President of the Commission"],"location":["Brussels-VTC"],"address":["Brussels-VTC"],"addressEntity":["addr-8799742d9a857b03f24695e46e1bc009689806d2"],"organizer":["ec-borrell-cabinet-fontelles-high-josep-of-representative"],"involved":["ec-person-5c8ccc3a26c74debd9229d0079ce0770768bf36a","eu-tr-009433826675-55"]}} -{"id":"ec-meeting-2021-01-29-6441abb49241cdfc74e50d71404fab67d158e7ec","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-29 - Cabinet of Commissioner Ylva Johansson x FUNDACIÓ PER A LA UNIVERSITAT OBERTA DE CATALUNYA"],"date":["2021-01-29"],"summary":["VTC:  External dimension of migration"],"notes":["Portfolio: Home Affairs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-johansson-of-ylva"],"involved":["eu-tr-419138519827-25","ec-person-1f14c98028fa6f9f43ee9cd5aef7ed77c30761a5"]}} -{"id":"ec-meeting-2021-01-29-6b229f786935bfcccdbe2a6c8b8cfcb3e5ca83a3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-29 - Cabinet of Vice-President Dubravka Šuica x Save the Children Europe"],"date":["2021-01-29"],"summary":["Children's Rights program launch discussion with Save the Children and UNICEF"],"notes":["Portfolio: Democracy and Demography"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-dubravka-of-president-suica-vice"],"involved":["eu-tr-697362735627-20","ec-person-60bc1622eb549a098038c6073ce7c40691ec9384"]}} -{"id":"ec-meeting-2021-01-29-6da156ae56918dc90dd7b0f1c3c36b2f0b9dc544","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-29 - Cabinet of Commissioner Mairead Mcguinness x ALPHAVALUE"],"date":["2021-01-29"],"summary":["EU Taxonomy"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["eu-tr-300158540916-71","ec-person-a5441c6a69a8a94fd64e02def60fcc6567f2c1d8"]}} -{"id":"ec-meeting-2021-01-29-8dca033bc66217d17621c5f321976a217365a6d5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-29 - Cabinet of Commissioner Mairead Mcguinness x The Club of Rome"],"date":["2021-01-29"],"summary":["EU taxonomy for sustainable activities"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-a5441c6a69a8a94fd64e02def60fcc6567f2c1d8","eu-tr-806327336072-56"]}} -{"id":"ec-meeting-2021-01-29-91bb5d00d9154757434ffd293e9db75c0d3d83d6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-29 - Cabinet of Commissioner Didier Reynders x EuroCommerce"],"date":["2021-01-29"],"summary":["Invitation to Cssr Reynders to participate at Eurocommerce Board of Directors meeting of 02/03"],"notes":["Portfolio: Justice"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-didier-of-reynders"],"involved":["eu-tr-84973761187-60","ec-person-50f9cba2282e1d03395cdd0faf9ce6e9a2ff3104"]}} -{"id":"ec-meeting-2021-01-29-9896293480c2aac9d796a7cc863f9a2f14cdab95","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-29 - Internal Market, Industry, Entrepreneurship and SMEs x European Association of Research and Technology Organisations"],"date":["2021-01-29"],"summary":["EARTO introductory discussion and presentation of their view on Industry strategy and Industrial Alliances"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-grow"],"involved":["ec-person-0151c7e554d188fffc509ad636b7d1a84c5dfcd5","eu-tr-977869932377-59"]}} -{"id":"ec-meeting-2021-01-29-98b40ac5e8fb84a9c06f0d55923180e53b56f661","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-29 - Cabinet of President Ursula von der Leyen x Samsung Electronics Europe"],"date":["2021-01-29"],"summary":["Digital issues, in particular mobile digital identity solutions (decentralised hardware-based architecture) and communications equipment (ORAN/VRAN, diversification, standardisation process, operator needs)."],"notes":["Portfolio: President"],"location":["Brussels (WEBEX)"],"address":["Brussels (WEBEX)"],"addressEntity":["addr-3afbdeda01f3dac93a9dc841fdac57d9de27b869"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-7019713e72781afb1f3b19032c4752a314b78180","eu-tr-40471017282-57"]}} -{"id":"ec-meeting-2021-01-29-a091325e1e9e5a6c155c98d5b949f75099851d75","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-29 - Cabinet of Commissioner Mairead Mcguinness x DIGITALEUROPE"],"date":["2021-01-29"],"summary":["Digital Finance Strategy. Retail Payments Strategy."],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-0ba9b89127b39af6a66f2fc3ed727332f1b19a34","ec-person-3a66109f0585c657edbe69190faa41919b50e05f","eu-tr-64270747023-20"]}} -{"id":"ec-meeting-2021-01-29-c10dc7bd745750945e3da7a71936ab99aa912dd7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-29 - Cabinet of Commissioner Mairead Mcguinness x Association pour le développement des actifs numériques"],"date":["2021-01-29"],"summary":["crypto-assets"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-0ba9b89127b39af6a66f2fc3ed727332f1b19a34","eu-tr-600495937657-61"]}} -{"id":"ec-meeting-2021-01-29-c9d53ea4aef9a6ebcce4e29955644048fb6f773b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-29 - Cabinet of Commissioner Mariya Gabriel x Forum Atomique Européen"],"date":["2021-01-29"],"summary":["EURATOM programme"],"notes":["Portfolio: Innovation and Youth"],"location":["Videoconferencing"],"address":["Videoconferencing"],"addressEntity":["addr-6a073cb5f40659cdadea9f99cd4af4fd631dabcf"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["ec-person-1674399a793e9e6fd7cf55b525515fc862fc9351","eu-tr-42433582-82"]}} -{"id":"ec-meeting-2021-01-29-d255985d1edcea912ac6b8fd201e75f99ea558d4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-29 - Cabinet of Commissioner Nicolas Schmit x Bolt"],"date":["2021-01-29"],"summary":["Platform workers"],"notes":["Portfolio: Jobs and Social Rights"],"location":["Brussels (Skype meeting)"],"address":["Brussels (Skype meeting)"],"addressEntity":["addr-3685d7964ce1f2290b233daa22334bf1bc70c814"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["eu-tr-995377734447-25","ec-person-935314e38d735654cae8ee61313a3d73439b242d"]}} -{"id":"ec-meeting-2021-01-29-d98adcf7b269b2a8cc3a059519acd507a725ab38","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-29 - Taxation and Customs Union x BUSINESSEUROPE"],"date":["2021-01-29"],"summary":["Videoconference - Exchange on digital taxation, CBAM and Customs issues"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-taxud"],"involved":["ec-person-9e42f316f38c8e126c2cd2bc84affb891338c7f3","eu-tr-3978240953-79"]}} -{"id":"ec-meeting-2021-01-29-e2f674c8424c2b6012aa14661303ed6795b852bd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-29 - Research and Innovation x European University Association"],"date":["2021-01-29"],"summary":["ERA"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-rtd"],"involved":["ec-person-1d348f33395de0ea6773a7b4ae8797e3e0392f73","eu-tr-81122172998-09"]}} -{"id":"ec-meeting-2021-01-29-e3241ba71d68fed4cbe65aee806f9a0ebfc4711e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-29 - Cabinet of Commissioner Mariya Gabriel x Amcham Finland ry"],"date":["2021-01-29"],"summary":["European Education Area, the future of international cooperation in education, research and innovation"],"notes":["Portfolio: Innovation and Youth"],"location":["Videoconferencing"],"address":["Videoconferencing"],"addressEntity":["addr-6a073cb5f40659cdadea9f99cd4af4fd631dabcf"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["ec-person-1674399a793e9e6fd7cf55b525515fc862fc9351","eu-tr-521896126212-45"]}} -{"id":"ec-meeting-2021-01-29-e5b616ae0eb43f0c26c8d93c85fcfd27d676231d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-29 - Cabinet of Executive Vice-President Valdis Dombrovskis x Centre for Trade and Economic Integration"],"date":["2021-01-29"],"summary":["World Trade Organization reform"],"notes":["Portfolio: An Economy that Works for People"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-1d8581216d9aa7f26fa098a81e84ca61e0e3f261","eu-tr-842673536633-19"]}} -{"id":"ec-meeting-2021-01-29-e9aaf95c3567d5f82124c9e264f5bd42d701e9c4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-29 - Cabinet of Commissioner Mairead Mcguinness x Principles for Responsible Investment"],"date":["2021-01-29"],"summary":["EU Taxonomy Delegated Act"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-a5441c6a69a8a94fd64e02def60fcc6567f2c1d8","eu-tr-612289519524-31"]}} -{"id":"ec-meeting-2021-01-29-eb27e90b14c0251485cad41a5b6f72ec80addf42","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-29 - Cabinet of Executive Vice-President Frans Timmermans x The Club of Rome"],"date":["2021-01-29"],"summary":["EU taxonomy for sustainable activities"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-e88af8eb396e96e3dbc9b4ec6e40a348d26c389c","eu-tr-806327336072-56"]}} -{"id":"ec-meeting-2021-01-29-fca1142a2e0d5339a86e1294ea8457b4405eb737","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-29 - Agriculture and Rural Development x #WithdrawTheCAP"],"date":["2021-01-29"],"summary":["Online discussion about the new CAP"],"location":["Webex"],"address":["Webex"],"addressEntity":["addr-4b591c6aa2d0556305c2d15987c48d32c33f9ca9"],"organizer":["ec-dg-agri"],"involved":["ec-person-94f7c6e6875fa76120558bda38f913792cc61934","eu-tr-935905340442-90"]}} -{"id":"ec-meeting-2021-01-29-fffa29c57857f5ef874d901b1b706ddfc569ed8c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-29 - Cabinet of Executive Vice-President Valdis Dombrovskis x Shipyards' and Maritime Equipment Association of Europe"],"date":["2021-01-29"],"summary":["Trade defense, Europe's maritime technology sector"],"notes":["Portfolio: An Economy that Works for People"],"location":["Video-conference"],"address":["Video-conference"],"addressEntity":["addr-afae67aab834151e72f631228e72361e369db072"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-5582b553fc27622716ec0589005296819f597ad2","eu-tr-009214311424-03"]}} -{"id":"ec-meeting-2021-01-31-54d56c09e30a8360f58bd2064a48af5584595f92","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-01-31 - Cabinet of President Ursula von der Leyen x Moderna Inc. SANOFI Pfizer Inc. AstraZeneca PLC BioNTech SE CureVac SE Johnson & Johnson"],"date":["2021-01-31"],"summary":["Meeting with CEOs of the pharmaceutical companies with which the Commission has signed Advance Purchase Agreements"],"notes":["Portfolio: President"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-a2ac27c3a7aa93937efc47169c1dc2264a822175","eu-tr-61291462764-77","eu-tr-011080341579-06","eu-tr-249402638316-62","eu-tr-4263301811-33","eu-tr-75617941310-89","eu-tr-516273537966-42","eu-tr-798772637872-28"]}} -{"id":"ec-meeting-2021-02-01-02d7de5eb14c589ec0ee424a08854433d2ad6de3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-01 - Cabinet of Executive Vice-President Frans Timmermans x L'Oréal"],"date":["2021-02-01"],"summary":["Climate neutrality, Biodiversity, Circular Economy, Sustainable Finance"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-02776221598-67","ec-person-e88af8eb396e96e3dbc9b4ec6e40a348d26c389c","ec-person-8af3c81534786a740718d21dc58240738a53ed7b"]}} -{"id":"ec-meeting-2021-02-01-06af545eee6361cedbcda8fa62812983d3758ce5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-01 - Health and Food Safety x AstraZeneca PLC"],"date":["2021-02-01"],"summary":["vaccines"],"location":["webex"],"address":["webex"],"addressEntity":["addr-a37f437ef502701df6cd547f0ec20f9f6c19464e"],"organizer":["ec-dg-sante"],"involved":["eu-tr-249402638316-62","ec-person-f442ca8cd331fc51ad479fe0db982bb9fdb00647"]}} -{"id":"ec-meeting-2021-02-01-1c171c79a8cfb34971765036a18edaabada40f8e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-01 - Maritime Affairs and Fisheries x RWE AG Siemens Gamesa Renewable Energy Vestas Wind Systems A/S Vattenfall WindEurope"],"date":["2021-02-01"],"summary":["Meeting with the European offshore wind industry on the follow-up of the EU offshore renewable energy strategy adopted in November 2020"],"location":["Brussels MS Teams"],"address":["Brussels MS Teams"],"addressEntity":["addr-39dc38e3c40cf024452c853d5ebb46e86bc81a9e"],"organizer":["ec-dg-mare"],"involved":["eu-tr-769186224869-06","eu-tr-12955024114-93","eu-tr-77608353460-77","eu-tr-629358237383-04","eu-tr-19920706471-21","ec-person-6e64215cdacfeb6c6d4709a7f72c2b1c94a3d908"]}} -{"id":"ec-meeting-2021-02-01-2ce24e3693eb941bb2b91a0bb1732f7806a099d0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-01 - Cabinet of Commissioner Mairead Mcguinness x Futures Industry Association, Inc."],"date":["2021-02-01"],"summary":["Discussion on future relation with the Uk, equivalence decisions with the UK (equivalence under EMIR Art. 2a and derivative trading obligation), EMIR 2.2 and ESMA CCP Supervisory Committee."],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Video Conferencing"],"address":["Video Conferencing"],"addressEntity":["addr-e3b7413b2ac93be00b6bcff51fdc1374d67118bd"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-2b9c589fb2354bd93067644d2c3d2c058d4c4cc9","eu-tr-803137414612-21"]}} -{"id":"ec-meeting-2021-02-01-35444a3b39298f0a40ac21bda17e27a75f72f1a9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-01 - Cabinet of Executive Vice-President Margrethe Vestager x Trustpilot"],"date":["2021-02-01"],"summary":["DSA"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels (online)"],"address":["Brussels (online)"],"addressEntity":["addr-ef87d086df7b220ed76c9f59ee6efadfac8480c7"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0","eu-tr-731391938114-36"]}} -{"id":"ec-meeting-2021-02-01-50fa5ff396e6793211ae1e5bc77d51e52bb24874","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-01 - Cabinet of Commissioner Nicolas Schmit x EUROPEAN TRADE UNION CONFEDERATION"],"date":["2021-02-01"],"summary":["Meeting on social initiatives."],"notes":["Portfolio: Jobs and Social Rights"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["eu-tr-06698681039-26","ec-person-c03b949331dbbe5fa3d5423758e371ec1b9b832f"]}} -{"id":"ec-meeting-2021-02-01-52e7ca8a00ac42f4e79bc338cf889100128b6951","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-01 - Cabinet of Commissioner Kadri Simson x Fern"],"date":["2021-02-01"],"summary":["Revision RED 2, biodiversity, bioenergie"],"notes":["Portfolio: Energy"],"location":["Video Conferencing"],"address":["Video Conferencing"],"addressEntity":["addr-e3b7413b2ac93be00b6bcff51fdc1374d67118bd"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["ec-person-9b7f5fe059e5b0b40e79e9170211aa2f02322fdb","eu-tr-40538475090-82"]}} -{"id":"ec-meeting-2021-02-01-676b45180f5c3a91015b4673f8f207b4f3ffe90d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-01 - Cabinet of Commissioner Jutta Urpilainen x Gavi, the Vaccine Alliance"],"date":["2021-02-01"],"summary":["COVAX"],"notes":["Portfolio: International Partnerships"],"location":["Teleconference"],"address":["Teleconference"],"addressEntity":["addr-a1b2e4eeecb1f46f3239fd2a390e2ec3f16bc2cb"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["eu-tr-078294941111-90","ec-person-6357f4506ca5351b3a822936612fd6006da48722"]}} -{"id":"ec-meeting-2021-02-01-7a9bf2f7a4cb52e661eb240b245560e3b7341145","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-01 - Cabinet of Commissioner Johannes Hahn x Vereinigung der österreichischen Industrie - Industriellenvereinigung"],"date":["2021-02-01"],"summary":["Post Covid developments"],"notes":["Portfolio: Budget and Administration"],"location":["Vienna, Austria"],"address":["Vienna, Austria"],"addressEntity":["addr-090be3f54cd0f162a77bddc433046b64f0b14a71"],"organizer":["ec-cabinet-commissioner-hahn-johannes-of"],"involved":["ec-person-6dd3472dac004e43ec1fa4f5b4106e3b476c9ce7","eu-tr-89093924456-06"]}} -{"id":"ec-meeting-2021-02-01-941c4102193e6c2bcf310ca060a103c5ca022341","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-01 - Cabinet of Commissioner Janez Lenarčič x Hope and Homes for Children Lumos Foundation"],"date":["2021-02-01"],"summary":["Childrens' rights / support."],"notes":["Portfolio: Crisis Management"],"location":["Video Meeting"],"address":["Video Meeting"],"addressEntity":["addr-8c693b9ffb91e9584eb6e5cd07000b8e993c644e"],"organizer":["ec-cabinet-commissioner-janez-lenarcic-of"],"involved":["ec-person-64e09f24899090e992a0371d8d7c2c4eaca87152","eu-tr-035163533684-92","eu-tr-849607914394-57"]}} -{"id":"ec-meeting-2021-02-01-ba14a4d0dc76626db7aee423065697a1027732e2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-01 - Cabinet of Vice-President Dubravka Šuica x 5Rights Foundation"],"date":["2021-02-01"],"summary":["Children's Rights"],"notes":["Portfolio: Democracy and Demography"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-dubravka-of-president-suica-vice"],"involved":["ec-person-60bc1622eb549a098038c6073ce7c40691ec9384","eu-tr-373653640889-82"]}} -{"id":"ec-meeting-2021-02-01-d38febf66a77acbe51fd0270b8d407b2df81e04c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-01 - Mobility and Transport x Community of European Railway and Infrastructure Companies"],"date":["2021-02-01"],"summary":["Covid-19, European Year of Rail"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-dg-move"],"involved":["eu-tr-7574621118-27","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2021-02-01-d4e2ee08ab9afb4703afacf12e33d514ca4ef336","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-01 - Cabinet of Executive Vice-President Frans Timmermans x Manufacture Française des Pneumatiques Michelin Boeing International Corporation - Belgium Branch Office Raytheon Technologies Honeywell Europe NV General Electric Company FedEx Express Belgium International BVBA DuPont de Nemours International SARL Fleishman-Hillard UPS Europe SRL/BV American Chamber of Commerce to the European Union"],"date":["2021-02-01"],"summary":["Discussion on EU initiatives to green the aviation sector"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-3181166932-58","eu-tr-87564644126-75","ec-person-d56ecbfde17436a136fc89c9a978b266e8285c84","eu-tr-62505293737-81","eu-tr-1413466815-09","eu-tr-75311753240-67","eu-tr-07691616536-09","ec-person-f1a3478550296f3f9accdc67d6ef5a0b681dda4b","eu-tr-5265780509-97","eu-tr-4016736872-59","eu-tr-56047191389-84","eu-tr-885919335502-84"]}} -{"id":"ec-meeting-2021-02-01-dc3626d1547774b1c9743539051a116ccb16ee7e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-01 - Cabinet of Vice-President Dubravka Šuica x Democracy & Culture Foundation"],"date":["2021-02-01"],"summary":["Athens Democracy Forum"],"notes":["Portfolio: Democracy and Demography"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-dubravka-of-president-suica-vice"],"involved":["ec-person-60bc1622eb549a098038c6073ce7c40691ec9384","eu-tr-536843640609-08"]}} -{"id":"ec-meeting-2021-02-01-f18cf2f8aff160fba4104de13faedae9ab72b3cf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-01 - Competition x BIONTINO EUROPE"],"date":["2021-02-01"],"summary":["general exchange of views on DMA"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-comp"],"involved":["ec-person-f257bc19c568ad25083c1c1e1651426245cefedf","eu-tr-68700057230-72"]}} -{"id":"ec-meeting-2021-02-02-01784617c9ac2d465719304ae299ce9148cbd307","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-02 - Cabinet of Commissioner Thierry Breton x Affordable Medicines Europe"],"date":["2021-02-02"],"summary":["Resilience of the EU pharmaceutical supply chain"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-509882515669-01","ec-person-026c2270ec4cbabdb8ac223b2d1fa4202696dc8d","ec-person-4b5aaa9cea258419f934faa90c41e25de348a2d8"]}} -{"id":"ec-meeting-2021-02-02-08fdd13d42e8d4b84321ada9797546b9c269b963","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-02 - Cabinet of Commissioner Kadri Simson x Fortum Oyj"],"date":["2021-02-02"],"summary":["Presentation of the company and combined Waste-to-Energy and Carbon Capture and Storage (CCS) project."],"notes":["Portfolio: Energy"],"location":["Video Conferencing"],"address":["Video Conferencing"],"addressEntity":["addr-e3b7413b2ac93be00b6bcff51fdc1374d67118bd"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["ec-person-9b7f5fe059e5b0b40e79e9170211aa2f02322fdb","eu-tr-03501997362-71","ec-person-68b9170beccdbf21444fad7cdc252dec9e60b9d2"]}} -{"id":"ec-meeting-2021-02-02-129c3c2e97edbe79f2f6addcfe2b2897b7127b9e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-02 - Cabinet of Commissioner Janusz Wojciechowski x European Rural Poultry Association"],"date":["2021-02-02"],"summary":["Opening speech, Online ERPA Conference"],"notes":["Portfolio: Agriculture"],"location":["Virtual Confernce"],"address":["Virtual Confernce"],"addressEntity":["addr-78a6e28470962ac845d4e4c3c93a0c2aef367f8a"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["eu-tr-5235485727-61","ec-person-625f8b4379f79adee4f15c6a0417a96bb5a5a403"]}} -{"id":"ec-meeting-2021-02-02-14432e88b38f524c28c2d84fb7f6a643d57801b0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-02 - Cabinet of Commissioner Mairead Mcguinness x Business for Inclusive Growth"],"date":["2021-02-02"],"summary":["Sustainable Finance"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-a5441c6a69a8a94fd64e02def60fcc6567f2c1d8","ec-person-0ba9b89127b39af6a66f2fc3ed727332f1b19a34","eu-tr-425112539567-29"]}} -{"id":"ec-meeting-2021-02-02-295c1a255edc810db581eea1b0b2ba925e87a8a5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-02 - Cabinet of Vice-President Věra Jourová x Council of Bars and Law Societies of Europe"],"date":["2021-02-02"],"summary":["Transparency Register IIA"],"notes":["Portfolio: Values and Transparency"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["eu-tr-4760969620-65","ec-person-7e1aeaad9232c788ee790cdb309ccad8f9ffdc5e"]}} -{"id":"ec-meeting-2021-02-02-2afc3f4d139d57ec55a6ccb66bb6ba9e035c9492","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-02 - Cabinet of Executive Vice-President Frans Timmermans x Social Progress Imperative"],"date":["2021-02-02"],"summary":["European Green Deal and measuring progress"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-771713924589-06","ec-person-8af3c81534786a740718d21dc58240738a53ed7b"]}} -{"id":"ec-meeting-2021-02-02-2b70601cc951cb97aa6de2f8423d5a3c9cd2dba4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-02 - Cabinet of Commissioner Thierry Breton x EuroCommerce"],"date":["2021-02-02"],"summary":["Meeting between Retail and Wholesale CEOs with Commissioner Breton to discuss the challenges for the retail ecosystem in COVID crisis as well as single market issues for the sector"],"notes":["Portfolio: Internal Market"],"location":["videoconference"],"address":["videoconference"],"addressEntity":["addr-92b2fbb928e012810d80d9ef1abe12027beee200"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-84973761187-60","ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","ec-person-4b5aaa9cea258419f934faa90c41e25de348a2d8"]}} -{"id":"ec-meeting-2021-02-02-2cff1e8b34a903e8285d502a6bf6b48772e00cf0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-02 - Cabinet of Commissioner Mairead Mcguinness x Bundesverband deutscher Banken e.V."],"date":["2021-02-02"],"summary":["Introductory Meeting \r\n\r\nPriorities in the field of banking and financial market regulation."],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Video Conferencing"],"address":["Video Conferencing"],"addressEntity":["addr-e3b7413b2ac93be00b6bcff51fdc1374d67118bd"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-2b9c589fb2354bd93067644d2c3d2c058d4c4cc9","eu-tr-0764199368-97"]}} -{"id":"ec-meeting-2021-02-02-2e289daa3c00374520d2590b2b912c34cf197665","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-02 - Cabinet of Executive Vice-President Margrethe Vestager x AT&T, Inc."],"date":["2021-02-02"],"summary":["DSA"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels (online)"],"address":["Brussels (online)"],"addressEntity":["addr-ef87d086df7b220ed76c9f59ee6efadfac8480c7"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0","eu-tr-92442218459-37"]}} -{"id":"ec-meeting-2021-02-02-2fe4007c1e5e0638c97db101f72e764a5f1125fd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-02 - Cabinet of Commissioner Thierry Breton x Confédération des Petites et Moyennes Entreprises SMEunited aisbl"],"date":["2021-02-02"],"summary":["Exchange on SME strategy and impact of DSA/DMA on SMEs"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-55820581197-35","eu-tr-74081206759-11","ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","ec-person-5215bd372c5a1202399d77ecceb8c16de8d7d55c"]}} -{"id":"ec-meeting-2021-02-02-32ca0e6b1d90418daa417763027841a71fc00ef6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-02 - Cabinet of Executive Vice-President Valdis Dombrovskis x International Cocoa Initiative"],"date":["2021-02-02"],"summary":["sustainable cocoa initiative"],"notes":["Portfolio: An Economy that Works for People"],"location":["video-conference"],"address":["video-conference"],"addressEntity":["addr-8736c288a4bc51ee27ef4ed41e652409a37e60d1"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-235870cd7eb41f2494f695fce18b5b5b88647113","eu-tr-554053241397-60","ec-person-2c08a5c564984cde38ac0e7a31c05416e60711ce"]}} -{"id":"ec-meeting-2021-02-02-346bedcbb9f88e861fdb2d2d81cf9ef2595ed97c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-02 - Cabinet of Commissioner Nicolas Schmit x BUSINESSEUROPE"],"date":["2021-02-02"],"summary":["Meeting on social initiatives"],"notes":["Portfolio: Jobs and Social Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-935314e38d735654cae8ee61313a3d73439b242d","eu-tr-3978240953-79","ec-person-c03b949331dbbe5fa3d5423758e371ec1b9b832f"]}} -{"id":"ec-meeting-2021-02-02-5c5045228116ed71bc2308f58cc6636527d3e1d0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-02 - Cabinet of Commissioner Thierry Breton x ITI - The Information Technology Industry Council"],"date":["2021-02-02"],"summary":["Digital priorities for Europe"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-4d83416435f81b1f1e8f5c86aeebb1478577f1d2","eu-tr-061601915428-87"]}} -{"id":"ec-meeting-2021-02-02-687447c319debd39a267c2f9c9aabe94c81eb443","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-02 - Cabinet of Executive Vice-President Frans Timmermans x Gas Distributors for Sustainability"],"date":["2021-02-02"],"summary":["Virtual meeting on Gas Package"],"notes":["Portfolio: European Green Deal"],"location":["Brussels (video conference)"],"address":["Brussels (video conference)"],"addressEntity":["addr-1a77e12c05a39186f3ddab600c3e9e619c4822ef"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce","ec-person-d53e00c46a4cc62bbf533e0c9bb35bacb9121989","eu-tr-382692732615-35"]}} -{"id":"ec-meeting-2021-02-02-7bca6eb616a993c0f4e97fe9eec39a92a7073a73","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-02 - Cabinet of Commissioner Thierry Breton x Ingka Services A.B."],"date":["2021-02-02"],"summary":["Digitisation of retail"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-1095068839-59","ec-person-4b5aaa9cea258419f934faa90c41e25de348a2d8","ec-person-4d83416435f81b1f1e8f5c86aeebb1478577f1d2"]}} -{"id":"ec-meeting-2021-02-02-80462b3264fa9ef030bbd161f420887dc5e0516f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-02 - Cabinet of Commissioner Thierry Breton x Les Dérivés Résiniques et Terpèniques Kreab"],"date":["2021-02-02"],"summary":["Chimie, énergies renouvelables"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-299147238608-28","eu-tr-1078390517-54","ec-person-6308dea893b9b1ca0dcd5b91b4a1ac4c2f3020ad"]}} -{"id":"ec-meeting-2021-02-02-92ea1e193aab200f8cefc0a5bb47febafe03814b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-02 - Cabinet of Commissioner Virginijus Sinkevičius x Fern"],"date":["2021-02-02"],"summary":["How bioenergy impacts forests"],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["ec-person-1443799688ae485d7a2fee5c9defab2c5b7c7e6c","eu-tr-40538475090-82"]}} -{"id":"ec-meeting-2021-02-02-a0ce53de7c799d9ca51a6ff6248d4d1e510a996a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-02 - Cabinet of Commissioner Jutta Urpilainen x European Partnership for Democracy"],"date":["2021-02-02"],"summary":["Launching of the European Democracy Hub- event organised by EPD"],"notes":["Portfolio: International Partnerships"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["ec-person-7c4fa9cfb750b5b524c065180fcee1123b8df03e","eu-tr-679535014238-83"]}} -{"id":"ec-meeting-2021-02-02-ae3d7816b94192bfbce1b50f6e434b9ad16ef831","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-02 - Cabinet of Commissioner Paolo Gentiloni x BPCE"],"date":["2021-02-02"],"summary":["Basel and financing of European economy"],"notes":["Portfolio: Economy"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-cabinet-commissioner-gentiloni-of-paolo"],"involved":["eu-tr-179370613236-62","ec-person-8da36db391ed53f362d495cd564ba8b45c7003e1"]}} -{"id":"ec-meeting-2021-02-02-c2b32a3aada5cc6076b56c6ec9ca02644f0afb44","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-02 - Cabinet of Commissioner Thierry Breton x None"],"date":["2021-02-02"],"summary":["Future of telecom industry"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-4d83416435f81b1f1e8f5c86aeebb1478577f1d2","eu-tr-30988577529-37","ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","eu-tr-078655018381-34","eu-tr-90142503473-81","eu-tr-76704342721-41","eu-tr-52431421-12","eu-tr-74126393166-46","eu-tr-60052162589-72"]}} -{"id":"ec-meeting-2021-02-02-c33b77907033271c09c987854dc51c7d62df767c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-02 - Legal Service x LVMH Publica"],"date":["2021-02-02"],"summary":["Priorités de la Commission européenne : aspects juridiques de la digitalisation"],"location":["Rencontre virtuelle"],"address":["Rencontre virtuelle"],"addressEntity":["addr-7a7afb65ba0c1381e0f5c570b2afede49f86d0cb"],"organizer":["ec-dg-sj"],"involved":["ec-person-c7525eb4b356e4e8e4634178554e72bf53d99301","eu-tr-16094042309-21"]}} -{"id":"ec-meeting-2021-02-02-d3f827b8cb40e1783202b292b8e4ba30b501a6e2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-02 - Cabinet of Commissioner Mairead Mcguinness x Finance Watch"],"date":["2021-02-02"],"summary":["Sustainable Finance"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Video Conferencing"],"address":["Video Conferencing"],"addressEntity":["addr-e3b7413b2ac93be00b6bcff51fdc1374d67118bd"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-2b9c589fb2354bd93067644d2c3d2c058d4c4cc9","eu-tr-37943526882-24","ec-person-a5441c6a69a8a94fd64e02def60fcc6567f2c1d8"]}} -{"id":"ec-meeting-2021-02-02-dc126d27c187c9c1afed36703d84cf47f6bde795","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-02 - Cabinet of Commissioner Nicolas Schmit x BUSINESSEUROPE SMEunited aisbl EUROPEAN TRADE UNION CONFEDERATION SGI Europe"],"date":["2021-02-02"],"summary":["Meeting on the Action Plan to implement the European Pillar of Social Rights."],"notes":["Portfolio: Jobs and Social Rights"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-8eb18b6102d444937bc6af5822a6742812165b48","ec-person-4cf4655ab41922e92160325d987a3c4615c72d30","eu-tr-55820581197-35","eu-tr-3978240953-79","eu-tr-06698681039-26","ec-person-935314e38d735654cae8ee61313a3d73439b242d","ec-person-c2208333f0f75350eef62b355a40bf856f2d9cef","ec-person-c03b949331dbbe5fa3d5423758e371ec1b9b832f","eu-tr-59513031434-92"]}} -{"id":"ec-meeting-2021-02-02-e0c9661d31522f455757736312e739c0c9f39953","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-02 - Cabinet of Commissioner Janusz Wojciechowski x European Technology Platform for organic food and farming"],"date":["2021-02-02"],"summary":["Input to the new Organic Action Plan"],"notes":["Portfolio: Agriculture"],"location":["virtual meeting"],"address":["virtual meeting"],"addressEntity":["addr-225c82a032511500bff73b3efe0d857849613fd9"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["eu-tr-321531633059-83","ec-person-625f8b4379f79adee4f15c6a0417a96bb5a5a403"]}} -{"id":"ec-meeting-2021-02-02-e1cc44cc3605d4900796581d99b1a8c96b625c5a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-02 - Cabinet of Commissioner Elisa Ferreira x S.C. Verde Magnesium S.R.L. Ridens"],"date":["2021-02-02"],"summary":["Presentation of mining strategy in Romania"],"notes":["Portfolio: Cohesion and Reforms"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-elisa-ferreira-of"],"involved":["eu-tr-924610441093-11","ec-person-1c49c531eceae287dd4a56ac52e8326c65fc2855","eu-tr-504144221473-32","ec-person-6aefca8f66cd57549e22428bee7f0d2c97d16f52"]}} -{"id":"ec-meeting-2021-02-02-eaf390e10a9521c38cabf87dbf8e5a35909ac409","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-02 - Cabinet of Commissioner Mairead Mcguinness x Afore Consulting"],"date":["2021-02-02"],"summary":["FinTech & Regulations"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Video Conferencing"],"address":["Video Conferencing"],"addressEntity":["addr-e3b7413b2ac93be00b6bcff51fdc1374d67118bd"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-2b9c589fb2354bd93067644d2c3d2c058d4c4cc9","eu-tr-03013154889-05"]}} -{"id":"ec-meeting-2021-02-02-eb28b51f6ec8fb731aed859497130a8b3527c7f8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-02 - Cabinet of Commissioner Mairead Mcguinness x World Economic Forum"],"date":["2021-02-02"],"summary":["Comprehensive Corporate Reporting."],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Video Conferencing"],"address":["Video Conferencing"],"addressEntity":["addr-e3b7413b2ac93be00b6bcff51fdc1374d67118bd"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["eu-tr-049060636194-17","ec-person-2b9c589fb2354bd93067644d2c3d2c058d4c4cc9"]}} -{"id":"ec-meeting-2021-02-03-0d2e167e60347b086be175cddfe3a6f2582ddb85","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-03 - Cabinet of Commissioner Mairead Mcguinness x UBS Group AG"],"date":["2021-02-03"],"summary":["- Introduction to UBS and the Swiss Finance Council \r\n- Banking Union"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Video Conferencing"],"address":["Video Conferencing"],"addressEntity":["addr-e3b7413b2ac93be00b6bcff51fdc1374d67118bd"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-2b9c589fb2354bd93067644d2c3d2c058d4c4cc9","eu-tr-365453815252-29"]}} -{"id":"ec-meeting-2021-02-03-30dfc37726259ca4276c2d04087fbd120c1c249e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-03 - Cabinet of Commissioner Adina Vălean x General Electric Company"],"date":["2021-02-03"],"summary":["Meeting to prepare the future meeting between our Commissioner and GE CEO."],"notes":["Portfolio: Transport"],"location":["Conference call"],"address":["Conference call"],"addressEntity":["addr-28ba88479582b2f75898964548da4252dc7db7d2"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["ec-person-5f7f9d4d861c5b97fbd25bccf6323535d2a7ceb8","eu-tr-4016736872-59"]}} -{"id":"ec-meeting-2021-02-03-3211a6b62189054cf53afec18d6addd7c8179f27","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-03 - Trade x Peter G. Peterson Institute for International Economics"],"date":["2021-02-03"],"summary":["EU-China Comprehensive Agreement on Investment"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-trade"],"involved":["ec-person-2045c2589da3988908fcfe731e8224e7e06a7c63","eu-tr-245016733415-68"]}} -{"id":"ec-meeting-2021-02-03-332a618915dab9504e039ba0598ce264383b6f89","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-03 - Cabinet of Commissioner Virginijus Sinkevičius x WWF European Policy Programme"],"date":["2021-02-03"],"summary":["To speak about the upcoming EU nature restoration law and its key importance for implementing the Biodiversity Strategy"],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["ec-person-dd7a7b1952e158f4195d34cff333ec79a4f48ba3","eu-tr-1414929419-24","ec-person-172a438ed334761e2ab5d52e551fd1bcb6ab6b8d"]}} -{"id":"ec-meeting-2021-02-03-38dad0a22dd391fb65a2c39beb504a4a69d6800f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-03 - Cabinet of Executive Vice-President Frans Timmermans x Farm Europe"],"date":["2021-02-03"],"summary":["Biofuels and RED II review"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - video conference"],"address":["Brussels - video conference"],"addressEntity":["addr-d7df553e47e69d1cc9f4189b36b7c867f80459b0"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-a282162080cef4ef2a8c0ab6247a3e03dc438507","eu-tr-961826727268-04"]}} -{"id":"ec-meeting-2021-02-03-3c4bb310a0250cd5e097911921c076066048ba99","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-03 - Cabinet of Commissioner Mairead Mcguinness x Banking & Payments Federation Ireland"],"date":["2021-02-03"],"summary":["CMU, digital finance, brexit, Basel III"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-44c404268b70ce0b79c4e148b5a7c4ae2c53ee30","eu-tr-981559116223-93","ec-person-1d2f53447b8f2d9bb3f50f7247ad40c2cf8036e4","ec-person-49e520c7a9c9c47ccb5acfa68f9416e4233af9f8"]}} -{"id":"ec-meeting-2021-02-03-47ba1ab4a435e79a1cdd1108ae83f3104612f122","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-03 - Cabinet of Commissioner Thierry Breton x European Chemical Industry Council"],"date":["2021-02-03"],"summary":["Chemicals strategy, climate"],"notes":["Portfolio: Internal Market"],"location":["Videconference"],"address":["Videconference"],"addressEntity":["addr-e611dc74f08dc0cb4369d9147ee1bc357f769320"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-6308dea893b9b1ca0dcd5b91b4a1ac4c2f3020ad","eu-tr-64879142323-90"]}} -{"id":"ec-meeting-2021-02-03-48292024e818eb4e651456d5dae1f690cc4c1989","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-03 - Mobility and Transport x General Electric Company"],"date":["2021-02-03"],"summary":["Covid-19, SAF"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-dg-move"],"involved":["ec-person-26cdfacae671b09917bee1a91c91973941fa58a2","eu-tr-4016736872-59"]}} -{"id":"ec-meeting-2021-02-03-4837273d355ee22b65b88882500c50250356f0be","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-03 - Cabinet of Executive Vice-President Frans Timmermans x GreenBuzz Bern"],"date":["2021-02-03"],"summary":["Implementation of the nee Circular Economy Action Plan"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-456024940834-09","ec-person-8af3c81534786a740718d21dc58240738a53ed7b"]}} -{"id":"ec-meeting-2021-02-03-4d67af492535a81eb4ff283c1196e852e40b996d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-03 - Cabinet of Vice-President Věra Jourová x Gesamtverband der Deutschen Versicherungswirtschaft e.V."],"date":["2021-02-03"],"summary":["Data protection, AI"],"notes":["Portfolio: Values and Transparency"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["ec-person-221276f2dfa4b8fe628f08e982d967b6aeb61c57","eu-tr-6437280268-55"]}} -{"id":"ec-meeting-2021-02-03-56a55968f4585c746998e34fd8f21307c44b8dea","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-03 - Cabinet of Executive Vice-President Frans Timmermans x Heinrich Böll Stiftung e.V."],"date":["2021-02-03"],"summary":["Keynote on clean mobility for the launch of the European Mobility Atlas"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - videoconference"],"address":["Brussels - videoconference"],"addressEntity":["addr-a3a01e55b02ab591ce10151760698f4306ec49cb"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-60404068097-81","ec-person-7c876f4825f213b8adbedf089ccedfbc3b36d65b"]}} -{"id":"ec-meeting-2021-02-03-757dfc3c0b10b259262125b9ad6c3894e31514c5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-03 - Cabinet of Commissioner Janusz Wojciechowski x European agri-cooperatives European Landowners' Organization asbl European farmers European State Forest Association Conféderation Européenne des Propriétaires Forestiers"],"date":["2021-02-03"],"summary":["New EU Forest Strategy."],"notes":["Portfolio: Agriculture"],"location":["virtual meeting"],"address":["virtual meeting"],"addressEntity":["addr-225c82a032511500bff73b3efe0d857849613fd9"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["eu-tr-99982273034-52","eu-tr-36063991244-88","eu-tr-44856881231-49","ec-person-354147678cd662e9949df96a1b58663c347a35f9","eu-tr-3647455667-08","eu-tr-09586631237-74","ec-person-08c62f972c22464aca7a65520eb9406f8db14a66"]}} -{"id":"ec-meeting-2021-02-03-78fa87833db7e74dbd17b0a01791c5fa9d32066b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-03 - Cabinet of President Ursula von der Leyen x Assicurazioni Generali S.p.A"],"date":["2021-02-03"],"summary":["Upcoming Solvency review"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-a159f03add374257584565c2b05cc5539a7526e6","eu-tr-600525713796-88"]}} -{"id":"ec-meeting-2021-02-03-ad066cdf85b448c7e8599b3e2a78f38aacdda0cd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-03 - Cabinet of Executive Vice-President Valdis Dombrovskis x BUSINESSEUROPE"],"date":["2021-02-03"],"summary":["BusinessEurope's ASG CEO event - informal call: to discuss BusinessEurope's ASG CEO forthcoming event and the new cabinet team and the recent and forthcoming actions on employment and social files, including social dialogue."],"notes":["Portfolio: An Economy that Works for People"],"location":["Brussles, online"],"address":["Brussles, online"],"addressEntity":["addr-16d5f95fc21be893b5ae5569daf6c6277d40864f"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["eu-tr-3978240953-79","ec-person-95d6ecce9b8f3a7b167d0eac8e270fdce0665ccb"]}} -{"id":"ec-meeting-2021-02-03-ad562d183061d6f9d1de3619ae8ec489a2f617f8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-03 - Taxation and Customs Union x McKinsey Global Institute"],"date":["2021-02-03"],"summary":["Videoconference - Exchange of views on global assessment of and challenges for customs agencies"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-taxud"],"involved":["ec-person-9e42f316f38c8e126c2cd2bc84affb891338c7f3","eu-tr-752385731275-18"]}} -{"id":"ec-meeting-2021-02-03-ae2bf594686dfcea7e48aea7d1611cd57c93af12","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-03 - Cabinet of Executive Vice-President Valdis Dombrovskis x Nokia"],"date":["2021-02-03"],"summary":["Trade policy in the digital sector"],"notes":["Portfolio: An Economy that Works for People"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["eu-tr-35167875358-33","ec-person-1d8581216d9aa7f26fa098a81e84ca61e0e3f261"]}} -{"id":"ec-meeting-2021-02-03-c48f8ffaa0f25386ec4972e9b51329551bca5050","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-03 - Cabinet of Commissioner Virginijus Sinkevičius x Planet Labs Germany"],"date":["2021-02-03"],"summary":["Planet to present the \"Earth observation satellite constellation\", the potential of the data gathered to monitor effects of climate change and the environment; objectives of the Green Deal."],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["eu-tr-293502227711-32","ec-person-ef0f66e9880a22ea8d9657bd982daf9bd74838c1"]}} -{"id":"ec-meeting-2021-02-03-c56934c3653881cb449183765c9cdc625c530d85","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-03 - Cabinet of Executive Vice-President Frans Timmermans x Inland Navigation Europe"],"date":["2021-02-03"],"summary":["Inland waterways in the EU Green Deal"],"notes":["Portfolio: European Green Deal"],"location":["video call"],"address":["video call"],"addressEntity":["addr-12d8c530d76da0b7745f9c0f9285e7eec97adc55"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-1811573195-25","ec-person-d56ecbfde17436a136fc89c9a978b266e8285c84"]}} -{"id":"ec-meeting-2021-02-03-cd5cd63d7267d9f54b8dd8cd920bedc2addc8af7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-03 - Cabinet of Executive Vice-President Valdis Dombrovskis x Fridays For Future SOSAmazonia International"],"date":["2021-02-03"],"summary":["EU-Mercosur free trade agreement"],"notes":["Portfolio: An Economy that Works for People"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["eu-tr-962707541001-25","ec-person-2c08a5c564984cde38ac0e7a31c05416e60711ce","ec-person-7433d96a6e6f46c9f9174db79ec61c387dffa509"]}} -{"id":"ec-meeting-2021-02-03-d5bf1b84a9595ff8fd4c9915435a90b258ef40ef","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-03 - Cabinet of Commissioner Mairead Mcguinness x European Federation of Investors and Financial Services Users"],"date":["2021-02-03"],"summary":["Capital Markets Union, Retail Investment, Sustainable Finance, Digital Finance."],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Video Conferencing"],"address":["Video Conferencing"],"addressEntity":["addr-e3b7413b2ac93be00b6bcff51fdc1374d67118bd"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["eu-tr-24633926420-79","ec-person-2b9c589fb2354bd93067644d2c3d2c058d4c4cc9"]}} -{"id":"ec-meeting-2021-02-03-dc126d27c187c9c1afed36703d84cf47f6bde795","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-03 - Cabinet of Commissioner Nicolas Schmit x EUROPEAN TRADE UNION CONFEDERATION BUSINESSEUROPE SMEunited aisbl SGI Europe"],"date":["2021-02-03"],"summary":["Presentation of the report on strengthening European social dialogue to the Social Dialogue Committee (SDC)."],"notes":["Portfolio: Jobs and Social Rights"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-8eb18b6102d444937bc6af5822a6742812165b48","ec-person-4cf4655ab41922e92160325d987a3c4615c72d30","ec-person-652143032bcbd23aa320685b3deba350097aa7ae","eu-tr-55820581197-35","eu-tr-3978240953-79","eu-tr-06698681039-26","ec-person-935314e38d735654cae8ee61313a3d73439b242d","ec-person-c03b949331dbbe5fa3d5423758e371ec1b9b832f","eu-tr-59513031434-92"]}} -{"id":"ec-meeting-2021-02-03-e6bd37758f56cc0c727b846e99c77f7796200587","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-03 - Cabinet of Commissioner Adina Vălean x Inland Navigation Europe"],"date":["2021-02-03"],"summary":["meeting on Naiades"],"notes":["Portfolio: Transport"],"location":["Conference call"],"address":["Conference call"],"addressEntity":["addr-28ba88479582b2f75898964548da4252dc7db7d2"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["eu-tr-1811573195-25","ec-person-7f9ba99138b4fa5c698037dc7507219b1319e0a7"]}} -{"id":"ec-meeting-2021-02-03-ff72e658c78538c70de6438ee4a0b78ec09d742e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-03 - Cabinet of Vice-President Dubravka Šuica x StartupVillage - Territorio Emprendimiento"],"date":["2021-02-03"],"summary":["Startup village project"],"notes":["Portfolio: Democracy and Demography"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-dubravka-of-president-suica-vice"],"involved":["ec-person-2ea66ac99d83c7f0ff7dfcfd7d90f9416dc22e61","eu-tr-608407240301-51"]}} -{"id":"ec-meeting-2021-02-04-01cfb775e5683561c6ba12f535e2ff9adf969df9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-04 - Cabinet of Commissioner Didier Reynders x Conseil International du Notariat Belge /Internationale Raad van het Belgisch Notariaat"],"date":["2021-02-04"],"summary":["digitalisation of justice and the impact on the notaries' profession"],"notes":["Portfolio: Justice"],"location":["video conferencing"],"address":["video conferencing"],"addressEntity":["addr-613317ccdf0c2bce8cb9f90df551697cd890eda7"],"organizer":["ec-cabinet-commissioner-didier-of-reynders"],"involved":["eu-tr-134690012359-91","ec-person-4cd0043747c40cfeaced5e4c68e43372cdb8dac9"]}} -{"id":"ec-meeting-2021-02-04-18375008f683e0388e159b5a9243287cfc171769","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-04 - Cabinet of Executive Vice-President Valdis Dombrovskis x Chamber of Commerce of the United States of America"],"date":["2021-02-04"],"summary":["United States recovery package, Economic situation and outlook, Carbon Border Adjustment Mechanism, Reform of international corporate taxation, EU response to COVID-19"],"notes":["Portfolio: An Economy that Works for People"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["eu-tr-483024821178-51","ec-person-9e7bd1005456277f156b671d1555c6a460fb2f58"]}} -{"id":"ec-meeting-2021-02-04-206c7bea81087761f961a12808889992525530fb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-04 - Cabinet of Commissioner Mairead Mcguinness x DNB Bank ASA"],"date":["2021-02-04"],"summary":["Brexit - European green deal - Digital finance - CMU."],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Video Conferencing"],"address":["Video Conferencing"],"addressEntity":["addr-e3b7413b2ac93be00b6bcff51fdc1374d67118bd"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-2b9c589fb2354bd93067644d2c3d2c058d4c4cc9","eu-tr-994205929819-78"]}} -{"id":"ec-meeting-2021-02-04-2c1a2cb0168bbc64bba627c62d5e93eeee4e6492","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-04 - Cabinet of Commissioner Mairead Mcguinness x Association of Chartered Certified Accountants Accountancy Europe"],"date":["2021-02-04"],"summary":["non financial reporting directive."],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Video Conferencing"],"address":["Video Conferencing"],"addressEntity":["addr-e3b7413b2ac93be00b6bcff51fdc1374d67118bd"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-2b9c589fb2354bd93067644d2c3d2c058d4c4cc9","eu-tr-4713568401-18","ec-person-a5441c6a69a8a94fd64e02def60fcc6567f2c1d8","eu-tr-4227861124-34"]}} -{"id":"ec-meeting-2021-02-04-3383a1f694b9fe3eb480b06d20c566af57729d74","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-04 - Research and Innovation x American Chamber of Commerce to the European Union"],"date":["2021-02-04"],"summary":["Aviation related matters"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-rtd"],"involved":["ec-person-1d348f33395de0ea6773a7b4ae8797e3e0392f73","eu-tr-5265780509-97"]}} -{"id":"ec-meeting-2021-02-04-3ba69c6770e78948eae23e2fb4bdd15c9d4e79b0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-04 - Cabinet of Vice-President Věra Jourová x Reset"],"date":["2021-02-04"],"summary":["Digital threats"],"notes":["Portfolio: Values and Transparency"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["ec-person-74c07660dcbc6dc9993b34462cf2a1fec35925ea","eu-tr-754754839444-24","ec-person-fb258e0188a5319bfaba3161382db43f5a85851f"]}} -{"id":"ec-meeting-2021-02-04-559b42997fc3853c0cdd1b5409f37db71b791904","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-04 - Cabinet of Executive Vice-President Valdis Dombrovskis x EUROMETAUX"],"date":["2021-02-04"],"summary":["Trade Policy Review, Raw Materials, Rules of Origin, CBAM, Transatlantic trade relations, global overcapacities, challenges linked to the green transition, global level playing field"],"notes":["Portfolio: An Economy that Works for People"],"location":["video conference"],"address":["video conference"],"addressEntity":["addr-6dc12e3c97077db82f32184f24341ce370a445fd"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["eu-tr-61650796093-48","ec-person-9e7bd1005456277f156b671d1555c6a460fb2f58"]}} -{"id":"ec-meeting-2021-02-04-56d5f9bffd8773cbc21c825d5d747c378f790beb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-04 - Cabinet of Commissioner Mairead Mcguinness x Gesamtverband der Deutschen Versicherungswirtschaft e.V."],"date":["2021-02-04"],"summary":["digital finance"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-0ba9b89127b39af6a66f2fc3ed727332f1b19a34","eu-tr-6437280268-55"]}} -{"id":"ec-meeting-2021-02-04-5ae4a0f9aeb3949538ba57505e0ff3d8b4235fe9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-04 - Cabinet of Vice-President Margaritis Schinas x European Youth Forum"],"date":["2021-02-04"],"summary":["Youth and our European Way of Life"],"notes":["Portfolio: Promoting the European Way of Life"],"location":["virtual meeting"],"address":["virtual meeting"],"addressEntity":["addr-225c82a032511500bff73b3efe0d857849613fd9"],"organizer":["ec-cabinet-margaritis-of-president-schinas-vice"],"involved":["ec-person-d5cada2a1a17537a675985af31e5ce07ae3bfd42","eu-tr-43251547769-22","ec-person-b59ff7316734021e48aa7e0fd79eeeab36ea2bb4"]}} -{"id":"ec-meeting-2021-02-04-5b39b93f4252e2d7fb26e8abc33d1f777b848326","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-04 - Cabinet of Commissioner Nicolas Schmit x SMEunited aisbl"],"date":["2021-02-04"],"summary":["Preparatory meeting for the Porto Social Summit."],"notes":["Portfolio: Jobs and Social Rights"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["eu-tr-55820581197-35","ec-person-8eb18b6102d444937bc6af5822a6742812165b48","ec-person-4cf4655ab41922e92160325d987a3c4615c72d30","ec-person-c03b949331dbbe5fa3d5423758e371ec1b9b832f"]}} -{"id":"ec-meeting-2021-02-04-5fba193a867b329a6642f50b4ab76fdec81d9325","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-04 - Cabinet of Vice-President Margaritis Schinas x PUBLIC AFFAIRS AND NETWORKS"],"date":["2021-02-04"],"summary":["Public speech: Europe after the pandemic (Covid developments & Economic recovery)"],"notes":["Portfolio: Promoting the European Way of Life"],"location":["virtual event"],"address":["virtual event"],"addressEntity":["addr-808a19c90dac78a10f396ea198623d5d087d4bd6"],"organizer":["ec-cabinet-margaritis-of-president-schinas-vice"],"involved":["eu-tr-219045234775-07","ec-person-43f9f86cfe94e45a95f7fbdea9a59a54955ebcfa","ec-person-d5cada2a1a17537a675985af31e5ce07ae3bfd42"]}} -{"id":"ec-meeting-2021-02-04-62d519c2365a2c19426274b0b81c61832f3413d8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-04 - Cabinet of Commissioner Mariya Gabriel x DIGITALEUROPE"],"date":["2021-02-04"],"summary":["Innovation, Presentation of the Future Unicorn Award at Masters of Digital 2021"],"notes":["Portfolio: Innovation and Youth"],"location":["Videoconferencing"],"address":["Videoconferencing"],"addressEntity":["addr-6a073cb5f40659cdadea9f99cd4af4fd631dabcf"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-64270747023-20","ec-person-1674399a793e9e6fd7cf55b525515fc862fc9351"]}} -{"id":"ec-meeting-2021-02-04-7ce71457bb651361a73f0176cacb631e83498510","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-04 - Cabinet of Executive Vice-President Frans Timmermans x Stichting European Climate Foundation Agora Energiewende"],"date":["2021-02-04"],"summary":["Discussion on the upcoming reform of the EU ETS in the context of the Fit-for-55 package"],"notes":["Portfolio: European Green Deal"],"location":["video conference"],"address":["video conference"],"addressEntity":["addr-6dc12e3c97077db82f32184f24341ce370a445fd"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-64869491516-70","eu-tr-321342621105-20","ec-person-f1a3478550296f3f9accdc67d6ef5a0b681dda4b"]}} -{"id":"ec-meeting-2021-02-04-7dd1897d1c5ba1f3e4b36a62d90f24166962e3bb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-04 - Cabinet of Commissioner Adina Vălean x Air France-KLM"],"date":["2021-02-04"],"summary":["Meeting to prepare a future call."],"notes":["Portfolio: Transport"],"location":["Conference call"],"address":["Conference call"],"addressEntity":["addr-28ba88479582b2f75898964548da4252dc7db7d2"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["eu-tr-064616126640-05","ec-person-5f7f9d4d861c5b97fbd25bccf6323535d2a7ceb8"]}} -{"id":"ec-meeting-2021-02-04-983c386d12d1c6d208f682d2b227947ae06596f8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-04 - Cabinet of Executive Vice-President Frans Timmermans x EPIA SolarPower Europe"],"date":["2021-02-04"],"summary":["Fit for 55 package"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - videoconference"],"address":["Brussels - videoconference"],"addressEntity":["addr-a3a01e55b02ab591ce10151760698f4306ec49cb"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-7c876f4825f213b8adbedf089ccedfbc3b36d65b","eu-tr-2680046412-48"]}} -{"id":"ec-meeting-2021-02-04-9d1b3296bba549cc059f84173c28cb5030b127d3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-04 - Cabinet of Executive Vice-President Frans Timmermans x UNIFE"],"date":["2021-02-04"],"summary":["Rail in the European Green Deal"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - videoconference"],"address":["Brussels - videoconference"],"addressEntity":["addr-a3a01e55b02ab591ce10151760698f4306ec49cb"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-7c876f4825f213b8adbedf089ccedfbc3b36d65b","eu-tr-9624415524-28"]}} -{"id":"ec-meeting-2021-02-04-b35aae92adf545363b0ead7338e33fce58028456","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-04 - Cabinet of Commissioner Didier Reynders x The Shift Project"],"date":["2021-02-04"],"summary":["Substainable Corporate Governance"],"notes":["Portfolio: Justice"],"location":["video conference"],"address":["video conference"],"addressEntity":["addr-6dc12e3c97077db82f32184f24341ce370a445fd"],"organizer":["ec-cabinet-commissioner-didier-of-reynders"],"involved":["eu-tr-793026615069-12","ec-person-1e25399e2267734c5f4c69093d2286c8898ee9f0","ec-person-442bf1ae9900b999673cdd7389224d0e21b67d4d"]}} -{"id":"ec-meeting-2021-02-04-b91c691695f4581a5305cd9d527fa110e8b64215","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-04 - Cabinet of Commissioner Johannes Hahn x Erste Group Bank AG"],"date":["2021-02-04"],"summary":["NextGenerationEU and future steps"],"notes":["Portfolio: Budget and Administration"],"location":["Conference call"],"address":["Conference call"],"addressEntity":["addr-28ba88479582b2f75898964548da4252dc7db7d2"],"organizer":["ec-cabinet-commissioner-hahn-johannes-of"],"involved":["ec-person-6dd3472dac004e43ec1fa4f5b4106e3b476c9ce7","eu-tr-910859715397-14"]}} -{"id":"ec-meeting-2021-02-04-bda3434b91923eff7e3527f099dc2d0eede4df15","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-04 - Cabinet of Commissioner Jutta Urpilainen x Bill & Melinda Gates Foundation"],"date":["2021-02-04"],"summary":["Co-investments on human development, global education, health systems and COVID-19 medical countermeasures, nutrition and large-scale food fortification."],"notes":["Portfolio: International Partnerships"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["ec-person-7204caa5e704bc4a911fee13ad5c0f62fd74b3bc","ec-person-9788b5f9ccd101dc091867a4496a5735ee7151d9","eu-tr-371567915480-41","ec-person-6357f4506ca5351b3a822936612fd6006da48722"]}} -{"id":"ec-meeting-2021-02-04-cd91206c1fa1f83c44548ad496920919ae714559","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-04 - Cabinet of Commissioner Thierry Breton x Fertilizers Europe"],"date":["2021-02-04"],"summary":["Decarbonisation"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-6308dea893b9b1ca0dcd5b91b4a1ac4c2f3020ad","eu-tr-80788715017-29"]}} -{"id":"ec-meeting-2021-02-04-e35d031586a9a0d920140dbfc24b9c14504f2f6f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-04 - Cabinet of Commissioner Mairead Mcguinness x Citigroup Inc."],"date":["2021-02-04"],"summary":["Introduction to the activities of Citi in the EU\r\n\r\nCapital Markets Union \r\n\r\nsustainable finance"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Video Conferencing"],"address":["Video Conferencing"],"addressEntity":["addr-e3b7413b2ac93be00b6bcff51fdc1374d67118bd"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-2b9c589fb2354bd93067644d2c3d2c058d4c4cc9","eu-tr-00353757573-57"]}} -{"id":"ec-meeting-2021-02-04-e6fe7f61c8b51b7e206f7330fbc326a2fa1bc567","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-04 - Cabinet of Commissioner Janusz Wojciechowski x Continental AG"],"date":["2021-02-04"],"summary":["Ongoing disputes on the topic of Standard Essential Patents (SEPs)"],"notes":["Portfolio: Agriculture"],"location":["video meeting"],"address":["video meeting"],"addressEntity":["addr-461e1e892f0c482e21523e45368c4331d84fbeef"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["eu-tr-06248449380-53","ec-person-eead64238a03eedc14b594dc1f3a142eac279458"]}} -{"id":"ec-meeting-2021-02-04-fb72c6d91c0ab3f5d059b96ba6b6af634a6d1f26","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-04 - Cabinet of Commissioner Janez Lenarčič x Voluntary Organisations in Cooperation in Emergencies"],"date":["2021-02-04"],"summary":["EU humanitarian aid"],"notes":["Portfolio: Crisis Management"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-janez-lenarcic-of"],"involved":["eu-tr-47126711656-13","ec-person-a6cd325c80698b2331699224c780ebfb10573602"]}} -{"id":"ec-meeting-2021-02-05-2044bdf4ab6c5b61365d7d09387205fca33a3cdb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-05 - Cabinet of President Ursula von der Leyen x Airports Council International - European Region"],"date":["2021-02-05"],"summary":["Airports, State aid & RRF, COVID-19 effects and sustainability investments"],"notes":["Portfolio: President"],"location":["Brussels (Teams)"],"address":["Brussels (Teams)"],"addressEntity":["addr-9950cce930e253f44f556bb339d2a1106073cd7b"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-7019713e72781afb1f3b19032c4752a314b78180","eu-tr-42566063487-73"]}} -{"id":"ec-meeting-2021-02-05-213748608b37d0a926484d1e338ec59a59840242","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-05 - Taxation and Customs Union x ArcelorMittal"],"date":["2021-02-05"],"summary":["Videoconference - Exchange on the impact of CBAM on the steel sector"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-taxud"],"involved":["eu-tr-23527541824-60","ec-person-9e42f316f38c8e126c2cd2bc84affb891338c7f3"]}} -{"id":"ec-meeting-2021-02-05-295e7261e518c1241f116184d075045660a1b3ee","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-05 - Cabinet of President Ursula von der Leyen x Global Citizen"],"date":["2021-02-05"],"summary":["Meeting with the CEO from Global Citizen"],"notes":["Portfolio: President"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["eu-tr-211392938041-28","ec-person-a2ac27c3a7aa93937efc47169c1dc2264a822175"]}} -{"id":"ec-meeting-2021-02-05-30da7aa4a7308befcda6f2563096386c39463cb0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-05 - Cabinet of Commissioner Thierry Breton x Airbus"],"date":["2021-02-05"],"summary":["Défense"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-2732167674-76","ec-person-b077a2e9f0fdb3b8f6e91d0bd0b256db9e40ce46"]}} -{"id":"ec-meeting-2021-02-05-38419b5309ee01ef24bcc4bbc906d6fa6fb871ac","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-05 - Cabinet of Commissioner Thierry Breton x European Policy Centre"],"date":["2021-02-05"],"summary":["Industry Package 2021"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-89632641000-47","ec-person-6308dea893b9b1ca0dcd5b91b4a1ac4c2f3020ad"]}} -{"id":"ec-meeting-2021-02-05-38589a8f17632622960874974c815748a44188ea","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-05 - Environment x Bundesverband der Deutschen Industrie e.V."],"date":["2021-02-05"],"summary":["introductory meeting"],"location":["Video meeting"],"address":["Video meeting"],"addressEntity":["addr-762dc9b5648e05f3894b6f2597baa8254e5414db"],"organizer":["ec-dg-env"],"involved":["eu-tr-1771817758-48","ec-person-f9559d68da38935569ff0be1cadd90e05f0454bd"]}} -{"id":"ec-meeting-2021-02-05-3e932830da2bb6474042093cd7a33bae9dc5d306","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-05 - Cabinet of Commissioner Adina Vălean x European Cockpit Association"],"date":["2021-02-05"],"summary":["Meeting to discuss the social aspects of the SSMS."],"notes":["Portfolio: Transport"],"location":["Conference call"],"address":["Conference call"],"addressEntity":["addr-28ba88479582b2f75898964548da4252dc7db7d2"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["ec-person-5f7f9d4d861c5b97fbd25bccf6323535d2a7ceb8","ec-person-fc3be846753d8ee60758ebedb7309dcf08aea52e","ec-person-cc0354fbf386eb83f57c00ad5240f1dddeeabab4","eu-tr-39838147687-59"]}} -{"id":"ec-meeting-2021-02-05-444886ff343e3ff9ba052d41f1fb1d5a0b4ec024","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-05 - Cabinet of Executive Vice-President Valdis Dombrovskis x Meta Platforms Ireland Limited and its various subsidiaries (f/k/a Facebook Ireland Limited)"],"date":["2021-02-05"],"summary":["EU Digital finance strategy, stable coins, crypto currencies and digital wallets; EU-US trade and tech cooperation; transatlantic data transfers and free data flows."],"notes":["Portfolio: An Economy that Works for People"],"location":["video conference"],"address":["video conference"],"addressEntity":["addr-6dc12e3c97077db82f32184f24341ce370a445fd"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-9e7bd1005456277f156b671d1555c6a460fb2f58","eu-tr-28666427835-74"]}} -{"id":"ec-meeting-2021-02-05-4819e18246b7fd1e1a7028fa7fca14301811619a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-05 - Climate Action x International Association of Oil & Gas Producers Europe"],"date":["2021-02-05"],"summary":["Hydrogen"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-clima"],"involved":["ec-person-9c5c685692a09a77f2bc8ae9c05663b87cd75aae","eu-tr-3954187491-70"]}} -{"id":"ec-meeting-2021-02-05-50fa5ff396e6793211ae1e5bc77d51e52bb24874","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-05 - Cabinet of Commissioner Nicolas Schmit x EUROPEAN TRADE UNION CONFEDERATION"],"date":["2021-02-05"],"summary":["Meeting on the proposed Directive on adequate minimum wages."],"notes":["Portfolio: Jobs and Social Rights"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["eu-tr-06698681039-26","ec-person-8eb18b6102d444937bc6af5822a6742812165b48","ec-person-4cf4655ab41922e92160325d987a3c4615c72d30","ec-person-c03b949331dbbe5fa3d5423758e371ec1b9b832f"]}} -{"id":"ec-meeting-2021-02-05-562bbd0cfe04b284467dc0b10766200667f176b1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-05 - Cabinet of Commissioner Jutta Urpilainen x OXFAM INTERNATIONAL EU ADVOCACY OFFICE"],"date":["2021-02-05"],"summary":["New Oxfam’s annual inequality report - ‘The inequality virus’"],"notes":["Portfolio: International Partnerships"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["eu-tr-46856801604-90","ec-person-6357f4506ca5351b3a822936612fd6006da48722"]}} -{"id":"ec-meeting-2021-02-05-586ef507011c1e81c5d2a60515e46d4c972e1c6c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-05 - Cabinet of Commissioner Stella Kyriakides x MedTech Europe"],"date":["2021-02-05"],"summary":["Meeting with MedTech Europe on new Medical Devices Regulations, MRA with Switzerland and Health Union package."],"notes":["Portfolio: Health"],"location":["Teams meeting"],"address":["Teams meeting"],"addressEntity":["addr-580de939541844d50b0934a8c43a217424324597"],"organizer":["ec-cabinet-commissioner-kyriakides-of-stella"],"involved":["eu-tr-433743725252-26","ec-person-8e447e82a2a89decd9d6ca2926b91c01d93699e1","ec-person-991ce64cea5178762c932ac823ea5d309e7a8d93"]}} -{"id":"ec-meeting-2021-02-05-8681ca0f0faecdf5b9d09a56567f29eebca13f5a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-05 - Financial Stability, Financial Services and Capital Markets Union x MARSH & McLENNAN COMPANIES FRANCE"],"date":["2021-02-05"],"summary":["Global policy"],"location":["Virtual meeting"],"address":["Virtual meeting"],"addressEntity":["addr-1f1f3f51a4da31a1ea5c1b4b21cbf52ad983224f"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-117683115792-20","ec-person-1fce211249673c35ee07a801ddee77ab24af8d54"]}} -{"id":"ec-meeting-2021-02-05-8e1322428cd556ffb5cdadcdb7720f2901d472dd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-05 - Cabinet of Executive Vice-President Frans Timmermans x Lenzing AG"],"date":["2021-02-05"],"summary":["Implementation of the Single-use Plastics Directive"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-8af3c81534786a740718d21dc58240738a53ed7b","eu-tr-391268820713-82"]}} -{"id":"ec-meeting-2021-02-05-97b32097e73dea7afb73f60b8cb7f15dad712ae9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-05 - Cabinet of Commissioner Ylva Johansson x European Women's Lobby"],"date":["2021-02-05"],"summary":["Trafficking in human beings"],"notes":["Portfolio: Home Affairs"],"location":["VTC"],"address":["VTC"],"addressEntity":["addr-9d1acaa772820b8ade84113d2da24716fe455be2"],"organizer":["ec-cabinet-commissioner-johansson-of-ylva"],"involved":["ec-person-d3f97e069d9ff016d7b65052f6eb6b98500ec118","ec-person-56478a183036db6fe9e976c032c67032ba183565","eu-tr-85686156700-13"]}} -{"id":"ec-meeting-2021-02-05-b24aad4f87c9f9abf4a97668fa31392e7315d4cc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-05 - Cabinet of Executive Vice-President Frans Timmermans x pantarhei corporate advisors Energie Burgenland AG"],"date":["2021-02-05"],"summary":["Presentation of the project “Zukunftsplatform”, translating the Green Deal vision in the area of energy into practice"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-147984341137-14","eu-tr-21877126545-33","ec-person-f1a3478550296f3f9accdc67d6ef5a0b681dda4b"]}} -{"id":"ec-meeting-2021-02-05-b750ac90167477e3e76fba2a0f556a7a2dfdc3ad","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-05 - Cabinet of Vice-President Věra Jourová x Cogniware, s.r.o."],"date":["2021-02-05"],"summary":["Fake news recognition"],"notes":["Portfolio: Values and Transparency"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["ec-person-fb258e0188a5319bfaba3161382db43f5a85851f","eu-tr-770607140921-07"]}} -{"id":"ec-meeting-2021-02-05-c0519fd763c232794acdc315048981f34efba2e1","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2021-02-05 - Cabinet of Executive Vice-President Valdis Dombrovskis x EUROPEAN TRADE UNION CONFEDERATION"],"date":["2021-02-05"],"summary":["Purpose of the meeting was to discuss the new cabinet team and the recent and forthcoming actions on employment and social files, including social dialogue.","Discussion on trade negotiations and the trade policy review, with a focus on trade and sustainable development."],"notes":["Portfolio: An Economy that Works for People"],"location":["virtual meeting","Brussels, online"],"address":["virtual meeting","Brussels, online"],"addressEntity":["addr-225c82a032511500bff73b3efe0d857849613fd9","addr-af0c18ce12d80192c627f5a1fdfcb8ed37836e47"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-235870cd7eb41f2494f695fce18b5b5b88647113","ec-person-95d6ecce9b8f3a7b167d0eac8e270fdce0665ccb","eu-tr-06698681039-26","ec-person-7433d96a6e6f46c9f9174db79ec61c387dffa509"]}} -{"id":"ec-meeting-2021-02-05-cdcfa950f11278f54bbe91ffa76489cec803aa22","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2021-02-05 - Cabinet of Commissioner Mairead Mcguinness x Forum Atomique Européen"],"date":["2021-02-05"],"summary":["ESG reporting and a single platform","Draft Delegated Act Taxonomy regulation"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-a5441c6a69a8a94fd64e02def60fcc6567f2c1d8","eu-tr-42433582-82"]}} -{"id":"ec-meeting-2021-02-05-d94f4840d6564f17ddde46ef305ad7269b022c4b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-05 - Cabinet of Vice-President Věra Jourová x WEInvest"],"date":["2021-02-05"],"summary":["Women empowerment in finance"],"notes":["Portfolio: Values and Transparency"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["ec-person-221276f2dfa4b8fe628f08e982d967b6aeb61c57","eu-tr-330075240932-58"]}} -{"id":"ec-meeting-2021-02-05-dbbadc97b72f6c1ba80a98c4bf2b3a988ae9ba8a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-05 - Communications Networks, Content and Technology x Fondazione S.O.S. Il Telefono Azzurro Onlus"],"date":["2021-02-05"],"summary":["Telefono Azzurro and other helplines"],"location":["Brussels (online)"],"address":["Brussels (online)"],"addressEntity":["addr-ef87d086df7b220ed76c9f59ee6efadfac8480c7"],"organizer":["ec-dg-connect"],"involved":["eu-tr-667622916380-77","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2021-02-05-e12def87cc82a9c34c42a5404fc57cee8a6d8882","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-05 - Cabinet of President Ursula von der Leyen x Bpifrance"],"date":["2021-02-05"],"summary":["rôle des banques publiques en Europe et de leur business model, plan relance européen"],"notes":["Portfolio: President"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["eu-tr-950921712127-74","ec-person-a159f03add374257584565c2b05cc5539a7526e6","ec-person-5b870940c87837eb777e5c59a2b947ff9f15cb39"]}} -{"id":"ec-meeting-2021-02-08-118900126cde6a87a9a9b7cb038a3de49a4068df","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-08 - Health and Food Safety x CureVac SE"],"date":["2021-02-08"],"summary":["meeting with Curevac - vaccines"],"location":["webex"],"address":["webex"],"addressEntity":["addr-a37f437ef502701df6cd547f0ec20f9f6c19464e"],"organizer":["ec-dg-sante"],"involved":["eu-tr-798772637872-28","ec-person-f442ca8cd331fc51ad479fe0db982bb9fdb00647"]}} -{"id":"ec-meeting-2021-02-08-29f5bf20837aa088403bc1a221c5eb0baa915f73","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-08 - Cabinet of Commissioner Elisa Ferreira x EUROPEAN TRADE UNION CONFEDERATION"],"date":["2021-02-08"],"summary":["New EU Budget and Next Generation EU"],"notes":["Portfolio: Cohesion and Reforms"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-elisa-ferreira-of"],"involved":["ec-person-4121b3832a3dd4ec5d2c50f26f7003d3bada6d20","eu-tr-06698681039-26"]}} -{"id":"ec-meeting-2021-02-08-33e3daca9814b1031f7e4a5ef801ebe9421e428d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-08 - Cabinet of Commissioner Mairead Mcguinness x ENEL SpA"],"date":["2021-02-08"],"summary":["Sustainability Linked Bonds"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-a5441c6a69a8a94fd64e02def60fcc6567f2c1d8","eu-tr-6256831207-27"]}} -{"id":"ec-meeting-2021-02-08-4756a538b90cccd6571cf885e73b9323a6263a1f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-08 - Cabinet of President Ursula von der Leyen x Axel Springer SE"],"date":["2021-02-08"],"summary":["ePrivacy Regulation, DMA and DSA"],"notes":["Portfolio: President"],"location":["Brussels (WEBEX)"],"address":["Brussels (WEBEX)"],"addressEntity":["addr-3afbdeda01f3dac93a9dc841fdac57d9de27b869"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-7019713e72781afb1f3b19032c4752a314b78180","eu-tr-742417913824-11"]}} -{"id":"ec-meeting-2021-02-08-61f752638deadb54596278bf92394359778597c1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-08 - Cabinet of Commissioner Jutta Urpilainen x Konrad-Adenauer-Stiftung"],"date":["2021-02-08"],"summary":["Ongoing development in Ethiopia and the Horn of Africa"],"notes":["Portfolio: International Partnerships"],"location":["Teleconference"],"address":["Teleconference"],"addressEntity":["addr-a1b2e4eeecb1f46f3239fd2a390e2ec3f16bc2cb"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["ec-person-b5a90dd5ba1c715a3e7923281f7a6ae9975796d8","eu-tr-510151427278-94"]}} -{"id":"ec-meeting-2021-02-08-6299350f65af00565363a69dcd7181f626cb9ca6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-08 - Cabinet of Executive Vice-President Valdis Dombrovskis x ENEL SpA"],"date":["2021-02-08"],"summary":["Sustainable finance"],"notes":["Portfolio: An Economy that Works for People"],"location":["Video conference"],"address":["Video conference"],"addressEntity":["addr-ebc9fd5c2f372a32153cf3f4d5fb918a96b84a88"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-235870cd7eb41f2494f695fce18b5b5b88647113","eu-tr-6256831207-27"]}} -{"id":"ec-meeting-2021-02-08-856dbfa7b40a8009bb3f59b19e2c49e921c55272","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-08 - Cabinet of Executive Vice-President Valdis Dombrovskis x European Round Table for Industry"],"date":["2021-02-08"],"summary":["-\tEU Trade Policy Review and Open Strategic Autonomy\r\n-\tTransatlantic trade relations\r\n-\tRelations with China\r\n-\tSustainable supply chains"],"notes":["Portfolio: An Economy that Works for People"],"location":["virtual conference"],"address":["virtual conference"],"addressEntity":["addr-603c6066083042635db4e326b8c4cf96d64a8b20"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["eu-tr-25487567824-45","ec-person-9e7bd1005456277f156b671d1555c6a460fb2f58"]}} -{"id":"ec-meeting-2021-02-08-90cb0575e2d9db98bf35a2fdb63b5dbc5ba4ab4b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-08 - Cabinet of Commissioner Mairead Mcguinness x Banco Santander, S.A."],"date":["2021-02-08"],"summary":["Exiting COVID and Basel implementation"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["eu-tr-799142914971-03","ec-person-44c404268b70ce0b79c4e148b5a7c4ae2c53ee30","ec-person-0ba9b89127b39af6a66f2fc3ed727332f1b19a34","ec-person-49e520c7a9c9c47ccb5acfa68f9416e4233af9f8"]}} -{"id":"ec-meeting-2021-02-08-c547b0ced0ff970be0c4d3cd1d067c53eda9b816","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-08 - Cabinet of Executive Vice-President Margrethe Vestager x Expedia Group"],"date":["2021-02-08"],"summary":["DSA, DMA"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels (online)"],"address":["Brussels (online)"],"addressEntity":["addr-ef87d086df7b220ed76c9f59ee6efadfac8480c7"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0","eu-tr-310742426359-07"]}} -{"id":"ec-meeting-2021-02-08-e8ae48a6da5d70030f88958a633cabd6b2591f96","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-08 - Cabinet of Commissioner Stella Kyriakides x Amazon Europe Core SARL"],"date":["2021-02-08"],"summary":["VC Meeting: Sustainable food systems and Code of Conduct"],"notes":["Portfolio: Health"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-kyriakides-of-stella"],"involved":["ec-person-ba73927c33000184cab3f41a76e1b32fe7d7eda8","ec-person-ecf9f9e978b833afc98ee022572d468f0dc9a352","eu-tr-366117914426-10"]}} -{"id":"ec-meeting-2021-02-08-f229e40ffd8b4c98f0acb9e7e584594960dbcb17","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-08 - Cabinet of Commissioner Thierry Breton x Bayer AG"],"date":["2021-02-08"],"summary":["Task Force on vaccine production"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-3523776801-85","ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","ec-person-b077a2e9f0fdb3b8f6e91d0bd0b256db9e40ce46"]}} -{"id":"ec-meeting-2021-02-09-00d2ce234a0cd5a5399830367c88e94cbbc969b5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-09 - Cabinet of Commissioner Virginijus Sinkevičius x Deutscher Bauernverband"],"date":["2021-02-09"],"summary":["To discuss the European Environmental and Agriculture Policy, in particular Biodiversity Strategy and Farm to Fork Strategy"],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["eu-tr-73085531345-65","ec-person-dd7a7b1952e158f4195d34cff333ec79a4f48ba3","ec-person-c92a6b4ef8328855b0234011be623ed9f15c86f3"]}} -{"id":"ec-meeting-2021-02-09-20cded51cc13c6c88677b9ace2bfb16c5125b249","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-09 - Environment x Union of European Beverages Association"],"date":["2021-02-09"],"summary":["New Circular Packaging Vision 2030"],"location":["Video meeting"],"address":["Video meeting"],"addressEntity":["addr-762dc9b5648e05f3894b6f2597baa8254e5414db"],"organizer":["ec-dg-env"],"involved":["eu-tr-25492952296-56","ec-person-f9559d68da38935569ff0be1cadd90e05f0454bd"]}} -{"id":"ec-meeting-2021-02-09-22c385fb400c110edcbf3fd8082fdc7c59d08e09","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2021-02-09 - Cabinet of Executive Vice-President Frans Timmermans x Scania AB (publ)"],"date":["2021-02-09"],"summary":["Electric trucks","Transition to zero emission mobility"],"notes":["Portfolio: European Green Deal"],"location":["video call"],"address":["video call"],"addressEntity":["addr-12d8c530d76da0b7745f9c0f9285e7eec97adc55"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-d56ecbfde17436a136fc89c9a978b266e8285c84","eu-tr-3305029916-47"]}} -{"id":"ec-meeting-2021-02-09-2a5d0627a3436e653bf73587e11d107f0da2341f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-09 - Health and Food Safety x Associazione Industriali delle Carni e dei Salumi"],"date":["2021-02-09"],"summary":["“Europe’s Beating Cancer Plan”"],"location":["skype"],"address":["skype"],"addressEntity":["addr-484cb3a011ecddb82a0dc8e1f8c13b5d85b21be4"],"organizer":["ec-dg-sante"],"involved":["eu-tr-67143036814-95","ec-person-f442ca8cd331fc51ad479fe0db982bb9fdb00647"]}} -{"id":"ec-meeting-2021-02-09-30752e048301795833a61b8b68b74629c369870e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-09 - Cabinet of Vice-President Dubravka Šuica x Eurochild AISBL"],"date":["2021-02-09"],"summary":["Eurochild's report \"Growing up in lockdown: Europe's children in the age of COVID-19\""],"notes":["Portfolio: Democracy and Demography"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-dubravka-of-president-suica-vice"],"involved":["eu-tr-79360311166-84","ec-person-83dd3363da89c86d99ea50c3ff2d15a746405110"]}} -{"id":"ec-meeting-2021-02-09-4c81841897d99ca3286645c37ae55e695b6fc0e2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-09 - Cabinet of Executive Vice-President Frans Timmermans x Airlines for Europe"],"date":["2021-02-09"],"summary":["Climate plans for aviation"],"notes":["Portfolio: European Green Deal"],"location":["video call"],"address":["video call"],"addressEntity":["addr-12d8c530d76da0b7745f9c0f9285e7eec97adc55"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-807912421050-91","ec-person-d56ecbfde17436a136fc89c9a978b266e8285c84","ec-person-f1a3478550296f3f9accdc67d6ef5a0b681dda4b"]}} -{"id":"ec-meeting-2021-02-09-5405722797b11c148a52972f11927fc5e50e0651","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-09 - Cabinet of Executive Vice-President Valdis Dombrovskis x Confederatia Patronala Concordia OMV Aktiengesellschaft The Oil and Gas employers' Federation"],"date":["2021-02-09"],"summary":["EU taxonomy of environmentally sustainable economic activities"],"notes":["Portfolio: An Economy that Works for People"],"location":["Video conference"],"address":["Video conference"],"addressEntity":["addr-ebc9fd5c2f372a32153cf3f4d5fb918a96b84a88"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-235870cd7eb41f2494f695fce18b5b5b88647113","eu-tr-639342541250-87","eu-tr-344656434295-91","eu-tr-94274031992-65"]}} -{"id":"ec-meeting-2021-02-09-60116da70915c8f329e805e958849115687d8b74","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-09 - Cabinet of Executive Vice-President Frans Timmermans x Leaseurope"],"date":["2021-02-09"],"summary":["Transition to zero emission mobility"],"notes":["Portfolio: European Green Deal"],"location":["video call"],"address":["video call"],"addressEntity":["addr-12d8c530d76da0b7745f9c0f9285e7eec97adc55"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-430010622057-05","ec-person-d56ecbfde17436a136fc89c9a978b266e8285c84"]}} -{"id":"ec-meeting-2021-02-09-6219b637a10f83f4548e920621c924f2c141868e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-09 - Health and Food Safety x Notre Europe - Institut Jacques Delors / Notre Europe - Jacques Delors Institute"],"date":["2021-02-09"],"summary":["vaccines passport"],"location":["teams"],"address":["teams"],"addressEntity":["addr-46293836569b3968f4c1d59e3387eb6742658281"],"organizer":["ec-dg-sante"],"involved":["eu-tr-726109217329-25","ec-person-f442ca8cd331fc51ad479fe0db982bb9fdb00647"]}} -{"id":"ec-meeting-2021-02-09-63dc68c0acc1edf6eb47a3e69f7024900202a6c7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-09 - Cabinet of Executive Vice-President Frans Timmermans x Food & Water Action Europe ReCommon APS Global Witness Green Course"],"date":["2021-02-09"],"summary":["- EU climate neutrality, role of gas\r\n - East Med gas project"],"notes":["Portfolio: European Green Deal"],"location":["video call"],"address":["video call"],"addressEntity":["addr-12d8c530d76da0b7745f9c0f9285e7eec97adc55"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-42119616334-41","eu-tr-10439809375-73","eu-tr-976890341243-41","ec-person-4d24ceb9e6bdaabe394d1506aa601a9ce9d0e59b","ec-person-d53e00c46a4cc62bbf533e0c9bb35bacb9121989","eu-tr-961872741145-78"]}} -{"id":"ec-meeting-2021-02-09-698df3ee3fd736f02a77569b0b93330352313c82","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-09 - Cabinet of Executive Vice-President Frans Timmermans x Fédération Française de l'Assurance"],"date":["2021-02-09"],"summary":["Financing of green transition; climate adaptation"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-5149794935-37","ec-person-e88af8eb396e96e3dbc9b4ec6e40a348d26c389c"]}} -{"id":"ec-meeting-2021-02-09-814b04af3726ee49d8af6665d22bd27c66f6a851","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-09 - Cabinet of Commissioner Kadri Simson x ReCommon APS Global Witness Green Course Food & Water Action Europe"],"date":["2021-02-09"],"summary":["-\tEU climate neutrality, role of gas\r\n-\tEast Med gas project"],"notes":["Portfolio: Energy"],"location":["Video Conferencing"],"address":["Video Conferencing"],"addressEntity":["addr-e3b7413b2ac93be00b6bcff51fdc1374d67118bd"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["ec-person-9b7f5fe059e5b0b40e79e9170211aa2f02322fdb","eu-tr-42119616334-41","eu-tr-10439809375-73","eu-tr-976890341243-41","eu-tr-961872741145-78"]}} -{"id":"ec-meeting-2021-02-09-895d3f67a20c8ce8832f651f70a8d89a70eddd19","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-09 - Cabinet of Executive Vice-President Frans Timmermans x Atlantik-Brücke e.V."],"date":["2021-02-09"],"summary":["A new green era in transatlantic relations"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - videoconference"],"address":["Brussels - videoconference"],"addressEntity":["addr-a3a01e55b02ab591ce10151760698f4306ec49cb"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-7c876f4825f213b8adbedf089ccedfbc3b36d65b","eu-tr-274732541472-86"]}} -{"id":"ec-meeting-2021-02-09-89ab82611b41a79dde73e517d3a44cb66221c542","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-09 - Cabinet of Commissioner Kadri Simson x Water Europe"],"date":["2021-02-09"],"summary":["Water framework\r\nEnergy policy and impact on water\r\nRED and EED review"],"notes":["Portfolio: Energy"],"location":["Video Conferencing"],"address":["Video Conferencing"],"addressEntity":["addr-e3b7413b2ac93be00b6bcff51fdc1374d67118bd"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["ec-person-9b7f5fe059e5b0b40e79e9170211aa2f02322fdb","eu-tr-43176485302-45"]}} -{"id":"ec-meeting-2021-02-09-a622e3aad870bf84a51206a4defdc52b451a23b3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-09 - Cabinet of Commissioner Mairead Mcguinness x Invest Europe"],"date":["2021-02-09"],"summary":["introductory call"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-44c404268b70ce0b79c4e148b5a7c4ae2c53ee30","eu-tr-60975211600-74"]}} -{"id":"ec-meeting-2021-02-09-ac204a58c02cd2bb04f52ef42e0454b22c307823","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-09 - Cabinet of Commissioner Janez Lenarčič x Egmont Institute"],"date":["2021-02-09"],"summary":["dialogue on humanitarian issues"],"notes":["Portfolio: Crisis Management"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-janez-lenarcic-of"],"involved":["ec-person-a6cd325c80698b2331699224c780ebfb10573602","eu-tr-363331923608-55"]}} -{"id":"ec-meeting-2021-02-09-bca3eb6bc77dd3d8da42e7eef43a9ca66004b0f7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-09 - Communications Networks, Content and Technology x TIM S.p.A."],"date":["2021-02-09"],"summary":["Implementation of the European Electronic Communications Code"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-078655018381-34","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2021-02-09-c1ce9725012b0f63b0a3143c05c2ba16be2f9892","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-09 - Cabinet of Executive Vice-President Margrethe Vestager x None"],"date":["2021-02-09"],"summary":["DMA"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels (online)"],"address":["Brussels (online)"],"addressEntity":["addr-ef87d086df7b220ed76c9f59ee6efadfac8480c7"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-124123240636-16","eu-tr-694419028666-26","eu-tr-365747616583-15","eu-tr-532331921544-33","eu-tr-671163933953-21","ec-person-bb1f295d8be3d10004d7e5fd7c24248a21215775","eu-tr-611131527720-22","eu-tr-202560512850-84","eu-tr-616860936668-18","eu-tr-40386322300-77","eu-tr-910956030915-30","eu-tr-3183894853-03","eu-tr-218282321469-11","ec-person-73fb1ddd279f8c6697a055567a2c09606006b875","eu-tr-877966419254-70","eu-tr-465728241017-36","eu-tr-310742426359-07"]}} -{"id":"ec-meeting-2021-02-09-c5943e1e0dc30126c06a9faf186260e5d46e470f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-09 - Mobility and Transport x Airbus"],"date":["2021-02-09"],"summary":["Hydrogen strategy"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-dg-move"],"involved":["eu-tr-2732167674-76","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2021-02-09-c5ef40927effa5be78cb214a52484b1cf06399d8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-09 - Cabinet of Vice-President Věra Jourová x Huawei Technologies"],"date":["2021-02-09"],"summary":["Data protection, 5G, AI"],"notes":["Portfolio: Values and Transparency"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["ec-person-221276f2dfa4b8fe628f08e982d967b6aeb61c57","eu-tr-114467111412-38"]}} -{"id":"ec-meeting-2021-02-09-c7cc6e10d7fba5c3b30017a98dae7d70d1786c47","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-09 - Cabinet of Commissioner Nicolas Schmit x Bund der Deutschen Katholischen Jugend Arbeitsgemeinschaft katholisch-sozialer Bildungswerke in der Bundesrepublik Deutschland e.V."],"date":["2021-02-09"],"summary":["Meeting on Next Generation EU Recovery and Resilience Facility."],"notes":["Portfolio: Jobs and Social Rights"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-66fa2c2d100ec194caa42b5c6f97c36e2748b71c","eu-tr-398553618102-39","ec-person-4cf4655ab41922e92160325d987a3c4615c72d30","ec-person-c2208333f0f75350eef62b355a40bf856f2d9cef","eu-tr-502965240430-24"]}} -{"id":"ec-meeting-2021-02-09-c8c1e3db1936de99652a6b16d62ed10253bbfc85","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-09 - Cabinet of Executive Vice-President Valdis Dombrovskis x Orgalim – Europe's Technology Industries"],"date":["2021-02-09"],"summary":["China - CAI, Industrial Strategy"],"notes":["Portfolio: An Economy that Works for People"],"location":["virtual meeting"],"address":["virtual meeting"],"addressEntity":["addr-225c82a032511500bff73b3efe0d857849613fd9"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["eu-tr-20210641335-88","ec-person-7e9813c16d805ee7ebea3ef6444f384bc32abaaa"]}} -{"id":"ec-meeting-2021-02-09-cca2f0dab5c8669b389c868802a690d5381a235a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-09 - Cabinet of Executive Vice-President Valdis Dombrovskis x BDO/Brussels Worldwide Services BV"],"date":["2021-02-09"],"summary":["EU-ASEAN relations"],"notes":["Portfolio: An Economy that Works for People"],"location":["Video-conference"],"address":["Video-conference"],"addressEntity":["addr-afae67aab834151e72f631228e72361e369db072"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-5582b553fc27622716ec0589005296819f597ad2","eu-tr-36576556470-62"]}} -{"id":"ec-meeting-2021-02-09-e325cf7552646c244a96acd6f54ed1cc3641ac62","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-09 - Cabinet of Commissioner Virginijus Sinkevičius x VDE Verband der Elektrotechnik Elektronik Informationstechnik"],"date":["2021-02-09"],"summary":["Revision of the EU Batteries Directive; \r\nSustainable Products, Consumption and Production"],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["eu-tr-1059364571-78","ec-person-a58f1d06f5cb1d8dfd278e0c36d5aa1b9368b270"]}} -{"id":"ec-meeting-2021-02-09-e4e609e27e85bc1f7dd33ff726b04cc10df47b61","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-09 - Environment x International Union for Conservation of Nature EU Representative Office"],"date":["2021-02-09"],"summary":["general meeting on the conservatoin of nature"],"location":["Video meeting"],"address":["Video meeting"],"addressEntity":["addr-762dc9b5648e05f3894b6f2597baa8254e5414db"],"organizer":["ec-dg-env"],"involved":["ec-person-f9559d68da38935569ff0be1cadd90e05f0454bd","eu-tr-03518238467-61"]}} -{"id":"ec-meeting-2021-02-09-e60e0d9019d31900d3bbe6c6071e37ac163db174","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-09 - Cabinet of Commissioner Janusz Wojciechowski x Netafim Deutschland GmbH"],"date":["2021-02-09"],"summary":["Farming and precision irrigation."],"notes":["Portfolio: Agriculture"],"location":["video phone call"],"address":["video phone call"],"addressEntity":["addr-20169d8760eb932415b38f11daea45615ba4bb37"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["eu-tr-504518140762-97","ec-person-cafe030b6dad78a75143f7552c420481b30ebceb"]}} -{"id":"ec-meeting-2021-02-09-ff72e658c78538c70de6438ee4a0b78ec09d742e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-09 - Cabinet of Vice-President Dubravka Šuica x StartupVillage - Territorio Emprendimiento"],"date":["2021-02-09"],"summary":["Followup meeting related to REInA Initiative"],"notes":["Portfolio: Democracy and Demography"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-dubravka-of-president-suica-vice"],"involved":["ec-person-2ea66ac99d83c7f0ff7dfcfd7d90f9416dc22e61","eu-tr-608407240301-51"]}} -{"id":"ec-meeting-2021-02-10-276bb8fc559caedeb8c2cb615aae3864330a2734","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-10 - Cabinet of Executive Vice-President Margrethe Vestager x DreamQuark"],"date":["2021-02-10"],"summary":["AI"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels (online)"],"address":["Brussels (online)"],"addressEntity":["addr-ef87d086df7b220ed76c9f59ee6efadfac8480c7"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-251126335098-18","ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0"]}} -{"id":"ec-meeting-2021-02-10-2855f6473b573949c6b27466d98b99c5893477f2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-10 - Cabinet of Commissioner Mairead Mcguinness x UNIFE"],"date":["2021-02-10"],"summary":["Taxonomy draft delegated act"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-a5441c6a69a8a94fd64e02def60fcc6567f2c1d8","eu-tr-9624415524-28"]}} -{"id":"ec-meeting-2021-02-10-3863fe07a7cfad66667831c01836a8a82ddb0c30","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-10 - Cabinet of Executive Vice-President Frans Timmermans x Friends of Europe"],"date":["2021-02-10"],"summary":["EU-Africa cooperation"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - video conference"],"address":["Brussels - video conference"],"addressEntity":["addr-d7df553e47e69d1cc9f4189b36b7c867f80459b0"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-99436366768-45","ec-person-d53e00c46a4cc62bbf533e0c9bb35bacb9121989"]}} -{"id":"ec-meeting-2021-02-10-47ba1ab4a435e79a1cdd1108ae83f3104612f122","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-10 - Cabinet of Commissioner Thierry Breton x European Chemical Industry Council"],"date":["2021-02-10"],"summary":["EU industrial strategy"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-6308dea893b9b1ca0dcd5b91b4a1ac4c2f3020ad","ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","eu-tr-64879142323-90"]}} -{"id":"ec-meeting-2021-02-10-57fa9dec42357635fdb4774b710489c90b3af8c8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-10 - Cabinet of Commissioner Thierry Breton x Trustpilot"],"date":["2021-02-10"],"summary":["Digital Services Act"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-4d83416435f81b1f1e8f5c86aeebb1478577f1d2","eu-tr-731391938114-36"]}} -{"id":"ec-meeting-2021-02-10-6b660547113a06051cbbe8d716e1756b3b900d14","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-10 - Cabinet of Commissioner Nicolas Schmit x Housing Europe"],"date":["2021-02-10"],"summary":["Meeting on housing in the Action Plan on the European Pillar of Social Rights."],"notes":["Portfolio: Jobs and Social Rights"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-8eb18b6102d444937bc6af5822a6742812165b48","ec-person-4cf4655ab41922e92160325d987a3c4615c72d30","ec-person-c03b949331dbbe5fa3d5423758e371ec1b9b832f","eu-tr-794469327833-17"]}} -{"id":"ec-meeting-2021-02-10-71d8a0b8f3991714377c175f79df90a61ea28aac","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-10 - Cabinet of Commissioner Thierry Breton x Thermo Fisher Scientific"],"date":["2021-02-10"],"summary":["COVID-19 vaccines production"],"notes":["Portfolio: Internal Market"],"location":["Seneffe"],"address":["Seneffe"],"addressEntity":["addr-bbab35bae0a3f78a12a75fd785719dd777541bb2"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-7217954e3bc1aad2a1474fb760ea512a069f8fe3","ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","ec-person-b077a2e9f0fdb3b8f6e91d0bd0b256db9e40ce46","eu-tr-067438810848-61"]}} -{"id":"ec-meeting-2021-02-10-73e9e3cd6bdefd9811627fa5f4ebce10abd0cda3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-10 - Cabinet of Commissioner Adina Vălean x International Air Transport Association"],"date":["2021-02-10"],"summary":["Meeting to discuss several aviation files such as the SLOTS, the potential re-opening of boarders and the standardization / IATA Travel Pass"],"notes":["Portfolio: Transport"],"location":["Conference call"],"address":["Conference call"],"addressEntity":["addr-28ba88479582b2f75898964548da4252dc7db7d2"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["ec-person-5f7f9d4d861c5b97fbd25bccf6323535d2a7ceb8","eu-tr-1805107590-28","ec-person-267c5ab3ea5304fc6305ef321e214c9c1cd0f78e"]}} -{"id":"ec-meeting-2021-02-10-a7c04d3dd24356e1653286eda8abd06ca96870cd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-10 - Cabinet of Executive Vice-President Valdis Dombrovskis x WWF European Policy Programme"],"date":["2021-02-10"],"summary":["Sustainable corporate governance"],"notes":["Portfolio: An Economy that Works for People"],"location":["video conference"],"address":["video conference"],"addressEntity":["addr-6dc12e3c97077db82f32184f24341ce370a445fd"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-235870cd7eb41f2494f695fce18b5b5b88647113","eu-tr-1414929419-24"]}} -{"id":"ec-meeting-2021-02-10-ad36a84b5f8c76bc4995baf40c0f7680e0d834af","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-10 - Cabinet of Commissioner Virginijus Sinkevičius x Centre de liaison des industries transformatrices de viande de l'UE"],"date":["2021-02-10"],"summary":["Farm to Fork Strategy"],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["ec-person-1443799688ae485d7a2fee5c9defab2c5b7c7e6c","eu-tr-02978802379-31"]}} -{"id":"ec-meeting-2021-02-10-afd3fe45edb4ac51e2fe752e9985f786357d5b81","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-10 - Cabinet of High Representative Josep Borrell Fontelles x Third Generation Environmentalism Ltd"],"date":["2021-02-10"],"summary":["Climate diplomacy"],"notes":["Portfolio: High Representative of the Union for Foreign Affairs and Security Policy / Vice-President of the Commission"],"location":["Conference call"],"address":["Conference call"],"addressEntity":["addr-28ba88479582b2f75898964548da4252dc7db7d2"],"organizer":["ec-borrell-cabinet-fontelles-high-josep-of-representative"],"involved":["eu-tr-07783117686-61","ec-person-51b354ee84bc311cd7365f9f3ccd96326902c711"]}} -{"id":"ec-meeting-2021-02-10-c27757658a3227b6b05fbb09b176439d788d3913","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-10 - European Civil Protection and Humanitarian Aid Operations x Plan International EU Office"],"date":["2021-02-10"],"summary":["Plan International global humanitarian response, in particular when addressing the specific needs of Adolescent girls in crises;\r\nMajor crises identified for next year and ECHO approach to respond to this crises."],"location":["Phone meeting"],"address":["Phone meeting"],"addressEntity":["addr-83ae93a355b6a2e325286534cc4ddeb80e014c22"],"organizer":["ec-dg-echo"],"involved":["eu-tr-83357751766-93","ec-person-10a22f0fd27347d8ef3ff2b55ad4ef89c6fe388f"]}} -{"id":"ec-meeting-2021-02-10-da490997bd4a824591f53951daf519c576195151","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-10 - Cabinet of Commissioner Mairead Mcguinness x None"],"date":["2021-02-10"],"summary":["Basel III"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Virtual Presentation"],"address":["Virtual Presentation"],"addressEntity":["addr-946939948ffe280fccc2665da6065ab76ba70efe"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["eu-tr-12112965774-95","ec-person-49e520c7a9c9c47ccb5acfa68f9416e4233af9f8","eu-tr-799142914971-03","eu-tr-78787381113-69","eu-tr-03013154889-05","eu-tr-795654421523-14","eu-tr-654132129361-28"]}} -{"id":"ec-meeting-2021-02-10-e3b10b4a52951a46f51324a2e701114fa1168295","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-10 - Cabinet of Executive Vice-President Margrethe Vestager x Computer & Communications Industry Association"],"date":["2021-02-10"],"summary":["DSA, DMA, AI, data"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels (online)"],"address":["Brussels (online)"],"addressEntity":["addr-ef87d086df7b220ed76c9f59ee6efadfac8480c7"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-15987896534-82","ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0"]}} -{"id":"ec-meeting-2021-02-10-f405fe4da2406b02854db5896f1f428710dbb184","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-10 - Research and Innovation x Vinnova"],"date":["2021-02-10"],"summary":["Swedish launch of the Horizon Europe programme"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-rtd"],"involved":["eu-tr-917180932029-87","ec-person-1d348f33395de0ea6773a7b4ae8797e3e0392f73"]}} -{"id":"ec-meeting-2021-02-10-f81547a38acab29587e4d236762a4bc944107620","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-10 - Cabinet of President Ursula von der Leyen x Google"],"date":["2021-02-10"],"summary":["Transatlantic digital cooperation; 6/01 Capitol events; DSA/DMA; COVID-19 and Artificial intelligence"],"notes":["Portfolio: President"],"location":["Brussels (VC)"],"address":["Brussels (VC)"],"addressEntity":["addr-7a7ab1034ef0b71e62ebf9a322dc5d9528505976"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-7019713e72781afb1f3b19032c4752a314b78180","eu-tr-03181945560-59"]}} -{"id":"ec-meeting-2021-02-10-fa13496d7c19fe5c09cdb941f7de75cd08ba50cd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-10 - Cabinet of President Ursula von der Leyen x Thorn"],"date":["2021-02-10"],"summary":["Protection of children against online abuse"],"notes":["Portfolio: President"],"location":["Videoconference via Webex"],"address":["Videoconference via Webex"],"addressEntity":["addr-101419fa5f83cbde871a52994a1ca5175cda73c1"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["eu-tr-854246640306-96","ec-person-09e754ed16961925cf1fc45ca9d1622435166a87"]}} -{"id":"ec-meeting-2021-02-11-06af545eee6361cedbcda8fa62812983d3758ce5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-11 - Health and Food Safety x AstraZeneca PLC"],"date":["2021-02-11"],"summary":["vaccines - delivery schedule"],"location":["webex"],"address":["webex"],"addressEntity":["addr-a37f437ef502701df6cd547f0ec20f9f6c19464e"],"organizer":["ec-dg-sante"],"involved":["eu-tr-249402638316-62","ec-person-f442ca8cd331fc51ad479fe0db982bb9fdb00647"]}} -{"id":"ec-meeting-2021-02-11-0c2719a0fafc969f82dac9d99984429112ffb90c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-11 - Cabinet of Commissioner Thierry Breton x European Panel Federation"],"date":["2021-02-11"],"summary":["EU level initiatives important for the construction ecosystem"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-572064811767-22","ec-person-026c2270ec4cbabdb8ac223b2d1fa4202696dc8d"]}} -{"id":"ec-meeting-2021-02-11-37e39a1356819f177830451572bebb7d55ae6245","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-11 - Health and Food Safety x GlaxoSmithKline"],"date":["2021-02-11"],"summary":["vaccines"],"location":["webex"],"address":["webex"],"addressEntity":["addr-a37f437ef502701df6cd547f0ec20f9f6c19464e"],"organizer":["ec-dg-sante"],"involved":["eu-tr-7990322925-77","ec-person-f442ca8cd331fc51ad479fe0db982bb9fdb00647"]}} -{"id":"ec-meeting-2021-02-11-3818f79bd5981a6d1a3fec038b03feae40174efb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-11 - Secretariat-General x EuroComment"],"date":["2021-02-11"],"summary":["Commission Priorities for 2021"],"location":["On-line"],"address":["On-line"],"addressEntity":["addr-3a31a880168a6c11580728908cbd9262aa3bde42"],"organizer":["ec-dg-sg"],"involved":["eu-tr-123577115553-43","ec-person-6fde96d3b1e5bfc1dff081b7362d5ae9bd8291ac"]}} -{"id":"ec-meeting-2021-02-11-407d4fa7348cf6018b3cd3f516999bba050b14af","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-11 - Cabinet of Commissioner Janez Lenarčič x Voluntary Organisations in Cooperation in Emergencies Médecins Sans Frontières International"],"date":["2021-02-11"],"summary":["EU humanitarian aid in the context of Covid-19"],"notes":["Portfolio: Crisis Management"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-janez-lenarcic-of"],"involved":["eu-tr-47126711656-13","eu-tr-928308827208-10","ec-person-a6cd325c80698b2331699224c780ebfb10573602"]}} -{"id":"ec-meeting-2021-02-11-431d644e25819d97b10a2032c2d99fe6761356dd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-11 - Cabinet of Commissioner Adina Vălean x Airlines for Europe"],"date":["2021-02-11"],"summary":["Meeting to prepare the Commissioner's participation to the A4E event."],"notes":["Portfolio: Transport"],"location":["Conference call"],"address":["Conference call"],"addressEntity":["addr-28ba88479582b2f75898964548da4252dc7db7d2"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["ec-person-5f7f9d4d861c5b97fbd25bccf6323535d2a7ceb8","eu-tr-807912421050-91","ec-person-e5f1558cac43dd4f90847b508b6753edb0a9f903"]}} -{"id":"ec-meeting-2021-02-11-444fe322bf9e4e1d4b20e0e72d15fd6202c81c5f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-11 - Cabinet of Executive Vice-President Margrethe Vestager x EPIA SolarPower Europe"],"date":["2021-02-11"],"summary":["State Aid policy and Green Deal"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels (online)"],"address":["Brussels (online)"],"addressEntity":["addr-ef87d086df7b220ed76c9f59ee6efadfac8480c7"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-2680046412-48","ec-person-11ba005cc4046696303381b7ca219da9b11a42bf"]}} -{"id":"ec-meeting-2021-02-11-4649f735072fb6a5ed64d03d6bb98f69659c457f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-11 - Cabinet of Commissioner Elisa Ferreira x Europa Nostra"],"date":["2021-02-11"],"summary":["Cohesion support to cultural heritage; EU recovery; New European Bauhaus"],"notes":["Portfolio: Cohesion and Reforms"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-elisa-ferreira-of"],"involved":["ec-person-4121b3832a3dd4ec5d2c50f26f7003d3bada6d20","eu-tr-464201240893-11"]}} -{"id":"ec-meeting-2021-02-11-4e8fb014daf4191af8d278082d634b7d82abcbe0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-11 - Cabinet of Vice-President Margaritis Schinas x Vocento, S.A."],"date":["2021-02-11"],"summary":["The recovery facility"],"notes":["Portfolio: Promoting the European Way of Life"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-margaritis-of-president-schinas-vice"],"involved":["eu-tr-594766741361-25","ec-person-d5cada2a1a17537a675985af31e5ce07ae3bfd42","ec-person-180e5c5b13dac533a1241b0f9d78176c8bec3d51"]}} -{"id":"ec-meeting-2021-02-11-51ae24b659b69b659c9bbc99fa5f2daeea3317f4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-11 - Cabinet of Commissioner Mairead Mcguinness x European Financial Reporting Advisory Group"],"date":["2021-02-11"],"summary":["Non-financial reporting directive."],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Video Conferencing"],"address":["Video Conferencing"],"addressEntity":["addr-e3b7413b2ac93be00b6bcff51fdc1374d67118bd"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-2b9c589fb2354bd93067644d2c3d2c058d4c4cc9","eu-tr-411098519407-76"]}} -{"id":"ec-meeting-2021-02-11-5925db61e65b16a89a700101270388cdb72cf2bd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-11 - Cabinet of Commissioner Thierry Breton x FONDATION ROBERT SCHUMAN"],"date":["2021-02-11"],"summary":["« Réindustrialiser l’Europe : leçons de la crise sanitaire »"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","eu-tr-01740426310-03"]}} -{"id":"ec-meeting-2021-02-11-71376d277a3832f84791b23807296a80ebbc7087","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-11 - Cabinet of Executive Vice-President Frans Timmermans x Vodafone Belgium SA"],"date":["2021-02-11"],"summary":["Digital and green transition"],"notes":["Portfolio: European Green Deal"],"location":["video call"],"address":["video call"],"addressEntity":["addr-12d8c530d76da0b7745f9c0f9285e7eec97adc55"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-90142503473-81","ec-person-d56ecbfde17436a136fc89c9a978b266e8285c84"]}} -{"id":"ec-meeting-2021-02-11-76d609dbbd3e2af7bcdbfbd298fe9733ff5432f1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-11 - Cabinet of Commissioner Adina Vălean x FERROVIE DELLO STATO ITALIANE S.p.A."],"date":["2021-02-11"],"summary":["Meeting to prepare the Commissioner's intervention to the ANAS event."],"notes":["Portfolio: Transport"],"location":["Conference call"],"address":["Conference call"],"addressEntity":["addr-28ba88479582b2f75898964548da4252dc7db7d2"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["eu-tr-1954267427-31","ec-person-6e21d867543ef3b910e746c319cb048abd054702"]}} -{"id":"ec-meeting-2021-02-11-7f761ce509b0061764705cd71b48f1d660f200d6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-11 - Cabinet of Commissioner Mariya Gabriel x Virus Matemático"],"date":["2021-02-11"],"summary":["Main initiatives in the EEA and DEAP to promote STEM"],"notes":["Portfolio: Innovation and Youth"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["ec-person-1674399a793e9e6fd7cf55b525515fc862fc9351","eu-tr-297514641796-93"]}} -{"id":"ec-meeting-2021-02-11-8b39980d5ed65e3c350b5326b671aa7ff84cf662","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-11 - Cabinet of Executive Vice-President Frans Timmermans x Stichting European Climate Foundation Bloomberg L.P."],"date":["2021-02-11"],"summary":["online keynote speech at the European Climate Foundation and Bloomberg Philanthropies event on Countdown to Net Zero (on renewable energies)"],"notes":["Portfolio: European Green Deal"],"location":["Brussels (video conference)"],"address":["Brussels (video conference)"],"addressEntity":["addr-1a77e12c05a39186f3ddab600c3e9e619c4822ef"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-214140728444-40","eu-tr-64869491516-70","ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce"]}} -{"id":"ec-meeting-2021-02-11-a30a7b12d14ce23f0d89c0ff074460568f21b5c9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-11 - Cabinet of Vice-President Dubravka Šuica x Universidade de Aveiro MINHA TERRA - Federação Portuguesa de Associações de Desenvolvimento Local"],"date":["2021-02-11"],"summary":["Long term Vision for Rural Areas and exchange of views on Democracy and Demography"],"notes":["Portfolio: Democracy and Demography"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-dubravka-of-president-suica-vice"],"involved":["eu-tr-215480025291-83","eu-tr-033845321755-09","ec-person-83dd3363da89c86d99ea50c3ff2d15a746405110"]}} -{"id":"ec-meeting-2021-02-11-a84490c59e67e9e80f4126a4cb6fa76a4f5c72c1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-11 - Cabinet of Vice-President Věra Jourová x ITI - The Information Technology Industry Council"],"date":["2021-02-11"],"summary":["DSA, DMA, AI, Privacy and data flows"],"notes":["Portfolio: Values and Transparency"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["ec-person-bf54da17217bbddfd9c68fe24d88005ac17e2c4b","eu-tr-061601915428-87"]}} -{"id":"ec-meeting-2021-02-11-aa751d2e601a6922daf0215fe25705d76919d9e4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-11 - Cabinet of Vice-President Margaritis Schinas x ASPEN INSTITUTE ITALIA"],"date":["2021-02-11"],"summary":["New Pact on Migration and Asylum and impact of the pandemic"],"notes":["Portfolio: Promoting the European Way of Life"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-margaritis-of-president-schinas-vice"],"involved":["ec-person-d5cada2a1a17537a675985af31e5ce07ae3bfd42","ec-person-2e04e278a7f128b3ac72d2af3db94d4ebed934da","eu-tr-216091637394-12"]}} -{"id":"ec-meeting-2021-02-11-bb2a82afb97fa373d49bd8224bc7e7ee8b040ae8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-11 - Cabinet of Vice-President Věra Jourová x Reporters sans frontières"],"date":["2021-02-11"],"summary":["Transparency of Platforms, Content moderation"],"notes":["Portfolio: Values and Transparency"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["ec-person-74c07660dcbc6dc9993b34462cf2a1fec35925ea","eu-tr-612547127497-45","ec-person-fb258e0188a5319bfaba3161382db43f5a85851f"]}} -{"id":"ec-meeting-2021-02-11-d8e0605bd35adba48947f38b9fa8bafd8662e0fb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-11 - Cabinet of Commissioner Nicolas Schmit x Volkswagen Aktiengesellschaft"],"date":["2021-02-11"],"summary":["Meeting on skills."],"notes":["Portfolio: Jobs and Social Rights"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-66fa2c2d100ec194caa42b5c6f97c36e2748b71c","ec-person-4cf4655ab41922e92160325d987a3c4615c72d30","ec-person-c03b949331dbbe5fa3d5423758e371ec1b9b832f","eu-tr-6504541970-40"]}} -{"id":"ec-meeting-2021-02-11-e7d535d131a36d4a2c93fc635a1e8184fed92f9c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-11 - Cabinet of Executive Vice-President Valdis Dombrovskis x Stichting European Climate Foundation"],"date":["2021-02-11"],"summary":["trade and climate"],"notes":["Portfolio: An Economy that Works for People"],"location":["video conference"],"address":["video conference"],"addressEntity":["addr-6dc12e3c97077db82f32184f24341ce370a445fd"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-235870cd7eb41f2494f695fce18b5b5b88647113","eu-tr-64869491516-70"]}} -{"id":"ec-meeting-2021-02-11-f3dc0f1bfca4ae9b35b6bfb46b5ee4d16ace5db6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-11 - Cabinet of Executive Vice-President Frans Timmermans x BDEW Bundesverband der Energie- und Wasserwirtschaft e. V."],"date":["2021-02-11"],"summary":["The EU hydrogen strategy in implementation — How do we join forces?"],"notes":["Portfolio: European Green Deal"],"location":["video conference"],"address":["video conference"],"addressEntity":["addr-6dc12e3c97077db82f32184f24341ce370a445fd"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-20457441380-38","ec-person-f1a3478550296f3f9accdc67d6ef5a0b681dda4b"]}} -{"id":"ec-meeting-2021-02-11-fc65a7053ffb205f6f1710c0ef45e51bc20f9e44","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-11 - Cabinet of Executive Vice-President Valdis Dombrovskis x Arbeitsgemeinschaft katholisch-sozialer Bildungswerke in der Bundesrepublik Deutschland e.V."],"date":["2021-02-11"],"summary":["Discussed the Recovery and Resilience Facility framework for climate change, digitalisation and education, including the EU reskill and upskill flagship.”"],"notes":["Portfolio: An Economy that Works for People"],"location":["Brussels and virtual"],"address":["Brussels and virtual"],"addressEntity":["addr-6ed5bdd70e220bb7034eaa6c9c5933d6edc9cad2"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["eu-tr-398553618102-39","ec-person-95d6ecce9b8f3a7b167d0eac8e270fdce0665ccb"]}} -{"id":"ec-meeting-2021-02-12-0314261a5251981dea39aae0e21b390be1bcb2e8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-12 - Cabinet of Vice-President Věra Jourová x The Daphne Caruana Galizia Foundation"],"date":["2021-02-12"],"summary":["media aspects"],"notes":["Portfolio: Values and Transparency"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["eu-tr-690043637719-35","ec-person-aa83f35da599b82e4f15da018f4b3447eb648f7c","ec-person-76793b3bad1c7471121c510a962aae356d19c30b"]}} -{"id":"ec-meeting-2021-02-12-1042536be4971dc47f7f482d1014a4eb8da9cd62","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-12 - Cabinet of Commissioner Virginijus Sinkevičius x Umweltorganisation WWF Central and Eastern Erurope OCEANA International Fund for Animal Welfare Funding Fish SURFRIDER FOUNDATION EUROPE Fiskesekretariatet ClientEarth AISBL The Pew Charitable Trusts Whale and Dolphin Conservation Stichting BirdLife Europe Seas At Risk"],"date":["2021-02-12"],"summary":["To discuss different blue/marine related issues, in particular bycatch emergency measures, EU-UK negotiations and implementation of the Biodiversity Strategy."],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["eu-tr-22644632329-52","ec-person-c92a6b4ef8328855b0234011be623ed9f15c86f3","eu-tr-1083162721-43","eu-tr-58969291154-50","ec-person-dd7a7b1952e158f4195d34cff333ec79a4f48ba3","eu-tr-47937943241-80","eu-tr-46834536998-79","eu-tr-96645517357-19","ec-person-1443799688ae485d7a2fee5c9defab2c5b7c7e6c","eu-tr-720948821272-32","eu-tr-02019258940-59","eu-tr-40048498591-70","eu-tr-051498327063-03","eu-tr-625261439488-38"]}} -{"id":"ec-meeting-2021-02-12-160b0f6a6f7992587770e4db63a78352e023afe3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-12 - Cabinet of Commissioner Virginijus Sinkevičius x World Economic Forum"],"date":["2021-02-12"],"summary":["EU biodiversity strategy and Champions for Nature"],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["eu-tr-049060636194-17","ec-person-9de2bdbd71a153577984a493028e19bcb8c1514f"]}} -{"id":"ec-meeting-2021-02-12-17c2ba63a46160277b95cd10dae308c6ec29db6b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-12 - Cabinet of Vice-President Dubravka Šuica x Federation of Catholic Family Associations in Europe"],"date":["2021-02-12"],"summary":["Follow up meeting (of VP and FAFCE Secretary general) on demography and the future of Europe"],"notes":["Portfolio: Democracy and Demography"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dubravka-of-president-suica-vice"],"involved":["eu-tr-509209111889-44","ec-person-bae2f44eb21285b37ecc9c7f2f42b4acb1f53264","ec-person-3fde0db8d8834e47db2b7c32ce5c469b66548f1b"]}} -{"id":"ec-meeting-2021-02-12-2ee613c734dfb58cff725fd5f8a53c40f3bf79bb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-12 - Cabinet of President Ursula von der Leyen x ENEL SpA"],"date":["2021-02-12"],"summary":["Africa Europe Green Energy Initiative"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-a159f03add374257584565c2b05cc5539a7526e6","eu-tr-6256831207-27"]}} -{"id":"ec-meeting-2021-02-12-2f88b2542f32d2978b6b3e03d4cb0294194fb80a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-12 - Cabinet of Commissioner Mairead Mcguinness x Société Générale"],"date":["2021-02-12"],"summary":["Basel 3, banking union next steps and a general overview of upcoming initiatives in the sector"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["eu-tr-34369111614-57","ec-person-1d2f53447b8f2d9bb3f50f7247ad40c2cf8036e4","ec-person-49e520c7a9c9c47ccb5acfa68f9416e4233af9f8"]}} -{"id":"ec-meeting-2021-02-12-36490ad8ecb05301c318981962abc9afa663b460","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-12 - Cabinet of Commissioner Stella Kyriakides x World Union of Wholesale Markets"],"date":["2021-02-12"],"summary":["Farm to Fork strategy"],"notes":["Portfolio: Health"],"location":["Virtual Meeting"],"address":["Virtual Meeting"],"addressEntity":["addr-ed078b6749077909a1a45720507ac2da9277b8b3"],"organizer":["ec-cabinet-commissioner-kyriakides-of-stella"],"involved":["eu-tr-144436210604-54","ec-person-8c3c9f5f3b2f84138bb6ab73180e2eff94b88ec8","ec-person-c7513fae2df7920eea99d7cc103a354aa4f56b6e","ec-person-991ce64cea5178762c932ac823ea5d309e7a8d93"]}} -{"id":"ec-meeting-2021-02-12-4588af68321e9104d65525d0442185d5b4cea14d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-12 - Cabinet of Commissioner Jutta Urpilainen x Prospera International Network of Women's Funds"],"date":["2021-02-12"],"summary":["Prospera WFE presented the recent activities and engagement on GAP III"],"notes":["Portfolio: International Partnerships"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["ec-person-6357f4506ca5351b3a822936612fd6006da48722","eu-tr-908150137027-18"]}} -{"id":"ec-meeting-2021-02-12-4c640f2ac62c6dfe1c7782ebbdb7ba8653d33c9d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-12 - Cabinet of Commissioner Mariya Gabriel x Europa Nostra"],"date":["2021-02-12"],"summary":["Initiatives to support the cultural and creative sectors"],"notes":["Portfolio: Innovation and Youth"],"location":["Videoconferencing"],"address":["Videoconferencing"],"addressEntity":["addr-6a073cb5f40659cdadea9f99cd4af4fd631dabcf"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["ec-person-1674399a793e9e6fd7cf55b525515fc862fc9351","eu-tr-464201240893-11"]}} -{"id":"ec-meeting-2021-02-12-5b1fa359dacde812dd48921fdceb111f53bb48a5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-12 - Cabinet of Commissioner Jutta Urpilainen x Fuzu Limited"],"date":["2021-02-12"],"summary":["The EU's Strategy with Africa; sustainable growth"],"notes":["Portfolio: International Partnerships"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["eu-tr-843003040961-28","ec-person-1ec9383fd54d9d4cd8a154c01fa71549eb8c75ac"]}} -{"id":"ec-meeting-2021-02-12-6fe993f428f6d6448f4a162cbdd42292d01760a1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-12 - Cabinet of Commissioner Mairead Mcguinness x Deutscher Sparkassen-und Giroverband"],"date":["2021-02-12"],"summary":["Banking Union"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Video Conferencing"],"address":["Video Conferencing"],"addressEntity":["addr-e3b7413b2ac93be00b6bcff51fdc1374d67118bd"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-2b9c589fb2354bd93067644d2c3d2c058d4c4cc9","eu-tr-62379064909-15"]}} -{"id":"ec-meeting-2021-02-12-792663b87767753d9be2653384b5042518b4c8ff","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-12 - Cabinet of Commissioner Janusz Wojciechowski x Ericsson"],"date":["2021-02-12"],"summary":["Meeting with SVP & CTO Ericsson"],"notes":["Portfolio: Agriculture"],"location":["Virtual meeting"],"address":["Virtual meeting"],"addressEntity":["addr-1f1f3f51a4da31a1ea5c1b4b21cbf52ad983224f"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["ec-person-625f8b4379f79adee4f15c6a0417a96bb5a5a403","eu-tr-02021363105-42"]}} -{"id":"ec-meeting-2021-02-12-978642981fd0368042ca79fae5f1c13c9d7d68e3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-12 - Cabinet of Commissioner Mairead Mcguinness x International Capital Market Association"],"date":["2021-02-12"],"summary":["Secondary bond markets, Benchmarks & Sustainability"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-a5441c6a69a8a94fd64e02def60fcc6567f2c1d8","eu-tr-0223480577-59"]}} -{"id":"ec-meeting-2021-02-12-a247f04c44c482319a7d020b79438c1568ed62d9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-12 - Cabinet of Commissioner Didier Reynders x Open Society European Policy Institute"],"date":["2021-02-12"],"summary":["RoL report"],"notes":["Portfolio: Justice"],"location":["Video conference"],"address":["Video conference"],"addressEntity":["addr-ebc9fd5c2f372a32153cf3f4d5fb918a96b84a88"],"organizer":["ec-cabinet-commissioner-didier-of-reynders"],"involved":["ec-person-6c2abeaa21f9fe09b6a21f7f73e03d924e89018e","ec-person-50f9cba2282e1d03395cdd0faf9ce6e9a2ff3104","eu-tr-8557515321-37"]}} -{"id":"ec-meeting-2021-02-12-bf4e7d17e468f60bee5ce8bf90f58cddf2a1c6ec","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-12 - Cabinet of Commissioner Mairead Mcguinness x Intercontinental Exchange, Inc."],"date":["2021-02-12"],"summary":["MiFID II"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-0ba9b89127b39af6a66f2fc3ed727332f1b19a34","eu-tr-141041215133-83"]}} -{"id":"ec-meeting-2021-02-12-c67ef8fd149d10a3ab992f95ca29da0b9af0d80d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-12 - Cabinet of Commissioner Jutta Urpilainen x CONCORD Europe"],"date":["2021-02-12"],"summary":["Preparations of the Communication on Multilateralism and the follow-up"],"notes":["Portfolio: International Partnerships"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["eu-tr-34478709670-34","ec-person-7204caa5e704bc4a911fee13ad5c0f62fd74b3bc","ec-person-6357f4506ca5351b3a822936612fd6006da48722"]}} -{"id":"ec-meeting-2021-02-12-d443827b95aa87205d5dd1ec97d5160f038f5877","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-12 - Cabinet of Commissioner Nicolas Schmit x SGI Europe"],"date":["2021-02-12"],"summary":["Preparatory meeting for the organization of the Porto Social Summit."],"notes":["Portfolio: Jobs and Social Rights"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-8eb18b6102d444937bc6af5822a6742812165b48","ec-person-4cf4655ab41922e92160325d987a3c4615c72d30","ec-person-ad985b200e2d6242a09bce10bf1502b043bf59b4","ec-person-c03b949331dbbe5fa3d5423758e371ec1b9b832f","eu-tr-59513031434-92"]}} -{"id":"ec-meeting-2021-02-12-e8ec82e33c0709fbcd7a68284f87ad61b0a88850","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-12 - Health and Food Safety x European Federation of Pharmaceutical Industries and Associations"],"date":["2021-02-12"],"summary":["Phone call with EFPIA"],"location":["Brussels (virtual)"],"address":["Brussels (virtual)"],"addressEntity":["addr-758e0df2cde2954c65829147799b6383456f1e21"],"organizer":["ec-dg-sante"],"involved":["eu-tr-38526121292-88","ec-person-f442ca8cd331fc51ad479fe0db982bb9fdb00647"]}} -{"id":"ec-meeting-2021-02-12-f847b5a7cf0dd94ee14e5480ee2660dcb0fe2042","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-12 - Cabinet of Executive Vice-President Frans Timmermans x Huis van de Nederlandse Provincies"],"date":["2021-02-12"],"summary":["Virtual meeting on the European Green Deal"],"notes":["Portfolio: European Green Deal"],"location":["Brussels (video conference)"],"address":["Brussels (video conference)"],"addressEntity":["addr-1a77e12c05a39186f3ddab600c3e9e619c4822ef"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-20620934484-91","ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce"]}} -{"id":"ec-meeting-2021-02-12-fa4a0d9221548447c3f309c038a2b7f47058d8fc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-12 - Cabinet of Commissioner Jutta Urpilainen x ENEL SpA"],"date":["2021-02-12"],"summary":["Africa Europe Green Energy initiative. Ms Montero joined the meeting organized by CAB VdL - Valeria Miceli"],"notes":["Portfolio: International Partnerships"],"location":["videoconference"],"address":["videoconference"],"addressEntity":["addr-92b2fbb928e012810d80d9ef1abe12027beee200"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["ec-person-e29b72fe81d25796214b1c5915c52a124f06cd9d","eu-tr-6256831207-27"]}} -{"id":"ec-meeting-2021-02-15-295e7261e518c1241f116184d075045660a1b3ee","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-15 - Cabinet of President Ursula von der Leyen x Global Citizen"],"date":["2021-02-15"],"summary":["Global Health Summit"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["eu-tr-211392938041-28","ec-person-a15f450526451c70384a05ea9a3a7400ba2d3e7e"]}} -{"id":"ec-meeting-2021-02-15-3fe2d77cb42e0fef1d06d501cc9cb68afa484f3e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-15 - Cabinet of Executive Vice-President Margrethe Vestager x BUSINESSEUROPE"],"date":["2021-02-15"],"summary":["DSA, DMA"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-3978240953-79","ec-person-eecca27e2a9c3fc0d4bd43564e4960382705feef"]}} -{"id":"ec-meeting-2021-02-15-4280e6031883dcdcac68187d0d1717139d8bbdea","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-15 - Cabinet of Vice-President Věra Jourová x Netflix International B.V."],"date":["2021-02-15"],"summary":["Diversity in the audiovisual sector, AI"],"notes":["Portfolio: Values and Transparency"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["eu-tr-487726915971-30","ec-person-bf54da17217bbddfd9c68fe24d88005ac17e2c4b"]}} -{"id":"ec-meeting-2021-02-15-50433b16dfe3e8b691b86b833643cddf99b118a6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-15 - Cabinet of Commissioner Didier Reynders x The Alternative Investment Management Association Limited"],"date":["2021-02-15"],"summary":["Substainable Corporate Governance"],"notes":["Portfolio: Justice"],"location":["video conference"],"address":["video conference"],"addressEntity":["addr-6dc12e3c97077db82f32184f24341ce370a445fd"],"organizer":["ec-cabinet-commissioner-didier-of-reynders"],"involved":["ec-person-442bf1ae9900b999673cdd7389224d0e21b67d4d","eu-tr-232566516087-90"]}} -{"id":"ec-meeting-2021-02-15-6d264ef14a134bcfb70083d331504d53456167b0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-15 - Cabinet of Commissioner Mairead Mcguinness x European Association of the Electricity Transmission and Distribution Equipment and Services Industry"],"date":["2021-02-15"],"summary":["Sustainable Finance\r\nT&D Europe expressed support for the European Green Deal and the EU’s sustainable finance agenda. They would like manufacturing of electricity transmission & distribution equipment included in the taxonomy classification system."],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-a5441c6a69a8a94fd64e02def60fcc6567f2c1d8","eu-tr-90453504235-64"]}} -{"id":"ec-meeting-2021-02-15-882f309b13a670ee957f761257a7945cb23abea5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-15 - Cabinet of Executive Vice-President Margrethe Vestager x EUROCOPYA IMPALA Association Internationale AISBL Society of Audiovisual Authors International Video Federation Groupement Européen des Sociétés d'Auteurs et Compositeurs Sports Rights Owners' Coalition European Visual Artists"],"date":["2021-02-15"],"summary":["Presentation of a study on the economic and social importance of the cultural and creative industries (CCIs), Copyright Directive, DSA, DMA"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels (online)"],"address":["Brussels (online)"],"addressEntity":["addr-ef87d086df7b220ed76c9f59ee6efadfac8480c7"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-36529354479-57","eu-tr-7013477846-25","eu-tr-121604011075-40","ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0","eu-tr-422544515758-37","eu-tr-99336382936-11","eu-tr-12383069253-19","eu-tr-89874817197-02"]}} -{"id":"ec-meeting-2021-02-15-911e75f0be7f0a3de5d836d809dd319edad12edc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-15 - Cabinet of Commissioner Nicolas Schmit x European Microfinance Network aisbl"],"date":["2021-02-15"],"summary":["Meeting on future of the EU budget, the successor programme to EaSI guarantee and the development of fresh policy initiatives supporting microfinance."],"notes":["Portfolio: Jobs and Social Rights"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-66fa2c2d100ec194caa42b5c6f97c36e2748b71c","ec-person-4cf4655ab41922e92160325d987a3c4615c72d30","eu-tr-598332211023-81","ec-person-c2208333f0f75350eef62b355a40bf856f2d9cef","ec-person-c03b949331dbbe5fa3d5423758e371ec1b9b832f"]}} -{"id":"ec-meeting-2021-02-15-96deba18c5f078a053e923dda7f8bea2dc0ff670","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-15 - Cabinet of Executive Vice-President Frans Timmermans x Stichting European Climate Foundation"],"date":["2021-02-15"],"summary":["Virtual meeting on ETS and 'fit for 55'"],"notes":["Portfolio: European Green Deal"],"location":["Brussels (video conference)"],"address":["Brussels (video conference)"],"addressEntity":["addr-1a77e12c05a39186f3ddab600c3e9e619c4822ef"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-64869491516-70","ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce","ec-person-f1a3478550296f3f9accdc67d6ef5a0b681dda4b"]}} -{"id":"ec-meeting-2021-02-15-98be7fccf10fab5e00d149982b49301af12193b7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-15 - Cabinet of Commissioner Mairead Mcguinness x Irish Farmers' Association"],"date":["2021-02-15"],"summary":["Webinar on European Green Deal, CAP negotiations to Meath branch of IFA"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Video Conferencing."],"address":["Video Conferencing."],"addressEntity":["addr-912f3be8d3c705b575d95bd802535451d4e253ad"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-2b9c589fb2354bd93067644d2c3d2c058d4c4cc9","ec-person-00f66582d8581f7480e12525027b5a1ee9b22f07","eu-tr-458700813641-37"]}} -{"id":"ec-meeting-2021-02-15-98d10a97e7d2952f75f167058528a2852fb095d0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-15 - Cabinet of Commissioner Thierry Breton x CECE - Committee for European Construction Equipment"],"date":["2021-02-15"],"summary":["Environment, chemicals"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-6308dea893b9b1ca0dcd5b91b4a1ac4c2f3020ad","eu-tr-60534525900-25"]}} -{"id":"ec-meeting-2021-02-15-b3ce6122aa71492808bc8005d24b75f7ab73af9b","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2021-02-15 - Cabinet of Commissioner Kadri Simson x European Chemical Industry Council"],"date":["2021-02-15"],"summary":["Decarbonisation of the chemical industry through electrification and clean hydrogen.","Hydrogen"],"notes":["Portfolio: Energy"],"location":["Online","Brussels"],"address":["Online","Brussels"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452","addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["ec-person-3ba14eabc5fddef75d1a672cc75b5f4bddd72ee9","eu-tr-64879142323-90","ec-person-1995c65b8dc7f3702a8c30ed96a0144075848837"]}} -{"id":"ec-meeting-2021-02-15-f565f69cd771eff1e089249147c4c81dc6cfddd7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-15 - Cabinet of Commissioner Mairead Mcguinness x European Association of Electrical Contractors"],"date":["2021-02-15"],"summary":["EU Taxonomy"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-a5441c6a69a8a94fd64e02def60fcc6567f2c1d8","eu-tr-9089874181-55"]}} -{"id":"ec-meeting-2021-02-15-fd1a47c69fa08bb557c6acea429ec4f916d76460","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-15 - Cabinet of Commissioner Thierry Breton x TUI AG"],"date":["2021-02-15"],"summary":["Tourism sector covid challenges, DMA"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-026c2270ec4cbabdb8ac223b2d1fa4202696dc8d","ec-person-4d83416435f81b1f1e8f5c86aeebb1478577f1d2","eu-tr-654909925315-71"]}} -{"id":"ec-meeting-2021-02-16-0be368e4686cec081238837977d28df01db3fa4d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-16 - Cabinet of Commissioner Jutta Urpilainen x Fortum Oyj"],"date":["2021-02-16"],"summary":["sustainable finance"],"notes":["Portfolio: International Partnerships"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["eu-tr-03501997362-71","ec-person-9788b5f9ccd101dc091867a4496a5735ee7151d9"]}} -{"id":"ec-meeting-2021-02-16-140aa425806192661c0309a1d5e7cadeea9b9c6f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-16 - Cabinet of Executive Vice-President Frans Timmermans x EUROPEAN TRADE UNION CONFEDERATION"],"date":["2021-02-16"],"summary":["The new EU Adaptation Strategy"],"notes":["Portfolio: European Green Deal"],"location":["video call"],"address":["video call"],"addressEntity":["addr-12d8c530d76da0b7745f9c0f9285e7eec97adc55"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-f8efd5ca1c3794aa2954d6b5f54ff94f015fba20","eu-tr-06698681039-26"]}} -{"id":"ec-meeting-2021-02-16-1ff4d94b20b5ee2adb2f933b00450dab5658f0ba","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-16 - Cabinet of Commissioner Janusz Wojciechowski x European farmers European agri-cooperatives"],"date":["2021-02-16"],"summary":["Common Agriculture Policy reform."],"notes":["Portfolio: Agriculture"],"location":["virtual meeting"],"address":["virtual meeting"],"addressEntity":["addr-225c82a032511500bff73b3efe0d857849613fd9"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["ec-person-eead64238a03eedc14b594dc1f3a142eac279458","eu-tr-44856881231-49","ec-person-354147678cd662e9949df96a1b58663c347a35f9","eu-tr-09586631237-74","ec-person-08c62f972c22464aca7a65520eb9406f8db14a66"]}} -{"id":"ec-meeting-2021-02-16-2b42771fcf802814229d3ec9ca2ef069ab0a0593","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-16 - Cabinet of Commissioner Virginijus Sinkevičius x Union of European Beverages Association"],"date":["2021-02-16"],"summary":["EU Circular Economy Action Plan, including plastics"],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["eu-tr-25492952296-56","ec-person-a58f1d06f5cb1d8dfd278e0c36d5aa1b9368b270"]}} -{"id":"ec-meeting-2021-02-16-2dcf6e3a4a6991d4c52122182b5b8bbc0c30a444","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-16 - Cabinet of Executive Vice-President Frans Timmermans x PepsiCo Suntory Beverage and Food Europe Union of European Beverages Association The Coca-Cola Company"],"date":["2021-02-16"],"summary":["EU Circular Economy Action Plan, including plastics"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-00475641564-03","ec-person-8af3c81534786a740718d21dc58240738a53ed7b","eu-tr-25492952296-56","eu-tr-010212710281-97","eu-tr-618620439768-85"]}} -{"id":"ec-meeting-2021-02-16-2ee1886100e68cd5fae2bfc5fb8de675713cbba1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-16 - Cabinet of Executive Vice-President Margrethe Vestager x Verband der Anbieter von Telekommunikations- und Mehrwertdiensten"],"date":["2021-02-16"],"summary":["DSA, DMA"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels (online)"],"address":["Brussels (online)"],"addressEntity":["addr-ef87d086df7b220ed76c9f59ee6efadfac8480c7"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-10256986723-88","ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0"]}} -{"id":"ec-meeting-2021-02-16-3900bea21ece45c74252f9f1d76fef46b0d1c995","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-16 - Cabinet of Executive Vice-President Frans Timmermans x Blic Oy Advanced Biofuels Coalition"],"date":["2021-02-16"],"summary":["Fit for 55 package"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - video conference"],"address":["Brussels - video conference"],"addressEntity":["addr-d7df553e47e69d1cc9f4189b36b7c867f80459b0"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-a282162080cef4ef2a8c0ab6247a3e03dc438507","eu-tr-526080337842-49","eu-tr-687078815005-93"]}} -{"id":"ec-meeting-2021-02-16-42b0fa52bcd3d214cb271c3d18640d68ee3871be","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-16 - Cabinet of Vice-President Věra Jourová x Avaaz Foundation"],"date":["2021-02-16"],"summary":["Disinformation"],"notes":["Portfolio: Values and Transparency"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["ec-person-74c07660dcbc6dc9993b34462cf2a1fec35925ea","eu-tr-475565317526-24","ec-person-fb258e0188a5319bfaba3161382db43f5a85851f"]}} -{"id":"ec-meeting-2021-02-16-5dd3896845746fd939f540024f50367138bfb958","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-16 - Cabinet of Executive Vice-President Frans Timmermans x ICLEI - Local Governments for Sustainability European Secretariat"],"date":["2021-02-16"],"summary":["Virtual meeting on Local Green Deals"],"notes":["Portfolio: European Green Deal"],"location":["Brussels (video conference)"],"address":["Brussels (video conference)"],"addressEntity":["addr-1a77e12c05a39186f3ddab600c3e9e619c4822ef"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce","ec-person-d56ecbfde17436a136fc89c9a978b266e8285c84","eu-tr-064034733055-88"]}} -{"id":"ec-meeting-2021-02-16-5ee0322ef17bd1dc09a514b343994bb2f24a1522","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-16 - Cabinet of Executive Vice-President Frans Timmermans x Stiftung Mercator"],"date":["2021-02-16"],"summary":["Speaker at \"Which COVID-19 fiscal recovery packages accelerate green and inclusive transport?\" event"],"notes":["Portfolio: European Green Deal"],"location":["video conference"],"address":["video conference"],"addressEntity":["addr-6dc12e3c97077db82f32184f24341ce370a445fd"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-d56ecbfde17436a136fc89c9a978b266e8285c84","eu-tr-876602816224-14"]}} -{"id":"ec-meeting-2021-02-16-606d8bffee9e21f2006a2295c239d1bb2eafe281","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-16 - Cabinet of Commissioner Adina Vălean x Community of European Railway and Infrastructure Companies"],"date":["2021-02-16"],"summary":["Meeting to discuss the European Year of Rail future events."],"notes":["Portfolio: Transport"],"location":["Conference call"],"address":["Conference call"],"addressEntity":["addr-28ba88479582b2f75898964548da4252dc7db7d2"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["eu-tr-7574621118-27","ec-person-6e21d867543ef3b910e746c319cb048abd054702"]}} -{"id":"ec-meeting-2021-02-16-650c046e77962486923cdd84a97258ecfb62f4d2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-16 - Cabinet of Commissioner Thierry Breton x Boehringer Ingelheim European Health Management Association asbl European Patients' Forum (EPF) Siemens Healthineers AG Oncompass Medicine European Hospital and Healthcare Employers' Association Standing Committee of European Doctors European Federation of Nurses Associations European Federation of Public Service Unions"],"date":["2021-02-16"],"summary":["Pact for Skills roundtable with the representatives of the health sector"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-9276943405-41","eu-tr-04902121531-04","ec-person-5215bd372c5a1202399d77ecceb8c16de8d7d55c","ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","eu-tr-61911227368-75","eu-tr-87872442953-08","eu-tr-982823533509-58","eu-tr-918974041446-88","eu-tr-289777818743-24","ec-person-026c2270ec4cbabdb8ac223b2d1fa4202696dc8d","eu-tr-352972410521-12","eu-tr-285977317289-74"]}} -{"id":"ec-meeting-2021-02-16-93282f39111c12aa05be535215cd783964ba039a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-16 - Cabinet of Executive Vice-President Valdis Dombrovskis x The European Association for the Promotion of Cogeneration"],"date":["2021-02-16"],"summary":["EU taxonomy of environmentally sustainable economic activities"],"notes":["Portfolio: An Economy that Works for People"],"location":["video conference"],"address":["video conference"],"addressEntity":["addr-6dc12e3c97077db82f32184f24341ce370a445fd"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-235870cd7eb41f2494f695fce18b5b5b88647113","eu-tr-38305846546-70"]}} -{"id":"ec-meeting-2021-02-16-a5f14b6bf1dc01c52ab69c7f2c609170b3a27b26","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-16 - Internal Market, Industry, Entrepreneurship and SMEs x The European Steel Association"],"date":["2021-02-16"],"summary":["EUROFER to present their views on Draft Delegated Act on Taxonomy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-grow"],"involved":["ec-person-0151c7e554d188fffc509ad636b7d1a84c5dfcd5","eu-tr-93038071152-83"]}} -{"id":"ec-meeting-2021-02-16-abd29b4f48cf99557834b7273323a2f8338d5694","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-16 - Cabinet of Commissioner Mairead Mcguinness x The European Association for the Promotion of Cogeneration"],"date":["2021-02-16"],"summary":["EU taxonomy of environmentally sustainable economic activities"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-a5441c6a69a8a94fd64e02def60fcc6567f2c1d8","eu-tr-38305846546-70"]}} -{"id":"ec-meeting-2021-02-16-b287b3006b46fe40c6967cc3c04aa450231f6745","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-16 - Cabinet of Executive Vice-President Frans Timmermans x China Chamber of Commerce to the EU"],"date":["2021-02-16"],"summary":["Virtual meeting on EU’s green economy and Climate change"],"notes":["Portfolio: European Green Deal"],"location":["Brussels (video conference)"],"address":["Brussels (video conference)"],"addressEntity":["addr-1a77e12c05a39186f3ddab600c3e9e619c4822ef"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-f8efd5ca1c3794aa2954d6b5f54ff94f015fba20","ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce","eu-tr-490366039271-16"]}} -{"id":"ec-meeting-2021-02-16-e177ec8db7dc178f44c8e55432de0dd62c777831","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-16 - Cabinet of Commissioner Nicolas Schmit x Oncompass Medicine European Health Management Association asbl European Hospital and Healthcare Employers' Association Siemens Healthineers AG European Patients' Forum (EPF) Boehringer Ingelheim European Federation of Public Service Unions European Federation of Nurses Associations Standing Committee of European Doctors"],"date":["2021-02-16"],"summary":["Pact for Skills roundtable with the representatives of the health sector."],"notes":["Portfolio: Jobs and Social Rights"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-66fa2c2d100ec194caa42b5c6f97c36e2748b71c","eu-tr-04902121531-04","ec-person-4cf4655ab41922e92160325d987a3c4615c72d30","eu-tr-9276943405-41","eu-tr-61911227368-75","eu-tr-87872442953-08","eu-tr-982823533509-58","eu-tr-918974041446-88","eu-tr-289777818743-24","ec-person-c03b949331dbbe5fa3d5423758e371ec1b9b832f","eu-tr-352972410521-12","eu-tr-285977317289-74"]}} -{"id":"ec-meeting-2021-02-17-316749fbc421947bc9cb8d6757dff094cf3f23cd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-17 - Financial Stability, Financial Services and Capital Markets Union x Fédération bancaire française Bundesverband deutscher Banken e.V. Deutsche Bank AG"],"date":["2021-02-17"],"summary":["Basel III"],"location":["Virtual meeting"],"address":["Virtual meeting"],"addressEntity":["addr-1f1f3f51a4da31a1ea5c1b4b21cbf52ad983224f"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-271912611231-56","eu-tr-0764199368-97","ec-person-1fce211249673c35ee07a801ddee77ab24af8d54","eu-tr-09245221105-30"]}} -{"id":"ec-meeting-2021-02-17-366df71a1782211aa852bf9cfa6b7cd1a06f17e3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-17 - Cabinet of Commissioner Mairead Mcguinness x Atlantic Council of the United States, Inc"],"date":["2021-02-17"],"summary":["Financial Resilence\r\n\r\nFuture of Secondary Sanctions and Global Response"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Video Conferencing"],"address":["Video Conferencing"],"addressEntity":["addr-e3b7413b2ac93be00b6bcff51fdc1374d67118bd"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-2b9c589fb2354bd93067644d2c3d2c058d4c4cc9","eu-tr-524686116124-73"]}} -{"id":"ec-meeting-2021-02-17-3cae34f09115769e9d625eb7f7cc5b8966e49445","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-17 - Cabinet of Executive Vice-President Frans Timmermans x Planet Labs Germany"],"date":["2021-02-17"],"summary":["European Green Deal and monitoring its implementation"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-293502227711-32","ec-person-8af3c81534786a740718d21dc58240738a53ed7b"]}} -{"id":"ec-meeting-2021-02-17-43d4b0afcad4b937f0b4b8f66231b6c96a2781e8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-17 - Cabinet of Commissioner Mairead Mcguinness x Insurance Europe"],"date":["2021-02-17"],"summary":["Solvency 2"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Virtual call"],"address":["Virtual call"],"addressEntity":["addr-f8c46889b6ab9c6bbad8df49ec395d1482437918"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["eu-tr-33213703459-54","ec-person-49e520c7a9c9c47ccb5acfa68f9416e4233af9f8"]}} -{"id":"ec-meeting-2021-02-17-478d5356dc1b24ddb66e249d953b58da2b9a2202","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-17 - Cabinet of Commissioner Thierry Breton x Expedia Group"],"date":["2021-02-17"],"summary":["DSA, DMA and tourism sector"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-4d83416435f81b1f1e8f5c86aeebb1478577f1d2","eu-tr-310742426359-07"]}} -{"id":"ec-meeting-2021-02-17-4b4bc5c507901e49c9cf33eb0bbdf67863f8c20d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-17 - Cabinet of Executive Vice-President Frans Timmermans x CropLife Europe"],"date":["2021-02-17"],"summary":["Sustainable food systems"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - video conference"],"address":["Brussels - video conference"],"addressEntity":["addr-d7df553e47e69d1cc9f4189b36b7c867f80459b0"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-0711626572-26","ec-person-33624431cbec1074e151c1707715ef46d2ba9565"]}} -{"id":"ec-meeting-2021-02-17-57a9942167b6c87ddfaabe93d306c933187b65c3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-17 - Cabinet of Commissioner Mairead Mcguinness x European Industrial Gases Association AISBL"],"date":["2021-02-17"],"summary":["Taxonomy draft delegated act"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-a5441c6a69a8a94fd64e02def60fcc6567f2c1d8","eu-tr-04077716126-17"]}} -{"id":"ec-meeting-2021-02-17-6380278a07864a65c8648058cbf21b4b511a5c3e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-17 - Cabinet of Executive Vice-President Frans Timmermans x Transport and Environment (European Federation for Transport and Environment)"],"date":["2021-02-17"],"summary":["CO2 standards cars"],"notes":["Portfolio: European Green Deal"],"location":["video call"],"address":["video call"],"addressEntity":["addr-12d8c530d76da0b7745f9c0f9285e7eec97adc55"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-d56ecbfde17436a136fc89c9a978b266e8285c84","eu-tr-58744833263-19"]}} -{"id":"ec-meeting-2021-02-17-81e3f4cebb3da70289ab4b7a7064da55de20a50a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-17 - Cabinet of Vice-President Věra Jourová x Universiteit Leiden"],"date":["2021-02-17"],"summary":["online lecture on the rule of law mechanism"],"notes":["Portfolio: Values and Transparency"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["eu-tr-705450224079-05","ec-person-7e1aeaad9232c788ee790cdb309ccad8f9ffdc5e"]}} -{"id":"ec-meeting-2021-02-17-86fcba225301681d784c92b847399c92fcff6010","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-17 - Cabinet of Commissioner Mairead Mcguinness x Positive Money Europe"],"date":["2021-02-17"],"summary":["Non performing loans (NPL's)"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Virtual call"],"address":["Virtual call"],"addressEntity":["addr-f8c46889b6ab9c6bbad8df49ec395d1482437918"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["eu-tr-224435319949-22","ec-person-49e520c7a9c9c47ccb5acfa68f9416e4233af9f8"]}} -{"id":"ec-meeting-2021-02-17-91f4364359d358c97a624ff2cc12c4df28ef6202","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-17 - Cabinet of Executive Vice-President Frans Timmermans x Tesla Motors Netherlands B.V."],"date":["2021-02-17"],"summary":["CO2 standards cars"],"notes":["Portfolio: European Green Deal"],"location":["video call"],"address":["video call"],"addressEntity":["addr-12d8c530d76da0b7745f9c0f9285e7eec97adc55"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-547225616323-13","ec-person-d56ecbfde17436a136fc89c9a978b266e8285c84"]}} -{"id":"ec-meeting-2021-02-17-a7c856e84c822aa72878b7de2bd5e40dd4ca9e7c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-17 - Cabinet of Commissioner Mairead Mcguinness x BUSINESSEUROPE"],"date":["2021-02-17"],"summary":["Basel 111\r\n\r\nTaxonomy"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Video Conferencing"],"address":["Video Conferencing"],"addressEntity":["addr-e3b7413b2ac93be00b6bcff51fdc1374d67118bd"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-2b9c589fb2354bd93067644d2c3d2c058d4c4cc9","eu-tr-3978240953-79"]}} -{"id":"ec-meeting-2021-02-17-a9e9e408f54eeba0d5b961ffb64e8264e30d13d2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-17 - Cabinet of Commissioner Mairead Mcguinness x European Insulation Manufacturers Association"],"date":["2021-02-17"],"summary":["Draft Delegated Act on Taxonomy"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-a5441c6a69a8a94fd64e02def60fcc6567f2c1d8","eu-tr-98345631631-22"]}} -{"id":"ec-meeting-2021-02-17-d5bf1b84a9595ff8fd4c9915435a90b258ef40ef","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-17 - Cabinet of Commissioner Mairead Mcguinness x European Federation of Investors and Financial Services Users"],"date":["2021-02-17"],"summary":["Brexit, Transatlantic Dialogue"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Video Confercing"],"address":["Video Confercing"],"addressEntity":["addr-56fd6fa63ced05ce6445b4c2a60f4158faac5870"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["eu-tr-24633926420-79","ec-person-2b9c589fb2354bd93067644d2c3d2c058d4c4cc9"]}} -{"id":"ec-meeting-2021-02-17-df290f981c4d1cbdbb42e55a72e011ab3cd024e7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-17 - Cabinet of Commissioner Elisa Ferreira x Airholding S.A."],"date":["2021-02-17"],"summary":["Update on the activities of the Embraer Group in Portugal"],"notes":["Portfolio: Cohesion and Reforms"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-elisa-ferreira-of"],"involved":["eu-tr-087933937567-09","ec-person-6aefca8f66cd57549e22428bee7f0d2c97d16f52"]}} -{"id":"ec-meeting-2021-02-17-f314fd0a1fba2aa28ec32995ab0049c1b7a2e0b9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-17 - Taxation and Customs Union x Association of European Public Postal Operators"],"date":["2021-02-17"],"summary":["Videoconference - Exchange of views on ISC2 and VAT e-commerce implementation"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-taxud"],"involved":["ec-person-9e42f316f38c8e126c2cd2bc84affb891338c7f3","eu-tr-092682012915-24"]}} -{"id":"ec-meeting-2021-02-18-07961cd6f8042b1688cfe44ba294c44210843da5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-18 - Cabinet of Commissioner Mairead Mcguinness x Irish Funds Industry Association CLG"],"date":["2021-02-18"],"summary":["Description of the Irish fund industry; \r\nMemorandum of Understanding with the UK; \r\nreview of Alternative Investment Fund Manager Directive and European Long Term Investment Fund Regulation."],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Video Conferencing"],"address":["Video Conferencing"],"addressEntity":["addr-e3b7413b2ac93be00b6bcff51fdc1374d67118bd"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-2b9c589fb2354bd93067644d2c3d2c058d4c4cc9","eu-tr-35890511033-58"]}} -{"id":"ec-meeting-2021-02-18-07f8c91d970d6241fe1025469576fa4ee24beb45","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-18 - Cabinet of Commissioner Elisa Ferreira x Southern Sparsely Populated Areas network"],"date":["2021-02-18"],"summary":["Presentation of Project 5 for Rural"],"notes":["Portfolio: Cohesion and Reforms"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-elisa-ferreira-of"],"involved":["eu-tr-478256433575-07","ec-person-884d261ef161b119c9fc64f7a0514dc014ca2bd7"]}} -{"id":"ec-meeting-2021-02-18-0ca72d758749840cfab187df25aa4ee8ca120711","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-18 - Cabinet of Commissioner Mairead Mcguinness x ABN AMRO Bank N.V."],"date":["2021-02-18"],"summary":["Post Covid Recovery\r\n\r\nSustainable Finance\r\n\r\nAML"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Video Conferencing."],"address":["Video Conferencing."],"addressEntity":["addr-912f3be8d3c705b575d95bd802535451d4e253ad"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["eu-tr-353231132587-96","ec-person-2b9c589fb2354bd93067644d2c3d2c058d4c4cc9","ec-person-a5441c6a69a8a94fd64e02def60fcc6567f2c1d8"]}} -{"id":"ec-meeting-2021-02-18-1a33c3ac4ac43e5d64bfb38c63780c33f7727066","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-18 - Cabinet of Commissioner Thierry Breton x Novartis International AG"],"date":["2021-02-18"],"summary":["COVID-19 vaccines production"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-026c2270ec4cbabdb8ac223b2d1fa4202696dc8d","ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","eu-tr-91269481588-28"]}} -{"id":"ec-meeting-2021-02-18-23f48a5d5adabc1a351207946c35b662259b5552","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-18 - Cabinet of Executive Vice-President Frans Timmermans x EDANA AISBL"],"date":["2021-02-18"],"summary":["Implementation of the rules on single-use plastics"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-0120704687-67","ec-person-8af3c81534786a740718d21dc58240738a53ed7b"]}} -{"id":"ec-meeting-2021-02-18-2cc809eb362e3bc662ddc40585ffa54911be1818","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-18 - Cabinet of Commissioner Nicolas Schmit x Workday"],"date":["2021-02-18"],"summary":["Meeting on the Pact for Skills and other workforce development initiatives."],"notes":["Portfolio: Jobs and Social Rights"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["eu-tr-021253717373-58","ec-person-66fa2c2d100ec194caa42b5c6f97c36e2748b71c","ec-person-4cf4655ab41922e92160325d987a3c4615c72d30","ec-person-c03b949331dbbe5fa3d5423758e371ec1b9b832f"]}} -{"id":"ec-meeting-2021-02-18-3e7e2fa43dfc123e602c00e1f709608e0e7c3cc2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-18 - Cabinet of Executive Vice-President Frans Timmermans x Stichting IMAGINE Foundation"],"date":["2021-02-18"],"summary":["Green Deal and rural areas"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - videoconference"],"address":["Brussels - videoconference"],"addressEntity":["addr-a3a01e55b02ab591ce10151760698f4306ec49cb"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-7c876f4825f213b8adbedf089ccedfbc3b36d65b","eu-tr-009532038479-10"]}} -{"id":"ec-meeting-2021-02-18-41ae449a39b09e588325ea31ca9d1511fedb72d8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-18 - Cabinet of Commissioner Johannes Hahn x SYSTEMIQ LIMITED"],"date":["2021-02-18"],"summary":["NGO Club of Rome and Systemic Limited presentation to Cabinet Hahn of their co-authored report on A System Change Compass - https://www.systemiq.earth/system-change-compass/"],"notes":["Portfolio: Budget and Administration"],"location":["Video Conference"],"address":["Video Conference"],"addressEntity":["addr-fd005d1da26cd3c9a734fbbadaf813e8115acdeb"],"organizer":["ec-cabinet-commissioner-hahn-johannes-of"],"involved":["ec-person-6dd3472dac004e43ec1fa4f5b4106e3b476c9ce7","eu-tr-538958337111-82"]}} -{"id":"ec-meeting-2021-02-18-4afb82f1d9d6d7b17037ae3380045f08f7a32ad7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-18 - Cabinet of Commissioner Stella Kyriakides x Coalition for Epidemic Preparedness Innovations"],"date":["2021-02-18"],"summary":["Discussion on the new coronavirus mutants, the HERA incubator, roll out of vaccines under COVAX and the vaccine sharing mechanism."],"notes":["Portfolio: Health"],"location":["Virtual meeting"],"address":["Virtual meeting"],"addressEntity":["addr-1f1f3f51a4da31a1ea5c1b4b21cbf52ad983224f"],"organizer":["ec-cabinet-commissioner-kyriakides-of-stella"],"involved":["eu-tr-852523338633-03","ec-person-c7513fae2df7920eea99d7cc103a354aa4f56b6e"]}} -{"id":"ec-meeting-2021-02-18-5c52894b430fc95cb8a65c1a1a00aa87ece04861","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-18 - Cabinet of Commissioner Nicolas Schmit x Eurocities"],"date":["2021-02-18"],"summary":["Eurocities online event 'Growing up and out of poverty: Lessons from cities for the EU Child Guarantee'"],"notes":["Portfolio: Jobs and Social Rights"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-c2208333f0f75350eef62b355a40bf856f2d9cef","eu-tr-12493392840-79"]}} -{"id":"ec-meeting-2021-02-18-676b45180f5c3a91015b4673f8f207b4f3ffe90d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-18 - Cabinet of Commissioner Jutta Urpilainen x Gavi, the Vaccine Alliance"],"date":["2021-02-18"],"summary":["Covax"],"notes":["Portfolio: International Partnerships"],"location":["Teleconference"],"address":["Teleconference"],"addressEntity":["addr-a1b2e4eeecb1f46f3239fd2a390e2ec3f16bc2cb"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["eu-tr-078294941111-90","ec-person-6357f4506ca5351b3a822936612fd6006da48722"]}} -{"id":"ec-meeting-2021-02-18-75ebf0987a87dc31b7d6e1c7af26901ec379893a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-18 - Cabinet of Commissioner Janusz Wojciechowski x EURODOM"],"date":["2021-02-18"],"summary":["Programme supporting the European Union outermost regions which face specific challenges due to remoteness, insularity."],"notes":["Portfolio: Agriculture"],"location":["video phone call"],"address":["video phone call"],"addressEntity":["addr-20169d8760eb932415b38f11daea45615ba4bb37"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["eu-tr-28418016649-41","ec-person-cafe030b6dad78a75143f7552c420481b30ebceb"]}} -{"id":"ec-meeting-2021-02-18-773eb7a324c86e42ae7636b600863a32a5947706","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-18 - Cabinet of Commissioner Didier Reynders x Bureau Européen des Unions de Consommateurs"],"date":["2021-02-18"],"summary":["Green transition, Digital Services Act, General Product Safety Directive (GSPD), AI & product safety and consequences of the COVID 19 pandemic on consumer rights"],"notes":["Portfolio: Justice"],"location":["video conferencing"],"address":["video conferencing"],"addressEntity":["addr-613317ccdf0c2bce8cb9f90df551697cd890eda7"],"organizer":["ec-cabinet-commissioner-didier-of-reynders"],"involved":["eu-tr-9505781573-45","ec-person-4cd0043747c40cfeaced5e4c68e43372cdb8dac9"]}} -{"id":"ec-meeting-2021-02-18-79fadacda6c3d01f90c6583d6b29f1d0e4540cd5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-18 - Cabinet of Commissioner Thierry Breton x None"],"date":["2021-02-18"],"summary":["Pact for Skills roundtable with the representatives of agri-food sector"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-741877141436-21","eu-tr-507457837547-80","eu-tr-44856881231-49","ec-person-5215bd372c5a1202399d77ecceb8c16de8d7d55c","eu-tr-33130841043-14","eu-tr-15366395387-57","ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","eu-tr-02978802379-31","eu-tr-489575310490-58","eu-tr-6200524920-25","eu-tr-849413211923-25","eu-tr-740592710611-76","eu-tr-49679062863-35","eu-tr-75818824519-45","eu-tr-068878321241-43","ec-person-026c2270ec4cbabdb8ac223b2d1fa4202696dc8d","eu-tr-028145011837-13"]}} -{"id":"ec-meeting-2021-02-18-8a00b439a94175f92b7d642f9abb86979817bb97","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-18 - Cabinet of Commissioner Nicolas Schmit x EUROPEAN TRADE UNION CONFEDERATION Confederazione Italiana Sindacati Lavoratori"],"date":["2021-02-18"],"summary":["Future EU Budget"],"notes":["Portfolio: Jobs and Social Rights"],"location":["online"],"address":["online"],"addressEntity":["addr-2dbc2fd2358e1ea1b7a6bc08ea647b9a337ac92d"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-66fa2c2d100ec194caa42b5c6f97c36e2748b71c","eu-tr-777909025310-14","eu-tr-06698681039-26"]}} -{"id":"ec-meeting-2021-02-18-8d684375d48c923a76273778d3bc9fa2f468184e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-18 - Cabinet of Commissioner Thierry Breton x Isabel NV"],"date":["2021-02-18"],"summary":["Digital identity"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-909031040950-26","ec-person-4d83416435f81b1f1e8f5c86aeebb1478577f1d2"]}} -{"id":"ec-meeting-2021-02-18-96deba18c5f078a053e923dda7f8bea2dc0ff670","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-18 - Cabinet of Executive Vice-President Frans Timmermans x Stichting European Climate Foundation"],"date":["2021-02-18"],"summary":["Just Transition in South East Europe and clean energy cooperation in Southern Neighbourhood"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - video conference"],"address":["Brussels - video conference"],"addressEntity":["addr-d7df553e47e69d1cc9f4189b36b7c867f80459b0"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-64869491516-70","ec-person-d53e00c46a4cc62bbf533e0c9bb35bacb9121989"]}} -{"id":"ec-meeting-2021-02-18-9b2b80e0fb09b75948543d3a79a99891a7c864fe","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-18 - Cabinet of Commissioner Adina Vălean x FEPORT"],"date":["2021-02-18"],"summary":["Introductory call to new Member of Cabinet."],"notes":["Portfolio: Transport"],"location":["Conference call"],"address":["Conference call"],"addressEntity":["addr-28ba88479582b2f75898964548da4252dc7db7d2"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["eu-tr-801302611511-33","ec-person-7f9ba99138b4fa5c698037dc7507219b1319e0a7"]}} -{"id":"ec-meeting-2021-02-18-a74cef636f3e22fbbd3488f79701de67b56e4997","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2021-02-18 - Cabinet of Commissioner Jutta Urpilainen x Plan International EU Office"],"date":["2021-02-18"],"summary":["Youth Sounding Board"],"notes":["Portfolio: International Partnerships"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["eu-tr-83357751766-93","ec-person-6357f4506ca5351b3a822936612fd6006da48722"]}} -{"id":"ec-meeting-2021-02-18-a78a08ee7d997ba18e67761c98fcdae0838a9a02","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-18 - Recovery and Resilience Task force x Deutsche Telekom CONSEIL DE COOPERATION ECONOMIQUE ENEL SpA Airbus"],"date":["2021-02-18"],"summary":["RRF - cross border projects"],"location":["online meeting"],"address":["online meeting"],"addressEntity":["addr-b385bbe7e761556665e3696aa1bcfc817c2db583"],"organizer":["ec-dg-recover"],"involved":["ec-person-18a05dadca8a2b91216adc689b6323c7b55df0d9","eu-tr-2732167674-76","eu-tr-6256831207-27","eu-tr-146893419149-74","eu-tr-60052162589-72"]}} -{"id":"ec-meeting-2021-02-18-ad87d750dedad17179ed079f647937303df725fd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-18 - Cabinet of Commissioner Paolo Gentiloni x Amazon Europe Core SARL"],"date":["2021-02-18"],"summary":["Meeting with Mr. Russell Grandinetti, Senior Vice-President, International Consumer Business at Amazon, on economic and tax policy after the COVID-19 crisis"],"notes":["Portfolio: Economy"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-gentiloni-of-paolo"],"involved":["ec-person-088d26d74d1898338fbf1c86e139bd6d3b870dbc","eu-tr-366117914426-10"]}} -{"id":"ec-meeting-2021-02-18-b6ddf43db39adeee4b8b2d5327a27605295fe52a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-18 - Cabinet of Commissioner Didier Reynders x C&A Mode GmbH & Co. KG"],"date":["2021-02-18"],"summary":["Sustainable Corporate Governance"],"notes":["Portfolio: Justice"],"location":["video conference"],"address":["video conference"],"addressEntity":["addr-6dc12e3c97077db82f32184f24341ce370a445fd"],"organizer":["ec-cabinet-commissioner-didier-of-reynders"],"involved":["ec-person-442bf1ae9900b999673cdd7389224d0e21b67d4d","eu-tr-004585041625-47"]}} -{"id":"ec-meeting-2021-02-18-b8d2ddae1d5ea288116d4f2e76114f39bb436d9d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-18 - Cabinet of Executive Vice-President Frans Timmermans x Royal Netherlands Academy of Arts and Sciences"],"date":["2021-02-18"],"summary":["Biomassa"],"notes":["Portfolio: European Green Deal"],"location":["videoconference (Brussels)"],"address":["videoconference (Brussels)"],"addressEntity":["addr-5dd22b57a9d6f7be6f130d619b6be6e2434c4ab3"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce","eu-tr-728870731071-34"]}} -{"id":"ec-meeting-2021-02-18-baf5b960b72eacfe1c12a650514b984d2b62bdcb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-18 - Cabinet of Commissioner Thierry Breton x THALES"],"date":["2021-02-18"],"summary":["Defence, Sapce, AI, PIEEC,"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","ec-person-b077a2e9f0fdb3b8f6e91d0bd0b256db9e40ce46","eu-tr-91711831031-23"]}} -{"id":"ec-meeting-2021-02-18-c8eaf1b49f5153675dea50e0c0c891caa17a1c64","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-18 - Cabinet of Commissioner Elisa Ferreira x Conférence des Régions Périphériques Maritimes d'Europe (CRPM)"],"date":["2021-02-18"],"summary":["Future programming of maritime cross-border regions"],"notes":["Portfolio: Cohesion and Reforms"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-elisa-ferreira-of"],"involved":["eu-tr-5546423688-07","ec-person-4121b3832a3dd4ec5d2c50f26f7003d3bada6d20"]}} -{"id":"ec-meeting-2021-02-18-c929f89fa92b530babcf83e2c97dd396aaf0bb4e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-18 - Cabinet of Commissioner Mairead Mcguinness x Norwegian Refugee Council Europe Danish Refugee Council Brussels International Federation of Red Cross and Red Crescent Societies OXFAM INTERNATIONAL EU ADVOCACY OFFICE"],"date":["2021-02-18"],"summary":["Briefing on the current humanitarian situation in Myanmar"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["eu-tr-46856801604-90","eu-tr-138599722179-35","ec-person-a5441c6a69a8a94fd64e02def60fcc6567f2c1d8","eu-tr-750447615329-96","eu-tr-132236315085-89"]}} -{"id":"ec-meeting-2021-02-18-caa11883449d3172dfb49090630d2e0274051847","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-18 - Cabinet of Commissioner Nicolas Schmit x Platform of European Social NGOs"],"date":["2021-02-18"],"summary":["Meeting on the Action Plan to implement the European Pillar of Social Rights."],"notes":["Portfolio: Jobs and Social Rights"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["eu-tr-85083981189-35","ec-person-4cf4655ab41922e92160325d987a3c4615c72d30","ec-person-c03b949331dbbe5fa3d5423758e371ec1b9b832f"]}} -{"id":"ec-meeting-2021-02-18-d6da2ee97107e082625e98a4673ffed30c6156d5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-18 - Cabinet of Commissioner Thierry Breton x France Industrie"],"date":["2021-02-18"],"summary":["Industrial strategy"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-6308dea893b9b1ca0dcd5b91b4a1ac4c2f3020ad","eu-tr-60974102057-03"]}} -{"id":"ec-meeting-2021-02-18-d9043db4e69f5ccb26e71adcc5ab976e619d1e73","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-18 - Cabinet of Commissioner Nicolas Schmit x None"],"date":["2021-02-18"],"summary":["Pact for Skills roundtable with the representatives of agri-food sector."],"notes":["Portfolio: Jobs and Social Rights"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["eu-tr-741877141436-21","ec-person-66fa2c2d100ec194caa42b5c6f97c36e2748b71c","ec-person-4cf4655ab41922e92160325d987a3c4615c72d30","eu-tr-507457837547-80","eu-tr-44856881231-49","eu-tr-33130841043-14","eu-tr-15366395387-57","eu-tr-02978802379-31","eu-tr-489575310490-58","eu-tr-6200524920-25","eu-tr-849413211923-25","eu-tr-740592710611-76","eu-tr-49679062863-35","eu-tr-028145011837-13","eu-tr-75818824519-45","eu-tr-068878321241-43","ec-person-c03b949331dbbe5fa3d5423758e371ec1b9b832f"]}} -{"id":"ec-meeting-2021-02-18-e55d853bb86aa2fb4053517aa9a9f5ff80bbac7f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-18 - Cabinet of Commissioner Kadri Simson x SEB Pank AS"],"date":["2021-02-18"],"summary":["Impact of the green transition on the banking sector. Taxonomy-its impact and timeline."],"notes":["Portfolio: Energy"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["eu-tr-138283441219-84","ec-person-02dcb64edd20203955d6dad9d5c0dbc71a3d7816","ec-person-1995c65b8dc7f3702a8c30ed96a0144075848837"]}} -{"id":"ec-meeting-2021-02-18-f19e44b62e552228ea82152fb7d5445537883708","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-18 - Cabinet of Commissioner Virginijus Sinkevičius x EDANA AISBL"],"date":["2021-02-18"],"summary":["Implementation of the rules on single-use plastics"],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["eu-tr-0120704687-67","ec-person-a58f1d06f5cb1d8dfd278e0c36d5aa1b9368b270"]}} -{"id":"ec-meeting-2021-02-18-f407b654d723d8194f106a49403f85ba11764091","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-18 - Cabinet of Vice-President Věra Jourová x Centre for security analysis and prevention"],"date":["2021-02-18"],"summary":["Disinformation"],"notes":["Portfolio: Values and Transparency"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["eu-tr-471040641052-54","ec-person-fb258e0188a5319bfaba3161382db43f5a85851f"]}} -{"id":"ec-meeting-2021-02-19-2339c298e197eb516e0dbeee36beace79992a4c3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-19 - Cabinet of Executive Vice-President Margrethe Vestager x ITI - The Information Technology Industry Council"],"date":["2021-02-19"],"summary":["DSA, DMA, AI"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels (online)"],"address":["Brussels (online)"],"addressEntity":["addr-ef87d086df7b220ed76c9f59ee6efadfac8480c7"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0","eu-tr-061601915428-87","ec-person-11ba005cc4046696303381b7ca219da9b11a42bf"]}} -{"id":"ec-meeting-2021-02-19-3c1bc01c171e246f24bf3371279fb8989ae68efb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-19 - Cabinet of Executive Vice-President Margrethe Vestager x Telekom Austria AG"],"date":["2021-02-19"],"summary":["RRF"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-6b6135249735cff1f3061530471f1e159500c840","eu-tr-99255639490-47","ec-person-11ba005cc4046696303381b7ca219da9b11a42bf"]}} -{"id":"ec-meeting-2021-02-19-53d990512e81c0725c4def8093b36167908b11dd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-19 - Cabinet of Commissioner Elisa Ferreira x European Association of Research and Technology Organisations"],"date":["2021-02-19"],"summary":["EU’s research and innovation policy and its links with regional policy, smart specialisation strategies."],"notes":["Portfolio: Cohesion and Reforms"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-elisa-ferreira-of"],"involved":["ec-person-4121b3832a3dd4ec5d2c50f26f7003d3bada6d20","eu-tr-977869932377-59"]}} -{"id":"ec-meeting-2021-02-19-63eca65bd5950dd4a5eed6de5acf19c28f07a57c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-19 - Cabinet of Commissioner Mairead Mcguinness x Generali Deutschland AG"],"date":["2021-02-19"],"summary":["Solvency 11 Review"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Video conferencing"],"address":["Video conferencing"],"addressEntity":["addr-4a260fcbdf035aeae48bfb811f1225b05f636185"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-2b9c589fb2354bd93067644d2c3d2c058d4c4cc9","eu-tr-806586128487-78"]}} -{"id":"ec-meeting-2021-02-19-74009fe7cf838dbaccd53caf4fca78026fa658a5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-19 - Cabinet of Commissioner Thierry Breton x Lonza AG"],"date":["2021-02-19"],"summary":["COVID-19 vaccines production"],"notes":["Portfolio: Internal Market"],"location":["Switzerland"],"address":["Switzerland"],"addressEntity":["addr-77dcd849e550afec3c83d38fcc8cbc72c058f4db"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-7217954e3bc1aad2a1474fb760ea512a069f8fe3","ec-person-e18e6e300776f5f47ca4c72c1ba1b0d0eb1e71fe","ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","eu-tr-583132925500-79","ec-person-b077a2e9f0fdb3b8f6e91d0bd0b256db9e40ce46"]}} -{"id":"ec-meeting-2021-02-19-8418248d45bb99078d8f7d807e8e20f6738d8f98","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-19 - Cabinet of Commissioner Elisa Ferreira x Community of European Railway and Infrastructure Companies"],"date":["2021-02-19"],"summary":["To discuss the role of rail in the transition of the European transport system in line with the objectives of the European Green Deal and the investment in the rail sector, cohesion policy in the post-COVID recovery."],"notes":["Portfolio: Cohesion and Reforms"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-elisa-ferreira-of"],"involved":["eu-tr-7574621118-27","ec-person-4121b3832a3dd4ec5d2c50f26f7003d3bada6d20"]}} -{"id":"ec-meeting-2021-02-19-85536b79cbaf7711023eaef3e9b85a3bcf8301a4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-19 - Cabinet of President Ursula von der Leyen x Siemens AG AIR LIQUIDE Volvo AB A.P. Møller - Mærsk A/S"],"date":["2021-02-19"],"summary":["Meeting with Chairman of Volvo, Chairman of Siemens and Maersk, CEO of Air Liquide"],"notes":["Portfolio: President"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["eu-tr-94857385769-70","ec-person-a2ac27c3a7aa93937efc47169c1dc2264a822175","eu-tr-680443918500-51","eu-tr-51773601133-57","eu-tr-4266797770-31"]}} -{"id":"ec-meeting-2021-02-19-a1b786b70974dbcb59ea1a18e7d97a0dd2ec622a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-19 - Cabinet of High Representative Josep Borrell Fontelles x Ericsson"],"date":["2021-02-19"],"summary":["Latest news in technology"],"notes":["Portfolio: High Representative of the Union for Foreign Affairs and Security Policy / Vice-President of the Commission"],"location":["Webconference"],"address":["Webconference"],"addressEntity":["addr-6d038acbf547367ca551ea1100c7319081c72741"],"organizer":["ec-borrell-cabinet-fontelles-high-josep-of-representative"],"involved":["ec-person-9dccdcf2f8ab1673bfd7f4d38db8791ce6cd5bc9","eu-tr-02021363105-42"]}} -{"id":"ec-meeting-2021-02-19-a23e54f31e9962ed24260bb63ea99fb3347748d5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-19 - Cabinet of Commissioner Janez Lenarčič x OXFAM INTERNATIONAL EU ADVOCACY OFFICE"],"date":["2021-02-19"],"summary":["Oxfam’s new 2030 Global Strategic Framework"],"notes":["Portfolio: Crisis Management"],"location":["Video Meeting"],"address":["Video Meeting"],"addressEntity":["addr-8c693b9ffb91e9584eb6e5cd07000b8e993c644e"],"organizer":["ec-cabinet-commissioner-janez-lenarcic-of"],"involved":["ec-person-35334591a1ee219b6f0829d58a8cfba058540557","eu-tr-46856801604-90"]}} -{"id":"ec-meeting-2021-02-19-a41432386b9a0a76c7f8b4433e79ab356e97a7e8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-19 - Cabinet of Commissioner Mairead Mcguinness x Fédération bancaire française"],"date":["2021-02-19"],"summary":["Basel 111 implementation"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Video Conferencing"],"address":["Video Conferencing"],"addressEntity":["addr-e3b7413b2ac93be00b6bcff51fdc1374d67118bd"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-2b9c589fb2354bd93067644d2c3d2c058d4c4cc9","eu-tr-09245221105-30"]}} -{"id":"ec-meeting-2021-02-19-c2c8d44d139ed7e592af7f34fdc620c1bf76c96f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-19 - Legal Service x Notre Europe - Institut Jacques Delors / Notre Europe - Jacques Delors Institute"],"date":["2021-02-19"],"summary":["European Green Deal: standards produits"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-dg-sj"],"involved":["ec-person-c7525eb4b356e4e8e4634178554e72bf53d99301","eu-tr-726109217329-25"]}} -{"id":"ec-meeting-2021-02-19-ce01f2df6eb775c3ceff6971ebf4b8097dd628e9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-19 - Cabinet of Executive Vice-President Frans Timmermans x Fern"],"date":["2021-02-19"],"summary":["EU 2030 Biodiversity Strategy and forest related initiatives, including the EU Forest Strategy"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-40538475090-82","ec-person-8af3c81534786a740718d21dc58240738a53ed7b"]}} -{"id":"ec-meeting-2021-02-19-cfca55447f781a647cfc8c0a24d14563a92ce2e6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-19 - Cabinet of Executive Vice-President Frans Timmermans x International Union for Conservation of Nature EU Representative Office"],"date":["2021-02-19"],"summary":["EU 2030 Biodiversity Strategy and forest related initiatives"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-03518238467-61","ec-person-8af3c81534786a740718d21dc58240738a53ed7b"]}} -{"id":"ec-meeting-2021-02-19-e80235ad08476ae620b734f2fd0ec5afe2b42f18","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-19 - Cabinet of President Ursula von der Leyen x ITI - The Information Technology Industry Council"],"date":["2021-02-19"],"summary":["EU policy files relevant to the technology industry - transatlantic trade & data flows, Digital Decade, digital & green, Artificial Intelligence, Digital Services Act, Digital Markets Act"],"notes":["Portfolio: President"],"location":["Brussels (WEBEX)"],"address":["Brussels (WEBEX)"],"addressEntity":["addr-3afbdeda01f3dac93a9dc841fdac57d9de27b869"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-7019713e72781afb1f3b19032c4752a314b78180","eu-tr-061601915428-87"]}} -{"id":"ec-meeting-2021-02-20-295e7261e518c1241f116184d075045660a1b3ee","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-20 - Cabinet of President Ursula von der Leyen x Global Citizen"],"date":["2021-02-20"],"summary":["Meeting with the CEO from Global Citizen"],"notes":["Portfolio: President"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["eu-tr-211392938041-28","ec-person-a2ac27c3a7aa93937efc47169c1dc2264a822175"]}} -{"id":"ec-meeting-2021-02-21-564fe2d8d76f65eeeaaf53a670a9f80f0885927b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-21 - Cabinet of President Ursula von der Leyen x Eurocities"],"date":["2021-02-21"],"summary":["Meeting with EUROCITIES Secretary General"],"notes":["Portfolio: President"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-74461c5e9d74bc939ba426d5740d1097ac434132","eu-tr-12493392840-79"]}} -{"id":"ec-meeting-2021-02-21-b20ee13fb06beb6d975963ca0461cb8ae7fddf18","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-21 - Cabinet of Commissioner Thierry Breton x Pfizer Inc."],"date":["2021-02-21"],"summary":["COVID-19 vaccines production"],"notes":["Portfolio: Internal Market"],"location":["Puurs, Belgium"],"address":["Puurs, Belgium"],"addressEntity":["addr-c464638404d1a42114afecc7ead38afe08feee93"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","eu-tr-4263301811-33"]}} -{"id":"ec-meeting-2021-02-22-30dfc37726259ca4276c2d04087fbd120c1c249e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-22 - Cabinet of Commissioner Adina Vălean x General Electric Company"],"date":["2021-02-22"],"summary":["Introductory meeting between Commissioner Valean and the CEO of GE aviation."],"notes":["Portfolio: Transport"],"location":["Conference call"],"address":["Conference call"],"addressEntity":["addr-28ba88479582b2f75898964548da4252dc7db7d2"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["eu-tr-4016736872-59","ec-person-267c5ab3ea5304fc6305ef321e214c9c1cd0f78e"]}} -{"id":"ec-meeting-2021-02-22-33ae898852788a94727ee85255a1bb329925447b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-22 - Cabinet of Vice-President Věra Jourová x Meta Platforms Ireland Limited and its various subsidiaries (f/k/a Facebook Ireland Limited) TikTok Technology Ltd Google Twitter International Unlimited Company European Digital Rights"],"date":["2021-02-22"],"summary":["Disinformation COVID -19"],"notes":["Portfolio: Values and Transparency"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["eu-tr-394491614001-72","eu-tr-16311905144-06","eu-tr-165202837974-32","ec-person-bf54da17217bbddfd9c68fe24d88005ac17e2c4b","eu-tr-03181945560-59","eu-tr-28666427835-74"]}} -{"id":"ec-meeting-2021-02-22-3cb2e34bf068f8bade4b35e174adbc65b68e0efb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-22 - Recovery and Resilience Task force x Community of European Railway and Infrastructure Companies"],"date":["2021-02-22"],"summary":["RRF"],"location":["online meeting"],"address":["online meeting"],"addressEntity":["addr-b385bbe7e761556665e3696aa1bcfc817c2db583"],"organizer":["ec-dg-recover"],"involved":["eu-tr-7574621118-27","ec-person-18a05dadca8a2b91216adc689b6323c7b55df0d9"]}} -{"id":"ec-meeting-2021-02-22-68998d36d4f4e30272b059edf3f947a7bab0e473","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-22 - Cabinet of Commissioner Mairead Mcguinness x University of Cambridge"],"date":["2021-02-22"],"summary":["Sustainable finance"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-a5441c6a69a8a94fd64e02def60fcc6567f2c1d8","eu-tr-420093131813-97"]}} -{"id":"ec-meeting-2021-02-22-6d6513181becc168dabd475b4ce3d54b7afc6252","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-22 - Cabinet of Commissioner Adina Vălean x Wizz Air Group"],"date":["2021-02-22"],"summary":["Introductory meeting where the impact of Covid on aviation was discussed."],"notes":["Portfolio: Transport"],"location":["Conference call"],"address":["Conference call"],"addressEntity":["addr-28ba88479582b2f75898964548da4252dc7db7d2"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["eu-tr-852622937459-14","ec-person-267c5ab3ea5304fc6305ef321e214c9c1cd0f78e"]}} -{"id":"ec-meeting-2021-02-22-701840025272714e27565f9cd65a4cc1735d46e8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-22 - Cabinet of Commissioner Stella Kyriakides x Gavi, the Vaccine Alliance"],"date":["2021-02-22"],"summary":["Exchange on COVAX and the EU vaccine sharing mechanism."],"notes":["Portfolio: Health"],"location":["Virtual meeting"],"address":["Virtual meeting"],"addressEntity":["addr-1f1f3f51a4da31a1ea5c1b4b21cbf52ad983224f"],"organizer":["ec-cabinet-commissioner-kyriakides-of-stella"],"involved":["eu-tr-078294941111-90","ec-person-c7513fae2df7920eea99d7cc103a354aa4f56b6e"]}} -{"id":"ec-meeting-2021-02-22-72e3b464d368edd42537fec1b3b18d7f1480bec4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-22 - Cabinet of Commissioner Mairead Mcguinness x CLG Europe"],"date":["2021-02-22"],"summary":["Sustainability"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-a5441c6a69a8a94fd64e02def60fcc6567f2c1d8","eu-tr-381796719468-68"]}} -{"id":"ec-meeting-2021-02-22-79c3d4a6ad70bd08ec6f4fd1e4a36abcb390415e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-22 - Cabinet of Executive Vice-President Frans Timmermans x Vereniging van Nederlandse Gemeenten"],"date":["2021-02-22"],"summary":["Exchange of views on the green transition, the role of local government and the possibilities of the recovery plan with a delegation of the Netherlands Municipalities (VNG)"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - videoconference"],"address":["Brussels - videoconference"],"addressEntity":["addr-a3a01e55b02ab591ce10151760698f4306ec49cb"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-7c876f4825f213b8adbedf089ccedfbc3b36d65b","eu-tr-32705794105-55"]}} -{"id":"ec-meeting-2021-02-22-82b033df0ce1aa22be77c4e9897f36d61bf3d4a8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-22 - Cabinet of Vice-President Věra Jourová x Deutsche Welle"],"date":["2021-02-22"],"summary":["Media freedom"],"notes":["Portfolio: Values and Transparency"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["ec-person-aa83f35da599b82e4f15da018f4b3447eb648f7c","eu-tr-421591329311-65"]}} -{"id":"ec-meeting-2021-02-22-9ed2e988959f5ebcfdf886a74cdcf72a74078f57","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-22 - Cabinet of Commissioner Didier Reynders x Notre Europe - Institut Jacques Delors / Notre Europe - Jacques Delors Institute"],"date":["2021-02-22"],"summary":["Green EU Trade Policy"],"notes":["Portfolio: Justice"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-didier-of-reynders"],"involved":["ec-person-50f9cba2282e1d03395cdd0faf9ce6e9a2ff3104","eu-tr-726109217329-25","ec-person-1e25399e2267734c5f4c69093d2286c8898ee9f0"]}} -{"id":"ec-meeting-2021-02-22-bda79433496c0801a556d0a6302c71b325de8407","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-22 - Cabinet of Commissioner Mariya Gabriel x Science Business International SRL"],"date":["2021-02-22"],"summary":["Horizon Europe"],"notes":["Portfolio: Innovation and Youth"],"location":["Videoconferencing"],"address":["Videoconferencing"],"addressEntity":["addr-6a073cb5f40659cdadea9f99cd4af4fd631dabcf"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["ec-person-1674399a793e9e6fd7cf55b525515fc862fc9351","eu-tr-044816121222-46"]}} -{"id":"ec-meeting-2021-02-22-db81ebd3a576f39b7af7c65ba700399ee46916e4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-22 - Cabinet of Commissioner Jutta Urpilainen x Aalto-korkeakoulusäätiö / Aalto University"],"date":["2021-02-22"],"summary":["Preparation of Deep-Dive Education"],"notes":["Portfolio: International Partnerships"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["eu-tr-25901146020-53","ec-person-6357f4506ca5351b3a822936612fd6006da48722"]}} -{"id":"ec-meeting-2021-02-22-e674d1fef8ea5e5b205f9edcdbd5e114c14f9d6b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-22 - Cabinet of Executive Vice-President Margrethe Vestager x Fundación Instituto Hermes para el empoderamiento de la ciudadanía"],"date":["2021-02-22"],"summary":["DSA, DMA"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels (online)"],"address":["Brussels (online)"],"addressEntity":["addr-ef87d086df7b220ed76c9f59ee6efadfac8480c7"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-412545541643-33","ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0"]}} -{"id":"ec-meeting-2021-02-22-f6fc15bd3d4040264ed94dfae1e8989a12d7a6d4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-22 - Cabinet of Commissioner Didier Reynders x Council of Bars and Law Societies of Europe"],"date":["2021-02-22"],"summary":["digitalisation of justice and Rule of Law"],"notes":["Portfolio: Justice"],"location":["video conferencing"],"address":["video conferencing"],"addressEntity":["addr-613317ccdf0c2bce8cb9f90df551697cd890eda7"],"organizer":["ec-cabinet-commissioner-didier-of-reynders"],"involved":["ec-person-6c2abeaa21f9fe09b6a21f7f73e03d924e89018e","ec-person-1e25399e2267734c5f4c69093d2286c8898ee9f0","eu-tr-4760969620-65"]}} -{"id":"ec-meeting-2021-02-23-0146b4817a041499131c05fe4366e88cf4496634","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-23 - Legal Service x FUNDACIÓN FOROS DE LA CONCORDIA"],"date":["2021-02-23"],"summary":["Biorregión Cantábrico-Mediterránea"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-dg-sj"],"involved":["ec-person-c7525eb4b356e4e8e4634178554e72bf53d99301","eu-tr-285216540695-56"]}} -{"id":"ec-meeting-2021-02-23-048e6de7392bda019a2abc88f616352f2df596fa","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-23 - Cabinet of Executive Vice-President Margrethe Vestager x Robert Bosch GmbH"],"date":["2021-02-23"],"summary":["Data economy"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-eecca27e2a9c3fc0d4bd43564e4960382705feef","eu-tr-8999533555-91"]}} -{"id":"ec-meeting-2021-02-23-0af95fce0191caa29f96f90f733c542476feaf10","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-23 - Education, Youth, Sport and Culture x European Youth Forum"],"date":["2021-02-23"],"summary":["Information exchange about current priorities."],"location":["online"],"address":["online"],"addressEntity":["addr-2dbc2fd2358e1ea1b7a6bc08ea647b9a337ac92d"],"organizer":["ec-dg-eac"],"involved":["ec-person-68d4f99b9ed1b40d86ebbf81f8f35aeebd6c5fc5","eu-tr-43251547769-22"]}} -{"id":"ec-meeting-2021-02-23-172a6d1757df5abb582e8de22e7a4f517a865ef0","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2021-02-23 - Cabinet of Commissioner Mairead Mcguinness x European Parliamentary Financial Services Forum"],"date":["2021-02-23"],"summary":["Vision for the EU.","webinar speaking engagement at their Winter Conference – recovery, CMU, sustainable finance, digital finance"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Video Conferencing"],"address":["Video Conferencing"],"addressEntity":["addr-e3b7413b2ac93be00b6bcff51fdc1374d67118bd"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-2b9c589fb2354bd93067644d2c3d2c058d4c4cc9","ec-person-00f66582d8581f7480e12525027b5a1ee9b22f07","eu-tr-77823123416-69"]}} -{"id":"ec-meeting-2021-02-23-275069617bcae99b427b2086896526391be2a11c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-23 - Cabinet of Commissioner Janusz Wojciechowski x Confederazione Nazionale Coldiretti"],"date":["2021-02-23"],"summary":["CAP, Green Deal"],"notes":["Portfolio: Agriculture"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["ec-person-c825a813205e5077cd48bbd241436daf1834fc9b","eu-tr-55507619225-88","ec-person-08c62f972c22464aca7a65520eb9406f8db14a66"]}} -{"id":"ec-meeting-2021-02-23-2b4a27635d4a4cf01b71551508fbcc8f23624193","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-23 - Cabinet of Commissioner Mairead Mcguinness x Stichting European Climate Foundation"],"date":["2021-02-23"],"summary":["Taxonomy draft delegated act and the CEE countries"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-a5441c6a69a8a94fd64e02def60fcc6567f2c1d8","eu-tr-64869491516-70"]}} -{"id":"ec-meeting-2021-02-23-37610c5ebe85767a78b745d217ee2a41f20f4f86","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-23 - Cabinet of Commissioner Kadri Simson x Centre for European Reform"],"date":["2021-02-23"],"summary":["Deliveries on Energy policy and the European Green Deal, RRF plans and a budget fit for a sustainable recovery. Role of Energy Efficiency and renewables in reaching climate neutrality. Electrification and the development of hydrogen, infrastructure."],"notes":["Portfolio: Energy"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["eu-tr-524976815651-12","ec-person-9b7f5fe059e5b0b40e79e9170211aa2f02322fdb","ec-person-1995c65b8dc7f3702a8c30ed96a0144075848837"]}} -{"id":"ec-meeting-2021-02-23-3e6f6778722fc9a386c13b2aa1b3c25fa8422d8d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-23 - Cabinet of Executive Vice-President Margrethe Vestager x Vodafone Belgium SA"],"date":["2021-02-23"],"summary":["Recovery and digital"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-90142503473-81","ec-person-eecca27e2a9c3fc0d4bd43564e4960382705feef"]}} -{"id":"ec-meeting-2021-02-23-51ca8481819cb6f612359a7d366ac0cb40fea9ba","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-23 - Cabinet of Commissioner Mairead Mcguinness x European Banking Federation"],"date":["2021-02-23"],"summary":["Introductory Call - Stakeholders' Roundtable"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["eu-tr-4722660838-23","ec-person-49e520c7a9c9c47ccb5acfa68f9416e4233af9f8"]}} -{"id":"ec-meeting-2021-02-23-5e74b8cdfd23abd91480d91678573dfadde56824","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-23 - Cabinet of Commissioner Thierry Breton x Johnson & Johnson"],"date":["2021-02-23"],"summary":["Vaccine Manufacturing"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-e18e6e300776f5f47ca4c72c1ba1b0d0eb1e71fe","eu-tr-75617941310-89","ec-person-026c2270ec4cbabdb8ac223b2d1fa4202696dc8d","ec-person-b077a2e9f0fdb3b8f6e91d0bd0b256db9e40ce46"]}} -{"id":"ec-meeting-2021-02-23-6532999258bf71caefd24e910112ee57c49d90e0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-23 - Cabinet of Executive Vice-President Frans Timmermans x Egmont Institute"],"date":["2021-02-23"],"summary":["Intervention to the panel: The European Green Deal one year after/Perspective for 2021"],"notes":["Portfolio: European Green Deal"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-9eafbf4a92961023c7df3ab389ae6d4301dec4bf","eu-tr-363331923608-55"]}} -{"id":"ec-meeting-2021-02-23-68678df7706cb9bde78b016b45210a1a005fb4ac","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-23 - Cabinet of Commissioner Thierry Breton x Move EU - The European Association of On-Demand Mobility"],"date":["2021-02-23"],"summary":["Challenges for digital platforms in the transport sector"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-315076940253-42","ec-person-6308dea893b9b1ca0dcd5b91b4a1ac4c2f3020ad","ec-person-4d83416435f81b1f1e8f5c86aeebb1478577f1d2"]}} -{"id":"ec-meeting-2021-02-23-6be7e8150ae6023379a0b71220249d8c22cb5dd5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-23 - Cabinet of Commissioner Jutta Urpilainen x DSW (Deutsche Stiftung Weltbevoelkerung) CONCORD Europe"],"date":["2021-02-23"],"summary":["EU-Africa Summit and consulation"],"notes":["Portfolio: International Partnerships"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["eu-tr-34478709670-34","eu-tr-32018754890-28","ec-person-b5a90dd5ba1c715a3e7923281f7a6ae9975796d8","ec-person-6357f4506ca5351b3a822936612fd6006da48722"]}} -{"id":"ec-meeting-2021-02-23-6e2a1130d800de6d2fa3ad73b39873a5dab07766","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-23 - Internal Market, Industry, Entrepreneurship and SMEs x Neste Oyj"],"date":["2021-02-23"],"summary":["Discussion of EU action to reduce greenhouse gas emissions through decarbonisation of European transport, including the upcoming revision of the Renewable Energy Directive (RED II)."],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-grow"],"involved":["ec-person-0151c7e554d188fffc509ad636b7d1a84c5dfcd5","eu-tr-10257354120-19"]}} -{"id":"ec-meeting-2021-02-23-7e115fb0186f9ed767b050f717f3aca0f6ad01a1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-23 - Cabinet of Commissioner Thierry Breton x European Round Table for Industry"],"date":["2021-02-23"],"summary":["Industrial strategy"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-6308dea893b9b1ca0dcd5b91b4a1ac4c2f3020ad","ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","eu-tr-25487567824-45"]}} -{"id":"ec-meeting-2021-02-23-86f2c1fc19c2c7bb999ded7cb720195f69437e09","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-23 - Cabinet of Executive Vice-President Margrethe Vestager x Hewlett Packard Enterprise"],"date":["2021-02-23"],"summary":["Digital strategy"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-eecca27e2a9c3fc0d4bd43564e4960382705feef","eu-tr-075071719925-75"]}} -{"id":"ec-meeting-2021-02-23-95561cd89ef1d58206e88b909f71965c1c44dfd4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-23 - Cabinet of Executive Vice-President Frans Timmermans x Guidehouse Netherlands B.V."],"date":["2021-02-23"],"summary":["Biogas work of Gas for Climate Initative"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - video conference"],"address":["Brussels - video conference"],"addressEntity":["addr-d7df553e47e69d1cc9f4189b36b7c867f80459b0"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-291658228603-85","ec-person-d53e00c46a4cc62bbf533e0c9bb35bacb9121989"]}} -{"id":"ec-meeting-2021-02-23-9675f0267669149f272561208769a5f9e1f204a8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-23 - Cabinet of Commissioner Mairead Mcguinness x European Financial Services Round Table"],"date":["2021-02-23"],"summary":["Basel III and Solvency 2 CMU/MiFID"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Virtual call"],"address":["Virtual call"],"addressEntity":["addr-f8c46889b6ab9c6bbad8df49ec395d1482437918"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-0ba9b89127b39af6a66f2fc3ed727332f1b19a34","eu-tr-27636291880-60","ec-person-49e520c7a9c9c47ccb5acfa68f9416e4233af9f8"]}} -{"id":"ec-meeting-2021-02-23-bff2c412d76e82e232c0fa6cdf07af1a181ad0ac","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-23 - Cabinet of Executive Vice-President Frans Timmermans x Delft University of Technology"],"date":["2021-02-23"],"summary":["Environmental aspects Artificial Intelligence"],"notes":["Portfolio: European Green Deal"],"location":["video call"],"address":["video call"],"addressEntity":["addr-12d8c530d76da0b7745f9c0f9285e7eec97adc55"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-d56ecbfde17436a136fc89c9a978b266e8285c84","eu-tr-241931027620-47"]}} -{"id":"ec-meeting-2021-02-23-e16afb9b5e966960de9eca30dcf0957eba0fb3eb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-23 - Taxation and Customs Union x CEMBUREAU - The European Cement Association"],"date":["2021-02-23"],"summary":["Videoconference - Exchange on CBAM"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-taxud"],"involved":["ec-person-9e42f316f38c8e126c2cd2bc84affb891338c7f3","eu-tr-93987316076-63"]}} -{"id":"ec-meeting-2021-02-23-e742506ab76c75ea695c09d09562827d945e3722","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-23 - Cabinet of Executive Vice-President Frans Timmermans x Zero Waste Europe ClientEarth AISBL"],"date":["2021-02-23"],"summary":["Implementation of the EU Plastics Strategy and single use plastics"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-47806848200-34","ec-person-8af3c81534786a740718d21dc58240738a53ed7b","eu-tr-96645517357-19"]}} -{"id":"ec-meeting-2021-02-23-f550edf2332a49a25aa4829aaa6a2b7b9ecd2ea0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-23 - Cabinet of Commissioner Olivér Várhelyi x International Centre for Migration Policy Development"],"date":["2021-02-23"],"summary":["Updates about the policies on Southern Neighbourhood, Turkey and Western Balkans"],"notes":["Portfolio: Neighbourhood and Enlargement"],"location":["VTC"],"address":["VTC"],"addressEntity":["addr-9d1acaa772820b8ade84113d2da24716fe455be2"],"organizer":["ec-cabinet-commissioner-of-oliver-varhelyi"],"involved":["ec-person-daf8ff1073a04b30d2f54219ecc93002ef3a684d","eu-tr-428294520891-74"]}} -{"id":"ec-meeting-2021-02-23-fd38247f5c5c57ee1d04e554439572dd3a5ace59","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-23 - Cabinet of Commissioner Virginijus Sinkevičius x Zero Waste Europe ClientEarth AISBL"],"date":["2021-02-23"],"summary":["Implementation of the EU Plastics Strategy and single use plastics"],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["eu-tr-47806848200-34","eu-tr-96645517357-19","ec-person-a58f1d06f5cb1d8dfd278e0c36d5aa1b9368b270"]}} -{"id":"ec-meeting-2021-02-23-fe492e03eb153f8fc517341de4d5e2b7e9deefb5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-23 - Cabinet of Executive Vice-President Frans Timmermans x Vereniging VNO-NCW"],"date":["2021-02-23"],"summary":["the European Green Deal"],"notes":["Portfolio: European Green Deal"],"location":["videoconference (Brussels)"],"address":["videoconference (Brussels)"],"addressEntity":["addr-5dd22b57a9d6f7be6f130d619b6be6e2434c4ab3"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce","eu-tr-13255254129-80"]}} -{"id":"ec-meeting-2021-02-24-0555cd03e81338cc4a5254941f47d5b5cb6626a8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-24 - Cabinet of Executive Vice-President Frans Timmermans x European Milk Board"],"date":["2021-02-24"],"summary":["Sustainable dairy"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - video conference"],"address":["Brussels - video conference"],"addressEntity":["addr-d7df553e47e69d1cc9f4189b36b7c867f80459b0"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-45338982456-46","ec-person-33624431cbec1074e151c1707715ef46d2ba9565"]}} -{"id":"ec-meeting-2021-02-24-0ae13ef7addc8649ab3b40d16dead85d186d585d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-24 - Cabinet of Vice-President Věra Jourová x Central European University"],"date":["2021-02-24"],"summary":["Debate on Rule of Law"],"notes":["Portfolio: Values and Transparency"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["ec-person-bf54da17217bbddfd9c68fe24d88005ac17e2c4b","eu-tr-725945740769-75"]}} -{"id":"ec-meeting-2021-02-24-0febce843398533d4088337035edddb51938146a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-24 - Cabinet of Commissioner Thierry Breton x EUROMETAUX"],"date":["2021-02-24"],"summary":["Industrial strategy; European Green Deal"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-6308dea893b9b1ca0dcd5b91b4a1ac4c2f3020ad","eu-tr-61650796093-48"]}} -{"id":"ec-meeting-2021-02-24-1b1f795841cda66dbfac769ce7dc62415632ca93","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-24 - Cabinet of Executive Vice-President Frans Timmermans x The European Steel Association"],"date":["2021-02-24"],"summary":["Speech at EUROFER & WV Stahl webinar - The Green Deal and European Steel"],"notes":["Portfolio: European Green Deal"],"location":["video conference (Brussels)"],"address":["video conference (Brussels)"],"addressEntity":["addr-96d45bbb99f3da137b2243f11b529ed54662db90"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-93038071152-83","ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce"]}} -{"id":"ec-meeting-2021-02-24-2c8e6149b4300a3f68ef000128df3b49006dbac8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-24 - Cabinet of Commissioner Janusz Wojciechowski x Cooperativas Agro-alimentarias de España"],"date":["2021-02-24"],"summary":["CAP, Farm to Fork"],"notes":["Portfolio: Agriculture"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["ec-person-c825a813205e5077cd48bbd241436daf1834fc9b","eu-tr-3191855142-12","ec-person-354147678cd662e9949df96a1b58663c347a35f9","ec-person-08c62f972c22464aca7a65520eb9406f8db14a66"]}} -{"id":"ec-meeting-2021-02-24-3587e9af9271bdb082f421437d99db36837ad48a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-24 - Cabinet of Commissioner Mairead Mcguinness x The Alternative Investment Management Association Limited"],"date":["2021-02-24"],"summary":["AIFMD/Gamestop"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-0ba9b89127b39af6a66f2fc3ed727332f1b19a34","eu-tr-232566516087-90"]}} -{"id":"ec-meeting-2021-02-24-427602c9bb9a91e555182abb69a2e1b08ba526bf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-24 - Cabinet of Executive Vice-President Frans Timmermans x Stichting VU"],"date":["2021-02-24"],"summary":["Speech at Vrije Universiteit Amsterdam \"17th International Conference on Environmental, Cultural, Economic and Social Sustainability\" on the European Green Deal and sustainability"],"notes":["Portfolio: European Green Deal"],"location":["video conference (Brussels)"],"address":["video conference (Brussels)"],"addressEntity":["addr-96d45bbb99f3da137b2243f11b529ed54662db90"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce","eu-tr-754164625664-44"]}} -{"id":"ec-meeting-2021-02-24-6f837813302f5c90e23be1336220c6f480eb027a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-24 - Budget x Crédit Agricole S.A."],"date":["2021-02-24"],"summary":["Next Generation EU"],"location":["webex call"],"address":["webex call"],"addressEntity":["addr-f46c6c045de646595f4abea6e6c752b620b1b2e8"],"organizer":["ec-dg-budg"],"involved":["ec-person-39635b893026833f739fe623fe7e9d5a97525e7a","eu-tr-35147251117-11"]}} -{"id":"ec-meeting-2021-02-24-72da1a92c875994b0126ce3eddc9d1636f148b2e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-24 - Cabinet of Commissioner Mairead Mcguinness x COMITE EUROPEEN des FABRICANTS de SUCRE"],"date":["2021-02-24"],"summary":["Taxonomy, Reconciling virtual & real economy."],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Video Conferencing"],"address":["Video Conferencing"],"addressEntity":["addr-e3b7413b2ac93be00b6bcff51fdc1374d67118bd"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-2b9c589fb2354bd93067644d2c3d2c058d4c4cc9","eu-tr-49679062863-35"]}} -{"id":"ec-meeting-2021-02-24-8812f9b64bb9c31efa71de2fa9b2e38612947f68","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-24 - Cabinet of Commissioner Mairead Mcguinness x Associazione Bancaria Italiana"],"date":["2021-02-24"],"summary":["Basel III, (NPL's) - Non performing Loans"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Virtual call"],"address":["Virtual call"],"addressEntity":["addr-f8c46889b6ab9c6bbad8df49ec395d1482437918"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["eu-tr-915519211566-03","ec-person-49e520c7a9c9c47ccb5acfa68f9416e4233af9f8"]}} -{"id":"ec-meeting-2021-02-24-881654c7dacc6e01829ea3ffde5f4325a6ada1de","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-24 - Cabinet of Commissioner Stella Kyriakides x European Organisation for Research and Treatment of Cancer"],"date":["2021-02-24"],"summary":["Exchange of views on Europe’s Beating Cancer Plan, the EU Pharmaceutical Strategy and the availability of medicines."],"notes":["Portfolio: Health"],"location":["Brussels - virtual meeting"],"address":["Brussels - virtual meeting"],"addressEntity":["addr-9bbb85c11bd1956b9f302bddb134dea0ed05d957"],"organizer":["ec-cabinet-commissioner-kyriakides-of-stella"],"involved":["ec-person-c7513fae2df7920eea99d7cc103a354aa4f56b6e","eu-tr-70539554035-46"]}} -{"id":"ec-meeting-2021-02-24-886efb333d7cf7000a9ff3e022cd8af432ba475f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-24 - Cabinet of Commissioner Thierry Breton x Neste Oyj"],"date":["2021-02-24"],"summary":["Renewable energy, circular economy"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-6308dea893b9b1ca0dcd5b91b4a1ac4c2f3020ad","eu-tr-10257354120-19"]}} -{"id":"ec-meeting-2021-02-24-9ecce018a7000501734c141bb1119695f3f41bb5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-24 - Cabinet of Executive Vice-President Frans Timmermans x Testbiotech"],"date":["2021-02-24"],"summary":["New genomic techniques"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - video conference"],"address":["Brussels - video conference"],"addressEntity":["addr-d7df553e47e69d1cc9f4189b36b7c867f80459b0"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-151554816791-61","ec-person-33624431cbec1074e151c1707715ef46d2ba9565"]}} -{"id":"ec-meeting-2021-02-24-ce04f840a6639fc788470f97b7a3940b0d2a0347","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-24 - Cabinet of Commissioner Janusz Wojciechowski x Fundacja Instytut Spraw Publicznych"],"date":["2021-02-24"],"summary":["Webinar:The Future of Agriculture and Climate Protection"],"notes":["Portfolio: Agriculture"],"location":["Virtual meeting"],"address":["Virtual meeting"],"addressEntity":["addr-1f1f3f51a4da31a1ea5c1b4b21cbf52ad983224f"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["eu-tr-884313938581-87","ec-person-625f8b4379f79adee4f15c6a0417a96bb5a5a403"]}} -{"id":"ec-meeting-2021-02-24-cee444e44c5f9f563553d3feb4263d461f4bbd05","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-24 - Mobility and Transport x Wizz Air Group"],"date":["2021-02-24"],"summary":["Slot regulation"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-dg-move"],"involved":["eu-tr-852622937459-14","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2021-02-24-ec5c7de22a98f8b38ee088923d1b6b549aa2a48a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-24 - Mobility and Transport x Neste Oyj"],"date":["2021-02-24"],"summary":["SAF"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-dg-move"],"involved":["ec-person-26cdfacae671b09917bee1a91c91973941fa58a2","eu-tr-10257354120-19"]}} -{"id":"ec-meeting-2021-02-24-fc5ab9950fa6a7cbc0f9054b1762013604ae86b9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-24 - Cabinet of Commissioner Elisa Ferreira x Association for Financial Markets in Europe"],"date":["2021-02-24"],"summary":["Sustainable Finance"],"notes":["Portfolio: Cohesion and Reforms"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-elisa-ferreira-of"],"involved":["ec-person-5bebc7b029567ec14718c647bb3813e76a4c729d","eu-tr-65110063986-76"]}} -{"id":"ec-meeting-2021-02-24-fcacd88cd922f7289d1b6dac2b57ea8b338429bf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-24 - Cabinet of Executive Vice-President Frans Timmermans x SYSTEMIQ LIMITED"],"date":["2021-02-24"],"summary":["Circular Mobility"],"notes":["Portfolio: European Green Deal"],"location":["video call"],"address":["video call"],"addressEntity":["addr-12d8c530d76da0b7745f9c0f9285e7eec97adc55"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-d56ecbfde17436a136fc89c9a978b266e8285c84","eu-tr-538958337111-82"]}} -{"id":"ec-meeting-2021-02-25-001f3d0ad275c804e2f3de2195ae5badeafaa197","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-25 - Cabinet of Commissioner Thierry Breton x Air France-KLM"],"date":["2021-02-25"],"summary":["European Green Deal, recovery"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-064616126640-05","ec-person-6308dea893b9b1ca0dcd5b91b4a1ac4c2f3020ad"]}} -{"id":"ec-meeting-2021-02-25-08189d82439f2f5b25d391361dc4750fe0186019","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-25 - Cabinet of Executive Vice-President Frans Timmermans x Third Generation Environmentalism Ltd"],"date":["2021-02-25"],"summary":["On-going E3G projects on just transition"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - video conference"],"address":["Brussels - video conference"],"addressEntity":["addr-d7df553e47e69d1cc9f4189b36b7c867f80459b0"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-07783117686-61","ec-person-d53e00c46a4cc62bbf533e0c9bb35bacb9121989"]}} -{"id":"ec-meeting-2021-02-25-0b76fdf47a03ea5295d1b1e0d10ea771958e67c5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-25 - Climate Action x Wirtschaftsvereinigung Stahl"],"date":["2021-02-25"],"summary":["Decarbonisation of the steel industry"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-clima"],"involved":["ec-person-9c5c685692a09a77f2bc8ae9c05663b87cd75aae","eu-tr-75755621888-61"]}} -{"id":"ec-meeting-2021-02-25-0f33580f3a1a09c54fd4fb7d8a9e1515f64aee09","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-25 - Cabinet of Vice-President Margaritis Schinas x FONDATION ROBERT SCHUMAN"],"date":["2021-02-25"],"summary":["New Pact on Migration and Asylum"],"notes":["Portfolio: Promoting the European Way of Life"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-margaritis-of-president-schinas-vice"],"involved":["ec-person-d5cada2a1a17537a675985af31e5ce07ae3bfd42","ec-person-2e04e278a7f128b3ac72d2af3db94d4ebed934da","eu-tr-01740426310-03"]}} -{"id":"ec-meeting-2021-02-25-15c0db22b37237afd69d387635b90a66ff0c5e59","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-25 - Cabinet of Executive Vice-President Margrethe Vestager x BSA | The Software Alliance"],"date":["2021-02-25"],"summary":["E-commerce"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels (online)"],"address":["Brussels (online)"],"addressEntity":["addr-ef87d086df7b220ed76c9f59ee6efadfac8480c7"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0","ec-person-73fb1ddd279f8c6697a055567a2c09606006b875","eu-tr-75039383277-48"]}} -{"id":"ec-meeting-2021-02-25-1790d305b2d2add47e7ba43ef638ceeb89b02008","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-25 - Cabinet of Commissioner Jutta Urpilainen x DSW (Deutsche Stiftung Weltbevoelkerung) International Planned Parenthood Federation European Network European Parliamentary Forum for Sexual & Reproductive Rights"],"date":["2021-02-25"],"summary":["- Gender equality\r\n- Sexual and Reproductive Health and Rights"],"notes":["Portfolio: International Partnerships"],"location":["Brussels (via Teams)"],"address":["Brussels (via Teams)"],"addressEntity":["addr-bcf52d12410f1192c951845a9909724901494522"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["eu-tr-32018754890-28","ec-person-6357f4506ca5351b3a822936612fd6006da48722","eu-tr-96700978173-62","eu-tr-49806329193-46"]}} -{"id":"ec-meeting-2021-02-25-1ff4d94b20b5ee2adb2f933b00450dab5658f0ba","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-25 - Cabinet of Commissioner Janusz Wojciechowski x European farmers European agri-cooperatives"],"date":["2021-02-25"],"summary":["Meeting with Copa Cogeca on agri-food in aircraft dispute"],"notes":["Portfolio: Agriculture"],"location":["Virtual meeting"],"address":["Virtual meeting"],"addressEntity":["addr-1f1f3f51a4da31a1ea5c1b4b21cbf52ad983224f"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["ec-person-625f8b4379f79adee4f15c6a0417a96bb5a5a403","eu-tr-09586631237-74","eu-tr-44856881231-49"]}} -{"id":"ec-meeting-2021-02-25-2500de693c68cbe227980ac2abc0b6955582366a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-25 - Cabinet of Commissioner Adina Vălean x International Federation of Air Traffic Controllers Associations"],"date":["2021-02-25"],"summary":["Meeting to present IFATCA views on ATM and SES2+"],"notes":["Portfolio: Transport"],"location":["Conference call"],"address":["Conference call"],"addressEntity":["addr-28ba88479582b2f75898964548da4252dc7db7d2"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["ec-person-5f7f9d4d861c5b97fbd25bccf6323535d2a7ceb8","ec-person-cc0354fbf386eb83f57c00ad5240f1dddeeabab4","eu-tr-973049710163-75"]}} -{"id":"ec-meeting-2021-02-25-43d4b0afcad4b937f0b4b8f66231b6c96a2781e8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-25 - Cabinet of Commissioner Mairead Mcguinness x Insurance Europe"],"date":["2021-02-25"],"summary":["Solvency 11"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Video Conferencing"],"address":["Video Conferencing"],"addressEntity":["addr-e3b7413b2ac93be00b6bcff51fdc1374d67118bd"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-2b9c589fb2354bd93067644d2c3d2c058d4c4cc9","eu-tr-33213703459-54"]}} -{"id":"ec-meeting-2021-02-25-48be0e200d6ab68bab3a9386dacd8686c984d6b3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-25 - Cabinet of Executive Vice-President Valdis Dombrovskis x ITI - The Information Technology Industry Council"],"date":["2021-02-25"],"summary":["EU-US trade relations; Trade Policy Review; Digital trade, including EU's position on e-commerce and Digital taxation."],"notes":["Portfolio: An Economy that Works for People"],"location":["video conference"],"address":["video conference"],"addressEntity":["addr-6dc12e3c97077db82f32184f24341ce370a445fd"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-9e7bd1005456277f156b671d1555c6a460fb2f58","eu-tr-061601915428-87"]}} -{"id":"ec-meeting-2021-02-25-4a84de864cfd1c3eadf71e66c60c8c580197485a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-25 - Cabinet of Executive Vice-President Frans Timmermans x Unilever"],"date":["2021-02-25"],"summary":["Implementation of the EU Circular Economy Action Plan and Farm to Fork Strategy"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-6200524920-25","ec-person-8af3c81534786a740718d21dc58240738a53ed7b","ec-person-33624431cbec1074e151c1707715ef46d2ba9565"]}} -{"id":"ec-meeting-2021-02-25-554f42d969bdf2d82fcbb2511e96f7764e24523b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-25 - Cabinet of Executive Vice-President Frans Timmermans x VDL Groep"],"date":["2021-02-25"],"summary":["Green deal and automotive"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - videoconference"],"address":["Brussels - videoconference"],"addressEntity":["addr-a3a01e55b02ab591ce10151760698f4306ec49cb"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-7c876f4825f213b8adbedf089ccedfbc3b36d65b","eu-tr-435377233599-07"]}} -{"id":"ec-meeting-2021-02-25-676b45180f5c3a91015b4673f8f207b4f3ffe90d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-25 - Cabinet of Commissioner Jutta Urpilainen x Gavi, the Vaccine Alliance"],"date":["2021-02-25"],"summary":["Discussion on COVAX and access to vaccines"],"notes":["Portfolio: International Partnerships"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["eu-tr-078294941111-90","ec-person-7c4fa9cfb750b5b524c065180fcee1123b8df03e"]}} -{"id":"ec-meeting-2021-02-25-6d6f24219e53ae4b3bef880bbd98b32f0550076a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-25 - Cabinet of President Ursula von der Leyen x Airbus"],"date":["2021-02-25"],"summary":["Trade matters"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["eu-tr-2732167674-76","ec-person-a15f450526451c70384a05ea9a3a7400ba2d3e7e"]}} -{"id":"ec-meeting-2021-02-25-7c753fc411f222318dd0252ed556752df1b93acd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-25 - Communication x Gavi, the Vaccine Alliance"],"date":["2021-02-25"],"summary":["Exchange of good communication practices."],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-dg-comm"],"involved":["eu-tr-078294941111-90","ec-person-676f70803f4848c87b632d8522ff9ce8d4600e27"]}} -{"id":"ec-meeting-2021-02-25-926a2f78e996bc5ee97f8cd1444eddf985a8e7a8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-25 - Cabinet of Executive Vice-President Valdis Dombrovskis x Robert Bosch GmbH"],"date":["2021-02-25"],"summary":["- Green and digital transition\r\n- Decarbonisation path for automotive industry\r\n- Trade Policy Review"],"notes":["Portfolio: An Economy that Works for People"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-9e7bd1005456277f156b671d1555c6a460fb2f58","eu-tr-8999533555-91"]}} -{"id":"ec-meeting-2021-02-25-9f3ba7d78240f796e97d5485a5cf6e29a23edf67","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-25 - Cabinet of Commissioner Janusz Wojciechowski x Leonardo S.p.A."],"date":["2021-02-25"],"summary":["Discussion: A proposal to boost precision farming in the EU"],"notes":["Portfolio: Agriculture"],"location":["Virtual meeting"],"address":["Virtual meeting"],"addressEntity":["addr-1f1f3f51a4da31a1ea5c1b4b21cbf52ad983224f"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["eu-tr-02550382403-01","ec-person-625f8b4379f79adee4f15c6a0417a96bb5a5a403"]}} -{"id":"ec-meeting-2021-02-25-abb26bcbd97d1c06ce7a2551bc749554c25453c7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-25 - Cabinet of Commissioner Janusz Wojciechowski x European farmers"],"date":["2021-02-25"],"summary":["EU trade related issues: bilateral trade with the US, relations with Mercosur and the UK (post-Brexit)."],"notes":["Portfolio: Agriculture"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["eu-tr-44856881231-49","ec-person-08c62f972c22464aca7a65520eb9406f8db14a66"]}} -{"id":"ec-meeting-2021-02-25-abd014ead504b83ad243269e7554267b5ba25947","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-25 - Cabinet of Commissioner Didier Reynders x Workday"],"date":["2021-02-25"],"summary":["Data protection"],"notes":["Portfolio: Justice"],"location":["video conference"],"address":["video conference"],"addressEntity":["addr-6dc12e3c97077db82f32184f24341ce370a445fd"],"organizer":["ec-cabinet-commissioner-didier-of-reynders"],"involved":["eu-tr-021253717373-58","ec-person-442bf1ae9900b999673cdd7389224d0e21b67d4d"]}} -{"id":"ec-meeting-2021-02-25-bf4efd0e2d4037542939aada20a64e766b9c3351","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-25 - Cabinet of Vice-President Margaritis Schinas x Conseil des Communes et Régions d'Europe"],"date":["2021-02-25"],"summary":["New Migration and Asylum pact"],"notes":["Portfolio: Promoting the European Way of Life"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-cabinet-margaritis-of-president-schinas-vice"],"involved":["ec-person-d5cada2a1a17537a675985af31e5ce07ae3bfd42","ec-person-43f9f86cfe94e45a95f7fbdea9a59a54955ebcfa","eu-tr-81142561702-61"]}} -{"id":"ec-meeting-2021-02-25-c80778c111e7329473a598177e1a0f1929cb89a7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-25 - Cabinet of Commissioner Nicolas Schmit x ZF Friedrichshafen AG"],"date":["2021-02-25"],"summary":["Meeting to prepare for the roundtable with transport value chain alliance - Transformation of the automotive value chain in the context of green recovery on 3 March."],"notes":["Portfolio: Jobs and Social Rights"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-66fa2c2d100ec194caa42b5c6f97c36e2748b71c","eu-tr-194094423131-36","ec-person-4cf4655ab41922e92160325d987a3c4615c72d30"]}} -{"id":"ec-meeting-2021-02-25-cf8a684b9f50c2bea97e6287aa1e8f79bdab20fe","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-25 - Cabinet of Commissioner Kadri Simson x European Federation of Energy Law Associations"],"date":["2021-02-25"],"summary":["Presentation of the EFELA organisation and outline by Cabinet Simson of the key energy initiatives in 2021."],"notes":["Portfolio: Energy"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["ec-person-3ba14eabc5fddef75d1a672cc75b5f4bddd72ee9","ec-person-2fb98fc84d2cf8d481688eff3d47f7745ead3592","eu-tr-111162132522-13"]}} -{"id":"ec-meeting-2021-02-25-d6ecc0080d14b8aa053f2d6087839a78e156ea75","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-25 - Cabinet of Executive Vice-President Margrethe Vestager x ExchangeWire"],"date":["2021-02-25"],"summary":["DMA"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels (online)"],"address":["Brussels (online)"],"addressEntity":["addr-ef87d086df7b220ed76c9f59ee6efadfac8480c7"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0","eu-tr-110541841287-13"]}} -{"id":"ec-meeting-2021-02-25-e63f6a5112ea1aebd72e66155646ebb39fc7fb04","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-25 - Cabinet of Commissioner Kadri Simson x Hydrogen Europe Breakthrough Energy Catalyst Foundation"],"date":["2021-02-25"],"summary":["Discussion about the EU Hydrogen Strategy, its priorities and implementation"],"notes":["Portfolio: Energy"],"location":["Videconference"],"address":["Videconference"],"addressEntity":["addr-e611dc74f08dc0cb4369d9147ee1bc357f769320"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["eu-tr-424103441763-49","eu-tr-77659588648-75","ec-person-2fb98fc84d2cf8d481688eff3d47f7745ead3592","ec-person-3ba14eabc5fddef75d1a672cc75b5f4bddd72ee9","ec-person-1995c65b8dc7f3702a8c30ed96a0144075848837"]}} -{"id":"ec-meeting-2021-02-25-fad7b8b03b89e69ce94aed5708fc8a895dc53127","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-25 - Cabinet of Commissioner Virginijus Sinkevičius x Reforest'Action"],"date":["2021-02-25"],"summary":["Preparatory meeting with the organisers in view of Commissioner Sinkevicius participation in the Global Forest Summit"],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["ec-person-9de2bdbd71a153577984a493028e19bcb8c1514f","eu-tr-994603842333-55"]}} -{"id":"ec-meeting-2021-02-26-08778bb3d3375458f09352d57c81104318f53f54","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-26 - Cabinet of Commissioner Mairead Mcguinness x Association Française des Marchés Financiers"],"date":["2021-02-26"],"summary":["PRIIPS"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["eu-tr-1992865484-43","ec-person-0ba9b89127b39af6a66f2fc3ed727332f1b19a34"]}} -{"id":"ec-meeting-2021-02-26-176ac23bed38f81901d9ae965938b893cf3cc218","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-26 - Cabinet of Vice-President Věra Jourová x Real Instituto Elcano"],"date":["2021-02-26"],"summary":["Spanish Stakeholder Forum on Future of Europe and differentiated integration"],"notes":["Portfolio: Values and Transparency"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["eu-tr-909187919366-18","ec-person-7e1aeaad9232c788ee790cdb309ccad8f9ffdc5e"]}} -{"id":"ec-meeting-2021-02-26-29b5429c1ded24b3e2ead680727bd26b1e3bc27e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-26 - Cabinet of Commissioner Thierry Breton x Confederazione Generale dell'Industria Italiana"],"date":["2021-02-26"],"summary":["EU industrial policy"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-e18e6e300776f5f47ca4c72c1ba1b0d0eb1e71fe","ec-person-4d83416435f81b1f1e8f5c86aeebb1478577f1d2","eu-tr-27762251795-15"]}} -{"id":"ec-meeting-2021-02-26-304bec2aa5a934fe9a74b573cb69380084e046bd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-26 - Cabinet of Commissioner Mairead Mcguinness x The Bank of New York Mellon"],"date":["2021-02-26"],"summary":["Sustainable finance & the capital markets union"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-a5441c6a69a8a94fd64e02def60fcc6567f2c1d8","eu-tr-980942613952-12"]}} -{"id":"ec-meeting-2021-02-26-414a85c501d45e4e059f7af872722ed6313970d7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-26 - Cabinet of President Ursula von der Leyen x American Chamber of Commerce to the European Union"],"date":["2021-02-26"],"summary":["European Green Deal"],"notes":["Portfolio: President"],"location":["Brussels (VC)"],"address":["Brussels (VC)"],"addressEntity":["addr-7a7ab1034ef0b71e62ebf9a322dc5d9528505976"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-f2b941852d3b961d69ed695c2d243a1a2b4a1904","eu-tr-5265780509-97"]}} -{"id":"ec-meeting-2021-02-26-5ce3ee4ac014e9d1c4a96103581c51ef716b7277","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-26 - Cabinet of Executive Vice-President Frans Timmermans x WWF European Policy Programme"],"date":["2021-02-26"],"summary":["Just transition ideas for coal mining regions in Poland"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - video conference"],"address":["Brussels - video conference"],"addressEntity":["addr-d7df553e47e69d1cc9f4189b36b7c867f80459b0"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-1414929419-24","ec-person-d53e00c46a4cc62bbf533e0c9bb35bacb9121989"]}} -{"id":"ec-meeting-2021-02-26-7af39fd6a91a1706d7a28f99feb64d9936e42249","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-26 - Cabinet of Commissioner Nicolas Schmit x The Adecco Group"],"date":["2021-02-26"],"summary":["Meeting on the economic situation and skills development for recovery and the future economy."],"notes":["Portfolio: Jobs and Social Rights"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-66fa2c2d100ec194caa42b5c6f97c36e2748b71c","ec-person-4cf4655ab41922e92160325d987a3c4615c72d30","ec-person-c03b949331dbbe5fa3d5423758e371ec1b9b832f","eu-tr-144049521780-57"]}} -{"id":"ec-meeting-2021-02-26-7dd1897d1c5ba1f3e4b36a62d90f24166962e3bb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-26 - Cabinet of Commissioner Adina Vălean x Air France-KLM"],"date":["2021-02-26"],"summary":["Presentation of the situation of AF-KLM group."],"notes":["Portfolio: Transport"],"location":["Conference call"],"address":["Conference call"],"addressEntity":["addr-28ba88479582b2f75898964548da4252dc7db7d2"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["eu-tr-064616126640-05","ec-person-5f7f9d4d861c5b97fbd25bccf6323535d2a7ceb8","ec-person-cc0354fbf386eb83f57c00ad5240f1dddeeabab4"]}} -{"id":"ec-meeting-2021-02-26-8260b93bcbdf5be45486fbc80117aaaeec8bd19a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-26 - Cabinet of Vice-President Věra Jourová x Concordia Sozialprojekte Gemeinnützige Privatstiftung"],"date":["2021-02-26"],"summary":["Media freedom"],"notes":["Portfolio: Values and Transparency"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["eu-tr-388146640862-05","ec-person-aa83f35da599b82e4f15da018f4b3447eb648f7c"]}} -{"id":"ec-meeting-2021-02-26-8681ca0f0faecdf5b9d09a56567f29eebca13f5a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-26 - Financial Stability, Financial Services and Capital Markets Union x MARSH & McLENNAN COMPANIES FRANCE"],"date":["2021-02-26"],"summary":["US on financial regulation"],"location":["Virtual meeting"],"address":["Virtual meeting"],"addressEntity":["addr-1f1f3f51a4da31a1ea5c1b4b21cbf52ad983224f"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-117683115792-20","ec-person-1fce211249673c35ee07a801ddee77ab24af8d54"]}} -{"id":"ec-meeting-2021-02-26-a13c7f508e04a154e17c22b7d4c431a22be839ac","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-26 - Cabinet of President Ursula von der Leyen x Bundesverband der Deutschen Industrie e.V. Confederazione Generale dell'Industria Italiana"],"date":["2021-02-26"],"summary":["Sustainable product policy"],"notes":["Portfolio: President"],"location":["Brussels (VTC)"],"address":["Brussels (VTC)"],"addressEntity":["addr-37c43e0c10e2a2fb447c53cde1d253728a607703"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-f2b941852d3b961d69ed695c2d243a1a2b4a1904","eu-tr-1771817758-48","eu-tr-27762251795-15"]}} -{"id":"ec-meeting-2021-02-26-a622e3aad870bf84a51206a4defdc52b451a23b3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-26 - Cabinet of Commissioner Mairead Mcguinness x Invest Europe"],"date":["2021-02-26"],"summary":["Introduction to invest europe, Basel III"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Virtual call"],"address":["Virtual call"],"addressEntity":["addr-f8c46889b6ab9c6bbad8df49ec395d1482437918"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["eu-tr-60975211600-74","ec-person-49e520c7a9c9c47ccb5acfa68f9416e4233af9f8"]}} -{"id":"ec-meeting-2021-02-26-a68ec9799445cc7921f739b3c12f5f024a508494","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-26 - Cabinet of Executive Vice-President Frans Timmermans x Conseil Européen des Jeunes Agriculteurs"],"date":["2021-02-26"],"summary":["Preparation of meeting of EVP Timmermans with young farmers"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - video conference"],"address":["Brussels - video conference"],"addressEntity":["addr-d7df553e47e69d1cc9f4189b36b7c867f80459b0"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-849413211923-25","ec-person-ef3e882499136b48d744f4751cee95c0f8866078","ec-person-33624431cbec1074e151c1707715ef46d2ba9565"]}} -{"id":"ec-meeting-2021-02-26-b6a68bb96d10f7edffd72dac863e1c0bd62670f7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-26 - Cabinet of Executive Vice-President Margrethe Vestager x Danish Shipping"],"date":["2021-02-26"],"summary":["New regulations on environment & climate (including relevant State aid guidelines as well as regulation)"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels (online)"],"address":["Brussels (online)"],"addressEntity":["addr-ef87d086df7b220ed76c9f59ee6efadfac8480c7"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-4518600611-48","ec-person-11ba005cc4046696303381b7ca219da9b11a42bf"]}} -{"id":"ec-meeting-2021-02-26-b8026cb607406fa938db9b7094c43d2ed998e3fc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-26 - Cabinet of Executive Vice-President Frans Timmermans x Indigo Agriculture Europe GmbH"],"date":["2021-02-26"],"summary":["Carbon farming"],"notes":["Portfolio: European Green Deal"],"location":["videoconference (Brussels)"],"address":["videoconference (Brussels)"],"addressEntity":["addr-5dd22b57a9d6f7be6f130d619b6be6e2434c4ab3"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-931771937156-36","ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce","ec-person-f1a3478550296f3f9accdc67d6ef5a0b681dda4b","ec-person-33624431cbec1074e151c1707715ef46d2ba9565"]}} -{"id":"ec-meeting-2021-02-26-e040d0cd6a6fcfae61050ae314b79119d0317ff5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-26 - Cabinet of Commissioner Nicolas Schmit x The American European Community Association"],"date":["2021-02-26"],"summary":["Participation at the roundtable on \"The European Skills Agenda and the future of social Europe\"."],"notes":["Portfolio: Jobs and Social Rights"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["eu-tr-307603023489-82","ec-person-66fa2c2d100ec194caa42b5c6f97c36e2748b71c","ec-person-4cf4655ab41922e92160325d987a3c4615c72d30","ec-person-c03b949331dbbe5fa3d5423758e371ec1b9b832f"]}} -{"id":"ec-meeting-2021-02-26-f723afc64981bbde12f5c1e6ad621ca837041a04","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-02-26 - Cabinet of Executive Vice-President Frans Timmermans x Xynteo"],"date":["2021-02-26"],"summary":["Business opportunities in sustainable food chain"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - video conference"],"address":["Brussels - video conference"],"addressEntity":["addr-d7df553e47e69d1cc9f4189b36b7c867f80459b0"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-069882140441-92","ec-person-33624431cbec1074e151c1707715ef46d2ba9565"]}} -{"id":"ec-meeting-2021-03-01-0270acc66acf9037573b76022699d35dffc5be98","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-01 - Cabinet of Commissioner Kadri Simson x Confederazione Generale dell'Industria Italiana"],"date":["2021-03-01"],"summary":["Discussion with Confindustria Energy Board (Gruppo tecnico Energia) on the Energy Work Programme 2021, the “Fit for 55” package & EU Green Deal priorities in energy."],"notes":["Portfolio: Energy"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["ec-person-1995c65b8dc7f3702a8c30ed96a0144075848837","ec-person-2fb98fc84d2cf8d481688eff3d47f7745ead3592","eu-tr-27762251795-15"]}} -{"id":"ec-meeting-2021-03-01-178d4ccdbd3940130303ddebf9561f2e48d98e2d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-01 - Directorate-General for International Partnerships x International Centre for Migration Policy Development"],"date":["2021-03-01"],"summary":["on going and future collaboration,\r\n- external dimension of the EU Migration policy\r\n- NDICI programming\r\n- cooperation with Sub Saharan countries\r\n- MIEUX+ initiative"],"location":["online"],"address":["online"],"addressEntity":["addr-2dbc2fd2358e1ea1b7a6bc08ea647b9a337ac92d"],"organizer":["ec-dg-intpa"],"involved":["eu-tr-428294520891-74","ec-person-afe6f55069d2cc5483157e138e41abd63140fdd8"]}} -{"id":"ec-meeting-2021-03-01-1f070cb5452faa693e61ca72855b84915637a529","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-01 - Cabinet of Executive Vice-President Frans Timmermans x POLIS"],"date":["2021-03-01"],"summary":["Urban mobility and the European Green Deal"],"notes":["Portfolio: European Green Deal"],"location":["video call"],"address":["video call"],"addressEntity":["addr-12d8c530d76da0b7745f9c0f9285e7eec97adc55"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-d56ecbfde17436a136fc89c9a978b266e8285c84","eu-tr-27284005223-47"]}} -{"id":"ec-meeting-2021-03-01-1f8cc133f81928932b72038431e5e1eec53d4cec","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-01 - Cabinet of Executive Vice-President Valdis Dombrovskis x Wilmar Europe Trading BV"],"date":["2021-03-01"],"summary":["Deforestation and forest degradation"],"notes":["Portfolio: An Economy that Works for People"],"location":["Video call"],"address":["Video call"],"addressEntity":["addr-ad60f43c3b2e61f55f8d15d2bb303f6d11ac791b"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-235870cd7eb41f2494f695fce18b5b5b88647113","eu-tr-873067039520-87"]}} -{"id":"ec-meeting-2021-03-01-2e691ff23b38582832a08991b03cc5a5e85cf2b4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-01 - Cabinet of President Ursula von der Leyen x Vodafone Belgium SA"],"date":["2021-03-01"],"summary":["Recovery – experiences and challenges in some of our key markets;\r\nIndustrial policy for secure connectivity – our proposal to drive Europe’s digital sovereignty;\r\nKey market challenges."],"notes":["Portfolio: President"],"location":["Brussels (VC)"],"address":["Brussels (VC)"],"addressEntity":["addr-7a7ab1034ef0b71e62ebf9a322dc5d9528505976"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-7019713e72781afb1f3b19032c4752a314b78180","eu-tr-90142503473-81"]}} -{"id":"ec-meeting-2021-03-01-5796600a7bb9c35bfdef08cc4fdf98184c296664","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-01 - Cabinet of Executive Vice-President Frans Timmermans x Community of European Railway and Infrastructure Companies"],"date":["2021-03-01"],"summary":["Rail and the European Green Deal"],"notes":["Portfolio: European Green Deal"],"location":["video call"],"address":["video call"],"addressEntity":["addr-12d8c530d76da0b7745f9c0f9285e7eec97adc55"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-7574621118-27","ec-person-d56ecbfde17436a136fc89c9a978b266e8285c84"]}} -{"id":"ec-meeting-2021-03-01-62afb48280df0dcf59baee0b8743a4e021c0a0fb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-01 - Cabinet of Executive Vice-President Margrethe Vestager x China Chamber of Commerce to the EU"],"date":["2021-03-01"],"summary":["Discussion around 2020 CCCEU Recommendation Report"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels (online)"],"address":["Brussels (online)"],"addressEntity":["addr-ef87d086df7b220ed76c9f59ee6efadfac8480c7"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-bb1f295d8be3d10004d7e5fd7c24248a21215775","ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0","eu-tr-490366039271-16"]}} -{"id":"ec-meeting-2021-03-01-66f9af47727759e197e19192c9ba8ada0fcd106f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-01 - Trade x Center for Strategic and International Studies"],"date":["2021-03-01"],"summary":["Biden Administration on AEF Issues / focus on China"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-trade"],"involved":["eu-tr-163447715874-83","ec-person-2045c2589da3988908fcfe731e8224e7e06a7c63"]}} -{"id":"ec-meeting-2021-03-01-83e6287f17bbd9350972f6510750c0491021507a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-01 - Cabinet of Commissioner Nicolas Schmit x FEDIL - The Voice of Luxembourg's Industry"],"date":["2021-03-01"],"summary":["Participation at the “Industry Days 2021\" event on “A New Industrial Strategy shaping Europe’s Digital Future: nourished by talents, driven by data, reinforced by trust ” organised by FEDIL."],"notes":["Portfolio: Jobs and Social Rights"],"location":["Luxemburg, LU"],"address":["Luxemburg, LU"],"addressEntity":["addr-66b08b9ed5e66d3dab908fb5997a8255a73ed7c8"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["eu-tr-286194516022-33","ec-person-4cf4655ab41922e92160325d987a3c4615c72d30","ec-person-c03b949331dbbe5fa3d5423758e371ec1b9b832f"]}} -{"id":"ec-meeting-2021-03-01-85817f9c609e8b270ae458d9d7706506bd2b01ef","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-01 - Cabinet of Executive Vice-President Frans Timmermans x ART 2030"],"date":["2021-03-01"],"summary":["Implementation of the European Green Deal and the role of art"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-8af3c81534786a740718d21dc58240738a53ed7b","eu-tr-663282241493-27"]}} -{"id":"ec-meeting-2021-03-01-c018b74b8882661f6808d8405d29c37e48d20dd4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-01 - Cabinet of Commissioner Thierry Breton x European Association Automotive Suppliers Verband Deutscher Maschinen- und Anlagenbau e.V. FuelsEurope NGVA Europe"],"date":["2021-03-01"],"summary":["European Green Deal"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-91408765797-03","eu-tr-1119946481-54","ec-person-6308dea893b9b1ca0dcd5b91b4a1ac4c2f3020ad","eu-tr-26207914726-42","eu-tr-9765362691-45"]}} -{"id":"ec-meeting-2021-03-01-d4cf377e304ab4c449a41991b68f24a1b0586323","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-01 - Cabinet of Commissioner Mariya Gabriel x Oncompass Medicine"],"date":["2021-03-01"],"summary":["Cancer Treatment Strategies"],"notes":["Portfolio: Innovation and Youth"],"location":["Videoconferencing"],"address":["Videoconferencing"],"addressEntity":["addr-6a073cb5f40659cdadea9f99cd4af4fd631dabcf"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["ec-person-1674399a793e9e6fd7cf55b525515fc862fc9351","eu-tr-918974041446-88"]}} -{"id":"ec-meeting-2021-03-01-db55844ca84c6a3d29f32b67ac0b31a2c7e40aae","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-01 - Cabinet of Commissioner Virginijus Sinkevičius x Wilmar Europe Trading BV"],"date":["2021-03-01"],"summary":["Deforestation initiative and the impact on the palm oil countries producers"],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["ec-person-9de2bdbd71a153577984a493028e19bcb8c1514f","eu-tr-873067039520-87"]}} -{"id":"ec-meeting-2021-03-01-eb23e5d50267d907a86080077873dd75b0afa5fc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-01 - Defence Industry and Space x ASD-Eurospace"],"date":["2021-03-01"],"summary":["Videoconference to discuss the priorities for 2021 and the action plan on synergies."],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-dg-defis"],"involved":["ec-person-a5e52cd544ea3aa44eb4b31fac65a468499f106e","eu-tr-873508417106-05"]}} -{"id":"ec-meeting-2021-03-01-f16aa4238e7a501471801e7c86e9a240a5f173e3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-01 - Cabinet of Commissioner Kadri Simson x The Coalition for Energy Savings"],"date":["2021-03-01"],"summary":["Energy aspects of Fit for 55, renewables and energy efficiency, with special focus on biomass."],"notes":["Portfolio: Energy"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["ec-person-9b7f5fe059e5b0b40e79e9170211aa2f02322fdb","eu-tr-72911566925-69","ec-person-d40f25b5cb5c0681854a4996da444478318f7e58","ec-person-2fb98fc84d2cf8d481688eff3d47f7745ead3592","ec-person-1995c65b8dc7f3702a8c30ed96a0144075848837"]}} -{"id":"ec-meeting-2021-03-01-f775bd704ab79cbe6da19fa0be6a8001749522a6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-01 - Cabinet of Commissioner Olivér Várhelyi x Assemblée des Régions d'Europe"],"date":["2021-03-01"],"summary":["Regional cooperation"],"notes":["Portfolio: Neighbourhood and Enlargement"],"location":["VTC"],"address":["VTC"],"addressEntity":["addr-9d1acaa772820b8ade84113d2da24716fe455be2"],"organizer":["ec-cabinet-commissioner-of-oliver-varhelyi"],"involved":["ec-person-daf8ff1073a04b30d2f54219ecc93002ef3a684d","eu-tr-480267313069-44"]}} -{"id":"ec-meeting-2021-03-02-013e94c07f80718da74adafc2568b684a20e724f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-02 - Cabinet of Commissioner Mairead Mcguinness x Visa Europe"],"date":["2021-03-02"],"summary":["Credit card payments"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Video Conferencing."],"address":["Video Conferencing."],"addressEntity":["addr-912f3be8d3c705b575d95bd802535451d4e253ad"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-2b9c589fb2354bd93067644d2c3d2c058d4c4cc9","eu-tr-61954192201-58"]}} -{"id":"ec-meeting-2021-03-02-06a2087b59977f799a4fd32117346e8286dcfb6c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-02 - Cabinet of Commissioner Virginijus Sinkevičius x European Associations of Fish Processors and European Federation of National Organisations of Fish Importers and Exporters"],"date":["2021-03-02"],"summary":["Exchange views on the role and the future of trade for the fish processing industry."],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["eu-tr-713799141894-77","ec-person-ef0f66e9880a22ea8d9657bd982daf9bd74838c1"]}} -{"id":"ec-meeting-2021-03-02-164a2670f3165ba7f95c0e16d4dfd1c4425d58b8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-02 - Cabinet of Commissioner Didier Reynders x EUROPEAN TRADE UNION CONFEDERATION"],"date":["2021-03-02"],"summary":["Sustainable Corporate Governance"],"notes":["Portfolio: Justice"],"location":["Video conference"],"address":["Video conference"],"addressEntity":["addr-ebc9fd5c2f372a32153cf3f4d5fb918a96b84a88"],"organizer":["ec-cabinet-commissioner-didier-of-reynders"],"involved":["ec-person-442bf1ae9900b999673cdd7389224d0e21b67d4d","ec-person-1e25399e2267734c5f4c69093d2286c8898ee9f0","eu-tr-06698681039-26"]}} -{"id":"ec-meeting-2021-03-02-3863fe07a7cfad66667831c01836a8a82ddb0c30","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-02 - Cabinet of Executive Vice-President Frans Timmermans x Friends of Europe"],"date":["2021-03-02"],"summary":["Green Deal cooperation with Africa and energy access under SDG7"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - video conference"],"address":["Brussels - video conference"],"addressEntity":["addr-d7df553e47e69d1cc9f4189b36b7c867f80459b0"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-99436366768-45","ec-person-d53e00c46a4cc62bbf533e0c9bb35bacb9121989"]}} -{"id":"ec-meeting-2021-03-02-3fe59319b0d4f2de246a254c2a00395096f5acc6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-02 - Cabinet of Executive Vice-President Frans Timmermans x FERRERO International"],"date":["2021-03-02"],"summary":["EU conduct for responsible business and marketing practices"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - video conference"],"address":["Brussels - video conference"],"addressEntity":["addr-d7df553e47e69d1cc9f4189b36b7c867f80459b0"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-04268127542-74","ec-person-33624431cbec1074e151c1707715ef46d2ba9565"]}} -{"id":"ec-meeting-2021-03-02-400c69ce701716840d15010a9727b67d015c1238","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-02 - Cabinet of Commissioner Mairead Mcguinness x Dublin Chamber of Commerce"],"date":["2021-03-02"],"summary":["CMU, sustainable finance, digital finance, Brexit"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Video Conferencing"],"address":["Video Conferencing"],"addressEntity":["addr-e3b7413b2ac93be00b6bcff51fdc1374d67118bd"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["eu-tr-205178317010-49","ec-person-2b9c589fb2354bd93067644d2c3d2c058d4c4cc9","ec-person-00f66582d8581f7480e12525027b5a1ee9b22f07"]}} -{"id":"ec-meeting-2021-03-02-504f3721e9fac968eaddc22bef08c082b836bcc8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-02 - Cabinet of Commissioner Stella Kyriakides x The European House - Ambrosetti"],"date":["2021-03-02"],"summary":["The EU’s healthcare policy in the post-pandemic landscape"],"notes":["Portfolio: Health"],"location":["Virtual Meeting"],"address":["Virtual Meeting"],"addressEntity":["addr-ed078b6749077909a1a45720507ac2da9277b8b3"],"organizer":["ec-cabinet-commissioner-kyriakides-of-stella"],"involved":["eu-tr-625244214975-24","ec-person-8c3c9f5f3b2f84138bb6ab73180e2eff94b88ec8","ec-person-c7513fae2df7920eea99d7cc103a354aa4f56b6e","ec-person-991ce64cea5178762c932ac823ea5d309e7a8d93"]}} -{"id":"ec-meeting-2021-03-02-603d522592128f87cc52e0494097204fdd2d6d5e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-02 - Cabinet of Commissioner Virginijus Sinkevičius x The Shark Trust"],"date":["2021-03-02"],"summary":["Management of Atlantic Shortfin Mako in the context of the EU & ICCAT"],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["ec-person-1443799688ae485d7a2fee5c9defab2c5b7c7e6c","eu-tr-78610009998-13","ec-person-c92a6b4ef8328855b0234011be623ed9f15c86f3"]}} -{"id":"ec-meeting-2021-03-02-676b45180f5c3a91015b4673f8f207b4f3ffe90d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-02 - Cabinet of Commissioner Jutta Urpilainen x Gavi, the Vaccine Alliance"],"date":["2021-03-02"],"summary":["COVAX"],"notes":["Portfolio: International Partnerships"],"location":["Teleconference"],"address":["Teleconference"],"addressEntity":["addr-a1b2e4eeecb1f46f3239fd2a390e2ec3f16bc2cb"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["eu-tr-078294941111-90","ec-person-6357f4506ca5351b3a822936612fd6006da48722"]}} -{"id":"ec-meeting-2021-03-02-6cde627ac8e34891922f8f2abceece26fb17d7ac","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-02 - Cabinet of Executive Vice-President Frans Timmermans x European Transport Workers' Federation"],"date":["2021-03-02"],"summary":["European Green Deal and mobility priorities"],"notes":["Portfolio: European Green Deal"],"location":["Brussels (videoconference)"],"address":["Brussels (videoconference)"],"addressEntity":["addr-843ddf9d3c6977cd8d56db6bb2154f8415263e26"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-92545571128-74","ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce","ec-person-d56ecbfde17436a136fc89c9a978b266e8285c84"]}} -{"id":"ec-meeting-2021-03-02-6e562194170b2af3d602649b38f15a0199176a2f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-02 - Cabinet of Commissioner Thierry Breton x Polymun Scientific Immunbiologische Forschung GmbH"],"date":["2021-03-02"],"summary":["Vaccine production"],"notes":["Portfolio: Internal Market"],"location":["videoconference"],"address":["videoconference"],"addressEntity":["addr-92b2fbb928e012810d80d9ef1abe12027beee200"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","eu-tr-837117941719-15"]}} -{"id":"ec-meeting-2021-03-02-79b519249115c7c2631d8ef9455dc07c3fac9801","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-02 - Cabinet of Commissioner Thierry Breton x Merck"],"date":["2021-03-02"],"summary":["Vaccine production"],"notes":["Portfolio: Internal Market"],"location":["videoconference"],"address":["videoconference"],"addressEntity":["addr-92b2fbb928e012810d80d9ef1abe12027beee200"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","eu-tr-49654992078-52"]}} -{"id":"ec-meeting-2021-03-02-7fda7f85543dd1e350aa3422f244d5e5fc57599a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-02 - Cabinet of Vice-President Dubravka Šuica x Digital Innovation Hub on Livestock, Environment, Agriculture & Forest (DIH-LEAF)"],"date":["2021-03-02"],"summary":["Introductory meeting on future collaboration"],"notes":["Portfolio: Democracy and Demography"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-dubravka-of-president-suica-vice"],"involved":["eu-tr-373746641673-17","ec-person-2ea66ac99d83c7f0ff7dfcfd7d90f9416dc22e61"]}} -{"id":"ec-meeting-2021-03-02-80bcfc4116c3a89a15d50b204a48c5055ea6a21e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-02 - Cabinet of Commissioner Virginijus Sinkevičius x VIER PFOTEN International"],"date":["2021-03-02"],"summary":["Wildlife & tigers trade"],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["ec-person-172a438ed334761e2ab5d52e551fd1bcb6ab6b8d","ec-person-9de2bdbd71a153577984a493028e19bcb8c1514f","eu-tr-69150873293-75"]}} -{"id":"ec-meeting-2021-03-02-87d11be9efeab6a3ea0830458c30897d3eda9d55","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-02 - Cabinet of Commissioner Mairead Mcguinness x Eurelectric aisbl"],"date":["2021-03-02"],"summary":["Sustainable Finance Taxonomy"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-a5441c6a69a8a94fd64e02def60fcc6567f2c1d8","eu-tr-4271427696-87"]}} -{"id":"ec-meeting-2021-03-02-a3257eae8b32364d4d70cb4547ba6966537e9f84","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-02 - Mobility and Transport x Forum Europe"],"date":["2021-03-02"],"summary":["Future of transport conference"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-dg-move"],"involved":["eu-tr-731763615450-48","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2021-03-02-a7c856e84c822aa72878b7de2bd5e40dd4ca9e7c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-02 - Cabinet of Commissioner Mairead Mcguinness x BUSINESSEUROPE"],"date":["2021-03-02"],"summary":["Guest speaker at BusinessEurope ASG Quarterly meeting - Sustainable Finance and Banking Union."],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Virtual Conference"],"address":["Virtual Conference"],"addressEntity":["addr-3540b84ff9dee1989415a1f20d2e4ef8a74c6c4b"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["eu-tr-3978240953-79","ec-person-1d2f53447b8f2d9bb3f50f7247ad40c2cf8036e4","ec-person-49e520c7a9c9c47ccb5acfa68f9416e4233af9f8"]}} -{"id":"ec-meeting-2021-03-02-aafa6206b06592fd8574c10aa687f7d775ce6e01","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-02 - Cabinet of President Ursula von der Leyen x Breakthrough Energy Catalyst Foundation"],"date":["2021-03-02"],"summary":["Prep. call for the call between the President and Bill Gates concerning Catalyst programme"],"notes":["Portfolio: President"],"location":["Brussels (Teams)"],"address":["Brussels (Teams)"],"addressEntity":["addr-9950cce930e253f44f556bb339d2a1106073cd7b"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-f2b941852d3b961d69ed695c2d243a1a2b4a1904","eu-tr-424103441763-49"]}} -{"id":"ec-meeting-2021-03-02-c353a2348bae0b94cc411be1a5924a4b4205a53e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-02 - Cabinet of Vice-President Maroš Šefčovič x KIC InnoEnergy SE"],"date":["2021-03-02"],"summary":["High Level Meeting of the European Battery Alliance"],"notes":["Portfolio: Interinstitutional Relations and Foresight"],"location":["ONLINE"],"address":["ONLINE"],"addressEntity":["addr-d508ce02935e099b36230ebc62592aae66d4cbc3"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-442becb1e681f03d9df1dc59e73ecf1336c48402","ec-person-1f95be23689cd4ed0a26fe2980f760ccf2d55c1e","eu-tr-462849021886-85"]}} -{"id":"ec-meeting-2021-03-02-c398c6fda1d96a8f3657e24cecb8ec34a4f2d020","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-02 - Cabinet of Commissioner Adina Vălean x Havenbedrijf Rotterdam NV"],"date":["2021-03-02"],"summary":["Introductory meeting to present the port of Rotterdam"],"notes":["Portfolio: Transport"],"location":["Conference call"],"address":["Conference call"],"addressEntity":["addr-28ba88479582b2f75898964548da4252dc7db7d2"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["ec-person-7f9ba99138b4fa5c698037dc7507219b1319e0a7","eu-tr-930637620172-95","ec-person-267c5ab3ea5304fc6305ef321e214c9c1cd0f78e"]}} -{"id":"ec-meeting-2021-03-02-c5cec4ea5886460af6fdd50beaa50dc7fbb64a07","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-02 - Cabinet of Commissioner Kadri Simson x Green 10"],"date":["2021-03-02"],"summary":["Energy aspects of Fit for 55, renewables and energy efficiency, with special focus on biomass."],"notes":["Portfolio: Energy"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["ec-person-9b7f5fe059e5b0b40e79e9170211aa2f02322fdb","eu-tr-70309834043-10","ec-person-d40f25b5cb5c0681854a4996da444478318f7e58","ec-person-2fb98fc84d2cf8d481688eff3d47f7745ead3592","ec-person-1995c65b8dc7f3702a8c30ed96a0144075848837"]}} -{"id":"ec-meeting-2021-03-02-ce01f2df6eb775c3ceff6971ebf4b8097dd628e9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-02 - Cabinet of Executive Vice-President Frans Timmermans x Fern"],"date":["2021-03-02"],"summary":["Discussion on Fern’s position on the future of the LULUCF regulation"],"notes":["Portfolio: European Green Deal"],"location":["video call"],"address":["video call"],"addressEntity":["addr-12d8c530d76da0b7745f9c0f9285e7eec97adc55"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-40538475090-82","ec-person-f1a3478550296f3f9accdc67d6ef5a0b681dda4b"]}} -{"id":"ec-meeting-2021-03-02-d55bfb7d97f24c7ef084379e8a83ed324deeafff","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-02 - Cabinet of Executive Vice-President Valdis Dombrovskis x Eurelectric aisbl"],"date":["2021-03-02"],"summary":["Sustainable finance taxonomy"],"notes":["Portfolio: An Economy that Works for People"],"location":["Video call"],"address":["Video call"],"addressEntity":["addr-ad60f43c3b2e61f55f8d15d2bb303f6d11ac791b"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-235870cd7eb41f2494f695fce18b5b5b88647113","eu-tr-4271427696-87"]}} -{"id":"ec-meeting-2021-03-02-d56c2f4bcf2b548577d20f6bc14065ebf954627a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-02 - Cabinet of Commissioner Thierry Breton x CureVac SE"],"date":["2021-03-02"],"summary":["Vaccine production"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","eu-tr-798772637872-28"]}} -{"id":"ec-meeting-2021-03-02-d85541a733a627bd47d75690a2c57fa99b7a7f31","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-02 - Cabinet of Commissioner Ylva Johansson x None"],"date":["2021-03-02"],"summary":["Consultation with the members of the Expert Group on the views of migrants regarding the Talent Partnerships"],"notes":["Portfolio: Home Affairs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-johansson-of-ylva"],"involved":["ec-person-31b127e72e9dd30ce85ff2b475ac65d28d7dc48d","eu-tr-19093363838-48","eu-tr-915975940683-31","eu-tr-551497840268-65","eu-tr-43750202163-43","eu-tr-294032740156-37","ec-person-1f14c98028fa6f9f43ee9cd5aef7ed77c30761a5","eu-tr-006020340285-19","eu-tr-11977456675-84","eu-tr-658398240244-88","eu-tr-697362735627-20","ec-person-eafe594fe2bcb6af27f0422c2491a9d8cf2400da","eu-tr-499948040247-83"]}} -{"id":"ec-meeting-2021-03-02-d8f74d816756816b5cba847d0c2d7925bb7bb9b8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-02 - Cabinet of Executive Vice-President Margrethe Vestager x 5Rights Foundation"],"date":["2021-03-02"],"summary":["Children’s rights in the digital space - Digital decade, Digital Services Act"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels (online)"],"address":["Brussels (online)"],"addressEntity":["addr-ef87d086df7b220ed76c9f59ee6efadfac8480c7"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0","eu-tr-373653640889-82"]}} -{"id":"ec-meeting-2021-03-02-ddb2ef1e0e64538d6e4578ce45250d8793404f98","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-02 - Cabinet of Executive Vice-President Valdis Dombrovskis x GML Limited"],"date":["2021-03-02"],"summary":["GML arbitration proceedings against the Russian Federation in 2004 under the ECT"],"notes":["Portfolio: An Economy that Works for People"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-1d8581216d9aa7f26fa098a81e84ca61e0e3f261","eu-tr-999287240896-81"]}} -{"id":"ec-meeting-2021-03-02-df12943ca78087f6236537ba7a8e47cb5232bff8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-02 - Cabinet of Commissioner Thierry Breton x Valneva"],"date":["2021-03-02"],"summary":["Vaccine production"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","eu-tr-116284040570-75"]}} -{"id":"ec-meeting-2021-03-02-e312df6b9252b054528fae171efc975741be842c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-02 - Cabinet of Commissioner Janez Lenarčič x International Federation of Red Cross and Red Crescent Societies"],"date":["2021-03-02"],"summary":["Cooperation between IFRC and the European Commission"],"notes":["Portfolio: Crisis Management"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-janez-lenarcic-of"],"involved":["ec-person-a6cd325c80698b2331699224c780ebfb10573602","eu-tr-132236315085-89"]}} -{"id":"ec-meeting-2021-03-02-ffdcba9f02e9916e084c26d6e01f566dab6e300f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-02 - Cabinet of Commissioner Mairead Mcguinness x Asociación Española de Banca"],"date":["2021-03-02"],"summary":["Basel III and Covid Response"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["virtual call"],"address":["virtual call"],"addressEntity":["addr-a6b4dd3c51b68c15a984750206b014b0ab434365"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["eu-tr-785157016077-28","ec-person-49e520c7a9c9c47ccb5acfa68f9416e4233af9f8"]}} -{"id":"ec-meeting-2021-03-03-05db295a145ad4d1f00585fd6197686b7693658d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-03 - Trade x European Policy Centre"],"date":["2021-03-03"],"summary":["Trade Policy Review"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-trade"],"involved":["eu-tr-89632641000-47","ec-person-2045c2589da3988908fcfe731e8224e7e06a7c63"]}} -{"id":"ec-meeting-2021-03-03-33d12ebfecb0cd1b36625ff26476dfc4c4f6207a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-03 - Cabinet of Commissioner Nicolas Schmit x Bayerische Motoren Werke Aktiengesellschaft MAHLE International GmbH Mercedes-Benz Group AG ZF Friedrichshafen AG TotalEnergies SE Robert Bosch GmbH"],"date":["2021-03-03"],"summary":["Roundtable with transport value chain alliance - Transformation of the automotive value chain in the context of green recovery."],"notes":["Portfolio: Jobs and Social Rights"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-66fa2c2d100ec194caa42b5c6f97c36e2748b71c","eu-tr-194094423131-36","ec-person-4cf4655ab41922e92160325d987a3c4615c72d30","eu-tr-2349218828-41","eu-tr-917204122840-28","eu-tr-7193977808-18","eu-tr-1849405799-88","eu-tr-8999533555-91"]}} -{"id":"ec-meeting-2021-03-03-3827c895611ecc7ce1ff41d5310fadf763f8aa62","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-03 - Cabinet of Commissioner Johannes Hahn x Amazon Europe Core SARL"],"date":["2021-03-03"],"summary":["Data flows"],"notes":["Portfolio: Budget and Administration"],"location":["Conference call"],"address":["Conference call"],"addressEntity":["addr-28ba88479582b2f75898964548da4252dc7db7d2"],"organizer":["ec-cabinet-commissioner-hahn-johannes-of"],"involved":["eu-tr-366117914426-10","ec-person-d1cfc2bdcd92eb0b7e7112810e03f3aff3f4af35"]}} -{"id":"ec-meeting-2021-03-03-58734a7bbeea4f99bb6a0556946c968ac8cd398b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-03 - Mobility and Transport x Airlines for Europe"],"date":["2021-03-03"],"summary":["Future of aviation"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-dg-move"],"involved":["eu-tr-807912421050-91","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2021-03-03-5ffd160f7b87b3d45384ef4530c380d49ba54ece","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-03 - Mobility and Transport x International Air Transport Association Airlines for Europe EUROPEAN BUSINESS AVIATION ASSOCIATION European Regions Airline Association Ltd. Airlines International Representation in Europe"],"date":["2021-03-03"],"summary":["SES2+"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-dg-move"],"involved":["eu-tr-1805107590-28","eu-tr-686630315059-63","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2","eu-tr-120566513356-64","eu-tr-807912421050-91","eu-tr-73491621553-11"]}} -{"id":"ec-meeting-2021-03-03-6227748832ff996479040d02c85e7f9e1d469d78","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-03 - Cabinet of Executive Vice-President Valdis Dombrovskis x Insurance Europe"],"date":["2021-03-03"],"summary":["Insurance policy"],"notes":["Portfolio: An Economy that Works for People"],"location":["video conferencing"],"address":["video conferencing"],"addressEntity":["addr-613317ccdf0c2bce8cb9f90df551697cd890eda7"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-f011ed0f7c78d833a79f1206f788e0cbd9cb8864","eu-tr-33213703459-54"]}} -{"id":"ec-meeting-2021-03-03-64f81b451439dff9737a1af9e3840a0ddee5c889","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-03 - Cabinet of Commissioner Paolo Gentiloni x Vodafone Belgium SA"],"date":["2021-03-03"],"summary":["The meeting was an exchange of views about MS’s preparation of RRPs in the digital area. Vodafone shared its view in particular on ES, PT, DE and IT."],"notes":["Portfolio: Economy"],"location":["Videoconference meeting"],"address":["Videoconference meeting"],"addressEntity":["addr-5ec8232eb3d4bfc37c2931858b7b9086348e782c"],"organizer":["ec-cabinet-commissioner-gentiloni-of-paolo"],"involved":["eu-tr-90142503473-81","ec-person-4b06e15bacabc2f754754fed3e75da338e88450b"]}} -{"id":"ec-meeting-2021-03-03-6a195ab6c3570feacbe1b320c1da06fe69eafeb3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-03 - Cabinet of Commissioner Kadri Simson x Amazon Europe Core SARL"],"date":["2021-03-03"],"summary":["Amazon's commitment to sustainability, renewable energy procurement and experience with corporate power purchase agreements and policies related to transportation electrification. Goals of the Climate Pledge and the European Green Deal."],"notes":["Portfolio: Energy"],"location":["Video conference"],"address":["Video conference"],"addressEntity":["addr-ebc9fd5c2f372a32153cf3f4d5fb918a96b84a88"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["ec-person-d40f25b5cb5c0681854a4996da444478318f7e58","eu-tr-366117914426-10","ec-person-02dcb64edd20203955d6dad9d5c0dbc71a3d7816"]}} -{"id":"ec-meeting-2021-03-03-6a7e179cc186b870c2052521605348064a05e5eb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-03 - Cabinet of Commissioner Nicolas Schmit x Institut d'études politiques de Paris (Sciences Po)"],"date":["2021-03-03"],"summary":["Intervention on social Europe in the Sciences Po course “European Seminar”."],"notes":["Portfolio: Jobs and Social Rights"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-4cf4655ab41922e92160325d987a3c4615c72d30","ec-person-c03b949331dbbe5fa3d5423758e371ec1b9b832f","eu-tr-810172132680-93"]}} -{"id":"ec-meeting-2021-03-03-70626ab68003620f56bed27d0efe6482e88cca24","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-03 - Cabinet of Commissioner Adina Vălean x Costa Group"],"date":["2021-03-03"],"summary":["Meeting to present the zero emission cruise ship."],"notes":["Portfolio: Transport"],"location":["Conference call"],"address":["Conference call"],"addressEntity":["addr-28ba88479582b2f75898964548da4252dc7db7d2"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["eu-tr-350977437809-66","ec-person-7f9ba99138b4fa5c698037dc7507219b1319e0a7"]}} -{"id":"ec-meeting-2021-03-03-7f39af42036df0d8837e40b9388f4d25f9b27bb5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-03 - Cabinet of Commissioner Jutta Urpilainen x European Centre for Development Policy Management"],"date":["2021-03-03"],"summary":["Research on multilateralism"],"notes":["Portfolio: International Partnerships"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["ec-person-7204caa5e704bc4a911fee13ad5c0f62fd74b3bc","eu-tr-738492215435-82"]}} -{"id":"ec-meeting-2021-03-03-8665ab12676cccbfdbb63eb6972273d347ac171f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-03 - Cabinet of Commissioner Adina Vălean x European Regions Airline Association Ltd."],"date":["2021-03-03"],"summary":["Introductory call to present ERA."],"notes":["Portfolio: Transport"],"location":["Conference call"],"address":["Conference call"],"addressEntity":["addr-28ba88479582b2f75898964548da4252dc7db7d2"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["ec-person-5f7f9d4d861c5b97fbd25bccf6323535d2a7ceb8","eu-tr-73491621553-11"]}} -{"id":"ec-meeting-2021-03-03-8eafba0a8c633f923a067084998aa19df5ddfc08","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-03 - Cabinet of Executive Vice-President Frans Timmermans x MAHLE International GmbH Mercedes-Benz Group AG Robert Bosch GmbH Bayerische Motoren Werke Aktiengesellschaft TotalEnergies SE Rud Pedersen Public Affairs Brussels ZF Friedrichshafen AG"],"date":["2021-03-03"],"summary":["Roundtable with transport value chain alliance - Transformation of the automotive value chain in the context of green recovery"],"notes":["Portfolio: European Green Deal"],"location":["video call"],"address":["video call"],"addressEntity":["addr-12d8c530d76da0b7745f9c0f9285e7eec97adc55"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-194094423131-36","ec-person-d56ecbfde17436a136fc89c9a978b266e8285c84","eu-tr-2349218828-41","eu-tr-917204122840-28","eu-tr-165838227131-07","eu-tr-7193977808-18","eu-tr-1849405799-88","eu-tr-8999533555-91"]}} -{"id":"ec-meeting-2021-03-03-9fa4ecce3613dfd65c7dd5f1575f0da386a4379c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-03 - Cabinet of Commissioner Janusz Wojciechowski x Re-Imagine Europa"],"date":["2021-03-03"],"summary":["Task Force Sustainable Agriculture and Innovation."],"notes":["Portfolio: Agriculture"],"location":["video phone call"],"address":["video phone call"],"addressEntity":["addr-20169d8760eb932415b38f11daea45615ba4bb37"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["ec-person-cafe030b6dad78a75143f7552c420481b30ebceb","eu-tr-931656328552-33"]}} -{"id":"ec-meeting-2021-03-03-a95d1fd8c2c8c7478a53f54982f40094ff725085","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-03 - Cabinet of Executive Vice-President Margrethe Vestager x Wirtschaftskammer Österreich"],"date":["2021-03-03"],"summary":["Post Covid-19 recovery with a focus on digital and industrial policy"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussles (online)"],"address":["Brussles (online)"],"addressEntity":["addr-469a68ac5f313e3abe1d836b23af528590c8bceb"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0","ec-person-3da433aae105b13fe027e9c9b3dcac2c97029370","eu-tr-10405322962-08","ec-person-11ba005cc4046696303381b7ca219da9b11a42bf"]}} -{"id":"ec-meeting-2021-03-03-b2d9e9f951e33f3da574ebb8badc0b23fb9d3a27","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-03 - Cabinet of Commissioner Paolo Gentiloni x ENEL SpA"],"date":["2021-03-03"],"summary":["State of play and exchange of views on Recovery and Resilience Facility (RRF)."],"notes":["Portfolio: Economy"],"location":["Videocall"],"address":["Videocall"],"addressEntity":["addr-4b20c60cbed91c52bb56613870c84a7e8fb11240"],"organizer":["ec-cabinet-commissioner-gentiloni-of-paolo"],"involved":["ec-person-5afc11966577af0bcf6f99488769b1eba37e3577","eu-tr-6256831207-27"]}} -{"id":"ec-meeting-2021-03-03-bca3eb6bc77dd3d8da42e7eef43a9ca66004b0f7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-03 - Communications Networks, Content and Technology x TIM S.p.A."],"date":["2021-03-03"],"summary":["Cloud and Connectivity (virtual meeting)"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-078655018381-34","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2021-03-03-d5a15393e6de8a67b6b739004c7c217b0baaa7d2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-03 - Cabinet of Executive Vice-President Valdis Dombrovskis x CIRFS: European Man-made Fibres Association"],"date":["2021-03-03"],"summary":["- presentation of the EU-industry of man-made fibres\r\n- overcapacities \r\n- impact of the EU's Green Deal on the industry"],"notes":["Portfolio: An Economy that Works for People"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-7e9813c16d805ee7ebea3ef6444f384bc32abaaa","eu-tr-401973428940-48"]}} -{"id":"ec-meeting-2021-03-04-1cadb7a21d568548537d03f9d7c8cd742c0d022a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-04 - Competition x Bpifrance"],"date":["2021-03-04"],"summary":["Conditions for granting support to undertakings after 2021"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-comp"],"involved":["eu-tr-950921712127-74","ec-person-f257bc19c568ad25083c1c1e1651426245cefedf"]}} -{"id":"ec-meeting-2021-03-04-2dbba49325fd2b52eb0a4d9baa31b1dfd824ae66","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-04 - Cabinet of Commissioner Mairead Mcguinness x Boury, Tallon & Associés"],"date":["2021-03-04"],"summary":["Presentation Courtage en assurances"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-0ba9b89127b39af6a66f2fc3ed727332f1b19a34","eu-tr-746643641132-87","ec-person-49e520c7a9c9c47ccb5acfa68f9416e4233af9f8"]}} -{"id":"ec-meeting-2021-03-04-3030bcc2a350f6d599ad292c6d326da200697d54","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-04 - Cabinet of Vice-President Věra Jourová x Evropské hodnoty z.s."],"date":["2021-03-04"],"summary":["Disinformation"],"notes":["Portfolio: Values and Transparency"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["ec-person-fb258e0188a5319bfaba3161382db43f5a85851f","eu-tr-865248235369-40"]}} -{"id":"ec-meeting-2021-03-04-36cad87908b432517283b39f375bdb71fdb181ff","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-04 - Cabinet of Commissioner Adina Vălean x Airbus"],"date":["2021-03-04"],"summary":["Meeting to discuss the latest developments on recovery for aviation."],"notes":["Portfolio: Transport"],"location":["Conference call"],"address":["Conference call"],"addressEntity":["addr-28ba88479582b2f75898964548da4252dc7db7d2"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["ec-person-5f7f9d4d861c5b97fbd25bccf6323535d2a7ceb8","eu-tr-2732167674-76","ec-person-cc0354fbf386eb83f57c00ad5240f1dddeeabab4"]}} -{"id":"ec-meeting-2021-03-04-55b791c8b3152845013f0aaae3d8bbba551286a6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-04 - Environment x CEMBUREAU - The European Cement Association"],"date":["2021-03-04"],"summary":["points of discussion: \r\ncircular economy\r\nsustainable built environment\r\nBiodiversity\r\nAir quality"],"location":["Video meeting"],"address":["Video meeting"],"addressEntity":["addr-762dc9b5648e05f3894b6f2597baa8254e5414db"],"organizer":["ec-dg-env"],"involved":["ec-person-f9559d68da38935569ff0be1cadd90e05f0454bd","eu-tr-93987316076-63"]}} -{"id":"ec-meeting-2021-03-04-55f041b656e0b846bdcc0425954a64fd2b3bcde4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-04 - Trade x BUSINESSEUROPE"],"date":["2021-03-04"],"summary":["EU Trade relations, US, UK, China."],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-trade"],"involved":["ec-person-2045c2589da3988908fcfe731e8224e7e06a7c63","eu-tr-3978240953-79"]}} -{"id":"ec-meeting-2021-03-04-5a2bd8eb0b5afa609ba8961598482ce43a40673a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-04 - Cabinet of Executive Vice-President Frans Timmermans x International Federation of Industrial Energy Consumers"],"date":["2021-03-04"],"summary":["Discussion on regulatory barrier for the deployment of CCU and CCS"],"notes":["Portfolio: European Green Deal"],"location":["video call"],"address":["video call"],"addressEntity":["addr-12d8c530d76da0b7745f9c0f9285e7eec97adc55"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-1978775156-31","ec-person-f1a3478550296f3f9accdc67d6ef5a0b681dda4b"]}} -{"id":"ec-meeting-2021-03-04-634b5798602847ee750e5eb6c5bec5fa55d70696","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-04 - Cabinet of President Ursula von der Leyen x Schwarz Unternehmenskommunikation International GmbH"],"date":["2021-03-04"],"summary":["Voice Assistance & the future of retail"],"notes":["Portfolio: President"],"location":["Brussels (Teams)"],"address":["Brussels (Teams)"],"addressEntity":["addr-9950cce930e253f44f556bb339d2a1106073cd7b"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-7019713e72781afb1f3b19032c4752a314b78180","eu-tr-383658039791-39"]}} -{"id":"ec-meeting-2021-03-04-68780ce0cce9a7dceee3d698ea939c90803ab8b3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-04 - Cabinet of Commissioner Mariya Gabriel x Reaktor Group"],"date":["2021-03-04"],"summary":["Digital Education Action Plan"],"notes":["Portfolio: Innovation and Youth"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["ec-person-1674399a793e9e6fd7cf55b525515fc862fc9351","eu-tr-153381241792-58"]}} -{"id":"ec-meeting-2021-03-04-9ce9e18209a8495a9593ed17fc200dafe3fb17a7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-04 - Cabinet of Commissioner Adina Vălean x UIRR, International Union for Road-Rail Combined Transport"],"date":["2021-03-04"],"summary":["Meeting to discuss the latest developments of the EYR, the SSMS and the TEN-T guidelines"],"notes":["Portfolio: Transport"],"location":["Conference call"],"address":["Conference call"],"addressEntity":["addr-28ba88479582b2f75898964548da4252dc7db7d2"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["eu-tr-49307536642-11","ec-person-6e21d867543ef3b910e746c319cb048abd054702"]}} -{"id":"ec-meeting-2021-03-04-ab44bc66cc7db51eeff74ef7596a16e919c22aad","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-04 - Cabinet of Commissioner Kadri Simson x SGI Europe"],"date":["2021-03-04"],"summary":["To present their position papers on the recent consultation of the European Commission on the Renewable Energy Directive II and the Energy Efficiency Directive."],"notes":["Portfolio: Energy"],"location":["Video conference"],"address":["Video conference"],"addressEntity":["addr-ebc9fd5c2f372a32153cf3f4d5fb918a96b84a88"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["ec-person-9b7f5fe059e5b0b40e79e9170211aa2f02322fdb","ec-person-d40f25b5cb5c0681854a4996da444478318f7e58","eu-tr-59513031434-92"]}} -{"id":"ec-meeting-2021-03-04-b1c3aa37549a6c1bceb7fd69d4e39d18e451dbea","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-04 - Cabinet of President Ursula von der Leyen x International Union for Conservation of Nature EU Representative Office"],"date":["2021-03-04"],"summary":["Green deal implementation"],"notes":["Portfolio: President"],"location":["Brussels (Teams)"],"address":["Brussels (Teams)"],"addressEntity":["addr-9950cce930e253f44f556bb339d2a1106073cd7b"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-f2b941852d3b961d69ed695c2d243a1a2b4a1904","eu-tr-03518238467-61"]}} -{"id":"ec-meeting-2021-03-04-bb2a82afb97fa373d49bd8224bc7e7ee8b040ae8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-04 - Cabinet of Vice-President Věra Jourová x Reporters sans frontières"],"date":["2021-03-04"],"summary":["Developments media situation in HU, PL, SL"],"notes":["Portfolio: Values and Transparency"],"location":["call"],"address":["call"],"addressEntity":["addr-bc8d8647b02deea0ab3e715c220d041ee78cc19d"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["ec-person-aa83f35da599b82e4f15da018f4b3447eb648f7c","eu-tr-612547127497-45"]}} -{"id":"ec-meeting-2021-03-04-bf458839f1b124652b75328ff4d519702da43b15","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-04 - Cabinet of Executive Vice-President Valdis Dombrovskis x Stellantis"],"date":["2021-03-04"],"summary":["Steel safeguards"],"notes":["Portfolio: An Economy that Works for People"],"location":["video-conference"],"address":["video-conference"],"addressEntity":["addr-8736c288a4bc51ee27ef4ed41e652409a37e60d1"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-25f4019e9babab3840cf9d6dbf9cb6994f2104fb","eu-tr-986044541551-20"]}} -{"id":"ec-meeting-2021-03-04-c13d1f61f91daf0a3333814ea40e5c9c228fd398","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-04 - Internal Market, Industry, Entrepreneurship and SMEs x EuropaBio"],"date":["2021-03-04"],"summary":["New Europa Bio Director-General Dr. Claire Skentelbery, and new Chair of the Board Andrew Topen, wish to introduce themselves to Director-General Kerstin Jorna and hear DG GROW’s priorities, to see where EuropaBio could potentially assist."],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-grow"],"involved":["ec-person-0151c7e554d188fffc509ad636b7d1a84c5dfcd5","eu-tr-1298286943-59"]}} -{"id":"ec-meeting-2021-03-04-c2d204c9bbabc093c58a46f4520131c8af7cc85f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-04 - Mobility and Transport x Gas Distributors for Sustainability NGVA Europe European Biogas Association"],"date":["2021-03-04"],"summary":["Sustainable and Smart Mobility Strategy"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-dg-move"],"involved":["eu-tr-18191445640-83","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2","eu-tr-382692732615-35","eu-tr-1119946481-54"]}} -{"id":"ec-meeting-2021-03-04-e72c2e7fa82d7d45b8c0d5a0b006ed2eef175217","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-04 - Cabinet of Commissioner Mariya Gabriel x General Electric Company"],"date":["2021-03-04"],"summary":["Recovery and Sustainable flights"],"notes":["Portfolio: Innovation and Youth"],"location":["Videoconferencing"],"address":["Videoconferencing"],"addressEntity":["addr-6a073cb5f40659cdadea9f99cd4af4fd631dabcf"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["ec-person-1674399a793e9e6fd7cf55b525515fc862fc9351","eu-tr-4016736872-59"]}} -{"id":"ec-meeting-2021-03-04-fc5e3614e964f8e6175441e96e797cfc99822684","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-04 - Cabinet of Executive Vice-President Frans Timmermans x Vereniging Circulair Friesland"],"date":["2021-03-04"],"summary":["speech on the european Green Deal at the event Circulair Café Friesland"],"notes":["Portfolio: European Green Deal"],"location":["Brussels (videoconference)"],"address":["Brussels (videoconference)"],"addressEntity":["addr-843ddf9d3c6977cd8d56db6bb2154f8415263e26"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-889340641963-80","ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce"]}} -{"id":"ec-meeting-2021-03-05-08727febd7c7400a6af11e7453ff1ff47250f354","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-05 - Legal Service x Académie de l'Air et de l'Espace"],"date":["2021-03-05"],"summary":["Questions juridiques concernant l'Aviation et l'Espace"],"location":["Virtual meeting"],"address":["Virtual meeting"],"addressEntity":["addr-1f1f3f51a4da31a1ea5c1b4b21cbf52ad983224f"],"organizer":["ec-dg-sj"],"involved":["ec-person-c7525eb4b356e4e8e4634178554e72bf53d99301","eu-tr-743458640202-64"]}} -{"id":"ec-meeting-2021-03-05-0be7378d21d6ffcd56c8bd55416c5bf36cbdaf6a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-05 - Cabinet of Commissioner Paolo Gentiloni x Fédération bancaire française"],"date":["2021-03-05"],"summary":["Basel implementation"],"notes":["Portfolio: Economy"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-cabinet-commissioner-gentiloni-of-paolo"],"involved":["ec-person-8da36db391ed53f362d495cd564ba8b45c7003e1","eu-tr-09245221105-30"]}} -{"id":"ec-meeting-2021-03-05-0e3040c4041ee6ebb0eb05ad82c22d53df7a67cb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-05 - Cabinet of Executive Vice-President Frans Timmermans x Koninklijke Philips"],"date":["2021-03-05"],"summary":["Implementation of the EU Circular Economy Action Plan"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-035366013790-68","ec-person-8af3c81534786a740718d21dc58240738a53ed7b"]}} -{"id":"ec-meeting-2021-03-05-1cd3bcad398a434445293a544d476300e94cc7be","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-05 - Cabinet of Vice-President Margaritis Schinas x EUROBANK ASSET MANAGEMENT ΜΟΝΟΠΡΟΣΩΠΗ ΑΝΩΝΥΜΗ ΕΤΑΙΡΕΙΑ ΔΙΑΧΕΙΡΙΣΗΣ ΑΜΟΙΒΑΙΩΝ ΚΕΦΑΛΑΙΩΝ"],"date":["2021-03-05"],"summary":["Recovery Plan and Banking Union"],"notes":["Portfolio: Promoting the European Way of Life"],"location":["Athens - Greece"],"address":["Athens - Greece"],"addressEntity":["addr-f0cb1130cdcdfc89a650831d8cd4c88e0f1fa9c7"],"organizer":["ec-cabinet-margaritis-of-president-schinas-vice"],"involved":["ec-person-d5cada2a1a17537a675985af31e5ce07ae3bfd42","eu-tr-198908239767-32"]}} -{"id":"ec-meeting-2021-03-05-25d55f9e859f27831dade451c73b456a7566ba20","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-05 - Cabinet of Commissioner Stella Kyriakides x BUSINESSEUROPE European Federation of Pharmaceutical Industries and Associations MEDICINES FOR EUROPE"],"date":["2021-03-05"],"summary":["VC Meeting discussion on COVID-19 vaccines export authorisation scheme."],"notes":["Portfolio: Health"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-kyriakides-of-stella"],"involved":["eu-tr-38526121292-88","eu-tr-48325781850-28","eu-tr-3978240953-79","ec-person-c7513fae2df7920eea99d7cc103a354aa4f56b6e"]}} -{"id":"ec-meeting-2021-03-05-551624ca3fd6f631e7190832ba65451dc2026e9b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-05 - Cabinet of Commissioner Adina Vălean x European Community Shipowners' Associations"],"date":["2021-03-05"],"summary":["Meeting to prepare the future meeting between our Commissioner and ECSA Board."],"notes":["Portfolio: Transport"],"location":["Conference call"],"address":["Conference call"],"addressEntity":["addr-28ba88479582b2f75898964548da4252dc7db7d2"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["ec-person-7f9ba99138b4fa5c698037dc7507219b1319e0a7","eu-tr-59004966537-01"]}} -{"id":"ec-meeting-2021-03-05-64f296386871585aa519f99ec2e8f921b51718dd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-05 - Cabinet of Commissioner Virginijus Sinkevičius x REWE ZENTRALFINANZ eG"],"date":["2021-03-05"],"summary":["To discuss REWE proposal inspired by IUU carding system, on fostering the respect of human rights and environmental requirements in the framework of the upcoming legislative initiative on the Sustainable Corporate Governance."],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["eu-tr-695563913580-18","ec-person-dd7a7b1952e158f4195d34cff333ec79a4f48ba3","ec-person-1443799688ae485d7a2fee5c9defab2c5b7c7e6c"]}} -{"id":"ec-meeting-2021-03-05-671e2fd9736fe89539c7d83a32ffb464ad6d8e6b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-05 - Cabinet of Commissioner Nicolas Schmit x None"],"date":["2021-03-05"],"summary":["Intervention in a roundtable event “Stand up for the Social Pillar” on the European Pillar of Social Rights Action Plan and the road to the Porto Social Summit."],"notes":["Portfolio: Jobs and Social Rights"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-4cf4655ab41922e92160325d987a3c4615c72d30","eu-tr-06698681039-26","eu-tr-774917716472-20","eu-tr-85083981189-35","eu-tr-739159434916-75","ec-person-c2208333f0f75350eef62b355a40bf856f2d9cef","ec-person-c03b949331dbbe5fa3d5423758e371ec1b9b832f"]}} -{"id":"ec-meeting-2021-03-05-73e9e3cd6bdefd9811627fa5f4ebce10abd0cda3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-05 - Cabinet of Commissioner Adina Vălean x International Air Transport Association"],"date":["2021-03-05"],"summary":["Introductory call by the new EU affairs Manager of IATA."],"notes":["Portfolio: Transport"],"location":["Conference call"],"address":["Conference call"],"addressEntity":["addr-28ba88479582b2f75898964548da4252dc7db7d2"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["ec-person-5f7f9d4d861c5b97fbd25bccf6323535d2a7ceb8","ec-person-fc3be846753d8ee60758ebedb7309dcf08aea52e","eu-tr-1805107590-28","ec-person-cc0354fbf386eb83f57c00ad5240f1dddeeabab4"]}} -{"id":"ec-meeting-2021-03-05-90cb0575e2d9db98bf35a2fdb63b5dbc5ba4ab4b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-05 - Cabinet of Commissioner Mairead Mcguinness x Banco Santander, S.A."],"date":["2021-03-05"],"summary":["Daisy Chains"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["eu-tr-799142914971-03","ec-person-49e520c7a9c9c47ccb5acfa68f9416e4233af9f8"]}} -{"id":"ec-meeting-2021-03-05-a15ff4900cd6d5a5a860b8d8a4377621feba536b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-05 - Cabinet of Commissioner Mairead Mcguinness x NASDAQ"],"date":["2021-03-05"],"summary":["MiFID II/Market Structure/consolidated tape"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["eu-tr-76648765687-29","ec-person-0ba9b89127b39af6a66f2fc3ed727332f1b19a34"]}} -{"id":"ec-meeting-2021-03-05-d0c9fc1c9420894f51a5e08e966465cc83a65e8d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-05 - Cabinet of Commissioner Mairead Mcguinness x European Round Table for Industry"],"date":["2021-03-05"],"summary":["Sustainable Finance\r\n\r\nTaxonomy."],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Video conferencing"],"address":["Video conferencing"],"addressEntity":["addr-4a260fcbdf035aeae48bfb811f1225b05f636185"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-2b9c589fb2354bd93067644d2c3d2c058d4c4cc9","ec-person-a5441c6a69a8a94fd64e02def60fcc6567f2c1d8","eu-tr-25487567824-45"]}} -{"id":"ec-meeting-2021-03-08-03d9494f08ec2639aa4eaa93b7bab607a83058f4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-08 - Cabinet of Vice-President Věra Jourová x EUROS / AGENCY GROUP"],"date":["2021-03-08"],"summary":["Media freedom and pluralism"],"notes":["Portfolio: Values and Transparency"],"location":["call"],"address":["call"],"addressEntity":["addr-bc8d8647b02deea0ab3e715c220d041ee78cc19d"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["ec-person-aa83f35da599b82e4f15da018f4b3447eb648f7c","eu-tr-57468837764-43"]}} -{"id":"ec-meeting-2021-03-08-1a6923b24a2daef5d9532b4e60b293b2d857b569","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-08 - Cabinet of Executive Vice-President Frans Timmermans x IHS Markit"],"date":["2021-03-08"],"summary":["Implementation of EU Circular Economy Action Plan and plastics recycling"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-28748136794-46","ec-person-8af3c81534786a740718d21dc58240738a53ed7b"]}} -{"id":"ec-meeting-2021-03-08-26b75b6a0c69373b0d38086f065beb321707b2ae","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-08 - Cabinet of Commissioner Mairead Mcguinness x European Third Party Providers Association"],"date":["2021-03-08"],"summary":["Payment Services."],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Video Conferencing"],"address":["Video Conferencing"],"addressEntity":["addr-e3b7413b2ac93be00b6bcff51fdc1374d67118bd"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-2b9c589fb2354bd93067644d2c3d2c058d4c4cc9","eu-tr-990847335232-73"]}} -{"id":"ec-meeting-2021-03-08-295e7261e518c1241f116184d075045660a1b3ee","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-08 - Cabinet of President Ursula von der Leyen x Global Citizen"],"date":["2021-03-08"],"summary":["Global Health Summit"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["eu-tr-211392938041-28","ec-person-a15f450526451c70384a05ea9a3a7400ba2d3e7e"]}} -{"id":"ec-meeting-2021-03-08-2e56cd39ef8b6c21c0a9c5f2a36f738ec2b674cf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-08 - Cabinet of Commissioner Nicolas Schmit x European Federation for Family Employment - Fédération européenne des emplois de la famille"],"date":["2021-03-08"],"summary":["European Pillar of Social Rights"],"notes":["Portfolio: Jobs and Social Rights"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-c2208333f0f75350eef62b355a40bf856f2d9cef","eu-tr-716909919073-32"]}} -{"id":"ec-meeting-2021-03-08-3d17bc6b4cf565d15c5c3a095f1b517df9401d77","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-08 - Cabinet of Commissioner Mairead Mcguinness x E.ON SE"],"date":["2021-03-08"],"summary":["Sustainable finance & taxonomy"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-a5441c6a69a8a94fd64e02def60fcc6567f2c1d8","eu-tr-72760517350-57"]}} -{"id":"ec-meeting-2021-03-08-4c81841897d99ca3286645c37ae55e695b6fc0e2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-08 - Cabinet of Executive Vice-President Frans Timmermans x Airlines for Europe"],"date":["2021-03-08"],"summary":["Presentation of the report Destination 2050, a roadmap to net-zero CO2 emissions from aviation by 2050, by the authors"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-807912421050-91","ec-person-f1a3478550296f3f9accdc67d6ef5a0b681dda4b"]}} -{"id":"ec-meeting-2021-03-08-50ec02e52560cab4ffce537d8a9657803408d738","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-08 - Cabinet of Commissioner Mairead Mcguinness x European Retail Financial Forum"],"date":["2021-03-08"],"summary":["Financial Literacy"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["eu-tr-976662735605-10","ec-person-0ba9b89127b39af6a66f2fc3ed727332f1b19a34","ec-person-3a66109f0585c657edbe69190faa41919b50e05f"]}} -{"id":"ec-meeting-2021-03-08-58cce82d81e644c1c1d9c8a7c6a4c277b939739e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-08 - Cabinet of Executive Vice-President Valdis Dombrovskis x European Union Chamber of Commerce in China"],"date":["2021-03-08"],"summary":["CAI, Decoupling report by the EUCCC"],"notes":["Portfolio: An Economy that Works for People"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["eu-tr-592343015058-67","ec-person-9e7bd1005456277f156b671d1555c6a460fb2f58"]}} -{"id":"ec-meeting-2021-03-08-64cd3888dc6ad16c47e08a6fe65ae27bcec46600","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-08 - Cabinet of Commissioner Stella Kyriakides x SOSTE Suomen sosiaali ja terveys ry"],"date":["2021-03-08"],"summary":["VC: Webinar on the European Health Union - speech and exchange of views"],"notes":["Portfolio: Health"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-kyriakides-of-stella"],"involved":["ec-person-ba73927c33000184cab3f41a76e1b32fe7d7eda8","eu-tr-644561136470-84"]}} -{"id":"ec-meeting-2021-03-08-6c26df4f7e54a96e6e21c399583d66283a0735c7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-08 - Cabinet of Commissioner Didier Reynders x ECTAA, Group of National Travel Agents' and Tour Operators' Associations within the EU"],"date":["2021-03-08"],"summary":["consumer protection and the application of the Package Travel Directive (PTD); exchange of views and update by ECTAA on the current situation for travel agents; possible solutions to prevent further damage to their businesses."],"notes":["Portfolio: Justice"],"location":["video conferencing"],"address":["video conferencing"],"addressEntity":["addr-613317ccdf0c2bce8cb9f90df551697cd890eda7"],"organizer":["ec-cabinet-commissioner-didier-of-reynders"],"involved":["eu-tr-88072891086-36","ec-person-4cd0043747c40cfeaced5e4c68e43372cdb8dac9"]}} -{"id":"ec-meeting-2021-03-08-707138f06c4c7d1fd59cc6d7c2f668c63e2cf289","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-08 - Cabinet of Commissioner Mariya Gabriel x Universität Stuttgart"],"date":["2021-03-08"],"summary":["New European Bauhaus"],"notes":["Portfolio: Innovation and Youth"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-048350822718-31","ec-person-1674399a793e9e6fd7cf55b525515fc862fc9351"]}} -{"id":"ec-meeting-2021-03-08-8335f58e93f3c862e19ec11a235dfbec960f86fd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-08 - Cabinet of Commissioner Virginijus Sinkevičius x IHS Markit"],"date":["2021-03-08"],"summary":["Implementation of EU Circular Economy Action Plan and plastics recycling"],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["eu-tr-28748136794-46","ec-person-a58f1d06f5cb1d8dfd278e0c36d5aa1b9368b270"]}} -{"id":"ec-meeting-2021-03-08-a37c740a217894836b408b7039905f9251367ae6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-08 - Cabinet of Executive Vice-President Frans Timmermans x Vattenfall Statkraft AS Fortum Oyj"],"date":["2021-03-08"],"summary":["Exchange views on the upcoming initiatives under the Fit for 55 package"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-03501997362-71","eu-tr-12955024114-93","ec-person-f1a3478550296f3f9accdc67d6ef5a0b681dda4b","eu-tr-96327066302-56"]}} -{"id":"ec-meeting-2021-03-08-acaf61dcc533fe300200f6791aee17a84b2f360c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-08 - Cabinet of Commissioner Mairead Mcguinness x NGVA Europe European Biogas Association Gas Distributors for Sustainability"],"date":["2021-03-08"],"summary":["EU taxonomy, draft delegated act"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["eu-tr-18191445640-83","ec-person-a5441c6a69a8a94fd64e02def60fcc6567f2c1d8","eu-tr-382692732615-35","eu-tr-1119946481-54"]}} -{"id":"ec-meeting-2021-03-08-c6a8f7abd5c643581271b2f4d51b1e835f1dbbd9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-08 - Cabinet of Commissioner Nicolas Schmit x None"],"date":["2021-03-08"],"summary":["Meeting on minimum wages."],"notes":["Portfolio: Jobs and Social Rights"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-8eb18b6102d444937bc6af5822a6742812165b48","ec-person-4cf4655ab41922e92160325d987a3c4615c72d30","eu-tr-769812125327-28","eu-tr-33130841043-14","eu-tr-07595112423-87","eu-tr-508695011366-29","eu-tr-06698681039-26","eu-tr-299273613885-27","eu-tr-521878025223-22","eu-tr-844603627356-46","eu-tr-622307424816-11","ec-person-c03b949331dbbe5fa3d5423758e371ec1b9b832f"]}} -{"id":"ec-meeting-2021-03-08-d4abfe305a1b6ff531f2124ca5e699a5577bb5b2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-08 - Cabinet of Executive Vice-President Valdis Dombrovskis x Global Witness"],"date":["2021-03-08"],"summary":["Due diligence"],"notes":["Portfolio: An Economy that Works for People"],"location":["Video call"],"address":["Video call"],"addressEntity":["addr-ad60f43c3b2e61f55f8d15d2bb303f6d11ac791b"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-235870cd7eb41f2494f695fce18b5b5b88647113","eu-tr-10439809375-73"]}} -{"id":"ec-meeting-2021-03-08-d5bf1b84a9595ff8fd4c9915435a90b258ef40ef","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-08 - Cabinet of Commissioner Mairead Mcguinness x European Federation of Investors and Financial Services Users"],"date":["2021-03-08"],"summary":["Retail investment/CMU/MiFID II"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["eu-tr-24633926420-79","ec-person-0ba9b89127b39af6a66f2fc3ed727332f1b19a34"]}} -{"id":"ec-meeting-2021-03-08-f2e8df31a307d02a30a0bdd1df661a5c1d50a2ac","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-08 - Cabinet of Commissioner Jutta Urpilainen x Vodafone Belgium SA"],"date":["2021-03-08"],"summary":["Digital cooperation in Africa"],"notes":["Portfolio: International Partnerships"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["eu-tr-90142503473-81","ec-person-b5a90dd5ba1c715a3e7923281f7a6ae9975796d8"]}} -{"id":"ec-meeting-2021-03-08-f6a07fe666dacfd5590364e6e1c8a127a5eddeec","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-08 - Cabinet of Commissioner Nicolas Schmit x Confédération des Petites et Moyennes Entreprises"],"date":["2021-03-08"],"summary":["Proposal for a directive on adequate minimum wages in the EU"],"notes":["Portfolio: Jobs and Social Rights"],"location":["online"],"address":["online"],"addressEntity":["addr-2dbc2fd2358e1ea1b7a6bc08ea647b9a337ac92d"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["eu-tr-74081206759-11","ec-person-8eb18b6102d444937bc6af5822a6742812165b48"]}} -{"id":"ec-meeting-2021-03-09-045dfe686636f8907adcef734b3d22671aa7ea24","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-09 - Cabinet of Executive Vice-President Margrethe Vestager x Infineon Technologies AG"],"date":["2021-03-09"],"summary":["Semiconductors - 2030 Digital Compass Communication"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels (online)"],"address":["Brussels (online)"],"addressEntity":["addr-ef87d086df7b220ed76c9f59ee6efadfac8480c7"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0","eu-tr-10751968675-85"]}} -{"id":"ec-meeting-2021-03-09-19cb9db88dee3282e623769f8ae01214431c5e63","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-09 - Cabinet of Executive Vice-President Frans Timmermans x CLAI PLUG POWER EUROPE"],"date":["2021-03-09"],"summary":["Discussion on Hydrogen Policy in Europe"],"notes":["Portfolio: European Green Deal"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-d56ecbfde17436a136fc89c9a978b266e8285c84","ec-person-9eafbf4a92961023c7df3ab389ae6d4301dec4bf","eu-tr-078020541941-10","ec-person-d53e00c46a4cc62bbf533e0c9bb35bacb9121989","eu-tr-201760041354-79"]}} -{"id":"ec-meeting-2021-03-09-20eaf246e748b6c074a5ad6008608433ba58cf0b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-09 - Cabinet of Executive Vice-President Margrethe Vestager x Google"],"date":["2021-03-09"],"summary":["DSA, DMA, AI"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels (online)"],"address":["Brussels (online)"],"addressEntity":["addr-ef87d086df7b220ed76c9f59ee6efadfac8480c7"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-03181945560-59","ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0","ec-person-73fb1ddd279f8c6697a055567a2c09606006b875"]}} -{"id":"ec-meeting-2021-03-09-274e37ce1f7d54ee11d0aad4696c936ce6c1dd35","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-09 - Cabinet of Commissioner Thierry Breton x Seqens"],"date":["2021-03-09"],"summary":["pharmaceutical strategy, pharmaceutical supply chain resilience, production of APIs"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-026c2270ec4cbabdb8ac223b2d1fa4202696dc8d","eu-tr-319678841662-05"]}} -{"id":"ec-meeting-2021-03-09-2a843ad549807cd6691fd2bb57b81ad10931bd92","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-09 - Cabinet of President Ursula von der Leyen x Wirtschaftskammer Österreich"],"date":["2021-03-09"],"summary":["Digital green certificates\r\nAustrian post Covid-19 recovery and RRP\r\nSustainable finance and taxonomy\r\nIndustrial strategy and the role of SMEs"],"notes":["Portfolio: President"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-a159f03add374257584565c2b05cc5539a7526e6","eu-tr-10405322962-08"]}} -{"id":"ec-meeting-2021-03-09-332c128c3ae411069a7a921a94931cbaa2f21ec7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-09 - Cabinet of Executive Vice-President Margrethe Vestager x Avanci, LLC"],"date":["2021-03-09"],"summary":["IP Action plan"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels (online)"],"address":["Brussels (online)"],"addressEntity":["addr-ef87d086df7b220ed76c9f59ee6efadfac8480c7"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-bb1f295d8be3d10004d7e5fd7c24248a21215775","eu-tr-783672324981-52"]}} -{"id":"ec-meeting-2021-03-09-3412a6c400935177153c940da51a71304daf5709","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-09 - Directorate-General for International Partnerships x European Development Finance Institutions"],"date":["2021-03-09"],"summary":["Discussion with the EDFI Task Force on EU Partnership for a better collaboration."],"location":["online"],"address":["online"],"addressEntity":["addr-2dbc2fd2358e1ea1b7a6bc08ea647b9a337ac92d"],"organizer":["ec-dg-intpa"],"involved":["eu-tr-410540760-32","ec-person-afe6f55069d2cc5483157e138e41abd63140fdd8"]}} -{"id":"ec-meeting-2021-03-09-4e1540277fd68bd64aa1c0e785792ebb110aa960","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-09 - Cabinet of Commissioner Elisa Ferreira x Ericsson"],"date":["2021-03-09"],"summary":["Digital connectivity everywhere in the EU"],"notes":["Portfolio: Cohesion and Reforms"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-elisa-ferreira-of"],"involved":["ec-person-4121b3832a3dd4ec5d2c50f26f7003d3bada6d20","eu-tr-02021363105-42"]}} -{"id":"ec-meeting-2021-03-09-5650845c004f2bc80091cbc9be6d5a0d75b7f28b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-09 - Joint Research Centre x Microsoft Corporation"],"date":["2021-03-09"],"summary":["Introductory exchange of views"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-jrc"],"involved":["eu-tr-0801162959-21","ec-person-8e67d247a5ad86c12a9d387f95f3271fa036cfb7"]}} -{"id":"ec-meeting-2021-03-09-6e3004ea1e8af2a50b03c49c7bb1b05cef1749f8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-09 - Cabinet of Commissioner Mairead Mcguinness x European Community Shipowners' Associations"],"date":["2021-03-09"],"summary":["Taxonomy draft delegated act"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-a5441c6a69a8a94fd64e02def60fcc6567f2c1d8","eu-tr-59004966537-01"]}} -{"id":"ec-meeting-2021-03-09-70e2c501dc1aa1f1a7b663f633a05111531cb772","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-09 - Cabinet of Commissioner Paolo Gentiloni x European Tax Adviser Federation"],"date":["2021-03-09"],"summary":["digital taxation"],"notes":["Portfolio: Economy"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-cabinet-commissioner-gentiloni-of-paolo"],"involved":["eu-tr-760084520382-92","ec-person-404d55367ba0dadec989b6dc2eab96ef2abd96af"]}} -{"id":"ec-meeting-2021-03-09-7fda7f85543dd1e350aa3422f244d5e5fc57599a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-09 - Cabinet of Vice-President Dubravka Šuica x Digital Innovation Hub on Livestock, Environment, Agriculture & Forest (DIH-LEAF)"],"date":["2021-03-09"],"summary":["Meeting on the online launch event of the first European Innovation Hub focusing on rural areas and participation of the VP Šuica"],"notes":["Portfolio: Democracy and Demography"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-dubravka-of-president-suica-vice"],"involved":["eu-tr-373746641673-17","ec-person-2ea66ac99d83c7f0ff7dfcfd7d90f9416dc22e61"]}} -{"id":"ec-meeting-2021-03-09-930351832d3d50c1418d7af1738d6066a19e2b3d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-09 - Cabinet of Commissioner Thierry Breton x Bloomberg L.P."],"date":["2021-03-09"],"summary":["COVID vaccine production ramp-up"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-214140728444-40","ec-person-9cf97e549f67c3228d1478a3a67d652eb28c5b46","ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0"]}} -{"id":"ec-meeting-2021-03-09-bd78a931cf9133b3752e7c0c8efe5a7324b5844c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-09 - Cabinet of Commissioner Thierry Breton x Bill & Melinda Gates Foundation"],"date":["2021-03-09"],"summary":["EU FAB"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-026c2270ec4cbabdb8ac223b2d1fa4202696dc8d","eu-tr-371567915480-41"]}} -{"id":"ec-meeting-2021-03-09-d778cf309283967b8f9ed7cd38336ba87c246243","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-09 - Cabinet of Executive Vice-President Frans Timmermans x Dow Europe GmbH"],"date":["2021-03-09"],"summary":["European Green Deal and ETS"],"notes":["Portfolio: European Green Deal"],"location":["Brussels (videoconference)"],"address":["Brussels (videoconference)"],"addressEntity":["addr-843ddf9d3c6977cd8d56db6bb2154f8415263e26"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce","ec-person-f1a3478550296f3f9accdc67d6ef5a0b681dda4b","eu-tr-38235121060-73"]}} -{"id":"ec-meeting-2021-03-09-e0f142ab4ec07a95296d1b78081da8f5b03ba169","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-09 - Justice and Consumers x Deloitte Tax & Consulting"],"date":["2021-03-09"],"summary":["Discussion on four legislative initiatives: work life balance, women on boards, gender pay-gap and violence against women"],"location":["Brussels (Teams)"],"address":["Brussels (Teams)"],"addressEntity":["addr-9950cce930e253f44f556bb339d2a1106073cd7b"],"organizer":["ec-dg-just"],"involved":["eu-tr-622565933188-30","ec-person-64fe91130a710e9441279ace59821186f8ef52c4"]}} -{"id":"ec-meeting-2021-03-09-e965a6973d3d949b10c04ff45b64f608aefb8621","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-09 - Environment x EUROCHAMBRES – Association of European Chambers of Commerce and Industry"],"date":["2021-03-09"],"summary":["environment and sustainability agenda of the European Commission"],"location":["Video meeting"],"address":["Video meeting"],"addressEntity":["addr-762dc9b5648e05f3894b6f2597baa8254e5414db"],"organizer":["ec-dg-env"],"involved":["ec-person-f9559d68da38935569ff0be1cadd90e05f0454bd","eu-tr-0014082722-83"]}} -{"id":"ec-meeting-2021-03-09-f6d283944cdca3d3c702c7faff75df433b89299e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-09 - Cabinet of Executive Vice-President Valdis Dombrovskis x None"],"date":["2021-03-09"],"summary":["Basel III"],"notes":["Portfolio: An Economy that Works for People"],"location":["video conference"],"address":["video conference"],"addressEntity":["addr-6dc12e3c97077db82f32184f24341ce370a445fd"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["eu-tr-12112965774-95","eu-tr-80722695701-02","ec-person-235870cd7eb41f2494f695fce18b5b5b88647113","eu-tr-290136415264-17","eu-tr-799142914971-03","eu-tr-78787381113-69","eu-tr-03013154889-05","eu-tr-795654421523-14","eu-tr-927912331866-44","eu-tr-654132129361-28"]}} -{"id":"ec-meeting-2021-03-09-fe2290db5742d9f612a5343cfac350734126902b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-09 - Cabinet of Executive Vice-President Frans Timmermans x Bayer AG"],"date":["2021-03-09"],"summary":["Carbon farming"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - video conference"],"address":["Brussels - video conference"],"addressEntity":["addr-d7df553e47e69d1cc9f4189b36b7c867f80459b0"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-3523776801-85","ec-person-33624431cbec1074e151c1707715ef46d2ba9565"]}} -{"id":"ec-meeting-2021-03-10-209fd726f715fa90a5916dd8bf65c62e6c4b362b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-10 - Cabinet of Commissioner Mariya Gabriel x E-Civis Association"],"date":["2021-03-10"],"summary":["Digital education, Robotics, AI"],"notes":["Portfolio: Innovation and Youth"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["ec-person-1674399a793e9e6fd7cf55b525515fc862fc9351","eu-tr-536519641841-89"]}} -{"id":"ec-meeting-2021-03-10-2503adbec64b6b2c95b10c06b6fdf60686200a5a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-10 - Cabinet of Commissioner Virginijus Sinkevičius x Tetra Pak Group"],"date":["2021-03-10"],"summary":["European Green Deal and packaging."],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["ec-person-a58f1d06f5cb1d8dfd278e0c36d5aa1b9368b270","eu-tr-7574443768-34"]}} -{"id":"ec-meeting-2021-03-10-365a6ffedd7d3255bd6fcf456fcae5d3e6204c16","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-10 - Cabinet of Commissioner Thierry Breton x Orange"],"date":["2021-03-10"],"summary":["connectivité Europe et Afrique, projet europeen de connectivité par satellites"],"notes":["Portfolio: Internal Market"],"location":["Video call"],"address":["Video call"],"addressEntity":["addr-ad60f43c3b2e61f55f8d15d2bb303f6d11ac791b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","eu-tr-76704342721-41","ec-person-b077a2e9f0fdb3b8f6e91d0bd0b256db9e40ce46"]}} -{"id":"ec-meeting-2021-03-10-3e6f6778722fc9a386c13b2aa1b3c25fa8422d8d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-10 - Cabinet of Executive Vice-President Margrethe Vestager x Vodafone Belgium SA"],"date":["2021-03-10"],"summary":["Recovery funding & state aid rules"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels (online)"],"address":["Brussels (online)"],"addressEntity":["addr-ef87d086df7b220ed76c9f59ee6efadfac8480c7"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-bb1f295d8be3d10004d7e5fd7c24248a21215775","eu-tr-90142503473-81"]}} -{"id":"ec-meeting-2021-03-10-4c74daffb1cc3a3b389fdc6d4cb16b769feccb72","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-10 - Cabinet of Commissioner Mariya Gabriel x RHEA System S.A."],"date":["2021-03-10"],"summary":["Horizon Europe"],"notes":["Portfolio: Innovation and Youth"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["ec-person-1674399a793e9e6fd7cf55b525515fc862fc9351","eu-tr-480309935869-15"]}} -{"id":"ec-meeting-2021-03-10-518dc49bc89c520896439b0cf0b7635451e8ede3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-10 - Cabinet of Executive Vice-President Frans Timmermans x Tetra Pak Group"],"date":["2021-03-10"],"summary":["European Green Deal and packaging"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-8af3c81534786a740718d21dc58240738a53ed7b","eu-tr-7574443768-34"]}} -{"id":"ec-meeting-2021-03-10-551624ca3fd6f631e7190832ba65451dc2026e9b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-10 - Cabinet of Commissioner Adina Vălean x European Community Shipowners' Associations"],"date":["2021-03-10"],"summary":["Meeting with ECSA board to discuss the latest maritime developments."],"notes":["Portfolio: Transport"],"location":["Conference call"],"address":["Conference call"],"addressEntity":["addr-28ba88479582b2f75898964548da4252dc7db7d2"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["ec-person-7f9ba99138b4fa5c698037dc7507219b1319e0a7","eu-tr-59004966537-01","ec-person-267c5ab3ea5304fc6305ef321e214c9c1cd0f78e"]}} -{"id":"ec-meeting-2021-03-10-5ef69976877e90afb9966bd8686752860a43270b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-10 - Cabinet of Commissioner Thierry Breton x Bundesverband der Deutschen Industrie e.V."],"date":["2021-03-10"],"summary":["Industrial strategy, digital policy et public procurement"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-1771817758-48","ec-person-9cf97e549f67c3228d1478a3a67d652eb28c5b46","ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0"]}} -{"id":"ec-meeting-2021-03-10-6ed47985a54a258add98a7e812e2f87e910dc758","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-10 - Cabinet of Vice-President Věra Jourová x International Planned Parenthood Federation European Network"],"date":["2021-03-10"],"summary":["Rule of law and fundamental rights"],"notes":["Portfolio: Values and Transparency"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["ec-person-28fecf6c4f04b3a2af1d74c742e147920ab849c5","ec-person-76793b3bad1c7471121c510a962aae356d19c30b","eu-tr-49806329193-46"]}} -{"id":"ec-meeting-2021-03-10-74e43efaa5a53ca3cc098aacec5f9f4078c0c870","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-10 - Cabinet of Commissioner Mairead Mcguinness x The Royal Bank of Scotland"],"date":["2021-03-10"],"summary":["Ulster Bank - Irish banking sector, impact of COVID and the recovery, NPLs"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Video Conferencing."],"address":["Video Conferencing."],"addressEntity":["addr-912f3be8d3c705b575d95bd802535451d4e253ad"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-2b9c589fb2354bd93067644d2c3d2c058d4c4cc9","ec-person-00f66582d8581f7480e12525027b5a1ee9b22f07","eu-tr-483974815034-52"]}} -{"id":"ec-meeting-2021-03-10-86df4c9f33b73dcbf68033a3597c3edfb5965115","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-10 - Cabinet of Vice-President Margaritis Schinas x European Policy Centre"],"date":["2021-03-10"],"summary":["New Pact on Migration and Asylum"],"notes":["Portfolio: Promoting the European Way of Life"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-margaritis-of-president-schinas-vice"],"involved":["eu-tr-89632641000-47","ec-person-2e04e278a7f128b3ac72d2af3db94d4ebed934da","ec-person-d5cada2a1a17537a675985af31e5ce07ae3bfd42"]}} -{"id":"ec-meeting-2021-03-10-8b0e41e6e60d525ec6551bbe7bb3563a7fff8a4f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-10 - Cabinet of Commissioner Ylva Johansson x FAM"],"date":["2021-03-10"],"summary":["(met with Anna Helsen)\r\n-Swedish Forrest industry \r\n-Presentation of FAM's assignments in Stora Enso and Kopparfors Skogar\r\n-Views on the proposals from the Commission on biodiversity and taxonomy and the impact on the forestry sector in Sweden"],"notes":["Portfolio: Home Affairs"],"location":["VTC"],"address":["VTC"],"addressEntity":["addr-9d1acaa772820b8ade84113d2da24716fe455be2"],"organizer":["ec-cabinet-commissioner-johansson-of-ylva"],"involved":["ec-person-31b127e72e9dd30ce85ff2b475ac65d28d7dc48d","eu-tr-280473541702-47"]}} -{"id":"ec-meeting-2021-03-10-a154482374dcf6cbd8e01b2e83c158549dde5e6a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-10 - Cabinet of Executive Vice-President Margrethe Vestager x Apple Inc."],"date":["2021-03-10"],"summary":["Data Portability, Digital Services Act"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels (online)"],"address":["Brussels (online)"],"addressEntity":["addr-ef87d086df7b220ed76c9f59ee6efadfac8480c7"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0","eu-tr-588327811384-96"]}} -{"id":"ec-meeting-2021-03-10-aafa6206b06592fd8574c10aa687f7d775ce6e01","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-10 - Cabinet of President Ursula von der Leyen x Breakthrough Energy Catalyst Foundation"],"date":["2021-03-10"],"summary":["FU call Bill Gates - President von der Leyen"],"notes":["Portfolio: President"],"location":["Brussels (Teams)"],"address":["Brussels (Teams)"],"addressEntity":["addr-9950cce930e253f44f556bb339d2a1106073cd7b"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-f2b941852d3b961d69ed695c2d243a1a2b4a1904","eu-tr-424103441763-49"]}} -{"id":"ec-meeting-2021-03-10-b53a6286a2a310c99b205f05ba9da683916b3e6c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-10 - Cabinet of Vice-President Věra Jourová x EUROPE'S MEDIALAB (Fondation EURACTIV)"],"date":["2021-03-10"],"summary":["Keynote speech at conference The value of privacy for business: What changed during COVID-19 crisis?"],"notes":["Portfolio: Values and Transparency"],"location":["videoconference"],"address":["videoconference"],"addressEntity":["addr-92b2fbb928e012810d80d9ef1abe12027beee200"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["eu-tr-485832526193-89","ec-person-bf54da17217bbddfd9c68fe24d88005ac17e2c4b"]}} -{"id":"ec-meeting-2021-03-10-b88ad8ae6298cf1ba4ec4e798815f92b6e60e226","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-10 - Taxation and Customs Union x CONSEIL DE COOPERATION ECONOMIQUE"],"date":["2021-03-10"],"summary":["Videoconference - Exchange on state-of-play digital taxation, energy taxation and CBAM"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-taxud"],"involved":["ec-person-9e42f316f38c8e126c2cd2bc84affb891338c7f3","eu-tr-146893419149-74"]}} -{"id":"ec-meeting-2021-03-10-bbdfe703898a1c931695c9288f244b7434c37e96","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-10 - Cabinet of Commissioner Thierry Breton x Axel Springer SE"],"date":["2021-03-10"],"summary":["Tour d'horizon médiatique avec Florian Eder de Politico"],"notes":["Portfolio: Internal Market"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-742417913824-11","ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0"]}} -{"id":"ec-meeting-2021-03-10-d1b5ceaad82645e6a220fc17f284ba7fcd192b20","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-10 - Cabinet of Executive Vice-President Frans Timmermans x CEMA - European Agricultural Machinery Industry Association"],"date":["2021-03-10"],"summary":["Preparation of an address to the CEMA Assembly"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - video conference"],"address":["Brussels - video conference"],"addressEntity":["addr-d7df553e47e69d1cc9f4189b36b7c867f80459b0"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-ef3e882499136b48d744f4751cee95c0f8866078","eu-tr-489575310490-58","ec-person-33624431cbec1074e151c1707715ef46d2ba9565"]}} -{"id":"ec-meeting-2021-03-10-d60adcce5c3aa5d139436063aed94c7978e3eb62","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-10 - Cabinet of President Ursula von der Leyen x Verband deutscher Pfandbriefbanken e.V."],"date":["2021-03-10"],"summary":["Basel reforms implementation"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["eu-tr-60762921532-05","ec-person-a159f03add374257584565c2b05cc5539a7526e6"]}} -{"id":"ec-meeting-2021-03-10-de1c6dc87e02b54bbfd1967ed2bb7535c49ec57e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-10 - Cabinet of Commissioner Nicolas Schmit x KIC InnoEnergy SE"],"date":["2021-03-10"],"summary":["Meeting on the skills and batteries."],"notes":["Portfolio: Jobs and Social Rights"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-66fa2c2d100ec194caa42b5c6f97c36e2748b71c","ec-person-4cf4655ab41922e92160325d987a3c4615c72d30","eu-tr-462849021886-85"]}} -{"id":"ec-meeting-2021-03-10-ec4dea38b83077991aa9b3d6adace04188db7b5a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-10 - Cabinet of Executive Vice-President Frans Timmermans x Land- en Tuinbouw Organisatie Nederland"],"date":["2021-03-10"],"summary":["Preparation of a meeting with LTO farmers"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - video conference"],"address":["Brussels - video conference"],"addressEntity":["addr-d7df553e47e69d1cc9f4189b36b7c867f80459b0"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-4656646862-72","ec-person-33624431cbec1074e151c1707715ef46d2ba9565"]}} -{"id":"ec-meeting-2021-03-11-1243400dc3873a5b509bc4ea293be3a498f1b08e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-11 - Cabinet of Vice-President Věra Jourová x Microsoft Corporation"],"date":["2021-03-11"],"summary":["Czech women in AI - monthly clinic"],"notes":["Portfolio: Values and Transparency"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["eu-tr-0801162959-21","ec-person-bf54da17217bbddfd9c68fe24d88005ac17e2c4b"]}} -{"id":"ec-meeting-2021-03-11-1649e9f1acb25edf32b6117607ecd96652bef149","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-11 - Cabinet of President Ursula von der Leyen x Each One Teach One"],"date":["2021-03-11"],"summary":["Equinox Initiative for Racial Justice \r\nEU Anti-Racism Action Plan And the Anti-Racism Summit"],"notes":["Portfolio: President"],"location":["Video conference"],"address":["Video conference"],"addressEntity":["addr-ebc9fd5c2f372a32153cf3f4d5fb918a96b84a88"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["eu-tr-547956841599-12","ec-person-66d141295841bdd2d0679d93aae62e07580fcee5"]}} -{"id":"ec-meeting-2021-03-11-1b8835f7855400c42b848f853df6cb01498f8f1f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-11 - Cabinet of Executive Vice-President Frans Timmermans x Forum Atomique Européen"],"date":["2021-03-11"],"summary":["Nuclear industry views on the Taxonomy work on-going on nuclear energy"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - video conference"],"address":["Brussels - video conference"],"addressEntity":["addr-d7df553e47e69d1cc9f4189b36b7c867f80459b0"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-d53e00c46a4cc62bbf533e0c9bb35bacb9121989","eu-tr-42433582-82"]}} -{"id":"ec-meeting-2021-03-11-2ec0bfc6339893aa6fddc71a5d9a61ebc0709905","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-11 - Cabinet of Commissioner Nicolas Schmit x UNI Europa"],"date":["2021-03-11"],"summary":["Meeting on strengthening sectoral social dialogue and the European Pillar for Social Rights Action Plan."],"notes":["Portfolio: Jobs and Social Rights"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-652143032bcbd23aa320685b3deba350097aa7ae","eu-tr-43785827982-59","ec-person-4cf4655ab41922e92160325d987a3c4615c72d30","ec-person-c03b949331dbbe5fa3d5423758e371ec1b9b832f"]}} -{"id":"ec-meeting-2021-03-11-3d82efdc046599eba4121aeef922efc1a7bc9a3a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-11 - Cabinet of Commissioner Jutta Urpilainen x The Guild of European Research-Intensive Universities"],"date":["2021-03-11"],"summary":["Innovation and research in Africa"],"notes":["Portfolio: International Partnerships"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["ec-person-b5a90dd5ba1c715a3e7923281f7a6ae9975796d8","eu-tr-265942623347-90"]}} -{"id":"ec-meeting-2021-03-11-42e86111053ed18fa83855afa9d53c0c1b420268","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2021-03-11 - Cabinet of Vice-President Věra Jourová x Aspen Institute Central Europe"],"date":["2021-03-11"],"summary":["Open debate on EDAP","Open debate on European Democracy Action Plan"],"notes":["Portfolio: Values and Transparency"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["eu-tr-315544338957-78","ec-person-bf54da17217bbddfd9c68fe24d88005ac17e2c4b"]}} -{"id":"ec-meeting-2021-03-11-4f1e8ce488e746ee8025c2a7bd93ac514e486639","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-11 - Cabinet of Executive Vice-President Frans Timmermans x EnBW Energie Baden-Württemberg AG"],"date":["2021-03-11"],"summary":["The role of the EU ETS on the path towards reaching climate neutrality"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-f1a3478550296f3f9accdc67d6ef5a0b681dda4b","eu-tr-13324391892-74"]}} -{"id":"ec-meeting-2021-03-11-6227a9b1cebc476de8e752a90249088ae3871b95","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-11 - Cabinet of Commissioner Jutta Urpilainen x EUROPEAN TRADE UNION CONFEDERATION Finnish trade union representation to the EU International Trade Union Confederation"],"date":["2021-03-11"],"summary":["SDG 8, cooperation with civil society and social partners in the partner countries."],"notes":["Portfolio: International Partnerships"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["ec-person-7c4fa9cfb750b5b524c065180fcee1123b8df03e","eu-tr-51806831589-68","eu-tr-06698681039-26","eu-tr-774047715805-95"]}} -{"id":"ec-meeting-2021-03-11-78f82f3648d2c41c690936ff02163c78bf6e4389","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-11 - Cabinet of Commissioner Adina Vălean x Scania AB (publ)"],"date":["2021-03-11"],"summary":["Meeting to discuss global semiconductors shortage."],"notes":["Portfolio: Transport"],"location":["Conference call"],"address":["Conference call"],"addressEntity":["addr-28ba88479582b2f75898964548da4252dc7db7d2"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["eu-tr-3305029916-47","ec-person-6e21d867543ef3b910e746c319cb048abd054702"]}} -{"id":"ec-meeting-2021-03-11-842e802db029041b621ae0ca6dc6ff8a3f6abf20","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-11 - Cabinet of Vice-President Margaritis Schinas x Vodafone Belgium SA"],"date":["2021-03-11"],"summary":["Meeting with Vodafone Belgium representatives on Telecoms and Cybersecurity."],"notes":["Portfolio: Promoting the European Way of Life"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-margaritis-of-president-schinas-vice"],"involved":["ec-person-901d49b3e3af3e96de8d42787e8633b0adc76ca1","eu-tr-90142503473-81"]}} -{"id":"ec-meeting-2021-03-11-8828d1db37e117f448aa597636f992f2e3fb43d2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-11 - Cabinet of Executive Vice-President Frans Timmermans x Provincie Limburg"],"date":["2021-03-11"],"summary":["Speech on the European Green Deal at the vent of Provincie Limburg"],"notes":["Portfolio: European Green Deal"],"location":["Brussels (video conference)"],"address":["Brussels (video conference)"],"addressEntity":["addr-1a77e12c05a39186f3ddab600c3e9e619c4822ef"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce","eu-tr-35291788333-26"]}} -{"id":"ec-meeting-2021-03-11-a8a6e7eba4152275d3e06aef38662cb63ca89bdf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-11 - Legal Service x Liga Nacional de Fútbol Profesional"],"date":["2021-03-11"],"summary":["Digital Agenda: fight against piracy"],"location":["Virtual meeting"],"address":["Virtual meeting"],"addressEntity":["addr-1f1f3f51a4da31a1ea5c1b4b21cbf52ad983224f"],"organizer":["ec-dg-sj"],"involved":["ec-person-c7525eb4b356e4e8e4634178554e72bf53d99301","eu-tr-138436621132-34"]}} -{"id":"ec-meeting-2021-03-11-a9d9165053283af07f849a81d036937cecccc737","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-11 - Cabinet of Commissioner Thierry Breton x Ericsson"],"date":["2021-03-11"],"summary":["Open RAN; 5g; Cloud alliance"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","ec-person-b077a2e9f0fdb3b8f6e91d0bd0b256db9e40ce46","eu-tr-02021363105-42"]}} -{"id":"ec-meeting-2021-03-11-b61046a33eabeb566c113038b8c4d2410b98cc13","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-11 - Communications Networks, Content and Technology x Intel Corporation"],"date":["2021-03-11"],"summary":["Videomeeting: Intel plans in Europe & microelectronics (virtual meeting)"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-7459401905-60","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2021-03-11-ba8a3574c449fa15d01755db772b871c65693d3b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-11 - Cabinet of Executive Vice-President Valdis Dombrovskis x thyssenkrupp Steel Europe AG"],"date":["2021-03-11"],"summary":["•\tCarbon Boarder Adjustment Mechanism (CBAM) & ETS for steel\r\n•\tThe Role of G20 (steel access capacities, carbon price mechanism) \r\n•\tTrade defence instruments (e.g. AD/AS cases Turkey and Russia)"],"notes":["Portfolio: An Economy that Works for People"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-4afd4ae4e50604ac3c0c9ae597bcb74eb1dd31b6","eu-tr-456211534646-58"]}} -{"id":"ec-meeting-2021-03-11-cf8cf6e565af632d7f38f71a9997ed21c20c777a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-11 - Cabinet of Vice-President Věra Jourová x EUROPEUM Institute for European Policy"],"date":["2021-03-11"],"summary":["Rule of law"],"notes":["Portfolio: Values and Transparency"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["eu-tr-596129227767-10","ec-person-bf54da17217bbddfd9c68fe24d88005ac17e2c4b"]}} -{"id":"ec-meeting-2021-03-11-d1c88a2a094db7d4e776c09d4cffd1f68fa3abd7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-11 - Cabinet of Commissioner Thierry Breton x Airports Council International - European Region"],"date":["2021-03-11"],"summary":["EU initiatives impacting tourism"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-42566063487-73","ec-person-026c2270ec4cbabdb8ac223b2d1fa4202696dc8d"]}} -{"id":"ec-meeting-2021-03-11-d5a001b9bcc9bb0251d3c1b3bcca929942b3dcb3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-11 - Financial Stability, Financial Services and Capital Markets Union x S&P Global"],"date":["2021-03-11"],"summary":["EU and US, SMEs and sustainability"],"location":["Virtual meeting"],"address":["Virtual meeting"],"addressEntity":["addr-1f1f3f51a4da31a1ea5c1b4b21cbf52ad983224f"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-319148015141-55","ec-person-1fce211249673c35ee07a801ddee77ab24af8d54"]}} -{"id":"ec-meeting-2021-03-11-e1dfb3902e46a1237615c26caed3d8da2cedb452","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-11 - Cabinet of Commissioner Mairead Mcguinness x Federation of European Securities Exchanges"],"date":["2021-03-11"],"summary":["MiFID II/Market Structure/consolidated tape"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-0ba9b89127b39af6a66f2fc3ed727332f1b19a34","eu-tr-71488206456-23"]}} -{"id":"ec-meeting-2021-03-11-eb16cebf59bb4509b43ec38e551f7b2bf7e8096c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-11 - Cabinet of Executive Vice-President Frans Timmermans x KLM Royal Dutch Airlines Lufthansa Group"],"date":["2021-03-11"],"summary":["Climate roadmap for aviation"],"notes":["Portfolio: European Green Deal"],"location":["video call"],"address":["video call"],"addressEntity":["addr-12d8c530d76da0b7745f9c0f9285e7eec97adc55"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-0714344663-32","eu-tr-76441066192-30","ec-person-d56ecbfde17436a136fc89c9a978b266e8285c84"]}} -{"id":"ec-meeting-2021-03-12-07c297e868acaccc5546011a24c38b20e433c30b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-12 - Cabinet of Executive Vice-President Margrethe Vestager x European Round Table for Industry"],"date":["2021-03-12"],"summary":["B2B Data, Cloud, 5G"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels (online)"],"address":["Brussels (online)"],"addressEntity":["addr-ef87d086df7b220ed76c9f59ee6efadfac8480c7"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-25487567824-45","ec-person-8b6db5c3c4611618ade59c6d0dadc21c962f0ee7"]}} -{"id":"ec-meeting-2021-03-12-1e1770bf4abca7a746c0aa7e4c6ae4cd0db83906","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-12 - Cabinet of Executive Vice-President Valdis Dombrovskis x DIGITALEUROPE"],"date":["2021-03-12"],"summary":["Recovery and Resilience Facility - focus on digital transition and national reform plans; Trade Policy Review and digital trade, also - international data flows and Digital tax; EU-US relations for trade on technologies."],"notes":["Portfolio: An Economy that Works for People"],"location":["video-conference"],"address":["video-conference"],"addressEntity":["addr-8736c288a4bc51ee27ef4ed41e652409a37e60d1"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["eu-tr-64270747023-20","ec-person-9e7bd1005456277f156b671d1555c6a460fb2f58"]}} -{"id":"ec-meeting-2021-03-12-295e7261e518c1241f116184d075045660a1b3ee","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-12 - Cabinet of President Ursula von der Leyen x Global Citizen"],"date":["2021-03-12"],"summary":["Global Health Summit"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["eu-tr-211392938041-28","ec-person-a15f450526451c70384a05ea9a3a7400ba2d3e7e"]}} -{"id":"ec-meeting-2021-03-12-5ced310a870265d638a5f62167e6bc3e0221de43","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-12 - Cabinet of Executive Vice-President Valdis Dombrovskis x The Alternative Investment Management Association Limited"],"date":["2021-03-12"],"summary":["Capital Markets Union"],"notes":["Portfolio: An Economy that Works for People"],"location":["video conference"],"address":["video conference"],"addressEntity":["addr-6dc12e3c97077db82f32184f24341ce370a445fd"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-235870cd7eb41f2494f695fce18b5b5b88647113","eu-tr-232566516087-90"]}} -{"id":"ec-meeting-2021-03-12-5f5a7101c8f9b47f974fbf1f7ae15ce3b2c12f6d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-12 - Cabinet of Commissioner Nicolas Schmit x None"],"date":["2021-03-12"],"summary":["Meeting on the funds and banking sector in Luxembourg, teleworking and the Right to Disconnect (R2D)."],"notes":["Portfolio: Jobs and Social Rights"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-4cf4655ab41922e92160325d987a3c4615c72d30","eu-tr-6182372280-83","ec-person-935314e38d735654cae8ee61313a3d73439b242d","eu-tr-3505006282-58","ec-person-c03b949331dbbe5fa3d5423758e371ec1b9b832f"]}} -{"id":"ec-meeting-2021-03-12-6fa0d5c53f8f81f8c1d36fedf10755df47526463","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-12 - Cabinet of Commissioner Mariya Gabriel x Professional Taekwondo Association- Continent Europe"],"date":["2021-03-12"],"summary":["European Day of Sport"],"notes":["Portfolio: Innovation and Youth"],"location":["Sofia, Bulgaria"],"address":["Sofia, Bulgaria"],"addressEntity":["addr-d69bb66febb1be98993cab9f20f5a084a482035e"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-972172038725-41","ec-person-1674399a793e9e6fd7cf55b525515fc862fc9351"]}} -{"id":"ec-meeting-2021-03-12-7c119b1183b38aa403ce4365a5c80fb0a9ad8518","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-12 - Taxation and Customs Union x Ernst & Young Core Business Services BV"],"date":["2021-03-12"],"summary":["Videoconference - Presentation of Pilot Project on the use of blockchain in tax administration"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-taxud"],"involved":["ec-person-9e42f316f38c8e126c2cd2bc84affb891338c7f3","eu-tr-04458109373-91"]}} -{"id":"ec-meeting-2021-03-12-7f39af42036df0d8837e40b9388f4d25f9b27bb5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-12 - Cabinet of Commissioner Jutta Urpilainen x European Centre for Development Policy Management"],"date":["2021-03-12"],"summary":["Major priorities on renewed partnership with Africa"],"notes":["Portfolio: International Partnerships"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["ec-person-b5a90dd5ba1c715a3e7923281f7a6ae9975796d8","eu-tr-738492215435-82"]}} -{"id":"ec-meeting-2021-03-12-81d4d97d0d98fa510dfbe43d809e8c8f93ffeaed","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-12 - Cabinet of Commissioner Mariya Gabriel x European Consortium of Innovative Universities"],"date":["2021-03-12"],"summary":["Digital Education"],"notes":["Portfolio: Innovation and Youth"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["ec-person-1674399a793e9e6fd7cf55b525515fc862fc9351","eu-tr-526221434040-38"]}} -{"id":"ec-meeting-2021-03-12-908c474af76691e8fda5bfb04510e6699b3b1c4a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-12 - Cabinet of Commissioner Nicolas Schmit x Confédération générale des Scop"],"date":["2021-03-12"],"summary":["European Action Plan for the Social Economy"],"notes":["Portfolio: Jobs and Social Rights"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-c2208333f0f75350eef62b355a40bf856f2d9cef","eu-tr-650228731548-65"]}} -{"id":"ec-meeting-2021-03-12-91fe32327e7b22ba098fa7d48b28c7f08307975f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-12 - Cabinet of Commissioner Mairead Mcguinness x Chartered Accountants Ireland"],"date":["2021-03-12"],"summary":["Opening address of their Annual Conference"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Video Conferencing"],"address":["Video Conferencing"],"addressEntity":["addr-e3b7413b2ac93be00b6bcff51fdc1374d67118bd"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["eu-tr-597774414194-08","ec-person-2b9c589fb2354bd93067644d2c3d2c058d4c4cc9","ec-person-00f66582d8581f7480e12525027b5a1ee9b22f07"]}} -{"id":"ec-meeting-2021-03-12-98be7fccf10fab5e00d149982b49301af12193b7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-12 - Cabinet of Commissioner Mairead Mcguinness x Irish Farmers' Association"],"date":["2021-03-12"],"summary":["farm incomes, unfair trading practices, trade policy, Brexit, Farm to Fork strategy and ongoing CAP negotiations."],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Video conferencing"],"address":["Video conferencing"],"addressEntity":["addr-4a260fcbdf035aeae48bfb811f1225b05f636185"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-2b9c589fb2354bd93067644d2c3d2c058d4c4cc9","eu-tr-458700813641-37","ec-person-a5441c6a69a8a94fd64e02def60fcc6567f2c1d8"]}} -{"id":"ec-meeting-2021-03-12-a61919aa7ac8579c74761848d81f22bc4e4d3719","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-12 - Cabinet of Commissioner Stella Kyriakides x GLOBAL HEALTH ADVOCATES"],"date":["2021-03-12"],"summary":["Exchange on EU global solidarity, COVAX and EU pledges"],"notes":["Portfolio: Health"],"location":["Virtual meeting"],"address":["Virtual meeting"],"addressEntity":["addr-1f1f3f51a4da31a1ea5c1b4b21cbf52ad983224f"],"organizer":["ec-cabinet-commissioner-kyriakides-of-stella"],"involved":["eu-tr-07720398190-53","ec-person-43784ba1f5299ace66cb2287545e1dcae4372d14"]}} -{"id":"ec-meeting-2021-03-12-a7170251fdd1bc824219db2dd2dbe751e8fef243","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-12 - Cabinet of Commissioner Janez Lenarčič x Norwegian Refugee Council Europe"],"date":["2021-03-12"],"summary":["Humanitarian crises in MENA region"],"notes":["Portfolio: Crisis Management"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-janez-lenarcic-of"],"involved":["ec-person-35334591a1ee219b6f0829d58a8cfba058540557","eu-tr-750447615329-96","ec-person-a6cd325c80698b2331699224c780ebfb10573602"]}} -{"id":"ec-meeting-2021-03-12-ad562d183061d6f9d1de3619ae8ec489a2f617f8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-12 - Taxation and Customs Union x McKinsey Global Institute"],"date":["2021-03-12"],"summary":["Videoconference - follow up meeting on the future challenges for customs agencies based on McKinsey’s Global Assessment Survey (topics: performance measurement, existing framework and change thereto, e-commerce, and data analytics)."],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-taxud"],"involved":["ec-person-9e42f316f38c8e126c2cd2bc84affb891338c7f3","eu-tr-752385731275-18"]}} -{"id":"ec-meeting-2021-03-12-f13be901a404cbe584886f8b6d1edbc4dc965e36","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-12 - Cabinet of Commissioner Virginijus Sinkevičius x Union of European Federalists"],"date":["2021-03-12"],"summary":["To discuss about Lithuania and it’s 17 years anniversary in the European Union."],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["ec-person-dd7a7b1952e158f4195d34cff333ec79a4f48ba3","eu-tr-66364002603-57"]}} -{"id":"ec-meeting-2021-03-12-f847b5a7cf0dd94ee14e5480ee2660dcb0fe2042","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-12 - Cabinet of Executive Vice-President Frans Timmermans x Huis van de Nederlandse Provincies"],"date":["2021-03-12"],"summary":["Meeting on Climate Plan"],"notes":["Portfolio: European Green Deal"],"location":["Brussels (videoconference)"],"address":["Brussels (videoconference)"],"addressEntity":["addr-843ddf9d3c6977cd8d56db6bb2154f8415263e26"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-20620934484-91","ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce"]}} -{"id":"ec-meeting-2021-03-15-0748130453a5b26126352fabd77a5850f36b027f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-15 - Cabinet of Commissioner Mairead Mcguinness x STARCH EUROPE"],"date":["2021-03-15"],"summary":["Delegated Act, Taxonomy"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-a5441c6a69a8a94fd64e02def60fcc6567f2c1d8","eu-tr-57787966531-03"]}} -{"id":"ec-meeting-2021-03-15-0f22fa117be86732ab176fb41898270d9797aa66","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-15 - Cabinet of Commissioner Thierry Breton x Klubrádió Szolgáltató Zártkörűen Működő Részvénytársaság"],"date":["2021-03-15"],"summary":["Spectrum allocation"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-4d83416435f81b1f1e8f5c86aeebb1478577f1d2","eu-tr-943990642078-05"]}} -{"id":"ec-meeting-2021-03-15-5671b0d7fe35feb2b3950f943e3753c5fe8f8ad7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-15 - Cabinet of Commissioner Elisa Ferreira x ROCKWOOL International A/S"],"date":["2021-03-15"],"summary":["Cohesion policy for building capacity to deliver green energy goals"],"notes":["Portfolio: Cohesion and Reforms"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-elisa-ferreira-of"],"involved":["eu-tr-2301233810-42","ec-person-1c49c531eceae287dd4a56ac52e8326c65fc2855"]}} -{"id":"ec-meeting-2021-03-15-631c839113e1e89026d5cab7bd5b0b2121d1fb3a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-15 - Cabinet of Executive Vice-President Valdis Dombrovskis x Third Generation Environmentalism Ltd"],"date":["2021-03-15"],"summary":["Trade policy review; trade and climate"],"notes":["Portfolio: An Economy that Works for People"],"location":["video - conference"],"address":["video - conference"],"addressEntity":["addr-2eb5d3b5d5bafbd0329beffa547939a5fa3646a2"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-235870cd7eb41f2494f695fce18b5b5b88647113","eu-tr-07783117686-61","ec-person-7433d96a6e6f46c9f9174db79ec61c387dffa509"]}} -{"id":"ec-meeting-2021-03-15-6c23382b94935cd6db02b1d843d8cf8f72fec2d2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-15 - Cabinet of Commissioner Kadri Simson x Sihtasutus Eestimaa Looduse Fond"],"date":["2021-03-15"],"summary":["Exchange of views on the situation of forestry and production of biomass in Estonia."],"notes":["Portfolio: Energy"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["eu-tr-205173621277-10","ec-person-02dcb64edd20203955d6dad9d5c0dbc71a3d7816","ec-person-1995c65b8dc7f3702a8c30ed96a0144075848837"]}} -{"id":"ec-meeting-2021-03-15-83bbb6afc7938f657bed52b2c2a8d76fa495dda6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-15 - Cabinet of Executive Vice-President Margrethe Vestager x Deliveroo"],"date":["2021-03-15"],"summary":["Platform Workers legislation, Digital Services Act"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels (online)"],"address":["Brussels (online)"],"addressEntity":["addr-ef87d086df7b220ed76c9f59ee6efadfac8480c7"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-747495331229-90","ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0","ec-person-7167587814c61122201e2afb04bfb47539db4823","ec-person-73fb1ddd279f8c6697a055567a2c09606006b875"]}} -{"id":"ec-meeting-2021-03-15-87fd0d8989ecfe55ceab64ab803e708dfd0aba48","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-15 - Cabinet of Commissioner Mariya Gabriel x IBM Corporation"],"date":["2021-03-15"],"summary":["Commission's Research agenda, particularly in relation to the technology sector, as well as on the forthcoming technological developments"],"notes":["Portfolio: Innovation and Youth"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-7721359944-96","ec-person-1674399a793e9e6fd7cf55b525515fc862fc9351"]}} -{"id":"ec-meeting-2021-03-15-addb0b9a86738bd8de5c09ee7e00e0f983fbbaf7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-15 - Cabinet of Commissioner Adina Vălean x International Road Transport Union Permanent Delegation to the EU"],"date":["2021-03-15"],"summary":["Call to discuss the latest developments related to road transport such as the green lanes and testing for drivers."],"notes":["Portfolio: Transport"],"location":["Conference call"],"address":["Conference call"],"addressEntity":["addr-28ba88479582b2f75898964548da4252dc7db7d2"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["eu-tr-41802525291-86","ec-person-267c5ab3ea5304fc6305ef321e214c9c1cd0f78e"]}} -{"id":"ec-meeting-2021-03-15-c1ec2c7b79a2dc2cad563d9baa13691506efbeec","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-15 - Maritime Affairs and Fisheries x Low Impact Fishers of Europe Foreningen For Skånsomt Kystfiskeri Producentorganisation"],"date":["2021-03-15"],"summary":["Fisheries issues in the Skagerrak and Kattegat"],"location":["Brussels - Zoom"],"address":["Brussels - Zoom"],"addressEntity":["addr-b5d986638efa54503e44db68e16864ecf426106a"],"organizer":["ec-dg-mare"],"involved":["ec-person-6e64215cdacfeb6c6d4709a7f72c2b1c94a3d908","eu-tr-335382815910-56","eu-tr-028795632476-59"]}} -{"id":"ec-meeting-2021-03-15-c660451fcaea18d2269dbcd9222b0de15da9688f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-15 - Cabinet of Commissioner Ylva Johansson x Swedish Red Cross"],"date":["2021-03-15"],"summary":["Western Balkans"],"notes":["Portfolio: Home Affairs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-johansson-of-ylva"],"involved":["eu-tr-989397337029-29","ec-person-1f14c98028fa6f9f43ee9cd5aef7ed77c30761a5"]}} -{"id":"ec-meeting-2021-03-15-d0d9c0aad4aa179d54523601238278c07cfdb2b7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-15 - Cabinet of Executive Vice-President Frans Timmermans x Cycling Industries Europe European Cyclists' Federation"],"date":["2021-03-15"],"summary":["Cycling in the European Green Deal"],"notes":["Portfolio: European Green Deal"],"location":["video call"],"address":["video call"],"addressEntity":["addr-12d8c530d76da0b7745f9c0f9285e7eec97adc55"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-28451455737-18","ec-person-d56ecbfde17436a136fc89c9a978b266e8285c84","eu-tr-762247734758-18"]}} -{"id":"ec-meeting-2021-03-15-fd30f93e5d3cad7a19b461ff1d8ba9e1f036fd6e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-15 - Cabinet of Executive Vice-President Margrethe Vestager x Die Medienanstalten - Arbeitsgemeinschaft der Landesmedienanstalten in der Bundesrepublik Deutschland"],"date":["2021-03-15"],"summary":["DSA"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels (online)"],"address":["Brussels (online)"],"addressEntity":["addr-ef87d086df7b220ed76c9f59ee6efadfac8480c7"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-84697226195-47","ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0"]}} -{"id":"ec-meeting-2021-03-16-180616968ea21120e019a4b49cbea5061f27c418","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-16 - Cabinet of Commissioner Didier Reynders x Google"],"date":["2021-03-16"],"summary":["Artificial Intelligence"],"notes":["Portfolio: Justice"],"location":["video conference"],"address":["video conference"],"addressEntity":["addr-6dc12e3c97077db82f32184f24341ce370a445fd"],"organizer":["ec-cabinet-commissioner-didier-of-reynders"],"involved":["ec-person-442bf1ae9900b999673cdd7389224d0e21b67d4d","eu-tr-03181945560-59"]}} -{"id":"ec-meeting-2021-03-16-2cd96708214defdf3af3ec780a1b3e68ae19a985","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-16 - Cabinet of Executive Vice-President Frans Timmermans x None"],"date":["2021-03-16"],"summary":["Sustainable finance, Green recovery"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-12112965774-95","eu-tr-701266814986-18","ec-person-e88af8eb396e96e3dbc9b4ec6e40a348d26c389c","eu-tr-24037141789-48","eu-tr-65110063986-76","eu-tr-9171899949-17"]}} -{"id":"ec-meeting-2021-03-16-2ce24e3693eb941bb2b91a0bb1732f7806a099d0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-16 - Cabinet of Commissioner Mairead Mcguinness x Futures Industry Association, Inc."],"date":["2021-03-16"],"summary":["Markets, Innovation and financial sustainability"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Video Conferencing"],"address":["Video Conferencing"],"addressEntity":["addr-e3b7413b2ac93be00b6bcff51fdc1374d67118bd"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-2b9c589fb2354bd93067644d2c3d2c058d4c4cc9","eu-tr-803137414612-21"]}} -{"id":"ec-meeting-2021-03-16-2ea4d70013f594e456dfdad1d3bf91e659c281f9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-16 - Cabinet of High Representative Josep Borrell Fontelles x European Peacebuilding Liaison Office"],"date":["2021-03-16"],"summary":["Conflict prevention and peace-building"],"notes":["Portfolio: High Representative of the Union for Foreign Affairs and Security Policy / Vice-President of the Commission"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-borrell-cabinet-fontelles-high-josep-of-representative"],"involved":["eu-tr-0878397912-17","ec-person-d1feca8d32580d47b14dd7bb1a7ff1e0dd7a01e1"]}} -{"id":"ec-meeting-2021-03-16-2f8105d09c2ff2c9b2037d7769d537f3df10a006","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-16 - Cabinet of Commissioner Nicolas Schmit x Lenzing AG E-Garderobe LVMH Publica ASOCIAȚIA ASTRICO NORD-EST H & M Hennes & Mauritz AB Confédération Européenne de l’Industrie de la Chaussure industriAll European Trade Union EUROPEAN APPAREL AND TEXTILE CONFEDERATION European Providers of Vocational Education and Training Chanel Limited"],"date":["2021-03-16"],"summary":["Pact for Skills roundtable with the textile, clothing, leather and footwear sectors."],"notes":["Portfolio: Jobs and Social Rights"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-66fa2c2d100ec194caa42b5c6f97c36e2748b71c","ec-person-4cf4655ab41922e92160325d987a3c4615c72d30","eu-tr-958478341779-36","eu-tr-16094042309-21","eu-tr-133690041771-68","eu-tr-69105262717-09","eu-tr-937959014241-02","eu-tr-7824139202-85","eu-tr-358284014848-82","eu-tr-391268820713-82","eu-tr-920300632423-41","eu-tr-13497369622-37","ec-person-c03b949331dbbe5fa3d5423758e371ec1b9b832f"]}} -{"id":"ec-meeting-2021-03-16-469967bfe7f0880d09bede56deaeefb32857e39d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-16 - Cabinet of Commissioner Janusz Wojciechowski x Eurogroup for Animals"],"date":["2021-03-16"],"summary":["Animal welfare (Developments around mink farming and slaughter without stunning; the crisis with the livestock carrier Elbeik) + EU/China:launch a working group on sustainable food systems under their Agricultural se possible"],"notes":["Portfolio: Agriculture"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["ec-person-c825a813205e5077cd48bbd241436daf1834fc9b","eu-tr-6809935493-49","ec-person-08c62f972c22464aca7a65520eb9406f8db14a66"]}} -{"id":"ec-meeting-2021-03-16-54bd958b098a85ebbee3b64ae8e418856de647ea","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-16 - Cabinet of Commissioner Mariya Gabriel x Conference of European Schools for Advanced Engineering Education and Research"],"date":["2021-03-16"],"summary":["European Bauhaus, Transformation agenda for higher education and Involvement and engagement of university associations in the governance and implementation of the European Research Area and the European Education Area"],"notes":["Portfolio: Innovation and Youth"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["ec-person-1674399a793e9e6fd7cf55b525515fc862fc9351","eu-tr-484959115993-15"]}} -{"id":"ec-meeting-2021-03-16-562bbd0cfe04b284467dc0b10766200667f176b1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-16 - Cabinet of Commissioner Jutta Urpilainen x OXFAM INTERNATIONAL EU ADVOCACY OFFICE"],"date":["2021-03-16"],"summary":["inequalities in partner countries"],"notes":["Portfolio: International Partnerships"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["eu-tr-46856801604-90","ec-person-e29b72fe81d25796214b1c5915c52a124f06cd9d","ec-person-6357f4506ca5351b3a822936612fd6006da48722"]}} -{"id":"ec-meeting-2021-03-16-5dd480dc9e3b3b1ccd48101bb42d1d3288f0fbbf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-16 - Cabinet of President Ursula von der Leyen x Lantbrukarnas Riksförbund"],"date":["2021-03-16"],"summary":["Draft Delegated Act, EU Taxonomy"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["eu-tr-79239225070-38","ec-person-a159f03add374257584565c2b05cc5539a7526e6"]}} -{"id":"ec-meeting-2021-03-16-5e293077e1877c6ac52c72e0e4dcfc5998cc76d7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-16 - Cabinet of Commissioner Mariya Gabriel x The Association For International Sport for All"],"date":["2021-03-16"],"summary":["Traditionals sport and games"],"notes":["Portfolio: Innovation and Youth"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["ec-person-1674399a793e9e6fd7cf55b525515fc862fc9351","eu-tr-362405025078-34"]}} -{"id":"ec-meeting-2021-03-16-6323dcc8441bfc0cdd69ac71010b52565f854238","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-16 - Cabinet of Vice-President Dubravka Šuica x Notre Europe - Institut Jacques Delors / Notre Europe - Jacques Delors Institute"],"date":["2021-03-16"],"summary":["Meeting on the VP Suica participation in the round table Refusing the demographic collapse: family policy and migration policy"],"notes":["Portfolio: Democracy and Demography"],"location":["Brussels online"],"address":["Brussels online"],"addressEntity":["addr-9338b4fabd9966eb00a3e4a1b3d168f1a5c6165a"],"organizer":["ec-cabinet-dubravka-of-president-suica-vice"],"involved":["eu-tr-726109217329-25","ec-person-2ea66ac99d83c7f0ff7dfcfd7d90f9416dc22e61"]}} -{"id":"ec-meeting-2021-03-16-6380278a07864a65c8648058cbf21b4b511a5c3e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-16 - Cabinet of Executive Vice-President Frans Timmermans x Transport and Environment (European Federation for Transport and Environment)"],"date":["2021-03-16"],"summary":["European Green Deal and ReFuel"],"notes":["Portfolio: European Green Deal"],"location":["Brussels (videoconference)"],"address":["Brussels (videoconference)"],"addressEntity":["addr-843ddf9d3c6977cd8d56db6bb2154f8415263e26"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce","ec-person-f1a3478550296f3f9accdc67d6ef5a0b681dda4b","eu-tr-58744833263-19"]}} -{"id":"ec-meeting-2021-03-16-6a10299329d5a9847d02b3ca8de2457e67640eb2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-16 - Cabinet of Commissioner Adina Vălean x TotalEnergies SE"],"date":["2021-03-16"],"summary":["Sustainable Aviation Fuels"],"notes":["Portfolio: Transport"],"location":["Conference call"],"address":["Conference call"],"addressEntity":["addr-28ba88479582b2f75898964548da4252dc7db7d2"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["ec-person-5f7f9d4d861c5b97fbd25bccf6323535d2a7ceb8","eu-tr-1849405799-88","ec-person-e5f1558cac43dd4f90847b508b6753edb0a9f903"]}} -{"id":"ec-meeting-2021-03-16-7ac669fd34c00a9bf06d2bd41fe697ea946581f9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-16 - Cabinet of Commissioner Thierry Breton x European Tyre & Rubber Manufacturers' Association"],"date":["2021-03-16"],"summary":["The tyre industry"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-9cf97e549f67c3228d1478a3a67d652eb28c5b46","ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","eu-tr-6025320863-10"]}} -{"id":"ec-meeting-2021-03-16-7e0b44b916bd5f7ae52dc335ebb0c44c1f005e94","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-16 - Cabinet of Commissioner Thierry Breton x RHEA System S.A."],"date":["2021-03-16"],"summary":["L'espace, la cybersécurité, la defense"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","eu-tr-480309935869-15","ec-person-b077a2e9f0fdb3b8f6e91d0bd0b256db9e40ce46"]}} -{"id":"ec-meeting-2021-03-16-7e29ebc7d6487262c7a7c3c4cf8af208ef617cbc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-16 - Cabinet of Executive Vice-President Frans Timmermans x RWE AG"],"date":["2021-03-16"],"summary":["Hydrogen"],"notes":["Portfolio: European Green Deal"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-77608353460-77","ec-person-9eafbf4a92961023c7df3ab389ae6d4301dec4bf"]}} -{"id":"ec-meeting-2021-03-16-875f15caf53594eead83084053662acc31d7f2fe","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-16 - Cabinet of Vice-President Margaritis Schinas x (SETE) GREEK TOURISM CONFEDERATION"],"date":["2021-03-16"],"summary":["Vice-President Schinas participates via videoconference in an open discussion with the Greek Tourism Confederation (SETE)"],"notes":["Portfolio: Promoting the European Way of Life"],"location":["Virtually"],"address":["Virtually"],"addressEntity":["addr-e47e3261356399c0a8ae7125a7f9514f1c92db0d"],"organizer":["ec-cabinet-margaritis-of-president-schinas-vice"],"involved":["eu-tr-928053829874-37","ec-person-d5cada2a1a17537a675985af31e5ce07ae3bfd42","ec-person-901d49b3e3af3e96de8d42787e8633b0adc76ca1"]}} -{"id":"ec-meeting-2021-03-16-96f21f26703f67f430894497ced78df706401160","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-16 - Cabinet of Commissioner Mairead Mcguinness x European Association of Co-operative Banks"],"date":["2021-03-16"],"summary":["Preparation of Commissioner McGuinness at EACB Board Meeting"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["eu-tr-4172526951-19","ec-person-49e520c7a9c9c47ccb5acfa68f9416e4233af9f8"]}} -{"id":"ec-meeting-2021-03-16-9f3ffea0c7ecb347205b76fd08ab27b61e6ef46b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-16 - Cabinet of Commissioner Mairead Mcguinness x Lantbrukarnas Riksförbund"],"date":["2021-03-16"],"summary":["Draft Delegated Act, EU Taxonomy"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-a5441c6a69a8a94fd64e02def60fcc6567f2c1d8","eu-tr-79239225070-38"]}} -{"id":"ec-meeting-2021-03-16-a1214c6b41ca976f0eafe4d70b770e0e9e24f117","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-16 - Cabinet of Commissioner Thierry Breton x Lenzing AG E-Garderobe LVMH Publica Confédération Européenne de l’Industrie de la Chaussure ASOCIAȚIA ASTRICO NORD-EST H & M Hennes & Mauritz AB EUROPEAN APPAREL AND TEXTILE CONFEDERATION Chanel Limited"],"date":["2021-03-16"],"summary":["Skills roundtable on textile"],"notes":["Portfolio: Internal Market"],"location":["Videconference"],"address":["Videconference"],"addressEntity":["addr-e611dc74f08dc0cb4369d9147ee1bc357f769320"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-958478341779-36","eu-tr-16094042309-21","eu-tr-937959014241-02","eu-tr-7824139202-85","ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","eu-tr-391268820713-82","ec-person-026c2270ec4cbabdb8ac223b2d1fa4202696dc8d","eu-tr-920300632423-41","eu-tr-13497369622-37","eu-tr-133690041771-68"]}} -{"id":"ec-meeting-2021-03-16-a828544e2f2515a4bd740523b3f6f4fa6c8cb0a7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-16 - Cabinet of Commissioner Mariya Gabriel x Young European Research Universities Network"],"date":["2021-03-16"],"summary":["YERUN's new strategy 2021-2025"],"notes":["Portfolio: Innovation and Youth"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["ec-person-1674399a793e9e6fd7cf55b525515fc862fc9351","eu-tr-135344024395-60"]}} -{"id":"ec-meeting-2021-03-16-bfdd9a28ddf828b966f517296440f5c59b680918","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-16 - Cabinet of Executive Vice-President Frans Timmermans x Costa Group"],"date":["2021-03-16"],"summary":["European Green Deal in waterborne transport"],"notes":["Portfolio: European Green Deal"],"location":["video call"],"address":["video call"],"addressEntity":["addr-12d8c530d76da0b7745f9c0f9285e7eec97adc55"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-350977437809-66","ec-person-d56ecbfde17436a136fc89c9a978b266e8285c84"]}} -{"id":"ec-meeting-2021-03-16-caaa436729f37b5a5a111a60c2c18cc972e6bee6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-16 - Cabinet of Commissioner Mairead Mcguinness x Stora Enso Oyj"],"date":["2021-03-16"],"summary":["Draft delegated act, Taxonomy"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-a5441c6a69a8a94fd64e02def60fcc6567f2c1d8","eu-tr-269853831446-79"]}} -{"id":"ec-meeting-2021-03-16-d846c885bd8e9c46e70834754231311719866355","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-16 - Cabinet of Executive Vice-President Frans Timmermans x Roundtable for Europe's Energy Future"],"date":["2021-03-16"],"summary":["Transition to net zero and COP26"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - videoconference"],"address":["Brussels - videoconference"],"addressEntity":["addr-a3a01e55b02ab591ce10151760698f4306ec49cb"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-7c876f4825f213b8adbedf089ccedfbc3b36d65b","eu-tr-101903316808-95"]}} -{"id":"ec-meeting-2021-03-16-e9709427ed15d8862990cf1649cc497b848e0d41","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-16 - Cabinet of Executive Vice-President Frans Timmermans x European State Forest Association"],"date":["2021-03-16"],"summary":["Discussion on the preparation of the new EU Forest Strategy"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-99982273034-52","ec-person-8af3c81534786a740718d21dc58240738a53ed7b"]}} -{"id":"ec-meeting-2021-03-16-e9e16880b5eded19375302cff64a6a42ae5cb7aa","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-16 - Cabinet of Commissioner Kadri Simson x HUMBOLDT-VIADRINA Governance Platform"],"date":["2021-03-16"],"summary":["Virtual briefing about the findings of their \"Climate Transparency Report 2020\"."],"notes":["Portfolio: Energy"],"location":["Video conferencing"],"address":["Video conferencing"],"addressEntity":["addr-4a260fcbdf035aeae48bfb811f1225b05f636185"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["ec-person-9b7f5fe059e5b0b40e79e9170211aa2f02322fdb","eu-tr-441202320918-78"]}} -{"id":"ec-meeting-2021-03-16-f1ff32f8535a070a5139f55dc00dc13ab481b4c2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-16 - Cabinet of Commissioner Nicolas Schmit x Deliveroo"],"date":["2021-03-16"],"summary":["platform workers"],"notes":["Portfolio: Jobs and Social Rights"],"location":["online"],"address":["online"],"addressEntity":["addr-2dbc2fd2358e1ea1b7a6bc08ea647b9a337ac92d"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["eu-tr-747495331229-90","ec-person-8eb18b6102d444937bc6af5822a6742812165b48"]}} -{"id":"ec-meeting-2021-03-16-f6a41d5836885eb63d130048079f4f42790f474d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-16 - Competition x Cercle des Délégués Permanents Français"],"date":["2021-03-16"],"summary":["État des lieux et actions à venir de la politique de concurrence"],"location":["Bruxelles"],"address":["Bruxelles"],"addressEntity":["addr-b58f5927b66d94a676970dc048485d4c6848f272"],"organizer":["ec-dg-comp"],"involved":["ec-person-f257bc19c568ad25083c1c1e1651426245cefedf","eu-tr-556993815043-84"]}} -{"id":"ec-meeting-2021-03-16-fe52aa11fb4d7814f6fe31a7f84e81e4140220c5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-16 - Cabinet of President Ursula von der Leyen x Compagnie de SAINT-GOBAIN"],"date":["2021-03-16"],"summary":["Draft Delegated Act, EU Taxonomy"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["eu-tr-892857311821-20","ec-person-a159f03add374257584565c2b05cc5539a7526e6"]}} -{"id":"ec-meeting-2021-03-17-0480c1e67f2369a54b2ebdecbf80d30a928ccf92","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-17 - Cabinet of Commissioner Virginijus Sinkevičius x Green 10"],"date":["2021-03-17"],"summary":["Traditional pre-Council meeting to discuss key topics on the agenda of the Environment Ministers videoconference."],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["ec-person-dd7a7b1952e158f4195d34cff333ec79a4f48ba3","ec-person-172a438ed334761e2ab5d52e551fd1bcb6ab6b8d","eu-tr-70309834043-10"]}} -{"id":"ec-meeting-2021-03-17-1bbe6cae53ef34104feb660873b5b87dc8aa7aa9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-17 - Maritime Affairs and Fisheries x Association of National Organisations of Fishing Enterprises in the European Union"],"date":["2021-03-17"],"summary":["Commission position on the revision of the control regulation"],"location":["Brussels - Webex call"],"address":["Brussels - Webex call"],"addressEntity":["addr-0e9b384c28719a08393c3bf846a71f7f7c1a445d"],"organizer":["ec-dg-mare"],"involved":["ec-person-6e64215cdacfeb6c6d4709a7f72c2b1c94a3d908","eu-tr-2312395253-25"]}} -{"id":"ec-meeting-2021-03-17-29579164a62b8cd32adb58132719a35dc4c544f0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-17 - Cabinet of Commissioner Virginijus Sinkevičius x Seas At Risk Funding Fish OCEANA"],"date":["2021-03-17"],"summary":["EU 2030 Biodiversity Strategy and the preparation of the Action Plan to conserve fisheries resources and protect marine ecosystems"],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["eu-tr-051498327063-03","eu-tr-625261439488-38","eu-tr-47937943241-80","ec-person-a58f1d06f5cb1d8dfd278e0c36d5aa1b9368b270"]}} -{"id":"ec-meeting-2021-03-17-2ee1d99dced10b596a887fdc7ab0333d347bea10","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-17 - Cabinet of Commissioner Janusz Wojciechowski x Friends of the Earth Europe"],"date":["2021-03-17"],"summary":["New genomic techniques."],"notes":["Portfolio: Agriculture"],"location":["video phone call"],"address":["video phone call"],"addressEntity":["addr-20169d8760eb932415b38f11daea45615ba4bb37"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["eu-tr-9825553393-31","ec-person-cafe030b6dad78a75143f7552c420481b30ebceb","ec-person-08c62f972c22464aca7a65520eb9406f8db14a66"]}} -{"id":"ec-meeting-2021-03-17-40852d8f6a1c0108f14ae122b633b024e4fc7e35","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-17 - Employment, Social Affairs and Inclusion x Bolt"],"date":["2021-03-17"],"summary":["platform work"],"location":["online"],"address":["online"],"addressEntity":["addr-2dbc2fd2358e1ea1b7a6bc08ea647b9a337ac92d"],"organizer":["ec-dg-empl"],"involved":["eu-tr-995377734447-25","ec-person-dd259fce880e1853f0beb087443bce6e7dea70d7"]}} -{"id":"ec-meeting-2021-03-17-496015722144515b14ba62ff31f2648d22a4bc51","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-17 - Cabinet of Executive Vice-President Margrethe Vestager x Burson Cohn & Wolfe Sprl Slack Technologies Inc"],"date":["2021-03-17"],"summary":["DSA"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels (online)"],"address":["Brussels (online)"],"addressEntity":["addr-ef87d086df7b220ed76c9f59ee6efadfac8480c7"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-9155503593-86","eu-tr-817094638811-67","ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0"]}} -{"id":"ec-meeting-2021-03-17-4d57fe340ed40b93677c00da6ef5b25d38d18732","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-17 - Cabinet of Commissioner Mairead Mcguinness x Meta Platforms Ireland Limited and its various subsidiaries (f/k/a Facebook Ireland Limited)"],"date":["2021-03-17"],"summary":["crypto Assets, Innovation in Finance"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Video Conferencing"],"address":["Video Conferencing"],"addressEntity":["addr-e3b7413b2ac93be00b6bcff51fdc1374d67118bd"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-2b9c589fb2354bd93067644d2c3d2c058d4c4cc9","eu-tr-28666427835-74"]}} -{"id":"ec-meeting-2021-03-17-594bc35055c8a9a3b39f9174c5b91046ff362ebf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-17 - Cabinet of Executive Vice-President Frans Timmermans x Funding Fish Seas At Risk OCEANA"],"date":["2021-03-17"],"summary":["EU 2030 Biodiversity Strategy and the preparation of the Action Plan to conserve fisheries resources and protect marine ecosystems"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-051498327063-03","eu-tr-625261439488-38","eu-tr-47937943241-80","ec-person-8af3c81534786a740718d21dc58240738a53ed7b"]}} -{"id":"ec-meeting-2021-03-17-8b869c40a5e87b1488f7a0a181d856159559ba65","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-17 - Cabinet of Commissioner Thierry Breton x DIGITALEUROPE"],"date":["2021-03-17"],"summary":["Digital transformation and eprivacy"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-64270747023-20","ec-person-4d83416435f81b1f1e8f5c86aeebb1478577f1d2"]}} -{"id":"ec-meeting-2021-03-17-d38febf66a77acbe51fd0270b8d407b2df81e04c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-17 - Mobility and Transport x Community of European Railway and Infrastructure Companies"],"date":["2021-03-17"],"summary":["RFF"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-dg-move"],"involved":["eu-tr-7574621118-27","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2021-03-17-efd27f2b38f7ee81159c4ef3fcc120ef1e8aa5ab","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-17 - Cabinet of Commissioner Thierry Breton x The Alliance of Democracies Foundation"],"date":["2021-03-17"],"summary":["Disinformation"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-146289032886-07","ec-person-6308dea893b9b1ca0dcd5b91b4a1ac4c2f3020ad","ec-person-4d83416435f81b1f1e8f5c86aeebb1478577f1d2"]}} -{"id":"ec-meeting-2021-03-17-f1b8d7e526f0fb45d344876740459b1edb859bc8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-17 - Cabinet of Commissioner Nicolas Schmit x None"],"date":["2021-03-17"],"summary":["Regulation of digital platforms and platform work in the EU"],"notes":["Portfolio: Jobs and Social Rights"],"location":["online"],"address":["online"],"addressEntity":["addr-2dbc2fd2358e1ea1b7a6bc08ea647b9a337ac92d"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["eu-tr-311257433890-50","eu-tr-995377734447-25","ec-person-8eb18b6102d444937bc6af5822a6742812165b48","eu-tr-53141413510-95","eu-tr-987241938472-54","eu-tr-334703839280-66"]}} -{"id":"ec-meeting-2021-03-18-036e70aab601fdd788a18adeb7659315b9604e66","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-18 - Cabinet of Executive Vice-President Margrethe Vestager x Brunswick Group Advisory Limited"],"date":["2021-03-18"],"summary":["Digital Sovereignty, Artificial Intelligence, Digital Services Act"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels (online)"],"address":["Brussels (online)"],"addressEntity":["addr-ef87d086df7b220ed76c9f59ee6efadfac8480c7"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0","eu-tr-26255464458-25"]}} -{"id":"ec-meeting-2021-03-18-16c8c2752a4270886669df630244ab25d7355c50","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-18 - Cabinet of Commissioner Didier Reynders x EUROMETAUX"],"date":["2021-03-18"],"summary":["EU Due Diligence in Supply Chains” – Importance of the forthcoming EU legislation for the Non-Ferrous Metals Industry"],"notes":["Portfolio: Justice"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-didier-of-reynders"],"involved":["ec-person-50f9cba2282e1d03395cdd0faf9ce6e9a2ff3104","eu-tr-61650796093-48","ec-person-442bf1ae9900b999673cdd7389224d0e21b67d4d"]}} -{"id":"ec-meeting-2021-03-18-1a6f86c196a87597357c9d19ecad40f7083bf04d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-18 - Cabinet of Commissioner Mairead Mcguinness x Wirtschaftsrat der CDU e.V."],"date":["2021-03-18"],"summary":["CMU/digital finance"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["eu-tr-176334311014-43","ec-person-0ba9b89127b39af6a66f2fc3ed727332f1b19a34"]}} -{"id":"ec-meeting-2021-03-18-1b5c02466bf067cd15a384b1b4f87f6daa126d6f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-18 - Financial Stability, Financial Services and Capital Markets Union x Legal & General Group Plc"],"date":["2021-03-18"],"summary":["AIFMD, MiFID"],"location":["Virtual meeting"],"address":["Virtual meeting"],"addressEntity":["addr-1f1f3f51a4da31a1ea5c1b4b21cbf52ad983224f"],"organizer":["ec-dg-fisma"],"involved":["ec-person-1fce211249673c35ee07a801ddee77ab24af8d54","eu-tr-551684916877-74"]}} -{"id":"ec-meeting-2021-03-18-1ef023daad914b817a1c0dc5ae2618513e377b87","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-18 - Cabinet of Vice-President Margaritis Schinas x The Institute of International and European Affairs, Brussels"],"date":["2021-03-18"],"summary":["New Pact on Migration and Asylum"],"notes":["Portfolio: Promoting the European Way of Life"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-margaritis-of-president-schinas-vice"],"involved":["ec-person-d5cada2a1a17537a675985af31e5ce07ae3bfd42","ec-person-2e04e278a7f128b3ac72d2af3db94d4ebed934da","eu-tr-866815515160-79"]}} -{"id":"ec-meeting-2021-03-18-23b3e5b37e92e52eb3e7a367b7a031ecdbe3af96","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-18 - Cabinet of Commissioner Ylva Johansson x Amnesty International Limited"],"date":["2021-03-18"],"summary":["VTC: Migration management cooperation with Western Balkans"],"notes":["Portfolio: Home Affairs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-johansson-of-ylva"],"involved":["eu-tr-11063928073-34","ec-person-1f14c98028fa6f9f43ee9cd5aef7ed77c30761a5"]}} -{"id":"ec-meeting-2021-03-18-304800d01c9acae02a3669a9e7b8ba16df1b8dc8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-18 - Cabinet of Commissioner Kadri Simson x EUROMETAUX"],"date":["2021-03-18"],"summary":["European metals industry & industrial electrification in new EU Industrial Strategy"],"notes":["Portfolio: Energy"],"location":["Brussels (video conf)"],"address":["Brussels (video conf)"],"addressEntity":["addr-990bab0b5f15caf35a2a6360252937f8b6e6e030"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["ec-person-3ba14eabc5fddef75d1a672cc75b5f4bddd72ee9","eu-tr-61650796093-48","ec-person-d40f25b5cb5c0681854a4996da444478318f7e58"]}} -{"id":"ec-meeting-2021-03-18-380decd0b7e0bf9d13192e85d8e5b508c8a18aa4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-18 - Cabinet of President Ursula von der Leyen x AOKpass Pte Ltd International Chamber of Commerce"],"date":["2021-03-18"],"summary":["Digital green (pass) certificate"],"notes":["Portfolio: President"],"location":["Brussels (WEBEX)"],"address":["Brussels (WEBEX)"],"addressEntity":["addr-3afbdeda01f3dac93a9dc841fdac57d9de27b869"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-7019713e72781afb1f3b19032c4752a314b78180","eu-tr-50674299591-83","eu-tr-331329338535-07"]}} -{"id":"ec-meeting-2021-03-18-53b6b856824ad550adc002723c00c04b694f8fa7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-18 - Cabinet of Commissioner Mairead Mcguinness x European Federation of Building Societies"],"date":["2021-03-18"],"summary":["Covid-19 Crisis Recovery\r\nDigitatisation"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Video Conferencing"],"address":["Video Conferencing"],"addressEntity":["addr-e3b7413b2ac93be00b6bcff51fdc1374d67118bd"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-2b9c589fb2354bd93067644d2c3d2c058d4c4cc9","eu-tr-33192023937-30"]}} -{"id":"ec-meeting-2021-03-18-56c5e7a14f8c5d3d775e5008b5369dad2eb17e53","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-18 - Mobility and Transport x Havenbedrijf Antwerpen NV van publiek recht"],"date":["2021-03-18"],"summary":["Merger Ports of Antwerp and Zeebrugge"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-dg-move"],"involved":["eu-tr-435060615187-68","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2021-03-18-5f53facaddd4392dcb89adcfec4671f37f9266a7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-18 - Cabinet of Executive Vice-President Frans Timmermans x Scania AB (publ) AkzoNobel ENEL SpA IBERDROLA Volkswagen Aktiengesellschaft Schneider Electric A.P. Møller - Mærsk A/S ABB Ltd E.ON SE SAP"],"date":["2021-03-18"],"summary":["European Green Deal as a growth strategy"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - videoconference"],"address":["Brussels - videoconference"],"addressEntity":["addr-a3a01e55b02ab591ce10151760698f4306ec49cb"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-7c876f4825f213b8adbedf089ccedfbc3b36d65b","eu-tr-6504541970-40","eu-tr-680443918500-51","eu-tr-72760517350-57","eu-tr-41816938101-07","eu-tr-46302264606-44","eu-tr-7790041608-14","eu-tr-365563511941-15","eu-tr-3305029916-47","eu-tr-6256831207-27","eu-tr-639117311617-01"]}} -{"id":"ec-meeting-2021-03-18-62ea3ce8372fab0009740148817b015fe0b94d32","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-18 - Cabinet of Commissioner Mairead Mcguinness x Confederation of British Industry"],"date":["2021-03-18"],"summary":["EU/UK relationship in financial services, digital finance, sustainable finance"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["eu-tr-73725676990-18","ec-person-44c404268b70ce0b79c4e148b5a7c4ae2c53ee30","ec-person-b38feaad7eeb35ff708f3db9b793b158f81e7872"]}} -{"id":"ec-meeting-2021-03-18-678538207854219489e9c5c1a906475ac25ea94f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-18 - Cabinet of Commissioner Mairead Mcguinness x TD Bank Group"],"date":["2021-03-18"],"summary":["Introductory Meeting\r\nRecovery after Covid -19"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Video Conferencing"],"address":["Video Conferencing"],"addressEntity":["addr-e3b7413b2ac93be00b6bcff51fdc1374d67118bd"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-2b9c589fb2354bd93067644d2c3d2c058d4c4cc9","eu-tr-280345542218-76"]}} -{"id":"ec-meeting-2021-03-18-9799ef933fd9e48eaa97cb4446a89545a9dbd5b0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-18 - Cabinet of Commissioner Didier Reynders x Avaaz Foundation Amnesty International Limited Oxfam-Solidarité / Oxfam-Solidariteit European Coalition for Corporate Justice"],"date":["2021-03-18"],"summary":["Substainable Corporate Governance"],"notes":["Portfolio: Justice"],"location":["Video conference"],"address":["Video conference"],"addressEntity":["addr-ebc9fd5c2f372a32153cf3f4d5fb918a96b84a88"],"organizer":["ec-cabinet-commissioner-didier-of-reynders"],"involved":["ec-person-442bf1ae9900b999673cdd7389224d0e21b67d4d","ec-person-1e25399e2267734c5f4c69093d2286c8898ee9f0","eu-tr-535556132909-16","eu-tr-11063928073-34","eu-tr-48872621093-60","eu-tr-475565317526-24"]}} -{"id":"ec-meeting-2021-03-18-9d926f42ffd3801c6caf599fe1420363cb754fe8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-18 - Cabinet of Commissioner Ylva Johansson x DIGITALEUROPE"],"date":["2021-03-18"],"summary":["A call with DIGITALEUROPE on upcoming legislation on child sexual abuse"],"notes":["Portfolio: Home Affairs"],"location":["VTC"],"address":["VTC"],"addressEntity":["addr-9d1acaa772820b8ade84113d2da24716fe455be2"],"organizer":["ec-cabinet-commissioner-johansson-of-ylva"],"involved":["ec-person-d3f97e069d9ff016d7b65052f6eb6b98500ec118","eu-tr-64270747023-20"]}} -{"id":"ec-meeting-2021-03-18-ad8e0e83bab3a28f87e7265713ef3e561e0662a5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-18 - Cabinet of Commissioner Didier Reynders x Amazon Europe Core SARL"],"date":["2021-03-18"],"summary":["to discuss international data flows, data protection, e-privacy and consumer protection"],"notes":["Portfolio: Justice"],"location":["video conferencing"],"address":["video conferencing"],"addressEntity":["addr-613317ccdf0c2bce8cb9f90df551697cd890eda7"],"organizer":["ec-cabinet-commissioner-didier-of-reynders"],"involved":["ec-person-442bf1ae9900b999673cdd7389224d0e21b67d4d","ec-person-1e25399e2267734c5f4c69093d2286c8898ee9f0","eu-tr-366117914426-10","ec-person-4cd0043747c40cfeaced5e4c68e43372cdb8dac9"]}} -{"id":"ec-meeting-2021-03-18-b453a5835896f561ad6dc4632db55a0931ace383","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-18 - Cabinet of Commissioner Adina Vălean x Vodafone Belgium SA"],"date":["2021-03-18"],"summary":["•\tGreen deal agenda;\r\n•\tDigitalisation of transport;\r\n•\tRecovery."],"notes":["Portfolio: Transport"],"location":["Conference Call"],"address":["Conference Call"],"addressEntity":["addr-fc1d49ef884f6a7b62842b93c5c3474fcf89e743"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["eu-tr-90142503473-81","ec-person-e5f1558cac43dd4f90847b508b6753edb0a9f903"]}} -{"id":"ec-meeting-2021-03-18-b83cf7071516b005868711b104da3463b4175c00","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-18 - Cabinet of Commissioner Mairead Mcguinness x Institutional Limited Partners Association (ILPA)"],"date":["2021-03-18"],"summary":["ELTIF"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["eu-tr-688571314594-79","ec-person-0ba9b89127b39af6a66f2fc3ed727332f1b19a34"]}} -{"id":"ec-meeting-2021-03-18-b8c222c80d2a647b5cd4423acdde3d8f53379b37","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-18 - Cabinet of Executive Vice-President Margrethe Vestager x Deutsche Welle"],"date":["2021-03-18"],"summary":["Presenting pilot project \"ENTR - what’s next\"."],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels (online)"],"address":["Brussels (online)"],"addressEntity":["addr-ef87d086df7b220ed76c9f59ee6efadfac8480c7"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-d7607503188de4dff4a730df803ecaac9b411aae","eu-tr-421591329311-65","ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0"]}} -{"id":"ec-meeting-2021-03-18-fe68f1600def05518b63b941b02fa5159085dbb2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-18 - Cabinet of Commissioner Adina Vălean x General Aviation Manufacturers Association"],"date":["2021-03-18"],"summary":["Call to prepare the participation of the Commissioner to the GAMA SAF Conference."],"notes":["Portfolio: Transport"],"location":["Conference call"],"address":["Conference call"],"addressEntity":["addr-28ba88479582b2f75898964548da4252dc7db7d2"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["ec-person-5f7f9d4d861c5b97fbd25bccf6323535d2a7ceb8","eu-tr-49221685491-82"]}} -{"id":"ec-meeting-2021-03-19-0ada05e3a384cbcfe22245ea3a40c6cb7af56759","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-19 - Cabinet of Executive Vice-President Frans Timmermans x Royal Institute of International Affairs"],"date":["2021-03-19"],"summary":["Keynote on vision for energy sector transition towards climate neutrality"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - videoconference"],"address":["Brussels - videoconference"],"addressEntity":["addr-a3a01e55b02ab591ce10151760698f4306ec49cb"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-7c876f4825f213b8adbedf089ccedfbc3b36d65b","eu-tr-936796623531-41"]}} -{"id":"ec-meeting-2021-03-19-0d4ff146ee3ad330572dfff4686a2707b79977d4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-19 - Cabinet of Commissioner Mairead Mcguinness x WWF European Policy Programme"],"date":["2021-03-19"],"summary":["non-financial reporting"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["eu-tr-1414929419-24","ec-person-0ba9b89127b39af6a66f2fc3ed727332f1b19a34"]}} -{"id":"ec-meeting-2021-03-19-0fac71e870bc84f8942a33689de86c9342ba87bc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-19 - Cabinet of Commissioner Virginijus Sinkevičius x Inchainge"],"date":["2021-03-19"],"summary":["EU Circular Economy Action Plan and educating for circular transition"],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["eu-tr-056146741444-11","ec-person-a58f1d06f5cb1d8dfd278e0c36d5aa1b9368b270"]}} -{"id":"ec-meeting-2021-03-19-18a1a69f5ac61b71920df5ea32b5d16150b3b9ef","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-19 - Cabinet of Commissioner Mairead Mcguinness x Finance Denmark"],"date":["2021-03-19"],"summary":["Basel III"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["eu-tr-20705158207-35","ec-person-49e520c7a9c9c47ccb5acfa68f9416e4233af9f8"]}} -{"id":"ec-meeting-2021-03-19-1e22c007eaf6f0ccf8ef150db3f70d206b87916f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-19 - Budget x UniCredit"],"date":["2021-03-19"],"summary":["EU SURE instrument"],"location":["videocall"],"address":["videocall"],"addressEntity":["addr-da28e2e86c6d6c7a7b3f692a8c370aa1e8406cff"],"organizer":["ec-dg-budg"],"involved":["ec-person-39635b893026833f739fe623fe7e9d5a97525e7a","eu-tr-03094871618-32"]}} -{"id":"ec-meeting-2021-03-19-4b8086a1b0293042bead3c7dc27a17ed35d2cf7a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-19 - Cabinet of Commissioner Didier Reynders x Finance Watch"],"date":["2021-03-19"],"summary":["to discuss consumer credit issues in the EU, including the review of the Consumer Credit Directive (CCD)"],"notes":["Portfolio: Justice"],"location":["Video conferencing"],"address":["Video conferencing"],"addressEntity":["addr-4a260fcbdf035aeae48bfb811f1225b05f636185"],"organizer":["ec-cabinet-commissioner-didier-of-reynders"],"involved":["eu-tr-37943526882-24","ec-person-4cd0043747c40cfeaced5e4c68e43372cdb8dac9"]}} -{"id":"ec-meeting-2021-03-19-52af5876a6279b1cdeb0dbed6dd222bb1da9f4af","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-19 - Cabinet of Commissioner Thierry Breton x B. Braun SE"],"date":["2021-03-19"],"summary":["Vaccines production"],"notes":["Portfolio: Internal Market"],"location":["videoconference"],"address":["videoconference"],"addressEntity":["addr-92b2fbb928e012810d80d9ef1abe12027beee200"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-572492736495-45","ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0"]}} -{"id":"ec-meeting-2021-03-19-5e5340d9386aec3e987f7ea51c879766f096bf6c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-19 - Cabinet of Executive Vice-President Valdis Dombrovskis x Transatlantic Consumer Dialogue"],"date":["2021-03-19"],"summary":["- Promoting voluntary transatlantic regulatory cooperation, including via information exchanges. \r\n- Supporting digital, health, sustainability policies.\r\n- Ensuring global access to vaccines."],"notes":["Portfolio: An Economy that Works for People"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-1d8581216d9aa7f26fa098a81e84ca61e0e3f261","eu-tr-534385811072-96"]}} -{"id":"ec-meeting-2021-03-19-81f4ec860236e3f1fe434baa0872c2f72143e3d5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-19 - Cabinet of Executive Vice-President Frans Timmermans x Association des Constructeurs Européens d'Automobiles"],"date":["2021-03-19"],"summary":["Exchange of views on European Green Deal in automotive"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - videoconference"],"address":["Brussels - videoconference"],"addressEntity":["addr-a3a01e55b02ab591ce10151760698f4306ec49cb"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-7c876f4825f213b8adbedf089ccedfbc3b36d65b","eu-tr-0649790813-47"]}} -{"id":"ec-meeting-2021-03-19-83f326abe40cba8644840cb32adeacf9442c9315","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-19 - Cabinet of Executive Vice-President Frans Timmermans x Inchainge"],"date":["2021-03-19"],"summary":["EU Circular Economy Action Plan and educating for circular transition"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-8af3c81534786a740718d21dc58240738a53ed7b","eu-tr-056146741444-11"]}} -{"id":"ec-meeting-2021-03-19-9a1d47bb098d755e9d2be58e46e74beef31aa310","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-19 - Cabinet of President Ursula von der Leyen x Bundesverband der Deutschen Industrie e.V."],"date":["2021-03-19"],"summary":["Meeting with BDI President"],"notes":["Portfolio: President"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["eu-tr-1771817758-48","ec-person-a2ac27c3a7aa93937efc47169c1dc2264a822175"]}} -{"id":"ec-meeting-2021-03-19-a41432386b9a0a76c7f8b4433e79ab356e97a7e8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-19 - Cabinet of Commissioner Mairead Mcguinness x Fédération bancaire française"],"date":["2021-03-19"],"summary":["Basel III"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["virtual call"],"address":["virtual call"],"addressEntity":["addr-a6b4dd3c51b68c15a984750206b014b0ab434365"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["eu-tr-09245221105-30","ec-person-49e520c7a9c9c47ccb5acfa68f9416e4233af9f8"]}} -{"id":"ec-meeting-2021-03-19-a971da88ad49229f8406bc24f51b9191fd9e693e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-19 - Cabinet of Executive Vice-President Frans Timmermans x World Wide Fund for Nature - Netherlands"],"date":["2021-03-19"],"summary":["Meeting on the European Green Deal and Farm to Fork"],"notes":["Portfolio: European Green Deal"],"location":["Brussels (videoconference)"],"address":["Brussels (videoconference)"],"addressEntity":["addr-843ddf9d3c6977cd8d56db6bb2154f8415263e26"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce","eu-tr-293380240600-85"]}} -{"id":"ec-meeting-2021-03-19-b02181c132bec66a5a96425a26f8b981f0cb0ffb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-19 - Cabinet of Commissioner Mairead Mcguinness x Corbion"],"date":["2021-03-19"],"summary":["Sustainable Finance & Taxonomy draft delegated act"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-a5441c6a69a8a94fd64e02def60fcc6567f2c1d8","eu-tr-419504541857-68"]}} -{"id":"ec-meeting-2021-03-19-bda8d99c23ef1075f83959e8d73d7e6a3ac69863","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-19 - Cabinet of Commissioner Janusz Wojciechowski x International Federation of Organic Agriculture Movements EU Regional Group"],"date":["2021-03-19"],"summary":["Organic farming Action Plan"],"notes":["Portfolio: Agriculture"],"location":["video phone call"],"address":["video phone call"],"addressEntity":["addr-20169d8760eb932415b38f11daea45615ba4bb37"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["eu-tr-67128251296-84","ec-person-cafe030b6dad78a75143f7552c420481b30ebceb"]}} -{"id":"ec-meeting-2021-03-19-c3eaaa76d55a755e80e280478e77860ce7545ced","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-19 - Cabinet of Commissioner Adina Vălean x The International Motor Vehicle Inspection Committee"],"date":["2021-03-19"],"summary":["Meeting to make a presentation of CETA to the Cabinet members."],"notes":["Portfolio: Transport"],"location":["Conference call"],"address":["Conference call"],"addressEntity":["addr-28ba88479582b2f75898964548da4252dc7db7d2"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["ec-person-6e21d867543ef3b910e746c319cb048abd054702","eu-tr-724300116898-26"]}} -{"id":"ec-meeting-2021-03-19-c9385a27203ec2dcddcb242e4ef6723638700953","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-19 - Cabinet of Commissioner Adina Vălean x ECTAA, Group of National Travel Agents' and Tour Operators' Associations within the EU"],"date":["2021-03-19"],"summary":["ECTAA presentation of their position paper on Strategy for restart of travel and tourism"],"notes":["Portfolio: Transport"],"location":["Conference call"],"address":["Conference call"],"addressEntity":["addr-28ba88479582b2f75898964548da4252dc7db7d2"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["ec-person-5f7f9d4d861c5b97fbd25bccf6323535d2a7ceb8","ec-person-fc3be846753d8ee60758ebedb7309dcf08aea52e","eu-tr-88072891086-36"]}} -{"id":"ec-meeting-2021-03-19-c9b8b64a544d8587b9e06fc5748c053be74aa59b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-19 - Cabinet of Vice-President Věra Jourová x CHAMBRE OFFICIELLE DE COMMERCE D'ESPAGNE EN BELGIQUE ET AU LUXEMBOURG ASBL"],"date":["2021-03-19"],"summary":["The Commission’s priorities concerning values and transparency"],"notes":["Portfolio: Values and Transparency"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["eu-tr-434877614680-77","ec-person-7e1aeaad9232c788ee790cdb309ccad8f9ffdc5e"]}} -{"id":"ec-meeting-2021-03-19-e067607c243c6276f83f6961b364c7a8a0b6a49c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-19 - Cabinet of Executive Vice-President Frans Timmermans x None"],"date":["2021-03-19"],"summary":["European Green Deal and carbon-neutral transport"],"notes":["Portfolio: European Green Deal"],"location":["Brussels (videoconference)"],"address":["Brussels (videoconference)"],"addressEntity":["addr-843ddf9d3c6977cd8d56db6bb2154f8415263e26"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-02776221598-67","eu-tr-77659588648-75","ec-person-9eafbf4a92961023c7df3ab389ae6d4301dec4bf","ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce","eu-tr-006901422654-34"]}} -{"id":"ec-meeting-2021-03-19-e5604972a89a3d338a53cb60c596676d4f5fb4a1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-19 - Cabinet of Executive Vice-President Valdis Dombrovskis x Metallinjalostajat ry - Finnish Steel and Metal Producers EUROMETAUX Umicore WirtschaftsVereinigung Metalle Aurubis AG"],"date":["2021-03-19"],"summary":["Due diligence"],"notes":["Portfolio: An Economy that Works for People"],"location":["video conference"],"address":["video conference"],"addressEntity":["addr-6dc12e3c97077db82f32184f24341ce370a445fd"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["eu-tr-78662404191-38","eu-tr-61650796093-48","eu-tr-865985639510-89","ec-person-3520008ac93a203db50d106deafde939bc2729f1","ec-person-235870cd7eb41f2494f695fce18b5b5b88647113","eu-tr-11160169347-78","eu-tr-9002547940-17"]}} -{"id":"ec-meeting-2021-03-19-f5dd2bccdfce73aa6b1005f66f82ccc31042be5b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-19 - Cabinet of Commissioner Adina Vălean x Transport and Environment (European Federation for Transport and Environment)"],"date":["2021-03-19"],"summary":["Upcoming revision of the Alternative Fuels Infrastructure Directive (AFID)"],"notes":["Portfolio: Transport"],"location":["Conference call"],"address":["Conference call"],"addressEntity":["addr-28ba88479582b2f75898964548da4252dc7db7d2"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["ec-person-e5f1558cac43dd4f90847b508b6753edb0a9f903","eu-tr-58744833263-19"]}} -{"id":"ec-meeting-2021-03-19-fe0a9282b6191118f8a1188868346f59b3015bee","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-19 - Health and Food Safety x Standing Committee of European Doctors"],"date":["2021-03-19"],"summary":["CPME Conference on EU Vaccine Strategy"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-dg-sante"],"involved":["eu-tr-9276943405-41","ec-person-f442ca8cd331fc51ad479fe0db982bb9fdb00647"]}} -{"id":"ec-meeting-2021-03-22-0b68c361b69df5627a27c18ac55b5059d88c1f15","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-22 - Cabinet of Commissioner Helena Dalli x Eurochild AISBL Lumos Foundation EUROPEAN NETWORK ON INDEPENDENT LIVING BRUSSELS European Disability Forum European Association of Service providers for Persons with Disabilities"],"date":["2021-03-22"],"summary":["Exchange of Views on the Transition from institutional to Community-based Care."],"notes":["Portfolio: Equality"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-dalli-helena-of"],"involved":["eu-tr-57868523887-16","ec-person-dbd4bba0ef71d4385c97691e3df5bb484709a07e","eu-tr-79360311166-84","ec-person-ce07afef6e1f4435f286cb947fa120d54d565b6c","eu-tr-230235714034-13","eu-tr-120906010805-50","eu-tr-849607914394-57"]}} -{"id":"ec-meeting-2021-03-22-29b5429c1ded24b3e2ead680727bd26b1e3bc27e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-22 - Cabinet of Commissioner Thierry Breton x Confederazione Generale dell'Industria Italiana"],"date":["2021-03-22"],"summary":["Industrial strategy, automotive, chemicals."],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-6308dea893b9b1ca0dcd5b91b4a1ac4c2f3020ad","eu-tr-27762251795-15"]}} -{"id":"ec-meeting-2021-03-22-30e048332e980154bb406efce705a2317edba22f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-22 - Cabinet of Commissioner Mairead Mcguinness x Optiver"],"date":["2021-03-22"],"summary":["CMU/MifID/Inv Firms Regime"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["virtual meeting"],"address":["virtual meeting"],"addressEntity":["addr-225c82a032511500bff73b3efe0d857849613fd9"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["eu-tr-686385826434-06","ec-person-0ba9b89127b39af6a66f2fc3ed727332f1b19a34","ec-person-49e520c7a9c9c47ccb5acfa68f9416e4233af9f8"]}} -{"id":"ec-meeting-2021-03-22-33e3daca9814b1031f7e4a5ef801ebe9421e428d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-22 - Cabinet of Commissioner Mairead Mcguinness x ENEL SpA"],"date":["2021-03-22"],"summary":["sustainable finance"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["videoconference"],"address":["videoconference"],"addressEntity":["addr-92b2fbb928e012810d80d9ef1abe12027beee200"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-b38feaad7eeb35ff708f3db9b793b158f81e7872","eu-tr-6256831207-27"]}} -{"id":"ec-meeting-2021-03-22-3a0421466eed961e0956b697019b0f4d35f604f7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-22 - Cabinet of Commissioner Virginijus Sinkevičius x Riverwatch EuroNatur - Stiftung Europäisches Naturerbe"],"date":["2021-03-22"],"summary":["Meeting on the NGOs campaign for Vjosa river in Albania, seeking to make it a National Park."],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["eu-tr-352790841645-65","ec-person-dd7a7b1952e158f4195d34cff333ec79a4f48ba3","eu-tr-018812630867-12","ec-person-172a438ed334761e2ab5d52e551fd1bcb6ab6b8d"]}} -{"id":"ec-meeting-2021-03-22-4b07f408e1c761023b9e069a4e06a0df1dfa6055","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-22 - Health and Food Safety x ASPEN INSTITUTE ITALIA"],"date":["2021-03-22"],"summary":["Participation in the digital roundtable “Tutela e valorizzazione della proprietà intellettuale”.\r\n\r\nPresentation of the Pharmaceutical Strategy for Europe and of the European response to the current challenges in the health area."],"location":["Brussels (Zoom)"],"address":["Brussels (Zoom)"],"addressEntity":["addr-e4bd3d2c76ca1d72b5352e26d781cf528ebb6e76"],"organizer":["ec-dg-sante"],"involved":["eu-tr-216091637394-12","ec-person-f442ca8cd331fc51ad479fe0db982bb9fdb00647"]}} -{"id":"ec-meeting-2021-03-22-51ca8481819cb6f612359a7d366ac0cb40fea9ba","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-22 - Cabinet of Commissioner Mairead Mcguinness x European Banking Federation"],"date":["2021-03-22"],"summary":["Introductory Meeting, Covid Recovery, Basel 111"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Video Conferencing"],"address":["Video Conferencing"],"addressEntity":["addr-e3b7413b2ac93be00b6bcff51fdc1374d67118bd"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-2b9c589fb2354bd93067644d2c3d2c058d4c4cc9","eu-tr-4722660838-23"]}} -{"id":"ec-meeting-2021-03-22-5b5424d1892c8b8c804b721165bf98a147f0bf53","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-22 - Cabinet of Commissioner Jutta Urpilainen x European Center for Constitutional and Human Rights OXFAM INTERNATIONAL EU ADVOCACY OFFICE Friends of the Earth Europe Global Witness Anti-Slavery International CIDSE - International Alliance of Catholic social justice organisations ClientEarth AISBL Clean Clothes Campaign / Stichting Schone Kleren Kampagne European Coalition for Corporate Justice"],"date":["2021-03-22"],"summary":["corporate due diligence"],"notes":["Portfolio: International Partnerships"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["eu-tr-46856801604-90","eu-tr-10439809375-73","eu-tr-628702938574-49","eu-tr-96645517357-19","ec-person-6357f4506ca5351b3a822936612fd6006da48722","ec-person-e29b72fe81d25796214b1c5915c52a124f06cd9d","eu-tr-714466824568-72","eu-tr-61263518557-92","eu-tr-48872621093-60","eu-tr-9825553393-31","eu-tr-464644816865-02"]}} -{"id":"ec-meeting-2021-03-22-5d8cd75d15cabccb926e6f83fbe916c3f899d8bf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-22 - Directorate-General for International Partnerships x African Wildlife Foundation"],"date":["2021-03-22"],"summary":["renewed approach to partnerships in the conservation and development space between the EU and Africa"],"location":["online"],"address":["online"],"addressEntity":["addr-2dbc2fd2358e1ea1b7a6bc08ea647b9a337ac92d"],"organizer":["ec-dg-intpa"],"involved":["ec-person-afe6f55069d2cc5483157e138e41abd63140fdd8","eu-tr-968063933796-28"]}} -{"id":"ec-meeting-2021-03-22-61d5f94c0c57c5907f612a647fb02f7b89021c1e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-22 - Cabinet of Commissioner Thierry Breton x European Magazine Media Association European Newspaper Publishers' Association"],"date":["2021-03-22"],"summary":["DMA"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-5950962136-12","ec-person-5215bd372c5a1202399d77ecceb8c16de8d7d55c","eu-tr-37937886834-69"]}} -{"id":"ec-meeting-2021-03-22-6656596b7fc4242a87d800b7a00c46a4729e630b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-22 - Cabinet of Commissioner Mairead Mcguinness x PayPal PLC, Belgian Branch"],"date":["2021-03-22"],"summary":["Payments Service"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Video Conferencing"],"address":["Video Conferencing"],"addressEntity":["addr-e3b7413b2ac93be00b6bcff51fdc1374d67118bd"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["eu-tr-94256896677-14","ec-person-2b9c589fb2354bd93067644d2c3d2c058d4c4cc9"]}} -{"id":"ec-meeting-2021-03-22-671d0596d6ab2039deb6cdce6045507e40f931aa","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-22 - Cabinet of Commissioner Kadri Simson x Kreab North European Oil Trade Oy"],"date":["2021-03-22"],"summary":["RED II and EU-ETS revisions;\r\nFinnish NECP;\r\nThe role of biofuels in the future."],"notes":["Portfolio: Energy"],"location":["Video Conferencing"],"address":["Video Conferencing"],"addressEntity":["addr-e3b7413b2ac93be00b6bcff51fdc1374d67118bd"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["ec-person-9b7f5fe059e5b0b40e79e9170211aa2f02322fdb","ec-person-68b9170beccdbf21444fad7cdc252dec9e60b9d2","eu-tr-967325815598-50","eu-tr-1078390517-54","ec-person-3ba14eabc5fddef75d1a672cc75b5f4bddd72ee9"]}} -{"id":"ec-meeting-2021-03-22-741bae89084ec79e588ea3778be7e88f03c75914","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-22 - Cabinet of Commissioner Didier Reynders x Havenbedrijf Antwerpen NV van publiek recht"],"date":["2021-03-22"],"summary":["To present the foreseen merger of the Port of Antwerp and Bruges"],"notes":["Portfolio: Justice"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-didier-of-reynders"],"involved":["ec-person-1e25399e2267734c5f4c69093d2286c8898ee9f0","eu-tr-435060615187-68"]}} -{"id":"ec-meeting-2021-03-22-751e870864035789527a9316655919dbd2d4fdb1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-22 - Cabinet of Commissioner Stella Kyriakides x Airports Council International - European Region"],"date":["2021-03-22"],"summary":["Discussion about a safe re-opening in light of the trajectory of the pandemic."],"notes":["Portfolio: Health"],"location":["Skype meeting"],"address":["Skype meeting"],"addressEntity":["addr-781168d389fe0a348984e596b91c97c13dd329fd"],"organizer":["ec-cabinet-commissioner-kyriakides-of-stella"],"involved":["eu-tr-42566063487-73","ec-person-8c3c9f5f3b2f84138bb6ab73180e2eff94b88ec8","ec-person-991ce64cea5178762c932ac823ea5d309e7a8d93"]}} -{"id":"ec-meeting-2021-03-22-78811876489cacefce884530c55da84867f2fe06","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-22 - Cabinet of High Representative Josep Borrell Fontelles x ATREVIA COMUNICACIÓN"],"date":["2021-03-22"],"summary":["Banana producers"],"notes":["Portfolio: High Representative of the Union for Foreign Affairs and Security Policy / Vice-President of the Commission"],"location":["Webconference"],"address":["Webconference"],"addressEntity":["addr-6d038acbf547367ca551ea1100c7319081c72741"],"organizer":["ec-borrell-cabinet-fontelles-high-josep-of-representative"],"involved":["ec-person-9dccdcf2f8ab1673bfd7f4d38db8791ce6cd5bc9","eu-tr-957847722349-55"]}} -{"id":"ec-meeting-2021-03-22-855861a30741925c9e2b07050584cbc9ad3f63ed","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-22 - Cabinet of Commissioner Nicolas Schmit x COMMISSARIAT D'INVESTISSEMENT A L'INNOVATION ET LA MOBILISATION ECONOMIQUE Chambre de Commerce du Grand-Duché de Luxembourg"],"date":["2021-03-22"],"summary":["Exchange on the Grande Region as an industrial, social and environment leader."],"notes":["Portfolio: Jobs and Social Rights"],"location":["Luxembourg"],"address":["Luxembourg"],"addressEntity":["addr-5076721c4060feeb69bd2c3dd9bdce115d5c62f3"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["eu-tr-639252043807-08","ec-person-4cf4655ab41922e92160325d987a3c4615c72d30","ec-person-c03b949331dbbe5fa3d5423758e371ec1b9b832f","eu-tr-106078130062-40"]}} -{"id":"ec-meeting-2021-03-22-87d357b0be6ee7e07d494c92f7981c7e73fec2a5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-22 - Cabinet of Executive Vice-President Valdis Dombrovskis x MAZARS"],"date":["2021-03-22"],"summary":["Auditing and financial reporting"],"notes":["Portfolio: An Economy that Works for People"],"location":["video-conference"],"address":["video-conference"],"addressEntity":["addr-8736c288a4bc51ee27ef4ed41e652409a37e60d1"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-235870cd7eb41f2494f695fce18b5b5b88647113","eu-tr-381609738464-01"]}} -{"id":"ec-meeting-2021-03-22-995e6051bb0fbd3afe5ffa2113a15f23ba64deab","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-22 - Cabinet of Executive Vice-President Margrethe Vestager x European Magazine Media Association European Newspaper Publishers' Association"],"date":["2021-03-22"],"summary":["DMA"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels online"],"address":["Brussels online"],"addressEntity":["addr-9338b4fabd9966eb00a3e4a1b3d168f1a5c6165a"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-5950962136-12","ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0","ec-person-eecca27e2a9c3fc0d4bd43564e4960382705feef","eu-tr-37937886834-69"]}} -{"id":"ec-meeting-2021-03-22-9f90f47f22a2a1cc4b89195d6f4de10ae442c4d3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-22 - Cabinet of Commissioner Thierry Breton x None"],"date":["2021-03-22"],"summary":["Industrial strategy; green transition"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-500468931965-26","eu-tr-726109217329-25","eu-tr-351267138656-84","ec-person-6308dea893b9b1ca0dcd5b91b4a1ac4c2f3020ad","eu-tr-8156981516-21","eu-tr-316522140912-19","eu-tr-07783117686-61","eu-tr-32967558277-95","eu-tr-424103441763-49"]}} -{"id":"ec-meeting-2021-03-22-a68ec9799445cc7921f739b3c12f5f024a508494","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-22 - Cabinet of Executive Vice-President Frans Timmermans x Conseil Européen des Jeunes Agriculteurs"],"date":["2021-03-22"],"summary":["Sustainable food systems"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - videoconference"],"address":["Brussels - videoconference"],"addressEntity":["addr-a3a01e55b02ab591ce10151760698f4306ec49cb"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-7c876f4825f213b8adbedf089ccedfbc3b36d65b","eu-tr-849413211923-25"]}} -{"id":"ec-meeting-2021-03-22-bd8d00f118509c0377967eb77fe59664d1bacf31","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-22 - Cabinet of Executive Vice-President Frans Timmermans x SUEZ Group Brunswick Group Advisory Limited"],"date":["2021-03-22"],"summary":["Implementation of the European Green Deal and circular economy"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-9eafbf4a92961023c7df3ab389ae6d4301dec4bf","eu-tr-26255464458-25","eu-tr-27799842497-69","ec-person-8af3c81534786a740718d21dc58240738a53ed7b"]}} -{"id":"ec-meeting-2021-03-22-cd36e5a98e3bd77d480518382fc2f071c0f27481","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-22 - Cabinet of Executive Vice-President Frans Timmermans x FOGTEC Brandschutz GmbH"],"date":["2021-03-22"],"summary":["SMEs in the rail supply chain"],"notes":["Portfolio: European Green Deal"],"location":["video call"],"address":["video call"],"addressEntity":["addr-12d8c530d76da0b7745f9c0f9285e7eec97adc55"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-d56ecbfde17436a136fc89c9a978b266e8285c84","eu-tr-062445535806-04"]}} -{"id":"ec-meeting-2021-03-22-d368af8be8a901497d4ff6b5f45881a7d62ce7c6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-22 - Cabinet of Commissioner Virginijus Sinkevičius x SUEZ Group Brunswick Group Advisory Limited"],"date":["2021-03-22"],"summary":["‘’Implementation of the European Green Deal and circular economy’’"],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["eu-tr-26255464458-25","eu-tr-27799842497-69","ec-person-a58f1d06f5cb1d8dfd278e0c36d5aa1b9368b270"]}} -{"id":"ec-meeting-2021-03-22-d92be8a9efc9e582b1595e7d4f34426b84526e5f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-22 - Cabinet of Commissioner Adina Vălean x European Barge Union"],"date":["2021-03-22"],"summary":["Introductory meeting between Cabinet and EBU to present EBU and give more detail on the upcoming EBU event."],"notes":["Portfolio: Transport"],"location":["Conference call"],"address":["Conference call"],"addressEntity":["addr-28ba88479582b2f75898964548da4252dc7db7d2"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["eu-tr-36944616803-45","ec-person-7f9ba99138b4fa5c698037dc7507219b1319e0a7"]}} -{"id":"ec-meeting-2021-03-22-e53a41627e29e133330a898dcad33552c2faf051","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-22 - Cabinet of Executive Vice-President Margrethe Vestager x SUEZ Group Brunswick Group Advisory Limited"],"date":["2021-03-22"],"summary":["Implementation of the European Green Deal and circular economy"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-26255464458-25","ec-person-3da433aae105b13fe027e9c9b3dcac2c97029370","eu-tr-27799842497-69"]}} -{"id":"ec-meeting-2021-03-22-fea67863ad9cdca63faab181cdf69803520c8658","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-22 - Mobility and Transport x Delta Air Lines, Inc."],"date":["2021-03-22"],"summary":["Air traffic recovery, sustainability"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-dg-move"],"involved":["ec-person-26cdfacae671b09917bee1a91c91973941fa58a2","eu-tr-354474115978-18"]}} -{"id":"ec-meeting-2021-03-23-0751b7b147146a6c554109b3ef9ac67044675223","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-23 - Cabinet of Commissioner Didier Reynders x Global Legal Entity Identifier Foundation"],"date":["2021-03-23"],"summary":["Sustainable Corporate Governance"],"notes":["Portfolio: Justice"],"location":["Video conference"],"address":["Video conference"],"addressEntity":["addr-ebc9fd5c2f372a32153cf3f4d5fb918a96b84a88"],"organizer":["ec-cabinet-commissioner-didier-of-reynders"],"involved":["ec-person-442bf1ae9900b999673cdd7389224d0e21b67d4d","eu-tr-660337819709-62"]}} -{"id":"ec-meeting-2021-03-23-0fe010fcddd8b8fdbe51ff8436f5d6db5c00b35b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-23 - Cabinet of Executive Vice-President Valdis Dombrovskis x European Round Table for Industry Global Counsel Limited"],"date":["2021-03-23"],"summary":["-\tEurope-China Business Dialogue of 5 February\r\n-\tCAI and political context for its ratification\r\n-\tChallenges stemming from China’s state capitalism model"],"notes":["Portfolio: An Economy that Works for People"],"location":["video"],"address":["video"],"addressEntity":["addr-ffbaf58f1231628f9ac2a583f038b51719006ec6"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["eu-tr-590425913785-60","eu-tr-25487567824-45","ec-person-9e7bd1005456277f156b671d1555c6a460fb2f58"]}} -{"id":"ec-meeting-2021-03-23-1ce8c44df5a7fa57cfa7f2b40656a07fa2791a5e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-23 - Cabinet of Executive Vice-President Frans Timmermans x European Business Summit Network"],"date":["2021-03-23"],"summary":["Clean energy transition debate"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - videoconference"],"address":["Brussels - videoconference"],"addressEntity":["addr-a3a01e55b02ab591ce10151760698f4306ec49cb"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-7c876f4825f213b8adbedf089ccedfbc3b36d65b","eu-tr-268958411031-65"]}} -{"id":"ec-meeting-2021-03-23-211b367e363e8b9c28774be34d2dac515da93f77","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-23 - Cabinet of Executive Vice-President Valdis Dombrovskis x Unrepresented Nations and Peoples Organization industriAll European Trade Union Brot für die Welt Christelijk Nationaal Vakverbond Vakcentrale International Dalit Solidarity Network Clean Clothes Campaign / Stichting Schone Kleren Kampagne Networks Matter"],"date":["2021-03-23"],"summary":["Review of the EU regulation on a generalized scheme of preference"],"notes":["Portfolio: An Economy that Works for People"],"location":["video - conference"],"address":["video - conference"],"addressEntity":["addr-2eb5d3b5d5bafbd0329beffa547939a5fa3646a2"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["eu-tr-80014376860-01","eu-tr-198539331393-20","ec-person-235870cd7eb41f2494f695fce18b5b5b88647113","eu-tr-827100133650-49","eu-tr-358284014848-82","eu-tr-900634429489-61","eu-tr-714466824568-72","eu-tr-46530831412-96"]}} -{"id":"ec-meeting-2021-03-23-213748608b37d0a926484d1e338ec59a59840242","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-23 - Taxation and Customs Union x ArcelorMittal"],"date":["2021-03-23"],"summary":["Visit of ArcelorMittal plant in Gent in the context of green transition and the EU Green Deal"],"location":["Gent, Belgium"],"address":["Gent, Belgium"],"addressEntity":["addr-74b8689fa72ab812eabdfbd3da893e83e6c4907b"],"organizer":["ec-dg-taxud"],"involved":["eu-tr-23527541824-60","ec-person-9e42f316f38c8e126c2cd2bc84affb891338c7f3"]}} -{"id":"ec-meeting-2021-03-23-229e7dfc7f7400763e2a69c4d0c4f4cfd830651c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-23 - Cabinet of Commissioner Olivér Várhelyi x European Endowment for Democracy"],"date":["2021-03-23"],"summary":["The presentation of the 2020 Annual Report of EED"],"notes":["Portfolio: Neighbourhood and Enlargement"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-of-oliver-varhelyi"],"involved":["ec-person-daf8ff1073a04b30d2f54219ecc93002ef3a684d","eu-tr-986644617102-08"]}} -{"id":"ec-meeting-2021-03-23-23b3e5b37e92e52eb3e7a367b7a031ecdbe3af96","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-23 - Cabinet of Commissioner Ylva Johansson x Amnesty International Limited"],"date":["2021-03-23"],"summary":["Meeting with Ms. Eve Geddie and the representatives from Amnesty International in the Frontex Consultative Forum to discuss human rights concerns at the external borders"],"notes":["Portfolio: Home Affairs"],"location":["VTC"],"address":["VTC"],"addressEntity":["addr-9d1acaa772820b8ade84113d2da24716fe455be2"],"organizer":["ec-cabinet-commissioner-johansson-of-ylva"],"involved":["ec-person-981fc36acd82b2e49db83e43763b908c1a89ec0b","ec-person-b54ba0be96a986a38bcd39d4f9db577e79171356","eu-tr-11063928073-34","ec-person-e80f1d4512f8632e5baa488ed887e131294d744e"]}} -{"id":"ec-meeting-2021-03-23-2a7b1defe34d2e770782f769c2d1926d60efd370","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-23 - Cabinet of Commissioner Kadri Simson x Gevo, Inc."],"date":["2021-03-23"],"summary":["Fit for 55 package;\r\nRED II revision."],"notes":["Portfolio: Energy"],"location":["Video Conferencing"],"address":["Video Conferencing"],"addressEntity":["addr-e3b7413b2ac93be00b6bcff51fdc1374d67118bd"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["ec-person-9b7f5fe059e5b0b40e79e9170211aa2f02322fdb","eu-tr-316427737892-62"]}} -{"id":"ec-meeting-2021-03-23-33a4aa93360144d00cc6da5c9545cafb9fff77b6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-23 - Cabinet of Executive Vice-President Margrethe Vestager x Leonardo S.p.A."],"date":["2021-03-23"],"summary":["Transport and tourism"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-bb1f295d8be3d10004d7e5fd7c24248a21215775","eu-tr-02550382403-01"]}} -{"id":"ec-meeting-2021-03-23-35df06ced5edab65dea8f530d5d84bb46a8361e6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-23 - Cabinet of Commissioner Mairead Mcguinness x Ernst & Young Core Business Services BV"],"date":["2021-03-23"],"summary":["Sustainable finance, AML, digital"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-44c404268b70ce0b79c4e148b5a7c4ae2c53ee30","eu-tr-04458109373-91","ec-person-0ba9b89127b39af6a66f2fc3ed727332f1b19a34","ec-person-49e520c7a9c9c47ccb5acfa68f9416e4233af9f8"]}} -{"id":"ec-meeting-2021-03-23-3863fe07a7cfad66667831c01836a8a82ddb0c30","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-23 - Cabinet of Executive Vice-President Frans Timmermans x Friends of Europe"],"date":["2021-03-23"],"summary":["Speech in debate on a sustainable Europe at the Next Connected Europe Working Group meeting"],"notes":["Portfolio: European Green Deal"],"location":["video call"],"address":["video call"],"addressEntity":["addr-12d8c530d76da0b7745f9c0f9285e7eec97adc55"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-99436366768-45","ec-person-d56ecbfde17436a136fc89c9a978b266e8285c84"]}} -{"id":"ec-meeting-2021-03-23-4888d9c4ea120d2e03cf909ef7b919d872e2d0d4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-23 - Cabinet of Commissioner Thierry Breton x Metsäliitto Cooperative"],"date":["2021-03-23"],"summary":["taxonomy, industrial strategy"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-6308dea893b9b1ca0dcd5b91b4a1ac4c2f3020ad","ec-person-026c2270ec4cbabdb8ac223b2d1fa4202696dc8d","eu-tr-962687110415-94"]}} -{"id":"ec-meeting-2021-03-23-51961b58f455986029b8702b443e80b8c6f694e1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-23 - Cabinet of Executive Vice-President Frans Timmermans x GRTgaz"],"date":["2021-03-23"],"summary":["Views from the gas TSO on the upcoming Fit for 55 Package"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - video conference"],"address":["Brussels - video conference"],"addressEntity":["addr-d7df553e47e69d1cc9f4189b36b7c867f80459b0"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-584527815328-09","ec-person-d53e00c46a4cc62bbf533e0c9bb35bacb9121989"]}} -{"id":"ec-meeting-2021-03-23-58734a7bbeea4f99bb6a0556946c968ac8cd398b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-23 - Mobility and Transport x Airlines for Europe"],"date":["2021-03-23"],"summary":["aviation recovery"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-dg-move"],"involved":["eu-tr-807912421050-91","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2021-03-23-650db36ccae10d50dd1dff7ad2a064c16c89766e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-23 - Cabinet of Executive Vice-President Valdis Dombrovskis x Rasmussen Global"],"date":["2021-03-23"],"summary":["Transatlantic relationship\r\nEU-China relationship\r\nTaiwan"],"notes":["Portfolio: An Economy that Works for People"],"location":["video"],"address":["video"],"addressEntity":["addr-ffbaf58f1231628f9ac2a583f038b51719006ec6"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-9e7bd1005456277f156b671d1555c6a460fb2f58","eu-tr-923424020779-19"]}} -{"id":"ec-meeting-2021-03-23-6b420dfa9a29d5c3abd13e2d9f8d305f43c57098","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-23 - Climate Action x BUSINESSEUROPE"],"date":["2021-03-23"],"summary":["EU ETS"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-clima"],"involved":["ec-person-9c5c685692a09a77f2bc8ae9c05663b87cd75aae","eu-tr-3978240953-79"]}} -{"id":"ec-meeting-2021-03-23-869bbbdce4add6007a57d823ac59d1c7ea4bf1cd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-23 - Mobility and Transport x Hyundai Motor Europe"],"date":["2021-03-23"],"summary":["Webinar on hydrogen for heavy duty"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-dg-move"],"involved":["eu-tr-67224683333-27","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2021-03-23-8c047af4907a3e00f42dc4c49cf2314ff4b8a1be","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-23 - Cabinet of Executive Vice-President Frans Timmermans x Berenschot Groep BV"],"date":["2021-03-23"],"summary":["The EGD and its governance"],"notes":["Portfolio: European Green Deal"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-9eafbf4a92961023c7df3ab389ae6d4301dec4bf","eu-tr-438929232932-59"]}} -{"id":"ec-meeting-2021-03-23-95b60a3720071e2e1a57ef5252d6b952ecf05947","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-23 - Cabinet of Commissioner Adina Vălean x NGVA Europe International Road Transport Union Permanent Delegation to the EU European Association Automotive Suppliers Verband Deutscher Maschinen- und Anlagenbau e.V. Europe's Independent Fuel Suppliers European Producers Union of Renewable Ethanol Association for Emissions Control by Catalyst EWABA FuelsEurope Verband der Deutschen Biokraftstoffindustrie Methanol Institute European Boating Association CO2 Value Europe AISBL eFuel Alliance"],"date":["2021-03-23"],"summary":["Renewable fuels to climate neutrality and economic growth"],"notes":["Portfolio: Transport"],"location":["Conference call"],"address":["Conference call"],"addressEntity":["addr-28ba88479582b2f75898964548da4252dc7db7d2"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["eu-tr-41802525291-86","eu-tr-91408765797-03","eu-tr-32591134448-30","eu-tr-977056531128-71","ec-person-e5f1558cac43dd4f90847b508b6753edb0a9f903","eu-tr-1119946481-54","eu-tr-78711786419-61","eu-tr-01816267633-71","eu-tr-26207914726-42","eu-tr-312446938719-11","eu-tr-727017212658-96","eu-tr-334674912578-83","eu-tr-42843016904-50","eu-tr-205999610833-45","eu-tr-9765362691-45"]}} -{"id":"ec-meeting-2021-03-23-9fe895a92ab7a1276e2132b425c8f081f4ed218c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-23 - Cabinet of Executive Vice-President Frans Timmermans x Bayerische Motoren Werke Aktiengesellschaft"],"date":["2021-03-23"],"summary":["Transition to zero emission cars"],"notes":["Portfolio: European Green Deal"],"location":["video call"],"address":["video call"],"addressEntity":["addr-12d8c530d76da0b7745f9c0f9285e7eec97adc55"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-d56ecbfde17436a136fc89c9a978b266e8285c84","eu-tr-7193977808-18"]}} -{"id":"ec-meeting-2021-03-23-a2f5ed6828f6f8008982008752dbeb962b5da266","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-23 - Competition x Kangaroo Group"],"date":["2021-03-23"],"summary":["Discussion on DMA"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-comp"],"involved":["ec-person-f257bc19c568ad25083c1c1e1651426245cefedf","eu-tr-81031887403-27"]}} -{"id":"ec-meeting-2021-03-23-a7a50f383fd8cb5c1720f9e42546d291f4d0bf97","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-23 - Cabinet of Commissioner Mariya Gabriel x DASSAULT AVIATION"],"date":["2021-03-23"],"summary":["Research in the aviation sector"],"notes":["Portfolio: Innovation and Youth"],"location":["Videconfernce"],"address":["Videconfernce"],"addressEntity":["addr-1a7c901dc9a65266d57c85b9b0c280b31da4f214"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-264527121382-71","ec-person-1674399a793e9e6fd7cf55b525515fc862fc9351"]}} -{"id":"ec-meeting-2021-03-23-c2a69c46e218333788e8b08d834f20a8f702ec18","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-23 - Cabinet of Vice-President Margaritis Schinas x Wirtschaftsrat der CDU e.V."],"date":["2021-03-23"],"summary":["The European Way of Life: A Europe that protects, a Europe that empowers (Vaccines, Migration, Skills, Education, Integration)"],"notes":["Portfolio: Promoting the European Way of Life"],"location":["virtual conference"],"address":["virtual conference"],"addressEntity":["addr-603c6066083042635db4e326b8c4cf96d64a8b20"],"organizer":["ec-cabinet-margaritis-of-president-schinas-vice"],"involved":["ec-person-d5cada2a1a17537a675985af31e5ce07ae3bfd42","eu-tr-176334311014-43"]}} -{"id":"ec-meeting-2021-03-23-d200d331887d31be470d0230f2ecdb242af718af","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-23 - Cabinet of Vice-President Dubravka Šuica x AGE Platform Europe"],"date":["2021-03-23"],"summary":["-\tGreen Paper on Ageing\r\n-\tInternational policies on ageing"],"notes":["Portfolio: Democracy and Demography"],"location":["Online meeting"],"address":["Online meeting"],"addressEntity":["addr-9d833a1da3074efd384ee6bc2b108c1f5bb379e0"],"organizer":["ec-cabinet-dubravka-of-president-suica-vice"],"involved":["eu-tr-16549972091-86","ec-person-bae2f44eb21285b37ecc9c7f2f42b4acb1f53264"]}} -{"id":"ec-meeting-2021-03-23-d88727a716329497a75a882549170abc6b483459","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-23 - Cabinet of Executive Vice-President Margrethe Vestager x ZDF Europabüro Brüssel"],"date":["2021-03-23"],"summary":["DSA"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels, online"],"address":["Brussels, online"],"addressEntity":["addr-af0c18ce12d80192c627f5a1fdfcb8ed37836e47"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-3209361971-85","ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0"]}} -{"id":"ec-meeting-2021-03-23-e28c647010bc026a4648eedfdc0a0c8da9f473b3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-23 - Cabinet of Executive Vice-President Frans Timmermans x ExxonMobil Petroleum & Chemical Dow Europe GmbH Air Products Tata Steel Nederland"],"date":["2021-03-23"],"summary":["European Green Deal"],"notes":["Portfolio: European Green Deal"],"location":["Brussels (video conference)"],"address":["Brussels (video conference)"],"addressEntity":["addr-1a77e12c05a39186f3ddab600c3e9e619c4822ef"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-0745650927-75","eu-tr-119101322906-62","ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce","eu-tr-08746491502-16","eu-tr-38235121060-73"]}} -{"id":"ec-meeting-2021-03-23-e73a05abf48fbd0d95461b9d59e4b01af4a70cc8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-23 - Cabinet of Commissioner Mairead Mcguinness x European Business Summit Network"],"date":["2021-03-23"],"summary":["Opening Address at Clean Energy Summit 'How to couple finance and sustainability."],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Video Conferencing"],"address":["Video Conferencing"],"addressEntity":["addr-e3b7413b2ac93be00b6bcff51fdc1374d67118bd"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-2b9c589fb2354bd93067644d2c3d2c058d4c4cc9","ec-person-a5441c6a69a8a94fd64e02def60fcc6567f2c1d8","eu-tr-268958411031-65"]}} -{"id":"ec-meeting-2021-03-23-efad1136100844ae31c3e7e3861d09fa7b93dda4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-23 - Cabinet of Executive Vice-President Frans Timmermans x World Economic Forum"],"date":["2021-03-23"],"summary":["Climate neutrality, Green Deal and role of business"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - videoconference"],"address":["Brussels - videoconference"],"addressEntity":["addr-a3a01e55b02ab591ce10151760698f4306ec49cb"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-049060636194-17","ec-person-7c876f4825f213b8adbedf089ccedfbc3b36d65b"]}} -{"id":"ec-meeting-2021-03-23-f6eea7a91c8e99e6e7ecf3047193c450eea17c65","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-23 - Cabinet of Commissioner Mairead Mcguinness x Stripe, Inc."],"date":["2021-03-23"],"summary":["Payment Services"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["video conferencing"],"address":["video conferencing"],"addressEntity":["addr-613317ccdf0c2bce8cb9f90df551697cd890eda7"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-2b9c589fb2354bd93067644d2c3d2c058d4c4cc9","eu-tr-389356530261-76"]}} -{"id":"ec-meeting-2021-03-24-15d0a0e1fe5b418e43b954ff13bf736256cca4ed","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-24 - Cabinet of Vice-President Věra Jourová x 5Rights Foundation"],"date":["2021-03-24"],"summary":["Children and digital"],"notes":["Portfolio: Values and Transparency"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["ec-person-221276f2dfa4b8fe628f08e982d967b6aeb61c57","eu-tr-373653640889-82"]}} -{"id":"ec-meeting-2021-03-24-26b75b6a0c69373b0d38086f065beb321707b2ae","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-24 - Cabinet of Commissioner Mairead Mcguinness x European Third Party Providers Association"],"date":["2021-03-24"],"summary":["Retail payments services, digital finance"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["online"],"address":["online"],"addressEntity":["addr-2dbc2fd2358e1ea1b7a6bc08ea647b9a337ac92d"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-0ba9b89127b39af6a66f2fc3ed727332f1b19a34","ec-person-3a66109f0585c657edbe69190faa41919b50e05f","eu-tr-990847335232-73"]}} -{"id":"ec-meeting-2021-03-24-3c4bb310a0250cd5e097911921c076066048ba99","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-24 - Cabinet of Commissioner Mairead Mcguinness x Banking & Payments Federation Ireland"],"date":["2021-03-24"],"summary":["Basel III and Covid Response"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["virtual call"],"address":["virtual call"],"addressEntity":["addr-a6b4dd3c51b68c15a984750206b014b0ab434365"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["eu-tr-981559116223-93","ec-person-1d2f53447b8f2d9bb3f50f7247ad40c2cf8036e4","ec-person-49e520c7a9c9c47ccb5acfa68f9416e4233af9f8"]}} -{"id":"ec-meeting-2021-03-24-3cac7717eaf063dd0fc5c4217126f0e666ec8d83","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-24 - Cabinet of Commissioner Mairead Mcguinness x Insurance Ireland"],"date":["2021-03-24"],"summary":["Solvency 11"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Video Conferencing"],"address":["Video Conferencing"],"addressEntity":["addr-e3b7413b2ac93be00b6bcff51fdc1374d67118bd"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["eu-tr-978587826097-61","ec-person-2b9c589fb2354bd93067644d2c3d2c058d4c4cc9"]}} -{"id":"ec-meeting-2021-03-24-5a2a543bd69645f74d451ac34b83b632c6074e2c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-24 - Cabinet of Commissioner Adina Vălean x Société nationale SNCF"],"date":["2021-03-24"],"summary":["Meeting with with SNCF about the new SNCF transport modes' comparator"],"notes":["Portfolio: Transport"],"location":["Conference call"],"address":["Conference call"],"addressEntity":["addr-28ba88479582b2f75898964548da4252dc7db7d2"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["ec-person-5f7f9d4d861c5b97fbd25bccf6323535d2a7ceb8","eu-tr-97914681026-14","ec-person-6e21d867543ef3b910e746c319cb048abd054702"]}} -{"id":"ec-meeting-2021-03-24-5c52894b430fc95cb8a65c1a1a00aa87ece04861","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-24 - Cabinet of Commissioner Nicolas Schmit x Eurocities"],"date":["2021-03-24"],"summary":["Follow-up meeting (Eurocities event)"],"notes":["Portfolio: Jobs and Social Rights"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-c2208333f0f75350eef62b355a40bf856f2d9cef","eu-tr-12493392840-79"]}} -{"id":"ec-meeting-2021-03-24-636d07c51ad901ea539265a0fda33ab29955db81","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-24 - Cabinet of Commissioner Stella Kyriakides x European Association of Urology"],"date":["2021-03-24"],"summary":["Exchange of views on Europe's Beating Cancer Plan and the European Health Data Space"],"notes":["Portfolio: Health"],"location":["Brussels, virtual meeting"],"address":["Brussels, virtual meeting"],"addressEntity":["addr-4bb3355c4dd7121ff74decf748c2f1aaf04a6b2c"],"organizer":["ec-cabinet-commissioner-kyriakides-of-stella"],"involved":["eu-tr-703095536854-37","ec-person-c7513fae2df7920eea99d7cc103a354aa4f56b6e"]}} -{"id":"ec-meeting-2021-03-24-63b270139d43c5b4e27c93ea7befe8e712f24550","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-24 - Cabinet of Commissioner Adina Vălean x Fédération Internationale de l'Automobile"],"date":["2021-03-24"],"summary":["Conversation with FIA 1 Euroboard on the SSMS."],"notes":["Portfolio: Transport"],"location":["Online conference"],"address":["Online conference"],"addressEntity":["addr-87279a1da86ab165bbf50c87c38f2a84b5934b3b"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["eu-tr-84839535366-67","ec-person-6e21d867543ef3b910e746c319cb048abd054702","ec-person-267c5ab3ea5304fc6305ef321e214c9c1cd0f78e"]}} -{"id":"ec-meeting-2021-03-24-74748ab09843297884e8762f57a02643ffff6ff3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-24 - Communications Networks, Content and Technology x NXP Semiconductors Netherlands B.V."],"date":["2021-03-24"],"summary":["IPCEI Microelectronics (virtual meeting)"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-898711618618-45","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2021-03-24-792a5bbd5b0640fb8ac667a93f9b308e4fe4c0d1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-24 - Cabinet of Commissioner Mairead Mcguinness x European Fund and Asset Management Association"],"date":["2021-03-24"],"summary":["AIFMD/ELTIF/CMU"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-0ba9b89127b39af6a66f2fc3ed727332f1b19a34","eu-tr-3373670692-24"]}} -{"id":"ec-meeting-2021-03-24-9454fbb4509516505737942ef4d8c1e5b61c2235","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-24 - Cabinet of Commissioner Mariya Gabriel x FacilityLive OpCo"],"date":["2021-03-24"],"summary":["European Innovation Area"],"notes":["Portfolio: Innovation and Youth"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-203912412999-51","ec-person-1674399a793e9e6fd7cf55b525515fc862fc9351"]}} -{"id":"ec-meeting-2021-03-24-9be272564e6cc9c4b6dbbf84a13b32049c67ba23","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-24 - Cabinet of Commissioner Nicolas Schmit x JA Europe"],"date":["2021-03-24"],"summary":["Meeting on Skills"],"notes":["Portfolio: Jobs and Social Rights"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-66fa2c2d100ec194caa42b5c6f97c36e2748b71c","ec-person-4cf4655ab41922e92160325d987a3c4615c72d30","eu-tr-640075618084-13"]}} -{"id":"ec-meeting-2021-03-24-a154482374dcf6cbd8e01b2e83c158549dde5e6a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-24 - Cabinet of Executive Vice-President Margrethe Vestager x Apple Inc."],"date":["2021-03-24"],"summary":["Data Privacy"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0","eu-tr-588327811384-96"]}} -{"id":"ec-meeting-2021-03-24-ad066cdf85b448c7e8599b3e2a78f38aacdda0cd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-24 - Cabinet of Executive Vice-President Valdis Dombrovskis x BUSINESSEUROPE"],"date":["2021-03-24"],"summary":["Planning meeting for ASGroup event"],"notes":["Portfolio: An Economy that Works for People"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["eu-tr-3978240953-79","ec-person-95d6ecce9b8f3a7b167d0eac8e270fdce0665ccb"]}} -{"id":"ec-meeting-2021-03-24-b1734d2fd39a9bad65aa3311420bd471bc8c4a33","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-24 - Cabinet of Commissioner Virginijus Sinkevičius x Orgalim – Europe's Technology Industries"],"date":["2021-03-24"],"summary":["To discuss the Circular Economy Action Plan, with a focus on the Sustainable Products Initiative, and exchange views on ways to support businesses in becoming champions of circularity."],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["ec-person-dd7a7b1952e158f4195d34cff333ec79a4f48ba3","eu-tr-20210641335-88","ec-person-a58f1d06f5cb1d8dfd278e0c36d5aa1b9368b270"]}} -{"id":"ec-meeting-2021-03-24-b703f222cc2b4bafa234f28cfb3abfa67d90a70a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-24 - Cabinet of Executive Vice-President Frans Timmermans x European Data Centre Association CLOUD INFRASTRUCTURE SERVICES PROVIDERS IN EUROPE"],"date":["2021-03-24"],"summary":["Climate neutral data centres"],"notes":["Portfolio: European Green Deal"],"location":["video call"],"address":["video call"],"addressEntity":["addr-12d8c530d76da0b7745f9c0f9285e7eec97adc55"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-041495920038-44","eu-tr-073113537074-85","ec-person-d56ecbfde17436a136fc89c9a978b266e8285c84"]}} -{"id":"ec-meeting-2021-03-24-c2f03ea45875772774de83bad20c86da8cd544f8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-24 - Cabinet of Commissioner Didier Reynders x Wilmar Europe Trading BV"],"date":["2021-03-24"],"summary":["Sustainable Corporate Governance"],"notes":["Portfolio: Justice"],"location":["Video conference"],"address":["Video conference"],"addressEntity":["addr-ebc9fd5c2f372a32153cf3f4d5fb918a96b84a88"],"organizer":["ec-cabinet-commissioner-didier-of-reynders"],"involved":["ec-person-442bf1ae9900b999673cdd7389224d0e21b67d4d","eu-tr-873067039520-87"]}} -{"id":"ec-meeting-2021-03-24-ccb43da1a8ea4cec545cf6b1fbe63c42fda88e3e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-24 - Cabinet of Commissioner Mairead Mcguinness x Mastercard Europe"],"date":["2021-03-24"],"summary":["Retail payments strategy, open strategic autonomy"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-0ba9b89127b39af6a66f2fc3ed727332f1b19a34","ec-person-3a66109f0585c657edbe69190faa41919b50e05f","eu-tr-58204758673-16"]}} -{"id":"ec-meeting-2021-03-24-ef9f955b324b58979f47e041da66ec691bdecd83","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-24 - Cabinet of Commissioner Didier Reynders x EcoVadis"],"date":["2021-03-24"],"summary":["Sustainable Corporate Governance"],"notes":["Portfolio: Justice"],"location":["Video conference"],"address":["Video conference"],"addressEntity":["addr-ebc9fd5c2f372a32153cf3f4d5fb918a96b84a88"],"organizer":["ec-cabinet-commissioner-didier-of-reynders"],"involved":["ec-person-442bf1ae9900b999673cdd7389224d0e21b67d4d","eu-tr-488996338945-60"]}} -{"id":"ec-meeting-2021-03-24-fd57a1a1d12b3fca0856ac5a5407e22b6bcf2812","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-24 - Cabinet of Commissioner Thierry Breton x Confederation of European Paper Industries Fertilizers Europe FuelsEurope The European Steel Association EUROMETAUX CEMBUREAU - The European Cement Association BASF SE European Chemical Industry Council"],"date":["2021-03-24"],"summary":["Commissioner Breton meeting with CEOs from Energy Intensive Industries on Industrial strategy & fit for 55."],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-61650796093-48","eu-tr-93987316076-63","ec-person-6308dea893b9b1ca0dcd5b91b4a1ac4c2f3020ad","ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","eu-tr-72279144480-58","eu-tr-64879142323-90","eu-tr-7410939793-88","eu-tr-26207914726-42","eu-tr-93038071152-83","eu-tr-80788715017-29"]}} -{"id":"ec-meeting-2021-03-24-ffcc562e0561b9592e3af909049cb184c0084a11","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-24 - Cabinet of Executive Vice-President Frans Timmermans x Havenbedrijf Antwerpen NV van publiek recht"],"date":["2021-03-24"],"summary":["Meeting on the merger of the Ports of Antwerp and Zeebrugge in view of the European transport and energy transition and sustainable recovery"],"notes":["Portfolio: European Green Deal"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-435060615187-68","ec-person-9eafbf4a92961023c7df3ab389ae6d4301dec4bf","ec-person-d56ecbfde17436a136fc89c9a978b266e8285c84","ec-person-f1a3478550296f3f9accdc67d6ef5a0b681dda4b"]}} -{"id":"ec-meeting-2021-03-25-07c297e868acaccc5546011a24c38b20e433c30b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-25 - Cabinet of Executive Vice-President Margrethe Vestager x European Round Table for Industry"],"date":["2021-03-25"],"summary":["B2B Data, Cloud, Gaia X"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0","eu-tr-25487567824-45"]}} -{"id":"ec-meeting-2021-03-25-106bbfef9ffbf76a925151058069e02aada90673","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-25 - Cabinet of Executive Vice-President Valdis Dombrovskis x Federation of the European Sporting Goods Industry"],"date":["2021-03-25"],"summary":["EU-ASEAN relations"],"notes":["Portfolio: An Economy that Works for People"],"location":["Video-conference"],"address":["Video-conference"],"addressEntity":["addr-afae67aab834151e72f631228e72361e369db072"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["eu-tr-616677713667-62","ec-person-5582b553fc27622716ec0589005296819f597ad2"]}} -{"id":"ec-meeting-2021-03-25-1a3af9114471b15062fcd25921eb5bc87cf82996","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-25 - Cabinet of Commissioner Mairead Mcguinness x Association Française des Entreprises Privées / French Association of Large Companies"],"date":["2021-03-25"],"summary":["country by country reporting and non-financial reporting"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["eu-tr-953933297-85","ec-person-0ba9b89127b39af6a66f2fc3ed727332f1b19a34"]}} -{"id":"ec-meeting-2021-03-25-42b0fa52bcd3d214cb271c3d18640d68ee3871be","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-25 - Cabinet of Vice-President Věra Jourová x Avaaz Foundation"],"date":["2021-03-25"],"summary":["Disinformation"],"notes":["Portfolio: Values and Transparency"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["ec-person-74c07660dcbc6dc9993b34462cf2a1fec35925ea","ec-person-aa83f35da599b82e4f15da018f4b3447eb648f7c","eu-tr-475565317526-24","ec-person-fb258e0188a5319bfaba3161382db43f5a85851f"]}} -{"id":"ec-meeting-2021-03-25-42e501996fa37bef10feb415ce6e02491f17a015","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-25 - Cabinet of Executive Vice-President Frans Timmermans x EUROGAS aisbl"],"date":["2021-03-25"],"summary":["Keynote speech on the Vision for Transition to Net Zero"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - videoconference"],"address":["Brussels - videoconference"],"addressEntity":["addr-a3a01e55b02ab591ce10151760698f4306ec49cb"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-7c876f4825f213b8adbedf089ccedfbc3b36d65b","eu-tr-17909506129-41"]}} -{"id":"ec-meeting-2021-03-25-431d644e25819d97b10a2032c2d99fe6761356dd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-25 - Cabinet of Commissioner Adina Vălean x Airlines for Europe"],"date":["2021-03-25"],"summary":["Conversation with A4E steering board"],"notes":["Portfolio: Transport"],"location":["Online conference"],"address":["Online conference"],"addressEntity":["addr-87279a1da86ab165bbf50c87c38f2a84b5934b3b"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["ec-person-5f7f9d4d861c5b97fbd25bccf6323535d2a7ceb8","eu-tr-807912421050-91","ec-person-267c5ab3ea5304fc6305ef321e214c9c1cd0f78e"]}} -{"id":"ec-meeting-2021-03-25-43de0a9f2c41d4c91e5a71c943b68a522f63749e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-25 - Cabinet of Commissioner Thierry Breton x Breakthrough Energy Catalyst Foundation"],"date":["2021-03-25"],"summary":["Catalyst Programme"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-6308dea893b9b1ca0dcd5b91b4a1ac4c2f3020ad","ec-person-5215bd372c5a1202399d77ecceb8c16de8d7d55c","eu-tr-424103441763-49"]}} -{"id":"ec-meeting-2021-03-25-5dabbe384bb53be28bf3ee7272ce2a896d7f7d2e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-25 - Cabinet of Commissioner Mairead Mcguinness x Intel Corporation"],"date":["2021-03-25"],"summary":["Investments, innovation, open strategic autonomy"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-00f66582d8581f7480e12525027b5a1ee9b22f07","ec-person-3a66109f0585c657edbe69190faa41919b50e05f","ec-person-1d2f53447b8f2d9bb3f50f7247ad40c2cf8036e4","eu-tr-7459401905-60"]}} -{"id":"ec-meeting-2021-03-25-5e85ad7b792f07eb342553108860ce16595036fe","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-25 - Mobility and Transport x Ile-de-France Europe Régie Autonome des Transports Parisiens Groupe ADP"],"date":["2021-03-25"],"summary":["Urban air mobility"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-dg-move"],"involved":["eu-tr-53916638834-05","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2","eu-tr-86172696311-16","eu-tr-782461923540-48"]}} -{"id":"ec-meeting-2021-03-25-b4d4f93f07fab3b4a6d3c8fc3d098c6f7af50f24","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-25 - Cabinet of Commissioner Virginijus Sinkevičius x EuroNatur - Stiftung Europäisches Naturerbe"],"date":["2021-03-25"],"summary":["To discuss the Vjosa river – how can the EU support designation of a national park."],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["eu-tr-018812630867-12","ec-person-172a438ed334761e2ab5d52e551fd1bcb6ab6b8d","ec-person-a3ed762188f9656ad2089827d1f121894fc1c0d2"]}} -{"id":"ec-meeting-2021-03-25-cd2c1e44072134c1a1dbbc8491a6bfcc203974a6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-25 - Cabinet of Executive Vice-President Frans Timmermans x Royal Dutch Grain and Feed Trade Association (Het Comité)"],"date":["2021-03-25"],"summary":["Speech at BioWebinar (on the European Green Deal)"],"notes":["Portfolio: European Green Deal"],"location":["Brussels (video conference)"],"address":["Brussels (video conference)"],"addressEntity":["addr-1a77e12c05a39186f3ddab600c3e9e619c4822ef"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-259782329441-62","ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce"]}} -{"id":"ec-meeting-2021-03-25-d33ded0f7a01e17e3e5d61047d0b1ffbc7b76003","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-25 - Cabinet of Vice-President Margaritis Schinas x European Federation of Pharmaceutical Industries and Associations"],"date":["2021-03-25"],"summary":["Biopharmaceutical CEO Roundtable"],"notes":["Portfolio: Promoting the European Way of Life"],"location":["virtual meeting"],"address":["virtual meeting"],"addressEntity":["addr-225c82a032511500bff73b3efe0d857849613fd9"],"organizer":["ec-cabinet-margaritis-of-president-schinas-vice"],"involved":["eu-tr-38526121292-88","ec-person-c8d1d7f3012c344bc60630eb456865390bddc7c5","ec-person-180e5c5b13dac533a1241b0f9d78176c8bec3d51"]}} -{"id":"ec-meeting-2021-03-25-d4e6e13e5077bc2a92949aab724fe76405938f91","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-25 - Cabinet of President Ursula von der Leyen x The European Steel Association"],"date":["2021-03-25"],"summary":["EEAG"],"notes":["Portfolio: President"],"location":["Brussels (WEBEX)"],"address":["Brussels (WEBEX)"],"addressEntity":["addr-3afbdeda01f3dac93a9dc841fdac57d9de27b869"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-7019713e72781afb1f3b19032c4752a314b78180","eu-tr-93038071152-83"]}} -{"id":"ec-meeting-2021-03-25-fb50522281ddb4d831ab25c8494ab2618623f579","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-25 - Cabinet of Commissioner Ylva Johansson x Confederation of Swedish Enterprise"],"date":["2021-03-25"],"summary":["Meeting about new rules on corporate governance and due diligence with focus on sustainability. The representative of the organization raised concerns about the consequences for both Swedish and other European companies."],"notes":["Portfolio: Home Affairs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-johansson-of-ylva"],"involved":["eu-tr-39912257528-48","ec-person-e80f1d4512f8632e5baa488ed887e131294d744e"]}} -{"id":"ec-meeting-2021-03-26-0031433b84b9b4bb8e42ed1d76b334082d2c3748","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-26 - Cabinet of Executive Vice-President Frans Timmermans x The European Steel Association ArcelorMittal"],"date":["2021-03-26"],"summary":["Taxonomy/Draft delegated act"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-e88af8eb396e96e3dbc9b4ec6e40a348d26c389c","eu-tr-93038071152-83","eu-tr-23527541824-60"]}} -{"id":"ec-meeting-2021-03-26-03b24bfcc1791cec08bf8ea44e05893cf189c11b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-26 - Cabinet of Commissioner Mairead Mcguinness x R3 LLC"],"date":["2021-03-26"],"summary":["crypto-assets/blockchain"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-0ba9b89127b39af6a66f2fc3ed727332f1b19a34","eu-tr-256127527481-65"]}} -{"id":"ec-meeting-2021-03-26-0701be584df876a5957d6dec7b26262cda121015","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-26 - Cabinet of Executive Vice-President Valdis Dombrovskis x Naturschutzbund Deutschland e.V. Stichting BirdLife Europe Climate Strategy Transport and Environment (European Federation for Transport and Environment) World Wide Fund for Nature Belgium"],"date":["2021-03-26"],"summary":["Taxonomy"],"notes":["Portfolio: An Economy that Works for People"],"location":["video - conference"],"address":["video - conference"],"addressEntity":["addr-2eb5d3b5d5bafbd0329beffa547939a5fa3646a2"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["eu-tr-58744833263-19","ec-person-235870cd7eb41f2494f695fce18b5b5b88647113","eu-tr-340103933893-82","eu-tr-1083162721-43","eu-tr-32967558277-95","eu-tr-0285583802-96"]}} -{"id":"ec-meeting-2021-03-26-0d4ff146ee3ad330572dfff4686a2707b79977d4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-26 - Cabinet of Commissioner Mairead Mcguinness x WWF European Policy Programme"],"date":["2021-03-26"],"summary":["Taxonomy draft delegated act"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-a5441c6a69a8a94fd64e02def60fcc6567f2c1d8","eu-tr-1414929419-24"]}} -{"id":"ec-meeting-2021-03-26-122f035463e1df3d4767c989761ed8a9fcad8e8e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-26 - Cabinet of President Ursula von der Leyen x Deutscher Sparkassen-und Giroverband"],"date":["2021-03-26"],"summary":["Basel III implementation"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["eu-tr-62379064909-15","ec-person-a159f03add374257584565c2b05cc5539a7526e6"]}} -{"id":"ec-meeting-2021-03-26-2b32374e0e9bbe9b1ddb80d93e87da417d62f538","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-26 - Cabinet of Executive Vice-President Valdis Dombrovskis x ArcelorMittal The European Steel Association"],"date":["2021-03-26"],"summary":["Taxonomy, draft Delegated Act"],"notes":["Portfolio: An Economy that Works for People"],"location":["video - conference"],"address":["video - conference"],"addressEntity":["addr-2eb5d3b5d5bafbd0329beffa547939a5fa3646a2"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-235870cd7eb41f2494f695fce18b5b5b88647113","eu-tr-23527541824-60","eu-tr-93038071152-83"]}} -{"id":"ec-meeting-2021-03-26-2f94cd79889b61af3aa57301c62901f13041dcb8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-26 - Environment x Municipal Waste Europe"],"date":["2021-03-26"],"summary":["points of discussion: \r\nWaste management and its place within the Circular Economy\r\nWaste management and Climate Change \r\nWaste shipments"],"location":["Video meeting"],"address":["Video meeting"],"addressEntity":["addr-762dc9b5648e05f3894b6f2597baa8254e5414db"],"organizer":["ec-dg-env"],"involved":["ec-person-f9559d68da38935569ff0be1cadd90e05f0454bd","eu-tr-75395701551-94"]}} -{"id":"ec-meeting-2021-03-26-3c4bb310a0250cd5e097911921c076066048ba99","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-26 - Cabinet of Commissioner Mairead Mcguinness x Banking & Payments Federation Ireland"],"date":["2021-03-26"],"summary":["Basel 111"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Video conferencing"],"address":["Video conferencing"],"addressEntity":["addr-4a260fcbdf035aeae48bfb811f1225b05f636185"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-2b9c589fb2354bd93067644d2c3d2c058d4c4cc9","eu-tr-981559116223-93"]}} -{"id":"ec-meeting-2021-03-26-5b7ab9e4010f8dc940ac7cde88d3a4af9bd31645","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-26 - Cabinet of Executive Vice-President Valdis Dombrovskis x AFL-CIO"],"date":["2021-03-26"],"summary":["- EU-US economic and trade relationship with the new administration\r\n- CAI EU-China\r\nWTO reform, focus on labour rights"],"notes":["Portfolio: An Economy that Works for People"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["eu-tr-119222239067-12","ec-person-9e7bd1005456277f156b671d1555c6a460fb2f58"]}} -{"id":"ec-meeting-2021-03-26-5cf48fc38214e5fcf32cf6c08191f57e5eabab9f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-26 - Cabinet of Commissioner Mairead Mcguinness x ArcelorMittal The European Steel Association"],"date":["2021-03-26"],"summary":["Taxonomy, draft Delegated Act"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-a5441c6a69a8a94fd64e02def60fcc6567f2c1d8","eu-tr-23527541824-60","eu-tr-93038071152-83"]}} -{"id":"ec-meeting-2021-03-26-8e0f6b1481bb296172343033ca771c9758693c3e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-26 - Cabinet of Commissioner Thierry Breton x SANOFI"],"date":["2021-03-26"],"summary":["Health in the industry policy update"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-61291462764-77","ec-person-026c2270ec4cbabdb8ac223b2d1fa4202696dc8d"]}} -{"id":"ec-meeting-2021-03-26-93fea152746484116e4aab8c925ff0ec699206eb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-26 - Cabinet of Vice-President Věra Jourová x Civil Liberties Union for Europe"],"date":["2021-03-26"],"summary":["Anti-SLAPP coalition launch"],"notes":["Portfolio: Values and Transparency"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["eu-tr-544892227334-39","ec-person-bf54da17217bbddfd9c68fe24d88005ac17e2c4b"]}} -{"id":"ec-meeting-2021-03-26-a37f34921a7ac80d4e21ea2edcdb78a31402d246","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-26 - Cabinet of Executive Vice-President Frans Timmermans x National Geographic Society"],"date":["2021-03-26"],"summary":["COP15, EU 2030 Biodiversity Strategy and the marine environment"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-607060941756-57","ec-person-8af3c81534786a740718d21dc58240738a53ed7b"]}} -{"id":"ec-meeting-2021-03-26-ab68ad4beed7319185e378cd28494e83c65b3b1c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-26 - Cabinet of Commissioner Adina Vălean x European Transport Workers' Federation"],"date":["2021-03-26"],"summary":["Presentation of the new ETF aviation team."],"notes":["Portfolio: Transport"],"location":["Conference call"],"address":["Conference call"],"addressEntity":["addr-28ba88479582b2f75898964548da4252dc7db7d2"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["ec-person-5f7f9d4d861c5b97fbd25bccf6323535d2a7ceb8","ec-person-fc3be846753d8ee60758ebedb7309dcf08aea52e","eu-tr-92545571128-74"]}} -{"id":"ec-meeting-2021-03-26-b2fcdcf62f9f5a9d80d2de8110360b392e674109","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-26 - Cabinet of Commissioner Adina Vălean x Alstom"],"date":["2021-03-26"],"summary":["Introduction of the new Alstom profile."],"notes":["Portfolio: Transport"],"location":["Conference call"],"address":["Conference call"],"addressEntity":["addr-28ba88479582b2f75898964548da4252dc7db7d2"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["ec-person-6e21d867543ef3b910e746c319cb048abd054702","eu-tr-43284012043-03"]}} -{"id":"ec-meeting-2021-03-26-b3d2f662883bf0a31824a6387451dc6e988b4c68","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-26 - Defence Industry and Space x HISPASAT, S.A."],"date":["2021-03-26"],"summary":["Videoconference to discuss on secure connectivity."],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-dg-defis"],"involved":["ec-person-a5e52cd544ea3aa44eb4b31fac65a468499f106e","eu-tr-737363819835-03"]}} -{"id":"ec-meeting-2021-03-26-b9a7648237020f47a229d0f2f2d881e1027a892c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-26 - Communications Networks, Content and Technology x STMicroelectronics"],"date":["2021-03-26"],"summary":["IPCEI microelectronics (virtual meeting)"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-70843878143-13","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2021-03-26-bcec4e1ae730de74e82d6555c7ed822150103cb0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-26 - Cabinet of Commissioner Adina Vălean x Mobility for Prosperity in Europe"],"date":["2021-03-26"],"summary":["Meeting to discuss the latest development of the road sector."],"notes":["Portfolio: Transport"],"location":["Conference call"],"address":["Conference call"],"addressEntity":["addr-28ba88479582b2f75898964548da4252dc7db7d2"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["eu-tr-264128236995-26","ec-person-6e21d867543ef3b910e746c319cb048abd054702"]}} -{"id":"ec-meeting-2021-03-26-c10303ff2bf5952c4bc70224e711fb5007e3d9e6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-26 - Foreign Policy Instruments x European Institute of Peace"],"date":["2021-03-26"],"summary":["exhange on conflict prevention and peacebuilding"],"location":["VTC"],"address":["VTC"],"addressEntity":["addr-9d1acaa772820b8ade84113d2da24716fe455be2"],"organizer":["ec-dg-fpi"],"involved":["eu-tr-183089341543-86","ec-person-c807b0d7987703f3934e9e3417c0a8b3cb2cd297"]}} -{"id":"ec-meeting-2021-03-26-d9ca029cfbf0795c971907fcd3c7405ba95cb226","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-26 - Cabinet of Executive Vice-President Frans Timmermans x Foundation Save Plantation Bolivia"],"date":["2021-03-26"],"summary":["Environment protection in Bonaire"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - video conference"],"address":["Brussels - video conference"],"addressEntity":["addr-d7df553e47e69d1cc9f4189b36b7c867f80459b0"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-789637541440-94","ec-person-33624431cbec1074e151c1707715ef46d2ba9565"]}} -{"id":"ec-meeting-2021-03-26-e2f3871b52bc126edb291b1abc0dc243cc91ea5d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-26 - Communications Networks, Content and Technology x Infineon Technologies AG"],"date":["2021-03-26"],"summary":["ipcei microelectronics (virtual)"],"location":["BRUSSELS"],"address":["BRUSSELS"],"addressEntity":["addr-f74337897287bf1b546f30505f5b1f693a87af50"],"organizer":["ec-dg-connect"],"involved":["eu-tr-10751968675-85","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2021-03-26-e63f6a5112ea1aebd72e66155646ebb39fc7fb04","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-26 - Cabinet of Commissioner Kadri Simson x Breakthrough Energy Catalyst Foundation Hydrogen Europe"],"date":["2021-03-26"],"summary":["Discussion about the EP own-initiative report on the EU Hydrogen Strategy"],"notes":["Portfolio: Energy"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["eu-tr-424103441763-49","eu-tr-77659588648-75","ec-person-2fb98fc84d2cf8d481688eff3d47f7745ead3592","ec-person-3ba14eabc5fddef75d1a672cc75b5f4bddd72ee9","ec-person-1995c65b8dc7f3702a8c30ed96a0144075848837"]}} -{"id":"ec-meeting-2021-03-26-ea663298ecb1bfea0218d571f48a5330d871dab5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-26 - Cabinet of Commissioner Nicolas Schmit x Diakonie Deutschland"],"date":["2021-03-26"],"summary":["Meeting on the Action Plan implementing the European Pillar of Social Rights."],"notes":["Portfolio: Jobs and Social Rights"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-66fa2c2d100ec194caa42b5c6f97c36e2748b71c","ec-person-4cf4655ab41922e92160325d987a3c4615c72d30","ec-person-c03b949331dbbe5fa3d5423758e371ec1b9b832f","eu-tr-07483302972-25"]}} -{"id":"ec-meeting-2021-03-26-ebe7ec6fcedf59eac7aab9d59803bc489e2fb510","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-26 - Cabinet of Commissioner Kadri Simson x Brunswick Group Advisory Limited SUEZ Group"],"date":["2021-03-26"],"summary":["Implementation of the Green Deal;\r\nImplementation of the EU recovery plan."],"notes":["Portfolio: Energy"],"location":["Video Conferencing"],"address":["Video Conferencing"],"addressEntity":["addr-e3b7413b2ac93be00b6bcff51fdc1374d67118bd"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["ec-person-3ba14eabc5fddef75d1a672cc75b5f4bddd72ee9","ec-person-9b7f5fe059e5b0b40e79e9170211aa2f02322fdb","eu-tr-26255464458-25","eu-tr-27799842497-69"]}} -{"id":"ec-meeting-2021-03-29-08e02566f4a0596b2d792684652dedcc188ba009","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-29 - Cabinet of Commissioner Ylva Johansson x Médecins Sans Frontières International International Rescue Committee Belgium SOS Children's Villages International Caritas Europa"],"date":["2021-03-29"],"summary":["Migration management on Lesvos"],"notes":["Portfolio: Home Affairs"],"location":["Lesvos, Greece"],"address":["Lesvos, Greece"],"addressEntity":["addr-e0677f47273dae978abfda252868804635c71d58"],"organizer":["ec-cabinet-commissioner-johansson-of-ylva"],"involved":["ec-person-981fc36acd82b2e49db83e43763b908c1a89ec0b","ec-person-31b127e72e9dd30ce85ff2b475ac65d28d7dc48d","eu-tr-75014529893-97","eu-tr-6082564924-85","eu-tr-754747839408-96","ec-person-56478a183036db6fe9e976c032c67032ba183565","eu-tr-928308827208-10"]}} -{"id":"ec-meeting-2021-03-29-0d7724936fb68236157cf8e5e8b623d73b7f1892","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-29 - Communications Networks, Content and Technology x SUEZ Group"],"date":["2021-03-29"],"summary":["Digital economy, smart cities, data management (virtual meeting)"],"location":["Brussels - video meeting"],"address":["Brussels - video meeting"],"addressEntity":["addr-8054523b7731a89f378defee0a4d7d0c3f3e1a81"],"organizer":["ec-dg-connect"],"involved":["eu-tr-27799842497-69","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2021-03-29-0e3419ff3d8cfc786452ed43f2c0674acf52145c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-29 - Cabinet of Executive Vice-President Frans Timmermans x Rabobank"],"date":["2021-03-29"],"summary":["European Green deal and Carbon"],"notes":["Portfolio: European Green Deal"],"location":["Brussels (video conference)"],"address":["Brussels (video conference)"],"addressEntity":["addr-1a77e12c05a39186f3ddab600c3e9e619c4822ef"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce","eu-tr-006687715492-92"]}} -{"id":"ec-meeting-2021-03-29-11eb6e6025c8b49798d26c0efefd4af6b7e2e399","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-29 - Cabinet of Executive Vice-President Frans Timmermans x SEKAB Biofuels & Chemicals AB 2030 sekretariatet"],"date":["2021-03-29"],"summary":["Taxonomy"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-e88af8eb396e96e3dbc9b4ec6e40a348d26c389c","ec-person-d56ecbfde17436a136fc89c9a978b266e8285c84","eu-tr-535642338744-37","eu-tr-894343328347-20"]}} -{"id":"ec-meeting-2021-03-29-1350f189b486bd5b9db4d7dd9907b95c93becc97","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-29 - Cabinet of Vice-President Margaritis Schinas x Confederación Española de Organizaciones Empresariales"],"date":["2021-03-29"],"summary":["Vaccines and Recovery and Resilience Facility"],"notes":["Portfolio: Promoting the European Way of Life"],"location":["Madrid"],"address":["Madrid"],"addressEntity":["addr-7a2191964a3d7521269f0068afae6b6116bac15d"],"organizer":["ec-cabinet-margaritis-of-president-schinas-vice"],"involved":["ec-person-d5cada2a1a17537a675985af31e5ce07ae3bfd42","ec-person-180e5c5b13dac533a1241b0f9d78176c8bec3d51","eu-tr-02963738854-41"]}} -{"id":"ec-meeting-2021-03-29-30752e048301795833a61b8b68b74629c369870e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-29 - Cabinet of Vice-President Dubravka Šuica x Eurochild AISBL"],"date":["2021-03-29"],"summary":["Meeting on Children's Participation in Conference Future of Europe"],"notes":["Portfolio: Democracy and Demography"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-dubravka-of-president-suica-vice"],"involved":["eu-tr-79360311166-84","ec-person-60bc1622eb549a098038c6073ce7c40691ec9384"]}} -{"id":"ec-meeting-2021-03-29-3289b4e628df68083ffa93b56d1dea7c2b00c909","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-29 - Cabinet of Executive Vice-President Frans Timmermans x Cassa Depositi e Prestiti s.p.a."],"date":["2021-03-29"],"summary":["Green deal and InvestEU"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - video conference"],"address":["Brussels - video conference"],"addressEntity":["addr-d7df553e47e69d1cc9f4189b36b7c867f80459b0"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-a282162080cef4ef2a8c0ab6247a3e03dc438507","eu-tr-110117812027-92"]}} -{"id":"ec-meeting-2021-03-29-85536b79cbaf7711023eaef3e9b85a3bcf8301a4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-29 - Cabinet of President Ursula von der Leyen x A.P. Møller - Mærsk A/S Siemens AG Volvo AB AIR LIQUIDE"],"date":["2021-03-29"],"summary":["Videoconference with Chairman of Volvo, Chairman of Siemens and Maersk, CEO of Air Liquide"],"notes":["Portfolio: President"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["eu-tr-94857385769-70","ec-person-a2ac27c3a7aa93937efc47169c1dc2264a822175","eu-tr-680443918500-51","eu-tr-51773601133-57","eu-tr-4266797770-31"]}} -{"id":"ec-meeting-2021-03-29-88633412b2bced568ab2144cea1493c3b8581730","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-29 - Cabinet of Commissioner Mairead Mcguinness x Wise Ltd"],"date":["2021-03-29"],"summary":["Retail payments, IBAN discrimination."],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["online meeting"],"address":["online meeting"],"addressEntity":["addr-b385bbe7e761556665e3696aa1bcfc817c2db583"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-0ba9b89127b39af6a66f2fc3ed727332f1b19a34","ec-person-3a66109f0585c657edbe69190faa41919b50e05f","eu-tr-843309518020-96"]}} -{"id":"ec-meeting-2021-03-29-9affad6af6ef95853c7488b70fa4754db253e1a0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-29 - Cabinet of Vice-President Věra Jourová x Centre for European Policy Studies"],"date":["2021-03-29"],"summary":["Speech at the conference Truth and Reconciliation Process to address antigypsyism in Europe"],"notes":["Portfolio: Values and Transparency"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["ec-person-bf54da17217bbddfd9c68fe24d88005ac17e2c4b","eu-tr-206201438220-85"]}} -{"id":"ec-meeting-2021-03-29-a2bd4eb79e8e42f822628383ef862bbf489a896c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-29 - Cabinet of Commissioner Thierry Breton x Fédération Nationale des Syndicats d'Exploitants Agricoles"],"date":["2021-03-29"],"summary":["Digital transition"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-6308dea893b9b1ca0dcd5b91b4a1ac4c2f3020ad","eu-tr-59530682147-07"]}} -{"id":"ec-meeting-2021-03-29-b836c8e6ad1648bc93ebcf11ac074e67be622bc2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-29 - Cabinet of Commissioner Virginijus Sinkevičius x Scientists for Future Helmholtz-Gemeinschaft Deutscher Forschungszentren e.V. Humboldt-Universität zu Berlin"],"date":["2021-03-29"],"summary":["To discuss Common Agriculture Policy, together with Forests Strategy, and how science can assist"],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["eu-tr-130583737816-56","ec-person-dd7a7b1952e158f4195d34cff333ec79a4f48ba3","eu-tr-73792436593-97","ec-person-1443799688ae485d7a2fee5c9defab2c5b7c7e6c","eu-tr-840952226508-06"]}} -{"id":"ec-meeting-2021-03-29-bb298dcffdb26f9692363e4cfc1c3f794483db11","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-29 - Cabinet of Commissioner Virginijus Sinkevičius x Kaunas Chamber of Commerce, Industry and Crafts"],"date":["2021-03-29"],"summary":["To discuss Green Deal and other initiatives of the European Commission which might be of interest to regional businesses"],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["ec-person-dd7a7b1952e158f4195d34cff333ec79a4f48ba3","ec-person-1443799688ae485d7a2fee5c9defab2c5b7c7e6c","eu-tr-632540041628-43"]}} -{"id":"ec-meeting-2021-03-29-d1ad601f567932729212b42cd770e5a661f83c06","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-29 - Cabinet of Vice-President Margaritis Schinas x ORGANIZACIÓN NACIONAL DE CIEGOS ESPAÑOLES"],"date":["2021-03-29"],"summary":["Labour market inclusion of people with disabilities"],"notes":["Portfolio: Promoting the European Way of Life"],"location":["Madrid"],"address":["Madrid"],"addressEntity":["addr-7a2191964a3d7521269f0068afae6b6116bac15d"],"organizer":["ec-cabinet-margaritis-of-president-schinas-vice"],"involved":["ec-person-d5cada2a1a17537a675985af31e5ce07ae3bfd42","ec-person-180e5c5b13dac533a1241b0f9d78176c8bec3d51","eu-tr-68612977691-59"]}} -{"id":"ec-meeting-2021-03-29-db42b235ddc03c5575a373003cb04b50cdfabf14","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-29 - Cabinet of Executive Vice-President Frans Timmermans x World Biogas Association"],"date":["2021-03-29"],"summary":["Speech at their event about European Green Deal (methane strategy, energy system integration, decarbonization of gas sector)"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - video conference"],"address":["Brussels - video conference"],"addressEntity":["addr-d7df553e47e69d1cc9f4189b36b7c867f80459b0"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-d53e00c46a4cc62bbf533e0c9bb35bacb9121989","eu-tr-336507041940-46"]}} -{"id":"ec-meeting-2021-03-29-f7a3b07e2b65011696c9986256698b4e0d077519","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-29 - Cabinet of Executive Vice-President Margrethe Vestager x European Association of Research and Technology Organisations"],"date":["2021-03-29"],"summary":["Research and innovation"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-11d97788772862bb34f51dd26d7f92603eac1bf8","ec-person-3da433aae105b13fe027e9c9b3dcac2c97029370","eu-tr-977869932377-59"]}} -{"id":"ec-meeting-2021-03-29-fbaa9ad1ada125b3e4a37785118c99296d015dac","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-29 - Cabinet of Commissioner Thierry Breton x Cloudflare"],"date":["2021-03-29"],"summary":["DSA"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-580322225469-90","ec-person-4d83416435f81b1f1e8f5c86aeebb1478577f1d2"]}} -{"id":"ec-meeting-2021-03-29-fbbb66a6a1dd98f0e252cd2ea3816436ed265ff6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-29 - Cabinet of Commissioner Thierry Breton x Cosmetics Europe"],"date":["2021-03-29"],"summary":["REACH; microplastics"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-6308dea893b9b1ca0dcd5b91b4a1ac4c2f3020ad","eu-tr-83575061669-96"]}} -{"id":"ec-meeting-2021-03-30-0a195288fd9b1c62521f8125080f3f43a1c4b8b1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-30 - Cabinet of Executive Vice-President Valdis Dombrovskis x Microsoft Corporation"],"date":["2021-03-30"],"summary":["Trade policy"],"notes":["Portfolio: An Economy that Works for People"],"location":["Video conferencing"],"address":["Video conferencing"],"addressEntity":["addr-4a260fcbdf035aeae48bfb811f1225b05f636185"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["eu-tr-0801162959-21","ec-person-f011ed0f7c78d833a79f1206f788e0cbd9cb8864"]}} -{"id":"ec-meeting-2021-03-30-149812a76e8f94ae8efc17256c2c709afea8deee","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-30 - Cabinet of President Ursula von der Leyen x Open Society European Policy Institute Asociatia ROMA ENTREPRENEURSHIP DEVELOPMENT"],"date":["2021-03-30"],"summary":["Recovery and resilience packages proposed by the member states for Roma communities"],"notes":["Portfolio: President"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["eu-tr-8557515321-37","ec-person-66d141295841bdd2d0679d93aae62e07580fcee5","eu-tr-200768837260-80"]}} -{"id":"ec-meeting-2021-03-30-1f070cb5452faa693e61ca72855b84915637a529","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-30 - Cabinet of Executive Vice-President Frans Timmermans x POLIS"],"date":["2021-03-30"],"summary":["Keynote speech on clean mobility"],"notes":["Portfolio: European Green Deal"],"location":["video call"],"address":["video call"],"addressEntity":["addr-12d8c530d76da0b7745f9c0f9285e7eec97adc55"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-d56ecbfde17436a136fc89c9a978b266e8285c84","eu-tr-27284005223-47"]}} -{"id":"ec-meeting-2021-03-30-2025eb507b7f5b6cf4db695f67ce440553d5a416","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-30 - Cabinet of Commissioner Mairead Mcguinness x Payments Europe"],"date":["2021-03-30"],"summary":["Retail Payments Strategy, Digital Payments Strategy, consumer dimension"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["online"],"address":["online"],"addressEntity":["addr-2dbc2fd2358e1ea1b7a6bc08ea647b9a337ac92d"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-0ba9b89127b39af6a66f2fc3ed727332f1b19a34","eu-tr-795384637216-30","ec-person-3a66109f0585c657edbe69190faa41919b50e05f"]}} -{"id":"ec-meeting-2021-03-30-32c0e29d8b6e16df41d8d5eb02a93e89518d638a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-30 - Cabinet of Commissioner Didier Reynders x European Precious Metals Federation"],"date":["2021-03-30"],"summary":["Sustainable Corporate Governance"],"notes":["Portfolio: Justice"],"location":["Video conference"],"address":["Video conference"],"addressEntity":["addr-ebc9fd5c2f372a32153cf3f4d5fb918a96b84a88"],"organizer":["ec-cabinet-commissioner-didier-of-reynders"],"involved":["eu-tr-72702399216-46","ec-person-442bf1ae9900b999673cdd7389224d0e21b67d4d"]}} -{"id":"ec-meeting-2021-03-30-3a5f41622ed17bc32a87f35c4def5c9fc6266819","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-30 - Cabinet of Commissioner Adina Vălean x CMA CGM"],"date":["2021-03-30"],"summary":["Presentation of CMA CGM to the Member of Cabinet."],"notes":["Portfolio: Transport"],"location":["Conference call"],"address":["Conference call"],"addressEntity":["addr-28ba88479582b2f75898964548da4252dc7db7d2"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["eu-tr-009433826675-55","ec-person-7f9ba99138b4fa5c698037dc7507219b1319e0a7"]}} -{"id":"ec-meeting-2021-03-30-59ddee631d0503f570b5ee3fc5cc149b0bccc376","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-30 - Cabinet of Commissioner Mairead Mcguinness x Aviva Plc"],"date":["2021-03-30"],"summary":["Solvency 11, \r\nInsurance"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Video Conferencing"],"address":["Video Conferencing"],"addressEntity":["addr-e3b7413b2ac93be00b6bcff51fdc1374d67118bd"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-2b9c589fb2354bd93067644d2c3d2c058d4c4cc9","eu-tr-86270761494-62"]}} -{"id":"ec-meeting-2021-03-30-6227748832ff996479040d02c85e7f9e1d469d78","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-30 - Cabinet of Executive Vice-President Valdis Dombrovskis x Insurance Europe"],"date":["2021-03-30"],"summary":["Solvency II"],"notes":["Portfolio: An Economy that Works for People"],"location":["video conferencing"],"address":["video conferencing"],"addressEntity":["addr-613317ccdf0c2bce8cb9f90df551697cd890eda7"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-235870cd7eb41f2494f695fce18b5b5b88647113","ec-person-f011ed0f7c78d833a79f1206f788e0cbd9cb8864","eu-tr-33213703459-54"]}} -{"id":"ec-meeting-2021-03-30-6380278a07864a65c8648058cbf21b4b511a5c3e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-30 - Cabinet of Executive Vice-President Frans Timmermans x Transport and Environment (European Federation for Transport and Environment)"],"date":["2021-03-30"],"summary":["Exchange on upcoming proposals in relation to the Effort Sharing Regulation and applying emissions trading to road transport emissions"],"notes":["Portfolio: European Green Deal"],"location":["video call"],"address":["video call"],"addressEntity":["addr-12d8c530d76da0b7745f9c0f9285e7eec97adc55"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-f1a3478550296f3f9accdc67d6ef5a0b681dda4b","eu-tr-58744833263-19"]}} -{"id":"ec-meeting-2021-03-30-71d78359104268c2b912fe546c7f002a84663a34","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-30 - Cabinet of Executive Vice-President Valdis Dombrovskis x Fédération bancaire française"],"date":["2021-03-30"],"summary":["Financial services policy"],"notes":["Portfolio: An Economy that Works for People"],"location":["video conferencing"],"address":["video conferencing"],"addressEntity":["addr-613317ccdf0c2bce8cb9f90df551697cd890eda7"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-f011ed0f7c78d833a79f1206f788e0cbd9cb8864","eu-tr-09245221105-30"]}} -{"id":"ec-meeting-2021-03-30-853ef7339ffb87cc1c0c26b7f3feaa16bea1d354","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-30 - Cabinet of Commissioner Adina Vălean x European Sea Ports Organisation"],"date":["2021-03-30"],"summary":["Meeting to prepare the Commissioner's intervention to EsPo's event."],"notes":["Portfolio: Transport"],"location":["COnference call"],"address":["COnference call"],"addressEntity":["addr-885b20cc705b7db740868125090c5aa33e0aaa5c"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["eu-tr-01554483175-08","ec-person-7f9ba99138b4fa5c698037dc7507219b1319e0a7"]}} -{"id":"ec-meeting-2021-03-30-8a43e3e125077a75f6e1faac96525928ebfc25a6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-30 - Cabinet of President Ursula von der Leyen x The European Region of the International Lesbian, Gay, Bisexual, Trans and Intersex Association"],"date":["2021-03-30"],"summary":["Ongoing challenges on gender and gender identity"],"notes":["Portfolio: President"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["eu-tr-11977456675-84","ec-person-66d141295841bdd2d0679d93aae62e07580fcee5"]}} -{"id":"ec-meeting-2021-03-30-a2628535c75d8ffd7a143e6097f65cd0d3745d18","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-30 - Directorate-General for International Partnerships x Private Investors for Africa"],"date":["2021-03-30"],"summary":["the status of the EU-Africa Strategy, the Green Deal agenda and its impact on relations with African countries, but also on the pandemic response in Africa."],"location":["online"],"address":["online"],"addressEntity":["addr-2dbc2fd2358e1ea1b7a6bc08ea647b9a337ac92d"],"organizer":["ec-dg-intpa"],"involved":["eu-tr-087335641752-08","ec-person-afe6f55069d2cc5483157e138e41abd63140fdd8"]}} -{"id":"ec-meeting-2021-03-30-c94691f3c1bdf8409c3f540ec72d45ea41518e49","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-30 - Cabinet of Executive Vice-President Frans Timmermans x FRIDAYS FOR FUTURE"],"date":["2021-03-30"],"summary":["EU's common agricultural policy"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - videoconference"],"address":["Brussels - videoconference"],"addressEntity":["addr-a3a01e55b02ab591ce10151760698f4306ec49cb"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-7c876f4825f213b8adbedf089ccedfbc3b36d65b","eu-tr-871728242007-20"]}} -{"id":"ec-meeting-2021-03-30-f8b13d7c569012ac7a852f554b779ac01d451556","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-30 - Cabinet of Commissioner Ylva Johansson x AMBER Alert Europe"],"date":["2021-03-30"],"summary":["AMBER Alert EU draft proposal for the EU Commission and EU Council in order to better protect missing children and persons in Europe."],"notes":["Portfolio: Home Affairs"],"location":["VTC"],"address":["VTC"],"addressEntity":["addr-9d1acaa772820b8ade84113d2da24716fe455be2"],"organizer":["ec-cabinet-commissioner-johansson-of-ylva"],"involved":["ec-person-d3f97e069d9ff016d7b65052f6eb6b98500ec118","eu-tr-488692317424-44"]}} -{"id":"ec-meeting-2021-03-30-fc0d981358d06931434eaaec00d31020e475d4d9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-30 - Cabinet of Executive Vice-President Frans Timmermans x Friends of the Earth Europe"],"date":["2021-03-30"],"summary":["EU-Africa cooperation on energy access and green transition"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - video conference"],"address":["Brussels - video conference"],"addressEntity":["addr-d7df553e47e69d1cc9f4189b36b7c867f80459b0"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-d53e00c46a4cc62bbf533e0c9bb35bacb9121989","eu-tr-9825553393-31"]}} -{"id":"ec-meeting-2021-03-31-1226e5191fd90c393926be0b472fcf5a118972f7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-31 - Cabinet of President Ursula von der Leyen x Bruegel"],"date":["2021-03-31"],"summary":["HLIP Pandemic Preparedness & Response"],"notes":["Portfolio: President"],"location":["Brussels (WEBEX)"],"address":["Brussels (WEBEX)"],"addressEntity":["addr-3afbdeda01f3dac93a9dc841fdac57d9de27b869"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-f2b941852d3b961d69ed695c2d243a1a2b4a1904","eu-tr-458295331598-02"]}} -{"id":"ec-meeting-2021-03-31-56d5f9bffd8773cbc21c825d5d747c378f790beb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-31 - Cabinet of Commissioner Mairead Mcguinness x Gesamtverband der Deutschen Versicherungswirtschaft e.V."],"date":["2021-03-31"],"summary":["Solvency II review"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["virtual call"],"address":["virtual call"],"addressEntity":["addr-a6b4dd3c51b68c15a984750206b014b0ab434365"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["eu-tr-6437280268-55","ec-person-49e520c7a9c9c47ccb5acfa68f9416e4233af9f8"]}} -{"id":"ec-meeting-2021-03-31-724a7f7d96834a46575aaec7affb7d7dc179e849","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-31 - Justice and Consumers x Stichting Fair Trade Advocacy Office"],"date":["2021-03-31"],"summary":["Purchasing practices in HREDD regulation"],"location":["Skype call"],"address":["Skype call"],"addressEntity":["addr-1cba51ffae39a8685585a96b9c3e69adda1d2c63"],"organizer":["ec-dg-just"],"involved":["eu-tr-860901940087-20","ec-person-64fe91130a710e9441279ace59821186f8ef52c4"]}} -{"id":"ec-meeting-2021-03-31-7b2061564cf335ec31cbe4c57ff176d897d97412","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-31 - Cabinet of Commissioner Janusz Wojciechowski x ZERO - ASSOCIAÇÃO SISTEMA TERRESTRE SUSTENTÁVEL"],"date":["2021-03-31"],"summary":["Biomass in Portugal."],"notes":["Portfolio: Agriculture"],"location":["video phone call"],"address":["video phone call"],"addressEntity":["addr-20169d8760eb932415b38f11daea45615ba4bb37"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["eu-tr-150692021687-73","ec-person-cafe030b6dad78a75143f7552c420481b30ebceb"]}} -{"id":"ec-meeting-2021-03-31-7e9918fc3e06b0e23b25acdcbaa17708fcacd496","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-31 - Cabinet of Executive Vice-President Valdis Dombrovskis x Bundesverband deutscher Banken e.V."],"date":["2021-03-31"],"summary":["Financial services policy"],"notes":["Portfolio: An Economy that Works for People"],"location":["video conferencing"],"address":["video conferencing"],"addressEntity":["addr-613317ccdf0c2bce8cb9f90df551697cd890eda7"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-235870cd7eb41f2494f695fce18b5b5b88647113","ec-person-f011ed0f7c78d833a79f1206f788e0cbd9cb8864","eu-tr-0764199368-97"]}} -{"id":"ec-meeting-2021-03-31-834ad855719663df3a8c53ab4faae988e3798871","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-31 - Cabinet of Executive Vice-President Frans Timmermans x Air France-KLM"],"date":["2021-03-31"],"summary":["ReFuel / EU ETS"],"notes":["Portfolio: European Green Deal"],"location":["Brussels (video conference)"],"address":["Brussels (video conference)"],"addressEntity":["addr-1a77e12c05a39186f3ddab600c3e9e619c4822ef"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-064616126640-05","ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce","ec-person-d56ecbfde17436a136fc89c9a978b266e8285c84","ec-person-f1a3478550296f3f9accdc67d6ef5a0b681dda4b"]}} -{"id":"ec-meeting-2021-03-31-8b30dff546713cee78e91c2d795819c57aef992d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-31 - Cabinet of Executive Vice-President Frans Timmermans x Verband Deutscher Maschinen- und Anlagenbau e.V."],"date":["2021-03-31"],"summary":["ReFuelEU Aviation Initiative"],"notes":["Portfolio: European Green Deal"],"location":["Brussels (video conference)"],"address":["Brussels (video conference)"],"addressEntity":["addr-1a77e12c05a39186f3ddab600c3e9e619c4822ef"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce","ec-person-f1a3478550296f3f9accdc67d6ef5a0b681dda4b","eu-tr-9765362691-45"]}} -{"id":"ec-meeting-2021-03-31-8da960998086ff152babd0c222eab43e0d28c378","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-31 - Cabinet of Commissioner Didier Reynders x Conseil des Notariats de l'Union Européenne"],"date":["2021-03-31"],"summary":["- DG GROW initiative to update the indicator of restriction of professional services\r\n- Digitalisation of justice and Blockchain\r\n- Protection of vulnerable adults\r\n- Civil matters concerning succession and family law"],"notes":["Portfolio: Justice"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-didier-of-reynders"],"involved":["eu-tr-98885666486-72","ec-person-50f9cba2282e1d03395cdd0faf9ce6e9a2ff3104"]}} -{"id":"ec-meeting-2021-03-31-a98067356c002a4963e91639007a6a54318e9f5e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-31 - Financial Stability, Financial Services and Capital Markets Union x Covington & Burling LLP"],"date":["2021-03-31"],"summary":["Transatlantic relations, summary of the recent EU-US forum"],"location":["Virtual meeting"],"address":["Virtual meeting"],"addressEntity":["addr-1f1f3f51a4da31a1ea5c1b4b21cbf52ad983224f"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-083671317381-09","ec-person-1fce211249673c35ee07a801ddee77ab24af8d54"]}} -{"id":"ec-meeting-2021-03-31-c8c1e3db1936de99652a6b16d62ed10253bbfc85","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-31 - Cabinet of Executive Vice-President Valdis Dombrovskis x Orgalim – Europe's Technology Industries"],"date":["2021-03-31"],"summary":["- review of industry strategy\r\n- European Green Deal\r\n- follow-up to the Industry Forum"],"notes":["Portfolio: An Economy that Works for People"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["eu-tr-20210641335-88","ec-person-7e9813c16d805ee7ebea3ef6444f384bc32abaaa"]}} -{"id":"ec-meeting-2021-03-31-ce4ba28ddc92ea8819673f6630b226dcc4d3189c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-31 - Cabinet of Commissioner Mairead Mcguinness x FTI Consulting Belgium Index Industry Association"],"date":["2021-03-31"],"summary":["Introductory meeting, review of Benchmark Regulation"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["videoconference"],"address":["videoconference"],"addressEntity":["addr-92b2fbb928e012810d80d9ef1abe12027beee200"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-0ba9b89127b39af6a66f2fc3ed727332f1b19a34","eu-tr-29896393398-67","eu-tr-722494739217-04"]}} -{"id":"ec-meeting-2021-03-31-e068c62838cf7c65fa8ab01129e5451bdd0cda7c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-31 - Cabinet of Executive Vice-President Valdis Dombrovskis x Confederazione Generale dell'Industria Italiana"],"date":["2021-03-31"],"summary":["Sustainable corporate governance and due diligence"],"notes":["Portfolio: An Economy that Works for People"],"location":["video-conference"],"address":["video-conference"],"addressEntity":["addr-8736c288a4bc51ee27ef4ed41e652409a37e60d1"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-235870cd7eb41f2494f695fce18b5b5b88647113","eu-tr-27762251795-15"]}} -{"id":"ec-meeting-2021-03-31-ec9680235b76091b3175c92698e2efa6d914e893","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-03-31 - Cabinet of Executive Vice-President Frans Timmermans x ChargeUp Europe"],"date":["2021-03-31"],"summary":["Review of the Alternative Fuels Infrastructure Directive"],"notes":["Portfolio: European Green Deal"],"location":["video call"],"address":["video call"],"addressEntity":["addr-12d8c530d76da0b7745f9c0f9285e7eec97adc55"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-987000037766-14","ec-person-d56ecbfde17436a136fc89c9a978b266e8285c84"]}} -{"id":"ec-meeting-2021-04-01-9a63a4a9b8e2282eee5772121d9ca79cd55cc92b","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2021-04-01 - Cabinet of Commissioner Kadri Simson x Eesti Energia Aktsiaselts"],"date":["2021-04-01"],"summary":["Potential of offshore wind energy in the Baltic Sea, upcoming projects in this field for Eesti Energia and the offshore renewables energy strategy published by the European Commission in 2020."],"notes":["Portfolio: Energy"],"location":["Online","Tallinn"],"address":["Online","Tallinn"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452","addr-eaaa98c29bbb4b0a508515a16c8b783a19a2a3df"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["eu-tr-727640226367-07","ec-person-02dcb64edd20203955d6dad9d5c0dbc71a3d7816","ec-person-1995c65b8dc7f3702a8c30ed96a0144075848837"]}} -{"id":"ec-meeting-2021-04-06-46f0e297d791d2c27223a473497d763ab11f53e1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-06 - Cabinet of Commissioner Kadri Simson x Energie Burgenland AG"],"date":["2021-04-06"],"summary":["To present their project “weiterdenker.at”."],"notes":["Portfolio: Energy"],"location":["Video Conferencing"],"address":["Video Conferencing"],"addressEntity":["addr-e3b7413b2ac93be00b6bcff51fdc1374d67118bd"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["eu-tr-147984341137-14","ec-person-9b7f5fe059e5b0b40e79e9170211aa2f02322fdb","ec-person-d40f25b5cb5c0681854a4996da444478318f7e58"]}} -{"id":"ec-meeting-2021-04-06-6edf255651f7d9d2f0a2cfa49d9d4997988c1b93","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-06 - Cabinet of Commissioner Didier Reynders x Medline International B.V."],"date":["2021-04-06"],"summary":["Sustainable Corporate Governance"],"notes":["Portfolio: Justice"],"location":["Video conference"],"address":["Video conference"],"addressEntity":["addr-ebc9fd5c2f372a32153cf3f4d5fb918a96b84a88"],"organizer":["ec-cabinet-commissioner-didier-of-reynders"],"involved":["ec-person-442bf1ae9900b999673cdd7389224d0e21b67d4d","eu-tr-792258839539-05"]}} -{"id":"ec-meeting-2021-04-06-8a14ec4d4c24d8ba932fafe2e531f2202e159802","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-06 - Cabinet of Commissioner Mairead Mcguinness x EuropeanIssuers"],"date":["2021-04-06"],"summary":["country by country reporting"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-0ba9b89127b39af6a66f2fc3ed727332f1b19a34","eu-tr-20935778703-23"]}} -{"id":"ec-meeting-2021-04-07-1ee43c694131ab4ea2aa8d3def45da855be3f009","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-07 - Communications Networks, Content and Technology x DIGITALEUROPE"],"date":["2021-04-07"],"summary":["Digital decade, Cloud, AI, semiconductors (virtual meeting)"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-64270747023-20","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2021-04-07-22c6a135b044dd863aedbc49522083ff9512315a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-07 - Cabinet of Executive Vice-President Frans Timmermans x Schwarz Unternehmenskommunikation International GmbH"],"date":["2021-04-07"],"summary":["Implementation of the European Green Deal and the Circular Economy Action Plan"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-383658039791-39","ec-person-8af3c81534786a740718d21dc58240738a53ed7b"]}} -{"id":"ec-meeting-2021-04-07-27a0adb615065c5e876e8563e1c3f0ddf0721ba8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-07 - Cabinet of Executive Vice-President Valdis Dombrovskis x Bundesverband Öffentlicher Banken Deutschlands eV Bundesverband deutscher Banken e.V. Bundesverband der Deutschen Volksbanken und Raiffeisenbanken Verband deutscher Pfandbriefbanken e.V. Deutscher Sparkassen-und Giroverband"],"date":["2021-04-07"],"summary":["Basel III"],"notes":["Portfolio: An Economy that Works for People"],"location":["video-conference"],"address":["video-conference"],"addressEntity":["addr-8736c288a4bc51ee27ef4ed41e652409a37e60d1"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-235870cd7eb41f2494f695fce18b5b5b88647113","eu-tr-62379064909-15","eu-tr-0767788931-41","eu-tr-60762921532-05","eu-tr-0764199368-97","eu-tr-22330076571-75"]}} -{"id":"ec-meeting-2021-04-07-295e7261e518c1241f116184d075045660a1b3ee","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-07 - Cabinet of President Ursula von der Leyen x Global Citizen"],"date":["2021-04-07"],"summary":["VAX live event"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["eu-tr-211392938041-28","ec-person-a15f450526451c70384a05ea9a3a7400ba2d3e7e"]}} -{"id":"ec-meeting-2021-04-07-4b8086a1b0293042bead3c7dc27a17ed35d2cf7a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-07 - Cabinet of Commissioner Didier Reynders x Finance Watch"],"date":["2021-04-07"],"summary":["Sustainable Corporate Governance"],"notes":["Portfolio: Justice"],"location":["Video conference"],"address":["Video conference"],"addressEntity":["addr-ebc9fd5c2f372a32153cf3f4d5fb918a96b84a88"],"organizer":["ec-cabinet-commissioner-didier-of-reynders"],"involved":["ec-person-442bf1ae9900b999673cdd7389224d0e21b67d4d","eu-tr-37943526882-24"]}} -{"id":"ec-meeting-2021-04-07-5b38900568a90bf4c671c88c99419663ea0d4254","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-07 - Cabinet of Commissioner Didier Reynders x WirtschaftsVereinigung Metalle"],"date":["2021-04-07"],"summary":["Sustainable Corporate Governance"],"notes":["Portfolio: Justice"],"location":["Video conference"],"address":["Video conference"],"addressEntity":["addr-ebc9fd5c2f372a32153cf3f4d5fb918a96b84a88"],"organizer":["ec-cabinet-commissioner-didier-of-reynders"],"involved":["eu-tr-9002547940-17","ec-person-442bf1ae9900b999673cdd7389224d0e21b67d4d"]}} -{"id":"ec-meeting-2021-04-07-6f4bfd16b2517fd6193012dfe4606e47dbab7f8f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-07 - Cabinet of Commissioner Stella Kyriakides x European Cancer Organisation"],"date":["2021-04-07"],"summary":["Exchange of views on Europe’s Beating Cancer Plan and its implementation with the European Cancer Organisation and its Member Societies and Patient Advisory Committee"],"notes":["Portfolio: Health"],"location":["Brussels - virtual meeting"],"address":["Brussels - virtual meeting"],"addressEntity":["addr-9bbb85c11bd1956b9f302bddb134dea0ed05d957"],"organizer":["ec-cabinet-commissioner-kyriakides-of-stella"],"involved":["eu-tr-51022176260-12","ec-person-c7513fae2df7920eea99d7cc103a354aa4f56b6e"]}} -{"id":"ec-meeting-2021-04-07-6fe993f428f6d6448f4a162cbdd42292d01760a1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-07 - Cabinet of Commissioner Mairead Mcguinness x Deutscher Sparkassen-und Giroverband"],"date":["2021-04-07"],"summary":["Meeting w/ cab Dombrovskis, Basel III"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["virtual call"],"address":["virtual call"],"addressEntity":["addr-a6b4dd3c51b68c15a984750206b014b0ab434365"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["eu-tr-62379064909-15","ec-person-49e520c7a9c9c47ccb5acfa68f9416e4233af9f8"]}} -{"id":"ec-meeting-2021-04-07-723337b77a4d7b42ed7445f0efead0a153cea3d4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-07 - Cabinet of Commissioner Jutta Urpilainen x Finnish Forest Industries Federation (Metsäteollisuus ry)"],"date":["2021-04-07"],"summary":["State of Play of the Sustainable Finance Taxonomy"],"notes":["Portfolio: International Partnerships"],"location":["Video conference"],"address":["Video conference"],"addressEntity":["addr-ebc9fd5c2f372a32153cf3f4d5fb918a96b84a88"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["ec-person-9788b5f9ccd101dc091867a4496a5735ee7151d9","eu-tr-39671713910-36"]}} -{"id":"ec-meeting-2021-04-07-8681ca0f0faecdf5b9d09a56567f29eebca13f5a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-07 - Financial Stability, Financial Services and Capital Markets Union x MARSH & McLENNAN COMPANIES FRANCE"],"date":["2021-04-07"],"summary":["Central bank digital currencies, economic recovery"],"location":["Virtual meeting"],"address":["Virtual meeting"],"addressEntity":["addr-1f1f3f51a4da31a1ea5c1b4b21cbf52ad983224f"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-117683115792-20","ec-person-1fce211249673c35ee07a801ddee77ab24af8d54"]}} -{"id":"ec-meeting-2021-04-07-9d6e8624d2f6f4fddad080b8dd322717a72c4b48","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-07 - Cabinet of Vice-President Dubravka Šuica x Values Unite"],"date":["2021-04-07"],"summary":["Meeting on Citizenship education"],"notes":["Portfolio: Democracy and Demography"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-dubravka-of-president-suica-vice"],"involved":["ec-person-2ea66ac99d83c7f0ff7dfcfd7d90f9416dc22e61","eu-tr-830762241922-87"]}} -{"id":"ec-meeting-2021-04-07-b20ee13fb06beb6d975963ca0461cb8ae7fddf18","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-07 - Cabinet of Commissioner Thierry Breton x Pfizer Inc."],"date":["2021-04-07"],"summary":["Vaccine delivery schedule for Q2 2021"],"notes":["Portfolio: Internal Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-d6689ffc6695e7e65bdd0e0c0da1721d3031ea1b","eu-tr-4263301811-33"]}} -{"id":"ec-meeting-2021-04-07-b3ce3e55bdc8ada5b85c19a31e60b053487b8328","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-07 - Cabinet of Vice-President Dubravka Šuica x Federation of European Academies of Medicine"],"date":["2021-04-07"],"summary":["Discussion on the Green Paper on Ageing"],"notes":["Portfolio: Democracy and Demography"],"location":["Online meeting"],"address":["Online meeting"],"addressEntity":["addr-9d833a1da3074efd384ee6bc2b108c1f5bb379e0"],"organizer":["ec-cabinet-dubravka-of-president-suica-vice"],"involved":["eu-tr-879658235260-39","ec-person-bae2f44eb21285b37ecc9c7f2f42b4acb1f53264"]}} -{"id":"ec-meeting-2021-04-07-c7277c047d029229daddf4e3f31224202d24834b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-07 - Cabinet of Commissioner Jutta Urpilainen x Aula Europe Wärtsilä Corporation"],"date":["2021-04-07"],"summary":["State of Play of the Sustainable Finance Taxonomy"],"notes":["Portfolio: International Partnerships"],"location":["Video conference"],"address":["Video conference"],"addressEntity":["addr-ebc9fd5c2f372a32153cf3f4d5fb918a96b84a88"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["eu-tr-289922721213-66","eu-tr-88742028087-64","ec-person-9788b5f9ccd101dc091867a4496a5735ee7151d9"]}} -{"id":"ec-meeting-2021-04-07-d09b716af7eecfbe4f657a628a7c9ff515cbcdd1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-07 - Research and Innovation x INSTITUT NATIONAL DE LA SANTE ET DE LA RECHERCHE MEDICALE"],"date":["2021-04-07"],"summary":["Horizon Europe"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-rtd"],"involved":["ec-person-1d348f33395de0ea6773a7b4ae8797e3e0392f73","eu-tr-93192457791-92"]}} -{"id":"ec-meeting-2021-04-07-d108ccf17bbedd49b0f0ea8bebbc2e5a4dacbdb7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-07 - Cabinet of Vice-President Věra Jourová x Clean Clothes Campaign / Stichting Schone Kleren Kampagne European Coalition for Corporate Justice European Center for Constitutional and Human Rights"],"date":["2021-04-07"],"summary":["EU Sustainable Corporate Governance & Corporate Due Diligence"],"notes":["Portfolio: Values and Transparency"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["eu-tr-48872621093-60","eu-tr-628702938574-49","eu-tr-714466824568-72","ec-person-76793b3bad1c7471121c510a962aae356d19c30b"]}} -{"id":"ec-meeting-2021-04-07-e55f306b784c7c2ae681f60106aae8cea9684aad","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-07 - Cabinet of Vice-President Věra Jourová x European Federation of Journalists"],"date":["2021-04-07"],"summary":["Media literacy"],"notes":["Portfolio: Values and Transparency"],"location":["call"],"address":["call"],"addressEntity":["addr-bc8d8647b02deea0ab3e715c220d041ee78cc19d"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["ec-person-aa83f35da599b82e4f15da018f4b3447eb648f7c","eu-tr-27471236588-39"]}} -{"id":"ec-meeting-2021-04-07-f4c0527143a81a235a0c5ffdc6535e42eb3eed61","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-07 - Cabinet of Vice-President Margaritis Schinas x aNewGovernance"],"date":["2021-04-07"],"summary":["Data economy"],"notes":["Portfolio: Promoting the European Way of Life"],"location":["Virtually"],"address":["Virtually"],"addressEntity":["addr-e47e3261356399c0a8ae7125a7f9514f1c92db0d"],"organizer":["ec-cabinet-margaritis-of-president-schinas-vice"],"involved":["eu-tr-951547539825-41","ec-person-05650a4a170c56b9866c57f4610fcd005d5ccc24"]}} -{"id":"ec-meeting-2021-04-07-ff45c4fad2b1ff26e45fad9c4e9d85c7a77da109","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-07 - Cabinet of Executive Vice-President Valdis Dombrovskis x Eurocities"],"date":["2021-04-07"],"summary":["Exchange of views on implementation of RRF and potential participation of EVP at the meeting with Eurocities"],"notes":["Portfolio: An Economy that Works for People"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-95d6ecce9b8f3a7b167d0eac8e270fdce0665ccb","eu-tr-12493392840-79"]}} -{"id":"ec-meeting-2021-04-08-232f2ea075fdd37409c5c2ea8c369da4b10a13fa","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-08 - Communications Networks, Content and Technology x Robert Bosch GmbH"],"date":["2021-04-08"],"summary":["IPCEI Microelectronics (virtual meeting)"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-8999533555-91","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2021-04-08-6c6ba98d8bced533595c8d03a3310c14804a7bc6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-08 - Communications Networks, Content and Technology x GLOBALFOUNDRIES Management Services Limited Liability Company & Co. KG"],"date":["2021-04-08"],"summary":["IPCEI Microelectronics \r\n(Virtual meeting)"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-721066539792-75","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2021-04-08-8c3c4aafcd1dfa477e86110dcf2124bea94f77b8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-08 - Cabinet of Executive Vice-President Valdis Dombrovskis x EuroNatur - Stiftung Europäisches Naturerbe European Environmental Bureau Climate Action Network Europe World Wide Fund for Nature - Greece CEE Bankwatch Network Stichting BirdLife Europe"],"date":["2021-04-08"],"summary":["Recovery and resilience plans"],"notes":["Portfolio: An Economy that Works for People"],"location":["video-conference"],"address":["video-conference"],"addressEntity":["addr-8736c288a4bc51ee27ef4ed41e652409a37e60d1"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["eu-tr-018812630867-12","eu-tr-06798511314-27","ec-person-235870cd7eb41f2494f695fce18b5b5b88647113","eu-tr-1083162721-43","eu-tr-55888811123-49","ec-person-95d6ecce9b8f3a7b167d0eac8e270fdce0665ccb","eu-tr-827172316947-35","eu-tr-93834493808-49"]}} -{"id":"ec-meeting-2021-04-08-8da9cce1e87a592fda9f8a5a0e4009e5cdd88ffd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-08 - Cabinet of Commissioner Jutta Urpilainen x The Global Fund for Survivors of Conflict-related Sexual Violence"],"date":["2021-04-08"],"summary":["Gender based violence"],"notes":["Portfolio: International Partnerships"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["eu-tr-432097942049-46","ec-person-b5a90dd5ba1c715a3e7923281f7a6ae9975796d8","ec-person-6357f4506ca5351b3a822936612fd6006da48722"]}} -{"id":"ec-meeting-2021-04-08-923f7fa02e6c3bd3a91f2486b28cfe491fb113f0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-08 - Cabinet of Commissioner Mairead Mcguinness x Bundesverband Alternative Investments e.V."],"date":["2021-04-08"],"summary":["AIFMD review"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["videoconference"],"address":["videoconference"],"addressEntity":["addr-92b2fbb928e012810d80d9ef1abe12027beee200"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["eu-tr-218219812319-84","ec-person-0ba9b89127b39af6a66f2fc3ed727332f1b19a34"]}} -{"id":"ec-meeting-2021-04-08-9a94aa0fdaf2962cb0bda3cb9af603e91c8685c7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-08 - Cabinet of Commissioner Mairead Mcguinness x European Sustainable Investment Forum"],"date":["2021-04-08"],"summary":["Sustainable finance"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-a5441c6a69a8a94fd64e02def60fcc6567f2c1d8","eu-tr-480715239269-75"]}} -{"id":"ec-meeting-2021-04-08-9ee06b41c8d57e1f31da0cce7ecd2bd1ef4ed9e3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-08 - Cabinet of Vice-President Margaritis Schinas x None"],"date":["2021-04-08"],"summary":["Health Union"],"notes":["Portfolio: Promoting the European Way of Life"],"location":["online"],"address":["online"],"addressEntity":["addr-2dbc2fd2358e1ea1b7a6bc08ea647b9a337ac92d"],"organizer":["ec-cabinet-margaritis-of-president-schinas-vice"],"involved":["eu-tr-38526121292-88","eu-tr-549378714499-39","eu-tr-876034021209-88","eu-tr-687559214721-11","eu-tr-281433223148-81","eu-tr-05366537746-69","eu-tr-020025124702-06","eu-tr-1298286943-59","eu-tr-80267287489-88","eu-tr-379847424451-15","eu-tr-0757172464-29","eu-tr-117410219881-21","ec-person-b59ff7316734021e48aa7e0fd79eeeab36ea2bb4","eu-tr-99565011637-64","ec-person-d5cada2a1a17537a675985af31e5ce07ae3bfd42","eu-tr-988772631423-40","eu-tr-31091478710-90","eu-tr-57929627082-79","eu-tr-61911227368-75","eu-tr-138219638308-52","eu-tr-473945434136-05","eu-tr-205951731935-57","eu-tr-273334013697-74"]}} -{"id":"ec-meeting-2021-04-08-d3f827b8cb40e1783202b292b8e4ba30b501a6e2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-08 - Cabinet of Commissioner Mairead Mcguinness x Finance Watch"],"date":["2021-04-08"],"summary":["CRR review & Climate Related Risks"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["virtual call"],"address":["virtual call"],"addressEntity":["addr-a6b4dd3c51b68c15a984750206b014b0ab434365"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["eu-tr-37943526882-24","ec-person-49e520c7a9c9c47ccb5acfa68f9416e4233af9f8"]}} -{"id":"ec-meeting-2021-04-08-d6f807859181c3de8fd4e2f05b2355d582c20efc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-08 - Cabinet of Executive Vice-President Margrethe Vestager x European Tech Alliance"],"date":["2021-04-08"],"summary":["Digital Markets Act and Digital Services Act, Artificial Intelligence"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0","eu-tr-189607519323-76","ec-person-11ba005cc4046696303381b7ca219da9b11a42bf"]}} -{"id":"ec-meeting-2021-04-08-f699d90e1a6a26714fc7a6127498e644303c9e0d","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2021-04-08 - Cabinet of Commissioner Ylva Johansson x ECPAT Sverige"],"date":["2021-04-08"],"summary":["child sexual abuse","Meeting on Child Sex Abuse"],"notes":["Portfolio: Home Affairs"],"location":["Stockholm"],"address":["Stockholm"],"addressEntity":["addr-c62ff645db3e4e4627445eafdadf5e5683415895"],"organizer":["ec-cabinet-commissioner-johansson-of-ylva"],"involved":["ec-person-31b127e72e9dd30ce85ff2b475ac65d28d7dc48d","eu-tr-376348042316-96"]}} -{"id":"ec-meeting-2021-04-09-5185c1a28cc9ce242945e6e6861501afc73f6560","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-09 - Cabinet of Commissioner Jutta Urpilainen x Fingrid Oyj"],"date":["2021-04-09"],"summary":["Aurora Line project."],"notes":["Portfolio: International Partnerships"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["eu-tr-730956540738-28","ec-person-1ec9383fd54d9d4cd8a154c01fa71549eb8c75ac"]}} -{"id":"ec-meeting-2021-04-09-5aa01518d574587878c3a92b5b03788c63d874e9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-09 - Cabinet of Commissioner Jutta Urpilainen x aNewGovernance"],"date":["2021-04-09"],"summary":["Digital transformation and access to electricity in Africa."],"notes":["Portfolio: International Partnerships"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["eu-tr-951547539825-41","ec-person-1ec9383fd54d9d4cd8a154c01fa71549eb8c75ac"]}} -{"id":"ec-meeting-2021-04-09-5d817fe217b76d819398eb0e6f3d17e16ccc39b8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-09 - Cabinet of Vice-President Dubravka Šuica x Humboldt-Universität zu Berlin"],"date":["2021-04-09"],"summary":["Meeting with scientistes in the domain of linking demography and democracy from the Humboldt University and Hertie School in Berlin"],"notes":["Portfolio: Democracy and Demography"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-dubravka-of-president-suica-vice"],"involved":["ec-person-2ea66ac99d83c7f0ff7dfcfd7d90f9416dc22e61","eu-tr-840952226508-06"]}} -{"id":"ec-meeting-2021-04-09-5fca86af102389c10c47f995905bcf7421ddc127","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-09 - Cabinet of Vice-President Dubravka Šuica x Intesa Sanpaolo"],"date":["2021-04-09"],"summary":["Discussion on the Conference on the Future of Europe"],"notes":["Portfolio: Democracy and Demography"],"location":["Virtual meeting"],"address":["Virtual meeting"],"addressEntity":["addr-1f1f3f51a4da31a1ea5c1b4b21cbf52ad983224f"],"organizer":["ec-cabinet-dubravka-of-president-suica-vice"],"involved":["eu-tr-24037141789-48","ec-person-026798f0d4b4567a1c4ba592351123da781ce908"]}} -{"id":"ec-meeting-2021-04-09-5ff66e484a7604ae0774ff44cea503046914ef7b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-09 - Cabinet of Vice-President Dubravka Šuica x European University Institute"],"date":["2021-04-09"],"summary":["Discussion on the Conference on the Future of Europe"],"notes":["Portfolio: Democracy and Demography"],"location":["Virtual meeting"],"address":["Virtual meeting"],"addressEntity":["addr-1f1f3f51a4da31a1ea5c1b4b21cbf52ad983224f"],"organizer":["ec-cabinet-dubravka-of-president-suica-vice"],"involved":["eu-tr-742228039171-04","ec-person-026798f0d4b4567a1c4ba592351123da781ce908"]}} -{"id":"ec-meeting-2021-04-09-714b45c1ebf93fb07fe8557bf372a3c40453be35","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-09 - Cabinet of Commissioner Mairead Mcguinness x Bitkom e.V."],"date":["2021-04-09"],"summary":["digital finance"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["eu-tr-5351830264-31","ec-person-0ba9b89127b39af6a66f2fc3ed727332f1b19a34"]}} -{"id":"ec-meeting-2021-04-09-71d8a0b8f3991714377c175f79df90a61ea28aac","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-09 - Cabinet of Commissioner Thierry Breton x Thermo Fisher Scientific"],"date":["2021-04-09"],"summary":["Global supply chains for disposables"],"notes":["Portfolio: Internal Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-d6689ffc6695e7e65bdd0e0c0da1721d3031ea1b","eu-tr-067438810848-61"]}} -{"id":"ec-meeting-2021-04-09-890f3d5994884072f94f2ece7d8e4deded512305","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-09 - Cabinet of Executive Vice-President Valdis Dombrovskis x Novolipetsk Steel Hill & Knowlton International Belgium METINVEST"],"date":["2021-04-09"],"summary":["Carbon Border Adjustment Mechanism"],"notes":["Portfolio: An Economy that Works for People"],"location":["Video conference"],"address":["Video conference"],"addressEntity":["addr-ebc9fd5c2f372a32153cf3f4d5fb918a96b84a88"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["eu-tr-464728537297-80","ec-person-f011ed0f7c78d833a79f1206f788e0cbd9cb8864","eu-tr-429746235345-89","eu-tr-3183894853-03","ec-person-4afd4ae4e50604ac3c0c9ae597bcb74eb1dd31b6"]}} -{"id":"ec-meeting-2021-04-09-8ff68707192f9da93b17eb57e483cbd7794e0a19","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-09 - Foreign Policy Instruments x Fondation Hirondelle, Media for Peace and Human Dignity"],"date":["2021-04-09"],"summary":["Exchange on conflict prevention and reconciliation"],"location":["VTC"],"address":["VTC"],"addressEntity":["addr-9d1acaa772820b8ade84113d2da24716fe455be2"],"organizer":["ec-dg-fpi"],"involved":["eu-tr-318360828103-95","ec-person-c3b6b442c99862009242a343eeb51ed66498bd31"]}} -{"id":"ec-meeting-2021-04-09-9889b34d2e3ae409531e8c9cf570410690cead9a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-09 - Budget x Bank of America Corporation"],"date":["2021-04-09"],"summary":["implementation of the Recovery Fund across the EU"],"location":["webex"],"address":["webex"],"addressEntity":["addr-a37f437ef502701df6cd547f0ec20f9f6c19464e"],"organizer":["ec-dg-budg"],"involved":["ec-person-39635b893026833f739fe623fe7e9d5a97525e7a","eu-tr-53891615036-88"]}} -{"id":"ec-meeting-2021-04-09-a4fa8b773e2385a4d308723d1e3eb01b0408339e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-09 - Cabinet of Executive Vice-President Valdis Dombrovskis x World Economic Forum"],"date":["2021-04-09"],"summary":["Net-Zero economy and green transition of economy; Sustainable finance and green investments."],"notes":["Portfolio: An Economy that Works for People"],"location":["video conference"],"address":["video conference"],"addressEntity":["addr-6dc12e3c97077db82f32184f24341ce370a445fd"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["eu-tr-049060636194-17","ec-person-9e7bd1005456277f156b671d1555c6a460fb2f58"]}} -{"id":"ec-meeting-2021-04-09-fe492e03eb153f8fc517341de4d5e2b7e9deefb5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-09 - Cabinet of Executive Vice-President Frans Timmermans x Vereniging VNO-NCW"],"date":["2021-04-09"],"summary":["European Green Deal"],"notes":["Portfolio: European Green Deal"],"location":["Brussels (video confernece)"],"address":["Brussels (video confernece)"],"addressEntity":["addr-4feb9e13c6c70721ea691d2b2b370749b64a035c"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce","eu-tr-13255254129-80"]}} -{"id":"ec-meeting-2021-04-10-5e74b8cdfd23abd91480d91678573dfadde56824","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-10 - Cabinet of Commissioner Thierry Breton x Johnson & Johnson"],"date":["2021-04-10"],"summary":["Vaccine production and deliveries"],"notes":["Portfolio: Internal Market"],"location":["Videocall"],"address":["Videocall"],"addressEntity":["addr-4b20c60cbed91c52bb56613870c84a7e8fb11240"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-75617941310-89","ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0"]}} -{"id":"ec-meeting-2021-04-10-b20ee13fb06beb6d975963ca0461cb8ae7fddf18","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-10 - Cabinet of Commissioner Thierry Breton x Pfizer Inc."],"date":["2021-04-10"],"summary":["Vaccine production and deliveries"],"notes":["Portfolio: Internal Market"],"location":["Videocall"],"address":["Videocall"],"addressEntity":["addr-4b20c60cbed91c52bb56613870c84a7e8fb11240"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","eu-tr-4263301811-33"]}} -{"id":"ec-meeting-2021-04-10-d5321d703a2af6e3fac127a830b4a57acbbd8107","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-10 - Cabinet of Commissioner Thierry Breton x Moderna Inc."],"date":["2021-04-10"],"summary":["Vaccine production and deliveries"],"notes":["Portfolio: Internal Market"],"location":["Videocall"],"address":["Videocall"],"addressEntity":["addr-4b20c60cbed91c52bb56613870c84a7e8fb11240"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-011080341579-06","ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0"]}} -{"id":"ec-meeting-2021-04-11-93e80ece8d4addabb185387c6ef24feff12e3e73","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-11 - Cabinet of Commissioner Thierry Breton x AstraZeneca PLC"],"date":["2021-04-11"],"summary":["Vaccine production and deliveries"],"notes":["Portfolio: Internal Market"],"location":["Videocall"],"address":["Videocall"],"addressEntity":["addr-4b20c60cbed91c52bb56613870c84a7e8fb11240"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-249402638316-62","ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0"]}} -{"id":"ec-meeting-2021-04-12-0681fb8716ac5a75027ebedc3bdae6fbdd22effe","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-12 - Communications Networks, Content and Technology x The European Society of Intensive Care Medicine"],"date":["2021-04-12"],"summary":["Outreach of ESICM & relevance of their work in the context of the COVID 19 pandemic\r\n (Virtual meeting)"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-872244238453-63","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2021-04-12-0d50d87690aa3fe385e3b95d1dbe66a9f6b028be","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-12 - Taxation and Customs Union x The European Steel Association"],"date":["2021-04-12"],"summary":["Videoconference - Exchange of views on the interaction of the CBAM with the forthcoming revision of the ETS"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-taxud"],"involved":["ec-person-9e42f316f38c8e126c2cd2bc84affb891338c7f3","eu-tr-93038071152-83"]}} -{"id":"ec-meeting-2021-04-12-17dd702d8d9de98ed52ae5ddef8ab92623af0f12","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-12 - Trade x Stiftung Wissenschaft und Politik"],"date":["2021-04-12"],"summary":["EU Trade Policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-trade"],"involved":["ec-person-2045c2589da3988908fcfe731e8224e7e06a7c63","eu-tr-662741612644-67"]}} -{"id":"ec-meeting-2021-04-12-22184d07398655ddd0bf9de49f41014628fa0970","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-12 - Cabinet of Vice-President Margaritis Schinas x EUROPEAN TRADE UNION CONFEDERATION"],"date":["2021-04-12"],"summary":["Skills"],"notes":["Portfolio: Promoting the European Way of Life"],"location":["online"],"address":["online"],"addressEntity":["addr-2dbc2fd2358e1ea1b7a6bc08ea647b9a337ac92d"],"organizer":["ec-cabinet-margaritis-of-president-schinas-vice"],"involved":["ec-person-d5cada2a1a17537a675985af31e5ce07ae3bfd42","ec-person-180e5c5b13dac533a1241b0f9d78176c8bec3d51","eu-tr-06698681039-26"]}} -{"id":"ec-meeting-2021-04-12-2c51095d58edfec3bfcc9dbe94718a487f194938","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-12 - Cabinet of Commissioner Didier Reynders x Association for Financial Markets in Europe"],"date":["2021-04-12"],"summary":["Substainable Corporate Governance"],"notes":["Portfolio: Justice"],"location":["video conference"],"address":["video conference"],"addressEntity":["addr-6dc12e3c97077db82f32184f24341ce370a445fd"],"organizer":["ec-cabinet-commissioner-didier-of-reynders"],"involved":["ec-person-442bf1ae9900b999673cdd7389224d0e21b67d4d","eu-tr-65110063986-76"]}} -{"id":"ec-meeting-2021-04-12-346bedcbb9f88e861fdb2d2d81cf9ef2595ed97c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-12 - Cabinet of Commissioner Nicolas Schmit x BUSINESSEUROPE"],"date":["2021-04-12"],"summary":["Meeting on the Individual Learning Accounts (ILA)."],"notes":["Portfolio: Jobs and Social Rights"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-66fa2c2d100ec194caa42b5c6f97c36e2748b71c","ec-person-4cf4655ab41922e92160325d987a3c4615c72d30","eu-tr-3978240953-79","ec-person-c03b949331dbbe5fa3d5423758e371ec1b9b832f"]}} -{"id":"ec-meeting-2021-04-12-3ae8c4a1a590acd596fd256c73e088255ba0bb19","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-12 - Cabinet of Vice-President Dubravka Šuica x Southern Sparsely Populated Areas network"],"date":["2021-04-12"],"summary":["Meeting on a digital transformation project for the three provinces on which the Spanish territories are working"],"notes":["Portfolio: Democracy and Demography"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-dubravka-of-president-suica-vice"],"involved":["ec-person-56280de395992e5d3884a4e43f495b3872b54643","eu-tr-478256433575-07","ec-person-2ea66ac99d83c7f0ff7dfcfd7d90f9416dc22e61"]}} -{"id":"ec-meeting-2021-04-12-4182fe5fdb26af3e05f015901dc0e74681ec830c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-12 - Cabinet of Commissioner Nicolas Schmit x Ars Electronica Linz GmbH & Co KG funline Media GmbH EBU-UER (European Broadcasting Union) Aalto-korkeakoulusäätiö / Aalto University France Télévisions UNI MEI Global Union Pearle*-Live Performance Europe (Performing Arts Employers Associations League Europe)"],"date":["2021-04-12"],"summary":["Pact for skills roundtable with the creative cultural industries."],"notes":["Portfolio: Jobs and Social Rights"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["eu-tr-82864476764-79","ec-person-4cf4655ab41922e92160325d987a3c4615c72d30","eu-tr-31046456610-43","eu-tr-25901146020-53","eu-tr-93288301615-56","eu-tr-902408815139-24","eu-tr-4817795559-48","eu-tr-006627042242-12","ec-person-c03b949331dbbe5fa3d5423758e371ec1b9b832f"]}} -{"id":"ec-meeting-2021-04-12-50fa5ff396e6793211ae1e5bc77d51e52bb24874","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-12 - Cabinet of Commissioner Nicolas Schmit x EUROPEAN TRADE UNION CONFEDERATION"],"date":["2021-04-12"],"summary":["Meeting on the Individual Learning Accounts (ILA)."],"notes":["Portfolio: Jobs and Social Rights"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-66fa2c2d100ec194caa42b5c6f97c36e2748b71c","ec-person-4cf4655ab41922e92160325d987a3c4615c72d30","eu-tr-06698681039-26","ec-person-c03b949331dbbe5fa3d5423758e371ec1b9b832f"]}} -{"id":"ec-meeting-2021-04-12-778f54d7e8ef2ce20581159d33927f72ca5d1f2f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-12 - Cabinet of Commissioner Thierry Breton x Aalto-korkeakoulusäätiö / Aalto University France Télévisions UNI MEI Global Union funline Media GmbH Pearle*-Live Performance Europe (Performing Arts Employers Associations League Europe) Fondazione Polo del '900 EBU-UER (European Broadcasting Union) Ars Electronica Linz GmbH & Co KG"],"date":["2021-04-12"],"summary":["Skills roundtable Cultural and Creative Ecosystem"],"notes":["Portfolio: Internal Market"],"location":["videoconference"],"address":["videoconference"],"addressEntity":["addr-92b2fbb928e012810d80d9ef1abe12027beee200"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-82864476764-79","eu-tr-31046456610-43","ec-person-5215bd372c5a1202399d77ecceb8c16de8d7d55c","ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","eu-tr-25901146020-53","eu-tr-93288301615-56","eu-tr-848452042225-47","eu-tr-902408815139-24","eu-tr-4817795559-48","eu-tr-006627042242-12"]}} -{"id":"ec-meeting-2021-04-12-79b519249115c7c2631d8ef9455dc07c3fac9801","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-12 - Cabinet of Commissioner Thierry Breton x Merck"],"date":["2021-04-12"],"summary":["Global supply chains for disposables"],"notes":["Portfolio: Internal Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-d6689ffc6695e7e65bdd0e0c0da1721d3031ea1b","eu-tr-49654992078-52"]}} -{"id":"ec-meeting-2021-04-12-7ec866759eff136309b3b611b8b799d8f379cb17","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-12 - Cabinet of Commissioner Kadri Simson x Eesti Tööandjate Keskliit"],"date":["2021-04-12"],"summary":["Questions concerning biomass and sustainability. Renewable Energy directive (RED II)."],"notes":["Portfolio: Energy"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["eu-tr-893942625175-25","ec-person-02dcb64edd20203955d6dad9d5c0dbc71a3d7816","ec-person-1995c65b8dc7f3702a8c30ed96a0144075848837"]}} -{"id":"ec-meeting-2021-04-12-88b376d17a305e9fdf39d83f2826a706b6d84e0b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-12 - Cabinet of Commissioner Mairead Mcguinness x SUEZ Group"],"date":["2021-04-12"],"summary":["Taxonomy regulation and delegated acts"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-a5441c6a69a8a94fd64e02def60fcc6567f2c1d8","eu-tr-27799842497-69"]}} -{"id":"ec-meeting-2021-04-12-93e80ece8d4addabb185387c6ef24feff12e3e73","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-12 - Cabinet of Commissioner Thierry Breton x AstraZeneca PLC"],"date":["2021-04-12"],"summary":["Vaccine production and delivery schedule for Q2 2021"],"notes":["Portfolio: Internal Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-249402638316-62","ec-person-d6689ffc6695e7e65bdd0e0c0da1721d3031ea1b"]}} -{"id":"ec-meeting-2021-04-12-a2b690d0ab03f265a448084ce2e947bac7a17340","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-12 - Cabinet of Commissioner Mariya Gabriel x digital publishing AG"],"date":["2021-04-12"],"summary":["Digital innovation"],"notes":["Portfolio: Innovation and Youth"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-660936142523-02","ec-person-1674399a793e9e6fd7cf55b525515fc862fc9351"]}} -{"id":"ec-meeting-2021-04-12-a908f31c8c1683469b1b0f41d60c8f90d814abe7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-12 - Cabinet of Commissioner Thierry Breton x Transport and Environment (European Federation for Transport and Environment)"],"date":["2021-04-12"],"summary":["Euro 7 preparation; sustainable aviation and maritime"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-6308dea893b9b1ca0dcd5b91b4a1ac4c2f3020ad","eu-tr-58744833263-19"]}} -{"id":"ec-meeting-2021-04-12-ac9187bad0aabfea8da2495ee6c906ae28c49632","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-12 - Cabinet of Executive Vice-President Frans Timmermans x Breakthrough Energy Catalyst Foundation"],"date":["2021-04-12"],"summary":["EU-US greentech alliance"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - video conference"],"address":["Brussels - video conference"],"addressEntity":["addr-d7df553e47e69d1cc9f4189b36b7c867f80459b0"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-d53e00c46a4cc62bbf533e0c9bb35bacb9121989","eu-tr-424103441763-49"]}} -{"id":"ec-meeting-2021-04-12-b6a51fb26499366459a78545efa17ed5e38d0997","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-12 - Cabinet of Vice-President Margaritis Schinas x BUSINESSEUROPE"],"date":["2021-04-12"],"summary":["Skills"],"notes":["Portfolio: Promoting the European Way of Life"],"location":["online"],"address":["online"],"addressEntity":["addr-2dbc2fd2358e1ea1b7a6bc08ea647b9a337ac92d"],"organizer":["ec-cabinet-margaritis-of-president-schinas-vice"],"involved":["ec-person-d5cada2a1a17537a675985af31e5ce07ae3bfd42","ec-person-180e5c5b13dac533a1241b0f9d78176c8bec3d51","eu-tr-3978240953-79"]}} -{"id":"ec-meeting-2021-04-12-bea19a3470c7a3eb88aaf724e8b1d306cbbb77da","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-12 - Cabinet of Commissioner Nicolas Schmit x European Chemical Employers Group IKEM - Innovations- och kemiindustrierna i Sverige AB (556865-4650) Bundesarbeitgeberverband Chemie e.V."],"date":["2021-04-12"],"summary":["EPSR, Directive on the adequate minimum wage, Reskilling and upskilling ahead of the Porto Social Summit"],"notes":["Portfolio: Jobs and Social Rights"],"location":["online"],"address":["online"],"addressEntity":["addr-2dbc2fd2358e1ea1b7a6bc08ea647b9a337ac92d"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-8eb18b6102d444937bc6af5822a6742812165b48","ec-person-4cf4655ab41922e92160325d987a3c4615c72d30","eu-tr-3474944849-83","eu-tr-781914737871-44","eu-tr-38429111298-23"]}} -{"id":"ec-meeting-2021-04-12-bfd95f61915be6fbdcd9a5244823024138054cd8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-12 - Cabinet of President Ursula von der Leyen x Microsoft Corporation"],"date":["2021-04-12"],"summary":["Digital compass, sovereignty, the recovery plan"],"notes":["Portfolio: President"],"location":["Brussels (Microsoft Teams)"],"address":["Brussels (Microsoft Teams)"],"addressEntity":["addr-cb3da8479a3f5a41eec02f3cba4871526b76c56d"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["eu-tr-0801162959-21","ec-person-7019713e72781afb1f3b19032c4752a314b78180"]}} -{"id":"ec-meeting-2021-04-12-de15441ed318cdffda4b706a49cb46a938db1b4a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-12 - Cabinet of Vice-President Dubravka Šuica x Union of European Football Associations"],"date":["2021-04-12"],"summary":["Meeting with UEFA Foundation for Children and EP Sports Group- preparation of the event: Youth spaces after COVID-19: sport in flourishing communities"],"notes":["Portfolio: Democracy and Demography"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-dubravka-of-president-suica-vice"],"involved":["eu-tr-39217046408-27","ec-person-60bc1622eb549a098038c6073ce7c40691ec9384"]}} -{"id":"ec-meeting-2021-04-12-e1b511394c7489a03abcf87878ebf7885e241804","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-12 - Cabinet of Commissioner Janusz Wojciechowski x Związek Pracodawców Business & Science Poland"],"date":["2021-04-12"],"summary":["Meeting on Taxonomy"],"notes":["Portfolio: Agriculture"],"location":["VTC"],"address":["VTC"],"addressEntity":["addr-9d1acaa772820b8ade84113d2da24716fe455be2"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["eu-tr-548212735276-89","ec-person-625f8b4379f79adee4f15c6a0417a96bb5a5a403"]}} -{"id":"ec-meeting-2021-04-12-e5ff0f04dc52fc5dd60751bd33efc396170209ee","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-12 - Cabinet of Executive Vice-President Valdis Dombrovskis x Bundesverband der Deutschen Industrie e.V."],"date":["2021-04-12"],"summary":["EU – US economic and trade relationship \r\nState of play: EU – China relations\r\nPriorities for the update of the industry strategy"],"notes":["Portfolio: An Economy that Works for People"],"location":["video"],"address":["video"],"addressEntity":["addr-ffbaf58f1231628f9ac2a583f038b51719006ec6"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["eu-tr-1771817758-48","ec-person-9e7bd1005456277f156b671d1555c6a460fb2f58"]}} -{"id":"ec-meeting-2021-04-13-001e3a70eeb989e6a577cdbda361d5ca6734713c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-13 - Cabinet of Executive Vice-President Frans Timmermans x Fern Stichting BirdLife Europe Partnership for Policy Integrity WWF European Policy Programme"],"date":["2021-04-13"],"summary":["Preparation for the meeting with EVP Timmermans"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - video conference"],"address":["Brussels - video conference"],"addressEntity":["addr-d7df553e47e69d1cc9f4189b36b7c867f80459b0"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-1083162721-43","eu-tr-1414929419-24","eu-tr-40538475090-82","ec-person-a282162080cef4ef2a8c0ab6247a3e03dc438507","eu-tr-141224640613-65"]}} -{"id":"ec-meeting-2021-04-13-1362396743a2fed8b1bdd99546f2412ad92d35dc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-13 - Cabinet of Commissioner Mariya Gabriel x European Non-Governmental Sports Organisation"],"date":["2021-04-13"],"summary":["Cooperation between the European Commission and the civil society of sport"],"notes":["Portfolio: Innovation and Youth"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-114500024887-83","ec-person-1674399a793e9e6fd7cf55b525515fc862fc9351"]}} -{"id":"ec-meeting-2021-04-13-1ee4848d963b4f14ec0371672c5f276254b7b50e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-13 - Cabinet of Commissioner Thierry Breton x STARBURST ACCELERATOR"],"date":["2021-04-13"],"summary":["Aero-spatial"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-b077a2e9f0fdb3b8f6e91d0bd0b256db9e40ce46","eu-tr-177455741999-88"]}} -{"id":"ec-meeting-2021-04-13-22168880bd4527def439d862c999e35df91fc318","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-13 - Cabinet of Commissioner Thierry Breton x thyssenkrupp Steel Europe AG"],"date":["2021-04-13"],"summary":["Industrial strategy, fit for 55"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-456211534646-58","ec-person-6308dea893b9b1ca0dcd5b91b4a1ac4c2f3020ad"]}} -{"id":"ec-meeting-2021-04-13-2827f2ecc757833453abc6e1287f14ee1d58a98d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-13 - Cabinet of Executive Vice-President Valdis Dombrovskis x SUEZ Group"],"date":["2021-04-13"],"summary":["EU Taxonomy and its impact on energy sector"],"notes":["Portfolio: An Economy that Works for People"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-1d8581216d9aa7f26fa098a81e84ca61e0e3f261","eu-tr-27799842497-69"]}} -{"id":"ec-meeting-2021-04-13-2c27ed023ed6ab1fe879f09b203ae0909545eb71","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-13 - Cabinet of Executive Vice-President Margrethe Vestager x ICMP - The global voice of music publishing"],"date":["2021-04-13"],"summary":["Copyright Directive"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0","eu-tr-65684839099-72","ec-person-eecca27e2a9c3fc0d4bd43564e4960382705feef"]}} -{"id":"ec-meeting-2021-04-13-3235fad7350173c62081937a815c16d81c1e245f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-13 - Cabinet of Commissioner Adina Vălean x Transport and Environment (European Federation for Transport and Environment) UNIFE Tesla Motors Netherlands B.V. Fievet Consulting"],"date":["2021-04-13"],"summary":["Meeting to discuss the state of play of the Eurovignette"],"notes":["Portfolio: Transport"],"location":["Conference call"],"address":["Conference call"],"addressEntity":["addr-28ba88479582b2f75898964548da4252dc7db7d2"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["ec-person-6e21d867543ef3b910e746c319cb048abd054702","eu-tr-071008240552-65","eu-tr-58744833263-19","eu-tr-9624415524-28","eu-tr-547225616323-13"]}} -{"id":"ec-meeting-2021-04-13-3798daa1b71ed86e7548e86f788b41e4554cf82a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-13 - Financial Stability, Financial Services and Capital Markets Union x Bank of America Corporation"],"date":["2021-04-13"],"summary":["Brexit, Green Finance and FS"],"location":["Virtual meeting"],"address":["Virtual meeting"],"addressEntity":["addr-1f1f3f51a4da31a1ea5c1b4b21cbf52ad983224f"],"organizer":["ec-dg-fisma"],"involved":["ec-person-1fce211249673c35ee07a801ddee77ab24af8d54","eu-tr-53891615036-88"]}} -{"id":"ec-meeting-2021-04-13-38e4f73ca210045906c57a43a79e1fc720cdbef2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-13 - Cabinet of Executive Vice-President Frans Timmermans x Fridays for Future Germany"],"date":["2021-04-13"],"summary":["Discussion on CAP"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - video conference"],"address":["Brussels - video conference"],"addressEntity":["addr-d7df553e47e69d1cc9f4189b36b7c867f80459b0"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-558588039523-40","ec-person-33624431cbec1074e151c1707715ef46d2ba9565"]}} -{"id":"ec-meeting-2021-04-13-3e3ef9bd87a2e7a460766e088b51b49221da6951","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-13 - Cabinet of President Ursula von der Leyen x Voodoo"],"date":["2021-04-13"],"summary":["DMA and relations with online applications stores"],"notes":["Portfolio: President"],"location":["Brussels (VC)"],"address":["Brussels (VC)"],"addressEntity":["addr-7a7ab1034ef0b71e62ebf9a322dc5d9528505976"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-7019713e72781afb1f3b19032c4752a314b78180","eu-tr-324797141634-06"]}} -{"id":"ec-meeting-2021-04-13-4204a87bc8daddab9f82b80dbb8b854897b95a09","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-13 - Cabinet of Executive Vice-President Frans Timmermans x Salida"],"date":["2021-04-13"],"summary":["Farm to Fork"],"notes":["Portfolio: European Green Deal"],"location":["Brussels (video conference)"],"address":["Brussels (video conference)"],"addressEntity":["addr-1a77e12c05a39186f3ddab600c3e9e619c4822ef"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-421974942265-62","ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce","ec-person-33624431cbec1074e151c1707715ef46d2ba9565"]}} -{"id":"ec-meeting-2021-04-13-493251b71ffa70bbe82020cef467afa20c1e0657","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-13 - Cabinet of Executive Vice-President Margrethe Vestager x Netflix International B.V."],"date":["2021-04-13"],"summary":["Audiovisual Media Services Directive, Digital Services Act"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-487726915971-30","ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0"]}} -{"id":"ec-meeting-2021-04-13-5a7b6cd767d2f993f548c1025589a724de3f0098","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-13 - Internal Market, Industry, Entrepreneurship and SMEs x Association des Constructeurs Européens d'Automobiles"],"date":["2021-04-13"],"summary":["ACEA would like to give their views on :\r\n1.\tThe initiative on access to in-vehicle data. \r\n2.\tThe “Euro 7” legislation on emissions."],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-grow"],"involved":["ec-person-0151c7e554d188fffc509ad636b7d1a84c5dfcd5","eu-tr-0649790813-47"]}} -{"id":"ec-meeting-2021-04-13-5fe1924826d406b42aaab5dda707cb03ac47581b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-13 - Cabinet of Commissioner Virginijus Sinkevičius x Notre Europe - Institut Jacques Delors / Notre Europe - Jacques Delors Institute"],"date":["2021-04-13"],"summary":["Horizon & Ocean Mission and MPAs"],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["ec-person-a3ed762188f9656ad2089827d1f121894fc1c0d2","eu-tr-726109217329-25","ec-person-9de2bdbd71a153577984a493028e19bcb8c1514f","ec-person-c92a6b4ef8328855b0234011be623ed9f15c86f3"]}} -{"id":"ec-meeting-2021-04-13-66e2710e3a8509c3cf0e918e6f29aad1d7310ce2","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2021-04-13 - Cabinet of Commissioner Kadri Simson x KIC InnoEnergy SE"],"date":["2021-04-13"],"summary":["Presentation of the H2 Green Steel project."],"notes":["Portfolio: Energy"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["ec-person-2fb98fc84d2cf8d481688eff3d47f7745ead3592","ec-person-d40f25b5cb5c0681854a4996da444478318f7e58","eu-tr-462849021886-85","ec-person-3ba14eabc5fddef75d1a672cc75b5f4bddd72ee9","ec-person-1995c65b8dc7f3702a8c30ed96a0144075848837"]}} -{"id":"ec-meeting-2021-04-13-6904b92b4e2cf68f5621535ed4f7b280fb628298","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-13 - Cabinet of Commissioner Kadri Simson x European Community Shipowners' Associations"],"date":["2021-04-13"],"summary":["European shipowners' position on FuelEU Maritime and RED."],"notes":["Portfolio: Energy"],"location":["Video Conferencing"],"address":["Video Conferencing"],"addressEntity":["addr-e3b7413b2ac93be00b6bcff51fdc1374d67118bd"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["ec-person-9b7f5fe059e5b0b40e79e9170211aa2f02322fdb","eu-tr-59004966537-01","ec-person-68b9170beccdbf21444fad7cdc252dec9e60b9d2"]}} -{"id":"ec-meeting-2021-04-13-721df4065b6e63796f825a96124a47d5b744a96b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-13 - Financial Stability, Financial Services and Capital Markets Union x BDO/Brussels Worldwide Services BV"],"date":["2021-04-13"],"summary":["Sustainability, NPL"],"location":["Virtual meeting"],"address":["Virtual meeting"],"addressEntity":["addr-1f1f3f51a4da31a1ea5c1b4b21cbf52ad983224f"],"organizer":["ec-dg-fisma"],"involved":["ec-person-1fce211249673c35ee07a801ddee77ab24af8d54","eu-tr-36576556470-62"]}} -{"id":"ec-meeting-2021-04-13-771965801e748fb2e0fcc268a1f1837c29a952fe","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-13 - Cabinet of Executive Vice-President Valdis Dombrovskis x Infineon Technologies AG"],"date":["2021-04-13"],"summary":["Industrial and trade policy"],"notes":["Portfolio: An Economy that Works for People"],"location":["Video conferencing"],"address":["Video conferencing"],"addressEntity":["addr-4a260fcbdf035aeae48bfb811f1225b05f636185"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["eu-tr-10751968675-85","ec-person-f011ed0f7c78d833a79f1206f788e0cbd9cb8864"]}} -{"id":"ec-meeting-2021-04-13-7c5d69c7dc94829f63817c9ba3af4c800c7dd8d4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-13 - Cabinet of Commissioner Thierry Breton x ECTA"],"date":["2021-04-13"],"summary":["European telecommunications regulation and investment"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","eu-tr-932781112187-50"]}} -{"id":"ec-meeting-2021-04-13-7c853a1cfd46da6a7a1b7ff800cbb47da393b314","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-13 - Cabinet of Commissioner Thierry Breton x KINEIS"],"date":["2021-04-13"],"summary":["Constellation"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-b077a2e9f0fdb3b8f6e91d0bd0b256db9e40ce46","eu-tr-399321042039-28"]}} -{"id":"ec-meeting-2021-04-13-82f59211ee6fe63484bcadfec4f2dd0be85c7b1a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-13 - Climate Action x ZF Friedrichshafen AG MAHLE International GmbH Robert Bosch GmbH"],"date":["2021-04-13"],"summary":["Decarbonizing road transport sector"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-clima"],"involved":["eu-tr-917204122840-28","eu-tr-194094423131-36","ec-person-9c5c685692a09a77f2bc8ae9c05663b87cd75aae","eu-tr-8999533555-91"]}} -{"id":"ec-meeting-2021-04-13-939bf847c9ec9db9af0c3dc2ffa69d89c72da16f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-13 - Cabinet of Executive Vice-President Valdis Dombrovskis x Gesamtverband der Deutschen Versicherungswirtschaft e.V."],"date":["2021-04-13"],"summary":["Solvency II"],"notes":["Portfolio: An Economy that Works for People"],"location":["video conferencing"],"address":["video conferencing"],"addressEntity":["addr-613317ccdf0c2bce8cb9f90df551697cd890eda7"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["eu-tr-6437280268-55","ec-person-f011ed0f7c78d833a79f1206f788e0cbd9cb8864"]}} -{"id":"ec-meeting-2021-04-13-96f21f26703f67f430894497ced78df706401160","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-13 - Cabinet of Commissioner Mairead Mcguinness x European Association of Co-operative Banks"],"date":["2021-04-13"],"summary":["Basel 111\r\nCorporate Management\r\nCovid-19 & EU response\r\nBanking Union"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Video Conferencing"],"address":["Video Conferencing"],"addressEntity":["addr-e3b7413b2ac93be00b6bcff51fdc1374d67118bd"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-2b9c589fb2354bd93067644d2c3d2c058d4c4cc9","eu-tr-4172526951-19"]}} -{"id":"ec-meeting-2021-04-13-97aee22c850019246158f21638d423272e7ed399","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-13 - Cabinet of Executive Vice-President Frans Timmermans x Institute for European Environmental Policy"],"date":["2021-04-13"],"summary":["Implementation of the European Green Deal"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-934329423960-72","ec-person-8af3c81534786a740718d21dc58240738a53ed7b"]}} -{"id":"ec-meeting-2021-04-13-b0eb63442c81fe2404c5f938523314e6240721dd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-13 - Cabinet of Commissioner Thierry Breton x CCI France"],"date":["2021-04-13"],"summary":["Exchange on Industry update and SME strategy"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","eu-tr-569014231604-54"]}} -{"id":"ec-meeting-2021-04-13-b88ad8ae6298cf1ba4ec4e798815f92b6e60e226","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-13 - Taxation and Customs Union x CONSEIL DE COOPERATION ECONOMIQUE"],"date":["2021-04-13"],"summary":["Videoconference - Exchange of views on the ongoing G20-OECD led discussions on Pillar 1 and 2 and their interaction with a forthcoming EU proposal for a digital levy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-taxud"],"involved":["ec-person-9e42f316f38c8e126c2cd2bc84affb891338c7f3","eu-tr-146893419149-74"]}} -{"id":"ec-meeting-2021-04-13-bebf4667e44ac837f8f519d557f5757e180cab2c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-13 - Environment x European Recycling Industries' Confederation"],"date":["2021-04-13"],"summary":["Circular Economy Action Plan"],"location":["video meeting"],"address":["video meeting"],"addressEntity":["addr-461e1e892f0c482e21523e45368c4331d84fbeef"],"organizer":["ec-dg-env"],"involved":["eu-tr-764633015511-42","ec-person-f9559d68da38935569ff0be1cadd90e05f0454bd"]}} -{"id":"ec-meeting-2021-04-13-c1c9d49dc5c31b9619e47994e4e9bc1a1f588188","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-13 - Environment x Bureau Européen des Unions de Consommateurs"],"date":["2021-04-13"],"summary":["Sustainable Product Initiative\r\nconsumer information\r\nstate of play of Ecolabel\r\nchemical strategy"],"location":["Video meeting"],"address":["Video meeting"],"addressEntity":["addr-762dc9b5648e05f3894b6f2597baa8254e5414db"],"organizer":["ec-dg-env"],"involved":["ec-person-f9559d68da38935569ff0be1cadd90e05f0454bd","eu-tr-9505781573-45"]}} -{"id":"ec-meeting-2021-04-13-c380e003911a929776019ef21b9c108f63c189e1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-13 - Cabinet of Vice-President Dubravka Šuica x The LEGO Group"],"date":["2021-04-13"],"summary":["Meeting on Lego's contribution to the implementation of the EU Strategy on the rights of the Child"],"notes":["Portfolio: Democracy and Demography"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-dubravka-of-president-suica-vice"],"involved":["eu-tr-236869539281-13","ec-person-60bc1622eb549a098038c6073ce7c40691ec9384"]}} -{"id":"ec-meeting-2021-04-13-d3422eea33ed44c22708ca434a1e047578372498","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-13 - Climate Action x GasNaturally International Association of Oil & Gas Producers Europe"],"date":["2021-04-13"],"summary":["Role of gas in decarbonisation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-clima"],"involved":["ec-person-9c5c685692a09a77f2bc8ae9c05663b87cd75aae","eu-tr-12847789685-76","eu-tr-3954187491-70"]}} -{"id":"ec-meeting-2021-04-13-d9e27c8be7940002ecdac6c9e6dfe9d794fed167","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-13 - Cabinet of Executive Vice-President Frans Timmermans x Eurelectric aisbl"],"date":["2021-04-13"],"summary":["Zero emission urban vehicle fleets"],"notes":["Portfolio: European Green Deal"],"location":["video call"],"address":["video call"],"addressEntity":["addr-12d8c530d76da0b7745f9c0f9285e7eec97adc55"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-4271427696-87","ec-person-d56ecbfde17436a136fc89c9a978b266e8285c84"]}} -{"id":"ec-meeting-2021-04-13-dff1bbb8b46f8ceea8b7b2a9e81c98d57d4c5af8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-13 - Cabinet of Executive Vice-President Frans Timmermans x DIGITALEUROPE"],"date":["2021-04-13"],"summary":["Speech at Working Group for Digital in the EU Green Deal"],"notes":["Portfolio: European Green Deal"],"location":["video call"],"address":["video call"],"addressEntity":["addr-12d8c530d76da0b7745f9c0f9285e7eec97adc55"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-64270747023-20","ec-person-d56ecbfde17436a136fc89c9a978b266e8285c84"]}} -{"id":"ec-meeting-2021-04-13-e76a8f40feea4f68dabb02220e051a0d9f8f53f1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-13 - Cabinet of Commissioner Adina Vălean x ExxonMobil Petroleum & Chemical"],"date":["2021-04-13"],"summary":["Energy research and emerging technologies, including low-carbon hydrogen and advanced biofuels."],"notes":["Portfolio: Transport"],"location":["Conference call"],"address":["Conference call"],"addressEntity":["addr-28ba88479582b2f75898964548da4252dc7db7d2"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["ec-person-e5f1558cac43dd4f90847b508b6753edb0a9f903","eu-tr-0745650927-75"]}} -{"id":"ec-meeting-2021-04-13-ee4a2bf80c42a871551b36b15447665baf9622c6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-13 - Cabinet of Commissioner Virginijus Sinkevičius x Mouvement des Entreprises de France"],"date":["2021-04-13"],"summary":["To present green transition as a chance for the business sector and how European Commission can support them in this transition"],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["eu-tr-43763731235-75","ec-person-dd7a7b1952e158f4195d34cff333ec79a4f48ba3","ec-person-9de2bdbd71a153577984a493028e19bcb8c1514f"]}} -{"id":"ec-meeting-2021-04-13-f33c5f29ab022b040187ec061d8b7324887aca69","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-13 - Internal Market, Industry, Entrepreneurship and SMEs x Fair Standards Alliance"],"date":["2021-04-13"],"summary":["•\tIntroduction of the Fair Standards Alliance and its mission\r\n•\tSEP licensing challenges faced by European businesses that adversely affect European competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-grow"],"involved":["ec-person-0151c7e554d188fffc509ad636b7d1a84c5dfcd5","eu-tr-354710219654-02"]}} -{"id":"ec-meeting-2021-04-13-f873f56bb2d71f45d905a3dc780dcd2e505547e0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-13 - Internal Market, Industry, Entrepreneurship and SMEs x Bpifrance"],"date":["2021-04-13"],"summary":["Discuss the Taxonomy Regulation establishing a framework for sustainable investment in Europe and its implementation challenges, especially for SMEs."],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-grow"],"involved":["ec-person-0151c7e554d188fffc509ad636b7d1a84c5dfcd5","eu-tr-950921712127-74"]}} -{"id":"ec-meeting-2021-04-13-fb084f863d26b6351dbee27bbfe4e25f1b52573d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-13 - Cabinet of Executive Vice-President Frans Timmermans x Izba Gospodarcza \"Wodociągi Polskie\""],"date":["2021-04-13"],"summary":["Speech at their event about European Green Deal"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - video conference"],"address":["Brussels - video conference"],"addressEntity":["addr-d7df553e47e69d1cc9f4189b36b7c867f80459b0"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-647985735575-13","ec-person-d53e00c46a4cc62bbf533e0c9bb35bacb9121989"]}} -{"id":"ec-meeting-2021-04-14-22d2f69b90c8945a0c0731971a3810ea8d7a5a61","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-14 - Justice and Consumers x Finance Watch"],"date":["2021-04-14"],"summary":["Discussion on sustainable corporate governance"],"location":["skype call"],"address":["skype call"],"addressEntity":["addr-0db594ddb3c01ab65ece36457924324d0aff0ea1"],"organizer":["ec-dg-just"],"involved":["eu-tr-37943526882-24","ec-person-64fe91130a710e9441279ace59821186f8ef52c4"]}} -{"id":"ec-meeting-2021-04-14-2fdadadbe9ccf79a049d451b6d4de8544deaa6ac","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-14 - Cabinet of Executive Vice-President Margrethe Vestager x The LEGO Group"],"date":["2021-04-14"],"summary":["Digital Decade"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-236869539281-13","ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0"]}} -{"id":"ec-meeting-2021-04-14-4573067910031a05521b1fb95f32023530310c3b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-14 - Cabinet of Executive Vice-President Frans Timmermans x Renewables Grid Initiative e.V."],"date":["2021-04-14"],"summary":["Follow up to the Offshore Renewable Energy strategy"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - video conference"],"address":["Brussels - video conference"],"addressEntity":["addr-d7df553e47e69d1cc9f4189b36b7c867f80459b0"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-a282162080cef4ef2a8c0ab6247a3e03dc438507","eu-tr-793038613858-32"]}} -{"id":"ec-meeting-2021-04-14-4a4681cb3de9cc539fb92b62f3ff29e05d6dab56","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-14 - Cabinet of Commissioner Virginijus Sinkevičius x STARCH EUROPE"],"date":["2021-04-14"],"summary":["To discuss the delegated act to be adopted under the Taxonomy Regulation"],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["eu-tr-57787966531-03","ec-person-ef0f66e9880a22ea8d9657bd982daf9bd74838c1"]}} -{"id":"ec-meeting-2021-04-14-4b5b1c80575d6c9da6c22c707c93875cccdbffe3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-14 - Cabinet of Commissioner Nicolas Schmit x PayPal PLC, Belgian Branch"],"date":["2021-04-14"],"summary":["Meeting on the Skills Agenda and the future of Social Europe."],"notes":["Portfolio: Jobs and Social Rights"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["eu-tr-94256896677-14","ec-person-66fa2c2d100ec194caa42b5c6f97c36e2748b71c","ec-person-4cf4655ab41922e92160325d987a3c4615c72d30"]}} -{"id":"ec-meeting-2021-04-14-832c7fc367b4d21418458a58610196936ac49d7c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-14 - Cabinet of Executive Vice-President Frans Timmermans x Compassion in World Farming International"],"date":["2021-04-14"],"summary":["The End the Cage Age initiative"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - video conference"],"address":["Brussels - video conference"],"addressEntity":["addr-d7df553e47e69d1cc9f4189b36b7c867f80459b0"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-26535516539-45","ec-person-33624431cbec1074e151c1707715ef46d2ba9565"]}} -{"id":"ec-meeting-2021-04-14-c77eb8a999f56c96d462eae44e34228d38872d29","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-14 - Cabinet of Executive Vice-President Valdis Dombrovskis x Cerame-Unie"],"date":["2021-04-14"],"summary":["Trade defence and market access"],"notes":["Portfolio: An Economy that Works for People"],"location":["Video-conference"],"address":["Video-conference"],"addressEntity":["addr-afae67aab834151e72f631228e72361e369db072"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-25f4019e9babab3840cf9d6dbf9cb6994f2104fb","eu-tr-79465004946-12","ec-person-3520008ac93a203db50d106deafde939bc2729f1"]}} -{"id":"ec-meeting-2021-04-14-cfee9ab09479a7233c93e5be791b2875b405ca4f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-14 - Cabinet of Executive Vice-President Margrethe Vestager x Technology Industries of Finland (Teknologiateollisuus ry)"],"date":["2021-04-14"],"summary":["Artificial Intelligence"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0","eu-tr-39705603497-38"]}} -{"id":"ec-meeting-2021-04-14-d3bc8e63afdb3e0091e18979a03fe6f20bb81a65","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-14 - Cabinet of Commissioner Virginijus Sinkevičius x Generation Climate Europe"],"date":["2021-04-14"],"summary":["To discuss climate change and growth, especially with the view of Recovery Plan."],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["ec-person-dd7a7b1952e158f4195d34cff333ec79a4f48ba3","eu-tr-021591837250-68"]}} -{"id":"ec-meeting-2021-04-14-d820d11f73925f72ada66bcd55a6eb21e613ab93","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-14 - Cabinet of Commissioner Thierry Breton x industriAll European Trade Union"],"date":["2021-04-14"],"summary":["Meeting on industrial policy and recovery / objectives of the upcoming update of the Industrial Strategy"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","eu-tr-358284014848-82"]}} -{"id":"ec-meeting-2021-04-14-e1f26cc8360b40d20203fc4a58c6f00111b6919d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-14 - Cabinet of Vice-President Věra Jourová x European University Institute"],"date":["2021-04-14"],"summary":["Media Pluralism Monitor"],"notes":["Portfolio: Values and Transparency"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["eu-tr-742228039171-04","ec-person-aa83f35da599b82e4f15da018f4b3447eb648f7c"]}} -{"id":"ec-meeting-2021-04-14-f152ca2dafea48959270e06787ef6199c34a634d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-14 - Cabinet of Commissioner Mariya Gabriel x EUROCHAMBRES – Association of European Chambers of Commerce and Industry"],"date":["2021-04-14"],"summary":["Education skills"],"notes":["Portfolio: Innovation and Youth"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["ec-person-1674399a793e9e6fd7cf55b525515fc862fc9351","eu-tr-0014082722-83"]}} -{"id":"ec-meeting-2021-04-14-f28e2c3b22143dba57df0addfd413489bba57d9b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-14 - Cabinet of Commissioner Kadri Simson x Renewables Grid Initiative e.V."],"date":["2021-04-14"],"summary":["To discuss the implementation of the Offshore Renewable Energy Strategy and how the Offshore Coalition for Energy and Nature's can support this, in particular with regards to the planned \"Communities of Practice\"."],"notes":["Portfolio: Energy"],"location":["Video Conferencing"],"address":["Video Conferencing"],"addressEntity":["addr-e3b7413b2ac93be00b6bcff51fdc1374d67118bd"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["ec-person-9b7f5fe059e5b0b40e79e9170211aa2f02322fdb","eu-tr-793038613858-32"]}} -{"id":"ec-meeting-2021-04-14-f6528fb2e6cacbc4874673b872068bae6be8ac0d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-14 - Energy x WWF European Policy Programme Stichting BirdLife Europe Transport and Environment (European Federation for Transport and Environment) Fern"],"date":["2021-04-14"],"summary":["Videoconference discussion on the use of biomass for energy, especially forest biomass, and on transport biofuels."],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-dg-ener"],"involved":["eu-tr-58744833263-19","eu-tr-1083162721-43","eu-tr-1414929419-24","eu-tr-40538475090-82","ec-person-9c0f33ecb9f6badd5f4b5f1a4bd7677e18a52a22"]}} -{"id":"ec-meeting-2021-04-14-ff72e658c78538c70de6438ee4a0b78ec09d742e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-14 - Cabinet of Vice-President Dubravka Šuica x StartupVillage - Territorio Emprendimiento"],"date":["2021-04-14"],"summary":["Follow-up meeting with Startup OLÉ"],"notes":["Portfolio: Democracy and Demography"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-dubravka-of-president-suica-vice"],"involved":["ec-person-2ea66ac99d83c7f0ff7dfcfd7d90f9416dc22e61","eu-tr-608407240301-51"]}} -{"id":"ec-meeting-2021-04-15-20b2fba6dc7c5bb5d25c8528f0ed18b37e41ee78","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-15 - Climate Action x Airlines for Europe"],"date":["2021-04-15"],"summary":["European airlines and CO2 emissions"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-clima"],"involved":["ec-person-9c5c685692a09a77f2bc8ae9c05663b87cd75aae","eu-tr-807912421050-91"]}} -{"id":"ec-meeting-2021-04-15-26fe42b43116b61765305aa9214c25823997a663","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-15 - Cabinet of Commissioner Mariya Gabriel x France Digitale"],"date":["2021-04-15"],"summary":["European Innovation Area"],"notes":["Portfolio: Innovation and Youth"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["ec-person-1674399a793e9e6fd7cf55b525515fc862fc9351","eu-tr-479234015862-06"]}} -{"id":"ec-meeting-2021-04-15-2b07f24c571b6f2b370b83f92b8fd04bd4abc3d0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-15 - Cabinet of Executive Vice-President Frans Timmermans x UITP - International Association of Public Transport"],"date":["2021-04-15"],"summary":["Boosting clean public transport"],"notes":["Portfolio: European Green Deal"],"location":["video call"],"address":["video call"],"addressEntity":["addr-12d8c530d76da0b7745f9c0f9285e7eec97adc55"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-d56ecbfde17436a136fc89c9a978b266e8285c84","eu-tr-06869148182-50"]}} -{"id":"ec-meeting-2021-04-15-33d2d30089a9a2cdb1db9faec51e2a8a9ea95203","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-15 - Cabinet of Executive Vice-President Frans Timmermans x International Crisis Group"],"date":["2021-04-15"],"summary":["Exchanging views on the geopolitical effects of climate policy"],"notes":["Portfolio: European Green Deal"],"location":["video call"],"address":["video call"],"addressEntity":["addr-12d8c530d76da0b7745f9c0f9285e7eec97adc55"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-4d24ceb9e6bdaabe394d1506aa601a9ce9d0e59b","eu-tr-72899131664-09"]}} -{"id":"ec-meeting-2021-04-15-3bcb3bb70cba62f7c0c3408720022cad8719a93a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-15 - Joint Research Centre x Google"],"date":["2021-04-15"],"summary":["Introductory exchange of views"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-jrc"],"involved":["ec-person-8e67d247a5ad86c12a9d387f95f3271fa036cfb7","eu-tr-03181945560-59"]}} -{"id":"ec-meeting-2021-04-15-49b4a062102e0fd7912f70ea0c668a444c03d32f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-15 - Cabinet of President Ursula von der Leyen x WWF European Policy Programme"],"date":["2021-04-15"],"summary":["European Green Deal"],"notes":["Portfolio: President"],"location":["Brussels (WEBEX)"],"address":["Brussels (WEBEX)"],"addressEntity":["addr-3afbdeda01f3dac93a9dc841fdac57d9de27b869"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-f2b941852d3b961d69ed695c2d243a1a2b4a1904","eu-tr-1414929419-24"]}} -{"id":"ec-meeting-2021-04-15-52429a98600a58d319b22734359922bee0185cda","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-15 - Cabinet of Commissioner Thierry Breton x SONAE UNI Europa Ingka Services A.B. EURONICS INTERNATIONAL Allegro sp. z o.o. Euro Coop - European Community of Consumer Co-operatives Vereniging van Nederlandse Gemeenten Seldia - The European Direct Selling Association SPAR Österreichische Warenhandels-AG EuroCommerce"],"date":["2021-04-15"],"summary":["Skills roundtable with the retail sector"],"notes":["Portfolio: Internal Market"],"location":["Videofongerence"],"address":["Videofongerence"],"addressEntity":["addr-6f692586db550eb33c2e83ff162e1707218f024c"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-43785827982-59","eu-tr-84973761187-60","eu-tr-379541037988-33","eu-tr-1095068839-59","eu-tr-1710335466-15","ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","eu-tr-611131527720-22","eu-tr-3819438251-87","eu-tr-687748032165-82","eu-tr-32705794105-55","eu-tr-017784530272-96"]}} -{"id":"ec-meeting-2021-04-15-5b2bb2eeabdc15ff15ae75ea5eda9668b0997693","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-15 - Cabinet of Commissioner Ylva Johansson x Avast Software s.r.o."],"date":["2021-04-15"],"summary":["Discussion on Artificial Intelligence"],"notes":["Portfolio: Home Affairs"],"location":["VTC"],"address":["VTC"],"addressEntity":["addr-9d1acaa772820b8ade84113d2da24716fe455be2"],"organizer":["ec-cabinet-commissioner-johansson-of-ylva"],"involved":["ec-person-981fc36acd82b2e49db83e43763b908c1a89ec0b","eu-tr-379331539649-04","ec-person-31b127e72e9dd30ce85ff2b475ac65d28d7dc48d","ec-person-b54ba0be96a986a38bcd39d4f9db577e79171356","ec-person-d3f97e069d9ff016d7b65052f6eb6b98500ec118","ec-person-56478a183036db6fe9e976c032c67032ba183565","ec-person-e80f1d4512f8632e5baa488ed887e131294d744e","ec-person-1f14c98028fa6f9f43ee9cd5aef7ed77c30761a5","ec-person-eafe594fe2bcb6af27f0422c2491a9d8cf2400da"]}} -{"id":"ec-meeting-2021-04-15-651176e806fc1458fd9dba1bdb75ce988b0d53f6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-15 - Recovery and Resilience Task force x Österreichischer Gewerkschaftsbund"],"date":["2021-04-15"],"summary":["Recovery and Resilience Facility"],"location":["webex"],"address":["webex"],"addressEntity":["addr-a37f437ef502701df6cd547f0ec20f9f6c19464e"],"organizer":["ec-dg-recover"],"involved":["eu-tr-43246044354-41","ec-person-18a05dadca8a2b91216adc689b6323c7b55df0d9"]}} -{"id":"ec-meeting-2021-04-15-6914e02aeea14ea891a909b7bb9764021d53c258","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-15 - Financial Stability, Financial Services and Capital Markets Union x Deutsche Börse AG"],"date":["2021-04-15"],"summary":["EU priorities of the Capital Markets Union, International Role of the Euro/Sovereignty, MiFID Review"],"location":["Virtual meeting"],"address":["Virtual meeting"],"addressEntity":["addr-1f1f3f51a4da31a1ea5c1b4b21cbf52ad983224f"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-20884001341-42","ec-person-1fce211249673c35ee07a801ddee77ab24af8d54"]}} -{"id":"ec-meeting-2021-04-15-7a8e5bc85e7e96448701ec77551c8d044d8a7266","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-15 - Cabinet of Commissioner Mairead Mcguinness x SMEunited aisbl"],"date":["2021-04-15"],"summary":["Capital Markets Union\r\nNon-Financial Reporting."],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Video Conferencing"],"address":["Video Conferencing"],"addressEntity":["addr-e3b7413b2ac93be00b6bcff51fdc1374d67118bd"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["eu-tr-55820581197-35","ec-person-2b9c589fb2354bd93067644d2c3d2c058d4c4cc9"]}} -{"id":"ec-meeting-2021-04-15-7bef84e299f89bdc3c1383288a3fc66acffbfaae","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-15 - Cabinet of Commissioner Nicolas Schmit x EURONICS INTERNATIONAL Euro Coop - European Community of Consumer Co-operatives Vereniging van Nederlandse Gemeenten Seldia - The European Direct Selling Association SONAE Allegro sp. z o.o. SPAR Österreichische Warenhandels-AG UNI Europa Ingka Services A.B. EuroCommerce"],"date":["2021-04-15"],"summary":["Pact for skills roundtable with the retail sector."],"notes":["Portfolio: Jobs and Social Rights"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["eu-tr-43785827982-59","eu-tr-84973761187-60","eu-tr-379541037988-33","ec-person-4cf4655ab41922e92160325d987a3c4615c72d30","eu-tr-1095068839-59","eu-tr-1710335466-15","eu-tr-611131527720-22","eu-tr-3819438251-87","eu-tr-687748032165-82","eu-tr-32705794105-55","ec-person-c03b949331dbbe5fa3d5423758e371ec1b9b832f","eu-tr-017784530272-96"]}} -{"id":"ec-meeting-2021-04-15-7c5ca58aa8a0256587c79b4e28d4ca96f0bc7fe1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-15 - Cabinet of Vice-President Margaritis Schinas x Transatlantic Policy Network"],"date":["2021-04-15"],"summary":["EU-US relations"],"notes":["Portfolio: Promoting the European Way of Life"],"location":["online"],"address":["online"],"addressEntity":["addr-2dbc2fd2358e1ea1b7a6bc08ea647b9a337ac92d"],"organizer":["ec-cabinet-margaritis-of-president-schinas-vice"],"involved":["ec-person-d5cada2a1a17537a675985af31e5ce07ae3bfd42","ec-person-180e5c5b13dac533a1241b0f9d78176c8bec3d51","eu-tr-923710115785-95"]}} -{"id":"ec-meeting-2021-04-15-85bf19543ed50cba10fbaa018f8dde46c54a8b06","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-15 - Cabinet of President Ursula von der Leyen x Intel Corporation"],"date":["2021-04-15"],"summary":["Discuss the Commission’s efforts to boost the processor and semiconductor ecosystem in Europe"],"notes":["Portfolio: President"],"location":["Brussels (VC)"],"address":["Brussels (VC)"],"addressEntity":["addr-7a7ab1034ef0b71e62ebf9a322dc5d9528505976"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-7019713e72781afb1f3b19032c4752a314b78180","eu-tr-7459401905-60"]}} -{"id":"ec-meeting-2021-04-15-8b0a2f4a00542ec63fb1d1ac44b4369dc920a37f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-15 - Cabinet of Executive Vice-President Frans Timmermans x Europe's Independent Fuel Suppliers"],"date":["2021-04-15"],"summary":["Speech at their event about the Fit for 55 Package"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - video conference"],"address":["Brussels - video conference"],"addressEntity":["addr-d7df553e47e69d1cc9f4189b36b7c867f80459b0"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-d53e00c46a4cc62bbf533e0c9bb35bacb9121989","eu-tr-42843016904-50"]}} -{"id":"ec-meeting-2021-04-15-8e5d520180601cb7250f4950aeae3797dbb67b33","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-15 - Climate Action x ExxonMobil Petroleum & Chemical"],"date":["2021-04-15"],"summary":["Decarbonizing oil and gas industry"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-clima"],"involved":["ec-person-9c5c685692a09a77f2bc8ae9c05663b87cd75aae","eu-tr-0745650927-75"]}} -{"id":"ec-meeting-2021-04-15-92fc7fe014c0c1143882a1b1a1782a292cf4713e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-15 - Cabinet of Commissioner Kadri Simson x Confederation of European Paper Industries"],"date":["2021-04-15"],"summary":["Presentation of CEPI 2030 Industry Manifesto. Discussion on energy efficiency and renewable energy pathways for the paper industry."],"notes":["Portfolio: Energy"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["ec-person-2fb98fc84d2cf8d481688eff3d47f7745ead3592","eu-tr-72279144480-58","ec-person-d40f25b5cb5c0681854a4996da444478318f7e58","ec-person-1995c65b8dc7f3702a8c30ed96a0144075848837"]}} -{"id":"ec-meeting-2021-04-15-93c45e8b359fa82fb2df509a3a106aef69c721e5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-15 - Maritime Affairs and Fisheries x Long Distance Advisory Council / Consejo Consultivo de Flota de Larga Distancia / Conseil Consultatif de Pêche Lointaine UNION ARMATEURS A LA PECHE DE FRANCE European North Atlantic Fisheries Association Pelagic Freezer-trawler Association Association of National Organisations of Fishing Enterprises in the European Union"],"date":["2021-04-15"],"summary":["Arctic cod fisheries"],"location":["Brussels - Webex call"],"address":["Brussels - Webex call"],"addressEntity":["addr-0e9b384c28719a08393c3bf846a71f7f7c1a445d"],"organizer":["ec-dg-mare"],"involved":["eu-tr-248694515517-40","eu-tr-577140942406-08","eu-tr-905805219213-67","eu-tr-78847784895-41","ec-person-6e64215cdacfeb6c6d4709a7f72c2b1c94a3d908","eu-tr-2312395253-25"]}} -{"id":"ec-meeting-2021-04-15-ab61e078f811ee092d01e9ccf7603631e01fda87","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-15 - Mobility and Transport x ENEL SpA"],"date":["2021-04-15"],"summary":["European Green Deal"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-dg-move"],"involved":["ec-person-26cdfacae671b09917bee1a91c91973941fa58a2","eu-tr-6256831207-27"]}} -{"id":"ec-meeting-2021-04-15-e1f26cc8360b40d20203fc4a58c6f00111b6919d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-15 - Cabinet of Vice-President Věra Jourová x European University Institute"],"date":["2021-04-15"],"summary":["Speech at COVID 19 Summit"],"notes":["Portfolio: Values and Transparency"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["eu-tr-742228039171-04","ec-person-bf54da17217bbddfd9c68fe24d88005ac17e2c4b"]}} -{"id":"ec-meeting-2021-04-15-f2044e3c3b40835f271e2d76f5001ec05387a912","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-15 - Cabinet of Executive Vice-President Margrethe Vestager x Netcompany Group A/S"],"date":["2021-04-15"],"summary":["Digital Green Certificates"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0","eu-tr-381394742467-81"]}} -{"id":"ec-meeting-2021-04-15-f36b26cf28e8c9306a58a0c861364f40d60da6a8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-15 - Cabinet of Commissioner Kadri Simson x WindEurope"],"date":["2021-04-15"],"summary":["WindEurope’s proposals on the revision to the Renewable Energy Directive (REDII review) within the ‘Fit-for-55’ frame."],"notes":["Portfolio: Energy"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["ec-person-9b7f5fe059e5b0b40e79e9170211aa2f02322fdb","ec-person-68b9170beccdbf21444fad7cdc252dec9e60b9d2","ec-person-2fb98fc84d2cf8d481688eff3d47f7745ead3592","ec-person-d40f25b5cb5c0681854a4996da444478318f7e58","eu-tr-19920706471-21","ec-person-1995c65b8dc7f3702a8c30ed96a0144075848837"]}} -{"id":"ec-meeting-2021-04-15-f8a3e751938d28597d35e1afde0f18f4b7c4578f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-15 - Cabinet of Executive Vice-President Frans Timmermans x Nederlandse Zoötechnische Vereniging"],"date":["2021-04-15"],"summary":["Speech on sustainable food systems"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - video conference"],"address":["Brussels - video conference"],"addressEntity":["addr-d7df553e47e69d1cc9f4189b36b7c867f80459b0"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-453444542270-30","ec-person-33624431cbec1074e151c1707715ef46d2ba9565"]}} -{"id":"ec-meeting-2021-04-15-fddb7b00a5958b6ff22ad461f36a7a296b888d22","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-15 - Cabinet of Executive Vice-President Margrethe Vestager x The European Steel Association"],"date":["2021-04-15"],"summary":["Position on EEAG"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-bb1f295d8be3d10004d7e5fd7c24248a21215775","ec-person-6b6135249735cff1f3061530471f1e159500c840","eu-tr-93038071152-83"]}} -{"id":"ec-meeting-2021-04-16-314ef128ea5b21a26f5185e14cb6b33b428cb7dd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-16 - Cabinet of Executive Vice-President Frans Timmermans x Swedish Forest Industries Federation Södra Skogsägarna ekonomisk förening"],"date":["2021-04-16"],"summary":["European Green Deal and the preparation of the EU Forest Strategy"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-344239421654-76","eu-tr-355702910008-47","ec-person-8af3c81534786a740718d21dc58240738a53ed7b"]}} -{"id":"ec-meeting-2021-04-16-3863fe07a7cfad66667831c01836a8a82ddb0c30","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-16 - Cabinet of Executive Vice-President Frans Timmermans x Friends of Europe"],"date":["2021-04-16"],"summary":["Keynote at EU Africa Business Forum"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - videoconference"],"address":["Brussels - videoconference"],"addressEntity":["addr-a3a01e55b02ab591ce10151760698f4306ec49cb"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-7c876f4825f213b8adbedf089ccedfbc3b36d65b","eu-tr-99436366768-45"]}} -{"id":"ec-meeting-2021-04-16-38f80fbe4c84f2986bc4da52d73a242cc11c6363","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-16 - Cabinet of Executive Vice-President Valdis Dombrovskis x UNIFE Alstom"],"date":["2021-04-16"],"summary":["Current policy issues for the European railway industry"],"notes":["Portfolio: An Economy that Works for People"],"location":["video conferencing"],"address":["video conferencing"],"addressEntity":["addr-613317ccdf0c2bce8cb9f90df551697cd890eda7"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["eu-tr-9624415524-28","ec-person-f011ed0f7c78d833a79f1206f788e0cbd9cb8864","eu-tr-43284012043-03"]}} -{"id":"ec-meeting-2021-04-16-43c4da8471339567c9fddb3098417f05d29b592f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-16 - Cabinet of Commissioner Mariya Gabriel x European University Association"],"date":["2021-04-16"],"summary":["“Universities without Walls - A vision for 2030”"],"notes":["Portfolio: Innovation and Youth"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["ec-person-1674399a793e9e6fd7cf55b525515fc862fc9351","eu-tr-81122172998-09"]}} -{"id":"ec-meeting-2021-04-16-5bfdb27f20534dddc5b137980ee4918c351219c2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-16 - Cabinet of Commissioner Thierry Breton x L'Oréal"],"date":["2021-04-16"],"summary":["Cosmetics; microplastics"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-6308dea893b9b1ca0dcd5b91b4a1ac4c2f3020ad","eu-tr-02776221598-67"]}} -{"id":"ec-meeting-2021-04-16-6228b16439fa17c92c8674e604c5f3d5eaec8c96","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-16 - Cabinet of Executive Vice-President Frans Timmermans x Clean Air Task Force, Inc."],"date":["2021-04-16"],"summary":["EU actions on methane and CCUS"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - video conference"],"address":["Brussels - video conference"],"addressEntity":["addr-d7df553e47e69d1cc9f4189b36b7c867f80459b0"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-4d24ceb9e6bdaabe394d1506aa601a9ce9d0e59b","ec-person-9eafbf4a92961023c7df3ab389ae6d4301dec4bf","ec-person-d53e00c46a4cc62bbf533e0c9bb35bacb9121989","eu-tr-316522140912-19"]}} -{"id":"ec-meeting-2021-04-16-89ae2bf10b02836aa9c7c80d99252960bc3dc6a0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-16 - Taxation and Customs Union x Fertilizers Europe European Chemical Industry Council"],"date":["2021-04-16"],"summary":["Videoconference - Discussion on a forthcoming proposal for a CBAM and its interaction with the forthcoming ETS reform."],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-taxud"],"involved":["eu-tr-64879142323-90","ec-person-9e42f316f38c8e126c2cd2bc84affb891338c7f3","eu-tr-80788715017-29"]}} -{"id":"ec-meeting-2021-04-16-89e75796d36c8051f0a9a0a9366c28adff557866","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-16 - Cabinet of Commissioner Nicolas Schmit x One Family Foundation"],"date":["2021-04-16"],"summary":["New Allies report"],"notes":["Portfolio: Jobs and Social Rights"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-c2208333f0f75350eef62b355a40bf856f2d9cef","eu-tr-185981542836-34"]}} -{"id":"ec-meeting-2021-04-16-aafa6206b06592fd8574c10aa687f7d775ce6e01","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-16 - Cabinet of President Ursula von der Leyen x Breakthrough Energy Catalyst Foundation"],"date":["2021-04-16"],"summary":["Catalyst programme"],"notes":["Portfolio: President"],"location":["Brussels (Webex)"],"address":["Brussels (Webex)"],"addressEntity":["addr-10c84bf2c2e056d22926e09381dac4470b65c47b"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-f2b941852d3b961d69ed695c2d243a1a2b4a1904","eu-tr-424103441763-49"]}} -{"id":"ec-meeting-2021-04-16-ce0fea8a4e0efdc0a282dac6116e4d2963b35c9c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-16 - Cabinet of Executive Vice-President Frans Timmermans x METINVEST Hill & Knowlton International Belgium Novolipetsk Steel"],"date":["2021-04-16"],"summary":["Carbon Border Adjustment Mechanism"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-3183894853-03","eu-tr-464728537297-80","ec-person-e88af8eb396e96e3dbc9b4ec6e40a348d26c389c","eu-tr-429746235345-89"]}} -{"id":"ec-meeting-2021-04-16-e8961fe7e8dfdc0b95b529a567acb66db2d8f507","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-16 - Internal Market, Industry, Entrepreneurship and SMEs x The European Chamber of Commerce in Hong Kong"],"date":["2021-04-16"],"summary":["Discuss: What will Europe sell to China in 2030"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-grow"],"involved":["ec-person-0151c7e554d188fffc509ad636b7d1a84c5dfcd5","eu-tr-687446333025-56"]}} -{"id":"ec-meeting-2021-04-19-01df97c9563e6ee329b99521bb9d07bf72ff9d67","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-19 - Research and Innovation x International Union for Conservation of Nature EU Representative Office"],"date":["2021-04-19"],"summary":["Developments on Nature-based Solutions"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-rtd"],"involved":["eu-tr-03518238467-61","ec-person-1d348f33395de0ea6773a7b4ae8797e3e0392f73"]}} -{"id":"ec-meeting-2021-04-19-09f4c51c8d6257873ac65a50b178d0cf87258493","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-19 - Trade x Deutsche Gesellschaft für Auswärtige Politik e.V."],"date":["2021-04-19"],"summary":["CAI and Future Transatlantic Cooperation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-trade"],"involved":["eu-tr-274682235651-46","ec-person-2045c2589da3988908fcfe731e8224e7e06a7c63"]}} -{"id":"ec-meeting-2021-04-19-15396b4bc463aa78eeed91a0eb1fe939f4a7465a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-19 - Cabinet of Vice-President Dubravka Šuica x Association Internationale de la Mutualité"],"date":["2021-04-19"],"summary":["Discussion on Green Paper on Ageing"],"notes":["Portfolio: Democracy and Demography"],"location":["Online meeting"],"address":["Online meeting"],"addressEntity":["addr-9d833a1da3074efd384ee6bc2b108c1f5bb379e0"],"organizer":["ec-cabinet-dubravka-of-president-suica-vice"],"involved":["eu-tr-595328413083-91","ec-person-bae2f44eb21285b37ecc9c7f2f42b4acb1f53264"]}} -{"id":"ec-meeting-2021-04-19-295e7261e518c1241f116184d075045660a1b3ee","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-19 - Cabinet of President Ursula von der Leyen x Global Citizen"],"date":["2021-04-19"],"summary":["Global Health Summit"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["eu-tr-211392938041-28","ec-person-a15f450526451c70384a05ea9a3a7400ba2d3e7e"]}} -{"id":"ec-meeting-2021-04-19-34c9fcb78a19da535f58447a0747ed66ab5222d1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-19 - Cabinet of Commissioner Thierry Breton x The European Steel Association APERAM SA ArcelorMittal Tata Steel Nederland"],"date":["2021-04-19"],"summary":["Fit for 55 package, industrial strategy"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-23527541824-60","ec-person-6308dea893b9b1ca0dcd5b91b4a1ac4c2f3020ad","eu-tr-814394434851-43","eu-tr-93038071152-83","eu-tr-08746491502-16"]}} -{"id":"ec-meeting-2021-04-19-39dba2c17941b06b8040013aa9fa52cb5037443b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-19 - Cabinet of Vice-President Věra Jourová x Universiteit Antwerpen"],"date":["2021-04-19"],"summary":["Presentation of the EU RoL toolbox and mechanism"],"notes":["Portfolio: Values and Transparency"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["eu-tr-924473926079-08","ec-person-7e1aeaad9232c788ee790cdb309ccad8f9ffdc5e"]}} -{"id":"ec-meeting-2021-04-19-6746d567d256b16104f4ba29e70ca483c9bc34a9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-19 - Cabinet of Commissioner Mariya Gabriel x IQM Finland Oy"],"date":["2021-04-19"],"summary":["Quantum Computing"],"notes":["Portfolio: Innovation and Youth"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["ec-person-1674399a793e9e6fd7cf55b525515fc862fc9351","eu-tr-944457442294-52"]}} -{"id":"ec-meeting-2021-04-19-686cf42fd024f311d8d2d1a4d9b1fa9cef027701","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-19 - Cabinet of Executive Vice-President Margrethe Vestager x SMEunited aisbl"],"date":["2021-04-19"],"summary":["Industrial Strategy"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-55820581197-35","ec-person-11d97788772862bb34f51dd26d7f92603eac1bf8","ec-person-52555669c3f3a6cc9e91faaf570bc2909857b44b"]}} -{"id":"ec-meeting-2021-04-19-7ce8521bfb66327dee3b6f44d75d53e0aeba3449","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-19 - Cabinet of Executive Vice-President Frans Timmermans x Fern Partnership for Policy Integrity Naturschutzbund Deutschland e.V. Stichting BirdLife Europe Transport and Environment (European Federation for Transport and Environment) WWF European Policy Programme"],"date":["2021-04-19"],"summary":["Foreseen review of the renewable energy directive and use of forest biomass for energy production"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - videoconference"],"address":["Brussels - videoconference"],"addressEntity":["addr-a3a01e55b02ab591ce10151760698f4306ec49cb"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-7c876f4825f213b8adbedf089ccedfbc3b36d65b","eu-tr-58744833263-19","eu-tr-1083162721-43","eu-tr-1414929419-24","eu-tr-40538475090-82","eu-tr-141224640613-65","eu-tr-0285583802-96"]}} -{"id":"ec-meeting-2021-04-19-7fc8b712ec8d1182253a26d6b90cb27e5e9badc8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-19 - Cabinet of Commissioner Didier Reynders x SMEunited aisbl"],"date":["2021-04-19"],"summary":["Substainable Corporate Governance"],"notes":["Portfolio: Justice"],"location":["Video conference"],"address":["Video conference"],"addressEntity":["addr-ebc9fd5c2f372a32153cf3f4d5fb918a96b84a88"],"organizer":["ec-cabinet-commissioner-didier-of-reynders"],"involved":["eu-tr-55820581197-35","ec-person-442bf1ae9900b999673cdd7389224d0e21b67d4d","ec-person-1e25399e2267734c5f4c69093d2286c8898ee9f0"]}} -{"id":"ec-meeting-2021-04-19-90cb0575e2d9db98bf35a2fdb63b5dbc5ba4ab4b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-19 - Cabinet of Commissioner Mairead Mcguinness x Banco Santander, S.A."],"date":["2021-04-19"],"summary":["Introductory meeting and discussion on banking files"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-2b9c589fb2354bd93067644d2c3d2c058d4c4cc9","eu-tr-799142914971-03"]}} -{"id":"ec-meeting-2021-04-19-959bf2a52097fb05e17a92d80689ecbe813f150a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-19 - Cabinet of Executive Vice-President Frans Timmermans x EuroNatur - Stiftung Europäisches Naturerbe Riverwatch"],"date":["2021-04-19"],"summary":["European Green Deal, biodiversity and the contribution of Vjosa river"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-352790841645-65","eu-tr-018812630867-12","ec-person-8af3c81534786a740718d21dc58240738a53ed7b"]}} -{"id":"ec-meeting-2021-04-19-9959f90a3938ef2664c168516cb3eaabf2473790","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-19 - Cabinet of Executive Vice-President Frans Timmermans x Move EU - The European Association of On-Demand Mobility"],"date":["2021-04-19"],"summary":["Multimodal Sustainable Transport"],"notes":["Portfolio: European Green Deal"],"location":["video call"],"address":["video call"],"addressEntity":["addr-12d8c530d76da0b7745f9c0f9285e7eec97adc55"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-315076940253-42","ec-person-d56ecbfde17436a136fc89c9a978b266e8285c84"]}} -{"id":"ec-meeting-2021-04-19-a5a5b65a8eb66a974a5b15a3f15eb01ca6d7b7da","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-19 - Cabinet of Executive Vice-President Frans Timmermans x Bundesverband der Deutschen Industrie e.V."],"date":["2021-04-19"],"summary":["Green Deal/Fit for 55"],"notes":["Portfolio: European Green Deal"],"location":["video conference"],"address":["video conference"],"addressEntity":["addr-6dc12e3c97077db82f32184f24341ce370a445fd"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-1771817758-48","ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce","ec-person-f1a3478550296f3f9accdc67d6ef5a0b681dda4b"]}} -{"id":"ec-meeting-2021-04-19-aa939d452bedfd51e70d421fad6f0af610e2784f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-19 - Financial Stability, Financial Services and Capital Markets Union x Sumitomo Mitsui Banking Corporation"],"date":["2021-04-19"],"summary":["EMEA operations and the regulatory /supervisory environment"],"location":["Virtual meeting"],"address":["Virtual meeting"],"addressEntity":["addr-1f1f3f51a4da31a1ea5c1b4b21cbf52ad983224f"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-161758528401-20","ec-person-1fce211249673c35ee07a801ddee77ab24af8d54"]}} -{"id":"ec-meeting-2021-04-19-be593ed90d209151f28707b4bf159b34537ce4a7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-19 - Cabinet of Commissioner Adina Vălean x Deutsche Post DHL Group"],"date":["2021-04-19"],"summary":["Meeting to discuss sustainable logistics."],"notes":["Portfolio: Transport"],"location":["Conference call"],"address":["Conference call"],"addressEntity":["addr-28ba88479582b2f75898964548da4252dc7db7d2"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["ec-person-5f7f9d4d861c5b97fbd25bccf6323535d2a7ceb8","ec-person-7f9ba99138b4fa5c698037dc7507219b1319e0a7","ec-person-6e21d867543ef3b910e746c319cb048abd054702","eu-tr-48544465107-88"]}} -{"id":"ec-meeting-2021-04-19-e560f83b2c46cedab758eb6618fe1b881a5827ed","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-19 - Environment x Notre Europe - Institut Jacques Delors / Notre Europe - Jacques Delors Institute"],"date":["2021-04-19"],"summary":["greening of trade policies and Horizon Europe Mission Starfish 2030: Restore our Ocean and Waters."],"location":["video meeting"],"address":["video meeting"],"addressEntity":["addr-461e1e892f0c482e21523e45368c4331d84fbeef"],"organizer":["ec-dg-env"],"involved":["ec-person-f9559d68da38935569ff0be1cadd90e05f0454bd","eu-tr-726109217329-25"]}} -{"id":"ec-meeting-2021-04-19-e91c31797212330577a3c4440f98355fbfd1140a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-19 - Cabinet of Commissioner Thierry Breton x WWF European Policy Programme European Environmental Bureau Third Generation Environmentalism Ltd Carbon Market Watch Climate Action Network Europe"],"date":["2021-04-19"],"summary":["Industrial Strategy"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-75365248559-90","eu-tr-06798511314-27","ec-person-6308dea893b9b1ca0dcd5b91b4a1ac4c2f3020ad","eu-tr-1414929419-24","eu-tr-55888811123-49","eu-tr-07783117686-61"]}} -{"id":"ec-meeting-2021-04-20-2e56cd39ef8b6c21c0a9c5f2a36f738ec2b674cf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-20 - Cabinet of Commissioner Nicolas Schmit x European Federation for Family Employment - Fédération européenne des emplois de la famille"],"date":["2021-04-20"],"summary":["Long-term care (LTC)"],"notes":["Portfolio: Jobs and Social Rights"],"location":["online"],"address":["online"],"addressEntity":["addr-2dbc2fd2358e1ea1b7a6bc08ea647b9a337ac92d"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["eu-tr-716909919073-32","ec-person-8eb18b6102d444937bc6af5822a6742812165b48"]}} -{"id":"ec-meeting-2021-04-20-326027a9bbad16c6b2c902f846347997937171c7","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2021-04-20 - Cabinet of Commissioner Mairead Mcguinness x Deutsche Bank AG"],"date":["2021-04-20"],"summary":["Open strategic autonomy, COVID-19 response, Basel III, CCPs","Basel III, covid response, CCPs"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Brussels","video call"],"address":["Brussels","video call"],"addressEntity":["addr-12d8c530d76da0b7745f9c0f9285e7eec97adc55","addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["eu-tr-271912611231-56","ec-person-44c404268b70ce0b79c4e148b5a7c4ae2c53ee30","ec-person-1d2f53447b8f2d9bb3f50f7247ad40c2cf8036e4","ec-person-49e520c7a9c9c47ccb5acfa68f9416e4233af9f8"]}} -{"id":"ec-meeting-2021-04-20-35df06ced5edab65dea8f530d5d84bb46a8361e6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-20 - Cabinet of Commissioner Mairead Mcguinness x Ernst & Young Core Business Services BV"],"date":["2021-04-20"],"summary":["Prep possible participation of Commissioner at event"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["visiocall"],"address":["visiocall"],"addressEntity":["addr-c964ac41034de526dac760a6f6ba454e6411cd97"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["eu-tr-04458109373-91","ec-person-49e520c7a9c9c47ccb5acfa68f9416e4233af9f8"]}} -{"id":"ec-meeting-2021-04-20-37546b30cc6fdedfd6a80eba3b0fd82594f3b77b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-20 - Cabinet of Executive Vice-President Frans Timmermans x Jeremy Coller Foundation"],"date":["2021-04-20"],"summary":["Sustainable food systems"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - video conference"],"address":["Brussels - video conference"],"addressEntity":["addr-d7df553e47e69d1cc9f4189b36b7c867f80459b0"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-016507041970-26","ec-person-33624431cbec1074e151c1707715ef46d2ba9565"]}} -{"id":"ec-meeting-2021-04-20-3942e02e06408b3a3341536b4a82096d7923578e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-20 - Cabinet of Executive Vice-President Frans Timmermans x eco - Verband der Internetwirtschaft"],"date":["2021-04-20"],"summary":["Participation in online debate on ICT sector and the European Green Deal"],"notes":["Portfolio: European Green Deal"],"location":["video call"],"address":["video call"],"addressEntity":["addr-12d8c530d76da0b7745f9c0f9285e7eec97adc55"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-d56ecbfde17436a136fc89c9a978b266e8285c84","eu-tr-483354220663-40"]}} -{"id":"ec-meeting-2021-04-20-5022d48dc5d10a51ee8c91c744354fbe6e1697e2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-20 - Cabinet of Executive Vice-President Valdis Dombrovskis x Trans-Atlantic Business Council K&L Gates GP - Brussels Electrolux Home Products Europe Oracle Volkswagen Aktiengesellschaft"],"date":["2021-04-20"],"summary":["- EU-US relations \r\n- Cooperation on trade and technology \r\n- Trade disputes"],"notes":["Portfolio: An Economy that Works for People"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["eu-tr-6504541970-40","eu-tr-053357941086-74","ec-person-1d8581216d9aa7f26fa098a81e84ca61e0e3f261","eu-tr-673667435536-39","eu-tr-679863341869-50","eu-tr-25955391451-88"]}} -{"id":"ec-meeting-2021-04-20-5d99198938b47ff64e6f7d5f6635d3434d1b83a7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-20 - Cabinet of Commissioner Adina Vălean x Association Européenne des Concessionnaires d'Autoroutes et d'Ouvrages à Péage"],"date":["2021-04-20"],"summary":["Sustainable and smart mobility policy orientation with a focus on road safety action plan, ITS and TEN-T revision proposals."],"notes":["Portfolio: Transport"],"location":["Conference call"],"address":["Conference call"],"addressEntity":["addr-28ba88479582b2f75898964548da4252dc7db7d2"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["eu-tr-76903725494-68","ec-person-fc3be846753d8ee60758ebedb7309dcf08aea52e","ec-person-6e21d867543ef3b910e746c319cb048abd054702"]}} -{"id":"ec-meeting-2021-04-20-692493f6f2a0d814e47f51fc1c7511f7f936c2e6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-20 - Cabinet of Executive Vice-President Frans Timmermans x Air Products"],"date":["2021-04-20"],"summary":["Meeting on Helios - renewable hydrogen project"],"notes":["Portfolio: European Green Deal"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-119101322906-62","ec-person-d53e00c46a4cc62bbf533e0c9bb35bacb9121989","ec-person-9eafbf4a92961023c7df3ab389ae6d4301dec4bf"]}} -{"id":"ec-meeting-2021-04-20-735bb55a1a3f1c39786d2f93783c3aa3467a5c6f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-20 - Cabinet of Commissioner Mairead Mcguinness x European University Institute"],"date":["2021-04-20"],"summary":["annual Lecture 'Making finance work for the Citizens.\r\n\r\nfinancial literacy\r\n\r\nretail investment."],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Video Conferencing"],"address":["Video Conferencing"],"addressEntity":["addr-e3b7413b2ac93be00b6bcff51fdc1374d67118bd"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-2b9c589fb2354bd93067644d2c3d2c058d4c4cc9","eu-tr-742228039171-04"]}} -{"id":"ec-meeting-2021-04-20-7a6c177ad70cacb15847d7c2d90dc7e8f6b37d84","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-20 - Cabinet of Commissioner Kadri Simson x EPIA SolarPower Europe"],"date":["2021-04-20"],"summary":["Green vs Low Carbon Hydrogen."],"notes":["Portfolio: Energy"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["eu-tr-2680046412-48","ec-person-2fb98fc84d2cf8d481688eff3d47f7745ead3592","ec-person-1995c65b8dc7f3702a8c30ed96a0144075848837"]}} -{"id":"ec-meeting-2021-04-20-8a14ec4d4c24d8ba932fafe2e531f2202e159802","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-20 - Cabinet of Commissioner Mairead Mcguinness x EuropeanIssuers"],"date":["2021-04-20"],"summary":["Financial sustainable - Taxonomy."],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Video Conferencing."],"address":["Video Conferencing."],"addressEntity":["addr-912f3be8d3c705b575d95bd802535451d4e253ad"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-2b9c589fb2354bd93067644d2c3d2c058d4c4cc9","ec-person-a5441c6a69a8a94fd64e02def60fcc6567f2c1d8","eu-tr-20935778703-23"]}} -{"id":"ec-meeting-2021-04-20-acf89409bb99a7867b53f4c6cb5b6ccf8cb57f4e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-20 - Cabinet of Executive Vice-President Frans Timmermans x Confédération Internationale des Négociants en Oeuvres d'Art"],"date":["2021-04-20"],"summary":["EU 2030 Biodiversity Strategy and rules on ivory"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-8af3c81534786a740718d21dc58240738a53ed7b","eu-tr-498045729199-28"]}} -{"id":"ec-meeting-2021-04-20-b5af0c223d6b8f411894bbd153696e26e9ba25ea","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-20 - Cabinet of Executive Vice-President Frans Timmermans x Edelman Public Relations Worldwide Ball Beverage Packaging Europe Limited"],"date":["2021-04-20"],"summary":["Implementation of EU Circular Economy Action Plan and recycling"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-932274339872-30","ec-person-8af3c81534786a740718d21dc58240738a53ed7b","eu-tr-68037017809-51"]}} -{"id":"ec-meeting-2021-04-20-bdf44ea0915d20189c99f56e46ce51df4d0d48e4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-20 - Cabinet of Executive Vice-President Margrethe Vestager x Ecommerce Europe"],"date":["2021-04-20"],"summary":["Artificial Intelligence, Platform Workers legislation"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-867433111414-11","ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0"]}} -{"id":"ec-meeting-2021-04-20-e55f306b784c7c2ae681f60106aae8cea9684aad","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-20 - Cabinet of Vice-President Věra Jourová x European Federation of Journalists"],"date":["2021-04-20"],"summary":["Webinar - “EU policies and instruments to ensure media independence”"],"notes":["Portfolio: Values and Transparency"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["ec-person-aa83f35da599b82e4f15da018f4b3447eb648f7c","eu-tr-27471236588-39"]}} -{"id":"ec-meeting-2021-04-20-ec5af8bb8c9079d19ef0f957f41b302bb051cb73","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-20 - Cabinet of Vice-President Dubravka Šuica x Global StartupCities"],"date":["2021-04-20"],"summary":["Follow up meeting on European Innovation Area"],"notes":["Portfolio: Democracy and Demography"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-dubravka-of-president-suica-vice"],"involved":["ec-person-2ea66ac99d83c7f0ff7dfcfd7d90f9416dc22e61","eu-tr-429668739636-80"]}} -{"id":"ec-meeting-2021-04-20-ecbe04f7aa59a1e688c172b65bc76a4e01fb6cd7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-20 - Cabinet of Vice-President Věra Jourová x TikTok Technology Ltd"],"date":["2021-04-20"],"summary":["Code of Practice, Disinformation"],"notes":["Portfolio: Values and Transparency"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["ec-person-bf54da17217bbddfd9c68fe24d88005ac17e2c4b","eu-tr-165202837974-32"]}} -{"id":"ec-meeting-2021-04-20-ee212689b15487456bf7edae34d7a48d56e65611","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-20 - Financial Stability, Financial Services and Capital Markets Union x EPI Company"],"date":["2021-04-20"],"summary":["Digital payments"],"location":["Virtual meeting"],"address":["Virtual meeting"],"addressEntity":["addr-1f1f3f51a4da31a1ea5c1b4b21cbf52ad983224f"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-153495442079-10","ec-person-1fce211249673c35ee07a801ddee77ab24af8d54"]}} -{"id":"ec-meeting-2021-04-20-f03a8ba8659a8a342baf2e82750eb9bc3794c519","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-20 - Financial Stability, Financial Services and Capital Markets Union x European Association of Public Banks and Funding agencies AISBL"],"date":["2021-04-20"],"summary":["COVID-19 situation and the impact on SMEs"],"location":["Virtual meeting"],"address":["Virtual meeting"],"addressEntity":["addr-1f1f3f51a4da31a1ea5c1b4b21cbf52ad983224f"],"organizer":["ec-dg-fisma"],"involved":["ec-person-1fce211249673c35ee07a801ddee77ab24af8d54","eu-tr-8754829960-32"]}} -{"id":"ec-meeting-2021-04-20-f695f04dd77775f3c77735be3834593a8b668881","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-20 - Cabinet of Executive Vice-President Frans Timmermans x European Plant-based Foods Association"],"date":["2021-04-20"],"summary":["Plant based diets"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - video conference"],"address":["Brussels - video conference"],"addressEntity":["addr-d7df553e47e69d1cc9f4189b36b7c867f80459b0"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-689045810852-79","ec-person-33624431cbec1074e151c1707715ef46d2ba9565"]}} -{"id":"ec-meeting-2021-04-21-064376802db0e73ae3505c03a77d5c2d9c6cf8db","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-21 - Cabinet of Executive Vice-President Frans Timmermans x EUROCHAMBRES – Association of European Chambers of Commerce and Industry"],"date":["2021-04-21"],"summary":["Speech on sustainable food systems"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - video conference"],"address":["Brussels - video conference"],"addressEntity":["addr-d7df553e47e69d1cc9f4189b36b7c867f80459b0"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-0014082722-83","ec-person-33624431cbec1074e151c1707715ef46d2ba9565"]}} -{"id":"ec-meeting-2021-04-21-0a99f283bbbf82f4a3baa588e3f4ac240dc0f11e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-21 - Cabinet of Commissioner Jutta Urpilainen x ASSOCIATION FEDERATION HANDICAP INTERNATIONAL"],"date":["2021-04-21"],"summary":["Speaker at the INTPA InfoPoint Conference on inclusive education"],"notes":["Portfolio: International Partnerships"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["eu-tr-213754916822-68","ec-person-6357f4506ca5351b3a822936612fd6006da48722"]}} -{"id":"ec-meeting-2021-04-21-0c44fcc1142af38d6cc6c35f85566ab4fb5bc069","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-21 - Cabinet of Commissioner Stella Kyriakides x Arla Foods amba"],"date":["2021-04-21"],"summary":["VC Meeting - Sustainable Food Systems"],"notes":["Portfolio: Health"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-kyriakides-of-stella"],"involved":["ec-person-ba73927c33000184cab3f41a76e1b32fe7d7eda8","ec-person-ecf9f9e978b833afc98ee022572d468f0dc9a352","eu-tr-479299526321-12"]}} -{"id":"ec-meeting-2021-04-21-28b4045c7cd581e991a656d217889967635c7050","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-21 - Cabinet of Executive Vice-President Frans Timmermans x The Good Food Institute Europe (Belgium)"],"date":["2021-04-21"],"summary":["Discussion on cultivated meat"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - video conference"],"address":["Brussels - video conference"],"addressEntity":["addr-d7df553e47e69d1cc9f4189b36b7c867f80459b0"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-542451235684-35","ec-person-33624431cbec1074e151c1707715ef46d2ba9565"]}} -{"id":"ec-meeting-2021-04-21-2e7398eebf503e2e48b0be866b2646a4db93fbc5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-21 - Mobility and Transport x DFS Deutsche Flugsicherung GmbH Luchtverkeersleiding Nederland skeyes"],"date":["2021-04-21"],"summary":["SES2+"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-dg-move"],"involved":["eu-tr-80667711712-64","eu-tr-943962512957-38","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2","eu-tr-409177936317-58"]}} -{"id":"ec-meeting-2021-04-21-30e18d0ab53b25ce19473eaa8e4460e615c20434","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-21 - Cabinet of Commissioner Stella Kyriakides x The Good Food Institute Europe (Belgium)"],"date":["2021-04-21"],"summary":["VC meeting - Alternative Proteins in F2F"],"notes":["Portfolio: Health"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-kyriakides-of-stella"],"involved":["ec-person-ba73927c33000184cab3f41a76e1b32fe7d7eda8","eu-tr-542451235684-35"]}} -{"id":"ec-meeting-2021-04-21-5466963a2d104dcc289d6b6467c1bc1627d992ea","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-21 - Mobility and Transport x Zeleros Global S.L."],"date":["2021-04-21"],"summary":["Hyperloop technologies, SSMS"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-dg-move"],"involved":["ec-person-26cdfacae671b09917bee1a91c91973941fa58a2","eu-tr-297411132641-64"]}} -{"id":"ec-meeting-2021-04-21-56d5f9bffd8773cbc21c825d5d747c378f790beb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-21 - Cabinet of Commissioner Mairead Mcguinness x Gesamtverband der Deutschen Versicherungswirtschaft e.V."],"date":["2021-04-21"],"summary":["Address GDV annual conference of Insurance CEO's"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Video conferencing"],"address":["Video conferencing"],"addressEntity":["addr-4a260fcbdf035aeae48bfb811f1225b05f636185"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-2b9c589fb2354bd93067644d2c3d2c058d4c4cc9","eu-tr-6437280268-55","ec-person-49e520c7a9c9c47ccb5acfa68f9416e4233af9f8"]}} -{"id":"ec-meeting-2021-04-21-898126d46ca439c560cb7364e44e3348eca3f52c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-21 - Cabinet of Vice-President Věra Jourová x Open Society European Policy Institute"],"date":["2021-04-21"],"summary":["Democracy, rule of law, media aspects, role of civil society"],"notes":["Portfolio: Values and Transparency"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["ec-person-aa83f35da599b82e4f15da018f4b3447eb648f7c","eu-tr-8557515321-37","ec-person-76793b3bad1c7471121c510a962aae356d19c30b","ec-person-7e1aeaad9232c788ee790cdb309ccad8f9ffdc5e"]}} -{"id":"ec-meeting-2021-04-21-b53a6286a2a310c99b205f05ba9da683916b3e6c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-21 - Cabinet of Vice-President Věra Jourová x EUROPE'S MEDIALAB (Fondation EURACTIV)"],"date":["2021-04-21"],"summary":["Media freedom and media pluralism"],"notes":["Portfolio: Values and Transparency"],"location":["call"],"address":["call"],"addressEntity":["addr-bc8d8647b02deea0ab3e715c220d041ee78cc19d"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["ec-person-aa83f35da599b82e4f15da018f4b3447eb648f7c","eu-tr-485832526193-89"]}} -{"id":"ec-meeting-2021-04-21-b8d253fe3299be243dcc59d78d9286bd1a9db130","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-21 - Financial Stability, Financial Services and Capital Markets Union x International Capital Strategies LLC"],"date":["2021-04-21"],"summary":["US financial regulatory policies and the US-China relationship"],"location":["Virtual Meeting"],"address":["Virtual Meeting"],"addressEntity":["addr-ed078b6749077909a1a45720507ac2da9277b8b3"],"organizer":["ec-dg-fisma"],"involved":["ec-person-1fce211249673c35ee07a801ddee77ab24af8d54","eu-tr-734454815679-40"]}} -{"id":"ec-meeting-2021-04-21-f2092c3dc37b97ddc5f0949b7f6ea40cb0c8c231","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-21 - Cabinet of Commissioner Mairead Mcguinness x Bloomberg L.P."],"date":["2021-04-21"],"summary":["Power of global capital markets in the fight against climate change."],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Video conferencing - interview"],"address":["Video conferencing - interview"],"addressEntity":["addr-a4990707c54de263eb7ebb952cfb972d17662ced"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-2b9c589fb2354bd93067644d2c3d2c058d4c4cc9","eu-tr-214140728444-40"]}} -{"id":"ec-meeting-2021-04-22-04f466821a780bce8e7e112f563451286554c437","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-22 - Cabinet of Commissioner Virginijus Sinkevičius x Forum Europe"],"date":["2021-04-22"],"summary":["Speech and panel discussion on Zero Pollution Action Plan."],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["eu-tr-731763615450-48","ec-person-dd7a7b1952e158f4195d34cff333ec79a4f48ba3","ec-person-172a438ed334761e2ab5d52e551fd1bcb6ab6b8d"]}} -{"id":"ec-meeting-2021-04-22-0f60129463d9559469c37e6e35df6c159adb3ea5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-22 - Cabinet of Commissioner Mairead Mcguinness x EUROCHAMBRES – Association of European Chambers of Commerce and Industry"],"date":["2021-04-22"],"summary":["Capital Markets Union\r\nSustainable Finance\r\nPost Covid Recovery"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Video Conferencing"],"address":["Video Conferencing"],"addressEntity":["addr-e3b7413b2ac93be00b6bcff51fdc1374d67118bd"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-2b9c589fb2354bd93067644d2c3d2c058d4c4cc9","eu-tr-0014082722-83"]}} -{"id":"ec-meeting-2021-04-22-1243400dc3873a5b509bc4ea293be3a498f1b08e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-22 - Cabinet of Vice-President Věra Jourová x Microsoft Corporation"],"date":["2021-04-22"],"summary":["Media pluralism"],"notes":["Portfolio: Values and Transparency"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["eu-tr-0801162959-21","ec-person-aa83f35da599b82e4f15da018f4b3447eb648f7c","ec-person-fb258e0188a5319bfaba3161382db43f5a85851f"]}} -{"id":"ec-meeting-2021-04-22-1822cf023648e0f1cfee264a886ddd289e0143f0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-22 - Cabinet of Executive Vice-President Margrethe Vestager x IBM Corporation"],"date":["2021-04-22"],"summary":["Digital sovereignty, Cloud strategy, Digital Markets Act and Digital Services Act, Artificial Intelligence"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-7721359944-96","ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0","ec-person-11d97788772862bb34f51dd26d7f92603eac1bf8"]}} -{"id":"ec-meeting-2021-04-22-1ff4d94b20b5ee2adb2f933b00450dab5658f0ba","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-22 - Cabinet of Commissioner Janusz Wojciechowski x European agri-cooperatives European farmers"],"date":["2021-04-22"],"summary":["Exchange of views on the future CAP negociations"],"notes":["Portfolio: Agriculture"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["eu-tr-44856881231-49","ec-person-354147678cd662e9949df96a1b58663c347a35f9","ec-person-c825a813205e5077cd48bbd241436daf1834fc9b","eu-tr-09586631237-74","ec-person-08c62f972c22464aca7a65520eb9406f8db14a66"]}} -{"id":"ec-meeting-2021-04-22-2a7ad8c4376e14a52754a61f015c8ca3fc8b6973","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-22 - Cabinet of Commissioner Adina Vălean x General Motors"],"date":["2021-04-22"],"summary":["Meeting to discuss GM's ongoing activities and investments towards building a zero-emissions future."],"notes":["Portfolio: Transport"],"location":["Conference call"],"address":["Conference call"],"addressEntity":["addr-28ba88479582b2f75898964548da4252dc7db7d2"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["eu-tr-245346137135-21","ec-person-6e21d867543ef3b910e746c319cb048abd054702"]}} -{"id":"ec-meeting-2021-04-22-2dbba49325fd2b52eb0a4d9baa31b1dfd824ae66","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-22 - Cabinet of Commissioner Mairead Mcguinness x Boury, Tallon & Associés"],"date":["2021-04-22"],"summary":["MiIFID II/retail investment"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-0ba9b89127b39af6a66f2fc3ed727332f1b19a34","eu-tr-746643641132-87"]}} -{"id":"ec-meeting-2021-04-22-31d558d15aaaba77d04e269bfae4434081f609e7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-22 - Cabinet of Executive Vice-President Frans Timmermans x UIRR, International Union for Road-Rail Combined Transport"],"date":["2021-04-22"],"summary":["Combined transport in the European Green Deal"],"notes":["Portfolio: European Green Deal"],"location":["video call"],"address":["video call"],"addressEntity":["addr-12d8c530d76da0b7745f9c0f9285e7eec97adc55"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-49307536642-11","ec-person-d56ecbfde17436a136fc89c9a978b266e8285c84"]}} -{"id":"ec-meeting-2021-04-22-32db11ee40997c696ba67c1fa09991559f1323c7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-22 - Cabinet of Executive Vice-President Margrethe Vestager x HERE Technologies"],"date":["2021-04-22"],"summary":["Presentation of the company, Data Governance Act"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-215909832039-55","ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0"]}} -{"id":"ec-meeting-2021-04-22-34897191224f8660e67c8cb6629f4913131ccea2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-22 - Cabinet of Executive Vice-President Frans Timmermans x Confederation of European Paper Industries"],"date":["2021-04-22"],"summary":["Exchange on the upcoming revision of the EU ETS and the position of the pulp and paper industry"],"notes":["Portfolio: European Green Deal"],"location":["video call"],"address":["video call"],"addressEntity":["addr-12d8c530d76da0b7745f9c0f9285e7eec97adc55"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-72279144480-58","ec-person-f1a3478550296f3f9accdc67d6ef5a0b681dda4b"]}} -{"id":"ec-meeting-2021-04-22-35e5a1b70ee075e5c0603e645f1c804ca59d22dd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-22 - Cabinet of Commissioner Mairead Mcguinness x CONSEIL DE COOPERATION ECONOMIQUE"],"date":["2021-04-22"],"summary":["CMU"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-0ba9b89127b39af6a66f2fc3ed727332f1b19a34","eu-tr-146893419149-74"]}} -{"id":"ec-meeting-2021-04-22-3a557a15fef4b15fd57a8db020633695c850b940","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-22 - Cabinet of Commissioner Didier Reynders x Verband Deutscher Maschinen- und Anlagenbau e.V."],"date":["2021-04-22"],"summary":["Sustainable Corporate Governance"],"notes":["Portfolio: Justice"],"location":["video conference"],"address":["video conference"],"addressEntity":["addr-6dc12e3c97077db82f32184f24341ce370a445fd"],"organizer":["ec-cabinet-commissioner-didier-of-reynders"],"involved":["ec-person-442bf1ae9900b999673cdd7389224d0e21b67d4d","eu-tr-9765362691-45"]}} -{"id":"ec-meeting-2021-04-22-6b839bedab8f8835ddc82041c083abb1593a0603","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-22 - Cabinet of Commissioner Didier Reynders x Avast Software s.r.o."],"date":["2021-04-22"],"summary":["Data protection, Artificial intelligence"],"notes":["Portfolio: Justice"],"location":["video conference"],"address":["video conference"],"addressEntity":["addr-6dc12e3c97077db82f32184f24341ce370a445fd"],"organizer":["ec-cabinet-commissioner-didier-of-reynders"],"involved":["ec-person-442bf1ae9900b999673cdd7389224d0e21b67d4d","eu-tr-379331539649-04"]}} -{"id":"ec-meeting-2021-04-22-84a9ae4d3678ac5051000bf926cd0c750945951c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-22 - Cabinet of Commissioner Thierry Breton x Mastercard Europe"],"date":["2021-04-22"],"summary":["Toward a new governance framework for the data economy"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","ec-person-b077a2e9f0fdb3b8f6e91d0bd0b256db9e40ce46","eu-tr-58204758673-16"]}} -{"id":"ec-meeting-2021-04-22-b02a3e2999c6b8e237168ae6c8d49ca129d4ca63","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-22 - Financial Stability, Financial Services and Capital Markets Union x International Capital Market Association"],"date":["2021-04-22"],"summary":["Financial markets"],"location":["Virtual meeting"],"address":["Virtual meeting"],"addressEntity":["addr-1f1f3f51a4da31a1ea5c1b4b21cbf52ad983224f"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-0223480577-59","ec-person-1fce211249673c35ee07a801ddee77ab24af8d54"]}} -{"id":"ec-meeting-2021-04-22-c312e91bf678d60c4637869441871ef0e8856571","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-22 - Cabinet of Commissioner Mairead Mcguinness x None"],"date":["2021-04-22"],"summary":["Basel III, capital markets regulation, AML. \r\nAIFMD"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Video Conferencing"],"address":["Video Conferencing"],"addressEntity":["addr-e3b7413b2ac93be00b6bcff51fdc1374d67118bd"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-2b9c589fb2354bd93067644d2c3d2c058d4c4cc9","eu-tr-6182372280-83","eu-tr-3505006282-58","ec-person-49e520c7a9c9c47ccb5acfa68f9416e4233af9f8"]}} -{"id":"ec-meeting-2021-04-22-d5bf1b84a9595ff8fd4c9915435a90b258ef40ef","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-22 - Cabinet of Commissioner Mairead Mcguinness x European Federation of Investors and Financial Services Users"],"date":["2021-04-22"],"summary":["Capital Markets Union \r\nSustainable Finance"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Video Conferencing"],"address":["Video Conferencing"],"addressEntity":["addr-e3b7413b2ac93be00b6bcff51fdc1374d67118bd"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["eu-tr-24633926420-79","ec-person-2b9c589fb2354bd93067644d2c3d2c058d4c4cc9"]}} -{"id":"ec-meeting-2021-04-22-ecdab05d982764731dea6fdbbb4d366f1fdc8c0d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-22 - Cabinet of Vice-President Dubravka Šuica x Global Witness"],"date":["2021-04-22"],"summary":["EU Sustainable Corporate Governance & Corporate Due Diligence"],"notes":["Portfolio: Democracy and Demography"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-dubravka-of-president-suica-vice"],"involved":["ec-person-2ea66ac99d83c7f0ff7dfcfd7d90f9416dc22e61","eu-tr-10439809375-73"]}} -{"id":"ec-meeting-2021-04-23-00207f1eec892d0ed22e5baa2e610fc1c38310b2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-23 - Cabinet of President Ursula von der Leyen x BUSINESSEUROPE"],"date":["2021-04-23"],"summary":["Sustainable Corporate Governance"],"notes":["Portfolio: President"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["eu-tr-3978240953-79","ec-person-09e754ed16961925cf1fc45ca9d1622435166a87"]}} -{"id":"ec-meeting-2021-04-23-25a5ae5852bda0d3a399c9f9b598ebf39ee1a21a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-23 - Cabinet of Executive Vice-President Valdis Dombrovskis x The European Steel Association"],"date":["2021-04-23"],"summary":["-\tglobal trade distortions, \r\n-\tthe Global Forum on Steel Excess Capacities, \r\n-\tthe review of the steel safeguards, \r\n-\ttransitioning of the steel industry to carbon neutrality, \r\n-\treview of the industry strategy"],"notes":["Portfolio: An Economy that Works for People"],"location":["video"],"address":["video"],"addressEntity":["addr-ffbaf58f1231628f9ac2a583f038b51719006ec6"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["eu-tr-93038071152-83","ec-person-9e7bd1005456277f156b671d1555c6a460fb2f58"]}} -{"id":"ec-meeting-2021-04-23-475c40648aa22223433ff029d8f086bb50e298dd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-23 - Cabinet of Executive Vice-President Frans Timmermans x International Association of Oil & Gas Producers Europe"],"date":["2021-04-23"],"summary":["Preparation of the CCUS Forum and on-going work on hydrogen"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - video conference"],"address":["Brussels - video conference"],"addressEntity":["addr-d7df553e47e69d1cc9f4189b36b7c867f80459b0"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-d53e00c46a4cc62bbf533e0c9bb35bacb9121989","eu-tr-3954187491-70"]}} -{"id":"ec-meeting-2021-04-23-500e114a196cf7f345dbdb003cf8e0aec3b9ce74","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-23 - Energy x European Solar Manufacturing Council"],"date":["2021-04-23"],"summary":["Presentation of ESMC’s recently published policy statement “Solar Manufacturing Renaissance in Europe – Appeal for Recovery and Resilience Facility (RRF) commitment”."],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-dg-ener"],"involved":["ec-person-9c0f33ecb9f6badd5f4b5f1a4bd7677e18a52a22","eu-tr-421495541254-57"]}} -{"id":"ec-meeting-2021-04-23-6f837813302f5c90e23be1336220c6f480eb027a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-23 - Budget x Crédit Agricole S.A."],"date":["2021-04-23"],"summary":["Next Generation EU"],"location":["webex call"],"address":["webex call"],"addressEntity":["addr-f46c6c045de646595f4abea6e6c752b620b1b2e8"],"organizer":["ec-dg-budg"],"involved":["ec-person-39635b893026833f739fe623fe7e9d5a97525e7a","eu-tr-35147251117-11"]}} -{"id":"ec-meeting-2021-04-23-713ac64ae76899b2655151d8aff0f4603451db83","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-23 - Cabinet of Executive Vice-President Margrethe Vestager x Shopify Inc."],"date":["2021-04-23"],"summary":["Presentation of the company, Digital Markets Act"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0","eu-tr-104142342214-75"]}} -{"id":"ec-meeting-2021-04-23-79bb9c2a99415ec9b968cf7855ec54f0a45761cb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-23 - Cabinet of Executive Vice-President Margrethe Vestager x Duck Duck Go, Inc."],"date":["2021-04-23"],"summary":["DMA"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0","eu-tr-177326839581-89","ec-person-73fb1ddd279f8c6697a055567a2c09606006b875"]}} -{"id":"ec-meeting-2021-04-23-81f4ec860236e3f1fe434baa0872c2f72143e3d5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-23 - Cabinet of Executive Vice-President Frans Timmermans x Association des Constructeurs Européens d'Automobiles"],"date":["2021-04-23"],"summary":["Zero emission freight"],"notes":["Portfolio: European Green Deal"],"location":["video call"],"address":["video call"],"addressEntity":["addr-12d8c530d76da0b7745f9c0f9285e7eec97adc55"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-d56ecbfde17436a136fc89c9a978b266e8285c84","eu-tr-0649790813-47"]}} -{"id":"ec-meeting-2021-04-23-85f78f8ec0156c812c97fdd01b4f0e4c19b29344","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-23 - Cabinet of Commissioner Adina Vălean x Compagnie Nationale du Rhône"],"date":["2021-04-23"],"summary":["Presentation of CNR activities for river mobility."],"notes":["Portfolio: Transport"],"location":["Conference call"],"address":["Conference call"],"addressEntity":["addr-28ba88479582b2f75898964548da4252dc7db7d2"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["ec-person-7f9ba99138b4fa5c698037dc7507219b1319e0a7","eu-tr-652829617048-82","ec-person-6e21d867543ef3b910e746c319cb048abd054702"]}} -{"id":"ec-meeting-2021-04-23-898126d46ca439c560cb7364e44e3348eca3f52c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-23 - Cabinet of Vice-President Věra Jourová x Open Society European Policy Institute"],"date":["2021-04-23"],"summary":["Re-democratisation - seminar"],"notes":["Portfolio: Values and Transparency"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["ec-person-aa83f35da599b82e4f15da018f4b3447eb648f7c","eu-tr-8557515321-37","ec-person-7e1aeaad9232c788ee790cdb309ccad8f9ffdc5e"]}} -{"id":"ec-meeting-2021-04-23-8abfb619e40590a1dacc82e2339b477698820fe3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-23 - Cabinet of Commissioner Paolo Gentiloni x BNP PARIBAS"],"date":["2021-04-23"],"summary":["Basel 3.5 implementation"],"notes":["Portfolio: Economy"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-cabinet-commissioner-gentiloni-of-paolo"],"involved":["ec-person-8da36db391ed53f362d495cd564ba8b45c7003e1","eu-tr-78787381113-69"]}} -{"id":"ec-meeting-2021-04-23-920d1b7acda38f33e933c07d86d6715932703ffe","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-23 - Cabinet of Executive Vice-President Margrethe Vestager x Zentraler Immobilien Ausschuss"],"date":["2021-04-23"],"summary":["COVID-19 State aid policy"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-34880145791-74","ec-person-7f4ed7789b52b8daf8b637232a16c6d3120c5e37"]}} -{"id":"ec-meeting-2021-04-23-946d76d962ed267403d308e724d7ec22547bd8a8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-23 - Cabinet of Executive Vice-President Valdis Dombrovskis x Boeing International Corporation - Belgium Branch Office"],"date":["2021-04-23"],"summary":["- EU-US WTO aircraft dispute\r\n- Work on future discipline in the area of large civil aircrafts\r\n- Work towards decarbonizing aviation transport"],"notes":["Portfolio: An Economy that Works for People"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["eu-tr-62505293737-81","ec-person-9e7bd1005456277f156b671d1555c6a460fb2f58"]}} -{"id":"ec-meeting-2021-04-23-97406919b4092eb723c49e3e2fc442f0005e92a3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-23 - Cabinet of Executive Vice-President Frans Timmermans x European Liaison Committee for Agriculture and agri-food trade"],"date":["2021-04-23"],"summary":["Discussion on sustainable food systems"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - video conference"],"address":["Brussels - video conference"],"addressEntity":["addr-d7df553e47e69d1cc9f4189b36b7c867f80459b0"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-546282614966-51","ec-person-33624431cbec1074e151c1707715ef46d2ba9565"]}} -{"id":"ec-meeting-2021-04-23-999d277b9883dbc9fd57accf8c8a63f8e4a551f1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-23 - Cabinet of Commissioner Nicolas Schmit x European Youth Forum"],"date":["2021-04-23"],"summary":["Meeting on the Porto Social Summit."],"notes":["Portfolio: Jobs and Social Rights"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-66fa2c2d100ec194caa42b5c6f97c36e2748b71c","ec-person-4cf4655ab41922e92160325d987a3c4615c72d30","eu-tr-43251547769-22"]}} -{"id":"ec-meeting-2021-04-23-9c39fbc1533d84a3b9370f99179dc407f213e3d3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-23 - Cabinet of Commissioner Stella Kyriakides x EuroCommerce"],"date":["2021-04-23"],"summary":["VTC event - Sustainable Food Systems"],"notes":["Portfolio: Health"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-kyriakides-of-stella"],"involved":["eu-tr-84973761187-60","ec-person-c7513fae2df7920eea99d7cc103a354aa4f56b6e"]}} -{"id":"ec-meeting-2021-04-23-a04593a83265881eb1d3fa8e35dd51b453c02384","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-23 - Cabinet of Executive Vice-President Frans Timmermans x Stichting BirdLife Europe ClientEarth AISBL European Environmental Bureau Greenpeace European Unit"],"date":["2021-04-23"],"summary":["Discussion on CAP"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - video conference"],"address":["Brussels - video conference"],"addressEntity":["addr-d7df553e47e69d1cc9f4189b36b7c867f80459b0"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-06798511314-27","eu-tr-1083162721-43","eu-tr-96645517357-19","eu-tr-9832909575-41","ec-person-33624431cbec1074e151c1707715ef46d2ba9565"]}} -{"id":"ec-meeting-2021-04-23-a622e3aad870bf84a51206a4defdc52b451a23b3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-23 - Cabinet of Commissioner Mairead Mcguinness x Invest Europe"],"date":["2021-04-23"],"summary":["CMU/AIFMD/ELTIF"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-0ba9b89127b39af6a66f2fc3ed727332f1b19a34","eu-tr-60975211600-74"]}} -{"id":"ec-meeting-2021-04-23-b56a2eae552f7e74072878bc4cb707eeca69bf74","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-23 - Cabinet of Vice-President Věra Jourová x World Leadership Alliance-Club de Madrid"],"date":["2021-04-23"],"summary":["Roundtable on EDAP"],"notes":["Portfolio: Values and Transparency"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["eu-tr-968421535984-01","ec-person-bf54da17217bbddfd9c68fe24d88005ac17e2c4b"]}} -{"id":"ec-meeting-2021-04-23-cfca55447f781a647cfc8c0a24d14563a92ce2e6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-23 - Cabinet of Executive Vice-President Frans Timmermans x International Union for Conservation of Nature EU Representative Office"],"date":["2021-04-23"],"summary":["IUCN World Conservation Congress"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-03518238467-61","ec-person-8af3c81534786a740718d21dc58240738a53ed7b"]}} -{"id":"ec-meeting-2021-04-23-e1780ecd825f37db4c300f8d09e13bdbe24d81b6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-23 - Cabinet of Executive Vice-President Frans Timmermans x Neste Oyj"],"date":["2021-04-23"],"summary":["ReFuel EU"],"notes":["Portfolio: European Green Deal"],"location":["videoconference (Brussels)"],"address":["videoconference (Brussels)"],"addressEntity":["addr-5dd22b57a9d6f7be6f130d619b6be6e2434c4ab3"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce","ec-person-d56ecbfde17436a136fc89c9a978b266e8285c84","eu-tr-10257354120-19"]}} -{"id":"ec-meeting-2021-04-23-ec6152d73991718465b0513b72cb64bedd73374d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-23 - Cabinet of Commissioner Thierry Breton x None"],"date":["2021-04-23"],"summary":["Search engine’s responsibility under the DSA"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-4d83416435f81b1f1e8f5c86aeebb1478577f1d2","eu-tr-202560512850-84","eu-tr-870826832914-82","eu-tr-907388840752-05","eu-tr-177326839581-89","eu-tr-58885623470-56"]}} -{"id":"ec-meeting-2021-04-23-f2092c3dc37b97ddc5f0949b7f6ea40cb0c8c231","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-23 - Cabinet of Commissioner Mairead Mcguinness x Bloomberg L.P."],"date":["2021-04-23"],"summary":["Green finance"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Video Conferencing"],"address":["Video Conferencing"],"addressEntity":["addr-e3b7413b2ac93be00b6bcff51fdc1374d67118bd"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["eu-tr-214140728444-40","ec-person-2b9c589fb2354bd93067644d2c3d2c058d4c4cc9","ec-person-00f66582d8581f7480e12525027b5a1ee9b22f07"]}} -{"id":"ec-meeting-2021-04-23-f79a4ff24206593a9fad1b57cc1fc812ea009d0f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-23 - Cabinet of Commissioner Mairead Mcguinness x Housing Europe"],"date":["2021-04-23"],"summary":["Taxonomy Delegated Act"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-a5441c6a69a8a94fd64e02def60fcc6567f2c1d8","eu-tr-794469327833-17"]}} -{"id":"ec-meeting-2021-04-23-faba25c3ee949efb059f324a6eeba91435042ff0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-23 - Cabinet of Vice-President Dubravka Šuica x SMEunited aisbl"],"date":["2021-04-23"],"summary":["Long-Term Vision for Rural Areas"],"notes":["Portfolio: Democracy and Demography"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dubravka-of-president-suica-vice"],"involved":["eu-tr-55820581197-35","ec-person-3fde0db8d8834e47db2b7c32ce5c469b66548f1b"]}} -{"id":"ec-meeting-2021-04-23-fd8f4e2a0f02d712dd9cf0e9dd485a861ec959b8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-23 - Taxation and Customs Union x Accenture PLC"],"date":["2021-04-23"],"summary":["Videoconference - Discussion about challenges for the future development of the Customs Union, with focus on the big trends concerning data and its sharing, the platform of platforms, and the new role of customs."],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-taxud"],"involved":["ec-person-9e42f316f38c8e126c2cd2bc84affb891338c7f3","eu-tr-34424201320-69"]}} -{"id":"ec-meeting-2021-04-24-397b830e35c1fd5c6ae84ba87af99a6727cbf2fe","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-24 - Cabinet of President Ursula von der Leyen x Potsdam-Institut für Klimafolgenforschung"],"date":["2021-04-24"],"summary":["Meeting with Founding Director of the Potsdam Institute for Climate Impact Research (PIK)"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-a2ac27c3a7aa93937efc47169c1dc2264a822175","eu-tr-735637118430-74"]}} -{"id":"ec-meeting-2021-04-24-5f0cec6d9411d921f83e853eefa6aaacae6681b8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-24 - Cabinet of Commissioner Mairead Mcguinness x EPI Company"],"date":["2021-04-24"],"summary":["Increase in payment options for consumers and business"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Video Conferencing"],"address":["Video Conferencing"],"addressEntity":["addr-e3b7413b2ac93be00b6bcff51fdc1374d67118bd"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-2b9c589fb2354bd93067644d2c3d2c058d4c4cc9","eu-tr-153495442079-10"]}} -{"id":"ec-meeting-2021-04-26-020d89c763aa6ca323e3f8cc14980e8a974fcc1d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-26 - Cabinet of Vice-President Věra Jourová x International Press Institute"],"date":["2021-04-26"],"summary":["Media freedom and media pluralism"],"notes":["Portfolio: Values and Transparency"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["ec-person-aa83f35da599b82e4f15da018f4b3447eb648f7c","eu-tr-370877536078-58"]}} -{"id":"ec-meeting-2021-04-26-0c18bd863cb6ef08aa92afdc92125257d22ff349","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-26 - Cabinet of Commissioner Thierry Breton x Curia Global, Inc."],"date":["2021-04-26"],"summary":["EU production of vaccine ingredients and pandemic preparedness"],"notes":["Portfolio: Internal Market"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-d6689ffc6695e7e65bdd0e0c0da1721d3031ea1b","eu-tr-586540541832-82"]}} -{"id":"ec-meeting-2021-04-26-28d2262cc068aa8090aa954e46dcddcf2472b02d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-26 - Cabinet of Vice-President Věra Jourová x Prospera International Network of Women's Funds"],"date":["2021-04-26"],"summary":["Gender equality"],"notes":["Portfolio: Values and Transparency"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["ec-person-28fecf6c4f04b3a2af1d74c742e147920ab849c5","eu-tr-908150137027-18"]}} -{"id":"ec-meeting-2021-04-26-298da6b9184db1f5046234bc231df931b6babef5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-26 - Taxation and Customs Union x AEGIS Europe"],"date":["2021-04-26"],"summary":["Videoconference - Exchange of views on the forthcoming proposal for a Carbon border adjustment mechanism"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-taxud"],"involved":["eu-tr-790573922716-64","ec-person-9e42f316f38c8e126c2cd2bc84affb891338c7f3"]}} -{"id":"ec-meeting-2021-04-26-3613b2a72f2b5c6f0690cd110846d8cef1e9d503","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-26 - Cabinet of Commissioner Mairead Mcguinness x Mediobanca - Banca di Credito Finanziario"],"date":["2021-04-26"],"summary":["central bank digital currency"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-0ba9b89127b39af6a66f2fc3ed727332f1b19a34","eu-tr-722314616330-15"]}} -{"id":"ec-meeting-2021-04-26-4fef13ff33293f11cfbea4220fdaebc5c519a6ab","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-26 - Cabinet of Executive Vice-President Valdis Dombrovskis x ArcelorMittal"],"date":["2021-04-26"],"summary":["Emissions Trading System (ETS), Carbon Border Adjustment Mechanism (CBAM)"],"notes":["Portfolio: An Economy that Works for People"],"location":["video conferencing"],"address":["video conferencing"],"addressEntity":["addr-613317ccdf0c2bce8cb9f90df551697cd890eda7"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-4afd4ae4e50604ac3c0c9ae597bcb74eb1dd31b6","eu-tr-23527541824-60","ec-person-f011ed0f7c78d833a79f1206f788e0cbd9cb8864"]}} -{"id":"ec-meeting-2021-04-26-5beb7b1ba29fa7bbd7179396cfc9fbde4bfbebb6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-26 - Cabinet of Executive Vice-President Margrethe Vestager x Avaaz Foundation"],"date":["2021-04-26"],"summary":["Presentation of their report on disinformation, Digital Services Act"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-475565317526-24","ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0"]}} -{"id":"ec-meeting-2021-04-26-78a120282e685d814663b503ee4e63e67f52b5c0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-26 - Cabinet of Commissioner Didier Reynders x Bundesverband der Deutschen Industrie e.V."],"date":["2021-04-26"],"summary":["Substainable Corporate Governance"],"notes":["Portfolio: Justice"],"location":["Video conference"],"address":["Video conference"],"addressEntity":["addr-ebc9fd5c2f372a32153cf3f4d5fb918a96b84a88"],"organizer":["ec-cabinet-commissioner-didier-of-reynders"],"involved":["eu-tr-1771817758-48","ec-person-442bf1ae9900b999673cdd7389224d0e21b67d4d","ec-person-1e25399e2267734c5f4c69093d2286c8898ee9f0"]}} -{"id":"ec-meeting-2021-04-26-86965c3a46467c3e1dd3ac9dabc367ce4d3dfc4e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-26 - Cabinet of Commissioner Mariya Gabriel x Manufacture Française des Pneumatiques Michelin"],"date":["2021-04-26"],"summary":["Horizon Europe, research and innovation in the automotive sector, digital education"],"notes":["Portfolio: Innovation and Youth"],"location":["Video Conference"],"address":["Video Conference"],"addressEntity":["addr-fd005d1da26cd3c9a734fbbadaf813e8115acdeb"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-1413466815-09","ec-person-1674399a793e9e6fd7cf55b525515fc862fc9351"]}} -{"id":"ec-meeting-2021-04-26-884f5df37fed7640d84bae3565a81802bc18bb77","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-26 - Cabinet of Executive Vice-President Frans Timmermans x Nestlé S.A. Unilever Danone"],"date":["2021-04-26"],"summary":["Dairy denominations"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - video conference"],"address":["Brussels - video conference"],"addressEntity":["addr-d7df553e47e69d1cc9f4189b36b7c867f80459b0"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-15366395387-57","eu-tr-6200524920-25","eu-tr-65744846168-89","ec-person-33624431cbec1074e151c1707715ef46d2ba9565"]}} -{"id":"ec-meeting-2021-04-26-8e2d56f07d5dd2dd9fe2807e339da3e72b7c6f8b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-26 - Cabinet of Commissioner Janusz Wojciechowski x Finnish Forest Industries Federation (Metsäteollisuus ry)"],"date":["2021-04-26"],"summary":["Contribution of Finnish forest sector to climate neutrality."],"notes":["Portfolio: Agriculture"],"location":["video phone call"],"address":["video phone call"],"addressEntity":["addr-20169d8760eb932415b38f11daea45615ba4bb37"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["ec-person-cafe030b6dad78a75143f7552c420481b30ebceb","eu-tr-39671713910-36"]}} -{"id":"ec-meeting-2021-04-26-90cb0575e2d9db98bf35a2fdb63b5dbc5ba4ab4b","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2021-04-26 - Cabinet of Commissioner Mairead Mcguinness x Banco Santander, S.A."],"date":["2021-04-26"],"summary":["State of play COVID19- Guaranteed loans in Spain and other support measures","Basel III, covid response"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Video call","virtual call"],"address":["Video call","virtual call"],"addressEntity":["addr-a6b4dd3c51b68c15a984750206b014b0ab434365","addr-ad60f43c3b2e61f55f8d15d2bb303f6d11ac791b"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["eu-tr-799142914971-03","ec-person-49e520c7a9c9c47ccb5acfa68f9416e4233af9f8"]}} -{"id":"ec-meeting-2021-04-26-93675151b7599f2efc76ed4821612cb438ba9f4f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-26 - Cabinet of Commissioner Mairead Mcguinness x Business at OECD (BIAC)"],"date":["2021-04-26"],"summary":["Addressing the financial literacy challenge."],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Videoconferencing."],"address":["Videoconferencing."],"addressEntity":["addr-c99c3453740cdd0f4bce6dee91b754d8fe8c0379"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["eu-tr-773248535875-05","ec-person-2b9c589fb2354bd93067644d2c3d2c058d4c4cc9"]}} -{"id":"ec-meeting-2021-04-26-ae17763591d70f1ae4bdf83b27485b6e52fdb3c9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-26 - Cabinet of Commissioner Nicolas Schmit x Uber"],"date":["2021-04-26"],"summary":["Meeting on platform work."],"notes":["Portfolio: Jobs and Social Rights"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-8eb18b6102d444937bc6af5822a6742812165b48","ec-person-4cf4655ab41922e92160325d987a3c4615c72d30","eu-tr-002278013515-26","ec-person-15afa0e4cf7c5272c826dda163350404ebbccdc3","ec-person-935314e38d735654cae8ee61313a3d73439b242d","ec-person-c03b949331dbbe5fa3d5423758e371ec1b9b832f"]}} -{"id":"ec-meeting-2021-04-26-b13c060bc9d458daa14a4f17ea0dde33c7991960","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-26 - Cabinet of Commissioner Thierry Breton x Shopify Inc."],"date":["2021-04-26"],"summary":["DSA and DMA"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-4d83416435f81b1f1e8f5c86aeebb1478577f1d2","ec-person-5215bd372c5a1202399d77ecceb8c16de8d7d55c","eu-tr-104142342214-75"]}} -{"id":"ec-meeting-2021-04-26-b17c09266130d75038cc1b3d15fe1b39da9d450f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-26 - Cabinet of Vice-President Věra Jourová x European Newspaper Publishers' Association"],"date":["2021-04-26"],"summary":["Media freedom and media pluralism"],"notes":["Portfolio: Values and Transparency"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["ec-person-aa83f35da599b82e4f15da018f4b3447eb648f7c","eu-tr-5950962136-12"]}} -{"id":"ec-meeting-2021-04-26-bd233d62345be6fee7cbf3300af0cd57cad69176","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-26 - Cabinet of Executive Vice-President Valdis Dombrovskis x IBM Corporation"],"date":["2021-04-26"],"summary":["The EU's trade agenda, particularly in relation to the technology and ICT sector, incl. the transatlantic relationship - transatlantic data flows, Trade and Technology Council initiative, also - digital part of the Recovery and Resilience Facility"],"notes":["Portfolio: An Economy that Works for People"],"location":["video conferencing"],"address":["video conferencing"],"addressEntity":["addr-613317ccdf0c2bce8cb9f90df551697cd890eda7"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["eu-tr-7721359944-96","ec-person-9e7bd1005456277f156b671d1555c6a460fb2f58"]}} -{"id":"ec-meeting-2021-04-26-c1d49b50da45213cfc559e09261651cc2e8ad481","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-26 - Cabinet of Executive Vice-President Frans Timmermans x ExxonMobil Petroleum & Chemical"],"date":["2021-04-26"],"summary":["EU Circular Economy Action Plan and chemical recycling"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-8af3c81534786a740718d21dc58240738a53ed7b","eu-tr-0745650927-75"]}} -{"id":"ec-meeting-2021-04-26-cfd5e2082d239b3dffdfbcf42ab0883a7275c776","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-26 - Cabinet of Commissioner Johannes Hahn x Community of European Railway and Infrastructure Companies"],"date":["2021-04-26"],"summary":["EU action on post pandemic recovery and resilience, opportunities for the railway sector"],"notes":["Portfolio: Budget and Administration"],"location":["Conference call"],"address":["Conference call"],"addressEntity":["addr-28ba88479582b2f75898964548da4252dc7db7d2"],"organizer":["ec-cabinet-commissioner-hahn-johannes-of"],"involved":["ec-person-6dd3472dac004e43ec1fa4f5b4106e3b476c9ce7","eu-tr-7574621118-27"]}} -{"id":"ec-meeting-2021-04-26-cfea8107b07adca547212adcbcf1fd501805a7df","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-26 - Cabinet of Vice-President Věra Jourová x Fellowship of European Broadcasters"],"date":["2021-04-26"],"summary":["Media freedom and media pluralism"],"notes":["Portfolio: Values and Transparency"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["ec-person-aa83f35da599b82e4f15da018f4b3447eb648f7c","eu-tr-018498718155-71"]}} -{"id":"ec-meeting-2021-04-26-d255985d1edcea912ac6b8fd201e75f99ea558d4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-26 - Cabinet of Commissioner Nicolas Schmit x Bolt"],"date":["2021-04-26"],"summary":["Meeting on platform work."],"notes":["Portfolio: Jobs and Social Rights"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["eu-tr-995377734447-25","ec-person-8eb18b6102d444937bc6af5822a6742812165b48","ec-person-4cf4655ab41922e92160325d987a3c4615c72d30","ec-person-15afa0e4cf7c5272c826dda163350404ebbccdc3","ec-person-935314e38d735654cae8ee61313a3d73439b242d","ec-person-c03b949331dbbe5fa3d5423758e371ec1b9b832f"]}} -{"id":"ec-meeting-2021-04-26-f149ceecfbe97304334d89f8c2aebf07617323b1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-26 - Cabinet of Executive Vice-President Margrethe Vestager x aNewGovernance"],"date":["2021-04-26"],"summary":["Data Governance Act"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0","ec-person-eecca27e2a9c3fc0d4bd43564e4960382705feef","eu-tr-951547539825-41"]}} -{"id":"ec-meeting-2021-04-27-0173d66674f2f08ad1d89f8e4b0b5a45806f8c0a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-27 - Cabinet of Executive Vice-President Valdis Dombrovskis x Enviva LP Brussels Drax Group plc US Industrial Pellet Association"],"date":["2021-04-27"],"summary":["Biomass sustainability"],"notes":["Portfolio: An Economy that Works for People"],"location":["video conference"],"address":["video conference"],"addressEntity":["addr-6dc12e3c97077db82f32184f24341ce370a445fd"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["eu-tr-737111833676-52","eu-tr-227344812892-07","ec-person-3520008ac93a203db50d106deafde939bc2729f1","ec-person-235870cd7eb41f2494f695fce18b5b5b88647113","ec-person-4afd4ae4e50604ac3c0c9ae597bcb74eb1dd31b6","eu-tr-650295823224-84","eu-tr-389275311163-19"]}} -{"id":"ec-meeting-2021-04-27-03b5a81d6ffbe2cfe78616aa1728d7dfb03a3880","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-27 - Cabinet of Commissioner Stella Kyriakides x European Dairy Association aisbl"],"date":["2021-04-27"],"summary":["VTC Meeting on Farm to Fork Strategy and labelling initiatives"],"notes":["Portfolio: Health"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-kyriakides-of-stella"],"involved":["ec-person-ecf9f9e978b833afc98ee022572d468f0dc9a352","ec-person-ba73927c33000184cab3f41a76e1b32fe7d7eda8","eu-tr-42967152383-63"]}} -{"id":"ec-meeting-2021-04-27-0672dac370d4ed2c2a1a021d18e6c3e3a0fad065","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-27 - Financial Stability, Financial Services and Capital Markets Union x None"],"date":["2021-04-27"],"summary":["MiFIR, EU/UK regulatory and Secondary market liquidity"],"location":["Virtual meeting"],"address":["Virtual meeting"],"addressEntity":["addr-1f1f3f51a4da31a1ea5c1b4b21cbf52ad983224f"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-03094871618-32","eu-tr-701266814986-18","ec-person-1fce211249673c35ee07a801ddee77ab24af8d54","eu-tr-16595501800-80","eu-tr-65110063986-76","eu-tr-78787381113-69","eu-tr-654132129361-28"]}} -{"id":"ec-meeting-2021-04-27-083b62e52388eee027dd80dc3bcce67bdc2676be","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2021-04-27 - Cabinet of Commissioner Mairead Mcguinness x Association for Financial Markets in Europe"],"date":["2021-04-27"],"summary":["Sustainable Finance"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-a5441c6a69a8a94fd64e02def60fcc6567f2c1d8","eu-tr-65110063986-76"]}} -{"id":"ec-meeting-2021-04-27-1a09eadb8674f88700ea3c82d2f5fae95824d24b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-27 - Directorate-General for International Partnerships x EPIA SolarPower Europe"],"date":["2021-04-27"],"summary":["Webinar Solar4GlobalChange"],"location":["online"],"address":["online"],"addressEntity":["addr-2dbc2fd2358e1ea1b7a6bc08ea647b9a337ac92d"],"organizer":["ec-dg-intpa"],"involved":["eu-tr-2680046412-48","ec-person-afe6f55069d2cc5483157e138e41abd63140fdd8"]}} -{"id":"ec-meeting-2021-04-27-1becd43288b43f008d3cf4f36c6ae69550c808c4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-27 - Cabinet of Executive Vice-President Frans Timmermans x Enterprise Rent A Car UK, Ltd."],"date":["2021-04-27"],"summary":["Zero emission road transport"],"notes":["Portfolio: European Green Deal"],"location":["online"],"address":["online"],"addressEntity":["addr-2dbc2fd2358e1ea1b7a6bc08ea647b9a337ac92d"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-499115519787-49","ec-person-d56ecbfde17436a136fc89c9a978b266e8285c84"]}} -{"id":"ec-meeting-2021-04-27-2622060328987562a41e60d5c80f7af8ceab5185","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-27 - Energy x Bureau Européen des Unions de Consommateurs"],"date":["2021-04-27"],"summary":["Presentation of BEUC’s position paper on ETS extension to road transport and buildings and discussion on fit for 55 package."],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-dg-ener"],"involved":["eu-tr-9505781573-45","ec-person-9c0f33ecb9f6badd5f4b5f1a4bd7677e18a52a22"]}} -{"id":"ec-meeting-2021-04-27-3660d37d651d2f2ecadbdeceb09e5f69467c6067","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-27 - Cabinet of Commissioner Mairead Mcguinness x abrdn plc"],"date":["2021-04-27"],"summary":["CMU/AIFMD"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-0ba9b89127b39af6a66f2fc3ed727332f1b19a34","eu-tr-28229947613-19"]}} -{"id":"ec-meeting-2021-04-27-4b6263edd6edd611d613a7c1bfbfb2943a79e128","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-27 - Cabinet of Commissioner Thierry Breton x Nokia Ericsson"],"date":["2021-04-27"],"summary":["To discuss the digital and telecoms infrastructure in Europe and the global context against the backdrop of the G7 Digital Ministerial"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-35167875358-33","ec-person-4b5aaa9cea258419f934faa90c41e25de348a2d8","eu-tr-02021363105-42"]}} -{"id":"ec-meeting-2021-04-27-6234648b4bab87355f8c0bf812c2e736b5c79d8f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-27 - Cabinet of Commissioner Jutta Urpilainen x Suomalaiset kehitysjärjestöt Fingo ry SDG Watch Europe"],"date":["2021-04-27"],"summary":["SDG implementation and how to accelerate progress to achieve the SDGs"],"notes":["Portfolio: International Partnerships"],"location":["videoconference"],"address":["videoconference"],"addressEntity":["addr-92b2fbb928e012810d80d9ef1abe12027beee200"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["ec-person-7204caa5e704bc4a911fee13ad5c0f62fd74b3bc","eu-tr-037833727533-45","eu-tr-888374834790-91"]}} -{"id":"ec-meeting-2021-04-27-78a5675e23d53bfcfdb7c36af35e7cd3aabc94ee","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-27 - Cabinet of Executive Vice-President Valdis Dombrovskis x None"],"date":["2021-04-27"],"summary":["Sustainable Finance"],"notes":["Portfolio: An Economy that Works for People"],"location":["video conference"],"address":["video conference"],"addressEntity":["addr-6dc12e3c97077db82f32184f24341ce370a445fd"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["eu-tr-03094871618-32","eu-tr-701266814986-18","ec-person-235870cd7eb41f2494f695fce18b5b5b88647113","eu-tr-34369111614-57","eu-tr-00353757573-57","eu-tr-24037141789-48","eu-tr-090350412968-04","eu-tr-65110063986-76","eu-tr-9171899949-17","eu-tr-365453815252-29","eu-tr-654132129361-28"]}} -{"id":"ec-meeting-2021-04-27-aa0b3be331a698164136c85edf009c3366c4d940","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-27 - Cabinet of Executive Vice-President Margrethe Vestager x SCALEWAY"],"date":["2021-04-27"],"summary":["Presentation of the company, EU's Digital Decade"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0","eu-tr-855530342287-21"]}} -{"id":"ec-meeting-2021-04-27-aafa6206b06592fd8574c10aa687f7d775ce6e01","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-27 - Cabinet of President Ursula von der Leyen x Breakthrough Energy Catalyst Foundation"],"date":["2021-04-27"],"summary":["Catalyst programme"],"notes":["Portfolio: President"],"location":["Brussels (VC)"],"address":["Brussels (VC)"],"addressEntity":["addr-7a7ab1034ef0b71e62ebf9a322dc5d9528505976"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-f2b941852d3b961d69ed695c2d243a1a2b4a1904","eu-tr-424103441763-49"]}} -{"id":"ec-meeting-2021-04-27-b0308843f292ef99cc1c1c65e65ec20891098746","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-27 - Cabinet of Executive Vice-President Margrethe Vestager x Common Sense Media"],"date":["2021-04-27"],"summary":["Digital policy"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-355878431886-89","ec-person-11ba005cc4046696303381b7ca219da9b11a42bf"]}} -{"id":"ec-meeting-2021-04-27-b453a5835896f561ad6dc4632db55a0931ace383","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-27 - Cabinet of Commissioner Adina Vălean x Vodafone Belgium SA"],"date":["2021-04-27"],"summary":["5G deployment and investments"],"notes":["Portfolio: Transport"],"location":["Conference call"],"address":["Conference call"],"addressEntity":["addr-28ba88479582b2f75898964548da4252dc7db7d2"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["eu-tr-90142503473-81","ec-person-e5f1558cac43dd4f90847b508b6753edb0a9f903"]}} -{"id":"ec-meeting-2021-04-27-b583b24497bc2382cc7cc729635fc8b61b714c9e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-27 - Justice and Consumers x Microsoft Corporation"],"date":["2021-04-27"],"summary":["To discuss future developments of MS in Europe"],"location":["Skype call"],"address":["Skype call"],"addressEntity":["addr-1cba51ffae39a8685585a96b9c3e69adda1d2c63"],"organizer":["ec-dg-just"],"involved":["eu-tr-0801162959-21","ec-person-64fe91130a710e9441279ace59821186f8ef52c4"]}} -{"id":"ec-meeting-2021-04-27-bbf83989ce1447286e08ba983e9006bb166ca076","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-27 - Cabinet of Commissioner Mairead Mcguinness x Apple Inc."],"date":["2021-04-27"],"summary":["Retail payments, digital payments"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-0ba9b89127b39af6a66f2fc3ed727332f1b19a34","ec-person-3a66109f0585c657edbe69190faa41919b50e05f","eu-tr-588327811384-96"]}} -{"id":"ec-meeting-2021-04-27-c146d6042b2ee55e57e0e1e737dce971ea95f38d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-27 - Cabinet of Executive Vice-President Valdis Dombrovskis x UBS Group AG"],"date":["2021-04-27"],"summary":["Sustainable finance"],"notes":["Portfolio: An Economy that Works for People"],"location":["video conference"],"address":["video conference"],"addressEntity":["addr-6dc12e3c97077db82f32184f24341ce370a445fd"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-235870cd7eb41f2494f695fce18b5b5b88647113","eu-tr-365453815252-29"]}} -{"id":"ec-meeting-2021-04-27-c4ca0f793a9b592ba26eb547acc00d626b374fe2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-27 - Cabinet of Commissioner Mairead Mcguinness x MLP SE"],"date":["2021-04-27"],"summary":["retail investment/investment product disclosure"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["eu-tr-763433942243-95","ec-person-0ba9b89127b39af6a66f2fc3ed727332f1b19a34"]}} -{"id":"ec-meeting-2021-04-27-c82e8433fffe7acbd6ad2c28f88b5129c51fa15d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-27 - Cabinet of Executive Vice-President Frans Timmermans x Climate Action Network Europe"],"date":["2021-04-27"],"summary":["Speech at Panel CAN Europe High-Level Event “Europe’s role for international climate action progress in 2021”"],"notes":["Portfolio: European Green Deal"],"location":["video conference"],"address":["video conference"],"addressEntity":["addr-6dc12e3c97077db82f32184f24341ce370a445fd"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce","eu-tr-55888811123-49"]}} -{"id":"ec-meeting-2021-04-27-c88c60d6e04058ff8fe04629d8d2fcaf2bbbc33d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-27 - Cabinet of Commissioner Mariya Gabriel x Google"],"date":["2021-04-27"],"summary":["Digital files"],"notes":["Portfolio: Innovation and Youth"],"location":["Video conference"],"address":["Video conference"],"addressEntity":["addr-ebc9fd5c2f372a32153cf3f4d5fb918a96b84a88"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-03181945560-59","ec-person-1674399a793e9e6fd7cf55b525515fc862fc9351"]}} -{"id":"ec-meeting-2021-04-27-c90082e95559aff633ae95817164eb5cc3634798","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-27 - Cabinet of Commissioner Kadri Simson x Cercle des Délégués Permanents Français"],"date":["2021-04-27"],"summary":["Action européenne pour la mise en œuvre du Pacte Vert: focus sur Fit for 55 et la transition énergétique."],"notes":["Portfolio: Energy"],"location":["Video Conferencing"],"address":["Video Conferencing"],"addressEntity":["addr-e3b7413b2ac93be00b6bcff51fdc1374d67118bd"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["ec-person-9b7f5fe059e5b0b40e79e9170211aa2f02322fdb","eu-tr-556993815043-84"]}} -{"id":"ec-meeting-2021-04-27-d844cd5ef86db297948dfe8b32223a4712df493e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-27 - Cabinet of Commissioner Adina Vălean x Związek Pracodawców Transport i Logistyka Polska Lithuanian National Road Carriers' Association \"LINAVA\""],"date":["2021-04-27"],"summary":["Meeting to discuss the road transport developments and the Mobi Pack."],"notes":["Portfolio: Transport"],"location":["Conference call"],"address":["Conference call"],"addressEntity":["addr-28ba88479582b2f75898964548da4252dc7db7d2"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["eu-tr-250130630303-30","eu-tr-490333327231-75","ec-person-6e21d867543ef3b910e746c319cb048abd054702"]}} -{"id":"ec-meeting-2021-04-27-ec5c7de22a98f8b38ee088923d1b6b549aa2a48a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-27 - Mobility and Transport x Neste Oyj"],"date":["2021-04-27"],"summary":["SSMS,\r\nFit for 55 Package"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-dg-move"],"involved":["ec-person-26cdfacae671b09917bee1a91c91973941fa58a2","eu-tr-10257354120-19"]}} -{"id":"ec-meeting-2021-04-27-f0801c5ef2c3b3402fbd42079e91d25134836360","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-27 - Climate Action x Fertilizers Europe"],"date":["2021-04-27"],"summary":["Contribution of the fertilizers sector to the climate neutrality objective"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-clima"],"involved":["ec-person-9c5c685692a09a77f2bc8ae9c05663b87cd75aae","eu-tr-80788715017-29"]}} -{"id":"ec-meeting-2021-04-28-0a0ea0d68c605c141dd931c08ce6b9b3a08a050d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-28 - Cabinet of Executive Vice-President Valdis Dombrovskis x BNP PARIBAS"],"date":["2021-04-28"],"summary":["Basel implementation"],"notes":["Portfolio: An Economy that Works for People"],"location":["video conference"],"address":["video conference"],"addressEntity":["addr-6dc12e3c97077db82f32184f24341ce370a445fd"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-235870cd7eb41f2494f695fce18b5b5b88647113","eu-tr-78787381113-69"]}} -{"id":"ec-meeting-2021-04-28-1afedbd8c5b51834697cb99369fb01ef91692bd2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-28 - Cabinet of Commissioner Thierry Breton x European Environmental Bureau Umweltorganisation WWF Central and Eastern Erurope Carbon Market Watch Climate Action Network Europe Third Generation Environmentalism Ltd"],"date":["2021-04-28"],"summary":["Exchange on the preparation of the update of the industrial strategy."],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-75365248559-90","eu-tr-06798511314-27","ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","eu-tr-55888811123-49","eu-tr-07783117686-61","eu-tr-02019258940-59"]}} -{"id":"ec-meeting-2021-04-28-206e58b53145b62d12310018cd73a2de26a3e6bd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-28 - Cabinet of Executive Vice-President Frans Timmermans x easyJet"],"date":["2021-04-28"],"summary":["ReFuel EU"],"notes":["Portfolio: European Green Deal"],"location":["videoconference (Brussels)"],"address":["videoconference (Brussels)"],"addressEntity":["addr-5dd22b57a9d6f7be6f130d619b6be6e2434c4ab3"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce","ec-person-f1a3478550296f3f9accdc67d6ef5a0b681dda4b","eu-tr-291219715847-52"]}} -{"id":"ec-meeting-2021-04-28-2cff1e8b34a903e8285d502a6bf6b48772e00cf0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-28 - Cabinet of Commissioner Mairead Mcguinness x Bundesverband deutscher Banken e.V."],"date":["2021-04-28"],"summary":["Open Strategic Autonomy"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-0ba9b89127b39af6a66f2fc3ed727332f1b19a34","eu-tr-0764199368-97","ec-person-49e520c7a9c9c47ccb5acfa68f9416e4233af9f8"]}} -{"id":"ec-meeting-2021-04-28-2f578ef7a43a26e1285a05836f6fe9b83eb8f24b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-28 - Cabinet of Commissioner Mairead Mcguinness x BNP PARIBAS"],"date":["2021-04-28"],"summary":["Open Strategic Autonomy"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["virtual call"],"address":["virtual call"],"addressEntity":["addr-a6b4dd3c51b68c15a984750206b014b0ab434365"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["eu-tr-78787381113-69","ec-person-49e520c7a9c9c47ccb5acfa68f9416e4233af9f8"]}} -{"id":"ec-meeting-2021-04-28-347dbc44cd7897175e3566415d61e3c79eb08b2a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-28 - Cabinet of President Ursula von der Leyen x Bundesverband deutscher Banken e.V. Fédération bancaire française"],"date":["2021-04-28"],"summary":["Implementation of Basel 3"],"notes":["Portfolio: President"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["eu-tr-0764199368-97","ec-person-a159f03add374257584565c2b05cc5539a7526e6","eu-tr-09245221105-30"]}} -{"id":"ec-meeting-2021-04-28-38dfbff3b4c6d619e66087b9b898e0dce9153c22","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-28 - Cabinet of Executive Vice-President Frans Timmermans x Green 10"],"date":["2021-04-28"],"summary":["Fiscal measures, CAP, Zero pollution action plan, Trade and the EU Green Deal"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - videoconference"],"address":["Brussels - videoconference"],"addressEntity":["addr-a3a01e55b02ab591ce10151760698f4306ec49cb"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-7c876f4825f213b8adbedf089ccedfbc3b36d65b","eu-tr-70309834043-10"]}} -{"id":"ec-meeting-2021-04-28-4430230900a9363c112fa245b2bb4bd50c8940b2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-28 - Cabinet of Commissioner Mairead Mcguinness x RPP Group"],"date":["2021-04-28"],"summary":["Right to be Forgotten for Cancer Survivors"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["eu-tr-96530144280-28","ec-person-a5441c6a69a8a94fd64e02def60fcc6567f2c1d8"]}} -{"id":"ec-meeting-2021-04-28-4862c196fb629893bf0acb62e24b6f3efdf4696a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-28 - Cabinet of Executive Vice-President Frans Timmermans x Mosa Meat"],"date":["2021-04-28"],"summary":["Discussion on cultivated meat"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - video conference"],"address":["Brussels - video conference"],"addressEntity":["addr-d7df553e47e69d1cc9f4189b36b7c867f80459b0"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-513095842513-75","ec-person-33624431cbec1074e151c1707715ef46d2ba9565"]}} -{"id":"ec-meeting-2021-04-28-592f13dd5d1b677bb2a05b59b0535d0e5d14566d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-28 - Cabinet of Commissioner Thierry Breton x GlaxoSmithKline"],"date":["2021-04-28"],"summary":["EU vaccine production and pandemic preparedness"],"notes":["Portfolio: Internal Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-7990322925-77","ec-person-d6689ffc6695e7e65bdd0e0c0da1721d3031ea1b"]}} -{"id":"ec-meeting-2021-04-28-6ce31d37baba1573da7e6fc74160f6ab9a30eab1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-28 - Cabinet of Executive Vice-President Frans Timmermans x N.V. Nederlandse Gasunie"],"date":["2021-04-28"],"summary":["NortH2 Townhall meeting - intervention and Q&A on EGD and hydrogen"],"notes":["Portfolio: European Green Deal"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-9eafbf4a92961023c7df3ab389ae6d4301dec4bf","eu-tr-29967294656-11"]}} -{"id":"ec-meeting-2021-04-28-7c6edcf4b8529c15eb5b3c63eb86c0e4053ec1ea","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-28 - Cabinet of Commissioner Mairead Mcguinness x Motor Insurers Bureau of Ireland"],"date":["2021-04-28"],"summary":["EU/UK relationship and motor insurance"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-b38feaad7eeb35ff708f3db9b793b158f81e7872","eu-tr-012857642419-93"]}} -{"id":"ec-meeting-2021-04-28-85043b37dc3db0d2a67d0588f2edcc1746c13b1f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-28 - Cabinet of Commissioner Virginijus Sinkevičius x WWF European Policy Programme Greenpeace European Unit"],"date":["2021-04-28"],"summary":["Bialowieza forest"],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["ec-person-dd7a7b1952e158f4195d34cff333ec79a4f48ba3","eu-tr-1414929419-24","eu-tr-9832909575-41","ec-person-9de2bdbd71a153577984a493028e19bcb8c1514f"]}} -{"id":"ec-meeting-2021-04-28-91ed9bf1350537871ff5c30f01971cf8f96440fa","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-28 - Cabinet of Commissioner Janusz Wojciechowski x European Coordination Via Campesina"],"date":["2021-04-28"],"summary":["CAP reform"],"notes":["Portfolio: Agriculture"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["ec-person-c825a813205e5077cd48bbd241436daf1834fc9b","ec-person-354147678cd662e9949df96a1b58663c347a35f9","eu-tr-28920471149-55","ec-person-08c62f972c22464aca7a65520eb9406f8db14a66"]}} -{"id":"ec-meeting-2021-04-28-91f67ec76437058241bbbfd6c5ac71a3ce6c767d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-28 - Cabinet of Commissioner Janusz Wojciechowski x European agri-cooperatives Conféderation Européenne des Propriétaires Forestiers European State Forest Association European Landowners' Organization asbl"],"date":["2021-04-28"],"summary":["to discuss the preparation of the EU Forest Strategy."],"notes":["Portfolio: Agriculture"],"location":["video phone call"],"address":["video phone call"],"addressEntity":["addr-20169d8760eb932415b38f11daea45615ba4bb37"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["eu-tr-99982273034-52","ec-person-cafe030b6dad78a75143f7552c420481b30ebceb","eu-tr-36063991244-88","eu-tr-3647455667-08","eu-tr-09586631237-74"]}} -{"id":"ec-meeting-2021-04-28-95e67efd11e5ad9eea026b300b2999cd7700a91e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-28 - Mobility and Transport x Flix SE"],"date":["2021-04-28"],"summary":["SSMS"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-dg-move"],"involved":["eu-tr-680069530746-88","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2021-04-28-966750d8ef811430b1bca5c7370c38daa2ac8aa6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-28 - Cabinet of Vice-President Věra Jourová x Schibsted ASA"],"date":["2021-04-28"],"summary":["Code of Practice on Disinformation"],"notes":["Portfolio: Values and Transparency"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["ec-person-74c07660dcbc6dc9993b34462cf2a1fec35925ea","ec-person-aa83f35da599b82e4f15da018f4b3447eb648f7c","ec-person-fb258e0188a5319bfaba3161382db43f5a85851f","eu-tr-532331921544-33"]}} -{"id":"ec-meeting-2021-04-28-9b19e9f5aa062c8d15acae30d12fbe58b741a542","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-28 - Cabinet of Commissioner Paolo Gentiloni x Prosus"],"date":["2021-04-28"],"summary":["taxing the digital economy"],"notes":["Portfolio: Economy"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-cabinet-commissioner-gentiloni-of-paolo"],"involved":["ec-person-404d55367ba0dadec989b6dc2eab96ef2abd96af","eu-tr-891417815208-71"]}} -{"id":"ec-meeting-2021-04-28-9dd6f87b0976861b1514b952cf6027f209c9eafd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-28 - Cabinet of Executive Vice-President Frans Timmermans x Thyssengas"],"date":["2021-04-28"],"summary":["Framework conditions for the development of a European hydrogen market"],"notes":["Portfolio: European Green Deal"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-9eafbf4a92961023c7df3ab389ae6d4301dec4bf","ec-person-d53e00c46a4cc62bbf533e0c9bb35bacb9121989","eu-tr-070655042395-53"]}} -{"id":"ec-meeting-2021-04-28-9fd6e94b6ed78ae44ee1d73d42665bc815615d09","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-28 - Cabinet of Commissioner Janusz Wojciechowski x Growing Media Europe"],"date":["2021-04-28"],"summary":["Raw materials and sustainable food production."],"notes":["Portfolio: Agriculture"],"location":["video phone call"],"address":["video phone call"],"addressEntity":["addr-20169d8760eb932415b38f11daea45615ba4bb37"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["eu-tr-01873234294-62","ec-person-cafe030b6dad78a75143f7552c420481b30ebceb"]}} -{"id":"ec-meeting-2021-04-28-bca3eb6bc77dd3d8da42e7eef43a9ca66004b0f7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-28 - Communications Networks, Content and Technology x TIM S.p.A."],"date":["2021-04-28"],"summary":["Digital Green certificates, 5G (virtual)"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-078655018381-34","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2021-04-28-bdbcc06ecc9603532ce4d53613505ed8e84e1c5a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-28 - Cabinet of Executive Vice-President Valdis Dombrovskis x CMA CGM"],"date":["2021-04-28"],"summary":["Shipping and trade"],"notes":["Portfolio: An Economy that Works for People"],"location":["video conference"],"address":["video conference"],"addressEntity":["addr-6dc12e3c97077db82f32184f24341ce370a445fd"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-235870cd7eb41f2494f695fce18b5b5b88647113","eu-tr-009433826675-55","ec-person-3520008ac93a203db50d106deafde939bc2729f1"]}} -{"id":"ec-meeting-2021-04-28-c5943e1e0dc30126c06a9faf186260e5d46e470f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-28 - Mobility and Transport x Airbus"],"date":["2021-04-28"],"summary":["Aviation and Environment,\r\nSESAR"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-dg-move"],"involved":["eu-tr-2732167674-76","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2021-04-28-e0161166d2d489cc1cd953b5eb7c8861e072bd34","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-28 - Cabinet of Commissioner Paolo Gentiloni x Association for Financial Markets in Europe"],"date":["2021-04-28"],"summary":["CRR3 legislative package"],"notes":["Portfolio: Economy"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-cabinet-commissioner-gentiloni-of-paolo"],"involved":["ec-person-8da36db391ed53f362d495cd564ba8b45c7003e1","eu-tr-65110063986-76"]}} -{"id":"ec-meeting-2021-04-28-e3c162d99d04e6e16de127fef3194413591dd7d3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-28 - Cabinet of Commissioner Kadri Simson x Agora Energiewende"],"date":["2021-04-28"],"summary":["To share the results of their study on a 2040 lignite exit in the power system of the Western Balkan countries."],"notes":["Portfolio: Energy"],"location":["Video Conferencing"],"address":["Video Conferencing"],"addressEntity":["addr-e3b7413b2ac93be00b6bcff51fdc1374d67118bd"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["ec-person-3ba14eabc5fddef75d1a672cc75b5f4bddd72ee9","ec-person-9b7f5fe059e5b0b40e79e9170211aa2f02322fdb","eu-tr-321342621105-20"]}} -{"id":"ec-meeting-2021-04-28-efba5864401b838dab5f52ee04a70b358824b952","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-28 - Cabinet of Commissioner Thierry Breton x BUSINESSEUROPE"],"date":["2021-04-28"],"summary":["Exchange on the preparation of the update of the industrial strategy."],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","eu-tr-3978240953-79"]}} -{"id":"ec-meeting-2021-04-28-f5394b6f45117fd34f4e7e138fe604c839a3bb30","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-28 - Cabinet of Executive Vice-President Margrethe Vestager x FERROVIE DELLO STATO ITALIANE S.p.A."],"date":["2021-04-28"],"summary":["Discussion on digital and competition matters"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-bb1f295d8be3d10004d7e5fd7c24248a21215775","eu-tr-1954267427-31"]}} -{"id":"ec-meeting-2021-04-28-fd5d5c73d65336a364094f4897c4b657f2721506","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-28 - Cabinet of Commissioner Virginijus Sinkevičius x Conféderation Européenne des Propriétaires Forestiers European farmers European State Forest Association European Landowners' Organization asbl European agri-cooperatives"],"date":["2021-04-28"],"summary":["to discuss the Preparation of the EU Forest Strategy"],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Virtual meeting"],"address":["Virtual meeting"],"addressEntity":["addr-1f1f3f51a4da31a1ea5c1b4b21cbf52ad983224f"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["eu-tr-99982273034-52","eu-tr-44856881231-49","eu-tr-36063991244-88","ec-person-172a438ed334761e2ab5d52e551fd1bcb6ab6b8d","eu-tr-3647455667-08","eu-tr-09586631237-74"]}} -{"id":"ec-meeting-2021-04-28-fe30e2c3b8ffdc6b2c2ff573cbd585686b3ea979","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-28 - Foreign Policy Instruments x Observatoire Pharos"],"date":["2021-04-28"],"summary":["Exchange on cultural pluralism"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fpi"],"involved":["ec-person-c3b6b442c99862009242a343eeb51ed66498bd31","eu-tr-669287433874-68"]}} -{"id":"ec-meeting-2021-04-29-04ea3db0a741eb7b7093adde0b6f198d4ad3c266","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-29 - Cabinet of Executive Vice-President Valdis Dombrovskis x Association des Constructeurs Européens d'Automobiles European Association Automotive Suppliers APPLiA (Home Appliance Europe) WindEurope Orgalim – Europe's Technology Industries"],"date":["2021-04-29"],"summary":["Steel safeguard review"],"notes":["Portfolio: An Economy that Works for People"],"location":["Video-conference"],"address":["Video-conference"],"addressEntity":["addr-afae67aab834151e72f631228e72361e369db072"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["eu-tr-91408765797-03","eu-tr-0649790813-47","eu-tr-04201463642-88","eu-tr-20210641335-88","ec-person-25f4019e9babab3840cf9d6dbf9cb6994f2104fb","eu-tr-19920706471-21"]}} -{"id":"ec-meeting-2021-04-29-10ec6cd2c3d2cff9de27edf90974dce96bef29f1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-29 - Cabinet of Commissioner Johannes Hahn x Euronext"],"date":["2021-04-29"],"summary":["NGEU borrowing strategy"],"notes":["Portfolio: Budget and Administration"],"location":["Conference call"],"address":["Conference call"],"addressEntity":["addr-28ba88479582b2f75898964548da4252dc7db7d2"],"organizer":["ec-cabinet-commissioner-hahn-johannes-of"],"involved":["ec-person-6dd3472dac004e43ec1fa4f5b4106e3b476c9ce7","eu-tr-17804464809-28"]}} -{"id":"ec-meeting-2021-04-29-2a390e090c9b85ae270c663ec37d7e6be03d51db","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-29 - Cabinet of Vice-President Věra Jourová x Hospodářská komora České republiky"],"date":["2021-04-29"],"summary":["Sustainable Corporate Governance"],"notes":["Portfolio: Values and Transparency"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["eu-tr-7829357255-35","ec-person-bf54da17217bbddfd9c68fe24d88005ac17e2c4b"]}} -{"id":"ec-meeting-2021-04-29-40e25cf5b69202c1deccda4ae85f931c3cf1acb7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-29 - Cabinet of Commissioner Kadri Simson x European Committee for Standardization European Committee for Electrotechnical Standardization"],"date":["2021-04-29"],"summary":["The role of standardization in EU energy and climate policy."],"notes":["Portfolio: Energy"],"location":["Video Conferencing"],"address":["Video Conferencing"],"addressEntity":["addr-e3b7413b2ac93be00b6bcff51fdc1374d67118bd"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["eu-tr-58258552517-56","ec-person-d40f25b5cb5c0681854a4996da444478318f7e58","eu-tr-63623305522-13"]}} -{"id":"ec-meeting-2021-04-29-415a35ea92731d7092690797d255c8203ed11e0c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-29 - Cabinet of Commissioner Janusz Wojciechowski x WWF European Policy Programme Environmental Investigation Agency Fern Greenpeace European Unit Global Witness WCS EU Conservation International Europe ClientEarth AISBL"],"date":["2021-04-29"],"summary":["Deforestation and forest degradation."],"notes":["Portfolio: Agriculture"],"location":["video phone call"],"address":["video phone call"],"addressEntity":["addr-20169d8760eb932415b38f11daea45615ba4bb37"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["ec-person-cafe030b6dad78a75143f7552c420481b30ebceb","eu-tr-10439809375-73","eu-tr-70299514465-38","eu-tr-1414929419-24","eu-tr-40538475090-82","eu-tr-96645517357-19","eu-tr-9832909575-41","eu-tr-054662633848-40","eu-tr-03960197927-62"]}} -{"id":"ec-meeting-2021-04-29-482e881957605340f390491f89af2ae1fb60176b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-29 - Cabinet of Executive Vice-President Valdis Dombrovskis x Invest Europe"],"date":["2021-04-29"],"summary":["Capital Markets Union"],"notes":["Portfolio: An Economy that Works for People"],"location":["video-conference"],"address":["video-conference"],"addressEntity":["addr-8736c288a4bc51ee27ef4ed41e652409a37e60d1"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-235870cd7eb41f2494f695fce18b5b5b88647113","eu-tr-60975211600-74"]}} -{"id":"ec-meeting-2021-04-29-507c43b9131f143b57d3573752f18e5483c718e2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-29 - Cabinet of Executive Vice-President Frans Timmermans x ELECTRICITE DE FRANCE"],"date":["2021-04-29"],"summary":["Exchange of views on the upcoming Fit-for-55 package with a focus on the EU ETS"],"notes":["Portfolio: European Green Deal"],"location":["video call"],"address":["video call"],"addressEntity":["addr-12d8c530d76da0b7745f9c0f9285e7eec97adc55"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-39966101835-69","ec-person-f1a3478550296f3f9accdc67d6ef5a0b681dda4b"]}} -{"id":"ec-meeting-2021-04-29-58734a7bbeea4f99bb6a0556946c968ac8cd398b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-29 - Mobility and Transport x Airlines for Europe"],"date":["2021-04-29"],"summary":["Update on aviation recovery"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-dg-move"],"involved":["eu-tr-807912421050-91","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2021-04-29-5b1144dad0537b0d56a15296e49b5182fa57451c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-29 - Climate Action x WindEurope"],"date":["2021-04-29"],"summary":["Wind energy role in reaching climate neutrality"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-clima"],"involved":["ec-person-9c5c685692a09a77f2bc8ae9c05663b87cd75aae","eu-tr-19920706471-21"]}} -{"id":"ec-meeting-2021-04-29-97aee22c850019246158f21638d423272e7ed399","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-29 - Cabinet of Executive Vice-President Frans Timmermans x Institute for European Environmental Policy"],"date":["2021-04-29"],"summary":["Speech at the Think2030 launch event of the European Green Deal Barometer"],"notes":["Portfolio: European Green Deal"],"location":["videoconference (Brussels)"],"address":["videoconference (Brussels)"],"addressEntity":["addr-5dd22b57a9d6f7be6f130d619b6be6e2434c4ab3"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce","eu-tr-934329423960-72"]}} -{"id":"ec-meeting-2021-04-29-a41432386b9a0a76c7f8b4433e79ab356e97a7e8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-29 - Cabinet of Commissioner Mairead Mcguinness x Fédération bancaire française"],"date":["2021-04-29"],"summary":["Sustainable Finance"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-a5441c6a69a8a94fd64e02def60fcc6567f2c1d8","eu-tr-09245221105-30"]}} -{"id":"ec-meeting-2021-04-29-af5f67f94781b2c8bf31c5cf9b8ffb98e8cdb1b0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-29 - Cabinet of Commissioner Jutta Urpilainen x ClientEarth AISBL Conservation International Europe WCS EU"],"date":["2021-04-29"],"summary":["Forest Partnerships"],"notes":["Portfolio: International Partnerships"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["ec-person-e29b72fe81d25796214b1c5915c52a124f06cd9d","eu-tr-96645517357-19","eu-tr-054662633848-40","eu-tr-70299514465-38"]}} -{"id":"ec-meeting-2021-04-29-e773e5f3fd03f664f2fa66c674e25bdf57974391","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-29 - Cabinet of Executive Vice-President Valdis Dombrovskis x Association Française des Entreprises Privées / French Association of Large Companies"],"date":["2021-04-29"],"summary":["Carbon border adjustment mechanism, sustainable corporate governance and due diligence, sustainable finance"],"notes":["Portfolio: An Economy that Works for People"],"location":["video-conference"],"address":["video-conference"],"addressEntity":["addr-8736c288a4bc51ee27ef4ed41e652409a37e60d1"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-235870cd7eb41f2494f695fce18b5b5b88647113","eu-tr-953933297-85","ec-person-4afd4ae4e50604ac3c0c9ae597bcb74eb1dd31b6"]}} -{"id":"ec-meeting-2021-04-29-ef8100e72cd183157e9104d186675d139187fdec","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-29 - Cabinet of Executive Vice-President Frans Timmermans x Bureau Européen des Unions de Consommateurs"],"date":["2021-04-29"],"summary":["Speech on consumer demand for electric mobility at the BEUC electric cars event"],"notes":["Portfolio: European Green Deal"],"location":["online"],"address":["online"],"addressEntity":["addr-2dbc2fd2358e1ea1b7a6bc08ea647b9a337ac92d"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-9505781573-45","ec-person-d56ecbfde17436a136fc89c9a978b266e8285c84"]}} -{"id":"ec-meeting-2021-04-29-fbb283eb92a91759777f64dd72c13f0ba39c010e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-29 - Cabinet of Executive Vice-President Frans Timmermans x Young Königswinter Alumni"],"date":["2021-04-29"],"summary":["The European Green Deal and how will it affect Europe"],"notes":["Portfolio: European Green Deal"],"location":["video conference"],"address":["video conference"],"addressEntity":["addr-6dc12e3c97077db82f32184f24341ce370a445fd"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-126165742345-23","ec-person-f1a3478550296f3f9accdc67d6ef5a0b681dda4b"]}} -{"id":"ec-meeting-2021-04-30-1b9be977e65d19766691c16c2dd22054688b17fb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-30 - Cabinet of Commissioner Thierry Breton x Intel Corporation"],"date":["2021-04-30"],"summary":["Processor and semiconductor ecosystem"],"notes":["Portfolio: Internal Market"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","ec-person-b077a2e9f0fdb3b8f6e91d0bd0b256db9e40ce46","eu-tr-7459401905-60"]}} -{"id":"ec-meeting-2021-04-30-1be6a473cc4039dd71055df5fd764924b776a18a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-30 - Cabinet of Executive Vice-President Frans Timmermans x Environmental Partnership Association"],"date":["2021-04-30"],"summary":["Preparation of the EU Forest Strategy and the 3bn trees roadmap"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-499118835361-94","ec-person-8af3c81534786a740718d21dc58240738a53ed7b"]}} -{"id":"ec-meeting-2021-04-30-1bee2f2f7f1fc6d08675fe6ee612640c9fcf7e0b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-30 - Cabinet of Commissioner Kadri Simson x European Association Automotive Suppliers European Producers Union of Renewable Ethanol FuelsEurope eFuel Alliance NGVA Europe International Road Transport Union Permanent Delegation to the EU"],"date":["2021-04-30"],"summary":["To discuss priorities in climate policy and carbon emission reduction in the mobility sector."],"notes":["Portfolio: Energy"],"location":["Video Conferencing"],"address":["Video Conferencing"],"addressEntity":["addr-e3b7413b2ac93be00b6bcff51fdc1374d67118bd"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["ec-person-9b7f5fe059e5b0b40e79e9170211aa2f02322fdb","eu-tr-41802525291-86","eu-tr-91408765797-03","eu-tr-32591134448-30","eu-tr-1119946481-54","ec-person-68b9170beccdbf21444fad7cdc252dec9e60b9d2","eu-tr-26207914726-42","eu-tr-312446938719-11"]}} -{"id":"ec-meeting-2021-04-30-27ea59bf65fb90f02756012babb3b69563777cf1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-30 - Cabinet of Commissioner Virginijus Sinkevičius x SUEZ Group"],"date":["2021-04-30"],"summary":["To discuss the European Green Deal in in terms of clean technologies, innovation and sustainable investments, as well as the zero pollution ambition and the role of innovative environmental services."],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["ec-person-dd7a7b1952e158f4195d34cff333ec79a4f48ba3","eu-tr-27799842497-69","ec-person-a58f1d06f5cb1d8dfd278e0c36d5aa1b9368b270"]}} -{"id":"ec-meeting-2021-04-30-316c1bf41bba427750af470a64a0a24f463bab3d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-30 - Cabinet of Commissioner Nicolas Schmit x Unilever"],"date":["2021-04-30"],"summary":["Meeting on the Pact for Skills."],"notes":["Portfolio: Jobs and Social Rights"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-66fa2c2d100ec194caa42b5c6f97c36e2748b71c","ec-person-4cf4655ab41922e92160325d987a3c4615c72d30","eu-tr-6200524920-25"]}} -{"id":"ec-meeting-2021-04-30-3b28504d7db825cac8ff0f33809c5099551d6350","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-30 - Competition x LVMH Publica"],"date":["2021-04-30"],"summary":["Révision du Règlement sur les restrictions verticales"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-comp"],"involved":["ec-person-f257bc19c568ad25083c1c1e1651426245cefedf","eu-tr-16094042309-21"]}} -{"id":"ec-meeting-2021-04-30-4e82d6d59bf6549e62702092b7756558ce89b33f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-30 - Cabinet of Commissioner Mairead Mcguinness x Managed Funds Association"],"date":["2021-04-30"],"summary":["Financial services"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-44c404268b70ce0b79c4e148b5a7c4ae2c53ee30","ec-person-0ba9b89127b39af6a66f2fc3ed727332f1b19a34","eu-tr-041415315167-65"]}} -{"id":"ec-meeting-2021-04-30-57be1c1ed2e1b29671c2485d4e9a95b78400ead2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-30 - Cabinet of Executive Vice-President Frans Timmermans x Deutsche Post DHL Group"],"date":["2021-04-30"],"summary":["Presentation and discussion of the new Deutsche Post DHL Group Sustainability Roadmap"],"notes":["Portfolio: European Green Deal"],"location":["video call"],"address":["video call"],"addressEntity":["addr-12d8c530d76da0b7745f9c0f9285e7eec97adc55"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-f1a3478550296f3f9accdc67d6ef5a0b681dda4b","eu-tr-48544465107-88"]}} -{"id":"ec-meeting-2021-04-30-6df513967a5e4f06324172bbc25f154a5b6433ea","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-30 - Cabinet of Commissioner Mairead Mcguinness x Fédération Française de l'Assurance"],"date":["2021-04-30"],"summary":["Solvency II review"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["virtual phone call"],"address":["virtual phone call"],"addressEntity":["addr-68287fb4879e71af7dd5fcbb778625ef3ebb3d9b"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["eu-tr-5149794935-37","ec-person-49e520c7a9c9c47ccb5acfa68f9416e4233af9f8"]}} -{"id":"ec-meeting-2021-04-30-7197fa8122677211fb72af2a053b6b0a1b41467a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-30 - Cabinet of Executive Vice-President Margrethe Vestager x Intel Corporation"],"date":["2021-04-30"],"summary":["EU's digital transition, the processor and semiconductor ecosystem in Europe"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-11d97788772862bb34f51dd26d7f92603eac1bf8","ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0","eu-tr-7459401905-60"]}} -{"id":"ec-meeting-2021-04-30-74e7223cac4a78652fed899a8178884677bbd977","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-30 - Cabinet of Commissioner Thierry Breton x Taiwan Semiconductor Manufacturing Company Ltd"],"date":["2021-04-30"],"summary":["Semiconductors"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-266271142555-68","ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0"]}} -{"id":"ec-meeting-2021-04-30-7a6c177ad70cacb15847d7c2d90dc7e8f6b37d84","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-30 - Cabinet of Commissioner Kadri Simson x EPIA SolarPower Europe"],"date":["2021-04-30"],"summary":["Making Europe the global leader in renewable Hydrogen."],"notes":["Portfolio: Energy"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["eu-tr-2680046412-48","ec-person-2fb98fc84d2cf8d481688eff3d47f7745ead3592","ec-person-1995c65b8dc7f3702a8c30ed96a0144075848837"]}} -{"id":"ec-meeting-2021-04-30-7bdb7389a3f9342d99a5ac68889fe439da0b6488","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-30 - Cabinet of Commissioner Jutta Urpilainen x Greenpeace European Unit Conservation International Europe WWF European Policy Programme Fern Environmental Investigation Agency Global Witness WCS EU ClientEarth AISBL"],"date":["2021-04-30"],"summary":["upcoming regulation on deforestation"],"notes":["Portfolio: International Partnerships"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["eu-tr-10439809375-73","eu-tr-70299514465-38","eu-tr-1414929419-24","eu-tr-40538475090-82","eu-tr-96645517357-19","eu-tr-9832909575-41","ec-person-e29b72fe81d25796214b1c5915c52a124f06cd9d","eu-tr-054662633848-40","eu-tr-03960197927-62"]}} -{"id":"ec-meeting-2021-04-30-999d277b9883dbc9fd57accf8c8a63f8e4a551f1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-30 - Cabinet of Commissioner Nicolas Schmit x European Youth Forum"],"date":["2021-04-30"],"summary":["Meeting on the Porto Social Summit."],"notes":["Portfolio: Jobs and Social Rights"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-66fa2c2d100ec194caa42b5c6f97c36e2748b71c","ec-person-4cf4655ab41922e92160325d987a3c4615c72d30","eu-tr-43251547769-22"]}} -{"id":"ec-meeting-2021-04-30-ab48556a0fc989db7737097822d567eafb2d3c82","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-30 - Cabinet of Executive Vice-President Margrethe Vestager x Community of European Railway and Infrastructure Companies"],"date":["2021-04-30"],"summary":["State aid issues of relevance for the rail sector"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-6b6135249735cff1f3061530471f1e159500c840","eu-tr-7574621118-27","ec-person-11ba005cc4046696303381b7ca219da9b11a42bf"]}} -{"id":"ec-meeting-2021-04-30-ad066cdf85b448c7e8599b3e2a78f38aacdda0cd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-30 - Cabinet of Executive Vice-President Valdis Dombrovskis x BUSINESSEUROPE"],"date":["2021-04-30"],"summary":["EU-Mercosur Agreement"],"notes":["Portfolio: An Economy that Works for People"],"location":["videoconferencing"],"address":["videoconferencing"],"addressEntity":["addr-639327d89fe54fa62fbc7f80ffed3c598ed5a17f"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["eu-tr-3978240953-79","ec-person-9e7bd1005456277f156b671d1555c6a460fb2f58"]}} -{"id":"ec-meeting-2021-04-30-afe71237ac7ec160a360f40086d888c29f2e8f63","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-30 - Cabinet of Commissioner Elisa Ferreira x SMEunited aisbl"],"date":["2021-04-30"],"summary":["SMEs long term vision for the future of rural areas"],"notes":["Portfolio: Cohesion and Reforms"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-commissioner-elisa-ferreira-of"],"involved":["eu-tr-55820581197-35","ec-person-884d261ef161b119c9fc64f7a0514dc014ca2bd7"]}} -{"id":"ec-meeting-2021-04-30-b1cb14b4448af47cb5464c9c47a56d6e5fedce35","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-30 - Cabinet of Vice-President Dubravka Šuica x global"],"date":["2021-04-30"],"summary":["Geography of Discontent – Linking demography to democracy - meeting with London School of Economics"],"notes":["Portfolio: Democracy and Demography"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-dubravka-of-president-suica-vice"],"involved":["ec-person-2ea66ac99d83c7f0ff7dfcfd7d90f9416dc22e61","eu-tr-500216224858-27"]}} -{"id":"ec-meeting-2021-04-30-b53a6286a2a310c99b205f05ba9da683916b3e6c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-30 - Cabinet of Vice-President Věra Jourová x EUROPE'S MEDIALAB (Fondation EURACTIV)"],"date":["2021-04-30"],"summary":["Event on AI and journalism organised by the Portuguese Presidency of the EU"],"notes":["Portfolio: Values and Transparency"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["eu-tr-485832526193-89","ec-person-bf54da17217bbddfd9c68fe24d88005ac17e2c4b"]}} -{"id":"ec-meeting-2021-04-30-b9268a964c54305849dbab13d2b0a466aec3b463","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-30 - Cabinet of High Representative Josep Borrell Fontelles x Aena, S.M.E. S.A."],"date":["2021-04-30"],"summary":["Role of Aena through the COVID-19 crisis and recovery"],"notes":["Portfolio: High Representative of the Union for Foreign Affairs and Security Policy / Vice-President of the Commission"],"location":["Webconference"],"address":["Webconference"],"addressEntity":["addr-6d038acbf547367ca551ea1100c7319081c72741"],"organizer":["ec-borrell-cabinet-fontelles-high-josep-of-representative"],"involved":["eu-tr-141532321289-19","ec-person-9dccdcf2f8ab1673bfd7f4d38db8791ce6cd5bc9"]}} -{"id":"ec-meeting-2021-04-30-bfeeb8dea19c2af4cbfba3ed677e270ed86b33a3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-30 - Cabinet of Commissioner Nicolas Schmit x VERBOND VAN BELGISCHE ONDERNEMINGEN / FEDERATION DES ENTREPRISES DE BELGIQUE FEDIL - The Voice of Luxembourg's Industry Vereniging VNO-NCW"],"date":["2021-04-30"],"summary":["Meeting on Minimum Wage, cross-border workers in the Benelux region and the European Pillar of Social Rights Action Plan."],"notes":["Portfolio: Jobs and Social Rights"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-c2208333f0f75350eef62b355a40bf856f2d9cef","ec-person-4cf4655ab41922e92160325d987a3c4615c72d30","ec-person-1379f76d0c860e318f68852e1b57aa75454831f8","eu-tr-13255254129-80","ec-person-15afa0e4cf7c5272c826dda163350404ebbccdc3","eu-tr-286194516022-33","ec-person-935314e38d735654cae8ee61313a3d73439b242d","eu-tr-47676761061-93","ec-person-c03b949331dbbe5fa3d5423758e371ec1b9b832f"]}} -{"id":"ec-meeting-2021-04-30-d6d6c6b8152593ca114bc7ffb108a92d7892f56b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-30 - Cabinet of Executive Vice-President Frans Timmermans x Deloitte & Associés"],"date":["2021-04-30"],"summary":["Record of a podcast serie Insights on responsible business"],"notes":["Portfolio: European Green Deal"],"location":["videoconference (Brussels)"],"address":["videoconference (Brussels)"],"addressEntity":["addr-5dd22b57a9d6f7be6f130d619b6be6e2434c4ab3"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-419726214834-51","ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce"]}} -{"id":"ec-meeting-2021-04-30-e5d0ee09391a51a203fe843731f342ac2adca474","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-30 - Cabinet of Commissioner Kadri Simson x EDSO for Smart Grids"],"date":["2021-04-30"],"summary":["To present and discuss the conclusions of the study of E.DSO and Eurelectric on the needs at distribution level with a 2030 time horizon, to ensure a timely, fair and cost-effective energy transition."],"notes":["Portfolio: Energy"],"location":["Video Conferencing"],"address":["Video Conferencing"],"addressEntity":["addr-e3b7413b2ac93be00b6bcff51fdc1374d67118bd"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["eu-tr-952322311484-70","ec-person-d40f25b5cb5c0681854a4996da444478318f7e58"]}} -{"id":"ec-meeting-2021-04-30-f5dd2bccdfce73aa6b1005f66f82ccc31042be5b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-30 - Cabinet of Commissioner Adina Vălean x Transport and Environment (European Federation for Transport and Environment)"],"date":["2021-04-30"],"summary":["Meeting to discuss ReFuelEU and ReFuel Maritime"],"notes":["Portfolio: Transport"],"location":["Conference call"],"address":["Conference call"],"addressEntity":["addr-28ba88479582b2f75898964548da4252dc7db7d2"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["ec-person-5f7f9d4d861c5b97fbd25bccf6323535d2a7ceb8","ec-person-7f9ba99138b4fa5c698037dc7507219b1319e0a7","eu-tr-58744833263-19"]}} -{"id":"ec-meeting-2021-04-30-f7530ace032bc858c051be1ab2f779f1c759ac2d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-30 - Cabinet of Commissioner Virginijus Sinkevičius x Umweltorganisation WWF Central and Eastern Erurope Environmental Partnership Association"],"date":["2021-04-30"],"summary":["Preparation of the EU Forest Strategy and the 3bn trees roadmap"],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Virtual meeting"],"address":["Virtual meeting"],"addressEntity":["addr-1f1f3f51a4da31a1ea5c1b4b21cbf52ad983224f"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["eu-tr-499118835361-94","ec-person-172a438ed334761e2ab5d52e551fd1bcb6ab6b8d","eu-tr-02019258940-59"]}} -{"id":"ec-meeting-2021-04-30-ff22d7c57c1d1f3f9e853eef6b2dd47e17cfa996","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-04-30 - Cabinet of Executive Vice-President Frans Timmermans x European Academies' Science Advisory Council"],"date":["2021-04-30"],"summary":["Use of Forest for Energy Generation"],"notes":["Portfolio: European Green Deal"],"location":["videoconference (Brussels)"],"address":["videoconference (Brussels)"],"addressEntity":["addr-5dd22b57a9d6f7be6f130d619b6be6e2434c4ab3"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-8af3c81534786a740718d21dc58240738a53ed7b","ec-person-f1a3478550296f3f9accdc67d6ef5a0b681dda4b","eu-tr-133236011647-58","ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce","ec-person-a282162080cef4ef2a8c0ab6247a3e03dc438507"]}} -{"id":"ec-meeting-2021-05-03-07f9bf96946ed6d5b3d686c146a67255468ebd8a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-03 - Cabinet of Executive Vice-President Valdis Dombrovskis x Generation Climate Europe"],"date":["2021-05-03"],"summary":["Trade and sustainable development"],"notes":["Portfolio: An Economy that Works for People"],"location":["video conference"],"address":["video conference"],"addressEntity":["addr-6dc12e3c97077db82f32184f24341ce370a445fd"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-235870cd7eb41f2494f695fce18b5b5b88647113","eu-tr-021591837250-68"]}} -{"id":"ec-meeting-2021-05-03-5bbcad4171ad643e2f8406dee164a3fc3868e3e4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-03 - Trade x Aspen Institute Deutschland e.V."],"date":["2021-05-03"],"summary":["EU's Trade Policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-trade"],"involved":["ec-person-2045c2589da3988908fcfe731e8224e7e06a7c63","eu-tr-203034927704-17"]}} -{"id":"ec-meeting-2021-05-03-772d3c83b9d6a62ac2256536d70f6abf8b51a59d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-03 - Cabinet of Commissioner Didier Reynders x The Daphne Caruana Galizia Foundation"],"date":["2021-05-03"],"summary":["Rule of Law in Malta"],"notes":["Portfolio: Justice"],"location":["videoconferencing"],"address":["videoconferencing"],"addressEntity":["addr-639327d89fe54fa62fbc7f80ffed3c598ed5a17f"],"organizer":["ec-cabinet-commissioner-didier-of-reynders"],"involved":["eu-tr-481066842274-13","ec-person-1e25399e2267734c5f4c69093d2286c8898ee9f0","ec-person-4cd0043747c40cfeaced5e4c68e43372cdb8dac9"]}} -{"id":"ec-meeting-2021-05-03-b96bb928f3629e1d0ae3cea044f3aa43ecafa8c1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-03 - Cabinet of Executive Vice-President Frans Timmermans x Cruise Lines International Association Europe"],"date":["2021-05-03"],"summary":["The cruise ship industry’s role in supporting a sustainable recovery and the decarbonisation of the economy"],"notes":["Portfolio: European Green Deal"],"location":["video call"],"address":["video call"],"addressEntity":["addr-12d8c530d76da0b7745f9c0f9285e7eec97adc55"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-f1a3478550296f3f9accdc67d6ef5a0b681dda4b","eu-tr-69525934310-58"]}} -{"id":"ec-meeting-2021-05-03-e1dfb3902e46a1237615c26caed3d8da2cedb452","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-03 - Cabinet of Commissioner Mairead Mcguinness x Federation of European Securities Exchanges"],"date":["2021-05-03"],"summary":["MiFID 11/MiFIR Review"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Video Conferencing"],"address":["Video Conferencing"],"addressEntity":["addr-e3b7413b2ac93be00b6bcff51fdc1374d67118bd"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-2b9c589fb2354bd93067644d2c3d2c058d4c4cc9","eu-tr-71488206456-23"]}} -{"id":"ec-meeting-2021-05-03-eeb970c596aed965efdc9c98a6847976369b0a49","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-03 - Cabinet of Commissioner Mairead Mcguinness x European Savings and Retail Banking Group"],"date":["2021-05-03"],"summary":["Financial Education."],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Video Conferencing"],"address":["Video Conferencing"],"addressEntity":["addr-e3b7413b2ac93be00b6bcff51fdc1374d67118bd"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-2b9c589fb2354bd93067644d2c3d2c058d4c4cc9","eu-tr-8765978796-80"]}} -{"id":"ec-meeting-2021-05-03-faa41741f35d157a9e7322f894cc7c53c26c9ad6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-03 - Cabinet of Executive Vice-President Valdis Dombrovskis x European Domestic Glass European Producers Union of Renewable Ethanol Glass Fibre Europe Fertilizers Europe Confederation of European Paper Industries The European Steel Association UNIFE EUROALLIAGES Cerame-Unie Fieldfisher (Belgium) LLP European Aluminium AISBL EUROPEAN BICYCLE MANUFACTURERS ASSOCIATION AEGIS Europe Dalmine S.p.A. EUROMETAUX Federazione Imprese Siderurgiche Italiane King & Spalding LLP"],"date":["2021-05-03"],"summary":["Carbon Borden Adjustment Mechanism"],"notes":["Portfolio: An Economy that Works for People"],"location":["Video conference"],"address":["Video conference"],"addressEntity":["addr-ebc9fd5c2f372a32153cf3f4d5fb918a96b84a88"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["eu-tr-61650796093-48","eu-tr-32591134448-30","eu-tr-733257915694-82","eu-tr-79465004946-12","eu-tr-726584717191-62","eu-tr-9624415524-28","eu-tr-9224280267-20","eu-tr-72279144480-58","eu-tr-790573922716-64","eu-tr-19153965510-75","eu-tr-482064441158-30","ec-person-4afd4ae4e50604ac3c0c9ae597bcb74eb1dd31b6","eu-tr-80788715017-29","eu-tr-635608817518-09","eu-tr-93038071152-83","eu-tr-288211239086-16","eu-tr-006201642881-29","eu-tr-90748218095-34"]}} -{"id":"ec-meeting-2021-05-04-1834df2993adff1bcbbad9b9c7152d6d80ca2dff","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-04 - Cabinet of Commissioner Mairead Mcguinness x Euroclear SA/NV"],"date":["2021-05-04"],"summary":["Increase Market Stability & efficiency\r\nEmbracing new technologies."],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Videoconferencing."],"address":["Videoconferencing."],"addressEntity":["addr-c99c3453740cdd0f4bce6dee91b754d8fe8c0379"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-2b9c589fb2354bd93067644d2c3d2c058d4c4cc9","eu-tr-88290282308-75"]}} -{"id":"ec-meeting-2021-05-04-1b8835f7855400c42b848f853df6cb01498f8f1f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-04 - Cabinet of Executive Vice-President Frans Timmermans x Forum Atomique Européen"],"date":["2021-05-04"],"summary":["Foratom views on the decarbonisation of power sector"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - video conference"],"address":["Brussels - video conference"],"addressEntity":["addr-d7df553e47e69d1cc9f4189b36b7c867f80459b0"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-d53e00c46a4cc62bbf533e0c9bb35bacb9121989","eu-tr-42433582-82"]}} -{"id":"ec-meeting-2021-05-04-1f7b9ac6357bd5a6fcc0d36a1755987711b958db","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-04 - Research and Innovation x IBM Corporation"],"date":["2021-05-04"],"summary":["Commission's Research agenda, in relation to the technology sector"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-rtd"],"involved":["eu-tr-7721359944-96","ec-person-1d348f33395de0ea6773a7b4ae8797e3e0392f73"]}} -{"id":"ec-meeting-2021-05-04-340e197b5de26cf82b3aeb794ea7fd98a4c2478e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-04 - Defence Industry and Space x ARIANEGROUP HOLDING"],"date":["2021-05-04"],"summary":["Video call to discuss on launchers."],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-dg-defis"],"involved":["ec-person-a5e52cd544ea3aa44eb4b31fac65a468499f106e","eu-tr-030910537575-52"]}} -{"id":"ec-meeting-2021-05-04-36ec764658f8eadb3796babe5ae55550604ab1f4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-04 - Cabinet of Commissioner Adina Vălean x Crédit Agricole S.A."],"date":["2021-05-04"],"summary":["Implementing the December 2017 Basel agreement into EU law"],"notes":["Portfolio: Transport"],"location":["Conference call"],"address":["Conference call"],"addressEntity":["addr-28ba88479582b2f75898964548da4252dc7db7d2"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["eu-tr-35147251117-11","ec-person-e5f1558cac43dd4f90847b508b6753edb0a9f903"]}} -{"id":"ec-meeting-2021-05-04-3e7e2fa43dfc123e602c00e1f709608e0e7c3cc2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-04 - Cabinet of Executive Vice-President Frans Timmermans x Stichting IMAGINE Foundation"],"date":["2021-05-04"],"summary":["Preparatory call for a meeting of IMAGINE with EVP Timmermans"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - video conference"],"address":["Brussels - video conference"],"addressEntity":["addr-d7df553e47e69d1cc9f4189b36b7c867f80459b0"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-009532038479-10","ec-person-33624431cbec1074e151c1707715ef46d2ba9565"]}} -{"id":"ec-meeting-2021-05-04-3f958d4af0ca7558d1b7874ca942c37ce7ff85a3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-04 - Cabinet of Commissioner Mairead Mcguinness x PensionsEurope"],"date":["2021-05-04"],"summary":["Advancing the Sustainable Finance Agenda\r\nCMU"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Video Conferencing."],"address":["Video Conferencing."],"addressEntity":["addr-912f3be8d3c705b575d95bd802535451d4e253ad"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-2b9c589fb2354bd93067644d2c3d2c058d4c4cc9","eu-tr-5199259747-21"]}} -{"id":"ec-meeting-2021-05-04-5005bdb22a1d3d857dfd9654d1883ad768671d34","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-04 - Defence Industry and Space x ICEYE Oy"],"date":["2021-05-04"],"summary":["Videoconference to discuss on space issues."],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-dg-defis"],"involved":["ec-person-a5e52cd544ea3aa44eb4b31fac65a468499f106e","eu-tr-015109739041-17"]}} -{"id":"ec-meeting-2021-05-04-55f733b7f5cdc879e90704e5641f63b47ae884ab","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-04 - Mobility and Transport x Deutsche Post DHL Group"],"date":["2021-05-04"],"summary":["DHL Sustainability Roadmap"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-dg-move"],"involved":["ec-person-26cdfacae671b09917bee1a91c91973941fa58a2","eu-tr-48544465107-88"]}} -{"id":"ec-meeting-2021-05-04-70849780f630858612a36351dc7ac8095f0ed101","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-04 - Cabinet of President Ursula von der Leyen x International Chamber of Commerce"],"date":["2021-05-04"],"summary":["Digital Green Certificate\r\nRecognition of qualifications and skills of refugees"],"notes":["Portfolio: President"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["eu-tr-50674299591-83","ec-person-09e754ed16961925cf1fc45ca9d1622435166a87"]}} -{"id":"ec-meeting-2021-05-04-7c8d84274ac52773e1c9af437761e4714cd1c8d1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-04 - Cabinet of Commissioner Mairead Mcguinness x Change Finance Coalition"],"date":["2021-05-04"],"summary":["Sustainable Finance"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Videoconferencing."],"address":["Videoconferencing."],"addressEntity":["addr-c99c3453740cdd0f4bce6dee91b754d8fe8c0379"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-2b9c589fb2354bd93067644d2c3d2c058d4c4cc9","eu-tr-395427539833-28"]}} -{"id":"ec-meeting-2021-05-04-88b517fbb90ad7340b63c6e116d883523dfae6f7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-04 - Cabinet of Commissioner Thierry Breton x ASML Netherlands B.V."],"date":["2021-05-04"],"summary":["IPCEI + Alliance"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","ec-person-b077a2e9f0fdb3b8f6e91d0bd0b256db9e40ce46","eu-tr-070028236358-54"]}} -{"id":"ec-meeting-2021-05-04-8a7ae8bae17af8ba74427ea442b80bb4ee9a656d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-04 - Cabinet of Commissioner Thierry Breton x NXP Semiconductors Netherlands B.V."],"date":["2021-05-04"],"summary":["Alliance in microelectronics"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","ec-person-b077a2e9f0fdb3b8f6e91d0bd0b256db9e40ce46","eu-tr-898711618618-45"]}} -{"id":"ec-meeting-2021-05-04-8b869c40a5e87b1488f7a0a181d856159559ba65","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-04 - Cabinet of Commissioner Thierry Breton x DIGITALEUROPE"],"date":["2021-05-04"],"summary":["Transatlantic Relationship"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-64270747023-20","ec-person-4b5aaa9cea258419f934faa90c41e25de348a2d8","ec-person-4d83416435f81b1f1e8f5c86aeebb1478577f1d2"]}} -{"id":"ec-meeting-2021-05-04-8c047af4907a3e00f42dc4c49cf2314ff4b8a1be","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-04 - Cabinet of Executive Vice-President Frans Timmermans x Berenschot Groep BV"],"date":["2021-05-04"],"summary":["Green Industrial Policy"],"notes":["Portfolio: European Green Deal"],"location":["online"],"address":["online"],"addressEntity":["addr-2dbc2fd2358e1ea1b7a6bc08ea647b9a337ac92d"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-438929232932-59","ec-person-d56ecbfde17436a136fc89c9a978b266e8285c84"]}} -{"id":"ec-meeting-2021-05-04-8fd3e75f016d7194787327085983e30ca6fd276b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-04 - Cabinet of Executive Vice-President Margrethe Vestager x DIGITALEUROPE"],"date":["2021-05-04"],"summary":["Sustainable Corporate Governance initiative"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-64270747023-20","ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0"]}} -{"id":"ec-meeting-2021-05-04-9de566b4559848177cd83e1c17fdf30dc0b19b99","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-04 - Cabinet of Commissioner Thierry Breton x European Entrepreneurs CEA-PME SMEunited aisbl European Small Business Alliance EUROCHAMBRES – Association of European Chambers of Commerce and Industry"],"date":["2021-05-04"],"summary":["Exchange on the upcoming update of the Industrial Strategy and its SMEs dimension"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-741179426673-35","eu-tr-55820581197-35","ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","eu-tr-077142018281-86","eu-tr-0014082722-83"]}} -{"id":"ec-meeting-2021-05-04-ac0efc3614fd380a3f6c5c247c34dd84b3d4be5c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-04 - Cabinet of Commissioner Thierry Breton x Ørsted A/S"],"date":["2021-05-04"],"summary":["Hydrogen projects and regulatory aspects"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-870817015429-80","ec-person-6308dea893b9b1ca0dcd5b91b4a1ac4c2f3020ad"]}} -{"id":"ec-meeting-2021-05-04-b16efab908b9ab6079516f9ba1ef04d59b6da35d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-04 - Cabinet of Executive Vice-President Frans Timmermans x Euroheat and Power"],"date":["2021-05-04"],"summary":["Videomessage for the Annual conference of Euroheat & Power"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-88457577025-19","ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce"]}} -{"id":"ec-meeting-2021-05-04-b9508844b020106c61f02347cb0076cd601e320a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-04 - Cabinet of Executive Vice-President Frans Timmermans x Climate Action Network Europe Our Fish The Pew Charitable Trusts ClientEarth AISBL Institute for European Environmental Policy"],"date":["2021-05-04"],"summary":["Energy Taxation Directive and fisheries"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-8af3c81534786a740718d21dc58240738a53ed7b","ec-person-e88af8eb396e96e3dbc9b4ec6e40a348d26c389c","eu-tr-55888811123-49","eu-tr-46834536998-79","eu-tr-934329423960-72","eu-tr-96645517357-19","eu-tr-180850142485-82"]}} -{"id":"ec-meeting-2021-05-04-ca1583422ee19659ff6aaf96e4cee206df4da586","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-04 - Cabinet of Commissioner Thierry Breton x Atlantic Council of the United States, Inc"],"date":["2021-05-04"],"summary":["Transatlantic Relationship"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-4b5aaa9cea258419f934faa90c41e25de348a2d8","eu-tr-524686116124-73"]}} -{"id":"ec-meeting-2021-05-04-cbad433bbd0b465ebefbf9be526406687aa691ca","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-04 - Cabinet of Commissioner Adina Vălean x DSRC Interest Group"],"date":["2021-05-04"],"summary":["meeting to discuss new mobility solutions"],"notes":["Portfolio: Transport"],"location":["Conference call"],"address":["Conference call"],"addressEntity":["addr-28ba88479582b2f75898964548da4252dc7db7d2"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["eu-tr-551694339025-26","ec-person-6e21d867543ef3b910e746c319cb048abd054702"]}} -{"id":"ec-meeting-2021-05-04-d1a210aa2865e74a89a196e2cd688b8525019f6f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-04 - Cabinet of Commissioner Janusz Wojciechowski x LP Brussels"],"date":["2021-05-04"],"summary":["Follow-up meeting on sustainable biomass criteria in delivering the EU's climate and energy ambition."],"notes":["Portfolio: Agriculture"],"location":["video phone call"],"address":["video phone call"],"addressEntity":["addr-20169d8760eb932415b38f11daea45615ba4bb37"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["eu-tr-737111833676-52","ec-person-cafe030b6dad78a75143f7552c420481b30ebceb"]}} -{"id":"ec-meeting-2021-05-04-d778cf309283967b8f9ed7cd38336ba87c246243","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-04 - Cabinet of Executive Vice-President Frans Timmermans x Dow Europe GmbH"],"date":["2021-05-04"],"summary":["EU innovation funds"],"notes":["Portfolio: European Green Deal"],"location":["videoconference (Brussels)"],"address":["videoconference (Brussels)"],"addressEntity":["addr-5dd22b57a9d6f7be6f130d619b6be6e2434c4ab3"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce","eu-tr-38235121060-73"]}} -{"id":"ec-meeting-2021-05-05-083b62e52388eee027dd80dc3bcce67bdc2676be","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-05 - Cabinet of Commissioner Mairead Mcguinness x Association for Financial Markets in Europe"],"date":["2021-05-05"],"summary":["with Cab Dombrovskis - Basel III"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["virtual meeting"],"address":["virtual meeting"],"addressEntity":["addr-225c82a032511500bff73b3efe0d857849613fd9"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["eu-tr-65110063986-76","ec-person-49e520c7a9c9c47ccb5acfa68f9416e4233af9f8"]}} -{"id":"ec-meeting-2021-05-05-0ec004aaa7b5f43c10af4ac7b3d9973416c62bf7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-05 - Cabinet of Commissioner Mairead Mcguinness x Europe Affaires Publiques"],"date":["2021-05-05"],"summary":["Taxonomy"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-a5441c6a69a8a94fd64e02def60fcc6567f2c1d8","eu-tr-430358814107-24"]}} -{"id":"ec-meeting-2021-05-05-0ef1b7d4b116919e9d80ccc9d1be6230056adedd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-05 - Cabinet of Executive Vice-President Frans Timmermans x Groupe Limagrain Holding"],"date":["2021-05-05"],"summary":["Sustainable food systems"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - video conference"],"address":["Brussels - video conference"],"addressEntity":["addr-d7df553e47e69d1cc9f4189b36b7c867f80459b0"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-244545921577-11","ec-person-33624431cbec1074e151c1707715ef46d2ba9565"]}} -{"id":"ec-meeting-2021-05-05-202681ef85d5e963cf924f483261d3a0610426d0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-05 - Cabinet of Executive Vice-President Margrethe Vestager x Mastercard Europe"],"date":["2021-05-05"],"summary":["Artificial Intellligence"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0","eu-tr-58204758673-16"]}} -{"id":"ec-meeting-2021-05-05-254b2799cc0bf1680f18ccb46dcb7215434cef42","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-05 - Cabinet of Vice-President Věra Jourová x BUSINESSEUROPE"],"date":["2021-05-05"],"summary":["Sustainable corporate governance; due diligence and EU consumer agenda"],"notes":["Portfolio: Values and Transparency"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["ec-person-bf54da17217bbddfd9c68fe24d88005ac17e2c4b","eu-tr-3978240953-79"]}} -{"id":"ec-meeting-2021-05-05-2a95d1ced935c80e803b4c00b5ecb2fce3e36025","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-05 - Cabinet of Commissioner Thierry Breton x None"],"date":["2021-05-05"],"summary":["Implementation of the chemicals strategy for sustainability"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-83575061669-96","eu-tr-06798511314-27","eu-tr-869975425127-08","eu-tr-55888811123-49","eu-tr-484576440734-93","eu-tr-641204730486-35","eu-tr-676892342255-50","eu-tr-95363765837-60","eu-tr-359095142217-37","eu-tr-650243542286-76","eu-tr-940910825833-38","eu-tr-548438318615-29","eu-tr-61650796093-48","eu-tr-58089691185-94","eu-tr-03492856440-03","ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","eu-tr-358284014848-82","eu-tr-13635802880-80","eu-tr-9505781573-45","eu-tr-6168551998-60","eu-tr-27053044762-72","eu-tr-419504541857-68","eu-tr-55820581197-35","eu-tr-00723343929-96","eu-tr-779755615332-09","eu-tr-202559641794-09","eu-tr-64879142323-90","eu-tr-507800799-30","eu-tr-001245815997-85"]}} -{"id":"ec-meeting-2021-05-05-2cff1e8b34a903e8285d502a6bf6b48772e00cf0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-05 - Cabinet of Commissioner Mairead Mcguinness x Bundesverband deutscher Banken e.V."],"date":["2021-05-05"],"summary":["Sustainable Finance"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-a5441c6a69a8a94fd64e02def60fcc6567f2c1d8","eu-tr-0764199368-97"]}} -{"id":"ec-meeting-2021-05-05-30752e048301795833a61b8b68b74629c369870e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-05 - Cabinet of Vice-President Dubravka Šuica x Eurochild AISBL"],"date":["2021-05-05"],"summary":["Invitation to dialogue with European children's rights organizations - Preparatory meeting"],"notes":["Portfolio: Democracy and Demography"],"location":["Phone call"],"address":["Phone call"],"addressEntity":["addr-cac056598c767cdeaa0f13cfe91d25988c24c698"],"organizer":["ec-cabinet-dubravka-of-president-suica-vice"],"involved":["eu-tr-79360311166-84","ec-person-60bc1622eb549a098038c6073ce7c40691ec9384"]}} -{"id":"ec-meeting-2021-05-05-3af37c42787521a87a651b214f0bc607a79d538f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-05 - Cabinet of Executive Vice-President Frans Timmermans x Shell Companies"],"date":["2021-05-05"],"summary":["Green Transition, decarbonisation of the energy sector"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - videoconference"],"address":["Brussels - videoconference"],"addressEntity":["addr-a3a01e55b02ab591ce10151760698f4306ec49cb"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-7c876f4825f213b8adbedf089ccedfbc3b36d65b","eu-tr-05032108616-26"]}} -{"id":"ec-meeting-2021-05-05-3e6f6778722fc9a386c13b2aa1b3c25fa8422d8d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-05 - Cabinet of Executive Vice-President Margrethe Vestager x Vodafone Belgium SA"],"date":["2021-05-05"],"summary":["All4All proposal"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-bb1f295d8be3d10004d7e5fd7c24248a21215775","eu-tr-90142503473-81","ec-person-11ba005cc4046696303381b7ca219da9b11a42bf"]}} -{"id":"ec-meeting-2021-05-05-4ca958768bdd8d4b4d3d10a76184b3423e5bcd4d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-05 - Cabinet of Executive Vice-President Frans Timmermans x Minli bedrijven BV"],"date":["2021-05-05"],"summary":["Hydrogen station in Limburg"],"notes":["Portfolio: European Green Deal"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-9eafbf4a92961023c7df3ab389ae6d4301dec4bf","eu-tr-596678842320-36"]}} -{"id":"ec-meeting-2021-05-05-679a36cefdf23787262cc9269cd3c687f0aeb8e0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-05 - Maritime Affairs and Fisheries x Baltic Sea Advisory Council North Western Waters Advisory Council Stichting Advisory Council for pelagic stocks Long Distance Advisory Council / Consejo Consultivo de Flota de Larga Distancia / Conseil Consultatif de Pêche Lointaine MEDAC Сдружение \"Консултативен съвет за Черно море\" Market Advisory Council / Conseil Consultatif pour les Marchés Aquaculture Advisory Council Conselho Consultivo para as Regiões Ultraperiféricas Conseil Consultatif des eaux occidentales autrales North Sea Advisory Council"],"date":["2021-05-05"],"summary":["Inter-Advisory Councils meeting - discussion on key policy developments and functioning of the Advisory Councils"],"location":["Brussels - VC Interactio"],"address":["Brussels - VC Interactio"],"addressEntity":["addr-d4d23c378c299f50cb5268f480f8a033db059897"],"organizer":["ec-dg-mare"],"involved":["eu-tr-194221424767-06","eu-tr-778583224754-65","eu-tr-891543824750-65","eu-tr-8900132344-29","eu-tr-022388324819-47","eu-tr-283785319481-25","eu-tr-782706142961-91","eu-tr-91682404018-74","eu-tr-780087324758-50","eu-tr-905805219213-67","eu-tr-639896539334-38","ec-person-6e64215cdacfeb6c6d4709a7f72c2b1c94a3d908"]}} -{"id":"ec-meeting-2021-05-05-6916607d2c6711945b3e3096713c7b0f40345c62","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-05 - Internal Market, Industry, Entrepreneurship and SMEs x KfW Bankengruppe"],"date":["2021-05-05"],"summary":["Discussion of start-up, scale-up finance - listen to their views on German Future Fund"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-grow"],"involved":["ec-person-0151c7e554d188fffc509ad636b7d1a84c5dfcd5","eu-tr-79019799690-13"]}} -{"id":"ec-meeting-2021-05-05-6bd2459f39abd2c7f64f2f840929b76e9faa0ba2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-05 - Cabinet of Vice-President Věra Jourová x Democracy Reporting International"],"date":["2021-05-05"],"summary":["Rule of Law - panel discussion"],"notes":["Portfolio: Values and Transparency"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["eu-tr-769286939357-35","ec-person-7e1aeaad9232c788ee790cdb309ccad8f9ffdc5e"]}} -{"id":"ec-meeting-2021-05-05-6ff43544c8a10fe424519102af1558211b549e92","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-05 - Cabinet of Executive Vice-President Margrethe Vestager x European Association Automotive Suppliers"],"date":["2021-05-05"],"summary":["EC's digital agenda and its impact on the automotive sector, Data"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-91408765797-03","ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0"]}} -{"id":"ec-meeting-2021-05-05-81e6c165c3cfa2e3958493fe3ad85d210c971875","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-05 - Cabinet of Commissioner Mairead Mcguinness x Accountancy Europe"],"date":["2021-05-05"],"summary":["audit regulation"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-0ba9b89127b39af6a66f2fc3ed727332f1b19a34","eu-tr-4713568401-18"]}} -{"id":"ec-meeting-2021-05-05-901f20aebecc55bba1b77a3f2dc5cea37422ea1f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-05 - Cabinet of Vice-President Maroš Šefčovič x BUSINESSEUROPE"],"date":["2021-05-05"],"summary":["Implications of the implementation of the Trade and Cooperation Agreement for EU-UK trade"],"notes":["Portfolio: Interinstitutional Relations and Foresight"],"location":["online"],"address":["online"],"addressEntity":["addr-2dbc2fd2358e1ea1b7a6bc08ea647b9a337ac92d"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-3978240953-79","ec-person-1f95be23689cd4ed0a26fe2980f760ccf2d55c1e"]}} -{"id":"ec-meeting-2021-05-05-97a863ca80bd1c1b117f6dddc2196a51adcf998c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-05 - Cabinet of Commissioner Kadri Simson x Arla Foods amba"],"date":["2021-05-05"],"summary":["To discuss ongoing developments around key energy dossiers relevant for Arla including Methane Strategy, RED II revision, bioeconomy and biogas."],"notes":["Portfolio: Energy"],"location":["Video Conferencing"],"address":["Video Conferencing"],"addressEntity":["addr-e3b7413b2ac93be00b6bcff51fdc1374d67118bd"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["ec-person-9b7f5fe059e5b0b40e79e9170211aa2f02322fdb","eu-tr-479299526321-12"]}} -{"id":"ec-meeting-2021-05-05-9ec8b2e6cc3a32003bc34b2f3eb1d0ef02105fb2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-05 - Cabinet of Executive Vice-President Frans Timmermans x Climate Leadership Coalition"],"date":["2021-05-05"],"summary":["Implementation of the European Green Deal and circular bioeconomy"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-333399732805-59","ec-person-8af3c81534786a740718d21dc58240738a53ed7b"]}} -{"id":"ec-meeting-2021-05-05-ade4efbccc3d94e85ed0b2a55ba852e9100492b6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-05 - Cabinet of Commissioner Stella Kyriakides x European Milk Board"],"date":["2021-05-05"],"summary":["VTC Meeting - Sustainable Food Systems"],"notes":["Portfolio: Health"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-kyriakides-of-stella"],"involved":["eu-tr-45338982456-46","ec-person-ba73927c33000184cab3f41a76e1b32fe7d7eda8","ec-person-ecf9f9e978b833afc98ee022572d468f0dc9a352"]}} -{"id":"ec-meeting-2021-05-05-b257f2902bce52b5f86409b3d83e3daa8b68562e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-05 - Cabinet of Executive Vice-President Frans Timmermans x Fridays For Future SOSAmazonia International"],"date":["2021-05-05"],"summary":["Future CAP"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - video conference"],"address":["Brussels - video conference"],"addressEntity":["addr-d7df553e47e69d1cc9f4189b36b7c867f80459b0"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-962707541001-25","ec-person-33624431cbec1074e151c1707715ef46d2ba9565"]}} -{"id":"ec-meeting-2021-05-05-b380d720d4e26a1bb1f34b65e4025fca862ad73a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-05 - Cabinet of Executive Vice-President Frans Timmermans x Reuse and Recycling European Union Social Enterprises"],"date":["2021-05-05"],"summary":["Implementation of the EU Circular Economy Action Plan, including its social dimension"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-8af3c81534786a740718d21dc58240738a53ed7b","eu-tr-05052317999-60"]}} -{"id":"ec-meeting-2021-05-05-bc28be08ad1f5f3c81fa46e85e68864efe1e313e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-05 - Research and Innovation x The Russell Group of Universities"],"date":["2021-05-05"],"summary":["Horizon Europe implementation and role of research-intensive universities in the UK and Germany"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-rtd"],"involved":["ec-person-1d348f33395de0ea6773a7b4ae8797e3e0392f73","eu-tr-032693316451-70"]}} -{"id":"ec-meeting-2021-05-05-da9075db9682e33b128bb1ee44713a0c98514908","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-05 - Cabinet of Commissioner Adina Vălean x European Biodiesel Board"],"date":["2021-05-05"],"summary":["RefuelEU Aviation SAF initiative"],"notes":["Portfolio: Transport"],"location":["Conference call"],"address":["Conference call"],"addressEntity":["addr-28ba88479582b2f75898964548da4252dc7db7d2"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["ec-person-e5f1558cac43dd4f90847b508b6753edb0a9f903","eu-tr-84244281858-12"]}} -{"id":"ec-meeting-2021-05-05-dca1ec703789352e2b66325724133db6999e8313","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-05 - Cabinet of Commissioner Adina Vălean x Gevo, Inc."],"date":["2021-05-05"],"summary":["Meeting on Refuel EU."],"notes":["Portfolio: Transport"],"location":["Conference call"],"address":["Conference call"],"addressEntity":["addr-28ba88479582b2f75898964548da4252dc7db7d2"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["ec-person-5f7f9d4d861c5b97fbd25bccf6323535d2a7ceb8","eu-tr-316427737892-62"]}} -{"id":"ec-meeting-2021-05-05-e234fbc67f957ee3c2986648dbe64b7f45d991d3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-05 - Cabinet of Executive Vice-President Frans Timmermans x CONSEIL DE COOPERATION ECONOMIQUE"],"date":["2021-05-05"],"summary":["Views of the industry on the gas package and Fit for 55"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - video conference"],"address":["Brussels - video conference"],"addressEntity":["addr-d7df553e47e69d1cc9f4189b36b7c867f80459b0"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-d53e00c46a4cc62bbf533e0c9bb35bacb9121989","eu-tr-146893419149-74"]}} -{"id":"ec-meeting-2021-05-05-ee84d68d6f1bcb0672cbc620e1feea59f393dcc8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-05 - Cabinet of Vice-President Dubravka Šuica x Hope and Homes for Children Lumos Foundation"],"date":["2021-05-05"],"summary":["The Strategy on the Rights of the Child"],"notes":["Portfolio: Democracy and Demography"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-dubravka-of-president-suica-vice"],"involved":["ec-person-60bc1622eb549a098038c6073ce7c40691ec9384","eu-tr-035163533684-92","eu-tr-849607914394-57"]}} -{"id":"ec-meeting-2021-05-05-f314fd0a1fba2aa28ec32995ab0049c1b7a2e0b9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-05 - Taxation and Customs Union x Association of European Public Postal Operators"],"date":["2021-05-05"],"summary":["Videoconference - Exchange of views on ISC2 Release1 operation and outstanding challenges for postal operators, and on low value consignments and the lack of transition period for the VAT e-commerce package roll-out on 1 July 2021."],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-taxud"],"involved":["ec-person-9e42f316f38c8e126c2cd2bc84affb891338c7f3","eu-tr-092682012915-24"]}} -{"id":"ec-meeting-2021-05-05-f70e2756e276fab7bbd8afa9ce72f4ff7c06342f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-05 - Cabinet of Executive Vice-President Frans Timmermans x International Emissions Trading Association"],"date":["2021-05-05"],"summary":["Exchange on IETA’s position in relation to linking the EU ETS to the UK ETS"],"notes":["Portfolio: European Green Deal"],"location":["video call"],"address":["video call"],"addressEntity":["addr-12d8c530d76da0b7745f9c0f9285e7eec97adc55"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-7157999502-14","ec-person-f1a3478550296f3f9accdc67d6ef5a0b681dda4b"]}} -{"id":"ec-meeting-2021-05-05-f7741db1c3dacc53e227c55f21dea89edd7ae606","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-05 - Cabinet of Executive Vice-President Valdis Dombrovskis x Association for Financial Markets in Europe BNP PARIBAS"],"date":["2021-05-05"],"summary":["Basel implementation, sustainable finance"],"notes":["Portfolio: An Economy that Works for People"],"location":["video-conference"],"address":["video-conference"],"addressEntity":["addr-8736c288a4bc51ee27ef4ed41e652409a37e60d1"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-235870cd7eb41f2494f695fce18b5b5b88647113","eu-tr-65110063986-76","eu-tr-78787381113-69"]}} -{"id":"ec-meeting-2021-05-06-218844266e5226437459e7c300d28b985acd1223","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-06 - Cabinet of Vice-President Věra Jourová x Athenora Consulting"],"date":["2021-05-06"],"summary":["The new transparency register"],"notes":["Portfolio: Values and Transparency"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["eu-tr-79628773-02","ec-person-7e1aeaad9232c788ee790cdb309ccad8f9ffdc5e"]}} -{"id":"ec-meeting-2021-05-06-2cc18f78aa5b8435948406b2a987854b9d73f6ff","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-06 - Cabinet of Executive Vice-President Frans Timmermans x Kreab Veolia Environnement"],"date":["2021-05-06"],"summary":["Presentation of Veolia’s contribution to the implementation of the European Green Deal"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-72103751229-92","eu-tr-1078390517-54","ec-person-8af3c81534786a740718d21dc58240738a53ed7b"]}} -{"id":"ec-meeting-2021-05-06-5de3e8b6cf1e0059559c5c70480cfe6484389a0e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-06 - Cabinet of Vice-President Dubravka Šuica x Assemblée des Régions d'Europe"],"date":["2021-05-06"],"summary":["Debate on the Future of Democracy in European Regions-prep.meeting"],"notes":["Portfolio: Democracy and Demography"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-dubravka-of-president-suica-vice"],"involved":["ec-person-2ea66ac99d83c7f0ff7dfcfd7d90f9416dc22e61","eu-tr-480267313069-44"]}} -{"id":"ec-meeting-2021-05-06-60cef93f1fad7bf905694d100f18936f6947790e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-06 - Cabinet of Vice-President Věra Jourová x European Network of National Human Rights Institutions"],"date":["2021-05-06"],"summary":["Rule of Law"],"notes":["Portfolio: Values and Transparency"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["ec-person-28fecf6c4f04b3a2af1d74c742e147920ab849c5","eu-tr-684831617188-52","ec-person-7e1aeaad9232c788ee790cdb309ccad8f9ffdc5e"]}} -{"id":"ec-meeting-2021-05-06-735bb55a1a3f1c39786d2f93783c3aa3467a5c6f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-06 - Cabinet of Commissioner Mairead Mcguinness x European University Institute"],"date":["2021-05-06"],"summary":["Speaking event @EU Sanctions Regime, What's its place in the World."],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Video Conferencing."],"address":["Video Conferencing."],"addressEntity":["addr-912f3be8d3c705b575d95bd802535451d4e253ad"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-2b9c589fb2354bd93067644d2c3d2c058d4c4cc9","eu-tr-742228039171-04","ec-person-a5441c6a69a8a94fd64e02def60fcc6567f2c1d8"]}} -{"id":"ec-meeting-2021-05-06-84fee99724b9bdf5e8e7834d3ff375eef2c4458d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-06 - Health and Food Safety x Institut Montaigne"],"date":["2021-05-06"],"summary":["Presentation of the European approach to securing supplies of vaccines and of the future challenges in the health area."],"location":["Brussels (virtual via Zoom)"],"address":["Brussels (virtual via Zoom)"],"addressEntity":["addr-6424ec2e2d9302a4a2085f929b2f86f2d1983408"],"organizer":["ec-dg-sante"],"involved":["eu-tr-865680722572-18","ec-person-f442ca8cd331fc51ad479fe0db982bb9fdb00647"]}} -{"id":"ec-meeting-2021-05-06-8bf827dc4780026d1592c3afb0eb85ed832ea1be","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-06 - Cabinet of Commissioner Didier Reynders x Institut français des relations internationales"],"date":["2021-05-06"],"summary":["Appel vidéo sur la 13ème-14ème édition de la World Policy Conference"],"notes":["Portfolio: Justice"],"location":["Video call"],"address":["Video call"],"addressEntity":["addr-ad60f43c3b2e61f55f8d15d2bb303f6d11ac791b"],"organizer":["ec-cabinet-commissioner-didier-of-reynders"],"involved":["eu-tr-614972540827-68","ec-person-6de2c3b2fe4b4087c73744df26d47fbf96ddb2ce"]}} -{"id":"ec-meeting-2021-05-06-9300f4e9d3d867fbe2c6441585d36caf87b66632","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-06 - Cabinet of Commissioner Thierry Breton x BioNTech SE"],"date":["2021-05-06"],"summary":["Site visit and assessment of production capacity and supply chain"],"notes":["Portfolio: Internal Market"],"location":["Marburg Germany"],"address":["Marburg Germany"],"addressEntity":["addr-47fd178c748603ada089a2082bb034c8506dcfa7"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-516273537966-42","ec-person-d6689ffc6695e7e65bdd0e0c0da1721d3031ea1b"]}} -{"id":"ec-meeting-2021-05-06-ad066cdf85b448c7e8599b3e2a78f38aacdda0cd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-06 - Cabinet of Executive Vice-President Valdis Dombrovskis x BUSINESSEUROPE"],"date":["2021-05-06"],"summary":["Planning meeting for ASGroup event"],"notes":["Portfolio: An Economy that Works for People"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["eu-tr-3978240953-79","ec-person-7e9813c16d805ee7ebea3ef6444f384bc32abaaa"]}} -{"id":"ec-meeting-2021-05-06-b3516393d143d4b86b3bb445acc475ac4b87c206","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-06 - Cabinet of Executive Vice-President Frans Timmermans x Benelux Business Roundtable"],"date":["2021-05-06"],"summary":["Industry and power sector decarbonisation"],"notes":["Portfolio: European Green Deal"],"location":["videoconference (Brussels)"],"address":["videoconference (Brussels)"],"addressEntity":["addr-5dd22b57a9d6f7be6f130d619b6be6e2434c4ab3"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-9eafbf4a92961023c7df3ab389ae6d4301dec4bf","ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce","eu-tr-085887527492-62"]}} -{"id":"ec-meeting-2021-05-06-c6ba5b5d21b6d51daa82b6521c6bb2afa85c4a8e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-06 - Cabinet of Commissioner Jutta Urpilainen x Suomen nuorisoalan kattojärjestö Allianssi ry - The Finnish National Youth Council Allianssi"],"date":["2021-05-06"],"summary":["Youth participation."],"notes":["Portfolio: International Partnerships"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["eu-tr-024911219417-11","ec-person-1ec9383fd54d9d4cd8a154c01fa71549eb8c75ac"]}} -{"id":"ec-meeting-2021-05-06-cf74f83b757073e2df57a4a2d5a4757fdfeff39e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-06 - Cabinet of Vice-President Věra Jourová x DROG BV"],"date":["2021-05-06"],"summary":["Disinformation"],"notes":["Portfolio: Values and Transparency"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["eu-tr-304838438572-45","ec-person-fb258e0188a5319bfaba3161382db43f5a85851f"]}} -{"id":"ec-meeting-2021-05-06-d7e1374d3e992b2403163f483caf8018f16c0ef5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-06 - Cabinet of Executive Vice-President Valdis Dombrovskis x FERRERO International"],"date":["2021-05-06"],"summary":["Sustainable cocoa"],"notes":["Portfolio: An Economy that Works for People"],"location":["video conference"],"address":["video conference"],"addressEntity":["addr-6dc12e3c97077db82f32184f24341ce370a445fd"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-235870cd7eb41f2494f695fce18b5b5b88647113","eu-tr-04268127542-74"]}} -{"id":"ec-meeting-2021-05-06-e63f6a5112ea1aebd72e66155646ebb39fc7fb04","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-06 - Cabinet of Commissioner Kadri Simson x Hydrogen Europe Breakthrough Energy Catalyst Foundation"],"date":["2021-05-06"],"summary":["\"Hydrogen Coffee\" discussion on the international cooperation angle of the European Hydrogen strategy. More precisely on the EU-US cooperation and US future plans/ambitions regarding hydrogen."],"notes":["Portfolio: Energy"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["ec-person-1995c65b8dc7f3702a8c30ed96a0144075848837","ec-person-2fb98fc84d2cf8d481688eff3d47f7745ead3592","eu-tr-77659588648-75","eu-tr-424103441763-49"]}} -{"id":"ec-meeting-2021-05-06-f47188258c14358c453d8baaf8f2696c4d211523","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-06 - Mobility and Transport x Verband Deutscher Maschinen- und Anlagenbau e.V."],"date":["2021-05-06"],"summary":["Fit for 55 Package"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-dg-move"],"involved":["ec-person-26cdfacae671b09917bee1a91c91973941fa58a2","eu-tr-9765362691-45"]}} -{"id":"ec-meeting-2021-05-07-047138df99db7e3b1ec59933077223545ecdfb90","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-07 - Cabinet of Executive Vice-President Valdis Dombrovskis x Green 10 Fern Environmental Investigation Agency ClientEarth AISBL Conservation International Europe WWF European Policy Programme Global Witness WCS EU"],"date":["2021-05-07"],"summary":["Deforestation"],"notes":["Portfolio: An Economy that Works for People"],"location":["video-confernece"],"address":["video-confernece"],"addressEntity":["addr-2f0a504618f9ab517a7757b0056b65f9296ff2aa"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-3520008ac93a203db50d106deafde939bc2729f1","eu-tr-10439809375-73","ec-person-235870cd7eb41f2494f695fce18b5b5b88647113","eu-tr-70299514465-38","eu-tr-1414929419-24","eu-tr-40538475090-82","eu-tr-70309834043-10","eu-tr-96645517357-19","eu-tr-054662633848-40","eu-tr-03960197927-62"]}} -{"id":"ec-meeting-2021-05-07-346a50db0a6a93b05712f053c208fec9317b5fb1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-07 - Cabinet of Executive Vice-President Valdis Dombrovskis x FTI Consulting Belgium Aon"],"date":["2021-05-07"],"summary":["Covid-19 and insurance sector"],"notes":["Portfolio: An Economy that Works for People"],"location":["video-conference"],"address":["video-conference"],"addressEntity":["addr-8736c288a4bc51ee27ef4ed41e652409a37e60d1"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-235870cd7eb41f2494f695fce18b5b5b88647113","eu-tr-907419340899-32","eu-tr-29896393398-67"]}} -{"id":"ec-meeting-2021-05-07-34ffe32972adc77148084b082864aa25ff9e609c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-07 - Cabinet of Commissioner Thierry Breton x Infineon Technologies AG Robert Bosch GmbH NXP Semiconductors Netherlands B.V."],"date":["2021-05-07"],"summary":["Alliance in microelectronics"],"notes":["Portfolio: Internal Market"],"location":["videoconference"],"address":["videoconference"],"addressEntity":["addr-92b2fbb928e012810d80d9ef1abe12027beee200"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-10751968675-85","ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","eu-tr-898711618618-45","eu-tr-8999533555-91","ec-person-b077a2e9f0fdb3b8f6e91d0bd0b256db9e40ce46"]}} -{"id":"ec-meeting-2021-05-07-35e5a1b70ee075e5c0603e645f1c804ca59d22dd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-07 - Cabinet of Commissioner Mairead Mcguinness x CONSEIL DE COOPERATION ECONOMIQUE"],"date":["2021-05-07"],"summary":["Digital finance"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-0ba9b89127b39af6a66f2fc3ed727332f1b19a34","eu-tr-146893419149-74"]}} -{"id":"ec-meeting-2021-05-07-3b4422e32c8ca25d581aad7be240cfe0e6efe27f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-07 - Cabinet of Commissioner Mairead Mcguinness x Associazione fra le società italiane per azioni Association Française des Entreprises Privées / French Association of Large Companies Deutsches Aktieninstitut EuropeanIssuers"],"date":["2021-05-07"],"summary":["sustainable corporate governance"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["eu-tr-15491122381-71","eu-tr-953933297-85","ec-person-0ba9b89127b39af6a66f2fc3ed727332f1b19a34","eu-tr-20935778703-23","eu-tr-38064081304-25"]}} -{"id":"ec-meeting-2021-05-07-4567910c25b7f1a822957adbd523af94b2dfdcb0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-07 - Mobility and Transport x SAFRAN"],"date":["2021-05-07"],"summary":["European Sustainable Aviation Fuels Alliance"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-dg-move"],"involved":["ec-person-26cdfacae671b09917bee1a91c91973941fa58a2","eu-tr-764184537594-67"]}} -{"id":"ec-meeting-2021-05-07-5c72c758e6abaff2f8ebbd427490ce6aa26d6cf3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-07 - Cabinet of Executive Vice-President Frans Timmermans x European Container Glass Federation"],"date":["2021-05-07"],"summary":["Decarbonisation, EU Circular Economy Action Plan and packaging policies"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-1550133398-72","ec-person-e88af8eb396e96e3dbc9b4ec6e40a348d26c389c","ec-person-8af3c81534786a740718d21dc58240738a53ed7b"]}} -{"id":"ec-meeting-2021-05-07-84ecdac266c300fc338b9b3343a59736d9afa1e8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-07 - Cabinet of Executive Vice-President Valdis Dombrovskis x Associazione fra le società italiane per azioni Association Française des Entreprises Privées / French Association of Large Companies EuropeanIssuers Deutsches Aktieninstitut"],"date":["2021-05-07"],"summary":["Sustainable corporate governance"],"notes":["Portfolio: An Economy that Works for People"],"location":["video-conference"],"address":["video-conference"],"addressEntity":["addr-8736c288a4bc51ee27ef4ed41e652409a37e60d1"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["eu-tr-15491122381-71","ec-person-235870cd7eb41f2494f695fce18b5b5b88647113","eu-tr-953933297-85","eu-tr-20935778703-23","eu-tr-38064081304-25"]}} -{"id":"ec-meeting-2021-05-07-866607e36a56acee76d7abc23461a9daa40ba7e5","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2021-05-07 - Cabinet of Commissioner Thierry Breton x Association des Constructeurs Européens d'Automobiles"],"date":["2021-05-07"],"summary":["Review of the steel safeguards measures","Preparatory meeting for the 19/5 meeting between Commissioner Breton and ACEA"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-6308dea893b9b1ca0dcd5b91b4a1ac4c2f3020ad","ec-person-4b5aaa9cea258419f934faa90c41e25de348a2d8","eu-tr-0649790813-47"]}} -{"id":"ec-meeting-2021-05-07-869f6da6d385d2fd98647a86133225979d99cb62","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-07 - Defence Industry and Space x General Electric Company"],"date":["2021-05-07"],"summary":["Videoconference to exchange views on European Technological and Industrial Base, European technological excellence and sustainable aviation."],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-dg-defis"],"involved":["ec-person-a5e52cd544ea3aa44eb4b31fac65a468499f106e","eu-tr-4016736872-59"]}} -{"id":"ec-meeting-2021-05-07-a7170251fdd1bc824219db2dd2dbe751e8fef243","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-07 - Cabinet of Commissioner Janez Lenarčič x Norwegian Refugee Council Europe"],"date":["2021-05-07"],"summary":["humanitarian-development-peace nexus; humanitarian aid"],"notes":["Portfolio: Crisis Management"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-janez-lenarcic-of"],"involved":["eu-tr-750447615329-96","ec-person-a6cd325c80698b2331699224c780ebfb10573602"]}} -{"id":"ec-meeting-2021-05-07-b07e39354cc9a098c3a347cbabc2e268adec7f78","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-07 - Cabinet of Vice-President Dubravka Šuica x European Council of Optometry and Optics"],"date":["2021-05-07"],"summary":["-\tGreen Paper on Ageing\r\n-\tEye health in an ageing population"],"notes":["Portfolio: Democracy and Demography"],"location":["Online meeting"],"address":["Online meeting"],"addressEntity":["addr-9d833a1da3074efd384ee6bc2b108c1f5bb379e0"],"organizer":["ec-cabinet-dubravka-of-president-suica-vice"],"involved":["eu-tr-03999415319-19","ec-person-bae2f44eb21285b37ecc9c7f2f42b4acb1f53264"]}} -{"id":"ec-meeting-2021-05-07-b20ee13fb06beb6d975963ca0461cb8ae7fddf18","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-07 - Cabinet of Commissioner Thierry Breton x Pfizer Inc."],"date":["2021-05-07"],"summary":["Site visit and assessment of production capacity and supply chain"],"notes":["Portfolio: Internal Market"],"location":["Puurs, Belgium"],"address":["Puurs, Belgium"],"addressEntity":["addr-c464638404d1a42114afecc7ead38afe08feee93"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-d6689ffc6695e7e65bdd0e0c0da1721d3031ea1b","eu-tr-4263301811-33"]}} -{"id":"ec-meeting-2021-05-07-c66c2625c591b0bfe90ce88f204f20d04dc3d642","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-07 - Cabinet of Commissioner Mairead Mcguinness x The Institute of International and European Affairs, Brussels"],"date":["2021-05-07"],"summary":["Speech by the Commissioner on future of banking"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Speech via Video call"],"address":["Speech via Video call"],"addressEntity":["addr-d6908ca25b90cd500d9548e062fb3e6ae7799f32"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-2b9c589fb2354bd93067644d2c3d2c058d4c4cc9","eu-tr-866815515160-79","ec-person-49e520c7a9c9c47ccb5acfa68f9416e4233af9f8"]}} -{"id":"ec-meeting-2021-05-07-c6f4ed63a3243061bb83a7a21e4d59e7b7bf8efc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-07 - Cabinet of Executive Vice-President Frans Timmermans x EUROPE'S MEDIALAB (Fondation EURACTIV)"],"date":["2021-05-07"],"summary":["Speech at EURACTIV Virtual Conference \"What can the US and the EU learn from each other to accelerate climate action?\""],"notes":["Portfolio: European Green Deal"],"location":["Brussels (videoconference)"],"address":["Brussels (videoconference)"],"addressEntity":["addr-843ddf9d3c6977cd8d56db6bb2154f8415263e26"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-485832526193-89","ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce"]}} -{"id":"ec-meeting-2021-05-07-cd896cc367b617a6ba072efc714ff85fcdb21578","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-07 - Cabinet of Commissioner Virginijus Sinkevičius x Fern Conservation International Europe Greenpeace European Unit WWF European Policy Programme Global Witness WCS EU ClientEarth AISBL Environmental Investigation Agency"],"date":["2021-05-07"],"summary":["Discussion about Commission's legislative proposal on deforestation and forest degradation"],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["eu-tr-10439809375-73","eu-tr-70299514465-38","eu-tr-1414929419-24","eu-tr-03960197927-62","eu-tr-40538475090-82","eu-tr-96645517357-19","eu-tr-9832909575-41","eu-tr-054662633848-40","ec-person-9de2bdbd71a153577984a493028e19bcb8c1514f"]}} -{"id":"ec-meeting-2021-05-07-da763223c03fbd5d9fd281442fcf1c21908c2ba8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-07 - Cabinet of Commissioner Thierry Breton x Ericsson Deutsche Telekom AMADEUS IT GROUP S.A. Atos SE (France) Retelit Spa OVH Groupe Capgemini Invent - the Netherlands Leaseweb Global B.V Orange IRIDEOS S.P.A. Digital Data Centre Bidco SL Indra Aruba S.p.A. 1&1 AG Magic Cloud Oy Airbus"],"date":["2021-05-07"],"summary":["Cloud & Data Alliance - CEO Roundtable"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-531047531752-02","eu-tr-439568220616-04","eu-tr-208351410839-33","eu-tr-409366040622-11","eu-tr-193056815367-44","ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","eu-tr-2732167674-76","eu-tr-429363840637-73","eu-tr-02021363105-42","eu-tr-924536540642-83","eu-tr-988424740624-93","eu-tr-950271240628-66","eu-tr-76704342721-41","eu-tr-281155638075-51","eu-tr-614454339447-22","eu-tr-249876817241-03","ec-person-b077a2e9f0fdb3b8f6e91d0bd0b256db9e40ce46","eu-tr-60052162589-72"]}} -{"id":"ec-meeting-2021-05-07-db81ebd3a576f39b7af7c65ba700399ee46916e4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-07 - Cabinet of Commissioner Jutta Urpilainen x Aalto-korkeakoulusäätiö / Aalto University"],"date":["2021-05-07"],"summary":["5G, infrastructure and digitalisation in partner countries."],"notes":["Portfolio: International Partnerships"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["eu-tr-25901146020-53","ec-person-a6ae9abd61cd135e990ccc05f2a7cc849f01a618","ec-person-1ec9383fd54d9d4cd8a154c01fa71549eb8c75ac"]}} -{"id":"ec-meeting-2021-05-07-e92855ee2c6d1f21f0231533595f0a5f7abe2ecf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-07 - Cabinet of Vice-President Margaritis Schinas x Atlantic Council of the United States, Inc"],"date":["2021-05-07"],"summary":["EU-US relations"],"notes":["Portfolio: Promoting the European Way of Life"],"location":["online"],"address":["online"],"addressEntity":["addr-2dbc2fd2358e1ea1b7a6bc08ea647b9a337ac92d"],"organizer":["ec-cabinet-margaritis-of-president-schinas-vice"],"involved":["ec-person-d5cada2a1a17537a675985af31e5ce07ae3bfd42","ec-person-180e5c5b13dac533a1241b0f9d78176c8bec3d51","eu-tr-524686116124-73"]}} -{"id":"ec-meeting-2021-05-10-62bda181845d0e4fa3a01e3c56a2a1d5f889c731","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-10 - Cabinet of Commissioner Adina Vălean x Association des Constructeurs Européens d'Automobiles"],"date":["2021-05-10"],"summary":["AFID review"],"notes":["Portfolio: Transport"],"location":["Conference call"],"address":["Conference call"],"addressEntity":["addr-28ba88479582b2f75898964548da4252dc7db7d2"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["eu-tr-0649790813-47","ec-person-e5f1558cac43dd4f90847b508b6753edb0a9f903"]}} -{"id":"ec-meeting-2021-05-10-69870165c8ba02883ba2149d609ecb4d39ecdc2b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-10 - Cabinet of Commissioner Kadri Simson x EWABA"],"date":["2021-05-10"],"summary":["The revision of the REDII and the promotion of sustainable fuels in aviation."],"notes":["Portfolio: Energy"],"location":["Video Conferencing"],"address":["Video Conferencing"],"addressEntity":["addr-e3b7413b2ac93be00b6bcff51fdc1374d67118bd"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["ec-person-9b7f5fe059e5b0b40e79e9170211aa2f02322fdb","eu-tr-727017212658-96"]}} -{"id":"ec-meeting-2021-05-10-7217af9522b9f7fd71ca2306dee2b759e634ca7a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-10 - Cabinet of Commissioner Kadri Simson x AtlasInvest Holding"],"date":["2021-05-10"],"summary":["Imports of clean hydrogen into Europe"],"notes":["Portfolio: Energy"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["ec-person-2fb98fc84d2cf8d481688eff3d47f7745ead3592","eu-tr-911661142799-05"]}} -{"id":"ec-meeting-2021-05-10-7ea590d23947b3929ee48bbdcb9c4cdfbd183539","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-10 - Cabinet of Executive Vice-President Margrethe Vestager x Heinrich Bauer Verlag KG"],"date":["2021-05-10"],"summary":["DMA"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-73fb1ddd279f8c6697a055567a2c09606006b875","eu-tr-218282321469-11"]}} -{"id":"ec-meeting-2021-05-10-81f4ec860236e3f1fe434baa0872c2f72143e3d5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-10 - Cabinet of Executive Vice-President Frans Timmermans x Association des Constructeurs Européens d'Automobiles"],"date":["2021-05-10"],"summary":["AFID review"],"notes":["Portfolio: European Green Deal"],"location":["online"],"address":["online"],"addressEntity":["addr-2dbc2fd2358e1ea1b7a6bc08ea647b9a337ac92d"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-d56ecbfde17436a136fc89c9a978b266e8285c84","eu-tr-0649790813-47"]}} -{"id":"ec-meeting-2021-05-10-84a9ae4d3678ac5051000bf926cd0c750945951c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-10 - Cabinet of Commissioner Thierry Breton x Mastercard Europe"],"date":["2021-05-10"],"summary":["Company policy for the Control of illicit pornography online"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-4d83416435f81b1f1e8f5c86aeebb1478577f1d2","eu-tr-58204758673-16"]}} -{"id":"ec-meeting-2021-05-10-9675f0267669149f272561208769a5f9e1f204a8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-10 - Cabinet of Commissioner Mairead Mcguinness x European Financial Services Round Table"],"date":["2021-05-10"],"summary":["digital finance"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-0ba9b89127b39af6a66f2fc3ed727332f1b19a34","eu-tr-27636291880-60"]}} -{"id":"ec-meeting-2021-05-10-983c386d12d1c6d208f682d2b227947ae06596f8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-10 - Cabinet of Executive Vice-President Frans Timmermans x EPIA SolarPower Europe"],"date":["2021-05-10"],"summary":["Climate transition challenges"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - videoconference"],"address":["Brussels - videoconference"],"addressEntity":["addr-a3a01e55b02ab591ce10151760698f4306ec49cb"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-7c876f4825f213b8adbedf089ccedfbc3b36d65b","eu-tr-2680046412-48"]}} -{"id":"ec-meeting-2021-05-10-9b9fbbed299c35be22034cafa52b49521e0427c0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-10 - Directorate-General for International Partnerships x OXFAM INTERNATIONAL EU ADVOCACY OFFICE"],"date":["2021-05-10"],"summary":["climate, economic justice as well as inequality and the impact of COVID-19"],"location":["online"],"address":["online"],"addressEntity":["addr-2dbc2fd2358e1ea1b7a6bc08ea647b9a337ac92d"],"organizer":["ec-dg-intpa"],"involved":["eu-tr-46856801604-90","ec-person-afe6f55069d2cc5483157e138e41abd63140fdd8"]}} -{"id":"ec-meeting-2021-05-10-a2820fa1b84454ab477eec0e12551024e9f917de","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-10 - Cabinet of Commissioner Thierry Breton x Heinrich Bauer Verlag KG"],"date":["2021-05-10"],"summary":["DMA"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-4d83416435f81b1f1e8f5c86aeebb1478577f1d2","eu-tr-218282321469-11"]}} -{"id":"ec-meeting-2021-05-10-a85bee6002487f5b9075965e214795b2dfd53a7f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-10 - Cabinet of Commissioner Janez Lenarčič x Save the Children Europe"],"date":["2021-05-10"],"summary":["Protection at the centre of humanitarian action and responding to climate-induced displacements"],"notes":["Portfolio: Crisis Management"],"location":["VTC Brussels"],"address":["VTC Brussels"],"addressEntity":["addr-49dab957cc6ceef7dfb2b3eefc0f4fd9e613e0e6"],"organizer":["ec-cabinet-commissioner-janez-lenarcic-of"],"involved":["ec-person-35334591a1ee219b6f0829d58a8cfba058540557","eu-tr-697362735627-20","ec-person-64e09f24899090e992a0371d8d7c2c4eaca87152"]}} -{"id":"ec-meeting-2021-05-10-d7f5b6fb795d66beb51029818ac25df7e37f705a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-10 - Cabinet of Vice-President Dubravka Šuica x European Association of Service providers for Persons with Disabilities"],"date":["2021-05-10"],"summary":["Green Paper on Ageing, long-term care, disability services"],"notes":["Portfolio: Democracy and Demography"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-dubravka-of-president-suica-vice"],"involved":["ec-person-bae2f44eb21285b37ecc9c7f2f42b4acb1f53264","eu-tr-120906010805-50"]}} -{"id":"ec-meeting-2021-05-10-ec4dea38b83077991aa9b3d6adace04188db7b5a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-10 - Cabinet of Executive Vice-President Frans Timmermans x Land- en Tuinbouw Organisatie Nederland"],"date":["2021-05-10"],"summary":["Discussion with farmers on sustainable agriculture (10+11/5)"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - videoconference"],"address":["Brussels - videoconference"],"addressEntity":["addr-a3a01e55b02ab591ce10151760698f4306ec49cb"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-7c876f4825f213b8adbedf089ccedfbc3b36d65b","eu-tr-4656646862-72"]}} -{"id":"ec-meeting-2021-05-10-ee3ee5b56c04fd5583a7e4f9543ff41702718278","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-10 - Research and Innovation x Centre National de la Recherche Scientifique"],"date":["2021-05-10"],"summary":["European Research Area"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-rtd"],"involved":["ec-person-1d348f33395de0ea6773a7b4ae8797e3e0392f73","eu-tr-787054318177-33"]}} -{"id":"ec-meeting-2021-05-11-04892b549ea023d62027f6ac1bfd10096e659c77","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-11 - Cabinet of Commissioner Thierry Breton x Disinformation Index Ltd"],"date":["2021-05-11"],"summary":["Disinformation"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-584700737325-09","ec-person-4d83416435f81b1f1e8f5c86aeebb1478577f1d2"]}} -{"id":"ec-meeting-2021-05-11-23b99cb9eaad57272ee8fd58e328fe5b263393f0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-11 - Cabinet of Commissioner Kadri Simson x Ragn-Sells"],"date":["2021-05-11"],"summary":["How to add value to shail oil ash."],"notes":["Portfolio: Energy"],"location":["EC Representation, Tallinn"],"address":["EC Representation, Tallinn"],"addressEntity":["addr-7658787204cbba0e6d283975a3f91fad3f917a5b"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["ec-person-1995c65b8dc7f3702a8c30ed96a0144075848837","ec-person-02dcb64edd20203955d6dad9d5c0dbc71a3d7816","eu-tr-277986036522-33"]}} -{"id":"ec-meeting-2021-05-11-29f61a8d1c14283936a727d0834ab4c6dd917570","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-11 - Cabinet of Commissioner Virginijus Sinkevičius x International Federation of Organic Agriculture Movements EU Regional Group"],"date":["2021-05-11"],"summary":["To discuss the ‘New Genomic Techniques’ (new-GMOs)"],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["eu-tr-67128251296-84","ec-person-ef0f66e9880a22ea8d9657bd982daf9bd74838c1"]}} -{"id":"ec-meeting-2021-05-11-3d19ed493a0414a29f92a73dd53e86ccb2a99fbd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-11 - Cabinet of Executive Vice-President Frans Timmermans x CLG Europe"],"date":["2021-05-11"],"summary":["Keynote speech on the European Green Deal at the \"event CLG Europe and the Green Growth Partnership\""],"notes":["Portfolio: European Green Deal"],"location":["Brussels (videoconference)"],"address":["Brussels (videoconference)"],"addressEntity":["addr-843ddf9d3c6977cd8d56db6bb2154f8415263e26"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce","eu-tr-381796719468-68"]}} -{"id":"ec-meeting-2021-05-11-3e7e2fa43dfc123e602c00e1f709608e0e7c3cc2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-11 - Cabinet of Executive Vice-President Frans Timmermans x Stichting IMAGINE Foundation"],"date":["2021-05-11"],"summary":["Discussion on sustainable food systems"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - videoconference"],"address":["Brussels - videoconference"],"addressEntity":["addr-a3a01e55b02ab591ce10151760698f4306ec49cb"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-7c876f4825f213b8adbedf089ccedfbc3b36d65b","eu-tr-009532038479-10"]}} -{"id":"ec-meeting-2021-05-11-4120ca800b7fe255c40c3c5078a8fbb2fc262de3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-11 - Cabinet of Commissioner Nicolas Schmit x FINCANTIERI SpA European Forum of technical and Vocational Education and Training Centro Tecnológico del Mar - Fundación CETMAR ENEL SpA Ocean Energy Europe Prime Laser Technology SA Končar Elektroindustrija d.d. Vestas Wind Systems A/S Eurelectric aisbl EUROGAS aisbl Asociación Valenciana de Empresas del Sector de la Energía European Federation of Public Service Unions Gas Networks Ireland industriAll European Trade Union"],"date":["2021-05-11"],"summary":["Pact for Skills roundtable with the renewable energies ecosystem sector."],"notes":["Portfolio: Jobs and Social Rights"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["eu-tr-769186224869-06","eu-tr-4271427696-87","ec-person-66fa2c2d100ec194caa42b5c6f97c36e2748b71c","eu-tr-147656111703-83","ec-person-4cf4655ab41922e92160325d987a3c4615c72d30","eu-tr-04902121531-04","eu-tr-587971442449-47","eu-tr-17909506129-41","eu-tr-575784743054-66","eu-tr-961528522007-79","eu-tr-264048311507-68","eu-tr-880125738612-41","eu-tr-358284014848-82","eu-tr-026007721768-32","eu-tr-095079912436-63","ec-person-c03b949331dbbe5fa3d5423758e371ec1b9b832f","eu-tr-6256831207-27"]}} -{"id":"ec-meeting-2021-05-11-47f13fb4d075dc1ffafa849d0f8f6f89e2a630ae","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-11 - Cabinet of President Ursula von der Leyen x Seznam.cz, a.s."],"date":["2021-05-11"],"summary":["Digital files (especially DMA, DSA, privacy)"],"notes":["Portfolio: President"],"location":["Brussels (WEBEX)"],"address":["Brussels (WEBEX)"],"addressEntity":["addr-3afbdeda01f3dac93a9dc841fdac57d9de27b869"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-7019713e72781afb1f3b19032c4752a314b78180","eu-tr-202560512850-84"]}} -{"id":"ec-meeting-2021-05-11-4920faa30d09c0f6e22f8ffa6973e0238abefef2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-11 - Education, Youth, Sport and Culture x Lifelong Learning Platform"],"date":["2021-05-11"],"summary":["Exchange of view on the European Education Area"],"location":["online"],"address":["online"],"addressEntity":["addr-2dbc2fd2358e1ea1b7a6bc08ea647b9a337ac92d"],"organizer":["ec-dg-eac"],"involved":["ec-person-68d4f99b9ed1b40d86ebbf81f8f35aeebd6c5fc5","eu-tr-74923516160-01"]}} -{"id":"ec-meeting-2021-05-11-5ed566bf40ebd5bde3f344aa3eab8a152c9b4fc5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-11 - Maritime Affairs and Fisheries x The Pew Charitable Trusts Environmental Justice Foundation OCEANA THE NATURE CONSERVANCY IN EUROPE gemeinnützige GmbH WWF European Policy Programme"],"date":["2021-05-11"],"summary":["Discussion on IUU"],"location":["Brussels - Zoom"],"address":["Brussels - Zoom"],"addressEntity":["addr-b5d986638efa54503e44db68e16864ecf426106a"],"organizer":["ec-dg-mare"],"involved":["eu-tr-116042012787-45","eu-tr-1414929419-24","eu-tr-46834536998-79","eu-tr-47937943241-80","eu-tr-817535514065-10","ec-person-6e64215cdacfeb6c6d4709a7f72c2b1c94a3d908"]}} -{"id":"ec-meeting-2021-05-11-6380278a07864a65c8648058cbf21b4b511a5c3e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-11 - Cabinet of Executive Vice-President Frans Timmermans x Transport and Environment (European Federation for Transport and Environment)"],"date":["2021-05-11"],"summary":["Car standards and AFID review"],"notes":["Portfolio: European Green Deal"],"location":["online"],"address":["online"],"addressEntity":["addr-2dbc2fd2358e1ea1b7a6bc08ea647b9a337ac92d"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-d56ecbfde17436a136fc89c9a978b266e8285c84","eu-tr-58744833263-19"]}} -{"id":"ec-meeting-2021-05-11-643e33b1ba4ae4005c40bb14389c33f807f827c1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-11 - Cabinet of Commissioner Stella Kyriakides x Greenpeace European Unit Corporate Europe Observatory Slow Food International Federation of Organic Agriculture Movements EU Regional Group European Coordination Via Campesina Friends of the Earth Europe"],"date":["2021-05-11"],"summary":["VTC Meeting - New Genomic Techniques and Gene drives"],"notes":["Portfolio: Health"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-kyriakides-of-stella"],"involved":["eu-tr-67128251296-84","eu-tr-01936914624-97","eu-tr-5353162366-85","ec-person-081d99a6f9ed1259db43e2cbcba20275774511b2","eu-tr-9832909575-41","eu-tr-28920471149-55","eu-tr-9825553393-31"]}} -{"id":"ec-meeting-2021-05-11-7bea8005dcfe5af494cea597afbd54996c559edb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-11 - Cabinet of Executive Vice-President Margrethe Vestager x Think Tank EUROPA"],"date":["2021-05-11"],"summary":["Industrial Strategy"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-815211615744-03","ec-person-eecca27e2a9c3fc0d4bd43564e4960382705feef"]}} -{"id":"ec-meeting-2021-05-11-867e7762441d3909b151825ff227190974410789","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-11 - Cabinet of Vice-President Věra Jourová x Bureau Européen des Unions de Consommateurs"],"date":["2021-05-11"],"summary":["Consumers protection and redress and AI"],"notes":["Portfolio: Values and Transparency"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["ec-person-eb96be0a510a5e7f122fa88f994b99f073b5dac4","eu-tr-9505781573-45","ec-person-fb258e0188a5319bfaba3161382db43f5a85851f"]}} -{"id":"ec-meeting-2021-05-11-8c6ce7e1d548aad62d251cb2a2ef9d8faa7a2d36","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-11 - Cabinet of Commissioner Thierry Breton x Planet Labs Germany"],"date":["2021-05-11"],"summary":["Satellites and the EU Green Deal"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","eu-tr-293502227711-32","ec-person-b077a2e9f0fdb3b8f6e91d0bd0b256db9e40ce46"]}} -{"id":"ec-meeting-2021-05-11-a6a301256a885eb212610e7ce0f408bc51945fad","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-11 - Cabinet of Commissioner Thierry Breton x ENEL SpA Centro Tecnológico del Mar - Fundación CETMAR European Forum of technical and Vocational Education and Training FINCANTIERI SpA industriAll European Trade Union Ocean Energy Europe European Federation of Public Service Unions Asociación Valenciana de Empresas del Sector de la Energía EUROGAS aisbl Eurelectric aisbl Vestas Wind Systems A/S Končar Elektroindustrija d.d. Prime Laser Technology SA Gas Networks Ireland"],"date":["2021-05-11"],"summary":["Pact for Skills roundtable with the renewable energies ecosystem sector"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-769186224869-06","eu-tr-4271427696-87","eu-tr-04902121531-04","eu-tr-147656111703-83","ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","eu-tr-587971442449-47","eu-tr-575784743054-66","eu-tr-17909506129-41","eu-tr-961528522007-79","eu-tr-264048311507-68","eu-tr-358284014848-82","eu-tr-880125738612-41","eu-tr-026007721768-32","eu-tr-095079912436-63","eu-tr-6256831207-27"]}} -{"id":"ec-meeting-2021-05-11-adfcbbe7711fdef843c898b2b4c834298feccf07","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-11 - Climate Action x Global Infrastructure Investor Association"],"date":["2021-05-11"],"summary":["Sustainable finance"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-clima"],"involved":["ec-person-9c5c685692a09a77f2bc8ae9c05663b87cd75aae","eu-tr-246069829906-88"]}} -{"id":"ec-meeting-2021-05-11-aec7407d9ccbb1f06a3d736d5a83f2df30ba329e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-11 - Cabinet of Commissioner Thierry Breton x UNIFE"],"date":["2021-05-11"],"summary":["Mobility, industrial strategy"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-9624415524-28","ec-person-6308dea893b9b1ca0dcd5b91b4a1ac4c2f3020ad"]}} -{"id":"ec-meeting-2021-05-11-b7bd3d808e493102867623e0b73264daaf48537f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-11 - Mobility and Transport x DFS Deutsche Flugsicherung GmbH"],"date":["2021-05-11"],"summary":["Single European Sky, SESAR"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-dg-move"],"involved":["eu-tr-80667711712-64","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2021-05-11-b8d253fe3299be243dcc59d78d9286bd1a9db130","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-11 - Financial Stability, Financial Services and Capital Markets Union x International Capital Strategies LLC"],"date":["2021-05-11"],"summary":["EU-US policy approaches to climate change"],"location":["Virtual meeting"],"address":["Virtual meeting"],"addressEntity":["addr-1f1f3f51a4da31a1ea5c1b4b21cbf52ad983224f"],"organizer":["ec-dg-fisma"],"involved":["ec-person-1fce211249673c35ee07a801ddee77ab24af8d54","eu-tr-734454815679-40"]}} -{"id":"ec-meeting-2021-05-11-ba43eacaf4ad3b5d63df113648dfe235ed1a1cf7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-11 - Cabinet of Executive Vice-President Frans Timmermans x The Alliance for Beverage Cartons and the Environment"],"date":["2021-05-11"],"summary":["European Green Deal and carton industry’s vision for sustainable packaging"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-8af3c81534786a740718d21dc58240738a53ed7b","eu-tr-57004293853-27"]}} -{"id":"ec-meeting-2021-05-11-c013263c5c823e80552ba86e623ef5cc139d3812","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-11 - Financial Stability, Financial Services and Capital Markets Union x Mitsubishi UFJ Financial Group Afore Consulting"],"date":["2021-05-11"],"summary":["EU-UK discussions and the impact of Covid-19 and policy responses"],"location":["Virtual meeting"],"address":["Virtual meeting"],"addressEntity":["addr-1f1f3f51a4da31a1ea5c1b4b21cbf52ad983224f"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-966760434845-44","ec-person-1fce211249673c35ee07a801ddee77ab24af8d54","eu-tr-03013154889-05"]}} -{"id":"ec-meeting-2021-05-11-c6cae9bf1b1622e7b164ead171e4b72a1289d1af","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-11 - Cabinet of Commissioner Mairead Mcguinness x International Swaps and Derivatives Association"],"date":["2021-05-11"],"summary":["Keynote address at the ISDA 35th Annual General Meeting."],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Video Conferencing."],"address":["Video Conferencing."],"addressEntity":["addr-912f3be8d3c705b575d95bd802535451d4e253ad"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-2b9c589fb2354bd93067644d2c3d2c058d4c4cc9","eu-tr-46643241096-93"]}} -{"id":"ec-meeting-2021-05-11-ccb43da1a8ea4cec545cf6b1fbe63c42fda88e3e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-11 - Cabinet of Commissioner Mairead Mcguinness x Mastercard Europe"],"date":["2021-05-11"],"summary":["Payments"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Video Conferencing"],"address":["Video Conferencing"],"addressEntity":["addr-e3b7413b2ac93be00b6bcff51fdc1374d67118bd"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-2b9c589fb2354bd93067644d2c3d2c058d4c4cc9","ec-person-3a66109f0585c657edbe69190faa41919b50e05f","eu-tr-58204758673-16"]}} -{"id":"ec-meeting-2021-05-11-f158a2cccaea1dd67cfcc692891cda46be5d0037","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-11 - Cabinet of Executive Vice-President Frans Timmermans x ROCKWOOL International A/S"],"date":["2021-05-11"],"summary":["meeting on Renovation"],"notes":["Portfolio: European Green Deal"],"location":["Brussels (videoconference)"],"address":["Brussels (videoconference)"],"addressEntity":["addr-843ddf9d3c6977cd8d56db6bb2154f8415263e26"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-a282162080cef4ef2a8c0ab6247a3e03dc438507","eu-tr-2301233810-42","ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce"]}} -{"id":"ec-meeting-2021-05-11-fbdfc92d99605d4221b84f5edf18ff137f63aef8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-11 - Cabinet of Commissioner Thierry Breton x Apple Inc."],"date":["2021-05-11"],"summary":["standardisation"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-026c2270ec4cbabdb8ac223b2d1fa4202696dc8d","eu-tr-588327811384-96"]}} -{"id":"ec-meeting-2021-05-12-00207f1eec892d0ed22e5baa2e610fc1c38310b2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-12 - Cabinet of President Ursula von der Leyen x BUSINESSEUROPE"],"date":["2021-05-12"],"summary":["Fit for 55"],"notes":["Portfolio: President"],"location":["Brussels (VC)"],"address":["Brussels (VC)"],"addressEntity":["addr-7a7ab1034ef0b71e62ebf9a322dc5d9528505976"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-f2b941852d3b961d69ed695c2d243a1a2b4a1904","eu-tr-3978240953-79"]}} -{"id":"ec-meeting-2021-05-12-0c271c063960bb60922dd1ff3778071394601094","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-12 - Cabinet of Executive Vice-President Margrethe Vestager x Bundesverband der Deutschen Industrie e.V."],"date":["2021-05-12"],"summary":["Discussion on competition matters"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-1771817758-48","ec-person-6b6135249735cff1f3061530471f1e159500c840","ec-person-11ba005cc4046696303381b7ca219da9b11a42bf","ec-person-73fb1ddd279f8c6697a055567a2c09606006b875"]}} -{"id":"ec-meeting-2021-05-12-462ac6551df7426d829e58c312429f45bad35d6f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-12 - Cabinet of President Ursula von der Leyen x Agora Energiewende"],"date":["2021-05-12"],"summary":["Fit for 55"],"notes":["Portfolio: President"],"location":["Brussels (WEBEX)"],"address":["Brussels (WEBEX)"],"addressEntity":["addr-3afbdeda01f3dac93a9dc841fdac57d9de27b869"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-f2b941852d3b961d69ed695c2d243a1a2b4a1904","eu-tr-321342621105-20"]}} -{"id":"ec-meeting-2021-05-12-6067b65a99a254505cbdb64d15ce64b4cd2e46e4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-12 - Cabinet of Vice-President Věra Jourová x Stichting Free Press Unlimited"],"date":["2021-05-12"],"summary":["Media Pluralism"],"notes":["Portfolio: Values and Transparency"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["ec-person-221276f2dfa4b8fe628f08e982d967b6aeb61c57","eu-tr-244060929225-74"]}} -{"id":"ec-meeting-2021-05-12-7a9bf2f7a4cb52e661eb240b245560e3b7341145","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-12 - Cabinet of Commissioner Johannes Hahn x Vereinigung der österreichischen Industrie - Industriellenvereinigung"],"date":["2021-05-12"],"summary":["Current economic situation and recovery (in the EU and AT specific); State of play of the RRF; Exchange of views on upcoming European Initiatives"],"notes":["Portfolio: Budget and Administration"],"location":["Conference call"],"address":["Conference call"],"addressEntity":["addr-28ba88479582b2f75898964548da4252dc7db7d2"],"organizer":["ec-cabinet-commissioner-hahn-johannes-of"],"involved":["ec-person-6dd3472dac004e43ec1fa4f5b4106e3b476c9ce7","eu-tr-89093924456-06"]}} -{"id":"ec-meeting-2021-05-12-93c5e7cfc9833683f42472894641dfc34d467d74","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-12 - Cabinet of Commissioner Virginijus Sinkevičius x Umweltorganisation WWF Central and Eastern Erurope Transport and Environment (European Federation for Transport and Environment) Fern"],"date":["2021-05-12"],"summary":["To discuss the Renewable Energy Directive (RED II), in particular from the bioenergy angle, and the upcoming Forest Strategy."],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["eu-tr-58744833263-19","ec-person-dd7a7b1952e158f4195d34cff333ec79a4f48ba3","eu-tr-40538475090-82","ec-person-1443799688ae485d7a2fee5c9defab2c5b7c7e6c","eu-tr-02019258940-59"]}} -{"id":"ec-meeting-2021-05-12-9addaa8d6b493cf17ef556ee2172edd5205176cf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-12 - Cabinet of Commissioner Kadri Simson x BUSINESSEUROPE"],"date":["2021-05-12"],"summary":["Progress of the overall preparations for the Fit-for-55 package;\r\nRenewable Energy Directive;\r\nThe reform of the ETS."],"notes":["Portfolio: Energy"],"location":["Video Conferencing"],"address":["Video Conferencing"],"addressEntity":["addr-e3b7413b2ac93be00b6bcff51fdc1374d67118bd"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["ec-person-9b7f5fe059e5b0b40e79e9170211aa2f02322fdb","eu-tr-3978240953-79"]}} -{"id":"ec-meeting-2021-05-12-b19a23f1ea589a477b4e088ecfc30a971d1520d6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-12 - Mobility and Transport x Lufthansa Group Brussels Airlines SA/NV"],"date":["2021-05-12"],"summary":["Covid 19 impact on aviation, Sustainability"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-move"],"involved":["eu-tr-0714344663-32","eu-tr-755555322381-50","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2021-05-12-b1d6a1d0158384fc798d3de06d374f54c1067bdb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-12 - Cabinet of Commissioner Mairead Mcguinness x BVI Bundesverband Investment und Asset Management e.V."],"date":["2021-05-12"],"summary":["BVI provided a short introduction of their work and association. They commented on the difficulties of timings in relation to data provision and the scope of the NFRD and reporting under the SFDR and its upcoming RTSs. They further commented on the"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-a5441c6a69a8a94fd64e02def60fcc6567f2c1d8","eu-tr-96816064173-47"]}} -{"id":"ec-meeting-2021-05-13-6ce08e8b89ed884b78c52ce4e065cfbd82cc7c26","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-13 - Cabinet of Vice-President Věra Jourová x Institut pro politiku a společnost"],"date":["2021-05-13"],"summary":["Digital decade"],"notes":["Portfolio: Values and Transparency"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["ec-person-bf54da17217bbddfd9c68fe24d88005ac17e2c4b","eu-tr-192342238879-88"]}} -{"id":"ec-meeting-2021-05-17-1e22c007eaf6f0ccf8ef150db3f70d206b87916f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-17 - Budget x UniCredit"],"date":["2021-05-17"],"summary":["Next Generation EU"],"location":["Webex"],"address":["Webex"],"addressEntity":["addr-4b591c6aa2d0556305c2d15987c48d32c33f9ca9"],"organizer":["ec-dg-budg"],"involved":["ec-person-39635b893026833f739fe623fe7e9d5a97525e7a","eu-tr-03094871618-32"]}} -{"id":"ec-meeting-2021-05-17-2035540d5b8be9b22978c89d583a2bf84db7c800","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-17 - Cabinet of Commissioner Thierry Breton x Hydrogen Europe"],"date":["2021-05-17"],"summary":["Clean hydrogen alliance; fit for 55 package"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-6308dea893b9b1ca0dcd5b91b4a1ac4c2f3020ad","eu-tr-77659588648-75"]}} -{"id":"ec-meeting-2021-05-17-2ba95d56e24ad564f142ee559fa3e9aebce7dcba","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-17 - Cabinet of Commissioner Thierry Breton x Verband Deutscher Maschinen- und Anlagenbau e.V."],"date":["2021-05-17"],"summary":["Euro 7"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-6308dea893b9b1ca0dcd5b91b4a1ac4c2f3020ad","eu-tr-9765362691-45"]}} -{"id":"ec-meeting-2021-05-17-38e4f73ca210045906c57a43a79e1fc720cdbef2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-17 - Cabinet of Executive Vice-President Frans Timmermans x Fridays for Future Germany"],"date":["2021-05-17"],"summary":["Discussion on CAP"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - videoconference"],"address":["Brussels - videoconference"],"addressEntity":["addr-a3a01e55b02ab591ce10151760698f4306ec49cb"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-7c876f4825f213b8adbedf089ccedfbc3b36d65b","eu-tr-558588039523-40"]}} -{"id":"ec-meeting-2021-05-17-3900bea21ece45c74252f9f1d76fef46b0d1c995","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-17 - Cabinet of Executive Vice-President Frans Timmermans x Blic Oy Advanced Biofuels Coalition"],"date":["2021-05-17"],"summary":["Fit for 55 and RED II review"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - video conference"],"address":["Brussels - video conference"],"addressEntity":["addr-d7df553e47e69d1cc9f4189b36b7c867f80459b0"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-a282162080cef4ef2a8c0ab6247a3e03dc438507","eu-tr-526080337842-49","eu-tr-687078815005-93"]}} -{"id":"ec-meeting-2021-05-17-3c9ecb22bdd582e7a1bd2b154cdcd9ecbe355680","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-17 - Financial Stability, Financial Services and Capital Markets Union x Intesa Sanpaolo"],"date":["2021-05-17"],"summary":["EU economy in the recovery phase"],"location":["Virtual meeting"],"address":["Virtual meeting"],"addressEntity":["addr-1f1f3f51a4da31a1ea5c1b4b21cbf52ad983224f"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-24037141789-48","ec-person-1fce211249673c35ee07a801ddee77ab24af8d54"]}} -{"id":"ec-meeting-2021-05-17-42b0fa52bcd3d214cb271c3d18640d68ee3871be","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-17 - Cabinet of Vice-President Věra Jourová x Avaaz Foundation"],"date":["2021-05-17"],"summary":["Disinformation"],"notes":["Portfolio: Values and Transparency"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["ec-person-74c07660dcbc6dc9993b34462cf2a1fec35925ea","eu-tr-475565317526-24","ec-person-fb258e0188a5319bfaba3161382db43f5a85851f"]}} -{"id":"ec-meeting-2021-05-17-5a772f980f5a0d08bb74b8824b30989764f28df3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-17 - Cabinet of Commissioner Thierry Breton x International Council on Clean Transportation"],"date":["2021-05-17"],"summary":["Euro 7"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-6308dea893b9b1ca0dcd5b91b4a1ac4c2f3020ad","eu-tr-06250094777-73"]}} -{"id":"ec-meeting-2021-05-17-652b3614fd2ef62a909719b4ed347810ca36df70","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-17 - Cabinet of Commissioner Adina Vălean x Uniunea Națională a Transportatorilor Rutieri din România"],"date":["2021-05-17"],"summary":["Inclusion of road transport in the carbon emissions scheme (ETS)"],"notes":["Portfolio: Transport"],"location":["Conference call"],"address":["Conference call"],"addressEntity":["addr-28ba88479582b2f75898964548da4252dc7db7d2"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["ec-person-fc3be846753d8ee60758ebedb7309dcf08aea52e","eu-tr-582536742127-43"]}} -{"id":"ec-meeting-2021-05-17-6ccd688ae6ef8a1a734ddecbdf8b59140a0fab35","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-17 - Cabinet of Executive Vice-President Valdis Dombrovskis x European Federation of Pharmaceutical Industries and Associations"],"date":["2021-05-17"],"summary":["EU vaccine policy"],"notes":["Portfolio: An Economy that Works for People"],"location":["Video conferencing"],"address":["Video conferencing"],"addressEntity":["addr-4a260fcbdf035aeae48bfb811f1225b05f636185"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["eu-tr-38526121292-88","ec-person-3520008ac93a203db50d106deafde939bc2729f1","ec-person-f011ed0f7c78d833a79f1206f788e0cbd9cb8864","ec-person-7433d96a6e6f46c9f9174db79ec61c387dffa509"]}} -{"id":"ec-meeting-2021-05-17-812da16deafa5ee7e623111658587b792bfaa09c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-17 - Cabinet of Commissioner Thierry Breton x ENGIE"],"date":["2021-05-17"],"summary":["Hydrogen alliance; fit for 55 package"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-6308dea893b9b1ca0dcd5b91b4a1ac4c2f3020ad","eu-tr-90947457424-20"]}} -{"id":"ec-meeting-2021-05-17-884f5df37fed7640d84bae3565a81802bc18bb77","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-17 - Cabinet of Executive Vice-President Frans Timmermans x Nestlé S.A. Danone Unilever"],"date":["2021-05-17"],"summary":["EU code of conduct for responsible marketing and business practices"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - video conference"],"address":["Brussels - video conference"],"addressEntity":["addr-d7df553e47e69d1cc9f4189b36b7c867f80459b0"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-15366395387-57","eu-tr-6200524920-25","eu-tr-65744846168-89","ec-person-33624431cbec1074e151c1707715ef46d2ba9565"]}} -{"id":"ec-meeting-2021-05-17-88a136b3d61c86d80bf0c4aa1395428103876df4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-17 - Mobility and Transport x CANSO - Civil Air Navigation Services Organisation"],"date":["2021-05-17"],"summary":["SES"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-dg-move"],"involved":["eu-tr-26986828838-57","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2021-05-17-a92c28b5691a9c5704f4e1910974bf6c9e50114d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-17 - Cabinet of Commissioner Kadri Simson x GEODE - The voice of local energy distributors across Europe"],"date":["2021-05-17"],"summary":["How local DSOs enable the energy transition\r\nRole of gas DSOs\r\nImplementation of CEP\r\nEU DSO Entity\r\nEU Recovery Facility – Next Generation"],"notes":["Portfolio: Energy"],"location":["Video Conferencing"],"address":["Video Conferencing"],"addressEntity":["addr-e3b7413b2ac93be00b6bcff51fdc1374d67118bd"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["eu-tr-00098856602-24","ec-person-d40f25b5cb5c0681854a4996da444478318f7e58"]}} -{"id":"ec-meeting-2021-05-17-b1d6a1d0158384fc798d3de06d374f54c1067bdb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-17 - Cabinet of Commissioner Mairead Mcguinness x BVI Bundesverband Investment und Asset Management e.V."],"date":["2021-05-17"],"summary":["Sustainable Finance"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-a5441c6a69a8a94fd64e02def60fcc6567f2c1d8","eu-tr-96816064173-47"]}} -{"id":"ec-meeting-2021-05-17-d1415c00c1b6bd0c3d878ab41b69661d8a7061a1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-17 - Cabinet of Executive Vice-President Margrethe Vestager x News Corporation"],"date":["2021-05-17"],"summary":["Recent developments in the newspaper publishing sector"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-11d97788772862bb34f51dd26d7f92603eac1bf8","eu-tr-544873617314-08","ec-person-8b6db5c3c4611618ade59c6d0dadc21c962f0ee7"]}} -{"id":"ec-meeting-2021-05-17-d6c3b8d28a41a7f61de67123b9b29cef3a85806e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-17 - Cabinet of Commissioner Nicolas Schmit x European Association of Service providers for Persons with Disabilities"],"date":["2021-05-17"],"summary":["Green Paper on Ageing"],"notes":["Portfolio: Jobs and Social Rights"],"location":["online"],"address":["online"],"addressEntity":["addr-2dbc2fd2358e1ea1b7a6bc08ea647b9a337ac92d"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-8eb18b6102d444937bc6af5822a6742812165b48","eu-tr-120906010805-50"]}} -{"id":"ec-meeting-2021-05-17-ff8153150b0695ca8f46f0a9e6b9fbf3d99f1d70","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-17 - Cabinet of Commissioner Ylva Johansson x Meta Platforms Ireland Limited and its various subsidiaries (f/k/a Facebook Ireland Limited)"],"date":["2021-05-17"],"summary":["a call between Commissioner Johansson and Vice President for Global Affairs and Communications at Facebook Nick Clegg took place to discuss Facebook’s current practices and approach to security and safety."],"notes":["Portfolio: Home Affairs"],"location":["VTC"],"address":["VTC"],"addressEntity":["addr-9d1acaa772820b8ade84113d2da24716fe455be2"],"organizer":["ec-cabinet-commissioner-johansson-of-ylva"],"involved":["ec-person-d3f97e069d9ff016d7b65052f6eb6b98500ec118","ec-person-b54ba0be96a986a38bcd39d4f9db577e79171356","ec-person-31b127e72e9dd30ce85ff2b475ac65d28d7dc48d","eu-tr-28666427835-74"]}} -{"id":"ec-meeting-2021-05-18-00207f1eec892d0ed22e5baa2e610fc1c38310b2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-18 - Cabinet of President Ursula von der Leyen x BUSINESSEUROPE"],"date":["2021-05-18"],"summary":["Taxonomy Delegated Act (Art 8)"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["eu-tr-3978240953-79","ec-person-a159f03add374257584565c2b05cc5539a7526e6"]}} -{"id":"ec-meeting-2021-05-18-05def7d2a8d147fef2b8b3b674dcd993ecc7ad8c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-18 - Cabinet of Executive Vice-President Frans Timmermans x US Industrial Pellet Association Drax Group plc AS Graanul Invest Enviva"],"date":["2021-05-18"],"summary":["Forest biomass and Fit for 55"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - video conference"],"address":["Brussels - video conference"],"addressEntity":["addr-d7df553e47e69d1cc9f4189b36b7c867f80459b0"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-227344812892-07","eu-tr-800533940164-02","ec-person-a282162080cef4ef2a8c0ab6247a3e03dc438507","eu-tr-650295823224-84","eu-tr-389275311163-19"]}} -{"id":"ec-meeting-2021-05-18-0983b3731f3fc50c26a974fb1e1c1ea696fa3fb8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-18 - Environment x EUROMETAUX"],"date":["2021-05-18"],"summary":["Waste legislation: future revisions of Waste Shipment Regulation, Waste Framework Directive and ELV Directive"],"location":["Video meeting"],"address":["Video meeting"],"addressEntity":["addr-762dc9b5648e05f3894b6f2597baa8254e5414db"],"organizer":["ec-dg-env"],"involved":["ec-person-f9559d68da38935569ff0be1cadd90e05f0454bd","eu-tr-61650796093-48"]}} -{"id":"ec-meeting-2021-05-18-23e1f5e56d7bc1e9600bd9de0529568f18dfa159","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-18 - Cabinet of Executive Vice-President Margrethe Vestager x EuroTech Universities Alliance"],"date":["2021-05-18"],"summary":["Research and innovation"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-992618013978-09","ec-person-11ba005cc4046696303381b7ca219da9b11a42bf"]}} -{"id":"ec-meeting-2021-05-18-252781a4947e44298291249eba9bf668eee384a5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-18 - Mobility and Transport x Société nationale SNCF"],"date":["2021-05-18"],"summary":["Sustainable and Smart Mobility Strategy"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-dg-move"],"involved":["ec-person-26cdfacae671b09917bee1a91c91973941fa58a2","eu-tr-97914681026-14"]}} -{"id":"ec-meeting-2021-05-18-3890586e4de67b32535b0b16f8ea28632847684b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-18 - Mobility and Transport x Transport and Environment (European Federation for Transport and Environment)"],"date":["2021-05-18"],"summary":["ReFuel EU and ReFuel"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-dg-move"],"involved":["ec-person-26cdfacae671b09917bee1a91c91973941fa58a2","eu-tr-58744833263-19"]}} -{"id":"ec-meeting-2021-05-18-4799e9de5f80224b04d6493f7818a0fd5c458529","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-18 - Cabinet of Commissioner Virginijus Sinkevičius x Helmholtz-Gemeinschaft Deutscher Forschungszentren e.V."],"date":["2021-05-18"],"summary":["Synergies between GHG-emission reduction and biodiversity protection"],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["eu-tr-73792436593-97","ec-person-172a438ed334761e2ab5d52e551fd1bcb6ab6b8d"]}} -{"id":"ec-meeting-2021-05-18-534112641e2fc55782f05629ab7e65ee4d0950aa","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-18 - Communications Networks, Content and Technology x Reset"],"date":["2021-05-18"],"summary":["DSA"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-754754839444-24","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2021-05-18-66fbfdede0b25f270d4c05e48067c5e38b30735a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-18 - Cabinet of Commissioner Adina Vălean x GRTgaz"],"date":["2021-05-18"],"summary":["The energy and ecological transition, and the key role that the energy infrastructure can play in making the shift to a low-carbon economy a reality, including the deployment of sustainable mobility and transport solutions in Europe."],"notes":["Portfolio: Transport"],"location":["Conference call"],"address":["Conference call"],"addressEntity":["addr-28ba88479582b2f75898964548da4252dc7db7d2"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["eu-tr-584527815328-09","ec-person-e5f1558cac43dd4f90847b508b6753edb0a9f903"]}} -{"id":"ec-meeting-2021-05-18-6f6364be6e79e93ff08d329da5110b2e72a16194","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-18 - Cabinet of Executive Vice-President Valdis Dombrovskis x AT&T, Inc."],"date":["2021-05-18"],"summary":["EU-US relations"],"notes":["Portfolio: An Economy that Works for People"],"location":["Video conferencing"],"address":["Video conferencing"],"addressEntity":["addr-4a260fcbdf035aeae48bfb811f1225b05f636185"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-f011ed0f7c78d833a79f1206f788e0cbd9cb8864","eu-tr-92442218459-37"]}} -{"id":"ec-meeting-2021-05-18-6fbd6fd3a71440fe6a446f1729c69305e9e35fda","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-18 - Cabinet of Executive Vice-President Frans Timmermans x Assicurazioni Generali S.p.A"],"date":["2021-05-18"],"summary":["Sustainable Finance, Climate adaptation, Climate Pact"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-e88af8eb396e96e3dbc9b4ec6e40a348d26c389c","ec-person-f8efd5ca1c3794aa2954d6b5f54ff94f015fba20","eu-tr-600525713796-88"]}} -{"id":"ec-meeting-2021-05-18-7c35ebc4a9a456bbc31b9f7c8bba7d21ba53dae8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-18 - European Anti-Fraud Office x Finnish Food and Drink Industries' Federation (Elintarviketeollisuusliitto ry)"],"date":["2021-05-18"],"summary":["Food fraud"],"location":["Helsinki"],"address":["Helsinki"],"addressEntity":["addr-98dc71700228eb053aa75f338c9a8b5bcef38679"],"organizer":["ec-dg-olaf"],"involved":["eu-tr-243595329172-25","ec-person-c90088f66bae9d193e5d31cb2db28cf7c517a2b9"]}} -{"id":"ec-meeting-2021-05-18-7dfded66be8417c672fd75866ed5303499c6d4af","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-18 - Cabinet of Commissioner Kadri Simson x Drax Group plc AS Graanul Invest Enviva US Industrial Pellet Association"],"date":["2021-05-18"],"summary":["To discuss the options that the Commission are currently considering for the review of biomass sustainability within the proposal for REDIII.\r\nTo discuss the role of sustainable bioenergy in the EU’s energy and climate plans."],"notes":["Portfolio: Energy"],"location":["Video Conferencing"],"address":["Video Conferencing"],"addressEntity":["addr-e3b7413b2ac93be00b6bcff51fdc1374d67118bd"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["ec-person-9b7f5fe059e5b0b40e79e9170211aa2f02322fdb","eu-tr-227344812892-07","eu-tr-800533940164-02","eu-tr-650295823224-84","eu-tr-389275311163-19"]}} -{"id":"ec-meeting-2021-05-18-841e033ce868f95ac9961aedaa794c0d93f6f3a2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-18 - Communication x European Movement International Conseil des Communes et Régions d'Europe"],"date":["2021-05-18"],"summary":["Conference on the Future of Europe"],"location":["online"],"address":["online"],"addressEntity":["addr-2dbc2fd2358e1ea1b7a6bc08ea647b9a337ac92d"],"organizer":["ec-dg-comm"],"involved":["eu-tr-35279857524-58","eu-tr-81142561702-61","ec-person-676f70803f4848c87b632d8522ff9ce8d4600e27"]}} -{"id":"ec-meeting-2021-05-18-86aeef9f0cfeed5dcd0e4352bd9c1a413f7b12d8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-18 - Internal Market, Industry, Entrepreneurship and SMEs x Shipyards' and Maritime Equipment Association of Europe"],"date":["2021-05-18"],"summary":["They would like to present the Shipyards’ and Maritime Equipment sector and to discuss the current economic situation of the sector and challenges ahead"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-grow"],"involved":["ec-person-0151c7e554d188fffc509ad636b7d1a84c5dfcd5","eu-tr-009214311424-03"]}} -{"id":"ec-meeting-2021-05-18-8812f9b64bb9c31efa71de2fa9b2e38612947f68","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-18 - Cabinet of Commissioner Mairead Mcguinness x Associazione Bancaria Italiana"],"date":["2021-05-18"],"summary":["Banking Crisis Management"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["video call"],"address":["video call"],"addressEntity":["addr-12d8c530d76da0b7745f9c0f9285e7eec97adc55"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["eu-tr-915519211566-03","ec-person-49e520c7a9c9c47ccb5acfa68f9416e4233af9f8"]}} -{"id":"ec-meeting-2021-05-18-8d65c9dc9b8e4141c231b927cca9952e997570b3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-18 - Cabinet of Commissioner Janusz Wojciechowski x Blic Oy Advanced Biofuels Coalition"],"date":["2021-05-18"],"summary":["Biofuels /follow-up meeting on the Commission’s upcoming Fit for 55 package"],"notes":["Portfolio: Agriculture"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["eu-tr-687078815005-93","eu-tr-526080337842-49","ec-person-cafe030b6dad78a75143f7552c420481b30ebceb"]}} -{"id":"ec-meeting-2021-05-18-8e21fb49a58eb9f129c155ab4e16f0ae75faedd2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-18 - Cabinet of Commissioner Janusz Wojciechowski x Vodafone Belgium SA"],"date":["2021-05-18"],"summary":["Digital technology in agriculture"],"notes":["Portfolio: Agriculture"],"location":["video phone call"],"address":["video phone call"],"addressEntity":["addr-20169d8760eb932415b38f11daea45615ba4bb37"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["eu-tr-90142503473-81","ec-person-cafe030b6dad78a75143f7552c420481b30ebceb"]}} -{"id":"ec-meeting-2021-05-18-967faa7e0a1d7b10fda952a5b15b632b2869e3aa","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-18 - Cabinet of Commissioner Thierry Breton x UPM-Kymmene Oyj ELECTRICITE DE FRANCE Fortum Oyj ArcelorMittal"],"date":["2021-05-18"],"summary":["Clean Hydrogen alliance; fit for 55 package"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-23527541824-60","eu-tr-03501997362-71","ec-person-6308dea893b9b1ca0dcd5b91b4a1ac4c2f3020ad","eu-tr-861194311863-31","eu-tr-39966101835-69"]}} -{"id":"ec-meeting-2021-05-18-a7c856e84c822aa72878b7de2bd5e40dd4ca9e7c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-18 - Cabinet of Commissioner Mairead Mcguinness x BUSINESSEUROPE"],"date":["2021-05-18"],"summary":["Taxonomy Article 8 disclosures delegated act"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-a5441c6a69a8a94fd64e02def60fcc6567f2c1d8","eu-tr-3978240953-79"]}} -{"id":"ec-meeting-2021-05-18-b4f8732631400a56d7684fcb0ec1778c06ba6c97","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-18 - Cabinet of Vice-President Margaritis Schinas x Aerospace, Security and Defence Industries Association of Europe"],"date":["2021-05-18"],"summary":["Security union"],"notes":["Portfolio: Promoting the European Way of Life"],"location":["online meeting"],"address":["online meeting"],"addressEntity":["addr-b385bbe7e761556665e3696aa1bcfc817c2db583"],"organizer":["ec-cabinet-margaritis-of-president-schinas-vice"],"involved":["ec-person-c8d1d7f3012c344bc60630eb456865390bddc7c5","eu-tr-72699997886-57"]}} -{"id":"ec-meeting-2021-05-18-b7a3bada277cd89732a9dd967568d6ed0f75ab8c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-18 - Cabinet of Vice-President Věra Jourová x Meta Platforms Ireland Limited and its various subsidiaries (f/k/a Facebook Ireland Limited)"],"date":["2021-05-18"],"summary":["Fight against child sexual abuse"],"notes":["Portfolio: Values and Transparency"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["ec-person-28fecf6c4f04b3a2af1d74c742e147920ab849c5","eu-tr-28666427835-74","ec-person-7e1aeaad9232c788ee790cdb309ccad8f9ffdc5e"]}} -{"id":"ec-meeting-2021-05-18-ce77a12c4e0441c74253d3edaa1de7f8faa54432","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-18 - Cabinet of Commissioner Stella Kyriakides x PanCare European Society for Paediatric Oncology Childhood Cancer International - Europe"],"date":["2021-05-18"],"summary":["Exchange of views on the implementation of Europe’s Beating Cancer Plan in paediatric oncology"],"notes":["Portfolio: Health"],"location":["Brussels, virtual"],"address":["Brussels, virtual"],"addressEntity":["addr-a77aad37184191a1e2534f0bc3ae06cdbb66cf4a"],"organizer":["ec-cabinet-commissioner-kyriakides-of-stella"],"involved":["eu-tr-755773342680-71","ec-person-c7513fae2df7920eea99d7cc103a354aa4f56b6e","eu-tr-682126441400-50","eu-tr-122803916413-09"]}} -{"id":"ec-meeting-2021-05-18-cf9136afb59287809b19530b2d4ba14cf9d7a16b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-18 - Cabinet of Vice-President Dubravka Šuica x EUROPEAN TRADE UNION CONFEDERATION"],"date":["2021-05-18"],"summary":["Participation/contribution of ETUC to the Conference on the Future of Europe"],"notes":["Portfolio: Democracy and Demography"],"location":["online"],"address":["online"],"addressEntity":["addr-2dbc2fd2358e1ea1b7a6bc08ea647b9a337ac92d"],"organizer":["ec-cabinet-dubravka-of-president-suica-vice"],"involved":["ec-person-ebe31c2924b1fbde99804f8f575004fb99739165","eu-tr-06698681039-26","ec-person-026798f0d4b4567a1c4ba592351123da781ce908"]}} -{"id":"ec-meeting-2021-05-18-d3f827b8cb40e1783202b292b8e4ba30b501a6e2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-18 - Cabinet of Commissioner Mairead Mcguinness x Finance Watch"],"date":["2021-05-18"],"summary":["Basel III, Solvency II"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["video call"],"address":["video call"],"addressEntity":["addr-12d8c530d76da0b7745f9c0f9285e7eec97adc55"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["eu-tr-37943526882-24","ec-person-49e520c7a9c9c47ccb5acfa68f9416e4233af9f8"]}} -{"id":"ec-meeting-2021-05-18-d9ae187ccf87370301420a3944b9c33b04a974c1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-18 - Cabinet of Commissioner Nicolas Schmit x Lifelong Learning Platform"],"date":["2021-05-18"],"summary":["Meeting on the European Pillar of Social Rights Action Plan."],"notes":["Portfolio: Jobs and Social Rights"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-66fa2c2d100ec194caa42b5c6f97c36e2748b71c","ec-person-4cf4655ab41922e92160325d987a3c4615c72d30","eu-tr-74923516160-01"]}} -{"id":"ec-meeting-2021-05-18-f4508828e12bd55d744fa318999bf11df787ac0c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-18 - Cabinet of Executive Vice-President Valdis Dombrovskis x Deutsche Post DHL Group"],"date":["2021-05-18"],"summary":["Sustainability"],"notes":["Portfolio: An Economy that Works for People"],"location":["Video conferencing"],"address":["Video conferencing"],"addressEntity":["addr-4a260fcbdf035aeae48bfb811f1225b05f636185"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-f011ed0f7c78d833a79f1206f788e0cbd9cb8864","eu-tr-48544465107-88"]}} -{"id":"ec-meeting-2021-05-18-f9184eb2f9ff1d6532bc849097e49a41ab8692b8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-18 - Cabinet of President Ursula von der Leyen x Shopify Inc."],"date":["2021-05-18"],"summary":["Introduce Shopify and discuss how to support European businesses’ digitalisation, competitiveness and growth"],"notes":["Portfolio: President"],"location":["Brussels (Microsoft Teams)"],"address":["Brussels (Microsoft Teams)"],"addressEntity":["addr-cb3da8479a3f5a41eec02f3cba4871526b76c56d"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-7019713e72781afb1f3b19032c4752a314b78180","eu-tr-104142342214-75"]}} -{"id":"ec-meeting-2021-05-19-0981ba623aed908514d52979fc70a4308dfde454","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-19 - Cabinet of Commissioner Janusz Wojciechowski x Partnership for Policy Integrity Fern WWF European Policy Programme Stichting BirdLife Europe"],"date":["2021-05-19"],"summary":["Forests, climate and biodiversity"],"notes":["Portfolio: Agriculture"],"location":["Video meeting"],"address":["Video meeting"],"addressEntity":["addr-762dc9b5648e05f3894b6f2597baa8254e5414db"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["ec-person-cafe030b6dad78a75143f7552c420481b30ebceb","eu-tr-1083162721-43","eu-tr-1414929419-24","eu-tr-40538475090-82","eu-tr-141224640613-65"]}} -{"id":"ec-meeting-2021-05-19-16715dc4b874b6d97d867996f851a6e07990e171","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-19 - Cabinet of Vice-President Věra Jourová x Berufsverband der Datenschutzbeauftragten Deutschlands"],"date":["2021-05-19"],"summary":["Data protection"],"notes":["Portfolio: Values and Transparency"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["ec-person-221276f2dfa4b8fe628f08e982d967b6aeb61c57","eu-tr-574957327310-96"]}} -{"id":"ec-meeting-2021-05-19-25ee8a8418dd206fd73ad4aca964696508534320","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-19 - Cabinet of President Ursula von der Leyen x CLG Europe"],"date":["2021-05-19"],"summary":["Fit for 55"],"notes":["Portfolio: President"],"location":["Brussels (VC)"],"address":["Brussels (VC)"],"addressEntity":["addr-7a7ab1034ef0b71e62ebf9a322dc5d9528505976"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-f2b941852d3b961d69ed695c2d243a1a2b4a1904","eu-tr-381796719468-68"]}} -{"id":"ec-meeting-2021-05-19-38c96d59b5fc012c24ed6935d78e973d4b5fe2fa","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-19 - Mobility and Transport x Wärtsilä Corporation"],"date":["2021-05-19"],"summary":["EU policy initiatives related to maritime transport"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-dg-move"],"involved":["eu-tr-289922721213-66","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2021-05-19-47b4c25c42711293393dbd1dd458b8a9b2e68894","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-19 - Recovery and Resilience Task force x BUSINESSEUROPE"],"date":["2021-05-19"],"summary":["RRF"],"location":["webex"],"address":["webex"],"addressEntity":["addr-a37f437ef502701df6cd547f0ec20f9f6c19464e"],"organizer":["ec-dg-recover"],"involved":["eu-tr-3978240953-79","ec-person-18a05dadca8a2b91216adc689b6323c7b55df0d9"]}} -{"id":"ec-meeting-2021-05-19-634b5798602847ee750e5eb6c5bec5fa55d70696","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-19 - Cabinet of President Ursula von der Leyen x Schwarz Unternehmenskommunikation International GmbH"],"date":["2021-05-19"],"summary":["Voice assistance and future of retail"],"notes":["Portfolio: President"],"location":["Brussels (VC)"],"address":["Brussels (VC)"],"addressEntity":["addr-7a7ab1034ef0b71e62ebf9a322dc5d9528505976"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-7019713e72781afb1f3b19032c4752a314b78180","eu-tr-383658039791-39"]}} -{"id":"ec-meeting-2021-05-19-77d772f8e0526a1e6fc2ec1f785fd04378f40d07","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-19 - Employment, Social Affairs and Inclusion x European Federation of National Organisations working with the Homeless"],"date":["2021-05-19"],"summary":["homelessness"],"location":["online"],"address":["online"],"addressEntity":["addr-2dbc2fd2358e1ea1b7a6bc08ea647b9a337ac92d"],"organizer":["ec-dg-empl"],"involved":["eu-tr-42528706153-39","ec-person-dd259fce880e1853f0beb087443bce6e7dea70d7"]}} -{"id":"ec-meeting-2021-05-19-853b365b8a1eb9e917f075b6794abba1acabeae3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-19 - Cabinet of Commissioner Thierry Breton x WWF European Policy Programme Sandbag Climate Campaign Germanwatch Environmental Coalition on Standards European Environmental Bureau Climate Action Network Europe Transport and Environment (European Federation for Transport and Environment)"],"date":["2021-05-19"],"summary":["Clean Hydrogen Alliance; Hydrogen Strategy"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-06798511314-27","eu-tr-58744833263-19","ec-person-6308dea893b9b1ca0dcd5b91b4a1ac4c2f3020ad","eu-tr-1414929419-24","ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","eu-tr-55888811123-49","eu-tr-277895137794-73","eu-tr-96668093651-33","eu-tr-99203901869-52"]}} -{"id":"ec-meeting-2021-05-19-866607e36a56acee76d7abc23461a9daa40ba7e5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-19 - Cabinet of Commissioner Thierry Breton x Association des Constructeurs Européens d'Automobiles"],"date":["2021-05-19"],"summary":["Euro 7, data, CO2 emissions performance standards"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","eu-tr-0649790813-47"]}} -{"id":"ec-meeting-2021-05-19-96868c708d70fceb3438c3974f50beffce22927a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-19 - Mobility and Transport x United Airlines, Inc."],"date":["2021-05-19"],"summary":["Sustainable aviation; Slot waiver; External aviation policy; COVID-19/Digital Certificate"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-dg-move"],"involved":["ec-person-26cdfacae671b09917bee1a91c91973941fa58a2","eu-tr-371838712280-15"]}} -{"id":"ec-meeting-2021-05-19-be32bad214648cdc870523023bdd9e0cb8e67bbb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-19 - Cabinet of President Ursula von der Leyen x Stiftung Familienunternehmen"],"date":["2021-05-19"],"summary":["German Family Businesses"],"notes":["Portfolio: President"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-74461c5e9d74bc939ba426d5740d1097ac434132","eu-tr-903032122424-38"]}} -{"id":"ec-meeting-2021-05-19-d8546b41db8683dd2e18ee80a814b6b02b9269a0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-19 - Cabinet of Commissioner Thierry Breton x Etsy Ireland"],"date":["2021-05-19"],"summary":["Regulation of online marketplaces"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-671163933953-21","ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0"]}} -{"id":"ec-meeting-2021-05-19-da61790592f4411d5605802a3a6a0170f4522924","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-19 - Mobility and Transport x Bayerische Motoren Werke Aktiengesellschaft"],"date":["2021-05-19"],"summary":["future CO2 legislation"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-move"],"involved":["ec-person-26cdfacae671b09917bee1a91c91973941fa58a2","eu-tr-7193977808-18"]}} -{"id":"ec-meeting-2021-05-19-e45e97d8906d0074f29ec53e3557b2bedfd65407","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-19 - Cabinet of Vice-President Věra Jourová x The Mentor Group"],"date":["2021-05-19"],"summary":["European Democracy Action Plan"],"notes":["Portfolio: Values and Transparency"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["ec-person-bf54da17217bbddfd9c68fe24d88005ac17e2c4b","eu-tr-871315323409-01"]}} -{"id":"ec-meeting-2021-05-20-07961cd6f8042b1688cfe44ba294c44210843da5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-20 - Cabinet of Commissioner Mairead Mcguinness x Irish Funds Industry Association CLG"],"date":["2021-05-20"],"summary":["pre-recorded address for Annual Global Funds Conference - Protection of retail investors, recovery, sustainable and digital finance"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Video Conferencing"],"address":["Video Conferencing"],"addressEntity":["addr-e3b7413b2ac93be00b6bcff51fdc1374d67118bd"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-2b9c589fb2354bd93067644d2c3d2c058d4c4cc9","ec-person-00f66582d8581f7480e12525027b5a1ee9b22f07","eu-tr-35890511033-58"]}} -{"id":"ec-meeting-2021-05-20-3e7e2fa43dfc123e602c00e1f709608e0e7c3cc2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-20 - Cabinet of Executive Vice-President Frans Timmermans x Stichting IMAGINE Foundation"],"date":["2021-05-20"],"summary":["Sustainable food systems"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - video conference"],"address":["Brussels - video conference"],"addressEntity":["addr-d7df553e47e69d1cc9f4189b36b7c867f80459b0"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-009532038479-10","ec-person-33624431cbec1074e151c1707715ef46d2ba9565"]}} -{"id":"ec-meeting-2021-05-20-5d7d95c8e8241a0abc4c0ffe712b462d4753b5b7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-20 - Cabinet of Vice-President Věra Jourová x Asociación de Profesionales de las Relaciones Institucionales"],"date":["2021-05-20"],"summary":["Transparency and accountability policies in the EU"],"notes":["Portfolio: Values and Transparency"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["eu-tr-414437542239-63","ec-person-7e1aeaad9232c788ee790cdb309ccad8f9ffdc5e"]}} -{"id":"ec-meeting-2021-05-20-6097bef2c20eeb33480f5c1aa2822facca44ab47","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-20 - Cabinet of Vice-President Věra Jourová x News Media Alliance"],"date":["2021-05-20"],"summary":["Media freedom act"],"notes":["Portfolio: Values and Transparency"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["ec-person-aa83f35da599b82e4f15da018f4b3447eb648f7c","eu-tr-981750939336-70"]}} -{"id":"ec-meeting-2021-05-20-74dd8842ff1ac29bfa6eaa9bad65d4ee7a331db6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-20 - Regulatory Scrutiny Board x BUSINESSEUROPE"],"date":["2021-05-20"],"summary":["Presentation of the RSB Annual Report"],"location":["Online meeting"],"address":["Online meeting"],"addressEntity":["addr-9d833a1da3074efd384ee6bc2b108c1f5bb379e0"],"organizer":["ec-dg-rsb"],"involved":["eu-tr-3978240953-79","ec-person-31c44e0f672f59d97fcdbfa3dc472749e3187fea"]}} -{"id":"ec-meeting-2021-05-20-7caf983b432ec05d3653a941ca49412d359afbbb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-20 - Cabinet of Commissioner Paolo Gentiloni x Giesecke+Devrient"],"date":["2021-05-20"],"summary":["CBC-eEuro/Central Bank Digital Currency"],"notes":["Portfolio: Economy"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-cabinet-commissioner-gentiloni-of-paolo"],"involved":["ec-person-6168eb3d5d9bc71f9dc22fb6f75f77fa485ec252","eu-tr-577628117137-07"]}} -{"id":"ec-meeting-2021-05-20-7d62fdfd74990a1b3f8540bc433eaee4b674d5dd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-20 - Cabinet of Commissioner Jutta Urpilainen x Outokumpu Oyj"],"date":["2021-05-20"],"summary":["Steel industry"],"notes":["Portfolio: International Partnerships"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["eu-tr-085686030231-69","ec-person-9788b5f9ccd101dc091867a4496a5735ee7151d9"]}} -{"id":"ec-meeting-2021-05-20-86408f577337c73cce92bfa522f849e5c2a9fa91","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-20 - Cabinet of Vice-President Věra Jourová x Seznam.cz, a.s."],"date":["2021-05-20"],"summary":["Digital files"],"notes":["Portfolio: Values and Transparency"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["ec-person-aa83f35da599b82e4f15da018f4b3447eb648f7c","eu-tr-202560512850-84","ec-person-fb258e0188a5319bfaba3161382db43f5a85851f"]}} -{"id":"ec-meeting-2021-05-20-9b97542b3af0a5d8a516878533ee185fd3d088fb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-20 - Cabinet of Commissioner Mairead Mcguinness x ING Group"],"date":["2021-05-20"],"summary":["Introductory meeting."],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Video Conference"],"address":["Video Conference"],"addressEntity":["addr-fd005d1da26cd3c9a734fbbadaf813e8115acdeb"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["eu-tr-12112965774-95","ec-person-2b9c589fb2354bd93067644d2c3d2c058d4c4cc9"]}} -{"id":"ec-meeting-2021-05-20-afa63fd87e89bdfcd3cfc119d5a551886a4ea00e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-20 - Financial Stability, Financial Services and Capital Markets Union x Finance Watch"],"date":["2021-05-20"],"summary":["Prudential regulation and climate risk, Basel III implementation, and the Solvency II"],"location":["Virtual meeting"],"address":["Virtual meeting"],"addressEntity":["addr-1f1f3f51a4da31a1ea5c1b4b21cbf52ad983224f"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-37943526882-24","ec-person-1fce211249673c35ee07a801ddee77ab24af8d54"]}} -{"id":"ec-meeting-2021-05-20-b0308843f292ef99cc1c1c65e65ec20891098746","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-20 - Cabinet of Executive Vice-President Margrethe Vestager x Common Sense Media"],"date":["2021-05-20"],"summary":["Artificial Intelligence, Digital Services Act"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-355878431886-89","ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0","ec-person-8b6db5c3c4611618ade59c6d0dadc21c962f0ee7"]}} -{"id":"ec-meeting-2021-05-20-b156c318f1a9d50a9a404a320ec7fc812bd6d88d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-20 - Cabinet of Commissioner Paolo Gentiloni x Finance Denmark"],"date":["2021-05-20"],"summary":["Basel 4 implementation"],"notes":["Portfolio: Economy"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-cabinet-commissioner-gentiloni-of-paolo"],"involved":["ec-person-8da36db391ed53f362d495cd564ba8b45c7003e1","eu-tr-20705158207-35"]}} -{"id":"ec-meeting-2021-05-20-d316a923c93d67a5a97d209ec53b8534f7551baa","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-20 - Cabinet of Commissioner Janez Lenarčič x Médecins du monde Belgique Union des Organisations de secours et soins médicaux France"],"date":["2021-05-20"],"summary":["Regarding the humanitarian crisis ongoing in Syria and to discuss possible ways for improving EU support."],"notes":["Portfolio: Crisis Management"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-janez-lenarcic-of"],"involved":["ec-person-35334591a1ee219b6f0829d58a8cfba058540557","eu-tr-562583120901-18","eu-tr-556962842155-18","ec-person-a6cd325c80698b2331699224c780ebfb10573602"]}} -{"id":"ec-meeting-2021-05-20-f74b7f18c0edd1b2fa7bc46c03021974431801b6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-20 - Cabinet of Executive Vice-President Margrethe Vestager x YZR"],"date":["2021-05-20"],"summary":["Artificial Intelligence, Data policy"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-511619442971-66","ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0"]}} -{"id":"ec-meeting-2021-05-21-02b4f1f64c8f4899c8e15b110ce2d3c6a3ecdb77","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-21 - Informatics x Red Hat Limited"],"date":["2021-05-21"],"summary":["- Open source and OSPO (Open Source Programme Office)\r\n- RedHat's interest in GaiaX project\r\n- Support to DIGIT with e.g. master classes and the work with the various Units\r\n- DIGIT DG's participation in Red Hat’s European Forum (November 2021)"],"location":["Online - Meet Google"],"address":["Online - Meet Google"],"addressEntity":["addr-e2f7a6e1c4f4d896eda59fd1569f98ab35ee6d04"],"organizer":["ec-dg-digit"],"involved":["ec-person-604d9fe28b16401771b67c820e6ce912f4d4a6b7","eu-tr-741186216712-07"]}} -{"id":"ec-meeting-2021-05-21-1ef7b6e2fb77268d8b62c1dfbd6e820e685753bc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-21 - Cabinet of Commissioner Thierry Breton x SAFRAN"],"date":["2021-05-21"],"summary":["Discussion sur les alliances « Fuels propres » et « avion zéro émissions »"],"notes":["Portfolio: Internal Market"],"location":["Video conference"],"address":["Video conference"],"addressEntity":["addr-ebc9fd5c2f372a32153cf3f4d5fb918a96b84a88"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-e18e6e300776f5f47ca4c72c1ba1b0d0eb1e71fe","ec-person-b077a2e9f0fdb3b8f6e91d0bd0b256db9e40ce46","eu-tr-764184537594-67"]}} -{"id":"ec-meeting-2021-05-21-2577044118b0b6a5fccb7c591511b6d3574d36ef","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-21 - Cabinet of Vice-President Věra Jourová x Bertelsmann Stiftung"],"date":["2021-05-21"],"summary":["The Digital Way to EU Citizen Participation: The Conference on the Future of Europe"],"notes":["Portfolio: Values and Transparency"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["ec-person-bf54da17217bbddfd9c68fe24d88005ac17e2c4b","eu-tr-13571025706-27"]}} -{"id":"ec-meeting-2021-05-21-2e691ff23b38582832a08991b03cc5a5e85cf2b4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-21 - Cabinet of President Ursula von der Leyen x Vodafone Belgium SA"],"date":["2021-05-21"],"summary":["Digital aspects of EU Recovery and Resilience Facility"],"notes":["Portfolio: President"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-7019713e72781afb1f3b19032c4752a314b78180","eu-tr-90142503473-81","ec-person-781d246729522a816df2b77a616f5ae127bc104e"]}} -{"id":"ec-meeting-2021-05-21-344918c94ac011588d9d63a1f35f6eb21237b395","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-21 - Cabinet of Commissioner Adina Vălean x Ryanair Holdings"],"date":["2021-05-21"],"summary":["Introductory meeting."],"notes":["Portfolio: Transport"],"location":["Conference call"],"address":["Conference call"],"addressEntity":["addr-28ba88479582b2f75898964548da4252dc7db7d2"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["ec-person-5f7f9d4d861c5b97fbd25bccf6323535d2a7ceb8","eu-tr-002977215945-85","ec-person-cc0354fbf386eb83f57c00ad5240f1dddeeabab4"]}} -{"id":"ec-meeting-2021-05-21-4898bd8b0c3c9f506a194ca9504584ac84dc7470","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-21 - Cabinet of Executive Vice-President Frans Timmermans x Conscience Consulting Stora Enso Oyj Tetra Pak Group Unilever H & M Hennes & Mauritz AB Institute for European Environmental Policy European Youth Forum"],"date":["2021-05-21"],"summary":["Presentation on radical decarbonisation"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-937959014241-02","eu-tr-269853831446-79","eu-tr-7574443768-34","ec-person-8af3c81534786a740718d21dc58240738a53ed7b","eu-tr-43251547769-22","eu-tr-934329423960-72","eu-tr-6200524920-25","eu-tr-627849742186-70"]}} -{"id":"ec-meeting-2021-05-21-606d8bffee9e21f2006a2295c239d1bb2eafe281","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-21 - Cabinet of Commissioner Adina Vălean x Community of European Railway and Infrastructure Companies"],"date":["2021-05-21"],"summary":["Meeting to discuss the state of play of rail files."],"notes":["Portfolio: Transport"],"location":["Conference call"],"address":["Conference call"],"addressEntity":["addr-28ba88479582b2f75898964548da4252dc7db7d2"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["ec-person-cc0354fbf386eb83f57c00ad5240f1dddeeabab4","eu-tr-7574621118-27","ec-person-6e21d867543ef3b910e746c319cb048abd054702"]}} -{"id":"ec-meeting-2021-05-21-63e5deb664461c70af68888c54de8b4828af2e9c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-21 - Cabinet of Commissioner Janusz Wojciechowski x Global Witness European Environmental Bureau"],"date":["2021-05-21"],"summary":["Renewable Energy Directive / \"Fit for 55\" package"],"notes":["Portfolio: Agriculture"],"location":["Online meeting"],"address":["Online meeting"],"addressEntity":["addr-9d833a1da3074efd384ee6bc2b108c1f5bb379e0"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["eu-tr-06798511314-27","ec-person-cafe030b6dad78a75143f7552c420481b30ebceb","eu-tr-10439809375-73"]}} -{"id":"ec-meeting-2021-05-21-6ace1810e8f82a1b6721acf40cf4dcb23c846346","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-21 - Cabinet of Vice-President Dubravka Šuica x VERBOND VAN BELGISCHE ONDERNEMINGEN / FEDERATION DES ENTREPRISES DE BELGIQUE"],"date":["2021-05-21"],"summary":["Consultation on the EC's Proposals on Due Diligence and Sustainable Corporate Governance"],"notes":["Portfolio: Democracy and Demography"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-dubravka-of-president-suica-vice"],"involved":["eu-tr-47676761061-93","ec-person-e38d9f76fd8b368ff0a9e724d2cd3da76124d857","ec-person-2ea66ac99d83c7f0ff7dfcfd7d90f9416dc22e61"]}} -{"id":"ec-meeting-2021-05-21-7318fccb26bfd0cce8cd0150e4648e9e37573834","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-21 - Cabinet of Commissioner Nicolas Schmit x All Policies for a Healthy Europe"],"date":["2021-05-21"],"summary":["Introduce the Coalition and its economic policy paper: Achieving an Economy of Well-being in Europe – Going beyond GDP in the post-COVID era"],"notes":["Portfolio: Jobs and Social Rights"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-c2208333f0f75350eef62b355a40bf856f2d9cef","eu-tr-044091037516-81"]}} -{"id":"ec-meeting-2021-05-21-8138da832cd8442b376cb46c8b994d0983f69eeb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-21 - Cabinet of Commissioner Janez Lenarčič x International Rescue Committee Belgium Save the Children Europe"],"date":["2021-05-21"],"summary":["Malnutrition and famine"],"notes":["Portfolio: Crisis Management"],"location":["Brussels (VTC)"],"address":["Brussels (VTC)"],"addressEntity":["addr-37c43e0c10e2a2fb447c53cde1d253728a607703"],"organizer":["ec-cabinet-commissioner-janez-lenarcic-of"],"involved":["eu-tr-754747839408-96","eu-tr-697362735627-20","ec-person-a6cd325c80698b2331699224c780ebfb10573602"]}} -{"id":"ec-meeting-2021-05-21-81f4ec860236e3f1fe434baa0872c2f72143e3d5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-21 - Cabinet of Executive Vice-President Frans Timmermans x Association des Constructeurs Européens d'Automobiles"],"date":["2021-05-21"],"summary":["Green transition, decarbonisation of road freight"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - videoconference"],"address":["Brussels - videoconference"],"addressEntity":["addr-a3a01e55b02ab591ce10151760698f4306ec49cb"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-7c876f4825f213b8adbedf089ccedfbc3b36d65b","eu-tr-0649790813-47"]}} -{"id":"ec-meeting-2021-05-21-825e5e4453f59276f125b083c8bcbed4454d1ade","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-21 - Cabinet of Commissioner Kadri Simson x Kreab Les Dérivés Résiniques et Terpèniques"],"date":["2021-05-21"],"summary":["DRT position on REDII revision."],"notes":["Portfolio: Energy"],"location":["Video Conferencing"],"address":["Video Conferencing"],"addressEntity":["addr-e3b7413b2ac93be00b6bcff51fdc1374d67118bd"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["eu-tr-299147238608-28","ec-person-9b7f5fe059e5b0b40e79e9170211aa2f02322fdb","eu-tr-1078390517-54"]}} -{"id":"ec-meeting-2021-05-21-a3b9de7a57856597251c9ab984e4189724e1dd12","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-21 - Cabinet of Commissioner Virginijus Sinkevičius x Tetra Pak Group Stora Enso Oyj Conscience Consulting Institute for European Environmental Policy Unilever European Youth Forum H & M Hennes & Mauritz AB"],"date":["2021-05-21"],"summary":["Presentation on radical decarbonisation"],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["eu-tr-937959014241-02","eu-tr-7574443768-34","eu-tr-269853831446-79","ec-person-172a438ed334761e2ab5d52e551fd1bcb6ab6b8d","eu-tr-43251547769-22","eu-tr-934329423960-72","eu-tr-6200524920-25","eu-tr-627849742186-70"]}} -{"id":"ec-meeting-2021-05-21-a47603de84bc58c5c154940d5163d92679d6ee5a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-21 - Cabinet of Executive Vice-President Frans Timmermans x Round Table on Responsible Soy Association (RTRS) FSC International Center GmbH (IC) Stichting Fair Trade Advocacy Office Rainforest Alliance Marine Stewardship Council ISEAL Alliance Roundtable on Sustainable Palm Oil"],"date":["2021-05-21"],"summary":["The value of certification in due diligence systems’"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-504786514495-81","eu-tr-234563541838-29","ec-person-4d24ceb9e6bdaabe394d1506aa601a9ce9d0e59b","eu-tr-832413729653-30","eu-tr-860901940087-20","eu-tr-03556915643-37","eu-tr-60554685648-73","eu-tr-325215237586-55"]}} -{"id":"ec-meeting-2021-05-21-a7170251fdd1bc824219db2dd2dbe751e8fef243","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-21 - Cabinet of Commissioner Janez Lenarčič x Norwegian Refugee Council Europe"],"date":["2021-05-21"],"summary":["Humanitarian crisis in Syria"],"notes":["Portfolio: Crisis Management"],"location":["Brussels (VTC)"],"address":["Brussels (VTC)"],"addressEntity":["addr-37c43e0c10e2a2fb447c53cde1d253728a607703"],"organizer":["ec-cabinet-commissioner-janez-lenarcic-of"],"involved":["eu-tr-750447615329-96","ec-person-a6cd325c80698b2331699224c780ebfb10573602"]}} -{"id":"ec-meeting-2021-05-21-b10046c51a1883cd888eddaf9a442424a008d756","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-21 - Cabinet of Commissioner Mariya Gabriel x European Entrepreneurs CEA-PME"],"date":["2021-05-21"],"summary":["Horizon Europe"],"notes":["Portfolio: Innovation and Youth"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-077142018281-86","ec-person-1674399a793e9e6fd7cf55b525515fc862fc9351"]}} -{"id":"ec-meeting-2021-05-21-b9be21d789c06ce6e940dcd9d723b144df5fed82","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-21 - Cabinet of Commissioner Virginijus Sinkevičius x Roundtable on Sustainable Palm Oil Marine Stewardship Council Round Table on Responsible Soy Association (RTRS) ISEAL Alliance European Round Table for Industry Stichting Fair Trade Advocacy Office Rainforest Alliance FSC International Center GmbH (IC)"],"date":["2021-05-21"],"summary":["The value of certification in due diligence systems"],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["eu-tr-504786514495-81","eu-tr-325215237586-55","eu-tr-234563541838-29","eu-tr-832413729653-30","eu-tr-860901940087-20","eu-tr-25487567824-45","eu-tr-03556915643-37","eu-tr-60554685648-73","ec-person-9de2bdbd71a153577984a493028e19bcb8c1514f"]}} -{"id":"ec-meeting-2021-05-21-e55214396b31fea612fa481bc1b460b2ec6acba5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-21 - Cabinet of Executive Vice-President Margrethe Vestager x Novo Nordisk A/S LEO Pharma A/S H. Lundbeck A/S"],"date":["2021-05-21"],"summary":["Industrial Strategy"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Copenhagen"],"address":["Copenhagen"],"addressEntity":["addr-3f7c839db34cfeebcefe96d90a0e37e02c8e52c6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-11d97788772862bb34f51dd26d7f92603eac1bf8","eu-tr-118500617129-29","eu-tr-29570313329-11","eu-tr-10184967810-77"]}} -{"id":"ec-meeting-2021-05-25-18b7ee5ad6cab789772489f251b26e9a7101c8f6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-25 - Cabinet of Commissioner Elisa Ferreira x AEM - Associação de Empresas Emitentes de Valores Cotados em Mercado (aka Portuguese Issuers)"],"date":["2021-05-25"],"summary":["Public event on Literacy on the Capital Markets in Portugal: Findings and Challenges (https://www.cmvm.pt/pt/Comunicados/ConferenciasdaCMVM/Pages/seminario-literacia-30anoscmvm-25mai2021.aspx?v=)"],"notes":["Portfolio: Cohesion and Reforms"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-commissioner-elisa-ferreira-of"],"involved":["ec-person-4121b3832a3dd4ec5d2c50f26f7003d3bada6d20","eu-tr-61515936038-82"]}} -{"id":"ec-meeting-2021-05-25-1fc8b706f10e6a4665476dd988e5ae24a2ce29bb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-25 - Cabinet of Executive Vice-President Frans Timmermans x PLUG POWER EUROPE CLAI Bracewell LLP"],"date":["2021-05-25"],"summary":["EU-US policies on green hydrogen"],"notes":["Portfolio: European Green Deal"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-d56ecbfde17436a136fc89c9a978b266e8285c84","eu-tr-593056942290-73","ec-person-9eafbf4a92961023c7df3ab389ae6d4301dec4bf","eu-tr-078020541941-10","eu-tr-201760041354-79"]}} -{"id":"ec-meeting-2021-05-25-24beafb4ef45b67c71bade11ad596391572a2bdc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-25 - Cabinet of Executive Vice-President Margrethe Vestager x Twelve App"],"date":["2021-05-25"],"summary":["Presentation of the company and its application"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0","eu-tr-906192242809-56"]}} -{"id":"ec-meeting-2021-05-25-4316ca6f19e0d2d13cdf1a21ddbd1ae35c52d34a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-25 - Cabinet of Commissioner Jutta Urpilainen x International Planned Parenthood Federation European Network ASSOCIATION FEDERATION HANDICAP INTERNATIONAL OXFAM INTERNATIONAL EU ADVOCACY OFFICE Plan International EU Office PLATFORMA GLOBAL HEALTH ADVOCATES CONCORD Europe International Trade Union Confederation WaterAid Alliance2015"],"date":["2021-05-25"],"summary":["Roundtable on Human Development"],"notes":["Portfolio: International Partnerships"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["eu-tr-46856801604-90","eu-tr-83357751766-93","eu-tr-34478709670-34","eu-tr-51806831589-68","ec-person-7c4fa9cfb750b5b524c065180fcee1123b8df03e","eu-tr-48655305058-87","eu-tr-213754916822-68","eu-tr-595584327712-71","eu-tr-144630225519-73","eu-tr-07720398190-53","eu-tr-49806329193-46"]}} -{"id":"ec-meeting-2021-05-25-4df50965f065217f32eee2ffed8301b6170dc555","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-25 - Cabinet of Commissioner Ylva Johansson x International Centre for Migration Policy Development"],"date":["2021-05-25"],"summary":["Cooperation on migration"],"notes":["Portfolio: Home Affairs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-johansson-of-ylva"],"involved":["eu-tr-428294520891-74","ec-person-31b127e72e9dd30ce85ff2b475ac65d28d7dc48d","ec-person-1f14c98028fa6f9f43ee9cd5aef7ed77c30761a5"]}} -{"id":"ec-meeting-2021-05-25-540f0cf58c7bd76b6b8ebddf6e9213ceee062672","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-25 - Cabinet of Commissioner Paolo Gentiloni x Intesa Sanpaolo"],"date":["2021-05-25"],"summary":["analysis of Italian economy"],"notes":["Portfolio: Economy"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-cabinet-commissioner-gentiloni-of-paolo"],"involved":["ec-person-8da36db391ed53f362d495cd564ba8b45c7003e1","eu-tr-24037141789-48"]}} -{"id":"ec-meeting-2021-05-25-685ac7d468c9c1824f28e6b76dd9d69f970c75ff","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-25 - Cabinet of Vice-President Věra Jourová x Association of Commercial Television and Video on Demand Services in Europe"],"date":["2021-05-25"],"summary":["Media freedom, pluralism"],"notes":["Portfolio: Values and Transparency"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["ec-person-aa83f35da599b82e4f15da018f4b3447eb648f7c","eu-tr-18574111503-28","ec-person-fb258e0188a5319bfaba3161382db43f5a85851f"]}} -{"id":"ec-meeting-2021-05-25-72f03063ad11f3dff73750ce8df76c9e4caff2ba","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-25 - Financial Stability, Financial Services and Capital Markets Union x JPMorgan Chase & Co. Credit Suisse Group AG TheCityUK City of London Corporation Barclays PLC BlackRock Morgan Stanley"],"date":["2021-05-25"],"summary":["EU UK regulatory cooperation in financial services"],"location":["Virtual meeting"],"address":["Virtual meeting"],"addressEntity":["addr-1f1f3f51a4da31a1ea5c1b4b21cbf52ad983224f"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-72390466359-39","eu-tr-237922911665-25","ec-person-1fce211249673c35ee07a801ddee77ab24af8d54","eu-tr-206549617146-90","eu-tr-29701922039-63","eu-tr-9171899949-17","eu-tr-695661118936-08","eu-tr-51436554494-18"]}} -{"id":"ec-meeting-2021-05-25-7dce9f3b7ccd1534713210c85147bfb7e700b624","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-25 - Cabinet of Commissioner Elisa Ferreira x Network of European Regions for a Competitive and Sustainable Tourism"],"date":["2021-05-25"],"summary":["Discussion on the territorial outlook of tourism recovery in \r\nrelation with the opportunities for supporting the tourism ecosystem regeneration."],"notes":["Portfolio: Cohesion and Reforms"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-commissioner-elisa-ferreira-of"],"involved":["ec-person-edf08d46587dbb24d69133811963301459374fa8","eu-tr-862709022846-11"]}} -{"id":"ec-meeting-2021-05-25-8815a86342afddf399d4767347fd60ec66b48e96","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-25 - Environment x Tetra Pak Group"],"date":["2021-05-25"],"summary":["green deal (and more specifically circular economy, climate and biodiversity)"],"location":["Video meeting"],"address":["Video meeting"],"addressEntity":["addr-762dc9b5648e05f3894b6f2597baa8254e5414db"],"organizer":["ec-dg-env"],"involved":["ec-person-f9559d68da38935569ff0be1cadd90e05f0454bd","eu-tr-7574443768-34"]}} -{"id":"ec-meeting-2021-05-25-a15ff4900cd6d5a5a860b8d8a4377621feba536b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-25 - Cabinet of Commissioner Mairead Mcguinness x NASDAQ"],"date":["2021-05-25"],"summary":["exchange of views on development of capital markets in US and EU.\r\n\r\nSustainable finance agenda and digital agenda."],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Video Conferencing"],"address":["Video Conferencing"],"addressEntity":["addr-e3b7413b2ac93be00b6bcff51fdc1374d67118bd"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["eu-tr-76648765687-29","ec-person-2b9c589fb2354bd93067644d2c3d2c058d4c4cc9"]}} -{"id":"ec-meeting-2021-05-25-a20f9d0e627c8f4f3f3758ac9169bed7354155f0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-25 - Cabinet of Commissioner Stella Kyriakides x European Jewish Association"],"date":["2021-05-25"],"summary":["Exchange on ruling of the EU Court of Justice (Case C-336/19) on slaughter without stunning /freedom of religion."],"notes":["Portfolio: Health"],"location":["Virtual meeting"],"address":["Virtual meeting"],"addressEntity":["addr-1f1f3f51a4da31a1ea5c1b4b21cbf52ad983224f"],"organizer":["ec-cabinet-commissioner-kyriakides-of-stella"],"involved":["eu-tr-707551412661-80","ec-person-c7513fae2df7920eea99d7cc103a354aa4f56b6e"]}} -{"id":"ec-meeting-2021-05-25-d9e27c8be7940002ecdac6c9e6dfe9d794fed167","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-25 - Cabinet of Executive Vice-President Frans Timmermans x Eurelectric aisbl"],"date":["2021-05-25"],"summary":["Keynote speech at Eurelectric Power Summit"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - videoconference"],"address":["Brussels - videoconference"],"addressEntity":["addr-a3a01e55b02ab591ce10151760698f4306ec49cb"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-7c876f4825f213b8adbedf089ccedfbc3b36d65b","eu-tr-4271427696-87"]}} -{"id":"ec-meeting-2021-05-25-f2f612c37e857ccc015770a8b581a58d7eac5320","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-25 - Cabinet of Commissioner Ylva Johansson x Energiföretagen / Swedenergy"],"date":["2021-05-25"],"summary":["Red II, Climate targets, Energy Efficiency Directive"],"notes":["Portfolio: Home Affairs"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-johansson-of-ylva"],"involved":["ec-person-981fc36acd82b2e49db83e43763b908c1a89ec0b","ec-person-e80f1d4512f8632e5baa488ed887e131294d744e","eu-tr-13073098010-57"]}} -{"id":"ec-meeting-2021-05-26-17fbbfaabe5f1c58310ef804346f73b029d9d61f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-26 - Cabinet of President Ursula von der Leyen x Transport and Environment (European Federation for Transport and Environment)"],"date":["2021-05-26"],"summary":["Fit for 55"],"notes":["Portfolio: President"],"location":["Brussels (WEBEX)"],"address":["Brussels (WEBEX)"],"addressEntity":["addr-3afbdeda01f3dac93a9dc841fdac57d9de27b869"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-f2b941852d3b961d69ed695c2d243a1a2b4a1904","eu-tr-58744833263-19"]}} -{"id":"ec-meeting-2021-05-26-18d0e32cfe37422e2f9e662f9c10995647506dc5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-26 - Cabinet of Vice-President Věra Jourová x Interactive Advertising Bureau Europe"],"date":["2021-05-26"],"summary":["Data protection"],"notes":["Portfolio: Values and Transparency"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["eu-tr-43167137250-27","ec-person-bf54da17217bbddfd9c68fe24d88005ac17e2c4b"]}} -{"id":"ec-meeting-2021-05-26-38aca96102b7af62f6de51b95aaec1b1ae75c256","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-26 - Cabinet of Commissioner Mairead Mcguinness x BlackRock Vanguard Asset Management Limited Invesco Management SA Fidelity International Fleishman-Hillard Schroders Investment Management (Europe) SA"],"date":["2021-05-26"],"summary":["Retail investment"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-3a66109f0585c657edbe69190faa41919b50e05f","eu-tr-997906814697-71","eu-tr-226354616978-90","eu-tr-00951027955-96","ec-person-d3cc20cb34ca6b5bf95417f5f9557b6c2aa749fc","eu-tr-56047191389-84","eu-tr-286394716669-89","eu-tr-51436554494-18"]}} -{"id":"ec-meeting-2021-05-26-3af37c42787521a87a651b214f0bc607a79d538f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-26 - Cabinet of Executive Vice-President Frans Timmermans x Shell Companies"],"date":["2021-05-26"],"summary":["Guarantees of Origin and certification of hydrogen"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - video conference"],"address":["Brussels - video conference"],"addressEntity":["addr-d7df553e47e69d1cc9f4189b36b7c867f80459b0"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-d53e00c46a4cc62bbf533e0c9bb35bacb9121989","eu-tr-05032108616-26"]}} -{"id":"ec-meeting-2021-05-26-403fa0655214d6352ddf25b8c17700216b1ebeac","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-26 - Cabinet of Executive Vice-President Frans Timmermans x BNP PARIBAS Fédération bancaire française"],"date":["2021-05-26"],"summary":["Sustainable finance"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-e88af8eb396e96e3dbc9b4ec6e40a348d26c389c","eu-tr-78787381113-69","eu-tr-09245221105-30"]}} -{"id":"ec-meeting-2021-05-26-44fef36fb53d80c53d132c69ba28d14f31943515","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-26 - Cabinet of Commissioner Paolo Gentiloni x Fertilizers Europe"],"date":["2021-05-26"],"summary":["CBAM"],"notes":["Portfolio: Economy"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-cabinet-commissioner-gentiloni-of-paolo"],"involved":["ec-person-8da36db391ed53f362d495cd564ba8b45c7003e1","eu-tr-80788715017-29"]}} -{"id":"ec-meeting-2021-05-26-4a67678af42e6b7a504aa3dfee0727911e2479f4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-26 - Cabinet of Commissioner Jutta Urpilainen x World Organization of the Scout Movement - Bureau Européen du Scoutisme"],"date":["2021-05-26"],"summary":["Follow-up of the Youth Global Summit in April"],"notes":["Portfolio: International Partnerships"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["eu-tr-199308213329-62","ec-person-6357f4506ca5351b3a822936612fd6006da48722"]}} -{"id":"ec-meeting-2021-05-26-52e7ca8a00ac42f4e79bc338cf889100128b6951","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-26 - Cabinet of Commissioner Kadri Simson x Fern"],"date":["2021-05-26"],"summary":["Biomass external costs / revision Energy Taxation Directive."],"notes":["Portfolio: Energy"],"location":["Video Conferencing"],"address":["Video Conferencing"],"addressEntity":["addr-e3b7413b2ac93be00b6bcff51fdc1374d67118bd"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["ec-person-9b7f5fe059e5b0b40e79e9170211aa2f02322fdb","eu-tr-40538475090-82"]}} -{"id":"ec-meeting-2021-05-26-5c52894b430fc95cb8a65c1a1a00aa87ece04861","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-26 - Cabinet of Commissioner Nicolas Schmit x Eurocities"],"date":["2021-05-26"],"summary":["homelessness"],"notes":["Portfolio: Jobs and Social Rights"],"location":["online"],"address":["online"],"addressEntity":["addr-2dbc2fd2358e1ea1b7a6bc08ea647b9a337ac92d"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-1379f76d0c860e318f68852e1b57aa75454831f8","ec-person-66fa2c2d100ec194caa42b5c6f97c36e2748b71c","eu-tr-12493392840-79"]}} -{"id":"ec-meeting-2021-05-26-6fbb4c796d3bc8b9bf728c02c890f0a46cdf2490","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-26 - Cabinet of Vice-President Věra Jourová x SLAVONIC EUROPE"],"date":["2021-05-26"],"summary":["Slavonic New Wave"],"notes":["Portfolio: Values and Transparency"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["ec-person-eb96be0a510a5e7f122fa88f994b99f073b5dac4","eu-tr-073991042655-45","ec-person-28fecf6c4f04b3a2af1d74c742e147920ab849c5"]}} -{"id":"ec-meeting-2021-05-26-84590fa0d239d9fa31ec26d9f7143d087ce4df93","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-26 - Cabinet of Commissioner Mairead Mcguinness x Bank of America Corporation"],"date":["2021-05-26"],"summary":["Introductory meeting \r\n\r\nbanking issues"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Video Conferencing"],"address":["Video Conferencing"],"addressEntity":["addr-e3b7413b2ac93be00b6bcff51fdc1374d67118bd"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-2b9c589fb2354bd93067644d2c3d2c058d4c4cc9","eu-tr-53891615036-88"]}} -{"id":"ec-meeting-2021-05-26-8681ca0f0faecdf5b9d09a56567f29eebca13f5a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-26 - Financial Stability, Financial Services and Capital Markets Union x MARSH & McLENNAN COMPANIES FRANCE"],"date":["2021-05-26"],"summary":["The digitalization of the financial system"],"location":["Virtual meeting"],"address":["Virtual meeting"],"addressEntity":["addr-1f1f3f51a4da31a1ea5c1b4b21cbf52ad983224f"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-117683115792-20","ec-person-1fce211249673c35ee07a801ddee77ab24af8d54"]}} -{"id":"ec-meeting-2021-05-26-98be7fccf10fab5e00d149982b49301af12193b7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-26 - Cabinet of Commissioner Mairead Mcguinness x Irish Farmers' Association"],"date":["2021-05-26"],"summary":["Common Agriculture Policy."],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["VIDEO CONFERENCING"],"address":["VIDEO CONFERENCING"],"addressEntity":["addr-6d0cfd227a837c593f6bd7465eb3dd95c54b5a22"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-2b9c589fb2354bd93067644d2c3d2c058d4c4cc9","eu-tr-458700813641-37","ec-person-a5441c6a69a8a94fd64e02def60fcc6567f2c1d8"]}} -{"id":"ec-meeting-2021-05-26-9bb74e02e20ed8e36ecac725d0024857b522e538","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-26 - Cabinet of Commissioner Nicolas Schmit x Google"],"date":["2021-05-26"],"summary":["Meeting on the Pact for Skills and the Skills Agenda."],"notes":["Portfolio: Jobs and Social Rights"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-66fa2c2d100ec194caa42b5c6f97c36e2748b71c","eu-tr-03181945560-59","ec-person-4cf4655ab41922e92160325d987a3c4615c72d30"]}} -{"id":"ec-meeting-2021-05-26-d20a5e319626229a02927f4d1fca50b8398dea72","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-26 - Cabinet of Commissioner Mairead Mcguinness x Mutuelle d'Assurance des Instituteurs de France"],"date":["2021-05-26"],"summary":["EASP & CSRD"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["eu-tr-62975755109-62","ec-person-a5441c6a69a8a94fd64e02def60fcc6567f2c1d8","ec-person-1d2f53447b8f2d9bb3f50f7247ad40c2cf8036e4","ec-person-d3cc20cb34ca6b5bf95417f5f9557b6c2aa749fc"]}} -{"id":"ec-meeting-2021-05-26-fc104777b2afd884b073ef37b76337d1a9c0073a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-26 - Cabinet of President Ursula von der Leyen x European Coalition for Corporate Justice"],"date":["2021-05-26"],"summary":["Sustainable Corporate Governance"],"notes":["Portfolio: President"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["eu-tr-48872621093-60","ec-person-09e754ed16961925cf1fc45ca9d1622435166a87"]}} -{"id":"ec-meeting-2021-05-27-0e3a8efc81cac71b85999dd5b2d606e1a0465662","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-27 - Cabinet of Executive Vice-President Margrethe Vestager x Telefonica, S.A."],"date":["2021-05-27"],"summary":["Public funding for 5G in rural areas in Spain / Cybersecurity"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-bb1f295d8be3d10004d7e5fd7c24248a21215775","ec-person-6b6135249735cff1f3061530471f1e159500c840","ec-person-8b6db5c3c4611618ade59c6d0dadc21c962f0ee7","eu-tr-52431421-12","ec-person-7f4ed7789b52b8daf8b637232a16c6d3120c5e37"]}} -{"id":"ec-meeting-2021-05-27-12fe0090785dd80d356e2c2120589e708b6001a0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-27 - Cabinet of Commissioner Mairead Mcguinness x European Mortgage Federation - European Covered Bond Council"],"date":["2021-05-27"],"summary":["Basel III"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["virtual meeting"],"address":["virtual meeting"],"addressEntity":["addr-225c82a032511500bff73b3efe0d857849613fd9"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["eu-tr-24967486965-09","ec-person-49e520c7a9c9c47ccb5acfa68f9416e4233af9f8"]}} -{"id":"ec-meeting-2021-05-27-1801d58c8590c54a403a4149233a3954953588bf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-27 - Cabinet of Executive Vice-President Valdis Dombrovskis x Association des Constructeurs Européens d'Automobiles"],"date":["2021-05-27"],"summary":["Trade policy review; Steel safeguard review; EU-US relations; Fit for 55 preparation"],"notes":["Portfolio: An Economy that Works for People"],"location":["video-conference"],"address":["video-conference"],"addressEntity":["addr-8736c288a4bc51ee27ef4ed41e652409a37e60d1"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["eu-tr-0649790813-47","ec-person-9e7bd1005456277f156b671d1555c6a460fb2f58"]}} -{"id":"ec-meeting-2021-05-27-2da361b34797465f6b451b9e67745ae51c8264f2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-27 - Cabinet of Executive Vice-President Valdis Dombrovskis x Anti-Slavery International International Federation for Human Rights Global Witness ClientEarth AISBL European Center for Constitutional and Human Rights European Coalition for Corporate Justice Clean Clothes Campaign / Stichting Schone Kleren Kampagne"],"date":["2021-05-27"],"summary":["Due diligence"],"notes":["Portfolio: An Economy that Works for People"],"location":["video-conference"],"address":["video-conference"],"addressEntity":["addr-8736c288a4bc51ee27ef4ed41e652409a37e60d1"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-3520008ac93a203db50d106deafde939bc2729f1","eu-tr-10439809375-73","ec-person-235870cd7eb41f2494f695fce18b5b5b88647113","eu-tr-628702938574-49","eu-tr-96645517357-19","eu-tr-714466824568-72","eu-tr-97628146980-33","eu-tr-48872621093-60","eu-tr-464644816865-02"]}} -{"id":"ec-meeting-2021-05-27-376d947dd99073d3e9e46117712fad7cb9edc972","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-27 - Cabinet of Executive Vice-President Valdis Dombrovskis x Google"],"date":["2021-05-27"],"summary":["Trade policy, including transatlantic trade relations - EU-US Trade and Technology initiative, digital payments and cross border data flows."],"notes":["Portfolio: An Economy that Works for People"],"location":["video conference"],"address":["video conference"],"addressEntity":["addr-6dc12e3c97077db82f32184f24341ce370a445fd"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["eu-tr-03181945560-59","ec-person-9e7bd1005456277f156b671d1555c6a460fb2f58"]}} -{"id":"ec-meeting-2021-05-27-4531014eb754068ecd3d06d352c595b1e7c9f112","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-27 - Cabinet of Commissioner Ylva Johansson x Skydda Skogen"],"date":["2021-05-27"],"summary":["Natural Forest situation in Sweden and forestry practices"],"notes":["Portfolio: Home Affairs"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-johansson-of-ylva"],"involved":["ec-person-981fc36acd82b2e49db83e43763b908c1a89ec0b","eu-tr-653709142112-68"]}} -{"id":"ec-meeting-2021-05-27-5c44fbd066c46c80a602d97d940e661afa0def8c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-27 - Cabinet of Commissioner Ylva Johansson x Swedish Forest Industries Federation"],"date":["2021-05-27"],"summary":["Forest Strategy, RED II"],"notes":["Portfolio: Home Affairs"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-johansson-of-ylva"],"involved":["ec-person-981fc36acd82b2e49db83e43763b908c1a89ec0b","eu-tr-355702910008-47"]}} -{"id":"ec-meeting-2021-05-27-6ddc0a020510bb9630feedff568cad2f3b5134e0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-27 - Cabinet of Executive Vice-President Valdis Dombrovskis x European Branded Clothing Alliance"],"date":["2021-05-27"],"summary":["- open strategic autonomy\r\n- textile industry and trade\r\n- global supply chains\r\n- recover from covid-19 crisis"],"notes":["Portfolio: An Economy that Works for People"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["eu-tr-61866543669-46","ec-person-7e9813c16d805ee7ebea3ef6444f384bc32abaaa"]}} -{"id":"ec-meeting-2021-05-27-7affde46817b886a94127a22e85830358d63f18a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-27 - Cabinet of Commissioner Thierry Breton x Confederation of European Paper Industries"],"date":["2021-05-27"],"summary":["Sustainable products initiative, Fit for 55"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-6308dea893b9b1ca0dcd5b91b4a1ac4c2f3020ad","eu-tr-72279144480-58"]}} -{"id":"ec-meeting-2021-05-27-7fe861c232d4bbcfe5acb508c3aeaac95ab462ce","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-27 - Cabinet of Executive Vice-President Valdis Dombrovskis x Alipay (Europe) Limited S.A. Brunswick Group Advisory Limited"],"date":["2021-05-27"],"summary":["Green financial products"],"notes":["Portfolio: An Economy that Works for People"],"location":["video-conference"],"address":["video-conference"],"addressEntity":["addr-8736c288a4bc51ee27ef4ed41e652409a37e60d1"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-235870cd7eb41f2494f695fce18b5b5b88647113","eu-tr-26255464458-25","eu-tr-127713636440-67"]}} -{"id":"ec-meeting-2021-05-27-955f8a156f52a597bae75191eba268c58681c3b2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-27 - Cabinet of Commissioner Mairead Mcguinness x European Policy Centre"],"date":["2021-05-27"],"summary":["Corporate Reporting in the EU's capital market union after winecard."],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Video Conferencing."],"address":["Video Conferencing."],"addressEntity":["addr-912f3be8d3c705b575d95bd802535451d4e253ad"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["eu-tr-89632641000-47","ec-person-2b9c589fb2354bd93067644d2c3d2c058d4c4cc9"]}} -{"id":"ec-meeting-2021-05-27-a7c856e84c822aa72878b7de2bd5e40dd4ca9e7c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-27 - Cabinet of Commissioner Mairead Mcguinness x BUSINESSEUROPE"],"date":["2021-05-27"],"summary":["Speech on Sustainable Finance"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["eu-tr-3978240953-79","ec-person-1d2f53447b8f2d9bb3f50f7247ad40c2cf8036e4"]}} -{"id":"ec-meeting-2021-05-27-b2d9e9f951e33f3da574ebb8badc0b23fb9d3a27","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-27 - Cabinet of Commissioner Paolo Gentiloni x ENEL SpA"],"date":["2021-05-27"],"summary":["CBAM + ETD"],"notes":["Portfolio: Economy"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-cabinet-commissioner-gentiloni-of-paolo"],"involved":["ec-person-8da36db391ed53f362d495cd564ba8b45c7003e1","eu-tr-6256831207-27"]}} -{"id":"ec-meeting-2021-05-27-c53b7e8f75139d1aedee62115b1d456eadac3f88","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-27 - Cabinet of Executive Vice-President Valdis Dombrovskis x Commerzbank AG"],"date":["2021-05-27"],"summary":["Sustainable corporate governance"],"notes":["Portfolio: An Economy that Works for People"],"location":["Video conferencing"],"address":["Video conferencing"],"addressEntity":["addr-4a260fcbdf035aeae48bfb811f1225b05f636185"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["eu-tr-83370363079-88","ec-person-f011ed0f7c78d833a79f1206f788e0cbd9cb8864"]}} -{"id":"ec-meeting-2021-05-27-d1f7726f3df1d5d0f2cbf1b601d6e43f05ea0e6a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-27 - Cabinet of Commissioner Kadri Simson x European Geothermal Energy Council"],"date":["2021-05-27"],"summary":["To discuss the Fit for 55 Package."],"notes":["Portfolio: Energy"],"location":["Video Conferencing"],"address":["Video Conferencing"],"addressEntity":["addr-e3b7413b2ac93be00b6bcff51fdc1374d67118bd"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["ec-person-9b7f5fe059e5b0b40e79e9170211aa2f02322fdb","eu-tr-11458103335-07"]}} -{"id":"ec-meeting-2021-05-27-db3a07d3b7a6ba5f666b5c8567f4e61380c75d2c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-27 - Cabinet of Commissioner Stella Kyriakides x BEL"],"date":["2021-05-27"],"summary":["Exchange of views on the Farm to Fork Strategy, in particular the sustainability of the supply chain and the front of pack nutrition labelling"],"notes":["Portfolio: Health"],"location":["Brussels, virtual meeting"],"address":["Brussels, virtual meeting"],"addressEntity":["addr-4bb3355c4dd7121ff74decf748c2f1aaf04a6b2c"],"organizer":["ec-cabinet-commissioner-kyriakides-of-stella"],"involved":["ec-person-ecf9f9e978b833afc98ee022572d468f0dc9a352","ec-person-a14d25733c53171d0aa91b49f8fa6d0c83e15a17","eu-tr-188266812877-12"]}} -{"id":"ec-meeting-2021-05-27-ddbc7481722a88fd6d3aba0b2d85cfdae049e589","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-27 - Cabinet of Vice-President Věra Jourová x Hertie School"],"date":["2021-05-27"],"summary":["Global Solutions Summit 2021 - human rights, data protection, disinformation, hate speech online"],"notes":["Portfolio: Values and Transparency"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["eu-tr-500468931965-26","ec-person-bf54da17217bbddfd9c68fe24d88005ac17e2c4b"]}} -{"id":"ec-meeting-2021-05-27-e1dfb3902e46a1237615c26caed3d8da2cedb452","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-27 - Cabinet of Commissioner Mairead Mcguinness x Federation of European Securities Exchanges"],"date":["2021-05-27"],"summary":["capital markets."],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Video Conferencing"],"address":["Video Conferencing"],"addressEntity":["addr-e3b7413b2ac93be00b6bcff51fdc1374d67118bd"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-2b9c589fb2354bd93067644d2c3d2c058d4c4cc9","eu-tr-71488206456-23"]}} -{"id":"ec-meeting-2021-05-27-e3ef2a8208f466ffef0c5d57d494cb51e92def3e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-27 - Cabinet of Commissioner Ylva Johansson x Twelve App"],"date":["2021-05-27"],"summary":["Introduction of Yubo as a company and explanation their vision, as well as their plans on the role they could play in Europe to protect children and prevent them from harm."],"notes":["Portfolio: Home Affairs"],"location":["Virtual meeting"],"address":["Virtual meeting"],"addressEntity":["addr-1f1f3f51a4da31a1ea5c1b4b21cbf52ad983224f"],"organizer":["ec-cabinet-commissioner-johansson-of-ylva"],"involved":["ec-person-d3f97e069d9ff016d7b65052f6eb6b98500ec118","eu-tr-906192242809-56"]}} -{"id":"ec-meeting-2021-05-27-e76f27ee5d4573d62be3e463a204a8de635057b6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-27 - Cabinet of Commissioner Kadri Simson x Vattenfall Fortum Oyj Statkraft AS"],"date":["2021-05-27"],"summary":["Contribution du secteur électrique dans le cadre du paquet Fit for 55%."],"notes":["Portfolio: Energy"],"location":["Video Conferencing"],"address":["Video Conferencing"],"addressEntity":["addr-e3b7413b2ac93be00b6bcff51fdc1374d67118bd"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["eu-tr-12955024114-93","ec-person-d40f25b5cb5c0681854a4996da444478318f7e58","eu-tr-03501997362-71","eu-tr-96327066302-56"]}} -{"id":"ec-meeting-2021-05-28-007c445d6ed464ded13d1a074f0f993e946b94dd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-28 - Cabinet of Executive Vice-President Frans Timmermans x Royal Association of Netherlands' Shipowners"],"date":["2021-05-28"],"summary":["Discussion on upcoming Fit-for-55 proposals for the maritime sector"],"notes":["Portfolio: European Green Deal"],"location":["video call"],"address":["video call"],"addressEntity":["addr-12d8c530d76da0b7745f9c0f9285e7eec97adc55"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-05693918534-87","ec-person-f1a3478550296f3f9accdc67d6ef5a0b681dda4b"]}} -{"id":"ec-meeting-2021-05-28-0676ae90f50fcf0c509b7f8a866093638ac89ff8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-28 - Cabinet of Commissioner Thierry Breton x Microsoft Corporation"],"date":["2021-05-28"],"summary":["Discussions on cloud, platforms and AI regulation"],"notes":["Portfolio: Internal Market"],"location":["video conference"],"address":["video conference"],"addressEntity":["addr-6dc12e3c97077db82f32184f24341ce370a445fd"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-0801162959-21","ec-person-e18e6e300776f5f47ca4c72c1ba1b0d0eb1e71fe","ec-person-4d83416435f81b1f1e8f5c86aeebb1478577f1d2","ec-person-5215bd372c5a1202399d77ecceb8c16de8d7d55c"]}} -{"id":"ec-meeting-2021-05-28-1b1f795841cda66dbfac769ce7dc62415632ca93","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-28 - Cabinet of Executive Vice-President Frans Timmermans x The European Steel Association"],"date":["2021-05-28"],"summary":["State aid rules"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-e88af8eb396e96e3dbc9b4ec6e40a348d26c389c","eu-tr-93038071152-83"]}} -{"id":"ec-meeting-2021-05-28-22f75e3a392e0103f1a09b92011050d48e1f0405","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-28 - Cabinet of Executive Vice-President Valdis Dombrovskis x Bundesarbeitgeberverband Chemie e.V. Verband der Chemischen Industrie e.V. Bayer AG"],"date":["2021-05-28"],"summary":["Sustainable corporate governance and due diligence"],"notes":["Portfolio: An Economy that Works for People"],"location":["video-conference"],"address":["video-conference"],"addressEntity":["addr-8736c288a4bc51ee27ef4ed41e652409a37e60d1"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["eu-tr-15423437054-40","eu-tr-3523776801-85","ec-person-3520008ac93a203db50d106deafde939bc2729f1","ec-person-235870cd7eb41f2494f695fce18b5b5b88647113","eu-tr-3474944849-83"]}} -{"id":"ec-meeting-2021-05-28-2b22b7dd5d439b8c0d955e34c55c8605c6ff5086","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-28 - Cabinet of Executive Vice-President Frans Timmermans x Syngenta Crop Protection AG"],"date":["2021-05-28"],"summary":["Sustainable food systems"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - video conference"],"address":["Brussels - video conference"],"addressEntity":["addr-d7df553e47e69d1cc9f4189b36b7c867f80459b0"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-16822412339-79","ec-person-33624431cbec1074e151c1707715ef46d2ba9565"]}} -{"id":"ec-meeting-2021-05-28-3b6725a208ca1f37d28af107b272875221959845","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-28 - Cabinet of Executive Vice-President Valdis Dombrovskis x European Banking Federation Copenhagen Economics"],"date":["2021-05-28"],"summary":["Basel III implementation"],"notes":["Portfolio: An Economy that Works for People"],"location":["video conference"],"address":["video conference"],"addressEntity":["addr-6dc12e3c97077db82f32184f24341ce370a445fd"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-235870cd7eb41f2494f695fce18b5b5b88647113","eu-tr-4722660838-23","eu-tr-677855542901-13"]}} -{"id":"ec-meeting-2021-05-28-43d4b0afcad4b937f0b4b8f66231b6c96a2781e8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-28 - Cabinet of Commissioner Mairead Mcguinness x Insurance Europe"],"date":["2021-05-28"],"summary":["Record video for Insurance Europe Resilence Week touching all aspects of insurance role in building resilence."],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Video Conferencing."],"address":["Video Conferencing."],"addressEntity":["addr-912f3be8d3c705b575d95bd802535451d4e253ad"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-2b9c589fb2354bd93067644d2c3d2c058d4c4cc9","eu-tr-33213703459-54"]}} -{"id":"ec-meeting-2021-05-28-4ad40e42f1b79a18fae421211f30436ed9a51806","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-28 - Financial Stability, Financial Services and Capital Markets Union x Insurance Europe"],"date":["2021-05-28"],"summary":["Solvency II, green recovery"],"location":["Virtual Meeting"],"address":["Virtual Meeting"],"addressEntity":["addr-ed078b6749077909a1a45720507ac2da9277b8b3"],"organizer":["ec-dg-fisma"],"involved":["ec-person-1fce211249673c35ee07a801ddee77ab24af8d54","eu-tr-33213703459-54"]}} -{"id":"ec-meeting-2021-05-28-5e74b8cdfd23abd91480d91678573dfadde56824","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-28 - Cabinet of Commissioner Thierry Breton x Johnson & Johnson"],"date":["2021-05-28"],"summary":["Vaccine delivery schedule for June/July and expansion of production capacity"],"notes":["Portfolio: Internal Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-75617941310-89","ec-person-d6689ffc6695e7e65bdd0e0c0da1721d3031ea1b"]}} -{"id":"ec-meeting-2021-05-28-75efaba141d4796da7cb2a97067edc5ee97036ea","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-28 - Cabinet of Commissioner Virginijus Sinkevičius x Swedbank AB (publ)"],"date":["2021-05-28"],"summary":["To discuss the European Green Deal with a focus on sustainability from a business’s angle, also to exchange views on Taxonomy and the EU Corporate Sustainability Reporting Directive."],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["eu-tr-960532323803-62","ec-person-dd7a7b1952e158f4195d34cff333ec79a4f48ba3"]}} -{"id":"ec-meeting-2021-05-28-76e8b7c02d5cfa728888823946bd6dec840d9b64","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-28 - Cabinet of Executive Vice-President Frans Timmermans x SEC NEWGATE EU"],"date":["2021-05-28"],"summary":["Presentation of Hydrogen4EU study"],"notes":["Portfolio: European Green Deal"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-9eafbf4a92961023c7df3ab389ae6d4301dec4bf","ec-person-d53e00c46a4cc62bbf533e0c9bb35bacb9121989","eu-tr-23020671103-67"]}} -{"id":"ec-meeting-2021-05-28-7acd3412c0a7542e02fa1e866995e3aae8e0ac41","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-28 - Energy x Transport and Environment (European Federation for Transport and Environment)"],"date":["2021-05-28"],"summary":["Videoconference discussion on the review of transport-related elements of the Renewable Energy Directive and the role of renewable fuels and electrification for transport decarbonisation."],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-dg-ener"],"involved":["ec-person-9c0f33ecb9f6badd5f4b5f1a4bd7677e18a52a22","eu-tr-58744833263-19"]}} -{"id":"ec-meeting-2021-05-28-81e6c165c3cfa2e3958493fe3ad85d210c971875","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-28 - Cabinet of Commissioner Mairead Mcguinness x Accountancy Europe"],"date":["2021-05-28"],"summary":["Corporate reporting"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["eu-tr-4713568401-18","ec-person-d3cc20cb34ca6b5bf95417f5f9557b6c2aa749fc"]}} -{"id":"ec-meeting-2021-05-28-8541af3f9a9e726cb30bf5f9df6e4230e51edf4e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-28 - Cabinet of Commissioner Nicolas Schmit x Network for Disability Work Integration Social Enterprises"],"date":["2021-05-28"],"summary":["Action Plan of the European Pillar of Social Rights and Action Plan for the Social Economy."],"notes":["Portfolio: Jobs and Social Rights"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-c2208333f0f75350eef62b355a40bf856f2d9cef","eu-tr-784388242713-97"]}} -{"id":"ec-meeting-2021-05-28-86494bcad94c1b93f42e7ab41964cb16ed363faf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-28 - Cabinet of Commissioner Thierry Breton x YZR"],"date":["2021-05-28"],"summary":["AI Regulation and AI use cases"],"notes":["Portfolio: Internal Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-511619442971-66","ec-person-d6689ffc6695e7e65bdd0e0c0da1721d3031ea1b"]}} -{"id":"ec-meeting-2021-05-28-88ac2238e8e816934507840f046b46d9ba5c176f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-28 - Cabinet of Commissioner Elisa Ferreira x Vodafone Belgium SA"],"date":["2021-05-28"],"summary":["Rural/digital transformation and achievements of EU digital targets"],"notes":["Portfolio: Cohesion and Reforms"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-commissioner-elisa-ferreira-of"],"involved":["ec-person-884d261ef161b119c9fc64f7a0514dc014ca2bd7","eu-tr-90142503473-81"]}} -{"id":"ec-meeting-2021-05-28-90544f34d2b36b801d49ef567e52118512a821dc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-28 - Energy x BUSINESSEUROPE"],"date":["2021-05-28"],"summary":["Videoconference discussion on energy aspects of Fit for 55."],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-dg-ener"],"involved":["eu-tr-3978240953-79","ec-person-9c0f33ecb9f6badd5f4b5f1a4bd7677e18a52a22"]}} -{"id":"ec-meeting-2021-05-28-912f63d665bfc30b0c4bae173d3ef6b15d95a07b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-28 - Cabinet of Commissioner Mairead Mcguinness x JPMorgan Chase & Co."],"date":["2021-05-28"],"summary":["CMU/CSDR"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["eu-tr-9171899949-17","ec-person-d3cc20cb34ca6b5bf95417f5f9557b6c2aa749fc"]}} -{"id":"ec-meeting-2021-05-28-9e3b84cec59c1fd781d21d9a20a3407f2df74000","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-28 - Cabinet of Executive Vice-President Margrethe Vestager x European Alliance to Save Energy"],"date":["2021-05-28"],"summary":["State Aid issues of relevance for the Energy sector"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-6b6135249735cff1f3061530471f1e159500c840","eu-tr-37816636575-51"]}} -{"id":"ec-meeting-2021-05-28-a30c3397b8911e72f10c8c412314f2a908fc4312","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-28 - Cabinet of Commissioner Kadri Simson x Hydrogen Europe Havenbedrijf Rotterdam NV Breakthrough Energy Catalyst Foundation"],"date":["2021-05-28"],"summary":["\"Hydrogen coffee\" meeting on transporting hydrogen by sea, including the role of ports play within the hydrogen ecosystem and the international trade of Europe."],"notes":["Portfolio: Energy"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["eu-tr-424103441763-49","eu-tr-77659588648-75","ec-person-2fb98fc84d2cf8d481688eff3d47f7745ead3592","eu-tr-930637620172-95","ec-person-1995c65b8dc7f3702a8c30ed96a0144075848837"]}} -{"id":"ec-meeting-2021-05-28-a4f9c731698b28c6c6f353f115bb805d9bf38a48","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-28 - Cabinet of Executive Vice-President Frans Timmermans x International Council on Clean Transportation"],"date":["2021-05-28"],"summary":["Zero emission transport in the Fit for 2030 package"],"notes":["Portfolio: European Green Deal"],"location":["online"],"address":["online"],"addressEntity":["addr-2dbc2fd2358e1ea1b7a6bc08ea647b9a337ac92d"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-d56ecbfde17436a136fc89c9a978b266e8285c84","eu-tr-06250094777-73"]}} -{"id":"ec-meeting-2021-05-28-aea1f4e03cd66290bdbdf973e16e726df7f44ff3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-28 - Cabinet of President Ursula von der Leyen x Orgalim – Europe's Technology Industries"],"date":["2021-05-28"],"summary":["Digital & industrial policy, convergence of digital & physical technology, scope of high-risk AI categories in industrial settings, costs of certification (for AI under Machinery Directive, for cybersecurity under NIS2)."],"notes":["Portfolio: President"],"location":["Brussels (VC)"],"address":["Brussels (VC)"],"addressEntity":["addr-7a7ab1034ef0b71e62ebf9a322dc5d9528505976"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-7019713e72781afb1f3b19032c4752a314b78180","eu-tr-20210641335-88"]}} -{"id":"ec-meeting-2021-05-28-c3e38350191b2ffd521058111e823005c0e4ad83","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-28 - Climate Action x Hydrogen Europe"],"date":["2021-05-28"],"summary":["Hydrogen Act"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-clima"],"involved":["ec-person-9c5c685692a09a77f2bc8ae9c05663b87cd75aae","eu-tr-77659588648-75"]}} -{"id":"ec-meeting-2021-05-28-e7444d7c2e994d9deb6a627138ad6829b65931d7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-28 - Cabinet of Executive Vice-President Margrethe Vestager x Microsoft Corporation"],"date":["2021-05-28"],"summary":["Data privacy"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-0801162959-21","ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0"]}} -{"id":"ec-meeting-2021-05-28-fef9f709ca04db164c1ccace70da39e2dc934681","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-28 - Cabinet of Vice-President Věra Jourová x Svaz průmyslu a dopravy ČR"],"date":["2021-05-28"],"summary":["Transatlantic relations, Secure data transfer, Sustainable corporate governance, Equal pay"],"notes":["Portfolio: Values and Transparency"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["eu-tr-785320514128-81","ec-person-bf54da17217bbddfd9c68fe24d88005ac17e2c4b"]}} -{"id":"ec-meeting-2021-05-29-7bef38d6c59a5f1e6c79b41c30a41fc8701f0247","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-29 - Communications Networks, Content and Technology x Standing Committee of European Doctors"],"date":["2021-05-29"],"summary":["Presentation by CPME of work in the context of the COVID-19 crisis \r\n(virtual meeting)"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-9276943405-41","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2021-05-31-096d144eb5f0d1dac10bc7d11869bd1a4ff6de20","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-31 - Cabinet of Commissioner Kadri Simson x thyssenkrupp Steel Europe AG"],"date":["2021-05-31"],"summary":["European Green Deal objectives."],"notes":["Portfolio: Energy"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["ec-person-ba3b83676ad38094e71b64b644f3e3d2c61b8182","eu-tr-456211534646-58","ec-person-1995c65b8dc7f3702a8c30ed96a0144075848837"]}} -{"id":"ec-meeting-2021-05-31-2253047a6d03b39f046e1e97f249f1c5dec7804d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-31 - Cabinet of Commissioner Didier Reynders x Fern"],"date":["2021-05-31"],"summary":["presentation by FERN on their views regarding Renewable Energy Directive (RED) II forest biomass criteria"],"notes":["Portfolio: Justice"],"location":["video conferencing"],"address":["video conferencing"],"addressEntity":["addr-613317ccdf0c2bce8cb9f90df551697cd890eda7"],"organizer":["ec-cabinet-commissioner-didier-of-reynders"],"involved":["eu-tr-40538475090-82","ec-person-4cd0043747c40cfeaced5e4c68e43372cdb8dac9"]}} -{"id":"ec-meeting-2021-05-31-2261424e6153ab760ef94bff944d1e4377f993fb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-31 - Cabinet of Commissioner Janusz Wojciechowski x Skydda Skogen"],"date":["2021-05-31"],"summary":["Forestry/Renewable Energy Directive (REDII)"],"notes":["Portfolio: Agriculture"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["eu-tr-653709142112-68","ec-person-cafe030b6dad78a75143f7552c420481b30ebceb"]}} -{"id":"ec-meeting-2021-05-31-245e2ba24e99c631d9231464c27387af1244d4f4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-31 - Cabinet of Commissioner Elisa Ferreira x EIDD - Design for All Europe"],"date":["2021-05-31"],"summary":["New European Bauhaus"],"notes":["Portfolio: Cohesion and Reforms"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-commissioner-elisa-ferreira-of"],"involved":["eu-tr-208300337606-85","ec-person-edf08d46587dbb24d69133811963301459374fa8"]}} -{"id":"ec-meeting-2021-05-31-673e4492a516a4e67217094101cc1bef4fd5dda0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-31 - Cabinet of Commissioner Johannes Hahn x Raiffeisen Bank International AG"],"date":["2021-05-31"],"summary":["Exchange of views on economic developments, European recovery, RRF plans"],"notes":["Portfolio: Budget and Administration"],"location":["Viennna, Austria"],"address":["Viennna, Austria"],"addressEntity":["addr-df0e08ec39b4f147656f95873a2525d0f94b1b3a"],"organizer":["ec-cabinet-commissioner-hahn-johannes-of"],"involved":["ec-person-6dd3472dac004e43ec1fa4f5b4106e3b476c9ce7","eu-tr-33858106461-10"]}} -{"id":"ec-meeting-2021-05-31-7a6c177ad70cacb15847d7c2d90dc7e8f6b37d84","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-31 - Cabinet of Commissioner Kadri Simson x EPIA SolarPower Europe"],"date":["2021-05-31"],"summary":["Recommendations for the REDII Revision."],"notes":["Portfolio: Energy"],"location":["Video Conferencing"],"address":["Video Conferencing"],"addressEntity":["addr-e3b7413b2ac93be00b6bcff51fdc1374d67118bd"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["ec-person-9b7f5fe059e5b0b40e79e9170211aa2f02322fdb","eu-tr-2680046412-48"]}} -{"id":"ec-meeting-2021-05-31-7d02bce26f3561c989a65a60353aba315b7525d5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-31 - Cabinet of Commissioner Thierry Breton x ArcelorMittal"],"date":["2021-05-31"],"summary":["Fit for 55 package"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-6308dea893b9b1ca0dcd5b91b4a1ac4c2f3020ad","eu-tr-23527541824-60"]}} -{"id":"ec-meeting-2021-05-31-8f1c65d07cad89c3cc1efb20f98d79a6a7e491de","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-31 - Research and Innovation x European Association of Research and Technology Organisations"],"date":["2021-05-31"],"summary":["Horizon Europe - ERA - Technology infrastructures"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-rtd"],"involved":["ec-person-1d348f33395de0ea6773a7b4ae8797e3e0392f73","eu-tr-977869932377-59"]}} -{"id":"ec-meeting-2021-05-31-953d5f555ce655b6449f87e27775db1402356b18","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-31 - Cabinet of Commissioner Ylva Johansson x SOS MEDITERRANEE"],"date":["2021-05-31"],"summary":["Search and Rescue"],"notes":["Portfolio: Home Affairs"],"location":["VTC"],"address":["VTC"],"addressEntity":["addr-9d1acaa772820b8ade84113d2da24716fe455be2"],"organizer":["ec-cabinet-commissioner-johansson-of-ylva"],"involved":["eu-tr-360465642984-25","ec-person-1f14c98028fa6f9f43ee9cd5aef7ed77c30761a5"]}} -{"id":"ec-meeting-2021-05-31-9ba305ba512dad83f1371674f1253a7dbce0734e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-31 - Cabinet of Commissioner Mairead Mcguinness x Bayerischer Bankenverband e. V."],"date":["2021-05-31"],"summary":["CMU/MiFIR review/Digital Euro"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["eu-tr-10349516106-79","ec-person-d3cc20cb34ca6b5bf95417f5f9557b6c2aa749fc"]}} -{"id":"ec-meeting-2021-05-31-bc8c9717293a451e807b49e17d1d685d8742664a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-31 - Cabinet of Executive Vice-President Frans Timmermans x European Environmental Bureau Greenpeace European Unit"],"date":["2021-05-31"],"summary":["State aid and coal in Romania"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-9832909575-41","ec-person-e88af8eb396e96e3dbc9b4ec6e40a348d26c389c","ec-person-d53e00c46a4cc62bbf533e0c9bb35bacb9121989","eu-tr-06798511314-27"]}} -{"id":"ec-meeting-2021-05-31-c8c1e3db1936de99652a6b16d62ed10253bbfc85","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-31 - Cabinet of Executive Vice-President Valdis Dombrovskis x Orgalim – Europe's Technology Industries"],"date":["2021-05-31"],"summary":["EU-US relations, WTO reform"],"notes":["Portfolio: An Economy that Works for People"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-1d8581216d9aa7f26fa098a81e84ca61e0e3f261","eu-tr-20210641335-88"]}} -{"id":"ec-meeting-2021-05-31-ce12dd355474018c1a39aefc37fb51474dec5937","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-31 - Cabinet of Executive Vice-President Frans Timmermans x Forum Energii"],"date":["2021-05-31"],"summary":["Fit for 55 Package and the discussions in Poland concerning ETS extension and heat decarbonisation"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - video conference"],"address":["Brussels - video conference"],"addressEntity":["addr-d7df553e47e69d1cc9f4189b36b7c867f80459b0"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-692020425876-28","ec-person-d53e00c46a4cc62bbf533e0c9bb35bacb9121989"]}} -{"id":"ec-meeting-2021-05-31-d25c5e2fee1040fd678940179a2dcb6f96834b79","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-31 - Cabinet of Commissioner Thierry Breton x Telefonica, S.A."],"date":["2021-05-31"],"summary":["5G deployment to meet the targets of the Digital Decade"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-52431421-12","ec-person-4d83416435f81b1f1e8f5c86aeebb1478577f1d2"]}} -{"id":"ec-meeting-2021-05-31-daa4dc30511f039c431713962aaaa439175dd364","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-31 - Cabinet of Executive Vice-President Frans Timmermans x European Live Poultry and Hatching Egg Association AnimalhealthEurope European agri-cooperatives European farmers Union Européenne du Commerce du Bétail et des Métiers de la Viande European Forum of Farm Animal Breeders Centre de liaison des industries transformatrices de viande de l'UE European Dairy Association aisbl Confédération des Associations Nationales de Tanneurs et Mégissiers de la Communauté Européenne Euro Foie Gras Fédération Européenne des Fabricants d'Aliments Composés EU Association of Specialty Feed Ingredients and their Mixtures"],"date":["2021-05-31"],"summary":["Exchange on Farm to Fork Strategy with European Livestock Voice"],"notes":["Portfolio: European Green Deal"],"location":["Brussels-video conference"],"address":["Brussels-video conference"],"addressEntity":["addr-207aae032db3f4ecaec4faf251340e3be486037d"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-7c876f4825f213b8adbedf089ccedfbc3b36d65b","eu-tr-617506516010-41","eu-tr-20132976103-18","eu-tr-44856881231-49","eu-tr-28175274067-75","eu-tr-4422649896-52","eu-tr-02978802379-31","eu-tr-77105321408-83","eu-tr-63322037415-37","eu-tr-077706416598-79","eu-tr-42967152383-63","eu-tr-519541518551-15","eu-tr-09586631237-74"]}} -{"id":"ec-meeting-2021-05-31-e0af88dbd4f2e8c7e2f3ca7874cf308201cd5711","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-31 - Cabinet of Executive Vice-President Frans Timmermans x Minderoo Foundation Limited ATF The Minderoo Foundation Trust Fortescue Metals Group Ltd"],"date":["2021-05-31"],"summary":["Hydrogen Policy"],"notes":["Portfolio: European Green Deal"],"location":["Brussels-video conference"],"address":["Brussels-video conference"],"addressEntity":["addr-207aae032db3f4ecaec4faf251340e3be486037d"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-7c876f4825f213b8adbedf089ccedfbc3b36d65b","eu-tr-361336735977-48","eu-tr-123971942816-77"]}} -{"id":"ec-meeting-2021-05-31-fe012d689f5caea926e969d27bb9442b3ac2c9a6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-05-31 - Cabinet of Commissioner Kadri Simson x First Solar, Inc"],"date":["2021-05-31"],"summary":["The importance of transatlantic R&D and innovation collaboration;\r\nThe strains the industry is under when it comes to competitions from Asia;\r\nThe state of the EU’s current policy agenda and how it may impact the solar industry in Europe."],"notes":["Portfolio: Energy"],"location":["Video Conferencing"],"address":["Video Conferencing"],"addressEntity":["addr-e3b7413b2ac93be00b6bcff51fdc1374d67118bd"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["ec-person-9b7f5fe059e5b0b40e79e9170211aa2f02322fdb","eu-tr-05233891201-35"]}} -{"id":"ec-meeting-2021-06-01-02a20d1c4382cc2c816e567bb5a26cd8f3337fb6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-01 - Cabinet of Commissioner Virginijus Sinkevičius x American Chamber of Commerce to the European Union"],"date":["2021-06-01"],"summary":["To exchange views on EU policies in the areas of the circular economy, chemicals, zero pollution and their international and business dimensions."],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["ec-person-dd7a7b1952e158f4195d34cff333ec79a4f48ba3","eu-tr-5265780509-97","ec-person-a58f1d06f5cb1d8dfd278e0c36d5aa1b9368b270"]}} -{"id":"ec-meeting-2021-06-01-0a874fef0bb05577355d00634894146777a246a6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-01 - Research and Innovation x ASD-Eurospace"],"date":["2021-06-01"],"summary":["Destination 2050 report"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-rtd"],"involved":["eu-tr-873508417106-05","ec-person-1d348f33395de0ea6773a7b4ae8797e3e0392f73"]}} -{"id":"ec-meeting-2021-06-01-0be4904d2ce349fd4f06c78f1ee7cd7ada3e54ac","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-01 - Cabinet of Commissioner Paolo Gentiloni x Associazione Bancaria Italiana"],"date":["2021-06-01"],"summary":["Basel 3+"],"notes":["Portfolio: Economy"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-cabinet-commissioner-gentiloni-of-paolo"],"involved":["ec-person-8da36db391ed53f362d495cd564ba8b45c7003e1","eu-tr-915519211566-03"]}} -{"id":"ec-meeting-2021-06-01-1c8aa1170df885fd75b4a021bfa547af159fa379","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-01 - Cabinet of President Ursula von der Leyen x European Women's Lobby"],"date":["2021-06-01"],"summary":["The use of the term “gender”"],"notes":["Portfolio: President"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-66d141295841bdd2d0679d93aae62e07580fcee5","eu-tr-85686156700-13"]}} -{"id":"ec-meeting-2021-06-01-1dee4a3aa8a29897b8d011bc79e1e06b88e4ed1c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-01 - Cabinet of Commissioner Helena Dalli x World Economic Forum"],"date":["2021-06-01"],"summary":["Keynote Speech - Accelerating Racial Justice session"],"notes":["Portfolio: Equality"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-commissioner-dalli-helena-of"],"involved":["ec-person-d0b568d53468fcd3dfeeaddbd07343b5b065914d","eu-tr-567538843366-43"]}} -{"id":"ec-meeting-2021-06-01-22ac17a00631970f7aa4766b5381dfb4c8696bee","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-01 - Cabinet of Commissioner Mariya Gabriel x IBM Research GmbH"],"date":["2021-06-01"],"summary":["Digital Education"],"notes":["Portfolio: Innovation and Youth"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-590598523223-68","ec-person-1674399a793e9e6fd7cf55b525515fc862fc9351"]}} -{"id":"ec-meeting-2021-06-01-258e888c9d0d808a87489fc4dca822ced34ecb9b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-01 - Cabinet of Executive Vice-President Frans Timmermans x TenneT Holding B.V."],"date":["2021-06-01"],"summary":["Participation at the TenneT annual event"],"notes":["Portfolio: European Green Deal"],"location":["Brussels-video conference"],"address":["Brussels-video conference"],"addressEntity":["addr-207aae032db3f4ecaec4faf251340e3be486037d"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-7c876f4825f213b8adbedf089ccedfbc3b36d65b","eu-tr-289810215426-07"]}} -{"id":"ec-meeting-2021-06-01-3c4bb310a0250cd5e097911921c076066048ba99","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-01 - Cabinet of Commissioner Mairead Mcguinness x Banking & Payments Federation Ireland"],"date":["2021-06-01"],"summary":["Capital Markets\r\n\r\nDigital Finance\r\n\r\nBrexit."],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Video Conferencing"],"address":["Video Conferencing"],"addressEntity":["addr-e3b7413b2ac93be00b6bcff51fdc1374d67118bd"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-2b9c589fb2354bd93067644d2c3d2c058d4c4cc9","ec-person-00f66582d8581f7480e12525027b5a1ee9b22f07","eu-tr-981559116223-93"]}} -{"id":"ec-meeting-2021-06-01-45862d33e06b1238dde2102a3bdb6215aeb36851","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-01 - Cabinet of Executive Vice-President Frans Timmermans x European Transport Workers' Federation EUROPEAN TRADE UNION CONFEDERATION industriAll European Trade Union EUROPEAN FEDERATION OF BUILDING AND WOODWORKERS SGI Europe European Federation of Public Service Unions BUSINESSEUROPE SMEunited aisbl"],"date":["2021-06-01"],"summary":["Fit for 55 Package"],"notes":["Portfolio: European Green Deal"],"location":["Brussels-video conference"],"address":["Brussels-video conference"],"addressEntity":["addr-207aae032db3f4ecaec4faf251340e3be486037d"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-7c876f4825f213b8adbedf089ccedfbc3b36d65b","eu-tr-04902121531-04","eu-tr-55820581197-35","eu-tr-3978240953-79","eu-tr-06698681039-26","eu-tr-358284014848-82","eu-tr-92545571128-74","eu-tr-57745478360-42","eu-tr-59513031434-92"]}} -{"id":"ec-meeting-2021-06-01-469967bfe7f0880d09bede56deaeefb32857e39d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-01 - Cabinet of Commissioner Janusz Wojciechowski x Eurogroup for Animals"],"date":["2021-06-01"],"summary":["Accountability report on Karim Allah and Elbeik livestock vessels"],"notes":["Portfolio: Agriculture"],"location":["Video phone call"],"address":["Video phone call"],"addressEntity":["addr-dcb9711eb850404cc2f135ca801ab8a3e2045990"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["ec-person-c825a813205e5077cd48bbd241436daf1834fc9b","eu-tr-6809935493-49","ec-person-08c62f972c22464aca7a65520eb9406f8db14a66"]}} -{"id":"ec-meeting-2021-06-01-46dedb7213568626d51408bf178373170805a99b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-01 - Cabinet of President Ursula von der Leyen x Global Citizen Pandemic Action Network"],"date":["2021-06-01"],"summary":["Global Health Summit follow-up"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["eu-tr-211392938041-28","eu-tr-621243638636-02","ec-person-a15f450526451c70384a05ea9a3a7400ba2d3e7e"]}} -{"id":"ec-meeting-2021-06-01-493e4dac3d4d7e55dd34aa897ba341e09faea328","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-01 - Cabinet of Commissioner Elisa Ferreira x Third Generation Environmentalism Ltd"],"date":["2021-06-01"],"summary":["Participation to the event “How to seize the potential for a green recovery in Central and Eastern Europe” and panel discussion."],"notes":["Portfolio: Cohesion and Reforms"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-commissioner-elisa-ferreira-of"],"involved":["eu-tr-07783117686-61","ec-person-1c49c531eceae287dd4a56ac52e8326c65fc2855"]}} -{"id":"ec-meeting-2021-06-01-6578cd3598c8f6cb3b516430370ad9031d90074c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-01 - Cabinet of Commissioner Helena Dalli x Rainbow Cities Network"],"date":["2021-06-01"],"summary":["Keynote speech: First event as part of the “LGBTI policy guidelines for local governments”"],"notes":["Portfolio: Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-dalli-helena-of"],"involved":["eu-tr-152657543865-54","ec-person-d0b568d53468fcd3dfeeaddbd07343b5b065914d"]}} -{"id":"ec-meeting-2021-06-01-68ab018cfcff70f1d9f9abbddef989d3ae8bdbfa","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-01 - Cabinet of Commissioner Thierry Breton x PepsiCo"],"date":["2021-06-01"],"summary":["Green economic transition, circular economy and packaging"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-6308dea893b9b1ca0dcd5b91b4a1ac4c2f3020ad","eu-tr-010212710281-97"]}} -{"id":"ec-meeting-2021-06-01-704b02dc46052de49988a43f98ff550b6db192e3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-01 - Cabinet of Commissioner Nicolas Schmit x EUROPEAN TRADE UNION CONFEDERATION EUROPEAN FEDERATION OF BUILDING AND WOODWORKERS European Federation of Public Service Unions European Transport Workers' Federation SMEunited aisbl industriAll European Trade Union BUSINESSEUROPE SGI Europe"],"date":["2021-06-01"],"summary":["Exchanges on the Fit for 55 package."],"notes":["Portfolio: Jobs and Social Rights"],"location":["videoconference"],"address":["videoconference"],"addressEntity":["addr-92b2fbb928e012810d80d9ef1abe12027beee200"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-8eb18b6102d444937bc6af5822a6742812165b48","ec-person-4cf4655ab41922e92160325d987a3c4615c72d30","eu-tr-04902121531-04","eu-tr-55820581197-35","eu-tr-3978240953-79","eu-tr-06698681039-26","eu-tr-358284014848-82","eu-tr-57745478360-42","eu-tr-92545571128-74","ec-person-935314e38d735654cae8ee61313a3d73439b242d","ec-person-c03b949331dbbe5fa3d5423758e371ec1b9b832f","eu-tr-59513031434-92"]}} -{"id":"ec-meeting-2021-06-01-73911ab3047d9b8c00434496793a11b12e33a7d6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-01 - Internal Market, Industry, Entrepreneurship and SMEs x Transport and Environment (European Federation for Transport and Environment)"],"date":["2021-06-01"],"summary":["Listen to their views on Euro 7"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-grow"],"involved":["ec-person-0151c7e554d188fffc509ad636b7d1a84c5dfcd5","eu-tr-58744833263-19"]}} -{"id":"ec-meeting-2021-06-01-75ac6eecf0658543788f07762f4af5bf12dfb1f7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-01 - Cabinet of Commissioner Virginijus Sinkevičius x PepsiCo"],"date":["2021-06-01"],"summary":["Green economic transition, circular economy and packaging"],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["eu-tr-010212710281-97","ec-person-a58f1d06f5cb1d8dfd278e0c36d5aa1b9368b270"]}} -{"id":"ec-meeting-2021-06-01-7ca2264e91f16d6157992a74679d0cf2cad1b4d0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-01 - Cabinet of Executive Vice-President Frans Timmermans x The Chamber of Commerce of Sweden & Norway"],"date":["2021-06-01"],"summary":["Exchange of views on possible renewable projects in BiH supporting the green transition"],"notes":["Portfolio: European Green Deal"],"location":["online"],"address":["online"],"addressEntity":["addr-2dbc2fd2358e1ea1b7a6bc08ea647b9a337ac92d"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-4d24ceb9e6bdaabe394d1506aa601a9ce9d0e59b","eu-tr-090558942457-53","ec-person-d53e00c46a4cc62bbf533e0c9bb35bacb9121989"]}} -{"id":"ec-meeting-2021-06-01-7e29ebc7d6487262c7a7c3c4cf8af208ef617cbc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-01 - Cabinet of Executive Vice-President Frans Timmermans x RWE AG"],"date":["2021-06-01"],"summary":["Hydrogen"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - video conference"],"address":["Brussels - video conference"],"addressEntity":["addr-d7df553e47e69d1cc9f4189b36b7c867f80459b0"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-77608353460-77","ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce"]}} -{"id":"ec-meeting-2021-06-01-8e3ab8536ca3a50d9d04407cb4dae5ec795db24b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-01 - Financial Stability, Financial Services and Capital Markets Union x Ernst & Young Core Business Services BV"],"date":["2021-06-01"],"summary":["Post Brexit landscape in banking"],"location":["Virtual meeting"],"address":["Virtual meeting"],"addressEntity":["addr-1f1f3f51a4da31a1ea5c1b4b21cbf52ad983224f"],"organizer":["ec-dg-fisma"],"involved":["ec-person-1fce211249673c35ee07a801ddee77ab24af8d54","eu-tr-04458109373-91"]}} -{"id":"ec-meeting-2021-06-01-8e9e91618197d8017be35bae9505b71781a5aa43","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-01 - Cabinet of Executive Vice-President Frans Timmermans x PepsiCo"],"date":["2021-06-01"],"summary":["Green economic transition, circular economy and packaging"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-8af3c81534786a740718d21dc58240738a53ed7b","eu-tr-010212710281-97"]}} -{"id":"ec-meeting-2021-06-01-8f283e0259895c0f60d9166f9ec131745a1b018a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-01 - Cabinet of Commissioner Janusz Wojciechowski x Ørsted A/S"],"date":["2021-06-01"],"summary":["Revision of RED II - sustainable biomass"],"notes":["Portfolio: Agriculture"],"location":["Online meeting"],"address":["Online meeting"],"addressEntity":["addr-9d833a1da3074efd384ee6bc2b108c1f5bb379e0"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["eu-tr-870817015429-80","ec-person-cafe030b6dad78a75143f7552c420481b30ebceb"]}} -{"id":"ec-meeting-2021-06-01-9e998c670a7a9eda6f4ccf47f41cc72ba2b5c2f6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-01 - Cabinet of Commissioner Adina Vălean x Brussels Airlines SA/NV"],"date":["2021-06-01"],"summary":["Introductory meeting between Brussels airlines CEO and the Commissioner."],"notes":["Portfolio: Transport"],"location":["Conference call"],"address":["Conference call"],"addressEntity":["addr-28ba88479582b2f75898964548da4252dc7db7d2"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["ec-person-fc3be846753d8ee60758ebedb7309dcf08aea52e","eu-tr-755555322381-50","ec-person-cc0354fbf386eb83f57c00ad5240f1dddeeabab4","ec-person-267c5ab3ea5304fc6305ef321e214c9c1cd0f78e"]}} -{"id":"ec-meeting-2021-06-01-a060eaf2d1a308f7a5bfa6c5f7e5130f4dcce6c6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-01 - Cabinet of Commissioner Johannes Hahn x Verband österreichischer Banken und Bankiers"],"date":["2021-06-01"],"summary":["Keynote speech and discussion on European policy priorities and recovery."],"notes":["Portfolio: Budget and Administration"],"location":["Vienna, Austria"],"address":["Vienna, Austria"],"addressEntity":["addr-090be3f54cd0f162a77bddc433046b64f0b14a71"],"organizer":["ec-cabinet-commissioner-hahn-johannes-of"],"involved":["ec-person-6dd3472dac004e43ec1fa4f5b4106e3b476c9ce7","eu-tr-805442516905-12"]}} -{"id":"ec-meeting-2021-06-01-a131030d9d3bbfc3b46bffeb90f00dc2d01b3bbe","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-01 - Cabinet of Commissioner Mairead Mcguinness x Aon"],"date":["2021-06-01"],"summary":["Introductory call. Insurance."],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Video call"],"address":["Video call"],"addressEntity":["addr-ad60f43c3b2e61f55f8d15d2bb303f6d11ac791b"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["eu-tr-907419340899-32","ec-person-49e520c7a9c9c47ccb5acfa68f9416e4233af9f8"]}} -{"id":"ec-meeting-2021-06-01-a74cef636f3e22fbbd3488f79701de67b56e4997","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-01 - Cabinet of Commissioner Jutta Urpilainen x Plan International EU Office"],"date":["2021-06-01"],"summary":["Inequalities in partner countries, human development."],"notes":["Portfolio: International Partnerships"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["eu-tr-83357751766-93","ec-person-7c4fa9cfb750b5b524c065180fcee1123b8df03e"]}} -{"id":"ec-meeting-2021-06-01-b03bba43ec0a7c12581bd784c2dfb188cc5b8717","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-01 - Cabinet of Commissioner Kadri Simson x E.ON SE"],"date":["2021-06-01"],"summary":["Fit for 55 package, as well as hydrogen infrastructure, market rules and taxonomy."],"notes":["Portfolio: Energy"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["eu-tr-72760517350-57","ec-person-ba3b83676ad38094e71b64b644f3e3d2c61b8182","ec-person-2fb98fc84d2cf8d481688eff3d47f7745ead3592","ec-person-d40f25b5cb5c0681854a4996da444478318f7e58","ec-person-1995c65b8dc7f3702a8c30ed96a0144075848837"]}} -{"id":"ec-meeting-2021-06-01-bd14bc42896b80c2d0678c8ad7a2fef1a1e155ec","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-01 - Cabinet of Commissioner Thierry Breton x Association relative à la télévision européenne"],"date":["2021-06-01"],"summary":["Exchange on the Media and Audio-visual Action Plan and support to media"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-447494115294-30","ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","ec-person-5215bd372c5a1202399d77ecceb8c16de8d7d55c"]}} -{"id":"ec-meeting-2021-06-01-d255985d1edcea912ac6b8fd201e75f99ea558d4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-01 - Cabinet of Commissioner Nicolas Schmit x Bolt"],"date":["2021-06-01"],"summary":["Echange liée à l'initiative platform"],"notes":["Portfolio: Jobs and Social Rights"],"location":["online"],"address":["online"],"addressEntity":["addr-2dbc2fd2358e1ea1b7a6bc08ea647b9a337ac92d"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["eu-tr-995377734447-25","ec-person-1379f76d0c860e318f68852e1b57aa75454831f8","ec-person-8eb18b6102d444937bc6af5822a6742812165b48"]}} -{"id":"ec-meeting-2021-06-01-d96b7bc5528335446da22db7f2770b1fedf161d7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-01 - Cabinet of Commissioner Virginijus Sinkevičius x WWF European Policy Programme European Environmental Bureau ClientEarth AISBL Stichting BirdLife Europe"],"date":["2021-06-01"],"summary":["Restoration law"],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["eu-tr-06798511314-27","ec-person-172a438ed334761e2ab5d52e551fd1bcb6ab6b8d","eu-tr-1083162721-43","eu-tr-1414929419-24","eu-tr-96645517357-19"]}} -{"id":"ec-meeting-2021-06-01-e09527457db76aa59474d71402e6472c4af42cb2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-01 - Cabinet of Executive Vice-President Valdis Dombrovskis x LA POSTE BNP PARIBAS Crédit Agricole S.A. Fédération bancaire française BPCE"],"date":["2021-06-01"],"summary":["Current issues in finance services policy"],"notes":["Portfolio: An Economy that Works for People"],"location":["Video conferencing"],"address":["Video conferencing"],"addressEntity":["addr-4a260fcbdf035aeae48bfb811f1225b05f636185"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["eu-tr-35147251117-11","ec-person-f011ed0f7c78d833a79f1206f788e0cbd9cb8864","eu-tr-09245221105-30","ec-person-235870cd7eb41f2494f695fce18b5b5b88647113","eu-tr-78787381113-69","eu-tr-179370613236-62","eu-tr-01890906437-84"]}} -{"id":"ec-meeting-2021-06-01-e981bf8cac08e5697ab14ce229cc13838ce3edf9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-01 - Cabinet of Commissioner Adina Vălean x eDreams Odigeo"],"date":["2021-06-01"],"summary":["Meeting to discuss the sate of play of ground handling and the impact of covid."],"notes":["Portfolio: Transport"],"location":["Conference call"],"address":["Conference call"],"addressEntity":["addr-28ba88479582b2f75898964548da4252dc7db7d2"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["ec-person-fc3be846753d8ee60758ebedb7309dcf08aea52e","eu-tr-616860936668-18","ec-person-267c5ab3ea5304fc6305ef321e214c9c1cd0f78e"]}} -{"id":"ec-meeting-2021-06-01-e9ee0bdb3531529b196b5b7ed8c67cd508befd78","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-01 - Cabinet of Commissioner Kadri Simson x General Electric Company"],"date":["2021-06-01"],"summary":["Discussion about the energy transition facing the industry, the pace of change and range of outcomes, the key enablers and barriers, and how GE can best help in addressing these diverse challenges."],"notes":["Portfolio: Energy"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["ec-person-d40f25b5cb5c0681854a4996da444478318f7e58","eu-tr-4016736872-59","ec-person-1995c65b8dc7f3702a8c30ed96a0144075848837"]}} -{"id":"ec-meeting-2021-06-01-f5dd2bccdfce73aa6b1005f66f82ccc31042be5b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-01 - Cabinet of Commissioner Adina Vălean x Transport and Environment (European Federation for Transport and Environment)"],"date":["2021-06-01"],"summary":["Meeting to discuss Refuel EU (aviation and maritime)."],"notes":["Portfolio: Transport"],"location":["Conference call"],"address":["Conference call"],"addressEntity":["addr-28ba88479582b2f75898964548da4252dc7db7d2"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["ec-person-fc3be846753d8ee60758ebedb7309dcf08aea52e","ec-person-7f9ba99138b4fa5c698037dc7507219b1319e0a7","ec-person-267c5ab3ea5304fc6305ef321e214c9c1cd0f78e","eu-tr-58744833263-19"]}} -{"id":"ec-meeting-2021-06-01-ff72e658c78538c70de6438ee4a0b78ec09d742e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-01 - Cabinet of Vice-President Dubravka Šuica x StartupVillage - Territorio Emprendimiento"],"date":["2021-06-01"],"summary":["Preparatory meeting on the event to which VP was invited"],"notes":["Portfolio: Democracy and Demography"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-dubravka-of-president-suica-vice"],"involved":["ec-person-2ea66ac99d83c7f0ff7dfcfd7d90f9416dc22e61","eu-tr-608407240301-51"]}} -{"id":"ec-meeting-2021-06-02-02f5d19e9d522df67934f81ee0ddf780fc0d13d6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-02 - Cabinet of Executive Vice-President Frans Timmermans x Confederazione Nazionale Coldiretti"],"date":["2021-06-02"],"summary":["Sustainable food systems - labelling"],"notes":["Portfolio: European Green Deal"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-55507619225-88","ec-person-33624431cbec1074e151c1707715ef46d2ba9565"]}} -{"id":"ec-meeting-2021-06-02-0a91d303ae1629c7e1c6216c371d1b9b30222f48","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-02 - Cabinet of Commissioner Virginijus Sinkevičius x European Toner & Inkjet Remanufacturers' Association"],"date":["2021-06-02"],"summary":["Circular economy, reuse and printer cartridges"],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["eu-tr-66749712601-11","ec-person-a58f1d06f5cb1d8dfd278e0c36d5aa1b9368b270"]}} -{"id":"ec-meeting-2021-06-02-120276e9bbad8ea8fb37c668d9b02486a386c435","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-02 - Cabinet of High Representative Josep Borrell Fontelles x Banco Santander, S.A."],"date":["2021-06-02"],"summary":["Recovery plan and trade (including Mercosur), financial and other economic policy issues."],"notes":["Portfolio: High Representative of the Union for Foreign Affairs and Security Policy / Vice-President of the Commission"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-borrell-cabinet-fontelles-high-josep-of-representative"],"involved":["ec-person-5c8ccc3a26c74debd9229d0079ce0770768bf36a","eu-tr-799142914971-03"]}} -{"id":"ec-meeting-2021-06-02-1a02d8a671fa2b8e5464068851916a343bdec612","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-02 - Cabinet of Executive Vice-President Frans Timmermans x 360° Foodservice"],"date":["2021-06-02"],"summary":["Circular economy, packaging and transition to reuse"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-549033221890-77","ec-person-8af3c81534786a740718d21dc58240738a53ed7b"]}} -{"id":"ec-meeting-2021-06-02-2a73fe76586d8bf5525d44d27c4a4fe653f6d981","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-02 - Cabinet of Executive Vice-President Margrethe Vestager x QUALCOMM Incorporated"],"date":["2021-06-02"],"summary":["5G"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-00358442856-45","ec-person-8b6db5c3c4611618ade59c6d0dadc21c962f0ee7"]}} -{"id":"ec-meeting-2021-06-02-434ab9aeb067e306aa456527469326338708d538","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-02 - Cabinet of Commissioner Thierry Breton x EPI Company"],"date":["2021-06-02"],"summary":["European challenges and digitisation of payments"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-153495442079-10","ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0"]}} -{"id":"ec-meeting-2021-06-02-47b8fc40b3537b58ba853d8dfe05f7d073f8879b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-02 - Research and Innovation x Centre for European Policy Studies"],"date":["2021-06-02"],"summary":["Speaker at CEPS annual Ideas Lab"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-rtd"],"involved":["ec-person-1d348f33395de0ea6773a7b4ae8797e3e0392f73","eu-tr-206201438220-85"]}} -{"id":"ec-meeting-2021-06-02-4d67af492535a81eb4ff283c1196e852e40b996d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-02 - Cabinet of Vice-President Věra Jourová x Gesamtverband der Deutschen Versicherungswirtschaft e.V."],"date":["2021-06-02"],"summary":["Data protection"],"notes":["Portfolio: Values and Transparency"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["ec-person-221276f2dfa4b8fe628f08e982d967b6aeb61c57","eu-tr-6437280268-55"]}} -{"id":"ec-meeting-2021-06-02-5015f995c4acb7dddf81e14a0269f56ea9f293ca","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-02 - Competition x BNP PARIBAS"],"date":["2021-06-02"],"summary":["Overall discussion on financial services"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-comp"],"involved":["ec-person-f257bc19c568ad25083c1c1e1651426245cefedf","eu-tr-78787381113-69"]}} -{"id":"ec-meeting-2021-06-02-75ebf0987a87dc31b7d6e1c7af26901ec379893a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-02 - Cabinet of Commissioner Janusz Wojciechowski x EURODOM"],"date":["2021-06-02"],"summary":["Outermost Regions (ORs) of the UE in the negociations of the future CAP"],"notes":["Portfolio: Agriculture"],"location":["Video meeting"],"address":["Video meeting"],"addressEntity":["addr-762dc9b5648e05f3894b6f2597baa8254e5414db"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["eu-tr-28418016649-41","ec-person-cafe030b6dad78a75143f7552c420481b30ebceb","ec-person-08c62f972c22464aca7a65520eb9406f8db14a66"]}} -{"id":"ec-meeting-2021-06-02-79319aca50fbfce2ef4e7d7fda913dfd3a0a6bb8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-02 - Cabinet of President Ursula von der Leyen x Bolt"],"date":["2021-06-02"],"summary":["Upcoming Commission proposals on platform work"],"notes":["Portfolio: President"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["eu-tr-995377734447-25","ec-person-7019713e72781afb1f3b19032c4752a314b78180","ec-person-66d141295841bdd2d0679d93aae62e07580fcee5"]}} -{"id":"ec-meeting-2021-06-02-830f962e765e24893178a7bc625f7bbf31936154","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-02 - Cabinet of Executive Vice-President Frans Timmermans x European Toner & Inkjet Remanufacturers' Association"],"date":["2021-06-02"],"summary":["Circular economy, reuse and printer cartridges"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-66749712601-11","ec-person-8af3c81534786a740718d21dc58240738a53ed7b"]}} -{"id":"ec-meeting-2021-06-02-98c4610f06f9dc4e78e7718a652517245c78360d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-02 - Cabinet of Commissioner Paolo Gentiloni x thyssenkrupp Steel Europe AG"],"date":["2021-06-02"],"summary":["legal framework for decarbonization of steel industry"],"notes":["Portfolio: Economy"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-cabinet-commissioner-gentiloni-of-paolo"],"involved":["eu-tr-456211534646-58","ec-person-8da36db391ed53f362d495cd564ba8b45c7003e1"]}} -{"id":"ec-meeting-2021-06-02-b582631af827eb9245a7fcda0b5c3c10233bb65d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-02 - Cabinet of Executive Vice-President Frans Timmermans x Argent Energy Envien group EWABA Cargill"],"date":["2021-06-02"],"summary":["Discussion on the sector’s perspective on the Refuel Aviation initiative."],"notes":["Portfolio: European Green Deal"],"location":["video call"],"address":["video call"],"addressEntity":["addr-12d8c530d76da0b7745f9c0f9285e7eec97adc55"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-949527532602-87","ec-person-d56ecbfde17436a136fc89c9a978b266e8285c84","ec-person-f1a3478550296f3f9accdc67d6ef5a0b681dda4b","eu-tr-028056340544-88","eu-tr-727017212658-96","eu-tr-01063261836-24"]}} -{"id":"ec-meeting-2021-06-02-c79f2a56e15ad029817ea177aaa71272b23777ef","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-02 - Cabinet of Commissioner Virginijus Sinkevičius x 360° Foodservice"],"date":["2021-06-02"],"summary":["Circular economy, packaging and transition to reuse"],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["eu-tr-549033221890-77","ec-person-a58f1d06f5cb1d8dfd278e0c36d5aa1b9368b270"]}} -{"id":"ec-meeting-2021-06-03-268bc77cd59eb73f874a98eff988f34409a0a3a5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-03 - Cabinet of Commissioner Virginijus Sinkevičius x WWF European Policy Programme Umweltorganisation WWF Central and Eastern Erurope"],"date":["2021-06-03"],"summary":["Dam Construction on Vistula River"],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["eu-tr-1414929419-24","ec-person-9de2bdbd71a153577984a493028e19bcb8c1514f","eu-tr-02019258940-59"]}} -{"id":"ec-meeting-2021-06-03-29a871eeffe9a6c31b831911603c28dc0d3c446a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-03 - Cabinet of Executive Vice-President Frans Timmermans x CMB.TECH"],"date":["2021-06-03"],"summary":["Launch event of CMB Tech Hydrogen Refueling Station"],"notes":["Portfolio: European Green Deal"],"location":["Antwerpen"],"address":["Antwerpen"],"addressEntity":["addr-d8a371b3fa458b067909c2df115e273d4cd9db21"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-7c876f4825f213b8adbedf089ccedfbc3b36d65b","eu-tr-338199442526-43"]}} -{"id":"ec-meeting-2021-06-03-2a5c00fad2045c1972b964ee28099d5efaed9c65","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-03 - Cabinet of Commissioner Janusz Wojciechowski x Bureau Européen des Unions de Consommateurs"],"date":["2021-06-03"],"summary":["Exchange of views in respect of the Nutri-Score Label scheme"],"notes":["Portfolio: Agriculture"],"location":["Video meeting"],"address":["Video meeting"],"addressEntity":["addr-762dc9b5648e05f3894b6f2597baa8254e5414db"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["ec-person-97e7825e7623fb9054a9c56634137421d43b39b6","eu-tr-9505781573-45","ec-person-08c62f972c22464aca7a65520eb9406f8db14a66"]}} -{"id":"ec-meeting-2021-06-03-2b4a27635d4a4cf01b71551508fbcc8f23624193","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-03 - Cabinet of Commissioner Mairead Mcguinness x Stichting European Climate Foundation"],"date":["2021-06-03"],"summary":["EU Summits with 3rd Countries – Sustainable Finance & Trade"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-a5441c6a69a8a94fd64e02def60fcc6567f2c1d8","eu-tr-64869491516-70"]}} -{"id":"ec-meeting-2021-06-03-3ae227b26c7e982296116dc0cfcde21114f1a826","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-03 - Cabinet of Vice-President Dubravka Šuica x None"],"date":["2021-06-03"],"summary":["meeting on citizenship education"],"notes":["Portfolio: Democracy and Demography"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-dubravka-of-president-suica-vice"],"involved":["eu-tr-627929620538-61","ec-person-2ea66ac99d83c7f0ff7dfcfd7d90f9416dc22e61","eu-tr-494832735094-65"]}} -{"id":"ec-meeting-2021-06-03-3eede61194cb136b12c0325b9db633c96296d4d5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-03 - Cabinet of Executive Vice-President Valdis Dombrovskis x Human Rights Watch Stichting Health Action International Médecins Sans Frontières International"],"date":["2021-06-03"],"summary":["Trade in relation to COVID-related technologies"],"notes":["Portfolio: An Economy that Works for People"],"location":["video-conference"],"address":["video-conference"],"addressEntity":["addr-8736c288a4bc51ee27ef4ed41e652409a37e60d1"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-3520008ac93a203db50d106deafde939bc2729f1","eu-tr-44361352681-84","eu-tr-928308827208-10","ec-person-7433d96a6e6f46c9f9174db79ec61c387dffa509","eu-tr-56362448807-46"]}} -{"id":"ec-meeting-2021-06-03-423079ec0584cae3bdd102d549794342349b96d4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-03 - Cabinet of Executive Vice-President Frans Timmermans x Achmea B.V."],"date":["2021-06-03"],"summary":["Sustainable finance"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - video conference"],"address":["Brussels - video conference"],"addressEntity":["addr-d7df553e47e69d1cc9f4189b36b7c867f80459b0"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-349536342991-81","ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce"]}} -{"id":"ec-meeting-2021-06-03-59ddee631d0503f570b5ee3fc5cc149b0bccc376","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-03 - Cabinet of Commissioner Mairead Mcguinness x Aviva Plc"],"date":["2021-06-03"],"summary":["Introductory meeting. \r\n\r\nInsurance Matters"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Video Conferencing"],"address":["Video Conferencing"],"addressEntity":["addr-e3b7413b2ac93be00b6bcff51fdc1374d67118bd"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-2b9c589fb2354bd93067644d2c3d2c058d4c4cc9","eu-tr-86270761494-62"]}} -{"id":"ec-meeting-2021-06-03-5dcfd3a2b00bcfaf0d350a167bdefbb553fb380e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-03 - Cabinet of Commissioner Thierry Breton x Samsung Electronics Europe"],"date":["2021-06-03"],"summary":["- Microelectronics\r\n- 5G"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","ec-person-b077a2e9f0fdb3b8f6e91d0bd0b256db9e40ce46","eu-tr-40471017282-57"]}} -{"id":"ec-meeting-2021-06-03-6835bff0f14e441bc5bfbfb2da7a0f7185c28ab2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-03 - Cabinet of Commissioner Mairead Mcguinness x European FinTech Association"],"date":["2021-06-03"],"summary":["Address Annual Assembly"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Video Conferencing"],"address":["Video Conferencing"],"addressEntity":["addr-e3b7413b2ac93be00b6bcff51fdc1374d67118bd"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["eu-tr-514240237898-38","ec-person-2b9c589fb2354bd93067644d2c3d2c058d4c4cc9"]}} -{"id":"ec-meeting-2021-06-03-6ba8ecebbd824546076a0f957a5ee4b38d59a02d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-03 - Cabinet of Commissioner Thierry Breton x None"],"date":["2021-06-03"],"summary":["Clean Hydrogen Alliance; regulatory framework"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-289922721213-66","eu-tr-980975011427-83","eu-tr-435060615187-68","ec-person-6308dea893b9b1ca0dcd5b91b4a1ac4c2f3020ad","ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","eu-tr-870817015429-80","eu-tr-8999533555-91","eu-tr-43284012043-03"]}} -{"id":"ec-meeting-2021-06-03-6f589e03f9db96bffeaafe2bb4b9802f19d562b0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-03 - Cabinet of Executive Vice-President Frans Timmermans x The Coalition for Energy Savings"],"date":["2021-06-03"],"summary":["Fit for 55 Package and the revision of the EED Directive"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - video conference"],"address":["Brussels - video conference"],"addressEntity":["addr-d7df553e47e69d1cc9f4189b36b7c867f80459b0"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-72911566925-69","ec-person-d53e00c46a4cc62bbf533e0c9bb35bacb9121989"]}} -{"id":"ec-meeting-2021-06-03-7db618388eacc8a87e76a12ad04755549ecce1eb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-03 - Energy x WindEurope"],"date":["2021-06-03"],"summary":["Videoconference discussion on the current challenges for the wind industry."],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-dg-ener"],"involved":["eu-tr-19920706471-21","ec-person-9c0f33ecb9f6badd5f4b5f1a4bd7677e18a52a22"]}} -{"id":"ec-meeting-2021-06-03-924ce926384882bec2b6ce34259ded03dc4a6256","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-03 - Cabinet of Commissioner Adina Vălean x ALLRAIL Alliance of Rail New Entrants"],"date":["2021-06-03"],"summary":["Meeting on the CEE."],"notes":["Portfolio: Transport"],"location":["Conference call"],"address":["Conference call"],"addressEntity":["addr-28ba88479582b2f75898964548da4252dc7db7d2"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["ec-person-cc0354fbf386eb83f57c00ad5240f1dddeeabab4","ec-person-6e21d867543ef3b910e746c319cb048abd054702","eu-tr-828617341174-24"]}} -{"id":"ec-meeting-2021-06-03-a4d62deab58e556bac8516d196949c160f699c81","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-03 - Cabinet of Commissioner Mairead Mcguinness x MAZARS"],"date":["2021-06-03"],"summary":["exchange of views on corporate goverance audit and supervisory framework for corporate report audit in EU."],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["video conference"],"address":["video conference"],"addressEntity":["addr-6dc12e3c97077db82f32184f24341ce370a445fd"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-2b9c589fb2354bd93067644d2c3d2c058d4c4cc9","eu-tr-381609738464-01"]}} -{"id":"ec-meeting-2021-06-03-a87f3c9813332f7fa537fb928b7ba0687476c980","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-03 - Cabinet of Commissioner Virginijus Sinkevičius x Sea Ranger Service"],"date":["2021-06-03"],"summary":["Introductory meeting of the project to colleagues of DG Environment"],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["eu-tr-222115540283-62","ec-person-c92a6b4ef8328855b0234011be623ed9f15c86f3"]}} -{"id":"ec-meeting-2021-06-03-adf99fbd9a2f64a870883201f0670837fa47a8f4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-03 - Cabinet of Executive Vice-President Frans Timmermans x European Copper Institute"],"date":["2021-06-03"],"summary":["Sustainable batteries"],"notes":["Portfolio: European Green Deal"],"location":["online"],"address":["online"],"addressEntity":["addr-2dbc2fd2358e1ea1b7a6bc08ea647b9a337ac92d"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-d56ecbfde17436a136fc89c9a978b266e8285c84","eu-tr-04134171823-87"]}} -{"id":"ec-meeting-2021-06-03-b7b16952ea3a4536c6d29348c74d127aa10dd050","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-03 - Cabinet of Executive Vice-President Valdis Dombrovskis x CEMBUREAU - The European Cement Association"],"date":["2021-06-03"],"summary":["Carbon Border Adjustment Mechanism (CBAM)"],"notes":["Portfolio: An Economy that Works for People"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-4afd4ae4e50604ac3c0c9ae597bcb74eb1dd31b6","eu-tr-93987316076-63"]}} -{"id":"ec-meeting-2021-06-03-d4eff929b7b2304d9241860b229f81c0519ff4ec","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-03 - Cabinet of Commissioner Paolo Gentiloni x ArcelorMittal"],"date":["2021-06-03"],"summary":["CBAM"],"notes":["Portfolio: Economy"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-cabinet-commissioner-gentiloni-of-paolo"],"involved":["eu-tr-23527541824-60","ec-person-8da36db391ed53f362d495cd564ba8b45c7003e1"]}} -{"id":"ec-meeting-2021-06-03-e7d535d131a36d4a2c93fc635a1e8184fed92f9c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-03 - Cabinet of Executive Vice-President Valdis Dombrovskis x Stichting European Climate Foundation"],"date":["2021-06-03"],"summary":["EU Summits with 3rd Countries – Sustainable Finance & Trade"],"notes":["Portfolio: An Economy that Works for People"],"location":["video - conference"],"address":["video - conference"],"addressEntity":["addr-2eb5d3b5d5bafbd0329beffa547939a5fa3646a2"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-235870cd7eb41f2494f695fce18b5b5b88647113","eu-tr-64869491516-70"]}} -{"id":"ec-meeting-2021-06-03-e88733289532149c3b8f120ab790c2d6ae9bcc7a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-03 - Cabinet of Commissioner Thierry Breton x Nokia"],"date":["2021-06-03"],"summary":["Presentation of the Alcatel Submarine Network/ASN (Nokia Group)"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-35167875358-33","ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","ec-person-b077a2e9f0fdb3b8f6e91d0bd0b256db9e40ce46"]}} -{"id":"ec-meeting-2021-06-03-ec8888a513120aa68cde8fd0eb81bf81bc817cbb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-03 - Defence Industry and Space x Centre National d'Etudes Spatiales"],"date":["2021-06-03"],"summary":["Videoconference to exchange views on secure connectivity and Space summit."],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-dg-defis"],"involved":["ec-person-a5e52cd544ea3aa44eb4b31fac65a468499f106e","eu-tr-605771724943-68"]}} -{"id":"ec-meeting-2021-06-03-f723afc64981bbde12f5c1e6ad621ca837041a04","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-03 - Cabinet of Executive Vice-President Frans Timmermans x Xynteo"],"date":["2021-06-03"],"summary":["Preparatory call for a participation at a round table"],"notes":["Portfolio: European Green Deal"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-069882140441-92","ec-person-8af3c81534786a740718d21dc58240738a53ed7b","ec-person-33624431cbec1074e151c1707715ef46d2ba9565"]}} -{"id":"ec-meeting-2021-06-03-fac9bb1f2ede269634964635fe6c341d67d8fbff","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-03 - Cabinet of Executive Vice-President Frans Timmermans x Fortum Oyj UPM-Kymmene Oyj ArcelorMittal ELECTRICITE DE FRANCE"],"date":["2021-06-03"],"summary":["Study on the role of hydrogen in the decarbonisation of steel sector"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - video conference"],"address":["Brussels - video conference"],"addressEntity":["addr-d7df553e47e69d1cc9f4189b36b7c867f80459b0"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-03501997362-71","eu-tr-23527541824-60","ec-person-e88af8eb396e96e3dbc9b4ec6e40a348d26c389c","eu-tr-861194311863-31","ec-person-9eafbf4a92961023c7df3ab389ae6d4301dec4bf","eu-tr-39966101835-69","ec-person-d53e00c46a4cc62bbf533e0c9bb35bacb9121989"]}} -{"id":"ec-meeting-2021-06-04-1eda46e1513af2b4aae0656293ca0cf0457099d6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-04 - Cabinet of Commissioner Adina Vălean x BPCE"],"date":["2021-06-04"],"summary":["Final Reforms of Bâle III (CRR3-CRDVI)"],"notes":["Portfolio: Transport"],"location":["Conference call"],"address":["Conference call"],"addressEntity":["addr-28ba88479582b2f75898964548da4252dc7db7d2"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["ec-person-fc3be846753d8ee60758ebedb7309dcf08aea52e","eu-tr-179370613236-62"]}} -{"id":"ec-meeting-2021-06-04-34353e74fffc85cc98c75b560c5eff67f1985534","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-04 - Cabinet of Commissioner Virginijus Sinkevičius x H & M Hennes & Mauritz AB"],"date":["2021-06-04"],"summary":["Circular economy and the preparation of the EU textiles strategy"],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["eu-tr-937959014241-02","ec-person-a58f1d06f5cb1d8dfd278e0c36d5aa1b9368b270"]}} -{"id":"ec-meeting-2021-06-04-37c46df4723d4ff3897ec8210accdcdfaad51a3b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-04 - Cabinet of Executive Vice-President Frans Timmermans x European Community Shipowners' Associations"],"date":["2021-06-04"],"summary":["Presentation and discussion of ECSA’s position in relation to the FuelEU Maritime initiative."],"notes":["Portfolio: European Green Deal"],"location":["video call"],"address":["video call"],"addressEntity":["addr-12d8c530d76da0b7745f9c0f9285e7eec97adc55"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-f1a3478550296f3f9accdc67d6ef5a0b681dda4b","eu-tr-59004966537-01"]}} -{"id":"ec-meeting-2021-06-04-44d03ccbe2928ef8d83b01b20130cbd1c83f225e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-04 - Cabinet of Commissioner Paolo Gentiloni x Federazione Imprese Siderurgiche Italiane"],"date":["2021-06-04"],"summary":["CBAM"],"notes":["Portfolio: Economy"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-cabinet-commissioner-gentiloni-of-paolo"],"involved":["ec-person-8da36db391ed53f362d495cd564ba8b45c7003e1","eu-tr-288211239086-16"]}} -{"id":"ec-meeting-2021-06-04-4869c1258a0705af529bdd67d8d2c1ffdbda1fda","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2021-06-04 - Cabinet of Commissioner Jutta Urpilainen x Save the Children Europe"],"date":["2021-06-04"],"summary":["Engaging on Education","Engaging on Education and Global Education Summit in late July"],"notes":["Portfolio: International Partnerships"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["eu-tr-697362735627-20","ec-person-6357f4506ca5351b3a822936612fd6006da48722"]}} -{"id":"ec-meeting-2021-06-04-51a7c25964f35e807e5411cb5b12b902ab7d9b0c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-04 - Cabinet of President Ursula von der Leyen x Telefonica, S.A."],"date":["2021-06-04"],"summary":["5G deployment"],"notes":["Portfolio: President"],"location":["Brussels (VC)"],"address":["Brussels (VC)"],"addressEntity":["addr-7a7ab1034ef0b71e62ebf9a322dc5d9528505976"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-7019713e72781afb1f3b19032c4752a314b78180","eu-tr-52431421-12"]}} -{"id":"ec-meeting-2021-06-04-5e63af3eed0516e568af41523050f9c8ad29e08f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-04 - Cabinet of Executive Vice-President Frans Timmermans x H & M Hennes & Mauritz AB"],"date":["2021-06-04"],"summary":["Circular economy and the preparation of the EU textiles strategy"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-8af3c81534786a740718d21dc58240738a53ed7b","eu-tr-937959014241-02"]}} -{"id":"ec-meeting-2021-06-04-8f8e5c39a1e776cc54b540a88f543ffcbcb4947e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-04 - Cabinet of Executive Vice-President Frans Timmermans x Hardt"],"date":["2021-06-04"],"summary":["Hyperloop technologies"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - video conference"],"address":["Brussels - video conference"],"addressEntity":["addr-d7df553e47e69d1cc9f4189b36b7c867f80459b0"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce","ec-person-d56ecbfde17436a136fc89c9a978b266e8285c84","eu-tr-495349735696-77"]}} -{"id":"ec-meeting-2021-06-04-a7170251fdd1bc824219db2dd2dbe751e8fef243","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-04 - Cabinet of Commissioner Janez Lenarčič x Norwegian Refugee Council Europe"],"date":["2021-06-04"],"summary":["Grand Bargain implementation; humanitarian issues in the MENA region"],"notes":["Portfolio: Crisis Management"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-janez-lenarcic-of"],"involved":["eu-tr-750447615329-96","ec-person-a6cd325c80698b2331699224c780ebfb10573602"]}} -{"id":"ec-meeting-2021-06-04-e9c0f4505d034de2c3e9cdc3573108a6e1cbdb54","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-04 - Cabinet of Executive Vice-President Margrethe Vestager x CDISCOUNT Allegro sp. z o.o. Dante International S.A. Ahold Delhaize Cabinet d'avocats SAMMAN"],"date":["2021-06-04"],"summary":["VBER review"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-914893310703-33","eu-tr-113712937115-73","ec-person-bb1f295d8be3d10004d7e5fd7c24248a21215775","eu-tr-611131527720-22","eu-tr-754356330917-42","eu-tr-472030121036-71"]}} -{"id":"ec-meeting-2021-06-04-fce8f700e919dcee65d77a623f223c8ba6534ff3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-04 - Cabinet of Commissioner Jutta Urpilainen x Veikkaus Oy Petri Lahesmaa Consulting"],"date":["2021-06-04"],"summary":["Lotteries Act reform."],"notes":["Portfolio: International Partnerships"],"location":["Videonconference"],"address":["Videonconference"],"addressEntity":["addr-ed59bd32b6f82e470a91453c767829711d01ed0f"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["eu-tr-344894120925-87","ec-person-1ec9383fd54d9d4cd8a154c01fa71549eb8c75ac","eu-tr-044282842164-11"]}} -{"id":"ec-meeting-2021-06-07-032f31017033a17378286c38b8f1be3ddb9c9271","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-07 - Cabinet of Executive Vice-President Margrethe Vestager x Amsterdam: AI Technology for People Verbraucherzentrale Bundesverband"],"date":["2021-06-07"],"summary":["Intersection between AI Regulation and trade commitments"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-764189838543-45","ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0","ec-person-52555669c3f3a6cc9e91faaf570bc2909857b44b","eu-tr-2893800753-48"]}} -{"id":"ec-meeting-2021-06-07-0715e6f62413497befe2b093ae5af576439e4e84","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-07 - Cabinet of Executive Vice-President Frans Timmermans x Confederation of European Paper Industries Fertilizers Europe European Producers Union of Renewable Ethanol EUROMETAUX EUROALLIAGES Federazione Imprese Siderurgiche Italiane European Aluminium AISBL AEGIS Europe European Container Glass Federation Cerame-Unie The European Steel Association"],"date":["2021-06-07"],"summary":["Carbon Border Adjustment Mechanism"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-61650796093-48","eu-tr-32591134448-30","eu-tr-79465004946-12","ec-person-e88af8eb396e96e3dbc9b4ec6e40a348d26c389c","eu-tr-72279144480-58","eu-tr-9224280267-20","eu-tr-19153965510-75","eu-tr-790573922716-64","eu-tr-93038071152-83","eu-tr-288211239086-16","eu-tr-80788715017-29","eu-tr-1550133398-72"]}} -{"id":"ec-meeting-2021-06-07-08189d82439f2f5b25d391361dc4750fe0186019","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-07 - Cabinet of Executive Vice-President Frans Timmermans x Third Generation Environmentalism Ltd"],"date":["2021-06-07"],"summary":["CBAM"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-e88af8eb396e96e3dbc9b4ec6e40a348d26c389c","eu-tr-07783117686-61"]}} -{"id":"ec-meeting-2021-06-07-0e4e0e060150475e1c29aa4d164f76d4692a0403","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-07 - Cabinet of Commissioner Ylva Johansson x ITI - The Information Technology Industry Council"],"date":["2021-06-07"],"summary":["Meeting on the global debate on government access to data, notably within the OECD."],"notes":["Portfolio: Home Affairs"],"location":["Virtual meeting"],"address":["Virtual meeting"],"addressEntity":["addr-1f1f3f51a4da31a1ea5c1b4b21cbf52ad983224f"],"organizer":["ec-cabinet-commissioner-johansson-of-ylva"],"involved":["ec-person-d3f97e069d9ff016d7b65052f6eb6b98500ec118","eu-tr-061601915428-87"]}} -{"id":"ec-meeting-2021-06-07-15e5e555defb40c5450bb60abb51c1e67fc1e35d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-07 - Cabinet of Executive Vice-President Frans Timmermans x Stiftung KlimaWirtschaft"],"date":["2021-06-07"],"summary":["The European path towards climate-neutrality"],"notes":["Portfolio: European Green Deal"],"location":["Brussels-video conference"],"address":["Brussels-video conference"],"addressEntity":["addr-207aae032db3f4ecaec4faf251340e3be486037d"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-7c876f4825f213b8adbedf089ccedfbc3b36d65b","eu-tr-101869737880-14"]}} -{"id":"ec-meeting-2021-06-07-1e22c007eaf6f0ccf8ef150db3f70d206b87916f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-07 - Budget x UniCredit"],"date":["2021-06-07"],"summary":["Preparation for UniCredit Financial Institutions Conference"],"location":["Webex"],"address":["Webex"],"addressEntity":["addr-4b591c6aa2d0556305c2d15987c48d32c33f9ca9"],"organizer":["ec-dg-budg"],"involved":["ec-person-39635b893026833f739fe623fe7e9d5a97525e7a","eu-tr-03094871618-32"]}} -{"id":"ec-meeting-2021-06-07-2627be87b0f02a3911c0888e6749dbf112851d15","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-07 - Cabinet of Commissioner Thierry Breton x Aurubis AG industriAll European Trade Union Malopolska Region Brussels Office EVONIK INDUSTRIES AG European Steel Technology Platform European Chemical Industry Council Ferroglobe Cerame-Unie Revigrés - Pavimentos e Revestimentos EUROALLIAGES Borealis AG The Association of Polish Papermakers FuelsEurope MBO Raad SSAB AB European Aluminium AISBL Federazione Imprese Siderurgiche Italiane Bundesarbeitgeberverband Chemie e.V. European Chemical Employers Group"],"date":["2021-06-07"],"summary":["Pact for skills: re/upskilling needs for a successful green and digital transition in the energy intensive industries ecosystem"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-502025440119-24","eu-tr-395596910029-01","eu-tr-835967332819-32","eu-tr-288211239086-16","eu-tr-38429111298-23","eu-tr-24298121313-54","eu-tr-26207914726-42","eu-tr-5958991861-30","eu-tr-71063945715-33","eu-tr-79465004946-12","eu-tr-9224280267-20","ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","eu-tr-358284014848-82","eu-tr-726924727096-27","eu-tr-3474944849-83","eu-tr-499095743028-37","ec-person-6308dea893b9b1ca0dcd5b91b4a1ac4c2f3020ad","eu-tr-19153965510-75","eu-tr-11160169347-78","eu-tr-64879142323-90","eu-tr-042394041235-70"]}} -{"id":"ec-meeting-2021-06-07-39c0977b3699b7b019ad96738441d338f4934990","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-07 - Cabinet of Executive Vice-President Frans Timmermans x Union of European Football Associations"],"date":["2021-06-07"],"summary":["UEFA Cleaner Air Better Game event ‘The threat of air pollution to football’"],"notes":["Portfolio: European Green Deal"],"location":["Brussels- video conference"],"address":["Brussels- video conference"],"addressEntity":["addr-2e470f6e3f8edfd90a9b15c19ce9ab88a5ba1045"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-7c876f4825f213b8adbedf089ccedfbc3b36d65b","eu-tr-39217046408-27"]}} -{"id":"ec-meeting-2021-06-07-3af37c42787521a87a651b214f0bc607a79d538f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-07 - Cabinet of Executive Vice-President Frans Timmermans x Shell Companies"],"date":["2021-06-07"],"summary":["Green hydrogen for transport"],"notes":["Portfolio: European Green Deal"],"location":["online"],"address":["online"],"addressEntity":["addr-2dbc2fd2358e1ea1b7a6bc08ea647b9a337ac92d"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-d56ecbfde17436a136fc89c9a978b266e8285c84","eu-tr-05032108616-26"]}} -{"id":"ec-meeting-2021-06-07-3e2f88e71864694a877533d47a9e55f5a6c392dc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-07 - Cabinet of Commissioner Kadri Simson x ELECTRICITE DE FRANCE"],"date":["2021-06-07"],"summary":["Révision de la directive REDII."],"notes":["Portfolio: Energy"],"location":["Video Conferencing"],"address":["Video Conferencing"],"addressEntity":["addr-e3b7413b2ac93be00b6bcff51fdc1374d67118bd"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["ec-person-ba3b83676ad38094e71b64b644f3e3d2c61b8182","ec-person-9b7f5fe059e5b0b40e79e9170211aa2f02322fdb","eu-tr-39966101835-69"]}} -{"id":"ec-meeting-2021-06-07-3f9d8000f46337ee311e2cff41070d9692f3d427","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-07 - Cabinet of Commissioner Thierry Breton x European Container Glass Federation"],"date":["2021-06-07"],"summary":["Decarbonisation and circular economy projects"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-1550133398-72","ec-person-6308dea893b9b1ca0dcd5b91b4a1ac4c2f3020ad"]}} -{"id":"ec-meeting-2021-06-07-418f72a099dff7e42412c80590c13184f5c49efb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-07 - Cabinet of President Ursula von der Leyen x Third Generation Environmentalism Ltd"],"date":["2021-06-07"],"summary":["CBAM"],"notes":["Portfolio: President"],"location":["Brussels (VC)"],"address":["Brussels (VC)"],"addressEntity":["addr-7a7ab1034ef0b71e62ebf9a322dc5d9528505976"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-f2b941852d3b961d69ed695c2d243a1a2b4a1904","eu-tr-07783117686-61"]}} -{"id":"ec-meeting-2021-06-07-41bc492d639b2c9f4c24116d9c961a0073310ee4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-07 - Maritime Affairs and Fisheries x MERCATOR OCEAN INTERNATIONAL"],"date":["2021-06-07"],"summary":["Presentation and discussion on Copernicus Marine service"],"location":["Brussels - Zoom"],"address":["Brussels - Zoom"],"addressEntity":["addr-b5d986638efa54503e44db68e16864ecf426106a"],"organizer":["ec-dg-mare"],"involved":["eu-tr-582545543216-74","ec-person-6e64215cdacfeb6c6d4709a7f72c2b1c94a3d908"]}} -{"id":"ec-meeting-2021-06-07-47d1104eb1267f4ba7248a002d0d301ffa98e7af","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-07 - Cabinet of Executive Vice-President Frans Timmermans x industriAll European Trade Union"],"date":["2021-06-07"],"summary":["Social aspects of Fit for 55"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - video conference"],"address":["Brussels - video conference"],"addressEntity":["addr-d7df553e47e69d1cc9f4189b36b7c867f80459b0"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-d53e00c46a4cc62bbf533e0c9bb35bacb9121989","eu-tr-358284014848-82"]}} -{"id":"ec-meeting-2021-06-07-4e995b7bf2c9e02187fad165d558ece25d397ffb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-07 - Mobility and Transport x DEKRA e.V."],"date":["2021-06-07"],"summary":["A solution for non-discriminatory and independent access to in-vehicle data"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-dg-move"],"involved":["eu-tr-52624015528-97","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2021-06-07-60cef93f1fad7bf905694d100f18936f6947790e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-07 - Cabinet of Vice-President Věra Jourová x European Network of National Human Rights Institutions"],"date":["2021-06-07"],"summary":["Fundamental rights"],"notes":["Portfolio: Values and Transparency"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["ec-person-74c07660dcbc6dc9993b34462cf2a1fec35925ea","eu-tr-684831617188-52","ec-person-28fecf6c4f04b3a2af1d74c742e147920ab849c5"]}} -{"id":"ec-meeting-2021-06-07-776e748ef3fac762d62c6ec3cd16277094b88ee4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-07 - Cabinet of Vice-President Věra Jourová x Confederation of Swedish Enterprise"],"date":["2021-06-07"],"summary":["Sustainable Corporate Governance"],"notes":["Portfolio: Values and Transparency"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["eu-tr-39912257528-48","ec-person-76793b3bad1c7471121c510a962aae356d19c30b"]}} -{"id":"ec-meeting-2021-06-07-837c13c292c49fba2b402e9d3f35f646e195aa73","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-07 - Cabinet of Vice-President Dubravka Šuica x Max-Planck-Gesellschaft zur Förderung der Wissenschaften"],"date":["2021-06-07"],"summary":["Depopulation, return migration and the sustainable development of rural areas"],"notes":["Portfolio: Democracy and Demography"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dubravka-of-president-suica-vice"],"involved":["ec-person-3fde0db8d8834e47db2b7c32ce5c469b66548f1b","eu-tr-173042412678-08"]}} -{"id":"ec-meeting-2021-06-07-882c4f7684f1c48f67a1be33337bc83111a60d13","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-07 - Cabinet of Commissioner Stella Kyriakides x Association of the European Self-Care Industry European Federation of Pharmaceutical Industries and Associations MEDICINES FOR EUROPE European Healthcare Distribution Association Phamaceutical Group of the European Union"],"date":["2021-06-07"],"summary":["VTC meeting - Access to Medicines"],"notes":["Portfolio: Health"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-kyriakides-of-stella"],"involved":["eu-tr-38526121292-88","eu-tr-00086317186-42","ec-person-c7513fae2df7920eea99d7cc103a354aa4f56b6e","eu-tr-0757172464-29","eu-tr-48325781850-28","eu-tr-99565011637-64"]}} -{"id":"ec-meeting-2021-06-07-92ea1e193aab200f8cefc0a5bb47febafe03814b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-07 - Cabinet of Commissioner Virginijus Sinkevičius x Fern"],"date":["2021-06-07"],"summary":["Revisions on RED II and bioenergy sustainability criteria"],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["eu-tr-40538475090-82","ec-person-172a438ed334761e2ab5d52e551fd1bcb6ab6b8d"]}} -{"id":"ec-meeting-2021-06-07-978642981fd0368042ca79fae5f1c13c9d7d68e3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-07 - Cabinet of Commissioner Mairead Mcguinness x International Capital Market Association"],"date":["2021-06-07"],"summary":["Record speech on Priorities of DG FISMA for the ICMA conference."],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["VIDEO CONFERENCING"],"address":["VIDEO CONFERENCING"],"addressEntity":["addr-6d0cfd227a837c593f6bd7465eb3dd95c54b5a22"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-2b9c589fb2354bd93067644d2c3d2c058d4c4cc9","eu-tr-0223480577-59"]}} -{"id":"ec-meeting-2021-06-07-ab3b6be2c7594becee7c98e6895ee59d8353bad4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-07 - Cabinet of Executive Vice-President Valdis Dombrovskis x Fern Partnership for Policy Integrity Transport and Environment (European Federation for Transport and Environment) Stichting BirdLife Europe"],"date":["2021-06-07"],"summary":["Renewable Energy Directive (RED II) review"],"notes":["Portfolio: An Economy that Works for People"],"location":["video-conference"],"address":["video-conference"],"addressEntity":["addr-8736c288a4bc51ee27ef4ed41e652409a37e60d1"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["eu-tr-58744833263-19","ec-person-3520008ac93a203db50d106deafde939bc2729f1","ec-person-235870cd7eb41f2494f695fce18b5b5b88647113","eu-tr-1083162721-43","eu-tr-40538475090-82","eu-tr-141224640613-65"]}} -{"id":"ec-meeting-2021-06-07-d9830682087cd7eaa2f27091e8388064d4cc39d2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-07 - Budget x Euronext"],"date":["2021-06-07"],"summary":["NGEU financing programme"],"location":["webex call"],"address":["webex call"],"addressEntity":["addr-f46c6c045de646595f4abea6e6c752b620b1b2e8"],"organizer":["ec-dg-budg"],"involved":["eu-tr-17804464809-28","ec-person-39635b893026833f739fe623fe7e9d5a97525e7a"]}} -{"id":"ec-meeting-2021-06-07-dfcaf1f6c6d7157e0591016332da6bb305ab9aad","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-07 - Cabinet of Commissioner Mairead Mcguinness x Global Counsel Limited"],"date":["2021-06-07"],"summary":["Preparation of Cssr's upcoming intervention"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Video call"],"address":["Video call"],"addressEntity":["addr-ad60f43c3b2e61f55f8d15d2bb303f6d11ac791b"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["eu-tr-590425913785-60","ec-person-49e520c7a9c9c47ccb5acfa68f9416e4233af9f8"]}} -{"id":"ec-meeting-2021-06-07-e869bd893092ef1a62b1605260dc7d29921e50aa","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-07 - Cabinet of Commissioner Stella Kyriakides x Wellcome Trust"],"date":["2021-06-07"],"summary":["Exchange on ACT-A, COVAX and vaccine sharing."],"notes":["Portfolio: Health"],"location":["Virtual meeting"],"address":["Virtual meeting"],"addressEntity":["addr-1f1f3f51a4da31a1ea5c1b4b21cbf52ad983224f"],"organizer":["ec-cabinet-commissioner-kyriakides-of-stella"],"involved":["ec-person-43784ba1f5299ace66cb2287545e1dcae4372d14","eu-tr-912723313554-37"]}} -{"id":"ec-meeting-2021-06-07-ecbe04f7aa59a1e688c172b65bc76a4e01fb6cd7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-07 - Cabinet of Vice-President Věra Jourová x TikTok Technology Ltd"],"date":["2021-06-07"],"summary":["Code of Practice on disinformation"],"notes":["Portfolio: Values and Transparency"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["ec-person-74c07660dcbc6dc9993b34462cf2a1fec35925ea","ec-person-fb258e0188a5319bfaba3161382db43f5a85851f","eu-tr-165202837974-32"]}} -{"id":"ec-meeting-2021-06-07-edb09750c8e213e50df6e58e3a1ec5570780ca2e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-07 - Cabinet of Commissioner Mairead Mcguinness x Nederlandse Vereniging van Banken / Dutch Banking Association"],"date":["2021-06-07"],"summary":["Basel III"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["video call"],"address":["video call"],"addressEntity":["addr-12d8c530d76da0b7745f9c0f9285e7eec97adc55"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["eu-tr-51894741860-19","ec-person-49e520c7a9c9c47ccb5acfa68f9416e4233af9f8"]}} -{"id":"ec-meeting-2021-06-08-0cbcf704e41924544bd13396f567918c626216f5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-08 - Cabinet of Executive Vice-President Frans Timmermans x General Electric Company"],"date":["2021-06-08"],"summary":["Fit for 55"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - video conference"],"address":["Brussels - video conference"],"addressEntity":["addr-d7df553e47e69d1cc9f4189b36b7c867f80459b0"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-a282162080cef4ef2a8c0ab6247a3e03dc438507","ec-person-d53e00c46a4cc62bbf533e0c9bb35bacb9121989","eu-tr-4016736872-59"]}} -{"id":"ec-meeting-2021-06-08-0ecb95de825d6e871ee0accfc8b531c878417713","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-08 - Cabinet of Executive Vice-President Margrethe Vestager x Seznam.cz, a.s."],"date":["2021-06-08"],"summary":["DSA, DMA"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0","eu-tr-202560512850-84"]}} -{"id":"ec-meeting-2021-06-08-2415591bc0a6706a2a6d23667a972cd790aac2e6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-08 - Cabinet of Executive Vice-President Frans Timmermans x EuroCommerce"],"date":["2021-06-08"],"summary":["EU Code for responsible business and marketing practices"],"notes":["Portfolio: European Green Deal"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-84973761187-60","ec-person-33624431cbec1074e151c1707715ef46d2ba9565"]}} -{"id":"ec-meeting-2021-06-08-356e4867800ee76ae87bb7ac492546ea5264e05f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-08 - Cabinet of Commissioner Adina Vălean x Climate Action Network Europe"],"date":["2021-06-08"],"summary":["Fit for 55 legislative package"],"notes":["Portfolio: Transport"],"location":["Conference call"],"address":["Conference call"],"addressEntity":["addr-28ba88479582b2f75898964548da4252dc7db7d2"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["eu-tr-55888811123-49","ec-person-e5f1558cac43dd4f90847b508b6753edb0a9f903"]}} -{"id":"ec-meeting-2021-06-08-3fc5d3bfb48fcf9a48b5cbf91bc6eef8a17e3336","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-08 - Cabinet of Commissioner Thierry Breton x Airbnb Ireland UC"],"date":["2021-06-08"],"summary":["Regulation for short term rentals"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-823871417098-42","ec-person-4d83416435f81b1f1e8f5c86aeebb1478577f1d2"]}} -{"id":"ec-meeting-2021-06-08-4081b57be2ed025c8fa3313b5aac7e5dce9165c4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-08 - Cabinet of Commissioner Virginijus Sinkevičius x None"],"date":["2021-06-08"],"summary":["Chemicals Strategy for Sustainability and restriction roadmap"],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["eu-tr-27053044762-72","eu-tr-06798511314-27","ec-person-172a438ed334761e2ab5d52e551fd1bcb6ab6b8d","eu-tr-95363765837-60","eu-tr-96645517357-19"]}} -{"id":"ec-meeting-2021-06-08-4ccf2f8b55f0afae684413c3e5f5103fbd5989c7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-08 - Cabinet of Executive Vice-President Frans Timmermans x Cobalt Institute"],"date":["2021-06-08"],"summary":["Batteries Regulation"],"notes":["Portfolio: European Green Deal"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-9eafbf4a92961023c7df3ab389ae6d4301dec4bf","eu-tr-635532237570-09"]}} -{"id":"ec-meeting-2021-06-08-4d3e079928e929b5c4bacaeef28b70e9f7ec387c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-08 - Taxation and Customs Union x Airlines for Europe"],"date":["2021-06-08"],"summary":["Videoconference - Discussion on energy taxation and the taxation of the aviation sector"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-taxud"],"involved":["ec-person-9e42f316f38c8e126c2cd2bc84affb891338c7f3","eu-tr-807912421050-91"]}} -{"id":"ec-meeting-2021-06-08-58734a7bbeea4f99bb6a0556946c968ac8cd398b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-08 - Mobility and Transport x Airlines for Europe"],"date":["2021-06-08"],"summary":["Fit for 55"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-dg-move"],"involved":["eu-tr-807912421050-91","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2021-06-08-6380278a07864a65c8648058cbf21b4b511a5c3e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-08 - Cabinet of Executive Vice-President Frans Timmermans x Transport and Environment (European Federation for Transport and Environment)"],"date":["2021-06-08"],"summary":["REDII review within Fit for 55"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - video conference"],"address":["Brussels - video conference"],"addressEntity":["addr-d7df553e47e69d1cc9f4189b36b7c867f80459b0"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-d56ecbfde17436a136fc89c9a978b266e8285c84","eu-tr-58744833263-19","ec-person-9eafbf4a92961023c7df3ab389ae6d4301dec4bf","ec-person-a282162080cef4ef2a8c0ab6247a3e03dc438507","ec-person-d53e00c46a4cc62bbf533e0c9bb35bacb9121989"]}} -{"id":"ec-meeting-2021-06-08-73251bf81dac1cb1ef1bd40662cfc5b7eb89bb56","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-08 - Cabinet of Commissioner Johannes Hahn x Official Monetary and Financial Institutions Forum"],"date":["2021-06-08"],"summary":["Keynote speech and discussion on European policy priorities and recovery."],"notes":["Portfolio: Budget and Administration"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hahn-johannes-of"],"involved":["ec-person-6dd3472dac004e43ec1fa4f5b4106e3b476c9ce7","eu-tr-556946021951-27"]}} -{"id":"ec-meeting-2021-06-08-766fb64c63541d8348d9be5ffc6c601f635f31b7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-08 - Cabinet of Commissioner Ylva Johansson x International Federation of Red Cross and Red Crescent Societies"],"date":["2021-06-08"],"summary":["Migration cooperation"],"notes":["Portfolio: Home Affairs"],"location":["VTC"],"address":["VTC"],"addressEntity":["addr-9d1acaa772820b8ade84113d2da24716fe455be2"],"organizer":["ec-cabinet-commissioner-johansson-of-ylva"],"involved":["ec-person-1f14c98028fa6f9f43ee9cd5aef7ed77c30761a5","eu-tr-132236315085-89"]}} -{"id":"ec-meeting-2021-06-08-7930d82895c4944eeba942d082758a4c757c8592","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-08 - Cabinet of Executive Vice-President Margrethe Vestager x Orgalim – Europe's Technology Industries"],"date":["2021-06-08"],"summary":["Industrial Strategy, AI"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-20210641335-88","ec-person-eecca27e2a9c3fc0d4bd43564e4960382705feef"]}} -{"id":"ec-meeting-2021-06-08-7d32b8014413cd6bd52d4a7e17aefb373e36a7b0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-08 - Cabinet of Executive Vice-President Margrethe Vestager x Deutsche Telekom"],"date":["2021-06-08"],"summary":["Digital policy"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-eecca27e2a9c3fc0d4bd43564e4960382705feef","eu-tr-60052162589-72"]}} -{"id":"ec-meeting-2021-06-08-82978aaa6685892289f2dc8cc3e00ab8fc474215","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-08 - Cabinet of Commissioner Thierry Breton x Interactive Advertising Bureau Europe"],"date":["2021-06-08"],"summary":["DSA and ePrivacy"],"notes":["Portfolio: Internal Market"],"location":["Videoconfenrece"],"address":["Videoconfenrece"],"addressEntity":["addr-8f15ff4958462ccc850bdee76de450e79a38ed04"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-43167137250-27","ec-person-4d83416435f81b1f1e8f5c86aeebb1478577f1d2"]}} -{"id":"ec-meeting-2021-06-08-884f5df37fed7640d84bae3565a81802bc18bb77","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-08 - Cabinet of Executive Vice-President Frans Timmermans x Nestlé S.A. Unilever Danone"],"date":["2021-06-08"],"summary":["EU Code for responsible business and marketing practices"],"notes":["Portfolio: European Green Deal"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-15366395387-57","eu-tr-6200524920-25","eu-tr-65744846168-89","ec-person-33624431cbec1074e151c1707715ef46d2ba9565"]}} -{"id":"ec-meeting-2021-06-08-9480b652bc18e8605964d686e7b361f9a3cc92a0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-08 - Cabinet of Executive Vice-President Valdis Dombrovskis x Mercedes-Benz Group AG"],"date":["2021-06-08"],"summary":["Sustainable finance taxonomy; supply chain due diligence"],"notes":["Portfolio: An Economy that Works for People"],"location":["video-conference"],"address":["video-conference"],"addressEntity":["addr-8736c288a4bc51ee27ef4ed41e652409a37e60d1"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-235870cd7eb41f2494f695fce18b5b5b88647113","eu-tr-2349218828-41"]}} -{"id":"ec-meeting-2021-06-08-993f1a7c7c3caa95eaa4fec62e4d556da17f69a9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-08 - Energy x The Ad Hoc Partnership Limited"],"date":["2021-06-08"],"summary":["European Green Deal and Fit for 55"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-dg-ener"],"involved":["ec-person-9c0f33ecb9f6badd5f4b5f1a4bd7677e18a52a22","eu-tr-287174143153-09"]}} -{"id":"ec-meeting-2021-06-08-9aad226671223dd78f343ab107fe5372b632a325","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-08 - Cabinet of Commissioner Thierry Breton x Zero Waste Europe RELOOP Natural Mineral Waters Europe aisbl Union of European Beverages Association"],"date":["2021-06-08"],"summary":["Circular economy, waste management and deposit return schemes"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-47806848200-34","eu-tr-919004519967-94","ec-person-6308dea893b9b1ca0dcd5b91b4a1ac4c2f3020ad","eu-tr-25492952296-56","eu-tr-562370525222-50"]}} -{"id":"ec-meeting-2021-06-08-9c39fbc1533d84a3b9370f99179dc407f213e3d3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-08 - Cabinet of Commissioner Stella Kyriakides x EuroCommerce"],"date":["2021-06-08"],"summary":["VTC Meeting on Code of Conduct on responsible food business and market practices"],"notes":["Portfolio: Health"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-kyriakides-of-stella"],"involved":["eu-tr-84973761187-60","ec-person-ba73927c33000184cab3f41a76e1b32fe7d7eda8"]}} -{"id":"ec-meeting-2021-06-08-9dec9d13c357464f276007cc077659a9545f6de1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-08 - Cabinet of Executive Vice-President Frans Timmermans x Association Française des Entreprises Privées / French Association of Large Companies"],"date":["2021-06-08"],"summary":["Carbon Border Adjustment Mechanism, Sustainable Corporate Governance, Taxonomy"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-953933297-85","ec-person-e88af8eb396e96e3dbc9b4ec6e40a348d26c389c"]}} -{"id":"ec-meeting-2021-06-08-9f7d6aff2cc1d9e0b47926a45d30cd2789fdf569","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-08 - Internal Market, Industry, Entrepreneurship and SMEs x BUSINESSEUROPE"],"date":["2021-06-08"],"summary":["Listen to their views on Industrial Strategy Update and standards"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-grow"],"involved":["ec-person-0151c7e554d188fffc509ad636b7d1a84c5dfcd5","eu-tr-3978240953-79"]}} -{"id":"ec-meeting-2021-06-08-a10ea18772f1331a93ec52afe77b997a3ee87dc9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-08 - Cabinet of Commissioner Mairead Mcguinness x EuroCommerce"],"date":["2021-06-08"],"summary":["Preparatory discussion ahead of EuroCommerce event in June: economic outlook, green finance, investment protection, payments."],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Virtual meeting"],"address":["Virtual meeting"],"addressEntity":["addr-1f1f3f51a4da31a1ea5c1b4b21cbf52ad983224f"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["eu-tr-84973761187-60","ec-person-3a66109f0585c657edbe69190faa41919b50e05f"]}} -{"id":"ec-meeting-2021-06-08-ab8b0d1551fb5fc51e8d06d29d8c0cf51a765381","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-08 - Communications Networks, Content and Technology x Telefonica, S.A."],"date":["2021-06-08"],"summary":["Next Digital Decade: connectivity targets\r\n\r\nVirtual meeting"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-52431421-12","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2021-06-08-b523f64a0250c0d6c921c8fac43dcfcebee1fbdc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-08 - Internal Market, Industry, Entrepreneurship and SMEs x CONSEIL DE COOPERATION ECONOMIQUE"],"date":["2021-06-08"],"summary":["Introductory discussion on their work - listening mode"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-grow"],"involved":["ec-person-0151c7e554d188fffc509ad636b7d1a84c5dfcd5","eu-tr-146893419149-74"]}} -{"id":"ec-meeting-2021-06-08-b5cfd4c20c67a869277bff896d5c6e94036bc914","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-08 - Financial Stability, Financial Services and Capital Markets Union x HSBC Holdings PLC"],"date":["2021-06-08"],"summary":["SMEs, equity investments"],"location":["Virtual meeting"],"address":["Virtual meeting"],"addressEntity":["addr-1f1f3f51a4da31a1ea5c1b4b21cbf52ad983224f"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-001866415031-87","ec-person-1fce211249673c35ee07a801ddee77ab24af8d54"]}} -{"id":"ec-meeting-2021-06-08-bac2f8abce56eed848349406a945d327fcb4a907","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-08 - Cabinet of Executive Vice-President Frans Timmermans x Zero Waste Europe RELOOP Natural Mineral Waters Europe aisbl Union of European Beverages Association"],"date":["2021-06-08"],"summary":["Circular economy, waste management and deposit return schemes"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-47806848200-34","eu-tr-919004519967-94","ec-person-8af3c81534786a740718d21dc58240738a53ed7b","eu-tr-25492952296-56","eu-tr-562370525222-50"]}} -{"id":"ec-meeting-2021-06-08-be09b5f6131f954e74e7676902a8095888546ed1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-08 - Cabinet of Commissioner Adina Vălean x Fern"],"date":["2021-06-08"],"summary":["Renewable Energy Directive and REDII forest biomass criteria"],"notes":["Portfolio: Transport"],"location":["Conference call"],"address":["Conference call"],"addressEntity":["addr-28ba88479582b2f75898964548da4252dc7db7d2"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["eu-tr-40538475090-82","ec-person-e5f1558cac43dd4f90847b508b6753edb0a9f903"]}} -{"id":"ec-meeting-2021-06-08-c2511f17790fda11a5b8ec26f65d863dfba1d715","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-08 - Cabinet of Vice-President Věra Jourová x ARD-Verbindungsbüro Brüssel"],"date":["2021-06-08"],"summary":["Media Freedom Act, Rule of Law, Conference on the Future of Europe"],"notes":["Portfolio: Values and Transparency"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["ec-person-aa83f35da599b82e4f15da018f4b3447eb648f7c","eu-tr-6774178922-55"]}} -{"id":"ec-meeting-2021-06-08-c2a664937e7b058d8b68d2a960df6cf25af4ab81","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-08 - Cabinet of Commissioner Johannes Hahn x Danske Bank A/S"],"date":["2021-06-08"],"summary":["Keynote speech and discussion on European policy priorities and recovery."],"notes":["Portfolio: Budget and Administration"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hahn-johannes-of"],"involved":["ec-person-6dd3472dac004e43ec1fa4f5b4106e3b476c9ce7","eu-tr-64866663811-42"]}} -{"id":"ec-meeting-2021-06-08-e827a89d24255759ce99d6b66b5bce5759faa8ae","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-08 - Cabinet of Commissioner Virginijus Sinkevičius x Zero Waste Europe Union of European Beverages Association"],"date":["2021-06-08"],"summary":["Circular economy, waste management and deposit return schemes"],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["eu-tr-25492952296-56","eu-tr-47806848200-34","ec-person-a58f1d06f5cb1d8dfd278e0c36d5aa1b9368b270"]}} -{"id":"ec-meeting-2021-06-08-eb89b43726f1a63d8ffa040b0b8d8d55debaa65a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-08 - Competition x Vodafone Belgium SA"],"date":["2021-06-08"],"summary":["Competition policy, digital"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-comp"],"involved":["ec-person-f257bc19c568ad25083c1c1e1651426245cefedf","eu-tr-90142503473-81"]}} -{"id":"ec-meeting-2021-06-08-f166559e8610f44e24825044fdfa00eb50eb49ce","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-08 - Mobility and Transport x European Association Automotive Suppliers"],"date":["2021-06-08"],"summary":["Renewable fuels"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-dg-move"],"involved":["eu-tr-91408765797-03","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2021-06-08-f2d20b9d66ff15b4d6d68a614c797abb2ba3f6fd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-08 - Cabinet of Commissioner Stella Kyriakides x Danone Nestlé S.A. Unilever"],"date":["2021-06-08"],"summary":["VTC Meeting - Code of Conduct on responsible food business and market practices"],"notes":["Portfolio: Health"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-kyriakides-of-stella"],"involved":["eu-tr-15366395387-57","ec-person-ba73927c33000184cab3f41a76e1b32fe7d7eda8","eu-tr-6200524920-25","eu-tr-65744846168-89"]}} -{"id":"ec-meeting-2021-06-08-f723afc64981bbde12f5c1e6ad621ca837041a04","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-08 - Cabinet of Executive Vice-President Frans Timmermans x Xynteo"],"date":["2021-06-08"],"summary":["Roundtable on sustainable food systems"],"notes":["Portfolio: European Green Deal"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-069882140441-92","ec-person-8af3c81534786a740718d21dc58240738a53ed7b","ec-person-33624431cbec1074e151c1707715ef46d2ba9565"]}} -{"id":"ec-meeting-2021-06-09-1841a8919709e92f6ba4ccaa192cd9b40d389d76","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-09 - Cabinet of Commissioner Janusz Wojciechowski x Rabobank Nederlandse Vereniging van Banken / Dutch Banking Association Land- en Tuinbouw Organisatie Nederland"],"date":["2021-06-09"],"summary":["Basel 4 impact on agricultural entrepreneurs"],"notes":["Portfolio: Agriculture"],"location":["Video phone call"],"address":["Video phone call"],"addressEntity":["addr-dcb9711eb850404cc2f135ca801ab8a3e2045990"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["ec-person-c825a813205e5077cd48bbd241436daf1834fc9b","eu-tr-51894741860-19","eu-tr-4656646862-72","eu-tr-006687715492-92"]}} -{"id":"ec-meeting-2021-06-09-22c385fb400c110edcbf3fd8082fdc7c59d08e09","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-09 - Cabinet of Executive Vice-President Frans Timmermans x Scania AB (publ)"],"date":["2021-06-09"],"summary":["Green steel"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - video conference"],"address":["Brussels - video conference"],"addressEntity":["addr-d7df553e47e69d1cc9f4189b36b7c867f80459b0"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-e88af8eb396e96e3dbc9b4ec6e40a348d26c389c","ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce","eu-tr-3305029916-47"]}} -{"id":"ec-meeting-2021-06-09-2bfa72fd3aa60e3b9cc10a8c88f63d8c1ddd79d5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-09 - Cabinet of Commissioner Nicolas Schmit x Wolt Enterprises"],"date":["2021-06-09"],"summary":["Discussion on the Commission’s upcoming work on Improving the working conditions of platform workers."],"notes":["Portfolio: Jobs and Social Rights"],"location":["videoconference"],"address":["videoconference"],"addressEntity":["addr-92b2fbb928e012810d80d9ef1abe12027beee200"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-8eb18b6102d444937bc6af5822a6742812165b48","ec-person-4cf4655ab41922e92160325d987a3c4615c72d30","eu-tr-987241938472-54","ec-person-935314e38d735654cae8ee61313a3d73439b242d","ec-person-c03b949331dbbe5fa3d5423758e371ec1b9b832f"]}} -{"id":"ec-meeting-2021-06-09-3030bcc2a350f6d599ad292c6d326da200697d54","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-09 - Cabinet of Vice-President Věra Jourová x Evropské hodnoty z.s."],"date":["2021-06-09"],"summary":["Disinformation"],"notes":["Portfolio: Values and Transparency"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["ec-person-fb258e0188a5319bfaba3161382db43f5a85851f","eu-tr-865248235369-40"]}} -{"id":"ec-meeting-2021-06-09-3e7e2fa43dfc123e602c00e1f709608e0e7c3cc2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-09 - Cabinet of Executive Vice-President Frans Timmermans x Stichting IMAGINE Foundation"],"date":["2021-06-09"],"summary":["Preparatory call for a meeting with IMAGINE in September on sustainable food systems"],"notes":["Portfolio: European Green Deal"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-009532038479-10","ec-person-33624431cbec1074e151c1707715ef46d2ba9565"]}} -{"id":"ec-meeting-2021-06-09-6cb8c470f2e16d6b8fb0012cf4b69e151091f15a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-09 - Cabinet of High Representative Josep Borrell Fontelles x Confederation of British Industry"],"date":["2021-06-09"],"summary":["CBI : B7 recommendations for G7 leaders"],"notes":["Portfolio: High Representative of the Union for Foreign Affairs and Security Policy / Vice-President of the Commission"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-borrell-cabinet-fontelles-high-josep-of-representative"],"involved":["eu-tr-73725676990-18","ec-person-8efd3b03f4e3aa3ce7ce35372f4dde70c1158889"]}} -{"id":"ec-meeting-2021-06-09-70a3a3842fb73f9eff549a26a73e306c7aec4ad8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-09 - Cabinet of Executive Vice-President Frans Timmermans x Metsäliitto Cooperative"],"date":["2021-06-09"],"summary":["European Green Deal and the preparation of the EU Forest Strategy"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-8af3c81534786a740718d21dc58240738a53ed7b","eu-tr-962687110415-94"]}} -{"id":"ec-meeting-2021-06-09-81b15bd0cdd49c179107e9245c843d392ff1ea57","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-09 - Communications Networks, Content and Technology x Istituto Nazionale di Fisica Nucleare"],"date":["2021-06-09"],"summary":["PNRR"],"location":["Brussels (online)"],"address":["Brussels (online)"],"addressEntity":["addr-ef87d086df7b220ed76c9f59ee6efadfac8480c7"],"organizer":["ec-dg-connect"],"involved":["eu-tr-281756113325-24","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2021-06-09-916f206bdc6d5933702b714c32a8177d31ca6924","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-09 - Cabinet of Executive Vice-President Frans Timmermans x BUSINESSEUROPE"],"date":["2021-06-09"],"summary":["Article 8 Taxonomy Disclousures"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-e88af8eb396e96e3dbc9b4ec6e40a348d26c389c","eu-tr-3978240953-79"]}} -{"id":"ec-meeting-2021-06-09-93b2f8a310a357bc2f9eac89f4fdb6047db00ba6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-09 - Cabinet of Vice-President Dubravka Šuica x World Vision Brussels & EU Representation ivzw/aisbl Plan International EU Office World Organization of the Scout Movement - Bureau Européen du Scoutisme Eurochild AISBL SOS Children's Villages International European Federation for Missing and Sexually Exploited Children (Missing Children Europe) Save the Children Europe Hope and Homes for Children Défense des enfants - International Belgique"],"date":["2021-06-09"],"summary":["Meeting on Child Rights Strategy / EC- International CSOs"],"notes":["Portfolio: Democracy and Demography"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-dubravka-of-president-suica-vice"],"involved":["eu-tr-68157134040-15","eu-tr-83357751766-93","eu-tr-75014529893-97","ec-person-60bc1622eb549a098038c6073ce7c40691ec9384","eu-tr-79360311166-84","eu-tr-035163533684-92","eu-tr-199308213329-62","eu-tr-64689102746-48","eu-tr-11823899666-63","eu-tr-697362735627-20"]}} -{"id":"ec-meeting-2021-06-09-93d78a930d21416ff5bcf0a258c4005be21be9a9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-09 - Financial Stability, Financial Services and Capital Markets Union x M&G plc"],"date":["2021-06-09"],"summary":["Discussion concerning the Sustainability panel"],"location":["Virtual meeting"],"address":["Virtual meeting"],"addressEntity":["addr-1f1f3f51a4da31a1ea5c1b4b21cbf52ad983224f"],"organizer":["ec-dg-fisma"],"involved":["ec-person-1fce211249673c35ee07a801ddee77ab24af8d54","eu-tr-167169536278-67"]}} -{"id":"ec-meeting-2021-06-09-a13e7616b392997128004eef3acfbf7319f4255f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-09 - Cabinet of Commissioner Virginijus Sinkevičius x Metsäliitto Cooperative"],"date":["2021-06-09"],"summary":["European Green Deal and the preparation of the EU Forest Strategy"],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["ec-person-172a438ed334761e2ab5d52e551fd1bcb6ab6b8d","eu-tr-962687110415-94"]}} -{"id":"ec-meeting-2021-06-09-a6660166554f19f45a2b0978bf551e36968ed99c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-09 - Cabinet of President Ursula von der Leyen x Climate Action Network Europe"],"date":["2021-06-09"],"summary":["Fit for 55"],"notes":["Portfolio: President"],"location":["Brussels (WEBEX)"],"address":["Brussels (WEBEX)"],"addressEntity":["addr-3afbdeda01f3dac93a9dc841fdac57d9de27b869"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-f2b941852d3b961d69ed695c2d243a1a2b4a1904","eu-tr-55888811123-49"]}} -{"id":"ec-meeting-2021-06-09-a7c856e84c822aa72878b7de2bd5e40dd4ca9e7c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-09 - Cabinet of Commissioner Mairead Mcguinness x BUSINESSEUROPE"],"date":["2021-06-09"],"summary":["Article 8 Taxonomy Disclosures"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-a5441c6a69a8a94fd64e02def60fcc6567f2c1d8","eu-tr-3978240953-79"]}} -{"id":"ec-meeting-2021-06-09-c776568c03cbd1f7205419b37b85a17e505aaa26","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-09 - Financial Stability, Financial Services and Capital Markets Union x PwCIL"],"date":["2021-06-09"],"summary":["Overview of the main steps of the legislative review"],"location":["Virtual meeting"],"address":["Virtual meeting"],"addressEntity":["addr-1f1f3f51a4da31a1ea5c1b4b21cbf52ad983224f"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-60402754518-05","ec-person-1fce211249673c35ee07a801ddee77ab24af8d54"]}} -{"id":"ec-meeting-2021-06-09-d765fdcad62581617a465d77b9c9a95a828e15dc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-09 - Cabinet of Executive Vice-President Margrethe Vestager x Tony Blair Institute for Global Change"],"date":["2021-06-09"],"summary":["The implementation of vaccine registry and digital identification"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-820300530953-18","ec-person-8b6db5c3c4611618ade59c6d0dadc21c962f0ee7"]}} -{"id":"ec-meeting-2021-06-09-ebcfa81f4dcf3ec6b8a790647ca02e8f60d55559","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-09 - Cabinet of Executive Vice-President Margrethe Vestager x European Centre for International Political Economy"],"date":["2021-06-09"],"summary":["ORAN Alliance"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-954230536257-09","ec-person-8b6db5c3c4611618ade59c6d0dadc21c962f0ee7"]}} -{"id":"ec-meeting-2021-06-09-ef8100e72cd183157e9104d186675d139187fdec","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-09 - Cabinet of Executive Vice-President Frans Timmermans x Bureau Européen des Unions de Consommateurs"],"date":["2021-06-09"],"summary":["EU Code for responsible business and marketing practices"],"notes":["Portfolio: European Green Deal"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-9505781573-45","ec-person-33624431cbec1074e151c1707715ef46d2ba9565"]}} -{"id":"ec-meeting-2021-06-10-019e986811c3535e30b9d10719044be1060da8e5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-10 - Cabinet of Executive Vice-President Frans Timmermans x Alliance Maçonnique Européenne European Buddhist Union association européenne de la pensée libre EKD-Büro Brüssel / EKD-Office Brussels Secretariat of COMECE (Commission of the Episcopates of the European Union) EGALE Egalité-laïcité-Europe HINDU FORUM EUROPE Office of the Anglican Bishop in Europe Unie Vrijzinnige Verenigingen Committee of the Representatives of the Orthodox Churches in European Union European Union for Progressive Judaism Grande Loge Féminine de France (Institut Maçonnique Européen) Conference of European Churches"],"date":["2021-06-10"],"summary":["European Green Deal presentation and discussion"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - video conference"],"address":["Brussels - video conference"],"addressEntity":["addr-d7df553e47e69d1cc9f4189b36b7c867f80459b0"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-47350036909-69","eu-tr-570348727424-31","eu-tr-945330325636-88","eu-tr-66375761251-05","eu-tr-173532529975-58","eu-tr-241401231709-63","ec-person-d53e00c46a4cc62bbf533e0c9bb35bacb9121989","eu-tr-188133714462-27","eu-tr-916946818172-34","eu-tr-55481528937-66","eu-tr-872093423847-01","eu-tr-959216620304-34","eu-tr-98016578626-11","eu-tr-61973396926-78"]}} -{"id":"ec-meeting-2021-06-10-22105e6ef4cb85ddd9121f2002919bfe35bbf1d3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-10 - Internal Market, Industry, Entrepreneurship and SMEs x Confederation of Swedish Enterprise"],"date":["2021-06-10"],"summary":["Listen to their views on Sustainable Corporate Governance Initiative"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-grow"],"involved":["eu-tr-39912257528-48","ec-person-0151c7e554d188fffc509ad636b7d1a84c5dfcd5"]}} -{"id":"ec-meeting-2021-06-10-34805a636ce69f8e2e6305dcf562dab1e647193e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-10 - Cabinet of Executive Vice-President Frans Timmermans x CONSEIL DE COOPERATION ECONOMIQUE European Association of Development Agencies"],"date":["2021-06-10"],"summary":["Just Transition policy. Progress to date and new perspectives."],"notes":["Portfolio: European Green Deal"],"location":["Brussels - video conference"],"address":["Brussels - video conference"],"addressEntity":["addr-d7df553e47e69d1cc9f4189b36b7c867f80459b0"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-827929825168-90","ec-person-d53e00c46a4cc62bbf533e0c9bb35bacb9121989","eu-tr-146893419149-74"]}} -{"id":"ec-meeting-2021-06-10-386e0a39331c1ac1ba59d749b759d76514577cfe","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-10 - Cabinet of Vice-President Dubravka Šuica x Université de Genève"],"date":["2021-06-10"],"summary":["EURYKA project discussion on Democracy and Demography"],"notes":["Portfolio: Democracy and Demography"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-dubravka-of-president-suica-vice"],"involved":["ec-person-2ea66ac99d83c7f0ff7dfcfd7d90f9416dc22e61","eu-tr-867199425696-96"]}} -{"id":"ec-meeting-2021-06-10-4193fdb08504c5db55127dd2a9acbc2384a8912b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-10 - Cabinet of Executive Vice-President Margrethe Vestager x TIM S.p.A."],"date":["2021-06-10"],"summary":["TIM"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-bb1f295d8be3d10004d7e5fd7c24248a21215775","eu-tr-078655018381-34"]}} -{"id":"ec-meeting-2021-06-10-54868ef90655303b8593c437c93888ef4a196773","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-10 - Cabinet of Commissioner Mairead Mcguinness x Blue Yard Ltd"],"date":["2021-06-10"],"summary":["Hydrogen"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Video Conferencing"],"address":["Video Conferencing"],"addressEntity":["addr-e3b7413b2ac93be00b6bcff51fdc1374d67118bd"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["eu-tr-336411543076-42","ec-person-2b9c589fb2354bd93067644d2c3d2c058d4c4cc9","ec-person-a5441c6a69a8a94fd64e02def60fcc6567f2c1d8"]}} -{"id":"ec-meeting-2021-06-10-56c967eea61e781de0dd71f72a806e0264c3c687","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-10 - Cabinet of Executive Vice-President Frans Timmermans x Volkswagen Aktiengesellschaft"],"date":["2021-06-10"],"summary":["Zero emission transport in the Fit for 2030 package"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-d56ecbfde17436a136fc89c9a978b266e8285c84","eu-tr-6504541970-40"]}} -{"id":"ec-meeting-2021-06-10-5c9f6f4f1ef2c5642739ded86473684cc43a3ba2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-10 - Cabinet of Executive Vice-President Frans Timmermans x Transport en Logistiek Nederland"],"date":["2021-06-10"],"summary":["Decarbonisation of road freight"],"notes":["Portfolio: European Green Deal"],"location":["online"],"address":["online"],"addressEntity":["addr-2dbc2fd2358e1ea1b7a6bc08ea647b9a337ac92d"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-d56ecbfde17436a136fc89c9a978b266e8285c84","eu-tr-41712511261-57"]}} -{"id":"ec-meeting-2021-06-10-65def1dce5d8b866eb989e514926fc23eed3ea7a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-10 - Cabinet of Commissioner Mairead Mcguinness x European Development Finance Institutions"],"date":["2021-06-10"],"summary":["Equity Finance"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["video call"],"address":["video call"],"addressEntity":["addr-12d8c530d76da0b7745f9c0f9285e7eec97adc55"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["eu-tr-410540760-32","ec-person-49e520c7a9c9c47ccb5acfa68f9416e4233af9f8"]}} -{"id":"ec-meeting-2021-06-10-a2ed1a826681625b89b339bdfa8ab1d8d29f65f2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-10 - Cabinet of Commissioner Thierry Breton x IBM Corporation"],"date":["2021-06-10"],"summary":["- Semiconductor \r\n- Quantum Computing"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-7721359944-96","ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","ec-person-b077a2e9f0fdb3b8f6e91d0bd0b256db9e40ce46"]}} -{"id":"ec-meeting-2021-06-10-bc5cc4db9e9b34633e3a17e07128fb0efd08be60","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-10 - Cabinet of Commissioner Didier Reynders x Bundesvereinigung der Deutschen Arbeitgeberverbände e.V."],"date":["2021-06-10"],"summary":["sustainable corporate governance"],"notes":["Portfolio: Justice"],"location":["video conference"],"address":["video conference"],"addressEntity":["addr-6dc12e3c97077db82f32184f24341ce370a445fd"],"organizer":["ec-cabinet-commissioner-didier-of-reynders"],"involved":["ec-person-442bf1ae9900b999673cdd7389224d0e21b67d4d","eu-tr-7749519702-29","ec-person-1e25399e2267734c5f4c69093d2286c8898ee9f0"]}} -{"id":"ec-meeting-2021-06-10-be3c9195a1b23d7c4ea69a912949fc9283ffcac9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-10 - Cabinet of Vice-President Margaritis Schinas x FUNDACIÓN SANDRA IBARRA DE SOLIDARIDAD FRENTE AL CÁNCER"],"date":["2021-06-10"],"summary":["EU Cancer Plan"],"notes":["Portfolio: Promoting the European Way of Life"],"location":["online"],"address":["online"],"addressEntity":["addr-2dbc2fd2358e1ea1b7a6bc08ea647b9a337ac92d"],"organizer":["ec-cabinet-margaritis-of-president-schinas-vice"],"involved":["ec-person-d5cada2a1a17537a675985af31e5ce07ae3bfd42","ec-person-180e5c5b13dac533a1241b0f9d78176c8bec3d51","eu-tr-975110743058-19"]}} -{"id":"ec-meeting-2021-06-10-dea43cead1b07581aa7aa2ca0f0aff3d24eefbe8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-10 - Cabinet of Commissioner Thierry Breton x None"],"date":["2021-06-10"],"summary":["Roundtable of the Clean Hydrogen Alliance: 3rd meeting of the co-chairs"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-06798511314-27","eu-tr-914064836171-27","eu-tr-861194311863-31","eu-tr-55888811123-49","eu-tr-094316815599-77","eu-tr-835967332819-32","eu-tr-10257354120-19","eu-tr-68208004617-79","eu-tr-1414929419-24","eu-tr-93038071152-83","eu-tr-35124436517-75","eu-tr-990178232829-20","eu-tr-12112965774-95","eu-tr-321342621105-20","eu-tr-456211534646-58","ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","eu-tr-974875639237-65","eu-tr-105450620110-21","eu-tr-036915715533-64","eu-tr-38235121060-73","eu-tr-1978775156-31","eu-tr-980975011427-83","eu-tr-792338437104-53","eu-tr-277895137794-73","eu-tr-08746491502-16","eu-tr-625822526139-43"]}} -{"id":"ec-meeting-2021-06-10-e14523a7b398a1f5034afe710f10fd7a407b2a4d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-10 - Cabinet of Executive Vice-President Frans Timmermans x DNB Bank ASA"],"date":["2021-06-10"],"summary":["Fit for 55"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - video conference"],"address":["Brussels - video conference"],"addressEntity":["addr-d7df553e47e69d1cc9f4189b36b7c867f80459b0"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-994205929819-78","ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce","ec-person-ef3e882499136b48d744f4751cee95c0f8866078"]}} -{"id":"ec-meeting-2021-06-10-e2f3871b52bc126edb291b1abc0dc243cc91ea5d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-10 - Communications Networks, Content and Technology x Infineon Technologies AG"],"date":["2021-06-10"],"summary":["IPCEI microelectronics\r\nVirtual meeting"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-10751968675-85","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2021-06-10-f4511f01aa7e691e9bcd2b33a9ddde25d7e66b3d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-10 - Cabinet of Commissioner Johannes Hahn x Deutsche Industrie- und Handelskammer"],"date":["2021-06-10"],"summary":["Keynote speech and discussion on European policy priorities and recovery."],"notes":["Portfolio: Budget and Administration"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hahn-johannes-of"],"involved":["ec-person-6dd3472dac004e43ec1fa4f5b4106e3b476c9ce7","eu-tr-22400601191-42"]}} -{"id":"ec-meeting-2021-06-10-ff72e658c78538c70de6438ee4a0b78ec09d742e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-10 - Cabinet of Vice-President Dubravka Šuica x StartupVillage - Territorio Emprendimiento"],"date":["2021-06-10"],"summary":["Meeting on ‘New European Bauhaus’ pilots in different EU Member States"],"notes":["Portfolio: Democracy and Demography"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-dubravka-of-president-suica-vice"],"involved":["ec-person-2ea66ac99d83c7f0ff7dfcfd7d90f9416dc22e61","eu-tr-608407240301-51"]}} -{"id":"ec-meeting-2021-06-11-3389312339532ebf079d8880522a79172b915246","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-11 - Cabinet of Commissioner Didier Reynders x Voka - Vlaams Netwerk van Ondernemingen"],"date":["2021-06-11"],"summary":["Sustainable Corporate Governance"],"notes":["Portfolio: Justice"],"location":["video conference"],"address":["video conference"],"addressEntity":["addr-6dc12e3c97077db82f32184f24341ce370a445fd"],"organizer":["ec-cabinet-commissioner-didier-of-reynders"],"involved":["ec-person-442bf1ae9900b999673cdd7389224d0e21b67d4d","ec-person-1e25399e2267734c5f4c69093d2286c8898ee9f0","eu-tr-702214911454-33"]}} -{"id":"ec-meeting-2021-06-11-34897191224f8660e67c8cb6629f4913131ccea2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-11 - Cabinet of Executive Vice-President Frans Timmermans x Confederation of European Paper Industries"],"date":["2021-06-11"],"summary":["European Green Deal and the preparation of the EU Forest Strategy"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-72279144480-58","ec-person-8af3c81534786a740718d21dc58240738a53ed7b"]}} -{"id":"ec-meeting-2021-06-11-3667426a032ecbd486eb42325a41bec323eebacb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-11 - Cabinet of Commissioner Stella Kyriakides x The Brewers of Europe"],"date":["2021-06-11"],"summary":["Exchange of views on labelling initiatives announced in the Cancer Plan and in the Farm to Fork strategy."],"notes":["Portfolio: Health"],"location":["Virtual meeting"],"address":["Virtual meeting"],"addressEntity":["addr-1f1f3f51a4da31a1ea5c1b4b21cbf52ad983224f"],"organizer":["ec-cabinet-commissioner-kyriakides-of-stella"],"involved":["eu-tr-81610896372-23","ec-person-c7513fae2df7920eea99d7cc103a354aa4f56b6e"]}} -{"id":"ec-meeting-2021-06-11-45b57aaa931d2064cff9cdbe3bb0b58db6efb4cd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-11 - Cabinet of Executive Vice-President Margrethe Vestager x Bitkom e.V."],"date":["2021-06-11"],"summary":["EU digital policy priorities"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-5351830264-31","ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0"]}} -{"id":"ec-meeting-2021-06-11-4af9d8be5687d2748864d3f9036d9003c4ded007","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-11 - Cabinet of Commissioner Thierry Breton x Interuniversitair Micro-Electronica Centrum vzw"],"date":["2021-06-11"],"summary":["Semiconductors"],"notes":["Portfolio: Internal Market"],"location":["Leuven"],"address":["Leuven"],"addressEntity":["addr-73a098820fcbc1cabdbf03af0a721c47635eab05"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","eu-tr-97921387213-35","ec-person-b077a2e9f0fdb3b8f6e91d0bd0b256db9e40ce46"]}} -{"id":"ec-meeting-2021-06-11-9e1419119cae05a57d5240cc16bf2cc6c908b4d0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-11 - Cabinet of Executive Vice-President Frans Timmermans x Minderoo Foundation Limited ATF The Minderoo Foundation Trust"],"date":["2021-06-11"],"summary":["Discussion on ending plastic pollution and ensuring a circular plastics economy"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-361336735977-48","ec-person-8af3c81534786a740718d21dc58240738a53ed7b"]}} -{"id":"ec-meeting-2021-06-11-a545b4f75e5c789c792c4e13eb358ba350aa36b4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-11 - Cabinet of Commissioner Stella Kyriakides x Gilead Sciences"],"date":["2021-06-11"],"summary":["Exchange of views on joint procurement and scientific assessment of Remdesivir"],"notes":["Portfolio: Health"],"location":["Brussels, virtual meeting"],"address":["Brussels, virtual meeting"],"addressEntity":["addr-4bb3355c4dd7121ff74decf748c2f1aaf04a6b2c"],"organizer":["ec-cabinet-commissioner-kyriakides-of-stella"],"involved":["eu-tr-258845020786-10","ec-person-c7513fae2df7920eea99d7cc103a354aa4f56b6e"]}} -{"id":"ec-meeting-2021-06-11-b3f9054fdab0384411fdfe0cb0fd4ef9f06e4595","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-11 - Cabinet of High Representative Josep Borrell Fontelles x Vodafone Belgium SA"],"date":["2021-06-11"],"summary":["Digital issues"],"notes":["Portfolio: High Representative of the Union for Foreign Affairs and Security Policy / Vice-President of the Commission"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-borrell-cabinet-fontelles-high-josep-of-representative"],"involved":["ec-person-9dccdcf2f8ab1673bfd7f4d38db8791ce6cd5bc9","eu-tr-90142503473-81"]}} -{"id":"ec-meeting-2021-06-11-c470005526a08f5791b6c34aa1d481bbc6ae0d38","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-11 - Cabinet of Commissioner Mariya Gabriel x European Association of Institutions in Higher Education"],"date":["2021-06-11"],"summary":["European higher education"],"notes":["Portfolio: Innovation and Youth"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["ec-person-1674399a793e9e6fd7cf55b525515fc862fc9351","eu-tr-622449913391-69"]}} -{"id":"ec-meeting-2021-06-11-c67ef8fd149d10a3ab992f95ca29da0b9af0d80d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-11 - Cabinet of Commissioner Jutta Urpilainen x CONCORD Europe"],"date":["2021-06-11"],"summary":["Update on the EU-Africa Summit and next steps on post-Cotonou agreement"],"notes":["Portfolio: International Partnerships"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["eu-tr-34478709670-34","ec-person-7204caa5e704bc4a911fee13ad5c0f62fd74b3bc","ec-person-b5a90dd5ba1c715a3e7923281f7a6ae9975796d8","ec-person-6357f4506ca5351b3a822936612fd6006da48722"]}} -{"id":"ec-meeting-2021-06-11-e1f26cc8360b40d20203fc4a58c6f00111b6919d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-11 - Cabinet of Vice-President Věra Jourová x European University Institute"],"date":["2021-06-11"],"summary":["Media and Audiovisual Action Plan, EDAP"],"notes":["Portfolio: Values and Transparency"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["ec-person-221276f2dfa4b8fe628f08e982d967b6aeb61c57","eu-tr-742228039171-04"]}} -{"id":"ec-meeting-2021-06-14-20ff297911af42c0b4dce0792dd11c2dcd1853b1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-14 - Cabinet of Commissioner Adina Vălean x AIRPORT SERVICES ASSOCIATION"],"date":["2021-06-14"],"summary":["Meeting to discuss ground handling and COVID impact."],"notes":["Portfolio: Transport"],"location":["Conference call"],"address":["Conference call"],"addressEntity":["addr-28ba88479582b2f75898964548da4252dc7db7d2"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["eu-tr-550592917230-49","ec-person-fc3be846753d8ee60758ebedb7309dcf08aea52e"]}} -{"id":"ec-meeting-2021-06-14-30c330d16fab23cc97654147cb7f0ab7a5e59a39","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-14 - Cabinet of Commissioner Thierry Breton x Glass Fibre Europe"],"date":["2021-06-14"],"summary":["International competition"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-6308dea893b9b1ca0dcd5b91b4a1ac4c2f3020ad","eu-tr-635608817518-09"]}} -{"id":"ec-meeting-2021-06-14-3660d37d651d2f2ecadbdeceb09e5f69467c6067","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-14 - Cabinet of Commissioner Mairead Mcguinness x abrdn plc"],"date":["2021-06-14"],"summary":["Sustainable Finance, climate scenarios"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-a5441c6a69a8a94fd64e02def60fcc6567f2c1d8","eu-tr-28229947613-19"]}} -{"id":"ec-meeting-2021-06-14-444fe322bf9e4e1d4b20e0e72d15fd6202c81c5f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-14 - Cabinet of Executive Vice-President Margrethe Vestager x EPIA SolarPower Europe"],"date":["2021-06-14"],"summary":["Discussion of proposed CEEAG"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-bb1f295d8be3d10004d7e5fd7c24248a21215775","ec-person-6b6135249735cff1f3061530471f1e159500c840","eu-tr-2680046412-48"]}} -{"id":"ec-meeting-2021-06-14-762201c01659141d1fd5df2aba9204c31553a4ae","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-14 - Cabinet of Commissioner Thierry Breton x Third Generation Environmentalism Ltd"],"date":["2021-06-14"],"summary":["Carbon border adjustment mechanism"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-6308dea893b9b1ca0dcd5b91b4a1ac4c2f3020ad","eu-tr-07783117686-61"]}} -{"id":"ec-meeting-2021-06-14-7bea5fd0d36582ffee46ebedf80e432cfc8bd457","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-14 - Cabinet of Vice-President Věra Jourová x Die Medienanstalten - Arbeitsgemeinschaft der Landesmedienanstalten in der Bundesrepublik Deutschland"],"date":["2021-06-14"],"summary":["Disinformation:Media and social networks in the super election year"],"notes":["Portfolio: Values and Transparency"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["ec-person-bf54da17217bbddfd9c68fe24d88005ac17e2c4b","eu-tr-84697226195-47"]}} -{"id":"ec-meeting-2021-06-14-82b033df0ce1aa22be77c4e9897f36d61bf3d4a8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-14 - Cabinet of Vice-President Věra Jourová x Deutsche Welle"],"date":["2021-06-14"],"summary":["Social media and journalism"],"notes":["Portfolio: Values and Transparency"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["eu-tr-421591329311-65","ec-person-bf54da17217bbddfd9c68fe24d88005ac17e2c4b"]}} -{"id":"ec-meeting-2021-06-14-d9eae536cb6647a0058f6e54fa3e54c1cdbe2e65","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-14 - Cabinet of Commissioner Thierry Breton x Aerospacelab SA"],"date":["2021-06-14"],"summary":["Secure connectivity"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-770152343152-20","ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","ec-person-b077a2e9f0fdb3b8f6e91d0bd0b256db9e40ce46"]}} -{"id":"ec-meeting-2021-06-14-e7444d7c2e994d9deb6a627138ad6829b65931d7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-14 - Cabinet of Executive Vice-President Margrethe Vestager x Microsoft Corporation"],"date":["2021-06-14"],"summary":["Digital taxation"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-0801162959-21","ec-person-3da433aae105b13fe027e9c9b3dcac2c97029370"]}} -{"id":"ec-meeting-2021-06-15-055f108f91b29c8961920ca842b4763a6b33b485","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-15 - Cabinet of Commissioner Thierry Breton x BOUYGUES EUROPE"],"date":["2021-06-15"],"summary":["Telecom policy, Cybersecurity."],"notes":["Portfolio: Internal Market"],"location":["Bruxelles"],"address":["Bruxelles"],"addressEntity":["addr-b58f5927b66d94a676970dc048485d4c6848f272"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","ec-person-b077a2e9f0fdb3b8f6e91d0bd0b256db9e40ce46","eu-tr-91216972728-77"]}} -{"id":"ec-meeting-2021-06-15-0f89ed34b200de9961eb89997c24a25cd81c06fb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-15 - Cabinet of Executive Vice-President Frans Timmermans x Federated Hermes Limited"],"date":["2021-06-15"],"summary":["Discussion on sustainable food systems"],"notes":["Portfolio: European Green Deal"],"location":["Video-call"],"address":["Video-call"],"addressEntity":["addr-0a257a3b8a0926e1b53e3476ce1c8e8fc8470ecd"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-577757624718-90","ec-person-33624431cbec1074e151c1707715ef46d2ba9565"]}} -{"id":"ec-meeting-2021-06-15-1fde5d4d461880476f7341493e36d559f1705967","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-15 - Cabinet of Commissioner Virginijus Sinkevičius x Textile Exchange Policy Hub - Circularity for Apparel and Footwear Global Fashion Agenda Sustainable Apparel Coalition Federation of the European Sporting Goods Industry"],"date":["2021-06-15"],"summary":["Green claims, consumer empowerment, Textiles Strategy and EU sustainable product policy"],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["eu-tr-812616931953-63","eu-tr-605214642983-25","ec-person-a58f1d06f5cb1d8dfd278e0c36d5aa1b9368b270","eu-tr-386442014980-19","eu-tr-616677713667-62","eu-tr-560446038784-46"]}} -{"id":"ec-meeting-2021-06-15-246d20ef06d691d1fd8e562845e85ee15971e947","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-15 - Research and Innovation x Helmholtz-Gemeinschaft Deutscher Forschungszentren e.V."],"date":["2021-06-15"],"summary":["Meeting with the G6 network (CNR, Helmholtz, Max-Planck, CSIC, Leibniz, CNRS) about the ERA Pact"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-rtd"],"involved":["ec-person-1d348f33395de0ea6773a7b4ae8797e3e0392f73","eu-tr-73792436593-97"]}} -{"id":"ec-meeting-2021-06-15-292f1be52391d69a00ac10ac0c0b6bc089037a39","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-15 - Cabinet of Executive Vice-President Frans Timmermans x Pracownia na Rzecz Wszystkich Istot Skydda Skogen ROBIN WOOD -- Gewaltfreie Aktionsgemeinschaft für Natur und Umwelt e.V. Sihtasutus Eestimaa Looduse Fond"],"date":["2021-06-15"],"summary":["Biomass"],"notes":["Portfolio: European Green Deal"],"location":["Videoconference (Brussels)"],"address":["Videoconference (Brussels)"],"addressEntity":["addr-7a5f544ea222fc02464543d7a76a200dca42fd56"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-205173621277-10","ec-person-ef3e882499136b48d744f4751cee95c0f8866078","eu-tr-209945243133-52","ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce","eu-tr-712727743098-51","ec-person-a282162080cef4ef2a8c0ab6247a3e03dc438507","eu-tr-653709142112-68"]}} -{"id":"ec-meeting-2021-06-15-34a7e0288157272d59fce861ea7acc0d2716b2e5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-15 - Cabinet of Commissioner Adina Vălean x Stichting European Climate Foundation"],"date":["2021-06-15"],"summary":["Making zero-emission road freight a reality"],"notes":["Portfolio: Transport"],"location":["Conference call"],"address":["Conference call"],"addressEntity":["addr-28ba88479582b2f75898964548da4252dc7db7d2"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["eu-tr-64869491516-70","ec-person-e5f1558cac43dd4f90847b508b6753edb0a9f903"]}} -{"id":"ec-meeting-2021-06-15-3504cd6998c89a3e3af248109e36949d91088089","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-15 - Cabinet of Executive Vice-President Frans Timmermans x Fertilizers Europe"],"date":["2021-06-15"],"summary":["Carbon Border Adjustment Mechanism"],"notes":["Portfolio: European Green Deal"],"location":["Brussels-video conference"],"address":["Brussels-video conference"],"addressEntity":["addr-207aae032db3f4ecaec4faf251340e3be486037d"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-7c876f4825f213b8adbedf089ccedfbc3b36d65b","eu-tr-80788715017-29"]}} -{"id":"ec-meeting-2021-06-15-388434714556c1c95469da0a3734f73d9ceaa442","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-15 - Cabinet of Commissioner Jutta Urpilainen x World Vision Brussels & EU Representation ivzw/aisbl"],"date":["2021-06-15"],"summary":["Farmer Managed Natural Regeneration"],"notes":["Portfolio: International Partnerships"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["eu-tr-64689102746-48","ec-person-e29b72fe81d25796214b1c5915c52a124f06cd9d"]}} -{"id":"ec-meeting-2021-06-15-3af37c42787521a87a651b214f0bc607a79d538f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-15 - Cabinet of Executive Vice-President Frans Timmermans x Shell Companies"],"date":["2021-06-15"],"summary":["Hydrogen investment plans"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - video conference"],"address":["Brussels - video conference"],"addressEntity":["addr-d7df553e47e69d1cc9f4189b36b7c867f80459b0"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-d53e00c46a4cc62bbf533e0c9bb35bacb9121989","eu-tr-05032108616-26"]}} -{"id":"ec-meeting-2021-06-15-4d0696c986d37a967816257d52dadfb8f9826392","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-15 - Cabinet of Commissioner Mariya Gabriel x JA Europe"],"date":["2021-06-15"],"summary":["Youth in Europe, achievements"],"notes":["Portfolio: Innovation and Youth"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["ec-person-1674399a793e9e6fd7cf55b525515fc862fc9351","eu-tr-640075618084-13"]}} -{"id":"ec-meeting-2021-06-15-546ae1af3dae346fd50dbe7f5112c00135021c18","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-15 - Cabinet of Vice-President Věra Jourová x GLOBSEC"],"date":["2021-06-15"],"summary":["Democracy in the Digital Space"],"notes":["Portfolio: Values and Transparency"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["ec-person-221276f2dfa4b8fe628f08e982d967b6aeb61c57","eu-tr-903680223573-18"]}} -{"id":"ec-meeting-2021-06-15-56fe8a611d454866f00feab32dc9ae0a20ae2265","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-15 - Cabinet of Executive Vice-President Frans Timmermans x Textile Exchange Global Fashion Agenda Policy Hub - Circularity for Apparel and Footwear Sustainable Apparel Coalition Federation of the European Sporting Goods Industry"],"date":["2021-06-15"],"summary":["Green claims, consumer empowerment, Textiles Strategy and EU sustainable product policy"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-8af3c81534786a740718d21dc58240738a53ed7b","eu-tr-812616931953-63","eu-tr-605214642983-25","eu-tr-386442014980-19","eu-tr-616677713667-62","eu-tr-560446038784-46"]}} -{"id":"ec-meeting-2021-06-15-8812f9b64bb9c31efa71de2fa9b2e38612947f68","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-15 - Cabinet of Commissioner Mairead Mcguinness x Associazione Bancaria Italiana"],"date":["2021-06-15"],"summary":["Basel III"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["video call"],"address":["video call"],"addressEntity":["addr-12d8c530d76da0b7745f9c0f9285e7eec97adc55"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["eu-tr-915519211566-03","ec-person-49e520c7a9c9c47ccb5acfa68f9416e4233af9f8"]}} -{"id":"ec-meeting-2021-06-15-8ab26cee93a3a9e4a040abc7efd1f9b0cfbb9435","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-15 - Cabinet of Commissioner Thierry Breton x Orgalim – Europe's Technology Industries"],"date":["2021-06-15"],"summary":["Preparation of the EU industrial forum"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-6308dea893b9b1ca0dcd5b91b4a1ac4c2f3020ad","eu-tr-20210641335-88"]}} -{"id":"ec-meeting-2021-06-15-9b726cad34be6f864b7a95c4628931916d5befc7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-15 - Cabinet of Commissioner Jutta Urpilainen x Swedish Forest Industries Federation"],"date":["2021-06-15"],"summary":["RED2, LULUCF, forests"],"notes":["Portfolio: International Partnerships"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["eu-tr-355702910008-47","ec-person-e29b72fe81d25796214b1c5915c52a124f06cd9d"]}} -{"id":"ec-meeting-2021-06-15-b7a3bada277cd89732a9dd967568d6ed0f75ab8c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-15 - Cabinet of Vice-President Věra Jourová x Meta Platforms Ireland Limited and its various subsidiaries (f/k/a Facebook Ireland Limited)"],"date":["2021-06-15"],"summary":["Transparency in paid political advertising"],"notes":["Portfolio: Values and Transparency"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["ec-person-74c07660dcbc6dc9993b34462cf2a1fec35925ea","eu-tr-28666427835-74","ec-person-28fecf6c4f04b3a2af1d74c742e147920ab849c5"]}} -{"id":"ec-meeting-2021-06-15-b8026cb607406fa938db9b7094c43d2ed998e3fc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-15 - Cabinet of Executive Vice-President Frans Timmermans x Indigo Agriculture Europe GmbH"],"date":["2021-06-15"],"summary":["Preparatory call on carbon farming"],"notes":["Portfolio: European Green Deal"],"location":["Video-call"],"address":["Video-call"],"addressEntity":["addr-0a257a3b8a0926e1b53e3476ce1c8e8fc8470ecd"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-931771937156-36","ec-person-33624431cbec1074e151c1707715ef46d2ba9565"]}} -{"id":"ec-meeting-2021-06-15-b94224c0bea636d5c1386ebf1d8a26946f2246f4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-15 - Cabinet of Executive Vice-President Margrethe Vestager x Federazione Italiana Concessionari Auto"],"date":["2021-06-15"],"summary":["Vertical agreements automotive sector"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-bb1f295d8be3d10004d7e5fd7c24248a21215775","eu-tr-266256033381-93"]}} -{"id":"ec-meeting-2021-06-15-c8330f6a168402ae9f29cdf7bc8f72c64b47d102","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-15 - Cabinet of Commissioner Helena Dalli x The European Region of the International Lesbian, Gay, Bisexual, Trans and Intersex Association"],"date":["2021-06-15"],"summary":["Joint Interview with Hugo Greenhalgh (TR Foundation)"],"notes":["Portfolio: Equality"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-commissioner-dalli-helena-of"],"involved":["eu-tr-11977456675-84","ec-person-d0b568d53468fcd3dfeeaddbd07343b5b065914d"]}} -{"id":"ec-meeting-2021-06-15-ce15f156bf2c5f9e4a770e6805328791bb9e3c39","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-15 - Cabinet of Executive Vice-President Frans Timmermans x Scania AB (publ) Kreab Shell Companies Groupe Avril YARA BELGIUM S.A. Xynteo Lantmännen ekonomisk förening"],"date":["2021-06-15"],"summary":["Fit for 55 package"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-68208004617-79","ec-person-e88af8eb396e96e3dbc9b4ec6e40a348d26c389c","eu-tr-069882140441-92","eu-tr-05032108616-26","eu-tr-305491521497-09","eu-tr-1078390517-54","eu-tr-268338515460-22","eu-tr-3305029916-47"]}} -{"id":"ec-meeting-2021-06-15-d51b0a764b4f21cdf5ab5149b70aefbb42d44c9a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-15 - Cabinet of Executive Vice-President Frans Timmermans x Izba Gospodarcza Ciepłownictwo Polskie Viewpoint Group"],"date":["2021-06-15"],"summary":["The situation of the Polish heating sector and Fit for 55 proposal"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - video conference"],"address":["Brussels - video conference"],"addressEntity":["addr-d7df553e47e69d1cc9f4189b36b7c867f80459b0"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-a282162080cef4ef2a8c0ab6247a3e03dc438507","eu-tr-531324029659-87","ec-person-d53e00c46a4cc62bbf533e0c9bb35bacb9121989","eu-tr-690786127465-40"]}} -{"id":"ec-meeting-2021-06-15-e16afb9b5e966960de9eca30dcf0957eba0fb3eb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-15 - Taxation and Customs Union x CEMBUREAU - The European Cement Association"],"date":["2021-06-15"],"summary":["Videoconference - Exchange of views on practical implementation of a CBAM"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-taxud"],"involved":["ec-person-9e42f316f38c8e126c2cd2bc84affb891338c7f3","eu-tr-93987316076-63"]}} -{"id":"ec-meeting-2021-06-16-0d50d87690aa3fe385e3b95d1dbe66a9f6b028be","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-16 - Taxation and Customs Union x The European Steel Association"],"date":["2021-06-16"],"summary":["Videoconference - Exchange of views on practical implementation of a CBAM"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-taxud"],"involved":["ec-person-9e42f316f38c8e126c2cd2bc84affb891338c7f3","eu-tr-93038071152-83"]}} -{"id":"ec-meeting-2021-06-16-108433da8e1e7ed76f1f841816b2245aedf0282a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-16 - Mobility and Transport x Boeing International Corporation - Belgium Branch Office"],"date":["2021-06-16"],"summary":["post-COVID recovery"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-move"],"involved":["eu-tr-62505293737-81","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2021-06-16-2a753c63c62a7c83699d56d53ba5efb99ab9981b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-16 - Cabinet of President Ursula von der Leyen x Världsnaturfonden WWF (WWF Sweden) Fern"],"date":["2021-06-16"],"summary":["Discuss RED forest biomass sustainability criteria"],"notes":["Portfolio: President"],"location":["Brussels (WEBEX)"],"address":["Brussels (WEBEX)"],"addressEntity":["addr-3afbdeda01f3dac93a9dc841fdac57d9de27b869"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-f2b941852d3b961d69ed695c2d243a1a2b4a1904","eu-tr-299330237015-12","eu-tr-40538475090-82"]}} -{"id":"ec-meeting-2021-06-16-39b43505952b211f8cc0650dcbcacb116d7003db","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-16 - Cabinet of Vice-President Margaritis Schinas x None"],"date":["2021-06-16"],"summary":["Supply chains for medicines"],"notes":["Portfolio: Promoting the European Way of Life"],"location":["online"],"address":["online"],"addressEntity":["addr-2dbc2fd2358e1ea1b7a6bc08ea647b9a337ac92d"],"organizer":["ec-cabinet-margaritis-of-president-schinas-vice"],"involved":["ec-person-d5cada2a1a17537a675985af31e5ce07ae3bfd42","eu-tr-38526121292-88","eu-tr-27116427434-57","eu-tr-29570313329-11","eu-tr-82950919755-02","eu-tr-61911227368-75","eu-tr-00086317186-42","eu-tr-202559641794-09","eu-tr-64879142323-90","eu-tr-130305227617-65","eu-tr-61291462764-77","eu-tr-48325781850-28","eu-tr-9505781573-45","eu-tr-0757172464-29","ec-person-180e5c5b13dac533a1241b0f9d78176c8bec3d51","eu-tr-4263301811-33","eu-tr-314416139615-02"]}} -{"id":"ec-meeting-2021-06-16-3c252d61d7ae0e779b49a9fe6a5007ba924e0a9c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-16 - Cabinet of Commissioner Johannes Hahn x Udruga za sport, rekreaciju i edukaciju- Igre mladih"],"date":["2021-06-16"],"summary":["Activities and events of Youth Sports Games"],"notes":["Portfolio: Budget and Administration"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hahn-johannes-of"],"involved":["ec-person-6dd3472dac004e43ec1fa4f5b4106e3b476c9ce7","eu-tr-442822332191-58"]}} -{"id":"ec-meeting-2021-06-16-3ca5b1141801946cc554fc29fbdcd475aa6fda02","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-16 - Cabinet of Commissioner Adina Vălean x Europeans for Fair Competition"],"date":["2021-06-16"],"summary":["Key policy priorities for the future of the EU aviation industry"],"notes":["Portfolio: Transport"],"location":["Conference call"],"address":["Conference call"],"addressEntity":["addr-28ba88479582b2f75898964548da4252dc7db7d2"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["ec-person-fc3be846753d8ee60758ebedb7309dcf08aea52e","eu-tr-762684725502-85"]}} -{"id":"ec-meeting-2021-06-16-4ffa7a0d7f1c02a8a3fc3e939f879596c994a89f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-16 - Cabinet of Vice-President Věra Jourová x Academy of European Law"],"date":["2021-06-16"],"summary":["European Media Law"],"notes":["Portfolio: Values and Transparency"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["ec-person-221276f2dfa4b8fe628f08e982d967b6aeb61c57","eu-tr-97138128231-58"]}} -{"id":"ec-meeting-2021-06-16-546ae1af3dae346fd50dbe7f5112c00135021c18","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-16 - Cabinet of Vice-President Věra Jourová x GLOBSEC"],"date":["2021-06-16"],"summary":["Resilience in a Transatlantic and Democratic Information Space"],"notes":["Portfolio: Values and Transparency"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["eu-tr-903680223573-18","ec-person-fb258e0188a5319bfaba3161382db43f5a85851f"]}} -{"id":"ec-meeting-2021-06-16-5b61228ee4f634e8772d24cb12b05cc913849a79","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-16 - Cabinet of Commissioner Mairead Mcguinness x European Movement Ireland"],"date":["2021-06-16"],"summary":["recording of podcast"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Video Conferencing"],"address":["Video Conferencing"],"addressEntity":["addr-e3b7413b2ac93be00b6bcff51fdc1374d67118bd"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-2b9c589fb2354bd93067644d2c3d2c058d4c4cc9","eu-tr-496133025107-40","ec-person-00f66582d8581f7480e12525027b5a1ee9b22f07"]}} -{"id":"ec-meeting-2021-06-16-7a8e5bc85e7e96448701ec77551c8d044d8a7266","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-16 - Cabinet of Commissioner Mairead Mcguinness x SMEunited aisbl"],"date":["2021-06-16"],"summary":["Article 8 Disclosures Delegated Act Taxonomy Regulation"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["eu-tr-55820581197-35","ec-person-a5441c6a69a8a94fd64e02def60fcc6567f2c1d8"]}} -{"id":"ec-meeting-2021-06-16-8ab537811258f91514c0ae5febc4391842e6a913","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-16 - Cabinet of Commissioner Thierry Breton x Mouvement des Entreprises de France"],"date":["2021-06-16"],"summary":["Plan national de relance de la France, mise à jour sur la situation sur les vaccins"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-6308dea893b9b1ca0dcd5b91b4a1ac4c2f3020ad","ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","eu-tr-43763731235-75"]}} -{"id":"ec-meeting-2021-06-16-abdd778c3d71327ac9dad19ad8655c9479ecdb23","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-16 - Cabinet of Vice-President Margaritis Schinas x Udruga za sport, rekreaciju i edukaciju- Igre mladih"],"date":["2021-06-16"],"summary":["Vice-President Schinas holds a meeting with the representatives of the Youth Sports Game"],"notes":["Portfolio: Promoting the European Way of Life"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-cabinet-margaritis-of-president-schinas-vice"],"involved":["eu-tr-442822332191-58","ec-person-d5cada2a1a17537a675985af31e5ce07ae3bfd42","ec-person-901d49b3e3af3e96de8d42787e8633b0adc76ca1"]}} -{"id":"ec-meeting-2021-06-16-b5034209db7dab73f93ff08b5a3c88a326f48895","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-16 - Cabinet of Commissioner Thierry Breton x Edelman Public Relations Worldwide Ball Beverage Packaging Europe Limited"],"date":["2021-06-16"],"summary":["Circular economy; sustainable products initiative"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-932274339872-30","ec-person-6308dea893b9b1ca0dcd5b91b4a1ac4c2f3020ad","eu-tr-68037017809-51"]}} -{"id":"ec-meeting-2021-06-16-b8026cb607406fa938db9b7094c43d2ed998e3fc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-16 - Cabinet of Executive Vice-President Frans Timmermans x Indigo Agriculture Europe GmbH"],"date":["2021-06-16"],"summary":["Discussion on carbon farming"],"notes":["Portfolio: European Green Deal"],"location":["Video-call"],"address":["Video-call"],"addressEntity":["addr-0a257a3b8a0926e1b53e3476ce1c8e8fc8470ecd"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-931771937156-36","ec-person-33624431cbec1074e151c1707715ef46d2ba9565"]}} -{"id":"ec-meeting-2021-06-16-bedb79418854ab3b07a43be36e0c9ddf6387bcea","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-16 - Cabinet of Vice-President Dubravka Šuica x SGI Europe"],"date":["2021-06-16"],"summary":["Discussion on the Conference on the Future of Europe."],"notes":["Portfolio: Democracy and Demography"],"location":["Virtual meeting"],"address":["Virtual meeting"],"addressEntity":["addr-1f1f3f51a4da31a1ea5c1b4b21cbf52ad983224f"],"organizer":["ec-cabinet-dubravka-of-president-suica-vice"],"involved":["ec-person-026798f0d4b4567a1c4ba592351123da781ce908","eu-tr-59513031434-92"]}} -{"id":"ec-meeting-2021-06-16-cd310aed3dd5a2049bbb7b36f7b28be05058862e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-16 - Cabinet of Executive Vice-President Frans Timmermans x Deutsches Institut für Wirtschaftsforschung"],"date":["2021-06-16"],"summary":["Carbon Border Adjustment Mechanism"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-e88af8eb396e96e3dbc9b4ec6e40a348d26c389c","eu-tr-019913911761-15"]}} -{"id":"ec-meeting-2021-06-16-d990b5fb28fa59c1815de401d9f030d147479d39","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-16 - Cabinet of Executive Vice-President Valdis Dombrovskis x European Tech Alliance Zalando SE Allegro sp. z o.o. Fleishman-Hillard Booking.com B.V. Schibsted ASA Spotify"],"date":["2021-06-16"],"summary":["Digital levy"],"notes":["Portfolio: An Economy that Works for People"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["eu-tr-365747616583-15","eu-tr-532331921544-33","eu-tr-611131527720-22","ec-person-4afd4ae4e50604ac3c0c9ae597bcb74eb1dd31b6","eu-tr-146537115285-34","eu-tr-56047191389-84","eu-tr-877966419254-70","eu-tr-189607519323-76"]}} -{"id":"ec-meeting-2021-06-16-f973b2bddf48a754630fb5bbff8eb24b2cc28185","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-16 - Cabinet of Vice-President Dubravka Šuica x Huawei Technologies"],"date":["2021-06-16"],"summary":["Meeting on Long Terme vision"],"notes":["Portfolio: Democracy and Demography"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-dubravka-of-president-suica-vice"],"involved":["ec-person-2ea66ac99d83c7f0ff7dfcfd7d90f9416dc22e61","eu-tr-114467111412-38"]}} -{"id":"ec-meeting-2021-06-16-fc866888c485f96f55e5cee4304913188bb5bd54","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-16 - Cabinet of Commissioner Didier Reynders x International Consolidated Airlines Group"],"date":["2021-06-16"],"summary":["EU Digital COVID Certificate"],"notes":["Portfolio: Justice"],"location":["Video conference"],"address":["Video conference"],"addressEntity":["addr-ebc9fd5c2f372a32153cf3f4d5fb918a96b84a88"],"organizer":["ec-cabinet-commissioner-didier-of-reynders"],"involved":["ec-person-6c2abeaa21f9fe09b6a21f7f73e03d924e89018e","ec-person-1e25399e2267734c5f4c69093d2286c8898ee9f0","eu-tr-60340504060-88"]}} -{"id":"ec-meeting-2021-06-16-fce556d2675003dc7d50caa255375691d387805e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-16 - Cabinet of Commissioner Mairead Mcguinness x Raiffeisen Bank International AG"],"date":["2021-06-16"],"summary":["Investment protection and facilitation"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Virtual Meeting"],"address":["Virtual Meeting"],"addressEntity":["addr-ed078b6749077909a1a45720507ac2da9277b8b3"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["eu-tr-33858106461-10","ec-person-3a66109f0585c657edbe69190faa41919b50e05f"]}} -{"id":"ec-meeting-2021-06-16-ff45c4fad2b1ff26e45fad9c4e9d85c7a77da109","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-16 - Cabinet of Executive Vice-President Valdis Dombrovskis x Eurocities"],"date":["2021-06-16"],"summary":["Meeting with European Mayors on Recovery and Resilience Facility and national recovery plans. Dialogue with cities and local authorities on economic recovery at EU and national level."],"notes":["Portfolio: An Economy that Works for People"],"location":["VC"],"address":["VC"],"addressEntity":["addr-d6788b0715b89d9781e90f4df364ac624d78e439"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-9e7bd1005456277f156b671d1555c6a460fb2f58","eu-tr-12493392840-79"]}} -{"id":"ec-meeting-2021-06-16-ffcbdd6c8d6e7ac346a09e48af24adac9b2d80c0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-16 - Cabinet of Commissioner Olivér Várhelyi x Udruga za sport, rekreaciju i edukaciju- Igre mladih"],"date":["2021-06-16"],"summary":["To present the work of YSG to the Commissioner and introduce him with the expansion plans (especially those related to candidate countries) and special events plan especially the one for the celebration of 25th anniversary of the YSG in Croatia"],"notes":["Portfolio: Neighbourhood and Enlargement"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-cabinet-commissioner-of-oliver-varhelyi"],"involved":["eu-tr-442822332191-58","ec-person-53491bf8482feff700ae076cb8b1e2ee3e728210"]}} -{"id":"ec-meeting-2021-06-17-0b7118d47621457a2fbdf1a868c31f6699651657","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-17 - Cabinet of Commissioner Paolo Gentiloni x Snap, Inc."],"date":["2021-06-17"],"summary":["general exchange regarding current taxation rules"],"notes":["Portfolio: Economy"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-cabinet-commissioner-gentiloni-of-paolo"],"involved":["eu-tr-976985829492-08","ec-person-404d55367ba0dadec989b6dc2eab96ef2abd96af"]}} -{"id":"ec-meeting-2021-06-17-0d682d3ecb26494ba3806c7a657f4e5fe120f4df","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-17 - Cabinet of Executive Vice-President Frans Timmermans x European Food Forum"],"date":["2021-06-17"],"summary":["Keynote on the EU Code of Conduct for responsible business and marketing practices"],"notes":["Portfolio: European Green Deal"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-793227839090-06","ec-person-33624431cbec1074e151c1707715ef46d2ba9565"]}} -{"id":"ec-meeting-2021-06-17-1317177d933860bdbe1917311f76afc405aa2513","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-17 - Cabinet of Commissioner Virginijus Sinkevičius x None"],"date":["2021-06-17"],"summary":["To discuss the forthcoming EU textiles strategy"],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["eu-tr-812616931953-63","ec-person-dd7a7b1952e158f4195d34cff333ec79a4f48ba3","eu-tr-041419818289-32","ec-person-a58f1d06f5cb1d8dfd278e0c36d5aa1b9368b270","eu-tr-068469941546-22","eu-tr-518095443081-20","eu-tr-560446038784-46","eu-tr-256675143091-30"]}} -{"id":"ec-meeting-2021-06-17-1992e249eb650d5b5a7581a7de6aa4743871e960","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-17 - Cabinet of Executive Vice-President Margrethe Vestager x Transdev Group"],"date":["2021-06-17"],"summary":["Discussion of proposed CEEAG"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-6b6135249735cff1f3061530471f1e159500c840","eu-tr-042383714852-64"]}} -{"id":"ec-meeting-2021-06-17-2481b7c199fda477c40c7a36d6a94444d72a48b4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-17 - Cabinet of Commissioner Stella Kyriakides x EUROPEAN ORGANISATION FOR RARE DISEASES"],"date":["2021-06-17"],"summary":["Exchange of views on rare diseases in the context of the pharmaceutical strategy for Europe and the presentation of EURORDIS Recommendations of the Foresight Study on rare diseases policy"],"notes":["Portfolio: Health"],"location":["Brussels, virtual"],"address":["Brussels, virtual"],"addressEntity":["addr-a77aad37184191a1e2534f0bc3ae06cdbb66cf4a"],"organizer":["ec-cabinet-commissioner-kyriakides-of-stella"],"involved":["ec-person-ecf9f9e978b833afc98ee022572d468f0dc9a352","eu-tr-93272076510-87"]}} -{"id":"ec-meeting-2021-06-17-2e724fdba1e0932919e7e4a5e99744f4b03ce889","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2021-06-17 - Cabinet of Commissioner Adina Vălean x BP p.l.c."],"date":["2021-06-17"],"summary":["Meeting to discuss the latest developments on clean fuels.","Meeting to discuss developments in clean fuels."],"notes":["Portfolio: Transport"],"location":["Conference call"],"address":["Conference call"],"addressEntity":["addr-28ba88479582b2f75898964548da4252dc7db7d2"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["eu-tr-3394026642-58","ec-person-fc3be846753d8ee60758ebedb7309dcf08aea52e","ec-person-7f9ba99138b4fa5c698037dc7507219b1319e0a7","ec-person-6e21d867543ef3b910e746c319cb048abd054702"]}} -{"id":"ec-meeting-2021-06-17-2f436ef72ebcc5fd5a360b2773c7c8c994640724","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-17 - Cabinet of Commissioner Mairead Mcguinness x Hanover Communications International"],"date":["2021-06-17"],"summary":["speaking event on Brexit, financial services, digital and green finance"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Video Conferencing"],"address":["Video Conferencing"],"addressEntity":["addr-e3b7413b2ac93be00b6bcff51fdc1374d67118bd"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-2b9c589fb2354bd93067644d2c3d2c058d4c4cc9","ec-person-00f66582d8581f7480e12525027b5a1ee9b22f07","eu-tr-712987314570-57"]}} -{"id":"ec-meeting-2021-06-17-47ba1ab4a435e79a1cdd1108ae83f3104612f122","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-17 - Cabinet of Commissioner Thierry Breton x European Chemical Industry Council"],"date":["2021-06-17"],"summary":["Pact for skills"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-6308dea893b9b1ca0dcd5b91b4a1ac4c2f3020ad","eu-tr-64879142323-90"]}} -{"id":"ec-meeting-2021-06-17-49092a0b73c553a35454caa4248f630980c663e5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-17 - Mobility and Transport x Cercle des Réseaux européens"],"date":["2021-06-17"],"summary":["Future of mobility in Europe"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-dg-move"],"involved":["ec-person-26cdfacae671b09917bee1a91c91973941fa58a2","eu-tr-212885415901-57"]}} -{"id":"ec-meeting-2021-06-17-5ce3ee4ac014e9d1c4a96103581c51ef716b7277","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-17 - Cabinet of Executive Vice-President Frans Timmermans x WWF European Policy Programme"],"date":["2021-06-17"],"summary":["Exchange on the upcoming proposals as part of the Fit-for-55 package"],"notes":["Portfolio: European Green Deal"],"location":["video call"],"address":["video call"],"addressEntity":["addr-12d8c530d76da0b7745f9c0f9285e7eec97adc55"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-1414929419-24","ec-person-f1a3478550296f3f9accdc67d6ef5a0b681dda4b"]}} -{"id":"ec-meeting-2021-06-17-5de3e8b6cf1e0059559c5c70480cfe6484389a0e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-17 - Cabinet of Vice-President Dubravka Šuica x Assemblée des Régions d'Europe"],"date":["2021-06-17"],"summary":["Meeting on the Conference on the Future of Europe"],"notes":["Portfolio: Democracy and Demography"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-dubravka-of-president-suica-vice"],"involved":["ec-person-2ea66ac99d83c7f0ff7dfcfd7d90f9416dc22e61","eu-tr-480267313069-44"]}} -{"id":"ec-meeting-2021-06-17-6283958b4b4a7756c43dff1fff2eb0a3ff32a1dd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-17 - Communications Networks, Content and Technology x Vodafone Belgium SA"],"date":["2021-06-17"],"summary":["National RRF Plans/Digital Decade/ Industrial Strategy/Covid 19\r\nVirtual meeting"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-90142503473-81","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2021-06-17-79633602ad7cf563b9fe300e41dc0de833ac30e3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-17 - Cabinet of Commissioner Ylva Johansson x 5Rights Foundation"],"date":["2021-06-17"],"summary":["Preventing CSEA by design & incentivizing privacy-protecting innovation"],"notes":["Portfolio: Home Affairs"],"location":["Virtual meeting"],"address":["Virtual meeting"],"addressEntity":["addr-1f1f3f51a4da31a1ea5c1b4b21cbf52ad983224f"],"organizer":["ec-cabinet-commissioner-johansson-of-ylva"],"involved":["ec-person-d3f97e069d9ff016d7b65052f6eb6b98500ec118","eu-tr-373653640889-82"]}} -{"id":"ec-meeting-2021-06-17-8c047af4907a3e00f42dc4c49cf2314ff4b8a1be","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-17 - Cabinet of Executive Vice-President Frans Timmermans x Berenschot Groep BV"],"date":["2021-06-17"],"summary":["Podcast on the European Green Deal"],"notes":["Portfolio: European Green Deal"],"location":["videoconference (Brussels)"],"address":["videoconference (Brussels)"],"addressEntity":["addr-5dd22b57a9d6f7be6f130d619b6be6e2434c4ab3"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce","eu-tr-438929232932-59"]}} -{"id":"ec-meeting-2021-06-17-8e4adfb6668ff24b5cd6fb33704bb2f7d3b55842","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-17 - Cabinet of Executive Vice-President Valdis Dombrovskis x Hill & Knowlton International Belgium Novolipetsk Steel VITKOVICE STEEL METINVEST"],"date":["2021-06-17"],"summary":["Carbon Border Adjustment Mechanism (CBAM)"],"notes":["Portfolio: An Economy that Works for People"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["eu-tr-464728537297-80","eu-tr-429746235345-89","eu-tr-3183894853-03","ec-person-4afd4ae4e50604ac3c0c9ae597bcb74eb1dd31b6","eu-tr-239883442387-35"]}} -{"id":"ec-meeting-2021-06-17-9739a6199f231ab866a50b599d4ee0724a399432","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-17 - Research and Innovation x Kooperationsstelle EU der Wissenschaftsorganisationen"],"date":["2021-06-17"],"summary":["Speech and Q&A at annual conference"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-rtd"],"involved":["eu-tr-57404866950-33","ec-person-1d348f33395de0ea6773a7b4ae8797e3e0392f73"]}} -{"id":"ec-meeting-2021-06-17-9abcf3643048e14d58ec0965013c072f88d01283","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-17 - Cabinet of Commissioner Didier Reynders x Vereinigung der österreichischen Industrie - Industriellenvereinigung"],"date":["2021-06-17"],"summary":["Sustainable Corporate Governance"],"notes":["Portfolio: Justice"],"location":["Video conference"],"address":["Video conference"],"addressEntity":["addr-ebc9fd5c2f372a32153cf3f4d5fb918a96b84a88"],"organizer":["ec-cabinet-commissioner-didier-of-reynders"],"involved":["ec-person-442bf1ae9900b999673cdd7389224d0e21b67d4d","ec-person-1e25399e2267734c5f4c69093d2286c8898ee9f0","eu-tr-89093924456-06"]}} -{"id":"ec-meeting-2021-06-17-9b3c47eef019630450688094084ec6cf4a13dc74","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-17 - Cabinet of Executive Vice-President Frans Timmermans x Mobility as a Service Alliance"],"date":["2021-06-17"],"summary":["Keynote speech on multimodal mobility as a service at the Maas Alliance General Assembly"],"notes":["Portfolio: European Green Deal"],"location":["online"],"address":["online"],"addressEntity":["addr-2dbc2fd2358e1ea1b7a6bc08ea647b9a337ac92d"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-140593628433-52","ec-person-d56ecbfde17436a136fc89c9a978b266e8285c84"]}} -{"id":"ec-meeting-2021-06-17-a1e72e5ec5b9b835222029e1762277d140724476","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-17 - Cabinet of Commissioner Didier Reynders x Brussels Airlines SA/NV"],"date":["2021-06-17"],"summary":["EU Digital COVID Certificate and Consumers Rights"],"notes":["Portfolio: Justice"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-didier-of-reynders"],"involved":["ec-person-50f9cba2282e1d03395cdd0faf9ce6e9a2ff3104","eu-tr-755555322381-50","ec-person-1e25399e2267734c5f4c69093d2286c8898ee9f0"]}} -{"id":"ec-meeting-2021-06-17-c04dbc6acc6506dc025ad313c8317ab0543263cb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-17 - Cabinet of Commissioner Virginijus Sinkevičius x Deutsch-Baltische Handelskammer in Estland, Lettland, Litauen e.V."],"date":["2021-06-17"],"summary":["Commissioner delivered a keynote speech “EU Green Deal - Challenges and Opportunities” and took some follow-up questions"],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["ec-person-dd7a7b1952e158f4195d34cff333ec79a4f48ba3","ec-person-1443799688ae485d7a2fee5c9defab2c5b7c7e6c","eu-tr-994117642521-96"]}} -{"id":"ec-meeting-2021-06-17-c8892c7b3a2a3b0a29f34b8684ca67708a048aa1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-17 - Cabinet of Commissioner Ylva Johansson x Belgrade Centre for Security Policy"],"date":["2021-06-17"],"summary":["Discussion on Rule of law and migration"],"notes":["Portfolio: Home Affairs"],"location":["Belgrade"],"address":["Belgrade"],"addressEntity":["addr-d26619e478c85ca3d2fc4efbd5667fb0952108f1"],"organizer":["ec-cabinet-commissioner-johansson-of-ylva"],"involved":["eu-tr-551333243186-42","ec-person-31b127e72e9dd30ce85ff2b475ac65d28d7dc48d","ec-person-1f14c98028fa6f9f43ee9cd5aef7ed77c30761a5"]}} -{"id":"ec-meeting-2021-06-17-d070be40d27d780e98391ca984ca6be1684bd5a6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-17 - Cabinet of Commissioner Kadri Simson x Climate Action Network Europe"],"date":["2021-06-17"],"summary":["The upcoming Fit for 55 legislative package."],"notes":["Portfolio: Energy"],"location":["Video Conferencing"],"address":["Video Conferencing"],"addressEntity":["addr-e3b7413b2ac93be00b6bcff51fdc1374d67118bd"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["ec-person-9b7f5fe059e5b0b40e79e9170211aa2f02322fdb","ec-person-d40f25b5cb5c0681854a4996da444478318f7e58","eu-tr-55888811123-49"]}} -{"id":"ec-meeting-2021-06-17-d1de24fe771359d3298f11c954da71c365b62564","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-17 - Cabinet of Commissioner Thierry Breton x Fédération bancaire française"],"date":["2021-06-17"],"summary":["Role of banks in the recovery and SME lending, Basel transposition, digital transformation"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-e18e6e300776f5f47ca4c72c1ba1b0d0eb1e71fe","ec-person-5215bd372c5a1202399d77ecceb8c16de8d7d55c","eu-tr-09245221105-30"]}} -{"id":"ec-meeting-2021-06-17-d6f807859181c3de8fd4e2f05b2355d582c20efc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-17 - Cabinet of Executive Vice-President Margrethe Vestager x European Tech Alliance"],"date":["2021-06-17"],"summary":["Digital taxation"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-3da433aae105b13fe027e9c9b3dcac2c97029370","eu-tr-189607519323-76"]}} -{"id":"ec-meeting-2021-06-17-e1dfb3902e46a1237615c26caed3d8da2cedb452","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-17 - Cabinet of Commissioner Mairead Mcguinness x Federation of European Securities Exchanges"],"date":["2021-06-17"],"summary":["Exchange on capital markets files and possible visit of Commissioner McGuinness to a stock exchange"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-44c404268b70ce0b79c4e148b5a7c4ae2c53ee30","eu-tr-71488206456-23"]}} -{"id":"ec-meeting-2021-06-17-e33b808b313499da94d2aeb29ca318e40de81997","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2021-06-17 - Cabinet of Commissioner Mairead Mcguinness x Finbourne Technology Limited"],"date":["2021-06-17"],"summary":["Introductory call","Introduction of their company and readout of their discussions with DG FISMA and ESMA FINRA and their planning in relation to the Consolidated Tape Provider."],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Video call","Virtual"],"address":["Video call","Virtual"],"addressEntity":["addr-ad60f43c3b2e61f55f8d15d2bb303f6d11ac791b","addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["eu-tr-079859143048-81","ec-person-1d2f53447b8f2d9bb3f50f7247ad40c2cf8036e4","ec-person-49e520c7a9c9c47ccb5acfa68f9416e4233af9f8"]}} -{"id":"ec-meeting-2021-06-17-e69c3f69c1a1a63814cf7bd40a86ed7d2b255ddc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-17 - Cabinet of Vice-President Dubravka Šuica x Mo Ibrahim Foundation"],"date":["2021-06-17"],"summary":["Exchange on Africa Europe Foundation Forum and Vice-President’s Šuica’s role"],"notes":["Portfolio: Democracy and Demography"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-dubravka-of-president-suica-vice"],"involved":["ec-person-60bc1622eb549a098038c6073ce7c40691ec9384","eu-tr-420219140525-85"]}} -{"id":"ec-meeting-2021-06-17-e6dde8b31d32f83453ab5b910119537cecf5b078","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-17 - Cabinet of Commissioner Mariya Gabriel x COIMBRA GROUP"],"date":["2021-06-17"],"summary":["Role of Universities in the Knowledge Square and in the future of the European (Higher) Education Area and European Research Area"],"notes":["Portfolio: Innovation and Youth"],"location":["Videoconferencing"],"address":["Videoconferencing"],"addressEntity":["addr-6a073cb5f40659cdadea9f99cd4af4fd631dabcf"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["ec-person-1674399a793e9e6fd7cf55b525515fc862fc9351","eu-tr-361887338852-62"]}} -{"id":"ec-meeting-2021-06-17-e6fc503e595d5fe1b72fbd9b3ed5af6134d6bf1f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-17 - Cabinet of Commissioner Virginijus Sinkevičius x European Federation of National Associations of Water Services"],"date":["2021-06-17"],"summary":["To discuss European Green Deal and Zero Pollution Ambition from the angle of protecting water resources."],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["ec-person-dd7a7b1952e158f4195d34cff333ec79a4f48ba3","eu-tr-39299129772-62","ec-person-172a438ed334761e2ab5d52e551fd1bcb6ab6b8d"]}} -{"id":"ec-meeting-2021-06-17-efba5864401b838dab5f52ee04a70b358824b952","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-17 - Cabinet of Commissioner Thierry Breton x BUSINESSEUROPE"],"date":["2021-06-17"],"summary":["Industrial strategy update"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-6308dea893b9b1ca0dcd5b91b4a1ac4c2f3020ad","eu-tr-3978240953-79"]}} -{"id":"ec-meeting-2021-06-18-1cf30c2660ee3fa562ad9a8b58b82d4652fbe0f2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-18 - Cabinet of Commissioner Ylva Johansson x Apple Inc."],"date":["2021-06-18"],"summary":["Discussion on the latest legislative developments in the fight against child sexual abuse online."],"notes":["Portfolio: Home Affairs"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-johansson-of-ylva"],"involved":["ec-person-d3f97e069d9ff016d7b65052f6eb6b98500ec118","eu-tr-588327811384-96"]}} -{"id":"ec-meeting-2021-06-18-22eb8369db85c77ce3b4cd030cb85f50ca726952","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-18 - Cabinet of Commissioner Virginijus Sinkevičius x European Energy A/S"],"date":["2021-06-18"],"summary":["To discuss the renewable energy and challenges of this sector vis–a-vis nature protection"],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["ec-person-dd7a7b1952e158f4195d34cff333ec79a4f48ba3","ec-person-1443799688ae485d7a2fee5c9defab2c5b7c7e6c","eu-tr-482588443517-75"]}} -{"id":"ec-meeting-2021-06-18-2b74d159042058bf93df5fb0f2c06f6da9689112","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-18 - Cabinet of Executive Vice-President Frans Timmermans x RELOOP ADS Insight Eunomia Research & Consulting Limited"],"date":["2021-06-18"],"summary":["Implementation of the single-use plastics directive and separate collection of beverage bottles"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-919004519967-94","eu-tr-401013538875-71","eu-tr-02762144321-07","ec-person-8af3c81534786a740718d21dc58240738a53ed7b"]}} -{"id":"ec-meeting-2021-06-18-30752e048301795833a61b8b68b74629c369870e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-18 - Cabinet of Vice-President Dubravka Šuica x Eurochild AISBL"],"date":["2021-06-18"],"summary":["Eurochild members Day 2021-GA"],"notes":["Portfolio: Democracy and Demography"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-dubravka-of-president-suica-vice"],"involved":["eu-tr-79360311166-84","ec-person-60bc1622eb549a098038c6073ce7c40691ec9384"]}} -{"id":"ec-meeting-2021-06-18-32b2263731adf912a487ced7e10d1ff8c20e84bf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-18 - Cabinet of Commissioner Virginijus Sinkevičius x Ingka Services A.B."],"date":["2021-06-18"],"summary":["To discuss the circular economy and the use of sustainable resources, as well as the company’s annual sustainability report and related investments."],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["eu-tr-1095068839-59","ec-person-dd7a7b1952e158f4195d34cff333ec79a4f48ba3","ec-person-a58f1d06f5cb1d8dfd278e0c36d5aa1b9368b270"]}} -{"id":"ec-meeting-2021-06-18-4636278f74ac442506b7f28eb0ec5070d1346760","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-18 - Cabinet of Commissioner Elisa Ferreira x Climate Action Network Europe"],"date":["2021-06-18"],"summary":["The upcoming Fit for 55 legislative package"],"notes":["Portfolio: Cohesion and Reforms"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-commissioner-elisa-ferreira-of"],"involved":["eu-tr-55888811123-49","ec-person-1c49c531eceae287dd4a56ac52e8326c65fc2855"]}} -{"id":"ec-meeting-2021-06-18-5c2e9de17c788f029694ee0445e891500085617d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-18 - Cabinet of Commissioner Virginijus Sinkevičius x European Alliance for Wolf Conservation"],"date":["2021-06-18"],"summary":["To discuss the situation with wolf conservation in Europe and possible measures to improve it."],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["ec-person-172a438ed334761e2ab5d52e551fd1bcb6ab6b8d","ec-person-dd7a7b1952e158f4195d34cff333ec79a4f48ba3","eu-tr-570333242936-86"]}} -{"id":"ec-meeting-2021-06-18-754792f4d6a8a491599300a463e4035cff3adfdb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-18 - Cabinet of Commissioner Johannes Hahn x Bayerische Motoren Werke Aktiengesellschaft"],"date":["2021-06-18"],"summary":["Transformation of the car industry in the upcoming years"],"notes":["Portfolio: Budget and Administration"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hahn-johannes-of"],"involved":["ec-person-26e87e8dbc382b84ce1f54266bee0b7eab520454","ec-person-a3674866c760605fc38abed4dffd3f94f2c83d64","eu-tr-7193977808-18"]}} -{"id":"ec-meeting-2021-06-18-8bac65d3ec5a3ef14d74b6a7456e599a02eecec5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-18 - Cabinet of Executive Vice-President Frans Timmermans x European Council on Foreign Relations"],"date":["2021-06-18"],"summary":["ECFR briefing on European voter polling post-covid-19: global outlook"],"notes":["Portfolio: European Green Deal"],"location":["online"],"address":["online"],"addressEntity":["addr-2dbc2fd2358e1ea1b7a6bc08ea647b9a337ac92d"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-4d24ceb9e6bdaabe394d1506aa601a9ce9d0e59b","eu-tr-339569615567-89","ec-person-b4af267cd7b109754c551f0ced280f6cf3718f16"]}} -{"id":"ec-meeting-2021-06-18-a9e4aa37679a952ecb47031a8da4990fdbe19de5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-18 - Research and Innovation x European Science Foundation"],"date":["2021-06-18"],"summary":["Update of ESF strategy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-rtd"],"involved":["ec-person-1d348f33395de0ea6773a7b4ae8797e3e0392f73","eu-tr-831120023433-89"]}} -{"id":"ec-meeting-2021-06-18-b136b0e83214b9b14d920f3312b0e2976d73c541","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-18 - Cabinet of Commissioner Olivér Várhelyi x KfW Bankengruppe"],"date":["2021-06-18"],"summary":["Western Balkans Economic and Investment Plan"],"notes":["Portfolio: Neighbourhood and Enlargement"],"location":["VTC"],"address":["VTC"],"addressEntity":["addr-9d1acaa772820b8ade84113d2da24716fe455be2"],"organizer":["ec-cabinet-commissioner-of-oliver-varhelyi"],"involved":["ec-person-daf8ff1073a04b30d2f54219ecc93002ef3a684d","eu-tr-79019799690-13"]}} -{"id":"ec-meeting-2021-06-18-c2e3c817f8bf28a602c4dc95996dff490a91956e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-18 - Cabinet of Executive Vice-President Valdis Dombrovskis x Snap, Inc."],"date":["2021-06-18"],"summary":["OECD process and Digital levy"],"notes":["Portfolio: An Economy that Works for People"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-4afd4ae4e50604ac3c0c9ae597bcb74eb1dd31b6","eu-tr-976985829492-08"]}} -{"id":"ec-meeting-2021-06-18-cc0a881663d2de336f2564c8384193e4fe7207f0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-18 - Cabinet of Commissioner Virginijus Sinkevičius x Eunomia Research & Consulting Limited RELOOP ADS Insight"],"date":["2021-06-18"],"summary":["Implementation of the single-use plastics directive and separate collection of beverage bottles."],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["eu-tr-919004519967-94","eu-tr-401013538875-71","eu-tr-02762144321-07","ec-person-a58f1d06f5cb1d8dfd278e0c36d5aa1b9368b270"]}} -{"id":"ec-meeting-2021-06-18-d30a7a2cffc90e55d8b3191e928fff58312056a3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-18 - Cabinet of Commissioner Adina Vălean x Bureau Européen des Unions de Consommateurs"],"date":["2021-06-18"],"summary":["Fit-for-55 package-Revision of the CO2 standards for cars and vans"],"notes":["Portfolio: Transport"],"location":["Conference call"],"address":["Conference call"],"addressEntity":["addr-28ba88479582b2f75898964548da4252dc7db7d2"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["ec-person-fc3be846753d8ee60758ebedb7309dcf08aea52e","eu-tr-9505781573-45"]}} -{"id":"ec-meeting-2021-06-18-d4e6e13e5077bc2a92949aab724fe76405938f91","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-18 - Cabinet of President Ursula von der Leyen x The European Steel Association"],"date":["2021-06-18"],"summary":["CBAM"],"notes":["Portfolio: President"],"location":["Brussels (WEBEX)"],"address":["Brussels (WEBEX)"],"addressEntity":["addr-3afbdeda01f3dac93a9dc841fdac57d9de27b869"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-f2b941852d3b961d69ed695c2d243a1a2b4a1904","eu-tr-93038071152-83"]}} -{"id":"ec-meeting-2021-06-18-ea5ae1aae1619d5bb11705feacaebd3dec908d9c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-18 - Climate Action x CLG Europe"],"date":["2021-06-18"],"summary":["Fit for 55 package"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-clima"],"involved":["ec-person-9c5c685692a09a77f2bc8ae9c05663b87cd75aae","eu-tr-381796719468-68"]}} -{"id":"ec-meeting-2021-06-18-f48ee6469d13e790114aa5b604421d3a69264f9e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-18 - Cabinet of Commissioner Didier Reynders x VERBOND VAN BELGISCHE ONDERNEMINGEN / FEDERATION DES ENTREPRISES DE BELGIQUE"],"date":["2021-06-18"],"summary":["Sustainable corporate governance"],"notes":["Portfolio: Justice"],"location":["video conference"],"address":["video conference"],"addressEntity":["addr-6dc12e3c97077db82f32184f24341ce370a445fd"],"organizer":["ec-cabinet-commissioner-didier-of-reynders"],"involved":["eu-tr-47676761061-93","ec-person-50f9cba2282e1d03395cdd0faf9ce6e9a2ff3104","ec-person-442bf1ae9900b999673cdd7389224d0e21b67d4d"]}} -{"id":"ec-meeting-2021-06-18-f73e0bb16a593d32ad1d91505be1b4e3a81bb49b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-18 - Cabinet of Executive Vice-President Valdis Dombrovskis x European Association of Co-operative Banks"],"date":["2021-06-18"],"summary":["Banking Union, CMU\r\nBasel III\r\nDigital finance\r\nSustainable Finance"],"notes":["Portfolio: An Economy that Works for People"],"location":["Video conferencing"],"address":["Video conferencing"],"addressEntity":["addr-4a260fcbdf035aeae48bfb811f1225b05f636185"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["eu-tr-4172526951-19","ec-person-f011ed0f7c78d833a79f1206f788e0cbd9cb8864"]}} -{"id":"ec-meeting-2021-06-18-fa07baf38b05c8ef060e512900591420e39dbee0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-18 - Cabinet of Commissioner Jutta Urpilainen x European Peacebuilding Liaison Office"],"date":["2021-06-18"],"summary":["Exchange with civil society networks representation on peace and development."],"notes":["Portfolio: International Partnerships"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["eu-tr-0878397912-17","ec-person-a6ae9abd61cd135e990ccc05f2a7cc849f01a618"]}} -{"id":"ec-meeting-2021-06-19-18166d83487d3d5562ad5ffbaa4ed674c116785e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-19 - Cabinet of Commissioner Mairead Mcguinness x Institut für Weltwirtschaft"],"date":["2021-06-19"],"summary":["Record message for Global Solutions summit on how companies can measure social & environmental progress."],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Video Conference."],"address":["Video Conference."],"addressEntity":["addr-4d3a4b588c049b3ad37cee453cfa4e8a59bbb199"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-2b9c589fb2354bd93067644d2c3d2c058d4c4cc9","eu-tr-071476117686-50","ec-person-a5441c6a69a8a94fd64e02def60fcc6567f2c1d8"]}} -{"id":"ec-meeting-2021-06-21-01bd34b73154ab0d4c6db3701dfc696aa237c19f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-21 - Cabinet of Commissioner Kadri Simson x Conféderation Européenne des Propriétaires Forestiers"],"date":["2021-06-21"],"summary":["- To discuss about European Forest Owners hopes and worries regarding the EU Forest Strategy."],"notes":["Portfolio: Energy"],"location":["Video Conferencing"],"address":["Video Conferencing"],"addressEntity":["addr-e3b7413b2ac93be00b6bcff51fdc1374d67118bd"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["eu-tr-3647455667-08","ec-person-9b7f5fe059e5b0b40e79e9170211aa2f02322fdb","ec-person-02dcb64edd20203955d6dad9d5c0dbc71a3d7816"]}} -{"id":"ec-meeting-2021-06-21-047f679b8b02c6a33605faecaa9b5ac4a1d203f7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-21 - Cabinet of Executive Vice-President Frans Timmermans x Institute for future-fit economies gemeinnützige UG (haftungsbeschränkt)"],"date":["2021-06-21"],"summary":["Development of the European Green Deal monitoring system"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-630393933743-37","ec-person-8af3c81534786a740718d21dc58240738a53ed7b"]}} -{"id":"ec-meeting-2021-06-21-10363db4352fdf8f7919e6c42259605fe95c6dfd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-21 - Cabinet of Executive Vice-President Margrethe Vestager x Climate Action Network Europe"],"date":["2021-06-21"],"summary":["Fit for 55 package"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-6b6135249735cff1f3061530471f1e159500c840","eu-tr-55888811123-49","ec-person-3da433aae105b13fe027e9c9b3dcac2c97029370"]}} -{"id":"ec-meeting-2021-06-21-1690a916fd4c6755625e713477a0186cd36ef25c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-21 - Cabinet of Commissioner Johannes Hahn x Community Land Trust Bruxelles"],"date":["2021-06-21"],"summary":["The commission presented the main features of its new building policy in Brussels, underlining the consistency with the European green deal while explaining the new European Bauhaus spirit in real estate management"],"notes":["Portfolio: Budget and Administration"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hahn-johannes-of"],"involved":["ec-person-fc0e10502560866789b824b224f2c41dda3447e1","eu-tr-638145543171-29"]}} -{"id":"ec-meeting-2021-06-21-24b24cbca9c459a46541451c181701ba9deffb36","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-21 - Cabinet of Executive Vice-President Frans Timmermans x European Barge Union"],"date":["2021-06-21"],"summary":["Keynote speech on inland waterway transport to deliver the European Green Deal"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-36944616803-45","ec-person-d56ecbfde17436a136fc89c9a978b266e8285c84"]}} -{"id":"ec-meeting-2021-06-21-37ac242ac20476c543c09cb7243d1a2d5d9d7421","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-21 - Cabinet of Commissioner Janusz Wojciechowski x Arla Foods amba"],"date":["2021-06-21"],"summary":["Arla’s Climate Check programme"],"notes":["Portfolio: Agriculture"],"location":["Online meeting"],"address":["Online meeting"],"addressEntity":["addr-9d833a1da3074efd384ee6bc2b108c1f5bb379e0"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["ec-person-cafe030b6dad78a75143f7552c420481b30ebceb","eu-tr-479299526321-12"]}} -{"id":"ec-meeting-2021-06-21-479b74133a693f0e53fb7999c382ff29aecc26fc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-21 - Cabinet of Commissioner Thierry Breton x MAHLE International GmbH ZF Friedrichshafen AG Robert Bosch GmbH"],"date":["2021-06-21"],"summary":["CO2 standards for cars and vans; Euro 7"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-917204122840-28","ec-person-6308dea893b9b1ca0dcd5b91b4a1ac4c2f3020ad","eu-tr-8999533555-91","eu-tr-194094423131-36"]}} -{"id":"ec-meeting-2021-06-21-4adef778115dc960cb57a180975f360d2c11ac37","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-21 - Cabinet of Commissioner Virginijus Sinkevičius x Institute for future-fit economies gemeinnützige UG (haftungsbeschränkt)"],"date":["2021-06-21"],"summary":["Development of the European Green Deal monitoring system"],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["eu-tr-630393933743-37","ec-person-a58f1d06f5cb1d8dfd278e0c36d5aa1b9368b270"]}} -{"id":"ec-meeting-2021-06-21-5c98acf38f903aefd3aabe0bf6ccbe670ee3df5e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-21 - Cabinet of Commissioner Adina Vălean x European Network Airlines' Association"],"date":["2021-06-21"],"summary":["Call to discuss the social aspects of aviation."],"notes":["Portfolio: Transport"],"location":["Conference call"],"address":["Conference call"],"addressEntity":["addr-28ba88479582b2f75898964548da4252dc7db7d2"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["eu-tr-224920726807-48","ec-person-fc3be846753d8ee60758ebedb7309dcf08aea52e"]}} -{"id":"ec-meeting-2021-06-21-71d62a72a94675b0409c761ac483c5d044438255","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-21 - Cabinet of Executive Vice-President Frans Timmermans x GasNaturally"],"date":["2021-06-21"],"summary":["Fit for 55 package and the decarbonisation of gas industry"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - video conference"],"address":["Brussels - video conference"],"addressEntity":["addr-d7df553e47e69d1cc9f4189b36b7c867f80459b0"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-e88af8eb396e96e3dbc9b4ec6e40a348d26c389c","ec-person-d53e00c46a4cc62bbf533e0c9bb35bacb9121989","eu-tr-12847789685-76"]}} -{"id":"ec-meeting-2021-06-21-73ffd2c6924f21eeddb88955f2f35c7588182b28","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-21 - Cabinet of Commissioner Paolo Gentiloni x Mediobanca - Banca di Credito Finanziario"],"date":["2021-06-21"],"summary":["general exchange on EEU-China; thoughts on fiscal consolidation; recent markets developments"],"notes":["Portfolio: Economy"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-cabinet-commissioner-gentiloni-of-paolo"],"involved":["ec-person-8da36db391ed53f362d495cd564ba8b45c7003e1","eu-tr-722314616330-15"]}} -{"id":"ec-meeting-2021-06-21-79fa3c33b6df0e3a73c43e1698d0ebf76355d490","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-21 - Cabinet of Commissioner Virginijus Sinkevičius x Lithuanian Agriculture Council"],"date":["2021-06-21"],"summary":["To discuss how the Lithuanian agricultural sector can contribute to the implementation of the European Green Deal objectives and opportunities the EGD and its strategies will offer to farmers."],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["ec-person-dd7a7b1952e158f4195d34cff333ec79a4f48ba3","ec-person-1443799688ae485d7a2fee5c9defab2c5b7c7e6c","eu-tr-746603537078-67"]}} -{"id":"ec-meeting-2021-06-21-7cc4fecb3baf78a5da5be2322549b6d3d836c6ef","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-21 - Directorate-General for International Partnerships x Irish Centre for Social Gerontology"],"date":["2021-06-21"],"summary":["Peter Piot; Vaccine manufacturing in Africa"],"location":["bruxelles"],"address":["bruxelles"],"addressEntity":["addr-9640f09d3fa038b42259a3faac3eafb0223cb23a"],"organizer":["ec-dg-intpa"],"involved":["eu-tr-381219442425-71","ec-person-afe6f55069d2cc5483157e138e41abd63140fdd8"]}} -{"id":"ec-meeting-2021-06-21-8cbfe3da9f13a1bcb0899092f8ef742eeb6e0bc5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-21 - Communication x HERR & SPEER"],"date":["2021-06-21"],"summary":["exchange of ideas on how to strengthen EU health communication"],"location":["online"],"address":["online"],"addressEntity":["addr-2dbc2fd2358e1ea1b7a6bc08ea647b9a337ac92d"],"organizer":["ec-dg-comm"],"involved":["eu-tr-497695824526-10","ec-person-676f70803f4848c87b632d8522ff9ce8d4600e27"]}} -{"id":"ec-meeting-2021-06-21-9419bf35909b0fe7095e58d51b43532cc9ce9ca0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-21 - Cabinet of Commissioner Thierry Breton x European Association Automotive Suppliers"],"date":["2021-06-21"],"summary":["CO2 standards for cars and vans; Euro 7"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-6308dea893b9b1ca0dcd5b91b4a1ac4c2f3020ad","eu-tr-91408765797-03"]}} -{"id":"ec-meeting-2021-06-21-a091325e1e9e5a6c155c98d5b949f75099851d75","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-21 - Cabinet of Commissioner Mairead Mcguinness x DIGITALEUROPE"],"date":["2021-06-21"],"summary":["Digital Finance Package\r\nDORA"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["eu-tr-64270747023-20","ec-person-d3cc20cb34ca6b5bf95417f5f9557b6c2aa749fc"]}} -{"id":"ec-meeting-2021-06-21-a5ffa874916d6c995035646044e6e5228f4a0427","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-21 - Cabinet of Commissioner Mairead Mcguinness x Zentraler Immobilien Ausschuss"],"date":["2021-06-21"],"summary":["Record speech on digital and sustainability for their annual gathering."],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Video Conferencing."],"address":["Video Conferencing."],"addressEntity":["addr-912f3be8d3c705b575d95bd802535451d4e253ad"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["eu-tr-34880145791-74","ec-person-2b9c589fb2354bd93067644d2c3d2c058d4c4cc9","ec-person-a5441c6a69a8a94fd64e02def60fcc6567f2c1d8"]}} -{"id":"ec-meeting-2021-06-21-ce01f2df6eb775c3ceff6971ebf4b8097dd628e9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-21 - Cabinet of Executive Vice-President Frans Timmermans x Fern"],"date":["2021-06-21"],"summary":["Discussion on the NGO’s detailed position on the LULUCF file as well as exchange of views on interactions\r\nwith the EU Climate Law"],"notes":["Portfolio: European Green Deal"],"location":["video call"],"address":["video call"],"addressEntity":["addr-12d8c530d76da0b7745f9c0f9285e7eec97adc55"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-40538475090-82","ec-person-f1a3478550296f3f9accdc67d6ef5a0b681dda4b"]}} -{"id":"ec-meeting-2021-06-21-d33ded0f7a01e17e3e5d61047d0b1ffbc7b76003","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-21 - Cabinet of Vice-President Margaritis Schinas x European Federation of Pharmaceutical Industries and Associations"],"date":["2021-06-21"],"summary":["Pharmaceutical strategy"],"notes":["Portfolio: Promoting the European Way of Life"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-margaritis-of-president-schinas-vice"],"involved":["ec-person-d5cada2a1a17537a675985af31e5ce07ae3bfd42","eu-tr-38526121292-88","ec-person-180e5c5b13dac533a1241b0f9d78176c8bec3d51"]}} -{"id":"ec-meeting-2021-06-21-e98c56ecf25081bc63a628bcc1dce7c789b34878","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-21 - Cabinet of Executive Vice-President Frans Timmermans x Cellular Agriculture Europe"],"date":["2021-06-21"],"summary":["Speech on sustainable food systems"],"notes":["Portfolio: European Green Deal"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-673749542906-90","ec-person-33624431cbec1074e151c1707715ef46d2ba9565"]}} -{"id":"ec-meeting-2021-06-22-08189d82439f2f5b25d391361dc4750fe0186019","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2021-06-22 - Cabinet of Executive Vice-President Frans Timmermans x Third Generation Environmentalism Ltd"],"date":["2021-06-22"],"summary":["Virtual meeting on social dimension of Fit For 55 / European Green Deal","Discussion on socially fair green transition"],"notes":["Portfolio: European Green Deal"],"location":["videoconference (Brussels)","online"],"address":["videoconference (Brussels)","online"],"addressEntity":["addr-2dbc2fd2358e1ea1b7a6bc08ea647b9a337ac92d","addr-5dd22b57a9d6f7be6f130d619b6be6e2434c4ab3"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-d56ecbfde17436a136fc89c9a978b266e8285c84","ec-person-e88af8eb396e96e3dbc9b4ec6e40a348d26c389c","ec-person-f1a3478550296f3f9accdc67d6ef5a0b681dda4b","ec-person-68673b08d89a6e808027adc388726386f46aa7f5","eu-tr-07783117686-61","ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce"]}} -{"id":"ec-meeting-2021-06-22-097df10be76d008a464339e8fffda3cfcbff4060","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-22 - Cabinet of Commissioner Elisa Ferreira x AES Netherlands Holding B.V."],"date":["2021-06-22"],"summary":["Competitiveness of the Bulgarian and regional energy sector"],"notes":["Portfolio: Cohesion and Reforms"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-commissioner-elisa-ferreira-of"],"involved":["eu-tr-126143128754-79","ec-person-edf08d46587dbb24d69133811963301459374fa8"]}} -{"id":"ec-meeting-2021-06-22-0ccf1b2dc4162acda659ac2ffbcfb50b6bdac131","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-22 - Cabinet of Executive Vice-President Frans Timmermans x Agora Energiewende"],"date":["2021-06-22"],"summary":["European Green Deal and the preparation of the Sustainable Product Policy legislative initiative"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-321342621105-20","ec-person-8af3c81534786a740718d21dc58240738a53ed7b"]}} -{"id":"ec-meeting-2021-06-22-1248b53114b3e187dc59bb15c06c9c77a1273d37","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-22 - Cabinet of Commissioner Nicolas Schmit x LinkedIn Ireland"],"date":["2021-06-22"],"summary":["Green jobs"],"notes":["Portfolio: Jobs and Social Rights"],"location":["online"],"address":["online"],"addressEntity":["addr-2dbc2fd2358e1ea1b7a6bc08ea647b9a337ac92d"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-1379f76d0c860e318f68852e1b57aa75454831f8","ec-person-66fa2c2d100ec194caa42b5c6f97c36e2748b71c","eu-tr-430008722431-29"]}} -{"id":"ec-meeting-2021-06-22-22cc939f5e19bfa748e3573d50706c07090651a0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-22 - Cabinet of Commissioner Mariya Gabriel x European Festivals Association"],"date":["2021-06-22"],"summary":["Strategies and possible contributions of festivals to the European political agenda, Creative Europe Programme"],"notes":["Portfolio: Innovation and Youth"],"location":["Videoconferencing"],"address":["Videoconferencing"],"addressEntity":["addr-6a073cb5f40659cdadea9f99cd4af4fd631dabcf"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["ec-person-1674399a793e9e6fd7cf55b525515fc862fc9351","eu-tr-434027116304-07"]}} -{"id":"ec-meeting-2021-06-22-3088a89fa5b3d1b09d8ecfef75ae977be89cbdc2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-22 - Cabinet of Commissioner Virginijus Sinkevičius x Comité national des pêches maritimes et des élevages marins"],"date":["2021-06-22"],"summary":["West Mediteranean MAP and GFCM FRA box in the Gulf of Lion"],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["eu-tr-23837746977-09","ec-person-c92a6b4ef8328855b0234011be623ed9f15c86f3"]}} -{"id":"ec-meeting-2021-06-22-40318075fa77c9c51e6bd7a6d6db0b1ace3f7990","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-22 - Cabinet of Commissioner Kadri Simson x European Solar Manufacturing Council"],"date":["2021-06-22"],"summary":["EU solar PV industry in recovery and green transition. Upcoming EU initiatives related to solar PV."],"notes":["Portfolio: Energy"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["ec-person-9b7f5fe059e5b0b40e79e9170211aa2f02322fdb","ec-person-2fb98fc84d2cf8d481688eff3d47f7745ead3592","ec-person-d40f25b5cb5c0681854a4996da444478318f7e58","eu-tr-421495541254-57"]}} -{"id":"ec-meeting-2021-06-22-4a6fbd13b3fab0dfac2cc6d85a46c4a08bae4eae","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-22 - Cabinet of Vice-President Margaritis Schinas x European Recycling Industries' Confederation"],"date":["2021-06-22"],"summary":["Waste Shipment Regulation impact on the recycling sector"],"notes":["Portfolio: Promoting the European Way of Life"],"location":["Virtually"],"address":["Virtually"],"addressEntity":["addr-e47e3261356399c0a8ae7125a7f9514f1c92db0d"],"organizer":["ec-cabinet-margaritis-of-president-schinas-vice"],"involved":["eu-tr-764633015511-42","ec-person-43f9f86cfe94e45a95f7fbdea9a59a54955ebcfa","ec-person-05650a4a170c56b9866c57f4610fcd005d5ccc24"]}} -{"id":"ec-meeting-2021-06-22-4d3cf6d79eb61023fd8986f448537518b5258501","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-22 - Internal Market, Industry, Entrepreneurship and SMEs x Verband Deutscher Maschinen- und Anlagenbau e.V."],"date":["2021-06-22"],"summary":["Exchange of views on: (1) policy framework conditions to overcome the crisis and ensure digital and green transformation; (2) regulatory issues where mechanical engineering has a specific concern (3) due diligence"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-grow"],"involved":["ec-person-0151c7e554d188fffc509ad636b7d1a84c5dfcd5","eu-tr-9765362691-45"]}} -{"id":"ec-meeting-2021-06-22-71d8a0b8f3991714377c175f79df90a61ea28aac","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-22 - Cabinet of Commissioner Thierry Breton x Thermo Fisher Scientific"],"date":["2021-06-22"],"summary":["EU production capacity for vaccines and key ingredients"],"notes":["Portfolio: Internal Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-d6689ffc6695e7e65bdd0e0c0da1721d3031ea1b","eu-tr-067438810848-61"]}} -{"id":"ec-meeting-2021-06-22-747acf3ff62ce0c9d88d01649c9fbc25045ef56f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-22 - Cabinet of Executive Vice-President Valdis Dombrovskis x Vodafone Belgium SA"],"date":["2021-06-22"],"summary":["EU Recovery and Resilience Fund in the context of achieving the EU’s Digital Decade targets"],"notes":["Portfolio: An Economy that Works for People"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["eu-tr-90142503473-81","ec-person-3b28a0fe2132d3b1f8cef5b6fc7cdb7d191c57d0"]}} -{"id":"ec-meeting-2021-06-22-92c257f5d94389e447f6713282821fbb3ea39765","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-22 - Cabinet of Executive Vice-President Frans Timmermans x LinkedIn Ireland"],"date":["2021-06-22"],"summary":["Green jobs"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-e88af8eb396e96e3dbc9b4ec6e40a348d26c389c","eu-tr-430008722431-29"]}} -{"id":"ec-meeting-2021-06-22-a622e3aad870bf84a51206a4defdc52b451a23b3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-22 - Cabinet of Commissioner Mairead Mcguinness x Invest Europe"],"date":["2021-06-22"],"summary":["Commissioners participation at an InvestEurope conference and general discussion on venture capital and private equity"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-44c404268b70ce0b79c4e148b5a7c4ae2c53ee30","eu-tr-60975211600-74"]}} -{"id":"ec-meeting-2021-06-22-a908f31c8c1683469b1b0f41d60c8f90d814abe7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-22 - Cabinet of Commissioner Thierry Breton x Transport and Environment (European Federation for Transport and Environment)"],"date":["2021-06-22"],"summary":["CO2 standards for cars and vans"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","eu-tr-58744833263-19"]}} -{"id":"ec-meeting-2021-06-22-cc1800a115ec958a110203465453e53d3403fa97","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-22 - Cabinet of Executive Vice-President Valdis Dombrovskis x Eli Lilly and Company"],"date":["2021-06-22"],"summary":["Current trade policy issues\r\nEU-US trade relations"],"notes":["Portfolio: An Economy that Works for People"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["eu-tr-04657143399-39","ec-person-f011ed0f7c78d833a79f1206f788e0cbd9cb8864","ec-person-7433d96a6e6f46c9f9174db79ec61c387dffa509"]}} -{"id":"ec-meeting-2021-06-22-d1f7dc06a1071923a887af231ef0ced28a55ccc8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-22 - Climate Action x ENEL SpA"],"date":["2021-06-22"],"summary":["RES & ETS"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-clima"],"involved":["ec-person-9c5c685692a09a77f2bc8ae9c05663b87cd75aae","eu-tr-6256831207-27"]}} -{"id":"ec-meeting-2021-06-22-d30859b80bb76d3247516a322787fe4f7c4ec7b2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-22 - Cabinet of Executive Vice-President Frans Timmermans x European Alliance to Save Energy"],"date":["2021-06-22"],"summary":["Position of the Alliance regarding the review of the Energy Efficiency Directive"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - video conference"],"address":["Brussels - video conference"],"addressEntity":["addr-d7df553e47e69d1cc9f4189b36b7c867f80459b0"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-d53e00c46a4cc62bbf533e0c9bb35bacb9121989","eu-tr-37816636575-51"]}} -{"id":"ec-meeting-2021-06-22-de7bf2bed01e0fdc88cd1e4df356d45194ff274b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-22 - Cabinet of Commissioner Elisa Ferreira x Comissão Central de Trabalhadores da Petrogal"],"date":["2021-06-22"],"summary":["Situação da refinaria de Matosinhos e papel dos fundos estruturais numa transição justa"],"notes":["Portfolio: Cohesion and Reforms"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-commissioner-elisa-ferreira-of"],"involved":["ec-person-63f2d0a26187f98f2895c32cf27b4a574cfb2bba","ec-person-6aefca8f66cd57549e22428bee7f0d2c97d16f52","eu-tr-700756643248-67"]}} -{"id":"ec-meeting-2021-06-22-e5ba700618de61a7117e8edaa54e99821d27fe9f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-22 - Cabinet of Executive Vice-President Frans Timmermans x Centre for European Reform"],"date":["2021-06-22"],"summary":["Explanation of the European Green Deal and fit for 55"],"notes":["Portfolio: European Green Deal"],"location":["Brussels-video conference"],"address":["Brussels-video conference"],"addressEntity":["addr-207aae032db3f4ecaec4faf251340e3be486037d"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-7c876f4825f213b8adbedf089ccedfbc3b36d65b","eu-tr-524976815651-12"]}} -{"id":"ec-meeting-2021-06-22-eb64b5fccedddc3f8584c7e27285fdbc4bd5109e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-22 - Cabinet of Executive Vice-President Margrethe Vestager x Friends of the Earth Europe"],"date":["2021-06-22"],"summary":["Meeting with NOAH, the Danish member of Friends of the Earth. Topic: Green Deal and Fit for 55"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-6b6135249735cff1f3061530471f1e159500c840","eu-tr-9825553393-31","ec-person-7167587814c61122201e2afb04bfb47539db4823"]}} -{"id":"ec-meeting-2021-06-22-f925e37f0826e5f9078db56d08e8d5b2c5a7dfa5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-22 - Cabinet of Executive Vice-President Frans Timmermans x Aena, S.M.E. S.A."],"date":["2021-06-22"],"summary":["Discussion on the role of AENA in the green transition, including in relation to the uptake of sustainable aviation fuels."],"notes":["Portfolio: European Green Deal"],"location":["video call"],"address":["video call"],"addressEntity":["addr-12d8c530d76da0b7745f9c0f9285e7eec97adc55"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-141532321289-19","ec-person-d56ecbfde17436a136fc89c9a978b266e8285c84","ec-person-f1a3478550296f3f9accdc67d6ef5a0b681dda4b"]}} -{"id":"ec-meeting-2021-06-22-fcf5806d76cbf9670207a436d56c5d366b37ddac","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-22 - Cabinet of Executive Vice-President Margrethe Vestager x Bureau Européen des Unions de Consommateurs"],"date":["2021-06-22"],"summary":["General Product Safety Regulation, Digital Services Act"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-9505781573-45","ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0"]}} -{"id":"ec-meeting-2021-06-23-137d60276d45e61372520b411105a075fd014003","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-23 - Cabinet of Executive Vice-President Margrethe Vestager x Bolt"],"date":["2021-06-23"],"summary":["Platform Workers legislation"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-995377734447-25","ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0","ec-person-7167587814c61122201e2afb04bfb47539db4823"]}} -{"id":"ec-meeting-2021-06-23-13f3a105fc1224ab2c3e5296856bb786f584c4d4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-23 - Economic and Financial Affairs x Bruegel"],"date":["2021-06-23"],"summary":["Bruegel event: How to spend it? A closer look at the recovery plans."],"location":["Brussels - online meeting"],"address":["Brussels - online meeting"],"addressEntity":["addr-2051dbf432a7bb0c2863321ec637de57cd4a01f1"],"organizer":["ec-dg-ecfin"],"involved":["eu-tr-458295331598-02","ec-person-d59b69916c3a29673c14838feab22a7902555d52"]}} -{"id":"ec-meeting-2021-06-23-1791a5385b20b637a858c241aa386b1a76596fdf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-23 - Cabinet of Commissioner Johannes Hahn x Lufthansa Group"],"date":["2021-06-23"],"summary":["Discussion on the Green deal and the Fit for 55 package and the Transport policy"],"notes":["Portfolio: Budget and Administration"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hahn-johannes-of"],"involved":["ec-person-6dd3472dac004e43ec1fa4f5b4106e3b476c9ce7","eu-tr-0714344663-32"]}} -{"id":"ec-meeting-2021-06-23-17fbbfaabe5f1c58310ef804346f73b029d9d61f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-23 - Cabinet of President Ursula von der Leyen x Transport and Environment (European Federation for Transport and Environment)"],"date":["2021-06-23"],"summary":["For for 55"],"notes":["Portfolio: President"],"location":["Brussels (Zoom)"],"address":["Brussels (Zoom)"],"addressEntity":["addr-e4bd3d2c76ca1d72b5352e26d781cf528ebb6e76"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-f2b941852d3b961d69ed695c2d243a1a2b4a1904","eu-tr-58744833263-19"]}} -{"id":"ec-meeting-2021-06-23-1c9192bc60bff6fb578fc1b2d4cd3e769952ef5e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-23 - Cabinet of Executive Vice-President Frans Timmermans x KIC InnoEnergy SE"],"date":["2021-06-23"],"summary":["virtual meeting on smart mobility strategy and the European Green Deal"],"notes":["Portfolio: European Green Deal"],"location":["videoconference (Brussels)"],"address":["videoconference (Brussels)"],"addressEntity":["addr-5dd22b57a9d6f7be6f130d619b6be6e2434c4ab3"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce","ec-person-d56ecbfde17436a136fc89c9a978b266e8285c84","eu-tr-462849021886-85"]}} -{"id":"ec-meeting-2021-06-23-2d22c44f06660904c31d43e174dde2666ace5a72","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-23 - Financial Stability, Financial Services and Capital Markets Union x Flint Europe"],"date":["2021-06-23"],"summary":["EU short-term economic prospects, CMU and Basel III"],"location":["Virtual Meeting"],"address":["Virtual Meeting"],"addressEntity":["addr-ed078b6749077909a1a45720507ac2da9277b8b3"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-718251720163-42","ec-person-1fce211249673c35ee07a801ddee77ab24af8d54"]}} -{"id":"ec-meeting-2021-06-23-32665ee914907fc4c67cfaac88e746b720f618db","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-23 - Cabinet of President Ursula von der Leyen x Eurelectric aisbl"],"date":["2021-06-23"],"summary":["Fit for 55"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-f2b941852d3b961d69ed695c2d243a1a2b4a1904","eu-tr-4271427696-87"]}} -{"id":"ec-meeting-2021-06-23-345f39212e7df6a6703cea9bf0d15e4187b3609f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-23 - Cabinet of Executive Vice-President Valdis Dombrovskis x None"],"date":["2021-06-23"],"summary":["EU-US trade relations;\r\nTrade relations with other third countries"],"notes":["Portfolio: An Economy that Works for People"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["eu-tr-10774885698-20","eu-tr-600032415789-83","eu-tr-479468313744-50","eu-tr-64926487056-58","ec-person-f011ed0f7c78d833a79f1206f788e0cbd9cb8864","eu-tr-886536333996-54","eu-tr-151161815770-08","eu-tr-352172811-92","eu-tr-598076019980-08","eu-tr-847475437113-80","eu-tr-594644115227-04","ec-person-1d8581216d9aa7f26fa098a81e84ca61e0e3f261","eu-tr-047152216031-96","eu-tr-220015616134-02","eu-tr-835500817930-66","eu-tr-416784443276-42"]}} -{"id":"ec-meeting-2021-06-23-53db9179dd681fd3e9ff2699cef9e29575b9c1df","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-23 - Cabinet of Commissioner Kadri Simson x ENEL SpA"],"date":["2021-06-23"],"summary":["ENEL expectations regarding Commission proposals in the fit for 55 package, in particular as regards the revision of the Renewable and Energy Efficiency Directives."],"notes":["Portfolio: Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["ec-person-ba3b83676ad38094e71b64b644f3e3d2c61b8182","eu-tr-6256831207-27","ec-person-d40f25b5cb5c0681854a4996da444478318f7e58","ec-person-2fb98fc84d2cf8d481688eff3d47f7745ead3592"]}} -{"id":"ec-meeting-2021-06-23-5ef69976877e90afb9966bd8686752860a43270b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-23 - Cabinet of Commissioner Thierry Breton x Bundesverband der Deutschen Industrie e.V."],"date":["2021-06-23"],"summary":["- secure cloud\r\n- human rights due diligence in supply chains\r\n- space connectivity"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-1771817758-48","ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","ec-person-b077a2e9f0fdb3b8f6e91d0bd0b256db9e40ce46"]}} -{"id":"ec-meeting-2021-06-23-63070a0646cc18742f38620a6d09a907a97e64a5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-23 - Cabinet of Vice-President Věra Jourová x Fundacja Wolne Sądy"],"date":["2021-06-23"],"summary":["Rule of Law"],"notes":["Portfolio: Values and Transparency"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["eu-tr-393402543260-46","ec-person-bf54da17217bbddfd9c68fe24d88005ac17e2c4b"]}} -{"id":"ec-meeting-2021-06-23-72ea20d984933f8f989a20572e0ee78e83475276","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-23 - Mobility and Transport x Finnair"],"date":["2021-06-23"],"summary":["Travel restrictions"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-dg-move"],"involved":["eu-tr-419027043263-15","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2021-06-23-77c59c2bf6b23c4b2526cdeba9b34c80b184d6eb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-23 - Cabinet of Commissioner Jutta Urpilainen x European Network of Political Foundations"],"date":["2021-06-23"],"summary":["Presentation of the work of ENoP"],"notes":["Portfolio: International Partnerships"],"location":["Videomeeting"],"address":["Videomeeting"],"addressEntity":["addr-1ba1e95e473c2a2a8d87e248e7615e7c71ba7b86"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["ec-person-7204caa5e704bc4a911fee13ad5c0f62fd74b3bc","eu-tr-029070342841-01"]}} -{"id":"ec-meeting-2021-06-23-a154482374dcf6cbd8e01b2e83c158549dde5e6a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-23 - Cabinet of Executive Vice-President Margrethe Vestager x Apple Inc."],"date":["2021-06-23"],"summary":["Digital Markets Act and Digital Services Act"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-11d97788772862bb34f51dd26d7f92603eac1bf8","eu-tr-588327811384-96","ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0","ec-person-73fb1ddd279f8c6697a055567a2c09606006b875"]}} -{"id":"ec-meeting-2021-06-23-a76be7ff30e976900e3a479857fdff0bf05efe2b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-23 - Cabinet of President Ursula von der Leyen x ELECTRICITE DE FRANCE"],"date":["2021-06-23"],"summary":["Fit for 55"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-f2b941852d3b961d69ed695c2d243a1a2b4a1904","eu-tr-39966101835-69"]}} -{"id":"ec-meeting-2021-06-23-cca711eba7d711b790dcb50032ce925eabf44d32","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-23 - Cabinet of Commissioner Mairead Mcguinness x Federazione Confindustria Digitale Confederazione Generale dell'Industria Italiana"],"date":["2021-06-23"],"summary":["Basel III + Sustainable finance"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Webex video conference"],"address":["Webex video conference"],"addressEntity":["addr-cd89887def230a17b36be020cafe4eefd0a2102f"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["eu-tr-746723218152-94","eu-tr-27762251795-15","ec-person-a5441c6a69a8a94fd64e02def60fcc6567f2c1d8","ec-person-49e520c7a9c9c47ccb5acfa68f9416e4233af9f8","ec-person-1d2f53447b8f2d9bb3f50f7247ad40c2cf8036e4"]}} -{"id":"ec-meeting-2021-06-23-d02321a596e12eebbd743174ff43d4f3d62cae8a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-23 - Cabinet of Executive Vice-President Valdis Dombrovskis x TUSIAD-Turkish Industry&Business Association"],"date":["2021-06-23"],"summary":["EU-Turkey relations; Customs Union"],"notes":["Portfolio: An Economy that Works for People"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-4afd4ae4e50604ac3c0c9ae597bcb74eb1dd31b6","eu-tr-38870176589-43","ec-person-f011ed0f7c78d833a79f1206f788e0cbd9cb8864"]}} -{"id":"ec-meeting-2021-06-23-e22880cfd988cc57549033be6cae99706cdbbf56","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-23 - Internal Market, Industry, Entrepreneurship and SMEs x Verband der Automobilindustrie"],"date":["2021-06-23"],"summary":["VDA would like to discuss the level of ambition of the CO2 proposal and interplay with Euro 7"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-grow"],"involved":["ec-person-0151c7e554d188fffc509ad636b7d1a84c5dfcd5","eu-tr-95574664768-90"]}} -{"id":"ec-meeting-2021-06-23-e58d8c1109422e5ff22ba369a365abee4af3fdf4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-23 - Economic and Financial Affairs x EuroComment"],"date":["2021-06-23"],"summary":["EuroComment Dialogue Group - Europe’s Post-Covid-19 Recovery Programmes"],"location":["Brussels - online event"],"address":["Brussels - online event"],"addressEntity":["addr-d95d6f18bf5aa520177efd35a8eaa8c1601d907d"],"organizer":["ec-dg-ecfin"],"involved":["eu-tr-123577115553-43","ec-person-d59b69916c3a29673c14838feab22a7902555d52"]}} -{"id":"ec-meeting-2021-06-23-e5b15869d8da3d2a55c5a19aba9825f4d495c294","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-23 - Cabinet of Vice-President Dubravka Šuica x Open Knowledge Foundation SLAVONIC EUROPE"],"date":["2021-06-23"],"summary":["Discussion on the Conference on the Future of Europe"],"notes":["Portfolio: Democracy and Demography"],"location":["Virtual meeting"],"address":["Virtual meeting"],"addressEntity":["addr-1f1f3f51a4da31a1ea5c1b4b21cbf52ad983224f"],"organizer":["ec-cabinet-dubravka-of-president-suica-vice"],"involved":["ec-person-026798f0d4b4567a1c4ba592351123da781ce908","eu-tr-073991042655-45","eu-tr-970709235835-50"]}} -{"id":"ec-meeting-2021-06-23-ea322281fa5f203a625ac7ae4d644608c0123724","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-23 - Cabinet of Commissioner Thierry Breton x Eurelectric aisbl"],"date":["2021-06-23"],"summary":["Discussion on the preparation of the Fit for 55 package, as well as on the implementation of the updated industrial strategy."],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-4271427696-87","ec-person-6308dea893b9b1ca0dcd5b91b4a1ac4c2f3020ad","ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0"]}} -{"id":"ec-meeting-2021-06-23-f9f678029dc146ca678e01fc9440851c7b37f7ee","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-23 - Cabinet of Executive Vice-President Frans Timmermans x Swedish Forest Industries Federation"],"date":["2021-06-23"],"summary":["European Green Deal and the next EU Forest Strategy"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-355702910008-47","ec-person-8af3c81534786a740718d21dc58240738a53ed7b"]}} -{"id":"ec-meeting-2021-06-23-fb52b3d83ce783126176034118447c8faf1f73c2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-23 - Cabinet of Commissioner Jutta Urpilainen x Finanssiala ry - Finance Finland"],"date":["2021-06-23"],"summary":["Upcoming legislative agenda concerning financial services."],"notes":["Portfolio: International Partnerships"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["ec-person-7c4fa9cfb750b5b524c065180fcee1123b8df03e","eu-tr-7328496842-09"]}} -{"id":"ec-meeting-2021-06-23-ffa04f76a14773956f07e51fa981560864ba3860","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-23 - Cabinet of Commissioner Virginijus Sinkevičius x Swedish Forest Industries Federation"],"date":["2021-06-23"],"summary":["European Green Deal and the next EU Forest Strategy"],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["eu-tr-355702910008-47","ec-person-172a438ed334761e2ab5d52e551fd1bcb6ab6b8d"]}} -{"id":"ec-meeting-2021-06-24-037eb5fe4e6d5bc1f92b79148b453dcb006588da","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-24 - Cabinet of Executive Vice-President Margrethe Vestager x Uber"],"date":["2021-06-24"],"summary":["Presentation of Uber's ongoing activities, Platform Workers legislation"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-002278013515-26","ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0"]}} -{"id":"ec-meeting-2021-06-24-0ce8476a7aededb71f5b591f47106be7cb22a9a1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-24 - Cabinet of Commissioner Kadri Simson x Bioenergy Europe"],"date":["2021-06-24"],"summary":["Fit for 55 package; \r\nReview of the REDII criteria, in particular the sustainability criteria for solid biomass."],"notes":["Portfolio: Energy"],"location":["Video Conferencing"],"address":["Video Conferencing"],"addressEntity":["addr-e3b7413b2ac93be00b6bcff51fdc1374d67118bd"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["ec-person-9b7f5fe059e5b0b40e79e9170211aa2f02322fdb","eu-tr-97810874431-67"]}} -{"id":"ec-meeting-2021-06-24-160043aa6e5f849a5a89efc2a97b9a748b2eddab","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-24 - Defence Industry and Space x Académie de l'Air et de l'Espace"],"date":["2021-06-24"],"summary":["Videoconference to explain the purpose of the Alliance Zero Emission Aviation."],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-dg-defis"],"involved":["ec-person-a5e52cd544ea3aa44eb4b31fac65a468499f106e","eu-tr-743458640202-64"]}} -{"id":"ec-meeting-2021-06-24-17c2ba63a46160277b95cd10dae308c6ec29db6b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-24 - Cabinet of Vice-President Dubravka Šuica x Federation of Catholic Family Associations in Europe"],"date":["2021-06-24"],"summary":["Overview of the FAFCE activities and manifestos of the last years and follow-up to the most recent webinar on democracy"],"notes":["Portfolio: Democracy and Demography"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-dubravka-of-president-suica-vice"],"involved":["eu-tr-509209111889-44","ec-person-2ea66ac99d83c7f0ff7dfcfd7d90f9416dc22e61"]}} -{"id":"ec-meeting-2021-06-24-280e6bf21c893f63d19c59be29430880247ae3f1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-24 - Financial Stability, Financial Services and Capital Markets Union x European Policy Forum"],"date":["2021-06-24"],"summary":["Financial services policy and regulatory space"],"location":["Virtual Meeting"],"address":["Virtual Meeting"],"addressEntity":["addr-ed078b6749077909a1a45720507ac2da9277b8b3"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-158495343096-78","ec-person-1fce211249673c35ee07a801ddee77ab24af8d54"]}} -{"id":"ec-meeting-2021-06-24-42b0fa52bcd3d214cb271c3d18640d68ee3871be","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2021-06-24 - Cabinet of Vice-President Věra Jourová x Avaaz Foundation"],"date":["2021-06-24"],"summary":["Code of Practice on disinformation","Webinar on disinformation"],"notes":["Portfolio: Values and Transparency"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["eu-tr-475565317526-24","ec-person-bf54da17217bbddfd9c68fe24d88005ac17e2c4b","ec-person-fb258e0188a5319bfaba3161382db43f5a85851f"]}} -{"id":"ec-meeting-2021-06-24-48b0d5f03de59b663bbbfcfbbd65e504697bce1a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-24 - Cabinet of Commissioner Paolo Gentiloni x AEGIS Europe"],"date":["2021-06-24"],"summary":["CBAM"],"notes":["Portfolio: Economy"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-cabinet-commissioner-gentiloni-of-paolo"],"involved":["eu-tr-790573922716-64","ec-person-8da36db391ed53f362d495cd564ba8b45c7003e1"]}} -{"id":"ec-meeting-2021-06-24-4a3477a7256ca5f3ff2ca7184ce5ccc9fb054c62","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-24 - Cabinet of Commissioner Stella Kyriakides x European Platform for the Responsible use of medicines in animals"],"date":["2021-06-24"],"summary":["VTC Meeting on AMR and implementation of the new veterinary medicinal products regulation."],"notes":["Portfolio: Health"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-kyriakides-of-stella"],"involved":["eu-tr-174907742729-48","ec-person-c7513fae2df7920eea99d7cc103a354aa4f56b6e"]}} -{"id":"ec-meeting-2021-06-24-4c421cb93f4efb8cbe857bb72ac0e44a4d6f79cf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-24 - Cabinet of Vice-President Věra Jourová x Heinrich Böll Stiftung e.V."],"date":["2021-06-24"],"summary":["Disinformation"],"notes":["Portfolio: Values and Transparency"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["eu-tr-60404068097-81","ec-person-221276f2dfa4b8fe628f08e982d967b6aeb61c57"]}} -{"id":"ec-meeting-2021-06-24-544429d63c58091022ab85d5fe7a4389ec7ddfa9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-24 - Cabinet of Commissioner Thierry Breton x None"],"date":["2021-06-24"],"summary":["Discussions on the implementation of the chemicals strategy for sustainability."],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-27053044762-72","eu-tr-06798511314-27","eu-tr-00723343929-96","ec-person-6308dea893b9b1ca0dcd5b91b4a1ac4c2f3020ad","ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","eu-tr-55888811123-49","eu-tr-95363765837-60","eu-tr-96645517357-19","eu-tr-001245815997-85"]}} -{"id":"ec-meeting-2021-06-24-61d217e38a237839ff19636feaf9becc8ee9011e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-24 - Cabinet of Executive Vice-President Valdis Dombrovskis x Apple Inc."],"date":["2021-06-24"],"summary":["EU-US trade relations"],"notes":["Portfolio: An Economy that Works for People"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-1d8581216d9aa7f26fa098a81e84ca61e0e3f261","eu-tr-588327811384-96"]}} -{"id":"ec-meeting-2021-06-24-61d5f94c0c57c5907f612a647fb02f7b89021c1e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-24 - Cabinet of Commissioner Thierry Breton x European Magazine Media Association European Newspaper Publishers' Association"],"date":["2021-06-24"],"summary":["Eprivacy regulation"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-5950962136-12","ec-person-4d83416435f81b1f1e8f5c86aeebb1478577f1d2","eu-tr-37937886834-69"]}} -{"id":"ec-meeting-2021-06-24-6b44b858c71bc88b4a68c937068d7e892a2c9be1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-24 - Cabinet of Vice-President Margaritis Schinas x Union of Greek Shipowners - ΕΝΩΣΙΣ ΕΛΛΗΝΩΝ ΕΦΟΠΛΙΣΤΩΝ"],"date":["2021-06-24"],"summary":["Meeting with the Union of Greek Shipowners"],"notes":["Portfolio: Promoting the European Way of Life"],"location":["Virtually"],"address":["Virtually"],"addressEntity":["addr-e47e3261356399c0a8ae7125a7f9514f1c92db0d"],"organizer":["ec-cabinet-margaritis-of-president-schinas-vice"],"involved":["ec-person-d5cada2a1a17537a675985af31e5ce07ae3bfd42","ec-person-43f9f86cfe94e45a95f7fbdea9a59a54955ebcfa","eu-tr-477510929511-08","ec-person-05650a4a170c56b9866c57f4610fcd005d5ccc24"]}} -{"id":"ec-meeting-2021-06-24-6bd2459f39abd2c7f64f2f840929b76e9faa0ba2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-24 - Cabinet of Vice-President Věra Jourová x Democracy Reporting International"],"date":["2021-06-24"],"summary":["Media pluralism"],"notes":["Portfolio: Values and Transparency"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["ec-person-aa83f35da599b82e4f15da018f4b3447eb648f7c","eu-tr-769286939357-35"]}} -{"id":"ec-meeting-2021-06-24-90bd889cefc3d3be10a576c9c79504fb31263a58","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-24 - Cabinet of Executive Vice-President Frans Timmermans x Universität für Bodenkultur Wien Itä-Suomen yliopisto"],"date":["2021-06-24"],"summary":["forest management and carbon cycle"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-512756925269-62","eu-tr-323618130286-15","ec-person-8af3c81534786a740718d21dc58240738a53ed7b"]}} -{"id":"ec-meeting-2021-06-24-97817225714dff4b3ee826151b8c9a5604892be1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-24 - Cabinet of Commissioner Adina Vălean x The Coalition for Energy Savings"],"date":["2021-06-24"],"summary":["Meeting to discuss energy saving."],"notes":["Portfolio: Transport"],"location":["Conference call"],"address":["Conference call"],"addressEntity":["addr-28ba88479582b2f75898964548da4252dc7db7d2"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["eu-tr-72911566925-69","ec-person-e5f1558cac43dd4f90847b508b6753edb0a9f903"]}} -{"id":"ec-meeting-2021-06-24-995e6051bb0fbd3afe5ffa2113a15f23ba64deab","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-24 - Cabinet of Executive Vice-President Margrethe Vestager x European Magazine Media Association European Newspaper Publishers' Association"],"date":["2021-06-24"],"summary":["E-Privacy Regulation"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-5950962136-12","ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0","eu-tr-37937886834-69"]}} -{"id":"ec-meeting-2021-06-24-9f01727f7a29a5255f684d78d0588b2da2ee3112","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-24 - Cabinet of Commissioner Didier Reynders x LinkedIn Ireland"],"date":["2021-06-24"],"summary":["Code of Conduct against illegal hate speech"],"notes":["Portfolio: Justice"],"location":["Video conference"],"address":["Video conference"],"addressEntity":["addr-ebc9fd5c2f372a32153cf3f4d5fb918a96b84a88"],"organizer":["ec-cabinet-commissioner-didier-of-reynders"],"involved":["ec-person-442bf1ae9900b999673cdd7389224d0e21b67d4d","ec-person-1e25399e2267734c5f4c69093d2286c8898ee9f0","eu-tr-430008722431-29"]}} -{"id":"ec-meeting-2021-06-24-aa7965a3977c171c77e80910fbfe4c8e29fddfe4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-24 - Cabinet of Commissioner Virginijus Sinkevičius x Universität für Bodenkultur Wien Itä-Suomen yliopisto"],"date":["2021-06-24"],"summary":["To discuss forest management and carbon cycle"],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["eu-tr-512756925269-62","eu-tr-323618130286-15","ec-person-172a438ed334761e2ab5d52e551fd1bcb6ab6b8d"]}} -{"id":"ec-meeting-2021-06-24-b22e776ad49a49b30bc4dec291390ca79c02e35b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-24 - Cabinet of Vice-President Margaritis Schinas x European Confederation of Police"],"date":["2021-06-24"],"summary":["Security union"],"notes":["Portfolio: Promoting the European Way of Life"],"location":["online meeting"],"address":["online meeting"],"addressEntity":["addr-b385bbe7e761556665e3696aa1bcfc817c2db583"],"organizer":["ec-cabinet-margaritis-of-president-schinas-vice"],"involved":["ec-person-c8d1d7f3012c344bc60630eb456865390bddc7c5","eu-tr-066424813599-73"]}} -{"id":"ec-meeting-2021-06-24-b3b59648402ca89a8aab747c06af2de27eae6c4a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-24 - Cabinet of Executive Vice-President Frans Timmermans x SGI Europe"],"date":["2021-06-24"],"summary":["Fit for 55 package"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-a282162080cef4ef2a8c0ab6247a3e03dc438507","ec-person-e88af8eb396e96e3dbc9b4ec6e40a348d26c389c","ec-person-d53e00c46a4cc62bbf533e0c9bb35bacb9121989","eu-tr-59513031434-92"]}} -{"id":"ec-meeting-2021-06-24-ba28ca22b163288ee16931a399f3abe9b435c45b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-24 - Cabinet of Executive Vice-President Frans Timmermans x Bioenergy Europe"],"date":["2021-06-24"],"summary":["RED Revision"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - video conference"],"address":["Brussels - video conference"],"addressEntity":["addr-d7df553e47e69d1cc9f4189b36b7c867f80459b0"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-a282162080cef4ef2a8c0ab6247a3e03dc438507","eu-tr-97810874431-67"]}} -{"id":"ec-meeting-2021-06-24-c23f19d6fb86b5ab4693f4a96a2de45036d497c6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-24 - Cabinet of Commissioner Kadri Simson x European Forest Institute"],"date":["2021-06-24"],"summary":["Presentation on biomass – use of woody biomass."],"notes":["Portfolio: Energy"],"location":["Video Conferencing"],"address":["Video Conferencing"],"addressEntity":["addr-e3b7413b2ac93be00b6bcff51fdc1374d67118bd"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["eu-tr-38315289949-88","ec-person-9b7f5fe059e5b0b40e79e9170211aa2f02322fdb","ec-person-d40f25b5cb5c0681854a4996da444478318f7e58","ec-person-2fb98fc84d2cf8d481688eff3d47f7745ead3592"]}} -{"id":"ec-meeting-2021-06-24-c6cae9bf1b1622e7b164ead171e4b72a1289d1af","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-24 - Cabinet of Commissioner Mairead Mcguinness x International Swaps and Derivatives Association"],"date":["2021-06-24"],"summary":["MIFID\r\nBasel\r\nPost Brexit relationships between UK and EU."],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Video Conferencing."],"address":["Video Conferencing."],"addressEntity":["addr-912f3be8d3c705b575d95bd802535451d4e253ad"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-2b9c589fb2354bd93067644d2c3d2c058d4c4cc9","eu-tr-46643241096-93"]}} -{"id":"ec-meeting-2021-06-24-c7442bc21dd9ddf0777fb18323c008cff86f4c48","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-24 - Cabinet of Commissioner Janusz Wojciechowski x Polskie Towarzystwo Gospodarcze"],"date":["2021-06-24"],"summary":["Meeting with the PTG members"],"notes":["Portfolio: Agriculture"],"location":["Virtual meeting"],"address":["Virtual meeting"],"addressEntity":["addr-1f1f3f51a4da31a1ea5c1b4b21cbf52ad983224f"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["eu-tr-538974943570-67","ec-person-625f8b4379f79adee4f15c6a0417a96bb5a5a403"]}} -{"id":"ec-meeting-2021-06-24-d69886f2f2212924dadfd11dd1ce19f56bdaf2be","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-24 - Employment, Social Affairs and Inclusion x Secretariat of COMECE (Commission of the Episcopates of the European Union)"],"date":["2021-06-24"],"summary":["social policies and inclusion"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-empl"],"involved":["eu-tr-47350036909-69","ec-person-dd259fce880e1853f0beb087443bce6e7dea70d7"]}} -{"id":"ec-meeting-2021-06-24-e530a81e0a742a450f992a71950be049c005c2c5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-24 - Cabinet of Executive Vice-President Frans Timmermans x EWABA"],"date":["2021-06-24"],"summary":["Exchange on upcoming RefuelEU Aviation proposal and possible impacts on the waste-based and advanced biodiesel supply chain."],"notes":["Portfolio: European Green Deal"],"location":["video call"],"address":["video call"],"addressEntity":["addr-12d8c530d76da0b7745f9c0f9285e7eec97adc55"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-f1a3478550296f3f9accdc67d6ef5a0b681dda4b","eu-tr-727017212658-96"]}} -{"id":"ec-meeting-2021-06-24-f4501dbe142e21b703125f32e5e4b79dc4b82e2d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-24 - Cabinet of Executive Vice-President Frans Timmermans x Lightyear"],"date":["2021-06-24"],"summary":["Site visit to solar car production plant in Helmond"],"notes":["Portfolio: European Green Deal"],"location":["Helmond"],"address":["Helmond"],"addressEntity":["addr-46652a495caaea1abbc4a1a2eccd2373720815d2"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-d56ecbfde17436a136fc89c9a978b266e8285c84","eu-tr-802087536653-09"]}} -{"id":"ec-meeting-2021-06-25-12a94208d85f0254b12010ecca45bbd49d54eddd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-25 - Cabinet of Commissioner Paolo Gentiloni x Burson Cohn & Wolfe Sprl"],"date":["2021-06-25"],"summary":["CBAM"],"notes":["Portfolio: Economy"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-cabinet-commissioner-gentiloni-of-paolo"],"involved":["eu-tr-9155503593-86","ec-person-8da36db391ed53f362d495cd564ba8b45c7003e1"]}} -{"id":"ec-meeting-2021-06-25-17bd6cb73db58e65da2646ce3ec468c94eaa6cc1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-25 - Directorate-General for International Partnerships x Rabobank"],"date":["2021-06-25"],"summary":["Food system Summit, EU-AU Business Forum"],"location":["Bruxelles"],"address":["Bruxelles"],"addressEntity":["addr-b58f5927b66d94a676970dc048485d4c6848f272"],"organizer":["ec-dg-intpa"],"involved":["ec-person-afe6f55069d2cc5483157e138e41abd63140fdd8","eu-tr-006687715492-92"]}} -{"id":"ec-meeting-2021-06-25-51af145e87a8aa1cf6f3867b33b99d63597d886c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-25 - Employment, Social Affairs and Inclusion x SGI Europe BUSINESSEUROPE SMEunited aisbl"],"date":["2021-06-25"],"summary":["right to disconnect \r\nBusiness Europe"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-empl"],"involved":["eu-tr-55820581197-35","eu-tr-3978240953-79","eu-tr-59513031434-92","ec-person-dd259fce880e1853f0beb087443bce6e7dea70d7"]}} -{"id":"ec-meeting-2021-06-25-78dd4b3548ba6aaaf7c166332d0797146d760224","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-25 - Cabinet of President Ursula von der Leyen x Fertilizers Europe"],"date":["2021-06-25"],"summary":["CBAM and conditions for the fertilizer sector"],"notes":["Portfolio: President"],"location":["Brussels (WEBEX)"],"address":["Brussels (WEBEX)"],"addressEntity":["addr-3afbdeda01f3dac93a9dc841fdac57d9de27b869"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-f2b941852d3b961d69ed695c2d243a1a2b4a1904","eu-tr-80788715017-29"]}} -{"id":"ec-meeting-2021-06-25-8107f9031f79653bd6f953158dac292be5f3a102","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-25 - Cabinet of Executive Vice-President Frans Timmermans x FONDATION ROBERT SCHUMAN"],"date":["2021-06-25"],"summary":["Fit for 55 package"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-e88af8eb396e96e3dbc9b4ec6e40a348d26c389c","eu-tr-01740426310-03"]}} -{"id":"ec-meeting-2021-06-25-866607e36a56acee76d7abc23461a9daa40ba7e5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-25 - Cabinet of Commissioner Thierry Breton x Association des Constructeurs Européens d'Automobiles"],"date":["2021-06-25"],"summary":["Euro7; access to in-vehicle data"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-6308dea893b9b1ca0dcd5b91b4a1ac4c2f3020ad","eu-tr-0649790813-47"]}} -{"id":"ec-meeting-2021-06-25-901f20aebecc55bba1b77a3f2dc5cea37422ea1f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-25 - Cabinet of Vice-President Maroš Šefčovič x BUSINESSEUROPE"],"date":["2021-06-25"],"summary":["EU-UK relations"],"notes":["Portfolio: Interinstitutional Relations and Foresight"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-3978240953-79","ec-person-1f95be23689cd4ed0a26fe2980f760ccf2d55c1e"]}} -{"id":"ec-meeting-2021-06-25-a7170251fdd1bc824219db2dd2dbe751e8fef243","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-25 - Cabinet of Commissioner Janez Lenarčič x Norwegian Refugee Council Europe"],"date":["2021-06-25"],"summary":["a) Grand Bargain; b) humanitarian crises in the MENA region."],"notes":["Portfolio: Crisis Management"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-janez-lenarcic-of"],"involved":["eu-tr-750447615329-96","ec-person-a6cd325c80698b2331699224c780ebfb10573602"]}} -{"id":"ec-meeting-2021-06-25-cc561d1eb95ea683e292ab0f2f199616a3eb6c11","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-25 - Financial Stability, Financial Services and Capital Markets Union x Fédération bancaire française"],"date":["2021-06-25"],"summary":["Basel III and SRF"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["ec-person-1fce211249673c35ee07a801ddee77ab24af8d54","eu-tr-09245221105-30"]}} -{"id":"ec-meeting-2021-06-25-ccd1153158055d03cbe41daec5af0fdc9c4e654f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-25 - Cabinet of Executive Vice-President Valdis Dombrovskis x Climate Action Network Europe"],"date":["2021-06-25"],"summary":["Fit for 55"],"notes":["Portfolio: An Economy that Works for People"],"location":["video-conference"],"address":["video-conference"],"addressEntity":["addr-8736c288a4bc51ee27ef4ed41e652409a37e60d1"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-235870cd7eb41f2494f695fce18b5b5b88647113","ec-person-4afd4ae4e50604ac3c0c9ae597bcb74eb1dd31b6","eu-tr-55888811123-49","ec-person-7433d96a6e6f46c9f9174db79ec61c387dffa509"]}} -{"id":"ec-meeting-2021-06-25-d2b7a9a41db27ee521941a84af1439e711db6a7b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-25 - Cabinet of Commissioner Janusz Wojciechowski x Conféderation Européenne des Propriétaires Forestiers European farmers European agri-cooperatives European State Forest Association"],"date":["2021-06-25"],"summary":["Forest strategy"],"notes":["Portfolio: Agriculture"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["eu-tr-99982273034-52","ec-person-cafe030b6dad78a75143f7552c420481b30ebceb","eu-tr-44856881231-49","eu-tr-3647455667-08","eu-tr-09586631237-74"]}} -{"id":"ec-meeting-2021-06-25-d7eafa866d82e8b5c2ab4e77752fb73e92e97082","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-25 - Cabinet of Vice-President Margaritis Schinas x Trellix"],"date":["2021-06-25"],"summary":["Ransomeware"],"notes":["Portfolio: Promoting the European Way of Life"],"location":["virtual meeting"],"address":["virtual meeting"],"addressEntity":["addr-225c82a032511500bff73b3efe0d857849613fd9"],"organizer":["ec-cabinet-margaritis-of-president-schinas-vice"],"involved":["ec-person-2e04e278a7f128b3ac72d2af3db94d4ebed934da","ec-person-c8d1d7f3012c344bc60630eb456865390bddc7c5","eu-tr-848399332282-85"]}} -{"id":"ec-meeting-2021-06-25-e208a2d241f889ce02566622b24f8bfa0f815a8d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-25 - Cabinet of Vice-President Věra Jourová x European Policy Centre"],"date":["2021-06-25"],"summary":["Disinformation"],"notes":["Portfolio: Values and Transparency"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["eu-tr-89632641000-47","ec-person-bf54da17217bbddfd9c68fe24d88005ac17e2c4b"]}} -{"id":"ec-meeting-2021-06-25-f69bf6adb86e4e1d309dbc10e1d168d5982293ba","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-25 - Cabinet of Commissioner Janez Lenarčič x Relief International-UK"],"date":["2021-06-25"],"summary":["Project implementation and humanitarian situation in key countries/regions"],"notes":["Portfolio: Crisis Management"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-janez-lenarcic-of"],"involved":["ec-person-8cad9a810a8a25f5298dbe7a8d3a7dd0e7aa53d5","eu-tr-742301326974-51","ec-person-fbefdec4fe0937769936645b8ac74a3a7c588ef2"]}} -{"id":"ec-meeting-2021-06-25-f7f167c1d5b9619dc57f115b35970b66b82e9f88","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-25 - Cabinet of Commissioner Kadri Simson x Ørsted A/S"],"date":["2021-06-25"],"summary":["Presentation by Orsted of their ambition on RES – Fit for 55 – RED 2 review – promotion of Offshore"],"notes":["Portfolio: Energy"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["ec-person-9b7f5fe059e5b0b40e79e9170211aa2f02322fdb","ec-person-2fb98fc84d2cf8d481688eff3d47f7745ead3592","eu-tr-870817015429-80"]}} -{"id":"ec-meeting-2021-06-28-146f991e8988cfb412851b888e9dd41d27a1966b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-28 - Cabinet of Commissioner Paolo Gentiloni x FTI Consulting Belgium"],"date":["2021-06-28"],"summary":["general exchange on the current crisis affecting transport sector"],"notes":["Portfolio: Economy"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-cabinet-commissioner-gentiloni-of-paolo"],"involved":["eu-tr-29896393398-67","ec-person-404d55367ba0dadec989b6dc2eab96ef2abd96af"]}} -{"id":"ec-meeting-2021-06-28-1791a5385b20b637a858c241aa386b1a76596fdf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-28 - Cabinet of Commissioner Johannes Hahn x Lufthansa Group"],"date":["2021-06-28"],"summary":["Discussion on Fit for 55 and the airline industry"],"notes":["Portfolio: Budget and Administration"],"location":["online"],"address":["online"],"addressEntity":["addr-2dbc2fd2358e1ea1b7a6bc08ea647b9a337ac92d"],"organizer":["ec-cabinet-commissioner-hahn-johannes-of"],"involved":["ec-person-26e87e8dbc382b84ce1f54266bee0b7eab520454","eu-tr-0714344663-32"]}} -{"id":"ec-meeting-2021-06-28-1e7a5b5210ed4f9c4f29d7ceb696da738f3edd31","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-28 - Cabinet of Commissioner Johannes Hahn x The Coalition for Energy Savings"],"date":["2021-06-28"],"summary":["Discussion on the revision of the Energy Efficiency Directive and general discussion on Fit for 55"],"notes":["Portfolio: Budget and Administration"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-commissioner-hahn-johannes-of"],"involved":["ec-person-26e87e8dbc382b84ce1f54266bee0b7eab520454","eu-tr-72911566925-69"]}} -{"id":"ec-meeting-2021-06-28-338b82e280d9654fe8b7659f9f91e5629f301723","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-28 - Cabinet of Executive Vice-President Valdis Dombrovskis x Asociación Española de Banca Banking & Payments Federation Ireland Fédération bancaire française Bundesverband deutscher Banken e.V."],"date":["2021-06-28"],"summary":["Basel III"],"notes":["Portfolio: An Economy that Works for People"],"location":["Video conferencing"],"address":["Video conferencing"],"addressEntity":["addr-4a260fcbdf035aeae48bfb811f1225b05f636185"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-f011ed0f7c78d833a79f1206f788e0cbd9cb8864","eu-tr-785157016077-28","eu-tr-09245221105-30","eu-tr-981559116223-93","eu-tr-0764199368-97"]}} -{"id":"ec-meeting-2021-06-28-391421071e58fad31b1ea5153325c21fc8e976ec","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-28 - Cabinet of Commissioner Jutta Urpilainen x Technology Industries of Finland (Teknologiateollisuus ry)"],"date":["2021-06-28"],"summary":["Fit for 55 package."],"notes":["Portfolio: International Partnerships"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["eu-tr-39705603497-38","ec-person-1ec9383fd54d9d4cd8a154c01fa71549eb8c75ac"]}} -{"id":"ec-meeting-2021-06-28-3f811fa7a1237547a1671374d32d5f754ae6f03a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-28 - Cabinet of Commissioner Paolo Gentiloni x Dalmine S.p.A."],"date":["2021-06-28"],"summary":["CBAM"],"notes":["Portfolio: Economy"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-cabinet-commissioner-gentiloni-of-paolo"],"involved":["ec-person-8da36db391ed53f362d495cd564ba8b45c7003e1","eu-tr-90748218095-34"]}} -{"id":"ec-meeting-2021-06-28-51ae24b659b69b659c9bbc99fa5f2daeea3317f4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-28 - Cabinet of Commissioner Mairead Mcguinness x European Financial Reporting Advisory Group"],"date":["2021-06-28"],"summary":["Sustainability & Financial Public Reporting"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["eu-tr-411098519407-76","ec-person-d3cc20cb34ca6b5bf95417f5f9557b6c2aa749fc"]}} -{"id":"ec-meeting-2021-06-28-5361e5a955407e06d2044fba3759461b5fa510de","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-28 - Cabinet of Commissioner Elisa Ferreira x Conféderation Européenne des Propriétaires Forestiers"],"date":["2021-06-28"],"summary":["The new EU Forest Strategy"],"notes":["Portfolio: Cohesion and Reforms"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-commissioner-elisa-ferreira-of"],"involved":["eu-tr-3647455667-08","ec-person-6aefca8f66cd57549e22428bee7f0d2c97d16f52"]}} -{"id":"ec-meeting-2021-06-28-5c2804b2fe92e3043a2a3a81d6a4d56d048ac60d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-28 - Cabinet of President Ursula von der Leyen x Airlines for Europe"],"date":["2021-06-28"],"summary":["Destination 2050 – A route to net zero European aviation"],"notes":["Portfolio: President"],"location":["Brussels (WEBEX)"],"address":["Brussels (WEBEX)"],"addressEntity":["addr-3afbdeda01f3dac93a9dc841fdac57d9de27b869"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-f2b941852d3b961d69ed695c2d243a1a2b4a1904","eu-tr-807912421050-91"]}} -{"id":"ec-meeting-2021-06-28-632fde833867f6133bf80fd1e866488557a99c5e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-28 - Economic and Financial Affairs x Euronext"],"date":["2021-06-28"],"summary":["Discussion on Capital Markets Union"],"location":["Brussels - online meeting"],"address":["Brussels - online meeting"],"addressEntity":["addr-2051dbf432a7bb0c2863321ec637de57cd4a01f1"],"organizer":["ec-dg-ecfin"],"involved":["eu-tr-17804464809-28","ec-person-d59b69916c3a29673c14838feab22a7902555d52"]}} -{"id":"ec-meeting-2021-06-28-80e427d3dac6e689441ce5da8041d8012c16f606","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-28 - Cabinet of Commissioner Mariya Gabriel x FONDATION ROBERT SCHUMAN"],"date":["2021-06-28"],"summary":["Research, Innovation, Education"],"notes":["Portfolio: Innovation and Youth"],"location":["Videoconferencing"],"address":["Videoconferencing"],"addressEntity":["addr-6a073cb5f40659cdadea9f99cd4af4fd631dabcf"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["ec-person-1674399a793e9e6fd7cf55b525515fc862fc9351","eu-tr-01740426310-03"]}} -{"id":"ec-meeting-2021-06-28-a7170251fdd1bc824219db2dd2dbe751e8fef243","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-28 - Cabinet of Commissioner Janez Lenarčič x Norwegian Refugee Council Europe"],"date":["2021-06-28"],"summary":["a) Grand Bargain; b) humanitarian crises in the MENA region."],"notes":["Portfolio: Crisis Management"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-janez-lenarcic-of"],"involved":["eu-tr-750447615329-96","ec-person-a6cd325c80698b2331699224c780ebfb10573602"]}} -{"id":"ec-meeting-2021-06-28-b3a2ff4053e1c0941c3c32dae5f8aa33927d4b23","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-28 - Cabinet of Commissioner Jutta Urpilainen x European Cocoa Association"],"date":["2021-06-28"],"summary":["cocoa and due diligence"],"notes":["Portfolio: International Partnerships"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["ec-person-e29b72fe81d25796214b1c5915c52a124f06cd9d","eu-tr-03804222429-10"]}} -{"id":"ec-meeting-2021-06-28-e0af88dbd4f2e8c7e2f3ca7874cf308201cd5711","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-28 - Cabinet of Executive Vice-President Frans Timmermans x Minderoo Foundation Limited ATF The Minderoo Foundation Trust Fortescue Metals Group Ltd"],"date":["2021-06-28"],"summary":["Hydrogen Policy"],"notes":["Portfolio: European Green Deal"],"location":["Brussels-video conference"],"address":["Brussels-video conference"],"addressEntity":["addr-207aae032db3f4ecaec4faf251340e3be486037d"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-7c876f4825f213b8adbedf089ccedfbc3b36d65b","eu-tr-361336735977-48","eu-tr-123971942816-77"]}} -{"id":"ec-meeting-2021-06-28-f32f21d88d768bb10d3178ba4ef549bd8042a539","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-28 - Cabinet of Executive Vice-President Frans Timmermans x Asociatia ROMA ENTREPRENEURSHIP DEVELOPMENT"],"date":["2021-06-28"],"summary":["Discussion about Roma and Green Deal"],"notes":["Portfolio: European Green Deal"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-9eafbf4a92961023c7df3ab389ae6d4301dec4bf","eu-tr-200768837260-80"]}} -{"id":"ec-meeting-2021-06-28-fbdd2aa8c67e9a165dbe778aab385a9b8d7749c4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-28 - Cabinet of Commissioner Johannes Hahn x Trans Africa Railway Corporation Ltd."],"date":["2021-06-28"],"summary":["TARC presented the inception phase of their project for developing high speed railway in Africa. They explained the state of play and the objectives of their proposal."],"notes":["Portfolio: Budget and Administration"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-commissioner-hahn-johannes-of"],"involved":["ec-person-fc0e10502560866789b824b224f2c41dda3447e1","eu-tr-341619043223-80"]}} -{"id":"ec-meeting-2021-06-29-0a195288fd9b1c62521f8125080f3f43a1c4b8b1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-29 - Cabinet of Executive Vice-President Valdis Dombrovskis x Microsoft Corporation"],"date":["2021-06-29"],"summary":["The main topics for the meeting were: transatlantic relations with a focus on US-EU Trade and Technology Council; digital trade and WTO e-commerce negotiations; Digital angle of economic recovery."],"notes":["Portfolio: An Economy that Works for People"],"location":["video conference"],"address":["video conference"],"addressEntity":["addr-6dc12e3c97077db82f32184f24341ce370a445fd"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["eu-tr-0801162959-21","ec-person-9e7bd1005456277f156b671d1555c6a460fb2f58"]}} -{"id":"ec-meeting-2021-06-29-147fd712589875b2b373209e763dba58e9632972","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-29 - Cabinet of Executive Vice-President Frans Timmermans x FGS Global (Europe) GmbH Aquila Capital Investmentgesellschaft mbH"],"date":["2021-06-29"],"summary":["Fit for 55, recovery, sustainable finance"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-a282162080cef4ef2a8c0ab6247a3e03dc438507","ec-person-e88af8eb396e96e3dbc9b4ec6e40a348d26c389c","eu-tr-378588243266-33","eu-tr-578189413297-97"]}} -{"id":"ec-meeting-2021-06-29-1b9be977e65d19766691c16c2dd22054688b17fb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-29 - Cabinet of Commissioner Thierry Breton x Intel Corporation"],"date":["2021-06-29"],"summary":["processor and semiconductors"],"notes":["Portfolio: Internal Market"],"location":["Commissioner's meeting room"],"address":["Commissioner's meeting room"],"addressEntity":["addr-2290723133f54308c2b8d1c62a38342713499950"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","ec-person-b077a2e9f0fdb3b8f6e91d0bd0b256db9e40ce46","eu-tr-7459401905-60"]}} -{"id":"ec-meeting-2021-06-29-242ffb9adbba9bc265b6ed36c4c643d03f5f94cd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-29 - Cabinet of Executive Vice-President Valdis Dombrovskis x CRH plc TITAN CEMENT INTERNATIONAL SA CEMBUREAU - The European Cement Association"],"date":["2021-06-29"],"summary":["- EU cement industry's decarbonisation efforts\r\n- Fit for 55, trade and carbon leakage\r\n- CBAM"],"notes":["Portfolio: An Economy that Works for People"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["eu-tr-923076644221-23","ec-person-9e7bd1005456277f156b671d1555c6a460fb2f58","eu-tr-93987316076-63","eu-tr-447669443576-63"]}} -{"id":"ec-meeting-2021-06-29-4322c9bb2d4c146ca5d762123a55b35822913c9b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-29 - Cabinet of Commissioner Mariya Gabriel x Microsoft Corporation"],"date":["2021-06-29"],"summary":["European recovery, Twin transition, Digital and Regulatory agenda"],"notes":["Portfolio: Innovation and Youth"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-0801162959-21","ec-person-1674399a793e9e6fd7cf55b525515fc862fc9351"]}} -{"id":"ec-meeting-2021-06-29-4531014eb754068ecd3d06d352c595b1e7c9f112","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-29 - Cabinet of Commissioner Ylva Johansson x Skydda Skogen"],"date":["2021-06-29"],"summary":["Presentation of their latest report- 'Forestry at the Edge'"],"notes":["Portfolio: Home Affairs"],"location":["VTC"],"address":["VTC"],"addressEntity":["addr-9d1acaa772820b8ade84113d2da24716fe455be2"],"organizer":["ec-cabinet-commissioner-johansson-of-ylva"],"involved":["ec-person-981fc36acd82b2e49db83e43763b908c1a89ec0b","eu-tr-653709142112-68"]}} -{"id":"ec-meeting-2021-06-29-4cf63e732e524953b5660f9f14fb7da81d081b24","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-29 - Cabinet of Commissioner Mairead Mcguinness x Crédit Agricole S.A."],"date":["2021-06-29"],"summary":["Basel III"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["video call"],"address":["video call"],"addressEntity":["addr-12d8c530d76da0b7745f9c0f9285e7eec97adc55"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["eu-tr-35147251117-11","ec-person-49e520c7a9c9c47ccb5acfa68f9416e4233af9f8"]}} -{"id":"ec-meeting-2021-06-29-7195fe01ca71ff5141f638e6f155b025d61135da","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-29 - Cabinet of Commissioner Janusz Wojciechowski x spiritsEUROPE"],"date":["2021-06-29"],"summary":["Opening speech in the Annual Trade Event"],"notes":["Portfolio: Agriculture"],"location":["Virtual meeting"],"address":["Virtual meeting"],"addressEntity":["addr-1f1f3f51a4da31a1ea5c1b4b21cbf52ad983224f"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["ec-person-625f8b4379f79adee4f15c6a0417a96bb5a5a403","eu-tr-64926487056-58"]}} -{"id":"ec-meeting-2021-06-29-7197fa8122677211fb72af2a053b6b0a1b41467a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-29 - Cabinet of Executive Vice-President Margrethe Vestager x Intel Corporation"],"date":["2021-06-29"],"summary":["EU's digital transition, the processor and semiconductor ecosystem in Europe"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["In person, Brussels"],"address":["In person, Brussels"],"addressEntity":["addr-a87899b223ca28018d3285938e6d6b8b1cacba42"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-11d97788772862bb34f51dd26d7f92603eac1bf8","ec-person-7f4ed7789b52b8daf8b637232a16c6d3120c5e37","eu-tr-7459401905-60"]}} -{"id":"ec-meeting-2021-06-29-719c1ff0f4661471accba619cc7ec743fe8fea84","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-29 - Cabinet of Commissioner Paolo Gentiloni x European Newspaper Publishers' Association"],"date":["2021-06-29"],"summary":["digital levy"],"notes":["Portfolio: Economy"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-cabinet-commissioner-gentiloni-of-paolo"],"involved":["eu-tr-5950962136-12","ec-person-404d55367ba0dadec989b6dc2eab96ef2abd96af"]}} -{"id":"ec-meeting-2021-06-29-7c642f27673552e21949bfc46154ecb41d616dcc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-29 - Cabinet of Commissioner Olivér Várhelyi x Secretariat of COMECE (Commission of the Episcopates of the European Union)"],"date":["2021-06-29"],"summary":["Exchange of views on the future of Lebanon"],"notes":["Portfolio: Neighbourhood and Enlargement"],"location":["VTC"],"address":["VTC"],"addressEntity":["addr-9d1acaa772820b8ade84113d2da24716fe455be2"],"organizer":["ec-cabinet-commissioner-of-oliver-varhelyi"],"involved":["eu-tr-47350036909-69","ec-person-daf8ff1073a04b30d2f54219ecc93002ef3a684d"]}} -{"id":"ec-meeting-2021-06-29-8a58d0925b9f6cb26b377dbe6239a67ac7beab5c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-29 - Cabinet of Commissioner Kadri Simson x Transport and Environment (European Federation for Transport and Environment) Breakthrough Energy Catalyst Foundation Hydrogen Europe Lloyd's Register A.P. Møller - Mærsk A/S"],"date":["2021-06-29"],"summary":["\"Hydrogen Coffee\" discussion on decarbonisation of maritime shipping through hydrogen"],"notes":["Portfolio: Energy"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["eu-tr-58744833263-19","eu-tr-680443918500-51","eu-tr-77659588648-75","ec-person-1995c65b8dc7f3702a8c30ed96a0144075848837","ec-person-ba3b83676ad38094e71b64b644f3e3d2c61b8182","ec-person-2fb98fc84d2cf8d481688eff3d47f7745ead3592","eu-tr-464531124459-38","eu-tr-424103441763-49"]}} -{"id":"ec-meeting-2021-06-29-a10ea18772f1331a93ec52afe77b997a3ee87dc9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-29 - Cabinet of Commissioner Mairead Mcguinness x EuroCommerce"],"date":["2021-06-29"],"summary":["Payments, green finance, impact of Brexit."],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Video Conferencing"],"address":["Video Conferencing"],"addressEntity":["addr-e3b7413b2ac93be00b6bcff51fdc1374d67118bd"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-2b9c589fb2354bd93067644d2c3d2c058d4c4cc9","eu-tr-84973761187-60"]}} -{"id":"ec-meeting-2021-06-29-b241abf96fbe7181e3bf1bedfba0905acc2f2ceb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-29 - Internal Market, Industry, Entrepreneurship and SMEs x Robert Bosch GmbH"],"date":["2021-06-29"],"summary":["Discussion on Industry expectation for Fit-for-55 Package"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-grow"],"involved":["ec-person-0151c7e554d188fffc509ad636b7d1a84c5dfcd5","eu-tr-8999533555-91"]}} -{"id":"ec-meeting-2021-06-29-b7bd3d808e493102867623e0b73264daaf48537f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-29 - Mobility and Transport x DFS Deutsche Flugsicherung GmbH"],"date":["2021-06-29"],"summary":["SES2, Sesar"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-move"],"involved":["eu-tr-80667711712-64","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2021-06-29-c028e5fbe41014ec3d06d4cb548ac9f9f8227dcf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-29 - Cabinet of Commissioner Mairead Mcguinness x Paris EUROPLACE"],"date":["2021-06-29"],"summary":["Q& A at International Financial forum"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Video conferencing"],"address":["Video conferencing"],"addressEntity":["addr-4a260fcbdf035aeae48bfb811f1225b05f636185"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-2b9c589fb2354bd93067644d2c3d2c058d4c4cc9","eu-tr-523146516037-10"]}} -{"id":"ec-meeting-2021-06-29-dc9a65a3413fd6e05942952848c344619f72cd16","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-29 - Cabinet of Commissioner Johannes Hahn x Scope Group"],"date":["2021-06-29"],"summary":["- NGEU funding strategy/EU borrowing activities in general\r\n- Rules of appointment of European credit rating agency (according to Financial Regulation)"],"notes":["Portfolio: Budget and Administration"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hahn-johannes-of"],"involved":["ec-person-6dd3472dac004e43ec1fa4f5b4106e3b476c9ce7","ec-person-2c80606be696f31ebe1aa5792ddd7736e4674226","eu-tr-441946743333-66"]}} -{"id":"ec-meeting-2021-06-29-ef280d7eadd8e2e0a8d87e966586199d5e5f1b07","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-29 - Cabinet of Commissioner Didier Reynders x Deutsche Telekom"],"date":["2021-06-29"],"summary":["GDPR, Sustainable Corporate Governance"],"notes":["Portfolio: Justice"],"location":["video confrence"],"address":["video confrence"],"addressEntity":["addr-6d7db197e23b830c7b2fdf4b4205be5f85bca021"],"organizer":["ec-cabinet-commissioner-didier-of-reynders"],"involved":["ec-person-442bf1ae9900b999673cdd7389224d0e21b67d4d","ec-person-1e25399e2267734c5f4c69093d2286c8898ee9f0","eu-tr-60052162589-72"]}} -{"id":"ec-meeting-2021-06-30-0b44f36941cefa063adda0f0e2ce73067794edab","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-30 - Cabinet of Commissioner Helena Dalli x End Female Genital Mutilation - European Network"],"date":["2021-06-30"],"summary":["VC , speaker \"Men Standing Up for Gender Equality\""],"notes":["Portfolio: Equality"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-dalli-helena-of"],"involved":["eu-tr-488509127575-64","ec-person-d15c205cb9cbb310d2811039c0160c1de7c84638"]}} -{"id":"ec-meeting-2021-06-30-0ea1dca626ec4562ca4dee8bc4df6cef79b7d7e8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-30 - Cabinet of Executive Vice-President Frans Timmermans x Bayerische Motoren Werke Aktiengesellschaft Association des Constructeurs Européens d'Automobiles"],"date":["2021-06-30"],"summary":["Automotive in the Fit for 55 package"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-7c876f4825f213b8adbedf089ccedfbc3b36d65b","eu-tr-7193977808-18","eu-tr-0649790813-47"]}} -{"id":"ec-meeting-2021-06-30-2596ace6534a12f9e3df5f6b0758b0dd9a1f8650","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-30 - Cabinet of Commissioner Paolo Gentiloni x Kreab"],"date":["2021-06-30"],"summary":["competition issues in the transport sector (motor/vehicle)"],"notes":["Portfolio: Economy"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-cabinet-commissioner-gentiloni-of-paolo"],"involved":["eu-tr-1078390517-54","ec-person-404d55367ba0dadec989b6dc2eab96ef2abd96af"]}} -{"id":"ec-meeting-2021-06-30-2be8ff0265f30bf2d1efcc8ca69cf668953259e2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-30 - Cabinet of Executive Vice-President Frans Timmermans x Citizens' Climate Europe"],"date":["2021-06-30"],"summary":["Fit for 55 package"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-e88af8eb396e96e3dbc9b4ec6e40a348d26c389c","eu-tr-111734132634-17"]}} -{"id":"ec-meeting-2021-06-30-3c4bb310a0250cd5e097911921c076066048ba99","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-30 - Cabinet of Commissioner Mairead Mcguinness x Banking & Payments Federation Ireland"],"date":["2021-06-30"],"summary":["Banking and payments federation of Ireland(hosting, other bank associations invited)\r\nThe topic of the meeting was operational risk"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["video call"],"address":["video call"],"addressEntity":["addr-12d8c530d76da0b7745f9c0f9285e7eec97adc55"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["eu-tr-981559116223-93","ec-person-49e520c7a9c9c47ccb5acfa68f9416e4233af9f8"]}} -{"id":"ec-meeting-2021-06-30-3efdbd1fcc9fb10dcd6f4cbdce772c66dff193dd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-30 - Taxation and Customs Union x European Contact Group"],"date":["2021-06-30"],"summary":["Videoconference - Discussion green taxation and the role of the audit profession"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-taxud"],"involved":["ec-person-9e42f316f38c8e126c2cd2bc84affb891338c7f3","eu-tr-0633841538-63"]}} -{"id":"ec-meeting-2021-06-30-499b0367369b828ed111bc619f58381568b42ced","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-30 - Cabinet of Executive Vice-President Margrethe Vestager x Impulse Innovations Ltd"],"date":["2021-06-30"],"summary":["Presentation of the company, Artificial Intelligence"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-749624243209-92","ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0"]}} -{"id":"ec-meeting-2021-06-30-4c6ca27ee07daf587625197d56ddc2529430c10a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-30 - Cabinet of Commissioner Mairead Mcguinness x COMPAGNIE NATIONALE DES COMMISSAIRES AUX COMPTES"],"date":["2021-06-30"],"summary":["CMU/Audit & Sustainable Finance"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["eu-tr-829786043094-93","ec-person-d3cc20cb34ca6b5bf95417f5f9557b6c2aa749fc"]}} -{"id":"ec-meeting-2021-06-30-50aa255041ff7e857068d685cc94a98e33c82198","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-30 - Cabinet of Executive Vice-President Frans Timmermans x Industriegewerkschaft Metall"],"date":["2021-06-30"],"summary":["Panelist at Livestream IG Metall \"Fit for 55\""],"notes":["Portfolio: European Green Deal"],"location":["videoconference (Brussels)"],"address":["videoconference (Brussels)"],"addressEntity":["addr-5dd22b57a9d6f7be6f130d619b6be6e2434c4ab3"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-757195013270-80","ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce"]}} -{"id":"ec-meeting-2021-06-30-6380278a07864a65c8648058cbf21b4b511a5c3e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-30 - Cabinet of Executive Vice-President Frans Timmermans x Transport and Environment (European Federation for Transport and Environment)"],"date":["2021-06-30"],"summary":["Discussion on applying emissions trading to the road transport sector"],"notes":["Portfolio: European Green Deal"],"location":["video call"],"address":["video call"],"addressEntity":["addr-12d8c530d76da0b7745f9c0f9285e7eec97adc55"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-f1a3478550296f3f9accdc67d6ef5a0b681dda4b","eu-tr-58744833263-19"]}} -{"id":"ec-meeting-2021-06-30-678ddffe74052919d8800191592bc88f004984df","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-30 - Cabinet of Commissioner Virginijus Sinkevičius x European Association of Fish Producers Organisations"],"date":["2021-06-30"],"summary":["To discuss the situation with North East Atlantic Mackerel"],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["ec-person-dd7a7b1952e158f4195d34cff333ec79a4f48ba3","ec-person-1443799688ae485d7a2fee5c9defab2c5b7c7e6c","eu-tr-46491656228-65"]}} -{"id":"ec-meeting-2021-06-30-69cee6f1f40b0485fe16f1e590294703e2c722f3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-30 - Cabinet of Commissioner Mariya Gabriel x acatech-Deutsche Akademie der Technikwissenschaften/ National Academy of Science and Engineering"],"date":["2021-06-30"],"summary":["Innovation and Science"],"notes":["Portfolio: Innovation and Youth"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-07872017103-70","ec-person-1674399a793e9e6fd7cf55b525515fc862fc9351"]}} -{"id":"ec-meeting-2021-06-30-87a0f1994e1cebc6a0e98872f8f0e53f94d7bc1e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-30 - Cabinet of Vice-President Dubravka Šuica x Amsterdam: AI Technology for People"],"date":["2021-06-30"],"summary":["Meeting on EUROPINIONS project which the Center for Politics and Communications of UvA led with Prof. Claes de Vreese and\r\nDr Andreas Goldberg and DELAVENNE Thibault, Bleubook Trainee."],"notes":["Portfolio: Democracy and Demography"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-dubravka-of-president-suica-vice"],"involved":["eu-tr-764189838543-45","ec-person-2ea66ac99d83c7f0ff7dfcfd7d90f9416dc22e61"]}} -{"id":"ec-meeting-2021-06-30-884090d30e3ce66031946d62f4286ee0f7cc0d6c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-30 - Cabinet of President Ursula von der Leyen x Bayerische Motoren Werke Aktiengesellschaft"],"date":["2021-06-30"],"summary":["Preparation of Fit for 55"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-a70a59f6ad1b3cbdb6b7d780429f7f940ad53fea","eu-tr-7193977808-18"]}} -{"id":"ec-meeting-2021-06-30-89e5bf2337879285e0d53613505623507cc57ea4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-30 - Cabinet of Commissioner Adina Vălean x Bayerische Motoren Werke Aktiengesellschaft Association des Constructeurs Européens d'Automobiles"],"date":["2021-06-30"],"summary":["Decarbonisation of road transport"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["eu-tr-0649790813-47","ec-person-e5f1558cac43dd4f90847b508b6753edb0a9f903","eu-tr-7193977808-18","ec-person-267c5ab3ea5304fc6305ef321e214c9c1cd0f78e","ec-person-cc0354fbf386eb83f57c00ad5240f1dddeeabab4"]}} -{"id":"ec-meeting-2021-06-30-a7a13132f16aa98333a91eb86db7e0b68cb23152","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-30 - Education, Youth, Sport and Culture x British Council"],"date":["2021-06-30"],"summary":["Exchange of views"],"location":["online"],"address":["online"],"addressEntity":["addr-2dbc2fd2358e1ea1b7a6bc08ea647b9a337ac92d"],"organizer":["ec-dg-eac"],"involved":["ec-person-68d4f99b9ed1b40d86ebbf81f8f35aeebd6c5fc5","eu-tr-17888758870-92"]}} -{"id":"ec-meeting-2021-06-30-ce12dd355474018c1a39aefc37fb51474dec5937","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-30 - Cabinet of Executive Vice-President Frans Timmermans x Forum Energii"],"date":["2021-06-30"],"summary":["Online event Forum Energii \"Fit for 55\""],"notes":["Portfolio: European Green Deal"],"location":["videoconference (Brussels)"],"address":["videoconference (Brussels)"],"addressEntity":["addr-5dd22b57a9d6f7be6f130d619b6be6e2434c4ab3"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-692020425876-28","ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce"]}} -{"id":"ec-meeting-2021-06-30-d8546b41db8683dd2e18ee80a814b6b02b9269a0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-30 - Cabinet of Commissioner Thierry Breton x Etsy Ireland"],"date":["2021-06-30"],"summary":["Marketplaces in the DSA"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-671163933953-21","ec-person-4d83416435f81b1f1e8f5c86aeebb1478577f1d2"]}} -{"id":"ec-meeting-2021-06-30-d9830682087cd7eaa2f27091e8388064d4cc39d2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-30 - Budget x Euronext"],"date":["2021-06-30"],"summary":["Next Generation EU (NGEU)"],"location":["webex"],"address":["webex"],"addressEntity":["addr-a37f437ef502701df6cd547f0ec20f9f6c19464e"],"organizer":["ec-dg-budg"],"involved":["eu-tr-17804464809-28","ec-person-39635b893026833f739fe623fe7e9d5a97525e7a"]}} -{"id":"ec-meeting-2021-06-30-da5f55c01cb83e5ae2c6ecbc4db3206ab58a403b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-30 - Cabinet of Commissioner Mairead Mcguinness x Ryanair Holdings"],"date":["2021-06-30"],"summary":["EU Digital COVID Certs, connectivity, state aid, social dialogue, environmental legislation"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-2b9c589fb2354bd93067644d2c3d2c058d4c4cc9","ec-person-00f66582d8581f7480e12525027b5a1ee9b22f07","eu-tr-002977215945-85"]}} -{"id":"ec-meeting-2021-06-30-dfcaf1f6c6d7157e0591016332da6bb305ab9aad","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-30 - Cabinet of Commissioner Mairead Mcguinness x Global Counsel Limited"],"date":["2021-06-30"],"summary":["EU open Strategic autonomy - Fostering Economic Integration, Capital markets union."],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Video Conferencing"],"address":["Video Conferencing"],"addressEntity":["addr-e3b7413b2ac93be00b6bcff51fdc1374d67118bd"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-2b9c589fb2354bd93067644d2c3d2c058d4c4cc9","eu-tr-590425913785-60"]}} -{"id":"ec-meeting-2021-06-30-ec1fd92750b1fec21a9f6c19687064f13caddefd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-06-30 - Cabinet of Commissioner Johannes Hahn x Bayerische Motoren Werke Aktiengesellschaft Association des Constructeurs Européens d'Automobiles"],"date":["2021-06-30"],"summary":["Electrification in the automotive industry and transformation of the European Automotive Sector."],"notes":["Portfolio: Budget and Administration"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hahn-johannes-of"],"involved":["ec-person-26e87e8dbc382b84ce1f54266bee0b7eab520454","eu-tr-7193977808-18","eu-tr-0649790813-47","ec-person-6dd3472dac004e43ec1fa4f5b4106e3b476c9ce7"]}} -{"id":"ec-meeting-2021-07-01-1b69be049aac2ab1665f4acfc7a43ee87b922223","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-07-01 - Internal Market, Industry, Entrepreneurship and SMEs x Industriegewerkschaft Metall"],"date":["2021-07-01"],"summary":["Mr Jörg Hofmann and the works councils of major OEMs and suppliers from the automotive industry are interested to exchange views on Euro 7."],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-grow"],"involved":["ec-person-0151c7e554d188fffc509ad636b7d1a84c5dfcd5","eu-tr-757195013270-80"]}} -{"id":"ec-meeting-2021-07-01-25f6df0b9278cadf32fb1cd381e476a9de82d30d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-07-01 - Cabinet of Executive Vice-President Valdis Dombrovskis x Workday"],"date":["2021-07-01"],"summary":["Latest developments and the work in progress regarding the Trade and Technology Council (TTC)"],"notes":["Portfolio: An Economy that Works for People"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["eu-tr-021253717373-58","ec-person-1d8581216d9aa7f26fa098a81e84ca61e0e3f261"]}} -{"id":"ec-meeting-2021-07-01-4506bf745efbbf9e4f901b25fe94db5d8a9f07e7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-07-01 - Cabinet of Commissioner Paolo Gentiloni x WWF European Policy Programme"],"date":["2021-07-01"],"summary":["SDGs"],"notes":["Portfolio: Economy"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-cabinet-commissioner-gentiloni-of-paolo"],"involved":["eu-tr-1414929419-24","ec-person-6168eb3d5d9bc71f9dc22fb6f75f77fa485ec252"]}} -{"id":"ec-meeting-2021-07-01-4814e6884507cd396bad554e950203da4ac1f166","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-07-01 - Cabinet of Commissioner Nicolas Schmit x European Association of Electrical Contractors"],"date":["2021-07-01"],"summary":["European Construction Sector: Opportunities for new talent"],"notes":["Portfolio: Jobs and Social Rights"],"location":["online"],"address":["online"],"addressEntity":["addr-2dbc2fd2358e1ea1b7a6bc08ea647b9a337ac92d"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-66fa2c2d100ec194caa42b5c6f97c36e2748b71c","eu-tr-9089874181-55"]}} -{"id":"ec-meeting-2021-07-01-6380278a07864a65c8648058cbf21b4b511a5c3e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-07-01 - Cabinet of Executive Vice-President Frans Timmermans x Transport and Environment (European Federation for Transport and Environment)"],"date":["2021-07-01"],"summary":["Discussion on transport in the Fit for 2030 package"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-d56ecbfde17436a136fc89c9a978b266e8285c84","eu-tr-58744833263-19"]}} -{"id":"ec-meeting-2021-07-01-81e82a989a51dd126fa7da6fcd534f8329cccbe5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-07-01 - Cabinet of Commissioner Stella Kyriakides x European Sustainable Agriculture through Genome Editing"],"date":["2021-07-01"],"summary":["VC Meeting - New Genomic Techniques"],"notes":["Portfolio: Health"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-kyriakides-of-stella"],"involved":["eu-tr-030272137138-11","ec-person-081d99a6f9ed1259db43e2cbcba20275774511b2","ec-person-991ce64cea5178762c932ac823ea5d309e7a8d93"]}} -{"id":"ec-meeting-2021-07-01-9c4d81d6807632a563d5fbfea8f2b2020c6dbb9b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-07-01 - Cabinet of Executive Vice-President Valdis Dombrovskis x European Telecommunications Network Operators' Association"],"date":["2021-07-01"],"summary":["Latest developments and the work in progress regarding the Trade and Technology Council (TTC)"],"notes":["Portfolio: An Economy that Works for People"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-1d8581216d9aa7f26fa098a81e84ca61e0e3f261","eu-tr-08957111909-85"]}} -{"id":"ec-meeting-2021-07-01-9cb487f19e0bbd59f321f55299e69f334bdd9103","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-07-01 - Cabinet of Vice-President Margaritis Schinas x None"],"date":["2021-07-01"],"summary":["Implementation Covid Certificate"],"notes":["Portfolio: Promoting the European Way of Life"],"location":["online meeting"],"address":["online meeting"],"addressEntity":["addr-b385bbe7e761556665e3696aa1bcfc817c2db583"],"organizer":["ec-cabinet-margaritis-of-president-schinas-vice"],"involved":["eu-tr-1805107590-28","ec-person-c8d1d7f3012c344bc60630eb456865390bddc7c5","eu-tr-88072891086-36","ec-person-05650a4a170c56b9866c57f4610fcd005d5ccc24","ec-person-43f9f86cfe94e45a95f7fbdea9a59a54955ebcfa","eu-tr-90905271757-87","eu-tr-807912421050-91","eu-tr-400264638758-52","eu-tr-29896393398-67"]}} -{"id":"ec-meeting-2021-07-01-a154482374dcf6cbd8e01b2e83c158549dde5e6a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-07-01 - Cabinet of Executive Vice-President Margrethe Vestager x Apple Inc."],"date":["2021-07-01"],"summary":["DMA"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-588327811384-96","ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0","ec-person-73fb1ddd279f8c6697a055567a2c09606006b875","ec-person-11ba005cc4046696303381b7ca219da9b11a42bf"]}} -{"id":"ec-meeting-2021-07-01-a908f31c8c1683469b1b0f41d60c8f90d814abe7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-07-01 - Cabinet of Commissioner Thierry Breton x Transport and Environment (European Federation for Transport and Environment)"],"date":["2021-07-01"],"summary":["CO2 standards for cars and vans"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-6308dea893b9b1ca0dcd5b91b4a1ac4c2f3020ad","ec-person-026c2270ec4cbabdb8ac223b2d1fa4202696dc8d","eu-tr-58744833263-19"]}} -{"id":"ec-meeting-2021-07-01-a949b917461e8be60eb4598851562713b5a40218","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-07-01 - Cabinet of Commissioner Mairead Mcguinness x FRANCE INVEST"],"date":["2021-07-01"],"summary":["CMU/ELTIF review"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-d3cc20cb34ca6b5bf95417f5f9557b6c2aa749fc","eu-tr-270408511443-95"]}} -{"id":"ec-meeting-2021-07-01-ada791ed3b2b5d095b71647715ab471928908241","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-07-01 - Internal Market, Industry, Entrepreneurship and SMEs x Technology Industries of Finland (Teknologiateollisuus ry)"],"date":["2021-07-01"],"summary":["Presenting their ideas on implementing EU industrial policy linking it to single market implementation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-grow"],"involved":["ec-person-0151c7e554d188fffc509ad636b7d1a84c5dfcd5","eu-tr-39705603497-38"]}} -{"id":"ec-meeting-2021-07-01-aea33eae908953665b15e6dc3e704d976355fe0a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-07-01 - Climate Action x The European Steel Association"],"date":["2021-07-01"],"summary":["Fit for 55 package, CBAM and ETS"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-clima"],"involved":["ec-person-9c5c685692a09a77f2bc8ae9c05663b87cd75aae","eu-tr-93038071152-83"]}} -{"id":"ec-meeting-2021-07-01-b27c96c75266a62e2a9076963c2c61842345d049","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-07-01 - Cabinet of President Ursula von der Leyen x None"],"date":["2021-07-01"],"summary":["EU COVID Certificate"],"notes":["Portfolio: President"],"location":["Brussels (Teams)"],"address":["Brussels (Teams)"],"addressEntity":["addr-9950cce930e253f44f556bb339d2a1106073cd7b"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-7019713e72781afb1f3b19032c4752a314b78180","eu-tr-1805107590-28","eu-tr-88072891086-36","eu-tr-42566063487-73","eu-tr-90905271757-87","eu-tr-807912421050-91"]}} -{"id":"ec-meeting-2021-07-01-bbe9c313d85a0e680facf1371afbc3f99046e090","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-07-01 - Cabinet of Commissioner Ylva Johansson x Lantbrukarnas Riksförbund"],"date":["2021-07-01"],"summary":["Forest Strategy and REDIII"],"notes":["Portfolio: Home Affairs"],"location":["VTC"],"address":["VTC"],"addressEntity":["addr-9d1acaa772820b8ade84113d2da24716fe455be2"],"organizer":["ec-cabinet-commissioner-johansson-of-ylva"],"involved":["ec-person-981fc36acd82b2e49db83e43763b908c1a89ec0b","eu-tr-79239225070-38","ec-person-e80f1d4512f8632e5baa488ed887e131294d744e"]}} -{"id":"ec-meeting-2021-07-02-2584579664b6c01ef541b9d4f6ee2a1164bcc130","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-07-02 - Cabinet of Commissioner Mairead Mcguinness x University College Dublin – National University of Ireland, Dublin"],"date":["2021-07-02"],"summary":["CMU, digital finance"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Video Conferencing"],"address":["Video Conferencing"],"addressEntity":["addr-e3b7413b2ac93be00b6bcff51fdc1374d67118bd"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-2b9c589fb2354bd93067644d2c3d2c058d4c4cc9","eu-tr-539145619702-32","ec-person-00f66582d8581f7480e12525027b5a1ee9b22f07"]}} -{"id":"ec-meeting-2021-07-02-2c63596d373d2cbf48aacd2f70c7906f45b465c9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-07-02 - Cabinet of Commissioner Mairead Mcguinness x Hoist Finance AB (publ)"],"date":["2021-07-02"],"summary":["Hoist Finance. Bank limits."],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["video call"],"address":["video call"],"addressEntity":["addr-12d8c530d76da0b7745f9c0f9285e7eec97adc55"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["eu-tr-000104242849-49","ec-person-49e520c7a9c9c47ccb5acfa68f9416e4233af9f8"]}} -{"id":"ec-meeting-2021-07-02-38081435525037ba56b83d58315e6d4699d43329","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-07-02 - Cabinet of Commissioner Virginijus Sinkevičius x Conféderation Européenne des Propriétaires Forestiers Arbeitsgemeinschaft Deutscher Waldbesitzerverbände e. V. Forest and Land Owners Association of Lithuania Forestiers Privés de France Landwirtschaftskammer Österreich Maa- ja metsätaloustuottajain Keskusliitto – Central Union of Agricultural Producers and Forest Owners European Landowners' Organization asbl European farmers"],"date":["2021-07-02"],"summary":["European Green Deal and the next EU Forest Strategy"],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["eu-tr-56039441735-48","eu-tr-507088735315-73","eu-tr-36063991244-88","eu-tr-44856881231-49","ec-person-172a438ed334761e2ab5d52e551fd1bcb6ab6b8d","eu-tr-312771040529-84","eu-tr-66690371529-15","eu-tr-600994616595-50","eu-tr-3647455667-08"]}} -{"id":"ec-meeting-2021-07-02-4e90958777b2c8b733fb5db77d0cb70211c57d2a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-07-02 - Cabinet of Vice-President Věra Jourová x News Media Europe"],"date":["2021-07-02"],"summary":["Media freedom, Rule of Law, MAAP, SLAPP"],"notes":["Portfolio: Values and Transparency"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["ec-person-bf54da17217bbddfd9c68fe24d88005ac17e2c4b","eu-tr-577812220311-81"]}} -{"id":"ec-meeting-2021-07-02-58f2c0ccfa65a5785e8bdc8d8d10de13ac537de8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-07-02 - Cabinet of Executive Vice-President Frans Timmermans x Landwirtschaftskammer Österreich Forestiers Privés de France Conféderation Européenne des Propriétaires Forestiers Arbeitsgemeinschaft Deutscher Waldbesitzerverbände e. V. European farmers Maa- ja metsätaloustuottajain Keskusliitto – Central Union of Agricultural Producers and Forest Owners European Landowners' Organization asbl Forest and Land Owners Association of Lithuania"],"date":["2021-07-02"],"summary":["European Green Deal and the next EU Forest Strategy"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-56039441735-48","eu-tr-507088735315-73","eu-tr-36063991244-88","eu-tr-44856881231-49","ec-person-8af3c81534786a740718d21dc58240738a53ed7b","eu-tr-312771040529-84","eu-tr-66690371529-15","eu-tr-600994616595-50","eu-tr-3647455667-08"]}} -{"id":"ec-meeting-2021-07-02-5deecadc3b05ddc0842ab396ad75a143df72b56d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-07-02 - Cabinet of Commissioner Janusz Wojciechowski x Fern"],"date":["2021-07-02"],"summary":["Renewable Energy Directive and Forestry"],"notes":["Portfolio: Agriculture"],"location":["Online meeting"],"address":["Online meeting"],"addressEntity":["addr-9d833a1da3074efd384ee6bc2b108c1f5bb379e0"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["ec-person-cafe030b6dad78a75143f7552c420481b30ebceb","eu-tr-40538475090-82"]}} -{"id":"ec-meeting-2021-07-02-690934db959a73645a3fdd28178de4d94c4c8e2f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-07-02 - Employment, Social Affairs and Inclusion x EUROPEAN TRADE UNION CONFEDERATION"],"date":["2021-07-02"],"summary":["right to disconnect"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-empl"],"involved":["eu-tr-06698681039-26","ec-person-dd259fce880e1853f0beb087443bce6e7dea70d7"]}} -{"id":"ec-meeting-2021-07-02-7497b146f3ed7320b46913263ce03a590519bfb7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-07-02 - Internal Market, Industry, Entrepreneurship and SMEs x Bundesverband der Deutschen Industrie e.V."],"date":["2021-07-02"],"summary":["Present their views on sustainable corporate governance"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-grow"],"involved":["eu-tr-1771817758-48","ec-person-0151c7e554d188fffc509ad636b7d1a84c5dfcd5"]}} -{"id":"ec-meeting-2021-07-02-794eb188ebeb82cbc6e7dd6f460f026308dbff8b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-07-02 - Cabinet of Executive Vice-President Frans Timmermans x CEMBUREAU - The European Cement Association"],"date":["2021-07-02"],"summary":["Carbon Border Adjustment Mechanism; EU ETS"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-e88af8eb396e96e3dbc9b4ec6e40a348d26c389c","ec-person-f1a3478550296f3f9accdc67d6ef5a0b681dda4b","eu-tr-93987316076-63"]}} -{"id":"ec-meeting-2021-07-02-7a7f852a2019f5a7499225fd4ac2140fb8abc6b3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-07-02 - Cabinet of Commissioner Kadri Simson x Energiföretagen / Swedenergy"],"date":["2021-07-02"],"summary":["Overview on the latest concerning Swedish energy market."],"notes":["Portfolio: Energy"],"location":["Stockholm, Sweden"],"address":["Stockholm, Sweden"],"addressEntity":["addr-92169336ee423643e4d74d0dc5724c6b612cc7a8"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["eu-tr-13073098010-57","ec-person-1995c65b8dc7f3702a8c30ed96a0144075848837"]}} -{"id":"ec-meeting-2021-07-02-7bdb1f3108544d4ba92ad5b9cbc4ed6db334897d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-07-02 - Cabinet of Executive Vice-President Margrethe Vestager x GLOBALFOUNDRIES Management Services Limited Liability Company & Co. KG"],"date":["2021-07-02"],"summary":["Issues within the competition portfolio"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-11d97788772862bb34f51dd26d7f92603eac1bf8","eu-tr-721066539792-75","ec-person-7f4ed7789b52b8daf8b637232a16c6d3120c5e37"]}} -{"id":"ec-meeting-2021-07-02-7e6bccdd8e4942292dcc3f1a95aa174d6ede1998","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-07-02 - Cabinet of Commissioner Kadri Simson x Drivkraft Sverige AB"],"date":["2021-07-02"],"summary":["Discussing how targets set for 2020 for the role of biofuels & renewables during Swedish presidency in 2009, were ambitious, but how today we need to aim significantly higher."],"notes":["Portfolio: Energy"],"location":["Stockholm, Sweden"],"address":["Stockholm, Sweden"],"addressEntity":["addr-92169336ee423643e4d74d0dc5724c6b612cc7a8"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["ec-person-1995c65b8dc7f3702a8c30ed96a0144075848837","eu-tr-110109719289-35"]}} -{"id":"ec-meeting-2021-07-02-8fd3e75f016d7194787327085983e30ca6fd276b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-07-02 - Cabinet of Executive Vice-President Margrethe Vestager x DIGITALEUROPE"],"date":["2021-07-02"],"summary":["Digitalisation of health sector"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-64270747023-20","ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0","ec-person-3da433aae105b13fe027e9c9b3dcac2c97029370","ec-person-11ba005cc4046696303381b7ca219da9b11a42bf"]}} -{"id":"ec-meeting-2021-07-02-9ac502273341b60aa7667445aa786f1849e7f512","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-07-02 - Internal Market, Industry, Entrepreneurship and SMEs x Wirtschaftsvereinigung Stahl"],"date":["2021-07-02"],"summary":["WV would like to discuss their views two on-going files: CBAM and ETS"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-grow"],"involved":["eu-tr-75755621888-61","ec-person-0151c7e554d188fffc509ad636b7d1a84c5dfcd5"]}} -{"id":"ec-meeting-2021-07-02-a9d0b7f21850d37550f96b704e65c079dbf0f0f6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-07-02 - Cabinet of Commissioner Paolo Gentiloni x Borsa Italiana"],"date":["2021-07-02"],"summary":["exchange on markets for European sovereign bonds in the context of the economic recovery"],"notes":["Portfolio: Economy"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-cabinet-commissioner-gentiloni-of-paolo"],"involved":["eu-tr-848841415210-63","ec-person-8da36db391ed53f362d495cd564ba8b45c7003e1"]}} -{"id":"ec-meeting-2021-07-02-f46fed319b674e3521c186a7797e3fc681fc3ce8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-07-02 - Cabinet of Commissioner Virginijus Sinkevičius x European Environmental Bureau Stichting BirdLife Europe"],"date":["2021-07-02"],"summary":["To mark the engagement of 104,000 citizens in the EU Open Public Consultation for an EU Nature Restoration Law and to shortly discuss some issues related to biodiversity and the nature restoration law."],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["eu-tr-1083162721-43","eu-tr-06798511314-27","ec-person-dd7a7b1952e158f4195d34cff333ec79a4f48ba3","ec-person-172a438ed334761e2ab5d52e551fd1bcb6ab6b8d"]}} -{"id":"ec-meeting-2021-07-04-2007b4022970c114010fa6e46d1c07db1a5f7b05","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-07-04 - Energy x SOLAR IMPULSE FOUNDATION"],"date":["2021-07-04"],"summary":["European Green Deal, technology and innovation."],"location":["Aix-en-Provence"],"address":["Aix-en-Provence"],"addressEntity":["addr-5a6f9e0c6aa040e4c5cedf050bd9366a37294da1"],"organizer":["ec-dg-ener"],"involved":["eu-tr-569885924378-48","ec-person-9c0f33ecb9f6badd5f4b5f1a4bd7677e18a52a22"]}} -{"id":"ec-meeting-2021-07-04-594633b30c0aebef849f8294d305cdab7533fd89","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-07-04 - Energy x Eurelectric aisbl"],"date":["2021-07-04"],"summary":["Electrification and current policy priorities in the context of the European Green Deal."],"location":["Aix-en-Provence"],"address":["Aix-en-Provence"],"addressEntity":["addr-5a6f9e0c6aa040e4c5cedf050bd9366a37294da1"],"organizer":["ec-dg-ener"],"involved":["eu-tr-4271427696-87","ec-person-9c0f33ecb9f6badd5f4b5f1a4bd7677e18a52a22"]}} -{"id":"ec-meeting-2021-07-04-c80062fdf0dac9372ae582ce72dc55b556d583b2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-07-04 - Energy x ENEDIS"],"date":["2021-07-04"],"summary":["Role of DSOs in the energy transition."],"location":["Aix-en-Provence"],"address":["Aix-en-Provence"],"addressEntity":["addr-5a6f9e0c6aa040e4c5cedf050bd9366a37294da1"],"organizer":["ec-dg-ener"],"involved":["ec-person-9c0f33ecb9f6badd5f4b5f1a4bd7677e18a52a22","eu-tr-68134637922-07"]}} -{"id":"ec-meeting-2021-07-05-0487c8657419aa2e6240f228373f1284ae8ee10d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-07-05 - Cabinet of Executive Vice-President Margrethe Vestager x Superrr Lab SL gGmbH"],"date":["2021-07-05"],"summary":["Funding programs - European Open Technology Fund"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0","eu-tr-178653843409-01"]}} -{"id":"ec-meeting-2021-07-05-080f22fa31e89f959d0895951534da037b9707bd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-07-05 - Cabinet of Executive Vice-President Valdis Dombrovskis x France Industrie"],"date":["2021-07-05"],"summary":["- the industrial strategy (update)\r\n- the upcoming CBAM legislative proposal\r\n- the trade policy (review)\r\n- the sustainable finance, taxonomy delegated acts"],"notes":["Portfolio: An Economy that Works for People"],"location":["video conference"],"address":["video conference"],"addressEntity":["addr-6dc12e3c97077db82f32184f24341ce370a445fd"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["eu-tr-60974102057-03","ec-person-9e7bd1005456277f156b671d1555c6a460fb2f58"]}} -{"id":"ec-meeting-2021-07-05-38c35327bb86d5aa749c01d25611f133d975a1e8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-07-05 - Cabinet of Commissioner Thierry Breton x freenet AG"],"date":["2021-07-05"],"summary":["Roaming regulation"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-958163942804-84","ec-person-4d83416435f81b1f1e8f5c86aeebb1478577f1d2"]}} -{"id":"ec-meeting-2021-07-05-3a0e1c45533daad906492e31fe523bbdc33356ea","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-07-05 - Cabinet of Commissioner Jutta Urpilainen x Suomen luonnonsuojeluliitto - The Finnish Association for Nature Conservation"],"date":["2021-07-05"],"summary":["EU Forest Strategy."],"notes":["Portfolio: International Partnerships"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["eu-tr-73282515553-33","ec-person-7c4fa9cfb750b5b524c065180fcee1123b8df03e"]}} -{"id":"ec-meeting-2021-07-05-3f2b5bba49077930bffe797266f29b6ac797f8bf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-07-05 - Cabinet of Commissioner Mariya Gabriel x EM Strasbourg Business School"],"date":["2021-07-05"],"summary":["Godmother 2022 of the EM Strasbourg Business School"],"notes":["Portfolio: Innovation and Youth"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["ec-person-1674399a793e9e6fd7cf55b525515fc862fc9351","eu-tr-145552343561-36"]}} -{"id":"ec-meeting-2021-07-05-424e0250bc7604c1ea81d8572f4f089c1c77da0e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-07-05 - Cabinet of Commissioner Jutta Urpilainen x Maa- ja metsätaloustuottajain Keskusliitto – Central Union of Agricultural Producers and Forest Owners"],"date":["2021-07-05"],"summary":["EU Forest Strategy."],"notes":["Portfolio: International Partnerships"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["eu-tr-56039441735-48","ec-person-7c4fa9cfb750b5b524c065180fcee1123b8df03e"]}} -{"id":"ec-meeting-2021-07-05-56c967eea61e781de0dd71f72a806e0264c3c687","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-07-05 - Cabinet of Executive Vice-President Frans Timmermans x Volkswagen Aktiengesellschaft"],"date":["2021-07-05"],"summary":["Update on the latest activities of the European CEO Alliance"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - video call"],"address":["Brussels - video call"],"addressEntity":["addr-1521e2a37c9349663f6116603e51b8a18491d493"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-ef3e882499136b48d744f4751cee95c0f8866078","eu-tr-6504541970-40"]}} -{"id":"ec-meeting-2021-07-05-7a9bf2f7a4cb52e661eb240b245560e3b7341145","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-07-05 - Cabinet of Commissioner Johannes Hahn x Vereinigung der österreichischen Industrie - Industriellenvereinigung"],"date":["2021-07-05"],"summary":["Green Deal. European Recovery."],"notes":["Portfolio: Budget and Administration"],"location":["Videoconference call"],"address":["Videoconference call"],"addressEntity":["addr-d1964f978a9a3925b783c40d0fd778ce0d40e512"],"organizer":["ec-cabinet-commissioner-hahn-johannes-of"],"involved":["ec-person-0a9c49ba84ea78ae0ec9c6fadde7b6d66e7a1054","eu-tr-89093924456-06"]}} -{"id":"ec-meeting-2021-07-05-862fe7a0a43c412f116f07a099f8c0719fecef5a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-07-05 - Cabinet of Commissioner Didier Reynders x StaalindustrieVerbond - Belgian steel federation"],"date":["2021-07-05"],"summary":["Meeting on the review of the ETS modalities and the introduction of a CBAM (Carbon Border Adjustment Mechanism)."],"notes":["Portfolio: Justice"],"location":["VC"],"address":["VC"],"addressEntity":["addr-d6788b0715b89d9781e90f4df364ac624d78e439"],"organizer":["ec-cabinet-commissioner-didier-of-reynders"],"involved":["eu-tr-611042837970-94","ec-person-6de2c3b2fe4b4087c73744df26d47fbf96ddb2ce"]}} -{"id":"ec-meeting-2021-07-05-a16b94d30d69a4d2ca86341e916996cefa4e1a4d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-07-05 - Cabinet of Commissioner Kadri Simson x Cercle des Réseaux européens"],"date":["2021-07-05"],"summary":["\"Fit for 55\" Package."],"notes":["Portfolio: Energy"],"location":["Online Event"],"address":["Online Event"],"addressEntity":["addr-3269a855992bf6a14736c4828879576474edeac2"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["ec-person-9b7f5fe059e5b0b40e79e9170211aa2f02322fdb","eu-tr-212885415901-57"]}} -{"id":"ec-meeting-2021-07-05-b063d5108b5ff0587d9563aad78fbd0dfb9d291d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-07-05 - Cabinet of Commissioner Jutta Urpilainen x European Forest Institute"],"date":["2021-07-05"],"summary":["EU Forest Strategy and forest partnerships."],"notes":["Portfolio: International Partnerships"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["eu-tr-38315289949-88","ec-person-7c4fa9cfb750b5b524c065180fcee1123b8df03e"]}} -{"id":"ec-meeting-2021-07-05-b7ee4f8b62d39c71a66917d714193605c443147d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-07-05 - Cabinet of Commissioner Nicolas Schmit x European Association Automotive Suppliers"],"date":["2021-07-05"],"summary":["Exclusive round table on green transformation social ramifications"],"notes":["Portfolio: Jobs and Social Rights"],"location":["online"],"address":["online"],"addressEntity":["addr-2dbc2fd2358e1ea1b7a6bc08ea647b9a337ac92d"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-66fa2c2d100ec194caa42b5c6f97c36e2748b71c","eu-tr-91408765797-03"]}} -{"id":"ec-meeting-2021-07-05-bb6bb77143856c08fb7d61e1c0a431153fb359a4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-07-05 - Cabinet of Commissioner Virginijus Sinkevičius x Lithuanian Business Representation to the EU"],"date":["2021-07-05"],"summary":["Discuss upcoming European Commission’s legislative proposals in the fields of climate and environment."],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["virutal"],"address":["virutal"],"addressEntity":["addr-6ba4dcbe876dc237f95eba4e22ea9b76a122aec0"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["eu-tr-94241791376-49","ec-person-ef0f66e9880a22ea8d9657bd982daf9bd74838c1"]}} -{"id":"ec-meeting-2021-07-05-e2faf9cafe2741a6660372c995294e055bbad535","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-07-05 - Financial Stability, Financial Services and Capital Markets Union x Bundesverband deutscher Banken e.V."],"date":["2021-07-05"],"summary":["Basel III reform"],"location":["Virtual meeting"],"address":["Virtual meeting"],"addressEntity":["addr-1f1f3f51a4da31a1ea5c1b4b21cbf52ad983224f"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-0764199368-97","ec-person-1fce211249673c35ee07a801ddee77ab24af8d54"]}} -{"id":"ec-meeting-2021-07-06-06baf1d6d8fc428aa4a91b093e983c1c45de07ee","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-07-06 - Cabinet of Executive Vice-President Margrethe Vestager x Huawei Technologies"],"date":["2021-07-06"],"summary":["Mobile Services market in Europe"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-8b6db5c3c4611618ade59c6d0dadc21c962f0ee7","eu-tr-114467111412-38","ec-person-11ba005cc4046696303381b7ca219da9b11a42bf"]}} -{"id":"ec-meeting-2021-07-06-25ebb93f5006e5ecab0e6a3db8e32900a5ee3ec6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-07-06 - Cabinet of Commissioner Kadri Simson x Neste Oyj"],"date":["2021-07-06"],"summary":["RED II revision – GHG calculation rules – transport"],"notes":["Portfolio: Energy"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["ec-person-2fb98fc84d2cf8d481688eff3d47f7745ead3592","eu-tr-10257354120-19"]}} -{"id":"ec-meeting-2021-07-06-51ca8481819cb6f612359a7d366ac0cb40fea9ba","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-07-06 - Cabinet of Commissioner Mairead Mcguinness x European Banking Federation"],"date":["2021-07-06"],"summary":["COVID 19 response"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["video call"],"address":["video call"],"addressEntity":["addr-12d8c530d76da0b7745f9c0f9285e7eec97adc55"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["eu-tr-4722660838-23","ec-person-49e520c7a9c9c47ccb5acfa68f9416e4233af9f8"]}} -{"id":"ec-meeting-2021-07-06-5c107c1ceee6843ea013e42a5a2be4ab2c736a33","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-07-06 - Financial Stability, Financial Services and Capital Markets Union x New Financial LLP"],"date":["2021-07-06"],"summary":["Preparation of DG intervention at the September conference, possible themes"],"location":["Virtual meeting"],"address":["Virtual meeting"],"addressEntity":["addr-1f1f3f51a4da31a1ea5c1b4b21cbf52ad983224f"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-435008814959-36","ec-person-1fce211249673c35ee07a801ddee77ab24af8d54"]}} -{"id":"ec-meeting-2021-07-06-8fd3e75f016d7194787327085983e30ca6fd276b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-07-06 - Cabinet of Executive Vice-President Margrethe Vestager x DIGITALEUROPE"],"date":["2021-07-06"],"summary":["Green deal"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-64270747023-20","ec-person-3da433aae105b13fe027e9c9b3dcac2c97029370"]}} -{"id":"ec-meeting-2021-07-06-a5dd621e772fcb6069474aa977166f517e90c52d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-07-06 - Cabinet of Executive Vice-President Frans Timmermans x European Environmental Bureau"],"date":["2021-07-06"],"summary":["Agriculture in the Fit for 55 package"],"notes":["Portfolio: European Green Deal"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-06798511314-27","ec-person-33624431cbec1074e151c1707715ef46d2ba9565"]}} -{"id":"ec-meeting-2021-07-06-af184fdd2fb2a396261d4dc5c6c48342a8ff61b1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-07-06 - Climate Action x Association des Constructeurs Européens d'Automobiles"],"date":["2021-07-06"],"summary":["FF55 and automotive sector"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-clima"],"involved":["ec-person-9c5c685692a09a77f2bc8ae9c05663b87cd75aae","eu-tr-0649790813-47"]}} -{"id":"ec-meeting-2021-07-06-ea894b22629e4375c28b9fc584cdd42fb4b44c16","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-07-06 - Internal Market, Industry, Entrepreneurship and SMEs x Snam S.p.A."],"date":["2021-07-06"],"summary":["SNAM would like to exchange on the work on the IPCEI."],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-grow"],"involved":["eu-tr-284336314886-25","ec-person-0151c7e554d188fffc509ad636b7d1a84c5dfcd5"]}} -{"id":"ec-meeting-2021-07-06-f85020db49433736446f0df06f56ea2f6b3fc50b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-07-06 - Cabinet of President Ursula von der Leyen x TIM S.p.A."],"date":["2021-07-06"],"summary":["Discuss the broader context of Italian RRF on Digital in the light of the recent market evolutions."],"notes":["Portfolio: President"],"location":["Brussels (WEBEX)"],"address":["Brussels (WEBEX)"],"addressEntity":["addr-3afbdeda01f3dac93a9dc841fdac57d9de27b869"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-7019713e72781afb1f3b19032c4752a314b78180","eu-tr-078655018381-34"]}} -{"id":"ec-meeting-2021-07-06-fe78b903f884f8b1028559b5881fb0cf32cb163e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-07-06 - Cabinet of Commissioner Thierry Breton x European Wireless Infrastructure Association"],"date":["2021-07-06"],"summary":["5G deployment"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-4d83416435f81b1f1e8f5c86aeebb1478577f1d2","eu-tr-022235437393-79"]}} -{"id":"ec-meeting-2021-07-07-02a030d7f3eae094ad94b4a1954cdb9f51454e4e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-07-07 - Cabinet of Commissioner Johannes Hahn x Wirtschaftskammer Österreich"],"date":["2021-07-07"],"summary":["European Recovery Plans; Green Deal"],"notes":["Portfolio: Budget and Administration"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hahn-johannes-of"],"involved":["ec-person-a3674866c760605fc38abed4dffd3f94f2c83d64","eu-tr-10405322962-08"]}} -{"id":"ec-meeting-2021-07-07-075f9206dda1440ede4e8719e3662e80140ecba2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-07-07 - Cabinet of Commissioner Thierry Breton x DASSAULT AVIATION"],"date":["2021-07-07"],"summary":["European Defence Fund"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-264527121382-71","ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","ec-person-b077a2e9f0fdb3b8f6e91d0bd0b256db9e40ce46"]}} -{"id":"ec-meeting-2021-07-07-13361a19f0ad7fc0650069d51360211e309dd05a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-07-07 - Cabinet of Commissioner Thierry Breton x OHB"],"date":["2021-07-07"],"summary":["European Defence Fund"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","eu-tr-648584214179-94","ec-person-b077a2e9f0fdb3b8f6e91d0bd0b256db9e40ce46"]}} -{"id":"ec-meeting-2021-07-07-1ba77825c761af528921ab01bece58412d99953a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-07-07 - Cabinet of Commissioner Didier Reynders x Expertise France"],"date":["2021-07-07"],"summary":["presentation by Expertise France of their activities in the area of (international) justice cooperation"],"notes":["Portfolio: Justice"],"location":["Brussels (BERL)"],"address":["Brussels (BERL)"],"addressEntity":["addr-f8a113cf6120751c6289ff9fced8d6fa214263d3"],"organizer":["ec-cabinet-commissioner-didier-of-reynders"],"involved":["eu-tr-877833843416-03","ec-person-4cd0043747c40cfeaced5e4c68e43372cdb8dac9"]}} -{"id":"ec-meeting-2021-07-07-23b3e5b37e92e52eb3e7a367b7a031ecdbe3af96","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-07-07 - Cabinet of Commissioner Ylva Johansson x Amnesty International Limited"],"date":["2021-07-07"],"summary":["Discussion on migration cooperation along Central Mediterranean route."],"notes":["Portfolio: Home Affairs"],"location":["VTC"],"address":["VTC"],"addressEntity":["addr-9d1acaa772820b8ade84113d2da24716fe455be2"],"organizer":["ec-cabinet-commissioner-johansson-of-ylva"],"involved":["eu-tr-11063928073-34","ec-person-eafe594fe2bcb6af27f0422c2491a9d8cf2400da","ec-person-1f14c98028fa6f9f43ee9cd5aef7ed77c30761a5"]}} -{"id":"ec-meeting-2021-07-07-3a004e875aa9b6c3e618f0905a475d503ad46a68","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-07-07 - Cabinet of Executive Vice-President Margrethe Vestager x World Wide Fund for Nature Belgium Oxfam-Solidarité / Oxfam-Solidariteit Frank Bold Society Global Witness"],"date":["2021-07-07"],"summary":["Sustainable corporate governance"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-10439809375-73","eu-tr-340103933893-82","eu-tr-57221111091-19","eu-tr-535556132909-16","ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0"]}} -{"id":"ec-meeting-2021-07-07-769388d71213040dd4d450d89ccb7390e0d05651","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-07-07 - Cabinet of Executive Vice-President Frans Timmermans x Arla Foods amba"],"date":["2021-07-07"],"summary":["Sustainable food systems"],"notes":["Portfolio: European Green Deal"],"location":["Video-call"],"address":["Video-call"],"addressEntity":["addr-0a257a3b8a0926e1b53e3476ce1c8e8fc8470ecd"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-33624431cbec1074e151c1707715ef46d2ba9565","eu-tr-479299526321-12"]}} -{"id":"ec-meeting-2021-07-07-863dce35baa615843dee4a295e77367f92d92526","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-07-07 - Cabinet of Vice-President Věra Jourová x Sdružení automobilového průmyslu (Czech Automotive Industry Association)"],"date":["2021-07-07"],"summary":["„Fit for 55“ package"],"notes":["Portfolio: Values and Transparency"],"location":["Phone call"],"address":["Phone call"],"addressEntity":["addr-cac056598c767cdeaa0f13cfe91d25988c24c698"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["eu-tr-749421743258-45","ec-person-eb96be0a510a5e7f122fa88f994b99f073b5dac4"]}} -{"id":"ec-meeting-2021-07-07-9e1419119cae05a57d5240cc16bf2cc6c908b4d0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-07-07 - Cabinet of Executive Vice-President Frans Timmermans x Minderoo Foundation Limited ATF The Minderoo Foundation Trust"],"date":["2021-07-07"],"summary":["Meeting on Hydrogen"],"notes":["Portfolio: European Green Deal"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-9eafbf4a92961023c7df3ab389ae6d4301dec4bf","eu-tr-361336735977-48"]}} -{"id":"ec-meeting-2021-07-07-a659afd60c9e34ce224cd7a10689f7c87bf8bcc3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-07-07 - Cabinet of Commissioner Thierry Breton x MBDA"],"date":["2021-07-07"],"summary":["European Defence Fund"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","eu-tr-87688971079-66","ec-person-b077a2e9f0fdb3b8f6e91d0bd0b256db9e40ce46"]}} -{"id":"ec-meeting-2021-07-07-b8ec49b2e7b0b69a3a2ff5cf1f3a45c2f6300258","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-07-07 - Cabinet of Executive Vice-President Frans Timmermans x SUEZ Group"],"date":["2021-07-07"],"summary":["Meeting on Fit for 55"],"notes":["Portfolio: European Green Deal"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-27799842497-69","ec-person-8af3c81534786a740718d21dc58240738a53ed7b","ec-person-f1a3478550296f3f9accdc67d6ef5a0b681dda4b","ec-person-9eafbf4a92961023c7df3ab389ae6d4301dec4bf","ec-person-a282162080cef4ef2a8c0ab6247a3e03dc438507"]}} -{"id":"ec-meeting-2021-07-07-f3fa38c078c417c3dded7d8e34489b137f4cda85","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-07-07 - Secretariat-General x The European Steel Association"],"date":["2021-07-07"],"summary":["Carbon Border Adjustment Mechanism0"],"location":["Telephone call"],"address":["Telephone call"],"addressEntity":["addr-7adf3e8f3618479112a205e871f585108c6294f5"],"organizer":["ec-dg-sg"],"involved":["eu-tr-93038071152-83","ec-person-6fde96d3b1e5bfc1dff081b7362d5ae9bd8291ac"]}} -{"id":"ec-meeting-2021-07-08-1aaa60408bb06a6dae2f81db4cd750307a7d8f08","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-07-08 - Cabinet of Commissioner Kadri Simson x Bundesverband der Deutschen Industrie e.V."],"date":["2021-07-08"],"summary":["Upcoming EU initiatives in energy related legislation (“Fit for 55” Package)."],"notes":["Portfolio: Energy"],"location":["Hybrid (online and BERL)"],"address":["Hybrid (online and BERL)"],"addressEntity":["addr-70f62c8f8a608aa71e57d3cb6c55b5517fc498f6"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["ec-person-ba3b83676ad38094e71b64b644f3e3d2c61b8182","ec-person-d40f25b5cb5c0681854a4996da444478318f7e58","eu-tr-1771817758-48","ec-person-1995c65b8dc7f3702a8c30ed96a0144075848837"]}} -{"id":"ec-meeting-2021-07-08-289bd3f2e2d6104faa876652ab19577cf0f6a54d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-07-08 - Communication x Political Festival of Europe"],"date":["2021-07-08"],"summary":["EU Festival 2022 - exchange on possible programme"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-comm"],"involved":["eu-tr-602595643395-60","ec-person-676f70803f4848c87b632d8522ff9ce8d4600e27"]}} -{"id":"ec-meeting-2021-07-08-3efaba343eecade1b92a9d7a74e72634b95374f5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-07-08 - Cabinet of Vice-President Maroš Šefčovič x Rio Tinto"],"date":["2021-07-08"],"summary":["State of play of our Jadar Project\r\nPotential development of the battery and EV value chains in Europe and in Serbia"],"notes":["Portfolio: Interinstitutional Relations and Foresight"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-1f95be23689cd4ed0a26fe2980f760ccf2d55c1e","eu-tr-991744840418-06"]}} -{"id":"ec-meeting-2021-07-08-3f87602f4eaba17f47e2ba4d013e1693cb3ff75d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-07-08 - Cabinet of Commissioner Didier Reynders x Belgian & Luxembourg Federation of Automobile & Two-wheeler Industry"],"date":["2021-07-08"],"summary":["meeting with FEBIAC BMC - alternative fuels infrastructure and decarbonisation"],"notes":["Portfolio: Justice"],"location":["virtual meeting"],"address":["virtual meeting"],"addressEntity":["addr-225c82a032511500bff73b3efe0d857849613fd9"],"organizer":["ec-cabinet-commissioner-didier-of-reynders"],"involved":["ec-person-50f9cba2282e1d03395cdd0faf9ce6e9a2ff3104","eu-tr-641098515046-40"]}} -{"id":"ec-meeting-2021-07-08-55f3d0def0fd964e4616c0fa2a3868f933ec5245","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-07-08 - Cabinet of Executive Vice-President Margrethe Vestager x Tesla Motors Netherlands B.V."],"date":["2021-07-08"],"summary":["Public consultation on CEEAG / Green Deal"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-547225616323-13","ec-person-7167587814c61122201e2afb04bfb47539db4823"]}} -{"id":"ec-meeting-2021-07-08-60bc85cb5c634a79fa4cc139cde3cf8189a51a4a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-07-08 - Cabinet of Commissioner Didier Reynders x None"],"date":["2021-07-08"],"summary":["EU Digital COVID Certificate"],"notes":["Portfolio: Justice"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-didier-of-reynders"],"involved":["eu-tr-88072891086-36","ec-person-1e25399e2267734c5f4c69093d2286c8898ee9f0","eu-tr-616860936668-18","eu-tr-70614728635-77","eu-tr-310742426359-07"]}} -{"id":"ec-meeting-2021-07-08-6e441d88fe3671b0fecc0060b7956fe5a8d30ea5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-07-08 - Cabinet of Executive Vice-President Valdis Dombrovskis x Confederación Española de Organizaciones Empresariales"],"date":["2021-07-08"],"summary":["Economic forecasts for Spain and the implementation of the Recovery and Resilience Plan"],"notes":["Portfolio: An Economy that Works for People"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-95d6ecce9b8f3a7b167d0eac8e270fdce0665ccb","eu-tr-02963738854-41"]}} -{"id":"ec-meeting-2021-07-08-86a37a9a779252ff1332be1276eb8cd98d89b43c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-07-08 - Economic and Financial Affairs x BlackRock"],"date":["2021-07-08"],"summary":["Virtual Roundtable Discussion on \"The European Labour Market:\r\nThe Impact of the COVID-19 Pandemic\""],"location":["Virtual Roundtable"],"address":["Virtual Roundtable"],"addressEntity":["addr-e3590e5a51abba630b4bc005c28290275c6cad75"],"organizer":["ec-dg-ecfin"],"involved":["eu-tr-51436554494-18","ec-person-d59b69916c3a29673c14838feab22a7902555d52"]}} -{"id":"ec-meeting-2021-07-08-8b0e41e6e60d525ec6551bbe7bb3563a7fff8a4f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-07-08 - Cabinet of Commissioner Ylva Johansson x FAM"],"date":["2021-07-08"],"summary":["Meeting with CEO FAM AB Håkan Buskhe on the EU Forest Strategy and the effect on Swedish forest industry"],"notes":["Portfolio: Home Affairs"],"location":["VTC"],"address":["VTC"],"addressEntity":["addr-9d1acaa772820b8ade84113d2da24716fe455be2"],"organizer":["ec-cabinet-commissioner-johansson-of-ylva"],"involved":["ec-person-31b127e72e9dd30ce85ff2b475ac65d28d7dc48d","eu-tr-280473541702-47"]}} -{"id":"ec-meeting-2021-07-08-91ed9bf1350537871ff5c30f01971cf8f96440fa","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-07-08 - Cabinet of Commissioner Janusz Wojciechowski x European Coordination Via Campesina"],"date":["2021-07-08"],"summary":["CAP reform"],"notes":["Portfolio: Agriculture"],"location":["Online meeting"],"address":["Online meeting"],"addressEntity":["addr-9d833a1da3074efd384ee6bc2b108c1f5bb379e0"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["ec-person-c825a813205e5077cd48bbd241436daf1834fc9b","eu-tr-28920471149-55","ec-person-08c62f972c22464aca7a65520eb9406f8db14a66"]}} -{"id":"ec-meeting-2021-07-08-9a9570b8754e39db5e4a168dc809cb5c2c5f26db","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-07-08 - Cabinet of Commissioner Ylva Johansson x Ghent University"],"date":["2021-07-08"],"summary":["Migrant children"],"notes":["Portfolio: Home Affairs"],"location":["VTC"],"address":["VTC"],"addressEntity":["addr-9d1acaa772820b8ade84113d2da24716fe455be2"],"organizer":["ec-cabinet-commissioner-johansson-of-ylva"],"involved":["eu-tr-006043210924-49","ec-person-1f14c98028fa6f9f43ee9cd5aef7ed77c30761a5"]}} -{"id":"ec-meeting-2021-07-08-9ecd930fae80d77fca69af58ca5e5311b8870df7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-07-08 - Cabinet of Executive Vice-President Margrethe Vestager x Clean up the Internet"],"date":["2021-07-08"],"summary":["Digital Services Act, disinformation"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0","eu-tr-099046239388-80"]}} -{"id":"ec-meeting-2021-07-08-e5ea52e92eae526dcd3c973b8725a4997bec4c94","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-07-08 - Cabinet of Vice-President Věra Jourová x Bundesverband der Deutschen Industrie e.V."],"date":["2021-07-08"],"summary":["Rule of Law and due diligence/human rights in supply chains/ data flows with US"],"notes":["Portfolio: Values and Transparency"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["eu-tr-1771817758-48","ec-person-bf54da17217bbddfd9c68fe24d88005ac17e2c4b"]}} -{"id":"ec-meeting-2021-07-08-fc987892d9e85d0a38fa9d85ec89db4e3cf6c6cc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-07-08 - Cabinet of Vice-President Maroš Šefčovič x Bundesverband der Deutschen Industrie e.V."],"date":["2021-07-08"],"summary":["Regulatory initiatives and policy issues"],"notes":["Portfolio: Interinstitutional Relations and Foresight"],"location":["Bruxelles"],"address":["Bruxelles"],"addressEntity":["addr-b58f5927b66d94a676970dc048485d4c6848f272"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-1771817758-48","ec-person-1f95be23689cd4ed0a26fe2980f760ccf2d55c1e"]}} -{"id":"ec-meeting-2021-07-09-295e7261e518c1241f116184d075045660a1b3ee","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-07-09 - Cabinet of President Ursula von der Leyen x Global Citizen"],"date":["2021-07-09"],"summary":["Meeting with the CEO from Global Citizen"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["eu-tr-211392938041-28","ec-person-a2ac27c3a7aa93937efc47169c1dc2264a822175"]}} -{"id":"ec-meeting-2021-07-09-2b22b7dd5d439b8c0d955e34c55c8605c6ff5086","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-07-09 - Cabinet of Executive Vice-President Frans Timmermans x Syngenta Crop Protection AG"],"date":["2021-07-09"],"summary":["Sustainable food systems"],"notes":["Portfolio: European Green Deal"],"location":["Video-call"],"address":["Video-call"],"addressEntity":["addr-0a257a3b8a0926e1b53e3476ce1c8e8fc8470ecd"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-16822412339-79","ec-person-33624431cbec1074e151c1707715ef46d2ba9565"]}} -{"id":"ec-meeting-2021-07-09-5cf40b45d591a2ad5ca206a2808056d4d4dc0388","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-07-09 - Cabinet of Executive Vice-President Margrethe Vestager x Association Internationale de la Mutualité"],"date":["2021-07-09"],"summary":["Digital health policy and Artificial Intelligence"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-595328413083-91","ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0"]}} -{"id":"ec-meeting-2021-07-09-8fc56436d8ef639171c953e445075731eaf084eb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-07-09 - Communications Networks, Content and Technology x Microsoft Corporation"],"date":["2021-07-09"],"summary":["Ongoing digital files"],"location":["Brussels (virtual)"],"address":["Brussels (virtual)"],"addressEntity":["addr-758e0df2cde2954c65829147799b6383456f1e21"],"organizer":["ec-dg-connect"],"involved":["eu-tr-0801162959-21","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2021-07-09-999d277b9883dbc9fd57accf8c8a63f8e4a551f1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-07-09 - Cabinet of Commissioner Nicolas Schmit x European Youth Forum"],"date":["2021-07-09"],"summary":["Meeting on youth."],"notes":["Portfolio: Jobs and Social Rights"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-66fa2c2d100ec194caa42b5c6f97c36e2748b71c","ec-person-4cf4655ab41922e92160325d987a3c4615c72d30","eu-tr-43251547769-22"]}} -{"id":"ec-meeting-2021-07-09-f61b13476192fa0e28b2c0a570aa219b3b277d77","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-07-09 - Cabinet of Executive Vice-President Frans Timmermans x Honorair Consulaat der Nederlanden Amazonas / Rorairma"],"date":["2021-07-09"],"summary":["Amazon Valley in Brasil"],"notes":["Portfolio: European Green Deal"],"location":["online"],"address":["online"],"addressEntity":["addr-2dbc2fd2358e1ea1b7a6bc08ea647b9a337ac92d"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-4d24ceb9e6bdaabe394d1506aa601a9ce9d0e59b","eu-tr-071581243477-72"]}} -{"id":"ec-meeting-2021-07-09-fc0d981358d06931434eaaec00d31020e475d4d9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-07-09 - Cabinet of Executive Vice-President Frans Timmermans x Friends of the Earth Europe"],"date":["2021-07-09"],"summary":["Meeting on Fit for 55 package"],"notes":["Portfolio: European Green Deal"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-9eafbf4a92961023c7df3ab389ae6d4301dec4bf","eu-tr-9825553393-31","ec-person-f1a3478550296f3f9accdc67d6ef5a0b681dda4b"]}} -{"id":"ec-meeting-2021-07-12-064376802db0e73ae3505c03a77d5c2d9c6cf8db","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-07-12 - Cabinet of Executive Vice-President Frans Timmermans x EUROCHAMBRES – Association of European Chambers of Commerce and Industry"],"date":["2021-07-12"],"summary":["Fit for 55"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - videoconference"],"address":["Brussels - videoconference"],"addressEntity":["addr-a3a01e55b02ab591ce10151760698f4306ec49cb"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-7c876f4825f213b8adbedf089ccedfbc3b36d65b","eu-tr-0014082722-83"]}} -{"id":"ec-meeting-2021-07-12-0bfd9dc7e71b2165f2e9dc0f91097ae2d45e6ae2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-07-12 - Cabinet of Executive Vice-President Margrethe Vestager x None"],"date":["2021-07-12"],"summary":["DSA"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-975264743605-46","eu-tr-394491614001-72","eu-tr-202560512850-84","ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0","eu-tr-513729920039-18"]}} -{"id":"ec-meeting-2021-07-12-24c3e933728c7aef4c93033f40e3e65ba52fb036","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-07-12 - Cabinet of Commissioner Nicolas Schmit x Friedrich-Ebert-Stiftung"],"date":["2021-07-12"],"summary":["A new social contract"],"notes":["Portfolio: Jobs and Social Rights"],"location":["Athens, Greece"],"address":["Athens, Greece"],"addressEntity":["addr-9d8550f7378d11790b69f4f2672d13dddd12a013"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-652143032bcbd23aa320685b3deba350097aa7ae","eu-tr-05546466757-61"]}} -{"id":"ec-meeting-2021-07-12-3a35ea24c1ab27531670fa70b63e051a016a6512","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-07-12 - Cabinet of Commissioner Kadri Simson x Association des Constructeurs Européens d'Automobiles"],"date":["2021-07-12"],"summary":["- Share views on the upcoming Fitfor55 Package and expected released legislative proposals with possible impact on the automotive sector."],"notes":["Portfolio: Energy"],"location":["Video Conferencing"],"address":["Video Conferencing"],"addressEntity":["addr-e3b7413b2ac93be00b6bcff51fdc1374d67118bd"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["ec-person-9b7f5fe059e5b0b40e79e9170211aa2f02322fdb","eu-tr-0649790813-47"]}} -{"id":"ec-meeting-2021-07-12-51a0fcfa319cb633d03c96b94f0f4664b7553842","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-07-12 - Cabinet of President Ursula von der Leyen x Apple Inc."],"date":["2021-07-12"],"summary":["Digital issues, in particular DMA obligations"],"notes":["Portfolio: President"],"location":["Brussels (VC)"],"address":["Brussels (VC)"],"addressEntity":["addr-7a7ab1034ef0b71e62ebf9a322dc5d9528505976"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-7019713e72781afb1f3b19032c4752a314b78180","eu-tr-588327811384-96"]}} -{"id":"ec-meeting-2021-07-12-60cf872178eea7af30b40ca1bb7fee7fee615a81","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2021-07-12 - Cabinet of Executive Vice-President Margrethe Vestager x Confederazione Generale dell'Industria Italiana"],"date":["2021-07-12"],"summary":["Foreign Subsidies"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Online","Virtual"],"address":["Online","Virtual"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452","addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-bb1f295d8be3d10004d7e5fd7c24248a21215775","eu-tr-27762251795-15"]}} -{"id":"ec-meeting-2021-07-12-b7a3bada277cd89732a9dd967568d6ed0f75ab8c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-07-12 - Cabinet of Vice-President Věra Jourová x Meta Platforms Ireland Limited and its various subsidiaries (f/k/a Facebook Ireland Limited)"],"date":["2021-07-12"],"summary":["Political advertising"],"notes":["Portfolio: Values and Transparency"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["ec-person-74c07660dcbc6dc9993b34462cf2a1fec35925ea","ec-person-fb258e0188a5319bfaba3161382db43f5a85851f","eu-tr-28666427835-74","ec-person-28fecf6c4f04b3a2af1d74c742e147920ab849c5"]}} -{"id":"ec-meeting-2021-07-12-e1f26cc8360b40d20203fc4a58c6f00111b6919d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-07-12 - Cabinet of Vice-President Věra Jourová x European University Institute"],"date":["2021-07-12"],"summary":["Media pluralism"],"notes":["Portfolio: Values and Transparency"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["eu-tr-742228039171-04","ec-person-bf54da17217bbddfd9c68fe24d88005ac17e2c4b"]}} -{"id":"ec-meeting-2021-07-12-f2bd9cc1c1dda8f77d8df468e2ef5bdbd7330800","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-07-12 - Cabinet of Commissioner Johannes Hahn x Bureau Européen des Unions de Consommateurs"],"date":["2021-07-12"],"summary":["Fit for 55 package"],"notes":["Portfolio: Budget and Administration"],"location":["online"],"address":["online"],"addressEntity":["addr-2dbc2fd2358e1ea1b7a6bc08ea647b9a337ac92d"],"organizer":["ec-cabinet-commissioner-hahn-johannes-of"],"involved":["ec-person-26e87e8dbc382b84ce1f54266bee0b7eab520454","eu-tr-9505781573-45"]}} -{"id":"ec-meeting-2021-07-13-083b62e52388eee027dd80dc3bcce67bdc2676be","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-07-13 - Cabinet of Commissioner Mairead Mcguinness x Association for Financial Markets in Europe"],"date":["2021-07-13"],"summary":["the forthcoming consolidated tape proposals"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Video Conferencing"],"address":["Video Conferencing"],"addressEntity":["addr-e3b7413b2ac93be00b6bcff51fdc1374d67118bd"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-2b9c589fb2354bd93067644d2c3d2c058d4c4cc9","eu-tr-65110063986-76"]}} -{"id":"ec-meeting-2021-07-13-0877bd45bb3ee5aa82fbf61eb15e9c1081d6e7ae","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-07-13 - Maritime Affairs and Fisheries x North Western Waters Advisory Council"],"date":["2021-07-13"],"summary":["Discussion on the Common Fisheries Policy"],"location":["Brussels - Zoom"],"address":["Brussels - Zoom"],"addressEntity":["addr-b5d986638efa54503e44db68e16864ecf426106a"],"organizer":["ec-dg-mare"],"involved":["ec-person-6e64215cdacfeb6c6d4709a7f72c2b1c94a3d908","eu-tr-8900132344-29"]}} -{"id":"ec-meeting-2021-07-13-0a2afb1a1da2302fa860e29bfef18c35097b96fa","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-07-13 - Cabinet of Commissioner Nicolas Schmit x Association Internationale de la Mutualité"],"date":["2021-07-13"],"summary":["Meeting on the Social Economy Action Plan and the future of welfare state."],"notes":["Portfolio: Jobs and Social Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["eu-tr-595328413083-91","ec-person-8eb18b6102d444937bc6af5822a6742812165b48","ec-person-4cf4655ab41922e92160325d987a3c4615c72d30","ec-person-c2208333f0f75350eef62b355a40bf856f2d9cef","ec-person-c03b949331dbbe5fa3d5423758e371ec1b9b832f"]}} -{"id":"ec-meeting-2021-07-13-0ebc91f373f0616aea49915f914047e785980ffa","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-07-13 - Cabinet of Commissioner Mairead Mcguinness x Cosmetics Consultants Europe"],"date":["2021-07-13"],"summary":["Preparation of Tommy's upcoming intervention at CCE on Banking Union"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["video call"],"address":["video call"],"addressEntity":["addr-12d8c530d76da0b7745f9c0f9285e7eec97adc55"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["eu-tr-646734637771-83","ec-person-49e520c7a9c9c47ccb5acfa68f9416e4233af9f8"]}} -{"id":"ec-meeting-2021-07-13-14082aec023e37c912bc042e75f01d21ed2fe358","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-07-13 - Cabinet of Commissioner Mairead Mcguinness x Bruegel"],"date":["2021-07-13"],"summary":["Preparation of the Csrr's upcoming speech at Bruegel"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Video call"],"address":["Video call"],"addressEntity":["addr-ad60f43c3b2e61f55f8d15d2bb303f6d11ac791b"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["eu-tr-458295331598-02","ec-person-49e520c7a9c9c47ccb5acfa68f9416e4233af9f8"]}} -{"id":"ec-meeting-2021-07-13-180616968ea21120e019a4b49cbea5061f27c418","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-07-13 - Cabinet of Commissioner Didier Reynders x Google"],"date":["2021-07-13"],"summary":["Artificial intelligence, data protection"],"notes":["Portfolio: Justice"],"location":["video conference"],"address":["video conference"],"addressEntity":["addr-6dc12e3c97077db82f32184f24341ce370a445fd"],"organizer":["ec-cabinet-commissioner-didier-of-reynders"],"involved":["ec-person-442bf1ae9900b999673cdd7389224d0e21b67d4d","eu-tr-03181945560-59","ec-person-1e25399e2267734c5f4c69093d2286c8898ee9f0"]}} -{"id":"ec-meeting-2021-07-13-1e15be93779915f2fde3e93b9bfe7bf4eb2fae88","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-07-13 - Cabinet of President Ursula von der Leyen x Amnesty International Limited"],"date":["2021-07-13"],"summary":["Amnesty International's Plan of Action on how to protect people on the move along the Central Mediterranean route"],"notes":["Portfolio: President"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["eu-tr-11063928073-34","ec-person-09e754ed16961925cf1fc45ca9d1622435166a87"]}} -{"id":"ec-meeting-2021-07-13-3afbf375a8e606cc4bb4a7d5dd2d12eeed5a3c33","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-07-13 - Environment x European Container Glass Federation"],"date":["2021-07-13"],"summary":["EU Green Deal and the industry’s commitments to a resource-efficient and low-carbon circular economy"],"location":["Video meeting"],"address":["Video meeting"],"addressEntity":["addr-762dc9b5648e05f3894b6f2597baa8254e5414db"],"organizer":["ec-dg-env"],"involved":["ec-person-f9559d68da38935569ff0be1cadd90e05f0454bd","eu-tr-1550133398-72"]}} -{"id":"ec-meeting-2021-07-13-4d3cf44674af460cdd69749b2fd81d24c99e592b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-07-13 - Cabinet of Commissioner Stella Kyriakides x European Coordination Via Campesina"],"date":["2021-07-13"],"summary":["VTC meeting - Farm to Fork Strategy"],"notes":["Portfolio: Health"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-kyriakides-of-stella"],"involved":["ec-person-ba73927c33000184cab3f41a76e1b32fe7d7eda8","eu-tr-28920471149-55"]}} -{"id":"ec-meeting-2021-07-13-653c47abb13ff5717aab9e9bf9bcb510342adeed","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-07-13 - Cabinet of Commissioner Janusz Wojciechowski x CropLife Europe"],"date":["2021-07-13"],"summary":["F2F cumulative impact assessment"],"notes":["Portfolio: Agriculture"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["eu-tr-0711626572-26","ec-person-cafe030b6dad78a75143f7552c420481b30ebceb","ec-person-08c62f972c22464aca7a65520eb9406f8db14a66"]}} -{"id":"ec-meeting-2021-07-13-792a5bbd5b0640fb8ac667a93f9b308e4fe4c0d1","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2021-07-13 - Cabinet of Commissioner Mairead Mcguinness x European Fund and Asset Management Association"],"date":["2021-07-13"],"summary":["CMU ISSUES."],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["VIDEO CONFERENCING"],"address":["VIDEO CONFERENCING"],"addressEntity":["addr-6d0cfd227a837c593f6bd7465eb3dd95c54b5a22"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-2b9c589fb2354bd93067644d2c3d2c058d4c4cc9","eu-tr-3373670692-24"]}} -{"id":"ec-meeting-2021-07-13-967397c54f6e8b6028378718a83c3ff358c7e8d3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-07-13 - Cabinet of Commissioner Nicolas Schmit x None"],"date":["2021-07-13"],"summary":["Meeting on LGBTIQ homelessness."],"notes":["Portfolio: Jobs and Social Rights"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-8eb18b6102d444937bc6af5822a6742812165b48","ec-person-4cf4655ab41922e92160325d987a3c4615c72d30","eu-tr-42528706153-39","eu-tr-11977456675-84","ec-person-c03b949331dbbe5fa3d5423758e371ec1b9b832f"]}} -{"id":"ec-meeting-2021-07-13-acf4b64608434a53306e41803a209ccd16506256","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-07-13 - Cabinet of Vice-President Věra Jourová x EBU-UER (European Broadcasting Union)"],"date":["2021-07-13"],"summary":["Media freedom and pluralism"],"notes":["Portfolio: Values and Transparency"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["eu-tr-93288301615-56","ec-person-bf54da17217bbddfd9c68fe24d88005ac17e2c4b"]}} -{"id":"ec-meeting-2021-07-13-ade49f37cc28a96962e4c65e20d2b8260597c7d3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-07-13 - Cabinet of Executive Vice-President Frans Timmermans x European Coordination Via Campesina"],"date":["2021-07-13"],"summary":["Sustainable food systems"],"notes":["Portfolio: European Green Deal"],"location":["Video-call"],"address":["Video-call"],"addressEntity":["addr-0a257a3b8a0926e1b53e3476ce1c8e8fc8470ecd"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-28920471149-55","ec-person-33624431cbec1074e151c1707715ef46d2ba9565"]}} -{"id":"ec-meeting-2021-07-13-b04329a71b5a26b7c20eacabebf27c04bb00afb1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-07-13 - Cabinet of Executive Vice-President Frans Timmermans x Ford Motor Company"],"date":["2021-07-13"],"summary":["Cars and vans in the Fit for 2030 package"],"notes":["Portfolio: European Green Deal"],"location":["online"],"address":["online"],"addressEntity":["addr-2dbc2fd2358e1ea1b7a6bc08ea647b9a337ac92d"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-d56ecbfde17436a136fc89c9a978b266e8285c84","eu-tr-21851435137-02"]}} -{"id":"ec-meeting-2021-07-13-c1b2a373279c645b3a1cf8b218cbc45ab45c6697","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-07-13 - Cabinet of Executive Vice-President Margrethe Vestager x Meta Platforms Ireland Limited and its various subsidiaries (f/k/a Facebook Ireland Limited)"],"date":["2021-07-13"],"summary":["Data strategy, connectivity"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-11d97788772862bb34f51dd26d7f92603eac1bf8","ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0","eu-tr-28666427835-74"]}} -{"id":"ec-meeting-2021-07-13-c8330f6a168402ae9f29cdf7bc8f72c64b47d102","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-07-13 - Cabinet of Commissioner Helena Dalli x The European Region of the International Lesbian, Gay, Bisexual, Trans and Intersex Association"],"date":["2021-07-13"],"summary":["Joint interview with Commissioner Schmit on LGBTIQ+ Homelessness"],"notes":["Portfolio: Equality"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-commissioner-dalli-helena-of"],"involved":["eu-tr-11977456675-84","ec-person-d0b568d53468fcd3dfeeaddbd07343b5b065914d"]}} -{"id":"ec-meeting-2021-07-13-cdbfbd7d26d931627f3d914e31a40c3880ca2207","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-07-13 - Cabinet of Commissioner Virginijus Sinkevičius x OCEANA Fiskesekretariatet Umweltorganisation WWF Central and Eastern Erurope ClientEarth AISBL The Pew Charitable Trusts Stichting BirdLife Europe Seas At Risk Our Fish"],"date":["2021-07-13"],"summary":["To exchange views with the ‘’blue’’ NGOs on the upcoming Action Plan on sustainable fisheries and protection of marine resources, annual exercise of fixing total allowable catches and ongoing WTO negotiations on fisheries subsidies."],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["ec-person-c92a6b4ef8328855b0234011be623ed9f15c86f3","eu-tr-1083162721-43","ec-person-dd7a7b1952e158f4195d34cff333ec79a4f48ba3","eu-tr-47937943241-80","eu-tr-46834536998-79","eu-tr-96645517357-19","eu-tr-02019258940-59","eu-tr-40048498591-70","eu-tr-180850142485-82","eu-tr-625261439488-38"]}} -{"id":"ec-meeting-2021-07-13-d3438ea52becbb0697ba6c9a96f7361b5f8f37cc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-07-13 - Cabinet of Executive Vice-President Frans Timmermans x Koninklijke Vereniging MKB-Nederland Vereniging VNO-NCW"],"date":["2021-07-13"],"summary":["Fit for 55 and due diligence"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - videoconference"],"address":["Brussels - videoconference"],"addressEntity":["addr-a3a01e55b02ab591ce10151760698f4306ec49cb"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-7c876f4825f213b8adbedf089ccedfbc3b36d65b","eu-tr-13255254129-80","eu-tr-05673984520-73"]}} -{"id":"ec-meeting-2021-07-13-f935f003375ebcb3380eb297b301b4b791d42ef0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-07-13 - Cabinet of Executive Vice-President Margrethe Vestager x Airbus"],"date":["2021-07-13"],"summary":["Aviation EU ETS"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-2732167674-76","ec-person-3da433aae105b13fe027e9c9b3dcac2c97029370"]}} -{"id":"ec-meeting-2021-07-14-0cfe033c681368dfa8d9995aa95fd432d8d01735","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-07-14 - Cabinet of Vice-President Margaritis Schinas x European Foundation Centre Donors and Foundations Networks in Europe"],"date":["2021-07-14"],"summary":["Philanthropy"],"notes":["Portfolio: Promoting the European Way of Life"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-margaritis-of-president-schinas-vice"],"involved":["ec-person-d5cada2a1a17537a675985af31e5ce07ae3bfd42","ec-person-43f9f86cfe94e45a95f7fbdea9a59a54955ebcfa","eu-tr-78855711571-12","eu-tr-075961340619-25"]}} -{"id":"ec-meeting-2021-07-14-1ef20239990bac83f421755c980c9a0f55cfe8e7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-07-14 - Cabinet of President Ursula von der Leyen x Bridgestone Europe"],"date":["2021-07-14"],"summary":["Sustainable finance initiatives and related disclosure requirements, green bond standards and taxonomy."],"notes":["Portfolio: President"],"location":["Brussels (VTC)"],"address":["Brussels (VTC)"],"addressEntity":["addr-37c43e0c10e2a2fb447c53cde1d253728a607703"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["eu-tr-536631623336-61","ec-person-a159f03add374257584565c2b05cc5539a7526e6"]}} -{"id":"ec-meeting-2021-07-14-25ee99a36967d4f201e953e4b631fe9c5a6471ef","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2021-07-14 - Cabinet of Commissioner Mairead Mcguinness x Ibec"],"date":["2021-07-14"],"summary":["Introductory meeting","Capital Markets Union, Digital Finance, Sustainable Finance, and Anti-Money Laundering."],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Virtual meeting","Virtual"],"address":["Virtual meeting","Virtual"],"addressEntity":["addr-1f1f3f51a4da31a1ea5c1b4b21cbf52ad983224f","addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-a5441c6a69a8a94fd64e02def60fcc6567f2c1d8","eu-tr-479468313744-50","ec-person-d3cc20cb34ca6b5bf95417f5f9557b6c2aa749fc"]}} -{"id":"ec-meeting-2021-07-14-2d25e422e096c7ad7fc2358c3d5de282d66c9798","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-07-14 - Cabinet of Executive Vice-President Valdis Dombrovskis x Value Balancing Alliance e.V."],"date":["2021-07-14"],"summary":["Corporate Sustainability Reporting Directive (CSRD)"],"notes":["Portfolio: An Economy that Works for People"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-f011ed0f7c78d833a79f1206f788e0cbd9cb8864","eu-tr-058733639758-41"]}} -{"id":"ec-meeting-2021-07-14-3e7e2fa43dfc123e602c00e1f709608e0e7c3cc2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-07-14 - Cabinet of Executive Vice-President Frans Timmermans x Stichting IMAGINE Foundation"],"date":["2021-07-14"],"summary":["Preparatory call"],"notes":["Portfolio: European Green Deal"],"location":["Video-call"],"address":["Video-call"],"addressEntity":["addr-0a257a3b8a0926e1b53e3476ce1c8e8fc8470ecd"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-009532038479-10","ec-person-33624431cbec1074e151c1707715ef46d2ba9565"]}} -{"id":"ec-meeting-2021-07-14-42a1da1bd305ed9c398a481551e2718f49d6292a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-07-14 - Cabinet of Executive Vice-President Margrethe Vestager x Rhodium group"],"date":["2021-07-14"],"summary":["China policy"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["In person, Brussels"],"address":["In person, Brussels"],"addressEntity":["addr-a87899b223ca28018d3285938e6d6b8b1cacba42"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-110356143445-05","ec-person-8b6db5c3c4611618ade59c6d0dadc21c962f0ee7"]}} -{"id":"ec-meeting-2021-07-14-45192df85a7b1bea38e5739b76a7c1535afb133f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-07-14 - Cabinet of Commissioner Mairead Mcguinness x Value Balancing Alliance e.V."],"date":["2021-07-14"],"summary":["CSRD"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-a5441c6a69a8a94fd64e02def60fcc6567f2c1d8","eu-tr-058733639758-41"]}} -{"id":"ec-meeting-2021-07-14-4b4bc5c507901e49c9cf33eb0bbdf67863f8c20d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-07-14 - Cabinet of Executive Vice-President Frans Timmermans x CropLife Europe"],"date":["2021-07-14"],"summary":["Impacts of the Farm to Fork Strategy"],"notes":["Portfolio: European Green Deal"],"location":["Video-call"],"address":["Video-call"],"addressEntity":["addr-0a257a3b8a0926e1b53e3476ce1c8e8fc8470ecd"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-0711626572-26","ec-person-33624431cbec1074e151c1707715ef46d2ba9565"]}} -{"id":"ec-meeting-2021-07-14-4fa9ff9025ea34bb617ac4aa2bd042738f9fff38","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-07-14 - Cabinet of Vice-President Věra Jourová x Association of European Journalists"],"date":["2021-07-14"],"summary":["Media freedom, media pluralism"],"notes":["Portfolio: Values and Transparency"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["eu-tr-018214429231-64","ec-person-bf54da17217bbddfd9c68fe24d88005ac17e2c4b"]}} -{"id":"ec-meeting-2021-07-14-5953812967c466c4700b34271d74f226b9361ecb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-07-14 - Cabinet of Vice-President Margaritis Schinas x Erasmus Student Network"],"date":["2021-07-14"],"summary":["Erasmus Student Network"],"notes":["Portfolio: Promoting the European Way of Life"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-margaritis-of-president-schinas-vice"],"involved":["ec-person-d5cada2a1a17537a675985af31e5ce07ae3bfd42","ec-person-b59ff7316734021e48aa7e0fd79eeeab36ea2bb4","eu-tr-45445593026-68"]}} -{"id":"ec-meeting-2021-07-14-6009ca88f5620b91262b40d89b08f285f2e1a6f1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-07-14 - Education, Youth, Sport and Culture x Erasmus Student Network"],"date":["2021-07-14"],"summary":["Courtesy call with the Outgoing and Incoming president"],"location":["online"],"address":["online"],"addressEntity":["addr-2dbc2fd2358e1ea1b7a6bc08ea647b9a337ac92d"],"organizer":["ec-dg-eac"],"involved":["ec-person-68d4f99b9ed1b40d86ebbf81f8f35aeebd6c5fc5","eu-tr-45445593026-68"]}} -{"id":"ec-meeting-2021-07-14-65eb9b8a0139ae7411e774b59dc452606785be8e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-07-14 - Employment, Social Affairs and Inclusion x Platform of European Social NGOs"],"date":["2021-07-14"],"summary":["Porto social summit, minimum wage, minimum income, social protection"],"location":["online"],"address":["online"],"addressEntity":["addr-2dbc2fd2358e1ea1b7a6bc08ea647b9a337ac92d"],"organizer":["ec-dg-empl"],"involved":["eu-tr-85083981189-35","ec-person-dd259fce880e1853f0beb087443bce6e7dea70d7"]}} -{"id":"ec-meeting-2021-07-14-6a7461e829cdf15ab28b8a4f35c5e62b6e02e38d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-07-14 - Cabinet of Executive Vice-President Valdis Dombrovskis x Deutsche Bank AG"],"date":["2021-07-14"],"summary":["Role of banks for the recovery of the European economy\r\nFinancial markets regulation"],"notes":["Portfolio: An Economy that Works for People"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["eu-tr-271912611231-56","ec-person-f011ed0f7c78d833a79f1206f788e0cbd9cb8864"]}} -{"id":"ec-meeting-2021-07-14-6d73c8ef44d7124bb40d8ce1994201a5b6d22dd4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-07-14 - Cabinet of Commissioner Mairead Mcguinness x Deloitte & Touche S.p.A."],"date":["2021-07-14"],"summary":["Corporate reporting, Audit and credit rating agencies."],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["video conferencing"],"address":["video conferencing"],"addressEntity":["addr-613317ccdf0c2bce8cb9f90df551697cd890eda7"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-2b9c589fb2354bd93067644d2c3d2c058d4c4cc9","eu-tr-577943117432-04"]}} -{"id":"ec-meeting-2021-07-14-6ff43544c8a10fe424519102af1558211b549e92","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-07-14 - Cabinet of Executive Vice-President Margrethe Vestager x European Association Automotive Suppliers"],"date":["2021-07-14"],"summary":["Access to in-vehicle data"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-11d97788772862bb34f51dd26d7f92603eac1bf8","eu-tr-91408765797-03"]}} -{"id":"ec-meeting-2021-07-14-8681ca0f0faecdf5b9d09a56567f29eebca13f5a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-07-14 - Financial Stability, Financial Services and Capital Markets Union x MARSH & McLENNAN COMPANIES FRANCE"],"date":["2021-07-14"],"summary":["Digital finance and sustainable finance"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-117683115792-20","ec-person-1fce211249673c35ee07a801ddee77ab24af8d54"]}} -{"id":"ec-meeting-2021-07-14-a08c59baa4804d6f7ef204453cebdb7ac40edca1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-07-14 - Cabinet of President Ursula von der Leyen x Gesamtverband der Deutschen Versicherungswirtschaft e.V."],"date":["2021-07-14"],"summary":["Forthcoming Solvency II review legislative proposal"],"notes":["Portfolio: President"],"location":["Brussels (VTC)"],"address":["Brussels (VTC)"],"addressEntity":["addr-37c43e0c10e2a2fb447c53cde1d253728a607703"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["eu-tr-6437280268-55","ec-person-a159f03add374257584565c2b05cc5539a7526e6"]}} -{"id":"ec-meeting-2021-07-14-a2ec17931d8c270af2a78cd83631608fb942c773","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-07-14 - Cabinet of Commissioner Janez Lenarčič x Bischöfliches Hilfswerk MISEREOR e.V. Brot für die Welt"],"date":["2021-07-14"],"summary":["Humanitarian crisis in Mozambique"],"notes":["Portfolio: Crisis Management"],"location":["Brussels (VTC)"],"address":["Brussels (VTC)"],"addressEntity":["addr-37c43e0c10e2a2fb447c53cde1d253728a607703"],"organizer":["ec-cabinet-commissioner-janez-lenarcic-of"],"involved":["ec-person-a6cd325c80698b2331699224c780ebfb10573602","eu-tr-46530831412-96","eu-tr-016709127831-41"]}} -{"id":"ec-meeting-2021-07-14-abb26bcbd97d1c06ce7a2551bc749554c25453c7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-07-14 - Cabinet of Commissioner Janusz Wojciechowski x European farmers"],"date":["2021-07-14"],"summary":["Promotion Policy"],"notes":["Portfolio: Agriculture"],"location":["Virtual meeting"],"address":["Virtual meeting"],"addressEntity":["addr-1f1f3f51a4da31a1ea5c1b4b21cbf52ad983224f"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["ec-person-625f8b4379f79adee4f15c6a0417a96bb5a5a403","eu-tr-44856881231-49"]}} -{"id":"ec-meeting-2021-07-14-c4b6f06c2c5ab0961414bbac5f32167426c58316","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-07-14 - Cabinet of Commissioner Virginijus Sinkevičius x Associazione Bancaria Italiana"],"date":["2021-07-14"],"summary":["Sustainable Finance"],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["ec-person-ef0f66e9880a22ea8d9657bd982daf9bd74838c1","eu-tr-915519211566-03","ec-person-a057e5fdc427021306f9e7d0e0af15a501087562"]}} -{"id":"ec-meeting-2021-07-14-e24db7845c027705b60b5c9f77a30030b8b615d8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-07-14 - Cabinet of Commissioner Virginijus Sinkevičius x EVONIK INDUSTRIES AG Royal DSM #SustainablePublicAffairs"],"date":["2021-07-14"],"summary":["Handover joint letter Micro-Algae coalition for sustainable fisheries"],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["ec-person-c92a6b4ef8328855b0234011be623ed9f15c86f3","ec-person-1443799688ae485d7a2fee5c9defab2c5b7c7e6c","eu-tr-5958991861-30","eu-tr-925995939257-35","eu-tr-73926352722-07"]}} -{"id":"ec-meeting-2021-07-14-f2092c3dc37b97ddc5f0949b7f6ea40cb0c8c231","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-07-14 - Cabinet of Commissioner Mairead Mcguinness x Bloomberg L.P."],"date":["2021-07-14"],"summary":["sustainable business summit interview."],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Video conferencing"],"address":["Video conferencing"],"addressEntity":["addr-4a260fcbdf035aeae48bfb811f1225b05f636185"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["eu-tr-214140728444-40","ec-person-2b9c589fb2354bd93067644d2c3d2c058d4c4cc9","ec-person-00f66582d8581f7480e12525027b5a1ee9b22f07"]}} -{"id":"ec-meeting-2021-07-15-006c51f5026a028fa5c47996aa87e255301aaaf0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-07-15 - Cabinet of Commissioner Virginijus Sinkevičius x Brussels Airlines SA/NV"],"date":["2021-07-15"],"summary":["To discuss current and future challenges for aviation sector, especially with the view of Fit for 55 package and the Covid crisis"],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["ec-person-dd7a7b1952e158f4195d34cff333ec79a4f48ba3","eu-tr-755555322381-50","ec-person-a3ed762188f9656ad2089827d1f121894fc1c0d2"]}} -{"id":"ec-meeting-2021-07-15-0a0ea0d68c605c141dd931c08ce6b9b3a08a050d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-07-15 - Cabinet of Executive Vice-President Valdis Dombrovskis x BNP PARIBAS"],"date":["2021-07-15"],"summary":["Sustainable Finance, Green Bonds"],"notes":["Portfolio: An Economy that Works for People"],"location":["video-conference"],"address":["video-conference"],"addressEntity":["addr-8736c288a4bc51ee27ef4ed41e652409a37e60d1"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-235870cd7eb41f2494f695fce18b5b5b88647113","eu-tr-78787381113-69"]}} -{"id":"ec-meeting-2021-07-15-0b873c356ec62226d3d802536425fa7707c510b6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-07-15 - Cabinet of Commissioner Thierry Breton x LobbyControl"],"date":["2021-07-15"],"summary":["DSA and DMA"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-6314918394-16","ec-person-4d83416435f81b1f1e8f5c86aeebb1478577f1d2"]}} -{"id":"ec-meeting-2021-07-15-1243893b2da51101717168ac3260482a22f379fb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-07-15 - Cabinet of President Ursula von der Leyen x Bill & Melinda Gates Foundation"],"date":["2021-07-15"],"summary":["Prep. meeting for meeting between the President and Bill Gates of19 July 2021"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-f2b941852d3b961d69ed695c2d243a1a2b4a1904","eu-tr-371567915480-41"]}} -{"id":"ec-meeting-2021-07-15-17879bb2593bf1d74f9f3d19dcfbff61ca54299a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-07-15 - Cabinet of Executive Vice-President Margrethe Vestager x Deutsche Industrie- und Handelskammer"],"date":["2021-07-15"],"summary":["Due Diligence und Sustainable Corporate Governance"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-22400601191-42","ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0","ec-person-eecca27e2a9c3fc0d4bd43564e4960382705feef"]}} -{"id":"ec-meeting-2021-07-15-2d2bc70f94fa6d8581f516e1402ec8842122a2c6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-07-15 - Cabinet of Commissioner Janusz Wojciechowski x None"],"date":["2021-07-15"],"summary":["EU's agricultural promotion policy"],"notes":["Portfolio: Agriculture"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["eu-tr-379652443355-97","eu-tr-893391428026-16","eu-tr-977084326206-30","eu-tr-432220743398-06","eu-tr-242194241459-01","ec-person-c825a813205e5077cd48bbd241436daf1834fc9b","eu-tr-732003939513-12","eu-tr-318073543283-50","eu-tr-82064709791-43","eu-tr-963373911020-79"]}} -{"id":"ec-meeting-2021-07-15-2f578ef7a43a26e1285a05836f6fe9b83eb8f24b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-07-15 - Cabinet of Commissioner Mairead Mcguinness x BNP PARIBAS"],"date":["2021-07-15"],"summary":["Sustainable Finance, Green Bonds"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-a5441c6a69a8a94fd64e02def60fcc6567f2c1d8","eu-tr-78787381113-69"]}} -{"id":"ec-meeting-2021-07-15-3088a89fa5b3d1b09d8ecfef75ae977be89cbdc2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-07-15 - Cabinet of Commissioner Virginijus Sinkevičius x Comité national des pêches maritimes et des élevages marins"],"date":["2021-07-15"],"summary":["To discuss the situation of the French fishing industry with the view of implementation of the Trade and Cooperation Agreement with UK."],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["ec-person-dd7a7b1952e158f4195d34cff333ec79a4f48ba3","ec-person-1443799688ae485d7a2fee5c9defab2c5b7c7e6c","eu-tr-23837746977-09"]}} -{"id":"ec-meeting-2021-07-15-51ca8481819cb6f612359a7d366ac0cb40fea9ba","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-07-15 - Cabinet of Commissioner Mairead Mcguinness x European Banking Federation"],"date":["2021-07-15"],"summary":["Sustainable Finance Introductory meeting"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-a5441c6a69a8a94fd64e02def60fcc6567f2c1d8","eu-tr-4722660838-23"]}} -{"id":"ec-meeting-2021-07-15-5af19c9d1419161c94ab9b4258bef4a7dd233e91","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-07-15 - Cabinet of Executive Vice-President Frans Timmermans x European Policy Centre"],"date":["2021-07-15"],"summary":["online speech at EPC event \"Fit for 55 package: A policy framework fit for a climate-neutral EU? \""],"notes":["Portfolio: European Green Deal"],"location":["videoconference (Brussels)"],"address":["videoconference (Brussels)"],"addressEntity":["addr-5dd22b57a9d6f7be6f130d619b6be6e2434c4ab3"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-89632641000-47","ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce"]}} -{"id":"ec-meeting-2021-07-15-66c6ca0e4d4302a2c2f1aec09e77ca7ab9adb701","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-07-15 - Cabinet of Commissioner Mairead Mcguinness x Bridgestone Europe"],"date":["2021-07-15"],"summary":["Bridgestone EMIA are interested in getting more involved in the EU sustainable finance agenda and asked for information on ways in which they could take more active particpation. They were interested in the taxonomy and corportate sustainablity repo"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-a5441c6a69a8a94fd64e02def60fcc6567f2c1d8","eu-tr-536631623336-61"]}} -{"id":"ec-meeting-2021-07-15-7527f5fb0167e513fccefb5d5ce4d09020eb5ed8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-07-15 - Cabinet of Executive Vice-President Frans Timmermans x Warner Bros. Discovery"],"date":["2021-07-15"],"summary":["European Politics and the Green Deal"],"notes":["Portfolio: European Green Deal"],"location":["online"],"address":["online"],"addressEntity":["addr-2dbc2fd2358e1ea1b7a6bc08ea647b9a337ac92d"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-4d24ceb9e6bdaabe394d1506aa601a9ce9d0e59b","eu-tr-288009010205-61"]}} -{"id":"ec-meeting-2021-07-15-83e6287f17bbd9350972f6510750c0491021507a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-07-15 - Cabinet of Commissioner Nicolas Schmit x FEDIL - The Voice of Luxembourg's Industry"],"date":["2021-07-15"],"summary":["ETS & CBM"],"notes":["Portfolio: Jobs and Social Rights"],"location":["online"],"address":["online"],"addressEntity":["addr-2dbc2fd2358e1ea1b7a6bc08ea647b9a337ac92d"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["eu-tr-286194516022-33","ec-person-935314e38d735654cae8ee61313a3d73439b242d","ec-person-4cf4655ab41922e92160325d987a3c4615c72d30"]}} -{"id":"ec-meeting-2021-07-15-96417eb6a7312068b68de900e408b39b023eed99","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-07-15 - Financial Stability, Financial Services and Capital Markets Union x ALPHALEX-CONSULT GEIE Paris EUROPLACE"],"date":["2021-07-15"],"summary":["Sustainable finance and CMU"],"location":["Virtual meeting"],"address":["Virtual meeting"],"addressEntity":["addr-1f1f3f51a4da31a1ea5c1b4b21cbf52ad983224f"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-523146516037-10","eu-tr-065399321943-63","ec-person-1fce211249673c35ee07a801ddee77ab24af8d54"]}} -{"id":"ec-meeting-2021-07-15-98be7fccf10fab5e00d149982b49301af12193b7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-07-15 - Cabinet of Commissioner Mairead Mcguinness x Irish Farmers' Association"],"date":["2021-07-15"],"summary":["CAP, Green Deal and Fertilizers"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-a5441c6a69a8a94fd64e02def60fcc6567f2c1d8","eu-tr-458700813641-37"]}} -{"id":"ec-meeting-2021-07-15-9a1d47bb098d755e9d2be58e46e74beef31aa310","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-07-15 - Cabinet of President Ursula von der Leyen x Bundesverband der Deutschen Industrie e.V."],"date":["2021-07-15"],"summary":["Current trade policy issues"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["eu-tr-1771817758-48","ec-person-a15f450526451c70384a05ea9a3a7400ba2d3e7e"]}} -{"id":"ec-meeting-2021-07-15-a6571ec01d91976e76dc0c963058882693b90bde","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-07-15 - Cabinet of Commissioner Jutta Urpilainen x Young European Leadership"],"date":["2021-07-15"],"summary":["Youth engagement in European and International affairs\r\nY7 recommendation ahead of G7\r\nYouth Sounding Board"],"notes":["Portfolio: International Partnerships"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["eu-tr-416740040270-21","ec-person-6357f4506ca5351b3a822936612fd6006da48722"]}} -{"id":"ec-meeting-2021-07-15-aafb4277761b117996f5b5dfc8c33ea7f441fa75","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-07-15 - Cabinet of Commissioner Janusz Wojciechowski x Groupe Avril YARA BELGIUM S.A. Xynteo"],"date":["2021-07-15"],"summary":["Bioecononmy /Sustainability of biomass"],"notes":["Portfolio: Agriculture"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["eu-tr-68208004617-79","eu-tr-268338515460-22","eu-tr-069882140441-92","ec-person-cafe030b6dad78a75143f7552c420481b30ebceb"]}} -{"id":"ec-meeting-2021-07-15-e5ff0f04dc52fc5dd60751bd33efc396170209ee","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-07-15 - Cabinet of Executive Vice-President Valdis Dombrovskis x Bundesverband der Deutschen Industrie e.V."],"date":["2021-07-15"],"summary":["Current trade policy issues"],"notes":["Portfolio: An Economy that Works for People"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["eu-tr-1771817758-48","ec-person-f011ed0f7c78d833a79f1206f788e0cbd9cb8864"]}} -{"id":"ec-meeting-2021-07-15-ffe9dcd69f24135bc73248765ccb8caf0e3b1bfc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-07-15 - Cabinet of Commissioner Paolo Gentiloni x Federturismo Confindustria - Federazione Nazionale dei Viaggi e del Turismo"],"date":["2021-07-15"],"summary":["discussion on corporate governance"],"notes":["Portfolio: Economy"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-cabinet-commissioner-gentiloni-of-paolo"],"involved":["ec-person-8da36db391ed53f362d495cd564ba8b45c7003e1","eu-tr-790587824911-92"]}} -{"id":"ec-meeting-2021-07-16-08c6cc9682f520e94b522b24f4814b5865f6fa97","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-07-16 - Cabinet of President Ursula von der Leyen x Deutsche Industrie- und Handelskammer"],"date":["2021-07-16"],"summary":["Practical implications for their businesses of due diligence obligations"],"notes":["Portfolio: President"],"location":["Brussels (VC)"],"address":["Brussels (VC)"],"addressEntity":["addr-7a7ab1034ef0b71e62ebf9a322dc5d9528505976"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-7019713e72781afb1f3b19032c4752a314b78180","eu-tr-22400601191-42"]}} -{"id":"ec-meeting-2021-07-16-2506307198a6be0c900fd8f9fb9253dbc1cc7ce5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-07-16 - Cabinet of Commissioner Paolo Gentiloni x Mouvement des Entreprises de France"],"date":["2021-07-16"],"summary":["exchange on current issues"],"notes":["Portfolio: Economy"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-cabinet-commissioner-gentiloni-of-paolo"],"involved":["eu-tr-43763731235-75","ec-person-8da36db391ed53f362d495cd564ba8b45c7003e1"]}} -{"id":"ec-meeting-2021-07-16-5a7b6cd767d2f993f548c1025589a724de3f0098","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-07-16 - Internal Market, Industry, Entrepreneurship and SMEs x Association des Constructeurs Européens d'Automobiles"],"date":["2021-07-16"],"summary":["Exchange views on:\r\n•\tDelivering on the European Green Deal – transition pathway (was “fit for 55”)\r\n•\tEuro 7/ VII (proposal on Euro 7/VII from ACEA)\r\n•\tAccess to in-vehicle data\r\n•\tGeneral Safety Regulation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-grow"],"involved":["ec-person-0151c7e554d188fffc509ad636b7d1a84c5dfcd5","eu-tr-0649790813-47"]}} -{"id":"ec-meeting-2021-07-16-a0bc5663f44818a3b6f7ffd49d80357d2df8f254","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-07-16 - Cabinet of Commissioner Nicolas Schmit x EUROCADRES - THE COUNCIL OF EUROPEAN PROFESSIONAL AND MANAGERIAL STAFF"],"date":["2021-07-16"],"summary":["Right to disconnect"],"notes":["Portfolio: Jobs and Social Rights"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-c2208333f0f75350eef62b355a40bf856f2d9cef","eu-tr-803183412905-34"]}} -{"id":"ec-meeting-2021-07-16-af33bbc96e662a1fa7a7e0526f91f09135cc8305","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-07-16 - Cabinet of Commissioner Nicolas Schmit x Bayerische Motoren Werke Aktiengesellschaft"],"date":["2021-07-16"],"summary":["Right to disconnect"],"notes":["Portfolio: Jobs and Social Rights"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-c2208333f0f75350eef62b355a40bf856f2d9cef","eu-tr-7193977808-18"]}} -{"id":"ec-meeting-2021-07-16-f69f81716e951b061b844675c7c40cebd6df0bd4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-07-16 - Cabinet of President Ursula von der Leyen x Climate Leadership Coalition"],"date":["2021-07-16"],"summary":["Statement on the EU Climate Law"],"notes":["Portfolio: President"],"location":["Brussels (VC)"],"address":["Brussels (VC)"],"addressEntity":["addr-7a7ab1034ef0b71e62ebf9a322dc5d9528505976"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-f2b941852d3b961d69ed695c2d243a1a2b4a1904","eu-tr-333399732805-59"]}} -{"id":"ec-meeting-2021-07-16-fdc254f8cc07a07e89b28d59ca81a5ba8e2ad879","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-07-16 - Cabinet of Commissioner Nicolas Schmit x SPAR Österreichische Warenhandels-AG"],"date":["2021-07-16"],"summary":["Project visit for the integration of long-term unemployed people."],"notes":["Portfolio: Jobs and Social Rights"],"location":["Linz (AT)"],"address":["Linz (AT)"],"addressEntity":["addr-95b3695e38d0a2e077f782985fda27e258b3a824"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-66fa2c2d100ec194caa42b5c6f97c36e2748b71c","ec-person-4cf4655ab41922e92160325d987a3c4615c72d30","ec-person-c03b949331dbbe5fa3d5423758e371ec1b9b832f","eu-tr-017784530272-96"]}} -{"id":"ec-meeting-2021-07-16-fdd07d840a73b10cabfbb38ba43751fe581cc6f4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-07-16 - Taxation and Customs Union x Deutsche Post DHL Group"],"date":["2021-07-16"],"summary":["Physical meeting - Visit to DPDHL International Postal Centre at FFM Airport, discussion on the entry into force of the e-commerce package, launch of the ICS2, and on the modernisation of postal transit rules."],"location":["Frankfurt"],"address":["Frankfurt"],"addressEntity":["addr-d5d8846569e1aaf92f7239dc4169fa822d08f158"],"organizer":["ec-dg-taxud"],"involved":["ec-person-9e42f316f38c8e126c2cd2bc84affb891338c7f3","eu-tr-48544465107-88"]}} -{"id":"ec-meeting-2021-07-19-1243893b2da51101717168ac3260482a22f379fb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-07-19 - Cabinet of President Ursula von der Leyen x Bill & Melinda Gates Foundation"],"date":["2021-07-19"],"summary":["Meeting with Co-chairman and co-founder of the Bill & Melinda Gates Foundation"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-a2ac27c3a7aa93937efc47169c1dc2264a822175","eu-tr-371567915480-41"]}} -{"id":"ec-meeting-2021-07-19-196f40e72d092dd8de6d6182e16d1034b754edd7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-07-19 - Agriculture and Rural Development x European agri-cooperatives European farmers"],"date":["2021-07-19"],"summary":["Exchange of views"],"location":["BRUSSELS"],"address":["BRUSSELS"],"addressEntity":["addr-f74337897287bf1b546f30505f5b1f693a87af50"],"organizer":["ec-dg-agri"],"involved":["ec-person-94f7c6e6875fa76120558bda38f913792cc61934","eu-tr-09586631237-74","eu-tr-44856881231-49"]}} -{"id":"ec-meeting-2021-07-19-43de0a9f2c41d4c91e5a71c943b68a522f63749e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-07-19 - Cabinet of Commissioner Thierry Breton x Breakthrough Energy Catalyst Foundation"],"date":["2021-07-19"],"summary":["Vaccine production, Europe’s industrial agenda and collaboration on the Breakthrough Energy Catalyst"],"notes":["Portfolio: Internal Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-5215bd372c5a1202399d77ecceb8c16de8d7d55c","ec-person-9cf97e549f67c3228d1478a3a67d652eb28c5b46","ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","ec-person-d6689ffc6695e7e65bdd0e0c0da1721d3031ea1b","eu-tr-424103441763-49"]}} -{"id":"ec-meeting-2021-07-19-4d0ec97d908d8bbc6d5628afaebd2aa587ef4d45","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2021-07-19 - Cabinet of Executive Vice-President Frans Timmermans x eFuel Alliance"],"date":["2021-07-19"],"summary":["Keynote speech at Fuelling Europe’s Sustainable Future event","Keynote speech on e-fuels to deliver the European Green Deal"],"notes":["Portfolio: European Green Deal"],"location":["online"],"address":["online"],"addressEntity":["addr-2dbc2fd2358e1ea1b7a6bc08ea647b9a337ac92d"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-d56ecbfde17436a136fc89c9a978b266e8285c84","eu-tr-312446938719-11"]}} -{"id":"ec-meeting-2021-07-19-56a8b58caae75620866d682acab506d381850663","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-07-19 - Cabinet of Commissioner Nicolas Schmit x Immutable Insight GmbH Capgemini Invent - the Netherlands Asociatia Transilvania IT European Telecommunications Network Operators' Association TIM S.p.A. European Forum of technical and Vocational Education and Training UNI Europa Technische Universiteit Delft SAP Avast Software s.r.o. fit4internet - Verein zur Steigerung der digitalen Kompetenzen in Österreich IOTA Stiftung Danish Foundation for Entrepreneurship"],"date":["2021-07-19"],"summary":["Pact for Skills roundtable with the digital transition sector."],"notes":["Portfolio: Jobs and Social Rights"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["eu-tr-531047531752-02","ec-person-66fa2c2d100ec194caa42b5c6f97c36e2748b71c","eu-tr-379331539649-04","eu-tr-147656111703-83","ec-person-4cf4655ab41922e92160325d987a3c4615c72d30","eu-tr-567226443519-54","eu-tr-841916743593-61","eu-tr-43785827982-59","eu-tr-08957111909-85","eu-tr-056048443448-39","eu-tr-078655018381-34","eu-tr-033768941210-92","eu-tr-329201343103-26","ec-person-c03b949331dbbe5fa3d5423758e371ec1b9b832f","eu-tr-500027331119-04","eu-tr-639117311617-01"]}} -{"id":"ec-meeting-2021-07-19-5edac346c67efeaca723ed97038297142d4343c0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-07-19 - Cabinet of Commissioner Adina Vălean x International Consolidated Airlines Group"],"date":["2021-07-19"],"summary":["Challenges of air transport after COVID."],"notes":["Portfolio: Transport"],"location":["Online conference"],"address":["Online conference"],"addressEntity":["addr-87279a1da86ab165bbf50c87c38f2a84b5934b3b"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["ec-person-fc3be846753d8ee60758ebedb7309dcf08aea52e","eu-tr-60340504060-88","ec-person-267c5ab3ea5304fc6305ef321e214c9c1cd0f78e"]}} -{"id":"ec-meeting-2021-07-19-7c874ae587332f3cd058a1e423f9213f200744fa","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-07-19 - Financial Stability, Financial Services and Capital Markets Union x Impact Investing Institute"],"date":["2021-07-19"],"summary":["Social taxonomy and Sustainable Finance"],"location":["Virtual meeting"],"address":["Virtual meeting"],"addressEntity":["addr-1f1f3f51a4da31a1ea5c1b4b21cbf52ad983224f"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-444096042774-25","ec-person-1fce211249673c35ee07a801ddee77ab24af8d54"]}} -{"id":"ec-meeting-2021-07-19-86ac19e0bf02bbc6c410d6b54eb4e119684cf75f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-07-19 - Cabinet of Commissioner Janusz Wojciechowski x International Union for Conservation of Nature EU Representative Office"],"date":["2021-07-19"],"summary":["pollinators"],"notes":["Portfolio: Agriculture"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["eu-tr-03518238467-61","ec-person-cafe030b6dad78a75143f7552c420481b30ebceb"]}} -{"id":"ec-meeting-2021-07-19-90a4ab0ae815309fdd737af1c0fdadb073b3c92f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-07-19 - Cabinet of Executive Vice-President Valdis Dombrovskis x Trans-Atlantic Business Council"],"date":["2021-07-19"],"summary":["Latest developments and the work in progress regarding the Trade and Technology Council (TTC)"],"notes":["Portfolio: An Economy that Works for People"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-1d8581216d9aa7f26fa098a81e84ca61e0e3f261","eu-tr-053357941086-74"]}} -{"id":"ec-meeting-2021-07-19-959fb06e210813e10e520fc91067c31e8a9bdc95","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-07-19 - Communications Networks, Content and Technology x Orange"],"date":["2021-07-19"],"summary":["Fibre deployment"],"location":["Brussels (videoconference)"],"address":["Brussels (videoconference)"],"addressEntity":["addr-843ddf9d3c6977cd8d56db6bb2154f8415263e26"],"organizer":["ec-dg-connect"],"involved":["eu-tr-76704342721-41","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2021-07-19-ac9187bad0aabfea8da2495ee6c906ae28c49632","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-07-19 - Cabinet of Executive Vice-President Frans Timmermans x Breakthrough Energy Catalyst Foundation"],"date":["2021-07-19"],"summary":["Green transition, renewable energy"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-7c876f4825f213b8adbedf089ccedfbc3b36d65b","eu-tr-424103441763-49"]}} -{"id":"ec-meeting-2021-07-19-b2da1d190e1d086120ada226b4a584fe6c2fd7c2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-07-19 - Cabinet of Commissioner Thierry Breton x Immutable Insight GmbH Asociatia Transilvania IT IOTA Stiftung TIM S.p.A. European Telecommunications Network Operators' Association Danish Foundation for Entrepreneurship fit4internet - Verein zur Steigerung der digitalen Kompetenzen in Österreich Avast Software s.r.o. Capgemini Invent - the Netherlands Conference of European Schools for Advanced Engineering Education and Research European Forum of technical and Vocational Education and Training UNI Europa SAP"],"date":["2021-07-19"],"summary":["Skills Roundtable on Digital"],"notes":["Portfolio: Internal Market"],"location":["Videoconférence"],"address":["Videoconférence"],"addressEntity":["addr-40b93f6e1d8d05e4f9da2dc3b13eadf552f23c41"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-43785827982-59","eu-tr-531047531752-02","eu-tr-379331539649-04","eu-tr-147656111703-83","ec-person-4d83416435f81b1f1e8f5c86aeebb1478577f1d2","eu-tr-08957111909-85","eu-tr-841916743593-61","ec-person-5215bd372c5a1202399d77ecceb8c16de8d7d55c","eu-tr-567226443519-54","ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","eu-tr-078655018381-34","eu-tr-033768941210-92","eu-tr-484959115993-15","eu-tr-329201343103-26","eu-tr-500027331119-04","eu-tr-639117311617-01"]}} -{"id":"ec-meeting-2021-07-19-baf5b960b72eacfe1c12a650514b984d2b62bdcb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-07-19 - Cabinet of Commissioner Thierry Breton x THALES"],"date":["2021-07-19"],"summary":["spatial, identité numérique"],"notes":["Portfolio: Internal Market"],"location":["Commissioner's office"],"address":["Commissioner's office"],"addressEntity":["addr-c6553a5be2ddbdd04401131ee7290ecef073fa4d"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","ec-person-b077a2e9f0fdb3b8f6e91d0bd0b256db9e40ce46","eu-tr-91711831031-23"]}} -{"id":"ec-meeting-2021-07-19-d1de24fe771359d3298f11c954da71c365b62564","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-07-19 - Cabinet of Commissioner Thierry Breton x Fédération bancaire française"],"date":["2021-07-19"],"summary":["COVID impact, Basel transposition"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-5215bd372c5a1202399d77ecceb8c16de8d7d55c","eu-tr-09245221105-30"]}} -{"id":"ec-meeting-2021-07-19-daf904489bbf2dce3b0dd2b9b64fb7f8fab4a7bf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-07-19 - Financial Stability, Financial Services and Capital Markets Union x Value Balancing Alliance e.V. Falk Beratung GmbH"],"date":["2021-07-19"],"summary":["Sustainable Finance and CSRD framework"],"location":["Virtual meeting"],"address":["Virtual meeting"],"addressEntity":["addr-1f1f3f51a4da31a1ea5c1b4b21cbf52ad983224f"],"organizer":["ec-dg-fisma"],"involved":["ec-person-1fce211249673c35ee07a801ddee77ab24af8d54","eu-tr-404631939210-52","eu-tr-058733639758-41"]}} -{"id":"ec-meeting-2021-07-19-db8c3618bbaa51e0e4c0bb533c18e15d741f38f2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-07-19 - Financial Stability, Financial Services and Capital Markets Union x Droit et Croissance"],"date":["2021-07-19"],"summary":["Brexit and CMU"],"location":["Virtual meeting"],"address":["Virtual meeting"],"addressEntity":["addr-1f1f3f51a4da31a1ea5c1b4b21cbf52ad983224f"],"organizer":["ec-dg-fisma"],"involved":["ec-person-1fce211249673c35ee07a801ddee77ab24af8d54","eu-tr-043701343566-12"]}} -{"id":"ec-meeting-2021-07-20-0dc5360cf7a67d6d99f7718d63dfdf8ea6df8031","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-07-20 - Cabinet of Commissioner Thierry Breton x Access Now European Digital Rights"],"date":["2021-07-20"],"summary":["Attention points on DSA legislative process"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-16311905144-06","ec-person-4d83416435f81b1f1e8f5c86aeebb1478577f1d2","eu-tr-71149477682-53"]}} -{"id":"ec-meeting-2021-07-20-0ff7f806bdf407c7862962b46834f030b74408d8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-07-20 - Cabinet of Executive Vice-President Frans Timmermans x Naturschutzbund Deutschland e.V. Fern"],"date":["2021-07-20"],"summary":["Bioenergy"],"notes":["Portfolio: European Green Deal"],"location":["videoconference (Brussels)"],"address":["videoconference (Brussels)"],"addressEntity":["addr-5dd22b57a9d6f7be6f130d619b6be6e2434c4ab3"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce","eu-tr-0285583802-96","eu-tr-40538475090-82","ec-person-8af3c81534786a740718d21dc58240738a53ed7b"]}} -{"id":"ec-meeting-2021-07-20-11458d5488d3a6a4d5ce3a0f8e9f1894da6bd2b1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-07-20 - Cabinet of Commissioner Mairead Mcguinness x HSBC Holdings PLC"],"date":["2021-07-20"],"summary":["Preparation of the call between Cssr and HSBC CEO"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["video call"],"address":["video call"],"addressEntity":["addr-12d8c530d76da0b7745f9c0f9285e7eec97adc55"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["eu-tr-001866415031-87","ec-person-49e520c7a9c9c47ccb5acfa68f9416e4233af9f8"]}} -{"id":"ec-meeting-2021-07-20-1b9be977e65d19766691c16c2dd22054688b17fb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-07-20 - Cabinet of Commissioner Thierry Breton x Intel Corporation"],"date":["2021-07-20"],"summary":["Processor and semiconductor ecosystem in Europe"],"notes":["Portfolio: Internal Market"],"location":["Commissioner's office"],"address":["Commissioner's office"],"addressEntity":["addr-c6553a5be2ddbdd04401131ee7290ecef073fa4d"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","ec-person-b077a2e9f0fdb3b8f6e91d0bd0b256db9e40ce46","eu-tr-7459401905-60"]}} -{"id":"ec-meeting-2021-07-20-1c217874eec061578f3cda6139ea90cd2eac7b2a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-07-20 - Employment, Social Affairs and Inclusion x Eurodiaconia"],"date":["2021-07-20"],"summary":["implementation of the European Pillar of Social Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-empl"],"involved":["eu-tr-4293010684-55","ec-person-dd259fce880e1853f0beb087443bce6e7dea70d7"]}} -{"id":"ec-meeting-2021-07-20-1e1cf96a6270554d4c5b10661cd056443883d56e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-07-20 - Internal Market, Industry, Entrepreneurship and SMEs x DIGITALEUROPE"],"date":["2021-07-20"],"summary":["Discuss their involvement in the Industrial Forum, digital technologies across several ecosystems, and the monitoring of digital technologies uptake."],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-grow"],"involved":["ec-person-0151c7e554d188fffc509ad636b7d1a84c5dfcd5","eu-tr-64270747023-20"]}} -{"id":"ec-meeting-2021-07-20-26c0d1267740504f9d95187d112104321f4ff228","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-07-20 - Cabinet of Commissioner Mairead Mcguinness x Stichting World Benchmarking Alliance Foundation"],"date":["2021-07-20"],"summary":["Introductory meeting"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-a5441c6a69a8a94fd64e02def60fcc6567f2c1d8","eu-tr-948456934701-68"]}} -{"id":"ec-meeting-2021-07-20-314cba0c4413c644101dfe6de9e4790eaf316802","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-07-20 - Cabinet of Vice-President Věra Jourová x HateAid gGmbH"],"date":["2021-07-20"],"summary":["Disinformation"],"notes":["Portfolio: Values and Transparency"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["eu-tr-802412042190-08","ec-person-fb258e0188a5319bfaba3161382db43f5a85851f"]}} -{"id":"ec-meeting-2021-07-20-34d2d67aa531e53c430235e1d2de6a164a2a2f29","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-07-20 - Cabinet of President Ursula von der Leyen x Coalition for Epidemic Preparedness Innovations"],"date":["2021-07-20"],"summary":["Vaccines and the way forward"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["eu-tr-852523338633-03","ec-person-f2b941852d3b961d69ed695c2d243a1a2b4a1904"]}} -{"id":"ec-meeting-2021-07-20-3e6f6778722fc9a386c13b2aa1b3c25fa8422d8d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-07-20 - Cabinet of Executive Vice-President Margrethe Vestager x Vodafone Belgium SA"],"date":["2021-07-20"],"summary":["Matters within the digital portfolio"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-90142503473-81","ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0","ec-person-73fb1ddd279f8c6697a055567a2c09606006b875","ec-person-11ba005cc4046696303381b7ca219da9b11a42bf"]}} -{"id":"ec-meeting-2021-07-20-49fd98eb208b0a7e5907de776cd70e3c897d4a14","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-07-20 - Cabinet of Commissioner Thierry Breton x Reset"],"date":["2021-07-20"],"summary":["Fighting disinformation"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-754754839444-24","ec-person-4d83416435f81b1f1e8f5c86aeebb1478577f1d2","ec-person-7217954e3bc1aad2a1474fb760ea512a069f8fe3"]}} -{"id":"ec-meeting-2021-07-20-5ad40ceb7689e2849ef676ef6e976a4e3e9fc326","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-07-20 - Cabinet of Commissioner Elisa Ferreira x Galp Energia, SGPS, SA"],"date":["2021-07-20"],"summary":["Batteries value chain"],"notes":["Portfolio: Cohesion and Reforms"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-commissioner-elisa-ferreira-of"],"involved":["eu-tr-959972115771-67","ec-person-1c49c531eceae287dd4a56ac52e8326c65fc2855","ec-person-6aefca8f66cd57549e22428bee7f0d2c97d16f52"]}} -{"id":"ec-meeting-2021-07-20-6d1ebba000bdc38b5d5da27682ecfd2d333e55d4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-07-20 - Cabinet of Commissioner Thierry Breton x Isar Aerospace Technologies GmbH"],"date":["2021-07-20"],"summary":["EU Launcher Initiative"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","eu-tr-027256843597-28","ec-person-b077a2e9f0fdb3b8f6e91d0bd0b256db9e40ce46"]}} -{"id":"ec-meeting-2021-07-20-c6bb9ffc770fca7f85c2943efb1f56e36a953b1c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-07-20 - Cabinet of Commissioner Thierry Breton x GLOBALFOUNDRIES Management Services Limited Liability Company & Co. KG"],"date":["2021-07-20"],"summary":["Semiconductors"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","eu-tr-721066539792-75","ec-person-b077a2e9f0fdb3b8f6e91d0bd0b256db9e40ce46"]}} -{"id":"ec-meeting-2021-07-20-f18cf2f8aff160fba4104de13faedae9ab72b3cf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-07-20 - Competition x BIONTINO EUROPE"],"date":["2021-07-20"],"summary":["general exchange of views on competition matters"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-comp"],"involved":["ec-person-f257bc19c568ad25083c1c1e1651426245cefedf","eu-tr-68700057230-72"]}} -{"id":"ec-meeting-2021-07-20-fbdfc92d99605d4221b84f5edf18ff137f63aef8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-07-20 - Cabinet of Commissioner Thierry Breton x Apple Inc."],"date":["2021-07-20"],"summary":["European digital transformation, trends on semiconductors, platforms regulation"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","ec-person-4d83416435f81b1f1e8f5c86aeebb1478577f1d2","ec-person-b077a2e9f0fdb3b8f6e91d0bd0b256db9e40ce46","eu-tr-588327811384-96"]}} -{"id":"ec-meeting-2021-07-22-0b7bef6b18fbc4227c66cf2573ffe8d25766c7b3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-07-22 - Financial Stability, Financial Services and Capital Markets Union x European University Institute"],"date":["2021-07-22"],"summary":["Discussions concerning the EUI virtual academy event on cross-border banking supervision."],"location":["Virtual meeting"],"address":["Virtual meeting"],"addressEntity":["addr-1f1f3f51a4da31a1ea5c1b4b21cbf52ad983224f"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-742228039171-04","ec-person-1fce211249673c35ee07a801ddee77ab24af8d54"]}} -{"id":"ec-meeting-2021-07-22-14851dbff8dc051be366a3047371855e1ffbce45","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2021-07-22 - Cabinet of Executive Vice-President Margrethe Vestager x AIM - European Brands Association"],"date":["2021-07-22"],"summary":["Reform of the block exemption on dual distribution"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Online","virtual"],"address":["Online","virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f","addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-1074382679-01","ec-person-bb1f295d8be3d10004d7e5fd7c24248a21215775"]}} -{"id":"ec-meeting-2021-07-22-33245246617f7b1c82c34ed7be77b07ba964a1e2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-07-22 - Cabinet of Executive Vice-President Valdis Dombrovskis x Brunswick Group Advisory Limited illimity Bank Hoist Finance AB (publ)"],"date":["2021-07-22"],"summary":["Non-performing loans"],"notes":["Portfolio: An Economy that Works for People"],"location":["video-conference"],"address":["video-conference"],"addressEntity":["addr-8736c288a4bc51ee27ef4ed41e652409a37e60d1"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-235870cd7eb41f2494f695fce18b5b5b88647113","eu-tr-878451844033-61","eu-tr-26255464458-25","eu-tr-000104242849-49"]}} -{"id":"ec-meeting-2021-07-22-430f0b0dbe4967ada981da28e890238d0d3f5f38","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-07-22 - Cabinet of President Ursula von der Leyen x Open Voice Network"],"date":["2021-07-22"],"summary":["Digital issues"],"notes":["Portfolio: President"],"location":["Brussels (VC)"],"address":["Brussels (VC)"],"addressEntity":["addr-7a7ab1034ef0b71e62ebf9a322dc5d9528505976"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-7019713e72781afb1f3b19032c4752a314b78180","eu-tr-218932744012-33"]}} -{"id":"ec-meeting-2021-07-22-534ed37c87ab53461ddde1b49b931b075ff697b7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-07-22 - Cabinet of Commissioner Stella Kyriakides x European Environmental Bureau WWF European Policy Programme ClientEarth AISBL European Public Health Alliance"],"date":["2021-07-22"],"summary":["VTC meeting on Framework legislation for sustainable food systems"],"notes":["Portfolio: Health"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-kyriakides-of-stella"],"involved":["eu-tr-06798511314-27","eu-tr-1414929419-24","ec-person-081d99a6f9ed1259db43e2cbcba20275774511b2","eu-tr-96645517357-19","ec-person-ba73927c33000184cab3f41a76e1b32fe7d7eda8","eu-tr-18941013532-08"]}} -{"id":"ec-meeting-2021-07-22-58520d6f815f0f61b32daffef4e6714ff7fcbc09","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-07-22 - Cabinet of Commissioner Janusz Wojciechowski x Gas Distributors for Sustainability"],"date":["2021-07-22"],"summary":["Gas Distribution for Sustainability"],"notes":["Portfolio: Agriculture"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["ec-person-625f8b4379f79adee4f15c6a0417a96bb5a5a403","eu-tr-382692732615-35"]}} -{"id":"ec-meeting-2021-07-22-5fda030ee92b1cc3914d816f12208526b02595ff","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-07-22 - Cabinet of Executive Vice-President Frans Timmermans x Dopper"],"date":["2021-07-22"],"summary":["Circular economy transition and reuse"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-172417743140-28","ec-person-8af3c81534786a740718d21dc58240738a53ed7b"]}} -{"id":"ec-meeting-2021-07-22-afa4574b86424805875a6d63c50df8cec41f3572","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-07-22 - Financial Stability, Financial Services and Capital Markets Union x European Banking Federation"],"date":["2021-07-22"],"summary":["Exchange about the NPL Advisory Panel"],"location":["Virtual meeting"],"address":["Virtual meeting"],"addressEntity":["addr-1f1f3f51a4da31a1ea5c1b4b21cbf52ad983224f"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-4722660838-23","ec-person-1fce211249673c35ee07a801ddee77ab24af8d54"]}} -{"id":"ec-meeting-2021-07-22-b8ec49b2e7b0b69a3a2ff5cf1f3a45c2f6300258","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-07-22 - Cabinet of Executive Vice-President Frans Timmermans x SUEZ Group"],"date":["2021-07-22"],"summary":["World Materials Forum"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-e88af8eb396e96e3dbc9b4ec6e40a348d26c389c","eu-tr-27799842497-69"]}} -{"id":"ec-meeting-2021-07-22-f20c70eb99c9bed57909dc02932fb092a46ac3ef","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-07-22 - Cabinet of Commissioner Jutta Urpilainen x Global Citizen"],"date":["2021-07-22"],"summary":["Exchange on global citizen work"],"notes":["Portfolio: International Partnerships"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["eu-tr-211392938041-28","ec-person-6357f4506ca5351b3a822936612fd6006da48722"]}} -{"id":"ec-meeting-2021-07-23-00807474f66cd13de5e80d94affc9f8bc198912a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-07-23 - Taxation and Customs Union x TITAN CEMENT INTERNATIONAL SA CEMBUREAU - The European Cement Association"],"date":["2021-07-23"],"summary":["Videoconference - Follow-up meeting to the COM proposal for a CBAM"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-taxud"],"involved":["ec-person-9e42f316f38c8e126c2cd2bc84affb891338c7f3","eu-tr-93987316076-63","eu-tr-447669443576-63"]}} -{"id":"ec-meeting-2021-07-23-0d50d87690aa3fe385e3b95d1dbe66a9f6b028be","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-07-23 - Taxation and Customs Union x The European Steel Association"],"date":["2021-07-23"],"summary":["Videoconference - Follow-up meeting to the COM proposal for a CBAM"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-taxud"],"involved":["ec-person-9e42f316f38c8e126c2cd2bc84affb891338c7f3","eu-tr-93038071152-83"]}} -{"id":"ec-meeting-2021-07-23-3b82a3f6c7103cd2a077e039a7ad17337eb6e39b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-07-23 - Climate Action x Vodafone Stiftung Deutschland gGmbH"],"date":["2021-07-23"],"summary":["Contribution of the digital and communication sector to the climate action."],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-clima"],"involved":["ec-person-9c5c685692a09a77f2bc8ae9c05663b87cd75aae","eu-tr-963045243382-88"]}} -{"id":"ec-meeting-2021-07-23-61f978e12f07c5a8e53758eb78651c52d39d5c32","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-07-23 - Communications Networks, Content and Technology x Incisive Health"],"date":["2021-07-23"],"summary":["EU Action Plan for Better Cardiovascular Health"],"location":["Brussels (videoconference)"],"address":["Brussels (videoconference)"],"addressEntity":["addr-843ddf9d3c6977cd8d56db6bb2154f8415263e26"],"organizer":["ec-dg-connect"],"involved":["eu-tr-786297415977-28","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2021-07-23-c1b2a373279c645b3a1cf8b218cbc45ab45c6697","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-07-23 - Cabinet of Executive Vice-President Margrethe Vestager x Meta Platforms Ireland Limited and its various subsidiaries (f/k/a Facebook Ireland Limited)"],"date":["2021-07-23"],"summary":["DSA"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0","eu-tr-28666427835-74"]}} -{"id":"ec-meeting-2021-07-26-1ff4d94b20b5ee2adb2f933b00450dab5658f0ba","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-07-26 - Cabinet of Commissioner Janusz Wojciechowski x European farmers European agri-cooperatives"],"date":["2021-07-26"],"summary":["Food Systems Summit agenda; CAP ; carbon farming and CBAM"],"notes":["Portfolio: Agriculture"],"location":["Rome, Italy"],"address":["Rome, Italy"],"addressEntity":["addr-17df4c823e58cba3a587c89186e0e6ca2d3f17a0"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["eu-tr-44856881231-49","ec-person-c825a813205e5077cd48bbd241436daf1834fc9b","ec-person-625f8b4379f79adee4f15c6a0417a96bb5a5a403","eu-tr-09586631237-74","ec-person-08c62f972c22464aca7a65520eb9406f8db14a66"]}} -{"id":"ec-meeting-2021-07-26-5d187f168a3c8df5d8cc8e80e90019b4b8215b1c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-07-26 - Cabinet of Commissioner Johannes Hahn x ifo Institut - Leibniz-Institut für Wirtschaftsforschung an der Universität München e.V."],"date":["2021-07-26"],"summary":["Exchange of views on the prospects for European economic recovery, NextGenerationEU, New Own Resources"],"notes":["Portfolio: Budget and Administration"],"location":["Munich"],"address":["Munich"],"addressEntity":["addr-4bb73f4817cac7549995b34436d424f8d8b0f1b0"],"organizer":["ec-cabinet-commissioner-hahn-johannes-of"],"involved":["ec-person-6dd3472dac004e43ec1fa4f5b4106e3b476c9ce7","eu-tr-355074725892-48"]}} -{"id":"ec-meeting-2021-07-26-6168d2074f05c58d96672d7a3d74a6159e5c27db","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-07-26 - Cabinet of President Ursula von der Leyen x ERNIEAPP LTD"],"date":["2021-07-26"],"summary":["Digital issues , in particular privacy management, data governance, need for standardised APIs for data exchange and control of uses"],"notes":["Portfolio: President"],"location":["Brussels (VC)"],"address":["Brussels (VC)"],"addressEntity":["addr-7a7ab1034ef0b71e62ebf9a322dc5d9528505976"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-7019713e72781afb1f3b19032c4752a314b78180","eu-tr-588975328336-69"]}} -{"id":"ec-meeting-2021-07-26-6c64141ee0313d6c5f882425901251685c9d980a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-07-26 - Cabinet of President Ursula von der Leyen x Ericsson"],"date":["2021-07-26"],"summary":["external affairs and international digital policies"],"notes":["Portfolio: President"],"location":["Brussels (WEBEX)"],"address":["Brussels (WEBEX)"],"addressEntity":["addr-3afbdeda01f3dac93a9dc841fdac57d9de27b869"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-7019713e72781afb1f3b19032c4752a314b78180","eu-tr-02021363105-42"]}} -{"id":"ec-meeting-2021-07-26-c5a9355c69a6cabb49b010da1b74bf95693e7cff","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-07-26 - Cabinet of Commissioner Johannes Hahn x Muenchener Rueckversicherungs-Gesellschaft Aktiengesellschaft in Muenchen"],"date":["2021-07-26"],"summary":["Exchange of views on the prospects for European economic recovery"],"notes":["Portfolio: Budget and Administration"],"location":["Munich, Germany"],"address":["Munich, Germany"],"addressEntity":["addr-9d94c5e26679fe4980662a558a287b7999bb5690"],"organizer":["ec-cabinet-commissioner-hahn-johannes-of"],"involved":["ec-person-6dd3472dac004e43ec1fa4f5b4106e3b476c9ce7","eu-tr-80722695701-02"]}} -{"id":"ec-meeting-2021-07-26-ff72e658c78538c70de6438ee4a0b78ec09d742e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-07-26 - Cabinet of Vice-President Dubravka Šuica x StartupVillage - Territorio Emprendimiento"],"date":["2021-07-26"],"summary":["Meeting on VP Suica's intervention at the next Startup OLE event in September"],"notes":["Portfolio: Democracy and Demography"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-dubravka-of-president-suica-vice"],"involved":["ec-person-2ea66ac99d83c7f0ff7dfcfd7d90f9416dc22e61","eu-tr-608407240301-51"]}} -{"id":"ec-meeting-2021-07-27-0f00a3ab61b0e6a0a79b600e1599139b15919263","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-07-27 - Cabinet of Commissioner Janusz Wojciechowski x Corteva Agriscience International SARL"],"date":["2021-07-27"],"summary":["sustainable agriculture"],"notes":["Portfolio: Agriculture"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["ec-person-cafe030b6dad78a75143f7552c420481b30ebceb","eu-tr-448233735022-37"]}} -{"id":"ec-meeting-2021-07-27-64dd189f0e7bd87c54505fa83f08e2b80a71f5bd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-07-27 - Cabinet of Executive Vice-President Frans Timmermans x Groupe Avril"],"date":["2021-07-27"],"summary":["Sustainable food systems"],"notes":["Portfolio: European Green Deal"],"location":["Video-call"],"address":["Video-call"],"addressEntity":["addr-0a257a3b8a0926e1b53e3476ce1c8e8fc8470ecd"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-268338515460-22","ec-person-33624431cbec1074e151c1707715ef46d2ba9565"]}} -{"id":"ec-meeting-2021-07-27-6c23039b3b82624d372e46615408d689885c668b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-07-27 - Cabinet of Vice-President Věra Jourová x Global Witness Frank Bold Society"],"date":["2021-07-27"],"summary":["Sustainable Corporate Governance"],"notes":["Portfolio: Values and Transparency"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["eu-tr-57221111091-19","ec-person-76793b3bad1c7471121c510a962aae356d19c30b","eu-tr-10439809375-73"]}} -{"id":"ec-meeting-2021-07-27-f21a99a03ef1dcab44acc0dd76b5318cbc20a199","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-07-27 - Cabinet of Commissioner Janusz Wojciechowski x Unilever"],"date":["2021-07-27"],"summary":["Unilever commitments to the EU Code of Conduct as well as their Regenerative Agriculture Practices Code."],"notes":["Portfolio: Agriculture"],"location":["Rome, Italy"],"address":["Rome, Italy"],"addressEntity":["addr-17df4c823e58cba3a587c89186e0e6ca2d3f17a0"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["ec-person-c825a813205e5077cd48bbd241436daf1834fc9b","ec-person-625f8b4379f79adee4f15c6a0417a96bb5a5a403","eu-tr-6200524920-25","ec-person-08c62f972c22464aca7a65520eb9406f8db14a66"]}} -{"id":"ec-meeting-2021-07-28-275069617bcae99b427b2086896526391be2a11c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-07-28 - Cabinet of Commissioner Janusz Wojciechowski x Confederazione Nazionale Coldiretti"],"date":["2021-07-28"],"summary":["CAP reform, with particular reference to the implementation of the National Strategic Plans and the opportunities for the agricultural sector"],"notes":["Portfolio: Agriculture"],"location":["Rome, Italy"],"address":["Rome, Italy"],"addressEntity":["addr-17df4c823e58cba3a587c89186e0e6ca2d3f17a0"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["ec-person-c825a813205e5077cd48bbd241436daf1834fc9b","ec-person-625f8b4379f79adee4f15c6a0417a96bb5a5a403","eu-tr-55507619225-88","ec-person-08c62f972c22464aca7a65520eb9406f8db14a66"]}} -{"id":"ec-meeting-2021-07-28-2f011f9333d600b831fefd99b02a0bf45fd12f59","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-07-28 - Cabinet of Executive Vice-President Valdis Dombrovskis x Bolt"],"date":["2021-07-28"],"summary":["platform work and transportation sector"],"notes":["Portfolio: An Economy that Works for People"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["eu-tr-995377734447-25","ec-person-95d6ecce9b8f3a7b167d0eac8e270fdce0665ccb"]}} -{"id":"ec-meeting-2021-07-28-92e8df935f68df8bc9f40e6df1c614cb7e4665cf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-07-28 - Cabinet of Vice-President Věra Jourová x Responsible Business Alliance"],"date":["2021-07-28"],"summary":["Role of industry schemes & industry initiatives in EU mandatory due diligence legislation"],"notes":["Portfolio: Values and Transparency"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["eu-tr-957105437070-49","ec-person-221276f2dfa4b8fe628f08e982d967b6aeb61c57"]}} -{"id":"ec-meeting-2021-07-28-97aee22c850019246158f21638d423272e7ed399","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-07-28 - Cabinet of Executive Vice-President Frans Timmermans x Institute for European Environmental Policy"],"date":["2021-07-28"],"summary":["Biocontrol, Farm to Fork and CAP plans"],"notes":["Portfolio: European Green Deal"],"location":["Video-call"],"address":["Video-call"],"addressEntity":["addr-0a257a3b8a0926e1b53e3476ce1c8e8fc8470ecd"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-934329423960-72","ec-person-33624431cbec1074e151c1707715ef46d2ba9565"]}} -{"id":"ec-meeting-2021-07-28-d159c830deed0ab057d1d3d78f3f595f5148dbe1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-07-28 - Directorate-General for International Partnerships x Global Sovereign Advisory"],"date":["2021-07-28"],"summary":["Partnerships zone UEMOA"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-dg-intpa"],"involved":["eu-tr-443247543020-45","ec-person-afe6f55069d2cc5483157e138e41abd63140fdd8"]}} -{"id":"ec-meeting-2021-07-29-1c9192bc60bff6fb578fc1b2d4cd3e769952ef5e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-07-29 - Cabinet of Executive Vice-President Frans Timmermans x KIC InnoEnergy SE"],"date":["2021-07-29"],"summary":["Hyperloop for transport"],"notes":["Portfolio: European Green Deal"],"location":["online"],"address":["online"],"addressEntity":["addr-2dbc2fd2358e1ea1b7a6bc08ea647b9a337ac92d"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-d56ecbfde17436a136fc89c9a978b266e8285c84","eu-tr-462849021886-85"]}} -{"id":"ec-meeting-2021-07-29-a7170251fdd1bc824219db2dd2dbe751e8fef243","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-07-29 - Cabinet of Commissioner Janez Lenarčič x Norwegian Refugee Council Europe"],"date":["2021-07-29"],"summary":["Humanitarian situation in Lebanon"],"notes":["Portfolio: Crisis Management"],"location":["Brussels (VTC)"],"address":["Brussels (VTC)"],"addressEntity":["addr-37c43e0c10e2a2fb447c53cde1d253728a607703"],"organizer":["ec-cabinet-commissioner-janez-lenarcic-of"],"involved":["eu-tr-750447615329-96","ec-person-a6cd325c80698b2331699224c780ebfb10573602"]}} -{"id":"ec-meeting-2021-07-29-cdc18bcbc6ce16225687377c4aa8087a659c40d5","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2021-07-29 - Cabinet of Commissioner Thierry Breton x TIM S.p.A."],"date":["2021-07-29"],"summary":["Digital decade targets, technology and investment in connectivity","Italian telecoms markets"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-4d83416435f81b1f1e8f5c86aeebb1478577f1d2","eu-tr-078655018381-34"]}} -{"id":"ec-meeting-2021-07-30-140f475e1ed0c066ebac7f8bae413b6f456e8072","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-07-30 - Cabinet of Executive Vice-President Frans Timmermans x Mattoni 1873"],"date":["2021-07-30"],"summary":["EU Code of Conduct for responsible business and marketing practices"],"notes":["Portfolio: European Green Deal"],"location":["Video-call"],"address":["Video-call"],"addressEntity":["addr-0a257a3b8a0926e1b53e3476ce1c8e8fc8470ecd"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-082334743667-58","ec-person-33624431cbec1074e151c1707715ef46d2ba9565"]}} -{"id":"ec-meeting-2021-07-30-fab4d2acab5dcec00b17efe519d686892631428f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-07-30 - Cabinet of Commissioner Stella Kyriakides x Alzheimer Europe European Public Health Alliance European Patients' Forum (EPF) EUROPEAN ORGANISATION FOR RARE DISEASES"],"date":["2021-07-30"],"summary":["Meeting with civil society representatives regarding the EU4health programme."],"notes":["Portfolio: Health"],"location":["Virtual meeting"],"address":["Virtual meeting"],"addressEntity":["addr-1f1f3f51a4da31a1ea5c1b4b21cbf52ad983224f"],"organizer":["ec-cabinet-commissioner-kyriakides-of-stella"],"involved":["eu-tr-37399753690-65","eu-tr-61911227368-75","ec-person-c7513fae2df7920eea99d7cc103a354aa4f56b6e","eu-tr-18941013532-08","eu-tr-93272076510-87"]}} -{"id":"ec-meeting-2021-08-03-6172da37a3d0b6182f8c8b87012f20bc2968e910","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-08-03 - Cabinet of Commissioner Mairead Mcguinness x Cboe Europe"],"date":["2021-08-03"],"summary":["review of MiFID/MiFIR and consolidated tape"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["eu-tr-707807242824-30","ec-person-d3cc20cb34ca6b5bf95417f5f9557b6c2aa749fc"]}} -{"id":"ec-meeting-2021-08-13-a0d5f0f436434ecd07ebdfffd57f64bfa112dd44","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-08-13 - Cabinet of Commissioner Stella Kyriakides x Bundesärztekammer"],"date":["2021-08-13"],"summary":["Preparatory conversation for a discussion on the role of the European Union in future health policy"],"notes":["Portfolio: Health"],"location":["VTC - Teams"],"address":["VTC - Teams"],"addressEntity":["addr-bd9f4ee0e7fb35851a8334220b4ea041a55afd4b"],"organizer":["ec-cabinet-commissioner-kyriakides-of-stella"],"involved":["ec-person-8c3c9f5f3b2f84138bb6ab73180e2eff94b88ec8","eu-tr-89648243865-50"]}} -{"id":"ec-meeting-2021-08-17-e4f1a7a868ca386d1e466aed68eba8036267ddfc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-08-17 - Cabinet of Executive Vice-President Frans Timmermans x Alexander von Humboldt Institut für Internet und Gesellschaft"],"date":["2021-08-17"],"summary":["Presentation of the Green Deal, role of science and the IPCC in EU policy making"],"notes":["Portfolio: European Green Deal"],"location":["video call"],"address":["video call"],"addressEntity":["addr-12d8c530d76da0b7745f9c0f9285e7eec97adc55"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-b4af267cd7b109754c551f0ced280f6cf3718f16","eu-tr-591788027670-62"]}} -{"id":"ec-meeting-2021-08-18-1cfb6770c68887f4f08fb88ce07d9693faa59934","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-08-18 - Cabinet of Executive Vice-President Margrethe Vestager x Meetic Group, A Match Group Company"],"date":["2021-08-18"],"summary":["Digital platform regulation"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-694419028666-26","ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0"]}} -{"id":"ec-meeting-2021-08-23-bb2a82afb97fa373d49bd8224bc7e7ee8b040ae8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-08-23 - Cabinet of Vice-President Věra Jourová x Reporters sans frontières"],"date":["2021-08-23"],"summary":["safety of journalists"],"notes":["Portfolio: Values and Transparency"],"location":["Phone call"],"address":["Phone call"],"addressEntity":["addr-cac056598c767cdeaa0f13cfe91d25988c24c698"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["ec-person-aa83f35da599b82e4f15da018f4b3447eb648f7c","eu-tr-612547127497-45"]}} -{"id":"ec-meeting-2021-08-24-1d396103a2a2bae2d05621b5d75a6ecef1fa3032","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-08-24 - Cabinet of Vice-President Věra Jourová x Europäisches Zentrum für Presse- und Medienfreiheit"],"date":["2021-08-24"],"summary":["safety of journalists"],"notes":["Portfolio: Values and Transparency"],"location":["Phone call"],"address":["Phone call"],"addressEntity":["addr-cac056598c767cdeaa0f13cfe91d25988c24c698"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["ec-person-aa83f35da599b82e4f15da018f4b3447eb648f7c","eu-tr-823710129179-63"]}} -{"id":"ec-meeting-2021-08-25-85536b79cbaf7711023eaef3e9b85a3bcf8301a4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-08-25 - Cabinet of President Ursula von der Leyen x AIR LIQUIDE A.P. Møller - Mærsk A/S Volvo AB Siemens AG"],"date":["2021-08-25"],"summary":["Videoconference with Chairman of Volvo, Chairman of Siemens and Maersk, CEO of Air Liquide"],"notes":["Portfolio: President"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["eu-tr-94857385769-70","ec-person-a2ac27c3a7aa93937efc47169c1dc2264a822175","eu-tr-680443918500-51","eu-tr-51773601133-57","eu-tr-4266797770-31"]}} -{"id":"ec-meeting-2021-08-25-e21ceb38ec22cad8f070d91a2206a8fcd6b42ceb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-08-25 - Cabinet of Executive Vice-President Margrethe Vestager x KYC AVC UK LTD"],"date":["2021-08-25"],"summary":["AVMSD, DSA"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-534785743433-64","ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0"]}} -{"id":"ec-meeting-2021-08-26-080f22fa31e89f959d0895951534da037b9707bd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-08-26 - Cabinet of Executive Vice-President Valdis Dombrovskis x France Industrie"],"date":["2021-08-26"],"summary":["Sustainable finance taxonomy"],"notes":["Portfolio: An Economy that Works for People"],"location":["video conference"],"address":["video conference"],"addressEntity":["addr-6dc12e3c97077db82f32184f24341ce370a445fd"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-235870cd7eb41f2494f695fce18b5b5b88647113","eu-tr-60974102057-03"]}} -{"id":"ec-meeting-2021-08-26-7c5f49ec42b36ffa376c155fa08b703599dc675c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-08-26 - Cabinet of President Ursula von der Leyen x DIGITALEUROPE"],"date":["2021-08-26"],"summary":["The role of digital in Europe’s Green Deal ambitions"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-f2b941852d3b961d69ed695c2d243a1a2b4a1904","eu-tr-64270747023-20"]}} -{"id":"ec-meeting-2021-08-26-aef12b498a2f70e814136d08a9de267b92ca4ec4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-08-26 - Cabinet of Commissioner Mairead Mcguinness x France Industrie"],"date":["2021-08-26"],"summary":["Taxonomy Climate Delegated Act"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-a5441c6a69a8a94fd64e02def60fcc6567f2c1d8","eu-tr-60974102057-03"]}} -{"id":"ec-meeting-2021-08-26-c1b2a373279c645b3a1cf8b218cbc45ab45c6697","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-08-26 - Cabinet of Executive Vice-President Margrethe Vestager x Meta Platforms Ireland Limited and its various subsidiaries (f/k/a Facebook Ireland Limited)"],"date":["2021-08-26"],"summary":["Digital platform regulation"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-bb1f295d8be3d10004d7e5fd7c24248a21215775","eu-tr-28666427835-74","ec-person-73fb1ddd279f8c6697a055567a2c09606006b875"]}} -{"id":"ec-meeting-2021-08-27-72fb060dc8135c7beb540fd4f4ed736200cfc5c8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-08-27 - Cabinet of Commissioner Jutta Urpilainen x Fairtrade Finland (Reilu kauppa ry)"],"date":["2021-08-27"],"summary":["Human rights due diligence"],"notes":["Portfolio: International Partnerships"],"location":["Turku, Finland"],"address":["Turku, Finland"],"addressEntity":["addr-41693ee4f5b690e131795c28952491dfbe6c39c7"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["eu-tr-896242343924-65","ec-person-9788b5f9ccd101dc091867a4496a5735ee7151d9"]}} -{"id":"ec-meeting-2021-08-29-2b412943047351c95fd477d5aa148e6f60eb0f6d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-08-29 - Cabinet of President Ursula von der Leyen x European Round Table for Industry"],"date":["2021-08-29"],"summary":["Dinner/ meeting with the ERT members on green and digital transition, competitiveness and reskilling."],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-a2ac27c3a7aa93937efc47169c1dc2264a822175","eu-tr-25487567824-45"]}} -{"id":"ec-meeting-2021-08-29-637293a1f60a087144e24ff4abf017d1ac1ce5be","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-08-29 - Cabinet of Commissioner Helena Dalli x European Network Against Racism"],"date":["2021-08-29"],"summary":["Seminar on Structural Racism in the Private Sector"],"notes":["Portfolio: Equality"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-commissioner-dalli-helena-of"],"involved":["eu-tr-09854512780-89","ec-person-d0b568d53468fcd3dfeeaddbd07343b5b065914d"]}} -{"id":"ec-meeting-2021-08-30-1cf895ac61b90f3bf16c76690504864a20061622","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-08-30 - Cabinet of Executive Vice-President Margrethe Vestager x Reset"],"date":["2021-08-30"],"summary":["DSA, DMA"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-754754839444-24","ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0"]}} -{"id":"ec-meeting-2021-08-30-2e82b8cae2ce1883ca03e657b2268c5e78a550e2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-08-30 - Cabinet of Commissioner Mairead Mcguinness x Wirtschaftskammer Österreich"],"date":["2021-08-30"],"summary":["Basel reform, Sustainable finance, payment systems, Intra-EU investment treaties, AML"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Alpbach"],"address":["Alpbach"],"addressEntity":["addr-23babe33b34059b171c3fa0815bec283ead24c3c"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-a5441c6a69a8a94fd64e02def60fcc6567f2c1d8","eu-tr-10405322962-08"]}} -{"id":"ec-meeting-2021-08-30-96deba18c5f078a053e923dda7f8bea2dc0ff670","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-08-30 - Cabinet of Executive Vice-President Frans Timmermans x Stichting European Climate Foundation"],"date":["2021-08-30"],"summary":["Green Deal diplomacy"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-64869491516-70","ec-person-b4af267cd7b109754c551f0ced280f6cf3718f16"]}} -{"id":"ec-meeting-2021-08-31-0ccbdecdbeaeb9f26bebc582502d11dfe621621f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-08-31 - Cabinet of Executive Vice-President Frans Timmermans x Hague Corporate Affairs"],"date":["2021-08-31"],"summary":["Green Deal, Fit for 55, and the role of business"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-7c876f4825f213b8adbedf089ccedfbc3b36d65b","eu-tr-642553231622-95"]}} -{"id":"ec-meeting-2021-08-31-2257b52c34ac903dfc2864d860f68c62dfd2c528","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-08-31 - Cabinet of Executive Vice-President Valdis Dombrovskis x AIM - European Brands Association"],"date":["2021-08-31"],"summary":["Due diligence; trade and sustainable development"],"notes":["Portfolio: An Economy that Works for People"],"location":["video-conference"],"address":["video-conference"],"addressEntity":["addr-8736c288a4bc51ee27ef4ed41e652409a37e60d1"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-235870cd7eb41f2494f695fce18b5b5b88647113","eu-tr-1074382679-01"]}} -{"id":"ec-meeting-2021-08-31-39c0977b3699b7b019ad96738441d338f4934990","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-08-31 - Cabinet of Executive Vice-President Frans Timmermans x Union of European Football Associations"],"date":["2021-08-31"],"summary":["UEFA’s Green Deal initiatives"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-b4af267cd7b109754c551f0ced280f6cf3718f16","eu-tr-39217046408-27"]}} -{"id":"ec-meeting-2021-08-31-5fe3959c74c3618d6b6121ecc28873c76110de00","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-08-31 - Financial Stability, Financial Services and Capital Markets Union x Citigroup Inc."],"date":["2021-08-31"],"summary":["Sustainable finance, capital markets reform and location policy and CCPs"],"location":["Virtual meeting"],"address":["Virtual meeting"],"addressEntity":["addr-1f1f3f51a4da31a1ea5c1b4b21cbf52ad983224f"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-00353757573-57","ec-person-1fce211249673c35ee07a801ddee77ab24af8d54"]}} -{"id":"ec-meeting-2021-08-31-728cbccb0a39aefb06a63515458eed61425da567","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-08-31 - Taxation and Customs Union x European University Institute"],"date":["2021-08-31"],"summary":["Videoconference - Follow-up meeting to the COM proposal for a CBAM"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-taxud"],"involved":["eu-tr-742228039171-04","ec-person-9e42f316f38c8e126c2cd2bc84affb891338c7f3"]}} -{"id":"ec-meeting-2021-08-31-c2912d4dcd75ccaf2a244468b28e8e245b4adcb1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-08-31 - Cabinet of Commissioner Nicolas Schmit x Goethe-Institut e.V."],"date":["2021-08-31"],"summary":["Meeting with the moderator of the European Youth Event in order to prepare Commissioner Schmit's intervention."],"notes":["Portfolio: Jobs and Social Rights"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-66fa2c2d100ec194caa42b5c6f97c36e2748b71c","ec-person-c03b949331dbbe5fa3d5423758e371ec1b9b832f","eu-tr-45963658079-77"]}} -{"id":"ec-meeting-2021-08-31-cb691249e99b75c648136431a84ef1fa5d51b0e5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-08-31 - Internal Market, Industry, Entrepreneurship and SMEs x Bundesverband Mittelständische Wirtschaft e.V."],"date":["2021-08-31"],"summary":["Discuss the actions of the European Commission to support SMEs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-grow"],"involved":["ec-person-0151c7e554d188fffc509ad636b7d1a84c5dfcd5","eu-tr-082217218282-59"]}} -{"id":"ec-meeting-2021-08-31-d359661c55140b0a6a657c5238006a4c7a0bf378","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-08-31 - Cabinet of Commissioner Paolo Gentiloni x CONCORD Europe"],"date":["2021-08-31"],"summary":["SDGs"],"notes":["Portfolio: Economy"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-cabinet-commissioner-gentiloni-of-paolo"],"involved":["eu-tr-34478709670-34","ec-person-6168eb3d5d9bc71f9dc22fb6f75f77fa485ec252"]}} -{"id":"ec-meeting-2021-08-31-f18c08896abcb1da890b607faeb7f0122f51be7b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-08-31 - Competition x European Net Zero Alliance"],"date":["2021-08-31"],"summary":["insurance Climate Change initiatives"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-comp"],"involved":["ec-person-f257bc19c568ad25083c1c1e1651426245cefedf","eu-tr-008245942001-90"]}} -{"id":"ec-meeting-2021-09-01-0ce7743242ae808ac09134243999b421ef9e00bc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-01 - Cabinet of Commissioner Jutta Urpilainen x University of Westminster"],"date":["2021-09-01"],"summary":["Post-Cotonou"],"notes":["Portfolio: International Partnerships"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["ec-person-7204caa5e704bc4a911fee13ad5c0f62fd74b3bc","eu-tr-361355743828-72"]}} -{"id":"ec-meeting-2021-09-01-40ce732d22eac614af31facd936418adf7d2dd26","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-01 - Financial Stability, Financial Services and Capital Markets Union x International Financial Reporting Standards (IFRS) Foundation"],"date":["2021-09-01"],"summary":["Sustainability, climate and standard setting"],"location":["Virtual meeting"],"address":["Virtual meeting"],"addressEntity":["addr-1f1f3f51a4da31a1ea5c1b4b21cbf52ad983224f"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-830882416841-19","ec-person-1fce211249673c35ee07a801ddee77ab24af8d54"]}} -{"id":"ec-meeting-2021-09-01-5da80410d73cd0c462e2481db8c7a23e22a1994d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-01 - Taxation and Customs Union x Bundesverband der Deutschen Industrie e.V."],"date":["2021-09-01"],"summary":["Videoconference - Presentation of Commission proposal for a CBAM followed by discussion"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-taxud"],"involved":["eu-tr-1771817758-48","ec-person-9e42f316f38c8e126c2cd2bc84affb891338c7f3"]}} -{"id":"ec-meeting-2021-09-01-96deba18c5f078a053e923dda7f8bea2dc0ff670","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-01 - Cabinet of Executive Vice-President Frans Timmermans x Stichting European Climate Foundation"],"date":["2021-09-01"],"summary":["COP26 outreach"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-7c876f4825f213b8adbedf089ccedfbc3b36d65b","eu-tr-64869491516-70"]}} -{"id":"ec-meeting-2021-09-01-987ec490056118e85209f194d9dceedf690a0e3f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-01 - Directorate-General for International Partnerships x The Currency Exchange Fund"],"date":["2021-09-01"],"summary":["development finance"],"location":["Bruxelles"],"address":["Bruxelles"],"addressEntity":["addr-b58f5927b66d94a676970dc048485d4c6848f272"],"organizer":["ec-dg-intpa"],"involved":["ec-person-afe6f55069d2cc5483157e138e41abd63140fdd8","eu-tr-580149243872-53"]}} -{"id":"ec-meeting-2021-09-01-a0d5f0f436434ecd07ebdfffd57f64bfa112dd44","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-01 - Cabinet of Commissioner Stella Kyriakides x Bundesärztekammer"],"date":["2021-09-01"],"summary":["VTC Meeting on European Health Union and the future of health policy in the EU"],"notes":["Portfolio: Health"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-kyriakides-of-stella"],"involved":["ec-person-8c3c9f5f3b2f84138bb6ab73180e2eff94b88ec8","eu-tr-89648243865-50"]}} -{"id":"ec-meeting-2021-09-01-d60adcce5c3aa5d139436063aed94c7978e3eb62","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-01 - Cabinet of President Ursula von der Leyen x Verband deutscher Pfandbriefbanken e.V."],"date":["2021-09-01"],"summary":["Basel III revised standards"],"notes":["Portfolio: President"],"location":["Brussels (VTC)"],"address":["Brussels (VTC)"],"addressEntity":["addr-37c43e0c10e2a2fb447c53cde1d253728a607703"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["eu-tr-60762921532-05","ec-person-a159f03add374257584565c2b05cc5539a7526e6"]}} -{"id":"ec-meeting-2021-09-01-e75d44ea4c4a351b12e04d5e530c99844db340b8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-01 - Cabinet of Executive Vice-President Valdis Dombrovskis x Deutsche Pfandbriefbank AG"],"date":["2021-09-01"],"summary":["Basel III implementation"],"notes":["Portfolio: An Economy that Works for People"],"location":["video-conference"],"address":["video-conference"],"addressEntity":["addr-8736c288a4bc51ee27ef4ed41e652409a37e60d1"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-235870cd7eb41f2494f695fce18b5b5b88647113","ec-person-f011ed0f7c78d833a79f1206f788e0cbd9cb8864","eu-tr-110371142269-81"]}} -{"id":"ec-meeting-2021-09-01-f20c70eb99c9bed57909dc02932fb092a46ac3ef","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-01 - Cabinet of Commissioner Jutta Urpilainen x Global Citizen"],"date":["2021-09-01"],"summary":["Exchange on global citizen work"],"notes":["Portfolio: International Partnerships"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["eu-tr-211392938041-28","ec-person-6357f4506ca5351b3a822936612fd6006da48722"]}} -{"id":"ec-meeting-2021-09-02-14082aec023e37c912bc042e75f01d21ed2fe358","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-02 - Cabinet of Commissioner Mairead Mcguinness x Bruegel"],"date":["2021-09-02"],"summary":["Panel Discussion on Competitiveness of EU Banks and the Future of EU Banks"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-2b9c589fb2354bd93067644d2c3d2c058d4c4cc9","eu-tr-458295331598-02"]}} -{"id":"ec-meeting-2021-09-02-54748853dab928985085c7b88fef467297293916","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-02 - Taxation and Customs Union x Fertilizers Europe"],"date":["2021-09-02"],"summary":["Videoconference - Follow-up meeting to the COM proposal for a CBAM"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-taxud"],"involved":["ec-person-9e42f316f38c8e126c2cd2bc84affb891338c7f3","eu-tr-80788715017-29"]}} -{"id":"ec-meeting-2021-09-02-55c925340612c76f38def94da7717f5d9226d3ab","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-02 - Cabinet of Commissioner Thierry Breton x Donors and Foundations Networks in Europe European Foundation Centre"],"date":["2021-09-02"],"summary":["Social economy"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-6308dea893b9b1ca0dcd5b91b4a1ac4c2f3020ad","eu-tr-78855711571-12","ec-person-5215bd372c5a1202399d77ecceb8c16de8d7d55c","eu-tr-075961340619-25"]}} -{"id":"ec-meeting-2021-09-02-7510be99c86d41a8c6b25b0be233da3fac069d88","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-02 - Cabinet of High Representative Josep Borrell Fontelles x Temasek International Pte Ltd"],"date":["2021-09-02"],"summary":["Exchange views on InvestEU, NewGenerationEU, Green Deal, EU-US/EU-China relations, vaccines, inter alia"],"notes":["Portfolio: High Representative of the Union for Foreign Affairs and Security Policy / Vice-President of the Commission"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-borrell-cabinet-fontelles-high-josep-of-representative"],"involved":["eu-tr-479914637521-29","ec-person-9dccdcf2f8ab1673bfd7f4d38db8791ce6cd5bc9"]}} -{"id":"ec-meeting-2021-09-02-777dc385171acfd0bf3b98e19ccb707842911b85","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-02 - Cabinet of President Ursula von der Leyen x Insurance Europe"],"date":["2021-09-02"],"summary":["i) Revision of Solvency II\r\nii) sustainable finance and related disclosure requirements\r\niii) PRIIPs and retail investors needs."],"notes":["Portfolio: President"],"location":["Brussels (VTC)"],"address":["Brussels (VTC)"],"addressEntity":["addr-37c43e0c10e2a2fb447c53cde1d253728a607703"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-a159f03add374257584565c2b05cc5539a7526e6","eu-tr-33213703459-54"]}} -{"id":"ec-meeting-2021-09-02-90cb0575e2d9db98bf35a2fdb63b5dbc5ba4ab4b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-02 - Cabinet of Commissioner Mairead Mcguinness x Banco Santander, S.A."],"date":["2021-09-02"],"summary":["Digitalization and market integration"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Belgium-Brussels -Palais des Academies, Rue Ducale 1"],"address":["Belgium-Brussels -Palais des Academies, Rue Ducale 1"],"addressEntity":["addr-64bdc7cbaf7417ff03a7486ec678e4ee3b640697"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-2b9c589fb2354bd93067644d2c3d2c058d4c4cc9","eu-tr-799142914971-03","ec-person-49e520c7a9c9c47ccb5acfa68f9416e4233af9f8"]}} -{"id":"ec-meeting-2021-09-02-965cc6d43e449049e57fa0b7203b12bb4dfb11a6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-02 - Cabinet of Executive Vice-President Frans Timmermans x Bruegel"],"date":["2021-09-02"],"summary":["Speech at Bruegel Annual Meeting - The role of the state in providing infrastructure for decarbonisation"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce","eu-tr-458295331598-02"]}} -{"id":"ec-meeting-2021-09-02-be8c089bb8c75e028483e8a569ff5aaf390892a7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-02 - Cabinet of Executive Vice-President Valdis Dombrovskis x Temasek International Pte Ltd"],"date":["2021-09-02"],"summary":["NGEU, the RRF and the green and digital policy priorities and tools."],"notes":["Portfolio: An Economy that Works for People"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["eu-tr-479914637521-29","ec-person-95d6ecce9b8f3a7b167d0eac8e270fdce0665ccb"]}} -{"id":"ec-meeting-2021-09-02-c32b95e17219ec9da9b989e2ffb2b82c3bd1473e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-02 - Cabinet of Executive Vice-President Valdis Dombrovskis x Deutsche Gesellschaft für Auswärtige Politik e.V."],"date":["2021-09-02"],"summary":["- Trade and Technology Council\r\n- EU-US trade relationship"],"notes":["Portfolio: An Economy that Works for People"],"location":["BXL"],"address":["BXL"],"addressEntity":["addr-d2fde52f67ea4a3e1fe233d0a959d6a1c77fd910"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["eu-tr-274682235651-46","ec-person-7e9813c16d805ee7ebea3ef6444f384bc32abaaa"]}} -{"id":"ec-meeting-2021-09-02-c3b72639a6994a74d8fc8c10a449be50e8c930b7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-02 - Trade x Bruegel"],"date":["2021-09-02"],"summary":["Trade Policy, international trade and investment."],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-trade"],"involved":["ec-person-2045c2589da3988908fcfe731e8224e7e06a7c63","eu-tr-458295331598-02"]}} -{"id":"ec-meeting-2021-09-02-cf0e3fc1e981b1e2d55661c08c4c8dee659488af","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-02 - Climate Action x FNM"],"date":["2021-09-02"],"summary":["Hydrogen and rail transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-clima"],"involved":["ec-person-9c5c685692a09a77f2bc8ae9c05663b87cd75aae","eu-tr-237022033099-80"]}} -{"id":"ec-meeting-2021-09-02-e2faf9cafe2741a6660372c995294e055bbad535","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-02 - Financial Stability, Financial Services and Capital Markets Union x Bundesverband deutscher Banken e.V."],"date":["2021-09-02"],"summary":["Basel III"],"location":["Virtual meeting"],"address":["Virtual meeting"],"addressEntity":["addr-1f1f3f51a4da31a1ea5c1b4b21cbf52ad983224f"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-0764199368-97","ec-person-1fce211249673c35ee07a801ddee77ab24af8d54"]}} -{"id":"ec-meeting-2021-09-02-e3ac3bcd84efedffd2ab1b22ec87e266c7325b13","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-02 - Cabinet of Commissioner Kadri Simson x vbw - Vereinigung der Bayerischen Wirtschaft e. V."],"date":["2021-09-02"],"summary":["Affordable, sustainable and secure energy - how to align this objective with European climate targets."],"notes":["Portfolio: Energy"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["ec-person-ba3b83676ad38094e71b64b644f3e3d2c61b8182","eu-tr-49096067887-19","ec-person-1995c65b8dc7f3702a8c30ed96a0144075848837"]}} -{"id":"ec-meeting-2021-09-02-f29502ef25ccd5f1f7ee8fc981583d3d09e3b598","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-02 - Cabinet of Vice-President Dubravka Šuica x Raiffeisen Bank International AG"],"date":["2021-09-02"],"summary":["Demography, rural areas, ageing, conference on the Future of Europe"],"notes":["Portfolio: Democracy and Demography"],"location":["Alpach, Austria"],"address":["Alpach, Austria"],"addressEntity":["addr-b9d05d854b948a0522c56562aa26464621f1db7d"],"organizer":["ec-cabinet-dubravka-of-president-suica-vice"],"involved":["eu-tr-33858106461-10","ec-person-83dd3363da89c86d99ea50c3ff2d15a746405110"]}} -{"id":"ec-meeting-2021-09-03-038915e63c8124af7f0cdab8c76f9f6a6f8f15e6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-03 - Mobility and Transport x Transportes Aéreos Portugueses, S.A."],"date":["2021-09-03"],"summary":["COVID-19 recovery, Fit for 55"],"location":["Lisbon, Portugal"],"address":["Lisbon, Portugal"],"addressEntity":["addr-b7faa4276bea98355da7efd4fcf1b26196dcafb2"],"organizer":["ec-dg-move"],"involved":["eu-tr-094437234551-50","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2021-09-03-1f8d12896336043b57a7eeefdaa6de79e69f54bb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-03 - Cabinet of Commissioner Johannes Hahn x European Association of Research and Technology Organisations"],"date":["2021-09-03"],"summary":["Funding of Research, Development and Innovation programmes"],"notes":["Portfolio: Budget and Administration"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hahn-johannes-of"],"involved":["eu-tr-977869932377-59","ec-person-d1cfc2bdcd92eb0b7e7112810e03f3aff3f4af35"]}} -{"id":"ec-meeting-2021-09-03-5ce3ee4ac014e9d1c4a96103581c51ef716b7277","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-03 - Cabinet of Executive Vice-President Frans Timmermans x WWF European Policy Programme"],"date":["2021-09-03"],"summary":["Preparation of COP26 and COP15, and the implementation of the European Green Deal"],"notes":["Portfolio: European Green Deal"],"location":["Marseille"],"address":["Marseille"],"addressEntity":["addr-87c2bb141087fa1f3f91a1d8bab900f15f873ca8"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-7c876f4825f213b8adbedf089ccedfbc3b36d65b","eu-tr-1414929419-24"]}} -{"id":"ec-meeting-2021-09-03-5df6b62f236b9375008f73c03541c7433638fa58","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-03 - Cabinet of Commissioner Thierry Breton x PLUG POWER EUROPE"],"date":["2021-09-03"],"summary":["Hydrogen and mobility"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-6308dea893b9b1ca0dcd5b91b4a1ac4c2f3020ad","eu-tr-078020541941-10"]}} -{"id":"ec-meeting-2021-09-03-75f09b7b572f434bcd8eab7dfe704be8ede81233","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-03 - Financial Stability, Financial Services and Capital Markets Union x European Association of Co-operative Banks"],"date":["2021-09-03"],"summary":["Basel III"],"location":["Virtual meeting"],"address":["Virtual meeting"],"addressEntity":["addr-1f1f3f51a4da31a1ea5c1b4b21cbf52ad983224f"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-4172526951-19","ec-person-1fce211249673c35ee07a801ddee77ab24af8d54"]}} -{"id":"ec-meeting-2021-09-03-78f0e6d6a7dd90cf13703fcf8daaa1222c68aa8b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-03 - Cabinet of Commissioner Nicolas Schmit x European Labour Mobility Institute Association"],"date":["2021-09-03"],"summary":["revision of the social security coordination rules and determination of the registered office"],"notes":["Portfolio: Jobs and Social Rights"],"location":["online"],"address":["online"],"addressEntity":["addr-2dbc2fd2358e1ea1b7a6bc08ea647b9a337ac92d"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-15afa0e4cf7c5272c826dda163350404ebbccdc3","ec-person-4cf4655ab41922e92160325d987a3c4615c72d30","eu-tr-358581035483-54"]}} -{"id":"ec-meeting-2021-09-03-866607e36a56acee76d7abc23461a9daa40ba7e5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-03 - Cabinet of Commissioner Thierry Breton x Association des Constructeurs Européens d'Automobiles"],"date":["2021-09-03"],"summary":["Preparation forthcoming meeting between Commissioner and ACEA"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-6308dea893b9b1ca0dcd5b91b4a1ac4c2f3020ad","eu-tr-0649790813-47"]}} -{"id":"ec-meeting-2021-09-03-ba8ee93023792e942d08e2336d88d9ae9f66a735","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-03 - Climate Action x Merck"],"date":["2021-09-03"],"summary":["FF55 and the pharmaceutical industry"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-clima"],"involved":["ec-person-9c5c685692a09a77f2bc8ae9c05663b87cd75aae","eu-tr-49654992078-52"]}} -{"id":"ec-meeting-2021-09-03-bda8d99c23ef1075f83959e8d73d7e6a3ac69863","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-03 - Cabinet of Commissioner Janusz Wojciechowski x International Federation of Organic Agriculture Movements EU Regional Group"],"date":["2021-09-03"],"summary":["organics"],"notes":["Portfolio: Agriculture"],"location":["Warsaw EU office"],"address":["Warsaw EU office"],"addressEntity":["addr-1e69bf2e928d50a957e9ec7d8b7dbfcaee8a58e8"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["eu-tr-67128251296-84","ec-person-08c62f972c22464aca7a65520eb9406f8db14a66"]}} -{"id":"ec-meeting-2021-09-03-da142fe78323c3ea7a30ca195411529613238b89","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-03 - Cabinet of President Ursula von der Leyen x Allianz SE"],"date":["2021-09-03"],"summary":["Meeting with CEO of Allianz"],"notes":["Portfolio: President"],"location":["Evian, France"],"address":["Evian, France"],"addressEntity":["addr-78351f39d0a346fa2cfbfd9852d0c16232f61c76"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-a2ac27c3a7aa93937efc47169c1dc2264a822175","eu-tr-05503341949-54"]}} -{"id":"ec-meeting-2021-09-03-e068c62838cf7c65fa8ab01129e5451bdd0cda7c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-03 - Cabinet of Executive Vice-President Valdis Dombrovskis x Confederazione Generale dell'Industria Italiana"],"date":["2021-09-03"],"summary":["Follow-up to the EU trade policy strategy"],"notes":["Portfolio: An Economy that Works for People"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-235870cd7eb41f2494f695fce18b5b5b88647113","eu-tr-27762251795-15"]}} -{"id":"ec-meeting-2021-09-05-701840025272714e27565f9cd65a4cc1735d46e8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-05 - Cabinet of Commissioner Stella Kyriakides x Gavi, the Vaccine Alliance"],"date":["2021-09-05"],"summary":["Exchanges with GAVI on COVAX, vaccine equity and ACT-A."],"notes":["Portfolio: Health"],"location":["Virtual meeting"],"address":["Virtual meeting"],"addressEntity":["addr-1f1f3f51a4da31a1ea5c1b4b21cbf52ad983224f"],"organizer":["ec-cabinet-commissioner-kyriakides-of-stella"],"involved":["eu-tr-078294941111-90","ec-person-c7513fae2df7920eea99d7cc103a354aa4f56b6e"]}} -{"id":"ec-meeting-2021-09-06-25ee99a36967d4f201e953e4b631fe9c5a6471ef","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-06 - Cabinet of Commissioner Mairead Mcguinness x Ibec"],"date":["2021-09-06"],"summary":["Introductory meeting – European Green Deal"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-a5441c6a69a8a94fd64e02def60fcc6567f2c1d8","eu-tr-479468313744-50"]}} -{"id":"ec-meeting-2021-09-06-35444a3b39298f0a40ac21bda17e27a75f72f1a9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-06 - Cabinet of Executive Vice-President Margrethe Vestager x Trustpilot"],"date":["2021-09-06"],"summary":["Digital Services Act"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0","eu-tr-731391938114-36"]}} -{"id":"ec-meeting-2021-09-06-67ae87b2015ec582f5920876dbbb86e0aa4b3f37","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-06 - Cabinet of Vice-President Margaritis Schinas x International Centre for Migration Policy Development"],"date":["2021-09-06"],"summary":["Pact for Migration and Asylum"],"notes":["Portfolio: Promoting the European Way of Life"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-margaritis-of-president-schinas-vice"],"involved":["ec-person-d5cada2a1a17537a675985af31e5ce07ae3bfd42","ec-person-2e04e278a7f128b3ac72d2af3db94d4ebed934da","eu-tr-428294520891-74"]}} -{"id":"ec-meeting-2021-09-06-6aa01db816426afeae292c1ae96c12f127b20e6f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-06 - Cabinet of Commissioner Paolo Gentiloni x Donors and Foundations Networks in Europe European Foundation Centre"],"date":["2021-09-06"],"summary":["Barriers to philantropy's cross border activity"],"notes":["Portfolio: Economy"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-cabinet-commissioner-gentiloni-of-paolo"],"involved":["eu-tr-075961340619-25","ec-person-6168eb3d5d9bc71f9dc22fb6f75f77fa485ec252","eu-tr-78855711571-12"]}} -{"id":"ec-meeting-2021-09-06-7b924c3b6411d002ef2b6b82e7ea0319c6d0c538","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2021-09-06 - Cabinet of Commissioner Nicolas Schmit x Industriegewerkschaft Metall"],"date":["2021-09-06"],"summary":["Social dialogue","Participation at an Executive Board meeting of the German Trade union IG Metall on the transformation of the economy and the maintaining of industrial labour in EU and how social partners can play a key role for the just transition."],"notes":["Portfolio: Jobs and Social Rights"],"location":["Videoconference","Bonn, Germany"],"address":["Videoconference","Bonn, Germany"],"addressEntity":["addr-ba215c7e7ce944b15f06b7f96e0cb857d61d573b","addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-8eb18b6102d444937bc6af5822a6742812165b48","ec-person-4cf4655ab41922e92160325d987a3c4615c72d30","ec-person-652143032bcbd23aa320685b3deba350097aa7ae","eu-tr-757195013270-80","ec-person-c03b949331dbbe5fa3d5423758e371ec1b9b832f"]}} -{"id":"ec-meeting-2021-09-06-7e115fb0186f9ed767b050f717f3aca0f6ad01a1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-06 - Cabinet of Commissioner Thierry Breton x European Round Table for Industry"],"date":["2021-09-06"],"summary":["Industrial Policy; single market"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-6308dea893b9b1ca0dcd5b91b4a1ac4c2f3020ad","eu-tr-25487567824-45"]}} -{"id":"ec-meeting-2021-09-06-83d5a11a53cb5b90b413f7b3a64696162f5b9477","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-06 - Cabinet of Executive Vice-President Frans Timmermans x Sustainable Energy for All"],"date":["2021-09-06"],"summary":["UN High Level Dialogue on Energy and the challenge of energy access"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - video conference"],"address":["Brussels - video conference"],"addressEntity":["addr-d7df553e47e69d1cc9f4189b36b7c867f80459b0"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-365585639064-33","ec-person-d53e00c46a4cc62bbf533e0c9bb35bacb9121989"]}} -{"id":"ec-meeting-2021-09-06-9bc615d966c7dd1d6267fd681db37e607582c474","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-06 - Cabinet of Commissioner Mairead Mcguinness x Climate Bonds Initiative Europe"],"date":["2021-09-06"],"summary":["Sustainable Finance"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Video Conference"],"address":["Video Conference"],"addressEntity":["addr-fd005d1da26cd3c9a734fbbadaf813e8115acdeb"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["eu-tr-124307537876-65","ec-person-2b9c589fb2354bd93067644d2c3d2c058d4c4cc9","ec-person-a5441c6a69a8a94fd64e02def60fcc6567f2c1d8"]}} -{"id":"ec-meeting-2021-09-06-cdc689be5ce5dd7a53daac4940f2e790dbe5945b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-06 - Cabinet of Executive Vice-President Margrethe Vestager x Terma A/S"],"date":["2021-09-06"],"summary":["Space and defence industry"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-11d97788772862bb34f51dd26d7f92603eac1bf8","eu-tr-013841522595-24","ec-person-8b6db5c3c4611618ade59c6d0dadc21c962f0ee7"]}} -{"id":"ec-meeting-2021-09-06-dd25927b71347936479b931672c740e6aa84b435","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-06 - Cabinet of Executive Vice-President Valdis Dombrovskis x Young European Leadership"],"date":["2021-09-06"],"summary":["G20"],"notes":["Portfolio: An Economy that Works for People"],"location":["video-conference"],"address":["video-conference"],"addressEntity":["addr-8736c288a4bc51ee27ef4ed41e652409a37e60d1"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-235870cd7eb41f2494f695fce18b5b5b88647113","eu-tr-416740040270-21"]}} -{"id":"ec-meeting-2021-09-06-ee6f11a38d47e1e88aa8cbba1276a1d0c9367911","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-06 - Budget x Commerzbank AG"],"date":["2021-09-06"],"summary":["Next Generation EU"],"location":["webex"],"address":["webex"],"addressEntity":["addr-a37f437ef502701df6cd547f0ec20f9f6c19464e"],"organizer":["ec-dg-budg"],"involved":["ec-person-39635b893026833f739fe623fe7e9d5a97525e7a","eu-tr-83370363079-88"]}} -{"id":"ec-meeting-2021-09-06-efc234d48d9571dea61fc82914b5ac51809f9282","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-06 - Cabinet of Executive Vice-President Frans Timmermans x European Cyclists' Federation"],"date":["2021-09-06"],"summary":["Speech at Velo-city 2021 Lisboa; Climate policies –The New Gateway for cycling towards a Green Recovery"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-7c876f4825f213b8adbedf089ccedfbc3b36d65b","eu-tr-28451455737-18"]}} -{"id":"ec-meeting-2021-09-06-f022f736c1cf53066cfe2d5d20781a4e1e44455e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-06 - Cabinet of Commissioner Jutta Urpilainen x International Centre for Migration Policy Development"],"date":["2021-09-06"],"summary":["Migration and mobility; Vienna Migration Conference 2021"],"notes":["Portfolio: International Partnerships"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["eu-tr-428294520891-74","ec-person-7c4fa9cfb750b5b524c065180fcee1123b8df03e"]}} -{"id":"ec-meeting-2021-09-06-fa33e58eb40d13958577ceb7b65e1ce4cee80d34","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-06 - Cabinet of Commissioner Nicolas Schmit x Donors and Foundations Networks in Europe European Foundation Centre"],"date":["2021-09-06"],"summary":["Barriers to philanthropy's cross border activity"],"notes":["Portfolio: Jobs and Social Rights"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-4cf4655ab41922e92160325d987a3c4615c72d30","ec-person-1379f76d0c860e318f68852e1b57aa75454831f8","eu-tr-78855711571-12","eu-tr-075961340619-25","ec-person-c2208333f0f75350eef62b355a40bf856f2d9cef"]}} -{"id":"ec-meeting-2021-09-07-1a7eb28dc2445a59e724f8b7267fbaf5f136a486","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-07 - Taxation and Customs Union x European Aluminium AISBL"],"date":["2021-09-07"],"summary":["Videoconference - Follow-up meeting to the COM proposal for a CBAM"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-taxud"],"involved":["eu-tr-9224280267-20","ec-person-9e42f316f38c8e126c2cd2bc84affb891338c7f3"]}} -{"id":"ec-meeting-2021-09-07-1cf30c2660ee3fa562ad9a8b58b82d4652fbe0f2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-07 - Cabinet of Commissioner Ylva Johansson x Apple Inc."],"date":["2021-09-07"],"summary":["Discussion on the recent announcements by Apple of new child safety features"],"notes":["Portfolio: Home Affairs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-johansson-of-ylva"],"involved":["ec-person-d3f97e069d9ff016d7b65052f6eb6b98500ec118","ec-person-e80f1d4512f8632e5baa488ed887e131294d744e","eu-tr-588327811384-96"]}} -{"id":"ec-meeting-2021-09-07-215940a91ead97ba95d8d56cf765138a2da29c03","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-07 - Cabinet of Commissioner Jutta Urpilainen x Paulig Group"],"date":["2021-09-07"],"summary":["upcoming autumn regulatory agenda"],"notes":["Portfolio: International Partnerships"],"location":["videoconference"],"address":["videoconference"],"addressEntity":["addr-92b2fbb928e012810d80d9ef1abe12027beee200"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["ec-person-e29b72fe81d25796214b1c5915c52a124f06cd9d","eu-tr-358818043018-61"]}} -{"id":"ec-meeting-2021-09-07-2cff1e8b34a903e8285d502a6bf6b48772e00cf0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-07 - Cabinet of Commissioner Mairead Mcguinness x Bundesverband deutscher Banken e.V."],"date":["2021-09-07"],"summary":["Pre-record for Awards Ceremony."],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Videoconferencing"],"address":["Videoconferencing"],"addressEntity":["addr-6a073cb5f40659cdadea9f99cd4af4fd631dabcf"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-2b9c589fb2354bd93067644d2c3d2c058d4c4cc9","eu-tr-0764199368-97"]}} -{"id":"ec-meeting-2021-09-07-342adaf93aff557b5ae4e1a1bd9c517a56f23da2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-07 - Environment x European Chemical Industry Council"],"date":["2021-09-07"],"summary":["chemical recycling and mass balance"],"location":["Video meeting"],"address":["Video meeting"],"addressEntity":["addr-762dc9b5648e05f3894b6f2597baa8254e5414db"],"organizer":["ec-dg-env"],"involved":["ec-person-f9559d68da38935569ff0be1cadd90e05f0454bd","eu-tr-64879142323-90"]}} -{"id":"ec-meeting-2021-09-07-424de0c752fddeb1940aa1bb69e630cea70441d9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-07 - Directorate-General for International Partnerships x Hydrogen Europe"],"date":["2021-09-07"],"summary":["energy"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-dg-intpa"],"involved":["ec-person-afe6f55069d2cc5483157e138e41abd63140fdd8","eu-tr-77659588648-75"]}} -{"id":"ec-meeting-2021-09-07-89f11510067a977ab6c8cbe5e87babd4c2d24a0a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-07 - Cabinet of Commissioner Paolo Gentiloni x Confederazione Generale dell'Industria Italiana"],"date":["2021-09-07"],"summary":["CBAM"],"notes":["Portfolio: Economy"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-cabinet-commissioner-gentiloni-of-paolo"],"involved":["ec-person-8da36db391ed53f362d495cd564ba8b45c7003e1","eu-tr-27762251795-15"]}} -{"id":"ec-meeting-2021-09-07-965cc6d43e449049e57fa0b7203b12bb4dfb11a6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-07 - Cabinet of Executive Vice-President Frans Timmermans x Bruegel"],"date":["2021-09-07"],"summary":["carbon contracts for difference"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-e88af8eb396e96e3dbc9b4ec6e40a348d26c389c","ec-person-d53e00c46a4cc62bbf533e0c9bb35bacb9121989","ec-person-f1a3478550296f3f9accdc67d6ef5a0b681dda4b","eu-tr-458295331598-02"]}} -{"id":"ec-meeting-2021-09-07-971d5faf49986333473fb67c26eef3f10967ace3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-07 - Cabinet of Commissioner Mairead Mcguinness x NEXI"],"date":["2021-09-07"],"summary":["Retail Payments\r\nDigital Finance"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Video Conferencing"],"address":["Video Conferencing"],"addressEntity":["addr-e3b7413b2ac93be00b6bcff51fdc1374d67118bd"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-2b9c589fb2354bd93067644d2c3d2c058d4c4cc9","eu-tr-844755843952-38"]}} -{"id":"ec-meeting-2021-09-07-a9c05a7629c1abdacc2dc144d2b5aee914fbae9d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-07 - Cabinet of Commissioner Helena Dalli x Women Political Leaders"],"date":["2021-09-07"],"summary":["Ms Helena Dalli delivers a keynote speech at the virtual roundtable hosted by Ernst and Young on ‘Women Entrepreneurs at the Heart of the Recovery’"],"notes":["Portfolio: Equality"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-commissioner-dalli-helena-of"],"involved":["eu-tr-419508817229-68","ec-person-d0b568d53468fcd3dfeeaddbd07343b5b065914d"]}} -{"id":"ec-meeting-2021-09-07-ab924dbe27df629e25aa4b9dba4c313e38bc9878","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-07 - Cabinet of Executive Vice-President Frans Timmermans x Global Enabling Sustainability Initiative"],"date":["2021-09-07"],"summary":["discussion on a sustainable digital transition"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-d56ecbfde17436a136fc89c9a978b266e8285c84","eu-tr-929235131654-14"]}} -{"id":"ec-meeting-2021-09-07-b3f1bf9739b069b799a175444eb575b900909864","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-07 - Cabinet of Executive Vice-President Frans Timmermans x Climate Action Network Europe Third Generation Environmentalism Ltd European Environmental Bureau CEE Bankwatch Network Green 10"],"date":["2021-09-07"],"summary":["state of play on just transition planning in coal regions in Europe"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-7c876f4825f213b8adbedf089ccedfbc3b36d65b","eu-tr-06798511314-27","eu-tr-55888811123-49","eu-tr-70309834043-10","eu-tr-07783117686-61","eu-tr-93834493808-49"]}} -{"id":"ec-meeting-2021-09-07-b79b0cbb17ae8402b74e1b7b3b85e08d65675b4d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-07 - Cabinet of Executive Vice-President Margrethe Vestager x MVM Energetika Ltd."],"date":["2021-09-07"],"summary":["Issues within the competition portfolio"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-6b6135249735cff1f3061530471f1e159500c840","eu-tr-317875637967-07"]}} -{"id":"ec-meeting-2021-09-07-c53b7e8f75139d1aedee62115b1d456eadac3f88","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-07 - Cabinet of Executive Vice-President Valdis Dombrovskis x Commerzbank AG"],"date":["2021-09-07"],"summary":["Basel III implementation; sustainable finance; retail investment"],"notes":["Portfolio: An Economy that Works for People"],"location":["video-conference"],"address":["video-conference"],"addressEntity":["addr-8736c288a4bc51ee27ef4ed41e652409a37e60d1"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-235870cd7eb41f2494f695fce18b5b5b88647113","eu-tr-83370363079-88","ec-person-f011ed0f7c78d833a79f1206f788e0cbd9cb8864"]}} -{"id":"ec-meeting-2021-09-07-c82e8433fffe7acbd6ad2c28f88b5129c51fa15d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-07 - Cabinet of Executive Vice-President Frans Timmermans x Climate Action Network Europe"],"date":["2021-09-07"],"summary":["ETS, CBMA"],"notes":["Portfolio: European Green Deal"],"location":["Brussels (videoconference)"],"address":["Brussels (videoconference)"],"addressEntity":["addr-843ddf9d3c6977cd8d56db6bb2154f8415263e26"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce","eu-tr-55888811123-49","ec-person-f1a3478550296f3f9accdc67d6ef5a0b681dda4b"]}} -{"id":"ec-meeting-2021-09-07-ca50ba48d3095a169bb767f6f578fe75b817b1f7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-07 - Cabinet of Commissioner Didier Reynders x Apple Inc."],"date":["2021-09-07"],"summary":["Privacy shield, Data protection, encryption"],"notes":["Portfolio: Justice"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-didier-of-reynders"],"involved":["ec-person-50f9cba2282e1d03395cdd0faf9ce6e9a2ff3104","eu-tr-588327811384-96"]}} -{"id":"ec-meeting-2021-09-07-ca7bde2c86d6a624842b2b964616e05a591023e5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-07 - Cabinet of Commissioner Thierry Breton x Warner Bros. Discovery"],"date":["2021-09-07"],"summary":["Media freedom and pluralism, RoL"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-4d83416435f81b1f1e8f5c86aeebb1478577f1d2","eu-tr-288009010205-61","ec-person-5215bd372c5a1202399d77ecceb8c16de8d7d55c"]}} -{"id":"ec-meeting-2021-09-07-dab2455361ede9bda74bf19dc7133b2903c7059a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-07 - Cabinet of Executive Vice-President Frans Timmermans x TUSIAD-Turkish Industry&Business Association"],"date":["2021-09-07"],"summary":["European Green Deal"],"notes":["Portfolio: European Green Deal"],"location":["Brussels (videoconference)"],"address":["Brussels (videoconference)"],"addressEntity":["addr-843ddf9d3c6977cd8d56db6bb2154f8415263e26"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-38870176589-43","ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce"]}} -{"id":"ec-meeting-2021-09-07-e7ca5b10232a446e408387eda2cd0724409fdcc0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-07 - Cabinet of Commissioner Thierry Breton x Bolt"],"date":["2021-09-07"],"summary":["Platform workers"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-995377734447-25","ec-person-6308dea893b9b1ca0dcd5b91b4a1ac4c2f3020ad","ec-person-4d83416435f81b1f1e8f5c86aeebb1478577f1d2"]}} -{"id":"ec-meeting-2021-09-08-0cfe033c681368dfa8d9995aa95fd432d8d01735","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-08 - Cabinet of Vice-President Margaritis Schinas x Donors and Foundations Networks in Europe European Foundation Centre"],"date":["2021-09-08"],"summary":["Philanthropy"],"notes":["Portfolio: Promoting the European Way of Life"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-margaritis-of-president-schinas-vice"],"involved":["ec-person-43f9f86cfe94e45a95f7fbdea9a59a54955ebcfa","eu-tr-075961340619-25","eu-tr-78855711571-12"]}} -{"id":"ec-meeting-2021-09-08-1ce8c44df5a7fa57cfa7f2b40656a07fa2791a5e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-08 - Cabinet of Executive Vice-President Frans Timmermans x European Business Summit Network"],"date":["2021-09-08"],"summary":["Organizational discussions for possible EVP participation to a future event"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - video conference"],"address":["Brussels - video conference"],"addressEntity":["addr-d7df553e47e69d1cc9f4189b36b7c867f80459b0"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-a282162080cef4ef2a8c0ab6247a3e03dc438507","eu-tr-268958411031-65"]}} -{"id":"ec-meeting-2021-09-08-3e7e2fa43dfc123e602c00e1f709608e0e7c3cc2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-08 - Cabinet of Executive Vice-President Frans Timmermans x Stichting IMAGINE Foundation"],"date":["2021-09-08"],"summary":["Sustainable food systems"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-009532038479-10","ec-person-33624431cbec1074e151c1707715ef46d2ba9565"]}} -{"id":"ec-meeting-2021-09-08-474306b4ae844b9b0aebe605e74a93e0ed2d2a9c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-08 - Financial Stability, Financial Services and Capital Markets Union x Mitsubishi UFJ Financial Group"],"date":["2021-09-08"],"summary":["Basel III"],"location":["Ljubljana,Slovenia"],"address":["Ljubljana,Slovenia"],"addressEntity":["addr-439e157462bfc8d52c41c21c86491d3d268286d2"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-966760434845-44","ec-person-1fce211249673c35ee07a801ddee77ab24af8d54"]}} -{"id":"ec-meeting-2021-09-08-4814e6884507cd396bad554e950203da4ac1f166","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-08 - Cabinet of Commissioner Nicolas Schmit x European Association of Electrical Contractors"],"date":["2021-09-08"],"summary":["Meeting on skills and the attractiveness of the electrical contracting sector in Europe."],"notes":["Portfolio: Jobs and Social Rights"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-66fa2c2d100ec194caa42b5c6f97c36e2748b71c","ec-person-4cf4655ab41922e92160325d987a3c4615c72d30","eu-tr-9089874181-55"]}} -{"id":"ec-meeting-2021-09-08-5b8c07b0cdfb5ad306b1e10c6bb28db1faff4fda","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-08 - Cabinet of Executive Vice-President Frans Timmermans x Greenpeace European Unit"],"date":["2021-09-08"],"summary":["Speaking engagement on just transition in Romania"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - video conference"],"address":["Brussels - video conference"],"addressEntity":["addr-d7df553e47e69d1cc9f4189b36b7c867f80459b0"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-9832909575-41","ec-person-d53e00c46a4cc62bbf533e0c9bb35bacb9121989"]}} -{"id":"ec-meeting-2021-09-08-64cb48182b4e21d395a1b08e3d974f647ea25d26","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-08 - Cabinet of Commissioner Paolo Gentiloni x SMEunited aisbl"],"date":["2021-09-08"],"summary":["National recovery and resilience plans\r\nCorporate Social responsibility\r\nTaxation: Business Taxation for 21st century and fair taxation"],"notes":["Portfolio: Economy"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-cabinet-commissioner-gentiloni-of-paolo"],"involved":["eu-tr-55820581197-35","ec-person-404d55367ba0dadec989b6dc2eab96ef2abd96af"]}} -{"id":"ec-meeting-2021-09-08-66eb485fa66556ec9de6689447632e9eaefd9013","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-08 - Cabinet of Executive Vice-President Valdis Dombrovskis x Rhodium group"],"date":["2021-09-08"],"summary":["- Trade and Technology Council\r\n- EU's autonomous tools\r\n- EU-China trade relationships"],"notes":["Portfolio: An Economy that Works for People"],"location":["BXL"],"address":["BXL"],"addressEntity":["addr-d2fde52f67ea4a3e1fe233d0a959d6a1c77fd910"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-7e9813c16d805ee7ebea3ef6444f384bc32abaaa","eu-tr-110356143445-05"]}} -{"id":"ec-meeting-2021-09-08-6914e02aeea14ea891a909b7bb9764021d53c258","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-08 - Financial Stability, Financial Services and Capital Markets Union x Deutsche Börse AG"],"date":["2021-09-08"],"summary":["CMU, Europe’s recovery"],"location":["Virtual meeting"],"address":["Virtual meeting"],"addressEntity":["addr-1f1f3f51a4da31a1ea5c1b4b21cbf52ad983224f"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-20884001341-42","ec-person-1fce211249673c35ee07a801ddee77ab24af8d54"]}} -{"id":"ec-meeting-2021-09-08-6b5edfdb72987918e2f8b83ec42a00d0ab217a84","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-08 - Cabinet of Executive Vice-President Frans Timmermans x Global Business Club Ltd."],"date":["2021-09-08"],"summary":["Go Net Zero Energy event"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - video conference"],"address":["Brussels - video conference"],"addressEntity":["addr-d7df553e47e69d1cc9f4189b36b7c867f80459b0"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-d53e00c46a4cc62bbf533e0c9bb35bacb9121989","eu-tr-147606043962-80"]}} -{"id":"ec-meeting-2021-09-08-7c5f49ec42b36ffa376c155fa08b703599dc675c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-08 - Cabinet of President Ursula von der Leyen x DIGITALEUROPE"],"date":["2021-09-08"],"summary":["Digital Decade"],"notes":["Portfolio: President"],"location":["Brussels (Teams)"],"address":["Brussels (Teams)"],"addressEntity":["addr-9950cce930e253f44f556bb339d2a1106073cd7b"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-7019713e72781afb1f3b19032c4752a314b78180","eu-tr-64270747023-20"]}} -{"id":"ec-meeting-2021-09-08-936f66b1f13f06f2e7de873fe8a6c80d1b314c75","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-08 - Cabinet of Vice-President Dubravka Šuica x Conseil Européen des Jeunes Agriculteurs"],"date":["2021-09-08"],"summary":["Demography, rural areas, ageing, Conference on the Future of Europe"],"notes":["Portfolio: Democracy and Demography"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dubravka-of-president-suica-vice"],"involved":["eu-tr-849413211923-25","ec-person-83dd3363da89c86d99ea50c3ff2d15a746405110"]}} -{"id":"ec-meeting-2021-09-08-ad000a4e17a76c33876cd2f7d889b8cc250be966","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-08 - Cabinet of Commissioner Didier Reynders x BASF SE European Chemical Industry Council"],"date":["2021-09-08"],"summary":["Substainable Corporate Governance, Fit for 55"],"notes":["Portfolio: Justice"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-didier-of-reynders"],"involved":["ec-person-442bf1ae9900b999673cdd7389224d0e21b67d4d","eu-tr-7410939793-88","ec-person-1e25399e2267734c5f4c69093d2286c8898ee9f0","eu-tr-64879142323-90"]}} -{"id":"ec-meeting-2021-09-08-b743a5ce8e19b9c6b5377647466ef58846bff4bd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-08 - Cabinet of Commissioner Jutta Urpilainen x CMI - Martti Ahtisaari Peace Foundation"],"date":["2021-09-08"],"summary":["Peacebuilding, nexus, dialogue support."],"notes":["Portfolio: International Partnerships"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["eu-tr-445407934362-74","ec-person-7c4fa9cfb750b5b524c065180fcee1123b8df03e"]}} -{"id":"ec-meeting-2021-09-08-b898f27a0a8a62089006965017ee2ccb8df5c00f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-08 - Cabinet of Commissioner Stella Kyriakides x Stichting IMAGINE Foundation"],"date":["2021-09-08"],"summary":["Sustainable Food Systems"],"notes":["Portfolio: Health"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-kyriakides-of-stella"],"involved":["ec-person-ba73927c33000184cab3f41a76e1b32fe7d7eda8","eu-tr-009532038479-10"]}} -{"id":"ec-meeting-2021-09-08-be0bd31211c6b1488da1cd7e28d7c0eefcf4e577","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-08 - Cabinet of Executive Vice-President Margrethe Vestager x Fertilizers Europe"],"date":["2021-09-08"],"summary":["Fit-for-55 package"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-3da433aae105b13fe027e9c9b3dcac2c97029370","eu-tr-80788715017-29"]}} -{"id":"ec-meeting-2021-09-08-e9112607fada96af2b325555e9945c491fb766b3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-08 - Financial Stability, Financial Services and Capital Markets Union x Barclays PLC Banking & Payments Federation Ireland"],"date":["2021-09-08"],"summary":["Courtesy meeting"],"location":["Ljubljana, Slovenia"],"address":["Ljubljana, Slovenia"],"addressEntity":["addr-f7328a981da1b705ba25d3333daf0cf2fca0c8ea"],"organizer":["ec-dg-fisma"],"involved":["ec-person-1fce211249673c35ee07a801ddee77ab24af8d54","eu-tr-981559116223-93","eu-tr-72390466359-39"]}} -{"id":"ec-meeting-2021-09-09-11126cc3c9ca3b5b072372ccc718ef1b01a19694","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-09 - Cabinet of Executive Vice-President Frans Timmermans x Young European Leadership"],"date":["2021-09-09"],"summary":["Discussion on the Y20 communiqué, in particular on climate relevant elements"],"notes":["Portfolio: European Green Deal"],"location":["video call"],"address":["video call"],"addressEntity":["addr-12d8c530d76da0b7745f9c0f9285e7eec97adc55"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-b4af267cd7b109754c551f0ced280f6cf3718f16","eu-tr-416740040270-21"]}} -{"id":"ec-meeting-2021-09-09-11458d5488d3a6a4d5ce3a0f8e9f1894da6bd2b1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-09 - Cabinet of Commissioner Mairead Mcguinness x HSBC Holdings PLC"],"date":["2021-09-09"],"summary":["sustainable finance/AML"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Ljubjana"],"address":["Ljubjana"],"addressEntity":["addr-9cdc3b1ca4e67fab7191fbfc750a311ebd3b9f0b"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-2b9c589fb2354bd93067644d2c3d2c058d4c4cc9","eu-tr-001866415031-87","ec-person-0ba9b89127b39af6a66f2fc3ed727332f1b19a34"]}} -{"id":"ec-meeting-2021-09-09-1fa4763d81d5e2e4966325d94de2f7cc8506ae10","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-09 - Financial Stability, Financial Services and Capital Markets Union x Institutional Money Market Funds Association"],"date":["2021-09-09"],"summary":["AIFMD and CMU"],"location":["Ljubljana, Slovenia"],"address":["Ljubljana, Slovenia"],"addressEntity":["addr-f7328a981da1b705ba25d3333daf0cf2fca0c8ea"],"organizer":["ec-dg-fisma"],"involved":["ec-person-1fce211249673c35ee07a801ddee77ab24af8d54","eu-tr-525785119947-01"]}} -{"id":"ec-meeting-2021-09-09-28254006cd2527901bee4915b7869f09eb99291f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-09 - Health and Food Safety x Association of the European Self-Care Industry"],"date":["2021-09-09"],"summary":["Presentation of the work of AESGP and perspectives from the self care industry on the pharmaceutical strategy."],"location":["Brussels - Webex"],"address":["Brussels - Webex"],"addressEntity":["addr-4c7cfc1b30c15af4c3605d02e4fcd38fe31be833"],"organizer":["ec-dg-sante"],"involved":["eu-tr-99565011637-64","ec-person-f442ca8cd331fc51ad479fe0db982bb9fdb00647"]}} -{"id":"ec-meeting-2021-09-09-2f578ef7a43a26e1285a05836f6fe9b83eb8f24b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-09 - Cabinet of Commissioner Mairead Mcguinness x BNP PARIBAS"],"date":["2021-09-09"],"summary":["economic outlook, Basel III, Banking Union"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Ljubljana"],"address":["Ljubljana"],"addressEntity":["addr-be95acba75b6b18917b2638aae79ec1300c77c35"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-2b9c589fb2354bd93067644d2c3d2c058d4c4cc9","ec-person-0ba9b89127b39af6a66f2fc3ed727332f1b19a34","eu-tr-78787381113-69"]}} -{"id":"ec-meeting-2021-09-09-31165409b0cb469fc51af0b60918fe7567ad4c81","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-09 - Cabinet of Commissioner Mairead Mcguinness x London Stock Exchange Group"],"date":["2021-09-09"],"summary":["Sustainable Finance & Market Infrastructure"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Ljubljana"],"address":["Ljubljana"],"addressEntity":["addr-be95acba75b6b18917b2638aae79ec1300c77c35"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-2b9c589fb2354bd93067644d2c3d2c058d4c4cc9","ec-person-0ba9b89127b39af6a66f2fc3ed727332f1b19a34","eu-tr-550494915045-08"]}} -{"id":"ec-meeting-2021-09-09-3cac7717eaf063dd0fc5c4217126f0e666ec8d83","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-09 - Cabinet of Commissioner Mairead Mcguinness x Insurance Ireland"],"date":["2021-09-09"],"summary":["Insurance Ireland explained their position as regards the revision of Solvency II.\r\n \r\nThe Commission representative took note and gave an update on the timing and process of the review."],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["eu-tr-978587826097-61","ec-person-49e520c7a9c9c47ccb5acfa68f9416e4233af9f8"]}} -{"id":"ec-meeting-2021-09-09-3cae34f09115769e9d625eb7f7cc5b8966e49445","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-09 - Cabinet of Executive Vice-President Frans Timmermans x Planet Labs Germany"],"date":["2021-09-09"],"summary":["Implementation of the European Green Deal and the Earth observation potential"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-293502227711-32","ec-person-8af3c81534786a740718d21dc58240738a53ed7b"]}} -{"id":"ec-meeting-2021-09-09-6dbb895c0481fc77ca6e09a18ea1e7627b8cca15","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-09 - Cabinet of Executive Vice-President Frans Timmermans x Institut Montaigne"],"date":["2021-09-09"],"summary":["European Think Tank Briefing on Fit for 55 Package"],"notes":["Portfolio: European Green Deal"],"location":["Brussels (videoconference)"],"address":["Brussels (videoconference)"],"addressEntity":["addr-843ddf9d3c6977cd8d56db6bb2154f8415263e26"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-865680722572-18","ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce"]}} -{"id":"ec-meeting-2021-09-09-71a02dffd7f74e21d0af56b959f3c4f3adbccc73","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-09 - Cabinet of Commissioner Nicolas Schmit x SEV - Hellenic Federation of Enterprises Γενική Συνομοσπονδία Επαγγελματιών Βιοτεχνών Εμπόρων Ελλάδας (SETE) GREEK TOURISM CONFEDERATION"],"date":["2021-09-09"],"summary":["The social dialogue in the European Semester, ESF+ and RRF."],"notes":["Portfolio: Jobs and Social Rights"],"location":["Athens (EL)"],"address":["Athens (EL)"],"addressEntity":["addr-4c451acf7603c7d37985c39b133b857b18b5fe02"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["eu-tr-928053829874-37","eu-tr-118364038092-58","ec-person-4cf4655ab41922e92160325d987a3c4615c72d30","ec-person-1379f76d0c860e318f68852e1b57aa75454831f8","eu-tr-59395037733-93","ec-person-c03b949331dbbe5fa3d5423758e371ec1b9b832f"]}} -{"id":"ec-meeting-2021-09-09-75c2019fa69319c718093c37694f5d8575983d6e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-09 - Foreign Policy Instruments x Berghof Foundation Operations gGmbH"],"date":["2021-09-09"],"summary":["Exchange on peacebuilding process"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fpi"],"involved":["eu-tr-200781944024-83","ec-person-c3b6b442c99862009242a343eeb51ed66498bd31"]}} -{"id":"ec-meeting-2021-09-09-88b517fbb90ad7340b63c6e116d883523dfae6f7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-09 - Cabinet of Commissioner Thierry Breton x ASML Netherlands B.V."],"date":["2021-09-09"],"summary":["Semiconductors"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","ec-person-b077a2e9f0fdb3b8f6e91d0bd0b256db9e40ce46","eu-tr-070028236358-54"]}} -{"id":"ec-meeting-2021-09-09-9a3350ba9cd56abd445ca52e10162d32768213e8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-09 - Cabinet of Executive Vice-President Frans Timmermans x Guidehouse Netherlands B.V. Gas for Climate European Biogas Association"],"date":["2021-09-09"],"summary":["Progress made in the establishment of a European biomethane alliance and priorities"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - video conference"],"address":["Brussels - video conference"],"addressEntity":["addr-d7df553e47e69d1cc9f4189b36b7c867f80459b0"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-18191445640-83","ec-person-d53e00c46a4cc62bbf533e0c9bb35bacb9121989","eu-tr-343621535867-16","eu-tr-291658228603-85"]}} -{"id":"ec-meeting-2021-09-09-9e5d2bdc47ffd84747e65675938f1b05fb1e6998","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-09 - Financial Stability, Financial Services and Capital Markets Union x None"],"date":["2021-09-09"],"summary":["MiFID"],"location":["Ljubljana,Slovenia"],"address":["Ljubljana,Slovenia"],"addressEntity":["addr-439e157462bfc8d52c41c21c86491d3d268286d2"],"organizer":["ec-dg-fisma"],"involved":["ec-person-1fce211249673c35ee07a801ddee77ab24af8d54","eu-tr-836939615933-24","eu-tr-629345120630-12"]}} -{"id":"ec-meeting-2021-09-09-a04ed72a46c9be1c460b6c1d52b74a005936c3b7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-09 - Cabinet of Executive Vice-President Margrethe Vestager x Platform of European Social NGOs"],"date":["2021-09-09"],"summary":["Presentation of the Organisation, Digital Divide"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-85083981189-35","ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0","ec-person-7167587814c61122201e2afb04bfb47539db4823"]}} -{"id":"ec-meeting-2021-09-09-b45a10879f1151f3de213be8e458347315ba8f85","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-09 - Cabinet of Executive Vice-President Frans Timmermans x Stichting Energie en Samenleving"],"date":["2021-09-09"],"summary":["Meeting on the European Green Deal"],"notes":["Portfolio: European Green Deal"],"location":["Brussels (video conference)"],"address":["Brussels (video conference)"],"addressEntity":["addr-1a77e12c05a39186f3ddab600c3e9e619c4822ef"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-181677844092-74","ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce"]}} -{"id":"ec-meeting-2021-09-09-b6407007b137b20a2bb3333c3f50957beec8b454","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-09 - Research and Innovation x Bill & Melinda Gates Foundation"],"date":["2021-09-09"],"summary":["Collaboration on health and agricultural research"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-rtd"],"involved":["ec-person-1d348f33395de0ea6773a7b4ae8797e3e0392f73","eu-tr-371567915480-41"]}} -{"id":"ec-meeting-2021-09-09-b6c43ef9a0dddf495929480a89a2a9c640e1a41f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-09 - Cabinet of Commissioner Adina Vălean x Leonardo S.p.A."],"date":["2021-09-09"],"summary":["EU Taxonomy"],"notes":["Portfolio: Transport"],"location":["VTC"],"address":["VTC"],"addressEntity":["addr-9d1acaa772820b8ade84113d2da24716fe455be2"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["ec-person-7f9ba99138b4fa5c698037dc7507219b1319e0a7","eu-tr-02550382403-01","ec-person-cc0354fbf386eb83f57c00ad5240f1dddeeabab4"]}} -{"id":"ec-meeting-2021-09-09-c8330f6a168402ae9f29cdf7bc8f72c64b47d102","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-09 - Cabinet of Commissioner Helena Dalli x The European Region of the International Lesbian, Gay, Bisexual, Trans and Intersex Association"],"date":["2021-09-09"],"summary":["Implementation of the LGBTI Strategy and recent developments in the EU regarding LGBTIQ rights"],"notes":["Portfolio: Equality"],"location":["Paris"],"address":["Paris"],"addressEntity":["addr-22390ad11c32faec43fc61555b53607660b3c185"],"organizer":["ec-cabinet-commissioner-dalli-helena-of"],"involved":["ec-person-dbd4bba0ef71d4385c97691e3df5bb484709a07e","eu-tr-11977456675-84"]}} -{"id":"ec-meeting-2021-09-09-cb6b4a98533074d675926a8e8fbee6e55e152ee4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-09 - Cabinet of Commissioner Didier Reynders x SOCIETE BIC"],"date":["2021-09-09"],"summary":["consumer protection"],"notes":["Portfolio: Justice"],"location":["video conferencing"],"address":["video conferencing"],"addressEntity":["addr-613317ccdf0c2bce8cb9f90df551697cd890eda7"],"organizer":["ec-cabinet-commissioner-didier-of-reynders"],"involved":["eu-tr-214419515681-64","ec-person-4cd0043747c40cfeaced5e4c68e43372cdb8dac9"]}} -{"id":"ec-meeting-2021-09-09-d1bf6db82ee3d7c397cb36ed65d5d3c448dcb296","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-09 - Cabinet of Commissioner Paolo Gentiloni x NextChem - Maire Tecnimont Group"],"date":["2021-09-09"],"summary":["CBAM green energy transition"],"notes":["Portfolio: Economy"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-cabinet-commissioner-gentiloni-of-paolo"],"involved":["eu-tr-699705744091-57","ec-person-8da36db391ed53f362d495cd564ba8b45c7003e1"]}} -{"id":"ec-meeting-2021-09-09-d8eaad07c993177f0f811fedda77221180d3ea81","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2021-09-09 - Cabinet of Commissioner Thierry Breton x HP Inc"],"date":["2021-09-09"],"summary":["EU’s long-term vision on strategic autonomy and reshoring opportunities in the technology sector","exchange of views on resilience and industrial policy"],"notes":["Portfolio: Internal Market"],"location":["Videoconference","Brussels"],"address":["Videoconference","Brussels"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b","addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","ec-person-4d83416435f81b1f1e8f5c86aeebb1478577f1d2","ec-person-b077a2e9f0fdb3b8f6e91d0bd0b256db9e40ce46","eu-tr-99346002337-55"]}} -{"id":"ec-meeting-2021-09-09-fcf5806d76cbf9670207a436d56c5d366b37ddac","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-09 - Cabinet of Executive Vice-President Margrethe Vestager x Bureau Européen des Unions de Consommateurs"],"date":["2021-09-09"],"summary":["Trade and Tech Council, the Joint Technology Competition Policy Dialogue, AI"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-9505781573-45","ec-person-8b6db5c3c4611618ade59c6d0dadc21c962f0ee7","ec-person-11ba005cc4046696303381b7ca219da9b11a42bf"]}} -{"id":"ec-meeting-2021-09-10-1243400dc3873a5b509bc4ea293be3a498f1b08e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-10 - Cabinet of Vice-President Věra Jourová x Microsoft Corporation"],"date":["2021-09-10"],"summary":["Disinformation"],"notes":["Portfolio: Values and Transparency"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["eu-tr-0801162959-21","ec-person-221276f2dfa4b8fe628f08e982d967b6aeb61c57"]}} -{"id":"ec-meeting-2021-09-10-14efddd93dd8fb5dabe5024b2cf0f0dee3c1a708","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-10 - Cabinet of Executive Vice-President Margrethe Vestager x iGenius"],"date":["2021-09-10"],"summary":["Presentation of the company, Artificial Intelligence"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0","eu-tr-871443143801-01"]}} -{"id":"ec-meeting-2021-09-10-15fa388375a70d15df212cb3b17af786e7550f25","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-10 - Justice and Consumers x Paulig Group"],"date":["2021-09-10"],"summary":["Responsible business conduct and sustainable corporate governance"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-dg-just"],"involved":["eu-tr-358818043018-61","ec-person-64fe91130a710e9441279ace59821186f8ef52c4"]}} -{"id":"ec-meeting-2021-09-10-33271062f949113cadbf7963a783561dc4531312","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-10 - Research and Innovation x European Construction, built environment and energy-efficient buildings Technology Platform"],"date":["2021-09-10"],"summary":["Partenariat Built 4 People"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-rtd"],"involved":["eu-tr-60598725719-66","ec-person-1d348f33395de0ea6773a7b4ae8797e3e0392f73"]}} -{"id":"ec-meeting-2021-09-10-44b03e95552c2dd9edcba6d4360a501c9d89e336","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-10 - Cabinet of Executive Vice-President Frans Timmermans x Teneo Brussels Starbucks Coffee Co."],"date":["2021-09-10"],"summary":["Starbucks’ sustainability actions, with focus on reuse"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-8af3c81534786a740718d21dc58240738a53ed7b","eu-tr-91124993695-29","eu-tr-777921743842-02"]}} -{"id":"ec-meeting-2021-09-10-6572dce0373737f2e610b24f7e380a7c84b95871","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-10 - Communications Networks, Content and Technology x Association des Constructeurs Européens d'Automobiles"],"date":["2021-09-10"],"summary":["Follow-up meeting, ongoing digital files"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-dg-connect"],"involved":["eu-tr-0649790813-47","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2021-09-10-812da16deafa5ee7e623111658587b792bfaa09c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-10 - Cabinet of Commissioner Thierry Breton x ENGIE"],"date":["2021-09-10"],"summary":["Clean energy transition"],"notes":["Portfolio: Internal Market"],"location":["Paris, France"],"address":["Paris, France"],"addressEntity":["addr-c70534aa18173b860a10a50a47b139c4a581cbf6"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-6308dea893b9b1ca0dcd5b91b4a1ac4c2f3020ad","ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","eu-tr-90947457424-20"]}} -{"id":"ec-meeting-2021-09-10-8f532798ea06dcfa3e3af86522c1435bf1d8a23c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-10 - Cabinet of Executive Vice-President Frans Timmermans x European Network of Transmission System Operators for Gas"],"date":["2021-09-10"],"summary":["Hydrogen and gas sector decarbonisation package"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-565032821273-72","ec-person-d53e00c46a4cc62bbf533e0c9bb35bacb9121989"]}} -{"id":"ec-meeting-2021-09-10-98b9de9fd0a19a29fc9398bd9016befc067b797c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-10 - Financial Stability, Financial Services and Capital Markets Union x BNP PARIBAS"],"date":["2021-09-10"],"summary":["Basel III"],"location":["Ljubljana, Slovenia"],"address":["Ljubljana, Slovenia"],"addressEntity":["addr-f7328a981da1b705ba25d3333daf0cf2fca0c8ea"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-78787381113-69","ec-person-1fce211249673c35ee07a801ddee77ab24af8d54"]}} -{"id":"ec-meeting-2021-09-10-ad066cdf85b448c7e8599b3e2a78f38aacdda0cd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-10 - Cabinet of Executive Vice-President Valdis Dombrovskis x BUSINESSEUROPE"],"date":["2021-09-10"],"summary":["Planning meeting for ASGroup event"],"notes":["Portfolio: An Economy that Works for People"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["eu-tr-3978240953-79","ec-person-95d6ecce9b8f3a7b167d0eac8e270fdce0665ccb"]}} -{"id":"ec-meeting-2021-09-10-b8b1d452a65726c6df16a1d86e9a5a04db31222f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-10 - Mobility and Transport x Polish Air Navigation Services Agency"],"date":["2021-09-10"],"summary":["Sesar Deployment"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-dg-move"],"involved":["eu-tr-589119426749-76","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2021-09-10-c0b05a1d9fa2a3b39aa798684c99de8e5f56cd2c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-10 - Cabinet of Executive Vice-President Frans Timmermans x BRAUNGART EPEA - Internationale Umweltforschung GmbH"],"date":["2021-09-10"],"summary":["Circular economy and new business models"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-802929043376-31","ec-person-8af3c81534786a740718d21dc58240738a53ed7b"]}} -{"id":"ec-meeting-2021-09-10-cd28ed86e62e17e9779c2c04a9291ba17df1e7cc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-10 - Cabinet of Commissioner Janez Lenarčič x CMI - Martti Ahtisaari Peace Foundation"],"date":["2021-09-10"],"summary":["Humanitarian-development-peace nexus"],"notes":["Portfolio: Crisis Management"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-janez-lenarcic-of"],"involved":["ec-person-35334591a1ee219b6f0829d58a8cfba058540557","ec-person-8ff6f198a90f7eeda1bb0588686bb5f0253dac62","eu-tr-445407934362-74"]}} -{"id":"ec-meeting-2021-09-10-d7eafa866d82e8b5c2ab4e77752fb73e92e97082","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-10 - Cabinet of Vice-President Margaritis Schinas x Trellix"],"date":["2021-09-10"],"summary":["Cybersecurity and ransomware"],"notes":["Portfolio: Promoting the European Way of Life"],"location":["online"],"address":["online"],"addressEntity":["addr-2dbc2fd2358e1ea1b7a6bc08ea647b9a337ac92d"],"organizer":["ec-cabinet-margaritis-of-president-schinas-vice"],"involved":["ec-person-c8d1d7f3012c344bc60630eb456865390bddc7c5","eu-tr-848399332282-85"]}} -{"id":"ec-meeting-2021-09-10-deb62b65f04650480242f33fd68ca19456c46028","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-10 - Cabinet of Commissioner Janusz Wojciechowski x Luonnonvarakeskus"],"date":["2021-09-10"],"summary":["Presentation of COST Action final report, findings and policy recommendations"],"notes":["Portfolio: Agriculture"],"location":["online"],"address":["online"],"addressEntity":["addr-2dbc2fd2358e1ea1b7a6bc08ea647b9a337ac92d"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["eu-tr-361571732547-27","ec-person-cafe030b6dad78a75143f7552c420481b30ebceb","ec-person-08c62f972c22464aca7a65520eb9406f8db14a66"]}} -{"id":"ec-meeting-2021-09-10-eb84a9b09a358b8e19d636eb77b5cf4436bee7d7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-10 - Cabinet of Commissioner Janez Lenarčič x Berghof Foundation Operations gGmbH"],"date":["2021-09-10"],"summary":["Climate change, humanitarian aid, climate resilience, conflict, humanitarian-development-peace nexus"],"notes":["Portfolio: Crisis Management"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-janez-lenarcic-of"],"involved":["ec-person-35334591a1ee219b6f0829d58a8cfba058540557","eu-tr-200781944024-83"]}} -{"id":"ec-meeting-2021-09-10-ed2b6cf4faabde84a2897becc1cfbcb7bfc15e9e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-10 - Cabinet of Commissioner Jutta Urpilainen x Berghof Foundation Operations gGmbH"],"date":["2021-09-10"],"summary":["Nexus and peace building in partner countries."],"notes":["Portfolio: International Partnerships"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["eu-tr-200781944024-83","ec-person-a6ae9abd61cd135e990ccc05f2a7cc849f01a618"]}} -{"id":"ec-meeting-2021-09-10-f854c83282e7a21db823e5223d8f4af0e181a1c6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-10 - Cabinet of Executive Vice-President Frans Timmermans x The Lighthouse Club Nederland"],"date":["2021-09-10"],"summary":["Speech on European Green Deal"],"notes":["Portfolio: European Green Deal"],"location":["video-conference"],"address":["video-conference"],"addressEntity":["addr-8736c288a4bc51ee27ef4ed41e652409a37e60d1"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-065445844543-03","ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce"]}} -{"id":"ec-meeting-2021-09-10-fdf91ce4c999c2f39682eccb18477670c68363dd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-10 - Cabinet of Vice-President Věra Jourová x European Public Health Alliance"],"date":["2021-09-10"],"summary":["transparency and access to documents"],"notes":["Portfolio: Values and Transparency"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["eu-tr-18941013532-08","ec-person-7e1aeaad9232c788ee790cdb309ccad8f9ffdc5e"]}} -{"id":"ec-meeting-2021-09-10-fe86fef2d1606d6a826f71fc1b0a88fcbd586e42","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-10 - Defence Industry and Space x OHB"],"date":["2021-09-10"],"summary":["Meeting to discuss about current and upcoming EU space programmes and activities with OHB involvement."],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-defis"],"involved":["ec-person-a5e52cd544ea3aa44eb4b31fac65a468499f106e","eu-tr-648584214179-94"]}} -{"id":"ec-meeting-2021-09-13-08189d82439f2f5b25d391361dc4750fe0186019","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-13 - Cabinet of Executive Vice-President Frans Timmermans x Third Generation Environmentalism Ltd"],"date":["2021-09-13"],"summary":["Hydrogen and gas sector decarbonisation package"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-07783117686-61","ec-person-d53e00c46a4cc62bbf533e0c9bb35bacb9121989"]}} -{"id":"ec-meeting-2021-09-13-0a195288fd9b1c62521f8125080f3f43a1c4b8b1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-13 - Cabinet of Executive Vice-President Valdis Dombrovskis x Microsoft Corporation"],"date":["2021-09-13"],"summary":["Developments on the Trade and Technology Council"],"notes":["Portfolio: An Economy that Works for People"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["eu-tr-0801162959-21","ec-person-1d8581216d9aa7f26fa098a81e84ca61e0e3f261"]}} -{"id":"ec-meeting-2021-09-13-0e9e562db2a14aed6f7156586ccceba71e9ba910","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-13 - Employment, Social Affairs and Inclusion x World Employment Confederation-Europe"],"date":["2021-09-13"],"summary":["Recovery, Reform and Resilience"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-empl"],"involved":["eu-tr-7438623236-16","ec-person-dd259fce880e1853f0beb087443bce6e7dea70d7"]}} -{"id":"ec-meeting-2021-09-13-1b9be977e65d19766691c16c2dd22054688b17fb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-13 - Cabinet of Commissioner Thierry Breton x Intel Corporation"],"date":["2021-09-13"],"summary":["European semi conductor strategy"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","ec-person-b077a2e9f0fdb3b8f6e91d0bd0b256db9e40ce46","eu-tr-7459401905-60"]}} -{"id":"ec-meeting-2021-09-13-255bfa68dfbba212ff7c433779f9ab6c3af2ea97","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-13 - Financial Stability, Financial Services and Capital Markets Union x Value Reporting Foundation"],"date":["2021-09-13"],"summary":["EU’s climate objectives"],"location":["Virtual meeting"],"address":["Virtual meeting"],"addressEntity":["addr-1f1f3f51a4da31a1ea5c1b4b21cbf52ad983224f"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-459557843341-88","ec-person-1fce211249673c35ee07a801ddee77ab24af8d54"]}} -{"id":"ec-meeting-2021-09-13-30752e048301795833a61b8b68b74629c369870e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-13 - Cabinet of Vice-President Dubravka Šuica x Eurochild AISBL"],"date":["2021-09-13"],"summary":["Involvement of children in the Conference on the Future of Europe"],"notes":["Portfolio: Democracy and Demography"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-dubravka-of-president-suica-vice"],"involved":["eu-tr-79360311166-84","ec-person-60bc1622eb549a098038c6073ce7c40691ec9384"]}} -{"id":"ec-meeting-2021-09-13-38dfbff3b4c6d619e66087b9b898e0dce9153c22","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-13 - Cabinet of Executive Vice-President Frans Timmermans x Green 10"],"date":["2021-09-13"],"summary":["Fit for 55 Package"],"notes":["Portfolio: European Green Deal"],"location":["Brussels (videoconference)"],"address":["Brussels (videoconference)"],"addressEntity":["addr-843ddf9d3c6977cd8d56db6bb2154f8415263e26"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce","ec-person-f1a3478550296f3f9accdc67d6ef5a0b681dda4b","eu-tr-70309834043-10"]}} -{"id":"ec-meeting-2021-09-13-47d496013549198c5c53397f03e215c836330fbd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-13 - Cabinet of Commissioner Virginijus Sinkevičius x European Environmental Bureau"],"date":["2021-09-13"],"summary":["A gender-transformative European Green Deal"],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["eu-tr-06798511314-27","ec-person-172a438ed334761e2ab5d52e551fd1bcb6ab6b8d"]}} -{"id":"ec-meeting-2021-09-13-48d9e349174c733c2ae6993eaefe246077eb1620","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-13 - Financial Stability, Financial Services and Capital Markets Union x Managed Funds Association"],"date":["2021-09-13"],"summary":["Discussions concerning an upcoming event"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-fisma"],"involved":["ec-person-1fce211249673c35ee07a801ddee77ab24af8d54","eu-tr-041415315167-65"]}} -{"id":"ec-meeting-2021-09-13-5421ccebfeff8e5d57de436a0605a26f2d50d255","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-13 - Cabinet of Commissioner Jutta Urpilainen x Conservation International Europe"],"date":["2021-09-13"],"summary":["biodiversity"],"notes":["Portfolio: International Partnerships"],"location":["videoconference"],"address":["videoconference"],"addressEntity":["addr-92b2fbb928e012810d80d9ef1abe12027beee200"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["ec-person-e29b72fe81d25796214b1c5915c52a124f06cd9d","eu-tr-70299514465-38"]}} -{"id":"ec-meeting-2021-09-13-677523caea78cb1fe9a41fbae87c54e7bbe54f76","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-13 - Cabinet of Commissioner Kadri Simson x Centre on Regulation in Europe"],"date":["2021-09-13"],"summary":["Laure to speak at their internal, yearly Energy & Sustainability Academic meeting to give an overview of the Commission's vision for Fit for 55; what is to come over the longer-term; to discuss policy areas."],"notes":["Portfolio: Energy"],"location":["Video Conferencing"],"address":["Video Conferencing"],"addressEntity":["addr-e3b7413b2ac93be00b6bcff51fdc1374d67118bd"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["ec-person-9b7f5fe059e5b0b40e79e9170211aa2f02322fdb","eu-tr-041592911733-05"]}} -{"id":"ec-meeting-2021-09-13-8c5cac62559774daff22ceecba5c6383af79d929","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2021-09-13 - Cabinet of Commissioner Mairead Mcguinness x Freshfields Bruckhaus Deringer LLP"],"date":["2021-09-13"],"summary":["Pre-record - Banking Union"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Video Conferencing."],"address":["Video Conferencing."],"addressEntity":["addr-912f3be8d3c705b575d95bd802535451d4e253ad"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-2b9c589fb2354bd93067644d2c3d2c058d4c4cc9","eu-tr-443913019286-78","ec-person-49e520c7a9c9c47ccb5acfa68f9416e4233af9f8"]}} -{"id":"ec-meeting-2021-09-13-ecfce1ebbb02924348220a358ef2a7fe3e585f06","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-13 - Taxation and Customs Union x Brazilian Tree Industry"],"date":["2021-09-13"],"summary":["Videoconference - Exchange of views on the Commission proposal for a CBAM"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-taxud"],"involved":["ec-person-9e42f316f38c8e126c2cd2bc84affb891338c7f3","eu-tr-706627042924-27"]}} -{"id":"ec-meeting-2021-09-13-f5edc6ce8346495c1b4eefdd1de377b8b72077d3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-13 - Financial Stability, Financial Services and Capital Markets Union x Lugny conseil"],"date":["2021-09-13"],"summary":["AML"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-013340043345-76","ec-person-1fce211249673c35ee07a801ddee77ab24af8d54"]}} -{"id":"ec-meeting-2021-09-14-01e8a5a6507db7ebfa2165958b5ff3d5d707bf0f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-14 - Cabinet of Commissioner Jutta Urpilainen x Finnwatch ry European Coalition for Corporate Justice"],"date":["2021-09-14"],"summary":["upcoming proposal on sustainable corporate governance and mandatory due diligence"],"notes":["Portfolio: International Partnerships"],"location":["videoconference"],"address":["videoconference"],"addressEntity":["addr-92b2fbb928e012810d80d9ef1abe12027beee200"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["eu-tr-076979218638-77","eu-tr-48872621093-60","ec-person-e29b72fe81d25796214b1c5915c52a124f06cd9d"]}} -{"id":"ec-meeting-2021-09-14-08189d82439f2f5b25d391361dc4750fe0186019","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-14 - Cabinet of Executive Vice-President Frans Timmermans x Third Generation Environmentalism Ltd"],"date":["2021-09-14"],"summary":["Presentation of E3G’s briefing “Fit for Society: Benchmarks for a social Fit for 55 package”"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-07783117686-61","ec-person-b4af267cd7b109754c551f0ced280f6cf3718f16"]}} -{"id":"ec-meeting-2021-09-14-0dc4ab50832247fd1e8a8bc701048728183ae0e2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-14 - Cabinet of Commissioner Jutta Urpilainen x Finnish trade union representation to the EU"],"date":["2021-09-14"],"summary":["FinUnions 25th anniversary event in December 2021."],"notes":["Portfolio: International Partnerships"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["ec-person-1ec9383fd54d9d4cd8a154c01fa71549eb8c75ac","eu-tr-774047715805-95"]}} -{"id":"ec-meeting-2021-09-14-4397643401770951c060748ec0a343da97534061","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-14 - Budget x Société Générale"],"date":["2021-09-14"],"summary":["next generation EU"],"location":["teams"],"address":["teams"],"addressEntity":["addr-46293836569b3968f4c1d59e3387eb6742658281"],"organizer":["ec-dg-budg"],"involved":["eu-tr-34369111614-57","ec-person-39635b893026833f739fe623fe7e9d5a97525e7a"]}} -{"id":"ec-meeting-2021-09-14-43d4b0afcad4b937f0b4b8f66231b6c96a2781e8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-14 - Cabinet of Commissioner Mairead Mcguinness x Insurance Europe"],"date":["2021-09-14"],"summary":["Solvency II"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["eu-tr-33213703459-54","ec-person-49e520c7a9c9c47ccb5acfa68f9416e4233af9f8"]}} -{"id":"ec-meeting-2021-09-14-4dbb795d59b5e9c3f41657a33c0dc91ee98de5d7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-14 - Mobility and Transport x Alliance for Logistics Innovation through Collaboration in Europe, ALICE"],"date":["2021-09-14"],"summary":["Multimodal transport"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-dg-move"],"involved":["eu-tr-006901422654-34","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2021-09-14-55a7c50b30b96c6ea0fdf6c3a45c0efd2afd953a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-14 - Cabinet of Executive Vice-President Frans Timmermans x Closing the Loop B.V."],"date":["2021-09-14"],"summary":["circular economy and new business models"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-8af3c81534786a740718d21dc58240738a53ed7b","eu-tr-702663443404-30"]}} -{"id":"ec-meeting-2021-09-14-772f6d4db86fbdf70c90702ee5556ef3aedac57d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-14 - Cabinet of Vice-President Věra Jourová x Centre for European Reform"],"date":["2021-09-14"],"summary":["Rule of Law"],"notes":["Portfolio: Values and Transparency"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["eu-tr-524976815651-12","ec-person-7e1aeaad9232c788ee790cdb309ccad8f9ffdc5e"]}} -{"id":"ec-meeting-2021-09-14-792a5bbd5b0640fb8ac667a93f9b308e4fe4c0d1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-14 - Cabinet of Commissioner Mairead Mcguinness x European Fund and Asset Management Association"],"date":["2021-09-14"],"summary":["Mandatory Buy-In rules, CSRD review"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-0ba9b89127b39af6a66f2fc3ed727332f1b19a34","eu-tr-3373670692-24"]}} -{"id":"ec-meeting-2021-09-14-89f11510067a977ab6c8cbe5e87babd4c2d24a0a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-14 - Cabinet of Commissioner Paolo Gentiloni x Confederazione Generale dell'Industria Italiana"],"date":["2021-09-14"],"summary":["corporate governance"],"notes":["Portfolio: Economy"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-cabinet-commissioner-gentiloni-of-paolo"],"involved":["ec-person-8da36db391ed53f362d495cd564ba8b45c7003e1","eu-tr-27762251795-15"]}} -{"id":"ec-meeting-2021-09-14-a22a8ac22bbcececc6f3e039a5908f9b7cc8305c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-14 - Cabinet of Commissioner Mairead Mcguinness x Gas Distributors for Sustainability"],"date":["2021-09-14"],"summary":["Gas grids: a key enabler of decarbonisation\r\nDiscuss the Energy Efficiency Directive\r\nthe TEN-E Regulation and proposals to reduce methane emissions and leaks in the natural gas value chain."],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["eu-tr-382692732615-35","ec-person-a5441c6a69a8a94fd64e02def60fcc6567f2c1d8","ec-person-1d2f53447b8f2d9bb3f50f7247ad40c2cf8036e4"]}} -{"id":"ec-meeting-2021-09-14-ad8e0e83bab3a28f87e7265713ef3e561e0662a5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-14 - Cabinet of Commissioner Didier Reynders x Amazon Europe Core SARL"],"date":["2021-09-14"],"summary":["consumer protection – online services subscription and fake online reviews"],"notes":["Portfolio: Justice"],"location":["video conferencing"],"address":["video conferencing"],"addressEntity":["addr-613317ccdf0c2bce8cb9f90df551697cd890eda7"],"organizer":["ec-cabinet-commissioner-didier-of-reynders"],"involved":["eu-tr-366117914426-10","ec-person-4cd0043747c40cfeaced5e4c68e43372cdb8dac9"]}} -{"id":"ec-meeting-2021-09-14-bac3d58370dd0198219788f9875e07dfab219703","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-14 - Cabinet of Commissioner Ylva Johansson x Telefonica, S.A."],"date":["2021-09-14"],"summary":["Emerging challenges for telecommunication providers"],"notes":["Portfolio: Home Affairs"],"location":["VTC"],"address":["VTC"],"addressEntity":["addr-9d1acaa772820b8ade84113d2da24716fe455be2"],"organizer":["ec-cabinet-commissioner-johansson-of-ylva"],"involved":["eu-tr-52431421-12","ec-person-d3f97e069d9ff016d7b65052f6eb6b98500ec118"]}} -{"id":"ec-meeting-2021-09-14-cdc61651e1dc3f0aaa79760c4c83efdb8106dc2d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-14 - Cabinet of Executive Vice-President Frans Timmermans x Bureau Brussel Vewin - Unie van Waterschappen"],"date":["2021-09-14"],"summary":["Water pollution - PFAS"],"notes":["Portfolio: European Green Deal"],"location":["Video-conference"],"address":["Video-conference"],"addressEntity":["addr-afae67aab834151e72f631228e72361e369db072"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-33624431cbec1074e151c1707715ef46d2ba9565","eu-tr-17798717671-62"]}} -{"id":"ec-meeting-2021-09-14-dd1f8a62445281fcf5eda2961ab1dc3961297da2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-14 - Cabinet of Commissioner Kadri Simson x Energy Transitions Commission"],"date":["2021-09-14"],"summary":["To share their latest reports:\r\n- Making Clean Electrification Possible: 30 years to electrify the global economy;\r\n- Making the Hydrogen Economy Possible: Accelerating clean hydrogen in an electrified economy."],"notes":["Portfolio: Energy"],"location":["Video Conferencing"],"address":["Video Conferencing"],"addressEntity":["addr-e3b7413b2ac93be00b6bcff51fdc1374d67118bd"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["ec-person-ba3b83676ad38094e71b64b644f3e3d2c61b8182","ec-person-d40f25b5cb5c0681854a4996da444478318f7e58","eu-tr-789695437661-86"]}} -{"id":"ec-meeting-2021-09-14-ee499c45535aec7db7a92968e30ca9d7485e29ce","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-14 - Cabinet of Executive Vice-President Valdis Dombrovskis x ENTE NAZIONALE RISI"],"date":["2021-09-14"],"summary":["Generalised scheme of preference"],"notes":["Portfolio: An Economy that Works for People"],"location":["EC, BERL"],"address":["EC, BERL"],"addressEntity":["addr-dc3f5c35b8d1dd1fda6c9307e6dfc52a29a01d7a"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-235870cd7eb41f2494f695fce18b5b5b88647113","ec-person-7433d96a6e6f46c9f9174db79ec61c387dffa509","eu-tr-751285425198-76"]}} -{"id":"ec-meeting-2021-09-14-f7a3b07e2b65011696c9986256698b4e0d077519","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-14 - Cabinet of Executive Vice-President Margrethe Vestager x European Association of Research and Technology Organisations"],"date":["2021-09-14"],"summary":["Research, Development and Innovation (RD&I) Fund"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-3da433aae105b13fe027e9c9b3dcac2c97029370","eu-tr-977869932377-59","ec-person-7f4ed7789b52b8daf8b637232a16c6d3120c5e37"]}} -{"id":"ec-meeting-2021-09-15-0579bd4897c9ecc2eb08081a08e7fbdd75b87d79","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-15 - Cabinet of Vice-President Věra Jourová x The Alliance of Democracies Foundation"],"date":["2021-09-15"],"summary":["Role of social media"],"notes":["Portfolio: Values and Transparency"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["eu-tr-146289032886-07","ec-person-221276f2dfa4b8fe628f08e982d967b6aeb61c57"]}} -{"id":"ec-meeting-2021-09-15-25aaffd94d955330389637fb00ca609028100926","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-15 - Cabinet of Commissioner Stella Kyriakides x Testbiotech"],"date":["2021-09-15"],"summary":["VTC meeting on New Genomic Techniques"],"notes":["Portfolio: Health"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-kyriakides-of-stella"],"involved":["eu-tr-151554816791-61","ec-person-081d99a6f9ed1259db43e2cbcba20275774511b2"]}} -{"id":"ec-meeting-2021-09-15-2aa42b00e8cb9ca165c76fbb515be0c8c62718b1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-15 - Cabinet of Vice-President Dubravka Šuica x None"],"date":["2021-09-15"],"summary":["Exchange on the Conference & Reflection on the Future of Europe"],"notes":["Portfolio: Democracy and Demography"],"location":["virtual meeting"],"address":["virtual meeting"],"addressEntity":["addr-225c82a032511500bff73b3efe0d857849613fd9"],"organizer":["ec-cabinet-dubravka-of-president-suica-vice"],"involved":["eu-tr-79628773-02","eu-tr-630393933743-37","eu-tr-892857311821-20","eu-tr-829208810503-45","eu-tr-521878025223-22","ec-person-026798f0d4b4567a1c4ba592351123da781ce908","eu-tr-113538333847-44","eu-tr-60974102057-03"]}} -{"id":"ec-meeting-2021-09-15-2e7980a15bb578b75e2a267188b021d552946f32","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-15 - Taxation and Customs Union x TUSIAD-Turkish Industry&Business Association"],"date":["2021-09-15"],"summary":["Videoconference - Exchange of views on the Commission proposal for a CBAM"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-taxud"],"involved":["eu-tr-38870176589-43","ec-person-9e42f316f38c8e126c2cd2bc84affb891338c7f3"]}} -{"id":"ec-meeting-2021-09-15-5cd35728ffda2d1cd95f9daa4d3cd1bbcd7227db","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-15 - Mobility and Transport x Società italiana per l'assistenza al volo"],"date":["2021-09-15"],"summary":["SES"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-move"],"involved":["eu-tr-043518118736-36","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2021-09-15-673e4492a516a4e67217094101cc1bef4fd5dda0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-15 - Cabinet of Commissioner Johannes Hahn x Raiffeisen Bank International AG"],"date":["2021-09-15"],"summary":["General exchange of views, European recovery"],"notes":["Portfolio: Budget and Administration"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hahn-johannes-of"],"involved":["ec-person-0a9c49ba84ea78ae0ec9c6fadde7b6d66e7a1054","eu-tr-33858106461-10"]}} -{"id":"ec-meeting-2021-09-15-6ed625db5feeeedeb38b7e1dad127955fdadd3d3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-15 - Cabinet of Executive Vice-President Frans Timmermans x BP p.l.c."],"date":["2021-09-15"],"summary":["Discussions around possible meetings at senior level"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - video conference"],"address":["Brussels - video conference"],"addressEntity":["addr-d7df553e47e69d1cc9f4189b36b7c867f80459b0"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-a282162080cef4ef2a8c0ab6247a3e03dc438507","ec-person-d53e00c46a4cc62bbf533e0c9bb35bacb9121989","eu-tr-3394026642-58"]}} -{"id":"ec-meeting-2021-09-15-9ecce018a7000501734c141bb1119695f3f41bb5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-15 - Cabinet of Executive Vice-President Frans Timmermans x Testbiotech"],"date":["2021-09-15"],"summary":["New genomic techniques"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-151554816791-61","ec-person-33624431cbec1074e151c1707715ef46d2ba9565"]}} -{"id":"ec-meeting-2021-09-15-b69f31571db4fe46cd89d435d202f7c48b15d78e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-15 - Cabinet of Executive Vice-President Frans Timmermans x Vrije Universiteit Brussel"],"date":["2021-09-15"],"summary":["Keynote speech at Jean Monnet Network GOVTRAN : \r\n“Fit for 55% and climate neutrality: The future of Europe in the World”."],"notes":["Portfolio: European Green Deal"],"location":["Brussels (videoconference)"],"address":["Brussels (videoconference)"],"addressEntity":["addr-843ddf9d3c6977cd8d56db6bb2154f8415263e26"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-996789025151-11","ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce"]}} -{"id":"ec-meeting-2021-09-15-c3c714e2103ca0d90642400eba9772c75a41e825","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-15 - Financial Stability, Financial Services and Capital Markets Union x Fleishman-Hillard European Central Counterparty N.V. Cboe Europe"],"date":["2021-09-15"],"summary":["MiFIR review, CMU"],"location":["Virtual meeting"],"address":["Virtual meeting"],"addressEntity":["addr-1f1f3f51a4da31a1ea5c1b4b21cbf52ad983224f"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-56047191389-84","eu-tr-707807242824-30","eu-tr-169998025130-55","ec-person-1fce211249673c35ee07a801ddee77ab24af8d54"]}} -{"id":"ec-meeting-2021-09-15-c91373cb533b6a6aeef54b802e60cc9710b56127","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-15 - Agriculture and Rural Development x Re-Imagine Europa"],"date":["2021-09-15"],"summary":["Presentation of Re-imagine reports on sustainable agriculture and discussion"],"location":["Brussels - TEAMS meeting"],"address":["Brussels - TEAMS meeting"],"addressEntity":["addr-f6a59fcebef2d39582829bc73373e271072b9d8d"],"organizer":["ec-dg-agri"],"involved":["ec-person-94f7c6e6875fa76120558bda38f913792cc61934","eu-tr-931656328552-33"]}} -{"id":"ec-meeting-2021-09-16-07fcae93188efeb0b00f8b98a2320c54b1bd6033","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-16 - Cabinet of Executive Vice-President Margrethe Vestager x Warner Bros. Discovery"],"date":["2021-09-16"],"summary":["Competition/media related issues"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-6b6135249735cff1f3061530471f1e159500c840","eu-tr-288009010205-61","ec-person-11ba005cc4046696303381b7ca219da9b11a42bf"]}} -{"id":"ec-meeting-2021-09-16-24d9c36bcaa2b09cad2cb125bf81979388d8fe8f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-16 - Internal Market, Industry, Entrepreneurship and SMEs x Novo Nordisk A/S"],"date":["2021-09-16"],"summary":["Discussion with EFPIA and Novo Nordisk on how the pharmaceutical industry could contribute to the EU's agenda for open strategic autonomy and the renewed industrial strategy and on the green transformations of the pharmaceutical sector."],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-grow"],"involved":["ec-person-0151c7e554d188fffc509ad636b7d1a84c5dfcd5","eu-tr-29570313329-11"]}} -{"id":"ec-meeting-2021-09-16-30691d6bd1cea5cc10ce36b04c0c554517007c01","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-16 - Cabinet of Commissioner Kadri Simson x EUROGAS aisbl"],"date":["2021-09-16"],"summary":["2030 renewable gas and gas de-carbonisation targets. Analysis of the position papers of the companies."],"notes":["Portfolio: Energy"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["ec-person-ba3b83676ad38094e71b64b644f3e3d2c61b8182","eu-tr-17909506129-41","ec-person-1995c65b8dc7f3702a8c30ed96a0144075848837"]}} -{"id":"ec-meeting-2021-09-16-340e197b5de26cf82b3aeb794ea7fd98a4c2478e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-16 - Defence Industry and Space x ARIANEGROUP HOLDING"],"date":["2021-09-16"],"summary":["The agenda of the meeting was related to Connectivity constellation and Horizon Europe."],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-defis"],"involved":["ec-person-a5e52cd544ea3aa44eb4b31fac65a468499f106e","eu-tr-030910537575-52"]}} -{"id":"ec-meeting-2021-09-16-51e4da23ec1ecc53fb8f3c0cbcf7393a747f6aaa","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-16 - Cabinet of Commissioner Virginijus Sinkevičius x Eurocities"],"date":["2021-09-16"],"summary":["Zero Pollution Action Plan"],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["ec-person-172a438ed334761e2ab5d52e551fd1bcb6ab6b8d","eu-tr-12493392840-79"]}} -{"id":"ec-meeting-2021-09-16-6008b41a001eef4ccaabc0a436f18577f9f8fc79","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-16 - Cabinet of Executive Vice-President Frans Timmermans x Carnegie Europe"],"date":["2021-09-16"],"summary":["The EU and Climate Security: Toward Ecological Diplomacy"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-9eafbf4a92961023c7df3ab389ae6d4301dec4bf","eu-tr-688089718929-60"]}} -{"id":"ec-meeting-2021-09-16-7d21b54d07a75f291d8a9ebaffcbbb47c1cef5ee","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-16 - Cabinet of Commissioner Mairead Mcguinness x PwCIL"],"date":["2021-09-16"],"summary":["Possible participation of the Commissioner to a conference on AML"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-44c404268b70ce0b79c4e148b5a7c4ae2c53ee30","eu-tr-60402754518-05"]}} -{"id":"ec-meeting-2021-09-16-9a573bc93e63b98e85ae8617dd9bcc75d5b6318d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-16 - Competition x Société nationale SNCF"],"date":["2021-09-16"],"summary":["Competition policy and sustainable development"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-comp"],"involved":["ec-person-f257bc19c568ad25083c1c1e1651426245cefedf","eu-tr-97914681026-14"]}} -{"id":"ec-meeting-2021-09-16-9b0177d8727a89219ced5c8ed5bb4947cefbb77b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-16 - Cabinet of Executive Vice-President Margrethe Vestager x European Internet Services Providers Association"],"date":["2021-09-16"],"summary":["Digital Services Act, NIS2, ePrivacy"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-54437813115-56","ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0"]}} -{"id":"ec-meeting-2021-09-16-9eea650942475dc0922ea05994f4aa5c20a149a1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-16 - Cabinet of Commissioner Janusz Wojciechowski x PepsiCo"],"date":["2021-09-16"],"summary":["PepsiCo Nutrition Commitments"],"notes":["Portfolio: Agriculture"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["ec-person-cafe030b6dad78a75143f7552c420481b30ebceb","eu-tr-010212710281-97"]}} -{"id":"ec-meeting-2021-09-16-a28bef70b771deaceeaea713e5e315d001a52dea","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-16 - Cabinet of Executive Vice-President Valdis Dombrovskis x Intel Corporation"],"date":["2021-09-16"],"summary":["Trade and Technology Council"],"notes":["Portfolio: An Economy that Works for People"],"location":["video conference"],"address":["video conference"],"addressEntity":["addr-6dc12e3c97077db82f32184f24341ce370a445fd"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-1d8581216d9aa7f26fa098a81e84ca61e0e3f261","ec-person-7e9813c16d805ee7ebea3ef6444f384bc32abaaa","eu-tr-7459401905-60"]}} -{"id":"ec-meeting-2021-09-16-a41432386b9a0a76c7f8b4433e79ab356e97a7e8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-16 - Cabinet of Commissioner Mairead Mcguinness x Fédération bancaire française"],"date":["2021-09-16"],"summary":["Basel III"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Paris"],"address":["Paris"],"addressEntity":["addr-22390ad11c32faec43fc61555b53607660b3c185"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-2b9c589fb2354bd93067644d2c3d2c058d4c4cc9","ec-person-00f66582d8581f7480e12525027b5a1ee9b22f07","ec-person-0ba9b89127b39af6a66f2fc3ed727332f1b19a34","eu-tr-09245221105-30"]}} -{"id":"ec-meeting-2021-09-17-29d525aef04125152971e63f06a078f51c6225ff","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-17 - Cabinet of Commissioner Jutta Urpilainen x BUSINESSEUROPE"],"date":["2021-09-17"],"summary":["EU Connectivity Strategy"],"notes":["Portfolio: International Partnerships"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["ec-person-7204caa5e704bc4a911fee13ad5c0f62fd74b3bc","eu-tr-3978240953-79","ec-person-9788b5f9ccd101dc091867a4496a5735ee7151d9"]}} -{"id":"ec-meeting-2021-09-17-2be8ff0265f30bf2d1efcc8ca69cf668953259e2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-17 - Cabinet of Executive Vice-President Frans Timmermans x Citizens' Climate Europe"],"date":["2021-09-17"],"summary":["Meeting on the European Green Deal"],"notes":["Portfolio: European Green Deal"],"location":["Brussels (videoconference)"],"address":["Brussels (videoconference)"],"addressEntity":["addr-843ddf9d3c6977cd8d56db6bb2154f8415263e26"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-111734132634-17","ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce"]}} -{"id":"ec-meeting-2021-09-17-44bdc329f2eff62f108c38f0dc51627002b06036","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-17 - Cabinet of Commissioner Jutta Urpilainen x European Coalition for Corporate Justice Global Witness Anti-Slavery International WWF European Policy Programme International Federation for Human Rights ClientEarth AISBL Frank Bold Society Front Line Defenders Clean Clothes Campaign / Stichting Schone Kleren Kampagne"],"date":["2021-09-17"],"summary":["upcoming proposal on sustainable corporate governance"],"notes":["Portfolio: International Partnerships"],"location":["videoconference"],"address":["videoconference"],"addressEntity":["addr-92b2fbb928e012810d80d9ef1abe12027beee200"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["eu-tr-633748221618-41","eu-tr-10439809375-73","eu-tr-57221111091-19","eu-tr-1414929419-24","eu-tr-96645517357-19","ec-person-6357f4506ca5351b3a822936612fd6006da48722","ec-person-e29b72fe81d25796214b1c5915c52a124f06cd9d","eu-tr-714466824568-72","eu-tr-97628146980-33","eu-tr-48872621093-60","eu-tr-464644816865-02"]}} -{"id":"ec-meeting-2021-09-17-7c119b1183b38aa403ce4365a5c80fb0a9ad8518","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-17 - Taxation and Customs Union x Ernst & Young Core Business Services BV"],"date":["2021-09-17"],"summary":["Videoconference - Discussion on how innovative and emerging technologies are transforming customs services, and how data can be used for closing customs gap, classification, or certificates of origin."],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-taxud"],"involved":["ec-person-9e42f316f38c8e126c2cd2bc84affb891338c7f3","eu-tr-04458109373-91"]}} -{"id":"ec-meeting-2021-09-17-7f712e5f903cef7011208654b83ba5c7ccaa7d26","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-17 - Cabinet of Commissioner Jutta Urpilainen x Stichting Fair Trade Advocacy Office Rainforest Alliance FSC International Center GmbH (IC) Round Table on Responsible Soy Association (RTRS) Roundtable on Sustainable Palm Oil ISEAL Alliance"],"date":["2021-09-17"],"summary":["the forthcoming proposal on deforestation-free regulation"],"notes":["Portfolio: International Partnerships"],"location":["videoconference"],"address":["videoconference"],"addressEntity":["addr-92b2fbb928e012810d80d9ef1abe12027beee200"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["eu-tr-234563541838-29","eu-tr-832413729653-30","eu-tr-860901940087-20","ec-person-e29b72fe81d25796214b1c5915c52a124f06cd9d","eu-tr-03556915643-37","eu-tr-60554685648-73","eu-tr-325215237586-55"]}} -{"id":"ec-meeting-2021-09-17-8f1c65d07cad89c3cc1efb20f98d79a6a7e491de","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-17 - Research and Innovation x European Association of Research and Technology Organisations"],"date":["2021-09-17"],"summary":["Workshop"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-rtd"],"involved":["ec-person-1d348f33395de0ea6773a7b4ae8797e3e0392f73","eu-tr-977869932377-59"]}} -{"id":"ec-meeting-2021-09-17-a21411b1c076221222087d3cf5aef4c85f913ea4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-17 - Cabinet of President Ursula von der Leyen x Association Internationale de la Mutualité"],"date":["2021-09-17"],"summary":["Governance on the exchange of health data"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-7019713e72781afb1f3b19032c4752a314b78180","eu-tr-595328413083-91"]}} -{"id":"ec-meeting-2021-09-17-b2d47b256dd12cf644bd79f07d833a84771c11d6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-17 - Cabinet of President Ursula von der Leyen x None"],"date":["2021-09-17"],"summary":["Digital Services Act and the future of the Open Internet"],"notes":["Portfolio: President"],"location":["Brussels (WEBEX)"],"address":["Brussels (WEBEX)"],"addressEntity":["addr-3afbdeda01f3dac93a9dc841fdac57d9de27b869"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["eu-tr-975264743605-46","eu-tr-394491614001-72","ec-person-7019713e72781afb1f3b19032c4752a314b78180","eu-tr-202560512850-84","eu-tr-513729920039-18","eu-tr-955378043651-32"]}} -{"id":"ec-meeting-2021-09-17-b7bd3d808e493102867623e0b73264daaf48537f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-17 - Mobility and Transport x DFS Deutsche Flugsicherung GmbH"],"date":["2021-09-17"],"summary":["SES"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-move"],"involved":["eu-tr-80667711712-64","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2021-09-17-bd91a1ce8d6d35463245d64f40b993f481317c8f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-17 - Cabinet of Commissioner Mairead Mcguinness x Euronext"],"date":["2021-09-17"],"summary":["CMU, consolidated tape"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Paris"],"address":["Paris"],"addressEntity":["addr-22390ad11c32faec43fc61555b53607660b3c185"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-2b9c589fb2354bd93067644d2c3d2c058d4c4cc9","eu-tr-17804464809-28","ec-person-0ba9b89127b39af6a66f2fc3ed727332f1b19a34","ec-person-00f66582d8581f7480e12525027b5a1ee9b22f07"]}} -{"id":"ec-meeting-2021-09-17-beb24d745ec63403e2ce9e15c20030f3b2cf790e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-17 - Cabinet of President Ursula von der Leyen x EUROPEAN TRADE UNION CONFEDERATION BUSINESSEUROPE"],"date":["2021-09-17"],"summary":["Tripartite Social Summit October 2021 - preparatory meeting"],"notes":["Portfolio: President"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["eu-tr-3978240953-79","ec-person-66d141295841bdd2d0679d93aae62e07580fcee5","eu-tr-06698681039-26"]}} -{"id":"ec-meeting-2021-09-17-c180ebab29a63bae18591386f596d3f8a268b5af","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-17 - Cabinet of Executive Vice-President Valdis Dombrovskis x European Panel Federation European Confederation of Woodworking Industries European Organisation of the Sawmill industry European Timber Trade Federation Confederation of European Paper Industries European Parquet Federation European Furniture Industries Confederation"],"date":["2021-09-17"],"summary":["Upcoming Russian export ban on logs"],"notes":["Portfolio: An Economy that Works for People"],"location":["Video-conference"],"address":["Video-conference"],"addressEntity":["addr-afae67aab834151e72f631228e72361e369db072"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-3520008ac93a203db50d106deafde939bc2729f1","eu-tr-470333818389-37","eu-tr-72279144480-58","eu-tr-808658823757-40","eu-tr-572064811767-22","ec-person-25f4019e9babab3840cf9d6dbf9cb6994f2104fb","eu-tr-024776016336-52","eu-tr-95910795422-52","eu-tr-294492727880-53","ec-person-7433d96a6e6f46c9f9174db79ec61c387dffa509"]}} -{"id":"ec-meeting-2021-09-17-cbe48d05180425d5800cb5c703879dcfa0c91c9d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-17 - Cabinet of Executive Vice-President Frans Timmermans x World's Youth for Climate Justice"],"date":["2021-09-17"],"summary":["The group presented their Initiative for a climate justice court case"],"notes":["Portfolio: European Green Deal"],"location":["video call"],"address":["video call"],"addressEntity":["addr-12d8c530d76da0b7745f9c0f9285e7eec97adc55"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-399208143921-59","ec-person-b4af267cd7b109754c551f0ced280f6cf3718f16"]}} -{"id":"ec-meeting-2021-09-17-e6ab785a6f69c64eefcdf1c64b8ee8d52b5cc915","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-17 - Cabinet of Commissioner Janez Lenarčič x B2EU Consulting International SOS Europe Government Services"],"date":["2021-09-17"],"summary":["Presentation of the governmental agenda with the potential to cooperate within the UCPM"],"notes":["Portfolio: Crisis Management"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-janez-lenarcic-of"],"involved":["ec-person-8cad9a810a8a25f5298dbe7a8d3a7dd0e7aa53d5","eu-tr-262072219982-51","eu-tr-661938541994-90"]}} -{"id":"ec-meeting-2021-09-17-f2a537bdff5c257fb8acebf0980f22b960f672ac","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-17 - Cabinet of Commissioner Jutta Urpilainen x Microsoft Corporation"],"date":["2021-09-17"],"summary":["Digital connectivity in Africa; programming"],"notes":["Portfolio: International Partnerships"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["eu-tr-0801162959-21","ec-person-a6ae9abd61cd135e990ccc05f2a7cc849f01a618","ec-person-1ec9383fd54d9d4cd8a154c01fa71549eb8c75ac"]}} -{"id":"ec-meeting-2021-09-17-f53b0fc8c3c5a641b87d7ef6e571ee73de97de57","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-17 - Cabinet of President Ursula von der Leyen x NXP Semiconductors Netherlands B.V."],"date":["2021-09-17"],"summary":["EU Semiconductor strategy"],"notes":["Portfolio: President"],"location":["Brussels (VC)"],"address":["Brussels (VC)"],"addressEntity":["addr-7a7ab1034ef0b71e62ebf9a322dc5d9528505976"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-7019713e72781afb1f3b19032c4752a314b78180","eu-tr-898711618618-45"]}} -{"id":"ec-meeting-2021-09-20-0baa68a05aa3d0dd0d65a65ff40376ef5fc62472","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-20 - Cabinet of Commissioner Didier Reynders x TikTok Technology Ltd"],"date":["2021-09-20"],"summary":["consumer protection"],"notes":["Portfolio: Justice"],"location":["video conferencing"],"address":["video conferencing"],"addressEntity":["addr-613317ccdf0c2bce8cb9f90df551697cd890eda7"],"organizer":["ec-cabinet-commissioner-didier-of-reynders"],"involved":["ec-person-4cd0043747c40cfeaced5e4c68e43372cdb8dac9","eu-tr-165202837974-32"]}} -{"id":"ec-meeting-2021-09-20-1a2e13f76815fc9ae15c706e6da980d31d5e5e72","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-20 - Cabinet of Commissioner Mairead Mcguinness x Afore Consulting ICI Global"],"date":["2021-09-20"],"summary":["AIFMD,/UCITS review\r\nBrexit\r\nMMFs"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["eu-tr-296711210890-30","ec-person-0ba9b89127b39af6a66f2fc3ed727332f1b19a34","eu-tr-03013154889-05"]}} -{"id":"ec-meeting-2021-09-20-43ecb0ea913c709b129e7457a93d219c53dee8b6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-20 - Cabinet of Commissioner Thierry Breton x KIC InnoEnergy SE"],"date":["2021-09-20"],"summary":["Batteries, hydrogen, raw materials"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-6308dea893b9b1ca0dcd5b91b4a1ac4c2f3020ad","eu-tr-462849021886-85"]}} -{"id":"ec-meeting-2021-09-20-63bb4fa3daeadfcbeb15dc839264512cbd5910a3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-20 - Cabinet of Commissioner Stella Kyriakides x Paulig Group"],"date":["2021-09-20"],"summary":["VTC meeting on Sustainable Food Systems"],"notes":["Portfolio: Health"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-kyriakides-of-stella"],"involved":["ec-person-ecf9f9e978b833afc98ee022572d468f0dc9a352","ec-person-ba73927c33000184cab3f41a76e1b32fe7d7eda8","eu-tr-358818043018-61"]}} -{"id":"ec-meeting-2021-09-20-6538539a0d5d979db6f318c0f4d41e82e31aad04","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-20 - Cabinet of Commissioner Virginijus Sinkevičius x NOAH Advisors"],"date":["2021-09-20"],"summary":["NOAH Conference; forests and carbon"],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["eu-tr-051929043978-63","ec-person-172a438ed334761e2ab5d52e551fd1bcb6ab6b8d"]}} -{"id":"ec-meeting-2021-09-20-7ac669fd34c00a9bf06d2bd41fe697ea946581f9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-20 - Cabinet of Commissioner Thierry Breton x European Tyre & Rubber Manufacturers' Association"],"date":["2021-09-20"],"summary":["Microplastics, Euro 7, general safety regulation"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-6308dea893b9b1ca0dcd5b91b4a1ac4c2f3020ad","eu-tr-6025320863-10"]}} -{"id":"ec-meeting-2021-09-20-7bdb1f3108544d4ba92ad5b9cbc4ed6db334897d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-20 - Cabinet of Executive Vice-President Margrethe Vestager x GLOBALFOUNDRIES Management Services Limited Liability Company & Co. KG"],"date":["2021-09-20"],"summary":["EU-US Trade and Technology Council"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-721066539792-75","ec-person-8b6db5c3c4611618ade59c6d0dadc21c962f0ee7"]}} -{"id":"ec-meeting-2021-09-20-852ad28872b949fdb73472560355340f384fac9f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-20 - Cabinet of Commissioner Ylva Johansson x AMF Tjänstepension AB"],"date":["2021-09-20"],"summary":["EU's forest strategy"],"notes":["Portfolio: Home Affairs"],"location":["VTC"],"address":["VTC"],"addressEntity":["addr-9d1acaa772820b8ade84113d2da24716fe455be2"],"organizer":["ec-cabinet-commissioner-johansson-of-ylva"],"involved":["ec-person-981fc36acd82b2e49db83e43763b908c1a89ec0b","eu-tr-714099026438-58"]}} -{"id":"ec-meeting-2021-09-20-8852917bc53f9c1feafd673b8d016b9b28e050c7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-20 - Cabinet of Commissioner Nicolas Schmit x None"],"date":["2021-09-20"],"summary":["Consultation hearing with digital labour platforms on the Initiative on improving working conditions in platform work. \r\n(to be completed)"],"notes":["Portfolio: Jobs and Social Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["eu-tr-311257433890-50","eu-tr-995377734447-25","ec-person-8eb18b6102d444937bc6af5822a6742812165b48","ec-person-4cf4655ab41922e92160325d987a3c4615c72d30","eu-tr-002278013515-26","eu-tr-728904528524-27","eu-tr-987241938472-54","eu-tr-334703839280-66","eu-tr-747495331229-90","ec-person-c03b949331dbbe5fa3d5423758e371ec1b9b832f"]}} -{"id":"ec-meeting-2021-09-20-948318dda48f9c8e6d37a279b827622b468b364c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-20 - Cabinet of Executive Vice-President Frans Timmermans x Netherlands Organisation for Applied Scientific Research TNO"],"date":["2021-09-20"],"summary":["Speech on the European Green Deal and Fit for 55 at TNO Conference \"ERA JP Wind & SETWind Annual Event 2021\""],"notes":["Portfolio: European Green Deal"],"location":["Brussels (videoconference)"],"address":["Brussels (videoconference)"],"addressEntity":["addr-843ddf9d3c6977cd8d56db6bb2154f8415263e26"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-40524063921-20","ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce"]}} -{"id":"ec-meeting-2021-09-20-992129b3e3fe48f68aa0fb1207813e6c5770698e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-20 - Cabinet of Commissioner Kadri Simson x Pohjolan Voima Oyj"],"date":["2021-09-20"],"summary":["To exchange views on the Commission’s upcoming energy policy initiatives, particularly the updating of the Renewable Energy Directive and the role of hydropower in the EU’s rapidly evolving energy and climate policy."],"notes":["Portfolio: Energy"],"location":["Video Conferencing"],"address":["Video Conferencing"],"addressEntity":["addr-e3b7413b2ac93be00b6bcff51fdc1374d67118bd"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["eu-tr-287403519124-60","ec-person-9b7f5fe059e5b0b40e79e9170211aa2f02322fdb"]}} -{"id":"ec-meeting-2021-09-20-9ced7abfef1fc10e728309b555eef8ab1b357f5d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-20 - Cabinet of Commissioner Thierry Breton x Confederation of Swedish Enterprise"],"date":["2021-09-20"],"summary":["Sustainable Corporate Governance"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-39912257528-48","ec-person-5215bd372c5a1202399d77ecceb8c16de8d7d55c"]}} -{"id":"ec-meeting-2021-09-20-a5a1f2877ec3e83256ad2be2f5c001d37c45290b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-20 - Cabinet of Commissioner Nicolas Schmit x Institute for Work & Health"],"date":["2021-09-20"],"summary":["XXII World Congress on Safety and Health at Work"],"notes":["Portfolio: Jobs and Social Rights"],"location":["online"],"address":["online"],"addressEntity":["addr-2dbc2fd2358e1ea1b7a6bc08ea647b9a337ac92d"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["eu-tr-224354340533-83","ec-person-4cf4655ab41922e92160325d987a3c4615c72d30","ec-person-c03b949331dbbe5fa3d5423758e371ec1b9b832f"]}} -{"id":"ec-meeting-2021-09-20-a7170251fdd1bc824219db2dd2dbe751e8fef243","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-20 - Cabinet of Commissioner Janez Lenarčič x Norwegian Refugee Council Europe"],"date":["2021-09-20"],"summary":["Humanitarian situation in Syria and neighbouring countries."],"notes":["Portfolio: Crisis Management"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-janez-lenarcic-of"],"involved":["eu-tr-750447615329-96","ec-person-a6cd325c80698b2331699224c780ebfb10573602"]}} -{"id":"ec-meeting-2021-09-20-af6b8ead136cfc152a523583964cd908b82cfe94","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-20 - Cabinet of Commissioner Jutta Urpilainen x Global Witness ClientEarth AISBL"],"date":["2021-09-20"],"summary":["upcoming deforestation regulation and human rights (meeting organized by CAB Wojciechowski)"],"notes":["Portfolio: International Partnerships"],"location":["videoconference"],"address":["videoconference"],"addressEntity":["addr-92b2fbb928e012810d80d9ef1abe12027beee200"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["ec-person-e29b72fe81d25796214b1c5915c52a124f06cd9d","eu-tr-10439809375-73","eu-tr-96645517357-19"]}} -{"id":"ec-meeting-2021-09-20-c1b2a373279c645b3a1cf8b218cbc45ab45c6697","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-20 - Cabinet of Executive Vice-President Margrethe Vestager x Meta Platforms Ireland Limited and its various subsidiaries (f/k/a Facebook Ireland Limited)"],"date":["2021-09-20"],"summary":["International data flows"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0","eu-tr-28666427835-74"]}} -{"id":"ec-meeting-2021-09-20-c53b7e8f75139d1aedee62115b1d456eadac3f88","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-20 - Cabinet of Executive Vice-President Valdis Dombrovskis x Commerzbank AG"],"date":["2021-09-20"],"summary":["Situation of the EU banking sector, sustainable finance"],"notes":["Portfolio: An Economy that Works for People"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-235870cd7eb41f2494f695fce18b5b5b88647113","eu-tr-83370363079-88","ec-person-f011ed0f7c78d833a79f1206f788e0cbd9cb8864"]}} -{"id":"ec-meeting-2021-09-20-d232fbac21c1dd24e865ba19f3b9161abb394028","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-20 - Cabinet of Executive Vice-President Frans Timmermans x European Heat Pump Association"],"date":["2021-09-20"],"summary":["keynote speech on the energy transition and green industry"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-23643001178-02","ec-person-d56ecbfde17436a136fc89c9a978b266e8285c84"]}} -{"id":"ec-meeting-2021-09-20-d45530e79db7d8eb1bc1ac4d6bfedf6b03e3b90e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-20 - Cabinet of Commissioner Janusz Wojciechowski x Global Witness ClientEarth AISBL"],"date":["2021-09-20"],"summary":["Human Rights and Deforestation"],"notes":["Portfolio: Agriculture"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["ec-person-cafe030b6dad78a75143f7552c420481b30ebceb","eu-tr-10439809375-73","eu-tr-96645517357-19"]}} -{"id":"ec-meeting-2021-09-20-d98b65d9e4d008fe8359915c8cc8710719d9d6f3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-20 - Cabinet of Executive Vice-President Frans Timmermans x NOAH Advisors"],"date":["2021-09-20"],"summary":["NOAH Conference; forests and carbon"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-051929043978-63","ec-person-8af3c81534786a740718d21dc58240738a53ed7b"]}} -{"id":"ec-meeting-2021-09-20-dc3626d1547774b1c9743539051a116ccb16ee7e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-20 - Cabinet of Vice-President Dubravka Šuica x Democracy & Culture Foundation"],"date":["2021-09-20"],"summary":["Athens Democraty Forum- teen democracy event"],"notes":["Portfolio: Democracy and Demography"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-dubravka-of-president-suica-vice"],"involved":["ec-person-60bc1622eb549a098038c6073ce7c40691ec9384","eu-tr-536843640609-08"]}} -{"id":"ec-meeting-2021-09-20-e687b8dc3e312de3692cc77fb16d4969a12c1214","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-20 - Cabinet of Executive Vice-President Margrethe Vestager x Ørsted A/S"],"date":["2021-09-20"],"summary":["Draft State aid Guidelines on Climate, environmental protection and Energy"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-bb1f295d8be3d10004d7e5fd7c24248a21215775","ec-person-6b6135249735cff1f3061530471f1e159500c840","eu-tr-870817015429-80"]}} -{"id":"ec-meeting-2021-09-20-eb5109b6c29c03b913eb573319eced1b8b831311","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-20 - Cabinet of Commissioner Thierry Breton x Wikimedia Europe (WMEU)"],"date":["2021-09-20"],"summary":["Dsa and dma: application to collaborative platforms"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-191538712765-84","ec-person-4d83416435f81b1f1e8f5c86aeebb1478577f1d2"]}} -{"id":"ec-meeting-2021-09-20-f086138ba5a7c3d3a602eeee17236338120b1333","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-20 - Directorate-General for International Partnerships x Microsoft Corporation"],"date":["2021-09-20"],"summary":["EU development agenda"],"location":["Bruxelles"],"address":["Bruxelles"],"addressEntity":["addr-b58f5927b66d94a676970dc048485d4c6848f272"],"organizer":["ec-dg-intpa"],"involved":["eu-tr-0801162959-21","ec-person-afe6f55069d2cc5483157e138e41abd63140fdd8"]}} -{"id":"ec-meeting-2021-09-21-0e3419ff3d8cfc786452ed43f2c0674acf52145c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-21 - Cabinet of Executive Vice-President Frans Timmermans x Rabobank"],"date":["2021-09-21"],"summary":["Sustainable food systems"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-006687715492-92","ec-person-33624431cbec1074e151c1707715ef46d2ba9565"]}} -{"id":"ec-meeting-2021-09-21-136a513e188e5ded56d078b2639022166c33deb9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-21 - Internal Market, Industry, Entrepreneurship and SMEs x PlasticsEurope"],"date":["2021-09-21"],"summary":["Discuss the European Plastics industry contribution to the EU circular economy and long term climate goals"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-grow"],"involved":["ec-person-0151c7e554d188fffc509ad636b7d1a84c5dfcd5","eu-tr-454264611835-56"]}} -{"id":"ec-meeting-2021-09-21-15dc69d0cef89b0bf200d01a38e220651bdb3e46","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2021-09-21 - Cabinet of Commissioner Mairead Mcguinness x ENCORE LAB"],"date":["2021-09-21"],"summary":["Pre-record - circular economy, green recovery, climate action"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Video Conferencing"],"address":["Video Conferencing"],"addressEntity":["addr-e3b7413b2ac93be00b6bcff51fdc1374d67118bd"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-2b9c589fb2354bd93067644d2c3d2c058d4c4cc9","ec-person-00f66582d8581f7480e12525027b5a1ee9b22f07","eu-tr-986762129799-63"]}} -{"id":"ec-meeting-2021-09-21-1c058080c7558623b00d44abb23a3aa91f9555e9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-21 - Cabinet of Commissioner Janusz Wojciechowski x BEL"],"date":["2021-09-21"],"summary":["BEL Group nutritional commitments and specificities"],"notes":["Portfolio: Agriculture"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["eu-tr-188266812877-12","ec-person-cafe030b6dad78a75143f7552c420481b30ebceb"]}} -{"id":"ec-meeting-2021-09-21-509cb4ee50c96fca2459b7e36d7869482f941214","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-21 - Cabinet of Commissioner Nicolas Schmit x European Alternatives Limited Unione Italiana del Lavoro UNIÓN GENERAL DE TRABAJADORES DE ESPAÑA Fagligt Fælles Forbund"],"date":["2021-09-21"],"summary":["Consultation hearing with organisations of platform workers on the ‘Initiative on improving working conditions in platform work’."],"notes":["Portfolio: Jobs and Social Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["eu-tr-376222916112-22","ec-person-4cf4655ab41922e92160325d987a3c4615c72d30","eu-tr-85223352533-24","ec-person-8eb18b6102d444937bc6af5822a6742812165b48","eu-tr-678444740004-77","ec-person-c03b949331dbbe5fa3d5423758e371ec1b9b832f","eu-tr-790395022789-84"]}} -{"id":"ec-meeting-2021-09-21-51147c97940814a9c9ee486693424dbf0593a9db","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-21 - Cabinet of Executive Vice-President Frans Timmermans x Global Witness"],"date":["2021-09-21"],"summary":["East Med gas projects – state of play"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-d53e00c46a4cc62bbf533e0c9bb35bacb9121989","eu-tr-10439809375-73"]}} -{"id":"ec-meeting-2021-09-21-54eab7aebb29df7d77f349016660cbed92d7f417","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-21 - Cabinet of Executive Vice-President Margrethe Vestager x CEMBUREAU - The European Cement Association"],"date":["2021-09-21"],"summary":["Draft State aid Guidelines on Climate, environmental protection and Energy"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-6b6135249735cff1f3061530471f1e159500c840","eu-tr-93987316076-63"]}} -{"id":"ec-meeting-2021-09-21-66019bab93ab2e1012652dbf1de1828966f74a67","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-21 - Internal Market, Industry, Entrepreneurship and SMEs x France Industrie"],"date":["2021-09-21"],"summary":["Exchange on France Industrie (FI) position paper on industrial strategy; get deeper input from FI on their own ground information analysis."],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-grow"],"involved":["ec-person-0151c7e554d188fffc509ad636b7d1a84c5dfcd5","eu-tr-60974102057-03"]}} -{"id":"ec-meeting-2021-09-21-79f33a8b0a73b86bb8d8513b717c5ffc8e187c64","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-21 - Cabinet of Commissioner Helena Dalli x Equinet - the European Network of Equality Bodies"],"date":["2021-09-21"],"summary":["Ms Helena Dalli holds a videoconference call with Ms Tena Simonovic Einwalter, the Croatian Ombudswoman and Chair of EQUINET"],"notes":["Portfolio: Equality"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-commissioner-dalli-helena-of"],"involved":["eu-tr-718971811339-46","ec-person-d0b568d53468fcd3dfeeaddbd07343b5b065914d"]}} -{"id":"ec-meeting-2021-09-21-88633412b2bced568ab2144cea1493c3b8581730","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-21 - Cabinet of Commissioner Mairead Mcguinness x Wise Ltd"],"date":["2021-09-21"],"summary":["Pre record 'Lowering the cost of remittances'"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Video Conferencing."],"address":["Video Conferencing."],"addressEntity":["addr-912f3be8d3c705b575d95bd802535451d4e253ad"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-2b9c589fb2354bd93067644d2c3d2c058d4c4cc9","eu-tr-843309518020-96"]}} -{"id":"ec-meeting-2021-09-21-8cb07287f0ba6f530f972270ae6547a2b0eaaea9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-21 - Cabinet of Executive Vice-President Frans Timmermans x Voka - Kamer van Koophandel West-Vlaanderen"],"date":["2021-09-21"],"summary":["EGD"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-9eafbf4a92961023c7df3ab389ae6d4301dec4bf","eu-tr-651660143429-49"]}} -{"id":"ec-meeting-2021-09-21-a74cef636f3e22fbbd3488f79701de67b56e4997","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-21 - Cabinet of Commissioner Jutta Urpilainen x Plan International EU Office"],"date":["2021-09-21"],"summary":["European Week of Action for Girls and Youth Sounding Board"],"notes":["Portfolio: International Partnerships"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["eu-tr-83357751766-93","ec-person-6357f4506ca5351b3a822936612fd6006da48722"]}} -{"id":"ec-meeting-2021-09-21-af9188d41cc72543774e983a3b371ad0dbf115f9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-21 - Cabinet of Commissioner Nicolas Schmit x World Economic Forum"],"date":["2021-09-21"],"summary":["World Economic Forum Sustainable Development Impact Summit"],"notes":["Portfolio: Jobs and Social Rights"],"location":["online"],"address":["online"],"addressEntity":["addr-2dbc2fd2358e1ea1b7a6bc08ea647b9a337ac92d"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-4cf4655ab41922e92160325d987a3c4615c72d30","ec-person-c03b949331dbbe5fa3d5423758e371ec1b9b832f","eu-tr-567538843366-43"]}} -{"id":"ec-meeting-2021-09-21-b2259d980e0271c6049b1cc8a053e00e4c8d073b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-21 - Cabinet of Commissioner Stella Kyriakides x World Resources Institute"],"date":["2021-09-21"],"summary":["VTC-meeting on Champions 12.3. Coalition on progress toward achieving SDG Target 12.3 on food waste"],"notes":["Portfolio: Health"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-kyriakides-of-stella"],"involved":["eu-tr-581250215524-23","ec-person-8c3c9f5f3b2f84138bb6ab73180e2eff94b88ec8"]}} -{"id":"ec-meeting-2021-09-21-bd9433bef4634a0eef8605ff55c367dab495ad02","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-21 - Cabinet of Executive Vice-President Frans Timmermans x Each One Teach One"],"date":["2021-09-21"],"summary":["European Green Deal and racial justice"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-547956841599-12","ec-person-d53e00c46a4cc62bbf533e0c9bb35bacb9121989"]}} -{"id":"ec-meeting-2021-09-21-c9fa1f6220954b0e5433527e072a0bb7b261af07","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-21 - Cabinet of Executive Vice-President Frans Timmermans x None"],"date":["2021-09-21"],"summary":["Meeting on 2030 RENEWABLE GAS AND GAS DECARBONISATION TARGETS"],"notes":["Portfolio: European Green Deal"],"location":["Brussels (videoconference)"],"address":["Brussels (videoconference)"],"addressEntity":["addr-843ddf9d3c6977cd8d56db6bb2154f8415263e26"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-978689825984-85","ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce","eu-tr-95685068542-71","eu-tr-17909506129-41"]}} -{"id":"ec-meeting-2021-09-21-f695f04dd77775f3c77735be3834593a8b668881","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-21 - Cabinet of Executive Vice-President Frans Timmermans x European Plant-based Foods Association"],"date":["2021-09-21"],"summary":["Additives to organic food"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-689045810852-79","ec-person-33624431cbec1074e151c1707715ef46d2ba9565"]}} -{"id":"ec-meeting-2021-09-22-054cd180c4cb76fdfe0b14a78a47ef0829693100","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-22 - Internal Market, Industry, Entrepreneurship and SMEs x European Power Tool Association"],"date":["2021-09-22"],"summary":["Discuss about the European Standardisation system and its development, and the proposed Regulation on machinery products"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-grow"],"involved":["ec-person-0151c7e554d188fffc509ad636b7d1a84c5dfcd5","eu-tr-460603337124-71"]}} -{"id":"ec-meeting-2021-09-22-0c58b6777948e9dbbad6f85eb5b4ca76f57624ca","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-22 - Cabinet of Executive Vice-President Frans Timmermans x European Association of Co-operative Banks Rabobank"],"date":["2021-09-22"],"summary":["Capital requirements and green transition"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-e88af8eb396e96e3dbc9b4ec6e40a348d26c389c","eu-tr-4172526951-19","eu-tr-006687715492-92"]}} -{"id":"ec-meeting-2021-09-22-12a1238597be5cf7ceaeb5b0499a12daea3c16d7","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2021-09-22 - Cabinet of Commissioner Thierry Breton x OXFAM INTERNATIONAL EU ADVOCACY OFFICE"],"date":["2021-09-22"],"summary":["Sustainable Corporate Governance"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-46856801604-90","ec-person-4d83416435f81b1f1e8f5c86aeebb1478577f1d2","ec-person-5215bd372c5a1202399d77ecceb8c16de8d7d55c"]}} -{"id":"ec-meeting-2021-09-22-15e5e555defb40c5450bb60abb51c1e67fc1e35d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-22 - Cabinet of Executive Vice-President Frans Timmermans x Stiftung KlimaWirtschaft"],"date":["2021-09-22"],"summary":["Speech at Panel for Climate neutrality made in Germany – Making decarbonization work for all sectors"],"notes":["Portfolio: European Green Deal"],"location":["Brussels (videoconference)"],"address":["Brussels (videoconference)"],"addressEntity":["addr-843ddf9d3c6977cd8d56db6bb2154f8415263e26"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce","eu-tr-101869737880-14"]}} -{"id":"ec-meeting-2021-09-22-1fb2156d3db032fef633efbe9323d8d2c4bb1eb7","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2021-09-22 - Cabinet of Commissioner Thierry Breton x European Coalition for Corporate Justice"],"date":["2021-09-22"],"summary":["Sustainable Corporate Governance"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-48872621093-60","ec-person-4d83416435f81b1f1e8f5c86aeebb1478577f1d2","ec-person-5215bd372c5a1202399d77ecceb8c16de8d7d55c"]}} -{"id":"ec-meeting-2021-09-22-22905ca719657fc83345c1b921d5ab5c618ac87c","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2021-09-22 - Cabinet of Commissioner Thierry Breton x Amnesty International Limited"],"date":["2021-09-22"],"summary":["Sustainable Corporate Governance"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-11063928073-34","ec-person-4d83416435f81b1f1e8f5c86aeebb1478577f1d2","ec-person-5215bd372c5a1202399d77ecceb8c16de8d7d55c"]}} -{"id":"ec-meeting-2021-09-22-246d20ef06d691d1fd8e562845e85ee15971e947","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-22 - Research and Innovation x Helmholtz-Gemeinschaft Deutscher Forschungszentren e.V."],"date":["2021-09-22"],"summary":["ERA"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-rtd"],"involved":["ec-person-1d348f33395de0ea6773a7b4ae8797e3e0392f73","eu-tr-73792436593-97"]}} -{"id":"ec-meeting-2021-09-22-2c0244568be3de905371b47054fb068c4f26a30a","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2021-09-22 - Cabinet of Commissioner Thierry Breton x European Center for Constitutional and Human Rights"],"date":["2021-09-22"],"summary":["Sustainable Corporate Governance"],"notes":["Portfolio: Internal Market"],"location":["Videoconference","videoconference"],"address":["Videoconference","videoconference"],"addressEntity":["addr-92b2fbb928e012810d80d9ef1abe12027beee200","addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-4d83416435f81b1f1e8f5c86aeebb1478577f1d2","ec-person-5215bd372c5a1202399d77ecceb8c16de8d7d55c","eu-tr-853889944167-66"]}} -{"id":"ec-meeting-2021-09-22-2e430ba5992d4eca2b8a6feabce6d81cb0d5a51f","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2021-09-22 - Cabinet of Commissioner Thierry Breton x Friends of the Earth Europe"],"date":["2021-09-22"],"summary":["Sustainable Corporate Governance"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-9825553393-31","ec-person-4d83416435f81b1f1e8f5c86aeebb1478577f1d2","ec-person-5215bd372c5a1202399d77ecceb8c16de8d7d55c"]}} -{"id":"ec-meeting-2021-09-22-4b2671d47e398c263e624323d1ddd82e43f5b5be","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2021-09-22 - Cabinet of Commissioner Thierry Breton x Anti-Slavery International"],"date":["2021-09-22"],"summary":["Sustainable Corporate Governance"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-4d83416435f81b1f1e8f5c86aeebb1478577f1d2","ec-person-5215bd372c5a1202399d77ecceb8c16de8d7d55c","eu-tr-464644816865-02"]}} -{"id":"ec-meeting-2021-09-22-4ebbc932cc3c983a7e59349cfd67bb43061a1e52","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-22 - Cabinet of Commissioner Nicolas Schmit x Friends of Europe"],"date":["2021-09-22"],"summary":["Meeting to discuss Commissioner Schmit's participation at the Friends of Europe's event “Entrepreneurship and skills for a fair, green and digital recovery\"."],"notes":["Portfolio: Jobs and Social Rights"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-66fa2c2d100ec194caa42b5c6f97c36e2748b71c","ec-person-4cf4655ab41922e92160325d987a3c4615c72d30","eu-tr-99436366768-45"]}} -{"id":"ec-meeting-2021-09-22-51a7c25964f35e807e5411cb5b12b902ab7d9b0c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-22 - Cabinet of President Ursula von der Leyen x Telefonica, S.A."],"date":["2021-09-22"],"summary":["-\tEU Industrial Strategy and the acceleration of the digital transition\r\n-\tIndustrial Policy vs Competition Policy and sectoral regulation"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-7019713e72781afb1f3b19032c4752a314b78180","eu-tr-52431421-12"]}} -{"id":"ec-meeting-2021-09-22-6d51227ecde0a95ce37fea5efce250ee86a88590","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-22 - Cabinet of Commissioner Kadri Simson x European Solar Thermal Electricity Association European Geothermal Energy Council EUREC- The association of European Renewable Energy Research Centres Bioenergy Europe Ocean Energy Europe"],"date":["2021-09-22"],"summary":["Draft Climate, Energy and Environmental State aid Guidelines."],"notes":["Portfolio: Energy"],"location":["Video Conferencing"],"address":["Video Conferencing"],"addressEntity":["addr-e3b7413b2ac93be00b6bcff51fdc1374d67118bd"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["ec-person-9b7f5fe059e5b0b40e79e9170211aa2f02322fdb","eu-tr-11458103335-07","eu-tr-8156981516-21","eu-tr-264048311507-68","ec-person-ba3b83676ad38094e71b64b644f3e3d2c61b8182","eu-tr-97810874431-67","eu-tr-347776811076-78"]}} -{"id":"ec-meeting-2021-09-22-7738b442ab465a548b296bb7137ceddb3e71c350","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-22 - Cabinet of Executive Vice-President Margrethe Vestager x Open Fiber"],"date":["2021-09-22"],"summary":["Issues within the competition portfolio"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-bb1f295d8be3d10004d7e5fd7c24248a21215775","eu-tr-965428625484-18"]}} -{"id":"ec-meeting-2021-09-22-78d548de6aefa359b525937db738be892d7e31ca","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2021-09-22 - Cabinet of Commissioner Thierry Breton x Global Witness"],"date":["2021-09-22"],"summary":["Sustainable Corporate Governance"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-4d83416435f81b1f1e8f5c86aeebb1478577f1d2","ec-person-5215bd372c5a1202399d77ecceb8c16de8d7d55c","eu-tr-10439809375-73"]}} -{"id":"ec-meeting-2021-09-22-93f5546a4f4f6df7115ed3a0ccb341adb409d165","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-22 - Cabinet of Commissioner Johannes Hahn x DZ BANK AG"],"date":["2021-09-22"],"summary":["Exchange of views on the prospects for European economic recovery, NextGenerationEU, New Own Resources"],"notes":["Portfolio: Budget and Administration"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-hahn-johannes-of"],"involved":["ec-person-6dd3472dac004e43ec1fa4f5b4106e3b476c9ce7","ec-person-2c80606be696f31ebe1aa5792ddd7736e4674226","eu-tr-805055331148-04"]}} -{"id":"ec-meeting-2021-09-22-94cc8026230b5aaf7a0cbeb06ebfb98f4fe2112e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-22 - Cabinet of Executive Vice-President Frans Timmermans x Scientists for Future"],"date":["2021-09-22"],"summary":["Discussion on the next steps of the common agricultural policy"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-130583737816-56","ec-person-33624431cbec1074e151c1707715ef46d2ba9565"]}} -{"id":"ec-meeting-2021-09-22-a101656eb0527ce5c561b4f4b2a27818ea6953c9","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2021-09-22 - Cabinet of Commissioner Thierry Breton x Clean Clothes Campaign / Stichting Schone Kleren Kampagne"],"date":["2021-09-22"],"summary":["Sustainable Corporate Governance"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-5215bd372c5a1202399d77ecceb8c16de8d7d55c","ec-person-4d83416435f81b1f1e8f5c86aeebb1478577f1d2","eu-tr-714466824568-72"]}} -{"id":"ec-meeting-2021-09-22-a73f5fbca15698bc0b20b35395df7c716ebc2f07","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-22 - Recovery and Resilience Task force x Cercle des Réseaux européens"],"date":["2021-09-22"],"summary":["RRF"],"location":["online"],"address":["online"],"addressEntity":["addr-2dbc2fd2358e1ea1b7a6bc08ea647b9a337ac92d"],"organizer":["ec-dg-recover"],"involved":["eu-tr-212885415901-57","ec-person-18a05dadca8a2b91216adc689b6323c7b55df0d9"]}} -{"id":"ec-meeting-2021-09-22-a9465f33be734f8432aec553760b16b75946dc0b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-22 - Cabinet of President Ursula von der Leyen x Meta Platforms Ireland Limited and its various subsidiaries (f/k/a Facebook Ireland Limited)"],"date":["2021-09-22"],"summary":["Digital issues"],"notes":["Portfolio: President"],"location":["Brussels (WEBEX)"],"address":["Brussels (WEBEX)"],"addressEntity":["addr-3afbdeda01f3dac93a9dc841fdac57d9de27b869"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-7019713e72781afb1f3b19032c4752a314b78180","eu-tr-28666427835-74"]}} -{"id":"ec-meeting-2021-09-22-bca3eb6bc77dd3d8da42e7eef43a9ca66004b0f7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-22 - Communications Networks, Content and Technology x TIM S.p.A."],"date":["2021-09-22"],"summary":["EU Telecom policies"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-dg-connect"],"involved":["eu-tr-078655018381-34","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2021-09-22-c22c2b236b5091b8242055e16e32921d9e27ec74","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-22 - Research and Innovation x Breakthrough Energy Catalyst Foundation"],"date":["2021-09-22"],"summary":["Collaboration between Breakthrough Energy and the EC"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-rtd"],"involved":["ec-person-1d348f33395de0ea6773a7b4ae8797e3e0392f73","eu-tr-424103441763-49"]}} -{"id":"ec-meeting-2021-09-22-ca59326e265b10111c21a5ae435c9a204bef171a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-22 - Environment x AMISA2"],"date":["2021-09-22"],"summary":["guest speaker and discussion on the topic \"The well-being economy - good for your economic growth?\""],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-env"],"involved":["ec-person-f9559d68da38935569ff0be1cadd90e05f0454bd","eu-tr-646699114665-12"]}} -{"id":"ec-meeting-2021-09-22-cc6fa5d4f498b111d5fdd024117cbad55b14cde8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-22 - Cabinet of Commissioner Stella Kyriakides x Scientists for Future"],"date":["2021-09-22"],"summary":["VTC meeting - Common Agricultural Policy"],"notes":["Portfolio: Health"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-kyriakides-of-stella"],"involved":["ec-person-ba73927c33000184cab3f41a76e1b32fe7d7eda8","eu-tr-130583737816-56"]}} -{"id":"ec-meeting-2021-09-22-cd91206c1fa1f83c44548ad496920919ae714559","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-22 - Cabinet of Commissioner Thierry Breton x Fertilizers Europe"],"date":["2021-09-22"],"summary":["Fertilizer industry"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-6308dea893b9b1ca0dcd5b91b4a1ac4c2f3020ad","eu-tr-80788715017-29"]}} -{"id":"ec-meeting-2021-09-22-d10f1afdb13a4e56e8d9811afefe4f5d3d9cda3e","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2021-09-22 - Cabinet of Commissioner Thierry Breton x ClientEarth AISBL"],"date":["2021-09-22"],"summary":["Sustainable Corporate Governance"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-4d83416435f81b1f1e8f5c86aeebb1478577f1d2","ec-person-5215bd372c5a1202399d77ecceb8c16de8d7d55c","eu-tr-96645517357-19"]}} -{"id":"ec-meeting-2021-09-22-d1f67ad4ffad3683c478f89dbbfe27a5a0896afa","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2021-09-22 - Cabinet of Commissioner Thierry Breton x Association Sherpa"],"date":["2021-09-22"],"summary":["Sustainable Corporate Governance"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-4d83416435f81b1f1e8f5c86aeebb1478577f1d2","ec-person-5215bd372c5a1202399d77ecceb8c16de8d7d55c","eu-tr-316884541044-28"]}} -{"id":"ec-meeting-2021-09-22-dcc57e5a9fe307fccb897e05b80ff429103cb2ee","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-22 - Cabinet of Commissioner Nicolas Schmit x CSR Europe, The Business Network for Corporate Social Responsibility"],"date":["2021-09-22"],"summary":["Meeting to prepare Commissioner Schmit intervention at the CSR European Sustainable Development Goals Summit “Creating a future-proof and inclusive work”."],"notes":["Portfolio: Jobs and Social Rights"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-66fa2c2d100ec194caa42b5c6f97c36e2748b71c","eu-tr-56502415122-32","ec-person-4cf4655ab41922e92160325d987a3c4615c72d30"]}} -{"id":"ec-meeting-2021-09-22-e1b511394c7489a03abcf87878ebf7885e241804","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-22 - Cabinet of Commissioner Janusz Wojciechowski x Związek Pracodawców Business & Science Poland"],"date":["2021-09-22"],"summary":["Meeting with Members of BSP"],"notes":["Portfolio: Agriculture"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["eu-tr-548212735276-89","ec-person-625f8b4379f79adee4f15c6a0417a96bb5a5a403"]}} -{"id":"ec-meeting-2021-09-22-e1c2510411c81de88328bacda818ee274ecaa916","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2021-09-22 - Cabinet of Commissioner Thierry Breton x International Federation for Human Rights"],"date":["2021-09-22"],"summary":["Sustainable Corporate Governance"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-97628146980-33","ec-person-4d83416435f81b1f1e8f5c86aeebb1478577f1d2","ec-person-5215bd372c5a1202399d77ecceb8c16de8d7d55c"]}} -{"id":"ec-meeting-2021-09-22-f8ba6f492a7b332c7f32d344cb6d06507809d191","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-22 - Cabinet of Commissioner Paolo Gentiloni x The ONE Campaign"],"date":["2021-09-22"],"summary":["SDR recycling"],"notes":["Portfolio: Economy"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-cabinet-commissioner-gentiloni-of-paolo"],"involved":["eu-tr-26098317349-65","ec-person-5afc11966577af0bcf6f99488769b1eba37e3577","ec-person-6168eb3d5d9bc71f9dc22fb6f75f77fa485ec252"]}} -{"id":"ec-meeting-2021-09-23-073577cbe2c1ab4bf0c5b569db82674371e32e28","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-23 - Cabinet of Commissioner Virginijus Sinkevičius x Microsoft Corporation"],"date":["2021-09-23"],"summary":["Exchange of views on the initiatives under the European Green Deal, in particular in the areas of circular economy, zero pollution and sustainable finance."],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["eu-tr-0801162959-21","ec-person-dd7a7b1952e158f4195d34cff333ec79a4f48ba3","ec-person-a58f1d06f5cb1d8dfd278e0c36d5aa1b9368b270"]}} -{"id":"ec-meeting-2021-09-23-0e3a8efc81cac71b85999dd5b2d606e1a0465662","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-23 - Cabinet of Executive Vice-President Margrethe Vestager x Telefonica, S.A."],"date":["2021-09-23"],"summary":["Issues within the competition portfolio"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-52431421-12","ec-person-bb1f295d8be3d10004d7e5fd7c24248a21215775","ec-person-8b6db5c3c4611618ade59c6d0dadc21c962f0ee7","ec-person-73fb1ddd279f8c6697a055567a2c09606006b875"]}} -{"id":"ec-meeting-2021-09-23-11126cc3c9ca3b5b072372ccc718ef1b01a19694","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-23 - Cabinet of Executive Vice-President Frans Timmermans x Young European Leadership"],"date":["2021-09-23"],"summary":["Meeting on the European Green Deal"],"notes":["Portfolio: European Green Deal"],"location":["Brussels (videoconference)"],"address":["Brussels (videoconference)"],"addressEntity":["addr-843ddf9d3c6977cd8d56db6bb2154f8415263e26"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce","eu-tr-416740040270-21"]}} -{"id":"ec-meeting-2021-09-23-2bbf0ceec87721111b7dab49441d687eacdec8e7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-23 - Cabinet of Commissioner Elisa Ferreira x Agence de développement et d'innovation de Mayotte ARCTURUS GROUP"],"date":["2021-09-23"],"summary":["The challenges and opportunities that this outermost region of the EU represents in the fields of sustainability, cohesion related topics, energy, development and innovation, etc."],"notes":["Portfolio: Cohesion and Reforms"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-elisa-ferreira-of"],"involved":["eu-tr-651194244169-15","eu-tr-34100356706-23","ec-person-884d261ef161b119c9fc64f7a0514dc014ca2bd7","ec-person-1c49c531eceae287dd4a56ac52e8326c65fc2855"]}} -{"id":"ec-meeting-2021-09-23-34ffe32972adc77148084b082864aa25ff9e609c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-23 - Cabinet of Commissioner Thierry Breton x Infineon Technologies AG Robert Bosch GmbH NXP Semiconductors Netherlands B.V."],"date":["2021-09-23"],"summary":["Semiconductors"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-10751968675-85","ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","eu-tr-898711618618-45","eu-tr-8999533555-91","ec-person-b077a2e9f0fdb3b8f6e91d0bd0b256db9e40ce46"]}} -{"id":"ec-meeting-2021-09-23-5f9ec18f0c85f37c24b025a3c84d813b95423008","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-23 - Cabinet of Executive Vice-President Margrethe Vestager x Indra"],"date":["2021-09-23"],"summary":["EU defence"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-208351410839-33","ec-person-11d97788772862bb34f51dd26d7f92603eac1bf8","ec-person-8b6db5c3c4611618ade59c6d0dadc21c962f0ee7"]}} -{"id":"ec-meeting-2021-09-23-75ce2c6b89c48c7f499b4917deae9fae41e4fd83","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-23 - Cabinet of Commissioner Nicolas Schmit x Global Witness"],"date":["2021-09-23"],"summary":["proposal on sustainable corporate governance"],"notes":["Portfolio: Jobs and Social Rights"],"location":["online"],"address":["online"],"addressEntity":["addr-2dbc2fd2358e1ea1b7a6bc08ea647b9a337ac92d"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["eu-tr-10439809375-73","ec-person-15afa0e4cf7c5272c826dda163350404ebbccdc3"]}} -{"id":"ec-meeting-2021-09-23-7d7fc4fb346f7922e5f6b15dac6fdb40d990d8d4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-23 - Cabinet of Commissioner Thierry Breton x Zentralverband des Deutschen Handwerks e.V."],"date":["2021-09-23"],"summary":["SMEs, Sustainable Corporate Governance, data access and standardisation"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-5215bd372c5a1202399d77ecceb8c16de8d7d55c","eu-tr-5189667783-94"]}} -{"id":"ec-meeting-2021-09-23-80d6f2b503bd95aea33b439ded6b4abcad51aac2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-23 - Cabinet of Vice-President Margaritis Schinas x Telefonica, S.A."],"date":["2021-09-23"],"summary":["current security union issues"],"notes":["Portfolio: Promoting the European Way of Life"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-margaritis-of-president-schinas-vice"],"involved":["eu-tr-52431421-12","ec-person-c8d1d7f3012c344bc60630eb456865390bddc7c5"]}} -{"id":"ec-meeting-2021-09-23-b8668e07673c90a13c002b338836c4d71e49f366","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-23 - Cabinet of Commissioner Thierry Breton x Indra"],"date":["2021-09-23"],"summary":["Industrial Policy"],"notes":["Portfolio: Internal Market"],"location":["Commissioner's meeting room"],"address":["Commissioner's meeting room"],"addressEntity":["addr-2290723133f54308c2b8d1c62a38342713499950"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-208351410839-33","ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","ec-person-b077a2e9f0fdb3b8f6e91d0bd0b256db9e40ce46"]}} -{"id":"ec-meeting-2021-09-23-d25c5e2fee1040fd678940179a2dcb6f96834b79","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-23 - Cabinet of Commissioner Thierry Breton x Telefonica, S.A."],"date":["2021-09-23"],"summary":["Contribution of telecoms to the Digital Decade"],"notes":["Portfolio: Internal Market"],"location":["Bruxelles"],"address":["Bruxelles"],"addressEntity":["addr-b58f5927b66d94a676970dc048485d4c6848f272"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-52431421-12","ec-person-4d83416435f81b1f1e8f5c86aeebb1478577f1d2"]}} -{"id":"ec-meeting-2021-09-23-da78ba21991183cf43ecc931f66168005b822b8e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-23 - Cabinet of Executive Vice-President Valdis Dombrovskis x None"],"date":["2021-09-23"],"summary":["Economic recovery; Situation of the EU financial sector; sustainable finance"],"notes":["Portfolio: An Economy that Works for People"],"location":["video conference"],"address":["video conference"],"addressEntity":["addr-6dc12e3c97077db82f32184f24341ce370a445fd"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["eu-tr-12112965774-95","eu-tr-35147251117-11","eu-tr-27636291880-60","eu-tr-483974815034-52","ec-person-9e7bd1005456277f156b671d1555c6a460fb2f58","eu-tr-271912611231-56","eu-tr-290136415264-17","eu-tr-799142914971-03","eu-tr-36423781099-10","eu-tr-090350412968-04","eu-tr-78787381113-69","eu-tr-365453815252-29","eu-tr-600525713796-88"]}} -{"id":"ec-meeting-2021-09-23-e73092692ba16df49fa9e81de45d02dfe1b1bc17","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-23 - Budget x JPMorgan Chase & Co."],"date":["2021-09-23"],"summary":["NGEU financing programme"],"location":["webex"],"address":["webex"],"addressEntity":["addr-a37f437ef502701df6cd547f0ec20f9f6c19464e"],"organizer":["ec-dg-budg"],"involved":["ec-person-39635b893026833f739fe623fe7e9d5a97525e7a","eu-tr-9171899949-17"]}} -{"id":"ec-meeting-2021-09-23-f43b3510f21df340a4bcee68a0a6bcd7246081ff","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-23 - Cabinet of Commissioner Adina Vălean x American Airlines, Inc."],"date":["2021-09-23"],"summary":["Meeting to discuss the state of play of travel."],"notes":["Portfolio: Transport"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["eu-tr-033771936252-89","ec-person-7f9ba99138b4fa5c698037dc7507219b1319e0a7"]}} -{"id":"ec-meeting-2021-09-23-fbdfc92d99605d4221b84f5edf18ff137f63aef8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-23 - Cabinet of Commissioner Thierry Breton x Apple Inc."],"date":["2021-09-23"],"summary":["DMA"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-4d83416435f81b1f1e8f5c86aeebb1478577f1d2","eu-tr-588327811384-96"]}} -{"id":"ec-meeting-2021-09-24-0ccf1b2dc4162acda659ac2ffbcfb50b6bdac131","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-24 - Cabinet of Executive Vice-President Frans Timmermans x Agora Energiewende"],"date":["2021-09-24"],"summary":["Hydrogen and gas sector decarbonisation package"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-d53e00c46a4cc62bbf533e0c9bb35bacb9121989","eu-tr-321342621105-20"]}} -{"id":"ec-meeting-2021-09-24-1243893b2da51101717168ac3260482a22f379fb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-24 - Cabinet of President Ursula von der Leyen x Bill & Melinda Gates Foundation"],"date":["2021-09-24"],"summary":["EU/US Agenda for Beating the Global Pandemic: Vaccinating the World, Saving Lives Now, and Building Back Better Health Security"],"notes":["Portfolio: President"],"location":["Brussels (VC)"],"address":["Brussels (VC)"],"addressEntity":["addr-7a7ab1034ef0b71e62ebf9a322dc5d9528505976"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-f2b941852d3b961d69ed695c2d243a1a2b4a1904","eu-tr-371567915480-41"]}} -{"id":"ec-meeting-2021-09-24-3fe2d77cb42e0fef1d06d501cc9cb68afa484f3e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-24 - Cabinet of Executive Vice-President Margrethe Vestager x BUSINESSEUROPE"],"date":["2021-09-24"],"summary":["EU connectivity strategy"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-3978240953-79","ec-person-eecca27e2a9c3fc0d4bd43564e4960382705feef"]}} -{"id":"ec-meeting-2021-09-24-485553478b3a09d713086a622e8c5bd04b39d56f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-24 - Cabinet of Commissioner Olivér Várhelyi x Stichting RePlanet Nederland Shearwater Global"],"date":["2021-09-24"],"summary":["Taxonomy for Sustainable Finance"],"notes":["Portfolio: Neighbourhood and Enlargement"],"location":["VTC"],"address":["VTC"],"addressEntity":["addr-9d1acaa772820b8ade84113d2da24716fe455be2"],"organizer":["ec-cabinet-commissioner-of-oliver-varhelyi"],"involved":["ec-person-2fcfc3fdc664560a55719a48721ad8a958e431da","eu-tr-766505844253-83","eu-tr-207783440380-27"]}} -{"id":"ec-meeting-2021-09-24-9f0e7f76ee68c4e0ff185853a9b810df6b01ece6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-24 - Cabinet of Executive Vice-President Frans Timmermans x KAYRROS Cabinet d'avocats SAMMAN"],"date":["2021-09-24"],"summary":["Methane regulation and satellite emission monitoring technologies"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-472030121036-71","ec-person-d53e00c46a4cc62bbf533e0c9bb35bacb9121989","eu-tr-893435642471-27"]}} -{"id":"ec-meeting-2021-09-24-a6660166554f19f45a2b0978bf551e36968ed99c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-24 - Cabinet of President Ursula von der Leyen x Climate Action Network Europe"],"date":["2021-09-24"],"summary":["European Green Deal"],"notes":["Portfolio: President"],"location":["Brussels (Zoom)"],"address":["Brussels (Zoom)"],"addressEntity":["addr-e4bd3d2c76ca1d72b5352e26d781cf528ebb6e76"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-f2b941852d3b961d69ed695c2d243a1a2b4a1904","eu-tr-55888811123-49"]}} -{"id":"ec-meeting-2021-09-24-b74c27924ef250675395f291647d7dab76bfac11","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-24 - Cabinet of Executive Vice-President Frans Timmermans x Universiteit Utrecht"],"date":["2021-09-24"],"summary":["Speech on the European Green Deal"],"notes":["Portfolio: European Green Deal"],"location":["Amsterdam"],"address":["Amsterdam"],"addressEntity":["addr-2dce283e0e268a42d62e34467db274c9c38c358f"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce","eu-tr-159194825072-93"]}} -{"id":"ec-meeting-2021-09-24-bc76724432507f077939495118fabec88c480a2c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-24 - Cabinet of Commissioner Janusz Wojciechowski x Comité du commerce des céréales, aliments du bétail, oléagineux, huile d'olive, huiles et graisses et agrofournitures de l'U.E."],"date":["2021-09-24"],"summary":["EU Farm to Fork strategy"],"notes":["Portfolio: Agriculture"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["eu-tr-2050009628-31","ec-person-625f8b4379f79adee4f15c6a0417a96bb5a5a403"]}} -{"id":"ec-meeting-2021-09-24-bf1b03c79dd521e2e6bd3db73175bde44375b1a8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-24 - Cabinet of Executive Vice-President Margrethe Vestager x Verband der Chemischen Industrie e.V."],"date":["2021-09-24"],"summary":["Draft State aid Guidelines on Climate, environmental protection and Energy"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-15423437054-40","ec-person-6b6135249735cff1f3061530471f1e159500c840"]}} -{"id":"ec-meeting-2021-09-24-db88cd1f1a9aa5490f8e56780f3f16a45829f557","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-24 - Cabinet of Executive Vice-President Margrethe Vestager x thyssenkrupp Steel Europe AG"],"date":["2021-09-24"],"summary":["State Aid issues"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-456211534646-58","ec-person-6b6135249735cff1f3061530471f1e159500c840"]}} -{"id":"ec-meeting-2021-09-24-e60ff925cfe9f68179acbefb00f1e24ee868a166","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-24 - Cabinet of Commissioner Mairead Mcguinness x Lloyds Banking Group plc"],"date":["2021-09-24"],"summary":["green transition"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Paris"],"address":["Paris"],"addressEntity":["addr-22390ad11c32faec43fc61555b53607660b3c185"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-2b9c589fb2354bd93067644d2c3d2c058d4c4cc9","ec-person-00f66582d8581f7480e12525027b5a1ee9b22f07","eu-tr-475975638734-73"]}} -{"id":"ec-meeting-2021-09-24-eb27e90b14c0251485cad41a5b6f72ec80addf42","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-24 - Cabinet of Executive Vice-President Frans Timmermans x The Club of Rome"],"date":["2021-09-24"],"summary":["Green recovery and biodiversity considerations"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-806327336072-56","ec-person-8af3c81534786a740718d21dc58240738a53ed7b"]}} -{"id":"ec-meeting-2021-09-24-ed333f18be29e5859fa34d790ae8e0ce55bcf1e8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-24 - Cabinet of Commissioner Nicolas Schmit x Uber Bolt Move EU - The European Association of On-Demand Mobility FREE NOW"],"date":["2021-09-24"],"summary":["conditions of people working through platforms"],"notes":["Portfolio: Jobs and Social Rights"],"location":["webex"],"address":["webex"],"addressEntity":["addr-a37f437ef502701df6cd547f0ec20f9f6c19464e"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["eu-tr-995377734447-25","ec-person-8eb18b6102d444937bc6af5822a6742812165b48","eu-tr-106050028535-35","eu-tr-002278013515-26","eu-tr-315076940253-42","ec-person-1379f76d0c860e318f68852e1b57aa75454831f8"]}} -{"id":"ec-meeting-2021-09-24-f7c66023b1f4776beadc1a133dc1019e3e4b6986","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-24 - Cabinet of Commissioner Janusz Wojciechowski x Pracownia na Rzecz Wszystkich Istot"],"date":["2021-09-24"],"summary":["EU Forest Strategy / Polish forests"],"notes":["Portfolio: Agriculture"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["ec-person-625f8b4379f79adee4f15c6a0417a96bb5a5a403","ec-person-cafe030b6dad78a75143f7552c420481b30ebceb","eu-tr-712727743098-51"]}} -{"id":"ec-meeting-2021-09-27-0754d755209c4b70d9823874f4f6211e42a6172f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-27 - Cabinet of Executive Vice-President Frans Timmermans x Ecopreneur.eu"],"date":["2021-09-27"],"summary":["Implementation of the Circular Economy Action Plan"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-495144126378-48","ec-person-8af3c81534786a740718d21dc58240738a53ed7b"]}} -{"id":"ec-meeting-2021-09-27-2afcef2b1140c1c84d96057698200ea2cd13af68","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-27 - Cabinet of Executive Vice-President Frans Timmermans x Stichting European Climate Foundation International Trade Union Confederation BUSINESSEUROPE"],"date":["2021-09-27"],"summary":["Just Transition and industrial competitiveness"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-7c876f4825f213b8adbedf089ccedfbc3b36d65b","eu-tr-64869491516-70","eu-tr-51806831589-68","eu-tr-3978240953-79"]}} -{"id":"ec-meeting-2021-09-27-35c460ada42395b31e2b958cdfa549d090177189","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-27 - Cabinet of Commissioner Stella Kyriakides x Suomen itsenäisyyden juhlarahasto"],"date":["2021-09-27"],"summary":["VTC Meeting - European Health Data Space"],"notes":["Portfolio: Health"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-kyriakides-of-stella"],"involved":["ec-person-ba73927c33000184cab3f41a76e1b32fe7d7eda8","ec-person-8c3c9f5f3b2f84138bb6ab73180e2eff94b88ec8","eu-tr-582824527068-76"]}} -{"id":"ec-meeting-2021-09-27-35e53e1646db55526546a8e8556334ac99cf873e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-27 - Cabinet of Commissioner Mairead Mcguinness x Bourse de Luxembourg"],"date":["2021-09-27"],"summary":["sustainable Finance s Initiatives"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Video Conferencing"],"address":["Video Conferencing"],"addressEntity":["addr-e3b7413b2ac93be00b6bcff51fdc1374d67118bd"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-2b9c589fb2354bd93067644d2c3d2c058d4c4cc9","eu-tr-272733624418-18"]}} -{"id":"ec-meeting-2021-09-27-3659ae7864bec8d781a412d4b7e80ce214b9370e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-27 - Climate Action x EDP - Energias de Portugal, SA"],"date":["2021-09-27"],"summary":["Renewable Energy Systems"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-clima"],"involved":["ec-person-9c5c685692a09a77f2bc8ae9c05663b87cd75aae","eu-tr-56592866496-47"]}} -{"id":"ec-meeting-2021-09-27-41b95ee5862a5ecc67f0ca461a11e6ff96210023","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-27 - Cabinet of Commissioner Kadri Simson x Verband der Automobilindustrie"],"date":["2021-09-27"],"summary":["VDA Position Paper \"Fit for 55\" and info study regarding the effects of electromobility on employment in Germany."],"notes":["Portfolio: Energy"],"location":["Video Conferencing"],"address":["Video Conferencing"],"addressEntity":["addr-e3b7413b2ac93be00b6bcff51fdc1374d67118bd"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["ec-person-f47a082bc2455a660c3b2ae348f0024736672752","ec-person-9b7f5fe059e5b0b40e79e9170211aa2f02322fdb","eu-tr-95574664768-90"]}} -{"id":"ec-meeting-2021-09-27-41fb3e702e771d7b7a1c0e129ad3224672fd2482","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-27 - Cabinet of Commissioner Mairead Mcguinness x The Alternative Investment Management Association Limited Association of Corporate Counsel"],"date":["2021-09-27"],"summary":["AIFMD"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Video Conferencing"],"address":["Video Conferencing"],"addressEntity":["addr-e3b7413b2ac93be00b6bcff51fdc1374d67118bd"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-2b9c589fb2354bd93067644d2c3d2c058d4c4cc9","ec-person-0ba9b89127b39af6a66f2fc3ed727332f1b19a34","eu-tr-418738126896-77","eu-tr-232566516087-90"]}} -{"id":"ec-meeting-2021-09-27-46f21200b72e5c80ad42a38a60285a2b99423c85","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-27 - Mobility and Transport x Advisory Council for Aviation Research and Innovation in Europe"],"date":["2021-09-27"],"summary":["sustainable aviation"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-move"],"involved":["ec-person-26cdfacae671b09917bee1a91c91973941fa58a2","eu-tr-593578344195-77"]}} -{"id":"ec-meeting-2021-09-27-4d98768a086c0ba420df7e1ca3fca3f692d0b2f7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-27 - Cabinet of Executive Vice-President Frans Timmermans x The Wallenberg Foundations AB"],"date":["2021-09-27"],"summary":["Speech on the European Green Deal at SEB Nordic CEO Conference"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-248751637333-26","ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce"]}} -{"id":"ec-meeting-2021-09-27-50fa5ff396e6793211ae1e5bc77d51e52bb24874","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-27 - Cabinet of Commissioner Nicolas Schmit x EUROPEAN TRADE UNION CONFEDERATION"],"date":["2021-09-27"],"summary":["Meeting on the ALMA (Aim, Learn, Master, Achieve) initiative."],"notes":["Portfolio: Jobs and Social Rights"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-66fa2c2d100ec194caa42b5c6f97c36e2748b71c","ec-person-4cf4655ab41922e92160325d987a3c4615c72d30","eu-tr-06698681039-26"]}} -{"id":"ec-meeting-2021-09-27-5200a0d67b02d97dda70bf7c3b36dd595655ce0f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-27 - Education, Youth, Sport and Culture x Goethe-Institut e.V."],"date":["2021-09-27"],"summary":["To present the Goethe-Institut’s current initiatives and approaches regarding culture and education as well as their potential under Creative Europe and Horizon Europe’s new funding lines."],"location":["EAC DG Premises"],"address":["EAC DG Premises"],"addressEntity":["addr-9a79c0d33d3b4757d74660056dab33ad18a33d38"],"organizer":["ec-dg-eac"],"involved":["ec-person-68d4f99b9ed1b40d86ebbf81f8f35aeebd6c5fc5","eu-tr-45963658079-77"]}} -{"id":"ec-meeting-2021-09-27-523becff6cfa96965625f06b6110df4caad86f7a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-27 - Cabinet of Commissioner Johannes Hahn x OMV Aktiengesellschaft"],"date":["2021-09-27"],"summary":["Current economic developments. Green transition."],"notes":["Portfolio: Budget and Administration"],"location":["Vienna, Austria"],"address":["Vienna, Austria"],"addressEntity":["addr-090be3f54cd0f162a77bddc433046b64f0b14a71"],"organizer":["ec-cabinet-commissioner-hahn-johannes-of"],"involved":["ec-person-6dd3472dac004e43ec1fa4f5b4106e3b476c9ce7","eu-tr-94274031992-65"]}} -{"id":"ec-meeting-2021-09-27-673052dda780209113c22d3cc8fefe9061407139","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-27 - Cabinet of Commissioner Mariya Gabriel x McGraw-Hill Interamericana de España, S.L.U."],"date":["2021-09-27"],"summary":["Support to the EU initiatives"],"notes":["Portfolio: Innovation and Youth"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["ec-person-1674399a793e9e6fd7cf55b525515fc862fc9351","eu-tr-102753544161-89"]}} -{"id":"ec-meeting-2021-09-27-8922d1672034c84becaa71b02da8244bcb27dfcc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-27 - Financial Stability, Financial Services and Capital Markets Union x Deutsches Aktieninstitut"],"date":["2021-09-27"],"summary":["Non-financial reporting/CSDR rules"],"location":["Virtual meeting"],"address":["Virtual meeting"],"addressEntity":["addr-1f1f3f51a4da31a1ea5c1b4b21cbf52ad983224f"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-38064081304-25","ec-person-1fce211249673c35ee07a801ddee77ab24af8d54"]}} -{"id":"ec-meeting-2021-09-27-999d277b9883dbc9fd57accf8c8a63f8e4a551f1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-27 - Cabinet of Commissioner Nicolas Schmit x European Youth Forum"],"date":["2021-09-27"],"summary":["Meeting on youth."],"notes":["Portfolio: Jobs and Social Rights"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-66fa2c2d100ec194caa42b5c6f97c36e2748b71c","ec-person-4cf4655ab41922e92160325d987a3c4615c72d30","eu-tr-43251547769-22"]}} -{"id":"ec-meeting-2021-09-27-9c5090dd9111611169a94cea282e95e6b8a7e161","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-27 - Cabinet of Executive Vice-President Valdis Dombrovskis x Airbus"],"date":["2021-09-27"],"summary":["Large Civil Aircraft agreement; Developments in aircraft market"],"notes":["Portfolio: An Economy that Works for People"],"location":["Washington, D.C."],"address":["Washington, D.C."],"addressEntity":["addr-66829a57dbaae06f389dadc43f39540e8693c821"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["eu-tr-2732167674-76","ec-person-9e7bd1005456277f156b671d1555c6a460fb2f58"]}} -{"id":"ec-meeting-2021-09-27-9ced7abfef1fc10e728309b555eef8ab1b357f5d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-27 - Cabinet of Commissioner Thierry Breton x Confederation of Swedish Enterprise"],"date":["2021-09-27"],"summary":["Industrial ecosystems"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-39912257528-48","ec-person-6308dea893b9b1ca0dcd5b91b4a1ac4c2f3020ad"]}} -{"id":"ec-meeting-2021-09-27-e50d24976655bb588a19d4c316f64dbf8171e612","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-27 - Cabinet of Commissioner Didier Reynders x European Tech Alliance"],"date":["2021-09-27"],"summary":["DSA & GPSD"],"notes":["Portfolio: Justice"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-didier-of-reynders"],"involved":["ec-person-1e25399e2267734c5f4c69093d2286c8898ee9f0","eu-tr-189607519323-76"]}} -{"id":"ec-meeting-2021-09-27-ee11bc954ec857ca1bfeccfd8b13dfaebb10d0d4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-27 - Cabinet of Executive Vice-President Margrethe Vestager x OVH Groupe"],"date":["2021-09-27"],"summary":["Presentation of the company, Data Governance Act, Data Services Act, Data Act, Gaia-X"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-281155638075-51","ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0"]}} -{"id":"ec-meeting-2021-09-28-033dede08bce78716d0420031e2cccaa89bf112a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-28 - Cabinet of Executive Vice-President Margrethe Vestager x European Insulation Manufacturers Association"],"date":["2021-09-28"],"summary":["Draft State aid Guidelines on Climate, environmental protection and Energy"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-6b6135249735cff1f3061530471f1e159500c840","eu-tr-98345631631-22"]}} -{"id":"ec-meeting-2021-09-28-0be368e4686cec081238837977d28df01db3fa4d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-28 - Cabinet of Commissioner Jutta Urpilainen x Fortum Oyj"],"date":["2021-09-28"],"summary":["decarbonisation, taxonomy"],"notes":["Portfolio: International Partnerships"],"location":["videoconference"],"address":["videoconference"],"addressEntity":["addr-92b2fbb928e012810d80d9ef1abe12027beee200"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["eu-tr-03501997362-71","ec-person-9788b5f9ccd101dc091867a4496a5735ee7151d9"]}} -{"id":"ec-meeting-2021-09-28-18cc6de9919b9b345a4ae70c5c9fc23822878585","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-28 - Climate Action x Orange"],"date":["2021-09-28"],"summary":["Fit for 55 Package and telecommunication sector"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-clima"],"involved":["ec-person-9c5c685692a09a77f2bc8ae9c05663b87cd75aae","eu-tr-76704342721-41"]}} -{"id":"ec-meeting-2021-09-28-1d1cecba62551d889f5a73065abecced59138e1f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-28 - Cabinet of Executive Vice-President Frans Timmermans x Aedes vereniging van woningcorporaties"],"date":["2021-09-28"],"summary":["Speech on the European Green Deal at Eindcongres Lente-akkoord"],"notes":["Portfolio: European Green Deal"],"location":["Brussels (videoconference)"],"address":["Brussels (videoconference)"],"addressEntity":["addr-843ddf9d3c6977cd8d56db6bb2154f8415263e26"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-65780747925-05","ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce"]}} -{"id":"ec-meeting-2021-09-28-30e18d0ab53b25ce19473eaa8e4460e615c20434","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-28 - Cabinet of Commissioner Stella Kyriakides x The Good Food Institute Europe (Belgium)"],"date":["2021-09-28"],"summary":["VTC Meeting - Exchange of views on how to make our food system more sustainable in line with the Farm to Fork ambition"],"notes":["Portfolio: Health"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-kyriakides-of-stella"],"involved":["ec-person-ecf9f9e978b833afc98ee022572d468f0dc9a352","ec-person-ba73927c33000184cab3f41a76e1b32fe7d7eda8","eu-tr-542451235684-35"]}} -{"id":"ec-meeting-2021-09-28-36cad87908b432517283b39f375bdb71fdb181ff","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-28 - Cabinet of Commissioner Adina Vălean x Airbus"],"date":["2021-09-28"],"summary":["Meeting to discuss the latest developments of the aviation sector."],"notes":["Portfolio: Transport"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["ec-person-7f9ba99138b4fa5c698037dc7507219b1319e0a7","eu-tr-2732167674-76","ec-person-cc0354fbf386eb83f57c00ad5240f1dddeeabab4"]}} -{"id":"ec-meeting-2021-09-28-42b725c8ff5fc6cd19497cabeb23700f882765de","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-28 - Cabinet of Commissioner Helena Dalli x Chamber of Commerce of the United States of America"],"date":["2021-09-28"],"summary":["Ms Helena Dalli participates as a speaker alongside French Minister for Equality, Ms. Élisabeth Moreno, at an event organized by the American Chamber of Commerce"],"notes":["Portfolio: Equality"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-commissioner-dalli-helena-of"],"involved":["eu-tr-483024821178-51","ec-person-d0b568d53468fcd3dfeeaddbd07343b5b065914d"]}} -{"id":"ec-meeting-2021-09-28-4c5f576e6be4be41909ab59775fe2b7f4e3d0d63","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-28 - Cabinet of Commissioner Mairead Mcguinness x European Payment Institutions Federation"],"date":["2021-09-28"],"summary":["General discussion on AML package"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-44c404268b70ce0b79c4e148b5a7c4ae2c53ee30","eu-tr-461826311486-83"]}} -{"id":"ec-meeting-2021-09-28-55b7eb011ac0cd71360e35808cfed9cdd13ff87d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-28 - Financial Stability, Financial Services and Capital Markets Union x Deutsche Bank AG"],"date":["2021-09-28"],"summary":["UK CCPs, CRR"],"location":["Virtual meeting"],"address":["Virtual meeting"],"addressEntity":["addr-1f1f3f51a4da31a1ea5c1b4b21cbf52ad983224f"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-271912611231-56","ec-person-1fce211249673c35ee07a801ddee77ab24af8d54"]}} -{"id":"ec-meeting-2021-09-28-5953812967c466c4700b34271d74f226b9361ecb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-28 - Cabinet of Vice-President Margaritis Schinas x Erasmus Student Network"],"date":["2021-09-28"],"summary":["Presentation on Communicating Europe"],"notes":["Portfolio: Promoting the European Way of Life"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-margaritis-of-president-schinas-vice"],"involved":["ec-person-b59ff7316734021e48aa7e0fd79eeeab36ea2bb4","eu-tr-45445593026-68"]}} -{"id":"ec-meeting-2021-09-28-5c1582677dd64d95f9572bcdeb12e404e02de820","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-28 - Cabinet of Commissioner Mairead Mcguinness x Fortum Oyj"],"date":["2021-09-28"],"summary":["Green Deal and Fit for 55 package"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-a5441c6a69a8a94fd64e02def60fcc6567f2c1d8","eu-tr-03501997362-71","ec-person-1d2f53447b8f2d9bb3f50f7247ad40c2cf8036e4"]}} -{"id":"ec-meeting-2021-09-28-6de621312294e9b03ede5803e71821d2e1be0bfc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-28 - Cabinet of Commissioner Jutta Urpilainen x PLATFORMA"],"date":["2021-09-28"],"summary":["SDGs and Team Europe Initiatives"],"notes":["Portfolio: International Partnerships"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["ec-person-7204caa5e704bc4a911fee13ad5c0f62fd74b3bc","eu-tr-144630225519-73"]}} -{"id":"ec-meeting-2021-09-28-76c04dd166525cfaa1f0dfbd4ca7346bd70edb2f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-28 - Cabinet of Commissioner Thierry Breton x CEMBUREAU - The European Cement Association"],"date":["2021-09-28"],"summary":["Fit for 55, energy prices"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-6308dea893b9b1ca0dcd5b91b4a1ac4c2f3020ad","eu-tr-93987316076-63"]}} -{"id":"ec-meeting-2021-09-28-83e6287f17bbd9350972f6510750c0491021507a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-28 - Cabinet of Commissioner Nicolas Schmit x FEDIL - The Voice of Luxembourg's Industry"],"date":["2021-09-28"],"summary":["Fit for 55 Package and the Revision of the EU Emissions Trading System (ETS)"],"notes":["Portfolio: Jobs and Social Rights"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-4cf4655ab41922e92160325d987a3c4615c72d30","ec-person-1379f76d0c860e318f68852e1b57aa75454831f8","eu-tr-286194516022-33","ec-person-935314e38d735654cae8ee61313a3d73439b242d","ec-person-c03b949331dbbe5fa3d5423758e371ec1b9b832f"]}} -{"id":"ec-meeting-2021-09-28-909fc5c769666424d5a9aa25c3e5ddd05c404556","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-28 - Cabinet of Commissioner Mairead Mcguinness x CFA Institute"],"date":["2021-09-28"],"summary":["Diversity in the Financial sector"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Video Conferencing"],"address":["Video Conferencing"],"addressEntity":["addr-e3b7413b2ac93be00b6bcff51fdc1374d67118bd"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-2b9c589fb2354bd93067644d2c3d2c058d4c4cc9","ec-person-0ba9b89127b39af6a66f2fc3ed727332f1b19a34","eu-tr-89854211497-57"]}} -{"id":"ec-meeting-2021-09-28-924ce926384882bec2b6ce34259ded03dc4a6256","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-28 - Cabinet of Commissioner Adina Vălean x ALLRAIL Alliance of Rail New Entrants"],"date":["2021-09-28"],"summary":["Meeting to discuss the latest rail developments."],"notes":["Portfolio: Transport"],"location":["Conference call"],"address":["Conference call"],"addressEntity":["addr-28ba88479582b2f75898964548da4252dc7db7d2"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["ec-person-cc0354fbf386eb83f57c00ad5240f1dddeeabab4","ec-person-6e21d867543ef3b910e746c319cb048abd054702","eu-tr-828617341174-24"]}} -{"id":"ec-meeting-2021-09-28-962f43b9ae5ab84353b896ea2a5e05faa15d44a9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-28 - Cabinet of President Ursula von der Leyen x Huawei Technologies"],"date":["2021-09-28"],"summary":["Digital issues"],"notes":["Portfolio: President"],"location":["Brussels (Teams)"],"address":["Brussels (Teams)"],"addressEntity":["addr-9950cce930e253f44f556bb339d2a1106073cd7b"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-7019713e72781afb1f3b19032c4752a314b78180","eu-tr-114467111412-38"]}} -{"id":"ec-meeting-2021-09-28-96deba18c5f078a053e923dda7f8bea2dc0ff670","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-28 - Cabinet of Executive Vice-President Frans Timmermans x Stichting European Climate Foundation"],"date":["2021-09-28"],"summary":["Discussion with leading architects of the Paris Agreement in 2015 on challenges, opportunities and strategies for the upcoming G20 and COP26 meetings"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-7c876f4825f213b8adbedf089ccedfbc3b36d65b","eu-tr-64869491516-70"]}} -{"id":"ec-meeting-2021-09-28-9c8b475db591e85aaeb76487fe66ecdb31ded607","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-28 - Mobility and Transport x A.P. Møller - Mærsk A/S"],"date":["2021-09-28"],"summary":["Fit for 55"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-move"],"involved":["eu-tr-680443918500-51","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2021-09-28-a13bfd7a767a8d2248a6bd8c0c71402aa1a2da30","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-28 - Cabinet of Executive Vice-President Valdis Dombrovskis x EPPA SA McDermott Will & Emery LLP and its affiliates Celanese Europe B.V."],"date":["2021-09-28"],"summary":["Anti-dumping expiry review R727 Ace-K; introduction to Celanese activities"],"notes":["Portfolio: An Economy that Works for People"],"location":["video-conference"],"address":["video-conference"],"addressEntity":["addr-8736c288a4bc51ee27ef4ed41e652409a37e60d1"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["eu-tr-31367501249-92","ec-person-25f4019e9babab3840cf9d6dbf9cb6994f2104fb","eu-tr-136471418317-25","eu-tr-935827636747-79"]}} -{"id":"ec-meeting-2021-09-28-c0c69c43370ef968cde599b524dda297181b76ff","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-28 - Cabinet of Executive Vice-President Valdis Dombrovskis x Centre for European Policy Studies"],"date":["2021-09-28"],"summary":["Main findings of the CEPS report - Towards a resilient and sustainable post pandemic recovery"],"notes":["Portfolio: An Economy that Works for People"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-7e9813c16d805ee7ebea3ef6444f384bc32abaaa","ec-person-3520008ac93a203db50d106deafde939bc2729f1","eu-tr-206201438220-85","ec-person-95d6ecce9b8f3a7b167d0eac8e270fdce0665ccb","ec-person-7433d96a6e6f46c9f9174db79ec61c387dffa509"]}} -{"id":"ec-meeting-2021-09-28-cf536f565ace56b8c2ece83d5e84ee3b85783653","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-28 - Cabinet of Commissioner Mairead Mcguinness x Wirtschaftskammer Österreich Association Française des Entreprises Privées / French Association of Large Companies Deutsches Aktieninstitut"],"date":["2021-09-28"],"summary":["Investment protection and facilitation."],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Virtual Meeting"],"address":["Virtual Meeting"],"addressEntity":["addr-ed078b6749077909a1a45720507ac2da9277b8b3"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["eu-tr-953933297-85","ec-person-3a66109f0585c657edbe69190faa41919b50e05f","eu-tr-38064081304-25","eu-tr-10405322962-08"]}} -{"id":"ec-meeting-2021-09-28-dd99c3f5c15b67e99becec284440fd7508ae33e7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-28 - Cabinet of Executive Vice-President Margrethe Vestager x EDP - Energias de Portugal, SA"],"date":["2021-09-28"],"summary":["Issues within the competition and digital portfolios"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-6b6135249735cff1f3061530471f1e159500c840","eu-tr-56592866496-47"]}} -{"id":"ec-meeting-2021-09-28-e2a499c8382b487635a81b1ecb811c16f073fff2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-28 - Cabinet of Commissioner Kadri Simson x EDP - Energias de Portugal, SA"],"date":["2021-09-28"],"summary":["Hydrogen, renewables and energy systems integration.\r\nThe issue of rising energy prices."],"notes":["Portfolio: Energy"],"location":["BERL 08/141"],"address":["BERL 08/141"],"addressEntity":["addr-73a6a6e16742cf5f926a5071ef1160c0f8e599cd"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["ec-person-ba3b83676ad38094e71b64b644f3e3d2c61b8182","eu-tr-56592866496-47","ec-person-1995c65b8dc7f3702a8c30ed96a0144075848837"]}} -{"id":"ec-meeting-2021-09-28-e446d65a9a64453ff104783761b255be3a854b23","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-28 - Cabinet of Commissioner Elisa Ferreira x EDP - Energias de Portugal, SA"],"date":["2021-09-28"],"summary":["Decarbonisation projects of the EDP and possible EU support."],"notes":["Portfolio: Cohesion and Reforms"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-elisa-ferreira-of"],"involved":["ec-person-4121b3832a3dd4ec5d2c50f26f7003d3bada6d20","eu-tr-56592866496-47"]}} -{"id":"ec-meeting-2021-09-28-eec1264ff7f3b397de2daaf112daebeaecfc1bbb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-28 - Cabinet of Executive Vice-President Frans Timmermans x Universiteit Twente"],"date":["2021-09-28"],"summary":["Speech on the European Green Deal at Trans Europe Express 2.0 symposium"],"notes":["Portfolio: European Green Deal"],"location":["Brussels (videoconference)"],"address":["Brussels (videoconference)"],"addressEntity":["addr-843ddf9d3c6977cd8d56db6bb2154f8415263e26"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-769258827114-68","ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce"]}} -{"id":"ec-meeting-2021-09-28-f14054537c5f9352fff366c9ad19299129ad8a2b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-28 - Cabinet of Executive Vice-President Valdis Dombrovskis x Deutsches Aktieninstitut Wirtschaftskammer Österreich Association Française des Entreprises Privées / French Association of Large Companies"],"date":["2021-09-28"],"summary":["Investment protection and facilitation"],"notes":["Portfolio: An Economy that Works for People"],"location":["video-conference"],"address":["video-conference"],"addressEntity":["addr-8736c288a4bc51ee27ef4ed41e652409a37e60d1"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-235870cd7eb41f2494f695fce18b5b5b88647113","eu-tr-953933297-85","eu-tr-38064081304-25","eu-tr-10405322962-08"]}} -{"id":"ec-meeting-2021-09-28-f622c7645287b78193937a66da2fdf9609162a05","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-28 - Cabinet of Executive Vice-President Margrethe Vestager x Spotify"],"date":["2021-09-28"],"summary":["Data Services Act"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-365747616583-15","ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0"]}} -{"id":"ec-meeting-2021-09-28-f710ae2f3ff297c1da65ff5d62499b17dc08579f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-28 - Cabinet of Commissioner Janez Lenarčič x International Rescue Committee Inc"],"date":["2021-09-28"],"summary":["- major humanitarian crises;\r\n- cooperation between the EU and IRC on humanitarian response."],"notes":["Portfolio: Crisis Management"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-janez-lenarcic-of"],"involved":["eu-tr-336765244362-96","ec-person-a6cd325c80698b2331699224c780ebfb10573602"]}} -{"id":"ec-meeting-2021-09-28-f884fb014c212152aa95920c1631a28f1174a307","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-28 - Cabinet of Executive Vice-President Frans Timmermans x Hydrogen Europe"],"date":["2021-09-28"],"summary":["Hydrogen and gas sector decarbonisation package"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-d53e00c46a4cc62bbf533e0c9bb35bacb9121989","eu-tr-77659588648-75"]}} -{"id":"ec-meeting-2021-09-28-fe492e03eb153f8fc517341de4d5e2b7e9deefb5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-28 - Cabinet of Executive Vice-President Frans Timmermans x Vereniging VNO-NCW"],"date":["2021-09-28"],"summary":["Meeting on the European Green Deal"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-4d24ceb9e6bdaabe394d1506aa601a9ce9d0e59b","ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce","eu-tr-13255254129-80"]}} -{"id":"ec-meeting-2021-09-29-019bf6d1fdd00cb67929d475bb5f1a158a487eb6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-29 - Cabinet of Commissioner Kadri Simson x Project AIR"],"date":["2021-09-29"],"summary":["Presentation of the Project. To raise awareness for the project and to highlight its innovative approach and impact within the Green Deal/Fit for 55/energy policy context."],"notes":["Portfolio: Energy"],"location":["Video Conferencing"],"address":["Video Conferencing"],"addressEntity":["addr-e3b7413b2ac93be00b6bcff51fdc1374d67118bd"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["ec-person-ba3b83676ad38094e71b64b644f3e3d2c61b8182","ec-person-9b7f5fe059e5b0b40e79e9170211aa2f02322fdb","ec-person-f47a082bc2455a660c3b2ae348f0024736672752","eu-tr-285261243533-56"]}} -{"id":"ec-meeting-2021-09-29-02d66ee31b8ef3128e88cf2d17d6290ce5b5e0d3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-29 - Cabinet of Commissioner Mairead Mcguinness x MARSH & McLENNAN COMPANIES FRANCE"],"date":["2021-09-29"],"summary":["General discussion on current EU US relations, digital currencies, fintech"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-44c404268b70ce0b79c4e148b5a7c4ae2c53ee30","ec-person-0ba9b89127b39af6a66f2fc3ed727332f1b19a34","eu-tr-117683115792-20"]}} -{"id":"ec-meeting-2021-09-29-0a2e8a23707a3cac303f28a240bedb6ee9fb2251","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-29 - Cabinet of Commissioner Elisa Ferreira x Fachverband der Stein- und keramischen Industrie"],"date":["2021-09-29"],"summary":["European but local - The contribution of the bricks and tiles industry to the European Green Deal"],"notes":["Portfolio: Cohesion and Reforms"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-elisa-ferreira-of"],"involved":["eu-tr-35832214158-18","ec-person-edf08d46587dbb24d69133811963301459374fa8"]}} -{"id":"ec-meeting-2021-09-29-0c271c063960bb60922dd1ff3778071394601094","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-29 - Cabinet of Executive Vice-President Margrethe Vestager x Bundesverband der Deutschen Industrie e.V."],"date":["2021-09-29"],"summary":["Draft State aid Guidelines on Climate, environmental protection and Energy"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-1771817758-48","ec-person-6b6135249735cff1f3061530471f1e159500c840"]}} -{"id":"ec-meeting-2021-09-29-124dcfbaaa4e72b58d0216e1a58f6316f70b10f9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-29 - Cabinet of Commissioner Thierry Breton x ELECTRICITE DE FRANCE"],"date":["2021-09-29"],"summary":["Hydrogen"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-39966101835-69","ec-person-6308dea893b9b1ca0dcd5b91b4a1ac4c2f3020ad"]}} -{"id":"ec-meeting-2021-09-29-28bd94e022343ce687835482412eb6327cc49f8a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-29 - Mobility and Transport x Giga Carbon Neutrality Inc"],"date":["2021-09-29"],"summary":["hydrogen strategy"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-dg-move"],"involved":["eu-tr-941662444402-60","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2021-09-29-2f53a916b6eacad460deaa09f367ecb646da3b8c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-29 - Cabinet of Commissioner Stella Kyriakides x International Federation of Organic Agriculture Movements EU Regional Group"],"date":["2021-09-29"],"summary":["VTC Meeting: New Genomic Techniques"],"notes":["Portfolio: Health"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-kyriakides-of-stella"],"involved":["eu-tr-67128251296-84","ec-person-081d99a6f9ed1259db43e2cbcba20275774511b2","ec-person-991ce64cea5178762c932ac823ea5d309e7a8d93"]}} -{"id":"ec-meeting-2021-09-29-326027a9bbad16c6b2c902f846347997937171c7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-29 - Cabinet of Commissioner Mairead Mcguinness x Deutsche Bank AG"],"date":["2021-09-29"],"summary":["Strategic autonomy, Euroclearing, Basel, benchmarks"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["eu-tr-271912611231-56","ec-person-0ba9b89127b39af6a66f2fc3ed727332f1b19a34","ec-person-1d2f53447b8f2d9bb3f50f7247ad40c2cf8036e4","ec-person-49e520c7a9c9c47ccb5acfa68f9416e4233af9f8"]}} -{"id":"ec-meeting-2021-09-29-401866530af13f140f3cbd6fb84667d080ab8cf8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-29 - Cabinet of Commissioner Adina Vălean x A.P. Møller - Mærsk A/S"],"date":["2021-09-29"],"summary":["Discuss the impact of Fit for 55 decarbonization strategies."],"notes":["Portfolio: Transport"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["eu-tr-680443918500-51","ec-person-baa9678f53e0a607c8a9bb2cd9122d1c13370154"]}} -{"id":"ec-meeting-2021-09-29-40296348265ff5f666b978b7f31b303d96f99a16","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-29 - Recovery and Resilience Task force x Construction Products Europe"],"date":["2021-09-29"],"summary":["RRF"],"location":["online"],"address":["online"],"addressEntity":["addr-2dbc2fd2358e1ea1b7a6bc08ea647b9a337ac92d"],"organizer":["ec-dg-recover"],"involved":["eu-tr-48010783162-91","ec-person-18a05dadca8a2b91216adc689b6323c7b55df0d9"]}} -{"id":"ec-meeting-2021-09-29-4593491abab1b08f081058a339c021cee99b28ce","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-29 - Cabinet of Executive Vice-President Frans Timmermans x World Green Building Council"],"date":["2021-09-29"],"summary":["Revision of energy performance of building directive – renovation wave"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - video conference"],"address":["Brussels - video conference"],"addressEntity":["addr-d7df553e47e69d1cc9f4189b36b7c867f80459b0"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-a282162080cef4ef2a8c0ab6247a3e03dc438507","eu-tr-378438436902-06"]}} -{"id":"ec-meeting-2021-09-29-45e466ee273371283956d4ff120ed008f8254b3c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-29 - Cabinet of Commissioner Thierry Breton x Mozilla Corporation"],"date":["2021-09-29"],"summary":["Platforms regulations"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-174457719063-67","ec-person-4d83416435f81b1f1e8f5c86aeebb1478577f1d2"]}} -{"id":"ec-meeting-2021-09-29-4e9a55551af3ac209b47fa13e7205629f44999a9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-29 - Cabinet of Executive Vice-President Frans Timmermans x Our Fish"],"date":["2021-09-29"],"summary":["Climate change, fishing and blue carbon"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-180850142485-82","ec-person-8af3c81534786a740718d21dc58240738a53ed7b"]}} -{"id":"ec-meeting-2021-09-29-4f7437065ba52e136009ea9b151bbe47b5912912","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-29 - Mobility and Transport x EDP - Energias de Portugal, SA"],"date":["2021-09-29"],"summary":["Fit for 55"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-move"],"involved":["ec-person-26cdfacae671b09917bee1a91c91973941fa58a2","eu-tr-56592866496-47"]}} -{"id":"ec-meeting-2021-09-29-551d5028ea2c84fc6ea4a35e65f5cff53ec911cb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-29 - Mobility and Transport x CONSEIL DE COOPERATION ECONOMIQUE"],"date":["2021-09-29"],"summary":["Fit for 55"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-dg-move"],"involved":["ec-person-26cdfacae671b09917bee1a91c91973941fa58a2","eu-tr-146893419149-74"]}} -{"id":"ec-meeting-2021-09-29-5a9fb6a833b60c4a105643f9e78cb0b0fa99cf39","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-29 - Cabinet of Commissioner Kadri Simson x Energinet"],"date":["2021-09-29"],"summary":["To present the Global Power System Transformation Consortium."],"notes":["Portfolio: Energy"],"location":["Video Conferencing"],"address":["Video Conferencing"],"addressEntity":["addr-e3b7413b2ac93be00b6bcff51fdc1374d67118bd"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["ec-person-d40f25b5cb5c0681854a4996da444478318f7e58","eu-tr-203401420540-78"]}} -{"id":"ec-meeting-2021-09-29-5bcc8023d99ce35736d52ebd7bfa8708d29755ee","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-29 - Climate Action x Bundesverband der Deutschen Industrie e.V."],"date":["2021-09-29"],"summary":["Fit for 55 package"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-clima"],"involved":["ec-person-9c5c685692a09a77f2bc8ae9c05663b87cd75aae","eu-tr-1771817758-48"]}} -{"id":"ec-meeting-2021-09-29-5ce3ee4ac014e9d1c4a96103581c51ef716b7277","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-29 - Cabinet of Executive Vice-President Frans Timmermans x WWF European Policy Programme"],"date":["2021-09-29"],"summary":["Just transition in coal regions"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-1414929419-24","ec-person-d53e00c46a4cc62bbf533e0c9bb35bacb9121989"]}} -{"id":"ec-meeting-2021-09-29-612939f05e8d578e9155f6805ed2d6d8d6c8dc5b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-29 - Cabinet of Executive Vice-President Frans Timmermans x Sociaal Economische Raad"],"date":["2021-09-29"],"summary":["Interview Webinar Rechtvaardige Transitie"],"notes":["Portfolio: European Green Deal"],"location":["Brussels (videoconference)"],"address":["Brussels (videoconference)"],"addressEntity":["addr-843ddf9d3c6977cd8d56db6bb2154f8415263e26"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-565281840975-55","ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce"]}} -{"id":"ec-meeting-2021-09-29-6c6f4d20268379cd3dc5bc4d29b2a6b3fa4c5705","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-29 - Cabinet of Executive Vice-President Frans Timmermans x Bundesverband deutscher Banken e.V."],"date":["2021-09-29"],"summary":["Sustainable Finance, Basel III"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-e88af8eb396e96e3dbc9b4ec6e40a348d26c389c","eu-tr-0764199368-97"]}} -{"id":"ec-meeting-2021-09-29-742af5c0a7e87a5b597df036e38175c45e1759dd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-29 - Cabinet of Commissioner Thierry Breton x Meta Platforms Ireland Limited and its various subsidiaries (f/k/a Facebook Ireland Limited)"],"date":["2021-09-29"],"summary":["Platforms regulation and disinformation"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-4d83416435f81b1f1e8f5c86aeebb1478577f1d2","eu-tr-28666427835-74"]}} -{"id":"ec-meeting-2021-09-29-7532b24afe8d0e9a8f2da1edaa29c7b33c9b2d8d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-29 - Financial Stability, Financial Services and Capital Markets Union x Association Française des Marchés Financiers Viel & Cie BNP PARIBAS NATIXIS"],"date":["2021-09-29"],"summary":["MiFID/MiFIR"],"location":["Virtual Meeting"],"address":["Virtual Meeting"],"addressEntity":["addr-ed078b6749077909a1a45720507ac2da9277b8b3"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-1992865484-43","eu-tr-178031434813-93","ec-person-1fce211249673c35ee07a801ddee77ab24af8d54","eu-tr-78787381113-69","eu-tr-654132129361-28"]}} -{"id":"ec-meeting-2021-09-29-81eaeafad68b1be515a71df5b19a0db057871aa2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-29 - Cabinet of Commissioner Kadri Simson x Giga Carbon Neutrality Inc"],"date":["2021-09-29"],"summary":["Hydrogen, decarbonised industrial transport."],"notes":["Portfolio: Energy"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["ec-person-2fb98fc84d2cf8d481688eff3d47f7745ead3592","eu-tr-941662444402-60","ec-person-1995c65b8dc7f3702a8c30ed96a0144075848837"]}} -{"id":"ec-meeting-2021-09-29-88e6099c7614654516351ce5b759ed4990f81eef","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-29 - Cabinet of President Ursula von der Leyen x A.P. Møller - Mærsk A/S"],"date":["2021-09-29"],"summary":["Global trade issues"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["eu-tr-680443918500-51","ec-person-a15f450526451c70384a05ea9a3a7400ba2d3e7e"]}} -{"id":"ec-meeting-2021-09-29-acbb5fb3b99006bdc7710b2dd92fcb6748477929","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-29 - Employment, Social Affairs and Inclusion x CEC European Managers - Confédération Européenne des Cadres"],"date":["2021-09-29"],"summary":["social dialogue"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-empl"],"involved":["eu-tr-10426402966-04","ec-person-dd259fce880e1853f0beb087443bce6e7dea70d7"]}} -{"id":"ec-meeting-2021-09-29-b15c4cd7403640161eb6eca6d3e4d91776b2dce6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-29 - Cabinet of Commissioner Thierry Breton x Bureau Européen des Unions de Consommateurs"],"date":["2021-09-29"],"summary":["Sustainable products initiative"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-6308dea893b9b1ca0dcd5b91b4a1ac4c2f3020ad","eu-tr-9505781573-45"]}} -{"id":"ec-meeting-2021-09-29-b836c61573680b829008089273506656aa4d76e6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-29 - Financial Stability, Financial Services and Capital Markets Union x Principles for Responsible Investment"],"date":["2021-09-29"],"summary":["European Platform, Sustainable Finance"],"location":["Virtual meeting"],"address":["Virtual meeting"],"addressEntity":["addr-1f1f3f51a4da31a1ea5c1b4b21cbf52ad983224f"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-612289519524-31","ec-person-1fce211249673c35ee07a801ddee77ab24af8d54"]}} -{"id":"ec-meeting-2021-09-29-bb6d8913ead927b8c3dd86282964ea7bf992730c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-29 - Education, Youth, Sport and Culture x EU National Institutes for Culture"],"date":["2021-09-29"],"summary":["Projects of common interest to the European Commission and EUNIC."],"location":["EAC DG Premises"],"address":["EAC DG Premises"],"addressEntity":["addr-9a79c0d33d3b4757d74660056dab33ad18a33d38"],"organizer":["ec-dg-eac"],"involved":["ec-person-68d4f99b9ed1b40d86ebbf81f8f35aeebd6c5fc5","eu-tr-302379535219-87"]}} -{"id":"ec-meeting-2021-09-29-c3472f6b46e9233f0f156050375c33f22388c8fa","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-29 - Cabinet of Executive Vice-President Frans Timmermans x PEFC International"],"date":["2021-09-29"],"summary":["EU Forest Strategy"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-557406040297-72","ec-person-8af3c81534786a740718d21dc58240738a53ed7b"]}} -{"id":"ec-meeting-2021-09-29-c6f4ed63a3243061bb83a7a21e4d59e7b7bf8efc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-29 - Cabinet of Executive Vice-President Frans Timmermans x EUROPE'S MEDIALAB (Fondation EURACTIV)"],"date":["2021-09-29"],"summary":["Intervention at the conference on \"Is green hydrogen really carbon-neutral?"],"notes":["Portfolio: European Green Deal"],"location":["Webinar"],"address":["Webinar"],"addressEntity":["addr-2b6cc2bcdc6dde860cdaf12187589e4e4dd5b609"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-9eafbf4a92961023c7df3ab389ae6d4301dec4bf","eu-tr-485832526193-89"]}} -{"id":"ec-meeting-2021-09-29-d1f01e34090b518eac9a0018b002cc2da6ed7998","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-29 - Cabinet of President Ursula von der Leyen x None"],"date":["2021-09-29"],"summary":["Illumina/GRAIL transaction, which in addition to important competition policy questions"],"notes":["Portfolio: President"],"location":["Brussels (virtual)"],"address":["Brussels (virtual)"],"addressEntity":["addr-758e0df2cde2954c65829147799b6383456f1e21"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["eu-tr-083671317381-09","ec-person-7019713e72781afb1f3b19032c4752a314b78180","eu-tr-547949121038-83"]}} -{"id":"ec-meeting-2021-09-29-d5d7490f927ae7d09b7d0b6d7316a444bde753f5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-29 - Cabinet of Executive Vice-President Frans Timmermans x Gas Grid Group AISBL GASCADE Gastransport GmbH bayernets GmbH Open Grid Europe GmbH ONTRAS Gastransport GmbH"],"date":["2021-09-29"],"summary":["Meeting on regulatory framework for a possible future hydrogen grid"],"notes":["Portfolio: European Green Deal"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-582808718534-59","eu-tr-337037843731-72","eu-tr-943288637380-93","eu-tr-383776936066-26","eu-tr-626410131041-16","ec-person-9eafbf4a92961023c7df3ab389ae6d4301dec4bf","ec-person-d53e00c46a4cc62bbf533e0c9bb35bacb9121989"]}} -{"id":"ec-meeting-2021-09-29-d812e73948617acc75a40df821b3166fecd6c22c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-29 - Cabinet of Commissioner Virginijus Sinkevičius x PEFC International"],"date":["2021-09-29"],"summary":["EU Forest Strategy"],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["eu-tr-557406040297-72","ec-person-172a438ed334761e2ab5d52e551fd1bcb6ab6b8d"]}} -{"id":"ec-meeting-2021-09-29-e3200bbe521b6a88f5eb65987453b75c38c07426","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-29 - Climate Action x European Chemical Industry Council"],"date":["2021-09-29"],"summary":["Fit for 55 Package and the chemical sector"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-clima"],"involved":["ec-person-9c5c685692a09a77f2bc8ae9c05663b87cd75aae","eu-tr-64879142323-90"]}} -{"id":"ec-meeting-2021-09-29-e437bd69061d89b0e98b113380d1d165bfbaf2d8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-29 - Cabinet of President Ursula von der Leyen x Frontiers Media SA"],"date":["2021-09-29"],"summary":["Forum Session with Al Gore"],"notes":["Portfolio: President"],"location":["Brussels (VC)"],"address":["Brussels (VC)"],"addressEntity":["addr-7a7ab1034ef0b71e62ebf9a322dc5d9528505976"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-f2b941852d3b961d69ed695c2d243a1a2b4a1904","eu-tr-921411924532-16"]}} -{"id":"ec-meeting-2021-09-29-f3c4df19751aee478eaf8d7759302b324b9bcc56","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-29 - Cabinet of Vice-President Věra Jourová x ZDF Europabüro Brüssel"],"date":["2021-09-29"],"summary":["Media freedom"],"notes":["Portfolio: Values and Transparency"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["ec-person-221276f2dfa4b8fe628f08e982d967b6aeb61c57","eu-tr-3209361971-85"]}} -{"id":"ec-meeting-2021-09-29-f75be50f025184f751f7dfeb7f5539e73bdbc7d7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-29 - Cabinet of Commissioner Thierry Breton x Avaaz Foundation"],"date":["2021-09-29"],"summary":["Fight against disinformation"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-475565317526-24","ec-person-4d83416435f81b1f1e8f5c86aeebb1478577f1d2"]}} -{"id":"ec-meeting-2021-09-30-00207f1eec892d0ed22e5baa2e610fc1c38310b2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-30 - Cabinet of President Ursula von der Leyen x BUSINESSEUROPE"],"date":["2021-09-30"],"summary":["Introductory meeting\r\n-\tBusiness Europe views on SOTEU, Fit for 55 and corporate governance\r\n-\tExchange of views on upcoming Business Europe CEO event"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-781d246729522a816df2b77a616f5ae127bc104e","eu-tr-3978240953-79"]}} -{"id":"ec-meeting-2021-09-30-0423aac641ddb277029a05e3f742f3d73733cf15","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-30 - Cabinet of Executive Vice-President Valdis Dombrovskis x PET Europe - Producers' Association"],"date":["2021-09-30"],"summary":["Introduction to the activities of the Committee and latest developments"],"notes":["Portfolio: An Economy that Works for People"],"location":["Video-conference"],"address":["Video-conference"],"addressEntity":["addr-afae67aab834151e72f631228e72361e369db072"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-25f4019e9babab3840cf9d6dbf9cb6994f2104fb","eu-tr-73204818098-04"]}} -{"id":"ec-meeting-2021-09-30-09599ec3c0d03d2f639781cbf93abd5613ed7fd9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-30 - Cabinet of Commissioner Mairead Mcguinness x FEXCO Merchant Services Limited"],"date":["2021-09-30"],"summary":["Payments, digital finance, research and innovation"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Kerry, Ireland"],"address":["Kerry, Ireland"],"addressEntity":["addr-28c045fcb9eebbdf22af91e112112ab1457cc10b"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-2b9c589fb2354bd93067644d2c3d2c058d4c4cc9","eu-tr-810229227557-82","ec-person-00f66582d8581f7480e12525027b5a1ee9b22f07"]}} -{"id":"ec-meeting-2021-09-30-124920f2d8b87beecc059691696f736071c73d1c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-30 - Cabinet of Commissioner Thierry Breton x UNI Europa"],"date":["2021-09-30"],"summary":["Sustainable Corporate Governance"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-43785827982-59","ec-person-5215bd372c5a1202399d77ecceb8c16de8d7d55c"]}} -{"id":"ec-meeting-2021-09-30-1e41d2b078ddc8014c4638e16ab817678963ab4d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-30 - Cabinet of Commissioner Didier Reynders x European Confederation of Directors' Associations"],"date":["2021-09-30"],"summary":["Substainable Corporate Governance"],"notes":["Portfolio: Justice"],"location":["video conference"],"address":["video conference"],"addressEntity":["addr-6dc12e3c97077db82f32184f24341ce370a445fd"],"organizer":["ec-cabinet-commissioner-didier-of-reynders"],"involved":["ec-person-442bf1ae9900b999673cdd7389224d0e21b67d4d","ec-person-1e25399e2267734c5f4c69093d2286c8898ee9f0","eu-tr-37854527418-86"]}} -{"id":"ec-meeting-2021-09-30-27b5c88dc0fbc9bd738e432c0be884848c5ebfb9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-30 - Cabinet of Vice-President Dubravka Šuica x Deutsche Sozialversicherung Arbeitsgemeinschaft Europa European Social Insurance Platform AISBL"],"date":["2021-09-30"],"summary":["Green Paper on Ageing, European Care Strategy, long-term care."],"notes":["Portfolio: Democracy and Demography"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-dubravka-of-president-suica-vice"],"involved":["eu-tr-917393784-31","eu-tr-883980785-32","ec-person-bae2f44eb21285b37ecc9c7f2f42b4acb1f53264"]}} -{"id":"ec-meeting-2021-09-30-2f09f45584355f54940554dbb1f1517a1d426aee","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-30 - Financial Stability, Financial Services and Capital Markets Union x Bruegel"],"date":["2021-09-30"],"summary":["Banking"],"location":["Virtual meeting"],"address":["Virtual meeting"],"addressEntity":["addr-1f1f3f51a4da31a1ea5c1b4b21cbf52ad983224f"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-458295331598-02","ec-person-1fce211249673c35ee07a801ddee77ab24af8d54"]}} -{"id":"ec-meeting-2021-09-30-351c229c368a3905b6e4c171f06aacb49b9d8852","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-30 - Cabinet of Commissioner Kadri Simson x European Association of the Electricity Transmission and Distribution Equipment and Services Industry"],"date":["2021-09-30"],"summary":["Implementation of the Green Deal in the energy sector and the scaling up of investments in clean, resilient, digital electricity system."],"notes":["Portfolio: Energy"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["ec-person-1995c65b8dc7f3702a8c30ed96a0144075848837","ec-person-d40f25b5cb5c0681854a4996da444478318f7e58","eu-tr-90453504235-64"]}} -{"id":"ec-meeting-2021-09-30-43fd334bdc2ae0b80e48910c11e47a91cf308df9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-30 - Cabinet of Executive Vice-President Margrethe Vestager x Thorn FGS Global (Europe) GmbH"],"date":["2021-09-30"],"summary":["Use of Digital Services Act and other EU policies to tackle online child sexual abuse"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0","eu-tr-854246640306-96","eu-tr-578189413297-97"]}} -{"id":"ec-meeting-2021-09-30-482e881957605340f390491f89af2ae1fb60176b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-30 - Cabinet of Executive Vice-President Valdis Dombrovskis x Invest Europe"],"date":["2021-09-30"],"summary":["Solvency II, Basel implementation"],"notes":["Portfolio: An Economy that Works for People"],"location":["video conference"],"address":["video conference"],"addressEntity":["addr-6dc12e3c97077db82f32184f24341ce370a445fd"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-235870cd7eb41f2494f695fce18b5b5b88647113","eu-tr-60975211600-74"]}} -{"id":"ec-meeting-2021-09-30-4bdab9290559240944a89ed1f8c5a8dd87e1aeac","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-30 - Cabinet of Commissioner Thierry Breton x Service Employees International Union"],"date":["2021-09-30"],"summary":["Sustainable Corporate Governance"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-871448430984-23","ec-person-5215bd372c5a1202399d77ecceb8c16de8d7d55c"]}} -{"id":"ec-meeting-2021-09-30-51ca8481819cb6f612359a7d366ac0cb40fea9ba","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-30 - Cabinet of Commissioner Mairead Mcguinness x European Banking Federation"],"date":["2021-09-30"],"summary":["Basel III"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["eu-tr-4722660838-23","ec-person-49e520c7a9c9c47ccb5acfa68f9416e4233af9f8"]}} -{"id":"ec-meeting-2021-09-30-5d3de29d50ee5d70d360a65d7f5737a0235c865c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-30 - Cabinet of Executive Vice-President Frans Timmermans x Finnish Energy - Energiateollisuus ry"],"date":["2021-09-30"],"summary":["Green Deal implementation"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - video conference"],"address":["Brussels - video conference"],"addressEntity":["addr-d7df553e47e69d1cc9f4189b36b7c867f80459b0"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-a282162080cef4ef2a8c0ab6247a3e03dc438507","eu-tr-68861821910-84","ec-person-33624431cbec1074e151c1707715ef46d2ba9565"]}} -{"id":"ec-meeting-2021-09-30-6646e4b33a48b7c4fd5a3c3fdfa7b16c5c67c999","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-30 - Mobility and Transport x International Air Transport Association"],"date":["2021-09-30"],"summary":["aviation recovery"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-move"],"involved":["eu-tr-1805107590-28","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2021-09-30-6bfb85212d9af858dded20e9ce82282885f8c793","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-30 - Cabinet of Vice-President Dubravka Šuica x European Round Table for Industry"],"date":["2021-09-30"],"summary":["Deeper integration of the EU single market in the context of CoFoE and possible contributions by ERT"],"notes":["Portfolio: Democracy and Demography"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-dubravka-of-president-suica-vice"],"involved":["ec-person-ebe31c2924b1fbde99804f8f575004fb99739165","ec-person-bae2f44eb21285b37ecc9c7f2f42b4acb1f53264","eu-tr-25487567824-45"]}} -{"id":"ec-meeting-2021-09-30-77747530b5e0b07997bcf8a4748f477f4e41dd58","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-30 - Cabinet of Commissioner Thierry Breton x TikTok Technology Ltd"],"date":["2021-09-30"],"summary":["Platforms regulation"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-4d83416435f81b1f1e8f5c86aeebb1478577f1d2","eu-tr-165202837974-32"]}} -{"id":"ec-meeting-2021-09-30-7d882487719103bf3d4d230c656f3491786b3c61","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-30 - Cabinet of Commissioner Elisa Ferreira x SEV - Hellenic Federation of Enterprises"],"date":["2021-09-30"],"summary":["Commissioner Ferreira participates and address to the General Assembly of the Industrial Association of of Industries of Central Greece (SVSE) on the role of EU industry in recovery and twin transition by private sector."],"notes":["Portfolio: Cohesion and Reforms"],"location":["Athens - Greece"],"address":["Athens - Greece"],"addressEntity":["addr-f0cb1130cdcdfc89a650831d8cd4c88e0f1fa9c7"],"organizer":["ec-cabinet-commissioner-elisa-ferreira-of"],"involved":["ec-person-4121b3832a3dd4ec5d2c50f26f7003d3bada6d20","eu-tr-59395037733-93"]}} -{"id":"ec-meeting-2021-09-30-856f81320b1e36d0a294aab045a64ae107f619b6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-30 - Cabinet of Commissioner Thierry Breton x European Physical Society"],"date":["2021-09-30"],"summary":["Sustainable Corporate Governance"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-5215bd372c5a1202399d77ecceb8c16de8d7d55c","eu-tr-32601792674-69"]}} -{"id":"ec-meeting-2021-09-30-8812f9b64bb9c31efa71de2fa9b2e38612947f68","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-30 - Cabinet of Commissioner Mairead Mcguinness x Associazione Bancaria Italiana"],"date":["2021-09-30"],"summary":["Basel III"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["eu-tr-915519211566-03","ec-person-49e520c7a9c9c47ccb5acfa68f9416e4233af9f8"]}} -{"id":"ec-meeting-2021-09-30-8c9dbb136355cd61f436940f243b0a9c56179507","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-30 - Cabinet of Commissioner Thierry Breton x European Federation of Food, Agriculture and Tourism Trade Unions"],"date":["2021-09-30"],"summary":["Sustainable Corporate Governance"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-33130841043-14","ec-person-5215bd372c5a1202399d77ecceb8c16de8d7d55c"]}} -{"id":"ec-meeting-2021-09-30-a05cb516598159468fe03ebce05d4ea8fd7b2d10","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-30 - Cabinet of Executive Vice-President Valdis Dombrovskis x Confédération Générale des Entreprises du Maroc"],"date":["2021-09-30"],"summary":["CGEM & Business Europe joint statement on a “Modernisation Pact on Trade and Investment between the Kingdom of Morocco & the European Union”"],"notes":["Portfolio: An Economy that Works for People"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["eu-tr-797266343474-04","ec-person-3520008ac93a203db50d106deafde939bc2729f1"]}} -{"id":"ec-meeting-2021-09-30-beae6ee4d02137d0082e8ce5d71aec14c787d0f8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-30 - Cabinet of Commissioner Thierry Breton x EUROPEAN TRADE UNION CONFEDERATION"],"date":["2021-09-30"],"summary":["Sustainable Corporate Governance"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-06698681039-26","ec-person-5215bd372c5a1202399d77ecceb8c16de8d7d55c"]}} -{"id":"ec-meeting-2021-09-30-c25897f0535ab6449e29005b874fdad71ec614e0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-30 - Cabinet of Commissioner Kadri Simson x Bureau Européen des Unions de Consommateurs"],"date":["2021-09-30"],"summary":["Energy prices"],"notes":["Portfolio: Energy"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["ec-person-9b7f5fe059e5b0b40e79e9170211aa2f02322fdb","eu-tr-9505781573-45","ec-person-d40f25b5cb5c0681854a4996da444478318f7e58","ec-person-2fb98fc84d2cf8d481688eff3d47f7745ead3592"]}} -{"id":"ec-meeting-2021-09-30-ca7bd0ca4febfbd835ccca2945a9003290a094d7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-30 - Cabinet of Commissioner Ylva Johansson x Human Rights Watch"],"date":["2021-09-30"],"summary":["Situation in Afghanistan"],"notes":["Portfolio: Home Affairs"],"location":["VTC"],"address":["VTC"],"addressEntity":["addr-9d1acaa772820b8ade84113d2da24716fe455be2"],"organizer":["ec-cabinet-commissioner-johansson-of-ylva"],"involved":["ec-person-1f14c98028fa6f9f43ee9cd5aef7ed77c30761a5","eu-tr-56362448807-46"]}} -{"id":"ec-meeting-2021-09-30-cfee9ab09479a7233c93e5be791b2875b405ca4f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-30 - Cabinet of Executive Vice-President Margrethe Vestager x Technology Industries of Finland (Teknologiateollisuus ry)"],"date":["2021-09-30"],"summary":["Data policy and Artificial Intelligence"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0","eu-tr-39705603497-38"]}} -{"id":"ec-meeting-2021-09-30-d820d11f73925f72ada66bcd55a6eb21e613ab93","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-30 - Cabinet of Commissioner Thierry Breton x industriAll European Trade Union"],"date":["2021-09-30"],"summary":["Sustainable Corporate Governance"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-5215bd372c5a1202399d77ecceb8c16de8d7d55c","eu-tr-358284014848-82"]}} -{"id":"ec-meeting-2021-09-30-ea6b9d4dccdef2f2d5998111b4ff2a30640948e8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-30 - Cabinet of Commissioner Thierry Breton x Fresenius Global Union Alliance"],"date":["2021-09-30"],"summary":["Sustainable Corporate Governance"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-378757041189-09","ec-person-5215bd372c5a1202399d77ecceb8c16de8d7d55c"]}} -{"id":"ec-meeting-2021-09-30-eaf62846dd1f4dfe921d67e37cfe0826425b8cf4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-30 - Cabinet of Commissioner Jutta Urpilainen x Stichting Dr. Denis Mukwege"],"date":["2021-09-30"],"summary":["Courtesy meeting with Nobel Peace Prize laureate"],"notes":["Portfolio: International Partnerships"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["eu-tr-831229844235-59","ec-person-7c4fa9cfb750b5b524c065180fcee1123b8df03e"]}} -{"id":"ec-meeting-2021-09-30-fbbc323404ec07d71e61a2b6651369f47c603c1c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-09-30 - Cabinet of Commissioner Olivér Várhelyi x Confédération Générale des Entreprises du Maroc"],"date":["2021-09-30"],"summary":["EU-Morocco cooperation on trade and investment"],"notes":["Portfolio: Neighbourhood and Enlargement"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-of-oliver-varhelyi"],"involved":["ec-person-daf8ff1073a04b30d2f54219ecc93002ef3a684d","eu-tr-797266343474-04"]}} -{"id":"ec-meeting-2021-10-01-14d30912ae69dd03f26850fbb036b95de1644f93","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-01 - Cabinet of Executive Vice-President Valdis Dombrovskis x The Blackstone Group"],"date":["2021-10-01"],"summary":["Capital Markets Union; Sustainable finance"],"notes":["Portfolio: An Economy that Works for People"],"location":["New York"],"address":["New York"],"addressEntity":["addr-3dddf7feb16bf399efe204acf0fee9106ad446eb"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["eu-tr-883583528340-71","ec-person-9e7bd1005456277f156b671d1555c6a460fb2f58"]}} -{"id":"ec-meeting-2021-10-01-29d525aef04125152971e63f06a078f51c6225ff","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-01 - Cabinet of Commissioner Jutta Urpilainen x BUSINESSEUROPE"],"date":["2021-10-01"],"summary":["EU Connectivity Strategy"],"notes":["Portfolio: International Partnerships"],"location":["Phone call"],"address":["Phone call"],"addressEntity":["addr-cac056598c767cdeaa0f13cfe91d25988c24c698"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["ec-person-7204caa5e704bc4a911fee13ad5c0f62fd74b3bc","eu-tr-3978240953-79"]}} -{"id":"ec-meeting-2021-10-01-4d36082b6100df926121e2feef753e0cbdcd4832","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-01 - Cabinet of Executive Vice-President Frans Timmermans x Fédération bancaire française"],"date":["2021-10-01"],"summary":["Basel III"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-e88af8eb396e96e3dbc9b4ec6e40a348d26c389c","eu-tr-09245221105-30"]}} -{"id":"ec-meeting-2021-10-01-6e3bf3f2a907e16f3af49deb729da7f2782a3f5e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-01 - Cabinet of Executive Vice-President Frans Timmermans x European Dairy Association aisbl"],"date":["2021-10-01"],"summary":["Speech on sustainable food systems"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-42967152383-63","ec-person-33624431cbec1074e151c1707715ef46d2ba9565"]}} -{"id":"ec-meeting-2021-10-01-89fae627e2d03fff0fee32f0921f938356a69df8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-01 - Cabinet of Executive Vice-President Frans Timmermans x CAISSE DES DEPOTS KfW Bankengruppe"],"date":["2021-10-01"],"summary":["Green investment"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-84606487324-44","ec-person-e88af8eb396e96e3dbc9b4ec6e40a348d26c389c","eu-tr-79019799690-13"]}} -{"id":"ec-meeting-2021-10-01-8d1b922581e782fe5bc6b13baee2c6ebeb87a629","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-01 - Cabinet of Executive Vice-President Valdis Dombrovskis x Citigroup Inc."],"date":["2021-10-01"],"summary":["Capital Markets Union; Sustainable Finance; Digital assets and cybersecurity"],"notes":["Portfolio: An Economy that Works for People"],"location":["New York"],"address":["New York"],"addressEntity":["addr-3dddf7feb16bf399efe204acf0fee9106ad446eb"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["eu-tr-00353757573-57","ec-person-9e7bd1005456277f156b671d1555c6a460fb2f58"]}} -{"id":"ec-meeting-2021-10-01-b8ec49b2e7b0b69a3a2ff5cf1f3a45c2f6300258","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-01 - Cabinet of Executive Vice-President Frans Timmermans x SUEZ Group"],"date":["2021-10-01"],"summary":["Circular economy, waste management and recycled content"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-27799842497-69","ec-person-8af3c81534786a740718d21dc58240738a53ed7b"]}} -{"id":"ec-meeting-2021-10-01-b92887c3b043503cfda510c279aab4d3edde5f96","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-01 - Cabinet of President Ursula von der Leyen x Fédération bancaire française"],"date":["2021-10-01"],"summary":["Basel III upcoming package: output floor, equity, special lending, mortgages, FRTB, ESG risks."],"notes":["Portfolio: President"],"location":["Brussels - Belgium"],"address":["Brussels - Belgium"],"addressEntity":["addr-85d514873c3b55c68206168e47e9d4fc69799cc8"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-a159f03add374257584565c2b05cc5539a7526e6","eu-tr-09245221105-30"]}} -{"id":"ec-meeting-2021-10-01-ba237577774069cb62af01d1bf22d16d12f4c0c8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-01 - Cabinet of Commissioner Jutta Urpilainen x European Council on Foreign Relations"],"date":["2021-10-01"],"summary":["ECFR Introducttion, Global Gateway and European Green Deal"],"notes":["Portfolio: International Partnerships"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["ec-person-7204caa5e704bc4a911fee13ad5c0f62fd74b3bc","eu-tr-339569615567-89","ec-person-1ec9383fd54d9d4cd8a154c01fa71549eb8c75ac"]}} -{"id":"ec-meeting-2021-10-01-c6794044336a34e3453998c0214650a25579ec9e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-01 - Cabinet of Commissioner Thierry Breton x DOT Europe"],"date":["2021-10-01"],"summary":["Platforms regulation and code on disinformation"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-53905947933-43","ec-person-4d83416435f81b1f1e8f5c86aeebb1478577f1d2"]}} -{"id":"ec-meeting-2021-10-01-d3321236e77ca41a093158bc0b41e179f7b6017e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-01 - Financial Stability, Financial Services and Capital Markets Union x Fidelity International"],"date":["2021-10-01"],"summary":["Basel III, NPLs"],"location":["Virtual meeting"],"address":["Virtual meeting"],"addressEntity":["addr-1f1f3f51a4da31a1ea5c1b4b21cbf52ad983224f"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-00951027955-96","ec-person-1fce211249673c35ee07a801ddee77ab24af8d54"]}} -{"id":"ec-meeting-2021-10-01-e1dfb3902e46a1237615c26caed3d8da2cedb452","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-01 - Cabinet of Commissioner Mairead Mcguinness x Federation of European Securities Exchanges"],"date":["2021-10-01"],"summary":["MiFIR Review and Consolidated Tape"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-44c404268b70ce0b79c4e148b5a7c4ae2c53ee30","ec-person-0ba9b89127b39af6a66f2fc3ed727332f1b19a34","eu-tr-71488206456-23"]}} -{"id":"ec-meeting-2021-10-01-e5952ef42565631993cf8805a42710024c2e6cad","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-01 - Cabinet of Executive Vice-President Frans Timmermans x Technische Universiteit Delft"],"date":["2021-10-01"],"summary":["Speech at Electrical Sustainable Power Lab"],"notes":["Portfolio: European Green Deal"],"location":["Delft"],"address":["Delft"],"addressEntity":["addr-dc64e010c3d51386a4fce72f2989bee4cd34a754"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-056048443448-39","ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce"]}} -{"id":"ec-meeting-2021-10-01-f69560e3a5f316ecf25079c066236e8e44aa3dac","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-01 - Cabinet of Executive Vice-President Valdis Dombrovskis x Bloomberg L.P."],"date":["2021-10-01"],"summary":["EU-US relations; Sustainable finance; Trade and Technology Council; Artificial Intelligence, Cybersecurity and Data skills"],"notes":["Portfolio: An Economy that Works for People"],"location":["New York"],"address":["New York"],"addressEntity":["addr-3dddf7feb16bf399efe204acf0fee9106ad446eb"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["eu-tr-214140728444-40","ec-person-9e7bd1005456277f156b671d1555c6a460fb2f58"]}} -{"id":"ec-meeting-2021-10-01-f973b2bddf48a754630fb5bbff8eb24b2cc28185","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-01 - Cabinet of Vice-President Dubravka Šuica x Huawei Technologies"],"date":["2021-10-01"],"summary":["Long Term Vision for Rural Areas, Smart Villages"],"notes":["Portfolio: Democracy and Demography"],"location":["Ljubljana, Slovenia"],"address":["Ljubljana, Slovenia"],"addressEntity":["addr-f7328a981da1b705ba25d3333daf0cf2fca0c8ea"],"organizer":["ec-cabinet-dubravka-of-president-suica-vice"],"involved":["eu-tr-114467111412-38","ec-person-83dd3363da89c86d99ea50c3ff2d15a746405110"]}} -{"id":"ec-meeting-2021-10-04-02acc60fa338c989d546e285d481e0bc5fccbb68","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-04 - Cabinet of President Ursula von der Leyen x Schibsted ASA"],"date":["2021-10-04"],"summary":["Digital issues"],"notes":["Portfolio: President"],"location":["Brussels (VC)"],"address":["Brussels (VC)"],"addressEntity":["addr-7a7ab1034ef0b71e62ebf9a322dc5d9528505976"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-7019713e72781afb1f3b19032c4752a314b78180","eu-tr-532331921544-33"]}} -{"id":"ec-meeting-2021-10-04-11126cc3c9ca3b5b072372ccc718ef1b01a19694","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-04 - Cabinet of Executive Vice-President Frans Timmermans x Young European Leadership"],"date":["2021-10-04"],"summary":["Youth engagement in the implementation of the European Green Deal"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-416740040270-21","ec-person-8af3c81534786a740718d21dc58240738a53ed7b"]}} -{"id":"ec-meeting-2021-10-04-28b4045c7cd581e991a656d217889967635c7050","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-04 - Cabinet of Executive Vice-President Frans Timmermans x The Good Food Institute Europe (Belgium)"],"date":["2021-10-04"],"summary":["Sustainable food systems"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-542451235684-35","ec-person-33624431cbec1074e151c1707715ef46d2ba9565"]}} -{"id":"ec-meeting-2021-10-04-34d2d67aa531e53c430235e1d2de6a164a2a2f29","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-04 - Cabinet of President Ursula von der Leyen x Coalition for Epidemic Preparedness Innovations"],"date":["2021-10-04"],"summary":["COVID-19"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["eu-tr-852523338633-03","ec-person-f2b941852d3b961d69ed695c2d243a1a2b4a1904"]}} -{"id":"ec-meeting-2021-10-04-53bf0cebf9c482631b734f8acb14668beb781035","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-04 - Cabinet of Vice-President Věra Jourová x European Internet Services Providers Association"],"date":["2021-10-04"],"summary":["Digital policies"],"notes":["Portfolio: Values and Transparency"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["ec-person-74c07660dcbc6dc9993b34462cf2a1fec35925ea","eu-tr-54437813115-56"]}} -{"id":"ec-meeting-2021-10-04-88b517fbb90ad7340b63c6e116d883523dfae6f7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-04 - Cabinet of Commissioner Thierry Breton x ASML Netherlands B.V."],"date":["2021-10-04"],"summary":["semiconductors"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","ec-person-b077a2e9f0fdb3b8f6e91d0bd0b256db9e40ce46","eu-tr-070028236358-54"]}} -{"id":"ec-meeting-2021-10-04-95e67efd11e5ad9eea026b300b2999cd7700a91e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-04 - Mobility and Transport x Flix SE"],"date":["2021-10-04"],"summary":["long-distance rail; bus transport"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-move"],"involved":["eu-tr-680069530746-88","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2021-10-04-9cef8be506eff36c8244db18a33a0b0e7a9dc683","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-04 - Cabinet of Vice-President Věra Jourová x Principles for Responsible Investment"],"date":["2021-10-04"],"summary":["Sustainable Corporate Governance"],"notes":["Portfolio: Values and Transparency"],"location":["Videocongerence"],"address":["Videocongerence"],"addressEntity":["addr-28426ab789a94f97725cc6173a095b696c9ae301"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["ec-person-76793b3bad1c7471121c510a962aae356d19c30b","eu-tr-612289519524-31"]}} -{"id":"ec-meeting-2021-10-04-aacf3ac81aea82b7e3702b83ab0a4d293cc99871","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-04 - Cabinet of Commissioner Thierry Breton x ABB Ltd"],"date":["2021-10-04"],"summary":["Decarbonisation of industry, hydrogen"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-7790041608-14","ec-person-6308dea893b9b1ca0dcd5b91b4a1ac4c2f3020ad"]}} -{"id":"ec-meeting-2021-10-04-daa3a440a7616baa242a3744b68a9a01cf4cdc17","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-04 - Cabinet of Commissioner Virginijus Sinkevičius x Stichting BirdLife Europe"],"date":["2021-10-04"],"summary":["the upcoming EU nature restoration targets"],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["eu-tr-1083162721-43","ec-person-172a438ed334761e2ab5d52e551fd1bcb6ab6b8d"]}} -{"id":"ec-meeting-2021-10-04-e1f26cc8360b40d20203fc4a58c6f00111b6919d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-04 - Cabinet of Vice-President Věra Jourová x European University Institute"],"date":["2021-10-04"],"summary":["Media freedom & pluralism"],"notes":["Portfolio: Values and Transparency"],"location":["Phone"],"address":["Phone"],"addressEntity":["addr-77064d5265236e0ac252f3fc4a5ba7b274b6a583"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["eu-tr-742228039171-04","ec-person-aa83f35da599b82e4f15da018f4b3447eb648f7c"]}} -{"id":"ec-meeting-2021-10-04-f9fe8bd589387ce4fda084bac0eb144f4a1ec294","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-04 - Cabinet of Commissioner Nicolas Schmit x Bundesvereinigung der Deutschen Arbeitgeberverbände e.V."],"date":["2021-10-04"],"summary":["Minimum Wage, Social Dialog, Platform Work, Labour market developments"],"notes":["Portfolio: Jobs and Social Rights"],"location":["Strasbourg"],"address":["Strasbourg"],"addressEntity":["addr-a7b90170b4a5bf2d1d09ccfd109b57e0a030cfc4"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["eu-tr-7749519702-29","ec-person-4cf4655ab41922e92160325d987a3c4615c72d30","ec-person-c03b949331dbbe5fa3d5423758e371ec1b9b832f"]}} -{"id":"ec-meeting-2021-10-05-1dfd2a615eb197cbb2357a41cdf38154147826af","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-05 - Competition x Deutsche Telekom"],"date":["2021-10-05"],"summary":["competition policy in the digital space and the DMA"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-comp"],"involved":["ec-person-f257bc19c568ad25083c1c1e1651426245cefedf","eu-tr-60052162589-72"]}} -{"id":"ec-meeting-2021-10-05-27ba1c55b997b2c64e809d1d4a620e5d03896c54","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-05 - Climate Action x Garrett Motion"],"date":["2021-10-05"],"summary":["FF55 and automotive sector"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-clima"],"involved":["ec-person-9c5c685692a09a77f2bc8ae9c05663b87cd75aae","eu-tr-034363235590-94"]}} -{"id":"ec-meeting-2021-10-05-53d990512e81c0725c4def8093b36167908b11dd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-05 - Cabinet of Commissioner Elisa Ferreira x European Association of Research and Technology Organisations"],"date":["2021-10-05"],"summary":["Research and innovation smart specialisation strategies and technology infrastructures at regional level"],"notes":["Portfolio: Cohesion and Reforms"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-commissioner-elisa-ferreira-of"],"involved":["eu-tr-977869932377-59","ec-person-a5c1113ab46afbe441fe4db3d665f40e3f9b36e1"]}} -{"id":"ec-meeting-2021-10-05-64eeaeb5249c5652ede429d90a08e37a191bb8f6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-05 - Cabinet of Vice-President Věra Jourová x DIGITALEUROPE"],"date":["2021-10-05"],"summary":["Data flows, digital decade"],"notes":["Portfolio: Values and Transparency"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["ec-person-221276f2dfa4b8fe628f08e982d967b6aeb61c57","eu-tr-64270747023-20"]}} -{"id":"ec-meeting-2021-10-05-66587f8d2b8af1d03d50b8b7376350ef7171ec09","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-05 - Cabinet of Executive Vice-President Margrethe Vestager x The German Marshall Fund of the United States - The Transatlantic Foundation"],"date":["2021-10-05"],"summary":["Digital Services Act, Artificial Intelligence, Trade and Technology Council"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0","eu-tr-823171519707-31","ec-person-8b6db5c3c4611618ade59c6d0dadc21c962f0ee7"]}} -{"id":"ec-meeting-2021-10-05-8d6079e99b225476f52ed6035ae6e616217892be","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-05 - Cabinet of Executive Vice-President Frans Timmermans x Stichting Changing Markets"],"date":["2021-10-05"],"summary":["Circular economy and the preparation of the EU Textiles Strategy"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-482789528099-85","ec-person-8af3c81534786a740718d21dc58240738a53ed7b"]}} -{"id":"ec-meeting-2021-10-05-8e066051a5c4a3c2e7d1ebe38dedcfcd3320f00e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-05 - Cabinet of Commissioner Janusz Wojciechowski x Duralim"],"date":["2021-10-05"],"summary":["Forestry"],"notes":["Portfolio: Agriculture"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["eu-tr-729259143757-07","ec-person-cafe030b6dad78a75143f7552c420481b30ebceb"]}} -{"id":"ec-meeting-2021-10-05-90bac6f7b05111348388c5eabfad2f5ca458ac7d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-05 - Cabinet of President Ursula von der Leyen x Digital Policy Roundtable"],"date":["2021-10-05"],"summary":["Digital policy"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-7019713e72781afb1f3b19032c4752a314b78180","eu-tr-192190835320-51"]}} -{"id":"ec-meeting-2021-10-05-928a16d555200868f5ee4940f804a7247789ba70","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-05 - Cabinet of Commissioner Thierry Breton x Suomen itsenäisyyden juhlarahasto"],"date":["2021-10-05"],"summary":["Fair data economy"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-582824527068-76","ec-person-4d83416435f81b1f1e8f5c86aeebb1478577f1d2"]}} -{"id":"ec-meeting-2021-10-05-a2e29939b222f2e190526cc776badff0fe14dca4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-05 - Cabinet of President Ursula von der Leyen x QUALCOMM Incorporated"],"date":["2021-10-05"],"summary":["5G, semiconductors, ARM, DMA"],"notes":["Portfolio: President"],"location":["Brussels (VC)"],"address":["Brussels (VC)"],"addressEntity":["addr-7a7ab1034ef0b71e62ebf9a322dc5d9528505976"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-7019713e72781afb1f3b19032c4752a314b78180","eu-tr-00358442856-45"]}} -{"id":"ec-meeting-2021-10-05-c39473b347b8dee518c53b880d373ac454ffd471","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-05 - Internal Market, Industry, Entrepreneurship and SMEs x Donors and Foundations Networks in Europe"],"date":["2021-10-05"],"summary":["Meeting to get feedback on the approach of Europe’s philanthropy sector to engage at political level with the European Commission in order to get the support required to further build an enabling environment for philanthropy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-grow"],"involved":["ec-person-0151c7e554d188fffc509ad636b7d1a84c5dfcd5","eu-tr-075961340619-25"]}} -{"id":"ec-meeting-2021-10-05-c618bdc0c4a992f53f21efe99709bfd594103a83","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-05 - Financial Stability, Financial Services and Capital Markets Union x None"],"date":["2021-10-05"],"summary":["MIFID review, CCP equivalence"],"location":["Virtual Meeting"],"address":["Virtual Meeting"],"addressEntity":["addr-ed078b6749077909a1a45720507ac2da9277b8b3"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-353231132587-96","eu-tr-001866415031-87","ec-person-1fce211249673c35ee07a801ddee77ab24af8d54","eu-tr-9171899949-17","eu-tr-629345120630-12"]}} -{"id":"ec-meeting-2021-10-05-d4db832124c35b61d5541d42a6eb0eb9b866db5e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-05 - Cabinet of Commissioner Helena Dalli x European Women's Lobby"],"date":["2021-10-05"],"summary":["Preparation of meeting with Commissioner priorities for EWL"],"notes":["Portfolio: Equality"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-dalli-helena-of"],"involved":["ec-person-d15c205cb9cbb310d2811039c0160c1de7c84638","eu-tr-85686156700-13"]}} -{"id":"ec-meeting-2021-10-05-d8b48d55bf574d9c79d35de2bbaf204febf8b711","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-05 - Cabinet of Vice-President Věra Jourová x Committee to Protect Journalists"],"date":["2021-10-05"],"summary":["Safety of journalists"],"notes":["Portfolio: Values and Transparency"],"location":["Phone"],"address":["Phone"],"addressEntity":["addr-77064d5265236e0ac252f3fc4a5ba7b274b6a583"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["ec-person-aa83f35da599b82e4f15da018f4b3447eb648f7c","eu-tr-370649919011-72"]}} -{"id":"ec-meeting-2021-10-05-d99cbf0afc7cd53aca975465ce8fb9ffd64ac62c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-05 - Cabinet of President Ursula von der Leyen x Associazione Bancaria Italiana"],"date":["2021-10-05"],"summary":["Upcoming Basel III package: the position of ABI on the main elements."],"notes":["Portfolio: President"],"location":["Brussels - Belgium"],"address":["Brussels - Belgium"],"addressEntity":["addr-85d514873c3b55c68206168e47e9d4fc69799cc8"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["eu-tr-915519211566-03","ec-person-a159f03add374257584565c2b05cc5539a7526e6"]}} -{"id":"ec-meeting-2021-10-05-e1f26cc8360b40d20203fc4a58c6f00111b6919d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-05 - Cabinet of Vice-President Věra Jourová x European University Institute"],"date":["2021-10-05"],"summary":["Fighting misinformation online event"],"notes":["Portfolio: Values and Transparency"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["eu-tr-742228039171-04","ec-person-fb258e0188a5319bfaba3161382db43f5a85851f"]}} -{"id":"ec-meeting-2021-10-05-e869bd893092ef1a62b1605260dc7d29921e50aa","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-05 - Cabinet of Commissioner Stella Kyriakides x Wellcome Trust"],"date":["2021-10-05"],"summary":["VTC meeting on pandemic treaty, vaccine donations and cooperation at the G20."],"notes":["Portfolio: Health"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-kyriakides-of-stella"],"involved":["ec-person-43784ba1f5299ace66cb2287545e1dcae4372d14","eu-tr-912723313554-37"]}} -{"id":"ec-meeting-2021-10-06-06c5ea5d1e441548c0e881f7c2eb9a98f6cf9f7b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-06 - Cabinet of Commissioner Jutta Urpilainen x Reaktor Group Helsingin yliopisto"],"date":["2021-10-06"],"summary":["Digitalisation in Africa, AI"],"notes":["Portfolio: International Partnerships"],"location":["Videoconferece"],"address":["Videoconferece"],"addressEntity":["addr-eb34025336c18a15a5b59a792815ac4275d8866a"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["eu-tr-661042540157-54","eu-tr-153381241792-58","ec-person-a6ae9abd61cd135e990ccc05f2a7cc849f01a618","ec-person-1ec9383fd54d9d4cd8a154c01fa71549eb8c75ac"]}} -{"id":"ec-meeting-2021-10-06-295e7261e518c1241f116184d075045660a1b3ee","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-06 - Cabinet of President Ursula von der Leyen x Global Citizen"],"date":["2021-10-06"],"summary":["Global Citizen Paris event on 25 September and G20 Summit in Rome on 30-31 October."],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["eu-tr-211392938041-28","ec-person-a15f450526451c70384a05ea9a3a7400ba2d3e7e"]}} -{"id":"ec-meeting-2021-10-06-40ce732d22eac614af31facd936418adf7d2dd26","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-06 - Financial Stability, Financial Services and Capital Markets Union x International Financial Reporting Standards (IFRS) Foundation"],"date":["2021-10-06"],"summary":["EU sustainability reporting standards"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-830882416841-19","ec-person-1fce211249673c35ee07a801ddee77ab24af8d54"]}} -{"id":"ec-meeting-2021-10-06-4e24315fa3670bc52318c3d503cc3842fbe572bc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-06 - Cabinet of Executive Vice-President Frans Timmermans x APERAM SA industriAll European Trade Union ArcelorMittal The European Steel Association"],"date":["2021-10-06"],"summary":["Circular economy and upcoming revision of waste shipment rules"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-23527541824-60","ec-person-8af3c81534786a740718d21dc58240738a53ed7b","eu-tr-358284014848-82","eu-tr-814394434851-43","eu-tr-93038071152-83"]}} -{"id":"ec-meeting-2021-10-06-50fa5ff396e6793211ae1e5bc77d51e52bb24874","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-06 - Cabinet of Commissioner Nicolas Schmit x EUROPEAN TRADE UNION CONFEDERATION"],"date":["2021-10-06"],"summary":["European Semester"],"notes":["Portfolio: Jobs and Social Rights"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-c2208333f0f75350eef62b355a40bf856f2d9cef","eu-tr-06698681039-26"]}} -{"id":"ec-meeting-2021-10-06-58b1e4881ce464a3c4dfdd50290b91dda466c952","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-06 - Cabinet of Vice-President Věra Jourová x Deutsche Industrie- und Handelskammer"],"date":["2021-10-06"],"summary":["Sustainable Corporate Governance"],"notes":["Portfolio: Values and Transparency"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["ec-person-221276f2dfa4b8fe628f08e982d967b6aeb61c57","eu-tr-22400601191-42"]}} -{"id":"ec-meeting-2021-10-06-5c026bb48e51b559c8f84f3fa336535648103421","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-06 - Internal Market, Industry, Entrepreneurship and SMEs x The European Organization for Packaging and the Environment"],"date":["2021-10-06"],"summary":["EUROPEN would like to share concerns on:\r\n1)\tProliferation of national measures on packaging\r\n2)\tRevision of the Packaging and Packaging Waste Directive (lead: DG ENV)\r\n3)\tA single market for Secondary Raw Materials"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-grow"],"involved":["ec-person-0151c7e554d188fffc509ad636b7d1a84c5dfcd5","eu-tr-0001976677-12"]}} -{"id":"ec-meeting-2021-10-06-7956180516cfe3cb5e18e09019501937a501a5a1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-06 - Cabinet of Executive Vice-President Valdis Dombrovskis x Deutscher Sparkassen-und Giroverband Österreichischer Sparkassenverband"],"date":["2021-10-06"],"summary":["Fit for 55, sustainable finance"],"notes":["Portfolio: An Economy that Works for People"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-235870cd7eb41f2494f695fce18b5b5b88647113","eu-tr-62379064909-15","eu-tr-22115995998-08"]}} -{"id":"ec-meeting-2021-10-06-80458c361ff7b3a2dd1a443def552d82d7d1acfa","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-06 - Financial Stability, Financial Services and Capital Markets Union x Deutsche Gesellschaft für Auswärtige Politik e.V."],"date":["2021-10-06"],"summary":["EU economic governance review"],"location":["Virtual meeting"],"address":["Virtual meeting"],"addressEntity":["addr-1f1f3f51a4da31a1ea5c1b4b21cbf52ad983224f"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-274682235651-46","ec-person-1fce211249673c35ee07a801ddee77ab24af8d54"]}} -{"id":"ec-meeting-2021-10-06-9419bf35909b0fe7095e58d51b43532cc9ce9ca0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-06 - Cabinet of Commissioner Thierry Breton x European Association Automotive Suppliers"],"date":["2021-10-06"],"summary":["Transition pathway in automotive in line with EU Climate Law"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-6308dea893b9b1ca0dcd5b91b4a1ac4c2f3020ad","eu-tr-91408765797-03"]}} -{"id":"ec-meeting-2021-10-06-a36b9def0d89c817c4cb4ff0ad3d117b35c953cd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-06 - Cabinet of Executive Vice-President Frans Timmermans x ABN AMRO Bank N.V. Rabobank Land- en Tuinbouw Organisatie Nederland Nederlandse Vereniging van Banken / Dutch Banking Association"],"date":["2021-10-06"],"summary":["Basel III"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-353231132587-96","eu-tr-51894741860-19","ec-person-e88af8eb396e96e3dbc9b4ec6e40a348d26c389c","eu-tr-006687715492-92","eu-tr-4656646862-72","ec-person-33624431cbec1074e151c1707715ef46d2ba9565"]}} -{"id":"ec-meeting-2021-10-06-a87611333cfe6f36bc4fa14f80c3dfc73b5fdbf1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-06 - Agriculture and Rural Development x International Federation of Organic Agriculture Movements EU Regional Group"],"date":["2021-10-06"],"summary":["Exchange of views on organics and CAP Strategic Plans"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-agri"],"involved":["eu-tr-67128251296-84","ec-person-94f7c6e6875fa76120558bda38f913792cc61934"]}} -{"id":"ec-meeting-2021-10-06-ad2d1fd01f784f3467f8f61cf601792dc93c19f0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-06 - Cabinet of Executive Vice-President Frans Timmermans x European Association Automotive Suppliers"],"date":["2021-10-06"],"summary":["Transition pathway in automotive in line with EU Climate Law"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-91408765797-03","ec-person-d56ecbfde17436a136fc89c9a978b266e8285c84"]}} -{"id":"ec-meeting-2021-10-06-eb11bac8aa115e81a0549880e7d2a2431cf0f114","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-06 - Directorate-General for International Partnerships x Partnerships in Health"],"date":["2021-10-06"],"summary":["Covid-19 Response Mechanism"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-dg-intpa"],"involved":["eu-tr-178676532639-72","ec-person-afe6f55069d2cc5483157e138e41abd63140fdd8"]}} -{"id":"ec-meeting-2021-10-06-fdd1c32ba8e283c38d38731c0819ed373c3796d3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-06 - Cabinet of Executive Vice-President Valdis Dombrovskis x Snam S.p.A."],"date":["2021-10-06"],"summary":["European Green Deal, sustainable finance"],"notes":["Portfolio: An Economy that Works for People"],"location":["Video-conference"],"address":["Video-conference"],"addressEntity":["addr-afae67aab834151e72f631228e72361e369db072"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-235870cd7eb41f2494f695fce18b5b5b88647113","eu-tr-284336314886-25"]}} -{"id":"ec-meeting-2021-10-07-058d12913f87200102020d6c924e72162b2f4449","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-07 - Research and Innovation x CSC – IT CENTER FOR SCIENCE LTD."],"date":["2021-10-07"],"summary":["Research infrastructures, research data"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-rtd"],"involved":["eu-tr-098297335667-27","ec-person-1d348f33395de0ea6773a7b4ae8797e3e0392f73"]}} -{"id":"ec-meeting-2021-10-07-088bd541d350784e911d7eb25e8e8f25d2c9c739","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-07 - Informatics x SAP"],"date":["2021-10-07"],"summary":["1. Discussion on current and future cooperation between SAP and DIGIT (IT department of the Commission) \r\n2. Lessons learned from the COVID Crisis\r\n3. A view on the Digital Commission"],"location":["Brussels (L107)"],"address":["Brussels (L107)"],"addressEntity":["addr-c90b1a3436d451c32140d624a6c8658610aa22c8"],"organizer":["ec-dg-digit"],"involved":["ec-person-604d9fe28b16401771b67c820e6ce912f4d4a6b7","eu-tr-639117311617-01"]}} -{"id":"ec-meeting-2021-10-07-17cc1f3736bdb90686d48ace6d0c5a9f3404863a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-07 - Cabinet of Executive Vice-President Frans Timmermans x International Biocontrol Manufacturers' Association"],"date":["2021-10-07"],"summary":["Biopesticides"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-06818218065-85","ec-person-33624431cbec1074e151c1707715ef46d2ba9565"]}} -{"id":"ec-meeting-2021-10-07-2ae8d06b1f797ae403b0f0f7057cb629fd9caa57","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-07 - Cabinet of Commissioner Nicolas Schmit x EUROPEAN TRADE UNION CONFEDERATION Algemeen Christelijk Vakverbond van België Fédération Générale du Travail de Belgique - Algemeen Belgisch Vakverbond"],"date":["2021-10-07"],"summary":["forthcoming EU initiative to improve working conditions in platform work"],"notes":["Portfolio: Jobs and Social Rights"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-8eb18b6102d444937bc6af5822a6742812165b48","eu-tr-504693417417-52","eu-tr-06698681039-26","eu-tr-80866452991-55"]}} -{"id":"ec-meeting-2021-10-07-368b40c313981bf5a0a7d03f13cb4bc1c9f57eb9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-07 - Cabinet of Executive Vice-President Margrethe Vestager x Centre for Democracy & Technology, Europe"],"date":["2021-10-07"],"summary":["Digital Services Act, EU Action Plan on Democracy and Human Rights"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0","eu-tr-57305017757-64","ec-person-7167587814c61122201e2afb04bfb47539db4823"]}} -{"id":"ec-meeting-2021-10-07-3eede61194cb136b12c0325b9db633c96296d4d5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-07 - Cabinet of Executive Vice-President Valdis Dombrovskis x Médecins Sans Frontières International Stichting Health Action International Human Rights Watch"],"date":["2021-10-07"],"summary":["COVID Vaccines"],"notes":["Portfolio: An Economy that Works for People"],"location":["video conference"],"address":["video conference"],"addressEntity":["addr-6dc12e3c97077db82f32184f24341ce370a445fd"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["eu-tr-44361352681-84","eu-tr-928308827208-10","ec-person-3520008ac93a203db50d106deafde939bc2729f1","eu-tr-56362448807-46"]}} -{"id":"ec-meeting-2021-10-07-45fd9a33d9758bc535f33bb8862b70cca1eeeb12","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-07 - Cabinet of President Ursula von der Leyen x ARD-Verbindungsbüro Brüssel ZDF Europabüro Brüssel"],"date":["2021-10-07"],"summary":["Media Freedom Act"],"notes":["Portfolio: President"],"location":["Brussels (WEBEX)"],"address":["Brussels (WEBEX)"],"addressEntity":["addr-3afbdeda01f3dac93a9dc841fdac57d9de27b869"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-7019713e72781afb1f3b19032c4752a314b78180","eu-tr-6774178922-55","eu-tr-3209361971-85"]}} -{"id":"ec-meeting-2021-10-07-61d5f94c0c57c5907f612a647fb02f7b89021c1e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-07 - Cabinet of Commissioner Thierry Breton x European Newspaper Publishers' Association European Magazine Media Association"],"date":["2021-10-07"],"summary":["Media remuneration in DMA"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-5950962136-12","ec-person-4d83416435f81b1f1e8f5c86aeebb1478577f1d2","eu-tr-37937886834-69"]}} -{"id":"ec-meeting-2021-10-07-676b61b81b107eb51cf8c521db89965ac00d201b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-07 - Cabinet of Executive Vice-President Frans Timmermans x Suomen Yrittäjät ry"],"date":["2021-10-07"],"summary":["Fit for 55"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-e88af8eb396e96e3dbc9b4ec6e40a348d26c389c","eu-tr-032592932156-20"]}} -{"id":"ec-meeting-2021-10-07-8a932ec3c4c8941c2308f41b59c6cd8943f583c2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-07 - Cabinet of Commissioner Thierry Breton x European Tech Alliance"],"date":["2021-10-07"],"summary":["Tech regulation and impact on start-ups & scale-ups"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-4d83416435f81b1f1e8f5c86aeebb1478577f1d2","eu-tr-189607519323-76"]}} -{"id":"ec-meeting-2021-10-07-9772b5b15513aaf8886e4fa3664300b6bb19d25c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-07 - Cabinet of Commissioner Thierry Breton x ISFE - Representing the European Videogames Industry"],"date":["2021-10-07"],"summary":["Green and digital transition"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-6308dea893b9b1ca0dcd5b91b4a1ac4c2f3020ad","eu-tr-20586492362-11"]}} -{"id":"ec-meeting-2021-10-07-995e6051bb0fbd3afe5ffa2113a15f23ba64deab","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-07 - Cabinet of Executive Vice-President Margrethe Vestager x European Newspaper Publishers' Association European Magazine Media Association"],"date":["2021-10-07"],"summary":["Digital Services Act, Digital Markets Act"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-5950962136-12","ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0","ec-person-73fb1ddd279f8c6697a055567a2c09606006b875","eu-tr-37937886834-69"]}} -{"id":"ec-meeting-2021-10-07-9aa919fa6f2a987ca391776a07fc268f8f711401","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-07 - Cabinet of Executive Vice-President Valdis Dombrovskis x Verband Deutscher Maschinen- und Anlagenbau e.V."],"date":["2021-10-07"],"summary":["Due diligence"],"notes":["Portfolio: An Economy that Works for People"],"location":["video-conference"],"address":["video-conference"],"addressEntity":["addr-8736c288a4bc51ee27ef4ed41e652409a37e60d1"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-235870cd7eb41f2494f695fce18b5b5b88647113","eu-tr-9765362691-45"]}} -{"id":"ec-meeting-2021-10-07-a41432386b9a0a76c7f8b4433e79ab356e97a7e8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-07 - Cabinet of Commissioner Mairead Mcguinness x Fédération bancaire française"],"date":["2021-10-07"],"summary":["Basel III"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Virtual Meeting"],"address":["Virtual Meeting"],"addressEntity":["addr-ed078b6749077909a1a45720507ac2da9277b8b3"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["eu-tr-09245221105-30","ec-person-49e520c7a9c9c47ccb5acfa68f9416e4233af9f8"]}} -{"id":"ec-meeting-2021-10-07-a622e3aad870bf84a51206a4defdc52b451a23b3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-07 - Cabinet of Commissioner Mairead Mcguinness x Invest Europe"],"date":["2021-10-07"],"summary":["Private Equity"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Video Conferencing"],"address":["Video Conferencing"],"addressEntity":["addr-e3b7413b2ac93be00b6bcff51fdc1374d67118bd"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-2b9c589fb2354bd93067644d2c3d2c058d4c4cc9","ec-person-0ba9b89127b39af6a66f2fc3ed727332f1b19a34","eu-tr-60975211600-74"]}} -{"id":"ec-meeting-2021-10-07-d8a5cf5dbbc7aec52c935c13ffd1d4edd2aee86d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-07 - Cabinet of Executive Vice-President Frans Timmermans x Kaoem Telapak Fern EcoCare Ghana World Economic Forum"],"date":["2021-10-07"],"summary":["EU action on tackling global deforestation"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-8af3c81534786a740718d21dc58240738a53ed7b","eu-tr-567538843366-43","eu-tr-40538475090-82","ec-person-4d24ceb9e6bdaabe394d1506aa601a9ce9d0e59b","eu-tr-830602544290-51","eu-tr-493567240443-80"]}} -{"id":"ec-meeting-2021-10-07-e914dc0975e22663d80eb85fb662f0cc39674943","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-07 - Cabinet of Commissioner Thierry Breton x ZDF Europabüro Brüssel ARD-Verbindungsbüro Brüssel"],"date":["2021-10-07"],"summary":["Media Freedom Act"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-6774178922-55","eu-tr-3209361971-85","ec-person-5215bd372c5a1202399d77ecceb8c16de8d7d55c"]}} -{"id":"ec-meeting-2021-10-07-f1ff32f8535a070a5139f55dc00dc13ab481b4c2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-07 - Cabinet of Commissioner Nicolas Schmit x Deliveroo"],"date":["2021-10-07"],"summary":["Platform work"],"notes":["Portfolio: Jobs and Social Rights"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-8eb18b6102d444937bc6af5822a6742812165b48","ec-person-4cf4655ab41922e92160325d987a3c4615c72d30","ec-person-935314e38d735654cae8ee61313a3d73439b242d","eu-tr-747495331229-90","ec-person-c03b949331dbbe5fa3d5423758e371ec1b9b832f"]}} -{"id":"ec-meeting-2021-10-08-0396938418d20e995dda98031a39bd75a8a33f08","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-08 - Cabinet of Vice-President Margaritis Schinas x MEDICINES FOR EUROPE"],"date":["2021-10-08"],"summary":["Pharma Strategy"],"notes":["Portfolio: Promoting the European Way of Life"],"location":["Athens"],"address":["Athens"],"addressEntity":["addr-b85c37fe604c92003f3f88be8edf938efbe00ff2"],"organizer":["ec-cabinet-margaritis-of-president-schinas-vice"],"involved":["ec-person-d5cada2a1a17537a675985af31e5ce07ae3bfd42","eu-tr-48325781850-28","ec-person-441544ea0e0088aa50add026fd21f8689754c7a8"]}} -{"id":"ec-meeting-2021-10-08-11dfc87e84e3c2cb0ae6b387a3c6a63a02bdc924","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-08 - Cabinet of Vice-President Margaritis Schinas x Panhellenic Union of Pharmaceutical Industry"],"date":["2021-10-08"],"summary":["Pharma policies"],"notes":["Portfolio: Promoting the European Way of Life"],"location":["Athens"],"address":["Athens"],"addressEntity":["addr-b85c37fe604c92003f3f88be8edf938efbe00ff2"],"organizer":["ec-cabinet-margaritis-of-president-schinas-vice"],"involved":["ec-person-d5cada2a1a17537a675985af31e5ce07ae3bfd42","ec-person-441544ea0e0088aa50add026fd21f8689754c7a8","eu-tr-336263411883-56"]}} -{"id":"ec-meeting-2021-10-08-12fb334122d105551b4c18161a5639e2c0acf7f6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-08 - Cabinet of Commissioner Janez Lenarčič x Appel de Genève / Geneva Call"],"date":["2021-10-08"],"summary":["International Humanitarian Law"],"notes":["Portfolio: Crisis Management"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-janez-lenarcic-of"],"involved":["eu-tr-302979911822-71","ec-person-35334591a1ee219b6f0829d58a8cfba058540557","ec-person-a6cd325c80698b2331699224c780ebfb10573602"]}} -{"id":"ec-meeting-2021-10-08-1b9fe5e7f661830812f666d8a100ad4ace1a5e4a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-08 - Cabinet of Commissioner Kadri Simson x RWE AG"],"date":["2021-10-08"],"summary":["• Short introduction of RWE;\r\n• Fit for 55 package, especially the revision of the Renewable Energy Directive;\r\n• Delegated Act on Art. 27.3 of the Renewable Energy Directive regarding criteria for renewable hydrogen."],"notes":["Portfolio: Energy"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["ec-person-ba3b83676ad38094e71b64b644f3e3d2c61b8182","ec-person-2fb98fc84d2cf8d481688eff3d47f7745ead3592","eu-tr-77608353460-77","ec-person-1995c65b8dc7f3702a8c30ed96a0144075848837"]}} -{"id":"ec-meeting-2021-10-08-1c5cf5760c3a2ac50dc393a16eec1f1c2a907fa3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-08 - Cabinet of Commissioner Virginijus Sinkevičius x #WithdrawTheCAP"],"date":["2021-10-08"],"summary":["To discuss the Fit for 55 package, Europe’s climate ambition and the recent Intergovernmental Panel on Climate Change report"],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["eu-tr-935905340442-90","ec-person-dd7a7b1952e158f4195d34cff333ec79a4f48ba3"]}} -{"id":"ec-meeting-2021-10-08-204c30c1786c77e78e4d268a776f1aeba7846865","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-08 - Defence Industry and Space x WithSecure Corporation"],"date":["2021-10-08"],"summary":["Meeting to discuss on cyber security, cyber resilience act and EDF."],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-defis"],"involved":["ec-person-a5e52cd544ea3aa44eb4b31fac65a468499f106e","eu-tr-957279018810-11"]}} -{"id":"ec-meeting-2021-10-08-206c7bea81087761f961a12808889992525530fb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-08 - Cabinet of Commissioner Mairead Mcguinness x DNB Bank ASA"],"date":["2021-10-08"],"summary":["Basel 111 Framework"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-2b9c589fb2354bd93067644d2c3d2c058d4c4cc9","eu-tr-994205929819-78"]}} -{"id":"ec-meeting-2021-10-08-6219b637a10f83f4548e920621c924f2c141868e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-08 - Health and Food Safety x Notre Europe - Institut Jacques Delors / Notre Europe - Jacques Delors Institute"],"date":["2021-10-08"],"summary":["Nutrition and greening of agriculture in the European Union."],"location":["Brussels - virtual via Webex"],"address":["Brussels - virtual via Webex"],"addressEntity":["addr-36af38c17d9bf0991ab14f4875d1cfd04298c34a"],"organizer":["ec-dg-sante"],"involved":["eu-tr-726109217329-25","ec-person-f442ca8cd331fc51ad479fe0db982bb9fdb00647"]}} -{"id":"ec-meeting-2021-10-08-708708b6c7d04e8f814edbe70d3598240a608910","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-08 - Cabinet of Executive Vice-President Margrethe Vestager x European Federation of Public Service Unions"],"date":["2021-10-08"],"summary":["Meeting with Dansk Metal, a Danish member of EPSU on Platform work"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Copenhagen"],"address":["Copenhagen"],"addressEntity":["addr-3f7c839db34cfeebcefe96d90a0e37e02c8e52c6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-d7607503188de4dff4a730df803ecaac9b411aae","ec-person-11d97788772862bb34f51dd26d7f92603eac1bf8","eu-tr-04902121531-04"]}} -{"id":"ec-meeting-2021-10-08-923be22835ad4b8eecc5e054bb67eb38594a1bf3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-08 - Cabinet of Commissioner Kadri Simson x UNION FRANCAISE DE L'ELECTRICITE - UFE"],"date":["2021-10-08"],"summary":["Overview of the FR electricity sector and discussion on the increase of electricity price."],"notes":["Portfolio: Energy"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["ec-person-9b7f5fe059e5b0b40e79e9170211aa2f02322fdb","eu-tr-30146663069-53","ec-person-1995c65b8dc7f3702a8c30ed96a0144075848837"]}} -{"id":"ec-meeting-2021-10-08-ae219ea906d0a5620cc0449e43e78f830763960c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-08 - Cabinet of Commissioner Janez Lenarčič x Povod, Institute for culture and development of international relations in culture"],"date":["2021-10-08"],"summary":["Policy Coherence for Sustainable Development and the European Green Deal"],"notes":["Portfolio: Crisis Management"],"location":["Virtual participation in a conference"],"address":["Virtual participation in a conference"],"addressEntity":["addr-b7b580dadba01d5d2c884aa3af28ca81939104e2"],"organizer":["ec-cabinet-commissioner-janez-lenarcic-of"],"involved":["ec-person-8cad9a810a8a25f5298dbe7a8d3a7dd0e7aa53d5","eu-tr-705844744239-82"]}} -{"id":"ec-meeting-2021-10-08-aee7e10cc6eb52c84dfa36cc6b72f85252fd8445","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-08 - Cabinet of Vice-President Margaritis Schinas x Boehringer Ingelheim"],"date":["2021-10-08"],"summary":["Pharma policies"],"notes":["Portfolio: Promoting the European Way of Life"],"location":["Paianias"],"address":["Paianias"],"addressEntity":["addr-f5ae8babe3490739bda9552309d82798cffbb7f1"],"organizer":["ec-cabinet-margaritis-of-president-schinas-vice"],"involved":["ec-person-d5cada2a1a17537a675985af31e5ce07ae3bfd42","eu-tr-289777818743-24","ec-person-441544ea0e0088aa50add026fd21f8689754c7a8"]}} -{"id":"ec-meeting-2021-10-08-b8ec49b2e7b0b69a3a2ff5cf1f3a45c2f6300258","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-08 - Cabinet of Executive Vice-President Frans Timmermans x SUEZ Group"],"date":["2021-10-08"],"summary":["World Materials Forum and EU action on circular economy"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-e88af8eb396e96e3dbc9b4ec6e40a348d26c389c","eu-tr-27799842497-69","ec-person-8af3c81534786a740718d21dc58240738a53ed7b"]}} -{"id":"ec-meeting-2021-10-08-bb3e8a8a79ec5175a32617b5596059f7e76b244e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-08 - Cabinet of Executive Vice-President Margrethe Vestager x Mozilla Corporation"],"date":["2021-10-08"],"summary":["Digital Services Act, eIDAS"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-174457719063-67","ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0"]}} -{"id":"ec-meeting-2021-10-08-ccee0e73bfd765ca56b7faac5e3e04e2f53e7733","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-08 - Financial Stability, Financial Services and Capital Markets Union x Optiver Fleishman-Hillard"],"date":["2021-10-08"],"summary":["CMU"],"location":["Virtual meeting"],"address":["Virtual meeting"],"addressEntity":["addr-1f1f3f51a4da31a1ea5c1b4b21cbf52ad983224f"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-56047191389-84","eu-tr-686385826434-06","ec-person-1fce211249673c35ee07a801ddee77ab24af8d54"]}} -{"id":"ec-meeting-2021-10-08-edb4f047228356fac3a9d80adc232f5203aa5cbf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-08 - Cabinet of Commissioner Jutta Urpilainen x OXFAM INTERNATIONAL EU ADVOCACY OFFICE International Disability and Development Consortium International Planned Parenthood Federation European Network The ONE Campaign GLOBAL HEALTH ADVOCATES DSW (Deutsche Stiftung Weltbevoelkerung) ACTION CONTRE LA FAIM WaterAid"],"date":["2021-10-08"],"summary":["Africa-EU partnership"],"notes":["Portfolio: International Partnerships"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["eu-tr-46856801604-90","eu-tr-26098317349-65","eu-tr-26634082731-16","eu-tr-272646820681-30","eu-tr-32018754890-28","ec-person-b5a90dd5ba1c715a3e7923281f7a6ae9975796d8","ec-person-6357f4506ca5351b3a822936612fd6006da48722","eu-tr-48655305058-87","eu-tr-07720398190-53","eu-tr-49806329193-46"]}} -{"id":"ec-meeting-2021-10-08-f11566c00b4ef167bdd6527dc724564a967c9139","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-08 - Cabinet of Commissioner Janusz Wojciechowski x Naturschutzbund Deutschland e.V."],"date":["2021-10-08"],"summary":["CAP programming and biodiversity protection in DE"],"notes":["Portfolio: Agriculture"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["eu-tr-0285583802-96","ec-person-cafe030b6dad78a75143f7552c420481b30ebceb","ec-person-08c62f972c22464aca7a65520eb9406f8db14a66"]}} -{"id":"ec-meeting-2021-10-11-02a030d7f3eae094ad94b4a1954cdb9f51454e4e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-11 - Cabinet of Commissioner Johannes Hahn x Wirtschaftskammer Österreich"],"date":["2021-10-11"],"summary":["European recovery; Green Deal."],"notes":["Portfolio: Budget and Administration"],"location":["Linz"],"address":["Linz"],"addressEntity":["addr-d35d56d5cc2a14d2508e387e31e875f540cdfd98"],"organizer":["ec-cabinet-commissioner-hahn-johannes-of"],"involved":["ec-person-6dd3472dac004e43ec1fa4f5b4106e3b476c9ce7","eu-tr-10405322962-08"]}} -{"id":"ec-meeting-2021-10-11-03e48e40017858bc224c4dda4d32c157067c621e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-11 - Budget x Nomura Holdings, Inc."],"date":["2021-10-11"],"summary":["Next Generation EU"],"location":["webex"],"address":["webex"],"addressEntity":["addr-a37f437ef502701df6cd547f0ec20f9f6c19464e"],"organizer":["ec-dg-budg"],"involved":["ec-person-39635b893026833f739fe623fe7e9d5a97525e7a","eu-tr-736467635874-04"]}} -{"id":"ec-meeting-2021-10-11-0608ed8bc31cf20dfcbb19f3050c30f3c486d2e3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-11 - Cabinet of Vice-President Margaritis Schinas x European Olympic Committees EU Office"],"date":["2021-10-11"],"summary":["Meeting with Mr. Spyros Capralos, President of the Hellenic Olympic Committee and President of the European Olympic Committees"],"notes":["Portfolio: Promoting the European Way of Life"],"location":["Brussels, BERL"],"address":["Brussels, BERL"],"addressEntity":["addr-3c3fa5f92474ebac668808553fbab6d1c14aa243"],"organizer":["ec-cabinet-margaritis-of-president-schinas-vice"],"involved":["ec-person-901d49b3e3af3e96de8d42787e8633b0adc76ca1","ec-person-d5cada2a1a17537a675985af31e5ce07ae3bfd42","eu-tr-827752410362-51"]}} -{"id":"ec-meeting-2021-10-11-0d098bf0a0d57d7b3a1ee62ea7048003c3267c40","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-11 - Financial Stability, Financial Services and Capital Markets Union x Association Française de la Gestion financière AMUNDI AM AXA Investment Managers BNP PARIBAS"],"date":["2021-10-11"],"summary":["Retail Investment Strategy"],"location":["Virtual meeting"],"address":["Virtual meeting"],"addressEntity":["addr-1f1f3f51a4da31a1ea5c1b4b21cbf52ad983224f"],"organizer":["ec-dg-fisma"],"involved":["ec-person-1fce211249673c35ee07a801ddee77ab24af8d54","eu-tr-78787381113-69","eu-tr-75149096203-49","eu-tr-5975679180-97","eu-tr-94607479886-02"]}} -{"id":"ec-meeting-2021-10-11-12fe0090785dd80d356e2c2120589e708b6001a0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-11 - Cabinet of Commissioner Mairead Mcguinness x European Mortgage Federation - European Covered Bond Council"],"date":["2021-10-11"],"summary":["Basel III"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Virtual Meeting"],"address":["Virtual Meeting"],"addressEntity":["addr-ed078b6749077909a1a45720507ac2da9277b8b3"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["eu-tr-24967486965-09","ec-person-49e520c7a9c9c47ccb5acfa68f9416e4233af9f8"]}} -{"id":"ec-meeting-2021-10-11-351ed4468fc758ae557327f537afd9115464516b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-11 - Cabinet of Commissioner Thierry Breton x Skandinaviska Enskilda Banken AB (publ)"],"date":["2021-10-11"],"summary":["Industrial strategy and implementation"],"notes":["Portfolio: Internal Market"],"location":["Stockholm, Sweden"],"address":["Stockholm, Sweden"],"addressEntity":["addr-92169336ee423643e4d74d0dc5724c6b612cc7a8"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-6308dea893b9b1ca0dcd5b91b4a1ac4c2f3020ad","ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","eu-tr-870768732070-09"]}} -{"id":"ec-meeting-2021-10-11-463422c337fff975d123680c57bbd35644cce24d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-11 - Cabinet of Commissioner Thierry Breton x Northvolt"],"date":["2021-10-11"],"summary":["Batteries and green steel"],"notes":["Portfolio: Internal Market"],"location":["Stockholm, Sweden"],"address":["Stockholm, Sweden"],"addressEntity":["addr-92169336ee423643e4d74d0dc5724c6b612cc7a8"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-278373226442-94","ec-person-6308dea893b9b1ca0dcd5b91b4a1ac4c2f3020ad","ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0"]}} -{"id":"ec-meeting-2021-10-11-475a06cff7a6bd2341c3eac2d2bc91b0962e1f76","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-11 - Mobility and Transport x FuelsEurope"],"date":["2021-10-11"],"summary":["Fit for 55"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-dg-move"],"involved":["eu-tr-26207914726-42","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2021-10-11-6c3cef9b79e835ac7fca812e38815921d9446430","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-11 - Cabinet of Commissioner Johannes Hahn x Wiener Börse AG Vereinigung der österreichischen Industrie - Industriellenvereinigung"],"date":["2021-10-11"],"summary":["European stock markets. Current challenges and European recovery"],"notes":["Portfolio: Budget and Administration"],"location":["Videoconference call"],"address":["Videoconference call"],"addressEntity":["addr-d1964f978a9a3925b783c40d0fd778ce0d40e512"],"organizer":["ec-cabinet-commissioner-hahn-johannes-of"],"involved":["ec-person-0a9c49ba84ea78ae0ec9c6fadde7b6d66e7a1054","eu-tr-89093924456-06","eu-tr-75637235471-23"]}} -{"id":"ec-meeting-2021-10-11-742af5c0a7e87a5b597df036e38175c45e1759dd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-11 - Cabinet of Commissioner Thierry Breton x Meta Platforms Ireland Limited and its various subsidiaries (f/k/a Facebook Ireland Limited)"],"date":["2021-10-11"],"summary":["Artificial Intelligence research in Europe (with Facebook France)"],"notes":["Portfolio: Internal Market"],"location":["Videconference"],"address":["Videconference"],"addressEntity":["addr-e611dc74f08dc0cb4369d9147ee1bc357f769320"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-d6689ffc6695e7e65bdd0e0c0da1721d3031ea1b","eu-tr-28666427835-74"]}} -{"id":"ec-meeting-2021-10-11-78c9fa227ebf91472e06038e91f2b95f08bad22b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-11 - Cabinet of Executive Vice-President Margrethe Vestager x european competitive telecommunications association"],"date":["2021-10-11"],"summary":["EUs digital ambition for 2030"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-11d97788772862bb34f51dd26d7f92603eac1bf8","eu-tr-24627752238-32"]}} -{"id":"ec-meeting-2021-10-11-8222d392b424ae2e2361e3852e5e95e6c9b2d508","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-11 - Cabinet of Commissioner Mairead Mcguinness x TIAO SA"],"date":["2021-10-11"],"summary":["ESG reporting & SMEs"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-a5441c6a69a8a94fd64e02def60fcc6567f2c1d8","eu-tr-674168444299-26"]}} -{"id":"ec-meeting-2021-10-11-866607e36a56acee76d7abc23461a9daa40ba7e5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-11 - Cabinet of Commissioner Thierry Breton x Association des Constructeurs Européens d'Automobiles"],"date":["2021-10-11"],"summary":["Preparation meeting with Commissioner"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-6308dea893b9b1ca0dcd5b91b4a1ac4c2f3020ad","eu-tr-0649790813-47"]}} -{"id":"ec-meeting-2021-10-11-8a1e2cddfbe4ba1d5610b3ebf5e2fc57636b206e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-11 - Cabinet of President Ursula von der Leyen x Deutsche Gesellschaft für Auswärtige Politik e.V."],"date":["2021-10-11"],"summary":["Digital power"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["eu-tr-274682235651-46","ec-person-7019713e72781afb1f3b19032c4752a314b78180"]}} -{"id":"ec-meeting-2021-10-11-93d6ef8f9bd2d08ec8da37fb0635d86680f99aaa","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-11 - Cabinet of Commissioner Johannes Hahn x voestalpine AG"],"date":["2021-10-11"],"summary":["Green deal ambitions; Current developments in energy prices; European recovery, global economic situation."],"notes":["Portfolio: Budget and Administration"],"location":["Linz"],"address":["Linz"],"addressEntity":["addr-d35d56d5cc2a14d2508e387e31e875f540cdfd98"],"organizer":["ec-cabinet-commissioner-hahn-johannes-of"],"involved":["ec-person-6dd3472dac004e43ec1fa4f5b4106e3b476c9ce7","eu-tr-189510925414-06"]}} -{"id":"ec-meeting-2021-10-11-959d0725558c8140a3ce22b149e866e2073c4cf5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-11 - Budget x The Royal Bank of Scotland"],"date":["2021-10-11"],"summary":["NGEU"],"location":["WEBEX"],"address":["WEBEX"],"addressEntity":["addr-7c1c4c0273f3262f1324e10718853b4d78ce2630"],"organizer":["ec-dg-budg"],"involved":["ec-person-39635b893026833f739fe623fe7e9d5a97525e7a","eu-tr-483974815034-52"]}} -{"id":"ec-meeting-2021-10-11-a6ead520b567226c3383e149e27e7a3b6460328f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-11 - Cabinet of Executive Vice-President Valdis Dombrovskis x KIC InnoEnergy SE"],"date":["2021-10-11"],"summary":["European battery alliance"],"notes":["Portfolio: An Economy that Works for People"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-3520008ac93a203db50d106deafde939bc2729f1","eu-tr-462849021886-85"]}} -{"id":"ec-meeting-2021-10-11-aa9433f7aad1c273e34479df78ef87d0db93be14","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-11 - Cabinet of Executive Vice-President Valdis Dombrovskis x European Mortgage Federation - European Covered Bond Council"],"date":["2021-10-11"],"summary":["Basel III"],"notes":["Portfolio: An Economy that Works for People"],"location":["video call"],"address":["video call"],"addressEntity":["addr-12d8c530d76da0b7745f9c0f9285e7eec97adc55"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-235870cd7eb41f2494f695fce18b5b5b88647113","eu-tr-24967486965-09"]}} -{"id":"ec-meeting-2021-10-11-b7824f08ba01e67e46057906468cf9c2f873df66","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-11 - Economic and Financial Affairs x BNP PARIBAS"],"date":["2021-10-11"],"summary":["Meeting with Jacques de Larosière, Adviser at BNP Paribas"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-ecfin"],"involved":["eu-tr-78787381113-69","ec-person-d59b69916c3a29673c14838feab22a7902555d52"]}} -{"id":"ec-meeting-2021-10-11-cfe46276b318371e8015a55e9fdc0fa41db66b7f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-11 - Cabinet of Commissioner Mairead Mcguinness x Global Legal Entity Identifier Foundation"],"date":["2021-10-11"],"summary":["Legal entity identifyer"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-0ba9b89127b39af6a66f2fc3ed727332f1b19a34","eu-tr-660337819709-62"]}} -{"id":"ec-meeting-2021-10-11-d9e27c8be7940002ecdac6c9e6dfe9d794fed167","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-11 - Cabinet of Executive Vice-President Frans Timmermans x Eurelectric aisbl"],"date":["2021-10-11"],"summary":["Courtesy meeting with the new President of Eurelectric"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-7c876f4825f213b8adbedf089ccedfbc3b36d65b","eu-tr-4271427696-87"]}} -{"id":"ec-meeting-2021-10-12-025aba6f6a72743989b0824f9b0951463ad435e4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-12 - Cabinet of Commissioner Kadri Simson x Gas Distributors for Sustainability"],"date":["2021-10-12"],"summary":["Presentation of GD4S White Paper on the role of gas networks as key enabler of the EU's energy transition."],"notes":["Portfolio: Energy"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["ec-person-ba3b83676ad38094e71b64b644f3e3d2c61b8182","ec-person-2fb98fc84d2cf8d481688eff3d47f7745ead3592","eu-tr-382692732615-35","ec-person-1995c65b8dc7f3702a8c30ed96a0144075848837"]}} -{"id":"ec-meeting-2021-10-12-17e3eac0ad7e4e0d47b8b48b4c7dfcdf8a30e079","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-12 - Cabinet of Executive Vice-President Frans Timmermans x Blue Yard Ltd"],"date":["2021-10-12"],"summary":["Hydrogen"],"notes":["Portfolio: European Green Deal"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-336411543076-42","ec-person-9eafbf4a92961023c7df3ab389ae6d4301dec4bf","ec-person-f1a3478550296f3f9accdc67d6ef5a0b681dda4b"]}} -{"id":"ec-meeting-2021-10-12-2e6cd3d1c53bc4f0aafbed3d6cdb21903930d73a","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2021-10-12 - Cabinet of Executive Vice-President Margrethe Vestager x Confederation of Swedish Enterprise"],"date":["2021-10-12"],"summary":["Issues within the competition portfolio"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-39912257528-48","ec-person-6b6135249735cff1f3061530471f1e159500c840","ec-person-11ba005cc4046696303381b7ca219da9b11a42bf"]}} -{"id":"ec-meeting-2021-10-12-34897191224f8660e67c8cb6629f4913131ccea2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-12 - Cabinet of Executive Vice-President Frans Timmermans x Confederation of European Paper Industries"],"date":["2021-10-12"],"summary":["Contribution of the sector to the European Green Deal"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-72279144480-58","ec-person-8af3c81534786a740718d21dc58240738a53ed7b"]}} -{"id":"ec-meeting-2021-10-12-350b59cf860d4122dc7d1c4639ad6a60a3c79f1a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-12 - Cabinet of Commissioner Nicolas Schmit x Deutscher Gewerkschaftsbund"],"date":["2021-10-12"],"summary":["Exchange on ongoing files in social policy."],"notes":["Portfolio: Jobs and Social Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["eu-tr-07595112423-87","ec-person-c03b949331dbbe5fa3d5423758e371ec1b9b832f"]}} -{"id":"ec-meeting-2021-10-12-39d71303ef73dd8543890dd22b977d89a6d2c7f9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-12 - Cabinet of Commissioner Kadri Simson x European Network of Transmission System Operators for Gas"],"date":["2021-10-12"],"summary":["Energy prices and security of supply."],"notes":["Portfolio: Energy"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["ec-person-ba3b83676ad38094e71b64b644f3e3d2c61b8182","eu-tr-565032821273-72","ec-person-2fb98fc84d2cf8d481688eff3d47f7745ead3592","ec-person-1995c65b8dc7f3702a8c30ed96a0144075848837"]}} -{"id":"ec-meeting-2021-10-12-4fb4cbc8012d19e15a87a8299c17273b5087d3a0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-12 - Cabinet of Commissioner Nicolas Schmit x Handwerkskammer Erfurt"],"date":["2021-10-12"],"summary":["Meeting with the Erfurt Chamber of Crafts on skills"],"notes":["Portfolio: Jobs and Social Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["eu-tr-351988745052-43","ec-person-66fa2c2d100ec194caa42b5c6f97c36e2748b71c","ec-person-935314e38d735654cae8ee61313a3d73439b242d","ec-person-c03b949331dbbe5fa3d5423758e371ec1b9b832f"]}} -{"id":"ec-meeting-2021-10-12-62e85d2658a8b954c22b70b00d417c5744683117","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-12 - Cabinet of President Ursula von der Leyen x Allied for Startups asbl"],"date":["2021-10-12"],"summary":["Exchange about Europe's digital ambitions with startup communities"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-7019713e72781afb1f3b19032c4752a314b78180","eu-tr-634665118544-37"]}} -{"id":"ec-meeting-2021-10-12-7b924c3b6411d002ef2b6b82e7ea0319c6d0c538","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-12 - Cabinet of Commissioner Nicolas Schmit x Industriegewerkschaft Metall"],"date":["2021-10-12"],"summary":["Exchange on ongoing files in social policy."],"notes":["Portfolio: Jobs and Social Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["eu-tr-757195013270-80","ec-person-c03b949331dbbe5fa3d5423758e371ec1b9b832f"]}} -{"id":"ec-meeting-2021-10-12-84ecdac266c300fc338b9b3343a59736d9afa1e8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-12 - Cabinet of Executive Vice-President Valdis Dombrovskis x Association Française des Entreprises Privées / French Association of Large Companies Deutsches Aktieninstitut Associazione fra le società italiane per azioni EuropeanIssuers"],"date":["2021-10-12"],"summary":["Sustainable Corporate Governance Initiative"],"notes":["Portfolio: An Economy that Works for People"],"location":["Video conference"],"address":["Video conference"],"addressEntity":["addr-ebc9fd5c2f372a32153cf3f4d5fb918a96b84a88"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["eu-tr-15491122381-71","ec-person-235870cd7eb41f2494f695fce18b5b5b88647113","eu-tr-953933297-85","eu-tr-20935778703-23","eu-tr-38064081304-25"]}} -{"id":"ec-meeting-2021-10-12-8a14ec4d4c24d8ba932fafe2e531f2202e159802","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-12 - Cabinet of Commissioner Mairead Mcguinness x EuropeanIssuers"],"date":["2021-10-12"],"summary":["Sustainable Corporate Governance Initiative"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-a5441c6a69a8a94fd64e02def60fcc6567f2c1d8","eu-tr-20935778703-23"]}} -{"id":"ec-meeting-2021-10-12-9081e90e2b577be7b594781602c3803780e657a7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-12 - Cabinet of Commissioner Adina Vălean x Global Business Travel Association"],"date":["2021-10-12"],"summary":["Meeting to discuss safe and sustainable transports."],"notes":["Portfolio: Transport"],"location":["Conference call"],"address":["Conference call"],"addressEntity":["addr-28ba88479582b2f75898964548da4252dc7db7d2"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["eu-tr-43871558497-67","ec-person-7f9ba99138b4fa5c698037dc7507219b1319e0a7"]}} -{"id":"ec-meeting-2021-10-12-923d11b9a41a3d932c33408ce552ccf3fc58ba1d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-12 - Budget x Intesa Sanpaolo"],"date":["2021-10-12"],"summary":["EU Primary Dealer Network"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-budg"],"involved":["ec-person-39635b893026833f739fe623fe7e9d5a97525e7a","eu-tr-24037141789-48"]}} -{"id":"ec-meeting-2021-10-12-9a90d4487ed824d87b0860d8c65995842661250d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-12 - Cabinet of Executive Vice-President Frans Timmermans x Vereinigung der österreichischen Industrie - Industriellenvereinigung"],"date":["2021-10-12"],"summary":["Fit for 55 Package"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-89093924456-06","ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce","ec-person-f1a3478550296f3f9accdc67d6ef5a0b681dda4b"]}} -{"id":"ec-meeting-2021-10-12-a734b3a03ee61863ab49c3ca662d4fae784e3b97","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-12 - Communications Networks, Content and Technology x Netflix International B.V."],"date":["2021-10-12"],"summary":["Netflix: ongoing digital files/media & audiovisual action plan"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-dg-connect"],"involved":["eu-tr-487726915971-30","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2021-10-12-ade5425fadefbfe0f6be7a6f40d6cbeff8f44760","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-12 - Cabinet of Commissioner Virginijus Sinkevičius x International Transport and Logistics Alliance"],"date":["2021-10-12"],"summary":["Meeting with Povilas Drizas, Director General to discuss the State of play in implementation of the EU Mobility package"],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["eu-tr-559038841498-62","ec-person-5d2fb692a102077260d7badef4a9f10132b72aee","ec-person-ef0f66e9880a22ea8d9657bd982daf9bd74838c1"]}} -{"id":"ec-meeting-2021-10-12-af3512e78205138b82d27e19819ba8c49a6f53b0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-12 - Cabinet of Commissioner Nicolas Schmit x Vereinigung der österreichischen Industrie - Industriellenvereinigung"],"date":["2021-10-12"],"summary":["The Pillar of Social rights (and an action plan), the minimum wage proposal and the initiative for social dialogue."],"notes":["Portfolio: Jobs and Social Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-66fa2c2d100ec194caa42b5c6f97c36e2748b71c","eu-tr-89093924456-06","ec-person-4cf4655ab41922e92160325d987a3c4615c72d30","ec-person-c03b949331dbbe5fa3d5423758e371ec1b9b832f"]}} -{"id":"ec-meeting-2021-10-12-b39af1fc42ec910c9316ce0a62a4bff67f373afd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-12 - Cabinet of Commissioner Johannes Hahn x Transparency International Liaison Office to the European Union"],"date":["2021-10-12"],"summary":["“MFF conditionality mechanism”"],"notes":["Portfolio: Budget and Administration"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hahn-johannes-of"],"involved":["ec-person-52ebdba1b5ae6d7ba661630f40cdaaa33c25ee7d","eu-tr-501222919-71"]}} -{"id":"ec-meeting-2021-10-12-b560ae007eb9ffc47d48a26869edb6ae329d3dda","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-12 - Cabinet of Commissioner Thierry Breton x Volvo AB"],"date":["2021-10-12"],"summary":["CO2 standards, Euro 7, connectivity"],"notes":["Portfolio: Internal Market"],"location":["Göteborg, Sweden"],"address":["Göteborg, Sweden"],"addressEntity":["addr-ea79522a5f506ee77978cb65b7f26646f666e55f"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-9cf97e549f67c3228d1478a3a67d652eb28c5b46","ec-person-6308dea893b9b1ca0dcd5b91b4a1ac4c2f3020ad","ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","eu-tr-51773601133-57"]}} -{"id":"ec-meeting-2021-10-12-b93586ff1be5e6b1ad87b445080cbf00eafff55a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-12 - Cabinet of Commissioner Ylva Johansson x European Internet Services Providers Association"],"date":["2021-10-12"],"summary":["Digital policies of DG Home"],"notes":["Portfolio: Home Affairs"],"location":["VTC meeting"],"address":["VTC meeting"],"addressEntity":["addr-ca12060f3db4dc290c981d365da981a55839e618"],"organizer":["ec-cabinet-commissioner-johansson-of-ylva"],"involved":["ec-person-d3f97e069d9ff016d7b65052f6eb6b98500ec118","eu-tr-54437813115-56"]}} -{"id":"ec-meeting-2021-10-12-bc2b0e41164e3a27bdc8702770bc7cffca16f03c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-12 - Cabinet of Commissioner Nicolas Schmit x Social Progress Imperative"],"date":["2021-10-12"],"summary":["Social Progress Index"],"notes":["Portfolio: Jobs and Social Rights"],"location":["online"],"address":["online"],"addressEntity":["addr-2dbc2fd2358e1ea1b7a6bc08ea647b9a337ac92d"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-c2208333f0f75350eef62b355a40bf856f2d9cef","eu-tr-771713924589-06","ec-person-1379f76d0c860e318f68852e1b57aa75454831f8"]}} -{"id":"ec-meeting-2021-10-12-c594136706af9335c84c2563446124fa7298da3a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-12 - Cabinet of Vice-President Věra Jourová x Radio France"],"date":["2021-10-12"],"summary":["EU values, Online platforms, Political debate online, safety of journalists"],"notes":["Portfolio: Values and Transparency"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["eu-tr-601894144214-35","ec-person-bf54da17217bbddfd9c68fe24d88005ac17e2c4b"]}} -{"id":"ec-meeting-2021-10-12-cc137136d7c7f93bcb0b8ce996f1b657de0486c6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-12 - Communications Networks, Content and Technology x Bayer AG"],"date":["2021-10-12"],"summary":["Health data & health data space"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-3523776801-85","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2021-10-12-cd15b3960cabf13ec6bbc2f5286cb29d25e65c87","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-12 - Mobility and Transport x Confederation of Swedish Enterprise"],"date":["2021-10-12"],"summary":["EU Transport Agenda"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-move"],"involved":["eu-tr-39912257528-48","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2021-10-12-d3438ea52becbb0697ba6c9a96f7361b5f8f37cc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-12 - Cabinet of Executive Vice-President Frans Timmermans x Koninklijke Vereniging MKB-Nederland Vereniging VNO-NCW"],"date":["2021-10-12"],"summary":["Speech on the Fit for 55 Package at Online seizoensopening VNO-NCW en MKB-Nederland"],"notes":["Portfolio: European Green Deal"],"location":["Brussels (videocnference)"],"address":["Brussels (videocnference)"],"addressEntity":["addr-44185183e311d13ee61e8572866e8cd30d8161dd"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce","eu-tr-13255254129-80","eu-tr-05673984520-73"]}} -{"id":"ec-meeting-2021-10-12-d9d4a83c9ce1833c84716960eeef7b7ba4fbbb15","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-12 - Cabinet of Commissioner Mairead Mcguinness x Associazione Nazionale fra le Imprese Assicuratrici"],"date":["2021-10-12"],"summary":["Pre-record speech on Sustainable Investment"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Video Conferencing."],"address":["Video Conferencing."],"addressEntity":["addr-912f3be8d3c705b575d95bd802535451d4e253ad"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-2b9c589fb2354bd93067644d2c3d2c058d4c4cc9","eu-tr-4756340957-20"]}} -{"id":"ec-meeting-2021-10-12-ddc12fdf0d6badaee976185c46c69ecb79a29f7f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-12 - Research and Innovation x AGENZIA PER LA PROMOZIONE DELLA RICERCA EUROPEA"],"date":["2021-10-12"],"summary":["Horizon Europe - APRE Annual conference"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-rtd"],"involved":["eu-tr-011479419288-08","ec-person-1d348f33395de0ea6773a7b4ae8797e3e0392f73"]}} -{"id":"ec-meeting-2021-10-12-f941165d116389438226a5fcfe0e63c21971eaea","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-12 - Cabinet of Commissioner Mairead Mcguinness x The European House - Ambrosetti"],"date":["2021-10-12"],"summary":["Sustainable Finance."],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-2b9c589fb2354bd93067644d2c3d2c058d4c4cc9","eu-tr-625244214975-24"]}} -{"id":"ec-meeting-2021-10-12-fb50522281ddb4d831ab25c8494ab2618623f579","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-12 - Cabinet of Commissioner Ylva Johansson x Confederation of Swedish Enterprise"],"date":["2021-10-12"],"summary":["Discussions on Schengen, freedom of movement and other topical matters in the context of home affairs"],"notes":["Portfolio: Home Affairs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-johansson-of-ylva"],"involved":["eu-tr-39912257528-48","ec-person-e80f1d4512f8632e5baa488ed887e131294d744e"]}} -{"id":"ec-meeting-2021-10-12-fc2bad742d87163ccfd77ac093663f25c6eb6557","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-12 - Budget x BNP PARIBAS"],"date":["2021-10-12"],"summary":["NGEU"],"location":["WEBEX"],"address":["WEBEX"],"addressEntity":["addr-7c1c4c0273f3262f1324e10718853b4d78ce2630"],"organizer":["ec-dg-budg"],"involved":["ec-person-39635b893026833f739fe623fe7e9d5a97525e7a","eu-tr-78787381113-69"]}} -{"id":"ec-meeting-2021-10-13-08c6e570caf5e42e5c7b7e66f1c64483b05bbe91","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-13 - Cabinet of Vice-President Věra Jourová x Kofi Annan Foundation"],"date":["2021-10-13"],"summary":["EDAP"],"notes":["Portfolio: Values and Transparency"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["eu-tr-961873216116-63","ec-person-fb258e0188a5319bfaba3161382db43f5a85851f"]}} -{"id":"ec-meeting-2021-10-13-0c7fd5aa48814cd0ab4753bdb5b5a237a7c94fa2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-13 - Cabinet of Commissioner Jutta Urpilainen x International Rescue Committee Inc"],"date":["2021-10-13"],"summary":["Humanitarian-development-peace nexus; opportunities for cooperation"],"notes":["Portfolio: International Partnerships"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["eu-tr-336765244362-96","ec-person-7c4fa9cfb750b5b524c065180fcee1123b8df03e"]}} -{"id":"ec-meeting-2021-10-13-0e071f3f2dc35d57db872d2eded810b64dc7793e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-13 - Cabinet of Executive Vice-President Margrethe Vestager x Confédération Française Démocratique du Travail"],"date":["2021-10-13"],"summary":["DSA"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-112197834864-64","ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0"]}} -{"id":"ec-meeting-2021-10-13-192c58b2d8b20871de0aae149fe89e9203020749","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-13 - Cabinet of Executive Vice-President Frans Timmermans x INEOS AG SABIC International Holdings B.V. PlasticsEurope Braskem Netherlands"],"date":["2021-10-13"],"summary":["European Green Deal and chemical recycling"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-8af3c81534786a740718d21dc58240738a53ed7b","eu-tr-738140415497-66","eu-tr-344826112965-44","eu-tr-454264611835-56","eu-tr-297770044319-79"]}} -{"id":"ec-meeting-2021-10-13-21f0ed922dfaa6834b35d75a9157483c327935e7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-13 - Cabinet of Executive Vice-President Margrethe Vestager x Kry International AB"],"date":["2021-10-13"],"summary":["Digital Services Act, Artificial Intelligence"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0","eu-tr-787320643526-67"]}} -{"id":"ec-meeting-2021-10-13-32eb40acb272079cd90d4e40ff18999b187094df","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-13 - Cabinet of Commissioner Helena Dalli x Victim Support Europe"],"date":["2021-10-13"],"summary":["Ms Helena Dalli holds a meeting via videoconference with Victim Support Europe to discuss their priorities to improve victims’ rights and experience in the EU"],"notes":["Portfolio: Equality"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-commissioner-dalli-helena-of"],"involved":["eu-tr-83945428894-94","ec-person-d0b568d53468fcd3dfeeaddbd07343b5b065914d"]}} -{"id":"ec-meeting-2021-10-13-4e1e558c0d41554c7947056ba286e7e726c5217f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-13 - Cabinet of High Representative Josep Borrell Fontelles x IKV, Fondation pour le Développement Economique"],"date":["2021-10-13"],"summary":["EU Turkey relations"],"notes":["Portfolio: High Representative of the Union for Foreign Affairs and Security Policy / Vice-President of the Commission"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-borrell-cabinet-fontelles-high-josep-of-representative"],"involved":["eu-tr-79585606808-03","ec-person-e234b49cffbd1e67417d997c7be82fab25d755b3"]}} -{"id":"ec-meeting-2021-10-13-55f733b7f5cdc879e90704e5641f63b47ae884ab","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-13 - Mobility and Transport x Deutsche Post DHL Group"],"date":["2021-10-13"],"summary":["Fit for 55"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-move"],"involved":["ec-person-26cdfacae671b09917bee1a91c91973941fa58a2","eu-tr-48544465107-88"]}} -{"id":"ec-meeting-2021-10-13-5c44fbd066c46c80a602d97d940e661afa0def8c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-13 - Cabinet of Commissioner Ylva Johansson x Swedish Forest Industries Federation"],"date":["2021-10-13"],"summary":["Forest Strategy"],"notes":["Portfolio: Home Affairs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-johansson-of-ylva"],"involved":["ec-person-981fc36acd82b2e49db83e43763b908c1a89ec0b","eu-tr-355702910008-47","ec-person-e80f1d4512f8632e5baa488ed887e131294d744e"]}} -{"id":"ec-meeting-2021-10-13-6a21a958209cd090a716775dab0ab1bd12a96503","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-13 - Cabinet of Commissioner Adina Vălean x Gas Infrastructure Europe"],"date":["2021-10-13"],"summary":["Decarbonizing transport"],"notes":["Portfolio: Transport"],"location":["Conference call"],"address":["Conference call"],"addressEntity":["addr-28ba88479582b2f75898964548da4252dc7db7d2"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["eu-tr-76130992074-15","ec-person-e5f1558cac43dd4f90847b508b6753edb0a9f903"]}} -{"id":"ec-meeting-2021-10-13-6c359bd256b00f815715cd58c7cb3a944c2893ad","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-13 - Cabinet of Executive Vice-President Valdis Dombrovskis x Biedrība Zemnieku saeima"],"date":["2021-10-13"],"summary":["Peat; taxonomy"],"notes":["Portfolio: An Economy that Works for People"],"location":["Video-conference"],"address":["Video-conference"],"addressEntity":["addr-afae67aab834151e72f631228e72361e369db072"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-7e9813c16d805ee7ebea3ef6444f384bc32abaaa","eu-tr-961707318657-19","ec-person-25f4019e9babab3840cf9d6dbf9cb6994f2104fb"]}} -{"id":"ec-meeting-2021-10-13-7707a89ef67dd81c2f1b25f544a00bfaaf205231","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-13 - Cabinet of Commissioner Thierry Breton x Inter Ikea Systems BV"],"date":["2021-10-13"],"summary":["Sustainable products initiative"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-6308dea893b9b1ca0dcd5b91b4a1ac4c2f3020ad","eu-tr-774019931221-41"]}} -{"id":"ec-meeting-2021-10-13-788f7a3cb8ab92322aeebfd6668563cf2416c0a7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-13 - Cabinet of Executive Vice-President Valdis Dombrovskis x Crédit Agricole S.A."],"date":["2021-10-13"],"summary":["Basel III"],"notes":["Portfolio: An Economy that Works for People"],"location":["video call"],"address":["video call"],"addressEntity":["addr-12d8c530d76da0b7745f9c0f9285e7eec97adc55"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-235870cd7eb41f2494f695fce18b5b5b88647113","eu-tr-35147251117-11"]}} -{"id":"ec-meeting-2021-10-13-7a9bf2f7a4cb52e661eb240b245560e3b7341145","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-13 - Cabinet of Commissioner Johannes Hahn x Vereinigung der österreichischen Industrie - Industriellenvereinigung"],"date":["2021-10-13"],"summary":["Courtesy visit. Exchange on current economic developments."],"notes":["Portfolio: Budget and Administration"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hahn-johannes-of"],"involved":["ec-person-6dd3472dac004e43ec1fa4f5b4106e3b476c9ce7","ec-person-a3674866c760605fc38abed4dffd3f94f2c83d64","eu-tr-89093924456-06"]}} -{"id":"ec-meeting-2021-10-13-8975d344a01337adb63e86fc182ea2eb3000c4a8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-13 - Internal Market, Industry, Entrepreneurship and SMEs x European Paper Packaging Alliance"],"date":["2021-10-13"],"summary":["Discuss Sustainability of paper packaging"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-grow"],"involved":["ec-person-0151c7e554d188fffc509ad636b7d1a84c5dfcd5","eu-tr-871659237699-78"]}} -{"id":"ec-meeting-2021-10-13-8fd3e75f016d7194787327085983e30ca6fd276b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-13 - Cabinet of Executive Vice-President Margrethe Vestager x DIGITALEUROPE"],"date":["2021-10-13"],"summary":["TTC"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-64270747023-20","ec-person-8b6db5c3c4611618ade59c6d0dadc21c962f0ee7","ec-person-11ba005cc4046696303381b7ca219da9b11a42bf"]}} -{"id":"ec-meeting-2021-10-13-92438c91574989ca7369c25d1e05cb2c28ed1d18","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-13 - Cabinet of Vice-President Věra Jourová x Deutsche Post DHL Group"],"date":["2021-10-13"],"summary":["Sustainable Corporate Governance"],"notes":["Portfolio: Values and Transparency"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["ec-person-221276f2dfa4b8fe628f08e982d967b6aeb61c57","eu-tr-48544465107-88"]}} -{"id":"ec-meeting-2021-10-13-98d84d0549a3003ed0dcbb5866cc79af56cfc5ef","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-13 - Cabinet of Commissioner Nicolas Schmit x Fagligt Fælles Forbund"],"date":["2021-10-13"],"summary":["platform work"],"notes":["Portfolio: Jobs and Social Rights"],"location":["webex"],"address":["webex"],"addressEntity":["addr-a37f437ef502701df6cd547f0ec20f9f6c19464e"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-8eb18b6102d444937bc6af5822a6742812165b48","eu-tr-790395022789-84"]}} -{"id":"ec-meeting-2021-10-13-a84490c59e67e9e80f4126a4cb6fa76a4f5c72c1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-13 - Cabinet of Vice-President Věra Jourová x ITI - The Information Technology Industry Council"],"date":["2021-10-13"],"summary":["Privacy, data flow,transatlantic cooperation"],"notes":["Portfolio: Values and Transparency"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["ec-person-221276f2dfa4b8fe628f08e982d967b6aeb61c57","eu-tr-061601915428-87"]}} -{"id":"ec-meeting-2021-10-13-abb7e397d0629aa0bd28047ece10c733852761e5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-13 - Environment x Henkel AG & Co. KGaA"],"date":["2021-10-13"],"summary":["Chemicals Strategy and Henkel’s contributions to the Green Deal Agenda particularly on the Circular Economy challenges"],"location":["Video meeting"],"address":["Video meeting"],"addressEntity":["addr-762dc9b5648e05f3894b6f2597baa8254e5414db"],"organizer":["ec-dg-env"],"involved":["eu-tr-13635802880-80","ec-person-f9559d68da38935569ff0be1cadd90e05f0454bd"]}} -{"id":"ec-meeting-2021-10-13-bb2a82afb97fa373d49bd8224bc7e7ee8b040ae8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-13 - Cabinet of Vice-President Věra Jourová x Reporters sans frontières"],"date":["2021-10-13"],"summary":["SLAPP"],"notes":["Portfolio: Values and Transparency"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["eu-tr-612547127497-45","ec-person-76793b3bad1c7471121c510a962aae356d19c30b"]}} -{"id":"ec-meeting-2021-10-13-bda3434b91923eff7e3527f099dc2d0eede4df15","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-13 - Cabinet of Commissioner Jutta Urpilainen x Bill & Melinda Gates Foundation"],"date":["2021-10-13"],"summary":["Vaccine manufacturing in Africa"],"notes":["Portfolio: International Partnerships"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["eu-tr-371567915480-41","ec-person-7c4fa9cfb750b5b524c065180fcee1123b8df03e"]}} -{"id":"ec-meeting-2021-10-13-be593ed90d209151f28707b4bf159b34537ce4a7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-13 - Cabinet of Commissioner Adina Vălean x Deutsche Post DHL Group"],"date":["2021-10-13"],"summary":["Fitfor55 and Covid-19 experiences"],"notes":["Portfolio: Transport"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["ec-person-cc0354fbf386eb83f57c00ad5240f1dddeeabab4","eu-tr-48544465107-88"]}} -{"id":"ec-meeting-2021-10-13-c4332f9300af1cfac93655e2b5864c3b89ddc170","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-13 - Economic and Financial Affairs x ifo Institut - Leibniz-Institut für Wirtschaftsforschung an der Universität München e.V."],"date":["2021-10-13"],"summary":["Participation in panel at the EconPol Europe Annual Conference."],"location":["Online event"],"address":["Online event"],"addressEntity":["addr-5a9df2cffcc23d81377f1f4543edf2efc8141f52"],"organizer":["ec-dg-ecfin"],"involved":["eu-tr-355074725892-48","ec-person-d59b69916c3a29673c14838feab22a7902555d52"]}} -{"id":"ec-meeting-2021-10-13-c8e8a7486b68938d720d655e62ba6f91ded02d96","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-13 - Cabinet of Commissioner Jutta Urpilainen x Finnish Transport and Logistics SKAL Suomen Yrittäjät ry FinMobility ry"],"date":["2021-10-13"],"summary":["Current issues in transport and logistics sector."],"notes":["Portfolio: International Partnerships"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["eu-tr-003708136830-08","eu-tr-032592932156-20","eu-tr-53638476328-19","ec-person-1ec9383fd54d9d4cd8a154c01fa71549eb8c75ac"]}} -{"id":"ec-meeting-2021-10-13-c9360c095a89f5b4b9d0d078b59d9874b71e4608","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-13 - Cabinet of Commissioner Helena Dalli x EUROPEAN TRADE UNION CONFEDERATION"],"date":["2021-10-13"],"summary":["Ms Helena Dalli holds a meeting with Esther Lynch, Deputy General Sectary of the European Trade Union Confederation"],"notes":["Portfolio: Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-dalli-helena-of"],"involved":["eu-tr-06698681039-26","ec-person-d0b568d53468fcd3dfeeaddbd07343b5b065914d"]}} -{"id":"ec-meeting-2021-10-13-cc2bda4461c617e67ad5dfd9606df63b8f92923e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-13 - Cabinet of Executive Vice-President Frans Timmermans x Conservation International Europe"],"date":["2021-10-13"],"summary":["Biodiversity action and interlinkages between climate and biodiversity agendas"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-8af3c81534786a740718d21dc58240738a53ed7b","eu-tr-70299514465-38"]}} -{"id":"ec-meeting-2021-10-13-d4db832124c35b61d5541d42a6eb0eb9b866db5e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-13 - Cabinet of Commissioner Helena Dalli x European Women's Lobby"],"date":["2021-10-13"],"summary":["Ms Helena Dalli holds a meeting via videoconference with the European Women’s Lobby"],"notes":["Portfolio: Equality"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-commissioner-dalli-helena-of"],"involved":["ec-person-d0b568d53468fcd3dfeeaddbd07343b5b065914d","eu-tr-85686156700-13"]}} -{"id":"ec-meeting-2021-10-13-da0e0eb5ed74bc66f7bf697db1da4216f8f7f101","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-13 - Cabinet of Executive Vice-President Frans Timmermans x WWF European Policy Programme ClientEarth AISBL European Environmental Bureau Stichting BirdLife Europe Pesticide Action Network Europe"],"date":["2021-10-13"],"summary":["Transparent and inclusive process of CAP plans"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-15913213485-46","eu-tr-06798511314-27","eu-tr-1083162721-43","eu-tr-1414929419-24","eu-tr-96645517357-19","ec-person-33624431cbec1074e151c1707715ef46d2ba9565"]}} -{"id":"ec-meeting-2021-10-13-f1211cb8be013f22431bc7e48bca8039bf70f061","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-13 - Internal Market, Industry, Entrepreneurship and SMEs x Vereinigung der österreichischen Industrie - Industriellenvereinigung"],"date":["2021-10-13"],"summary":["Share their views with EU on:\r\n1.\tEuropean industrial strategy\r\n2.\tFit-for-55 Package and energy intensive industries\r\n3.\tCBAM\r\n4.\tEU due diligence proposal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-grow"],"involved":["ec-person-0151c7e554d188fffc509ad636b7d1a84c5dfcd5","eu-tr-89093924456-06"]}} -{"id":"ec-meeting-2021-10-13-fb72c6d91c0ab3f5d059b96ba6b6af634a6d1f26","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-13 - Cabinet of Commissioner Janez Lenarčič x Voluntary Organisations in Cooperation in Emergencies"],"date":["2021-10-13"],"summary":["follow-up to 2021 Commission Communication on Humanitarian Action"],"notes":["Portfolio: Crisis Management"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-janez-lenarcic-of"],"involved":["eu-tr-47126711656-13","ec-person-a6cd325c80698b2331699224c780ebfb10573602"]}} -{"id":"ec-meeting-2021-10-14-1278b9e4a6744e7bb2bb70f44d747a59570ecc59","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-14 - Migration and Home Affairs x IBM Corporation"],"date":["2021-10-14"],"summary":["mtg with IBM as EES contractor for EU-Lisa (together with ATOS and Leonardo"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-home"],"involved":["eu-tr-7721359944-96","ec-person-eb837001036fd00bae706e2b0dfd0885bb71e4bb"]}} -{"id":"ec-meeting-2021-10-14-1aef946f9cf86fc80e0321f7812c0e4b38556c6c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-14 - Cabinet of Executive Vice-President Valdis Dombrovskis x Stichting Fair Trade Advocacy Office"],"date":["2021-10-14"],"summary":["Promoting Fair and Ethical Trade practices"],"notes":["Portfolio: An Economy that Works for People"],"location":["video call"],"address":["video call"],"addressEntity":["addr-12d8c530d76da0b7745f9c0f9285e7eec97adc55"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-235870cd7eb41f2494f695fce18b5b5b88647113","eu-tr-860901940087-20"]}} -{"id":"ec-meeting-2021-10-14-2859740de441cc7da3bd0084d3a18d6be50f2a17","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-14 - Cabinet of Commissioner Kadri Simson x European Aluminium AISBL European Lime Association GLASS ALLIANCE EUROPE AISBL EUROMETAUX EUROALLIAGES Cerame-Unie International Federation of Industrial Energy Consumers Fertilizers Europe CEMBUREAU - The European Cement Association Confederation of European Paper Industries The European Steel Association"],"date":["2021-10-14"],"summary":["High energy prices and how this is affecting the competitiveness of European companies in the energy intensive sectors."],"notes":["Portfolio: Energy"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["eu-tr-1978775156-31","eu-tr-61650796093-48","eu-tr-79465004946-12","eu-tr-93987316076-63","eu-tr-780146710855-91","eu-tr-74505036439-88","eu-tr-72279144480-58","eu-tr-9224280267-20","eu-tr-19153965510-75","ec-person-ba3b83676ad38094e71b64b644f3e3d2c61b8182","ec-person-2fb98fc84d2cf8d481688eff3d47f7745ead3592","eu-tr-93038071152-83","eu-tr-80788715017-29","ec-person-1995c65b8dc7f3702a8c30ed96a0144075848837"]}} -{"id":"ec-meeting-2021-10-14-289bd3f2e2d6104faa876652ab19577cf0f6a54d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-14 - Communication x Political Festival of Europe"],"date":["2021-10-14"],"summary":["EU Festival 2022 - follow-up discussion on draft programme"],"location":["online"],"address":["online"],"addressEntity":["addr-2dbc2fd2358e1ea1b7a6bc08ea647b9a337ac92d"],"organizer":["ec-dg-comm"],"involved":["eu-tr-602595643395-60","ec-person-676f70803f4848c87b632d8522ff9ce8d4600e27"]}} -{"id":"ec-meeting-2021-10-14-3123f94261c0ed3a871d53d01d36ea3eb7a6e767","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-14 - Cabinet of Commissioner Thierry Breton x Vereinigung der österreichischen Industrie - Industriellenvereinigung"],"date":["2021-10-14"],"summary":["Preparation Commissioner meeting with Austrian industry"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-6308dea893b9b1ca0dcd5b91b4a1ac4c2f3020ad","eu-tr-89093924456-06"]}} -{"id":"ec-meeting-2021-10-14-326027a9bbad16c6b2c902f846347997937171c7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-14 - Cabinet of Commissioner Mairead Mcguinness x Deutsche Bank AG"],"date":["2021-10-14"],"summary":["Basel III, Banking Union, Clearing, Financial education"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-2b9c589fb2354bd93067644d2c3d2c058d4c4cc9","eu-tr-271912611231-56","ec-person-49e520c7a9c9c47ccb5acfa68f9416e4233af9f8"]}} -{"id":"ec-meeting-2021-10-14-382a23d872f798ff3a93a6398d96e61f710f1eaa","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-14 - Cabinet of President Ursula von der Leyen x Asociación Española de Banca"],"date":["2021-10-14"],"summary":["Basel III"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-a159f03add374257584565c2b05cc5539a7526e6","eu-tr-785157016077-28"]}} -{"id":"ec-meeting-2021-10-14-392852c7992d3badb912c94ac9c0e2eb1516dce2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-14 - Mobility and Transport x Bolt"],"date":["2021-10-14"],"summary":["Transport-on-demand"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-move"],"involved":["eu-tr-995377734447-25","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2021-10-14-39ff5be97d2dae20d53674808da81a9dbead15df","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-14 - Cabinet of Commissioner Adina Vălean x Danish Shipping"],"date":["2021-10-14"],"summary":["Meeting on FuelEU maritime."],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["ec-person-baa9678f53e0a607c8a9bb2cd9122d1c13370154","eu-tr-4518600611-48"]}} -{"id":"ec-meeting-2021-10-14-3e6f6778722fc9a386c13b2aa1b3c25fa8422d8d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-14 - Cabinet of Executive Vice-President Margrethe Vestager x Vodafone Belgium SA"],"date":["2021-10-14"],"summary":["Data privacy"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-90142503473-81","ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0","ec-person-73fb1ddd279f8c6697a055567a2c09606006b875"]}} -{"id":"ec-meeting-2021-10-14-512d1cd0b343e7bee43a08abdeaec995f1833059","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-14 - Cabinet of Executive Vice-President Margrethe Vestager x EUROPEAN TRADE UNION CONFEDERATION"],"date":["2021-10-14"],"summary":["Collective bargaining for self-employed"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-11d97788772862bb34f51dd26d7f92603eac1bf8","eu-tr-06698681039-26","ec-person-73fb1ddd279f8c6697a055567a2c09606006b875"]}} -{"id":"ec-meeting-2021-10-14-6cb6fe37f60d5c3c7c992dcd926738b71b06b218","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-14 - Cabinet of Commissioner Stella Kyriakides x Cooperl"],"date":["2021-10-14"],"summary":["VTC Meeting: Discussion on Sustainable Food Systems"],"notes":["Portfolio: Health"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-kyriakides-of-stella"],"involved":["ec-person-a14d25733c53171d0aa91b49f8fa6d0c83e15a17","eu-tr-792433144288-50"]}} -{"id":"ec-meeting-2021-10-14-6f837813302f5c90e23be1336220c6f480eb027a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-14 - Budget x Crédit Agricole S.A."],"date":["2021-10-14"],"summary":["Next Generation EU"],"location":["webex"],"address":["webex"],"addressEntity":["addr-a37f437ef502701df6cd547f0ec20f9f6c19464e"],"organizer":["ec-dg-budg"],"involved":["ec-person-39635b893026833f739fe623fe7e9d5a97525e7a","eu-tr-35147251117-11"]}} -{"id":"ec-meeting-2021-10-14-77efdb29e0a2a919834394c78ab4505dda02d83b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-14 - Cabinet of Commissioner Virginijus Sinkevičius x Health & Environment Alliance"],"date":["2021-10-14"],"summary":["To discuss the endocrine disrupting chemicals & cosmetics"],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["eu-tr-00723343929-96","ec-person-172a438ed334761e2ab5d52e551fd1bcb6ab6b8d"]}} -{"id":"ec-meeting-2021-10-14-792a5bbd5b0640fb8ac667a93f9b308e4fe4c0d1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-14 - Cabinet of Commissioner Mairead Mcguinness x European Fund and Asset Management Association"],"date":["2021-10-14"],"summary":["Mandatory Buy-In rules, CSRD review"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-0ba9b89127b39af6a66f2fc3ed727332f1b19a34","eu-tr-3373670692-24"]}} -{"id":"ec-meeting-2021-10-14-7ce8b075dd7bc80f0cd1a9d6378db0787985e296","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-14 - Cabinet of Commissioner Thierry Breton x BREIZ EUROPE"],"date":["2021-10-14"],"summary":["Farm to fork strategy"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-6308dea893b9b1ca0dcd5b91b4a1ac4c2f3020ad","eu-tr-509176138694-78"]}} -{"id":"ec-meeting-2021-10-14-81d27754b59dad23ce038c39e0262f7ce524820c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-14 - Cabinet of Executive Vice-President Frans Timmermans x Ellen MacArthur Foundation"],"date":["2021-10-14"],"summary":["implementation of the EU circular economy action plan"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-206816021848-17","ec-person-8af3c81534786a740718d21dc58240738a53ed7b"]}} -{"id":"ec-meeting-2021-10-14-8aefd1fa8cb427ef9a974f449474a448d46cc658","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-14 - Cabinet of Commissioner Nicolas Schmit x Hydrogen Europe"],"date":["2021-10-14"],"summary":["Fit for 55, skills, education and training."],"notes":["Portfolio: Jobs and Social Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-66fa2c2d100ec194caa42b5c6f97c36e2748b71c","ec-person-4cf4655ab41922e92160325d987a3c4615c72d30","ec-person-c03b949331dbbe5fa3d5423758e371ec1b9b832f","eu-tr-77659588648-75"]}} -{"id":"ec-meeting-2021-10-14-9326e21e364321b2b0b986277161624af9d061a1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-14 - Budget x NATIXIS"],"date":["2021-10-14"],"summary":["Next Generation EU"],"location":["webex"],"address":["webex"],"addressEntity":["addr-a37f437ef502701df6cd547f0ec20f9f6c19464e"],"organizer":["ec-dg-budg"],"involved":["ec-person-39635b893026833f739fe623fe7e9d5a97525e7a","eu-tr-654132129361-28"]}} -{"id":"ec-meeting-2021-10-14-9f4b2f4d60a72234632f0622b56e2ad9dafc6ccb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-14 - Financial Stability, Financial Services and Capital Markets Union x Wise Ltd"],"date":["2021-10-14"],"summary":["Retail payments"],"location":["Bussels"],"address":["Bussels"],"addressEntity":["addr-b4fe0d9fae63b5839d140914e8059446fcf6f865"],"organizer":["ec-dg-fisma"],"involved":["ec-person-1fce211249673c35ee07a801ddee77ab24af8d54","eu-tr-843309518020-96"]}} -{"id":"ec-meeting-2021-10-14-a8028f2e1247b936fcfd06ad46f5846baf1a6e0d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-14 - Cabinet of Executive Vice-President Frans Timmermans x Cooperl"],"date":["2021-10-14"],"summary":["Sustainable food systems"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-792433144288-50","ec-person-33624431cbec1074e151c1707715ef46d2ba9565"]}} -{"id":"ec-meeting-2021-10-14-ad066cdf85b448c7e8599b3e2a78f38aacdda0cd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-14 - Cabinet of Executive Vice-President Valdis Dombrovskis x BUSINESSEUROPE"],"date":["2021-10-14"],"summary":["Trade relations with Southern neighbourhood"],"notes":["Portfolio: An Economy that Works for People"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["eu-tr-3978240953-79","ec-person-3520008ac93a203db50d106deafde939bc2729f1"]}} -{"id":"ec-meeting-2021-10-14-adb3f504c4001d328b61a75f43ab5cdfd4c44438","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-14 - Cabinet of Executive Vice-President Frans Timmermans x Impact Lab BV"],"date":["2021-10-14"],"summary":["European Green Deal"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-9eafbf4a92961023c7df3ab389ae6d4301dec4bf","eu-tr-672646844375-89"]}} -{"id":"ec-meeting-2021-10-14-ba237577774069cb62af01d1bf22d16d12f4c0c8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-14 - Cabinet of Commissioner Jutta Urpilainen x European Council on Foreign Relations"],"date":["2021-10-14"],"summary":["Courtesy visit"],"notes":["Portfolio: International Partnerships"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["ec-person-7204caa5e704bc4a911fee13ad5c0f62fd74b3bc","eu-tr-339569615567-89"]}} -{"id":"ec-meeting-2021-10-14-c82e8433fffe7acbd6ad2c28f88b5129c51fa15d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-14 - Cabinet of Executive Vice-President Frans Timmermans x Climate Action Network Europe"],"date":["2021-10-14"],"summary":["Speech on the Fit for 55 Package at UNIFY Event"],"notes":["Portfolio: European Green Deal"],"location":["Brussels (videoconference)"],"address":["Brussels (videoconference)"],"addressEntity":["addr-843ddf9d3c6977cd8d56db6bb2154f8415263e26"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce","eu-tr-55888811123-49"]}} -{"id":"ec-meeting-2021-10-14-d3c29e918499e1a27cc9cb11b3edcc3988bd3583","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-14 - Cabinet of Executive Vice-President Frans Timmermans x Union of Justice"],"date":["2021-10-14"],"summary":["European Green Deal and racial justice and equality"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-413023144015-20","ec-person-d53e00c46a4cc62bbf533e0c9bb35bacb9121989"]}} -{"id":"ec-meeting-2021-10-14-d59b158bedfca0ce3ea64f3986056ba3a0e0c6b8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-14 - Cabinet of President Ursula von der Leyen x Leonardo S.p.A."],"date":["2021-10-14"],"summary":["Helicopters and defence activities in the context of sustainability and potential links with taxonomy."],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["eu-tr-02550382403-01","ec-person-a159f03add374257584565c2b05cc5539a7526e6"]}} -{"id":"ec-meeting-2021-10-14-e9aaf95c3567d5f82124c9e264f5bd42d701e9c4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-14 - Cabinet of Commissioner Mairead Mcguinness x Principles for Responsible Investment"],"date":["2021-10-14"],"summary":["pre-record on sustainable finance"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Video Conferencing"],"address":["Video Conferencing"],"addressEntity":["addr-e3b7413b2ac93be00b6bcff51fdc1374d67118bd"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-2b9c589fb2354bd93067644d2c3d2c058d4c4cc9","eu-tr-612289519524-31"]}} -{"id":"ec-meeting-2021-10-14-f710ae2f3ff297c1da65ff5d62499b17dc08579f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-14 - Cabinet of Commissioner Janez Lenarčič x International Rescue Committee Inc"],"date":["2021-10-14"],"summary":["Partnership between IRC and EU on humanitarian issues; International Humanitarian Law"],"notes":["Portfolio: Crisis Management"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-janez-lenarcic-of"],"involved":["eu-tr-336765244362-96","ec-person-a6cd325c80698b2331699224c780ebfb10573602"]}} -{"id":"ec-meeting-2021-10-14-f7fed8ab75d43ade36c7f423155ba87aeadb8a43","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-14 - Cabinet of Vice-President Věra Jourová x European Partnership for Democracy"],"date":["2021-10-14"],"summary":["Political advertising"],"notes":["Portfolio: Values and Transparency"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["ec-person-74c07660dcbc6dc9993b34462cf2a1fec35925ea","ec-person-28fecf6c4f04b3a2af1d74c742e147920ab849c5","eu-tr-679535014238-83"]}} -{"id":"ec-meeting-2021-10-14-fb146e76ec03861a5daaf6b44f558ebdf392afb0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-14 - Cabinet of Commissioner Olivér Várhelyi x IKV, Fondation pour le Développement Economique"],"date":["2021-10-14"],"summary":["EU-Turkey investment relations, opportunities and challenges"],"notes":["Portfolio: Neighbourhood and Enlargement"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-of-oliver-varhelyi"],"involved":["ec-person-daf8ff1073a04b30d2f54219ecc93002ef3a684d","eu-tr-79585606808-03"]}} -{"id":"ec-meeting-2021-10-15-0b30e0659d6b9c41dcfe65366312daf59ac67964","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-15 - Cabinet of Commissioner Kadri Simson x Roundtable for Europe's Energy Future"],"date":["2021-10-15"],"summary":["Discussion on price dynamic and REEF’s suggestions on accelerating the transition."],"notes":["Portfolio: Energy"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["ec-person-d40f25b5cb5c0681854a4996da444478318f7e58","eu-tr-101903316808-95","ec-person-1995c65b8dc7f3702a8c30ed96a0144075848837"]}} -{"id":"ec-meeting-2021-10-15-40835f4b9530da23b6f5e3bd7e3805b51991c5ed","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-15 - Cabinet of Commissioner Nicolas Schmit x Abodoo Limited"],"date":["2021-10-15"],"summary":["Meeting on skills matching and inclusive learning for sustainable job creation."],"notes":["Portfolio: Jobs and Social Rights"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-66fa2c2d100ec194caa42b5c6f97c36e2748b71c","ec-person-4cf4655ab41922e92160325d987a3c4615c72d30","eu-tr-535247344998-75"]}} -{"id":"ec-meeting-2021-10-15-554f42d969bdf2d82fcbb2511e96f7764e24523b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-15 - Cabinet of Executive Vice-President Frans Timmermans x VDL Groep"],"date":["2021-10-15"],"summary":["Presentation on the European Green Deal"],"notes":["Portfolio: European Green Deal"],"location":["Eindhoven"],"address":["Eindhoven"],"addressEntity":["addr-0731c9ba704778ae95669bb81cf8b9bbf42518fd"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce","eu-tr-435377233599-07"]}} -{"id":"ec-meeting-2021-10-15-6facf2310e610f9cb68dba306a01c643bbee3ced","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-15 - Cabinet of Commissioner Mairead Mcguinness x Institutional Limited Partners Association Kreab"],"date":["2021-10-15"],"summary":["AIFMD review"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["eu-tr-1078390517-54","eu-tr-874655547473-94","ec-person-0ba9b89127b39af6a66f2fc3ed727332f1b19a34"]}} -{"id":"ec-meeting-2021-10-15-7e9d29a1da9b28febbbf403d096a466ec4b04a9d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-15 - Cabinet of Executive Vice-President Margrethe Vestager x ISFE - Representing the European Videogames Industry European Games Developer Federation"],"date":["2021-10-15"],"summary":["DSA"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-57235487137-80","ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0","eu-tr-20586492362-11"]}} -{"id":"ec-meeting-2021-10-15-923be22835ad4b8eecc5e054bb67eb38594a1bf3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-15 - Cabinet of Commissioner Kadri Simson x UNION FRANCAISE DE L'ELECTRICITE - UFE"],"date":["2021-10-15"],"summary":["Communication on Energy Prices and upcoming energy proposals."],"notes":["Portfolio: Energy"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["ec-person-d40f25b5cb5c0681854a4996da444478318f7e58","eu-tr-30146663069-53","ec-person-1995c65b8dc7f3702a8c30ed96a0144075848837"]}} -{"id":"ec-meeting-2021-10-15-9fcecfa4f535f61494e848c43397152225f3660a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-15 - Cabinet of Executive Vice-President Margrethe Vestager x European Council on Foreign Relations"],"date":["2021-10-15"],"summary":["External digital policy"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-339569615567-89","ec-person-11d97788772862bb34f51dd26d7f92603eac1bf8"]}} -{"id":"ec-meeting-2021-10-15-b0f8fdf431264cc30fa280d8922984dca67e9016","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-15 - Cabinet of President Ursula von der Leyen x Gavi, the Vaccine Alliance"],"date":["2021-10-15"],"summary":["Meeting with Chair of GAVI"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-a2ac27c3a7aa93937efc47169c1dc2264a822175","eu-tr-078294941111-90"]}} -{"id":"ec-meeting-2021-10-15-b9953489164a767af1082d928608bd9dc5a9a7f2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-15 - Cabinet of Vice-President Věra Jourová x European Women's Lobby"],"date":["2021-10-15"],"summary":["Gender equality files"],"notes":["Portfolio: Values and Transparency"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["eu-tr-85686156700-13","ec-person-28fecf6c4f04b3a2af1d74c742e147920ab849c5"]}} -{"id":"ec-meeting-2021-10-15-e102fbe26249aeb572955ac980462998d0bab454","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-15 - Cabinet of Executive Vice-President Frans Timmermans x Nel Hydrogen"],"date":["2021-10-15"],"summary":["RED2 and RED3 and the definition of green hydrogen"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-d53e00c46a4cc62bbf533e0c9bb35bacb9121989","eu-tr-416545244206-55"]}} -{"id":"ec-meeting-2021-10-18-05753bb204793b9af1f6e9995cb06e2e457aeb40","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-18 - Cabinet of Vice-President Margaritis Schinas x European Healthcare Distribution Association"],"date":["2021-10-18"],"summary":["Health in the EU"],"notes":["Portfolio: Promoting the European Way of Life"],"location":["Cascais"],"address":["Cascais"],"addressEntity":["addr-14bf0ebef4f03dc2d0b85ebfa3da8bc9918db733"],"organizer":["ec-cabinet-margaritis-of-president-schinas-vice"],"involved":["ec-person-d5cada2a1a17537a675985af31e5ce07ae3bfd42","eu-tr-0757172464-29","ec-person-180e5c5b13dac533a1241b0f9d78176c8bec3d51"]}} -{"id":"ec-meeting-2021-10-18-0f00a3ab61b0e6a0a79b600e1599139b15919263","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-18 - Cabinet of Commissioner Janusz Wojciechowski x Corteva Agriscience International SARL"],"date":["2021-10-18"],"summary":["Farm to Fork and carbon farming"],"notes":["Portfolio: Agriculture"],"location":["online"],"address":["online"],"addressEntity":["addr-2dbc2fd2358e1ea1b7a6bc08ea647b9a337ac92d"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["ec-person-c825a813205e5077cd48bbd241436daf1834fc9b","eu-tr-448233735022-37"]}} -{"id":"ec-meeting-2021-10-18-35088c25ea120b43cf556e5d83b6e4c0f2bbd414","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-18 - Cabinet of Vice-President Věra Jourová x Verband Deutscher Maschinen- und Anlagenbau e.V."],"date":["2021-10-18"],"summary":["Sustainable Corporate Governance"],"notes":["Portfolio: Values and Transparency"],"location":["Phone"],"address":["Phone"],"addressEntity":["addr-77064d5265236e0ac252f3fc4a5ba7b274b6a583"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["ec-person-76793b3bad1c7471121c510a962aae356d19c30b","eu-tr-9765362691-45"]}} -{"id":"ec-meeting-2021-10-18-48e34707a03f815a24216bc7b0ccc0eb55ef35ca","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-18 - Cabinet of Commissioner Thierry Breton x Havenbedrijf Antwerpen NV van publiek recht"],"date":["2021-10-18"],"summary":["Clean hydrogen"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-6308dea893b9b1ca0dcd5b91b4a1ac4c2f3020ad","eu-tr-435060615187-68"]}} -{"id":"ec-meeting-2021-10-18-50fa5ff396e6793211ae1e5bc77d51e52bb24874","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-18 - Cabinet of Commissioner Nicolas Schmit x EUROPEAN TRADE UNION CONFEDERATION"],"date":["2021-10-18"],"summary":["Communication Employers' Sanctions Directive"],"notes":["Portfolio: Jobs and Social Rights"],"location":["online"],"address":["online"],"addressEntity":["addr-2dbc2fd2358e1ea1b7a6bc08ea647b9a337ac92d"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-66fa2c2d100ec194caa42b5c6f97c36e2748b71c","eu-tr-06698681039-26"]}} -{"id":"ec-meeting-2021-10-18-616307ce45cd4e94c406d76353c4844b94d9050d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-18 - Cabinet of Commissioner Stella Kyriakides x Pfizer Inc."],"date":["2021-10-18"],"summary":["Call with Pfizer’s Regional President for Vaccines, Mr. Sinan Atlig, to discuss the implementation of COVID-19 vaccines Advance Purchase Agreement"],"notes":["Portfolio: Health"],"location":["Phone call"],"address":["Phone call"],"addressEntity":["addr-cac056598c767cdeaa0f13cfe91d25988c24c698"],"organizer":["ec-cabinet-commissioner-kyriakides-of-stella"],"involved":["ec-person-991ce64cea5178762c932ac823ea5d309e7a8d93","ec-person-081d99a6f9ed1259db43e2cbcba20275774511b2","eu-tr-4263301811-33"]}} -{"id":"ec-meeting-2021-10-18-66e2710e3a8509c3cf0e918e6f29aad1d7310ce2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-18 - Cabinet of Commissioner Kadri Simson x KIC InnoEnergy SE"],"date":["2021-10-18"],"summary":["Fit for 55 package and EIT InnoEnergy support to the EGD."],"notes":["Portfolio: Energy"],"location":["Brussels, BERL"],"address":["Brussels, BERL"],"addressEntity":["addr-3c3fa5f92474ebac668808553fbab6d1c14aa243"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["ec-person-f47a082bc2455a660c3b2ae348f0024736672752","eu-tr-462849021886-85","ec-person-1995c65b8dc7f3702a8c30ed96a0144075848837"]}} -{"id":"ec-meeting-2021-10-18-83cd13a9df7ee2621eb48c4de24f148c45d10a8d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-18 - Cabinet of Executive Vice-President Valdis Dombrovskis x Mighty Earth"],"date":["2021-10-18"],"summary":["Deforestation initiative"],"notes":["Portfolio: An Economy that Works for People"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-235870cd7eb41f2494f695fce18b5b5b88647113","eu-tr-169821638625-38","ec-person-7433d96a6e6f46c9f9174db79ec61c387dffa509"]}} -{"id":"ec-meeting-2021-10-18-8e9633e5be0c254d2365e56e0a16614a79e40aa3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-18 - Cabinet of Commissioner Elisa Ferreira x SIBS Brunswick Group Advisory Limited"],"date":["2021-10-18"],"summary":["Pan-European payments systems, digital finance and cybersecurity"],"notes":["Portfolio: Cohesion and Reforms"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-commissioner-elisa-ferreira-of"],"involved":["eu-tr-688192128946-64","ec-person-5bebc7b029567ec14718c647bb3813e76a4c729d","eu-tr-26255464458-25"]}} -{"id":"ec-meeting-2021-10-18-9551761b00ed757e203e9949e31fe16300c4ce35","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-18 - Cabinet of Commissioner Nicolas Schmit x Euclid Network Google"],"date":["2021-10-18"],"summary":["Economie sociale et solidaire"],"notes":["Portfolio: Jobs and Social Rights"],"location":["visioconférence"],"address":["visioconférence"],"addressEntity":["addr-53800a8b0881a6080dcfd04f5d53fa6c9a237ac9"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["eu-tr-851992443399-92","eu-tr-03181945560-59","ec-person-31513b39cbfd3c630421d09259b6e94518a4e519"]}} -{"id":"ec-meeting-2021-10-18-9746ae65b77162a955d8d0b32e59a3ecedb5df37","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-18 - Cabinet of Executive Vice-President Valdis Dombrovskis x None"],"date":["2021-10-18"],"summary":["Basel III implementation"],"notes":["Portfolio: An Economy that Works for People"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-235870cd7eb41f2494f695fce18b5b5b88647113","eu-tr-799142914971-03","ec-person-95d6ecce9b8f3a7b167d0eac8e270fdce0665ccb","eu-tr-785157016077-28"]}} -{"id":"ec-meeting-2021-10-18-b1be81bc197bed884fefd8dca909ef89c3d3b014","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-18 - Internal Market, Industry, Entrepreneurship and SMEs x Association Française des Entreprises Privées / French Association of Large Companies"],"date":["2021-10-18"],"summary":["Discuss specific issues of the Industrial Strategy, such as the reform of competition policy and the level playing field at global level."],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-grow"],"involved":["ec-person-0151c7e554d188fffc509ad636b7d1a84c5dfcd5","eu-tr-953933297-85"]}} -{"id":"ec-meeting-2021-10-18-bc21715b9b3e69598450957742e6a88a95d53435","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-18 - Cabinet of Commissioner Thierry Breton x Thorn"],"date":["2021-10-18"],"summary":["Fighting Child sexual abuse online"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-854246640306-96","ec-person-4d83416435f81b1f1e8f5c86aeebb1478577f1d2"]}} -{"id":"ec-meeting-2021-10-18-cebbb4925a05c692e2ad3baa5378e782a3a4f20c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-18 - Defence Industry and Space x THALES"],"date":["2021-10-18"],"summary":["Purpose of the meeting was to elaborate on general overview and discussions on European issues in space, update on the space market and EU programs (Copernicus, Galileo, Egnos, etc.), Future Flagships (Space Connectivity)."],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-defis"],"involved":["ec-person-a5e52cd544ea3aa44eb4b31fac65a468499f106e","eu-tr-91711831031-23"]}} -{"id":"ec-meeting-2021-10-18-db7db9aa1a504e9f50673f8006cab232e569c1f7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-18 - Cabinet of Executive Vice-President Frans Timmermans x European Skippers Organisation - vzw"],"date":["2021-10-18"],"summary":["Preparation for a keynote speech on climate transitions in inland waterways"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-d56ecbfde17436a136fc89c9a978b266e8285c84","eu-tr-63974235880-21"]}} -{"id":"ec-meeting-2021-10-18-e4d3f36f848661a0f0decd59ec732ff7c1343365","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-18 - Cabinet of Commissioner Janusz Wojciechowski x OGM dangers Friends of the Earth Europe International Federation of Organic Agriculture Movements EU Regional Group European Coordination Via Campesina"],"date":["2021-10-18"],"summary":["Presentation of their assessment of the working paper on new genomic techniques +next steps"],"notes":["Portfolio: Agriculture"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["eu-tr-67128251296-84","ec-person-cafe030b6dad78a75143f7552c420481b30ebceb","eu-tr-629482044225-60","eu-tr-28920471149-55","eu-tr-9825553393-31"]}} -{"id":"ec-meeting-2021-10-18-fc74843a74fdfd05165aa26ecfc860c006c18a4c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-18 - Cabinet of President Ursula von der Leyen x Vodafone Stiftung Deutschland gGmbH"],"date":["2021-10-18"],"summary":["Digital issues"],"notes":["Portfolio: President"],"location":["Brussels (Teams)"],"address":["Brussels (Teams)"],"addressEntity":["addr-9950cce930e253f44f556bb339d2a1106073cd7b"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-7019713e72781afb1f3b19032c4752a314b78180","eu-tr-963045243382-88"]}} -{"id":"ec-meeting-2021-10-19-0004231aff57e968bf91da7840af6a1bbef42880","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-19 - Taxation and Customs Union x KIC InnoEnergy SE"],"date":["2021-10-19"],"summary":["Physical meeting - Exchange of views on the Commission proposal for a CBAM"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-taxud"],"involved":["ec-person-9e42f316f38c8e126c2cd2bc84affb891338c7f3","eu-tr-462849021886-85"]}} -{"id":"ec-meeting-2021-10-19-1b54afa7245c22c9e0d2c89fdcaf91f17fc93662","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-19 - Cabinet of Commissioner Kadri Simson x The European Consumer Voice in Standardisation Bureau Européen des Unions de Consommateurs"],"date":["2021-10-19"],"summary":["Preparation of the Sustainable Product Policy Initiative and Consumer Empowerment for the Green Transition."],"notes":["Portfolio: Energy"],"location":["Video Conferencing"],"address":["Video Conferencing"],"addressEntity":["addr-e3b7413b2ac93be00b6bcff51fdc1374d67118bd"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["eu-tr-9505781573-45","ec-person-d40f25b5cb5c0681854a4996da444478318f7e58","eu-tr-507800799-30"]}} -{"id":"ec-meeting-2021-10-19-253203f0fcc7375cb646fb5736855060828345e4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-19 - Cabinet of Commissioner Didier Reynders x European Confederation of Police"],"date":["2021-10-19"],"summary":["courtesy meeting upon their visit to Brussels - access to data in cross-border cases"],"notes":["Portfolio: Justice"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-didier-of-reynders"],"involved":["ec-person-4cd0043747c40cfeaced5e4c68e43372cdb8dac9","eu-tr-066424813599-73"]}} -{"id":"ec-meeting-2021-10-19-2c17e90c4b4e8767374ee66edf1e4b107d81e1c2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-19 - Cabinet of Executive Vice-President Valdis Dombrovskis x Fédération bancaire française LA POSTE Crédit Agricole S.A. BPCE Société Générale"],"date":["2021-10-19"],"summary":["Basel III implementation"],"notes":["Portfolio: An Economy that Works for People"],"location":["video conference"],"address":["video conference"],"addressEntity":["addr-6dc12e3c97077db82f32184f24341ce370a445fd"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["eu-tr-35147251117-11","ec-person-f011ed0f7c78d833a79f1206f788e0cbd9cb8864","eu-tr-09245221105-30","ec-person-235870cd7eb41f2494f695fce18b5b5b88647113","eu-tr-34369111614-57","eu-tr-179370613236-62","eu-tr-01890906437-84"]}} -{"id":"ec-meeting-2021-10-19-6858a800f18323eb78619e7fc7330332b7a9c4a4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-19 - Cabinet of Commissioner Adina Vălean x European Road Transport Research Advisory Council"],"date":["2021-10-19"],"summary":["Research and Innovation for automotive industry"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["eu-tr-855647016671-07","ec-person-cc0354fbf386eb83f57c00ad5240f1dddeeabab4"]}} -{"id":"ec-meeting-2021-10-19-6ddf885bc330437c881d64410a95fa5a5f3baa5a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-19 - Cabinet of Commissioner Mariya Gabriel x Orgalim – Europe's Technology Industries"],"date":["2021-10-19"],"summary":["Low carbon tech roadmap, Industry 5.0, Innovation eco-system & Skills"],"notes":["Portfolio: Innovation and Youth"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-20210641335-88","ec-person-1674399a793e9e6fd7cf55b525515fc862fc9351"]}} -{"id":"ec-meeting-2021-10-19-6e578583a3c65a2724405cfaf4a5dbf07f1a4826","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-19 - Cabinet of Commissioner Didier Reynders x Bureau Européen des Unions de Consommateurs The European Consumer Voice in Standardisation"],"date":["2021-10-19"],"summary":["Preparation of the Sustainable Product Policy Initiative and Consumer Empowerment for the Green Transition"],"notes":["Portfolio: Justice"],"location":["video conferencing"],"address":["video conferencing"],"addressEntity":["addr-613317ccdf0c2bce8cb9f90df551697cd890eda7"],"organizer":["ec-cabinet-commissioner-didier-of-reynders"],"involved":["eu-tr-9505781573-45","eu-tr-507800799-30","ec-person-4cd0043747c40cfeaced5e4c68e43372cdb8dac9"]}} -{"id":"ec-meeting-2021-10-19-721b9ba810e572238ba15289ec4201d842b2f036","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-19 - Cabinet of President Ursula von der Leyen x ArcelorMittal"],"date":["2021-10-19"],"summary":["REDII Delegated Acts on Recycled Carbon Fuels & Co-processing / Energy & Environment State Aid Guidelines / Waste Shipment Regulation"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-f2b941852d3b961d69ed695c2d243a1a2b4a1904","eu-tr-23527541824-60"]}} -{"id":"ec-meeting-2021-10-19-7803ce29d2da5e82a9a488936e18cb3cf8eff647","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-19 - Cabinet of Commissioner Janusz Wojciechowski x Hutnicza Izba Przemysłowo-Handlowa The European Steel Association"],"date":["2021-10-19"],"summary":["Impact of the proposed amendments to the EEAG on the competitiveness of the Polish steel industry"],"notes":["Portfolio: Agriculture"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["eu-tr-890804512955-21","ec-person-625f8b4379f79adee4f15c6a0417a96bb5a5a403","eu-tr-93038071152-83","ec-person-cafe030b6dad78a75143f7552c420481b30ebceb"]}} -{"id":"ec-meeting-2021-10-19-8421a1a0bd328d60f861afd2d7289cbe6cc79c81","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-19 - Cabinet of President Ursula von der Leyen x Prysmian S.p.A."],"date":["2021-10-19"],"summary":["To discuss the role of fibre optic producers in accelerating the EU’s green and digital transition."],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-7019713e72781afb1f3b19032c4752a314b78180","eu-tr-263025637420-16"]}} -{"id":"ec-meeting-2021-10-19-91b24d95066e10ebbddb00b25614f34f4e9d2628","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-19 - Internal Market, Industry, Entrepreneurship and SMEs x KIC InnoEnergy SE"],"date":["2021-10-19"],"summary":["Discussion on Hydrogen and the European Batteries Alliance."],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-grow"],"involved":["ec-person-0151c7e554d188fffc509ad636b7d1a84c5dfcd5","eu-tr-462849021886-85"]}} -{"id":"ec-meeting-2021-10-19-95ad279fb5401aa37f42e0b1dc5b72e5573ab7fd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-19 - Cabinet of Commissioner Thierry Breton x Wirtschaftsvereinigung Stahl"],"date":["2021-10-19"],"summary":["Green transition : fit for 55, state aid"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-75755621888-61","ec-person-6308dea893b9b1ca0dcd5b91b4a1ac4c2f3020ad"]}} -{"id":"ec-meeting-2021-10-19-a7d1e95f6c50998bd2d253d52014da6dc2c5f183","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-19 - Cabinet of Executive Vice-President Margrethe Vestager x Aerospace, Security and Defence Industries Association of Europe"],"date":["2021-10-19"],"summary":["Aviation - climate goals"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-8b6db5c3c4611618ade59c6d0dadc21c962f0ee7","eu-tr-72699997886-57","ec-person-11ba005cc4046696303381b7ca219da9b11a42bf"]}} -{"id":"ec-meeting-2021-10-19-b15c4cd7403640161eb6eca6d3e4d91776b2dce6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-19 - Cabinet of Commissioner Thierry Breton x Bureau Européen des Unions de Consommateurs"],"date":["2021-10-19"],"summary":["Preparation of the Sustainable Product Policy Initiative and Consumer Empowerment for the Green Transition"],"notes":["Portfolio: Internal Market"],"location":["Videconference"],"address":["Videconference"],"addressEntity":["addr-e611dc74f08dc0cb4369d9147ee1bc357f769320"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-6308dea893b9b1ca0dcd5b91b4a1ac4c2f3020ad","eu-tr-9505781573-45"]}} -{"id":"ec-meeting-2021-10-19-b363cf594fcf5dc8bb4d8430ed33049297dad3dc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-19 - Cabinet of Commissioner Thierry Breton x Environmental Coalition on Standards"],"date":["2021-10-19"],"summary":["Preparation of the Sustainable Product Policy Initiative and Consumer Empowerment for the Green Transition"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-6308dea893b9b1ca0dcd5b91b4a1ac4c2f3020ad","eu-tr-96668093651-33"]}} -{"id":"ec-meeting-2021-10-19-b37d3e84f2a0ec568b91ab3f7145bb536f0472ac","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-19 - Cabinet of Commissioner Mairead Mcguinness x Third Generation Environmentalism Ltd"],"date":["2021-10-19"],"summary":["Sustainable Finance"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-a5441c6a69a8a94fd64e02def60fcc6567f2c1d8","eu-tr-07783117686-61"]}} -{"id":"ec-meeting-2021-10-19-b7d940d2ca39deb56aaa47107ee719abf87ae67f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-19 - Cabinet of Commissioner Thierry Breton x Flex Automotive GmbH"],"date":["2021-10-19"],"summary":["Supply chain"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-4b5aaa9cea258419f934faa90c41e25de348a2d8","eu-tr-027518938111-42"]}} -{"id":"ec-meeting-2021-10-19-ccfce23be42accdaff0b42b54114e64e147c8d04","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-19 - Cabinet of Commissioner Adina Vălean x Fédération bancaire française"],"date":["2021-10-19"],"summary":["Basel transposition inter-services consultation"],"notes":["Portfolio: Transport"],"location":["Conference call"],"address":["Conference call"],"addressEntity":["addr-28ba88479582b2f75898964548da4252dc7db7d2"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["ec-person-e5f1558cac43dd4f90847b508b6753edb0a9f903","eu-tr-09245221105-30"]}} -{"id":"ec-meeting-2021-10-19-ee963ed6b38e5e1f349bf6fdca52f32d400af2d5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-19 - Cabinet of Executive Vice-President Frans Timmermans x The European Consumer Voice in Standardisation Bureau Européen des Unions de Consommateurs"],"date":["2021-10-19"],"summary":["Preparation of the Sustainable Product Policy Initiative and Consumer Empowerment for the Green Transition"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-9505781573-45","eu-tr-507800799-30","ec-person-8af3c81534786a740718d21dc58240738a53ed7b"]}} -{"id":"ec-meeting-2021-10-20-26b75b6a0c69373b0d38086f065beb321707b2ae","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-20 - Cabinet of Commissioner Mairead Mcguinness x European Third Party Providers Association"],"date":["2021-10-20"],"summary":["Instant payments, TTPs business environment."],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Virtual Meeting"],"address":["Virtual Meeting"],"addressEntity":["addr-ed078b6749077909a1a45720507ac2da9277b8b3"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-3a66109f0585c657edbe69190faa41919b50e05f","eu-tr-990847335232-73"]}} -{"id":"ec-meeting-2021-10-20-372678f058ed92569798fafb6cc4c78a42f1594b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-20 - Cabinet of Executive Vice-President Valdis Dombrovskis x None"],"date":["2021-10-20"],"summary":["Basel III"],"notes":["Portfolio: An Economy that Works for People"],"location":["video-conference"],"address":["video-conference"],"addressEntity":["addr-8736c288a4bc51ee27ef4ed41e652409a37e60d1"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-235870cd7eb41f2494f695fce18b5b5b88647113","eu-tr-799142914971-03","eu-tr-090350412968-04","eu-tr-785157016077-28"]}} -{"id":"ec-meeting-2021-10-20-3a5088c4677d4435229ed653430f980717883f2b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-20 - Cabinet of Commissioner Thierry Breton x Association Française des Entreprises Privées / French Association of Large Companies"],"date":["2021-10-20"],"summary":["Réunion préparatoire pour diner avec les Présidents membres de l’Afep le 28/10"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-953933297-85","ec-person-6308dea893b9b1ca0dcd5b91b4a1ac4c2f3020ad"]}} -{"id":"ec-meeting-2021-10-20-54166ed0576f245507f50d2fbf8fad9884749606","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-20 - Cabinet of Commissioner Thierry Breton x QUALCOMM Incorporated"],"date":["2021-10-20"],"summary":["Semiconductors"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","eu-tr-00358442856-45","ec-person-b077a2e9f0fdb3b8f6e91d0bd0b256db9e40ce46"]}} -{"id":"ec-meeting-2021-10-20-6d278fa33a4bea12b4cd3fa730168a2a005e5d5b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-20 - Cabinet of Vice-President Věra Jourová x World Justice Project"],"date":["2021-10-20"],"summary":["Rule of Law index"],"notes":["Portfolio: Values and Transparency"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["eu-tr-540503836926-15","ec-person-7e1aeaad9232c788ee790cdb309ccad8f9ffdc5e"]}} -{"id":"ec-meeting-2021-10-20-75a5e52464a4653ccda689f50275b05f48f41c9c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-20 - Administration and Payment of Individual Entitlements x Cigna"],"date":["2021-10-20"],"summary":["Presentation of Cigna's activities."],"location":["Video-conference - via Webex"],"address":["Video-conference - via Webex"],"addressEntity":["addr-5d22fa4576caf0ff0619d8a6d0a88b5ec51a049e"],"organizer":["ec-dg-pmo"],"involved":["ec-person-bbb54040fed5dcba69f7810a70957cc58a666ace","eu-tr-272147732951-48"]}} -{"id":"ec-meeting-2021-10-20-7d02bce26f3561c989a65a60353aba315b7525d5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-20 - Cabinet of Commissioner Thierry Breton x ArcelorMittal"],"date":["2021-10-20"],"summary":["Green transition : fit for 55, state aid"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-6308dea893b9b1ca0dcd5b91b4a1ac4c2f3020ad","eu-tr-23527541824-60"]}} -{"id":"ec-meeting-2021-10-20-8681ca0f0faecdf5b9d09a56567f29eebca13f5a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-20 - Financial Stability, Financial Services and Capital Markets Union x MARSH & McLENNAN COMPANIES FRANCE"],"date":["2021-10-20"],"summary":["Digital finance"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-117683115792-20","ec-person-1fce211249673c35ee07a801ddee77ab24af8d54"]}} -{"id":"ec-meeting-2021-10-20-9fc675be677955461af5ac7d9dca7ac3bc539dc3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-20 - Cabinet of President Ursula von der Leyen x European Network for Women In Leadership"],"date":["2021-10-20"],"summary":["Update on WIL Europe activities and exchange of views on WIL Europe Talent Pool"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["eu-tr-882273632045-87","ec-person-781d246729522a816df2b77a616f5ae127bc104e"]}} -{"id":"ec-meeting-2021-10-20-a7170251fdd1bc824219db2dd2dbe751e8fef243","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-20 - Cabinet of Commissioner Janez Lenarčič x Norwegian Refugee Council Europe"],"date":["2021-10-20"],"summary":["humanitarian issues in the MENA region"],"notes":["Portfolio: Crisis Management"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-janez-lenarcic-of"],"involved":["eu-tr-750447615329-96","ec-person-a6cd325c80698b2331699224c780ebfb10573602"]}} -{"id":"ec-meeting-2021-10-20-d21d0daef1a92e972868d6054a52162e787b402c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-20 - Cabinet of Commissioner Mairead Mcguinness x None"],"date":["2021-10-20"],"summary":["Basel III (The meeting was shared with the Cabinet Dombrovskis)"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Virtual Meeting"],"address":["Virtual Meeting"],"addressEntity":["addr-ed078b6749077909a1a45720507ac2da9277b8b3"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["eu-tr-785157016077-28","eu-tr-799142914971-03","eu-tr-090350412968-04","ec-person-49e520c7a9c9c47ccb5acfa68f9416e4233af9f8"]}} -{"id":"ec-meeting-2021-10-20-f9c27c758a32e619cac2f2f46df10c09ce73f0bf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-20 - Cabinet of Executive Vice-President Margrethe Vestager x Finnish Energy - Energiateollisuus ry"],"date":["2021-10-20"],"summary":["Draft State aid Guidelines on Climate, environmental protection and Energy"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-6b6135249735cff1f3061530471f1e159500c840","eu-tr-68861821910-84"]}} -{"id":"ec-meeting-2021-10-21-0b873c356ec62226d3d802536425fa7707c510b6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-21 - Cabinet of Commissioner Thierry Breton x LobbyControl"],"date":["2021-10-21"],"summary":["DMA"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-6314918394-16","ec-person-4d83416435f81b1f1e8f5c86aeebb1478577f1d2"]}} -{"id":"ec-meeting-2021-10-21-0e0a43977e37226117c89435d9f83b77c4eb7efd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-21 - Cabinet of Commissioner Thierry Breton x PFA - Filière Automobile & Mobilités"],"date":["2021-10-21"],"summary":["Réunion préparatoire pour la Journée de la filière automobile organisé par PFA le 26/10"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-6308dea893b9b1ca0dcd5b91b4a1ac4c2f3020ad","eu-tr-104496636099-78"]}} -{"id":"ec-meeting-2021-10-21-1bd7f60581eb2b68cfd383e60a094b44a05f1e8e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-21 - Cabinet of Commissioner Janez Lenarčič x European Confederation of Independent Trade Unions"],"date":["2021-10-21"],"summary":["European strategy to tackle forest fires"],"notes":["Portfolio: Crisis Management"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-janez-lenarcic-of"],"involved":["ec-person-35334591a1ee219b6f0829d58a8cfba058540557","eu-tr-32738888445-74"]}} -{"id":"ec-meeting-2021-10-21-1cff5a879a4c5f02cb1ca5747074ccad814421e8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-21 - Research and Innovation x Institut national de recherche en informatique et en automatique"],"date":["2021-10-21"],"summary":["Relationships EC-INRIA"],"location":["Paris - France"],"address":["Paris - France"],"addressEntity":["addr-af8a8064c242ec654a4f7d976c92f0d505c09d08"],"organizer":["ec-dg-rtd"],"involved":["eu-tr-373620420777-24","ec-person-1d348f33395de0ea6773a7b4ae8797e3e0392f73"]}} -{"id":"ec-meeting-2021-10-21-2272e7c938eed9f2428a4d0522950a0d74083181","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-21 - Cabinet of Commissioner Olivér Várhelyi x World Justice Project"],"date":["2021-10-21"],"summary":["purpose of the meeting is to exchange information about the rule of law situation in the European Neighborhood"],"notes":["Portfolio: Neighbourhood and Enlargement"],"location":["BERL - Bruxelles"],"address":["BERL - Bruxelles"],"addressEntity":["addr-74ff725d36eebe6434f00028396f4d18d5f25d04"],"organizer":["ec-cabinet-commissioner-of-oliver-varhelyi"],"involved":["ec-person-53491bf8482feff700ae076cb8b1e2ee3e728210","eu-tr-540503836926-15"]}} -{"id":"ec-meeting-2021-10-21-2a7ad8c4376e14a52754a61f015c8ca3fc8b6973","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-21 - Cabinet of Commissioner Adina Vălean x General Motors"],"date":["2021-10-21"],"summary":["Sustainable and Smart mobility"],"notes":["Portfolio: Transport"],"location":["Conference call"],"address":["Conference call"],"addressEntity":["addr-28ba88479582b2f75898964548da4252dc7db7d2"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["eu-tr-245346137135-21","ec-person-e5f1558cac43dd4f90847b508b6753edb0a9f903"]}} -{"id":"ec-meeting-2021-10-21-2f011f9333d600b831fefd99b02a0bf45fd12f59","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-21 - Cabinet of Executive Vice-President Valdis Dombrovskis x Bolt"],"date":["2021-10-21"],"summary":["Future Commission proposal on platform work"],"notes":["Portfolio: An Economy that Works for People"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["eu-tr-995377734447-25","ec-person-95d6ecce9b8f3a7b167d0eac8e270fdce0665ccb"]}} -{"id":"ec-meeting-2021-10-21-4e1540277fd68bd64aa1c0e785792ebb110aa960","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-21 - Cabinet of Commissioner Elisa Ferreira x Ericsson"],"date":["2021-10-21"],"summary":["Contribution of digital connectivity to the Green Deal"],"notes":["Portfolio: Cohesion and Reforms"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-commissioner-elisa-ferreira-of"],"involved":["ec-person-884d261ef161b119c9fc64f7a0514dc014ca2bd7","eu-tr-02021363105-42"]}} -{"id":"ec-meeting-2021-10-21-5a5dc06a60b89e636dab83d947c214b3e821c5d8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-21 - Cabinet of Commissioner Virginijus Sinkevičius x Humane Society International/Europe ALTERTOX Lumina"],"date":["2021-10-21"],"summary":["To discuss the TOX Strategy"],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["eu-tr-400309213564-96","eu-tr-19714485883-27","eu-tr-05097472836-90","ec-person-172a438ed334761e2ab5d52e551fd1bcb6ab6b8d"]}} -{"id":"ec-meeting-2021-10-21-603d522592128f87cc52e0494097204fdd2d6d5e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-21 - Cabinet of Commissioner Virginijus Sinkevičius x The Shark Trust"],"date":["2021-10-21"],"summary":["ICCAT & Mako: Shark League"],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["eu-tr-78610009998-13","ec-person-c92a6b4ef8328855b0234011be623ed9f15c86f3"]}} -{"id":"ec-meeting-2021-10-21-6380278a07864a65c8648058cbf21b4b511a5c3e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-21 - Cabinet of Executive Vice-President Frans Timmermans x Transport and Environment (European Federation for Transport and Environment)"],"date":["2021-10-21"],"summary":["Emissions and Euro diesel standards for trucks"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-d56ecbfde17436a136fc89c9a978b266e8285c84","eu-tr-58744833263-19"]}} -{"id":"ec-meeting-2021-10-21-828d62c0951d8ca6e48a8cdefd9f4397c8553706","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-21 - Cabinet of Commissioner Thierry Breton x Intel Corporation Centre on Regulation in Europe"],"date":["2021-10-21"],"summary":["Cross interview on chips-act"],"notes":["Portfolio: Internal Market"],"location":["videoconference"],"address":["videoconference"],"addressEntity":["addr-92b2fbb928e012810d80d9ef1abe12027beee200"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","eu-tr-041592911733-05","ec-person-b077a2e9f0fdb3b8f6e91d0bd0b256db9e40ce46","eu-tr-7459401905-60"]}} -{"id":"ec-meeting-2021-10-21-8750d1a0ec56dd55abcad0ae42c0f0eee7e6cca6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-21 - Cabinet of Executive Vice-President Frans Timmermans x Brunswick Group Advisory Limited Conde Nast Holdings Limited"],"date":["2021-10-21"],"summary":["Implementation of the European Green Deal and company’s contribution to the EU’s climate and environmental policies"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-411131044251-94","eu-tr-26255464458-25","ec-person-8af3c81534786a740718d21dc58240738a53ed7b"]}} -{"id":"ec-meeting-2021-10-21-927c3efa139871b1a087450a5e9897f385f6bd56","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-21 - Cabinet of Commissioner Didier Reynders x Victim Support Europe"],"date":["2021-10-21"],"summary":["EU Strategy on Victims Rights (2020-2025) and Victim Support Europe (VSE) presentation of their priorities"],"notes":["Portfolio: Justice"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-didier-of-reynders"],"involved":["eu-tr-83945428894-94","ec-person-1e25399e2267734c5f4c69093d2286c8898ee9f0","ec-person-4cd0043747c40cfeaced5e4c68e43372cdb8dac9"]}} -{"id":"ec-meeting-2021-10-21-adc9d17b4117fd141856fb79beaa264a8c062499","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-21 - Cabinet of Commissioner Jutta Urpilainen x ACTION CONTRE LA FAIM"],"date":["2021-10-21"],"summary":["Commissioner Urpilainen's meeting with Scaling Up Nutrition (\"SUN\") Youth Leaders"],"notes":["Portfolio: International Partnerships"],"location":["videoconference"],"address":["videoconference"],"addressEntity":["addr-92b2fbb928e012810d80d9ef1abe12027beee200"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["ec-person-6357f4506ca5351b3a822936612fd6006da48722","eu-tr-272646820681-30","ec-person-7c4fa9cfb750b5b524c065180fcee1123b8df03e"]}} -{"id":"ec-meeting-2021-10-21-b53a6286a2a310c99b205f05ba9da683916b3e6c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-21 - Cabinet of Vice-President Věra Jourová x EUROPE'S MEDIALAB (Fondation EURACTIV)"],"date":["2021-10-21"],"summary":["Gender equality"],"notes":["Portfolio: Values and Transparency"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["eu-tr-485832526193-89","ec-person-bf54da17217bbddfd9c68fe24d88005ac17e2c4b"]}} -{"id":"ec-meeting-2021-10-21-d6d3988e43ea86730461dfc267e30cca5676bd55","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-21 - Cabinet of Executive Vice-President Margrethe Vestager x EuroCommerce"],"date":["2021-10-21"],"summary":["EU’s digital strategy, plateform regulation, European Data Strategy, Artificial Intelligence"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-84973761187-60","ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0"]}} -{"id":"ec-meeting-2021-10-21-dfb300867a10091a4183c9a8a7b62fd9aa33a717","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-21 - Cabinet of Vice-President Margaritis Schinas x The Guild of European Research-Intensive Universities"],"date":["2021-10-21"],"summary":["European Strategy for Universities"],"notes":["Portfolio: Promoting the European Way of Life"],"location":["online"],"address":["online"],"addressEntity":["addr-2dbc2fd2358e1ea1b7a6bc08ea647b9a337ac92d"],"organizer":["ec-cabinet-margaritis-of-president-schinas-vice"],"involved":["ec-person-b59ff7316734021e48aa7e0fd79eeeab36ea2bb4","eu-tr-265942623347-90"]}} -{"id":"ec-meeting-2021-10-21-e11672b1284aa9f11efa31ccab8766e7781f5cfc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-21 - Cabinet of Executive Vice-President Margrethe Vestager x The Data Union"],"date":["2021-10-21"],"summary":["Personal Data"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-781781844158-41","ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0"]}} -{"id":"ec-meeting-2021-10-21-e21a72f72adba2d7b5f6fd7c2384391b91869a5e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-21 - Cabinet of Executive Vice-President Frans Timmermans x Uniper"],"date":["2021-10-21"],"summary":["Europe´s hydrogen economy"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-9eafbf4a92961023c7df3ab389ae6d4301dec4bf","eu-tr-285977820662-03","ec-person-d53e00c46a4cc62bbf533e0c9bb35bacb9121989"]}} -{"id":"ec-meeting-2021-10-21-ee3ee5b56c04fd5583a7e4f9543ff41702718278","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-21 - Research and Innovation x Centre National de la Recherche Scientifique"],"date":["2021-10-21"],"summary":["Relationships EC-CNRS"],"location":["Paris - France"],"address":["Paris - France"],"addressEntity":["addr-af8a8064c242ec654a4f7d976c92f0d505c09d08"],"organizer":["ec-dg-rtd"],"involved":["ec-person-1d348f33395de0ea6773a7b4ae8797e3e0392f73","eu-tr-787054318177-33"]}} -{"id":"ec-meeting-2021-10-21-fd8e5a1b9c9360fd94dd67ae6bb53345a8c8745a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-21 - Cabinet of Commissioner Kadri Simson x Shell Companies"],"date":["2021-10-21"],"summary":["Meeting renewable Hydrogen targets in Transport"],"notes":["Portfolio: Energy"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["ec-person-ba3b83676ad38094e71b64b644f3e3d2c61b8182","ec-person-2fb98fc84d2cf8d481688eff3d47f7745ead3592","eu-tr-05032108616-26"]}} -{"id":"ec-meeting-2021-10-22-048e6de7392bda019a2abc88f616352f2df596fa","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-22 - Cabinet of Executive Vice-President Margrethe Vestager x Robert Bosch GmbH"],"date":["2021-10-22"],"summary":["Digital decade"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-7f4ed7789b52b8daf8b637232a16c6d3120c5e37","eu-tr-8999533555-91"]}} -{"id":"ec-meeting-2021-10-22-2ac1fd7cf551fa95164e9c0329f82875347d4b09","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-22 - Cabinet of Executive Vice-President Frans Timmermans x CO2 Value Europe AISBL Verband Deutscher Maschinen- und Anlagenbau e.V."],"date":["2021-10-22"],"summary":["CCUS sector development in Europe"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-9765362691-45","ec-person-d53e00c46a4cc62bbf533e0c9bb35bacb9121989","eu-tr-977056531128-71"]}} -{"id":"ec-meeting-2021-10-22-60963f701044d57550f7245f2e015e83936f407f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-22 - Cabinet of Executive Vice-President Valdis Dombrovskis x BPCE"],"date":["2021-10-22"],"summary":["Basel III implementation"],"notes":["Portfolio: An Economy that Works for People"],"location":["video conference"],"address":["video conference"],"addressEntity":["addr-6dc12e3c97077db82f32184f24341ce370a445fd"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-235870cd7eb41f2494f695fce18b5b5b88647113","eu-tr-179370613236-62"]}} -{"id":"ec-meeting-2021-10-22-638431bc4476a3879b41bbf050fbc4af36b2dbec","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-22 - Cabinet of Commissioner Mairead Mcguinness x TheCityUK"],"date":["2021-10-22"],"summary":["Introductory call with Chairman"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["VIDEO Conference"],"address":["VIDEO Conference"],"addressEntity":["addr-8faab1301f19041b76d212f8b16d38015a57b09a"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-2b9c589fb2354bd93067644d2c3d2c058d4c4cc9","eu-tr-237922911665-25"]}} -{"id":"ec-meeting-2021-10-22-6d0e5c35b481dcc36218fe91a510656099f3caf5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-22 - Cabinet of Commissioner Didier Reynders x Confederation of British Industry"],"date":["2021-10-22"],"summary":["Sustainable corporate governance"],"notes":["Portfolio: Justice"],"location":["video conference"],"address":["video conference"],"addressEntity":["addr-6dc12e3c97077db82f32184f24341ce370a445fd"],"organizer":["ec-cabinet-commissioner-didier-of-reynders"],"involved":["ec-person-50f9cba2282e1d03395cdd0faf9ce6e9a2ff3104","eu-tr-73725676990-18"]}} -{"id":"ec-meeting-2021-10-22-742af5c0a7e87a5b597df036e38175c45e1759dd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-22 - Cabinet of Commissioner Thierry Breton x Meta Platforms Ireland Limited and its various subsidiaries (f/k/a Facebook Ireland Limited)"],"date":["2021-10-22"],"summary":["DMA"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-4d83416435f81b1f1e8f5c86aeebb1478577f1d2","eu-tr-28666427835-74"]}} -{"id":"ec-meeting-2021-10-22-a1104f69b5f312e5750c875a860a3d21a43747dc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-22 - Cabinet of Commissioner Thierry Breton x COMMUNIA Association for the public domain Nordic Entertainment Group AB Beta Film Bureau Européen des Unions de Consommateurs EBU-UER (European Broadcasting Union) Association relative à la télévision européenne Netflix International B.V."],"date":["2021-10-22"],"summary":["Launch of the dialogue on availability and access to audio-visual content"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-487726915971-30","eu-tr-447494115294-30","eu-tr-003277719548-45","ec-person-5215bd372c5a1202399d77ecceb8c16de8d7d55c","ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","eu-tr-850964536411-03","eu-tr-93288301615-56","eu-tr-9505781573-45","eu-tr-570696337972-73"]}} -{"id":"ec-meeting-2021-10-22-a2549bb3cad24eeca549008e0dca1ba839499f8b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-22 - Cabinet of Executive Vice-President Frans Timmermans x Polish Confederation Lewiatan"],"date":["2021-10-22"],"summary":["Preparation for European Forum of New Ideas"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-d53e00c46a4cc62bbf533e0c9bb35bacb9121989","eu-tr-251117611140-75"]}} -{"id":"ec-meeting-2021-10-22-d0e3421812b4d0de293d826dbbed19d82458d5e5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-22 - Cabinet of Executive Vice-President Margrethe Vestager x Brunswick Group Advisory Limited Conde Nast Holdings Limited"],"date":["2021-10-22"],"summary":["EU’s digital agenda, EU Data Protection"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-411131044251-94","ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0","eu-tr-26255464458-25"]}} -{"id":"ec-meeting-2021-10-22-e9236c8004c4f14e11c9a4f669bc6727361f9589","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-22 - Cabinet of Executive Vice-President Frans Timmermans x European Meat Network"],"date":["2021-10-22"],"summary":["Sustainable food systems"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-376515721995-15","ec-person-33624431cbec1074e151c1707715ef46d2ba9565"]}} -{"id":"ec-meeting-2021-10-25-2e9eeedc36f473fdd27fdc9b70c17182dc3f9dde","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-25 - Cabinet of Vice-President Dubravka Šuica x Europa Nostra"],"date":["2021-10-25"],"summary":["European Heritage Policy Agora in Venice : THANK YOU & NEXT STEPS"],"notes":["Portfolio: Democracy and Demography"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-dubravka-of-president-suica-vice"],"involved":["ec-person-026798f0d4b4567a1c4ba592351123da781ce908","eu-tr-464201240893-11"]}} -{"id":"ec-meeting-2021-10-25-3efaba343eecade1b92a9d7a74e72634b95374f5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-25 - Cabinet of Vice-President Maroš Šefčovič x Rio Tinto"],"date":["2021-10-25"],"summary":["Virtual call with the representatives of RioTinto on raw materials in Serbia."],"notes":["Portfolio: Interinstitutional Relations and Foresight"],"location":["Virtual call"],"address":["Virtual call"],"addressEntity":["addr-f8c46889b6ab9c6bbad8df49ec395d1482437918"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-442becb1e681f03d9df1dc59e73ecf1336c48402","eu-tr-991744840418-06"]}} -{"id":"ec-meeting-2021-10-25-47ba1ab4a435e79a1cdd1108ae83f3104612f122","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-25 - Cabinet of Commissioner Thierry Breton x European Chemical Industry Council"],"date":["2021-10-25"],"summary":["Microplastics ; chemicals strategy"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-6308dea893b9b1ca0dcd5b91b4a1ac4c2f3020ad","eu-tr-64879142323-90"]}} -{"id":"ec-meeting-2021-10-25-62056acc216641a325b6bdf55b43f3ab20108fb8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-25 - Financial Stability, Financial Services and Capital Markets Union x Société Générale"],"date":["2021-10-25"],"summary":["Basel III, AML"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-34369111614-57","ec-person-1fce211249673c35ee07a801ddee77ab24af8d54"]}} -{"id":"ec-meeting-2021-10-25-7bdb1f3108544d4ba92ad5b9cbc4ed6db334897d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-25 - Cabinet of Executive Vice-President Margrethe Vestager x GLOBALFOUNDRIES Management Services Limited Liability Company & Co. KG"],"date":["2021-10-25"],"summary":["Issues within the competition portfolio"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-721066539792-75","ec-person-7f4ed7789b52b8daf8b637232a16c6d3120c5e37"]}} -{"id":"ec-meeting-2021-10-25-a55c8cc3058021bb4093a06bdf795fae791b9fda","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-25 - Cabinet of Vice-President Dubravka Šuica x Cattaneo Zanetto & Co."],"date":["2021-10-25"],"summary":["Conference on the Future of Europe: possible large event on the Conference on the Future of Europe in June next year in Rome; presenting a state of play on the Conference; high level event in June 2022."],"notes":["Portfolio: Democracy and Demography"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-dubravka-of-president-suica-vice"],"involved":["eu-tr-11389287853-29","ec-person-026798f0d4b4567a1c4ba592351123da781ce908"]}} -{"id":"ec-meeting-2021-10-25-bb2863b9bd5934877ff01c5857f66531586788a2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-25 - Cabinet of Commissioner Mairead Mcguinness x Société Générale BNP PARIBAS"],"date":["2021-10-25"],"summary":["Brexit, DTO, CCPs"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["eu-tr-34369111614-57","ec-person-0ba9b89127b39af6a66f2fc3ed727332f1b19a34","eu-tr-78787381113-69"]}} -{"id":"ec-meeting-2021-10-25-bb2a82afb97fa373d49bd8224bc7e7ee8b040ae8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-25 - Cabinet of Vice-President Věra Jourová x Reporters sans frontières"],"date":["2021-10-25"],"summary":["Media freedom act, Safety of journalists, Journalists Trust Initiative"],"notes":["Portfolio: Values and Transparency"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["eu-tr-612547127497-45","ec-person-bf54da17217bbddfd9c68fe24d88005ac17e2c4b"]}} -{"id":"ec-meeting-2021-10-25-c2b27eac0ca2a57b480d6385cb1f59685a30148a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-25 - Cabinet of Executive Vice-President Frans Timmermans x Common Futures. Energy Transition Specialists B.V."],"date":["2021-10-25"],"summary":["Touch base on an invitation sent to EVP"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-293431844039-55","ec-person-d53e00c46a4cc62bbf533e0c9bb35bacb9121989"]}} -{"id":"ec-meeting-2021-10-25-d04b1499e2149e9ff81098e6a615df09ecf7869e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-25 - Cabinet of Commissioner Janusz Wojciechowski x Wilmar Europe Trading BV Europtimum Conseil"],"date":["2021-10-25"],"summary":["EU initiative on Deforestation and forest degradation – Wilmar’s position paper"],"notes":["Portfolio: Agriculture"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["eu-tr-971705931609-41","ec-person-cafe030b6dad78a75143f7552c420481b30ebceb","eu-tr-873067039520-87"]}} -{"id":"ec-meeting-2021-10-25-d9830682087cd7eaa2f27091e8388064d4cc39d2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-25 - Budget x Euronext"],"date":["2021-10-25"],"summary":["Next Generation EU"],"location":["webex"],"address":["webex"],"addressEntity":["addr-a37f437ef502701df6cd547f0ec20f9f6c19464e"],"organizer":["ec-dg-budg"],"involved":["eu-tr-17804464809-28","ec-person-39635b893026833f739fe623fe7e9d5a97525e7a"]}} -{"id":"ec-meeting-2021-10-25-dadfa508856d29a5a68e8b132c266c169a37506d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-25 - Cabinet of Executive Vice-President Valdis Dombrovskis x Wirtschaftsrat der CDU e.V."],"date":["2021-10-25"],"summary":["Trade agreements to the economic situation.\r\nCOVID crisis impact on debt and deficit of Member States finances. Financial markets regulation."],"notes":["Portfolio: An Economy that Works for People"],"location":["Video conferencing"],"address":["Video conferencing"],"addressEntity":["addr-4a260fcbdf035aeae48bfb811f1225b05f636185"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["eu-tr-176334311014-43","ec-person-9e7bd1005456277f156b671d1555c6a460fb2f58"]}} -{"id":"ec-meeting-2021-10-25-de9f6478544074b0ea752bbfdbb95634de3ffad6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-25 - Cabinet of Commissioner Thierry Breton x International Chemical Secretariat"],"date":["2021-10-25"],"summary":["Chemicals strategy"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-95363765837-60","ec-person-6308dea893b9b1ca0dcd5b91b4a1ac4c2f3020ad"]}} -{"id":"ec-meeting-2021-10-25-dff1bbb8b46f8ceea8b7b2a9e81c98d57d4c5af8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-25 - Cabinet of Executive Vice-President Frans Timmermans x DIGITALEUROPE"],"date":["2021-10-25"],"summary":["Preparation for a keynote speech on digital for the Green Deal"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-64270747023-20","ec-person-d56ecbfde17436a136fc89c9a978b266e8285c84"]}} -{"id":"ec-meeting-2021-10-25-e1dfb3902e46a1237615c26caed3d8da2cedb452","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-25 - Cabinet of Commissioner Mairead Mcguinness x Federation of European Securities Exchanges"],"date":["2021-10-25"],"summary":["MiFIR review"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-0ba9b89127b39af6a66f2fc3ed727332f1b19a34","eu-tr-71488206456-23"]}} -{"id":"ec-meeting-2021-10-25-e3e2b949128afdc48944940caf7b049ed3864e30","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-25 - Cabinet of Executive Vice-President Valdis Dombrovskis x VMware International Unlimited Company"],"date":["2021-10-25"],"summary":["Latest developments and the work in progress regarding the Trade and Technology Council (TTC)"],"notes":["Portfolio: An Economy that Works for People"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-1d8581216d9aa7f26fa098a81e84ca61e0e3f261","eu-tr-922046321682-57"]}} -{"id":"ec-meeting-2021-10-25-e5ff0f04dc52fc5dd60751bd33efc396170209ee","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-25 - Cabinet of Executive Vice-President Valdis Dombrovskis x Bundesverband der Deutschen Industrie e.V."],"date":["2021-10-25"],"summary":["- EU-US Trade and Technology Council\r\n- due diligence proposal\r\n- Transatlantic Business Initiative\r\n- relations with China\r\n- Transatlantic data flows"],"notes":["Portfolio: An Economy that Works for People"],"location":["BXL"],"address":["BXL"],"addressEntity":["addr-d2fde52f67ea4a3e1fe233d0a959d6a1c77fd910"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["eu-tr-1771817758-48","ec-person-9e7bd1005456277f156b671d1555c6a460fb2f58"]}} -{"id":"ec-meeting-2021-10-25-fab4d2acab5dcec00b17efe519d686892631428f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-25 - Cabinet of Commissioner Stella Kyriakides x European Public Health Alliance Alzheimer Europe EUROPEAN ORGANISATION FOR RARE DISEASES European Patients' Forum (EPF)"],"date":["2021-10-25"],"summary":["VTC Meeting: EU4Health Work Programme 2022 and operating grants."],"notes":["Portfolio: Health"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-kyriakides-of-stella"],"involved":["eu-tr-37399753690-65","eu-tr-61911227368-75","ec-person-c7513fae2df7920eea99d7cc103a354aa4f56b6e","eu-tr-18941013532-08","eu-tr-93272076510-87"]}} -{"id":"ec-meeting-2021-10-26-0e0a43977e37226117c89435d9f83b77c4eb7efd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-26 - Cabinet of Commissioner Thierry Breton x PFA - Filière Automobile & Mobilités"],"date":["2021-10-26"],"summary":["Clean and digital transition mobility ecosystem"],"notes":["Portfolio: Internal Market"],"location":["Paris, France"],"address":["Paris, France"],"addressEntity":["addr-c70534aa18173b860a10a50a47b139c4a581cbf6"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-6308dea893b9b1ca0dcd5b91b4a1ac4c2f3020ad","ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","eu-tr-104496636099-78"]}} -{"id":"ec-meeting-2021-10-26-10e0ab7b8ec721ba759ac577c695647089d8b7e8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-26 - Cabinet of Executive Vice-President Valdis Dombrovskis x ASSOCIATION DES PRODUCTEURS AFRICAINS DE BANANES ET AUTRES FRUITS"],"date":["2021-10-26"],"summary":["ACP and EU banana markets"],"notes":["Portfolio: An Economy that Works for People"],"location":["BXL"],"address":["BXL"],"addressEntity":["addr-d2fde52f67ea4a3e1fe233d0a959d6a1c77fd910"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-235870cd7eb41f2494f695fce18b5b5b88647113","eu-tr-500405828090-97","ec-person-7433d96a6e6f46c9f9174db79ec61c387dffa509"]}} -{"id":"ec-meeting-2021-10-26-15c7b88cdff139d63af939fd2ca8b37892ed64fe","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-26 - Cabinet of Commissioner Jutta Urpilainen x West Finland European Office"],"date":["2021-10-26"],"summary":["Event on the EU-Africa cooperation in education"],"notes":["Portfolio: International Partnerships"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["eu-tr-974694937695-92","ec-person-6357f4506ca5351b3a822936612fd6006da48722"]}} -{"id":"ec-meeting-2021-10-26-1a001bb688628eaed8c7cd19cd3b100af2713e1d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-26 - Cabinet of Commissioner Stella Kyriakides x MEDICINES FOR EUROPE"],"date":["2021-10-26"],"summary":["Exchange of views on the upcoming revision of the pharmaceutical legislation and the Health Union"],"notes":["Portfolio: Health"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-kyriakides-of-stella"],"involved":["eu-tr-48325781850-28","ec-person-ecf9f9e978b833afc98ee022572d468f0dc9a352"]}} -{"id":"ec-meeting-2021-10-26-1b1f795841cda66dbfac769ce7dc62415632ca93","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-26 - Cabinet of Executive Vice-President Frans Timmermans x The European Steel Association"],"date":["2021-10-26"],"summary":["State aid"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-e88af8eb396e96e3dbc9b4ec6e40a348d26c389c","eu-tr-93038071152-83"]}} -{"id":"ec-meeting-2021-10-26-232492223e7ca33fafbbd7548dd2c1b891d972cc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-26 - Cabinet of Commissioner Helena Dalli x Finance Watch"],"date":["2021-10-26"],"summary":["Ms Helena Dalli delivers a keynote speech via videoconference at “the Gender Perspective in Financial Inclusion: a Key to Social Inclusion and Equality for all EU Residents” conference, organized by Finance Watch"],"notes":["Portfolio: Equality"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-commissioner-dalli-helena-of"],"involved":["eu-tr-37943526882-24","ec-person-d0b568d53468fcd3dfeeaddbd07343b5b065914d"]}} -{"id":"ec-meeting-2021-10-26-3e6f6778722fc9a386c13b2aa1b3c25fa8422d8d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-26 - Cabinet of Executive Vice-President Margrethe Vestager x Vodafone Belgium SA"],"date":["2021-10-26"],"summary":["Competition issues"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-90142503473-81","ec-person-73fb1ddd279f8c6697a055567a2c09606006b875","ec-person-11ba005cc4046696303381b7ca219da9b11a42bf"]}} -{"id":"ec-meeting-2021-10-26-3fe59319b0d4f2de246a254c2a00395096f5acc6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-26 - Cabinet of Executive Vice-President Frans Timmermans x FERRERO International"],"date":["2021-10-26"],"summary":["Deforestation for Cocoa"],"notes":["Portfolio: European Green Deal"],"location":["video call"],"address":["video call"],"addressEntity":["addr-12d8c530d76da0b7745f9c0f9285e7eec97adc55"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-4d24ceb9e6bdaabe394d1506aa601a9ce9d0e59b","eu-tr-04268127542-74"]}} -{"id":"ec-meeting-2021-10-26-534e815a2c94f52cafe33c5ce172c2f277f63ca2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-26 - Cabinet of Commissioner Helena Dalli x MARSH & McLENNAN COMPANIES FRANCE"],"date":["2021-10-26"],"summary":["Meeting on Pay Equity"],"notes":["Portfolio: Equality"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-dalli-helena-of"],"involved":["eu-tr-117683115792-20","ec-person-d15c205cb9cbb310d2811039c0160c1de7c84638"]}} -{"id":"ec-meeting-2021-10-26-53fa7a5c3b0cc9a1cce3943a0d2a60c63108d765","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-26 - Cabinet of Executive Vice-President Valdis Dombrovskis x FTI Consulting Belgium Anglo American"],"date":["2021-10-26"],"summary":["deferred tax; carbon border adjustment mechanism"],"notes":["Portfolio: An Economy that Works for People"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-4afd4ae4e50604ac3c0c9ae597bcb74eb1dd31b6","eu-tr-932483333204-67","eu-tr-29896393398-67"]}} -{"id":"ec-meeting-2021-10-26-5a7d196faba40dada078fc0529f45045ce8cb635","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-26 - Cabinet of Executive Vice-President Margrethe Vestager x GAIA-X - European Association for Data and Cloud"],"date":["2021-10-26"],"summary":["Gaia X"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Berlin"],"address":["Berlin"],"addressEntity":["addr-062b06ba8e755765c6b049809b7430fd54fe5b21"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-586442542543-61","ec-person-11d97788772862bb34f51dd26d7f92603eac1bf8"]}} -{"id":"ec-meeting-2021-10-26-61654b15012cbf5e905de205ee260b21b936759f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-26 - Trade x Konrad-Adenauer-Stiftung"],"date":["2021-10-26"],"summary":["Aspects of the Indo-Pacific – the network of current and future free trade agreements and investment partnership agreements, the Indo-Pacific Strategy, digital cooperation, China and Taiwan."],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-trade"],"involved":["ec-person-2045c2589da3988908fcfe731e8224e7e06a7c63","eu-tr-510151427278-94"]}} -{"id":"ec-meeting-2021-10-26-6380278a07864a65c8648058cbf21b4b511a5c3e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-26 - Cabinet of Executive Vice-President Frans Timmermans x Transport and Environment (European Federation for Transport and Environment)"],"date":["2021-10-26"],"summary":["Recent developments in sustainable transport"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-d56ecbfde17436a136fc89c9a978b266e8285c84","eu-tr-58744833263-19"]}} -{"id":"ec-meeting-2021-10-26-67987c45336ba443efa026413240f74592b4f242","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-26 - Cabinet of Commissioner Adina Vălean x Bundesverband der Deutschen Industrie e.V."],"date":["2021-10-26"],"summary":["EU initiatives in transport legislation (in particular related to the “Fit for 55” Package)"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["eu-tr-1771817758-48","ec-person-e5f1558cac43dd4f90847b508b6753edb0a9f903","ec-person-267c5ab3ea5304fc6305ef321e214c9c1cd0f78e"]}} -{"id":"ec-meeting-2021-10-26-7b4b092c299672b10e285532efed1e9161e67d19","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-26 - Cabinet of Commissioner Ylva Johansson x TikTok Technology Ltd"],"date":["2021-10-26"],"summary":["Discussion about TikTok's measures and actions to prevent and counter the dissemination of Child Sexual Abuse material."],"notes":["Portfolio: Home Affairs"],"location":["VTC"],"address":["VTC"],"addressEntity":["addr-9d1acaa772820b8ade84113d2da24716fe455be2"],"organizer":["ec-cabinet-commissioner-johansson-of-ylva"],"involved":["ec-person-d3f97e069d9ff016d7b65052f6eb6b98500ec118","ec-person-31b127e72e9dd30ce85ff2b475ac65d28d7dc48d","eu-tr-165202837974-32"]}} -{"id":"ec-meeting-2021-10-26-866607e36a56acee76d7abc23461a9daa40ba7e5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-26 - Cabinet of Commissioner Thierry Breton x Association des Constructeurs Européens d'Automobiles"],"date":["2021-10-26"],"summary":["Transition to zero emission mobility; data"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-6308dea893b9b1ca0dcd5b91b4a1ac4c2f3020ad","ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","eu-tr-0649790813-47"]}} -{"id":"ec-meeting-2021-10-26-961e380b5977a4441c5ac9608cdc6647a173750d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-26 - Cabinet of Vice-President Věra Jourová x Stiftung Neue Verantwortung e.V."],"date":["2021-10-26"],"summary":["Digital rulebook, DSA, DMA"],"notes":["Portfolio: Values and Transparency"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["eu-tr-142903829084-58","ec-person-221276f2dfa4b8fe628f08e982d967b6aeb61c57"]}} -{"id":"ec-meeting-2021-10-26-a469d7c8e63233fc4220b7c17778bd644cb805ae","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-26 - Cabinet of Commissioner Janusz Wojciechowski x European Vegetarian Union ProVeg CIC L214 Ethique et Animaux Green REV Institute Compassion in World Farming Brussels Greenpeace European Unit"],"date":["2021-10-26"],"summary":["Review of the EU agricultural promotion policy"],"notes":["Portfolio: Agriculture"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["eu-tr-591829541571-12","eu-tr-248372943642-08","eu-tr-109356110578-03","eu-tr-9832909575-41","ec-person-c825a813205e5077cd48bbd241436daf1834fc9b","eu-tr-953480437831-04","eu-tr-988324839304-12","ec-person-08c62f972c22464aca7a65520eb9406f8db14a66"]}} -{"id":"ec-meeting-2021-10-26-a731292fe9ebc8e92eb5e23778e68bcf05cd80df","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-26 - Cabinet of Commissioner Nicolas Schmit x European Network of Social Integration Enterprises"],"date":["2021-10-26"],"summary":["Webinar on ENSIE’s work on the European Semester"],"notes":["Portfolio: Jobs and Social Rights"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-c2208333f0f75350eef62b355a40bf856f2d9cef","eu-tr-56663585277-75"]}} -{"id":"ec-meeting-2021-10-26-af055821c298d44c234d42b8a9cc7207a92a1a2e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-26 - Cabinet of Executive Vice-President Margrethe Vestager x Bloomberg L.P."],"date":["2021-10-26"],"summary":["EU-US Trade and Technology Council"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-214140728444-40","ec-person-8b6db5c3c4611618ade59c6d0dadc21c962f0ee7","ec-person-11ba005cc4046696303381b7ca219da9b11a42bf"]}} -{"id":"ec-meeting-2021-10-26-c1644951a03e6690348400ca3cedbfc2ecdb40db","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-26 - Cabinet of Commissioner Virginijus Sinkevičius x International Platform of Insects for Food & Feed Association"],"date":["2021-10-26"],"summary":["General introduction of the European insect sector and how it could support Commission priorties from environmental perspective."],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["eu-tr-845856417247-32","ec-person-c92a6b4ef8328855b0234011be623ed9f15c86f3"]}} -{"id":"ec-meeting-2021-10-26-c5addd3de9ab361af6d2e1cd39d9914093227f42","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-26 - Cabinet of Executive Vice-President Valdis Dombrovskis x SANOFI European Federation of Pharmaceutical Industries and Associations Merck Pfizer Inc."],"date":["2021-10-26"],"summary":["Pharmaceutical sector – trade related issues"],"notes":["Portfolio: An Economy that Works for People"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["eu-tr-38526121292-88","ec-person-5582b553fc27622716ec0589005296819f597ad2","ec-person-3520008ac93a203db50d106deafde939bc2729f1","ec-person-1d8581216d9aa7f26fa098a81e84ca61e0e3f261","eu-tr-61291462764-77","eu-tr-4263301811-33","eu-tr-49654992078-52"]}} -{"id":"ec-meeting-2021-10-26-ea81c9817b1fa2b9ba2967a21d851d2463900570","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-26 - Cabinet of Executive Vice-President Frans Timmermans x GasNaturally International Association of Oil & Gas Producers Europe"],"date":["2021-10-26"],"summary":["Energy transition"],"notes":["Portfolio: European Green Deal"],"location":["Brussels (videoconference)"],"address":["Brussels (videoconference)"],"addressEntity":["addr-843ddf9d3c6977cd8d56db6bb2154f8415263e26"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce","eu-tr-12847789685-76","ec-person-d53e00c46a4cc62bbf533e0c9bb35bacb9121989","eu-tr-3954187491-70"]}} -{"id":"ec-meeting-2021-10-26-f3ad14fb634509d3163744d9ba554fb4ced52e55","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-26 - Cabinet of Commissioner Adina Vălean x National Railway Company CFR S.A."],"date":["2021-10-26"],"summary":["Proposal to meet with the board of CFR SA in Bucharest"],"notes":["Portfolio: Transport"],"location":["Conference call"],"address":["Conference call"],"addressEntity":["addr-28ba88479582b2f75898964548da4252dc7db7d2"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["eu-tr-629158125218-47","ec-person-e5f1558cac43dd4f90847b508b6753edb0a9f903"]}} -{"id":"ec-meeting-2021-10-26-f69560e3a5f316ecf25079c066236e8e44aa3dac","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-26 - Cabinet of Executive Vice-President Valdis Dombrovskis x Bloomberg L.P."],"date":["2021-10-26"],"summary":["Next steps for the EU-US Trade and Technology Council"],"notes":["Portfolio: An Economy that Works for People"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["eu-tr-214140728444-40","ec-person-9e7bd1005456277f156b671d1555c6a460fb2f58"]}} -{"id":"ec-meeting-2021-10-26-f9bff4a6e215e861d9401aa0813c44726fbd9dd9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-26 - Cabinet of Commissioner Helena Dalli x Danish Refugee Council Brussels"],"date":["2021-10-26"],"summary":["Ms Helena Dalli holds a meeting with Ms Birte Hald and Ms Alba Cauchi, Representative of the Danish Refugee Council to the European Union"],"notes":["Portfolio: Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-dalli-helena-of"],"involved":["ec-person-d0b568d53468fcd3dfeeaddbd07343b5b065914d","eu-tr-138599722179-35"]}} -{"id":"ec-meeting-2021-10-26-fd38383c1def01cf06ba3faab251872e91cdd3f7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-26 - Agriculture and Rural Development x Maa- ja metsätaloustuottajain Keskusliitto – Central Union of Agricultural Producers and Forest Owners"],"date":["2021-10-26"],"summary":["Exchange of views on CAP"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-agri"],"involved":["eu-tr-56039441735-48","ec-person-94f7c6e6875fa76120558bda38f913792cc61934"]}} -{"id":"ec-meeting-2021-10-27-0b1f2aea1ad4a64bcc75b40d31c4260c6963d30f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-27 - Cabinet of Commissioner Jutta Urpilainen x Deutsche Welthungerhilfe e.V. GLOBAL HEALTH ADVOCATES World Vision Brussels & EU Representation ivzw/aisbl ACTION CONTRE LA FAIM"],"date":["2021-10-27"],"summary":["UN Food System Summit and Nutrition for Growth Summit"],"notes":["Portfolio: International Partnerships"],"location":["videoconference"],"address":["videoconference"],"addressEntity":["addr-92b2fbb928e012810d80d9ef1abe12027beee200"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["eu-tr-677192326173-90","eu-tr-272646820681-30","ec-person-e29b72fe81d25796214b1c5915c52a124f06cd9d","eu-tr-64689102746-48","eu-tr-07720398190-53"]}} -{"id":"ec-meeting-2021-10-27-0be4904d2ce349fd4f06c78f1ee7cd7ada3e54ac","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-27 - Cabinet of Commissioner Paolo Gentiloni x Associazione Bancaria Italiana"],"date":["2021-10-27"],"summary":["Discuss aspects of Basel, in particular minority interests treatment\r\nand output floor"],"notes":["Portfolio: Economy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gentiloni-of-paolo"],"involved":["ec-person-8da36db391ed53f362d495cd564ba8b45c7003e1","eu-tr-915519211566-03"]}} -{"id":"ec-meeting-2021-10-27-10e3eda60293c7a8c9d1b461aa32c020ff60ea67","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-27 - Cabinet of Commissioner Mairead Mcguinness x Compassion in World Farming International"],"date":["2021-10-27"],"summary":["CIWF asked for an update on the progress being made on the agricultural technical screening criteria in the taxonomy. They confirmed that they had contributed to the Platform on Sustainable Finance’s public consultation and were encouraged to see re"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-a5441c6a69a8a94fd64e02def60fcc6567f2c1d8","eu-tr-26535516539-45"]}} -{"id":"ec-meeting-2021-10-27-11e79821e33d5356499a55dd29184c81c86cb6e5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-27 - Financial Stability, Financial Services and Capital Markets Union x Commerzbank AG"],"date":["2021-10-27"],"summary":["CH Libor and on the implementation of Basel III"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-83370363079-88","ec-person-1fce211249673c35ee07a801ddee77ab24af8d54"]}} -{"id":"ec-meeting-2021-10-27-1d4777de8f43946f71f50fc8c8d4002170c83a2f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-27 - Cabinet of Commissioner Adina Vălean x Raiffeisen Bank Romania"],"date":["2021-10-27"],"summary":["Economic developments in Romania\r\nA prudent and equitable implementation of Sustainable Finance in Romania\r\nFit for 55 package; aspects which primarily affect Romania"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["eu-tr-110215244333-14","ec-person-e5f1558cac43dd4f90847b508b6753edb0a9f903","ec-person-267c5ab3ea5304fc6305ef321e214c9c1cd0f78e"]}} -{"id":"ec-meeting-2021-10-27-407ba1e6bb8e251bf6e15d4744c1d192e7baffbd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-27 - Cabinet of Commissioner Olivér Várhelyi x Raiffeisen Bank Kosovo J.S.C."],"date":["2021-10-27"],"summary":["-Implementing Responsible Banking, Sustainable Finance and ESG principles in Kosovo and the Western Balkans\r\n-Digital transformation in Kosovo \r\n-Economic trade and reciprocity with Serbia\r\n-Visa liberalization"],"notes":["Portfolio: Neighbourhood and Enlargement"],"location":["BERL 09"],"address":["BERL 09"],"addressEntity":["addr-01a07c2a8afc3382273f4bdadc76668cdf716ecc"],"organizer":["ec-cabinet-commissioner-of-oliver-varhelyi"],"involved":["ec-person-53491bf8482feff700ae076cb8b1e2ee3e728210","eu-tr-945033944277-78"]}} -{"id":"ec-meeting-2021-10-27-45f12a02527407f6da09cba38023ef25842a01df","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-27 - Cabinet of Commissioner Helena Dalli x Etsy Ireland"],"date":["2021-10-27"],"summary":["Ms Helena Dalli holds a meeting with Josh Silverman, CEO of ETSY"],"notes":["Portfolio: Equality"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-commissioner-dalli-helena-of"],"involved":["eu-tr-671163933953-21","ec-person-d0b568d53468fcd3dfeeaddbd07343b5b065914d"]}} -{"id":"ec-meeting-2021-10-27-46ba7dfb1934ec32094c0a97f69121d27b139377","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-27 - Employment, Social Affairs and Inclusion x Bundesvereinigung der Deutschen Arbeitgeberverbände e.V."],"date":["2021-10-27"],"summary":["entrepreneurial skills"],"location":["online"],"address":["online"],"addressEntity":["addr-2dbc2fd2358e1ea1b7a6bc08ea647b9a337ac92d"],"organizer":["ec-dg-empl"],"involved":["eu-tr-7749519702-29","ec-person-dd259fce880e1853f0beb087443bce6e7dea70d7"]}} -{"id":"ec-meeting-2021-10-27-4c421cb93f4efb8cbe857bb72ac0e44a4d6f79cf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-27 - Cabinet of Vice-President Věra Jourová x Heinrich Böll Stiftung e.V."],"date":["2021-10-27"],"summary":["Digital rulebook, DSA, DMA"],"notes":["Portfolio: Values and Transparency"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["eu-tr-60404068097-81","ec-person-221276f2dfa4b8fe628f08e982d967b6aeb61c57"]}} -{"id":"ec-meeting-2021-10-27-50fe180612ae734d58d2333f374104388e08c105","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-27 - Cabinet of Vice-President Věra Jourová x Vodafone Stiftung Deutschland gGmbH"],"date":["2021-10-27"],"summary":["Data flows, digital rulebook,privacy"],"notes":["Portfolio: Values and Transparency"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["ec-person-221276f2dfa4b8fe628f08e982d967b6aeb61c57","eu-tr-963045243382-88"]}} -{"id":"ec-meeting-2021-10-27-515b2da9e6c7a48b75b70afe58f11cfcf06ffb44","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-27 - Financial Stability, Financial Services and Capital Markets Union x Stripe, Inc."],"date":["2021-10-27"],"summary":["Digital Single Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-389356530261-76","ec-person-1fce211249673c35ee07a801ddee77ab24af8d54"]}} -{"id":"ec-meeting-2021-10-27-5ce839bcdb4846f0285b4a1d9e4233ecc4eeb103","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-27 - Cabinet of Commissioner Adina Vălean x Rolls-Royce plc"],"date":["2021-10-27"],"summary":["Decarbonisation and activities within Clean Sky/Clean Aviation."],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["ec-person-7f9ba99138b4fa5c698037dc7507219b1319e0a7","eu-tr-58290033126-06","ec-person-e5f1558cac43dd4f90847b508b6753edb0a9f903"]}} -{"id":"ec-meeting-2021-10-27-673e4492a516a4e67217094101cc1bef4fd5dda0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-27 - Cabinet of Commissioner Johannes Hahn x Raiffeisen Bank International AG"],"date":["2021-10-27"],"summary":["State of play of the economic situation in the CEE region"],"notes":["Portfolio: Budget and Administration"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hahn-johannes-of"],"involved":["ec-person-6dd3472dac004e43ec1fa4f5b4106e3b476c9ce7","ec-person-a3674866c760605fc38abed4dffd3f94f2c83d64","eu-tr-33858106461-10"]}} -{"id":"ec-meeting-2021-10-27-6bc37b4a60d89e603ee4a58c93cd78197bbb90e8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-27 - Cabinet of Commissioner Thierry Breton x Booking.com B.V."],"date":["2021-10-27"],"summary":["State of the tourism ecosystem and gatekeepers regulation"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-146537115285-34","ec-person-4d83416435f81b1f1e8f5c86aeebb1478577f1d2"]}} -{"id":"ec-meeting-2021-10-27-7808e4d65dd2b4333030ae873b7c936b0b1b4637","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-27 - Cabinet of Commissioner Janusz Wojciechowski x FEDERATION WALLONNE DE L'AGRICULTURE"],"date":["2021-10-27"],"summary":["Implementation of national strategic plans of Belgium"],"notes":["Portfolio: Agriculture"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["eu-tr-704582843005-92","ec-person-08c62f972c22464aca7a65520eb9406f8db14a66"]}} -{"id":"ec-meeting-2021-10-27-79aea8cd2345d19e907c743ccd31c861b0f7e137","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-27 - Cabinet of Commissioner Kadri Simson x AkzoNobel Volkswagen Aktiengesellschaft"],"date":["2021-10-27"],"summary":["Discussion with CEO Alliance for Europe’s Recovery, Reform, and Resilience (R3) on contributions of industry to the transformation of Europe towards climate neutrality, in particular pan-European cross-sector projects."],"notes":["Portfolio: Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["eu-tr-6504541970-40","ec-person-d40f25b5cb5c0681854a4996da444478318f7e58","ec-person-2fb98fc84d2cf8d481688eff3d47f7745ead3592","eu-tr-365563511941-15","ec-person-1995c65b8dc7f3702a8c30ed96a0144075848837"]}} -{"id":"ec-meeting-2021-10-27-82c114cb1cdd06614194eb5e8e9298a48b091509","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-27 - Cabinet of Commissioner Thierry Breton x Stripe, Inc."],"date":["2021-10-27"],"summary":["Opportunities for small tech companies in the single market"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-4d83416435f81b1f1e8f5c86aeebb1478577f1d2","eu-tr-389356530261-76"]}} -{"id":"ec-meeting-2021-10-27-98be7fccf10fab5e00d149982b49301af12193b7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-27 - Cabinet of Commissioner Mairead Mcguinness x Irish Farmers' Association"],"date":["2021-10-27"],"summary":["CIWF asked for an update on the progress made on the agricultural technical screening criteria in the taxonomy. They confirmed that they had contributed to the Platform on Sustainable Finance’s public consultation and saw references to animal feed"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-a5441c6a69a8a94fd64e02def60fcc6567f2c1d8","eu-tr-458700813641-37"]}} -{"id":"ec-meeting-2021-10-27-a0cd963bbcf2d460ede679f36750f92280511b61","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-27 - Financial Stability, Financial Services and Capital Markets Union x City of London Corporation"],"date":["2021-10-27"],"summary":["Sustainable finance, Taxonomy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["ec-person-1fce211249673c35ee07a801ddee77ab24af8d54","eu-tr-695661118936-08"]}} -{"id":"ec-meeting-2021-10-27-a55fa7acef7f1c957f330be29b60984b36ac7ea1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-27 - Cabinet of Vice-President Věra Jourová x Disinformation Index Ltd"],"date":["2021-10-27"],"summary":["Disinformation"],"notes":["Portfolio: Values and Transparency"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["eu-tr-584700737325-09","ec-person-bf54da17217bbddfd9c68fe24d88005ac17e2c4b"]}} -{"id":"ec-meeting-2021-10-27-bbcb8c674cdadbd8d457dfa4dd1df2ff93776d56","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-27 - Cabinet of Executive Vice-President Margrethe Vestager x Danish Press Publications Collective Management Organisation"],"date":["2021-10-27"],"summary":["Regulation of the tech sector"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-11d97788772862bb34f51dd26d7f92603eac1bf8","ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0","eu-tr-349761643844-94"]}} -{"id":"ec-meeting-2021-10-27-bcd7bb1801e51347192c7118c564f32809cc85b5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-27 - Cabinet of Vice-President Margaritis Schinas x Corporate Diplomacy Ltd"],"date":["2021-10-27"],"summary":["Courtesy meeting between VP Schinas and Mr. HE Hassan Abdulla Al- Thawadi, Minister, secretary general of the supreme committee for delivery & legacy and his delegation"],"notes":["Portfolio: Promoting the European Way of Life"],"location":["Brussels, BERL"],"address":["Brussels, BERL"],"addressEntity":["addr-3c3fa5f92474ebac668808553fbab6d1c14aa243"],"organizer":["ec-cabinet-margaritis-of-president-schinas-vice"],"involved":["eu-tr-810707839266-64","ec-person-d5cada2a1a17537a675985af31e5ce07ae3bfd42","ec-person-441544ea0e0088aa50add026fd21f8689754c7a8","ec-person-05650a4a170c56b9866c57f4610fcd005d5ccc24","ec-person-901d49b3e3af3e96de8d42787e8633b0adc76ca1"]}} -{"id":"ec-meeting-2021-10-27-c3a631f94a60ce7f0b1a28bf16b7cd8bc037bc36","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-27 - Cabinet of Commissioner Thierry Breton x None"],"date":["2021-10-27"],"summary":["Data"],"notes":["Portfolio: Internal Market"],"location":["Videconference"],"address":["Videconference"],"addressEntity":["addr-e611dc74f08dc0cb4369d9147ee1bc357f769320"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-91408765797-03","eu-tr-6025320863-10","eu-tr-452617627527-38","ec-person-6308dea893b9b1ca0dcd5b91b4a1ac4c2f3020ad","ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","eu-tr-430010622057-05","eu-tr-33885548180-35","eu-tr-33213703459-54","eu-tr-69678928900-56","eu-tr-84839535366-67","eu-tr-42705074342-04","eu-tr-724300116898-26"]}} -{"id":"ec-meeting-2021-10-27-c566c1c75e9bb092c36852a6854d8c2f45993eab","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-27 - Cabinet of Commissioner Stella Kyriakides x FoodDrinkEurope"],"date":["2021-10-27"],"summary":["VTC meeting : Origin Labelling in the context of the Farm to Fork Strategy"],"notes":["Portfolio: Health"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-kyriakides-of-stella"],"involved":["ec-person-ba73927c33000184cab3f41a76e1b32fe7d7eda8","eu-tr-75818824519-45","ec-person-ecf9f9e978b833afc98ee022572d468f0dc9a352"]}} -{"id":"ec-meeting-2021-10-27-df3897d3befdbc9c5874b9dc0a40bafa303fae3f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-27 - Cabinet of Commissioner Olivér Várhelyi x Raiffeisen Bank International AG"],"date":["2021-10-27"],"summary":["Economic and Investment Plan of the Western Balkans"],"notes":["Portfolio: Neighbourhood and Enlargement"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-of-oliver-varhelyi"],"involved":["ec-person-daf8ff1073a04b30d2f54219ecc93002ef3a684d","eu-tr-33858106461-10"]}} -{"id":"ec-meeting-2021-10-27-e93d150f0f5d040ed23cd7341e27cd82241fb4e8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-27 - Legal Service x Colegio de Registradores de España"],"date":["2021-10-27"],"summary":["Courtesy visit"],"location":["Bruxelles"],"address":["Bruxelles"],"addressEntity":["addr-b58f5927b66d94a676970dc048485d4c6848f272"],"organizer":["ec-dg-sj"],"involved":["ec-person-c7525eb4b356e4e8e4634178554e72bf53d99301","eu-tr-405772926495-36"]}} -{"id":"ec-meeting-2021-10-27-eafec18d8656c11019a93a106cc1d743ae541d44","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-27 - Cabinet of Commissioner Adina Vălean x Verband der Chemischen Industrie e.V."],"date":["2021-10-27"],"summary":["ReFuelEU Aviation"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["eu-tr-15423437054-40","ec-person-7f9ba99138b4fa5c698037dc7507219b1319e0a7","ec-person-cc0354fbf386eb83f57c00ad5240f1dddeeabab4","ec-person-e5f1558cac43dd4f90847b508b6753edb0a9f903"]}} -{"id":"ec-meeting-2021-10-27-ec894b9cb4434a49c77eaabf83b3f75cba89ce16","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-27 - Cabinet of Commissioner Mairead Mcguinness x Virtu Financial Ireland Limited"],"date":["2021-10-27"],"summary":["Payment for Order Flow"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-0ba9b89127b39af6a66f2fc3ed727332f1b19a34","eu-tr-942073927339-83","ec-person-3a66109f0585c657edbe69190faa41919b50e05f"]}} -{"id":"ec-meeting-2021-10-27-f29502ef25ccd5f1f7ee8fc981583d3d09e3b598","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-27 - Cabinet of Vice-President Dubravka Šuica x Raiffeisen Bank International AG"],"date":["2021-10-27"],"summary":["Demography, rural areas, ageing, Conference on the Future of Europe"],"notes":["Portfolio: Democracy and Demography"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dubravka-of-president-suica-vice"],"involved":["eu-tr-33858106461-10","ec-person-83dd3363da89c86d99ea50c3ff2d15a746405110"]}} -{"id":"ec-meeting-2021-10-27-f4e30c57e956661ad2e809fc380ab79af754d39d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-27 - Cabinet of Commissioner Adina Vălean x EU Strategy"],"date":["2021-10-27"],"summary":["Platform Workers"],"notes":["Portfolio: Transport"],"location":["Conference call"],"address":["Conference call"],"addressEntity":["addr-28ba88479582b2f75898964548da4252dc7db7d2"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["ec-person-fc3be846753d8ee60758ebedb7309dcf08aea52e","eu-tr-42484704423-92"]}} -{"id":"ec-meeting-2021-10-27-f68555f3dced647377f4cfb66cc5c50d2be7e4d2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-27 - Financial Stability, Financial Services and Capital Markets Union x Raiffeisen Bank International AG"],"date":["2021-10-27"],"summary":["Basel III, digital currency"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-33858106461-10","ec-person-1fce211249673c35ee07a801ddee77ab24af8d54"]}} -{"id":"ec-meeting-2021-10-28-0dc5360cf7a67d6d99f7718d63dfdf8ea6df8031","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-28 - Cabinet of Commissioner Thierry Breton x European Digital Rights Access Now"],"date":["2021-10-28"],"summary":["DSA"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-16311905144-06","ec-person-4d83416435f81b1f1e8f5c86aeebb1478577f1d2","eu-tr-71149477682-53"]}} -{"id":"ec-meeting-2021-10-28-1d1cecba62551d889f5a73065abecced59138e1f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-28 - Cabinet of Executive Vice-President Frans Timmermans x Aedes vereniging van woningcorporaties"],"date":["2021-10-28"],"summary":["Fit for 55 Package"],"notes":["Portfolio: European Green Deal"],"location":["Brussels (videoconference)"],"address":["Brussels (videoconference)"],"addressEntity":["addr-843ddf9d3c6977cd8d56db6bb2154f8415263e26"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-65780747925-05","ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce"]}} -{"id":"ec-meeting-2021-10-28-1d9317c68883741353afc45f5e3fdc8015103abd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-28 - Cabinet of Vice-President Dubravka Šuica x Clean Clothes Campaign / Stichting Schone Kleren Kampagne"],"date":["2021-10-28"],"summary":["Exchange on EU Sustainable Corporate Governance & Corporate Due Diligence"],"notes":["Portfolio: Democracy and Demography"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-dubravka-of-president-suica-vice"],"involved":["ec-person-2ea66ac99d83c7f0ff7dfcfd7d90f9416dc22e61","eu-tr-714466824568-72"]}} -{"id":"ec-meeting-2021-10-28-20333430d5715d7d1a2ef65d49ea3ce9a5ee88f1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-28 - Cabinet of Commissioner Mairead Mcguinness x Swedish Forest Industries Federation"],"date":["2021-10-28"],"summary":["SFIF elaborated on the work they are doing to convert the Climate Delegated Act technical screening criteria into practical action on the ground. Their members are keen to be taxonomy compliant. They raised concerns about the draft proposal on the p"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-a5441c6a69a8a94fd64e02def60fcc6567f2c1d8","eu-tr-355702910008-47"]}} -{"id":"ec-meeting-2021-10-28-2c04d33a1fa91dae2f69b0956516cfbcaec2ac81","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-28 - Cabinet of Executive Vice-President Valdis Dombrovskis x Irish Farmers' Association"],"date":["2021-10-28"],"summary":["Anti Dumping Duties on the import of Urea and ammonium nitrate"],"notes":["Portfolio: An Economy that Works for People"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["eu-tr-458700813641-37","ec-person-5582b553fc27622716ec0589005296819f597ad2"]}} -{"id":"ec-meeting-2021-10-28-37990419937a2e79c7ff4ec6b0fe2071f1a788da","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-28 - Cabinet of Executive Vice-President Margrethe Vestager x DeepMind Technologies Limited"],"date":["2021-10-28"],"summary":["AI Act and the EU-US TTC"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-086621031693-51","ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0"]}} -{"id":"ec-meeting-2021-10-28-37e81cc8bb5b9196b029735cd166214186ea5c8d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-28 - Cabinet of Commissioner Kadri Simson x European Association of Mining Industries, Metal Ores & Industrial Minerals"],"date":["2021-10-28"],"summary":["Impact of rising electricity prices on mining’s competitiveness and \r\nability to meet EU decarbonisation goals."],"notes":["Portfolio: Energy"],"location":["Video conferencing"],"address":["Video conferencing"],"addressEntity":["addr-4a260fcbdf035aeae48bfb811f1225b05f636185"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["ec-person-d40f25b5cb5c0681854a4996da444478318f7e58","eu-tr-62722978644-95"]}} -{"id":"ec-meeting-2021-10-28-39de864f79ebca1b68e38e6bb2db6355c78633c0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-28 - Cabinet of Commissioner Virginijus Sinkevičius x Equinor ASA"],"date":["2021-10-28"],"summary":["The implementation of the EU offshore energy strategy and reform of the renewables energy directive; Equinor’s contribution to a sustainable blue economy as well as hybrid offshore wind opportunities in Europe; EU Arctic Strategy Communication"],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["ec-person-5d2fb692a102077260d7badef4a9f10132b72aee","eu-tr-4447605981-76"]}} -{"id":"ec-meeting-2021-10-28-3a5088c4677d4435229ed653430f980717883f2b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-28 - Cabinet of Commissioner Thierry Breton x Association Française des Entreprises Privées / French Association of Large Companies"],"date":["2021-10-28"],"summary":["Industrial strategy update"],"notes":["Portfolio: Internal Market"],"location":["Paris, France"],"address":["Paris, France"],"addressEntity":["addr-c70534aa18173b860a10a50a47b139c4a581cbf6"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-953933297-85","ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0"]}} -{"id":"ec-meeting-2021-10-28-3bcf6f6274d2d866c62759a0a0a9671cd5ef5a2f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-28 - Cabinet of Commissioner Thierry Breton x Associazione Bancaria Italiana"],"date":["2021-10-28"],"summary":["SME financing; role of the IT financial sector"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-915519211566-03","ec-person-5215bd372c5a1202399d77ecceb8c16de8d7d55c"]}} -{"id":"ec-meeting-2021-10-28-4e90958777b2c8b733fb5db77d0cb70211c57d2a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-28 - Cabinet of Vice-President Věra Jourová x News Media Europe"],"date":["2021-10-28"],"summary":["Copyright directive,DSA,DMA,Media freedom act"],"notes":["Portfolio: Values and Transparency"],"location":["Phone"],"address":["Phone"],"addressEntity":["addr-77064d5265236e0ac252f3fc4a5ba7b274b6a583"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["ec-person-aa83f35da599b82e4f15da018f4b3447eb648f7c","eu-tr-577812220311-81"]}} -{"id":"ec-meeting-2021-10-28-5000bc1c8201e9189f23cf6c231a609849b9f0ff","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-28 - Cabinet of Commissioner Mairead Mcguinness x SIBS"],"date":["2021-10-28"],"summary":["Introductory meeting, retail financial services, financial literacy."],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Virtual Meeting"],"address":["Virtual Meeting"],"addressEntity":["addr-ed078b6749077909a1a45720507ac2da9277b8b3"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-0ba9b89127b39af6a66f2fc3ed727332f1b19a34","eu-tr-688192128946-64","ec-person-3a66109f0585c657edbe69190faa41919b50e05f"]}} -{"id":"ec-meeting-2021-10-28-5a39a9ea8bac97a3a1ede8298a31a33ae2a969ab","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-28 - Cabinet of Executive Vice-President Margrethe Vestager x European Partnership for Democracy"],"date":["2021-10-28"],"summary":["Digital Services Act and Political Advertising Directive"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0","eu-tr-679535014238-83"]}} -{"id":"ec-meeting-2021-10-28-62ea3ce8372fab0009740148817b015fe0b94d32","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-28 - Cabinet of Commissioner Mairead Mcguinness x Confederation of British Industry"],"date":["2021-10-28"],"summary":["EU/UK relationship, particularly in financial services."],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Video Conferencing"],"address":["Video Conferencing"],"addressEntity":["addr-e3b7413b2ac93be00b6bcff51fdc1374d67118bd"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-2b9c589fb2354bd93067644d2c3d2c058d4c4cc9","eu-tr-73725676990-18"]}} -{"id":"ec-meeting-2021-10-28-678ddffe74052919d8800191592bc88f004984df","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-28 - Cabinet of Commissioner Virginijus Sinkevičius x European Association of Fish Producers Organisations"],"date":["2021-10-28"],"summary":["Opening speech at EAPO’s General Assembly, touching upon 2022 fishing opportunities, and sharing general reflections on relevant policy priorities under the European Green Deal (specifically the Biodiversity Strategy and the Farm to Fork Strategy)."],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["ec-person-dd7a7b1952e158f4195d34cff333ec79a4f48ba3","eu-tr-46491656228-65"]}} -{"id":"ec-meeting-2021-10-28-7938b4de0d2fbead0c3ea00cd51dcc7e0dd202d0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-28 - Cabinet of Commissioner Thierry Breton x Sky Group Open Fiber Vodafone Belgium SA"],"date":["2021-10-28"],"summary":["Italian situation regarding co-investment pursuant to EECC"],"notes":["Portfolio: Internal Market"],"location":["videoconference"],"address":["videoconference"],"addressEntity":["addr-92b2fbb928e012810d80d9ef1abe12027beee200"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-4d83416435f81b1f1e8f5c86aeebb1478577f1d2","eu-tr-90142503473-81","eu-tr-62536168216-12","eu-tr-965428625484-18"]}} -{"id":"ec-meeting-2021-10-28-7bebe7879ab112220cb9ad3b1913d35266fa5ccc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-28 - Cabinet of Commissioner Janusz Wojciechowski x Bill & Melinda Gates Foundation"],"date":["2021-10-28"],"summary":["Agricultural sector’s adaptation to climate change and the Commission’s planned agriculture-related partnerships under Horizon 2020"],"notes":["Portfolio: Agriculture"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["ec-person-cafe030b6dad78a75143f7552c420481b30ebceb","eu-tr-371567915480-41"]}} -{"id":"ec-meeting-2021-10-28-8e953a5d343be1652479944971ede667d8c5c9a8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-28 - Cabinet of Commissioner Jutta Urpilainen x British Council"],"date":["2021-10-28"],"summary":["Team Europe plus and Europe-Africa Youth COP26 initiative"],"notes":["Portfolio: International Partnerships"],"location":["Videomeeting"],"address":["Videomeeting"],"addressEntity":["addr-1ba1e95e473c2a2a8d87e248e7615e7c71ba7b86"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["ec-person-7204caa5e704bc4a911fee13ad5c0f62fd74b3bc","eu-tr-17888758870-92"]}} -{"id":"ec-meeting-2021-10-28-91444f92bcc12aac2febc629b872c54693c0198b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-28 - Cabinet of Executive Vice-President Valdis Dombrovskis x Global Witness Frank Bold Society OXFAM INTERNATIONAL EU ADVOCACY OFFICE WWF European Policy Programme"],"date":["2021-10-28"],"summary":["Sustainable corporate governance initiative"],"notes":["Portfolio: An Economy that Works for People"],"location":["video - conference"],"address":["video - conference"],"addressEntity":["addr-2eb5d3b5d5bafbd0329beffa547939a5fa3646a2"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["eu-tr-46856801604-90","eu-tr-10439809375-73","ec-person-235870cd7eb41f2494f695fce18b5b5b88647113","eu-tr-57221111091-19","eu-tr-1414929419-24"]}} -{"id":"ec-meeting-2021-10-28-94231d12e2ee6dd3ca57bb908c96479a0854fe81","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-28 - Cabinet of Executive Vice-President Margrethe Vestager x German Renewable Energy Federation"],"date":["2021-10-28"],"summary":["Draft State aid Guidelines on Climate, environmental protection and Energy"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-15511499334-46","ec-person-11ba005cc4046696303381b7ca219da9b11a42bf"]}} -{"id":"ec-meeting-2021-10-28-a13fea80bc5d9d619f234aa8042a4654120d940a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-28 - Cabinet of Commissioner Thierry Breton x S.C. Verde Magnesium S.R.L."],"date":["2021-10-28"],"summary":["Raw materials"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-924610441093-11","ec-person-6308dea893b9b1ca0dcd5b91b4a1ac4c2f3020ad"]}} -{"id":"ec-meeting-2021-10-28-a347a13b233879b73f512fb38419eb0b73d3b777","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-28 - Cabinet of Commissioner Kadri Simson x Lufthansa Group"],"date":["2021-10-28"],"summary":["Potential economic impacts of decarbonisation policies for the aviation sector. Current and future challenges of the aviation industry."],"notes":["Portfolio: Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["ec-person-f47a082bc2455a660c3b2ae348f0024736672752","eu-tr-0714344663-32","ec-person-1995c65b8dc7f3702a8c30ed96a0144075848837"]}} -{"id":"ec-meeting-2021-10-28-b02a3e2999c6b8e237168ae6c8d49ca129d4ca63","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-28 - Financial Stability, Financial Services and Capital Markets Union x International Capital Market Association"],"date":["2021-10-28"],"summary":["MiFIR"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-0223480577-59","ec-person-1fce211249673c35ee07a801ddee77ab24af8d54"]}} -{"id":"ec-meeting-2021-10-28-ba3f718031f2a3f61da5b2430e32fe5c3b9b4b63","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-28 - Cabinet of President Ursula von der Leyen x Re-Imagine Europa"],"date":["2021-10-28"],"summary":["Presenting Re-Imagine Europa and their upcoming event"],"notes":["Portfolio: President"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["eu-tr-931656328552-33","ec-person-66d141295841bdd2d0679d93aae62e07580fcee5","ec-person-441e123ab2364af12f12e77aed674e894e6cdaeb"]}} -{"id":"ec-meeting-2021-10-28-c74e565099781e21dd4a22d3d6dc117eac20191a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-28 - Cabinet of Commissioner Ylva Johansson x European Citizen Action Service"],"date":["2021-10-28"],"summary":["ECAS presentation of the latest findings of the Horizon 2020 research project 'DEMOS'"],"notes":["Portfolio: Home Affairs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-johansson-of-ylva"],"involved":["ec-person-981fc36acd82b2e49db83e43763b908c1a89ec0b","eu-tr-47003483702-10"]}} -{"id":"ec-meeting-2021-10-28-d72466412d5dbf20b734f0c2b0d7c335b8c57331","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-28 - Cabinet of Commissioner Jutta Urpilainen x Chelsea E Phipps Ltd Bill & Melinda Gates Foundation"],"date":["2021-10-28"],"summary":["nutrition"],"notes":["Portfolio: International Partnerships"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["ec-person-e29b72fe81d25796214b1c5915c52a124f06cd9d","eu-tr-042862544449-92","eu-tr-371567915480-41"]}} -{"id":"ec-meeting-2021-10-28-e92016cb30c040bb0f6e6a6f864361fb1dd3472f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-28 - Cabinet of President Ursula von der Leyen x SMEunited aisbl"],"date":["2021-10-28"],"summary":["Upcoming legislative initiative on platform work and other initiatives in social affairs."],"notes":["Portfolio: President"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["eu-tr-55820581197-35","ec-person-66d141295841bdd2d0679d93aae62e07580fcee5"]}} -{"id":"ec-meeting-2021-10-28-f2c1909057766dd4024de75398c0512ad4160e7c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-28 - Health and Food Safety x European farmers"],"date":["2021-10-28"],"summary":["Farm to Fork Strategy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-sante"],"involved":["eu-tr-44856881231-49","ec-person-f442ca8cd331fc51ad479fe0db982bb9fdb00647"]}} -{"id":"ec-meeting-2021-10-28-f85cc8feb10c3204e35a1df5d1cf3143621e6ccd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-28 - Cabinet of Commissioner Virginijus Sinkevičius x OCEANA Umweltorganisation WWF Central and Eastern Erurope ClientEarth AISBL Stichting BirdLife Europe Seas At Risk Environmental Justice Foundation"],"date":["2021-10-28"],"summary":["NGOs presented their expectations for an ambitious reform and shared views on specific topics in the revision of the EU fisheries control system."],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Hybrid"],"address":["Hybrid"],"addressEntity":["addr-8e01f6bc779551abd58a9f18b22bd3ee4988d020"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["ec-person-c92a6b4ef8328855b0234011be623ed9f15c86f3","eu-tr-1083162721-43","ec-person-dd7a7b1952e158f4195d34cff333ec79a4f48ba3","eu-tr-47937943241-80","eu-tr-96645517357-19","eu-tr-02019258940-59","eu-tr-817535514065-10","eu-tr-625261439488-38"]}} -{"id":"ec-meeting-2021-10-28-fe492e03eb153f8fc517341de4d5e2b7e9deefb5","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2021-10-28 - Cabinet of Executive Vice-President Frans Timmermans x Vereniging VNO-NCW"],"date":["2021-10-28"],"summary":["Green Deal, Fit for 55","Green Deal/FF55/COP26"],"notes":["Portfolio: European Green Deal"],"location":["video-call","video call"],"address":["video-call","video call"],"addressEntity":["addr-12d8c530d76da0b7745f9c0f9285e7eec97adc55","addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-4d24ceb9e6bdaabe394d1506aa601a9ce9d0e59b","ec-person-7c876f4825f213b8adbedf089ccedfbc3b36d65b","eu-tr-13255254129-80"]}} -{"id":"ec-meeting-2021-10-29-1b53d736376a2c2165c8c4f65367f74f26565115","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-29 - Cabinet of Commissioner Janusz Wojciechowski x The American European Community Association"],"date":["2021-10-29"],"summary":["High level dialogue for a globalized world"],"notes":["Portfolio: Agriculture"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["ec-person-625f8b4379f79adee4f15c6a0417a96bb5a5a403","eu-tr-307603023489-82"]}} -{"id":"ec-meeting-2021-10-29-26902393795ebb0cf56bda3e7046f9d9edcd93ba","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-29 - Cabinet of Commissioner Virginijus Sinkevičius x OCEANA Nederlandse Elasmobranchen Vereniging Fiskesekretariatet Sciaena - Oceans # Conservation # Awareness ClientEarth AISBL Blue Marine Foundation Seas At Risk Deutsche Umwelthilfe e.V."],"date":["2021-10-29"],"summary":["To discuss with the NGOs the perspectives for the 2022 annual fishing opportunities ahead of international consultations and the December AGRIFISH Council."],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Hybrid"],"address":["Hybrid"],"addressEntity":["addr-8e01f6bc779551abd58a9f18b22bd3ee4988d020"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["eu-tr-14211885135-08","eu-tr-429932512952-75","ec-person-c92a6b4ef8328855b0234011be623ed9f15c86f3","eu-tr-03506017714-81","ec-person-dd7a7b1952e158f4195d34cff333ec79a4f48ba3","eu-tr-47937943241-80","eu-tr-96645517357-19","eu-tr-40048498591-70","eu-tr-511577736930-64","eu-tr-625261439488-38"]}} -{"id":"ec-meeting-2021-10-29-2b23008a043a9577b2a06fc1696ccb62e8cf35e6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-29 - Cabinet of Vice-President Věra Jourová x Access Now"],"date":["2021-10-29"],"summary":["Political advertising"],"notes":["Portfolio: Values and Transparency"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["ec-person-74c07660dcbc6dc9993b34462cf2a1fec35925ea","ec-person-fb258e0188a5319bfaba3161382db43f5a85851f","eu-tr-71149477682-53","ec-person-28fecf6c4f04b3a2af1d74c742e147920ab849c5"]}} -{"id":"ec-meeting-2021-10-29-30f5afbc66f992042602340283ef4f9c849f4955","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-29 - Employment, Social Affairs and Inclusion x SMEunited aisbl"],"date":["2021-10-29"],"summary":["social affairs"],"location":["online"],"address":["online"],"addressEntity":["addr-2dbc2fd2358e1ea1b7a6bc08ea647b9a337ac92d"],"organizer":["ec-dg-empl"],"involved":["eu-tr-55820581197-35","ec-person-dd259fce880e1853f0beb087443bce6e7dea70d7"]}} -{"id":"ec-meeting-2021-10-29-3af37c42787521a87a651b214f0bc607a79d538f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-29 - Cabinet of Executive Vice-President Frans Timmermans x Shell Companies"],"date":["2021-10-29"],"summary":["Hydrogen"],"notes":["Portfolio: European Green Deal"],"location":["Brussels (videoconference)"],"address":["Brussels (videoconference)"],"addressEntity":["addr-843ddf9d3c6977cd8d56db6bb2154f8415263e26"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-9eafbf4a92961023c7df3ab389ae6d4301dec4bf","ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce","ec-person-d53e00c46a4cc62bbf533e0c9bb35bacb9121989","eu-tr-05032108616-26"]}} -{"id":"ec-meeting-2021-10-29-5ef69976877e90afb9966bd8686752860a43270b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-29 - Cabinet of Commissioner Thierry Breton x Bundesverband der Deutschen Industrie e.V."],"date":["2021-10-29"],"summary":["Fit for 55, industrial strategy"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-1771817758-48","ec-person-6308dea893b9b1ca0dcd5b91b4a1ac4c2f3020ad"]}} -{"id":"ec-meeting-2021-10-29-6c7197861d932a4fdba0b5702d4a7e55ebc2b0b3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-29 - Cabinet of Commissioner Didier Reynders x Corporate Diplomacy Ltd"],"date":["2021-10-29"],"summary":["Remote meeting between Commissioner Reynders and Mr. Hassan Al- Thawadi, Secretary General of the Supreme Committee for Delivery and Legacy, on the organization of the World Cup in Qatar, with a focus on respect for human and social rights."],"notes":["Portfolio: Justice"],"location":["video-conference"],"address":["video-conference"],"addressEntity":["addr-8736c288a4bc51ee27ef4ed41e652409a37e60d1"],"organizer":["ec-cabinet-commissioner-didier-of-reynders"],"involved":["eu-tr-810707839266-64","ec-person-1e25399e2267734c5f4c69093d2286c8898ee9f0","ec-person-6de2c3b2fe4b4087c73744df26d47fbf96ddb2ce"]}} -{"id":"ec-meeting-2021-10-29-77d9a6114d12ff4fb924db33f9cb6f0c6ce021ff","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-29 - Cabinet of Executive Vice-President Valdis Dombrovskis x Association for Financial Markets in Europe"],"date":["2021-10-29"],"summary":["Review of the Markets in Financial Instrument Regulation"],"notes":["Portfolio: An Economy that Works for People"],"location":["video call"],"address":["video call"],"addressEntity":["addr-12d8c530d76da0b7745f9c0f9285e7eec97adc55"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-235870cd7eb41f2494f695fce18b5b5b88647113","eu-tr-65110063986-76"]}} -{"id":"ec-meeting-2021-10-29-9052578bac4e71fc02591f8cac8aae69a6f1d943","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-29 - Communications Networks, Content and Technology x Qualcomm Communications SARL"],"date":["2021-10-29"],"summary":["Semiconductors"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-dg-connect"],"involved":["eu-tr-174684235534-60","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2021-10-29-92ea1e193aab200f8cefc0a5bb47febafe03814b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-29 - Cabinet of Commissioner Virginijus Sinkevičius x Fern"],"date":["2021-10-29"],"summary":["Meeting with representatives of indigenous people from Brazil to discuss upcoming COM legislative proposal on deforestation"],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["eu-tr-40538475090-82","ec-person-9de2bdbd71a153577984a493028e19bcb8c1514f"]}} -{"id":"ec-meeting-2021-10-29-97aee22c850019246158f21638d423272e7ed399","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-29 - Cabinet of Executive Vice-President Frans Timmermans x Institute for European Environmental Policy"],"date":["2021-10-29"],"summary":["Fit for 55 Package"],"notes":["Portfolio: European Green Deal"],"location":["Brussels (videoconference)"],"address":["Brussels (videoconference)"],"addressEntity":["addr-843ddf9d3c6977cd8d56db6bb2154f8415263e26"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce","eu-tr-934329423960-72"]}} -{"id":"ec-meeting-2021-10-29-9ed959c25e95431e9117b6bccafae8a36eb71926","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-29 - Cabinet of Commissioner Nicolas Schmit x Amazon Europe Core SARL"],"date":["2021-10-29"],"summary":["Platform work, social dialogue and skills."],"notes":["Portfolio: Jobs and Social Rights"],"location":["Luxembourg"],"address":["Luxembourg"],"addressEntity":["addr-5076721c4060feeb69bd2c3dd9bdce115d5c62f3"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-4cf4655ab41922e92160325d987a3c4615c72d30","eu-tr-366117914426-10","ec-person-c03b949331dbbe5fa3d5423758e371ec1b9b832f"]}} -{"id":"ec-meeting-2021-10-29-a3319827ce2dc35519238a432efe90953404878e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-29 - Cabinet of Commissioner Virginijus Sinkevičius x CLG Europe"],"date":["2021-10-29"],"summary":["To discuss environmental and climate issues ahead of the COP26."],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["ec-person-dd7a7b1952e158f4195d34cff333ec79a4f48ba3","ec-person-9de2bdbd71a153577984a493028e19bcb8c1514f","eu-tr-381796719468-68"]}} -{"id":"ec-meeting-2021-10-29-c176f3c31e544360b55d176d503ca249c0f8a8c7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-29 - Legal Service x Organización de Consumidores y Usuarios"],"date":["2021-10-29"],"summary":["Informal meeting on consumer disputes under European law"],"location":["Madrid"],"address":["Madrid"],"addressEntity":["addr-7a2191964a3d7521269f0068afae6b6116bac15d"],"organizer":["ec-dg-sj"],"involved":["ec-person-c7525eb4b356e4e8e4634178554e72bf53d99301","eu-tr-734854123093-43"]}} -{"id":"ec-meeting-2021-10-29-c660451fcaea18d2269dbcd9222b0de15da9688f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-29 - Cabinet of Commissioner Ylva Johansson x Swedish Red Cross"],"date":["2021-10-29"],"summary":["Discussion on the EU Pact on Migration and Asylum"],"notes":["Portfolio: Home Affairs"],"location":["Stockholm, Sweden"],"address":["Stockholm, Sweden"],"addressEntity":["addr-92169336ee423643e4d74d0dc5724c6b612cc7a8"],"organizer":["ec-cabinet-commissioner-johansson-of-ylva"],"involved":["eu-tr-989397337029-29","ec-person-31b127e72e9dd30ce85ff2b475ac65d28d7dc48d"]}} -{"id":"ec-meeting-2021-10-29-d8403b0b78963e0ef56fbe5da03846e68101e516","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-10-29 - Research and Innovation x European Factories of the Future Research Association"],"date":["2021-10-29"],"summary":["Challenges and needs of European manufacturing companies and their manufacturing research plans - Made in Europe partnership"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-rtd"],"involved":["ec-person-1d348f33395de0ea6773a7b4ae8797e3e0392f73","eu-tr-147908916864-59"]}} -{"id":"ec-meeting-2021-11-03-10e1a41eeacdc75d340cef971c55af0746218087","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-03 - Cabinet of President Ursula von der Leyen x SAP"],"date":["2021-11-03"],"summary":["Digital issues"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-7019713e72781afb1f3b19032c4752a314b78180","eu-tr-639117311617-01"]}} -{"id":"ec-meeting-2021-11-03-8b90fc970161a49b82647b36fbb09509c34fc59c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-03 - Cabinet of Commissioner Thierry Breton x ZF Friedrichshafen AG"],"date":["2021-11-03"],"summary":["Prepare visit by the Commissioner"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-6308dea893b9b1ca0dcd5b91b4a1ac4c2f3020ad","eu-tr-194094423131-36"]}} -{"id":"ec-meeting-2021-11-03-8dc73187e615dad68fbe5f3272c0d1acd3098ec6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-03 - Economic and Financial Affairs x Stichting Sustainable Finance Lab"],"date":["2021-11-03"],"summary":["Fiscal Rules"],"location":["Brussels - Online call"],"address":["Brussels - Online call"],"addressEntity":["addr-1e5ee5ce0e39b68b3b90e38f0bf41c9bd139f47a"],"organizer":["ec-dg-ecfin"],"involved":["ec-person-d59b69916c3a29673c14838feab22a7902555d52","eu-tr-099789644441-22"]}} -{"id":"ec-meeting-2021-11-03-928a16d555200868f5ee4940f804a7247789ba70","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-03 - Cabinet of Commissioner Thierry Breton x Suomen itsenäisyyden juhlarahasto"],"date":["2021-11-03"],"summary":["Fair data economy"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-582824527068-76","ec-person-4d83416435f81b1f1e8f5c86aeebb1478577f1d2"]}} -{"id":"ec-meeting-2021-11-03-da114c775808b3cd070bf5b9b42eebe2f55b7fcd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-03 - Cabinet of Executive Vice-President Margrethe Vestager x Bolt G Plus Ltd (t/a Portland)"],"date":["2021-11-03"],"summary":["Platform workers"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-995377734447-25","eu-tr-7223777790-86","ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0"]}} -{"id":"ec-meeting-2021-11-03-e9a0006309c68923d10dc391927f219bf613cf0a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-03 - Cabinet of President Ursula von der Leyen x Ericsson Nokia Dassault Systèmes AMADEUS IT GROUP S.A. SAP"],"date":["2021-11-03"],"summary":["EU Digital Policy issues (e.g. Sovereign Cloud, AI, DMA/DSA, Cybersecurity, the overall digital & green transition)"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-7019713e72781afb1f3b19032c4752a314b78180","eu-tr-193056815367-44","eu-tr-454608238523-04","eu-tr-02021363105-42","eu-tr-35167875358-33","eu-tr-639117311617-01"]}} -{"id":"ec-meeting-2021-11-04-165311266cd57f63752411e148e82e9553f6515c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-04 - Financial Stability, Financial Services and Capital Markets Union x KBC Group NV"],"date":["2021-11-04"],"summary":["Digital banks"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-745225910014-90","ec-person-1fce211249673c35ee07a801ddee77ab24af8d54"]}} -{"id":"ec-meeting-2021-11-04-38dfbff3b4c6d619e66087b9b898e0dce9153c22","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-04 - Cabinet of Executive Vice-President Frans Timmermans x Green 10"],"date":["2021-11-04"],"summary":["preparations for COP26, discussion on ambition, climate finance, carbon markets and other negotiation items"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-7c876f4825f213b8adbedf089ccedfbc3b36d65b","eu-tr-70309834043-10"]}} -{"id":"ec-meeting-2021-11-04-3f0e45193e3a02c32729069b3bc76187744981bd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-04 - Cabinet of Commissioner Virginijus Sinkevičius x The Pew Charitable Trusts WWF Deutschland"],"date":["2021-11-04"],"summary":["Meeting with NGOs together with CAB Dombrovskis, MARE and TRADE) and Anna Holl, WWF, Paulus Tak, Pew, Isabel Jarrett, Pew.\r\nTopics discussed: WTO negotiations on fisheries subsidies"],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["ec-person-5d2fb692a102077260d7badef4a9f10132b72aee","eu-tr-46834536998-79","eu-tr-031571311716-04"]}} -{"id":"ec-meeting-2021-11-04-4d720d178777c2d1bb65fd9d9c24fcd4cc3a29e6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-04 - Cabinet of Executive Vice-President Margrethe Vestager x Move EU - The European Association of On-Demand Mobility"],"date":["2021-11-04"],"summary":["Platform workers"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-315076940253-42","ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0","ec-person-7167587814c61122201e2afb04bfb47539db4823"]}} -{"id":"ec-meeting-2021-11-04-55701c450360b233ae699bf1fd0e18486bd279e3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-04 - Cabinet of Commissioner Elisa Ferreira x Uber EU Strategy Move EU - The European Association of On-Demand Mobility"],"date":["2021-11-04"],"summary":["Discussion on platform workers"],"notes":["Portfolio: Cohesion and Reforms"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-commissioner-elisa-ferreira-of"],"involved":["eu-tr-315076940253-42","eu-tr-002278013515-26","eu-tr-42484704423-92","ec-person-6aefca8f66cd57549e22428bee7f0d2c97d16f52"]}} -{"id":"ec-meeting-2021-11-04-650b3913bc185aac8dcc8ee9d937d2e7c6853ebd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-04 - Cabinet of Commissioner Janez Lenarčič x Royal Institute of International Affairs"],"date":["2021-11-04"],"summary":["Participation in a panel on crisis management at Conference on “Europe’s Strategic Choices”"],"notes":["Portfolio: Crisis Management"],"location":["Berlin"],"address":["Berlin"],"addressEntity":["addr-062b06ba8e755765c6b049809b7430fd54fe5b21"],"organizer":["ec-cabinet-commissioner-janez-lenarcic-of"],"involved":["eu-tr-936796623531-41","ec-person-a6cd325c80698b2331699224c780ebfb10573602"]}} -{"id":"ec-meeting-2021-11-04-a4d79e2535b6e27ecd66b11c7462aa70b79c8221","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-04 - Cabinet of Executive Vice-President Frans Timmermans x European Round Table for Industry"],"date":["2021-11-04"],"summary":["Meeting on Hydrogen"],"notes":["Portfolio: European Green Deal"],"location":["Brussels (videoconference)"],"address":["Brussels (videoconference)"],"addressEntity":["addr-843ddf9d3c6977cd8d56db6bb2154f8415263e26"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-9eafbf4a92961023c7df3ab389ae6d4301dec4bf","ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce","eu-tr-25487567824-45"]}} -{"id":"ec-meeting-2021-11-04-a83e70223a64e56d00c06d08d8c19323b13452b6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-04 - Cabinet of Executive Vice-President Valdis Dombrovskis x The Pew Charitable Trusts WWF European Policy Programme"],"date":["2021-11-04"],"summary":["WTO fisheries subsidies"],"notes":["Portfolio: An Economy that Works for People"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-5582b553fc27622716ec0589005296819f597ad2","eu-tr-1414929419-24","eu-tr-46834536998-79","ec-person-f011ed0f7c78d833a79f1206f788e0cbd9cb8864"]}} -{"id":"ec-meeting-2021-11-04-af1063be1c86e2343a995cd0523d38e4cde0c548","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-04 - Cabinet of Executive Vice-President Frans Timmermans x Eurocities"],"date":["2021-11-04"],"summary":["The European Green Deal: the role of cities in delivering the EU’s climate targets."],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-7c876f4825f213b8adbedf089ccedfbc3b36d65b","eu-tr-12493392840-79"]}} -{"id":"ec-meeting-2021-11-04-b8fc4b4abd7de9909d7ab29b8dc302e2944e6044","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-04 - Cabinet of Commissioner Thierry Breton x Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V."],"date":["2021-11-04"],"summary":["Will follow"],"notes":["Portfolio: Internal Market"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-6308dea893b9b1ca0dcd5b91b4a1ac4c2f3020ad","ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","eu-tr-35124436517-75"]}} -{"id":"ec-meeting-2021-11-04-fa592c51f816863403dd833e624428917faf53f6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-04 - Cabinet of Commissioner Janusz Wojciechowski x European Plant-based Foods Association International Federation of Organic Agriculture Movements EU Regional Group"],"date":["2021-11-04"],"summary":["Organics (lithothamnium)"],"notes":["Portfolio: Agriculture"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["eu-tr-67128251296-84","eu-tr-689045810852-79","ec-person-cafe030b6dad78a75143f7552c420481b30ebceb"]}} -{"id":"ec-meeting-2021-11-05-1b9be977e65d19766691c16c2dd22054688b17fb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-05 - Cabinet of Commissioner Thierry Breton x Intel Corporation"],"date":["2021-11-05"],"summary":["Semiconductors and Chips Act"],"notes":["Portfolio: Internal Market"],"location":["EU premises"],"address":["EU premises"],"addressEntity":["addr-a2c4eaf4aed5121ce8db106e3522eb751cd53c94"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","ec-person-b077a2e9f0fdb3b8f6e91d0bd0b256db9e40ce46","eu-tr-7459401905-60"]}} -{"id":"ec-meeting-2021-11-05-365a6ffedd7d3255bd6fcf456fcae5d3e6204c16","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-05 - Cabinet of Commissioner Thierry Breton x Orange"],"date":["2021-11-05"],"summary":["Telecom policy and investments in the single market"],"notes":["Portfolio: Internal Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-e18e6e300776f5f47ca4c72c1ba1b0d0eb1e71fe","eu-tr-76704342721-41","ec-person-4d83416435f81b1f1e8f5c86aeebb1478577f1d2"]}} -{"id":"ec-meeting-2021-11-05-36c853d9c9219c3c4c2079a450683f504cbb6bfc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-05 - Cabinet of Commissioner Mairead Mcguinness x Swedish Securities Markets Association (Swedish: Föreningen Svensk Värdepappersmarknad) Finanssiala ry - Finance Finland Finance Denmark Nordic Securities Association"],"date":["2021-11-05"],"summary":["MiFID/MiFIR"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["eu-tr-7777147632-40","eu-tr-7328496842-09","ec-person-0ba9b89127b39af6a66f2fc3ed727332f1b19a34","eu-tr-622921012417-15","eu-tr-20705158207-35"]}} -{"id":"ec-meeting-2021-11-05-6836649fdf887c621f13201110d4aed1ece52bc5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-05 - Cabinet of Commissioner Thierry Breton x Responsible Business Alliance"],"date":["2021-11-05"],"summary":["Sustainable corporate governance"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-957105437070-49","ec-person-5215bd372c5a1202399d77ecceb8c16de8d7d55c"]}} -{"id":"ec-meeting-2021-11-05-7e115fb0186f9ed767b050f717f3aca0f6ad01a1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-05 - Cabinet of Commissioner Thierry Breton x European Round Table for Industry"],"date":["2021-11-05"],"summary":["Single Market"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-6308dea893b9b1ca0dcd5b91b4a1ac4c2f3020ad","ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","eu-tr-25487567824-45"]}} -{"id":"ec-meeting-2021-11-05-99749577cae7a8b3a480855c94997574c8596cca","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-05 - Cabinet of Executive Vice-President Frans Timmermans x Stiftelsen We Play Green"],"date":["2021-11-05"],"summary":["Meeting on how We Play Green can support the objectives of the European Green Deal and the EU Climate Pact by getting more professional football players to speak out about climate action and inspire their followers to make climate-conscious choices."],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-7c876f4825f213b8adbedf089ccedfbc3b36d65b","eu-tr-153174444176-56"]}} -{"id":"ec-meeting-2021-11-05-a2c63293451720ce234345e807f8c5fd3ba3b6bc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-05 - Cabinet of Commissioner Thierry Breton x Vodafone Stiftung Deutschland gGmbH"],"date":["2021-11-05"],"summary":["Telecom policy and investments in the single market"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-e18e6e300776f5f47ca4c72c1ba1b0d0eb1e71fe","ec-person-4d83416435f81b1f1e8f5c86aeebb1478577f1d2","eu-tr-963045243382-88"]}} -{"id":"ec-meeting-2021-11-05-b0233a8368002d82379e4a7b197dfd4e4374211a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-05 - Cabinet of Executive Vice-President Frans Timmermans x Extintion Rebellion NL"],"date":["2021-11-05"],"summary":["European Green Deal"],"notes":["Portfolio: European Green Deal"],"location":["Brussels (videoconference)"],"address":["Brussels (videoconference)"],"addressEntity":["addr-843ddf9d3c6977cd8d56db6bb2154f8415263e26"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-841970044523-30","ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce"]}} -{"id":"ec-meeting-2021-11-05-b57612a7020aa442e1edf19a7f961dd0a7430c74","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-05 - Cabinet of Executive Vice-President Margrethe Vestager x Broadcom"],"date":["2021-11-05"],"summary":["Data Act"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-240029014014-18","ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0"]}} -{"id":"ec-meeting-2021-11-05-d9461eb501dc7f3c9d30b0f1209b999956b04dc2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-05 - Financial Stability, Financial Services and Capital Markets Union x Credit Suisse Group AG UBS Group AG"],"date":["2021-11-05"],"summary":["CRR, Basel III"],"location":["Windsor, Berkshire"],"address":["Windsor, Berkshire"],"addressEntity":["addr-55438771abf3a28d7fff977a5b5c5a72b1ccff7e"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-206549617146-90","ec-person-1fce211249673c35ee07a801ddee77ab24af8d54","eu-tr-365453815252-29"]}} -{"id":"ec-meeting-2021-11-05-dbdcc72584aee415404f0f83f9c68eb522beaef5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-05 - Cabinet of Commissioner Thierry Breton x Robert Bosch GmbH Infineon Technologies AG NXP Semiconductors Netherlands B.V. Taiwan Semiconductor Manufacturing Company Ltd"],"date":["2021-11-05"],"summary":["Chips Act"],"notes":["Portfolio: Internal Market"],"location":["Video conference"],"address":["Video conference"],"addressEntity":["addr-ebc9fd5c2f372a32153cf3f4d5fb918a96b84a88"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-10751968675-85","ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","eu-tr-898711618618-45","eu-tr-8999533555-91","eu-tr-266271142555-68","ec-person-b077a2e9f0fdb3b8f6e91d0bd0b256db9e40ce46"]}} -{"id":"ec-meeting-2021-11-08-013e94c07f80718da74adafc2568b684a20e724f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-08 - Cabinet of Commissioner Mairead Mcguinness x Visa Europe"],"date":["2021-11-08"],"summary":["Digital finance, retail payments, financial literacy"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["eu-tr-61954192201-58","ec-person-0ba9b89127b39af6a66f2fc3ed727332f1b19a34","ec-person-3a66109f0585c657edbe69190faa41919b50e05f","ec-person-1d2f53447b8f2d9bb3f50f7247ad40c2cf8036e4"]}} -{"id":"ec-meeting-2021-11-08-0e3419ff3d8cfc786452ed43f2c0674acf52145c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-08 - Cabinet of Executive Vice-President Frans Timmermans x Rabobank"],"date":["2021-11-08"],"summary":["European Green Deal"],"notes":["Portfolio: European Green Deal"],"location":["Glasgow"],"address":["Glasgow"],"addressEntity":["addr-c097936e0811f9279bd0a687bbc07de169e48f12"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce","eu-tr-006687715492-92"]}} -{"id":"ec-meeting-2021-11-08-0ff7756e4f3eec3a6863b9265bc857e6baabdff7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-08 - Cabinet of Commissioner Thierry Breton x Bioenergy Europe Conféderation Européenne des Propriétaires Forestiers European Landowners' Organization asbl European Organisation of the Sawmill industry European farmers Confederation of European Paper Industries"],"date":["2021-11-08"],"summary":["Forest based industries"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-36063991244-88","eu-tr-44856881231-49","ec-person-6308dea893b9b1ca0dcd5b91b4a1ac4c2f3020ad","eu-tr-72279144480-58","eu-tr-024776016336-52","eu-tr-3647455667-08","eu-tr-97810874431-67"]}} -{"id":"ec-meeting-2021-11-08-1701bfb29aedef469a032c7ea61917992481919b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-08 - Cabinet of Executive Vice-President Frans Timmermans x Vereniging Nationale Jeugdraad"],"date":["2021-11-08"],"summary":["European Green Deal"],"notes":["Portfolio: European Green Deal"],"location":["Glasgow"],"address":["Glasgow"],"addressEntity":["addr-c097936e0811f9279bd0a687bbc07de169e48f12"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce","eu-tr-765628629565-68"]}} -{"id":"ec-meeting-2021-11-08-1d75a7127643c4ab7063c6ea72af030ee9843b8c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-08 - Internal Market, Industry, Entrepreneurship and SMEs x thyssenkrupp Steel Europe AG"],"date":["2021-11-08"],"summary":["to discuss the green transition of the steel industry (including ETS and CBAM) and hydrogen."],"location":["brussels"],"address":["brussels"],"addressEntity":["addr-e2daa1574b7ac475c827b33e281bd2d5e013c882"],"organizer":["ec-dg-grow"],"involved":["ec-person-0151c7e554d188fffc509ad636b7d1a84c5dfcd5","eu-tr-456211534646-58"]}} -{"id":"ec-meeting-2021-11-08-2fdeff3d419a392233c9b8d60c9d13ac8de5036c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-08 - Cabinet of Commissioner Thierry Breton x Commissariat à l'Energie atomique et aux énergies alternatives"],"date":["2021-11-08"],"summary":["Interactions entre nucléaire et hydrogène"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-6308dea893b9b1ca0dcd5b91b4a1ac4c2f3020ad","eu-tr-52774696782-43"]}} -{"id":"ec-meeting-2021-11-08-36f3ca5b2dc88d54f645e171a1e271a0f6edf835","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-08 - Cabinet of Commissioner Thierry Breton x WWF Deutschland Amnesty International Limited European Environmental Bureau Anti-Slavery International ClientEarth AISBL European Center for Constitutional and Human Rights Global Witness Climate Disclosure Standards Board Frank Bold Society International Federation for Human Rights European Coalition for Corporate Justice Climate Action Network Europe Finance Watch Clean Clothes Campaign / Stichting Schone Kleren Kampagne International Federation for the Economy for the Common Good e. V. OXFAM INTERNATIONAL EU ADVOCACY OFFICE Friends of the Earth Europe"],"date":["2021-11-08"],"summary":["Sustainable Corporate Governance"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-06798511314-27","eu-tr-55888811123-49","eu-tr-48872621093-60","eu-tr-46856801604-90","eu-tr-031571311716-04","eu-tr-714466824568-72","eu-tr-853889944167-66","eu-tr-9825553393-31","eu-tr-922386710536-51","ec-person-5215bd372c5a1202399d77ecceb8c16de8d7d55c","eu-tr-10439809375-73","eu-tr-57221111091-19","ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","eu-tr-11063928073-34","eu-tr-97628146980-33","eu-tr-37943526882-24","eu-tr-464644816865-02","eu-tr-339093641078-19","eu-tr-96645517357-19"]}} -{"id":"ec-meeting-2021-11-08-48aa274f96ef7bf078c29a70db21e11e399d60c9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-08 - Cabinet of Commissioner Adina Vălean x International Romani Union"],"date":["2021-11-08"],"summary":["Meeting to discuss road transport developments."],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["ec-person-6e21d867543ef3b910e746c319cb048abd054702","eu-tr-734954443461-71"]}} -{"id":"ec-meeting-2021-11-08-5dcfd3a2b00bcfaf0d350a167bdefbb553fb380e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-08 - Cabinet of Commissioner Thierry Breton x Samsung Electronics Europe"],"date":["2021-11-08"],"summary":["Circular economy"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-6308dea893b9b1ca0dcd5b91b4a1ac4c2f3020ad","eu-tr-40471017282-57"]}} -{"id":"ec-meeting-2021-11-08-5fbc42dfa0b2452ae3f80dd7df603a323d813a8b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-08 - Cabinet of Executive Vice-President Valdis Dombrovskis x WWF European Policy Programme Greenpeace European Unit"],"date":["2021-11-08"],"summary":["Taxonomy"],"notes":["Portfolio: An Economy that Works for People"],"location":["videoconference"],"address":["videoconference"],"addressEntity":["addr-92b2fbb928e012810d80d9ef1abe12027beee200"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-235870cd7eb41f2494f695fce18b5b5b88647113","eu-tr-9832909575-41","eu-tr-1414929419-24"]}} -{"id":"ec-meeting-2021-11-08-6bc37b4a60d89e603ee4a58c93cd78197bbb90e8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-08 - Cabinet of Commissioner Thierry Breton x Booking.com B.V."],"date":["2021-11-08"],"summary":["Digital Markets Act - Tourism"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-146537115285-34","ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0"]}} -{"id":"ec-meeting-2021-11-08-74aa0aae3c519fa394d45e7ec19b5adc22b53181","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-08 - Cabinet of Executive Vice-President Frans Timmermans x European Youth Forum"],"date":["2021-11-08"],"summary":["debrief from the Executive Vice-President’s day at the COP, presentation of the young delegates’ positions and youngo youth manifesto"],"notes":["Portfolio: European Green Deal"],"location":["Glasgow"],"address":["Glasgow"],"addressEntity":["addr-c097936e0811f9279bd0a687bbc07de169e48f12"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-7c876f4825f213b8adbedf089ccedfbc3b36d65b","eu-tr-43251547769-22"]}} -{"id":"ec-meeting-2021-11-08-8870132960a8c57ec9ba6f6acd77275a1a320f71","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-08 - Cabinet of President Ursula von der Leyen x G Plus Ltd (t/a Portland) Bolt"],"date":["2021-11-08"],"summary":["Platform work"],"notes":["Portfolio: President"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["eu-tr-995377734447-25","eu-tr-7223777790-86","ec-person-66d141295841bdd2d0679d93aae62e07580fcee5"]}} -{"id":"ec-meeting-2021-11-08-8889b2810e42d27f44580b3421bed04f3128d232","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-08 - Cabinet of President Ursula von der Leyen x European Foundation Centre Donors and Foundations Networks in Europe"],"date":["2021-11-08"],"summary":["Social Economy Action Plan\r\nConference on the Future of Europe"],"notes":["Portfolio: President"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["eu-tr-075961340619-25","ec-person-66d141295841bdd2d0679d93aae62e07580fcee5","eu-tr-78855711571-12"]}} -{"id":"ec-meeting-2021-11-08-93fa604da4c226a8a422707ed188a392d81de367","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2021-11-08 - Cabinet of Executive Vice-President Margrethe Vestager x Gibbels Public Affairs"],"date":["2021-11-08"],"summary":["Digital Citizenship","Digital Citizenship, Social Digital Standard."],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Online","Brussels"],"address":["Online","Brussels"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452","addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0","eu-tr-744386211832-33"]}} -{"id":"ec-meeting-2021-11-08-9cc7e91544d376272647b6ebdc2f829cf73a77cf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-08 - Defence Industry and Space x Leonardo S.p.A."],"date":["2021-11-08"],"summary":["Meeting to exchange views on the implementation of EDF/EDIDP, the development of the space downstream sector, the zero emission aviation initiative and secure connectivity."],"location":["Rome"],"address":["Rome"],"addressEntity":["addr-da7705caa15608fea217326726ec6ed97a9c6c9d"],"organizer":["ec-dg-defis"],"involved":["ec-person-a5e52cd544ea3aa44eb4b31fac65a468499f106e","eu-tr-02550382403-01"]}} -{"id":"ec-meeting-2021-11-08-a7fb37b88d44eb34b53486d7948788f327296942","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-08 - Cabinet of Commissioner Kadri Simson x Enagás S.A. Common Futures. Energy Transition Specialists B.V. Polskie Gornictwo Naftowe i Gazownictwo SA - Polish Oil and Gas Company Third Generation Environmentalism Ltd Netherlands Organisation for Applied Scientific Research TNO OGP GAZ-SYSTEM S.A. Gas Distributors for Sustainability Centre on Regulation in Europe"],"date":["2021-11-08"],"summary":["Gas market and security of supply framework."],"notes":["Portfolio: Energy"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["eu-tr-00105537635-20","eu-tr-905001612275-82","eu-tr-40524063921-20","eu-tr-041592911733-05","ec-person-ba3b83676ad38094e71b64b644f3e3d2c61b8182","eu-tr-293431844039-55","eu-tr-07783117686-61","ec-person-2fb98fc84d2cf8d481688eff3d47f7745ead3592","eu-tr-382692732615-35","eu-tr-70816716119-36","ec-person-1995c65b8dc7f3702a8c30ed96a0144075848837"]}} -{"id":"ec-meeting-2021-11-08-a9401fe5a937fb8660983ca47cb72536f344466f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-08 - Cabinet of Commissioner Thierry Breton x VinylPlus"],"date":["2021-11-08"],"summary":["Chemicals strategy; REACH"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-6308dea893b9b1ca0dcd5b91b4a1ac4c2f3020ad","eu-tr-44203689086-96"]}} -{"id":"ec-meeting-2021-11-08-aaf0daeab275560d086d2f623bbe909c6a7f4da3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-08 - Cabinet of Executive Vice-President Margrethe Vestager x ArcelorMittal"],"date":["2021-11-08"],"summary":["Draft State aid Guidelines on Climate, environmental protection and Energy"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-6b6135249735cff1f3061530471f1e159500c840","eu-tr-23527541824-60"]}} -{"id":"ec-meeting-2021-11-08-b4c40d797d4e50ff9f7479600a7e514d2b64b787","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-08 - Internal Market, Industry, Entrepreneurship and SMEs x European Chemical Industry Council"],"date":["2021-11-08"],"summary":["Discussion on how the pharmaceutical industry could contribute to the EU's agenda for open strategic autonomy and the renewed industrial strategy and on the green transformations of the pharmaceutical sector."],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-grow"],"involved":["ec-person-0151c7e554d188fffc509ad636b7d1a84c5dfcd5","eu-tr-64879142323-90"]}} -{"id":"ec-meeting-2021-11-08-de070ae742f75f493a4d2981a846edd1ff31e887","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-08 - Cabinet of Commissioner Mairead Mcguinness x WWF European Policy Programme Greenpeace European Unit"],"date":["2021-11-08"],"summary":["Sustainable Finance, Taxonomy"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-a5441c6a69a8a94fd64e02def60fcc6567f2c1d8","eu-tr-9832909575-41","eu-tr-1414929419-24"]}} -{"id":"ec-meeting-2021-11-08-e64393612ee3c54f4d328d63aa5f51f43d4631af","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-08 - Cabinet of President Ursula von der Leyen x Afore Consulting"],"date":["2021-11-08"],"summary":["ICI expressed a strong interest in the EU sustainable finance agenda. They underlined the differences between EU & US on SF approach and on ESG priorities including social considerations. They would support more global coordination on this agenda."],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-a159f03add374257584565c2b05cc5539a7526e6","eu-tr-03013154889-05"]}} -{"id":"ec-meeting-2021-11-09-007c445d6ed464ded13d1a074f0f993e946b94dd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-09 - Cabinet of Executive Vice-President Frans Timmermans x Royal Association of Netherlands' Shipowners"],"date":["2021-11-09"],"summary":["Fit-for-55 and implications for the shipping sector"],"notes":["Portfolio: European Green Deal"],"location":["video call"],"address":["video call"],"addressEntity":["addr-12d8c530d76da0b7745f9c0f9285e7eec97adc55"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-05693918534-87","ec-person-f1a3478550296f3f9accdc67d6ef5a0b681dda4b"]}} -{"id":"ec-meeting-2021-11-09-10363db4352fdf8f7919e6c42259605fe95c6dfd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-09 - Cabinet of Executive Vice-President Margrethe Vestager x Climate Action Network Europe"],"date":["2021-11-09"],"summary":["Draft State aid Guidelines on Climate, environmental protection and Energy"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-6b6135249735cff1f3061530471f1e159500c840","eu-tr-55888811123-49"]}} -{"id":"ec-meeting-2021-11-09-14b092b69f96a1aaf15b19d6a6af1920418432b4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-09 - Financial Stability, Financial Services and Capital Markets Union x None"],"date":["2021-11-09"],"summary":["CMU, banking package"],"location":["Virtual meeting"],"address":["Virtual meeting"],"addressEntity":["addr-1f1f3f51a4da31a1ea5c1b4b21cbf52ad983224f"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-537082732275-03","ec-person-1fce211249673c35ee07a801ddee77ab24af8d54","eu-tr-00353757573-57","eu-tr-9171899949-17","eu-tr-736467635874-04"]}} -{"id":"ec-meeting-2021-11-09-17efb3075e8023b7cf9235210e6b1c08d1132771","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-09 - Cabinet of Commissioner Thierry Breton x Corporate Europe Observatory Food & Water Action Europe Friends of the Earth Europe Global Witness Greenpeace European Unit"],"date":["2021-11-09"],"summary":["Governance, hydrogen"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-42119616334-41","eu-tr-10439809375-73","eu-tr-5353162366-85","ec-person-6308dea893b9b1ca0dcd5b91b4a1ac4c2f3020ad","ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","eu-tr-9832909575-41","eu-tr-9825553393-31"]}} -{"id":"ec-meeting-2021-11-09-1a2e13f76815fc9ae15c706e6da980d31d5e5e72","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-09 - Cabinet of Commissioner Mairead Mcguinness x Afore Consulting ICI Global"],"date":["2021-11-09"],"summary":["Sustainable Finance"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-a5441c6a69a8a94fd64e02def60fcc6567f2c1d8","eu-tr-296711210890-30","eu-tr-03013154889-05"]}} -{"id":"ec-meeting-2021-11-09-1a779bbe4194e824dea5af9a358a29ac08181e80","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-09 - Cabinet of Executive Vice-President Valdis Dombrovskis x Afore Consulting ICI Global"],"date":["2021-11-09"],"summary":["Sustainable finance, Capital Markets Union"],"notes":["Portfolio: An Economy that Works for People"],"location":["video conference"],"address":["video conference"],"addressEntity":["addr-6dc12e3c97077db82f32184f24341ce370a445fd"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-235870cd7eb41f2494f695fce18b5b5b88647113","eu-tr-296711210890-30","eu-tr-03013154889-05"]}} -{"id":"ec-meeting-2021-11-09-1aaa60408bb06a6dae2f81db4cd750307a7d8f08","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-09 - Cabinet of Commissioner Kadri Simson x Bundesverband der Deutschen Industrie e.V."],"date":["2021-11-09"],"summary":["Presentation by BDI of their study on scenarios to decarbonisation in Germany and discussion on the upcoming H2 and gas decarbonisation package"],"notes":["Portfolio: Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["ec-person-ba3b83676ad38094e71b64b644f3e3d2c61b8182","ec-person-2fb98fc84d2cf8d481688eff3d47f7745ead3592","eu-tr-1771817758-48"]}} -{"id":"ec-meeting-2021-11-09-1b9be977e65d19766691c16c2dd22054688b17fb","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2021-11-09 - Cabinet of Commissioner Thierry Breton x Intel Corporation"],"date":["2021-11-09"],"summary":["Semiconductors","Preparation chips act"],"notes":["Portfolio: Internal Market"],"location":["Bruxelles","Ireland"],"address":["Bruxelles","Ireland"],"addressEntity":["addr-b58f5927b66d94a676970dc048485d4c6848f272","addr-eb2131ece0efe78ee8bb1ae98af6099114a8df09"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","ec-person-b077a2e9f0fdb3b8f6e91d0bd0b256db9e40ce46","eu-tr-7459401905-60"]}} -{"id":"ec-meeting-2021-11-09-20d851e30eeb440222b82f79d40aa9f4a24dd4d1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-09 - Cabinet of Commissioner Mairead Mcguinness x EPPA SA"],"date":["2021-11-09"],"summary":["Next steps for Agriculture in the Taxonomy"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-a5441c6a69a8a94fd64e02def60fcc6567f2c1d8","eu-tr-31367501249-92"]}} -{"id":"ec-meeting-2021-11-09-3402f65b0c2630e9a66022a827338b251c774aa7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-09 - Cabinet of Executive Vice-President Margrethe Vestager x Confederation of Danish Employers"],"date":["2021-11-09"],"summary":["Platform work, maternity leave, minimum salary, salary transparency"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Copenhagen"],"address":["Copenhagen"],"addressEntity":["addr-3f7c839db34cfeebcefe96d90a0e37e02c8e52c6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-11503381325-76","ec-person-11d97788772862bb34f51dd26d7f92603eac1bf8"]}} -{"id":"ec-meeting-2021-11-09-3d10d57ce535a5b85c1079a0ec00994d90045ae7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-09 - Cabinet of Executive Vice-President Valdis Dombrovskis x International Pharmaceutical Aerosol Consortium"],"date":["2021-11-09"],"summary":["Fluorinated Gases regulation"],"notes":["Portfolio: An Economy that Works for People"],"location":["video conference"],"address":["video conference"],"addressEntity":["addr-6dc12e3c97077db82f32184f24341ce370a445fd"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-3520008ac93a203db50d106deafde939bc2729f1","eu-tr-602537137644-70"]}} -{"id":"ec-meeting-2021-11-09-40ce732d22eac614af31facd936418adf7d2dd26","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-09 - Financial Stability, Financial Services and Capital Markets Union x International Financial Reporting Standards (IFRS) Foundation"],"date":["2021-11-09"],"summary":["Sustainability disclosures"],"location":["Virtual meeting"],"address":["Virtual meeting"],"addressEntity":["addr-1f1f3f51a4da31a1ea5c1b4b21cbf52ad983224f"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-830882416841-19","ec-person-1fce211249673c35ee07a801ddee77ab24af8d54"]}} -{"id":"ec-meeting-2021-11-09-4688f4ef9042e8c00524267e952e3535c48c4449","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-09 - Health and Food Safety x European Cancer Organisation"],"date":["2021-11-09"],"summary":["Europe’s Beating Cancer Plan"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-sante"],"involved":["eu-tr-51022176260-12","ec-person-f442ca8cd331fc51ad479fe0db982bb9fdb00647"]}} -{"id":"ec-meeting-2021-11-09-649f24da1df7034245db77fbe2ffc06cd9af870f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-09 - Cabinet of Commissioner Elisa Ferreira x European Policies Research Centre Delft"],"date":["2021-11-09"],"summary":["Cohesion policy Masterclass 2022"],"notes":["Portfolio: Cohesion and Reforms"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-elisa-ferreira-of"],"involved":["eu-tr-976975944378-90","ec-person-1c49c531eceae287dd4a56ac52e8326c65fc2855"]}} -{"id":"ec-meeting-2021-11-09-6e50dd274e564b21a431816e4d140dac12fb234f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-09 - Cabinet of Vice-President Věra Jourová x Committee to Protect Journalists Amnesty International Limited Civil Liberties Union for Europe Civil Society Europe"],"date":["2021-11-09"],"summary":["Rule of Law"],"notes":["Portfolio: Values and Transparency"],"location":["VC"],"address":["VC"],"addressEntity":["addr-d6788b0715b89d9781e90f4df364ac624d78e439"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["eu-tr-520775919740-63","eu-tr-544892227334-39","eu-tr-11063928073-34","ec-person-bf54da17217bbddfd9c68fe24d88005ac17e2c4b","eu-tr-370649919011-72"]}} -{"id":"ec-meeting-2021-11-09-74aa0aae3c519fa394d45e7ec19b5adc22b53181","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-09 - Cabinet of Executive Vice-President Frans Timmermans x European Youth Forum"],"date":["2021-11-09"],"summary":["debrief from the Executive Vice-President’s day at the COP, presentation of the young delegates’ positions"],"notes":["Portfolio: European Green Deal"],"location":["Glasgow"],"address":["Glasgow"],"addressEntity":["addr-c097936e0811f9279bd0a687bbc07de169e48f12"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-7c876f4825f213b8adbedf089ccedfbc3b36d65b","eu-tr-43251547769-22"]}} -{"id":"ec-meeting-2021-11-09-792a5bbd5b0640fb8ac667a93f9b308e4fe4c0d1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-09 - Cabinet of Commissioner Mairead Mcguinness x European Fund and Asset Management Association"],"date":["2021-11-09"],"summary":["Introductory discussion, financial literacy, retail investor."],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Virtual Meeting"],"address":["Virtual Meeting"],"addressEntity":["addr-ed078b6749077909a1a45720507ac2da9277b8b3"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-3a66109f0585c657edbe69190faa41919b50e05f","eu-tr-3373670692-24"]}} -{"id":"ec-meeting-2021-11-09-79f33a8b0a73b86bb8d8513b717c5ffc8e187c64","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-09 - Cabinet of Commissioner Helena Dalli x Equinet - the European Network of Equality Bodies"],"date":["2021-11-09"],"summary":["To discuss cooperation in 2022 around the European Year of the Youth"],"notes":["Portfolio: Equality"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-commissioner-dalli-helena-of"],"involved":["ec-person-dbd4bba0ef71d4385c97691e3df5bb484709a07e","eu-tr-718971811339-46"]}} -{"id":"ec-meeting-2021-11-09-8602bd26d3cfb05cc87710767258cb3d08056e39","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-09 - Joint Research Centre x SYSTEMIQ LIMITED"],"date":["2021-11-09"],"summary":["Exchange of views on systemic transformation."],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-jrc"],"involved":["ec-person-8e67d247a5ad86c12a9d387f95f3271fa036cfb7","eu-tr-538958337111-82"]}} -{"id":"ec-meeting-2021-11-09-9a1d47bb098d755e9d2be58e46e74beef31aa310","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-09 - Cabinet of President Ursula von der Leyen x Bundesverband der Deutschen Industrie e.V."],"date":["2021-11-09"],"summary":["the Fit for 55 package and its opportunities and challenges for industry"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-f2b941852d3b961d69ed695c2d243a1a2b4a1904","eu-tr-1771817758-48"]}} -{"id":"ec-meeting-2021-11-09-9addaa8d6b493cf17ef556ee2172edd5205176cf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-09 - Cabinet of Commissioner Kadri Simson x BUSINESSEUROPE"],"date":["2021-11-09"],"summary":["Energy prices, fit for 55, hydrogen and gas package."],"notes":["Portfolio: Energy"],"location":["Brussels, BERL"],"address":["Brussels, BERL"],"addressEntity":["addr-3c3fa5f92474ebac668808553fbab6d1c14aa243"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["ec-person-ba3b83676ad38094e71b64b644f3e3d2c61b8182","eu-tr-3978240953-79","ec-person-1995c65b8dc7f3702a8c30ed96a0144075848837"]}} -{"id":"ec-meeting-2021-11-09-9b726cad34be6f864b7a95c4628931916d5befc7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-09 - Cabinet of Commissioner Jutta Urpilainen x Swedish Forest Industries Federation"],"date":["2021-11-09"],"summary":["EU forest agenda"],"notes":["Portfolio: International Partnerships"],"location":["videoconference"],"address":["videoconference"],"addressEntity":["addr-92b2fbb928e012810d80d9ef1abe12027beee200"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["eu-tr-355702910008-47","ec-person-9788b5f9ccd101dc091867a4496a5735ee7151d9"]}} -{"id":"ec-meeting-2021-11-09-9df4e68d75b3a66a1ad471611ca38bd01c79a9f5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-09 - Cabinet of Commissioner Janusz Wojciechowski x Conféderation Européenne des Propriétaires Forestiers"],"date":["2021-11-09"],"summary":["Forestry"],"notes":["Portfolio: Agriculture"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["eu-tr-3647455667-08","ec-person-cafe030b6dad78a75143f7552c420481b30ebceb"]}} -{"id":"ec-meeting-2021-11-09-a44d6df2f949e0e1685c42939506f4332f9ac479","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-09 - Cabinet of Commissioner Stella Kyriakides x European Public Health Association"],"date":["2021-11-09"],"summary":["VC meeting - Public health in a post-COVID era, EU4Health and opportunities of cooperation"],"notes":["Portfolio: Health"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-kyriakides-of-stella"],"involved":["eu-tr-37673629826-90","ec-person-c7513fae2df7920eea99d7cc103a354aa4f56b6e"]}} -{"id":"ec-meeting-2021-11-09-a56ff5a6f8f6958136f8812faad91fc108f8cf21","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-09 - Cabinet of Commissioner Stella Kyriakides x FIPRA International SRL"],"date":["2021-11-09"],"summary":["VTC Meeting with HIV Outcomes Steering Group on HIV/AIDS policy and quality of life"],"notes":["Portfolio: Health"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-kyriakides-of-stella"],"involved":["eu-tr-58746194306-23","ec-person-c7513fae2df7920eea99d7cc103a354aa4f56b6e"]}} -{"id":"ec-meeting-2021-11-09-a7c856e84c822aa72878b7de2bd5e40dd4ca9e7c","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2021-11-09 - Cabinet of Commissioner Mairead Mcguinness x BUSINESSEUROPE"],"date":["2021-11-09"],"summary":["Sustainable Finance","Sustainable finance"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-2b9c589fb2354bd93067644d2c3d2c058d4c4cc9","eu-tr-3978240953-79","ec-person-a5441c6a69a8a94fd64e02def60fcc6567f2c1d8"]}} -{"id":"ec-meeting-2021-11-09-ad066cdf85b448c7e8599b3e2a78f38aacdda0cd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-09 - Cabinet of Executive Vice-President Valdis Dombrovskis x BUSINESSEUROPE"],"date":["2021-11-09"],"summary":["EVP Dombrovskis delivered an intervention on the interlink between the EU recovery and trade policies from a business perspective, and had the opportunity to answer questions raised by the participants on those topics."],"notes":["Portfolio: An Economy that Works for People"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["eu-tr-3978240953-79","ec-person-95d6ecce9b8f3a7b167d0eac8e270fdce0665ccb","ec-person-9e7bd1005456277f156b671d1555c6a460fb2f58"]}} -{"id":"ec-meeting-2021-11-09-b24a6ba440d64745a9911fe8600863bc9956268a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-09 - Financial Stability, Financial Services and Capital Markets Union x ICI Global"],"date":["2021-11-09"],"summary":["AIFMD, CMU"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-296711210890-30","ec-person-1fce211249673c35ee07a801ddee77ab24af8d54"]}} -{"id":"ec-meeting-2021-11-09-bc037e1418dc52430b1071776497d42a4f1e4514","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-09 - Cabinet of Commissioner Janusz Wojciechowski x Fern Global Witness Environmental Investigation Agency Forest Peoples Programme Greenpeace European Unit WWF European Policy Programme ClientEarth AISBL"],"date":["2021-11-09"],"summary":["Forestry"],"notes":["Portfolio: Agriculture"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["ec-person-cafe030b6dad78a75143f7552c420481b30ebceb","eu-tr-10439809375-73","eu-tr-1414929419-24","eu-tr-40538475090-82","eu-tr-96645517357-19","eu-tr-931511831742-24","eu-tr-9832909575-41","eu-tr-03960197927-62"]}} -{"id":"ec-meeting-2021-11-09-bda3434b91923eff7e3527f099dc2d0eede4df15","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-09 - Cabinet of Commissioner Jutta Urpilainen x Bill & Melinda Gates Foundation"],"date":["2021-11-09"],"summary":["Discussion on opportunities of cooperation and respective commitments on gender, health and nutrition"],"notes":["Portfolio: International Partnerships"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["eu-tr-371567915480-41","ec-person-7c4fa9cfb750b5b524c065180fcee1123b8df03e"]}} -{"id":"ec-meeting-2021-11-09-c985ba25e79c9dd573043c33516ecf8a63e64850","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-09 - Cabinet of Commissioner Mairead Mcguinness x Erste Group Bank AG"],"date":["2021-11-09"],"summary":["Basel III and capital markets union."],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["eu-tr-910859715397-14","ec-person-0ba9b89127b39af6a66f2fc3ed727332f1b19a34","ec-person-49e520c7a9c9c47ccb5acfa68f9416e4233af9f8"]}} -{"id":"ec-meeting-2021-11-09-d07136b87d14508bb906b6184f0542750ebcc18c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-09 - Cabinet of Vice-President Margaritis Schinas x Konrad-Adenauer-Stiftung Instituto Francisco Sá Carneiro"],"date":["2021-11-09"],"summary":["EU Health policy"],"notes":["Portfolio: Promoting the European Way of Life"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-margaritis-of-president-schinas-vice"],"involved":["ec-person-d5cada2a1a17537a675985af31e5ce07ae3bfd42","ec-person-180e5c5b13dac533a1241b0f9d78176c8bec3d51","eu-tr-265209544521-72","eu-tr-510151427278-94"]}} -{"id":"ec-meeting-2021-11-09-d37b73a40101b0f1a390f59d62c8da385311dcb7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-09 - Cabinet of Commissioner Virginijus Sinkevičius x Sustainable Business Association of Lithuania"],"date":["2021-11-09"],"summary":["To discuss the EU Green Deal, Fit for 55, Zero emission action plan, circular economy"],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["eu-tr-807406144036-30","ec-person-5d2fb692a102077260d7badef4a9f10132b72aee","ec-person-dd7a7b1952e158f4195d34cff333ec79a4f48ba3"]}} -{"id":"ec-meeting-2021-11-09-d4db832124c35b61d5541d42a6eb0eb9b866db5e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-09 - Cabinet of Commissioner Helena Dalli x European Women's Lobby"],"date":["2021-11-09"],"summary":["Online Istanbul Convention event"],"notes":["Portfolio: Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-dalli-helena-of"],"involved":["ec-person-d15c205cb9cbb310d2811039c0160c1de7c84638","eu-tr-85686156700-13"]}} -{"id":"ec-meeting-2021-11-09-da56adcb661db9f54053445af1c4c6e6ecdbac49","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-09 - Cabinet of Executive Vice-President Margrethe Vestager x Swedish Forest Industries Federation"],"date":["2021-11-09"],"summary":["Green deal & relevance for the forest industries"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-355702910008-47","ec-person-3da433aae105b13fe027e9c9b3dcac2c97029370"]}} -{"id":"ec-meeting-2021-11-09-e586afbd96fca7ee9dc057b4544e8032f555823f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-09 - Cabinet of Commissioner Virginijus Sinkevičius x NASDAQ"],"date":["2021-11-09"],"summary":["Meeting with Ludovic Aigrot, Vice President, Head of Government Relations Europe, NASDAQ, \r\nTopics discussed: state of play in preparation of the Commission proposed for MiFID II"],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["eu-tr-76648765687-29","ec-person-5d2fb692a102077260d7badef4a9f10132b72aee"]}} -{"id":"ec-meeting-2021-11-09-e5ea52e92eae526dcd3c973b8725a4997bec4c94","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-09 - Cabinet of Vice-President Věra Jourová x Bundesverband der Deutschen Industrie e.V."],"date":["2021-11-09"],"summary":["Sustainable Corporate Governance"],"notes":["Portfolio: Values and Transparency"],"location":["VC"],"address":["VC"],"addressEntity":["addr-d6788b0715b89d9781e90f4df364ac624d78e439"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["ec-person-221276f2dfa4b8fe628f08e982d967b6aeb61c57","eu-tr-1771817758-48"]}} -{"id":"ec-meeting-2021-11-09-efba5864401b838dab5f52ee04a70b358824b952","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-09 - Cabinet of Commissioner Thierry Breton x BUSINESSEUROPE"],"date":["2021-11-09"],"summary":["Industrial strategy ; digitalisation; resilience; fit for 55"],"notes":["Portfolio: Internal Market"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","eu-tr-3978240953-79"]}} -{"id":"ec-meeting-2021-11-09-f405fe4da2406b02854db5896f1f428710dbb184","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-09 - Research and Innovation x Vinnova"],"date":["2021-11-09"],"summary":["ERA, Horizon Europe, COP 26"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-rtd"],"involved":["eu-tr-917180932029-87","ec-person-1d348f33395de0ea6773a7b4ae8797e3e0392f73"]}} -{"id":"ec-meeting-2021-11-09-f65f8dde95559e92b90a7a50563b3fae9bc6848c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-09 - Cabinet of Commissioner Didier Reynders x Etsy Ireland"],"date":["2021-11-09"],"summary":["DSA & GPSR"],"notes":["Portfolio: Justice"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-didier-of-reynders"],"involved":["ec-person-50f9cba2282e1d03395cdd0faf9ce6e9a2ff3104","ec-person-1e25399e2267734c5f4c69093d2286c8898ee9f0","eu-tr-671163933953-21"]}} -{"id":"ec-meeting-2021-11-10-055f108f91b29c8961920ca842b4763a6b33b485","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-10 - Cabinet of Commissioner Thierry Breton x BOUYGUES EUROPE"],"date":["2021-11-10"],"summary":["Audio-visual Media policy , DSA/DMA"],"notes":["Portfolio: Internal Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-4d83416435f81b1f1e8f5c86aeebb1478577f1d2","ec-person-5215bd372c5a1202399d77ecceb8c16de8d7d55c","eu-tr-91216972728-77"]}} -{"id":"ec-meeting-2021-11-10-0bacd96ccfe0ef83bb5c29e855676df50bad9d1e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-10 - Cabinet of Commissioner Ylva Johansson x Cairo Institute for Human Rights Studies Amnesty International Limited EuroMed Rights / EuroMed Droits Human Rights Watch"],"date":["2021-11-10"],"summary":["Preparation of mission to Egypt"],"notes":["Portfolio: Home Affairs"],"location":["VTC"],"address":["VTC"],"addressEntity":["addr-9d1acaa772820b8ade84113d2da24716fe455be2"],"organizer":["ec-cabinet-commissioner-johansson-of-ylva"],"involved":["eu-tr-18343956476-47","eu-tr-11063928073-34","eu-tr-030804534968-91","ec-person-e80f1d4512f8632e5baa488ed887e131294d744e","eu-tr-56362448807-46"]}} -{"id":"ec-meeting-2021-11-10-11336e58b2e3ad4de7bfc7b55298054b835ce4e9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-10 - Cabinet of Executive Vice-President Frans Timmermans x Christelijk Nationaal Vakverbond Vakcentrale Fair Wear Foundation Federatie Nederlandse Vakbeweging"],"date":["2021-11-10"],"summary":["Sustainable Corporate Governance"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-988743535279-05","ec-person-e88af8eb396e96e3dbc9b4ec6e40a348d26c389c","eu-tr-827100133650-49","eu-tr-848077116912-21"]}} -{"id":"ec-meeting-2021-11-10-198093ddbec0f8280e5f895a132ec435334e05f5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-10 - Cabinet of Executive Vice-President Valdis Dombrovskis x K-Monitor Közhasznú Egyesület"],"date":["2021-11-10"],"summary":["Anti-corruption related issues connected to the Hungarian RRP"],"notes":["Portfolio: An Economy that Works for People"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-95d6ecce9b8f3a7b167d0eac8e270fdce0665ccb","eu-tr-361342143111-55"]}} -{"id":"ec-meeting-2021-11-10-30da7aa4a7308befcda6f2563096386c39463cb0","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2021-11-10 - Cabinet of Commissioner Thierry Breton x Airbus"],"date":["2021-11-10"],"summary":["Defense and space","Exchange on defence cooperation","EU Space policy"],"notes":["Portfolio: Internal Market"],"location":["Brussels, Belgium","Brussels"],"address":["Brussels, Belgium","Brussels"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306","addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","ec-person-b077a2e9f0fdb3b8f6e91d0bd0b256db9e40ce46","eu-tr-2732167674-76"]}} -{"id":"ec-meeting-2021-11-10-38dfbff3b4c6d619e66087b9b898e0dce9153c22","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-10 - Cabinet of Executive Vice-President Frans Timmermans x Green 10"],"date":["2021-11-10"],"summary":["debrief from the Executive Vice-President’s role at the COP, discussion on ambition, climate finance, carbon markets and the cover decision"],"notes":["Portfolio: European Green Deal"],"location":["Glasgow"],"address":["Glasgow"],"addressEntity":["addr-c097936e0811f9279bd0a687bbc07de169e48f12"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-7c876f4825f213b8adbedf089ccedfbc3b36d65b","eu-tr-70309834043-10"]}} -{"id":"ec-meeting-2021-11-10-518906bff593b46939f578c30fcae030bd9ae8f2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-10 - Cabinet of Commissioner Thierry Breton x Aerospace, Security and Defence Industries Association of Europe"],"date":["2021-11-10"],"summary":["ASD Board/General Assembly Meeting"],"notes":["Portfolio: Internal Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","ec-person-b077a2e9f0fdb3b8f6e91d0bd0b256db9e40ce46","eu-tr-72699997886-57"]}} -{"id":"ec-meeting-2021-11-10-51ad202a0c6b85d98e915a8f5129a1e5dc33d34a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-10 - Cabinet of Commissioner Mariya Gabriel x Bill & Melinda Gates Foundation"],"date":["2021-11-10"],"summary":["R&I for pandemic preparedness, clinical trials, agriculture, nutrition and connecting innovation hubs in Africa"],"notes":["Portfolio: Innovation and Youth"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["ec-person-1674399a793e9e6fd7cf55b525515fc862fc9351","eu-tr-371567915480-41"]}} -{"id":"ec-meeting-2021-11-10-543787a558b79d864af7b374c2bff975c017e1ac","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-10 - Joint Research Centre x Madelin Innovation"],"date":["2021-11-10"],"summary":["Exchange of views on innovation"],"location":["Brussels. Belgium"],"address":["Brussels. Belgium"],"addressEntity":["addr-fa9728550793a141487f289dc25f2dd9c4e473a9"],"organizer":["ec-dg-jrc"],"involved":["eu-tr-315413023794-18","ec-person-8e67d247a5ad86c12a9d387f95f3271fa036cfb7"]}} -{"id":"ec-meeting-2021-11-10-5b6d8caaf85724d52586b8e6eb290af719548952","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-10 - Health and Food Safety x Bill & Melinda Gates Foundation Coalition for Epidemic Preparedness Innovations"],"date":["2021-11-10"],"summary":["Strengthening pandemic preparedness and response: a dialogue with CEPI CEO Richard Hatchett and Bill &Melinda Gates Foundation co-chair Melinda French Gates."],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-sante"],"involved":["eu-tr-852523338633-03","eu-tr-371567915480-41","ec-person-f442ca8cd331fc51ad479fe0db982bb9fdb00647"]}} -{"id":"ec-meeting-2021-11-10-6133799d65e701b9cd3cfdfda4c97ed262a32bcf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-10 - Cabinet of Commissioner Mairead Mcguinness x Viel & Cie Association Française des Marchés Financiers BNP PARIBAS"],"date":["2021-11-10"],"summary":["CMU, MiFIR review, clearing"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["eu-tr-1992865484-43","ec-person-0ba9b89127b39af6a66f2fc3ed727332f1b19a34","eu-tr-178031434813-93","eu-tr-78787381113-69"]}} -{"id":"ec-meeting-2021-11-10-69704cd8b072908f0a8999387fcd383054e79c11","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-10 - Cabinet of Executive Vice-President Valdis Dombrovskis x European Fund and Asset Management Association"],"date":["2021-11-10"],"summary":["Review of the Markets in Financial Instruments Regulation"],"notes":["Portfolio: An Economy that Works for People"],"location":["video confrerence"],"address":["video confrerence"],"addressEntity":["addr-fcb4f4de76b63a4182da29c91410b46fb141aee9"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-235870cd7eb41f2494f695fce18b5b5b88647113","eu-tr-3373670692-24"]}} -{"id":"ec-meeting-2021-11-10-6aca4d78cb7f12fb0e59f39249efe0e8f0af71b2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-10 - Trade x Institut für Weltwirtschaft"],"date":["2021-11-10"],"summary":["Ifw study and open strategic autonomy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-trade"],"involved":["ec-person-2045c2589da3988908fcfe731e8224e7e06a7c63","eu-tr-071476117686-50"]}} -{"id":"ec-meeting-2021-11-10-74b7593615eda6521a224b0961ab7b235ef90c57","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-10 - Cabinet of Commissioner Helena Dalli x All Ladies G100"],"date":["2021-11-10"],"summary":["Ms Helena Dalli holds a meeting with Ms Harbeen Arora, Ms Bodil Valero, and Ms Madi Sharma from the G100 organisation"],"notes":["Portfolio: Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-dalli-helena-of"],"involved":["eu-tr-845814244300-25","ec-person-d0b568d53468fcd3dfeeaddbd07343b5b065914d"]}} -{"id":"ec-meeting-2021-11-10-7d10275156fb985e9dab59f1b82d9b684d029a4b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-10 - Cabinet of Vice-President Věra Jourová x SMEunited aisbl"],"date":["2021-11-10"],"summary":["Data flow"],"notes":["Portfolio: Values and Transparency"],"location":["VC"],"address":["VC"],"addressEntity":["addr-d6788b0715b89d9781e90f4df364ac624d78e439"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["eu-tr-55820581197-35","ec-person-221276f2dfa4b8fe628f08e982d967b6aeb61c57"]}} -{"id":"ec-meeting-2021-11-10-7d1598f324057a04f2d7ceebc77117b82a454bfc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-10 - Cabinet of Commissioner Thierry Breton x Coalition for Epidemic Preparedness Innovations"],"date":["2021-11-10"],"summary":["Pandemic preparedness and the industrial dimension of HERA"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-852523338633-03","ec-person-d6689ffc6695e7e65bdd0e0c0da1721d3031ea1b"]}} -{"id":"ec-meeting-2021-11-10-8441e9cec02d01f66165f4c4a54faac4e01fcd73","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-10 - Informatics x Ernst & Young Core Business Services BV"],"date":["2021-11-10"],"summary":["Discussion converged on two points that would deserve specific follow-up from EY and DIGIT:\r\n- EY Neurodiversity Centre of Excellence (focus on inclusivity and equality)\r\n- EY Data Fabric project (in the context of the DIGIT's Data Platform)"],"location":["Brussels (L107)"],"address":["Brussels (L107)"],"addressEntity":["addr-c90b1a3436d451c32140d624a6c8658610aa22c8"],"organizer":["ec-dg-digit"],"involved":["ec-person-604d9fe28b16401771b67c820e6ce912f4d4a6b7","eu-tr-04458109373-91"]}} -{"id":"ec-meeting-2021-11-10-915c418479ef6eb6c1a0bcebc9b39bde89af6ff4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-10 - Cabinet of Executive Vice-President Frans Timmermans x European Recycling Industries' Confederation"],"date":["2021-11-10"],"summary":["Waste shipment legislation"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-764633015511-42","ec-person-8af3c81534786a740718d21dc58240738a53ed7b"]}} -{"id":"ec-meeting-2021-11-10-a67084ee9ce0fedf60da90d457d1fe3723cc39af","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-10 - Cabinet of Vice-President Margaritis Schinas x Arab Air Carriers' Organization"],"date":["2021-11-10"],"summary":["VTC with the SG of the Arab Air Carriers Organisation, Mr Abdul Wahhab Teffaha"],"notes":["Portfolio: Promoting the European Way of Life"],"location":["VTC"],"address":["VTC"],"addressEntity":["addr-9d1acaa772820b8ade84113d2da24716fe455be2"],"organizer":["ec-cabinet-margaritis-of-president-schinas-vice"],"involved":["ec-person-d5cada2a1a17537a675985af31e5ce07ae3bfd42","ec-person-c8d1d7f3012c344bc60630eb456865390bddc7c5","eu-tr-747450344679-16","ec-person-05650a4a170c56b9866c57f4610fcd005d5ccc24","ec-person-2e04e278a7f128b3ac72d2af3db94d4ebed934da"]}} -{"id":"ec-meeting-2021-11-10-d02321a596e12eebbd743174ff43d4f3d62cae8a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-10 - Cabinet of Executive Vice-President Valdis Dombrovskis x TUSIAD-Turkish Industry&Business Association"],"date":["2021-11-10"],"summary":["Trade relations EU-Turkey"],"notes":["Portfolio: An Economy that Works for People"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-4afd4ae4e50604ac3c0c9ae597bcb74eb1dd31b6","eu-tr-38870176589-43","ec-person-f011ed0f7c78d833a79f1206f788e0cbd9cb8864"]}} -{"id":"ec-meeting-2021-11-10-d8d377bd5533790d5c489a250271ad2eaf91ab61","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-10 - Cabinet of Commissioner Thierry Breton x ASD-Eurospace"],"date":["2021-11-10"],"summary":["Industrial Strategy and Industrial alliances"],"notes":["Portfolio: Internal Market"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","eu-tr-873508417106-05"]}} -{"id":"ec-meeting-2021-11-10-dd217ac0a906c678fadee86ff6500614e33bf45e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-10 - Cabinet of Commissioner Olivér Várhelyi x TUSIAD-Turkish Industry&Business Association"],"date":["2021-11-10"],"summary":["EU - Turkey Economic and Trade Relations"],"notes":["Portfolio: Neighbourhood and Enlargement"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-of-oliver-varhelyi"],"involved":["eu-tr-38870176589-43","ec-person-daf8ff1073a04b30d2f54219ecc93002ef3a684d"]}} -{"id":"ec-meeting-2021-11-10-de15441ed318cdffda4b706a49cb46a938db1b4a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-10 - Cabinet of Vice-President Dubravka Šuica x Union of European Football Associations"],"date":["2021-11-10"],"summary":["Conference on the Future of Europe"],"notes":["Portfolio: Democracy and Demography"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dubravka-of-president-suica-vice"],"involved":["eu-tr-39217046408-27","ec-person-83dd3363da89c86d99ea50c3ff2d15a746405110"]}} -{"id":"ec-meeting-2021-11-10-e068c62838cf7c65fa8ab01129e5451bdd0cda7c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-10 - Cabinet of Executive Vice-President Valdis Dombrovskis x Confederazione Generale dell'Industria Italiana"],"date":["2021-11-10"],"summary":["bilateral trade negotiations, anti-coercion, trade and sustainable development, trade for small and medium-sized enterprises"],"notes":["Portfolio: An Economy that Works for People"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-235870cd7eb41f2494f695fce18b5b5b88647113","eu-tr-27762251795-15"]}} -{"id":"ec-meeting-2021-11-10-efb324838091f99d153b02df7fbb279b7d7a05d4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-10 - Cabinet of Commissioner Mairead Mcguinness x Confederation of Finnish Industries EK"],"date":["2021-11-10"],"summary":["EU Taxonomy for sustainable finance"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Finland"],"address":["Finland"],"addressEntity":["addr-c909b138eba89ecfbd86df4c9d170ac78d4a3820"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-2b9c589fb2354bd93067644d2c3d2c058d4c4cc9","ec-person-a5441c6a69a8a94fd64e02def60fcc6567f2c1d8","eu-tr-1274604847-34"]}} -{"id":"ec-meeting-2021-11-11-005548736f0bf54bd2a068b8565866be758ca386","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-11 - Cabinet of Commissioner Kadri Simson x European Association for Coal and Lignite"],"date":["2021-11-11"],"summary":["Legislative proposal on methane emissions."],"notes":["Portfolio: Energy"],"location":["Brussels, BERL"],"address":["Brussels, BERL"],"addressEntity":["addr-3c3fa5f92474ebac668808553fbab6d1c14aa243"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["ec-person-f47a082bc2455a660c3b2ae348f0024736672752","eu-tr-19853116579-64","ec-person-1995c65b8dc7f3702a8c30ed96a0144075848837"]}} -{"id":"ec-meeting-2021-11-11-4e8908d39caecdf4364500a5ebcb9dd6469e6356","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-11 - Cabinet of Executive Vice-President Valdis Dombrovskis x NASDAQ"],"date":["2021-11-11"],"summary":["Review of the Markets in Financial Instruments Regulation"],"notes":["Portfolio: An Economy that Works for People"],"location":["video-conference"],"address":["video-conference"],"addressEntity":["addr-8736c288a4bc51ee27ef4ed41e652409a37e60d1"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-235870cd7eb41f2494f695fce18b5b5b88647113","eu-tr-76648765687-29"]}} -{"id":"ec-meeting-2021-11-11-5b8c07b0cdfb5ad306b1e10c6bb28db1faff4fda","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-11 - Cabinet of Executive Vice-President Frans Timmermans x Greenpeace European Unit"],"date":["2021-11-11"],"summary":["debrief from the Executive Vice-President’s role at the COP, discussion on ambition, climate finance, carbon markets and the cover decision"],"notes":["Portfolio: European Green Deal"],"location":["Glasgow"],"address":["Glasgow"],"addressEntity":["addr-c097936e0811f9279bd0a687bbc07de169e48f12"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-7c876f4825f213b8adbedf089ccedfbc3b36d65b","eu-tr-9832909575-41"]}} -{"id":"ec-meeting-2021-11-11-6af2846bfb7cb55d5dc968bd8ad2ff5874747f64","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-11 - Cabinet of Commissioner Olivér Várhelyi x Jesuit European Social Centre"],"date":["2021-11-11"],"summary":["Exchange of views between the generations on EU policies"],"notes":["Portfolio: Neighbourhood and Enlargement"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-of-oliver-varhelyi"],"involved":["ec-person-daf8ff1073a04b30d2f54219ecc93002ef3a684d","eu-tr-73391376305-20"]}} -{"id":"ec-meeting-2021-11-11-74aa0aae3c519fa394d45e7ec19b5adc22b53181","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-11 - Cabinet of Executive Vice-President Frans Timmermans x European Youth Forum"],"date":["2021-11-11"],"summary":["debrief from the Executive Vice-President’s day at the COP, presentation of the young delegates’ positions"],"notes":["Portfolio: European Green Deal"],"location":["Glasgow"],"address":["Glasgow"],"addressEntity":["addr-c097936e0811f9279bd0a687bbc07de169e48f12"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-7c876f4825f213b8adbedf089ccedfbc3b36d65b","eu-tr-43251547769-22"]}} -{"id":"ec-meeting-2021-11-11-8e3ab8536ca3a50d9d04407cb4dae5ec795db24b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-11 - Financial Stability, Financial Services and Capital Markets Union x Ernst & Young Core Business Services BV"],"date":["2021-11-11"],"summary":["Setting up a roundtable meeting with EY CBS representatives"],"location":["Virtual meeting"],"address":["Virtual meeting"],"addressEntity":["addr-1f1f3f51a4da31a1ea5c1b4b21cbf52ad983224f"],"organizer":["ec-dg-fisma"],"involved":["ec-person-1fce211249673c35ee07a801ddee77ab24af8d54","eu-tr-04458109373-91"]}} -{"id":"ec-meeting-2021-11-11-9d68e4fdc0b7f742220b95dc456ec7c7b5cbe903","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-11 - Cabinet of Executive Vice-President Valdis Dombrovskis x None"],"date":["2021-11-11"],"summary":["Investment Firms Directive and Regulation"],"notes":["Portfolio: An Economy that Works for People"],"location":["video conference"],"address":["video conference"],"addressEntity":["addr-6dc12e3c97077db82f32184f24341ce370a445fd"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-235870cd7eb41f2494f695fce18b5b5b88647113","eu-tr-29896393398-67","eu-tr-629345120630-12"]}} -{"id":"ec-meeting-2021-11-11-d6d586a3f2e157ed65109ad38f7f40d15db353c0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-11 - Cabinet of Commissioner Kadri Simson x Agora Energiewende European University Institute Climate Action Network Europe Thüga Aktiengesellschaft KIC InnoEnergy SE Snam S.p.A. N.V. Nederlandse Gasunie Shell Companies IBERDROLA"],"date":["2021-11-11"],"summary":["Round-table discussion on the regulation for the hydrogen market."],"notes":["Portfolio: Energy"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["eu-tr-321342621105-20","eu-tr-55888811123-49","eu-tr-05032108616-26","eu-tr-41816938101-07","ec-person-ba3b83676ad38094e71b64b644f3e3d2c61b8182","eu-tr-742228039171-04","eu-tr-702152628415-31","ec-person-2fb98fc84d2cf8d481688eff3d47f7745ead3592","eu-tr-29967294656-11","eu-tr-462849021886-85","eu-tr-284336314886-25","ec-person-1995c65b8dc7f3702a8c30ed96a0144075848837"]}} -{"id":"ec-meeting-2021-11-11-d8bbc6fb2031dd2b3e2fc75bf37b05afc5732e71","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-11 - Cabinet of Commissioner Janusz Wojciechowski x Huawei Technologies"],"date":["2021-11-11"],"summary":["Meeting with the new CEO"],"notes":["Portfolio: Agriculture"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["ec-person-625f8b4379f79adee4f15c6a0417a96bb5a5a403","eu-tr-114467111412-38"]}} -{"id":"ec-meeting-2021-11-11-db0243343b796c2c273da6ed8fbfb2ca568d55a2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-11 - Cabinet of Commissioner Janusz Wojciechowski x Union of European Veterinary Practitioners"],"date":["2021-11-11"],"summary":["Meeting with Memebers of UEVP"],"notes":["Portfolio: Agriculture"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["eu-tr-37687314978-15","ec-person-625f8b4379f79adee4f15c6a0417a96bb5a5a403"]}} -{"id":"ec-meeting-2021-11-12-4cbdf5e3f0414bc66881a35b9effd7ba6c83bfce","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2021-11-12 - Cabinet of Executive Vice-President Margrethe Vestager x Interuniversitair Micro-Electronica Centrum vzw"],"date":["2021-11-12"],"summary":["Digital decade"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-97921387213-35","ec-person-7f4ed7789b52b8daf8b637232a16c6d3120c5e37"]}} -{"id":"ec-meeting-2021-11-12-4fbdea92f54af76290c7b71267713144430a19a8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-12 - Cabinet of Commissioner Mairead Mcguinness x Finanssiala ry - Finance Finland"],"date":["2021-11-12"],"summary":["Introduction of the Finnish financial Industry and Finance Finland."],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Finland"],"address":["Finland"],"addressEntity":["addr-c909b138eba89ecfbd86df4c9d170ac78d4a3820"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-2b9c589fb2354bd93067644d2c3d2c058d4c4cc9","ec-person-a5441c6a69a8a94fd64e02def60fcc6567f2c1d8","eu-tr-7328496842-09"]}} -{"id":"ec-meeting-2021-11-12-5b45171b41c9d615aabb9781716fa4aa71694830","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2021-11-12 - Cabinet of Executive Vice-President Margrethe Vestager x Chatterbox Labs Limited"],"date":["2021-11-12"],"summary":["Trustworthy AI in practice"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-642697244781-06","ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0"]}} -{"id":"ec-meeting-2021-11-12-5ced310a870265d638a5f62167e6bc3e0221de43","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-12 - Cabinet of Executive Vice-President Valdis Dombrovskis x The Alternative Investment Management Association Limited"],"date":["2021-11-12"],"summary":["Capital Markets Union"],"notes":["Portfolio: An Economy that Works for People"],"location":["video conference"],"address":["video conference"],"addressEntity":["addr-6dc12e3c97077db82f32184f24341ce370a445fd"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-235870cd7eb41f2494f695fce18b5b5b88647113","eu-tr-232566516087-90"]}} -{"id":"ec-meeting-2021-11-12-628a4000597fbaee0146e89b459e08063c4af1d3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-12 - Cabinet of President Ursula von der Leyen x Institute for European Environmental Policy"],"date":["2021-11-12"],"summary":["Social and distributional implications of the Fit for 55 package - ThinkSustainableEurope network"],"notes":["Portfolio: President"],"location":["Brussels (Teams)"],"address":["Brussels (Teams)"],"addressEntity":["addr-9950cce930e253f44f556bb339d2a1106073cd7b"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-f2b941852d3b961d69ed695c2d243a1a2b4a1904","ec-person-66d141295841bdd2d0679d93aae62e07580fcee5","eu-tr-934329423960-72"]}} -{"id":"ec-meeting-2021-11-12-6b45bd6ff4154f077c31aa94676de20968787d08","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-12 - Cabinet of Commissioner Nicolas Schmit x CEC European Managers - Confédération Européenne des Cadres"],"date":["2021-11-12"],"summary":["Skills, promotion of work-life balance, occupational health and safety and the green transition, digitalisation and the future of work."],"notes":["Portfolio: Jobs and Social Rights"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["eu-tr-10426402966-04","ec-person-8eb18b6102d444937bc6af5822a6742812165b48","ec-person-4cf4655ab41922e92160325d987a3c4615c72d30","ec-person-c03b949331dbbe5fa3d5423758e371ec1b9b832f"]}} -{"id":"ec-meeting-2021-11-12-772e84618ef8d178c586599eaa912775af7f3e5a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-12 - Cabinet of President Ursula von der Leyen x Cercle des Réseaux européens"],"date":["2021-11-12"],"summary":["-\tPresentation on the Commission’s priorities\r\n-\tExchange of views on: the RRF, connectivity, open strategic autonomy, the Green Deal"],"notes":["Portfolio: President"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-781d246729522a816df2b77a616f5ae127bc104e","eu-tr-212885415901-57"]}} -{"id":"ec-meeting-2021-11-12-81b15bd0cdd49c179107e9245c843d392ff1ea57","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-12 - Communications Networks, Content and Technology x Istituto Nazionale di Fisica Nucleare"],"date":["2021-11-12"],"summary":["Innovation and digital technologies"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-dg-connect"],"involved":["eu-tr-281756113325-24","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2021-11-12-857045c10c3c0e296d4d8a4b8ef48deb415ccce7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-12 - Cabinet of Executive Vice-President Valdis Dombrovskis x ASML Netherlands B.V."],"date":["2021-11-12"],"summary":["-\tSemiconductor shortages; increasing the production capacity and resilience of supply chains\r\n-\tEuropean semiconductor ecosystem\r\n-\tThe TTC: EU – US cooperation on export controls"],"notes":["Portfolio: An Economy that Works for People"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["eu-tr-070028236358-54","ec-person-9e7bd1005456277f156b671d1555c6a460fb2f58"]}} -{"id":"ec-meeting-2021-11-12-8d9c265d4daa159d6f126c3ec186981bacbca16a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-12 - Cabinet of Commissioner Thierry Breton x Illumina, Inc."],"date":["2021-11-12"],"summary":["Challenges of the health industrial ecosystem"],"notes":["Portfolio: Internal Market"],"location":["Videconference"],"address":["Videconference"],"addressEntity":["addr-e611dc74f08dc0cb4369d9147ee1bc357f769320"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-547949121038-83","ec-person-d6689ffc6695e7e65bdd0e0c0da1721d3031ea1b"]}} -{"id":"ec-meeting-2021-11-12-bf5185674eacc62bb1fa6be4c113ca4e16cc5f55","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-12 - Cabinet of Vice-President Věra Jourová x European observatory for democracy and peace"],"date":["2021-11-12"],"summary":["EDAP, Disinformation, Journalism Trust Initiative"],"notes":["Portfolio: Values and Transparency"],"location":["VC"],"address":["VC"],"addressEntity":["addr-d6788b0715b89d9781e90f4df364ac624d78e439"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["ec-person-bf54da17217bbddfd9c68fe24d88005ac17e2c4b","eu-tr-193525627765-71"]}} -{"id":"ec-meeting-2021-11-12-cd20d599c2ccc93984a8592883728c4d2e7f7bda","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-12 - Cabinet of Commissioner Thierry Breton x Spotify"],"date":["2021-11-12"],"summary":["DSA/DMA"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-365747616583-15","ec-person-4d83416435f81b1f1e8f5c86aeebb1478577f1d2"]}} -{"id":"ec-meeting-2021-11-12-d0325dfc3c8255a00807d60be82d593c5bb78214","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-12 - Cabinet of Executive Vice-President Margrethe Vestager x ASML Netherlands B.V."],"date":["2021-11-12"],"summary":["Semiconductor production capacity and resilience of supply chains\r\nTTC: EU – US cooperation"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Netherlands"],"address":["Netherlands"],"addressEntity":["addr-fb61c8a8eba24117016597fc7618f38821b16e8f"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-11d97788772862bb34f51dd26d7f92603eac1bf8","eu-tr-070028236358-54"]}} -{"id":"ec-meeting-2021-11-12-d66956fcbf5b4f199a4ac196309bf698ecdeedd0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-12 - Trade x Royal Institute of International Affairs"],"date":["2021-11-12"],"summary":["Does the future of trade belong to regional and plurilateral agreement?"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-trade"],"involved":["ec-person-2045c2589da3988908fcfe731e8224e7e06a7c63","eu-tr-936796623531-41"]}} -{"id":"ec-meeting-2021-11-12-e2448505b74ca0006671bd4909130920598617a8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-12 - Cabinet of Commissioner Mairead Mcguinness x None"],"date":["2021-11-12"],"summary":["Forestry"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Finland"],"address":["Finland"],"addressEntity":["addr-c909b138eba89ecfbd86df4c9d170ac78d4a3820"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["eu-tr-453296444728-97","ec-person-a5441c6a69a8a94fd64e02def60fcc6567f2c1d8","eu-tr-672886338215-53","eu-tr-824899724684-65","ec-person-2b9c589fb2354bd93067644d2c3d2c058d4c4cc9","eu-tr-602839415178-51"]}} -{"id":"ec-meeting-2021-11-12-e55f306b784c7c2ae681f60106aae8cea9684aad","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-12 - Cabinet of Vice-President Věra Jourová x European Federation of Journalists"],"date":["2021-11-12"],"summary":["SLAPP"],"notes":["Portfolio: Values and Transparency"],"location":["VC"],"address":["VC"],"addressEntity":["addr-d6788b0715b89d9781e90f4df364ac624d78e439"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["ec-person-aa83f35da599b82e4f15da018f4b3447eb648f7c","ec-person-76793b3bad1c7471121c510a962aae356d19c30b","eu-tr-27471236588-39"]}} -{"id":"ec-meeting-2021-11-12-f24021d3a22d4eee00c3f5450745ad3cd5d2834e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-12 - Cabinet of Commissioner Thierry Breton x Fraunhofer Austria Reserach GmbH NXP Semiconductors Netherlands B.V. GLOBALFOUNDRIES Management Services Limited Liability Company & Co. KG Infineon Technologies AG Robert Bosch GmbH"],"date":["2021-11-12"],"summary":["Visit of major semiconductor research and production sites in preparation of EU Chips Act"],"notes":["Portfolio: Internal Market"],"location":["Dresden"],"address":["Dresden"],"addressEntity":["addr-566c9a609741006f693c3f8df50a206c217bf598"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-10751968675-85","ec-person-9cf97e549f67c3228d1478a3a67d652eb28c5b46","ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","eu-tr-865956522785-09","eu-tr-721066539792-75","eu-tr-898711618618-45","eu-tr-8999533555-91","ec-person-b077a2e9f0fdb3b8f6e91d0bd0b256db9e40ce46"]}} -{"id":"ec-meeting-2021-11-12-f5012808ddcfc402ab6be8541ef41f1d5b258182","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2021-11-12 - Cabinet of Executive Vice-President Margrethe Vestager x Global Witness Business & Human Rights Resource Centre"],"date":["2021-11-12"],"summary":["EU Sustainable Corporate Governance"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-139172541931-81","ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0","eu-tr-10439809375-73"]}} -{"id":"ec-meeting-2021-11-12-f526ccb43c8067e82826e9c9df76ba584a26143c","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2021-11-12 - Cabinet of Executive Vice-President Margrethe Vestager x Stellantis"],"date":["2021-11-12"],"summary":["Digital decade"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-986044541551-20","ec-person-7f4ed7789b52b8daf8b637232a16c6d3120c5e37"]}} -{"id":"ec-meeting-2021-11-15-01e640ab9250e3d9fa51453a00758a470080c3bf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-15 - Cabinet of Executive Vice-President Margrethe Vestager x Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V."],"date":["2021-11-15"],"summary":["EU Chips Act"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-35124436517-75","ec-person-3da433aae105b13fe027e9c9b3dcac2c97029370"]}} -{"id":"ec-meeting-2021-11-15-02a030d7f3eae094ad94b4a1954cdb9f51454e4e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-15 - Cabinet of Commissioner Johannes Hahn x Wirtschaftskammer Österreich"],"date":["2021-11-15"],"summary":["European recovery. Current economic developments. Epidemiological situation in Europe."],"notes":["Portfolio: Budget and Administration"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hahn-johannes-of"],"involved":["ec-person-6dd3472dac004e43ec1fa4f5b4106e3b476c9ce7","ec-person-0a9c49ba84ea78ae0ec9c6fadde7b6d66e7a1054","eu-tr-10405322962-08"]}} -{"id":"ec-meeting-2021-11-15-1ca1128dff5180d97c3a3394ae0bc515c959a98b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-15 - Cabinet of Executive Vice-President Frans Timmermans x European agri-cooperatives European farmers"],"date":["2021-11-15"],"summary":["Sustainable food systems"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-09586631237-74","eu-tr-44856881231-49","ec-person-33624431cbec1074e151c1707715ef46d2ba9565"]}} -{"id":"ec-meeting-2021-11-15-38ef6903cb1285042a463f7ad48ff13e476a100f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-15 - Cabinet of Executive Vice-President Valdis Dombrovskis x Leonardo S.p.A."],"date":["2021-11-15"],"summary":["Sustainable finance and taxonomy"],"notes":["Portfolio: An Economy that Works for People"],"location":["video-conference"],"address":["video-conference"],"addressEntity":["addr-8736c288a4bc51ee27ef4ed41e652409a37e60d1"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-235870cd7eb41f2494f695fce18b5b5b88647113","eu-tr-02550382403-01"]}} -{"id":"ec-meeting-2021-11-15-4f54e7fa31e9c42e56f20e83ede4d8e107acc46e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-15 - Secretariat-General x The Ad Hoc Partnership Limited"],"date":["2021-11-15"],"summary":["Delivering on a transformative agenda to rebuild a post COVID-19 Europe"],"location":["on-line"],"address":["on-line"],"addressEntity":["addr-3a01db47afc4f9fe8d79cb0191b8b1a5bdd12c61"],"organizer":["ec-dg-sg"],"involved":["ec-person-6fde96d3b1e5bfc1dff081b7362d5ae9bd8291ac","eu-tr-287174143153-09"]}} -{"id":"ec-meeting-2021-11-15-6504414c04e05da8af1e86f4ca8f8fd02e103961","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-15 - Cabinet of Executive Vice-President Valdis Dombrovskis x Move EU - The European Association of On-Demand Mobility"],"date":["2021-11-15"],"summary":["Exchange of views on improving the conditions of platform workers. The associations presented their perspectives based on the second-stage consultation to social partners. The EC explained the objectives of the forthcoming legislative initiative."],"notes":["Portfolio: An Economy that Works for People"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["eu-tr-315076940253-42","ec-person-95d6ecce9b8f3a7b167d0eac8e270fdce0665ccb"]}} -{"id":"ec-meeting-2021-11-15-81b15bd0cdd49c179107e9245c843d392ff1ea57","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-15 - Communications Networks, Content and Technology x Istituto Nazionale di Fisica Nucleare"],"date":["2021-11-15"],"summary":["RRF"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-dg-connect"],"involved":["eu-tr-281756113325-24","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2021-11-15-82b033df0ce1aa22be77c4e9897f36d61bf3d4a8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-15 - Cabinet of Vice-President Věra Jourová x Deutsche Welle"],"date":["2021-11-15"],"summary":["Media Law"],"notes":["Portfolio: Values and Transparency"],"location":["VC"],"address":["VC"],"addressEntity":["addr-d6788b0715b89d9781e90f4df364ac624d78e439"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["ec-person-aa83f35da599b82e4f15da018f4b3447eb648f7c","eu-tr-421591329311-65"]}} -{"id":"ec-meeting-2021-11-15-83bbb6afc7938f657bed52b2c2a8d76fa495dda6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-15 - Cabinet of Executive Vice-President Margrethe Vestager x Deliveroo"],"date":["2021-11-15"],"summary":["Platform workers"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-11d97788772862bb34f51dd26d7f92603eac1bf8","eu-tr-747495331229-90","ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0","ec-person-7167587814c61122201e2afb04bfb47539db4823"]}} -{"id":"ec-meeting-2021-11-15-88b517fbb90ad7340b63c6e116d883523dfae6f7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-15 - Cabinet of Commissioner Thierry Breton x ASML Netherlands B.V."],"date":["2021-11-15"],"summary":["Semiconductors"],"notes":["Portfolio: Internal Market"],"location":["Veldhoven"],"address":["Veldhoven"],"addressEntity":["addr-bd7bf575f45df130ec79281d68e544853e127647"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","ec-person-b077a2e9f0fdb3b8f6e91d0bd0b256db9e40ce46","eu-tr-070028236358-54"]}} -{"id":"ec-meeting-2021-11-15-98d84d0549a3003ed0dcbb5866cc79af56cfc5ef","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-15 - Cabinet of Commissioner Nicolas Schmit x Fagligt Fælles Forbund"],"date":["2021-11-15"],"summary":["Minimum Wage"],"notes":["Portfolio: Jobs and Social Rights"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-8eb18b6102d444937bc6af5822a6742812165b48","ec-person-4cf4655ab41922e92160325d987a3c4615c72d30","ec-person-c03b949331dbbe5fa3d5423758e371ec1b9b832f","eu-tr-790395022789-84"]}} -{"id":"ec-meeting-2021-11-15-9a94aa0fdaf2962cb0bda3cb9af603e91c8685c7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-15 - Cabinet of Commissioner Mairead Mcguinness x European Sustainable Investment Forum"],"date":["2021-11-15"],"summary":["Sustainable finance"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-a5441c6a69a8a94fd64e02def60fcc6567f2c1d8","eu-tr-480715239269-75"]}} -{"id":"ec-meeting-2021-11-15-a0ed80af54306d1dd2fc811a24ad59f2509a68bd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-15 - Cabinet of Commissioner Janusz Wojciechowski x Confederation of European Paper Industries"],"date":["2021-11-15"],"summary":["forestry"],"notes":["Portfolio: Agriculture"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["eu-tr-72279144480-58","ec-person-cafe030b6dad78a75143f7552c420481b30ebceb"]}} -{"id":"ec-meeting-2021-11-15-a60c20e0cff95b221266126c3e8b3fc2c8cc010a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-15 - Cabinet of Commissioner Johannes Hahn x Climate Bonds Initiative Europe"],"date":["2021-11-15"],"summary":["Green bonds"],"notes":["Portfolio: Budget and Administration"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hahn-johannes-of"],"involved":["ec-person-26e87e8dbc382b84ce1f54266bee0b7eab520454","eu-tr-124307537876-65"]}} -{"id":"ec-meeting-2021-11-15-a70ceb0200ca4e13a6150db2b0b5f4b92065231e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-15 - Cabinet of Vice-President Dubravka Šuica x Move EU - The European Association of On-Demand Mobility"],"date":["2021-11-15"],"summary":["“Exchange of views on improving the conditions of platform workers. The associations presented their perspectives based on the second-stage consultation to social partners. The EC explained the objectives of the forthcoming legislative initiative\""],"notes":["Portfolio: Democracy and Demography"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-dubravka-of-president-suica-vice"],"involved":["eu-tr-315076940253-42","ec-person-bae2f44eb21285b37ecc9c7f2f42b4acb1f53264"]}} -{"id":"ec-meeting-2021-11-15-c3fd239259f35db69fbcee9ce88503b7e472e531","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-15 - Cabinet of Executive Vice-President Valdis Dombrovskis x FoodDrinkEurope spiritsEUROPE Comité Européen des Entreprises Vins European Liaison Committee for Agriculture and agri-food trade"],"date":["2021-11-15"],"summary":["Implementation of Decree 248 by the Chinese Customs Administration"],"notes":["Portfolio: An Economy that Works for People"],"location":["video - conference"],"address":["video - conference"],"addressEntity":["addr-2eb5d3b5d5bafbd0329beffa547939a5fa3646a2"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["eu-tr-64926487056-58","ec-person-3520008ac93a203db50d106deafde939bc2729f1","eu-tr-2663914841-28","eu-tr-75818824519-45","eu-tr-546282614966-51"]}} -{"id":"ec-meeting-2021-11-15-c9d2b5324cc725aab5532e8ec15d510acde655ee","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-15 - Cabinet of Commissioner Janusz Wojciechowski x Farm Europe"],"date":["2021-11-15"],"summary":["Farm Europe Agri Forum"],"notes":["Portfolio: Agriculture"],"location":["Jodoigne (Belgium)"],"address":["Jodoigne (Belgium)"],"addressEntity":["addr-d56b40782dae8bfad8229045e470913126ce4fd5"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["eu-tr-961826727268-04","ec-person-625f8b4379f79adee4f15c6a0417a96bb5a5a403"]}} -{"id":"ec-meeting-2021-11-15-ca09f06eefa5ca529a939a86a4b83c1d19c4339c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-15 - Competition x Union of European Football Associations"],"date":["2021-11-15"],"summary":["Competition Policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-comp"],"involved":["ec-person-f257bc19c568ad25083c1c1e1651426245cefedf","eu-tr-39217046408-27"]}} -{"id":"ec-meeting-2021-11-15-d778cf309283967b8f9ed7cd38336ba87c246243","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-15 - Cabinet of Executive Vice-President Frans Timmermans x Dow Europe GmbH"],"date":["2021-11-15"],"summary":["Fit for 55 Package"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce","ec-person-d56ecbfde17436a136fc89c9a978b266e8285c84","eu-tr-38235121060-73"]}} -{"id":"ec-meeting-2021-11-15-e0ad1f544aff7608fd2c44496ac2a7cd359427b0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-15 - Cabinet of Commissioner Mariya Gabriel x Union of European Football Associations"],"date":["2021-11-15"],"summary":["Introductory meeting"],"notes":["Portfolio: Innovation and Youth"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["ec-person-fa64a5880d41ebf63dcede9b77929dd30fbf312f","eu-tr-39217046408-27"]}} -{"id":"ec-meeting-2021-11-15-e3747883aac26d8890718449325cba5520767961","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-15 - Financial Stability, Financial Services and Capital Markets Union x Swedbank AB (publ)"],"date":["2021-11-15"],"summary":["Basel III and AML"],"location":["Virtual meeting"],"address":["Virtual meeting"],"addressEntity":["addr-1f1f3f51a4da31a1ea5c1b4b21cbf52ad983224f"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-960532323803-62","ec-person-1fce211249673c35ee07a801ddee77ab24af8d54"]}} -{"id":"ec-meeting-2021-11-15-e744719f600d7e8c67126472bf89ed4590df955c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-15 - Cabinet of Commissioner Janez Lenarčič x Médecins Sans Frontières International"],"date":["2021-11-15"],"summary":["Current humanitarian crises"],"notes":["Portfolio: Crisis Management"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-janez-lenarcic-of"],"involved":["eu-tr-928308827208-10","ec-person-a6cd325c80698b2331699224c780ebfb10573602"]}} -{"id":"ec-meeting-2021-11-15-eb0f94cfdb3f512d024800f02ee7bb4d2716b0b2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-15 - Cabinet of Commissioner Thierry Breton x NEWSGUARD TECHNOLOGIES EUROPE LIMITED"],"date":["2021-11-15"],"summary":["Fight against disinformation"],"notes":["Portfolio: Internal Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-101670944648-92","ec-person-4d83416435f81b1f1e8f5c86aeebb1478577f1d2","ec-person-7217954e3bc1aad2a1474fb760ea512a069f8fe3"]}} -{"id":"ec-meeting-2021-11-15-ee3c3612b12572226e39f0f008d8e96578cb1967","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-15 - Cabinet of Executive Vice-President Margrethe Vestager x Verein zur Förderung des Bergmannstages, der Rohstoffinitiative sowie der Aus- und Weiterbildung auf dem Gebiet der Rohstoffe"],"date":["2021-11-15"],"summary":["Digital and green technologies, raw materials"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-596549722744-29","ec-person-71043372bdf7ac2868e93db35f9e2f420db778e3","ec-person-0e93ebac9bad76e1351e0981f04e7ef88848f943"]}} -{"id":"ec-meeting-2021-11-16-04139fceeccf6962d193765246747b97d5f1f698","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-16 - Cabinet of Commissioner Ylva Johansson x Teknikföretagen"],"date":["2021-11-16"],"summary":["social taxonomy, due diligence in value chains, state aid rules and Echo Design Directive"],"notes":["Portfolio: Home Affairs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-johansson-of-ylva"],"involved":["eu-tr-257226411720-38","ec-person-e80f1d4512f8632e5baa488ed887e131294d744e"]}} -{"id":"ec-meeting-2021-11-16-2b07f24c571b6f2b370b83f92b8fd04bd4abc3d0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-16 - Cabinet of Executive Vice-President Frans Timmermans x UITP - International Association of Public Transport"],"date":["2021-11-16"],"summary":["Public transport in Green and Efficient Mobility Package"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-d56ecbfde17436a136fc89c9a978b266e8285c84","eu-tr-06869148182-50"]}} -{"id":"ec-meeting-2021-11-16-2df24f9c4b8f3a0ad85937c36ac52c177b22998f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-16 - Cabinet of Executive Vice-President Valdis Dombrovskis x Federation of European Securities Exchanges"],"date":["2021-11-16"],"summary":["Capital Markets Union; review of the Markets in Financial Instruments Regulation and Directive"],"notes":["Portfolio: An Economy that Works for People"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-235870cd7eb41f2494f695fce18b5b5b88647113","eu-tr-71488206456-23"]}} -{"id":"ec-meeting-2021-11-16-3092ba86b6ccb90487ab5a82907679eec99de7fd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-16 - Cabinet of Vice-President Maroš Šefčovič x Northvolt"],"date":["2021-11-16"],"summary":["Online meeting with the Nothvolt on re-skilling/up-skilling"],"notes":["Portfolio: Interinstitutional Relations and Foresight"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-278373226442-94","ec-person-1f95be23689cd4ed0a26fe2980f760ccf2d55c1e"]}} -{"id":"ec-meeting-2021-11-16-3660d37d651d2f2ecadbdeceb09e5f69467c6067","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-16 - Cabinet of Commissioner Mairead Mcguinness x abrdn plc"],"date":["2021-11-16"],"summary":["AIFMD, CMU"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-0ba9b89127b39af6a66f2fc3ed727332f1b19a34","eu-tr-28229947613-19"]}} -{"id":"ec-meeting-2021-11-16-4fbdea92f54af76290c7b71267713144430a19a8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-16 - Cabinet of Commissioner Mairead Mcguinness x Finanssiala ry - Finance Finland"],"date":["2021-11-16"],"summary":["Basel III, Banking Union, Solvency II."],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["eu-tr-7328496842-09","ec-person-49e520c7a9c9c47ccb5acfa68f9416e4233af9f8"]}} -{"id":"ec-meeting-2021-11-16-576f48c381b0d11331a771901b4c3b3dd6b6f2a3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-16 - Communication x European Round Table for Industry"],"date":["2021-11-16"],"summary":["to present the Conference on the Future of Europe and encourage contributions"],"location":["online"],"address":["online"],"addressEntity":["addr-2dbc2fd2358e1ea1b7a6bc08ea647b9a337ac92d"],"organizer":["ec-dg-comm"],"involved":["ec-person-676f70803f4848c87b632d8522ff9ce8d4600e27","eu-tr-25487567824-45"]}} -{"id":"ec-meeting-2021-11-16-5780f5bd7c618f971e30d9c01d96ab776d35ab7c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-16 - Cabinet of Commissioner Mairead Mcguinness x Citadel LLC"],"date":["2021-11-16"],"summary":["Consolidated Tape, transparency"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-0ba9b89127b39af6a66f2fc3ed727332f1b19a34","eu-tr-836939615933-24"]}} -{"id":"ec-meeting-2021-11-16-5b39b93f4252e2d7fb26e8abc33d1f777b848326","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-16 - Cabinet of Commissioner Nicolas Schmit x SMEunited aisbl"],"date":["2021-11-16"],"summary":["Participation at the Training Committee of SME United."],"notes":["Portfolio: Jobs and Social Rights"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["eu-tr-55820581197-35","ec-person-66fa2c2d100ec194caa42b5c6f97c36e2748b71c"]}} -{"id":"ec-meeting-2021-11-16-6744f9825ea974056c75ec79cbf12b523bd872ae","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-16 - Cabinet of Commissioner Johannes Hahn x Move EU - The European Association of On-Demand Mobility"],"date":["2021-11-16"],"summary":["Improving the working conditions in platform work"],"notes":["Portfolio: Budget and Administration"],"location":["Videoconference call"],"address":["Videoconference call"],"addressEntity":["addr-d1964f978a9a3925b783c40d0fd778ce0d40e512"],"organizer":["ec-cabinet-commissioner-hahn-johannes-of"],"involved":["eu-tr-315076940253-42","ec-person-0a9c49ba84ea78ae0ec9c6fadde7b6d66e7a1054"]}} -{"id":"ec-meeting-2021-11-16-6ce2bf9272034804b345e9aa32c40ba48e3c5864","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-16 - Cabinet of Commissioner Jutta Urpilainen x Aula Europe Teollisuuden Voima Oyj"],"date":["2021-11-16"],"summary":["taxonomy"],"notes":["Portfolio: International Partnerships"],"location":["videoconference"],"address":["videoconference"],"addressEntity":["addr-92b2fbb928e012810d80d9ef1abe12027beee200"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["eu-tr-352103717639-15","eu-tr-88742028087-64","ec-person-9788b5f9ccd101dc091867a4496a5735ee7151d9"]}} -{"id":"ec-meeting-2021-11-16-6d97bbaac393ce50e05a8b229bb9ef5f026223b7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-16 - Cabinet of Commissioner Adina Vălean x Flughafen München GmbH"],"date":["2021-11-16"],"summary":["Meeting on the latest developments in the aviation sector."],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["eu-tr-02639216548-11","ec-person-7f9ba99138b4fa5c698037dc7507219b1319e0a7"]}} -{"id":"ec-meeting-2021-11-16-77452a53dc5937e6880f2308bedefa467b911706","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-16 - Cabinet of Commissioner Mairead Mcguinness x Deutsche Börse AG"],"date":["2021-11-16"],"summary":["Clearing, mandatory buy in, MiFID review (Consolidated tape)"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["eu-tr-20884001341-42","ec-person-2b9c589fb2354bd93067644d2c3d2c058d4c4cc9","ec-person-0ba9b89127b39af6a66f2fc3ed727332f1b19a34"]}} -{"id":"ec-meeting-2021-11-16-8327b354201163ea8f7350e9055322b3380e98a9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-16 - Cabinet of Commissioner Nicolas Schmit x myAbility Social Enterprise GmbH"],"date":["2021-11-16"],"summary":["Social taxonomy"],"notes":["Portfolio: Jobs and Social Rights"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-c2208333f0f75350eef62b355a40bf856f2d9cef","eu-tr-211068344462-22","ec-person-4cf4655ab41922e92160325d987a3c4615c72d30","ec-person-c03b949331dbbe5fa3d5423758e371ec1b9b832f"]}} -{"id":"ec-meeting-2021-11-16-98409cfb1ad7d68d94d8683bb7d2c9f1d1bd7f28","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-16 - Cabinet of Vice-President Věra Jourová x AIM - European Brands Association"],"date":["2021-11-16"],"summary":["Mandatory human rights due diligence"],"notes":["Portfolio: Values and Transparency"],"location":["VC"],"address":["VC"],"addressEntity":["addr-d6788b0715b89d9781e90f4df364ac624d78e439"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["eu-tr-1074382679-01","ec-person-76793b3bad1c7471121c510a962aae356d19c30b"]}} -{"id":"ec-meeting-2021-11-16-bd14bc42896b80c2d0678c8ad7a2fef1a1e155ec","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-16 - Cabinet of Commissioner Thierry Breton x Association relative à la télévision européenne"],"date":["2021-11-16"],"summary":["Audio-visual Media policy"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-447494115294-30","ec-person-5215bd372c5a1202399d77ecceb8c16de8d7d55c"]}} -{"id":"ec-meeting-2021-11-16-c16a5bcb007e43683a630dd10d57065e070a3d6c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-16 - Cabinet of Executive Vice-President Valdis Dombrovskis x Finanssiala ry - Finance Finland"],"date":["2021-11-16"],"summary":["Basel III, Banking Union, Solvency II"],"notes":["Portfolio: An Economy that Works for People"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-235870cd7eb41f2494f695fce18b5b5b88647113","eu-tr-7328496842-09"]}} -{"id":"ec-meeting-2021-11-16-c6b1c652cf1fa9d46b7f42ebedd8904e49f636f3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-16 - Cabinet of President Ursula von der Leyen x Move EU - The European Association of On-Demand Mobility"],"date":["2021-11-16"],"summary":["Platform workers"],"notes":["Portfolio: President"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["eu-tr-315076940253-42","ec-person-66d141295841bdd2d0679d93aae62e07580fcee5"]}} -{"id":"ec-meeting-2021-11-16-c985ba25e79c9dd573043c33516ecf8a63e64850","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-16 - Cabinet of Commissioner Mairead Mcguinness x Erste Group Bank AG"],"date":["2021-11-16"],"summary":["Introductory meeting, financial literacy, Banking Union."],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-2b9c589fb2354bd93067644d2c3d2c058d4c4cc9","eu-tr-910859715397-14","ec-person-49e520c7a9c9c47ccb5acfa68f9416e4233af9f8"]}} -{"id":"ec-meeting-2021-11-16-ce731ca3143c92788659e094aca809277b5022a9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-16 - Cabinet of Executive Vice-President Valdis Dombrovskis x None"],"date":["2021-11-16"],"summary":["Carbon Border Adjustment Mechanism"],"notes":["Portfolio: An Economy that Works for People"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-4afd4ae4e50604ac3c0c9ae597bcb74eb1dd31b6","eu-tr-596549722744-29","eu-tr-11160169347-78","eu-tr-482997418651-48"]}} -{"id":"ec-meeting-2021-11-16-d8370a05ba6d1a14b69e2c68432b619fd8ec8b7d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-16 - Cabinet of Executive Vice-President Margrethe Vestager x International Public Affairs & Advocacy"],"date":["2021-11-16"],"summary":["Digital Rights and Artificial Intelligence"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-489134140495-55","ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0"]}} -{"id":"ec-meeting-2021-11-16-e22880cfd988cc57549033be6cae99706cdbbf56","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-16 - Internal Market, Industry, Entrepreneurship and SMEs x Verband der Automobilindustrie"],"date":["2021-11-16"],"summary":["Discuss Euro 7 and access to in-vehicle data."],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-grow"],"involved":["ec-person-0151c7e554d188fffc509ad636b7d1a84c5dfcd5","eu-tr-95574664768-90"]}} -{"id":"ec-meeting-2021-11-16-efc234d48d9571dea61fc82914b5ac51809f9282","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-16 - Cabinet of Executive Vice-President Frans Timmermans x European Cyclists' Federation"],"date":["2021-11-16"],"summary":["Cycling in Green and Efficient Mobility Package"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-28451455737-18","ec-person-d56ecbfde17436a136fc89c9a978b266e8285c84"]}} -{"id":"ec-meeting-2021-11-16-f4c22526828c3e588452a78b3490618a32f4c1b3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-16 - Cabinet of Executive Vice-President Valdis Dombrovskis x Eurogroup for Animals"],"date":["2021-11-16"],"summary":["Trade policy on animal welfare"],"notes":["Portfolio: An Economy that Works for People"],"location":["vide conference"],"address":["vide conference"],"addressEntity":["addr-bdacece37dd39720b183083c78618d811814eded"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["eu-tr-6809935493-49","ec-person-3520008ac93a203db50d106deafde939bc2729f1","ec-person-7433d96a6e6f46c9f9174db79ec61c387dffa509"]}} -{"id":"ec-meeting-2021-11-16-fb52b3d83ce783126176034118447c8faf1f73c2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-16 - Cabinet of Commissioner Jutta Urpilainen x Finanssiala ry - Finance Finland"],"date":["2021-11-16"],"summary":["Sustainable finance; other current issues on their sector"],"notes":["Portfolio: International Partnerships"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["ec-person-7c4fa9cfb750b5b524c065180fcee1123b8df03e","eu-tr-7328496842-09"]}} -{"id":"ec-meeting-2021-11-17-048e6de7392bda019a2abc88f616352f2df596fa","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-17 - Cabinet of Executive Vice-President Margrethe Vestager x Robert Bosch GmbH"],"date":["2021-11-17"],"summary":["Digital Decade"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-7f4ed7789b52b8daf8b637232a16c6d3120c5e37","eu-tr-8999533555-91"]}} -{"id":"ec-meeting-2021-11-17-20eaf246e748b6c074a5ad6008608433ba58cf0b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-17 - Cabinet of Executive Vice-President Margrethe Vestager x Google"],"date":["2021-11-17"],"summary":["DSA, DMA"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-11d97788772862bb34f51dd26d7f92603eac1bf8","eu-tr-03181945560-59","ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0","ec-person-73fb1ddd279f8c6697a055567a2c09606006b875"]}} -{"id":"ec-meeting-2021-11-17-3c10bd061cd6ba563206c8bd12c1c3e614803442","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-17 - Cabinet of Executive Vice-President Margrethe Vestager x BOUYGUES EUROPE"],"date":["2021-11-17"],"summary":["Digital Services Act, Digital Markets Act"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0","ec-person-73fb1ddd279f8c6697a055567a2c09606006b875","eu-tr-91216972728-77"]}} -{"id":"ec-meeting-2021-11-17-57f7a8fd7f4488d5676292f3bb42a3a5b4e0942f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-17 - Cabinet of Commissioner Paolo Gentiloni x Snam S.p.A."],"date":["2021-11-17"],"summary":["Short courtesy meeting with exchange of views on green economy and new challanges in Covid times"],"notes":["Portfolio: Economy"],"location":["Bruxelles"],"address":["Bruxelles"],"addressEntity":["addr-b58f5927b66d94a676970dc048485d4c6848f272"],"organizer":["ec-cabinet-commissioner-gentiloni-of-paolo"],"involved":["eu-tr-284336314886-25","ec-person-088d26d74d1898338fbf1c86e139bd6d3b870dbc"]}} -{"id":"ec-meeting-2021-11-17-5d5f0bf2da910b80445f9835f300415785310975","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-17 - Cabinet of Commissioner Paolo Gentiloni x Ryanair Holdings"],"date":["2021-11-17"],"summary":["Discussion on the review of the Energy Taxation Directive and on climate policy regulation in the form of sector-specific taxes"],"notes":["Portfolio: Economy"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-gentiloni-of-paolo"],"involved":["ec-person-088d26d74d1898338fbf1c86e139bd6d3b870dbc","eu-tr-002977215945-85"]}} -{"id":"ec-meeting-2021-11-17-759147ab45899cbce2167808e9574f47944532f8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-17 - Cabinet of Commissioner Helena Dalli x Forum of European Muslim Youth and Student organisations"],"date":["2021-11-17"],"summary":["Ms Helena Dalli holds a meeting with a delegation from the Forum of European Muslim Youth and Student Organisations"],"notes":["Portfolio: Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-dalli-helena-of"],"involved":["ec-person-dbd4bba0ef71d4385c97691e3df5bb484709a07e","ec-person-d0b568d53468fcd3dfeeaddbd07343b5b065914d","eu-tr-292913016962-90"]}} -{"id":"ec-meeting-2021-11-17-7abb935b1d321ddf662f46518ef67b866e19b02f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-17 - Cabinet of Commissioner Paolo Gentiloni x Citigroup Inc."],"date":["2021-11-17"],"summary":["exchange of views on Europe’s recovery and the macroeconomic outlook"],"notes":["Portfolio: Economy"],"location":["Videocall"],"address":["Videocall"],"addressEntity":["addr-4b20c60cbed91c52bb56613870c84a7e8fb11240"],"organizer":["ec-cabinet-commissioner-gentiloni-of-paolo"],"involved":["ec-person-088d26d74d1898338fbf1c86e139bd6d3b870dbc","eu-tr-00353757573-57"]}} -{"id":"ec-meeting-2021-11-17-82b033df0ce1aa22be77c4e9897f36d61bf3d4a8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-17 - Cabinet of Vice-President Věra Jourová x Deutsche Welle"],"date":["2021-11-17"],"summary":["Digital services act - disinformation - political advertising"],"notes":["Portfolio: Values and Transparency"],"location":["VC"],"address":["VC"],"addressEntity":["addr-d6788b0715b89d9781e90f4df364ac624d78e439"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["eu-tr-421591329311-65","ec-person-bf54da17217bbddfd9c68fe24d88005ac17e2c4b"]}} -{"id":"ec-meeting-2021-11-17-8d310df7d0109b65277a0752615ac34157198072","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-17 - Mobility and Transport x Arbeitsgemeinschaft deutscher Verkehrsflughäfen"],"date":["2021-11-17"],"summary":["Traffic recovery, slots"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-move"],"involved":["eu-tr-41108238259-40","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2021-11-17-ad066cdf85b448c7e8599b3e2a78f38aacdda0cd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-17 - Cabinet of Executive Vice-President Valdis Dombrovskis x BUSINESSEUROPE"],"date":["2021-11-17"],"summary":["Business Europe presented its views following the second-stage consultation on platform work and in view of the forthcoming legislative proposal"],"notes":["Portfolio: An Economy that Works for People"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["eu-tr-3978240953-79","ec-person-95d6ecce9b8f3a7b167d0eac8e270fdce0665ccb"]}} -{"id":"ec-meeting-2021-11-17-b02a3e2999c6b8e237168ae6c8d49ca129d4ca63","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-17 - Financial Stability, Financial Services and Capital Markets Union x International Capital Market Association"],"date":["2021-11-17"],"summary":["Conditions in the markets"],"location":["Virtual meeting"],"address":["Virtual meeting"],"addressEntity":["addr-1f1f3f51a4da31a1ea5c1b4b21cbf52ad983224f"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-0223480577-59","ec-person-1fce211249673c35ee07a801ddee77ab24af8d54"]}} -{"id":"ec-meeting-2021-11-17-b2c982b8c148a7e90983342f182a1e8d95c0fb3e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-17 - Cabinet of Commissioner Adina Vălean x Gasum Oy Miltton Europe"],"date":["2021-11-17"],"summary":["Role of natural gas and renewable gases in the European Green Deal, especially with view to the Fit for 55 Package proposals related to alternative fuels and maritime transport"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["eu-tr-759978215122-11","ec-person-e5f1558cac43dd4f90847b508b6753edb0a9f903","eu-tr-245377319023-40"]}} -{"id":"ec-meeting-2021-11-17-b652a0c30bdf1f3393f533423b34a46ac48a8b77","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-17 - Internal Market, Industry, Entrepreneurship and SMEs x Friends of the Earth Europe"],"date":["2021-11-17"],"summary":["Director General Kerstin Jorna meeting NGOs/CSOs in connection with Raw Materials Week - Civil society organisations (CSOs) involved in the EIP Raw Materials brought forward their views on\r\ncurrent developments on raw materials"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-grow"],"involved":["ec-person-0151c7e554d188fffc509ad636b7d1a84c5dfcd5","eu-tr-9825553393-31"]}} -{"id":"ec-meeting-2021-11-17-b7a3bada277cd89732a9dd967568d6ed0f75ab8c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-17 - Cabinet of Vice-President Věra Jourová x Meta Platforms Ireland Limited and its various subsidiaries (f/k/a Facebook Ireland Limited)"],"date":["2021-11-17"],"summary":["Digital files"],"notes":["Portfolio: Values and Transparency"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["ec-person-221276f2dfa4b8fe628f08e982d967b6aeb61c57","eu-tr-28666427835-74"]}} -{"id":"ec-meeting-2021-11-17-bd91a1ce8d6d35463245d64f40b993f481317c8f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-17 - Cabinet of Commissioner Mairead Mcguinness x Euronext"],"date":["2021-11-17"],"summary":["MiFIR topics"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["eu-tr-17804464809-28","ec-person-0ba9b89127b39af6a66f2fc3ed727332f1b19a34"]}} -{"id":"ec-meeting-2021-11-17-c77a5d42cefdb523b754916e03983997854088e7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-17 - Cabinet of Vice-President Věra Jourová x Allianz SE"],"date":["2021-11-17"],"summary":["Data protection"],"notes":["Portfolio: Values and Transparency"],"location":["Cologne"],"address":["Cologne"],"addressEntity":["addr-f2cf5c2d82cd45b505492e2e10496a8441013262"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["ec-person-221276f2dfa4b8fe628f08e982d967b6aeb61c57","eu-tr-05503341949-54"]}} -{"id":"ec-meeting-2021-11-17-d5c1849585298e4c8a1cbccee1a5c47159fa0b37","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-17 - Defence Industry and Space x Rasmussen Global"],"date":["2021-11-17"],"summary":["Meeting organised to discuss the EU’s forthcoming STM package."],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-defis"],"involved":["ec-person-a5e52cd544ea3aa44eb4b31fac65a468499f106e","eu-tr-923424020779-19"]}} -{"id":"ec-meeting-2021-11-17-db5ae414e853a2890f135ee49ed142714a229b06","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-17 - Cabinet of Commissioner Jutta Urpilainen x European Institute of Peace"],"date":["2021-11-17"],"summary":["Preparation of Commissioner Urpilainen's meeting with the board of EIP."],"notes":["Portfolio: International Partnerships"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["eu-tr-183089341543-86","ec-person-a6ae9abd61cd135e990ccc05f2a7cc849f01a618"]}} -{"id":"ec-meeting-2021-11-17-db7ca74e1bc96a657da33d700b778b474c1fa1e3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-17 - Cabinet of Commissioner Adina Vălean x FIA European Principal Traders Association, part of FIA, Inc."],"date":["2021-11-17"],"summary":["Meeting to discuss road safety"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["ec-person-6e21d867543ef3b910e746c319cb048abd054702","eu-tr-629345120630-12"]}} -{"id":"ec-meeting-2021-11-17-e21d12fedcbadf7490f626369dac7a495b90deb1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-17 - Cabinet of Commissioner Thierry Breton x Association of European Public Postal Operators"],"date":["2021-11-17"],"summary":["Postal services in the EU"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-9cf97e549f67c3228d1478a3a67d652eb28c5b46","ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","eu-tr-092682012915-24"]}} -{"id":"ec-meeting-2021-11-17-ec0ddfd41eb99f56516896a09d7b896cc455932a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-17 - Cabinet of Vice-President Věra Jourová x Asociace pro mezinárodní otázky, z.s."],"date":["2021-11-17"],"summary":["Disinformation, Foreign influence"],"notes":["Portfolio: Values and Transparency"],"location":["VC"],"address":["VC"],"addressEntity":["addr-d6788b0715b89d9781e90f4df364ac624d78e439"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["ec-person-fb258e0188a5319bfaba3161382db43f5a85851f","eu-tr-364409544616-65"]}} -{"id":"ec-meeting-2021-11-17-edd72a8eb54b907ef005af6ffcef1dda54eecf42","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-17 - Communications Networks, Content and Technology x Open Fiber"],"date":["2021-11-17"],"summary":["Telecom policies"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-dg-connect"],"involved":["ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f","eu-tr-965428625484-18"]}} -{"id":"ec-meeting-2021-11-17-fb50522281ddb4d831ab25c8494ab2618623f579","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-17 - Cabinet of Commissioner Ylva Johansson x Confederation of Swedish Enterprise"],"date":["2021-11-17"],"summary":["Sustainable Corporate Governance, internal market, free trade, state aid regulations"],"notes":["Portfolio: Home Affairs"],"location":["Brussels , Belgium"],"address":["Brussels , Belgium"],"addressEntity":["addr-a0fd021367cd4536e133a73b47cbb9059253148b"],"organizer":["ec-cabinet-commissioner-johansson-of-ylva"],"involved":["eu-tr-39912257528-48","ec-person-e80f1d4512f8632e5baa488ed887e131294d744e"]}} -{"id":"ec-meeting-2021-11-18-267f5adf3174f2fc3b7c6514f0f1d7858ccf423d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-18 - Cabinet of Executive Vice-President Margrethe Vestager x European Industrial Gases Association AISBL"],"date":["2021-11-18"],"summary":["Draft State aid Guidelines on Climate, environmental protection and Energy"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-6b6135249735cff1f3061530471f1e159500c840","eu-tr-04077716126-17"]}} -{"id":"ec-meeting-2021-11-18-4308c56612094dd64104b7eee04e69237b638cfe","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-18 - Cabinet of Executive Vice-President Frans Timmermans x International Road Transport Union Permanent Delegation to the EU"],"date":["2021-11-18"],"summary":["Recent developments in trucking"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-41802525291-86","ec-person-d56ecbfde17436a136fc89c9a978b266e8285c84"]}} -{"id":"ec-meeting-2021-11-18-463422c337fff975d123680c57bbd35644cce24d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-18 - Cabinet of Commissioner Thierry Breton x Northvolt"],"date":["2021-11-18"],"summary":["Batteries action plan"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-278373226442-94","ec-person-6308dea893b9b1ca0dcd5b91b4a1ac4c2f3020ad","ec-person-5215bd372c5a1202399d77ecceb8c16de8d7d55c"]}} -{"id":"ec-meeting-2021-11-18-474bb45d3e2afc669a44054bbc66072f4cc6b56f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-18 - Cabinet of Commissioner Jutta Urpilainen x Rule of Law Centre at the University of Helsinki"],"date":["2021-11-18"],"summary":["Discussion on how to build synergies with the work of the Centre to cooperate with developing countries in establishing and consolidating the foundations of rule of law."],"notes":["Portfolio: International Partnerships"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["eu-tr-453296444728-97","ec-person-7c4fa9cfb750b5b524c065180fcee1123b8df03e"]}} -{"id":"ec-meeting-2021-11-18-576f745b9346e23da2367d2d8e96f0351c46f44e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-18 - Cabinet of Commissioner Nicolas Schmit x FONDAZIONE CASSA DI RISPARMIO DELLE PROVINCIE LOMBARDE"],"date":["2021-11-18"],"summary":["Social Economy Action Plan and InvestEU"],"notes":["Portfolio: Jobs and Social Rights"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-c2208333f0f75350eef62b355a40bf856f2d9cef","ec-person-4cf4655ab41922e92160325d987a3c4615c72d30","eu-tr-651594625914-35","ec-person-c03b949331dbbe5fa3d5423758e371ec1b9b832f"]}} -{"id":"ec-meeting-2021-11-18-77ecfa1ff190f101a783e04c45b93a0fb8e95c22","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-18 - Cabinet of Commissioner Thierry Breton x EUROCHAMBRES – Association of European Chambers of Commerce and Industry BUSINESSEUROPE"],"date":["2021-11-18"],"summary":["Sustainable corporate governance"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-0014082722-83","eu-tr-3978240953-79","ec-person-5215bd372c5a1202399d77ecceb8c16de8d7d55c"]}} -{"id":"ec-meeting-2021-11-18-7d038d53eb1bbbff6100f63c92dd744d05c8025c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-18 - Cabinet of President Ursula von der Leyen x VedvarendeEnergi"],"date":["2021-11-18"],"summary":["China's UNGA and G20 international coal exit commitment & Chinese coal in the Balkans"],"notes":["Portfolio: President"],"location":["Brussels (WEBEX)"],"address":["Brussels (WEBEX)"],"addressEntity":["addr-3afbdeda01f3dac93a9dc841fdac57d9de27b869"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-f2b941852d3b961d69ed695c2d243a1a2b4a1904","eu-tr-919588037212-80"]}} -{"id":"ec-meeting-2021-11-18-7d5ffc9e85a0e7c66a6d5d8fbcd475438ed9550d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-18 - Cabinet of Vice-President Maroš Šefčovič x Rasmussen Global"],"date":["2021-11-18"],"summary":["Update on CRMs and Greenland"],"notes":["Portfolio: Interinstitutional Relations and Foresight"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-1f95be23689cd4ed0a26fe2980f760ccf2d55c1e","eu-tr-923424020779-19"]}} -{"id":"ec-meeting-2021-11-18-a80d2bc641f9d98d5ac6b5b2f9f9990e547a7240","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-18 - Cabinet of Executive Vice-President Valdis Dombrovskis x Médecins Sans Frontières International"],"date":["2021-11-18"],"summary":["Global access to COVID-19 vaccines and therapeutics"],"notes":["Portfolio: An Economy that Works for People"],"location":["video-conference"],"address":["video-conference"],"addressEntity":["addr-8736c288a4bc51ee27ef4ed41e652409a37e60d1"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["eu-tr-928308827208-10","ec-person-9e7bd1005456277f156b671d1555c6a460fb2f58"]}} -{"id":"ec-meeting-2021-11-18-af33bbc96e662a1fa7a7e0526f91f09135cc8305","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-18 - Cabinet of Commissioner Nicolas Schmit x Bayerische Motoren Werke Aktiengesellschaft"],"date":["2021-11-18"],"summary":["Preparatory meeting in view of a meeting with Ms Ilka Horstmeier, Member of the Board of Management of BMW AG, Human Resources, Labour Relations Director."],"notes":["Portfolio: Jobs and Social Rights"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-66fa2c2d100ec194caa42b5c6f97c36e2748b71c","ec-person-4cf4655ab41922e92160325d987a3c4615c72d30","eu-tr-7193977808-18"]}} -{"id":"ec-meeting-2021-11-18-c67ef8fd149d10a3ab992f95ca29da0b9af0d80d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-18 - Cabinet of Commissioner Jutta Urpilainen x CONCORD Europe"],"date":["2021-11-18"],"summary":["EU-Africa Partnership"],"notes":["Portfolio: International Partnerships"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["eu-tr-34478709670-34","ec-person-b5a90dd5ba1c715a3e7923281f7a6ae9975796d8","ec-person-6357f4506ca5351b3a822936612fd6006da48722"]}} -{"id":"ec-meeting-2021-11-18-c9360c095a89f5b4b9d0d078b59d9874b71e4608","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-18 - Cabinet of Commissioner Helena Dalli x EUROPEAN TRADE UNION CONFEDERATION"],"date":["2021-11-18"],"summary":["Online meeting on the upcoming legislative proposal and provisions to include the workplace and trade unions."],"notes":["Portfolio: Equality"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-dalli-helena-of"],"involved":["eu-tr-06698681039-26","ec-person-d15c205cb9cbb310d2811039c0160c1de7c84638"]}} -{"id":"ec-meeting-2021-11-18-d1166ca0743e98a36a6d5b1126c7d83c6a285c4a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-18 - Cabinet of Commissioner Jutta Urpilainen x Ośrodek Studiów Wschodnich im. Marka Karpia"],"date":["2021-11-18"],"summary":["Connectivity: EU Global Gateway and China's connectivity agenda"],"notes":["Portfolio: International Partnerships"],"location":["Videomeeting"],"address":["Videomeeting"],"addressEntity":["addr-1ba1e95e473c2a2a8d87e248e7615e7c71ba7b86"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["ec-person-7204caa5e704bc4a911fee13ad5c0f62fd74b3bc","eu-tr-332952939156-58"]}} -{"id":"ec-meeting-2021-11-18-d6da2ee97107e082625e98a4673ffed30c6156d5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-18 - Cabinet of Commissioner Thierry Breton x France Industrie"],"date":["2021-11-18"],"summary":["Industrial Strategy"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-6308dea893b9b1ca0dcd5b91b4a1ac4c2f3020ad","eu-tr-60974102057-03"]}} -{"id":"ec-meeting-2021-11-18-e01a14feb6592429c0836d860f5bdbf8a8c9acd3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-18 - Communications Networks, Content and Technology x NASDAQ"],"date":["2021-11-18"],"summary":["Transatlantic Partnership, focusing on digital and sustainable agenda."],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-dg-connect"],"involved":["eu-tr-76648765687-29","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2021-11-18-e687b8dc3e312de3692cc77fb16d4969a12c1214","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-18 - Cabinet of Executive Vice-President Margrethe Vestager x Ørsted A/S"],"date":["2021-11-18"],"summary":["Draft State aid Guidelines on Climate, environmental protection and Energy"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-870817015429-80","ec-person-6b6135249735cff1f3061530471f1e159500c840","ec-person-11ba005cc4046696303381b7ca219da9b11a42bf"]}} -{"id":"ec-meeting-2021-11-19-2d140d49b8070c0a5e418831b98a6ae9e29e80d6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-19 - Cabinet of Commissioner Thierry Breton x Centre for European Policy Studies"],"date":["2021-11-19"],"summary":["Industrial Strategy"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-6308dea893b9b1ca0dcd5b91b4a1ac4c2f3020ad","eu-tr-206201438220-85"]}} -{"id":"ec-meeting-2021-11-19-36e064dce7df1a9a25e1a1119bb50c660b41bfe6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-19 - Cabinet of Commissioner Adina Vălean x World Shipping Council"],"date":["2021-11-19"],"summary":["Meeting to discuss the evolutions of the maritime sector."],"notes":["Portfolio: Transport"],"location":["Conference call"],"address":["Conference call"],"addressEntity":["addr-28ba88479582b2f75898964548da4252dc7db7d2"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["ec-person-baa9678f53e0a607c8a9bb2cd9122d1c13370154","eu-tr-32416571968-71"]}} -{"id":"ec-meeting-2021-11-19-4e90958777b2c8b733fb5db77d0cb70211c57d2a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-19 - Cabinet of Vice-President Věra Jourová x News Media Europe"],"date":["2021-11-19"],"summary":["Code, DSA, EMFA"],"notes":["Portfolio: Values and Transparency"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["ec-person-aa83f35da599b82e4f15da018f4b3447eb648f7c","ec-person-fb258e0188a5319bfaba3161382db43f5a85851f","eu-tr-577812220311-81"]}} -{"id":"ec-meeting-2021-11-19-519187dfd97c6f77ccbb7c7f18217aa4a8d0ca9c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-19 - Employment, Social Affairs and Inclusion x Sozialkassen der deutschen Bauwirtschaft"],"date":["2021-11-19"],"summary":["social policy matters"],"location":["online"],"address":["online"],"addressEntity":["addr-2dbc2fd2358e1ea1b7a6bc08ea647b9a337ac92d"],"organizer":["ec-dg-empl"],"involved":["eu-tr-768082137817-95","ec-person-dd259fce880e1853f0beb087443bce6e7dea70d7"]}} -{"id":"ec-meeting-2021-11-19-5aa01518d574587878c3a92b5b03788c63d874e9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-19 - Cabinet of Commissioner Jutta Urpilainen x aNewGovernance"],"date":["2021-11-19"],"summary":["Digitalisation; fair data economy; investment in Africa"],"notes":["Portfolio: International Partnerships"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["eu-tr-951547539825-41","ec-person-1ec9383fd54d9d4cd8a154c01fa71549eb8c75ac"]}} -{"id":"ec-meeting-2021-11-19-66412fc9249bf467932c9d1cbe7e43b670ad7e8b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-19 - Cabinet of Commissioner Nicolas Schmit x EUROPEAN TRADE UNION CONFEDERATION Unione Italiana del Lavoro"],"date":["2021-11-19"],"summary":["Occupational safety and work-related illness"],"notes":["Portfolio: Jobs and Social Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["eu-tr-06698681039-26","eu-tr-376222916112-22","ec-person-4cf4655ab41922e92160325d987a3c4615c72d30","ec-person-c03b949331dbbe5fa3d5423758e371ec1b9b832f"]}} -{"id":"ec-meeting-2021-11-19-7649f7502cac849db17e9315a5287db13c645fca","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-19 - Cabinet of Executive Vice-President Margrethe Vestager x WindEurope"],"date":["2021-11-19"],"summary":["Draft State aid Guidelines on Climate, environmental protection and Energy"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-19920706471-21","ec-person-6b6135249735cff1f3061530471f1e159500c840","ec-person-11ba005cc4046696303381b7ca219da9b11a42bf"]}} -{"id":"ec-meeting-2021-11-19-79f33a8b0a73b86bb8d8513b717c5ffc8e187c64","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-19 - Cabinet of Commissioner Helena Dalli x Equinet - the European Network of Equality Bodies"],"date":["2021-11-19"],"summary":["Commissioner Dalli delivered a keynote speech at the opening session of an EQUINET conference aimed at representatives of equality bodies and policymakers at both European and national level."],"notes":["Portfolio: Equality"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-commissioner-dalli-helena-of"],"involved":["eu-tr-718971811339-46","ec-person-d0b568d53468fcd3dfeeaddbd07343b5b065914d"]}} -{"id":"ec-meeting-2021-11-19-a534130af2d3de6b774275fa235105a312a848ac","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-19 - Financial Stability, Financial Services and Capital Markets Union x Steptoe & Johnson LLP"],"date":["2021-11-19"],"summary":["AIFMD review and AML"],"location":["Virtual meeting"],"address":["Virtual meeting"],"addressEntity":["addr-1f1f3f51a4da31a1ea5c1b4b21cbf52ad983224f"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-596796520126-28","ec-person-1fce211249673c35ee07a801ddee77ab24af8d54"]}} -{"id":"ec-meeting-2021-11-19-da1be7287d3739b669ae2ace6dd6559fdb4f32ec","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-19 - Cabinet of Commissioner Virginijus Sinkevičius x Association of National Organisations of Fishing Enterprises in the European Union"],"date":["2021-11-19"],"summary":["Disscusion on various key files concerning fisheries"],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["ec-person-c92a6b4ef8328855b0234011be623ed9f15c86f3","eu-tr-2312395253-25"]}} -{"id":"ec-meeting-2021-11-19-dc126d27c187c9c1afed36703d84cf47f6bde795","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-19 - Cabinet of Commissioner Nicolas Schmit x BUSINESSEUROPE SGI Europe SMEunited aisbl EUROPEAN TRADE UNION CONFEDERATION"],"date":["2021-11-19"],"summary":["The social dialogue initiative"],"notes":["Portfolio: Jobs and Social Rights"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-8eb18b6102d444937bc6af5822a6742812165b48","ec-person-4cf4655ab41922e92160325d987a3c4615c72d30","eu-tr-55820581197-35","eu-tr-3978240953-79","eu-tr-06698681039-26","ec-person-c03b949331dbbe5fa3d5423758e371ec1b9b832f","eu-tr-59513031434-92"]}} -{"id":"ec-meeting-2021-11-22-11126cc3c9ca3b5b072372ccc718ef1b01a19694","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-22 - Cabinet of Executive Vice-President Frans Timmermans x Young European Leadership"],"date":["2021-11-22"],"summary":["COP26 Outcomes"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-b4af267cd7b109754c551f0ced280f6cf3718f16","eu-tr-416740040270-21"]}} -{"id":"ec-meeting-2021-11-22-1d3452635efbae5fe16e990edfe3d84e5abe43fa","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-22 - Cabinet of Executive Vice-President Valdis Dombrovskis x ING Group"],"date":["2021-11-22"],"summary":["EU green bond standard"],"notes":["Portfolio: An Economy that Works for People"],"location":["video conference"],"address":["video conference"],"addressEntity":["addr-6dc12e3c97077db82f32184f24341ce370a445fd"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-235870cd7eb41f2494f695fce18b5b5b88647113","eu-tr-12112965774-95"]}} -{"id":"ec-meeting-2021-11-22-2b70601cc951cb97aa6de2f8423d5a3c9cd2dba4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-22 - Cabinet of Commissioner Thierry Breton x EuroCommerce"],"date":["2021-11-22"],"summary":["Platforms regulation and Data Act"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-84973761187-60","ec-person-4d83416435f81b1f1e8f5c86aeebb1478577f1d2"]}} -{"id":"ec-meeting-2021-11-22-3e6f6778722fc9a386c13b2aa1b3c25fa8422d8d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-22 - Cabinet of Executive Vice-President Margrethe Vestager x Vodafone Belgium SA"],"date":["2021-11-22"],"summary":["Issues within the competition portfolio"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-11d97788772862bb34f51dd26d7f92603eac1bf8","ec-person-bb1f295d8be3d10004d7e5fd7c24248a21215775","eu-tr-90142503473-81","ec-person-73fb1ddd279f8c6697a055567a2c09606006b875"]}} -{"id":"ec-meeting-2021-11-22-463d6ac5adf600867f839ab2370bcc05b5d6d635","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-22 - Cabinet of Executive Vice-President Frans Timmermans x Nature Energy"],"date":["2021-11-22"],"summary":["European Green Deal and initiatives in the energy sector"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-178550444709-12","ec-person-d53e00c46a4cc62bbf533e0c9bb35bacb9121989"]}} -{"id":"ec-meeting-2021-11-22-578e54b0d9be2dd7d6a766739399c5502e68f6d1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-22 - Financial Stability, Financial Services and Capital Markets Union x Leibniz Institute for Financial Research SAFE"],"date":["2021-11-22"],"summary":["Banking Union matters and digital currencies"],"location":["Virtual meeting"],"address":["Virtual meeting"],"addressEntity":["addr-1f1f3f51a4da31a1ea5c1b4b21cbf52ad983224f"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-843071031814-24","ec-person-1fce211249673c35ee07a801ddee77ab24af8d54"]}} -{"id":"ec-meeting-2021-11-22-5a01b05dc2a0ef9e436a36e99e78471057bc197d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-22 - Cabinet of Executive Vice-President Margrethe Vestager x Zoom Video Communications, Inc."],"date":["2021-11-22"],"summary":["Data, third-party advertising"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0","eu-tr-708754041138-77"]}} -{"id":"ec-meeting-2021-11-22-61440d5925fbebb27e0213dde58dac447f122984","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-22 - Cabinet of Commissioner Didier Reynders x Lufthansa Group TUI AG Air France-KLM easyJet Airlines for Europe Ryanair Holdings"],"date":["2021-11-22"],"summary":["EU Digital COVID Certificate, travel restrictions"],"notes":["Portfolio: Justice"],"location":["hybrid meeting"],"address":["hybrid meeting"],"addressEntity":["addr-65d42da002d50359cce233cc751d3178cafb3fa7"],"organizer":["ec-cabinet-commissioner-didier-of-reynders"],"involved":["eu-tr-0714344663-32","eu-tr-064616126640-05","ec-person-1e25399e2267734c5f4c69093d2286c8898ee9f0","eu-tr-654909925315-71","ec-person-6c2abeaa21f9fe09b6a21f7f73e03d924e89018e","eu-tr-002977215945-85","eu-tr-807912421050-91","eu-tr-291219715847-52"]}} -{"id":"ec-meeting-2021-11-22-7af39fd6a91a1706d7a28f99feb64d9936e42249","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-22 - Cabinet of Commissioner Nicolas Schmit x The Adecco Group"],"date":["2021-11-22"],"summary":["Employment in the automotive sector and platform work"],"notes":["Portfolio: Jobs and Social Rights"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-66fa2c2d100ec194caa42b5c6f97c36e2748b71c","ec-person-4cf4655ab41922e92160325d987a3c4615c72d30","ec-person-c03b949331dbbe5fa3d5423758e371ec1b9b832f","eu-tr-144049521780-57"]}} -{"id":"ec-meeting-2021-11-22-7fde9c03868a6defcbd7ec8517b21a92cc4a2aff","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-22 - Climate Action x easyJet"],"date":["2021-11-22"],"summary":["FF55 and the aviation sector"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-clima"],"involved":["ec-person-9c5c685692a09a77f2bc8ae9c05663b87cd75aae","eu-tr-291219715847-52"]}} -{"id":"ec-meeting-2021-11-22-9df4e68d75b3a66a1ad471611ca38bd01c79a9f5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-22 - Cabinet of Commissioner Janusz Wojciechowski x Conféderation Européenne des Propriétaires Forestiers"],"date":["2021-11-22"],"summary":["Taxonomy"],"notes":["Portfolio: Agriculture"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["eu-tr-3647455667-08","ec-person-c825a813205e5077cd48bbd241436daf1834fc9b","ec-person-cafe030b6dad78a75143f7552c420481b30ebceb"]}} -{"id":"ec-meeting-2021-11-22-a4d79e2535b6e27ecd66b11c7462aa70b79c8221","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-22 - Cabinet of Executive Vice-President Frans Timmermans x European Round Table for Industry"],"date":["2021-11-22"],"summary":["Fit for 55 package and its implications for EU industry"],"notes":["Portfolio: European Green Deal"],"location":["Bilbao"],"address":["Bilbao"],"addressEntity":["addr-55e20c994e06d4cd2622d8da79fee26f1b0c623b"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-7c876f4825f213b8adbedf089ccedfbc3b36d65b","eu-tr-25487567824-45"]}} -{"id":"ec-meeting-2021-11-22-a60181cf928b12b85abc9752cc8e3324b7c8a640","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-22 - Cabinet of Commissioner Virginijus Sinkevičius x Rolls-Royce plc"],"date":["2021-11-22"],"summary":["To discuss the position of Rolls Royce on the EC proposals in the context of green shipping topics, in particular Fit-for-55 proposals, FuelEU Maritime and Energy Taxation Directive."],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["ec-person-dd7a7b1952e158f4195d34cff333ec79a4f48ba3","ec-person-5d2fb692a102077260d7badef4a9f10132b72aee","eu-tr-58290033126-06"]}} -{"id":"ec-meeting-2021-11-22-b8b1d452a65726c6df16a1d86e9a5a04db31222f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-22 - Mobility and Transport x Polish Air Navigation Services Agency"],"date":["2021-11-22"],"summary":["SES"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-move"],"involved":["eu-tr-589119426749-76","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2021-11-22-bd635c659d2b8183d3094933878bbcf3e7218e67","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-22 - Mobility and Transport x SOLAR IMPULSE FOUNDATION"],"date":["2021-11-22"],"summary":["sustainability"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-move"],"involved":["eu-tr-569885924378-48","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2021-11-22-cdb2ab27666d5e41fcc0d5b08e59f425242f7aad","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-22 - Research and Innovation x Interuniversitair Micro-Electronica Centrum vzw"],"date":["2021-11-22"],"summary":["Presentation of the Interuniversity Microelectronics Centre"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-rtd"],"involved":["ec-person-1d348f33395de0ea6773a7b4ae8797e3e0392f73","eu-tr-97921387213-35"]}} -{"id":"ec-meeting-2021-11-22-cee444e44c5f9f563553d3feb4263d461f4bbd05","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-22 - Mobility and Transport x Wizz Air Group"],"date":["2021-11-22"],"summary":["Recovery, Slots, SES"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-move"],"involved":["eu-tr-852622937459-14","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2021-11-22-d2fe8c7a5f962ba0fc772e6c33e41779436778e3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-22 - Taxation and Customs Union x Italgas European Federation of Local and Regional Energy Companies GEODE - The voice of local energy distributors across Europe EUROGAS aisbl"],"date":["2021-11-22"],"summary":["Videoconference - Energy Taxation Directive in Fit for 55 package"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-taxud"],"involved":["eu-tr-00098856602-24","eu-tr-17909506129-41","eu-tr-54829912208-85","ec-person-9e42f316f38c8e126c2cd2bc84affb891338c7f3","eu-tr-477543424417-73"]}} -{"id":"ec-meeting-2021-11-22-d4db832124c35b61d5541d42a6eb0eb9b866db5e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-22 - Cabinet of Commissioner Helena Dalli x European Women's Lobby"],"date":["2021-11-22"],"summary":["Meeting with a panel of survivors of prostitution from SPACE International"],"notes":["Portfolio: Equality"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-dalli-helena-of"],"involved":["ec-person-d15c205cb9cbb310d2811039c0160c1de7c84638","eu-tr-85686156700-13"]}} -{"id":"ec-meeting-2021-11-22-d799357d8b7e555eae1d6dc980ee0a7d9d32948d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-22 - Communications Networks, Content and Technology x Interuniversitair Micro-Electronica Centrum vzw"],"date":["2021-11-22"],"summary":["Organised by Belgian PermRep: Presentation by IMEC, world-leading R&D hub for nano/digital technologies, Semiconductors"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-97921387213-35","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2021-11-23-0496cbe5993ebea351fe8f06c2e4493d8836c002","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-23 - Financial Stability, Financial Services and Capital Markets Union x European FinTech Association"],"date":["2021-11-23"],"summary":["Digital payments"],"location":["Virtual meeting"],"address":["Virtual meeting"],"addressEntity":["addr-1f1f3f51a4da31a1ea5c1b4b21cbf52ad983224f"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-514240237898-38","ec-person-1fce211249673c35ee07a801ddee77ab24af8d54"]}} -{"id":"ec-meeting-2021-11-23-0da9140e104434157e3d080110f584faaa3d6c0f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-23 - Cabinet of Executive Vice-President Margrethe Vestager x Ernst & Young Core Business Services BV"],"date":["2021-11-23"],"summary":["AI Act , Digital Services Act, Data Act"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0","eu-tr-04458109373-91"]}} -{"id":"ec-meeting-2021-11-23-25659ae58f2343c8bcb89df957e7b836b0f688d5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-23 - Cabinet of Commissioner Thierry Breton x Wirtschaftsrat der CDU e.V."],"date":["2021-11-23"],"summary":["Sustainable Corporate Governance"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-176334311014-43","ec-person-5215bd372c5a1202399d77ecceb8c16de8d7d55c"]}} -{"id":"ec-meeting-2021-11-23-272f1cce343b7df38b248eede3b11293353050e5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-23 - Climate Action x Stellantis"],"date":["2021-11-23"],"summary":["Revision of CO2 standards regulation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-clima"],"involved":["ec-person-9c5c685692a09a77f2bc8ae9c05663b87cd75aae","eu-tr-986044541551-20"]}} -{"id":"ec-meeting-2021-11-23-357279ddc5ac1540b8d4408a0a962902242d8c52","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-23 - Maritime Affairs and Fisheries x MEDAC"],"date":["2021-11-23"],"summary":["Exchange of views on new fisheries governance in the Mediterranean Sea"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-dg-mare"],"involved":["ec-person-6e64215cdacfeb6c6d4709a7f72c2b1c94a3d908","eu-tr-283785319481-25"]}} -{"id":"ec-meeting-2021-11-23-35b16d5f0d9de9e71024e7cd9cc6650f1b8a5394","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-23 - Cabinet of Commissioner Nicolas Schmit x APG Groep NV"],"date":["2021-11-23"],"summary":["Nouvelles initiatives dans le domaine du social et de l'emploi"],"notes":["Portfolio: Jobs and Social Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["eu-tr-203417137798-52","ec-person-935314e38d735654cae8ee61313a3d73439b242d"]}} -{"id":"ec-meeting-2021-11-23-3900bea21ece45c74252f9f1d76fef46b0d1c995","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-23 - Cabinet of Executive Vice-President Frans Timmermans x Advanced Biofuels Coalition Blic Oy"],"date":["2021-11-23"],"summary":["Fit for 55 and REDIII proposals: reactions by LSB and discussions on state of play on negotiations among co-legislators"],"notes":["Portfolio: European Green Deal"],"location":["Brussels - video conference"],"address":["Brussels - video conference"],"addressEntity":["addr-d7df553e47e69d1cc9f4189b36b7c867f80459b0"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-a282162080cef4ef2a8c0ab6247a3e03dc438507","eu-tr-687078815005-93","ec-person-f1a3478550296f3f9accdc67d6ef5a0b681dda4b","eu-tr-526080337842-49"]}} -{"id":"ec-meeting-2021-11-23-414e20aa747133c9e53e9750792bd2d2dff4989e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-23 - Cabinet of Executive Vice-President Frans Timmermans x The EU Vegetable Oil and Proteinmeal Industry"],"date":["2021-11-23"],"summary":["Deforestation"],"notes":["Portfolio: European Green Deal"],"location":["Video call"],"address":["Video call"],"addressEntity":["addr-ad60f43c3b2e61f55f8d15d2bb303f6d11ac791b"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-4d24ceb9e6bdaabe394d1506aa601a9ce9d0e59b","eu-tr-85076002321-31"]}} -{"id":"ec-meeting-2021-11-23-48005132e0715c077f09e76a2f53b1a08c34614d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-23 - Cabinet of Commissioner Elisa Ferreira x Cerame-Unie"],"date":["2021-11-23"],"summary":["Meeting on the draft Communication on the revised Climate, Energy and Environmental Aid Guidelines (CEEAG)"],"notes":["Portfolio: Cohesion and Reforms"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-commissioner-elisa-ferreira-of"],"involved":["ec-person-884d261ef161b119c9fc64f7a0514dc014ca2bd7","eu-tr-79465004946-12"]}} -{"id":"ec-meeting-2021-11-23-4974077e4d6a67210abdff3979aef44048148f7e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-23 - Cabinet of Executive Vice-President Margrethe Vestager x Lenovo Group Limited"],"date":["2021-11-23"],"summary":["Innovation and cybersecurity"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0","eu-tr-217499944538-05","ec-person-0e93ebac9bad76e1351e0981f04e7ef88848f943"]}} -{"id":"ec-meeting-2021-11-23-6d9444294e385fd9509b8f063e854b3c950b6a1e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-23 - Cabinet of Commissioner Elisa Ferreira x European Coalition for Corporate Justice Clean Clothes Campaign / Stichting Schone Kleren Kampagne"],"date":["2021-11-23"],"summary":["Sustainable Corporate Governance"],"notes":["Portfolio: Cohesion and Reforms"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-elisa-ferreira-of"],"involved":["eu-tr-48872621093-60","ec-person-5bebc7b029567ec14718c647bb3813e76a4c729d","eu-tr-714466824568-72"]}} -{"id":"ec-meeting-2021-11-23-87e817c9ba6cb582a162ff91956575e30b7ff051","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-23 - Foreign Policy Instruments x European Peacebuilding Liaison Office"],"date":["2021-11-23"],"summary":["Cooperation on conflict prevention and peace building"],"location":["VTC"],"address":["VTC"],"addressEntity":["addr-9d1acaa772820b8ade84113d2da24716fe455be2"],"organizer":["ec-dg-fpi"],"involved":["eu-tr-0878397912-17","ec-person-c3b6b442c99862009242a343eeb51ed66498bd31"]}} -{"id":"ec-meeting-2021-11-23-8ee56255877e78be5bb2a5484114ec82e6a2318e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-23 - Cabinet of Executive Vice-President Margrethe Vestager x European Plastics Converters Association"],"date":["2021-11-23"],"summary":["draft State Aid Guidelines on Climate, environmental protection and Energy"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-6b6135249735cff1f3061530471f1e159500c840","eu-tr-93255296152-29"]}} -{"id":"ec-meeting-2021-11-23-a0da9424ae2efe0ea81a61a6a3879082cafb8855","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-23 - Cabinet of Executive Vice-President Valdis Dombrovskis x UPM-Kymmene Oyj Metsäliitto Cooperative Confederation of European Paper Industries"],"date":["2021-11-23"],"summary":["EU paper industry views on the Green Deal strategy and industry’s vision for 2030"],"notes":["Portfolio: An Economy that Works for People"],"location":["video - conference"],"address":["video - conference"],"addressEntity":["addr-2eb5d3b5d5bafbd0329beffa547939a5fa3646a2"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["eu-tr-72279144480-58","eu-tr-861194311863-31","ec-person-3520008ac93a203db50d106deafde939bc2729f1","eu-tr-962687110415-94"]}} -{"id":"ec-meeting-2021-11-23-ae17763591d70f1ae4bdf83b27485b6e52fdb3c9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-23 - Cabinet of Commissioner Nicolas Schmit x Uber"],"date":["2021-11-23"],"summary":["Platform work"],"notes":["Portfolio: Jobs and Social Rights"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-8eb18b6102d444937bc6af5822a6742812165b48","ec-person-4cf4655ab41922e92160325d987a3c4615c72d30","eu-tr-002278013515-26","ec-person-935314e38d735654cae8ee61313a3d73439b242d","ec-person-c03b949331dbbe5fa3d5423758e371ec1b9b832f"]}} -{"id":"ec-meeting-2021-11-23-ca7bd0ca4febfbd835ccca2945a9003290a094d7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-23 - Cabinet of Commissioner Ylva Johansson x Human Rights Watch"],"date":["2021-11-23"],"summary":["Situation at ‘EU external border with Belarus’."],"notes":["Portfolio: Home Affairs"],"location":["VTC"],"address":["VTC"],"addressEntity":["addr-9d1acaa772820b8ade84113d2da24716fe455be2"],"organizer":["ec-cabinet-commissioner-johansson-of-ylva"],"involved":["ec-person-1f14c98028fa6f9f43ee9cd5aef7ed77c30761a5","eu-tr-56362448807-46"]}} -{"id":"ec-meeting-2021-11-23-dc4ec187204d71faafd370e60eade3efb2fd38b3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-23 - Cabinet of Executive Vice-President Margrethe Vestager x Rolls-Royce plc"],"date":["2021-11-23"],"summary":["Decarbonisation and digitalisation in marine industry"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-58290033126-06","ec-person-0e93ebac9bad76e1351e0981f04e7ef88848f943"]}} -{"id":"ec-meeting-2021-11-23-e315c833c7f6adbb84d6dfab0d4a8746f09dbcd8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-23 - Cabinet of Commissioner Virginijus Sinkevičius x Deutsche Umwelthilfe e.V."],"date":["2021-11-23"],"summary":["To discuss climate litigation, air quality standards and other topics"],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["eu-tr-03506017714-81","ec-person-d60b74d6bf19edff0aacdad384927f95de9b3c60"]}} -{"id":"ec-meeting-2021-11-23-e4afbb7d9294de6855daf8f3af6122429b415b72","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-23 - Trade x The American European Community Association"],"date":["2021-11-23"],"summary":["EU trade policy approach for the post-coronavirus world"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-trade"],"involved":["ec-person-2045c2589da3988908fcfe731e8224e7e06a7c63","eu-tr-307603023489-82"]}} -{"id":"ec-meeting-2021-11-23-eabcbfb478d2c61afa212b8a0b501d468d771b88","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-23 - Mobility and Transport x Rolls-Royce plc"],"date":["2021-11-23"],"summary":["FuelEU Maritime"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-move"],"involved":["ec-person-26cdfacae671b09917bee1a91c91973941fa58a2","eu-tr-58290033126-06"]}} -{"id":"ec-meeting-2021-11-23-ebad3d698cefb6d459f94b3595da03e70e959181","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-23 - Cabinet of Commissioner Mairead Mcguinness x European Telecommunications Network Operators' Association"],"date":["2021-11-23"],"summary":["Sustainable Finance, Taxonomy"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-a5441c6a69a8a94fd64e02def60fcc6567f2c1d8","eu-tr-08957111909-85"]}} -{"id":"ec-meeting-2021-11-23-f6824bda5a22833f5ab530855532f1d0b9e2a2cf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-23 - Cabinet of Commissioner Didier Reynders x Manufacture Française des Pneumatiques Michelin"],"date":["2021-11-23"],"summary":["Due diligence and corporate social responsibility, and broader ambitions of the EU’s Green Deal"],"notes":["Portfolio: Justice"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-didier-of-reynders"],"involved":["ec-person-50f9cba2282e1d03395cdd0faf9ce6e9a2ff3104","eu-tr-1413466815-09","ec-person-442bf1ae9900b999673cdd7389224d0e21b67d4d"]}} -{"id":"ec-meeting-2021-11-23-fb102c682f6e6701b8452d7b24932b15c9672347","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-23 - Cabinet of Executive Vice-President Valdis Dombrovskis x City of London Corporation"],"date":["2021-11-23"],"summary":["Carbon Border Adjustment Mechanism (CBAM)"],"notes":["Portfolio: An Economy that Works for People"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-4afd4ae4e50604ac3c0c9ae597bcb74eb1dd31b6","eu-tr-695661118936-08"]}} -{"id":"ec-meeting-2021-11-23-fd387242b5fb7570a8d30de560a3b528a96164c4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-23 - Cabinet of Executive Vice-President Frans Timmermans x Attero"],"date":["2021-11-23"],"summary":["Circular economy and plastic recycling"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-759387338292-68","ec-person-8af3c81534786a740718d21dc58240738a53ed7b"]}} -{"id":"ec-meeting-2021-11-24-1695919f75e9185f97ba850e7544e385a1d37a8b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-24 - Cabinet of Commissioner Didier Reynders x Rolls-Royce plc"],"date":["2021-11-24"],"summary":["Sustainable Corporate Governance"],"notes":["Portfolio: Justice"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-didier-of-reynders"],"involved":["ec-person-442bf1ae9900b999673cdd7389224d0e21b67d4d","ec-person-1e25399e2267734c5f4c69093d2286c8898ee9f0","eu-tr-58290033126-06"]}} -{"id":"ec-meeting-2021-11-24-1931c5c9328d632230a808a7fdd7ce36201fb4b6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-24 - Cabinet of Commissioner Stella Kyriakides x American Chamber of Commerce to the European Union"],"date":["2021-11-24"],"summary":["Courtesy meeting and an exchange of views on transatlantic relations and cooperation on key initiatives in the health area."],"notes":["Portfolio: Health"],"location":["Webex"],"address":["Webex"],"addressEntity":["addr-4b591c6aa2d0556305c2d15987c48d32c33f9ca9"],"organizer":["ec-cabinet-commissioner-kyriakides-of-stella"],"involved":["eu-tr-5265780509-97","ec-person-991ce64cea5178762c932ac823ea5d309e7a8d93"]}} -{"id":"ec-meeting-2021-11-24-22192e936cef3733609cb1fa9792e429e6fa0ca0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-24 - Cabinet of Commissioner Thierry Breton x Reporters sans frontières"],"date":["2021-11-24"],"summary":["European Media Freedom Act"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-612547127497-45","ec-person-4d83416435f81b1f1e8f5c86aeebb1478577f1d2","ec-person-5215bd372c5a1202399d77ecceb8c16de8d7d55c"]}} -{"id":"ec-meeting-2021-11-24-5ce3ee4ac014e9d1c4a96103581c51ef716b7277","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-24 - Cabinet of Executive Vice-President Frans Timmermans x WWF European Policy Programme"],"date":["2021-11-24"],"summary":["Taxonomy"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-e88af8eb396e96e3dbc9b4ec6e40a348d26c389c","eu-tr-1414929419-24"]}} -{"id":"ec-meeting-2021-11-24-635c600e19050663d7a041bce07a2e73427b4b71","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-24 - Cabinet of Executive Vice-President Frans Timmermans x Slow Food"],"date":["2021-11-24"],"summary":["Sustainable food systems"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-01936914624-97","ec-person-33624431cbec1074e151c1707715ef46d2ba9565"]}} -{"id":"ec-meeting-2021-11-24-706b7718170a1a3747834297aaa6d9658f763196","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-24 - Cabinet of Vice-President Věra Jourová x International Wool Textile Organisation"],"date":["2021-11-24"],"summary":["Green transition"],"notes":["Portfolio: Values and Transparency"],"location":["VC"],"address":["VC"],"addressEntity":["addr-d6788b0715b89d9781e90f4df364ac624d78e439"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["ec-person-eb96be0a510a5e7f122fa88f994b99f073b5dac4","eu-tr-483986023726-90"]}} -{"id":"ec-meeting-2021-11-24-773eb7a324c86e42ae7636b600863a32a5947706","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-24 - Cabinet of Commissioner Didier Reynders x Bureau Européen des Unions de Consommateurs"],"date":["2021-11-24"],"summary":["The initiative on empowering consumers for the green transition\r\nThe product safety pledge"],"notes":["Portfolio: Justice"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-didier-of-reynders"],"involved":["ec-person-50f9cba2282e1d03395cdd0faf9ce6e9a2ff3104","eu-tr-9505781573-45"]}} -{"id":"ec-meeting-2021-11-24-850743fe09e477cdbc201fa70eb4caf851b13374","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-24 - Cabinet of Executive Vice-President Valdis Dombrovskis x Rolls-Royce plc"],"date":["2021-11-24"],"summary":["Sustainable finance taxonomy"],"notes":["Portfolio: An Economy that Works for People"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-235870cd7eb41f2494f695fce18b5b5b88647113","eu-tr-58290033126-06","ec-person-f011ed0f7c78d833a79f1206f788e0cbd9cb8864"]}} -{"id":"ec-meeting-2021-11-24-891222c5508d32330487859921cc2c1da984c605","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-24 - Cabinet of Executive Vice-President Margrethe Vestager x EUROSMART"],"date":["2021-11-24"],"summary":["(Meeting with Leti, part of Eurosmart)\r\nTopic: semiconductors"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-0e93ebac9bad76e1351e0981f04e7ef88848f943","ec-person-3da433aae105b13fe027e9c9b3dcac2c97029370","eu-tr-21856815315-64","ec-person-8b6db5c3c4611618ade59c6d0dadc21c962f0ee7"]}} -{"id":"ec-meeting-2021-11-24-946653593bc709fcbbe408aa321ebcf22903344f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-24 - Legal Service x European Company Lawyers Association"],"date":["2021-11-24"],"summary":["Professional secrecy of lawyers across Europe"],"location":["Virtual meeting"],"address":["Virtual meeting"],"addressEntity":["addr-1f1f3f51a4da31a1ea5c1b4b21cbf52ad983224f"],"organizer":["ec-dg-sj"],"involved":["ec-person-c7525eb4b356e4e8e4634178554e72bf53d99301","eu-tr-382239613871-43"]}} -{"id":"ec-meeting-2021-11-24-9590200f0fe5f563ec8b5fd1d3743a58904c4193","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-24 - Defence Industry and Space x Rolls-Royce plc"],"date":["2021-11-24"],"summary":["Introductory meeting to exchange views on the EU defence market as regards engines and power plants in both naval and land systems sectors."],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-defis"],"involved":["ec-person-a5e52cd544ea3aa44eb4b31fac65a468499f106e","eu-tr-58290033126-06"]}} -{"id":"ec-meeting-2021-11-24-a09cf9af0779acfc29592cd9ab5e4d7706aa480f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-24 - Cabinet of Executive Vice-President Frans Timmermans x European Confederation of Independent Trade Unions"],"date":["2021-11-24"],"summary":["social aspects of the Green Deal and Fit for 55"],"notes":["Portfolio: European Green Deal"],"location":["Brussels (videoconference)"],"address":["Brussels (videoconference)"],"addressEntity":["addr-843ddf9d3c6977cd8d56db6bb2154f8415263e26"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-32738888445-74","ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce"]}} -{"id":"ec-meeting-2021-11-24-a33268f9c9480de9e539b757e60e194a8d379da1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-24 - Cabinet of Executive Vice-President Frans Timmermans x SkyfloX"],"date":["2021-11-24"],"summary":["Possible contribution to Green Deal monitoring"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-563458744354-17","ec-person-8af3c81534786a740718d21dc58240738a53ed7b"]}} -{"id":"ec-meeting-2021-11-24-a3d6f951b9b8381786170505e4fdf73fb3771433","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-24 - Cabinet of Executive Vice-President Margrethe Vestager x American Chamber of Commerce to the European Union"],"date":["2021-11-24"],"summary":["Competitiveness of Europe in the global economy + Transatlantic relations"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-11d97788772862bb34f51dd26d7f92603eac1bf8","eu-tr-5265780509-97","ec-person-8b6db5c3c4611618ade59c6d0dadc21c962f0ee7"]}} -{"id":"ec-meeting-2021-11-24-a7170251fdd1bc824219db2dd2dbe751e8fef243","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-24 - Cabinet of Commissioner Janez Lenarčič x Norwegian Refugee Council Europe"],"date":["2021-11-24"],"summary":["Follow-up to 2021 Commission Communication on Humanitarian Action"],"notes":["Portfolio: Crisis Management"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-janez-lenarcic-of"],"involved":["eu-tr-750447615329-96","ec-person-a6cd325c80698b2331699224c780ebfb10573602"]}} -{"id":"ec-meeting-2021-11-24-aa8c33b76610cd94c6c237fd0ccb63509cf67712","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-24 - Cabinet of Commissioner Adina Vălean x Air France KLM"],"date":["2021-11-24"],"summary":["Meeting on the aviation sector and fit for 55."],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["eu-tr-964585844168-70","ec-person-7f9ba99138b4fa5c698037dc7507219b1319e0a7"]}} -{"id":"ec-meeting-2021-11-24-d9988e4c60afe974c1be1c6c7a6f111ee5f1969e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-24 - Cabinet of Commissioner Johannes Hahn x Hewlett Packard Enterprise"],"date":["2021-11-24"],"summary":["Digital transformation"],"notes":["Portfolio: Budget and Administration"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hahn-johannes-of"],"involved":["eu-tr-075071719925-75","ec-person-d1cfc2bdcd92eb0b7e7112810e03f3aff3f4af35"]}} -{"id":"ec-meeting-2021-11-24-e26ed039b8a17d78fe909cca16a5064ce48aa1fc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-24 - Health and Food Safety x Interprofesional Citrícola Española (INTERCITRUS)"],"date":["2021-11-24"],"summary":["Phytosanitary measures to prevent the introduction into the EU of plant pests and plant diseases."],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-sante"],"involved":["eu-tr-575334944797-29","ec-person-f442ca8cd331fc51ad479fe0db982bb9fdb00647"]}} -{"id":"ec-meeting-2021-11-24-e9315598f25f576acbd8d1e399c414c03e8e0ace","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-24 - Cabinet of Vice-President Dubravka Šuica x American Chamber of Commerce to the European Union"],"date":["2021-11-24"],"summary":["Status of the Conference on the Future of Europe\r\nImpact of demographic change on trade and investments\r\nPossible future cooperation and possible invites to AmChamEU events in 2022"],"notes":["Portfolio: Democracy and Demography"],"location":["Brussels/Online"],"address":["Brussels/Online"],"addressEntity":["addr-3aa53b6d730731a53b7971a5def3048fd5a4c1e5"],"organizer":["ec-cabinet-dubravka-of-president-suica-vice"],"involved":["ec-person-ebe31c2924b1fbde99804f8f575004fb99739165","ec-person-bae2f44eb21285b37ecc9c7f2f42b4acb1f53264","eu-tr-5265780509-97","ec-person-026798f0d4b4567a1c4ba592351123da781ce908"]}} -{"id":"ec-meeting-2021-11-24-ee11bc954ec857ca1bfeccfd8b13dfaebb10d0d4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-24 - Cabinet of Executive Vice-President Margrethe Vestager x OVH Groupe"],"date":["2021-11-24"],"summary":["Cybersecurity"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-281155638075-51","ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0","ec-person-8b6db5c3c4611618ade59c6d0dadc21c962f0ee7"]}} -{"id":"ec-meeting-2021-11-24-f884fb014c212152aa95920c1631a28f1174a307","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-24 - Cabinet of Executive Vice-President Frans Timmermans x Hydrogen Europe"],"date":["2021-11-24"],"summary":["RED2 and RED3 follow up – RFNBO delegated act"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-d53e00c46a4cc62bbf533e0c9bb35bacb9121989","eu-tr-77659588648-75"]}} -{"id":"ec-meeting-2021-11-25-04d5a236e9fbe5acf91d1bab1554b5faad89c8ed","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-25 - Cabinet of Commissioner Didier Reynders x None"],"date":["2021-11-25"],"summary":["The product safety pledge and its future extension."],"notes":["Portfolio: Justice"],"location":["online"],"address":["online"],"addressEntity":["addr-2dbc2fd2358e1ea1b7a6bc08ea647b9a337ac92d"],"organizer":["ec-cabinet-commissioner-didier-of-reynders"],"involved":["eu-tr-914893310703-33","eu-tr-905275645015-69","eu-tr-113712937115-73","eu-tr-952721718748-34","eu-tr-611131527720-22","ec-person-1e25399e2267734c5f4c69093d2286c8898ee9f0","eu-tr-366117914426-10","eu-tr-40386322300-77","eu-tr-754356330917-42","eu-tr-288124335633-28"]}} -{"id":"ec-meeting-2021-11-25-0aa4a451704ed40568eec05c6ec7581729318136","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-25 - Cabinet of Executive Vice-President Frans Timmermans x Polskie Stowarzyszenie Paliw Alternatywnych"],"date":["2021-11-25"],"summary":["Charging point roll-out in Central and Eastern Europe"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-117892544624-86","ec-person-d56ecbfde17436a136fc89c9a978b266e8285c84"]}} -{"id":"ec-meeting-2021-11-25-140aa425806192661c0309a1d5e7cadeea9b9c6f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-25 - Cabinet of Executive Vice-President Frans Timmermans x EUROPEAN TRADE UNION CONFEDERATION"],"date":["2021-11-25"],"summary":["Green Deal and social aspects"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-7c876f4825f213b8adbedf089ccedfbc3b36d65b","eu-tr-06698681039-26"]}} -{"id":"ec-meeting-2021-11-25-2091797308f5ba901e52132adaebbfb2c6a0af76","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-25 - Cabinet of Executive Vice-President Frans Timmermans x Ericsson"],"date":["2021-11-25"],"summary":["Sustainable telecoms networks"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-d56ecbfde17436a136fc89c9a978b266e8285c84","eu-tr-02021363105-42"]}} -{"id":"ec-meeting-2021-11-25-2c16d28eedecfe7a5ff2dcbf619a9b89dbfa468c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-25 - Cabinet of Commissioner Johannes Hahn x European Coalition for Corporate Justice"],"date":["2021-11-25"],"summary":["Sustainable Corporate Governance, Corporate Due Diligence and Corporate Accountability"],"notes":["Portfolio: Budget and Administration"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hahn-johannes-of"],"involved":["ec-person-26e87e8dbc382b84ce1f54266bee0b7eab520454","eu-tr-48872621093-60","ec-person-fc0e10502560866789b824b224f2c41dda3447e1"]}} -{"id":"ec-meeting-2021-11-25-2fae8318ba205c845077bf373da9515d838557dd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-25 - Cabinet of Commissioner Jutta Urpilainen x Helsingin yliopisto Helsinki EU Office (vastuutaho Uudenmaan liitto)"],"date":["2021-11-25"],"summary":["Africa and cooperation on higher education."],"notes":["Portfolio: International Partnerships"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["eu-tr-661042540157-54","eu-tr-796380111637-72","ec-person-7c4fa9cfb750b5b524c065180fcee1123b8df03e"]}} -{"id":"ec-meeting-2021-11-25-37ac242ac20476c543c09cb7243d1a2d5d9d7421","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-25 - Cabinet of Commissioner Janusz Wojciechowski x Arla Foods amba"],"date":["2021-11-25"],"summary":["carbon farming and regenerative farming"],"notes":["Portfolio: Agriculture"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["ec-person-cafe030b6dad78a75143f7552c420481b30ebceb","eu-tr-479299526321-12"]}} -{"id":"ec-meeting-2021-11-25-39eb8e9f2b3505d3a3c09139485a1c0acaa4ae90","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-25 - Cabinet of Executive Vice-President Frans Timmermans x WindEurope"],"date":["2021-11-25"],"summary":["RED2 and RED3 follow up – RFNBO delegated act"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-19920706471-21","ec-person-d53e00c46a4cc62bbf533e0c9bb35bacb9121989"]}} -{"id":"ec-meeting-2021-11-25-3eb5ce6b9ed7f2c11014ca425ac9f4a039062990","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-25 - Cabinet of Commissioner Didier Reynders x Meta Platforms Ireland Limited and its various subsidiaries (f/k/a Facebook Ireland Limited)"],"date":["2021-11-25"],"summary":["Digital files and the potential data flows agreement"],"notes":["Portfolio: Justice"],"location":["Video conference"],"address":["Video conference"],"addressEntity":["addr-ebc9fd5c2f372a32153cf3f4d5fb918a96b84a88"],"organizer":["ec-cabinet-commissioner-didier-of-reynders"],"involved":["ec-person-50f9cba2282e1d03395cdd0faf9ce6e9a2ff3104","ec-person-442bf1ae9900b999673cdd7389224d0e21b67d4d","eu-tr-28666427835-74"]}} -{"id":"ec-meeting-2021-11-25-512d1cd0b343e7bee43a08abdeaec995f1833059","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-25 - Cabinet of Executive Vice-President Margrethe Vestager x EUROPEAN TRADE UNION CONFEDERATION"],"date":["2021-11-25"],"summary":["Platform workers"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0","eu-tr-06698681039-26","ec-person-7167587814c61122201e2afb04bfb47539db4823"]}} -{"id":"ec-meeting-2021-11-25-66587f8d2b8af1d03d50b8b7376350ef7171ec09","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-25 - Cabinet of Executive Vice-President Margrethe Vestager x The German Marshall Fund of the United States - The Transatlantic Foundation"],"date":["2021-11-25"],"summary":["Trade and Technology Council"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-823171519707-31","ec-person-8b6db5c3c4611618ade59c6d0dadc21c962f0ee7"]}} -{"id":"ec-meeting-2021-11-25-67c835a270e7c3530fea7be54d62cf534e47ba67","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-25 - Cabinet of Executive Vice-President Margrethe Vestager x ELECTRICITE DE FRANCE"],"date":["2021-11-25"],"summary":["Draft State aid Guidelines on Climate, environmental protection and Energy"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-39966101835-69","ec-person-6b6135249735cff1f3061530471f1e159500c840"]}} -{"id":"ec-meeting-2021-11-25-6b80b9a69573485a1278fcdc0a5c817d9e5b9a39","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-25 - Cabinet of Commissioner Kadri Simson x Jastrzębska Spółka Węglowa S.A."],"date":["2021-11-25"],"summary":["Call with Polish industry representatives on coal parts of forthcoming methane legislation."],"notes":["Portfolio: Energy"],"location":["Video Conferencing"],"address":["Video Conferencing"],"addressEntity":["addr-e3b7413b2ac93be00b6bcff51fdc1374d67118bd"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["ec-person-f47a082bc2455a660c3b2ae348f0024736672752","eu-tr-370187927205-06"]}} -{"id":"ec-meeting-2021-11-25-769388d71213040dd4d450d89ccb7390e0d05651","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-25 - Cabinet of Executive Vice-President Frans Timmermans x Arla Foods amba"],"date":["2021-11-25"],"summary":["Sustainable food systems"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-33624431cbec1074e151c1707715ef46d2ba9565","eu-tr-479299526321-12"]}} -{"id":"ec-meeting-2021-11-25-8ffdc66584868b13f91571a725ce381a91169b5a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-25 - Cabinet of Executive Vice-President Margrethe Vestager x PA Europe"],"date":["2021-11-25"],"summary":["Meeting with International Institute for Strategic Studies (IISS), member of PA Europe\r\nTopic: Research presentation"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-11064742654-42","ec-person-8b6db5c3c4611618ade59c6d0dadc21c962f0ee7"]}} -{"id":"ec-meeting-2021-11-25-9f5680e18d2fee5ff5a3cfcd8aae37dcb53de81e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-25 - Mobility and Transport x daa plc"],"date":["2021-11-25"],"summary":["airport charges, greening actions"],"location":["Dublin, Ireland"],"address":["Dublin, Ireland"],"addressEntity":["addr-9254d2b0cd15e920cbb060acf87f8f943a0508e9"],"organizer":["ec-dg-move"],"involved":["eu-tr-64031768679-71","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2021-11-25-a43f9c31d223c5edd1940adb30914823c4c10a31","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-25 - Cabinet of Commissioner Mairead Mcguinness x Manufacture Française des Pneumatiques Michelin"],"date":["2021-11-25"],"summary":["Sustainable finance"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-a5441c6a69a8a94fd64e02def60fcc6567f2c1d8","eu-tr-1413466815-09","ec-person-1d2f53447b8f2d9bb3f50f7247ad40c2cf8036e4"]}} -{"id":"ec-meeting-2021-11-25-b3f46ec434ff7286c91504fb4ca36a360dfc57bf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-25 - Cabinet of Executive Vice-President Frans Timmermans x Secretariat of COMECE (Commission of the Episcopates of the European Union)"],"date":["2021-11-25"],"summary":["Interfaith Convention on the European Green Deal"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-7c876f4825f213b8adbedf089ccedfbc3b36d65b","eu-tr-47350036909-69"]}} -{"id":"ec-meeting-2021-11-25-d0c9fc1c9420894f51a5e08e966465cc83a65e8d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-25 - Cabinet of Commissioner Mairead Mcguinness x European Round Table for Industry"],"date":["2021-11-25"],"summary":["Sustainable Finance"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-2b9c589fb2354bd93067644d2c3d2c058d4c4cc9","ec-person-a5441c6a69a8a94fd64e02def60fcc6567f2c1d8","eu-tr-25487567824-45"]}} -{"id":"ec-meeting-2021-11-25-e97689fef7b83c9159b2bb746738362ec05c480b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-25 - Cabinet of Vice-President Věra Jourová x Oversight Board"],"date":["2021-11-25"],"summary":["Code of Practice on Disinformation, Political advertising"],"notes":["Portfolio: Values and Transparency"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["ec-person-74c07660dcbc6dc9993b34462cf2a1fec35925ea","eu-tr-342627244426-89","ec-person-fb258e0188a5319bfaba3161382db43f5a85851f"]}} -{"id":"ec-meeting-2021-11-25-fab4d2acab5dcec00b17efe519d686892631428f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-25 - Cabinet of Commissioner Stella Kyriakides x EUROPEAN ORGANISATION FOR RARE DISEASES European Public Health Alliance European Patients' Forum (EPF) Alzheimer Europe"],"date":["2021-11-25"],"summary":["Follow up to Cssr Kyriakides’ meeting with CSOs on 25/10/2021 on civil society funding through EU4Health"],"notes":["Portfolio: Health"],"location":["Webex"],"address":["Webex"],"addressEntity":["addr-4b591c6aa2d0556305c2d15987c48d32c33f9ca9"],"organizer":["ec-cabinet-commissioner-kyriakides-of-stella"],"involved":["eu-tr-37399753690-65","ec-person-991ce64cea5178762c932ac823ea5d309e7a8d93","eu-tr-61911227368-75","eu-tr-18941013532-08","eu-tr-93272076510-87"]}} -{"id":"ec-meeting-2021-11-25-fbbd974782660930b70db53da787b64ec97fa076","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-25 - Cabinet of Commissioner Paolo Gentiloni x CEMBUREAU - The European Cement Association"],"date":["2021-11-25"],"summary":["Energy state aid guidelines"],"notes":["Portfolio: Economy"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-cabinet-commissioner-gentiloni-of-paolo"],"involved":["ec-person-8da36db391ed53f362d495cd564ba8b45c7003e1","eu-tr-93987316076-63"]}} -{"id":"ec-meeting-2021-11-26-0a86bf2f711d435763129f292aa30e2f2997068a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-26 - Cabinet of Commissioner Virginijus Sinkevičius x ClientEarth AISBL WWF European Policy Programme"],"date":["2021-11-26"],"summary":["To discuss the nature restoration legislation"],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["eu-tr-1414929419-24","eu-tr-96645517357-19","ec-person-d60b74d6bf19edff0aacdad384927f95de9b3c60"]}} -{"id":"ec-meeting-2021-11-26-19e403cce5a8b451b378b9606e326af0c91c97df","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-26 - Foreign Policy Instruments x Appel de Genève / Geneva Call"],"date":["2021-11-26"],"summary":["Cooperation on conflict prevention and peace building"],"location":["VTC"],"address":["VTC"],"addressEntity":["addr-9d1acaa772820b8ade84113d2da24716fe455be2"],"organizer":["ec-dg-fpi"],"involved":["eu-tr-302979911822-71","ec-person-c807b0d7987703f3934e9e3417c0a8b3cb2cd297"]}} -{"id":"ec-meeting-2021-11-26-20b43c4397a3b7439619e0f88347a40f6db4f874","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-26 - Cabinet of Executive Vice-President Frans Timmermans x ClientEarth AISBL WWF European Policy Programme"],"date":["2021-11-26"],"summary":["nature restoration legislation"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-1414929419-24","ec-person-8af3c81534786a740718d21dc58240738a53ed7b","eu-tr-96645517357-19"]}} -{"id":"ec-meeting-2021-11-26-394f1aadcf7fb7ed2c40212666b1b39094c9d779","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-26 - Cabinet of President Ursula von der Leyen x Moderna Inc."],"date":["2021-11-26"],"summary":["Meeting with CEO of Moderna"],"notes":["Portfolio: President"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["eu-tr-011080341579-06","ec-person-a2ac27c3a7aa93937efc47169c1dc2264a822175"]}} -{"id":"ec-meeting-2021-11-26-57e677cadacf64ce9576b5a5caad999e880e5a06","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-26 - Cabinet of President Ursula von der Leyen x Pfizer Inc."],"date":["2021-11-26"],"summary":["Meeting with CEO of Pfizer"],"notes":["Portfolio: President"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-a2ac27c3a7aa93937efc47169c1dc2264a822175","eu-tr-4263301811-33"]}} -{"id":"ec-meeting-2021-11-26-6c1ae87c74036b87deac00060c7a7284125d6786","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-26 - Cabinet of Executive Vice-President Valdis Dombrovskis x SMEunited aisbl"],"date":["2021-11-26"],"summary":["Exchange of views on the forthcoming legislative proposal on platform work"],"notes":["Portfolio: An Economy that Works for People"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["eu-tr-55820581197-35","ec-person-95d6ecce9b8f3a7b167d0eac8e270fdce0665ccb"]}} -{"id":"ec-meeting-2021-11-26-7951ef493378a5659abff888e9018834f444c067","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-26 - Cabinet of Executive Vice-President Margrethe Vestager x Oversight Board"],"date":["2021-11-26"],"summary":["Digital Services Act"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-342627244426-89","ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0"]}} -{"id":"ec-meeting-2021-11-26-c0519fd763c232794acdc315048981f34efba2e1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-26 - Cabinet of Executive Vice-President Valdis Dombrovskis x EUROPEAN TRADE UNION CONFEDERATION"],"date":["2021-11-26"],"summary":["Forthcoming legislative proposal on platform work. ETUC presented its views on the main challenges that the EC proposal should address, and the potential pitfalls to avoid, following up on their response to the second-stage consultation."],"notes":["Portfolio: An Economy that Works for People"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-95d6ecce9b8f3a7b167d0eac8e270fdce0665ccb","eu-tr-06698681039-26"]}} -{"id":"ec-meeting-2021-11-26-d96ad04b4b7a7a7e2f0f3fdc0a63f7b94b510071","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-26 - Cabinet of Commissioner Thierry Breton x OVH Groupe"],"date":["2021-11-26"],"summary":["Cloud development"],"notes":["Portfolio: Internal Market"],"location":["video conference"],"address":["video conference"],"addressEntity":["addr-6dc12e3c97077db82f32184f24341ce370a445fd"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","eu-tr-281155638075-51","ec-person-b077a2e9f0fdb3b8f6e91d0bd0b256db9e40ce46"]}} -{"id":"ec-meeting-2021-11-26-e695dfb4c156439ab05ba5caa4c6013df5606e87","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-26 - Cabinet of Executive Vice-President Frans Timmermans x Provincie Noord-Holland"],"date":["2021-11-26"],"summary":["Presentation on Hydrogen"],"notes":["Portfolio: European Green Deal"],"location":["Ijmuiden"],"address":["Ijmuiden"],"addressEntity":["addr-c0436b94169002aaef19cbde108977b1e389cd4d"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-31077087864-12","ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce"]}} -{"id":"ec-meeting-2021-11-26-e6d03d5f9ff179de02e2ea937072aaefe4ebd880","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-26 - Cabinet of Executive Vice-President Valdis Dombrovskis x European Banking Federation"],"date":["2021-11-26"],"summary":["Basel III implementation, sustainable finance, digital finance"],"notes":["Portfolio: An Economy that Works for People"],"location":["Video-conference"],"address":["Video-conference"],"addressEntity":["addr-afae67aab834151e72f631228e72361e369db072"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["eu-tr-4722660838-23","ec-person-9e7bd1005456277f156b671d1555c6a460fb2f58"]}} -{"id":"ec-meeting-2021-11-26-eb93b0f14b422a8d683d82dc646f222b960f2d1e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-26 - Cabinet of Commissioner Jutta Urpilainen x Reporters sans frontières"],"date":["2021-11-26"],"summary":["Meeting with RSF on freedom of press"],"notes":["Portfolio: International Partnerships"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["eu-tr-612547127497-45","ec-person-6357f4506ca5351b3a822936612fd6006da48722"]}} -{"id":"ec-meeting-2021-11-26-f852bf506d5d0dbb1fae0333137ca60f02ab5b33","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-26 - Cabinet of Executive Vice-President Frans Timmermans x Tata Steel Nederland"],"date":["2021-11-26"],"summary":["Presentation on Hydrogen"],"notes":["Portfolio: European Green Deal"],"location":["Ijmuiden"],"address":["Ijmuiden"],"addressEntity":["addr-c0436b94169002aaef19cbde108977b1e389cd4d"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-08746491502-16","ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce"]}} -{"id":"ec-meeting-2021-11-29-0ac021cf29a1d06f2154c3887790d03d3a2b2c82","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-29 - Cabinet of Executive Vice-President Margrethe Vestager x Verband Deutscher Maschinen- und Anlagenbau e.V."],"date":["2021-11-29"],"summary":["Data Act"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0","ec-person-71043372bdf7ac2868e93db35f9e2f420db778e3","eu-tr-9765362691-45"]}} -{"id":"ec-meeting-2021-11-29-0ec1112188d7b1f8c5e2212c2b73b475e31c278d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-29 - Cabinet of Executive Vice-President Margrethe Vestager x Association of Commercial Television and Video on Demand Services in Europe"],"date":["2021-11-29"],"summary":["Digital Services Act, Digital Markets Act"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-18574111503-28","ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0","ec-person-73fb1ddd279f8c6697a055567a2c09606006b875"]}} -{"id":"ec-meeting-2021-11-29-18bd963d20000cd04eb292bf89e991b80703e27c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-29 - Cabinet of Commissioner Ylva Johansson x Médecins Sans Frontières International"],"date":["2021-11-29"],"summary":["situation at EU Eastern borders"],"notes":["Portfolio: Home Affairs"],"location":["VTC"],"address":["VTC"],"addressEntity":["addr-9d1acaa772820b8ade84113d2da24716fe455be2"],"organizer":["ec-cabinet-commissioner-johansson-of-ylva"],"involved":["eu-tr-928308827208-10","ec-person-1f14c98028fa6f9f43ee9cd5aef7ed77c30761a5"]}} -{"id":"ec-meeting-2021-11-29-2ba95d56e24ad564f142ee559fa3e9aebce7dcba","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-29 - Cabinet of Commissioner Thierry Breton x Verband Deutscher Maschinen- und Anlagenbau e.V."],"date":["2021-11-29"],"summary":["EU Data Strategy and Data Act"],"notes":["Portfolio: Internal Market"],"location":["Videconference"],"address":["Videconference"],"addressEntity":["addr-e611dc74f08dc0cb4369d9147ee1bc357f769320"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-d6689ffc6695e7e65bdd0e0c0da1721d3031ea1b","eu-tr-9765362691-45"]}} -{"id":"ec-meeting-2021-11-29-32158b6a993b9eb1fb08e7ab2858ef8e70c05206","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-29 - Cabinet of Executive Vice-President Margrethe Vestager x IFPI Representing recording industry worldwide"],"date":["2021-11-29"],"summary":["DSA"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-60394321918-91","ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0"]}} -{"id":"ec-meeting-2021-11-29-36987119e4fbc7ebb38842612ddd1cebefbc11ca","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-29 - Cabinet of Vice-President Margaritis Schinas x Motor Oil (Hellas) Corinth Refineries S.A"],"date":["2021-11-29"],"summary":["presentation of Motoroil Green Energy Plan"],"notes":["Portfolio: Promoting the European Way of Life"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-margaritis-of-president-schinas-vice"],"involved":["eu-tr-301330444826-56","ec-person-43f9f86cfe94e45a95f7fbdea9a59a54955ebcfa"]}} -{"id":"ec-meeting-2021-11-29-3b398509ef64027257dbd568ec2e18f8f0c7f7ae","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-29 - Cabinet of Vice-President Věra Jourová x King Baudouin Foundation"],"date":["2021-11-29"],"summary":["News media, Pluralis fund"],"notes":["Portfolio: Values and Transparency"],"location":["VC"],"address":["VC"],"addressEntity":["addr-d6788b0715b89d9781e90f4df364ac624d78e439"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["eu-tr-759326517587-51","ec-person-bf54da17217bbddfd9c68fe24d88005ac17e2c4b"]}} -{"id":"ec-meeting-2021-11-29-5a6c009fbe2afc8231d01889c50122899de85269","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-29 - Mobility and Transport x Global Business Travel Association"],"date":["2021-11-29"],"summary":["COVID and safe travel"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-dg-move"],"involved":["eu-tr-43871558497-67","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2021-11-29-5fae1165d50df42dc65d1ccd559f9c257d9d8eba","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-29 - Cabinet of Executive Vice-President Valdis Dombrovskis x Global Witness European Center for Constitutional and Human Rights European Coalition for Corporate Justice Clean Clothes Campaign / Stichting Schone Kleren Kampagne"],"date":["2021-11-29"],"summary":["Due diligence and forced labour"],"notes":["Portfolio: An Economy that Works for People"],"location":["Video conference"],"address":["Video conference"],"addressEntity":["addr-ebc9fd5c2f372a32153cf3f4d5fb918a96b84a88"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["eu-tr-10439809375-73","ec-person-235870cd7eb41f2494f695fce18b5b5b88647113","eu-tr-714466824568-72","eu-tr-853889944167-66","eu-tr-48872621093-60"]}} -{"id":"ec-meeting-2021-11-29-676b45180f5c3a91015b4673f8f207b4f3ffe90d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-29 - Cabinet of Commissioner Jutta Urpilainen x Gavi, the Vaccine Alliance"],"date":["2021-11-29"],"summary":["Exchange of views on COVAX"],"notes":["Portfolio: International Partnerships"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["eu-tr-078294941111-90","ec-person-6357f4506ca5351b3a822936612fd6006da48722"]}} -{"id":"ec-meeting-2021-11-29-685ac7d468c9c1824f28e6b76dd9d69f970c75ff","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-29 - Cabinet of Vice-President Věra Jourová x Association of Commercial Television and Video on Demand Services in Europe"],"date":["2021-11-29"],"summary":["Media Freedom Act, Democracy, disinformation, political advertising, DSA/DMA"],"notes":["Portfolio: Values and Transparency"],"location":["VC"],"address":["VC"],"addressEntity":["addr-d6788b0715b89d9781e90f4df364ac624d78e439"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["ec-person-bf54da17217bbddfd9c68fe24d88005ac17e2c4b","eu-tr-18574111503-28"]}} -{"id":"ec-meeting-2021-11-29-7e7d7e697b8171a34df716983b4879673c6fd0be","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-29 - Cabinet of Executive Vice-President Frans Timmermans x Conference of European National Librarians"],"date":["2021-11-29"],"summary":["National Libraries and Sustainability"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-4d24ceb9e6bdaabe394d1506aa601a9ce9d0e59b","eu-tr-804883820905-92"]}} -{"id":"ec-meeting-2021-11-29-a347a13b233879b73f512fb38419eb0b73d3b777","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-29 - Cabinet of Commissioner Kadri Simson x Lufthansa Group"],"date":["2021-11-29"],"summary":["Online meeting with Joerg Meinke and Oliver Simonis who presented Lufthansa and SN Brussels view over the Commission proposal on the ETS, ReFuelAviation and Energy Taxation Directive."],"notes":["Portfolio: Energy"],"location":["Video Conferencing"],"address":["Video Conferencing"],"addressEntity":["addr-e3b7413b2ac93be00b6bcff51fdc1374d67118bd"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["ec-person-f47a082bc2455a660c3b2ae348f0024736672752","eu-tr-0714344663-32"]}} -{"id":"ec-meeting-2021-11-29-a908f31c8c1683469b1b0f41d60c8f90d814abe7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-29 - Cabinet of Commissioner Thierry Breton x Transport and Environment (European Federation for Transport and Environment)"],"date":["2021-11-29"],"summary":["Euro 7"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-6308dea893b9b1ca0dcd5b91b4a1ac4c2f3020ad","eu-tr-58744833263-19"]}} -{"id":"ec-meeting-2021-11-29-c1ca8bc49f8ea0e5142f0130bee87bfe3bad897b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-29 - Cabinet of Commissioner Thierry Breton x Association of Commercial Television and Video on Demand Services in Europe"],"date":["2021-11-29"],"summary":["Exchange on EU digital legislation (DSA/DMA, AVMSD, copyright), audiovisual dialogue and Media Freedom Act"],"notes":["Portfolio: Internal Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","eu-tr-18574111503-28","ec-person-5215bd372c5a1202399d77ecceb8c16de8d7d55c"]}} -{"id":"ec-meeting-2021-11-29-c57d7d6d5e732a23e567b6871f3080219517fd67","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-29 - Cabinet of Commissioner Kadri Simson x FIPRA International SRL Honeywell Europe NV"],"date":["2021-11-29"],"summary":["To discuss how Honeywell can support the Commission’s work on the upcoming regulation to reduce methane emissions – specifically in the energy sector."],"notes":["Portfolio: Energy"],"location":["Video Conferencing"],"address":["Video Conferencing"],"addressEntity":["addr-e3b7413b2ac93be00b6bcff51fdc1374d67118bd"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["ec-person-f47a082bc2455a660c3b2ae348f0024736672752","eu-tr-75311753240-67","eu-tr-58746194306-23"]}} -{"id":"ec-meeting-2021-11-29-d79079c29950850e7645a75e086e20f917549fe9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-29 - Cabinet of Commissioner Paolo Gentiloni x Eni S.p.A."],"date":["2021-11-29"],"summary":["NGEU and green transition"],"notes":["Portfolio: Economy"],"location":["European Commission"],"address":["European Commission"],"addressEntity":["addr-bf96334420a27ad2c039d651f9f327c5f84fbbb5"],"organizer":["ec-cabinet-commissioner-gentiloni-of-paolo"],"involved":["ec-person-088d26d74d1898338fbf1c86e139bd6d3b870dbc","eu-tr-99578067285-35"]}} -{"id":"ec-meeting-2021-11-29-d8022829875dd042f1a8c8b34930db9f736d9b72","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-29 - Cabinet of Commissioner Janusz Wojciechowski x Stichting Solidaridad Nederland Stichting Fair Trade Advocacy Office Rainforest Alliance"],"date":["2021-11-29"],"summary":["Sustainable Corporate Governance initiative - inclusion of smallholder farmers"],"notes":["Portfolio: Agriculture"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["ec-person-cafe030b6dad78a75143f7552c420481b30ebceb","eu-tr-408640640017-46","eu-tr-860901940087-20","ec-person-ae252fb0bbbad2440e31f70ccc19082b7ac65837","eu-tr-60554685648-73"]}} -{"id":"ec-meeting-2021-11-29-db5ae414e853a2890f135ee49ed142714a229b06","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-29 - Cabinet of Commissioner Jutta Urpilainen x European Institute of Peace"],"date":["2021-11-29"],"summary":["Peace building; the humanitarian-development-peace nexus"],"notes":["Portfolio: International Partnerships"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["eu-tr-183089341543-86","ec-person-7c4fa9cfb750b5b524c065180fcee1123b8df03e"]}} -{"id":"ec-meeting-2021-11-29-ec4d66a4e693522493996d07989b983aacf39afd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-29 - Cabinet of Commissioner Kadri Simson x Eurelectric aisbl"],"date":["2021-11-29"],"summary":["The revision of the TEN E Regulation."],"notes":["Portfolio: Energy"],"location":["Video Conferencing"],"address":["Video Conferencing"],"addressEntity":["addr-e3b7413b2ac93be00b6bcff51fdc1374d67118bd"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["ec-person-f47a082bc2455a660c3b2ae348f0024736672752","eu-tr-4271427696-87"]}} -{"id":"ec-meeting-2021-11-29-efc234d48d9571dea61fc82914b5ac51809f9282","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-29 - Cabinet of Executive Vice-President Frans Timmermans x European Cyclists' Federation"],"date":["2021-11-29"],"summary":["Mobility"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-28451455737-18","ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce","ec-person-d56ecbfde17436a136fc89c9a978b266e8285c84"]}} -{"id":"ec-meeting-2021-11-29-fbbba3ac7014a90ce82f058c3cc17672dac22b2a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-29 - Cabinet of High Representative Josep Borrell Fontelles x INSTITUT FMES"],"date":["2021-11-29"],"summary":["Présentation du projet RSMed : Les rencontres stratégiques de la Méditerranée"],"notes":["Portfolio: High Representative of the Union for Foreign Affairs and Security Policy / Vice-President of the Commission"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-borrell-cabinet-fontelles-high-josep-of-representative"],"involved":["eu-tr-016967144717-83","ec-person-09e3d08df5a180336a981c2bd7382e19b5e380e7"]}} -{"id":"ec-meeting-2021-11-29-fbdfc92d99605d4221b84f5edf18ff137f63aef8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-29 - Cabinet of Commissioner Thierry Breton x Apple Inc."],"date":["2021-11-29"],"summary":["Circular economy, ecodesign"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-6308dea893b9b1ca0dcd5b91b4a1ac4c2f3020ad","eu-tr-588327811384-96"]}} -{"id":"ec-meeting-2021-11-30-078fa2bb27134a9f42c0980949db48aa2a8966f2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-30 - Cabinet of Commissioner Janusz Wojciechowski x American Chamber of Commerce to the European Union"],"date":["2021-11-30"],"summary":["EU-Agri Food Committee meeting"],"notes":["Portfolio: Agriculture"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["ec-person-625f8b4379f79adee4f15c6a0417a96bb5a5a403","eu-tr-5265780509-97"]}} -{"id":"ec-meeting-2021-11-30-083b62e52388eee027dd80dc3bcce67bdc2676be","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-30 - Cabinet of Commissioner Mairead Mcguinness x Association for Financial Markets in Europe"],"date":["2021-11-30"],"summary":["crypto-assets"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-0ba9b89127b39af6a66f2fc3ed727332f1b19a34","eu-tr-65110063986-76"]}} -{"id":"ec-meeting-2021-11-30-0894b3c81f5507ebf9652a11e8320ed733e57b63","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-30 - Cabinet of Commissioner Virginijus Sinkevičius x Whirlpool EMEA S.p.A"],"date":["2021-11-30"],"summary":["To discuss EU policy developments in the areas of zero pollution and circular economy, including the forthcoming Sustainable Products Initiative"],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["ec-person-dd7a7b1952e158f4195d34cff333ec79a4f48ba3","eu-tr-249959425421-97","ec-person-a58f1d06f5cb1d8dfd278e0c36d5aa1b9368b270"]}} -{"id":"ec-meeting-2021-11-30-1c9e439d5b64641f88cf1ccf7b577ac2906aa06f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-30 - Cabinet of President Ursula von der Leyen x Suomen itsenäisyyden juhlarahasto"],"date":["2021-11-30"],"summary":["European Green Deal"],"notes":["Portfolio: President"],"location":["Brussels (WEBEX)"],"address":["Brussels (WEBEX)"],"addressEntity":["addr-3afbdeda01f3dac93a9dc841fdac57d9de27b869"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-f2b941852d3b961d69ed695c2d243a1a2b4a1904","eu-tr-582824527068-76"]}} -{"id":"ec-meeting-2021-11-30-1f080f563944f6148d3d39032aa02a952ad92be2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-30 - Internal Market, Industry, Entrepreneurship and SMEs x King Baudouin Foundation"],"date":["2021-11-30"],"summary":["To illustrate the importance that the Commission attributes to the independence of media, by presenting financial instruments and mechanisms that the Commission has established (or is currently developing)."],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-grow"],"involved":["ec-person-0151c7e554d188fffc509ad636b7d1a84c5dfcd5","eu-tr-759326517587-51"]}} -{"id":"ec-meeting-2021-11-30-23b3e5b37e92e52eb3e7a367b7a031ecdbe3af96","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-30 - Cabinet of Commissioner Ylva Johansson x Amnesty International Limited"],"date":["2021-11-30"],"summary":["i) Situation at the EU borders with Belarus, \r\nii) Amnesty’s concerns with current proposals and narrative on migration, and \r\niii) Amnesty's support for Commissioner’s efforts to advance a fair and balanced policy response."],"notes":["Portfolio: Home Affairs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-johansson-of-ylva"],"involved":["ec-person-56478a183036db6fe9e976c032c67032ba183565","ec-person-31b127e72e9dd30ce85ff2b475ac65d28d7dc48d","eu-tr-11063928073-34"]}} -{"id":"ec-meeting-2021-11-30-25ebb93f5006e5ecab0e6a3db8e32900a5ee3ec6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-30 - Cabinet of Commissioner Kadri Simson x Neste Oyj"],"date":["2021-11-30"],"summary":["To discuss the decarbonisation of the European transport sector especially with a view to the Fit for 55 package and the proposal on the Renewable Energy Directive (RED III)."],"notes":["Portfolio: Energy"],"location":["Video Conferencing"],"address":["Video Conferencing"],"addressEntity":["addr-e3b7413b2ac93be00b6bcff51fdc1374d67118bd"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["ec-person-f47a082bc2455a660c3b2ae348f0024736672752","eu-tr-10257354120-19"]}} -{"id":"ec-meeting-2021-11-30-264b1d42537e7fd95745d33094c14a71ce8ff8f3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-30 - Cabinet of Commissioner Thierry Breton x EUK Consulting"],"date":["2021-11-30"],"summary":["EU health emergency preparedness and vaccine production capacity"],"notes":["Portfolio: Internal Market"],"location":["Videconference"],"address":["Videconference"],"addressEntity":["addr-e611dc74f08dc0cb4369d9147ee1bc357f769320"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-29815741326-06","ec-person-d6689ffc6695e7e65bdd0e0c0da1721d3031ea1b"]}} -{"id":"ec-meeting-2021-11-30-410a1a98b2383501bfb28dfc425f94990e874d8b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-30 - Cabinet of Vice-President Věra Jourová x European Internet Forum"],"date":["2021-11-30"],"summary":["Tackling harmful content online"],"notes":["Portfolio: Values and Transparency"],"location":["VC"],"address":["VC"],"addressEntity":["addr-d6788b0715b89d9781e90f4df364ac624d78e439"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["eu-tr-001968511387-52","ec-person-fb258e0188a5319bfaba3161382db43f5a85851f"]}} -{"id":"ec-meeting-2021-11-30-4d720d178777c2d1bb65fd9d9c24fcd4cc3a29e6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-30 - Cabinet of Executive Vice-President Margrethe Vestager x Move EU - The European Association of On-Demand Mobility"],"date":["2021-11-30"],"summary":["Platform workers"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-315076940253-42","ec-person-11d97788772862bb34f51dd26d7f92603eac1bf8","ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0","ec-person-7167587814c61122201e2afb04bfb47539db4823"]}} -{"id":"ec-meeting-2021-11-30-562bbd0cfe04b284467dc0b10766200667f176b1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-30 - Cabinet of Commissioner Jutta Urpilainen x OXFAM INTERNATIONAL EU ADVOCACY OFFICE"],"date":["2021-11-30"],"summary":["EU approach to the Sahel, in light of recently revised Sahel strategy"],"notes":["Portfolio: International Partnerships"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["eu-tr-46856801604-90","ec-person-b5a90dd5ba1c715a3e7923281f7a6ae9975796d8"]}} -{"id":"ec-meeting-2021-11-30-58ed582f859a511ae6844a1de93452588bd07ffe","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-30 - Cabinet of President Ursula von der Leyen x Bureau Européen des Unions de Consommateurs"],"date":["2021-11-30"],"summary":["Digital issues"],"notes":["Portfolio: President"],"location":["Brussels (VC)"],"address":["Brussels (VC)"],"addressEntity":["addr-7a7ab1034ef0b71e62ebf9a322dc5d9528505976"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-7019713e72781afb1f3b19032c4752a314b78180","eu-tr-9505781573-45"]}} -{"id":"ec-meeting-2021-11-30-5dd3896845746fd939f540024f50367138bfb958","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-30 - Cabinet of Executive Vice-President Frans Timmermans x ICLEI - Local Governments for Sustainability European Secretariat"],"date":["2021-11-30"],"summary":["Climate Pact, Local Green Deals"],"notes":["Portfolio: European Green Deal"],"location":["viedo-call"],"address":["viedo-call"],"addressEntity":["addr-4d171d4dc2b4721f5a5e4af6be75aa1704803e0c"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-b4af267cd7b109754c551f0ced280f6cf3718f16","eu-tr-064034733055-88"]}} -{"id":"ec-meeting-2021-11-30-628ef347ee1e810c27c4b1e1034edfb66a8512a2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-30 - Cabinet of Commissioner Virginijus Sinkevičius x Cerame-Unie"],"date":["2021-11-30"],"summary":["Meeting the European Ceramic Industry Association (ECIA) to discuss the ECIA position concerning the Commission’s new CEEAG (Climate, energy and environment aid Guidelines)"],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["ec-person-5d2fb692a102077260d7badef4a9f10132b72aee","eu-tr-79465004946-12"]}} -{"id":"ec-meeting-2021-11-30-6296b2f56e2405b93e458307a45e5b7e34f06bf6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-30 - Cabinet of Vice-President Margaritis Schinas x Merck"],"date":["2021-11-30"],"summary":["Pharma Strategy"],"notes":["Portfolio: Promoting the European Way of Life"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-margaritis-of-president-schinas-vice"],"involved":["ec-person-d5cada2a1a17537a675985af31e5ce07ae3bfd42","ec-person-180e5c5b13dac533a1241b0f9d78176c8bec3d51","eu-tr-49654992078-52"]}} -{"id":"ec-meeting-2021-11-30-68df29783c2a211e904e15f3502782d016fc15dd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-30 - Cabinet of Commissioner Mairead Mcguinness x Commerzbank AG"],"date":["2021-11-30"],"summary":["Green and digital transitions, competitiveness of EU banking sector."],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Virtual Meeting"],"address":["Virtual Meeting"],"addressEntity":["addr-ed078b6749077909a1a45720507ac2da9277b8b3"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["eu-tr-83370363079-88","ec-person-49e520c7a9c9c47ccb5acfa68f9416e4233af9f8"]}} -{"id":"ec-meeting-2021-11-30-798a569f5085750246a467abf5cf0804310a7ab4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-30 - Cabinet of Commissioner Kadri Simson x Naturschutzbund Deutschland e.V. EuroNatur - Stiftung Europäisches Naturerbe Riverwatch"],"date":["2021-11-30"],"summary":["To discuss the revision of the Renewable Energy Directive."],"notes":["Portfolio: Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["ec-person-f47a082bc2455a660c3b2ae348f0024736672752","eu-tr-018812630867-12","eu-tr-0285583802-96","eu-tr-352790841645-65"]}} -{"id":"ec-meeting-2021-11-30-8435f48f514b6ff379f861c51e9269edbceefa15","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-30 - Cabinet of Executive Vice-President Valdis Dombrovskis x Anti-Slavery International"],"date":["2021-11-30"],"summary":["forced labour"],"notes":["Portfolio: An Economy that Works for People"],"location":["video call"],"address":["video call"],"addressEntity":["addr-12d8c530d76da0b7745f9c0f9285e7eec97adc55"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-235870cd7eb41f2494f695fce18b5b5b88647113","ec-person-25f4019e9babab3840cf9d6dbf9cb6994f2104fb","eu-tr-464644816865-02"]}} -{"id":"ec-meeting-2021-11-30-85405300b4e1720033fdc828766d53e76fa2e19f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-30 - Migration and Home Affairs x Victim Support Europe"],"date":["2021-11-30"],"summary":["introductory meeting with the newly appointed president of VSE, Ms Geraldine Hanna. Issues of victim protection, in particular also planned initiatives in the field of child sexual abuse and trafficking in human beings were discussed."],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-home"],"involved":["eu-tr-83945428894-94","ec-person-eb837001036fd00bae706e2b0dfd0885bb71e4bb"]}} -{"id":"ec-meeting-2021-11-30-928a16d555200868f5ee4940f804a7247789ba70","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-30 - Cabinet of Commissioner Thierry Breton x Suomen itsenäisyyden juhlarahasto"],"date":["2021-11-30"],"summary":["Digital regulation, in particular on data"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-d6689ffc6695e7e65bdd0e0c0da1721d3031ea1b","eu-tr-582824527068-76","ec-person-4d83416435f81b1f1e8f5c86aeebb1478577f1d2"]}} -{"id":"ec-meeting-2021-11-30-a552963631cb3a64dc4a64087c71cffb9cea45a8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-30 - Cabinet of Executive Vice-President Frans Timmermans x McDonald’s Global Franchising Limited"],"date":["2021-11-30"],"summary":["Sustainable food systems"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-3830179837-87","ec-person-8af3c81534786a740718d21dc58240738a53ed7b","ec-person-33624431cbec1074e151c1707715ef46d2ba9565"]}} -{"id":"ec-meeting-2021-11-30-a99fcd93801ede74e04a5aba05dc817541a6a972","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-30 - Cabinet of Commissioner Didier Reynders x Twelve App"],"date":["2021-11-30"],"summary":["fundamental rights and data protection in the digital context"],"notes":["Portfolio: Justice"],"location":["videoconference"],"address":["videoconference"],"addressEntity":["addr-92b2fbb928e012810d80d9ef1abe12027beee200"],"organizer":["ec-cabinet-commissioner-didier-of-reynders"],"involved":["ec-person-442bf1ae9900b999673cdd7389224d0e21b67d4d","eu-tr-906192242809-56"]}} -{"id":"ec-meeting-2021-11-30-c21b5395bcbb8bf7e1ec1d573adb8ca7fcc9f71a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-30 - Mobility and Transport x Groupe ADP"],"date":["2021-11-30"],"summary":["Fit for 55; Restarting air traffic; SES and impact on airports"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-dg-move"],"involved":["eu-tr-53916638834-05","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2021-11-30-c477ea45aa70d462f5b358071b72352bfb4fee55","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-30 - Cabinet of Executive Vice-President Valdis Dombrovskis x Suomen itsenäisyyden juhlarahasto"],"date":["2021-11-30"],"summary":["EU and China relations, Stability and Growth pact."],"notes":["Portfolio: An Economy that Works for People"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["eu-tr-582824527068-76","ec-person-9e7bd1005456277f156b671d1555c6a460fb2f58"]}} -{"id":"ec-meeting-2021-11-30-c53b7e8f75139d1aedee62115b1d456eadac3f88","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-30 - Cabinet of Executive Vice-President Valdis Dombrovskis x Commerzbank AG"],"date":["2021-11-30"],"summary":["Green and digital transitions, competitiveness of EU banking sector"],"notes":["Portfolio: An Economy that Works for People"],"location":["video-conference"],"address":["video-conference"],"addressEntity":["addr-8736c288a4bc51ee27ef4ed41e652409a37e60d1"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-235870cd7eb41f2494f695fce18b5b5b88647113","eu-tr-83370363079-88"]}} -{"id":"ec-meeting-2021-11-30-cb10de95606890351605a028747b1594debb1707","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-30 - Communication x Shearwater Global"],"date":["2021-11-30"],"summary":["European Commission communication priorities"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-comm"],"involved":["ec-person-676f70803f4848c87b632d8522ff9ce8d4600e27","eu-tr-207783440380-27"]}} -{"id":"ec-meeting-2021-11-30-d4db832124c35b61d5541d42a6eb0eb9b866db5e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-30 - Cabinet of Commissioner Helena Dalli x European Women's Lobby"],"date":["2021-11-30"],"summary":["Commissioner Dalli held a meeting with the new EWL Secretary General Konstantina Vardaramatou who was appointed in October 2021. (https://twitter.com/helenadalli/status/1465781520417886213?s=20)"],"notes":["Portfolio: Equality"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-commissioner-dalli-helena-of"],"involved":["ec-person-d0b568d53468fcd3dfeeaddbd07343b5b065914d","eu-tr-85686156700-13"]}} -{"id":"ec-meeting-2021-11-30-d692d29c3421d12eeb08eba820cd0278d1d8743a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-30 - Cabinet of Executive Vice-President Frans Timmermans x Climate Cleanup Foundation Stichting Gideon - Building Transitions Tribes"],"date":["2021-11-30"],"summary":["Rapport Construction Stored Carbon"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce","eu-tr-237676544865-69","eu-tr-568971444864-28"]}} -{"id":"ec-meeting-2021-11-30-d92712019cdcb306b4c395ce7754dbe3dd156a4d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-30 - Cabinet of Commissioner Virginijus Sinkevičius x Confederation of European Paper Industries"],"date":["2021-11-30"],"summary":["To present commitments of CEPI in the context of the green transition, and in particular a new CEPI Sustainable Product Pledge; also to discuss the EU Green Deal agenda in general."],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["ec-person-dd7a7b1952e158f4195d34cff333ec79a4f48ba3","eu-tr-72279144480-58","ec-person-a58f1d06f5cb1d8dfd278e0c36d5aa1b9368b270"]}} -{"id":"ec-meeting-2021-11-30-ec4dea38b83077991aa9b3d6adace04188db7b5a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-11-30 - Cabinet of Executive Vice-President Frans Timmermans x Land- en Tuinbouw Organisatie Nederland"],"date":["2021-11-30"],"summary":["Discussion on Carbon Farming from farmers perspective"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-7c876f4825f213b8adbedf089ccedfbc3b36d65b","eu-tr-4656646862-72"]}} -{"id":"ec-meeting-2021-12-01-00565618e14559bd74a5c27bfc4f113da34bb0ee","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-12-01 - Communications Networks, Content and Technology x Google"],"date":["2021-12-01"],"summary":["EU Tech policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-03181945560-59","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2021-12-01-02310946bbd54c563c979eb6eb7730d521d7d4f2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-12-01 - Cabinet of Commissioner Virginijus Sinkevičius x Tallano Technologie"],"date":["2021-12-01"],"summary":["Air pollution and Euro 7"],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["eu-tr-083031940262-77","ec-person-d60b74d6bf19edff0aacdad384927f95de9b3c60"]}} -{"id":"ec-meeting-2021-12-01-0ccbdecdbeaeb9f26bebc582502d11dfe621621f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-12-01 - Cabinet of Executive Vice-President Frans Timmermans x Hague Corporate Affairs"],"date":["2021-12-01"],"summary":["Farming in greenhouses"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-642553231622-95","ec-person-33624431cbec1074e151c1707715ef46d2ba9565"]}} -{"id":"ec-meeting-2021-12-01-180616968ea21120e019a4b49cbea5061f27c418","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-12-01 - Cabinet of Commissioner Didier Reynders x Google"],"date":["2021-12-01"],"summary":["Artificial intelligence, hate speech, fundamental rights"],"notes":["Portfolio: Justice"],"location":["Video conference"],"address":["Video conference"],"addressEntity":["addr-ebc9fd5c2f372a32153cf3f4d5fb918a96b84a88"],"organizer":["ec-cabinet-commissioner-didier-of-reynders"],"involved":["ec-person-442bf1ae9900b999673cdd7389224d0e21b67d4d","eu-tr-03181945560-59","ec-person-1e25399e2267734c5f4c69093d2286c8898ee9f0"]}} -{"id":"ec-meeting-2021-12-01-226902b0482a3a9f0f5f4c1c318eafbb37bcb970","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-12-01 - Budget x Barclays PLC"],"date":["2021-12-01"],"summary":["NGEU"],"location":["webex"],"address":["webex"],"addressEntity":["addr-a37f437ef502701df6cd547f0ec20f9f6c19464e"],"organizer":["ec-dg-budg"],"involved":["ec-person-39635b893026833f739fe623fe7e9d5a97525e7a","eu-tr-72390466359-39"]}} -{"id":"ec-meeting-2021-12-01-258e888c9d0d808a87489fc4dca822ced34ecb9b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-12-01 - Cabinet of Executive Vice-President Frans Timmermans x TenneT Holding B.V."],"date":["2021-12-01"],"summary":["European Green Deal"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce","ec-person-d56ecbfde17436a136fc89c9a978b266e8285c84","eu-tr-289810215426-07"]}} -{"id":"ec-meeting-2021-12-01-2dbcdef25ed493b34fe185acb50ceb47a005e7f9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-12-01 - Cabinet of Commissioner Thierry Breton x Tallano Technologie"],"date":["2021-12-01"],"summary":["Air pollution and Euro 7"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-6308dea893b9b1ca0dcd5b91b4a1ac4c2f3020ad","eu-tr-083031940262-77"]}} -{"id":"ec-meeting-2021-12-01-2e57847f6fa008bea746fc1cc8f03342076e76b4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-12-01 - Cabinet of Commissioner Virginijus Sinkevičius x European Chapter of the Society for Ecological Restoration (SER) International"],"date":["2021-12-01"],"summary":["To discuss the Nature restoration legislation"],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["eu-tr-649521041480-23","ec-person-d60b74d6bf19edff0aacdad384927f95de9b3c60"]}} -{"id":"ec-meeting-2021-12-01-35bf5edff7ea6734dd0bdaaab025918a13ba2401","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-12-01 - Cabinet of Commissioner Kadri Simson x Gas Transmission System Operator of Ukraine"],"date":["2021-12-01"],"summary":["Gas Package"],"notes":["Portfolio: Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["ec-person-ba3b83676ad38094e71b64b644f3e3d2c61b8182","eu-tr-159193243873-82"]}} -{"id":"ec-meeting-2021-12-01-3b28504d7db825cac8ff0f33809c5099551d6350","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-12-01 - Competition x LVMH Publica"],"date":["2021-12-01"],"summary":["Vertical Block Exemption Regulation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-comp"],"involved":["ec-person-f257bc19c568ad25083c1c1e1651426245cefedf","eu-tr-16094042309-21"]}} -{"id":"ec-meeting-2021-12-01-466df3241d2b57300100f591e1f569a6200c6f7b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-12-01 - Cabinet of Commissioner Helena Dalli x Baker McKenzie"],"date":["2021-12-01"],"summary":["Commissioner Dalli delivered a speech at the launch event of a new online database on domestic violence developed by Baker McKenzie, the Global law firm."],"notes":["Portfolio: Equality"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-commissioner-dalli-helena-of"],"involved":["eu-tr-636038041077-86","ec-person-d0b568d53468fcd3dfeeaddbd07343b5b065914d"]}} -{"id":"ec-meeting-2021-12-01-4ec9ce1b50c9d93124ba34f7465c3d5d9f753fba","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-12-01 - Cabinet of Commissioner Kadri Simson x DTEK"],"date":["2021-12-01"],"summary":["The topic discussed:\r\n-\tMarket liberalisation in Ukraine\r\n-\tThe security of supply issues\r\n-\tThe development of the renewables market in Ukraine"],"notes":["Portfolio: Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["ec-person-f47a082bc2455a660c3b2ae348f0024736672752","ec-person-d40f25b5cb5c0681854a4996da444478318f7e58","eu-tr-17429897118-54"]}} -{"id":"ec-meeting-2021-12-01-561484bb87c740efbf93b8533d6733f42a77bb6d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-12-01 - Communications Networks, Content and Technology x Meta Platforms Ireland Limited and its various subsidiaries (f/k/a Facebook Ireland Limited)"],"date":["2021-12-01"],"summary":["Digital Services package, announcement of meta/metaverse"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-28666427835-74","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2021-12-01-57e571750db2b5d202941e1509233257eb86205f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-12-01 - Cabinet of President Ursula von der Leyen x European Chemical Industry Council"],"date":["2021-12-01"],"summary":["Chemical Strategy for Sustainability"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-f2b941852d3b961d69ed695c2d243a1a2b4a1904","eu-tr-64879142323-90"]}} -{"id":"ec-meeting-2021-12-01-5b65e3d95d517eeeb95f4e3a259b2b140c734868","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-12-01 - Cabinet of President Ursula von der Leyen x K&L Gates GP - Brussels"],"date":["2021-12-01"],"summary":["EU trade policy"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["eu-tr-673667435536-39","ec-person-a15f450526451c70384a05ea9a3a7400ba2d3e7e"]}} -{"id":"ec-meeting-2021-12-01-81cacc74b5eeba014041470c9bb735d1f872850e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-12-01 - Cabinet of Commissioner Nicolas Schmit x COMMISSARIAT D'INVESTISSEMENT A L'INNOVATION ET LA MOBILISATION ECONOMIQUE Grand Est-Europe"],"date":["2021-12-01"],"summary":["La pénurie des compétences dans l'industrie et l’importance de la territorialisation des compétences dans la Grande-Région."],"notes":["Portfolio: Jobs and Social Rights"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["eu-tr-639252043807-08","eu-tr-600569741016-65","ec-person-c03b949331dbbe5fa3d5423758e371ec1b9b832f"]}} -{"id":"ec-meeting-2021-12-01-b836c61573680b829008089273506656aa4d76e6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-12-01 - Financial Stability, Financial Services and Capital Markets Union x Principles for Responsible Investment"],"date":["2021-12-01"],"summary":["EU taxonomy"],"location":["Virtual meeting"],"address":["Virtual meeting"],"addressEntity":["addr-1f1f3f51a4da31a1ea5c1b4b21cbf52ad983224f"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-612289519524-31","ec-person-1fce211249673c35ee07a801ddee77ab24af8d54"]}} -{"id":"ec-meeting-2021-12-01-e6f397e20078fff895b486cdfc55c702f9b5a939","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-12-01 - Cabinet of Executive Vice-President Frans Timmermans x European Chapter of the Society for Ecological Restoration (SER) International"],"date":["2021-12-01"],"summary":["Nature restoration legislation"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-649521041480-23","ec-person-8af3c81534786a740718d21dc58240738a53ed7b"]}} -{"id":"ec-meeting-2021-12-01-e8500a3b74396d2f5ac395389cb30b0af74a2b5c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-12-01 - Cabinet of Commissioner Mariya Gabriel x Internet Corporation for Assigned Names and Numbers"],"date":["2021-12-01"],"summary":["Domain name system (DNS)"],"notes":["Portfolio: Innovation and Youth"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-804646318062-39","ec-person-1674399a793e9e6fd7cf55b525515fc862fc9351"]}} -{"id":"ec-meeting-2021-12-01-eb23e5d50267d907a86080077873dd75b0afa5fc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-12-01 - Defence Industry and Space x ASD-Eurospace"],"date":["2021-12-01"],"summary":["Videoconference to follow up on the European defence industry."],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-dg-defis"],"involved":["ec-person-a5e52cd544ea3aa44eb4b31fac65a468499f106e","eu-tr-873508417106-05"]}} -{"id":"ec-meeting-2021-12-01-ec5c7de22a98f8b38ee088923d1b6b549aa2a48a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-12-01 - Mobility and Transport x Neste Oyj"],"date":["2021-12-01"],"summary":["ReFuelEU Aviation"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-dg-move"],"involved":["ec-person-26cdfacae671b09917bee1a91c91973941fa58a2","eu-tr-10257354120-19"]}} -{"id":"ec-meeting-2021-12-01-fa13a2c4eb776c049814893b5116a0ad219462af","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-12-01 - Cabinet of Commissioner Thierry Breton x APPLiA (Home Appliance Europe)"],"date":["2021-12-01"],"summary":["Discussion on ecodesign, semiconductors, standardisation and internal market"],"notes":["Portfolio: Internal Market"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-6308dea893b9b1ca0dcd5b91b4a1ac4c2f3020ad","ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","eu-tr-04201463642-88"]}} -{"id":"ec-meeting-2021-12-01-fa2b1909d1586579f0e5adbb25842a7235ffebc7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-12-01 - Maritime Affairs and Fisheries x European Marine Board"],"date":["2021-12-01"],"summary":["Presentation on how the EU supports the UN Ocean Decade"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-dg-mare"],"involved":["ec-person-6e64215cdacfeb6c6d4709a7f72c2b1c94a3d908","eu-tr-571994418695-46"]}} -{"id":"ec-meeting-2021-12-02-025a57074f0a87aa21cfed7bf573aca7d384c068","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-12-02 - Cabinet of Commissioner Kadri Simson x CEE Bankwatch Network"],"date":["2021-12-02"],"summary":["Colossal Western Balkans coal pollution must prompt EU action"],"notes":["Portfolio: Energy"],"location":["Video Conferencing"],"address":["Video Conferencing"],"addressEntity":["addr-e3b7413b2ac93be00b6bcff51fdc1374d67118bd"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["ec-person-ba3b83676ad38094e71b64b644f3e3d2c61b8182","ec-person-f47a082bc2455a660c3b2ae348f0024736672752","eu-tr-93834493808-49"]}} -{"id":"ec-meeting-2021-12-02-097df10be76d008a464339e8fffda3cfcbff4060","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-12-02 - Cabinet of Commissioner Elisa Ferreira x AES Netherlands Holding B.V."],"date":["2021-12-02"],"summary":["Recovery and Resilience Plan (RRP) delivered by Bulgaria and the energy sector of the country"],"notes":["Portfolio: Cohesion and Reforms"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-commissioner-elisa-ferreira-of"],"involved":["eu-tr-126143128754-79","ec-person-edf08d46587dbb24d69133811963301459374fa8"]}} -{"id":"ec-meeting-2021-12-02-0eee595736b3eb409fc9e7bde73b624ecf688cf2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-12-02 - Cabinet of Executive Vice-President Frans Timmermans x Natuur & Milieu"],"date":["2021-12-02"],"summary":["Coalition for sustainable travel by rail"],"notes":["Portfolio: European Green Deal"],"location":["Tilburg, the Netherlands"],"address":["Tilburg, the Netherlands"],"addressEntity":["addr-7c1b26e44ab70d96ba91c846e29d94b44d955c77"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-17413855438-74","ec-person-d56ecbfde17436a136fc89c9a978b266e8285c84"]}} -{"id":"ec-meeting-2021-12-02-1663d38c96add0889ae13cecbb28399069074009","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-12-02 - Cabinet of Commissioner Helena Dalli x Transgender Europe"],"date":["2021-12-02"],"summary":["Commissioner Dalli held a meeting with Richard Köhler, a Senior Policy Officer at Transgender Europe (TGEU), an umbrella organisation for the rights of trans people in Europe and Central Asia."],"notes":["Portfolio: Equality"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-commissioner-dalli-helena-of"],"involved":["eu-tr-384028912403-82","ec-person-d0b568d53468fcd3dfeeaddbd07343b5b065914d"]}} -{"id":"ec-meeting-2021-12-02-20eaf246e748b6c074a5ad6008608433ba58cf0b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-12-02 - Cabinet of Executive Vice-President Margrethe Vestager x Google"],"date":["2021-12-02"],"summary":["Digital Services Act, Digital Markets Act, publishers’ right"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-03181945560-59","ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0","ec-person-eecca27e2a9c3fc0d4bd43564e4960382705feef"]}} -{"id":"ec-meeting-2021-12-02-27d066a5f40275c0db030d5fd81613ca1c2d0b7c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-12-02 - Financial Stability, Financial Services and Capital Markets Union x London Stock Exchange Group"],"date":["2021-12-02"],"summary":["UK CCP"],"location":["Virtual meeting"],"address":["Virtual meeting"],"addressEntity":["addr-1f1f3f51a4da31a1ea5c1b4b21cbf52ad983224f"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-550494915045-08","ec-person-1fce211249673c35ee07a801ddee77ab24af8d54"]}} -{"id":"ec-meeting-2021-12-02-2938750542587aff5914756a1069701e1aa5c7da","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-12-02 - Cabinet of Executive Vice-President Valdis Dombrovskis x GFG Alliance"],"date":["2021-12-02"],"summary":["recent disruptions of Chinese magnesium production"],"notes":["Portfolio: An Economy that Works for People"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-7e9813c16d805ee7ebea3ef6444f384bc32abaaa","eu-tr-022621940923-41"]}} -{"id":"ec-meeting-2021-12-02-303f040e909b41a7cf4dbb96f9e04803ac2b683e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-12-02 - Cabinet of President Ursula von der Leyen x Internet Corporation for Assigned Names and Numbers"],"date":["2021-12-02"],"summary":["Maintaining a secure, stable, and interoperable global Internet"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-7019713e72781afb1f3b19032c4752a314b78180","eu-tr-804646318062-39"]}} -{"id":"ec-meeting-2021-12-02-308ec3bb0c647425f0fee269c110956bb10082fe","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-12-02 - Cabinet of Commissioner Virginijus Sinkevičius x OCEANA Seas At Risk"],"date":["2021-12-02"],"summary":["To discuss Nature Restoration Law and marine aspects"],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["eu-tr-625261439488-38","eu-tr-47937943241-80","ec-person-d60b74d6bf19edff0aacdad384927f95de9b3c60"]}} -{"id":"ec-meeting-2021-12-02-555039b28d7de83d85f9c5de21dda2269edc9c18","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-12-02 - Cabinet of Commissioner Ylva Johansson x Federation of Swedish Family Forest Owners"],"date":["2021-12-02"],"summary":["Taxonomy and climate"],"notes":["Portfolio: Home Affairs"],"location":["VTC"],"address":["VTC"],"addressEntity":["addr-9d1acaa772820b8ade84113d2da24716fe455be2"],"organizer":["ec-cabinet-commissioner-johansson-of-ylva"],"involved":["eu-tr-878186914678-56","ec-person-981fc36acd82b2e49db83e43763b908c1a89ec0b","ec-person-e80f1d4512f8632e5baa488ed887e131294d744e"]}} -{"id":"ec-meeting-2021-12-02-5c7cb5276c0a98b1f0ba2221292a905150ecb4b7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-12-02 - Cabinet of Executive Vice-President Frans Timmermans x Grupa Kapitałowa ZE PAK"],"date":["2021-12-02"],"summary":["Just transition in Eastern Wielkopolska"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce","ec-person-d53e00c46a4cc62bbf533e0c9bb35bacb9121989","eu-tr-236685344670-29"]}} -{"id":"ec-meeting-2021-12-02-5cdbcd40ec36e296c5e980f170a966501b20198f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-12-02 - Cabinet of Commissioner Elisa Ferreira x CIP - Confederação Empresarial de Portugal"],"date":["2021-12-02"],"summary":["EU due diligence plans and changes to the corporate governance"],"notes":["Portfolio: Cohesion and Reforms"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-commissioner-elisa-ferreira-of"],"involved":["eu-tr-022255314501-32","ec-person-edf08d46587dbb24d69133811963301459374fa8"]}} -{"id":"ec-meeting-2021-12-02-6cf1e0295802d2b4f5ccac5e87a6bd90ee5651d9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-12-02 - Cabinet of Executive Vice-President Frans Timmermans x Zero Waste Europe"],"date":["2021-12-02"],"summary":["Circular economy and promotion of reuse"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-47806848200-34","ec-person-8af3c81534786a740718d21dc58240738a53ed7b"]}} -{"id":"ec-meeting-2021-12-02-6f837813302f5c90e23be1336220c6f480eb027a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-12-02 - Budget x Crédit Agricole S.A."],"date":["2021-12-02"],"summary":["NGEU"],"location":["WebEx"],"address":["WebEx"],"addressEntity":["addr-8577830b5ede71f5547476f81f0511219b4b6c7d"],"organizer":["ec-dg-budg"],"involved":["ec-person-39635b893026833f739fe623fe7e9d5a97525e7a","eu-tr-35147251117-11"]}} -{"id":"ec-meeting-2021-12-02-758520cd8eff6084d3034a136eea95d69609464d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-12-02 - Cabinet of Executive Vice-President Margrethe Vestager x Landbrug & Fødevarer - Danish Agriculture and Food Council"],"date":["2021-12-02"],"summary":["Carbon farming and carbon removal certification"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-3da433aae105b13fe027e9c9b3dcac2c97029370","eu-tr-1634450483-86"]}} -{"id":"ec-meeting-2021-12-02-76a5c1d82e55da418224c14748fda16097d5344c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-12-02 - Cabinet of Vice-President Margaritis Schinas x EUROPEAN ORGANISATION FOR RARE DISEASES"],"date":["2021-12-02"],"summary":["Rare diseases"],"notes":["Portfolio: Promoting the European Way of Life"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-margaritis-of-president-schinas-vice"],"involved":["ec-person-d5cada2a1a17537a675985af31e5ce07ae3bfd42","ec-person-180e5c5b13dac533a1241b0f9d78176c8bec3d51","eu-tr-93272076510-87"]}} -{"id":"ec-meeting-2021-12-02-81e6c165c3cfa2e3958493fe3ad85d210c971875","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-12-02 - Cabinet of Commissioner Mairead Mcguinness x Accountancy Europe"],"date":["2021-12-02"],"summary":["CSRD, wirecard"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-2b9c589fb2354bd93067644d2c3d2c058d4c4cc9","ec-person-0ba9b89127b39af6a66f2fc3ed727332f1b19a34","eu-tr-4713568401-18"]}} -{"id":"ec-meeting-2021-12-02-92cca5553dea90027e37d3d64372e769c7b2acbc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-12-02 - Cabinet of Commissioner Nicolas Schmit x Business for Inclusive Growth"],"date":["2021-12-02"],"summary":["Social and employment policies and the future of work."],"notes":["Portfolio: Jobs and Social Rights"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-4cf4655ab41922e92160325d987a3c4615c72d30","ec-person-1379f76d0c860e318f68852e1b57aa75454831f8","ec-person-935314e38d735654cae8ee61313a3d73439b242d","ec-person-c03b949331dbbe5fa3d5423758e371ec1b9b832f","eu-tr-425112539567-29"]}} -{"id":"ec-meeting-2021-12-02-93bc92d62cfe51ff8f87e322c988e0162aef084d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-12-02 - Cabinet of Commissioner Mairead Mcguinness x Czepczyński Family Foundation"],"date":["2021-12-02"],"summary":["Financial literacy."],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Virtual Meeting"],"address":["Virtual Meeting"],"addressEntity":["addr-ed078b6749077909a1a45720507ac2da9277b8b3"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["eu-tr-172878639235-51","ec-person-2b9c589fb2354bd93067644d2c3d2c058d4c4cc9","ec-person-3a66109f0585c657edbe69190faa41919b50e05f"]}} -{"id":"ec-meeting-2021-12-02-953e778ed11e25402a8987472a36d88b36929741","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-12-02 - Cabinet of Commissioner Adina Vălean x friedrich30 GmbH & Co. KG"],"date":["2021-12-02"],"summary":["Third party vehicle data access"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["eu-tr-076840428950-39","ec-person-cc0354fbf386eb83f57c00ad5240f1dddeeabab4","ec-person-e5f1558cac43dd4f90847b508b6753edb0a9f903"]}} -{"id":"ec-meeting-2021-12-02-98b9de9fd0a19a29fc9398bd9016befc067b797c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-12-02 - Financial Stability, Financial Services and Capital Markets Union x BNP PARIBAS"],"date":["2021-12-02"],"summary":["G-SIB"],"location":["Virtual meeting"],"address":["Virtual meeting"],"addressEntity":["addr-1f1f3f51a4da31a1ea5c1b4b21cbf52ad983224f"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-78787381113-69","ec-person-1fce211249673c35ee07a801ddee77ab24af8d54"]}} -{"id":"ec-meeting-2021-12-02-9959f90a3938ef2664c168516cb3eaabf2473790","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-12-02 - Cabinet of Executive Vice-President Frans Timmermans x Move EU - The European Association of On-Demand Mobility"],"date":["2021-12-02"],"summary":["Forthcoming EU initiative on platform workers"],"notes":["Portfolio: European Green Deal"],"location":["Wideoconference"],"address":["Wideoconference"],"addressEntity":["addr-46af421c1cdca51e066852196d1147851e4fabaa"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-315076940253-42","ec-person-9eafbf4a92961023c7df3ab389ae6d4301dec4bf"]}} -{"id":"ec-meeting-2021-12-02-bd5550de67703426361b5a7fb6cfde756cad699f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-12-02 - Cabinet of Commissioner Thierry Breton x Huawei Technologies"],"date":["2021-12-02"],"summary":["Courtesy call wit the new representative of Huawei in Brussels"],"notes":["Portfolio: Internal Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-e18e6e300776f5f47ca4c72c1ba1b0d0eb1e71fe","ec-person-b077a2e9f0fdb3b8f6e91d0bd0b256db9e40ce46","eu-tr-114467111412-38"]}} -{"id":"ec-meeting-2021-12-02-c128ee2e4e79bfc76932ce3fb02f95126e8f3e06","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-12-02 - Cabinet of Commissioner Stella Kyriakides x European Public Health Alliance"],"date":["2021-12-02"],"summary":["VTC Meeting: Sustainable food system framework initiative"],"notes":["Portfolio: Health"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-kyriakides-of-stella"],"involved":["ec-person-ba73927c33000184cab3f41a76e1b32fe7d7eda8","ec-person-ecf9f9e978b833afc98ee022572d468f0dc9a352","eu-tr-18941013532-08","ec-person-081d99a6f9ed1259db43e2cbcba20275774511b2"]}} -{"id":"ec-meeting-2021-12-02-d4ad1279c8e33eb182dfe407d6469c6bf638b091","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-12-02 - Cabinet of Executive Vice-President Frans Timmermans x Stichting Grootouders voor het klimaat"],"date":["2021-12-02"],"summary":["The European Green Deal and climate ambitions"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-332726844973-81","ec-person-7c876f4825f213b8adbedf089ccedfbc3b36d65b"]}} -{"id":"ec-meeting-2021-12-02-e416fafad131eb8df5b576a05f1d879121220ae1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-12-02 - Communications Networks, Content and Technology x IBM Corporation"],"date":["2021-12-02"],"summary":["R&D technology, opportunities for technology development in digital - AI, quantum, flagship programmes"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-dg-connect"],"involved":["eu-tr-7721359944-96","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2021-12-02-fec3959a46e00d07b5b17c5b7cf13cef5381b4e7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-12-02 - Mobility and Transport x UIRR, International Union for Road-Rail Combined Transport"],"date":["2021-12-02"],"summary":["Intermodal transport"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-dg-move"],"involved":["eu-tr-49307536642-11","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2021-12-03-149303e4d1d0ab296848fbd8f97ef857f9e94e20","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-12-03 - Cabinet of Commissioner Janusz Wojciechowski x Illumina, Inc."],"date":["2021-12-03"],"summary":["The public health benefits and competition issues arising out of the merger between Illumina and GRAIL"],"notes":["Portfolio: Agriculture"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["eu-tr-547949121038-83","ec-person-ae252fb0bbbad2440e31f70ccc19082b7ac65837"]}} -{"id":"ec-meeting-2021-12-03-290ddd328a0cce24eae6584562e7f1f4f80c62a4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-12-03 - Cabinet of President Ursula von der Leyen x Cabinet d'avocats SAMMAN"],"date":["2021-12-03"],"summary":["Digital Sovereignty"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-7019713e72781afb1f3b19032c4752a314b78180","eu-tr-472030121036-71"]}} -{"id":"ec-meeting-2021-12-03-467545c3fc48f1864b6415399968d19ded4aec08","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-12-03 - Cabinet of Commissioner Jutta Urpilainen x SOS Children's Villages International Hope and Homes for Children Lumos Foundation Plan International EU Office"],"date":["2021-12-03"],"summary":["Discussion on Youth Action Plan"],"notes":["Portfolio: International Partnerships"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["eu-tr-83357751766-93","eu-tr-75014529893-97","eu-tr-035163533684-92","ec-person-6357f4506ca5351b3a822936612fd6006da48722","eu-tr-849607914394-57"]}} -{"id":"ec-meeting-2021-12-03-597534000fe9c5cc06952bd6e474bdf6138a9e58","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-12-03 - Cabinet of Commissioner Didier Reynders x Microsoft Corporation"],"date":["2021-12-03"],"summary":["Data protection and safe data transfers"],"notes":["Portfolio: Justice"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-didier-of-reynders"],"involved":["eu-tr-0801162959-21","ec-person-50f9cba2282e1d03395cdd0faf9ce6e9a2ff3104","ec-person-442bf1ae9900b999673cdd7389224d0e21b67d4d"]}} -{"id":"ec-meeting-2021-12-03-5b61228ee4f634e8772d24cb12b05cc913849a79","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-12-03 - Cabinet of Commissioner Mairead Mcguinness x European Movement Ireland"],"date":["2021-12-03"],"summary":["Introductory meeting with the new Chair; update on EMI activities; Conference on the Future of Europe"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Dublin, Ireland"],"address":["Dublin, Ireland"],"addressEntity":["addr-9254d2b0cd15e920cbb060acf87f8f943a0508e9"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-2b9c589fb2354bd93067644d2c3d2c058d4c4cc9","eu-tr-496133025107-40","ec-person-00f66582d8581f7480e12525027b5a1ee9b22f07"]}} -{"id":"ec-meeting-2021-12-03-7267b250eb756a84c24ee825bd4705920f500c2f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-12-03 - Cabinet of Commissioner Kadri Simson x Climate Action Network Europe European Environmental Bureau CEE Bankwatch Network Health & Environment Alliance Friends of the Earth Europe Transport and Environment (European Federation for Transport and Environment) Greenpeace European Unit Third Generation Environmentalism Ltd ClientEarth AISBL"],"date":["2021-12-03"],"summary":["Discussion on upcoming Hydrogen and Decarbonised Gas Markets Package (adoption foreseen for 14.12.2021)"],"notes":["Portfolio: Energy"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["eu-tr-06798511314-27","eu-tr-58744833263-19","eu-tr-00723343929-96","eu-tr-55888811123-49","eu-tr-96645517357-19","ec-person-1995c65b8dc7f3702a8c30ed96a0144075848837","ec-person-ba3b83676ad38094e71b64b644f3e3d2c61b8182","eu-tr-9832909575-41","eu-tr-07783117686-61","eu-tr-9825553393-31","eu-tr-93834493808-49"]}} -{"id":"ec-meeting-2021-12-03-7b7252e485cad59c6e8702c4e79e6bb9cfb715a6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-12-03 - Cabinet of Vice-President Margaritis Schinas x Illumina, Inc."],"date":["2021-12-03"],"summary":["Healthcare benefits of Cancer test"],"notes":["Portfolio: Promoting the European Way of Life"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-margaritis-of-president-schinas-vice"],"involved":["eu-tr-547949121038-83","ec-person-43f9f86cfe94e45a95f7fbdea9a59a54955ebcfa"]}} -{"id":"ec-meeting-2021-12-03-9064a481cbcfff70c11e83ddb1fb7c86cdadfebf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-12-03 - Cabinet of Commissioner Elisa Ferreira x Illumina, Inc."],"date":["2021-12-03"],"summary":["Presentation of the merger case Illumina and Grail"],"notes":["Portfolio: Cohesion and Reforms"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-elisa-ferreira-of"],"involved":["eu-tr-547949121038-83","ec-person-884d261ef161b119c9fc64f7a0514dc014ca2bd7"]}} -{"id":"ec-meeting-2021-12-03-98be7fccf10fab5e00d149982b49301af12193b7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-12-03 - Cabinet of Commissioner Mairead Mcguinness x Irish Farmers' Association"],"date":["2021-12-03"],"summary":["Rising input costs; Brexit Adjustment Reserve; seed potatoes; Fit for 55"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Dublin, Ireland"],"address":["Dublin, Ireland"],"addressEntity":["addr-9254d2b0cd15e920cbb060acf87f8f943a0508e9"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-2b9c589fb2354bd93067644d2c3d2c058d4c4cc9","ec-person-00f66582d8581f7480e12525027b5a1ee9b22f07","eu-tr-458700813641-37"]}} -{"id":"ec-meeting-2021-12-03-9f047d3ac25449e66974db6a5eded2f872a21695","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-12-03 - Cabinet of Executive Vice-President Margrethe Vestager x A Place for Rover, Inc."],"date":["2021-12-03"],"summary":["Platform workers"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-659985144655-48","ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0","ec-person-7167587814c61122201e2afb04bfb47539db4823"]}} -{"id":"ec-meeting-2021-12-03-a58436e271ec720ab643e60252b04974abb151de","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-12-03 - Cabinet of Commissioner Mairead Mcguinness x Illumina, Inc."],"date":["2021-12-03"],"summary":["Cancer Screening tests, Illumina-GRAIL Merger"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["eu-tr-547949121038-83","ec-person-a5441c6a69a8a94fd64e02def60fcc6567f2c1d8"]}} -{"id":"ec-meeting-2021-12-03-b2e2d8496dd97159780da9801aec3b842f8c0d92","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-12-03 - Cabinet of Commissioner Virginijus Sinkevičius x Transport and Environment (European Federation for Transport and Environment)"],"date":["2021-12-03"],"summary":["To discuss the EURO7, urban mobility and air pollution"],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["eu-tr-58744833263-19","ec-person-d60b74d6bf19edff0aacdad384927f95de9b3c60"]}} -{"id":"ec-meeting-2021-12-03-ba1f7bfdc4a92a3ac739306b0a551916487583a7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-12-03 - Cabinet of Commissioner Helena Dalli x Illumina, Inc."],"date":["2021-12-03"],"summary":["Presentation of an early screening test by a cancer screening start-up. Its impact on health, early detection of cancer and especially on most vulnerable groups was discussed in the context of equality policy and the EU Beating Cancer strategy"],"notes":["Portfolio: Equality"],"location":["Video-conference"],"address":["Video-conference"],"addressEntity":["addr-afae67aab834151e72f631228e72361e369db072"],"organizer":["ec-cabinet-commissioner-dalli-helena-of"],"involved":["eu-tr-547949121038-83","ec-person-ce07afef6e1f4435f286cb947fa120d54d565b6c"]}} -{"id":"ec-meeting-2021-12-03-be95a9ebac5c7e15aa8ad471e61c1aabe84a6b96","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-12-03 - Cabinet of Commissioner Mairead Mcguinness x Medtronic"],"date":["2021-12-03"],"summary":["Medtronic’s work during the COVID pandemic re supply of ventilators; company’s latest work in developing innovative medical devices; sustainability"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Dublin, Ireland"],"address":["Dublin, Ireland"],"addressEntity":["addr-9254d2b0cd15e920cbb060acf87f8f943a0508e9"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-2b9c589fb2354bd93067644d2c3d2c058d4c4cc9","ec-person-00f66582d8581f7480e12525027b5a1ee9b22f07","eu-tr-326347337793-89"]}} -{"id":"ec-meeting-2021-12-03-c8330f6a168402ae9f29cdf7bc8f72c64b47d102","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-12-03 - Cabinet of Commissioner Helena Dalli x The European Region of the International Lesbian, Gay, Bisexual, Trans and Intersex Association"],"date":["2021-12-03"],"summary":["Implementation of the LGBTI Strategy"],"notes":["Portfolio: Equality"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-commissioner-dalli-helena-of"],"involved":["ec-person-dbd4bba0ef71d4385c97691e3df5bb484709a07e","eu-tr-11977456675-84"]}} -{"id":"ec-meeting-2021-12-03-cc4fd805b66cb0e2ff49498cfa62cdf1adb80912","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-12-03 - Cabinet of President Ursula von der Leyen x OVH Groupe"],"date":["2021-12-03"],"summary":["Digital issues"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-7019713e72781afb1f3b19032c4752a314b78180","eu-tr-281155638075-51"]}} -{"id":"ec-meeting-2021-12-03-f50d5cdcdd1fcc6c5d7e4ff9930b9e23767d3eed","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-12-03 - Cabinet of Executive Vice-President Frans Timmermans x YARA BELGIUM S.A. Bayer AG Arla Foods amba Nestlé S.A. Rabobank Syngenta Crop Protection AG"],"date":["2021-12-03"],"summary":["Discussion on investments into carbon removals with business representatives"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-7c876f4825f213b8adbedf089ccedfbc3b36d65b","eu-tr-3523776801-85","eu-tr-68208004617-79","eu-tr-15366395387-57","eu-tr-16822412339-79","eu-tr-006687715492-92","eu-tr-479299526321-12"]}} -{"id":"ec-meeting-2021-12-06-0ccf1b2dc4162acda659ac2ffbcfb50b6bdac131","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-12-06 - Cabinet of Executive Vice-President Frans Timmermans x Agora Energiewende"],"date":["2021-12-06"],"summary":["RED2 and RED3 follow up – RFNBO delegated act"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-d53e00c46a4cc62bbf533e0c9bb35bacb9121989","eu-tr-321342621105-20"]}} -{"id":"ec-meeting-2021-12-06-2602ec5e7db436a5e7963ba812809caa010afd95","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-12-06 - Cabinet of Commissioner Johannes Hahn x European Tech Alliance"],"date":["2021-12-06"],"summary":["Proposal for a package of New Own Resources"],"notes":["Portfolio: Budget and Administration"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-hahn-johannes-of"],"involved":["ec-person-0a9c49ba84ea78ae0ec9c6fadde7b6d66e7a1054","eu-tr-189607519323-76"]}} -{"id":"ec-meeting-2021-12-06-4a6db71e5605b4dea488374f1f0761a7a62ce3ad","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-12-06 - Cabinet of Vice-President Věra Jourová x GasNet, s.r.o."],"date":["2021-12-06"],"summary":["Fit for 55 legislative proposals"],"notes":["Portfolio: Values and Transparency"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["eu-tr-995366944799-09","ec-person-bf54da17217bbddfd9c68fe24d88005ac17e2c4b"]}} -{"id":"ec-meeting-2021-12-06-5beb7b1ba29fa7bbd7179396cfc9fbde4bfbebb6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-12-06 - Cabinet of Executive Vice-President Margrethe Vestager x Avaaz Foundation"],"date":["2021-12-06"],"summary":["Digital Services Act"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-475565317526-24","ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0"]}} -{"id":"ec-meeting-2021-12-06-866607e36a56acee76d7abc23461a9daa40ba7e5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-12-06 - Cabinet of Commissioner Thierry Breton x Association des Constructeurs Européens d'Automobiles"],"date":["2021-12-06"],"summary":["Euro 7"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-6308dea893b9b1ca0dcd5b91b4a1ac4c2f3020ad","eu-tr-0649790813-47"]}} -{"id":"ec-meeting-2021-12-06-97069402591b75e2d74cadc00700a6c71b2b1ffe","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-12-06 - Cabinet of Executive Vice-President Margrethe Vestager x ZF Friedrichshafen AG"],"date":["2021-12-06"],"summary":["semiconductors"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-194094423131-36","ec-person-0e93ebac9bad76e1351e0981f04e7ef88848f943"]}} -{"id":"ec-meeting-2021-12-06-b7a3bada277cd89732a9dd967568d6ed0f75ab8c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-12-06 - Cabinet of Vice-President Věra Jourová x Meta Platforms Ireland Limited and its various subsidiaries (f/k/a Facebook Ireland Limited)"],"date":["2021-12-06"],"summary":["Disinformation, Political advertising, data protection, digital markets"],"notes":["Portfolio: Values and Transparency"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["ec-person-bf54da17217bbddfd9c68fe24d88005ac17e2c4b","eu-tr-28666427835-74"]}} -{"id":"ec-meeting-2021-12-06-c77eb8a999f56c96d462eae44e34228d38872d29","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-12-06 - Cabinet of Executive Vice-President Valdis Dombrovskis x Cerame-Unie"],"date":["2021-12-06"],"summary":["revision of Climate, Energy and Environmental Aid Guidelines (CEEAG)"],"notes":["Portfolio: An Economy that Works for People"],"location":["video conference"],"address":["video conference"],"addressEntity":["addr-6dc12e3c97077db82f32184f24341ce370a445fd"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-7e9813c16d805ee7ebea3ef6444f384bc32abaaa","eu-tr-79465004946-12"]}} -{"id":"ec-meeting-2021-12-06-e887656eec20d426f7b20dff4c6455e542a8e5eb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-12-06 - Communications Networks, Content and Technology x ZF Friedrichshafen AG"],"date":["2021-12-06"],"summary":["Semiconductors"],"location":["virtual meeting"],"address":["virtual meeting"],"addressEntity":["addr-225c82a032511500bff73b3efe0d857849613fd9"],"organizer":["ec-dg-connect"],"involved":["eu-tr-194094423131-36","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2021-12-07-140aa425806192661c0309a1d5e7cadeea9b9c6f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-12-07 - Cabinet of Executive Vice-President Frans Timmermans x EUROPEAN TRADE UNION CONFEDERATION"],"date":["2021-12-07"],"summary":["Green Deal and social aspects"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-7c876f4825f213b8adbedf089ccedfbc3b36d65b","eu-tr-06698681039-26"]}} -{"id":"ec-meeting-2021-12-07-1b53d736376a2c2165c8c4f65367f74f26565115","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-12-07 - Cabinet of Commissioner Janusz Wojciechowski x The American European Community Association"],"date":["2021-12-07"],"summary":["Round table discussion"],"notes":["Portfolio: Agriculture"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["ec-person-625f8b4379f79adee4f15c6a0417a96bb5a5a403","eu-tr-307603023489-82"]}} -{"id":"ec-meeting-2021-12-07-1d1b06a5d466ad80fba76856f0bc482317f9fe7e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-12-07 - Cabinet of President Ursula von der Leyen x Centre for European Policy Studies"],"date":["2021-12-07"],"summary":["CEPS providing information on their 2022 annual meeting"],"notes":["Portfolio: President"],"location":["Brussels (VC)"],"address":["Brussels (VC)"],"addressEntity":["addr-7a7ab1034ef0b71e62ebf9a322dc5d9528505976"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-387b2c9080aa68dc8eafc87ee6010da6ae5ffdc2","eu-tr-206201438220-85"]}} -{"id":"ec-meeting-2021-12-07-24c3e933728c7aef4c93033f40e3e65ba52fb036","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-12-07 - Cabinet of Commissioner Nicolas Schmit x Friedrich-Ebert-Stiftung"],"date":["2021-12-07"],"summary":["Participation in the online debate: „Soziales Europa: welche Prioritäten in der französischen EU-Ratspräsidentschaft?“"],"notes":["Portfolio: Jobs and Social Rights"],"location":["online"],"address":["online"],"addressEntity":["addr-2dbc2fd2358e1ea1b7a6bc08ea647b9a337ac92d"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-652143032bcbd23aa320685b3deba350097aa7ae","eu-tr-05546466757-61"]}} -{"id":"ec-meeting-2021-12-07-30da7aa4a7308befcda6f2563096386c39463cb0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-12-07 - Cabinet of Commissioner Thierry Breton x Airbus"],"date":["2021-12-07"],"summary":["Industries de défense: taxonomie & eco-label"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-e18e6e300776f5f47ca4c72c1ba1b0d0eb1e71fe","eu-tr-2732167674-76"]}} -{"id":"ec-meeting-2021-12-07-43d4b0afcad4b937f0b4b8f66231b6c96a2781e8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-12-07 - Cabinet of Commissioner Mairead Mcguinness x Insurance Europe"],"date":["2021-12-07"],"summary":["Competition in insurance services."],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Virtual Meeting"],"address":["Virtual Meeting"],"addressEntity":["addr-ed078b6749077909a1a45720507ac2da9277b8b3"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["eu-tr-33213703459-54","ec-person-49e520c7a9c9c47ccb5acfa68f9416e4233af9f8"]}} -{"id":"ec-meeting-2021-12-07-4c2e07c1c2f39b5962062a4be72d4f308c068afe","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-12-07 - Cabinet of Commissioner Mairead Mcguinness x AMUNDI AM Association Française de la Gestion financière"],"date":["2021-12-07"],"summary":["Asset management distribution model\r\nData providers\r\nCMU package"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["eu-tr-5975679180-97","eu-tr-94607479886-02","ec-person-0ba9b89127b39af6a66f2fc3ed727332f1b19a34"]}} -{"id":"ec-meeting-2021-12-07-5b7f8b14386c0669147c16e245250ec569c0f899","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-12-07 - Cabinet of Commissioner Mariya Gabriel x European Startup Network"],"date":["2021-12-07"],"summary":["innovation cohesion and sustainability of the ESN network"],"notes":["Portfolio: Innovation and Youth"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["ec-person-1674399a793e9e6fd7cf55b525515fc862fc9351","eu-tr-448028132541-24"]}} -{"id":"ec-meeting-2021-12-07-62d56f49543118c3e4bc8eb71063742b76e83094","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-12-07 - Cabinet of Executive Vice-President Valdis Dombrovskis x European Technology Policy"],"date":["2021-12-07"],"summary":["1) EU-US Trade and Technology Council; 2) Transatlantic cooperation in the area of climate modelling"],"notes":["Portfolio: An Economy that Works for People"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-1d8581216d9aa7f26fa098a81e84ca61e0e3f261","eu-tr-134141037595-84"]}} -{"id":"ec-meeting-2021-12-07-74ae2a35a407aa0a20bf67c0c427681a50547e3b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-12-07 - Internal Market, Industry, Entrepreneurship and SMEs x European Solar Manufacturing Council"],"date":["2021-12-07"],"summary":["Discussion on IPCEIs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-grow"],"involved":["ec-person-0151c7e554d188fffc509ad636b7d1a84c5dfcd5","eu-tr-421495541254-57"]}} -{"id":"ec-meeting-2021-12-07-8907c2281c927146b031907e86c6707eb9a47196","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-12-07 - Cabinet of Vice-President Věra Jourová x Warner Bros. Discovery"],"date":["2021-12-07"],"summary":["Media freedom in PL"],"notes":["Portfolio: Values and Transparency"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["ec-person-bf54da17217bbddfd9c68fe24d88005ac17e2c4b","eu-tr-288009010205-61"]}} -{"id":"ec-meeting-2021-12-07-8f532798ea06dcfa3e3af86522c1435bf1d8a23c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-12-07 - Cabinet of Executive Vice-President Frans Timmermans x European Network of Transmission System Operators for Gas"],"date":["2021-12-07"],"summary":["Hydrogen and gas sector decarbonisation package"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-565032821273-72","ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce","ec-person-d53e00c46a4cc62bbf533e0c9bb35bacb9121989"]}} -{"id":"ec-meeting-2021-12-07-9177d51c92de9c4fe79fa935844f815e545fc4c3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-12-07 - Cabinet of Executive Vice-President Valdis Dombrovskis x European Aluminium AISBL"],"date":["2021-12-07"],"summary":["- EU-US 232 steel and aluminium solution\r\n- CBAM, decarbonisation of the aluminium industry\r\n- Upcoming supply chain issues for aluminium"],"notes":["Portfolio: An Economy that Works for People"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-1d8581216d9aa7f26fa098a81e84ca61e0e3f261","eu-tr-9224280267-20"]}} -{"id":"ec-meeting-2021-12-07-bea392e9653c86c86584f9a43d2f5ae34a0b207f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-12-07 - Internal Market, Industry, Entrepreneurship and SMEs x SSAB AB"],"date":["2021-12-07"],"summary":["Meeting at request of SSAB to present HYBRIT – an operating Green Steel project."],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-grow"],"involved":["ec-person-0151c7e554d188fffc509ad636b7d1a84c5dfcd5","eu-tr-835967332819-32"]}} -{"id":"ec-meeting-2021-12-07-fb7e716ccc50c2a0c0754cd82159e061fe0701b6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-12-07 - Cabinet of Executive Vice-President Valdis Dombrovskis x Conde Nast Holdings Limited"],"date":["2021-12-07"],"summary":["Global e-commerce, CAI, China"],"notes":["Portfolio: An Economy that Works for People"],"location":["video conference"],"address":["video conference"],"addressEntity":["addr-6dc12e3c97077db82f32184f24341ce370a445fd"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["eu-tr-411131044251-94","ec-person-7e9813c16d805ee7ebea3ef6444f384bc32abaaa"]}} -{"id":"ec-meeting-2021-12-07-fe09c9780cdfdacdb5bd1843f7017c38d24e667a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-12-07 - Cabinet of Commissioner Olivér Várhelyi x Chamber of Commerce and Industry of Serbia"],"date":["2021-12-07"],"summary":["Western Balkans 6 Chamber Investment Forum (WB6 CIF)"],"notes":["Portfolio: Neighbourhood and Enlargement"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-of-oliver-varhelyi"],"involved":["ec-person-daf8ff1073a04b30d2f54219ecc93002ef3a684d","eu-tr-78423951746-42"]}} -{"id":"ec-meeting-2021-12-07-fe492e03eb153f8fc517341de4d5e2b7e9deefb5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-12-07 - Cabinet of Executive Vice-President Frans Timmermans x Vereniging VNO-NCW"],"date":["2021-12-07"],"summary":["Rule of Law"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-4d24ceb9e6bdaabe394d1506aa601a9ce9d0e59b","eu-tr-13255254129-80"]}} -{"id":"ec-meeting-2021-12-08-070193e3bf2c3be2523c38104ae5d39da5743075","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-12-08 - Budget x Deutsche Bank AG"],"date":["2021-12-08"],"summary":["NGEU cooperation"],"location":["Webex"],"address":["Webex"],"addressEntity":["addr-4b591c6aa2d0556305c2d15987c48d32c33f9ca9"],"organizer":["ec-dg-budg"],"involved":["eu-tr-271912611231-56","ec-person-39635b893026833f739fe623fe7e9d5a97525e7a"]}} -{"id":"ec-meeting-2021-12-08-10f89162c6dcb18f2b1b7abdcf2aa334d2493de7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-12-08 - Cabinet of Executive Vice-President Frans Timmermans x World Resources Institute"],"date":["2021-12-08"],"summary":["COP27; Deforestation"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-4d24ceb9e6bdaabe394d1506aa601a9ce9d0e59b","eu-tr-581250215524-23"]}} -{"id":"ec-meeting-2021-12-08-1483c7eb5382574df068a874b57703248773bf75","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-12-08 - Cabinet of Commissioner Thierry Breton x None"],"date":["2021-12-08"],"summary":["EU Chemicals Strategy for Sustainability and PFAS"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-27053044762-72","ec-person-6308dea893b9b1ca0dcd5b91b4a1ac4c2f3020ad","eu-tr-00723343929-96","eu-tr-157269723532-97"]}} -{"id":"ec-meeting-2021-12-08-18f42a1e261e5e7566a53a14921344e3d9fad3f9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-12-08 - Cabinet of Commissioner Thierry Breton x 5G Automotive Association"],"date":["2021-12-08"],"summary":["connected mobility"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-6308dea893b9b1ca0dcd5b91b4a1ac4c2f3020ad","eu-tr-802312827842-26"]}} -{"id":"ec-meeting-2021-12-08-2ce2b8fd994df5b738ce89813f62437feab594b2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-12-08 - Cabinet of Vice-President Věra Jourová x The Lisbon Council for Economic Competitiveness and Social Renewal asbl"],"date":["2021-12-08"],"summary":["EDAP"],"notes":["Portfolio: Values and Transparency"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["eu-tr-6766950469-32","ec-person-bf54da17217bbddfd9c68fe24d88005ac17e2c4b"]}} -{"id":"ec-meeting-2021-12-08-3c252d61d7ae0e779b49a9fe6a5007ba924e0a9c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-12-08 - Cabinet of Commissioner Johannes Hahn x Udruga za sport, rekreaciju i edukaciju- Igre mladih"],"date":["2021-12-08"],"summary":["Youth Sports Games activities"],"notes":["Portfolio: Budget and Administration"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hahn-johannes-of"],"involved":["ec-person-6dd3472dac004e43ec1fa4f5b4106e3b476c9ce7","eu-tr-442822332191-58"]}} -{"id":"ec-meeting-2021-12-08-45580f65582f6d22628c65082639e5fb80517f34","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-12-08 - Cabinet of Commissioner Janusz Wojciechowski x Conseil Européen des Jeunes Agriculteurs"],"date":["2021-12-08"],"summary":["Meeting of Commissioner Wojciechowski with CEJA's President, Ms Lenzi - CEJA's Sustainability programme for 2022-2023"],"notes":["Portfolio: Agriculture"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["eu-tr-849413211923-25","ec-person-08c62f972c22464aca7a65520eb9406f8db14a66"]}} -{"id":"ec-meeting-2021-12-08-476e673676a00cd0b41d9d2f2cfc6fcac07dce13","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-12-08 - Cabinet of Vice-President Věra Jourová x Instinctif Partners"],"date":["2021-12-08"],"summary":["Protection of Journalists"],"notes":["Portfolio: Values and Transparency"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["ec-person-221276f2dfa4b8fe628f08e982d967b6aeb61c57","eu-tr-14365014904-34"]}} -{"id":"ec-meeting-2021-12-08-587fe173c82ace99aad1e3e8e39fc9594236a624","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-12-08 - Cabinet of Commissioner Stella Kyriakides x International Biocontrol Manufacturers' Association"],"date":["2021-12-08"],"summary":["VTC Meeting: Revision of the Sustainable Use of pesticides Directive and biocontrols"],"notes":["Portfolio: Health"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-kyriakides-of-stella"],"involved":["ec-person-081d99a6f9ed1259db43e2cbcba20275774511b2","eu-tr-06818218065-85"]}} -{"id":"ec-meeting-2021-12-08-7852bf3f07022d39d555ac9dfd8d51b4c24bb436","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-12-08 - Cabinet of Executive Vice-President Margrethe Vestager x DataRobot"],"date":["2021-12-08"],"summary":["AI Act"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-996469444840-50","ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0"]}} -{"id":"ec-meeting-2021-12-08-8a932ec3c4c8941c2308f41b59c6cd8943f583c2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-12-08 - Cabinet of Commissioner Thierry Breton x European Tech Alliance"],"date":["2021-12-08"],"summary":["Exchange on EU digital legislation: DSA/DMA and EU tech opportunities and challenges"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-189607519323-76","ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","ec-person-5215bd372c5a1202399d77ecceb8c16de8d7d55c"]}} -{"id":"ec-meeting-2021-12-08-90cb6b4bba7a37f52063c606beecd139d41d9448","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-12-08 - Cabinet of Commissioner Virginijus Sinkevičius x None"],"date":["2021-12-08"],"summary":["To discuss the EU Chemicals Strategy for Sustainability and PFAS"],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["eu-tr-27053044762-72","eu-tr-00723343929-96","eu-tr-157269723532-97","ec-person-d60b74d6bf19edff0aacdad384927f95de9b3c60"]}} -{"id":"ec-meeting-2021-12-08-9463925e17b00701c5895bcfc369d3e0d1a67e1f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-12-08 - Cabinet of Executive Vice-President Frans Timmermans x None"],"date":["2021-12-08"],"summary":["EU Chemicals Strategy for Sustainability and PFAS"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-27053044762-72","ec-person-8af3c81534786a740718d21dc58240738a53ed7b","eu-tr-00723343929-96","eu-tr-157269723532-97"]}} -{"id":"ec-meeting-2021-12-08-a5dd621e772fcb6069474aa977166f517e90c52d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-12-08 - Cabinet of Executive Vice-President Frans Timmermans x European Environmental Bureau"],"date":["2021-12-08"],"summary":["Carbon farming"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-06798511314-27","ec-person-33624431cbec1074e151c1707715ef46d2ba9565"]}} -{"id":"ec-meeting-2021-12-08-aeb8ab5254afe1906b3bb3107c69a3575569051c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-12-08 - Cabinet of Executive Vice-President Frans Timmermans x Deutsches Verkehrsforum"],"date":["2021-12-08"],"summary":["Exchange of views on the Fit for 55 package and the transport sector"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-7c876f4825f213b8adbedf089ccedfbc3b36d65b","eu-tr-84108743925-09"]}} -{"id":"ec-meeting-2021-12-08-b295eb09488be8b45171d9193ea335aa60d643f7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-12-08 - Cabinet of Commissioner Mariya Gabriel x Notre Europe - Institut Jacques Delors / Notre Europe - Jacques Delors Institute"],"date":["2021-12-08"],"summary":["- Democracy and citizenship and the role education can play to promote Europe; \r\n- The contribution of the EIT to the Green Deal."],"notes":["Portfolio: Innovation and Youth"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-726109217329-25","ec-person-1674399a793e9e6fd7cf55b525515fc862fc9351"]}} -{"id":"ec-meeting-2021-12-09-031790cf2e0c966d31b757528eade58e08f33c32","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-12-09 - Cabinet of Executive Vice-President Margrethe Vestager x Internet Corporation for Assigned Names and Numbers"],"date":["2021-12-09"],"summary":["Presentation of the organisation, TTC"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-804646318062-39","ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0","ec-person-eecca27e2a9c3fc0d4bd43564e4960382705feef"]}} -{"id":"ec-meeting-2021-12-09-140aa425806192661c0309a1d5e7cadeea9b9c6f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-12-09 - Cabinet of Executive Vice-President Frans Timmermans x EUROPEAN TRADE UNION CONFEDERATION"],"date":["2021-12-09"],"summary":["Social impacts of Fit for 55 and just transition policies of the EU"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-7c876f4825f213b8adbedf089ccedfbc3b36d65b","eu-tr-06698681039-26"]}} -{"id":"ec-meeting-2021-12-09-1aef946f9cf86fc80e0321f7812c0e4b38556c6c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-12-09 - Cabinet of Executive Vice-President Valdis Dombrovskis x Stichting Fair Trade Advocacy Office"],"date":["2021-12-09"],"summary":["Trade and sustainable development, domestic advisory groups"],"notes":["Portfolio: An Economy that Works for People"],"location":["video call"],"address":["video call"],"addressEntity":["addr-12d8c530d76da0b7745f9c0f9285e7eec97adc55"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-235870cd7eb41f2494f695fce18b5b5b88647113","eu-tr-860901940087-20"]}} -{"id":"ec-meeting-2021-12-09-2c7491654427db9a37ba03aa14e083eabad49ff1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-12-09 - Cabinet of Commissioner Mairead Mcguinness x Christian Aid Ireland CIDSE - International Alliance of Catholic social justice organisations Front Line Defenders OXFAM INTERNATIONAL EU ADVOCACY OFFICE"],"date":["2021-12-09"],"summary":["sustainable corporate governance initiative, CSRD"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["online"],"address":["online"],"addressEntity":["addr-2dbc2fd2358e1ea1b7a6bc08ea647b9a337ac92d"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["eu-tr-46856801604-90","eu-tr-633748221618-41","ec-person-0ba9b89127b39af6a66f2fc3ed727332f1b19a34","eu-tr-61263518557-92","ec-person-2b9c589fb2354bd93067644d2c3d2c058d4c4cc9","eu-tr-382157828400-41"]}} -{"id":"ec-meeting-2021-12-09-2e0f676dcd3413f68007c4193a6815c3244a2ff6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-12-09 - Cabinet of Commissioner Didier Reynders x Societat Civil Catalana"],"date":["2021-12-09"],"summary":["Rule of Law in Spain"],"notes":["Portfolio: Justice"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-didier-of-reynders"],"involved":["eu-tr-770786045269-04","ec-person-1e25399e2267734c5f4c69093d2286c8898ee9f0"]}} -{"id":"ec-meeting-2021-12-09-344bc233d2cc96a0ec4bb8810558d3e476686087","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-12-09 - Cabinet of Commissioner Mairead Mcguinness x Nordea Bank Abp Swedish Bankers´ Association Danske Bank A/S Finanssiala ry - Finance Finland Swedbank AS Finance Denmark Swedbank AB (publ) Finance Norway Nykredit Realkredit A/S"],"date":["2021-12-09"],"summary":["Basel III"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Virtual Meeting"],"address":["Virtual Meeting"],"addressEntity":["addr-ed078b6749077909a1a45720507ac2da9277b8b3"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["eu-tr-960532323803-62","ec-person-49e520c7a9c9c47ccb5acfa68f9416e4233af9f8","eu-tr-7328496842-09","eu-tr-53517281038-30","eu-tr-088683524126-25","eu-tr-20705158207-35","eu-tr-64866663811-42","eu-tr-022027817030-67","eu-tr-107779213747-53","eu-tr-337992525403-73"]}} -{"id":"ec-meeting-2021-12-09-36b9f080c2bf62b3b8eefe5bbe525823c5ad2186","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-12-09 - Trade x European Council on Foreign Relations"],"date":["2021-12-09"],"summary":["A New Normal: Europe, China and the Future of Global Trade."],"location":["Berlin"],"address":["Berlin"],"addressEntity":["addr-062b06ba8e755765c6b049809b7430fd54fe5b21"],"organizer":["ec-dg-trade"],"involved":["ec-person-2045c2589da3988908fcfe731e8224e7e06a7c63","eu-tr-339569615567-89"]}} -{"id":"ec-meeting-2021-12-09-5debf80567ab99b14dd1de0b55a89fcfef5e70ca","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-12-09 - Cabinet of Commissioner Elisa Ferreira x Huawei Technologies"],"date":["2021-12-09"],"summary":["\"Long Term Vision and Connectivity\" in and for rural Regions"],"notes":["Portfolio: Cohesion and Reforms"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-elisa-ferreira-of"],"involved":["ec-person-63f2d0a26187f98f2895c32cf27b4a574cfb2bba","eu-tr-114467111412-38"]}} -{"id":"ec-meeting-2021-12-09-613abaf3a0f4fa973c5f6e64ecc3df2cebc5a815","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-12-09 - Maritime Affairs and Fisheries x European Associations of Fish Processors and European Federation of National Organisations of Fish Importers and Exporters"],"date":["2021-12-09"],"summary":["Discussion on Fisheries Control Regulation and Marketing Standards"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-dg-mare"],"involved":["ec-person-6e64215cdacfeb6c6d4709a7f72c2b1c94a3d908","eu-tr-713799141894-77"]}} -{"id":"ec-meeting-2021-12-09-76353b07e7f4675e7ca045e80412bc571c9a12d3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-12-09 - Financial Stability, Financial Services and Capital Markets Union x European Federation of Investors and Financial Services Users"],"date":["2021-12-09"],"summary":["Retail investment strategy, CMU and sustainable finance"],"location":["Virtual meeting"],"address":["Virtual meeting"],"addressEntity":["addr-1f1f3f51a4da31a1ea5c1b4b21cbf52ad983224f"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-24633926420-79","ec-person-1fce211249673c35ee07a801ddee77ab24af8d54"]}} -{"id":"ec-meeting-2021-12-09-90cb0575e2d9db98bf35a2fdb63b5dbc5ba4ab4b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-12-09 - Cabinet of Commissioner Mairead Mcguinness x Banco Santander, S.A."],"date":["2021-12-09"],"summary":["Organization of conference on the Future of Finance"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Virtual meeting"],"address":["Virtual meeting"],"addressEntity":["addr-1f1f3f51a4da31a1ea5c1b4b21cbf52ad983224f"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["eu-tr-799142914971-03","ec-person-49e520c7a9c9c47ccb5acfa68f9416e4233af9f8"]}} -{"id":"ec-meeting-2021-12-09-cbd538f040c7f41d1724363132e6316eb423472a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-12-09 - Cabinet of Commissioner Mairead Mcguinness x Energy Co-operatives Ireland Ltd"],"date":["2021-12-09"],"summary":["Offshore wind and hydrogen energy development project, Valentia Island"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-a5441c6a69a8a94fd64e02def60fcc6567f2c1d8","eu-tr-793944944545-14","ec-person-1d2f53447b8f2d9bb3f50f7247ad40c2cf8036e4"]}} -{"id":"ec-meeting-2021-12-09-cf98eb24f910c9bc1bdfb5fdc96c4bfb902bd6ad","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-12-09 - Cabinet of Commissioner Mairead Mcguinness x LA POSTE"],"date":["2021-12-09"],"summary":["Basel, Open banking, Capital Markets Union, Retail Finance Strategy"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-0ba9b89127b39af6a66f2fc3ed727332f1b19a34","eu-tr-01890906437-84"]}} -{"id":"ec-meeting-2021-12-09-dafc5294a3169566a6f72ab3c7f3860ab733e78f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-12-09 - Cabinet of President Ursula von der Leyen x KfW Bankengruppe"],"date":["2021-12-09"],"summary":["EU-KfW cooperation in the new MFF\r\n•KfW expressed concerns on the slow advancement of discussions related to the transposition of EU requirements stemming from the Financial Regulation. \r\n•Furthermore, KfW underlined the need to advance"],"notes":["Portfolio: President"],"location":["Brussels (Phone call)"],"address":["Brussels (Phone call)"],"addressEntity":["addr-d79323207796743d40c902d5c9d6bbd3dfc57307"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-781d246729522a816df2b77a616f5ae127bc104e","eu-tr-79019799690-13"]}} -{"id":"ec-meeting-2021-12-09-db4037242b62c9131e25befc9c998276a025fda3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-12-09 - Cabinet of Commissioner Olivér Várhelyi x ΟΙΚΟΝΟΜΙΚΟ ΣΥΝΕΔΡΙΟ ΔΕΛΦΩΝ"],"date":["2021-12-09"],"summary":["Annual Meeting which will take place between Wednesday and Saturday, April 6-9, 2022 and other regional Fora that the Delphi Economic Forum is organizing."],"notes":["Portfolio: Neighbourhood and Enlargement"],"location":["Brussls"],"address":["Brussls"],"addressEntity":["addr-b0a630cd144702f9de913898582df9f3d0fedbae"],"organizer":["ec-cabinet-commissioner-of-oliver-varhelyi"],"involved":["ec-person-53491bf8482feff700ae076cb8b1e2ee3e728210","eu-tr-357203644835-80"]}} -{"id":"ec-meeting-2021-12-09-dbd9f625099d30c85f950e6723f4726589011ead","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-12-09 - Cabinet of Vice-President Věra Jourová x ARTICLE 19: Global Campaign for Free Expression Committee to Protect Journalists"],"date":["2021-12-09"],"summary":["Safety of Journalists"],"notes":["Portfolio: Values and Transparency"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["eu-tr-594787238502-76","eu-tr-370649919011-72","ec-person-bf54da17217bbddfd9c68fe24d88005ac17e2c4b"]}} -{"id":"ec-meeting-2021-12-09-ef1f495179aa3ebe3eab0edf61028a746e70d5ce","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-12-09 - Cabinet of Commissioner Mairead Mcguinness x Worldline"],"date":["2021-12-09"],"summary":["Presentation of EDPIA’s priorities and discussion on strategic challenges and opportunities for payments sector."],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Virtual meeting"],"address":["Virtual meeting"],"addressEntity":["addr-1f1f3f51a4da31a1ea5c1b4b21cbf52ad983224f"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-2b9c589fb2354bd93067644d2c3d2c058d4c4cc9","eu-tr-257888538969-50"]}} -{"id":"ec-meeting-2021-12-09-ffcbdd6c8d6e7ac346a09e48af24adac9b2d80c0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-12-09 - Cabinet of Commissioner Olivér Várhelyi x Udruga za sport, rekreaciju i edukaciju- Igre mladih"],"date":["2021-12-09"],"summary":["Youth Sport Games"],"notes":["Portfolio: Neighbourhood and Enlargement"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-of-oliver-varhelyi"],"involved":["eu-tr-442822332191-58","ec-person-53491bf8482feff700ae076cb8b1e2ee3e728210"]}} -{"id":"ec-meeting-2021-12-10-00c85c713da001d7f6d700e1d838f36d78638c02","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-12-10 - Education, Youth, Sport and Culture x Europa Nostra"],"date":["2021-12-10"],"summary":["Courtesy call"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-eac"],"involved":["ec-person-68d4f99b9ed1b40d86ebbf81f8f35aeebd6c5fc5","eu-tr-464201240893-11"]}} -{"id":"ec-meeting-2021-12-10-226902b0482a3a9f0f5f4c1c318eafbb37bcb970","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-12-10 - Budget x Barclays PLC"],"date":["2021-12-10"],"summary":["NGEU, Macroeconomic developments"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-budg"],"involved":["ec-person-39635b893026833f739fe623fe7e9d5a97525e7a","eu-tr-72390466359-39"]}} -{"id":"ec-meeting-2021-12-10-24c0b80fb2cf331c4b3a87fcf21a05770836090a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-12-10 - Cabinet of Commissioner Stella Kyriakides x ClientEarth AISBL Zero Waste Europe European Environmental Bureau"],"date":["2021-12-10"],"summary":["VTC meeting on Circular economy and non-toxic plastics"],"notes":["Portfolio: Health"],"location":["Bruxelles"],"address":["Bruxelles"],"addressEntity":["addr-b58f5927b66d94a676970dc048485d4c6848f272"],"organizer":["ec-cabinet-commissioner-kyriakides-of-stella"],"involved":["eu-tr-06798511314-27","ec-person-8c3c9f5f3b2f84138bb6ab73180e2eff94b88ec8","eu-tr-47806848200-34","eu-tr-96645517357-19"]}} -{"id":"ec-meeting-2021-12-10-322c960b2a4be786e5352a71033cb24fc3aa978d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-12-10 - Cabinet of Commissioner Jutta Urpilainen x #DiasporaVote!"],"date":["2021-12-10"],"summary":["Discussion with youth from the diaspora in the EU on their role as part of EU international partnerships"],"notes":["Portfolio: International Partnerships"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["eu-tr-417597743204-78","ec-person-6357f4506ca5351b3a822936612fd6006da48722"]}} -{"id":"ec-meeting-2021-12-10-328b21504cb607c31b4469587203c725b895a71d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-12-10 - Cabinet of Commissioner Mariya Gabriel x Mirakl"],"date":["2021-12-10"],"summary":["Scale-Up Europe Initiative"],"notes":["Portfolio: Innovation and Youth"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["ec-person-1674399a793e9e6fd7cf55b525515fc862fc9351","eu-tr-081716245099-16"]}} -{"id":"ec-meeting-2021-12-10-3d6199631a8018f3383361c1aa48ec68745d44cc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-12-10 - Cabinet of Commissioner Ylva Johansson x EUROPEAN TRADE UNION CONFEDERATION Platform for International Cooperation on Undocumented Migrants"],"date":["2021-12-10"],"summary":["Skills and Talent package & revision of the Single Permit Directive"],"notes":["Portfolio: Home Affairs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-johansson-of-ylva"],"involved":["eu-tr-19093363838-48","ec-person-eafe594fe2bcb6af27f0422c2491a9d8cf2400da","eu-tr-06698681039-26"]}} -{"id":"ec-meeting-2021-12-10-7dae74908d8765a316aa903ee2737675f16a43af","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-12-10 - Cabinet of Executive Vice-President Frans Timmermans x Each One Teach One European Environmental Bureau Federation of Young European Greens Stichting ERGO Network European Network on Debt and Development European Network Against Racism Friends of the Earth Europe"],"date":["2021-12-10"],"summary":["European Green Deal and racial justice issues in climate, energy, transport and environment policies"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-7c876f4825f213b8adbedf089ccedfbc3b36d65b","eu-tr-06798511314-27","eu-tr-587174614073-09","eu-tr-09854512780-89","eu-tr-09136982496-09","eu-tr-547956841599-12","eu-tr-9825553393-31","eu-tr-756739622445-07"]}} -{"id":"ec-meeting-2021-12-10-8f2c1dfc878fe35e8ce9d04cb3d2c986b87a6d9a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-12-10 - Cabinet of Commissioner Thierry Breton x Polish Confederation Lewiatan"],"date":["2021-12-10"],"summary":["Green and digital transition, single market and media freedom"],"notes":["Portfolio: Internal Market"],"location":["Warsaw"],"address":["Warsaw"],"addressEntity":["addr-706f6339e835d0512d5d873d62a3e08aba143f49"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","eu-tr-251117611140-75","ec-person-5215bd372c5a1202399d77ecceb8c16de8d7d55c"]}} -{"id":"ec-meeting-2021-12-10-ade49f37cc28a96962e4c65e20d2b8260597c7d3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-12-10 - Cabinet of Executive Vice-President Frans Timmermans x European Coordination Via Campesina"],"date":["2021-12-10"],"summary":["Carbon farming"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-28920471149-55","ec-person-33624431cbec1074e151c1707715ef46d2ba9565"]}} -{"id":"ec-meeting-2021-12-10-afa63fd87e89bdfcd3cfc119d5a551886a4ea00e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-12-10 - Financial Stability, Financial Services and Capital Markets Union x Finance Watch"],"date":["2021-12-10"],"summary":["CMU, Sustainable Finance, Digital Finance"],"location":["Virtual Meeting"],"address":["Virtual Meeting"],"addressEntity":["addr-ed078b6749077909a1a45720507ac2da9277b8b3"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-37943526882-24","ec-person-1fce211249673c35ee07a801ddee77ab24af8d54"]}} -{"id":"ec-meeting-2021-12-10-eb70d5ae13ab2356bff4a85ebf9802cd51ce784e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-12-10 - Research and Innovation x MERCATOR OCEAN INTERNATIONAL"],"date":["2021-12-10"],"summary":["Oceans mission"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-rtd"],"involved":["eu-tr-582545543216-74","ec-person-1d348f33395de0ea6773a7b4ae8797e3e0392f73"]}} -{"id":"ec-meeting-2021-12-10-f75be50f025184f751f7dfeb7f5539e73bdbc7d7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-12-10 - Cabinet of Commissioner Thierry Breton x Avaaz Foundation"],"date":["2021-12-10"],"summary":["DSA"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-475565317526-24","ec-person-4d83416435f81b1f1e8f5c86aeebb1478577f1d2"]}} -{"id":"ec-meeting-2021-12-13-0565e5e8404cd0087aa0fa47beacf5cca28fae61","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-12-13 - Cabinet of Commissioner Mairead Mcguinness x None"],"date":["2021-12-13"],"summary":["Overview of recent and upcoming regulatory initiatives in financial services"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Luxembourg"],"address":["Luxembourg"],"addressEntity":["addr-5076721c4060feeb69bd2c3dd9bdce115d5c62f3"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["eu-tr-6182372280-83","ec-person-49e520c7a9c9c47ccb5acfa68f9416e4233af9f8","eu-tr-791937418045-95","eu-tr-439687945081-13","ec-person-2b9c589fb2354bd93067644d2c3d2c058d4c4cc9","eu-tr-3505006282-58"]}} -{"id":"ec-meeting-2021-12-13-38b31917d7779a3984bd5f4e4d91364a63e25833","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-12-13 - Competition x EBU-UER (European Broadcasting Union)"],"date":["2021-12-13"],"summary":["development of the European broadcasting markets , competition law and state aid"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-comp"],"involved":["ec-person-f257bc19c568ad25083c1c1e1651426245cefedf","eu-tr-93288301615-56"]}} -{"id":"ec-meeting-2021-12-13-43af1e797b0ea78914c37561618f326287c01710","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-12-13 - Cabinet of Executive Vice-President Margrethe Vestager x BANCO BILBAO VIZCAYA ARGENTARIA"],"date":["2021-12-13"],"summary":["Data Act"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0","eu-tr-090350412968-04","ec-person-71043372bdf7ac2868e93db35f9e2f420db778e3"]}} -{"id":"ec-meeting-2021-12-13-54e825390bf3b9411b86abe67f0b7c33bc615304","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-12-13 - Cabinet of Commissioner Olivér Várhelyi x Bank Gospodarstwa Krajowego"],"date":["2021-12-13"],"summary":["COVID-19 vaccine sharing for the Eastern Partnership"],"notes":["Portfolio: Neighbourhood and Enlargement"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-of-oliver-varhelyi"],"involved":["ec-person-daf8ff1073a04b30d2f54219ecc93002ef3a684d","eu-tr-558044927437-22"]}} -{"id":"ec-meeting-2021-12-13-8e3ab8536ca3a50d9d04407cb4dae5ec795db24b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-12-13 - Financial Stability, Financial Services and Capital Markets Union x Ernst & Young Core Business Services BV"],"date":["2021-12-13"],"summary":["Sustainable finance, Basel III"],"location":["Virtual Meeting"],"address":["Virtual Meeting"],"addressEntity":["addr-ed078b6749077909a1a45720507ac2da9277b8b3"],"organizer":["ec-dg-fisma"],"involved":["ec-person-1fce211249673c35ee07a801ddee77ab24af8d54","eu-tr-04458109373-91"]}} -{"id":"ec-meeting-2021-12-13-9772b5b15513aaf8886e4fa3664300b6bb19d25c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-12-13 - Cabinet of Commissioner Thierry Breton x ISFE - Representing the European Videogames Industry"],"date":["2021-12-13"],"summary":["Tour d’horizon of the legislative proposals on digital matters and better internet for Kids"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-d6689ffc6695e7e65bdd0e0c0da1721d3031ea1b","ec-person-4d83416435f81b1f1e8f5c86aeebb1478577f1d2","eu-tr-20586492362-11"]}} -{"id":"ec-meeting-2021-12-13-d20695d0649a5da8d4db951dcd88055230656476","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-12-13 - Cabinet of Commissioner Nicolas Schmit x Wirtschaftskammer Österreich"],"date":["2021-12-13"],"summary":["minimum wage, platform workers and skills"],"notes":["Portfolio: Jobs and Social Rights"],"location":["online"],"address":["online"],"addressEntity":["addr-2dbc2fd2358e1ea1b7a6bc08ea647b9a337ac92d"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-66fa2c2d100ec194caa42b5c6f97c36e2748b71c","ec-person-8eb18b6102d444937bc6af5822a6742812165b48","eu-tr-10405322962-08"]}} -{"id":"ec-meeting-2021-12-13-f58abc33a52a0364019769bab6a0be83ae32ce47","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-12-13 - Cabinet of Commissioner Janusz Wojciechowski x Lithuanian Agriculture Council"],"date":["2021-12-13"],"summary":["Lithuanian Milk Producers Association"],"notes":["Portfolio: Agriculture"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["eu-tr-746603537078-67","ec-person-08c62f972c22464aca7a65520eb9406f8db14a66"]}} -{"id":"ec-meeting-2021-12-14-00207f1eec892d0ed22e5baa2e610fc1c38310b2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-12-14 - Cabinet of President Ursula von der Leyen x BUSINESSEUROPE"],"date":["2021-12-14"],"summary":["Follow up to BusinessEurope CEO event\r\n-Positive reception of Global Gateway\r\n-Fit for 55: their position on CBAM and ETS\r\n-Taxonomy: they favor the set-up of a helpdesk for companies\r\n-SMEs: concern about the cumulative impact of reporting requirements"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-781d246729522a816df2b77a616f5ae127bc104e","eu-tr-3978240953-79"]}} -{"id":"ec-meeting-2021-12-14-12c6ca930480c38164c23a2ed875a9fdba3310e1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-12-14 - Cabinet of Commissioner Johannes Hahn x None"],"date":["2021-12-14"],"summary":["Agricultural Promotion Policy"],"notes":["Portfolio: Budget and Administration"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hahn-johannes-of"],"involved":["eu-tr-16057181340-75","eu-tr-28175274067-75","ec-person-d1cfc2bdcd92eb0b7e7112810e03f3aff3f4af35","eu-tr-93296213494-75","eu-tr-02978802379-31","eu-tr-9803788883-16","eu-tr-455805042423-96","eu-tr-1637225479-02","eu-tr-729014411618-96","eu-tr-42967152383-63","eu-tr-546282614966-51","eu-tr-09586631237-74"]}} -{"id":"ec-meeting-2021-12-14-1e22c007eaf6f0ccf8ef150db3f70d206b87916f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-12-14 - Budget x UniCredit"],"date":["2021-12-14"],"summary":["Multi Year Plan"],"location":["Webex"],"address":["Webex"],"addressEntity":["addr-4b591c6aa2d0556305c2d15987c48d32c33f9ca9"],"organizer":["ec-dg-budg"],"involved":["ec-person-39635b893026833f739fe623fe7e9d5a97525e7a","eu-tr-03094871618-32"]}} -{"id":"ec-meeting-2021-12-14-2036d44e5a38af113fc83138b5c4b8188a8c0844","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-12-14 - Cabinet of Vice-President Dubravka Šuica x Malta Business Foundation"],"date":["2021-12-14"],"summary":["Inform of the activities of the MBF with respect to the COFOE and present their recommendations in this context, also uploaded on the Multilingual Digital Platform"],"notes":["Portfolio: Democracy and Demography"],"location":["Brussels/ Online"],"address":["Brussels/ Online"],"addressEntity":["addr-4e623bc36228dcb60990bed81605894420010adf"],"organizer":["ec-cabinet-dubravka-of-president-suica-vice"],"involved":["eu-tr-891881518347-25","ec-person-ebe31c2924b1fbde99804f8f575004fb99739165"]}} -{"id":"ec-meeting-2021-12-14-2b19346a23a1462bc63765bf8f8459c189d3a034","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-12-14 - Cabinet of Commissioner Jutta Urpilainen x KfW Bankengruppe"],"date":["2021-12-14"],"summary":["Global Gateway"],"notes":["Portfolio: International Partnerships"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["ec-person-7204caa5e704bc4a911fee13ad5c0f62fd74b3bc","eu-tr-79019799690-13"]}} -{"id":"ec-meeting-2021-12-14-340e197b5de26cf82b3aeb794ea7fd98a4c2478e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-12-14 - Defence Industry and Space x ARIANEGROUP HOLDING"],"date":["2021-12-14"],"summary":["Videoconference to exchange views on the preparation of the future for access to space and secure connectivity."],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-dg-defis"],"involved":["ec-person-a5e52cd544ea3aa44eb4b31fac65a468499f106e","eu-tr-030910537575-52"]}} -{"id":"ec-meeting-2021-12-14-6037af25ce1d946ee5a056e0c0ab1da6ee0f6775","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-12-14 - Cabinet of Executive Vice-President Valdis Dombrovskis x EPIA SolarPower Europe"],"date":["2021-12-14"],"summary":["Due diligence, forced labour"],"notes":["Portfolio: An Economy that Works for People"],"location":["video call"],"address":["video call"],"addressEntity":["addr-12d8c530d76da0b7745f9c0f9285e7eec97adc55"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-235870cd7eb41f2494f695fce18b5b5b88647113","eu-tr-2680046412-48"]}} -{"id":"ec-meeting-2021-12-14-79ab7120f6dff35e89c08530cea1ee6598e75ada","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-12-14 - Cabinet of Executive Vice-President Frans Timmermans x Fortum Oyj Wärtsilä Corporation"],"date":["2021-12-14"],"summary":["Taxonomy"],"notes":["Portfolio: European Green Deal"],"location":["video conference (Brussels)"],"address":["video conference (Brussels)"],"addressEntity":["addr-96d45bbb99f3da137b2243f11b529ed54662db90"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-289922721213-66","ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce","eu-tr-03501997362-71","ec-person-d53e00c46a4cc62bbf533e0c9bb35bacb9121989"]}} -{"id":"ec-meeting-2021-12-14-8f427ede3a39b9d5f1712f021dfec865d6076a3a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-12-14 - Cabinet of Commissioner Paolo Gentiloni x ARCTURUS GROUP"],"date":["2021-12-14"],"summary":["upcoming revision of Directive 2011/64/EU"],"notes":["Portfolio: Economy"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-cabinet-commissioner-gentiloni-of-paolo"],"involved":["eu-tr-34100356706-23","ec-person-8da36db391ed53f362d495cd564ba8b45c7003e1"]}} -{"id":"ec-meeting-2021-12-14-93dd3fa088492f6764db34c528b91afdace0a574","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-12-14 - Internal Market, Industry, Entrepreneurship and SMEs x EU-ASEAN Business Council"],"date":["2021-12-14"],"summary":["•\tEU-ASEAN Business Council presenting their activities and its role in the ASEAN region.\r\n•\tExchange of views on implementation of EU Indo-Pacific strategy and industrial policy, including on strategic value chains."],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-grow"],"involved":["ec-person-0151c7e554d188fffc509ad636b7d1a84c5dfcd5","eu-tr-614220318268-60"]}} -{"id":"ec-meeting-2021-12-14-9eff72bbb1583478d79b1e0971c085577c5d0805","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-12-14 - Cabinet of Commissioner Helena Dalli x Validity Foundation - Mental Disability Advocacy Centre"],"date":["2021-12-14"],"summary":["Exchange on EU disability policies"],"notes":["Portfolio: Equality"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-dalli-helena-of"],"involved":["eu-tr-386218736092-06","ec-person-074f076ec339feecfbb4bdf393736c8236d7c85e"]}} -{"id":"ec-meeting-2021-12-14-a279e5248ed39994abf55358f75c11553e49fe5b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-12-14 - Cabinet of Commissioner Thierry Breton x Capgemini Invent - the Netherlands German Edge Cloud GmbH & Co. KG Airbus Leonardo S.p.A. DASSAULT AVIATION TIM S.p.A. Orange Nokia Atos SE (France) Deutsche Telekom"],"date":["2021-12-14"],"summary":["EU Data strategy, European Cloud Alliance."],"notes":["Portfolio: Internal Market"],"location":["video conference"],"address":["video conference"],"addressEntity":["addr-6dc12e3c97077db82f32184f24341ce370a445fd"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-531047531752-02","eu-tr-02550382403-01","ec-person-e18e6e300776f5f47ca4c72c1ba1b0d0eb1e71fe","ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","eu-tr-2732167674-76","eu-tr-078655018381-34","eu-tr-264527121382-71","eu-tr-76704342721-41","eu-tr-168153640824-96","eu-tr-35167875358-33","eu-tr-249876817241-03","ec-person-b077a2e9f0fdb3b8f6e91d0bd0b256db9e40ce46","eu-tr-60052162589-72"]}} -{"id":"ec-meeting-2021-12-14-aa760ee711e3c24012e39e5539a5c3570220d612","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-12-14 - Cabinet of Executive Vice-President Margrethe Vestager x Arbeitsgemeinschaft deutscher Verkehrsflughäfen"],"date":["2021-12-14"],"summary":["State aid policy and aviation sector"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-41108238259-40","ec-person-6b6135249735cff1f3061530471f1e159500c840","ec-person-7f4ed7789b52b8daf8b637232a16c6d3120c5e37"]}} -{"id":"ec-meeting-2021-12-14-aa76f9be93f97bf70a85d0d135f9290c162054d0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-12-14 - Cabinet of Commissioner Nicolas Schmit x Validity Foundation - Mental Disability Advocacy Centre"],"date":["2021-12-14"],"summary":["de-institutionalisation"],"notes":["Portfolio: Jobs and Social Rights"],"location":["online"],"address":["online"],"addressEntity":["addr-2dbc2fd2358e1ea1b7a6bc08ea647b9a337ac92d"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-66fa2c2d100ec194caa42b5c6f97c36e2748b71c","eu-tr-386218736092-06"]}} -{"id":"ec-meeting-2021-12-14-cfca55447f781a647cfc8c0a24d14563a92ce2e6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-12-14 - Cabinet of Executive Vice-President Frans Timmermans x International Union for Conservation of Nature EU Representative Office"],"date":["2021-12-14"],"summary":["Implementation of biodiversity policies"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-03518238467-61","ec-person-8af3c81534786a740718d21dc58240738a53ed7b"]}} -{"id":"ec-meeting-2021-12-14-dc103e043ac004f65a20a8a5895f19cf2b5566e7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-12-14 - Cabinet of Commissioner Thierry Breton x Delivery Hero SE"],"date":["2021-12-14"],"summary":["Platforms regulation and platforms workers’ proposal"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-334703839280-66","ec-person-4d83416435f81b1f1e8f5c86aeebb1478577f1d2"]}} -{"id":"ec-meeting-2021-12-14-e216201c9822040935b29c67e26e8af1de68d195","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-12-14 - Competition x FEDERATION FRANCAISE DE LA PARFUMERIE SELECTIVE"],"date":["2021-12-14"],"summary":["Vertical Block Exemption Regulation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-comp"],"involved":["ec-person-f257bc19c568ad25083c1c1e1651426245cefedf","eu-tr-166451434234-47"]}} -{"id":"ec-meeting-2021-12-15-05d0ccbf2739849e048604e5349e85ae5b554c48","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-12-15 - Cabinet of Commissioner Mairead Mcguinness x European agri-cooperatives European farmers"],"date":["2021-12-15"],"summary":["EU Promotion policy"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["VIRTUAL"],"address":["VIRTUAL"],"addressEntity":["addr-5fe4dd429e7ca82543f447d5b6e37edc0b0211f3"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-a5441c6a69a8a94fd64e02def60fcc6567f2c1d8","eu-tr-09586631237-74","eu-tr-44856881231-49"]}} -{"id":"ec-meeting-2021-12-15-2ac502d5e2d8537e74e4f5db2dfec0fdff2b8f84","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-12-15 - Cabinet of Vice-President Věra Jourová x France Télévisions"],"date":["2021-12-15"],"summary":["Media freedom and pluralism"],"notes":["Portfolio: Values and Transparency"],"location":["Phone call"],"address":["Phone call"],"addressEntity":["addr-cac056598c767cdeaa0f13cfe91d25988c24c698"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["ec-person-aa83f35da599b82e4f15da018f4b3447eb648f7c","eu-tr-31046456610-43"]}} -{"id":"ec-meeting-2021-12-15-2f53a916b6eacad460deaa09f367ecb646da3b8c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-12-15 - Cabinet of Commissioner Stella Kyriakides x International Federation of Organic Agriculture Movements EU Regional Group"],"date":["2021-12-15"],"summary":["VTC meeting: sustainability labelling, in the context of the Farm to Fork strategy"],"notes":["Portfolio: Health"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-kyriakides-of-stella"],"involved":["eu-tr-67128251296-84","ec-person-ba73927c33000184cab3f41a76e1b32fe7d7eda8","ec-person-ecf9f9e978b833afc98ee022572d468f0dc9a352"]}} -{"id":"ec-meeting-2021-12-15-442dfb207de5d6512cbe8e98be11d07016fb31c5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-12-15 - Cabinet of Executive Vice-President Frans Timmermans x The Club of Rome - EU Chapter"],"date":["2021-12-15"],"summary":["Club of Rome"],"notes":["Portfolio: European Green Deal"],"location":["Video-call"],"address":["Video-call"],"addressEntity":["addr-0a257a3b8a0926e1b53e3476ce1c8e8fc8470ecd"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-9eafbf4a92961023c7df3ab389ae6d4301dec4bf","ec-person-8af3c81534786a740718d21dc58240738a53ed7b","eu-tr-951747640235-93"]}} -{"id":"ec-meeting-2021-12-15-93479113c7208465782e0b46878b16912b796e14","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-12-15 - Cabinet of Executive Vice-President Margrethe Vestager x Green Planet Energy"],"date":["2021-12-15"],"summary":["Draft State aid Guidelines on Climate, environmental protection and Energy"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-6b6135249735cff1f3061530471f1e159500c840","eu-tr-043312644954-10","ec-person-11ba005cc4046696303381b7ca219da9b11a42bf"]}} -{"id":"ec-meeting-2021-12-15-b3e5096480ff21178c11fcd6c71ca2d2e635384f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-12-15 - Financial Stability, Financial Services and Capital Markets Union x Vanguard Asset Management Limited"],"date":["2021-12-15"],"summary":["Sustainable economy, ESG"],"location":["Virtual meeting"],"address":["Virtual meeting"],"addressEntity":["addr-1f1f3f51a4da31a1ea5c1b4b21cbf52ad983224f"],"organizer":["ec-dg-fisma"],"involved":["ec-person-1fce211249673c35ee07a801ddee77ab24af8d54","eu-tr-226354616978-90"]}} -{"id":"ec-meeting-2021-12-15-cbfa126dbdf3d155904835371f631159fa1b7b1e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-12-15 - Cabinet of Executive Vice-President Margrethe Vestager x Deutsche Unternehmensinitiative Energieeffizienz e.V."],"date":["2021-12-15"],"summary":["Draft State aid Guidelines on Climate, environmental protection and Energy"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-6b6135249735cff1f3061530471f1e159500c840","eu-tr-19736167705-91"]}} -{"id":"ec-meeting-2021-12-15-cf9551b3604bdc45e058bd97e9c55736b911193e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-12-15 - Cabinet of Commissioner Ylva Johansson x SMEunited aisbl"],"date":["2021-12-15"],"summary":["Pact for Asylum and Migration"],"notes":["Portfolio: Home Affairs"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-commissioner-johansson-of-ylva"],"involved":["eu-tr-55820581197-35","ec-person-eafe594fe2bcb6af27f0422c2491a9d8cf2400da","ec-person-e80f1d4512f8632e5baa488ed887e131294d744e"]}} -{"id":"ec-meeting-2021-12-15-dab2455361ede9bda74bf19dc7133b2903c7059a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-12-15 - Cabinet of Executive Vice-President Frans Timmermans x TUSIAD-Turkish Industry&Business Association"],"date":["2021-12-15"],"summary":["Green Deal EU-Turkey dialogue on climate"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-4d24ceb9e6bdaabe394d1506aa601a9ce9d0e59b","eu-tr-38870176589-43"]}} -{"id":"ec-meeting-2021-12-15-eda0d728f735fb939700079d6321e50781ceeb72","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-12-15 - Cabinet of Commissioner Adina Vălean x Huawei Technologies"],"date":["2021-12-15"],"summary":["Smart solutions for the European transport sector (road, port, airport and railway)"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["ec-person-e5f1558cac43dd4f90847b508b6753edb0a9f903","ec-person-cc0354fbf386eb83f57c00ad5240f1dddeeabab4","eu-tr-114467111412-38"]}} -{"id":"ec-meeting-2021-12-15-f18758ca2e78d93db2ab0d35bf709619579ce25d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-12-15 - Cabinet of Executive Vice-President Margrethe Vestager x TUSIAD-Turkish Industry&Business Association"],"date":["2021-12-15"],"summary":["Potential event on digitalization in Turkey"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-38870176589-43","ec-person-11ba005cc4046696303381b7ca219da9b11a42bf"]}} -{"id":"ec-meeting-2021-12-15-f6a75b5f7668d73171c054ea125aa78aa859e4c3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-12-15 - Competition x Orange"],"date":["2021-12-15"],"summary":["exchange views on issues related to the Groupe Orange’s activities in the EU"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-comp"],"involved":["ec-person-f257bc19c568ad25083c1c1e1651426245cefedf","eu-tr-76704342721-41"]}} -{"id":"ec-meeting-2021-12-16-048e6de7392bda019a2abc88f616352f2df596fa","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-12-16 - Cabinet of Executive Vice-President Margrethe Vestager x Robert Bosch GmbH"],"date":["2021-12-16"],"summary":["Semiconductors"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0","eu-tr-8999533555-91"]}} -{"id":"ec-meeting-2021-12-16-08c6e570caf5e42e5c7b7e66f1c64483b05bbe91","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-12-16 - Cabinet of Vice-President Věra Jourová x Kofi Annan Foundation"],"date":["2021-12-16"],"summary":["Digital files"],"notes":["Portfolio: Values and Transparency"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["eu-tr-961873216116-63","ec-person-fb258e0188a5319bfaba3161382db43f5a85851f"]}} -{"id":"ec-meeting-2021-12-16-0dea5bd51af9b17c468f51953764c3585e2b9389","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-12-16 - Cabinet of Commissioner Janusz Wojciechowski x WWF European Policy Programme European Environmental Bureau Stichting BirdLife Europe"],"date":["2021-12-16"],"summary":["CAP Strategic Plans and the European Green Deal’s objectives"],"notes":["Portfolio: Agriculture"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["eu-tr-06798511314-27","ec-person-cafe030b6dad78a75143f7552c420481b30ebceb","eu-tr-1083162721-43","eu-tr-1414929419-24","ec-person-08c62f972c22464aca7a65520eb9406f8db14a66"]}} -{"id":"ec-meeting-2021-12-16-247a8817b58c32c5e53f272a7727234d18870231","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-12-16 - Employment, Social Affairs and Inclusion x European Construction Industry Federation EUROPEAN FEDERATION OF BUILDING AND WOODWORKERS"],"date":["2021-12-16"],"summary":["social ID, Esspass"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-empl"],"involved":["eu-tr-92221016212-42","ec-person-dd259fce880e1853f0beb087443bce6e7dea70d7","eu-tr-57745478360-42"]}} -{"id":"ec-meeting-2021-12-16-77a639f4a1b4cc09a4df8bf0c8636c7c057b162f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-12-16 - Cabinet of Executive Vice-President Valdis Dombrovskis x Euroseeds The American Seed Trade Association"],"date":["2021-12-16"],"summary":["Transatlantic seed trade in the context of the Trade & Technology Council"],"notes":["Portfolio: An Economy that Works for People"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-1d8581216d9aa7f26fa098a81e84ca61e0e3f261","eu-tr-11362308587-10","eu-tr-760422645446-64"]}} -{"id":"ec-meeting-2021-12-16-9b7da929724a3faf942616894ed6482fbbdee85e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-12-16 - Cabinet of Commissioner Kadri Simson x WEC Italia (Comitato Nazionale Italiano del Consiglio Mondiale dell'Energia)"],"date":["2021-12-16"],"summary":["Euro MED energy transition latest updates and presentation of the main findings from WEC Europe - OME new study on hydrogen."],"notes":["Portfolio: Energy"],"location":["Video Conference"],"address":["Video Conference"],"addressEntity":["addr-fd005d1da26cd3c9a734fbbadaf813e8115acdeb"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["ec-person-f47a082bc2455a660c3b2ae348f0024736672752","eu-tr-080550445132-66"]}} -{"id":"ec-meeting-2021-12-16-9fcecfa4f535f61494e848c43397152225f3660a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-12-16 - Cabinet of Executive Vice-President Margrethe Vestager x European Council on Foreign Relations"],"date":["2021-12-16"],"summary":["EU external digital policy"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-339569615567-89","ec-person-8b6db5c3c4611618ade59c6d0dadc21c962f0ee7"]}} -{"id":"ec-meeting-2021-12-16-d109e512c98d0dd7d1183925bfe21003fa602a72","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-12-16 - Cabinet of Executive Vice-President Valdis Dombrovskis x Breakthrough Energy Catalyst Foundation"],"date":["2021-12-16"],"summary":["Global Arrangement on Sustainable Steel and Aluminium"],"notes":["Portfolio: An Economy that Works for People"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-1d8581216d9aa7f26fa098a81e84ca61e0e3f261","eu-tr-424103441763-49"]}} -{"id":"ec-meeting-2021-12-16-d8a56243530d5197f7179c82af8128b5875c4d45","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-12-16 - Cabinet of Executive Vice-President Valdis Dombrovskis x Cercle des Réseaux européens"],"date":["2021-12-16"],"summary":["Trade Policy and economic recovery"],"notes":["Portfolio: An Economy that Works for People"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-f011ed0f7c78d833a79f1206f788e0cbd9cb8864","eu-tr-212885415901-57"]}} -{"id":"ec-meeting-2021-12-16-e3640cac1122f81fa53c060e4f54253a1fea71f4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-12-16 - Cabinet of Commissioner Mairead Mcguinness x Confederation of European Paper Industries"],"date":["2021-12-16"],"summary":["Green Deal Agenda & Sustainable finance"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-a5441c6a69a8a94fd64e02def60fcc6567f2c1d8","eu-tr-72279144480-58"]}} -{"id":"ec-meeting-2021-12-16-ec7391944ca2673de7f5907db928523d1646e56e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-12-16 - Cabinet of Executive Vice-President Margrethe Vestager x Sports Rights Owners' Coalition"],"date":["2021-12-16"],"summary":["Data Act"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-422544515758-37","ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0"]}} -{"id":"ec-meeting-2021-12-17-2131743af7955932abfce346f138aaf0195a8516","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-12-17 - Cabinet of Commissioner Thierry Breton x Europe Jacques Delors"],"date":["2021-12-17"],"summary":["EU industrial policy"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-784839644387-27","ec-person-6308dea893b9b1ca0dcd5b91b4a1ac4c2f3020ad"]}} -{"id":"ec-meeting-2021-12-17-3566fc0ee905a9bd9de600cb440d9b55fc8f22e7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-12-17 - Cabinet of Commissioner Mairead Mcguinness x Society for Worldwide Interbank Financial Telecommunication"],"date":["2021-12-17"],"summary":["discussion on cross-border payments"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["online"],"address":["online"],"addressEntity":["addr-2dbc2fd2358e1ea1b7a6bc08ea647b9a337ac92d"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["eu-tr-011095511691-05","ec-person-0ba9b89127b39af6a66f2fc3ed727332f1b19a34","ec-person-778f68c06d4985a2eda59737cdb80e7a4570f90f"]}} -{"id":"ec-meeting-2021-12-17-3c70f8484b183c6b1b4ea895b42ff25fc2558a1e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-12-17 - Cabinet of Commissioner Kadri Simson x Advanced Biofuels Coalition"],"date":["2021-12-17"],"summary":["To discuss the Fit for 55 package and the long-term perspective of advanced biofuels in decarbonizing EU transport."],"notes":["Portfolio: Energy"],"location":["Video Conferencing"],"address":["Video Conferencing"],"addressEntity":["addr-e3b7413b2ac93be00b6bcff51fdc1374d67118bd"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["ec-person-f47a082bc2455a660c3b2ae348f0024736672752","eu-tr-526080337842-49"]}} -{"id":"ec-meeting-2021-12-17-555039b28d7de83d85f9c5de21dda2269edc9c18","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-12-17 - Cabinet of Commissioner Ylva Johansson x Federation of Swedish Family Forest Owners"],"date":["2021-12-17"],"summary":["COREPER discussions on taxonomy debate."],"notes":["Portfolio: Home Affairs"],"location":["Brussels (online)"],"address":["Brussels (online)"],"addressEntity":["addr-ef87d086df7b220ed76c9f59ee6efadfac8480c7"],"organizer":["ec-cabinet-commissioner-johansson-of-ylva"],"involved":["eu-tr-878186914678-56","ec-person-981fc36acd82b2e49db83e43763b908c1a89ec0b"]}} -{"id":"ec-meeting-2021-12-17-a7a13132f16aa98333a91eb86db7e0b68cb23152","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-12-17 - Education, Youth, Sport and Culture x British Council"],"date":["2021-12-17"],"summary":["Exchange of views of British Council’s work plans."],"location":["online"],"address":["online"],"addressEntity":["addr-2dbc2fd2358e1ea1b7a6bc08ea647b9a337ac92d"],"organizer":["ec-dg-eac"],"involved":["ec-person-68d4f99b9ed1b40d86ebbf81f8f35aeebd6c5fc5","eu-tr-17888758870-92"]}} -{"id":"ec-meeting-2021-12-17-e1f26cc8360b40d20203fc4a58c6f00111b6919d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-12-17 - Cabinet of Vice-President Věra Jourová x European University Institute"],"date":["2021-12-17"],"summary":["EDMO, Disinformation"],"notes":["Portfolio: Values and Transparency"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["ec-person-74c07660dcbc6dc9993b34462cf2a1fec35925ea","eu-tr-742228039171-04","ec-person-fb258e0188a5319bfaba3161382db43f5a85851f"]}} -{"id":"ec-meeting-2021-12-17-f062a0e884cb26c719584779d4c8be08fa705c5c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-12-17 - Cabinet of Commissioner Kadri Simson x ΟΙΚΟΝΟΜΙΚΟ ΣΥΝΕΔΡΙΟ ΔΕΛΦΩΝ"],"date":["2021-12-17"],"summary":["DELPHI ECONOMIC FORUM"],"notes":["Portfolio: Energy"],"location":["BRUSSELS"],"address":["BRUSSELS"],"addressEntity":["addr-f74337897287bf1b546f30505f5b1f693a87af50"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["ec-person-501d912f96a445022d96580168c19ada4c3cd275","eu-tr-357203644835-80"]}} -{"id":"ec-meeting-2021-12-19-38dfbff3b4c6d619e66087b9b898e0dce9153c22","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-12-19 - Cabinet of Executive Vice-President Frans Timmermans x Green 10"],"date":["2021-12-19"],"summary":["next-day Environment Council, COP26 and Fit for 55"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-7c876f4825f213b8adbedf089ccedfbc3b36d65b","eu-tr-70309834043-10"]}} -{"id":"ec-meeting-2021-12-20-240f42d7804e5e02cc4529d4012d7d5ee691b7b7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-12-20 - Cabinet of Commissioner Nicolas Schmit x None"],"date":["2021-12-20"],"summary":["labour market aspects of the green transition"],"notes":["Portfolio: Jobs and Social Rights"],"location":["online"],"address":["online"],"addressEntity":["addr-2dbc2fd2358e1ea1b7a6bc08ea647b9a337ac92d"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["eu-tr-15423437054-40","ec-person-66fa2c2d100ec194caa42b5c6f97c36e2748b71c","eu-tr-981167323458-75"]}} -{"id":"ec-meeting-2021-12-20-65991d6a15e02507aa4279781be9ef87150c897a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-12-20 - Cabinet of Commissioner Kadri Simson x Eesti Kaubandus-Tööstuskoda"],"date":["2021-12-20"],"summary":["Overview about the European Green Deal and its impact and opportunities for Estonian industry and economy in general. In addition energy prices and Recovery and Resilience Facility were discussed."],"notes":["Portfolio: Energy"],"location":["Pärnu, Estonia"],"address":["Pärnu, Estonia"],"addressEntity":["addr-67b35f072a2659ae9c59d7047f4ac38800bffec6"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["eu-tr-257215326551-37","ec-person-1995c65b8dc7f3702a8c30ed96a0144075848837"]}} -{"id":"ec-meeting-2021-12-20-bb115e5b71fa2bd5428edb81431aa2b7197341fa","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-12-20 - Cabinet of Executive Vice-President Valdis Dombrovskis x Rockefeller Philanthropy Advisors, Inc."],"date":["2021-12-20"],"summary":["Discussion about the Global Arrangement on Sustainable Steel and Aluminium"],"notes":["Portfolio: An Economy that Works for People"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-1d8581216d9aa7f26fa098a81e84ca61e0e3f261","eu-tr-350410345293-38"]}} -{"id":"ec-meeting-2021-12-21-06fa5741dcb9130aa983c3bab8b32ad9f3ed87d0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-12-21 - Cabinet of Commissioner Thierry Breton x Stellantis"],"date":["2021-12-21"],"summary":["Mobility and semiconductors"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-6308dea893b9b1ca0dcd5b91b4a1ac4c2f3020ad","ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","eu-tr-986044541551-20"]}} -{"id":"ec-meeting-2021-12-21-397b830e35c1fd5c6ae84ba87af99a6727cbf2fe","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-12-21 - Cabinet of President Ursula von der Leyen x Potsdam-Institut für Klimafolgenforschung"],"date":["2021-12-21"],"summary":["Meeting with Founding Director of the Potsdam Institute for Climate Impact Research (PIK)"],"notes":["Portfolio: President"],"location":["Videonconference"],"address":["Videonconference"],"addressEntity":["addr-ed59bd32b6f82e470a91453c767829711d01ed0f"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-a2ac27c3a7aa93937efc47169c1dc2264a822175","eu-tr-735637118430-74"]}} -{"id":"ec-meeting-2021-12-21-58cce82d81e644c1c1d9c8a7c6a4c277b939739e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-12-21 - Cabinet of Executive Vice-President Valdis Dombrovskis x European Union Chamber of Commerce in China"],"date":["2021-12-21"],"summary":["- trade and business environment in China\r\n- prospects for engagement with China\r\n- China - Lithuania relations and impact on the Single Market"],"notes":["Portfolio: An Economy that Works for People"],"location":["video call"],"address":["video call"],"addressEntity":["addr-12d8c530d76da0b7745f9c0f9285e7eec97adc55"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["eu-tr-592343015058-67","ec-person-9e7bd1005456277f156b671d1555c6a460fb2f58"]}} -{"id":"ec-meeting-2021-12-22-676b45180f5c3a91015b4673f8f207b4f3ffe90d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-12-22 - Cabinet of Commissioner Jutta Urpilainen x Gavi, the Vaccine Alliance"],"date":["2021-12-22"],"summary":["Update on COVAX"],"notes":["Portfolio: International Partnerships"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["eu-tr-078294941111-90","ec-person-6357f4506ca5351b3a822936612fd6006da48722"]}} -{"id":"ec-meeting-2021-12-22-7b26870ea3184647446809fdf8477661d3b37ca5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2021-12-22 - Cabinet of Executive Vice-President Valdis Dombrovskis x Latvian Peat Association"],"date":["2021-12-22"],"summary":["Upcoming Green Deal-related legislative acts, challenges and opportunities for peat sector"],"notes":["Portfolio: An Economy that Works for People"],"location":["Riga"],"address":["Riga"],"addressEntity":["addr-e98260de43e8b705667726783aef78b8badb67e7"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-25f4019e9babab3840cf9d6dbf9cb6994f2104fb","eu-tr-206348832825-42"]}} -{"id":"ec-meeting-2022-01-04-b7f9959e4ef3d46c2e02a8c6309619f80398dc4f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-01-04 - Cabinet of Commissioner Janusz Wojciechowski x Euroseeds"],"date":["2022-01-04"],"summary":["Exchange of information"],"notes":["Portfolio: Agriculture"],"location":["Virtual meeting"],"address":["Virtual meeting"],"addressEntity":["addr-1f1f3f51a4da31a1ea5c1b4b21cbf52ad983224f"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["eu-tr-11362308587-10","ec-person-625f8b4379f79adee4f15c6a0417a96bb5a5a403"]}} -{"id":"ec-meeting-2022-01-05-edaf16690a375e67330890ff799e0b2e0c0854c5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-01-05 - Agriculture and Rural Development x Bureau Européen des Unions de Consommateurs"],"date":["2022-01-05"],"summary":["Introduction of BEUC"],"location":["Brussels - WEBEX"],"address":["Brussels - WEBEX"],"addressEntity":["addr-0b0550408187a2a233a3e8da5623c2f71c726fe6"],"organizer":["ec-dg-agri"],"involved":["ec-person-94f7c6e6875fa76120558bda38f913792cc61934","eu-tr-9505781573-45"]}} -{"id":"ec-meeting-2022-01-06-0e24d922e1242979fae3d9510625932713560ef8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-01-06 - Cabinet of President Ursula von der Leyen x BioNTech SE"],"date":["2022-01-06"],"summary":["Meeting with CEO of BioNTech"],"notes":["Portfolio: President"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-a2ac27c3a7aa93937efc47169c1dc2264a822175","eu-tr-516273537966-42"]}} -{"id":"ec-meeting-2022-01-07-6d6f24219e53ae4b3bef880bbd98b32f0550076a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-01-07 - Cabinet of President Ursula von der Leyen x Airbus"],"date":["2022-01-07"],"summary":["Trade matters"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["eu-tr-2732167674-76","ec-person-a15f450526451c70384a05ea9a3a7400ba2d3e7e"]}} -{"id":"ec-meeting-2022-01-07-8461c59ed4be34c7f6e99a9ba79dd7df60ed1187","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-01-07 - Justice and Consumers x European Law Institute"],"date":["2022-01-07"],"summary":["Automated contracting"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-dg-just"],"involved":["eu-tr-455458212010-50","ec-person-97e843c2fd98c7993c9ab42a071dd1c98c85041d"]}} -{"id":"ec-meeting-2022-01-10-53b5116137f31acc6f7452fabca287560f640590","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-01-10 - Cabinet of Commissioner Virginijus Sinkevičius x Reuse and Recycling European Union Social Enterprises"],"date":["2022-01-10"],"summary":["To discuss the role of social value in the circular economy and the contribution of the social economy to sustainable growth and jobs creation, including in local communities"],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["ec-person-dd7a7b1952e158f4195d34cff333ec79a4f48ba3","eu-tr-05052317999-60","ec-person-a58f1d06f5cb1d8dfd278e0c36d5aa1b9368b270"]}} -{"id":"ec-meeting-2022-01-10-89ab914355494a8ef860a965a23e05104f558654","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-01-10 - Cabinet of Commissioner Thierry Breton x EPIA SolarPower Europe"],"date":["2022-01-10"],"summary":["Industrial Strategy; dependencies"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-6308dea893b9b1ca0dcd5b91b4a1ac4c2f3020ad","eu-tr-2680046412-48"]}} -{"id":"ec-meeting-2022-01-10-a62ffe3828fe6e4cbb1a71d7f6082049997a358e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-01-10 - Cabinet of Commissioner Mariya Gabriel x European Youth Forum"],"date":["2022-01-10"],"summary":["Innovation and Youth"],"notes":["Portfolio: Innovation and Youth"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-43251547769-22","ec-person-1674399a793e9e6fd7cf55b525515fc862fc9351"]}} -{"id":"ec-meeting-2022-01-10-a87f3c9813332f7fa537fb928b7ba0687476c980","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-01-10 - Cabinet of Commissioner Virginijus Sinkevičius x Sea Ranger Service"],"date":["2022-01-10"],"summary":["Discussion about the draft Memorandum of Understanding"],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["eu-tr-222115540283-62","ec-person-c92a6b4ef8328855b0234011be623ed9f15c86f3"]}} -{"id":"ec-meeting-2022-01-10-b09a6646a124c88f516521bd05e4041bd1885488","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-01-10 - Communications Networks, Content and Technology x Kalray SA ASML Netherlands B.V. NXP Semiconductors Netherlands B.V. Melexis NV Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V. Interuniversitair Micro-Electronica Centrum vzw STMicroelectronics Alcyon Photonics SL SOITEC Nordic Semiconductor ASA Infineon Technologies AG Robert Bosch GmbH"],"date":["2022-01-10"],"summary":["Semiconductors"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-dg-connect"],"involved":["eu-tr-336735239719-29","eu-tr-10751968675-85","eu-tr-8999533555-91","eu-tr-243961945295-86","eu-tr-030658245107-49","eu-tr-248908039789-74","eu-tr-898711618618-45","eu-tr-35124436517-75","eu-tr-070028236358-54","eu-tr-367850645092-18","eu-tr-70843878143-13","eu-tr-97921387213-35","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2022-01-10-b97663a9eda02dbc9c5c0be8ddcba71928190d23","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-01-10 - Cabinet of Commissioner Thierry Breton x STMicroelectronics Robert Bosch GmbH Nordic Semiconductor ASA Alcyon Photonics SL ASML Netherlands B.V. Kalray SA Fraunhofer Austria Reserach GmbH Infineon Technologies AG Interuniversitair Micro-Electronica Centrum vzw NXP Semiconductors Netherlands B.V. Melexis NV"],"date":["2022-01-10"],"summary":["CEO Round Table on Semiconductors"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-336735239719-29","eu-tr-10751968675-85","eu-tr-367850645092-18","eu-tr-030658245107-49","ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","eu-tr-865956522785-09","eu-tr-248908039789-74","eu-tr-898711618618-45","eu-tr-070028236358-54","eu-tr-8999533555-91","eu-tr-70843878143-13","eu-tr-97921387213-35","ec-person-b077a2e9f0fdb3b8f6e91d0bd0b256db9e40ce46"]}} -{"id":"ec-meeting-2022-01-10-ee11bc954ec857ca1bfeccfd8b13dfaebb10d0d4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-01-10 - Cabinet of Executive Vice-President Margrethe Vestager x OVH Groupe"],"date":["2022-01-10"],"summary":["DMA, Data Act"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-11d97788772862bb34f51dd26d7f92603eac1bf8","ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0","eu-tr-281155638075-51"]}} -{"id":"ec-meeting-2022-01-10-eeb970c596aed965efdc9c98a6847976369b0a49","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-01-10 - Cabinet of Commissioner Mairead Mcguinness x European Savings and Retail Banking Group"],"date":["2022-01-10"],"summary":["MiFID, retail investment strategy"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["online"],"address":["online"],"addressEntity":["addr-2dbc2fd2358e1ea1b7a6bc08ea647b9a337ac92d"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-0ba9b89127b39af6a66f2fc3ed727332f1b19a34","eu-tr-8765978796-80"]}} -{"id":"ec-meeting-2022-01-11-0d668a81a933a6ad91d01b34946e894a97edabed","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-01-11 - Financial Stability, Financial Services and Capital Markets Union x None"],"date":["2022-01-11"],"summary":["Banking Package, Mifid"],"location":["Virtual meeting"],"address":["Virtual meeting"],"addressEntity":["addr-1f1f3f51a4da31a1ea5c1b4b21cbf52ad983224f"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-6182372280-83","eu-tr-3505006282-58","ec-person-1fce211249673c35ee07a801ddee77ab24af8d54"]}} -{"id":"ec-meeting-2022-01-11-0dbe8c0b7bb99e4a00ce7901d1d0389b7d7b42d7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-01-11 - Cabinet of Commissioner Thierry Breton x Google"],"date":["2022-01-11"],"summary":["Platforms regulation and disinformation"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-03181945560-59","ec-person-4d83416435f81b1f1e8f5c86aeebb1478577f1d2"]}} -{"id":"ec-meeting-2022-01-11-120ffb369838e1f34bf6888f09b630b3ab080296","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-01-11 - Cabinet of Executive Vice-President Valdis Dombrovskis x None"],"date":["2022-01-11"],"summary":["Investment Firms prudential framework"],"notes":["Portfolio: An Economy that Works for People"],"location":["Video call"],"address":["Video call"],"addressEntity":["addr-ad60f43c3b2e61f55f8d15d2bb303f6d11ac791b"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-235870cd7eb41f2494f695fce18b5b5b88647113","eu-tr-71488206456-23","eu-tr-981559116223-93","eu-tr-803137414612-21"]}} -{"id":"ec-meeting-2022-01-11-289bd3f2e2d6104faa876652ab19577cf0f6a54d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-01-11 - Communication x Political Festival of Europe"],"date":["2022-01-11"],"summary":["EU Festival 2022 - follow-up discussion on draft programme"],"location":["online"],"address":["online"],"addressEntity":["addr-2dbc2fd2358e1ea1b7a6bc08ea647b9a337ac92d"],"organizer":["ec-dg-comm"],"involved":["eu-tr-602595643395-60","ec-person-676f70803f4848c87b632d8522ff9ce8d4600e27"]}} -{"id":"ec-meeting-2022-01-11-38a39f9646c4e807b32ef8742b6343f48fd4624f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-01-11 - Cabinet of Commissioner Mairead Mcguinness x None"],"date":["2022-01-11"],"summary":["Investment Firms prudential framework"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Virtual meeting"],"address":["Virtual meeting"],"addressEntity":["addr-1f1f3f51a4da31a1ea5c1b4b21cbf52ad983224f"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-49e520c7a9c9c47ccb5acfa68f9416e4233af9f8","eu-tr-803137414612-21","eu-tr-71488206456-23","eu-tr-981559116223-93","eu-tr-629345120630-12"]}} -{"id":"ec-meeting-2022-01-11-3eb5ce6b9ed7f2c11014ca425ac9f4a039062990","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-01-11 - Cabinet of Commissioner Didier Reynders x Meta Platforms Ireland Limited and its various subsidiaries (f/k/a Facebook Ireland Limited)"],"date":["2022-01-11"],"summary":["consumers’ protection, hate speech, disinformation"],"notes":["Portfolio: Justice"],"location":["video conference"],"address":["video conference"],"addressEntity":["addr-6dc12e3c97077db82f32184f24341ce370a445fd"],"organizer":["ec-cabinet-commissioner-didier-of-reynders"],"involved":["ec-person-50f9cba2282e1d03395cdd0faf9ce6e9a2ff3104","ec-person-1e25399e2267734c5f4c69093d2286c8898ee9f0","ec-person-442bf1ae9900b999673cdd7389224d0e21b67d4d","eu-tr-28666427835-74"]}} -{"id":"ec-meeting-2022-01-11-469cc74c5483cf7b270dbc5693e69b8b97f129f0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-01-11 - Cabinet of Commissioner Kadri Simson x Green Planet Energy"],"date":["2022-01-11"],"summary":["Taxonomy, RES installations permitting, guarantees of origin, additionality and gas and hydrogen package."],"notes":["Portfolio: Energy"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["ec-person-ba3b83676ad38094e71b64b644f3e3d2c61b8182","eu-tr-043312644954-10","ec-person-1995c65b8dc7f3702a8c30ed96a0144075848837"]}} -{"id":"ec-meeting-2022-01-11-4853f972e89a9357ea3f97ad4a904a1174b90a29","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-01-11 - Cabinet of Commissioner Helena Dalli x SOS Racisme - Touche Pas à Mon Pote"],"date":["2022-01-11"],"summary":["Présentation du projet de baromètre annuel des discriminations raciales"],"notes":["Portfolio: Equality"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-commissioner-dalli-helena-of"],"involved":["eu-tr-943126145162-66","ec-person-dbd4bba0ef71d4385c97691e3df5bb484709a07e"]}} -{"id":"ec-meeting-2022-01-11-4bd5099731b0691ba919a86c4093c75ebe3b05dd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-01-11 - Cabinet of Executive Vice-President Margrethe Vestager x European Carton Makers Association Association of European Cartonboard and Carton Manufacturers The Alliance for Beverage Cartons and the Environment Confederation of European Paper Industries European Paper Packaging Alliance"],"date":["2022-01-11"],"summary":["Sustainable Products Initiative"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-948591610750-02","eu-tr-72279144480-58","ec-person-3da433aae105b13fe027e9c9b3dcac2c97029370","eu-tr-57004293853-27","eu-tr-871659237699-78","eu-tr-708104118458-79"]}} -{"id":"ec-meeting-2022-01-11-63036a2f011ae5f6ba3496abc64f223f1db2a729","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-01-11 - Cabinet of Commissioner Kadri Simson x Baker McKenzie"],"date":["2022-01-11"],"summary":["Trilateral negotiations on Ukraine gas transit"],"notes":["Portfolio: Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["ec-person-2fb98fc84d2cf8d481688eff3d47f7745ead3592","eu-tr-636038041077-86","ec-person-1995c65b8dc7f3702a8c30ed96a0144075848837"]}} -{"id":"ec-meeting-2022-01-11-6733c8d3255cdaa00b9f50f869a50c4f850b67d8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-01-11 - Cabinet of Commissioner Mariya Gabriel x Fundación General de la Universidad de Salamanca"],"date":["2022-01-11"],"summary":["Innovation and Startups in the EU"],"notes":["Portfolio: Innovation and Youth"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-873866044816-87","ec-person-1674399a793e9e6fd7cf55b525515fc862fc9351"]}} -{"id":"ec-meeting-2022-01-11-676b45180f5c3a91015b4673f8f207b4f3ffe90d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-01-11 - Cabinet of Commissioner Jutta Urpilainen x Gavi, the Vaccine Alliance"],"date":["2022-01-11"],"summary":["State of play in COVID-19 vaccine deliveries and the future cooperation in 2022"],"notes":["Portfolio: International Partnerships"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["eu-tr-078294941111-90","ec-person-7c4fa9cfb750b5b524c065180fcee1123b8df03e"]}} -{"id":"ec-meeting-2022-01-11-8708d63160d02436a8f24ff023f044d792c36c8e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-01-11 - Cabinet of Commissioner Ylva Johansson x Save the Children Europe"],"date":["2022-01-11"],"summary":["Children in migration"],"notes":["Portfolio: Home Affairs"],"location":["VTC"],"address":["VTC"],"addressEntity":["addr-9d1acaa772820b8ade84113d2da24716fe455be2"],"organizer":["ec-cabinet-commissioner-johansson-of-ylva"],"involved":["ec-person-31b127e72e9dd30ce85ff2b475ac65d28d7dc48d","ec-person-eafe594fe2bcb6af27f0422c2491a9d8cf2400da","eu-tr-697362735627-20"]}} -{"id":"ec-meeting-2022-01-11-8f5fd62c607348a174c1004370732e05b030f464","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-01-11 - Cabinet of Commissioner Virginijus Sinkevičius x The ADM Capital Foundation Limited"],"date":["2022-01-11"],"summary":["Overview of ADM Capital Foundation’s work on the Global Initiative to End Wildlife Crime"],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["ec-person-5d2fb692a102077260d7badef4a9f10132b72aee","eu-tr-135084038966-26"]}} -{"id":"ec-meeting-2022-01-11-979a682abca14b7081a2bb8a44c570bcd60ceec0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-01-11 - Cabinet of Executive Vice-President Valdis Dombrovskis x Business & Human Rights Resource Centre Front Line Defenders"],"date":["2022-01-11"],"summary":["Mandatory human rights and environmental due diligence"],"notes":["Portfolio: An Economy that Works for People"],"location":["video call"],"address":["video call"],"addressEntity":["addr-12d8c530d76da0b7745f9c0f9285e7eec97adc55"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-235870cd7eb41f2494f695fce18b5b5b88647113","eu-tr-139172541931-81","eu-tr-633748221618-41"]}} -{"id":"ec-meeting-2022-01-11-9ead5be2d7f8abaf6d815f63066b4d3988855a5a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-01-11 - Cabinet of Commissioner Mairead Mcguinness x UniCredit"],"date":["2022-01-11"],"summary":["Banking Union, ESG/green transition"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["online"],"address":["online"],"addressEntity":["addr-2dbc2fd2358e1ea1b7a6bc08ea647b9a337ac92d"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-2b9c589fb2354bd93067644d2c3d2c058d4c4cc9","ec-person-0ba9b89127b39af6a66f2fc3ed727332f1b19a34","eu-tr-03094871618-32"]}} -{"id":"ec-meeting-2022-01-11-a6cbdb68a6ee63bf043a10d9479d3eccbbf58b20","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-01-11 - Cabinet of Executive Vice-President Frans Timmermans x The ADM Capital Foundation Limited"],"date":["2022-01-11"],"summary":["Overview of ADM Capital Foundation’s work on the Global Initiative to End Wildlife Crime"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-135084038966-26","ec-person-8af3c81534786a740718d21dc58240738a53ed7b"]}} -{"id":"ec-meeting-2022-01-11-b6a299607c5bb3911c8cbacb9f7675dc7691d363","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-01-11 - Cabinet of Commissioner Mariya Gabriel x Università degli Studi di Brescia"],"date":["2022-01-11"],"summary":["Strategy for international Cooperation and the future of Education"],"notes":["Portfolio: Innovation and Youth"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["ec-person-1674399a793e9e6fd7cf55b525515fc862fc9351","eu-tr-309005728441-69"]}} -{"id":"ec-meeting-2022-01-11-bbc6f4a385bc5f3c4db00ac1e9bcb32c4b938260","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-01-11 - Environment x Extended Producer Responsibility Alliance"],"date":["2022-01-11"],"summary":["Waste and Packaging"],"location":["Video meeting"],"address":["Video meeting"],"addressEntity":["addr-762dc9b5648e05f3894b6f2597baa8254e5414db"],"organizer":["ec-dg-env"],"involved":["ec-person-f9559d68da38935569ff0be1cadd90e05f0454bd","eu-tr-382147211686-77"]}} -{"id":"ec-meeting-2022-01-11-ced9da01fb236fe818aef3297cdadb5cf1830727","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-01-11 - Cabinet of Commissioner Virginijus Sinkevičius x Ryanair Holdings"],"date":["2022-01-11"],"summary":["To discuss concerning the decarbonisation of air industry and impact to air industry of the Commission proposals concerning the emissions reduction, in particular to short haul intra-EU flights."],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["ec-person-dd7a7b1952e158f4195d34cff333ec79a4f48ba3","ec-person-5d2fb692a102077260d7badef4a9f10132b72aee","eu-tr-002977215945-85"]}} -{"id":"ec-meeting-2022-01-11-defdb782e2b2c45c3b98308dc1cf8f9c2da2e6fa","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-01-11 - Cabinet of Commissioner Janusz Wojciechowski x Fundación General de la Universidad de Salamanca"],"date":["2022-01-11"],"summary":["Presentation of the work of startup Olé"],"notes":["Portfolio: Agriculture"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["eu-tr-873866044816-87","ec-person-cafe030b6dad78a75143f7552c420481b30ebceb"]}} -{"id":"ec-meeting-2022-01-11-efba5864401b838dab5f52ee04a70b358824b952","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-01-11 - Cabinet of Commissioner Thierry Breton x BUSINESSEUROPE"],"date":["2022-01-11"],"summary":["Sustainable corporate governance"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","eu-tr-3978240953-79","ec-person-5215bd372c5a1202399d77ecceb8c16de8d7d55c"]}} -{"id":"ec-meeting-2022-01-12-2dcae870c4f5374cd9fb1045eb9c8feb7f588eb9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-01-12 - Cabinet of Executive Vice-President Frans Timmermans x Verband Kommunaler Unternehmen e.V."],"date":["2022-01-12"],"summary":["Circular economy implementation"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-1420587986-32","ec-person-f1a3478550296f3f9accdc67d6ef5a0b681dda4b","ec-person-8af3c81534786a740718d21dc58240738a53ed7b"]}} -{"id":"ec-meeting-2022-01-12-30e20e9122281af306a923e1f537d88caac0c2e4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-01-12 - Cabinet of Commissioner Mairead Mcguinness x None"],"date":["2022-01-12"],"summary":["Retail Investments Strategy"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["online"],"address":["online"],"addressEntity":["addr-2dbc2fd2358e1ea1b7a6bc08ea647b9a337ac92d"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["eu-tr-15799957915-87","eu-tr-915519211566-03","ec-person-778f68c06d4985a2eda59737cdb80e7a4570f90f","eu-tr-09245221105-30","eu-tr-96816064173-47","eu-tr-62379064909-15","eu-tr-5975679180-97","ec-person-0ba9b89127b39af6a66f2fc3ed727332f1b19a34","eu-tr-648651917120-02","eu-tr-015533222901-60"]}} -{"id":"ec-meeting-2022-01-12-5fe3959c74c3618d6b6121ecc28873c76110de00","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-01-12 - Financial Stability, Financial Services and Capital Markets Union x Citigroup Inc."],"date":["2022-01-12"],"summary":["Sanctions, CRD and sustainable finance"],"location":["Virtual meeting"],"address":["Virtual meeting"],"addressEntity":["addr-1f1f3f51a4da31a1ea5c1b4b21cbf52ad983224f"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-00353757573-57","ec-person-1fce211249673c35ee07a801ddee77ab24af8d54"]}} -{"id":"ec-meeting-2022-01-12-68b34da4e7241132c951d1250f7deaf11a9d7d53","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-01-12 - Cabinet of Vice-President Margaritis Schinas x Fundación General de la Universidad de Salamanca"],"date":["2022-01-12"],"summary":["Skills agenda & European Education area in rural areas"],"notes":["Portfolio: Promoting the European Way of Life"],"location":["online meeting"],"address":["online meeting"],"addressEntity":["addr-b385bbe7e761556665e3696aa1bcfc817c2db583"],"organizer":["ec-cabinet-margaritis-of-president-schinas-vice"],"involved":["eu-tr-873866044816-87","ec-person-43f9f86cfe94e45a95f7fbdea9a59a54955ebcfa","ec-person-180e5c5b13dac533a1241b0f9d78176c8bec3d51"]}} -{"id":"ec-meeting-2022-01-12-6d0ac701f3bebf8ef26103a43ca7d5ae24d34f7c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-01-12 - Internal Market, Industry, Entrepreneurship and SMEs x European Tyre & Rubber Manufacturers' Association"],"date":["2022-01-12"],"summary":["Recapitulation of the ambitions and discuss next steps and actions to be taken"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-grow"],"involved":["ec-person-0151c7e554d188fffc509ad636b7d1a84c5dfcd5","eu-tr-6025320863-10"]}} -{"id":"ec-meeting-2022-01-12-7338719f10a0a9ca54802b47a19040de1830661e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-01-12 - Cabinet of Commissioner Didier Reynders x Vattenfall"],"date":["2022-01-12"],"summary":["Les consommateurs \r\nVéhicules électriques"],"notes":["Portfolio: Justice"],"location":["video recording(online)"],"address":["video recording(online)"],"addressEntity":["addr-7483cc4dfd25c64e49fd70761ea964febe5697fe"],"organizer":["ec-cabinet-commissioner-didier-of-reynders"],"involved":["eu-tr-12955024114-93","ec-person-1e25399e2267734c5f4c69093d2286c8898ee9f0"]}} -{"id":"ec-meeting-2022-01-12-7498c8eaa30697ffb342ee73d169d119cc9fe5fe","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-01-12 - Financial Stability, Financial Services and Capital Markets Union x State Street Corporation"],"date":["2022-01-12"],"summary":["Post-Covid economic recovery, CMU"],"location":["Virtual meeting"],"address":["Virtual meeting"],"addressEntity":["addr-1f1f3f51a4da31a1ea5c1b4b21cbf52ad983224f"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-2428270908-83","ec-person-1fce211249673c35ee07a801ddee77ab24af8d54"]}} -{"id":"ec-meeting-2022-01-12-764d2591a7c55a067055e23a2e5dfeeef9d2faef","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-01-12 - Cabinet of Commissioner Thierry Breton x RESEAU VRAC"],"date":["2022-01-12"],"summary":["Social economy transition pathway, sustainable products initiative"],"notes":["Portfolio: Internal Market"],"location":["Videconference"],"address":["Videconference"],"addressEntity":["addr-e611dc74f08dc0cb4369d9147ee1bc357f769320"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-644473640522-40","ec-person-6308dea893b9b1ca0dcd5b91b4a1ac4c2f3020ad"]}} -{"id":"ec-meeting-2022-01-12-a5bf8058cca7bfa4b66ad03c8bea352893a2bfda","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-01-12 - Justice and Consumers x Telefonica, S.A."],"date":["2022-01-12"],"summary":["e-evidence, e-privacy, Data Act and data retention"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-just"],"involved":["eu-tr-52431421-12","ec-person-97e843c2fd98c7993c9ab42a071dd1c98c85041d"]}} -{"id":"ec-meeting-2022-01-12-aace1f63a481ce1a9faef397ca7448e7e8595d2d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-01-12 - Cabinet of Vice-President Maroš Šefčovič x Confederazione Generale dell'Industria Italiana"],"date":["2022-01-12"],"summary":["Discussion on 2022 Commission Work program/strategic foresight/better regulation agenda."],"notes":["Portfolio: Interinstitutional Relations and Foresight"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-d8af7eb5b715c9bd960f9661cb5170f8c6230853","ec-person-af83ed49c403cb9d7ebfecca7893f0054c1f4be5","eu-tr-27762251795-15"]}} -{"id":"ec-meeting-2022-01-12-d676c6ff94dc2893cc3b49a2829937d5c7c38db6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-01-12 - Health Emergency Preparedness and Response Authority x Federation of European Academies of Medicine"],"date":["2022-01-12"],"summary":["Meeting to discuss HERA"],"location":["ZOOM meeting"],"address":["ZOOM meeting"],"addressEntity":["addr-3c46382cb3b2ac656d7ecf9955c186ea69bdd56f"],"organizer":["ec-dg-hera"],"involved":["eu-tr-879658235260-39","ec-person-ca1ba7d868310cf297ba69999f416939d86a30ac"]}} -{"id":"ec-meeting-2022-01-12-da1e1011d828afdd23d20bb30efa87d1d8581345","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-01-12 - Cabinet of President Ursula von der Leyen x Verband Deutscher Maschinen- und Anlagenbau e.V."],"date":["2022-01-12"],"summary":["wichtige Rolle des europäischen Maschinenbaus für die digitale und grüne Transformation"],"notes":["Portfolio: President"],"location":["Brussels (VC)"],"address":["Brussels (VC)"],"addressEntity":["addr-7a7ab1034ef0b71e62ebf9a322dc5d9528505976"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-7019713e72781afb1f3b19032c4752a314b78180","ec-person-f2b941852d3b961d69ed695c2d243a1a2b4a1904","eu-tr-9765362691-45"]}} -{"id":"ec-meeting-2022-01-13-11d6c1f63d05f3d0da6619a9179eeb4b2f545a0c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-01-13 - Cabinet of Commissioner Mariya Gabriel x Deutsche Welle"],"date":["2022-01-13"],"summary":["European Year of Youth 2022"],"notes":["Portfolio: Innovation and Youth"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["ec-person-fa64a5880d41ebf63dcede9b77929dd30fbf312f","eu-tr-421591329311-65"]}} -{"id":"ec-meeting-2022-01-13-2d22c44f06660904c31d43e174dde2666ace5a72","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-01-13 - Financial Stability, Financial Services and Capital Markets Union x Flint Europe"],"date":["2022-01-13"],"summary":["CMU, EUROFI conference"],"location":["Virtual meeting"],"address":["Virtual meeting"],"addressEntity":["addr-1f1f3f51a4da31a1ea5c1b4b21cbf52ad983224f"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-718251720163-42","ec-person-1fce211249673c35ee07a801ddee77ab24af8d54"]}} -{"id":"ec-meeting-2022-01-13-365a6ffedd7d3255bd6fcf456fcae5d3e6204c16","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-01-13 - Cabinet of Commissioner Thierry Breton x Orange"],"date":["2022-01-13"],"summary":["Investments in telecom infrastructure"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-76704342721-41","ec-person-4d83416435f81b1f1e8f5c86aeebb1478577f1d2"]}} -{"id":"ec-meeting-2022-01-13-69a1902c3c46028f9042c760cd55b8883a25fe19","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-01-13 - Cabinet of Commissioner Mairead Mcguinness x Banking & Payments Federation Ireland Citigroup Inc."],"date":["2022-01-13"],"summary":["Banking package, AML, sustainability"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-2b9c589fb2354bd93067644d2c3d2c058d4c4cc9","eu-tr-00353757573-57","eu-tr-981559116223-93","ec-person-49e520c7a9c9c47ccb5acfa68f9416e4233af9f8"]}} -{"id":"ec-meeting-2022-01-13-6c64141ee0313d6c5f882425901251685c9d980a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-01-13 - Cabinet of President Ursula von der Leyen x Ericsson"],"date":["2022-01-13"],"summary":["The President’s digital agenda and the geopolitical dimension with the EU-US TTC, OpenRAN/vendor diversity topic and related issues."],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-7019713e72781afb1f3b19032c4752a314b78180","eu-tr-02021363105-42"]}} -{"id":"ec-meeting-2022-01-13-6f3eea4a7fa8f89c66e2b77f77362f030e5e116c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-01-13 - Cabinet of Executive Vice-President Frans Timmermans x E-PortLiner Holding B.V."],"date":["2022-01-13"],"summary":["Innovations in zero emission shipping"],"notes":["Portfolio: European Green Deal"],"location":["video call"],"address":["video call"],"addressEntity":["addr-12d8c530d76da0b7745f9c0f9285e7eec97adc55"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-d56ecbfde17436a136fc89c9a978b266e8285c84","eu-tr-595652445074-37"]}} -{"id":"ec-meeting-2022-01-13-7faadf76b9cbf7e8ecb8e753fd153da04acf3024","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-01-13 - Cabinet of Commissioner Helena Dalli x European Disability Forum"],"date":["2022-01-13"],"summary":["Exchange on EU disability policies, including the new Disability Platform."],"notes":["Portfolio: Equality"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-dalli-helena-of"],"involved":["eu-tr-57868523887-16","ec-person-aa0edba7826d1445c51c415ae3da020d45f9dc06","ec-person-074f076ec339feecfbb4bdf393736c8236d7c85e"]}} -{"id":"ec-meeting-2022-01-13-82b033df0ce1aa22be77c4e9897f36d61bf3d4a8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-01-13 - Cabinet of Vice-President Věra Jourová x Deutsche Welle"],"date":["2022-01-13"],"summary":["DSA, EMFA"],"notes":["Portfolio: Values and Transparency"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["eu-tr-421591329311-65","ec-person-bf54da17217bbddfd9c68fe24d88005ac17e2c4b"]}} -{"id":"ec-meeting-2022-01-13-89f2d9e97ad2e31306cb8baef71c9b6484a3dc61","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-01-13 - Cabinet of Commissioner Thierry Breton x Vinces Consulting"],"date":["2022-01-13"],"summary":["Production capacity and supply chain of a novel COVID vaccine"],"notes":["Portfolio: Internal Market"],"location":["Videconference"],"address":["Videconference"],"addressEntity":["addr-e611dc74f08dc0cb4369d9147ee1bc357f769320"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-400207831496-21","ec-person-d6689ffc6695e7e65bdd0e0c0da1721d3031ea1b"]}} -{"id":"ec-meeting-2022-01-13-90fcdf3ec985f137a8976107fa73727e3607b411","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-01-13 - Cabinet of Commissioner Stella Kyriakides x CropLife Europe"],"date":["2022-01-13"],"summary":["VTC Meeting: Economic study on the impact of the 2030 Green Deal targets for crop production"],"notes":["Portfolio: Health"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-kyriakides-of-stella"],"involved":["eu-tr-0711626572-26","ec-person-ba73927c33000184cab3f41a76e1b32fe7d7eda8","ec-person-081d99a6f9ed1259db43e2cbcba20275774511b2"]}} -{"id":"ec-meeting-2022-01-13-a05590a3f8a93f8e8fa57908e612a3d92f55a52b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-01-13 - Cabinet of Vice-President Věra Jourová x Civil Liberties Union for Europe ARTICLE 19: Global Campaign for Free Expression Umweltinstitut München e.V."],"date":["2022-01-13"],"summary":["SLAPP"],"notes":["Portfolio: Values and Transparency"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["eu-tr-594787238502-76","ec-person-7a163c1020a2aefa0ea1473d934c053e3e34491a","eu-tr-544892227334-39","eu-tr-689094544352-49"]}} -{"id":"ec-meeting-2022-01-13-a8aa0b79413734bed0e401229de9ebdd32b276a8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-01-13 - Cabinet of Commissioner Nicolas Schmit x Randstad N.V. The Adecco Group"],"date":["2022-01-13"],"summary":["Changing labour markets, Skills and Platform Work."],"notes":["Portfolio: Jobs and Social Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-66fa2c2d100ec194caa42b5c6f97c36e2748b71c","ec-person-8eb18b6102d444937bc6af5822a6742812165b48","eu-tr-144049521780-57","ec-person-4cf4655ab41922e92160325d987a3c4615c72d30","eu-tr-63569542153-18","ec-person-c03b949331dbbe5fa3d5423758e371ec1b9b832f"]}} -{"id":"ec-meeting-2022-01-13-c82e8433fffe7acbd6ad2c28f88b5129c51fa15d","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2022-01-13 - Cabinet of Executive Vice-President Frans Timmermans x Climate Action Network Europe"],"date":["2022-01-13"],"summary":["Climate and Energy legislation"],"notes":["Portfolio: European Green Deal"],"location":["videoconference (Brussels)"],"address":["videoconference (Brussels)"],"addressEntity":["addr-5dd22b57a9d6f7be6f130d619b6be6e2434c4ab3"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-55888811123-49","ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce","ec-person-d53e00c46a4cc62bbf533e0c9bb35bacb9121989"]}} -{"id":"ec-meeting-2022-01-14-007644a53ebeadf358715244161e034446ef1b97","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-01-14 - Cabinet of Commissioner Thierry Breton x Centrient Pharmaceuticals"],"date":["2022-01-14"],"summary":["Security of supply of pharmaceutical ingredients and intermediates"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-494574538937-86","ec-person-d6689ffc6695e7e65bdd0e0c0da1721d3031ea1b"]}} -{"id":"ec-meeting-2022-01-14-20cded51cc13c6c88677b9ace2bfb16c5125b249","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-01-14 - Environment x Union of European Beverages Association"],"date":["2022-01-14"],"summary":["Waste and Packaging"],"location":["Video meeting"],"address":["Video meeting"],"addressEntity":["addr-762dc9b5648e05f3894b6f2597baa8254e5414db"],"organizer":["ec-dg-env"],"involved":["eu-tr-25492952296-56","ec-person-f9559d68da38935569ff0be1cadd90e05f0454bd"]}} -{"id":"ec-meeting-2022-01-14-40ce732d22eac614af31facd936418adf7d2dd26","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-01-14 - Financial Stability, Financial Services and Capital Markets Union x International Financial Reporting Standards (IFRS) Foundation"],"date":["2022-01-14"],"summary":["ISSB"],"location":["Virtual meeeting"],"address":["Virtual meeeting"],"addressEntity":["addr-823cdf9114ea5fbf88c41e5ac8df1094d51c780c"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-830882416841-19","ec-person-1fce211249673c35ee07a801ddee77ab24af8d54"]}} -{"id":"ec-meeting-2022-01-14-52327e7b015950281b219d5bd05e8926b6b51481","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-01-14 - Cabinet of Commissioner Kadri Simson x Trans Adriatic Pipeline"],"date":["2022-01-14"],"summary":["Fulfilment of TAP transmission capacity and TAP expansion projects"],"notes":["Portfolio: Energy"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["ec-person-ba3b83676ad38094e71b64b644f3e3d2c61b8182","ec-person-2fb98fc84d2cf8d481688eff3d47f7745ead3592","ec-person-f47a082bc2455a660c3b2ae348f0024736672752","eu-tr-570335813082-79"]}} -{"id":"ec-meeting-2022-01-14-56f6e53e222418579a6d40c7b1b064ee09107a11","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-01-14 - Cabinet of Vice-President Margaritis Schinas x None"],"date":["2022-01-14"],"summary":["Article 17 dialogue"],"notes":["Portfolio: Promoting the European Way of Life"],"location":["virtual conference"],"address":["virtual conference"],"addressEntity":["addr-603c6066083042635db4e326b8c4cf96d64a8b20"],"organizer":["ec-cabinet-margaritis-of-president-schinas-vice"],"involved":["ec-person-d5cada2a1a17537a675985af31e5ce07ae3bfd42","eu-tr-47350036909-69","eu-tr-945330325636-88","eu-tr-279311637410-28","eu-tr-212877131768-20","eu-tr-173532529975-58","eu-tr-188133714462-27","eu-tr-555450011891-58","ec-person-901d49b3e3af3e96de8d42787e8633b0adc76ca1","eu-tr-55481528937-66","eu-tr-872093423847-01","eu-tr-959216620304-34","eu-tr-98016578626-11","eu-tr-61973396926-78"]}} -{"id":"ec-meeting-2022-01-14-58734a7bbeea4f99bb6a0556946c968ac8cd398b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-01-14 - Mobility and Transport x Airlines for Europe"],"date":["2022-01-14"],"summary":["COVID recovery; sustainability; passenger rights & international aviation"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-move"],"involved":["eu-tr-807912421050-91","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2022-01-14-67caae1aa3e35397dbefb4da7b8571e8936fedd7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-01-14 - Cabinet of Commissioner Mariya Gabriel x IFPI Representing recording industry worldwide"],"date":["2022-01-14"],"summary":["DSA - creative and cultural sector's concerns"],"notes":["Portfolio: Innovation and Youth"],"location":["Brussels - online"],"address":["Brussels - online"],"addressEntity":["addr-1ffdd7e64e61e5fe99e20ed62074fe2ad1a1b799"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-60394321918-91","ec-person-fa64a5880d41ebf63dcede9b77929dd30fbf312f"]}} -{"id":"ec-meeting-2022-01-14-6835bff0f14e441bc5bfbfb2da7a0f7185c28ab2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-01-14 - Cabinet of Commissioner Mairead Mcguinness x European FinTech Association"],"date":["2022-01-14"],"summary":["Retail payments strategy, instant payments."],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Virtual Meeting"],"address":["Virtual Meeting"],"addressEntity":["addr-ed078b6749077909a1a45720507ac2da9277b8b3"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["eu-tr-514240237898-38","ec-person-778f68c06d4985a2eda59737cdb80e7a4570f90f"]}} -{"id":"ec-meeting-2022-01-14-792a5bbd5b0640fb8ac667a93f9b308e4fe4c0d1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-01-14 - Cabinet of Commissioner Mairead Mcguinness x European Fund and Asset Management Association"],"date":["2022-01-14"],"summary":["Financial literacy"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Virtual meeting"],"address":["Virtual meeting"],"addressEntity":["addr-1f1f3f51a4da31a1ea5c1b4b21cbf52ad983224f"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-778f68c06d4985a2eda59737cdb80e7a4570f90f","eu-tr-3373670692-24"]}} -{"id":"ec-meeting-2022-01-14-7cbc58d87daeb39029617bacb9dcf9bfaf9b40a4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-01-14 - Cabinet of Commissioner Kadri Simson x China Chamber of Commerce to the EU"],"date":["2022-01-14"],"summary":["Presentation by CCCEU of its 2021 Report and discussion on developing green economy in the EU"],"notes":["Portfolio: Energy"],"location":["Videconference"],"address":["Videconference"],"addressEntity":["addr-e611dc74f08dc0cb4369d9147ee1bc357f769320"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["ec-person-2fb98fc84d2cf8d481688eff3d47f7745ead3592","eu-tr-490366039271-16"]}} -{"id":"ec-meeting-2022-01-14-8d6ae49ae0fbbb238235b7680ae6969a2dcdfa96","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-01-14 - Research and Innovation x Drugs for Neglected Diseases initiative"],"date":["2022-01-14"],"summary":["HERA"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-dg-rtd"],"involved":["ec-person-1d348f33395de0ea6773a7b4ae8797e3e0392f73","eu-tr-66666589895-96"]}} -{"id":"ec-meeting-2022-01-14-97aee22c850019246158f21638d423272e7ed399","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-01-14 - Cabinet of Executive Vice-President Frans Timmermans x Institute for European Environmental Policy"],"date":["2022-01-14"],"summary":["Fit for 55"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce","ec-person-f1a3478550296f3f9accdc67d6ef5a0b681dda4b","eu-tr-934329423960-72"]}} -{"id":"ec-meeting-2022-01-14-b61046a33eabeb566c113038b8c4d2410b98cc13","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-01-14 - Communications Networks, Content and Technology x Intel Corporation"],"date":["2022-01-14"],"summary":["Semiconductors"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-dg-connect"],"involved":["eu-tr-7459401905-60","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2022-01-14-bbdfe703898a1c931695c9288f244b7434c37e96","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-01-14 - Cabinet of Commissioner Thierry Breton x Axel Springer SE"],"date":["2022-01-14"],"summary":["Media freedom act"],"notes":["Portfolio: Internal Market"],"location":["Berlin"],"address":["Berlin"],"addressEntity":["addr-062b06ba8e755765c6b049809b7430fd54fe5b21"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-742417913824-11","ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","ec-person-4d83416435f81b1f1e8f5c86aeebb1478577f1d2"]}} -{"id":"ec-meeting-2022-01-14-c18d37e715c68c6edc05dde31c17d9f60fcd36b9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-01-14 - Cabinet of Executive Vice-President Frans Timmermans x The Ad Hoc Partnership Limited"],"date":["2022-01-14"],"summary":["Speech on \"Delivering year on year carbon reductions post-Glasgow \""],"notes":["Portfolio: European Green Deal"],"location":["videoconference (Brussels)"],"address":["videoconference (Brussels)"],"addressEntity":["addr-5dd22b57a9d6f7be6f130d619b6be6e2434c4ab3"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce","eu-tr-287174143153-09"]}} -{"id":"ec-meeting-2022-01-14-d9ae187ccf87370301420a3944b9c33b04a974c1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-01-14 - Cabinet of Commissioner Nicolas Schmit x Lifelong Learning Platform"],"date":["2022-01-14"],"summary":["Education, skills and training, Vocational Education and Training (VET) and the Green Transition, and Adult Learning"],"notes":["Portfolio: Jobs and Social Rights"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-66fa2c2d100ec194caa42b5c6f97c36e2748b71c","ec-person-4cf4655ab41922e92160325d987a3c4615c72d30","ec-person-c03b949331dbbe5fa3d5423758e371ec1b9b832f","eu-tr-74923516160-01"]}} -{"id":"ec-meeting-2022-01-16-d0b71bb68bf835cdbc245c108085982592d65b58","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-01-16 - Cabinet of Executive Vice-President Valdis Dombrovskis x PERNOD RICARD"],"date":["2022-01-16"],"summary":["EU-Africa trade and investment relations"],"notes":["Portfolio: An Economy that Works for People"],"location":["video call"],"address":["video call"],"addressEntity":["addr-12d8c530d76da0b7745f9c0f9285e7eec97adc55"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-235870cd7eb41f2494f695fce18b5b5b88647113","ec-person-7433d96a6e6f46c9f9174db79ec61c387dffa509","eu-tr-352172811-92"]}} -{"id":"ec-meeting-2022-01-17-2674ca53819381760da2138193ff32bf95cfeebe","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-01-17 - Climate Action x Brussels Airlines SA/NV"],"date":["2022-01-17"],"summary":["Aviation decarbonization"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-clima"],"involved":["ec-person-9c5c685692a09a77f2bc8ae9c05663b87cd75aae","eu-tr-755555322381-50"]}} -{"id":"ec-meeting-2022-01-17-3362f1f04e32c96172904ea035fff05e7be5bb03","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-01-17 - Cabinet of Commissioner Jutta Urpilainen x UPC Konsultointi Oy"],"date":["2022-01-17"],"summary":["Africa and energy systems."],"notes":["Portfolio: International Partnerships"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["eu-tr-898281745103-48","ec-person-9788b5f9ccd101dc091867a4496a5735ee7151d9","ec-person-1ec9383fd54d9d4cd8a154c01fa71549eb8c75ac"]}} -{"id":"ec-meeting-2022-01-17-445295afe9dbc0aa63c4339da907dcd427d74e63","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-01-17 - Competition x ALTERMIND"],"date":["2022-01-17"],"summary":["Competition review"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-comp"],"involved":["ec-person-f257bc19c568ad25083c1c1e1651426245cefedf","eu-tr-685280738607-49"]}} -{"id":"ec-meeting-2022-01-17-45e7b295d9d840498365730706dccffb1a428405","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-01-17 - Cabinet of Commissioner Janusz Wojciechowski x Jerónimo Martins, SGPS, S.A."],"date":["2022-01-17"],"summary":["Jerónimo Martins Group activities linked to Farm to Fork, Green Deal, Digital and Sustainability"],"notes":["Portfolio: Agriculture"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["eu-tr-517522445134-38","ec-person-cafe030b6dad78a75143f7552c420481b30ebceb"]}} -{"id":"ec-meeting-2022-01-17-628a4000597fbaee0146e89b459e08063c4af1d3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-01-17 - Cabinet of President Ursula von der Leyen x Institute for European Environmental Policy"],"date":["2022-01-17"],"summary":["FU meeting Fit for 55"],"notes":["Portfolio: President"],"location":["Brussels (Teams)"],"address":["Brussels (Teams)"],"addressEntity":["addr-9950cce930e253f44f556bb339d2a1106073cd7b"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-781d246729522a816df2b77a616f5ae127bc104e","ec-person-66d141295841bdd2d0679d93aae62e07580fcee5","eu-tr-934329423960-72","ec-person-856d40a366fb80b8149de2eb014689d155f43ee2","ec-person-f2b941852d3b961d69ed695c2d243a1a2b4a1904"]}} -{"id":"ec-meeting-2022-01-17-9e98ba08c3d8ce3b84060238802750b5f7294aed","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-01-17 - Cabinet of Commissioner Helena Dalli x Ingka Services A.B."],"date":["2022-01-17"],"summary":["Meeting on equality data collection projects within Ikea, projects around the anti-racism action plan, LGBTIQ and gender equality."],"notes":["Portfolio: Equality"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-commissioner-dalli-helena-of"],"involved":["ec-person-dbd4bba0ef71d4385c97691e3df5bb484709a07e","eu-tr-1095068839-59"]}} -{"id":"ec-meeting-2022-01-17-abccf2c7ccce50f2acec76431f62046319b67fd4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-01-17 - Taxation and Customs Union x BlackRock"],"date":["2022-01-17"],"summary":["Videoconference - Exchange of views on tax policies and sustainable finance"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-taxud"],"involved":["ec-person-9e42f316f38c8e126c2cd2bc84affb891338c7f3","eu-tr-51436554494-18"]}} -{"id":"ec-meeting-2022-01-17-df72bd939053c098c82044ddb641051f005e08c7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-01-17 - Cabinet of Commissioner Mairead Mcguinness x Alibaba Group Holding Limited Alipay (Europe) Limited S.A. Brunswick Group Advisory Limited Copenhagen Economics"],"date":["2022-01-17"],"summary":["Discussion on Instant Payments / standardisation of QR codes."],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Virtual meeting"],"address":["Virtual meeting"],"addressEntity":["addr-1f1f3f51a4da31a1ea5c1b4b21cbf52ad983224f"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-778f68c06d4985a2eda59737cdb80e7a4570f90f","eu-tr-26255464458-25","eu-tr-677855542901-13","eu-tr-127713636440-67","eu-tr-288124335633-28"]}} -{"id":"ec-meeting-2022-01-18-00cefbee3d9567f5d3cf88e538278beb1e7f02ab","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-01-18 - Cabinet of Commissioner Adina Vălean x Alliance for the Freedom of the CAR Repair"],"date":["2022-01-18"],"summary":["Sector-specific legislation on “access to in-vehicle data and resources”"],"notes":["Portfolio: Transport"],"location":["Conference call"],"address":["Conference call"],"addressEntity":["addr-28ba88479582b2f75898964548da4252dc7db7d2"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["eu-tr-668292216120-05","ec-person-e5f1558cac43dd4f90847b508b6753edb0a9f903"]}} -{"id":"ec-meeting-2022-01-18-05e5cfbce83eda3522ef183c4c755fbcdf4bae8b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-01-18 - Cabinet of Executive Vice-President Frans Timmermans x Europa Nostra"],"date":["2022-01-18"],"summary":["Using culture in its broadest form to stimulate the Green Deal"],"notes":["Portfolio: European Green Deal"],"location":["video call"],"address":["video call"],"addressEntity":["addr-12d8c530d76da0b7745f9c0f9285e7eec97adc55"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-4d24ceb9e6bdaabe394d1506aa601a9ce9d0e59b","eu-tr-464201240893-11"]}} -{"id":"ec-meeting-2022-01-18-0d9ef3b1406282b8ee1476ce6ba857131dcbbeae","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-01-18 - Cabinet of Commissioner Didier Reynders x Mouvement des Entreprises de France"],"date":["2022-01-18"],"summary":["consumer protection"],"notes":["Portfolio: Justice"],"location":["video conferencing"],"address":["video conferencing"],"addressEntity":["addr-613317ccdf0c2bce8cb9f90df551697cd890eda7"],"organizer":["ec-cabinet-commissioner-didier-of-reynders"],"involved":["eu-tr-43763731235-75","ec-person-4cd0043747c40cfeaced5e4c68e43372cdb8dac9"]}} -{"id":"ec-meeting-2022-01-18-217614f49692c550334dacd5d6741858bd4a0301","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-01-18 - Cabinet of Executive Vice-President Frans Timmermans x Eindhoven University of Technology"],"date":["2022-01-18"],"summary":["CBAM"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-026513529943-78","ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce"]}} -{"id":"ec-meeting-2022-01-18-2db2bc8e299fcd1535376f3628c8aac0a4cd289f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-01-18 - Cabinet of Vice-President Dubravka Šuica x #DiasporaVote!"],"date":["2022-01-18"],"summary":["Cofoe and the European year of youth\r\nPresentation of #DiasporaVote! work \r\nQ&A with the youth"],"notes":["Portfolio: Democracy and Demography"],"location":["Virtual meeting"],"address":["Virtual meeting"],"addressEntity":["addr-1f1f3f51a4da31a1ea5c1b4b21cbf52ad983224f"],"organizer":["ec-cabinet-dubravka-of-president-suica-vice"],"involved":["eu-tr-417597743204-78","ec-person-60bc1622eb549a098038c6073ce7c40691ec9384","ec-person-026798f0d4b4567a1c4ba592351123da781ce908"]}} -{"id":"ec-meeting-2022-01-18-340e197b5de26cf82b3aeb794ea7fd98a4c2478e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-01-18 - Defence Industry and Space x ARIANEGROUP HOLDING"],"date":["2022-01-18"],"summary":["Meeting to exchange views on EU framework contract for launching needs of the EU Space Programme and the future Alliance for space launchers."],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-defis"],"involved":["ec-person-a5e52cd544ea3aa44eb4b31fac65a468499f106e","eu-tr-030910537575-52"]}} -{"id":"ec-meeting-2022-01-18-368b40c313981bf5a0a7d03f13cb4bc1c9f57eb9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-01-18 - Cabinet of Executive Vice-President Margrethe Vestager x Centre for Democracy & Technology, Europe"],"date":["2022-01-18"],"summary":["DSA"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0","eu-tr-57305017757-64"]}} -{"id":"ec-meeting-2022-01-18-4169879020ed8cf44c091a418e22a604639dc0e2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-01-18 - Cabinet of Executive Vice-President Frans Timmermans x Ernst & Young Core Business Services BV"],"date":["2022-01-18"],"summary":["Interview for EY Europe West Leadership meeting"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce","eu-tr-04458109373-91"]}} -{"id":"ec-meeting-2022-01-18-7793cdc3d90e1d9d8e5b1d98724d4fa41c5f42b7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-01-18 - Health Emergency Preparedness and Response Authority x BEAM Alliance"],"date":["2022-01-18"],"summary":["To discuss HERA"],"location":["VIRTUAL MEETING"],"address":["VIRTUAL MEETING"],"addressEntity":["addr-56139c7be4e47bf6e1e7994a4dc702c3c05c0e53"],"organizer":["ec-dg-hera"],"involved":["eu-tr-989919136810-31","ec-person-ca1ba7d868310cf297ba69999f416939d86a30ac"]}} -{"id":"ec-meeting-2022-01-18-81ff0e5ee5deb3ed3245f5cfcf93bfc9b3830889","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-01-18 - Cabinet of Commissioner Elisa Ferreira x Jerónimo Martins, SGPS, S.A."],"date":["2022-01-18"],"summary":["EU reaction to the pandemic crisis"],"notes":["Portfolio: Cohesion and Reforms"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-elisa-ferreira-of"],"involved":["eu-tr-517522445134-38","ec-person-63f2d0a26187f98f2895c32cf27b4a574cfb2bba"]}} -{"id":"ec-meeting-2022-01-18-83811063cbf35c9a1c46bd79240304abb16dbcb4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-01-18 - Cabinet of Executive Vice-President Frans Timmermans x Brunswick Group Advisory Limited International Wool Textile Organisation Stichting Changing Markets"],"date":["2022-01-18"],"summary":["Circular economy, EU Textiles Strategy and PEF methodology for textiles"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-483986023726-90","eu-tr-482789528099-85","eu-tr-26255464458-25","ec-person-8af3c81534786a740718d21dc58240738a53ed7b"]}} -{"id":"ec-meeting-2022-01-18-93ae246429bb46fc81aa7f5b1480c25ba4e5527a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-01-18 - Cabinet of Vice-President Věra Jourová x European Citizen Action Service"],"date":["2022-01-18"],"summary":["Media policy research"],"notes":["Portfolio: Values and Transparency"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["ec-person-fb258e0188a5319bfaba3161382db43f5a85851f","eu-tr-47003483702-10","ec-person-28fecf6c4f04b3a2af1d74c742e147920ab849c5"]}} -{"id":"ec-meeting-2022-01-18-a441bfac0474f9e72484100da089fabe9a70c3f1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-01-18 - Cabinet of Commissioner Mariya Gabriel x European Association of Research and Technology Organisations"],"date":["2022-01-18"],"summary":["Introductory meeting"],"notes":["Portfolio: Innovation and Youth"],"location":["online"],"address":["online"],"addressEntity":["addr-2dbc2fd2358e1ea1b7a6bc08ea647b9a337ac92d"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["ec-person-fa64a5880d41ebf63dcede9b77929dd30fbf312f","eu-tr-977869932377-59"]}} -{"id":"ec-meeting-2022-01-18-afbc264fb4f0babde9de892b6c36d625b9a8e444","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-01-18 - Cabinet of Vice-President Maroš Šefčovič x Teneo Brussels"],"date":["2022-01-18"],"summary":["Discussion on foresight strategy"],"notes":["Portfolio: Interinstitutional Relations and Foresight"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-d8af7eb5b715c9bd960f9661cb5170f8c6230853","eu-tr-91124993695-29"]}} -{"id":"ec-meeting-2022-01-18-b15ad1eb8564c57df9e2f8f44c969f06a8336f7b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-01-18 - Cabinet of Commissioner Jutta Urpilainen x Deutsche Gesellschaft für Auswärtige Politik e.V."],"date":["2022-01-18"],"summary":["Global Gateway and Digital Power China"],"notes":["Portfolio: International Partnerships"],"location":["Videomeeting"],"address":["Videomeeting"],"addressEntity":["addr-1ba1e95e473c2a2a8d87e248e7615e7c71ba7b86"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["eu-tr-274682235651-46","ec-person-7204caa5e704bc4a911fee13ad5c0f62fd74b3bc","ec-person-9788b5f9ccd101dc091867a4496a5735ee7151d9"]}} -{"id":"ec-meeting-2022-01-18-cf2cf5fe481a43e2fe48fc7461152c2137525545","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-01-18 - Competition x SAFRAN"],"date":["2022-01-18"],"summary":["Discussion on competition and industrial policy, IPCEI"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-comp"],"involved":["ec-person-f257bc19c568ad25083c1c1e1651426245cefedf","eu-tr-764184537594-67"]}} -{"id":"ec-meeting-2022-01-18-ddbd3d34c3b2e343d8c26a56886e2717a5b6e49a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-01-18 - Climate Action x GasNaturally"],"date":["2022-01-18"],"summary":["Fit for 55 package and the gas sector"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-clima"],"involved":["ec-person-9c5c685692a09a77f2bc8ae9c05663b87cd75aae","eu-tr-12847789685-76"]}} -{"id":"ec-meeting-2022-01-19-07babde0b52677a2738903c321c5f1169366c1d1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-01-19 - Cabinet of President Ursula von der Leyen x Vereinigung der österreichischen Industrie - Industriellenvereinigung"],"date":["2022-01-19"],"summary":["Update on their position and priorities.\r\nMain points:\r\n-\tSustainable corporate governance: need a workable/proportionate solution for smaller European enterprises\r\n-\tWomen in boards: supportive position\r\n-\tTaxonomy: support for the Commission proposal"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-781d246729522a816df2b77a616f5ae127bc104e","eu-tr-89093924456-06"]}} -{"id":"ec-meeting-2022-01-19-3c1aeefd33e9f0dd6ed0e8e38680f40567966cef","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-01-19 - Cabinet of Commissioner Thierry Breton x Bridgestone Europe"],"date":["2022-01-19"],"summary":["Circular economy, circular business models and tyres"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-6308dea893b9b1ca0dcd5b91b4a1ac4c2f3020ad","eu-tr-536631623336-61"]}} -{"id":"ec-meeting-2022-01-19-4f9378f83ddad0ed2c7ce14f2e6d6572ec3c1585","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-01-19 - Cabinet of Vice-President Věra Jourová x Médiamétrie"],"date":["2022-01-19"],"summary":["Media policy research"],"notes":["Portfolio: Values and Transparency"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["ec-person-aa83f35da599b82e4f15da018f4b3447eb648f7c","eu-tr-045192140593-93","ec-person-fb258e0188a5319bfaba3161382db43f5a85851f"]}} -{"id":"ec-meeting-2022-01-19-5e97798b887daef8b44ba17752799629e3913fb1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-01-19 - Cabinet of Commissioner Janez Lenarčič x ACTION CONTRE LA FAIM"],"date":["2022-01-19"],"summary":["Follow-up to Commission Communication of 2021 on humanitarian action"],"notes":["Portfolio: Crisis Management"],"location":["Brussels (VTC)"],"address":["Brussels (VTC)"],"addressEntity":["addr-37c43e0c10e2a2fb447c53cde1d253728a607703"],"organizer":["ec-cabinet-commissioner-janez-lenarcic-of"],"involved":["eu-tr-272646820681-30","ec-person-a6cd325c80698b2331699224c780ebfb10573602"]}} -{"id":"ec-meeting-2022-01-19-679a36cefdf23787262cc9269cd3c687f0aeb8e0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-01-19 - Maritime Affairs and Fisheries x Conseil Consultatif des eaux occidentales autrales North Sea Advisory Council Conselho Consultivo para as Regiões Ultraperiféricas Baltic Sea Advisory Council Stichting Advisory Council for pelagic stocks Aquaculture Advisory Council Long Distance Advisory Council / Consejo Consultivo de Flota de Larga Distancia / Conseil Consultatif de Pêche Lointaine North Western Waters Advisory Council Market Advisory Council / Conseil Consultatif pour les Marchés Сдружение \"Консултативен съвет за Черно море\" MEDAC"],"date":["2022-01-19"],"summary":["Inter-Advisory Councils meeting - opening statement"],"location":["Brussels, VC Interactio"],"address":["Brussels, VC Interactio"],"addressEntity":["addr-9dabcff4e447eb5b91ce3d2abab0ae06a3ccc572"],"organizer":["ec-dg-mare"],"involved":["eu-tr-778583224754-65","eu-tr-194221424767-06","eu-tr-891543824750-65","eu-tr-8900132344-29","eu-tr-639896539334-38","eu-tr-022388324819-47","eu-tr-283785319481-25","eu-tr-782706142961-91","eu-tr-780087324758-50","eu-tr-905805219213-67","eu-tr-91682404018-74","ec-person-6e64215cdacfeb6c6d4709a7f72c2b1c94a3d908"]}} -{"id":"ec-meeting-2022-01-19-913dab17cb05622cbc89996a98a61c5a4aad0412","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-01-19 - Cabinet of Executive Vice-President Frans Timmermans x Impossible Foods"],"date":["2022-01-19"],"summary":["Discussion on alternative proteins"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-537506741688-36","ec-person-33624431cbec1074e151c1707715ef46d2ba9565"]}} -{"id":"ec-meeting-2022-01-19-a3075922d5e5ce5452ad4022c6f8bb9df99a1f3b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-01-19 - Cabinet of Commissioner Thierry Breton x Decathlon SE Drägerwerk AG & Co. KGaA Greenwaves Technologies Pepperl+Fuchs SE Studsvik AB VELUX A/S (VELUX Group)"],"date":["2022-01-19"],"summary":["Standardisation strategy"],"notes":["Portfolio: Internal Market"],"location":["videoconference"],"address":["videoconference"],"addressEntity":["addr-92b2fbb928e012810d80d9ef1abe12027beee200"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-939322945316-57","eu-tr-066114045418-01","eu-tr-348145840751-31","eu-tr-423142010527-25","eu-tr-961852245223-87","ec-person-d6689ffc6695e7e65bdd0e0c0da1721d3031ea1b","eu-tr-400654845233-43"]}} -{"id":"ec-meeting-2022-01-19-ad90701188ee55a339e8311f1f2eee32505b3d17","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-01-19 - Environment x The European Organization for Packaging and the Environment"],"date":["2022-01-19"],"summary":["Waste and Packaging"],"location":["Video meeting"],"address":["Video meeting"],"addressEntity":["addr-762dc9b5648e05f3894b6f2597baa8254e5414db"],"organizer":["ec-dg-env"],"involved":["ec-person-f9559d68da38935569ff0be1cadd90e05f0454bd","eu-tr-0001976677-12"]}} -{"id":"ec-meeting-2022-01-19-cbbca1ca3cd8d06accf5be0f2e7986b950537a04","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-01-19 - Cabinet of Commissioner Helena Dalli x Mouvement des Entreprises de France"],"date":["2022-01-19"],"summary":["Exchange on the legislative projects of Commissioner Dalli"],"notes":["Portfolio: Equality"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-dalli-helena-of"],"involved":["eu-tr-43763731235-75","ec-person-d15c205cb9cbb310d2811039c0160c1de7c84638"]}} -{"id":"ec-meeting-2022-01-19-e8269e51a3be0edd5f561919cf91dce381d7ca5d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-01-19 - Cabinet of Commissioner Didier Reynders x Amnesty International Limited Committee to Protect Journalists Civil Society Europe European Partnership for Democracy Civil Liberties Union for Europe"],"date":["2022-01-19"],"summary":["Rule of Law"],"notes":["Portfolio: Justice"],"location":["videoconference"],"address":["videoconference"],"addressEntity":["addr-92b2fbb928e012810d80d9ef1abe12027beee200"],"organizer":["ec-cabinet-commissioner-didier-of-reynders"],"involved":["eu-tr-520775919740-63","ec-person-1e25399e2267734c5f4c69093d2286c8898ee9f0","ec-person-6c2abeaa21f9fe09b6a21f7f73e03d924e89018e","eu-tr-544892227334-39","eu-tr-11063928073-34","eu-tr-679535014238-83","eu-tr-370649919011-72"]}} -{"id":"ec-meeting-2022-01-19-f96d6a6f0a226e09ad29c2d47880c64e15a84044","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-01-19 - Cabinet of Executive Vice-President Frans Timmermans x Bridgestone Europe"],"date":["2022-01-19"],"summary":["Circular economy, circular business models and tyres"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-536631623336-61","ec-person-8af3c81534786a740718d21dc58240738a53ed7b"]}} -{"id":"ec-meeting-2022-01-19-fb865bd6c795bc48c377478cf8d65ede02ef24a2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-01-19 - Cabinet of Commissioner Mairead Mcguinness x Deutsche Telekom"],"date":["2022-01-19"],"summary":["Retail investments protection."],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Virtual Meeting"],"address":["Virtual Meeting"],"addressEntity":["addr-ed078b6749077909a1a45720507ac2da9277b8b3"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-778f68c06d4985a2eda59737cdb80e7a4570f90f","eu-tr-60052162589-72"]}} -{"id":"ec-meeting-2022-01-20-01a3b4e7402cff61d2622545ae408111c7e18fb6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-01-20 - Cabinet of Commissioner Adina Vălean x Carbon Engineering Ltd"],"date":["2022-01-20"],"summary":["Introductory meeting."],"notes":["Portfolio: Transport"],"location":["Conference call"],"address":["Conference call"],"addressEntity":["addr-28ba88479582b2f75898964548da4252dc7db7d2"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["ec-person-e5f1558cac43dd4f90847b508b6753edb0a9f903","ec-person-7f9ba99138b4fa5c698037dc7507219b1319e0a7","eu-tr-598986244386-27"]}} -{"id":"ec-meeting-2022-01-20-220008dfc35cc41fd63802bfeda4beb1f1a4747c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-01-20 - Communications Networks, Content and Technology x Civil Liberties Union for Europe"],"date":["2022-01-20"],"summary":["Digital Issues"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-dg-connect"],"involved":["eu-tr-544892227334-39","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2022-01-20-2e713f80647b634dda212ba2d5e7c1e27b93bc53","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-01-20 - Cabinet of Commissioner Mairead Mcguinness x WEInvest"],"date":["2022-01-20"],"summary":["Women and financial investments"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-00f66582d8581f7480e12525027b5a1ee9b22f07","eu-tr-330075240932-58"]}} -{"id":"ec-meeting-2022-01-20-3cac7717eaf063dd0fc5c4217126f0e666ec8d83","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-01-20 - Cabinet of Commissioner Mairead Mcguinness x Insurance Ireland"],"date":["2022-01-20"],"summary":["Solvency II"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Virtual meeting"],"address":["Virtual meeting"],"addressEntity":["addr-1f1f3f51a4da31a1ea5c1b4b21cbf52ad983224f"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["eu-tr-978587826097-61","ec-person-49e520c7a9c9c47ccb5acfa68f9416e4233af9f8"]}} -{"id":"ec-meeting-2022-01-20-48d920f3cdeff91c695e64d796daf76b7e949377","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-01-20 - Communications Networks, Content and Technology x Bureau Européen des Unions de Consommateurs"],"date":["2022-01-20"],"summary":["Digital issues"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-dg-connect"],"involved":["eu-tr-9505781573-45","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2022-01-20-4b8086a1b0293042bead3c7dc27a17ed35d2cf7a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-01-20 - Cabinet of Commissioner Didier Reynders x Finance Watch"],"date":["2022-01-20"],"summary":["consumer protection when purchasing financial services in an increasingly digitalised world"],"notes":["Portfolio: Justice"],"location":["video conferencing"],"address":["video conferencing"],"addressEntity":["addr-613317ccdf0c2bce8cb9f90df551697cd890eda7"],"organizer":["ec-cabinet-commissioner-didier-of-reynders"],"involved":["eu-tr-37943526882-24","ec-person-4cd0043747c40cfeaced5e4c68e43372cdb8dac9"]}} -{"id":"ec-meeting-2022-01-20-796c0ba0892acb92bbc5aae4fa9fe09793985b25","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-01-20 - Cabinet of Executive Vice-President Frans Timmermans x MAN Truck & Bus SE Scania AB (publ)"],"date":["2022-01-20"],"summary":["Zero emission trucks"],"notes":["Portfolio: European Green Deal"],"location":["video call"],"address":["video call"],"addressEntity":["addr-12d8c530d76da0b7745f9c0f9285e7eec97adc55"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-3305029916-47","ec-person-d56ecbfde17436a136fc89c9a978b266e8285c84","eu-tr-06093891220-52"]}} -{"id":"ec-meeting-2022-01-20-7cc0b11d3bbe6a02d6fa344d4fcb64257d74dfd3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-01-20 - Cabinet of Vice-President Margaritis Schinas x Europa Nostra"],"date":["2022-01-20"],"summary":["Exchange about cultural heritage"],"notes":["Portfolio: Promoting the European Way of Life"],"location":["online meeting"],"address":["online meeting"],"addressEntity":["addr-b385bbe7e761556665e3696aa1bcfc817c2db583"],"organizer":["ec-cabinet-margaritis-of-president-schinas-vice"],"involved":["ec-person-d5cada2a1a17537a675985af31e5ce07ae3bfd42","ec-person-b59ff7316734021e48aa7e0fd79eeeab36ea2bb4","eu-tr-464201240893-11"]}} -{"id":"ec-meeting-2022-01-20-85536b79cbaf7711023eaef3e9b85a3bcf8301a4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-01-20 - Cabinet of President Ursula von der Leyen x Volvo AB AIR LIQUIDE Siemens AG A.P. Møller - Mærsk A/S"],"date":["2022-01-20"],"summary":["Meeting with Chairman of Volvo, Chairman of Siemens and Maersk, CEO of Air Liquide"],"notes":["Portfolio: President"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["eu-tr-94857385769-70","ec-person-a2ac27c3a7aa93937efc47169c1dc2264a822175","eu-tr-680443918500-51","eu-tr-51773601133-57","eu-tr-4266797770-31"]}} -{"id":"ec-meeting-2022-01-20-a89e47fe1839851d8d2e987e3ec337ed9a6e2b9e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-01-20 - Mobility and Transport x European Committee for Standardization European Committee for Electrotechnical Standardization"],"date":["2022-01-20"],"summary":["standardization"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-move"],"involved":["eu-tr-58258552517-56","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2","eu-tr-63623305522-13"]}} -{"id":"ec-meeting-2022-01-20-ad94ae7ae8ac1372cc744ed255fa6efbc32170fb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-01-20 - Mobility and Transport x The European House - Ambrosetti"],"date":["2022-01-20"],"summary":["Sustainable and Smart Mobility"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-move"],"involved":["eu-tr-625244214975-24","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2022-01-20-cf8c12b01857a5869f2d95fc3564831e03d94f59","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-01-20 - Cabinet of Executive Vice-President Frans Timmermans x Association de l'Aviculture, de l'Industrie et du Commerce de Volailles dans les Pays de l'Union Europeenne asbl"],"date":["2022-01-20"],"summary":["Discussion on sustainable livestock"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-9803788883-16","ec-person-33624431cbec1074e151c1707715ef46d2ba9565"]}} -{"id":"ec-meeting-2022-01-20-d81282cb3ce68f332f994afcf79a8458e9521220","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-01-20 - Cabinet of Commissioner Jutta Urpilainen x GLOBAL HEALTH ADVOCATES"],"date":["2022-01-20"],"summary":["EU-Africa Summit"],"notes":["Portfolio: International Partnerships"],"location":["Teleconference"],"address":["Teleconference"],"addressEntity":["addr-a1b2e4eeecb1f46f3239fd2a390e2ec3f16bc2cb"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["eu-tr-07720398190-53","ec-person-6357f4506ca5351b3a822936612fd6006da48722"]}} -{"id":"ec-meeting-2022-01-20-e55853c3039900f44f72e7d0cf13dcedab610148","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-01-20 - Cabinet of Vice-President Věra Jourová x Fundación General de la Universidad de Salamanca"],"date":["2022-01-20"],"summary":["Media policy research"],"notes":["Portfolio: Values and Transparency"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["ec-person-aa83f35da599b82e4f15da018f4b3447eb648f7c","eu-tr-873866044816-87"]}} -{"id":"ec-meeting-2022-01-20-f0d287dd14e7d7e1ea0a6a24dee7c214ceb4063b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-01-20 - Cabinet of Commissioner Thierry Breton x Vereniging VNO-NCW"],"date":["2022-01-20"],"summary":["Sustainable corporate governance"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","eu-tr-13255254129-80","ec-person-5215bd372c5a1202399d77ecceb8c16de8d7d55c"]}} -{"id":"ec-meeting-2022-01-20-fe09c9780cdfdacdb5bd1843f7017c38d24e667a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-01-20 - Cabinet of Commissioner Olivér Várhelyi x Chamber of Commerce and Industry of Serbia"],"date":["2022-01-20"],"summary":["Western Balkans Economic and Investment Plan"],"notes":["Portfolio: Neighbourhood and Enlargement"],"location":["VTC"],"address":["VTC"],"addressEntity":["addr-9d1acaa772820b8ade84113d2da24716fe455be2"],"organizer":["ec-cabinet-commissioner-of-oliver-varhelyi"],"involved":["ec-person-daf8ff1073a04b30d2f54219ecc93002ef3a684d","eu-tr-78423951746-42"]}} -{"id":"ec-meeting-2022-01-21-1eddccee665546e3bc7ec9430bc37a1c34f43c12","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-01-21 - Cabinet of Commissioner Didier Reynders x Electis"],"date":["2022-01-21"],"summary":["e-voting and elections"],"notes":["Portfolio: Justice"],"location":["Video conference"],"address":["Video conference"],"addressEntity":["addr-ebc9fd5c2f372a32153cf3f4d5fb918a96b84a88"],"organizer":["ec-cabinet-commissioner-didier-of-reynders"],"involved":["ec-person-50f9cba2282e1d03395cdd0faf9ce6e9a2ff3104","eu-tr-595685145506-57","ec-person-442bf1ae9900b999673cdd7389224d0e21b67d4d"]}} -{"id":"ec-meeting-2022-01-21-2cff1e8b34a903e8285d502a6bf6b48772e00cf0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-01-21 - Cabinet of Commissioner Mairead Mcguinness x Bundesverband deutscher Banken e.V."],"date":["2022-01-21"],"summary":["data economy, open finance"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-0ba9b89127b39af6a66f2fc3ed727332f1b19a34","eu-tr-0764199368-97"]}} -{"id":"ec-meeting-2022-01-21-316924f1119f38f2e3efe8051a514f070684c740","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-01-21 - Cabinet of Commissioner Paolo Gentiloni x Pesticide Action Network Europe"],"date":["2022-01-21"],"summary":["The meeting dealt with the Commission proposal for a Regulation on Statistics on Agricultural Input and Output (SAIO), focusing on the provisions related to statistics on plant protection products."],"notes":["Portfolio: Economy"],"location":["videocall"],"address":["videocall"],"addressEntity":["addr-da28e2e86c6d6c7a7b3f692a8c370aa1e8406cff"],"organizer":["ec-cabinet-commissioner-gentiloni-of-paolo"],"involved":["eu-tr-15913213485-46","ec-person-5df376e361b25e1bd341dc9d2ef14cad40f2d09c"]}} -{"id":"ec-meeting-2022-01-21-3390405e64e973d3ba556f1f152d4caf3032bbed","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-01-21 - Cabinet of Commissioner Stella Kyriakides x Pesticide Action Network Europe ClientEarth AISBL"],"date":["2022-01-21"],"summary":["VTC Meeting: SAIO and Pesticides"],"notes":["Portfolio: Health"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-kyriakides-of-stella"],"involved":["eu-tr-15913213485-46","ec-person-081d99a6f9ed1259db43e2cbcba20275774511b2","eu-tr-96645517357-19"]}} -{"id":"ec-meeting-2022-01-21-3a91a7431885bd35292eb6725fa409de1a767f71","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-01-21 - Cabinet of Commissioner Adina Vălean x Shipyards' and Maritime Equipment Association of Europe"],"date":["2022-01-21"],"summary":["Introductory meeting by SEA Europe new Chairperson."],"notes":["Portfolio: Transport"],"location":["Online conference"],"address":["Online conference"],"addressEntity":["addr-87279a1da86ab165bbf50c87c38f2a84b5934b3b"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["ec-person-baa9678f53e0a607c8a9bb2cd9122d1c13370154","eu-tr-009214311424-03"]}} -{"id":"ec-meeting-2022-01-21-4e8e58d68b2cf196c8936b5451ba9118abc83dd3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-01-21 - Cabinet of Vice-President Margaritis Schinas x ΟΡΓΑΝΙΣΜΟΣ ΛΙΜΕΝΟΣ ΘΕΣΣΑΛΟΝΙΚΗΣ ΑΕ"],"date":["2022-01-21"],"summary":["update on investment plan"],"notes":["Portfolio: Promoting the European Way of Life"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-margaritis-of-president-schinas-vice"],"involved":["ec-person-43f9f86cfe94e45a95f7fbdea9a59a54955ebcfa","ec-person-c8d1d7f3012c344bc60630eb456865390bddc7c5","eu-tr-893211945319-14"]}} -{"id":"ec-meeting-2022-01-21-553b55bce102d8083743b506f44e0618b084d9ad","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-01-21 - Cabinet of Executive Vice-President Frans Timmermans x Pesticide Action Network Europe ClientEarth AISBL"],"date":["2022-01-21"],"summary":["Pesticides statistics"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-15913213485-46","eu-tr-96645517357-19","ec-person-33624431cbec1074e151c1707715ef46d2ba9565"]}} -{"id":"ec-meeting-2022-01-21-5a8b6099537677e27a4930af2a07a3bacf6f1797","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-01-21 - Health and Food Safety x MEDICINES FOR EUROPE"],"date":["2022-01-21"],"summary":["Exchange of views on the role of the generic and bio-similar industry under the EU pharmaceutical strategy."],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-sante"],"involved":["eu-tr-48325781850-28","ec-person-f442ca8cd331fc51ad479fe0db982bb9fdb00647"]}} -{"id":"ec-meeting-2022-01-21-75e0e7826a8622c717ed5c65eeadf0eb076c49b9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-01-21 - Cabinet of Commissioner Jutta Urpilainen x Afstor oy"],"date":["2022-01-21"],"summary":["Africa; solutions to to deforestation and access to electricity"],"notes":["Portfolio: International Partnerships"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["eu-tr-899594645153-81","ec-person-a6ae9abd61cd135e990ccc05f2a7cc849f01a618","ec-person-1ec9383fd54d9d4cd8a154c01fa71549eb8c75ac"]}} -{"id":"ec-meeting-2022-01-21-7fbd15d95a604a263552cd0eb5bcbd2f2b5866f3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-01-21 - Cabinet of Vice-President Margaritis Schinas x Fédération Internationale de Football Association"],"date":["2022-01-21"],"summary":["FIFA World Cup Qatar 2022™ and Human Rights, Future of global football and the European model of sport, FIFA Transfer System Reform, Safe Sport Entity"],"notes":["Portfolio: Promoting the European Way of Life"],"location":["Zurich, Switzerland"],"address":["Zurich, Switzerland"],"addressEntity":["addr-a35d9f450e14699fb5fdd6246ce7b6c0310b108e"],"organizer":["ec-cabinet-margaritis-of-president-schinas-vice"],"involved":["ec-person-d5cada2a1a17537a675985af31e5ce07ae3bfd42","ec-person-901d49b3e3af3e96de8d42787e8633b0adc76ca1","eu-tr-81311819832-09"]}} -{"id":"ec-meeting-2022-01-21-8842ea921a4dccaeecff21027a43305c01e3b4d5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-01-21 - Cabinet of President Ursula von der Leyen x Interuniversitair Micro-Electronica Centrum vzw"],"date":["2022-01-21"],"summary":["Chips act"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-7019713e72781afb1f3b19032c4752a314b78180","eu-tr-97921387213-35"]}} -{"id":"ec-meeting-2022-01-21-a6660166554f19f45a2b0978bf551e36968ed99c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-01-21 - Cabinet of President Ursula von der Leyen x Climate Action Network Europe"],"date":["2022-01-21"],"summary":["Energy and Climate Policy Coordinator for Southeast Europe, focusing on the Western Balkans"],"notes":["Portfolio: President"],"location":["Brussels (WEBEX)"],"address":["Brussels (WEBEX)"],"addressEntity":["addr-3afbdeda01f3dac93a9dc841fdac57d9de27b869"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-f2b941852d3b961d69ed695c2d243a1a2b4a1904","eu-tr-55888811123-49"]}} -{"id":"ec-meeting-2022-01-21-d9657b432d57b99fdb8c1d433a7f102224635393","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-01-21 - Cabinet of Executive Vice-President Frans Timmermans x Environmental Defense Fund Europe"],"date":["2022-01-21"],"summary":["Exchange on the EDF’s and the Green Deal’s priorities"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-055599331897-93","ec-person-8af3c81534786a740718d21dc58240738a53ed7b"]}} -{"id":"ec-meeting-2022-01-21-dbd5d14c401ab9d061d7567bead5e80afadbfd37","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-01-21 - Cabinet of Executive Vice-President Valdis Dombrovskis x None"],"date":["2022-01-21"],"summary":["Discussion in light of the October OECD statement and the agreement on digital services taxes"],"notes":["Portfolio: An Economy that Works for People"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["eu-tr-124123240636-16","eu-tr-202560512850-84","ec-person-4afd4ae4e50604ac3c0c9ae597bcb74eb1dd31b6","eu-tr-146537115285-34","eu-tr-101625735722-23","eu-tr-274889642631-06","eu-tr-189607519323-76"]}} -{"id":"ec-meeting-2022-01-21-f2b277acefa575ea0c72f8693618eaed5a73ed4c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-01-21 - Cabinet of Executive Vice-President Frans Timmermans x Shipyards' and Maritime Equipment Association of Europe"],"date":["2022-01-21"],"summary":["Introductory meeting by SEA Europe new Chairperson"],"notes":["Portfolio: European Green Deal"],"location":["video call"],"address":["video call"],"addressEntity":["addr-12d8c530d76da0b7745f9c0f9285e7eec97adc55"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-d56ecbfde17436a136fc89c9a978b266e8285c84","eu-tr-009214311424-03"]}} -{"id":"ec-meeting-2022-01-24-13361a19f0ad7fc0650069d51360211e309dd05a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-01-24 - Cabinet of Commissioner Thierry Breton x OHB"],"date":["2022-01-24"],"summary":["Mini launchers and secured Connectivity"],"notes":["Portfolio: Internal Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","eu-tr-648584214179-94","ec-person-b077a2e9f0fdb3b8f6e91d0bd0b256db9e40ce46"]}} -{"id":"ec-meeting-2022-01-24-15a7e4dbaff2585199e28f8d72e2a22eebf1c0a6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-01-24 - Cabinet of Commissioner Kadri Simson x Planet Labs Germany"],"date":["2022-01-24"],"summary":["Satelite capabilities"],"notes":["Portfolio: Energy"],"location":["Video Conference"],"address":["Video Conference"],"addressEntity":["addr-fd005d1da26cd3c9a734fbbadaf813e8115acdeb"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["ec-person-f47a082bc2455a660c3b2ae348f0024736672752","eu-tr-293502227711-32"]}} -{"id":"ec-meeting-2022-01-24-409effee02d439eb0e66dbda951f8292a6b9264a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-01-24 - Maritime Affairs and Fisheries x World Resources Institute"],"date":["2022-01-24"],"summary":["Introduction to WRI Ocean Programme"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-dg-mare"],"involved":["eu-tr-581250215524-23","ec-person-6e64215cdacfeb6c6d4709a7f72c2b1c94a3d908"]}} -{"id":"ec-meeting-2022-01-24-6035ee307b4320f27648c3dd3769341e465aecf2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-01-24 - Cabinet of Commissioner Mairead Mcguinness x AMUNDI AM"],"date":["2022-01-24"],"summary":["sustainable finance"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["online"],"address":["online"],"addressEntity":["addr-2dbc2fd2358e1ea1b7a6bc08ea647b9a337ac92d"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-2b9c589fb2354bd93067644d2c3d2c058d4c4cc9","eu-tr-94607479886-02","ec-person-0ba9b89127b39af6a66f2fc3ed727332f1b19a34"]}} -{"id":"ec-meeting-2022-01-24-6e453b9fcfce05f18eabcfba51b184af794045ac","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-01-24 - Cabinet of Vice-President Věra Jourová x EPIA SolarPower Europe"],"date":["2022-01-24"],"summary":["Sustainable Corporate Governance"],"notes":["Portfolio: Values and Transparency"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["ec-person-74c07660dcbc6dc9993b34462cf2a1fec35925ea","eu-tr-2680046412-48"]}} -{"id":"ec-meeting-2022-01-24-82c4e748134ecbd2ae6456a812b672b7f48b8165","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-01-24 - Cabinet of Commissioner Thierry Breton x FIGIEFA - Fédération Internationale des Grossistes, Importateurs & Exportateurs en Fournitures Automobiles / International Federation of Automotive Distributors"],"date":["2022-01-24"],"summary":["Mobility: green and digital transition"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-69678928900-56","ec-person-6308dea893b9b1ca0dcd5b91b4a1ac4c2f3020ad"]}} -{"id":"ec-meeting-2022-01-24-88a842f830198488faaaa84c20832e447d81f210","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-01-24 - Cabinet of Commissioner Thierry Breton x Crédit Agricole S.A."],"date":["2022-01-24"],"summary":["Les particularités européennes des modes de financement de l’économie"],"notes":["Portfolio: Internal Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","eu-tr-35147251117-11","ec-person-5215bd372c5a1202399d77ecceb8c16de8d7d55c"]}} -{"id":"ec-meeting-2022-01-24-e4363e807f5c4db8aa7d78b4364e394be96da57b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-01-24 - Cabinet of Commissioner Kadri Simson x AMUNDI AM"],"date":["2022-01-24"],"summary":["Taxonomy, the main sources of EU financing of the green transition and main financing initiatives in France."],"notes":["Portfolio: Energy"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["ec-person-ba3b83676ad38094e71b64b644f3e3d2c61b8182","eu-tr-94607479886-02","ec-person-1995c65b8dc7f3702a8c30ed96a0144075848837"]}} -{"id":"ec-meeting-2022-01-24-fe5753bedbfa76d21c12d48dc62cbaba98875806","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-01-24 - Cabinet of Commissioner Mairead Mcguinness x Ecocem Materials Ltd"],"date":["2022-01-24"],"summary":["Low carbon cement production"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-2b9c589fb2354bd93067644d2c3d2c058d4c4cc9","eu-tr-701646744539-02","ec-person-a5441c6a69a8a94fd64e02def60fcc6567f2c1d8"]}} -{"id":"ec-meeting-2022-01-25-11e79821e33d5356499a55dd29184c81c86cb6e5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-01-25 - Financial Stability, Financial Services and Capital Markets Union x Commerzbank AG"],"date":["2022-01-25"],"summary":["BU and CMU"],"location":["Virtual meeting"],"address":["Virtual meeting"],"addressEntity":["addr-1f1f3f51a4da31a1ea5c1b4b21cbf52ad983224f"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-83370363079-88","ec-person-1fce211249673c35ee07a801ddee77ab24af8d54"]}} -{"id":"ec-meeting-2022-01-25-1414367d35fee6dea5f9c57c1d701f6bdcaff0c2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-01-25 - Cabinet of Commissioner Elisa Ferreira x Mission Opérationnelle Transfrontalière Határon Átnyúló Kezdeményezések Közép-európai Segítő Szolgálata Association of European Border Regions"],"date":["2022-01-25"],"summary":["Discussion on cross-border issues in Europe"],"notes":["Portfolio: Cohesion and Reforms"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-elisa-ferreira-of"],"involved":["eu-tr-210345520003-70","ec-person-4121b3832a3dd4ec5d2c50f26f7003d3bada6d20","eu-tr-178305418771-81","eu-tr-684213919233-18"]}} -{"id":"ec-meeting-2022-01-25-226902b0482a3a9f0f5f4c1c318eafbb37bcb970","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-01-25 - Budget x Barclays PLC"],"date":["2022-01-25"],"summary":["financial market conditions"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-budg"],"involved":["ec-person-39635b893026833f739fe623fe7e9d5a97525e7a","eu-tr-72390466359-39"]}} -{"id":"ec-meeting-2022-01-25-444fe322bf9e4e1d4b20e0e72d15fd6202c81c5f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-01-25 - Cabinet of Executive Vice-President Margrethe Vestager x EPIA SolarPower Europe"],"date":["2022-01-25"],"summary":["State aid Guidelines on Climate, environmental protection and Energy"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-6b6135249735cff1f3061530471f1e159500c840","eu-tr-2680046412-48"]}} -{"id":"ec-meeting-2022-01-25-507cd4208f713554ab4a86237339f8cccd4cf8d5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-01-25 - Cabinet of Executive Vice-President Frans Timmermans x Corteva Agriscience International SARL"],"date":["2022-01-25"],"summary":["Biological pesticides"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-448233735022-37","ec-person-33624431cbec1074e151c1707715ef46d2ba9565"]}} -{"id":"ec-meeting-2022-01-25-77ea3d49953deadd1fc4de783185ae1339202053","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-01-25 - Cabinet of Commissioner Thierry Breton x European Telecommunications Standards Institute European Committee for Electrotechnical Standardization European Committee for Standardization"],"date":["2022-01-25"],"summary":["European Standardisation system"],"notes":["Portfolio: Internal Market"],"location":["videoconference"],"address":["videoconference"],"addressEntity":["addr-92b2fbb928e012810d80d9ef1abe12027beee200"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-58258552517-56","eu-tr-474710916419-15","ec-person-d6689ffc6695e7e65bdd0e0c0da1721d3031ea1b","eu-tr-63623305522-13"]}} -{"id":"ec-meeting-2022-01-25-b739e83cea5701d0d239b973fde8784b45d109c9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-01-25 - Cabinet of Executive Vice-President Frans Timmermans x ARCADIS Europe B.V."],"date":["2022-01-25"],"summary":["Energy transition"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce","ec-person-ef3e882499136b48d744f4751cee95c0f8866078","eu-tr-337584720592-05"]}} -{"id":"ec-meeting-2022-01-25-b7892cd64301843eba54dd31222a58d21c5b5cbb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-01-25 - Cabinet of Executive Vice-President Frans Timmermans x Fortum Oyj"],"date":["2022-01-25"],"summary":["Presentation on the European Green Deal for Fortum Board of Directors"],"notes":["Portfolio: European Green Deal"],"location":["video conference"],"address":["video conference"],"addressEntity":["addr-6dc12e3c97077db82f32184f24341ce370a445fd"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-03501997362-71","ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce"]}} -{"id":"ec-meeting-2022-01-25-c2487281ba2b0d3bce64484d3651a6f87fc2a146","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-01-25 - Cabinet of Executive Vice-President Frans Timmermans x EDSO for Smart Grids"],"date":["2022-01-25"],"summary":["Gas package proposal and the perspectives for renewable gas integration"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-952322311484-70","ec-person-d53e00c46a4cc62bbf533e0c9bb35bacb9121989"]}} -{"id":"ec-meeting-2022-01-25-c25138a1e9bfd16b5e75784225395208be19e523","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-01-25 - Mobility and Transport x Enterprise Rent A Car UK, Ltd."],"date":["2022-01-25"],"summary":["Shared mobility"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-dg-move"],"involved":["eu-tr-499115519787-49","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2022-01-25-c776568c03cbd1f7205419b37b85a17e505aaa26","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-01-25 - Financial Stability, Financial Services and Capital Markets Union x PwCIL"],"date":["2022-01-25"],"summary":["Audit Reform"],"location":["Virtual Meeting"],"address":["Virtual Meeting"],"addressEntity":["addr-ed078b6749077909a1a45720507ac2da9277b8b3"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-60402754518-05","ec-person-1fce211249673c35ee07a801ddee77ab24af8d54"]}} -{"id":"ec-meeting-2022-01-25-cfed80e1e17b03e222e5d7ceb927b02f9d1cfe4b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-01-25 - Cabinet of Commissioner Virginijus Sinkevičius x EUROPEAN APPAREL AND TEXTILE CONFEDERATION Ellen MacArthur Foundation Global Fashion Agenda"],"date":["2022-01-25"],"summary":["To discuss key challenges and opportunities for business in the context of the green transition to more sustainable and circular textiles"],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["eu-tr-7824139202-85","ec-person-dd7a7b1952e158f4195d34cff333ec79a4f48ba3","eu-tr-812616931953-63","ec-person-a58f1d06f5cb1d8dfd278e0c36d5aa1b9368b270","eu-tr-206816021848-17"]}} -{"id":"ec-meeting-2022-01-25-ea5a512e8eb674bf684138cef691af445c904cef","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-01-25 - Cabinet of Commissioner Mairead Mcguinness x Construction Products Association"],"date":["2022-01-25"],"summary":["Sustainability and corporate reporting, sustainable finance"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-2b9c589fb2354bd93067644d2c3d2c058d4c4cc9","eu-tr-162225023319-95"]}} -{"id":"ec-meeting-2022-01-25-ee3e80bfef42f26ffb73b4495436693af7db8267","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-01-25 - Cabinet of Vice-President Margaritis Schinas x The PR Office"],"date":["2022-01-25"],"summary":["Combating Antisemitism"],"notes":["Portfolio: Promoting the European Way of Life"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-margaritis-of-president-schinas-vice"],"involved":["ec-person-901d49b3e3af3e96de8d42787e8633b0adc76ca1","eu-tr-279311637410-28","ec-person-05650a4a170c56b9866c57f4610fcd005d5ccc24"]}} -{"id":"ec-meeting-2022-01-25-ef868b22655c552ad0286af807ac7e45ddff2071","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-01-25 - Cabinet of Executive Vice-President Valdis Dombrovskis x EUROPEAN AUSTRALIAN BUSINESS COUNCIL"],"date":["2022-01-25"],"summary":["EU-AUS trade relations"],"notes":["Portfolio: An Economy that Works for People"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-f011ed0f7c78d833a79f1206f788e0cbd9cb8864","ec-person-5582b553fc27622716ec0589005296819f597ad2","eu-tr-56953548578-36"]}} -{"id":"ec-meeting-2022-01-25-fe86fef2d1606d6a826f71fc1b0a88fcbd586e42","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-01-25 - Defence Industry and Space x OHB"],"date":["2022-01-25"],"summary":["Meeting to discuss on Copernicus continuation and evolution and Secure connectivity constellation programme."],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-defis"],"involved":["ec-person-a5e52cd544ea3aa44eb4b31fac65a468499f106e","eu-tr-648584214179-94"]}} -{"id":"ec-meeting-2022-01-26-10aa63e894322286119cd8292695e15ff6ce02ce","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-01-26 - Financial Stability, Financial Services and Capital Markets Union x Barclays PLC"],"date":["2022-01-26"],"summary":["Banking package, CSDR"],"location":["Virtual meeting"],"address":["Virtual meeting"],"addressEntity":["addr-1f1f3f51a4da31a1ea5c1b4b21cbf52ad983224f"],"organizer":["ec-dg-fisma"],"involved":["ec-person-1fce211249673c35ee07a801ddee77ab24af8d54","eu-tr-72390466359-39"]}} -{"id":"ec-meeting-2022-01-26-1b1b8b60b35b201d1c9c3e2f1d418d88b9bbc512","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-01-26 - Defence Industry and Space x Airbus"],"date":["2022-01-26"],"summary":["Meeting on the margins of the Space Conference to exchange views on Galileo, EGNOS and Secure connectivity."],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-defis"],"involved":["ec-person-a5e52cd544ea3aa44eb4b31fac65a468499f106e","eu-tr-2732167674-76"]}} -{"id":"ec-meeting-2022-01-26-2e56cd39ef8b6c21c0a9c5f2a36f738ec2b674cf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-01-26 - Cabinet of Commissioner Nicolas Schmit x European Federation for Family Employment - Fédération européenne des emplois de la famille"],"date":["2022-01-26"],"summary":["Social priorities under the French Presidency"],"notes":["Portfolio: Jobs and Social Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-c2208333f0f75350eef62b355a40bf856f2d9cef","eu-tr-716909919073-32"]}} -{"id":"ec-meeting-2022-01-26-30da7aa4a7308befcda6f2563096386c39463cb0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-01-26 - Cabinet of Commissioner Thierry Breton x Airbus"],"date":["2022-01-26"],"summary":["European Space Conference"],"notes":["Portfolio: Internal Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-e18e6e300776f5f47ca4c72c1ba1b0d0eb1e71fe","eu-tr-2732167674-76","ec-person-b077a2e9f0fdb3b8f6e91d0bd0b256db9e40ce46"]}} -{"id":"ec-meeting-2022-01-26-340e197b5de26cf82b3aeb794ea7fd98a4c2478e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-01-26 - Defence Industry and Space x ARIANEGROUP HOLDING"],"date":["2022-01-26"],"summary":["ArianeGroup presented Ariane 6 Evolution"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-defis"],"involved":["ec-person-a5e52cd544ea3aa44eb4b31fac65a468499f106e","eu-tr-030910537575-52"]}} -{"id":"ec-meeting-2022-01-26-35fc9cec1a3d1a8bcd51f0a2ca15025fa2c519a7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-01-26 - Cabinet of Commissioner Virginijus Sinkevičius x R CUBE NORD Zero Waste Europe"],"date":["2022-01-26"],"summary":["To discuss opportunities for a swift and effective transition to reuse and practical steps to achieve it, as well as EU initiatives on packaging and sustainable products."],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["eu-tr-47806848200-34","eu-tr-919165845244-96","ec-person-dd7a7b1952e158f4195d34cff333ec79a4f48ba3","ec-person-a58f1d06f5cb1d8dfd278e0c36d5aa1b9368b270"]}} -{"id":"ec-meeting-2022-01-26-41bc492d639b2c9f4c24116d9c961a0073310ee4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-01-26 - Maritime Affairs and Fisheries x MERCATOR OCEAN INTERNATIONAL"],"date":["2022-01-26"],"summary":["Presentation and discussion on European Digital Twin Ocean on EMODnet and Copernicus Marine"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-mare"],"involved":["eu-tr-582545543216-74","ec-person-6e64215cdacfeb6c6d4709a7f72c2b1c94a3d908"]}} -{"id":"ec-meeting-2022-01-26-5443f1be192f308c1ee3cf01c86598542002bfed","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-01-26 - Communications Networks, Content and Technology x European Digital Rights"],"date":["2022-01-26"],"summary":["Digital issues"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-dg-connect"],"involved":["eu-tr-16311905144-06","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2022-01-26-773eb7a324c86e42ae7636b600863a32a5947706","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-01-26 - Cabinet of Commissioner Didier Reynders x Bureau Européen des Unions de Consommateurs"],"date":["2022-01-26"],"summary":["DMA, DSA, consumers"],"notes":["Portfolio: Justice"],"location":["Video conference"],"address":["Video conference"],"addressEntity":["addr-ebc9fd5c2f372a32153cf3f4d5fb918a96b84a88"],"organizer":["ec-cabinet-commissioner-didier-of-reynders"],"involved":["ec-person-442bf1ae9900b999673cdd7389224d0e21b67d4d","eu-tr-9505781573-45"]}} -{"id":"ec-meeting-2022-01-26-77452a53dc5937e6880f2308bedefa467b911706","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-01-26 - Cabinet of Commissioner Mairead Mcguinness x Deutsche Börse AG"],"date":["2022-01-26"],"summary":["Clearing"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Frankfurt-Germany"],"address":["Frankfurt-Germany"],"addressEntity":["addr-d352382abd2fb0ea2c7cbd99fbe3c45215bb0787"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["eu-tr-20884001341-42","ec-person-2b9c589fb2354bd93067644d2c3d2c058d4c4cc9","ec-person-44c404268b70ce0b79c4e148b5a7c4ae2c53ee30","ec-person-49e520c7a9c9c47ccb5acfa68f9416e4233af9f8"]}} -{"id":"ec-meeting-2022-01-26-7f5bb92277ffbdaa7a70dd1dd13e2699e121bfe6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-01-26 - Cabinet of Executive Vice-President Valdis Dombrovskis x DKV EURO SERVICE Bernstein Public Policy"],"date":["2022-01-26"],"summary":["Assessment of VAT fuel cards"],"notes":["Portfolio: An Economy that Works for People"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-4afd4ae4e50604ac3c0c9ae597bcb74eb1dd31b6","eu-tr-765794944700-79","eu-tr-32689998126-75"]}} -{"id":"ec-meeting-2022-01-26-7f9f819e3a0a791d3b5d311d078ab5e18996b468","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-01-26 - Cabinet of Executive Vice-President Frans Timmermans x Global Witness European Center for Constitutional and Human Rights OXFAM INTERNATIONAL EU ADVOCACY OFFICE Anti-Slavery International ClientEarth AISBL European Coalition for Corporate Justice"],"date":["2022-01-26"],"summary":["Sustainable corporate governance and due diligence"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-46856801604-90","eu-tr-10439809375-73","ec-person-e88af8eb396e96e3dbc9b4ec6e40a348d26c389c","eu-tr-96645517357-19","eu-tr-853889944167-66","eu-tr-48872621093-60","eu-tr-464644816865-02"]}} -{"id":"ec-meeting-2022-01-26-87bff60be5e5b333412a67ed28095d33b26848f2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-01-26 - Cabinet of Commissioner Thierry Breton x Netflix International B.V."],"date":["2022-01-26"],"summary":["Netflix’s role in the audio-visual ecosystem, AVMSD and resilience of telecom networks"],"notes":["Portfolio: Internal Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-487726915971-30","ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","ec-person-5215bd372c5a1202399d77ecceb8c16de8d7d55c"]}} -{"id":"ec-meeting-2022-01-26-997776dc0ff1ee126ca89cff0706300e5c327eae","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-01-26 - Cabinet of Executive Vice-President Frans Timmermans x Association of European Automotive and Industrial Battery Manufacturers"],"date":["2022-01-26"],"summary":["Discussion on industrial emissions"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-39573492614-61","ec-person-33624431cbec1074e151c1707715ef46d2ba9565"]}} -{"id":"ec-meeting-2022-01-26-9d9c438f93d1d393f458c6700243c3eae3682de6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-01-26 - Cabinet of Commissioner Thierry Breton x MedTech in France"],"date":["2022-01-26"],"summary":["Strategic autonomy of the health industrial ecosystem, in particular the medical device sector"],"notes":["Portfolio: Internal Market"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-d6689ffc6695e7e65bdd0e0c0da1721d3031ea1b","eu-tr-229391544746-22"]}} -{"id":"ec-meeting-2022-01-26-baf5b960b72eacfe1c12a650514b984d2b62bdcb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-01-26 - Cabinet of Commissioner Thierry Breton x THALES"],"date":["2022-01-26"],"summary":["Programmes spatiaux européens"],"notes":["Portfolio: Internal Market"],"location":["BRUSSELS"],"address":["BRUSSELS"],"addressEntity":["addr-f74337897287bf1b546f30505f5b1f693a87af50"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-e18e6e300776f5f47ca4c72c1ba1b0d0eb1e71fe","ec-person-b077a2e9f0fdb3b8f6e91d0bd0b256db9e40ce46","eu-tr-91711831031-23"]}} -{"id":"ec-meeting-2022-01-26-bd69d836a23a6c993885ffe1064ca6e723a63235","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-01-26 - Cabinet of Commissioner Helena Dalli x ENEL SpA"],"date":["2022-01-26"],"summary":["Discussion on ENEL's work towards fostering an inclusive and diverse work place. ENEL was included in the three main indices that monitor company performance on gender diversity."],"notes":["Portfolio: Equality"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-dalli-helena-of"],"involved":["ec-person-ce07afef6e1f4435f286cb947fa120d54d565b6c","ec-person-dbd4bba0ef71d4385c97691e3df5bb484709a07e","ec-person-d0b568d53468fcd3dfeeaddbd07343b5b065914d","eu-tr-6256831207-27"]}} -{"id":"ec-meeting-2022-01-26-ca59ae12543ca211ee0072550f8699c2692acb63","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-01-26 - Communications Networks, Content and Technology x OVH Groupe"],"date":["2022-01-26"],"summary":["Data / Cloud"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-dg-connect"],"involved":["eu-tr-281155638075-51","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2022-01-26-d03aaa35920d5b348d43dc1b8bcd02f017c20228","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-01-26 - Cabinet of Commissioner Helena Dalli x EUROPEAN ORGANISATION FOR RARE DISEASES"],"date":["2022-01-26"],"summary":["Discussion on the Commissioner work programme related to rare diseases as well as the continued work of EURODIS, in particular its collaborative efforts with the EU's institutions."],"notes":["Portfolio: Equality"],"location":["Online - Brussels"],"address":["Online - Brussels"],"addressEntity":["addr-3b5a3f337fa85c7d6a2c8af212de26f241b6f7fe"],"organizer":["ec-cabinet-commissioner-dalli-helena-of"],"involved":["eu-tr-93272076510-87","ec-person-d0b568d53468fcd3dfeeaddbd07343b5b065914d","ec-person-074f076ec339feecfbb4bdf393736c8236d7c85e"]}} -{"id":"ec-meeting-2022-01-26-d200d331887d31be470d0230f2ecdb242af718af","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-01-26 - Cabinet of Vice-President Dubravka Šuica x AGE Platform Europe"],"date":["2022-01-26"],"summary":["Demography, demographic trends and ageing"],"notes":["Portfolio: Democracy and Demography"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dubravka-of-president-suica-vice"],"involved":["eu-tr-16549972091-86","ec-person-83dd3363da89c86d99ea50c3ff2d15a746405110"]}} -{"id":"ec-meeting-2022-01-26-d396fd92b43c5aa183bc51144d6ef1db0c982afd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-01-26 - Mobility and Transport x Global Infrastructure Investor Association"],"date":["2022-01-26"],"summary":["Decarbonisation of transport"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-dg-move"],"involved":["ec-person-26cdfacae671b09917bee1a91c91973941fa58a2","eu-tr-246069829906-88"]}} -{"id":"ec-meeting-2022-01-26-db94a5b89b780f1dfe2d32e81df914c22129ea07","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-01-26 - Cabinet of Executive Vice-President Frans Timmermans x Volvo Car Corporation AB"],"date":["2022-01-26"],"summary":["Shift to zero-emission mobility"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-74574295642-60","ec-person-d56ecbfde17436a136fc89c9a978b266e8285c84"]}} -{"id":"ec-meeting-2022-01-26-dfa9f9c4ddd1e0613399991961997742a223ba55","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-01-26 - Cabinet of Commissioner Didier Reynders x Association française des sociétés Financières"],"date":["2022-01-26"],"summary":["consumer protection"],"notes":["Portfolio: Justice"],"location":["video conferencing"],"address":["video conferencing"],"addressEntity":["addr-613317ccdf0c2bce8cb9f90df551697cd890eda7"],"organizer":["ec-cabinet-commissioner-didier-of-reynders"],"involved":["eu-tr-97303386616-87","ec-person-4cd0043747c40cfeaced5e4c68e43372cdb8dac9"]}} -{"id":"ec-meeting-2022-01-26-e3b10b4a52951a46f51324a2e701114fa1168295","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-01-26 - Cabinet of Executive Vice-President Margrethe Vestager x Computer & Communications Industry Association"],"date":["2022-01-26"],"summary":["Data Act, Artificial Intelligence Act, Digital Service Act"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-15987896534-82","ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0"]}} -{"id":"ec-meeting-2022-01-27-068b15871effc5aeea08889359f127cd7a73ad6c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-01-27 - Cabinet of Commissioner Virginijus Sinkevičius x Eurorégion pyrénées mediterranée"],"date":["2022-01-27"],"summary":["Meeting with Euroregion Pyrenees Mediterranean EGTC delegation to discuss possible cooperation."],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["eu-tr-656547445325-45","ec-person-5d2fb692a102077260d7badef4a9f10132b72aee","ec-person-ef0f66e9880a22ea8d9657bd982daf9bd74838c1"]}} -{"id":"ec-meeting-2022-01-27-0c7fd5aa48814cd0ab4753bdb5b5a237a7c94fa2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-01-27 - Cabinet of Commissioner Jutta Urpilainen x International Rescue Committee Inc"],"date":["2022-01-27"],"summary":["Afghanistan"],"notes":["Portfolio: International Partnerships"],"location":["Videomeeting"],"address":["Videomeeting"],"addressEntity":["addr-1ba1e95e473c2a2a8d87e248e7615e7c71ba7b86"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["ec-person-7204caa5e704bc4a911fee13ad5c0f62fd74b3bc","eu-tr-336765244362-96","ec-person-a6ae9abd61cd135e990ccc05f2a7cc849f01a618"]}} -{"id":"ec-meeting-2022-01-27-18d0e32cfe37422e2f9e662f9c10995647506dc5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-01-27 - Cabinet of Vice-President Věra Jourová x Interactive Advertising Bureau Europe"],"date":["2022-01-27"],"summary":["Political advertising"],"notes":["Portfolio: Values and Transparency"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["eu-tr-43167137250-27","ec-person-74c07660dcbc6dc9993b34462cf2a1fec35925ea","ec-person-28fecf6c4f04b3a2af1d74c742e147920ab849c5"]}} -{"id":"ec-meeting-2022-01-27-1a501d65632b48bf240ffde93609e6b032a58faf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-01-27 - Cabinet of Commissioner Kadri Simson x None"],"date":["2022-01-27"],"summary":["The CEOs of the leading wind energy companies presented the key barriers to renewable energy project permitting they had experienced, and suggest some possible good practices for the upcoming Commission guidance on this topic."],"notes":["Portfolio: Energy"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["eu-tr-769186224869-06","eu-tr-77608353460-77","ec-person-2fb98fc84d2cf8d481688eff3d47f7745ead3592","ec-person-f47a082bc2455a660c3b2ae348f0024736672752","eu-tr-19920706471-21","eu-tr-39966101835-69","eu-tr-56592866496-47","eu-tr-6256831207-27","ec-person-1995c65b8dc7f3702a8c30ed96a0144075848837"]}} -{"id":"ec-meeting-2022-01-27-1b4e597ce8148f1617e15bb271d33cf1c3c1e450","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-01-27 - Cabinet of Commissioner Janusz Wojciechowski x None"],"date":["2022-01-27"],"summary":["2022 Annual Work Programme of the EU Promotion Policy"],"notes":["Portfolio: Agriculture"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["eu-tr-16057181340-75","eu-tr-44856881231-49","eu-tr-93296213494-75","eu-tr-02978802379-31","eu-tr-9803788883-16","ec-person-c825a813205e5077cd48bbd241436daf1834fc9b","eu-tr-1637225479-02","eu-tr-729014411618-96","eu-tr-2292357633-53","eu-tr-42967152383-63","eu-tr-546282614966-51","eu-tr-09586631237-74","ec-person-08c62f972c22464aca7a65520eb9406f8db14a66"]}} -{"id":"ec-meeting-2022-01-27-45192df85a7b1bea38e5739b76a7c1535afb133f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-01-27 - Cabinet of Commissioner Mairead Mcguinness x Value Balancing Alliance e.V."],"date":["2022-01-27"],"summary":["Sustainable finance & Corporate Reporting"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-a5441c6a69a8a94fd64e02def60fcc6567f2c1d8","eu-tr-058733639758-41"]}} -{"id":"ec-meeting-2022-01-27-55eb0f0cc13917952715abd15a42b37cc160c997","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-01-27 - Cabinet of Vice-President Věra Jourová x Europäische Akademie für Informationsfreiheit und Datenschutz"],"date":["2022-01-27"],"summary":["EU Data strategy"],"notes":["Portfolio: Values and Transparency"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["ec-person-221276f2dfa4b8fe628f08e982d967b6aeb61c57","eu-tr-475770522568-66"]}} -{"id":"ec-meeting-2022-01-27-5a239f2e6808cd84164003a6942515c5e7bb50ff","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-01-27 - Competition x Mouvement des Entreprises de France"],"date":["2022-01-27"],"summary":["politique de concurrence/impact sur les entreprises FR – aides d’Etat"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-comp"],"involved":["ec-person-f257bc19c568ad25083c1c1e1651426245cefedf","eu-tr-43763731235-75"]}} -{"id":"ec-meeting-2022-01-27-5f00373c0312e0f8a8bacb865c5b05d8829f04f6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-01-27 - Cabinet of Commissioner Stella Kyriakides x Alliance for Regenerative Medicine"],"date":["2022-01-27"],"summary":["Exchanges of views on policy priorities of the Alliance for Regenerative Medicine in Europe: the Pharmaceutical Strategy and the EU’s Beating Cancer Plan"],"notes":["Portfolio: Health"],"location":["Brussels, virtual"],"address":["Brussels, virtual"],"addressEntity":["addr-a77aad37184191a1e2534f0bc3ae06cdbb66cf4a"],"organizer":["ec-cabinet-commissioner-kyriakides-of-stella"],"involved":["ec-person-ecf9f9e978b833afc98ee022572d468f0dc9a352","eu-tr-244710319190-73"]}} -{"id":"ec-meeting-2022-01-27-6b0207bd89c4ed68d493e857175efba14baf10de","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-01-27 - Cabinet of Commissioner Mairead Mcguinness x Value Balancing Alliance e.V. Falk Beratung GmbH Oettinger Consulting Wirtschafts- und Politikberatung GmbH"],"date":["2022-01-27"],"summary":["CSRD and discussion about Munich Security Conference on 18 Feb 2022 where Commissioner McGuinness will speak."],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-a5441c6a69a8a94fd64e02def60fcc6567f2c1d8","eu-tr-058733639758-41","eu-tr-404631939210-52","ec-person-1d2f53447b8f2d9bb3f50f7247ad40c2cf8036e4","eu-tr-226616043492-76"]}} -{"id":"ec-meeting-2022-01-27-77898fee29fb9e9dbdd66354276d3bd3e1442484","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-01-27 - Trade x Intel Corporation"],"date":["2022-01-27"],"summary":["Intel's strategy, TTC, GAMs and Export controls."],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-trade"],"involved":["ec-person-2045c2589da3988908fcfe731e8224e7e06a7c63","eu-tr-7459401905-60"]}} -{"id":"ec-meeting-2022-01-27-81ff0e5ee5deb3ed3245f5cfcf93bfc9b3830889","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-01-27 - Cabinet of Commissioner Elisa Ferreira x Jerónimo Martins, SGPS, S.A."],"date":["2022-01-27"],"summary":["Presentation of Jeronimo Martins Group strategy for Europe"],"notes":["Portfolio: Cohesion and Reforms"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-commissioner-elisa-ferreira-of"],"involved":["eu-tr-517522445134-38","ec-person-6aefca8f66cd57549e22428bee7f0d2c97d16f52"]}} -{"id":"ec-meeting-2022-01-27-83ac10a6b090e6073e90b4c0c51901e4cb5f5dfa","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-01-27 - Cabinet of Vice-President Dubravka Šuica x Make.org"],"date":["2022-01-27"],"summary":["COFOE ainsi que le sujet des seniors et des challenges démographiques"],"notes":["Portfolio: Democracy and Demography"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dubravka-of-president-suica-vice"],"involved":["eu-tr-916768537222-67","ec-person-026798f0d4b4567a1c4ba592351123da781ce908"]}} -{"id":"ec-meeting-2022-01-27-85bf19543ed50cba10fbaa018f8dde46c54a8b06","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-01-27 - Cabinet of President Ursula von der Leyen x Intel Corporation"],"date":["2022-01-27"],"summary":["Meeting with CEO of INTEL"],"notes":["Portfolio: President"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-a2ac27c3a7aa93937efc47169c1dc2264a822175","eu-tr-7459401905-60"]}} -{"id":"ec-meeting-2022-01-27-88a136b3d61c86d80bf0c4aa1395428103876df4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-01-27 - Mobility and Transport x CANSO - Civil Air Navigation Services Organisation"],"date":["2022-01-27"],"summary":["Aviation recovery"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-dg-move"],"involved":["eu-tr-26986828838-57","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2022-01-27-909fa47cd07c5b21178b250008a83b462e5aa4f2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-01-27 - Cabinet of Commissioner Janusz Wojciechowski x Fertilizers Europe"],"date":["2022-01-27"],"summary":["European Food security"],"notes":["Portfolio: Agriculture"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["ec-person-625f8b4379f79adee4f15c6a0417a96bb5a5a403","eu-tr-80788715017-29"]}} -{"id":"ec-meeting-2022-01-27-a6f1852a3ab64106395cfb43a315ca32b366c93d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-01-27 - Cabinet of Commissioner Nicolas Schmit x ENEL SpA"],"date":["2022-01-27"],"summary":["Green transition and changes in the labour market, in particular reskilling and upskilling."],"notes":["Portfolio: Jobs and Social Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-c2208333f0f75350eef62b355a40bf856f2d9cef","ec-person-4cf4655ab41922e92160325d987a3c4615c72d30","ec-person-c03b949331dbbe5fa3d5423758e371ec1b9b832f","eu-tr-6256831207-27"]}} -{"id":"ec-meeting-2022-01-27-aae136ff633f1985a52791a20ed68118cfea95d9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-01-27 - Migration and Home Affairs x International Rescue Committee Inc"],"date":["2022-01-27"],"summary":["introduce the IRC’s latest work relating to EU asylum and migration policies, including refugee resettlement, the Poland/Belarus situation, and the situation on the Greek islands"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-home"],"involved":["eu-tr-336765244362-96","ec-person-eb837001036fd00bae706e2b0dfd0885bb71e4bb"]}} -{"id":"ec-meeting-2022-01-27-bbc307cb5a43bffc2c2a8faaea76b3afaad239c9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-01-27 - Cabinet of Executive Vice-President Frans Timmermans x Danske Slagterier SA"],"date":["2022-01-27"],"summary":["Discussion on sustainable meat"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-960812325949-95","ec-person-33624431cbec1074e151c1707715ef46d2ba9565"]}} -{"id":"ec-meeting-2022-01-27-fca78e691f29143734fdbe9ea63eba2a03ad7233","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-01-27 - Cabinet of Commissioner Elisa Ferreira x Eurorégion pyrénées mediterranée"],"date":["2022-01-27"],"summary":["Présentation des priorités de l’Eurorégion Pyrénées-Méditerranée"],"notes":["Portfolio: Cohesion and Reforms"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-elisa-ferreira-of"],"involved":["eu-tr-656547445325-45","ec-person-4121b3832a3dd4ec5d2c50f26f7003d3bada6d20"]}} -{"id":"ec-meeting-2022-01-28-2ceacbb0dafa458261aa319f208762832513f433","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-01-28 - Cabinet of Executive Vice-President Frans Timmermans x The Born Free Foundation Eurogroup for Animals Humane Society International/Europe Pro Wildlife"],"date":["2022-01-28"],"summary":["Trophy hunting in relation to EU biodiversity objectives"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-6809935493-49","eu-tr-62574836751-41","eu-tr-05097472836-90","ec-person-8af3c81534786a740718d21dc58240738a53ed7b","eu-tr-285805825014-46"]}} -{"id":"ec-meeting-2022-01-28-2cff1e8b34a903e8285d502a6bf6b48772e00cf0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-01-28 - Cabinet of Commissioner Mairead Mcguinness x Bundesverband deutscher Banken e.V."],"date":["2022-01-28"],"summary":["Basel III, macroprudential policy, Banking Union."],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Berlin, Germany"],"address":["Berlin, Germany"],"addressEntity":["addr-45087614a913d81becb706e8469c1cd56b027e7f"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-2b9c589fb2354bd93067644d2c3d2c058d4c4cc9","ec-person-44c404268b70ce0b79c4e148b5a7c4ae2c53ee30","eu-tr-0764199368-97","ec-person-49e520c7a9c9c47ccb5acfa68f9416e4233af9f8"]}} -{"id":"ec-meeting-2022-01-28-35fbba66710567d207050d5bdf02934387767c0c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-01-28 - Financial Stability, Financial Services and Capital Markets Union x AMUNDI AM"],"date":["2022-01-28"],"summary":["Taxonomy, ecological transition"],"location":["Virtual meeting"],"address":["Virtual meeting"],"addressEntity":["addr-1f1f3f51a4da31a1ea5c1b4b21cbf52ad983224f"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-94607479886-02","ec-person-1fce211249673c35ee07a801ddee77ab24af8d54"]}} -{"id":"ec-meeting-2022-01-28-37e7261a2fe081029096d4f5309d64277664e855","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-01-28 - Justice and Consumers x Victim Support Europe"],"date":["2022-01-28"],"summary":["Victims'rights"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-dg-just"],"involved":["eu-tr-83945428894-94","ec-person-97e843c2fd98c7993c9ab42a071dd1c98c85041d"]}} -{"id":"ec-meeting-2022-01-28-457b0be72c8b6b20895ecb841992f147d780058e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-01-28 - Cabinet of Commissioner Kadri Simson x Nel Hydrogen"],"date":["2022-01-28"],"summary":["Implementation of the hydrogen strategy"],"notes":["Portfolio: Energy"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["ec-person-ba3b83676ad38094e71b64b644f3e3d2c61b8182","ec-person-2fb98fc84d2cf8d481688eff3d47f7745ead3592","eu-tr-416545244206-55"]}} -{"id":"ec-meeting-2022-01-28-51ca8481819cb6f612359a7d366ac0cb40fea9ba","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-01-28 - Cabinet of Commissioner Mairead Mcguinness x European Banking Federation"],"date":["2022-01-28"],"summary":["data economy, digital finance"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["eu-tr-4722660838-23","ec-person-0ba9b89127b39af6a66f2fc3ed727332f1b19a34"]}} -{"id":"ec-meeting-2022-01-28-857c3d2b0a173d267b809bccc5bed837ec2aa647","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-01-28 - Cabinet of Commissioner Thierry Breton x Intact Solutions LLC"],"date":["2022-01-28"],"summary":["Technological innovation in vaccine production in Europe and Africa"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-480407644579-72","ec-person-d6689ffc6695e7e65bdd0e0c0da1721d3031ea1b"]}} -{"id":"ec-meeting-2022-01-28-93fa604da4c226a8a422707ed188a392d81de367","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-01-28 - Cabinet of Executive Vice-President Margrethe Vestager x Gibbels Public Affairs"],"date":["2022-01-28"],"summary":["Social Digital Standard"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0","eu-tr-744386211832-33"]}} -{"id":"ec-meeting-2022-01-28-9f63196c425f6e65ef9889fac82befbcb4ddb0e4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-01-28 - Cabinet of Commissioner Virginijus Sinkevičius x Eurogroup for Animals Pro Wildlife The Born Free Foundation Humane Society International/Europe"],"date":["2022-01-28"],"summary":["Trophy hunting in relation to EU biodiversity objectives"],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["eu-tr-6809935493-49","eu-tr-62574836751-41","eu-tr-05097472836-90","ec-person-d60b74d6bf19edff0aacdad384927f95de9b3c60","eu-tr-285805825014-46"]}} -{"id":"ec-meeting-2022-01-28-b0e09ecd3a4688635eda4b48124e053ea5516441","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-01-28 - Cabinet of Executive Vice-President Valdis Dombrovskis x Finance Latvia Association"],"date":["2022-01-28"],"summary":["- implementation of EU sanctions and the need for more guidance\r\n- disclosure and green reporting and lack of data \r\n- digital euro: state of play"],"notes":["Portfolio: An Economy that Works for People"],"location":["Riga"],"address":["Riga"],"addressEntity":["addr-e98260de43e8b705667726783aef78b8badb67e7"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-9e7bd1005456277f156b671d1555c6a460fb2f58","eu-tr-746741738156-28"]}} -{"id":"ec-meeting-2022-01-28-b5d7815ca3b6bc83380f224f6ebbc1fadb99f785","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-01-28 - Cabinet of Commissioner Mairead Mcguinness x Bürgerbewegung Finanzwende e. V."],"date":["2022-01-28"],"summary":["Role of finance in economy and society, consumer protection, sustainable finance."],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Berlin"],"address":["Berlin"],"addressEntity":["addr-062b06ba8e755765c6b049809b7430fd54fe5b21"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["eu-tr-898894545407-47","ec-person-2b9c589fb2354bd93067644d2c3d2c058d4c4cc9","ec-person-44c404268b70ce0b79c4e148b5a7c4ae2c53ee30","ec-person-49e520c7a9c9c47ccb5acfa68f9416e4233af9f8"]}} -{"id":"ec-meeting-2022-01-28-b7af373e63d2dc2e917a9453ba454df1a48590ad","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-01-28 - Cabinet of Commissioner Elisa Ferreira x FoodDrinkEurope European Liaison Committee for Agriculture and agri-food trade European farmers"],"date":["2022-01-28"],"summary":["Revision of the promotion policy."],"notes":["Portfolio: Cohesion and Reforms"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-commissioner-elisa-ferreira-of"],"involved":["eu-tr-75818824519-45","eu-tr-546282614966-51","ec-person-1c49c531eceae287dd4a56ac52e8326c65fc2855","eu-tr-44856881231-49"]}} -{"id":"ec-meeting-2022-01-28-c640e3aa17a747d3d6874147662e94e7b052ace3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-01-28 - Cabinet of Commissioner Kadri Simson x CLG Europe"],"date":["2022-01-28"],"summary":["To discuss the main findings of CLG new briefing, with a focus on energy, and how they could support our priorities."],"notes":["Portfolio: Energy"],"location":["Video Conference"],"address":["Video Conference"],"addressEntity":["addr-fd005d1da26cd3c9a734fbbadaf813e8115acdeb"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["ec-person-f47a082bc2455a660c3b2ae348f0024736672752","eu-tr-381796719468-68"]}} -{"id":"ec-meeting-2022-01-28-dd76c408886e35d302e1c0a7c2468a9b617ffcea","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-01-28 - Cabinet of Commissioner Mairead Mcguinness x VR Ventures Management GmbH European FinTech Association"],"date":["2022-01-28"],"summary":["Presentation of FinTech start-ups"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Berlin, Germany"],"address":["Berlin, Germany"],"addressEntity":["addr-45087614a913d81becb706e8469c1cd56b027e7f"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-49e520c7a9c9c47ccb5acfa68f9416e4233af9f8","eu-tr-111974145290-20","eu-tr-514240237898-38","ec-person-44c404268b70ce0b79c4e148b5a7c4ae2c53ee30","ec-person-2b9c589fb2354bd93067644d2c3d2c058d4c4cc9"]}} -{"id":"ec-meeting-2022-01-31-007bb872f0dd610d3225e443a405daaf99c8d845","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-01-31 - Cabinet of Commissioner Kadri Simson x Zentraler Immobilien Ausschuss"],"date":["2022-01-31"],"summary":["Energy regulation (EPBD and EED) that influences the built environment and the perspective of digitalisation of the sector."],"notes":["Portfolio: Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["eu-tr-34880145791-74","ec-person-1995c65b8dc7f3702a8c30ed96a0144075848837"]}} -{"id":"ec-meeting-2022-01-31-2e724fdba1e0932919e7e4a5e99744f4b03ce889","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-01-31 - Cabinet of Commissioner Adina Vălean x BP p.l.c."],"date":["2022-01-31"],"summary":["Mobility issues"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["eu-tr-3394026642-58","ec-person-cc0354fbf386eb83f57c00ad5240f1dddeeabab4","ec-person-e5f1558cac43dd4f90847b508b6753edb0a9f903"]}} -{"id":"ec-meeting-2022-01-31-416662a7c5238f5d2d311a4e5e52c8ea7f9843a4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-01-31 - Cabinet of Commissioner Stella Kyriakides x ClientEarth AISBL WWF European Policy Programme International Federation of Organic Agriculture Movements EU Regional Group European Public Health Alliance"],"date":["2022-01-31"],"summary":["VTC Meeting on the framework legislation on sustainable food systems"],"notes":["Portfolio: Health"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-kyriakides-of-stella"],"involved":["eu-tr-67128251296-84","eu-tr-1414929419-24","ec-person-c7513fae2df7920eea99d7cc103a354aa4f56b6e","eu-tr-96645517357-19","eu-tr-18941013532-08"]}} -{"id":"ec-meeting-2022-01-31-5edac346c67efeaca723ed97038297142d4343c0","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2022-01-31 - Cabinet of Commissioner Adina Vălean x International Consolidated Airlines Group"],"date":["2022-01-31"],"summary":["Meeting of Fit for 55.","Transport sustainability commitments of IAG in the framework of \"Fit for 55 package\""],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["ec-person-e5f1558cac43dd4f90847b508b6753edb0a9f903","ec-person-7f9ba99138b4fa5c698037dc7507219b1319e0a7","eu-tr-60340504060-88"]}} -{"id":"ec-meeting-2022-01-31-61b91fa9f2ac50438f499fc9f42dc3fb53547ff8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-01-31 - Cabinet of Commissioner Jutta Urpilainen x World Leadership Alliance-Club de Madrid"],"date":["2022-01-31"],"summary":["EU democracy support"],"notes":["Portfolio: International Partnerships"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["eu-tr-968421535984-01","ec-person-7c4fa9cfb750b5b524c065180fcee1123b8df03e"]}} -{"id":"ec-meeting-2022-01-31-69b5acdd1d14e310e590c4f59d548427d64701cc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-01-31 - Cabinet of Commissioner Nicolas Schmit x #DiasporaVote!"],"date":["2022-01-31"],"summary":["Meeting with young people on social and employment policy."],"notes":["Portfolio: Jobs and Social Rights"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-66fa2c2d100ec194caa42b5c6f97c36e2748b71c","eu-tr-417597743204-78","ec-person-4cf4655ab41922e92160325d987a3c4615c72d30"]}} -{"id":"ec-meeting-2022-01-31-7680ee4510a91740f528e91ad026aaf18ac7f2b1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-01-31 - Cabinet of Commissioner Adina Vălean x European Committee for Electrotechnical Standardization"],"date":["2022-01-31"],"summary":["Meeting on EU standards."],"notes":["Portfolio: Transport"],"location":["Conference call"],"address":["Conference call"],"addressEntity":["addr-28ba88479582b2f75898964548da4252dc7db7d2"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["eu-tr-58258552517-56","ec-person-baa9678f53e0a607c8a9bb2cd9122d1c13370154","ec-person-6e21d867543ef3b910e746c319cb048abd054702","ec-person-7f9ba99138b4fa5c698037dc7507219b1319e0a7"]}} -{"id":"ec-meeting-2022-01-31-8018074c3bb704cb29510256fa23691b769f1ed2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-01-31 - Cabinet of Commissioner Thierry Breton x Teknikföretagen"],"date":["2022-01-31"],"summary":["Industrial policy, internal market"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-6308dea893b9b1ca0dcd5b91b4a1ac4c2f3020ad","eu-tr-257226411720-38"]}} -{"id":"ec-meeting-2022-01-31-fa8e28f865c00212142a2d305400d3584e367675","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-01-31 - Cabinet of Commissioner Thierry Breton x Worldline"],"date":["2022-01-31"],"summary":["Digital payments and digital euro"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-257888538969-50","ec-person-5215bd372c5a1202399d77ecceb8c16de8d7d55c"]}} -{"id":"ec-meeting-2022-01-31-fec3959a46e00d07b5b17c5b7cf13cef5381b4e7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-01-31 - Mobility and Transport x UIRR, International Union for Road-Rail Combined Transport"],"date":["2022-01-31"],"summary":["Rail freight"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-dg-move"],"involved":["eu-tr-49307536642-11","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2022-02-01-0868cb68dc42fbdbca31eee308842dc31b250f8b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-02-01 - Cabinet of Commissioner Didier Reynders x European Movement International"],"date":["2022-02-01"],"summary":["Rule of Law in the EU"],"notes":["Portfolio: Justice"],"location":["Videoconference call"],"address":["Videoconference call"],"addressEntity":["addr-d1964f978a9a3925b783c40d0fd778ce0d40e512"],"organizer":["ec-cabinet-commissioner-didier-of-reynders"],"involved":["eu-tr-35279857524-58","ec-person-1e25399e2267734c5f4c69093d2286c8898ee9f0"]}} -{"id":"ec-meeting-2022-02-01-0d16ed3d22d565a15a536a2474a2ef491501b342","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-02-01 - Cabinet of Executive Vice-President Margrethe Vestager x European Banking Federation"],"date":["2022-02-01"],"summary":["Data Act"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-4722660838-23","ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0","ec-person-71043372bdf7ac2868e93db35f9e2f420db778e3"]}} -{"id":"ec-meeting-2022-02-01-320600605f8c7d344939febb32765ffd9ca0d2fc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-02-01 - Cabinet of Commissioner Stella Kyriakides x International SOS Europe Government Services"],"date":["2022-02-01"],"summary":["VTC Meeting - Commissioner Kyriakides met representatives of International SOS to hear about their work on vaccine donations and deliveries as well as on humanitarian aid."],"notes":["Portfolio: Health"],"location":["Bruxelles"],"address":["Bruxelles"],"addressEntity":["addr-b58f5927b66d94a676970dc048485d4c6848f272"],"organizer":["ec-cabinet-commissioner-kyriakides-of-stella"],"involved":["eu-tr-661938541994-90","ec-person-c7513fae2df7920eea99d7cc103a354aa4f56b6e"]}} -{"id":"ec-meeting-2022-02-01-3405bf552ae5b986ac86b0b3564fffde365f03aa","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-02-01 - Cabinet of Executive Vice-President Margrethe Vestager x Applied Materials"],"date":["2022-02-01"],"summary":["Digital decade"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-583393138546-76","ec-person-b30b0a4061753143722e8ac4e9bf08ab56473207","ec-person-0e93ebac9bad76e1351e0981f04e7ef88848f943"]}} -{"id":"ec-meeting-2022-02-01-62437da1a2f069be54c8f24e2bc70487ab41f1f3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-02-01 - Cabinet of Commissioner Elisa Ferreira x Clean Clothes Campaign / Stichting Schone Kleren Kampagne"],"date":["2022-02-01"],"summary":["Sustainable corporate governance"],"notes":["Portfolio: Cohesion and Reforms"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-commissioner-elisa-ferreira-of"],"involved":["ec-person-edf08d46587dbb24d69133811963301459374fa8","eu-tr-714466824568-72"]}} -{"id":"ec-meeting-2022-02-01-738c3b190d1efa51326dd002aeeea136d9c77724","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-02-01 - Cabinet of Commissioner Jutta Urpilainen x Oxfam-en-Belgique / Oxfam-in-België ASSOCIATION INTERNATIONALE DES MAIRES FRANCOPHONES PLATFORMA CONCORD Europe Commonwealth Local Govenment Forum Women Environmental Programme Caritas Europa Climate Action Network Europe DSW (Deutsche Stiftung Weltbevoelkerung) Plan International EU Office OXFAM INTERNATIONAL EU ADVOCACY OFFICE International Federation of Red Cross and Red Crescent Societies Union of Mediterranean Confederations of Enterprises"],"date":["2022-02-01"],"summary":["Roundtable with CSO: Preparation of the AU-EU Summit and the Africa-Europe Week 2022"],"notes":["Portfolio: International Partnerships"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["eu-tr-46856801604-90","eu-tr-961809845865-57","eu-tr-83357751766-93","eu-tr-34478709670-34","eu-tr-461867624888-33","eu-tr-32018754890-28","eu-tr-55888811123-49","eu-tr-6082564924-85","ec-person-7c4fa9cfb750b5b524c065180fcee1123b8df03e","eu-tr-865034435102-35","eu-tr-132236315085-89","eu-tr-841814846241-70","eu-tr-144630225519-73","eu-tr-793034324893-09"]}} -{"id":"ec-meeting-2022-02-01-7e7d483790dc2e5daeb4e02dbf3ee976625781db","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-02-01 - Cabinet of Commissioner Paolo Gentiloni x Finarvedi"],"date":["2022-02-01"],"summary":["Short meeting with Giovanni Arvedi, the president of the Arvedi Group to discuss topics related to the RRF and the steel sector in Italy and in the EU."],"notes":["Portfolio: Economy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gentiloni-of-paolo"],"involved":["ec-person-088d26d74d1898338fbf1c86e139bd6d3b870dbc","eu-tr-496989345637-26"]}} -{"id":"ec-meeting-2022-02-01-8327b354201163ea8f7350e9055322b3380e98a9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-02-01 - Cabinet of Commissioner Nicolas Schmit x myAbility Social Enterprise GmbH"],"date":["2022-02-01"],"summary":["Social taxonomy and the Social economy action plan"],"notes":["Portfolio: Jobs and Social Rights"],"location":["online"],"address":["online"],"addressEntity":["addr-2dbc2fd2358e1ea1b7a6bc08ea647b9a337ac92d"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-c2208333f0f75350eef62b355a40bf856f2d9cef","eu-tr-211068344462-22","ec-person-4cf4655ab41922e92160325d987a3c4615c72d30","ec-person-66fa2c2d100ec194caa42b5c6f97c36e2748b71c"]}} -{"id":"ec-meeting-2022-02-01-94b42b1a986630d2ecdf4c59fff06d18bfab1f25","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-02-01 - Cabinet of Vice-President Dubravka Šuica x Defend Democracy"],"date":["2022-02-01"],"summary":["Presentation of the Defend Democracy and current projects in 2022."],"notes":["Portfolio: Democracy and Demography"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dubravka-of-president-suica-vice"],"involved":["ec-person-08d40344214e6573b5eb0480c1a338d5dde265bd","eu-tr-656334937846-80"]}} -{"id":"ec-meeting-2022-02-01-95e67efd11e5ad9eea026b300b2999cd7700a91e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-02-01 - Mobility and Transport x Flix SE"],"date":["2022-02-01"],"summary":["Long-distance and cross-border passenger rail"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-dg-move"],"involved":["eu-tr-680069530746-88","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2022-02-01-b15c4cd7403640161eb6eca6d3e4d91776b2dce6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-02-01 - Cabinet of Commissioner Thierry Breton x Bureau Européen des Unions de Consommateurs"],"date":["2022-02-01"],"summary":["DSA, DMA and digital principles"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-9505781573-45","ec-person-4d83416435f81b1f1e8f5c86aeebb1478577f1d2"]}} -{"id":"ec-meeting-2022-02-01-b619675cce9e83f51dc8287bca1330f3b6799a90","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-02-01 - Cabinet of Commissioner Kadri Simson x Gas Infrastructure Europe"],"date":["2022-02-01"],"summary":["Discussion on the main elements of the Hydrogen and Gas Decarbonisation Package published in December 2021 and the development of energy prices."],"notes":["Portfolio: Energy"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["ec-person-ba3b83676ad38094e71b64b644f3e3d2c61b8182","eu-tr-76130992074-15","ec-person-1995c65b8dc7f3702a8c30ed96a0144075848837"]}} -{"id":"ec-meeting-2022-02-01-ce9595855dda7ec5e6763f175bbe98fbab55a571","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-02-01 - Cabinet of Commissioner Mairead Mcguinness x Reinsurance Advisory Board"],"date":["2022-02-01"],"summary":["Preparatory meeting with RAB-Solvency II and sustainable finance."],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Virtual Meeting"],"address":["Virtual Meeting"],"addressEntity":["addr-ed078b6749077909a1a45720507ac2da9277b8b3"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["eu-tr-341051518380-63","ec-person-49e520c7a9c9c47ccb5acfa68f9416e4233af9f8"]}} -{"id":"ec-meeting-2022-02-01-d4a9cf649c9cc9e442cb6dca54efb82a14312e60","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-02-01 - Financial Stability, Financial Services and Capital Markets Union x JPMorgan Chase & Co."],"date":["2022-02-01"],"summary":["Courtesy meeting"],"location":["Virtual meeting"],"address":["Virtual meeting"],"addressEntity":["addr-1f1f3f51a4da31a1ea5c1b4b21cbf52ad983224f"],"organizer":["ec-dg-fisma"],"involved":["ec-person-1fce211249673c35ee07a801ddee77ab24af8d54","eu-tr-9171899949-17"]}} -{"id":"ec-meeting-2022-02-01-de9f6478544074b0ea752bbfdbb95634de3ffad6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-02-01 - Cabinet of Commissioner Thierry Breton x International Chemical Secretariat"],"date":["2022-02-01"],"summary":["Innovation in the chemicals industry"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-95363765837-60","ec-person-6308dea893b9b1ca0dcd5b91b4a1ac4c2f3020ad"]}} -{"id":"ec-meeting-2022-02-02-02a030d7f3eae094ad94b4a1954cdb9f51454e4e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-02-02 - Cabinet of Commissioner Johannes Hahn x Wirtschaftskammer Österreich"],"date":["2022-02-02"],"summary":["Upcoming Proposal for sustainable corporate governance"],"notes":["Portfolio: Budget and Administration"],"location":["Videoconference call"],"address":["Videoconference call"],"addressEntity":["addr-d1964f978a9a3925b783c40d0fd778ce0d40e512"],"organizer":["ec-cabinet-commissioner-hahn-johannes-of"],"involved":["ec-person-0a9c49ba84ea78ae0ec9c6fadde7b6d66e7a1054","eu-tr-10405322962-08","ec-person-05d36af0ce2983d077f3b72cb8a99ae890f001c5"]}} -{"id":"ec-meeting-2022-02-02-28e1001b6529f008be506062c3374c8fff721f4c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-02-02 - Cabinet of Commissioner Thierry Breton x Riva Group Federazione Imprese Siderurgiche Italiane Tata Steel Nederland ArcelorMittal thyssenkrupp Steel Europe AG The European Steel Association CELSA Group APERAM SA Salzgitter AG voestalpine AG"],"date":["2022-02-02"],"summary":["Exchange on energy price surges, investment needs and support to decarbonisation objectives"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-23527541824-60","ec-person-6308dea893b9b1ca0dcd5b91b4a1ac4c2f3020ad","ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","eu-tr-456211534646-58","eu-tr-484497715199-45","eu-tr-814394434851-43","eu-tr-189510925414-06","eu-tr-295567915794-69","eu-tr-93038071152-83","eu-tr-288211239086-16","eu-tr-304658739465-33","eu-tr-08746491502-16"]}} -{"id":"ec-meeting-2022-02-02-3126884f66859b4c61a01e742ca7db3268d2e5a5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-02-02 - Cabinet of Commissioner Kadri Simson x TenneT Holding B.V."],"date":["2022-02-02"],"summary":["How to make international \"hybrid\" offshore projects possible in the near future? TenneT's position"],"notes":["Portfolio: Energy"],"location":["Video Conference"],"address":["Video Conference"],"addressEntity":["addr-fd005d1da26cd3c9a734fbbadaf813e8115acdeb"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["ec-person-f47a082bc2455a660c3b2ae348f0024736672752","ec-person-d40f25b5cb5c0681854a4996da444478318f7e58","eu-tr-289810215426-07"]}} -{"id":"ec-meeting-2022-02-02-3a5f41622ed17bc32a87f35c4def5c9fc6266819","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-02-02 - Cabinet of Commissioner Adina Vălean x CMA CGM"],"date":["2022-02-02"],"summary":["Maritime Policy"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["eu-tr-009433826675-55","ec-person-cc0354fbf386eb83f57c00ad5240f1dddeeabab4"]}} -{"id":"ec-meeting-2022-02-02-40ce732d22eac614af31facd936418adf7d2dd26","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-02-02 - Financial Stability, Financial Services and Capital Markets Union x International Financial Reporting Standards (IFRS) Foundation"],"date":["2022-02-02"],"summary":["ISSB and sustainability reporting"],"location":["Virtual meeting"],"address":["Virtual meeting"],"addressEntity":["addr-1f1f3f51a4da31a1ea5c1b4b21cbf52ad983224f"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-830882416841-19","ec-person-1fce211249673c35ee07a801ddee77ab24af8d54"]}} -{"id":"ec-meeting-2022-02-02-43af1e797b0ea78914c37561618f326287c01710","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-02-02 - Cabinet of Executive Vice-President Margrethe Vestager x BANCO BILBAO VIZCAYA ARGENTARIA"],"date":["2022-02-02"],"summary":["Data Act"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-11d97788772862bb34f51dd26d7f92603eac1bf8","ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0","eu-tr-090350412968-04"]}} -{"id":"ec-meeting-2022-02-02-64bc5e03bfb2e9569945298ba092d9c9f12c2d0d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-02-02 - Cabinet of Commissioner Adina Vălean x Mercedes-Benz Group AG"],"date":["2022-02-02"],"summary":["Fitfor55 and automotive industry"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["ec-person-cc0354fbf386eb83f57c00ad5240f1dddeeabab4","eu-tr-2349218828-41"]}} -{"id":"ec-meeting-2022-02-02-697b2c643d6ac0905ecd0fa5adc8032b37307435","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-02-02 - Cabinet of Commissioner Mairead Mcguinness x eClear AG"],"date":["2022-02-02"],"summary":["Digital finance; payment services."],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Virtual Meeting"],"address":["Virtual Meeting"],"addressEntity":["addr-ed078b6749077909a1a45720507ac2da9277b8b3"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["eu-tr-938387844910-53","ec-person-0ba9b89127b39af6a66f2fc3ed727332f1b19a34","ec-person-778f68c06d4985a2eda59737cdb80e7a4570f90f"]}} -{"id":"ec-meeting-2022-02-02-711af86dfa15f56295ab3395436f7084eac83246","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-02-02 - Cabinet of Vice-President Dubravka Šuica x Fondation Jérôme Lejeune"],"date":["2022-02-02"],"summary":["Conference and Strategy on the Rights of the Child."],"notes":["Portfolio: Democracy and Demography"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dubravka-of-president-suica-vice"],"involved":["eu-tr-879970415784-92","ec-person-60bc1622eb549a098038c6073ce7c40691ec9384","ec-person-026798f0d4b4567a1c4ba592351123da781ce908"]}} -{"id":"ec-meeting-2022-02-02-840e1287459d36b34b5a468b29fa1da9021c0378","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-02-02 - Informatics x Deloitte & Associés"],"date":["2022-02-02"],"summary":["Digital Transformation in Public Administration – exchange of views"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-digit"],"involved":["eu-tr-419726214834-51","ec-person-604d9fe28b16401771b67c820e6ce912f4d4a6b7"]}} -{"id":"ec-meeting-2022-02-02-872cbf914680f4d0405d3f840de7dab4ddc0da06","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-02-02 - Cabinet of Commissioner Virginijus Sinkevičius x Stichting Commonland"],"date":["2022-02-02"],"summary":["Nature restoration and landscape level approach"],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["eu-tr-581342922580-86","ec-person-d60b74d6bf19edff0aacdad384927f95de9b3c60"]}} -{"id":"ec-meeting-2022-02-02-bd91a1ce8d6d35463245d64f40b993f481317c8f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-02-02 - Cabinet of Commissioner Mairead Mcguinness x Euronext"],"date":["2022-02-02"],"summary":["CSDR REFIT"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["eu-tr-17804464809-28","ec-person-0ba9b89127b39af6a66f2fc3ed727332f1b19a34"]}} -{"id":"ec-meeting-2022-02-02-c845a70574791406e464dc7f8426f86d0fd01378","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-02-02 - Cabinet of Executive Vice-President Frans Timmermans x Stichting Commonland"],"date":["2022-02-02"],"summary":["Nature restoration and landscape level approach"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-581342922580-86","ec-person-8af3c81534786a740718d21dc58240738a53ed7b"]}} -{"id":"ec-meeting-2022-02-02-ce37866c0d0b7b63ffbae1372a3b301a7eb706bf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-02-02 - Cabinet of Commissioner Virginijus Sinkevičius x AEGIS Europe"],"date":["2022-02-02"],"summary":["Meeting with AEGIS Europe to discuss the AEGIS Europe’s position concerning the Commission proposal for the Carbon Border Adjustment Mechanism (CBAM)."],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["eu-tr-790573922716-64","ec-person-5d2fb692a102077260d7badef4a9f10132b72aee"]}} -{"id":"ec-meeting-2022-02-02-d025a471c41f8e45d26ab67c9c1f961066d0b354","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-02-02 - Cabinet of Executive Vice-President Frans Timmermans x R CUBE NORD Zero Waste Europe"],"date":["2022-02-02"],"summary":["Delivering on circular economy and moving to reuse solutions"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-7c876f4825f213b8adbedf089ccedfbc3b36d65b","eu-tr-47806848200-34","eu-tr-919165845244-96"]}} -{"id":"ec-meeting-2022-02-02-f6a75b5f7668d73171c054ea125aa78aa859e4c3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-02-02 - Competition x Orange"],"date":["2022-02-02"],"summary":["politique de concurrence sur les marchés des télécoms"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-comp"],"involved":["ec-person-f257bc19c568ad25083c1c1e1651426245cefedf","eu-tr-76704342721-41"]}} -{"id":"ec-meeting-2022-02-02-f873f56bb2d71f45d905a3dc780dcd2e505547e0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-02-02 - Internal Market, Industry, Entrepreneurship and SMEs x Bpifrance"],"date":["2022-02-02"],"summary":["Discuss FR Presidency priorities and Bpifrance actions, strategy to support the industry"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-grow"],"involved":["ec-person-0151c7e554d188fffc509ad636b7d1a84c5dfcd5","eu-tr-950921712127-74"]}} -{"id":"ec-meeting-2022-02-02-fc104777b2afd884b073ef37b76337d1a9c0073a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-02-02 - Cabinet of President Ursula von der Leyen x European Coalition for Corporate Justice"],"date":["2022-02-02"],"summary":["Commission proposal on Sustainable Corporate Governance, looking specifically at issues of corporate liability"],"notes":["Portfolio: President"],"location":["Brussels (ZOOM)"],"address":["Brussels (ZOOM)"],"addressEntity":["addr-180e08b75858857c89cbff14a70e0e7a940be242"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-7019713e72781afb1f3b19032c4752a314b78180","eu-tr-48872621093-60"]}} -{"id":"ec-meeting-2022-02-03-0699696d356c7eb97303b04314a45f270f94ef5f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-02-03 - Cabinet of Vice-President Věra Jourová x EU STEM Coalition"],"date":["2022-02-03"],"summary":["Disinformation"],"notes":["Portfolio: Values and Transparency"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["ec-person-fb258e0188a5319bfaba3161382db43f5a85851f","eu-tr-271303939690-20"]}} -{"id":"ec-meeting-2022-02-03-0ac7e55cbe140d36c43c26662ec84b8a312ce21f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-02-03 - Cabinet of Executive Vice-President Margrethe Vestager x The Danish Chamber of Commerce"],"date":["2022-02-03"],"summary":["Artificial Intelligence Act and Data Act"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-0330934426-12","ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0"]}} -{"id":"ec-meeting-2022-02-03-0b59d8ae9bea7eb6a2585225e3a212e2fbd21fcf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-02-03 - Cabinet of Commissioner Mairead Mcguinness x Deloitte Advisory, S.L."],"date":["2022-02-03"],"summary":["Audit reform"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-44c404268b70ce0b79c4e148b5a7c4ae2c53ee30","eu-tr-823516326548-17"]}} -{"id":"ec-meeting-2022-02-03-30c4d565a61bb72e5f011fc818307f19149298a9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-02-03 - Cabinet of Commissioner Thierry Breton x Groupement Européen des Sociétés d'Auteurs et Compositeurs"],"date":["2022-02-03"],"summary":["Recovery of the culture and creative ecosystem, buy-out issue and music streaming market."],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-5215bd372c5a1202399d77ecceb8c16de8d7d55c","eu-tr-36529354479-57"]}} -{"id":"ec-meeting-2022-02-03-3ca5b1141801946cc554fc29fbdcd475aa6fda02","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-02-03 - Cabinet of Commissioner Adina Vălean x Europeans for Fair Competition"],"date":["2022-02-03"],"summary":["Meeting to discuss the latest developments regarding aviation"],"notes":["Portfolio: Transport"],"location":["Conference call"],"address":["Conference call"],"addressEntity":["addr-28ba88479582b2f75898964548da4252dc7db7d2"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["ec-person-7f9ba99138b4fa5c698037dc7507219b1319e0a7","eu-tr-762684725502-85"]}} -{"id":"ec-meeting-2022-02-03-4da926003eb40ffd62df0858c4758f98c4cabc7a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-02-03 - Cabinet of Commissioner Adina Vălean x Verband der Automobilindustrie"],"date":["2022-02-03"],"summary":["Automotive industry"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["eu-tr-95574664768-90","ec-person-cc0354fbf386eb83f57c00ad5240f1dddeeabab4"]}} -{"id":"ec-meeting-2022-02-03-56efe72c050c7274d82ab42a99418374d9c4d8b2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-02-03 - Cabinet of President Ursula von der Leyen x Confederation of Family Organisations in the European Union"],"date":["2022-02-03"],"summary":["action plan to drive change and support both children and their families"],"notes":["Portfolio: President"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["eu-tr-93283396780-85","ec-person-66d141295841bdd2d0679d93aae62e07580fcee5","ec-person-441e123ab2364af12f12e77aed674e894e6cdaeb"]}} -{"id":"ec-meeting-2022-02-03-5a3373df4df2eef409a001338b5df14172637201","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-02-03 - Financial Stability, Financial Services and Capital Markets Union x European Financial Reporting Advisory Group"],"date":["2022-02-03"],"summary":["Sustainability reporting standards"],"location":["Virtual meeting"],"address":["Virtual meeting"],"addressEntity":["addr-1f1f3f51a4da31a1ea5c1b4b21cbf52ad983224f"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-411098519407-76","ec-person-1fce211249673c35ee07a801ddee77ab24af8d54"]}} -{"id":"ec-meeting-2022-02-03-8e0f6b1481bb296172343033ca771c9758693c3e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-02-03 - Cabinet of Commissioner Thierry Breton x SANOFI"],"date":["2022-02-03"],"summary":["Initiatives in the health industrial ecosystem"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-61291462764-77","ec-person-d6689ffc6695e7e65bdd0e0c0da1721d3031ea1b"]}} -{"id":"ec-meeting-2022-02-03-96deba18c5f078a053e923dda7f8bea2dc0ff670","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-02-03 - Cabinet of Executive Vice-President Frans Timmermans x Stichting European Climate Foundation"],"date":["2022-02-03"],"summary":["Climate and European Green Deal diplomacy"],"notes":["Portfolio: European Green Deal"],"location":["video call"],"address":["video call"],"addressEntity":["addr-12d8c530d76da0b7745f9c0f9285e7eec97adc55"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-64869491516-70","ec-person-b4af267cd7b109754c551f0ced280f6cf3718f16"]}} -{"id":"ec-meeting-2022-02-03-a0a908244780043139ca9337d0b410ff68845d7e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-02-03 - Cabinet of Executive Vice-President Frans Timmermans x Interface Nederland"],"date":["2022-02-03"],"summary":["Sustainable solutions in buildings and flooring"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-f1a3478550296f3f9accdc67d6ef5a0b681dda4b","ec-person-8af3c81534786a740718d21dc58240738a53ed7b","eu-tr-934936544293-02"]}} -{"id":"ec-meeting-2022-02-03-a9d9165053283af07f849a81d036937cecccc737","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-02-03 - Cabinet of Commissioner Thierry Breton x Ericsson"],"date":["2022-02-03"],"summary":["Standardisation strategy"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-d6689ffc6695e7e65bdd0e0c0da1721d3031ea1b","eu-tr-02021363105-42"]}} -{"id":"ec-meeting-2022-02-03-addfad74ae3934dfbdff49ed7f12923c22b2d34a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-02-03 - Cabinet of Executive Vice-President Valdis Dombrovskis x AEGIS Europe"],"date":["2022-02-03"],"summary":["Carbon border adjustment mechanism"],"notes":["Portfolio: An Economy that Works for People"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-4afd4ae4e50604ac3c0c9ae597bcb74eb1dd31b6","eu-tr-790573922716-64"]}} -{"id":"ec-meeting-2022-02-03-b836c61573680b829008089273506656aa4d76e6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-02-03 - Financial Stability, Financial Services and Capital Markets Union x Principles for Responsible Investment"],"date":["2022-02-03"],"summary":["Taxonomy"],"location":["Virtual meeting"],"address":["Virtual meeting"],"addressEntity":["addr-1f1f3f51a4da31a1ea5c1b4b21cbf52ad983224f"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-612289519524-31","ec-person-1fce211249673c35ee07a801ddee77ab24af8d54"]}} -{"id":"ec-meeting-2022-02-03-bd14bc42896b80c2d0678c8ad7a2fef1a1e155ec","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-02-03 - Cabinet of Commissioner Thierry Breton x Association relative à la télévision européenne"],"date":["2022-02-03"],"summary":["Audiovisual and media policy; EU media financing"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-447494115294-30","ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","ec-person-5215bd372c5a1202399d77ecceb8c16de8d7d55c"]}} -{"id":"ec-meeting-2022-02-03-c32b95e17219ec9da9b989e2ffb2b82c3bd1473e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-02-03 - Cabinet of Executive Vice-President Valdis Dombrovskis x Deutsche Gesellschaft für Auswärtige Politik e.V."],"date":["2022-02-03"],"summary":["Trade and Technology Council"],"notes":["Portfolio: An Economy that Works for People"],"location":["BXL"],"address":["BXL"],"addressEntity":["addr-d2fde52f67ea4a3e1fe233d0a959d6a1c77fd910"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["eu-tr-274682235651-46","ec-person-7e9813c16d805ee7ebea3ef6444f384bc32abaaa"]}} -{"id":"ec-meeting-2022-02-03-d7eb2c68435978224d2d44f922a699814e5f47e4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-02-03 - Cabinet of President Ursula von der Leyen x Vereniging VNO-NCW"],"date":["2022-02-03"],"summary":["Exchange on the planned VNO-NCW Conference in May 2022"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["eu-tr-13255254129-80","ec-person-387b2c9080aa68dc8eafc87ee6010da6ae5ffdc2"]}} -{"id":"ec-meeting-2022-02-03-e624137f3924c6b25a6347337e34b6c80f7b17a8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-02-03 - Trade x Mercedes-Benz Group AG"],"date":["2022-02-03"],"summary":["EU-US"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-trade"],"involved":["ec-person-2045c2589da3988908fcfe731e8224e7e06a7c63","eu-tr-2349218828-41"]}} -{"id":"ec-meeting-2022-02-03-fdc5593e367c5b57fe3e3ed766a030243da9b4d5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-02-03 - Cabinet of Commissioner Mariya Gabriel x Lifelong Learning Platform"],"date":["2022-02-03"],"summary":["European Year of Youth"],"notes":["Portfolio: Innovation and Youth"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["ec-person-1674399a793e9e6fd7cf55b525515fc862fc9351","eu-tr-74923516160-01"]}} -{"id":"ec-meeting-2022-02-04-08be372c6728e029730be9a924d6bef716d1d83e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-02-04 - Cabinet of Executive Vice-President Margrethe Vestager x BELTUG vzw/asbl"],"date":["2022-02-04"],"summary":["Data Act"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-488493238396-32","ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0"]}} -{"id":"ec-meeting-2022-02-04-0af926e3bff0083e0fcc51348a5cbf0fa9c263d3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-02-04 - Cabinet of Executive Vice-President Frans Timmermans x PepsiCo Nestlé S.A. Tetra Pak Group The European Organization for Packaging and the Environment Procter & Gamble"],"date":["2022-02-04"],"summary":["revision of the Packaging and Packaging Waste Directive"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-0001976677-12","ec-person-8af3c81534786a740718d21dc58240738a53ed7b","eu-tr-7574443768-34","eu-tr-15366395387-57","eu-tr-5519077766-10","eu-tr-010212710281-97"]}} -{"id":"ec-meeting-2022-02-04-4567910c25b7f1a822957adbd523af94b2dfdcb0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-02-04 - Mobility and Transport x SAFRAN"],"date":["2022-02-04"],"summary":["Low carbon fuel alliance"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-dg-move"],"involved":["ec-person-26cdfacae671b09917bee1a91c91973941fa58a2","eu-tr-764184537594-67"]}} -{"id":"ec-meeting-2022-02-04-4fef13ff33293f11cfbea4220fdaebc5c519a6ab","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-02-04 - Cabinet of Executive Vice-President Valdis Dombrovskis x ArcelorMittal"],"date":["2022-02-04"],"summary":["Carbon Border Adjustment Mechanism"],"notes":["Portfolio: An Economy that Works for People"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-4afd4ae4e50604ac3c0c9ae597bcb74eb1dd31b6","eu-tr-23527541824-60"]}} -{"id":"ec-meeting-2022-02-04-87940e773539d193842031c3858005c62bf2701d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-02-04 - Cabinet of Commissioner Kadri Simson x Equinor ASA Trans Adriatic Pipeline"],"date":["2022-02-04"],"summary":["Brief discussion on TAP’s current capacities and future expansion options for the shipment of gas to Europe."],"notes":["Portfolio: Energy"],"location":["Baku"],"address":["Baku"],"addressEntity":["addr-2ae7a2e8077f7c8d052c0b142fa0f62e36951de8"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["ec-person-f47a082bc2455a660c3b2ae348f0024736672752","eu-tr-570335813082-79","ec-person-1995c65b8dc7f3702a8c30ed96a0144075848837","eu-tr-4447605981-76"]}} -{"id":"ec-meeting-2022-02-04-92dc0e7408f9935454a9318cf532100515fdc1c6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-02-04 - Cabinet of Commissioner Didier Reynders x Forum citoyen pour la Responsabilité Sociale des entreprises"],"date":["2022-02-04"],"summary":["Sustainable corporate governance"],"notes":["Portfolio: Justice"],"location":["Video conference"],"address":["Video conference"],"addressEntity":["addr-ebc9fd5c2f372a32153cf3f4d5fb918a96b84a88"],"organizer":["ec-cabinet-commissioner-didier-of-reynders"],"involved":["ec-person-50f9cba2282e1d03395cdd0faf9ce6e9a2ff3104","ec-person-442bf1ae9900b999673cdd7389224d0e21b67d4d","eu-tr-731167245508-94"]}} -{"id":"ec-meeting-2022-02-04-9326e21e364321b2b0b986277161624af9d061a1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-02-04 - Budget x NATIXIS"],"date":["2022-02-04"],"summary":["NGEU"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-budg"],"involved":["ec-person-39635b893026833f739fe623fe7e9d5a97525e7a","eu-tr-654132129361-28"]}} -{"id":"ec-meeting-2022-02-04-beb24d745ec63403e2ce9e15c20030f3b2cf790e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-02-04 - Cabinet of President Ursula von der Leyen x EUROPEAN TRADE UNION CONFEDERATION BUSINESSEUROPE"],"date":["2022-02-04"],"summary":["Preparation of TSS March 2022"],"notes":["Portfolio: President"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["eu-tr-3978240953-79","ec-person-66d141295841bdd2d0679d93aae62e07580fcee5","eu-tr-06698681039-26"]}} -{"id":"ec-meeting-2022-02-04-c2b27eac0ca2a57b480d6385cb1f59685a30148a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-02-04 - Cabinet of Executive Vice-President Frans Timmermans x Common Futures. Energy Transition Specialists B.V."],"date":["2022-02-04"],"summary":["Biomethane potential in Europe"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-293431844039-55","ec-person-d53e00c46a4cc62bbf533e0c9bb35bacb9121989"]}} -{"id":"ec-meeting-2022-02-04-d4eff929b7b2304d9241860b229f81c0519ff4ec","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-02-04 - Cabinet of Commissioner Paolo Gentiloni x ArcelorMittal"],"date":["2022-02-04"],"summary":["CBAM design, company market cost impact assessment"],"notes":["Portfolio: Economy"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-cabinet-commissioner-gentiloni-of-paolo"],"involved":["eu-tr-23527541824-60","ec-person-8da36db391ed53f362d495cd564ba8b45c7003e1"]}} -{"id":"ec-meeting-2022-02-04-f248d77a54b53b1e888777638d08dc1e9d76775d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-02-04 - Cabinet of Commissioner Nicolas Schmit x Groupe VYV"],"date":["2022-02-04"],"summary":["The social economy enterprises and the implementation of the social economy action plan"],"notes":["Portfolio: Jobs and Social Rights"],"location":["online"],"address":["online"],"addressEntity":["addr-2dbc2fd2358e1ea1b7a6bc08ea647b9a337ac92d"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-c2208333f0f75350eef62b355a40bf856f2d9cef","eu-tr-817811930809-44"]}} -{"id":"ec-meeting-2022-02-07-12a898a57b9b21df18017b6c12f7919cdb8997e9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-02-07 - Taxation and Customs Union x Netflix International B.V."],"date":["2022-02-07"],"summary":["Videoconference - General introduction of Netflix and their business model; Netflix views on Pillar Two and Pillar One."],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-taxud"],"involved":["eu-tr-487726915971-30","ec-person-9e42f316f38c8e126c2cd2bc84affb891338c7f3"]}} -{"id":"ec-meeting-2022-02-07-153fab0e0358628f4c20dc73e2cb7ac534ff5ed3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-02-07 - Cabinet of Commissioner Mairead Mcguinness x Assicurazioni Generali S.p.A"],"date":["2022-02-07"],"summary":["Preparatory meeting Panel Discussion."],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Virtual meeting"],"address":["Virtual meeting"],"addressEntity":["addr-1f1f3f51a4da31a1ea5c1b4b21cbf52ad983224f"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["eu-tr-600525713796-88","ec-person-49e520c7a9c9c47ccb5acfa68f9416e4233af9f8"]}} -{"id":"ec-meeting-2022-02-07-4af9d8be5687d2748864d3f9036d9003c4ded007","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-02-07 - Cabinet of Commissioner Thierry Breton x Interuniversitair Micro-Electronica Centrum vzw"],"date":["2022-02-07"],"summary":["To visit IMEC premises."],"notes":["Portfolio: Internal Market"],"location":["Leuven"],"address":["Leuven"],"addressEntity":["addr-73a098820fcbc1cabdbf03af0a721c47635eab05"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-9cf97e549f67c3228d1478a3a67d652eb28c5b46","ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","eu-tr-97921387213-35","ec-person-b077a2e9f0fdb3b8f6e91d0bd0b256db9e40ce46"]}} -{"id":"ec-meeting-2022-02-07-8681ca0f0faecdf5b9d09a56567f29eebca13f5a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-02-07 - Financial Stability, Financial Services and Capital Markets Union x MARSH & McLENNAN COMPANIES FRANCE"],"date":["2022-02-07"],"summary":["Crypto assets"],"location":["Virtual meeting"],"address":["Virtual meeting"],"addressEntity":["addr-1f1f3f51a4da31a1ea5c1b4b21cbf52ad983224f"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-117683115792-20","ec-person-1fce211249673c35ee07a801ddee77ab24af8d54"]}} -{"id":"ec-meeting-2022-02-07-bb2a82afb97fa373d49bd8224bc7e7ee8b040ae8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-02-07 - Cabinet of Vice-President Věra Jourová x Reporters sans frontières"],"date":["2022-02-07"],"summary":["European Media Freedom Act, safety of journalists, SLAPP"],"notes":["Portfolio: Values and Transparency"],"location":["Paris"],"address":["Paris"],"addressEntity":["addr-22390ad11c32faec43fc61555b53607660b3c185"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["eu-tr-612547127497-45","ec-person-bf54da17217bbddfd9c68fe24d88005ac17e2c4b"]}} -{"id":"ec-meeting-2022-02-07-c594136706af9335c84c2563446124fa7298da3a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-02-07 - Cabinet of Vice-President Věra Jourová x Radio France"],"date":["2022-02-07"],"summary":["European Media Freedom Act"],"notes":["Portfolio: Values and Transparency"],"location":["Paris"],"address":["Paris"],"addressEntity":["addr-22390ad11c32faec43fc61555b53607660b3c185"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["eu-tr-601894144214-35","ec-person-bf54da17217bbddfd9c68fe24d88005ac17e2c4b"]}} -{"id":"ec-meeting-2022-02-07-c5bacc89c0fcd9b61051cc4114d2311c501804d0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-02-07 - Cabinet of Commissioner Thierry Breton x Montanuniversitaet Leoben"],"date":["2022-02-07"],"summary":["Meeting with Leoben students - Discussion on sustainable raw materials and skills"],"notes":["Portfolio: Internal Market"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-442969023241-35","ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0"]}} -{"id":"ec-meeting-2022-02-07-cf0fb0e7cf376380d7652cf994bf09b89c2612d7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-02-07 - Cabinet of Commissioner Nicolas Schmit x European Federation of National Organisations working with the Homeless"],"date":["2022-02-07"],"summary":["role of the EU budget, and especially the ESF+, in tackling homelessness in the 2021 – 2027 period"],"notes":["Portfolio: Jobs and Social Rights"],"location":["online"],"address":["online"],"addressEntity":["addr-2dbc2fd2358e1ea1b7a6bc08ea647b9a337ac92d"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-66fa2c2d100ec194caa42b5c6f97c36e2748b71c","ec-person-8eb18b6102d444937bc6af5822a6742812165b48","eu-tr-42528706153-39"]}} -{"id":"ec-meeting-2022-02-07-d5d9eda7b77bd6a201c41d149d061af218d46b26","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-02-07 - Cabinet of Commissioner Ylva Johansson x Twitter International Unlimited Company"],"date":["2022-02-07"],"summary":["Discussion on the EU efforts and company’s approaches to tackle child sexual abuse"],"notes":["Portfolio: Home Affairs"],"location":["Dublin, Ireland"],"address":["Dublin, Ireland"],"addressEntity":["addr-9254d2b0cd15e920cbb060acf87f8f943a0508e9"],"organizer":["ec-cabinet-commissioner-johansson-of-ylva"],"involved":["ec-person-981fc36acd82b2e49db83e43763b908c1a89ec0b","eu-tr-394491614001-72","ec-person-31b127e72e9dd30ce85ff2b475ac65d28d7dc48d","ec-person-d3f97e069d9ff016d7b65052f6eb6b98500ec118"]}} -{"id":"ec-meeting-2022-02-07-fe181d795d43f909b8592c25749f14223478a076","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-02-07 - Cabinet of Vice-President Věra Jourová x Agence France-Presse"],"date":["2022-02-07"],"summary":["European Media Freedom Act, safety of journalists, SLAPP"],"notes":["Portfolio: Values and Transparency"],"location":["Paris"],"address":["Paris"],"addressEntity":["addr-22390ad11c32faec43fc61555b53607660b3c185"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["ec-person-bf54da17217bbddfd9c68fe24d88005ac17e2c4b","eu-tr-076448128904-35"]}} -{"id":"ec-meeting-2022-02-08-279eab088928d9c1f53f6925c2f63d36bce5c311","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-02-08 - Cabinet of Commissioner Ylva Johansson x Google"],"date":["2022-02-08"],"summary":["Visit to the Google Safety Engineering Centre (GSEC) to understand Google’s approach to content moderation including tackling child sexual abuse online"],"notes":["Portfolio: Home Affairs"],"location":["Dublin, Ireland"],"address":["Dublin, Ireland"],"addressEntity":["addr-9254d2b0cd15e920cbb060acf87f8f943a0508e9"],"organizer":["ec-cabinet-commissioner-johansson-of-ylva"],"involved":["ec-person-981fc36acd82b2e49db83e43763b908c1a89ec0b","eu-tr-03181945560-59","ec-person-31b127e72e9dd30ce85ff2b475ac65d28d7dc48d","ec-person-d3f97e069d9ff016d7b65052f6eb6b98500ec118"]}} -{"id":"ec-meeting-2022-02-08-30752e048301795833a61b8b68b74629c369870e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-02-08 - Cabinet of Vice-President Dubravka Šuica x Eurochild AISBL"],"date":["2022-02-08"],"summary":["Children's Rights"],"notes":["Portfolio: Democracy and Demography"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dubravka-of-president-suica-vice"],"involved":["eu-tr-79360311166-84","ec-person-83dd3363da89c86d99ea50c3ff2d15a746405110"]}} -{"id":"ec-meeting-2022-02-08-50fa5ff396e6793211ae1e5bc77d51e52bb24874","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-02-08 - Cabinet of Commissioner Nicolas Schmit x EUROPEAN TRADE UNION CONFEDERATION"],"date":["2022-02-08"],"summary":["Social policies."],"notes":["Portfolio: Jobs and Social Rights"],"location":["online"],"address":["online"],"addressEntity":["addr-2dbc2fd2358e1ea1b7a6bc08ea647b9a337ac92d"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-8eb18b6102d444937bc6af5822a6742812165b48","ec-person-4cf4655ab41922e92160325d987a3c4615c72d30","eu-tr-06698681039-26","ec-person-c2208333f0f75350eef62b355a40bf856f2d9cef","ec-person-c03b949331dbbe5fa3d5423758e371ec1b9b832f"]}} -{"id":"ec-meeting-2022-02-08-73e9e3cd6bdefd9811627fa5f4ebce10abd0cda3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-02-08 - Cabinet of Commissioner Adina Vălean x International Air Transport Association"],"date":["2022-02-08"],"summary":["Courtesy meeting"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["eu-tr-1805107590-28","ec-person-7f9ba99138b4fa5c698037dc7507219b1319e0a7"]}} -{"id":"ec-meeting-2022-02-08-82a89a9d8291b618b0520df0c96b74a5827c9424","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-02-08 - Cabinet of Commissioner Mairead Mcguinness x Costa Group"],"date":["2022-02-08"],"summary":["Cruise industry and sustainable finance"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-a5441c6a69a8a94fd64e02def60fcc6567f2c1d8","eu-tr-350977437809-66"]}} -{"id":"ec-meeting-2022-02-08-93d6ef8f9bd2d08ec8da37fb0635d86680f99aaa","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-02-08 - Cabinet of Commissioner Johannes Hahn x voestalpine AG"],"date":["2022-02-08"],"summary":["Green transition - fit for 55"],"notes":["Portfolio: Budget and Administration"],"location":["Video conference call"],"address":["Video conference call"],"addressEntity":["addr-2fe5627687b370aee2a16df28d9d4e975369b86f"],"organizer":["ec-cabinet-commissioner-hahn-johannes-of"],"involved":["ec-person-0a9c49ba84ea78ae0ec9c6fadde7b6d66e7a1054","eu-tr-189510925414-06"]}} -{"id":"ec-meeting-2022-02-08-a258e05aae6d06cde0160c2bd69ee451a7cdbc01","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-02-08 - Cabinet of Commissioner Ylva Johansson x Hybrit Development AB Kreab"],"date":["2022-02-08"],"summary":["Fossile free steel production"],"notes":["Portfolio: Home Affairs"],"location":["VTC"],"address":["VTC"],"addressEntity":["addr-9d1acaa772820b8ade84113d2da24716fe455be2"],"organizer":["ec-cabinet-commissioner-johansson-of-ylva"],"involved":["eu-tr-1078390517-54","eu-tr-052949332611-47","ec-person-e80f1d4512f8632e5baa488ed887e131294d744e"]}} -{"id":"ec-meeting-2022-02-08-a296055931681ef03725646e70491a64d35a8dd3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-02-08 - Cabinet of Commissioner Olivér Várhelyi x Anna Lindh Foundation"],"date":["2022-02-08"],"summary":["Cooperation with the Southern Neighbourhood"],"notes":["Portfolio: Neighbourhood and Enlargement"],"location":["Marseille"],"address":["Marseille"],"addressEntity":["addr-87c2bb141087fa1f3f91a1d8bab900f15f873ca8"],"organizer":["ec-cabinet-commissioner-of-oliver-varhelyi"],"involved":["eu-tr-739469436973-48","ec-person-daf8ff1073a04b30d2f54219ecc93002ef3a684d"]}} -{"id":"ec-meeting-2022-02-08-a5335d4b63a1d927deb0a3663d8aefcb91ddd08f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-02-08 - Cabinet of Executive Vice-President Frans Timmermans x Special Olympics Europe Eurasia"],"date":["2022-02-08"],"summary":["Special Olympics"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-4d24ceb9e6bdaabe394d1506aa601a9ce9d0e59b","eu-tr-984231215205-95"]}} -{"id":"ec-meeting-2022-02-08-ad86d821eb1a5d9bbf549c554d26126d9a3bedbd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-02-08 - Cabinet of Vice-President Dubravka Šuica x Mouvement pour une France Positive"],"date":["2022-02-08"],"summary":["Children's Rights"],"notes":["Portfolio: Democracy and Demography"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-dubravka-of-president-suica-vice"],"involved":["eu-tr-870682445054-32","ec-person-83dd3363da89c86d99ea50c3ff2d15a746405110"]}} -{"id":"ec-meeting-2022-02-08-b20d0b3c0eae1c76d91ae62737f46e649d07da01","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-02-08 - Cabinet of Commissioner Didier Reynders x Vereniging VNO-NCW"],"date":["2022-02-08"],"summary":["Corporate Sustainability Due Diligence"],"notes":["Portfolio: Justice"],"location":["video conference"],"address":["video conference"],"addressEntity":["addr-6dc12e3c97077db82f32184f24341ce370a445fd"],"organizer":["ec-cabinet-commissioner-didier-of-reynders"],"involved":["ec-person-442bf1ae9900b999673cdd7389224d0e21b67d4d","ec-person-1e25399e2267734c5f4c69093d2286c8898ee9f0","eu-tr-13255254129-80"]}} -{"id":"ec-meeting-2022-02-08-c4911d7bde56d90337c4b97d146c7eb499454fa1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-02-08 - Climate Action x Dow Europe GmbH"],"date":["2022-02-08"],"summary":["Decarbonisation of the chemical sector"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-clima"],"involved":["ec-person-9c5c685692a09a77f2bc8ae9c05663b87cd75aae","eu-tr-38235121060-73"]}} -{"id":"ec-meeting-2022-02-08-ce01f2df6eb775c3ceff6971ebf4b8097dd628e9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-02-08 - Cabinet of Executive Vice-President Frans Timmermans x Fern"],"date":["2022-02-08"],"summary":["Deforestation file"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-4d24ceb9e6bdaabe394d1506aa601a9ce9d0e59b","eu-tr-40538475090-82"]}} -{"id":"ec-meeting-2022-02-08-db1d7a6af4d4b7c767277f73a72637ed9582747d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-02-08 - Cabinet of Commissioner Mairead Mcguinness x Bureau Européen des Unions de Consommateurs"],"date":["2022-02-08"],"summary":["Instant payments, retail investments."],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-2b9c589fb2354bd93067644d2c3d2c058d4c4cc9","eu-tr-9505781573-45","ec-person-778f68c06d4985a2eda59737cdb80e7a4570f90f"]}} -{"id":"ec-meeting-2022-02-09-1243893b2da51101717168ac3260482a22f379fb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-02-09 - Cabinet of President Ursula von der Leyen x Bill & Melinda Gates Foundation"],"date":["2022-02-09"],"summary":["International public health and pandemic preparedness"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-f2b941852d3b961d69ed695c2d243a1a2b4a1904","eu-tr-371567915480-41"]}} -{"id":"ec-meeting-2022-02-09-176ac23bed38f81901d9ae965938b893cf3cc218","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-02-09 - Cabinet of Vice-President Věra Jourová x Real Instituto Elcano"],"date":["2022-02-09"],"summary":["Presentation of the activities of the Institute in Brussels"],"notes":["Portfolio: Values and Transparency"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["eu-tr-909187919366-18","ec-person-7e1aeaad9232c788ee790cdb309ccad8f9ffdc5e"]}} -{"id":"ec-meeting-2022-02-09-1f1b5aece08aae3638c56b407172f8c0b1a53888","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-02-09 - Cabinet of Executive Vice-President Frans Timmermans x European Fruit Juice Association"],"date":["2022-02-09"],"summary":["Sustainable food systems"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-410052929385-59","ec-person-33624431cbec1074e151c1707715ef46d2ba9565"]}} -{"id":"ec-meeting-2022-02-09-392852c7992d3badb912c94ac9c0e2eb1516dce2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-02-09 - Mobility and Transport x Bolt"],"date":["2022-02-09"],"summary":["Opening services in Brussels"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-move"],"involved":["eu-tr-995377734447-25","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2022-02-09-5b6841316adbcd1ea70a998c0b8d264eaebfcaf5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-02-09 - Cabinet of Commissioner Helena Dalli x Special Olympics Europe Eurasia"],"date":["2022-02-09"],"summary":["Upcoming Special Olympics in Malta and Commissioner Dalli's support and participation therein."],"notes":["Portfolio: Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-dalli-helena-of"],"involved":["ec-person-dbd4bba0ef71d4385c97691e3df5bb484709a07e","ec-person-d0b568d53468fcd3dfeeaddbd07343b5b065914d","eu-tr-984231215205-95","ec-person-074f076ec339feecfbb4bdf393736c8236d7c85e"]}} -{"id":"ec-meeting-2022-02-09-672036cb84250bcd33ca400a60898168b7cf276d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-02-09 - Cabinet of Commissioner Thierry Breton x None"],"date":["2022-02-09"],"summary":["Regulation of digital services and fragmentation of the internal market"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-394491614001-72","ec-person-4d83416435f81b1f1e8f5c86aeebb1478577f1d2","eu-tr-202560512850-84","eu-tr-513729920039-18","eu-tr-955378043651-32"]}} -{"id":"ec-meeting-2022-02-09-787d6e74692d09db9083762b409b56d25eceef28","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-02-09 - Cabinet of President Ursula von der Leyen x Wirtschaftsrat der CDU e.V."],"date":["2022-02-09"],"summary":["The Green Deal in relation to the Social Market Economy in Europe."],"notes":["Portfolio: President"],"location":["brussels"],"address":["brussels"],"addressEntity":["addr-e2daa1574b7ac475c827b33e281bd2d5e013c882"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-a70a59f6ad1b3cbdb6b7d780429f7f940ad53fea","eu-tr-176334311014-43"]}} -{"id":"ec-meeting-2022-02-09-8b3cd56b28944e1be16a1a49af1f82b8c712691e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-02-09 - Cabinet of Commissioner Thierry Breton x European Environmental Bureau ClientEarth AISBL Zero Waste Europe"],"date":["2022-02-09"],"summary":["Circular economy and non-toxic plastics"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-6308dea893b9b1ca0dcd5b91b4a1ac4c2f3020ad","eu-tr-96645517357-19","eu-tr-47806848200-34","eu-tr-06798511314-27"]}} -{"id":"ec-meeting-2022-02-09-a7170251fdd1bc824219db2dd2dbe751e8fef243","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-02-09 - Cabinet of Commissioner Janez Lenarčič x Norwegian Refugee Council Europe"],"date":["2022-02-09"],"summary":["cooperation between NRC and the European Union / framework for dialogue on humanitarian affairs"],"notes":["Portfolio: Crisis Management"],"location":["Brussels (virtual)"],"address":["Brussels (virtual)"],"addressEntity":["addr-758e0df2cde2954c65829147799b6383456f1e21"],"organizer":["ec-cabinet-commissioner-janez-lenarcic-of"],"involved":["eu-tr-750447615329-96","ec-person-a6cd325c80698b2331699224c780ebfb10573602"]}} -{"id":"ec-meeting-2022-02-09-af2f8cbdaefab9e2ba4dbb696c8f6ee629b27414","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-02-09 - Cabinet of Vice-President Věra Jourová x Global Witness"],"date":["2022-02-09"],"summary":["Climate due diligence"],"notes":["Portfolio: Values and Transparency"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["ec-person-74c07660dcbc6dc9993b34462cf2a1fec35925ea","eu-tr-10439809375-73"]}} -{"id":"ec-meeting-2022-02-09-afbc264fb4f0babde9de892b6c36d625b9a8e444","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-02-09 - Cabinet of Vice-President Maroš Šefčovič x Teneo Brussels"],"date":["2022-02-09"],"summary":["Discussion on foresight strategy"],"notes":["Portfolio: Interinstitutional Relations and Foresight"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-d8af7eb5b715c9bd960f9661cb5170f8c6230853","eu-tr-91124993695-29"]}} -{"id":"ec-meeting-2022-02-09-b20337d05ac122567b809e5e526cf1f5755ffe31","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-02-09 - Cabinet of Commissioner Thierry Breton x Deutsche Welle"],"date":["2022-02-09"],"summary":["Audiovisual and Media policy; youth"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-421591329311-65","ec-person-5215bd372c5a1202399d77ecceb8c16de8d7d55c"]}} -{"id":"ec-meeting-2022-02-09-bc2e908e8a2c634b0dac06344caf48a93bed288b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-02-09 - Cabinet of Commissioner Helena Dalli x Ryanair Holdings"],"date":["2022-02-09"],"summary":["Introductory meeting"],"notes":["Portfolio: Equality"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-commissioner-dalli-helena-of"],"involved":["eu-tr-002977215945-85","ec-person-aa0edba7826d1445c51c415ae3da020d45f9dc06"]}} -{"id":"ec-meeting-2022-02-09-c5943e1e0dc30126c06a9faf186260e5d46e470f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-02-09 - Mobility and Transport x Airbus"],"date":["2022-02-09"],"summary":["Preparation for ICAO Assembly"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-dg-move"],"involved":["eu-tr-2732167674-76","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2022-02-09-c600a9a313d0c2fefa79e35c993646592df127ab","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-02-09 - Trade x EUROCHAMBRES – Association of European Chambers of Commerce and Industry"],"date":["2022-02-09"],"summary":["Trade Policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-trade"],"involved":["ec-person-2045c2589da3988908fcfe731e8224e7e06a7c63","eu-tr-0014082722-83"]}} -{"id":"ec-meeting-2022-02-09-c92756405b52972e1d04ffc366a0b1734cbe60bb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-02-09 - Cabinet of Commissioner Nicolas Schmit x European Association of Institutions in Higher Education"],"date":["2022-02-09"],"summary":["Meeting on Skills"],"notes":["Portfolio: Jobs and Social Rights"],"location":["videoconference"],"address":["videoconference"],"addressEntity":["addr-92b2fbb928e012810d80d9ef1abe12027beee200"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-66fa2c2d100ec194caa42b5c6f97c36e2748b71c","ec-person-4cf4655ab41922e92160325d987a3c4615c72d30","eu-tr-622449913391-69"]}} -{"id":"ec-meeting-2022-02-09-e2897ca2dd2569fefeb4a2a8d7ac389d5f7efebb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-02-09 - Cabinet of Executive Vice-President Frans Timmermans x ClientEarth AISBL Zero Waste Europe European Environmental Bureau"],"date":["2022-02-09"],"summary":["Circular economy and non-toxic plastics"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-8af3c81534786a740718d21dc58240738a53ed7b","eu-tr-06798511314-27","eu-tr-47806848200-34","eu-tr-96645517357-19"]}} -{"id":"ec-meeting-2022-02-09-e8b6d518d7f640d45c9b3856ff06df113359afec","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-02-09 - Cabinet of Commissioner Mairead Mcguinness x Veolia Environnement"],"date":["2022-02-09"],"summary":["Sustainable Finance, Taxonomy"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["eu-tr-72103751229-92","ec-person-a5441c6a69a8a94fd64e02def60fcc6567f2c1d8"]}} -{"id":"ec-meeting-2022-02-09-fcf5806d76cbf9670207a436d56c5d366b37ddac","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-02-09 - Cabinet of Executive Vice-President Margrethe Vestager x Bureau Européen des Unions de Consommateurs"],"date":["2022-02-09"],"summary":["Digital Services Act, Digital Markets Act"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-9505781573-45","ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0","ec-person-73fb1ddd279f8c6697a055567a2c09606006b875"]}} -{"id":"ec-meeting-2022-02-10-1553d6bca326edb8a737dc8ae1ec9d4626046193","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-02-10 - Cabinet of Executive Vice-President Margrethe Vestager x Global Coalition for Efficient Logistics"],"date":["2022-02-10"],"summary":["Presenting the organisation, digital economy."],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0","eu-tr-247451345455-27"]}} -{"id":"ec-meeting-2022-02-10-1856e47dc839a483aea7778a3177a7a216ff14db","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-02-10 - Cabinet of President Ursula von der Leyen x Kom op tegen Kanker"],"date":["2022-02-10"],"summary":["Possible invitation for President to an \"Kom op tegen kanker\" event in May 2022"],"notes":["Portfolio: President"],"location":["Brussel (VC)"],"address":["Brussel (VC)"],"addressEntity":["addr-392a7bea227605d53832c1d04be4401272275ff8"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-f2b941852d3b961d69ed695c2d243a1a2b4a1904","eu-tr-821916837902-96","ec-person-441e123ab2364af12f12e77aed674e894e6cdaeb"]}} -{"id":"ec-meeting-2022-02-10-19e7313a07ec423d71212d2a13a230b9e9ae6735","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-02-10 - Environment x EPPA SA"],"date":["2022-02-10"],"summary":["Packaging and Packaging Waste Directive"],"location":["Video meeting"],"address":["Video meeting"],"addressEntity":["addr-762dc9b5648e05f3894b6f2597baa8254e5414db"],"organizer":["ec-dg-env"],"involved":["ec-person-f9559d68da38935569ff0be1cadd90e05f0454bd","eu-tr-31367501249-92"]}} -{"id":"ec-meeting-2022-02-10-23dfc2e818aad5cc51699380519783fa335cbc43","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-02-10 - Competition x ALPHALEX-CONSULT GEIE"],"date":["2022-02-10"],"summary":["Etat des lieux des grands enjeux de politique de concurrence"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-comp"],"involved":["ec-person-f257bc19c568ad25083c1c1e1651426245cefedf","eu-tr-065399321943-63"]}} -{"id":"ec-meeting-2022-02-10-258e888c9d0d808a87489fc4dca822ced34ecb9b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-02-10 - Cabinet of Executive Vice-President Frans Timmermans x TenneT Holding B.V."],"date":["2022-02-10"],"summary":["Offshore energy development needs and prospects"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-a282162080cef4ef2a8c0ab6247a3e03dc438507","ec-person-d53e00c46a4cc62bbf533e0c9bb35bacb9121989","eu-tr-289810215426-07"]}} -{"id":"ec-meeting-2022-02-10-25ee99a36967d4f201e953e4b631fe9c5a6471ef","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-02-10 - Cabinet of Commissioner Mairead Mcguinness x Ibec"],"date":["2022-02-10"],"summary":["Delivered speech at webinar - Taxonomy, CSRD, Sustainable Corporate Governance and CMU"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-2b9c589fb2354bd93067644d2c3d2c058d4c4cc9","eu-tr-479468313744-50"]}} -{"id":"ec-meeting-2022-02-10-287943ce0bb88a64cd4ee46609cb175b64d4716e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-02-10 - Environment x FoodDrinkEurope"],"date":["2022-02-10"],"summary":["Packaging and green claims"],"location":["Video meeting"],"address":["Video meeting"],"addressEntity":["addr-762dc9b5648e05f3894b6f2597baa8254e5414db"],"organizer":["ec-dg-env"],"involved":["ec-person-f9559d68da38935569ff0be1cadd90e05f0454bd","eu-tr-75818824519-45"]}} -{"id":"ec-meeting-2022-02-10-3e9d37bdfa92104ad9d210aef9775e9bfb4802ce","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-02-10 - Cabinet of Commissioner Jutta Urpilainen x Confederation of Finnish Industries EK"],"date":["2022-02-10"],"summary":["Global Gateway"],"notes":["Portfolio: International Partnerships"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["ec-person-9788b5f9ccd101dc091867a4496a5735ee7151d9","eu-tr-1274604847-34"]}} -{"id":"ec-meeting-2022-02-10-56c967eea61e781de0dd71f72a806e0264c3c687","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-02-10 - Cabinet of Executive Vice-President Frans Timmermans x Volkswagen Aktiengesellschaft"],"date":["2022-02-10"],"summary":["Shift to zero-emission mobility"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-d56ecbfde17436a136fc89c9a978b266e8285c84","eu-tr-6504541970-40"]}} -{"id":"ec-meeting-2022-02-10-5a7b6cd767d2f993f548c1025589a724de3f0098","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-02-10 - Internal Market, Industry, Entrepreneurship and SMEs x Association des Constructeurs Européens d'Automobiles"],"date":["2022-02-10"],"summary":["Discuss Emissions standards and Timeline in General Safety"],"location":["online"],"address":["online"],"addressEntity":["addr-2dbc2fd2358e1ea1b7a6bc08ea647b9a337ac92d"],"organizer":["ec-dg-grow"],"involved":["ec-person-0151c7e554d188fffc509ad636b7d1a84c5dfcd5","eu-tr-0649790813-47"]}} -{"id":"ec-meeting-2022-02-10-5d4e5e1db5fffe440b5dc4f42eb46a967076aca0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-02-10 - Cabinet of Commissioner Virginijus Sinkevičius x Land Life Company B.V."],"date":["2022-02-10"],"summary":["Nature restoration, tree planting and carbon farming"],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["eu-tr-978546644845-18","ec-person-d60b74d6bf19edff0aacdad384927f95de9b3c60"]}} -{"id":"ec-meeting-2022-02-10-5faad02a9d58ad0ecc2a921695ac51466f1aa28e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-02-10 - Cabinet of Executive Vice-President Frans Timmermans x Land Life Company B.V."],"date":["2022-02-10"],"summary":["Nature restoration, tree planting and carbon farming"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-978546644845-18","ec-person-8af3c81534786a740718d21dc58240738a53ed7b"]}} -{"id":"ec-meeting-2022-02-10-7c75533d8794d6995b73cb1cfc5abeba9e2131d3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-02-10 - Cabinet of Executive Vice-President Valdis Dombrovskis x SGI Europe EUROPEAN TRADE UNION CONFEDERATION SMEunited aisbl BUSINESSEUROPE"],"date":["2022-02-10"],"summary":["Videoconference with social partners on RRF implementation and the economic governance review"],"notes":["Portfolio: An Economy that Works for People"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["eu-tr-55820581197-35","eu-tr-3978240953-79","eu-tr-06698681039-26","ec-person-9e7bd1005456277f156b671d1555c6a460fb2f58","eu-tr-59513031434-92"]}} -{"id":"ec-meeting-2022-02-10-9219a61c59401129eeec109eaa849bc6d03a37f3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-02-10 - Cabinet of Vice-President Věra Jourová x CESNET, zájmové sdružení právnických osob"],"date":["2022-02-10"],"summary":["30 years od Internet in CZ"],"notes":["Portfolio: Values and Transparency"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["ec-person-bf54da17217bbddfd9c68fe24d88005ac17e2c4b","eu-tr-863834432830-41"]}} -{"id":"ec-meeting-2022-02-10-992129b3e3fe48f68aa0fb1207813e6c5770698e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-02-10 - Cabinet of Commissioner Kadri Simson x Pohjolan Voima Oyj"],"date":["2022-02-10"],"summary":["RED II and Hydropower."],"notes":["Portfolio: Energy"],"location":["Video Conference"],"address":["Video Conference"],"addressEntity":["addr-fd005d1da26cd3c9a734fbbadaf813e8115acdeb"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["ec-person-f47a082bc2455a660c3b2ae348f0024736672752","eu-tr-287403519124-60"]}} -{"id":"ec-meeting-2022-02-10-a5dd621e772fcb6069474aa977166f517e90c52d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-02-10 - Cabinet of Executive Vice-President Frans Timmermans x European Environmental Bureau"],"date":["2022-02-10"],"summary":["Reducing the use and risk of chemical pesticides"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-06798511314-27","ec-person-33624431cbec1074e151c1707715ef46d2ba9565"]}} -{"id":"ec-meeting-2022-02-10-af33bbc96e662a1fa7a7e0526f91f09135cc8305","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-02-10 - Cabinet of Commissioner Nicolas Schmit x Bayerische Motoren Werke Aktiengesellschaft"],"date":["2022-02-10"],"summary":["Skills, green transition initiatives, right to disconnect."],"notes":["Portfolio: Jobs and Social Rights"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["eu-tr-7193977808-18","ec-person-66fa2c2d100ec194caa42b5c6f97c36e2748b71c","ec-person-4cf4655ab41922e92160325d987a3c4615c72d30","ec-person-c03b949331dbbe5fa3d5423758e371ec1b9b832f"]}} -{"id":"ec-meeting-2022-02-10-af83bc8c54d334c436fd93b84cf076f94e098480","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-02-10 - Cabinet of Executive Vice-President Frans Timmermans x Open Society European Policy Institute"],"date":["2022-02-10"],"summary":["COP26/COP27 climate diplomacy"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-7c876f4825f213b8adbedf089ccedfbc3b36d65b","eu-tr-8557515321-37"]}} -{"id":"ec-meeting-2022-02-10-b7944f995282fae802e88a5ed5132e0b650809aa","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-02-10 - Cabinet of Commissioner Stella Kyriakides x European Environmental Bureau"],"date":["2022-02-10"],"summary":["VTC Meeting on the proposal of the revision of the Sustainable use of Pesticides directive."],"notes":["Portfolio: Health"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-kyriakides-of-stella"],"involved":["eu-tr-06798511314-27","ec-person-081d99a6f9ed1259db43e2cbcba20275774511b2"]}} -{"id":"ec-meeting-2022-02-10-bc233c65acd00e1c1c9ea9cbcc84092d163ec10e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-02-10 - Cabinet of Commissioner Virginijus Sinkevičius x Humane Society International/Europe"],"date":["2022-02-10"],"summary":["Meeting to handover a petition regarding animal testing"],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["eu-tr-05097472836-90","ec-person-d60b74d6bf19edff0aacdad384927f95de9b3c60"]}} -{"id":"ec-meeting-2022-02-10-c1eaa86106f6941d272f44b864c5e19383247ae6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-02-10 - Cabinet of Commissioner Thierry Breton x Humane Society International/Europe"],"date":["2022-02-10"],"summary":["Meeting to handover a petition regarding animal testing"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-6308dea893b9b1ca0dcd5b91b4a1ac4c2f3020ad","eu-tr-05097472836-90"]}} -{"id":"ec-meeting-2022-02-10-e92016cb30c040bb0f6e6a6f864361fb1dd3472f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-02-10 - Cabinet of President Ursula von der Leyen x SMEunited aisbl"],"date":["2022-02-10"],"summary":["the European Year of Youth"],"notes":["Portfolio: President"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["eu-tr-55820581197-35","ec-person-66d141295841bdd2d0679d93aae62e07580fcee5"]}} -{"id":"ec-meeting-2022-02-11-153fab0e0358628f4c20dc73e2cb7ac534ff5ed3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-02-11 - Cabinet of Commissioner Mairead Mcguinness x Assicurazioni Generali S.p.A"],"date":["2022-02-11"],"summary":["Solvency II, ESG Strategy, Retail investment strategy and Pandemic Insurance."],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Paris"],"address":["Paris"],"addressEntity":["addr-22390ad11c32faec43fc61555b53607660b3c185"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-2b9c589fb2354bd93067644d2c3d2c058d4c4cc9","eu-tr-600525713796-88","ec-person-49e520c7a9c9c47ccb5acfa68f9416e4233af9f8"]}} -{"id":"ec-meeting-2022-02-11-350b59cf860d4122dc7d1c4639ad6a60a3c79f1a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-02-11 - Cabinet of Commissioner Nicolas Schmit x Deutscher Gewerkschaftsbund"],"date":["2022-02-11"],"summary":["Preparation of an event organised by the DGB"],"notes":["Portfolio: Jobs and Social Rights"],"location":["Videoceonference"],"address":["Videoceonference"],"addressEntity":["addr-de87a100e866f5e43876302b0f555a2636c0982f"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["eu-tr-07595112423-87","ec-person-66fa2c2d100ec194caa42b5c6f97c36e2748b71c","ec-person-4cf4655ab41922e92160325d987a3c4615c72d30"]}} -{"id":"ec-meeting-2022-02-11-43d4b0afcad4b937f0b4b8f66231b6c96a2781e8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-02-11 - Cabinet of Commissioner Mairead Mcguinness x Insurance Europe"],"date":["2022-02-11"],"summary":["Solvency II, sustainable finance"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Virtual Meeting"],"address":["Virtual Meeting"],"addressEntity":["addr-ed078b6749077909a1a45720507ac2da9277b8b3"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["eu-tr-33213703459-54","ec-person-49e520c7a9c9c47ccb5acfa68f9416e4233af9f8"]}} -{"id":"ec-meeting-2022-02-11-4ab72e3ba8c3b184b79dbd7fe6f2bae7ca7a2c61","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-02-11 - Cabinet of Commissioner Kadri Simson x Edison Spa"],"date":["2022-02-11"],"summary":["Preparation of cabinet participation at a World Energy Council Italy and Edison event."],"notes":["Portfolio: Energy"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["ec-person-2fb98fc84d2cf8d481688eff3d47f7745ead3592","eu-tr-401111262-07"]}} -{"id":"ec-meeting-2022-02-11-73ffd2c6924f21eeddb88955f2f35c7588182b28","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-02-11 - Cabinet of Commissioner Paolo Gentiloni x Mediobanca - Banca di Credito Finanziario"],"date":["2022-02-11"],"summary":["EU inflation, fiscal rules, EU Debt Management Agency proposal"],"notes":["Portfolio: Economy"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-cabinet-commissioner-gentiloni-of-paolo"],"involved":["ec-person-8da36db391ed53f362d495cd564ba8b45c7003e1","eu-tr-722314616330-15"]}} -{"id":"ec-meeting-2022-02-11-a50b1a43263099c959f388935138a2b4f5bb731c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-02-11 - Health Emergency Preparedness and Response Authority x Gavi, the Vaccine Alliance"],"date":["2022-02-11"],"summary":["Meeting with Managing Director of Resource Mobilisation, Marie-Ange Saraka-Yao - Update on progress and achievements of Team Europe support"],"location":["Brussels - L-15"],"address":["Brussels - L-15"],"addressEntity":["addr-45060d03d8c743a72d87c0686ec1b421bf5e8659"],"organizer":["ec-dg-hera"],"involved":["eu-tr-078294941111-90","ec-person-ca1ba7d868310cf297ba69999f416939d86a30ac"]}} -{"id":"ec-meeting-2022-02-11-a68ec9799445cc7921f739b3c12f5f024a508494","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-02-11 - Cabinet of Executive Vice-President Frans Timmermans x Conseil Européen des Jeunes Agriculteurs"],"date":["2022-02-11"],"summary":["Sustainable food systems"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-849413211923-25","ec-person-33624431cbec1074e151c1707715ef46d2ba9565"]}} -{"id":"ec-meeting-2022-02-11-b0f8fdf431264cc30fa280d8922984dca67e9016","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-02-11 - Cabinet of President Ursula von der Leyen x Gavi, the Vaccine Alliance"],"date":["2022-02-11"],"summary":["Update of COVAX progress, the achievements of Team Europe support, and exchange on what lies ahead"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-f2b941852d3b961d69ed695c2d243a1a2b4a1904","eu-tr-078294941111-90"]}} -{"id":"ec-meeting-2022-02-11-de7d7ede606cb557d518106d40b8d78d4ffff653","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-02-11 - Cabinet of Executive Vice-President Frans Timmermans x Microsoft Corporation"],"date":["2022-02-11"],"summary":["Green Deal"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-0801162959-21","ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce","ec-person-d56ecbfde17436a136fc89c9a978b266e8285c84"]}} -{"id":"ec-meeting-2022-02-11-edb8aab17ff0eacff65f227954321ed2268c550d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-02-11 - Cabinet of Vice-President Věra Jourová x The Institute of International and European Affairs, Brussels"],"date":["2022-02-11"],"summary":["Safeguarding Media Pluralism and Upholding EU Values"],"notes":["Portfolio: Values and Transparency"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["eu-tr-866815515160-79","ec-person-bf54da17217bbddfd9c68fe24d88005ac17e2c4b"]}} -{"id":"ec-meeting-2022-02-11-f710ae2f3ff297c1da65ff5d62499b17dc08579f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-02-11 - Cabinet of Commissioner Janez Lenarčič x International Rescue Committee Inc"],"date":["2022-02-11"],"summary":["Grand Bargain (aid efficiency); humanitarian crisis in Afghanistan"],"notes":["Portfolio: Crisis Management"],"location":["Brussels (VTC)"],"address":["Brussels (VTC)"],"addressEntity":["addr-37c43e0c10e2a2fb447c53cde1d253728a607703"],"organizer":["ec-cabinet-commissioner-janez-lenarcic-of"],"involved":["ec-person-35334591a1ee219b6f0829d58a8cfba058540557","eu-tr-336765244362-96","ec-person-a6cd325c80698b2331699224c780ebfb10573602"]}} -{"id":"ec-meeting-2022-02-14-0f4de6f2c3a08017e75b91743d99d89ef26a6af6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-02-14 - Cabinet of Commissioner Janusz Wojciechowski x Eurocities"],"date":["2022-02-14"],"summary":["Long-term vision for rural areas"],"notes":["Portfolio: Agriculture"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["ec-person-cafe030b6dad78a75143f7552c420481b30ebceb","eu-tr-12493392840-79"]}} -{"id":"ec-meeting-2022-02-14-1e351750b9aeae23299a578b76e7cc883c6b4cfe","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-02-14 - Cabinet of Commissioner Janusz Wojciechowski x Grupa Azoty Spółka Akcyjna"],"date":["2022-02-14"],"summary":["European policies concerning fertilizers and agriculture"],"notes":["Portfolio: Agriculture"],"location":["Warsaw, Poland"],"address":["Warsaw, Poland"],"addressEntity":["addr-aa19a98c4eb94265ed0e7d3e42967f2c29150809"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["eu-tr-461358818394-57","ec-person-08c62f972c22464aca7a65520eb9406f8db14a66"]}} -{"id":"ec-meeting-2022-02-14-1f3794999984c7367ebe5f26f13c3a7e71c9a2c8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-02-14 - Cabinet of Executive Vice-President Margrethe Vestager x Global Witness European Center for Constitutional and Human Rights European Coalition for Corporate Justice Friends of the Earth Europe Anti-Slavery International OXFAM INTERNATIONAL EU ADVOCACY OFFICE Clean Clothes Campaign / Stichting Schone Kleren Kampagne"],"date":["2022-02-14"],"summary":["Sustainable Corporate Governance"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-46856801604-90","eu-tr-10439809375-73","ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0","eu-tr-714466824568-72","eu-tr-853889944167-66","eu-tr-48872621093-60","eu-tr-9825553393-31","eu-tr-464644816865-02"]}} -{"id":"ec-meeting-2022-02-14-43d4b0afcad4b937f0b4b8f66231b6c96a2781e8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-02-14 - Cabinet of Commissioner Mairead Mcguinness x Insurance Europe"],"date":["2022-02-14"],"summary":["Retail Investment Strategy."],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Virtual Meeting"],"address":["Virtual Meeting"],"addressEntity":["addr-ed078b6749077909a1a45720507ac2da9277b8b3"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-0ba9b89127b39af6a66f2fc3ed727332f1b19a34","ec-person-778f68c06d4985a2eda59737cdb80e7a4570f90f","eu-tr-33213703459-54"]}} -{"id":"ec-meeting-2022-02-14-6cc6ce2e811b846b2dbfb3995fa8432d01f56046","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-02-14 - Cabinet of President Ursula von der Leyen x BOUYGUES EUROPE"],"date":["2022-02-14"],"summary":["the Digital Services Act and the Digital Markets Act"],"notes":["Portfolio: President"],"location":["Brussels (VC)"],"address":["Brussels (VC)"],"addressEntity":["addr-7a7ab1034ef0b71e62ebf9a322dc5d9528505976"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-7019713e72781afb1f3b19032c4752a314b78180","eu-tr-91216972728-77"]}} -{"id":"ec-meeting-2022-02-14-88ca19f6ea500ba5128a19e68b1d839994fc32c9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-02-14 - Cabinet of Commissioner Mairead Mcguinness x Japanese Bankers Association"],"date":["2022-02-14"],"summary":["Branches of third-country banking groups"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["eu-tr-778198945387-87","ec-person-49e520c7a9c9c47ccb5acfa68f9416e4233af9f8"]}} -{"id":"ec-meeting-2022-02-14-8c047af4907a3e00f42dc4c49cf2314ff4b8a1be","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-02-14 - Cabinet of Executive Vice-President Frans Timmermans x Berenschot Groep BV"],"date":["2022-02-14"],"summary":["Action Plan for Passenger Rail"],"notes":["Portfolio: European Green Deal"],"location":["online"],"address":["online"],"addressEntity":["addr-2dbc2fd2358e1ea1b7a6bc08ea647b9a337ac92d"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-438929232932-59","ec-person-d56ecbfde17436a136fc89c9a978b266e8285c84"]}} -{"id":"ec-meeting-2022-02-14-a1147077dd692f38e0cfb5b057b5e2f925e2c178","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-02-14 - Cabinet of Vice-President Věra Jourová x NEWS MEDIA COALITION"],"date":["2022-02-14"],"summary":["UseTheNews project, data infrastructure for publishers"],"notes":["Portfolio: Values and Transparency"],"location":["Phone call"],"address":["Phone call"],"addressEntity":["addr-cac056598c767cdeaa0f13cfe91d25988c24c698"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["ec-person-aa83f35da599b82e4f15da018f4b3447eb648f7c","eu-tr-893479433951-33"]}} -{"id":"ec-meeting-2022-02-14-bbbb3c26c36de01871d6c8a40ca6bedf19f063a3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-02-14 - Internal Market, Industry, Entrepreneurship and SMEs x European Telecommunications Standards Institute"],"date":["2022-02-14"],"summary":["Discuss Standardisation strategy and exchange of views on Legal Amendment"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-dg-grow"],"involved":["ec-person-0151c7e554d188fffc509ad636b7d1a84c5dfcd5","eu-tr-474710916419-15"]}} -{"id":"ec-meeting-2022-02-14-bbf48721485acd047adae858b00da6d1cdb5ad17","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-02-14 - Cabinet of Executive Vice-President Margrethe Vestager x Kalray SA"],"date":["2022-02-14"],"summary":["EU Chips Act"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-336735239719-29","ec-person-3da433aae105b13fe027e9c9b3dcac2c97029370","ec-person-0e93ebac9bad76e1351e0981f04e7ef88848f943"]}} -{"id":"ec-meeting-2022-02-14-f69560e3a5f316ecf25079c066236e8e44aa3dac","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-02-14 - Cabinet of Executive Vice-President Valdis Dombrovskis x Bloomberg L.P."],"date":["2022-02-14"],"summary":["Digital operational resilience in the financial sector"],"notes":["Portfolio: An Economy that Works for People"],"location":["video call"],"address":["video call"],"addressEntity":["addr-12d8c530d76da0b7745f9c0f9285e7eec97adc55"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-235870cd7eb41f2494f695fce18b5b5b88647113","eu-tr-214140728444-40"]}} -{"id":"ec-meeting-2022-02-14-f7fed8ab75d43ade36c7f423155ba87aeadb8a43","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-02-14 - Cabinet of Vice-President Věra Jourová x European Partnership for Democracy"],"date":["2022-02-14"],"summary":["EDAP"],"notes":["Portfolio: Values and Transparency"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["ec-person-74c07660dcbc6dc9993b34462cf2a1fec35925ea","ec-person-28fecf6c4f04b3a2af1d74c742e147920ab849c5","eu-tr-679535014238-83"]}} -{"id":"ec-meeting-2022-02-15-3606ea51896b162440c7c4c692618e7c3738ca67","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-02-15 - Cabinet of Commissioner Jutta Urpilainen x Pan African Farmers Organization International Federation of Red Cross and Red Crescent Societies Union of Mediterranean Confederations of Enterprises Plan International EU Office Women Environmental Programme Caritas Africa OXFAM INTERNATIONAL EU ADVOCACY OFFICE CONCORD Europe DSW (Deutsche Stiftung Weltbevoelkerung) Climate Action Network Europe Africa Platform"],"date":["2022-02-15"],"summary":["Opening speech at the session of the Africa-Europe Week CSOs-LAs Forum"],"notes":["Portfolio: International Partnerships"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["eu-tr-46856801604-90","eu-tr-83357751766-93","eu-tr-34478709670-34","eu-tr-32018754890-28","eu-tr-55888811123-49","ec-person-7c4fa9cfb750b5b524c065180fcee1123b8df03e","eu-tr-865034435102-35","eu-tr-506689845145-86","eu-tr-132236315085-89","eu-tr-841814846241-70","eu-tr-972461146935-95","eu-tr-873264846937-84"]}} -{"id":"ec-meeting-2022-02-15-512edaf52902818e2d6b5858a7318f1dad547720","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-02-15 - Cabinet of Commissioner Jutta Urpilainen x Bundesverband der Deutschen Industrie e.V."],"date":["2022-02-15"],"summary":["Global Gateway"],"notes":["Portfolio: International Partnerships"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["eu-tr-1771817758-48","ec-person-9788b5f9ccd101dc091867a4496a5735ee7151d9"]}} -{"id":"ec-meeting-2022-02-15-f9f678029dc146ca678e01fc9440851c7b37f7ee","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-02-15 - Cabinet of Executive Vice-President Frans Timmermans x Swedish Forest Industries Federation"],"date":["2022-02-15"],"summary":["Circular economy and Sustainable Product Policy initiative"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-355702910008-47","ec-person-8af3c81534786a740718d21dc58240738a53ed7b"]}} -{"id":"ec-meeting-2022-02-15-ffa04f76a14773956f07e51fa981560864ba3860","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-02-15 - Cabinet of Commissioner Virginijus Sinkevičius x Swedish Forest Industries Federation"],"date":["2022-02-15"],"summary":["Circular economy and Sustainable Product Policy initiative"],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["eu-tr-355702910008-47","ec-person-d60b74d6bf19edff0aacdad384927f95de9b3c60"]}} -{"id":"ec-meeting-2022-02-16-090266e4e7e41f2f6da1fa2c0710386397e4986a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-02-16 - Cabinet of Commissioner Thierry Breton x HateAid gGmbH"],"date":["2022-02-16"],"summary":["DSA"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-802412042190-08","ec-person-4d83416435f81b1f1e8f5c86aeebb1478577f1d2"]}} -{"id":"ec-meeting-2022-02-16-14851dbff8dc051be366a3047371855e1ffbce45","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-02-16 - Cabinet of Executive Vice-President Margrethe Vestager x AIM - European Brands Association"],"date":["2022-02-16"],"summary":["Data Services Act"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-1074382679-01","ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0"]}} -{"id":"ec-meeting-2022-02-16-3fc5d3bfb48fcf9a48b5cbf91bc6eef8a17e3336","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-02-16 - Cabinet of Commissioner Thierry Breton x Airbnb Ireland UC"],"date":["2022-02-16"],"summary":["Short Term rental"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-823871417098-42","ec-person-d6689ffc6695e7e65bdd0e0c0da1721d3031ea1b","ec-person-4d83416435f81b1f1e8f5c86aeebb1478577f1d2"]}} -{"id":"ec-meeting-2022-02-16-52b505008f96c98539e8acab55805c8062426598","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-02-16 - Cabinet of Commissioner Janusz Wojciechowski x Institut de l'agriculture et de l'alimentation biologiques International Federation of Organic Agriculture Movements EU Regional Group"],"date":["2022-02-16"],"summary":["Sustainability labelling and the PlanetScore"],"notes":["Portfolio: Agriculture"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["eu-tr-67128251296-84","ec-person-cafe030b6dad78a75143f7552c420481b30ebceb","eu-tr-929949041965-26"]}} -{"id":"ec-meeting-2022-02-16-5d562bdb256eb772123781e4136fbeb9b1f1e17b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-02-16 - Cabinet of Commissioner Mairead Mcguinness x European American Chamber of Commerce New York"],"date":["2022-02-16"],"summary":["Upcoming visit of the Commissioner"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["brussels"],"address":["brussels"],"addressEntity":["addr-e2daa1574b7ac475c827b33e281bd2d5e013c882"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-44c404268b70ce0b79c4e148b5a7c4ae2c53ee30","eu-tr-803034333635-05"]}} -{"id":"ec-meeting-2022-02-16-792483124ab5ec584a644fe781b1eab924d6c750","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-02-16 - Health Emergency Preparedness and Response Authority x Centre for European Policy Studies"],"date":["2022-02-16"],"summary":["Roundtable CEPS Webinar on two years Covid"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-hera"],"involved":["ec-person-ca1ba7d868310cf297ba69999f416939d86a30ac","eu-tr-206201438220-85"]}} -{"id":"ec-meeting-2022-02-16-a87f3c9813332f7fa537fb928b7ba0687476c980","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-02-16 - Cabinet of Commissioner Virginijus Sinkevičius x Sea Ranger Service"],"date":["2022-02-16"],"summary":["Future collaboration opportunities"],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["eu-tr-222115540283-62","ec-person-c92a6b4ef8328855b0234011be623ed9f15c86f3"]}} -{"id":"ec-meeting-2022-02-16-b1ae63e3266cb2e790eb3cd9bd9deaa7e1f1b4a7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-02-16 - Cabinet of Commissioner Janusz Wojciechowski x International Biocontrol Manufacturers' Association"],"date":["2022-02-16"],"summary":["Biocontrol and importance for sustainable agriculture"],"notes":["Portfolio: Agriculture"],"location":["Virtual meeting"],"address":["Virtual meeting"],"addressEntity":["addr-1f1f3f51a4da31a1ea5c1b4b21cbf52ad983224f"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["ec-person-ae252fb0bbbad2440e31f70ccc19082b7ac65837","ec-person-cafe030b6dad78a75143f7552c420481b30ebceb","eu-tr-06818218065-85"]}} -{"id":"ec-meeting-2022-02-16-bc416b802a1c5757253708fb7b510f9ed250e69e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-02-16 - Cabinet of Executive Vice-President Valdis Dombrovskis x Fertilizers Europe"],"date":["2022-02-16"],"summary":["To discuss serious issues affecting the nitrogen fertilizer sector"],"notes":["Portfolio: An Economy that Works for People"],"location":["video-conference"],"address":["video-conference"],"addressEntity":["addr-8736c288a4bc51ee27ef4ed41e652409a37e60d1"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-25f4019e9babab3840cf9d6dbf9cb6994f2104fb","ec-person-7433d96a6e6f46c9f9174db79ec61c387dffa509","eu-tr-80788715017-29"]}} -{"id":"ec-meeting-2022-02-16-d8b48d55bf574d9c79d35de2bbaf204febf8b711","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-02-16 - Cabinet of Vice-President Věra Jourová x Committee to Protect Journalists"],"date":["2022-02-16"],"summary":["Safety of journalists"],"notes":["Portfolio: Values and Transparency"],"location":["Phone call"],"address":["Phone call"],"addressEntity":["addr-cac056598c767cdeaa0f13cfe91d25988c24c698"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["ec-person-aa83f35da599b82e4f15da018f4b3447eb648f7c","eu-tr-370649919011-72"]}} -{"id":"ec-meeting-2022-02-16-da1e1011d828afdd23d20bb30efa87d1d8581345","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-02-16 - Cabinet of President Ursula von der Leyen x Verband Deutscher Maschinen- und Anlagenbau e.V."],"date":["2022-02-16"],"summary":["EU’s digital policy and the role of the mechanical engineering industry in and for the digital transformation"],"notes":["Portfolio: President"],"location":["Brussels (Teams)"],"address":["Brussels (Teams)"],"addressEntity":["addr-9950cce930e253f44f556bb339d2a1106073cd7b"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-7019713e72781afb1f3b19032c4752a314b78180","eu-tr-9765362691-45"]}} -{"id":"ec-meeting-2022-02-16-f6d6c869bd7d078b04a99588bacc02565a47ada0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-02-16 - Cabinet of Executive Vice-President Margrethe Vestager x GSMA Europe European Telecommunications Network Operators' Association"],"date":["2022-02-16"],"summary":["Digital Services Act and Digital Markets Act."],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-30988577529-37","ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0","ec-person-73fb1ddd279f8c6697a055567a2c09606006b875","eu-tr-08957111909-85"]}} -{"id":"ec-meeting-2022-02-17-03743a8a10ef8ca4519a510bf5d374641f37e9ea","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-02-17 - Cabinet of Vice-President Dubravka Šuica x Confederation of Family Organisations in the European Union"],"date":["2022-02-17"],"summary":["-\tEuropean Care Strategy, including Early Childhood Education and Care and Long-Term Care.\r\n-\tDemographic change."],"notes":["Portfolio: Democracy and Demography"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-dubravka-of-president-suica-vice"],"involved":["ec-person-bae2f44eb21285b37ecc9c7f2f42b4acb1f53264","eu-tr-93283396780-85","ec-person-60bc1622eb549a098038c6073ce7c40691ec9384"]}} -{"id":"ec-meeting-2022-02-17-64c71a9e9a24df79876445f460f014077137b028","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-02-17 - Cabinet of Commissioner Didier Reynders x World Cocoa Foundation"],"date":["2022-02-17"],"summary":["Corporate Sustainability Due Diligence"],"notes":["Portfolio: Justice"],"location":["video conference"],"address":["video conference"],"addressEntity":["addr-6dc12e3c97077db82f32184f24341ce370a445fd"],"organizer":["ec-cabinet-commissioner-didier-of-reynders"],"involved":["ec-person-442bf1ae9900b999673cdd7389224d0e21b67d4d","eu-tr-807498245539-95","ec-person-1e25399e2267734c5f4c69093d2286c8898ee9f0"]}} -{"id":"ec-meeting-2022-02-17-92ab6196b2954efb8af17146c4a8f79cf06a9208","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-02-17 - Competition x European American Chamber of Commerce New York"],"date":["2022-02-17"],"summary":["Anti-Trust and Competition policy, Anti-Trust Enforcement, Technology"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-comp"],"involved":["ec-person-f257bc19c568ad25083c1c1e1651426245cefedf","eu-tr-803034333635-05"]}} -{"id":"ec-meeting-2022-02-17-aef12b498a2f70e814136d08a9de267b92ca4ec4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-02-17 - Cabinet of Commissioner Mairead Mcguinness x France Industrie"],"date":["2022-02-17"],"summary":["Sustainable finance and the Taxonomy environmental delegated act"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-a5441c6a69a8a94fd64e02def60fcc6567f2c1d8","eu-tr-60974102057-03"]}} -{"id":"ec-meeting-2022-02-17-b136b0e83214b9b14d920f3312b0e2976d73c541","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-02-17 - Cabinet of Commissioner Olivér Várhelyi x KfW Bankengruppe"],"date":["2022-02-17"],"summary":["Economic and Investment Plan for the Western Balkans and for the Neighbourhood"],"notes":["Portfolio: Neighbourhood and Enlargement"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-of-oliver-varhelyi"],"involved":["ec-person-daf8ff1073a04b30d2f54219ecc93002ef3a684d","eu-tr-79019799690-13"]}} -{"id":"ec-meeting-2022-02-18-08d0e7c5fc3571044635ae73148d308c08fe3ecc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-02-18 - Cabinet of Commissioner Thierry Breton x FuelsEurope"],"date":["2022-02-18"],"summary":["Fit for 55 package; transition pathway energy intensive industry"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-6308dea893b9b1ca0dcd5b91b4a1ac4c2f3020ad","eu-tr-26207914726-42"]}} -{"id":"ec-meeting-2022-02-18-3bccc9f675c23d36baf6f41a7bcf8638cd4ef7b9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-02-18 - Cabinet of Commissioner Johannes Hahn x The Boston Consulting Group GmbH"],"date":["2022-02-18"],"summary":["Public administration reform"],"notes":["Portfolio: Budget and Administration"],"location":["Munich, Germany"],"address":["Munich, Germany"],"addressEntity":["addr-9d94c5e26679fe4980662a558a287b7999bb5690"],"organizer":["ec-cabinet-commissioner-hahn-johannes-of"],"involved":["ec-person-6dd3472dac004e43ec1fa4f5b4106e3b476c9ce7","eu-tr-909134419998-84"]}} -{"id":"ec-meeting-2022-02-18-4b77d054685a68647002b0449b50e4fc6c37b7e4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-02-18 - Cabinet of Commissioner Johannes Hahn x Wellcome Trust"],"date":["2022-02-18"],"summary":["EU budget and ongoing cooperation in the area of health and research"],"notes":["Portfolio: Budget and Administration"],"location":["Munich, Germany"],"address":["Munich, Germany"],"addressEntity":["addr-9d94c5e26679fe4980662a558a287b7999bb5690"],"organizer":["ec-cabinet-commissioner-hahn-johannes-of"],"involved":["ec-person-6dd3472dac004e43ec1fa4f5b4106e3b476c9ce7","eu-tr-912723313554-37"]}} -{"id":"ec-meeting-2022-02-18-507aef4db80633905b869b504422c17b4516790b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-02-18 - Cabinet of Commissioner Janusz Wojciechowski x AgriFood Lithuania DIH"],"date":["2022-02-18"],"summary":["AgriFood Forum in the Baltic States; opportunities to cooperate in other initiatives; exchange of views on the Twin transition, challenges and opportunities of the agrifood sector in both Lithuanian and European contexts."],"notes":["Portfolio: Agriculture"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["eu-tr-741877141436-21","ec-person-cafe030b6dad78a75143f7552c420481b30ebceb"]}} -{"id":"ec-meeting-2022-02-18-5ef69976877e90afb9966bd8686752860a43270b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-02-18 - Cabinet of Commissioner Thierry Breton x Bundesverband der Deutschen Industrie e.V."],"date":["2022-02-18"],"summary":["Sustainable products initiative"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-1771817758-48","ec-person-6308dea893b9b1ca0dcd5b91b4a1ac4c2f3020ad"]}} -{"id":"ec-meeting-2022-02-18-676b45180f5c3a91015b4673f8f207b4f3ffe90d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-02-18 - Cabinet of Commissioner Jutta Urpilainen x Gavi, the Vaccine Alliance"],"date":["2022-02-18"],"summary":["Global COVID-19 vaccination"],"notes":["Portfolio: International Partnerships"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["eu-tr-078294941111-90","ec-person-7c4fa9cfb750b5b524c065180fcee1123b8df03e"]}} -{"id":"ec-meeting-2022-02-18-79f33a8b0a73b86bb8d8513b717c5ffc8e187c64","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-02-18 - Cabinet of Commissioner Helena Dalli x Equinet - the European Network of Equality Bodies"],"date":["2022-02-18"],"summary":["Meet and greet of Equinet’s new Chairperson (since November 2021), Laurence Bond, Director of the Irish Human Rights and Equality Commission as well as discussion on joint priorities and ways to support each other’s endeavours."],"notes":["Portfolio: Equality"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-dalli-helena-of"],"involved":["eu-tr-718971811339-46","ec-person-dbd4bba0ef71d4385c97691e3df5bb484709a07e","ec-person-d0b568d53468fcd3dfeeaddbd07343b5b065914d"]}} -{"id":"ec-meeting-2022-02-18-95086a69d51bfb0810b6c38b43b624db35e6a43c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-02-18 - Cabinet of Commissioner Johannes Hahn x World Economic Forum Google"],"date":["2022-02-18"],"summary":["Participation in a broader dinner on world affairs in the margins of Munich Security Conference 2022 hosted by World Economic Forum and Google Jigsaw"],"notes":["Portfolio: Budget and Administration"],"location":["Munich, Germany"],"address":["Munich, Germany"],"addressEntity":["addr-9d94c5e26679fe4980662a558a287b7999bb5690"],"organizer":["ec-cabinet-commissioner-hahn-johannes-of"],"involved":["ec-person-6dd3472dac004e43ec1fa4f5b4106e3b476c9ce7","eu-tr-03181945560-59","eu-tr-567538843366-43"]}} -{"id":"ec-meeting-2022-02-18-a8fdbd25ceec585a9cd8bf5466180c7a12c49890","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-02-18 - Cabinet of Commissioner Kadri Simson x Gates Ventures, LLC"],"date":["2022-02-18"],"summary":["Green transition and technologies. Cooperation between the EC and Breakthrough Energy as well as international energy trends and relations."],"notes":["Portfolio: Energy"],"location":["Munich, Germany"],"address":["Munich, Germany"],"addressEntity":["addr-9d94c5e26679fe4980662a558a287b7999bb5690"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["eu-tr-458140332839-09","ec-person-1995c65b8dc7f3702a8c30ed96a0144075848837"]}} -{"id":"ec-meeting-2022-02-18-d5bf1b84a9595ff8fd4c9915435a90b258ef40ef","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-02-18 - Cabinet of Commissioner Mairead Mcguinness x European Federation of Investors and Financial Services Users"],"date":["2022-02-18"],"summary":["Retail investment strategy"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Virtual meeting"],"address":["Virtual meeting"],"addressEntity":["addr-1f1f3f51a4da31a1ea5c1b4b21cbf52ad983224f"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["eu-tr-24633926420-79","ec-person-0ba9b89127b39af6a66f2fc3ed727332f1b19a34","ec-person-778f68c06d4985a2eda59737cdb80e7a4570f90f"]}} -{"id":"ec-meeting-2022-02-18-df080a32d13ad5bc82cd272f77be88736370f89c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-02-18 - Cabinet of Commissioner Kadri Simson x Naftogaz of Ukraine"],"date":["2022-02-18"],"summary":["Security of supply in Ukraine."],"notes":["Portfolio: Energy"],"location":["Munich, Germany"],"address":["Munich, Germany"],"addressEntity":["addr-9d94c5e26679fe4980662a558a287b7999bb5690"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["eu-tr-769349815543-90","ec-person-1995c65b8dc7f3702a8c30ed96a0144075848837"]}} -{"id":"ec-meeting-2022-02-18-e4dbc70bc10b1f40c419217c2c9601877c5c834f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-02-18 - Internal Market, Industry, Entrepreneurship and SMEs x EUROCHAMBRES – Association of European Chambers of Commerce and Industry"],"date":["2022-02-18"],"summary":["Discuss future implication of Eurochambres to upcoming proposals/policies and encourage their input"],"location":["online"],"address":["online"],"addressEntity":["addr-2dbc2fd2358e1ea1b7a6bc08ea647b9a337ac92d"],"organizer":["ec-dg-grow"],"involved":["ec-person-0151c7e554d188fffc509ad636b7d1a84c5dfcd5","eu-tr-0014082722-83"]}} -{"id":"ec-meeting-2022-02-18-f9cae002555ac7a9671c15c0cd64af5fb351e14b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-02-18 - Cabinet of Commissioner Mariya Gabriel x American Chamber of Commerce to the European Union"],"date":["2022-02-18"],"summary":["Introductory meeting"],"notes":["Portfolio: Innovation and Youth"],"location":["Brussels - online"],"address":["Brussels - online"],"addressEntity":["addr-1ffdd7e64e61e5fe99e20ed62074fe2ad1a1b799"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["ec-person-fa64a5880d41ebf63dcede9b77929dd30fbf312f","eu-tr-5265780509-97"]}} -{"id":"ec-meeting-2022-02-21-057208a1668dfc0aad18d4133f3950c4ea94cd7e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-02-21 - Cabinet of Executive Vice-President Margrethe Vestager x Make.org"],"date":["2022-02-21"],"summary":["Metaverse"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0","eu-tr-916768537222-67"]}} -{"id":"ec-meeting-2022-02-21-196073da9734c545acf097441aeb691ef671dc91","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-02-21 - Cabinet of Executive Vice-President Frans Timmermans x Notre Europe - Institut Jacques Delors / Notre Europe - Jacques Delors Institute"],"date":["2022-02-21"],"summary":["European Green Deal"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-7c876f4825f213b8adbedf089ccedfbc3b36d65b","eu-tr-726109217329-25"]}} -{"id":"ec-meeting-2022-02-21-19e403cce5a8b451b378b9606e326af0c91c97df","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-02-21 - Foreign Policy Instruments x Appel de Genève / Geneva Call"],"date":["2022-02-21"],"summary":["Cooperation on conflict prevention and peace building"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fpi"],"involved":["eu-tr-302979911822-71","ec-person-c807b0d7987703f3934e9e3417c0a8b3cb2cd297"]}} -{"id":"ec-meeting-2022-02-21-288fbfeae22f9827fd534f7fd99b77e80ab2ff04","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-02-21 - Cabinet of Commissioner Kadri Simson x None"],"date":["2022-02-21"],"summary":["Spike of energy prices and EC's latest Communications/proposals to tackle it: green deal policies (energy efficiency, renewable energy communites)."],"notes":["Portfolio: Energy"],"location":["Madrid, Spain"],"address":["Madrid, Spain"],"addressEntity":["addr-f2c4f2ef1ea88618aa1533f69b0d18fc1125a9d2"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["eu-tr-175984826826-67","eu-tr-734854123093-43","eu-tr-322052826414-87","eu-tr-307379711971-54","ec-person-ba3b83676ad38094e71b64b644f3e3d2c61b8182","eu-tr-194469245747-11","eu-tr-476463525138-81","ec-person-1995c65b8dc7f3702a8c30ed96a0144075848837"]}} -{"id":"ec-meeting-2022-02-21-72edfdfc426b50c36d38d858c4ecfa10623146ad","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-02-21 - Cabinet of Executive Vice-President Frans Timmermans x Pesticide Action Network Europe"],"date":["2022-02-21"],"summary":["Reducing the use and risk of chemical pesticides"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-15913213485-46","ec-person-33624431cbec1074e151c1707715ef46d2ba9565"]}} -{"id":"ec-meeting-2022-02-21-8ea7e9bd633193aac0f81123c944b849a61a5168","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-02-21 - Cabinet of Commissioner Helena Dalli x Caritas Europa"],"date":["2022-02-21"],"summary":["Keynote speech during launch event of the Caritas CARES! European Poverty Report."],"notes":["Portfolio: Equality"],"location":["Online - Brussels"],"address":["Online - Brussels"],"addressEntity":["addr-3b5a3f337fa85c7d6a2c8af212de26f241b6f7fe"],"organizer":["ec-cabinet-commissioner-dalli-helena-of"],"involved":["ec-person-dbd4bba0ef71d4385c97691e3df5bb484709a07e","eu-tr-6082564924-85","ec-person-d0b568d53468fcd3dfeeaddbd07343b5b065914d"]}} -{"id":"ec-meeting-2022-02-21-a9f9c3515bd6c017f45b489b563a56c63e8b834a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-02-21 - Cabinet of Commissioner Thierry Breton x NAAREA"],"date":["2022-02-21"],"summary":["Energy"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-6308dea893b9b1ca0dcd5b91b4a1ac4c2f3020ad","eu-tr-308806145333-71"]}} -{"id":"ec-meeting-2022-02-21-c793c386c3676ca791323ea074138c10b1d6e25a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-02-21 - Cabinet of Commissioner Kadri Simson x None"],"date":["2022-02-21"],"summary":["Spike of energy prices and EC's toolbox, Fit-for-55 proposals and EU taxonomy."],"notes":["Portfolio: Energy"],"location":["Madrid, Spain"],"address":["Madrid, Spain"],"addressEntity":["addr-f2c4f2ef1ea88618aa1533f69b0d18fc1125a9d2"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["eu-tr-451019811573-55","eu-tr-905001612275-82","eu-tr-41816938101-07","eu-tr-02963738854-41","eu-tr-849997016104-66","ec-person-ba3b83676ad38094e71b64b644f3e3d2c61b8182","eu-tr-67833029261-54","eu-tr-187982333602-44","eu-tr-47504237466-74","eu-tr-69240395197-02","ec-person-1995c65b8dc7f3702a8c30ed96a0144075848837"]}} -{"id":"ec-meeting-2022-02-21-e72c2e7fa82d7d45b8c0d5a0b006ed2eef175217","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-02-21 - Cabinet of Commissioner Mariya Gabriel x General Electric Company"],"date":["2022-02-21"],"summary":["Sustainability and Clean Aviation partnership"],"notes":["Portfolio: Innovation and Youth"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["ec-person-1674399a793e9e6fd7cf55b525515fc862fc9351","eu-tr-4016736872-59"]}} -{"id":"ec-meeting-2022-02-21-ed49c64b6ffb326a39f4bf023d52992378af3d96","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-02-21 - Cabinet of Commissioner Stella Kyriakides x Association Internationale de la Mutualité"],"date":["2022-02-21"],"summary":["VTC meeting on European Health Data Space"],"notes":["Portfolio: Health"],"location":["Bruxelles"],"address":["Bruxelles"],"addressEntity":["addr-b58f5927b66d94a676970dc048485d4c6848f272"],"organizer":["ec-cabinet-commissioner-kyriakides-of-stella"],"involved":["eu-tr-595328413083-91","ec-person-8c3c9f5f3b2f84138bb6ab73180e2eff94b88ec8"]}} -{"id":"ec-meeting-2022-02-22-16623ef986f02da713a1b0bd03393dfe5d632f97","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-02-22 - Financial Stability, Financial Services and Capital Markets Union x Tweeddale Advisors"],"date":["2022-02-22"],"summary":["Global outlook, Crypto assets"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-362131745511-65","ec-person-1fce211249673c35ee07a801ddee77ab24af8d54"]}} -{"id":"ec-meeting-2022-02-22-220925523088565285dd3e651f263cc6567c351b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-02-22 - Cabinet of Commissioner Mairead Mcguinness x Trade Republic Bank GmbH"],"date":["2022-02-22"],"summary":["Retail investment strategy"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Virtual Meeting"],"address":["Virtual Meeting"],"addressEntity":["addr-ed078b6749077909a1a45720507ac2da9277b8b3"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-0ba9b89127b39af6a66f2fc3ed727332f1b19a34","ec-person-778f68c06d4985a2eda59737cdb80e7a4570f90f","eu-tr-068521543634-79"]}} -{"id":"ec-meeting-2022-02-22-326027a9bbad16c6b2c902f846347997937171c7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-02-22 - Cabinet of Commissioner Mairead Mcguinness x Deutsche Bank AG"],"date":["2022-02-22"],"summary":["CSDR\r\nmarkets issues"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["eu-tr-271912611231-56","ec-person-0ba9b89127b39af6a66f2fc3ed727332f1b19a34"]}} -{"id":"ec-meeting-2022-02-22-32665ee914907fc4c67cfaac88e746b720f618db","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-02-22 - Cabinet of President Ursula von der Leyen x Eurelectric aisbl"],"date":["2022-02-22"],"summary":["Energy communication"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-f2b941852d3b961d69ed695c2d243a1a2b4a1904","eu-tr-4271427696-87"]}} -{"id":"ec-meeting-2022-02-22-51ca8481819cb6f612359a7d366ac0cb40fea9ba","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-02-22 - Cabinet of Commissioner Mairead Mcguinness x European Banking Federation"],"date":["2022-02-22"],"summary":["Instant Payments."],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Virtual Meeting"],"address":["Virtual Meeting"],"addressEntity":["addr-ed078b6749077909a1a45720507ac2da9277b8b3"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["eu-tr-4722660838-23","ec-person-778f68c06d4985a2eda59737cdb80e7a4570f90f"]}} -{"id":"ec-meeting-2022-02-22-59098cdbec0fa8b5028c1cd81a6d6be990d4daa1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-02-22 - Cabinet of Commissioner Ylva Johansson x Stowarzyszenie Interwencji Prawnej (Association for Legal Intervention) Helsinki Foundation for Human Rights Fundacja Polskie Forum Migracyjne"],"date":["2022-02-22"],"summary":["Migration issues"],"notes":["Portfolio: Home Affairs"],"location":["Warsaw, Poland"],"address":["Warsaw, Poland"],"addressEntity":["addr-aa19a98c4eb94265ed0e7d3e42967f2c29150809"],"organizer":["ec-cabinet-commissioner-johansson-of-ylva"],"involved":["eu-tr-657241221166-37","ec-person-981fc36acd82b2e49db83e43763b908c1a89ec0b","eu-tr-669465137141-62","ec-person-31b127e72e9dd30ce85ff2b475ac65d28d7dc48d","eu-tr-650818037148-70","ec-person-56478a183036db6fe9e976c032c67032ba183565"]}} -{"id":"ec-meeting-2022-02-22-617f88b09559e77d3ef23746f9d77d5c087348b2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-02-22 - Cabinet of President Ursula von der Leyen x BVI Bundesverband Investment und Asset Management e.V."],"date":["2022-02-22"],"summary":["Competitiveness of the EU asset management industry. How to ensure that regulation fosters financial stability and protects consumers while at the same time not hampering EU industry competitiveness. Need of a global perspective."],"notes":["Portfolio: President"],"location":["Brussels - Video call"],"address":["Brussels - Video call"],"addressEntity":["addr-ca43b64c5a0cdda6c328f862747d9e16a2e2ef68"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["eu-tr-96816064173-47","ec-person-a159f03add374257584565c2b05cc5539a7526e6"]}} -{"id":"ec-meeting-2022-02-22-8e9e91618197d8017be35bae9505b71781a5aa43","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-02-22 - Cabinet of Executive Vice-President Frans Timmermans x PepsiCo"],"date":["2022-02-22"],"summary":["Transition to a circular economy and sustainable food systems"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-7c876f4825f213b8adbedf089ccedfbc3b36d65b","eu-tr-010212710281-97"]}} -{"id":"ec-meeting-2022-02-22-ae75a3f7abd02a580f56549e3cd9c5f93b2e3d4a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-02-22 - Cabinet of Commissioner Virginijus Sinkevičius x The Pew Charitable Trusts ClientEarth AISBL Seas At Risk OCEANA Umweltorganisation WWF Central and Eastern Erurope"],"date":["2022-02-22"],"summary":["A regular meeting with NGO to discuss various fisheries matters: 2022 TAC setting, upcoming new Commission initiatives, WTO negotiation, cetaceans by-catch in the Bay of Biscay and in the Baltic Sea, control regulation negotiations etc."],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["ec-person-dd7a7b1952e158f4195d34cff333ec79a4f48ba3","eu-tr-47937943241-80","eu-tr-46834536998-79","eu-tr-96645517357-19","ec-person-1443799688ae485d7a2fee5c9defab2c5b7c7e6c","eu-tr-02019258940-59","eu-tr-625261439488-38"]}} -{"id":"ec-meeting-2022-02-22-b1d6a1d0158384fc798d3de06d374f54c1067bdb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-02-22 - Cabinet of Commissioner Mairead Mcguinness x BVI Bundesverband Investment und Asset Management e.V."],"date":["2022-02-22"],"summary":["AIFMD, Sustainable Finance, EU Funds Industry Competitiveness."],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-2b9c589fb2354bd93067644d2c3d2c058d4c4cc9","eu-tr-96816064173-47","ec-person-0ba9b89127b39af6a66f2fc3ed727332f1b19a34"]}} -{"id":"ec-meeting-2022-02-22-d7e5cb22d27c6c975eb26cf758b7bdbe819769c4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-02-22 - Cabinet of Vice-President Dubravka Šuica x European People"],"date":["2022-02-22"],"summary":["Discussion on the CoFE."],"notes":["Portfolio: Democracy and Demography"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dubravka-of-president-suica-vice"],"involved":["eu-tr-704914631842-54","ec-person-026798f0d4b4567a1c4ba592351123da781ce908"]}} -{"id":"ec-meeting-2022-02-22-e171b1e043096ba6a3baf0414b5ece3776f4262a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-02-22 - Cabinet of Executive Vice-President Margrethe Vestager x PayPal PLC, Belgian Branch"],"date":["2022-02-22"],"summary":["Competition."],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-94256896677-14","ec-person-11d97788772862bb34f51dd26d7f92603eac1bf8"]}} -{"id":"ec-meeting-2022-02-22-e5b964ff1d5264419917cf62b660e494c2e6737a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-02-22 - Cabinet of Commissioner Jutta Urpilainen x Patria Oyj Puolustus- ja Ilmailuteollisuus PIA ry"],"date":["2022-02-22"],"summary":["EU Defence Cooperation"],"notes":["Portfolio: International Partnerships"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["eu-tr-937069045597-40","ec-person-9788b5f9ccd101dc091867a4496a5735ee7151d9","eu-tr-389578230437-31"]}} -{"id":"ec-meeting-2022-02-22-fcacd88cd922f7289d1b6dac2b57ea8b338429bf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-02-22 - Cabinet of Executive Vice-President Frans Timmermans x SYSTEMIQ LIMITED"],"date":["2022-02-22"],"summary":["Circular economy transition"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-8af3c81534786a740718d21dc58240738a53ed7b","eu-tr-538958337111-82"]}} -{"id":"ec-meeting-2022-02-22-fe61dfd2ec748a9be87db9efd77788f948abba40","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-02-22 - Cabinet of Commissioner Adina Vălean x Equinor ASA"],"date":["2022-02-22"],"summary":["Maritime fuels, liquid hydrogen projects, blue ammonia projects and CCS technologies"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["ec-person-e5f1558cac43dd4f90847b508b6753edb0a9f903","ec-person-cc0354fbf386eb83f57c00ad5240f1dddeeabab4","ec-person-267c5ab3ea5304fc6305ef321e214c9c1cd0f78e","eu-tr-4447605981-76"]}} -{"id":"ec-meeting-2022-02-23-169691e14887f4712c3c79c7c6d9fcfcd79fa164","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-02-23 - Cabinet of Commissioner Virginijus Sinkevičius x ALTERTOX Humane Society International/Europe"],"date":["2022-02-23"],"summary":["Meeting with HSI and ALTERTOX on animal testing"],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["eu-tr-400309213564-96","eu-tr-05097472836-90","ec-person-d60b74d6bf19edff0aacdad384927f95de9b3c60"]}} -{"id":"ec-meeting-2022-02-23-17cc1f3736bdb90686d48ace6d0c5a9f3404863a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-02-23 - Cabinet of Executive Vice-President Frans Timmermans x International Biocontrol Manufacturers' Association"],"date":["2022-02-23"],"summary":["Reducing the use and risk of chemical pesticides"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-06818218065-85","ec-person-33624431cbec1074e151c1707715ef46d2ba9565"]}} -{"id":"ec-meeting-2022-02-23-1865d339d2db2c9a0b1ca210f32e318c75f431ba","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-02-23 - Cabinet of Commissioner Kadri Simson x Equinor ASA"],"date":["2022-02-23"],"summary":["Industrial decarbonisation, hydrogen market and sustainable carbon cycles."],"notes":["Portfolio: Energy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["ec-person-1995c65b8dc7f3702a8c30ed96a0144075848837","ec-person-02dcb64edd20203955d6dad9d5c0dbc71a3d7816","eu-tr-4447605981-76"]}} -{"id":"ec-meeting-2022-02-23-32a140d20c0386367f6ee04fa0687ba95db40434","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-02-23 - Communications Networks, Content and Technology x Banco Santander, S.A."],"date":["2022-02-23"],"summary":["15 minutes chat on how banks are continuing to work on the digital transition"],"location":["Paris in the margins of the EUROFI event"],"address":["Paris in the margins of the EUROFI event"],"addressEntity":["addr-91c2126d003f243ed785c1ddc8a4ec870523f2a5"],"organizer":["ec-dg-connect"],"involved":["eu-tr-799142914971-03","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2022-02-23-500e800480111d8a9386583d9da4bbf027f96bec","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-02-23 - Health Emergency Preparedness and Response Authority x Pandemic Action Network"],"date":["2022-02-23"],"summary":["Discussion HERA/CEPI"],"location":["LOI 15 Brussels"],"address":["LOI 15 Brussels"],"addressEntity":["addr-09885417957897b7501f8a70e0323fdaa60551e8"],"organizer":["ec-dg-hera"],"involved":["ec-person-ca1ba7d868310cf297ba69999f416939d86a30ac","eu-tr-621243638636-02"]}} -{"id":"ec-meeting-2022-02-23-6273853fb05f50995bebbf0814e21c9147b39a1e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-02-23 - Cabinet of Commissioner Thierry Breton x Motion Picture Association EMEA"],"date":["2022-02-23"],"summary":["DSA, geoblocking and audiovisual dialogue"],"notes":["Portfolio: Internal Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","eu-tr-95201401713-39","ec-person-5215bd372c5a1202399d77ecceb8c16de8d7d55c"]}} -{"id":"ec-meeting-2022-02-23-6ab0e89c8361746dbe5e88b5cb3336f48a30eb00","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-02-23 - Cabinet of Commissioner Janusz Wojciechowski x Arla Foods amba European Biogas Association Common Futures. Energy Transition Specialists B.V."],"date":["2022-02-23"],"summary":["Biomethane"],"notes":["Portfolio: Agriculture"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["eu-tr-18191445640-83","eu-tr-293431844039-55","ec-person-cafe030b6dad78a75143f7552c420481b30ebceb","eu-tr-479299526321-12"]}} -{"id":"ec-meeting-2022-02-23-6e3004ea1e8af2a50b03c49c7bb1b05cef1749f8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-02-23 - Cabinet of Commissioner Mairead Mcguinness x European Community Shipowners' Associations"],"date":["2022-02-23"],"summary":["Taxonomy criteria"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-a5441c6a69a8a94fd64e02def60fcc6567f2c1d8","eu-tr-59004966537-01"]}} -{"id":"ec-meeting-2022-02-23-70bd5e12d9169421f1363e57e81b2c63bea32d5a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-02-23 - Cabinet of Commissioner Janusz Wojciechowski x European Union Of Wholesale with Eggs, Egg Products and Poultry and Game"],"date":["2022-02-23"],"summary":["Continuity of the free range sector within the European egg market"],"notes":["Portfolio: Agriculture"],"location":["Virtual meeting"],"address":["Virtual meeting"],"addressEntity":["addr-1f1f3f51a4da31a1ea5c1b4b21cbf52ad983224f"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["eu-tr-36546161539-21","ec-person-ae252fb0bbbad2440e31f70ccc19082b7ac65837"]}} -{"id":"ec-meeting-2022-02-23-8ffdb1ac5816f3b00dc9cb6bd0ee169d90003a35","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-02-23 - Communications Networks, Content and Technology x ING Group"],"date":["2022-02-23"],"summary":["15 minutes chat on the digitalization of payments and finance"],"location":["Paris, in the margins of Eurofi event"],"address":["Paris, in the margins of Eurofi event"],"addressEntity":["addr-582627ac77f3f73484d34689f92f6a1c24c135c6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-12112965774-95","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2022-02-23-960e53d3d900b9d94270a13a7b896e9008b6d0cd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-02-23 - Communications Networks, Content and Technology x Zurich Insurance Company Ltd"],"date":["2022-02-23"],"summary":["15 minutes chat on EU policy and political agenda, the future financial services landscape and the use of AI in financial services"],"location":["Paris in the margins of EUROFI event"],"address":["Paris in the margins of EUROFI event"],"addressEntity":["addr-08b5fc261a54295cc50cde2e0e35e3ea321923d5"],"organizer":["ec-dg-connect"],"involved":["eu-tr-499059113403-37","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2022-02-23-a87611333cfe6f36bc4fa14f80c3dfc73b5fdbf1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-02-23 - Agriculture and Rural Development x International Federation of Organic Agriculture Movements EU Regional Group"],"date":["2022-02-23"],"summary":["Organic farming and the draft national strategic plans, future sustainability standards and organic farming as well as the governance regarding the adoption of opinions in the area of organic farming"],"location":["Brussels - ZOOM"],"address":["Brussels - ZOOM"],"addressEntity":["addr-211431c5b31e7296b41d5e57c3b81b8cf72bc98a"],"organizer":["ec-dg-agri"],"involved":["eu-tr-67128251296-84","ec-person-94f7c6e6875fa76120558bda38f913792cc61934"]}} -{"id":"ec-meeting-2022-02-23-b320360db824ff79c9d1c8dd81452638e7449b83","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-02-23 - Cabinet of Commissioner Thierry Breton x RENAULT Continental AG"],"date":["2022-02-23"],"summary":["Connected and automated cars"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-06248449380-53","ec-person-6308dea893b9b1ca0dcd5b91b4a1ac4c2f3020ad","eu-tr-946343776-69"]}} -{"id":"ec-meeting-2022-02-23-bc3cc3baaf5e24e2b9b69322ee62603350f72ae5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-02-23 - Cabinet of Commissioner Nicolas Schmit x Openclassrooms"],"date":["2022-02-23"],"summary":["Meeting on Skills"],"notes":["Portfolio: Jobs and Social Rights"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-66fa2c2d100ec194caa42b5c6f97c36e2748b71c","ec-person-4cf4655ab41922e92160325d987a3c4615c72d30","eu-tr-428144738947-12"]}} -{"id":"ec-meeting-2022-02-23-c4e93a424192e486f46cf47aeca36443570bb60c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-02-23 - Cabinet of Executive Vice-President Valdis Dombrovskis x Equinor ASA"],"date":["2022-02-23"],"summary":["Oil and gas supply, carbon capture storage, low carbon energy, including blue hydrogen."],"notes":["Portfolio: An Economy that Works for People"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-9e7bd1005456277f156b671d1555c6a460fb2f58","eu-tr-4447605981-76"]}} -{"id":"ec-meeting-2022-02-23-e2473726e3471fc4c34fc12a1d822aa8dd9aa1d6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-02-23 - Cabinet of Commissioner Didier Reynders x Polish Confederation Lewiatan"],"date":["2022-02-23"],"summary":["Rule of Law"],"notes":["Portfolio: Justice"],"location":["video conference"],"address":["video conference"],"addressEntity":["addr-6dc12e3c97077db82f32184f24341ce370a445fd"],"organizer":["ec-cabinet-commissioner-didier-of-reynders"],"involved":["ec-person-6c2abeaa21f9fe09b6a21f7f73e03d924e89018e","ec-person-1e25399e2267734c5f4c69093d2286c8898ee9f0","eu-tr-251117611140-75"]}} -{"id":"ec-meeting-2022-02-24-00109a2fb88e9220c549b626efac275ac5d18ae7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-02-24 - Cabinet of Executive Vice-President Valdis Dombrovskis x Bank of America Corporation"],"date":["2022-02-24"],"summary":["Capital Markets Union"],"notes":["Portfolio: An Economy that Works for People"],"location":["Paris"],"address":["Paris"],"addressEntity":["addr-22390ad11c32faec43fc61555b53607660b3c185"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-9e7bd1005456277f156b671d1555c6a460fb2f58","eu-tr-53891615036-88"]}} -{"id":"ec-meeting-2022-02-24-014f5bd628c0ec891fd622e9c8ff8bccf212dd07","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-02-24 - Cabinet of Commissioner Mairead Mcguinness x Mizuho Financial Group, Inc."],"date":["2022-02-24"],"summary":["Banking package"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Paris"],"address":["Paris"],"addressEntity":["addr-22390ad11c32faec43fc61555b53607660b3c185"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-0ba9b89127b39af6a66f2fc3ed727332f1b19a34","eu-tr-619816425761-15"]}} -{"id":"ec-meeting-2022-02-24-0170c658f37ab489321eb6a552a9c9a817f10984","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-02-24 - Cabinet of Commissioner Janusz Wojciechowski x Assoziation ökologischer Lebensmittelhersteller e.V. Organic Processing and Trade Association Europe e.V."],"date":["2022-02-24"],"summary":["Challenges and perspectives in the organics sector"],"notes":["Portfolio: Agriculture"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["eu-tr-168090639506-30","ec-person-cafe030b6dad78a75143f7552c420481b30ebceb","eu-tr-715596039328-75"]}} -{"id":"ec-meeting-2022-02-24-1ff4d94b20b5ee2adb2f933b00450dab5658f0ba","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-02-24 - Cabinet of Commissioner Janusz Wojciechowski x European farmers European agri-cooperatives"],"date":["2022-02-24"],"summary":["Pigmeat market management"],"notes":["Portfolio: Agriculture"],"location":["BERLAYMONT"],"address":["BERLAYMONT"],"addressEntity":["addr-686c91321c4ca33d4c7be355145bb3f54477fb5a"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["eu-tr-44856881231-49","ec-person-c825a813205e5077cd48bbd241436daf1834fc9b","ec-person-625f8b4379f79adee4f15c6a0417a96bb5a5a403","eu-tr-09586631237-74","ec-person-08c62f972c22464aca7a65520eb9406f8db14a66"]}} -{"id":"ec-meeting-2022-02-24-2f578ef7a43a26e1285a05836f6fe9b83eb8f24b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-02-24 - Cabinet of Commissioner Mairead Mcguinness x BNP PARIBAS"],"date":["2022-02-24"],"summary":["Capital Market Union\r\nSustainability"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Paris"],"address":["Paris"],"addressEntity":["addr-22390ad11c32faec43fc61555b53607660b3c185"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-0ba9b89127b39af6a66f2fc3ed727332f1b19a34","eu-tr-78787381113-69"]}} -{"id":"ec-meeting-2022-02-24-31165409b0cb469fc51af0b60918fe7567ad4c81","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-02-24 - Cabinet of Commissioner Mairead Mcguinness x London Stock Exchange Group"],"date":["2022-02-24"],"summary":["consolidated tape\r\nsustainable finance\r\nclearing \r\nCCPs"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Paris"],"address":["Paris"],"addressEntity":["addr-22390ad11c32faec43fc61555b53607660b3c185"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-0ba9b89127b39af6a66f2fc3ed727332f1b19a34","eu-tr-550494915045-08"]}} -{"id":"ec-meeting-2022-02-24-66e5e70dde02012e2bd7f038841be7e2265b1de5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-02-24 - Cabinet of Commissioner Mairead Mcguinness x Federated Hermes Limited"],"date":["2022-02-24"],"summary":["MMF reforms and STFMs improving\r\nAIFMD/UCITS reviews\r\nESG sustainable finance"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Paris"],"address":["Paris"],"addressEntity":["addr-22390ad11c32faec43fc61555b53607660b3c185"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["eu-tr-577757624718-90","ec-person-0ba9b89127b39af6a66f2fc3ed727332f1b19a34"]}} -{"id":"ec-meeting-2022-02-24-7b92e8a9d457a9ec60302957f2764f65cc01edf3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-02-24 - Cabinet of Commissioner Janusz Wojciechowski x Irish Farmers' Association"],"date":["2022-02-24"],"summary":["Current issue of input costs including fertiliser Anti Dumping Suspension request, crisis in the pig sector and current CAP process"],"notes":["Portfolio: Agriculture"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["eu-tr-458700813641-37","ec-person-08c62f972c22464aca7a65520eb9406f8db14a66"]}} -{"id":"ec-meeting-2022-02-24-bd91a1ce8d6d35463245d64f40b993f481317c8f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-02-24 - Cabinet of Commissioner Mairead Mcguinness x Euronext"],"date":["2022-02-24"],"summary":["clearing"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Paris"],"address":["Paris"],"addressEntity":["addr-22390ad11c32faec43fc61555b53607660b3c185"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["eu-tr-17804464809-28","ec-person-0ba9b89127b39af6a66f2fc3ed727332f1b19a34"]}} -{"id":"ec-meeting-2022-02-24-c75a3461754b8bd7368e2853d923db041d1d83cc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-02-24 - Cabinet of Executive Vice-President Valdis Dombrovskis x Deutsche Börse AG"],"date":["2022-02-24"],"summary":["Capital Markets Union"],"notes":["Portfolio: An Economy that Works for People"],"location":["Paris"],"address":["Paris"],"addressEntity":["addr-22390ad11c32faec43fc61555b53607660b3c185"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["eu-tr-20884001341-42","ec-person-9e7bd1005456277f156b671d1555c6a460fb2f58"]}} -{"id":"ec-meeting-2022-02-24-d92067511520f47f746566408ee98358f101fc9b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-02-24 - Employment, Social Affairs and Inclusion x Association Internationale de la Mutualité"],"date":["2022-02-24"],"summary":["social economy, platform work, care strategy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-empl"],"involved":["eu-tr-595328413083-91","ec-person-dd259fce880e1853f0beb087443bce6e7dea70d7"]}} -{"id":"ec-meeting-2022-02-24-ed49c64b6ffb326a39f4bf023d52992378af3d96","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-02-24 - Cabinet of Commissioner Stella Kyriakides x Association Internationale de la Mutualité"],"date":["2022-02-24"],"summary":["Discussion on Europe's Beating Cancer Plan"],"notes":["Portfolio: Health"],"location":["Brussels, virtual"],"address":["Brussels, virtual"],"addressEntity":["addr-a77aad37184191a1e2534f0bc3ae06cdbb66cf4a"],"organizer":["ec-cabinet-commissioner-kyriakides-of-stella"],"involved":["eu-tr-595328413083-91","ec-person-89da633742fbb5cc6968446425905784a5dcc5bc"]}} -{"id":"ec-meeting-2022-02-24-f54fa7a5a6d08dc2584aed79dcedd8b5f090f277","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-02-24 - Cabinet of Commissioner Thierry Breton x 5Rights Foundation"],"date":["2022-02-24"],"summary":["Better Internet for Kids"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-d6689ffc6695e7e65bdd0e0c0da1721d3031ea1b","ec-person-4d83416435f81b1f1e8f5c86aeebb1478577f1d2","eu-tr-373653640889-82"]}} -{"id":"ec-meeting-2022-02-25-08382a61856d7582e99ff7a13baa4d5800f93222","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-02-25 - Directorate-General for International Partnerships x European Council on Foreign Relations"],"date":["2022-02-25"],"summary":["Global Gateway, Green Deal, Africa"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-intpa"],"involved":["eu-tr-339569615567-89","ec-person-afe6f55069d2cc5483157e138e41abd63140fdd8"]}} -{"id":"ec-meeting-2022-02-25-8377f3476b4c18d527c3dc9c4e95bf8d9dcee878","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-02-25 - Cabinet of Commissioner Johannes Hahn x GLOBSEC"],"date":["2022-02-25"],"summary":["Current economic developments and security challenges in Europe."],"notes":["Portfolio: Budget and Administration"],"location":["Vienna, Austria"],"address":["Vienna, Austria"],"addressEntity":["addr-090be3f54cd0f162a77bddc433046b64f0b14a71"],"organizer":["ec-cabinet-commissioner-hahn-johannes-of"],"involved":["ec-person-6dd3472dac004e43ec1fa4f5b4106e3b476c9ce7","eu-tr-903680223573-18"]}} -{"id":"ec-meeting-2022-02-25-9419bf35909b0fe7095e58d51b43532cc9ce9ca0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-02-25 - Cabinet of Commissioner Thierry Breton x European Association Automotive Suppliers"],"date":["2022-02-25"],"summary":["Transition pathway mobility, Euro 7, data act"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-6308dea893b9b1ca0dcd5b91b4a1ac4c2f3020ad","eu-tr-91408765797-03"]}} -{"id":"ec-meeting-2022-02-25-ad066cdf85b448c7e8599b3e2a78f38aacdda0cd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-02-25 - Cabinet of Executive Vice-President Valdis Dombrovskis x BUSINESSEUROPE"],"date":["2022-02-25"],"summary":["ASG CEO Event planning meeting"],"notes":["Portfolio: An Economy that Works for People"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["eu-tr-3978240953-79","ec-person-95d6ecce9b8f3a7b167d0eac8e270fdce0665ccb"]}} -{"id":"ec-meeting-2022-02-25-be9963135aca9f7858cbf99ab8d77f50777e5682","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-02-25 - Communications Networks, Content and Technology x Retelit Spa"],"date":["2022-02-25"],"summary":["Digital infrastructures"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-dg-connect"],"involved":["eu-tr-950271240628-66","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2022-02-25-ddef2811d467d9ba9edf83bd007619f3339b5a15","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-02-25 - Cabinet of Commissioner Virginijus Sinkevičius x Landbrug & Fødevarer - Danish Agriculture and Food Council"],"date":["2022-02-25"],"summary":["To exchange views on the planned Nature Restoration Law (NRL)"],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["eu-tr-1634450483-86","ec-person-d60b74d6bf19edff0aacdad384927f95de9b3c60"]}} -{"id":"ec-meeting-2022-02-25-e37343877282a6a17f678456a5f73967c66b0296","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-02-25 - Cabinet of Commissioner Johannes Hahn x AT & S AUSTRIA TECHNOLOGIE & SYSTEMTECHNIK AKTIENGESELLSCHAFT"],"date":["2022-02-25"],"summary":["The European Chips Act and developments in Europe’s global competitiveness in this sector."],"notes":["Portfolio: Budget and Administration"],"location":["Vienna, Austria"],"address":["Vienna, Austria"],"addressEntity":["addr-090be3f54cd0f162a77bddc433046b64f0b14a71"],"organizer":["ec-cabinet-commissioner-hahn-johannes-of"],"involved":["ec-person-6dd3472dac004e43ec1fa4f5b4106e3b476c9ce7","eu-tr-475891045627-85"]}} -{"id":"ec-meeting-2022-02-25-ec0ddfd41eb99f56516896a09d7b896cc455932a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-02-25 - Cabinet of Vice-President Věra Jourová x Asociace pro mezinárodní otázky, z.s."],"date":["2022-02-25"],"summary":["The influence of foreign actors"],"notes":["Portfolio: Values and Transparency"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["ec-person-bf54da17217bbddfd9c68fe24d88005ac17e2c4b","eu-tr-364409544616-65"]}} -{"id":"ec-meeting-2022-02-26-0dbe8c0b7bb99e4a00ce7901d1d0389b7d7b42d7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-02-26 - Cabinet of Commissioner Thierry Breton x Google"],"date":["2022-02-26"],"summary":["Urgent measures to fight war propaganda on platforms"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-03181945560-59","ec-person-4d83416435f81b1f1e8f5c86aeebb1478577f1d2"]}} -{"id":"ec-meeting-2022-02-27-0dbe8c0b7bb99e4a00ce7901d1d0389b7d7b42d7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-02-27 - Cabinet of Commissioner Thierry Breton x Google"],"date":["2022-02-27"],"summary":["Urgent measures to fight war propaganda on platforms"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","eu-tr-03181945560-59","ec-person-4d83416435f81b1f1e8f5c86aeebb1478577f1d2"]}} -{"id":"ec-meeting-2022-02-28-398ec3aedcbe27d7a757730568073896a6ba3580","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-02-28 - Health Emergency Preparedness and Response Authority x Wellcome Trust"],"date":["2022-02-28"],"summary":["HERA : in particular its global role"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-dg-hera"],"involved":["ec-person-ca1ba7d868310cf297ba69999f416939d86a30ac","eu-tr-912723313554-37"]}} -{"id":"ec-meeting-2022-02-28-98be7fccf10fab5e00d149982b49301af12193b7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-02-28 - Cabinet of Commissioner Mairead Mcguinness x Irish Farmers' Association"],"date":["2022-02-28"],"summary":["Latest challenges for the agriculture sector"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-2b9c589fb2354bd93067644d2c3d2c058d4c4cc9","eu-tr-458700813641-37"]}} -{"id":"ec-meeting-2022-02-28-bfd95f61915be6fbdcd9a5244823024138054cd8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-02-28 - Cabinet of President Ursula von der Leyen x Microsoft Corporation"],"date":["2022-02-28"],"summary":["Current developments in digital policies and, in particular, how Europe is updating EU competition rules and tools to the digital age."],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["eu-tr-0801162959-21","ec-person-7019713e72781afb1f3b19032c4752a314b78180"]}} -{"id":"ec-meeting-2022-03-01-0cf15847fd2ba157428876757a014185f1e0afa9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-01 - Cabinet of Commissioner Jutta Urpilainen x European Development Finance Institutions"],"date":["2022-03-01"],"summary":["EFSD+"],"notes":["Portfolio: International Partnerships"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["ec-person-7204caa5e704bc4a911fee13ad5c0f62fd74b3bc","eu-tr-410540760-32","ec-person-7c4fa9cfb750b5b524c065180fcee1123b8df03e"]}} -{"id":"ec-meeting-2022-03-01-32158b6a993b9eb1fb08e7ab2858ef8e70c05206","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-01 - Cabinet of Executive Vice-President Margrethe Vestager x IFPI Representing recording industry worldwide"],"date":["2022-03-01"],"summary":["Digital Services Act"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-60394321918-91","ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0"]}} -{"id":"ec-meeting-2022-03-01-4c7ae7a0c457d59f93d5f40188cd0dc6bcfadc47","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-01 - Mobility and Transport x CMA CGM"],"date":["2022-03-01"],"summary":["supply chain, worldwide situation"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-move"],"involved":["eu-tr-009433826675-55","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2022-03-01-6246605beddfd78e9188f17664808f4b7c237c87","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-01 - Cabinet of Vice-President Věra Jourová x Bundesarbeitskammer Österreich LobbyControl Corporate Europe Observatory Transparency International Liaison Office to the European Union Access Info Europe"],"date":["2022-03-01"],"summary":["Transparency register"],"notes":["Portfolio: Values and Transparency"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["eu-tr-5353162366-85","eu-tr-49931835063-67","eu-tr-501222919-71","eu-tr-6314918394-16","ec-person-7e1aeaad9232c788ee790cdb309ccad8f9ffdc5e","eu-tr-23869471911-54"]}} -{"id":"ec-meeting-2022-03-01-6acfb342caa93f9cebd5038fd4e56a6febd1f21d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-01 - Cabinet of Executive Vice-President Frans Timmermans x Lufthansa Group"],"date":["2022-03-01"],"summary":["Discussion on the Fit-for-55 package and the airline’s contribution to the EU’s climate goals"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-7c876f4825f213b8adbedf089ccedfbc3b36d65b","eu-tr-0714344663-32"]}} -{"id":"ec-meeting-2022-03-01-7581bd8a4105363aacc4be4634ff9044e9709b2c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-01 - Cabinet of Executive Vice-President Margrethe Vestager x G Plus Ltd (t/a Portland) Together Against Counterfeiting Alliance"],"date":["2022-03-01"],"summary":["Digital Services Act"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-7223777790-86","ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0","eu-tr-514705440006-49"]}} -{"id":"ec-meeting-2022-03-01-87bff60be5e5b333412a67ed28095d33b26848f2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-01 - Cabinet of Commissioner Thierry Breton x Netflix International B.V."],"date":["2022-03-01"],"summary":["Russia’s military aggression against Ukraine and countering disinformation"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-487726915971-30","ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","ec-person-5215bd372c5a1202399d77ecceb8c16de8d7d55c"]}} -{"id":"ec-meeting-2022-03-01-92c6200570534c6feb6503d3a75050f7f56c4094","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-01 - Cabinet of Commissioner Mariya Gabriel x The Premier League"],"date":["2022-03-01"],"summary":["Phénomène du piratage des évènements sportifs retransmis en direct."],"notes":["Portfolio: Innovation and Youth"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["ec-person-fa64a5880d41ebf63dcede9b77929dd30fbf312f","eu-tr-20008164092-96"]}} -{"id":"ec-meeting-2022-03-01-b85c6b77c5a1ae45d67035972d698a7a6ec6a33d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-01 - Cabinet of Executive Vice-President Frans Timmermans x Hyperloop Transportation Technologies"],"date":["2022-03-01"],"summary":["discussion"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-d56ecbfde17436a136fc89c9a978b266e8285c84","eu-tr-337560545534-33"]}} -{"id":"ec-meeting-2022-03-01-d74517e4038c1bea3f79c759b9e0cec057f3a5cd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-01 - Cabinet of Commissioner Thierry Breton x SACRED"],"date":["2022-03-01"],"summary":["Transition pathway mobility"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-782000145605-02","ec-person-6308dea893b9b1ca0dcd5b91b4a1ac4c2f3020ad"]}} -{"id":"ec-meeting-2022-03-01-def2df661b3141506aa3541eef93eb596d8ad898","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-01 - Administration and Payment of Individual Entitlements x Allianz SE"],"date":["2022-03-01"],"summary":["Presentation of the company."],"location":["Videoconference or MERO"],"address":["Videoconference or MERO"],"addressEntity":["addr-cb3633b82352d86456dd66f4e08e2ade04eb7479"],"organizer":["ec-dg-pmo"],"involved":["ec-person-bbb54040fed5dcba69f7810a70957cc58a666ace","eu-tr-05503341949-54"]}} -{"id":"ec-meeting-2022-03-01-ec4dea38b83077991aa9b3d6adace04188db7b5a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-01 - Cabinet of Executive Vice-President Frans Timmermans x Land- en Tuinbouw Organisatie Nederland"],"date":["2022-03-01"],"summary":["Sustainable food systems"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-4656646862-72","ec-person-33624431cbec1074e151c1707715ef46d2ba9565"]}} -{"id":"ec-meeting-2022-03-01-fa0f9975c9f47c11b6e4268c272a5205de92ee44","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-01 - Cabinet of Commissioner Thierry Breton x DIN Deutsches Institut für Normung e. V. Association Française de Normalisation"],"date":["2022-03-01"],"summary":["EU Standardisation Strategy"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-989808524267-58","ec-person-e18e6e300776f5f47ca4c72c1ba1b0d0eb1e71fe","ec-person-d6689ffc6695e7e65bdd0e0c0da1721d3031ea1b","eu-tr-104570644466-01"]}} -{"id":"ec-meeting-2022-03-01-fbbb66a6a1dd98f0e252cd2ea3816436ed265ff6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-01 - Cabinet of Commissioner Thierry Breton x Cosmetics Europe"],"date":["2022-03-01"],"summary":["Chemicals strategy; CLP Regulation"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-6308dea893b9b1ca0dcd5b91b4a1ac4c2f3020ad","eu-tr-83575061669-96"]}} -{"id":"ec-meeting-2022-03-02-055f108f91b29c8961920ca842b4763a6b33b485","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-02 - Cabinet of Commissioner Thierry Breton x BOUYGUES EUROPE"],"date":["2022-03-02"],"summary":["Media Freeedom Act; Audiovisual Dialogue"],"notes":["Portfolio: Internal Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-5215bd372c5a1202399d77ecceb8c16de8d7d55c","eu-tr-91216972728-77"]}} -{"id":"ec-meeting-2022-03-02-20224ad334f21989e8cc8aea9d7d7beedb0ec040","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-02 - Cabinet of Commissioner Mairead Mcguinness x Swiss Finance Council"],"date":["2022-03-02"],"summary":["The latest regulatory and political developments in the European financial sector relevant to the SFC and its Members UBS and Credit Suisse"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-2b9c589fb2354bd93067644d2c3d2c058d4c4cc9","eu-tr-858716912337-17","ec-person-a5441c6a69a8a94fd64e02def60fcc6567f2c1d8"]}} -{"id":"ec-meeting-2022-03-02-3c10bd061cd6ba563206c8bd12c1c3e614803442","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-02 - Cabinet of Executive Vice-President Margrethe Vestager x BOUYGUES EUROPE"],"date":["2022-03-02"],"summary":["Digital Services Act, Digital Markets Act, AI Act."],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0","ec-person-73fb1ddd279f8c6697a055567a2c09606006b875","eu-tr-91216972728-77"]}} -{"id":"ec-meeting-2022-03-02-4dfe418321deb8ba7bced886aa642388fafb824c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-02 - Cabinet of Vice-President Dubravka Šuica x Egmont Institute"],"date":["2022-03-02"],"summary":["Demography"],"notes":["Portfolio: Democracy and Demography"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dubravka-of-president-suica-vice"],"involved":["ec-person-e38d9f76fd8b368ff0a9e724d2cd3da76124d857","ec-person-bae2f44eb21285b37ecc9c7f2f42b4acb1f53264","ec-person-3fde0db8d8834e47db2b7c32ce5c469b66548f1b","eu-tr-363331923608-55"]}} -{"id":"ec-meeting-2022-03-02-5b39b93f4252e2d7fb26e8abc33d1f777b848326","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-02 - Cabinet of Commissioner Nicolas Schmit x SMEunited aisbl"],"date":["2022-03-02"],"summary":["Social dialogues initiatives."],"notes":["Portfolio: Jobs and Social Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["eu-tr-55820581197-35","ec-person-8eb18b6102d444937bc6af5822a6742812165b48","ec-person-4cf4655ab41922e92160325d987a3c4615c72d30","ec-person-c03b949331dbbe5fa3d5423758e371ec1b9b832f"]}} -{"id":"ec-meeting-2022-03-02-64e1c7be1e32a212d68423dc39b96c0c7f394adc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-02 - Agriculture and Rural Development x Regenerative Society Foundation"],"date":["2022-03-02"],"summary":["“Farm to Fork Strategy\" and the \"New Circular Economy Action Plan”"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-agri"],"involved":["eu-tr-315377145604-80","ec-person-94f7c6e6875fa76120558bda38f913792cc61934"]}} -{"id":"ec-meeting-2022-03-02-676435e4f4113428ab29cf24811a539e534aa4de","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-02 - Cabinet of Executive Vice-President Valdis Dombrovskis x Association Française de Normalisation DIN Deutsches Institut für Normung e. V."],"date":["2022-03-02"],"summary":["Standardisation Strategy"],"notes":["Portfolio: An Economy that Works for People"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["eu-tr-989808524267-58","ec-person-3520008ac93a203db50d106deafde939bc2729f1","eu-tr-104570644466-01"]}} -{"id":"ec-meeting-2022-03-02-6ee5f2343ceaf81738c400ccb77464d22f3257d6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-02 - Cabinet of Commissioner Helena Dalli x Accenture PLC"],"date":["2022-03-02"],"summary":["Discussion on inclusion and diversity."],"notes":["Portfolio: Equality"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-commissioner-dalli-helena-of"],"involved":["ec-person-dbd4bba0ef71d4385c97691e3df5bb484709a07e","ec-person-aa0edba7826d1445c51c415ae3da020d45f9dc06","eu-tr-34424201320-69"]}} -{"id":"ec-meeting-2022-03-02-78824be1a05f89cf44c013d7d4f469a520d0966f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-02 - Cabinet of Vice-President Maroš Šefčovič x Swiss Finance Council"],"date":["2022-03-02"],"summary":["EU-Swiss relations"],"notes":["Portfolio: Interinstitutional Relations and Foresight"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-858716912337-17","ec-person-1f95be23689cd4ed0a26fe2980f760ccf2d55c1e"]}} -{"id":"ec-meeting-2022-03-02-b96bb928f3629e1d0ae3cea044f3aa43ecafa8c1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-02 - Cabinet of Executive Vice-President Frans Timmermans x Cruise Lines International Association Europe"],"date":["2022-03-02"],"summary":["Clean cruise shipping and sustainable tourism"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-d56ecbfde17436a136fc89c9a978b266e8285c84","eu-tr-69525934310-58"]}} -{"id":"ec-meeting-2022-03-02-c21eae01be6201cc31c4b1a171a684cbfbcac954","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-02 - Foreign Policy Instruments x Expertise France"],"date":["2022-03-02"],"summary":["Operationnalization of the EU programming in the Peace and security Agenda (b) to take stock on few on-going projects or at the state of formulation (NDICI & EPF)"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fpi"],"involved":["ec-person-c807b0d7987703f3934e9e3417c0a8b3cb2cd297","eu-tr-877833843416-03"]}} -{"id":"ec-meeting-2022-03-03-10f34a7c7e6c51c53c05c531c6a6b14ae645aea6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-03 - Cabinet of Executive Vice-President Frans Timmermans x APCO Worldwide The European Federation of Corrugated Board Manufacturers European Carton Makers Association The Alliance for Beverage Cartons and the Environment European Paper Packaging Alliance Association of European Cartonboard and Carton Manufacturers"],"date":["2022-03-03"],"summary":["EU circular economy implementation"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-948591610750-02","ec-person-8af3c81534786a740718d21dc58240738a53ed7b","eu-tr-716182712301-64","eu-tr-57004293853-27","eu-tr-871659237699-78","eu-tr-81995781088-41","eu-tr-708104118458-79"]}} -{"id":"ec-meeting-2022-03-03-5af3d69c345d431d3a365ae188b56e98441fd313","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-03 - Cabinet of Commissioner Virginijus Sinkevičius x None"],"date":["2022-03-03"],"summary":["Restrictions Roadmap and the CSS implementation"],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["eu-tr-27053044762-72","eu-tr-06798511314-27","eu-tr-95363765837-60","ec-person-d60b74d6bf19edff0aacdad384927f95de9b3c60","eu-tr-9505781573-45"]}} -{"id":"ec-meeting-2022-03-03-6c1ae87c74036b87deac00060c7a7284125d6786","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-03 - Cabinet of Executive Vice-President Valdis Dombrovskis x SMEunited aisbl"],"date":["2022-03-03"],"summary":["Social Dialogue, implementation of national recovery and resilience plans and decent work"],"notes":["Portfolio: An Economy that Works for People"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["eu-tr-55820581197-35","ec-person-95d6ecce9b8f3a7b167d0eac8e270fdce0665ccb","ec-person-9e7bd1005456277f156b671d1555c6a460fb2f58"]}} -{"id":"ec-meeting-2022-03-03-92a4380b56cbedd8cae7b906b4519ebd0723adef","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-03 - Cabinet of Commissioner Thierry Breton x Eastman Chemical Company"],"date":["2022-03-03"],"summary":["Circular economy and chemical recycling"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-6308dea893b9b1ca0dcd5b91b4a1ac4c2f3020ad","eu-tr-155455216927-36"]}} -{"id":"ec-meeting-2022-03-03-98be7fccf10fab5e00d149982b49301af12193b7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-03 - Cabinet of Commissioner Mairead Mcguinness x Irish Farmers' Association"],"date":["2022-03-03"],"summary":["Address at Galway IFA executive meeting - EU response to Ukraine, CAP, fertilizer/input costs"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Galway, Ireland"],"address":["Galway, Ireland"],"addressEntity":["addr-5b576b77fa9ef4747ee0d72a0a2dc1ed111d0919"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-2b9c589fb2354bd93067644d2c3d2c058d4c4cc9","eu-tr-458700813641-37"]}} -{"id":"ec-meeting-2022-03-03-a56ff5a6f8f6958136f8812faad91fc108f8cf21","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-03 - Cabinet of Commissioner Stella Kyriakides x FIPRA International SRL"],"date":["2022-03-03"],"summary":["VTC Meeting with HIV Outcomes steering group on EU health policy, HIV and health related quality of life"],"notes":["Portfolio: Health"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-kyriakides-of-stella"],"involved":["eu-tr-58746194306-23","ec-person-c7513fae2df7920eea99d7cc103a354aa4f56b6e"]}} -{"id":"ec-meeting-2022-03-03-afbc264fb4f0babde9de892b6c36d625b9a8e444","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-03 - Cabinet of Vice-President Maroš Šefčovič x Teneo Brussels"],"date":["2022-03-03"],"summary":["Discussion on foresight strategy"],"notes":["Portfolio: Interinstitutional Relations and Foresight"],"location":["videoconference"],"address":["videoconference"],"addressEntity":["addr-92b2fbb928e012810d80d9ef1abe12027beee200"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-d8af7eb5b715c9bd960f9661cb5170f8c6230853","eu-tr-91124993695-29"]}} -{"id":"ec-meeting-2022-03-03-b15488e1472976a574def82025586113ff6a372b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-03 - Cabinet of Commissioner Jutta Urpilainen x Finnish Institute of International Affairs"],"date":["2022-03-03"],"summary":["The Arctic; International Partnerships."],"notes":["Portfolio: International Partnerships"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["ec-person-7c4fa9cfb750b5b524c065180fcee1123b8df03e","eu-tr-342534715247-56"]}} -{"id":"ec-meeting-2022-03-03-b6550a00809fdb6ce02cc5c1dbab079f151ed159","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-03 - Cabinet of Executive Vice-President Margrethe Vestager x Reddit, Inc."],"date":["2022-03-03"],"summary":["Digital Services Act."],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-585143341762-45","ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0"]}} -{"id":"ec-meeting-2022-03-03-c5a3a37ab621fff9cacc3d045be2df84642a6c47","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-03 - Cabinet of Commissioner Nicolas Schmit x Ibec Services Industrial Professional Technical Union Chambers Ireland European Construction Industry Federation Irish Congress Trade Unions"],"date":["2022-03-03"],"summary":["Minimum wage proposal, Platform work proposal, Labour shortages, Right to Request Remote Working Bill, Social dialogue."],"notes":["Portfolio: Jobs and Social Rights"],"location":["Dublin (IE)"],"address":["Dublin (IE)"],"addressEntity":["addr-30791410ef2321a57cf8351f65906a330c7a19cf"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["eu-tr-018097547406-18","ec-person-4cf4655ab41922e92160325d987a3c4615c72d30","eu-tr-479468313744-50","eu-tr-299273613885-27","eu-tr-469504914178-56","eu-tr-92221016212-42","ec-person-c03b949331dbbe5fa3d5423758e371ec1b9b832f"]}} -{"id":"ec-meeting-2022-03-03-d1df5ffab3f11020e9d4d3400e9cc98c946e64dd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-03 - Cabinet of Executive Vice-President Frans Timmermans x Eastman Chemical Company"],"date":["2022-03-03"],"summary":["Circular economy and chemical recycling"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-8af3c81534786a740718d21dc58240738a53ed7b","eu-tr-155455216927-36"]}} -{"id":"ec-meeting-2022-03-03-d6ac082fddd04edc7ac1966b94af56af5b5fcb0e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-03 - Cabinet of Executive Vice-President Frans Timmermans x None"],"date":["2022-03-03"],"summary":["Prospects of hyperloop in Europe"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-531047531752-02","eu-tr-451019811573-55","ec-person-d56ecbfde17436a136fc89c9a978b266e8285c84","eu-tr-487949135851-58","eu-tr-2732167674-76","eu-tr-478977744955-91","eu-tr-495349735696-77","eu-tr-4516220482-22","ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce","eu-tr-297411132641-64","eu-tr-462849021886-85","eu-tr-337560545534-33"]}} -{"id":"ec-meeting-2022-03-03-e08a7d243bde32142394e3880edb316f28f78fd0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-03 - Cabinet of Executive Vice-President Frans Timmermans x European Metropolitan Transport Authorities"],"date":["2022-03-03"],"summary":["Clean public transport"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-138859341899-13","ec-person-d56ecbfde17436a136fc89c9a978b266e8285c84"]}} -{"id":"ec-meeting-2022-03-03-eb8ab406942217ccfa3bc81dbe0786190f3e0b7d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-03 - Cabinet of Commissioner Virginijus Sinkevičius x Eastman Chemical Company"],"date":["2022-03-03"],"summary":["Circular economy and chemical recycling"],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["VIRTUAL"],"address":["VIRTUAL"],"addressEntity":["addr-5fe4dd429e7ca82543f447d5b6e37edc0b0211f3"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["ec-person-a58f1d06f5cb1d8dfd278e0c36d5aa1b9368b270","eu-tr-155455216927-36"]}} -{"id":"ec-meeting-2022-03-03-f6af50b7c0f2c2e44b3f148ea5cb12fa2101c902","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-03 - Cabinet of Commissioner Paolo Gentiloni x Costa Group"],"date":["2022-03-03"],"summary":["Pressing issues for the cruise industry due to COVID"],"notes":["Portfolio: Economy"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-cabinet-commissioner-gentiloni-of-paolo"],"involved":["eu-tr-350977437809-66","ec-person-8da36db391ed53f362d495cd564ba8b45c7003e1"]}} -{"id":"ec-meeting-2022-03-03-f6fc15bd3d4040264ed94dfae1e8989a12d7a6d4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-03 - Cabinet of Commissioner Didier Reynders x Council of Bars and Law Societies of Europe"],"date":["2022-03-03"],"summary":["Rule of law"],"notes":["Portfolio: Justice"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-didier-of-reynders"],"involved":["ec-person-6c2abeaa21f9fe09b6a21f7f73e03d924e89018e","ec-person-1e25399e2267734c5f4c69093d2286c8898ee9f0","eu-tr-4760969620-65"]}} -{"id":"ec-meeting-2022-03-03-f93447349d0fb0bbfefa13c49ffc677d183e6756","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-03 - Cabinet of Commissioner Virginijus Sinkevičius x European Carton Makers Association European Paper Packaging Alliance APCO Worldwide The European Federation of Corrugated Board Manufacturers Association of European Cartonboard and Carton Manufacturers The Alliance for Beverage Cartons and the Environment"],"date":["2022-03-03"],"summary":["EU circular economy implementation"],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["eu-tr-948591610750-02","eu-tr-716182712301-64","ec-person-d60b74d6bf19edff0aacdad384927f95de9b3c60","ec-person-a58f1d06f5cb1d8dfd278e0c36d5aa1b9368b270","eu-tr-57004293853-27","eu-tr-871659237699-78","eu-tr-81995781088-41","eu-tr-708104118458-79"]}} -{"id":"ec-meeting-2022-03-04-0d9b1449731e819c4e16b7d8d933f9bdf80db5f5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-04 - Financial Stability, Financial Services and Capital Markets Union x European Financial Services Round Table"],"date":["2022-03-04"],"summary":["Long-term economic and geopolitical implications for Europe"],"location":["Vitual meeting"],"address":["Vitual meeting"],"addressEntity":["addr-308a1347e4913e1c78d34a2128669d00d6f32eb9"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-27636291880-60","ec-person-1fce211249673c35ee07a801ddee77ab24af8d54"]}} -{"id":"ec-meeting-2022-03-04-0da9140e104434157e3d080110f584faaa3d6c0f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-04 - Cabinet of Executive Vice-President Margrethe Vestager x Ernst & Young Core Business Services BV"],"date":["2022-03-04"],"summary":["Digital Services Act"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0","eu-tr-04458109373-91"]}} -{"id":"ec-meeting-2022-03-04-13afa8036ba08afe4dcba73aef78e16406de11cd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-04 - Cabinet of Commissioner Thierry Breton x Costa Group"],"date":["2022-03-04"],"summary":["Meeting with Costa Cruises concerning the impact of the COVID-19 pandemic and the transition of the tourism ecosystem"],"notes":["Portfolio: Internal Market"],"location":["Videoconferece"],"address":["Videoconferece"],"addressEntity":["addr-eb34025336c18a15a5b59a792815ac4275d8866a"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-350977437809-66","ec-person-d6689ffc6695e7e65bdd0e0c0da1721d3031ea1b"]}} -{"id":"ec-meeting-2022-03-04-22b951a60716d1c20a51f06aeb8f6d188b4ebf1e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-04 - Cabinet of President Ursula von der Leyen x InterDigital, Inc."],"date":["2022-03-04"],"summary":["How to best contribute to EU’s political, economic, technological and geo-political objectives in the context of ongoing and upcoming policy and legislative initiatives"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-7019713e72781afb1f3b19032c4752a314b78180","eu-tr-787513017798-23"]}} -{"id":"ec-meeting-2022-03-04-45d4d72f7089967a2a424a01755b3dfdf5443a2a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-04 - Cabinet of Executive Vice-President Frans Timmermans x APc - Affaires Publiques consultants Refashion"],"date":["2022-03-04"],"summary":["Circular Economy, EU strategy on textiles and the role of extended producer responsibility schemes"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-434158845288-26","eu-tr-179612840909-89","ec-person-8af3c81534786a740718d21dc58240738a53ed7b"]}} -{"id":"ec-meeting-2022-03-04-4c004a8b4f24de4d9fc37f4eebad75a162440c6a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-04 - Cabinet of Commissioner Janez Lenarčič x International Fire and Rescue Services Association"],"date":["2022-03-04"],"summary":["Presentation of CTIF and their initiatives, among others a firefighting olympics to take place in Slovenia in July."],"notes":["Portfolio: Crisis Management"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-janez-lenarcic-of"],"involved":["ec-person-5746eabb9f91a3807bcfb0667d8a01870a6f5320","ec-person-35334591a1ee219b6f0829d58a8cfba058540557","eu-tr-648899629974-21"]}} -{"id":"ec-meeting-2022-03-04-6835bff0f14e441bc5bfbfb2da7a0f7185c28ab2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-04 - Cabinet of Commissioner Mairead Mcguinness x European FinTech Association"],"date":["2022-03-04"],"summary":["Retail Investment Strategy"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Virtual Meeting"],"address":["Virtual Meeting"],"addressEntity":["addr-ed078b6749077909a1a45720507ac2da9277b8b3"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["eu-tr-514240237898-38","ec-person-778f68c06d4985a2eda59737cdb80e7a4570f90f"]}} -{"id":"ec-meeting-2022-03-04-686cf42fd024f311d8d2d1a4d9b1fa9cef027701","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-04 - Cabinet of Executive Vice-President Margrethe Vestager x SMEunited aisbl"],"date":["2022-03-04"],"summary":["Single Market Emergency Instrument and Data Act"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-55820581197-35","ec-person-11d97788772862bb34f51dd26d7f92603eac1bf8","ec-person-0e93ebac9bad76e1351e0981f04e7ef88848f943"]}} -{"id":"ec-meeting-2022-03-04-7a9bf2f7a4cb52e661eb240b245560e3b7341145","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-04 - Cabinet of Commissioner Johannes Hahn x Vereinigung der österreichischen Industrie - Industriellenvereinigung"],"date":["2022-03-04"],"summary":["Courtesy visit. Exchange on current economic developments."],"notes":["Portfolio: Budget and Administration"],"location":["Vienna"],"address":["Vienna"],"addressEntity":["addr-8b6cea61d247482e9e7f1e7efb1db432a69bbcb2"],"organizer":["ec-cabinet-commissioner-hahn-johannes-of"],"involved":["ec-person-6dd3472dac004e43ec1fa4f5b4106e3b476c9ce7","eu-tr-89093924456-06"]}} -{"id":"ec-meeting-2022-03-04-996823fde3e3697db06d950a8d6238fbe6311b7a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-04 - Cabinet of Executive Vice-President Frans Timmermans x WWF European Policy Programme Stichting BirdLife Europe ClientEarth AISBL European Environmental Bureau"],"date":["2022-03-04"],"summary":["EU Nature Restoration Law"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-06798511314-27","ec-person-8af3c81534786a740718d21dc58240738a53ed7b","eu-tr-1083162721-43","eu-tr-1414929419-24","eu-tr-96645517357-19"]}} -{"id":"ec-meeting-2022-03-04-c60ce30e0538b2981a9673601366ab5562cedd08","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-04 - Cabinet of Commissioner Mairead Mcguinness x Alber & Geiger"],"date":["2022-03-04"],"summary":["Dynamic currency conversion"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Virtual Meeting"],"address":["Virtual Meeting"],"addressEntity":["addr-ed078b6749077909a1a45720507ac2da9277b8b3"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["eu-tr-67820416722-09","ec-person-778f68c06d4985a2eda59737cdb80e7a4570f90f"]}} -{"id":"ec-meeting-2022-03-04-c7ecc28c136118a2bdc6b3dbb7419cf964d0bb06","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-04 - Cabinet of Executive Vice-President Valdis Dombrovskis x InterDigital, Inc."],"date":["2022-03-04"],"summary":["Protection of intellectual property"],"notes":["Portfolio: An Economy that Works for People"],"location":["Bruxelles"],"address":["Bruxelles"],"addressEntity":["addr-b58f5927b66d94a676970dc048485d4c6848f272"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["eu-tr-787513017798-23","ec-person-7433d96a6e6f46c9f9174db79ec61c387dffa509"]}} -{"id":"ec-meeting-2022-03-04-d96b7bc5528335446da22db7f2770b1fedf161d7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-04 - Cabinet of Commissioner Virginijus Sinkevičius x ClientEarth AISBL Stichting BirdLife Europe WWF European Policy Programme European Environmental Bureau"],"date":["2022-03-04"],"summary":["EU Nature Restoration Law preparations"],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["eu-tr-06798511314-27","eu-tr-1083162721-43","eu-tr-1414929419-24","ec-person-d60b74d6bf19edff0aacdad384927f95de9b3c60","eu-tr-96645517357-19"]}} -{"id":"ec-meeting-2022-03-04-f26e92de756bbc281af74b53d93c6f32921a0d72","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-04 - Cabinet of Executive Vice-President Frans Timmermans x CITEO"],"date":["2022-03-04"],"summary":["EU circular economy implementation and extended producer responsibility"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-8af3c81534786a740718d21dc58240738a53ed7b","eu-tr-430607416969-79"]}} -{"id":"ec-meeting-2022-03-04-fd8e5a1b9c9360fd94dd67ae6bb53345a8c8745a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-04 - Cabinet of Commissioner Kadri Simson x Shell Companies"],"date":["2022-03-04"],"summary":["Shell corporate policy on fossil fuel purchases from Russia"],"notes":["Portfolio: Energy"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["ec-person-2fb98fc84d2cf8d481688eff3d47f7745ead3592","eu-tr-05032108616-26"]}} -{"id":"ec-meeting-2022-03-05-3af37c42787521a87a651b214f0bc607a79d538f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-05 - Cabinet of Executive Vice-President Frans Timmermans x Shell Companies"],"date":["2022-03-05"],"summary":["Energy developments"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-7c876f4825f213b8adbedf089ccedfbc3b36d65b","eu-tr-05032108616-26"]}} -{"id":"ec-meeting-2022-03-05-d0834dfbd26adccbc5bd464ef5f0793707f57421","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-05 - Cabinet of Executive Vice-President Margrethe Vestager x The Lisbon Council for Economic Competitiveness and Social Renewal asbl"],"date":["2022-03-05"],"summary":["VIP Working Lunch on the Transatlantic Relationship and the U.S.-EU Trade and Technology Council"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-6766950469-32","ec-person-8b6db5c3c4611618ade59c6d0dadc21c962f0ee7"]}} -{"id":"ec-meeting-2022-03-07-78e41f40d5bcda7f901b5cd1138861cac50c89e9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-07 - Cabinet of Commissioner Adina Vălean x eu travel tech"],"date":["2022-03-07"],"summary":["Meeting on multi-modality."],"notes":["Portfolio: Transport"],"location":["Conference call"],"address":["Conference call"],"addressEntity":["addr-28ba88479582b2f75898964548da4252dc7db7d2"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["ec-person-7f9ba99138b4fa5c698037dc7507219b1319e0a7","ec-person-6e21d867543ef3b910e746c319cb048abd054702","eu-tr-70614728635-77"]}} -{"id":"ec-meeting-2022-03-07-914f70b2dcc5815e7b30e99b08c87530914abefa","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-07 - Cabinet of Executive Vice-President Margrethe Vestager x Classifieds Marketplaces Europe"],"date":["2022-03-07"],"summary":["Digital Services Act."],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0","eu-tr-015617142386-42"]}} -{"id":"ec-meeting-2022-03-07-eb008528272ffdd0f3fa2501a65995cabf3ec678","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-07 - Cabinet of Commissioner Paolo Gentiloni x European Policy Centre"],"date":["2022-03-07"],"summary":["Economic governance"],"notes":["Portfolio: Economy"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-cabinet-commissioner-gentiloni-of-paolo"],"involved":["eu-tr-89632641000-47","ec-person-8da36db391ed53f362d495cd564ba8b45c7003e1"]}} -{"id":"ec-meeting-2022-03-08-02df6dd940c6ef83aed26ef0802cb7b769c2e62f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-08 - Financial Stability, Financial Services and Capital Markets Union x Assicurazioni Generali S.p.A"],"date":["2022-03-08"],"summary":["Solvency II"],"location":["Virtual meeting"],"address":["Virtual meeting"],"addressEntity":["addr-1f1f3f51a4da31a1ea5c1b4b21cbf52ad983224f"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-600525713796-88","ec-person-1fce211249673c35ee07a801ddee77ab24af8d54"]}} -{"id":"ec-meeting-2022-03-08-05db295a145ad4d1f00585fd6197686b7693658d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-08 - Trade x European Policy Centre"],"date":["2022-03-08"],"summary":["EU-US Trade and Technology Council (TTC)"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-trade"],"involved":["eu-tr-89632641000-47","ec-person-2045c2589da3988908fcfe731e8224e7e06a7c63"]}} -{"id":"ec-meeting-2022-03-08-0b941ca5d0120911f34a4b3b6f80213f09aa49fc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-08 - Internal Market, Industry, Entrepreneurship and SMEs x Institut der deutschen Wirtschaft Köln e.V."],"date":["2022-03-08"],"summary":["Look at challenges/opportunities for the future and links to investment - digital transition"],"location":["online"],"address":["online"],"addressEntity":["addr-2dbc2fd2358e1ea1b7a6bc08ea647b9a337ac92d"],"organizer":["ec-dg-grow"],"involved":["eu-tr-132414515813-88","ec-person-0151c7e554d188fffc509ad636b7d1a84c5dfcd5"]}} -{"id":"ec-meeting-2022-03-08-2f05a0eddb49df52314e9c71286a3f821517e228","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-08 - Competition x TotalEnergies SE"],"date":["2022-03-08"],"summary":["Discussion on energy/comp related matters"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-comp"],"involved":["eu-tr-1849405799-88","ec-person-f257bc19c568ad25083c1c1e1651426245cefedf"]}} -{"id":"ec-meeting-2022-03-08-322960316c2cb46ab2fd92da8b606dbf44c8d318","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-08 - Cabinet of Commissioner Jutta Urpilainen x Association of Finnish Local and Regional Authorities"],"date":["2022-03-08"],"summary":["Cooperation with local authorities; Global Gateway."],"notes":["Portfolio: International Partnerships"],"location":["Strasbourg"],"address":["Strasbourg"],"addressEntity":["addr-a7b90170b4a5bf2d1d09ccfd109b57e0a030cfc4"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["eu-tr-807166031160-68","ec-person-7c4fa9cfb750b5b524c065180fcee1123b8df03e"]}} -{"id":"ec-meeting-2022-03-08-40c4fc7e69b809d40f9985799146a4c467cd9211","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-08 - Cabinet of Executive Vice-President Frans Timmermans x AGORIA"],"date":["2022-03-08"],"summary":["50 Shades of Hydrogen"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-9eafbf4a92961023c7df3ab389ae6d4301dec4bf","eu-tr-68004524380-10"]}} -{"id":"ec-meeting-2022-03-08-66c738fae18b7f3b04323394261628c998a0a840","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-08 - Cabinet of Commissioner Adina Vălean x APCO Worldwide"],"date":["2022-03-08"],"summary":["Shipping"],"notes":["Portfolio: Transport"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["ec-person-baa9678f53e0a607c8a9bb2cd9122d1c13370154","ec-person-cc0354fbf386eb83f57c00ad5240f1dddeeabab4","eu-tr-81995781088-41"]}} -{"id":"ec-meeting-2022-03-08-70626ab68003620f56bed27d0efe6482e88cca24","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-08 - Cabinet of Commissioner Adina Vălean x Costa Group"],"date":["2022-03-08"],"summary":["Meeting to discuss sustainable cruising."],"notes":["Portfolio: Transport"],"location":["Conference call"],"address":["Conference call"],"addressEntity":["addr-28ba88479582b2f75898964548da4252dc7db7d2"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["eu-tr-350977437809-66","ec-person-baa9678f53e0a607c8a9bb2cd9122d1c13370154","ec-person-cc0354fbf386eb83f57c00ad5240f1dddeeabab4"]}} -{"id":"ec-meeting-2022-03-08-70b986b00095bbfa63a185ea3039b6fef4d7ba33","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-08 - Cabinet of Executive Vice-President Margrethe Vestager x Disinformation Index Ltd"],"date":["2022-03-08"],"summary":["Presentation of their activity, disinformation, Digital Services Act."],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-584700737325-09","ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0"]}} -{"id":"ec-meeting-2022-03-08-7a1f70476e6a10a8f36a43d2e4ea87605d3f7c77","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-08 - Cabinet of Executive Vice-President Margrethe Vestager x LinkedIn Ireland"],"date":["2022-03-08"],"summary":["Digital Services, AI Act."],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0","eu-tr-430008722431-29"]}} -{"id":"ec-meeting-2022-03-08-a3d6f951b9b8381786170505e4fdf73fb3771433","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-08 - Cabinet of Executive Vice-President Margrethe Vestager x American Chamber of Commerce to the European Union"],"date":["2022-03-08"],"summary":["Data, Cloud, AI act."],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0","eu-tr-5265780509-97"]}} -{"id":"ec-meeting-2022-03-08-c0c1ce6f145609adace485f6c861d18759f14331","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-08 - Cabinet of Executive Vice-President Frans Timmermans x The American European Community Association"],"date":["2022-03-08"],"summary":["Fit for 55 – Europe’s ambition towards Climate Neutrality"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-4d24ceb9e6bdaabe394d1506aa601a9ce9d0e59b","eu-tr-307603023489-82"]}} -{"id":"ec-meeting-2022-03-08-d69d12658618f85d5c82d462bb965d682ad0070e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-08 - Cabinet of Commissioner Jutta Urpilainen x Climate Leadership Coalition"],"date":["2022-03-08"],"summary":["Green deal and climate action"],"notes":["Portfolio: International Partnerships"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["eu-tr-333399732805-59","ec-person-9788b5f9ccd101dc091867a4496a5735ee7151d9"]}} -{"id":"ec-meeting-2022-03-08-e564c98e71909c75e1edd4792db4725397265c4f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-08 - Cabinet of Commissioner Didier Reynders x International Corrections and Prisons Association"],"date":["2022-03-08"],"summary":["presentation of ICPA activities, its role in European Corrections and globally; support of European prison and probation services"],"notes":["Portfolio: Justice"],"location":["video conferencing"],"address":["video conferencing"],"addressEntity":["addr-613317ccdf0c2bce8cb9f90df551697cd890eda7"],"organizer":["ec-cabinet-commissioner-didier-of-reynders"],"involved":["eu-tr-734904645710-40","ec-person-4cd0043747c40cfeaced5e4c68e43372cdb8dac9"]}} -{"id":"ec-meeting-2022-03-08-e98e5003d87ab0d065053938cc2ab06dc9a583d2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-08 - Cabinet of Commissioner Mairead Mcguinness x NEW ECONOMY INTERNATIONAL FORUM SL"],"date":["2022-03-08"],"summary":["Preparation of the Commissioner's visit to Spain (subsequently the visit was postponed to November 2022)"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["eu-tr-537444021335-19","ec-person-44c404268b70ce0b79c4e148b5a7c4ae2c53ee30","ec-person-49e520c7a9c9c47ccb5acfa68f9416e4233af9f8"]}} -{"id":"ec-meeting-2022-03-08-eb837f0372cf3c3356a27b84fb53675204a60de1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-08 - Cabinet of Executive Vice-President Frans Timmermans x Environmental Justice Foundation"],"date":["2022-03-08"],"summary":["International ocean policies and IUU fishing"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-817535514065-10","ec-person-8af3c81534786a740718d21dc58240738a53ed7b"]}} -{"id":"ec-meeting-2022-03-08-eeeacf08cf2714de2d7399ce436c00abab6c4f76","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-08 - Cabinet of Executive Vice-President Frans Timmermans x PGE Polska Grupa Energetyczna SA"],"date":["2022-03-08"],"summary":["RePowerEU"],"notes":["Portfolio: European Green Deal"],"location":["Strasbourg"],"address":["Strasbourg"],"addressEntity":["addr-a7b90170b4a5bf2d1d09ccfd109b57e0a030cfc4"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce","ec-person-d56ecbfde17436a136fc89c9a978b266e8285c84","eu-tr-818300434979-49"]}} -{"id":"ec-meeting-2022-03-09-05a01e9f4c0c6c9715857c241cd677bd412d00ee","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-09 - Cabinet of Executive Vice-President Frans Timmermans x SMEunited aisbl"],"date":["2022-03-09"],"summary":["Sustainable product policy and consumer empowerment for the green transition"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-55820581197-35","ec-person-8af3c81534786a740718d21dc58240738a53ed7b"]}} -{"id":"ec-meeting-2022-03-09-421550771c22512d44180f0db45ea2eb3af1a2a3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-09 - Cabinet of President Ursula von der Leyen x Reporters sans frontières"],"date":["2022-03-09"],"summary":["Mécanisme de réciprocité"],"notes":["Portfolio: President"],"location":["Brussels (VC)"],"address":["Brussels (VC)"],"addressEntity":["addr-7a7ab1034ef0b71e62ebf9a322dc5d9528505976"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-7019713e72781afb1f3b19032c4752a314b78180","eu-tr-612547127497-45"]}} -{"id":"ec-meeting-2022-03-09-4d8467e726135791e99cc5f1db9e49cd8f2d84a9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-09 - Cabinet of Vice-President Dubravka Šuica x Helsinki Foundation for Human Rights"],"date":["2022-03-09"],"summary":["Children's Rights. Ukrainian refugee situation."],"notes":["Portfolio: Democracy and Demography"],"location":["Warsaw, Poland"],"address":["Warsaw, Poland"],"addressEntity":["addr-aa19a98c4eb94265ed0e7d3e42967f2c29150809"],"organizer":["ec-cabinet-dubravka-of-president-suica-vice"],"involved":["eu-tr-657241221166-37","ec-person-83dd3363da89c86d99ea50c3ff2d15a746405110"]}} -{"id":"ec-meeting-2022-03-09-5546f833563b7d07c20766c802854a6af629e805","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-09 - Financial Stability, Financial Services and Capital Markets Union x Euronext"],"date":["2022-03-09"],"summary":["Listing Act initiative, MiFIR review"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-17804464809-28","ec-person-1fce211249673c35ee07a801ddee77ab24af8d54"]}} -{"id":"ec-meeting-2022-03-09-6bd20accbaf4d671817eaf4a2067f09da7d842d4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-09 - Climate Action x Breakthrough Energy Catalyst Foundation"],"date":["2022-03-09"],"summary":["EU Breakthrough Energy Catalyst"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-clima"],"involved":["ec-person-9c5c685692a09a77f2bc8ae9c05663b87cd75aae","eu-tr-424103441763-49"]}} -{"id":"ec-meeting-2022-03-09-72d78c8444180268ffd8258cd8adafbf97a9bca6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-09 - Cabinet of Executive Vice-President Frans Timmermans x None"],"date":["2022-03-09"],"summary":["Reducing the use and risk of chemical pesticides"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-155881930654-10","eu-tr-15913213485-46","ec-person-33624431cbec1074e151c1707715ef46d2ba9565"]}} -{"id":"ec-meeting-2022-03-09-8cf215d52e4e048b6f65f9887652df72a2cba9db","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-09 - Cabinet of Commissioner Thierry Breton x SMEunited aisbl"],"date":["2022-03-09"],"summary":["Sustainable product policy and consumer empowerment for the green transition"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-55820581197-35","ec-person-6308dea893b9b1ca0dcd5b91b4a1ac4c2f3020ad"]}} -{"id":"ec-meeting-2022-03-09-90f46576dc6604a2c7185fe423da41959115540a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-09 - Cabinet of Vice-President Dubravka Šuica x Fundacja Polskie Forum Migracyjne"],"date":["2022-03-09"],"summary":["Ukrainian refugees and the work of the Polish authorities and human rights"],"notes":["Portfolio: Democracy and Demography"],"location":["Poland"],"address":["Poland"],"addressEntity":["addr-5ff03b7273b1808e5ba852e230991bbf07da703c"],"organizer":["ec-cabinet-dubravka-of-president-suica-vice"],"involved":["eu-tr-650818037148-70","ec-person-83dd3363da89c86d99ea50c3ff2d15a746405110"]}} -{"id":"ec-meeting-2022-03-09-b59d353f248ae34460c98a8fb6a23d02eb282db4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-09 - Cabinet of Commissioner Stella Kyriakides x None"],"date":["2022-03-09"],"summary":["VTC Meeting: Revision of SUD proposal and pesticide indicators."],"notes":["Portfolio: Health"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-kyriakides-of-stella"],"involved":["eu-tr-155881930654-10","eu-tr-15913213485-46","ec-person-081d99a6f9ed1259db43e2cbcba20275774511b2","eu-tr-96645517357-19"]}} -{"id":"ec-meeting-2022-03-09-c8cbd5dc07cd42d077729f8b8c2e03fbf156384c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-09 - Cabinet of Vice-President Dubravka Šuica x Ocalenie Foundation"],"date":["2022-03-09"],"summary":["Ukrainian refugees and the work of the Polish authorities and human rights"],"notes":["Portfolio: Democracy and Demography"],"location":["Poland"],"address":["Poland"],"addressEntity":["addr-5ff03b7273b1808e5ba852e230991bbf07da703c"],"organizer":["ec-cabinet-dubravka-of-president-suica-vice"],"involved":["eu-tr-915975940683-31","ec-person-83dd3363da89c86d99ea50c3ff2d15a746405110"]}} -{"id":"ec-meeting-2022-03-09-cc7c27cd1237c62db83dbbca76ddeba1aac065f9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-09 - Cabinet of Executive Vice-President Margrethe Vestager x Interactive Advertising Bureau Europe"],"date":["2022-03-09"],"summary":["Digital Services Act."],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-43167137250-27","ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0"]}} -{"id":"ec-meeting-2022-03-09-d443827b95aa87205d5dd1ec97d5160f038f5877","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-09 - Cabinet of Commissioner Nicolas Schmit x SGI Europe"],"date":["2022-03-09"],"summary":["Social Taxonomy"],"notes":["Portfolio: Jobs and Social Rights"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-1379f76d0c860e318f68852e1b57aa75454831f8","ec-person-8eb18b6102d444937bc6af5822a6742812165b48","eu-tr-59513031434-92"]}} -{"id":"ec-meeting-2022-03-09-e105e422b2ee12651d4739a91874675c67222e5c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-09 - Cabinet of Commissioner Stella Kyriakides x Stichting BirdLife Europe CEE Bankwatch Network Friends of the Earth Europe European Environmental Bureau Health & Environment Alliance"],"date":["2022-03-09"],"summary":["VTC meeting: Revision of the SUD Proposal"],"notes":["Portfolio: Health"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-kyriakides-of-stella"],"involved":["eu-tr-06798511314-27","ec-person-991ce64cea5178762c932ac823ea5d309e7a8d93","eu-tr-1083162721-43","eu-tr-00723343929-96","ec-person-081d99a6f9ed1259db43e2cbcba20275774511b2","eu-tr-9825553393-31","eu-tr-93834493808-49"]}} -{"id":"ec-meeting-2022-03-09-e596d3bc23ea308edfe3748a7d522e6d41798fe5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-09 - Cabinet of Commissioner Thierry Breton x Eurocities"],"date":["2022-03-09"],"summary":["Euro7"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-6308dea893b9b1ca0dcd5b91b4a1ac4c2f3020ad","eu-tr-12493392840-79"]}} -{"id":"ec-meeting-2022-03-09-f0d3c783be90102f3dff48c4d591812b9e7840d0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-09 - Cabinet of Executive Vice-President Margrethe Vestager x Aarhus University"],"date":["2022-03-09"],"summary":["digital education and skills."],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-3da433aae105b13fe027e9c9b3dcac2c97029370","eu-tr-62420437302-96"]}} -{"id":"ec-meeting-2022-03-10-0608ed8bc31cf20dfcbb19f3050c30f3c486d2e3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-10 - Cabinet of Vice-President Margaritis Schinas x European Olympic Committees EU Office"],"date":["2022-03-10"],"summary":["-EOC contribution to the conference on the Future of Europe.\r\n-European Sport Model\r\n-Arrangement for cooperation between EC-EOC"],"notes":["Portfolio: Promoting the European Way of Life"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-margaritis-of-president-schinas-vice"],"involved":["ec-person-901d49b3e3af3e96de8d42787e8633b0adc76ca1","ec-person-d5cada2a1a17537a675985af31e5ce07ae3bfd42","eu-tr-827752410362-51"]}} -{"id":"ec-meeting-2022-03-10-0754d755209c4b70d9823874f4f6211e42a6172f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-10 - Cabinet of Executive Vice-President Frans Timmermans x Ecopreneur.eu"],"date":["2022-03-10"],"summary":["Implementation of EU Circular Economy Action Plan"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-495144126378-48","ec-person-8af3c81534786a740718d21dc58240738a53ed7b"]}} -{"id":"ec-meeting-2022-03-10-0abb47f78d8074059827f383e363430ae636a59b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-10 - Cabinet of Commissioner Helena Dalli x International Planned Parenthood Federation European Network"],"date":["2022-03-10"],"summary":["Concerns over SRHR of Ukrainian refugees and situation in Poland"],"notes":["Portfolio: Equality"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-dalli-helena-of"],"involved":["ec-person-d15c205cb9cbb310d2811039c0160c1de7c84638","eu-tr-49806329193-46"]}} -{"id":"ec-meeting-2022-03-10-20eaf246e748b6c074a5ad6008608433ba58cf0b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-10 - Cabinet of Executive Vice-President Margrethe Vestager x Google"],"date":["2022-03-10"],"summary":["Digital Services Act and Digital Markets Act"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-03181945560-59","ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0","ec-person-73fb1ddd279f8c6697a055567a2c09606006b875"]}} -{"id":"ec-meeting-2022-03-10-470fefcaf80659109265a05b3aa4a2e4e12157d1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-10 - Cabinet of Executive Vice-President Valdis Dombrovskis x The Traidcraft Exchange Stichting Solidaridad Nederland Stichting Fair Trade Advocacy Office Clean Clothes Campaign / Stichting Schone Kleren Kampagne Environmental Coalition on Standards"],"date":["2022-03-10"],"summary":["Sustainable Textile Strategy"],"notes":["Portfolio: An Economy that Works for People"],"location":["video call"],"address":["video call"],"addressEntity":["addr-12d8c530d76da0b7745f9c0f9285e7eec97adc55"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-3520008ac93a203db50d106deafde939bc2729f1","ec-person-235870cd7eb41f2494f695fce18b5b5b88647113","eu-tr-96668093651-33","eu-tr-408640640017-46","eu-tr-860901940087-20","eu-tr-714466824568-72","eu-tr-044923437351-12"]}} -{"id":"ec-meeting-2022-03-10-49ff74f1b8de3e2e677e515434647b026e2f58e8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-10 - Financial Stability, Financial Services and Capital Markets Union x Bundesverband Öffentlicher Banken Deutschlands eV"],"date":["2022-03-10"],"summary":["COVID-crisis, Banking Package, Sustainable Finance."],"location":["Virtual meeting"],"address":["Virtual meeting"],"addressEntity":["addr-1f1f3f51a4da31a1ea5c1b4b21cbf52ad983224f"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-0767788931-41","ec-person-1fce211249673c35ee07a801ddee77ab24af8d54"]}} -{"id":"ec-meeting-2022-03-10-5beb7b1ba29fa7bbd7179396cfc9fbde4bfbebb6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-10 - Cabinet of Executive Vice-President Margrethe Vestager x Avaaz Foundation"],"date":["2022-03-10"],"summary":["Digital Services Act"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-11d97788772862bb34f51dd26d7f92603eac1bf8","eu-tr-475565317526-24"]}} -{"id":"ec-meeting-2022-03-10-673e4492a516a4e67217094101cc1bef4fd5dda0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-10 - Cabinet of Commissioner Johannes Hahn x Raiffeisen Bank International AG"],"date":["2022-03-10"],"summary":["Meeting with CEO Strobl to discuss current political developments and resulting challenges for the economy and the financial sector."],"notes":["Portfolio: Budget and Administration"],"location":["Vienna"],"address":["Vienna"],"addressEntity":["addr-8b6cea61d247482e9e7f1e7efb1db432a69bbcb2"],"organizer":["ec-cabinet-commissioner-hahn-johannes-of"],"involved":["ec-person-a3674866c760605fc38abed4dffd3f94f2c83d64","eu-tr-33858106461-10"]}} -{"id":"ec-meeting-2022-03-10-842c0ae04555cbdcf7ae1ff737d45b1a478d8dc2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-10 - Cabinet of Executive Vice-President Margrethe Vestager x Kelkoo Group Limited"],"date":["2022-03-10"],"summary":["Competition policy."],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-11d97788772862bb34f51dd26d7f92603eac1bf8","eu-tr-819280840607-33"]}} -{"id":"ec-meeting-2022-03-10-aafa6206b06592fd8574c10aa687f7d775ce6e01","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-10 - Cabinet of President Ursula von der Leyen x Breakthrough Energy Catalyst Foundation"],"date":["2022-03-10"],"summary":["State of play Breakthrough Energy Catalyst"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-781d246729522a816df2b77a616f5ae127bc104e","eu-tr-424103441763-49"]}} -{"id":"ec-meeting-2022-03-10-afa4574b86424805875a6d63c50df8cec41f3572","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-10 - Financial Stability, Financial Services and Capital Markets Union x European Banking Federation"],"date":["2022-03-10"],"summary":["Banking package, Banking union, CMU"],"location":["Virtual meeting"],"address":["Virtual meeting"],"addressEntity":["addr-1f1f3f51a4da31a1ea5c1b4b21cbf52ad983224f"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-4722660838-23","ec-person-1fce211249673c35ee07a801ddee77ab24af8d54"]}} -{"id":"ec-meeting-2022-03-10-c1b2a373279c645b3a1cf8b218cbc45ab45c6697","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-10 - Cabinet of Executive Vice-President Margrethe Vestager x Meta Platforms Ireland Limited and its various subsidiaries (f/k/a Facebook Ireland Limited)"],"date":["2022-03-10"],"summary":["Transatlantic Data Flows Agreement."],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0","eu-tr-28666427835-74"]}} -{"id":"ec-meeting-2022-03-10-c592e70e43598d9829c99f80bbbb9f22ffebc93a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-10 - Communications Networks, Content and Technology x Avaaz Foundation"],"date":["2022-03-10"],"summary":["DSA"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-475565317526-24","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2022-03-10-fbdfc92d99605d4221b84f5edf18ff137f63aef8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-10 - Cabinet of Commissioner Thierry Breton x Apple Inc."],"date":["2022-03-10"],"summary":["DMA obligations"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-4d83416435f81b1f1e8f5c86aeebb1478577f1d2","eu-tr-588327811384-96"]}} -{"id":"ec-meeting-2022-03-10-fe95dec13373ff8b465f4b889a13537e0b838ad8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-10 - Cabinet of Executive Vice-President Frans Timmermans x SSAB AB Kreab"],"date":["2022-03-10"],"summary":["EU’s Hydrogen and Gas Decarbonisation Package"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-1078390517-54","ec-person-9eafbf4a92961023c7df3ab389ae6d4301dec4bf","ec-person-e88af8eb396e96e3dbc9b4ec6e40a348d26c389c","eu-tr-835967332819-32"]}} -{"id":"ec-meeting-2022-03-11-04892b549ea023d62027f6ac1bfd10096e659c77","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-11 - Cabinet of Commissioner Thierry Breton x Disinformation Index Ltd"],"date":["2022-03-11"],"summary":["DSA and actions against disinformation, in particular in the context of the Ukraine situation"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-584700737325-09","ec-person-4d83416435f81b1f1e8f5c86aeebb1478577f1d2"]}} -{"id":"ec-meeting-2022-03-11-18e131f9a33d09993deed0d73752c2ef797311f6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-11 - Cabinet of Executive Vice-President Frans Timmermans x Finnish Forest Industries Federation (Metsäteollisuus ry)"],"date":["2022-03-11"],"summary":["EU Nature Restoration Law"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-39671713910-36","ec-person-8af3c81534786a740718d21dc58240738a53ed7b"]}} -{"id":"ec-meeting-2022-03-11-2415591bc0a6706a2a6d23667a972cd790aac2e6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-11 - Cabinet of Executive Vice-President Frans Timmermans x EuroCommerce"],"date":["2022-03-11"],"summary":["Consequences of the Russian war of aggression against Ukraine on the food chain"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-84973761187-60","ec-person-33624431cbec1074e151c1707715ef46d2ba9565"]}} -{"id":"ec-meeting-2022-03-11-44b02b39220c2085dca84e15dfe7ad8ba3025311","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-11 - Cabinet of Commissioner Elisa Ferreira x Conseil des Communes et Régions d'Europe"],"date":["2022-03-11"],"summary":["Discussion on support by local authorities to refugees"],"notes":["Portfolio: Cohesion and Reforms"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-elisa-ferreira-of"],"involved":["eu-tr-81142561702-61","ec-person-884d261ef161b119c9fc64f7a0514dc014ca2bd7"]}} -{"id":"ec-meeting-2022-03-11-881654c7dacc6e01829ea3ffde5f4325a6ada1de","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-11 - Cabinet of Commissioner Stella Kyriakides x European Organisation for Research and Treatment of Cancer"],"date":["2022-03-11"],"summary":["Discussion on Europe's Beating Cancer Plan and breast cancer"],"notes":["Portfolio: Health"],"location":["Brussels, virtual"],"address":["Brussels, virtual"],"addressEntity":["addr-a77aad37184191a1e2534f0bc3ae06cdbb66cf4a"],"organizer":["ec-cabinet-commissioner-kyriakides-of-stella"],"involved":["ec-person-89da633742fbb5cc6968446425905784a5dcc5bc","eu-tr-70539554035-46"]}} -{"id":"ec-meeting-2022-03-11-9960c9f5830ae860ed3da6f74b19fb131377efb6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-11 - Cabinet of Commissioner Thierry Breton x VIVENDI"],"date":["2022-03-11"],"summary":["DMA"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-057865115207-48","ec-person-4d83416435f81b1f1e8f5c86aeebb1478577f1d2"]}} -{"id":"ec-meeting-2022-03-11-a2bffaa6c85fc752c47f9f11b582ea2445f6d3ff","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-11 - Cabinet of Executive Vice-President Frans Timmermans x Conféderation Européenne des Propriétaires Forestiers"],"date":["2022-03-11"],"summary":["EU Nature Restoration Law"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-3647455667-08","ec-person-8af3c81534786a740718d21dc58240738a53ed7b"]}} -{"id":"ec-meeting-2022-03-11-ae3c72e5b89bf58e261a750b3775fc22cc5223ec","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-11 - Cabinet of Executive Vice-President Valdis Dombrovskis x Teknikföretagen"],"date":["2022-03-11"],"summary":["Sweden social model, the role of social partners, and interactions with EU legislation"],"notes":["Portfolio: An Economy that Works for People"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-95d6ecce9b8f3a7b167d0eac8e270fdce0665ccb","eu-tr-257226411720-38"]}} -{"id":"ec-meeting-2022-03-11-aeea65d443e41b99347e9b6ef11e7c042b02ea62","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-11 - Cabinet of Commissioner Virginijus Sinkevičius x Conféderation Européenne des Propriétaires Forestiers"],"date":["2022-03-11"],"summary":["EU Nature Restoration Law"],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["eu-tr-3647455667-08","ec-person-d60b74d6bf19edff0aacdad384927f95de9b3c60"]}} -{"id":"ec-meeting-2022-03-11-b0389293a183121204a9cc599708df702d2b46d2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-11 - Cabinet of Commissioner Helena Dalli x Deloitte LLP"],"date":["2022-03-11"],"summary":["Diversity and inclusion in Business"],"notes":["Portfolio: Equality"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-commissioner-dalli-helena-of"],"involved":["eu-tr-70969654430-75","ec-person-dbd4bba0ef71d4385c97691e3df5bb484709a07e"]}} -{"id":"ec-meeting-2022-03-11-b06cff9cfe66b31a1492733f75b3346836080ae0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-11 - Foreign Policy Instruments x CENTRE HENRY DUNANT POUR LE DIALOGUE HUMANITAIRE"],"date":["2022-03-11"],"summary":["Current collaboration in Senegal and Central African Republic."],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fpi"],"involved":["ec-person-c807b0d7987703f3934e9e3417c0a8b3cb2cd297","eu-tr-304743246533-21"]}} -{"id":"ec-meeting-2022-03-11-c92598e0cfa9aa5dd239000ef46c16c20581db04","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-11 - Cabinet of Commissioner Virginijus Sinkevičius x Finnish Forest Industries Federation (Metsäteollisuus ry)"],"date":["2022-03-11"],"summary":["EU Nature Restoration Law"],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["eu-tr-39671713910-36","ec-person-d60b74d6bf19edff0aacdad384927f95de9b3c60"]}} -{"id":"ec-meeting-2022-03-11-ed194df7db1c0977406661b5fc29ff05962e50d3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-11 - Cabinet of Executive Vice-President Margrethe Vestager x CLOUD INFRASTRUCTURE SERVICES PROVIDERS IN EUROPE"],"date":["2022-03-11"],"summary":["DMA/cloud"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-bb1f295d8be3d10004d7e5fd7c24248a21215775","eu-tr-041495920038-44","ec-person-73fb1ddd279f8c6697a055567a2c09606006b875"]}} -{"id":"ec-meeting-2022-03-14-15927592f8033a34b174f53d655d72e65a19ef38","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-14 - Cabinet of Vice-President Margaritis Schinas x KDC Conseil SPRL"],"date":["2022-03-14"],"summary":["Perfumes industry key concerns"],"notes":["Portfolio: Promoting the European Way of Life"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-margaritis-of-president-schinas-vice"],"involved":["ec-person-2e04e278a7f128b3ac72d2af3db94d4ebed934da","eu-tr-898914810908-76"]}} -{"id":"ec-meeting-2022-03-14-2b22b7dd5d439b8c0d955e34c55c8605c6ff5086","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-14 - Cabinet of Executive Vice-President Frans Timmermans x Syngenta Crop Protection AG"],"date":["2022-03-14"],"summary":["Reducing the use and risk of chemical pesticides"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-16822412339-79","ec-person-33624431cbec1074e151c1707715ef46d2ba9565"]}} -{"id":"ec-meeting-2022-03-14-518b11883a22ce734e50057f464dea1b45a1b5d5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-14 - Cabinet of President Ursula von der Leyen x Fundacja Wolne Sądy"],"date":["2022-03-14"],"summary":["Rule of Law in Poland"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["eu-tr-393402543260-46","ec-person-09e754ed16961925cf1fc45ca9d1622435166a87"]}} -{"id":"ec-meeting-2022-03-14-83cf2b4a1eac78e05e5e8bed9c341326ad5698e7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-14 - Climate Action x IBERDROLA"],"date":["2022-03-14"],"summary":["Energy prices and RePowerEU"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-clima"],"involved":["ec-person-9c5c685692a09a77f2bc8ae9c05663b87cd75aae","eu-tr-41816938101-07"]}} -{"id":"ec-meeting-2022-03-14-898126d46ca439c560cb7364e44e3348eca3f52c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-14 - Cabinet of Vice-President Věra Jourová x Open Society European Policy Institute"],"date":["2022-03-14"],"summary":["Media Freedom"],"notes":["Portfolio: Values and Transparency"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["ec-person-aa83f35da599b82e4f15da018f4b3447eb648f7c","eu-tr-8557515321-37"]}} -{"id":"ec-meeting-2022-03-14-8f2492fb72e6b0e15a77ab111c4b2d96e2b6a47f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-14 - Cabinet of Commissioner Kadri Simson x Holcim Foundation for Sustainable Construction"],"date":["2022-03-14"],"summary":["To discuss how Holcim can support the EU´s decarbonisation ambitions and brief EC on its flagship projects that are already underway to decarbonise the cement industry through the large scale application of innovative CCUS technologies."],"notes":["Portfolio: Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["ec-person-ba3b83676ad38094e71b64b644f3e3d2c61b8182","eu-tr-214122242222-55"]}} -{"id":"ec-meeting-2022-03-14-948318dda48f9c8e6d37a279b827622b468b364c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-14 - Cabinet of Executive Vice-President Frans Timmermans x Netherlands Organisation for Applied Scientific Research TNO"],"date":["2022-03-14"],"summary":["RePowerEU"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-40524063921-20","ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce"]}} -{"id":"ec-meeting-2022-03-14-981cf711ffa06d161664e1bf6da4af3f2a6203e2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-14 - Cabinet of Commissioner Virginijus Sinkevičius x Fédération des Organisations de producteurs de la Pêche Artisanale European Association of Fish Producers Organisations ANFACO-CECOPESCA Stichting Advisory Council for pelagic stocks European Associations of Fish Processors and European Federation of National Organisations of Fish Importers and Exporters ORGANIZACIÓN DE PRODUCTORES DE PESCA DE BAJURA DE BIZKAIA OCEANA Pelagic Freezer-trawler Association Federation of European Aquaculture Producers"],"date":["2022-03-14"],"summary":["To discuss the impact of increasing fuel and raw material prices on the fishing sector"],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["ec-person-c92a6b4ef8328855b0234011be623ed9f15c86f3","eu-tr-194221424767-06","ec-person-dd7a7b1952e158f4195d34cff333ec79a4f48ba3","eu-tr-713799141894-77","eu-tr-46491656228-65","eu-tr-47937943241-80","eu-tr-178415126769-41","eu-tr-15490332218-17","eu-tr-439423515662-94","ec-person-1443799688ae485d7a2fee5c9defab2c5b7c7e6c","eu-tr-42738291569-54","eu-tr-78847784895-41"]}} -{"id":"ec-meeting-2022-03-14-c2b27eac0ca2a57b480d6385cb1f59685a30148a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-14 - Cabinet of Executive Vice-President Frans Timmermans x Common Futures. Energy Transition Specialists B.V."],"date":["2022-03-14"],"summary":["Biomethane potential in Europe"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-293431844039-55","ec-person-d53e00c46a4cc62bbf533e0c9bb35bacb9121989"]}} -{"id":"ec-meeting-2022-03-14-c8a87617d0a0e114f5b77e5ede2b6bac0d882819","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-14 - Cabinet of Commissioner Thierry Breton x KDC Conseil SPRL"],"date":["2022-03-14"],"summary":["Chemicals strategy, REACH, CLP"],"notes":["Portfolio: Internal Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-6308dea893b9b1ca0dcd5b91b4a1ac4c2f3020ad","eu-tr-898914810908-76"]}} -{"id":"ec-meeting-2022-03-15-0676ae90f50fcf0c509b7f8a866093638ac89ff8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-15 - Cabinet of Commissioner Thierry Breton x Microsoft Corporation"],"date":["2022-03-15"],"summary":["Microsoft approach to Europe’s digital plans"],"notes":["Portfolio: Internal Market"],"location":["Bruxelles"],"address":["Bruxelles"],"addressEntity":["addr-b58f5927b66d94a676970dc048485d4c6848f272"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-0801162959-21","ec-person-e18e6e300776f5f47ca4c72c1ba1b0d0eb1e71fe","ec-person-4d83416435f81b1f1e8f5c86aeebb1478577f1d2"]}} -{"id":"ec-meeting-2022-03-15-14711d07a17ef9a2a8ec264c10229749ab3e13dd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-15 - Cabinet of President Ursula von der Leyen x Bundesverband Breitbandkommunikation e.V."],"date":["2022-03-15"],"summary":["Discussing recent developments in the German market in the context of upcoming European fibre initiatives and sharing with you our latest market study."],"notes":["Portfolio: President"],"location":["Brussels (VC)"],"address":["Brussels (VC)"],"addressEntity":["addr-7a7ab1034ef0b71e62ebf9a322dc5d9528505976"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-7019713e72781afb1f3b19032c4752a314b78180","eu-tr-028570718529-43"]}} -{"id":"ec-meeting-2022-03-15-1b9be977e65d19766691c16c2dd22054688b17fb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-15 - Cabinet of Commissioner Thierry Breton x Intel Corporation"],"date":["2022-03-15"],"summary":["Micro Chips"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","ec-person-b077a2e9f0fdb3b8f6e91d0bd0b256db9e40ce46","eu-tr-7459401905-60"]}} -{"id":"ec-meeting-2022-03-15-2ab2eedcc5c06b9dd847560b3aef77d3d7da64c4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-15 - Cabinet of Commissioner Mairead Mcguinness x Electricity Supply Board"],"date":["2022-03-15"],"summary":["Introductory meeting"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-2b9c589fb2354bd93067644d2c3d2c058d4c4cc9","eu-tr-241656822426-29","ec-person-1d2f53447b8f2d9bb3f50f7247ad40c2cf8036e4"]}} -{"id":"ec-meeting-2022-03-15-2b412943047351c95fd477d5aa148e6f60eb0f6d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-15 - Cabinet of President Ursula von der Leyen x European Round Table for Industry"],"date":["2022-03-15"],"summary":["Meeting with the Chairman of ERT"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-a2ac27c3a7aa93937efc47169c1dc2264a822175","eu-tr-25487567824-45"]}} -{"id":"ec-meeting-2022-03-15-381a2834afef09946b2e95cf4e5618c86c271b38","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-15 - Cabinet of Vice-President Věra Jourová x EU DisinfoLab"],"date":["2022-03-15"],"summary":["Disinformation"],"notes":["Portfolio: Values and Transparency"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["ec-person-aa83f35da599b82e4f15da018f4b3447eb648f7c","ec-person-fb258e0188a5319bfaba3161382db43f5a85851f","eu-tr-593474530364-05"]}} -{"id":"ec-meeting-2022-03-15-3f87babbea2d47c70f00397ba0f5219106c7feab","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-15 - Cabinet of Executive Vice-President Valdis Dombrovskis x Confederazione Generale dell'Industria Italiana Bundesverband der Deutschen Industrie e.V."],"date":["2022-03-15"],"summary":["Sustainable Products Initiative"],"notes":["Portfolio: An Economy that Works for People"],"location":["Video call"],"address":["Video call"],"addressEntity":["addr-ad60f43c3b2e61f55f8d15d2bb303f6d11ac791b"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["eu-tr-1771817758-48","ec-person-3520008ac93a203db50d106deafde939bc2729f1","eu-tr-27762251795-15"]}} -{"id":"ec-meeting-2022-03-15-46bc422739e334fc56a49d389b6359571455524a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-15 - Cabinet of Commissioner Adina Vălean x FedEx Express Belgium International BVBA"],"date":["2022-03-15"],"summary":["Introductory call with Philippe Morin Managing Director, Government and Regulatory Affairs, Europe FedEx Express"],"notes":["Portfolio: Transport"],"location":["Conference call"],"address":["Conference call"],"addressEntity":["addr-28ba88479582b2f75898964548da4252dc7db7d2"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["eu-tr-885919335502-84","ec-person-e5f1558cac43dd4f90847b508b6753edb0a9f903"]}} -{"id":"ec-meeting-2022-03-15-61d5f94c0c57c5907f612a647fb02f7b89021c1e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-15 - Cabinet of Commissioner Thierry Breton x European Newspaper Publishers' Association European Magazine Media Association"],"date":["2022-03-15"],"summary":["Media Freedom Act"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-5950962136-12","ec-person-5215bd372c5a1202399d77ecceb8c16de8d7d55c","eu-tr-37937886834-69"]}} -{"id":"ec-meeting-2022-03-15-687447c319debd39a267c2f9c9aabe94c81eb443","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-15 - Cabinet of Executive Vice-President Frans Timmermans x Gas Distributors for Sustainability"],"date":["2022-03-15"],"summary":["RePowerEU"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce","eu-tr-382692732615-35"]}} -{"id":"ec-meeting-2022-03-15-8dca033bc66217d17621c5f321976a217365a6d5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-15 - Cabinet of Commissioner Mairead Mcguinness x The Club of Rome"],"date":["2022-03-15"],"summary":["Next steps for the EU sustainable finance agenda - Roundtable post-complementary DA"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-a5441c6a69a8a94fd64e02def60fcc6567f2c1d8","eu-tr-806327336072-56"]}} -{"id":"ec-meeting-2022-03-15-bda8d99c23ef1075f83959e8d73d7e6a3ac69863","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-15 - Cabinet of Commissioner Janusz Wojciechowski x International Federation of Organic Agriculture Movements EU Regional Group"],"date":["2022-03-15"],"summary":["Agriculture impacts from situation in Ukraine"],"notes":["Portfolio: Agriculture"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["eu-tr-67128251296-84","ec-person-cafe030b6dad78a75143f7552c420481b30ebceb","ec-person-08c62f972c22464aca7a65520eb9406f8db14a66"]}} -{"id":"ec-meeting-2022-03-15-d4e8557e4369fbaa03f56b2c6079c184aac37e09","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-15 - Cabinet of Vice-President Dubravka Šuica x Europe's People's Forum"],"date":["2022-03-15"],"summary":["Conference on the Future of Europe"],"notes":["Portfolio: Democracy and Demography"],"location":["Online / Brussels"],"address":["Online / Brussels"],"addressEntity":["addr-9a7bdf30900489858c250da003b5038ae0aa7a24"],"organizer":["ec-cabinet-dubravka-of-president-suica-vice"],"involved":["eu-tr-516884238508-73","ec-person-ebe31c2924b1fbde99804f8f575004fb99739165"]}} -{"id":"ec-meeting-2022-03-15-d870d9aaf82205d6bd57f60bd008557991f6e752","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-15 - Cabinet of Commissioner Mairead Mcguinness x Irish Grain & Feed Association"],"date":["2022-03-15"],"summary":["Current conflict in Ukraine and the Impact on grain and feed"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-00f66582d8581f7480e12525027b5a1ee9b22f07","ec-person-2b9c589fb2354bd93067644d2c3d2c058d4c4cc9","ec-person-a5441c6a69a8a94fd64e02def60fcc6567f2c1d8","eu-tr-459264327872-70"]}} -{"id":"ec-meeting-2022-03-15-df5dd47587573f1e1fd544acf1e825f8cda637a9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-15 - Cabinet of High Representative Josep Borrell Fontelles x Telefonica, S.A."],"date":["2022-03-15"],"summary":["European digital policy"],"notes":["Portfolio: High Representative of the Union for Foreign Affairs and Security Policy / Vice-President of the Commission"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-borrell-cabinet-fontelles-high-josep-of-representative"],"involved":["eu-tr-52431421-12","ec-person-6011e46c8012e503183082d132b7a43a8bc06cbe","ec-person-5c8ccc3a26c74debd9229d0079ce0770768bf36a"]}} -{"id":"ec-meeting-2022-03-16-0c44fcc1142af38d6cc6c35f85566ab4fb5bc069","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-16 - Cabinet of Commissioner Stella Kyriakides x Arla Foods amba"],"date":["2022-03-16"],"summary":["Sustainable Food Systems"],"notes":["Portfolio: Health"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-kyriakides-of-stella"],"involved":["ec-person-ba73927c33000184cab3f41a76e1b32fe7d7eda8","ec-person-ecf9f9e978b833afc98ee022572d468f0dc9a352","eu-tr-479299526321-12"]}} -{"id":"ec-meeting-2022-03-16-1ddaa0391d750f7cae80a90ee15f8703b44151e3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-16 - Cabinet of Commissioner Mairead Mcguinness x ICI Global"],"date":["2022-03-16"],"summary":["EC Priorities for 2022\r\nCMU\r\nsustainable finance\r\n MMFs\r\n RIS"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["videoconference"],"address":["videoconference"],"addressEntity":["addr-92b2fbb928e012810d80d9ef1abe12027beee200"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-2b9c589fb2354bd93067644d2c3d2c058d4c4cc9","eu-tr-296711210890-30","ec-person-0ba9b89127b39af6a66f2fc3ed727332f1b19a34"]}} -{"id":"ec-meeting-2022-03-16-20eaf149253f7085808ef2729ad420c4185f5cbc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-16 - Energy x Edison Spa"],"date":["2022-03-16"],"summary":["Discussion on security of supply, prices, storages and the East Med pipeline."],"location":["Rome, Italy"],"address":["Rome, Italy"],"addressEntity":["addr-17df4c823e58cba3a587c89186e0e6ca2d3f17a0"],"organizer":["ec-dg-ener"],"involved":["ec-person-9c0f33ecb9f6badd5f4b5f1a4bd7677e18a52a22","eu-tr-401111262-07"]}} -{"id":"ec-meeting-2022-03-16-2b70601cc951cb97aa6de2f8423d5a3c9cd2dba4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-16 - Cabinet of Commissioner Thierry Breton x EuroCommerce"],"date":["2022-03-16"],"summary":["Discussion sur l'impact de l'inflation"],"notes":["Portfolio: Internal Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-e18e6e300776f5f47ca4c72c1ba1b0d0eb1e71fe","eu-tr-84973761187-60","ec-person-b077a2e9f0fdb3b8f6e91d0bd0b256db9e40ce46"]}} -{"id":"ec-meeting-2022-03-16-2ce482b0bc1b34e33ca9f069391bb52b3db76cfb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-16 - Foreign Policy Instruments x Candid Public Affairs GmbH"],"date":["2022-03-16"],"summary":["Exchange on conflict prevention and peace building"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fpi"],"involved":["eu-tr-475442545516-69","ec-person-c807b0d7987703f3934e9e3417c0a8b3cb2cd297"]}} -{"id":"ec-meeting-2022-03-16-37c46df4723d4ff3897ec8210accdcdfaad51a3b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-16 - Cabinet of Executive Vice-President Frans Timmermans x European Community Shipowners' Associations"],"date":["2022-03-16"],"summary":["Decarbonisation of the maritime sector in the context of Fit-for-55"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce","ec-person-f1a3478550296f3f9accdc67d6ef5a0b681dda4b","eu-tr-59004966537-01"]}} -{"id":"ec-meeting-2022-03-16-44f1bba378da11366d8919512e3dfe28dab06e19","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-16 - Cabinet of Commissioner Nicolas Schmit x European Foundation Centre"],"date":["2022-03-16"],"summary":["Social society and social economy"],"notes":["Portfolio: Jobs and Social Rights"],"location":["video conference"],"address":["video conference"],"addressEntity":["addr-6dc12e3c97077db82f32184f24341ce370a445fd"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-c2208333f0f75350eef62b355a40bf856f2d9cef","eu-tr-78855711571-12"]}} -{"id":"ec-meeting-2022-03-16-588558f03a887a3b54be83e00146dd5887e29d97","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-16 - Cabinet of Executive Vice-President Frans Timmermans x European farmers European Landowners' Organization asbl Conféderation Européenne des Propriétaires Forestiers"],"date":["2022-03-16"],"summary":["Preparation for EVP Timmermans’ meeting with the representatives of CEPF, COPA-COGECA and ELO on forest related policies"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-3647455667-08","ec-person-8af3c81534786a740718d21dc58240738a53ed7b","eu-tr-44856881231-49","eu-tr-36063991244-88"]}} -{"id":"ec-meeting-2022-03-16-61a1df6df68d23b963aa2e93654d410be53a4188","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-16 - Agriculture and Rural Development x Confederazione Generale dell'Agricoltura Italiana"],"date":["2022-03-16"],"summary":["Exchange of views on the CAP implementation and current market situations"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-agri"],"involved":["ec-person-94f7c6e6875fa76120558bda38f913792cc61934","eu-tr-230456715590-19"]}} -{"id":"ec-meeting-2022-03-16-620074e1458c93f095ef11344c78496aefd3f446","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-16 - Cabinet of Executive Vice-President Valdis Dombrovskis x BANCO BILBAO VIZCAYA ARGENTARIA"],"date":["2022-03-16"],"summary":["Economic Impact of the crisis of Ukraine, delivery of sanctions"],"notes":["Portfolio: An Economy that Works for People"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["eu-tr-090350412968-04","ec-person-95d6ecce9b8f3a7b167d0eac8e270fdce0665ccb"]}} -{"id":"ec-meeting-2022-03-16-6451db0bd863912b489493ac29af1aab6afb1592","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-16 - Cabinet of Executive Vice-President Margrethe Vestager x Allianz SE"],"date":["2022-03-16"],"summary":["Artificial Intelligence Act"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0","eu-tr-05503341949-54"]}} -{"id":"ec-meeting-2022-03-16-6549add80270ccbcb75007c19a3304ab7943b183","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-16 - Mobility and Transport x HYDROGEN EUROPE RESEARCH"],"date":["2022-03-16"],"summary":["RLCF, AFIR"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-move"],"involved":["eu-tr-645340928406-53","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2022-03-16-6a7461e829cdf15ab28b8a4f35c5e62b6e02e38d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-16 - Cabinet of Executive Vice-President Valdis Dombrovskis x Deutsche Bank AG"],"date":["2022-03-16"],"summary":["Capital Markets Union and Banking Union"],"notes":["Portfolio: An Economy that Works for People"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-235870cd7eb41f2494f695fce18b5b5b88647113","eu-tr-271912611231-56","ec-person-f011ed0f7c78d833a79f1206f788e0cbd9cb8864"]}} -{"id":"ec-meeting-2022-03-16-6c1ae87c74036b87deac00060c7a7284125d6786","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-16 - Cabinet of Executive Vice-President Valdis Dombrovskis x SMEunited aisbl"],"date":["2022-03-16"],"summary":["SME policies and participation in standard setting."],"notes":["Portfolio: An Economy that Works for People"],"location":["VC"],"address":["VC"],"addressEntity":["addr-d6788b0715b89d9781e90f4df364ac624d78e439"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["eu-tr-55820581197-35","ec-person-95d6ecce9b8f3a7b167d0eac8e270fdce0665ccb"]}} -{"id":"ec-meeting-2022-03-16-6cc6ce2e811b846b2dbfb3995fa8432d01f56046","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-16 - Cabinet of President Ursula von der Leyen x BOUYGUES EUROPE"],"date":["2022-03-16"],"summary":["Digital Services Act and the Digital Markets Act"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-7019713e72781afb1f3b19032c4752a314b78180","eu-tr-91216972728-77"]}} -{"id":"ec-meeting-2022-03-16-7ca6e0ff6f6527ba41a7d1df4dac11720dd53614","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-16 - Cabinet of Executive Vice-President Margrethe Vestager x eBay EU liaison office"],"date":["2022-03-16"],"summary":["Digital Markets Act and Digital Services Act"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-40386322300-77","ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0","ec-person-73fb1ddd279f8c6697a055567a2c09606006b875","ec-person-11ba005cc4046696303381b7ca219da9b11a42bf"]}} -{"id":"ec-meeting-2022-03-16-87bff60be5e5b333412a67ed28095d33b26848f2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-16 - Cabinet of Commissioner Thierry Breton x Netflix International B.V."],"date":["2022-03-16"],"summary":["Implementation of AVSMD, collaboration with EU producers and creators and IP, Resilience of internet networks"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-487726915971-30","ec-person-4d83416435f81b1f1e8f5c86aeebb1478577f1d2","ec-person-5215bd372c5a1202399d77ecceb8c16de8d7d55c"]}} -{"id":"ec-meeting-2022-03-16-8abfb619e40590a1dacc82e2339b477698820fe3","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2022-03-16 - Cabinet of Commissioner Paolo Gentiloni x BNP PARIBAS"],"date":["2022-03-16"],"summary":["financial issues (?)","Discussion on the financing of the green transition."],"notes":["Portfolio: Economy"],"location":["Virtual","virtual"],"address":["Virtual","virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f","addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-gentiloni-of-paolo"],"involved":["ec-person-8da36db391ed53f362d495cd564ba8b45c7003e1","eu-tr-78787381113-69","ec-person-35b83a90b979d3fc1a2ee6dc6af6e91338204918"]}} -{"id":"ec-meeting-2022-03-16-9117a770683024e03040c9d53d81d0267437afa6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-16 - Cabinet of Commissioner Thierry Breton x EPPA SA"],"date":["2022-03-16"],"summary":["Circular economy, packaging directive, ecodesign for sustainable products"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-31367501249-92","ec-person-6308dea893b9b1ca0dcd5b91b4a1ac4c2f3020ad"]}} -{"id":"ec-meeting-2022-03-16-aa9f08b0f52785a5b3675e93bf3857a987d52d08","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-16 - Cabinet of Executive Vice-President Frans Timmermans x SOLIDAR"],"date":["2022-03-16"],"summary":["Just transition"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-31087615802-06","ec-person-d53e00c46a4cc62bbf533e0c9bb35bacb9121989"]}} -{"id":"ec-meeting-2022-03-16-abdef1f32137f543e0cc0cecacbc58a1eb115cfc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-16 - Cabinet of Vice-President Věra Jourová x European Union of Jewish Students"],"date":["2022-03-16"],"summary":["Anti-semitism"],"notes":["Portfolio: Values and Transparency"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["eu-tr-683799510920-11","ec-person-bf54da17217bbddfd9c68fe24d88005ac17e2c4b"]}} -{"id":"ec-meeting-2022-03-16-b2bf6a4f8a4e8a9bcbd41791a2054458966fd451","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-16 - Energy x Eni S.p.A. Snam S.p.A."],"date":["2022-03-16"],"summary":["Discussion on REPowerEU, biogas, gas storage, outreach to neighbourhood"],"location":["Rome, Italy"],"address":["Rome, Italy"],"addressEntity":["addr-17df4c823e58cba3a587c89186e0e6ca2d3f17a0"],"organizer":["ec-dg-ener"],"involved":["eu-tr-284336314886-25","eu-tr-99578067285-35","ec-person-9c0f33ecb9f6badd5f4b5f1a4bd7677e18a52a22"]}} -{"id":"ec-meeting-2022-03-16-b5ad28da7e495121de44d8b906b18ce16877697b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-16 - Cabinet of Commissioner Nicolas Schmit x Confederation of Finnish Industries EK Akava ry The Central Organisation of Finnish Trade Unions SAK"],"date":["2022-03-16"],"summary":["Minimum wages, platform work, labor market, social issues, Recovery & Resilience Facility"],"notes":["Portfolio: Jobs and Social Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-8eb18b6102d444937bc6af5822a6742812165b48","eu-tr-98086919699-94","eu-tr-1274604847-34","eu-tr-508695011366-29","ec-person-c2208333f0f75350eef62b355a40bf856f2d9cef","ec-person-c03b949331dbbe5fa3d5423758e371ec1b9b832f"]}} -{"id":"ec-meeting-2022-03-16-b7ee4f8b62d39c71a66917d714193605c443147d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-16 - Cabinet of Commissioner Nicolas Schmit x European Association Automotive Suppliers"],"date":["2022-03-16"],"summary":["Meeting on skills and transitions"],"notes":["Portfolio: Jobs and Social Rights"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-66fa2c2d100ec194caa42b5c6f97c36e2748b71c","ec-person-4cf4655ab41922e92160325d987a3c4615c72d30","eu-tr-91408765797-03"]}} -{"id":"ec-meeting-2022-03-16-bb5f68de889e41d6670a0e2287ccc051bd142f88","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-16 - Cabinet of Commissioner Kadri Simson x Electricity Supply Board"],"date":["2022-03-16"],"summary":["Introductory meeting."],"notes":["Portfolio: Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["ec-person-d40f25b5cb5c0681854a4996da444478318f7e58","eu-tr-241656822426-29","ec-person-68b9170beccdbf21444fad7cdc252dec9e60b9d2"]}} -{"id":"ec-meeting-2022-03-16-c6d1cdad88c6c547143a516d1bca483733589701","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-16 - Cabinet of Commissioner Didier Reynders x Alibaba Group Holding Limited"],"date":["2022-03-16"],"summary":["DSA, GPSR and Product Safety Pledge"],"notes":["Portfolio: Justice"],"location":["video conference"],"address":["video conference"],"addressEntity":["addr-6dc12e3c97077db82f32184f24341ce370a445fd"],"organizer":["ec-cabinet-commissioner-didier-of-reynders"],"involved":["ec-person-442bf1ae9900b999673cdd7389224d0e21b67d4d","eu-tr-288124335633-28"]}} -{"id":"ec-meeting-2022-03-16-c95fb63975b66fa6676df1401c3412ef576d2884","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-16 - Financial Stability, Financial Services and Capital Markets Union x ABN AMRO Bank N.V."],"date":["2022-03-16"],"summary":["CMU, AML and Sustainable Finance."],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-353231132587-96","ec-person-1fce211249673c35ee07a801ddee77ab24af8d54"]}} -{"id":"ec-meeting-2022-03-16-cee56d2eeb67d3802f0057324f407b24e8e2811a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-16 - Cabinet of Executive Vice-President Frans Timmermans x Seas At Risk Our Fish OCEANA"],"date":["2022-03-16"],"summary":["Discussion on EU nature restoration law and action plan to conserve fisheries resources and protect marine ecosystems"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-180850142485-82","eu-tr-625261439488-38","eu-tr-47937943241-80","ec-person-8af3c81534786a740718d21dc58240738a53ed7b"]}} -{"id":"ec-meeting-2022-03-16-cefbd9d62fa9c3e1d7c0f4ef278f4d1c35f6a058","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-16 - Health and Food Safety x GROUPE D'INITIATIVE ITALIENNE"],"date":["2022-03-16"],"summary":["- European Health Union\r\n- Digital health & European Health Data Space\r\n- EU Pharmaceutical Strategy\r\n- Farm to Fork Strategy"],"location":["Brussels (virtual via zoom)"],"address":["Brussels (virtual via zoom)"],"addressEntity":["addr-f908dc7d80d91ca91b35c7936354a28900a023cf"],"organizer":["ec-dg-sante"],"involved":["eu-tr-080682238686-06","ec-person-f442ca8cd331fc51ad479fe0db982bb9fdb00647"]}} -{"id":"ec-meeting-2022-03-16-d4d81fc94a089b938a9fe223a9813c396f5611be","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-16 - Justice and Consumers x Fundación Alternativas"],"date":["2022-03-16"],"summary":["Rule of Law"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-just"],"involved":["eu-tr-832464619371-76","ec-person-97e843c2fd98c7993c9ab42a071dd1c98c85041d"]}} -{"id":"ec-meeting-2022-03-16-d8af0264cd36952299dd55b92efac58521ec7041","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-16 - Cabinet of Executive Vice-President Frans Timmermans x Cercle des Délégués Permanents Français"],"date":["2022-03-16"],"summary":["Green Deal"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-e88af8eb396e96e3dbc9b4ec6e40a348d26c389c","eu-tr-556993815043-84"]}} -{"id":"ec-meeting-2022-03-16-e0633287ab52a93cc68c410b6f25f28bca77d940","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-16 - Cabinet of Commissioner Paolo Gentiloni x Confederazione Generale dell'Agricoltura Italiana"],"date":["2022-03-16"],"summary":["Meeting with MR Massimiliano Giansanti, President of Confagricoltura: Exchange of views on the impact of the invasion of Ukraine on the European agricultural sector and on other sector related topics"],"notes":["Portfolio: Economy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gentiloni-of-paolo"],"involved":["ec-person-088d26d74d1898338fbf1c86e139bd6d3b870dbc","eu-tr-230456715590-19"]}} -{"id":"ec-meeting-2022-03-16-e76a8f40feea4f68dabb02220e051a0d9f8f53f1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-16 - Cabinet of Commissioner Adina Vălean x ExxonMobil Petroleum & Chemical"],"date":["2022-03-16"],"summary":["Fit for 55 package"],"notes":["Portfolio: Transport"],"location":["Conference call"],"address":["Conference call"],"addressEntity":["addr-28ba88479582b2f75898964548da4252dc7db7d2"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["ec-person-e5f1558cac43dd4f90847b508b6753edb0a9f903","eu-tr-0745650927-75"]}} -{"id":"ec-meeting-2022-03-16-e8ec82e33c0709fbcd7a68284f87ad61b0a88850","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-16 - Health and Food Safety x European Federation of Pharmaceutical Industries and Associations"],"date":["2022-03-16"],"summary":["\tEU Pharmaceutical Strategy"],"location":["Brussels (virtual via Webex)"],"address":["Brussels (virtual via Webex)"],"addressEntity":["addr-8bb7a40f5fca42eb0543e5362edc1dd8c4ef1190"],"organizer":["ec-dg-sante"],"involved":["eu-tr-38526121292-88","ec-person-f442ca8cd331fc51ad479fe0db982bb9fdb00647"]}} -{"id":"ec-meeting-2022-03-16-f75be50f025184f751f7dfeb7f5539e73bdbc7d7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-16 - Cabinet of Commissioner Thierry Breton x Avaaz Foundation"],"date":["2022-03-16"],"summary":["DSA and the fight against disinformation"],"notes":["Portfolio: Internal Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-475565317526-24","ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","ec-person-4d83416435f81b1f1e8f5c86aeebb1478577f1d2"]}} -{"id":"ec-meeting-2022-03-17-04b18ebc5ed16364d7fac7ff4923eeb2ac692f25","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-17 - Cabinet of Commissioner Mairead Mcguinness x European Network of Credit Unions"],"date":["2022-03-17"],"summary":["World Council of Credit Unions"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Virtual Meeting"],"address":["Virtual Meeting"],"addressEntity":["addr-ed078b6749077909a1a45720507ac2da9277b8b3"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["eu-tr-43384951893-57","ec-person-778f68c06d4985a2eda59737cdb80e7a4570f90f"]}} -{"id":"ec-meeting-2022-03-17-201c92435101a408d9070f4fefe57647d4cfcc4f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-17 - Cabinet of Commissioner Elisa Ferreira x PGE Polska Grupa Energetyczna SA"],"date":["2022-03-17"],"summary":["Fit for 55 package and Just Transition Fund"],"notes":["Portfolio: Cohesion and Reforms"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-elisa-ferreira-of"],"involved":["ec-person-1c49c531eceae287dd4a56ac52e8326c65fc2855","eu-tr-818300434979-49"]}} -{"id":"ec-meeting-2022-03-17-30e048332e980154bb406efce705a2317edba22f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-17 - Cabinet of Commissioner Mairead Mcguinness x Optiver"],"date":["2022-03-17"],"summary":["Investment firms classification & commodities"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["eu-tr-686385826434-06","ec-person-49e520c7a9c9c47ccb5acfa68f9416e4233af9f8"]}} -{"id":"ec-meeting-2022-03-17-48cafc5be0e9705625d00ae518a9970973b63328","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-17 - Cabinet of Commissioner Janusz Wojciechowski x Confederazione Generale dell'Agricoltura Italiana"],"date":["2022-03-17"],"summary":["Current situation at international level + EU agriculture"],"notes":["Portfolio: Agriculture"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["ec-person-c825a813205e5077cd48bbd241436daf1834fc9b","ec-person-08c62f972c22464aca7a65520eb9406f8db14a66","eu-tr-230456715590-19"]}} -{"id":"ec-meeting-2022-03-17-5280571657c215b4eb47a3639ae2592e6094cd71","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-17 - Justice and Consumers x Meta Platforms Ireland Limited and its various subsidiaries (f/k/a Facebook Ireland Limited)"],"date":["2022-03-17"],"summary":["data protection, hate speech and discrimination"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-just"],"involved":["ec-person-97e843c2fd98c7993c9ab42a071dd1c98c85041d","eu-tr-28666427835-74"]}} -{"id":"ec-meeting-2022-03-17-5b4351fc8e9bd6180112809ddeae394fb50b52ea","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-17 - Cabinet of Executive Vice-President Frans Timmermans x European Sea Ports Organisation"],"date":["2022-03-17"],"summary":["Fit-for-55 for ports"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-01554483175-08","ec-person-d56ecbfde17436a136fc89c9a978b266e8285c84"]}} -{"id":"ec-meeting-2022-03-17-68df29783c2a211e904e15f3502782d016fc15dd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-17 - Cabinet of Commissioner Mairead Mcguinness x Commerzbank AG"],"date":["2022-03-17"],"summary":["Payment for Order Flow (PFOF)\r\nMiFIR review"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-0ba9b89127b39af6a66f2fc3ed727332f1b19a34","eu-tr-83370363079-88"]}} -{"id":"ec-meeting-2022-03-17-6b44b858c71bc88b4a68c937068d7e892a2c9be1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-17 - Cabinet of Vice-President Margaritis Schinas x Union of Greek Shipowners - ΕΝΩΣΙΣ ΕΛΛΗΝΩΝ ΕΦΟΠΛΙΣΤΩΝ"],"date":["2022-03-17"],"summary":["Greek shipping sector & Green deal"],"notes":["Portfolio: Promoting the European Way of Life"],"location":["Athens"],"address":["Athens"],"addressEntity":["addr-b85c37fe604c92003f3f88be8edf938efbe00ff2"],"organizer":["ec-cabinet-margaritis-of-president-schinas-vice"],"involved":["ec-person-d5cada2a1a17537a675985af31e5ce07ae3bfd42","ec-person-c8d1d7f3012c344bc60630eb456865390bddc7c5","eu-tr-477510929511-08"]}} -{"id":"ec-meeting-2022-03-17-758520cd8eff6084d3034a136eea95d69609464d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-17 - Cabinet of Executive Vice-President Margrethe Vestager x Landbrug & Fødevarer - Danish Agriculture and Food Council"],"date":["2022-03-17"],"summary":["Pillar Two Directive / taxation of cooperatives."],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-3da433aae105b13fe027e9c9b3dcac2c97029370","eu-tr-1634450483-86","ec-person-11ba005cc4046696303381b7ca219da9b11a42bf"]}} -{"id":"ec-meeting-2022-03-17-766fb64c63541d8348d9be5ffc6c601f635f31b7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-17 - Cabinet of Commissioner Ylva Johansson x International Federation of Red Cross and Red Crescent Societies"],"date":["2022-03-17"],"summary":["Situation in Ukraine and Member States under pressure"],"notes":["Portfolio: Home Affairs"],"location":["VTC"],"address":["VTC"],"addressEntity":["addr-9d1acaa772820b8ade84113d2da24716fe455be2"],"organizer":["ec-cabinet-commissioner-johansson-of-ylva"],"involved":["ec-person-31b127e72e9dd30ce85ff2b475ac65d28d7dc48d","ec-person-1f14c98028fa6f9f43ee9cd5aef7ed77c30761a5","eu-tr-132236315085-89"]}} -{"id":"ec-meeting-2022-03-17-8924f827ee9a3345a5f41421d4d494c0770a95ef","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-17 - Cabinet of Commissioner Stella Kyriakides x Plasma Protein Therapeutics Association Europe, international Association without lucrative purpose"],"date":["2022-03-17"],"summary":["VTC Meeting on Blood, Tissues and Cells legislation and availability of Plasma-Derived Medicinal Products"],"notes":["Portfolio: Health"],"location":["Bruxelles"],"address":["Bruxelles"],"addressEntity":["addr-b58f5927b66d94a676970dc048485d4c6848f272"],"organizer":["ec-cabinet-commissioner-kyriakides-of-stella"],"involved":["ec-person-8c3c9f5f3b2f84138bb6ab73180e2eff94b88ec8","ec-person-ecf9f9e978b833afc98ee022572d468f0dc9a352","eu-tr-687559214721-11"]}} -{"id":"ec-meeting-2022-03-17-9889b34d2e3ae409531e8c9cf570410690cead9a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-17 - Budget x Bank of America Corporation"],"date":["2022-03-17"],"summary":["EU debt issuance"],"location":["Webex"],"address":["Webex"],"addressEntity":["addr-4b591c6aa2d0556305c2d15987c48d32c33f9ca9"],"organizer":["ec-dg-budg"],"involved":["ec-person-39635b893026833f739fe623fe7e9d5a97525e7a","eu-tr-53891615036-88"]}} -{"id":"ec-meeting-2022-03-17-9b97542b3af0a5d8a516878533ee185fd3d088fb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-17 - Cabinet of Commissioner Mairead Mcguinness x ING Group"],"date":["2022-03-17"],"summary":["Payment for Order Flow (PFOF)\r\nMiFIR review"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["eu-tr-12112965774-95","ec-person-0ba9b89127b39af6a66f2fc3ed727332f1b19a34"]}} -{"id":"ec-meeting-2022-03-17-9d40dfa77f1c5c849759c315d396e6e23ce01ad0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-17 - Energy x Agora Energiewende H2Global-Stiftung"],"date":["2022-03-17"],"summary":["Exchange with think tanks – Agora Energiewende, Aurora Energy Research, H2Global Stiftung. Discussion on security of supply and REPowerEU."],"location":["Berlin, Germany"],"address":["Berlin, Germany"],"addressEntity":["addr-45087614a913d81becb706e8469c1cd56b027e7f"],"organizer":["ec-dg-ener"],"involved":["eu-tr-991321446189-28","eu-tr-321342621105-20","ec-person-9c0f33ecb9f6badd5f4b5f1a4bd7677e18a52a22"]}} -{"id":"ec-meeting-2022-03-17-c2e27b0a29b6f9291fdfeb0ad41d13059807acbe","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-17 - Economic and Financial Affairs x European Round Table for Industry"],"date":["2022-03-17"],"summary":["Discussion on the ERT recently published papers"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-ecfin"],"involved":["eu-tr-25487567824-45","ec-person-d59b69916c3a29673c14838feab22a7902555d52"]}} -{"id":"ec-meeting-2022-03-17-c78943430ce3ad3505c160ba00c2423012dceb91","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-17 - Cabinet of Commissioner Nicolas Schmit x None"],"date":["2022-03-17"],"summary":["Skills and Talent Package, help for Ukrainian refugees."],"notes":["Portfolio: Jobs and Social Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-66fa2c2d100ec194caa42b5c6f97c36e2748b71c","ec-person-8eb18b6102d444937bc6af5822a6742812165b48","ec-person-4cf4655ab41922e92160325d987a3c4615c72d30","eu-tr-04902121531-04","eu-tr-33130841043-14","eu-tr-55820581197-35","eu-tr-3978240953-79","eu-tr-06698681039-26","ec-person-c03b949331dbbe5fa3d5423758e371ec1b9b832f","eu-tr-59513031434-92"]}} -{"id":"ec-meeting-2022-03-17-c87924c48bd56789c2ba22792f438d8aadb78672","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-17 - Agriculture and Rural Development x YARA BELGIUM S.A."],"date":["2022-03-17"],"summary":["Exchange of views on food security and fertilizers"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-agri"],"involved":["eu-tr-68208004617-79","ec-person-94f7c6e6875fa76120558bda38f913792cc61934"]}} -{"id":"ec-meeting-2022-03-17-d1346ec8de62f49014b2f905411a0651e43ac377","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-17 - Cabinet of Commissioner Thierry Breton x Alibaba Group Holding Limited"],"date":["2022-03-17"],"summary":["DSA and DMA"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-4d83416435f81b1f1e8f5c86aeebb1478577f1d2","eu-tr-288124335633-28"]}} -{"id":"ec-meeting-2022-03-17-dcbfd7742633559963e7f6c870ccf3b18719386a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-17 - Economic and Financial Affairs x ABN AMRO Bank N.V."],"date":["2022-03-17"],"summary":["Meeting at their request to discuss economic governance, fiscal policy, banking union, CMU."],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-ecfin"],"involved":["eu-tr-353231132587-96","ec-person-d59b69916c3a29673c14838feab22a7902555d52"]}} -{"id":"ec-meeting-2022-03-17-e7444d7c2e994d9deb6a627138ad6829b65931d7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-17 - Cabinet of Executive Vice-President Margrethe Vestager x Microsoft Corporation"],"date":["2022-03-17"],"summary":["Digital Policies"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-0801162959-21","ec-person-11d97788772862bb34f51dd26d7f92603eac1bf8","ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0"]}} -{"id":"ec-meeting-2022-03-17-eeeacf08cf2714de2d7399ce436c00abab6c4f76","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-17 - Cabinet of Executive Vice-President Frans Timmermans x PGE Polska Grupa Energetyczna SA"],"date":["2022-03-17"],"summary":["Fit-for-55"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce","ec-person-d53e00c46a4cc62bbf533e0c9bb35bacb9121989","eu-tr-818300434979-49"]}} -{"id":"ec-meeting-2022-03-17-fd8e5a1b9c9360fd94dd67ae6bb53345a8c8745a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-17 - Cabinet of Commissioner Kadri Simson x Shell Companies"],"date":["2022-03-17"],"summary":["Discussion on energy prices, security of supply of gas"],"notes":["Portfolio: Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["ec-person-ba3b83676ad38094e71b64b644f3e3d2c61b8182","ec-person-2fb98fc84d2cf8d481688eff3d47f7745ead3592","eu-tr-05032108616-26"]}} -{"id":"ec-meeting-2022-03-18-0b5ee446c0a475f4826635f49b8bb9260cbd51d8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-18 - Cabinet of Commissioner Kadri Simson x Honeywell Europe NV"],"date":["2022-03-18"],"summary":["To discuss the Commission’s proposal to reduce methane emissions in the energy sector."],"notes":["Portfolio: Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["ec-person-f47a082bc2455a660c3b2ae348f0024736672752","eu-tr-75311753240-67"]}} -{"id":"ec-meeting-2022-03-18-2e6cd3d1c53bc4f0aafbed3d6cdb21903930d73a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-18 - Cabinet of Executive Vice-President Margrethe Vestager x Confederation of Swedish Enterprise"],"date":["2022-03-18"],"summary":["competitiveness and competition policy."],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-39912257528-48","ec-person-6b6135249735cff1f3061530471f1e159500c840","ec-person-11d97788772862bb34f51dd26d7f92603eac1bf8"]}} -{"id":"ec-meeting-2022-03-18-3ed245e84fdb0ec3d4bcc2dbdbf53f5730659e33","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-18 - Financial Stability, Financial Services and Capital Markets Union x Aercap Holdings NV"],"date":["2022-03-18"],"summary":["EU sanctions"],"location":["Virtual meeting"],"address":["Virtual meeting"],"addressEntity":["addr-1f1f3f51a4da31a1ea5c1b4b21cbf52ad983224f"],"organizer":["ec-dg-fisma"],"involved":["ec-person-1fce211249673c35ee07a801ddee77ab24af8d54","eu-tr-461173445540-64"]}} -{"id":"ec-meeting-2022-03-18-48b0d5f03de59b663bbbfcfbbd65e504697bce1a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-18 - Cabinet of Commissioner Paolo Gentiloni x AEGIS Europe"],"date":["2022-03-18"],"summary":["CBAM and WTO"],"notes":["Portfolio: Economy"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-cabinet-commissioner-gentiloni-of-paolo"],"involved":["eu-tr-790573922716-64","ec-person-8da36db391ed53f362d495cd564ba8b45c7003e1"]}} -{"id":"ec-meeting-2022-03-18-5fe65b9e48235175b60944b64a023cd8a1c767a7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-18 - Cabinet of Commissioner Paolo Gentiloni x CAISSE DES DEPOTS"],"date":["2022-03-18"],"summary":["Discussion on CDC engagement with EU policy objectives."],"notes":["Portfolio: Economy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gentiloni-of-paolo"],"involved":["eu-tr-84606487324-44","ec-person-35b83a90b979d3fc1a2ee6dc6af6e91338204918"]}} -{"id":"ec-meeting-2022-03-18-676b45180f5c3a91015b4673f8f207b4f3ffe90d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-18 - Cabinet of Commissioner Jutta Urpilainen x Gavi, the Vaccine Alliance"],"date":["2022-03-18"],"summary":["Update on COVAX"],"notes":["Portfolio: International Partnerships"],"location":["Teleconference"],"address":["Teleconference"],"addressEntity":["addr-a1b2e4eeecb1f46f3239fd2a390e2ec3f16bc2cb"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["eu-tr-078294941111-90","ec-person-6357f4506ca5351b3a822936612fd6006da48722"]}} -{"id":"ec-meeting-2022-03-18-6d6cc26d564a4942afc5450f95897aded6bf2359","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-18 - Cabinet of Executive Vice-President Margrethe Vestager x Hydrogen Europe"],"date":["2022-03-18"],"summary":["H2 IPCEIs and state aids"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-77659588648-75","ec-person-0e93ebac9bad76e1351e0981f04e7ef88848f943"]}} -{"id":"ec-meeting-2022-03-18-85536b79cbaf7711023eaef3e9b85a3bcf8301a4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-18 - Cabinet of President Ursula von der Leyen x A.P. Møller - Mærsk A/S Volvo AB Siemens AG AIR LIQUIDE"],"date":["2022-03-18"],"summary":["Meeting with Chairman of Volvo, Chairman of Siemens and Maersk, CEO of Air Liquide"],"notes":["Portfolio: President"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["eu-tr-94857385769-70","ec-person-a2ac27c3a7aa93937efc47169c1dc2264a822175","eu-tr-680443918500-51","eu-tr-51773601133-57","eu-tr-4266797770-31"]}} -{"id":"ec-meeting-2022-03-18-ae8f7474015253afdda483a98f82071abeeef331","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-18 - Financial Stability, Financial Services and Capital Markets Union x Association for Financial Markets in Europe"],"date":["2022-03-18"],"summary":["Banking Package, consolidated tape"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-65110063986-76","ec-person-1fce211249673c35ee07a801ddee77ab24af8d54"]}} -{"id":"ec-meeting-2022-03-18-f0fa78987e03676480d9063c9dd806940f41ac1a","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2022-03-18 - Cabinet of Commissioner Paolo Gentiloni x European Association of Long-Term Investors"],"date":["2022-03-18"],"summary":["InvestEU"],"notes":["Portfolio: Economy"],"location":["BERL 10/41"],"address":["BERL 10/41"],"addressEntity":["addr-4b09ad8531a3e7ce517229675f9aa2f78cac0d2d"],"organizer":["ec-cabinet-commissioner-gentiloni-of-paolo"],"involved":["ec-person-8da36db391ed53f362d495cd564ba8b45c7003e1","eu-tr-977980112556-82"]}} -{"id":"ec-meeting-2022-03-18-f482ca9858b957bf9c3fc4c8a32290c6ae6cc716","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-18 - Internal Market, Industry, Entrepreneurship and SMEs x Fertilizers Europe"],"date":["2022-03-18"],"summary":["Present EU the many challenges for the fertilizer industry in the present situation AND the consequences this could have for food security in Europe going forward"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-dg-grow"],"involved":["ec-person-0151c7e554d188fffc509ad636b7d1a84c5dfcd5","eu-tr-80788715017-29"]}} -{"id":"ec-meeting-2022-03-21-013e94c07f80718da74adafc2568b684a20e724f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-21 - Cabinet of Commissioner Mairead Mcguinness x Visa Europe"],"date":["2022-03-21"],"summary":["Payment continuity in Ukraine, Open Banking and PSD2."],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-2b9c589fb2354bd93067644d2c3d2c058d4c4cc9","eu-tr-61954192201-58","ec-person-778f68c06d4985a2eda59737cdb80e7a4570f90f"]}} -{"id":"ec-meeting-2022-03-21-2924b397db40228b5d7e33d978993dd5af931369","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-21 - Financial Stability, Financial Services and Capital Markets Union x Ibec"],"date":["2022-03-21"],"summary":["Insurance sector's interpretation, Taxonomy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-479468313744-50","ec-person-1fce211249673c35ee07a801ddee77ab24af8d54"]}} -{"id":"ec-meeting-2022-03-21-2b412943047351c95fd477d5aa148e6f60eb0f6d","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2022-03-21 - Cabinet of President Ursula von der Leyen x European Round Table for Industry"],"date":["2022-03-21"],"summary":["ERT activities","Meeting with ERT involving Energy CEOS (topic: REPowerEU)"],"notes":["Portfolio: President"],"location":["Videoconference","WEBEX"],"address":["Videoconference","WEBEX"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b","addr-7c1c4c0273f3262f1324e10718853b4d78ce2630"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-7019713e72781afb1f3b19032c4752a314b78180","ec-person-a2ac27c3a7aa93937efc47169c1dc2264a822175","eu-tr-25487567824-45"]}} -{"id":"ec-meeting-2022-03-21-b92b866dcb812bea1044970d50b05592c8fd908e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-21 - Cabinet of Executive Vice-President Margrethe Vestager x Visa Europe"],"date":["2022-03-21"],"summary":["Competition policy."],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-61954192201-58","ec-person-11d97788772862bb34f51dd26d7f92603eac1bf8","ec-person-71043372bdf7ac2868e93db35f9e2f420db778e3"]}} -{"id":"ec-meeting-2022-03-21-c3f5424b69fcba60696c5527f947454c74e0d43d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-21 - Cabinet of President Ursula von der Leyen x Royal Schiphol Group"],"date":["2022-03-21"],"summary":["WEF and EU Green deal"],"notes":["Portfolio: President"],"location":["Brussels (VC)"],"address":["Brussels (VC)"],"addressEntity":["addr-7a7ab1034ef0b71e62ebf9a322dc5d9528505976"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-f2b941852d3b961d69ed695c2d243a1a2b4a1904","eu-tr-793750635630-82"]}} -{"id":"ec-meeting-2022-03-21-c637afc59c7058946b452ed5d332ad7b1274163c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-21 - Competition x Airbus"],"date":["2022-03-21"],"summary":["State Aids and CEEAG"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-comp"],"involved":["ec-person-f257bc19c568ad25083c1c1e1651426245cefedf","eu-tr-2732167674-76"]}} -{"id":"ec-meeting-2022-03-21-cf6a49ca6dc650b6e5e66eb4f3309a80a5da470c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-21 - Cabinet of Commissioner Nicolas Schmit x IMS - Inspiring More Sustainability asbl"],"date":["2022-03-21"],"summary":["Sustainability Academy that would provide green skills and skills for sustainability."],"notes":["Portfolio: Jobs and Social Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["eu-tr-003906045590-78","ec-person-4cf4655ab41922e92160325d987a3c4615c72d30","ec-person-c03b949331dbbe5fa3d5423758e371ec1b9b832f"]}} -{"id":"ec-meeting-2022-03-21-e586a9589831b203d358fb5dd9432a321d0fd41a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-21 - Cabinet of Commissioner Nicolas Schmit x Assicurazioni Generali S.p.A"],"date":["2022-03-21"],"summary":["Presentation of The Human Safety Net"],"notes":["Portfolio: Jobs and Social Rights"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-c2208333f0f75350eef62b355a40bf856f2d9cef","ec-person-66fa2c2d100ec194caa42b5c6f97c36e2748b71c","eu-tr-600525713796-88"]}} -{"id":"ec-meeting-2022-03-21-e662667e697b2b9c02d225b333b7fb5cb2370874","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-21 - Cabinet of Executive Vice-President Frans Timmermans x Acumen Public Affairs"],"date":["2022-03-21"],"summary":["Exchange on the upcoming review of the F-gas regulation"],"notes":["Portfolio: European Green Deal"],"location":["video call"],"address":["video call"],"addressEntity":["addr-12d8c530d76da0b7745f9c0f9285e7eec97adc55"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-85679286747-21","ec-person-f1a3478550296f3f9accdc67d6ef5a0b681dda4b"]}} -{"id":"ec-meeting-2022-03-21-e8af353d4894383261ac6834193ab85a0a6dec27","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-21 - Cabinet of Commissioner Nicolas Schmit x Federation of European Securities Exchanges European Federation of Public Service Unions"],"date":["2022-03-21"],"summary":["European Care Strategy and social dialogue for the social services sector."],"notes":["Portfolio: Jobs and Social Rights"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-8eb18b6102d444937bc6af5822a6742812165b48","ec-person-4cf4655ab41922e92160325d987a3c4615c72d30","eu-tr-04902121531-04","eu-tr-71488206456-23","ec-person-c03b949331dbbe5fa3d5423758e371ec1b9b832f"]}} -{"id":"ec-meeting-2022-03-22-06fa5741dcb9130aa983c3bab8b32ad9f3ed87d0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-22 - Cabinet of Commissioner Thierry Breton x Stellantis"],"date":["2022-03-22"],"summary":["Euro 7"],"notes":["Portfolio: Internal Market"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-6308dea893b9b1ca0dcd5b91b4a1ac4c2f3020ad","eu-tr-986044541551-20"]}} -{"id":"ec-meeting-2022-03-22-079d57cdcde01f2f5a8b4e129dbec1a4fa3d68ce","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-22 - Internal Market, Industry, Entrepreneurship and SMEs x MAHLE International GmbH"],"date":["2022-03-22"],"summary":["Meeting MAHLE/ZF/BOSCH to discuss Taxonomy, Access to in vehicle data and Euro VII developments"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-grow"],"involved":["eu-tr-917204122840-28","ec-person-0151c7e554d188fffc509ad636b7d1a84c5dfcd5"]}} -{"id":"ec-meeting-2022-03-22-0dc4ab50832247fd1e8a8bc701048728183ae0e2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-22 - Cabinet of Commissioner Jutta Urpilainen x Finnish trade union representation to the EU"],"date":["2022-03-22"],"summary":["Exchange with the board of Trade Union Pro on Commissioner priorities and international partnerships."],"notes":["Portfolio: International Partnerships"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["ec-person-7c4fa9cfb750b5b524c065180fcee1123b8df03e","eu-tr-774047715805-95"]}} -{"id":"ec-meeting-2022-03-22-25ee99a36967d4f201e953e4b631fe9c5a6471ef","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2022-03-22 - Cabinet of Commissioner Mairead Mcguinness x Ibec"],"date":["2022-03-22"],"summary":["Meeting with Food & Drinks Ireland","Address at IBEC event - EU response to Ukraine"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Brussels, Belgium","Brussels"],"address":["Brussels, Belgium","Brussels"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306","addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-2b9c589fb2354bd93067644d2c3d2c058d4c4cc9","ec-person-00f66582d8581f7480e12525027b5a1ee9b22f07","eu-tr-479468313744-50"]}} -{"id":"ec-meeting-2022-03-22-3a16cb3f5ba4ce251dfc582376e249c6092688c5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-22 - Cabinet of President Ursula von der Leyen x World Economic Forum"],"date":["2022-03-22"],"summary":["World Economic Forum meeting 2022"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-387b2c9080aa68dc8eafc87ee6010da6ae5ffdc2","eu-tr-567538843366-43"]}} -{"id":"ec-meeting-2022-03-22-40cc9b355214f6d96c3fae7bd3cc87a82e92d745","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-22 - Cabinet of Commissioner Janusz Wojciechowski x Tokonomics"],"date":["2022-03-22"],"summary":["Tokonomics projects and initiatives and organic Marketplaces"],"notes":["Portfolio: Agriculture"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["eu-tr-842972045628-44","ec-person-cafe030b6dad78a75143f7552c420481b30ebceb"]}} -{"id":"ec-meeting-2022-03-22-41c122dd7c048f69b96cd5e45c0c214a71fe2f67","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-22 - Cabinet of Commissioner Elisa Ferreira x RegrowTown"],"date":["2022-03-22"],"summary":["Presentation of REGROWTOWN - Discussion on the small & medium towns network."],"notes":["Portfolio: Cohesion and Reforms"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-elisa-ferreira-of"],"involved":["eu-tr-230312945313-75","ec-person-4121b3832a3dd4ec5d2c50f26f7003d3bada6d20"]}} -{"id":"ec-meeting-2022-03-22-4c718b15148c286d399ed864dee41b4d7e4b0537","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-22 - Cabinet of Commissioner Mariya Gabriel x Friends of Europe"],"date":["2022-03-22"],"summary":["Upcoming engagement opportunities"],"notes":["Portfolio: Innovation and Youth"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-99436366768-45","ec-person-1674399a793e9e6fd7cf55b525515fc862fc9351"]}} -{"id":"ec-meeting-2022-03-22-4e0ca48aaf5cf018286ff42020ff0b347bbda85a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-22 - Cabinet of Vice-President Dubravka Šuica x European Policy Centre"],"date":["2022-03-22"],"summary":["-\tConference Observatory & High Level Advisory Group Report \r\n-\tDiscussion on the report and on the conference in general"],"notes":["Portfolio: Democracy and Demography"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-dubravka-of-president-suica-vice"],"involved":["eu-tr-89632641000-47","ec-person-08d40344214e6573b5eb0480c1a338d5dde265bd","ec-person-026798f0d4b4567a1c4ba592351123da781ce908"]}} -{"id":"ec-meeting-2022-03-22-53db9179dd681fd3e9ff2699cef9e29575b9c1df","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-22 - Cabinet of Commissioner Kadri Simson x ENEL SpA"],"date":["2022-03-22"],"summary":["Discussion on energy prices"],"notes":["Portfolio: Energy"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["ec-person-ba3b83676ad38094e71b64b644f3e3d2c61b8182","ec-person-2fb98fc84d2cf8d481688eff3d47f7745ead3592","eu-tr-6256831207-27"]}} -{"id":"ec-meeting-2022-03-22-5a60fa78c24222fe56a176aa973a41490343602c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-22 - Cabinet of Executive Vice-President Frans Timmermans x Konrad-Adenauer-Stiftung"],"date":["2022-03-22"],"summary":["Perspectives for international hydrogen trade with the EU"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-d53e00c46a4cc62bbf533e0c9bb35bacb9121989","eu-tr-510151427278-94"]}} -{"id":"ec-meeting-2022-03-22-5ad40ceb7689e2849ef676ef6e976a4e3e9fc326","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-22 - Cabinet of Commissioner Elisa Ferreira x Galp Energia, SGPS, SA"],"date":["2022-03-22"],"summary":["Presentation of Galp’s green transition process"],"notes":["Portfolio: Cohesion and Reforms"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-elisa-ferreira-of"],"involved":["eu-tr-959972115771-67","ec-person-4121b3832a3dd4ec5d2c50f26f7003d3bada6d20"]}} -{"id":"ec-meeting-2022-03-22-5fb400790bdc62c1e5b58fb7ff7633b3dace4a4c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-22 - Cabinet of Commissioner Thierry Breton x Institute for Digital fundamental rights"],"date":["2022-03-22"],"summary":["DSA"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-4d83416435f81b1f1e8f5c86aeebb1478577f1d2","eu-tr-452268243228-92"]}} -{"id":"ec-meeting-2022-03-22-6299350f65af00565363a69dcd7181f626cb9ca6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-22 - Cabinet of Executive Vice-President Valdis Dombrovskis x ENEL SpA"],"date":["2022-03-22"],"summary":["EU energy markets - gas price regulation; gas price cap"],"notes":["Portfolio: An Economy that Works for People"],"location":["video conference"],"address":["video conference"],"addressEntity":["addr-6dc12e3c97077db82f32184f24341ce370a445fd"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-3520008ac93a203db50d106deafde939bc2729f1","eu-tr-6256831207-27"]}} -{"id":"ec-meeting-2022-03-22-6e20f805dc8bd3509eb64a89a5db45020bfcff16","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-22 - Cabinet of Commissioner Virginijus Sinkevičius x Ukrainian Business and Trade Association"],"date":["2022-03-22"],"summary":["To discuss the state of play in trade relations with Ukraine and assistance to Ukraine to evaluate environmental damages of the war in Ukraine and(with participation of the Ambassador of Ukraine Mr Chentsov)"],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["BERL 8/155"],"address":["BERL 8/155"],"addressEntity":["addr-ff1c98271ad3e965a92aa58a095b221631ecf520"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["ec-person-dd7a7b1952e158f4195d34cff333ec79a4f48ba3","ec-person-5d2fb692a102077260d7badef4a9f10132b72aee","eu-tr-936111838444-51"]}} -{"id":"ec-meeting-2022-03-22-812da16deafa5ee7e623111658587b792bfaa09c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-22 - Cabinet of Commissioner Thierry Breton x ENGIE"],"date":["2022-03-22"],"summary":["Crise énergétique, transition et investissements pour le secteur"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-90947457424-20","ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0"]}} -{"id":"ec-meeting-2022-03-22-878f1cdd9d40c540ab606c43646d9d97fe244c09","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-22 - Cabinet of Executive Vice-President Frans Timmermans x Rud Pedersen Public Affairs Brussels"],"date":["2022-03-22"],"summary":["Hydrogen role in RePowerEU"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-165838227131-07","ec-person-d53e00c46a4cc62bbf533e0c9bb35bacb9121989"]}} -{"id":"ec-meeting-2022-03-22-8ae050e9f4111abac32ac8b746f9f74164df57e8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-22 - Internal Market, Industry, Entrepreneurship and SMEs x The Chemours Company"],"date":["2022-03-22"],"summary":["Chemours’ ambition for Europe, which reflects the EU Green Deal Ambition"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-grow"],"involved":["eu-tr-433904133145-65","ec-person-0151c7e554d188fffc509ad636b7d1a84c5dfcd5"]}} -{"id":"ec-meeting-2022-03-22-956b6eba2c8568f98d00037e8562f3e71877c62d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-22 - Cabinet of Executive Vice-President Frans Timmermans x Siemens Energy AG"],"date":["2022-03-22"],"summary":["Discussion on the upcoming review of the F-gas regulation"],"notes":["Portfolio: European Green Deal"],"location":["video call"],"address":["video call"],"addressEntity":["addr-12d8c530d76da0b7745f9c0f9285e7eec97adc55"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-974875639237-65","ec-person-f1a3478550296f3f9accdc67d6ef5a0b681dda4b"]}} -{"id":"ec-meeting-2022-03-22-bd9b6e519352284b04a182ea6442016400bbcd75","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-22 - Cabinet of Executive Vice-President Frans Timmermans x Stichting Solidaridad Nederland The Traidcraft Exchange European Environmental Bureau Stichting Fair Trade Advocacy Office Environmental Coalition on Standards industriAll European Trade Union"],"date":["2022-03-22"],"summary":["Circular Economy and EU Strategy on Textiles"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-06798511314-27","ec-person-8af3c81534786a740718d21dc58240738a53ed7b","eu-tr-358284014848-82","eu-tr-96668093651-33","eu-tr-408640640017-46","eu-tr-860901940087-20","eu-tr-044923437351-12"]}} -{"id":"ec-meeting-2022-03-22-bf211a1848fe21a1b09cc20bd6ad63445d691fab","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-22 - Competition x La Française des Jeux"],"date":["2022-03-22"],"summary":["Discussion on State Aids"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-comp"],"involved":["ec-person-f257bc19c568ad25083c1c1e1651426245cefedf","eu-tr-14184846326-23"]}} -{"id":"ec-meeting-2022-03-22-ce9595855dda7ec5e6763f175bbe98fbab55a571","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-22 - Cabinet of Commissioner Mairead Mcguinness x Reinsurance Advisory Board"],"date":["2022-03-22"],"summary":["Solvency II and sustainable finance."],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Virtual Meeting"],"address":["Virtual Meeting"],"addressEntity":["addr-ed078b6749077909a1a45720507ac2da9277b8b3"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["eu-tr-341051518380-63","ec-person-2b9c589fb2354bd93067644d2c3d2c058d4c4cc9","ec-person-49e520c7a9c9c47ccb5acfa68f9416e4233af9f8"]}} -{"id":"ec-meeting-2022-03-22-e7301808048efd7db3c56d02c8f7f930f6777dda","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-22 - Cabinet of Commissioner Didier Reynders x Stichting Fair Trade Advocacy Office European Environmental Bureau Clean Clothes Campaign / Stichting Schone Kleren Kampagne industriAll European Trade Union Reuse and Recycling European Union Social Enterprises Environmental Coalition on Standards The Traidcraft Exchange Stichting Solidaridad Nederland"],"date":["2022-03-22"],"summary":["Corporate Sustainability Due Diligence"],"notes":["Portfolio: Justice"],"location":["video conference"],"address":["video conference"],"addressEntity":["addr-6dc12e3c97077db82f32184f24341ce370a445fd"],"organizer":["ec-cabinet-commissioner-didier-of-reynders"],"involved":["eu-tr-06798511314-27","eu-tr-05052317999-60","ec-person-442bf1ae9900b999673cdd7389224d0e21b67d4d","eu-tr-358284014848-82","eu-tr-96668093651-33","eu-tr-408640640017-46","eu-tr-860901940087-20","eu-tr-714466824568-72","eu-tr-044923437351-12"]}} -{"id":"ec-meeting-2022-03-22-f4012ee111d32204e59aff9f4a3a6723f74347f1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-22 - Cabinet of Commissioner Nicolas Schmit x ZF Friedrichshafen AG Robert Bosch GmbH MAHLE International GmbH"],"date":["2022-03-22"],"summary":["Fair transitions, Skills Agenda, reskilling and upskilling of the workforce and the impact of the war in Ukraine on business and value chains."],"notes":["Portfolio: Jobs and Social Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["eu-tr-194094423131-36","ec-person-4cf4655ab41922e92160325d987a3c4615c72d30","eu-tr-917204122840-28","eu-tr-8999533555-91","ec-person-c03b949331dbbe5fa3d5423758e371ec1b9b832f"]}} -{"id":"ec-meeting-2022-03-22-f68555f3dced647377f4cfb66cc5c50d2be7e4d2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-22 - Financial Stability, Financial Services and Capital Markets Union x Raiffeisen Bank International AG"],"date":["2022-03-22"],"summary":["Sanctions, Financial economy"],"location":["Virtual meeting"],"address":["Virtual meeting"],"addressEntity":["addr-1f1f3f51a4da31a1ea5c1b4b21cbf52ad983224f"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-33858106461-10","ec-person-1fce211249673c35ee07a801ddee77ab24af8d54"]}} -{"id":"ec-meeting-2022-03-23-07c297e868acaccc5546011a24c38b20e433c30b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-23 - Cabinet of Executive Vice-President Margrethe Vestager x European Round Table for Industry"],"date":["2022-03-23"],"summary":["Market developments for Cloud and Edge services."],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0","eu-tr-25487567824-45"]}} -{"id":"ec-meeting-2022-03-23-22192e936cef3733609cb1fa9792e429e6fa0ca0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-23 - Cabinet of Commissioner Thierry Breton x Reporters sans frontières"],"date":["2022-03-23"],"summary":["Media Freedom Act"],"notes":["Portfolio: Internal Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","eu-tr-612547127497-45","ec-person-5215bd372c5a1202399d77ecceb8c16de8d7d55c"]}} -{"id":"ec-meeting-2022-03-23-277ca7f3f2c2bb4e5fe326cdfcac3b2f1b0de85d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-23 - Cabinet of Commissioner Virginijus Sinkevičius x BUSINESSEUROPE"],"date":["2022-03-23"],"summary":["To discuss ,,Business Europe“ position on the upcoming Commission proposals concerning the Sustainable Products Initiative (SPI), the Industrial Emission Directive Revision and the REACH revision"],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["BERL 8/155"],"address":["BERL 8/155"],"addressEntity":["addr-ff1c98271ad3e965a92aa58a095b221631ecf520"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["ec-person-dd7a7b1952e158f4195d34cff333ec79a4f48ba3","ec-person-5d2fb692a102077260d7badef4a9f10132b72aee","eu-tr-3978240953-79"]}} -{"id":"ec-meeting-2022-03-23-2b412943047351c95fd477d5aa148e6f60eb0f6d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-23 - Cabinet of President Ursula von der Leyen x European Round Table for Industry"],"date":["2022-03-23"],"summary":["Meeting with ERT involving Energy CEOS (topic: REPowerEU)"],"notes":["Portfolio: President"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-a2ac27c3a7aa93937efc47169c1dc2264a822175","eu-tr-25487567824-45"]}} -{"id":"ec-meeting-2022-03-23-369fe4f6cd81a3f522e2290b399b5ba52547f19a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-23 - Cabinet of Commissioner Paolo Gentiloni x Confindustria Dispositivi Medici"],"date":["2022-03-23"],"summary":["CBAM/Taxation issues"],"notes":["Portfolio: Economy"],"location":["BERL 10/41"],"address":["BERL 10/41"],"addressEntity":["addr-4b09ad8531a3e7ce517229675f9aa2f78cac0d2d"],"organizer":["ec-cabinet-commissioner-gentiloni-of-paolo"],"involved":["ec-person-8da36db391ed53f362d495cd564ba8b45c7003e1","eu-tr-672507146725-14"]}} -{"id":"ec-meeting-2022-03-23-4ce4a67d9b26a7c0f95bb5d3b251df900c2b9fa4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-23 - Cabinet of Commissioner Elisa Ferreira x Brunswick Group Advisory Limited Savannah Resources PLC"],"date":["2022-03-23"],"summary":["Lithium policy"],"notes":["Portfolio: Cohesion and Reforms"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-elisa-ferreira-of"],"involved":["eu-tr-227951945764-80","ec-person-edf08d46587dbb24d69133811963301459374fa8","eu-tr-26255464458-25","ec-person-6aefca8f66cd57549e22428bee7f0d2c97d16f52"]}} -{"id":"ec-meeting-2022-03-23-61730c6cdeb1ff8368c46b4ba9c4e48d6081ec78","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-23 - Cabinet of Executive Vice-President Frans Timmermans x EIT Digital"],"date":["2022-03-23"],"summary":["Digital solutions for the EU Green Deal"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-d56ecbfde17436a136fc89c9a978b266e8285c84","eu-tr-848163332915-94"]}} -{"id":"ec-meeting-2022-03-23-61e12d489dcddc19533d998446c965425b718afb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-23 - Cabinet of Commissioner Adina Vălean x FuelsEurope ExxonMobil Petroleum & Chemical"],"date":["2022-03-23"],"summary":["Presentation of the CONCAWE study on the integrated assessment of FF55"],"notes":["Portfolio: Transport"],"location":["conference call"],"address":["conference call"],"addressEntity":["addr-e26ec8db46626d4f460f33bdb70c0f9dfa8ef7f3"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["eu-tr-26207914726-42","ec-person-e5f1558cac43dd4f90847b508b6753edb0a9f903","eu-tr-0745650927-75"]}} -{"id":"ec-meeting-2022-03-23-931e71870637457f79779f6459835f420f32a936","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-23 - Cabinet of Commissioner Thierry Breton x The Traidcraft Exchange Fashion Revolution Stichting Fair Trade Advocacy Office Clean Clothes Campaign / Stichting Schone Kleren Kampagne Environmental Coalition on Standards industriAll European Trade Union European Environmental Bureau"],"date":["2022-03-23"],"summary":["Views of group of civil society organisations regarding the EU strategy for sustainable textiles"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-06798511314-27","ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","eu-tr-358284014848-82","eu-tr-96668093651-33","eu-tr-860901940087-20","eu-tr-714466824568-72","eu-tr-993831245838-30","eu-tr-044923437351-12"]}} -{"id":"ec-meeting-2022-03-23-9ea2dae52a67eff7c0309fa6d5a5a49198058d43","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-23 - Cabinet of Commissioner Virginijus Sinkevičius x Northvolt"],"date":["2022-03-23"],"summary":["the Green Deal ambitions and energy transition, the Waste Shipment Regulation, the Fit for 55 package"],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["eu-tr-278373226442-94","ec-person-7d3108a3faddd62588ca5729ecf06d7d51aee243","ec-person-a58f1d06f5cb1d8dfd278e0c36d5aa1b9368b270"]}} -{"id":"ec-meeting-2022-03-23-a44d6df2f949e0e1685c42939506f4332f9ac479","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-23 - Cabinet of Commissioner Stella Kyriakides x European Public Health Association"],"date":["2022-03-23"],"summary":["Exchange of views on food labelling under Farm to Fork and Europe’s Beating cancer Plan."],"notes":["Portfolio: Health"],"location":["Brussels, virtual"],"address":["Brussels, virtual"],"addressEntity":["addr-a77aad37184191a1e2534f0bc3ae06cdbb66cf4a"],"organizer":["ec-cabinet-commissioner-kyriakides-of-stella"],"involved":["ec-person-a14d25733c53171d0aa91b49f8fa6d0c83e15a17","ec-person-ecf9f9e978b833afc98ee022572d468f0dc9a352","eu-tr-37673629826-90"]}} -{"id":"ec-meeting-2022-03-23-af9188d41cc72543774e983a3b371ad0dbf115f9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-23 - Cabinet of Commissioner Nicolas Schmit x World Economic Forum"],"date":["2022-03-23"],"summary":["Meeting on the Skills Agenda"],"notes":["Portfolio: Jobs and Social Rights"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-66fa2c2d100ec194caa42b5c6f97c36e2748b71c","ec-person-4cf4655ab41922e92160325d987a3c4615c72d30","eu-tr-567538843366-43"]}} -{"id":"ec-meeting-2022-03-23-b0f8fdf431264cc30fa280d8922984dca67e9016","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-23 - Cabinet of President Ursula von der Leyen x Gavi, the Vaccine Alliance"],"date":["2022-03-23"],"summary":["Update on COVAX & donations"],"notes":["Portfolio: President"],"location":["WEBEX"],"address":["WEBEX"],"addressEntity":["addr-7c1c4c0273f3262f1324e10718853b4d78ce2630"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-f2b941852d3b961d69ed695c2d243a1a2b4a1904","eu-tr-078294941111-90"]}} -{"id":"ec-meeting-2022-03-23-c10d42a53906ad750c98c95ba4b9f47cf0beb7f4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-23 - Cabinet of Commissioner Thierry Breton x Oversight Board"],"date":["2022-03-23"],"summary":["Content moderation and DSA"],"notes":["Portfolio: Internal Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-342627244426-89","ec-person-4d83416435f81b1f1e8f5c86aeebb1478577f1d2"]}} -{"id":"ec-meeting-2022-03-23-d2bed5ae01418b7261d316fa83bf7bfaec6fd12c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-23 - Mobility and Transport x FinMobility ry"],"date":["2022-03-23"],"summary":["Key priorities of Finnish transport sector"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-move"],"involved":["eu-tr-003708136830-08","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2022-03-23-d3dd961ca61d3b3974a272f703e10741231a2180","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-23 - Financial Stability, Financial Services and Capital Markets Union x FTI Consulting Belgium Citadel LLC"],"date":["2022-03-23"],"summary":["CMU, Consolidated tape and PFOF"],"location":["Virtual meeting"],"address":["Virtual meeting"],"addressEntity":["addr-1f1f3f51a4da31a1ea5c1b4b21cbf52ad983224f"],"organizer":["ec-dg-fisma"],"involved":["ec-person-1fce211249673c35ee07a801ddee77ab24af8d54","eu-tr-836939615933-24","eu-tr-29896393398-67"]}} -{"id":"ec-meeting-2022-03-24-0cbcf704e41924544bd13396f567918c626216f5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-24 - Cabinet of Executive Vice-President Frans Timmermans x General Electric Company"],"date":["2022-03-24"],"summary":["Climate and energy transition – ongoing developments and prospects"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-a282162080cef4ef2a8c0ab6247a3e03dc438507","ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce","eu-tr-4016736872-59"]}} -{"id":"ec-meeting-2022-03-24-27102b88b975dbbea449cc3658cbcc5d616982d5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-24 - Migration and Home Affairs x Airbnb Ireland UC"],"date":["2022-03-24"],"summary":["discuss ukrainian refugees and actions taken by Airbnb"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-home"],"involved":["eu-tr-823871417098-42","ec-person-eb837001036fd00bae706e2b0dfd0885bb71e4bb"]}} -{"id":"ec-meeting-2022-03-24-2e4542090f9eb07399b6bca21d897fd7803a9fa0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-24 - Cabinet of Commissioner Stella Kyriakides x European Health Forum Gastein"],"date":["2022-03-24"],"summary":["Exchange with Dr. Clemens Auer on the upcoming European Health Forum Gastein as well as the key pillars of the European Health Union"],"notes":["Portfolio: Health"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-kyriakides-of-stella"],"involved":["eu-tr-022328713595-61","ec-person-43784ba1f5299ace66cb2287545e1dcae4372d14","ec-person-991ce64cea5178762c932ac823ea5d309e7a8d93"]}} -{"id":"ec-meeting-2022-03-24-2f2d265182220d05117a2532c34f78c5a0fb1601","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-24 - Financial Stability, Financial Services and Capital Markets Union x Association Europe Finances Regulations"],"date":["2022-03-24"],"summary":["Banking Union, CMU and Sustainable Finance"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-761886623768-75","ec-person-1fce211249673c35ee07a801ddee77ab24af8d54"]}} -{"id":"ec-meeting-2022-03-24-4417de1e932614c9a98c31c00bebbfea61386294","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-24 - Cabinet of Commissioner Thierry Breton x France Digitale"],"date":["2022-03-24"],"summary":["Exchange with startups and scaleups on EU digital policies"],"notes":["Portfolio: Internal Market"],"location":["Paris"],"address":["Paris"],"addressEntity":["addr-22390ad11c32faec43fc61555b53607660b3c185"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-479234015862-06","ec-person-5215bd372c5a1202399d77ecceb8c16de8d7d55c"]}} -{"id":"ec-meeting-2022-03-24-501e14f96b77d3caf2a1dea2fb53ae53cb083bd5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-24 - Cabinet of Commissioner Mairead Mcguinness x American Chamber of Commerce Ireland"],"date":["2022-03-24"],"summary":["EU Green Deal, sustainable finance, EU taxonomy, CSRD - Pre-recorded address to AmCham Ireland"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-2b9c589fb2354bd93067644d2c3d2c058d4c4cc9","eu-tr-981023736582-85"]}} -{"id":"ec-meeting-2022-03-24-512edaf52902818e2d6b5858a7318f1dad547720","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-24 - Cabinet of Commissioner Jutta Urpilainen x Bundesverband der Deutschen Industrie e.V."],"date":["2022-03-24"],"summary":["Global Gateway"],"notes":["Portfolio: International Partnerships"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["ec-person-7204caa5e704bc4a911fee13ad5c0f62fd74b3bc","eu-tr-1771817758-48"]}} -{"id":"ec-meeting-2022-03-24-528a9d9905d014537de888df9cffb173ccd055e5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-24 - Cabinet of President Ursula von der Leyen x Carlsberg Breweries A/S"],"date":["2022-03-24"],"summary":["Russia/Ukraine crisis"],"notes":["Portfolio: President"],"location":["Brussels, Belgium (videoconference)"],"address":["Brussels, Belgium (videoconference)"],"addressEntity":["addr-1f66f830e606b808730f8367fd8121f296055269"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["eu-tr-048387711728-21","ec-person-a15f450526451c70384a05ea9a3a7400ba2d3e7e"]}} -{"id":"ec-meeting-2022-03-24-810cf47e3989dd69b39fd62278d6d1365f031dcf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-24 - Cabinet of Executive Vice-President Frans Timmermans x Stellantis"],"date":["2022-03-24"],"summary":["Transition to electric mobility"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-d56ecbfde17436a136fc89c9a978b266e8285c84","eu-tr-986044541551-20"]}} -{"id":"ec-meeting-2022-03-24-82b033df0ce1aa22be77c4e9897f36d61bf3d4a8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-24 - Cabinet of Vice-President Věra Jourová x Deutsche Welle"],"date":["2022-03-24"],"summary":["Media freedom Act"],"notes":["Portfolio: Values and Transparency"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["ec-person-aa83f35da599b82e4f15da018f4b3447eb648f7c","eu-tr-421591329311-65"]}} -{"id":"ec-meeting-2022-03-24-a55fa7acef7f1c957f330be29b60984b36ac7ea1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-24 - Cabinet of Vice-President Věra Jourová x Disinformation Index Ltd"],"date":["2022-03-24"],"summary":["Disinformation"],"notes":["Portfolio: Values and Transparency"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["eu-tr-584700737325-09","ec-person-fb258e0188a5319bfaba3161382db43f5a85851f"]}} -{"id":"ec-meeting-2022-03-24-bda8d99c23ef1075f83959e8d73d7e6a3ac69863","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-24 - Cabinet of Commissioner Janusz Wojciechowski x International Federation of Organic Agriculture Movements EU Regional Group"],"date":["2022-03-24"],"summary":["Organics"],"notes":["Portfolio: Agriculture"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["eu-tr-67128251296-84","ec-person-08c62f972c22464aca7a65520eb9406f8db14a66"]}} -{"id":"ec-meeting-2022-03-24-fc1f25c31b131150914d82431be0f47b25e773ea","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-24 - Cabinet of Executive Vice-President Frans Timmermans x DIN Deutsches Institut für Normung e. V. Association Française de Normalisation"],"date":["2022-03-24"],"summary":["Standardisation Strategy"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-989808524267-58","ec-person-e88af8eb396e96e3dbc9b4ec6e40a348d26c389c","eu-tr-104570644466-01"]}} -{"id":"ec-meeting-2022-03-25-074d9aac2e159f312c1fa721e9284ff29680ec6f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-25 - Trade x Bundesverband der Deutschen Industrie e.V."],"date":["2022-03-25"],"summary":["Russia, Ukraine, WTO."],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-trade"],"involved":["eu-tr-1771817758-48","ec-person-2045c2589da3988908fcfe731e8224e7e06a7c63"]}} -{"id":"ec-meeting-2022-03-25-0b44f36941cefa063adda0f0e2ce73067794edab","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-25 - Cabinet of Commissioner Helena Dalli x End Female Genital Mutilation - European Network"],"date":["2022-03-25"],"summary":["Project CHAIN"],"notes":["Portfolio: Equality"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-dalli-helena-of"],"involved":["eu-tr-488509127575-64","ec-person-d15c205cb9cbb310d2811039c0160c1de7c84638"]}} -{"id":"ec-meeting-2022-03-25-0f12c175634335f3e721bd31c72ca08c7a3d4fe8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-25 - Cabinet of Commissioner Kadri Simson x European Heat Pump Association"],"date":["2022-03-25"],"summary":["Role of heat pumps in the REPowerEU communication."],"notes":["Portfolio: Energy"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["eu-tr-23643001178-02","ec-person-1995c65b8dc7f3702a8c30ed96a0144075848837"]}} -{"id":"ec-meeting-2022-03-25-25a5ae5852bda0d3a399c9f9b598ebf39ee1a21a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-25 - Cabinet of Executive Vice-President Valdis Dombrovskis x The European Steel Association"],"date":["2022-03-25"],"summary":["Situation in the steel market"],"notes":["Portfolio: An Economy that Works for People"],"location":["Webex"],"address":["Webex"],"addressEntity":["addr-4b591c6aa2d0556305c2d15987c48d32c33f9ca9"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["eu-tr-93038071152-83","ec-person-9e7bd1005456277f156b671d1555c6a460fb2f58"]}} -{"id":"ec-meeting-2022-03-25-2631e7d241c87fd264049d122ba6f8251477bcc6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-25 - Cabinet of Commissioner Jutta Urpilainen x Polis180 e.V."],"date":["2022-03-25"],"summary":["Indo-Pacific region, youth engagement"],"notes":["Portfolio: International Partnerships"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["eu-tr-642532545341-02","ec-person-a6ae9abd61cd135e990ccc05f2a7cc849f01a618","ec-person-1ec9383fd54d9d4cd8a154c01fa71549eb8c75ac"]}} -{"id":"ec-meeting-2022-03-25-3d3c1814a665059a0dc951a4bd7c06066f8555a9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-25 - Cabinet of Commissioner Thierry Breton x CAISSE DES DEPOTS"],"date":["2022-03-25"],"summary":["Investissement dans les priorités européennes : dépendance énergétique, défense et PME."],"notes":["Portfolio: Internal Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-84606487324-44","ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","ec-person-5215bd372c5a1202399d77ecceb8c16de8d7d55c"]}} -{"id":"ec-meeting-2022-03-25-3d594c8d8923b3ecf71fcdf25988587280688379","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-25 - Maritime Affairs and Fisheries x Conférence des Régions Périphériques Maritimes d'Europe (CRPM)"],"date":["2022-03-25"],"summary":["Keynote address on the functioning of the CFP"],"location":["Barcelona"],"address":["Barcelona"],"addressEntity":["addr-122a417e6dce08a4a554333bbc6e9922b62c1f31"],"organizer":["ec-dg-mare"],"involved":["eu-tr-5546423688-07","ec-person-6e64215cdacfeb6c6d4709a7f72c2b1c94a3d908"]}} -{"id":"ec-meeting-2022-03-25-856dbfa7b40a8009bb3f59b19e2c49e921c55272","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-25 - Cabinet of Executive Vice-President Valdis Dombrovskis x European Round Table for Industry"],"date":["2022-03-25"],"summary":["- War in Ukraine, sanctions on Russia and global supply chains\r\n- Relations with the US, EU-US Trade and Technology Council, WTO reform\r\n- Relations with China"],"notes":["Portfolio: An Economy that Works for People"],"location":["video conference"],"address":["video conference"],"addressEntity":["addr-6dc12e3c97077db82f32184f24341ce370a445fd"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["eu-tr-25487567824-45","ec-person-9e7bd1005456277f156b671d1555c6a460fb2f58"]}} -{"id":"ec-meeting-2022-03-25-a7217209d9f1d38f5b437491b60c3a5425ce028c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-25 - Cabinet of Executive Vice-President Valdis Dombrovskis x EPI Company Deutscher Sparkassen-und Giroverband"],"date":["2022-03-25"],"summary":["European Payments Initiative"],"notes":["Portfolio: An Economy that Works for People"],"location":["Video conference"],"address":["Video conference"],"addressEntity":["addr-ebc9fd5c2f372a32153cf3f4d5fb918a96b84a88"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-235870cd7eb41f2494f695fce18b5b5b88647113","eu-tr-62379064909-15","eu-tr-153495442079-10","ec-person-f011ed0f7c78d833a79f1206f788e0cbd9cb8864"]}} -{"id":"ec-meeting-2022-03-25-bcc51d78a64b9f06a738abafaba4fa6a4cb1bdda","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-25 - Regional and Urban Policy x CAISSE DES DEPOTS"],"date":["2022-03-25"],"summary":["Investissement de long terme au service des transitions écologique, digitale et sociale des territoires"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-regio"],"involved":["eu-tr-84606487324-44","ec-person-3bc647761a4c1a96c0e7b4c3729d7408a61558b0"]}} -{"id":"ec-meeting-2022-03-25-ecf4a90e6670eb0fd6654b50ddad45777c17086b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-25 - Cabinet of Commissioner Kadri Simson x Enagás S.A."],"date":["2022-03-25"],"summary":["interconnections and REPower EU"],"notes":["Portfolio: Energy"],"location":["brussels"],"address":["brussels"],"addressEntity":["addr-e2daa1574b7ac475c827b33e281bd2d5e013c882"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["ec-person-ba3b83676ad38094e71b64b644f3e3d2c61b8182","eu-tr-905001612275-82"]}} -{"id":"ec-meeting-2022-03-28-0a195288fd9b1c62521f8125080f3f43a1c4b8b1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-28 - Cabinet of Executive Vice-President Valdis Dombrovskis x Microsoft Corporation"],"date":["2022-03-28"],"summary":["- Transatlantic relations\r\n- preparation of the TTC in May 2022\r\n- Open Strategic Autonomy\r\n- Support to Ukraine"],"notes":["Portfolio: An Economy that Works for People"],"location":["webex"],"address":["webex"],"addressEntity":["addr-a37f437ef502701df6cd547f0ec20f9f6c19464e"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["eu-tr-0801162959-21","ec-person-1d8581216d9aa7f26fa098a81e84ca61e0e3f261","ec-person-7e9813c16d805ee7ebea3ef6444f384bc32abaaa"]}} -{"id":"ec-meeting-2022-03-28-1d988b54242afd759e4a1eb77ec4e741d7f7c31f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-28 - Cabinet of Commissioner Paolo Gentiloni x Independent European Vape Alliance"],"date":["2022-03-28"],"summary":["excise duties"],"notes":["Portfolio: Economy"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-cabinet-commissioner-gentiloni-of-paolo"],"involved":["ec-person-8da36db391ed53f362d495cd564ba8b45c7003e1","eu-tr-132577234842-10"]}} -{"id":"ec-meeting-2022-03-28-459369b2c98f598ac33a2462d6b5fa245ca9d227","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-28 - Cabinet of Commissioner Nicolas Schmit x None"],"date":["2022-03-28"],"summary":["EU response to the conflict in Ukraine."],"notes":["Portfolio: Jobs and Social Rights"],"location":["Warsaw (PL)"],"address":["Warsaw (PL)"],"addressEntity":["addr-f8f0614046c0ec8e813168d968d09f3a5989bccc"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-66fa2c2d100ec194caa42b5c6f97c36e2748b71c","eu-tr-141756340102-33","eu-tr-639320826922-11","eu-tr-683095145526-12","ec-person-c2208333f0f75350eef62b355a40bf856f2d9cef","ec-person-c03b949331dbbe5fa3d5423758e371ec1b9b832f","eu-tr-202330629376-87","eu-tr-403765136087-34","eu-tr-251117611140-75","eu-tr-785007527265-52"]}} -{"id":"ec-meeting-2022-03-28-4e90958777b2c8b733fb5db77d0cb70211c57d2a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-28 - Cabinet of Vice-President Věra Jourová x News Media Europe"],"date":["2022-03-28"],"summary":["Political advertising"],"notes":["Portfolio: Values and Transparency"],"location":["Call"],"address":["Call"],"addressEntity":["addr-291a0a58dfa6c640a90c1d868d2af190775ea219"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["ec-person-aa83f35da599b82e4f15da018f4b3447eb648f7c","eu-tr-577812220311-81"]}} -{"id":"ec-meeting-2022-03-28-54e2399dda0131fdb19091526e5e000979e47635","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-28 - Cabinet of Commissioner Kadri Simson x International Association of Oil & Gas Producers Europe"],"date":["2022-03-28"],"summary":["Discussion on the 8 March Commission communication, the ongoing work to diversify gas supplies and diminish the fossil fuels supplies from Russia, IOGP ability to help in this process."],"notes":["Portfolio: Energy"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["ec-person-f47a082bc2455a660c3b2ae348f0024736672752","eu-tr-3954187491-70","ec-person-1995c65b8dc7f3702a8c30ed96a0144075848837"]}} -{"id":"ec-meeting-2022-03-28-6e441d88fe3671b0fecc0060b7956fe5a8d30ea5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-28 - Cabinet of Executive Vice-President Valdis Dombrovskis x Confederación Española de Organizaciones Empresariales"],"date":["2022-03-28"],"summary":["Macroeconomic situation, RRF implementation, employment and social policies"],"notes":["Portfolio: An Economy that Works for People"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-95d6ecce9b8f3a7b167d0eac8e270fdce0665ccb","eu-tr-02963738854-41"]}} -{"id":"ec-meeting-2022-03-28-6e8babe33bc79cc3be4874a27aa46ffeaa5d5d1c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-28 - Cabinet of Executive Vice-President Frans Timmermans x Cycling Industries Europe"],"date":["2022-03-28"],"summary":["Ecosystem for electric mobility including electric bikes"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-d56ecbfde17436a136fc89c9a978b266e8285c84","eu-tr-762247734758-18"]}} -{"id":"ec-meeting-2022-03-28-6fab75016e66f1355ffbf4eabf9541d5da93d6b4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-28 - Justice and Consumers x Confederación Española de Organizaciones Empresariales"],"date":["2022-03-28"],"summary":["Consumer credit directive, General Product Safety Regulation, Distance Marketing of Consumer Financial Services Directive, Right to repair"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-just"],"involved":["ec-person-97e843c2fd98c7993c9ab42a071dd1c98c85041d","eu-tr-02963738854-41"]}} -{"id":"ec-meeting-2022-03-28-7744e2608ab52166fb26718591b4186fd17bebff","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-28 - Cabinet of Commissioner Nicolas Schmit x Fundacja Ocalenie Helsinki Foundation for Human Rights"],"date":["2022-03-28"],"summary":["EU response to the conflict in Ukraine, CARE."],"notes":["Portfolio: Jobs and Social Rights"],"location":["Warsaw (PL)"],"address":["Warsaw (PL)"],"addressEntity":["addr-f8f0614046c0ec8e813168d968d09f3a5989bccc"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["eu-tr-657241221166-37","ec-person-66fa2c2d100ec194caa42b5c6f97c36e2748b71c","eu-tr-419808845588-45","ec-person-c2208333f0f75350eef62b355a40bf856f2d9cef","ec-person-c03b949331dbbe5fa3d5423758e371ec1b9b832f"]}} -{"id":"ec-meeting-2022-03-28-77c59c2bf6b23c4b2526cdeba9b34c80b184d6eb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-28 - Cabinet of Commissioner Jutta Urpilainen x European Network of Political Foundations"],"date":["2022-03-28"],"summary":["Speaker at the 1ST DEMOCRACY DIALOGUE: “THE FUTURE OF POLITICAL PARTY COOPERATION”"],"notes":["Portfolio: International Partnerships"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["eu-tr-029070342841-01","ec-person-7c4fa9cfb750b5b524c065180fcee1123b8df03e"]}} -{"id":"ec-meeting-2022-03-28-fef9f709ca04db164c1ccace70da39e2dc934681","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-28 - Cabinet of Vice-President Věra Jourová x Svaz průmyslu a dopravy ČR"],"date":["2022-03-28"],"summary":["Situation in Ukraine"],"notes":["Portfolio: Values and Transparency"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["eu-tr-785320514128-81","ec-person-bf54da17217bbddfd9c68fe24d88005ac17e2c4b"]}} -{"id":"ec-meeting-2022-03-29-0baa68a05aa3d0dd0d65a65ff40376ef5fc62472","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-29 - Cabinet of Commissioner Didier Reynders x TikTok Technology Ltd"],"date":["2022-03-29"],"summary":["Presentation of their activities in Europe, data protection and consumer protection."],"notes":["Portfolio: Justice"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-didier-of-reynders"],"involved":["ec-person-50f9cba2282e1d03395cdd0faf9ce6e9a2ff3104","ec-person-442bf1ae9900b999673cdd7389224d0e21b67d4d","eu-tr-165202837974-32"]}} -{"id":"ec-meeting-2022-03-29-11f080fc0a86cb2c831ccc6ce75a6073d6335748","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-29 - Cabinet of Commissioner Thierry Breton x EU DisinfoLab"],"date":["2022-03-29"],"summary":["Fight against disinformation and DSA"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-4d83416435f81b1f1e8f5c86aeebb1478577f1d2","eu-tr-593474530364-05"]}} -{"id":"ec-meeting-2022-03-29-1822cf023648e0f1cfee264a886ddd289e0143f0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-29 - Cabinet of Executive Vice-President Margrethe Vestager x IBM Corporation"],"date":["2022-03-29"],"summary":["Data Act, Artificial Intelligence Act"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-7721359944-96","ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0","ec-person-11ba005cc4046696303381b7ca219da9b11a42bf"]}} -{"id":"ec-meeting-2022-03-29-1daba9c4a4c50fa88dfa7be883a3a1773a0b749e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-29 - Cabinet of Executive Vice-President Margrethe Vestager x Confederation of Danish Industry"],"date":["2022-03-29"],"summary":["Current European Affairs."],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Copenhagen"],"address":["Copenhagen"],"addressEntity":["addr-3f7c839db34cfeebcefe96d90a0e37e02c8e52c6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-11d97788772862bb34f51dd26d7f92603eac1bf8","eu-tr-5749958415-41"]}} -{"id":"ec-meeting-2022-03-29-261206b9760b247fc0517b82d5aa914b0c9e1159","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-29 - Cabinet of Commissioner Thierry Breton x Fastweb S.p.A. Colt Technology Services Orange European Telecommunications Network Operators' Association ECTA BOUYGUES EUROPE GSMA Europe Vodafone Belgium SA GRUPO MASMOVIL MVNO Europe Iliad"],"date":["2022-03-29"],"summary":["Efforts to facilitate Roaming with Ukraine"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-871874631703-86","eu-tr-340474419749-80","eu-tr-08957111909-85","ec-person-4d83416435f81b1f1e8f5c86aeebb1478577f1d2","eu-tr-932781112187-50","eu-tr-173343238166-37","eu-tr-30988577529-37","ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","eu-tr-90142503473-81","eu-tr-76704342721-41","eu-tr-58272867322-27","eu-tr-458563610807-24","eu-tr-91216972728-77"]}} -{"id":"ec-meeting-2022-03-29-27db7c9714a121cb45f6cd941b833c71634ec8d1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-29 - Cabinet of Vice-President Věra Jourová x Association relative à la télévision européenne"],"date":["2022-03-29"],"summary":["Media Freedom Act"],"notes":["Portfolio: Values and Transparency"],"location":["call"],"address":["call"],"addressEntity":["addr-bc8d8647b02deea0ab3e715c220d041ee78cc19d"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["ec-person-aa83f35da599b82e4f15da018f4b3447eb648f7c","eu-tr-447494115294-30"]}} -{"id":"ec-meeting-2022-03-29-2edb367866bd0a9a1c261c9b6b3376df5b5a2abb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-29 - Environment x BUSINESSEUROPE"],"date":["2022-03-29"],"summary":["SPI, Industrial Emissions Directive, REACH"],"location":["Video meeting"],"address":["Video meeting"],"addressEntity":["addr-762dc9b5648e05f3894b6f2597baa8254e5414db"],"organizer":["ec-dg-env"],"involved":["ec-person-f9559d68da38935569ff0be1cadd90e05f0454bd","eu-tr-3978240953-79"]}} -{"id":"ec-meeting-2022-03-29-3863fe07a7cfad66667831c01836a8a82ddb0c30","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-29 - Cabinet of Executive Vice-President Frans Timmermans x Friends of Europe"],"date":["2022-03-29"],"summary":["Policymakers’ Dinner \"Connected Europe: looking forward” on digital transition"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-99436366768-45","ec-person-d56ecbfde17436a136fc89c9a978b266e8285c84"]}} -{"id":"ec-meeting-2022-03-29-40318075fa77c9c51e6bd7a6d6db0b1ace3f7990","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-29 - Cabinet of Commissioner Kadri Simson x European Solar Manufacturing Council"],"date":["2022-03-29"],"summary":["Discussion on EMSC’s ongoing initiatives and Commission’s work on boosting the manufacturing and deployment of solar PVs in the EU"],"notes":["Portfolio: Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["ec-person-f47a082bc2455a660c3b2ae348f0024736672752","ec-person-2fb98fc84d2cf8d481688eff3d47f7745ead3592","eu-tr-421495541254-57"]}} -{"id":"ec-meeting-2022-03-29-52327e7b015950281b219d5bd05e8926b6b51481","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-29 - Cabinet of Commissioner Kadri Simson x Trans Adriatic Pipeline"],"date":["2022-03-29"],"summary":["Update on the Trans Adriatic Pipeline"],"notes":["Portfolio: Energy"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["ec-person-f47a082bc2455a660c3b2ae348f0024736672752","ec-person-2fb98fc84d2cf8d481688eff3d47f7745ead3592","eu-tr-570335813082-79"]}} -{"id":"ec-meeting-2022-03-29-5828724c456f37d77b2da558728dd4c339250be2","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2022-03-29 - Cabinet of Executive Vice-President Margrethe Vestager x TikTok Technology Ltd"],"date":["2022-03-29"],"summary":["Digital Markets Act and Digital Services Act, Data Act"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-165202837974-32","ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0","ec-person-eecca27e2a9c3fc0d4bd43564e4960382705feef","ec-person-73fb1ddd279f8c6697a055567a2c09606006b875"]}} -{"id":"ec-meeting-2022-03-29-676b45180f5c3a91015b4673f8f207b4f3ffe90d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-29 - Cabinet of Commissioner Jutta Urpilainen x Gavi, the Vaccine Alliance"],"date":["2022-03-29"],"summary":["Update on COVAX"],"notes":["Portfolio: International Partnerships"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["eu-tr-078294941111-90","ec-person-6357f4506ca5351b3a822936612fd6006da48722"]}} -{"id":"ec-meeting-2022-03-29-6a006bea375e6466a0666cfaf35dd5d07d9d8d07","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-29 - Cabinet of Commissioner Virginijus Sinkevičius x 3M"],"date":["2022-03-29"],"summary":["Exchange of views on the European Green Deal and its implementation, as well as on technologies for the circular economy challenges to close the loop; information on the company’s actions following Russia’s invasion in Ukraine"],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Berl 8/155"],"address":["Berl 8/155"],"addressEntity":["addr-74e1ac6aca3f97a0717ee41f516e21e552b951c0"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["eu-tr-91425447458-88","ec-person-dd7a7b1952e158f4195d34cff333ec79a4f48ba3","ec-person-a58f1d06f5cb1d8dfd278e0c36d5aa1b9368b270"]}} -{"id":"ec-meeting-2022-03-29-77747530b5e0b07997bcf8a4748f477f4e41dd58","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-29 - Cabinet of Commissioner Thierry Breton x TikTok Technology Ltd"],"date":["2022-03-29"],"summary":["Data policy and DSA"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-4d83416435f81b1f1e8f5c86aeebb1478577f1d2","eu-tr-165202837974-32"]}} -{"id":"ec-meeting-2022-03-29-7b5c7feed37f00665ad5431a0d6bc94f406e5d55","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-29 - Cabinet of Commissioner Nicolas Schmit x EUROCHAMBRES – Association of European Chambers of Commerce and Industry"],"date":["2022-03-29"],"summary":["Situation in Ukraine and Ukrainian refugees, importance of skills for integration of refugees into the labour market."],"notes":["Portfolio: Jobs and Social Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-935314e38d735654cae8ee61313a3d73439b242d","ec-person-4cf4655ab41922e92160325d987a3c4615c72d30","ec-person-c03b949331dbbe5fa3d5423758e371ec1b9b832f","eu-tr-0014082722-83"]}} -{"id":"ec-meeting-2022-03-29-842e802db029041b621ae0ca6dc6ff8a3f6abf20","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-29 - Cabinet of Vice-President Margaritis Schinas x Vodafone Belgium SA"],"date":["2022-03-29"],"summary":["Ukraine crisis response, cybersecurity"],"notes":["Portfolio: Promoting the European Way of Life"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-margaritis-of-president-schinas-vice"],"involved":["ec-person-d5cada2a1a17537a675985af31e5ce07ae3bfd42","ec-person-43f9f86cfe94e45a95f7fbdea9a59a54955ebcfa","eu-tr-90142503473-81"]}} -{"id":"ec-meeting-2022-03-29-94df2403a2b7d92bd4a4c878fb74651405a0d26a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-29 - Cabinet of Executive Vice-President Valdis Dombrovskis x Bank Julius Baer & Co. Ltd"],"date":["2022-03-29"],"summary":["implementation of sanctions, banking regulation"],"notes":["Portfolio: An Economy that Works for People"],"location":["video-conference"],"address":["video-conference"],"addressEntity":["addr-8736c288a4bc51ee27ef4ed41e652409a37e60d1"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-235870cd7eb41f2494f695fce18b5b5b88647113","eu-tr-234317527985-69"]}} -{"id":"ec-meeting-2022-03-29-a2926fec36bcdc9edb6618bd349f973795115614","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-29 - Cabinet of Commissioner Jutta Urpilainen x DSW (Deutsche Stiftung Weltbevoelkerung) CONCORD Europe European Network on Debt and Development GLOBAL HEALTH ADVOCATES The ONE Campaign WaterAid CARE International Aisbl Save the Children Europe"],"date":["2022-03-29"],"summary":["Global Health"],"notes":["Portfolio: International Partnerships"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["eu-tr-26098317349-65","eu-tr-34478709670-34","eu-tr-32018754890-28","eu-tr-09136982496-09","ec-person-6357f4506ca5351b3a822936612fd6006da48722","eu-tr-48655305058-87","eu-tr-07720398190-53","eu-tr-697362735627-20","eu-tr-90237823189-97"]}} -{"id":"ec-meeting-2022-03-29-a874259c302f9201f2e73874493db31bea1763bc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-29 - Cabinet of Commissioner Adina Vălean x European Business Summit Network"],"date":["2022-03-29"],"summary":["Clean Energy Summit"],"notes":["Portfolio: Transport"],"location":["Zoom"],"address":["Zoom"],"addressEntity":["addr-9b3cbed5c490c07473546a88768ba29b787e9e52"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["ec-person-cc0354fbf386eb83f57c00ad5240f1dddeeabab4","eu-tr-268958411031-65"]}} -{"id":"ec-meeting-2022-03-29-a97e32113bd65d8f8c1cef110cb3cf261e84328f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-29 - Cabinet of Vice-President Věra Jourová x Център за изследване на демокрацията / Center for the Study of Democracy"],"date":["2022-03-29"],"summary":["Disinformation and Energy security issues"],"notes":["Portfolio: Values and Transparency"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["eu-tr-15789364550-66","ec-person-7a163c1020a2aefa0ea1473d934c053e3e34491a"]}} -{"id":"ec-meeting-2022-03-29-cf7229f4f4a410eabcc77e2594218508e29f18b2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-29 - Cabinet of Commissioner Virginijus Sinkevičius x The Pew Charitable Trusts"],"date":["2022-03-29"],"summary":["WTO, RFMO, microplastics, MPAs, Mediterranean, Sharks."],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Brussels, Berlaymont"],"address":["Brussels, Berlaymont"],"addressEntity":["addr-2d842da4e8cf3dbd0304d45e6b874d5f0aa57edf"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["ec-person-1443799688ae485d7a2fee5c9defab2c5b7c7e6c","eu-tr-46834536998-79","ec-person-c92a6b4ef8328855b0234011be623ed9f15c86f3"]}} -{"id":"ec-meeting-2022-03-29-d33ded0f7a01e17e3e5d61047d0b1ffbc7b76003","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-29 - Cabinet of Vice-President Margaritis Schinas x European Federation of Pharmaceutical Industries and Associations"],"date":["2022-03-29"],"summary":["access to medicines online portal"],"notes":["Portfolio: Promoting the European Way of Life"],"location":["online meeting"],"address":["online meeting"],"addressEntity":["addr-b385bbe7e761556665e3696aa1bcfc817c2db583"],"organizer":["ec-cabinet-margaritis-of-president-schinas-vice"],"involved":["eu-tr-38526121292-88","ec-person-c8d1d7f3012c344bc60630eb456865390bddc7c5","ec-person-180e5c5b13dac533a1241b0f9d78176c8bec3d51"]}} -{"id":"ec-meeting-2022-03-29-e12f18e1a9329a454641bf6cf4745de7d0095500","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-29 - Cabinet of Vice-President Margaritis Schinas x Thorn"],"date":["2022-03-29"],"summary":["Child sexual abuse"],"notes":["Portfolio: Promoting the European Way of Life"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-margaritis-of-president-schinas-vice"],"involved":["ec-person-2e04e278a7f128b3ac72d2af3db94d4ebed934da","eu-tr-854246640306-96"]}} -{"id":"ec-meeting-2022-03-29-e1f4666f09508b52414d2c6f247d0efcd53aa22c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-29 - Cabinet of Executive Vice-President Margrethe Vestager x European Telecommunications Network Operators' Association"],"date":["2022-03-29"],"summary":["Roaming, network costs and upscaling."],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-11d97788772862bb34f51dd26d7f92603eac1bf8","ec-person-eecca27e2a9c3fc0d4bd43564e4960382705feef","eu-tr-08957111909-85"]}} -{"id":"ec-meeting-2022-03-29-f4d181a74e0b0478dcd1ee7b20b730522d8bec03","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-29 - Taxation and Customs Union x Deloitte Tax & Consulting"],"date":["2022-03-29"],"summary":["Physical meeting - Discussion on the OECD Tax Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-taxud"],"involved":["ec-person-9e42f316f38c8e126c2cd2bc84affb891338c7f3","eu-tr-622565933188-30"]}} -{"id":"ec-meeting-2022-03-29-fd27cdf543e20e3f1021b0e55b51297c2c8b79a5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-29 - Cabinet of President Ursula von der Leyen x Bundesvereinigung der Deutschen Arbeitgeberverbände e.V."],"date":["2022-03-29"],"summary":["Meeting with BDA President and BDA CEO"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-a2ac27c3a7aa93937efc47169c1dc2264a822175","eu-tr-7749519702-29"]}} -{"id":"ec-meeting-2022-03-30-030778eefa706b5978447ab3d8c6c53f2bf0ce3e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-30 - Cabinet of Commissioner Adina Vălean x Grand Port Fluvio-maritime de l'Axe Seine"],"date":["2022-03-30"],"summary":["Maritime"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["eu-tr-705957328269-40","ec-person-baa9678f53e0a607c8a9bb2cd9122d1c13370154","ec-person-cc0354fbf386eb83f57c00ad5240f1dddeeabab4"]}} -{"id":"ec-meeting-2022-03-30-0abb47f78d8074059827f383e363430ae636a59b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-30 - Cabinet of Commissioner Helena Dalli x International Planned Parenthood Federation European Network"],"date":["2022-03-30"],"summary":["Meeting on Directive \"Definition of rape\" personal scope"],"notes":["Portfolio: Equality"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-dalli-helena-of"],"involved":["ec-person-d15c205cb9cbb310d2811039c0160c1de7c84638","eu-tr-49806329193-46"]}} -{"id":"ec-meeting-2022-03-30-0dbe8c0b7bb99e4a00ce7901d1d0389b7d7b42d7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-30 - Cabinet of Commissioner Thierry Breton x Google"],"date":["2022-03-30"],"summary":["Efforts against disinformation and compliance with digital regulation"],"notes":["Portfolio: Internal Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","eu-tr-03181945560-59","ec-person-4d83416435f81b1f1e8f5c86aeebb1478577f1d2"]}} -{"id":"ec-meeting-2022-03-30-0f3fa105579574c5debe04948dd139b003534728","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-30 - Cabinet of Executive Vice-President Frans Timmermans x Vonovia SE Baker McKenzie"],"date":["2022-03-30"],"summary":["Renovation wave"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-a282162080cef4ef2a8c0ab6247a3e03dc438507","eu-tr-636038041077-86","eu-tr-672524845633-46"]}} -{"id":"ec-meeting-2022-03-30-17c734e715a4514c2d5fc219f46a940b5dc37425","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-30 - Cabinet of Commissioner Virginijus Sinkevičius x Grand Port Fluvio-maritime de l'Axe Seine"],"date":["2022-03-30"],"summary":["To learn from HAROPA Port concerning its newly-approved Strategic Project as well as HAROPA Port’s engagement to the fulfilment of the biodiversity and zero-pollution strategies, with a focus on their activities for the ecological transition."],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["ec-person-7d3108a3faddd62588ca5729ecf06d7d51aee243","eu-tr-705957328269-40","ec-person-5d2fb692a102077260d7badef4a9f10132b72aee"]}} -{"id":"ec-meeting-2022-03-30-18ff8e01c012293e6ff3cf8d9b7a5d7528c0616f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-30 - Cabinet of Executive Vice-President Frans Timmermans x Grand Port Fluvio-maritime de l'Axe Seine"],"date":["2022-03-30"],"summary":["Hydrogen and electric inland waterways"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-705957328269-40","ec-person-d56ecbfde17436a136fc89c9a978b266e8285c84"]}} -{"id":"ec-meeting-2022-03-30-1c7860ac7f7c908aef739baea4649a89dcd22aa5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-30 - Cabinet of Commissioner Kadri Simson x WACKER CHEMIE AG Statkraft AS IBERDROLA EPIA SolarPower Europe Lightsource bp SMA Solar Technology AG Akuo Energy"],"date":["2022-03-30"],"summary":["Discussion on Solar Power Europe views on how to boost the manufacturing and deployment of solar PVs in the EU."],"notes":["Portfolio: Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["eu-tr-2680046412-48","eu-tr-41816938101-07","eu-tr-697003427612-81","eu-tr-603010840184-09","eu-tr-798215044252-19","eu-tr-96327066302-56","ec-person-f47a082bc2455a660c3b2ae348f0024736672752","eu-tr-036915715533-64","ec-person-1995c65b8dc7f3702a8c30ed96a0144075848837"]}} -{"id":"ec-meeting-2022-03-30-20eaf246e748b6c074a5ad6008608433ba58cf0b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-30 - Cabinet of Executive Vice-President Margrethe Vestager x Google"],"date":["2022-03-30"],"summary":["Digital Markets Act and Digital Services Act, Data Act."],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-bb1f295d8be3d10004d7e5fd7c24248a21215775","eu-tr-03181945560-59","ec-person-eecca27e2a9c3fc0d4bd43564e4960382705feef","ec-person-11d97788772862bb34f51dd26d7f92603eac1bf8"]}} -{"id":"ec-meeting-2022-03-30-275069617bcae99b427b2086896526391be2a11c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-30 - Cabinet of Commissioner Janusz Wojciechowski x Confederazione Nazionale Coldiretti"],"date":["2022-03-30"],"summary":["Implementation of the CAP, the general market situation and EU policy strategies on the agro-food sector"],"notes":["Portfolio: Agriculture"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["ec-person-c825a813205e5077cd48bbd241436daf1834fc9b","eu-tr-55507619225-88","ec-person-08c62f972c22464aca7a65520eb9406f8db14a66"]}} -{"id":"ec-meeting-2022-03-30-2a7b1defe34d2e770782f769c2d1926d60efd370","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-30 - Cabinet of Commissioner Kadri Simson x Gevo, Inc."],"date":["2022-03-30"],"summary":["To exchange views on issues such as the possible Delegated Act amending the RED II Annex IX, the upcoming Implementing Act on Voluntary Schemes, as well as the overall development of the regulatory framework on advanced biofuels."],"notes":["Portfolio: Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["ec-person-f47a082bc2455a660c3b2ae348f0024736672752","ec-person-d40f25b5cb5c0681854a4996da444478318f7e58","eu-tr-316427737892-62"]}} -{"id":"ec-meeting-2022-03-30-2cff1e8b34a903e8285d502a6bf6b48772e00cf0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-30 - Cabinet of Commissioner Mairead Mcguinness x Bundesverband deutscher Banken e.V."],"date":["2022-03-30"],"summary":["Banking Union"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["eu-tr-0764199368-97","ec-person-49e520c7a9c9c47ccb5acfa68f9416e4233af9f8"]}} -{"id":"ec-meeting-2022-03-30-35916188ad91fc77763bdb36221e50c418395bb9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-30 - Cabinet of Commissioner Mairead Mcguinness x Vodafone Stiftung Deutschland gGmbH"],"date":["2022-03-30"],"summary":["cybersecurity and secure networks and overlap with the financial sector. Repatriating of staff from Ukraine and rural broadband in Ireland."],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["eu-tr-963045243382-88","ec-person-1d2f53447b8f2d9bb3f50f7247ad40c2cf8036e4"]}} -{"id":"ec-meeting-2022-03-30-3eb5ce6b9ed7f2c11014ca425ac9f4a039062990","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-30 - Cabinet of Commissioner Didier Reynders x Meta Platforms Ireland Limited and its various subsidiaries (f/k/a Facebook Ireland Limited)"],"date":["2022-03-30"],"summary":["Presentation of META's most recent projects in Europe and data protection"],"notes":["Portfolio: Justice"],"location":["Video conference"],"address":["Video conference"],"addressEntity":["addr-ebc9fd5c2f372a32153cf3f4d5fb918a96b84a88"],"organizer":["ec-cabinet-commissioner-didier-of-reynders"],"involved":["ec-person-50f9cba2282e1d03395cdd0faf9ce6e9a2ff3104","ec-person-442bf1ae9900b999673cdd7389224d0e21b67d4d","eu-tr-28666427835-74"]}} -{"id":"ec-meeting-2022-03-30-3f700246959563895fde6e6f73b0416877a6df14","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-30 - Cabinet of Executive Vice-President Margrethe Vestager x Schibsted ASA"],"date":["2022-03-30"],"summary":["DMA, Market Definition Notice"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-bb1f295d8be3d10004d7e5fd7c24248a21215775","eu-tr-532331921544-33","ec-person-73fb1ddd279f8c6697a055567a2c09606006b875"]}} -{"id":"ec-meeting-2022-03-30-58cce82d81e644c1c1d9c8a7c6a4c277b939739e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-30 - Cabinet of Executive Vice-President Valdis Dombrovskis x European Union Chamber of Commerce in China"],"date":["2022-03-30"],"summary":["EU-China economic and trade relations"],"notes":["Portfolio: An Economy that Works for People"],"location":["webex"],"address":["webex"],"addressEntity":["addr-a37f437ef502701df6cd547f0ec20f9f6c19464e"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["eu-tr-592343015058-67","ec-person-7e9813c16d805ee7ebea3ef6444f384bc32abaaa"]}} -{"id":"ec-meeting-2022-03-30-5ef69976877e90afb9966bd8686752860a43270b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-30 - Cabinet of Commissioner Thierry Breton x Bundesverband der Deutschen Industrie e.V."],"date":["2022-03-30"],"summary":["Data and Chips Act"],"notes":["Portfolio: Internal Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-1771817758-48","ec-person-9cf97e549f67c3228d1478a3a67d652eb28c5b46","ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","ec-person-b077a2e9f0fdb3b8f6e91d0bd0b256db9e40ce46"]}} -{"id":"ec-meeting-2022-03-30-635c600e19050663d7a041bce07a2e73427b4b71","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-30 - Cabinet of Executive Vice-President Frans Timmermans x Slow Food"],"date":["2022-03-30"],"summary":["Sustainable food systems"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-01936914624-97","ec-person-33624431cbec1074e151c1707715ef46d2ba9565"]}} -{"id":"ec-meeting-2022-03-30-79543dfb3be28fd83c6c1e3e2f2e6ed22715d3c3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-30 - Cabinet of Commissioner Kadri Simson x ELICA SA (COPELOUZOS GROUP)"],"date":["2022-03-30"],"summary":["Copelouzos Group informed about the plans for the GREGY renewable electricity interconnector from Egypt to Greece."],"notes":["Portfolio: Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["eu-tr-274351946046-84","ec-person-2fb98fc84d2cf8d481688eff3d47f7745ead3592","ec-person-68b9170beccdbf21444fad7cdc252dec9e60b9d2"]}} -{"id":"ec-meeting-2022-03-30-8812f9b64bb9c31efa71de2fa9b2e38612947f68","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-30 - Cabinet of Commissioner Mairead Mcguinness x Associazione Bancaria Italiana"],"date":["2022-03-30"],"summary":["Basel III, CMU"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-0ba9b89127b39af6a66f2fc3ed727332f1b19a34","eu-tr-915519211566-03","ec-person-49e520c7a9c9c47ccb5acfa68f9416e4233af9f8"]}} -{"id":"ec-meeting-2022-03-30-9a1d47bb098d755e9d2be58e46e74beef31aa310","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-30 - Cabinet of President Ursula von der Leyen x Bundesverband der Deutschen Industrie e.V."],"date":["2022-03-30"],"summary":["Meeting with BDI President and BDI Director General"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["eu-tr-1771817758-48","ec-person-a2ac27c3a7aa93937efc47169c1dc2264a822175"]}} -{"id":"ec-meeting-2022-03-30-a0445f455f3cc22eee64f496c34a882b0992bb6b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-30 - Cabinet of Executive Vice-President Frans Timmermans x European Partnership for Energy and the Environment"],"date":["2022-03-30"],"summary":["Discussion on the review of the F-gas regulation"],"notes":["Portfolio: European Green Deal"],"location":["video call"],"address":["video call"],"addressEntity":["addr-12d8c530d76da0b7745f9c0f9285e7eec97adc55"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-22276738915-67","ec-person-f1a3478550296f3f9accdc67d6ef5a0b681dda4b"]}} -{"id":"ec-meeting-2022-03-30-a5a5b65a8eb66a974a5b15a3f15eb01ca6d7b7da","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-30 - Cabinet of Executive Vice-President Frans Timmermans x Bundesverband der Deutschen Industrie e.V."],"date":["2022-03-30"],"summary":["Exchange on EU climate and energy policy and possible impacts on German industry"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-7c876f4825f213b8adbedf089ccedfbc3b36d65b","eu-tr-1771817758-48"]}} -{"id":"ec-meeting-2022-03-30-ad066cdf85b448c7e8599b3e2a78f38aacdda0cd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-30 - Cabinet of Executive Vice-President Valdis Dombrovskis x BUSINESSEUROPE"],"date":["2022-03-30"],"summary":["ASG CEO Event organisation"],"notes":["Portfolio: An Economy that Works for People"],"location":["Video Conference"],"address":["Video Conference"],"addressEntity":["addr-fd005d1da26cd3c9a734fbbadaf813e8115acdeb"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["eu-tr-3978240953-79","ec-person-95d6ecce9b8f3a7b167d0eac8e270fdce0665ccb"]}} -{"id":"ec-meeting-2022-03-30-b3f9054fdab0384411fdfe0cb0fd4ef9f06e4595","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-30 - Cabinet of High Representative Josep Borrell Fontelles x Vodafone Belgium SA"],"date":["2022-03-30"],"summary":["Communication role and initiatives/activities of Vodafone in different sectors after the crisis in Ukraine."],"notes":["Portfolio: High Representative of the Union for Foreign Affairs and Security Policy / Vice-President of the Commission"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-borrell-cabinet-fontelles-high-josep-of-representative"],"involved":["ec-person-6011e46c8012e503183082d132b7a43a8bc06cbe","eu-tr-90142503473-81"]}} -{"id":"ec-meeting-2022-03-30-b7045ed97deae87e4f6949924163b7f1aa31e0b2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-30 - Cabinet of Commissioner Adina Vălean x Atlantia"],"date":["2022-03-30"],"summary":["Taxonomy"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["ec-person-fc3be846753d8ee60758ebedb7309dcf08aea52e","eu-tr-478977744955-91"]}} -{"id":"ec-meeting-2022-03-30-bca3906ff2d0cd41971f8f684f5d53e6fab8440c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-30 - Cabinet of Vice-President Margaritis Schinas x ELICA SA (COPELOUZOS GROUP)"],"date":["2022-03-30"],"summary":["Energy cooperation"],"notes":["Portfolio: Promoting the European Way of Life"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-margaritis-of-president-schinas-vice"],"involved":["ec-person-d5cada2a1a17537a675985af31e5ce07ae3bfd42","eu-tr-274351946046-84","ec-person-05650a4a170c56b9866c57f4610fcd005d5ccc24"]}} -{"id":"ec-meeting-2022-03-30-c058336ea1309b66aaf1b556b630b5b759235242","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-30 - Cabinet of Executive Vice-President Valdis Dombrovskis x Ukrainian Business and Trade Association"],"date":["2022-03-30"],"summary":["Current trade issues EU-Ukraine"],"notes":["Portfolio: An Economy that Works for People"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["eu-tr-936111838444-51","ec-person-f011ed0f7c78d833a79f1206f788e0cbd9cb8864"]}} -{"id":"ec-meeting-2022-03-30-c55d9b67da72d569b79d4bc3e33ead5b8af2150c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-30 - Taxation and Customs Union x ABP Pensionfund"],"date":["2022-03-30"],"summary":["Physical meeting - EU Tax Policy Agenda"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-taxud"],"involved":["ec-person-9e42f316f38c8e126c2cd2bc84affb891338c7f3","eu-tr-931202042525-75"]}} -{"id":"ec-meeting-2022-03-30-c8608784badf2fc9776bf4962e2cb31e90a75299","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-30 - Cabinet of Commissioner Mairead Mcguinness x Confindustria Toscana"],"date":["2022-03-30"],"summary":["Sanctions, CSDR Sustainable corporate governance act"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Rome"],"address":["Rome"],"addressEntity":["addr-da7705caa15608fea217326726ec6ed97a9c6c9d"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-2b9c589fb2354bd93067644d2c3d2c058d4c4cc9","eu-tr-435363045685-70","ec-person-44c404268b70ce0b79c4e148b5a7c4ae2c53ee30","ec-person-49e520c7a9c9c47ccb5acfa68f9416e4233af9f8"]}} -{"id":"ec-meeting-2022-03-30-d1f7dc06a1071923a887af231ef0ced28a55ccc8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-30 - Climate Action x ENEL SpA"],"date":["2022-03-30"],"summary":["Energy prices and RePowerEU"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-clima"],"involved":["ec-person-9c5c685692a09a77f2bc8ae9c05663b87cd75aae","eu-tr-6256831207-27"]}} -{"id":"ec-meeting-2022-03-30-d740b53a10fbc7ca6162720d59de45bd8e329df5","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2022-03-30 - Cabinet of Commissioner Paolo Gentiloni x Confederazione Nazionale Coldiretti"],"date":["2022-03-30"],"summary":["Meeting with Ettore Prandini, President of Coldiretti to discuss the impact of the invasion of Ukraine on the European agricultural sector and related issues"],"notes":["Portfolio: Economy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gentiloni-of-paolo"],"involved":["ec-person-088d26d74d1898338fbf1c86e139bd6d3b870dbc","ec-person-5afc11966577af0bcf6f99488769b1eba37e3577","eu-tr-55507619225-88"]}} -{"id":"ec-meeting-2022-03-30-d7cf00ce8c62f24ed134bb6d241324972e4e9f78","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-30 - Cabinet of Commissioner Thierry Breton x Schibsted ASA"],"date":["2022-03-30"],"summary":["Media Freedom Act"],"notes":["Portfolio: Internal Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-532331921544-33","ec-person-5215bd372c5a1202399d77ecceb8c16de8d7d55c"]}} -{"id":"ec-meeting-2022-03-30-f7403d8a01d0dbf4567d69b5a770f4cc8a599826","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-30 - Financial Stability, Financial Services and Capital Markets Union x NASDAQ"],"date":["2022-03-30"],"summary":["Consolidated tape, digital finance and Financial markets"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-76648765687-29","ec-person-1fce211249673c35ee07a801ddee77ab24af8d54"]}} -{"id":"ec-meeting-2022-03-30-f81547a38acab29587e4d236762a4bc944107620","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-30 - Cabinet of President Ursula von der Leyen x Google"],"date":["2022-03-30"],"summary":["Meeting with CEO of Google"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-a2ac27c3a7aa93937efc47169c1dc2264a822175","eu-tr-03181945560-59"]}} -{"id":"ec-meeting-2022-03-31-03cfebaf1933d95765ba57b42cfebc8cee261155","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-31 - Cabinet of Vice-President Margaritis Schinas x Identity Matters Consulting"],"date":["2022-03-31"],"summary":["European Identity"],"notes":["Portfolio: Promoting the European Way of Life"],"location":["Online meeting"],"address":["Online meeting"],"addressEntity":["addr-9d833a1da3074efd384ee6bc2b108c1f5bb379e0"],"organizer":["ec-cabinet-margaritis-of-president-schinas-vice"],"involved":["ec-person-901d49b3e3af3e96de8d42787e8633b0adc76ca1","eu-tr-484496945270-19"]}} -{"id":"ec-meeting-2022-03-31-0abb47f78d8074059827f383e363430ae636a59b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-31 - Cabinet of Commissioner Helena Dalli x International Planned Parenthood Federation European Network"],"date":["2022-03-31"],"summary":["Webex War in Ukraine"],"notes":["Portfolio: Equality"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-dalli-helena-of"],"involved":["ec-person-d15c205cb9cbb310d2811039c0160c1de7c84638","eu-tr-49806329193-46"]}} -{"id":"ec-meeting-2022-03-31-296cc6889c60563c62820c2a125fb88c15c3a2bf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-31 - Competition x EUROS / AGENCY GROUP"],"date":["2022-03-31"],"summary":["Discussion on railway markets in Europe"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-comp"],"involved":["ec-person-f257bc19c568ad25083c1c1e1651426245cefedf","eu-tr-57468837764-43"]}} -{"id":"ec-meeting-2022-03-31-4ec9ce1b50c9d93124ba34f7465c3d5d9f753fba","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-31 - Cabinet of Commissioner Kadri Simson x DTEK"],"date":["2022-03-31"],"summary":["Main point at the meeting: Financial stability of the electricity sector and to provide most recent updates on the situation on the ground in Ukraine."],"notes":["Portfolio: Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["ec-person-f47a082bc2455a660c3b2ae348f0024736672752","ec-person-d40f25b5cb5c0681854a4996da444478318f7e58","eu-tr-17429897118-54"]}} -{"id":"ec-meeting-2022-03-31-51b2fca50d48ad40ad7f7096bae379feb7450895","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-31 - Cabinet of Executive Vice-President Frans Timmermans x Vattenfall Hybrit Development AB SSAB AB Luossavaara Kiirunavaara Aktiebolag"],"date":["2022-03-31"],"summary":["Signing ceremony for Innovation Fund contributions to decarbonisation projects"],"notes":["Portfolio: European Green Deal"],"location":["Luleå, Sweden"],"address":["Luleå, Sweden"],"addressEntity":["addr-ab61cb8565ba36e3a03710394c3f9ed9a43f0129"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-7c876f4825f213b8adbedf089ccedfbc3b36d65b","eu-tr-419925437896-51","eu-tr-12955024114-93","eu-tr-052949332611-47","eu-tr-835967332819-32"]}} -{"id":"ec-meeting-2022-03-31-619f858483cd4ae58b2ca62f8f9db8adebedcf90","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-31 - Financial Stability, Financial Services and Capital Markets Union x Mazars SC"],"date":["2022-03-31"],"summary":["EU Corporate and Sustainability Reporting"],"location":["Virtual meeting"],"address":["Virtual meeting"],"addressEntity":["addr-1f1f3f51a4da31a1ea5c1b4b21cbf52ad983224f"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-803135043407-92","ec-person-1fce211249673c35ee07a801ddee77ab24af8d54"]}} -{"id":"ec-meeting-2022-03-31-727573b710633c465751a8266cebab0c691d3244","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-31 - Cabinet of Executive Vice-President Frans Timmermans x Stora Enso Oyj"],"date":["2022-03-31"],"summary":["Site visit to a project using wood-based materials in batteries"],"notes":["Portfolio: European Green Deal"],"location":["Stockholm, Sweden"],"address":["Stockholm, Sweden"],"addressEntity":["addr-92169336ee423643e4d74d0dc5724c6b612cc7a8"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-7c876f4825f213b8adbedf089ccedfbc3b36d65b","eu-tr-269853831446-79"]}} -{"id":"ec-meeting-2022-03-31-7ee2369ea68f0ea0084bcceb869acbf1ad0cded8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-31 - Cabinet of Vice-President Dubravka Šuica x Project 3 Mobility d.o.o."],"date":["2022-03-31"],"summary":["Meeting to share with us updates on their project and present their plans for expansion within the EU and other countries. Presented by Mr Goran Dautović, Director of Public Policy"],"notes":["Portfolio: Democracy and Demography"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-dubravka-of-president-suica-vice"],"involved":["ec-person-2ea66ac99d83c7f0ff7dfcfd7d90f9416dc22e61","eu-tr-514191345939-40"]}} -{"id":"ec-meeting-2022-03-31-8812f9b64bb9c31efa71de2fa9b2e38612947f68","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-31 - Cabinet of Commissioner Mairead Mcguinness x Associazione Bancaria Italiana"],"date":["2022-03-31"],"summary":["Ukraine sanctions, Banking Union, Basel III"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Rome"],"address":["Rome"],"addressEntity":["addr-da7705caa15608fea217326726ec6ed97a9c6c9d"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-2b9c589fb2354bd93067644d2c3d2c058d4c4cc9","ec-person-44c404268b70ce0b79c4e148b5a7c4ae2c53ee30","eu-tr-915519211566-03","ec-person-778f68c06d4985a2eda59737cdb80e7a4570f90f"]}} -{"id":"ec-meeting-2022-03-31-8e21fb49a58eb9f129c155ab4e16f0ae75faedd2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-31 - Cabinet of Commissioner Janusz Wojciechowski x Vodafone Belgium SA"],"date":["2022-03-31"],"summary":["Discuss the current agri-food context"],"notes":["Portfolio: Agriculture"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["eu-tr-90142503473-81","ec-person-cafe030b6dad78a75143f7552c420481b30ebceb"]}} -{"id":"ec-meeting-2022-03-31-906eea21d74d452df26471590b258aa5c1cad343","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-31 - Cabinet of Commissioner Nicolas Schmit x Federation of European Social Employers World Vision Brussels & EU Representation ivzw/aisbl Roma Education Fund Romania Save the Children Europe"],"date":["2022-03-31"],"summary":["EU response to the conflict in Ukraine, RRP, ESF+, Social economy, Child guarantee, support to the Roma."],"notes":["Portfolio: Jobs and Social Rights"],"location":["Bucharest (RO)"],"address":["Bucharest (RO)"],"addressEntity":["addr-d533add5b28d71098be86f8355a175f193be91a7"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-4cf4655ab41922e92160325d987a3c4615c72d30","ec-person-1379f76d0c860e318f68852e1b57aa75454831f8","eu-tr-730068743102-07","eu-tr-900188431242-71","eu-tr-64689102746-48","eu-tr-697362735627-20","ec-person-c03b949331dbbe5fa3d5423758e371ec1b9b832f"]}} -{"id":"ec-meeting-2022-03-31-965cc6d43e449049e57fa0b7203b12bb4dfb11a6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-31 - Cabinet of Executive Vice-President Frans Timmermans x Bruegel"],"date":["2022-03-31"],"summary":["Bruegel online podcast session on REPowerEU"],"notes":["Portfolio: European Green Deal"],"location":["online"],"address":["online"],"addressEntity":["addr-2dbc2fd2358e1ea1b7a6bc08ea647b9a337ac92d"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce","eu-tr-458295331598-02"]}} -{"id":"ec-meeting-2022-03-31-b1a30a7ba793c1185d14ef292798136ae8ecf26a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-31 - Cabinet of Executive Vice-President Frans Timmermans x Swedish Society for Nature Conservation Världsnaturfonden WWF (WWF Sweden) Stora Enso Oyj Skydda Skogen Södra Skogsägarna ekonomisk förening Swedish Forest Industries Federation"],"date":["2022-03-31"],"summary":["Forest policy and the EU Green Deal roundtable discussion"],"notes":["Portfolio: European Green Deal"],"location":["Stockholm, Sweden"],"address":["Stockholm, Sweden"],"addressEntity":["addr-92169336ee423643e4d74d0dc5724c6b612cc7a8"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-7c876f4825f213b8adbedf089ccedfbc3b36d65b","eu-tr-355702910008-47","eu-tr-299330237015-12","eu-tr-344239421654-76","eu-tr-269853831446-79","eu-tr-653709142112-68","eu-tr-681872220973-70"]}} -{"id":"ec-meeting-2022-03-31-c718073630833622e3b64af0fe58810496c07fb4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-31 - Cabinet of Executive Vice-President Frans Timmermans x EUROS / AGENCY GROUP"],"date":["2022-03-31"],"summary":["Green Deal and RepowerEU"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-e88af8eb396e96e3dbc9b4ec6e40a348d26c389c","eu-tr-57468837764-43"]}} -{"id":"ec-meeting-2022-03-31-d4db832124c35b61d5541d42a6eb0eb9b866db5e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-31 - Cabinet of Commissioner Helena Dalli x European Women's Lobby"],"date":["2022-03-31"],"summary":["Handover pregnancy Ms Fourcans to Ms Vardaramatou"],"notes":["Portfolio: Equality"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-dalli-helena-of"],"involved":["ec-person-d15c205cb9cbb310d2811039c0160c1de7c84638","eu-tr-85686156700-13"]}} -{"id":"ec-meeting-2022-03-31-e00517184e0c0a8ac6aefb5693d2c49167c63512","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-31 - Cabinet of Commissioner Mairead Mcguinness x Cassa Depositi e Prestiti s.p.a."],"date":["2022-03-31"],"summary":["Sustainable finance, digital payments, economic impact of sanctions"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Rome"],"address":["Rome"],"addressEntity":["addr-da7705caa15608fea217326726ec6ed97a9c6c9d"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-2b9c589fb2354bd93067644d2c3d2c058d4c4cc9","ec-person-44c404268b70ce0b79c4e148b5a7c4ae2c53ee30","eu-tr-110117812027-92","ec-person-778f68c06d4985a2eda59737cdb80e7a4570f90f"]}} -{"id":"ec-meeting-2022-03-31-ffdcba9f02e9916e084c26d6e01f566dab6e300f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-03-31 - Cabinet of Commissioner Mairead Mcguinness x Asociación Española de Banca"],"date":["2022-03-31"],"summary":["Basel III"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["eu-tr-785157016077-28","ec-person-49e520c7a9c9c47ccb5acfa68f9416e4233af9f8"]}} -{"id":"ec-meeting-2022-04-01-1b227727cc9ed36c3badb1ba3fc29dc2644c7394","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-04-01 - Cabinet of Vice-President Věra Jourová x Umweltinstitut München e.V."],"date":["2022-04-01"],"summary":["SLAPP"],"notes":["Portfolio: Values and Transparency"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["ec-person-7a163c1020a2aefa0ea1473d934c053e3e34491a","eu-tr-689094544352-49"]}} -{"id":"ec-meeting-2022-04-01-1d011d574259bf00359c445452c15fde86dce349","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-04-01 - Cabinet of Commissioner Nicolas Schmit x National Council for Small and Medium Sized Private Enterprises in Romania Blocul National Sindical Confederatia Sindicala Nationala MERIDIAN Confederatia Nationala Sindicala Cartel ALFA Confedratia Nationala a Sindicatelor libere din Romania - Fratia"],"date":["2022-04-01"],"summary":["EU response to the conflict in Ukraine, Social dialogue, reform of the Public Employment Services, minimum wage, platform work, Individual Learning Accounts."],"notes":["Portfolio: Jobs and Social Rights"],"location":["Bucharest (RO)"],"address":["Bucharest (RO)"],"addressEntity":["addr-d533add5b28d71098be86f8355a175f193be91a7"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["eu-tr-460857725596-34","ec-person-4cf4655ab41922e92160325d987a3c4615c72d30","ec-person-1379f76d0c860e318f68852e1b57aa75454831f8","eu-tr-984547745026-63","eu-tr-279257438747-70","eu-tr-015193625716-61","eu-tr-028799047364-27","ec-person-c03b949331dbbe5fa3d5423758e371ec1b9b832f"]}} -{"id":"ec-meeting-2022-04-01-3002a266b234548f1c7b7f8455435f5fcd39d939","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-04-01 - Cabinet of Executive Vice-President Margrethe Vestager x DIN Deutsches Institut für Normung e. V. Association Française de Normalisation"],"date":["2022-04-01"],"summary":["Standardization strategy."],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-989808524267-58","ec-person-0e93ebac9bad76e1351e0981f04e7ef88848f943","eu-tr-104570644466-01"]}} -{"id":"ec-meeting-2022-04-01-685ac7d468c9c1824f28e6b76dd9d69f970c75ff","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-04-01 - Cabinet of Vice-President Věra Jourová x Association of Commercial Television and Video on Demand Services in Europe"],"date":["2022-04-01"],"summary":["Political Advertising"],"notes":["Portfolio: Values and Transparency"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["ec-person-aa83f35da599b82e4f15da018f4b3447eb648f7c","eu-tr-18574111503-28"]}} -{"id":"ec-meeting-2022-04-01-70e5a7df88f51bf14e8d69257622f359b73ad75b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-04-01 - Cabinet of Commissioner Virginijus Sinkevičius x Deep Sea Conservation Coalition Seas At Risk"],"date":["2022-04-01"],"summary":["To discuss deep sea mining and the negotiations of the mining code in the International Seabed Authority"],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["ec-person-dd7a7b1952e158f4195d34cff333ec79a4f48ba3","eu-tr-625261439488-38","eu-tr-451986010410-20","ec-person-9de2bdbd71a153577984a493028e19bcb8c1514f"]}} -{"id":"ec-meeting-2022-04-01-75366fe88350a3a04eb6ff9bf1565c91409c50bf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-04-01 - Cabinet of Commissioner Virginijus Sinkevičius x Conselho Consultivo para as Regiões Ultraperiféricas Danish Fishers Producer Organisation ANFACO-CECOPESCA European Association of Fish Producers Organisations Stichting Advisory Council for pelagic stocks Pelagic Freezer-trawler Association Association des entreprises de produits alimentaires élaborés OCEANA Killybegs Fishermen's Organisation Conseil Consultatif des eaux occidentales autrales Fédération des Organisations de producteurs de la Pêche Artisanale Associazione Generale Cooperative Italiane - Settore Agro-Ittico Alimentare MEDAC Aquaculture Advisory Council European Associations of Fish Processors and European Federation of National Organisations of Fish Importers and Exporters"],"date":["2022-04-01"],"summary":["The follow up meeting with the sector to discuss the Commission response to the crisis in the fisheries sector, to present the measures adopted and planned"],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["eu-tr-736696617550-13","ec-person-c92a6b4ef8328855b0234011be623ed9f15c86f3","eu-tr-778583224754-65","eu-tr-194221424767-06","ec-person-dd7a7b1952e158f4195d34cff333ec79a4f48ba3","eu-tr-713799141894-77","eu-tr-46491656228-65","eu-tr-47937943241-80","eu-tr-178415126769-41","eu-tr-639896539334-38","eu-tr-439423515662-94","ec-person-1443799688ae485d7a2fee5c9defab2c5b7c7e6c","eu-tr-47326968864-27","eu-tr-782706142961-91","eu-tr-283785319481-25","eu-tr-79780342387-60","eu-tr-78847784895-41","eu-tr-00745248690-02"]}} -{"id":"ec-meeting-2022-04-01-913675e1c1cc23ff6cdde093425fd6d64e2d8b86","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-04-01 - Cabinet of Executive Vice-President Margrethe Vestager x TOPSOE A/S"],"date":["2022-04-01"],"summary":["Discussed matters of how to accelerate the green and digital transitions."],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Copenhagen"],"address":["Copenhagen"],"addressEntity":["addr-3f7c839db34cfeebcefe96d90a0e37e02c8e52c6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-11d97788772862bb34f51dd26d7f92603eac1bf8","eu-tr-796200346429-12"]}} -{"id":"ec-meeting-2022-04-01-abccf2c7ccce50f2acec76431f62046319b67fd4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-04-01 - Taxation and Customs Union x BlackRock"],"date":["2022-04-01"],"summary":["Videoconference - Commission priorities to deliver Capital Markets Union (CMU)"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-taxud"],"involved":["ec-person-9e42f316f38c8e126c2cd2bc84affb891338c7f3","eu-tr-51436554494-18"]}} -{"id":"ec-meeting-2022-04-01-b0f8fdf431264cc30fa280d8922984dca67e9016","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-04-01 - Cabinet of President Ursula von der Leyen x Gavi, the Vaccine Alliance"],"date":["2022-04-01"],"summary":["Exchange on the current state of play for the COVAX AMC, the needs ahead, and our work with the Commission to continue to strengthen the global pandemic response"],"notes":["Portfolio: President"],"location":["WEBEX"],"address":["WEBEX"],"addressEntity":["addr-7c1c4c0273f3262f1324e10718853b4d78ce2630"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-f2b941852d3b961d69ed695c2d243a1a2b4a1904","eu-tr-078294941111-90"]}} -{"id":"ec-meeting-2022-04-01-c105fe650e9a93b96a455b1247de7ecd2fd2b3ff","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-04-01 - Cabinet of Executive Vice-President Valdis Dombrovskis x DTEK"],"date":["2022-04-01"],"summary":["situation in the Ukrainian energy sector as a result of Russian military aggression"],"notes":["Portfolio: An Economy that Works for People"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["eu-tr-17429897118-54","ec-person-25f4019e9babab3840cf9d6dbf9cb6994f2104fb"]}} -{"id":"ec-meeting-2022-04-01-f941165d116389438226a5fcfe0e63c21971eaea","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-04-01 - Cabinet of Commissioner Mairead Mcguinness x The European House - Ambrosetti"],"date":["2022-04-01"],"summary":["The outlook for the economy and finance"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Cernobbio"],"address":["Cernobbio"],"addressEntity":["addr-aa3c5e315d51b844866f41ef1fd625f34d7f8ed8"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-2b9c589fb2354bd93067644d2c3d2c058d4c4cc9","eu-tr-625244214975-24","ec-person-44c404268b70ce0b79c4e148b5a7c4ae2c53ee30","ec-person-778f68c06d4985a2eda59737cdb80e7a4570f90f"]}} -{"id":"ec-meeting-2022-04-02-1fdd0b213ac6fc69408804f7b3be9c55051d8cea","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-04-02 - Cabinet of Commissioner Paolo Gentiloni x The European House - Ambrosetti"],"date":["2022-04-02"],"summary":["Participation in the workshop \"The Agenda for Europe: Macroeconomic and Structural Policy Challenges\""],"notes":["Portfolio: Economy"],"location":["Cernobbio"],"address":["Cernobbio"],"addressEntity":["addr-aa3c5e315d51b844866f41ef1fd625f34d7f8ed8"],"organizer":["ec-cabinet-commissioner-gentiloni-of-paolo"],"involved":["ec-person-088d26d74d1898338fbf1c86e139bd6d3b870dbc","eu-tr-625244214975-24"]}} -{"id":"ec-meeting-2022-04-04-06deee6fceae2f1bae3c9fd117be98557ef8ed00","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-04-04 - Cabinet of Executive Vice-President Margrethe Vestager x Teknikföretagen"],"date":["2022-04-04"],"summary":["Digital files and strategic autonomy"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-257226411720-38","ec-person-eecca27e2a9c3fc0d4bd43564e4960382705feef","ec-person-11ba005cc4046696303381b7ca219da9b11a42bf"]}} -{"id":"ec-meeting-2022-04-04-1f4cea0e7a07a57b8d12554aad2ea84cb6c6d380","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-04-04 - Cabinet of Vice-President Věra Jourová x Teknikföretagen"],"date":["2022-04-04"],"summary":["Sustainable Corporate Governance"],"notes":["Portfolio: Values and Transparency"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["ec-person-221276f2dfa4b8fe628f08e982d967b6aeb61c57","eu-tr-257226411720-38"]}} -{"id":"ec-meeting-2022-04-04-3a9adacc2b3688bf92e208441c41fce2030d9d22","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-04-04 - Cabinet of Commissioner Paolo Gentiloni x Merck"],"date":["2022-04-04"],"summary":["Current issues such as the transformation of the European economy, and how the Chemical and Pharmaceutical industry"],"notes":["Portfolio: Economy"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-cabinet-commissioner-gentiloni-of-paolo"],"involved":["ec-person-8da36db391ed53f362d495cd564ba8b45c7003e1","eu-tr-49654992078-52"]}} -{"id":"ec-meeting-2022-04-04-463d46160a922711ae37855e6938a9f2e0f5e4d5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-04-04 - Cabinet of Executive Vice-President Frans Timmermans x CMA CGM"],"date":["2022-04-04"],"summary":["Presentation of CMA CGM on decarbonisation efforts and discussion on decarbonising the shipping sector"],"notes":["Portfolio: European Green Deal"],"location":["video call"],"address":["video call"],"addressEntity":["addr-12d8c530d76da0b7745f9c0f9285e7eec97adc55"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-009433826675-55","ec-person-f1a3478550296f3f9accdc67d6ef5a0b681dda4b"]}} -{"id":"ec-meeting-2022-04-04-49a34f718fbb959558add8b7ec0c6e5cc9822f3d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-04-04 - Health Emergency Preparedness and Response Authority x Ecolog International FZE"],"date":["2022-04-04"],"summary":["Meeting to present their company, services and solutions to HERA"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-hera"],"involved":["ec-person-ca1ba7d868310cf297ba69999f416939d86a30ac","eu-tr-680226127713-85"]}} -{"id":"ec-meeting-2022-04-04-4a25394f8e160faeb68d796713c1a47fa164fe4a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-04-04 - Cabinet of Vice-President Věra Jourová x Indra"],"date":["2022-04-04"],"summary":["Presentation of the activities of Indra in the context of electoral resilience"],"notes":["Portfolio: Values and Transparency"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["eu-tr-208351410839-33","ec-person-74c07660dcbc6dc9993b34462cf2a1fec35925ea","ec-person-7e1aeaad9232c788ee790cdb309ccad8f9ffdc5e"]}} -{"id":"ec-meeting-2022-04-04-82c4e748134ecbd2ae6456a812b672b7f48b8165","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-04-04 - Cabinet of Commissioner Thierry Breton x FIGIEFA - Fédération Internationale des Grossistes, Importateurs & Exportateurs en Fournitures Automobiles / International Federation of Automotive Distributors"],"date":["2022-04-04"],"summary":["Data Act, access to in-vehicle"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-69678928900-56","ec-person-6308dea893b9b1ca0dcd5b91b4a1ac4c2f3020ad"]}} -{"id":"ec-meeting-2022-04-04-93c2b0c6442f47c58b5f99188adeaebe1241e2bb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-04-04 - Cabinet of Vice-President Maroš Šefčovič x Federation of European Tank Storage Associations"],"date":["2022-04-04"],"summary":["Discussion on strategic foresight/strategic energy storage"],"notes":["Portfolio: Interinstitutional Relations and Foresight"],"location":["videoconference"],"address":["videoconference"],"addressEntity":["addr-92b2fbb928e012810d80d9ef1abe12027beee200"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-442becb1e681f03d9df1dc59e73ecf1336c48402","ec-person-d8af7eb5b715c9bd960f9661cb5170f8c6230853","eu-tr-60758835312-16"]}} -{"id":"ec-meeting-2022-04-04-9de23e647baaf3833a7be53ce72c283cd2eba3d7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-04-04 - Cabinet of Vice-President Věra Jourová x Computer & Communications Industry Association"],"date":["2022-04-04"],"summary":["Political Advertising"],"notes":["Portfolio: Values and Transparency"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["ec-person-74c07660dcbc6dc9993b34462cf2a1fec35925ea","eu-tr-15987896534-82","ec-person-28fecf6c4f04b3a2af1d74c742e147920ab849c5"]}} -{"id":"ec-meeting-2022-04-04-d0982eafece2c8894e5b5ec425a032ba77094e39","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-04-04 - Cabinet of Commissioner Virginijus Sinkevičius x Trans Oceanic Wind Transport"],"date":["2022-04-04"],"summary":["to discuss the development of wind as a substitute energy under the Fuel EU Maritime framework; the use of Research and Development funds in developing wind energy and Primary Sail Propulsion systems in the maritime transport sector;"],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["ec-person-7d3108a3faddd62588ca5729ecf06d7d51aee243","eu-tr-447468444430-83"]}} -{"id":"ec-meeting-2022-04-04-dc3626d1547774b1c9743539051a116ccb16ee7e","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2022-04-04 - Cabinet of Vice-President Dubravka Šuica x Democracy & Culture Foundation"],"date":["2022-04-04"],"summary":["Conference on the Future of Europe","Meeting on Migration project and Human Rights with Emma Claridge, Development Director."],"notes":["Portfolio: Democracy and Demography"],"location":["Brussels, Belgium","Brussels"],"address":["Brussels, Belgium","Brussels"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306","addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dubravka-of-president-suica-vice"],"involved":["ec-person-08d40344214e6573b5eb0480c1a338d5dde265bd","ec-person-60bc1622eb549a098038c6073ce7c40691ec9384","eu-tr-536843640609-08"]}} -{"id":"ec-meeting-2022-04-04-f672ec6aa9a323c7d5033480998a650e8e72aad7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-04-04 - Cabinet of Commissioner Elisa Ferreira x Fédération des élus des Entreprises Publiques Locales"],"date":["2022-04-04"],"summary":["Discussion sur les derniers développements de la Politique de Cohésion"],"notes":["Portfolio: Cohesion and Reforms"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-elisa-ferreira-of"],"involved":["eu-tr-230978534461-62","ec-person-884d261ef161b119c9fc64f7a0514dc014ca2bd7"]}} -{"id":"ec-meeting-2022-04-05-17879bb2593bf1d74f9f3d19dcfbff61ca54299a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-04-05 - Cabinet of Executive Vice-President Margrethe Vestager x Deutsche Industrie- und Handelskammer"],"date":["2022-04-05"],"summary":["Sustainable Corporate Governance."],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-22400601191-42","ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0","ec-person-eecca27e2a9c3fc0d4bd43564e4960382705feef"]}} -{"id":"ec-meeting-2022-04-05-2cc18f78aa5b8435948406b2a987854b9d73f6ff","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-04-05 - Cabinet of Executive Vice-President Frans Timmermans x Kreab Veolia Environnement"],"date":["2022-04-05"],"summary":["Sustainable Finance"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-72103751229-92","eu-tr-1078390517-54","ec-person-e88af8eb396e96e3dbc9b4ec6e40a348d26c389c"]}} -{"id":"ec-meeting-2022-04-05-2f578ef7a43a26e1285a05836f6fe9b83eb8f24b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-04-05 - Cabinet of Commissioner Mairead Mcguinness x BNP PARIBAS"],"date":["2022-04-05"],"summary":["CCPs"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-0ba9b89127b39af6a66f2fc3ed727332f1b19a34","eu-tr-78787381113-69"]}} -{"id":"ec-meeting-2022-04-05-4dc4e1fd6e12e952b71793e8b20be78c629ba615","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-04-05 - Cabinet of Executive Vice-President Margrethe Vestager x Ericsson"],"date":["2022-04-05"],"summary":["5G"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-02021363105-42","ec-person-8b6db5c3c4611618ade59c6d0dadc21c962f0ee7"]}} -{"id":"ec-meeting-2022-04-05-50fa5ff396e6793211ae1e5bc77d51e52bb24874","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-04-05 - Cabinet of Commissioner Nicolas Schmit x EUROPEAN TRADE UNION CONFEDERATION"],"date":["2022-04-05"],"summary":["A proposal for a Directive on platform work."],"notes":["Portfolio: Jobs and Social Rights"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["eu-tr-06698681039-26","ec-person-935314e38d735654cae8ee61313a3d73439b242d","ec-person-4cf4655ab41922e92160325d987a3c4615c72d30","ec-person-c03b949331dbbe5fa3d5423758e371ec1b9b832f"]}} -{"id":"ec-meeting-2022-04-05-6d78de8dbd34e6c24c232257d1436aef1a00d53d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-04-05 - Cabinet of Vice-President Věra Jourová x Cercle des Réseaux européens"],"date":["2022-04-05"],"summary":["Sustainable Corporate Governance, data economy"],"notes":["Portfolio: Values and Transparency"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["ec-person-221276f2dfa4b8fe628f08e982d967b6aeb61c57","eu-tr-212885415901-57"]}} -{"id":"ec-meeting-2022-04-05-b56a2eae552f7e74072878bc4cb707eeca69bf74","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-04-05 - Cabinet of Vice-President Věra Jourová x World Leadership Alliance-Club de Madrid"],"date":["2022-04-05"],"summary":["COFE"],"notes":["Portfolio: Values and Transparency"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["ec-person-221276f2dfa4b8fe628f08e982d967b6aeb61c57","eu-tr-968421535984-01"]}} -{"id":"ec-meeting-2022-04-05-d99cbf0afc7cd53aca975465ce8fb9ffd64ac62c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-04-05 - Cabinet of President Ursula von der Leyen x Associazione Bancaria Italiana"],"date":["2022-04-05"],"summary":["Banking Union and Capital Markets Union: next steps."],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["eu-tr-915519211566-03","ec-person-a159f03add374257584565c2b05cc5539a7526e6"]}} -{"id":"ec-meeting-2022-04-05-f9bcf0df6519de09926a6de75c420c4483dce0c2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-04-05 - Cabinet of Executive Vice-President Margrethe Vestager x Bumble Inc Grayling"],"date":["2022-04-05"],"summary":["Artificial Inteligence Act"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-53141413510-95","ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0","eu-tr-441651441923-29"]}} -{"id":"ec-meeting-2022-04-06-07ee2c51ffb07ce2e54b37bebc2ee62d630de9d7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-04-06 - Financial Stability, Financial Services and Capital Markets Union x Quintet Private Bank (Europe)"],"date":["2022-04-06"],"summary":["CMU"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-806168136501-27","ec-person-1fce211249673c35ee07a801ddee77ab24af8d54"]}} -{"id":"ec-meeting-2022-04-06-08189d82439f2f5b25d391361dc4750fe0186019","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-04-06 - Cabinet of Executive Vice-President Frans Timmermans x Third Generation Environmentalism Ltd"],"date":["2022-04-06"],"summary":["Preparations for COP27 and engagement with international partners"],"notes":["Portfolio: European Green Deal"],"location":["Brussels, Berlaymont"],"address":["Brussels, Berlaymont"],"addressEntity":["addr-2d842da4e8cf3dbd0304d45e6b874d5f0aa57edf"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-07783117686-61","ec-person-f8efd5ca1c3794aa2954d6b5f54ff94f015fba20"]}} -{"id":"ec-meeting-2022-04-06-0e538ee27c65c6a37717a967c6cc86a4e8201e2f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-04-06 - Cabinet of Commissioner Nicolas Schmit x Le Labo de l'Economie Sociale et Solidaire"],"date":["2022-04-06"],"summary":["The implementation of the Action Plan for the Social Economy."],"notes":["Portfolio: Jobs and Social Rights"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["eu-tr-768767529487-25","ec-person-4cf4655ab41922e92160325d987a3c4615c72d30","ec-person-c2208333f0f75350eef62b355a40bf856f2d9cef","ec-person-c03b949331dbbe5fa3d5423758e371ec1b9b832f"]}} -{"id":"ec-meeting-2022-04-06-30691d6bd1cea5cc10ce36b04c0c554517007c01","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-04-06 - Cabinet of Commissioner Kadri Simson x EUROGAS aisbl"],"date":["2022-04-06"],"summary":["REPowerEU"],"notes":["Portfolio: Energy"],"location":["Online event"],"address":["Online event"],"addressEntity":["addr-5a9df2cffcc23d81377f1f4543edf2efc8141f52"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["ec-person-ba3b83676ad38094e71b64b644f3e3d2c61b8182","eu-tr-17909506129-41"]}} -{"id":"ec-meeting-2022-04-06-5dd3896845746fd939f540024f50367138bfb958","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-04-06 - Cabinet of Executive Vice-President Frans Timmermans x ICLEI - Local Governments for Sustainability European Secretariat"],"date":["2022-04-06"],"summary":["RePowerEU, COP27, Climate Pact"],"notes":["Portfolio: European Green Deal"],"location":["Brussels, Berlaymont"],"address":["Brussels, Berlaymont"],"addressEntity":["addr-2d842da4e8cf3dbd0304d45e6b874d5f0aa57edf"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-f8efd5ca1c3794aa2954d6b5f54ff94f015fba20","eu-tr-064034733055-88"]}} -{"id":"ec-meeting-2022-04-06-85421376d22a9420c707536e151cb114fda813ce","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-04-06 - Cabinet of Commissioner Helena Dalli x None"],"date":["2022-04-06"],"summary":["Cabinet Dalli invited Civil Society Organisations (CSOs) to discuss concerns equality and non-discrimination CSOs are raising regarding the situation of people fleeing from the Ukraine"],"notes":["Portfolio: Equality"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-commissioner-dalli-helena-of"],"involved":["eu-tr-384028912403-82","eu-tr-587174614073-09","eu-tr-19093363838-48","eu-tr-85686156700-13","eu-tr-120906010805-50","ec-person-d0b568d53468fcd3dfeeaddbd07343b5b065914d","eu-tr-49806329193-46","eu-tr-57868523887-16","eu-tr-820880834847-22","eu-tr-8557515321-37","eu-tr-56362448807-46","eu-tr-452452824585-66","eu-tr-11063928073-34","eu-tr-11823899666-63","eu-tr-16549972091-86","eu-tr-11977456675-84","eu-tr-200145833328-59","eu-tr-09854512780-89","eu-tr-701072646317-95","eu-tr-458348329860-11"]}} -{"id":"ec-meeting-2022-04-06-c566c1c75e9bb092c36852a6854d8c2f45993eab","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-04-06 - Cabinet of Commissioner Stella Kyriakides x FoodDrinkEurope"],"date":["2022-04-06"],"summary":["VC Meeting: Food Security and EU Code of Conduct"],"notes":["Portfolio: Health"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-kyriakides-of-stella"],"involved":["ec-person-ba73927c33000184cab3f41a76e1b32fe7d7eda8","eu-tr-75818824519-45"]}} -{"id":"ec-meeting-2022-04-06-d7204fd6396165bafcd386cadcc351b247800235","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-04-06 - Cabinet of Commissioner Janusz Wojciechowski x FuelsEurope"],"date":["2022-04-06"],"summary":["Meeting with the Director General of the European Association representing the refining and fuel industry and FuelsEurope Director"],"notes":["Portfolio: Agriculture"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["eu-tr-26207914726-42","ec-person-625f8b4379f79adee4f15c6a0417a96bb5a5a403"]}} -{"id":"ec-meeting-2022-04-06-e0e577e671182c876706276aca223722752a0eed","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-04-06 - Cabinet of Commissioner Kadri Simson x ExxonMobil Petroleum & Chemical"],"date":["2022-04-06"],"summary":["Implications of the release of oil stocks by Member States under the IEA collective process"],"notes":["Portfolio: Energy"],"location":["Phone call"],"address":["Phone call"],"addressEntity":["addr-cac056598c767cdeaa0f13cfe91d25988c24c698"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["ec-person-2fb98fc84d2cf8d481688eff3d47f7745ead3592","eu-tr-0745650927-75"]}} -{"id":"ec-meeting-2022-04-07-0b23ec7de576faaf6f01c7bef0c3e0c539998391","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-04-07 - Cabinet of Commissioner Olivér Várhelyi x ELICA SA (COPELOUZOS GROUP)"],"date":["2022-04-07"],"summary":["Greece-Egypt Electrical Interconnection (GREGY)"],"notes":["Portfolio: Neighbourhood and Enlargement"],"location":["VTC"],"address":["VTC"],"addressEntity":["addr-9d1acaa772820b8ade84113d2da24716fe455be2"],"organizer":["ec-cabinet-commissioner-of-oliver-varhelyi"],"involved":["ec-person-9557ac7bdd542fd66f0729a2d858d58278508a1d","eu-tr-274351946046-84"]}} -{"id":"ec-meeting-2022-04-07-0e3419ff3d8cfc786452ed43f2c0674acf52145c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-04-07 - Cabinet of Executive Vice-President Frans Timmermans x Rabobank"],"date":["2022-04-07"],"summary":["Contribution of Food Sector to COP27"],"notes":["Portfolio: European Green Deal"],"location":["video call"],"address":["video call"],"addressEntity":["addr-12d8c530d76da0b7745f9c0f9285e7eec97adc55"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-f8efd5ca1c3794aa2954d6b5f54ff94f015fba20","eu-tr-006687715492-92"]}} -{"id":"ec-meeting-2022-04-07-1dc587012463c98a2ca90cfff22d0577cab88f84","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-04-07 - Cabinet of Vice-President Věra Jourová x Leibniz Institut für Medienforschung | Hans-Bredow-Institut"],"date":["2022-04-07"],"summary":["Disinformation"],"notes":["Portfolio: Values and Transparency"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["ec-person-221276f2dfa4b8fe628f08e982d967b6aeb61c57","eu-tr-362241445572-70"]}} -{"id":"ec-meeting-2022-04-07-5a8021ee80f145303de38641df3d75d21da3c52e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-04-07 - Cabinet of President Ursula von der Leyen x EPIA SolarPower Europe"],"date":["2022-04-07"],"summary":["Solar Sustainability Best Practice Benchmark and a dedicated paper on Agri-PV Best practices"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-f2b941852d3b961d69ed695c2d243a1a2b4a1904","eu-tr-2680046412-48"]}} -{"id":"ec-meeting-2022-04-07-82f9c2de7e3cfc5b88ae6a499f58a050ff2c3f34","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-04-07 - Cabinet of Commissioner Thierry Breton x News Media Europe"],"date":["2022-04-07"],"summary":["Media Freedom Act"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-5215bd372c5a1202399d77ecceb8c16de8d7d55c","eu-tr-577812220311-81"]}} -{"id":"ec-meeting-2022-04-07-87e5ec96c497f7f845e9b2f031275a39bc1efa51","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2022-04-07 - Cabinet of Commissioner Paolo Gentiloni x AUTOSTRADE PER L'ITALIA"],"date":["2022-04-07"],"summary":["Meeting with AD Autostrade per l’Italia, Mr Roberto Tomasi: exchange of views on challenges and opportunities related to sustainable mobility and digitalization in the transport sector."],"notes":["Portfolio: Economy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gentiloni-of-paolo"],"involved":["ec-person-088d26d74d1898338fbf1c86e139bd6d3b870dbc","eu-tr-753726034036-96","ec-person-5afc11966577af0bcf6f99488769b1eba37e3577"]}} -{"id":"ec-meeting-2022-04-07-9b7ebf7dae596c4f6041aeb370b73bac2d90b154","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-04-07 - Cabinet of Commissioner Mairead Mcguinness x ING Group Nordea Bank Abp UniCredit AXA Deutsche Bank AG Allianz SE European Financial Services Round Table Zurich Insurance Company Ltd BANCO BILBAO VIZCAYA ARGENTARIA"],"date":["2022-04-07"],"summary":["open finance"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["eu-tr-12112965774-95","eu-tr-03094871618-32","eu-tr-27636291880-60","eu-tr-499059113403-37","eu-tr-271912611231-56","ec-person-0ba9b89127b39af6a66f2fc3ed727332f1b19a34","eu-tr-05503341949-54","eu-tr-36423781099-10","eu-tr-090350412968-04","eu-tr-107779213747-53"]}} -{"id":"ec-meeting-2022-04-07-9d4d034950d4527c33b963826497f65d3262edfe","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-04-07 - Cabinet of Executive Vice-President Frans Timmermans x European Landowners' Organization asbl European agri-cooperatives European farmers Conféderation Européenne des Propriétaires Forestiers Pro Silva Europa"],"date":["2022-04-07"],"summary":["European Green Deal and forest related policies, including the new European Forest Strategy for 2030"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-7c876f4825f213b8adbedf089ccedfbc3b36d65b","eu-tr-44856881231-49","eu-tr-36063991244-88","eu-tr-151874133756-23","eu-tr-3647455667-08","eu-tr-09586631237-74"]}} -{"id":"ec-meeting-2022-04-07-abfbe41a4772c4393f4d0a5113afd6bca5d4311e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-04-07 - Environment x Deutscher Bauernverband"],"date":["2022-04-07"],"summary":["Nitrates Directive, EU nature restoration targets, biodiversity"],"location":["Video meeting"],"address":["Video meeting"],"addressEntity":["addr-762dc9b5648e05f3894b6f2597baa8254e5414db"],"organizer":["ec-dg-env"],"involved":["ec-person-f9559d68da38935569ff0be1cadd90e05f0454bd","eu-tr-73085531345-65"]}} -{"id":"ec-meeting-2022-04-07-c10303ff2bf5952c4bc70224e711fb5007e3d9e6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-04-07 - Foreign Policy Instruments x European Institute of Peace"],"date":["2022-04-07"],"summary":["exhange on conflict prevention and peacebuilding"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fpi"],"involved":["eu-tr-183089341543-86","ec-person-c807b0d7987703f3934e9e3417c0a8b3cb2cd297"]}} -{"id":"ec-meeting-2022-04-07-cc6b9dc9e93f94f227cdf388e971a21c388f29c6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-04-07 - Cabinet of President Ursula von der Leyen x Université libre de Bruxelles"],"date":["2022-04-07"],"summary":["Research on the greening of EU's economic policy agenda"],"notes":["Portfolio: President"],"location":["VC"],"address":["VC"],"addressEntity":["addr-d6788b0715b89d9781e90f4df364ac624d78e439"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-f2b941852d3b961d69ed695c2d243a1a2b4a1904","eu-tr-683034821431-24"]}} -{"id":"ec-meeting-2022-04-07-deaba0d40fe5d3051957472e29ee6be20915b369","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-04-07 - Cabinet of Executive Vice-President Frans Timmermans x E.ON SE H2GS AB ABB Ltd IBERDROLA Koninklijke Philips Scania AB (publ) SAP ENEL SpA Volkswagen Aktiengesellschaft AkzoNobel Ericsson Schneider Electric McKinsey Global Institute"],"date":["2022-04-07"],"summary":["Meeting with CEO Alliance on Digitising Energy Action Plan"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-d56ecbfde17436a136fc89c9a978b266e8285c84","eu-tr-6504541970-40","eu-tr-035366013790-68","eu-tr-41816938101-07","eu-tr-72760517350-57","eu-tr-02021363105-42","eu-tr-46302264606-44","eu-tr-752385731275-18","eu-tr-191319744634-58","eu-tr-7790041608-14","eu-tr-365563511941-15","eu-tr-3305029916-47","eu-tr-6256831207-27","eu-tr-639117311617-01"]}} -{"id":"ec-meeting-2022-04-08-198d99b1efa3368a53fb0cd500f1605ee2f0503c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-04-08 - Cabinet of Executive Vice-President Margrethe Vestager x Allwyn International a.s."],"date":["2022-04-08"],"summary":["Digital Services Act"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-343059028884-80","ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0","ec-person-73fb1ddd279f8c6697a055567a2c09606006b875"]}} -{"id":"ec-meeting-2022-04-08-237acb3858c60e7b95e4b954476dfd2bc699ce07","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-04-08 - Cabinet of Vice-President Margaritis Schinas x Hellenic Association of Pharmaceutical Companies"],"date":["2022-04-08"],"summary":["Pharma strategy in EU and Greece"],"notes":["Portfolio: Promoting the European Way of Life"],"location":["Delphi"],"address":["Delphi"],"addressEntity":["addr-3ff625daa7b77b086fdbd69b0b1b1f1c4ce32b4b"],"organizer":["ec-cabinet-margaritis-of-president-schinas-vice"],"involved":["eu-tr-684432824847-17","ec-person-d5cada2a1a17537a675985af31e5ce07ae3bfd42"]}} -{"id":"ec-meeting-2022-04-08-3566fc0ee905a9bd9de600cb440d9b55fc8f22e7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-04-08 - Cabinet of Commissioner Mairead Mcguinness x Society for Worldwide Interbank Financial Telecommunication"],"date":["2022-04-08"],"summary":["Sanctions"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["eu-tr-011095511691-05","ec-person-2b9c589fb2354bd93067644d2c3d2c058d4c4cc9"]}} -{"id":"ec-meeting-2022-04-08-44cfd14ad6a9aa140481c91009347e71e019aee2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-04-08 - Cabinet of Commissioner Thierry Breton x None"],"date":["2022-04-08"],"summary":["Endorsing the Joint statement on Roaming and International calls between EU and Ukraine"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-537380918401-76","eu-tr-82853397708-89","eu-tr-60052162589-72","eu-tr-871874631703-86","eu-tr-963045243382-88","eu-tr-38392131923-05","eu-tr-30988577529-37","eu-tr-078655018381-34","eu-tr-58272867322-27","eu-tr-594285220645-24","eu-tr-340474419749-80","eu-tr-381805014604-45","eu-tr-173343238166-37","ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","eu-tr-087431619776-96","eu-tr-52431421-12","eu-tr-458563610807-24","eu-tr-91216972728-77","ec-person-4d83416435f81b1f1e8f5c86aeebb1478577f1d2","eu-tr-932781112187-50","eu-tr-76704342721-41","eu-tr-74126393166-46","eu-tr-08957111909-85"]}} -{"id":"ec-meeting-2022-04-08-482536513c7936b0b0cef235c71840103408dec7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-04-08 - Cabinet of Executive Vice-President Valdis Dombrovskis x Cobalt Institute"],"date":["2022-04-08"],"summary":["Responsible minerals, due diligence, forced labour"],"notes":["Portfolio: An Economy that Works for People"],"location":["video call"],"address":["video call"],"addressEntity":["addr-12d8c530d76da0b7745f9c0f9285e7eec97adc55"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-235870cd7eb41f2494f695fce18b5b5b88647113","eu-tr-635532237570-09","ec-person-3520008ac93a203db50d106deafde939bc2729f1"]}} -{"id":"ec-meeting-2022-04-08-79855ebb9d5c55755b0b3ab50450caaf134ad31b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-04-08 - Communication x Amaury Sport Organisation"],"date":["2022-04-08"],"summary":["exploratory talks for possible collaboration on the Grand Depart of the Tour de France"],"location":["online"],"address":["online"],"addressEntity":["addr-2dbc2fd2358e1ea1b7a6bc08ea647b9a337ac92d"],"organizer":["ec-dg-comm"],"involved":["ec-person-676f70803f4848c87b632d8522ff9ce8d4600e27","eu-tr-438941846088-54"]}} -{"id":"ec-meeting-2022-04-08-8f36391e9f074d4c93aee329c93832cb2a6bf572","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-04-08 - Cabinet of Commissioner Janusz Wojciechowski x Testbiotech"],"date":["2022-04-08"],"summary":["New Genomic Techniques"],"notes":["Portfolio: Agriculture"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["ec-person-ae252fb0bbbad2440e31f70ccc19082b7ac65837","eu-tr-151554816791-61"]}} -{"id":"ec-meeting-2022-04-08-9819f904dbc25e2d5df8926225c9fec87050ece2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-04-08 - Energy x Snam S.p.A."],"date":["2022-04-08"],"summary":["Discussion about EU preparedness on gas storage, energy prices and prospects of EU-US energy cooperation."],"location":["videoconference"],"address":["videoconference"],"addressEntity":["addr-92b2fbb928e012810d80d9ef1abe12027beee200"],"organizer":["ec-dg-ener"],"involved":["eu-tr-284336314886-25","ec-person-9c0f33ecb9f6badd5f4b5f1a4bd7677e18a52a22"]}} -{"id":"ec-meeting-2022-04-08-b4676cb7df0f5a72128854fc2372ab275c1d6aeb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-04-08 - Cabinet of Executive Vice-President Frans Timmermans x Cooperatie Kottervisserij Nederland (VisNed) Killybegs Fishermen's Organisation UNION ARMATEURS A LA PECHE DE FRANCE Sveriges Fiskares Producentorganisation ekonomisk förening Danish Fishers Producer Organisation Comité national des pêches maritimes et des élevages marins Association of National Organisations of Fishing Enterprises in the European Union Asociación Nacional de Armadores de Buques de Pesca de Bacalao Danish Pelagic Producer Organisation Pelagic Freezer-trawler Association Rederscentrale CVBA"],"date":["2022-04-08"],"summary":["Bottom trawling and preparation of the Action plan to conserve fisheries resources and protect marine ecosystems"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-8af3c81534786a740718d21dc58240738a53ed7b","eu-tr-248694515517-40","eu-tr-418552732618-10","eu-tr-23837746977-09","eu-tr-39632242861-68","eu-tr-47326968864-27","eu-tr-999937013620-15","eu-tr-209419137390-03","eu-tr-78847784895-41","eu-tr-00745248690-02","eu-tr-47195853551-35","eu-tr-2312395253-25"]}} -{"id":"ec-meeting-2022-04-08-f2ad0a3df2dea31a19c1e6d2d48616be6bfd5471","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-04-08 - Cabinet of Executive Vice-President Frans Timmermans x CLIMCOM Berlin - Climate&Company - the private institute for climate research and training Stichting European Climate Foundation"],"date":["2022-04-08"],"summary":["Green Deal and European Semester"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-e88af8eb396e96e3dbc9b4ec6e40a348d26c389c","eu-tr-287394243384-58","eu-tr-64869491516-70"]}} -{"id":"ec-meeting-2022-04-08-f6d6d5bbc2589524eeede61227511e0a8405e638","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-04-08 - Environment x Mouvement des Entreprises de France"],"date":["2022-04-08"],"summary":["Biodiversity, Zero Pollution, Circular Economy"],"location":["Video meeting"],"address":["Video meeting"],"addressEntity":["addr-762dc9b5648e05f3894b6f2597baa8254e5414db"],"organizer":["ec-dg-env"],"involved":["ec-person-f9559d68da38935569ff0be1cadd90e05f0454bd","eu-tr-43763731235-75"]}} -{"id":"ec-meeting-2022-04-08-fd0fe4a506815053786946666fbcf30628b803de","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-04-08 - Cabinet of Commissioner Thierry Breton x European Association of Mining Industries, Metal Ores & Industrial Minerals"],"date":["2022-04-08"],"summary":["Industrial emissions directive"],"notes":["Portfolio: Internal Market"],"location":["Videconference"],"address":["Videconference"],"addressEntity":["addr-e611dc74f08dc0cb4369d9147ee1bc357f769320"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-6308dea893b9b1ca0dcd5b91b4a1ac4c2f3020ad","eu-tr-62722978644-95"]}} -{"id":"ec-meeting-2022-04-11-3d064d97f2489812fcd546059c220789f8ce261a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-04-11 - Cabinet of Commissioner Kadri Simson x VERBUND AG Austrian Power Grid AG Wien Energie GmbH OMV Aktiengesellschaft"],"date":["2022-04-11"],"summary":["REPowerEU; Security of energy supplies; Energy transition"],"notes":["Portfolio: Energy"],"location":["Vienna"],"address":["Vienna"],"addressEntity":["addr-8b6cea61d247482e9e7f1e7efb1db432a69bbcb2"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["eu-tr-541969311624-32","eu-tr-204613612418-94","eu-tr-09571422185-81","eu-tr-94274031992-65","ec-person-1995c65b8dc7f3702a8c30ed96a0144075848837"]}} -{"id":"ec-meeting-2022-04-11-4f5204f0b65403339936dddbce642c08da9dcfc9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-04-11 - Cabinet of Commissioner Mairead Mcguinness x Fédération nationale des syndicats d'agents généraux d'assurance"],"date":["2022-04-11"],"summary":["Retail Investment Strategy (RIS)"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-0ba9b89127b39af6a66f2fc3ed727332f1b19a34","eu-tr-931026511731-77"]}} -{"id":"ec-meeting-2022-04-11-8fd5febf46f97ebac3e247a8af3bbbd0bfe2687e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-04-11 - Energy x European Network of Transmission System Operators for Electricity"],"date":["2022-04-11"],"summary":["Discussion on Baltic TSOs synchronization."],"location":["videoconference"],"address":["videoconference"],"addressEntity":["addr-92b2fbb928e012810d80d9ef1abe12027beee200"],"organizer":["ec-dg-ener"],"involved":["eu-tr-25805148045-87","ec-person-9c0f33ecb9f6badd5f4b5f1a4bd7677e18a52a22"]}} -{"id":"ec-meeting-2022-04-11-e1780ecd825f37db4c300f8d09e13bdbe24d81b6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-04-11 - Cabinet of Executive Vice-President Frans Timmermans x Neste Oyj"],"date":["2022-04-11"],"summary":["Renewable Road Transport"],"notes":["Portfolio: European Green Deal"],"location":["video-conference"],"address":["video-conference"],"addressEntity":["addr-8736c288a4bc51ee27ef4ed41e652409a37e60d1"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-d56ecbfde17436a136fc89c9a978b266e8285c84","eu-tr-10257354120-19"]}} -{"id":"ec-meeting-2022-04-11-eef9a7239f79f9163784da24b578eb67374eec99","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-04-11 - Cabinet of Commissioner Janusz Wojciechowski x Health & Environment Alliance"],"date":["2022-04-11"],"summary":["Delay to EU Pesticide Reduction Exposes Citizens to Increased Health Risks"],"notes":["Portfolio: Agriculture"],"location":["online"],"address":["online"],"addressEntity":["addr-2dbc2fd2358e1ea1b7a6bc08ea647b9a337ac92d"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["eu-tr-00723343929-96","ec-person-ae252fb0bbbad2440e31f70ccc19082b7ac65837"]}} -{"id":"ec-meeting-2022-04-12-0af9721fca2cc3d8f88214add1f3d31497bd1be0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-04-12 - Cabinet of President Ursula von der Leyen x Amazon Europe Core SARL"],"date":["2022-04-12"],"summary":["We would like to discuss European Commission work on:\r\n•\tThe review of the Vertical Restraints Block Exemption\r\n•\tDigital Policy, notably the DSA and the DMA\r\n•\tCloud Policy"],"notes":["Portfolio: President"],"location":["WEBEX"],"address":["WEBEX"],"addressEntity":["addr-7c1c4c0273f3262f1324e10718853b4d78ce2630"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-7019713e72781afb1f3b19032c4752a314b78180","eu-tr-366117914426-10"]}} -{"id":"ec-meeting-2022-04-12-3c04df8dfe085966f424a209267a9e622a1f5a54","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-04-12 - Cabinet of Executive Vice-President Frans Timmermans x GridMarket"],"date":["2022-04-12"],"summary":["European Green Deal"],"notes":["Portfolio: European Green Deal"],"location":["videoconference"],"address":["videoconference"],"addressEntity":["addr-92b2fbb928e012810d80d9ef1abe12027beee200"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-635253545664-69","ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce"]}} -{"id":"ec-meeting-2022-04-12-3fd5cb112aebde411f7214b1eb30a1b4515846d1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-04-12 - Cabinet of Executive Vice-President Frans Timmermans x Stichting World Class Maintenance"],"date":["2022-04-12"],"summary":["Green potential of digital maintenance of infrastructure"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-d56ecbfde17436a136fc89c9a978b266e8285c84","eu-tr-878008345877-94"]}} -{"id":"ec-meeting-2022-04-12-95d5aa6a08141ab47c857a77039a3b5991145f9b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-04-12 - Cabinet of Executive Vice-President Margrethe Vestager x Temasek International Pte Ltd"],"date":["2022-04-12"],"summary":["Foreign Subsidies Regulation."],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-479914637521-29","ec-person-71043372bdf7ac2868e93db35f9e2f420db778e3","ec-person-11ba005cc4046696303381b7ca219da9b11a42bf"]}} -{"id":"ec-meeting-2022-04-12-d70fa288f1cbc0379536f28b3074cb345b921cb2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-04-12 - Energy x EPIA SolarPower Europe"],"date":["2022-04-12"],"summary":["Discussion on technologies for the energy transition and energy prices."],"location":["videoconference"],"address":["videoconference"],"addressEntity":["addr-92b2fbb928e012810d80d9ef1abe12027beee200"],"organizer":["ec-dg-ener"],"involved":["eu-tr-2680046412-48","ec-person-9c0f33ecb9f6badd5f4b5f1a4bd7677e18a52a22"]}} -{"id":"ec-meeting-2022-04-12-d7c9fae52ccdc1da89ac377beac77769bda4c93a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-04-12 - Internal Market, Industry, Entrepreneurship and SMEs x Association Française de Normalisation"],"date":["2022-04-12"],"summary":["Discuss with AFNOR and DIN - discuss with new VP ISO the standardisation steps ahead"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-dg-grow"],"involved":["ec-person-0151c7e554d188fffc509ad636b7d1a84c5dfcd5","eu-tr-104570644466-01"]}} -{"id":"ec-meeting-2022-04-12-ef196cb4b6899795b5496ff1ab17640263b17b96","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-04-12 - Energy x IBERDROLA"],"date":["2022-04-12"],"summary":["Discussion on the energy transition and energy prices."],"location":["videoconference"],"address":["videoconference"],"addressEntity":["addr-92b2fbb928e012810d80d9ef1abe12027beee200"],"organizer":["ec-dg-ener"],"involved":["eu-tr-41816938101-07","ec-person-9c0f33ecb9f6badd5f4b5f1a4bd7677e18a52a22"]}} -{"id":"ec-meeting-2022-04-13-014e814016a1929a0495be4abc50ceab8c6ef67c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-04-13 - Cabinet of Executive Vice-President Frans Timmermans x Common Futures. Energy Transition Specialists B.V. European Biogas Association"],"date":["2022-04-13"],"summary":["Biomethane potential in Europe"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-18191445640-83","eu-tr-293431844039-55","ec-person-d53e00c46a4cc62bbf533e0c9bb35bacb9121989"]}} -{"id":"ec-meeting-2022-04-13-0ccf1b2dc4162acda659ac2ffbcfb50b6bdac131","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-04-13 - Cabinet of Executive Vice-President Frans Timmermans x Agora Energiewende"],"date":["2022-04-13"],"summary":["Exchange of views on RePowerEU"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-d53e00c46a4cc62bbf533e0c9bb35bacb9121989","eu-tr-321342621105-20"]}} -{"id":"ec-meeting-2022-04-13-0e9c7d3b190882c650299b1cb43271d980175f67","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-04-13 - Cabinet of Commissioner Janusz Wojciechowski x Alber & Geiger"],"date":["2022-04-13"],"summary":["Cover Crops and Carbon Farming"],"notes":["Portfolio: Agriculture"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["ec-person-cafe030b6dad78a75143f7552c420481b30ebceb","eu-tr-67820416722-09"]}} -{"id":"ec-meeting-2022-04-13-35df06ced5edab65dea8f530d5d84bb46a8361e6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-04-13 - Cabinet of Commissioner Mairead Mcguinness x Ernst & Young Core Business Services BV"],"date":["2022-04-13"],"summary":["Commissioner delivers keynote speech at EY event."],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Dublin"],"address":["Dublin"],"addressEntity":["addr-c4a265ca6dc31ed4a47a6047e92c5e3790135af9"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-2b9c589fb2354bd93067644d2c3d2c058d4c4cc9","eu-tr-04458109373-91"]}} -{"id":"ec-meeting-2022-04-13-5b61228ee4f634e8772d24cb12b05cc913849a79","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-04-13 - Cabinet of Commissioner Mairead Mcguinness x European Movement Ireland"],"date":["2022-04-13"],"summary":["Situation in Ukraine\r\nGreen Transition\r\nDigital Transition"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Dublin"],"address":["Dublin"],"addressEntity":["addr-c4a265ca6dc31ed4a47a6047e92c5e3790135af9"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-2b9c589fb2354bd93067644d2c3d2c058d4c4cc9","eu-tr-496133025107-40","ec-person-1d2f53447b8f2d9bb3f50f7247ad40c2cf8036e4"]}} -{"id":"ec-meeting-2022-04-13-f8ba6f492a7b332c7f32d344cb6d06507809d191","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-04-13 - Cabinet of Commissioner Paolo Gentiloni x The ONE Campaign"],"date":["2022-04-13"],"summary":["State of play on SDR pledging ahead of the IMF Spring meetings"],"notes":["Portfolio: Economy"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-gentiloni-of-paolo"],"involved":["eu-tr-26098317349-65","ec-person-35b83a90b979d3fc1a2ee6dc6af6e91338204918"]}} -{"id":"ec-meeting-2022-04-19-4b6fe5c8c9df1146a87b2fcdef88cdd1cdf5de16","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-04-19 - Directorate-General for International Partnerships x Bill & Melinda Gates Foundation"],"date":["2022-04-19"],"summary":["Global Gateway Initiative"],"location":["online"],"address":["online"],"addressEntity":["addr-2dbc2fd2358e1ea1b7a6bc08ea647b9a337ac92d"],"organizer":["ec-dg-intpa"],"involved":["eu-tr-371567915480-41","ec-person-afe6f55069d2cc5483157e138e41abd63140fdd8"]}} -{"id":"ec-meeting-2022-04-19-58520d6f815f0f61b32daffef4e6714ff7fcbc09","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-04-19 - Cabinet of Commissioner Janusz Wojciechowski x Gas Distributors for Sustainability"],"date":["2022-04-19"],"summary":["sustainable gas/carbon neutrality"],"notes":["Portfolio: Agriculture"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["ec-person-cafe030b6dad78a75143f7552c420481b30ebceb","eu-tr-382692732615-35"]}} -{"id":"ec-meeting-2022-04-19-620e9c6e61eb8cb447613288c4fc5714a726b93c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-04-19 - Cabinet of Executive Vice-President Margrethe Vestager x Index on Censorship/Writers and Scholars Educational Trust"],"date":["2022-04-19"],"summary":["Digital Services Act and the European Media Freedom Act"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0","eu-tr-917169933973-76"]}} -{"id":"ec-meeting-2022-04-19-7d4b5a94aab26cc9301d3cee34e4dadd07e10c8c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-04-19 - Environment x European Entrepreneurs CEA-PME"],"date":["2022-04-19"],"summary":["Circular Economy & Zero Pollution"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-env"],"involved":["ec-person-f9559d68da38935569ff0be1cadd90e05f0454bd","eu-tr-077142018281-86"]}} -{"id":"ec-meeting-2022-04-20-0f8e1679676b50d411de93009172dd6042d5e2d4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-04-20 - Cabinet of Executive Vice-President Margrethe Vestager x Insurance & Pension Denmark (Forsikring & Pension)"],"date":["2022-04-20"],"summary":["AI Act"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0","eu-tr-002584211848-89"]}} -{"id":"ec-meeting-2022-04-20-2be8ff0265f30bf2d1efcc8ca69cf668953259e2","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2022-04-20 - Cabinet of Executive Vice-President Frans Timmermans x Citizens' Climate Europe"],"date":["2022-04-20"],"summary":["Tax and Energy Meeting","Fit for 55"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-111734132634-17","ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce","ec-person-ef3e882499136b48d744f4751cee95c0f8866078"]}} -{"id":"ec-meeting-2022-04-20-2e083bedbfc91709560b3cec045dbd8bff3ef86d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-04-20 - Cabinet of Executive Vice-President Valdis Dombrovskis x European Forum for Manufacturing"],"date":["2022-04-20"],"summary":["- The EU’s Global Trade Agenda in The New Geopolitical Context\r\n- EU-US Trade and Technology Council"],"notes":["Portfolio: An Economy that Works for People"],"location":["video conference"],"address":["video conference"],"addressEntity":["addr-6dc12e3c97077db82f32184f24341ce370a445fd"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-7e9813c16d805ee7ebea3ef6444f384bc32abaaa","eu-tr-113054111397-33"]}} -{"id":"ec-meeting-2022-04-20-493251b71ffa70bbe82020cef467afa20c1e0657","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-04-20 - Cabinet of Executive Vice-President Margrethe Vestager x Netflix International B.V."],"date":["2022-04-20"],"summary":["Digital Services Act and Digital Markets Act"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-487726915971-30","ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0","ec-person-73fb1ddd279f8c6697a055567a2c09606006b875"]}} -{"id":"ec-meeting-2022-04-20-6380278a07864a65c8648058cbf21b4b511a5c3e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-04-20 - Cabinet of Executive Vice-President Frans Timmermans x Transport and Environment (European Federation for Transport and Environment)"],"date":["2022-04-20"],"summary":["RepowerEU for transport"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-d56ecbfde17436a136fc89c9a978b266e8285c84","eu-tr-58744833263-19"]}} -{"id":"ec-meeting-2022-04-20-68979a48ab6595f7c68458585e2d2a596053d9f3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-04-20 - Cabinet of Executive Vice-President Margrethe Vestager x European Internet Forum"],"date":["2022-04-20"],"summary":["EIF debate 'European chips act'"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-001968511387-52","ec-person-0e93ebac9bad76e1351e0981f04e7ef88848f943"]}} -{"id":"ec-meeting-2022-04-20-8b108b34c3ebb7fef3b7ace6b0a7c6b5f0c934cc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-04-20 - Cabinet of Executive Vice-President Margrethe Vestager x Landmark Public Policy Advisers Europe Ltd Mirakl"],"date":["2022-04-20"],"summary":["Digital Services Act"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-98945367035-89","ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0","eu-tr-081716245099-16"]}} -{"id":"ec-meeting-2022-04-20-a2d64b0f8efb604423853ad4ddb6411968a19c93","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-04-20 - Cabinet of Executive Vice-President Margrethe Vestager x Hume Brophy European Express Association"],"date":["2022-04-20"],"summary":["Digital labor platforms"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-3843982938-44","eu-tr-1894704851-83","ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0","ec-person-7167587814c61122201e2afb04bfb47539db4823"]}} -{"id":"ec-meeting-2022-04-20-be9c9b8f2a04dc96d74943d0c382157fd4c82610","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-04-20 - Energy x None"],"date":["2022-04-20"],"summary":["US-EU Task Force Convening: Security of Supply.\r\n\r\nSempra, Venture Global, Glenfarne and Freeport also participated."],"location":["videoconference"],"address":["videoconference"],"addressEntity":["addr-92b2fbb928e012810d80d9ef1abe12027beee200"],"organizer":["ec-dg-ener"],"involved":["eu-tr-0745650927-75","eu-tr-587904748447-79","ec-person-9c0f33ecb9f6badd5f4b5f1a4bd7677e18a52a22","eu-tr-932288747927-37","eu-tr-38235121060-73"]}} -{"id":"ec-meeting-2022-04-20-e2f18fdc08ed2b6ab8bf79396ab225148af99c01","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-04-20 - Cabinet of Executive Vice-President Margrethe Vestager x techUK"],"date":["2022-04-20"],"summary":["competition policy coordination."],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-bb1f295d8be3d10004d7e5fd7c24248a21215775","eu-tr-279128116707-71","ec-person-73fb1ddd279f8c6697a055567a2c09606006b875"]}} -{"id":"ec-meeting-2022-04-20-eff363136cfe2e3aec5873765b51a1e96229974d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-04-20 - Cabinet of Commissioner Mairead Mcguinness x Intuit Inc."],"date":["2022-04-20"],"summary":["PSD2 Review"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Virtual Meeting"],"address":["Virtual Meeting"],"addressEntity":["addr-ed078b6749077909a1a45720507ac2da9277b8b3"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["eu-tr-458319931354-53","ec-person-778f68c06d4985a2eda59737cdb80e7a4570f90f"]}} -{"id":"ec-meeting-2022-04-20-fc0d981358d06931434eaaec00d31020e475d4d9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-04-20 - Cabinet of Executive Vice-President Frans Timmermans x Friends of the Earth Europe"],"date":["2022-04-20"],"summary":["Energy Charter Treaty"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-d53e00c46a4cc62bbf533e0c9bb35bacb9121989","eu-tr-9825553393-31"]}} -{"id":"ec-meeting-2022-04-20-ff2cef61e372ce974e11c89b94523309f1206570","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-04-20 - Cabinet of Commissioner Janusz Wojciechowski x Covington & Burling LLP"],"date":["2022-04-20"],"summary":["UBTA's request to improve EU market access for Ukraine's agrifood products"],"notes":["Portfolio: Agriculture"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["eu-tr-083671317381-09","ec-person-625f8b4379f79adee4f15c6a0417a96bb5a5a403"]}} -{"id":"ec-meeting-2022-04-21-0e3a8efc81cac71b85999dd5b2d606e1a0465662","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-04-21 - Cabinet of Executive Vice-President Margrethe Vestager x Telefonica, S.A."],"date":["2022-04-21"],"summary":["developments in telecom markets"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-52431421-12","ec-person-bb1f295d8be3d10004d7e5fd7c24248a21215775","ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0","ec-person-73fb1ddd279f8c6697a055567a2c09606006b875"]}} -{"id":"ec-meeting-2022-04-21-1801d58c8590c54a403a4149233a3954953588bf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-04-21 - Cabinet of Executive Vice-President Valdis Dombrovskis x Association des Constructeurs Européens d'Automobiles"],"date":["2022-04-21"],"summary":["Steel safeguard, impact of Russia's war of aggression against Ukraine on the EU's automotive industry, critical raw materials"],"notes":["Portfolio: An Economy that Works for People"],"location":["Webex"],"address":["Webex"],"addressEntity":["addr-4b591c6aa2d0556305c2d15987c48d32c33f9ca9"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-7e9813c16d805ee7ebea3ef6444f384bc32abaaa","ec-person-25f4019e9babab3840cf9d6dbf9cb6994f2104fb","eu-tr-0649790813-47"]}} -{"id":"ec-meeting-2022-04-21-18375008f683e0388e159b5a9243287cfc171769","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-04-21 - Cabinet of Executive Vice-President Valdis Dombrovskis x Chamber of Commerce of the United States of America"],"date":["2022-04-21"],"summary":["EU-US relations"],"notes":["Portfolio: An Economy that Works for People"],"location":["Washington, D.C., USA"],"address":["Washington, D.C., USA"],"addressEntity":["addr-b136940c873e595a71d1fbf6fb0de042d6bbe1f1"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["eu-tr-483024821178-51","ec-person-9e7bd1005456277f156b671d1555c6a460fb2f58"]}} -{"id":"ec-meeting-2022-04-21-1af3ca42b2ba756b6993386dc21dca008061a439","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-04-21 - Cabinet of Commissioner Thierry Breton x Agora Energiewende"],"date":["2022-04-21"],"summary":["RePowerEU, accelerating the transition of industry"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-6308dea893b9b1ca0dcd5b91b4a1ac4c2f3020ad","eu-tr-321342621105-20"]}} -{"id":"ec-meeting-2022-04-21-366fdaab201f10c2176af9823fb6ab72c99e8d95","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-04-21 - Cabinet of Commissioner Mairead Mcguinness x Vanguard Asset Management Limited"],"date":["2022-04-21"],"summary":["MiFID II \r\nRetail Investment Strategy"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-0ba9b89127b39af6a66f2fc3ed727332f1b19a34","eu-tr-226354616978-90"]}} -{"id":"ec-meeting-2022-04-21-4887acc265317f8f4ce2e40e7edd209fd1691e7f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-04-21 - Cabinet of Commissioner Thierry Breton x HeidelbergCement AG"],"date":["2022-04-21"],"summary":["Decarbonisation of cement industry, CCUS"],"notes":["Portfolio: Internal Market"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-6308dea893b9b1ca0dcd5b91b4a1ac4c2f3020ad","eu-tr-81970148701-15"]}} -{"id":"ec-meeting-2022-04-21-6ae342d5f6b356f3db6203c1697318dd84782121","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-04-21 - Cabinet of Commissioner Olivér Várhelyi x Trans Adriatic Pipeline"],"date":["2022-04-21"],"summary":["Follow up of the Southern Gas Corridor Advisory Council."],"notes":["Portfolio: Neighbourhood and Enlargement"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-of-oliver-varhelyi"],"involved":["ec-person-9557ac7bdd542fd66f0729a2d858d58278508a1d","eu-tr-570335813082-79"]}} -{"id":"ec-meeting-2022-04-21-6ddc0a020510bb9630feedff568cad2f3b5134e0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-04-21 - Cabinet of Executive Vice-President Valdis Dombrovskis x European Branded Clothing Alliance"],"date":["2022-04-21"],"summary":["Trade and sustainable development, due diligence, forced labour, Generalised Scheme of Preference"],"notes":["Portfolio: An Economy that Works for People"],"location":["video-conference"],"address":["video-conference"],"addressEntity":["addr-8736c288a4bc51ee27ef4ed41e652409a37e60d1"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-235870cd7eb41f2494f695fce18b5b5b88647113","eu-tr-61866543669-46"]}} -{"id":"ec-meeting-2022-04-21-77f46ca5fdaad83ec1febef5b9f1a0712b26ec5b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-04-21 - Cabinet of Executive Vice-President Valdis Dombrovskis x Asociación Española de Banca"],"date":["2022-04-21"],"summary":["Basel III implementation"],"notes":["Portfolio: An Economy that Works for People"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-235870cd7eb41f2494f695fce18b5b5b88647113","eu-tr-785157016077-28"]}} -{"id":"ec-meeting-2022-04-21-78f68801ae2b0d626a8ece3752d4a3c5a0d1ba6c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-04-21 - Structural Reform Support x Trans Adriatic Pipeline"],"date":["2022-04-21"],"summary":["TAP would like to exchange views on the EU’s energy priorities."],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-reform"],"involved":["eu-tr-570335813082-79","ec-person-a6afb12070a889c7071fdf14b6620c79335680d4"]}} -{"id":"ec-meeting-2022-04-21-82f66b0744e4fba821c01fb3cb2bc0765192aab4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-04-21 - Cabinet of Commissioner Thierry Breton x Umicore Aurubis AG"],"date":["2022-04-21"],"summary":["Strategic metals supply and recycling"],"notes":["Portfolio: Internal Market"],"location":["Umicore Olen"],"address":["Umicore Olen"],"addressEntity":["addr-af13adafcee0fd487fbde0100b57eedcab3e8998"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-78662404191-38","ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","eu-tr-11160169347-78"]}} -{"id":"ec-meeting-2022-04-21-856dbfa7b40a8009bb3f59b19e2c49e921c55272","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-04-21 - Cabinet of Executive Vice-President Valdis Dombrovskis x European Round Table for Industry"],"date":["2022-04-21"],"summary":["- Single Market Emergency Instrument: call for evidence\r\n- Bringing down barriers in the single market"],"notes":["Portfolio: An Economy that Works for People"],"location":["video conference"],"address":["video conference"],"addressEntity":["addr-6dc12e3c97077db82f32184f24341ce370a445fd"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-7e9813c16d805ee7ebea3ef6444f384bc32abaaa","eu-tr-25487567824-45"]}} -{"id":"ec-meeting-2022-04-21-91791e684c4cffcecc10241a80cda8d50d7b87f2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-04-21 - Internal Market, Industry, Entrepreneurship and SMEs x E.ON SE"],"date":["2022-04-21"],"summary":["Discuss Hydrogen energy in general and present their position"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-grow"],"involved":["ec-person-0151c7e554d188fffc509ad636b7d1a84c5dfcd5","eu-tr-72760517350-57"]}} -{"id":"ec-meeting-2022-04-21-a747ea2648ca1a68d0cc0a54f989ccf68909b7b2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-04-21 - Cabinet of Commissioner Janusz Wojciechowski x Polish Institute of International Affairs"],"date":["2022-04-21"],"summary":["Meeting with Mr Melchior Szczepanik to discuss the future of the CAP, with particular reference to the impact of the Russian's invasion of Ukraine on European agriculture"],"notes":["Portfolio: Agriculture"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["eu-tr-174266145177-83","ec-person-ae252fb0bbbad2440e31f70ccc19082b7ac65837"]}} -{"id":"ec-meeting-2022-04-21-aa48444bc1a3054a83d0f571a7bc2e8fa7ef59df","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-04-21 - Cabinet of Executive Vice-President Valdis Dombrovskis x Lighthouse Europe ACT | The App Association"],"date":["2022-04-21"],"summary":["WTO Matters"],"notes":["Portfolio: An Economy that Works for People"],"location":["Webex"],"address":["Webex"],"addressEntity":["addr-4b591c6aa2d0556305c2d15987c48d32c33f9ca9"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["eu-tr-72029513877-54","eu-tr-81808968913-01","ec-person-5582b553fc27622716ec0589005296819f597ad2"]}} -{"id":"ec-meeting-2022-04-21-c8c1e3db1936de99652a6b16d62ed10253bbfc85","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-04-21 - Cabinet of Executive Vice-President Valdis Dombrovskis x Orgalim – Europe's Technology Industries"],"date":["2022-04-21"],"summary":["- EU-US Trade and Technology Council\r\n- Resilience of supply chains and the Single Market \r\n- Taxonomy"],"notes":["Portfolio: An Economy that Works for People"],"location":["BXL"],"address":["BXL"],"addressEntity":["addr-d2fde52f67ea4a3e1fe233d0a959d6a1c77fd910"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["eu-tr-20210641335-88","ec-person-7e9813c16d805ee7ebea3ef6444f384bc32abaaa"]}} -{"id":"ec-meeting-2022-04-21-d778cf309283967b8f9ed7cd38336ba87c246243","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-04-21 - Cabinet of Executive Vice-President Frans Timmermans x Dow Europe GmbH"],"date":["2022-04-21"],"summary":["Hydrogen Strategy"],"notes":["Portfolio: European Green Deal"],"location":["Hoek Zeeland"],"address":["Hoek Zeeland"],"addressEntity":["addr-f1d4cd3d648bbf68538a20811a2b66ba9115dc2e"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-d56ecbfde17436a136fc89c9a978b266e8285c84","eu-tr-38235121060-73"]}} -{"id":"ec-meeting-2022-04-22-15bcb9cbd6c30fb585b8a848e70d4f862ddeb7cb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-04-22 - Cabinet of Executive Vice-President Valdis Dombrovskis x Binance France SAS"],"date":["2022-04-22"],"summary":["restrictive measures"],"notes":["Portfolio: An Economy that Works for People"],"location":["video call"],"address":["video call"],"addressEntity":["addr-12d8c530d76da0b7745f9c0f9285e7eec97adc55"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-235870cd7eb41f2494f695fce18b5b5b88647113","eu-tr-047423944823-61"]}} -{"id":"ec-meeting-2022-04-22-2149c27a5ff9c8ea078fc3faebd58f5fe7d28f50","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-04-22 - Cabinet of Executive Vice-President Frans Timmermans x ECBF Management GmbH"],"date":["2022-04-22"],"summary":["European Green Deal and Circular Bioeconomy Fund’s contribution to it"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-447640245329-43","ec-person-8af3c81534786a740718d21dc58240738a53ed7b"]}} -{"id":"ec-meeting-2022-04-22-2cd38563fe7a71ed6b558e4e645f4f4cdc6b7cfd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-04-22 - Cabinet of Commissioner Jutta Urpilainen x Technology Academy Finland"],"date":["2022-04-22"],"summary":["The Millennium Technology Prize."],"notes":["Portfolio: International Partnerships"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["eu-tr-492042046130-40","ec-person-a6ae9abd61cd135e990ccc05f2a7cc849f01a618","ec-person-1ec9383fd54d9d4cd8a154c01fa71549eb8c75ac"]}} -{"id":"ec-meeting-2022-04-22-3370ca313efd147a1ebf255adacd67e73e6eff17","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-04-22 - Cabinet of Executive Vice-President Frans Timmermans x EDP - Energias de Portugal, SA"],"date":["2022-04-22"],"summary":["Electricity prices and market intervention"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-d53e00c46a4cc62bbf533e0c9bb35bacb9121989","eu-tr-56592866496-47"]}} -{"id":"ec-meeting-2022-04-22-4e54fc3fafc56a024e60e59c73678e3f1183c8b4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-04-22 - Cabinet of Commissioner Thierry Breton x Swedish Forest Industries Federation"],"date":["2022-04-22"],"summary":["Circular economy, ecodeisng for sustainable products regulation"],"notes":["Portfolio: Internal Market"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-355702910008-47","ec-person-6308dea893b9b1ca0dcd5b91b4a1ac4c2f3020ad"]}} -{"id":"ec-meeting-2022-04-22-56f584cd70c6cd79e8705ec6df69c5b710fee1e4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-04-22 - Cabinet of Executive Vice-President Frans Timmermans x None"],"date":["2022-04-22"],"summary":["Exchange of views on CCUS"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-316522140912-19","eu-tr-29934726424-76","ec-person-d53e00c46a4cc62bbf533e0c9bb35bacb9121989"]}} -{"id":"ec-meeting-2022-04-22-5da80410d73cd0c462e2481db8c7a23e22a1994d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-04-22 - Taxation and Customs Union x Bundesverband der Deutschen Industrie e.V."],"date":["2022-04-22"],"summary":["Current and upcoming taxation initiatives at EU level, EU own resources"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-taxud"],"involved":["eu-tr-1771817758-48","ec-person-9e42f316f38c8e126c2cd2bc84affb891338c7f3"]}} -{"id":"ec-meeting-2022-04-22-640ece2a163d98d8f88f9342070dc90fd86c141d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-04-22 - Cabinet of Commissioner Mairead Mcguinness x Binance France SAS"],"date":["2022-04-22"],"summary":["restrictive measures"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-0ba9b89127b39af6a66f2fc3ed727332f1b19a34","eu-tr-047423944823-61"]}} -{"id":"ec-meeting-2022-04-22-6428384120adcef58cbd9a13f5a18cd046f96b76","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-04-22 - Employment, Social Affairs and Inclusion x The Swedish Trade Union Confederation Brussels Office of the Swedish Trade Unions"],"date":["2022-04-22"],"summary":["social dialogue, minimum wage, platform work"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-empl"],"involved":["eu-tr-673091017982-82","eu-tr-69927546143-06","ec-person-dd259fce880e1853f0beb087443bce6e7dea70d7"]}} -{"id":"ec-meeting-2022-04-22-86ed55f2cade881d5d52acfcd919206b65f980c1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-04-22 - Cabinet of Commissioner Thierry Breton x Finnish Energy - Energiateollisuus ry"],"date":["2022-04-22"],"summary":["Energy crisis and implications for industry"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-6308dea893b9b1ca0dcd5b91b4a1ac4c2f3020ad","eu-tr-68861821910-84"]}} -{"id":"ec-meeting-2022-04-22-95561cd89ef1d58206e88b909f71965c1c44dfd4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-04-22 - Cabinet of Executive Vice-President Frans Timmermans x Guidehouse Netherlands B.V."],"date":["2022-04-22"],"summary":["Hydrogen backbone and RePowerEU"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-291658228603-85","ec-person-d53e00c46a4cc62bbf533e0c9bb35bacb9121989"]}} -{"id":"ec-meeting-2022-04-22-b7c3e3cf54bf15f9a17a1899c0bb33dacae9d219","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-04-22 - Cabinet of Commissioner Janusz Wojciechowski x Fian Belgium Bureau Européen des Unions de Consommateurs Stichting BirdLife Europe International Federation of Organic Agriculture Movements EU Regional Group Pesticide Action Network Europe Greenpeace European Unit Compassion in World Farming Brussels"],"date":["2022-04-22"],"summary":["Farm to Fork Strategy for food security"],"notes":["Portfolio: Agriculture"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["eu-tr-67128251296-84","eu-tr-15913213485-46","ec-person-cafe030b6dad78a75143f7552c420481b30ebceb","eu-tr-569335525679-33","eu-tr-1083162721-43","eu-tr-9832909575-41","eu-tr-9505781573-45","eu-tr-953480437831-04","ec-person-08c62f972c22464aca7a65520eb9406f8db14a66"]}} -{"id":"ec-meeting-2022-04-22-c10dc7bd745750945e3da7a71936ab99aa912dd7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-04-22 - Cabinet of Commissioner Mairead Mcguinness x Association pour le développement des actifs numériques"],"date":["2022-04-22"],"summary":["MICA\r\nTFR"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-0ba9b89127b39af6a66f2fc3ed727332f1b19a34","eu-tr-600495937657-61"]}} -{"id":"ec-meeting-2022-04-22-dad2ff296ef4a4fe0ef201cdb4edca50c87eccd9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-04-22 - Internal Market, Industry, Entrepreneurship and SMEs x Umicore"],"date":["2022-04-22"],"summary":["Umicore presented their position on the EU battery regulation proposal in the context of recycling of batteries. It expressed support for the Commission proposal."],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-grow"],"involved":["ec-person-0151c7e554d188fffc509ad636b7d1a84c5dfcd5","eu-tr-78662404191-38"]}} -{"id":"ec-meeting-2022-04-22-dc3626d1547774b1c9743539051a116ccb16ee7e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-04-22 - Cabinet of Vice-President Dubravka Šuica x Democracy & Culture Foundation"],"date":["2022-04-22"],"summary":["Conference on the Future of Europe."],"notes":["Portfolio: Democracy and Demography"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-dubravka-of-president-suica-vice"],"involved":["ec-person-08d40344214e6573b5eb0480c1a338d5dde265bd","eu-tr-536843640609-08"]}} -{"id":"ec-meeting-2022-04-24-9897d989c6627bee4e103ab98c02667e665b2ded","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-04-24 - Cabinet of Commissioner Thierry Breton x MEDICINES FOR EUROPE"],"date":["2022-04-24"],"summary":["Supply security & production capacity for critical medicines and ingredients"],"notes":["Portfolio: Internal Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-48325781850-28","ec-person-d6689ffc6695e7e65bdd0e0c0da1721d3031ea1b"]}} -{"id":"ec-meeting-2022-04-25-016c2416f2e887e300e5ab801cbc0f1b107f604d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-04-25 - Cabinet of Executive Vice-President Frans Timmermans x ENEL SpA"],"date":["2022-04-25"],"summary":["Current situation on the electricity markets"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-a282162080cef4ef2a8c0ab6247a3e03dc438507","ec-person-d53e00c46a4cc62bbf533e0c9bb35bacb9121989","eu-tr-6256831207-27"]}} -{"id":"ec-meeting-2022-04-25-22c6a135b044dd863aedbc49522083ff9512315a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-04-25 - Cabinet of Executive Vice-President Frans Timmermans x Schwarz Unternehmenskommunikation International GmbH"],"date":["2022-04-25"],"summary":["Revision of the Packaging and Packaging Waste Directive"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-383658039791-39","ec-person-8af3c81534786a740718d21dc58240738a53ed7b"]}} -{"id":"ec-meeting-2022-04-25-253be0d079df0e0707bf6412ad48e817772f030f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-04-25 - Cabinet of Executive Vice-President Margrethe Vestager x Banco Santander, S.A."],"date":["2022-04-25"],"summary":["Data Act, AI Act"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-799142914971-03","ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0"]}} -{"id":"ec-meeting-2022-04-25-2577044118b0b6a5fccb7c591511b6d3574d36ef","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-04-25 - Cabinet of Vice-President Věra Jourová x Bertelsmann Stiftung"],"date":["2022-04-25"],"summary":["Event and Study on Citizen Participation in the EU"],"notes":["Portfolio: Values and Transparency"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["eu-tr-13571025706-27","ec-person-28fecf6c4f04b3a2af1d74c742e147920ab849c5"]}} -{"id":"ec-meeting-2022-04-25-41d9853fa6fe0ba70872cdbf35df64460a95dfad","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-04-25 - Employment, Social Affairs and Inclusion x European Confederation of Independent Trade Unions"],"date":["2022-04-25"],"summary":["social services, sectoral social dialogue"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-empl"],"involved":["eu-tr-32738888445-74","ec-person-dd259fce880e1853f0beb087443bce6e7dea70d7"]}} -{"id":"ec-meeting-2022-04-25-49ab422ae5eaec479751a3da8e5f5bedc1aa08e3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-04-25 - Energy x General Electric Company smartEn Smart Energy Europe Solar Heat Europe/ESTIF The Coalition for Energy Savings The European Alliance of Companies for Energy Efficiency in Buildings Google European Building Automation and Controls Association Bureau Européen des Unions de Consommateurs Johnson Controls Mitsubishi Power Europe GmbH DAIKIN Europe NV European Heat Pump Association Schneider Electric Euroheat and Power Emerson Electric Co."],"date":["2022-04-25"],"summary":["US-EU Task Force Convening: Clean Energy Technologies.\r\n\r\nCarrier, Tado and the European Council for an Energy Efficient Economy (ECEEE) also participated."],"location":["videoconference"],"address":["videoconference"],"addressEntity":["addr-92b2fbb928e012810d80d9ef1abe12027beee200"],"organizer":["ec-dg-ener"],"involved":["eu-tr-99005441548-23","eu-tr-47338336902-73","eu-tr-10790718699-18","eu-tr-997484720855-72","eu-tr-130225437251-64","eu-tr-20943263315-44","eu-tr-23643001178-02","eu-tr-926990944642-94","eu-tr-72911566925-69","eu-tr-88457577025-19","eu-tr-46302264606-44","eu-tr-9505781573-45","ec-person-9c0f33ecb9f6badd5f4b5f1a4bd7677e18a52a22","eu-tr-4016736872-59","eu-tr-03181945560-59","eu-tr-569379418624-07"]}} -{"id":"ec-meeting-2022-04-25-50ec02e52560cab4ffce537d8a9657803408d738","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-04-25 - Cabinet of Commissioner Mairead Mcguinness x European Retail Financial Forum"],"date":["2022-04-25"],"summary":["Financial Inclusion of Ukrainian Refugees"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Virtual Meeting"],"address":["Virtual Meeting"],"addressEntity":["addr-ed078b6749077909a1a45720507ac2da9277b8b3"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["eu-tr-976662735605-10","ec-person-778f68c06d4985a2eda59737cdb80e7a4570f90f"]}} -{"id":"ec-meeting-2022-04-25-57be1c1ed2e1b29671c2485d4e9a95b78400ead2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-04-25 - Cabinet of Executive Vice-President Frans Timmermans x Deutsche Post DHL Group"],"date":["2022-04-25"],"summary":["Discussion on Fit-for-55 and on the Deutsche Post DHL Group White Paper: Logistics of the Energy Revolution"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-f1a3478550296f3f9accdc67d6ef5a0b681dda4b","eu-tr-48544465107-88"]}} -{"id":"ec-meeting-2022-04-25-58cce82d81e644c1c1d9c8a7c6a4c277b939739e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-04-25 - Cabinet of Executive Vice-President Valdis Dombrovskis x European Union Chamber of Commerce in China"],"date":["2022-04-25"],"summary":["EU-China economic and trade relations"],"notes":["Portfolio: An Economy that Works for People"],"location":["video call"],"address":["video call"],"addressEntity":["addr-12d8c530d76da0b7745f9c0f9285e7eec97adc55"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["eu-tr-592343015058-67","ec-person-7e9813c16d805ee7ebea3ef6444f384bc32abaaa"]}} -{"id":"ec-meeting-2022-04-25-651740b8e88ccbde66cdc7d529818d5501565391","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-04-25 - Foreign Policy Instruments x ICMP - The global voice of music publishing"],"date":["2022-04-25"],"summary":["on immediate assistance to Ukraine"],"location":["VTC"],"address":["VTC"],"addressEntity":["addr-9d1acaa772820b8ade84113d2da24716fe455be2"],"organizer":["ec-dg-fpi"],"involved":["ec-person-c807b0d7987703f3934e9e3417c0a8b3cb2cd297","eu-tr-65684839099-72"]}} -{"id":"ec-meeting-2022-04-25-6d6f24219e53ae4b3bef880bbd98b32f0550076a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-04-25 - Cabinet of President Ursula von der Leyen x Airbus"],"date":["2022-04-25"],"summary":["Defence"],"notes":["Portfolio: President"],"location":["VC"],"address":["VC"],"addressEntity":["addr-d6788b0715b89d9781e90f4df364ac624d78e439"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-7019713e72781afb1f3b19032c4752a314b78180","eu-tr-2732167674-76"]}} -{"id":"ec-meeting-2022-04-25-88a883fd2cde60901182fb2191decc65aab8debb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-04-25 - Cabinet of Executive Vice-President Frans Timmermans x European Association of Geosynthetic product Manufacturers"],"date":["2022-04-25"],"summary":["Green transition of the construction sector and an overview of geosynthetics"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-274194344591-38","ec-person-8af3c81534786a740718d21dc58240738a53ed7b"]}} -{"id":"ec-meeting-2022-04-25-8bffa10137cdf8f1cb33a2b23e27575d425052c0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-04-25 - Cabinet of High Representative Josep Borrell Fontelles x Airbus"],"date":["2022-04-25"],"summary":["Defence issues"],"notes":["Portfolio: High Representative of the Union for Foreign Affairs and Security Policy / Vice-President of the Commission"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-borrell-cabinet-fontelles-high-josep-of-representative"],"involved":["eu-tr-2732167674-76","ec-person-f8a79e1e60e4175f615df00bd83c92a139646fe8"]}} -{"id":"ec-meeting-2022-04-25-9b14dfe2305f74406f4a9ce39029e0c7534f3373","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-04-25 - Cabinet of Commissioner Mairead Mcguinness x Aercap Holdings NV"],"date":["2022-04-25"],"summary":["Sanctions"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-05e041b8d277691244c6f31f9f6c3e2c871b3392","eu-tr-461173445540-64"]}} -{"id":"ec-meeting-2022-04-25-a65a684b5d76a1ccf5b37c65c5d998aa1227f2ab","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-04-25 - Cabinet of Executive Vice-President Margrethe Vestager x Green Power Denmark"],"date":["2022-04-25"],"summary":["Transition towards a fossil free society."],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Copenhagen"],"address":["Copenhagen"],"addressEntity":["addr-3f7c839db34cfeebcefe96d90a0e37e02c8e52c6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-d7607503188de4dff4a730df803ecaac9b411aae","ec-person-11d97788772862bb34f51dd26d7f92603eac1bf8","eu-tr-1733114388-50"]}} -{"id":"ec-meeting-2022-04-25-a87611333cfe6f36bc4fa14f80c3dfc73b5fdbf1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-04-25 - Agriculture and Rural Development x International Federation of Organic Agriculture Movements EU Regional Group"],"date":["2022-04-25"],"summary":["Exchange on current development of organics in EU"],"location":["Brussels-Webex"],"address":["Brussels-Webex"],"addressEntity":["addr-638e5eb0a6035925eda440cd6ce72565e8614c71"],"organizer":["ec-dg-agri"],"involved":["eu-tr-67128251296-84","ec-person-94f7c6e6875fa76120558bda38f913792cc61934"]}} -{"id":"ec-meeting-2022-04-25-bc55c4deeee7fff06318103a41e7cf88cd0c7df9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-04-25 - Cabinet of President Ursula von der Leyen x Energy Transitions Commission"],"date":["2022-04-25"],"summary":["Ensuring European energy security while delivering the energy transition."],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-f2b941852d3b961d69ed695c2d243a1a2b4a1904","eu-tr-789695437661-86"]}} -{"id":"ec-meeting-2022-04-25-db2e414a48906c4534c5048110906c21a1ac2b6a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-04-25 - Cabinet of Commissioner Thierry Breton x McCourt Europe"],"date":["2022-04-25"],"summary":["discussion on the recent adoption of DSA & DMA and the need for strong digital rules"],"notes":["Portfolio: Internal Market"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","eu-tr-263121646194-61"]}} -{"id":"ec-meeting-2022-04-25-ec639fe19e4c8fe7e191f3124ffef38e74492596","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-04-25 - Cabinet of Executive Vice-President Frans Timmermans x European Biogas Association"],"date":["2022-04-25"],"summary":["Keynote speech"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-18191445640-83","ec-person-d53e00c46a4cc62bbf533e0c9bb35bacb9121989"]}} -{"id":"ec-meeting-2022-04-25-fbd55873edaffa3ceeffeb75515c647fac4c5cb4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-04-25 - Cabinet of Commissioner Elisa Ferreira x UNIFE"],"date":["2022-04-25"],"summary":["Investment in rail in new programming period."],"notes":["Portfolio: Cohesion and Reforms"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-commissioner-elisa-ferreira-of"],"involved":["eu-tr-9624415524-28","ec-person-1c49c531eceae287dd4a56ac52e8326c65fc2855"]}} -{"id":"ec-meeting-2022-04-26-0396938418d20e995dda98031a39bd75a8a33f08","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-04-26 - Cabinet of Vice-President Margaritis Schinas x MEDICINES FOR EUROPE"],"date":["2022-04-26"],"summary":["Pharma Strategy"],"notes":["Portfolio: Promoting the European Way of Life"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-margaritis-of-president-schinas-vice"],"involved":["ec-person-d5cada2a1a17537a675985af31e5ce07ae3bfd42","eu-tr-48325781850-28","ec-person-180e5c5b13dac533a1241b0f9d78176c8bec3d51"]}} -{"id":"ec-meeting-2022-04-26-083b62e52388eee027dd80dc3bcce67bdc2676be","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-04-26 - Cabinet of Commissioner Mairead Mcguinness x Association for Financial Markets in Europe"],"date":["2022-04-26"],"summary":["sustainable finance"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["online"],"address":["online"],"addressEntity":["addr-2dbc2fd2358e1ea1b7a6bc08ea647b9a337ac92d"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-0ba9b89127b39af6a66f2fc3ed727332f1b19a34","eu-tr-65110063986-76"]}} -{"id":"ec-meeting-2022-04-26-129afec0bf336bbdc53483be0c23b96cc25a1f8f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-04-26 - Cabinet of President Ursula von der Leyen x Salesforce"],"date":["2022-04-26"],"summary":["Digital regulation, namely the AI Act, the EU Data Act, and the ongoing work within ENISA on cybersecurity certification for cloud services"],"notes":["Portfolio: President"],"location":["VC"],"address":["VC"],"addressEntity":["addr-d6788b0715b89d9781e90f4df364ac624d78e439"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-7019713e72781afb1f3b19032c4752a314b78180","eu-tr-991195317279-06"]}} -{"id":"ec-meeting-2022-04-26-13da6fa190adde9232e030a9c5238debed8dd137","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-04-26 - Cabinet of Executive Vice-President Frans Timmermans x Signum Global Advisors"],"date":["2022-04-26"],"summary":["Fit for 55 update and Repower EU communication"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-a282162080cef4ef2a8c0ab6247a3e03dc438507","eu-tr-950920645824-76"]}} -{"id":"ec-meeting-2022-04-26-2e56cd39ef8b6c21c0a9c5f2a36f738ec2b674cf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-04-26 - Cabinet of Commissioner Nicolas Schmit x European Federation for Family Employment - Fédération européenne des emplois de la famille"],"date":["2022-04-26"],"summary":["care strategy and domestic workers"],"notes":["Portfolio: Jobs and Social Rights"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["eu-tr-716909919073-32","ec-person-8eb18b6102d444937bc6af5822a6742812165b48"]}} -{"id":"ec-meeting-2022-04-26-36c79c512c5f3c17139bc41d2966a3434a5ccf59","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-04-26 - Cabinet of Commissioner Adina Vălean x Bayerische Motoren Werke Aktiengesellschaft"],"date":["2022-04-26"],"summary":["Automotive industry"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["eu-tr-7193977808-18","ec-person-cc0354fbf386eb83f57c00ad5240f1dddeeabab4"]}} -{"id":"ec-meeting-2022-04-26-3a11de7dc4caa9c1111d3c0f892f6c2270256b33","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-04-26 - Cabinet of Commissioner Stella Kyriakides x European Business and Innovation Centre Network"],"date":["2022-04-26"],"summary":["VTC Meeting with focus on their ‘ CHERRIES’ project"],"notes":["Portfolio: Health"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-kyriakides-of-stella"],"involved":["ec-person-a14d25733c53171d0aa91b49f8fa6d0c83e15a17","ec-person-8e447e82a2a89decd9d6ca2926b91c01d93699e1","eu-tr-056070639177-60"]}} -{"id":"ec-meeting-2022-04-26-3f958d4af0ca7558d1b7874ca942c37ce7ff85a3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-04-26 - Cabinet of Commissioner Mairead Mcguinness x PensionsEurope"],"date":["2022-04-26"],"summary":["clearing\r\nUK CCPs"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-0ba9b89127b39af6a66f2fc3ed727332f1b19a34","eu-tr-5199259747-21"]}} -{"id":"ec-meeting-2022-04-26-3fab105023c617a5dbfca4d69b492da622d5c843","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-04-26 - Cabinet of Executive Vice-President Margrethe Vestager x Signum Global Advisors"],"date":["2022-04-26"],"summary":["EU's digital priorities, including DMA and DSA."],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-950920645824-76","ec-person-8b6db5c3c4611618ade59c6d0dadc21c962f0ee7"]}} -{"id":"ec-meeting-2022-04-26-582123f1cbbd6cc14f1f06b4eba97b418ee0dba8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-04-26 - Cabinet of Executive Vice-President Frans Timmermans x Fortescue Metals Group Ltd"],"date":["2022-04-26"],"summary":["Role of green hydrogen in RePowerEU plans"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-7c876f4825f213b8adbedf089ccedfbc3b36d65b","eu-tr-123971942816-77"]}} -{"id":"ec-meeting-2022-04-26-58b1e4881ce464a3c4dfdd50290b91dda466c952","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-04-26 - Cabinet of Vice-President Věra Jourová x Deutsche Industrie- und Handelskammer"],"date":["2022-04-26"],"summary":["Due diligence"],"notes":["Portfolio: Values and Transparency"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["ec-person-221276f2dfa4b8fe628f08e982d967b6aeb61c57","eu-tr-22400601191-42"]}} -{"id":"ec-meeting-2022-04-26-590aff064ba451ca0901a8536682cae5eae17000","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-04-26 - Cabinet of Commissioner Didier Reynders x ITI - The Information Technology Industry Council"],"date":["2022-04-26"],"summary":["Data transfer"],"notes":["Portfolio: Justice"],"location":["video conference"],"address":["video conference"],"addressEntity":["addr-6dc12e3c97077db82f32184f24341ce370a445fd"],"organizer":["ec-cabinet-commissioner-didier-of-reynders"],"involved":["ec-person-442bf1ae9900b999673cdd7389224d0e21b67d4d","ec-person-1e25399e2267734c5f4c69093d2286c8898ee9f0","eu-tr-061601915428-87"]}} -{"id":"ec-meeting-2022-04-26-6380278a07864a65c8648058cbf21b4b511a5c3e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-04-26 - Cabinet of Executive Vice-President Frans Timmermans x Transport and Environment (European Federation for Transport and Environment)"],"date":["2022-04-26"],"summary":["meeting on REPowerEU"],"notes":["Portfolio: European Green Deal"],"location":["online"],"address":["online"],"addressEntity":["addr-2dbc2fd2358e1ea1b7a6bc08ea647b9a337ac92d"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce","ec-person-d56ecbfde17436a136fc89c9a978b266e8285c84","eu-tr-58744833263-19"]}} -{"id":"ec-meeting-2022-04-26-6429d55459881d5e5c96ad57b8c05acaeb6d0b76","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-04-26 - Energy x Ørsted A/S"],"date":["2022-04-26"],"summary":["Site visit to EEW- Ørsted monopile manufacturing facility in the US."],"location":["Atlantic City, U.S.A."],"address":["Atlantic City, U.S.A."],"addressEntity":["addr-1ef693f2cd3be700838935cd8b603a3720b8dd39"],"organizer":["ec-dg-ener"],"involved":["eu-tr-870817015429-80","ec-person-9c0f33ecb9f6badd5f4b5f1a4bd7677e18a52a22"]}} -{"id":"ec-meeting-2022-04-26-66d29a447ae7618ae84dd0ee8d6c0a777433167e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-04-26 - Cabinet of Commissioner Kadri Simson x Havenbedrijf Rotterdam NV"],"date":["2022-04-26"],"summary":["REPower EU, Gas package"],"notes":["Portfolio: Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["ec-person-ba3b83676ad38094e71b64b644f3e3d2c61b8182","eu-tr-930637620172-95"]}} -{"id":"ec-meeting-2022-04-26-685ac7d468c9c1824f28e6b76dd9d69f970c75ff","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2022-04-26 - Cabinet of Vice-President Věra Jourová x Association of Commercial Television and Video on Demand Services in Europe"],"date":["2022-04-26"],"summary":["Media Freedom Act","Political advertising, MFA, Disinformation"],"notes":["Portfolio: Values and Transparency"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["ec-person-aa83f35da599b82e4f15da018f4b3447eb648f7c","eu-tr-18574111503-28","ec-person-28fecf6c4f04b3a2af1d74c742e147920ab849c5"]}} -{"id":"ec-meeting-2022-04-26-69c2440dc0714a92b2204f06039e0462c8b8d574","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-04-26 - Cabinet of Executive Vice-President Frans Timmermans x RELOOP ADS Insight"],"date":["2022-04-26"],"summary":["Revision of the Packaging and Packaging Waste Directive and deposit return schemes"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-919004519967-94","eu-tr-02762144321-07","ec-person-8af3c81534786a740718d21dc58240738a53ed7b"]}} -{"id":"ec-meeting-2022-04-26-6baf9ed86f6efe31e2947c67c828d5762b2256ca","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-04-26 - Cabinet of Executive Vice-President Frans Timmermans x Planet First Partners Gérant S.à r.l. Polymateria Limited"],"date":["2022-04-26"],"summary":["Circular economy transition and the role of biodegradable and compostable plastics"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-974688646195-40","eu-tr-712860327581-87","ec-person-8af3c81534786a740718d21dc58240738a53ed7b"]}} -{"id":"ec-meeting-2022-04-26-72df29c8f098fc8e66e6e8e42477bece1e50867c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-04-26 - Cabinet of Commissioner Thierry Breton x NEXI"],"date":["2022-04-26"],"summary":["Digital payments and digital euro"],"notes":["Portfolio: Internal Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-844755843952-38","ec-person-5215bd372c5a1202399d77ecceb8c16de8d7d55c"]}} -{"id":"ec-meeting-2022-04-26-77d9a6114d12ff4fb924db33f9cb6f0c6ce021ff","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-04-26 - Cabinet of Executive Vice-President Valdis Dombrovskis x Association for Financial Markets in Europe"],"date":["2022-04-26"],"summary":["sustainable finance"],"notes":["Portfolio: An Economy that Works for People"],"location":["video call"],"address":["video call"],"addressEntity":["addr-12d8c530d76da0b7745f9c0f9285e7eec97adc55"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-235870cd7eb41f2494f695fce18b5b5b88647113","eu-tr-65110063986-76"]}} -{"id":"ec-meeting-2022-04-26-7a0304c9e6d3202e8f5f3f2dcd44fa669136f25d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-04-26 - Cabinet of Executive Vice-President Margrethe Vestager x Suomen itsenäisyyden juhlarahasto"],"date":["2022-04-26"],"summary":["Data Economy"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-11d97788772862bb34f51dd26d7f92603eac1bf8","eu-tr-582824527068-76","ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0","ec-person-73fb1ddd279f8c6697a055567a2c09606006b875"]}} -{"id":"ec-meeting-2022-04-26-8574b03790e4b9d0eebcb86d75dd1a12eb0924b9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-04-26 - Cabinet of Commissioner Jutta Urpilainen x Center for Strategic and International Studies"],"date":["2022-04-26"],"summary":["Global Gateway, Russian war of aggression against Ukraine, International Finance and Spring meetings"],"notes":["Portfolio: International Partnerships"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["eu-tr-163447715874-83","ec-person-7204caa5e704bc4a911fee13ad5c0f62fd74b3bc"]}} -{"id":"ec-meeting-2022-04-26-971d5faf49986333473fb67c26eef3f10967ace3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-04-26 - Cabinet of Commissioner Mairead Mcguinness x NEXI"],"date":["2022-04-26"],"summary":["Instant Payments, PSD2 review."],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Bruxelles"],"address":["Bruxelles"],"addressEntity":["addr-b58f5927b66d94a676970dc048485d4c6848f272"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["eu-tr-844755843952-38","ec-person-778f68c06d4985a2eda59737cdb80e7a4570f90f"]}} -{"id":"ec-meeting-2022-04-26-ace871591a2136671a4c3aba7161490f9a1a689a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-04-26 - Cabinet of Vice-President Margaritis Schinas x Suomen itsenäisyyden juhlarahasto"],"date":["2022-04-26"],"summary":["Health Data Space"],"notes":["Portfolio: Promoting the European Way of Life"],"location":["BRUSSELS"],"address":["BRUSSELS"],"addressEntity":["addr-f74337897287bf1b546f30505f5b1f693a87af50"],"organizer":["ec-cabinet-margaritis-of-president-schinas-vice"],"involved":["ec-person-d5cada2a1a17537a675985af31e5ce07ae3bfd42","eu-tr-582824527068-76"]}} -{"id":"ec-meeting-2022-04-26-b4ecf19646b51530cdf9ee4942a0cc3a0b4963c0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-04-26 - Cabinet of Vice-President Margaritis Schinas x Wilfried Martens Centre for European Studies"],"date":["2022-04-26"],"summary":["Counter-terrorism"],"notes":["Portfolio: Promoting the European Way of Life"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-margaritis-of-president-schinas-vice"],"involved":["ec-person-d5cada2a1a17537a675985af31e5ce07ae3bfd42","ec-person-2e04e278a7f128b3ac72d2af3db94d4ebed934da","eu-tr-865557816122-74"]}} -{"id":"ec-meeting-2022-04-26-b88c8570eb47817c0a959bb3e84659989c8c736d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-04-26 - Internal Market, Industry, Entrepreneurship and SMEs x Wirtschaftsverband Stahl- und Metallverarbeitung e.V."],"date":["2022-04-26"],"summary":["They touched on the current situation (very high gas prices), the green transition and the end point."],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-grow"],"involved":["ec-person-0151c7e554d188fffc509ad636b7d1a84c5dfcd5","eu-tr-921351835520-23"]}} -{"id":"ec-meeting-2022-04-26-b8b49a2fcdb459c36c91c531ffb6942e1d535a02","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-04-26 - Cabinet of Executive Vice-President Frans Timmermans x Avisa Partners"],"date":["2022-04-26"],"summary":["Presentation of the impact of the Fit for 55 package, and specifically the EU Emission Trading System (ETS) on the company"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-54210841652-13","ec-person-f1a3478550296f3f9accdc67d6ef5a0b681dda4b"]}} -{"id":"ec-meeting-2022-04-26-c80b0a0ade7d6454d826b1294b1b245c7116b69a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-04-26 - Cabinet of Commissioner Janusz Wojciechowski x Pesticide Action Network Europe"],"date":["2022-04-26"],"summary":["Ideas towards boosting the EGD regarding pesticides"],"notes":["Portfolio: Agriculture"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["eu-tr-15913213485-46","ec-person-ae252fb0bbbad2440e31f70ccc19082b7ac65837","ec-person-cafe030b6dad78a75143f7552c420481b30ebceb"]}} -{"id":"ec-meeting-2022-04-26-d18e7e0e730dfe6231959ea262c1caebb49807be","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-04-26 - Cabinet of Commissioner Mairead Mcguinness x Association Luxembourgeoise des Fonds d'Investissement"],"date":["2022-04-26"],"summary":["AIFMD\r\nELTIF"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["brussels"],"address":["brussels"],"addressEntity":["addr-e2daa1574b7ac475c827b33e281bd2d5e013c882"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["eu-tr-6182372280-83","ec-person-0ba9b89127b39af6a66f2fc3ed727332f1b19a34","ec-person-778f68c06d4985a2eda59737cdb80e7a4570f90f"]}} -{"id":"ec-meeting-2022-04-26-dc072b984d11ab019939e48713cae6158bc93506","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-04-26 - Cabinet of Commissioner Mairead Mcguinness x None"],"date":["2022-04-26"],"summary":["EU Clearing Strategy \r\nCCPs"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["eu-tr-17804464809-28","eu-tr-36897011311-96","eu-tr-550494915045-08","ec-person-0ba9b89127b39af6a66f2fc3ed727332f1b19a34","eu-tr-141041215133-83"]}} -{"id":"ec-meeting-2022-04-26-eed8427d3e473257b8634da87b158b148a581a7c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-04-26 - Directorate-General for International Partnerships x VERBOND VAN BELGISCHE ONDERNEMINGEN / FEDERATION DES ENTREPRISES DE BELGIQUE"],"date":["2022-04-26"],"summary":["Platform International - Event"],"location":["online"],"address":["online"],"addressEntity":["addr-2dbc2fd2358e1ea1b7a6bc08ea647b9a337ac92d"],"organizer":["ec-dg-intpa"],"involved":["eu-tr-47676761061-93","ec-person-afe6f55069d2cc5483157e138e41abd63140fdd8"]}} -{"id":"ec-meeting-2022-04-26-f96580151a1cb62f51178bb2543cbb113244b1da","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-04-26 - Secretariat-General x Suomen itsenäisyyden juhlarahasto"],"date":["2022-04-26"],"summary":["EU’s political situation and priorities of the Commission"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-sg"],"involved":["eu-tr-582824527068-76","ec-person-6fde96d3b1e5bfc1dff081b7362d5ae9bd8291ac"]}} -{"id":"ec-meeting-2022-04-27-0dbe8c0b7bb99e4a00ce7901d1d0389b7d7b42d7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-04-27 - Cabinet of Commissioner Thierry Breton x Google"],"date":["2022-04-27"],"summary":["Measures on disinformation and content moderation in the context of the aggression of Ukraine"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-03181945560-59","ec-person-4d83416435f81b1f1e8f5c86aeebb1478577f1d2"]}} -{"id":"ec-meeting-2022-04-27-173421ad55e1d3e3254f68f6f77decb4c712ae5f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-04-27 - Cabinet of Commissioner Jutta Urpilainen x UNIFE"],"date":["2022-04-27"],"summary":["Global Gateway, EFSD+"],"notes":["Portfolio: International Partnerships"],"location":["Video meeting"],"address":["Video meeting"],"addressEntity":["addr-762dc9b5648e05f3894b6f2597baa8254e5414db"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["ec-person-7204caa5e704bc4a911fee13ad5c0f62fd74b3bc","eu-tr-9624415524-28"]}} -{"id":"ec-meeting-2022-04-27-38dfbff3b4c6d619e66087b9b898e0dce9153c22","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-04-27 - Cabinet of Executive Vice-President Frans Timmermans x Green 10"],"date":["2022-04-27"],"summary":["RePower EU, Nature Package and Air quality"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-7c876f4825f213b8adbedf089ccedfbc3b36d65b","eu-tr-70309834043-10"]}} -{"id":"ec-meeting-2022-04-27-3c9ecb22bdd582e7a1bd2b154cdcd9ecbe355680","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-04-27 - Financial Stability, Financial Services and Capital Markets Union x Intesa Sanpaolo"],"date":["2022-04-27"],"summary":["EU banking"],"location":["Virtual meeting"],"address":["Virtual meeting"],"addressEntity":["addr-1f1f3f51a4da31a1ea5c1b4b21cbf52ad983224f"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-24037141789-48","ec-person-1fce211249673c35ee07a801ddee77ab24af8d54"]}} -{"id":"ec-meeting-2022-04-27-3d19ed493a0414a29f92a73dd53e86ccb2a99fbd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-04-27 - Cabinet of Executive Vice-President Frans Timmermans x CLG Europe"],"date":["2022-04-27"],"summary":["RePowerEU"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-f1a3478550296f3f9accdc67d6ef5a0b681dda4b","ec-person-4d24ceb9e6bdaabe394d1506aa601a9ce9d0e59b","ec-person-f8efd5ca1c3794aa2954d6b5f54ff94f015fba20","ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce","eu-tr-381796719468-68","ec-person-d53e00c46a4cc62bbf533e0c9bb35bacb9121989"]}} -{"id":"ec-meeting-2022-04-27-3e1054b1a27d30f43990196528362df2a9f654a5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-04-27 - Cabinet of Vice-President Věra Jourová x European Civic Forum"],"date":["2022-04-27"],"summary":["Civic Pride Event"],"notes":["Portfolio: Values and Transparency"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["eu-tr-981872117501-10","ec-person-28fecf6c4f04b3a2af1d74c742e147920ab849c5"]}} -{"id":"ec-meeting-2022-04-27-427c5f6b22a2a4a65f7134ac4ac866e060353efb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-04-27 - Cabinet of Executive Vice-President Margrethe Vestager x Access Partnership"],"date":["2022-04-27"],"summary":["Digital and data policies"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-467615113800-87","ec-person-0e93ebac9bad76e1351e0981f04e7ef88848f943"]}} -{"id":"ec-meeting-2022-04-27-4a84de864cfd1c3eadf71e66c60c8c580197485a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-04-27 - Cabinet of Executive Vice-President Frans Timmermans x Unilever"],"date":["2022-04-27"],"summary":["European Green Deal"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce","eu-tr-6200524920-25","ec-person-8af3c81534786a740718d21dc58240738a53ed7b"]}} -{"id":"ec-meeting-2022-04-27-56c403d798117f658b8936e6bc89713813613fb0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-04-27 - Cabinet of Commissioner Kadri Simson x None"],"date":["2022-04-27"],"summary":["Electricity market design (proposal of Spanish and Portuguese governments)"],"notes":["Portfolio: Energy"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["eu-tr-41816938101-07","ec-person-ba3b83676ad38094e71b64b644f3e3d2c61b8182","ec-person-2fb98fc84d2cf8d481688eff3d47f7745ead3592","eu-tr-47504237466-74","eu-tr-56592866496-47"]}} -{"id":"ec-meeting-2022-04-27-58b1e4881ce464a3c4dfdd50290b91dda466c952","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-04-27 - Cabinet of Vice-President Věra Jourová x Deutsche Industrie- und Handelskammer"],"date":["2022-04-27"],"summary":["Due diligence"],"notes":["Portfolio: Values and Transparency"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["ec-person-221276f2dfa4b8fe628f08e982d967b6aeb61c57","eu-tr-22400601191-42"]}} -{"id":"ec-meeting-2022-04-27-5eb011123ab04b3b31ada78dd86d834c6c71c6be","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-04-27 - Cabinet of Vice-President Maroš Šefčovič x Suomen itsenäisyyden juhlarahasto"],"date":["2022-04-27"],"summary":["Future cooperation on strategic foresight with SITRA"],"notes":["Portfolio: Interinstitutional Relations and Foresight"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-582824527068-76","ec-person-1f95be23689cd4ed0a26fe2980f760ccf2d55c1e"]}} -{"id":"ec-meeting-2022-04-27-87c6210b4a73aa039984dd9e94b3c47f6e44c221","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-04-27 - Cabinet of Commissioner Johannes Hahn x Suomen itsenäisyyden juhlarahasto"],"date":["2022-04-27"],"summary":["Innovation and security"],"notes":["Portfolio: Budget and Administration"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hahn-johannes-of"],"involved":["ec-person-6dd3472dac004e43ec1fa4f5b4106e3b476c9ce7","eu-tr-582824527068-76"]}} -{"id":"ec-meeting-2022-04-27-992ec1bd3d88b80c3a3e49ed66f3168c7c96ca0a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-04-27 - Cabinet of Commissioner Virginijus Sinkevičius x CMA CGM"],"date":["2022-04-27"],"summary":["To discuss the decarbonisation of the shipping sector and to achieve carbon neutrality by 2050."],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["ec-person-7d3108a3faddd62588ca5729ecf06d7d51aee243","eu-tr-009433826675-55","ec-person-5d2fb692a102077260d7badef4a9f10132b72aee"]}} -{"id":"ec-meeting-2022-04-27-9e91b352c29557748f96eefe987ba66d41261286","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-04-27 - Cabinet of Commissioner Paolo Gentiloni x Gestore dei Mercati Energetici S.p.A."],"date":["2022-04-27"],"summary":["Meeting with Mr Andrea Peruzy, Chairman of Gestore dei Mercati Energetici (GME) (energy market provider): short exchange on RepowerEU and on trends of energy prices in the global market."],"notes":["Portfolio: Economy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gentiloni-of-paolo"],"involved":["ec-person-088d26d74d1898338fbf1c86e139bd6d3b870dbc","eu-tr-969227427832-59"]}} -{"id":"ec-meeting-2022-04-27-a4c462c595ad4b1b1aa6ef09ca8de17cdd8fd85b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-04-27 - Cabinet of Executive Vice-President Frans Timmermans x Enagás S.A."],"date":["2022-04-27"],"summary":["REPowerEU"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce","ec-person-d53e00c46a4cc62bbf533e0c9bb35bacb9121989","eu-tr-905001612275-82"]}} -{"id":"ec-meeting-2022-04-27-a54869f59f1f8e80d8762d956b1eb35fb5a20a96","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-04-27 - Cabinet of High Representative Josep Borrell Fontelles x Enagás S.A."],"date":["2022-04-27"],"summary":["The Enagás CEO, Arturo Gonzalo was in Brussels for other meetings and he asked to meet the HoC, as HR/VP was on mission. The point of discussion was: the strategic implications of gas networks in Europe."],"notes":["Portfolio: High Representative of the Union for Foreign Affairs and Security Policy / Vice-President of the Commission"],"location":["Brussels Belgium"],"address":["Brussels Belgium"],"addressEntity":["addr-61947d7d2c69c0b8f57325bd044f500c5fc6df48"],"organizer":["ec-borrell-cabinet-fontelles-high-josep-of-representative"],"involved":["ec-person-5c8ccc3a26c74debd9229d0079ce0770768bf36a","ec-person-d38139fc9996353b508c5a13d21e63cbdde379be","eu-tr-905001612275-82"]}} -{"id":"ec-meeting-2022-04-27-a96e7ec5839642f652b91dcd25c28ac2fe11922a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-04-27 - Cabinet of Commissioner Thierry Breton x Business Bridge Europe"],"date":["2022-04-27"],"summary":["Prep meeting for Commissioner intervention in a forthcoming conference"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-6308dea893b9b1ca0dcd5b91b4a1ac4c2f3020ad","eu-tr-72856225852-31"]}} -{"id":"ec-meeting-2022-04-27-ad9dad211666fdbb76bc33f3d4ca37651c7624fb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-04-27 - Cabinet of Executive Vice-President Margrethe Vestager x NEXI Kreab"],"date":["2022-04-27"],"summary":["Presentation of the Group, Artificial Intelligence, PayTech"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-1078390517-54","eu-tr-844755843952-38","ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0","ec-person-73fb1ddd279f8c6697a055567a2c09606006b875"]}} -{"id":"ec-meeting-2022-04-27-b44723a804b134d6d99710f43891f142669e2ffb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-04-27 - Cabinet of Executive Vice-President Margrethe Vestager x Legebranchen"],"date":["2022-04-27"],"summary":["Priorities in digital area, GPSR, Toy Safety Directive"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-039880946172-32","ec-person-7167587814c61122201e2afb04bfb47539db4823","ec-person-11ba005cc4046696303381b7ca219da9b11a42bf"]}} -{"id":"ec-meeting-2022-04-27-c0ae38c5dde6c3b0a6216611440fbbf928ef6073","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-04-27 - Cabinet of Executive Vice-President Margrethe Vestager x AEGIS Europe"],"date":["2022-04-27"],"summary":["Foreign Subsides Regulation"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["online"],"address":["online"],"addressEntity":["addr-2dbc2fd2358e1ea1b7a6bc08ea647b9a337ac92d"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-790573922716-64","ec-person-71043372bdf7ac2868e93db35f9e2f420db778e3"]}} -{"id":"ec-meeting-2022-04-27-c1b2a373279c645b3a1cf8b218cbc45ab45c6697","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-04-27 - Cabinet of Executive Vice-President Margrethe Vestager x Meta Platforms Ireland Limited and its various subsidiaries (f/k/a Facebook Ireland Limited)"],"date":["2022-04-27"],"summary":["CSAM Regulation, End-to-end-encryption"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0","eu-tr-28666427835-74"]}} -{"id":"ec-meeting-2022-04-27-d165e2f220cce09739c88ce880d880ab5f58bc89","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-04-27 - Cabinet of Executive Vice-President Frans Timmermans x H2GS AB"],"date":["2022-04-27"],"summary":["H2 Green Steel"],"notes":["Portfolio: European Green Deal"],"location":["Video-conference"],"address":["Video-conference"],"addressEntity":["addr-afae67aab834151e72f631228e72361e369db072"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-9eafbf4a92961023c7df3ab389ae6d4301dec4bf","ec-person-d53e00c46a4cc62bbf533e0c9bb35bacb9121989","eu-tr-191319744634-58"]}} -{"id":"ec-meeting-2022-04-27-e5ea52e92eae526dcd3c973b8725a4997bec4c94","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-04-27 - Cabinet of Vice-President Věra Jourová x Bundesverband der Deutschen Industrie e.V."],"date":["2022-04-27"],"summary":["Due diligence, collective redress, privacy shield"],"notes":["Portfolio: Values and Transparency"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["ec-person-221276f2dfa4b8fe628f08e982d967b6aeb61c57","eu-tr-1771817758-48"]}} -{"id":"ec-meeting-2022-04-27-ecf4a90e6670eb0fd6654b50ddad45777c17086b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-04-27 - Cabinet of Commissioner Kadri Simson x Enagás S.A."],"date":["2022-04-27"],"summary":["Introductory meeting and information from Enagás on their strategic plans and projects in terms of security of supply and decarbonisation"],"notes":["Portfolio: Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["ec-person-ba3b83676ad38094e71b64b644f3e3d2c61b8182","ec-person-2fb98fc84d2cf8d481688eff3d47f7745ead3592","eu-tr-905001612275-82"]}} -{"id":"ec-meeting-2022-04-28-02867dfde471a8ef1cd01ce4c16b861bfcc247cf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-04-28 - Cabinet of Commissioner Paolo Gentiloni x Global Citizen"],"date":["2022-04-28"],"summary":["Exchange of views on the outcome of the IMF Spring meetings"],"notes":["Portfolio: Economy"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-gentiloni-of-paolo"],"involved":["eu-tr-211392938041-28","ec-person-35b83a90b979d3fc1a2ee6dc6af6e91338204918"]}} -{"id":"ec-meeting-2022-04-28-0b74246a23bad9038bb40536b02992375b713c0c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-04-28 - Cabinet of Executive Vice-President Margrethe Vestager x Carnegie Europe"],"date":["2022-04-28"],"summary":["Priorities in digital and research"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-8b6db5c3c4611618ade59c6d0dadc21c962f0ee7","ec-person-eecca27e2a9c3fc0d4bd43564e4960382705feef","eu-tr-688089718929-60"]}} -{"id":"ec-meeting-2022-04-28-178e2cb90ed7917266f0dc08da658801f56433f0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-04-28 - Cabinet of Executive Vice-President Valdis Dombrovskis x Sieć Obywatelska Watchdog Polska/Citizens Network Watchdog Poland Ogólnopolska Federacja Organizacji Pozarządowych Związek Stowarzyszeń Polska Zielona Sieć CEE Bankwatch Network Fundacja WWF Polska ClientEarth AISBL"],"date":["2022-04-28"],"summary":["Contribution and engagement from CSOs, local authorities and social partners on Polish RRP"],"notes":["Portfolio: An Economy that Works for People"],"location":["Video call"],"address":["Video call"],"addressEntity":["addr-ad60f43c3b2e61f55f8d15d2bb303f6d11ac791b"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["eu-tr-558046445201-01","eu-tr-086599744855-84","ec-person-95d6ecce9b8f3a7b167d0eac8e270fdce0665ccb","eu-tr-96645517357-19","eu-tr-777439546174-13","eu-tr-070652642912-86","eu-tr-93834493808-49"]}} -{"id":"ec-meeting-2022-04-28-183f457d7c5ff049040031beb6a66561cb5066e7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-04-28 - Cabinet of Vice-President Věra Jourová x The Daphne Caruana Galizia Foundation Civil Liberties Union for Europe Greenpeace European Unit Europäisches Zentrum für Presse- und Medienfreiheit"],"date":["2022-04-28"],"summary":["SLAPP"],"notes":["Portfolio: Values and Transparency"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["eu-tr-481066842274-13","eu-tr-9832909575-41","eu-tr-544892227334-39","ec-person-bf54da17217bbddfd9c68fe24d88005ac17e2c4b","eu-tr-823710129179-63"]}} -{"id":"ec-meeting-2022-04-28-2b97e21f3eb6421cf0d8aedd24517cf9ee553319","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-04-28 - Cabinet of Commissioner Ylva Johansson x Helsinki Foundation for Human Rights Stowarzyszenie Interwencji Prawnej (Association for Legal Intervention) Fundacja Inicjatywa Dom Otwarty"],"date":["2022-04-28"],"summary":["human rights and migration issues"],"notes":["Portfolio: Home Affairs"],"location":["Poland"],"address":["Poland"],"addressEntity":["addr-5ff03b7273b1808e5ba852e230991bbf07da703c"],"organizer":["ec-cabinet-commissioner-johansson-of-ylva"],"involved":["eu-tr-657241221166-37","eu-tr-669465137141-62","ec-person-31b127e72e9dd30ce85ff2b475ac65d28d7dc48d","eu-tr-967190145518-11","ec-person-1cc1c011b9377e4d6f05577ee58ef3f7182c61b8"]}} -{"id":"ec-meeting-2022-04-28-2c175f0b046681d23821a446af5bdd99873a091f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-04-28 - Cabinet of Commissioner Virginijus Sinkevičius x Finnish Energy - Energiateollisuus ry"],"date":["2022-04-28"],"summary":["To discuss the legislative initiatives and biodiversity"],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["BERL 08/155"],"address":["BERL 08/155"],"addressEntity":["addr-eb3cf6d1e626d666550466bd7e4b75f3a4dcab63"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["eu-tr-68861821910-84","ec-person-df7b6800b8d3048e28fedb084a8b0b72260d7a0a"]}} -{"id":"ec-meeting-2022-04-28-3cab3f81db82e7ff845f5c2c204829b54f258f6a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-04-28 - Health and Food Safety x European Association of E-Pharmacies"],"date":["2022-04-28"],"summary":["\tEU Pharmaceutical Strategy\r\n\tFalsified Medicines Directive"],"location":["Brussels (virtual via Webex)"],"address":["Brussels (virtual via Webex)"],"addressEntity":["addr-8bb7a40f5fca42eb0543e5362edc1dd8c4ef1190"],"organizer":["ec-dg-sante"],"involved":["ec-person-f442ca8cd331fc51ad479fe0db982bb9fdb00647","eu-tr-22824156875-36"]}} -{"id":"ec-meeting-2022-04-28-424e0250bc7604c1ea81d8572f4f089c1c77da0e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-04-28 - Cabinet of Commissioner Jutta Urpilainen x Maa- ja metsätaloustuottajain Keskusliitto – Central Union of Agricultural Producers and Forest Owners"],"date":["2022-04-28"],"summary":["Food Security and Global Development"],"notes":["Portfolio: International Partnerships"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["eu-tr-56039441735-48","ec-person-26cc31f8d5b9581bfc496e29c4b603745b75d980","ec-person-9788b5f9ccd101dc091867a4496a5735ee7151d9"]}} -{"id":"ec-meeting-2022-04-28-456d7dcc10d619269d67ed75bb248018bb183de3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-04-28 - Cabinet of Executive Vice-President Frans Timmermans x IDH The Sustainable Trade Initiative"],"date":["2022-04-28"],"summary":["Deforestation"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-4d24ceb9e6bdaabe394d1506aa601a9ce9d0e59b","eu-tr-318941544260-25"]}} -{"id":"ec-meeting-2022-04-28-4b96d29f4cbaabfe31a766da93b5d5a5a8dd2d61","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-04-28 - Agriculture and Rural Development x Deutscher Bauernverband"],"date":["2022-04-28"],"summary":["Market effects Russian invasion and CAP plan approval process."],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-agri"],"involved":["ec-person-94f7c6e6875fa76120558bda38f913792cc61934","eu-tr-73085531345-65"]}} -{"id":"ec-meeting-2022-04-28-4cf8b62b55e0f41125b09b709d0e4ea04fcbef86","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-04-28 - Budget x Citigroup Inc."],"date":["2022-04-28"],"summary":["Next Generation EU"],"location":["Webex"],"address":["Webex"],"addressEntity":["addr-4b591c6aa2d0556305c2d15987c48d32c33f9ca9"],"organizer":["ec-dg-budg"],"involved":["eu-tr-00353757573-57","ec-person-39635b893026833f739fe623fe7e9d5a97525e7a"]}} -{"id":"ec-meeting-2022-04-28-559b3cd335b92bea857b4970408ebec52ce50f73","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-04-28 - Cabinet of Commissioner Thierry Breton x European farmers European agri-cooperatives"],"date":["2022-04-28"],"summary":["Impact Russian invasion of Ukraine on agricultural sector"],"notes":["Portfolio: Internal Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","eu-tr-09586631237-74","eu-tr-44856881231-49"]}} -{"id":"ec-meeting-2022-04-28-5fc30a8b2d74ad51c5b498a6025cb30d5d6475e1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-04-28 - Competition x Association Française des Entreprises Privées / French Association of Large Companies"],"date":["2022-04-28"],"summary":["politique des aides d’état, HBER, VBER, article 22"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-comp"],"involved":["eu-tr-953933297-85","ec-person-f257bc19c568ad25083c1c1e1651426245cefedf"]}} -{"id":"ec-meeting-2022-04-28-6008b41a001eef4ccaabc0a436f18577f9f8fc79","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-04-28 - Cabinet of Executive Vice-President Frans Timmermans x Carnegie Europe"],"date":["2022-04-28"],"summary":["Topical geopolitical developments and climate diplomacy"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-4d24ceb9e6bdaabe394d1506aa601a9ce9d0e59b","eu-tr-688089718929-60"]}} -{"id":"ec-meeting-2022-04-28-66e5e70dde02012e2bd7f038841be7e2265b1de5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-04-28 - Cabinet of Commissioner Mairead Mcguinness x Federated Hermes Limited"],"date":["2022-04-28"],"summary":["EU priorities regarding regulated investment funds including MMF Regulation review and AIFM/UCITS Directives review"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["eu-tr-577757624718-90","ec-person-0ba9b89127b39af6a66f2fc3ed727332f1b19a34"]}} -{"id":"ec-meeting-2022-04-28-6e60c00dfc4ba6204e097a11918abb8bb134623d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-04-28 - Cabinet of Executive Vice-President Frans Timmermans x Renewable Carbon Initiative"],"date":["2022-04-28"],"summary":["European Green Deal and renewable carbon"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-683033243622-34","ec-person-f1a3478550296f3f9accdc67d6ef5a0b681dda4b","ec-person-8af3c81534786a740718d21dc58240738a53ed7b","ec-person-33624431cbec1074e151c1707715ef46d2ba9565"]}} -{"id":"ec-meeting-2022-04-28-7602f0793cb5d992a0b2eb9b23dbd09fffa87344","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-04-28 - Education, Youth, Sport and Culture x Claudia de Castro Caldeirinha"],"date":["2022-04-28"],"summary":["To exchange with a group of selected young female leaders from the summer and winter editions of the School for Female Leadership in the Digital Age, to advance throughout their leadership path."],"location":["EAC premises"],"address":["EAC premises"],"addressEntity":["addr-5d441bd1b9302b8f130f2f9a52106a22f0609905"],"organizer":["ec-dg-eac"],"involved":["ec-person-68d4f99b9ed1b40d86ebbf81f8f35aeebd6c5fc5","eu-tr-727635645261-62"]}} -{"id":"ec-meeting-2022-04-28-7ede2b8295aa0fd8cab301f3d0cc4db2c0c20d8e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-04-28 - Cabinet of Commissioner Jutta Urpilainen x Stichting Fair Trade Advocacy Office The Traidcraft Exchange"],"date":["2022-04-28"],"summary":["sustainable textiles strategy"],"notes":["Portfolio: International Partnerships"],"location":["videoconference"],"address":["videoconference"],"addressEntity":["addr-92b2fbb928e012810d80d9ef1abe12027beee200"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["eu-tr-860901940087-20","eu-tr-044923437351-12","ec-person-26cc31f8d5b9581bfc496e29c4b603745b75d980"]}} -{"id":"ec-meeting-2022-04-28-7f39af42036df0d8837e40b9388f4d25f9b27bb5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-04-28 - Cabinet of Commissioner Jutta Urpilainen x European Centre for Development Policy Management"],"date":["2022-04-28"],"summary":["Global Gateway"],"notes":["Portfolio: International Partnerships"],"location":["Video meeting"],"address":["Video meeting"],"addressEntity":["addr-762dc9b5648e05f3894b6f2597baa8254e5414db"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["ec-person-7204caa5e704bc4a911fee13ad5c0f62fd74b3bc","eu-tr-738492215435-82"]}} -{"id":"ec-meeting-2022-04-28-87b71c4dc95b153c4d213dc787f23f502a98c4b5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-04-28 - Cabinet of Commissioner Janusz Wojciechowski x European agri-cooperatives"],"date":["2022-04-28"],"summary":["to hear Commissioner's views on the crisis management and the CAP process"],"notes":["Portfolio: Agriculture"],"location":["online"],"address":["online"],"addressEntity":["addr-2dbc2fd2358e1ea1b7a6bc08ea647b9a337ac92d"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["ec-person-c825a813205e5077cd48bbd241436daf1834fc9b","eu-tr-09586631237-74","ec-person-08c62f972c22464aca7a65520eb9406f8db14a66"]}} -{"id":"ec-meeting-2022-04-28-8fdaf2b3d734cd25fe75c179c1a110b10c371e8f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-04-28 - Cabinet of Commissioner Johannes Hahn x European Cleaning and Facility Services Industry"],"date":["2022-04-28"],"summary":["Celebrating innovations of the professional cleaning sector in Europe and beyond"],"notes":["Portfolio: Budget and Administration"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hahn-johannes-of"],"involved":["ec-person-6dd3472dac004e43ec1fa4f5b4106e3b476c9ce7","eu-tr-79863609229-39"]}} -{"id":"ec-meeting-2022-04-28-95561cd89ef1d58206e88b909f71965c1c44dfd4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-04-28 - Cabinet of Executive Vice-President Frans Timmermans x Guidehouse Netherlands B.V."],"date":["2022-04-28"],"summary":["Hydrogen backbone and RePowerEU"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-291658228603-85","ec-person-d53e00c46a4cc62bbf533e0c9bb35bacb9121989"]}} -{"id":"ec-meeting-2022-04-28-acb276349f6d9b65fb465ccc43b3f3554d743200","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-04-28 - Cabinet of President Ursula von der Leyen x Tesla Motors Netherlands B.V."],"date":["2022-04-28"],"summary":["RePowerEU en andere zaken van gezamenlijk belang zoals Europees industrie- en klimaatbeleid, Fit455 en de upcoming CO2 standards voor trucks"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-f2b941852d3b961d69ed695c2d243a1a2b4a1904","eu-tr-547225616323-13"]}} -{"id":"ec-meeting-2022-04-28-ad066cdf85b448c7e8599b3e2a78f38aacdda0cd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-04-28 - Cabinet of Executive Vice-President Valdis Dombrovskis x BUSINESSEUROPE"],"date":["2022-04-28"],"summary":["Single Market Emergency Instrument: call for evidence"],"notes":["Portfolio: An Economy that Works for People"],"location":["video call"],"address":["video call"],"addressEntity":["addr-12d8c530d76da0b7745f9c0f9285e7eec97adc55"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["eu-tr-3978240953-79","ec-person-7e9813c16d805ee7ebea3ef6444f384bc32abaaa"]}} -{"id":"ec-meeting-2022-04-28-b02a3e2999c6b8e237168ae6c8d49ca129d4ca63","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-04-28 - Financial Stability, Financial Services and Capital Markets Union x International Capital Market Association"],"date":["2022-04-28"],"summary":["CMU, Consolidated tape"],"location":["Virtual meeting"],"address":["Virtual meeting"],"addressEntity":["addr-1f1f3f51a4da31a1ea5c1b4b21cbf52ad983224f"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-0223480577-59","ec-person-1fce211249673c35ee07a801ddee77ab24af8d54"]}} -{"id":"ec-meeting-2022-04-28-b7a9cd85bdfd2cacac6ec71528448059ac00da5c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-04-28 - Cabinet of Executive Vice-President Margrethe Vestager x European Financial Services Round Table"],"date":["2022-04-28"],"summary":["Open finance in the context ot the EU data economy"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-71043372bdf7ac2868e93db35f9e2f420db778e3","ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0","eu-tr-27636291880-60"]}} -{"id":"ec-meeting-2022-04-28-bb2581dd88d5fa520731886587e27ea3ca5c5d07","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-04-28 - Environment x Planet Labs Germany"],"date":["2022-04-28"],"summary":["space monitoring"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-env"],"involved":["ec-person-f9559d68da38935569ff0be1cadd90e05f0454bd","eu-tr-293502227711-32"]}} -{"id":"ec-meeting-2022-04-28-c1b2a373279c645b3a1cf8b218cbc45ab45c6697","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-04-28 - Cabinet of Executive Vice-President Margrethe Vestager x Meta Platforms Ireland Limited and its various subsidiaries (f/k/a Facebook Ireland Limited)"],"date":["2022-04-28"],"summary":["Meeting with Helle THorning-Schmidt to discuss DMA and DSA."],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-11d97788772862bb34f51dd26d7f92603eac1bf8","eu-tr-28666427835-74"]}} -{"id":"ec-meeting-2022-04-28-cd0c63ace314dc734753958564d45b8fca18e223","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-04-28 - Cabinet of Executive Vice-President Margrethe Vestager x Claudia de Castro Caldeirinha"],"date":["2022-04-28"],"summary":["female empowerment in the digital sector."],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-3da433aae105b13fe027e9c9b3dcac2c97029370","eu-tr-727635645261-62"]}} -{"id":"ec-meeting-2022-04-28-d1f7dc06a1071923a887af231ef0ced28a55ccc8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-04-28 - Climate Action x ENEL SpA"],"date":["2022-04-28"],"summary":["EU Solar PV supply chain, renewable energy permitting and RePowerEU"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-clima"],"involved":["ec-person-9c5c685692a09a77f2bc8ae9c05663b87cd75aae","eu-tr-6256831207-27"]}} -{"id":"ec-meeting-2022-04-28-e50e72ff02a1053b3ed055fc37bc4883721ac6a1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-04-28 - Foreign Policy Instruments x Conciliation Resources EU/mediatEUr"],"date":["2022-04-28"],"summary":["CR programmes"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fpi"],"involved":["ec-person-c807b0d7987703f3934e9e3417c0a8b3cb2cd297","eu-tr-880785246666-96"]}} -{"id":"ec-meeting-2022-04-28-fa6d1f60d325b680c2c30e39f8521b528ae3645f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-04-28 - Cabinet of Executive Vice-President Frans Timmermans x EPIA SolarPower Europe Breakthrough Energy Catalyst Foundation WindEurope European Association for Storage of Energy"],"date":["2022-04-28"],"summary":["EU’s security of energy supply"],"notes":["Portfolio: European Green Deal"],"location":["Video-conference"],"address":["Video-conference"],"addressEntity":["addr-afae67aab834151e72f631228e72361e369db072"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-2680046412-48","ec-person-9eafbf4a92961023c7df3ab389ae6d4301dec4bf","eu-tr-43859808000-87","eu-tr-19920706471-21","ec-person-d53e00c46a4cc62bbf533e0c9bb35bacb9121989","eu-tr-424103441763-49"]}} -{"id":"ec-meeting-2022-04-29-0b00704f7d7ec70fe4a3777cd43f93b6cfa27a43","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-04-29 - Cabinet of Vice-President Věra Jourová x Radio Free Europe/Radio Liberty"],"date":["2022-04-29"],"summary":["Protection of Journalists"],"notes":["Portfolio: Values and Transparency"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["eu-tr-306971146193-72","ec-person-aa83f35da599b82e4f15da018f4b3447eb648f7c"]}} -{"id":"ec-meeting-2022-04-29-22a03275e0bb519a9681bc4341eb5973b4f4572d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-04-29 - Cabinet of President Ursula von der Leyen x E.ON SE"],"date":["2022-04-29"],"summary":["Green Deal, hydrogen, taxonomy"],"notes":["Portfolio: President"],"location":["VC"],"address":["VC"],"addressEntity":["addr-d6788b0715b89d9781e90f4df364ac624d78e439"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-f2b941852d3b961d69ed695c2d243a1a2b4a1904","eu-tr-72760517350-57"]}} -{"id":"ec-meeting-2022-04-29-2981604be544d112de9c5aecaa902ec955b3caba","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-04-29 - Cabinet of Commissioner Thierry Breton x Confederación Española de Organizaciones Empresariales"],"date":["2022-04-29"],"summary":["Préparation REPowerEU : discussions sur les impacts de la crise énergétique sur les entreprises espagnoles et échange sur la préparation de ces industries"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","eu-tr-02963738854-41"]}} -{"id":"ec-meeting-2022-04-29-2c36d237d27e909e8adcdd1b0c262e3a696c63f6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-04-29 - Cabinet of Vice-President Maroš Šefčovič x Verband der Chemischen Industrie e.V."],"date":["2022-04-29"],"summary":["Discussion on Better regulation"],"notes":["Portfolio: Interinstitutional Relations and Foresight"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-15423437054-40","ec-person-1463c77b5664bbf9e5ec22aaf41872b7b6823702"]}} -{"id":"ec-meeting-2022-04-29-4c81841897d99ca3286645c37ae55e695b6fc0e2","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2022-04-29 - Cabinet of Executive Vice-President Frans Timmermans x Airlines for Europe"],"date":["2022-04-29"],"summary":["Sustainable aviation fuels","Exchange on the aviation proposals of the FF55 package. In particular, SAF double-zero rating under the ETS / SAF allowances, non-CO2 emissions and RED vs CORSIA SAF compliance"],"notes":["Portfolio: European Green Deal"],"location":["video-call","video call"],"address":["video-call","video call"],"addressEntity":["addr-12d8c530d76da0b7745f9c0f9285e7eec97adc55","addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-807912421050-91","ec-person-d56ecbfde17436a136fc89c9a978b266e8285c84","ec-person-f1a3478550296f3f9accdc67d6ef5a0b681dda4b"]}} -{"id":"ec-meeting-2022-04-29-540f0cf58c7bd76b6b8ebddf6e9213ceee062672","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-04-29 - Cabinet of Commissioner Paolo Gentiloni x Intesa Sanpaolo"],"date":["2022-04-29"],"summary":["Impact of the war on IT economy, gas imports and consumption in IT, fiscal policy and the RRP, overview of the banking sector"],"notes":["Portfolio: Economy"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-cabinet-commissioner-gentiloni-of-paolo"],"involved":["ec-person-8da36db391ed53f362d495cd564ba8b45c7003e1","eu-tr-24037141789-48"]}} -{"id":"ec-meeting-2022-04-29-577573deb8c9aa071fc70e3db365709aeb08baa1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-04-29 - Cabinet of Vice-President Věra Jourová x European Magazine Media Association European Newspaper Publishers' Association"],"date":["2022-04-29"],"summary":["EMFA"],"notes":["Portfolio: Values and Transparency"],"location":["Phone call"],"address":["Phone call"],"addressEntity":["addr-cac056598c767cdeaa0f13cfe91d25988c24c698"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["ec-person-aa83f35da599b82e4f15da018f4b3447eb648f7c","eu-tr-5950962136-12","eu-tr-37937886834-69"]}} -{"id":"ec-meeting-2022-04-29-6e317fcb132eabd79d3aa64152c55a79681f132f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-04-29 - Cabinet of Executive Vice-President Valdis Dombrovskis x International Chamber of Commerce"],"date":["2022-04-29"],"summary":["Support for Ukrainian businesses, WTO reform and EU’s position on e-commerce and carbon pricing"],"notes":["Portfolio: An Economy that Works for People"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["eu-tr-50674299591-83","ec-person-9e7bd1005456277f156b671d1555c6a460fb2f58"]}} -{"id":"ec-meeting-2022-04-29-8482b06986795c6ab2af7db2b46b06cc2bf915c4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-04-29 - Cabinet of Commissioner Mairead Mcguinness x Payward Inc"],"date":["2022-04-29"],"summary":["MiCA\r\ncrypto-assets"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-0ba9b89127b39af6a66f2fc3ed727332f1b19a34","eu-tr-275106146202-23"]}} -{"id":"ec-meeting-2022-04-29-84e81ad55f3477499e4b9d6149a9f8054cdfc642","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-04-29 - Cabinet of Commissioner Mariya Gabriel x ACTA VISTA"],"date":["2022-04-29"],"summary":["Nouveau Bauhaus européen\r\nPatrimoine culturel\r\nInsertion par l'activité économique"],"notes":["Portfolio: Innovation and Youth"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-073442846220-92","ec-person-b858566ca66e8beffd2e5cdeee3e42c30770c7c0"]}} -{"id":"ec-meeting-2022-04-29-8ab537811258f91514c0ae5febc4391842e6a913","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-04-29 - Cabinet of Commissioner Thierry Breton x Mouvement des Entreprises de France"],"date":["2022-04-29"],"summary":["Préparation REPowerEU : discussions sur les impacts de la crise énergétique sur les entreprises françaises et échange sur la préparation de ces industries"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-43763731235-75","ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0"]}} -{"id":"ec-meeting-2022-04-29-8f2c1dfc878fe35e8ce9d04cb3d2c986b87a6d9a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-04-29 - Cabinet of Commissioner Thierry Breton x Polish Confederation Lewiatan"],"date":["2022-04-29"],"summary":["Préparation REPowerEU : discussions sur les impacts de la crise énergétique sur les entreprises polonaises et échange sur la préparation de ces industries"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","eu-tr-251117611140-75"]}} -{"id":"ec-meeting-2022-04-29-ad8a60dd0d1480ed65d5239f35b7eaa0ed55be78","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-04-29 - Cabinet of Executive Vice-President Margrethe Vestager x Alber & Geiger"],"date":["2022-04-29"],"summary":["Dynamic Currency Conversion and Card Schemes"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["online"],"address":["online"],"addressEntity":["addr-2dbc2fd2358e1ea1b7a6bc08ea647b9a337ac92d"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-71043372bdf7ac2868e93db35f9e2f420db778e3","eu-tr-67820416722-09"]}} -{"id":"ec-meeting-2022-04-29-add7d8fa83f30e0f8fb4a7f9639d86d2e2947b85","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-04-29 - Cabinet of Commissioner Ylva Johansson x Open Society European Policy Institute"],"date":["2022-04-29"],"summary":["OSEPI support and TPD implementation"],"notes":["Portfolio: Home Affairs"],"location":["VTC"],"address":["VTC"],"addressEntity":["addr-9d1acaa772820b8ade84113d2da24716fe455be2"],"organizer":["ec-cabinet-commissioner-johansson-of-ylva"],"involved":["ec-person-1cc1c011b9377e4d6f05577ee58ef3f7182c61b8","eu-tr-8557515321-37"]}} -{"id":"ec-meeting-2022-04-29-c4b687da861793738d84c41985a212a1f994b265","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-04-29 - Cabinet of Commissioner Virginijus Sinkevičius x Lithuanian Biomass Energy Association LITBIOMA"],"date":["2022-04-29"],"summary":["To discuss the REPowerEU communication"],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["eu-tr-815049546199-24","ec-person-5d2fb692a102077260d7badef4a9f10132b72aee"]}} -{"id":"ec-meeting-2022-04-29-e55f306b784c7c2ae681f60106aae8cea9684aad","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-04-29 - Cabinet of Vice-President Věra Jourová x European Federation of Journalists"],"date":["2022-04-29"],"summary":["Protection of Jouronalists, disinformation"],"notes":["Portfolio: Values and Transparency"],"location":["Phone call"],"address":["Phone call"],"addressEntity":["addr-cac056598c767cdeaa0f13cfe91d25988c24c698"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["ec-person-aa83f35da599b82e4f15da018f4b3447eb648f7c","eu-tr-27471236588-39"]}} -{"id":"ec-meeting-2022-04-29-e5ba700618de61a7117e8edaa54e99821d27fe9f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-04-29 - Cabinet of Executive Vice-President Frans Timmermans x Centre for European Reform"],"date":["2022-04-29"],"summary":["Topical geopolitical developments and energy transition"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-4d24ceb9e6bdaabe394d1506aa601a9ce9d0e59b","eu-tr-524976815651-12"]}} -{"id":"ec-meeting-2022-04-29-eae651a59a8f9fc65111fa5c704886be0b9063f3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-04-29 - Cabinet of Executive Vice-President Frans Timmermans x International Chamber of Commerce"],"date":["2022-04-29"],"summary":["Discussion on the implementation of European Green Deal as well as private sector engagement on sustainability topics"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-7c876f4825f213b8adbedf089ccedfbc3b36d65b","eu-tr-50674299591-83"]}} -{"id":"ec-meeting-2022-05-02-08d0e7c5fc3571044635ae73148d308c08fe3ecc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-02 - Cabinet of Commissioner Thierry Breton x FuelsEurope"],"date":["2022-05-02"],"summary":["Fit for 55 package ; transition pathway mobility"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-6308dea893b9b1ca0dcd5b91b4a1ac4c2f3020ad","eu-tr-26207914726-42"]}} -{"id":"ec-meeting-2022-05-02-1a02d8a671fa2b8e5464068851916a343bdec612","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-02 - Cabinet of Executive Vice-President Frans Timmermans x 360° Foodservice"],"date":["2022-05-02"],"summary":["Revision of the Packaging and Packaging Waste Directive"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-549033221890-77","ec-person-8af3c81534786a740718d21dc58240738a53ed7b"]}} -{"id":"ec-meeting-2022-05-02-29b5429c1ded24b3e2ead680727bd26b1e3bc27e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-02 - Cabinet of Commissioner Thierry Breton x Confederazione Generale dell'Industria Italiana"],"date":["2022-05-02"],"summary":["REPowerEU"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","eu-tr-27762251795-15"]}} -{"id":"ec-meeting-2022-05-02-40739de95aaf46e9ab3709a6d5791ecdcea49b93","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-02 - Cabinet of Commissioner Jutta Urpilainen x Finnair"],"date":["2022-05-02"],"summary":["Air traffic, Russia’s invasion of Ukraine, pandemic and energy prices"],"notes":["Portfolio: International Partnerships"],"location":["videoconference"],"address":["videoconference"],"addressEntity":["addr-92b2fbb928e012810d80d9ef1abe12027beee200"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["eu-tr-419027043263-15","ec-person-7c4fa9cfb750b5b524c065180fcee1123b8df03e"]}} -{"id":"ec-meeting-2022-05-02-444fe322bf9e4e1d4b20e0e72d15fd6202c81c5f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-02 - Cabinet of Executive Vice-President Margrethe Vestager x EPIA SolarPower Europe"],"date":["2022-05-02"],"summary":["Competition policy and energy."],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-6b6135249735cff1f3061530471f1e159500c840","eu-tr-2680046412-48","ec-person-0e93ebac9bad76e1351e0981f04e7ef88848f943"]}} -{"id":"ec-meeting-2022-05-02-4ad40e42f1b79a18fae421211f30436ed9a51806","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-02 - Financial Stability, Financial Services and Capital Markets Union x Insurance Europe"],"date":["2022-05-02"],"summary":["Retail Investment strategy, Solvency II review"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["ec-person-1fce211249673c35ee07a801ddee77ab24af8d54","eu-tr-33213703459-54"]}} -{"id":"ec-meeting-2022-05-02-5030d65b8069936f1bc1cb30350010a1b8c8f142","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-02 - Cabinet of Commissioner Jutta Urpilainen x Jyväskylän yliopisto"],"date":["2022-05-02"],"summary":["Project on Education in Africa"],"notes":["Portfolio: International Partnerships"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["eu-tr-273444130866-26","ec-person-6357f4506ca5351b3a822936612fd6006da48722"]}} -{"id":"ec-meeting-2022-05-02-c8330f6a168402ae9f29cdf7bc8f72c64b47d102","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-02 - Cabinet of Commissioner Helena Dalli x The European Region of the International Lesbian, Gay, Bisexual, Trans and Intersex Association"],"date":["2022-05-02"],"summary":["Update on the state of play of a complaint by ILGA concerning free movement."],"notes":["Portfolio: Equality"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-dalli-helena-of"],"involved":["ec-person-ce07afef6e1f4435f286cb947fa120d54d565b6c","ec-person-dbd4bba0ef71d4385c97691e3df5bb484709a07e","eu-tr-11977456675-84"]}} -{"id":"ec-meeting-2022-05-02-eb27e90b14c0251485cad41a5b6f72ec80addf42","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-02 - Cabinet of Executive Vice-President Frans Timmermans x The Club of Rome"],"date":["2022-05-02"],"summary":["Conversation on ensuring European energy security while delivering the energy transition"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-a282162080cef4ef2a8c0ab6247a3e03dc438507","eu-tr-806327336072-56","ec-person-f1a3478550296f3f9accdc67d6ef5a0b681dda4b"]}} -{"id":"ec-meeting-2022-05-03-0ac021cf29a1d06f2154c3887790d03d3a2b2c82","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-03 - Cabinet of Executive Vice-President Margrethe Vestager x Verband Deutscher Maschinen- und Anlagenbau e.V."],"date":["2022-05-03"],"summary":["Industrial and digital policy, digitisation, green transition"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["online"],"address":["online"],"addressEntity":["addr-2dbc2fd2358e1ea1b7a6bc08ea647b9a337ac92d"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-eecca27e2a9c3fc0d4bd43564e4960382705feef","eu-tr-9765362691-45"]}} -{"id":"ec-meeting-2022-05-03-1a1923e2e6a8202f4ef0c7fbebda52ed6dd3a36e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-03 - Cabinet of Commissioner Thierry Breton x The LEGO Group"],"date":["2022-05-03"],"summary":["Semiconductors"],"notes":["Portfolio: Internal Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-236869539281-13","ec-person-9cf97e549f67c3228d1478a3a67d652eb28c5b46"]}} -{"id":"ec-meeting-2022-05-03-25ee99a36967d4f201e953e4b631fe9c5a6471ef","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-03 - Cabinet of Commissioner Mairead Mcguinness x Ibec"],"date":["2022-05-03"],"summary":["Sanctions"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Virtual meeting"],"address":["Virtual meeting"],"addressEntity":["addr-1f1f3f51a4da31a1ea5c1b4b21cbf52ad983224f"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-05e041b8d277691244c6f31f9f6c3e2c871b3392","eu-tr-479468313744-50","ec-person-1d2f53447b8f2d9bb3f50f7247ad40c2cf8036e4"]}} -{"id":"ec-meeting-2022-05-03-2fdadadbe9ccf79a049d451b6d4de8544deaa6ac","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-03 - Cabinet of Executive Vice-President Margrethe Vestager x The LEGO Group"],"date":["2022-05-03"],"summary":["Semiconductors"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-236869539281-13","ec-person-eecca27e2a9c3fc0d4bd43564e4960382705feef","ec-person-0e93ebac9bad76e1351e0981f04e7ef88848f943"]}} -{"id":"ec-meeting-2022-05-03-3f4565ad43d39f5671c1f47f6a74ac3da07b1b23","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-03 - Cabinet of Commissioner Stella Kyriakides x International Federation of Organic Agriculture Movements EU Regional Group Corporate Europe Observatory European Coordination Via Campesina Friends of the Earth Europe Greenpeace European Unit Slow Food Euro Coop - European Community of Consumer Co-operatives"],"date":["2022-05-03"],"summary":["New Genomic Techinques"],"notes":["Portfolio: Health"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-kyriakides-of-stella"],"involved":["eu-tr-67128251296-84","eu-tr-01936914624-97","eu-tr-5353162366-85","ec-person-081d99a6f9ed1259db43e2cbcba20275774511b2","eu-tr-9832909575-41","eu-tr-28920471149-55","eu-tr-3819438251-87","eu-tr-9825553393-31"]}} -{"id":"ec-meeting-2022-05-03-469967bfe7f0880d09bede56deaeefb32857e39d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-03 - Cabinet of Commissioner Janusz Wojciechowski x Eurogroup for Animals"],"date":["2022-05-03"],"summary":["Debate about the CAP Strategic Plans and Animal Welfare"],"notes":["Portfolio: Agriculture"],"location":["Strasbourg"],"address":["Strasbourg"],"addressEntity":["addr-a7b90170b4a5bf2d1d09ccfd109b57e0a030cfc4"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["eu-tr-6809935493-49","ec-person-ae252fb0bbbad2440e31f70ccc19082b7ac65837","ec-person-08c62f972c22464aca7a65520eb9406f8db14a66"]}} -{"id":"ec-meeting-2022-05-03-5b6fa2ff1bf4c44d4ef7b3e387430585076dd298","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-03 - Cabinet of Commissioner Mairead Mcguinness x TrueLayer Ireland"],"date":["2022-05-03"],"summary":["Instant payments"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["virtual meeting"],"address":["virtual meeting"],"addressEntity":["addr-225c82a032511500bff73b3efe0d857849613fd9"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["eu-tr-574698345485-02","ec-person-778f68c06d4985a2eda59737cdb80e7a4570f90f"]}} -{"id":"ec-meeting-2022-05-03-893bb743890169b0cfdbe2100f8ba9f6fd6116e2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-03 - Competition x ENGIE"],"date":["2022-05-03"],"summary":["Overall discussion on energy matters, IPCEI, Temporary Framework"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-comp"],"involved":["ec-person-f257bc19c568ad25083c1c1e1651426245cefedf","eu-tr-90947457424-20"]}} -{"id":"ec-meeting-2022-05-03-8fcfbb334fb5cd8bcf29a18c68580ed7de00ff01","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-03 - Cabinet of Executive Vice-President Frans Timmermans x Corporate Europe Observatory Euro Coop - European Community of Consumer Co-operatives Greenpeace European Unit Friends of the Earth Europe International Federation of Organic Agriculture Movements EU Regional Group European Coordination Via Campesina Slow Food"],"date":["2022-05-03"],"summary":["New genomic techniques"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-67128251296-84","eu-tr-01936914624-97","eu-tr-5353162366-85","eu-tr-9832909575-41","eu-tr-28920471149-55","eu-tr-3819438251-87","eu-tr-9825553393-31","ec-person-33624431cbec1074e151c1707715ef46d2ba9565"]}} -{"id":"ec-meeting-2022-05-03-959fb06e210813e10e520fc91067c31e8a9bdc95","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-03 - Communications Networks, Content and Technology x Orange"],"date":["2022-05-03"],"summary":["Digital decade"],"location":["VIRTUAL"],"address":["VIRTUAL"],"addressEntity":["addr-5fe4dd429e7ca82543f447d5b6e37edc0b0211f3"],"organizer":["ec-dg-connect"],"involved":["eu-tr-76704342721-41","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2022-05-03-97228d770b4dfc637e107e94450113493fdba4ec","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-03 - Cabinet of Commissioner Thierry Breton x European Aluminium AISBL"],"date":["2022-05-03"],"summary":["Trade defense instruments; REPowerEU"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-6308dea893b9b1ca0dcd5b91b4a1ac4c2f3020ad","eu-tr-9224280267-20"]}} -{"id":"ec-meeting-2022-05-03-a1523cf0622f578dc459702a962b4211323b3202","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-03 - Cabinet of Commissioner Virginijus Sinkevičius x European Affairs Consulting Group Lenzing AG"],"date":["2022-05-03"],"summary":["Circular economy transition, microplastics and bio-based plastics"],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["eu-tr-125482835666-01","ec-person-a58f1d06f5cb1d8dfd278e0c36d5aa1b9368b270","eu-tr-391268820713-82","ec-person-df7b6800b8d3048e28fedb084a8b0b72260d7a0a"]}} -{"id":"ec-meeting-2022-05-03-a80d2bc641f9d98d5ac6b5b2f9f9990e547a7240","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2022-05-03 - Cabinet of Executive Vice-President Valdis Dombrovskis x Médecins Sans Frontières International"],"date":["2022-05-03"],"summary":["tbc","TRIPS"],"notes":["Portfolio: An Economy that Works for People"],"location":["video call"],"address":["video call"],"addressEntity":["addr-12d8c530d76da0b7745f9c0f9285e7eec97adc55"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-3520008ac93a203db50d106deafde939bc2729f1","eu-tr-928308827208-10","ec-person-5582b553fc27622716ec0589005296819f597ad2"]}} -{"id":"ec-meeting-2022-05-03-a908f31c8c1683469b1b0f41d60c8f90d814abe7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-03 - Cabinet of Commissioner Thierry Breton x Transport and Environment (European Federation for Transport and Environment)"],"date":["2022-05-03"],"summary":["RepowerEU"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-6308dea893b9b1ca0dcd5b91b4a1ac4c2f3020ad","eu-tr-58744833263-19"]}} -{"id":"ec-meeting-2022-05-03-b7530df526a3898be2404d15a6841b8d820db91e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-03 - Cabinet of Commissioner Kadri Simson x Albioma"],"date":["2022-05-03"],"summary":["To exchange views on considerations regarding biomass energy under the revision of the Renewable Energy Directive."],"notes":["Portfolio: Energy"],"location":["Video Conference"],"address":["Video Conference"],"addressEntity":["addr-fd005d1da26cd3c9a734fbbadaf813e8115acdeb"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["ec-person-f47a082bc2455a660c3b2ae348f0024736672752","eu-tr-481267344398-26"]}} -{"id":"ec-meeting-2022-05-03-c5d06a6b57ece8e9f8c7b1244e50b884364c2065","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-03 - Cabinet of Executive Vice-President Frans Timmermans x Lenzing AG European Affairs Consulting Group"],"date":["2022-05-03"],"summary":["Circular economy transition, microplastics and bio-based plastics"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-125482835666-01","ec-person-8af3c81534786a740718d21dc58240738a53ed7b","eu-tr-391268820713-82"]}} -{"id":"ec-meeting-2022-05-03-ccc9f5f7a48e548de9e3e4e1c7c4bdedd5ee932a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-03 - Communications Networks, Content and Technology x Bundesverband deutscher Banken e.V."],"date":["2022-05-03"],"summary":["Exchange of views on digital topics"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-dg-connect"],"involved":["eu-tr-0764199368-97","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2022-05-03-d0325dfc3c8255a00807d60be82d593c5bb78214","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-03 - Cabinet of Executive Vice-President Margrethe Vestager x ASML Netherlands B.V."],"date":["2022-05-03"],"summary":["Semiconductors"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-eecca27e2a9c3fc0d4bd43564e4960382705feef","eu-tr-070028236358-54","ec-person-0e93ebac9bad76e1351e0981f04e7ef88848f943"]}} -{"id":"ec-meeting-2022-05-03-f070d43cd047815ceed94bd49199ab31c6bbc6d9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-03 - Defence Industry and Space x Nexter Systems"],"date":["2022-05-03"],"summary":["Meeting to exchange views on Defence Package and recent European defence-relevant initiatives (EDF, industrial strategy, action plan synergies)."],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-defis"],"involved":["ec-person-a5e52cd544ea3aa44eb4b31fac65a468499f106e","eu-tr-370882232629-37"]}} -{"id":"ec-meeting-2022-05-03-f5dd2bccdfce73aa6b1005f66f82ccc31042be5b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-03 - Cabinet of Commissioner Adina Vălean x Transport and Environment (European Federation for Transport and Environment)"],"date":["2022-05-03"],"summary":["The RepowerEU strategy"],"notes":["Portfolio: Transport"],"location":["conference call"],"address":["conference call"],"addressEntity":["addr-e26ec8db46626d4f460f33bdb70c0f9dfa8ef7f3"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["ec-person-e5f1558cac43dd4f90847b508b6753edb0a9f903","eu-tr-58744833263-19"]}} -{"id":"ec-meeting-2022-05-04-162ad265a671e14f46ec3cd162bd62d7c4ad2884","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-04 - Cabinet of Executive Vice-President Margrethe Vestager x Waymo"],"date":["2022-05-04"],"summary":["Presentation of the company, Artificial Intelligence"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0","eu-tr-824405140230-24"]}} -{"id":"ec-meeting-2022-05-04-29b5429c1ded24b3e2ead680727bd26b1e3bc27e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-04 - Cabinet of Commissioner Thierry Breton x Confederazione Generale dell'Industria Italiana"],"date":["2022-05-04"],"summary":["Prep meeting with Commissioner"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-6308dea893b9b1ca0dcd5b91b4a1ac4c2f3020ad","eu-tr-27762251795-15"]}} -{"id":"ec-meeting-2022-05-04-30752e048301795833a61b8b68b74629c369870e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-04 - Cabinet of Vice-President Dubravka Šuica x Eurochild AISBL"],"date":["2022-05-04"],"summary":["Meeting with Eurochild secretariat - preparatory meeting for the VP's participation in the Dialogue with Eurochild Members"],"notes":["Portfolio: Democracy and Demography"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-dubravka-of-president-suica-vice"],"involved":["eu-tr-79360311166-84","ec-person-60bc1622eb549a098038c6073ce7c40691ec9384"]}} -{"id":"ec-meeting-2022-05-04-3b81742451da99224bd5427f299e843c15df1141","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-04 - Cabinet of Commissioner Stella Kyriakides x Global Sepsis Alliance"],"date":["2022-05-04"],"summary":["Sepsis"],"notes":["Portfolio: Health"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-kyriakides-of-stella"],"involved":["ec-person-ba73927c33000184cab3f41a76e1b32fe7d7eda8","eu-tr-932295729026-38","ec-person-081d99a6f9ed1259db43e2cbcba20275774511b2"]}} -{"id":"ec-meeting-2022-05-04-559b42997fc3853c0cdd1b5409f37db71b791904","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-04 - Cabinet of Executive Vice-President Valdis Dombrovskis x EUROMETAUX"],"date":["2022-05-04"],"summary":["Metals for Clean Energy"],"notes":["Portfolio: An Economy that Works for People"],"location":["Video call"],"address":["Video call"],"addressEntity":["addr-ad60f43c3b2e61f55f8d15d2bb303f6d11ac791b"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["eu-tr-61650796093-48","ec-person-3520008ac93a203db50d106deafde939bc2729f1"]}} -{"id":"ec-meeting-2022-05-04-57ce0993d14d3c7186094617a95a48a95f897846","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-04 - Cabinet of Commissioner Jutta Urpilainen x Deutsches Zentrum für Luft- und Raumfahrt e.V."],"date":["2022-05-04"],"summary":["Global Gateway"],"notes":["Portfolio: International Partnerships"],"location":["Video meeting"],"address":["Video meeting"],"addressEntity":["addr-762dc9b5648e05f3894b6f2597baa8254e5414db"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["ec-person-7204caa5e704bc4a911fee13ad5c0f62fd74b3bc","eu-tr-21280626733-05"]}} -{"id":"ec-meeting-2022-05-04-5ef69976877e90afb9966bd8686752860a43270b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-04 - Cabinet of Commissioner Thierry Breton x Bundesverband der Deutschen Industrie e.V."],"date":["2022-05-04"],"summary":["Digital and industrial policy"],"notes":["Portfolio: Internal Market"],"location":["Video conference"],"address":["Video conference"],"addressEntity":["addr-ebc9fd5c2f372a32153cf3f4d5fb918a96b84a88"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-1771817758-48","ec-person-9cf97e549f67c3228d1478a3a67d652eb28c5b46","ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","ec-person-b077a2e9f0fdb3b8f6e91d0bd0b256db9e40ce46"]}} -{"id":"ec-meeting-2022-05-04-6380278a07864a65c8648058cbf21b4b511a5c3e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-04 - Cabinet of Executive Vice-President Frans Timmermans x Transport and Environment (European Federation for Transport and Environment)"],"date":["2022-05-04"],"summary":["Sustainable transport, food security"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-a282162080cef4ef2a8c0ab6247a3e03dc438507","eu-tr-58744833263-19","ec-person-33624431cbec1074e151c1707715ef46d2ba9565"]}} -{"id":"ec-meeting-2022-05-04-67ae87b2015ec582f5920876dbbb86e0aa4b3f37","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-04 - Cabinet of Vice-President Margaritis Schinas x International Centre for Migration Policy Development"],"date":["2022-05-04"],"summary":["Migration"],"notes":["Portfolio: Promoting the European Way of Life"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-margaritis-of-president-schinas-vice"],"involved":["ec-person-d5cada2a1a17537a675985af31e5ce07ae3bfd42","ec-person-2e04e278a7f128b3ac72d2af3db94d4ebed934da","eu-tr-428294520891-74"]}} -{"id":"ec-meeting-2022-05-04-97aee22c850019246158f21638d423272e7ed399","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-04 - Cabinet of Executive Vice-President Frans Timmermans x Institute for European Environmental Policy"],"date":["2022-05-04"],"summary":["Sustainable food systems"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-33624431cbec1074e151c1707715ef46d2ba9565","ec-person-ef3e882499136b48d744f4751cee95c0f8866078","ec-person-8af3c81534786a740718d21dc58240738a53ed7b","eu-tr-934329423960-72"]}} -{"id":"ec-meeting-2022-05-04-ab20057fb88e8c53241154a34bb6e8b6582cee1a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-04 - Cabinet of Executive Vice-President Valdis Dombrovskis x The European Alliance of Companies for Energy Efficiency in Buildings"],"date":["2022-05-04"],"summary":["REPowerEU, building sector, renovation, energy efficiency"],"notes":["Portfolio: An Economy that Works for People"],"location":["video conference"],"address":["video conference"],"addressEntity":["addr-6dc12e3c97077db82f32184f24341ce370a445fd"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["eu-tr-99005441548-23","ec-person-3520008ac93a203db50d106deafde939bc2729f1"]}} -{"id":"ec-meeting-2022-05-04-ae3fe9527c7c607b9a85e63c731ed15c12956bec","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-04 - Cabinet of Vice-President Věra Jourová x Google"],"date":["2022-05-04"],"summary":["EMFA"],"notes":["Portfolio: Values and Transparency"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["ec-person-aa83f35da599b82e4f15da018f4b3447eb648f7c","eu-tr-03181945560-59"]}} -{"id":"ec-meeting-2022-05-04-b02a3e2999c6b8e237168ae6c8d49ca129d4ca63","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-04 - Financial Stability, Financial Services and Capital Markets Union x International Capital Market Association"],"date":["2022-05-04"],"summary":["Sanctions"],"location":["Virtual meeting"],"address":["Virtual meeting"],"addressEntity":["addr-1f1f3f51a4da31a1ea5c1b4b21cbf52ad983224f"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-0223480577-59","ec-person-1fce211249673c35ee07a801ddee77ab24af8d54"]}} -{"id":"ec-meeting-2022-05-04-bcbacda941f3fbb55381ea06ee7b443e9d4a0d3d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-04 - Cabinet of Vice-President Dubravka Šuica x European Youth Forum"],"date":["2022-05-04"],"summary":["Meeting with the YFJ to explore the potential for future collaboration in the context of the European Year of Youth"],"notes":["Portfolio: Democracy and Demography"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dubravka-of-president-suica-vice"],"involved":["eu-tr-43251547769-22","ec-person-60bc1622eb549a098038c6073ce7c40691ec9384"]}} -{"id":"ec-meeting-2022-05-04-c82e8433fffe7acbd6ad2c28f88b5129c51fa15d","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2022-05-04 - Cabinet of Executive Vice-President Frans Timmermans x Climate Action Network Europe"],"date":["2022-05-04"],"summary":["Economic governance","Recovery of Ukraine"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-d53e00c46a4cc62bbf533e0c9bb35bacb9121989","ec-person-e88af8eb396e96e3dbc9b4ec6e40a348d26c389c","eu-tr-55888811123-49"]}} -{"id":"ec-meeting-2022-05-04-c9360c095a89f5b4b9d0d078b59d9874b71e4608","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-04 - Cabinet of Commissioner Helena Dalli x EUROPEAN TRADE UNION CONFEDERATION"],"date":["2022-05-04"],"summary":["Speaker at conference on sexual harassment and gender-based violence in the world of work"],"notes":["Portfolio: Equality"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-dalli-helena-of"],"involved":["eu-tr-06698681039-26","ec-person-d15c205cb9cbb310d2811039c0160c1de7c84638"]}} -{"id":"ec-meeting-2022-05-04-e5ea52e92eae526dcd3c973b8725a4997bec4c94","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-04 - Cabinet of Vice-President Věra Jourová x Bundesverband der Deutschen Industrie e.V."],"date":["2022-05-04"],"summary":["Current economic file"],"notes":["Portfolio: Values and Transparency"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["ec-person-221276f2dfa4b8fe628f08e982d967b6aeb61c57","eu-tr-1771817758-48"]}} -{"id":"ec-meeting-2022-05-05-0241d1f737963da91218ca5c74d1e9706e8655e0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-05 - Cabinet of Commissioner Kadri Simson x First Ammonia"],"date":["2022-05-05"],"summary":["REPower EU"],"notes":["Portfolio: Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["ec-person-ba3b83676ad38094e71b64b644f3e3d2c61b8182","eu-tr-114815346185-51"]}} -{"id":"ec-meeting-2022-05-05-0f3edc28f17165d763e566f88a6df33cf4b23d31","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-05 - Cabinet of Commissioner Jutta Urpilainen x Germanwatch WWF European Policy Programme Climate Action Network Europe Power Shift Africa WaterAid"],"date":["2022-05-05"],"summary":["Africa, climate and energy"],"notes":["Portfolio: International Partnerships"],"location":["videoconference"],"address":["videoconference"],"addressEntity":["addr-92b2fbb928e012810d80d9ef1abe12027beee200"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["eu-tr-902203946384-13","ec-person-26cc31f8d5b9581bfc496e29c4b603745b75d980","eu-tr-1414929419-24","eu-tr-55888811123-49","eu-tr-48655305058-87","eu-tr-99203901869-52"]}} -{"id":"ec-meeting-2022-05-05-191f58df91b82c05cda2b63348fff84fbb41f69c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-05 - Cabinet of Executive Vice-President Margrethe Vestager x Novo Nordisk Foundation"],"date":["2022-05-05"],"summary":["Research and Innovation, Digital education"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-097928945982-83","ec-person-3da433aae105b13fe027e9c9b3dcac2c97029370","ec-person-11ba005cc4046696303381b7ca219da9b11a42bf"]}} -{"id":"ec-meeting-2022-05-05-26574f067164391d962f2fd5241cdd6717a4a6a6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-05 - Mobility and Transport x European Road Transport Telematics Implementation Coordination Organisation-Intelligent Transport Systems & Services Europe"],"date":["2022-05-05"],"summary":["ITS"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-move"],"involved":["ec-person-26cdfacae671b09917bee1a91c91973941fa58a2","eu-tr-12971262634-76"]}} -{"id":"ec-meeting-2022-05-05-3e840d6d76ed1197fa14396d98539126b6e02f9c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-05 - Cabinet of President Ursula von der Leyen x Deutsche Bank AG"],"date":["2022-05-05"],"summary":["Banking Union and Capital Markets Union: next steps."],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["eu-tr-271912611231-56","ec-person-a159f03add374257584565c2b05cc5539a7526e6"]}} -{"id":"ec-meeting-2022-05-05-4045c7c7d1945644866bca38858b919aa9a1b6b6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-05 - Maritime Affairs and Fisheries x Associazione Italiana per il WWF"],"date":["2022-05-05"],"summary":["Discussion on fisheries issues, current challenges"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-mare"],"involved":["eu-tr-568599137638-73","ec-person-6e64215cdacfeb6c6d4709a7f72c2b1c94a3d908"]}} -{"id":"ec-meeting-2022-05-05-47e509292c7a1614aa3b9b625971df504a5988a4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-05 - Cabinet of Executive Vice-President Frans Timmermans x First Ammonia #SustainablePublicAffairs"],"date":["2022-05-05"],"summary":["Role of hydrogen in RePowerEU Plan"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-925995939257-35","ec-person-d53e00c46a4cc62bbf533e0c9bb35bacb9121989","eu-tr-114815346185-51"]}} -{"id":"ec-meeting-2022-05-05-489299268da03679f59faf463a7fb10af25f4f9e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-05 - Cabinet of Commissioner Stella Kyriakides x Bureau Européen des Unions de Consommateurs"],"date":["2022-05-05"],"summary":["Exchange of views on the key priorities of the reform of the pharmaceutical strategy legislation and state of play on Food contact materials"],"notes":["Portfolio: Health"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-kyriakides-of-stella"],"involved":["eu-tr-9505781573-45","ec-person-ecf9f9e978b833afc98ee022572d468f0dc9a352","ec-person-991ce64cea5178762c932ac823ea5d309e7a8d93"]}} -{"id":"ec-meeting-2022-05-05-494e59776e8173ae194dbb9099a4c13e536fdcaf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-05 - Financial Stability, Financial Services and Capital Markets Union x Deutsche Bahn AG"],"date":["2022-05-05"],"summary":["ESG ratings"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-4516220482-22","ec-person-1fce211249673c35ee07a801ddee77ab24af8d54"]}} -{"id":"ec-meeting-2022-05-05-52d3d1d5910f02aceb7b935cf5f817c710dec3fa","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-05 - Cabinet of Commissioner Mairead Mcguinness x Susquehanna International Securities Limited"],"date":["2022-05-05"],"summary":["Payment for Order Flow"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["online"],"address":["online"],"addressEntity":["addr-2dbc2fd2358e1ea1b7a6bc08ea647b9a337ac92d"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-0ba9b89127b39af6a66f2fc3ed727332f1b19a34","eu-tr-320436033255-47"]}} -{"id":"ec-meeting-2022-05-05-57e369ea89724ea2115091c797961e6bc4cbba08","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-05 - Cabinet of President Ursula von der Leyen x Chamber of Commerce of the United States of America"],"date":["2022-05-05"],"summary":["WTO matters"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-b88f2758fcd7312d738d54a68a6ddbf6caaa1c9c","eu-tr-483024821178-51","ec-person-a15f450526451c70384a05ea9a3a7400ba2d3e7e"]}} -{"id":"ec-meeting-2022-05-05-76c04dd166525cfaa1f0dfbd4ca7346bd70edb2f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-05 - Cabinet of Commissioner Thierry Breton x CEMBUREAU - The European Cement Association"],"date":["2022-05-05"],"summary":["REPowerEU; fit for 55 package"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-6308dea893b9b1ca0dcd5b91b4a1ac4c2f3020ad","eu-tr-93987316076-63"]}} -{"id":"ec-meeting-2022-05-05-77d772f8e0526a1e6fc2ec1f785fd04378f40d07","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-05 - Employment, Social Affairs and Inclusion x European Federation of National Organisations working with the Homeless"],"date":["2022-05-05"],"summary":["homelessness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-empl"],"involved":["eu-tr-42528706153-39","ec-person-dd259fce880e1853f0beb087443bce6e7dea70d7"]}} -{"id":"ec-meeting-2022-05-05-acfc431fc8714ea3f796f4f62848d52d7ec6b675","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-05 - Cabinet of Executive Vice-President Frans Timmermans x Young European Federalists | Jeunes Européens Fédéralistes"],"date":["2022-05-05"],"summary":["Presentation of the European Green Deal and the Fit-for-55 package to students"],"notes":["Portfolio: European Green Deal"],"location":["video call"],"address":["video call"],"addressEntity":["addr-12d8c530d76da0b7745f9c0f9285e7eec97adc55"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-22158552884-38","ec-person-f1a3478550296f3f9accdc67d6ef5a0b681dda4b"]}} -{"id":"ec-meeting-2022-05-05-b7a67eeac0147d73438ef6715137e1f608fcc8dd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-05 - Cabinet of Executive Vice-President Frans Timmermans x ENGIE"],"date":["2022-05-05"],"summary":["Green hydrogen"],"notes":["Portfolio: European Green Deal"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-a282162080cef4ef2a8c0ab6247a3e03dc438507","ec-person-9eafbf4a92961023c7df3ab389ae6d4301dec4bf","eu-tr-90947457424-20","ec-person-d53e00c46a4cc62bbf533e0c9bb35bacb9121989"]}} -{"id":"ec-meeting-2022-05-05-c92393c756817a6c8aeb18a6f95dc5bfe2154522","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-05 - Cabinet of Commissioner Janusz Wojciechowski x CropLife Europe Syngenta Crop Protection AG"],"date":["2022-05-05"],"summary":["Ukraine and Food Security"],"notes":["Portfolio: Agriculture"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["eu-tr-16822412339-79","eu-tr-0711626572-26","ec-person-7869e6adc9c6329f8dea9a0fd02d998d8ffa57f6","ec-person-08c62f972c22464aca7a65520eb9406f8db14a66"]}} -{"id":"ec-meeting-2022-05-05-c9fee6e506a64e499ccac13c33f9bc786799c64e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-05 - Cabinet of Commissioner Thierry Breton x EUROPEAN APPAREL AND TEXTILE CONFEDERATION Union Française des Industries de l'Habillement Mileta a.s. Amann Group UNION DES INDUSTRIES TEXTILES"],"date":["2022-05-05"],"summary":["Resilience and future prospects of the EU textiles ecosystem"],"notes":["Portfolio: Internal Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-98346621358-26","eu-tr-961488646261-88","eu-tr-450197246294-72","eu-tr-7824139202-85","ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","eu-tr-589772445778-43"]}} -{"id":"ec-meeting-2022-05-05-d070be40d27d780e98391ca984ca6be1684bd5a6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-05 - Cabinet of Commissioner Kadri Simson x Climate Action Network Europe"],"date":["2022-05-05"],"summary":["RePowerEU"],"notes":["Portfolio: Energy"],"location":["hybrid"],"address":["hybrid"],"addressEntity":["addr-e2ac482d1288cec4c4f8582bbf6bda7df2ce52d9"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["ec-person-ba3b83676ad38094e71b64b644f3e3d2c61b8182","eu-tr-55888811123-49"]}} -{"id":"ec-meeting-2022-05-05-d325ebf5d80a30437d2e3ba415206f3a81ac129a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-05 - Cabinet of Commissioner Kadri Simson x EUPPORTUNITY (QB, Lda.)"],"date":["2022-05-05"],"summary":["Security of Gas Supply"],"notes":["Portfolio: Energy"],"location":["Hybrid"],"address":["Hybrid"],"addressEntity":["addr-8e01f6bc779551abd58a9f18b22bd3ee4988d020"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["ec-person-ba3b83676ad38094e71b64b644f3e3d2c61b8182","eu-tr-38225546532-14"]}} -{"id":"ec-meeting-2022-05-05-f650a8b2f8d3d0bcf84a5108135e56a4495be3ff","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-05 - Cabinet of Commissioner Kadri Simson x Siemens Gamesa Renewable Energy"],"date":["2022-05-05"],"summary":["Introductory call"],"notes":["Portfolio: Energy"],"location":["Video Conference"],"address":["Video Conference"],"addressEntity":["addr-fd005d1da26cd3c9a734fbbadaf813e8115acdeb"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["ec-person-ba3b83676ad38094e71b64b644f3e3d2c61b8182","eu-tr-629358237383-04","ec-person-f47a082bc2455a660c3b2ae348f0024736672752","ec-person-68b9170beccdbf21444fad7cdc252dec9e60b9d2"]}} -{"id":"ec-meeting-2022-05-06-18375008f683e0388e159b5a9243287cfc171769","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-06 - Cabinet of Executive Vice-President Valdis Dombrovskis x Chamber of Commerce of the United States of America"],"date":["2022-05-06"],"summary":["Exchange of views on current trade issues"],"notes":["Portfolio: An Economy that Works for People"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["eu-tr-483024821178-51","ec-person-f011ed0f7c78d833a79f1206f788e0cbd9cb8864"]}} -{"id":"ec-meeting-2022-05-06-2149c27a5ff9c8ea078fc3faebd58f5fe7d28f50","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-06 - Cabinet of Executive Vice-President Frans Timmermans x ECBF Management GmbH"],"date":["2022-05-06"],"summary":["Presentation of the activities of the ECBF"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-447640245329-43","ec-person-f1a3478550296f3f9accdc67d6ef5a0b681dda4b"]}} -{"id":"ec-meeting-2022-05-06-2a7c097cf5fdbc9cb94b0bb862feccb7faa2a53c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-06 - Cabinet of Executive Vice-President Frans Timmermans x Bolt"],"date":["2022-05-06"],"summary":["Preparation of upcoming visit of EVP to Estonia"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-995377734447-25","ec-person-d56ecbfde17436a136fc89c9a978b266e8285c84","ec-person-8af3c81534786a740718d21dc58240738a53ed7b"]}} -{"id":"ec-meeting-2022-05-06-461049b30267cc9de8176ef406f0cfa0c7570565","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-06 - Cabinet of Executive Vice-President Margrethe Vestager x European Federation of Pharmaceutical Industries and Associations"],"date":["2022-05-06"],"summary":["European Health Data Space, Data Act, Data Governance Act"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-38526121292-88","ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0"]}} -{"id":"ec-meeting-2022-05-06-4a84de864cfd1c3eadf71e66c60c8c580197485a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-06 - Cabinet of Executive Vice-President Frans Timmermans x Unilever"],"date":["2022-05-06"],"summary":["European Green Deal and nature restoration"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-6200524920-25","ec-person-8af3c81534786a740718d21dc58240738a53ed7b"]}} -{"id":"ec-meeting-2022-05-06-582123f1cbbd6cc14f1f06b4eba97b418ee0dba8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-06 - Cabinet of Executive Vice-President Frans Timmermans x Fortescue Metals Group Ltd"],"date":["2022-05-06"],"summary":["Role of hydrogen in RePowerEU Plan and the Delegated Act on Additionality"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-d53e00c46a4cc62bbf533e0c9bb35bacb9121989","eu-tr-123971942816-77"]}} -{"id":"ec-meeting-2022-05-06-b92887c3b043503cfda510c279aab4d3edde5f96","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-06 - Cabinet of President Ursula von der Leyen x Fédération bancaire française"],"date":["2022-05-06"],"summary":["Banking Union and Capital Markets Union: next steps."],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-a159f03add374257584565c2b05cc5539a7526e6","eu-tr-09245221105-30"]}} -{"id":"ec-meeting-2022-05-06-e3640cac1122f81fa53c060e4f54253a1fea71f4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-06 - Cabinet of Commissioner Mairead Mcguinness x Confederation of European Paper Industries"],"date":["2022-05-06"],"summary":["Taxonomy"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Virtual Meeting"],"address":["Virtual Meeting"],"addressEntity":["addr-ed078b6749077909a1a45720507ac2da9277b8b3"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-05e041b8d277691244c6f31f9f6c3e2c871b3392","eu-tr-72279144480-58"]}} -{"id":"ec-meeting-2022-05-06-fb7d20de74258054927585a550b3301c75d310cd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-06 - Cabinet of Executive Vice-President Frans Timmermans x Lasso Loop Recycling"],"date":["2022-05-06"],"summary":["Circular Economy transition and recycling technology for households"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-731806746107-69","ec-person-8af3c81534786a740718d21dc58240738a53ed7b"]}} -{"id":"ec-meeting-2022-05-08-fa4988dc1eb4216554441405c0f57e43f028577c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-08 - Cabinet of Vice-President Dubravka Šuica x Fraport AG - Frankfurt Airport Services Worldwide"],"date":["2022-05-08"],"summary":["Future projects"],"notes":["Portfolio: Democracy and Demography"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dubravka-of-president-suica-vice"],"involved":["eu-tr-023273214333-18","ec-person-83dd3363da89c86d99ea50c3ff2d15a746405110"]}} -{"id":"ec-meeting-2022-05-09-de1fa4b05dfffdfd4bd2ee2fa711fa43418ab9b8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-09 - Cabinet of Commissioner Thierry Breton x Tesla Motors Netherlands B.V."],"date":["2022-05-09"],"summary":["Tour of Tesla Gigafactory in Austin."],"notes":["Portfolio: Internal Market"],"location":["Austin - USA"],"address":["Austin - USA"],"addressEntity":["addr-be54a84c0d37203c0879f91d61eeee624308a034"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-7217954e3bc1aad2a1474fb760ea512a069f8fe3","ec-person-e18e6e300776f5f47ca4c72c1ba1b0d0eb1e71fe","ec-person-9cf97e549f67c3228d1478a3a67d652eb28c5b46","ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","eu-tr-547225616323-13","ec-person-b077a2e9f0fdb3b8f6e91d0bd0b256db9e40ce46"]}} -{"id":"ec-meeting-2022-05-09-e687b8dc3e312de3692cc77fb16d4969a12c1214","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-09 - Cabinet of Executive Vice-President Margrethe Vestager x Ørsted A/S"],"date":["2022-05-09"],"summary":["competition and Energy"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Copenhagen"],"address":["Copenhagen"],"addressEntity":["addr-3f7c839db34cfeebcefe96d90a0e37e02c8e52c6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-11d97788772862bb34f51dd26d7f92603eac1bf8","ec-person-6b6135249735cff1f3061530471f1e159500c840","eu-tr-870817015429-80"]}} -{"id":"ec-meeting-2022-05-10-0443265370d9348c468d46056bdd15ee67520b73","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-10 - Cabinet of Commissioner Stella Kyriakides x The European Environment and Sustainable Development Advisory Councils Network"],"date":["2022-05-10"],"summary":["VTC Meeting: Framework Legislation of Sustainable Food Systems"],"notes":["Portfolio: Health"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-kyriakides-of-stella"],"involved":["eu-tr-518917926125-70","ec-person-ba73927c33000184cab3f41a76e1b32fe7d7eda8"]}} -{"id":"ec-meeting-2022-05-10-0f468102b298ed34750f292678c0a8e1df276255","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-10 - Cabinet of Commissioner Elisa Ferreira x The European Alliance of Companies for Energy Efficiency in Buildings"],"date":["2022-05-10"],"summary":["Discussion on energy efficiency measures."],"notes":["Portfolio: Cohesion and Reforms"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-commissioner-elisa-ferreira-of"],"involved":["eu-tr-99005441548-23","ec-person-1c49c531eceae287dd4a56ac52e8326c65fc2855"]}} -{"id":"ec-meeting-2022-05-10-10aa63e894322286119cd8292695e15ff6ce02ce","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-10 - Financial Stability, Financial Services and Capital Markets Union x Barclays PLC"],"date":["2022-05-10"],"summary":["Basel III and SF"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["ec-person-1fce211249673c35ee07a801ddee77ab24af8d54","eu-tr-72390466359-39"]}} -{"id":"ec-meeting-2022-05-10-4e82d6d59bf6549e62702092b7756558ce89b33f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-10 - Cabinet of Commissioner Mairead Mcguinness x Managed Funds Association"],"date":["2022-05-10"],"summary":["AIFMD review \r\nELTIF Regulation review \r\nMMFs"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-0ba9b89127b39af6a66f2fc3ed727332f1b19a34","ec-person-1d2f53447b8f2d9bb3f50f7247ad40c2cf8036e4","eu-tr-041415315167-65"]}} -{"id":"ec-meeting-2022-05-10-55f041b656e0b846bdcc0425954a64fd2b3bcde4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-10 - Trade x BUSINESSEUROPE"],"date":["2022-05-10"],"summary":["Ukraine"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-trade"],"involved":["ec-person-2045c2589da3988908fcfe731e8224e7e06a7c63","eu-tr-3978240953-79"]}} -{"id":"ec-meeting-2022-05-10-6380278a07864a65c8648058cbf21b4b511a5c3e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-10 - Cabinet of Executive Vice-President Frans Timmermans x Transport and Environment (European Federation for Transport and Environment)"],"date":["2022-05-10"],"summary":["Discussion on the aviation proposals of the Fit-for-55 package"],"notes":["Portfolio: European Green Deal"],"location":["video call"],"address":["video call"],"addressEntity":["addr-12d8c530d76da0b7745f9c0f9285e7eec97adc55"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-f1a3478550296f3f9accdc67d6ef5a0b681dda4b","eu-tr-58744833263-19"]}} -{"id":"ec-meeting-2022-05-10-904eef14ff7a8fe2f318866ad5f0c5c632006186","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-10 - Cabinet of Commissioner Virginijus Sinkevičius x Renewables Grid Initiative e.V. Climate Action Network Europe Naturschutzbund Deutschland e.V. Stichting BirdLife Europe"],"date":["2022-05-10"],"summary":["To discuss the RePower EU"],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["eu-tr-793038613858-32","eu-tr-1083162721-43","eu-tr-55888811123-49","eu-tr-0285583802-96","ec-person-df7b6800b8d3048e28fedb084a8b0b72260d7a0a"]}} -{"id":"ec-meeting-2022-05-10-983c386d12d1c6d208f682d2b227947ae06596f8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-10 - Cabinet of Executive Vice-President Frans Timmermans x EPIA SolarPower Europe"],"date":["2022-05-10"],"summary":["REPowerEU"],"notes":["Portfolio: European Green Deal"],"location":["online"],"address":["online"],"addressEntity":["addr-2dbc2fd2358e1ea1b7a6bc08ea647b9a337ac92d"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-2680046412-48","ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce"]}} -{"id":"ec-meeting-2022-05-10-a9f7c7726981d71e5fc06d30878b46fc073e22ea","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-10 - Communication x JT International"],"date":["2022-05-10"],"summary":["Exchange with a group of Romanian journalists, who are sponsored by the European JTI Journalist scholarship, on Commission's communication strategy/press relations during the COVID crisis/war in Ukraine"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-dg-comm"],"involved":["eu-tr-71175716023-03","ec-person-676f70803f4848c87b632d8522ff9ce8d4600e27"]}} -{"id":"ec-meeting-2022-05-10-aa9b137bdf1d1c19b9f09c9266240c1c73e421d6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-10 - Cabinet of Commissioner Didier Reynders x Rakuten Group, Inc"],"date":["2022-05-10"],"summary":["Code of Conduct against illegal hate speech"],"notes":["Portfolio: Justice"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-didier-of-reynders"],"involved":["ec-person-442bf1ae9900b999673cdd7389224d0e21b67d4d","eu-tr-952721718748-34","ec-person-1e25399e2267734c5f4c69093d2286c8898ee9f0"]}} -{"id":"ec-meeting-2022-05-10-c1f59148f378855d9971bde2a0cad91ef5372cb6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-10 - Cabinet of Executive Vice-President Frans Timmermans x Naturschutzbund Deutschland e.V. Stichting BirdLife Europe Climate Action Network Europe Renewables Grid Initiative e.V."],"date":["2022-05-10"],"summary":["To discuss the RePower EU"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-793038613858-32","eu-tr-1083162721-43","eu-tr-55888811123-49","ec-person-a282162080cef4ef2a8c0ab6247a3e03dc438507","eu-tr-0285583802-96"]}} -{"id":"ec-meeting-2022-05-10-c20e3f4fee38723e1be817793d1fda54083a61cf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-10 - Cabinet of President Ursula von der Leyen x CONSEIL DE COOPERATION ECONOMIQUE"],"date":["2022-05-10"],"summary":["Electricity market design"],"notes":["Portfolio: President"],"location":["Brussels (WEBEX)"],"address":["Brussels (WEBEX)"],"addressEntity":["addr-3afbdeda01f3dac93a9dc841fdac57d9de27b869"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-f2b941852d3b961d69ed695c2d243a1a2b4a1904","eu-tr-146893419149-74","ec-person-5b870940c87837eb777e5c59a2b947ff9f15cb39"]}} -{"id":"ec-meeting-2022-05-10-c2511f17790fda11a5b8ec26f65d863dfba1d715","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-10 - Cabinet of Vice-President Věra Jourová x ARD-Verbindungsbüro Brüssel"],"date":["2022-05-10"],"summary":["EMFA"],"notes":["Portfolio: Values and Transparency"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["ec-person-221276f2dfa4b8fe628f08e982d967b6aeb61c57","eu-tr-6774178922-55"]}} -{"id":"ec-meeting-2022-05-10-cb2570e68ddc6f8fcdf5a04d628eeb3d9c6bc673","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-10 - Cabinet of Commissioner Thierry Breton x Common Sense Media"],"date":["2022-05-10"],"summary":["Fighting illegal content and disinformation to protect children"],"notes":["Portfolio: Internal Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","ec-person-4d83416435f81b1f1e8f5c86aeebb1478577f1d2","eu-tr-296723846206-73"]}} -{"id":"ec-meeting-2022-05-10-e0221488427d189b7eeaea056517a1d5fa677664","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-10 - Cabinet of Executive Vice-President Frans Timmermans x Havenbedrijf Rotterdam NV"],"date":["2022-05-10"],"summary":["boat trip and official presentation of the port’s hydrogen ambitions"],"notes":["Portfolio: European Green Deal"],"location":["Rotterdam, the Netherlands"],"address":["Rotterdam, the Netherlands"],"addressEntity":["addr-74165a7896bd0f5c37f59d155b6e27a5fe7fe907"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-7c876f4825f213b8adbedf089ccedfbc3b36d65b","eu-tr-930637620172-95"]}} -{"id":"ec-meeting-2022-05-10-ecfe470b7cd001fc633846e4708d00911ae5074a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-10 - Cabinet of Executive Vice-President Frans Timmermans x Hydrogen Council"],"date":["2022-05-10"],"summary":["the potential of hydrogen for RepowerEU"],"notes":["Portfolio: European Green Deal"],"location":["Rotterdam, the Netherlands"],"address":["Rotterdam, the Netherlands"],"addressEntity":["addr-74165a7896bd0f5c37f59d155b6e27a5fe7fe907"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-7c876f4825f213b8adbedf089ccedfbc3b36d65b","eu-tr-117160930653-96"]}} -{"id":"ec-meeting-2022-05-10-fc785ac0e6bec2683a250e98c56ea31c6d21ae26","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-10 - Structural Reform Support x ΔΙΑΧΕΙΡΙΣΤΗΣ ΕΘΝΙΚΟΥ ΣΥΣΤΗΜΑΤΟΣ ΦΥΣΙΚΟΥ ΑΕΡΙΟΥ Α.Ε."],"date":["2022-05-10"],"summary":["Bilateral meetings with CEO of DESFA, Mrs Maria Rita Galli - exchange on the REPowerEU, with a focus on the reforms and investments for Greece."],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-reform"],"involved":["eu-tr-383742140714-91","ec-person-a6afb12070a889c7071fdf14b6620c79335680d4"]}} -{"id":"ec-meeting-2022-05-11-02a030d7f3eae094ad94b4a1954cdb9f51454e4e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-11 - Cabinet of Commissioner Johannes Hahn x Wirtschaftskammer Österreich"],"date":["2022-05-11"],"summary":["General exchange on European priorities"],"notes":["Portfolio: Budget and Administration"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hahn-johannes-of"],"involved":["ec-person-0a9c49ba84ea78ae0ec9c6fadde7b6d66e7a1054","eu-tr-10405322962-08"]}} -{"id":"ec-meeting-2022-05-11-04892b549ea023d62027f6ac1bfd10096e659c77","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-11 - Cabinet of Commissioner Thierry Breton x Disinformation Index Ltd"],"date":["2022-05-11"],"summary":["GDI news ranking system"],"notes":["Portfolio: Internal Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-584700737325-09","ec-person-4d83416435f81b1f1e8f5c86aeebb1478577f1d2","ec-person-5215bd372c5a1202399d77ecceb8c16de8d7d55c"]}} -{"id":"ec-meeting-2022-05-11-07895d71d72c11914307a119d2daf846e9f54289","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-11 - Health and Food Safety x Europa Insights"],"date":["2022-05-11"],"summary":["Intellectual Property / COVID 19 Study (\"Making Biologic Paper\")"],"location":["Webex"],"address":["Webex"],"addressEntity":["addr-4b591c6aa2d0556305c2d15987c48d32c33f9ca9"],"organizer":["ec-dg-sante"],"involved":["eu-tr-578630818521-25","ec-person-f442ca8cd331fc51ad479fe0db982bb9fdb00647"]}} -{"id":"ec-meeting-2022-05-11-0ccf1b2dc4162acda659ac2ffbcfb50b6bdac131","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-11 - Cabinet of Executive Vice-President Frans Timmermans x Agora Energiewende"],"date":["2022-05-11"],"summary":["REPowerEU"],"notes":["Portfolio: European Green Deal"],"location":["videoconference"],"address":["videoconference"],"addressEntity":["addr-92b2fbb928e012810d80d9ef1abe12027beee200"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-321342621105-20","ec-person-e88af8eb396e96e3dbc9b4ec6e40a348d26c389c","ec-person-f1a3478550296f3f9accdc67d6ef5a0b681dda4b","ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce","ec-person-a282162080cef4ef2a8c0ab6247a3e03dc438507","ec-person-d53e00c46a4cc62bbf533e0c9bb35bacb9121989"]}} -{"id":"ec-meeting-2022-05-11-1a875c1b4cc66829530fa05764340fc2d7c8d9d8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-11 - Foreign Policy Instruments x International Crisis Group"],"date":["2022-05-11"],"summary":["Cascading Risks: (in)stability in the shadow of Ukraine"],"location":["VTC"],"address":["VTC"],"addressEntity":["addr-9d1acaa772820b8ade84113d2da24716fe455be2"],"organizer":["ec-dg-fpi"],"involved":["eu-tr-72899131664-09","ec-person-c807b0d7987703f3934e9e3417c0a8b3cb2cd297"]}} -{"id":"ec-meeting-2022-05-11-2fdadadbe9ccf79a049d451b6d4de8544deaa6ac","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-11 - Cabinet of Executive Vice-President Margrethe Vestager x The LEGO Group"],"date":["2022-05-11"],"summary":["CSAM, Digital Decade, Artificial Intelligence Act, Children’s well-being, BIK+"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-236869539281-13","ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0"]}} -{"id":"ec-meeting-2022-05-11-36f3f4d4a16f97090c8c564ad4b56d32a18e9c3b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-11 - Financial Stability, Financial Services and Capital Markets Union x Standard Chartered"],"date":["2022-05-11"],"summary":["Basel III and SF"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-16595501800-80","ec-person-1fce211249673c35ee07a801ddee77ab24af8d54"]}} -{"id":"ec-meeting-2022-05-11-3f263fe069bf0c12f525d4642d29ec76fae2b19d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-11 - Cabinet of Commissioner Janusz Wojciechowski x Neova Oy"],"date":["2022-05-11"],"summary":["Horticultural peat’s vital role in EU's food production and food security"],"notes":["Portfolio: Agriculture"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["ec-person-7869e6adc9c6329f8dea9a0fd02d998d8ffa57f6","eu-tr-082774214711-83"]}} -{"id":"ec-meeting-2022-05-11-40ce732d22eac614af31facd936418adf7d2dd26","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-11 - Financial Stability, Financial Services and Capital Markets Union x International Financial Reporting Standards (IFRS) Foundation"],"date":["2022-05-11"],"summary":["Sustainability disclosure"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-830882416841-19","ec-person-1fce211249673c35ee07a801ddee77ab24af8d54"]}} -{"id":"ec-meeting-2022-05-11-49402b7cee3d08c4d05642d8ea616f7cf021962e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-11 - Cabinet of Commissioner Mairead Mcguinness x Institute of International Finance"],"date":["2022-05-11"],"summary":["Sustainable finance, Impact of the Ukraine-Russia war, Banking package, AML"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-2b9c589fb2354bd93067644d2c3d2c058d4c4cc9","eu-tr-48714858158-06","ec-person-44c404268b70ce0b79c4e148b5a7c4ae2c53ee30"]}} -{"id":"ec-meeting-2022-05-11-645074d43bd2d719c8449236e117f4342a664ca8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-11 - Competition x Qarnot computing"],"date":["2022-05-11"],"summary":["Discussion on DMA"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-comp"],"involved":["ec-person-f257bc19c568ad25083c1c1e1651426245cefedf","eu-tr-613915845843-71"]}} -{"id":"ec-meeting-2022-05-11-676b45180f5c3a91015b4673f8f207b4f3ffe90d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-11 - Cabinet of Commissioner Jutta Urpilainen x Gavi, the Vaccine Alliance"],"date":["2022-05-11"],"summary":["Update on COVAX"],"notes":["Portfolio: International Partnerships"],"location":["Teleconference"],"address":["Teleconference"],"addressEntity":["addr-a1b2e4eeecb1f46f3239fd2a390e2ec3f16bc2cb"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["eu-tr-078294941111-90","ec-person-6357f4506ca5351b3a822936612fd6006da48722"]}} -{"id":"ec-meeting-2022-05-11-6e2ce003e4b346197ece75a810e2c0e0cddbb07e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-11 - Competition x Transdev Group"],"date":["2022-05-11"],"summary":["Competition policy in the train sector"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-comp"],"involved":["ec-person-f257bc19c568ad25083c1c1e1651426245cefedf","eu-tr-042383714852-64"]}} -{"id":"ec-meeting-2022-05-11-81f6a3b4c209bc280f4c8e302d33c3327ee45fd1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-11 - Cabinet of Commissioner Stella Kyriakides x European Federation of Pharmaceutical Industries and Associations"],"date":["2022-05-11"],"summary":["Exchange of views on the upcoming pharmaceutical strategy."],"notes":["Portfolio: Health"],"location":["on-line meeting"],"address":["on-line meeting"],"addressEntity":["addr-1a411ab0ecf4d7509f0dcefdb6078e2db0864f7c"],"organizer":["ec-cabinet-commissioner-kyriakides-of-stella"],"involved":["eu-tr-38526121292-88","ec-person-ecf9f9e978b833afc98ee022572d468f0dc9a352","ec-person-991ce64cea5178762c932ac823ea5d309e7a8d93"]}} -{"id":"ec-meeting-2022-05-11-82f9be23d12aa8dd8d1c7fa7bf2c971efd9db9c8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-11 - Cabinet of Commissioner Kadri Simson x Transport and Environment (European Federation for Transport and Environment)"],"date":["2022-05-11"],"summary":["RePowerEU"],"notes":["Portfolio: Energy"],"location":["hybrid"],"address":["hybrid"],"addressEntity":["addr-e2ac482d1288cec4c4f8582bbf6bda7df2ce52d9"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["ec-person-ba3b83676ad38094e71b64b644f3e3d2c61b8182","eu-tr-58744833263-19"]}} -{"id":"ec-meeting-2022-05-11-8681ca0f0faecdf5b9d09a56567f29eebca13f5a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-11 - Financial Stability, Financial Services and Capital Markets Union x MARSH & McLENNAN COMPANIES FRANCE"],"date":["2022-05-11"],"summary":["Crypto-assets"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-117683115792-20","ec-person-1fce211249673c35ee07a801ddee77ab24af8d54"]}} -{"id":"ec-meeting-2022-05-11-a6b0a29b574a34ce9b283c6495895bb14e465b00","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-11 - Cabinet of Vice-President Dubravka Šuica x Vodafone Belgium SA"],"date":["2022-05-11"],"summary":["Presentation of the work of Vodafone's Foundation in relation to the situation in Ukraine."],"notes":["Portfolio: Democracy and Demography"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dubravka-of-president-suica-vice"],"involved":["ec-person-2ea66ac99d83c7f0ff7dfcfd7d90f9416dc22e61","eu-tr-90142503473-81"]}} -{"id":"ec-meeting-2022-05-11-ac8a1c42125626d460b4f0b4771ed89e0d24e4dd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-11 - European Anti-Fraud Office x FinMobility ry"],"date":["2022-05-11"],"summary":["Fight against fraud"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-olaf"],"involved":["eu-tr-003708136830-08","ec-person-c90088f66bae9d193e5d31cb2db28cf7c517a2b9"]}} -{"id":"ec-meeting-2022-05-11-acbee214a2a230bc9359fe084eb3801b4d399097","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-11 - Cabinet of Vice-President Věra Jourová x techUK"],"date":["2022-05-11"],"summary":["Digital Services Act (EU), the Online Safety Bill (UK), the respective codes of practise"],"notes":["Portfolio: Values and Transparency"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["eu-tr-279128116707-71","ec-person-fb258e0188a5319bfaba3161382db43f5a85851f"]}} -{"id":"ec-meeting-2022-05-11-d1ef8c31d5ef9070151672f7445984bb3c3d672e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-11 - Cabinet of Commissioner Didier Reynders x DIGITALEUROPE"],"date":["2022-05-11"],"summary":["Artificial Intelligence, Data protection and corporate sustainability directive"],"notes":["Portfolio: Justice"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-didier-of-reynders"],"involved":["eu-tr-64270747023-20","ec-person-1e25399e2267734c5f4c69093d2286c8898ee9f0","ec-person-442bf1ae9900b999673cdd7389224d0e21b67d4d"]}} -{"id":"ec-meeting-2022-05-11-e1947762ad8133dea8ceec86e1b9f317da94928a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-11 - Cabinet of Commissioner Mairead Mcguinness x Neova Oy"],"date":["2022-05-11"],"summary":["Sustainable finance, taxonomy"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-05e041b8d277691244c6f31f9f6c3e2c871b3392","eu-tr-082774214711-83"]}} -{"id":"ec-meeting-2022-05-11-f5dd2bccdfce73aa6b1005f66f82ccc31042be5b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-11 - Cabinet of Commissioner Adina Vălean x Transport and Environment (European Federation for Transport and Environment)"],"date":["2022-05-11"],"summary":["Meeting to discuss Fit for 55"],"notes":["Portfolio: Transport"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["ec-person-7f9ba99138b4fa5c698037dc7507219b1319e0a7","eu-tr-58744833263-19"]}} -{"id":"ec-meeting-2022-05-11-fe492e03eb153f8fc517341de4d5e2b7e9deefb5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-11 - Cabinet of Executive Vice-President Frans Timmermans x Vereniging VNO-NCW"],"date":["2022-05-11"],"summary":["geopolitics and green deal"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-7c876f4825f213b8adbedf089ccedfbc3b36d65b","eu-tr-13255254129-80"]}} -{"id":"ec-meeting-2022-05-12-1a001bb688628eaed8c7cd19cd3b100af2713e1d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-12 - Cabinet of Commissioner Stella Kyriakides x MEDICINES FOR EUROPE"],"date":["2022-05-12"],"summary":["Exchange of views on the upcoming pharmaceutical strategy."],"notes":["Portfolio: Health"],"location":["On-line meeting"],"address":["On-line meeting"],"addressEntity":["addr-647e0921db071ff52400c18b4a1ef1e6fb97913b"],"organizer":["ec-cabinet-commissioner-kyriakides-of-stella"],"involved":["eu-tr-48325781850-28","ec-person-ecf9f9e978b833afc98ee022572d468f0dc9a352","ec-person-991ce64cea5178762c932ac823ea5d309e7a8d93"]}} -{"id":"ec-meeting-2022-05-12-22b3f62aeec03664287c6067a475779109b1afcf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-12 - Cabinet of Commissioner Adina Vălean x Boeing International Corporation - Belgium Branch Office"],"date":["2022-05-12"],"summary":["Meeting between Boeing to meet President of Boeing International."],"notes":["Portfolio: Transport"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["eu-tr-62505293737-81","ec-person-7f9ba99138b4fa5c698037dc7507219b1319e0a7","ec-person-267c5ab3ea5304fc6305ef321e214c9c1cd0f78e"]}} -{"id":"ec-meeting-2022-05-12-2a1e73512da8a1be6240e5c8579ea739fa6c93a4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-12 - Cabinet of Vice-President Maroš Šefčovič x Tesla Motors Netherlands B.V."],"date":["2022-05-12"],"summary":["Discussion on strategic foresight"],"notes":["Portfolio: Interinstitutional Relations and Foresight"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-547225616323-13","ec-person-d8af7eb5b715c9bd960f9661cb5170f8c6230853"]}} -{"id":"ec-meeting-2022-05-12-3f90db61449851a1a3ac6beb706789387d9a1718","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-12 - Cabinet of Executive Vice-President Frans Timmermans x Cycling Without Age"],"date":["2022-05-12"],"summary":["Keynote at Cycling Industries Europe’s 2022 Summit"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-d56ecbfde17436a136fc89c9a978b266e8285c84","eu-tr-918014232580-69"]}} -{"id":"ec-meeting-2022-05-12-475c40648aa22223433ff029d8f086bb50e298dd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-12 - Cabinet of Executive Vice-President Frans Timmermans x International Association of Oil & Gas Producers Europe"],"date":["2022-05-12"],"summary":["RePowerEU Plan and diversification of gas supplies"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-d53e00c46a4cc62bbf533e0c9bb35bacb9121989","eu-tr-3954187491-70"]}} -{"id":"ec-meeting-2022-05-12-50158993ea3bb25cf62509caf54c6ee2f7a9ceb9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-12 - Cabinet of Commissioner Jutta Urpilainen x GLOBALE VERANTWORTUNG - Arbeitsgemeinschaft für Entwicklung und Humanitäre Hilfe"],"date":["2022-05-12"],"summary":["Team Europe Initiatives, impact of the Russian aggression against Ukraine, women's rights, youth."],"notes":["Portfolio: International Partnerships"],"location":["Vienna, Austria"],"address":["Vienna, Austria"],"addressEntity":["addr-090be3f54cd0f162a77bddc433046b64f0b14a71"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["eu-tr-093080446423-88","ec-person-7204caa5e704bc4a911fee13ad5c0f62fd74b3bc","ec-person-7c4fa9cfb750b5b524c065180fcee1123b8df03e"]}} -{"id":"ec-meeting-2022-05-12-5d162174be8fc46c99fd915b4b30d280b59e1925","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-12 - Cabinet of Commissioner Thierry Breton x ALLIANCE DE LA PRESSE D’INFORMATION GÉNÉRALE"],"date":["2022-05-12"],"summary":["Media Freedom Act"],"notes":["Portfolio: Internal Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-917249537939-70","ec-person-5215bd372c5a1202399d77ecceb8c16de8d7d55c"]}} -{"id":"ec-meeting-2022-05-12-690934db959a73645a3fdd28178de4d94c4c8e2f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-12 - Employment, Social Affairs and Inclusion x EUROPEAN TRADE UNION CONFEDERATION"],"date":["2022-05-12"],"summary":["social dialogue"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-empl"],"involved":["eu-tr-06698681039-26","ec-person-dd259fce880e1853f0beb087443bce6e7dea70d7"]}} -{"id":"ec-meeting-2022-05-12-70171fe92bf2cef3419fc441dccc3466637764d1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-12 - Cabinet of Executive Vice-President Valdis Dombrovskis x Biedrība Zemnieku saeima E-Agronom OÜ"],"date":["2022-05-12"],"summary":["- Green deal\r\n- War in Ukraine and its impact on agriculture and food security"],"notes":["Portfolio: An Economy that Works for People"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-1d8581216d9aa7f26fa098a81e84ca61e0e3f261","eu-tr-961707318657-19","eu-tr-652814546543-17","ec-person-7433d96a6e6f46c9f9174db79ec61c387dffa509"]}} -{"id":"ec-meeting-2022-05-12-8ab26cee93a3a9e4a040abc7efd1f9b0cfbb9435","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-12 - Cabinet of Commissioner Thierry Breton x Orgalim – Europe's Technology Industries"],"date":["2022-05-12"],"summary":["Implementation of the EU Standardisation Strategy"],"notes":["Portfolio: Internal Market"],"location":["videoconference"],"address":["videoconference"],"addressEntity":["addr-92b2fbb928e012810d80d9ef1abe12027beee200"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-20210641335-88","ec-person-d6689ffc6695e7e65bdd0e0c0da1721d3031ea1b"]}} -{"id":"ec-meeting-2022-05-12-8bc01234c0807eccf6e6eb6d870c3782d8408a9c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-12 - Cabinet of Vice-President Dubravka Šuica x Climate Action Network Europe"],"date":["2022-05-12"],"summary":["Meeting on REPowerEU package"],"notes":["Portfolio: Democracy and Demography"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dubravka-of-president-suica-vice"],"involved":["ec-person-2ea66ac99d83c7f0ff7dfcfd7d90f9416dc22e61","eu-tr-55888811123-49"]}} -{"id":"ec-meeting-2022-05-12-8c214034671f5d9c5ad1f96b5310e5396e73048d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-12 - Cabinet of Commissioner Elisa Ferreira x Arup BV"],"date":["2022-05-12"],"summary":["New European Bauhaus"],"notes":["Portfolio: Cohesion and Reforms"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-elisa-ferreira-of"],"involved":["eu-tr-726765246422-63","ec-person-edf08d46587dbb24d69133811963301459374fa8"]}} -{"id":"ec-meeting-2022-05-12-943d4900c1a737a9b6fa213bf506842bf502e89f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-12 - Cabinet of Vice-President Maroš Šefčovič x Savannah Resources PLC"],"date":["2022-05-12"],"summary":["Barroso Lithium Project"],"notes":["Portfolio: Interinstitutional Relations and Foresight"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-227951945764-80","ec-person-1f95be23689cd4ed0a26fe2980f760ccf2d55c1e"]}} -{"id":"ec-meeting-2022-05-12-999d277b9883dbc9fd57accf8c8a63f8e4a551f1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-12 - Cabinet of Commissioner Nicolas Schmit x European Youth Forum"],"date":["2022-05-12"],"summary":["platform work and minimum income"],"notes":["Portfolio: Jobs and Social Rights"],"location":["online"],"address":["online"],"addressEntity":["addr-2dbc2fd2358e1ea1b7a6bc08ea647b9a337ac92d"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-8eb18b6102d444937bc6af5822a6742812165b48","eu-tr-43251547769-22"]}} -{"id":"ec-meeting-2022-05-12-a2b2e786692fe51fc6679e5b4bc1618afe76377b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-12 - Financial Stability, Financial Services and Capital Markets Union x Nordea Bank Abp"],"date":["2022-05-12"],"summary":["ESG, CRR3 package"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-107779213747-53","ec-person-1fce211249673c35ee07a801ddee77ab24af8d54"]}} -{"id":"ec-meeting-2022-05-12-b53a6286a2a310c99b205f05ba9da683916b3e6c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-12 - Cabinet of Vice-President Věra Jourová x EUROPE'S MEDIALAB (Fondation EURACTIV)"],"date":["2022-05-12"],"summary":["#Media4Europe Conference - EMFA"],"notes":["Portfolio: Values and Transparency"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["ec-person-aa83f35da599b82e4f15da018f4b3447eb648f7c","eu-tr-485832526193-89"]}} -{"id":"ec-meeting-2022-05-12-b9d574eae76de75740aed5d27e304f9c76e1dadd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-12 - Cabinet of Commissioner Ylva Johansson x Robert Bosch Stiftung GmbH Open Society European Policy Institute European Programme for Integration and Migration"],"date":["2022-05-12"],"summary":["Meeting on Ukraine"],"notes":["Portfolio: Home Affairs"],"location":["VTC"],"address":["VTC"],"addressEntity":["addr-9d1acaa772820b8ade84113d2da24716fe455be2"],"organizer":["ec-cabinet-commissioner-johansson-of-ylva"],"involved":["ec-person-1cc1c011b9377e4d6f05577ee58ef3f7182c61b8","eu-tr-8557515321-37","eu-tr-263780146497-17","eu-tr-385301246447-80"]}} -{"id":"ec-meeting-2022-05-12-c4a1a824440ddc1a79ffa354d7d15d9747fda1bd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-12 - Cabinet of Commissioner Jutta Urpilainen x WIFO - Österreichisches Institut für Wirtschaftsforschung Vereinigung der österreichischen Industrie - Industriellenvereinigung Wirtschaftskammer Österreich"],"date":["2022-05-12"],"summary":["Global Gateway"],"notes":["Portfolio: International Partnerships"],"location":["Vienna, Austria"],"address":["Vienna, Austria"],"addressEntity":["addr-090be3f54cd0f162a77bddc433046b64f0b14a71"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["ec-person-7204caa5e704bc4a911fee13ad5c0f62fd74b3bc","eu-tr-10405322962-08","ec-person-7c4fa9cfb750b5b524c065180fcee1123b8df03e","eu-tr-89093924456-06","eu-tr-408679621888-24"]}} -{"id":"ec-meeting-2022-05-12-d68d2a1e0bb496d492e4aceca0ad66e67caa7598","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-12 - Cabinet of Executive Vice-President Margrethe Vestager x Atlantic Council of the United States, Inc"],"date":["2022-05-12"],"summary":["DMA/DSA implementation and the AI and Data act, EU digital sovereignty."],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0","eu-tr-524686116124-73","ec-person-73fb1ddd279f8c6697a055567a2c09606006b875","ec-person-11ba005cc4046696303381b7ca219da9b11a42bf"]}} -{"id":"ec-meeting-2022-05-12-e4046b5c4eaa401ccf95b8e3f34527e3be99f478","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-12 - Cabinet of Commissioner Thierry Breton x Adevinta ASA"],"date":["2022-05-12"],"summary":["Digital and innovation policy"],"notes":["Portfolio: Internal Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-124123240636-16","ec-person-5215bd372c5a1202399d77ecceb8c16de8d7d55c"]}} -{"id":"ec-meeting-2022-05-12-e98fa65f9139d12933ee4d2071e9ea1d61374583","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-12 - Cabinet of Commissioner Elisa Ferreira x Buildings Performance Institute Europe, BPIE ASBL"],"date":["2022-05-12"],"summary":["Discussion on RE PowerEU Energy Savings Plan."],"notes":["Portfolio: Cohesion and Reforms"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-commissioner-elisa-ferreira-of"],"involved":["ec-person-1c49c531eceae287dd4a56ac52e8326c65fc2855","eu-tr-794282310517-54"]}} -{"id":"ec-meeting-2022-05-12-f847b5a7cf0dd94ee14e5480ee2660dcb0fe2042","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-12 - Cabinet of Executive Vice-President Frans Timmermans x Huis van de Nederlandse Provincies"],"date":["2022-05-12"],"summary":["Meeting on the European Green Deal"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-20620934484-91","ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce"]}} -{"id":"ec-meeting-2022-05-13-0480c1e67f2369a54b2ebdecbf80d30a928ccf92","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-13 - Cabinet of Commissioner Virginijus Sinkevičius x Green 10"],"date":["2022-05-13"],"summary":["Exchange on recent EU environmental policy developments, including as regards nature restoration, chemicals, circular economy, industrial emissions, deforestation and investments"],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["ec-person-dd7a7b1952e158f4195d34cff333ec79a4f48ba3","eu-tr-70309834043-10","ec-person-a58f1d06f5cb1d8dfd278e0c36d5aa1b9368b270"]}} -{"id":"ec-meeting-2022-05-13-1be35c1e54b344dec1a186e4b81ad0ea1359e7c4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-13 - Cabinet of Executive Vice-President Margrethe Vestager x Twelve App EU Strategy"],"date":["2022-05-13"],"summary":["CSAM, Better Internet for Kids."],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["online"],"address":["online"],"addressEntity":["addr-2dbc2fd2358e1ea1b7a6bc08ea647b9a337ac92d"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0","eu-tr-42484704423-92","eu-tr-906192242809-56"]}} -{"id":"ec-meeting-2022-05-13-1d1b95d176338dacb037f73c79a4b4baed78954d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-13 - Cabinet of Executive Vice-President Margrethe Vestager x ISFE - Representing the European Videogames Industry"],"date":["2022-05-13"],"summary":["Digital Services Act"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0","eu-tr-20586492362-11"]}} -{"id":"ec-meeting-2022-05-13-3743829b41d0fbc9681204d627633cb42e434670","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-13 - Cabinet of Commissioner Jutta Urpilainen x None"],"date":["2022-05-13"],"summary":["Education in the renewed AU-EU partnership"],"notes":["Portfolio: International Partnerships"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["eu-tr-83357751766-93","eu-tr-434831615060-89","ec-person-6357f4506ca5351b3a822936612fd6006da48722","eu-tr-213754916822-68","eu-tr-64689102746-48","eu-tr-74313108109-71"]}} -{"id":"ec-meeting-2022-05-13-7951ef493378a5659abff888e9018834f444c067","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-13 - Cabinet of Executive Vice-President Margrethe Vestager x Oversight Board"],"date":["2022-05-13"],"summary":["Digital Services Act"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-342627244426-89","ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0"]}} -{"id":"ec-meeting-2022-05-13-83a0128678ed1d72f11eb8989433542ce62ae379","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-13 - Cabinet of Executive Vice-President Margrethe Vestager x ALLIANCE DE LA PRESSE D’INFORMATION GÉNÉRALE"],"date":["2022-05-13"],"summary":["Digital Services Act"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-917249537939-70","ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0","ec-person-73fb1ddd279f8c6697a055567a2c09606006b875"]}} -{"id":"ec-meeting-2022-05-13-af0b17f20c5c084737605c6f49f0d91d02928464","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-13 - Cabinet of Commissioner Janusz Wojciechowski x Nederlands Agrarisch Jongeren Kontakt"],"date":["2022-05-13"],"summary":["Green Deal and European legislation, animal welfare labeling subjects"],"notes":["Portfolio: Agriculture"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["eu-tr-594087836858-52","ec-person-ae252fb0bbbad2440e31f70ccc19082b7ac65837","ec-person-cafe030b6dad78a75143f7552c420481b30ebceb"]}} -{"id":"ec-meeting-2022-05-13-ba43cba50ffd5399914f5fb2ae33919688053755","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-13 - Cabinet of Commissioner Johannes Hahn x Vienna Insurance Group AG Wiener Versicherung Gruppe"],"date":["2022-05-13"],"summary":["Current economic developments."],"notes":["Portfolio: Budget and Administration"],"location":["Vienna"],"address":["Vienna"],"addressEntity":["addr-8b6cea61d247482e9e7f1e7efb1db432a69bbcb2"],"organizer":["ec-cabinet-commissioner-hahn-johannes-of"],"involved":["ec-person-6dd3472dac004e43ec1fa4f5b4106e3b476c9ce7","eu-tr-720555724263-16"]}} -{"id":"ec-meeting-2022-05-13-c326ca7be93df5ce5b14463e8b78297bcd671738","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-13 - Cabinet of Commissioner Janusz Wojciechowski x YARA BELGIUM S.A."],"date":["2022-05-13"],"summary":["Delivering on the Farm to Fork objectives"],"notes":["Portfolio: Agriculture"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["eu-tr-68208004617-79","ec-person-ae252fb0bbbad2440e31f70ccc19082b7ac65837"]}} -{"id":"ec-meeting-2022-05-13-c57d6efb0813103efb3f74f757a0d9eef2e99ac3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-13 - Cabinet of Commissioner Stella Kyriakides x Confederazione Nazionale Coldiretti"],"date":["2022-05-13"],"summary":["VTC meeting - Food Labelling"],"notes":["Portfolio: Health"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-kyriakides-of-stella"],"involved":["ec-person-ba73927c33000184cab3f41a76e1b32fe7d7eda8","ec-person-ecf9f9e978b833afc98ee022572d468f0dc9a352","eu-tr-55507619225-88"]}} -{"id":"ec-meeting-2022-05-13-c645850bc8c1ea704ac9650109658a46c69a5bd6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-13 - Cabinet of Commissioner Janez Lenarčič x ROTARY INTERNATIONAL"],"date":["2022-05-13"],"summary":["Crisis Management\r\nUkraine crisis"],"notes":["Portfolio: Crisis Management"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-janez-lenarcic-of"],"involved":["ec-person-5746eabb9f91a3807bcfb0667d8a01870a6f5320","ec-person-35334591a1ee219b6f0829d58a8cfba058540557","eu-tr-512870513007-47"]}} -{"id":"ec-meeting-2022-05-13-dfc211727248ce176193801d1e862e6b4e93c23c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-13 - Cabinet of Vice-President Věra Jourová x ALLIANCE DE LA PRESSE D’INFORMATION GÉNÉRALE"],"date":["2022-05-13"],"summary":["EMFA"],"notes":["Portfolio: Values and Transparency"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["ec-person-aa83f35da599b82e4f15da018f4b3447eb648f7c","eu-tr-917249537939-70"]}} -{"id":"ec-meeting-2022-05-15-0be4904d2ce349fd4f06c78f1ee7cd7ada3e54ac","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-15 - Cabinet of Commissioner Paolo Gentiloni x Associazione Bancaria Italiana"],"date":["2022-05-15"],"summary":["Italian political situation"],"notes":["Portfolio: Economy"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-cabinet-commissioner-gentiloni-of-paolo"],"involved":["ec-person-5afc11966577af0bcf6f99488769b1eba37e3577","eu-tr-915519211566-03"]}} -{"id":"ec-meeting-2022-05-16-0be4904d2ce349fd4f06c78f1ee7cd7ada3e54ac","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-16 - Cabinet of Commissioner Paolo Gentiloni x Associazione Bancaria Italiana"],"date":["2022-05-16"],"summary":["Italian political situation"],"notes":["Portfolio: Economy"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-cabinet-commissioner-gentiloni-of-paolo"],"involved":["ec-person-8da36db391ed53f362d495cd564ba8b45c7003e1","eu-tr-915519211566-03"]}} -{"id":"ec-meeting-2022-05-16-1254a72f183fca5665248d61fd3bbc1ecff8df5b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-16 - Cabinet of Commissioner Ylva Johansson x Hertie School"],"date":["2022-05-16"],"summary":["EU response to Ukrainian refugees"],"notes":["Portfolio: Home Affairs"],"location":["VTC"],"address":["VTC"],"addressEntity":["addr-9d1acaa772820b8ade84113d2da24716fe455be2"],"organizer":["ec-cabinet-commissioner-johansson-of-ylva"],"involved":["eu-tr-500468931965-26","ec-person-1cc1c011b9377e4d6f05577ee58ef3f7182c61b8"]}} -{"id":"ec-meeting-2022-05-16-2d22c44f06660904c31d43e174dde2666ace5a72","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-16 - Financial Stability, Financial Services and Capital Markets Union x Flint Europe"],"date":["2022-05-16"],"summary":["BU, sanctions"],"location":["Virtual meeting"],"address":["Virtual meeting"],"addressEntity":["addr-1f1f3f51a4da31a1ea5c1b4b21cbf52ad983224f"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-718251720163-42","ec-person-1fce211249673c35ee07a801ddee77ab24af8d54"]}} -{"id":"ec-meeting-2022-05-16-47a2f26bf51df959b96c2943fc3b0ac1cca35a05","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-16 - Cabinet of Commissioner Helena Dalli x EU DisinfoLab"],"date":["2022-05-16"],"summary":["Gender-based disinformation issues"],"notes":["Portfolio: Equality"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-dalli-helena-of"],"involved":["ec-person-d15c205cb9cbb310d2811039c0160c1de7c84638","eu-tr-593474530364-05"]}} -{"id":"ec-meeting-2022-05-16-4df50965f065217f32eee2ffed8301b6170dc555","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-16 - Cabinet of Commissioner Ylva Johansson x International Centre for Migration Policy Development"],"date":["2022-05-16"],"summary":["Bilateral cooperation"],"notes":["Portfolio: Home Affairs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-johansson-of-ylva"],"involved":["eu-tr-428294520891-74","ec-person-1f14c98028fa6f9f43ee9cd5aef7ed77c30761a5"]}} -{"id":"ec-meeting-2022-05-16-6ba0802496ba6c760ffcb3a19fbc484f721b4af6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-16 - Cabinet of Executive Vice-President Frans Timmermans x European Federation of National Associations of Water Services"],"date":["2022-05-16"],"summary":["Water policy and the zero pollution ambition"],"notes":["Portfolio: European Green Deal"],"location":["Video-call"],"address":["Video-call"],"addressEntity":["addr-0a257a3b8a0926e1b53e3476ce1c8e8fc8470ecd"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-39299129772-62","ec-person-33624431cbec1074e151c1707715ef46d2ba9565"]}} -{"id":"ec-meeting-2022-05-16-ac47e1755503625afee80df5b49e1f2cb2589b15","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-16 - Justice and Consumers x Conseil des Notariats de l'Union Européenne"],"date":["2022-05-16"],"summary":["role of notaries, digitalisation of justice, civil matters, rule of law"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-dg-just"],"involved":["eu-tr-98885666486-72","ec-person-97e843c2fd98c7993c9ab42a071dd1c98c85041d"]}} -{"id":"ec-meeting-2022-05-16-e211d2b3c38c2fa364b312d25d4f600c76080813","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-16 - Cabinet of Vice-President Dubravka Šuica x Federation for Innovation in Democracy - Europe"],"date":["2022-05-16"],"summary":["Deliberative and participative democracy"],"notes":["Portfolio: Democracy and Demography"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dubravka-of-president-suica-vice"],"involved":["eu-tr-636040346327-91","ec-person-83dd3363da89c86d99ea50c3ff2d15a746405110"]}} -{"id":"ec-meeting-2022-05-16-e8d57329270cd9aeab2bb5a96060da5e092c1243","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-16 - Cabinet of Commissioner Thierry Breton x 4evergreen"],"date":["2022-05-16"],"summary":["REPowerEU, clean energy transition"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-6308dea893b9b1ca0dcd5b91b4a1ac4c2f3020ad","eu-tr-965762846303-66"]}} -{"id":"ec-meeting-2022-05-17-032ab67d18639dee94dd2561cc264309f3ec9428","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-17 - Trade x Cámara Oficial de Comercio, Industria, Servicios y Navegación de España"],"date":["2022-05-17"],"summary":["Global trade and global traders"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-trade"],"involved":["ec-person-2045c2589da3988908fcfe731e8224e7e06a7c63","eu-tr-934667112465-59"]}} -{"id":"ec-meeting-2022-05-17-0fd21922367d38189f9087880ef5a2ffb9efc787","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-17 - Cabinet of Executive Vice-President Valdis Dombrovskis x Deutsche Industrie- und Handelskammer"],"date":["2022-05-17"],"summary":["EU FTAs agenda, especially with Latin America and Indo-Pacific"],"notes":["Portfolio: An Economy that Works for People"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["eu-tr-22400601191-42","ec-person-7433d96a6e6f46c9f9174db79ec61c387dffa509"]}} -{"id":"ec-meeting-2022-05-17-1588755bf96950de1ce553b2f42990c70fbbb8a3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-17 - Cabinet of Commissioner Mairead Mcguinness x FIPRA International SRL ERAMET"],"date":["2022-05-17"],"summary":["Sustainable reporting, taxonomy"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["eu-tr-58746194306-23","ec-person-05e041b8d277691244c6f31f9f6c3e2c871b3392","eu-tr-645370511725-71"]}} -{"id":"ec-meeting-2022-05-17-254fec440214f9834a655934104ad7a78e00ead3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-17 - Cabinet of Commissioner Thierry Breton x Honda Motor Europe"],"date":["2022-05-17"],"summary":["Transition of the mobility ecosystem; Euro 7; end of life vehicles"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-082382424174-97","ec-person-6308dea893b9b1ca0dcd5b91b4a1ac4c2f3020ad"]}} -{"id":"ec-meeting-2022-05-17-2bfa72fd3aa60e3b9cc10a8c88f63d8c1ddd79d5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-17 - Cabinet of Commissioner Nicolas Schmit x Wolt Enterprises"],"date":["2022-05-17"],"summary":["EU Platform Work Directive"],"notes":["Portfolio: Jobs and Social Rights"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-8eb18b6102d444937bc6af5822a6742812165b48","eu-tr-987241938472-54"]}} -{"id":"ec-meeting-2022-05-17-2f88b2542f32d2978b6b3e03d4cb0294194fb80a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-17 - Cabinet of Commissioner Mairead Mcguinness x Société Générale"],"date":["2022-05-17"],"summary":["open finance\r\ndigital agenda"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["eu-tr-34369111614-57","ec-person-0ba9b89127b39af6a66f2fc3ed727332f1b19a34"]}} -{"id":"ec-meeting-2022-05-17-88633412b2bced568ab2144cea1493c3b8581730","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-17 - Cabinet of Commissioner Mairead Mcguinness x Wise Ltd"],"date":["2022-05-17"],"summary":["PSD2 review, instant payments"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-2b9c589fb2354bd93067644d2c3d2c058d4c4cc9","ec-person-778f68c06d4985a2eda59737cdb80e7a4570f90f","eu-tr-843309518020-96"]}} -{"id":"ec-meeting-2022-05-17-9140c3513c17fdb080da86b0dec49d0ec7d2541d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-17 - Cabinet of Commissioner Didier Reynders x Verbraucherzentrale Bundesverband"],"date":["2022-05-17"],"summary":["Empowering consumers ; Sustainable Corporate due diligence"],"notes":["Portfolio: Justice"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-didier-of-reynders"],"involved":["ec-person-1e25399e2267734c5f4c69093d2286c8898ee9f0","eu-tr-2893800753-48"]}} -{"id":"ec-meeting-2022-05-17-93109cc6b4530df5fd065dda82f4235a6e44c2d2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-17 - Cabinet of Vice-President Věra Jourová x Rundfunkrat des Westdeutschen Rundfunks"],"date":["2022-05-17"],"summary":["EMFA"],"notes":["Portfolio: Values and Transparency"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["ec-person-aa83f35da599b82e4f15da018f4b3447eb648f7c","eu-tr-822081118841-09"]}} -{"id":"ec-meeting-2022-05-17-99fac1bc477f242f8200472635af8f465f9b0277","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-17 - Environment x American Chamber of Commerce to the European Union"],"date":["2022-05-17"],"summary":["Product based legislation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-env"],"involved":["ec-person-f9559d68da38935569ff0be1cadd90e05f0454bd","eu-tr-5265780509-97"]}} -{"id":"ec-meeting-2022-05-17-ae4631b84c664c3c76fccf28c25fff4a089b2c52","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-17 - Energy x TotalEnergies SE"],"date":["2022-05-17"],"summary":["Discussion on security of supply, diversification, energy prices and the energy transition."],"location":["videoconference"],"address":["videoconference"],"addressEntity":["addr-92b2fbb928e012810d80d9ef1abe12027beee200"],"organizer":["ec-dg-ener"],"involved":["eu-tr-1849405799-88","ec-person-9c0f33ecb9f6badd5f4b5f1a4bd7677e18a52a22"]}} -{"id":"ec-meeting-2022-05-17-c92cdd6f8e7c3808bcfaad674348f4aeb247bcf8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-17 - Climate Action x Global CCS Institute Ltd"],"date":["2022-05-17"],"summary":["Carbon capture utilization and storage"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-clima"],"involved":["ec-person-9c5c685692a09a77f2bc8ae9c05663b87cd75aae","eu-tr-378142414263-73"]}} -{"id":"ec-meeting-2022-05-17-d25c5e2fee1040fd678940179a2dcb6f96834b79","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-17 - Cabinet of Commissioner Thierry Breton x Telefonica, S.A."],"date":["2022-05-17"],"summary":["Update on Telecom industry issues"],"notes":["Portfolio: Internal Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-52431421-12","ec-person-4d83416435f81b1f1e8f5c86aeebb1478577f1d2"]}} -{"id":"ec-meeting-2022-05-17-d3dabd2b0e849cb4054edf7b3d8d664109e7ceb4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-17 - Cabinet of Commissioner Thierry Breton x Clean Air Task Force, Inc."],"date":["2022-05-17"],"summary":["Carbon capture and storage as a tool for decarbonising industry"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-316522140912-19","ec-person-6308dea893b9b1ca0dcd5b91b4a1ac4c2f3020ad"]}} -{"id":"ec-meeting-2022-05-17-dcf1d84378942ea780dc3204e93e0bd8c15f6ba3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-17 - Cabinet of Commissioner Jutta Urpilainen x Emmaus Europe"],"date":["2022-05-17"],"summary":["Africa, cooperation with CSOs."],"notes":["Portfolio: International Partnerships"],"location":["Videoconferece"],"address":["Videoconferece"],"addressEntity":["addr-eb34025336c18a15a5b59a792815ac4275d8866a"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["eu-tr-487800623288-65","ec-person-7c4fa9cfb750b5b524c065180fcee1123b8df03e"]}} -{"id":"ec-meeting-2022-05-17-edd459853e03f31106125026a2e7d49c4acb1ea0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-17 - Cabinet of Executive Vice-President Valdis Dombrovskis x Confederation of Finnish Industries EK"],"date":["2022-05-17"],"summary":["Finland's NATO membership, economic outlook EU and Finland, economic governance, EU Trade"],"notes":["Portfolio: An Economy that Works for People"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-9e7bd1005456277f156b671d1555c6a460fb2f58","ec-person-7e9813c16d805ee7ebea3ef6444f384bc32abaaa","eu-tr-1274604847-34"]}} -{"id":"ec-meeting-2022-05-17-f5502c3de3a341047fc2d8247572e45b59f08791","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-17 - Cabinet of Commissioner Ylva Johansson x Skogen, Kemin, Gruvorna och Stålet"],"date":["2022-05-17"],"summary":["State of play Swedish and Finnish Forest industry\r\nTaxonomy"],"notes":["Portfolio: Home Affairs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-johansson-of-ylva"],"involved":["eu-tr-65573757907-62","ec-person-e80f1d4512f8632e5baa488ed887e131294d744e"]}} -{"id":"ec-meeting-2022-05-17-fbf412bc6913042442adcac755c8836f77daa16a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-17 - Environment x Apple Inc."],"date":["2022-05-17"],"summary":["sustainable product initiative"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-env"],"involved":["ec-person-f9559d68da38935569ff0be1cadd90e05f0454bd","eu-tr-588327811384-96"]}} -{"id":"ec-meeting-2022-05-18-0bcc61483a75b2eed13056e3383fa9d03ab731b2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-18 - Cabinet of Executive Vice-President Margrethe Vestager x Klarna Bank AB"],"date":["2022-05-18"],"summary":["Digital finance"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0","ec-person-71043372bdf7ac2868e93db35f9e2f420db778e3","eu-tr-909481346459-35"]}} -{"id":"ec-meeting-2022-05-18-0faf74097248a530db588cc727972147f94c83c2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-18 - Climate Action x EPIA SolarPower Europe"],"date":["2022-05-18"],"summary":["Energy Security and REPowerEU"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-clima"],"involved":["ec-person-9c5c685692a09a77f2bc8ae9c05663b87cd75aae","eu-tr-2680046412-48"]}} -{"id":"ec-meeting-2022-05-18-1243400dc3873a5b509bc4ea293be3a498f1b08e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-18 - Cabinet of Vice-President Věra Jourová x Microsoft Corporation"],"date":["2022-05-18"],"summary":["Code of Practice, Privacy Shield, DSA and political advertising"],"notes":["Portfolio: Values and Transparency"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["eu-tr-0801162959-21","ec-person-bf54da17217bbddfd9c68fe24d88005ac17e2c4b"]}} -{"id":"ec-meeting-2022-05-18-1e1770bf4abca7a746c0aa7e4c6ae4cd0db83906","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-18 - Cabinet of Executive Vice-President Valdis Dombrovskis x DIGITALEUROPE"],"date":["2022-05-18"],"summary":["TTC"],"notes":["Portfolio: An Economy that Works for People"],"location":["video meeting"],"address":["video meeting"],"addressEntity":["addr-461e1e892f0c482e21523e45368c4331d84fbeef"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["eu-tr-64270747023-20","ec-person-7e9813c16d805ee7ebea3ef6444f384bc32abaaa"]}} -{"id":"ec-meeting-2022-05-18-2339c298e197eb516e0dbeee36beace79992a4c3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-18 - Cabinet of Executive Vice-President Margrethe Vestager x ITI - The Information Technology Industry Council"],"date":["2022-05-18"],"summary":["Digital Services Act, Data Act"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-061601915428-87","ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0","ec-person-73fb1ddd279f8c6697a055567a2c09606006b875","ec-person-11ba005cc4046696303381b7ca219da9b11a42bf"]}} -{"id":"ec-meeting-2022-05-18-24d97baae585844d0680f4e54768d4662f85ee8c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-18 - Cabinet of President Ursula von der Leyen x Klarna Bank AB"],"date":["2022-05-18"],"summary":["Discuss innovation in online payments in the EU, competition in the banking sector, the future of online shopping and online platforms, allowing consumers to own their data and what more we can do to support the growth of the EU's digital economy."],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-7019713e72781afb1f3b19032c4752a314b78180","ec-person-a159f03add374257584565c2b05cc5539a7526e6","eu-tr-909481346459-35"]}} -{"id":"ec-meeting-2022-05-18-5125c059bb18b9a3eab64ecad418088c1a92389b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-18 - Cabinet of Commissioner Mariya Gabriel x Society of Audiovisual Authors"],"date":["2022-05-18"],"summary":["Young creators and authors' rights"],"notes":["Portfolio: Innovation and Youth"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["ec-person-fa64a5880d41ebf63dcede9b77929dd30fbf312f","eu-tr-99336382936-11"]}} -{"id":"ec-meeting-2022-05-18-5bb0bfe3bf7cfb9dfcca6a69b20fc2350172908d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-18 - Trade x Chamber of Commerce of the United States of America"],"date":["2022-05-18"],"summary":["EU-US cooperation, sanctions, China, Digital"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-trade"],"involved":["ec-person-2045c2589da3988908fcfe731e8224e7e06a7c63","eu-tr-483024821178-51"]}} -{"id":"ec-meeting-2022-05-18-5d06d9f634ef449b0c4ad418f126e01f3aa826d9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-18 - Financial Stability, Financial Services and Capital Markets Union x Euroclear SA/NV"],"date":["2022-05-18"],"summary":["Courtesy meeting, CSDR"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-88290282308-75","ec-person-1fce211249673c35ee07a801ddee77ab24af8d54"]}} -{"id":"ec-meeting-2022-05-18-612ae0b0a3f199df675fe783edb1fe4fc0f129b3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-18 - Taxation and Customs Union x None"],"date":["2022-05-18"],"summary":["Videoconference - Stakeholder event to gather views on the upcoming revision of the tobacco taxation directive"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-taxud"],"involved":["eu-tr-31367501249-92","eu-tr-92573623984-60","eu-tr-92802501097-37","eu-tr-734628928687-45","ec-person-9e42f316f38c8e126c2cd2bc84affb891338c7f3","eu-tr-0138855852-93","eu-tr-6403725595-50","eu-tr-2427500988-58","eu-tr-354946837243-73","eu-tr-62460931291-40","eu-tr-065475744608-04","eu-tr-36576556470-62","eu-tr-175323916168-03","eu-tr-25901146020-53","eu-tr-38091528151-27","eu-tr-52916966911-90","eu-tr-094039644810-79","eu-tr-27567784437-46","eu-tr-04458109373-91","eu-tr-51925911965-76","eu-tr-3843982938-44","eu-tr-60402754518-05","eu-tr-17882036839-35","eu-tr-511123241099-96","eu-tr-79170323734-59","eu-tr-458778445993-75"]}} -{"id":"ec-meeting-2022-05-18-66b3c8ec1b896a7d38d5771c0a422c23f41c4d02","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-18 - Cabinet of Commissioner Stella Kyriakides x European Confederation of Pharmaceutical Entrepreneurs"],"date":["2022-05-18"],"summary":["Exchange of views on the upcoming reform of the pharmaceutical legislation"],"notes":["Portfolio: Health"],"location":["Brussels, virtual"],"address":["Brussels, virtual"],"addressEntity":["addr-a77aad37184191a1e2534f0bc3ae06cdbb66cf4a"],"organizer":["ec-cabinet-commissioner-kyriakides-of-stella"],"involved":["eu-tr-87600691525-93","ec-person-ecf9f9e978b833afc98ee022572d468f0dc9a352","ec-person-991ce64cea5178762c932ac823ea5d309e7a8d93"]}} -{"id":"ec-meeting-2022-05-18-6ddc0a020510bb9630feedff568cad2f3b5134e0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-18 - Cabinet of Executive Vice-President Valdis Dombrovskis x European Branded Clothing Alliance"],"date":["2022-05-18"],"summary":["Enforcement and implementation of trade agreements\r\nAnti-coercion instrument\r\nTrade negotiations with Mexico and Mercosur and South Asia\r\nCounterfeiting"],"notes":["Portfolio: An Economy that Works for People"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["eu-tr-61866543669-46","ec-person-7433d96a6e6f46c9f9174db79ec61c387dffa509"]}} -{"id":"ec-meeting-2022-05-18-809a5341ad59229a173d6fc0460dae2b4fb8e35b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-18 - Taxation and Customs Union x ENGIE"],"date":["2022-05-18"],"summary":["Videoconference - Discussion on national energy taxation measures"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-taxud"],"involved":["eu-tr-90947457424-20","ec-person-9e42f316f38c8e126c2cd2bc84affb891338c7f3"]}} -{"id":"ec-meeting-2022-05-18-828b85cbfae491490e67d6d8912457317ae02366","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-18 - Directorate-General for International Partnerships x Kohlberg Kravis Roberts & Co. Partners LLP"],"date":["2022-05-18"],"summary":["Courtesy"],"location":["online"],"address":["online"],"addressEntity":["addr-2dbc2fd2358e1ea1b7a6bc08ea647b9a337ac92d"],"organizer":["ec-dg-intpa"],"involved":["eu-tr-557467520774-65","ec-person-afe6f55069d2cc5483157e138e41abd63140fdd8"]}} -{"id":"ec-meeting-2022-05-18-86377a334751dfbc6c53615a6faa74dcc96ff27c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-18 - Cabinet of Executive Vice-President Margrethe Vestager x Polish Confederation Lewiatan"],"date":["2022-05-18"],"summary":["war in Ukraine, Green Deal, Digital Agenda."],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-3da433aae105b13fe027e9c9b3dcac2c97029370","eu-tr-251117611140-75","ec-person-eecca27e2a9c3fc0d4bd43564e4960382705feef","ec-person-0e93ebac9bad76e1351e0981f04e7ef88848f943"]}} -{"id":"ec-meeting-2022-05-18-8c26f4b9543e5af1437c261287b6044818f422ad","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-18 - Cabinet of Executive Vice-President Margrethe Vestager x Central Denmark EU Office"],"date":["2022-05-18"],"summary":["Green and digital transition"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-67105877452-82","ec-person-11ba005cc4046696303381b7ca219da9b11a42bf"]}} -{"id":"ec-meeting-2022-05-18-a589f2a7c55df3aed303c2f71638f572448222ad","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-18 - Competition x AIR LIQUIDE"],"date":["2022-05-18"],"summary":["Overall discussion on energy matters, energy markets and IPCEI"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-comp"],"involved":["ec-person-f257bc19c568ad25083c1c1e1651426245cefedf","eu-tr-94857385769-70"]}} -{"id":"ec-meeting-2022-05-18-a8bde82fc696750d6b046b5db41dff0a81102245","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-18 - Cabinet of Executive Vice-President Valdis Dombrovskis x American Chamber of Commerce to the European Union"],"date":["2022-05-18"],"summary":["Exchange of views on the EU-US Trade and Technology Council meeting in Paris"],"notes":["Portfolio: An Economy that Works for People"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-1d8581216d9aa7f26fa098a81e84ca61e0e3f261","ec-person-7e9813c16d805ee7ebea3ef6444f384bc32abaaa","eu-tr-5265780509-97"]}} -{"id":"ec-meeting-2022-05-18-ab56cec58d719cae538371a0605574c226abbfe9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-18 - Taxation and Customs Union x Chamber of Commerce of the United States of America"],"date":["2022-05-18"],"summary":["Physical meeting - Exchange on topics including: CBAM, implementation of the OECD agreement, VAT reform, energy taxation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-taxud"],"involved":["ec-person-9e42f316f38c8e126c2cd2bc84affb891338c7f3","eu-tr-483024821178-51"]}} -{"id":"ec-meeting-2022-05-18-b155c7e9f7163c511eabf661ccad5e12fd1e29c4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-18 - Cabinet of Vice-President Maroš Šefčovič x European Movement Ireland"],"date":["2022-05-18"],"summary":["Meeting the new Chairman of the organisation"],"notes":["Portfolio: Interinstitutional Relations and Foresight"],"location":["Bruxelles"],"address":["Bruxelles"],"addressEntity":["addr-b58f5927b66d94a676970dc048485d4c6848f272"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-496133025107-40","ec-person-1f95be23689cd4ed0a26fe2980f760ccf2d55c1e"]}} -{"id":"ec-meeting-2022-05-18-b8f0a90d05d08f68286f6a05b23ae199f7c5ba94","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-18 - Cabinet of Commissioner Thierry Breton x VEON Ltd"],"date":["2022-05-18"],"summary":["Telecom situation in Ukraine"],"notes":["Portfolio: Internal Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-4d83416435f81b1f1e8f5c86aeebb1478577f1d2","eu-tr-343076046534-12"]}} -{"id":"ec-meeting-2022-05-18-c2213f654c8a9e5f77b475ec74ee297e32076ec4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-18 - Cabinet of Vice-President Margaritis Schinas x Ukrainian Business and Trade Association"],"date":["2022-05-18"],"summary":["Ukrainian reconstruction"],"notes":["Portfolio: Promoting the European Way of Life"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-margaritis-of-president-schinas-vice"],"involved":["ec-person-2e04e278a7f128b3ac72d2af3db94d4ebed934da","ec-person-43f9f86cfe94e45a95f7fbdea9a59a54955ebcfa","eu-tr-936111838444-51"]}} -{"id":"ec-meeting-2022-05-18-e7444d7c2e994d9deb6a627138ad6829b65931d7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-18 - Cabinet of Executive Vice-President Margrethe Vestager x Microsoft Corporation"],"date":["2022-05-18"],"summary":["Digital policies"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-0801162959-21","ec-person-11d97788772862bb34f51dd26d7f92603eac1bf8","ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0","ec-person-73fb1ddd279f8c6697a055567a2c09606006b875"]}} -{"id":"ec-meeting-2022-05-18-f69ec8078c2b7d75c19b1fc5241172838d0e465f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-18 - Cabinet of President Ursula von der Leyen x European Jewish Community Centre"],"date":["2022-05-18"],"summary":["Eurochanukah 2022 and the European Community Centre for Jewish Life."],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["eu-tr-130201328260-50","ec-person-66d141295841bdd2d0679d93aae62e07580fcee5"]}} -{"id":"ec-meeting-2022-05-18-f7483f7d642e7044c64eb3c7e534808530f77f0d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-18 - Cabinet of Commissioner Mairead Mcguinness x Klarna Bank AB"],"date":["2022-05-18"],"summary":["PSD2 review, Open Banking"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-2b9c589fb2354bd93067644d2c3d2c058d4c4cc9","ec-person-778f68c06d4985a2eda59737cdb80e7a4570f90f","eu-tr-909481346459-35"]}} -{"id":"ec-meeting-2022-05-19-025aba6f6a72743989b0824f9b0951463ad435e4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-19 - Cabinet of Commissioner Kadri Simson x Gas Distributors for Sustainability"],"date":["2022-05-19"],"summary":["GD4S Sustainability Charter 'Decarbonising the gas grid as a key\r\nenabler for a climate neutral society'."],"notes":["Portfolio: Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["ec-person-ba3b83676ad38094e71b64b644f3e3d2c61b8182","eu-tr-382692732615-35","ec-person-1995c65b8dc7f3702a8c30ed96a0144075848837"]}} -{"id":"ec-meeting-2022-05-19-171cd19936d80ef9dec7ba36e9c94bb54939d322","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-19 - Cabinet of Commissioner Jutta Urpilainen x The ONE Campaign"],"date":["2022-05-19"],"summary":["Impact of COVID, Russian war against Ukraine and climate change on the African countries"],"notes":["Portfolio: International Partnerships"],"location":["Berlin, Germany"],"address":["Berlin, Germany"],"addressEntity":["addr-45087614a913d81becb706e8469c1cd56b027e7f"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["ec-person-7204caa5e704bc4a911fee13ad5c0f62fd74b3bc","eu-tr-26098317349-65","ec-person-7c4fa9cfb750b5b524c065180fcee1123b8df03e"]}} -{"id":"ec-meeting-2022-05-19-308ec3bb0c647425f0fee269c110956bb10082fe","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-19 - Cabinet of Commissioner Virginijus Sinkevičius x OCEANA Seas At Risk"],"date":["2022-05-19"],"summary":["Nature Restoration Law and the Action Plan on marine ecosystmes."],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["ec-person-c92a6b4ef8328855b0234011be623ed9f15c86f3","eu-tr-625261439488-38","eu-tr-47937943241-80","ec-person-df7b6800b8d3048e28fedb084a8b0b72260d7a0a"]}} -{"id":"ec-meeting-2022-05-19-31d558d15aaaba77d04e269bfae4434081f609e7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-19 - Cabinet of Executive Vice-President Frans Timmermans x UIRR, International Union for Road-Rail Combined Transport"],"date":["2022-05-19"],"summary":["Keynote on Zero-Carbon Combined Transport"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-49307536642-11","ec-person-d56ecbfde17436a136fc89c9a978b266e8285c84"]}} -{"id":"ec-meeting-2022-05-19-5e9e56e9658d578df17f8b430ec1752268693325","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-19 - Internal Market, Industry, Entrepreneurship and SMEs x Polish Confederation Lewiatan"],"date":["2022-05-19"],"summary":["1.\tThe impact of war in Ukraine on Polish economy\r\n2.\tThe Green Deal in context of opportunities and challenges for the Polish economy. Automotive sector situation.\r\n3.\tEU Digital Agenda.\r\n4.\tAPI production in pharmaceutical sector."],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-grow"],"involved":["ec-person-0151c7e554d188fffc509ad636b7d1a84c5dfcd5","eu-tr-251117611140-75"]}} -{"id":"ec-meeting-2022-05-19-5eb011123ab04b3b31ada78dd86d834c6c71c6be","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-19 - Cabinet of Vice-President Maroš Šefčovič x Suomen itsenäisyyden juhlarahasto"],"date":["2022-05-19"],"summary":["Follow-up discussion on strategic foresight"],"notes":["Portfolio: Interinstitutional Relations and Foresight"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-582824527068-76","ec-person-d8af7eb5b715c9bd960f9661cb5170f8c6230853"]}} -{"id":"ec-meeting-2022-05-19-742af5c0a7e87a5b597df036e38175c45e1759dd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-19 - Cabinet of Commissioner Thierry Breton x Meta Platforms Ireland Limited and its various subsidiaries (f/k/a Facebook Ireland Limited)"],"date":["2022-05-19"],"summary":["Content moderation and compliance with digital regulations"],"notes":["Portfolio: Internal Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","ec-person-4d83416435f81b1f1e8f5c86aeebb1478577f1d2","eu-tr-28666427835-74"]}} -{"id":"ec-meeting-2022-05-19-83061d88a0e3ac86bdb81e6c0a339373a2dda870","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-19 - Cabinet of Executive Vice-President Valdis Dombrovskis x Dow Europe GmbH"],"date":["2022-05-19"],"summary":["- State of play on Carbon Border Adjustment Mechanism\r\n- Transition Pathway Initiative on chemicals\r\n- Future of hydrogen market in Europe"],"notes":["Portfolio: An Economy that Works for People"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-4afd4ae4e50604ac3c0c9ae597bcb74eb1dd31b6","eu-tr-38235121060-73"]}} -{"id":"ec-meeting-2022-05-19-8331e5a61620c364b5829888e5d394bc8543d50c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-19 - Cabinet of Executive Vice-President Frans Timmermans x Ragn Sells AS Ragn-Sellsföretagen"],"date":["2022-05-19"],"summary":["Presentation of circular OSA project on the recovery of resources from oil shale ash waste deposits"],"notes":["Portfolio: European Green Deal"],"location":["Narva, Estonia"],"address":["Narva, Estonia"],"addressEntity":["addr-2f19d6daff61aecf6f66c16ac71d861360f1c9c5"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-7c876f4825f213b8adbedf089ccedfbc3b36d65b","eu-tr-678135546568-21","eu-tr-847206146825-85"]}} -{"id":"ec-meeting-2022-05-19-8e3ab8536ca3a50d9d04407cb4dae5ec795db24b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-19 - Financial Stability, Financial Services and Capital Markets Union x Ernst & Young Core Business Services BV"],"date":["2022-05-19"],"summary":["Banking Package"],"location":["Virtual meeting"],"address":["Virtual meeting"],"addressEntity":["addr-1f1f3f51a4da31a1ea5c1b4b21cbf52ad983224f"],"organizer":["ec-dg-fisma"],"involved":["ec-person-1fce211249673c35ee07a801ddee77ab24af8d54","eu-tr-04458109373-91"]}} -{"id":"ec-meeting-2022-05-19-9c76334bbd5861e235573ccd9c2bd9059303c7d5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-19 - Cabinet of Commissioner Virginijus Sinkevičius x Polish Confederation Lewiatan"],"date":["2022-05-19"],"summary":["to discuss the Green Deal, the Circular Economy and the European Forum of New Ideas in Sopot"],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["ec-person-7d3108a3faddd62588ca5729ecf06d7d51aee243","eu-tr-251117611140-75","ec-person-a58f1d06f5cb1d8dfd278e0c36d5aa1b9368b270"]}} -{"id":"ec-meeting-2022-05-19-a41432386b9a0a76c7f8b4433e79ab356e97a7e8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-19 - Cabinet of Commissioner Mairead Mcguinness x Fédération bancaire française"],"date":["2022-05-19"],"summary":["Panel discussion on the role of banks in the economic recovery"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["virtual meeting"],"address":["virtual meeting"],"addressEntity":["addr-225c82a032511500bff73b3efe0d857849613fd9"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-2b9c589fb2354bd93067644d2c3d2c058d4c4cc9","eu-tr-09245221105-30","ec-person-49e520c7a9c9c47ccb5acfa68f9416e4233af9f8"]}} -{"id":"ec-meeting-2022-05-19-b7a3bada277cd89732a9dd967568d6ed0f75ab8c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-19 - Cabinet of Vice-President Věra Jourová x Meta Platforms Ireland Limited and its various subsidiaries (f/k/a Facebook Ireland Limited)"],"date":["2022-05-19"],"summary":["Code of Practice, Privacy Shield, DSA, Disinformation"],"notes":["Portfolio: Values and Transparency"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["ec-person-bf54da17217bbddfd9c68fe24d88005ac17e2c4b","eu-tr-28666427835-74"]}} -{"id":"ec-meeting-2022-05-19-b7e16a69c8ddb53e4887ca69fb7bc758311a56a6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-19 - Energy x BASF SE"],"date":["2022-05-19"],"summary":["Discussion on security of supply, diversification and energy prices."],"location":["videoconference"],"address":["videoconference"],"addressEntity":["addr-92b2fbb928e012810d80d9ef1abe12027beee200"],"organizer":["ec-dg-ener"],"involved":["eu-tr-7410939793-88","ec-person-9c0f33ecb9f6badd5f4b5f1a4bd7677e18a52a22"]}} -{"id":"ec-meeting-2022-05-19-c22c2b236b5091b8242055e16e32921d9e27ec74","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-19 - Research and Innovation x Breakthrough Energy Catalyst Foundation"],"date":["2022-05-19"],"summary":["Storage technologies, both for R&D and the roll out of more mature technology options"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-dg-rtd"],"involved":["ec-person-1d348f33395de0ea6773a7b4ae8797e3e0392f73","eu-tr-424103441763-49"]}} -{"id":"ec-meeting-2022-05-19-ca518f27774544ea766a7db61f70f99b22b23f12","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-19 - Agriculture and Rural Development x Fédération Européenne des Fabricants d'Aliments Composés"],"date":["2022-05-19"],"summary":["Preparatory for 66th FEFAC Annual Public Meeting on 2nd June 2022 “EU food & feed autonomy in times of crisis / EU Resilience plan and the Green Deal”"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-agri"],"involved":["ec-person-94f7c6e6875fa76120558bda38f913792cc61934","eu-tr-77105321408-83"]}} -{"id":"ec-meeting-2022-05-19-caebc02736eeb9badad52e9309af84f50c6fcad0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-19 - Cabinet of Commissioner Jutta Urpilainen x Afrika-Verein der deutschen Wirtschaft e.V."],"date":["2022-05-19"],"summary":["Global Gateway"],"notes":["Portfolio: International Partnerships"],"location":["Berlin, Germany"],"address":["Berlin, Germany"],"addressEntity":["addr-45087614a913d81becb706e8469c1cd56b027e7f"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["ec-person-7204caa5e704bc4a911fee13ad5c0f62fd74b3bc","eu-tr-018456746589-65","ec-person-7c4fa9cfb750b5b524c065180fcee1123b8df03e"]}} -{"id":"ec-meeting-2022-05-19-d3f827b8cb40e1783202b292b8e4ba30b501a6e2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-19 - Cabinet of Commissioner Mairead Mcguinness x Finance Watch"],"date":["2022-05-19"],"summary":["sustainable finance\r\nretail investment"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-0ba9b89127b39af6a66f2fc3ed727332f1b19a34","eu-tr-37943526882-24","ec-person-778f68c06d4985a2eda59737cdb80e7a4570f90f"]}} -{"id":"ec-meeting-2022-05-19-de15441ed318cdffda4b706a49cb46a938db1b4a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-19 - Cabinet of Vice-President Dubravka Šuica x Union of European Football Associations"],"date":["2022-05-19"],"summary":["Volunteering for older people"],"notes":["Portfolio: Democracy and Demography"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-dubravka-of-president-suica-vice"],"involved":["ec-person-2ea66ac99d83c7f0ff7dfcfd7d90f9416dc22e61","eu-tr-39217046408-27"]}} -{"id":"ec-meeting-2022-05-19-fb50522281ddb4d831ab25c8494ab2618623f579","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-19 - Cabinet of Commissioner Ylva Johansson x Confederation of Swedish Enterprise"],"date":["2022-05-19"],"summary":["General introduction to the work of the Commission as an institution"],"notes":["Portfolio: Home Affairs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-johansson-of-ylva"],"involved":["eu-tr-39912257528-48","ec-person-e80f1d4512f8632e5baa488ed887e131294d744e"]}} -{"id":"ec-meeting-2022-05-20-1da430f390bbe1519cc34b05780f535021af4848","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-20 - Internal Market, Industry, Entrepreneurship and SMEs x Bureau Européen des Unions de Consommateurs"],"date":["2022-05-20"],"summary":["BEUC would like to discuss about the following topics: Product safety and market surveillance, toy safety directive, product liability directive, standardisation/liability, forced labour / sustainable corporate governance, and possibly supply chain"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-dg-grow"],"involved":["ec-person-0151c7e554d188fffc509ad636b7d1a84c5dfcd5","eu-tr-9505781573-45"]}} -{"id":"ec-meeting-2022-05-20-2a7c097cf5fdbc9cb94b0bb862feccb7faa2a53c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-20 - Cabinet of Executive Vice-President Frans Timmermans x Bolt"],"date":["2022-05-20"],"summary":["Discussion on green mobility"],"notes":["Portfolio: European Green Deal"],"location":["Tallinn"],"address":["Tallinn"],"addressEntity":["addr-eaaa98c29bbb4b0a508515a16c8b783a19a2a3df"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-995377734447-25","ec-person-7c876f4825f213b8adbedf089ccedfbc3b36d65b"]}} -{"id":"ec-meeting-2022-05-20-2f09f45584355f54940554dbb1f1517a1d426aee","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-20 - Financial Stability, Financial Services and Capital Markets Union x Bruegel"],"date":["2022-05-20"],"summary":["European policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-458295331598-02","ec-person-1fce211249673c35ee07a801ddee77ab24af8d54"]}} -{"id":"ec-meeting-2022-05-20-30da7aa4a7308befcda6f2563096386c39463cb0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-20 - Cabinet of Commissioner Thierry Breton x Airbus"],"date":["2022-05-20"],"summary":["Clean aviation prospects and development"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-6308dea893b9b1ca0dcd5b91b4a1ac4c2f3020ad","eu-tr-2732167674-76"]}} -{"id":"ec-meeting-2022-05-20-49885e60cdad52d19528fd4cfc60b2860e5a2ed0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-20 - Cabinet of Commissioner Didier Reynders x Jerónimo Martins, SGPS, S.A."],"date":["2022-05-20"],"summary":["Substainable Corporate Governance"],"notes":["Portfolio: Justice"],"location":["video conference"],"address":["video conference"],"addressEntity":["addr-6dc12e3c97077db82f32184f24341ce370a445fd"],"organizer":["ec-cabinet-commissioner-didier-of-reynders"],"involved":["eu-tr-517522445134-38","ec-person-442bf1ae9900b999673cdd7389224d0e21b67d4d"]}} -{"id":"ec-meeting-2022-05-20-7e32a42382f67572d9b39587541c5ee3c837215c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-20 - Cabinet of Commissioner Mariya Gabriel x IMPALA Association Internationale AISBL"],"date":["2022-05-20"],"summary":["Climate (green transition)\r\nSkills"],"notes":["Portfolio: Innovation and Youth"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-12383069253-19","ec-person-b858566ca66e8beffd2e5cdeee3e42c30770c7c0"]}} -{"id":"ec-meeting-2022-05-20-854f612f8d929dce444bd5fbb62f17cdac924a3b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-20 - Energy x Trans Adriatic Pipeline"],"date":["2022-05-20"],"summary":["Discussion on security of supply and gas infrastructure."],"location":["videoconference"],"address":["videoconference"],"addressEntity":["addr-92b2fbb928e012810d80d9ef1abe12027beee200"],"organizer":["ec-dg-ener"],"involved":["ec-person-9c0f33ecb9f6badd5f4b5f1a4bd7677e18a52a22","eu-tr-570335813082-79"]}} -{"id":"ec-meeting-2022-05-20-a61dcc1e30cabad0cb6ac070b5c3e27195be0d01","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-20 - Cabinet of Executive Vice-President Frans Timmermans x Bolt Kwota OÜ Comodule OÜ Cleantech ForEst Mittetulundusühing InToRingy OÜ Grünfin AS Solarstone OÜ E-Agronom OÜ Aus Design Revaluate OÜ Timbeter Skeleton Technologies OÜ Eleport OÜ PowerUP Fuel Cells OÜ Single.Earth"],"date":["2022-05-20"],"summary":["Implementation of the European Green Deal and the challenges and opportunities for the Estonian innovative start-up sector"],"notes":["Portfolio: European Green Deal"],"location":["Tallinn"],"address":["Tallinn"],"addressEntity":["addr-eaaa98c29bbb4b0a508515a16c8b783a19a2a3df"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-7c876f4825f213b8adbedf089ccedfbc3b36d65b","eu-tr-836747546780-74","eu-tr-458348124803-65","eu-tr-995377734447-25","eu-tr-341681346541-18","eu-tr-948703946539-55","eu-tr-593222246575-61","eu-tr-327468346553-28","eu-tr-599164846164-21","eu-tr-740379246542-49","eu-tr-041006746529-67","eu-tr-278387046549-76","eu-tr-362467946603-18","eu-tr-867946746560-40","eu-tr-652814546543-17","eu-tr-581275346530-18"]}} -{"id":"ec-meeting-2022-05-20-b06cff9cfe66b31a1492733f75b3346836080ae0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-20 - Foreign Policy Instruments x CENTRE HENRY DUNANT POUR LE DIALOGUE HUMANITAIRE"],"date":["2022-05-20"],"summary":["Current collaboration in Central Africa"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fpi"],"involved":["ec-person-c807b0d7987703f3934e9e3417c0a8b3cb2cd297","eu-tr-304743246533-21"]}} -{"id":"ec-meeting-2022-05-20-c0519fd763c232794acdc315048981f34efba2e1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-20 - Cabinet of Executive Vice-President Valdis Dombrovskis x EUROPEAN TRADE UNION CONFEDERATION"],"date":["2022-05-20"],"summary":["Follow-up to the EU-US Trade and Technology Council meeting in Paris"],"notes":["Portfolio: An Economy that Works for People"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-1d8581216d9aa7f26fa098a81e84ca61e0e3f261","eu-tr-06698681039-26"]}} -{"id":"ec-meeting-2022-05-20-cd0dac40dee194d255319bb39125bffc77a862f2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-20 - Cabinet of Commissioner Nicolas Schmit x Österreichischer Gewerkschaftsbund"],"date":["2022-05-20"],"summary":["Adequate minimum wages, social dialogue initiative and proposal on platform work."],"notes":["Portfolio: Jobs and Social Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-66fa2c2d100ec194caa42b5c6f97c36e2748b71c","ec-person-4cf4655ab41922e92160325d987a3c4615c72d30","ec-person-c03b949331dbbe5fa3d5423758e371ec1b9b832f","eu-tr-43246044354-41"]}} -{"id":"ec-meeting-2022-05-20-d4eb5916013b269d0c252ecf1422ec1f3a6fca38","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-20 - Energy x ENEL SpA"],"date":["2022-05-20"],"summary":["Discussion on security of supply and electricity market design."],"location":["videoconference"],"address":["videoconference"],"addressEntity":["addr-92b2fbb928e012810d80d9ef1abe12027beee200"],"organizer":["ec-dg-ener"],"involved":["ec-person-9c0f33ecb9f6badd5f4b5f1a4bd7677e18a52a22","eu-tr-6256831207-27"]}} -{"id":"ec-meeting-2022-05-20-ef58b448cf7a990eb6f120ab8c14ce3054d1c61e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-20 - Cabinet of Commissioner Thierry Breton x European Digital Rights"],"date":["2022-05-20"],"summary":["Protecting net neutrality, confidentiality of information, eID"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-16311905144-06","ec-person-4d83416435f81b1f1e8f5c86aeebb1478577f1d2"]}} -{"id":"ec-meeting-2022-05-20-fc4fa2a54a85c23e3be25e2f1130074131667587","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-20 - Cabinet of Executive Vice-President Frans Timmermans x AS Graanul Invest Stiftelsen The Stockholm Environment Institute Eesti Põllumajandus-Kaubanduskoda Eesti Erametsaliit SA Eestimaa Looduse Fond"],"date":["2022-05-20"],"summary":["Discussion with stakeholders on the European forest-related policies, including the implementation of the EU Forest Strategy for 2030 and the LULUCF proposal"],"notes":["Portfolio: European Green Deal"],"location":["Tallinn"],"address":["Tallinn"],"addressEntity":["addr-eaaa98c29bbb4b0a508515a16c8b783a19a2a3df"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-419874835766-57","ec-person-7c876f4825f213b8adbedf089ccedfbc3b36d65b","eu-tr-713554846552-05","eu-tr-340415211061-17","eu-tr-800533940164-02","eu-tr-696331246538-94"]}} -{"id":"ec-meeting-2022-05-23-388434714556c1c95469da0a3734f73d9ceaa442","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-23 - Cabinet of Commissioner Jutta Urpilainen x World Vision Brussels & EU Representation ivzw/aisbl"],"date":["2022-05-23"],"summary":["Update on Youth Action Plan"],"notes":["Portfolio: International Partnerships"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["eu-tr-64689102746-48","ec-person-6357f4506ca5351b3a822936612fd6006da48722"]}} -{"id":"ec-meeting-2022-05-23-512aa7522d0f8f7372bddbc612f8da09239be2f7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-23 - Cabinet of Vice-President Margaritis Schinas x TikTok Technology Ltd"],"date":["2022-05-23"],"summary":["- current control of online content with view to preventing radicalisation & child sexual abuse"],"notes":["Portfolio: Promoting the European Way of Life"],"location":["Davos"],"address":["Davos"],"addressEntity":["addr-e260b1b791f27abac6a4f7771a2401be6aee67a9"],"organizer":["ec-cabinet-margaritis-of-president-schinas-vice"],"involved":["ec-person-d5cada2a1a17537a675985af31e5ce07ae3bfd42","ec-person-43f9f86cfe94e45a95f7fbdea9a59a54955ebcfa","eu-tr-165202837974-32"]}} -{"id":"ec-meeting-2022-05-23-5e397afb6c0ca744264ddec635f3dbb69b043cc6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-23 - Cabinet of Commissioner Mairead Mcguinness x Aercap Holdings NV Hume Brophy"],"date":["2022-05-23"],"summary":["Taxonomy"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["eu-tr-3843982938-44","ec-person-05e041b8d277691244c6f31f9f6c3e2c871b3392","eu-tr-461173445540-64"]}} -{"id":"ec-meeting-2022-05-23-62468031d5c96d10ea397e3cee34583d0ab509ae","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-23 - Cabinet of Commissioner Janusz Wojciechowski x Helmholtz-Gemeinschaft Deutscher Forschungszentren e.V. Stichting Wageningen Research ALIANZA 4-UNIVERSIDADES"],"date":["2022-05-23"],"summary":["Ukraine-Crisis impacts on food security: tackling the short-term shock in view of the larger threats of the Climate- and Biodiversity-Crises"],"notes":["Portfolio: Agriculture"],"location":["online"],"address":["online"],"addressEntity":["addr-2dbc2fd2358e1ea1b7a6bc08ea647b9a337ac92d"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["ec-person-cafe030b6dad78a75143f7552c420481b30ebceb","eu-tr-73792436593-97","eu-tr-70699309784-62","eu-tr-788890627072-28","ec-person-08c62f972c22464aca7a65520eb9406f8db14a66"]}} -{"id":"ec-meeting-2022-05-23-7c928836d1a3c1728a02bf2bc5d88879d296cd0e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-23 - Cabinet of Vice-President Věra Jourová x Česko.Digital, z. ú."],"date":["2022-05-23"],"summary":["Digitalisation"],"notes":["Portfolio: Values and Transparency"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["ec-person-fb258e0188a5319bfaba3161382db43f5a85851f","eu-tr-039743646583-57"]}} -{"id":"ec-meeting-2022-05-23-d220de15261f342ad345ec4293f8efad3760346c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-23 - Cabinet of Commissioner Thierry Breton x Mediapart"],"date":["2022-05-23"],"summary":["Media Freedom Act"],"notes":["Portfolio: Internal Market"],"location":["Paris"],"address":["Paris"],"addressEntity":["addr-22390ad11c32faec43fc61555b53607660b3c185"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","eu-tr-057123546909-48","ec-person-5215bd372c5a1202399d77ecceb8c16de8d7d55c"]}} -{"id":"ec-meeting-2022-05-24-0c5c4888ab11815897dd37752c8085816879afa2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-24 - Cabinet of High Representative Josep Borrell Fontelles x Lysios Public Affairs"],"date":["2022-05-24"],"summary":["Mr Pierre Menat is an old friend from FR Diplomatic Service and he wanted to introduce the consulting company where he is working now"],"notes":["Portfolio: High Representative of the Union for Foreign Affairs and Security Policy / Vice-President of the Commission"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-borrell-cabinet-fontelles-high-josep-of-representative"],"involved":["eu-tr-22561156762-32","ec-person-d38139fc9996353b508c5a13d21e63cbdde379be"]}} -{"id":"ec-meeting-2022-05-24-2e724fdba1e0932919e7e4a5e99744f4b03ce889","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-24 - Cabinet of Commissioner Adina Vălean x BP p.l.c."],"date":["2022-05-24"],"summary":["Energy"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["eu-tr-3394026642-58","ec-person-baa9678f53e0a607c8a9bb2cd9122d1c13370154","ec-person-cc0354fbf386eb83f57c00ad5240f1dddeeabab4"]}} -{"id":"ec-meeting-2022-05-24-3cae34f09115769e9d625eb7f7cc5b8966e49445","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-24 - Cabinet of Executive Vice-President Frans Timmermans x Planet Labs Germany"],"date":["2022-05-24"],"summary":["European Green Deal and Forestry"],"notes":["Portfolio: European Green Deal"],"location":["Davos, Switzerland"],"address":["Davos, Switzerland"],"addressEntity":["addr-08640f22e8b61fe48904546ffc0e7b09fd6d6414"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-7c876f4825f213b8adbedf089ccedfbc3b36d65b","eu-tr-293502227711-32"]}} -{"id":"ec-meeting-2022-05-24-4a84de864cfd1c3eadf71e66c60c8c580197485a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-24 - Cabinet of Executive Vice-President Frans Timmermans x Unilever"],"date":["2022-05-24"],"summary":["European Green Deal and Circularity"],"notes":["Portfolio: European Green Deal"],"location":["Davos, Switzerland"],"address":["Davos, Switzerland"],"addressEntity":["addr-08640f22e8b61fe48904546ffc0e7b09fd6d6414"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-7c876f4825f213b8adbedf089ccedfbc3b36d65b","eu-tr-6200524920-25"]}} -{"id":"ec-meeting-2022-05-24-5596f1d5764de822a7bbea467d9fc28117ed2779","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-24 - Cabinet of Commissioner Adina Vălean x European Transport Safety Council"],"date":["2022-05-24"],"summary":["Road Safety"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["eu-tr-78891371297-34","ec-person-cc0354fbf386eb83f57c00ad5240f1dddeeabab4","ec-person-6e21d867543ef3b910e746c319cb048abd054702"]}} -{"id":"ec-meeting-2022-05-24-56c967eea61e781de0dd71f72a806e0264c3c687","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-24 - Cabinet of Executive Vice-President Frans Timmermans x Volkswagen Aktiengesellschaft"],"date":["2022-05-24"],"summary":["European Green Deal and Fit For 55"],"notes":["Portfolio: European Green Deal"],"location":["Davos, Switzerland"],"address":["Davos, Switzerland"],"addressEntity":["addr-08640f22e8b61fe48904546ffc0e7b09fd6d6414"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-7c876f4825f213b8adbedf089ccedfbc3b36d65b","eu-tr-6504541970-40"]}} -{"id":"ec-meeting-2022-05-24-676b45180f5c3a91015b4673f8f207b4f3ffe90d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-24 - Cabinet of Commissioner Jutta Urpilainen x Gavi, the Vaccine Alliance"],"date":["2022-05-24"],"summary":["Update on COVAX"],"notes":["Portfolio: International Partnerships"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["eu-tr-078294941111-90","ec-person-6357f4506ca5351b3a822936612fd6006da48722"]}} -{"id":"ec-meeting-2022-05-24-6ae62a64fa5ccfe407cba9471cc2248cd73072cf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-24 - Cabinet of President Ursula von der Leyen x US National Academy of Medicine"],"date":["2022-05-24"],"summary":["Meeting with Dr Victor Dzau on Global health situation."],"notes":["Portfolio: President"],"location":["Davos, Switzerland"],"address":["Davos, Switzerland"],"addressEntity":["addr-08640f22e8b61fe48904546ffc0e7b09fd6d6414"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["eu-tr-983181238590-93","ec-person-a2ac27c3a7aa93937efc47169c1dc2264a822175"]}} -{"id":"ec-meeting-2022-05-24-6ed625db5feeeedeb38b7e1dad127955fdadd3d3","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2022-05-24 - Cabinet of Executive Vice-President Frans Timmermans x BP p.l.c."],"date":["2022-05-24"],"summary":["Presentation and exchange of views on the findings of the BP Statistical Review","Repower EU and the energy transition"],"notes":["Portfolio: European Green Deal"],"location":["Davos, Switzerland","Brussels"],"address":["Davos, Switzerland","Brussels"],"addressEntity":["addr-08640f22e8b61fe48904546ffc0e7b09fd6d6414","addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-3394026642-58","ec-person-7c876f4825f213b8adbedf089ccedfbc3b36d65b","ec-person-e88af8eb396e96e3dbc9b4ec6e40a348d26c389c","ec-person-f1a3478550296f3f9accdc67d6ef5a0b681dda4b","ec-person-a282162080cef4ef2a8c0ab6247a3e03dc438507","ec-person-d53e00c46a4cc62bbf533e0c9bb35bacb9121989"]}} -{"id":"ec-meeting-2022-05-24-8a2695020fa49ac2c4f6f27054f6587649063228","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-24 - Cabinet of Commissioner Stella Kyriakides x Association of the European Self-Care Industry"],"date":["2022-05-24"],"summary":["Exchange of views on the upcoming reform of the pharmaceutical legislation"],"notes":["Portfolio: Health"],"location":["Brussels - virtual meeting"],"address":["Brussels - virtual meeting"],"addressEntity":["addr-9bbb85c11bd1956b9f302bddb134dea0ed05d957"],"organizer":["ec-cabinet-commissioner-kyriakides-of-stella"],"involved":["ec-person-ecf9f9e978b833afc98ee022572d468f0dc9a352","eu-tr-99565011637-64","ec-person-991ce64cea5178762c932ac823ea5d309e7a8d93"]}} -{"id":"ec-meeting-2022-05-24-9081e90e2b577be7b594781602c3803780e657a7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-24 - Cabinet of Commissioner Adina Vălean x Global Business Travel Association"],"date":["2022-05-24"],"summary":["Aviation"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["eu-tr-43871558497-67","ec-person-7f9ba99138b4fa5c698037dc7507219b1319e0a7","ec-person-cc0354fbf386eb83f57c00ad5240f1dddeeabab4"]}} -{"id":"ec-meeting-2022-05-24-94f5e38e25d1b3db298e55e7b347c8bca1165bbb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-24 - Cabinet of Vice-President Margaritis Schinas x Cisco Systems Inc."],"date":["2022-05-24"],"summary":["-Support for Ukraine\r\n- How to ensure a secure and high performance infrastructure & data ecosystem\r\n- Skills"],"notes":["Portfolio: Promoting the European Way of Life"],"location":["Davos"],"address":["Davos"],"addressEntity":["addr-e260b1b791f27abac6a4f7771a2401be6aee67a9"],"organizer":["ec-cabinet-margaritis-of-president-schinas-vice"],"involved":["ec-person-d5cada2a1a17537a675985af31e5ce07ae3bfd42","ec-person-43f9f86cfe94e45a95f7fbdea9a59a54955ebcfa","eu-tr-494613715191-85"]}} -{"id":"ec-meeting-2022-05-24-9fa4ecce3613dfd65c7dd5f1575f0da386a4379c","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2022-05-24 - Cabinet of Commissioner Janusz Wojciechowski x Re-Imagine Europa"],"date":["2022-05-24"],"summary":["Meeting with the members of RE-IMAGINE Board and the Task Force on Sustainable Agriculture and Innovation in the margins of Re-Imagine Annual Meeting","Gala dinner: sustainable agriculture and innovation"],"notes":["Portfolio: Agriculture"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["ec-person-625f8b4379f79adee4f15c6a0417a96bb5a5a403","ec-person-cafe030b6dad78a75143f7552c420481b30ebceb","eu-tr-931656328552-33"]}} -{"id":"ec-meeting-2022-05-24-ac9187bad0aabfea8da2495ee6c906ae28c49632","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-24 - Cabinet of Executive Vice-President Frans Timmermans x Breakthrough Energy Catalyst Foundation"],"date":["2022-05-24"],"summary":["Electricity Market Design and recent studies"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-d53e00c46a4cc62bbf533e0c9bb35bacb9121989","eu-tr-424103441763-49"]}} -{"id":"ec-meeting-2022-05-24-b0ea267a1b58bf4ded2268aa8ed79138ba3e435e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-24 - Cabinet of Commissioner Adina Vălean x Aercap Holdings NV"],"date":["2022-05-24"],"summary":["Taxonomy"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["ec-person-7f9ba99138b4fa5c698037dc7507219b1319e0a7","ec-person-cc0354fbf386eb83f57c00ad5240f1dddeeabab4","eu-tr-461173445540-64"]}} -{"id":"ec-meeting-2022-05-24-c7590376db79c939d5d396c9f86f0722718179ac","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-24 - Cabinet of Commissioner Thierry Breton x Agora Spółka Akcyjna"],"date":["2022-05-24"],"summary":["Media Freedom Act"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-5215bd372c5a1202399d77ecceb8c16de8d7d55c","eu-tr-738700946381-65"]}} -{"id":"ec-meeting-2022-05-24-c8cae7d98ae1c6f25269a84ea78fc381c31e4c67","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-24 - Cabinet of Executive Vice-President Frans Timmermans x SOLAR IMPULSE FOUNDATION"],"date":["2022-05-24"],"summary":["Implementation of the Green Deal through Innovative Solutions"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-4d24ceb9e6bdaabe394d1506aa601a9ce9d0e59b","eu-tr-569885924378-48"]}} -{"id":"ec-meeting-2022-05-24-d24a58e0b792000640d8c990ff61bb2d91958184","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-24 - Mobility and Transport x AMADEUS IT GROUP S.A."],"date":["2022-05-24"],"summary":["Multimodal Digital Mobility Services"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-move"],"involved":["eu-tr-193056815367-44","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2022-05-24-d7a99b1b7603e8a65cf9b435171b0b139d77dede","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-24 - Cabinet of Executive Vice-President Frans Timmermans x Dentons Global Advisors Europe SA"],"date":["2022-05-24"],"summary":["Presentation of RePowerEU Plan to stakeholders of the Brussels Sustainability Club"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-7028457765-59","ec-person-d53e00c46a4cc62bbf533e0c9bb35bacb9121989"]}} -{"id":"ec-meeting-2022-05-24-d846c885bd8e9c46e70834754231311719866355","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-24 - Cabinet of Executive Vice-President Frans Timmermans x Roundtable for Europe's Energy Future"],"date":["2022-05-24"],"summary":["REPowerEU"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-a282162080cef4ef2a8c0ab6247a3e03dc438507","ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce","eu-tr-101903316808-95"]}} -{"id":"ec-meeting-2022-05-24-e45e97d8906d0074f29ec53e3557b2bedfd65407","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-24 - Cabinet of Vice-President Věra Jourová x The Mentor Group"],"date":["2022-05-24"],"summary":["Keynote speech at the Forum for EU-US Legal-Economic Affairs"],"notes":["Portfolio: Values and Transparency"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["ec-person-bf54da17217bbddfd9c68fe24d88005ac17e2c4b","eu-tr-871315323409-01"]}} -{"id":"ec-meeting-2022-05-24-ef10a5e1d12ee97663e4ed8a7eb42b4e4fcce70a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-24 - Cabinet of Executive Vice-President Margrethe Vestager x The Briefing Circle"],"date":["2022-05-24"],"summary":["Possible speaking engagement."],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-bb1f295d8be3d10004d7e5fd7c24248a21215775","eu-tr-404815546116-38"]}} -{"id":"ec-meeting-2022-05-24-f0b722dcbb45a54f3287e58091c4a4658e505e0b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-24 - Cabinet of Executive Vice-President Frans Timmermans x World Economic Forum"],"date":["2022-05-24"],"summary":["European Green Deal and Repower EU"],"notes":["Portfolio: European Green Deal"],"location":["Davos, Switzerland"],"address":["Davos, Switzerland"],"addressEntity":["addr-08640f22e8b61fe48904546ffc0e7b09fd6d6414"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-7c876f4825f213b8adbedf089ccedfbc3b36d65b","eu-tr-567538843366-43"]}} -{"id":"ec-meeting-2022-05-25-0f9095cc3d5215ea6bb177722f9ab62edf12fb9e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-25 - Cabinet of Commissioner Janusz Wojciechowski x FoodDrinkEurope"],"date":["2022-05-25"],"summary":["Current crisis in Ukraine and the impact for the food and drink supply"],"notes":["Portfolio: Agriculture"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["eu-tr-75818824519-45","ec-person-ae252fb0bbbad2440e31f70ccc19082b7ac65837","ec-person-08c62f972c22464aca7a65520eb9406f8db14a66"]}} -{"id":"ec-meeting-2022-05-25-1c409683b8c07ec3b50a62b862b514f0d4fad2ec","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-25 - Cabinet of Commissioner Johannes Hahn x Banco Santander, S.A."],"date":["2022-05-25"],"summary":["NGEU"],"notes":["Portfolio: Budget and Administration"],"location":["Davos Kloster"],"address":["Davos Kloster"],"addressEntity":["addr-310ac2ec6fc78c5ef69d105b8548716cfe0e5538"],"organizer":["ec-cabinet-commissioner-hahn-johannes-of"],"involved":["ec-person-6dd3472dac004e43ec1fa4f5b4106e3b476c9ce7","eu-tr-799142914971-03"]}} -{"id":"ec-meeting-2022-05-25-1d1cecba62551d889f5a73065abecced59138e1f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-25 - Cabinet of Executive Vice-President Frans Timmermans x Aedes vereniging van woningcorporaties"],"date":["2022-05-25"],"summary":["European Green Deal"],"notes":["Portfolio: European Green Deal"],"location":["videoconference"],"address":["videoconference"],"addressEntity":["addr-92b2fbb928e012810d80d9ef1abe12027beee200"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-65780747925-05","ec-person-4d24ceb9e6bdaabe394d1506aa601a9ce9d0e59b","ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce"]}} -{"id":"ec-meeting-2022-05-25-4e05573c1b1e8eece668189b01e9eef947256d10","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-25 - Cabinet of Executive Vice-President Margrethe Vestager x Eutelsat"],"date":["2022-05-25"],"summary":["EU space policy."],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-746025510283-01","ec-person-0e93ebac9bad76e1351e0981f04e7ef88848f943","ec-person-11ba005cc4046696303381b7ca219da9b11a42bf"]}} -{"id":"ec-meeting-2022-05-25-4f884f49d384664d29104644e3057ff219fcdc55","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-25 - Cabinet of President Ursula von der Leyen x Adevinta ASA"],"date":["2022-05-25"],"summary":["Adevinta presentation"],"notes":["Portfolio: President"],"location":["Brussels (WEBEX)"],"address":["Brussels (WEBEX)"],"addressEntity":["addr-3afbdeda01f3dac93a9dc841fdac57d9de27b869"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-7019713e72781afb1f3b19032c4752a314b78180","eu-tr-124123240636-16"]}} -{"id":"ec-meeting-2022-05-25-625366436d8e2c5838749b26851f181ec7696902","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-25 - Cabinet of Commissioner Stella Kyriakides x European Patients' Forum (EPF)"],"date":["2022-05-25"],"summary":["VTC meeting - European Health Data Space – EPF Congress 2022"],"notes":["Portfolio: Health"],"location":["Bruxelles - Virtual"],"address":["Bruxelles - Virtual"],"addressEntity":["addr-c07afdd2b819092d426329a2136167e295ce47d4"],"organizer":["ec-cabinet-commissioner-kyriakides-of-stella"],"involved":["ec-person-8c3c9f5f3b2f84138bb6ab73180e2eff94b88ec8","eu-tr-61911227368-75"]}} -{"id":"ec-meeting-2022-05-25-7b53e34b992f8c1bdfd22e765978a37ef00dce58","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-25 - Cabinet of Commissioner Johannes Hahn x Deutsche Bank AG"],"date":["2022-05-25"],"summary":["NGEU"],"notes":["Portfolio: Budget and Administration"],"location":["Davos - Kolsters"],"address":["Davos - Kolsters"],"addressEntity":["addr-77a82fbe668f2d68d53f3affbe91352ccf531bc7"],"organizer":["ec-cabinet-commissioner-hahn-johannes-of"],"involved":["ec-person-6dd3472dac004e43ec1fa4f5b4106e3b476c9ce7","eu-tr-271912611231-56"]}} -{"id":"ec-meeting-2022-05-25-7bafb21e62eed8b3f7a82aa237970097bf978b7a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-25 - Cabinet of Commissioner Janusz Wojciechowski x Heinrich Böll Stiftung e.V."],"date":["2022-05-25"],"summary":["Debate Heinrich Böll Institute Poland about meat"],"notes":["Portfolio: Agriculture"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["eu-tr-60404068097-81","ec-person-625f8b4379f79adee4f15c6a0417a96bb5a5a403"]}} -{"id":"ec-meeting-2022-05-25-7d4c3251961bf76b8a82c1332da170c96fc21ef4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-25 - Cabinet of Executive Vice-President Frans Timmermans x Neo Performance Materials Inc"],"date":["2022-05-25"],"summary":["Discussion on the role of NEO in the EU as part of the EU's climate strategy"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-f1a3478550296f3f9accdc67d6ef5a0b681dda4b","eu-tr-862207842633-83"]}} -{"id":"ec-meeting-2022-05-25-81cc146941d26904223cb27626acf2f1eef5d62d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-25 - Cabinet of President Ursula von der Leyen x Stichting European Climate Foundation"],"date":["2022-05-25"],"summary":["Reflect on RePowerEU and IES and how ECF can improve their support to the Commission's work"],"notes":["Portfolio: President"],"location":["Brussels (WEBEX)"],"address":["Brussels (WEBEX)"],"addressEntity":["addr-3afbdeda01f3dac93a9dc841fdac57d9de27b869"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-f2b941852d3b961d69ed695c2d243a1a2b4a1904","eu-tr-64869491516-70"]}} -{"id":"ec-meeting-2022-05-25-85d42d9679e6db4fc72f4fdf7a45a62181abda38","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-25 - Cabinet of Commissioner Nicolas Schmit x Cisco Systems Inc. Randstad N.V."],"date":["2022-05-25"],"summary":["Upskilling and reskilling, digitalization and the future of work."],"notes":["Portfolio: Jobs and Social Rights"],"location":["Davos (Switzerland)"],"address":["Davos (Switzerland)"],"addressEntity":["addr-75c0950d6a97528a5e0545e6bc2a606a45596456"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-935314e38d735654cae8ee61313a3d73439b242d","ec-person-c03b949331dbbe5fa3d5423758e371ec1b9b832f","eu-tr-63569542153-18","eu-tr-494613715191-85"]}} -{"id":"ec-meeting-2022-05-25-9b68567eecc7d4c42901211e3147e48e14b338b3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-25 - Mobility and Transport x Lufthansa Group"],"date":["2022-05-25"],"summary":["Fit for 55, slots"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-move"],"involved":["eu-tr-0714344663-32","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2022-05-25-9bb74e02e20ed8e36ecac725d0024857b522e538","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-25 - Cabinet of Commissioner Nicolas Schmit x Google"],"date":["2022-05-25"],"summary":["Digital skills."],"notes":["Portfolio: Jobs and Social Rights"],"location":["Davos (Switzerland)"],"address":["Davos (Switzerland)"],"addressEntity":["addr-75c0950d6a97528a5e0545e6bc2a606a45596456"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-935314e38d735654cae8ee61313a3d73439b242d","eu-tr-03181945560-59","ec-person-c03b949331dbbe5fa3d5423758e371ec1b9b832f"]}} -{"id":"ec-meeting-2022-05-25-a2d962f77220793e128bc261668271845be9c72d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-25 - Cabinet of Commissioner Nicolas Schmit x ArcelorMittal"],"date":["2022-05-25"],"summary":["The impact of the Green transition on the European steel industry."],"notes":["Portfolio: Jobs and Social Rights"],"location":["Davos (Switzerland)"],"address":["Davos (Switzerland)"],"addressEntity":["addr-75c0950d6a97528a5e0545e6bc2a606a45596456"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-935314e38d735654cae8ee61313a3d73439b242d","eu-tr-23527541824-60","ec-person-c03b949331dbbe5fa3d5423758e371ec1b9b832f"]}} -{"id":"ec-meeting-2022-05-25-ad8e0e83bab3a28f87e7265713ef3e561e0662a5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-25 - Cabinet of Commissioner Didier Reynders x Amazon Europe Core SARL"],"date":["2022-05-25"],"summary":["The meeting focussed on issues related to product safety – participants discussed the proposal for a General Product Safety Regulation which is currently in the EP and Council, and the Product safety Pledge and its extension to a Consumer Law Pledge"],"notes":["Portfolio: Justice"],"location":["Video conference"],"address":["Video conference"],"addressEntity":["addr-ebc9fd5c2f372a32153cf3f4d5fb918a96b84a88"],"organizer":["ec-cabinet-commissioner-didier-of-reynders"],"involved":["ec-person-50f9cba2282e1d03395cdd0faf9ce6e9a2ff3104","eu-tr-366117914426-10"]}} -{"id":"ec-meeting-2022-05-25-af9188d41cc72543774e983a3b371ad0dbf115f9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-25 - Cabinet of Commissioner Nicolas Schmit x World Economic Forum"],"date":["2022-05-25"],"summary":["EU dimensions and actions linked to skills; and the possible synergies between the Pact for Skills and the WEF initiative ‘European Skills Accelerator’."],"notes":["Portfolio: Jobs and Social Rights"],"location":["Davos (Switzerland)"],"address":["Davos (Switzerland)"],"addressEntity":["addr-75c0950d6a97528a5e0545e6bc2a606a45596456"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-935314e38d735654cae8ee61313a3d73439b242d","ec-person-c03b949331dbbe5fa3d5423758e371ec1b9b832f","eu-tr-567538843366-43"]}} -{"id":"ec-meeting-2022-05-25-b9a0de8b9eba2bcc1dfe36edc0161aecf8f06e53","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-25 - Cabinet of Commissioner Mairead Mcguinness x European Federation of Investors and Financial Services Users 2° Investing Initiative WWF European Policy Programme Bureau Européen des Unions de Consommateurs Better Europe"],"date":["2022-05-25"],"summary":["Retail Investment Strategy"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["online"],"address":["online"],"addressEntity":["addr-2dbc2fd2358e1ea1b7a6bc08ea647b9a337ac92d"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["eu-tr-24633926420-79","ec-person-778f68c06d4985a2eda59737cdb80e7a4570f90f","eu-tr-113286326329-37","eu-tr-1414929419-24","eu-tr-783802227761-08","eu-tr-9505781573-45","ec-person-0ba9b89127b39af6a66f2fc3ed727332f1b19a34"]}} -{"id":"ec-meeting-2022-05-25-ba3c07d052cead02e44e0d6166cee2129fd0b9df","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-25 - Cabinet of Commissioner Thierry Breton x Bayerische Motoren Werke Aktiengesellschaft"],"date":["2022-05-25"],"summary":["Preparation meeting between Commissioner Breton and Oliver Zipse"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-6308dea893b9b1ca0dcd5b91b4a1ac4c2f3020ad","eu-tr-7193977808-18"]}} -{"id":"ec-meeting-2022-05-25-c2b27eac0ca2a57b480d6385cb1f59685a30148a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-25 - Cabinet of Executive Vice-President Frans Timmermans x Common Futures. Energy Transition Specialists B.V."],"date":["2022-05-25"],"summary":["Role of biogas in RePowerEU Plan implementation"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-293431844039-55","ec-person-d53e00c46a4cc62bbf533e0c9bb35bacb9121989"]}} -{"id":"ec-meeting-2022-05-25-c525d4949294fa0dddeee6bc8ba6519403b2ca4d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-25 - Cabinet of Commissioner Thierry Breton x European Publishers Council"],"date":["2022-05-25"],"summary":["Media Freedom Act"],"notes":["Portfolio: Internal Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-4456380381-30","ec-person-5215bd372c5a1202399d77ecceb8c16de8d7d55c"]}} -{"id":"ec-meeting-2022-05-25-c9d94261d59656716c128ae4f7f4070c14b367e0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-25 - Cabinet of Vice-President Dubravka Šuica x Euromontana"],"date":["2022-05-25"],"summary":["rural brain drain"],"notes":["Portfolio: Democracy and Demography"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dubravka-of-president-suica-vice"],"involved":["ec-person-3fde0db8d8834e47db2b7c32ce5c469b66548f1b","eu-tr-5446623780-39"]}} -{"id":"ec-meeting-2022-05-25-d862900c436ff99d5cea4a8f73154c2b7beea8e6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-25 - Cabinet of Commissioner Mairead Mcguinness x IRCANTEC"],"date":["2022-05-25"],"summary":["investments"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["eu-tr-060424546122-45","ec-person-0ba9b89127b39af6a66f2fc3ed727332f1b19a34"]}} -{"id":"ec-meeting-2022-05-25-eec1264ff7f3b397de2daaf112daebeaecfc1bbb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-25 - Cabinet of Executive Vice-President Frans Timmermans x Universiteit Twente"],"date":["2022-05-25"],"summary":["European Green Deal"],"notes":["Portfolio: European Green Deal"],"location":["videoconference"],"address":["videoconference"],"addressEntity":["addr-92b2fbb928e012810d80d9ef1abe12027beee200"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-769258827114-68","ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce"]}} -{"id":"ec-meeting-2022-05-29-2981604be544d112de9c5aecaa902ec955b3caba","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-29 - Cabinet of Commissioner Thierry Breton x Confederación Española de Organizaciones Empresariales"],"date":["2022-05-29"],"summary":["Consequences of the war on energy imports."],"notes":["Portfolio: Internal Market"],"location":["Video conference"],"address":["Video conference"],"addressEntity":["addr-ebc9fd5c2f372a32153cf3f4d5fb918a96b84a88"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-9cf97e549f67c3228d1478a3a67d652eb28c5b46","ec-person-6308dea893b9b1ca0dcd5b91b4a1ac4c2f3020ad","ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","eu-tr-02963738854-41"]}} -{"id":"ec-meeting-2022-05-30-0be4904d2ce349fd4f06c78f1ee7cd7ada3e54ac","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-30 - Cabinet of Commissioner Paolo Gentiloni x Associazione Bancaria Italiana"],"date":["2022-05-30"],"summary":["Participation in the ABI (Italian banks Association) executive committee meeting – speech about the macroeconomic situation and impact of war, sanctions and the policy response by the European Union, with a focus on Italy."],"notes":["Portfolio: Economy"],"location":["Rome"],"address":["Rome"],"addressEntity":["addr-da7705caa15608fea217326726ec6ed97a9c6c9d"],"organizer":["ec-cabinet-commissioner-gentiloni-of-paolo"],"involved":["ec-person-088d26d74d1898338fbf1c86e139bd6d3b870dbc","eu-tr-915519211566-03"]}} -{"id":"ec-meeting-2022-05-30-1fb58351a9165f4c0b6606ea29f6cfe259017841","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-30 - Cabinet of Commissioner Janusz Wojciechowski x Nature Energy"],"date":["2022-05-30"],"summary":["To discuss their success story of building up the largest industrial scale biomethane comp. in Europe with a bio-based, circular business model built with local farmers in the light of your efforts to increase the resilience of Europe’s agricultural"],"notes":["Portfolio: Agriculture"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["eu-tr-178550444709-12","ec-person-cafe030b6dad78a75143f7552c420481b30ebceb"]}} -{"id":"ec-meeting-2022-05-30-9cdb25858336ae29c804565ded49afdb15e9a085","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-30 - Cabinet of Commissioner Janusz Wojciechowski x European Carton Makers Association The European Federation of Corrugated Board Manufacturers The Alliance for Beverage Cartons and the Environment Swedish Forest Industries Federation Confederation of European Paper Industries European Paper Packaging Alliance Association of European Cartonboard and Carton Manufacturers APCO Worldwide"],"date":["2022-05-30"],"summary":["Meeting with Fibre Packaging Europe"],"notes":["Portfolio: Agriculture"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["eu-tr-355702910008-47","ec-person-cafe030b6dad78a75143f7552c420481b30ebceb","eu-tr-948591610750-02","eu-tr-716182712301-64","eu-tr-72279144480-58","eu-tr-57004293853-27","eu-tr-871659237699-78","eu-tr-81995781088-41","eu-tr-708104118458-79"]}} -{"id":"ec-meeting-2022-05-30-c16fcfcb0ef4694875d662ea3478b2f9a8fa41d6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-30 - Cabinet of Commissioner Olivér Várhelyi x Ukrainian World Congress"],"date":["2022-05-30"],"summary":["EU - Ukraine relations"],"notes":["Portfolio: Neighbourhood and Enlargement"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-of-oliver-varhelyi"],"involved":["eu-tr-674342920396-33","ec-person-cd3107480affa67ccf92d0755c36121c2844fb71"]}} -{"id":"ec-meeting-2022-05-30-c61465244a01a1fd2a4ab18f93abd1818fa31b28","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-30 - Cabinet of Commissioner Thierry Breton x The European Organization for Packaging and the Environment"],"date":["2022-05-30"],"summary":["Circular economy: packaging and packaging waste directive; ecodesign for sustainable products"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-6308dea893b9b1ca0dcd5b91b4a1ac4c2f3020ad","eu-tr-0001976677-12"]}} -{"id":"ec-meeting-2022-05-30-c9c0f6bef3a50acc86a8a7e1159fe726d7867ea0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-30 - Cabinet of Executive Vice-President Margrethe Vestager x Hutchison Europe - Brussels Branch"],"date":["2022-05-30"],"summary":["Issues within Competition portfolio."],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-11d97788772862bb34f51dd26d7f92603eac1bf8","ec-person-bb1f295d8be3d10004d7e5fd7c24248a21215775","eu-tr-3779891566-57","ec-person-73fb1ddd279f8c6697a055567a2c09606006b875"]}} -{"id":"ec-meeting-2022-05-30-df4ddc1db83ad9ef761b9f40c8d6c061d79b9fbe","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-30 - Cabinet of Commissioner Thierry Breton x Nature Energy"],"date":["2022-05-30"],"summary":["Biogas deployment in the context of REPowerEU"],"notes":["Portfolio: Internal Market"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-178550444709-12","ec-person-6308dea893b9b1ca0dcd5b91b4a1ac4c2f3020ad"]}} -{"id":"ec-meeting-2022-05-31-0f9095cc3d5215ea6bb177722f9ab62edf12fb9e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-31 - Cabinet of Commissioner Janusz Wojciechowski x FoodDrinkEurope"],"date":["2022-05-31"],"summary":["Competitiveness Committee meeting. This Committee addresses topics which impact the competitiveness of the food and drink industry, such as food supply chain issues, agricultural policies, trade and sustainability."],"notes":["Portfolio: Agriculture"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["eu-tr-75818824519-45","ec-person-7869e6adc9c6329f8dea9a0fd02d998d8ffa57f6"]}} -{"id":"ec-meeting-2022-05-31-22dc1adf6c14e7b95476d8e072e6eee987425182","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-31 - Cabinet of Commissioner Mairead Mcguinness x Barclays PLC Cboe Europe Allianz SE European Investors-VEB"],"date":["2022-05-31"],"summary":["MiFIR"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["eu-tr-72390466359-39","eu-tr-707807242824-30","eu-tr-92447095540-39","ec-person-0ba9b89127b39af6a66f2fc3ed727332f1b19a34","eu-tr-05503341949-54"]}} -{"id":"ec-meeting-2022-05-31-2ac0aa2d136385f5c0ea9ee003a636cd29ea4d60","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-31 - Financial Stability, Financial Services and Capital Markets Union x Federation of European Securities Exchanges"],"date":["2022-05-31"],"summary":["CMU and MiFIR Review"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-71488206456-23","ec-person-1fce211249673c35ee07a801ddee77ab24af8d54"]}} -{"id":"ec-meeting-2022-05-31-3f6f1055f0c5bde2d1e4ab63cb3089fe940551c1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-31 - Cabinet of Executive Vice-President Margrethe Vestager x Albright Stonebridge Group LLC"],"date":["2022-05-31"],"summary":["Digital policies."],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0","eu-tr-605588926461-31","ec-person-eecca27e2a9c3fc0d4bd43564e4960382705feef"]}} -{"id":"ec-meeting-2022-05-31-73ffd2c6924f21eeddb88955f2f35c7588182b28","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-31 - Cabinet of Commissioner Paolo Gentiloni x Mediobanca - Banca di Credito Finanziario"],"date":["2022-05-31"],"summary":["energy crisis and Italian perspective"],"notes":["Portfolio: Economy"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-cabinet-commissioner-gentiloni-of-paolo"],"involved":["ec-person-8da36db391ed53f362d495cd564ba8b45c7003e1","eu-tr-722314616330-15"]}} -{"id":"ec-meeting-2022-05-31-abaf670f9965e090c639f487df8755f9b253e338","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-31 - Cabinet of Executive Vice-President Margrethe Vestager x Clearpay, S.A.U."],"date":["2022-05-31"],"summary":["Issues within Competition Portfolio."],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-474075844880-66","ec-person-71043372bdf7ac2868e93db35f9e2f420db778e3"]}} -{"id":"ec-meeting-2022-05-31-ba3c07d052cead02e44e0d6166cee2129fd0b9df","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-31 - Cabinet of Commissioner Thierry Breton x Bayerische Motoren Werke Aktiengesellschaft"],"date":["2022-05-31"],"summary":["Consequences of the war in industries."],"notes":["Portfolio: Internal Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-9cf97e549f67c3228d1478a3a67d652eb28c5b46","ec-person-6308dea893b9b1ca0dcd5b91b4a1ac4c2f3020ad","ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","eu-tr-7193977808-18"]}} -{"id":"ec-meeting-2022-05-31-d233600f90bac64adfb80c634b5340f2e1241442","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-31 - Cabinet of Commissioner Mairead Mcguinness x Blockchain.com"],"date":["2022-05-31"],"summary":["Transfer of Funds Regulation"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-44c404268b70ce0b79c4e148b5a7c4ae2c53ee30","ec-person-0ba9b89127b39af6a66f2fc3ed727332f1b19a34","eu-tr-593876046510-45","ec-person-778f68c06d4985a2eda59737cdb80e7a4570f90f"]}} -{"id":"ec-meeting-2022-05-31-db94a5b89b780f1dfe2d32e81df914c22129ea07","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-31 - Cabinet of Executive Vice-President Frans Timmermans x Volvo Car Corporation AB"],"date":["2022-05-31"],"summary":["Volvo position on decarbonising transport"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-74574295642-60","ec-person-d56ecbfde17436a136fc89c9a978b266e8285c84"]}} -{"id":"ec-meeting-2022-05-31-e707d811ae3b40f8a0a40817e06837773a7cec12","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-31 - Employment, Social Affairs and Inclusion x Temper"],"date":["2022-05-31"],"summary":["Platform workers"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-empl"],"involved":["eu-tr-314535246097-33","ec-person-dd259fce880e1853f0beb087443bce6e7dea70d7"]}} -{"id":"ec-meeting-2022-05-31-e804633f0692cd1254b4852686cd0eee079df3e5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-31 - Cabinet of Executive Vice-President Frans Timmermans x Network of European Regions for a Competitive and Sustainable Tourism"],"date":["2022-05-31"],"summary":["Regional sustainable tourism plans"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-d56ecbfde17436a136fc89c9a978b266e8285c84","eu-tr-862709022846-11"]}} -{"id":"ec-meeting-2022-05-31-f320921106031e47f020a209edac88dbcc33a58a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-05-31 - Cabinet of Commissioner Kadri Simson x Emerson Electric Co. Kreab"],"date":["2022-05-31"],"summary":["To introduce Emerson’s experiences and perspectives in the field of methane."],"notes":["Portfolio: Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["ec-person-f47a082bc2455a660c3b2ae348f0024736672752","eu-tr-1078390517-54","eu-tr-926990944642-94"]}} -{"id":"ec-meeting-2022-06-01-05bfd77d1b3c63697c885df42de92243565e8d3c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-01 - Cabinet of Commissioner Virginijus Sinkevičius x Manufacture Française des Pneumatiques Michelin"],"date":["2022-06-01"],"summary":["To present the sustainability objectives of the company and exchange on ways to improve the sustainability and circularity of tyres."],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Cabinet meeting room"],"address":["Cabinet meeting room"],"addressEntity":["addr-af58b23fb79a2e8a805d15c7b02ac0cd54bbfa2e"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["eu-tr-1413466815-09","ec-person-dd7a7b1952e158f4195d34cff333ec79a4f48ba3","ec-person-a58f1d06f5cb1d8dfd278e0c36d5aa1b9368b270"]}} -{"id":"ec-meeting-2022-06-01-3023792ff1c65bd4c83c47ad0c40e3cdb70a89d9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-01 - Communications Networks, Content and Technology x Deutsches Zentrum für Luft- und Raumfahrt e.V."],"date":["2022-06-01"],"summary":["EuroQCI, Eagle-1"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-dg-connect"],"involved":["ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f","eu-tr-21280626733-05"]}} -{"id":"ec-meeting-2022-06-01-3297ee1269a5303371133fbd46dda7a128382399","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-01 - Cabinet of Commissioner Ylva Johansson x Together for Girls"],"date":["2022-06-01"],"summary":["The participant’s and the EU efforts to prevent and tackle child sexual abuse."],"notes":["Portfolio: Home Affairs"],"location":["Brussels (Egmont Palace)"],"address":["Brussels (Egmont Palace)"],"addressEntity":["addr-0aec922a34382b5b4495883db14ad5835d71a838"],"organizer":["ec-cabinet-commissioner-johansson-of-ylva"],"involved":["ec-person-d3f97e069d9ff016d7b65052f6eb6b98500ec118","eu-tr-240739046913-05","ec-person-31b127e72e9dd30ce85ff2b475ac65d28d7dc48d"]}} -{"id":"ec-meeting-2022-06-01-42d7794e01e96842ea6892e0f86e266e34feaade","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-01 - Cabinet of Commissioner Stella Kyriakides x Bitkom e.V."],"date":["2022-06-01"],"summary":["VTC meeting on European Health Data Space"],"notes":["Portfolio: Health"],"location":["Bruxelles - Virtual"],"address":["Bruxelles - Virtual"],"addressEntity":["addr-c07afdd2b819092d426329a2136167e295ce47d4"],"organizer":["ec-cabinet-commissioner-kyriakides-of-stella"],"involved":["eu-tr-5351830264-31","ec-person-8c3c9f5f3b2f84138bb6ab73180e2eff94b88ec8"]}} -{"id":"ec-meeting-2022-06-01-4308c56612094dd64104b7eee04e69237b638cfe","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-01 - Cabinet of Executive Vice-President Frans Timmermans x International Road Transport Union Permanent Delegation to the EU"],"date":["2022-06-01"],"summary":["Fit for 55: The Road Ahead\": keynote on decarbonising road transport"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-41802525291-86","ec-person-d56ecbfde17436a136fc89c9a978b266e8285c84"]}} -{"id":"ec-meeting-2022-06-01-4ac5ace22b000f29a1ee707467f9d1e6d5197762","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-01 - Cabinet of Commissioner Mairead Mcguinness x International Consolidated Airlines Group"],"date":["2022-06-01"],"summary":["Aer Lingus & IA presented their views on the existing EU legislation as well as current legislative proposals and initiatives under the Commission’s sustainability agenda and their impact on aviation sector"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["eu-tr-60340504060-88","ec-person-05e041b8d277691244c6f31f9f6c3e2c871b3392","ec-person-1d2f53447b8f2d9bb3f50f7247ad40c2cf8036e4"]}} -{"id":"ec-meeting-2022-06-01-4ed9ffa0a5d8e853ab2a3449cb476eb03a6610ef","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-01 - Cabinet of Commissioner Ylva Johansson x The National Center for Missing and Exploited Children"],"date":["2022-06-01"],"summary":["The participant’s and the EU efforts to prevent and tackle child sexual abuse."],"notes":["Portfolio: Home Affairs"],"location":["Brussels (Egmont Palace)"],"address":["Brussels (Egmont Palace)"],"addressEntity":["addr-0aec922a34382b5b4495883db14ad5835d71a838"],"organizer":["ec-cabinet-commissioner-johansson-of-ylva"],"involved":["eu-tr-194522840515-69","ec-person-31b127e72e9dd30ce85ff2b475ac65d28d7dc48d","ec-person-d3f97e069d9ff016d7b65052f6eb6b98500ec118"]}} -{"id":"ec-meeting-2022-06-01-5c79b5dd6d4e66f63d6117c302ef00e93cd9a35c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-01 - Mobility and Transport x Finavia Corporation"],"date":["2022-06-01"],"summary":["Recovery of aviation post-Covid and disruptions in the airports"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-move"],"involved":["eu-tr-60334418925-95","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2022-06-01-65ac2e560b2ed37ef57c858b688ab4fdda9b9a7b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-01 - Cabinet of Commissioner Helena Dalli x Meta Platforms Ireland Limited and its various subsidiaries (f/k/a Facebook Ireland Limited)"],"date":["2022-06-01"],"summary":["Commissioner Dalli met Ms. Antigone Davis, Vice President and Global Head of Safety at META, to discuss means to mitigate and eliminate gender-based violence online."],"notes":["Portfolio: Equality"],"location":["Brussels Belgium"],"address":["Brussels Belgium"],"addressEntity":["addr-61947d7d2c69c0b8f57325bd044f500c5fc6df48"],"organizer":["ec-cabinet-commissioner-dalli-helena-of"],"involved":["ec-person-d0b568d53468fcd3dfeeaddbd07343b5b065914d","eu-tr-28666427835-74"]}} -{"id":"ec-meeting-2022-06-01-6bc39c49fa49567edc6b582e03e524b02a737648","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-01 - Internal Market, Industry, Entrepreneurship and SMEs x Deutsche Bank AG"],"date":["2022-06-01"],"summary":["Discuss resilience and the expected impact of Ukraine crisis and Chinese lockdown on supply chains - the possible ways out"],"location":["digital"],"address":["digital"],"addressEntity":["addr-16b23c500d54837f13213853d0abd7783d4f9122"],"organizer":["ec-dg-grow"],"involved":["eu-tr-271912611231-56","ec-person-0151c7e554d188fffc509ad636b7d1a84c5dfcd5"]}} -{"id":"ec-meeting-2022-06-01-81dbb3bc66ea8303d4b04ea009060bbef7669741","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-01 - Cabinet of Executive Vice-President Valdis Dombrovskis x Maa- ja metsätaloustuottajain Keskusliitto – Central Union of Agricultural Producers and Forest Owners"],"date":["2022-06-01"],"summary":["Taxonomy of environmentally sustainable economic activities"],"notes":["Portfolio: An Economy that Works for People"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-235870cd7eb41f2494f695fce18b5b5b88647113","eu-tr-56039441735-48"]}} -{"id":"ec-meeting-2022-06-01-8caae4961b7200126af0d6b591512fcad27f685c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-01 - Cabinet of High Representative Josep Borrell Fontelles x Business Bridge Europe"],"date":["2022-06-01"],"summary":["Upcoming events on European Defense and Security"],"notes":["Portfolio: High Representative of the Union for Foreign Affairs and Security Policy / Vice-President of the Commission"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-borrell-cabinet-fontelles-high-josep-of-representative"],"involved":["ec-person-f8a79e1e60e4175f615df00bd83c92a139646fe8","eu-tr-72856225852-31"]}} -{"id":"ec-meeting-2022-06-01-95e67efd11e5ad9eea026b300b2999cd7700a91e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-01 - Mobility and Transport x Flix SE"],"date":["2022-06-01"],"summary":["Cross-border land transport"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-move"],"involved":["eu-tr-680069530746-88","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2022-06-01-9b14dfe2305f74406f4a9ce39029e0c7534f3373","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-01 - Cabinet of Commissioner Mairead Mcguinness x Aercap Holdings NV"],"date":["2022-06-01"],"summary":["Impacts that sanctions against Russia have on the aircraft leasing business and potential solutions thereof. \r\nIssues that in the view of SMBC Aviation Capital / Aircraft Leasing Ireland should be taken into account when considering air transport"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-05e041b8d277691244c6f31f9f6c3e2c871b3392","eu-tr-461173445540-64","ec-person-1d2f53447b8f2d9bb3f50f7247ad40c2cf8036e4"]}} -{"id":"ec-meeting-2022-06-01-a30958cb6242da0b31e9fffe1c7e90ba40333a92","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-01 - Cabinet of Commissioner Nicolas Schmit x Diakonie Deutschland Verband deutscher Kreditplattformen e.V. Caritas Europa Deutscher Verein für öffentliche und private Fürsorge e. V./German Association for Public and Private Welfare Sozialverband Deutschland"],"date":["2022-06-01"],"summary":["Social economy, minimum income, fighting poverty, minimum wages, Care strategy."],"notes":["Portfolio: Jobs and Social Rights"],"location":["Berlin (DE)"],"address":["Berlin (DE)"],"addressEntity":["addr-dfc9d8761923e0ca7d3478f7cc52c86c52deb272"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-66fa2c2d100ec194caa42b5c6f97c36e2748b71c","eu-tr-196370435011-36","ec-person-4cf4655ab41922e92160325d987a3c4615c72d30","eu-tr-14766442240-14","eu-tr-738019245006-41","eu-tr-6082564924-85","eu-tr-07483302972-25","ec-person-c03b949331dbbe5fa3d5423758e371ec1b9b832f"]}} -{"id":"ec-meeting-2022-06-01-a872b6ea5ced3b636e3a1d4cf2373dbc64fed8c9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-01 - Cabinet of Executive Vice-President Margrethe Vestager x Forschungszentrum Jülich GmbH"],"date":["2022-06-01"],"summary":["Quantum"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-721018434321-46","ec-person-3da433aae105b13fe027e9c9b3dcac2c97029370","ec-person-8b6db5c3c4611618ade59c6d0dadc21c962f0ee7"]}} -{"id":"ec-meeting-2022-06-01-b668e4ed55d1bde6a0640c09659d0069f2c4d044","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-01 - Cabinet of Commissioner Nicolas Schmit x Young European Federalists | Jeunes Européens Fédéralistes Deutscher Bundesjugendring"],"date":["2022-06-01"],"summary":["European Year of Youth, participation of young people with less privileged background (ALMA), Skills, lifelong-learning, Platform work, Youth poverty, access to housing, youth guarantee, unpaid internships, Conference on the Future of Europe."],"notes":["Portfolio: Jobs and Social Rights"],"location":["Berlin (DE)"],"address":["Berlin (DE)"],"addressEntity":["addr-dfc9d8761923e0ca7d3478f7cc52c86c52deb272"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-66fa2c2d100ec194caa42b5c6f97c36e2748b71c","eu-tr-10065894023-79","ec-person-4cf4655ab41922e92160325d987a3c4615c72d30","eu-tr-22158552884-38","ec-person-c03b949331dbbe5fa3d5423758e371ec1b9b832f"]}} -{"id":"ec-meeting-2022-06-01-cbf061fa00f4e2d1ab4697fdef144e3ee44869fa","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-01 - Employment, Social Affairs and Inclusion x Council of European Employers of the Metal, Engineering and Technology-based Industries"],"date":["2022-06-01"],"summary":["social dialogue"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-empl"],"involved":["eu-tr-61370904700-45","ec-person-dd259fce880e1853f0beb087443bce6e7dea70d7"]}} -{"id":"ec-meeting-2022-06-01-ff8153150b0695ca8f46f0a9e6b9fbf3d99f1d70","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-01 - Cabinet of Commissioner Ylva Johansson x Meta Platforms Ireland Limited and its various subsidiaries (f/k/a Facebook Ireland Limited)"],"date":["2022-06-01"],"summary":["The participant’s and the EU efforts to prevent and tackle child sexual abuse."],"notes":["Portfolio: Home Affairs"],"location":["Brussels (Egmont Palace)"],"address":["Brussels (Egmont Palace)"],"addressEntity":["addr-0aec922a34382b5b4495883db14ad5835d71a838"],"organizer":["ec-cabinet-commissioner-johansson-of-ylva"],"involved":["ec-person-d3f97e069d9ff016d7b65052f6eb6b98500ec118","ec-person-31b127e72e9dd30ce85ff2b475ac65d28d7dc48d","eu-tr-28666427835-74"]}} -{"id":"ec-meeting-2022-06-02-01729516d95efda17341dde4a017feb12e34c884","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-02 - Cabinet of President Ursula von der Leyen x Atos SE (France)"],"date":["2022-06-02"],"summary":["Cybersecurity/digital sovereignty & strengthening EU cyber capabilities"],"notes":["Portfolio: President"],"location":["VC"],"address":["VC"],"addressEntity":["addr-d6788b0715b89d9781e90f4df364ac624d78e439"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-7019713e72781afb1f3b19032c4752a314b78180","eu-tr-249876817241-03"]}} -{"id":"ec-meeting-2022-06-02-0ab75a38187cb0135c7260d0e270ce8633b7ab75","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-02 - Financial Stability, Financial Services and Capital Markets Union x ALPHALEX-CONSULT GEIE European Money Markets Institute"],"date":["2022-06-02"],"summary":["Courtesy meeting"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-065399321943-63","eu-tr-70092714192-21","ec-person-1fce211249673c35ee07a801ddee77ab24af8d54"]}} -{"id":"ec-meeting-2022-06-02-0cf9e288000666ea5bbe1fac283b78a57b6a485f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-02 - Cabinet of Commissioner Thierry Breton x Manufacture Française des Pneumatiques Michelin"],"date":["2022-06-02"],"summary":["Supply chain disruptions, in-vehicle data ; Green Deal"],"notes":["Portfolio: Internal Market"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-1413466815-09","ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0"]}} -{"id":"ec-meeting-2022-06-02-15d5eb5635e18354e8c87b0f724d2b8a7a795ed3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-02 - Cabinet of Commissioner Thierry Breton x STMicroelectronics"],"date":["2022-06-02"],"summary":["Pré-meeting préparatoire - réunion Commissaire Breton et les CEOs STMicroelectronics et Global Foundries."],"notes":["Portfolio: Internal Market"],"location":["video conference"],"address":["video conference"],"addressEntity":["addr-6dc12e3c97077db82f32184f24341ce370a445fd"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-70843878143-13","ec-person-b077a2e9f0fdb3b8f6e91d0bd0b256db9e40ce46"]}} -{"id":"ec-meeting-2022-06-02-1bc162f38e29912cc5d269e33c5d8ced82cce874","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-02 - Cabinet of Executive Vice-President Frans Timmermans x Greenpeace European Unit Stichting BirdLife Europe European Environmental Bureau"],"date":["2022-06-02"],"summary":["Sustainable food systems and CAP"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-1083162721-43","eu-tr-06798511314-27","eu-tr-9832909575-41","ec-person-33624431cbec1074e151c1707715ef46d2ba9565"]}} -{"id":"ec-meeting-2022-06-02-2b781a0a7f6f042abe2b140f09e5269a191006df","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-02 - Cabinet of Commissioner Jutta Urpilainen x Suomalaiset kehitysjärjestöt Fingo ry"],"date":["2022-06-02"],"summary":["Meeting with CSO"],"notes":["Portfolio: International Partnerships"],"location":["Helsinki"],"address":["Helsinki"],"addressEntity":["addr-98dc71700228eb053aa75f338c9a8b5bcef38679"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["eu-tr-888374834790-91","ec-person-7c4fa9cfb750b5b524c065180fcee1123b8df03e"]}} -{"id":"ec-meeting-2022-06-02-36fe9ad88bcce0cf1c245a52cf848f4e65f00ff5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-02 - Cabinet of Commissioner Kadri Simson x Electricity Supply Board Electricity Association of Ireland Ibec Ervia Limited Institute of International and European Affairs EirGrid Group plc"],"date":["2022-06-02"],"summary":["REPowerEU Plan; EU Energy Platform"],"notes":["Portfolio: Energy"],"location":["Dublin, Ireland"],"address":["Dublin, Ireland"],"addressEntity":["addr-9254d2b0cd15e920cbb060acf87f8f943a0508e9"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["eu-tr-241656822426-29","eu-tr-479468313744-50","eu-tr-721756447378-14","eu-tr-047884337604-43","eu-tr-984555020606-52","eu-tr-400886110592-21","ec-person-1995c65b8dc7f3702a8c30ed96a0144075848837"]}} -{"id":"ec-meeting-2022-06-02-3a5f41622ed17bc32a87f35c4def5c9fc6266819","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-02 - Cabinet of Commissioner Adina Vălean x CMA CGM"],"date":["2022-06-02"],"summary":["Maritime markets, supply chains"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["eu-tr-009433826675-55","ec-person-baa9678f53e0a607c8a9bb2cd9122d1c13370154"]}} -{"id":"ec-meeting-2022-06-02-55b977804082ea6507632c40619311df35969675","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-02 - Recovery and Resilience Task force x EUROPEAN TRADE UNION CONFEDERATION"],"date":["2022-06-02"],"summary":["implementation NRRPs"],"location":["Bruxelles"],"address":["Bruxelles"],"addressEntity":["addr-b58f5927b66d94a676970dc048485d4c6848f272"],"organizer":["ec-dg-recover"],"involved":["eu-tr-06698681039-26","ec-person-18a05dadca8a2b91216adc689b6323c7b55df0d9"]}} -{"id":"ec-meeting-2022-06-02-56a923d6eb8432c2a9d0d70f3d90fdc4a7b86ce0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-02 - Cabinet of Commissioner Ylva Johansson x Microsoft Corporation"],"date":["2022-06-02"],"summary":["The participant’s and the EU efforts to prevent and tackle child sexual abuse."],"notes":["Portfolio: Home Affairs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-johansson-of-ylva"],"involved":["eu-tr-0801162959-21","ec-person-d3f97e069d9ff016d7b65052f6eb6b98500ec118"]}} -{"id":"ec-meeting-2022-06-02-5ac7677cc6a1aa2625eb040154085b45a262dd7e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-02 - Competition x Manufacture Française des Pneumatiques Michelin"],"date":["2022-06-02"],"summary":["Overall discussion on competition policy and more particularly access to data in the transport sector"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-comp"],"involved":["ec-person-f257bc19c568ad25083c1c1e1651426245cefedf","eu-tr-1413466815-09"]}} -{"id":"ec-meeting-2022-06-02-5de3e8b6cf1e0059559c5c70480cfe6484389a0e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-02 - Cabinet of Vice-President Dubravka Šuica x Assemblée des Régions d'Europe"],"date":["2022-06-02"],"summary":["European democracy from a regional perspective"],"notes":["Portfolio: Democracy and Demography"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dubravka-of-president-suica-vice"],"involved":["eu-tr-480267313069-44","ec-person-83dd3363da89c86d99ea50c3ff2d15a746405110"]}} -{"id":"ec-meeting-2022-06-02-641d396bbe6ec24cb141ed8b1d75325ae8abc694","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-02 - Justice and Consumers x Consejo General del Notariado"],"date":["2022-06-02"],"summary":["consumer policy"],"location":["Madrid"],"address":["Madrid"],"addressEntity":["addr-7a2191964a3d7521269f0068afae6b6116bac15d"],"organizer":["ec-dg-just"],"involved":["eu-tr-171983226293-59","ec-person-97e843c2fd98c7993c9ab42a071dd1c98c85041d"]}} -{"id":"ec-meeting-2022-06-02-a690bf633b289c517dcff174d7b0314e4545c93e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-02 - Cabinet of Vice-President Dubravka Šuica x Democracy International e.V."],"date":["2022-06-02"],"summary":["Handover of a “Catalogue of Ideas\""],"notes":["Portfolio: Democracy and Demography"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dubravka-of-president-suica-vice"],"involved":["eu-tr-014120028084-09","ec-person-83dd3363da89c86d99ea50c3ff2d15a746405110"]}} -{"id":"ec-meeting-2022-06-02-ae3fe9527c7c607b9a85e63c731ed15c12956bec","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-02 - Cabinet of Vice-President Věra Jourová x Google"],"date":["2022-06-02"],"summary":["Political advertising"],"notes":["Portfolio: Values and Transparency"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["ec-person-74c07660dcbc6dc9993b34462cf2a1fec35925ea","eu-tr-03181945560-59","ec-person-28fecf6c4f04b3a2af1d74c742e147920ab849c5"]}} -{"id":"ec-meeting-2022-06-02-b70ec8d8652c76fe6a71d3de59eb93daef328052","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-02 - Cabinet of President Ursula von der Leyen x Planet Labs Germany"],"date":["2022-06-02"],"summary":["Green Deal, Ukraine, and Digital agendas"],"notes":["Portfolio: President"],"location":["Brussels (WEBEX)"],"address":["Brussels (WEBEX)"],"addressEntity":["addr-3afbdeda01f3dac93a9dc841fdac57d9de27b869"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-7019713e72781afb1f3b19032c4752a314b78180","eu-tr-293502227711-32"]}} -{"id":"ec-meeting-2022-06-02-c1ca8bc49f8ea0e5142f0130bee87bfe3bad897b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-02 - Cabinet of Commissioner Thierry Breton x Association of Commercial Television and Video on Demand Services in Europe"],"date":["2022-06-02"],"summary":["Media Freedom Act"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-18574111503-28","ec-person-5215bd372c5a1202399d77ecceb8c16de8d7d55c"]}} -{"id":"ec-meeting-2022-06-02-dafae622e59b09264c52ae70bbdf9fefd15022d6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-02 - Financial Stability, Financial Services and Capital Markets Union x Sumitomo Mitsui Financial Group"],"date":["2022-06-02"],"summary":["Sanctions, Taxonomy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-909918546377-42","ec-person-1fce211249673c35ee07a801ddee77ab24af8d54"]}} -{"id":"ec-meeting-2022-06-02-e3b10b4a52951a46f51324a2e701114fa1168295","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2022-06-02 - Cabinet of Executive Vice-President Margrethe Vestager x Computer & Communications Industry Association"],"date":["2022-06-02"],"summary":["Telecom infrastructure fee, CSAM proposal, Digital Services Act."],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-15987896534-82","ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0","ec-person-73fb1ddd279f8c6697a055567a2c09606006b875"]}} -{"id":"ec-meeting-2022-06-02-e97f32399f8d23167a3df7ec353c39dffa9a135f","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2022-06-02 - Cabinet of Executive Vice-President Margrethe Vestager x EUROCHAMBRES – Association of European Chambers of Commerce and Industry"],"date":["2022-06-02"],"summary":["Single Market"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-0014082722-83","ec-person-0e93ebac9bad76e1351e0981f04e7ef88848f943"]}} -{"id":"ec-meeting-2022-06-02-ec4dea38b83077991aa9b3d6adace04188db7b5a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-02 - Cabinet of Executive Vice-President Frans Timmermans x Land- en Tuinbouw Organisatie Nederland"],"date":["2022-06-02"],"summary":["Sustainable food systems"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-4656646862-72","ec-person-33624431cbec1074e151c1707715ef46d2ba9565"]}} -{"id":"ec-meeting-2022-06-02-f2b81d3e5f7993517e3f11db9782cbd86a7caa01","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-02 - Cabinet of Commissioner Ylva Johansson x Internet Watch Foundation"],"date":["2022-06-02"],"summary":["The participant’s and the EU efforts to prevent and tackle child sexual abuse."],"notes":["Portfolio: Home Affairs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-johansson-of-ylva"],"involved":["ec-person-d3f97e069d9ff016d7b65052f6eb6b98500ec118","ec-person-31b127e72e9dd30ce85ff2b475ac65d28d7dc48d","eu-tr-144739515066-23"]}} -{"id":"ec-meeting-2022-06-02-f704a7fba4cbf789728430d13b07a77a33963ba6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-02 - Cabinet of Commissioner Mairead Mcguinness x Chamber of Commerce of the United States of America K&L Gates GP - Brussels"],"date":["2022-06-02"],"summary":["digital finance/digital euro\r\ncryptos\r\n non-financial reporting"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-0ba9b89127b39af6a66f2fc3ed727332f1b19a34","eu-tr-673667435536-39","eu-tr-483024821178-51"]}} -{"id":"ec-meeting-2022-06-03-015f56440a6536633f5c32fa0aa4643fe2a6291f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-03 - Cabinet of President Ursula von der Leyen x Seed Global Health"],"date":["2022-06-03"],"summary":["Follow up to WEF"],"notes":["Portfolio: President"],"location":["Brussels (WEBEX)"],"address":["Brussels (WEBEX)"],"addressEntity":["addr-3afbdeda01f3dac93a9dc841fdac57d9de27b869"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-f2b941852d3b961d69ed695c2d243a1a2b4a1904","eu-tr-482452946755-66"]}} -{"id":"ec-meeting-2022-06-03-2cff1e8b34a903e8285d502a6bf6b48772e00cf0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-03 - Cabinet of Commissioner Mairead Mcguinness x Bundesverband deutscher Banken e.V."],"date":["2022-06-03"],"summary":["Sustainable finance, taxonomy"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Virtual meeting"],"address":["Virtual meeting"],"addressEntity":["addr-1f1f3f51a4da31a1ea5c1b4b21cbf52ad983224f"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-05e041b8d277691244c6f31f9f6c3e2c871b3392","eu-tr-0764199368-97"]}} -{"id":"ec-meeting-2022-06-03-3a98267192e344d475524e87678edb64358cd022","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-03 - Cabinet of Commissioner Stella Kyriakides x The European Region of the International Lesbian, Gay, Bisexual, Trans and Intersex Association"],"date":["2022-06-03"],"summary":["Issues faced by trans and intersex people from Ukraine including lack of access to hormones."],"notes":["Portfolio: Health"],"location":["Brussels, virtual meeting"],"address":["Brussels, virtual meeting"],"addressEntity":["addr-4bb3355c4dd7121ff74decf748c2f1aaf04a6b2c"],"organizer":["ec-cabinet-commissioner-kyriakides-of-stella"],"involved":["ec-person-a14d25733c53171d0aa91b49f8fa6d0c83e15a17","eu-tr-11977456675-84","ec-person-ecf9f9e978b833afc98ee022572d468f0dc9a352"]}} -{"id":"ec-meeting-2022-06-03-5b4351fc8e9bd6180112809ddeae394fb50b52ea","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-03 - Cabinet of Executive Vice-President Frans Timmermans x European Sea Ports Organisation"],"date":["2022-06-03"],"summary":["Panel debate on ports in the energy transition"],"notes":["Portfolio: European Green Deal"],"location":["Valencia"],"address":["Valencia"],"addressEntity":["addr-6459e854a241df9e76dedb7ba962de52772c33b2"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-01554483175-08","ec-person-d56ecbfde17436a136fc89c9a978b266e8285c84"]}} -{"id":"ec-meeting-2022-06-03-5b437ed5ba0522c19e015a91f19017a19c31319b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-03 - Cabinet of Commissioner Kadri Simson x European Tissue Symposium"],"date":["2022-06-03"],"summary":["To discuss the impact that higher energy prices across Europe have on the tissue paper industry."],"notes":["Portfolio: Energy"],"location":["Video Conference"],"address":["Video Conference"],"addressEntity":["addr-fd005d1da26cd3c9a734fbbadaf813e8115acdeb"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["ec-person-d40f25b5cb5c0681854a4996da444478318f7e58","eu-tr-28542716181-43"]}} -{"id":"ec-meeting-2022-06-03-c121b656bb589c0429b073f4e84c8655ad5cbe58","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-03 - Cabinet of Commissioner Helena Dalli x Union of European Football Associations"],"date":["2022-06-03"],"summary":["Meeting was on the streamlining of the Union of Equality in the work of UEFA. They presented their football sustainability strategy and their upcoming work on online hate crime."],"notes":["Portfolio: Equality"],"location":["brussels"],"address":["brussels"],"addressEntity":["addr-e2daa1574b7ac475c827b33e281bd2d5e013c882"],"organizer":["ec-cabinet-commissioner-dalli-helena-of"],"involved":["ec-person-dbd4bba0ef71d4385c97691e3df5bb484709a07e","eu-tr-39217046408-27"]}} -{"id":"ec-meeting-2022-06-03-ed8431b27cc50440253beb76c37cc6ce986ca55c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-03 - Cabinet of Commissioner Thierry Breton x WACKER CHEMIE AG"],"date":["2022-06-03"],"summary":["Solar strategy ; raw materials"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-6308dea893b9b1ca0dcd5b91b4a1ac4c2f3020ad","eu-tr-036915715533-64"]}} -{"id":"ec-meeting-2022-06-07-0c271c063960bb60922dd1ff3778071394601094","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-07 - Cabinet of Executive Vice-President Margrethe Vestager x Bundesverband der Deutschen Industrie e.V."],"date":["2022-06-07"],"summary":["SMEI"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-1771817758-48","ec-person-eecca27e2a9c3fc0d4bd43564e4960382705feef"]}} -{"id":"ec-meeting-2022-06-07-3c0f9a3af9639e35e6ccc509298c5cf5a1fa75fe","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-07 - Cabinet of Executive Vice-President Margrethe Vestager x Salesforce"],"date":["2022-06-07"],"summary":["AI Act, Data Act, Cybersecurity, Cloud."],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["online"],"address":["online"],"addressEntity":["addr-2dbc2fd2358e1ea1b7a6bc08ea647b9a337ac92d"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-991195317279-06","ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0","ec-person-11ba005cc4046696303381b7ca219da9b11a42bf"]}} -{"id":"ec-meeting-2022-06-07-4675f063dc4ec48db7d6848ff0efd8b612db4dd0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-07 - Cabinet of Vice-President Věra Jourová x Twitter International Unlimited Company"],"date":["2022-06-07"],"summary":["Code of Conduct"],"notes":["Portfolio: Values and Transparency"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["eu-tr-394491614001-72","ec-person-fb258e0188a5319bfaba3161382db43f5a85851f"]}} -{"id":"ec-meeting-2022-06-07-614d5d4dbae43f4707e06ded4ca1fc678270cf33","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-07 - Cabinet of Executive Vice-President Margrethe Vestager x European Alliance for Plant-based Foods"],"date":["2022-06-07"],"summary":["Research & Innovation, Horizon Europe."],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["online"],"address":["online"],"addressEntity":["addr-2dbc2fd2358e1ea1b7a6bc08ea647b9a337ac92d"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-3da433aae105b13fe027e9c9b3dcac2c97029370","eu-tr-160969739303-16"]}} -{"id":"ec-meeting-2022-06-07-6fab75016e66f1355ffbf4eabf9541d5da93d6b4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-07 - Justice and Consumers x Confederación Española de Organizaciones Empresariales"],"date":["2022-06-07"],"summary":["sustainable corporate governance"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-just"],"involved":["ec-person-97e843c2fd98c7993c9ab42a071dd1c98c85041d","eu-tr-02963738854-41"]}} -{"id":"ec-meeting-2022-06-07-7562a17734b97d62f420270b3389eff22ad7701a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-07 - Justice and Consumers x Bureau Européen des Unions de Consommateurs"],"date":["2022-06-07"],"summary":["consumer policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-just"],"involved":["eu-tr-9505781573-45","ec-person-97e843c2fd98c7993c9ab42a071dd1c98c85041d"]}} -{"id":"ec-meeting-2022-06-07-9689692113083092795c49dcb652687185147c27","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-07 - Cabinet of Commissioner Mariya Gabriel x Association relative à la télévision européenne"],"date":["2022-06-07"],"summary":["Futur développement de la chaîne ARTE"],"notes":["Portfolio: Innovation and Youth"],"location":["Strasbourg"],"address":["Strasbourg"],"addressEntity":["addr-a7b90170b4a5bf2d1d09ccfd109b57e0a030cfc4"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-447494115294-30","ec-person-1674399a793e9e6fd7cf55b525515fc862fc9351"]}} -{"id":"ec-meeting-2022-06-07-b7a3bada277cd89732a9dd967568d6ed0f75ab8c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-07 - Cabinet of Vice-President Věra Jourová x Meta Platforms Ireland Limited and its various subsidiaries (f/k/a Facebook Ireland Limited)"],"date":["2022-06-07"],"summary":["Code of Conduct"],"notes":["Portfolio: Values and Transparency"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["ec-person-fb258e0188a5319bfaba3161382db43f5a85851f","eu-tr-28666427835-74"]}} -{"id":"ec-meeting-2022-06-07-bd5487fd205751d06961c924faae6625abe20a4b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-07 - Cabinet of Commissioner Thierry Breton x Bundesverband Breitbandkommunikation e.V."],"date":["2022-06-07"],"summary":["OTT contribution to infrastructure rollout"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-028570718529-43","ec-person-4d83416435f81b1f1e8f5c86aeebb1478577f1d2"]}} -{"id":"ec-meeting-2022-06-07-c1b2a373279c645b3a1cf8b218cbc45ab45c6697","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-07 - Cabinet of Executive Vice-President Margrethe Vestager x Meta Platforms Ireland Limited and its various subsidiaries (f/k/a Facebook Ireland Limited)"],"date":["2022-06-07"],"summary":["DSA, DMA, AI, Financing of telecom networks."],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["online"],"address":["online"],"addressEntity":["addr-2dbc2fd2358e1ea1b7a6bc08ea647b9a337ac92d"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0","eu-tr-28666427835-74"]}} -{"id":"ec-meeting-2022-06-07-c8c1e3db1936de99652a6b16d62ed10253bbfc85","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-07 - Cabinet of Executive Vice-President Valdis Dombrovskis x Orgalim – Europe's Technology Industries"],"date":["2022-06-07"],"summary":["Taxonomy of environmentally sustainable economic activities"],"notes":["Portfolio: An Economy that Works for People"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-235870cd7eb41f2494f695fce18b5b5b88647113","eu-tr-20210641335-88"]}} -{"id":"ec-meeting-2022-06-07-c9609bf9c4324963071b218a4c1bc6054f613352","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-07 - Cabinet of Executive Vice-President Frans Timmermans x Bertelsmann Stiftung"],"date":["2022-06-07"],"summary":["Exchange of views with the Bertelsmann Stiftung fellows about the current situation on the energy market"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-d53e00c46a4cc62bbf533e0c9bb35bacb9121989","eu-tr-13571025706-27"]}} -{"id":"ec-meeting-2022-06-07-de603a3e0e8b15cd1f6fd07f8c82b63e6d001b6b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-07 - Cabinet of Executive Vice-President Valdis Dombrovskis x Conféderation Européenne des Propriétaires Forestiers"],"date":["2022-06-07"],"summary":["Taxonomy of environmentally sustainable economic activities"],"notes":["Portfolio: An Economy that Works for People"],"location":["video call"],"address":["video call"],"addressEntity":["addr-12d8c530d76da0b7745f9c0f9285e7eec97adc55"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-235870cd7eb41f2494f695fce18b5b5b88647113","eu-tr-3647455667-08"]}} -{"id":"ec-meeting-2022-06-07-e1f84f849670d84bfc93132a03651f975aad711d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-07 - Cabinet of Commissioner Janusz Wojciechowski x Centre de liaison des industries transformatrices de viande de l'UE"],"date":["2022-06-07"],"summary":["Taxonomy"],"notes":["Portfolio: Agriculture"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["ec-person-c825a813205e5077cd48bbd241436daf1834fc9b","eu-tr-02978802379-31"]}} -{"id":"ec-meeting-2022-06-07-efe6cd7c21a99bd91b9628249b28dc02f8820d9a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-07 - Cabinet of Commissioner Paolo Gentiloni x MSD (Europe), Inc. (Merck Sharp & Dohme)"],"date":["2022-06-07"],"summary":["MSD Italia shared their views regarding the pharma sector and the priorities and challenges they see, with respect to the need to support and preserve a competitive and innovative environment in the EU when it comes to medical treatments."],"notes":["Portfolio: Economy"],"location":["videoconference"],"address":["videoconference"],"addressEntity":["addr-92b2fbb928e012810d80d9ef1abe12027beee200"],"organizer":["ec-cabinet-commissioner-gentiloni-of-paolo"],"involved":["eu-tr-09824113589-92","ec-person-5df376e361b25e1bd341dc9d2ef14cad40f2d09c"]}} -{"id":"ec-meeting-2022-06-08-002eef2eb49339d201efa73fa5eb3d859a33e511","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-08 - Cabinet of Commissioner Thierry Breton x Tencent International Service Europe B.V."],"date":["2022-06-08"],"summary":["Presentation of the company and overview of EU digital policies"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-408225245533-96","ec-person-4d83416435f81b1f1e8f5c86aeebb1478577f1d2"]}} -{"id":"ec-meeting-2022-06-08-087d4620dc1857f48524ccd95ee10e1cde52f9d0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-08 - Cabinet of Commissioner Ylva Johansson x Snap, Inc."],"date":["2022-06-08"],"summary":["The participant’s and the EU efforts to prevent and tackle child sexual abuse."],"notes":["Portfolio: Home Affairs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-johansson-of-ylva"],"involved":["ec-person-d3f97e069d9ff016d7b65052f6eb6b98500ec118","eu-tr-976985829492-08"]}} -{"id":"ec-meeting-2022-06-08-0b3a5b7efd3bc811ddda2df2101e4e6f9c3460c6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-08 - Cabinet of Vice-President Věra Jourová x Workday"],"date":["2022-06-08"],"summary":["International data transfers and artificial intelligence"],"notes":["Portfolio: Values and Transparency"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["eu-tr-021253717373-58","ec-person-fb258e0188a5319bfaba3161382db43f5a85851f"]}} -{"id":"ec-meeting-2022-06-08-29c1726cdfe25379a3634b5f27bbc4934832c406","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-08 - Cabinet of Commissioner Adina Vălean x Airlines for America"],"date":["2022-06-08"],"summary":["Aviation"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["ec-person-cc0354fbf386eb83f57c00ad5240f1dddeeabab4","ec-person-7f9ba99138b4fa5c698037dc7507219b1319e0a7","eu-tr-78160685782-84"]}} -{"id":"ec-meeting-2022-06-08-4b2c5e3b2110e9c935c8aa1895c25e7853961226","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-08 - Cabinet of Executive Vice-President Margrethe Vestager x Workday"],"date":["2022-06-08"],"summary":["AI Act."],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["online"],"address":["online"],"addressEntity":["addr-2dbc2fd2358e1ea1b7a6bc08ea647b9a337ac92d"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-021253717373-58","ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0","ec-person-8b6db5c3c4611618ade59c6d0dadc21c962f0ee7"]}} -{"id":"ec-meeting-2022-06-08-551624ca3fd6f631e7190832ba65451dc2026e9b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-08 - Cabinet of Commissioner Adina Vălean x European Community Shipowners' Associations"],"date":["2022-06-08"],"summary":["ongoing maritime files, taxonomy, impact of the Russian war in Ukraine"],"notes":["Portfolio: Transport"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["ec-person-baa9678f53e0a607c8a9bb2cd9122d1c13370154","eu-tr-59004966537-01"]}} -{"id":"ec-meeting-2022-06-08-5ea09abc3b8683a07333c70719727e91ec6e3ebd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-08 - Cabinet of President Ursula von der Leyen x Instituto para la Cultura Democrática en la Era Digital"],"date":["2022-06-08"],"summary":["\"Proposal for a Sovereign and Democratic Digitalisation of Europe\""],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-7019713e72781afb1f3b19032c4752a314b78180","eu-tr-031736446699-31"]}} -{"id":"ec-meeting-2022-06-08-6c1d7016ce22e40ab15f7c6b3fec92088c778263","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-08 - Cabinet of Executive Vice-President Margrethe Vestager x Pearson"],"date":["2022-06-08"],"summary":["Digital skills and education."],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["online"],"address":["online"],"addressEntity":["addr-2dbc2fd2358e1ea1b7a6bc08ea647b9a337ac92d"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-971019046407-33","ec-person-3da433aae105b13fe027e9c9b3dcac2c97029370"]}} -{"id":"ec-meeting-2022-06-08-742af5c0a7e87a5b597df036e38175c45e1759dd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-08 - Cabinet of Commissioner Thierry Breton x Meta Platforms Ireland Limited and its various subsidiaries (f/k/a Facebook Ireland Limited)"],"date":["2022-06-08"],"summary":["Content moderation"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-4d83416435f81b1f1e8f5c86aeebb1478577f1d2","eu-tr-28666427835-74"]}} -{"id":"ec-meeting-2022-06-08-7802a9616d19c1138315fb8ca7190f16530ac8ae","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-08 - Cabinet of Vice-President Margaritis Schinas x Ericsson"],"date":["2022-06-08"],"summary":["Cybersecurity"],"notes":["Portfolio: Promoting the European Way of Life"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-margaritis-of-president-schinas-vice"],"involved":["ec-person-43f9f86cfe94e45a95f7fbdea9a59a54955ebcfa","ec-person-c8d1d7f3012c344bc60630eb456865390bddc7c5","eu-tr-02021363105-42"]}} -{"id":"ec-meeting-2022-06-08-a3c94b85b19a69c5a8448da15d8bb00906e6baed","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-08 - Cabinet of Executive Vice-President Margrethe Vestager x Instituto para la Cultura Democrática en la Era Digital"],"date":["2022-06-08"],"summary":["Sovereign and Democratic Digitalization of Europe."],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["online"],"address":["online"],"addressEntity":["addr-2dbc2fd2358e1ea1b7a6bc08ea647b9a337ac92d"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0","eu-tr-031736446699-31"]}} -{"id":"ec-meeting-2022-06-08-a41432386b9a0a76c7f8b4433e79ab356e97a7e8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-08 - Cabinet of Commissioner Mairead Mcguinness x Fédération bancaire française"],"date":["2022-06-08"],"summary":["Organisation of events with the Commissioner"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Virtual Meeting"],"address":["Virtual Meeting"],"addressEntity":["addr-ed078b6749077909a1a45720507ac2da9277b8b3"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["eu-tr-09245221105-30","ec-person-49e520c7a9c9c47ccb5acfa68f9416e4233af9f8"]}} -{"id":"ec-meeting-2022-06-08-cebbb4925a05c692e2ad3baa5378e782a3a4f20c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-08 - Defence Industry and Space x THALES"],"date":["2022-06-08"],"summary":["Follow-up meeting to discuss on Horizon Europe, Space and Defence issues."],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-defis"],"involved":["ec-person-a5e52cd544ea3aa44eb4b31fac65a468499f106e","eu-tr-91711831031-23"]}} -{"id":"ec-meeting-2022-06-08-d4764efd523f9cb92490061c9bfe847e18300926","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-08 - Cabinet of Commissioner Mairead Mcguinness x Adamantia Advisory"],"date":["2022-06-08"],"summary":["EU Consolidate Tape"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["eu-tr-380167446498-62","ec-person-0ba9b89127b39af6a66f2fc3ed727332f1b19a34"]}} -{"id":"ec-meeting-2022-06-08-f6995b22af8794e238bbe2e86c3842c16e03661d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-08 - Cabinet of Commissioner Ylva Johansson x Thorn"],"date":["2022-06-08"],"summary":["The participant’s and the EU efforts to prevent and tackle child sexual abuse."],"notes":["Portfolio: Home Affairs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-johansson-of-ylva"],"involved":["ec-person-d3f97e069d9ff016d7b65052f6eb6b98500ec118","eu-tr-854246640306-96"]}} -{"id":"ec-meeting-2022-06-09-14fa28e084f4a7d2c372d649a738de3d95f04694","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-09 - Cabinet of Commissioner Ylva Johansson x ISFE - Representing the European Videogames Industry Roblox Corporation"],"date":["2022-06-09"],"summary":["The participant’s and the EU efforts to prevent and tackle child sexual abuse."],"notes":["Portfolio: Home Affairs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-johansson-of-ylva"],"involved":["ec-person-d3f97e069d9ff016d7b65052f6eb6b98500ec118","eu-tr-498852846811-94","eu-tr-20586492362-11"]}} -{"id":"ec-meeting-2022-06-09-167517c23d7b5c0d73ba9a7e0f172a4cee9b1445","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-09 - Regional and Urban Policy x Conférence des Régions Périphériques Maritimes d'Europe (CRPM)"],"date":["2022-06-09"],"summary":["From 21-27 implementation to the post-27 reflection"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-regio"],"involved":["ec-person-3bc647761a4c1a96c0e7b4c3729d7408a61558b0","eu-tr-5546423688-07"]}} -{"id":"ec-meeting-2022-06-09-1ddaa0391d750f7cae80a90ee15f8703b44151e3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-09 - Cabinet of Commissioner Mairead Mcguinness x ICI Global"],"date":["2022-06-09"],"summary":["Sustainable finance, CSDDD"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Virtual meeting"],"address":["Virtual meeting"],"addressEntity":["addr-1f1f3f51a4da31a1ea5c1b4b21cbf52ad983224f"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-05e041b8d277691244c6f31f9f6c3e2c871b3392","eu-tr-296711210890-30","ec-person-0ba9b89127b39af6a66f2fc3ed727332f1b19a34"]}} -{"id":"ec-meeting-2022-06-09-416a00c584d8506a86b04bb0aedd8065cd4c5e1c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-09 - Cabinet of Executive Vice-President Frans Timmermans x International Union for Conservation of Nature EU Representative Office Maa- ja metsätaloustuottajain Keskusliitto – Central Union of Agricultural Producers and Forest Owners Finnish Forest Industries Federation (Metsäteollisuus ry) Suomen luonnonsuojeluliitto - The Finnish Association for Nature Conservation Greenpeace European Unit"],"date":["2022-06-09"],"summary":["forest visit"],"notes":["Portfolio: European Green Deal"],"location":["Sipoo, Finland"],"address":["Sipoo, Finland"],"addressEntity":["addr-ee37459f9da8e4d3d6b81f97a9f79143b673860b"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-7c876f4825f213b8adbedf089ccedfbc3b36d65b","eu-tr-56039441735-48","eu-tr-03518238467-61","eu-tr-9832909575-41","eu-tr-73282515553-33","eu-tr-39671713910-36"]}} -{"id":"ec-meeting-2022-06-09-46aa737c0e503b38b7b5a274881bbf86fa608a5c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-09 - Cabinet of Executive Vice-President Frans Timmermans x Gasum Oy Electrolux Home Products Europe SOK Climate Leadership Coalition St1 Sverige AB KONE Corporation Stora Enso Oyj Vestas Wind Systems A/S Wärtsilä Corporation Neste Oyj Huhtamäki Oyj"],"date":["2022-06-09"],"summary":["climate leadership from businesses"],"notes":["Portfolio: European Green Deal"],"location":["Helsinki, Finland"],"address":["Helsinki, Finland"],"addressEntity":["addr-503f4794e483acbce8e2c42812ac35d426a412d9"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-7c876f4825f213b8adbedf089ccedfbc3b36d65b","eu-tr-759978215122-11","eu-tr-289922721213-66","eu-tr-769186224869-06","eu-tr-333399732805-59","eu-tr-10257354120-19","eu-tr-269853831446-79","eu-tr-390498234996-75","eu-tr-201839244725-10","eu-tr-654960546214-38","eu-tr-391796433461-57","eu-tr-679863341869-50"]}} -{"id":"ec-meeting-2022-06-09-53f2d7147cc747c36686ce7b453c804eea0607bc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-09 - Research and Innovation x SOLAR IMPULSE FOUNDATION"],"date":["2022-06-09"],"summary":["1000+ solutions and how they can support Horizon Europe Missions and RePOWER EU"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-rtd"],"involved":["eu-tr-569885924378-48","ec-person-1d348f33395de0ea6773a7b4ae8797e3e0392f73"]}} -{"id":"ec-meeting-2022-06-09-5af19c9d1419161c94ab9b4258bef4a7dd233e91","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-09 - Cabinet of Executive Vice-President Frans Timmermans x European Policy Centre"],"date":["2022-06-09"],"summary":["Policy Dialogue on ‘The Green Deal as a solution to our crisis-riddled times'"],"notes":["Portfolio: European Green Deal"],"location":["video-conference"],"address":["video-conference"],"addressEntity":["addr-8736c288a4bc51ee27ef4ed41e652409a37e60d1"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-89632641000-47","ec-person-4d24ceb9e6bdaabe394d1506aa601a9ce9d0e59b"]}} -{"id":"ec-meeting-2022-06-09-5bfdb27f20534dddc5b137980ee4918c351219c2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-09 - Cabinet of Commissioner Thierry Breton x L'Oréal"],"date":["2022-06-09"],"summary":["Chemicals strategy: REACH, CLP and CPR revisions"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-6308dea893b9b1ca0dcd5b91b4a1ac4c2f3020ad","eu-tr-02776221598-67"]}} -{"id":"ec-meeting-2022-06-09-606cef6f48d19f05e953e6b68dffbd67746e6080","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-09 - Cabinet of Commissioner Janusz Wojciechowski x Национална асоциация на зърнопроизводителите"],"date":["2022-06-09"],"summary":["Meeting with MEP Alieva-Veli and Bulgarian farmers' associations and organizations (National Association of Grain Producers;Beef Breeders Association of Bulgaria; Bulgarian Association of Greenhouse producers; National Association Buffalo Breeders)"],"notes":["Portfolio: Agriculture"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["eu-tr-860713841236-91","ec-person-354147678cd662e9949df96a1b58663c347a35f9","ec-person-7869e6adc9c6329f8dea9a0fd02d998d8ffa57f6","ec-person-08c62f972c22464aca7a65520eb9406f8db14a66"]}} -{"id":"ec-meeting-2022-06-09-670c66d5bb2e5bd9896b95bc36666dad079ebf23","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-09 - Cabinet of Commissioner Kadri Simson x European Policy Centre"],"date":["2022-06-09"],"summary":["Speech on REPowerEU"],"notes":["Portfolio: Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["ec-person-ba3b83676ad38094e71b64b644f3e3d2c61b8182","eu-tr-89632641000-47"]}} -{"id":"ec-meeting-2022-06-09-79855ebb9d5c55755b0b3ab50450caaf134ad31b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-09 - Communication x Amaury Sport Organisation"],"date":["2022-06-09"],"summary":["collaboration on the Grand Depart of the Tour de France"],"location":["online"],"address":["online"],"addressEntity":["addr-2dbc2fd2358e1ea1b7a6bc08ea647b9a337ac92d"],"organizer":["ec-dg-comm"],"involved":["ec-person-676f70803f4848c87b632d8522ff9ce8d4600e27","eu-tr-438941846088-54"]}} -{"id":"ec-meeting-2022-06-09-982cac096d594be1d0a3ea1552439be4440ccb8f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-09 - Cabinet of President Ursula von der Leyen x EUROMETAUX"],"date":["2022-06-09"],"summary":["To share five key recommendations from the landmark KU Leuven Metals for Clean Energy study released last week, which quantifies the metals and raw materials needs of Europe's climate-neutrality goal for the first time."],"notes":["Portfolio: President"],"location":["Brussels (WEBEX)"],"address":["Brussels (WEBEX)"],"addressEntity":["addr-3afbdeda01f3dac93a9dc841fdac57d9de27b869"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-7019713e72781afb1f3b19032c4752a314b78180","eu-tr-61650796093-48"]}} -{"id":"ec-meeting-2022-06-09-a6143d2074359b3b1dfdc271ba346aa1ce91a3e0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-09 - Cabinet of Executive Vice-President Margrethe Vestager x First Solar GmbH"],"date":["2022-06-09"],"summary":["Issues within Competition portfolio."],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["online"],"address":["online"],"addressEntity":["addr-2dbc2fd2358e1ea1b7a6bc08ea647b9a337ac92d"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-675804943841-40","ec-person-71043372bdf7ac2868e93db35f9e2f420db778e3"]}} -{"id":"ec-meeting-2022-06-09-acf4b64608434a53306e41803a209ccd16506256","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-09 - Cabinet of Vice-President Věra Jourová x EBU-UER (European Broadcasting Union)"],"date":["2022-06-09"],"summary":["Media, EMFA"],"notes":["Portfolio: Values and Transparency"],"location":["Phone call"],"address":["Phone call"],"addressEntity":["addr-cac056598c767cdeaa0f13cfe91d25988c24c698"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["eu-tr-93288301615-56","ec-person-aa83f35da599b82e4f15da018f4b3447eb648f7c"]}} -{"id":"ec-meeting-2022-06-09-b2b5f082f2805156bcde34362c9fdae5a7f8c442","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-09 - Climate Action x Salzgitter AG"],"date":["2022-06-09"],"summary":["Decarbonisation of the steel sector"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-clima"],"involved":["ec-person-9c5c685692a09a77f2bc8ae9c05663b87cd75aae","eu-tr-484497715199-45"]}} -{"id":"ec-meeting-2022-06-09-c5a7c38147fd53a78c18294574af88f00f64496f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-09 - Cabinet of Commissioner Adina Vălean x DASSAULT AVIATION"],"date":["2022-06-09"],"summary":["Civil aviation"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["eu-tr-264527121382-71","ec-person-7f9ba99138b4fa5c698037dc7507219b1319e0a7"]}} -{"id":"ec-meeting-2022-06-09-e5952ef42565631993cf8805a42710024c2e6cad","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-09 - Cabinet of Executive Vice-President Frans Timmermans x Technische Universiteit Delft"],"date":["2022-06-09"],"summary":["Speech at U Delft Lustrum Energie transitie diner"],"notes":["Portfolio: European Green Deal"],"location":["Delft"],"address":["Delft"],"addressEntity":["addr-dc64e010c3d51386a4fce72f2989bee4cd34a754"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-056048443448-39","ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce"]}} -{"id":"ec-meeting-2022-06-09-e7c3baea359ad564a72965ea84b82eb7e8ca30bb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-09 - Cabinet of Executive Vice-President Frans Timmermans x Bloomberg L.P."],"date":["2022-06-09"],"summary":["Climate and energy transition"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-214140728444-40","ec-person-f8efd5ca1c3794aa2954d6b5f54ff94f015fba20","ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce"]}} -{"id":"ec-meeting-2022-06-09-f2092c3dc37b97ddc5f0949b7f6ea40cb0c8c231","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-09 - Cabinet of Commissioner Mairead Mcguinness x Bloomberg L.P."],"date":["2022-06-09"],"summary":["Climate Data Platform"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["eu-tr-214140728444-40","ec-person-44c404268b70ce0b79c4e148b5a7c4ae2c53ee30","ec-person-05e041b8d277691244c6f31f9f6c3e2c871b3392","ec-person-1d2f53447b8f2d9bb3f50f7247ad40c2cf8036e4"]}} -{"id":"ec-meeting-2022-06-09-fc987892d9e85d0a38fa9d85ec89db4e3cf6c6cc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-09 - Cabinet of Vice-President Maroš Šefčovič x Bundesverband der Deutschen Industrie e.V."],"date":["2022-06-09"],"summary":["Discussion on Better Regulation"],"notes":["Portfolio: Interinstitutional Relations and Foresight"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-1771817758-48","ec-person-1463c77b5664bbf9e5ec22aaf41872b7b6823702"]}} -{"id":"ec-meeting-2022-06-10-01d6e2120343f78abe08090f6ea0146f419538e1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-10 - Cabinet of Vice-President Maroš Šefčovič x SANOFI"],"date":["2022-06-10"],"summary":["Discussion on stragegic foresight"],"notes":["Portfolio: Interinstitutional Relations and Foresight"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-61291462764-77","ec-person-d8af7eb5b715c9bd960f9661cb5170f8c6230853"]}} -{"id":"ec-meeting-2022-06-10-02ddcefb2a84416f6a88fc5b9e95a93a48034307","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-10 - Cabinet of Commissioner Ylva Johansson x The Council of European Professional Informatics Societies"],"date":["2022-06-10"],"summary":["EU efforts to prevent and tackle child sexual abuse."],"notes":["Portfolio: Home Affairs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-johansson-of-ylva"],"involved":["ec-person-d3f97e069d9ff016d7b65052f6eb6b98500ec118","eu-tr-372608916662-62"]}} -{"id":"ec-meeting-2022-06-10-15fd2c940d1d0471a69770b7f71f13d264c67cec","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-10 - Financial Stability, Financial Services and Capital Markets Union x Federation of European Securities Exchanges Euronext Deutsche Börse AG NASDAQ"],"date":["2022-06-10"],"summary":["Consolidated tape"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-17804464809-28","eu-tr-20884001341-42","ec-person-1fce211249673c35ee07a801ddee77ab24af8d54","eu-tr-76648765687-29","eu-tr-71488206456-23"]}} -{"id":"ec-meeting-2022-06-10-196f40e72d092dd8de6d6182e16d1034b754edd7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-10 - Agriculture and Rural Development x European agri-cooperatives European farmers"],"date":["2022-06-10"],"summary":["Exchange of views on the state of food communication"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-agri"],"involved":["ec-person-94f7c6e6875fa76120558bda38f913792cc61934","eu-tr-09586631237-74","eu-tr-44856881231-49"]}} -{"id":"ec-meeting-2022-06-10-1a1b89711dbc60cdc7474cf91c4df464d1431685","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-10 - Cabinet of Commissioner Thierry Breton x None"],"date":["2022-06-10"],"summary":["Prep meeting for meeting with Commissioner Breton on 16/6"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-6025320863-10","eu-tr-452617627527-38","ec-person-6308dea893b9b1ca0dcd5b91b4a1ac4c2f3020ad","eu-tr-887829024366-20","eu-tr-430010622057-05","eu-tr-33885548180-35","eu-tr-33213703459-54","eu-tr-69678928900-56","eu-tr-84839535366-67","eu-tr-42705074342-04"]}} -{"id":"ec-meeting-2022-06-10-1c46fac8d6603acfaf760b7178c2fc6619b84dc1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-10 - Cabinet of Commissioner Jutta Urpilainen x Finnish-African Society ry/ Suomen Afrikka-Seura ry"],"date":["2022-06-10"],"summary":["Africa-EU engagements"],"notes":["Portfolio: International Partnerships"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["ec-person-26cc31f8d5b9581bfc496e29c4b603745b75d980","eu-tr-534166146208-72"]}} -{"id":"ec-meeting-2022-06-10-20192b82df2e24796808e453b23cbdac7acc9600","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-10 - Cabinet of Commissioner Kadri Simson x Eesti Erametsaliit"],"date":["2022-06-10"],"summary":["EU policies influencing Estonian forest and timber industry"],"notes":["Portfolio: Energy"],"location":["online"],"address":["online"],"addressEntity":["addr-2dbc2fd2358e1ea1b7a6bc08ea647b9a337ac92d"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["eu-tr-713554846552-05","ec-person-02dcb64edd20203955d6dad9d5c0dbc71a3d7816"]}} -{"id":"ec-meeting-2022-06-10-3befc4c41437fffb836b3e2a80cc0df47b5f2c0e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-10 - Financial Stability, Financial Services and Capital Markets Union x Association of European Businesses"],"date":["2022-06-10"],"summary":["EU sanctions"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-849798415326-80","ec-person-1fce211249673c35ee07a801ddee77ab24af8d54"]}} -{"id":"ec-meeting-2022-06-10-3c10bd061cd6ba563206c8bd12c1c3e614803442","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-10 - Cabinet of Executive Vice-President Margrethe Vestager x BOUYGUES EUROPE"],"date":["2022-06-10"],"summary":["Financing of telecom networks."],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["online"],"address":["online"],"addressEntity":["addr-2dbc2fd2358e1ea1b7a6bc08ea647b9a337ac92d"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-91216972728-77","ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0","ec-person-73fb1ddd279f8c6697a055567a2c09606006b875","ec-person-11ba005cc4046696303381b7ca219da9b11a42bf"]}} -{"id":"ec-meeting-2022-06-10-3e6f6778722fc9a386c13b2aa1b3c25fa8422d8d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-10 - Cabinet of Executive Vice-President Margrethe Vestager x Vodafone Belgium SA"],"date":["2022-06-10"],"summary":["Issues within Competition portfolio."],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-bb1f295d8be3d10004d7e5fd7c24248a21215775","eu-tr-90142503473-81"]}} -{"id":"ec-meeting-2022-06-10-4f09070e13e196fc77c6adc4e3dad90e65ddd317","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-10 - Budget x Banco Santander, S.A."],"date":["2022-06-10"],"summary":["NextGenerationEU"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-budg"],"involved":["eu-tr-799142914971-03","ec-person-39635b893026833f739fe623fe7e9d5a97525e7a"]}} -{"id":"ec-meeting-2022-06-10-726cfbc4152a6e1d54d6c881134a5deffd627514","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-10 - Cabinet of President Ursula von der Leyen x Association of Commercial Television and Video on Demand Services in Europe"],"date":["2022-06-10"],"summary":["Legislative approach to fighting live piracy"],"notes":["Portfolio: President"],"location":["Brussels (Teams)"],"address":["Brussels (Teams)"],"addressEntity":["addr-9950cce930e253f44f556bb339d2a1106073cd7b"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-7019713e72781afb1f3b19032c4752a314b78180","eu-tr-18574111503-28"]}} -{"id":"ec-meeting-2022-06-10-939b14d2075e8dc40a4fa8ec1907fec5983fa98b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-10 - Cabinet of Commissioner Kadri Simson x ATREVIA COMUNICACIÓN"],"date":["2022-06-10"],"summary":["Parc Tramuntana project"],"notes":["Portfolio: Energy"],"location":["Video Conference"],"address":["Video Conference"],"addressEntity":["addr-fd005d1da26cd3c9a734fbbadaf813e8115acdeb"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["ec-person-f47a082bc2455a660c3b2ae348f0024736672752","eu-tr-957847722349-55"]}} -{"id":"ec-meeting-2022-06-10-941528f020e291b3db6729b692dff600253c3068","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-10 - Cabinet of Commissioner Kadri Simson x Third Way"],"date":["2022-06-10"],"summary":["To discuss Carbon-Free Europe’s modelling analysis on achieving a net-zero future."],"notes":["Portfolio: Energy"],"location":["Video Conference"],"address":["Video Conference"],"addressEntity":["addr-fd005d1da26cd3c9a734fbbadaf813e8115acdeb"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["ec-person-f47a082bc2455a660c3b2ae348f0024736672752","eu-tr-651523046483-32"]}} -{"id":"ec-meeting-2022-06-10-94457fcdb85336dde211a0e8903a96cc26d605bb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-10 - Cabinet of Executive Vice-President Valdis Dombrovskis x Eurogroup for Animals Fair Trade Advocacy Office International Federation for Human Rights Christelijk Nationaal Vakverbond Vakcentrale Vereinte Dienstleistungsgewerkschaft"],"date":["2022-06-10"],"summary":["Trade and sustainable development, Free Trade Agreements"],"notes":["Portfolio: An Economy that Works for People"],"location":["video call"],"address":["video call"],"addressEntity":["addr-12d8c530d76da0b7745f9c0f9285e7eec97adc55"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["eu-tr-116255246201-84","eu-tr-6809935493-49","eu-tr-16178359495-57","ec-person-235870cd7eb41f2494f695fce18b5b5b88647113","eu-tr-827100133650-49","eu-tr-97628146980-33"]}} -{"id":"ec-meeting-2022-06-10-b57612a7020aa442e1edf19a7f961dd0a7430c74","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2022-06-10 - Cabinet of Executive Vice-President Margrethe Vestager x Broadcom"],"date":["2022-06-10"],"summary":["Cyber Resilience Act.","Digital policies."],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-240029014014-18","ec-person-8b6db5c3c4611618ade59c6d0dadc21c962f0ee7"]}} -{"id":"ec-meeting-2022-06-10-db4037242b62c9131e25befc9c998276a025fda3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-10 - Cabinet of Commissioner Olivér Várhelyi x ΟΙΚΟΝΟΜΙΚΟ ΣΥΝΕΔΡΙΟ ΔΕΛΦΩΝ"],"date":["2022-06-10"],"summary":["East Med & SouthEast Europe in Brussels"],"notes":["Portfolio: Neighbourhood and Enlargement"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-cabinet-commissioner-of-oliver-varhelyi"],"involved":["ec-person-53491bf8482feff700ae076cb8b1e2ee3e728210","eu-tr-357203644835-80"]}} -{"id":"ec-meeting-2022-06-10-db834356935251233c821dc7c5a02efdc9c0bbe6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-10 - Financial Stability, Financial Services and Capital Markets Union x Society for Worldwide Interbank Financial Telecommunication"],"date":["2022-06-10"],"summary":["Global finance, Sanctions"],"location":["Bruessels"],"address":["Bruessels"],"addressEntity":["addr-634a3cf3e5f06895d1f6f2ca0cb2c395bca13b01"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-011095511691-05","ec-person-1fce211249673c35ee07a801ddee77ab24af8d54"]}} -{"id":"ec-meeting-2022-06-13-02a030d7f3eae094ad94b4a1954cdb9f51454e4e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-13 - Cabinet of Commissioner Johannes Hahn x Wirtschaftskammer Österreich"],"date":["2022-06-13"],"summary":["General Economic Outlook;\r\nTeleworking and lessons learned;\r\nFuture of Europe"],"notes":["Portfolio: Budget and Administration"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hahn-johannes-of"],"involved":["ec-person-a3674866c760605fc38abed4dffd3f94f2c83d64","eu-tr-10405322962-08"]}} -{"id":"ec-meeting-2022-06-13-055f108f91b29c8961920ca842b4763a6b33b485","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-13 - Cabinet of Commissioner Thierry Breton x BOUYGUES EUROPE"],"date":["2022-06-13"],"summary":["OTT contribution to infrastructure rollout"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-4d83416435f81b1f1e8f5c86aeebb1478577f1d2","eu-tr-91216972728-77"]}} -{"id":"ec-meeting-2022-06-13-1b2edf9d96bc49ca2d4076e8b0fbf7f753659e72","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-13 - Cabinet of Commissioner Elisa Ferreira x International Romani Union"],"date":["2022-06-13"],"summary":["Presentation of IRU's future plans and strategy."],"notes":["Portfolio: Cohesion and Reforms"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-elisa-ferreira-of"],"involved":["eu-tr-734954443461-71","ec-person-884d261ef161b119c9fc64f7a0514dc014ca2bd7","ec-person-6aefca8f66cd57549e22428bee7f0d2c97d16f52"]}} -{"id":"ec-meeting-2022-06-13-261f57e0977d4eff3f0e2f594edd992df8e671c3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-13 - Cabinet of Commissioner Thierry Breton x Creative Commons"],"date":["2022-06-13"],"summary":["Content creation and digital policies"],"notes":["Portfolio: Internal Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-4d83416435f81b1f1e8f5c86aeebb1478577f1d2","eu-tr-15262256432-95","ec-person-5215bd372c5a1202399d77ecceb8c16de8d7d55c"]}} -{"id":"ec-meeting-2022-06-13-2e289daa3c00374520d2590b2b912c34cf197665","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-13 - Cabinet of Executive Vice-President Margrethe Vestager x AT&T, Inc."],"date":["2022-06-13"],"summary":["Telco infrastructure and investment, OTT 'fair share', EU-EU cooperation on digital files, TTC."],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-92442218459-37","ec-person-73fb1ddd279f8c6697a055567a2c09606006b875"]}} -{"id":"ec-meeting-2022-06-13-3c4bb310a0250cd5e097911921c076066048ba99","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-13 - Cabinet of Commissioner Mairead Mcguinness x Banking & Payments Federation Ireland"],"date":["2022-06-13"],"summary":["Basel III"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Virtual Meeting"],"address":["Virtual Meeting"],"addressEntity":["addr-ed078b6749077909a1a45720507ac2da9277b8b3"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["eu-tr-981559116223-93","ec-person-49e520c7a9c9c47ccb5acfa68f9416e4233af9f8"]}} -{"id":"ec-meeting-2022-06-13-4a370bcc443537ab9ec5db5b412aae26c6968f0d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-13 - Cabinet of Executive Vice-President Frans Timmermans x KPMG"],"date":["2022-06-13"],"summary":["The transition towards sustainable food systems"],"notes":["Portfolio: European Green Deal"],"location":["Video-call"],"address":["Video-call"],"addressEntity":["addr-0a257a3b8a0926e1b53e3476ce1c8e8fc8470ecd"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-65515368730-59","ec-person-33624431cbec1074e151c1707715ef46d2ba9565"]}} -{"id":"ec-meeting-2022-06-13-6779f142d3b8074dd5f01a5072d4ed98e3421346","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-13 - Cabinet of Executive Vice-President Frans Timmermans x Emerson Electric Co. Kreab"],"date":["2022-06-13"],"summary":["Green hydrogen imports into the EU and the additionality delegated act"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-1078390517-54","ec-person-d53e00c46a4cc62bbf533e0c9bb35bacb9121989","eu-tr-926990944642-94"]}} -{"id":"ec-meeting-2022-06-13-80fe7c8511405ecb536423cfd06c5596bab5a5a4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-13 - Education, Youth, Sport and Culture x SURFRIDER FOUNDATION EUROPE"],"date":["2022-06-13"],"summary":["The EurOcean Youth network will present to DG Christophidou a set of recommendations, in the perspective of the Ocean Week 2022 and in the context of the European Year of Youth."],"location":["J-70"],"address":["J-70"],"addressEntity":["addr-27e3f291a476755e3e8bde05812ebe2f86cdc3ad"],"organizer":["ec-dg-eac"],"involved":["ec-person-68d4f99b9ed1b40d86ebbf81f8f35aeebd6c5fc5","eu-tr-58969291154-50"]}} -{"id":"ec-meeting-2022-06-13-8c10b1d6443b9bf11bd053e41716dbd6e5efad02","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-13 - Cabinet of Commissioner Mairead Mcguinness x ClimateView AB"],"date":["2022-06-13"],"summary":["Sustainable finance"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-05e041b8d277691244c6f31f9f6c3e2c871b3392","eu-tr-409893146535-28"]}} -{"id":"ec-meeting-2022-06-13-92438c91574989ca7369c25d1e05cb2c28ed1d18","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-13 - Cabinet of Vice-President Věra Jourová x Deutsche Post DHL Group"],"date":["2022-06-13"],"summary":["Sustainable Corporate Governance"],"notes":["Portfolio: Values and Transparency"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["ec-person-74c07660dcbc6dc9993b34462cf2a1fec35925ea","ec-person-76793b3bad1c7471121c510a962aae356d19c30b","eu-tr-48544465107-88"]}} -{"id":"ec-meeting-2022-06-13-94117a223c085fc0a49aab29c3867ff1c3a739d8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-13 - Cabinet of Commissioner Nicolas Schmit x Deutsche Post DHL Group"],"date":["2022-06-13"],"summary":["Meeting on Skills and European Pillar of Social Rights"],"notes":["Portfolio: Jobs and Social Rights"],"location":["Bruxelles"],"address":["Bruxelles"],"addressEntity":["addr-b58f5927b66d94a676970dc048485d4c6848f272"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-66fa2c2d100ec194caa42b5c6f97c36e2748b71c","ec-person-8eb18b6102d444937bc6af5822a6742812165b48","eu-tr-48544465107-88"]}} -{"id":"ec-meeting-2022-06-13-a679766b0ce4eb4b31a51c1a4dff0cae34e5b717","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-13 - Cabinet of Executive Vice-President Margrethe Vestager x Aalborg Universitet"],"date":["2022-06-13"],"summary":["Digital skills and education, Research & Innovation."],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-3da433aae105b13fe027e9c9b3dcac2c97029370","eu-tr-734756741048-58"]}} -{"id":"ec-meeting-2022-06-13-bcb625a978876d02df6abfa92c87aa7a440e665b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-13 - Cabinet of Executive Vice-President Frans Timmermans x YARA BELGIUM S.A."],"date":["2022-06-13"],"summary":["Sustainable food systems"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-68208004617-79","ec-person-33624431cbec1074e151c1707715ef46d2ba9565"]}} -{"id":"ec-meeting-2022-06-13-c525d4949294fa0dddeee6bc8ba6519403b2ca4d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-13 - Cabinet of Commissioner Thierry Breton x European Publishers Council"],"date":["2022-06-13"],"summary":["Media Freedom Act"],"notes":["Portfolio: Internal Market"],"location":["Anvers"],"address":["Anvers"],"addressEntity":["addr-dabc5de2f5470d7f041a6bcdfd0111534ea82d41"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-4456380381-30","ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","ec-person-5215bd372c5a1202399d77ecceb8c16de8d7d55c"]}} -{"id":"ec-meeting-2022-06-13-d8b48d55bf574d9c79d35de2bbaf204febf8b711","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-13 - Cabinet of Vice-President Věra Jourová x Committee to Protect Journalists"],"date":["2022-06-13"],"summary":["Safety of journalists"],"notes":["Portfolio: Values and Transparency"],"location":["Phone call"],"address":["Phone call"],"addressEntity":["addr-cac056598c767cdeaa0f13cfe91d25988c24c698"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["ec-person-aa83f35da599b82e4f15da018f4b3447eb648f7c","eu-tr-370649919011-72"]}} -{"id":"ec-meeting-2022-06-13-e4bf0e3e973796d01f2436cafb916a2679cfa3ad","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-13 - Cabinet of Executive Vice-President Margrethe Vestager x OpenAI, L.P."],"date":["2022-06-13"],"summary":["AI Act."],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-672219746759-76","ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0"]}} -{"id":"ec-meeting-2022-06-14-0081b0b7516d1770a9b3f15818b57ae54504fd39","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-14 - Cabinet of Executive Vice-President Frans Timmermans x Bund für Umwelt und Naturschutz Deutschland e. V."],"date":["2022-06-14"],"summary":["Farm-to-Fork and SUD revision"],"notes":["Portfolio: European Green Deal"],"location":["Video-call"],"address":["Video-call"],"addressEntity":["addr-0a257a3b8a0926e1b53e3476ce1c8e8fc8470ecd"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-424540741196-66","ec-person-8af3c81534786a740718d21dc58240738a53ed7b","ec-person-33624431cbec1074e151c1707715ef46d2ba9565"]}} -{"id":"ec-meeting-2022-06-14-0c5ee781b937eb47aba567f5aeb7ecba1aeb715e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-14 - Cabinet of Executive Vice-President Frans Timmermans x EVN AG Heineken N.V."],"date":["2022-06-14"],"summary":["Presentation of an innovative form of space heating and hot water supply for around 900 new apartments built in close proximity to the brewery’s site supplied with excess heat from the industrial process"],"notes":["Portfolio: European Green Deal"],"location":["Vienna"],"address":["Vienna"],"addressEntity":["addr-8b6cea61d247482e9e7f1e7efb1db432a69bbcb2"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-7c876f4825f213b8adbedf089ccedfbc3b36d65b","eu-tr-322223416295-50","eu-tr-827688315793-86"]}} -{"id":"ec-meeting-2022-06-14-10b2a0c1a53be36a9e71a554c2a3dc698c402c24","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-14 - Cabinet of Commissioner Kadri Simson x Anglo American"],"date":["2022-06-14"],"summary":["Hydrogen and raw materials needed for the energy transition\r\nPresentation of Anglo American’s hydrogen-powered mining truck"],"notes":["Portfolio: Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["ec-person-ba3b83676ad38094e71b64b644f3e3d2c61b8182","eu-tr-932483333204-67"]}} -{"id":"ec-meeting-2022-06-14-19e3a2ca11ac7620103589aff3a76d1a16b773ea","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-14 - Cabinet of Commissioner Johannes Hahn x KfW Bankengruppe"],"date":["2022-06-14"],"summary":["NGEU Outreach"],"notes":["Portfolio: Budget and Administration"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hahn-johannes-of"],"involved":["ec-person-6dd3472dac004e43ec1fa4f5b4106e3b476c9ce7","eu-tr-79019799690-13"]}} -{"id":"ec-meeting-2022-06-14-21b6841ef7afd80dd925e303c744c0a853d23490","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-14 - Cabinet of Commissioner Didier Reynders x Kaupan liitto ry - Finnish Commerce Federation"],"date":["2022-06-14"],"summary":["sustainable consumption and consumer protection law’"],"notes":["Portfolio: Justice"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-didier-of-reynders"],"involved":["eu-tr-141376015883-52","ec-person-4cd0043747c40cfeaced5e4c68e43372cdb8dac9"]}} -{"id":"ec-meeting-2022-06-14-2552aec194e0fb20268bedf0d0145525b8082d6a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-14 - Cabinet of Commissioner Kadri Simson x Teollisuuden Voima Oyj"],"date":["2022-06-14"],"summary":["To discuss the role of nuclear power in the taxonomy for sustainable finance and the Fit for 55 package."],"notes":["Portfolio: Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["eu-tr-352103717639-15","ec-person-d40f25b5cb5c0681854a4996da444478318f7e58","ec-person-02dcb64edd20203955d6dad9d5c0dbc71a3d7816"]}} -{"id":"ec-meeting-2022-06-14-3e0ce68493408823a3f62db24a350bb929d8a2f0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-14 - Economic and Financial Affairs x European Chemical Industry Council"],"date":["2022-06-14"],"summary":["Meeting with Paul de Krom, Chair of the Dutch Chemical Industry Council"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-ecfin"],"involved":["ec-person-d59b69916c3a29673c14838feab22a7902555d52","eu-tr-64879142323-90"]}} -{"id":"ec-meeting-2022-06-14-3f75858750e5f3fdb1f8f6448728f4663c565ff2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-14 - Cabinet of Commissioner Thierry Breton x Kaupan liitto ry - Finnish Commerce Federation"],"date":["2022-06-14"],"summary":["Digital trade and sustainable consumption"],"notes":["Portfolio: Internal Market"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-141376015883-52","ec-person-b0081a4fd9d4dbc0866ea534dd77c3419bc6feae"]}} -{"id":"ec-meeting-2022-06-14-44c1a17515f32cfa7495b24ec9e0b51b8eefc4cd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-14 - Cabinet of Commissioner Mariya Gabriel x European & International Booksellers Federation"],"date":["2022-06-14"],"summary":["Trends in books selling\r\nDigitalisation\r\nImpact of COVID on the sector\r\nEuropean Book Week"],"notes":["Portfolio: Innovation and Youth"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-9031106115-62","ec-person-b858566ca66e8beffd2e5cdeee3e42c30770c7c0"]}} -{"id":"ec-meeting-2022-06-14-44f67bf3ce136ffdabfb535fdb0a2e759208c81a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-14 - Cabinet of Commissioner Olivér Várhelyi x The Ad Hoc Partnership Limited"],"date":["2022-06-14"],"summary":["Economic and Investment Plans"],"notes":["Portfolio: Neighbourhood and Enlargement"],"location":["VTC"],"address":["VTC"],"addressEntity":["addr-9d1acaa772820b8ade84113d2da24716fe455be2"],"organizer":["ec-cabinet-commissioner-of-oliver-varhelyi"],"involved":["ec-person-daf8ff1073a04b30d2f54219ecc93002ef3a684d","eu-tr-287174143153-09"]}} -{"id":"ec-meeting-2022-06-14-47ba1ab4a435e79a1cdd1108ae83f3104612f122","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-14 - Cabinet of Commissioner Thierry Breton x European Chemical Industry Council"],"date":["2022-06-14"],"summary":["Implementation chemicals strategy; transition pathway for chemicals sector"],"notes":["Portfolio: Internal Market"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-6308dea893b9b1ca0dcd5b91b4a1ac4c2f3020ad","eu-tr-64879142323-90"]}} -{"id":"ec-meeting-2022-06-14-4ec9ce1b50c9d93124ba34f7465c3d5d9f753fba","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-14 - Cabinet of Commissioner Kadri Simson x DTEK"],"date":["2022-06-14"],"summary":["To discuss an initiative of building 30 GW of renewable energy capacities in Ukraine to supply renewable electricity to the EU to contribute to both energy resilience and climate goals."],"notes":["Portfolio: Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["ec-person-d40f25b5cb5c0681854a4996da444478318f7e58","eu-tr-17429897118-54"]}} -{"id":"ec-meeting-2022-06-14-5d0177fbb5577a412bfeba67a8cfdab3f106ab80","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-14 - Cabinet of Executive Vice-President Margrethe Vestager x EUROMETAUX"],"date":["2022-06-14"],"summary":["Critical raw materials."],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-61650796093-48","ec-person-0e93ebac9bad76e1351e0981f04e7ef88848f943","ec-person-8b6db5c3c4611618ade59c6d0dadc21c962f0ee7"]}} -{"id":"ec-meeting-2022-06-14-651092a2a3d6b1e1141789b8ff755955eaf1b694","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-14 - Mobility and Transport x Aeroporti di Roma"],"date":["2022-06-14"],"summary":["Impact of pandemic; Sustainability"],"location":["Brussls, Belgium"],"address":["Brussls, Belgium"],"addressEntity":["addr-f56c25536b905e7a31a05d307b667561d02f2aba"],"organizer":["ec-dg-move"],"involved":["eu-tr-990367446239-60","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2022-06-14-6ceb06bd2ccd4540fc6a36cb17ea162a14bf302e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-14 - Cabinet of Vice-President Margaritis Schinas x AT&T, Inc."],"date":["2022-06-14"],"summary":["- security of network and information systems and cyber - resilience,\r\n- impact of the war in Ukraine\r\n- EU-US cooperation."],"notes":["Portfolio: Promoting the European Way of Life"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-margaritis-of-president-schinas-vice"],"involved":["ec-person-d5cada2a1a17537a675985af31e5ce07ae3bfd42","ec-person-43f9f86cfe94e45a95f7fbdea9a59a54955ebcfa","eu-tr-92442218459-37"]}} -{"id":"ec-meeting-2022-06-14-8dca033bc66217d17621c5f321976a217365a6d5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-14 - Cabinet of Commissioner Mairead Mcguinness x The Club of Rome"],"date":["2022-06-14"],"summary":["Sustainable finance, taxonomy"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Virtual meeting"],"address":["Virtual meeting"],"addressEntity":["addr-1f1f3f51a4da31a1ea5c1b4b21cbf52ad983224f"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-05e041b8d277691244c6f31f9f6c3e2c871b3392","eu-tr-806327336072-56"]}} -{"id":"ec-meeting-2022-06-14-8f14f80cb09d9b41394a38fdf5c0ef67bd4b848b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-14 - Cabinet of Commissioner Kadri Simson x NATURGY ENERGY GROUP"],"date":["2022-06-14"],"summary":["REPowerEU\r\nInterconnections\r\nGas Supply and relations with South America and North Africa"],"notes":["Portfolio: Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["ec-person-ba3b83676ad38094e71b64b644f3e3d2c61b8182","eu-tr-67833029261-54"]}} -{"id":"ec-meeting-2022-06-14-a5b07f9fa8dbe13fe688225e57d55e6a4691c0d4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-14 - Cabinet of Commissioner Mairead Mcguinness x Creative Commons Strategic Advisory Management"],"date":["2022-06-14"],"summary":["digital agenda"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-0ba9b89127b39af6a66f2fc3ed727332f1b19a34","eu-tr-15262256432-95","eu-tr-200593345593-86"]}} -{"id":"ec-meeting-2022-06-14-a91dfa3b787e3300e68e144db2b3ac36eb61d74d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-14 - Cabinet of Executive Vice-President Frans Timmermans x Koninklijke Vereniging van de Nederlandse Chemische Industrie European Chemical Industry Council"],"date":["2022-06-14"],"summary":["European Green Deal"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce","eu-tr-78753091151-50","eu-tr-64879142323-90"]}} -{"id":"ec-meeting-2022-06-14-c5943e1e0dc30126c06a9faf186260e5d46e470f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-14 - Mobility and Transport x Airbus"],"date":["2022-06-14"],"summary":["SAF"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-dg-move"],"involved":["eu-tr-2732167674-76","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2022-06-14-d14fe89f402e5bc326a14f4eccd637d818c1d6dc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-14 - Cabinet of Executive Vice-President Valdis Dombrovskis x Teollisuuden Voima Oyj Aula Europe"],"date":["2022-06-14"],"summary":["Taxonomy of environmentally sustainable economic activities"],"notes":["Portfolio: An Economy that Works for People"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-235870cd7eb41f2494f695fce18b5b5b88647113","eu-tr-88742028087-64","eu-tr-352103717639-15"]}} -{"id":"ec-meeting-2022-06-14-d6da2ee97107e082625e98a4673ffed30c6156d5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-14 - Cabinet of Commissioner Thierry Breton x France Industrie"],"date":["2022-06-14"],"summary":["Energy crisis ; taxonomy"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-6308dea893b9b1ca0dcd5b91b4a1ac4c2f3020ad","eu-tr-60974102057-03"]}} -{"id":"ec-meeting-2022-06-14-db20ef72d07ad9302bb6f2bce246b6080d5fad0c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-14 - Cabinet of Executive Vice-President Frans Timmermans x NOVUS AgroEcology BV"],"date":["2022-06-14"],"summary":["European Green Deal"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-743703446793-24","ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce","ec-person-33624431cbec1074e151c1707715ef46d2ba9565"]}} -{"id":"ec-meeting-2022-06-14-f1e9e857e592436bf9595d2a0f49c7e1e9f42df4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-14 - Financial Stability, Financial Services and Capital Markets Union x Banking & Payments Federation Ireland"],"date":["2022-06-14"],"summary":["Retail banking landscape, Basel III"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-981559116223-93","ec-person-1fce211249673c35ee07a801ddee77ab24af8d54"]}} -{"id":"ec-meeting-2022-06-14-fe187c656b2402328214a1e501e0065946cd37be","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-14 - Cabinet of Executive Vice-President Margrethe Vestager x Kaupan liitto ry - Finnish Commerce Federation"],"date":["2022-06-14"],"summary":["Data Act, AI Act."],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-141376015883-52","ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0"]}} -{"id":"ec-meeting-2022-06-15-0027e0e2a002cb1b131e73ebacf998a0ba1545fe","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-15 - Cabinet of Commissioner Mairead Mcguinness x Vitol Holding BV"],"date":["2022-06-15"],"summary":["Sanctions"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-05e041b8d277691244c6f31f9f6c3e2c871b3392","eu-tr-067539346753-57"]}} -{"id":"ec-meeting-2022-06-15-0e0c63baf64c120f6b7dfb365fabaa7255f5b8c4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-15 - Cabinet of Vice-President Margaritis Schinas x Royal Caribbean Group"],"date":["2022-06-15"],"summary":["- post-COVID recovery of the cruise industry\r\n- role of the maritime sector in contributing to the green transition"],"notes":["Portfolio: Promoting the European Way of Life"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-margaritis-of-president-schinas-vice"],"involved":["eu-tr-376118821398-61","ec-person-43f9f86cfe94e45a95f7fbdea9a59a54955ebcfa","ec-person-d5cada2a1a17537a675985af31e5ce07ae3bfd42"]}} -{"id":"ec-meeting-2022-06-15-12427092104ef084556862f7c66dae9f70034b16","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-15 - Cabinet of Executive Vice-President Frans Timmermans x KfW Bankengruppe"],"date":["2022-06-15"],"summary":["European Green Deal"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-e88af8eb396e96e3dbc9b4ec6e40a348d26c389c","eu-tr-79019799690-13"]}} -{"id":"ec-meeting-2022-06-15-289bd3f2e2d6104faa876652ab19577cf0f6a54d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-15 - Communication x Political Festival of Europe"],"date":["2022-06-15"],"summary":["EU Festival 2022 - follow-up discussion on draft programme"],"location":["online"],"address":["online"],"addressEntity":["addr-2dbc2fd2358e1ea1b7a6bc08ea647b9a337ac92d"],"organizer":["ec-dg-comm"],"involved":["eu-tr-602595643395-60","ec-person-676f70803f4848c87b632d8522ff9ce8d4600e27"]}} -{"id":"ec-meeting-2022-06-15-2aa59551baa54abf848638a49c4ca2976a97d6e5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-15 - Cabinet of Vice-President Margaritis Schinas x Public Power Corporation S.A."],"date":["2022-06-15"],"summary":["Energy transition"],"notes":["Portfolio: Promoting the European Way of Life"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-margaritis-of-president-schinas-vice"],"involved":["ec-person-d5cada2a1a17537a675985af31e5ce07ae3bfd42","ec-person-c8d1d7f3012c344bc60630eb456865390bddc7c5","ec-person-05650a4a170c56b9866c57f4610fcd005d5ccc24","ec-person-43f9f86cfe94e45a95f7fbdea9a59a54955ebcfa","eu-tr-806122522422-46"]}} -{"id":"ec-meeting-2022-06-15-2f7e61259bd63a54b39499c0cab24c1df377b4f1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-15 - Cabinet of Commissioner Thierry Breton x Meta Platforms Ireland Limited and its various subsidiaries (f/k/a Facebook Ireland Limited) Vinted MSC Mediterranean Shipping Company S.A. Mastercard Europe LA POSTE European Consumer Centre Belgium EURid vzw Air France-KLM LVMH Publica Amazon Europe Core SARL"],"date":["2022-06-15"],"summary":["Counterfeiting"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-486684937120-73","ec-person-4d83416435f81b1f1e8f5c86aeebb1478577f1d2","eu-tr-58204758673-16","ec-person-b0081a4fd9d4dbc0866ea534dd77c3419bc6feae","eu-tr-064616126640-05","eu-tr-16094042309-21","ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","eu-tr-366117914426-10","eu-tr-28666427835-74","eu-tr-31012758218-85","eu-tr-665801341939-56","eu-tr-01890906437-84","eu-tr-092568139183-24"]}} -{"id":"ec-meeting-2022-06-15-37990419937a2e79c7ff4ec6b0fe2071f1a788da","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-15 - Cabinet of Executive Vice-President Margrethe Vestager x DeepMind Technologies Limited"],"date":["2022-06-15"],"summary":["AI Act."],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-086621031693-51","ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0"]}} -{"id":"ec-meeting-2022-06-15-423079ec0584cae3bdd102d549794342349b96d4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-15 - Cabinet of Executive Vice-President Frans Timmermans x Achmea B.V."],"date":["2022-06-15"],"summary":["Speech on the European Green Deal"],"notes":["Portfolio: European Green Deal"],"location":["videoconference"],"address":["videoconference"],"addressEntity":["addr-92b2fbb928e012810d80d9ef1abe12027beee200"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-349536342991-81","ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce"]}} -{"id":"ec-meeting-2022-06-15-7c642f27673552e21949bfc46154ecb41d616dcc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-15 - Cabinet of Commissioner Olivér Várhelyi x Secretariat of COMECE (Commission of the Episcopates of the European Union)"],"date":["2022-06-15"],"summary":["Celebrating the European Year of Youth"],"notes":["Portfolio: Neighbourhood and Enlargement"],"location":["VTC"],"address":["VTC"],"addressEntity":["addr-9d1acaa772820b8ade84113d2da24716fe455be2"],"organizer":["ec-cabinet-commissioner-of-oliver-varhelyi"],"involved":["eu-tr-47350036909-69","ec-person-daf8ff1073a04b30d2f54219ecc93002ef3a684d"]}} -{"id":"ec-meeting-2022-06-15-7fe861c232d4bbcfe5acb508c3aeaac95ab462ce","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-15 - Cabinet of Executive Vice-President Valdis Dombrovskis x Alipay (Europe) Limited S.A. Brunswick Group Advisory Limited"],"date":["2022-06-15"],"summary":["Digital finance, open banking"],"notes":["Portfolio: An Economy that Works for People"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-235870cd7eb41f2494f695fce18b5b5b88647113","eu-tr-26255464458-25","eu-tr-127713636440-67"]}} -{"id":"ec-meeting-2022-06-15-8812f9b64bb9c31efa71de2fa9b2e38612947f68","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-15 - Cabinet of Commissioner Mairead Mcguinness x Associazione Bancaria Italiana"],"date":["2022-06-15"],"summary":["Proportionality in bank regulation"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["eu-tr-915519211566-03","ec-person-49e520c7a9c9c47ccb5acfa68f9416e4233af9f8"]}} -{"id":"ec-meeting-2022-06-15-8a01d6afe12752375062ddcf5a357a2875127d5f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-15 - Cabinet of Commissioner Nicolas Schmit x EuroAppMobility.EU"],"date":["2022-06-15"],"summary":["Meeting on the mobility of apprentices"],"notes":["Portfolio: Jobs and Social Rights"],"location":["Bruxelles"],"address":["Bruxelles"],"addressEntity":["addr-b58f5927b66d94a676970dc048485d4c6848f272"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["eu-tr-079643547457-06","ec-person-4cf4655ab41922e92160325d987a3c4615c72d30","ec-person-66fa2c2d100ec194caa42b5c6f97c36e2748b71c"]}} -{"id":"ec-meeting-2022-06-15-8af5f9b9b4b6c69edae343f6e4bf3fe4a85982b4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-15 - Communications Networks, Content and Technology x Planet Labs Germany"],"date":["2022-06-15"],"summary":["Presentation of Planet core competencies, earth observation capacities"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-dg-connect"],"involved":["eu-tr-293502227711-32","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2022-06-15-8c40f133534a6dd0e33c34616c82fd5c726e23ed","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-15 - Cabinet of President Ursula von der Leyen x Eurelectric aisbl ELECTRICITE DE FRANCE"],"date":["2022-06-15"],"summary":["Energy market design"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-f2b941852d3b961d69ed695c2d243a1a2b4a1904","eu-tr-4271427696-87","eu-tr-39966101835-69"]}} -{"id":"ec-meeting-2022-06-15-919c79029e0084101fc2897a38bac61ffc7a9d9b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-15 - Cabinet of Commissioner Helena Dalli x International Romani Union"],"date":["2022-06-15"],"summary":["Meeting to discuss Roma's Strategy."],"notes":["Portfolio: Equality"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-dalli-helena-of"],"involved":["ec-person-dbd4bba0ef71d4385c97691e3df5bb484709a07e","eu-tr-734954443461-71"]}} -{"id":"ec-meeting-2022-06-15-994391d1272c1c6bdb0c8f87fb3cf18dbeb99187","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-15 - Cabinet of Vice-President Margaritis Schinas x Bitkom e.V."],"date":["2022-06-15"],"summary":["Cybersecurity skills"],"notes":["Portfolio: Promoting the European Way of Life"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-margaritis-of-president-schinas-vice"],"involved":["eu-tr-5351830264-31","ec-person-c8d1d7f3012c344bc60630eb456865390bddc7c5"]}} -{"id":"ec-meeting-2022-06-15-a75d688f6569ca1180af37b4f6c5be1d95999860","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-15 - Cabinet of Executive Vice-President Frans Timmermans x EUROMETAUX Katholieke Universiteit te Leuven"],"date":["2022-06-15"],"summary":["Metals and clean energy"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-61650796093-48","ec-person-e88af8eb396e96e3dbc9b4ec6e40a348d26c389c","ec-person-f1a3478550296f3f9accdc67d6ef5a0b681dda4b","eu-tr-627929620538-61","ec-person-d53e00c46a4cc62bbf533e0c9bb35bacb9121989"]}} -{"id":"ec-meeting-2022-06-15-b136b0e83214b9b14d920f3312b0e2976d73c541","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-15 - Cabinet of Commissioner Olivér Várhelyi x KfW Bankengruppe"],"date":["2022-06-15"],"summary":["- Support to Ukraine\r\n- EFSD+ Guarantee Call for Proposal\r\n- Western Balkans Energy Sector Crisis\r\n- Horizontal Issues in Delegation Agreements"],"notes":["Portfolio: Neighbourhood and Enlargement"],"location":["berl"],"address":["berl"],"addressEntity":["addr-1a66a945a7c848e2e3f1cd5f9692be1f16a0a484"],"organizer":["ec-cabinet-commissioner-of-oliver-varhelyi"],"involved":["ec-person-daf8ff1073a04b30d2f54219ecc93002ef3a684d","eu-tr-79019799690-13"]}} -{"id":"ec-meeting-2022-06-15-c1272dab01ec541c2178fac6a6f54a5342fa5275","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-15 - Cabinet of Commissioner Adina Vălean x Liberty Global Corporate B.V."],"date":["2022-06-15"],"summary":["Electrification of transport sector"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["eu-tr-82853397708-89","ec-person-cc0354fbf386eb83f57c00ad5240f1dddeeabab4"]}} -{"id":"ec-meeting-2022-06-15-c22c2b236b5091b8242055e16e32921d9e27ec74","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-15 - Research and Innovation x Breakthrough Energy Catalyst Foundation"],"date":["2022-06-15"],"summary":["Stocktaking on relationships"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-rtd"],"involved":["ec-person-1d348f33395de0ea6773a7b4ae8797e3e0392f73","eu-tr-424103441763-49"]}} -{"id":"ec-meeting-2022-06-15-d5f88fe411d5419aed5cd465b51107f2208495e0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-15 - Cabinet of Executive Vice-President Frans Timmermans x Trans Adriatic Pipeline"],"date":["2022-06-15"],"summary":["Exchange of views about the opportunities for further gas supplies into Europe from Azerbaijan"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-d53e00c46a4cc62bbf533e0c9bb35bacb9121989","eu-tr-570335813082-79"]}} -{"id":"ec-meeting-2022-06-15-dcc57e5a9fe307fccb897e05b80ff429103cb2ee","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-15 - Cabinet of Commissioner Nicolas Schmit x CSR Europe, The Business Network for Corporate Social Responsibility"],"date":["2022-06-15"],"summary":["Justice sociale et transition écologique."],"notes":["Portfolio: Jobs and Social Rights"],"location":["Bruxelles"],"address":["Bruxelles"],"addressEntity":["addr-b58f5927b66d94a676970dc048485d4c6848f272"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-1379f76d0c860e318f68852e1b57aa75454831f8","ec-person-935314e38d735654cae8ee61313a3d73439b242d","eu-tr-56502415122-32","ec-person-c03b949331dbbe5fa3d5423758e371ec1b9b832f"]}} -{"id":"ec-meeting-2022-06-15-e734c6950f3feeb2059ccd39f6995b062899aa9d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-15 - Mobility and Transport x Verband der Automobilindustrie"],"date":["2022-06-15"],"summary":["Situation of automotive industry; Fit for 55"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-move"],"involved":["eu-tr-95574664768-90","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2022-06-15-f3d60c66e08a09fb5f77a4827d88bee935b9c2b6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-15 - Cabinet of Executive Vice-President Margrethe Vestager x Open Society European Policy Institute"],"date":["2022-06-15"],"summary":["Disinformation."],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-11d97788772862bb34f51dd26d7f92603eac1bf8","eu-tr-8557515321-37","ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0","ec-person-eecca27e2a9c3fc0d4bd43564e4960382705feef"]}} -{"id":"ec-meeting-2022-06-16-0d9ef3b1406282b8ee1476ce6ba857131dcbbeae","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-16 - Cabinet of Commissioner Didier Reynders x Mouvement des Entreprises de France"],"date":["2022-06-16"],"summary":["Proposal for a directive on corporate sustainability due diligence, proposals in the field of consumer policy and the sustainable consumption pledge."],"notes":["Portfolio: Justice"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-didier-of-reynders"],"involved":["ec-person-50f9cba2282e1d03395cdd0faf9ce6e9a2ff3104","eu-tr-43763731235-75","ec-person-442bf1ae9900b999673cdd7389224d0e21b67d4d"]}} -{"id":"ec-meeting-2022-06-16-1c6d5d16d5bb1ba1bcb96340f81ead4132745fc6","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2022-06-16 - Cabinet of Executive Vice-President Frans Timmermans x Carbon Market Watch"],"date":["2022-06-16"],"summary":["ETS","Exchange on recent developments in relation to the EU ETS"],"notes":["Portfolio: European Green Deal"],"location":["Brussels","videoconference"],"address":["Brussels","videoconference"],"addressEntity":["addr-92b2fbb928e012810d80d9ef1abe12027beee200","addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-75365248559-90","ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce","ec-person-f1a3478550296f3f9accdc67d6ef5a0b681dda4b"]}} -{"id":"ec-meeting-2022-06-16-1ca1128dff5180d97c3a3394ae0bc515c959a98b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-16 - Cabinet of Executive Vice-President Frans Timmermans x European agri-cooperatives European farmers"],"date":["2022-06-16"],"summary":["Sustainable food systems"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-7c876f4825f213b8adbedf089ccedfbc3b36d65b","eu-tr-09586631237-74","eu-tr-44856881231-49"]}} -{"id":"ec-meeting-2022-06-16-2e5c5f0a0bd1ab0d44b67ee70d44561880e91733","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-16 - Internal Market, Industry, Entrepreneurship and SMEs x Finnish Energy - Energiateollisuus ry"],"date":["2022-06-16"],"summary":["Discuss Industrial decarbonisation, Hydrogen and RePowerEU plan"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-grow"],"involved":["ec-person-0151c7e554d188fffc509ad636b7d1a84c5dfcd5","eu-tr-68861821910-84"]}} -{"id":"ec-meeting-2022-06-16-3e3d841eb393f999049890e2fba45923867c9c7d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-16 - Cabinet of Commissioner Thierry Breton x None"],"date":["2022-06-16"],"summary":["Disinformation"],"notes":["Portfolio: Internal Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-43167137250-27","eu-tr-394491614001-72","eu-tr-53905947933-43","eu-tr-203875243909-78","ec-person-4d83416435f81b1f1e8f5c86aeebb1478577f1d2","eu-tr-612547127497-45","ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","eu-tr-165202837974-32","eu-tr-03181945560-59","eu-tr-0801162959-21","eu-tr-475565317526-24","eu-tr-28666427835-74","eu-tr-421020043222-94"]}} -{"id":"ec-meeting-2022-06-16-42df49a17585d8950225b337ffa9f74ff2322de0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-16 - Cabinet of Vice-President Maroš Šefčovič x Social Progress Imperative"],"date":["2022-06-16"],"summary":["Discussion on strategic foresight"],"notes":["Portfolio: Interinstitutional Relations and Foresight"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-771713924589-06","ec-person-d8af7eb5b715c9bd960f9661cb5170f8c6230853"]}} -{"id":"ec-meeting-2022-06-16-597534000fe9c5cc06952bd6e474bdf6138a9e58","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-16 - Cabinet of Commissioner Didier Reynders x Microsoft Corporation"],"date":["2022-06-16"],"summary":["Data protection and privacy and workstreams concerning war crimes in Ukraine"],"notes":["Portfolio: Justice"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-didier-of-reynders"],"involved":["eu-tr-0801162959-21","ec-person-50f9cba2282e1d03395cdd0faf9ce6e9a2ff3104","ec-person-442bf1ae9900b999673cdd7389224d0e21b67d4d"]}} -{"id":"ec-meeting-2022-06-16-5a171b6b211f698ca5f5afcf24e6e703b490d245","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-16 - Cabinet of Commissioner Stella Kyriakides x Euroseeds"],"date":["2022-06-16"],"summary":["VTC meeting on Plant reproductive material and NGTs."],"notes":["Portfolio: Health"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-kyriakides-of-stella"],"involved":["eu-tr-11362308587-10","ec-person-43784ba1f5299ace66cb2287545e1dcae4372d14","ec-person-081d99a6f9ed1259db43e2cbcba20275774511b2","ec-person-991ce64cea5178762c932ac823ea5d309e7a8d93"]}} -{"id":"ec-meeting-2022-06-16-5c3f2fd5dc5d27a244e5670f51b4fbfd00462269","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-16 - Cabinet of Executive Vice-President Margrethe Vestager x None"],"date":["2022-06-16"],"summary":["Platform work."],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["online"],"address":["online"],"addressEntity":["addr-2dbc2fd2358e1ea1b7a6bc08ea647b9a337ac92d"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-311257433890-50","ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0","ec-person-7167587814c61122201e2afb04bfb47539db4823","eu-tr-53141413510-95"]}} -{"id":"ec-meeting-2022-06-16-5f680ee2d37c11abe270b87e64269b8f32b1c693","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-16 - Cabinet of Commissioner Thierry Breton x None"],"date":["2022-06-16"],"summary":["Data Act ; in-vehicle data"],"notes":["Portfolio: Internal Market"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-6025320863-10","eu-tr-452617627527-38","ec-person-6308dea893b9b1ca0dcd5b91b4a1ac4c2f3020ad","ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","eu-tr-430010622057-05","eu-tr-33885548180-35","eu-tr-33213703459-54","eu-tr-69678928900-56","eu-tr-84839535366-67","eu-tr-42705074342-04"]}} -{"id":"ec-meeting-2022-06-16-6ae342d5f6b356f3db6203c1697318dd84782121","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-16 - Cabinet of Commissioner Olivér Várhelyi x Trans Adriatic Pipeline"],"date":["2022-06-16"],"summary":["Southern Gas Corridor"],"notes":["Portfolio: Neighbourhood and Enlargement"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-cabinet-commissioner-of-oliver-varhelyi"],"involved":["ec-person-daf8ff1073a04b30d2f54219ecc93002ef3a684d","eu-tr-570335813082-79"]}} -{"id":"ec-meeting-2022-06-16-7022c960c7c59c2f99ff20d1c99d1844c84ef746","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-16 - Cabinet of Commissioner Stella Kyriakides x PATH"],"date":["2022-06-16"],"summary":["Meeting on global health"],"notes":["Portfolio: Health"],"location":["Bruxelles"],"address":["Bruxelles"],"addressEntity":["addr-b58f5927b66d94a676970dc048485d4c6848f272"],"organizer":["ec-cabinet-commissioner-kyriakides-of-stella"],"involved":["eu-tr-388385425436-55","ec-person-8c3c9f5f3b2f84138bb6ab73180e2eff94b88ec8","ec-person-43784ba1f5299ace66cb2287545e1dcae4372d14","ec-person-8e447e82a2a89decd9d6ca2926b91c01d93699e1"]}} -{"id":"ec-meeting-2022-06-16-7c230a228fbdf52b5a5a698e9bf985a0e6f5bfde","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-16 - Cabinet of Commissioner Mairead Mcguinness x Verband der Automobilindustrie"],"date":["2022-06-16"],"summary":["Sanctions"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["eu-tr-95574664768-90","ec-person-05e041b8d277691244c6f31f9f6c3e2c871b3392","ec-person-1d2f53447b8f2d9bb3f50f7247ad40c2cf8036e4"]}} -{"id":"ec-meeting-2022-06-16-854f612f8d929dce444bd5fbb62f17cdac924a3b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-16 - Energy x Trans Adriatic Pipeline"],"date":["2022-06-16"],"summary":["Discussion with TAP and SOCAR about security of supply and related gas infrastructure."],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["ec-person-9c0f33ecb9f6badd5f4b5f1a4bd7677e18a52a22","eu-tr-570335813082-79"]}} -{"id":"ec-meeting-2022-06-16-8980044ac80f30d2056ac4323eaa0770457ad2e8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-16 - Cabinet of Commissioner Janusz Wojciechowski x Cia - Agricoltori italiani"],"date":["2022-06-16"],"summary":["to discuss strategic vision for the development of the italian and european agricultural sector in the coming years"],"notes":["Portfolio: Agriculture"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["eu-tr-341436210542-80","ec-person-625f8b4379f79adee4f15c6a0417a96bb5a5a403"]}} -{"id":"ec-meeting-2022-06-16-8ddc0eda3285ab0ffe2ae498111fdb6cad0be048","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-16 - Cabinet of Executive Vice-President Margrethe Vestager x European Trade Union Institute European Trade Union Committee for Education"],"date":["2022-06-16"],"summary":["AI Act, digital education."],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-72197913011-06","ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0","eu-tr-521878025223-22"]}} -{"id":"ec-meeting-2022-06-16-9878c676cfceb38a305ab5ca66ed911cfa1d214a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-16 - Cabinet of Commissioner Olivér Várhelyi x Konrad-Adenauer-Stiftung"],"date":["2022-06-16"],"summary":["Religious diversity of Ukraine"],"notes":["Portfolio: Neighbourhood and Enlargement"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-of-oliver-varhelyi"],"involved":["ec-person-daf8ff1073a04b30d2f54219ecc93002ef3a684d","eu-tr-510151427278-94"]}} -{"id":"ec-meeting-2022-06-16-9f97ecf16b0d619c08aa0cf6022bd666c5a5ad38","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-16 - Cabinet of Vice-President Věra Jourová x None"],"date":["2022-06-16"],"summary":["Disinformation"],"notes":["Portfolio: Values and Transparency"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["eu-tr-43167137250-27","eu-tr-394491614001-72","eu-tr-53905947933-43","eu-tr-203875243909-78","eu-tr-612547127497-45","eu-tr-165202837974-32","ec-person-bf54da17217bbddfd9c68fe24d88005ac17e2c4b","eu-tr-03181945560-59","eu-tr-0801162959-21","eu-tr-475565317526-24","eu-tr-28666427835-74","eu-tr-421020043222-94"]}} -{"id":"ec-meeting-2022-06-16-a2149c7781203dd631f2b9ca0407a58a7857b312","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-16 - Internal Market, Industry, Entrepreneurship and SMEs x ENEL SpA"],"date":["2022-06-16"],"summary":["ENEL would like to discuss their proposal for the reshoring of the solar photovoltaic sector in Europe"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-grow"],"involved":["ec-person-0151c7e554d188fffc509ad636b7d1a84c5dfcd5","eu-tr-6256831207-27"]}} -{"id":"ec-meeting-2022-06-16-acf4b64608434a53306e41803a209ccd16506256","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-16 - Cabinet of Vice-President Věra Jourová x EBU-UER (European Broadcasting Union)"],"date":["2022-06-16"],"summary":["Media freedom"],"notes":["Portfolio: Values and Transparency"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["eu-tr-93288301615-56","ec-person-bf54da17217bbddfd9c68fe24d88005ac17e2c4b"]}} -{"id":"ec-meeting-2022-06-16-b184a43af74b257059d44d10abf7510fecfb4135","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-16 - Cabinet of Executive Vice-President Frans Timmermans x Mouvement des Entreprises de France"],"date":["2022-06-16"],"summary":["European Green Deal"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-e88af8eb396e96e3dbc9b4ec6e40a348d26c389c","eu-tr-43763731235-75"]}} -{"id":"ec-meeting-2022-06-16-b66b49114fa6a56166c48aa95c10fb17d839e261","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-16 - Cabinet of Commissioner Janusz Wojciechowski x Meat and Livestock Australia Hume Brophy"],"date":["2022-06-16"],"summary":["Australian livestock industry and its ongoing climate and environmental sustainability initiatives, as well as the EU-Australia Free Trade Agreement."],"notes":["Portfolio: Agriculture"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["eu-tr-3843982938-44","ec-person-ae252fb0bbbad2440e31f70ccc19082b7ac65837","eu-tr-273679115361-86"]}} -{"id":"ec-meeting-2022-06-16-d87a9718a382be0bdac930d01bcb3c9c877911ce","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-16 - Cabinet of Commissioner Johannes Hahn x Verband der Automobilindustrie"],"date":["2022-06-16"],"summary":["Green transition, strategic autonomy, supply chain disruptions, ETS"],"notes":["Portfolio: Budget and Administration"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hahn-johannes-of"],"involved":["ec-person-6dd3472dac004e43ec1fa4f5b4106e3b476c9ce7","eu-tr-95574664768-90"]}} -{"id":"ec-meeting-2022-06-16-f45e74d2e312205fc27733bf053ff9d657a2dfb5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-16 - Energy x Public Power Corporation S.A."],"date":["2022-06-16"],"summary":["Discussion about RePowerEU and energy prices."],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["ec-person-9c0f33ecb9f6badd5f4b5f1a4bd7677e18a52a22","eu-tr-806122522422-46"]}} -{"id":"ec-meeting-2022-06-16-f8233218b6f3bf88401e01677dcfb86fdaa29d6c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-16 - Cabinet of Commissioner Janusz Wojciechowski x Lantbrukarnas Riksförbund"],"date":["2022-06-16"],"summary":["They would like to raise some aspects in connection with the current crisis caused by Russia as well as the CAP strategic plans"],"notes":["Portfolio: Agriculture"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["eu-tr-79239225070-38","ec-person-cafe030b6dad78a75143f7552c420481b30ebceb"]}} -{"id":"ec-meeting-2022-06-16-f852bf506d5d0dbb1fae0333137ca60f02ab5b33","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-16 - Cabinet of Executive Vice-President Frans Timmermans x Tata Steel Nederland"],"date":["2022-06-16"],"summary":["European Green Deal"],"notes":["Portfolio: European Green Deal"],"location":["videoconference"],"address":["videoconference"],"addressEntity":["addr-92b2fbb928e012810d80d9ef1abe12027beee200"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-08746491502-16","ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce"]}} -{"id":"ec-meeting-2022-06-16-fad0817eb35c3419616e56bec236996c46b5625e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-16 - Cabinet of Commissioner Thierry Breton x Verband der Automobilindustrie"],"date":["2022-06-16"],"summary":["Green and digital transition of the automotive industry; raw materials availability"],"notes":["Portfolio: Internal Market"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-9cf97e549f67c3228d1478a3a67d652eb28c5b46","ec-person-6308dea893b9b1ca0dcd5b91b4a1ac4c2f3020ad","ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","eu-tr-95574664768-90"]}} -{"id":"ec-meeting-2022-06-17-090266e4e7e41f2f6da1fa2c0710386397e4986a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-17 - Cabinet of Commissioner Thierry Breton x HateAid gGmbH"],"date":["2022-06-17"],"summary":["Fighting image-based abuse online"],"notes":["Portfolio: Internal Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-802412042190-08","ec-person-4d83416435f81b1f1e8f5c86aeebb1478577f1d2"]}} -{"id":"ec-meeting-2022-06-17-3012dfe38da47f6c84ab0709170ce1cb6a9d8ac0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-17 - Cabinet of Vice-President Věra Jourová x Kantar Media UK Ltd Sdružení pro internetový rozvoj"],"date":["2022-06-17"],"summary":["MFA, DMA"],"notes":["Portfolio: Values and Transparency"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["eu-tr-135859024229-13","eu-tr-007408046051-73","ec-person-bf54da17217bbddfd9c68fe24d88005ac17e2c4b"]}} -{"id":"ec-meeting-2022-06-17-43ecb0ea913c709b129e7457a93d219c53dee8b6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-17 - Cabinet of Commissioner Thierry Breton x KIC InnoEnergy SE"],"date":["2022-06-17"],"summary":["Solar strategy ; Solar Alliance"],"notes":["Portfolio: Internal Market"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-6308dea893b9b1ca0dcd5b91b4a1ac4c2f3020ad","eu-tr-462849021886-85"]}} -{"id":"ec-meeting-2022-06-17-5c83d35bb04303bb3a2283aa3c769afad7f6198a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-17 - Cabinet of Vice-President Věra Jourová x Axel Springer SE"],"date":["2022-06-17"],"summary":["MFA"],"notes":["Portfolio: Values and Transparency"],"location":["Phone call"],"address":["Phone call"],"addressEntity":["addr-cac056598c767cdeaa0f13cfe91d25988c24c698"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["eu-tr-742417913824-11","ec-person-aa83f35da599b82e4f15da018f4b3447eb648f7c"]}} -{"id":"ec-meeting-2022-06-17-623fc13f6da1c1c008c985d2b14ff8a00ea9b3c6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-17 - Cabinet of Executive Vice-President Frans Timmermans x Fair Trade Advocacy Office"],"date":["2022-06-17"],"summary":["Discussion on the upcoming TSD review and the TSD Platform’s recommendations for the effective implementation of TSD Chapters"],"notes":["Portfolio: European Green Deal"],"location":["video call"],"address":["video call"],"addressEntity":["addr-12d8c530d76da0b7745f9c0f9285e7eec97adc55"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-116255246201-84","ec-person-f1a3478550296f3f9accdc67d6ef5a0b681dda4b"]}} -{"id":"ec-meeting-2022-06-17-9027be2432ea6e8674f1bbbdf1ad327183544d19","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-17 - Defence Industry and Space x Elisa Oyj"],"date":["2022-06-17"],"summary":["Exchange of views on European Digital Sovereignty, Cyber security issues, War in Ukraine and EU's economic resilience."],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-defis"],"involved":["ec-person-a5e52cd544ea3aa44eb4b31fac65a468499f106e","eu-tr-287872416724-91"]}} -{"id":"ec-meeting-2022-06-17-d9830682087cd7eaa2f27091e8388064d4cc39d2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-17 - Budget x Euronext"],"date":["2022-06-17"],"summary":["NextGenerationEU"],"location":["Rue Montoyer 15"],"address":["Rue Montoyer 15"],"addressEntity":["addr-f8ce8e272ea1c02c3f39d3b23707bc2378a8ed81"],"organizer":["ec-dg-budg"],"involved":["eu-tr-17804464809-28","ec-person-39635b893026833f739fe623fe7e9d5a97525e7a"]}} -{"id":"ec-meeting-2022-06-17-e1dfb3902e46a1237615c26caed3d8da2cedb452","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-17 - Cabinet of Commissioner Mairead Mcguinness x Federation of European Securities Exchanges"],"date":["2022-06-17"],"summary":["MiFIR (meeting with Rosa Armesto, FESE)"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-44c404268b70ce0b79c4e148b5a7c4ae2c53ee30","eu-tr-71488206456-23"]}} -{"id":"ec-meeting-2022-06-17-e208a2d241f889ce02566622b24f8bfa0f815a8d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-17 - Cabinet of Vice-President Věra Jourová x European Policy Centre"],"date":["2022-06-17"],"summary":["Roundtable - Digital platforms and Media freedom"],"notes":["Portfolio: Values and Transparency"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["eu-tr-89632641000-47","ec-person-fb258e0188a5319bfaba3161382db43f5a85851f"]}} -{"id":"ec-meeting-2022-06-19-2d0a5a9798563459aeae93b08c61a18447301e70","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-19 - Energy x Tellurian Trading UK Ltd"],"date":["2022-06-19"],"summary":["Discussion with the parent company, Tellurian Inc, about security of supply and gas trade."],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-382928328537-02","ec-person-9c0f33ecb9f6badd5f4b5f1a4bd7677e18a52a22"]}} -{"id":"ec-meeting-2022-06-20-1b39083a1c597654643a37861dd0da9963d627b6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-20 - Cabinet of Commissioner Johannes Hahn x Havenbedrijf Antwerpen NV van publiek recht"],"date":["2022-06-20"],"summary":["Visiting the Porte of Antwerp"],"notes":["Portfolio: Budget and Administration"],"location":["Antwerp"],"address":["Antwerp"],"addressEntity":["addr-22172f4179d945091a65f34cdb0970a0b55ad18d"],"organizer":["ec-cabinet-commissioner-hahn-johannes-of"],"involved":["ec-person-6dd3472dac004e43ec1fa4f5b4106e3b476c9ce7","eu-tr-435060615187-68"]}} -{"id":"ec-meeting-2022-06-20-23f5d1e70c0137821f6833fb6ca3cc2102524712","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-20 - Cabinet of Commissioner Mariya Gabriel x Ancienne Belgique"],"date":["2022-06-20"],"summary":["Support to Music industry"],"notes":["Portfolio: Innovation and Youth"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-552930346662-02","ec-person-b858566ca66e8beffd2e5cdeee3e42c30770c7c0"]}} -{"id":"ec-meeting-2022-06-20-35ba4b07183757f831e69aeee23cb7096d01b064","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-20 - Cabinet of Commissioner Mairead Mcguinness x Amazon Europe Core SARL"],"date":["2022-06-20"],"summary":["digital finance"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-0ba9b89127b39af6a66f2fc3ed727332f1b19a34","eu-tr-366117914426-10"]}} -{"id":"ec-meeting-2022-06-20-4b39c2798d1b25d08e781f4123212c0bf5bfcdc7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-20 - Cabinet of Commissioner Kadri Simson x ClientEarth AISBL Climate Action Network Europe"],"date":["2022-06-20"],"summary":["Energy Charter Treaty Reform"],"notes":["Portfolio: Energy"],"location":["Video Conference"],"address":["Video Conference"],"addressEntity":["addr-fd005d1da26cd3c9a734fbbadaf813e8115acdeb"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["ec-person-f47a082bc2455a660c3b2ae348f0024736672752","eu-tr-55888811123-49","eu-tr-96645517357-19"]}} -{"id":"ec-meeting-2022-06-20-582123f1cbbd6cc14f1f06b4eba97b418ee0dba8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-20 - Cabinet of Executive Vice-President Frans Timmermans x Fortescue Metals Group Ltd"],"date":["2022-06-20"],"summary":["Global hydrogen investment pipeline and RePowerEU Plan Hydrogen Accelerator. EU’s vision on future hydrogen imports."],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-7c876f4825f213b8adbedf089ccedfbc3b36d65b","eu-tr-123971942816-77"]}} -{"id":"ec-meeting-2022-06-20-69680964970d9aa77c8459ec348f198d8c5b4907","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-20 - Cabinet of Commissioner Mairead Mcguinness x Barclays PLC"],"date":["2022-06-20"],"summary":["•\tECB Comp Assessment and mapping exercise\r\n•\tBasel III \r\n•\tGender Diversity in financial services and banking\r\n•\tFinancial literacy\r\n•\tFragmentation and CMU\r\n•\tBrexit\r\n•\tRU invasion of UA – food and energy insecurity, sanctions"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Dublin, Ireland"],"address":["Dublin, Ireland"],"addressEntity":["addr-9254d2b0cd15e920cbb060acf87f8f943a0508e9"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-2b9c589fb2354bd93067644d2c3d2c058d4c4cc9","ec-person-69324896e96bbd9e20f797e4c49f0d286d058227","eu-tr-72390466359-39"]}} -{"id":"ec-meeting-2022-06-20-7a0304c9e6d3202e8f5f3f2dcd44fa669136f25d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-20 - Cabinet of Executive Vice-President Margrethe Vestager x Suomen itsenäisyyden juhlarahasto"],"date":["2022-06-20"],"summary":["DSA, DGA, DMA, AI Act, Data Act."],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["online"],"address":["online"],"addressEntity":["addr-2dbc2fd2358e1ea1b7a6bc08ea647b9a337ac92d"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-582824527068-76","ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0"]}} -{"id":"ec-meeting-2022-06-20-7b229a2e1b5880a23e9021f78380c412cffee56a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-20 - Cabinet of Executive Vice-President Valdis Dombrovskis x Amazon Europe Core SARL"],"date":["2022-06-20"],"summary":["Digital finance"],"notes":["Portfolio: An Economy that Works for People"],"location":["video call"],"address":["video call"],"addressEntity":["addr-12d8c530d76da0b7745f9c0f9285e7eec97adc55"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-235870cd7eb41f2494f695fce18b5b5b88647113","eu-tr-366117914426-10"]}} -{"id":"ec-meeting-2022-06-20-82b033df0ce1aa22be77c4e9897f36d61bf3d4a8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-20 - Cabinet of Vice-President Věra Jourová x Deutsche Welle"],"date":["2022-06-20"],"summary":["Global Media Forum, MFA"],"notes":["Portfolio: Values and Transparency"],"location":["Bonn"],"address":["Bonn"],"addressEntity":["addr-a75ab8385ac6b27af1e482664fb8343d3ca17ba4"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["eu-tr-421591329311-65","ec-person-bf54da17217bbddfd9c68fe24d88005ac17e2c4b"]}} -{"id":"ec-meeting-2022-06-20-c01d15c0bdbe0e58b8c736e29cc41204555a590f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-20 - Competition x L'Oréal"],"date":["2022-06-20"],"summary":["Discussion on VBER, HBER and DMA"],"location":["Paris"],"address":["Paris"],"addressEntity":["addr-22390ad11c32faec43fc61555b53607660b3c185"],"organizer":["ec-dg-comp"],"involved":["ec-person-f257bc19c568ad25083c1c1e1651426245cefedf","eu-tr-02776221598-67"]}} -{"id":"ec-meeting-2022-06-20-e73ccc69bb35b739cb65227b212501933b35b259","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-20 - Cabinet of Executive Vice-President Valdis Dombrovskis x None"],"date":["2022-06-20"],"summary":["Implementation of sanctions"],"notes":["Portfolio: An Economy that Works for People"],"location":["video - call"],"address":["video - call"],"addressEntity":["addr-04376ce843e3eeb89d3443a0866ae276c1e8112d"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["eu-tr-12112965774-95","eu-tr-03094871618-32","eu-tr-72390466359-39","ec-person-235870cd7eb41f2494f695fce18b5b5b88647113","eu-tr-001866415031-87","eu-tr-271912611231-56","eu-tr-799142914971-03","eu-tr-090350412968-04"]}} -{"id":"ec-meeting-2022-06-21-05d0ccbf2739849e048604e5349e85ae5b554c48","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-21 - Cabinet of Commissioner Mairead Mcguinness x European agri-cooperatives European farmers"],"date":["2022-06-21"],"summary":["Sustainable finance, taxonomy"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-05e041b8d277691244c6f31f9f6c3e2c871b3392","eu-tr-09586631237-74","eu-tr-44856881231-49"]}} -{"id":"ec-meeting-2022-06-21-099367a3bed7d7bf21e9495238573f3501f173a0","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2022-06-21 - Cabinet of Commissioner Paolo Gentiloni x FERROVIE DELLO STATO ITALIANE S.p.A."],"date":["2022-06-21"],"summary":["Meeting with Luigi Ferraris, CEO of Ferrovie dello Stato Italiane to discuss the implementation of the IT RRP and on projects related to mobility and infrastructures"],"notes":["Portfolio: Economy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gentiloni-of-paolo"],"involved":["ec-person-088d26d74d1898338fbf1c86e139bd6d3b870dbc","ec-person-5afc11966577af0bcf6f99488769b1eba37e3577","eu-tr-1954267427-31"]}} -{"id":"ec-meeting-2022-06-21-0a0fd0ad61901f9f3063a00d404f3b33cdcd2e8f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-21 - Cabinet of Commissioner Jutta Urpilainen x Interpeace"],"date":["2022-06-21"],"summary":["Youth Peace and Security"],"notes":["Portfolio: International Partnerships"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["eu-tr-521918914219-44","ec-person-6357f4506ca5351b3a822936612fd6006da48722"]}} -{"id":"ec-meeting-2022-06-21-169d6825fdabce004c7e77451d04e0ee4de1e282","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-21 - Cabinet of Commissioner Mariya Gabriel x International Olympic Committee"],"date":["2022-06-21"],"summary":["European Evening of Sport"],"notes":["Portfolio: Innovation and Youth"],"location":["Conference Call"],"address":["Conference Call"],"addressEntity":["addr-fc1d49ef884f6a7b62842b93c5c3474fcf89e743"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-246122846004-31","ec-person-1674399a793e9e6fd7cf55b525515fc862fc9351"]}} -{"id":"ec-meeting-2022-06-21-2d4601f8a83d3f0e674e128372db8a83c47ba24d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-21 - Cabinet of Commissioner Mairead Mcguinness x Centre for European Policy Studies"],"date":["2022-06-21"],"summary":["courtesy visit"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-2b9c589fb2354bd93067644d2c3d2c058d4c4cc9","eu-tr-206201438220-85"]}} -{"id":"ec-meeting-2022-06-21-32e9d8d0efefdd88ec6a746e1b91e486eae21171","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-21 - Environment x Aldersgate Group"],"date":["2022-06-21"],"summary":["Climate Change, Biodiversity loss and Pollution"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-env"],"involved":["ec-person-f9559d68da38935569ff0be1cadd90e05f0454bd","eu-tr-570633817416-75"]}} -{"id":"ec-meeting-2022-06-21-39c0977b3699b7b019ad96738441d338f4934990","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-21 - Cabinet of Executive Vice-President Frans Timmermans x Union of European Football Associations"],"date":["2022-06-21"],"summary":["Discussed the latest sustainability initiatives of UEFA and cooperation in the context of the Climate Pact"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-b4af267cd7b109754c551f0ced280f6cf3718f16","eu-tr-39217046408-27","ec-person-f8efd5ca1c3794aa2954d6b5f54ff94f015fba20"]}} -{"id":"ec-meeting-2022-06-21-3e6f6778722fc9a386c13b2aa1b3c25fa8422d8d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-21 - Cabinet of Executive Vice-President Margrethe Vestager x Vodafone Belgium SA"],"date":["2022-06-21"],"summary":["current crisis, resilience, cyber threats."],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-bb1f295d8be3d10004d7e5fd7c24248a21215775","eu-tr-90142503473-81","ec-person-11ba005cc4046696303381b7ca219da9b11a42bf"]}} -{"id":"ec-meeting-2022-06-21-57be1c1ed2e1b29671c2485d4e9a95b78400ead2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-21 - Cabinet of Executive Vice-President Frans Timmermans x Deutsche Post DHL Group"],"date":["2022-06-21"],"summary":["Presentation of DHL view on zero emission logistics"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-d56ecbfde17436a136fc89c9a978b266e8285c84","eu-tr-48544465107-88"]}} -{"id":"ec-meeting-2022-06-21-58e6507082b7a63c6920833200e072af6cd98ef4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-21 - Cabinet of Commissioner Helena Dalli x International Paralympic Committee"],"date":["2022-06-21"],"summary":["Meeting to discuss upcoming IPC policy priorities as well as to exchange on common actions towards implementing the Strategy on the Rights for Persons with Disabilities."],"notes":["Portfolio: Equality"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-dalli-helena-of"],"involved":["eu-tr-269735221617-71","ec-person-750f95c6f949648cff9e460a362a85085c851faf"]}} -{"id":"ec-meeting-2022-06-21-66f39154030f3e88992534741bc8bd69b81a054f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-21 - Cabinet of Commissioner Nicolas Schmit x Open Society European Policy Institute Integro Association For Our Children Foundation Център за междуетнически диалог и толерантност \"Амалипе\""],"date":["2022-06-21"],"summary":["Roma inclusion, early child development."],"notes":["Portfolio: Jobs and Social Rights"],"location":["Sofia (BG)"],"address":["Sofia (BG)"],"addressEntity":["addr-f098c96721e8ec06a975a0f103d9c585c08913a2"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["eu-tr-797979143187-11","ec-person-4cf4655ab41922e92160325d987a3c4615c72d30","ec-person-1379f76d0c860e318f68852e1b57aa75454831f8","eu-tr-98535315829-78","eu-tr-8557515321-37","ec-person-c03b949331dbbe5fa3d5423758e371ec1b9b832f","eu-tr-708626833085-53"]}} -{"id":"ec-meeting-2022-06-21-723337b77a4d7b42ed7445f0efead0a153cea3d4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-21 - Cabinet of Commissioner Jutta Urpilainen x Finnish Forest Industries Federation (Metsäteollisuus ry)"],"date":["2022-06-21"],"summary":["European green deal and forests"],"notes":["Portfolio: International Partnerships"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["ec-person-26cc31f8d5b9581bfc496e29c4b603745b75d980","eu-tr-39671713910-36"]}} -{"id":"ec-meeting-2022-06-21-8c63df0ab8b6c2c3ab88d409e86d2ea57716810b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-21 - Cabinet of Executive Vice-President Margrethe Vestager x Coalition for App Fairness"],"date":["2022-06-21"],"summary":["DMA."],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-285663444286-40","ec-person-73fb1ddd279f8c6697a055567a2c09606006b875"]}} -{"id":"ec-meeting-2022-06-21-8e3ab8536ca3a50d9d04407cb4dae5ec795db24b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-21 - Financial Stability, Financial Services and Capital Markets Union x Ernst & Young Core Business Services BV"],"date":["2022-06-21"],"summary":["CMU, MiFIR and AIFMD"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["ec-person-1fce211249673c35ee07a801ddee77ab24af8d54","eu-tr-04458109373-91"]}} -{"id":"ec-meeting-2022-06-21-90dd046051f1abf08da3feaa1a23606bc08aacc3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-21 - Cabinet of Vice-President Margaritis Schinas x All Policies for a Healthy Europe"],"date":["2022-06-21"],"summary":["Health Union"],"notes":["Portfolio: Promoting the European Way of Life"],"location":["online"],"address":["online"],"addressEntity":["addr-2dbc2fd2358e1ea1b7a6bc08ea647b9a337ac92d"],"organizer":["ec-cabinet-margaritis-of-president-schinas-vice"],"involved":["ec-person-d5cada2a1a17537a675985af31e5ce07ae3bfd42","eu-tr-044091037516-81","ec-person-180e5c5b13dac533a1241b0f9d78176c8bec3d51"]}} -{"id":"ec-meeting-2022-06-21-956bfaf9e1d178a9e18d9e83f0a500feb81b498f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-21 - Financial Stability, Financial Services and Capital Markets Union x International Swaps and Derivatives Association"],"date":["2022-06-21"],"summary":["Basel Package, CRR/CRD and MiFIR"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["ec-person-1fce211249673c35ee07a801ddee77ab24af8d54","eu-tr-46643241096-93"]}} -{"id":"ec-meeting-2022-06-21-aabce31fba79833f70b91dc8785e90562b311e05","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-21 - Cabinet of Commissioner Kadri Simson x Deutsche Industrie- und Handelskammer"],"date":["2022-06-21"],"summary":["Overview of the REPowerEU initiative"],"notes":["Portfolio: Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["ec-person-ba3b83676ad38094e71b64b644f3e3d2c61b8182","eu-tr-22400601191-42"]}} -{"id":"ec-meeting-2022-06-21-ad62311f88d6e18a006bab0caf71fb945d4e5be4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-21 - Energy x European Network of Transmission System Operators for Gas"],"date":["2022-06-21"],"summary":["Discussion about security of supply and gas infrastructure."],"location":["videoconference"],"address":["videoconference"],"addressEntity":["addr-92b2fbb928e012810d80d9ef1abe12027beee200"],"organizer":["ec-dg-ener"],"involved":["eu-tr-565032821273-72","ec-person-9c0f33ecb9f6badd5f4b5f1a4bd7677e18a52a22"]}} -{"id":"ec-meeting-2022-06-21-b36a7d18a69e0b039d488956d3cb61378f2c4ff3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-21 - Internal Market, Industry, Entrepreneurship and SMEs x Deutsche Industrie- und Handelskammer"],"date":["2022-06-21"],"summary":["•\tResilience of value chains / Strategic autonomy \r\n•\tDirective on corporate sustainability due diligence\r\n•\tEU Innovation Agenda\r\n•\tCurrent and planned IPCEI"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-grow"],"involved":["eu-tr-22400601191-42","ec-person-0151c7e554d188fffc509ad636b7d1a84c5dfcd5"]}} -{"id":"ec-meeting-2022-06-21-b97846bd797289b4c83cf98fe5ffb4a56acaa39f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-21 - Cabinet of Commissioner Nicolas Schmit x EUROPEAN TRADE UNION CONFEDERATION Bulgarian Industrial Capital Association Българска стопанска камара - съюз на българския бизнес SMEunited aisbl"],"date":["2022-06-21"],"summary":["EU response to the conflict with Ukraine, Labour & skills shortages, social reforms, platform work, Individual Learning Accounts."],"notes":["Portfolio: Jobs and Social Rights"],"location":["Sofia (BG)"],"address":["Sofia (BG)"],"addressEntity":["addr-f098c96721e8ec06a975a0f103d9c585c08913a2"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-4cf4655ab41922e92160325d987a3c4615c72d30","eu-tr-997879216637-27","eu-tr-55820581197-35","ec-person-1379f76d0c860e318f68852e1b57aa75454831f8","eu-tr-06698681039-26","eu-tr-273024925674-69","ec-person-c03b949331dbbe5fa3d5423758e371ec1b9b832f"]}} -{"id":"ec-meeting-2022-06-21-cbf6ae173cdb87c2ecd7f4a149e20986a0222bab","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-21 - Cabinet of President Ursula von der Leyen x International Swaps and Derivatives Association"],"date":["2022-06-21"],"summary":["1.Pre and post-trade transparency in MIFIR review. Importance of level playing field. \r\n2.EMIR review: pension schemes, public entities, supervision, active accounts, role of ESMA.\r\n3.Basel proposal: market risk and level playing field."],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-a159f03add374257584565c2b05cc5539a7526e6","eu-tr-46643241096-93"]}} -{"id":"ec-meeting-2022-06-21-cc4543ed3a0bd988cda2aee242109e933f8ed060","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-21 - Internal Market, Industry, Entrepreneurship and SMEs x Novozymes A/S"],"date":["2022-06-21"],"summary":["The main focus of the discussion will be the challenges that the biotech sector is facing, and the role of innovation in the sector. They would also like to discuss chemicals and the role of bio-based industries."],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-grow"],"involved":["ec-person-0151c7e554d188fffc509ad636b7d1a84c5dfcd5","eu-tr-780717547356-52"]}} -{"id":"ec-meeting-2022-06-21-d6aa2a9603693cd662275e1271501553c00992d5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-21 - Cabinet of Commissioner Nicolas Schmit x The Pan-European Regional Council of the International Trade Union Confederation Българска стопанска камара - съюз на българския бизнес SMEunited aisbl"],"date":["2022-06-21"],"summary":["The situation in Ukraine, Minimum Wage, Labour and skills, Social reforms, platform work, Individual Learning accounts."],"notes":["Portfolio: Jobs and Social Rights"],"location":["Sofia (BG)"],"address":["Sofia (BG)"],"addressEntity":["addr-f098c96721e8ec06a975a0f103d9c585c08913a2"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-4cf4655ab41922e92160325d987a3c4615c72d30","eu-tr-997879216637-27","eu-tr-925392526543-39","ec-person-1379f76d0c860e318f68852e1b57aa75454831f8","eu-tr-55820581197-35","ec-person-c03b949331dbbe5fa3d5423758e371ec1b9b832f"]}} -{"id":"ec-meeting-2022-06-21-d7e1374d3e992b2403163f483caf8018f16c0ef5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-21 - Cabinet of Executive Vice-President Valdis Dombrovskis x FERRERO International"],"date":["2022-06-21"],"summary":["Sustainable cocoa"],"notes":["Portfolio: An Economy that Works for People"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-235870cd7eb41f2494f695fce18b5b5b88647113","eu-tr-04268127542-74"]}} -{"id":"ec-meeting-2022-06-21-ede08d79964464dd4f36c4454a13dcf2cb596d80","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-21 - Cabinet of Commissioner Mairead Mcguinness x Cámara Oficial de Comercio, Industria, Servicios y Navegación de España"],"date":["2022-06-21"],"summary":["Preparation of the Commissioner's intervention on 19/7"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-44c404268b70ce0b79c4e148b5a7c4ae2c53ee30","eu-tr-934667112465-59"]}} -{"id":"ec-meeting-2022-06-21-fa069f4ac48aa95a698ab670612abc1346a3a259","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-21 - Energy x Vestas Wind Systems A/S"],"date":["2022-06-21"],"summary":["Discussion about security of supply of raw materials."],"location":["Phone call"],"address":["Phone call"],"addressEntity":["addr-cac056598c767cdeaa0f13cfe91d25988c24c698"],"organizer":["ec-dg-ener"],"involved":["eu-tr-769186224869-06","ec-person-9c0f33ecb9f6badd5f4b5f1a4bd7677e18a52a22"]}} -{"id":"ec-meeting-2022-06-22-025a57074f0a87aa21cfed7bf573aca7d384c068","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-22 - Cabinet of Commissioner Kadri Simson x CEE Bankwatch Network"],"date":["2022-06-22"],"summary":["To discuss the role district heating could play in the Repower EU package."],"notes":["Portfolio: Energy"],"location":["Video Conference"],"address":["Video Conference"],"addressEntity":["addr-fd005d1da26cd3c9a734fbbadaf813e8115acdeb"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["ec-person-f47a082bc2455a660c3b2ae348f0024736672752","eu-tr-93834493808-49"]}} -{"id":"ec-meeting-2022-06-22-0318b32717219f7ab3411305c5fbb13228d534e7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-22 - Cabinet of Executive Vice-President Frans Timmermans x Fédération Internationale de l'Automobile"],"date":["2022-06-22"],"summary":["clean energy transition, the inexorable move towards e-vehicles, and the importance of the car industry to contribute"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-7c876f4825f213b8adbedf089ccedfbc3b36d65b","eu-tr-84839535366-67"]}} -{"id":"ec-meeting-2022-06-22-0b00704f7d7ec70fe4a3777cd43f93b6cfa27a43","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-22 - Cabinet of Vice-President Věra Jourová x Radio Free Europe/Radio Liberty"],"date":["2022-06-22"],"summary":["Media"],"notes":["Portfolio: Values and Transparency"],"location":["Phone call"],"address":["Phone call"],"addressEntity":["addr-cac056598c767cdeaa0f13cfe91d25988c24c698"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["eu-tr-306971146193-72","ec-person-aa83f35da599b82e4f15da018f4b3447eb648f7c"]}} -{"id":"ec-meeting-2022-06-22-0f7d180f449e15e2884184508aae43efde7c12c5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-22 - Cabinet of President Ursula von der Leyen x Associazione Nazionale fra le Imprese Assicuratrici"],"date":["2022-06-22"],"summary":["1) Solvency II: state of the negotiations\r\n2) Retail Investment strategy\r\n3) AI and the insurance sector\r\n4) Insurance Summit in Rome"],"notes":["Portfolio: President"],"location":["Brussels - Virtual meeting"],"address":["Brussels - Virtual meeting"],"addressEntity":["addr-3fa2480054b5b1517ca17d9ee7691f3720fe3ab5"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-a159f03add374257584565c2b05cc5539a7526e6","eu-tr-4756340957-20"]}} -{"id":"ec-meeting-2022-06-22-3460f6dd10c842958f274d94a463f2091fd74549","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-22 - Cabinet of Commissioner Mairead Mcguinness x Coinbase"],"date":["2022-06-22"],"summary":["crypto-assets"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["eu-tr-608584041803-93","ec-person-0ba9b89127b39af6a66f2fc3ed727332f1b19a34"]}} -{"id":"ec-meeting-2022-06-22-350b59cf860d4122dc7d1c4639ad6a60a3c79f1a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-22 - Cabinet of Commissioner Nicolas Schmit x Deutscher Gewerkschaftsbund"],"date":["2022-06-22"],"summary":["The role of trade unions in the transitions to a climate-friendly and digital economy, Minimum Wages, the working conditions in platform work."],"notes":["Portfolio: Jobs and Social Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["eu-tr-07595112423-87","ec-person-66fa2c2d100ec194caa42b5c6f97c36e2748b71c","ec-person-4cf4655ab41922e92160325d987a3c4615c72d30","ec-person-c03b949331dbbe5fa3d5423758e371ec1b9b832f"]}} -{"id":"ec-meeting-2022-06-22-3cd64d201a30f8f392b12b32eaded70e11a4a35a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-22 - Communication x Edelman Public Relations Worldwide"],"date":["2022-06-22"],"summary":["Exchange on public opinion poll findings and methodology"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-dg-comm"],"involved":["ec-person-676f70803f4848c87b632d8522ff9ce8d4600e27","eu-tr-68037017809-51"]}} -{"id":"ec-meeting-2022-06-22-587e6d1e8a44de4d7481bb93bdd9db1bedc2652c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-22 - Cabinet of Commissioner Nicolas Schmit x Confederation of Free Trade Unions of Ukraine International Trade Union Confederation Federation of Trade Unions of Ukraine EUROPEAN TRADE UNION CONFEDERATION The Pan European Reserves and Resources Reporting Committee"],"date":["2022-06-22"],"summary":["Labour reformes in Ukraine."],"notes":["Portfolio: Jobs and Social Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-4cf4655ab41922e92160325d987a3c4615c72d30","eu-tr-51806831589-68","eu-tr-06698681039-26","eu-tr-034749340371-58","ec-person-15afa0e4cf7c5272c826dda163350404ebbccdc3","eu-tr-372956347074-17","ec-person-c03b949331dbbe5fa3d5423758e371ec1b9b832f","eu-tr-468678547209-01"]}} -{"id":"ec-meeting-2022-06-22-5deecadc3b05ddc0842ab396ad75a143df72b56d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-22 - Cabinet of Commissioner Janusz Wojciechowski x Fern"],"date":["2022-06-22"],"summary":["To discuss the piece of work the EU is embarking on to stimulate sustainable carbon cycles"],"notes":["Portfolio: Agriculture"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["ec-person-cafe030b6dad78a75143f7552c420481b30ebceb","eu-tr-40538475090-82"]}} -{"id":"ec-meeting-2022-06-22-5fe198fddc50ca9ee8f9e2788459b8d2df4d1f1a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-22 - Cabinet of Commissioner Nicolas Schmit x Housing Europe Make Mothers Matter EU Delegation European Network Against Racism Platform of European Social NGOs European Association of Service providers for Persons with Disabilities The Salvation Army EU Affairs Office"],"date":["2022-06-22"],"summary":["Social Platform position on an EU Solidarity Strategy to respond to the Ukraine crisis"],"notes":["Portfolio: Jobs and Social Rights"],"location":["online"],"address":["online"],"addressEntity":["addr-2dbc2fd2358e1ea1b7a6bc08ea647b9a337ac92d"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-66fa2c2d100ec194caa42b5c6f97c36e2748b71c","ec-person-8eb18b6102d444937bc6af5822a6742812165b48","eu-tr-68995403035-84","eu-tr-09854512780-89","eu-tr-794469327833-17","eu-tr-85083981189-35","eu-tr-996731721536-55","eu-tr-120906010805-50"]}} -{"id":"ec-meeting-2022-06-22-68903c7de78ff30bee45e8f07893cf01e3877f38","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-22 - Cabinet of Commissioner Mairead Mcguinness x Bundesvereinigung der Deutschen Arbeitgeberverbände e.V."],"date":["2022-06-22"],"summary":["Corporate Sustainability Reporting Direct\r\nnon-financial reporting standards sustainable finance"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-2b9c589fb2354bd93067644d2c3d2c058d4c4cc9","eu-tr-7749519702-29","ec-person-0ba9b89127b39af6a66f2fc3ed727332f1b19a34"]}} -{"id":"ec-meeting-2022-06-22-7c5d69c7dc94829f63817c9ba3af4c800c7dd8d4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-22 - Cabinet of Commissioner Thierry Breton x ECTA"],"date":["2022-06-22"],"summary":["Connectivity infrastructure"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-4d83416435f81b1f1e8f5c86aeebb1478577f1d2","eu-tr-932781112187-50"]}} -{"id":"ec-meeting-2022-06-22-7ec38907caff54bbe998ea743bbfec2948581f13","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-22 - Cabinet of Executive Vice-President Valdis Dombrovskis x Cleantech for Europe"],"date":["2022-06-22"],"summary":["sustainable finance disclosures regulation"],"notes":["Portfolio: An Economy that Works for People"],"location":["video call"],"address":["video call"],"addressEntity":["addr-12d8c530d76da0b7745f9c0f9285e7eec97adc55"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-235870cd7eb41f2494f695fce18b5b5b88647113","eu-tr-429814347042-83"]}} -{"id":"ec-meeting-2022-06-22-9b14dfe2305f74406f4a9ce39029e0c7534f3373","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-22 - Cabinet of Commissioner Mairead Mcguinness x Aercap Holdings NV"],"date":["2022-06-22"],"summary":["Sanctions"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-2b9c589fb2354bd93067644d2c3d2c058d4c4cc9","ec-person-05e041b8d277691244c6f31f9f6c3e2c871b3392","eu-tr-461173445540-64"]}} -{"id":"ec-meeting-2022-06-22-9c7a131238c8120dd88b95c318b791e1e9bb6850","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-22 - Cabinet of Commissioner Jutta Urpilainen x Suomen Ylioppilaskuntien Liitto SYL ry"],"date":["2022-06-22"],"summary":["Higher education, the European Year of Youth"],"notes":["Portfolio: International Partnerships"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["eu-tr-096687131756-02","ec-person-a6ae9abd61cd135e990ccc05f2a7cc849f01a618","ec-person-1ec9383fd54d9d4cd8a154c01fa71549eb8c75ac"]}} -{"id":"ec-meeting-2022-06-22-a154482374dcf6cbd8e01b2e83c158549dde5e6a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-22 - Cabinet of Executive Vice-President Margrethe Vestager x Apple Inc."],"date":["2022-06-22"],"summary":["digital regulation."],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-bb1f295d8be3d10004d7e5fd7c24248a21215775","eu-tr-588327811384-96","ec-person-11ba005cc4046696303381b7ca219da9b11a42bf"]}} -{"id":"ec-meeting-2022-06-22-a3276f4dbb14c1c39fee7249861087e69b1e12b3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-22 - Financial Stability, Financial Services and Capital Markets Union x Coinbase"],"date":["2022-06-22"],"summary":["MiCA and crypto assets"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-608584041803-93","ec-person-1fce211249673c35ee07a801ddee77ab24af8d54"]}} -{"id":"ec-meeting-2022-06-22-aafa6206b06592fd8574c10aa687f7d775ce6e01","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-22 - Cabinet of President Ursula von der Leyen x Breakthrough Energy Catalyst Foundation"],"date":["2022-06-22"],"summary":["Update on the Catalyst-EU partnership and cover other topics such as the REPowerEU action plan"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-f2b941852d3b961d69ed695c2d243a1a2b4a1904","eu-tr-424103441763-49"]}} -{"id":"ec-meeting-2022-06-22-bf24a0ab4ce4ae1c882bf072efcbb763d01f40d0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-22 - Cabinet of Vice-President Maroš Šefčovič x European Council on Foreign Relations"],"date":["2022-06-22"],"summary":["Discussion on strategic foresight"],"notes":["Portfolio: Interinstitutional Relations and Foresight"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-339569615567-89","ec-person-d8af7eb5b715c9bd960f9661cb5170f8c6230853"]}} -{"id":"ec-meeting-2022-06-22-d044c052ab1011a1b57054acd225aa4370388403","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-22 - Health Emergency Preparedness and Response Authority x Helmholtz-Gemeinschaft Deutscher Forschungszentren e.V."],"date":["2022-06-22"],"summary":["HERA"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-dg-hera"],"involved":["ec-person-ca1ba7d868310cf297ba69999f416939d86a30ac","eu-tr-73792436593-97"]}} -{"id":"ec-meeting-2022-06-22-f2c810f7a250b2ce1d239e540331804698f567a3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-22 - Cabinet of Commissioner Kadri Simson x ETIP Zero Emissions Platform"],"date":["2022-06-22"],"summary":["CCS & REPowerEU"],"notes":["Portfolio: Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["ec-person-ba3b83676ad38094e71b64b644f3e3d2c61b8182","eu-tr-793300922868-60"]}} -{"id":"ec-meeting-2022-06-22-f488c31d5fb2fbede81057d0418c2c97327d27ac","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-22 - Energy x Redeia"],"date":["2022-06-22"],"summary":["Discussion about the Equality Platform for the energy sector, electricity infrastructure (interconnections) and the role of TSOs in the energy transition."],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-44688805318-45","ec-person-9c0f33ecb9f6badd5f4b5f1a4bd7677e18a52a22"]}} -{"id":"ec-meeting-2022-06-22-f847b5a7cf0dd94ee14e5480ee2660dcb0fe2042","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-22 - Cabinet of Executive Vice-President Frans Timmermans x Huis van de Nederlandse Provincies"],"date":["2022-06-22"],"summary":["speech at the College of Deputies and Commissioners from the Provincie Noord-Holland."],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-20620934484-91","ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce"]}} -{"id":"ec-meeting-2022-06-22-fb6470aa86c795262b7816a8ca68d10a2c55b89a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-22 - Cabinet of Executive Vice-President Valdis Dombrovskis x Platform of European Social NGOs"],"date":["2022-06-22"],"summary":["Social dimension of the Economic Governance Review and European Semester, in the context of learnings from the COVID-19 pandemic"],"notes":["Portfolio: An Economy that Works for People"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["eu-tr-85083981189-35","ec-person-3b28a0fe2132d3b1f8cef5b6fc7cdb7d191c57d0","ec-person-95d6ecce9b8f3a7b167d0eac8e270fdce0665ccb"]}} -{"id":"ec-meeting-2022-06-23-040d0abbf879a5615f1ab00d6d2846236a133d1e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-23 - Cabinet of Commissioner Janusz Wojciechowski x The Kraft Heinz Company Grayling"],"date":["2022-06-23"],"summary":["Food security and production, providing an industry perspective of the importance of sustainable agriculture but also of unhindered agricultural trade to ensure food supplies and security"],"notes":["Portfolio: Agriculture"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["eu-tr-53141413510-95","ec-person-08c62f972c22464aca7a65520eb9406f8db14a66","ec-person-7869e6adc9c6329f8dea9a0fd02d998d8ffa57f6","eu-tr-010822218390-62"]}} -{"id":"ec-meeting-2022-06-23-0d603132c61719825cc311253cce5b964566160b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-23 - Cabinet of President Ursula von der Leyen x Netflix International B.V."],"date":["2022-06-23"],"summary":["Discuss digital policies that impact online entertainment, as well as the ongoing developments on telecommunications infrastructure and how Netflix's longstanding investments in this space contribute to the resilience of networks"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-7019713e72781afb1f3b19032c4752a314b78180","eu-tr-487726915971-30"]}} -{"id":"ec-meeting-2022-06-23-1663d38c96add0889ae13cecbb28399069074009","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-23 - Cabinet of Commissioner Helena Dalli x Transgender Europe"],"date":["2022-06-23"],"summary":["Meeting to discuss the Transgender EU Conference."],"notes":["Portfolio: Equality"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-dalli-helena-of"],"involved":["eu-tr-384028912403-82","ec-person-dbd4bba0ef71d4385c97691e3df5bb484709a07e"]}} -{"id":"ec-meeting-2022-06-23-1f3f1bd4c9200b512ede1667ec143f8502edfaaa","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-23 - Cabinet of Commissioner Kadri Simson x WACKER CHEMIE AG"],"date":["2022-06-23"],"summary":["To discuss the urgent actions needed to secure a resilient industrial base for solar manufacturing in Europe."],"notes":["Portfolio: Energy"],"location":["Video Conference"],"address":["Video Conference"],"addressEntity":["addr-fd005d1da26cd3c9a734fbbadaf813e8115acdeb"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["ec-person-f47a082bc2455a660c3b2ae348f0024736672752","eu-tr-036915715533-64"]}} -{"id":"ec-meeting-2022-06-23-2c9bba85de55381e3a4526466de2be0c219b0929","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-23 - Climate Action x FINCANTIERI SpA"],"date":["2022-06-23"],"summary":["Decarbonisation of the maritime sector"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-clima"],"involved":["ec-person-9c5c685692a09a77f2bc8ae9c05663b87cd75aae","eu-tr-095079912436-63"]}} -{"id":"ec-meeting-2022-06-23-3e7e2fa43dfc123e602c00e1f709608e0e7c3cc2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-23 - Cabinet of Executive Vice-President Frans Timmermans x Stichting IMAGINE Foundation"],"date":["2022-06-23"],"summary":["innovation in sustainable food systems"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-7c876f4825f213b8adbedf089ccedfbc3b36d65b","eu-tr-009532038479-10"]}} -{"id":"ec-meeting-2022-06-23-43d4b0afcad4b937f0b4b8f66231b6c96a2781e8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-23 - Cabinet of Commissioner Mairead Mcguinness x Insurance Europe"],"date":["2022-06-23"],"summary":["Retail Investment Strategy"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-0ba9b89127b39af6a66f2fc3ed727332f1b19a34","ec-person-778f68c06d4985a2eda59737cdb80e7a4570f90f","eu-tr-33213703459-54"]}} -{"id":"ec-meeting-2022-06-23-58e38eab6e9e133fcc95a0839b85a23ebf256ab8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-23 - Environment x The Kraft Heinz Company"],"date":["2022-06-23"],"summary":["Circular Economy Package, water conservation, energy use and greenhouse gas emissions"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-env"],"involved":["ec-person-f9559d68da38935569ff0be1cadd90e05f0454bd","eu-tr-010822218390-62"]}} -{"id":"ec-meeting-2022-06-23-60cef93f1fad7bf905694d100f18936f6947790e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-23 - Cabinet of Vice-President Věra Jourová x European Network of National Human Rights Institutions"],"date":["2022-06-23"],"summary":["Fundamental rights and Rule of law"],"notes":["Portfolio: Values and Transparency"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["eu-tr-684831617188-52","ec-person-28fecf6c4f04b3a2af1d74c742e147920ab849c5"]}} -{"id":"ec-meeting-2022-06-23-6bc3e3d31e89fb92e4d39b2bbc1a940a5488d323","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-23 - Cabinet of Commissioner Janusz Wojciechowski x None"],"date":["2022-06-23"],"summary":["Lifting of all tariffs and quotas for poultry meat imports from Ukraine"],"notes":["Portfolio: Agriculture"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["eu-tr-44856881231-49","eu-tr-9803788883-16","eu-tr-1634450483-86","ec-person-7869e6adc9c6329f8dea9a0fd02d998d8ffa57f6","eu-tr-400736830441-25","eu-tr-09586631237-74","ec-person-08c62f972c22464aca7a65520eb9406f8db14a66"]}} -{"id":"ec-meeting-2022-06-23-936b7baba64266ffc4929a1d3a42b6e5f325a1ef","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-23 - Cabinet of Commissioner Thierry Breton x Coalition for App Fairness"],"date":["2022-06-23"],"summary":["DMA compliance"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-4d83416435f81b1f1e8f5c86aeebb1478577f1d2","eu-tr-285663444286-40"]}} -{"id":"ec-meeting-2022-06-23-9aa919fa6f2a987ca391776a07fc268f8f711401","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-23 - Cabinet of Executive Vice-President Valdis Dombrovskis x Verband Deutscher Maschinen- und Anlagenbau e.V."],"date":["2022-06-23"],"summary":["EU-US trade relations"],"notes":["Portfolio: An Economy that Works for People"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-1d8581216d9aa7f26fa098a81e84ca61e0e3f261","eu-tr-9765362691-45"]}} -{"id":"ec-meeting-2022-06-23-a8ac5074349d5114dc9dec0733abe90e02db8fe4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-23 - Cabinet of Executive Vice-President Frans Timmermans x Teneo Brussels"],"date":["2022-06-23"],"summary":["Green Deal, FF55, RePowerEU"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-4d24ceb9e6bdaabe394d1506aa601a9ce9d0e59b","eu-tr-91124993695-29"]}} -{"id":"ec-meeting-2022-06-23-ce01f2df6eb775c3ceff6971ebf4b8097dd628e9","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2022-06-23 - Cabinet of Executive Vice-President Frans Timmermans x Fern"],"date":["2022-06-23"],"summary":["Carbon removal certification","Discussion on the Commission’s work on stimulating sustainable carbon cycles"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-40538475090-82","ec-person-f1a3478550296f3f9accdc67d6ef5a0b681dda4b","ec-person-8af3c81534786a740718d21dc58240738a53ed7b","ec-person-33624431cbec1074e151c1707715ef46d2ba9565"]}} -{"id":"ec-meeting-2022-06-23-cfd3f3520f00e8b95e647aa0c0189d8b0720e93e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-23 - Agriculture and Rural Development x The Kraft Heinz Company"],"date":["2022-06-23"],"summary":["Exchange of views about sustainable agriculture and food security"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-agri"],"involved":["ec-person-94f7c6e6875fa76120558bda38f913792cc61934","eu-tr-010822218390-62"]}} -{"id":"ec-meeting-2022-06-23-e0b8e113e6a268467bd5adb8b61e2424dae346ba","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-23 - Cabinet of Executive Vice-President Frans Timmermans x RWM"],"date":["2022-06-23"],"summary":["Discussion on European Green Deal, including waste and renewable energy policies"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-7c876f4825f213b8adbedf089ccedfbc3b36d65b","eu-tr-822172345416-43"]}} -{"id":"ec-meeting-2022-06-23-e419688c500892acaf32cc1a3dbfe5f114405320","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-23 - Cabinet of Commissioner Thierry Breton x Nordic Entertainment Group AB"],"date":["2022-06-23"],"summary":["Audiovisual Policy; Media Freedom Act"],"notes":["Portfolio: Internal Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-850964536411-03","ec-person-5215bd372c5a1202399d77ecceb8c16de8d7d55c"]}} -{"id":"ec-meeting-2022-06-23-ed563b336071c116c283aa269c681344b19243a1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-23 - Cabinet of Commissioner Thierry Breton x Bundesverband Digitalpublisher und Zeitungsverleger"],"date":["2022-06-23"],"summary":["Media Freedom Act"],"notes":["Portfolio: Internal Market"],"location":["Videoconférence"],"address":["Videoconférence"],"addressEntity":["addr-40b93f6e1d8d05e4f9da2dc3b13eadf552f23c41"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-201132116888-24","ec-person-5215bd372c5a1202399d77ecceb8c16de8d7d55c"]}} -{"id":"ec-meeting-2022-06-23-f6edac0aa52c30d678d6795b916407844d8628d2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-23 - Cabinet of Commissioner Adina Vălean x Tallano Technologie"],"date":["2022-06-23"],"summary":["Particulate matter emissions in the transport sector."],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["eu-tr-083031940262-77","ec-person-cc0354fbf386eb83f57c00ad5240f1dddeeabab4","ec-person-e5f1558cac43dd4f90847b508b6753edb0a9f903"]}} -{"id":"ec-meeting-2022-06-24-11f080fc0a86cb2c831ccc6ce75a6073d6335748","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-24 - Cabinet of Commissioner Thierry Breton x EU DisinfoLab"],"date":["2022-06-24"],"summary":["Disinformation; Media Freedom Act"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-5215bd372c5a1202399d77ecceb8c16de8d7d55c","eu-tr-593474530364-05"]}} -{"id":"ec-meeting-2022-06-24-6baa3aaff3785345bbe1efac80be428db1b3103c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-24 - Cabinet of Commissioner Nicolas Schmit x SMEunited aisbl International Trade Union Confederation BUSINESSEUROPE EUROPEAN TRADE UNION CONFEDERATION SGI Europe"],"date":["2022-06-24"],"summary":["The promotion of social dialogue and collective bargaining in EU."],"notes":["Portfolio: Jobs and Social Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-8eb18b6102d444937bc6af5822a6742812165b48","ec-person-4cf4655ab41922e92160325d987a3c4615c72d30","eu-tr-55820581197-35","eu-tr-51806831589-68","eu-tr-3978240953-79","eu-tr-06698681039-26","ec-person-c03b949331dbbe5fa3d5423758e371ec1b9b832f","eu-tr-59513031434-92"]}} -{"id":"ec-meeting-2022-06-24-7cc9ac4cd6727321f042ea1af77b9a50f75625e2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-24 - Cabinet of Commissioner Janusz Wojciechowski x Royal Institute of International Affairs"],"date":["2022-06-24"],"summary":["Commissioner Wojciechowski's participation as a speaker in the plenary session titled \"Managing the impact of conflict and crises on global food security\"."],"notes":["Portfolio: Agriculture"],"location":["online"],"address":["online"],"addressEntity":["addr-2dbc2fd2358e1ea1b7a6bc08ea647b9a337ac92d"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["eu-tr-936796623531-41","ec-person-7869e6adc9c6329f8dea9a0fd02d998d8ffa57f6","ec-person-08c62f972c22464aca7a65520eb9406f8db14a66"]}} -{"id":"ec-meeting-2022-06-24-9e1419119cae05a57d5240cc16bf2cc6c908b4d0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-24 - Cabinet of Executive Vice-President Frans Timmermans x Minderoo Foundation Limited ATF The Minderoo Foundation Trust"],"date":["2022-06-24"],"summary":["Circular plastics economy and fighting single use plastic pollution"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-361336735977-48","ec-person-8af3c81534786a740718d21dc58240738a53ed7b"]}} -{"id":"ec-meeting-2022-06-24-ab449b739a74010c775b78cfdf063b7a8981f4b5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-24 - Cabinet of Executive Vice-President Frans Timmermans x European Confederation of Woodworking Industries European Organisation of the Sawmill industry Confederation of European Paper Industries"],"date":["2022-06-24"],"summary":["Nature Restoration Law proposal"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-470333818389-37","ec-person-8af3c81534786a740718d21dc58240738a53ed7b","eu-tr-72279144480-58","eu-tr-024776016336-52"]}} -{"id":"ec-meeting-2022-06-24-b2c26f125a824ff7d1a32f39f25f01ec2e4f6497","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-24 - Cabinet of Executive Vice-President Margrethe Vestager x European Law Institute"],"date":["2022-06-24"],"summary":["Presentation of the organization, rule of law, law and governance in the digital age."],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-455458212010-50","ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0","ec-person-11ba005cc4046696303381b7ca219da9b11a42bf"]}} -{"id":"ec-meeting-2022-06-24-b609bef0c75f8997f9e2f798b3b8454fccb7559b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-24 - Cabinet of Commissioner Virginijus Sinkevičius x European Confederation of Woodworking Industries Confederation of European Paper Industries"],"date":["2022-06-24"],"summary":["to discuss the Nature Restoration Law proposal"],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["eu-tr-470333818389-37","eu-tr-72279144480-58","ec-person-df7b6800b8d3048e28fedb084a8b0b72260d7a0a"]}} -{"id":"ec-meeting-2022-06-24-beb4e605eb09b5563c4730fec24bb34501b4a000","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-24 - Cabinet of Commissioner Mairead Mcguinness x Bank of Ireland Group plc"],"date":["2022-06-24"],"summary":["Economic outlook, FDI and agri sector; Banking Union and AMLD\r\nSustainability and CSRD, inc. renewable energy; IE banking landscape – update on welcoming new accounts (individuals and SMEs) Digitalisation and crypto;Financial literacy; sanctions"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Dublin"],"address":["Dublin"],"addressEntity":["addr-c4a265ca6dc31ed4a47a6047e92c5e3790135af9"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-2b9c589fb2354bd93067644d2c3d2c058d4c4cc9","ec-person-69324896e96bbd9e20f797e4c49f0d286d058227","eu-tr-181863430334-01"]}} -{"id":"ec-meeting-2022-06-26-d4fd66bc3dea9c7ea84c53cf6b978af844366aca","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-26 - Justice and Consumers x BUSINESSEUROPE"],"date":["2022-06-26"],"summary":["sustainable corporate governance; privacy shield; consumer policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-just"],"involved":["ec-person-97e843c2fd98c7993c9ab42a071dd1c98c85041d","eu-tr-3978240953-79"]}} -{"id":"ec-meeting-2022-06-27-037f01b303a1fe4926f09448a810e0383d10aa10","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-27 - Climate Action x Confederazione Generale dell'Industria Italiana"],"date":["2022-06-27"],"summary":["Energy prices, ETS and CO2 standards"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-clima"],"involved":["ec-person-9c5c685692a09a77f2bc8ae9c05663b87cd75aae","eu-tr-27762251795-15"]}} -{"id":"ec-meeting-2022-06-27-041f55c6278bd23dc1954477d18ba8a70baffe9d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-27 - Cabinet of Commissioner Helena Dalli x Combat Antisemitism Movement"],"date":["2022-06-27"],"summary":["Meeting to discuss antisemitism strategy and anti-racism agenda."],"notes":["Portfolio: Equality"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-dalli-helena-of"],"involved":["eu-tr-313306647241-59","ec-person-dbd4bba0ef71d4385c97691e3df5bb484709a07e"]}} -{"id":"ec-meeting-2022-06-27-0a195288fd9b1c62521f8125080f3f43a1c4b8b1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-27 - Cabinet of Executive Vice-President Valdis Dombrovskis x Microsoft Corporation"],"date":["2022-06-27"],"summary":["EU-U.S. Trade & Technology Council (TTC)"],"notes":["Portfolio: An Economy that Works for People"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["eu-tr-0801162959-21","ec-person-1d8581216d9aa7f26fa098a81e84ca61e0e3f261"]}} -{"id":"ec-meeting-2022-06-27-0ea40f260b85a6e2fb03ab13ebc224b8d3f13bde","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-27 - Cabinet of Vice-President Margaritis Schinas x EuropeActive"],"date":["2022-06-27"],"summary":["European week of sports, BEACTIVE DAY campaign"],"notes":["Portfolio: Promoting the European Way of Life"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-margaritis-of-president-schinas-vice"],"involved":["ec-person-901d49b3e3af3e96de8d42787e8633b0adc76ca1","eu-tr-364892017621-92"]}} -{"id":"ec-meeting-2022-06-27-180abe0e9e0473902e1bead0a37cc2f84d35aa64","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-27 - Cabinet of Commissioner Mairead Mcguinness x Open Finance Association Europe"],"date":["2022-06-27"],"summary":["Instant Payments ; Open Finance ; PSD2 review."],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["eu-tr-860913942986-44","ec-person-778f68c06d4985a2eda59737cdb80e7a4570f90f"]}} -{"id":"ec-meeting-2022-06-27-2aa1df3257558850b469a35f1f3791b11e19ac33","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-27 - Cabinet of Executive Vice-President Frans Timmermans x Stichting European Climate Foundation Artelys"],"date":["2022-06-27"],"summary":["Discussion about RePowerEU Plan and the impacts on climate neutrality objectives"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-842703846901-62","eu-tr-64869491516-70","ec-person-4d24ceb9e6bdaabe394d1506aa601a9ce9d0e59b","ec-person-a282162080cef4ef2a8c0ab6247a3e03dc438507","ec-person-d53e00c46a4cc62bbf533e0c9bb35bacb9121989"]}} -{"id":"ec-meeting-2022-06-27-4ad40e42f1b79a18fae421211f30436ed9a51806","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-27 - Financial Stability, Financial Services and Capital Markets Union x Insurance Europe"],"date":["2022-06-27"],"summary":["Solvency II/IRRD"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["ec-person-1fce211249673c35ee07a801ddee77ab24af8d54","eu-tr-33213703459-54"]}} -{"id":"ec-meeting-2022-06-27-6461bbe03b056fa0ef179a1dc89a195bd1a0e63a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-27 - Financial Stability, Financial Services and Capital Markets Union x Intercontinental Exchange, Inc."],"date":["2022-06-27"],"summary":["Energy markets"],"location":["Virtual meeting"],"address":["Virtual meeting"],"addressEntity":["addr-1f1f3f51a4da31a1ea5c1b4b21cbf52ad983224f"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-141041215133-83","ec-person-1fce211249673c35ee07a801ddee77ab24af8d54"]}} -{"id":"ec-meeting-2022-06-27-6c71dae2d7bf21d771a5a53e95403bf68d0cf1f1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-27 - Cabinet of Commissioner Jutta Urpilainen x Eurochild AISBL Lumos Foundation SOS Children's Villages International Organisation Mondiale de la Jeunesse Espérantiste World Organization of the Scout Movement - Bureau Européen du Scoutisme Save the Children Europe Plan International EU Office Terre des Hommes International Federation"],"date":["2022-06-27"],"summary":["Consolations with Youth Organisation on the Youth Action Plan"],"notes":["Portfolio: International Partnerships"],"location":["Videoconfernce"],"address":["Videoconfernce"],"addressEntity":["addr-760871c7bec2444c63e3f5a7be0f200c4c8216eb"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["eu-tr-83357751766-93","eu-tr-75014529893-97","eu-tr-79360311166-84","eu-tr-030107317058-64","ec-person-7c4fa9cfb750b5b524c065180fcee1123b8df03e","eu-tr-099332335142-02","eu-tr-199308213329-62","eu-tr-697362735627-20","eu-tr-849607914394-57"]}} -{"id":"ec-meeting-2022-06-27-7197fa8122677211fb72af2a053b6b0a1b41467a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-27 - Cabinet of Executive Vice-President Margrethe Vestager x Intel Corporation"],"date":["2022-06-27"],"summary":["Issues within Competition portfolio."],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-bb1f295d8be3d10004d7e5fd7c24248a21215775","ec-person-b30b0a4061753143722e8ac4e9bf08ab56473207","eu-tr-7459401905-60"]}} -{"id":"ec-meeting-2022-06-27-74ed4596e1b64b4db7f2942aade424af36ebbfc2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-27 - Cabinet of Executive Vice-President Frans Timmermans x Kellogg Company Metsäliitto Cooperative 4evergreen Tetra Pak Group logos public affairs UPM-Kymmene Oyj"],"date":["2022-06-27"],"summary":["EU transition to a circular economy; fibre based packaging"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-89352824072-19","eu-tr-5067624792-06","ec-person-8af3c81534786a740718d21dc58240738a53ed7b","eu-tr-7574443768-34","eu-tr-965762846303-66","eu-tr-861194311863-31","eu-tr-962687110415-94"]}} -{"id":"ec-meeting-2022-06-27-8033c8e251894bba88c041894daf006dc820ed70","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-27 - Cabinet of Vice-President Dubravka Šuica x World Vision Brussels & EU Representation ivzw/aisbl"],"date":["2022-06-27"],"summary":["The implementation of the EU Strategy on the rights of the child. \r\nThe Youth Action Plan and the implementation of meaningful child participation frameworks outside of the EU. \r\nChild Sexual Abuse and guaranteeing children’s safety online."],"notes":["Portfolio: Democracy and Demography"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dubravka-of-president-suica-vice"],"involved":["eu-tr-64689102746-48","ec-person-60bc1622eb549a098038c6073ce7c40691ec9384","ec-person-ebe31c2924b1fbde99804f8f575004fb99739165"]}} -{"id":"ec-meeting-2022-06-27-9897d989c6627bee4e103ab98c02667e665b2ded","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-27 - Cabinet of Commissioner Thierry Breton x MEDICINES FOR EUROPE"],"date":["2022-06-27"],"summary":["Health industrial ecosystem and supply chains"],"notes":["Portfolio: Internal Market"],"location":["videoconference"],"address":["videoconference"],"addressEntity":["addr-92b2fbb928e012810d80d9ef1abe12027beee200"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-48325781850-28","ec-person-d6689ffc6695e7e65bdd0e0c0da1721d3031ea1b"]}} -{"id":"ec-meeting-2022-06-27-ab7b1622ddc106a3634ca1d728e02b6812cba512","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-27 - Cabinet of Executive Vice-President Margrethe Vestager x Discord Inc."],"date":["2022-06-27"],"summary":["Presentation of the company, DSA."],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0","eu-tr-711785245699-83"]}} -{"id":"ec-meeting-2022-06-27-abe157de9e27520182f6466a90ed5abe67c44ff9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-27 - Cabinet of Commissioner Mairead Mcguinness x ACI Worldwide"],"date":["2022-06-27"],"summary":["Instant Payments"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["eu-tr-400264638758-52","ec-person-778f68c06d4985a2eda59737cdb80e7a4570f90f"]}} -{"id":"ec-meeting-2022-06-27-b61046a33eabeb566c113038b8c4d2410b98cc13","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-27 - Communications Networks, Content and Technology x Intel Corporation"],"date":["2022-06-27"],"summary":["Semiconductor R&D"],"location":["virtual + Brussels"],"address":["virtual + Brussels"],"addressEntity":["addr-70018637adfdab95c914463b528dd87f9a195739"],"organizer":["ec-dg-connect"],"involved":["eu-tr-7459401905-60","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2022-06-27-ba1592aadf2357149c8094e1eb211ccb06dc128d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-27 - Cabinet of Executive Vice-President Margrethe Vestager x KDC Conseil SPRL"],"date":["2022-06-27"],"summary":["Chemicals Strategy for Sustainability - the perspective of the city of Grasse (France)."],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-898914810908-76","ec-person-3da433aae105b13fe027e9c9b3dcac2c97029370"]}} -{"id":"ec-meeting-2022-06-27-c1d49b50da45213cfc559e09261651cc2e8ad481","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-27 - Cabinet of Executive Vice-President Frans Timmermans x ExxonMobil Petroleum & Chemical"],"date":["2022-06-27"],"summary":["Investments in clean energy transition and new gas and hydrogen projects, state of play on global energy markets. RePowerEU Plan including clean energy acceleration, energy savings and diversification."],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-7c876f4825f213b8adbedf089ccedfbc3b36d65b","eu-tr-0745650927-75"]}} -{"id":"ec-meeting-2022-06-27-c988308275b1eec74b96b6e658ca22a98455dfed","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-27 - Cabinet of Executive Vice-President Frans Timmermans x MBO Raad"],"date":["2022-06-27"],"summary":["European Green Deal"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-726924727096-27","ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce"]}} -{"id":"ec-meeting-2022-06-27-d64205d6c7671878d5ca27486b7c44bff2bac285","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-27 - Employment, Social Affairs and Inclusion x MBO Raad"],"date":["2022-06-27"],"summary":["green and digital transition"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-empl"],"involved":["eu-tr-726924727096-27","ec-person-dd259fce880e1853f0beb087443bce6e7dea70d7"]}} -{"id":"ec-meeting-2022-06-27-eef2905830300061702fee3f819ecd023219b758","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-27 - Cabinet of Commissioner Janez Lenarčič x World Vision Brussels & EU Representation ivzw/aisbl"],"date":["2022-06-27"],"summary":["Child protection, including children in armed conflict; education in emergencies; food insecurity; climate change; the crisis response in Syria and Afghanistan."],"notes":["Portfolio: Crisis Management"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-janez-lenarcic-of"],"involved":["eu-tr-64689102746-48","ec-person-35334591a1ee219b6f0829d58a8cfba058540557","ec-person-fbefdec4fe0937769936645b8ac74a3a7c588ef2"]}} -{"id":"ec-meeting-2022-06-28-0dbe8c0b7bb99e4a00ce7901d1d0389b7d7b42d7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-28 - Cabinet of Commissioner Thierry Breton x Google"],"date":["2022-06-28"],"summary":["AI Act"],"notes":["Portfolio: Internal Market"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-03181945560-59","ec-person-d6689ffc6695e7e65bdd0e0c0da1721d3031ea1b"]}} -{"id":"ec-meeting-2022-06-28-345097266c70e02031520e41082dfa657fcad294","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-28 - Cabinet of Commissioner Thierry Breton x The European Digital Payments Industry Alliance"],"date":["2022-06-28"],"summary":["Digital Single Market; digital payments"],"notes":["Portfolio: Internal Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-704370938610-77","ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","ec-person-5215bd372c5a1202399d77ecceb8c16de8d7d55c"]}} -{"id":"ec-meeting-2022-06-28-434b35c48b6ec291b087816eb5ca6c094aeb4120","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-28 - Cabinet of Commissioner Virginijus Sinkevičius x Swedish Society for Nature Conservation"],"date":["2022-06-28"],"summary":["Implementation of the EU Forest Strategy for 2030; SSNC overview on situation in Swedish forests"],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["eu-tr-681872220973-70","ec-person-df7b6800b8d3048e28fedb084a8b0b72260d7a0a"]}} -{"id":"ec-meeting-2022-06-28-46682716fba588e1c573409c69dfc00f18e9a7d8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-28 - Cabinet of Commissioner Thierry Breton x Discord Inc."],"date":["2022-06-28"],"summary":["Presentation of the company’s approach to content moderation and child protection"],"notes":["Portfolio: Internal Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-d6689ffc6695e7e65bdd0e0c0da1721d3031ea1b","ec-person-4d83416435f81b1f1e8f5c86aeebb1478577f1d2","eu-tr-711785245699-83"]}} -{"id":"ec-meeting-2022-06-28-56b01ec9d0976949d0d01bba26638916bd20baed","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-28 - Financial Stability, Financial Services and Capital Markets Union x Tweeddale Advisors BlueBay Asset Management LLP"],"date":["2022-06-28"],"summary":["SF and Macro financial conditions"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-359893146983-29","eu-tr-362131745511-65","ec-person-1fce211249673c35ee07a801ddee77ab24af8d54"]}} -{"id":"ec-meeting-2022-06-28-586e5b4bcb311fc02f9c073d803a9c3977d5ff6a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-28 - Cabinet of Commissioner Virginijus Sinkevičius x Business Bridge Europe MERCATOR OCEAN INTERNATIONAL"],"date":["2022-06-28"],"summary":["European Green Deal and ocean data and observation"],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["eu-tr-582545543216-74","eu-tr-72856225852-31","ec-person-df7b6800b8d3048e28fedb084a8b0b72260d7a0a"]}} -{"id":"ec-meeting-2022-06-28-7c75533d8794d6995b73cb1cfc5abeba9e2131d3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-28 - Cabinet of Executive Vice-President Valdis Dombrovskis x EUROPEAN TRADE UNION CONFEDERATION SGI Europe BUSINESSEUROPE SMEunited aisbl"],"date":["2022-06-28"],"summary":["EU Social Partners Conference \"Strengthening Europe through Social Dialogue\" -European Social Dialogue Work Programme 2022-2024"],"notes":["Portfolio: An Economy that Works for People"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["eu-tr-55820581197-35","eu-tr-3978240953-79","eu-tr-06698681039-26","ec-person-9e7bd1005456277f156b671d1555c6a460fb2f58","ec-person-95d6ecce9b8f3a7b167d0eac8e270fdce0665ccb","eu-tr-59513031434-92"]}} -{"id":"ec-meeting-2022-06-28-7f22ef0880463d128852d7bb49dd0a632d123652","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-28 - Cabinet of Executive Vice-President Frans Timmermans x Swedish Society for Nature Conservation"],"date":["2022-06-28"],"summary":["Implementation of the EU Forest Strategy for 2030; SSNC overview on situation in Swedish forests"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-681872220973-70","ec-person-8af3c81534786a740718d21dc58240738a53ed7b"]}} -{"id":"ec-meeting-2022-06-28-9212c2c63dc9bf5598b07bc80b8623901f99023d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-28 - Directorate-General for International Partnerships x ENEL SpA"],"date":["2022-06-28"],"summary":["Energy transition, Latin America"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-intpa"],"involved":["ec-person-afe6f55069d2cc5483157e138e41abd63140fdd8","eu-tr-6256831207-27"]}} -{"id":"ec-meeting-2022-06-28-967bea198ff51ce6e1ed839c3158328067ad662d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-28 - Cabinet of Commissioner Jutta Urpilainen x Blic Oy Pohjolan Voima Oyj"],"date":["2022-06-28"],"summary":["European green deal and energy"],"notes":["Portfolio: International Partnerships"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["eu-tr-687078815005-93","eu-tr-287403519124-60","ec-person-26cc31f8d5b9581bfc496e29c4b603745b75d980"]}} -{"id":"ec-meeting-2022-06-28-992129b3e3fe48f68aa0fb1207813e6c5770698e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-28 - Cabinet of Commissioner Kadri Simson x Pohjolan Voima Oyj"],"date":["2022-06-28"],"summary":["The role of hydropower in the EU’s energy policy, in the context of the ongoing Fit for 55 process and the energy crisis as well as the upcoming new environmental legislation."],"notes":["Portfolio: Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["ec-person-f47a082bc2455a660c3b2ae348f0024736672752","eu-tr-287403519124-60"]}} -{"id":"ec-meeting-2022-06-28-9dfe07abcbefb191b0bcc9e5cdae07680415e3b2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-28 - Cabinet of Commissioner Stella Kyriakides x European Healthcare Distribution Association"],"date":["2022-06-28"],"summary":["VTC meeting: Exchange of views on the upcoming pharmaceutical legislation"],"notes":["Portfolio: Health"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-kyriakides-of-stella"],"involved":["eu-tr-0757172464-29","ec-person-ecf9f9e978b833afc98ee022572d468f0dc9a352","ec-person-991ce64cea5178762c932ac823ea5d309e7a8d93"]}} -{"id":"ec-meeting-2022-06-28-b14a993502bdc6e092d980c83a1037267512c989","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-28 - Cabinet of Vice-President Dubravka Šuica x Discord Inc."],"date":["2022-06-28"],"summary":["-Discord's business model, work on child safety, and efforts in content moderation\r\n-EU Strategy for a BIK\r\n-The new law on the fight against online child sexual abuse material"],"notes":["Portfolio: Democracy and Demography"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dubravka-of-president-suica-vice"],"involved":["ec-person-60bc1622eb549a098038c6073ce7c40691ec9384","eu-tr-711785245699-83"]}} -{"id":"ec-meeting-2022-06-28-b619675cce9e83f51dc8287bca1330f3b6799a90","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-28 - Cabinet of Commissioner Kadri Simson x Gas Infrastructure Europe"],"date":["2022-06-28"],"summary":["EU RePower Plan - Panellist"],"notes":["Portfolio: Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["ec-person-ba3b83676ad38094e71b64b644f3e3d2c61b8182","eu-tr-76130992074-15"]}} -{"id":"ec-meeting-2022-06-28-b9fbc7e5f27687a542ec96b16ae29c3095ebe05c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-28 - Cabinet of Commissioner Mairead Mcguinness x Związek Banków Polskich"],"date":["2022-06-28"],"summary":["Financial inclusion, financial literacy, macroeconomic context."],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-2b9c589fb2354bd93067644d2c3d2c058d4c4cc9","eu-tr-01623802004-63","ec-person-778f68c06d4985a2eda59737cdb80e7a4570f90f"]}} -{"id":"ec-meeting-2022-06-28-cd8f7f07470583f48f77c00a923ff39f6385c1ee","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-28 - Cabinet of Executive Vice-President Frans Timmermans x Institute for Climate Economics"],"date":["2022-06-28"],"summary":["European Green Deal"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-a282162080cef4ef2a8c0ab6247a3e03dc438507","ec-person-e88af8eb396e96e3dbc9b4ec6e40a348d26c389c","eu-tr-431900624666-91"]}} -{"id":"ec-meeting-2022-06-28-cf51f435f3ba8c696b30eb48d03015fd74897e00","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-28 - Cabinet of Commissioner Olivér Várhelyi x International Partnership for Human Rights"],"date":["2022-06-28"],"summary":["War crimes in Ukraine"],"notes":["Portfolio: Neighbourhood and Enlargement"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-of-oliver-varhelyi"],"involved":["ec-person-9557ac7bdd542fd66f0729a2d858d58278508a1d","ec-person-cd3107480affa67ccf92d0755c36121c2844fb71","eu-tr-47292178704-33"]}} -{"id":"ec-meeting-2022-06-28-d6da2ee97107e082625e98a4673ffed30c6156d5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-28 - Cabinet of Commissioner Thierry Breton x France Industrie"],"date":["2022-06-28"],"summary":["raw materials"],"notes":["Portfolio: Internal Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","eu-tr-60974102057-03"]}} -{"id":"ec-meeting-2022-06-28-db429628c60e702949450f3bc261508c572f6d98","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-28 - Cabinet of Executive Vice-President Frans Timmermans x Sandbag Climate Campaign CIC Global Witness"],"date":["2022-06-28"],"summary":["Discussion about RePowerEU Plan and the impacts on climate neutrality objectives"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-d53e00c46a4cc62bbf533e0c9bb35bacb9121989","eu-tr-94944179052-82","eu-tr-10439809375-73"]}} -{"id":"ec-meeting-2022-06-28-dcf7170ee5e7f3fd1177b9fc46522e4c36e939b6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-28 - Cabinet of Executive Vice-President Frans Timmermans x Suomen itsenäisyyden juhlarahasto"],"date":["2022-06-28"],"summary":["Tackling biodiversity loss through circular economy"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-582824527068-76","ec-person-8af3c81534786a740718d21dc58240738a53ed7b"]}} -{"id":"ec-meeting-2022-06-28-e405e1496ed8a6280e9df4eb866a292889f27efb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-28 - Cabinet of Commissioner Helena Dalli x Civil Rights Defenders"],"date":["2022-06-28"],"summary":["Meeting to discuss the upcoming mission to Europride in Belgrade."],"notes":["Portfolio: Equality"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-dalli-helena-of"],"involved":["ec-person-dbd4bba0ef71d4385c97691e3df5bb484709a07e","eu-tr-060852832806-95"]}} -{"id":"ec-meeting-2022-06-28-e56fd28ffee521e700e3f830a806fd5c40a156cf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-28 - Cabinet of Commissioner Stella Kyriakides x Union Fédérale des Consommateurs - Que Choisir"],"date":["2022-06-28"],"summary":["VTC meeting - Exchange of views on nutrition labelling under Farm to Fork Strategy"],"notes":["Portfolio: Health"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-kyriakides-of-stella"],"involved":["ec-person-ecf9f9e978b833afc98ee022572d468f0dc9a352","eu-tr-02687198907-81"]}} -{"id":"ec-meeting-2022-06-28-eb87b5653ee625a6cc8fb96a701bd6a4374bed40","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-28 - Cabinet of President Ursula von der Leyen x ASML Netherlands B.V."],"date":["2022-06-28"],"summary":["Discussion conc. Promote (EU Chips Act) and Protect topics (sanctions and export controls)"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-7019713e72781afb1f3b19032c4752a314b78180","eu-tr-070028236358-54"]}} -{"id":"ec-meeting-2022-06-28-f24aebacc03cb83b625ac8a04481ce8bac10a642","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-28 - Cabinet of Executive Vice-President Frans Timmermans x Business Bridge Europe MERCATOR OCEAN INTERNATIONAL"],"date":["2022-06-28"],"summary":["European Green Deal and ocean data and observation"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-582545543216-74","ec-person-8af3c81534786a740718d21dc58240738a53ed7b","eu-tr-72856225852-31"]}} -{"id":"ec-meeting-2022-06-28-ffd8e757b72046ac1f86a8cd8d28a38ee4a5a147","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-28 - Cabinet of Commissioner Thierry Breton x Association des Constructeurs Européens d'Automobiles Volvo AB"],"date":["2022-06-28"],"summary":["Data Act, preparation of access to in-vehicle data, Euro 7"],"notes":["Portfolio: Internal Market"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-6308dea893b9b1ca0dcd5b91b4a1ac4c2f3020ad","eu-tr-0649790813-47","eu-tr-51773601133-57"]}} -{"id":"ec-meeting-2022-06-29-013c9ca838333729cb198c283f8aa727ca1b7d89","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-29 - Cabinet of Commissioner Nicolas Schmit x Deutscher Caritasverband e. V. Caritas Europa"],"date":["2022-06-29"],"summary":["European Care Strategy, Minimum Wages, Social economy."],"notes":["Portfolio: Jobs and Social Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-66fa2c2d100ec194caa42b5c6f97c36e2748b71c","eu-tr-6082564924-85","ec-person-c03b949331dbbe5fa3d5423758e371ec1b9b832f","eu-tr-04903991238-83"]}} -{"id":"ec-meeting-2022-06-29-03f544d77c84b253a3fd2c48b9e4d3da4c63074b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-29 - Cabinet of Commissioner Nicolas Schmit x Intesa Sanpaolo"],"date":["2022-06-29"],"summary":["Social economy"],"notes":["Portfolio: Jobs and Social Rights"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-c2208333f0f75350eef62b355a40bf856f2d9cef","eu-tr-24037141789-48"]}} -{"id":"ec-meeting-2022-06-29-06cfc85c9491b5164a4faaca84fb1775ba99d941","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-29 - Cabinet of Commissioner Thierry Breton x MFE - MEDIAFOREUROPE N.V"],"date":["2022-06-29"],"summary":["Entry into force of DMA; Media Freedom Act"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-4d83416435f81b1f1e8f5c86aeebb1478577f1d2","eu-tr-91471238809-21","ec-person-5215bd372c5a1202399d77ecceb8c16de8d7d55c"]}} -{"id":"ec-meeting-2022-06-29-10819753c96006fe87a56c4f52c73575a5424a23","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-29 - Cabinet of Commissioner Stella Kyriakides x BEAM Alliance"],"date":["2022-06-29"],"summary":["VTC meeting on Revision of the pharmaceutical legislation and Anti-microbial resistance."],"notes":["Portfolio: Health"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-kyriakides-of-stella"],"involved":["eu-tr-989919136810-31","ec-person-ba73927c33000184cab3f41a76e1b32fe7d7eda8","ec-person-ecf9f9e978b833afc98ee022572d468f0dc9a352"]}} -{"id":"ec-meeting-2022-06-29-15589648e4f2c349142a4a3af79a696b6e1bde9d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-29 - Justice and Consumers x Academy of European Law"],"date":["2022-06-29"],"summary":["judicial training"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-just"],"involved":["ec-person-97e843c2fd98c7993c9ab42a071dd1c98c85041d","eu-tr-97138128231-58"]}} -{"id":"ec-meeting-2022-06-29-1a925607b0efe32833e4686407cc6b92c8045abb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-29 - Cabinet of Vice-President Dubravka Šuica x aditus foundation"],"date":["2022-06-29"],"summary":["Human Rights in Malta"],"notes":["Portfolio: Democracy and Demography"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dubravka-of-president-suica-vice"],"involved":["eu-tr-455286844374-86","ec-person-ebe31c2924b1fbde99804f8f575004fb99739165"]}} -{"id":"ec-meeting-2022-06-29-225032aecbf0c6a98144ecb592f1e80680375bd5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-29 - Cabinet of President Ursula von der Leyen x The German Marshall Fund of the United States - The Transatlantic Foundation"],"date":["2022-06-29"],"summary":["Ukraine relief and reconstruction"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-781d246729522a816df2b77a616f5ae127bc104e","eu-tr-823171519707-31"]}} -{"id":"ec-meeting-2022-06-29-29d525aef04125152971e63f06a078f51c6225ff","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-29 - Cabinet of Commissioner Jutta Urpilainen x BUSINESSEUROPE"],"date":["2022-06-29"],"summary":["Global Gateway strategy and the EU-Africa Partnership"],"notes":["Portfolio: International Partnerships"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["eu-tr-3978240953-79","ec-person-9788b5f9ccd101dc091867a4496a5735ee7151d9"]}} -{"id":"ec-meeting-2022-06-29-2d728ce151ced5de12ec8e6fafd638a351e0701d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-29 - Health Emergency Preparedness and Response Authority x Deutsche Post DHL Group"],"date":["2022-06-29"],"summary":["HERA"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-hera"],"involved":["ec-person-ca1ba7d868310cf297ba69999f416939d86a30ac","eu-tr-48544465107-88"]}} -{"id":"ec-meeting-2022-06-29-36aab2c9ab00a8dd33ecdb32b541b76e719cf2f9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-29 - Cabinet of Commissioner Thierry Breton x Deutsche Telekom"],"date":["2022-06-29"],"summary":["Evolution in the telecom sector and market situation"],"notes":["Portfolio: Internal Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-4d83416435f81b1f1e8f5c86aeebb1478577f1d2","eu-tr-60052162589-72"]}} -{"id":"ec-meeting-2022-06-29-36ab361bc0b34a6d6297a154ece93cc02181fb98","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-29 - Cabinet of Commissioner Didier Reynders x Conseil National des Greffiers des Tribunaux de Commerce"],"date":["2022-06-29"],"summary":["presentation of CNGTC activities and invitation to their Congress of 6 October 2022, company law"],"notes":["Portfolio: Justice"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-didier-of-reynders"],"involved":["eu-tr-780003739587-63","ec-person-4cd0043747c40cfeaced5e4c68e43372cdb8dac9"]}} -{"id":"ec-meeting-2022-06-29-44f1bba378da11366d8919512e3dfe28dab06e19","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-29 - Cabinet of Commissioner Nicolas Schmit x European Foundation Centre"],"date":["2022-06-29"],"summary":["Philanthropy"],"notes":["Portfolio: Jobs and Social Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-c2208333f0f75350eef62b355a40bf856f2d9cef","eu-tr-78855711571-12"]}} -{"id":"ec-meeting-2022-06-29-50050bfb484c1607eff3b8ab6b6292ce55be5744","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-29 - Cabinet of Commissioner Jutta Urpilainen x Chemical Industry Federation of Finland (Kemianteollisuus ry)"],"date":["2022-06-29"],"summary":["European green deal, energy and raw materials"],"notes":["Portfolio: International Partnerships"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["eu-tr-07682415745-25","ec-person-26cc31f8d5b9581bfc496e29c4b603745b75d980"]}} -{"id":"ec-meeting-2022-06-29-609e27526f8a06ea7792ec4075552fc7345b7859","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-29 - Cabinet of Commissioner Thierry Breton x WindEurope"],"date":["2022-06-29"],"summary":["REPowerEU and implications for the wind manufacturing sector"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-19920706471-21","ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0"]}} -{"id":"ec-meeting-2022-06-29-67acc9b5e6dce58d9080475d30c57e7a0bd42226","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-29 - Cabinet of Commissioner Ylva Johansson x Fundacja im. Kazimierza Pułaskiego"],"date":["2022-06-29"],"summary":["Warsaw Security Forum"],"notes":["Portfolio: Home Affairs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-johansson-of-ylva"],"involved":["ec-person-d3f97e069d9ff016d7b65052f6eb6b98500ec118","eu-tr-407321843479-18","ec-person-56478a183036db6fe9e976c032c67032ba183565"]}} -{"id":"ec-meeting-2022-06-29-6f783c66114b9218ace51963be713038ee38f625","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-29 - Cabinet of Commissioner Nicolas Schmit x HOTREC, Hotels, Restaurants & Cafés in Europe"],"date":["2022-06-29"],"summary":["Meeting on the hospitality sector willingness to support refugees"],"notes":["Portfolio: Jobs and Social Rights"],"location":["Bruxelles"],"address":["Bruxelles"],"addressEntity":["addr-b58f5927b66d94a676970dc048485d4c6848f272"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-66fa2c2d100ec194caa42b5c6f97c36e2748b71c","ec-person-935314e38d735654cae8ee61313a3d73439b242d","eu-tr-7955861942-03"]}} -{"id":"ec-meeting-2022-06-29-81f6a3b4c209bc280f4c8e302d33c3327ee45fd1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-29 - Cabinet of Commissioner Stella Kyriakides x European Federation of Pharmaceutical Industries and Associations"],"date":["2022-06-29"],"summary":["Exchange of views on the upcoming pharmaceutical legislation"],"notes":["Portfolio: Health"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-kyriakides-of-stella"],"involved":["eu-tr-38526121292-88","ec-person-c7513fae2df7920eea99d7cc103a354aa4f56b6e"]}} -{"id":"ec-meeting-2022-06-29-8435f48f514b6ff379f861c51e9269edbceefa15","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-29 - Cabinet of Executive Vice-President Valdis Dombrovskis x Anti-Slavery International"],"date":["2022-06-29"],"summary":["EU forced labour instrument"],"notes":["Portfolio: An Economy that Works for People"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-235870cd7eb41f2494f695fce18b5b5b88647113","eu-tr-464644816865-02"]}} -{"id":"ec-meeting-2022-06-29-931e2fd8359edaa6ea7e9a4bffa647d8fd8607a2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-29 - Cabinet of Executive Vice-President Margrethe Vestager x PolitAnalytics"],"date":["2022-06-29"],"summary":["Presentation of the organisation, platform policy, data policy and artificial intelligence."],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0","eu-tr-158653546765-42"]}} -{"id":"ec-meeting-2022-06-29-9b02b5906a4f77cb3993d3816ac18b42d17b0657","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-29 - Cabinet of Executive Vice-President Margrethe Vestager x Athenora Consulting Conseil National des Greffiers des Tribunaux de Commerce"],"date":["2022-06-29"],"summary":["Implementing Act for High-Level Data Sets, Cyber Resilience Act."],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-79628773-02","ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0","eu-tr-780003739587-63"]}} -{"id":"ec-meeting-2022-06-29-a5dc94bed176339bc131abe2c9d8d5084b0ddd42","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-29 - Cabinet of Executive Vice-President Frans Timmermans x FoodDrinkEurope Natural Mineral Waters Europe aisbl Nestlé S.A."],"date":["2022-06-29"],"summary":["Revision of the Packaging and Packaging Waste Directive"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-15366395387-57","eu-tr-75818824519-45","eu-tr-562370525222-50","ec-person-8af3c81534786a740718d21dc58240738a53ed7b"]}} -{"id":"ec-meeting-2022-06-29-a7170251fdd1bc824219db2dd2dbe751e8fef243","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-29 - Cabinet of Commissioner Janez Lenarčič x Norwegian Refugee Council Europe"],"date":["2022-06-29"],"summary":["Food insecurity; follow-up to Commission Communication on Humanitarian Action"],"notes":["Portfolio: Crisis Management"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-janez-lenarcic-of"],"involved":["eu-tr-750447615329-96","ec-person-a6cd325c80698b2331699224c780ebfb10573602"]}} -{"id":"ec-meeting-2022-06-29-b96f3b945acffb15885c53298e60024c95196b2a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-29 - Communications Networks, Content and Technology x Cellnex Telecom S.A."],"date":["2022-06-29"],"summary":["Connectivity & other digital issues"],"location":["virtual meeting"],"address":["virtual meeting"],"addressEntity":["addr-225c82a032511500bff73b3efe0d857849613fd9"],"organizer":["ec-dg-connect"],"involved":["eu-tr-412366615831-33","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2022-06-29-c3884906d82f5c40ad491d33f4338bade9b81176","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-29 - Cabinet of Commissioner Ylva Johansson x Arton Capital"],"date":["2022-06-29"],"summary":["Discussion on the transparency and governance of residency by investment schemes in the EU."],"notes":["Portfolio: Home Affairs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-johansson-of-ylva"],"involved":["eu-tr-157988534103-89","ec-person-1c9f2e5d03a1fc77ed6b3d4e34c35b2bd1506318","ec-person-1f14c98028fa6f9f43ee9cd5aef7ed77c30761a5"]}} -{"id":"ec-meeting-2022-06-29-c6fd2b0da329b1122e37640424708c4355d3e433","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-29 - Cabinet of President Ursula von der Leyen x Ericsson Nokia"],"date":["2022-06-29"],"summary":["discuss the proposal to revise the EU Regulation 1025/2012"],"notes":["Portfolio: President"],"location":["Brussels (Teams)"],"address":["Brussels (Teams)"],"addressEntity":["addr-9950cce930e253f44f556bb339d2a1106073cd7b"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-7019713e72781afb1f3b19032c4752a314b78180","eu-tr-35167875358-33","eu-tr-02021363105-42"]}} -{"id":"ec-meeting-2022-06-29-d33ded0f7a01e17e3e5d61047d0b1ffbc7b76003","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-29 - Cabinet of Vice-President Margaritis Schinas x European Federation of Pharmaceutical Industries and Associations"],"date":["2022-06-29"],"summary":["Pharma Strategy"],"notes":["Portfolio: Promoting the European Way of Life"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-margaritis-of-president-schinas-vice"],"involved":["ec-person-d5cada2a1a17537a675985af31e5ce07ae3bfd42","eu-tr-38526121292-88","ec-person-180e5c5b13dac533a1241b0f9d78176c8bec3d51"]}} -{"id":"ec-meeting-2022-06-29-d846c885bd8e9c46e70834754231311719866355","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-29 - Cabinet of Executive Vice-President Frans Timmermans x Roundtable for Europe's Energy Future"],"date":["2022-06-29"],"summary":["Energy market and energy policy: developments and prospects"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-a282162080cef4ef2a8c0ab6247a3e03dc438507","eu-tr-101903316808-95"]}} -{"id":"ec-meeting-2022-06-29-d8bd396d99524b48cec610865d2502245d3f535c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-29 - Cabinet of Executive Vice-President Frans Timmermans x EUPPORTUNITY (QB, Lda.)"],"date":["2022-06-29"],"summary":["RePowerEU Plan and LNG import potential in Portugal and Spain"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-d53e00c46a4cc62bbf533e0c9bb35bacb9121989","eu-tr-38225546532-14"]}} -{"id":"ec-meeting-2022-06-29-e068c62838cf7c65fa8ab01129e5451bdd0cda7c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-29 - Cabinet of Executive Vice-President Valdis Dombrovskis x Confederazione Generale dell'Industria Italiana"],"date":["2022-06-29"],"summary":["Single Market Emergency Instrument"],"notes":["Portfolio: An Economy that Works for People"],"location":["phone call"],"address":["phone call"],"addressEntity":["addr-2a45506f8aee562723b51f2ec58dc9c908e181c6"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-3520008ac93a203db50d106deafde939bc2729f1","eu-tr-27762251795-15"]}} -{"id":"ec-meeting-2022-06-29-e79638dbc9432c16f7fb9823018c7c7e97044560","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-29 - Cabinet of Commissioner Ylva Johansson x Caritas Europa"],"date":["2022-06-29"],"summary":["The consequences of the war in Ukraine, external borders and resettlement."],"notes":["Portfolio: Home Affairs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-johansson-of-ylva"],"involved":["ec-person-1cc1c011b9377e4d6f05577ee58ef3f7182c61b8","ec-person-31b127e72e9dd30ce85ff2b475ac65d28d7dc48d","eu-tr-6082564924-85"]}} -{"id":"ec-meeting-2022-06-29-ea1cf9ec005928695e96c33521fe25e97a972de2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-29 - Communications Networks, Content and Technology x ITI - The Information Technology Industry Council"],"date":["2022-06-29"],"summary":["Data & Cloud"],"location":["online"],"address":["online"],"addressEntity":["addr-2dbc2fd2358e1ea1b7a6bc08ea647b9a337ac92d"],"organizer":["ec-dg-connect"],"involved":["ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f","eu-tr-061601915428-87"]}} -{"id":"ec-meeting-2022-06-29-f3c4df19751aee478eaf8d7759302b324b9bcc56","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-29 - Cabinet of Vice-President Věra Jourová x ZDF Europabüro Brüssel"],"date":["2022-06-29"],"summary":["Media"],"notes":["Portfolio: Values and Transparency"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["ec-person-bf54da17217bbddfd9c68fe24d88005ac17e2c4b","eu-tr-3209361971-85"]}} -{"id":"ec-meeting-2022-06-29-f44890ca9023288d81760bd8dba99c0c8ac45e87","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-29 - Cabinet of President Ursula von der Leyen x EUROPE'S MEDIALAB (Fondation EURACTIV)"],"date":["2022-06-29"],"summary":["Digital achievements of the French Presidency & outook on Czech Presidency"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-7019713e72781afb1f3b19032c4752a314b78180","eu-tr-485832526193-89"]}} -{"id":"ec-meeting-2022-06-30-0396938418d20e995dda98031a39bd75a8a33f08","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-30 - Cabinet of Vice-President Margaritis Schinas x MEDICINES FOR EUROPE"],"date":["2022-06-30"],"summary":["Pharma strategy"],"notes":["Portfolio: Promoting the European Way of Life"],"location":["Sitges"],"address":["Sitges"],"addressEntity":["addr-1a1e9870d4b47d3a7e0ed1ff270024836464eb24"],"organizer":["ec-cabinet-margaritis-of-president-schinas-vice"],"involved":["ec-person-d5cada2a1a17537a675985af31e5ce07ae3bfd42","eu-tr-48325781850-28","ec-person-180e5c5b13dac533a1241b0f9d78176c8bec3d51"]}} -{"id":"ec-meeting-2022-06-30-126ed6bc44e254b32d685dbfa760334facbcfdbb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-30 - Cabinet of Commissioner Kadri Simson x AIR LIQUIDE"],"date":["2022-06-30"],"summary":["IEA Ministerial Follow up"],"notes":["Portfolio: Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["ec-person-ba3b83676ad38094e71b64b644f3e3d2c61b8182","eu-tr-94857385769-70"]}} -{"id":"ec-meeting-2022-06-30-13b493fddaa24f42012221f0a3965975188bc48d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-30 - Cabinet of Commissioner Mairead Mcguinness x VMware International Unlimited Company"],"date":["2022-06-30"],"summary":["DORA"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-2b9c589fb2354bd93067644d2c3d2c058d4c4cc9","ec-person-0ba9b89127b39af6a66f2fc3ed727332f1b19a34","eu-tr-922046321682-57"]}} -{"id":"ec-meeting-2022-06-30-225fd48463f58d09071847d1c5bede5fcf82fb72","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-30 - Cabinet of Executive Vice-President Margrethe Vestager x Institut français des relations internationales"],"date":["2022-06-30"],"summary":["EU-US Trade and Technology Council."],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-614972540827-68","ec-person-8b6db5c3c4611618ade59c6d0dadc21c962f0ee7"]}} -{"id":"ec-meeting-2022-06-30-2985ca380139b708a98b303b9d4db7608f2b2d96","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-30 - Cabinet of Vice-President Margaritis Schinas x Zoom Video Communications, Inc."],"date":["2022-06-30"],"summary":["update on Zoom's new initiatives"],"notes":["Portfolio: Promoting the European Way of Life"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-margaritis-of-president-schinas-vice"],"involved":["ec-person-43f9f86cfe94e45a95f7fbdea9a59a54955ebcfa","ec-person-c8d1d7f3012c344bc60630eb456865390bddc7c5","eu-tr-708754041138-77"]}} -{"id":"ec-meeting-2022-06-30-3451b7520bf6159d59a516eab8e47d40d4eb4f9b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-30 - Cabinet of Vice-President Margaritis Schinas x Centrient Pharmaceuticals"],"date":["2022-06-30"],"summary":["Pharmaceutical Strategy"],"notes":["Portfolio: Promoting the European Way of Life"],"location":["Santa Perpètua de Mogoda"],"address":["Santa Perpètua de Mogoda"],"addressEntity":["addr-ce3fbdb7abfb3bd4298843cd7dd5658613323f4f"],"organizer":["ec-cabinet-margaritis-of-president-schinas-vice"],"involved":["ec-person-d5cada2a1a17537a675985af31e5ce07ae3bfd42","eu-tr-494574538937-86","ec-person-180e5c5b13dac533a1241b0f9d78176c8bec3d51"]}} -{"id":"ec-meeting-2022-06-30-3bc021c6b4c79fd615b5ee340c876a0d1355b3b7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-30 - Cabinet of Executive Vice-President Frans Timmermans x Wirtschaftsforum der SPD e.V."],"date":["2022-06-30"],"summary":["European Green Deal"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce","ec-person-f1a3478550296f3f9accdc67d6ef5a0b681dda4b","eu-tr-960205646495-48"]}} -{"id":"ec-meeting-2022-06-30-54a3cc7c3bb0c845e7fc71889e43bdeb608a8c93","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-30 - Cabinet of Executive Vice-President Margrethe Vestager x Internet Society"],"date":["2022-06-30"],"summary":["Broadband Cost Reduction Directive."],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-953701819437-32","ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0","ec-person-eecca27e2a9c3fc0d4bd43564e4960382705feef"]}} -{"id":"ec-meeting-2022-06-30-551624ca3fd6f631e7190832ba65451dc2026e9b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-30 - Cabinet of Commissioner Adina Vălean x European Community Shipowners' Associations"],"date":["2022-06-30"],"summary":["Ongoing maritime files in the Fitfor55 package"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["ec-person-baa9678f53e0a607c8a9bb2cd9122d1c13370154","eu-tr-59004966537-01"]}} -{"id":"ec-meeting-2022-06-30-56b6a75230bbee7c6a0c58aa83b4e63369da68b6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-30 - Cabinet of Executive Vice-President Valdis Dombrovskis x Climate Action Network Europe ClientEarth AISBL"],"date":["2022-06-30"],"summary":["Energy Charter Treaty (ECT)"],"notes":["Portfolio: An Economy that Works for People"],"location":["video call"],"address":["video call"],"addressEntity":["addr-12d8c530d76da0b7745f9c0f9285e7eec97adc55"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["eu-tr-55888811123-49","ec-person-3520008ac93a203db50d106deafde939bc2729f1","eu-tr-96645517357-19"]}} -{"id":"ec-meeting-2022-06-30-61554e48388b4df302e092e9e06b7192bd895b29","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-30 - Cabinet of Executive Vice-President Frans Timmermans x Confederation of Danish Industry"],"date":["2022-06-30"],"summary":["European Green Deal and energy transition"],"notes":["Portfolio: European Green Deal"],"location":["Copenhagen"],"address":["Copenhagen"],"addressEntity":["addr-3f7c839db34cfeebcefe96d90a0e37e02c8e52c6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-7c876f4825f213b8adbedf089ccedfbc3b36d65b","eu-tr-5749958415-41"]}} -{"id":"ec-meeting-2022-06-30-6dd9af4d852d2646b367f1d3302cc06609ac0875","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-30 - Cabinet of Commissioner Kadri Simson x Swedish Forest Industries Federation"],"date":["2022-06-30"],"summary":["To discuss the ongoing work on RePowerEU and RED."],"notes":["Portfolio: Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["ec-person-f47a082bc2455a660c3b2ae348f0024736672752","eu-tr-355702910008-47"]}} -{"id":"ec-meeting-2022-06-30-837c3772588fd445d9835993da42484af9cd0ee5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-30 - Cabinet of Executive Vice-President Frans Timmermans x Copenhagen Infrastructure Partners P/S Vestas Wind Systems A/S Ørsted A/S"],"date":["2022-06-30"],"summary":["Renewable energy on offshore wind"],"notes":["Portfolio: European Green Deal"],"location":["Copenhagen"],"address":["Copenhagen"],"addressEntity":["addr-3f7c839db34cfeebcefe96d90a0e37e02c8e52c6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-7c876f4825f213b8adbedf089ccedfbc3b36d65b","eu-tr-870817015429-80","eu-tr-769186224869-06","eu-tr-347494446863-32"]}} -{"id":"ec-meeting-2022-06-30-a1ec0f23479c9323032bf1dc3b5a7ec5ab2612f5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-30 - Cabinet of Commissioner Thierry Breton x Bitkom e.V."],"date":["2022-06-30"],"summary":["Tour d’horizon of EU digital policies"],"notes":["Portfolio: Internal Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-5351830264-31","ec-person-4d83416435f81b1f1e8f5c86aeebb1478577f1d2"]}} -{"id":"ec-meeting-2022-06-30-a38df39b7bdccb224e5ee7f5fccf5b22a128830a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-30 - Cabinet of Commissioner Jutta Urpilainen x Tradeka-Yhtiöt Oy"],"date":["2022-06-30"],"summary":["Current EU affairs, international partnerships, and Africa."],"notes":["Portfolio: International Partnerships"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["ec-person-9788b5f9ccd101dc091867a4496a5735ee7151d9","eu-tr-621092847041-61","ec-person-1ec9383fd54d9d4cd8a154c01fa71549eb8c75ac"]}} -{"id":"ec-meeting-2022-06-30-aab8b7d741136259dc00d52f9bc35682567f02f3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-30 - Energy x DIGITALEUROPE European Building Automation and Controls Association Google Danfoss A/S Johnson Controls Honeywell Europe NV Schneider Electric"],"date":["2022-06-30"],"summary":["US-EU Task Force Convening: Energy efficiency and Energy Savings.\r\n\r\nThe American Council for an Energy-Efficient Economy (ACEEE), the Air-Conditioning, Heating, and Refrigeration Institute (AHRI) and Tado also participated."],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-130225437251-64","eu-tr-20943263315-44","eu-tr-75311753240-67","eu-tr-64270747023-20","eu-tr-46302264606-44","eu-tr-03181945560-59","ec-person-9c0f33ecb9f6badd5f4b5f1a4bd7677e18a52a22","eu-tr-024782946888-95"]}} -{"id":"ec-meeting-2022-06-30-afba6f3f05f96b254e636870fdb36b641fc5069c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-30 - Cabinet of Commissioner Janez Lenarčič x Agroecology Europe Concern Worldwide OXFAM INTERNATIONAL EU ADVOCACY OFFICE International Federation of Red Cross and Red Crescent Societies GOAL Global"],"date":["2022-06-30"],"summary":["Ukraine / global impact on food security. The Horn of Africa. Anticipatory action. Nexus. Multiannual funding and public-private partnerships."],"notes":["Portfolio: Crisis Management"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-janez-lenarcic-of"],"involved":["eu-tr-796649447034-89","eu-tr-46856801604-90","ec-person-35334591a1ee219b6f0829d58a8cfba058540557","eu-tr-486889834865-61","ec-person-fbefdec4fe0937769936645b8ac74a3a7c588ef2","eu-tr-132236315085-89","eu-tr-802660516125-83"]}} -{"id":"ec-meeting-2022-06-30-b049314bd9c8ba53b2ec711d3c033aaee137ea0b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-30 - Cabinet of Vice-President Věra Jourová x MFE - MEDIAFOREUROPE N.V"],"date":["2022-06-30"],"summary":["EMFA"],"notes":["Portfolio: Values and Transparency"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["ec-person-221276f2dfa4b8fe628f08e982d967b6aeb61c57","eu-tr-91471238809-21"]}} -{"id":"ec-meeting-2022-06-30-d2fd62a3fdbbc7e908d3b6fdcff439ce62271297","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-30 - Cabinet of Vice-President Margaritis Schinas x FOMENT DEL TREBALL NACIONAL"],"date":["2022-06-30"],"summary":["Commissions' priorities"],"notes":["Portfolio: Promoting the European Way of Life"],"location":["Barcelona"],"address":["Barcelona"],"addressEntity":["addr-122a417e6dce08a4a554333bbc6e9922b62c1f31"],"organizer":["ec-cabinet-margaritis-of-president-schinas-vice"],"involved":["ec-person-d5cada2a1a17537a675985af31e5ce07ae3bfd42","eu-tr-188439935936-53","ec-person-180e5c5b13dac533a1241b0f9d78176c8bec3d51"]}} -{"id":"ec-meeting-2022-06-30-dace9041f12ec3a87755b4e41bef89a5486ddee4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-30 - Cabinet of Vice-President Věra Jourová x European University Institute"],"date":["2022-06-30"],"summary":["Media pluralism"],"notes":["Portfolio: Values and Transparency"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["eu-tr-415993546660-92","ec-person-bf54da17217bbddfd9c68fe24d88005ac17e2c4b"]}} -{"id":"ec-meeting-2022-06-30-df3897d3befdbc9c5874b9dc0a40bafa303fae3f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-30 - Cabinet of Commissioner Olivér Várhelyi x Raiffeisen Bank International AG"],"date":["2022-06-30"],"summary":["•\tFuture of the EU accession process for the countries of the Western Balkans;\r\n•\tCommission’s Economic and Investment Plan for WB;\r\n•\tEcon & finan integr (future supply between WB and EU);\r\n•\tSecurity and stab"],"notes":["Portfolio: Neighbourhood and Enlargement"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-cabinet-commissioner-of-oliver-varhelyi"],"involved":["ec-person-53491bf8482feff700ae076cb8b1e2ee3e728210","eu-tr-33858106461-10"]}} -{"id":"ec-meeting-2022-06-30-fabf6be3bdb7f0e3b59b367f74780802180ed092","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-30 - Cabinet of Executive Vice-President Valdis Dombrovskis x ICI Global"],"date":["2022-06-30"],"summary":["Investment fund regulation"],"notes":["Portfolio: An Economy that Works for People"],"location":["video call"],"address":["video call"],"addressEntity":["addr-12d8c530d76da0b7745f9c0f9285e7eec97adc55"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-235870cd7eb41f2494f695fce18b5b5b88647113","eu-tr-296711210890-30"]}} -{"id":"ec-meeting-2022-06-30-ffae8ab2e50c60e6ff95c8b00fb6b972054a52d8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-06-30 - Cabinet of Commissioner Stella Kyriakides x Bill & Melinda Gates Foundation"],"date":["2022-06-30"],"summary":["Meeting on the grand challenges annual meeting"],"notes":["Portfolio: Health"],"location":["Bruxelles"],"address":["Bruxelles"],"addressEntity":["addr-b58f5927b66d94a676970dc048485d4c6848f272"],"organizer":["ec-cabinet-commissioner-kyriakides-of-stella"],"involved":["eu-tr-371567915480-41","ec-person-8e447e82a2a89decd9d6ca2926b91c01d93699e1"]}} -{"id":"ec-meeting-2022-07-01-10f89162c6dcb18f2b1b7abdcf2aa334d2493de7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-07-01 - Cabinet of Executive Vice-President Frans Timmermans x World Resources Institute"],"date":["2022-07-01"],"summary":["Global transition to sustainable food systems"],"notes":["Portfolio: European Green Deal"],"location":["Video-call"],"address":["Video-call"],"addressEntity":["addr-0a257a3b8a0926e1b53e3476ce1c8e8fc8470ecd"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-581250215524-23","ec-person-33624431cbec1074e151c1707715ef46d2ba9565"]}} -{"id":"ec-meeting-2022-07-01-27d066a5f40275c0db030d5fd81613ca1c2d0b7c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-07-01 - Financial Stability, Financial Services and Capital Markets Union x London Stock Exchange Group"],"date":["2022-07-01"],"summary":["Central clearing"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-550494915045-08","ec-person-1fce211249673c35ee07a801ddee77ab24af8d54"]}} -{"id":"ec-meeting-2022-07-01-44da630e9e78952584d3c7985d596f24c4288a0d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-07-01 - Health and Food Safety x Drugs for Neglected Diseases initiative"],"date":["2022-07-01"],"summary":["Conversation with DNDi and GARDP on possible collaboration for DG Santé"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-sante"],"involved":["ec-person-f442ca8cd331fc51ad479fe0db982bb9fdb00647","eu-tr-66666589895-96"]}} -{"id":"ec-meeting-2022-07-01-55f041b656e0b846bdcc0425954a64fd2b3bcde4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-07-01 - Trade x BUSINESSEUROPE"],"date":["2022-07-01"],"summary":["Challenges to multilateralism and the EU’s bilateral trade agenda"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-trade"],"involved":["ec-person-2045c2589da3988908fcfe731e8224e7e06a7c63","eu-tr-3978240953-79"]}} -{"id":"ec-meeting-2022-07-01-5a01b05dc2a0ef9e436a36e99e78471057bc197d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-07-01 - Cabinet of Executive Vice-President Margrethe Vestager x Zoom Video Communications, Inc."],"date":["2022-07-01"],"summary":["EU Digital Policy."],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0","eu-tr-708754041138-77"]}} -{"id":"ec-meeting-2022-07-01-776e748ef3fac762d62c6ec3cd16277094b88ee4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-07-01 - Cabinet of Vice-President Věra Jourová x Confederation of Swedish Enterprise"],"date":["2022-07-01"],"summary":["Corporate Sustainable Due Diligence"],"notes":["Portfolio: Values and Transparency"],"location":["videoconference"],"address":["videoconference"],"addressEntity":["addr-92b2fbb928e012810d80d9ef1abe12027beee200"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["eu-tr-39912257528-48","ec-person-76793b3bad1c7471121c510a962aae356d19c30b"]}} -{"id":"ec-meeting-2022-07-01-77e051a618acb87d12e0d63ae423b0bc52640360","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-07-01 - Cabinet of Commissioner Nicolas Schmit x Cisco Systems Inc."],"date":["2022-07-01"],"summary":["Meeting on skills."],"notes":["Portfolio: Jobs and Social Rights"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-66fa2c2d100ec194caa42b5c6f97c36e2748b71c","ec-person-4cf4655ab41922e92160325d987a3c4615c72d30","eu-tr-494613715191-85"]}} -{"id":"ec-meeting-2022-07-01-c3eaaa76d55a755e80e280478e77860ce7545ced","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-07-01 - Cabinet of Commissioner Adina Vălean x The International Motor Vehicle Inspection Committee"],"date":["2022-07-01"],"summary":["Revision of the Roadworthiness Package"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["ec-person-e5f1558cac43dd4f90847b508b6753edb0a9f903","ec-person-cc0354fbf386eb83f57c00ad5240f1dddeeabab4","eu-tr-724300116898-26"]}} -{"id":"ec-meeting-2022-07-01-d16616ebe53e947a0b993e87a729deef4014ec58","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-07-01 - Cabinet of Commissioner Ylva Johansson x Zoom Video Communications, Inc."],"date":["2022-07-01"],"summary":["EU Efforts to prevent and tackle child sexual abuse"],"notes":["Portfolio: Home Affairs"],"location":["VTC"],"address":["VTC"],"addressEntity":["addr-9d1acaa772820b8ade84113d2da24716fe455be2"],"organizer":["ec-cabinet-commissioner-johansson-of-ylva"],"involved":["ec-person-d3f97e069d9ff016d7b65052f6eb6b98500ec118","eu-tr-708754041138-77"]}} -{"id":"ec-meeting-2022-07-04-2a68a6ee860c25c87b07f709070ddf5350ae90e5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-07-04 - Internal Market, Industry, Entrepreneurship and SMEs x NXP Semiconductors Netherlands B.V."],"date":["2022-07-04"],"summary":["To present their view on chip ecosystem resilience, the EU Chips Act, and the EU Single Market Emergency Instrument"],"location":["Digital"],"address":["Digital"],"addressEntity":["addr-bbe5befacfede01288919058db1a7c32f0446564"],"organizer":["ec-dg-grow"],"involved":["ec-person-0151c7e554d188fffc509ad636b7d1a84c5dfcd5","eu-tr-898711618618-45"]}} -{"id":"ec-meeting-2022-07-04-3090ac7cd0940e51b10869e26d471f4dfe0e879e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-07-04 - Recovery and Resilience Task force x The American European Community Association"],"date":["2022-07-04"],"summary":["High-level AECA conference-luncheon to discuss “The Recovery and Resilience Facility (RRF) for the Next Generation EU: A unique opportunity that must be taken quickly, and carefully”"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-recover"],"involved":["eu-tr-307603023489-82","ec-person-18a05dadca8a2b91216adc689b6323c7b55df0d9"]}} -{"id":"ec-meeting-2022-07-04-7c5f49ec42b36ffa376c155fa08b703599dc675c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-07-04 - Cabinet of President Ursula von der Leyen x DIGITALEUROPE"],"date":["2022-07-04"],"summary":["Sovereignty and participation in expert groups and standardisation work"],"notes":["Portfolio: President"],"location":["Brussels (Teams)"],"address":["Brussels (Teams)"],"addressEntity":["addr-9950cce930e253f44f556bb339d2a1106073cd7b"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-7019713e72781afb1f3b19032c4752a314b78180","eu-tr-64270747023-20"]}} -{"id":"ec-meeting-2022-07-04-98391ab5db78a49fb4e0b43aa34f2b3c77929f54","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-07-04 - Cabinet of Commissioner Jutta Urpilainen x SpeakUpAfrica"],"date":["2022-07-04"],"summary":["Updates on Expanded Special Project for Elimination of Neglected Tropical Diseases"],"notes":["Portfolio: International Partnerships"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["eu-tr-879941436948-07","ec-person-6357f4506ca5351b3a822936612fd6006da48722"]}} -{"id":"ec-meeting-2022-07-04-b8c92443fc5ff80a66c31986a84feedf3a06bf2e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-07-04 - Energy x Breakthrough Energy Catalyst Foundation"],"date":["2022-07-04"],"summary":["Discussion about REPowerEU in the context of developing the next generation of clean technologies."],"location":["videoconference"],"address":["videoconference"],"addressEntity":["addr-92b2fbb928e012810d80d9ef1abe12027beee200"],"organizer":["ec-dg-ener"],"involved":["ec-person-9c0f33ecb9f6badd5f4b5f1a4bd7677e18a52a22","eu-tr-424103441763-49"]}} -{"id":"ec-meeting-2022-07-04-c155937d5f6458227a02951622394c2239a2311d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-07-04 - Cabinet of Commissioner Paolo Gentiloni x TIM S.p.A."],"date":["2022-07-04"],"summary":["Meeting with Mr Pietro Labriola, CEO of Tim: exchange of views on the developments in the telecommunication sector"],"notes":["Portfolio: Economy"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-cabinet-commissioner-gentiloni-of-paolo"],"involved":["ec-person-088d26d74d1898338fbf1c86e139bd6d3b870dbc","eu-tr-078655018381-34"]}} -{"id":"ec-meeting-2022-07-05-2149c27a5ff9c8ea078fc3faebd58f5fe7d28f50","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-07-05 - Cabinet of Executive Vice-President Frans Timmermans x ECBF Management GmbH"],"date":["2022-07-05"],"summary":["Presentation of ECBF activities in relation to land use and agriculture"],"notes":["Portfolio: European Green Deal"],"location":["video call"],"address":["video call"],"addressEntity":["addr-12d8c530d76da0b7745f9c0f9285e7eec97adc55"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-447640245329-43","ec-person-f1a3478550296f3f9accdc67d6ef5a0b681dda4b"]}} -{"id":"ec-meeting-2022-07-05-2f88b2542f32d2978b6b3e03d4cb0294194fb80a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-07-05 - Cabinet of Commissioner Mairead Mcguinness x Société Générale"],"date":["2022-07-05"],"summary":["banking package\r\nCMDI\r\nretail investor strategy\r\ndigital euro"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["eu-tr-34369111614-57","ec-person-0ba9b89127b39af6a66f2fc3ed727332f1b19a34"]}} -{"id":"ec-meeting-2022-07-05-3030bcc2a350f6d599ad292c6d326da200697d54","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-07-05 - Cabinet of Vice-President Věra Jourová x Evropské hodnoty z.s."],"date":["2022-07-05"],"summary":["Disinformation"],"notes":["Portfolio: Values and Transparency"],"location":["videoconference call"],"address":["videoconference call"],"addressEntity":["addr-7276ec71205fc53d56bb101a3202566867d4a890"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["ec-person-fb258e0188a5319bfaba3161382db43f5a85851f","eu-tr-865248235369-40"]}} -{"id":"ec-meeting-2022-07-05-3ab55a0fc3ff68603b111ba4f8f5e4ab2c6b95a0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-07-05 - Cabinet of Commissioner Virginijus Sinkevičius x SUEZ Group ECOLAB Veolia Environnement Xylem Inc. Grundfos Holding A/S"],"date":["2022-07-05"],"summary":["To discuss the review of the Urban Waste Water Treatment Directive"],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["eu-tr-27799842497-69","ec-person-5d2fb692a102077260d7badef4a9f10132b72aee","eu-tr-969504320672-09","eu-tr-72103751229-92","eu-tr-825435720234-90","eu-tr-272386931951-38"]}} -{"id":"ec-meeting-2022-07-05-50fa5ff396e6793211ae1e5bc77d51e52bb24874","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-07-05 - Cabinet of Commissioner Nicolas Schmit x EUROPEAN TRADE UNION CONFEDERATION"],"date":["2022-07-05"],"summary":["Democracy at work."],"notes":["Portfolio: Jobs and Social Rights"],"location":["Strasbourg"],"address":["Strasbourg"],"addressEntity":["addr-a7b90170b4a5bf2d1d09ccfd109b57e0a030cfc4"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-8eb18b6102d444937bc6af5822a6742812165b48","ec-person-4cf4655ab41922e92160325d987a3c4615c72d30","eu-tr-06698681039-26","ec-person-c2208333f0f75350eef62b355a40bf856f2d9cef","ec-person-c03b949331dbbe5fa3d5423758e371ec1b9b832f"]}} -{"id":"ec-meeting-2022-07-05-62056acc216641a325b6bdf55b43f3ab20108fb8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-07-05 - Financial Stability, Financial Services and Capital Markets Union x Société Générale"],"date":["2022-07-05"],"summary":["CRR3/CRD6"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-34369111614-57","ec-person-1fce211249673c35ee07a801ddee77ab24af8d54"]}} -{"id":"ec-meeting-2022-07-05-7853db80c5f667cae879698114ad5a3cba9f71d4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-07-05 - Cabinet of Commissioner Jutta Urpilainen x World Vision Brussels & EU Representation ivzw/aisbl Climate Action Network Europe DSW (Deutsche Stiftung Weltbevoelkerung) European Youth Forum Deutsche Schutzvereinigung für Wertpapierbesitz e.V. The ONE Campaign Union of Mediterranean Confederations of Enterprises African Diaspora Network in Europe CIVICUS: World Alliance for Citizen Participation Culture Action Europe Search for Common Ground CONCORD Europe Women Environmental Programme OXFAM INTERNATIONAL EU ADVOCACY OFFICE Plan International EU Office"],"date":["2022-07-05"],"summary":["xxx"],"notes":["Portfolio: International Partnerships"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["eu-tr-46856801604-90","eu-tr-26098317349-65","eu-tr-237149421566-71","eu-tr-83357751766-93","eu-tr-880020819551-97","eu-tr-34478709670-34","eu-tr-32018754890-28","eu-tr-55888811123-49","eu-tr-675857932125-72","eu-tr-43251547769-22","ec-person-7c4fa9cfb750b5b524c065180fcee1123b8df03e","eu-tr-656236835033-67","eu-tr-865034435102-35","eu-tr-809274824592-30","eu-tr-64689102746-48","eu-tr-841814846241-70"]}} -{"id":"ec-meeting-2022-07-05-79c103f7cb99ddd545161eaf4e018f3f32796183","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-07-05 - Cabinet of Commissioner Janusz Wojciechowski x EuroCommerce"],"date":["2022-07-05"],"summary":["Presentation of activities and discussion"],"notes":["Portfolio: Agriculture"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["eu-tr-84973761187-60","ec-person-625f8b4379f79adee4f15c6a0417a96bb5a5a403"]}} -{"id":"ec-meeting-2022-07-05-82a79dc5f52baebee911049c83b7d10dfcb6cd31","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-07-05 - Cabinet of Executive Vice-President Valdis Dombrovskis x Société Générale"],"date":["2022-07-05"],"summary":["Financial services"],"notes":["Portfolio: An Economy that Works for People"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-235870cd7eb41f2494f695fce18b5b5b88647113","eu-tr-34369111614-57","ec-person-f011ed0f7c78d833a79f1206f788e0cbd9cb8864"]}} -{"id":"ec-meeting-2022-07-05-a85fa701f7e3ff4c7058e1cd7ee03c2d22c56c90","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-07-05 - Energy x Cheniere Energy, Inc."],"date":["2022-07-05"],"summary":["Discussion about RePowerEU, security of supply and the EU Energy Platform."],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-dg-ener"],"involved":["eu-tr-932288747927-37","ec-person-9c0f33ecb9f6badd5f4b5f1a4bd7677e18a52a22"]}} -{"id":"ec-meeting-2022-07-05-abe29dd351bc45e5b6704bde2db0350aae21264e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-07-05 - Cabinet of President Ursula von der Leyen x Nokia"],"date":["2022-07-05"],"summary":["several FU issues"],"notes":["Portfolio: President"],"location":["Brussels (Teams)"],"address":["Brussels (Teams)"],"addressEntity":["addr-9950cce930e253f44f556bb339d2a1106073cd7b"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-7019713e72781afb1f3b19032c4752a314b78180","eu-tr-35167875358-33"]}} -{"id":"ec-meeting-2022-07-05-ad066cdf85b448c7e8599b3e2a78f38aacdda0cd","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2022-07-05 - Cabinet of Executive Vice-President Valdis Dombrovskis x BUSINESSEUROPE"],"date":["2022-07-05"],"summary":["EU's bilateral trade agenda, Trade and Technology Council, EU-US","State of play of the trade and investment negotiations between the EU and India, Mercosur and Chile"],"notes":["Portfolio: An Economy that Works for People"],"location":["Brussels Belgium","BXL, Berlaymont"],"address":["Brussels Belgium","BXL, Berlaymont"],"addressEntity":["addr-61947d7d2c69c0b8f57325bd044f500c5fc6df48","addr-24b6da464b2e8f3616e95e54c2c21b96ca5079e3"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["eu-tr-3978240953-79","ec-person-7e9813c16d805ee7ebea3ef6444f384bc32abaaa","ec-person-7433d96a6e6f46c9f9174db79ec61c387dffa509"]}} -{"id":"ec-meeting-2022-07-05-eafd384e865bb35428c4ea14b82bd951f5e10051","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-07-05 - Cabinet of Executive Vice-President Margrethe Vestager x trivago N.V."],"date":["2022-07-05"],"summary":["Issues within competition portfolio."],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-bb1f295d8be3d10004d7e5fd7c24248a21215775","eu-tr-194701439441-91","ec-person-73fb1ddd279f8c6697a055567a2c09606006b875"]}} -{"id":"ec-meeting-2022-07-05-f14d3870259ebb7941157567bae8ca8daaad8202","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-07-05 - Cabinet of Executive Vice-President Frans Timmermans x Grundfos Holding A/S ECOLAB Veolia Environnement SUEZ Group Xylem Inc."],"date":["2022-07-05"],"summary":["Urban wastewater treatment (Zero Pollution)"],"notes":["Portfolio: European Green Deal"],"location":["Video-call"],"address":["Video-call"],"addressEntity":["addr-0a257a3b8a0926e1b53e3476ce1c8e8fc8470ecd"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-27799842497-69","eu-tr-969504320672-09","eu-tr-72103751229-92","ec-person-33624431cbec1074e151c1707715ef46d2ba9565","eu-tr-825435720234-90","eu-tr-272386931951-38"]}} -{"id":"ec-meeting-2022-07-05-f27af5c50de86d3d81b67b76b964761a868b670b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-07-05 - Cabinet of Executive Vice-President Frans Timmermans x AES Netherlands Holding B.V."],"date":["2022-07-05"],"summary":["Energy transition challenges and opportunities in Bulgaria"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-126143128754-79","ec-person-d53e00c46a4cc62bbf533e0c9bb35bacb9121989"]}} -{"id":"ec-meeting-2022-07-06-036df5cab7e5af42ca4b6415b04bddf690ac4b45","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-07-06 - Environment x 3M"],"date":["2022-07-06"],"summary":["Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-env"],"involved":["ec-person-f9559d68da38935569ff0be1cadd90e05f0454bd","eu-tr-91425447458-88"]}} -{"id":"ec-meeting-2022-07-06-1502f73a0e39ee96fe552a0836f9e17a1dc1ae3e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-07-06 - Cabinet of Commissioner Janusz Wojciechowski x Bayerischer Gärtnerei-Verband e.V. Verband Deutscher Hopfenpflanzer e.V. Fränkischer Weinbauverband e. V. Bundesverband Deutscher Milchviehhalter e.V. Deutscher Bauernverband Landesvereinigung für den ökologischen landbau in Bayern e.V."],"date":["2022-07-06"],"summary":["Meeting with Bavarian Minister Kaniber and Huml and with representatives of the Bavarian agricultural sector"],"notes":["Portfolio: Agriculture"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["eu-tr-251416147093-56","eu-tr-849930447094-18","eu-tr-73085531345-65","eu-tr-633996147137-43","ec-person-354147678cd662e9949df96a1b58663c347a35f9","ec-person-7869e6adc9c6329f8dea9a0fd02d998d8ffa57f6","eu-tr-399315347101-42","eu-tr-671788547096-83","ec-person-08c62f972c22464aca7a65520eb9406f8db14a66"]}} -{"id":"ec-meeting-2022-07-06-16d2b09e353af7394ddfa578f9a9c58910662df0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-07-06 - Energy x Tree Energy Solutions GmbH"],"date":["2022-07-06"],"summary":["Discussion about the uptake of hydrogen and hydrogen infrastructure."],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-247520145056-08","ec-person-9c0f33ecb9f6badd5f4b5f1a4bd7677e18a52a22"]}} -{"id":"ec-meeting-2022-07-06-323b65b9c2c168bf59eaf003c5c4d25730fce3ae","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-07-06 - Cabinet of Commissioner Jutta Urpilainen x Norwegian-African Business Association"],"date":["2022-07-06"],"summary":["green hydrogen"],"notes":["Portfolio: International Partnerships"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["eu-tr-477813546803-50","ec-person-26cc31f8d5b9581bfc496e29c4b603745b75d980"]}} -{"id":"ec-meeting-2022-07-06-3aa1ad6622afeb4b39dcf378425d7084e3d5ab83","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-07-06 - Cabinet of Commissioner Janusz Wojciechowski x Fédération Nationale d'Agriculture Biologique des régions de France"],"date":["2022-07-06"],"summary":["French HVE certification which is included in the French plan"],"notes":["Portfolio: Agriculture"],"location":["Strasbourg"],"address":["Strasbourg"],"addressEntity":["addr-a7b90170b4a5bf2d1d09ccfd109b57e0a030cfc4"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["ec-person-354147678cd662e9949df96a1b58663c347a35f9","ec-person-08c62f972c22464aca7a65520eb9406f8db14a66","eu-tr-733724814518-49"]}} -{"id":"ec-meeting-2022-07-06-4e41c321845d95730de19f872376c74ca3f85710","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-07-06 - Cabinet of Commissioner Virginijus Sinkevičius x Bundesverband der Deutschen Industrie e.V."],"date":["2022-07-06"],"summary":["To discuss several initiatives of the European Commission, like Ecodesign for Sustainable Products Regulation, Revision of the Chemicals Regulation and Industrial Emissions Directive"],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["eu-tr-1771817758-48","ec-person-dd7a7b1952e158f4195d34cff333ec79a4f48ba3","ec-person-c92a6b4ef8328855b0234011be623ed9f15c86f3"]}} -{"id":"ec-meeting-2022-07-06-8116e6ea86efe63620bedf744a7b9a57a2f3da79","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-07-06 - Cabinet of Commissioner Johannes Hahn x ING Group"],"date":["2022-07-06"],"summary":["NGEU Outreach"],"notes":["Portfolio: Budget and Administration"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hahn-johannes-of"],"involved":["eu-tr-12112965774-95","ec-person-2c80606be696f31ebe1aa5792ddd7736e4674226"]}} -{"id":"ec-meeting-2022-07-06-8abfb619e40590a1dacc82e2339b477698820fe3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-07-06 - Cabinet of Commissioner Paolo Gentiloni x BNP PARIBAS"],"date":["2022-07-06"],"summary":["Exchange of views on energy security and impact on the European economy."],"notes":["Portfolio: Economy"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-gentiloni-of-paolo"],"involved":["ec-person-8d81bb299dec1f26759f4304a09c3f1bc21eb643","eu-tr-78787381113-69","ec-person-35b83a90b979d3fc1a2ee6dc6af6e91338204918"]}} -{"id":"ec-meeting-2022-07-06-a16b94d30d69a4d2ca86341e916996cefa4e1a4d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-07-06 - Cabinet of Commissioner Kadri Simson x Cercle des Réseaux européens"],"date":["2022-07-06"],"summary":["To exchange about new political paradigms for energy issues with the members of the Cercle des Réseaux."],"notes":["Portfolio: Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["ec-person-d40f25b5cb5c0681854a4996da444478318f7e58","eu-tr-212885415901-57"]}} -{"id":"ec-meeting-2022-07-06-b6fd4271a0d87920b6f15ba94bdcc0c3455882fc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-07-06 - Cabinet of Vice-President Věra Jourová x World Economic Forum"],"date":["2022-07-06"],"summary":["Introduction of digital safety coalition"],"notes":["Portfolio: Values and Transparency"],"location":["videoconference"],"address":["videoconference"],"addressEntity":["addr-92b2fbb928e012810d80d9ef1abe12027beee200"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["ec-person-fb258e0188a5319bfaba3161382db43f5a85851f","eu-tr-567538843366-43"]}} -{"id":"ec-meeting-2022-07-06-cb4b65170519d048bf92b6eea19d299e76931266","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-07-06 - Cabinet of Commissioner Janusz Wojciechowski x The European Organization for Packaging and the Environment Shearwater Global"],"date":["2022-07-06"],"summary":["To discuss the review of the Packaging and Packaging Waste Directive (PPWD)"],"notes":["Portfolio: Agriculture"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["eu-tr-0001976677-12","ec-person-cafe030b6dad78a75143f7552c420481b30ebceb","eu-tr-207783440380-27"]}} -{"id":"ec-meeting-2022-07-06-ef7c2842be488c4dfddc868db28a2d2e37d35617","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-07-06 - Cabinet of Vice-President Věra Jourová x The Daphne Caruana Galizia Foundation"],"date":["2022-07-06"],"summary":["Media freedom"],"notes":["Portfolio: Values and Transparency"],"location":["videoconference"],"address":["videoconference"],"addressEntity":["addr-92b2fbb928e012810d80d9ef1abe12027beee200"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["eu-tr-481066842274-13","ec-person-fb258e0188a5319bfaba3161382db43f5a85851f"]}} -{"id":"ec-meeting-2022-07-07-2e3a04fa9f4131e3bdeacfe9a348353743026feb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-07-07 - Cabinet of Commissioner Kadri Simson x Deutsche Post DHL Group"],"date":["2022-07-07"],"summary":["Proposal for a concept for applying a Book & Claim system vs Mass-balancing system in case of accounting of sustainability certificates for SAF for aircraft operators."],"notes":["Portfolio: Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["ec-person-f47a082bc2455a660c3b2ae348f0024736672752","eu-tr-48544465107-88"]}} -{"id":"ec-meeting-2022-07-07-31165409b0cb469fc51af0b60918fe7567ad4c81","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-07-07 - Cabinet of Commissioner Mairead Mcguinness x London Stock Exchange Group"],"date":["2022-07-07"],"summary":["DTO\r\nCCPs"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-0ba9b89127b39af6a66f2fc3ed727332f1b19a34","eu-tr-550494915045-08"]}} -{"id":"ec-meeting-2022-07-07-3cc67e42c7d143e215068f0a00dc12eb58f79bba","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-07-07 - Agriculture and Rural Development x Comité du commerce des céréales, aliments du bétail, oléagineux, huile d'olive, huiles et graisses et agrofournitures de l'U.E."],"date":["2022-07-07"],"summary":["Exchange of views about food security"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-agri"],"involved":["ec-person-94f7c6e6875fa76120558bda38f913792cc61934","eu-tr-2050009628-31"]}} -{"id":"ec-meeting-2022-07-07-4372ad03e4f9a6c6d01990b4745c2d8857c5eab1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-07-07 - Cabinet of President Ursula von der Leyen x None"],"date":["2022-07-07"],"summary":["Topic: Polish loans in foreign currency (CHF) and the UCTD Directive. Eu Commission made it clear that we do not interfere in cases before the ECJ and with the SJ work in this regard."],"notes":["Portfolio: President"],"location":["Brussels - Virtual"],"address":["Brussels - Virtual"],"addressEntity":["addr-aa10d818adccffe15bc512f395a387090595e4df"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["eu-tr-33858106461-10","eu-tr-01623802004-63","eu-tr-4722660838-23","eu-tr-799142914971-03","ec-person-a159f03add374257584565c2b05cc5539a7526e6","eu-tr-83370363079-88"]}} -{"id":"ec-meeting-2022-07-07-597534000fe9c5cc06952bd6e474bdf6138a9e58","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-07-07 - Cabinet of Commissioner Didier Reynders x Microsoft Corporation"],"date":["2022-07-07"],"summary":["Ukraine and war crimes"],"notes":["Portfolio: Justice"],"location":["video conference"],"address":["video conference"],"addressEntity":["addr-6dc12e3c97077db82f32184f24341ce370a445fd"],"organizer":["ec-cabinet-commissioner-didier-of-reynders"],"involved":["eu-tr-0801162959-21","ec-person-442bf1ae9900b999673cdd7389224d0e21b67d4d","ec-person-1e25399e2267734c5f4c69093d2286c8898ee9f0"]}} -{"id":"ec-meeting-2022-07-07-6c10bef276cc945fc171acd82280bd2d8c0a7da7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-07-07 - Cabinet of Executive Vice-President Valdis Dombrovskis x Cerame-Unie Confederation of European Paper Industries European Aluminium AISBL AEGIS Europe Federazione Imprese Siderurgiche Italiane"],"date":["2022-07-07"],"summary":["Carbon Border Adjustment Mechanism"],"notes":["Portfolio: An Economy that Works for People"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["eu-tr-79465004946-12","eu-tr-9224280267-20","eu-tr-72279144480-58","eu-tr-790573922716-64","ec-person-4afd4ae4e50604ac3c0c9ae597bcb74eb1dd31b6","eu-tr-288211239086-16"]}} -{"id":"ec-meeting-2022-07-07-6cfe5efd65a22c0db94bb8713def029e193b6213","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-07-07 - Cabinet of Commissioner Mairead Mcguinness x YARA BELGIUM S.A."],"date":["2022-07-07"],"summary":["Discussion on commitment to sustainable food production, manufacturing climate-friendly crop nutrition solutions and achieving zero-emission energy targets."],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Belgium"],"address":["Belgium"],"addressEntity":["addr-5cb4c9d828175ed3931ec52305b32f47173a8e04"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["eu-tr-68208004617-79","ec-person-1d2f53447b8f2d9bb3f50f7247ad40c2cf8036e4"]}} -{"id":"ec-meeting-2022-07-07-7f838890376f695523a8ff80840ddc864da1bef0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-07-07 - Cabinet of Commissioner Jutta Urpilainen x SDG Watch Europe"],"date":["2022-07-07"],"summary":["1) Commissioner's contribution to SDGs High-Level Political Forum and role of SDG Watch Europe; 2) Preparation of the EU's Voluntary SDG Review in 2023"],"notes":["Portfolio: International Partnerships"],"location":["New York, USA"],"address":["New York, USA"],"addressEntity":["addr-fe85b13894aa74f95c597e7c24cb01db45138f53"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["ec-person-7204caa5e704bc4a911fee13ad5c0f62fd74b3bc","eu-tr-037833727533-45","ec-person-7c4fa9cfb750b5b524c065180fcee1123b8df03e"]}} -{"id":"ec-meeting-2022-07-07-832a2f2c568b2427dcdf83cb6b5ddf62b1bf2113","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-07-07 - Cabinet of President Ursula von der Leyen x London Stock Exchange Group"],"date":["2022-07-07"],"summary":["Clearing business in the EU: competitiveness of EU CCPs, DTO equivalence, EU supervision."],"notes":["Portfolio: President"],"location":["Brussels - virtual"],"address":["Brussels - virtual"],"addressEntity":["addr-b1ea480f50268f3f7553d89bebfeabf68bc84ed5"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-a159f03add374257584565c2b05cc5539a7526e6","eu-tr-550494915045-08"]}} -{"id":"ec-meeting-2022-07-07-8ec27f4a3d08d7d3e92e75666fa50fde2e1c4ca4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-07-07 - Cabinet of Commissioner Virginijus Sinkevičius x European Environmental Bureau Naturschutzbund Deutschland e.V."],"date":["2022-07-07"],"summary":["Enforcement of existing EU (environmental) law"],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["eu-tr-06798511314-27","eu-tr-0285583802-96","ec-person-c92a6b4ef8328855b0234011be623ed9f15c86f3"]}} -{"id":"ec-meeting-2022-07-07-99577809d395be78cd66dc24520988f1d0a1ba26","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-07-07 - Cabinet of Commissioner Thierry Breton x Médecins Sans Frontières International"],"date":["2022-07-07"],"summary":["Task force on vaccine production and initiatives in Africa"],"notes":["Portfolio: Internal Market"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-d6689ffc6695e7e65bdd0e0c0da1721d3031ea1b","eu-tr-928308827208-10"]}} -{"id":"ec-meeting-2022-07-07-9eba43e91a5a0f7029626c8ebeb02acb0e880597","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-07-07 - Cabinet of Commissioner Jutta Urpilainen x Médecins Sans Frontières International"],"date":["2022-07-07"],"summary":["Access to Covid tools and Global Health issues"],"notes":["Portfolio: International Partnerships"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["eu-tr-928308827208-10","ec-person-6357f4506ca5351b3a822936612fd6006da48722"]}} -{"id":"ec-meeting-2022-07-07-bb48faf7ada9a766ce9be3ccbc7f53b14e11b9b2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-07-07 - Cabinet of Executive Vice-President Valdis Dombrovskis x COMITE EUROPEEN des FABRICANTS de SUCRE"],"date":["2022-07-07"],"summary":["taxonomy of sustainable economic activities"],"notes":["Portfolio: An Economy that Works for People"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-235870cd7eb41f2494f695fce18b5b5b88647113","eu-tr-49679062863-35","ec-person-7433d96a6e6f46c9f9174db79ec61c387dffa509"]}} -{"id":"ec-meeting-2022-07-07-d5ccafb01ffa019ec689272e16dd8aba229bb253","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-07-07 - Cabinet of Executive Vice-President Frans Timmermans x Pensioenfederatie (Federation of the Dutch Pension Funds)"],"date":["2022-07-07"],"summary":["Webinar on RePowerEU"],"notes":["Portfolio: European Green Deal"],"location":["videoconference"],"address":["videoconference"],"addressEntity":["addr-92b2fbb928e012810d80d9ef1abe12027beee200"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce","eu-tr-84476202986-17"]}} -{"id":"ec-meeting-2022-07-07-e49c07fc27f833830b3797d861d8988bf6809949","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-07-07 - Cabinet of Commissioner Virginijus Sinkevičius x None"],"date":["2022-07-07"],"summary":["To discuss the state aid measures for renewable energy"],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["online"],"address":["online"],"addressEntity":["addr-2dbc2fd2358e1ea1b7a6bc08ea647b9a337ac92d"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["eu-tr-625676346274-87","eu-tr-482588443517-75","ec-person-5d2fb692a102077260d7badef4a9f10132b72aee","eu-tr-617923546402-56","eu-tr-891377946272-93"]}} -{"id":"ec-meeting-2022-07-07-e77304f7c119aaa10c98cc5f6aad6fb3646d143e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-07-07 - Cabinet of Commissioner Mairead Mcguinness x Archer Daniels Midland"],"date":["2022-07-07"],"summary":["Sanctions"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-05e041b8d277691244c6f31f9f6c3e2c871b3392","eu-tr-57554935989-06"]}} -{"id":"ec-meeting-2022-07-07-f26e92de756bbc281af74b53d93c6f32921a0d72","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-07-07 - Cabinet of Executive Vice-President Frans Timmermans x CITEO"],"date":["2022-07-07"],"summary":["Revision of the Packaging and Packaging Waste Directive"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-8af3c81534786a740718d21dc58240738a53ed7b","eu-tr-430607416969-79"]}} -{"id":"ec-meeting-2022-07-07-f73e0bb16a593d32ad1d91505be1b4e3a81bb49b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-07-07 - Cabinet of Executive Vice-President Valdis Dombrovskis x European Association of Co-operative Banks"],"date":["2022-07-07"],"summary":["Banking regulation"],"notes":["Portfolio: An Economy that Works for People"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-235870cd7eb41f2494f695fce18b5b5b88647113","eu-tr-4172526951-19","ec-person-f011ed0f7c78d833a79f1206f788e0cbd9cb8864"]}} -{"id":"ec-meeting-2022-07-08-1ec8932aa0f1c2cc2a6abd3108fe2e55127551b7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-07-08 - Cabinet of Executive Vice-President Frans Timmermans x None"],"date":["2022-07-08"],"summary":["Implementation of the EU Chemicals Strategy for Sustainability and REACH revision"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-27053044762-72","eu-tr-06798511314-27","ec-person-8af3c81534786a740718d21dc58240738a53ed7b","eu-tr-95363765837-60","eu-tr-96645517357-19"]}} -{"id":"ec-meeting-2022-07-08-2ec0bfc6339893aa6fddc71a5d9a61ebc0709905","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-07-08 - Cabinet of Commissioner Nicolas Schmit x UNI Europa"],"date":["2022-07-08"],"summary":["European Care Strategy."],"notes":["Portfolio: Jobs and Social Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["eu-tr-43785827982-59","ec-person-8eb18b6102d444937bc6af5822a6742812165b48","ec-person-4cf4655ab41922e92160325d987a3c4615c72d30","ec-person-c03b949331dbbe5fa3d5423758e371ec1b9b832f"]}} -{"id":"ec-meeting-2022-07-08-3805b5805a014f520f3af36abf7387a6728a79c3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-07-08 - Cabinet of Executive Vice-President Margrethe Vestager x Samsung Electronics Europe"],"date":["2022-07-08"],"summary":["Regulation on ecodesign for electronic displays."],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-3da433aae105b13fe027e9c9b3dcac2c97029370","eu-tr-40471017282-57"]}} -{"id":"ec-meeting-2022-07-08-49402b7cee3d08c4d05642d8ea616f7cf021962e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-07-08 - Cabinet of Commissioner Mairead Mcguinness x Institute of International Finance"],"date":["2022-07-08"],"summary":["Impact of EU sanctions"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["virtual meeting"],"address":["virtual meeting"],"addressEntity":["addr-225c82a032511500bff73b3efe0d857849613fd9"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["eu-tr-48714858158-06","ec-person-49e520c7a9c9c47ccb5acfa68f9416e4233af9f8"]}} -{"id":"ec-meeting-2022-07-08-4a84de864cfd1c3eadf71e66c60c8c580197485a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-07-08 - Cabinet of Executive Vice-President Frans Timmermans x Unilever"],"date":["2022-07-08"],"summary":["Implementation of the EU Chemicals Strategy for Sustainability, the revision of the Packaging and Packaging Waste Directive, replacing fossil carbon with renewable carbon"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-6200524920-25","ec-person-8af3c81534786a740718d21dc58240738a53ed7b"]}} -{"id":"ec-meeting-2022-07-08-9819f904dbc25e2d5df8926225c9fec87050ece2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-07-08 - Energy x Snam S.p.A."],"date":["2022-07-08"],"summary":["Discussion about diversification of supplies, infrastructure and hydrogen."],"location":["Rome, Italy"],"address":["Rome, Italy"],"addressEntity":["addr-17df4c823e58cba3a587c89186e0e6ca2d3f17a0"],"organizer":["ec-dg-ener"],"involved":["eu-tr-284336314886-25","ec-person-9c0f33ecb9f6badd5f4b5f1a4bd7677e18a52a22"]}} -{"id":"ec-meeting-2022-07-08-a211c514214453a348ac2ca85ba53adcef2c0ffc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-07-08 - Cabinet of Commissioner Virginijus Sinkevičius x Unilever"],"date":["2022-07-08"],"summary":["Implementation of the EU Chemicals Strategy for Sustainability, the revision of the Packaging and Packaging Waste Directive, replacing fossil carbon with renewable carbon"],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["ec-person-a58f1d06f5cb1d8dfd278e0c36d5aa1b9368b270","eu-tr-6200524920-25","ec-person-df7b6800b8d3048e28fedb084a8b0b72260d7a0a"]}} -{"id":"ec-meeting-2022-07-08-abafa44a17ea05878f393562d0b236d0e1f8e083","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-07-08 - Cabinet of Commissioner Nicolas Schmit x European Federation of Public Service Unions"],"date":["2022-07-08"],"summary":["European Care Strategy."],"notes":["Portfolio: Jobs and Social Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-8eb18b6102d444937bc6af5822a6742812165b48","ec-person-4cf4655ab41922e92160325d987a3c4615c72d30","eu-tr-04902121531-04","ec-person-c03b949331dbbe5fa3d5423758e371ec1b9b832f"]}} -{"id":"ec-meeting-2022-07-08-c13b7c0d954e0062f45949888bfce992d1b0e3a5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-07-08 - Energy x Eni S.p.A."],"date":["2022-07-08"],"summary":["Discussion about preparedness, the EU Energy Platform and diversification of supplies."],"location":["Rome, Italy"],"address":["Rome, Italy"],"addressEntity":["addr-17df4c823e58cba3a587c89186e0e6ca2d3f17a0"],"organizer":["ec-dg-ener"],"involved":["eu-tr-99578067285-35","ec-person-9c0f33ecb9f6badd5f4b5f1a4bd7677e18a52a22"]}} -{"id":"ec-meeting-2022-07-08-c4ca63476e77bc021718ed23948d52ed2454d851","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-07-08 - Cabinet of Commissioner Virginijus Sinkevičius x None"],"date":["2022-07-08"],"summary":["Implementation of the EU Chemicals Strategy for Sustainability and REACH revision"],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["eu-tr-27053044762-72","eu-tr-95363765837-60","eu-tr-70309834043-10","eu-tr-96645517357-19","ec-person-df7b6800b8d3048e28fedb084a8b0b72260d7a0a"]}} -{"id":"ec-meeting-2022-07-08-d443827b95aa87205d5dd1ec97d5160f038f5877","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-07-08 - Cabinet of Commissioner Nicolas Schmit x SGI Europe"],"date":["2022-07-08"],"summary":["European Care Strategy."],"notes":["Portfolio: Jobs and Social Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-8eb18b6102d444937bc6af5822a6742812165b48","ec-person-4cf4655ab41922e92160325d987a3c4615c72d30","ec-person-c03b949331dbbe5fa3d5423758e371ec1b9b832f","eu-tr-59513031434-92"]}} -{"id":"ec-meeting-2022-07-08-d4eb5916013b269d0c252ecf1422ec1f3a6fca38","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-07-08 - Energy x ENEL SpA"],"date":["2022-07-08"],"summary":["Discussion about preparedness and electricity market design."],"location":["Rome, Italy"],"address":["Rome, Italy"],"addressEntity":["addr-17df4c823e58cba3a587c89186e0e6ca2d3f17a0"],"organizer":["ec-dg-ener"],"involved":["ec-person-9c0f33ecb9f6badd5f4b5f1a4bd7677e18a52a22","eu-tr-6256831207-27"]}} -{"id":"ec-meeting-2022-07-08-edf42311104ab8c0587ced1ae12d7a7ba1638167","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-07-08 - Cabinet of Commissioner Thierry Breton x MedTech Europe"],"date":["2022-07-08"],"summary":["product liability directive"],"notes":["Portfolio: Internal Market"],"location":["videoconference"],"address":["videoconference"],"addressEntity":["addr-92b2fbb928e012810d80d9ef1abe12027beee200"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-433743725252-26","ec-person-d6689ffc6695e7e65bdd0e0c0da1721d3031ea1b"]}} -{"id":"ec-meeting-2022-07-11-10f89162c6dcb18f2b1b7abdcf2aa334d2493de7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-07-11 - Cabinet of Executive Vice-President Frans Timmermans x World Resources Institute"],"date":["2022-07-11"],"summary":["Global transition to sustainable food systems"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-581250215524-23","ec-person-33624431cbec1074e151c1707715ef46d2ba9565"]}} -{"id":"ec-meeting-2022-07-11-2aeab0e4129e66085521ad084bfcd006645cd975","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-07-11 - Taxation and Customs Union x US Council for International Business"],"date":["2022-07-11"],"summary":["Physical meeting - OECD Two-Pillar Solution to Address the Tax Challenges Arising from the Digitalisation of the Economy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-taxud"],"involved":["ec-person-9e42f316f38c8e126c2cd2bc84affb891338c7f3","eu-tr-826984547100-93"]}} -{"id":"ec-meeting-2022-07-11-363063ec80b588c429145a4e50bf5b17bb4dd21d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-07-11 - Cabinet of Vice-President Maroš Šefčovič x University College London"],"date":["2022-07-11"],"summary":["Discussion on strategic foresight"],"notes":["Portfolio: Interinstitutional Relations and Foresight"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-122063331075-91","ec-person-d8af7eb5b715c9bd960f9661cb5170f8c6230853"]}} -{"id":"ec-meeting-2022-07-11-388434714556c1c95469da0a3734f73d9ceaa442","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-07-11 - Cabinet of Commissioner Jutta Urpilainen x World Vision Brussels & EU Representation ivzw/aisbl"],"date":["2022-07-11"],"summary":["Afghanistan"],"notes":["Portfolio: International Partnerships"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["eu-tr-64689102746-48","ec-person-a6ae9abd61cd135e990ccc05f2a7cc849f01a618"]}} -{"id":"ec-meeting-2022-07-11-493251b71ffa70bbe82020cef467afa20c1e0657","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-07-11 - Cabinet of Executive Vice-President Margrethe Vestager x Netflix International B.V."],"date":["2022-07-11"],"summary":["OTT fair share debate."],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-487726915971-30","ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0","ec-person-73fb1ddd279f8c6697a055567a2c09606006b875"]}} -{"id":"ec-meeting-2022-07-11-54bc8f4b5386b665cdc6cf9fbedb5e0d433534f9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-07-11 - Cabinet of Executive Vice-President Margrethe Vestager x Cisco Systems Inc."],"date":["2022-07-11"],"summary":["issues within Comp portfolio."],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-bb1f295d8be3d10004d7e5fd7c24248a21215775","eu-tr-494613715191-85"]}} -{"id":"ec-meeting-2022-07-11-5a270740e9382b22ea091628e2f0f56d362c724b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-07-11 - Health Emergency Preparedness and Response Authority x SICPA SA"],"date":["2022-07-11"],"summary":["Meeting with Arnaud Bernaert to discuss contribution to HERA"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-hera"],"involved":["eu-tr-505456818295-32","ec-person-ca1ba7d868310cf297ba69999f416939d86a30ac"]}} -{"id":"ec-meeting-2022-07-11-68ff0d6c6c2cc79244789600b5874daa32b9aa1c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-07-11 - Cabinet of Commissioner Adina Vălean x Honeywell Europe NV"],"date":["2022-07-11"],"summary":["Sustainability challenges and how this links in with the Commission’s broader Green Deal aim"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["eu-tr-75311753240-67","ec-person-e5f1558cac43dd4f90847b508b6753edb0a9f903"]}} -{"id":"ec-meeting-2022-07-11-711f0b2b062c3e45154a64bab24ac84ab821f617","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-07-11 - Internal Market, Industry, Entrepreneurship and SMEs x Schneider Electric"],"date":["2022-07-11"],"summary":["Present their Whitepaper on REPowerEU"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-grow"],"involved":["ec-person-0151c7e554d188fffc509ad636b7d1a84c5dfcd5","eu-tr-46302264606-44"]}} -{"id":"ec-meeting-2022-07-11-80196363443296524a47ed5a78843f71e43f29a5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-07-11 - Cabinet of Commissioner Adina Vălean x Schneider Electric"],"date":["2022-07-11"],"summary":["REPowerEU - Empowering energy consumers for a more sustainable and resilient Europe"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["eu-tr-46302264606-44","ec-person-e5f1558cac43dd4f90847b508b6753edb0a9f903"]}} -{"id":"ec-meeting-2022-07-11-83ff3b82e898625303b0e752440ee1940765c749","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-07-11 - Cabinet of Executive Vice-President Margrethe Vestager x Stiftung Neue Verantwortung e.V."],"date":["2022-07-11"],"summary":["EU Chips Act / SMEI, mapping value chains."],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["On line"],"address":["On line"],"addressEntity":["addr-cb2f00802ed7372f63c99884a6e39d8433f5d2b0"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-142903829084-58","ec-person-0e93ebac9bad76e1351e0981f04e7ef88848f943","ec-person-8b6db5c3c4611618ade59c6d0dadc21c962f0ee7"]}} -{"id":"ec-meeting-2022-07-11-8464ec0e1b75b650dfede289a19775a143fb2042","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-07-11 - Cabinet of Commissioner Kadri Simson x smartEn Smart Energy Europe"],"date":["2022-07-11"],"summary":["To discuss how demand-side flexibility can play a crucial role to support EU demand reduction plan to mitigate the impact of a potential Russian gas supply disruption on the whole energy system."],"notes":["Portfolio: Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["ec-person-d40f25b5cb5c0681854a4996da444478318f7e58","eu-tr-569379418624-07"]}} -{"id":"ec-meeting-2022-07-11-911e75f0be7f0a3de5d836d809dd319edad12edc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-07-11 - Cabinet of Commissioner Nicolas Schmit x European Microfinance Network aisbl"],"date":["2022-07-11"],"summary":["EU support for microfinance and for the Social Economy Sector in the Western Balkans"],"notes":["Portfolio: Jobs and Social Rights"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-c2208333f0f75350eef62b355a40bf856f2d9cef","ec-person-4cf4655ab41922e92160325d987a3c4615c72d30","eu-tr-598332211023-81"]}} -{"id":"ec-meeting-2022-07-11-b2259d980e0271c6049b1cc8a053e00e4c8d073b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-07-11 - Cabinet of Commissioner Stella Kyriakides x World Resources Institute"],"date":["2022-07-11"],"summary":["VTC Meeting - Sustainable Food Systems"],"notes":["Portfolio: Health"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-kyriakides-of-stella"],"involved":["eu-tr-581250215524-23","ec-person-ba73927c33000184cab3f41a76e1b32fe7d7eda8"]}} -{"id":"ec-meeting-2022-07-11-b53a6286a2a310c99b205f05ba9da683916b3e6c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-07-11 - Cabinet of Vice-President Věra Jourová x EUROPE'S MEDIALAB (Fondation EURACTIV)"],"date":["2022-07-11"],"summary":["Possible participation in the European MediaLab on 13/10"],"notes":["Portfolio: Values and Transparency"],"location":["conference call"],"address":["conference call"],"addressEntity":["addr-e26ec8db46626d4f460f33bdb70c0f9dfa8ef7f3"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["ec-person-aa83f35da599b82e4f15da018f4b3447eb648f7c","eu-tr-485832526193-89"]}} -{"id":"ec-meeting-2022-07-11-bb2a82afb97fa373d49bd8224bc7e7ee8b040ae8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-07-11 - Cabinet of Vice-President Věra Jourová x Reporters sans frontières"],"date":["2022-07-11"],"summary":["European Media Freedom Act"],"notes":["Portfolio: Values and Transparency"],"location":["conference call"],"address":["conference call"],"addressEntity":["addr-e26ec8db46626d4f460f33bdb70c0f9dfa8ef7f3"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["ec-person-aa83f35da599b82e4f15da018f4b3447eb648f7c","eu-tr-612547127497-45"]}} -{"id":"ec-meeting-2022-07-11-bde4fb5e4f86a4d79d106b773f844008885e74d0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-07-11 - Cabinet of Executive Vice-President Frans Timmermans x International Trade Union Confederation"],"date":["2022-07-11"],"summary":["Presentation of the European Green Deal and just transition"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-51806831589-68","ec-person-d53e00c46a4cc62bbf533e0c9bb35bacb9121989"]}} -{"id":"ec-meeting-2022-07-11-e04f1b21a565da9971003c14fb86ad85b068ed74","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-07-11 - Directorate-General for International Partnerships x Eni S.p.A."],"date":["2022-07-11"],"summary":["agro energy, resilience rural Communities, Education. West & Southern Africa"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-intpa"],"involved":["eu-tr-99578067285-35","ec-person-afe6f55069d2cc5483157e138e41abd63140fdd8"]}} -{"id":"ec-meeting-2022-07-12-080f22fa31e89f959d0895951534da037b9707bd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-07-12 - Cabinet of Executive Vice-President Valdis Dombrovskis x France Industrie"],"date":["2022-07-12"],"summary":["Taxonomy"],"notes":["Portfolio: An Economy that Works for People"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-235870cd7eb41f2494f695fce18b5b5b88647113","eu-tr-60974102057-03"]}} -{"id":"ec-meeting-2022-07-12-0e3419ff3d8cfc786452ed43f2c0674acf52145c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-07-12 - Cabinet of Executive Vice-President Frans Timmermans x Rabobank"],"date":["2022-07-12"],"summary":["Discussed the broad thematic priorities for the COP and in particular climate adaptation and food security"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-f8efd5ca1c3794aa2954d6b5f54ff94f015fba20","eu-tr-006687715492-92"]}} -{"id":"ec-meeting-2022-07-12-1834df2993adff1bcbbad9b9c7152d6d80ca2dff","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-07-12 - Cabinet of Commissioner Mairead Mcguinness x Euroclear SA/NV"],"date":["2022-07-12"],"summary":["Sanctions"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Virtual meeting"],"address":["Virtual meeting"],"addressEntity":["addr-1f1f3f51a4da31a1ea5c1b4b21cbf52ad983224f"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["eu-tr-88290282308-75","ec-person-05e041b8d277691244c6f31f9f6c3e2c871b3392"]}} -{"id":"ec-meeting-2022-07-12-1c89ca04bcbcc699fb75671b14208dad8d24ec3a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-07-12 - Cabinet of Executive Vice-President Valdis Dombrovskis x F. Hoffmann-La Roche Ltd"],"date":["2022-07-12"],"summary":["Pharmaceutical directive"],"notes":["Portfolio: An Economy that Works for People"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["eu-tr-18940431725-51","ec-person-3520008ac93a203db50d106deafde939bc2729f1"]}} -{"id":"ec-meeting-2022-07-12-29191a0b0a4f8b9d209a576388943868916779cb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-07-12 - Cabinet of Executive Vice-President Valdis Dombrovskis x Dow Europe GmbH Huhtamäki Oyj Unilever The European Organization for Packaging and the Environment Procter & Gamble"],"date":["2022-07-12"],"summary":["Packaging and Packaging Waste Directive"],"notes":["Portfolio: An Economy that Works for People"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["eu-tr-0001976677-12","ec-person-3520008ac93a203db50d106deafde939bc2729f1","eu-tr-6200524920-25","eu-tr-5519077766-10","eu-tr-391796433461-57","eu-tr-38235121060-73"]}} -{"id":"ec-meeting-2022-07-12-42e501996fa37bef10feb415ce6e02491f17a015","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-07-12 - Cabinet of Executive Vice-President Frans Timmermans x EUROGAS aisbl"],"date":["2022-07-12"],"summary":["Meeting with the new Eurogas president and discussion about joint purchasing of gas"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-d53e00c46a4cc62bbf533e0c9bb35bacb9121989","eu-tr-17909506129-41"]}} -{"id":"ec-meeting-2022-07-12-48c89f3490a9bc03fc545dbf7ac5c8f4b3e0a307","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-07-12 - Cabinet of Commissioner Nicolas Schmit x European Venture Philanthropy Association"],"date":["2022-07-12"],"summary":["Social Economy Action Plan and impact investment."],"notes":["Portfolio: Jobs and Social Rights"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["eu-tr-651029816401-19","ec-person-4cf4655ab41922e92160325d987a3c4615c72d30","ec-person-c2208333f0f75350eef62b355a40bf856f2d9cef","ec-person-c03b949331dbbe5fa3d5423758e371ec1b9b832f"]}} -{"id":"ec-meeting-2022-07-12-54631dfb242eccf399b1797b15fd69f49a5afd3e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-07-12 - Cabinet of Executive Vice-President Valdis Dombrovskis x Bunge Ltd"],"date":["2022-07-12"],"summary":["Global food security, including current constraints due to the war of aggression against Ukraine and the recent Commission’s deforestation proposal."],"notes":["Portfolio: An Economy that Works for People"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-7433d96a6e6f46c9f9174db79ec61c387dffa509","eu-tr-30701218296-12"]}} -{"id":"ec-meeting-2022-07-12-598f7e3e213d35b36793e35231baf27ae254be28","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-07-12 - Cabinet of Executive Vice-President Margrethe Vestager x Johnson & Johnson"],"date":["2022-07-12"],"summary":["AI Act, European Health Data Space, Data Act."],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-75617941310-89","ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0"]}} -{"id":"ec-meeting-2022-07-12-5f5e35ee9fa18262113f74184df3652c908035b7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-07-12 - Mobility and Transport x FINCANTIERI SpA SAFRAN Hydrogen Europe FuelsEurope"],"date":["2022-07-12"],"summary":["Working plan of the alliance"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-move"],"involved":["ec-person-26cdfacae671b09917bee1a91c91973941fa58a2","eu-tr-764184537594-67","eu-tr-77659588648-75","eu-tr-26207914726-42","eu-tr-095079912436-63"]}} -{"id":"ec-meeting-2022-07-12-6ae554f66ce52535b10541ad254d0f7dce09d95f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-07-12 - Cabinet of Commissioner Mariya Gabriel x KERING"],"date":["2022-07-12"],"summary":["New European Bauhaus"],"notes":["Portfolio: Innovation and Youth"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-465818716727-39","ec-person-b858566ca66e8beffd2e5cdeee3e42c30770c7c0"]}} -{"id":"ec-meeting-2022-07-12-6cf44c54ed2238d46a140e3cf6604422ddc15f88","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-07-12 - Cabinet of Executive Vice-President Margrethe Vestager x Saab AB"],"date":["2022-07-12"],"summary":["Defence procurement."],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-86477889163-49","ec-person-8b6db5c3c4611618ade59c6d0dadc21c962f0ee7"]}} -{"id":"ec-meeting-2022-07-12-74c35860fe85922bfbec1c0fc0ce75ca8dfc2944","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-07-12 - Cabinet of Executive Vice-President Frans Timmermans x European Public Health Alliance Eurogroup for Animals Bureau Européen des Unions de Consommateurs"],"date":["2022-07-12"],"summary":["Food security"],"notes":["Portfolio: European Green Deal"],"location":["Video-call"],"address":["Video-call"],"addressEntity":["addr-0a257a3b8a0926e1b53e3476ce1c8e8fc8470ecd"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-9505781573-45","eu-tr-6809935493-49","eu-tr-18941013532-08","ec-person-33624431cbec1074e151c1707715ef46d2ba9565"]}} -{"id":"ec-meeting-2022-07-12-901f20aebecc55bba1b77a3f2dc5cea37422ea1f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-07-12 - Cabinet of Vice-President Maroš Šefčovič x BUSINESSEUROPE"],"date":["2022-07-12"],"summary":["EU/UK and EU/CH"],"notes":["Portfolio: Interinstitutional Relations and Foresight"],"location":["Bruxelles"],"address":["Bruxelles"],"addressEntity":["addr-b58f5927b66d94a676970dc048485d4c6848f272"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-8a88b0530ed693ba044e650d964c2dd5008a39dd","eu-tr-3978240953-79","ec-person-1ee2c806775ccf9801d8619696d32ee30f16c789"]}} -{"id":"ec-meeting-2022-07-12-9addaa8d6b493cf17ef556ee2172edd5205176cf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-07-12 - Cabinet of Commissioner Kadri Simson x BUSINESSEUROPE"],"date":["2022-07-12"],"summary":["Preparedness Winter Package"],"notes":["Portfolio: Energy"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["ec-person-ba3b83676ad38094e71b64b644f3e3d2c61b8182","eu-tr-3978240953-79"]}} -{"id":"ec-meeting-2022-07-12-a68ec9799445cc7921f739b3c12f5f024a508494","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-07-12 - Cabinet of Executive Vice-President Frans Timmermans x Conseil Européen des Jeunes Agriculteurs"],"date":["2022-07-12"],"summary":["The transition towards sustainable food systems"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-849413211923-25","ec-person-33624431cbec1074e151c1707715ef46d2ba9565"]}} -{"id":"ec-meeting-2022-07-12-aef12b498a2f70e814136d08a9de267b92ca4ec4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-07-12 - Cabinet of Commissioner Mairead Mcguinness x France Industrie"],"date":["2022-07-12"],"summary":["Taxonomy"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Virtual meeting"],"address":["Virtual meeting"],"addressEntity":["addr-1f1f3f51a4da31a1ea5c1b4b21cbf52ad983224f"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-05e041b8d277691244c6f31f9f6c3e2c871b3392","eu-tr-60974102057-03"]}} -{"id":"ec-meeting-2022-07-12-b9c9e6120888c865a0cbc72a2ae8a83ebfa682cc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-07-12 - Cabinet of Commissioner Mariya Gabriel x EUROCINEMA, Association de producteurs de cinéma et de télévision"],"date":["2022-07-12"],"summary":["Cultural and creative industries\r\nCreative Europe"],"notes":["Portfolio: Innovation and Youth"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["ec-person-b858566ca66e8beffd2e5cdeee3e42c30770c7c0","eu-tr-43245696854-79"]}} -{"id":"ec-meeting-2022-07-12-c2f7349a9ccb1ee4511e9d29cee297e6e4e64cfe","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-07-12 - Cabinet of President Ursula von der Leyen x Euroclear SA/NV"],"date":["2022-07-12"],"summary":["Sanctions implementation"],"notes":["Portfolio: President"],"location":["Brussels - Virtual"],"address":["Brussels - Virtual"],"addressEntity":["addr-aa10d818adccffe15bc512f395a387090595e4df"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["eu-tr-88290282308-75","ec-person-a159f03add374257584565c2b05cc5539a7526e6"]}} -{"id":"ec-meeting-2022-07-12-d9fe3e48e70ad4609beabee932ff6044ba853863","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-07-12 - Cabinet of Vice-President Maroš Šefčovič x Joint European Disruptive Initiative"],"date":["2022-07-12"],"summary":["Discussion about past and future JEDI’s work on strategic foresight"],"notes":["Portfolio: Interinstitutional Relations and Foresight"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-086257740627-54","ec-person-d8af7eb5b715c9bd960f9661cb5170f8c6230853","ec-person-1f95be23689cd4ed0a26fe2980f760ccf2d55c1e"]}} -{"id":"ec-meeting-2022-07-12-dfe5e4460a3ba38958acc20bcea72980db1d1f23","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-07-12 - Cabinet of Commissioner Stella Kyriakides x Rabobank"],"date":["2022-07-12"],"summary":["Sustainable Food Systems"],"notes":["Portfolio: Health"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-kyriakides-of-stella"],"involved":["ec-person-ba73927c33000184cab3f41a76e1b32fe7d7eda8","eu-tr-006687715492-92"]}} -{"id":"ec-meeting-2022-07-12-e172f527bc7e96572e7aa5baa55cd8846f9bff26","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-07-12 - Cabinet of President Ursula von der Leyen x RELX"],"date":["2022-07-12"],"summary":["Bring some fresh insights on matters such as tech policy, the EU-US Trade and Technology Council, the war in Ukraine, collaborative research, and intellectual property rights."],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-7019713e72781afb1f3b19032c4752a314b78180","eu-tr-338398611148-62"]}} -{"id":"ec-meeting-2022-07-12-e8685bdb5d36554e67049b645d0f27fc64045335","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-07-12 - Cabinet of Commissioner Mairead Mcguinness x Schneider Electric"],"date":["2022-07-12"],"summary":["Sustainable Finance - Taxonomy"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["eu-tr-46302264606-44","ec-person-05e041b8d277691244c6f31f9f6c3e2c871b3392"]}} -{"id":"ec-meeting-2022-07-12-e9ab7f1ef2ca288abc4ec0597d680da6d80bf8dc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-07-12 - Cabinet of Commissioner Thierry Breton x Robert Bosch GmbH"],"date":["2022-07-12"],"summary":["Stratégie industrielle, REPowerEU"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-6308dea893b9b1ca0dcd5b91b4a1ac4c2f3020ad","eu-tr-8999533555-91"]}} -{"id":"ec-meeting-2022-07-12-efbd79b27e265ba76760a9863cc1975b6c4ed1f2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-07-12 - Cabinet of Vice-President Věra Jourová x Schneider Electric"],"date":["2022-07-12"],"summary":["Taxonomy, Green Deal"],"notes":["Portfolio: Values and Transparency"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["ec-person-221276f2dfa4b8fe628f08e982d967b6aeb61c57","eu-tr-46302264606-44"]}} -{"id":"ec-meeting-2022-07-13-0a153a840518b55ad480ca5b606417b04ae4db6c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-07-13 - Cabinet of Commissioner Adina Vălean x Bundesverband der Deutschen Luft- und Raumfahrtindustrie e. V."],"date":["2022-07-13"],"summary":["Aerospace Industries"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["ec-person-cc0354fbf386eb83f57c00ad5240f1dddeeabab4","eu-tr-095274426474-13"]}} -{"id":"ec-meeting-2022-07-13-1c2c8a677a92b621f75eff00a4550aa7f123c8b9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-07-13 - Cabinet of Executive Vice-President Margrethe Vestager x Hanover Communications International Paramount Global"],"date":["2022-07-13"],"summary":["DSA, DMA, AI Act."],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0","eu-tr-523612117906-56","eu-tr-712987314570-57"]}} -{"id":"ec-meeting-2022-07-13-1c9192bc60bff6fb578fc1b2d4cd3e769952ef5e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-07-13 - Cabinet of Executive Vice-President Frans Timmermans x KIC InnoEnergy SE"],"date":["2022-07-13"],"summary":["Green energy"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-d53e00c46a4cc62bbf533e0c9bb35bacb9121989","ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce","ec-person-d56ecbfde17436a136fc89c9a978b266e8285c84","eu-tr-462849021886-85"]}} -{"id":"ec-meeting-2022-07-13-1dc02d90514bca62ac0d1bd6527f0cc4fd31bae4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-07-13 - Internal Market, Industry, Entrepreneurship and SMEs x Volkswagen Aktiengesellschaft"],"date":["2022-07-13"],"summary":["Dr Steg would like to discuss present situation and his view on Industry Policy EU"],"location":["Digital"],"address":["Digital"],"addressEntity":["addr-bbe5befacfede01288919058db1a7c32f0446564"],"organizer":["ec-dg-grow"],"involved":["ec-person-0151c7e554d188fffc509ad636b7d1a84c5dfcd5","eu-tr-6504541970-40"]}} -{"id":"ec-meeting-2022-07-13-1f2ebdf9b6c1812c8e4ae5e2330c05d65ae7c73f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-07-13 - Cabinet of Commissioner Nicolas Schmit x EPIA SolarPower Europe European Association of Electrical Contractors"],"date":["2022-07-13"],"summary":["Renewable energies, Labour market and skills"],"notes":["Portfolio: Jobs and Social Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-66fa2c2d100ec194caa42b5c6f97c36e2748b71c","eu-tr-2680046412-48","ec-person-4cf4655ab41922e92160325d987a3c4615c72d30","eu-tr-9089874181-55","ec-person-c2208333f0f75350eef62b355a40bf856f2d9cef"]}} -{"id":"ec-meeting-2022-07-13-27f31eae5269419a7f0184c5e224730711573b47","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-07-13 - Cabinet of Commissioner Thierry Breton x World Travel and Tourism Council"],"date":["2022-07-13"],"summary":["tourism ecosystem and transition pathway"],"notes":["Portfolio: Internal Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-022201744710-44","ec-person-d6689ffc6695e7e65bdd0e0c0da1721d3031ea1b"]}} -{"id":"ec-meeting-2022-07-13-290abd6d3197325e7046aeba74846ddb625dd2c9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-07-13 - Cabinet of Commissioner Jutta Urpilainen x International Planned Parenthood Federation European Network DSW (Deutsche Stiftung Weltbevoelkerung) Plan International EU Office World Vision Brussels & EU Representation ivzw/aisbl"],"date":["2022-07-13"],"summary":["Upcoming EWAG 2022and International Day of the Girl"],"notes":["Portfolio: International Partnerships"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["eu-tr-83357751766-93","eu-tr-32018754890-28","ec-person-6357f4506ca5351b3a822936612fd6006da48722","eu-tr-64689102746-48","eu-tr-49806329193-46"]}} -{"id":"ec-meeting-2022-07-13-39de864f79ebca1b68e38e6bb2db6355c78633c0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-07-13 - Cabinet of Commissioner Virginijus Sinkevičius x Equinor ASA"],"date":["2022-07-13"],"summary":["To discuss the state of play of implementation of the EU Arctic Strategy"],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["ec-person-5d2fb692a102077260d7badef4a9f10132b72aee","eu-tr-4447605981-76"]}} -{"id":"ec-meeting-2022-07-13-3ae72e4f08e1731a89632f7262f77d070b2ec143","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-07-13 - Cabinet of Executive Vice-President Frans Timmermans x Bunge Ltd"],"date":["2022-07-13"],"summary":["The transition towards sustainable food systems"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-33624431cbec1074e151c1707715ef46d2ba9565","eu-tr-30701218296-12"]}} -{"id":"ec-meeting-2022-07-13-546ae1af3dae346fd50dbe7f5112c00135021c18","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-07-13 - Cabinet of Vice-President Věra Jourová x GLOBSEC"],"date":["2022-07-13"],"summary":["Globsec trends and policies on disinformation"],"notes":["Portfolio: Values and Transparency"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["eu-tr-903680223573-18","ec-person-fb258e0188a5319bfaba3161382db43f5a85851f"]}} -{"id":"ec-meeting-2022-07-13-56c967eea61e781de0dd71f72a806e0264c3c687","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-07-13 - Cabinet of Executive Vice-President Frans Timmermans x Volkswagen Aktiengesellschaft"],"date":["2022-07-13"],"summary":["Green transition in automotive"],"notes":["Portfolio: European Green Deal"],"location":["video conference"],"address":["video conference"],"addressEntity":["addr-6dc12e3c97077db82f32184f24341ce370a445fd"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-d56ecbfde17436a136fc89c9a978b266e8285c84","eu-tr-6504541970-40"]}} -{"id":"ec-meeting-2022-07-13-82dde6d42b2ca30051bdc104a74908054d774153","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-07-13 - Health Emergency Preparedness and Response Authority x Centre for European Reform"],"date":["2022-07-13"],"summary":["EU-US co-operation on public health"],"location":["Conference Brussels"],"address":["Conference Brussels"],"addressEntity":["addr-54f8cde2b1bdce8690f62a2f2d196b66b10292fb"],"organizer":["ec-dg-hera"],"involved":["eu-tr-524976815651-12","ec-person-ca1ba7d868310cf297ba69999f416939d86a30ac"]}} -{"id":"ec-meeting-2022-07-13-9e2f777a05d30587df560b11214d30821aeeef05","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-07-13 - Cabinet of Commissioner Ylva Johansson x Norwegian Refugee Council Europe"],"date":["2022-07-13"],"summary":["Ukraine Crisis"],"notes":["Portfolio: Home Affairs"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-commissioner-johansson-of-ylva"],"involved":["ec-person-1cc1c011b9377e4d6f05577ee58ef3f7182c61b8","eu-tr-750447615329-96"]}} -{"id":"ec-meeting-2022-07-13-af8991dcea356e99b5f93c78e53094f3ea2f3ba0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-07-13 - Cabinet of Vice-President Věra Jourová x Associação Portuguesa de Imprensa"],"date":["2022-07-13"],"summary":["European Media Freedom Act"],"notes":["Portfolio: Values and Transparency"],"location":["conference call"],"address":["conference call"],"addressEntity":["addr-e26ec8db46626d4f460f33bdb70c0f9dfa8ef7f3"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["ec-person-aa83f35da599b82e4f15da018f4b3447eb648f7c","eu-tr-094392144122-20"]}} -{"id":"ec-meeting-2022-07-13-c62da32528822be63ac1713bf11539e327a8d89f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-07-13 - Cabinet of Executive Vice-President Frans Timmermans x FIPRA International SRL World Travel and Tourism Council"],"date":["2022-07-13"],"summary":["Meeting with World Travel and Tourism Council delegation to discuss what the Commission is doing on transport resilience and tourism policies; to share update on the WTTC member priorities."],"notes":["Portfolio: European Green Deal"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-58746194306-23","eu-tr-022201744710-44","ec-person-d56ecbfde17436a136fc89c9a978b266e8285c84"]}} -{"id":"ec-meeting-2022-07-13-daca85fccbaecaed36b2e4483b15f5eb93d72015","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-07-13 - Cabinet of Commissioner Virginijus Sinkevičius x Dow Europe GmbH"],"date":["2022-07-13"],"summary":["To exchange views on the Chemicals Strategy for Sustainability (CSS)"],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["eu-tr-38235121060-73","ec-person-df7b6800b8d3048e28fedb084a8b0b72260d7a0a"]}} -{"id":"ec-meeting-2022-07-13-e6da1cd26c84cc07aa194de19d64f0e1422cbf0e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-07-13 - Cabinet of Commissioner Elisa Ferreira x None"],"date":["2022-07-13"],"summary":["Situation of water sector in Portugal"],"notes":["Portfolio: Cohesion and Reforms"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-commissioner-elisa-ferreira-of"],"involved":["eu-tr-393921247060-66","ec-person-6aefca8f66cd57549e22428bee7f0d2c97d16f52","eu-tr-38225546532-14"]}} -{"id":"ec-meeting-2022-07-13-f4501dbe142e21b703125f32e5e4b79dc4b82e2d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-07-13 - Cabinet of Executive Vice-President Frans Timmermans x Lightyear"],"date":["2022-07-13"],"summary":["Solar strategy and solar mobility"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-d56ecbfde17436a136fc89c9a978b266e8285c84","eu-tr-802087536653-09"]}} -{"id":"ec-meeting-2022-07-14-00207f1eec892d0ed22e5baa2e610fc1c38310b2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-07-14 - Cabinet of President Ursula von der Leyen x BUSINESSEUROPE"],"date":["2022-07-14"],"summary":["Discussion on advancing the EU’s bilateral trade agenda, the US and China"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-b88f2758fcd7312d738d54a68a6ddbf6caaa1c9c","eu-tr-3978240953-79"]}} -{"id":"ec-meeting-2022-07-14-062d1381787ded3741cb62aa053d305d0d5dc56e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-07-14 - Cabinet of Commissioner Kadri Simson x Syndicat des acteurs du bâtiment connecté et de l'effacement"],"date":["2022-07-14"],"summary":["The quick roll out of Demand Response to protect electricity consumers from the current crisis while paving the way to reach climate targets."],"notes":["Portfolio: Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["eu-tr-806750119116-03","ec-person-d40f25b5cb5c0681854a4996da444478318f7e58"]}} -{"id":"ec-meeting-2022-07-14-064c150afa3242eb3a2c0c792b5c322c9f2ecacc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-07-14 - Cabinet of Commissioner Jutta Urpilainen x TFE Energy GmbH (Village Data Analytics)"],"date":["2022-07-14"],"summary":["Digitalisation, Africa."],"notes":["Portfolio: International Partnerships"],"location":["Video conference"],"address":["Video conference"],"addressEntity":["addr-ebc9fd5c2f372a32153cf3f4d5fb918a96b84a88"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["eu-tr-646322247006-81","ec-person-1ec9383fd54d9d4cd8a154c01fa71549eb8c75ac"]}} -{"id":"ec-meeting-2022-07-14-1bc367a77ffa43171c9722d7f0f8fc8e6a91bd76","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-07-14 - Cabinet of Executive Vice-President Frans Timmermans x Jonge Klimaatbeweging"],"date":["2022-07-14"],"summary":["Youth engagement on climate issues and priorities for COP27"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-080853047541-71","ec-person-f8efd5ca1c3794aa2954d6b5f54ff94f015fba20"]}} -{"id":"ec-meeting-2022-07-14-42a1da1bd305ed9c398a481551e2718f49d6292a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-07-14 - Cabinet of Executive Vice-President Margrethe Vestager x Rhodium group"],"date":["2022-07-14"],"summary":["Relations with China."],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-110356143445-05","ec-person-8b6db5c3c4611618ade59c6d0dadc21c962f0ee7"]}} -{"id":"ec-meeting-2022-07-14-4310c21f70c9d74d166c51deac5ebc1e6cb43c64","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-07-14 - Cabinet of Commissioner Nicolas Schmit x Teach For All Network"],"date":["2022-07-14"],"summary":["Skills Development."],"notes":["Portfolio: Jobs and Social Rights"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["eu-tr-350952629688-14","ec-person-66fa2c2d100ec194caa42b5c6f97c36e2748b71c","ec-person-4cf4655ab41922e92160325d987a3c4615c72d30","ec-person-c03b949331dbbe5fa3d5423758e371ec1b9b832f"]}} -{"id":"ec-meeting-2022-07-14-69c9789c42f19c8ac410a8516bff01faa9340e4a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-07-14 - Cabinet of Commissioner Kadri Simson x Marvel Fusion GmbH"],"date":["2022-07-14"],"summary":["Fusion energy, the Commission’s regulatory approach to this energy source, and explore avenues of public support for extra-ITER fusion research."],"notes":["Portfolio: Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["ec-person-d40f25b5cb5c0681854a4996da444478318f7e58","eu-tr-361666347279-12"]}} -{"id":"ec-meeting-2022-07-14-9e49dd7445a5077d014e59310eeb630cd1482b3e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-07-14 - Mobility and Transport x European Transport Workers' Federation"],"date":["2022-07-14"],"summary":["Rail transport, road transport, aviation"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-move"],"involved":["eu-tr-92545571128-74","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2022-07-14-cd20d599c2ccc93984a8592883728c4d2e7f7bda","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-07-14 - Cabinet of Commissioner Thierry Breton x Spotify"],"date":["2022-07-14"],"summary":["Preparation of the September meeting with CEO"],"notes":["Portfolio: Internal Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-365747616583-15","ec-person-4d83416435f81b1f1e8f5c86aeebb1478577f1d2"]}} -{"id":"ec-meeting-2022-07-14-e2b3f8bbc26e485c67558e669a692dfc1cbd6681","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-07-14 - Cabinet of Commissioner Thierry Breton x Twitter International Unlimited Company"],"date":["2022-07-14"],"summary":["Compliance with the upcoming DSA"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-394491614001-72","ec-person-4d83416435f81b1f1e8f5c86aeebb1478577f1d2"]}} -{"id":"ec-meeting-2022-07-14-f70af0f9fe70633d5146d3d2d4d56c8abe6a07c0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-07-14 - Cabinet of Executive Vice-President Frans Timmermans x Nederlands Agrarisch Jongeren Kontakt"],"date":["2022-07-14"],"summary":["The transition towards sustainable food systems"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-594087836858-52","ec-person-33624431cbec1074e151c1707715ef46d2ba9565"]}} -{"id":"ec-meeting-2022-07-15-11dfc87e84e3c2cb0ae6b387a3c6a63a02bdc924","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-07-15 - Cabinet of Vice-President Margaritis Schinas x Panhellenic Union of Pharmaceutical Industry"],"date":["2022-07-15"],"summary":["Pharma Strategy"],"notes":["Portfolio: Promoting the European Way of Life"],"location":["Thessaloniki"],"address":["Thessaloniki"],"addressEntity":["addr-a100f95859ffeab9e8976aa80f3d8cec12a5b396"],"organizer":["ec-cabinet-margaritis-of-president-schinas-vice"],"involved":["ec-person-d5cada2a1a17537a675985af31e5ce07ae3bfd42","eu-tr-336263411883-56"]}} -{"id":"ec-meeting-2022-07-15-3a16cb3f5ba4ce251dfc582376e249c6092688c5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-07-15 - Cabinet of President Ursula von der Leyen x World Economic Forum"],"date":["2022-07-15"],"summary":["Meeting with members of the Managing Board of the WEF on the global economic situation."],"notes":["Portfolio: President"],"location":["Geneva, Switzerland"],"address":["Geneva, Switzerland"],"addressEntity":["addr-9584f913c37737f4d8ff7b412510d2de38751a6d"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-a2ac27c3a7aa93937efc47169c1dc2264a822175","eu-tr-567538843366-43"]}} -{"id":"ec-meeting-2022-07-15-61f752638deadb54596278bf92394359778597c1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-07-15 - Cabinet of Commissioner Jutta Urpilainen x Konrad-Adenauer-Stiftung"],"date":["2022-07-15"],"summary":["Speech on the The EU and Global Youth - Online-Event \"Young Voices: The EU´s Image and its global Engagement\""],"notes":["Portfolio: International Partnerships"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["ec-person-6357f4506ca5351b3a822936612fd6006da48722","eu-tr-510151427278-94"]}} -{"id":"ec-meeting-2022-07-15-bb2a82afb97fa373d49bd8224bc7e7ee8b040ae8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-07-15 - Cabinet of Vice-President Věra Jourová x Reporters sans frontières"],"date":["2022-07-15"],"summary":["European Media Freedom Act"],"notes":["Portfolio: Values and Transparency"],"location":["conference call"],"address":["conference call"],"addressEntity":["addr-e26ec8db46626d4f460f33bdb70c0f9dfa8ef7f3"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["ec-person-aa83f35da599b82e4f15da018f4b3447eb648f7c","eu-tr-612547127497-45"]}} -{"id":"ec-meeting-2022-07-15-c08cb147d7eb180434a5b94929f1ea21df0a1548","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-07-15 - Cabinet of Vice-President Maroš Šefčovič x Centre for European Policy Studies"],"date":["2022-07-15"],"summary":["Discussion on strategic foresight"],"notes":["Portfolio: Interinstitutional Relations and Foresight"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-d8af7eb5b715c9bd960f9661cb5170f8c6230853","eu-tr-206201438220-85"]}} -{"id":"ec-meeting-2022-07-15-d652436ff420279f02bf728a9051bf0533b737e3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-07-15 - Financial Stability, Financial Services and Capital Markets Union x Fluency Innovation Limited"],"date":["2022-07-15"],"summary":["Blue economy"],"location":["Virtual meeting"],"address":["Virtual meeting"],"addressEntity":["addr-1f1f3f51a4da31a1ea5c1b4b21cbf52ad983224f"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-216374348038-09","ec-person-1fce211249673c35ee07a801ddee77ab24af8d54"]}} -{"id":"ec-meeting-2022-07-15-daa3a440a7616baa242a3744b68a9a01cf4cdc17","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-07-15 - Cabinet of Commissioner Virginijus Sinkevičius x Stichting BirdLife Europe"],"date":["2022-07-15"],"summary":["To discuss the nature restoration law"],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["eu-tr-1083162721-43","ec-person-df7b6800b8d3048e28fedb084a8b0b72260d7a0a"]}} -{"id":"ec-meeting-2022-07-15-e1e66fdaa0a2dc2418d2988a4314bb34b1e68d7e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-07-15 - Cabinet of Executive Vice-President Margrethe Vestager x HateAid gGmbH"],"date":["2022-07-15"],"summary":["DSA."],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-802412042190-08","ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0"]}} -{"id":"ec-meeting-2022-07-15-e97689fef7b83c9159b2bb746738362ec05c480b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-07-15 - Cabinet of Vice-President Věra Jourová x Oversight Board"],"date":["2022-07-15"],"summary":["EMFA, Safety of journalists, media freedom"],"notes":["Portfolio: Values and Transparency"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["eu-tr-342627244426-89","ec-person-fb258e0188a5319bfaba3161382db43f5a85851f"]}} -{"id":"ec-meeting-2022-07-15-e9900a4e499eb97ea285d10d3942f4275d721021","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-07-15 - Cabinet of Executive Vice-President Margrethe Vestager x Confederation of European Paper Industries"],"date":["2022-07-15"],"summary":["Deforestation Regulation and other forestry related issues."],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-72279144480-58","ec-person-3da433aae105b13fe027e9c9b3dcac2c97029370"]}} -{"id":"ec-meeting-2022-07-15-ee9ba260a80011707c7d05b95ff53b02b459d795","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-07-15 - Cabinet of Executive Vice-President Margrethe Vestager x Nordenergi Energiföretagen / Swedenergy Green Power Denmark Finnish Energy - Energiateollisuus ry"],"date":["2022-07-15"],"summary":["EU regulation on digital transformation and its impact on the energy sector."],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-85161125283-02","eu-tr-68861821910-84","ec-person-3da433aae105b13fe027e9c9b3dcac2c97029370","eu-tr-13073098010-57","eu-tr-1733114388-50"]}} -{"id":"ec-meeting-2022-07-15-fc7d2dcabd9465748955991e6cebd158c46e5b5c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-07-15 - Internal Market, Industry, Entrepreneurship and SMEs x European Organisation for Technical Assessment"],"date":["2022-07-15"],"summary":["discuss the state of play of EAD development"],"location":["digital"],"address":["digital"],"addressEntity":["addr-16b23c500d54837f13213853d0abd7783d4f9122"],"organizer":["ec-dg-grow"],"involved":["eu-tr-529000934166-97","ec-person-0151c7e554d188fffc509ad636b7d1a84c5dfcd5"]}} -{"id":"ec-meeting-2022-07-16-fce556d2675003dc7d50caa255375691d387805e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-07-16 - Cabinet of Commissioner Mairead Mcguinness x Raiffeisen Bank International AG"],"date":["2022-07-16"],"summary":["In the margins of the Green Finance Retreat discussion on CMU, \tBasel III and capital requirements and RU illegal invasion of UA; sanctions inc. impact and implementation"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Schwarzenberg, Austrai"],"address":["Schwarzenberg, Austrai"],"addressEntity":["addr-5903d23cff7b4fa30743f669b3e49cf7a5136669"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-2b9c589fb2354bd93067644d2c3d2c058d4c4cc9","ec-person-69324896e96bbd9e20f797e4c49f0d286d058227","eu-tr-33858106461-10"]}} -{"id":"ec-meeting-2022-07-18-679174c7c98556a6b7e2ca7437319a0edaa5efe9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-07-18 - Cabinet of Commissioner Thierry Breton x Classifieds Marketplaces Europe"],"date":["2022-07-18"],"summary":["Marketplace regulation and circular economy"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-026c2270ec4cbabdb8ac223b2d1fa4202696dc8d","ec-person-4d83416435f81b1f1e8f5c86aeebb1478577f1d2","eu-tr-015617142386-42"]}} -{"id":"ec-meeting-2022-07-18-70d3159bb82dcd982d6d171c3d5980b99e9e85cd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-07-18 - Health Emergency Preparedness and Response Authority x SUEZ Group"],"date":["2022-07-18"],"summary":["Mr Hugues d’Antin, Institutional Relations at Suez Group\r\nTo discuss use of wastewater analysis in the preparedness and crisis management"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-hera"],"involved":["ec-person-ca1ba7d868310cf297ba69999f416939d86a30ac","eu-tr-27799842497-69"]}} -{"id":"ec-meeting-2022-07-18-8a93cda70a340eea8f26b02507d0f49b31458de2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-07-18 - Internal Market, Industry, Entrepreneurship and SMEs x Cosmetics Europe"],"date":["2022-07-18"],"summary":["Discuss the forthcoming revision of the Cosmetics Products Regulation"],"location":["Digital"],"address":["Digital"],"addressEntity":["addr-bbe5befacfede01288919058db1a7c32f0446564"],"organizer":["ec-dg-grow"],"involved":["ec-person-0151c7e554d188fffc509ad636b7d1a84c5dfcd5","eu-tr-83575061669-96"]}} -{"id":"ec-meeting-2022-07-18-a8ac5074349d5114dc9dec0733abe90e02db8fe4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-07-18 - Cabinet of Executive Vice-President Frans Timmermans x Teneo Brussels"],"date":["2022-07-18"],"summary":["Implementing FF55 and REPowerEU"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-4d24ceb9e6bdaabe394d1506aa601a9ce9d0e59b","eu-tr-91124993695-29"]}} -{"id":"ec-meeting-2022-07-18-b15c4cd7403640161eb6eca6d3e4d91776b2dce6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-07-18 - Cabinet of Commissioner Thierry Breton x Bureau Européen des Unions de Consommateurs"],"date":["2022-07-18"],"summary":["product liability"],"notes":["Portfolio: Internal Market"],"location":["videoconference"],"address":["videoconference"],"addressEntity":["addr-92b2fbb928e012810d80d9ef1abe12027beee200"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-9505781573-45","ec-person-d6689ffc6695e7e65bdd0e0c0da1721d3031ea1b"]}} -{"id":"ec-meeting-2022-07-19-06d24465873f586188fb360a74b1ca092459fec9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-07-19 - Cabinet of Executive Vice-President Frans Timmermans x Ragn Sells AS"],"date":["2022-07-19"],"summary":["Implementation of the EU Circular Economy Action Plan and the role of recycled materials, including opportunities from resource recovery from oil shale ash waste deposits"],"notes":["Portfolio: European Green Deal"],"location":["Tartu, Estonia"],"address":["Tartu, Estonia"],"addressEntity":["addr-0bbb6bc6c9f7ac54ab542cb429b4e542999000ad"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-678135546568-21","ec-person-8af3c81534786a740718d21dc58240738a53ed7b"]}} -{"id":"ec-meeting-2022-07-19-17c69017b196a1295e359d32f0cb9adeb54607c9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-07-19 - Cabinet of Commissioner Didier Reynders x Solidaris - Union Nationale des Mutualités Socialistes - National Federation of Socialist Mutual Health Funds"],"date":["2022-07-19"],"summary":["La réunion vise à promouvoir « la Chartre Européenne des acteurs de l’économie sociale et solidaire pour promouvoir le bien vieillir tout au long de la vie en Europe »."],"notes":["Portfolio: Justice"],"location":["Bruxelles"],"address":["Bruxelles"],"addressEntity":["addr-b58f5927b66d94a676970dc048485d4c6848f272"],"organizer":["ec-cabinet-commissioner-didier-of-reynders"],"involved":["eu-tr-581965511004-36","ec-person-6de2c3b2fe4b4087c73744df26d47fbf96ddb2ce"]}} -{"id":"ec-meeting-2022-07-19-2b412943047351c95fd477d5aa148e6f60eb0f6d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-07-19 - Cabinet of President Ursula von der Leyen x European Round Table for Industry"],"date":["2022-07-19"],"summary":["VTC with ERT representatives on economic situation"],"notes":["Portfolio: President"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-a2ac27c3a7aa93937efc47169c1dc2264a822175","eu-tr-25487567824-45"]}} -{"id":"ec-meeting-2022-07-19-496ec6302a3c633613ef89fa068b1ae8cf072267","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-07-19 - Cabinet of Commissioner Nicolas Schmit x Caritas Europa"],"date":["2022-07-19"],"summary":["European Care Strategy"],"notes":["Portfolio: Jobs and Social Rights"],"location":["online"],"address":["online"],"addressEntity":["addr-2dbc2fd2358e1ea1b7a6bc08ea647b9a337ac92d"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-8eb18b6102d444937bc6af5822a6742812165b48","eu-tr-6082564924-85"]}} -{"id":"ec-meeting-2022-07-19-4e90958777b2c8b733fb5db77d0cb70211c57d2a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-07-19 - Cabinet of Vice-President Věra Jourová x News Media Europe"],"date":["2022-07-19"],"summary":["European Media Freedom Act"],"notes":["Portfolio: Values and Transparency"],"location":["videoconference"],"address":["videoconference"],"addressEntity":["addr-92b2fbb928e012810d80d9ef1abe12027beee200"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["ec-person-bf54da17217bbddfd9c68fe24d88005ac17e2c4b","eu-tr-577812220311-81"]}} -{"id":"ec-meeting-2022-07-19-577573deb8c9aa071fc70e3db365709aeb08baa1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-07-19 - Cabinet of Vice-President Věra Jourová x European Magazine Media Association European Newspaper Publishers' Association"],"date":["2022-07-19"],"summary":["European Media Freedom Act"],"notes":["Portfolio: Values and Transparency"],"location":["videoconference"],"address":["videoconference"],"addressEntity":["addr-92b2fbb928e012810d80d9ef1abe12027beee200"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["eu-tr-5950962136-12","ec-person-bf54da17217bbddfd9c68fe24d88005ac17e2c4b","eu-tr-37937886834-69"]}} -{"id":"ec-meeting-2022-07-19-582508737011c0152d84bedc657752f14f552926","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-07-19 - Cabinet of Commissioner Virginijus Sinkevičius x Fiskesekretariatet Stichting BirdLife Europe The Pew Charitable Trusts WWF European Policy Programme Deep Sea Conservation Coalition ClientEarth AISBL Our Fish Seas At Risk OCEANA"],"date":["2022-07-19"],"summary":["To exchange views, upon NGO request, on the upcoming Action plan to conserve fisheries resources and protect marine ecosystems, on Commission implementing act on vulnerable marine ecosystems and on European eel status"],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["eu-tr-451986010410-20","ec-person-c92a6b4ef8328855b0234011be623ed9f15c86f3","eu-tr-1083162721-43","ec-person-dd7a7b1952e158f4195d34cff333ec79a4f48ba3","eu-tr-1414929419-24","eu-tr-47937943241-80","eu-tr-46834536998-79","eu-tr-96645517357-19","ec-person-1443799688ae485d7a2fee5c9defab2c5b7c7e6c","eu-tr-40048498591-70","eu-tr-180850142485-82","eu-tr-625261439488-38"]}} -{"id":"ec-meeting-2022-07-19-594633b30c0aebef849f8294d305cdab7533fd89","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-07-19 - Energy x Eurelectric aisbl"],"date":["2022-07-19"],"summary":["Discussion about electricity market design."],"location":["videoconference"],"address":["videoconference"],"addressEntity":["addr-92b2fbb928e012810d80d9ef1abe12027beee200"],"organizer":["ec-dg-ener"],"involved":["eu-tr-4271427696-87","ec-person-9c0f33ecb9f6badd5f4b5f1a4bd7677e18a52a22"]}} -{"id":"ec-meeting-2022-07-19-621f1058c775e03232ca0f07f989551de8e2210c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-07-19 - Cabinet of Commissioner Mairead Mcguinness x CHAMBRE OFFICIELLE DE COMMERCE D'ESPAGNE EN BELGIQUE ET AU LUXEMBOURG ASBL"],"date":["2022-07-19"],"summary":["Financial Services and Capital Markets Union: The Commission’s priorities going into the second half of its mandate"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-2b9c589fb2354bd93067644d2c3d2c058d4c4cc9","ec-person-44c404268b70ce0b79c4e148b5a7c4ae2c53ee30","eu-tr-434877614680-77"]}} -{"id":"ec-meeting-2022-07-19-96f21f26703f67f430894497ced78df706401160","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-07-19 - Cabinet of Commissioner Mairead Mcguinness x European Association of Co-operative Banks"],"date":["2022-07-19"],"summary":["Banking Union, Banking Package and Digital Euro."],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Virtual Meeting"],"address":["Virtual Meeting"],"addressEntity":["addr-ed078b6749077909a1a45720507ac2da9277b8b3"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-2b9c589fb2354bd93067644d2c3d2c058d4c4cc9","eu-tr-4172526951-19","ec-person-49e520c7a9c9c47ccb5acfa68f9416e4233af9f8"]}} -{"id":"ec-meeting-2022-07-19-9aa919fa6f2a987ca391776a07fc268f8f711401","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-07-19 - Cabinet of Executive Vice-President Valdis Dombrovskis x Verband Deutscher Maschinen- und Anlagenbau e.V."],"date":["2022-07-19"],"summary":["Trade relations with Mercosur and with India"],"notes":["Portfolio: An Economy that Works for People"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-7433d96a6e6f46c9f9174db79ec61c387dffa509","eu-tr-9765362691-45"]}} -{"id":"ec-meeting-2022-07-19-b15c4cd7403640161eb6eca6d3e4d91776b2dce6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-07-19 - Cabinet of Commissioner Thierry Breton x Bureau Européen des Unions de Consommateurs"],"date":["2022-07-19"],"summary":["Contribution to network investment"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-9505781573-45","ec-person-4d83416435f81b1f1e8f5c86aeebb1478577f1d2"]}} -{"id":"ec-meeting-2022-07-19-be2567c2d291de0dae20a1f9f11e2b14de77fd44","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-07-19 - Cabinet of Commissioner Janusz Wojciechowski x None"],"date":["2022-07-19"],"summary":["Facilitation of export of grains from Ukraine"],"notes":["Portfolio: Agriculture"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["eu-tr-898689446085-47","eu-tr-2050009628-31","ec-person-08c62f972c22464aca7a65520eb9406f8db14a66","eu-tr-57554935989-06"]}} -{"id":"ec-meeting-2022-07-19-cf59ff1c80ebdfdfb49c1bfa725d97377e61c650","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-07-19 - Cabinet of Commissioner Elisa Ferreira x ELECTRICITE DE FRANCE"],"date":["2022-07-19"],"summary":["Decarbonizing French Islands in outermost regions."],"notes":["Portfolio: Cohesion and Reforms"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-elisa-ferreira-of"],"involved":["eu-tr-39966101835-69","ec-person-1c49c531eceae287dd4a56ac52e8326c65fc2855"]}} -{"id":"ec-meeting-2022-07-19-d1dc69fb6bf38494ea4d6aab195493661e607185","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-07-19 - Cabinet of President Ursula von der Leyen x Mastercard Europe"],"date":["2022-07-19"],"summary":["Mastercard explained how they are helping Ukrainian people and companies and how they are implementing Eu sanctions."],"notes":["Portfolio: President"],"location":["Brussels (virtual meeting)"],"address":["Brussels (virtual meeting)"],"addressEntity":["addr-63ba6aad8785d18a1c825fd224b0bedf54647279"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-a159f03add374257584565c2b05cc5539a7526e6","eu-tr-58204758673-16"]}} -{"id":"ec-meeting-2022-07-19-da1be7287d3739b669ae2ace6dd6559fdb4f32ec","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-07-19 - Cabinet of Commissioner Virginijus Sinkevičius x Association of National Organisations of Fishing Enterprises in the European Union"],"date":["2022-07-19"],"summary":["To discuss various topical files related to fisheries management"],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["ec-person-dd7a7b1952e158f4195d34cff333ec79a4f48ba3","eu-tr-2312395253-25"]}} -{"id":"ec-meeting-2022-07-19-e55f306b784c7c2ae681f60106aae8cea9684aad","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-07-19 - Cabinet of Vice-President Věra Jourová x European Federation of Journalists"],"date":["2022-07-19"],"summary":["European Media Freedom Act"],"notes":["Portfolio: Values and Transparency"],"location":["videoconference"],"address":["videoconference"],"addressEntity":["addr-92b2fbb928e012810d80d9ef1abe12027beee200"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["ec-person-bf54da17217bbddfd9c68fe24d88005ac17e2c4b","eu-tr-27471236588-39"]}} -{"id":"ec-meeting-2022-07-20-02867dfde471a8ef1cd01ce4c16b861bfcc247cf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-07-20 - Cabinet of Commissioner Paolo Gentiloni x Global Citizen"],"date":["2022-07-20"],"summary":["Discussion on the outcome of the July G20 Finance Ministers and Central Bank Governors meeting"],"notes":["Portfolio: Economy"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-gentiloni-of-paolo"],"involved":["eu-tr-211392938041-28","ec-person-35b83a90b979d3fc1a2ee6dc6af6e91338204918"]}} -{"id":"ec-meeting-2022-07-20-23dbf14cc3b1afdb68f4a2046cd02fe6483860b3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-07-20 - Cabinet of Commissioner Thierry Breton x Capital International Management Company"],"date":["2022-07-20"],"summary":["Contribution to network investment"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-060963817274-71","ec-person-4d83416435f81b1f1e8f5c86aeebb1478577f1d2"]}} -{"id":"ec-meeting-2022-07-20-2f88b2542f32d2978b6b3e03d4cb0294194fb80a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-07-20 - Cabinet of Commissioner Mairead Mcguinness x Société Générale"],"date":["2022-07-20"],"summary":["Retail investment strategy."],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Virtual Meeting"],"address":["Virtual Meeting"],"addressEntity":["addr-ed078b6749077909a1a45720507ac2da9277b8b3"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["eu-tr-34369111614-57","ec-person-0ba9b89127b39af6a66f2fc3ed727332f1b19a34","ec-person-778f68c06d4985a2eda59737cdb80e7a4570f90f"]}} -{"id":"ec-meeting-2022-07-20-324cf9a959c2a9a44cba9f6333bb240e2e14d080","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-07-20 - Cabinet of Commissioner Adina Vălean x Proman AG Stena AB"],"date":["2022-07-20"],"summary":["Sustainable marine fuels such as methanol"],"notes":["Portfolio: Transport"],"location":["Conference call"],"address":["Conference call"],"addressEntity":["addr-28ba88479582b2f75898964548da4252dc7db7d2"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["eu-tr-619699147126-14","ec-person-baa9678f53e0a607c8a9bb2cd9122d1c13370154","eu-tr-69219137373-47"]}} -{"id":"ec-meeting-2022-07-20-37faaa46e3ee2495c78ffc121a84426f680e1344","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-07-20 - Cabinet of Vice-President Věra Jourová x European Publishers Council"],"date":["2022-07-20"],"summary":["European Media Freedom Act"],"notes":["Portfolio: Values and Transparency"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["eu-tr-4456380381-30","ec-person-aa83f35da599b82e4f15da018f4b3447eb648f7c"]}} -{"id":"ec-meeting-2022-07-20-484d46c201f5352cda26995dfa1671e569c6f77f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-07-20 - Cabinet of Vice-President Věra Jourová x International Press Institute ARTICLE 19: Global Campaign for Free Expression Committee to Protect Journalists Europäisches Zentrum für Presse- und Medienfreiheit Reporters sans frontières"],"date":["2022-07-20"],"summary":["European Media Freedom Act"],"notes":["Portfolio: Values and Transparency"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["ec-person-aa83f35da599b82e4f15da018f4b3447eb648f7c","eu-tr-612547127497-45","eu-tr-823710129179-63","eu-tr-594787238502-76","eu-tr-370649919011-72","eu-tr-370877536078-58"]}} -{"id":"ec-meeting-2022-07-20-48d9e349174c733c2ae6993eaefe246077eb1620","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-07-20 - Financial Stability, Financial Services and Capital Markets Union x Managed Funds Association"],"date":["2022-07-20"],"summary":["AIFMD, MFA in Europe"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["ec-person-1fce211249673c35ee07a801ddee77ab24af8d54","eu-tr-041415315167-65"]}} -{"id":"ec-meeting-2022-07-20-4e90958777b2c8b733fb5db77d0cb70211c57d2a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-07-20 - Cabinet of Vice-President Věra Jourová x News Media Europe"],"date":["2022-07-20"],"summary":["European Media Freedom Act"],"notes":["Portfolio: Values and Transparency"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["ec-person-aa83f35da599b82e4f15da018f4b3447eb648f7c","eu-tr-577812220311-81"]}} -{"id":"ec-meeting-2022-07-20-577573deb8c9aa071fc70e3db365709aeb08baa1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-07-20 - Cabinet of Vice-President Věra Jourová x European Newspaper Publishers' Association European Magazine Media Association"],"date":["2022-07-20"],"summary":["European Media Freedom Act"],"notes":["Portfolio: Values and Transparency"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["ec-person-aa83f35da599b82e4f15da018f4b3447eb648f7c","eu-tr-5950962136-12","eu-tr-37937886834-69"]}} -{"id":"ec-meeting-2022-07-20-5c107c1ceee6843ea013e42a5a2be4ab2c736a33","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-07-20 - Financial Stability, Financial Services and Capital Markets Union x New Financial LLP"],"date":["2022-07-20"],"summary":["CMU"],"location":["Virtual meeting"],"address":["Virtual meeting"],"addressEntity":["addr-1f1f3f51a4da31a1ea5c1b4b21cbf52ad983224f"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-435008814959-36","ec-person-1fce211249673c35ee07a801ddee77ab24af8d54"]}} -{"id":"ec-meeting-2022-07-20-685ac7d468c9c1824f28e6b76dd9d69f970c75ff","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-07-20 - Cabinet of Vice-President Věra Jourová x Association of Commercial Television and Video on Demand Services in Europe"],"date":["2022-07-20"],"summary":["European Media Freedom Act"],"notes":["Portfolio: Values and Transparency"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["ec-person-aa83f35da599b82e4f15da018f4b3447eb648f7c","eu-tr-18574111503-28"]}} -{"id":"ec-meeting-2022-07-20-b8bb148c8e9a25163d126d725f5e60c2577996d0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-07-20 - Cabinet of Executive Vice-President Frans Timmermans x IKV, Fondation pour le Développement Economique"],"date":["2022-07-20"],"summary":["Green transition, EU-TK High Level Climate Dialogue"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-4d24ceb9e6bdaabe394d1506aa601a9ce9d0e59b","eu-tr-79585606808-03"]}} -{"id":"ec-meeting-2022-07-20-cfca55447f781a647cfc8c0a24d14563a92ce2e6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-07-20 - Cabinet of Executive Vice-President Frans Timmermans x International Union for Conservation of Nature EU Representative Office"],"date":["2022-07-20"],"summary":["Green transition, biodiversity, circular economy and upcoming COP27 and COP15"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-03518238467-61","ec-person-8af3c81534786a740718d21dc58240738a53ed7b"]}} -{"id":"ec-meeting-2022-07-20-f8d01985db378c826aa74d2d08787429872f4354","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-07-20 - Cabinet of Commissioner Elisa Ferreira x Albioma"],"date":["2022-07-20"],"summary":["Energy transition in French outermost regions."],"notes":["Portfolio: Cohesion and Reforms"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-elisa-ferreira-of"],"involved":["eu-tr-481267344398-26","ec-person-1c49c531eceae287dd4a56ac52e8326c65fc2855"]}} -{"id":"ec-meeting-2022-07-22-17dd702d8d9de98ed52ae5ddef8ab92623af0f12","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-07-22 - Trade x Stiftung Wissenschaft und Politik"],"date":["2022-07-22"],"summary":["Sanctions"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-trade"],"involved":["ec-person-2045c2589da3988908fcfe731e8224e7e06a7c63","eu-tr-662741612644-67"]}} -{"id":"ec-meeting-2022-07-22-ab593289b6163db59b20adeb8cfb274e8efcc4b8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-07-22 - Communication x Union of European Football Associations"],"date":["2022-07-22"],"summary":["To discuss next steps of the joint UEFA-European Commission Respect + EU Green Deal communications campaign and partnership"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-dg-comm"],"involved":["eu-tr-39217046408-27","ec-person-676f70803f4848c87b632d8522ff9ce8d4600e27"]}} -{"id":"ec-meeting-2022-07-22-e744719f600d7e8c67126472bf89ed4590df955c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-07-22 - Cabinet of Commissioner Janez Lenarčič x Médecins Sans Frontières International"],"date":["2022-07-22"],"summary":["safety and security of humanitarian workers"],"notes":["Portfolio: Crisis Management"],"location":["virtual (call)"],"address":["virtual (call)"],"addressEntity":["addr-4f4da1413b48b357643ef2e7c79c85642b8b446d"],"organizer":["ec-cabinet-commissioner-janez-lenarcic-of"],"involved":["eu-tr-928308827208-10","ec-person-a6cd325c80698b2331699224c780ebfb10573602"]}} -{"id":"ec-meeting-2022-07-25-84936a8aee24a30388ae659579ddbdcb7b6d0162","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-07-25 - Cabinet of Commissioner Johannes Hahn x MEYER WERFT GmbH & Co. KG"],"date":["2022-07-25"],"summary":["Outlook and opportunities for European shipping businesses in the current economic climate"],"notes":["Portfolio: Budget and Administration"],"location":["Papenburg"],"address":["Papenburg"],"addressEntity":["addr-3d2ffed7b43bcf0e49f8611e361aac5d1f947ee1"],"organizer":["ec-cabinet-commissioner-hahn-johannes-of"],"involved":["ec-person-6dd3472dac004e43ec1fa4f5b4106e3b476c9ce7","eu-tr-431119647201-04"]}} -{"id":"ec-meeting-2022-07-25-cd0c4e9aff34ad09e64a00c426f347e092347c85","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-07-25 - Cabinet of Executive Vice-President Margrethe Vestager x None"],"date":["2022-07-25"],"summary":["Raw materials."],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-61650796093-48","eu-tr-482997418651-48","eu-tr-465433243069-58","eu-tr-62722978644-95","ec-person-0e93ebac9bad76e1351e0981f04e7ef88848f943","eu-tr-991744840418-06"]}} -{"id":"ec-meeting-2022-07-25-fc69081b0206f30cea405caf2e0de2a222900022","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-07-25 - Mobility and Transport x KLM Royal Dutch Airlines"],"date":["2022-07-25"],"summary":["Schiphol airport, slots"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-dg-move"],"involved":["eu-tr-76441066192-30","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2022-07-26-17cd412740cdbdf32fb2732b58812926e1b3972c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-07-26 - Cabinet of Executive Vice-President Frans Timmermans x The Genesis Initiative"],"date":["2022-07-26"],"summary":["Soil health data"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-05221658419-01","ec-person-33624431cbec1074e151c1707715ef46d2ba9565"]}} -{"id":"ec-meeting-2022-07-26-49313ef021f727f83393118b3b23bf12e98f2137","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-07-26 - Cabinet of Commissioner Thierry Breton x Kelkoo Group Limited"],"date":["2022-07-26"],"summary":["DMA enforcement"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-4d83416435f81b1f1e8f5c86aeebb1478577f1d2","eu-tr-819280840607-33"]}} -{"id":"ec-meeting-2022-07-26-68fddcecea4955de25f36fc886579d22ecb7d5b4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-07-26 - Cabinet of Commissioner Virginijus Sinkevičius x European Water and Wastewater Regulatory Authorities"],"date":["2022-07-26"],"summary":["To present the WAREG organisation to the Cabinet"],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["ec-person-5d2fb692a102077260d7badef4a9f10132b72aee","eu-tr-848115042056-95"]}} -{"id":"ec-meeting-2022-07-26-73ffd2c6924f21eeddb88955f2f35c7588182b28","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-07-26 - Cabinet of Commissioner Paolo Gentiloni x Mediobanca - Banca di Credito Finanziario"],"date":["2022-07-26"],"summary":["current political situation in Italy"],"notes":["Portfolio: Economy"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-cabinet-commissioner-gentiloni-of-paolo"],"involved":["ec-person-8da36db391ed53f362d495cd564ba8b45c7003e1","eu-tr-722314616330-15"]}} -{"id":"ec-meeting-2022-07-26-9b14dfe2305f74406f4a9ce39029e0c7534f3373","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-07-26 - Cabinet of Commissioner Mairead Mcguinness x Aercap Holdings NV"],"date":["2022-07-26"],"summary":["Sanctions, sustainable finance"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-05e041b8d277691244c6f31f9f6c3e2c871b3392","eu-tr-461173445540-64"]}} -{"id":"ec-meeting-2022-07-26-d7bb7d206c05da0c6d97c96fd34763df058ca64e","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2022-07-26 - Cabinet of Commissioner Paolo Gentiloni x Associazione delle Imprese del farmaco"],"date":["2022-07-26"],"summary":["Meeting Farminustria's new President Mr Marcello Cattani and DG Enrica Giorgetti: short exchange about the latest economic effects of the pandemic and the EU response"],"notes":["Portfolio: Economy"],"location":["Virtual","virtual"],"address":["Virtual","virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f","addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-gentiloni-of-paolo"],"involved":["ec-person-088d26d74d1898338fbf1c86e139bd6d3b870dbc","ec-person-5afc11966577af0bcf6f99488769b1eba37e3577","eu-tr-986523914777-31"]}} -{"id":"ec-meeting-2022-07-27-b7f9959e4ef3d46c2e02a8c6309619f80398dc4f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-07-27 - Cabinet of Commissioner Janusz Wojciechowski x Euroseeds"],"date":["2022-07-27"],"summary":["Novel Genomic Techniques"],"notes":["Portfolio: Agriculture"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["eu-tr-11362308587-10","ec-person-625f8b4379f79adee4f15c6a0417a96bb5a5a403"]}} -{"id":"ec-meeting-2022-07-27-d5afa11b398bc21a5453d2a6abe21bfbb55af951","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-07-27 - Cabinet of Commissioner Janez Lenarčič x International Crisis Group"],"date":["2022-07-27"],"summary":["humanitarian needs and food/commodity crisis"],"notes":["Portfolio: Crisis Management"],"location":["Brussels (VTC)"],"address":["Brussels (VTC)"],"addressEntity":["addr-37c43e0c10e2a2fb447c53cde1d253728a607703"],"organizer":["ec-cabinet-commissioner-janez-lenarcic-of"],"involved":["eu-tr-72899131664-09","ec-person-a6cd325c80698b2331699224c780ebfb10573602"]}} -{"id":"ec-meeting-2022-07-27-e73c69be433d8a09101993da6113cec240cf356c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-07-27 - Cabinet of Commissioner Paolo Gentiloni x Atlantia"],"date":["2022-07-27"],"summary":["EU Taxonomy discussion"],"notes":["Portfolio: Economy"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-cabinet-commissioner-gentiloni-of-paolo"],"involved":["ec-person-8da36db391ed53f362d495cd564ba8b45c7003e1","eu-tr-478977744955-91"]}} -{"id":"ec-meeting-2022-07-28-07c297e868acaccc5546011a24c38b20e433c30b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-07-28 - Cabinet of Executive Vice-President Margrethe Vestager x European Round Table for Industry"],"date":["2022-07-28"],"summary":["Single Market."],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-25487567824-45","ec-person-0e93ebac9bad76e1351e0981f04e7ef88848f943"]}} -{"id":"ec-meeting-2022-07-28-0ccf1b2dc4162acda659ac2ffbcfb50b6bdac131","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-07-28 - Cabinet of Executive Vice-President Frans Timmermans x Agora Energiewende"],"date":["2022-07-28"],"summary":["Hydrogen delegated act"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-d53e00c46a4cc62bbf533e0c9bb35bacb9121989","eu-tr-321342621105-20"]}} -{"id":"ec-meeting-2022-07-28-5f8b4921ed517d7b4b1c881239f52a92285e4d09","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-07-28 - Cabinet of Commissioner Janusz Wojciechowski x Diageo"],"date":["2022-07-28"],"summary":["discussion on the TRIS notification from Ireland on alcohol labelling"],"notes":["Portfolio: Agriculture"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["eu-tr-10774885698-20","ec-person-625f8b4379f79adee4f15c6a0417a96bb5a5a403"]}} -{"id":"ec-meeting-2022-07-28-76fe0246b840d439eee816771adf6695e48edf61","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-07-28 - Cabinet of Commissioner Johannes Hahn x UniCredit"],"date":["2022-07-28"],"summary":["Current economic and geopolitical challenges. European strategic autonomy. NextGenerationEU."],"notes":["Portfolio: Budget and Administration"],"location":["Salzburg, Austria"],"address":["Salzburg, Austria"],"addressEntity":["addr-dd3b0c7d4988796c575d04dcdea6b73ec42398d0"],"organizer":["ec-cabinet-commissioner-hahn-johannes-of"],"involved":["ec-person-6dd3472dac004e43ec1fa4f5b4106e3b476c9ce7","ec-person-0a9c49ba84ea78ae0ec9c6fadde7b6d66e7a1054","eu-tr-03094871618-32"]}} -{"id":"ec-meeting-2022-07-28-92343b173846b62b407bee7d442fadf50d247f55","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-07-28 - Cabinet of Commissioner Johannes Hahn x Boehringer Ingelheim PHARMIG - Verband der pharmazeutischen Industrie Österreichs"],"date":["2022-07-28"],"summary":["Current economic and geopolitical challenges. European strategic autonomy. Consequences of Covid-19 for European health policy."],"notes":["Portfolio: Budget and Administration"],"location":["Salzburg, Austria"],"address":["Salzburg, Austria"],"addressEntity":["addr-dd3b0c7d4988796c575d04dcdea6b73ec42398d0"],"organizer":["ec-cabinet-commissioner-hahn-johannes-of"],"involved":["ec-person-6dd3472dac004e43ec1fa4f5b4106e3b476c9ce7","eu-tr-289777818743-24","eu-tr-098025935611-30","ec-person-0a9c49ba84ea78ae0ec9c6fadde7b6d66e7a1054"]}} -{"id":"ec-meeting-2022-07-29-0f6f206435fbbfe5fe35970c40f3ed67b8ac8edd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-07-29 - Cabinet of President Ursula von der Leyen x Wreless Connect Ltd."],"date":["2022-07-29"],"summary":["Broadband State Aid Guidelines"],"notes":["Portfolio: President"],"location":["Brussels (VC)"],"address":["Brussels (VC)"],"addressEntity":["addr-7a7ab1034ef0b71e62ebf9a322dc5d9528505976"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-7019713e72781afb1f3b19032c4752a314b78180","eu-tr-749207344131-42"]}} -{"id":"ec-meeting-2022-07-29-7a4bc22847b302a8593e15606fce133f0082b23b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-07-29 - Cabinet of Vice-President Věra Jourová x Spotify"],"date":["2022-07-29"],"summary":["European Media Freedom Act"],"notes":["Portfolio: Values and Transparency"],"location":["conference call"],"address":["conference call"],"addressEntity":["addr-e26ec8db46626d4f460f33bdb70c0f9dfa8ef7f3"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["ec-person-aa83f35da599b82e4f15da018f4b3447eb648f7c","eu-tr-365747616583-15"]}} -{"id":"ec-meeting-2022-07-29-8c592a441b0efe9173cd6b550255c216f81c051c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-07-29 - Cabinet of Commissioner Janusz Wojciechowski x Niezależny Samorządny Związek Zawodowy \"Solidarność\""],"date":["2022-07-29"],"summary":["Situation in the Polish agriculture and the countryside. Competitiveness, stabilisation and protection of the Polish agri-food sector and the food security."],"notes":["Portfolio: Agriculture"],"location":["Warsaw"],"address":["Warsaw"],"addressEntity":["addr-706f6339e835d0512d5d873d62a3e08aba143f49"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["ec-person-08c62f972c22464aca7a65520eb9406f8db14a66","eu-tr-448438826682-91"]}} -{"id":"ec-meeting-2022-08-01-bb2a82afb97fa373d49bd8224bc7e7ee8b040ae8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-08-01 - Cabinet of Vice-President Věra Jourová x Reporters sans frontières"],"date":["2022-08-01"],"summary":["European Media Freedom Act"],"notes":["Portfolio: Values and Transparency"],"location":["conference call"],"address":["conference call"],"addressEntity":["addr-e26ec8db46626d4f460f33bdb70c0f9dfa8ef7f3"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["ec-person-aa83f35da599b82e4f15da018f4b3447eb648f7c","eu-tr-612547127497-45"]}} -{"id":"ec-meeting-2022-08-04-b53a6286a2a310c99b205f05ba9da683916b3e6c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-08-04 - Cabinet of Vice-President Věra Jourová x EUROPE'S MEDIALAB (Fondation EURACTIV)"],"date":["2022-08-04"],"summary":["European Media Freedom Act"],"notes":["Portfolio: Values and Transparency"],"location":["conference call"],"address":["conference call"],"addressEntity":["addr-e26ec8db46626d4f460f33bdb70c0f9dfa8ef7f3"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["ec-person-aa83f35da599b82e4f15da018f4b3447eb648f7c","eu-tr-485832526193-89"]}} -{"id":"ec-meeting-2022-08-05-e828a529e6bac4903dad603164b9ce272908ec87","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-08-05 - Cabinet of Executive Vice-President Frans Timmermans x Equinor ASA"],"date":["2022-08-05"],"summary":["EU - Norway cooperation on gas, CCUS and hydrogen"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-d53e00c46a4cc62bbf533e0c9bb35bacb9121989","eu-tr-4447605981-76"]}} -{"id":"ec-meeting-2022-08-09-745f97b49a370d639ad1d3197168cb4283ab21ed","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-08-09 - Cabinet of Executive Vice-President Frans Timmermans x Scatec ASA"],"date":["2022-08-09"],"summary":["COP27 and Egypt hydrogen investment plans"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-766313146816-02","ec-person-d53e00c46a4cc62bbf533e0c9bb35bacb9121989"]}} -{"id":"ec-meeting-2022-08-10-1d396103a2a2bae2d05621b5d75a6ecef1fa3032","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-08-10 - Cabinet of Vice-President Věra Jourová x Europäisches Zentrum für Presse- und Medienfreiheit"],"date":["2022-08-10"],"summary":["European Media Freedom Act"],"notes":["Portfolio: Values and Transparency"],"location":["conference call"],"address":["conference call"],"addressEntity":["addr-e26ec8db46626d4f460f33bdb70c0f9dfa8ef7f3"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["ec-person-aa83f35da599b82e4f15da018f4b3447eb648f7c","eu-tr-823710129179-63"]}} -{"id":"ec-meeting-2022-08-17-f69f81716e951b061b844675c7c40cebd6df0bd4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-08-17 - Cabinet of President Ursula von der Leyen x Climate Leadership Coalition"],"date":["2022-08-17"],"summary":["European Green deal"],"notes":["Portfolio: President"],"location":["Helsinki (via Teams)"],"address":["Helsinki (via Teams)"],"addressEntity":["addr-fa07e5a0897334c8e4b3c268a55e305dc884f82f"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-f2b941852d3b961d69ed695c2d243a1a2b4a1904","eu-tr-333399732805-59"]}} -{"id":"ec-meeting-2022-08-18-323bdc8d0a6230d785bbfa5df63cc6512a1f91d9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-08-18 - Cabinet of Commissioner Virginijus Sinkevičius x Ocean Energy Europe"],"date":["2022-08-18"],"summary":["To prepare Commissioner’s meeting with CEOs of Ocean Energy Europe on 20 September."],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["ec-person-5d2fb692a102077260d7badef4a9f10132b72aee","eu-tr-264048311507-68"]}} -{"id":"ec-meeting-2022-08-18-9b2dba740743bb28438e0f86bc191b43705cb1cb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-08-18 - Cabinet of Commissioner Jutta Urpilainen x International Crisis Group"],"date":["2022-08-18"],"summary":["Afghanistan"],"notes":["Portfolio: International Partnerships"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["eu-tr-72899131664-09","ec-person-a6ae9abd61cd135e990ccc05f2a7cc849f01a618"]}} -{"id":"ec-meeting-2022-08-24-a11393dea8468e60b4221fdf70859c5886346e43","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-08-24 - Cabinet of Vice-President Maroš Šefčovič x The Future Society"],"date":["2022-08-24"],"summary":["Discussion on strategic foresight"],"notes":["Portfolio: Interinstitutional Relations and Foresight"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-473310732515-30","ec-person-d8af7eb5b715c9bd960f9661cb5170f8c6230853"]}} -{"id":"ec-meeting-2022-08-25-1af03aa10c1fe8085e63a7781be728aed543afe8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-08-25 - Cabinet of Commissioner Ylva Johansson x Platform for International Cooperation on Undocumented Migrants"],"date":["2022-08-25"],"summary":["Skills and Talent package and the fight against forced labour."],"notes":["Portfolio: Home Affairs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-johansson-of-ylva"],"involved":["ec-person-1c9f2e5d03a1fc77ed6b3d4e34c35b2bd1506318","eu-tr-19093363838-48"]}} -{"id":"ec-meeting-2022-08-25-87b71c4dc95b153c4d213dc787f23f502a98c4b5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-08-25 - Cabinet of Commissioner Janusz Wojciechowski x European agri-cooperatives"],"date":["2022-08-25"],"summary":["The form of the FSFS-FSFS interactions and coherence with existing EU legislation- Inclusion of the three pillars of sustainability-FSFS role in ensuring a fair distribution of cost and benefits between all actors of the food chain"],"notes":["Portfolio: Agriculture"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["ec-person-ae252fb0bbbad2440e31f70ccc19082b7ac65837","eu-tr-09586631237-74"]}} -{"id":"ec-meeting-2022-08-25-a64817c6dd50c7390ee4cc8c501707aca2a58c9e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-08-25 - Cabinet of Commissioner Stella Kyriakides x WWF European Policy Programme"],"date":["2022-08-25"],"summary":["VTC Meeting - Sustainable Food Systems and EAT4Change project."],"notes":["Portfolio: Health"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-kyriakides-of-stella"],"involved":["ec-person-ba73927c33000184cab3f41a76e1b32fe7d7eda8","eu-tr-1414929419-24"]}} -{"id":"ec-meeting-2022-08-25-ad2d1fd01f784f3467f8f61cf601792dc93c19f0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-08-25 - Cabinet of Executive Vice-President Frans Timmermans x European Association Automotive Suppliers"],"date":["2022-08-25"],"summary":["Green transition in automotive"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-91408765797-03","ec-person-d56ecbfde17436a136fc89c9a978b266e8285c84"]}} -{"id":"ec-meeting-2022-08-26-2f72cd1374b0f62e361b201465a4b4acd9b6f8e4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-08-26 - Cabinet of Commissioner Jutta Urpilainen x Bayer AG"],"date":["2022-08-26"],"summary":["Factory visit as part of mission; SDGs"],"notes":["Portfolio: International Partnerships"],"location":["Turku, Finland"],"address":["Turku, Finland"],"addressEntity":["addr-41693ee4f5b690e131795c28952491dfbe6c39c7"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["eu-tr-3523776801-85","ec-person-7c4fa9cfb750b5b524c065180fcee1123b8df03e"]}} -{"id":"ec-meeting-2022-08-28-37b2fd7439750ee7632d310a0f126cd2e4c988d2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-08-28 - Cabinet of Commissioner Adina Vălean x Deutsche Bahn AG"],"date":["2022-08-28"],"summary":["Passenger Rail"],"notes":["Portfolio: Transport"],"location":["Berlin"],"address":["Berlin"],"addressEntity":["addr-062b06ba8e755765c6b049809b7430fd54fe5b21"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["eu-tr-4516220482-22","ec-person-cc0354fbf386eb83f57c00ad5240f1dddeeabab4"]}} -{"id":"ec-meeting-2022-08-29-c1c9d49dc5c31b9619e47994e4e9bc1a1f588188","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-08-29 - Environment x Bureau Européen des Unions de Consommateurs"],"date":["2022-08-29"],"summary":["Green Deal\r\nEcodesign\r\nEcolabel"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-env"],"involved":["ec-person-f9559d68da38935569ff0be1cadd90e05f0454bd","eu-tr-9505781573-45"]}} -{"id":"ec-meeting-2022-08-30-616bbe4fef4c3f3021467606c7b8b98da10d4f64","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-08-30 - Cabinet of Commissioner Mairead Mcguinness x The Payments Association EU"],"date":["2022-08-30"],"summary":["Payment services"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["eu-tr-220874247456-16","ec-person-778f68c06d4985a2eda59737cdb80e7a4570f90f"]}} -{"id":"ec-meeting-2022-08-30-7b924c3b6411d002ef2b6b82e7ea0319c6d0c538","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-08-30 - Cabinet of Commissioner Nicolas Schmit x Industriegewerkschaft Metall"],"date":["2022-08-30"],"summary":["Transformation aus beschäftigungspolitischer und sozialer Sicht inkl. EU-Fördermöglichkeiten"],"notes":["Portfolio: Jobs and Social Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-66fa2c2d100ec194caa42b5c6f97c36e2748b71c","eu-tr-757195013270-80"]}} -{"id":"ec-meeting-2022-08-30-bec1d21ed5aca4fc8ada2aff70252629acc384f1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-08-30 - Cabinet of Commissioner Adina Vălean x FSD Fahrzeugsystemdaten GmbH - Zentrale Stelle nach StVG"],"date":["2022-08-30"],"summary":["Roadworthiness"],"notes":["Portfolio: Transport"],"location":["Dresden"],"address":["Dresden"],"addressEntity":["addr-566c9a609741006f693c3f8df50a206c217bf598"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["ec-person-cc0354fbf386eb83f57c00ad5240f1dddeeabab4","ec-person-6e21d867543ef3b910e746c319cb048abd054702","eu-tr-339316636029-30"]}} -{"id":"ec-meeting-2022-08-30-c081148c1cc6cd6156e024c813816604825690a9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-08-30 - Cabinet of Commissioner Janusz Wojciechowski x Comité Européen des Entreprises Vins"],"date":["2022-08-30"],"summary":["front pack labelling for wine"],"notes":["Portfolio: Agriculture"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["eu-tr-2663914841-28","ec-person-ae252fb0bbbad2440e31f70ccc19082b7ac65837"]}} -{"id":"ec-meeting-2022-08-30-cf6c0249f5c39e34c140124ad37e73eb844e0591","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-08-30 - Cabinet of Commissioner Mairead Mcguinness x Alipay (Europe) Limited S.A."],"date":["2022-08-30"],"summary":["Payments services"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-0ba9b89127b39af6a66f2fc3ed727332f1b19a34","eu-tr-127713636440-67","ec-person-778f68c06d4985a2eda59737cdb80e7a4570f90f"]}} -{"id":"ec-meeting-2022-08-30-f27e451891d5f657d809a558351f4083d535ed12","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-08-30 - Cabinet of Commissioner Nicolas Schmit x IBM Corporation"],"date":["2022-08-30"],"summary":["Digital skills - AI and employment - platform work - EC plans for rest of mandate."],"notes":["Portfolio: Jobs and Social Rights"],"location":["BRUSSELS"],"address":["BRUSSELS"],"addressEntity":["addr-f74337897287bf1b546f30505f5b1f693a87af50"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["eu-tr-7721359944-96","ec-person-935314e38d735654cae8ee61313a3d73439b242d"]}} -{"id":"ec-meeting-2022-08-31-0c6ae39ff81267f0ea1651e7f199cf06023bb26c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-08-31 - Cabinet of Executive Vice-President Frans Timmermans x Maa- ja metsätaloustuottajain Keskusliitto – Central Union of Agricultural Producers and Forest Owners"],"date":["2022-08-31"],"summary":["Implementation of the EU Forest Strategy for 2030, and proposal for EU Nature Restoration Law"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-56039441735-48","ec-person-8af3c81534786a740718d21dc58240738a53ed7b"]}} -{"id":"ec-meeting-2022-08-31-0fb55a7b43b944705e869949b1933fc5e4e0fa29","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-08-31 - Cabinet of High Representative Josep Borrell Fontelles x Front Line Defenders"],"date":["2022-08-31"],"summary":["Exchange on EU support to human rights defenders"],"notes":["Portfolio: High Representative of the Union for Foreign Affairs and Security Policy / Vice-President of the Commission"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-borrell-cabinet-fontelles-high-josep-of-representative"],"involved":["ec-person-41fb1fe9d70985a3133c6d26433ad78c85cc76a2","eu-tr-633748221618-41"]}} -{"id":"ec-meeting-2022-08-31-24274449786792b01cb954c233d2b84c8737c79c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-08-31 - Cabinet of Executive Vice-President Frans Timmermans x Österreichischer Biomasse-Verband PEFC International Bayerischer Waldbesitzerverband e.V. Deutscher Forstwirtschaftsrat e.V. European Organisation of the Sawmill industry Landwirtschaftskammer Österreich Land&Forst Betriebe Österreich / Association of Austrian Land and Forest Owners"],"date":["2022-08-31"],"summary":["Implementation of the EU Forest Strategy for 2030, and the LULUCF proposal"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-419318247465-60","ec-person-8af3c81534786a740718d21dc58240738a53ed7b","ec-person-f1a3478550296f3f9accdc67d6ef5a0b681dda4b","eu-tr-66690371529-15","eu-tr-767331934655-28","eu-tr-024776016336-52","eu-tr-557406040297-72","eu-tr-804193447452-91","eu-tr-94490373966-61"]}} -{"id":"ec-meeting-2022-08-31-29c1726cdfe25379a3634b5f27bbc4934832c406","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-08-31 - Cabinet of Commissioner Adina Vălean x Airlines for America"],"date":["2022-08-31"],"summary":["Fit for 55"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["ec-person-7f9ba99138b4fa5c698037dc7507219b1319e0a7","eu-tr-78160685782-84"]}} -{"id":"ec-meeting-2022-08-31-6380278a07864a65c8648058cbf21b4b511a5c3e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-08-31 - Cabinet of Executive Vice-President Frans Timmermans x Transport and Environment (European Federation for Transport and Environment)"],"date":["2022-08-31"],"summary":["Green transition in automotive"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-d56ecbfde17436a136fc89c9a978b266e8285c84","eu-tr-58744833263-19"]}} -{"id":"ec-meeting-2022-08-31-9f02744896c5c9cd2baa38603e0ca5488ebb3cdd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-08-31 - Cabinet of Vice-President Maroš Šefčovič x InterDigital, Inc."],"date":["2022-08-31"],"summary":["Discussion on strategic foresight"],"notes":["Portfolio: Interinstitutional Relations and Foresight"],"location":["videoconference"],"address":["videoconference"],"addressEntity":["addr-92b2fbb928e012810d80d9ef1abe12027beee200"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-787513017798-23","ec-person-d8af7eb5b715c9bd960f9661cb5170f8c6230853"]}} -{"id":"ec-meeting-2022-08-31-d9ae98e09595b4a5096eabe54b7a524b82a26d01","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-08-31 - Cabinet of Vice-President Věra Jourová x Konrad-Adenauer-Stiftung"],"date":["2022-08-31"],"summary":["Freedom of Press"],"notes":["Portfolio: Values and Transparency"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["ec-person-aa83f35da599b82e4f15da018f4b3447eb648f7c","eu-tr-510151427278-94"]}} -{"id":"ec-meeting-2022-08-31-ded603fb802a7ee606cb4efa6d83c03ad8c7a4fa","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-08-31 - Cabinet of Executive Vice-President Valdis Dombrovskis x MedTech Europe"],"date":["2022-08-31"],"summary":["shortage of semi conductors"],"notes":["Portfolio: An Economy that Works for People"],"location":["video"],"address":["video"],"addressEntity":["addr-ffbaf58f1231628f9ac2a583f038b51719006ec6"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["eu-tr-433743725252-26","ec-person-7e9813c16d805ee7ebea3ef6444f384bc32abaaa"]}} -{"id":"ec-meeting-2022-08-31-fd8e5a1b9c9360fd94dd67ae6bb53345a8c8745a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-08-31 - Cabinet of Commissioner Kadri Simson x Shell Companies"],"date":["2022-08-31"],"summary":["Winter outlook"],"notes":["Portfolio: Energy"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["ec-person-2fb98fc84d2cf8d481688eff3d47f7745ead3592","eu-tr-05032108616-26"]}} -{"id":"ec-meeting-2022-09-01-2191b7a66d1d4677ab2eae71b06751a936bc7234","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-01 - Cabinet of Executive Vice-President Frans Timmermans x Stichting Life Terra"],"date":["2022-09-01"],"summary":["Initiative on planting 3bn additional trees in the EU"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-769561946911-18","ec-person-8af3c81534786a740718d21dc58240738a53ed7b"]}} -{"id":"ec-meeting-2022-09-01-3e932830da2bb6474042093cd7a33bae9dc5d306","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-01 - Cabinet of Commissioner Adina Vălean x European Cockpit Association"],"date":["2022-09-01"],"summary":["Aviation"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["eu-tr-39838147687-59","ec-person-cc0354fbf386eb83f57c00ad5240f1dddeeabab4"]}} -{"id":"ec-meeting-2022-09-01-77aed6c4d9f3018b707db3f1cc3bb06bdb4ee01e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-01 - Cabinet of Commissioner Kadri Simson x Bloomberg L.P."],"date":["2022-09-01"],"summary":["Winter preparedness discussion with BNEF"],"notes":["Portfolio: Energy"],"location":["Videconference"],"address":["Videconference"],"addressEntity":["addr-e611dc74f08dc0cb4369d9147ee1bc357f769320"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["ec-person-ba3b83676ad38094e71b64b644f3e3d2c61b8182","eu-tr-214140728444-40","ec-person-d40f25b5cb5c0681854a4996da444478318f7e58","ec-person-2fb98fc84d2cf8d481688eff3d47f7745ead3592"]}} -{"id":"ec-meeting-2022-09-01-a751c7a3770f6f4dd52778675efafe7c58fc8c3a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-01 - Cabinet of Commissioner Stella Kyriakides x Conseil Européen des Jeunes Agriculteurs"],"date":["2022-09-01"],"summary":["VTC meeting: sustainable food systems’ framework initiative (FSFS)"],"notes":["Portfolio: Health"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-kyriakides-of-stella"],"involved":["eu-tr-849413211923-25","ec-person-ba73927c33000184cab3f41a76e1b32fe7d7eda8"]}} -{"id":"ec-meeting-2022-09-01-acf4b64608434a53306e41803a209ccd16506256","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-01 - Cabinet of Vice-President Věra Jourová x EBU-UER (European Broadcasting Union)"],"date":["2022-09-01"],"summary":["European Media Freedom Act"],"notes":["Portfolio: Values and Transparency"],"location":["conference call"],"address":["conference call"],"addressEntity":["addr-e26ec8db46626d4f460f33bdb70c0f9dfa8ef7f3"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["eu-tr-93288301615-56","ec-person-aa83f35da599b82e4f15da018f4b3447eb648f7c"]}} -{"id":"ec-meeting-2022-09-01-bda3434b91923eff7e3527f099dc2d0eede4df15","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-01 - Cabinet of Commissioner Jutta Urpilainen x Bill & Melinda Gates Foundation"],"date":["2022-09-01"],"summary":["Health and education"],"notes":["Portfolio: International Partnerships"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["eu-tr-371567915480-41","ec-person-6357f4506ca5351b3a822936612fd6006da48722"]}} -{"id":"ec-meeting-2022-09-02-2b412943047351c95fd477d5aa148e6f60eb0f6d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-02 - Cabinet of President Ursula von der Leyen x European Round Table for Industry"],"date":["2022-09-02"],"summary":["Single market; 5G; Cybersecurity"],"notes":["Portfolio: President"],"location":["Brussels (TEAMS)"],"address":["Brussels (TEAMS)"],"addressEntity":["addr-292906bab21839c15795e523d50db6f51182f610"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-7019713e72781afb1f3b19032c4752a314b78180","eu-tr-25487567824-45"]}} -{"id":"ec-meeting-2022-09-02-4073cfefc7af53ca5756a34fc2a1279af9c30d72","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-02 - Cabinet of Executive Vice-President Frans Timmermans x CEE Bankwatch Network"],"date":["2022-09-02"],"summary":["Fit for 55, Repower EU and events planned under CZ Presidency"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-a282162080cef4ef2a8c0ab6247a3e03dc438507","eu-tr-93834493808-49","ec-person-d53e00c46a4cc62bbf533e0c9bb35bacb9121989","ec-person-33624431cbec1074e151c1707715ef46d2ba9565"]}} -{"id":"ec-meeting-2022-09-02-4e90958777b2c8b733fb5db77d0cb70211c57d2a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-02 - Cabinet of Vice-President Věra Jourová x News Media Europe"],"date":["2022-09-02"],"summary":["European Media Freedom Act"],"notes":["Portfolio: Values and Transparency"],"location":["videoconference call"],"address":["videoconference call"],"addressEntity":["addr-7276ec71205fc53d56bb101a3202566867d4a890"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["ec-person-aa83f35da599b82e4f15da018f4b3447eb648f7c","eu-tr-577812220311-81"]}} -{"id":"ec-meeting-2022-09-02-685ac7d468c9c1824f28e6b76dd9d69f970c75ff","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-02 - Cabinet of Vice-President Věra Jourová x Association of Commercial Television and Video on Demand Services in Europe"],"date":["2022-09-02"],"summary":["European Media Freedom Act"],"notes":["Portfolio: Values and Transparency"],"location":["conference call"],"address":["conference call"],"addressEntity":["addr-e26ec8db46626d4f460f33bdb70c0f9dfa8ef7f3"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["ec-person-aa83f35da599b82e4f15da018f4b3447eb648f7c","eu-tr-18574111503-28"]}} -{"id":"ec-meeting-2022-09-02-ac6a427b8f9f64445ea774b976a729fb640bb03c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-02 - Cabinet of Commissioner Ylva Johansson x Platform of European Social NGOs Caritas Europa Housing Europe"],"date":["2022-09-02"],"summary":["Ukraine\r\nSafe Homes Initiative"],"notes":["Portfolio: Home Affairs"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-commissioner-johansson-of-ylva"],"involved":["eu-tr-85083981189-35","ec-person-1cc1c011b9377e4d6f05577ee58ef3f7182c61b8","eu-tr-6082564924-85","eu-tr-794469327833-17"]}} -{"id":"ec-meeting-2022-09-02-e25417423420c04e008fab9137d4b3532e4578b3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-02 - Cabinet of Commissioner Nicolas Schmit x Young European Leadership"],"date":["2022-09-02"],"summary":["Meeting on Youth Policies"],"notes":["Portfolio: Jobs and Social Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-66fa2c2d100ec194caa42b5c6f97c36e2748b71c","ec-person-4cf4655ab41922e92160325d987a3c4615c72d30","eu-tr-416740040270-21"]}} -{"id":"ec-meeting-2022-09-04-f2d3237d985ea1e807625bf751dee6c7bfc6c6ce","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-04 - Cabinet of Vice-President Věra Jourová x Human Rights Watch"],"date":["2022-09-04"],"summary":["Rule of law and fundamental rights in EU countries, including Poland and Hungary"],"notes":["Portfolio: Values and Transparency"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["ec-person-76793b3bad1c7471121c510a962aae356d19c30b","eu-tr-56362448807-46"]}} -{"id":"ec-meeting-2022-09-05-0febce843398533d4088337035edddb51938146a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-05 - Cabinet of Commissioner Thierry Breton x EUROMETAUX"],"date":["2022-09-05"],"summary":["Energy market situations and decarbonisation plans"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-6308dea893b9b1ca0dcd5b91b4a1ac4c2f3020ad","ec-person-026c2270ec4cbabdb8ac223b2d1fa4202696dc8d","eu-tr-61650796093-48"]}} -{"id":"ec-meeting-2022-09-05-2ed9b712e932549ee4bf29982f56361d90f1ea5f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-05 - Cabinet of President Ursula von der Leyen x Invesco Management SA"],"date":["2022-09-05"],"summary":["Topics: \r\n- Eu sustainable finance framework (including on the corporate sustainability reporting Directive) \r\n- CMU plan including on AIFMD review and on the consolidated tape."],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["eu-tr-286394716669-89","ec-person-a159f03add374257584565c2b05cc5539a7526e6"]}} -{"id":"ec-meeting-2022-09-05-4afb1bd2c423b03a40ef88eb598d5c5df2c480cc","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2022-09-05 - Cabinet of Executive Vice-President Margrethe Vestager x Human Rights Watch"],"date":["2022-09-05"],"summary":["Relations with China.","EU policies."],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-56362448807-46","ec-person-eecca27e2a9c3fc0d4bd43564e4960382705feef","ec-person-8b6db5c3c4611618ade59c6d0dadc21c962f0ee7"]}} -{"id":"ec-meeting-2022-09-05-5b3a403d9160febd07c2ac6432369a47131fd0fe","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-05 - Cabinet of Executive Vice-President Valdis Dombrovskis x Human Rights Watch"],"date":["2022-09-05"],"summary":["due diligence, forced labour"],"notes":["Portfolio: An Economy that Works for People"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-235870cd7eb41f2494f695fce18b5b5b88647113","ec-person-7e9813c16d805ee7ebea3ef6444f384bc32abaaa","eu-tr-56362448807-46"]}} -{"id":"ec-meeting-2022-09-05-6d8f415626a5853e5e6ec2760a3a672d6d64baa0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-05 - Cabinet of Commissioner Adina Vălean x Supernal, LLC"],"date":["2022-09-05"],"summary":["Smart and sustainable mobility in Europe"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["eu-tr-096526947007-11","ec-person-7f9ba99138b4fa5c698037dc7507219b1319e0a7"]}} -{"id":"ec-meeting-2022-09-05-79dc900c3239189278976e1c4fcd4819358619f1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-05 - Mobility and Transport x International Road Transport Union Permanent Delegation to the EU"],"date":["2022-09-05"],"summary":["Social issues and mobility package"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-move"],"involved":["eu-tr-41802525291-86","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2022-09-05-82424dfb7b393a5547d99818a7622f63bb1320b0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-05 - Financial Stability, Financial Services and Capital Markets Union x Invesco Management SA Kreab"],"date":["2022-09-05"],"summary":["Capital markets, Sustainable finance and Digital finance"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-286394716669-89","eu-tr-1078390517-54","ec-person-1fce211249673c35ee07a801ddee77ab24af8d54"]}} -{"id":"ec-meeting-2022-09-05-88b517fbb90ad7340b63c6e116d883523dfae6f7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-05 - Cabinet of Commissioner Thierry Breton x ASML Netherlands B.V."],"date":["2022-09-05"],"summary":["Technological sovereignty and EU Chips Act"],"notes":["Portfolio: Internal Market"],"location":["eindhoven"],"address":["eindhoven"],"addressEntity":["addr-02f7056518874ae385fcd7ab04a6946d9b070e71"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-d6689ffc6695e7e65bdd0e0c0da1721d3031ea1b","eu-tr-070028236358-54"]}} -{"id":"ec-meeting-2022-09-05-acf4b64608434a53306e41803a209ccd16506256","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-05 - Cabinet of Vice-President Věra Jourová x EBU-UER (European Broadcasting Union)"],"date":["2022-09-05"],"summary":["European Media Freedom Act"],"notes":["Portfolio: Values and Transparency"],"location":["videoconference call"],"address":["videoconference call"],"addressEntity":["addr-7276ec71205fc53d56bb101a3202566867d4a890"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["eu-tr-93288301615-56","ec-person-aa83f35da599b82e4f15da018f4b3447eb648f7c"]}} -{"id":"ec-meeting-2022-09-05-da774fd1b33a06fcc455e428a855819ce813a653","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-05 - Cabinet of Executive Vice-President Frans Timmermans x Third Way Kreab"],"date":["2022-09-05"],"summary":["RePowerEU implementation"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-4d24ceb9e6bdaabe394d1506aa601a9ce9d0e59b","eu-tr-1078390517-54","ec-person-d53e00c46a4cc62bbf533e0c9bb35bacb9121989","eu-tr-651523046483-32"]}} -{"id":"ec-meeting-2022-09-05-dc5784b368accee855d170c5e61017c42781b59e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-05 - Cabinet of Executive Vice-President Frans Timmermans x PlasticsEurope"],"date":["2022-09-05"],"summary":["Invitation to K-fair 2022; chemical recycling; high energy prices related challenges of the plastics industry"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-454264611835-56","ec-person-8af3c81534786a740718d21dc58240738a53ed7b"]}} -{"id":"ec-meeting-2022-09-06-02918e2b2dd53148858b5994db4214cf2854d7e2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-06 - Cabinet of Vice-President Věra Jourová x Schwarz Unternehmenskommunikation International GmbH"],"date":["2022-09-06"],"summary":["Rule of law and the impact on the European Single Market, Due Diligence and corporate responsibility in (global) supply chains, Data Protection / Privacy Shield"],"notes":["Portfolio: Values and Transparency"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["eu-tr-383658039791-39","ec-person-76793b3bad1c7471121c510a962aae356d19c30b"]}} -{"id":"ec-meeting-2022-09-06-25ee99a36967d4f201e953e4b631fe9c5a6471ef","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-06 - Cabinet of Commissioner Mairead Mcguinness x Ibec"],"date":["2022-09-06"],"summary":["General EU issues since Mrs Reilly became Head of Cabinet on 1 September."],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["eu-tr-479468313744-50","ec-person-c7d8468d3870f7e4db534aa99b291f61e9d50404"]}} -{"id":"ec-meeting-2022-09-06-30da7aa4a7308befcda6f2563096386c39463cb0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-06 - Cabinet of Commissioner Thierry Breton x Airbus"],"date":["2022-09-06"],"summary":["Zero emission aviation"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-6308dea893b9b1ca0dcd5b91b4a1ac4c2f3020ad","eu-tr-2732167674-76"]}} -{"id":"ec-meeting-2022-09-06-36303be6d8381318a0a94ffca31f239e7c43d758","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-06 - Cabinet of Commissioner Nicolas Schmit x European Federation of Food, Agriculture and Tourism Trade Unions"],"date":["2022-09-06"],"summary":["Working conditions of domestic workers and impact of the war in Ukraine on the agro-food sector."],"notes":["Portfolio: Jobs and Social Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["eu-tr-33130841043-14","ec-person-8eb18b6102d444937bc6af5822a6742812165b48","ec-person-4cf4655ab41922e92160325d987a3c4615c72d30","ec-person-c03b949331dbbe5fa3d5423758e371ec1b9b832f"]}} -{"id":"ec-meeting-2022-09-06-3c70f8484b183c6b1b4ea895b42ff25fc2558a1e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-06 - Cabinet of Commissioner Kadri Simson x Advanced Biofuels Coalition"],"date":["2022-09-06"],"summary":["To exchange views on the legislative work on REDIII in the EU Institutions."],"notes":["Portfolio: Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["ec-person-f47a082bc2455a660c3b2ae348f0024736672752","eu-tr-526080337842-49"]}} -{"id":"ec-meeting-2022-09-06-479a79e8825e2362e98b9c12b7a50794ead076c4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-06 - Cabinet of Vice-President Věra Jourová x Deutscher Richterbund, Bund der Richterinnen und Richter, Staatsanwältinnen und Staatsanwälte"],"date":["2022-09-06"],"summary":["Rule of Law"],"notes":["Portfolio: Values and Transparency"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["eu-tr-3644916703-20","ec-person-221276f2dfa4b8fe628f08e982d967b6aeb61c57"]}} -{"id":"ec-meeting-2022-09-06-4b0a5557e71e77f4a47e52f924b0b1f3971c3379","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-06 - Cabinet of Executive Vice-President Frans Timmermans x Malaysian Timber Council Ridens"],"date":["2022-09-06"],"summary":["Deforestation regulation"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-4d24ceb9e6bdaabe394d1506aa601a9ce9d0e59b","eu-tr-995759947374-73","eu-tr-504144221473-32"]}} -{"id":"ec-meeting-2022-09-06-4d4e25cf9f5925237ca3bd7c44872377d1517cac","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-06 - Cabinet of Executive Vice-President Frans Timmermans x EUROMETAUX"],"date":["2022-09-06"],"summary":["Transition to a circular economy, availability of metals and overview of KU Leuven’s Metals for Clean Energy study findings"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-61650796093-48","ec-person-8af3c81534786a740718d21dc58240738a53ed7b"]}} -{"id":"ec-meeting-2022-09-06-51ca8481819cb6f612359a7d366ac0cb40fea9ba","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-06 - Cabinet of Commissioner Mairead Mcguinness x European Banking Federation"],"date":["2022-09-06"],"summary":["Sustainable finance"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Online meeting"],"address":["Online meeting"],"addressEntity":["addr-9d833a1da3074efd384ee6bc2b108c1f5bb379e0"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-05e041b8d277691244c6f31f9f6c3e2c871b3392","eu-tr-4722660838-23"]}} -{"id":"ec-meeting-2022-09-06-672f3c3e5423baf8cde66c32c15b03e77855778c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-06 - Cabinet of Executive Vice-President Frans Timmermans x None"],"date":["2022-09-06"],"summary":["Energy situation in the EU; financing of the green transition"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-7c876f4825f213b8adbedf089ccedfbc3b36d65b","eu-tr-493416718971-18","eu-tr-03094871618-32","eu-tr-27636291880-60","eu-tr-499059113403-37","eu-tr-271912611231-56","eu-tr-799142914971-03","eu-tr-36423781099-10","eu-tr-090350412968-04","eu-tr-78787381113-69"]}} -{"id":"ec-meeting-2022-09-06-6ed625db5feeeedeb38b7e1dad127955fdadd3d3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-06 - Cabinet of Executive Vice-President Frans Timmermans x BP p.l.c."],"date":["2022-09-06"],"summary":["Global gas markets, investments in green hydrogen and RePowerEU objectives with respect to diversification of gas supply, energy savings and renewable energy acceleration"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-3394026642-58","ec-person-7c876f4825f213b8adbedf089ccedfbc3b36d65b"]}} -{"id":"ec-meeting-2022-09-06-748e9c01e0622e67c901bd5f069259a6ef817c50","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-06 - Cabinet of Commissioner Virginijus Sinkevičius x Rabobank"],"date":["2022-09-06"],"summary":["Soil Health Resolution of Soil Champions at COP 27"],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["eu-tr-006687715492-92","ec-person-df7b6800b8d3048e28fedb084a8b0b72260d7a0a"]}} -{"id":"ec-meeting-2022-09-06-7a75baf2e175ed85bd6d33922e4900907984bd1b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-06 - Cabinet of Commissioner Olivér Várhelyi x Caritas Europa"],"date":["2022-09-06"],"summary":["IPA III"],"notes":["Portfolio: Neighbourhood and Enlargement"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-of-oliver-varhelyi"],"involved":["ec-person-daf8ff1073a04b30d2f54219ecc93002ef3a684d","eu-tr-6082564924-85"]}} -{"id":"ec-meeting-2022-09-06-9bebec292e2f757d25bbbc41786daaaec4304042","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-06 - Cabinet of Commissioner Mairead Mcguinness x BP p.l.c."],"date":["2022-09-06"],"summary":["Sustainable Finance"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["eu-tr-3394026642-58","ec-person-2b9c589fb2354bd93067644d2c3d2c058d4c4cc9","ec-person-05e041b8d277691244c6f31f9f6c3e2c871b3392"]}} -{"id":"ec-meeting-2022-09-06-9e08a969fc6103bd1f83f7d45a0b6c8da14b2d52","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-06 - Internal Market, Industry, Entrepreneurship and SMEs x H2GS AB"],"date":["2022-09-06"],"summary":["Short introductory discussion to present their mission to decarbonize hard-to-abate industries using green hydrogen produced by renewable electricity"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-grow"],"involved":["ec-person-0151c7e554d188fffc509ad636b7d1a84c5dfcd5","eu-tr-191319744634-58"]}} -{"id":"ec-meeting-2022-09-06-a1a5af36f5a11d3a4844468ec2dbf599ac5805f0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-06 - Cabinet of Executive Vice-President Frans Timmermans x Sihtasutus Eestimaa Looduse Fond"],"date":["2022-09-06"],"summary":["Implementation of the EU 2030 Biodiversity Strategy and progress on nature restoration proposal"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-205173621277-10","ec-person-8af3c81534786a740718d21dc58240738a53ed7b"]}} -{"id":"ec-meeting-2022-09-06-b782f10f35778d10f55c8b077fff03e5f078d237","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-06 - Cabinet of Commissioner Thierry Breton x None"],"date":["2022-09-06"],"summary":["Will follow"],"notes":["Portfolio: Internal Market"],"location":["videoconference"],"address":["videoconference"],"addressEntity":["addr-92b2fbb928e012810d80d9ef1abe12027beee200"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-002278013515-26","eu-tr-494613715191-85","eu-tr-537380918401-76","eu-tr-82853397708-89","eu-tr-717889945202-66","eu-tr-281155638075-51","eu-tr-249876817241-03","eu-tr-075071719925-75","eu-tr-017407241307-21","eu-tr-531047531752-02","eu-tr-381805014604-45","eu-tr-99255639490-47","ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","eu-tr-761350312404-52","eu-tr-46302264606-44","eu-tr-34424201320-69","eu-tr-0801162959-21","eu-tr-52431421-12","eu-tr-12238962750-40","eu-tr-76704342721-41","eu-tr-03181945560-59","eu-tr-35167875358-33","eu-tr-7721359944-96"]}} -{"id":"ec-meeting-2022-09-06-c7179c72f1d04fe2a035fa39fc79e3cc7da87c56","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-06 - Cabinet of Executive Vice-President Frans Timmermans x Teneo Brussels Tallano Technologie"],"date":["2022-09-06"],"summary":["Euro7 and brake technologies"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-083031940262-77","ec-person-d56ecbfde17436a136fc89c9a978b266e8285c84","eu-tr-91124993695-29"]}} -{"id":"ec-meeting-2022-09-06-d9d1f348b020cd836e7119fdc5613b38a37fff35","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-06 - Cabinet of President Ursula von der Leyen x European Energy Exchange AG"],"date":["2022-09-06"],"summary":["Short-term and long-term markets for the trading of power and gas, as well as related commodities such as emission allowances"],"notes":["Portfolio: President"],"location":["Brussels (VC)"],"address":["Brussels (VC)"],"addressEntity":["addr-7a7ab1034ef0b71e62ebf9a322dc5d9528505976"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-f2b941852d3b961d69ed695c2d243a1a2b4a1904","eu-tr-09579576238-53"]}} -{"id":"ec-meeting-2022-09-06-e24f0e17545ca76e6837f9294a93df0a52bd46da","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-06 - Mobility and Transport x Supernal, LLC"],"date":["2022-09-06"],"summary":["Advanced Air Mobility"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-move"],"involved":["eu-tr-096526947007-11","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2022-09-06-e4d3a938921818acb53338bc635bae8573605962","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-06 - Cabinet of Executive Vice-President Margrethe Vestager x FIPRA International SRL SOPRA STERIA GROUP"],"date":["2022-09-06"],"summary":["Presentation of Sopra Steria, AI Act, Data Act, Data Governance Act."],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-58746194306-23","eu-tr-717889945202-66","ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0"]}} -{"id":"ec-meeting-2022-09-06-e5ea52e92eae526dcd3c973b8725a4997bec4c94","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-06 - Cabinet of Vice-President Věra Jourová x Bundesverband der Deutschen Industrie e.V."],"date":["2022-09-06"],"summary":["Due diligence"],"notes":["Portfolio: Values and Transparency"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["ec-person-221276f2dfa4b8fe628f08e982d967b6aeb61c57","eu-tr-1771817758-48"]}} -{"id":"ec-meeting-2022-09-06-f3a2c202c21f77cdb2304f3c15a386b8f5b2373a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-06 - Cabinet of Commissioner Virginijus Sinkevičius x Schwarz Unternehmenskommunikation International GmbH"],"date":["2022-09-06"],"summary":["To exchange views on the progress towards a more circular economy, including on the forthcoming initiative under the Circular Economy Action Plan on packaging and packaging waste."],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["eu-tr-383658039791-39","ec-person-dd7a7b1952e158f4195d34cff333ec79a4f48ba3","ec-person-a58f1d06f5cb1d8dfd278e0c36d5aa1b9368b270"]}} -{"id":"ec-meeting-2022-09-07-0a635b608064b50c927f540f75935f733e04da33","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-07 - Cabinet of Vice-President Margaritis Schinas x Ελληνικός Επιμελητηριακός Επιχειρηματικός Σύνδεσμος Μεταφορών"],"date":["2022-09-07"],"summary":["-\tDigitalisation of transport\r\n-\tEU support for city logistics hubs\r\n-\tEU financial support for transport in Greece"],"notes":["Portfolio: Promoting the European Way of Life"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-margaritis-of-president-schinas-vice"],"involved":["ec-person-d5cada2a1a17537a675985af31e5ce07ae3bfd42","ec-person-43f9f86cfe94e45a95f7fbdea9a59a54955ebcfa","eu-tr-649326847588-35"]}} -{"id":"ec-meeting-2022-09-07-11ad25cacff8fbef7780d0fec525296493be6bcf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-07 - Cabinet of Commissioner Mairead Mcguinness x Wärtsilä Corporation Aula Europe"],"date":["2022-09-07"],"summary":["Sustainable finance taxonomy"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["eu-tr-289922721213-66","eu-tr-88742028087-64","ec-person-05e041b8d277691244c6f31f9f6c3e2c871b3392"]}} -{"id":"ec-meeting-2022-09-07-1fbbcb192068b804cd228f211b37b5ee5d23a430","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-07 - Cabinet of Executive Vice-President Margrethe Vestager x ARD-Verbindungsbüro Brüssel"],"date":["2022-09-07"],"summary":["Media Freedom Act"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["online"],"address":["online"],"addressEntity":["addr-2dbc2fd2358e1ea1b7a6bc08ea647b9a337ac92d"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-6774178922-55","ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0"]}} -{"id":"ec-meeting-2022-09-07-3d24559eacf735d9261b85b0a510c57e870c8749","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-07 - Cabinet of Commissioner Kadri Simson x None"],"date":["2022-09-07"],"summary":["e-fuels;\r\nEuropean Commission’s delegated acts (Art. 27 and Art.28 REDII)."],"notes":["Portfolio: Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["ec-person-f47a082bc2455a660c3b2ae348f0024736672752","eu-tr-039914146801-70","eu-tr-67820416722-09"]}} -{"id":"ec-meeting-2022-09-07-40ce732d22eac614af31facd936418adf7d2dd26","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-07 - Financial Stability, Financial Services and Capital Markets Union x International Financial Reporting Standards (IFRS) Foundation"],"date":["2022-09-07"],"summary":["Sustainability standards"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-830882416841-19","ec-person-1fce211249673c35ee07a801ddee77ab24af8d54"]}} -{"id":"ec-meeting-2022-09-07-5631306630858c6d2ccd3f40df3233b47fad5c56","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-07 - Competition x LA POSTE"],"date":["2022-09-07"],"summary":["Discussion on State Aids"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-comp"],"involved":["ec-person-f257bc19c568ad25083c1c1e1651426245cefedf","eu-tr-01890906437-84"]}} -{"id":"ec-meeting-2022-09-07-5c5e0e87d30887ae09a3309be3a35b1fe01fa182","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-07 - Competition x BOUYGUES EUROPE"],"date":["2022-09-07"],"summary":["Discussion on big tech platforms"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-comp"],"involved":["ec-person-f257bc19c568ad25083c1c1e1651426245cefedf","eu-tr-91216972728-77"]}} -{"id":"ec-meeting-2022-09-07-60cf872178eea7af30b40ca1bb7fee7fee615a81","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-07 - Cabinet of Executive Vice-President Margrethe Vestager x Confederazione Generale dell'Industria Italiana"],"date":["2022-09-07"],"summary":["Competition policies, the Chips Act, energy prices."],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-cc22f9036f136b68e22fa3af97972857e72dc249","ec-person-bb1f295d8be3d10004d7e5fd7c24248a21215775","eu-tr-27762251795-15"]}} -{"id":"ec-meeting-2022-09-07-75dce64e4b0acebf1924b05b6fa02b5e7ef346b6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-07 - Cabinet of Commissioner Jutta Urpilainen x Yleisradio Oy"],"date":["2022-09-07"],"summary":["European media landscape and regulation"],"notes":["Portfolio: International Partnerships"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["eu-tr-032997718553-70","ec-person-1ec9383fd54d9d4cd8a154c01fa71549eb8c75ac"]}} -{"id":"ec-meeting-2022-09-07-77efdb29e0a2a919834394c78ab4505dda02d83b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-07 - Cabinet of Commissioner Virginijus Sinkevičius x Health & Environment Alliance"],"date":["2022-09-07"],"summary":["To exchange views, upon HEAL’s request, on the upcoming Commission proposal for a revision of the Ambient Air Quality directives"],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["eu-tr-00723343929-96","ec-person-dd7a7b1952e158f4195d34cff333ec79a4f48ba3","ec-person-df7b6800b8d3048e28fedb084a8b0b72260d7a0a"]}} -{"id":"ec-meeting-2022-09-07-78c9fa227ebf91472e06038e91f2b95f08bad22b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-07 - Cabinet of Executive Vice-President Margrethe Vestager x european competitive telecommunications association"],"date":["2022-09-07"],"summary":["Digital policies."],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-11d97788772862bb34f51dd26d7f92603eac1bf8","eu-tr-24627752238-32","ec-person-73fb1ddd279f8c6697a055567a2c09606006b875"]}} -{"id":"ec-meeting-2022-09-07-7a4bc22847b302a8593e15606fce133f0082b23b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-07 - Cabinet of Vice-President Věra Jourová x Spotify"],"date":["2022-09-07"],"summary":["Digital Services Act and EMFA"],"notes":["Portfolio: Values and Transparency"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["eu-tr-365747616583-15","ec-person-bf54da17217bbddfd9c68fe24d88005ac17e2c4b"]}} -{"id":"ec-meeting-2022-09-07-8620ea0fa80a08cad91f49f10721283039035b1d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-07 - Cabinet of Executive Vice-President Frans Timmermans x Kreab Project Canary"],"date":["2022-09-07"],"summary":["Methane monitoring"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-4d24ceb9e6bdaabe394d1506aa601a9ce9d0e59b","eu-tr-1078390517-54","eu-tr-918231647418-16"]}} -{"id":"ec-meeting-2022-09-07-93d6ef8f9bd2d08ec8da37fb0635d86680f99aaa","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-07 - Cabinet of Commissioner Johannes Hahn x voestalpine AG"],"date":["2022-09-07"],"summary":["Current economic developments"],"notes":["Portfolio: Budget and Administration"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hahn-johannes-of"],"involved":["ec-person-0a9c49ba84ea78ae0ec9c6fadde7b6d66e7a1054","eu-tr-189510925414-06"]}} -{"id":"ec-meeting-2022-09-07-965ca98b3e38ecbb643966d0f9284d3cd9db8d5b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-07 - Cabinet of Executive Vice-President Frans Timmermans x Drax Group plc"],"date":["2022-09-07"],"summary":["Discussion on the Commission’s upcoming proposal on carbon removals certification"],"notes":["Portfolio: European Green Deal"],"location":["Video call"],"address":["Video call"],"addressEntity":["addr-ad60f43c3b2e61f55f8d15d2bb303f6d11ac791b"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-389275311163-19","ec-person-f1a3478550296f3f9accdc67d6ef5a0b681dda4b"]}} -{"id":"ec-meeting-2022-09-07-9b68567eecc7d4c42901211e3147e48e14b338b3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-07 - Mobility and Transport x Lufthansa Group"],"date":["2022-09-07"],"summary":["slot relief for winter season"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-move"],"involved":["eu-tr-0714344663-32","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2022-09-07-a56c4edefc1cafd8199559ae1610fc1c2452eb3c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-07 - Cabinet of President Ursula von der Leyen x ARD-Verbindungsbüro Brüssel"],"date":["2022-09-07"],"summary":["Media Freedom Act"],"notes":["Portfolio: President"],"location":["Brussels (WEBEX)"],"address":["Brussels (WEBEX)"],"addressEntity":["addr-3afbdeda01f3dac93a9dc841fdac57d9de27b869"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-7019713e72781afb1f3b19032c4752a314b78180","eu-tr-6774178922-55"]}} -{"id":"ec-meeting-2022-09-07-b836c61573680b829008089273506656aa4d76e6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-07 - Financial Stability, Financial Services and Capital Markets Union x Principles for Responsible Investment"],"date":["2022-09-07"],"summary":["Sustainable Finance"],"location":["Virtual meeting"],"address":["Virtual meeting"],"addressEntity":["addr-1f1f3f51a4da31a1ea5c1b4b21cbf52ad983224f"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-612289519524-31","ec-person-1fce211249673c35ee07a801ddee77ab24af8d54"]}} -{"id":"ec-meeting-2022-09-07-c7277c047d029229daddf4e3f31224202d24834b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-07 - Cabinet of Commissioner Jutta Urpilainen x Aula Europe Wärtsilä Corporation"],"date":["2022-09-07"],"summary":["EU electricity market"],"notes":["Portfolio: International Partnerships"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["eu-tr-289922721213-66","eu-tr-88742028087-64","ec-person-26cc31f8d5b9581bfc496e29c4b603745b75d980"]}} -{"id":"ec-meeting-2022-09-07-cc1800a115ec958a110203465453e53d3403fa97","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-07 - Cabinet of Executive Vice-President Valdis Dombrovskis x Eli Lilly and Company"],"date":["2022-09-07"],"summary":["Extension of the so-called ‘TRIPS waiver’ mechanism to therapeutics & diagnostics"],"notes":["Portfolio: An Economy that Works for People"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["eu-tr-04657143399-39","ec-person-3520008ac93a203db50d106deafde939bc2729f1"]}} -{"id":"ec-meeting-2022-09-07-cd20d599c2ccc93984a8592883728c4d2e7f7bda","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-07 - Cabinet of Commissioner Thierry Breton x Spotify"],"date":["2022-09-07"],"summary":["Compliance with DSA and DMA"],"notes":["Portfolio: Internal Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-365747616583-15","ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","ec-person-4d83416435f81b1f1e8f5c86aeebb1478577f1d2"]}} -{"id":"ec-meeting-2022-09-07-d07f50c3c77c2217764398b0e867b97e7ce2c1ff","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-07 - Cabinet of Commissioner Jutta Urpilainen x East and North Finland EU Office"],"date":["2022-09-07"],"summary":["Economy, logistics and energy."],"notes":["Portfolio: International Partnerships"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["eu-tr-626247915526-71","ec-person-26cc31f8d5b9581bfc496e29c4b603745b75d980"]}} -{"id":"ec-meeting-2022-09-07-d68d2a1e0bb496d492e4aceca0ad66e67caa7598","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-07 - Cabinet of Executive Vice-President Margrethe Vestager x Atlantic Council of the United States, Inc"],"date":["2022-09-07"],"summary":["Digital policies"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-524686116124-73","ec-person-8b6db5c3c4611618ade59c6d0dadc21c962f0ee7"]}} -{"id":"ec-meeting-2022-09-07-d8431a6ec7734921a119235bdc29de995b989a69","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-07 - Cabinet of President Ursula von der Leyen x Shell Companies"],"date":["2022-09-07"],"summary":["price cap Russian oil"],"notes":["Portfolio: President"],"location":["Brussels (VC)"],"address":["Brussels (VC)"],"addressEntity":["addr-7a7ab1034ef0b71e62ebf9a322dc5d9528505976"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-f2b941852d3b961d69ed695c2d243a1a2b4a1904","eu-tr-05032108616-26"]}} -{"id":"ec-meeting-2022-09-07-dba162002278ef840a57e8a6d72483ec314e6fa0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-07 - Cabinet of Vice-President Margaritis Schinas x Mediterranean Gas SA"],"date":["2022-09-07"],"summary":["Energy transition and repower eu"],"notes":["Portfolio: Promoting the European Way of Life"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-margaritis-of-president-schinas-vice"],"involved":["ec-person-d5cada2a1a17537a675985af31e5ce07ae3bfd42","eu-tr-473302647444-92","ec-person-43f9f86cfe94e45a95f7fbdea9a59a54955ebcfa"]}} -{"id":"ec-meeting-2022-09-07-e78111773ff79bdd94e296dc1d05b91df8bec4e6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-07 - Cabinet of Executive Vice-President Frans Timmermans x European Energy Forum"],"date":["2022-09-07"],"summary":["RePowerEU implementation and challenges ahead"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce","eu-tr-45953576620-17"]}} -{"id":"ec-meeting-2022-09-07-f622c7645287b78193937a66da2fdf9609162a05","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-07 - Cabinet of Executive Vice-President Margrethe Vestager x Spotify"],"date":["2022-09-07"],"summary":["Issues within competition portfolio."],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-bb1f295d8be3d10004d7e5fd7c24248a21215775","eu-tr-365747616583-15","ec-person-11d97788772862bb34f51dd26d7f92603eac1bf8"]}} -{"id":"ec-meeting-2022-09-07-fa5d41e9a3cefe311b97ce4d4dd3e0074513e751","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-07 - Cabinet of Commissioner Didier Reynders x European Network of Councils for the Judiciary Academic Cooperation Association European Association of Judges"],"date":["2022-09-07"],"summary":["Rule of Law"],"notes":["Portfolio: Justice"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-didier-of-reynders"],"involved":["ec-person-1e25399e2267734c5f4c69093d2286c8898ee9f0","eu-tr-791937418045-95","ec-person-6c2abeaa21f9fe09b6a21f7f73e03d924e89018e","eu-tr-61342526458-86","eu-tr-45444124056-57"]}} -{"id":"ec-meeting-2022-09-07-fd8e5a1b9c9360fd94dd67ae6bb53345a8c8745a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-07 - Cabinet of Commissioner Kadri Simson x Shell Companies"],"date":["2022-09-07"],"summary":["Winter preparedness (discussion together with Cabinet Von Der Leyen)"],"notes":["Portfolio: Energy"],"location":["Videconference"],"address":["Videconference"],"addressEntity":["addr-e611dc74f08dc0cb4369d9147ee1bc357f769320"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["ec-person-2fb98fc84d2cf8d481688eff3d47f7745ead3592","eu-tr-05032108616-26"]}} -{"id":"ec-meeting-2022-09-08-07b148453a7104851c8de30c495848ca62a70099","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-08 - Cabinet of Commissioner Kadri Simson x Hydrogen Europe"],"date":["2022-09-08"],"summary":["Cooperation with the EU on green hydrogen"],"notes":["Portfolio: Energy"],"location":["New Delhi, India"],"address":["New Delhi, India"],"addressEntity":["addr-4c8363afbce75d6b821d75736874f2778a861f66"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["eu-tr-77659588648-75","ec-person-1995c65b8dc7f3702a8c30ed96a0144075848837"]}} -{"id":"ec-meeting-2022-09-08-0822f8c22f46e91f4a4e76bacdba171be81dffdb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-08 - Cabinet of Vice-President Věra Jourová x The Daphne Caruana Galizia Foundation Committee to Protect Journalists European Federation of Journalists Europäisches Zentrum für Presse- und Medienfreiheit European University Institute ARTICLE 19: Global Campaign for Free Expression CSE COE"],"date":["2022-09-08"],"summary":["European Media Freedom Act"],"notes":["Portfolio: Values and Transparency"],"location":["videoconference call"],"address":["videoconference call"],"addressEntity":["addr-7276ec71205fc53d56bb101a3202566867d4a890"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["eu-tr-415993546660-92","ec-person-aa83f35da599b82e4f15da018f4b3447eb648f7c","eu-tr-276843825574-05","eu-tr-481066842274-13","eu-tr-823710129179-63","eu-tr-27471236588-39","eu-tr-594787238502-76","eu-tr-370649919011-72"]}} -{"id":"ec-meeting-2022-09-08-0dcf3e3bd5776bc8bd36ec065d68ffef57b0d820","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-08 - Mobility and Transport x Lightyear"],"date":["2022-09-08"],"summary":["solar-electric vehicles"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-move"],"involved":["ec-person-26cdfacae671b09917bee1a91c91973941fa58a2","eu-tr-802087536653-09"]}} -{"id":"ec-meeting-2022-09-08-1daba9c4a4c50fa88dfa7be883a3a1773a0b749e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-08 - Cabinet of Executive Vice-President Margrethe Vestager x Confederation of Danish Industry"],"date":["2022-09-08"],"summary":["Current geopolitical challenges."],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-d7607503188de4dff4a730df803ecaac9b411aae","ec-person-cc22f9036f136b68e22fa3af97972857e72dc249","eu-tr-5749958415-41"]}} -{"id":"ec-meeting-2022-09-08-29357cf4d470497da520cfa30ee89df1f8184da4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-08 - Cabinet of Commissioner Kadri Simson x European Energy Exchange AG"],"date":["2022-09-08"],"summary":["Winter preparedness"],"notes":["Portfolio: Energy"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["ec-person-ba3b83676ad38094e71b64b644f3e3d2c61b8182","ec-person-2fb98fc84d2cf8d481688eff3d47f7745ead3592","eu-tr-09579576238-53","ec-person-d40f25b5cb5c0681854a4996da444478318f7e58"]}} -{"id":"ec-meeting-2022-09-08-2aafd61d1eb655d83f76aca86fef6b7129e31511","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-08 - Climate Action x European Road Transport Research Advisory Council"],"date":["2022-09-08"],"summary":["Exchange on European Technology Platforms"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-dg-clima"],"involved":["eu-tr-855647016671-07","ec-person-9b22efca5a7cba901f8646c18a8854c47b21650d"]}} -{"id":"ec-meeting-2022-09-08-2f578ef7a43a26e1285a05836f6fe9b83eb8f24b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-08 - Cabinet of Commissioner Mairead Mcguinness x BNP PARIBAS"],"date":["2022-09-08"],"summary":["Basel III"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Prague"],"address":["Prague"],"addressEntity":["addr-f1ef175756e0f637f1fb8ae47f65517d0601549a"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-2b9c589fb2354bd93067644d2c3d2c058d4c4cc9","ec-person-69324896e96bbd9e20f797e4c49f0d286d058227","eu-tr-78787381113-69","ec-person-49e520c7a9c9c47ccb5acfa68f9416e4233af9f8"]}} -{"id":"ec-meeting-2022-09-08-3566fc0ee905a9bd9de600cb440d9b55fc8f22e7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-08 - Cabinet of Commissioner Mairead Mcguinness x Society for Worldwide Interbank Financial Telecommunication"],"date":["2022-09-08"],"summary":["Instant payments and sanctions"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Prague"],"address":["Prague"],"addressEntity":["addr-f1ef175756e0f637f1fb8ae47f65517d0601549a"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["eu-tr-011095511691-05","ec-person-2b9c589fb2354bd93067644d2c3d2c058d4c4cc9","ec-person-69324896e96bbd9e20f797e4c49f0d286d058227","ec-person-49e520c7a9c9c47ccb5acfa68f9416e4233af9f8"]}} -{"id":"ec-meeting-2022-09-08-376d947dd99073d3e9e46117712fad7cb9edc972","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-08 - Cabinet of Executive Vice-President Valdis Dombrovskis x Google"],"date":["2022-09-08"],"summary":["1) Trade & Technology Council (TTC) meeting; 2) Digital policies and digital trade aspects, including cyber security and fight against disinformation"],"notes":["Portfolio: An Economy that Works for People"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-1d8581216d9aa7f26fa098a81e84ca61e0e3f261","eu-tr-03181945560-59"]}} -{"id":"ec-meeting-2022-09-08-4cf63e732e524953b5660f9f14fb7da81d081b24","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-08 - Cabinet of Commissioner Mairead Mcguinness x Crédit Agricole S.A."],"date":["2022-09-08"],"summary":["Basel III"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Prague"],"address":["Prague"],"addressEntity":["addr-f1ef175756e0f637f1fb8ae47f65517d0601549a"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-2b9c589fb2354bd93067644d2c3d2c058d4c4cc9","ec-person-69324896e96bbd9e20f797e4c49f0d286d058227","eu-tr-35147251117-11","ec-person-49e520c7a9c9c47ccb5acfa68f9416e4233af9f8"]}} -{"id":"ec-meeting-2022-09-08-54f4190d084eee3386bb509f380320e47fcc920a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-08 - Cabinet of Commissioner Thierry Breton x RECHARGE aisbl"],"date":["2022-09-08"],"summary":["Batteries and REPowerEU"],"notes":["Portfolio: Internal Market"],"location":["videoconference"],"address":["videoconference"],"addressEntity":["addr-92b2fbb928e012810d80d9ef1abe12027beee200"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-673674011803-02","ec-person-026c2270ec4cbabdb8ac223b2d1fa4202696dc8d"]}} -{"id":"ec-meeting-2022-09-08-7ce2866486ca9494551d29a26eab5514235dabbc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-08 - Cabinet of Commissioner Olivér Várhelyi x European Health Forum Gastein"],"date":["2022-09-08"],"summary":["Resilience of the health Sector in the Western Balkans"],"notes":["Portfolio: Neighbourhood and Enlargement"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-of-oliver-varhelyi"],"involved":["eu-tr-022328713595-61","ec-person-daf8ff1073a04b30d2f54219ecc93002ef3a684d"]}} -{"id":"ec-meeting-2022-09-08-84590fa0d239d9fa31ec26d9f7143d087ce4df93","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-08 - Cabinet of Commissioner Mairead Mcguinness x Bank of America Corporation"],"date":["2022-09-08"],"summary":["CMU"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Prague"],"address":["Prague"],"addressEntity":["addr-f1ef175756e0f637f1fb8ae47f65517d0601549a"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-2b9c589fb2354bd93067644d2c3d2c058d4c4cc9","ec-person-69324896e96bbd9e20f797e4c49f0d286d058227","eu-tr-53891615036-88","ec-person-49e520c7a9c9c47ccb5acfa68f9416e4233af9f8"]}} -{"id":"ec-meeting-2022-09-08-9ead5be2d7f8abaf6d815f63066b4d3988855a5a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-08 - Cabinet of Commissioner Mairead Mcguinness x UniCredit"],"date":["2022-09-08"],"summary":["Basel III and retail investment strategy"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Prague"],"address":["Prague"],"addressEntity":["addr-f1ef175756e0f637f1fb8ae47f65517d0601549a"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-2b9c589fb2354bd93067644d2c3d2c058d4c4cc9","ec-person-69324896e96bbd9e20f797e4c49f0d286d058227","eu-tr-03094871618-32","ec-person-49e520c7a9c9c47ccb5acfa68f9416e4233af9f8"]}} -{"id":"ec-meeting-2022-09-08-ac5131c81fe7b2936f229cd6218720d4c6cfbae7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-08 - Cabinet of Commissioner Virginijus Sinkevičius x International Chemical Secretariat"],"date":["2022-09-08"],"summary":["To exchange views, upon ChemSec’s request, on the implementation of the Chemicals Strategy and in particular on the ongoing work by the Commission for the revision of REACH"],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["eu-tr-95363765837-60","ec-person-dd7a7b1952e158f4195d34cff333ec79a4f48ba3","ec-person-df7b6800b8d3048e28fedb084a8b0b72260d7a0a"]}} -{"id":"ec-meeting-2022-09-08-aeae036b8572238bf9aeb733abe8f3090ef04afe","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-08 - Cabinet of Commissioner Jutta Urpilainen x Open Government Partnership Secretariat"],"date":["2022-09-08"],"summary":["Discussion with OGP on democracy, transparency and participation."],"notes":["Portfolio: International Partnerships"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["eu-tr-681306927105-61","ec-person-6357f4506ca5351b3a822936612fd6006da48722"]}} -{"id":"ec-meeting-2022-09-08-b0d352f94819ea484b9e6a8914aae439ed5a68ff","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2022-09-08 - Cabinet of Executive Vice-President Margrethe Vestager x ACT | The App Association"],"date":["2022-09-08"],"summary":["Regulation for Mobile Phones, Cordless Phones and Tablets","Digital policies."],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-72029513877-54","ec-person-3da433aae105b13fe027e9c9b3dcac2c97029370","ec-person-8b6db5c3c4611618ade59c6d0dadc21c962f0ee7"]}} -{"id":"ec-meeting-2022-09-08-b61e2da5c3a4cb99a2b02fce9c3c1f3b6cd40980","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-08 - Cabinet of Executive Vice-President Margrethe Vestager x IT-Political Association of Denmark European Digital Rights epicenter.works - Plattform Grundrechtspolitik"],"date":["2022-09-08"],"summary":["Telecom, Open Internet Regulation."],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["online"],"address":["online"],"addressEntity":["addr-2dbc2fd2358e1ea1b7a6bc08ea647b9a337ac92d"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-881375334337-75","eu-tr-16311905144-06","eu-tr-685809321315-95","ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0"]}} -{"id":"ec-meeting-2022-09-08-cc329db033496f29912eed200677692f9eb74c4e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-08 - Cabinet of Commissioner Nicolas Schmit x Le Mouvement associatif"],"date":["2022-09-08"],"summary":["Social economy and the role of no-profit associations"],"notes":["Portfolio: Jobs and Social Rights"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-c2208333f0f75350eef62b355a40bf856f2d9cef","eu-tr-069083647179-78"]}} -{"id":"ec-meeting-2022-09-08-d11354a38af32893b15d7fdd65e2268382042536","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-08 - Cabinet of Commissioner Virginijus Sinkevičius x WCS EU"],"date":["2022-09-08"],"summary":["To discuss COP15, mainly focused on the road ahead to Montreal in December, as well as the topics of biodiversity funding and deforestation."],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["ec-person-161a941900356f9c80cf6ea2ff5ca9963f8e73a6","ec-person-dd7a7b1952e158f4195d34cff333ec79a4f48ba3","eu-tr-054662633848-40"]}} -{"id":"ec-meeting-2022-09-08-e35d031586a9a0d920140dbfc24b9c14504f2f6f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-08 - Cabinet of Commissioner Mairead Mcguinness x Citigroup Inc."],"date":["2022-09-08"],"summary":["Energy and financial stability"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Prague"],"address":["Prague"],"addressEntity":["addr-f1ef175756e0f637f1fb8ae47f65517d0601549a"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-2b9c589fb2354bd93067644d2c3d2c058d4c4cc9","ec-person-69324896e96bbd9e20f797e4c49f0d286d058227","eu-tr-00353757573-57","ec-person-49e520c7a9c9c47ccb5acfa68f9416e4233af9f8"]}} -{"id":"ec-meeting-2022-09-08-f0a6c5dd3695ff5be505bd8d6b4fecb16c93041b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-08 - Cabinet of Executive Vice-President Valdis Dombrovskis x Society for Worldwide Interbank Financial Telecommunication"],"date":["2022-09-08"],"summary":["Application of sanctions to Russia"],"notes":["Portfolio: An Economy that Works for People"],"location":["Prague"],"address":["Prague"],"addressEntity":["addr-f1ef175756e0f637f1fb8ae47f65517d0601549a"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["eu-tr-011095511691-05","ec-person-9e7bd1005456277f156b671d1555c6a460fb2f58"]}} -{"id":"ec-meeting-2022-09-09-5a2a543bd69645f74d451ac34b83b632c6074e2c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-09 - Cabinet of Commissioner Adina Vălean x Société nationale SNCF"],"date":["2022-09-09"],"summary":["Rail"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["ec-person-cc0354fbf386eb83f57c00ad5240f1dddeeabab4","eu-tr-97914681026-14","ec-person-6e21d867543ef3b910e746c319cb048abd054702"]}} -{"id":"ec-meeting-2022-09-09-999d277b9883dbc9fd57accf8c8a63f8e4a551f1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-09 - Cabinet of Commissioner Nicolas Schmit x European Youth Forum"],"date":["2022-09-09"],"summary":["Meeting on youth policies."],"notes":["Portfolio: Jobs and Social Rights"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-66fa2c2d100ec194caa42b5c6f97c36e2748b71c","eu-tr-43251547769-22","ec-person-c03b949331dbbe5fa3d5423758e371ec1b9b832f"]}} -{"id":"ec-meeting-2022-09-09-a85fa701f7e3ff4c7058e1cd7ee03c2d22c56c90","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-09 - Energy x Cheniere Energy, Inc."],"date":["2022-09-09"],"summary":["Security of supply and the EU Energy Platform."],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-932288747927-37","ec-person-9c0f33ecb9f6badd5f4b5f1a4bd7677e18a52a22"]}} -{"id":"ec-meeting-2022-09-09-ee11bc954ec857ca1bfeccfd8b13dfaebb10d0d4","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2022-09-09 - Cabinet of Executive Vice-President Margrethe Vestager x OVH Groupe"],"date":["2022-09-09"],"summary":["Digital policies.","European Cybersecurity Certification Scheme for Cloud Services"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["online"],"address":["online"],"addressEntity":["addr-2dbc2fd2358e1ea1b7a6bc08ea647b9a337ac92d"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-281155638075-51","ec-person-3da433aae105b13fe027e9c9b3dcac2c97029370","ec-person-8b6db5c3c4611618ade59c6d0dadc21c962f0ee7"]}} -{"id":"ec-meeting-2022-09-09-f27ac1897529dd96957e4c1f678b4be6cad50bdd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-09 - Cabinet of Vice-President Margaritis Schinas x Pfizer Inc."],"date":["2022-09-09"],"summary":["Pharma Strategy"],"notes":["Portfolio: Promoting the European Way of Life"],"location":["Thessaloniki"],"address":["Thessaloniki"],"addressEntity":["addr-a100f95859ffeab9e8976aa80f3d8cec12a5b396"],"organizer":["ec-cabinet-margaritis-of-president-schinas-vice"],"involved":["ec-person-d5cada2a1a17537a675985af31e5ce07ae3bfd42","eu-tr-4263301811-33"]}} -{"id":"ec-meeting-2022-09-12-00565618e14559bd74a5c27bfc4f113da34bb0ee","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-12 - Communications Networks, Content and Technology x Google"],"date":["2022-09-12"],"summary":["Digital topics"],"location":["San Francisco, US"],"address":["San Francisco, US"],"addressEntity":["addr-3864431b385526aec85aecbf5a237b8d43dc0e0b"],"organizer":["ec-dg-connect"],"involved":["eu-tr-03181945560-59","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2022-09-12-16f6256a45af6bc6c1c430811f22b3e24fc94cf3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-12 - Cabinet of Executive Vice-President Frans Timmermans x ALDI Einkauf SE & Co. oHG (ALDI Nord) ALDI SÜD Dienstleistungs-SE & Co. oHG"],"date":["2022-09-12"],"summary":["Transition to a circular economy"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-027101040841-39","ec-person-8af3c81534786a740718d21dc58240738a53ed7b","eu-tr-393730540563-19"]}} -{"id":"ec-meeting-2022-09-12-26911179bd8cc740b1cd0fd9e2642c45f71ac0e5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-12 - Competition x Avisa Partners"],"date":["2022-09-12"],"summary":["Discussion on DMA"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-comp"],"involved":["ec-person-f257bc19c568ad25083c1c1e1651426245cefedf","eu-tr-54210841652-13"]}} -{"id":"ec-meeting-2022-09-12-37c46df4723d4ff3897ec8210accdcdfaad51a3b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-12 - Cabinet of Executive Vice-President Frans Timmermans x European Community Shipowners' Associations"],"date":["2022-09-12"],"summary":["State of play of the FuelEU Maritime initiative and discussion on how to foster the uptake of cleaner fuels in shipping"],"notes":["Portfolio: European Green Deal"],"location":["Video call"],"address":["Video call"],"addressEntity":["addr-ad60f43c3b2e61f55f8d15d2bb303f6d11ac791b"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-f1a3478550296f3f9accdc67d6ef5a0b681dda4b","eu-tr-59004966537-01"]}} -{"id":"ec-meeting-2022-09-12-55c21191f4de7db8995b9be5e8c616444b7a4b20","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-12 - Cabinet of Executive Vice-President Frans Timmermans x Brazilian Tree Industry"],"date":["2022-09-12"],"summary":["Deforestation regulation"],"notes":["Portfolio: European Green Deal"],"location":["Video-conference"],"address":["Video-conference"],"addressEntity":["addr-afae67aab834151e72f631228e72361e369db072"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-4d24ceb9e6bdaabe394d1506aa601a9ce9d0e59b","eu-tr-706627042924-27"]}} -{"id":"ec-meeting-2022-09-12-561484bb87c740efbf93b8533d6733f42a77bb6d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-12 - Communications Networks, Content and Technology x Meta Platforms Ireland Limited and its various subsidiaries (f/k/a Facebook Ireland Limited)"],"date":["2022-09-12"],"summary":["Metaverse/digital"],"location":["San Francisco, US"],"address":["San Francisco, US"],"addressEntity":["addr-3864431b385526aec85aecbf5a237b8d43dc0e0b"],"organizer":["ec-dg-connect"],"involved":["eu-tr-28666427835-74","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2022-09-12-58bc736e12674758f136815acd135361bee65970","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-12 - Cabinet of Commissioner Janusz Wojciechowski x Dairy UK"],"date":["2022-09-12"],"summary":["Commissioner Wojciechowski's participation as a speaker at the session on Dairy Outlook 2022 at the International Dairy Foundation World Dairy Summit (WDS) \"Panel on Food Policies and Regulation\"."],"notes":["Portfolio: Agriculture"],"location":["online"],"address":["online"],"addressEntity":["addr-2dbc2fd2358e1ea1b7a6bc08ea647b9a337ac92d"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["eu-tr-776259317589-13","ec-person-7869e6adc9c6329f8dea9a0fd02d998d8ffa57f6","ec-person-08c62f972c22464aca7a65520eb9406f8db14a66"]}} -{"id":"ec-meeting-2022-09-12-5dfb262ace29bb07b108474d3c86951c633cfba2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-12 - Cabinet of Executive Vice-President Frans Timmermans x Koninklijke Philips Royal DSM"],"date":["2022-09-12"],"summary":["Sustainability reporting"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-035366013790-68","ec-person-e88af8eb396e96e3dbc9b4ec6e40a348d26c389c","eu-tr-73926352722-07"]}} -{"id":"ec-meeting-2022-09-12-6054b0d95d8e3537f9ee3985d2e976eb3ef8cd17","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-12 - Cabinet of Commissioner Kadri Simson x ASOCIACION ESPAÑOLA DE FABRICANTES DE AZULEJOS Y PAVIMENTOS CERAMICOS"],"date":["2022-09-12"],"summary":["EU Emissions Trading System (EU ETS), decarbonization, and the green deal regulations"],"notes":["Portfolio: Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["ec-person-ba3b83676ad38094e71b64b644f3e3d2c61b8182","eu-tr-385163645728-68"]}} -{"id":"ec-meeting-2022-09-12-63ba3692ba45c861ba51d504d72419f4505d5bbe","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-12 - Cabinet of Executive Vice-President Margrethe Vestager x H. Lundbeck A/S"],"date":["2022-09-12"],"summary":["Green and digital transition and Pharma strategy."],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Copenhagen"],"address":["Copenhagen"],"addressEntity":["addr-3f7c839db34cfeebcefe96d90a0e37e02c8e52c6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-d7607503188de4dff4a730df803ecaac9b411aae","ec-person-11d97788772862bb34f51dd26d7f92603eac1bf8","eu-tr-118500617129-29"]}} -{"id":"ec-meeting-2022-09-12-75f09b7b572f434bcd8eab7dfe704be8ede81233","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-12 - Financial Stability, Financial Services and Capital Markets Union x European Association of Co-operative Banks"],"date":["2022-09-12"],"summary":["CMDI"],"location":["Virtual meeting"],"address":["Virtual meeting"],"addressEntity":["addr-1f1f3f51a4da31a1ea5c1b4b21cbf52ad983224f"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-4172526951-19","ec-person-1fce211249673c35ee07a801ddee77ab24af8d54"]}} -{"id":"ec-meeting-2022-09-12-91e8d886e1f8d3dc68d697df0e8151f70397580e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-12 - Cabinet of Commissioner Mairead Mcguinness x BANCO BILBAO VIZCAYA ARGENTARIA"],"date":["2022-09-12"],"summary":["Financial literacy"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Virtual meeting"],"address":["Virtual meeting"],"addressEntity":["addr-1f1f3f51a4da31a1ea5c1b4b21cbf52ad983224f"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-3a66109f0585c657edbe69190faa41919b50e05f","eu-tr-090350412968-04","ec-person-778f68c06d4985a2eda59737cdb80e7a4570f90f"]}} -{"id":"ec-meeting-2022-09-12-a54d0a5c4fb0f42f5e90417457e8ac96994b9564","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-12 - Cabinet of Executive Vice-President Frans Timmermans x European University Institute Environmental Defense Fund Europe"],"date":["2022-09-12"],"summary":["EU action and communication on the importance of methane emissions mitigation"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-415993546660-92","eu-tr-055599331897-93","ec-person-d53e00c46a4cc62bbf533e0c9bb35bacb9121989"]}} -{"id":"ec-meeting-2022-09-12-af876678d8736e601f7e5e7a0a4b5cec4a1ba7a8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-12 - Communications Networks, Content and Technology x Salesforce"],"date":["2022-09-12"],"summary":["Digital issues"],"location":["San Francisco - US"],"address":["San Francisco - US"],"addressEntity":["addr-71165886b5b859803ef0f334d81a8313e3845a34"],"organizer":["ec-dg-connect"],"involved":["eu-tr-991195317279-06","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2022-09-12-b1aeddff1a0d9438dbeafd2956e0bf2459d7e336","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-12 - Communications Networks, Content and Technology x Stripe, Inc."],"date":["2022-09-12"],"summary":["Digital issues"],"location":["San Francisco, US"],"address":["San Francisco, US"],"addressEntity":["addr-3864431b385526aec85aecbf5a237b8d43dc0e0b"],"organizer":["ec-dg-connect"],"involved":["eu-tr-389356530261-76","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2022-09-12-d82dc625ff19c20b2607951d5f1ce56a78abf07a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-12 - Cabinet of Commissioner Virginijus Sinkevičius x European Chemical Industry Council"],"date":["2022-09-12"],"summary":["CLP Regulation"],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["eu-tr-64879142323-90","ec-person-df7b6800b8d3048e28fedb084a8b0b72260d7a0a"]}} -{"id":"ec-meeting-2022-09-12-db2b2c5c065d72ad0bdfa8213fec3c061de36e9b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-12 - Cabinet of Commissioner Jutta Urpilainen x ASSOCIATION INTERNATIONALE DES MAIRES FRANCOPHONES Commonwealth Local Govenment Forum Organización Mundial de Ciudades y Gobiernos Locales Unidos - United Cities and Local Governments"],"date":["2022-09-12"],"summary":["Signing ceremony of the renewal of the five Framework Partnership Agreements (FPAs) with five Associations of Local Authorities"],"notes":["Portfolio: International Partnerships"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["eu-tr-461867624888-33","eu-tr-923243224426-09","eu-tr-793034324893-09","ec-person-7c4fa9cfb750b5b524c065180fcee1123b8df03e"]}} -{"id":"ec-meeting-2022-09-12-f46a3db23cecbfaea6a2f8124a1da7f087488a98","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-12 - Cabinet of Commissioner Johannes Hahn x Austrian Airlines"],"date":["2022-09-12"],"summary":["Economic situation, Covid-19 Recovery, Fit for 55"],"notes":["Portfolio: Budget and Administration"],"location":["Vienna"],"address":["Vienna"],"addressEntity":["addr-8b6cea61d247482e9e7f1e7efb1db432a69bbcb2"],"organizer":["ec-cabinet-commissioner-hahn-johannes-of"],"involved":["ec-person-6dd3472dac004e43ec1fa4f5b4106e3b476c9ce7","eu-tr-983474516327-48"]}} -{"id":"ec-meeting-2022-09-13-39eb8e9f2b3505d3a3c09139485a1c0acaa4ae90","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-13 - Cabinet of Executive Vice-President Frans Timmermans x WindEurope"],"date":["2022-09-13"],"summary":["Preparation for EVP meeting"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-a282162080cef4ef2a8c0ab6247a3e03dc438507","eu-tr-19920706471-21"]}} -{"id":"ec-meeting-2022-09-13-3ca5cf73725affb81b7a902ac6891756ff24a2ff","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-13 - Cabinet of Commissioner Helena Dalli x Platform of European Social NGOs"],"date":["2022-09-13"],"summary":["Meeting to discuss EU Solidarity Strategy to respond to the Ukraine crisis."],"notes":["Portfolio: Equality"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-dalli-helena-of"],"involved":["eu-tr-85083981189-35","ec-person-dbd4bba0ef71d4385c97691e3df5bb484709a07e"]}} -{"id":"ec-meeting-2022-09-13-463a15705675c2d72782903469a4f3991b4d0ac5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-13 - Cabinet of Commissioner Jutta Urpilainen x Deutsche Gesellschaft für Internationale Zusammenarbeit (GIZ) GmbH"],"date":["2022-09-13"],"summary":["Global Gateway"],"notes":["Portfolio: International Partnerships"],"location":["Frankfurt, Germany"],"address":["Frankfurt, Germany"],"addressEntity":["addr-71612135c8249600e77671ac247f308ec0b127d9"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["ec-person-7204caa5e704bc4a911fee13ad5c0f62fd74b3bc","eu-tr-78346836208-90"]}} -{"id":"ec-meeting-2022-09-13-4dfe418321deb8ba7bced886aa642388fafb824c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-13 - Cabinet of Vice-President Dubravka Šuica x Egmont Institute"],"date":["2022-09-13"],"summary":["Demography"],"notes":["Portfolio: Democracy and Demography"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dubravka-of-president-suica-vice"],"involved":["ec-person-e38d9f76fd8b368ff0a9e724d2cd3da76124d857","ec-person-ebe31c2924b1fbde99804f8f575004fb99739165","ec-person-a7853d5ba381ece8f8e56c78eb4f11c3ce0bc9c0","ec-person-3fde0db8d8834e47db2b7c32ce5c469b66548f1b","ec-person-08d40344214e6573b5eb0480c1a338d5dde265bd","eu-tr-363331923608-55"]}} -{"id":"ec-meeting-2022-09-13-5b3a403d9160febd07c2ac6432369a47131fd0fe","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-13 - Cabinet of Executive Vice-President Valdis Dombrovskis x Human Rights Watch"],"date":["2022-09-13"],"summary":["The human rights situation in Sri \r\nLanka."],"notes":["Portfolio: An Economy that Works for People"],"location":["European Commission"],"address":["European Commission"],"addressEntity":["addr-bf96334420a27ad2c039d651f9f327c5f84fbbb5"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-7433d96a6e6f46c9f9174db79ec61c387dffa509","eu-tr-56362448807-46"]}} -{"id":"ec-meeting-2022-09-13-65eb9b8a0139ae7411e774b59dc452606785be8e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-13 - Employment, Social Affairs and Inclusion x Platform of European Social NGOs"],"date":["2022-09-13"],"summary":["social dialogue"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-empl"],"involved":["eu-tr-85083981189-35","ec-person-dd259fce880e1853f0beb087443bce6e7dea70d7"]}} -{"id":"ec-meeting-2022-09-13-7faadf76b9cbf7e8ecb8e753fd153da04acf3024","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-13 - Cabinet of Commissioner Helena Dalli x European Disability Forum"],"date":["2022-09-13"],"summary":["Meeting on Directive Violence Against Women"],"notes":["Portfolio: Equality"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-dalli-helena-of"],"involved":["eu-tr-57868523887-16","ec-person-d15c205cb9cbb310d2811039c0160c1de7c84638"]}} -{"id":"ec-meeting-2022-09-13-8904b1761d24f46541720f6f532ca28ec3ca8e6e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-13 - Cabinet of Executive Vice-President Valdis Dombrovskis x Meyer Burger Technology AG"],"date":["2022-09-13"],"summary":["Solar energy, trade defense"],"notes":["Portfolio: An Economy that Works for People"],"location":["video call"],"address":["video call"],"addressEntity":["addr-12d8c530d76da0b7745f9c0f9285e7eec97adc55"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["eu-tr-997241048177-67","ec-person-3520008ac93a203db50d106deafde939bc2729f1"]}} -{"id":"ec-meeting-2022-09-13-b3f494419ef6e1b840b0491cc98a8b678d21bf4b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-13 - Cabinet of Vice-President Věra Jourová x Think Tank EUROPA"],"date":["2022-09-13"],"summary":["Europa on lessons learned from the pandemic"],"notes":["Portfolio: Values and Transparency"],"location":["videoconference call"],"address":["videoconference call"],"addressEntity":["addr-7276ec71205fc53d56bb101a3202566867d4a890"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["eu-tr-815211615744-03","ec-person-fb258e0188a5319bfaba3161382db43f5a85851f"]}} -{"id":"ec-meeting-2022-09-13-b5192e71a7fd6c05c6c85ecf43b8ca2d8f1d383b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-13 - Employment, Social Affairs and Inclusion x European Chemical Employers Group"],"date":["2022-09-13"],"summary":["social affairs, social dialogue"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-empl"],"involved":["eu-tr-38429111298-23","ec-person-dd259fce880e1853f0beb087443bce6e7dea70d7"]}} -{"id":"ec-meeting-2022-09-13-cdc18bcbc6ce16225687377c4aa8087a659c40d5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-13 - Cabinet of Commissioner Thierry Breton x TIM S.p.A."],"date":["2022-09-13"],"summary":["Preparation of the meeting between commissioner Breton and TIM CEO"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-4d83416435f81b1f1e8f5c86aeebb1478577f1d2","eu-tr-078655018381-34"]}} -{"id":"ec-meeting-2022-09-14-1bbe6cae53ef34104feb660873b5b87dc8aa7aa9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-14 - Maritime Affairs and Fisheries x Association of National Organisations of Fishing Enterprises in the European Union"],"date":["2022-09-14"],"summary":["Discussion on Control Regulation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-mare"],"involved":["ec-person-6e64215cdacfeb6c6d4709a7f72c2b1c94a3d908","eu-tr-2312395253-25"]}} -{"id":"ec-meeting-2022-09-14-1bdc5f6127fe08fd8d9d27c01dc81ee68c9919e8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-14 - Cabinet of Commissioner Kadri Simson x Ocean Energy Europe"],"date":["2022-09-14"],"summary":["Cssr Simson's visit to tidal site - Follow up meeting.\r\nPurpose of the meeting:\r\n• Sector presentation\r\n• How ocean energy can contribute to the EC’s priorities.\r\n• Present some low-cost high-impact steps which can accelerate ocean energy’s roll-out."],"notes":["Portfolio: Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["ec-person-f47a082bc2455a660c3b2ae348f0024736672752","eu-tr-264048311507-68"]}} -{"id":"ec-meeting-2022-09-14-30bba8ef79a89f0c51ce42ec475935a9b7273e0c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-14 - Cabinet of Executive Vice-President Margrethe Vestager x Oracle"],"date":["2022-09-14"],"summary":["Data, presentation of the EU Oracle Sovereign Cloud."],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0","eu-tr-25955391451-88"]}} -{"id":"ec-meeting-2022-09-14-33d2d30089a9a2cdb1db9faec51e2a8a9ea95203","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-14 - Cabinet of Executive Vice-President Frans Timmermans x International Crisis Group"],"date":["2022-09-14"],"summary":["The nexus between climate & security"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-4d24ceb9e6bdaabe394d1506aa601a9ce9d0e59b","eu-tr-72899131664-09"]}} -{"id":"ec-meeting-2022-09-14-45580f65582f6d22628c65082639e5fb80517f34","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-14 - Cabinet of Commissioner Janusz Wojciechowski x Conseil Européen des Jeunes Agriculteurs"],"date":["2022-09-14"],"summary":["Meeting with the President and Sec General of CEJA"],"notes":["Portfolio: Agriculture"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["eu-tr-849413211923-25","ec-person-625f8b4379f79adee4f15c6a0417a96bb5a5a403"]}} -{"id":"ec-meeting-2022-09-14-55b7eb011ac0cd71360e35808cfed9cdd13ff87d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-14 - Financial Stability, Financial Services and Capital Markets Union x Deutsche Bank AG"],"date":["2022-09-14"],"summary":["Bank and insurance prudential files"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-271912611231-56","ec-person-1fce211249673c35ee07a801ddee77ab24af8d54"]}} -{"id":"ec-meeting-2022-09-14-56cd5bc88fd7e09fe5d978d34b780d0ef11b8b5a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-14 - Cabinet of Executive Vice-President Valdis Dombrovskis x APCO Worldwide European Paper Packaging Alliance"],"date":["2022-09-14"],"summary":["PPWD"],"notes":["Portfolio: An Economy that Works for People"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["eu-tr-871659237699-78","eu-tr-81995781088-41","ec-person-3520008ac93a203db50d106deafde939bc2729f1"]}} -{"id":"ec-meeting-2022-09-14-5d7f8c2677ecff47d2a5a6a595f493b6d4653256","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-14 - Cabinet of Executive Vice-President Frans Timmermans x None"],"date":["2022-09-14"],"summary":["Energy Crisis response and Repower EU"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-4271427696-87","ec-person-8af3c81534786a740718d21dc58240738a53ed7b","ec-person-a282162080cef4ef2a8c0ab6247a3e03dc438507","ec-person-d53e00c46a4cc62bbf533e0c9bb35bacb9121989","eu-tr-56592866496-47"]}} -{"id":"ec-meeting-2022-09-14-744b1a32e83cd434deb8cbc2b34a6065d5999c38","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-14 - Cabinet of Executive Vice-President Valdis Dombrovskis x Brown-Forman Netherlands BV"],"date":["2022-09-14"],"summary":["PPWD, labeling"],"notes":["Portfolio: An Economy that Works for People"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["eu-tr-220015616134-02","ec-person-3520008ac93a203db50d106deafde939bc2729f1"]}} -{"id":"ec-meeting-2022-09-14-c5d3d61136ebd85e7cf95feac56bb6b3f5fb2a9e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-14 - Cabinet of Executive Vice-President Frans Timmermans x Euroffice Praha - Brusel, a. s."],"date":["2022-09-14"],"summary":["Sustainable plant protection"],"notes":["Portfolio: European Green Deal"],"location":["video call"],"address":["video call"],"addressEntity":["addr-12d8c530d76da0b7745f9c0f9285e7eec97adc55"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-189379534442-48","ec-person-33624431cbec1074e151c1707715ef46d2ba9565"]}} -{"id":"ec-meeting-2022-09-14-d7f1185aab0c3f5190a87dbed3257fe06eee0d46","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-14 - Cabinet of Executive Vice-President Margrethe Vestager x ASOCIACION ESPAÑOLA DE FABRICANTES DE AZULEJOS Y PAVIMENTOS CERAMICOS"],"date":["2022-09-14"],"summary":["Energy crisis, State aid possibilities."],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-6b6135249735cff1f3061530471f1e159500c840","eu-tr-385163645728-68"]}} -{"id":"ec-meeting-2022-09-14-ec2fbe14b96537427cc27dd02bf9b2fb298367e1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-14 - Cabinet of Executive Vice-President Frans Timmermans x MERCATOR OCEAN INTERNATIONAL Vlaams Instituut voor de Zee"],"date":["2022-09-14"],"summary":["Marine observation"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-582545543216-74","eu-tr-968695641327-04","ec-person-8af3c81534786a740718d21dc58240738a53ed7b"]}} -{"id":"ec-meeting-2022-09-15-07961cd6f8042b1688cfe44ba294c44210843da5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-15 - Cabinet of Commissioner Mairead Mcguinness x Irish Funds Industry Association CLG"],"date":["2022-09-15"],"summary":["Sustainable Finance Disclosures Regulation"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Dublin, Ireland"],"address":["Dublin, Ireland"],"addressEntity":["addr-9254d2b0cd15e920cbb060acf87f8f943a0508e9"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-2b9c589fb2354bd93067644d2c3d2c058d4c4cc9","ec-person-69324896e96bbd9e20f797e4c49f0d286d058227","eu-tr-35890511033-58"]}} -{"id":"ec-meeting-2022-09-15-1c4a589befc6fc87a5c8cc07826f2a81ea38749d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-15 - Cabinet of Executive Vice-President Frans Timmermans x Rud Pedersen Public Affairs Brussels Nature Energy"],"date":["2022-09-15"],"summary":["RePowerEU implementation and the role of biomethane sector"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-165838227131-07","ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce","eu-tr-178550444709-12","ec-person-d53e00c46a4cc62bbf533e0c9bb35bacb9121989"]}} -{"id":"ec-meeting-2022-09-15-48cd56407014cd773fca57bdec1bb3e1061a4154","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-15 - Cabinet of Commissioner Ylva Johansson x Svensk Kollektivtrafik Service AB"],"date":["2022-09-15"],"summary":["Talent pool & Talent Partnership"],"notes":["Portfolio: Home Affairs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-johansson-of-ylva"],"involved":["eu-tr-855386645315-74","ec-person-31b127e72e9dd30ce85ff2b475ac65d28d7dc48d"]}} -{"id":"ec-meeting-2022-09-15-4b238572e59a3728c93c89f2e7920aa390d8d595","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-15 - Financial Stability, Financial Services and Capital Markets Union x Berlin Global Advisors"],"date":["2022-09-15"],"summary":["Banking Union"],"location":["Virtual meeting"],"address":["Virtual meeting"],"addressEntity":["addr-1f1f3f51a4da31a1ea5c1b4b21cbf52ad983224f"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-703272042952-10","ec-person-1fce211249673c35ee07a801ddee77ab24af8d54"]}} -{"id":"ec-meeting-2022-09-15-5c72c758e6abaff2f8ebbd427490ce6aa26d6cf3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-15 - Cabinet of Executive Vice-President Frans Timmermans x European Container Glass Federation"],"date":["2022-09-15"],"summary":["Circular economy, the revision of the packaging and packaging waste directive, and specificities of the glass packaging sector"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-1550133398-72","ec-person-8af3c81534786a740718d21dc58240738a53ed7b"]}} -{"id":"ec-meeting-2022-09-15-6ed625db5feeeedeb38b7e1dad127955fdadd3d3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-15 - Cabinet of Executive Vice-President Frans Timmermans x BP p.l.c."],"date":["2022-09-15"],"summary":["Discussion with BP Chief Economist and experts about the role of the EU Energy Platform"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-3394026642-58","ec-person-d53e00c46a4cc62bbf533e0c9bb35bacb9121989"]}} -{"id":"ec-meeting-2022-09-15-7994470e50b28d45015c732b45aef8e13b8c6bb0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-15 - Directorate-General for International Partnerships x Telefonica, S.A."],"date":["2022-09-15"],"summary":["Global Gateway Initiative; Activities in Latin America; Digital infrastructures."],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-intpa"],"involved":["eu-tr-52431421-12","ec-person-afe6f55069d2cc5483157e138e41abd63140fdd8"]}} -{"id":"ec-meeting-2022-09-15-88d2cfbd202e3e377ca31413f815e156b009f844","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-15 - Cabinet of Executive Vice-President Frans Timmermans x None"],"date":["2022-09-15"],"summary":["State of the wind energy industry and supply chain"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-7c876f4825f213b8adbedf089ccedfbc3b36d65b","eu-tr-629358237383-04","eu-tr-4016736872-59","eu-tr-19920706471-21","eu-tr-56592866496-47","eu-tr-6256831207-27"]}} -{"id":"ec-meeting-2022-09-15-ad066cdf85b448c7e8599b3e2a78f38aacdda0cd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-15 - Cabinet of Executive Vice-President Valdis Dombrovskis x BUSINESSEUROPE"],"date":["2022-09-15"],"summary":["Social dialogue initiative"],"notes":["Portfolio: An Economy that Works for People"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["eu-tr-3978240953-79","ec-person-95d6ecce9b8f3a7b167d0eac8e270fdce0665ccb"]}} -{"id":"ec-meeting-2022-09-15-f0424e713dcb41a55e257937ae50479077c2ecc5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-15 - Cabinet of Commissioner Virginijus Sinkevičius x Novozymes A/S"],"date":["2022-09-15"],"summary":["The implementation of the Chemicals Strategy"],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["eu-tr-780717547356-52","ec-person-df7b6800b8d3048e28fedb084a8b0b72260d7a0a"]}} -{"id":"ec-meeting-2022-09-16-0e30dcd2c7e6bf58136a39d65b2543e18b1fb177","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-16 - Cabinet of Vice-President Věra Jourová x Public Affairs Community of Europe Asociación de Profesionales de las Relaciones Institucionales"],"date":["2022-09-16"],"summary":["Rule of Law Report 2022"],"notes":["Portfolio: Values and Transparency"],"location":["videoconference call"],"address":["videoconference call"],"addressEntity":["addr-7276ec71205fc53d56bb101a3202566867d4a890"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["eu-tr-428866047728-12","eu-tr-414437542239-63","ec-person-7e1aeaad9232c788ee790cdb309ccad8f9ffdc5e"]}} -{"id":"ec-meeting-2022-09-16-17cd412740cdbdf32fb2732b58812926e1b3972c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-16 - Cabinet of Executive Vice-President Frans Timmermans x The Genesis Initiative"],"date":["2022-09-16"],"summary":["Soil health data"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-05221658419-01","ec-person-33624431cbec1074e151c1707715ef46d2ba9565"]}} -{"id":"ec-meeting-2022-09-16-340e197b5de26cf82b3aeb794ea7fd98a4c2478e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-16 - Defence Industry and Space x ARIANEGROUP HOLDING"],"date":["2022-09-16"],"summary":["Follow-up meeting on Horizon Europe, Secure Connectivity and the way we do space business in Europe."],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-defis"],"involved":["ec-person-a5e52cd544ea3aa44eb4b31fac65a468499f106e","eu-tr-030910537575-52"]}} -{"id":"ec-meeting-2022-09-16-427c5f6b22a2a4a65f7134ac4ac866e060353efb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-16 - Cabinet of Executive Vice-President Margrethe Vestager x Access Partnership"],"date":["2022-09-16"],"summary":["Digital policy"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-467615113800-87","ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0","ec-person-0e93ebac9bad76e1351e0981f04e7ef88848f943"]}} -{"id":"ec-meeting-2022-09-16-53db9179dd681fd3e9ff2699cef9e29575b9c1df","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-16 - Cabinet of Commissioner Kadri Simson x ENEL SpA"],"date":["2022-09-16"],"summary":["PV supply chain - winter outlook for electricity & gas markets"],"notes":["Portfolio: Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["ec-person-2fb98fc84d2cf8d481688eff3d47f7745ead3592","eu-tr-6256831207-27"]}} -{"id":"ec-meeting-2022-09-16-5c1582677dd64d95f9572bcdeb12e404e02de820","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-16 - Cabinet of Commissioner Mairead Mcguinness x Fortum Oyj"],"date":["2022-09-16"],"summary":["derivate energy markets"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-a5441c6a69a8a94fd64e02def60fcc6567f2c1d8","eu-tr-03501997362-71","ec-person-0ba9b89127b39af6a66f2fc3ed727332f1b19a34"]}} -{"id":"ec-meeting-2022-09-16-5dcfd3a2b00bcfaf0d350a167bdefbb553fb380e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-16 - Cabinet of Commissioner Thierry Breton x Samsung Electronics Europe"],"date":["2022-09-16"],"summary":["Ecodesign for products"],"notes":["Portfolio: Internal Market"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-6308dea893b9b1ca0dcd5b91b4a1ac4c2f3020ad","eu-tr-40471017282-57"]}} -{"id":"ec-meeting-2022-09-16-69e3f614f997011942c15a5a99dd8853e0b39ae9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-16 - Cabinet of Commissioner Thierry Breton x Tata Consultancy Services"],"date":["2022-09-16"],"summary":["Sustainable product policy and digital product passport"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-545264744761-05","ec-person-6308dea893b9b1ca0dcd5b91b4a1ac4c2f3020ad"]}} -{"id":"ec-meeting-2022-09-16-6d83293a9061f68388c5a2536ce826ba65275f8a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-16 - Cabinet of Commissioner Thierry Breton x Computer & Communications Industry Association Application Developers Alliance DOT Europe ITI - The Information Technology Industry Council Związek Przedsiębiorców i Pracodawców"],"date":["2022-09-16"],"summary":["Product liability directive"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-53905947933-43","eu-tr-061601915428-87","eu-tr-135037514504-30","ec-person-d6689ffc6695e7e65bdd0e0c0da1721d3031ea1b","eu-tr-868073924175-77","eu-tr-15987896534-82"]}} -{"id":"ec-meeting-2022-09-16-6e8babe33bc79cc3be4874a27aa46ffeaa5d5d1c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-16 - Cabinet of Executive Vice-President Frans Timmermans x Cycling Industries Europe"],"date":["2022-09-16"],"summary":["Work towards an EU Cycling Declaration"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-d56ecbfde17436a136fc89c9a978b266e8285c84","eu-tr-762247734758-18"]}} -{"id":"ec-meeting-2022-09-16-7ea4f51b6c3cf765d612888f703bb29323029dc3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-16 - Cabinet of Executive Vice-President Frans Timmermans x Tata Consultancy Services"],"date":["2022-09-16"],"summary":["Sustainable product policy and digital product passport"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-545264744761-05","ec-person-8af3c81534786a740718d21dc58240738a53ed7b"]}} -{"id":"ec-meeting-2022-09-16-88155b4f9b3541c9264db991ff764e8e347c6c60","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-16 - Cabinet of President Ursula von der Leyen x Danone AIR LIQUIDE TotalEnergies SE Mouvement des Entreprises de France L'Oréal Airbus Manufacture Française des Pneumatiques Michelin Orange Schneider Electric Fédération bancaire française BOUYGUES EUROPE Alstom"],"date":["2022-09-16"],"summary":["SOTEU, energy, RepowerEU, Recovery and Resilience Facility"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["eu-tr-43763731235-75","eu-tr-94857385769-70","eu-tr-02776221598-67","eu-tr-09245221105-30","eu-tr-1413466815-09","eu-tr-2732167674-76","ec-person-781d246729522a816df2b77a616f5ae127bc104e","eu-tr-43284012043-03","eu-tr-46302264606-44","eu-tr-76704342721-41","eu-tr-1849405799-88","eu-tr-65744846168-89","eu-tr-91216972728-77"]}} -{"id":"ec-meeting-2022-09-16-a00301cef31f963cf901ddaa0a206bc0832b710a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-16 - Cabinet of Executive Vice-President Frans Timmermans x Novelis Europe #SustainablePublicAffairs"],"date":["2022-09-16"],"summary":["Circular economy, the revision of the packaging and packaging waste directive, and specificities of the aluminium sector"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-925995939257-35","eu-tr-796803211721-67","ec-person-8af3c81534786a740718d21dc58240738a53ed7b"]}} -{"id":"ec-meeting-2022-09-16-a5f43572ff12f63e77dea78d47233ec095869961","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-16 - Cabinet of Executive Vice-President Margrethe Vestager x Amazon Europe Core SARL"],"date":["2022-09-16"],"summary":["Telecom, Data Act"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0","eu-tr-366117914426-10","ec-person-73fb1ddd279f8c6697a055567a2c09606006b875"]}} -{"id":"ec-meeting-2022-09-16-d4eb5916013b269d0c252ecf1422ec1f3a6fca38","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-16 - Energy x ENEL SpA"],"date":["2022-09-16"],"summary":["Emergency interventions in the electricity and gas markets; solar power supply chains."],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["ec-person-9c0f33ecb9f6badd5f4b5f1a4bd7677e18a52a22","eu-tr-6256831207-27"]}} -{"id":"ec-meeting-2022-09-16-d85415a7d711bac9c578d5451ec0da91b5f4dd26","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-16 - Financial Stability, Financial Services and Capital Markets Union x Singapore Exchange Limited"],"date":["2022-09-16"],"summary":["BMR, MiCA and DORA"],"location":["Virtual Meeting"],"address":["Virtual Meeting"],"addressEntity":["addr-ed078b6749077909a1a45720507ac2da9277b8b3"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-812438516709-37","ec-person-1fce211249673c35ee07a801ddee77ab24af8d54"]}} -{"id":"ec-meeting-2022-09-16-f2092c3dc37b97ddc5f0949b7f6ea40cb0c8c231","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-16 - Cabinet of Commissioner Mairead Mcguinness x Bloomberg L.P."],"date":["2022-09-16"],"summary":["Climate Data Steering Committee"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Online meeting"],"address":["Online meeting"],"addressEntity":["addr-9d833a1da3074efd384ee6bc2b108c1f5bb379e0"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["eu-tr-214140728444-40","ec-person-2b9c589fb2354bd93067644d2c3d2c058d4c4cc9","ec-person-44c404268b70ce0b79c4e148b5a7c4ae2c53ee30","ec-person-a5441c6a69a8a94fd64e02def60fcc6567f2c1d8"]}} -{"id":"ec-meeting-2022-09-16-f3879ed041afa8d1e342d34d2fc51a8f5daeabf6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-16 - Cabinet of Commissioner Janusz Wojciechowski x AnimalhealthEurope"],"date":["2022-09-16"],"summary":["To introduce newly elected a President Rob Kelly and a Vice-President Claire Fowler.\r\nAnimalHealthEUrope has adopted a new strategy for 2023-2027 and also want to present their priority topics"],"notes":["Portfolio: Agriculture"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["eu-tr-63322037415-37","ec-person-ae252fb0bbbad2440e31f70ccc19082b7ac65837","ec-person-cafe030b6dad78a75143f7552c420481b30ebceb"]}} -{"id":"ec-meeting-2022-09-16-fb50522281ddb4d831ab25c8494ab2618623f579","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-16 - Cabinet of Commissioner Ylva Johansson x Confederation of Swedish Enterprise"],"date":["2022-09-16"],"summary":["- State of play regarding the New Pact on Migration and Asylum\r\n- Temporary Protection Directive Ukraine\r\n- Upcoming Swedish Presidency"],"notes":["Portfolio: Home Affairs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-johansson-of-ylva"],"involved":["eu-tr-39912257528-48","ec-person-e80f1d4512f8632e5baa488ed887e131294d744e"]}} -{"id":"ec-meeting-2022-09-18-88b841fbc97fc1cac6afbbec76d70d13ba4133f8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-18 - Cabinet of Executive Vice-President Frans Timmermans x International Rescue Committee Inc"],"date":["2022-09-18"],"summary":["Adaptation and climate & migration"],"notes":["Portfolio: European Green Deal"],"location":["New York"],"address":["New York"],"addressEntity":["addr-3dddf7feb16bf399efe204acf0fee9106ad446eb"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-7c876f4825f213b8adbedf089ccedfbc3b36d65b","eu-tr-336765244362-96"]}} -{"id":"ec-meeting-2022-09-18-f0b722dcbb45a54f3287e58091c4a4658e505e0b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-18 - Cabinet of Executive Vice-President Frans Timmermans x World Economic Forum"],"date":["2022-09-18"],"summary":["climate action, COP27"],"notes":["Portfolio: European Green Deal"],"location":["New York"],"address":["New York"],"addressEntity":["addr-3dddf7feb16bf399efe204acf0fee9106ad446eb"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-7c876f4825f213b8adbedf089ccedfbc3b36d65b","eu-tr-567538843366-43"]}} -{"id":"ec-meeting-2022-09-19-0afed4e9c43523b54dd46df03a88620452c0eefb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-19 - Cabinet of Commissioner Virginijus Sinkevičius x WWF European Policy Programme Fundacja WWF Polska Världsnaturfonden WWF (WWF Sweden) WWF Deutschland"],"date":["2022-09-19"],"summary":["To discuss the pollution incident that is currently ongoing along the Oder River"],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["eu-tr-299330237015-12","eu-tr-031571311716-04","eu-tr-1414929419-24","ec-person-dd7a7b1952e158f4195d34cff333ec79a4f48ba3","eu-tr-070652642912-86","ec-person-df7b6800b8d3048e28fedb084a8b0b72260d7a0a"]}} -{"id":"ec-meeting-2022-09-19-0cf15847fd2ba157428876757a014185f1e0afa9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-19 - Cabinet of Commissioner Jutta Urpilainen x European Development Finance Institutions"],"date":["2022-09-19"],"summary":["Global Gateway"],"notes":["Portfolio: International Partnerships"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["ec-person-7204caa5e704bc4a911fee13ad5c0f62fd74b3bc","eu-tr-410540760-32"]}} -{"id":"ec-meeting-2022-09-19-19c619472ffc54a9eb6d4624c27133d105748f10","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-19 - Cabinet of Vice-President Dubravka Šuica x ifok GmbH"],"date":["2022-09-19"],"summary":["Evaluation of the Conference on Future of Europe"],"notes":["Portfolio: Democracy and Demography"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dubravka-of-president-suica-vice"],"involved":["eu-tr-726299447638-38","ec-person-ebe31c2924b1fbde99804f8f575004fb99739165"]}} -{"id":"ec-meeting-2022-09-19-2bfa72fd3aa60e3b9cc10a8c88f63d8c1ddd79d5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-19 - Cabinet of Commissioner Nicolas Schmit x Wolt Enterprises"],"date":["2022-09-19"],"summary":["Platform work."],"notes":["Portfolio: Jobs and Social Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-8eb18b6102d444937bc6af5822a6742812165b48","ec-person-4cf4655ab41922e92160325d987a3c4615c72d30","eu-tr-987241938472-54","ec-person-935314e38d735654cae8ee61313a3d73439b242d","ec-person-c03b949331dbbe5fa3d5423758e371ec1b9b832f"]}} -{"id":"ec-meeting-2022-09-19-3e70762e3fe2f5f451b72e7511030c1bb8080354","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-19 - Cabinet of Commissioner Olivér Várhelyi x Federation of Associations for Hunting & Conservation of the EU"],"date":["2022-09-19"],"summary":["Protection of biodiversity and nature"],"notes":["Portfolio: Neighbourhood and Enlargement"],"location":["VTC"],"address":["VTC"],"addressEntity":["addr-9d1acaa772820b8ade84113d2da24716fe455be2"],"organizer":["ec-cabinet-commissioner-of-oliver-varhelyi"],"involved":["eu-tr-75899541198-85","ec-person-daf8ff1073a04b30d2f54219ecc93002ef3a684d"]}} -{"id":"ec-meeting-2022-09-19-51e272c19bcee72bf13ef353dc9cd4b7e6ed2ab1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-19 - Cabinet of Commissioner Nicolas Schmit x Secretariat of COMECE (Commission of the Episcopates of the European Union)"],"date":["2022-09-19"],"summary":["Social Economy and the SEAP implementation"],"notes":["Portfolio: Jobs and Social Rights"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-c2208333f0f75350eef62b355a40bf856f2d9cef","eu-tr-47350036909-69"]}} -{"id":"ec-meeting-2022-09-19-6ae342d5f6b356f3db6203c1697318dd84782121","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-19 - Cabinet of Commissioner Olivér Várhelyi x Trans Adriatic Pipeline"],"date":["2022-09-19"],"summary":["TAP’s role in EU and Western Balkans energy supply"],"notes":["Portfolio: Neighbourhood and Enlargement"],"location":["VTC"],"address":["VTC"],"addressEntity":["addr-9d1acaa772820b8ade84113d2da24716fe455be2"],"organizer":["ec-cabinet-commissioner-of-oliver-varhelyi"],"involved":["ec-person-daf8ff1073a04b30d2f54219ecc93002ef3a684d","eu-tr-570335813082-79"]}} -{"id":"ec-meeting-2022-09-19-6b660547113a06051cbbe8d716e1756b3b900d14","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-19 - Cabinet of Commissioner Nicolas Schmit x Housing Europe"],"date":["2022-09-19"],"summary":["Situation du logement et du logement social en Europe."],"notes":["Portfolio: Jobs and Social Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-8eb18b6102d444937bc6af5822a6742812165b48","ec-person-c03b949331dbbe5fa3d5423758e371ec1b9b832f","ec-person-935314e38d735654cae8ee61313a3d73439b242d","eu-tr-794469327833-17"]}} -{"id":"ec-meeting-2022-09-19-759ea8dd73adb764e9f86cd71bd575ef8f9f0687","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-19 - Cabinet of Executive Vice-President Frans Timmermans x European Biogas Association Gas Distributors for Sustainability"],"date":["2022-09-19"],"summary":["CO2 standards for trucks"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-18191445640-83","ec-person-d56ecbfde17436a136fc89c9a978b266e8285c84","eu-tr-382692732615-35"]}} -{"id":"ec-meeting-2022-09-19-7e1648ee50f1dd20e7ff44e4df97a0bfcb8d33b0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-19 - Cabinet of Commissioner Jutta Urpilainen x Finnish Fur Breeders' Association Business Platform Europe"],"date":["2022-09-19"],"summary":["Fur production, industry and market. Animal welfare."],"notes":["Portfolio: International Partnerships"],"location":["Brussels, online"],"address":["Brussels, online"],"addressEntity":["addr-af0c18ce12d80192c627f5a1fdfcb8ed37836e47"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["eu-tr-780330912492-15","eu-tr-387896145868-63","ec-person-26cc31f8d5b9581bfc496e29c4b603745b75d980"]}} -{"id":"ec-meeting-2022-09-19-81f4ec860236e3f1fe434baa0872c2f72143e3d5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-19 - Cabinet of Executive Vice-President Frans Timmermans x Association des Constructeurs Européens d'Automobiles"],"date":["2022-09-19"],"summary":["CO2 standards for trucks"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-d56ecbfde17436a136fc89c9a978b266e8285c84","eu-tr-0649790813-47"]}} -{"id":"ec-meeting-2022-09-19-983c386d12d1c6d208f682d2b227947ae06596f8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-19 - Cabinet of Executive Vice-President Frans Timmermans x EPIA SolarPower Europe"],"date":["2022-09-19"],"summary":["Energy crisis response and RepowerEU"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-a282162080cef4ef2a8c0ab6247a3e03dc438507","eu-tr-2680046412-48"]}} -{"id":"ec-meeting-2022-09-19-a908f31c8c1683469b1b0f41d60c8f90d814abe7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-19 - Cabinet of Commissioner Thierry Breton x Transport and Environment (European Federation for Transport and Environment)"],"date":["2022-09-19"],"summary":["Critical raw materials act"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-6308dea893b9b1ca0dcd5b91b4a1ac4c2f3020ad","eu-tr-58744833263-19"]}} -{"id":"ec-meeting-2022-09-19-af2af0064459b0e97f62155fb24ad70b05be8ef7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-19 - Cabinet of Commissioner Kadri Simson x FTI Consulting Belgium"],"date":["2022-09-19"],"summary":["Production and uptake of hydrogen"],"notes":["Portfolio: Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["ec-person-ba3b83676ad38094e71b64b644f3e3d2c61b8182","eu-tr-29896393398-67"]}} -{"id":"ec-meeting-2022-09-19-c6fe2d34902c37e38c7ddd55fa6847d74d85b7e3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-19 - Cabinet of Commissioner Thierry Breton x Computer & Communications Industry Association"],"date":["2022-09-19"],"summary":["Contribution to network investment"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-15987896534-82","ec-person-4d83416435f81b1f1e8f5c86aeebb1478577f1d2"]}} -{"id":"ec-meeting-2022-09-19-c8c61be867f68a7c1ed386b8fb6a48e7bf47d519","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-19 - Employment, Social Affairs and Inclusion x European Youth Forum"],"date":["2022-09-19"],"summary":["Quality of traineeships"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-empl"],"involved":["eu-tr-43251547769-22","ec-person-dd259fce880e1853f0beb087443bce6e7dea70d7"]}} -{"id":"ec-meeting-2022-09-19-da1be7287d3739b669ae2ace6dd6559fdb4f32ec","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-19 - Cabinet of Commissioner Virginijus Sinkevičius x Association of National Organisations of Fishing Enterprises in the European Union"],"date":["2022-09-19"],"summary":["Current topical fisheries files"],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Brussels, Berlaymont"],"address":["Brussels, Berlaymont"],"addressEntity":["addr-2d842da4e8cf3dbd0304d45e6b874d5f0aa57edf"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["ec-person-c92a6b4ef8328855b0234011be623ed9f15c86f3","eu-tr-2312395253-25"]}} -{"id":"ec-meeting-2022-09-19-de1fa4b05dfffdfd4bd2ee2fa711fa43418ab9b8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-19 - Cabinet of Commissioner Thierry Breton x Tesla Motors Netherlands B.V."],"date":["2022-09-19"],"summary":["Data Act, in-vehicle data proposal, batteries"],"notes":["Portfolio: Internal Market"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-6308dea893b9b1ca0dcd5b91b4a1ac4c2f3020ad","ec-person-d6689ffc6695e7e65bdd0e0c0da1721d3031ea1b","eu-tr-547225616323-13"]}} -{"id":"ec-meeting-2022-09-20-08fda9e2da3f2197e8bf6b4fb64fd65b3ece3aed","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-20 - Cabinet of Commissioner Stella Kyriakides x WCS EU"],"date":["2022-09-20"],"summary":["One Health and Pandemic agreement"],"notes":["Portfolio: Health"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-kyriakides-of-stella"],"involved":["ec-person-ba73927c33000184cab3f41a76e1b32fe7d7eda8","ec-person-43784ba1f5299ace66cb2287545e1dcae4372d14","eu-tr-054662633848-40"]}} -{"id":"ec-meeting-2022-09-20-1f6c577b652ae3ce46cf8fbbd434b83e43771349","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-20 - Cabinet of Executive Vice-President Frans Timmermans x Dentons Global Advisors Europe SA ECOLAB"],"date":["2022-09-20"],"summary":["Implementation of the European Green Deal, in particular the importance of water use and water policies for the success of climate and biodiversity ambitions"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-7028457765-59","ec-person-8af3c81534786a740718d21dc58240738a53ed7b","eu-tr-969504320672-09"]}} -{"id":"ec-meeting-2022-09-20-21af4d99813fcbef836b7ea081fa0b81eb85123c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-20 - Cabinet of Executive Vice-President Frans Timmermans x WCS EU"],"date":["2022-09-20"],"summary":["Implementation of biodiversity policies, including preparation of biodiversity COP15 and CITES COP19"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-054662633848-40","ec-person-8af3c81534786a740718d21dc58240738a53ed7b"]}} -{"id":"ec-meeting-2022-09-20-226902b0482a3a9f0f5f4c1c318eafbb37bcb970","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-20 - Budget x Barclays PLC"],"date":["2022-09-20"],"summary":["Next Generation EU (NGEU)"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-budg"],"involved":["ec-person-39635b893026833f739fe623fe7e9d5a97525e7a","eu-tr-72390466359-39"]}} -{"id":"ec-meeting-2022-09-20-323bdc8d0a6230d785bbfa5df63cc6512a1f91d9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-20 - Cabinet of Commissioner Virginijus Sinkevičius x Ocean Energy Europe"],"date":["2022-09-20"],"summary":["To discuss the implementation of the EU offshore energy strategy objectives"],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["ec-person-7d3108a3faddd62588ca5729ecf06d7d51aee243","ec-person-dd7a7b1952e158f4195d34cff333ec79a4f48ba3","ec-person-5d2fb692a102077260d7badef4a9f10132b72aee","eu-tr-264048311507-68"]}} -{"id":"ec-meeting-2022-09-20-332428652c57a66da11e0772b43ca7f4bc4325bc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-20 - Cabinet of Commissioner Thierry Breton x Liberty Global Corporate B.V."],"date":["2022-09-20"],"summary":["Contribution to network investment"],"notes":["Portfolio: Internal Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-82853397708-89","ec-person-4d83416435f81b1f1e8f5c86aeebb1478577f1d2"]}} -{"id":"ec-meeting-2022-09-20-4974077e4d6a67210abdff3979aef44048148f7e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-20 - Cabinet of Executive Vice-President Margrethe Vestager x Lenovo Group Limited"],"date":["2022-09-20"],"summary":["EU Cyber Resilience Act"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-217499944538-05","ec-person-eecca27e2a9c3fc0d4bd43564e4960382705feef","ec-person-8b6db5c3c4611618ade59c6d0dadc21c962f0ee7"]}} -{"id":"ec-meeting-2022-09-20-58b5a31d61b2df3ff4d74b086c6d62ac2be63892","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-20 - Cabinet of Executive Vice-President Margrethe Vestager x Liberty Global Corporate B.V. APCO Worldwide"],"date":["2022-09-20"],"summary":["presentation of the company, telecom."],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-82853397708-89","ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0","eu-tr-81995781088-41","ec-person-73fb1ddd279f8c6697a055567a2c09606006b875"]}} -{"id":"ec-meeting-2022-09-20-676c821d4d42c25d838fe7a48e4bf8a402bceb13","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-20 - Financial Stability, Financial Services and Capital Markets Union x FIA European Principal Traders Association, part of FIA, Inc."],"date":["2022-09-20"],"summary":["Cleared Derivatives"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["ec-person-1fce211249673c35ee07a801ddee77ab24af8d54","eu-tr-629345120630-12"]}} -{"id":"ec-meeting-2022-09-20-80d6f2b503bd95aea33b439ded6b4abcad51aac2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-20 - Cabinet of Vice-President Margaritis Schinas x Telefonica, S.A."],"date":["2022-09-20"],"summary":["Cybersecurity"],"notes":["Portfolio: Promoting the European Way of Life"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-margaritis-of-president-schinas-vice"],"involved":["eu-tr-52431421-12","ec-person-d5cada2a1a17537a675985af31e5ce07ae3bfd42","ec-person-180e5c5b13dac533a1241b0f9d78176c8bec3d51"]}} -{"id":"ec-meeting-2022-09-20-81f41d5538aa13a2a6dc96fa60c5cc72bb3fb5c4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-20 - Cabinet of Commissioner Mairead Mcguinness x CaixaBank, S.A."],"date":["2022-09-20"],"summary":["Basel & AML"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["eu-tr-055017716307-39","ec-person-44c404268b70ce0b79c4e148b5a7c4ae2c53ee30","ec-person-49e520c7a9c9c47ccb5acfa68f9416e4233af9f8"]}} -{"id":"ec-meeting-2022-09-20-848101e314cafb1a932844f2a50de49a959c4579","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-20 - Cabinet of Executive Vice-President Valdis Dombrovskis x Ford Motor Company"],"date":["2022-09-20"],"summary":["FTA EU – Mexico\r\n Electric vehicles"],"notes":["Portfolio: An Economy that Works for People"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-7433d96a6e6f46c9f9174db79ec61c387dffa509","eu-tr-21851435137-02"]}} -{"id":"ec-meeting-2022-09-20-90cb0575e2d9db98bf35a2fdb63b5dbc5ba4ab4b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-20 - Cabinet of Commissioner Mairead Mcguinness x Banco Santander, S.A."],"date":["2022-09-20"],"summary":["Digital euro & Basel"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["eu-tr-799142914971-03","ec-person-44c404268b70ce0b79c4e148b5a7c4ae2c53ee30"]}} -{"id":"ec-meeting-2022-09-20-9858a312c9b177b08f7ffcde4150bbd3030b3d8f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-20 - Cabinet of Commissioner Thierry Breton x Association for Emissions Control by Catalyst"],"date":["2022-09-20"],"summary":["Euro 7"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-6308dea893b9b1ca0dcd5b91b4a1ac4c2f3020ad","eu-tr-78711786419-61"]}} -{"id":"ec-meeting-2022-09-20-abc107af240a3c2482b5d98e77168243dda217fd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-20 - Cabinet of Commissioner Stella Kyriakides x SUEZ Group"],"date":["2022-09-20"],"summary":["VTC meeting: Waste water surveillance"],"notes":["Portfolio: Health"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-kyriakides-of-stella"],"involved":["ec-person-081d99a6f9ed1259db43e2cbcba20275774511b2","eu-tr-27799842497-69","ec-person-8e447e82a2a89decd9d6ca2926b91c01d93699e1"]}} -{"id":"ec-meeting-2022-09-20-b04329a71b5a26b7c20eacabebf27c04bb00afb1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-20 - Cabinet of Executive Vice-President Frans Timmermans x Ford Motor Company"],"date":["2022-09-20"],"summary":["Transition to electric mobility"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-d56ecbfde17436a136fc89c9a978b266e8285c84","eu-tr-21851435137-02"]}} -{"id":"ec-meeting-2022-09-20-b15c4cd7403640161eb6eca6d3e4d91776b2dce6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-20 - Cabinet of Commissioner Thierry Breton x Bureau Européen des Unions de Consommateurs"],"date":["2022-09-20"],"summary":["Product liability directive"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-9505781573-45","ec-person-d6689ffc6695e7e65bdd0e0c0da1721d3031ea1b"]}} -{"id":"ec-meeting-2022-09-20-c55d9b67da72d569b79d4bc3e33ead5b8af2150c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-20 - Taxation and Customs Union x ABP Pensionfund"],"date":["2022-09-20"],"summary":["Physical meeting - Exchange of view on green transition and green taxation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-taxud"],"involved":["ec-person-9e42f316f38c8e126c2cd2bc84affb891338c7f3","eu-tr-931202042525-75"]}} -{"id":"ec-meeting-2022-09-20-d25c5e2fee1040fd678940179a2dcb6f96834b79","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-20 - Cabinet of Commissioner Thierry Breton x Telefonica, S.A."],"date":["2022-09-20"],"summary":["The future of connectivity infrastructure"],"notes":["Portfolio: Internal Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-52431421-12","ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","ec-person-4d83416435f81b1f1e8f5c86aeebb1478577f1d2"]}} -{"id":"ec-meeting-2022-09-20-f710ae2f3ff297c1da65ff5d62499b17dc08579f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-20 - Cabinet of Commissioner Janez Lenarčič x International Rescue Committee Inc"],"date":["2022-09-20"],"summary":["Efficiency of humanitarian assistance; response to food security crises"],"notes":["Portfolio: Crisis Management"],"location":["New York"],"address":["New York"],"addressEntity":["addr-3dddf7feb16bf399efe204acf0fee9106ad446eb"],"organizer":["ec-cabinet-commissioner-janez-lenarcic-of"],"involved":["ec-person-35334591a1ee219b6f0829d58a8cfba058540557","eu-tr-336765244362-96","ec-person-a6cd325c80698b2331699224c780ebfb10573602"]}} -{"id":"ec-meeting-2022-09-21-02a030d7f3eae094ad94b4a1954cdb9f51454e4e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-21 - Cabinet of Commissioner Johannes Hahn x Wirtschaftskammer Österreich"],"date":["2022-09-21"],"summary":["Current economic developments"],"notes":["Portfolio: Budget and Administration"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hahn-johannes-of"],"involved":["ec-person-0a9c49ba84ea78ae0ec9c6fadde7b6d66e7a1054","eu-tr-10405322962-08"]}} -{"id":"ec-meeting-2022-09-21-0937ae1bd3f730c3f4428c308caeb8423adc0b27","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2022-09-21 - Cabinet of Executive Vice-President Valdis Dombrovskis x Real Instituto Elcano"],"date":["2022-09-21"],"summary":["Introductory meeting on Elcano’s activities in Brussels","Introductory meeting - feedback on Elcano’s activities in Brussels and ways to improve them"],"notes":["Portfolio: An Economy that Works for People"],"location":["Brussels, Belgium","Brussels"],"address":["Brussels, Belgium","Brussels"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306","addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-95d6ecce9b8f3a7b167d0eac8e270fdce0665ccb","eu-tr-909187919366-18"]}} -{"id":"ec-meeting-2022-09-21-095a1276f5dd15b65e03fc4aed01761de5766577","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-21 - Cabinet of Commissioner Jutta Urpilainen x Rud Pedersen Public Affairs Brussels Cobalt Institute"],"date":["2022-09-21"],"summary":["Critical raw materials"],"notes":["Portfolio: International Partnerships"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["eu-tr-165838227131-07","ec-person-26cc31f8d5b9581bfc496e29c4b603745b75d980","eu-tr-635532237570-09"]}} -{"id":"ec-meeting-2022-09-21-0e3a8efc81cac71b85999dd5b2d606e1a0465662","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-21 - Cabinet of Executive Vice-President Margrethe Vestager x Telefonica, S.A."],"date":["2022-09-21"],"summary":["Digital policies"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-52431421-12","ec-person-11d97788772862bb34f51dd26d7f92603eac1bf8","ec-person-8b6db5c3c4611618ade59c6d0dadc21c962f0ee7","ec-person-73fb1ddd279f8c6697a055567a2c09606006b875"]}} -{"id":"ec-meeting-2022-09-21-0e9e562db2a14aed6f7156586ccceba71e9ba910","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-21 - Employment, Social Affairs and Inclusion x World Employment Confederation-Europe"],"date":["2022-09-21"],"summary":["regulation for diverse forms of work, employment policies"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-empl"],"involved":["eu-tr-7438623236-16","ec-person-dd259fce880e1853f0beb087443bce6e7dea70d7"]}} -{"id":"ec-meeting-2022-09-21-30e048332e980154bb406efce705a2317edba22f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-21 - Cabinet of Commissioner Mairead Mcguinness x Optiver"],"date":["2022-09-21"],"summary":["Energy Derivatives market"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-2b9c589fb2354bd93067644d2c3d2c058d4c4cc9","eu-tr-686385826434-06","ec-person-0ba9b89127b39af6a66f2fc3ed727332f1b19a34"]}} -{"id":"ec-meeting-2022-09-21-3c6d8f8bfb7899f8fcf76d5a2b1fa440db731d20","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-21 - Cabinet of Commissioner Stella Kyriakides x The European Organization for Packaging and the Environment"],"date":["2022-09-21"],"summary":["VTC meeting on food contact materials and the Packaging and Packaging Waste Directive"],"notes":["Portfolio: Health"],"location":["Bruxelles"],"address":["Bruxelles"],"addressEntity":["addr-b58f5927b66d94a676970dc048485d4c6848f272"],"organizer":["ec-cabinet-commissioner-kyriakides-of-stella"],"involved":["eu-tr-0001976677-12","ec-person-8c3c9f5f3b2f84138bb6ab73180e2eff94b88ec8"]}} -{"id":"ec-meeting-2022-09-21-4305fa9d9a0fdafbb14c8c3a56738540e73b0a25","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-21 - Cabinet of Commissioner Mairead Mcguinness x Afore Consulting Mitsubishi UFJ Financial Group"],"date":["2022-09-21"],"summary":["Presentation of the MUFG Transition Paper"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-a5441c6a69a8a94fd64e02def60fcc6567f2c1d8","eu-tr-945431547603-28","eu-tr-03013154889-05"]}} -{"id":"ec-meeting-2022-09-21-477cc63b3381d20b55382eb5c2857e290adf0598","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-21 - Cabinet of Commissioner Mairead Mcguinness x None"],"date":["2022-09-21"],"summary":["Energy derivatives market"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["eu-tr-368029129221-78","eu-tr-701266814986-18","eu-tr-72390466359-39","eu-tr-34369111614-57","eu-tr-001866415031-87","eu-tr-803137414612-21","eu-tr-206549617146-90","eu-tr-29701922039-63","eu-tr-00353757573-57","ec-person-0ba9b89127b39af6a66f2fc3ed727332f1b19a34","eu-tr-01063261836-24","ec-person-2b9c589fb2354bd93067644d2c3d2c058d4c4cc9"]}} -{"id":"ec-meeting-2022-09-21-4c63008775befad93f72810655730df76a4c4ba1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-21 - Cabinet of Executive Vice-President Frans Timmermans x Sasol"],"date":["2022-09-21"],"summary":["Discussion about decarbonisation and just transition in South Africa. Sasol presented their green hydrogen investments."],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-507044544698-69","ec-person-d53e00c46a4cc62bbf533e0c9bb35bacb9121989"]}} -{"id":"ec-meeting-2022-09-21-5945d24a4f9fa4e4248f84e665be6b22db76a453","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-21 - Cabinet of Commissioner Mairead Mcguinness x European Banking Federation BNP PARIBAS"],"date":["2022-09-21"],"summary":["Energy market liquidity measures"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-a5441c6a69a8a94fd64e02def60fcc6567f2c1d8","eu-tr-4722660838-23","ec-person-0ba9b89127b39af6a66f2fc3ed727332f1b19a34","eu-tr-78787381113-69"]}} -{"id":"ec-meeting-2022-09-21-6103977701871ed1deeba744011e632a6386a23e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-21 - Cabinet of Executive Vice-President Valdis Dombrovskis x European Banking Federation BNP PARIBAS"],"date":["2022-09-21"],"summary":["energy market liquidity measures"],"notes":["Portfolio: An Economy that Works for People"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-235870cd7eb41f2494f695fce18b5b5b88647113","eu-tr-4722660838-23","eu-tr-78787381113-69"]}} -{"id":"ec-meeting-2022-09-21-66800bb44174539686b00d14e628f31424e87cf9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-21 - Cabinet of Executive Vice-President Frans Timmermans x None"],"date":["2022-09-21"],"summary":["Energy derivatives markets"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-90947457424-20","eu-tr-77608353460-77","ec-person-e88af8eb396e96e3dbc9b4ec6e40a348d26c389c","eu-tr-05032108616-26","eu-tr-429600710582-32","eu-tr-870817015429-80","eu-tr-96327066302-56","eu-tr-39966101835-69","eu-tr-47504237466-74","eu-tr-69240395197-02","eu-tr-6256831207-27"]}} -{"id":"ec-meeting-2022-09-21-77c83a0bba436b5c0bc140ccfefc8227624098c3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-21 - Cabinet of Commissioner Mairead Mcguinness x None"],"date":["2022-09-21"],"summary":["EMIR review, clearing threshold"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["eu-tr-90947457424-20","eu-tr-77608353460-77","eu-tr-05032108616-26","eu-tr-429600710582-32","eu-tr-870817015429-80","ec-person-0ba9b89127b39af6a66f2fc3ed727332f1b19a34","eu-tr-96327066302-56","eu-tr-39966101835-69","eu-tr-47504237466-74","eu-tr-69240395197-02","eu-tr-6256831207-27"]}} -{"id":"ec-meeting-2022-09-21-7a60d4e47150a8d15976955635576056a2189ac8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-21 - Maritime Affairs and Fisheries x Comité Régional des pêches maritimes et des élevages marins de Bretagne"],"date":["2022-09-21"],"summary":["Discussion on CFP and energy costs"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-dg-mare"],"involved":["eu-tr-931781036602-33","ec-person-6e64215cdacfeb6c6d4709a7f72c2b1c94a3d908"]}} -{"id":"ec-meeting-2022-09-21-7e53d6444d53e8f6f5888057f74930fb7f2294f8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-21 - Cabinet of Commissioner Nicolas Schmit x EPIA SolarPower Europe"],"date":["2022-09-21"],"summary":["The the solar strategy and the potential for skilled job creation"],"notes":["Portfolio: Jobs and Social Rights"],"location":["Webinar"],"address":["Webinar"],"addressEntity":["addr-2b6cc2bcdc6dde860cdaf12187589e4e4dd5b609"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-c2208333f0f75350eef62b355a40bf856f2d9cef","eu-tr-2680046412-48"]}} -{"id":"ec-meeting-2022-09-21-8beb677dd78a1adadc15568e1c11a83331e4dcbd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-21 - Cabinet of Commissioner Mairead Mcguinness x Siga Hydro"],"date":["2022-09-21"],"summary":["They discussed their project which is a renewable energy storage facility that will meet the needs of energy supply during peak hours."],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-a5441c6a69a8a94fd64e02def60fcc6567f2c1d8","eu-tr-708062847650-44","ec-person-c7d8468d3870f7e4db534aa99b291f61e9d50404"]}} -{"id":"ec-meeting-2022-09-21-8f0d9ffd2b627c616515df0a1336f5207a809448","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-21 - Cabinet of Executive Vice-President Frans Timmermans x Euroseeds"],"date":["2022-09-21"],"summary":["Novel Genomic Technique"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-11362308587-10","ec-person-33624431cbec1074e151c1707715ef46d2ba9565"]}} -{"id":"ec-meeting-2022-09-21-b61046a33eabeb566c113038b8c4d2410b98cc13","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-21 - Communications Networks, Content and Technology x Intel Corporation"],"date":["2022-09-21"],"summary":["Intel in Europe"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-7459401905-60","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2022-09-21-be3dc9b29e42a6d4a725fbbf071b455c9f30735c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-21 - Cabinet of Commissioner Kadri Simson x Offshore Wind Foundations Alliance"],"date":["2022-09-21"],"summary":["EU policies aiming to quickly ramp offshore wind and fast forward the green transition, in line with the objectives of the REPowerEU Plan."],"notes":["Portfolio: Energy"],"location":["Video Conferencing"],"address":["Video Conferencing"],"addressEntity":["addr-e3b7413b2ac93be00b6bcff51fdc1374d67118bd"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["ec-person-f47a082bc2455a660c3b2ae348f0024736672752","eu-tr-604177042716-90"]}} -{"id":"ec-meeting-2022-09-21-c980c7531ae6d26fe0c995a0a3063c0cceb55dac","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-21 - Directorate-General for International Partnerships x Suomen Tekstiili ja Muoti ry"],"date":["2022-09-21"],"summary":["Global Gateway activities in Africa and other developing markets."],"location":["online"],"address":["online"],"addressEntity":["addr-2dbc2fd2358e1ea1b7a6bc08ea647b9a337ac92d"],"organizer":["ec-dg-intpa"],"involved":["ec-person-afe6f55069d2cc5483157e138e41abd63140fdd8","eu-tr-608474740539-59"]}} -{"id":"ec-meeting-2022-09-21-caf13cb112d223e71c0a67ff91ece5c9c72bc80a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-21 - Cabinet of Commissioner Nicolas Schmit x The Swedish Trade Union Confederation Confederation of Swedish Enterprise Tjänstemännens centralorganisation"],"date":["2022-09-21"],"summary":["forthcoming proposal on strengthening social dialogue in the Member States"],"notes":["Portfolio: Jobs and Social Rights"],"location":["online"],"address":["online"],"addressEntity":["addr-2dbc2fd2358e1ea1b7a6bc08ea647b9a337ac92d"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["eu-tr-39912257528-48","ec-person-8eb18b6102d444937bc6af5822a6742812165b48","eu-tr-673091017982-82","eu-tr-86242309652-84"]}} -{"id":"ec-meeting-2022-09-21-dc66b950fbf91eaa3c44a58f76be3e658e5fd526","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-21 - Cabinet of President Ursula von der Leyen x BNP PARIBAS European Banking Federation"],"date":["2022-09-21"],"summary":["BNP Paribas views on potential price caps and liquidity measures in the context of the energy crisis"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["eu-tr-4722660838-23","ec-person-a159f03add374257584565c2b05cc5539a7526e6","eu-tr-78787381113-69"]}} -{"id":"ec-meeting-2022-09-21-de1f4e5cede27ca4c2d3d50585be2d7ad7e28872","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-21 - Cabinet of Commissioner Mairead Mcguinness x European Energy Exchange AG"],"date":["2022-09-21"],"summary":["Energy Markets"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-a5441c6a69a8a94fd64e02def60fcc6567f2c1d8","ec-person-0ba9b89127b39af6a66f2fc3ed727332f1b19a34","eu-tr-09579576238-53"]}} -{"id":"ec-meeting-2022-09-21-e5f4e71d61ea1f996a6441a92db0afa7cdc4f869","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-21 - Cabinet of Executive Vice-President Frans Timmermans x Cambridge Institute for Sustainability Leadership"],"date":["2022-09-21"],"summary":["The clean energy transition"],"notes":["Portfolio: European Green Deal"],"location":["New York"],"address":["New York"],"addressEntity":["addr-3dddf7feb16bf399efe204acf0fee9106ad446eb"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-7c876f4825f213b8adbedf089ccedfbc3b36d65b","eu-tr-610535346745-80"]}} -{"id":"ec-meeting-2022-09-22-02d66ee31b8ef3128e88cf2d17d6290ce5b5e0d3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-22 - Cabinet of Commissioner Mairead Mcguinness x MARSH & McLENNAN COMPANIES FRANCE"],"date":["2022-09-22"],"summary":["Introductory meeting – presentation of Marsh & McLennan’s activities"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["eu-tr-117683115792-20","ec-person-49e520c7a9c9c47ccb5acfa68f9416e4233af9f8"]}} -{"id":"ec-meeting-2022-09-22-02f5d19e9d522df67934f81ee0ddf780fc0d13d6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-22 - Cabinet of Executive Vice-President Frans Timmermans x Confederazione Nazionale Coldiretti"],"date":["2022-09-22"],"summary":["Transition towards sustainable food systems"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-55507619225-88","ec-person-33624431cbec1074e151c1707715ef46d2ba9565"]}} -{"id":"ec-meeting-2022-09-22-0dc311484427bf38f6c68654b08cebb52448d918","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-22 - Cabinet of Executive Vice-President Frans Timmermans x European Chemical Industry Council"],"date":["2022-09-22"],"summary":["Implementation of the EU Chemicals Strategy for Sustainability, in particular the revisions of CLP and REACH"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-8af3c81534786a740718d21dc58240738a53ed7b","eu-tr-64879142323-90"]}} -{"id":"ec-meeting-2022-09-22-1349a48814aae016726708ff932024bfbd3136f5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-22 - Cabinet of Commissioner Stella Kyriakides x Standing Committee of European Doctors"],"date":["2022-09-22"],"summary":["Upcoming policy initiatives in the field of health, the European Health Data Space and revision of the pharmaceutical framework"],"notes":["Portfolio: Health"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-kyriakides-of-stella"],"involved":["eu-tr-9276943405-41","ec-person-8c3c9f5f3b2f84138bb6ab73180e2eff94b88ec8","ec-person-ecf9f9e978b833afc98ee022572d468f0dc9a352","ec-person-991ce64cea5178762c932ac823ea5d309e7a8d93"]}} -{"id":"ec-meeting-2022-09-22-2d4c0cb35033673fe77d9d2e3a26f006c56e275e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-22 - Cabinet of Executive Vice-President Frans Timmermans x Dr2 Consultants"],"date":["2022-09-22"],"summary":["Fit for 55 panel - speech on Green Deal going local"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-d56ecbfde17436a136fc89c9a978b266e8285c84","eu-tr-85606455727-29"]}} -{"id":"ec-meeting-2022-09-22-331b1f5592376ed78a5349b1e6b7a7ed85898658","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-22 - Cabinet of Commissioner Thierry Breton x GSMA Europe"],"date":["2022-09-22"],"summary":["Preparation of the 10-10 roundtable"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-30988577529-37","ec-person-4d83416435f81b1f1e8f5c86aeebb1478577f1d2"]}} -{"id":"ec-meeting-2022-09-22-3e033e785f142cb9f447ab2eaca6dbdcd9f041e0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-22 - Cabinet of Executive Vice-President Valdis Dombrovskis x AGRICORD vzw"],"date":["2022-09-22"],"summary":["Food security in Europe and availability of fertilizers"],"notes":["Portfolio: An Economy that Works for People"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["eu-tr-02956895166-25","ec-person-7433d96a6e6f46c9f9174db79ec61c387dffa509"]}} -{"id":"ec-meeting-2022-09-22-4b96d29f4cbaabfe31a766da93b5d5a5a8dd2d61","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-22 - Agriculture and Rural Development x Deutscher Bauernverband"],"date":["2022-09-22"],"summary":["Exchange of views on Sustainable Use Regulation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-agri"],"involved":["ec-person-94f7c6e6875fa76120558bda38f913792cc61934","eu-tr-73085531345-65"]}} -{"id":"ec-meeting-2022-09-22-58ed582f859a511ae6844a1de93452588bd07ffe","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-22 - Cabinet of President Ursula von der Leyen x Bureau Européen des Unions de Consommateurs"],"date":["2022-09-22"],"summary":["Liability for AI-equipped products and services - European consumers need effective EU-wide legal protection."],"notes":["Portfolio: President"],"location":["Brussels (Teams)"],"address":["Brussels (Teams)"],"addressEntity":["addr-9950cce930e253f44f556bb339d2a1106073cd7b"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-7019713e72781afb1f3b19032c4752a314b78180","eu-tr-9505781573-45"]}} -{"id":"ec-meeting-2022-09-22-5a2a543bd69645f74d451ac34b83b632c6074e2c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-22 - Cabinet of Commissioner Adina Vălean x Société nationale SNCF"],"date":["2022-09-22"],"summary":["Rail Freight Policy."],"notes":["Portfolio: Transport"],"location":["Online meeting"],"address":["Online meeting"],"addressEntity":["addr-9d833a1da3074efd384ee6bc2b108c1f5bb379e0"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["eu-tr-97914681026-14","ec-person-6e21d867543ef3b910e746c319cb048abd054702"]}} -{"id":"ec-meeting-2022-09-22-6380278a07864a65c8648058cbf21b4b511a5c3e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-22 - Cabinet of Executive Vice-President Frans Timmermans x Transport and Environment (European Federation for Transport and Environment)"],"date":["2022-09-22"],"summary":["Ambient air quality directives"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-58744833263-19","ec-person-33624431cbec1074e151c1707715ef46d2ba9565"]}} -{"id":"ec-meeting-2022-09-22-81dbb3bc66ea8303d4b04ea009060bbef7669741","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-22 - Cabinet of Executive Vice-President Valdis Dombrovskis x Maa- ja metsätaloustuottajain Keskusliitto – Central Union of Agricultural Producers and Forest Owners"],"date":["2022-09-22"],"summary":["Forests; EU taxonomy of environmentally sustainable economic activities; carbon certification"],"notes":["Portfolio: An Economy that Works for People"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-235870cd7eb41f2494f695fce18b5b5b88647113","eu-tr-56039441735-48","ec-person-7433d96a6e6f46c9f9174db79ec61c387dffa509"]}} -{"id":"ec-meeting-2022-09-22-8ab537811258f91514c0ae5febc4391842e6a913","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-22 - Cabinet of Commissioner Thierry Breton x Mouvement des Entreprises de France"],"date":["2022-09-22"],"summary":["Energy crisis and emergency measures in France"],"notes":["Portfolio: Internal Market"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-6308dea893b9b1ca0dcd5b91b4a1ac4c2f3020ad","eu-tr-43763731235-75"]}} -{"id":"ec-meeting-2022-09-22-983c386d12d1c6d208f682d2b227947ae06596f8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-22 - Cabinet of Executive Vice-President Frans Timmermans x EPIA SolarPower Europe"],"date":["2022-09-22"],"summary":["Energy crisis response and RepowerEU"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-2680046412-48","ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce"]}} -{"id":"ec-meeting-2022-09-22-9dec9d13c357464f276007cc077659a9545f6de1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-22 - Cabinet of Executive Vice-President Frans Timmermans x Association Française des Entreprises Privées / French Association of Large Companies"],"date":["2022-09-22"],"summary":["Energy prices; Fit for 55; sustainable finance"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-953933297-85","ec-person-e88af8eb396e96e3dbc9b4ec6e40a348d26c389c"]}} -{"id":"ec-meeting-2022-09-22-a0d0e10b1cdad42af7d0a3b34ac7cf6e3ebc3d51","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-22 - Cabinet of Executive Vice-President Frans Timmermans x Société nationale SNCF"],"date":["2022-09-22"],"summary":["Rail Freight Policy"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-d56ecbfde17436a136fc89c9a978b266e8285c84","eu-tr-97914681026-14"]}} -{"id":"ec-meeting-2022-09-22-abf3139a3cd3d10819aa2998a8ea647714321cfa","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-22 - Cabinet of Executive Vice-President Frans Timmermans x None"],"date":["2022-09-22"],"summary":["RePowerEU implementation and electricity market design reivew"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-a282162080cef4ef2a8c0ab6247a3e03dc438507","eu-tr-1078390517-54","eu-tr-451019811573-55","ec-person-d53e00c46a4cc62bbf533e0c9bb35bacb9121989"]}} -{"id":"ec-meeting-2022-09-22-b4f37d79aa889bbf586f7b66876285150e570dd4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-22 - Cabinet of Executive Vice-President Valdis Dombrovskis x Ernst & Young Core Business Services BV"],"date":["2022-09-22"],"summary":["sustainable finance"],"notes":["Portfolio: An Economy that Works for People"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-235870cd7eb41f2494f695fce18b5b5b88647113","eu-tr-04458109373-91"]}} -{"id":"ec-meeting-2022-09-22-c7a337a40305a3036cec444c473579d7fd0d4711","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-22 - Cabinet of Commissioner Janusz Wojciechowski x European Chemical Industry Council"],"date":["2022-09-22"],"summary":["Ongoing revision of the Classification, Labelling and Packaging (CLP) Regulation to share key considerations from the European Chemical industry, ahead of the next regulatory steps"],"notes":["Portfolio: Agriculture"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["ec-person-cafe030b6dad78a75143f7552c420481b30ebceb","eu-tr-64879142323-90"]}} -{"id":"ec-meeting-2022-09-22-c87e0873e996a99736e489825642cefea14af316","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-22 - Cabinet of Commissioner Thierry Breton x TUI AG Liseberg AB Sixt SE FairAway Travel GmbH ΑΙΡΟΤΕΛ ATTICA GROUP AMADEUS IT GROUP S.A. Costa Group Accor"],"date":["2022-09-22"],"summary":["EU tourism policy and transition pathway"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-350977437809-66","eu-tr-193056815367-44","eu-tr-749913137915-59","eu-tr-654909925315-71","eu-tr-091959047651-44","eu-tr-053502847631-73","ec-person-d6689ffc6695e7e65bdd0e0c0da1721d3031ea1b","eu-tr-073267447671-87","eu-tr-160503047653-47","eu-tr-383055647674-82"]}} -{"id":"ec-meeting-2022-09-22-cdc18bcbc6ce16225687377c4aa8087a659c40d5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-22 - Cabinet of Commissioner Thierry Breton x TIM S.p.A."],"date":["2022-09-22"],"summary":["State of the telecom industry in Italy"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","ec-person-4d83416435f81b1f1e8f5c86aeebb1478577f1d2","eu-tr-078655018381-34"]}} -{"id":"ec-meeting-2022-09-22-d7749ac9363022f47e6da12948e0f63446a18032","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-22 - Cabinet of Commissioner Olivér Várhelyi x Citizens Association Institute for Human Rights"],"date":["2022-09-22"],"summary":["EU enlargement, Rule of Law and human rights in the Western Balkans"],"notes":["Portfolio: Neighbourhood and Enlargement"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-of-oliver-varhelyi"],"involved":["ec-person-9557ac7bdd542fd66f0729a2d858d58278508a1d","eu-tr-146764847691-53"]}} -{"id":"ec-meeting-2022-09-22-f1776abed12b6f37bb5be5ad1beb80a3a74e65a2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-22 - Cabinet of Commissioner Johannes Hahn x HeidelbergCement AG"],"date":["2022-09-22"],"summary":["Meeting with representatives of HeidelbergCement AG and Schwenk Zement AG on Hungary and the Rule of Law"],"notes":["Portfolio: Budget and Administration"],"location":["Brussels (Video Call)"],"address":["Brussels (Video Call)"],"addressEntity":["addr-10449a4bc67c20ea53890fb4d289c0ccecbac582"],"organizer":["ec-cabinet-commissioner-hahn-johannes-of"],"involved":["ec-person-52ebdba1b5ae6d7ba661630f40cdaaa33c25ee7d","eu-tr-81970148701-15"]}} -{"id":"ec-meeting-2022-09-22-fdcc2ac6d69cd5116a788c5a048e61c9456563b9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-22 - Cabinet of Executive Vice-President Frans Timmermans x Landbrug & Fødevarer - Danish Agriculture and Food Council"],"date":["2022-09-22"],"summary":["Discussion on carbon removals"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-f1a3478550296f3f9accdc67d6ef5a0b681dda4b","eu-tr-1634450483-86","ec-person-33624431cbec1074e151c1707715ef46d2ba9565"]}} -{"id":"ec-meeting-2022-09-23-1170ed97c73dfaa7359777284f173eb862bf09d5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-23 - Cabinet of Executive Vice-President Frans Timmermans x L'Occitane International S.A."],"date":["2022-09-23"],"summary":["Implementation of the European Green Deal and l’Occitane’s sustainability commitments"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-471989147138-46","ec-person-8af3c81534786a740718d21dc58240738a53ed7b"]}} -{"id":"ec-meeting-2022-09-23-2c85c16814622402aa0834e0196be45c2f19da42","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-23 - Cabinet of Commissioner Nicolas Schmit x ABB Ltd"],"date":["2022-09-23"],"summary":["Meeting on Digital Skills."],"notes":["Portfolio: Jobs and Social Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["eu-tr-7790041608-14","ec-person-66fa2c2d100ec194caa42b5c6f97c36e2748b71c","ec-person-4cf4655ab41922e92160325d987a3c4615c72d30"]}} -{"id":"ec-meeting-2022-09-23-51a7c25964f35e807e5411cb5b12b902ab7d9b0c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-23 - Cabinet of President Ursula von der Leyen x Telefonica, S.A."],"date":["2022-09-23"],"summary":["Telefonica's Infrastructure Connectivity package"],"notes":["Portfolio: President"],"location":["Brussels (VC)"],"address":["Brussels (VC)"],"addressEntity":["addr-7a7ab1034ef0b71e62ebf9a322dc5d9528505976"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-7019713e72781afb1f3b19032c4752a314b78180","eu-tr-52431421-12"]}} -{"id":"ec-meeting-2022-09-23-90872c618d78a5842db1fb16bbeea2910c5001bc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-23 - Cabinet of Executive Vice-President Frans Timmermans x Future For Nature"],"date":["2022-09-23"],"summary":["Implementation of the EU Biodiversity Strategy for 2030, including Nature Restoration Law and COP15, and possible avenues of cooperation"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-261804447214-51","ec-person-8af3c81534786a740718d21dc58240738a53ed7b"]}} -{"id":"ec-meeting-2022-09-23-98b40ac5e8fb84a9c06f0d55923180e53b56f661","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-23 - Cabinet of President Ursula von der Leyen x Samsung Electronics Europe"],"date":["2022-09-23"],"summary":["Address the market and industry impact of Commission Regulation 2019/2021 on consumption limits for electronic displays"],"notes":["Portfolio: President"],"location":["Brussels (VC)"],"address":["Brussels (VC)"],"addressEntity":["addr-7a7ab1034ef0b71e62ebf9a322dc5d9528505976"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-7019713e72781afb1f3b19032c4752a314b78180","eu-tr-40471017282-57"]}} -{"id":"ec-meeting-2022-09-23-b1a2c6ced82546950fae03dd6f9634260ee06e2f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-23 - Cabinet of Commissioner Janusz Wojciechowski x Maa- ja metsätaloustuottajain Keskusliitto – Central Union of Agricultural Producers and Forest Owners"],"date":["2022-09-23"],"summary":["CAP-implementation in Finland, nature restoration and carbon certification"],"notes":["Portfolio: Agriculture"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["eu-tr-56039441735-48","ec-person-c825a813205e5077cd48bbd241436daf1834fc9b","ec-person-08c62f972c22464aca7a65520eb9406f8db14a66"]}} -{"id":"ec-meeting-2022-09-23-cb2c4d3bf35e77e510807e7c73b0406c27a28e3f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-23 - Cabinet of Commissioner Thierry Breton x AIR LIQUIDE"],"date":["2022-09-23"],"summary":["Promoting the use of clean hydrogen for industry decarbonisation"],"notes":["Portfolio: Internal Market"],"location":["Normandie"],"address":["Normandie"],"addressEntity":["addr-2922190d936de53d1165028ec08e6d106dc01adc"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-6308dea893b9b1ca0dcd5b91b4a1ac4c2f3020ad","ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","eu-tr-94857385769-70","ec-person-b077a2e9f0fdb3b8f6e91d0bd0b256db9e40ce46"]}} -{"id":"ec-meeting-2022-09-23-cc3f44df0a669914db70ef8663da7fcb1910ea60","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-23 - Cabinet of Commissioner Thierry Breton x ARIANEGROUP HOLDING"],"date":["2022-09-23"],"summary":["Space policy; clean hydrogen"],"notes":["Portfolio: Internal Market"],"location":["Normandie"],"address":["Normandie"],"addressEntity":["addr-2922190d936de53d1165028ec08e6d106dc01adc"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-6308dea893b9b1ca0dcd5b91b4a1ac4c2f3020ad","ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","eu-tr-030910537575-52","ec-person-b077a2e9f0fdb3b8f6e91d0bd0b256db9e40ce46"]}} -{"id":"ec-meeting-2022-09-23-d562e0c3178f853451f3167c6e2355073e2a3373","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-23 - Cabinet of Executive Vice-President Frans Timmermans x ClientEarth AISBL European Environmental Bureau"],"date":["2022-09-23"],"summary":["Meeting with NGOs upon the revision of the Ambient Air Quality Directives"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-06798511314-27","eu-tr-96645517357-19","ec-person-33624431cbec1074e151c1707715ef46d2ba9565"]}} -{"id":"ec-meeting-2022-09-23-e0486aad67e027393789ec2a07680ea6e15741dc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-23 - Climate Action x ACCIONA, S.A."],"date":["2022-09-23"],"summary":["Acciona and its commitments towards a low-carbon economy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-clima"],"involved":["ec-person-9b22efca5a7cba901f8646c18a8854c47b21650d","eu-tr-451019811573-55"]}} -{"id":"ec-meeting-2022-09-23-f7a9c7d62871c7edafa1923e13da6280aa578127","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-23 - Cabinet of Executive Vice-President Margrethe Vestager x Vestas Wind Systems A/S"],"date":["2022-09-23"],"summary":["US Inflation Reduction Act"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-769186224869-06","ec-person-11d97788772862bb34f51dd26d7f92603eac1bf8","ec-person-8b6db5c3c4611618ade59c6d0dadc21c962f0ee7"]}} -{"id":"ec-meeting-2022-09-26-36d417334a86fc904805ffa61090ff1d443f37a7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-26 - Cabinet of Executive Vice-President Frans Timmermans x Inter Ikea Systems BV"],"date":["2022-09-26"],"summary":["Implementation of the European Green Deal, in particular circular economy, biodiversity and forest policies"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-8af3c81534786a740718d21dc58240738a53ed7b","eu-tr-774019931221-41"]}} -{"id":"ec-meeting-2022-09-26-53327155b539f46aff9f5ab49c26c57e97309ecf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-26 - Cabinet of Vice-President Margaritis Schinas x Google"],"date":["2022-09-26"],"summary":["Digital skills & reskilling, Cybersecurity & resilience, investment in internet structures, support for Ukrainian refugees"],"notes":["Portfolio: Promoting the European Way of Life"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-margaritis-of-president-schinas-vice"],"involved":["ec-person-d5cada2a1a17537a675985af31e5ce07ae3bfd42","ec-person-43f9f86cfe94e45a95f7fbdea9a59a54955ebcfa","eu-tr-03181945560-59"]}} -{"id":"ec-meeting-2022-09-26-56c967eea61e781de0dd71f72a806e0264c3c687","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-26 - Cabinet of Executive Vice-President Frans Timmermans x Volkswagen Aktiengesellschaft"],"date":["2022-09-26"],"summary":["Discussion on the transition to green mobility"],"notes":["Portfolio: European Green Deal"],"location":["Prague"],"address":["Prague"],"addressEntity":["addr-f1ef175756e0f637f1fb8ae47f65517d0601549a"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-7c876f4825f213b8adbedf089ccedfbc3b36d65b","eu-tr-6504541970-40"]}} -{"id":"ec-meeting-2022-09-26-67e79a8861d8708e8162a4ffb996e25e7b640773","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-26 - Cabinet of Commissioner Nicolas Schmit x European Chemical Industry Council industriAll European Trade Union"],"date":["2022-09-26"],"summary":["Occupational Safety and Health (OSH), REACH revision on employment and safe use of chemicals by workers in the EU."],"notes":["Portfolio: Jobs and Social Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["eu-tr-64879142323-90","ec-person-4cf4655ab41922e92160325d987a3c4615c72d30","ec-person-c03b949331dbbe5fa3d5423758e371ec1b9b832f","eu-tr-358284014848-82"]}} -{"id":"ec-meeting-2022-09-26-7707a89ef67dd81c2f1b25f544a00bfaaf205231","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-26 - Cabinet of Commissioner Thierry Breton x Inter Ikea Systems BV"],"date":["2022-09-26"],"summary":["Circularity, sustainable use of forests, single market for secondary materials"],"notes":["Portfolio: Internal Market"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","eu-tr-774019931221-41"]}} -{"id":"ec-meeting-2022-09-26-810cf47e3989dd69b39fd62278d6d1365f031dcf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-26 - Cabinet of Executive Vice-President Frans Timmermans x Stellantis"],"date":["2022-09-26"],"summary":["Shift to Electric Mobility"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-d56ecbfde17436a136fc89c9a978b266e8285c84","eu-tr-986044541551-20"]}} -{"id":"ec-meeting-2022-09-26-82f9be23d12aa8dd8d1c7fa7bf2c971efd9db9c8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-26 - Cabinet of Commissioner Kadri Simson x Transport and Environment (European Federation for Transport and Environment)"],"date":["2022-09-26"],"summary":["RePowerEU transport files (RFNBO delegated acts, truck CO2, zero-emission fleets and Euro7)"],"notes":["Portfolio: Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["ec-person-ba3b83676ad38094e71b64b644f3e3d2c61b8182","eu-tr-58744833263-19"]}} -{"id":"ec-meeting-2022-09-26-83e6287f17bbd9350972f6510750c0491021507a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-26 - Cabinet of Commissioner Nicolas Schmit x FEDIL - The Voice of Luxembourg's Industry"],"date":["2022-09-26"],"summary":["Inflationary pressure on households and businesses, energy prices and the situation in Luxembourg industry as well as the conclusions of the tripartite in this context."],"notes":["Portfolio: Jobs and Social Rights"],"location":["Brussels Belgium"],"address":["Brussels Belgium"],"addressEntity":["addr-61947d7d2c69c0b8f57325bd044f500c5fc6df48"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["eu-tr-286194516022-33","ec-person-935314e38d735654cae8ee61313a3d73439b242d","ec-person-4cf4655ab41922e92160325d987a3c4615c72d30"]}} -{"id":"ec-meeting-2022-09-26-b014c8139996ed1004900db853a04b1f388deedf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-26 - Cabinet of Commissioner Jutta Urpilainen x Lääketeollisuus ry"],"date":["2022-09-26"],"summary":["Health policy; pandemic response in partner countries."],"notes":["Portfolio: International Partnerships"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["eu-tr-135790630472-10","ec-person-7c4fa9cfb750b5b524c065180fcee1123b8df03e"]}} -{"id":"ec-meeting-2022-09-26-c7ddd74b79a66b2139d5ae2d2500cd11f8430cd2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-26 - Cabinet of Commissioner Thierry Breton x Rasmussen Global"],"date":["2022-09-26"],"summary":["Critical raw materials"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-6308dea893b9b1ca0dcd5b91b4a1ac4c2f3020ad","eu-tr-923424020779-19"]}} -{"id":"ec-meeting-2022-09-26-cd0dac40dee194d255319bb39125bffc77a862f2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-26 - Cabinet of Commissioner Nicolas Schmit x Österreichischer Gewerkschaftsbund"],"date":["2022-09-26"],"summary":["Minimum wage, minimum income initiative, European Care Strategy, Social dialogue"],"notes":["Portfolio: Jobs and Social Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-66fa2c2d100ec194caa42b5c6f97c36e2748b71c","ec-person-4cf4655ab41922e92160325d987a3c4615c72d30","ec-person-c03b949331dbbe5fa3d5423758e371ec1b9b832f","eu-tr-43246044354-41"]}} -{"id":"ec-meeting-2022-09-26-f4508828e12bd55d744fa318999bf11df787ac0c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-26 - Cabinet of Executive Vice-President Valdis Dombrovskis x Deutsche Post DHL Group"],"date":["2022-09-26"],"summary":["-\tGlobal trade agenda, including progress with bilateral FTAs\r\n-\tSustainability in postal and logistic sector\r\n-\tPreparation of the EU – US Trade and Technology Council\r\n-\tRevision of the Union Customs Code"],"notes":["Portfolio: An Economy that Works for People"],"location":["video conference"],"address":["video conference"],"addressEntity":["addr-6dc12e3c97077db82f32184f24341ce370a445fd"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["eu-tr-48544465107-88","ec-person-9e7bd1005456277f156b671d1555c6a460fb2f58"]}} -{"id":"ec-meeting-2022-09-27-07c297e868acaccc5546011a24c38b20e433c30b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-27 - Cabinet of Executive Vice-President Margrethe Vestager x European Round Table for Industry"],"date":["2022-09-27"],"summary":["Industrial policy."],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0","eu-tr-25487567824-45"]}} -{"id":"ec-meeting-2022-09-27-198b5fe82e94efe2ed43fb75e604cb133dd1ac3e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-27 - Cabinet of Commissioner Stella Kyriakides x European agri-cooperatives European farmers"],"date":["2022-09-27"],"summary":["VTC meeting: Revision of food labelling rules"],"notes":["Portfolio: Health"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-kyriakides-of-stella"],"involved":["ec-person-ba73927c33000184cab3f41a76e1b32fe7d7eda8","ec-person-ecf9f9e978b833afc98ee022572d468f0dc9a352","eu-tr-09586631237-74","eu-tr-44856881231-49"]}} -{"id":"ec-meeting-2022-09-27-251aa9b9293ca90b0be035f4af29273e4ae7194c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-27 - Cabinet of Executive Vice-President Frans Timmermans x Ahold Delhaize"],"date":["2022-09-27"],"summary":["Implementation of the European Green Deal, in particular circular economy and biodiversity policies"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-8af3c81534786a740718d21dc58240738a53ed7b","eu-tr-914893310703-33"]}} -{"id":"ec-meeting-2022-09-27-32b2263731adf912a487ced7e10d1ff8c20e84bf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-27 - Cabinet of Commissioner Virginijus Sinkevičius x Ingka Services A.B."],"date":["2022-09-27"],"summary":["To exchange views on the transition to a more circular economy, notably the role and roll-out of new business models, Ecodesign for sustainable products, and sustainable and circular textiles initiatives"],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["eu-tr-1095068839-59","ec-person-dd7a7b1952e158f4195d34cff333ec79a4f48ba3","ec-person-a58f1d06f5cb1d8dfd278e0c36d5aa1b9368b270"]}} -{"id":"ec-meeting-2022-09-27-32fedf4f8a1ca447e964da6512dad6e1f66c22c6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-27 - Cabinet of Commissioner Mairead Mcguinness x Ingka Services A.B."],"date":["2022-09-27"],"summary":["Sustainability Reporting"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-2b9c589fb2354bd93067644d2c3d2c058d4c4cc9","eu-tr-1095068839-59","ec-person-a5441c6a69a8a94fd64e02def60fcc6567f2c1d8"]}} -{"id":"ec-meeting-2022-09-27-3e4b7db1379bc4ec208d03d45a008869c88c15fd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-27 - Cabinet of Executive Vice-President Frans Timmermans x Tree Energy Solutions GmbH"],"date":["2022-09-27"],"summary":["Energy crisis response and  Repower EU"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-a282162080cef4ef2a8c0ab6247a3e03dc438507","ec-person-9eafbf4a92961023c7df3ab389ae6d4301dec4bf","eu-tr-247520145056-08","ec-person-d53e00c46a4cc62bbf533e0c9bb35bacb9121989"]}} -{"id":"ec-meeting-2022-09-27-42d9a14ed8964361cd735e5f99b34a2f2bd80027","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-27 - Cabinet of Commissioner Didier Reynders x Teknikföretagen"],"date":["2022-09-27"],"summary":["Due diligence and whistle blower directive"],"notes":["Portfolio: Justice"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-didier-of-reynders"],"involved":["ec-person-50f9cba2282e1d03395cdd0faf9ce6e9a2ff3104","eu-tr-257226411720-38"]}} -{"id":"ec-meeting-2022-09-27-5119593cd3590b99c4eee676e8234014c100f50a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-27 - Taxation and Customs Union x Dow Europe GmbH"],"date":["2022-09-27"],"summary":["Physical meeting - Exchange on US and EU strategies for carbon pricing"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-taxud"],"involved":["ec-person-9e42f316f38c8e126c2cd2bc84affb891338c7f3","eu-tr-38235121060-73"]}} -{"id":"ec-meeting-2022-09-27-526102743a7d54760cf857850d81c888fb51ac33","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-27 - Cabinet of Commissioner Virginijus Sinkevičius x Johnson Matthey plc"],"date":["2022-09-27"],"summary":["Pollution from cars and the upcoming EURO7 file"],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["eu-tr-120782844517-01","ec-person-df7b6800b8d3048e28fedb084a8b0b72260d7a0a"]}} -{"id":"ec-meeting-2022-09-27-6ae4baa7c001240000182dcac480486612ccce38","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-27 - Cabinet of Vice-President Dubravka Šuica x Teknikföretagen"],"date":["2022-09-27"],"summary":["Upcoming Swedish Presidency"],"notes":["Portfolio: Democracy and Demography"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dubravka-of-president-suica-vice"],"involved":["ec-person-ebe31c2924b1fbde99804f8f575004fb99739165","eu-tr-257226411720-38","ec-person-026798f0d4b4567a1c4ba592351123da781ce908"]}} -{"id":"ec-meeting-2022-09-27-6c66db540e8bc4a069916354b65f8487d5a8c5da","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-27 - Cabinet of Executive Vice-President Frans Timmermans x Cosmetics Europe"],"date":["2022-09-27"],"summary":["Implementation of the European Green Deal, in particular circular economy and chemicals policies"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-83575061669-96","ec-person-8af3c81534786a740718d21dc58240738a53ed7b"]}} -{"id":"ec-meeting-2022-09-27-722efc2d4aa395ab16ffc8daa63b45b106f91fb3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-27 - Cabinet of Executive Vice-President Margrethe Vestager x ERAMET"],"date":["2022-09-27"],"summary":["Critical raw materials"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-645370511725-71","ec-person-eecca27e2a9c3fc0d4bd43564e4960382705feef","ec-person-0e93ebac9bad76e1351e0981f04e7ef88848f943"]}} -{"id":"ec-meeting-2022-09-27-7843040bc428df87da11662fd4e9ecbfd6f27fb5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-27 - Cabinet of Commissioner Mairead Mcguinness x Barclays PLC Susquehanna International Securities Limited Citadel LLC Citigroup Inc. Banking & Payments Federation Ireland"],"date":["2022-09-27"],"summary":["Basel iii; MiFIR review proposal; the macro-prudential framework"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["eu-tr-320436033255-47","eu-tr-72390466359-39","ec-person-49e520c7a9c9c47ccb5acfa68f9416e4233af9f8","eu-tr-836939615933-24","ec-person-c7d8468d3870f7e4db534aa99b291f61e9d50404","eu-tr-00353757573-57","eu-tr-981559116223-93"]}} -{"id":"ec-meeting-2022-09-27-78cd169aa6adc1efc6ffca221b2c9b3ebec93da2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-27 - Cabinet of Commissioner Virginijus Sinkevičius x ASOCIACION AGRARIA JOVENES AGRICULTORES MALAGA"],"date":["2022-09-27"],"summary":["To discuss the floods in the Ebro basin"],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["ec-person-7d3108a3faddd62588ca5729ecf06d7d51aee243","eu-tr-154789029420-42","ec-person-5d2fb692a102077260d7badef4a9f10132b72aee"]}} -{"id":"ec-meeting-2022-09-27-79c3d4a6ad70bd08ec6f4fd1e4a36abcb390415e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-27 - Cabinet of Executive Vice-President Frans Timmermans x Vereniging van Nederlandse Gemeenten"],"date":["2022-09-27"],"summary":["Speech on Green Deal going local"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-d56ecbfde17436a136fc89c9a978b266e8285c84","eu-tr-32705794105-55"]}} -{"id":"ec-meeting-2022-09-27-7a894756e958024fb6d5e2c3b80af67f633d3299","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-27 - Cabinet of Commissioner Mairead Mcguinness x European Association of Long-Term Investors"],"date":["2022-09-27"],"summary":["Capital Markets Union, securitisation"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-44c404268b70ce0b79c4e148b5a7c4ae2c53ee30","eu-tr-977980112556-82"]}} -{"id":"ec-meeting-2022-09-27-8763f3f4817c91f70508cefd3d1e19a0b9df53f2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-27 - Cabinet of Executive Vice-President Margrethe Vestager x Binderr Ltd"],"date":["2022-09-27"],"summary":["Presentation of the company, Data."],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-040236247699-68","ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0"]}} -{"id":"ec-meeting-2022-09-27-98f46c1e43c6ea66943fa056ea10920de9c29c76","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-27 - Cabinet of Executive Vice-President Margrethe Vestager x Roblox Corporation"],"date":["2022-09-27"],"summary":["presentation of the company, metaverse"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-498852846811-94","ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0"]}} -{"id":"ec-meeting-2022-09-27-9995f632b8a250f1edc1df49dd12c6965d541346","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-27 - Cabinet of Commissioner Mairead Mcguinness x PUBLIC JOINT STOCK COMPANY JOINT STOCK BANK UKRGASBANK Visa Europe JSC “Ukrposhta” Small World Financial Services Group Limited JOINT-STOCK COMPANY ACCENT-BANK Wise Ltd Ria Money Transfer TransferGO Raiffeisen Bank International AG Joint Stock Company “State Savings Bank of Ukraine” Mastercard Europe First Ukrainian International Bank JOINT-STOCK COMPANY COMMERCIAL BANK PRIVATBANK NovaPay LLC"],"date":["2022-09-27"],"summary":["Roundtable on Remittances to Ukraine"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["eu-tr-441260647735-93","eu-tr-33858106461-10","ec-person-3a66109f0585c657edbe69190faa41919b50e05f","eu-tr-235003547710-83","eu-tr-547890447731-35","eu-tr-58204758673-16","eu-tr-699852347713-09","eu-tr-839260347721-13","ec-person-c7d8468d3870f7e4db534aa99b291f61e9d50404","eu-tr-843309518020-96","eu-tr-61954192201-58","eu-tr-107547347715-48","eu-tr-152221347703-47","eu-tr-891810047729-52","ec-person-2b9c589fb2354bd93067644d2c3d2c058d4c4cc9","eu-tr-335399347719-67","eu-tr-864348847754-91"]}} -{"id":"ec-meeting-2022-09-27-9e533be7bbb4f897100ce962a7a3aed0fbced696","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-27 - Cabinet of Commissioner Thierry Breton x Roblox Corporation"],"date":["2022-09-27"],"summary":["Better Internet for Kids strategy"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-498852846811-94","ec-person-d6689ffc6695e7e65bdd0e0c0da1721d3031ea1b"]}} -{"id":"ec-meeting-2022-09-27-9e98ba08c3d8ce3b84060238802750b5f7294aed","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-27 - Cabinet of Commissioner Helena Dalli x Ingka Services A.B."],"date":["2022-09-27"],"summary":["Commissioner Dalli met with INGKA (IKEA) Group CEO Jesper Brodin to discuss Commission initiatives on inclusion and diversity as well as to exchange views on how inclusion and diversity are leading values that foster economic development."],"notes":["Portfolio: Equality"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-dalli-helena-of"],"involved":["eu-tr-1095068839-59","ec-person-d0b568d53468fcd3dfeeaddbd07343b5b065914d"]}} -{"id":"ec-meeting-2022-09-27-a589f2a7c55df3aed303c2f71638f572448222ad","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-27 - Competition x AIR LIQUIDE"],"date":["2022-09-27"],"summary":["Discussion on IPCEI, Hydrogen"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-comp"],"involved":["ec-person-f257bc19c568ad25083c1c1e1651426245cefedf","eu-tr-94857385769-70"]}} -{"id":"ec-meeting-2022-09-27-a618f99ebe3b63a918f139a44e5a7cb531f51477","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-27 - Financial Stability, Financial Services and Capital Markets Union x Irish Funds Industry Association CLG"],"date":["2022-09-27"],"summary":["CMU"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-35890511033-58","ec-person-1fce211249673c35ee07a801ddee77ab24af8d54"]}} -{"id":"ec-meeting-2022-09-27-b0f3b34da68040eb89ce8f27f290cfe616306620","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-27 - Cabinet of Executive Vice-President Margrethe Vestager x Yelp"],"date":["2022-09-27"],"summary":["competition policies."],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-11d97788772862bb34f51dd26d7f92603eac1bf8","eu-tr-173076213280-06","ec-person-73fb1ddd279f8c6697a055567a2c09606006b875"]}} -{"id":"ec-meeting-2022-09-27-cade8663967a4105c67cb4c77602c260f38e8a5b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-27 - Cabinet of Commissioner Mairead Mcguinness x Global Witness"],"date":["2022-09-27"],"summary":["EU sanctions against Russia"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-a5441c6a69a8a94fd64e02def60fcc6567f2c1d8","eu-tr-10439809375-73"]}} -{"id":"ec-meeting-2022-09-27-cf9c081fe7f9eaa0d706a51a8fcedf993f0d3d93","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-27 - Cabinet of Commissioner Johannes Hahn x PEFC International"],"date":["2022-09-27"],"summary":["Sustainable forestry management"],"notes":["Portfolio: Budget and Administration"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hahn-johannes-of"],"involved":["eu-tr-557406040297-72","ec-person-8464bae14a77569c61cbdfecb8ff9cff10595be5","ec-person-26e87e8dbc382b84ce1f54266bee0b7eab520454"]}} -{"id":"ec-meeting-2022-09-27-d778cf309283967b8f9ed7cd38336ba87c246243","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-27 - Cabinet of Executive Vice-President Frans Timmermans x Dow Europe GmbH"],"date":["2022-09-27"],"summary":["US Climate policy and carbon pricing"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce","ec-person-f1a3478550296f3f9accdc67d6ef5a0b681dda4b","eu-tr-38235121060-73"]}} -{"id":"ec-meeting-2022-09-27-dfa2b01427ab8f046c6c605ae6f7e4b00e94cea2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-27 - Cabinet of Commissioner Mairead Mcguinness x Kingspan Group PLC"],"date":["2022-09-27"],"summary":["energy efficiency (insulation saves energy in buildings); \r\ndecarbonisation; \r\ncircularity - 40 per cent of all materials extracted from earth go into construction and only 8 per cent recycled."],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Cavan, Ireland"],"address":["Cavan, Ireland"],"addressEntity":["addr-b2cecb8152b16b5ff2501dc03dd1ec20816aa1e0"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-2b9c589fb2354bd93067644d2c3d2c058d4c4cc9","ec-person-69324896e96bbd9e20f797e4c49f0d286d058227","eu-tr-020407017288-38"]}} -{"id":"ec-meeting-2022-09-27-e5ffd4ecc6d7b10bb64a566093043ec881426cfb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-27 - Cabinet of Commissioner Thierry Breton x IBERDROLA"],"date":["2022-09-27"],"summary":["Clean energy transition; energy crisis"],"notes":["Portfolio: Internal Market"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","eu-tr-41816938101-07"]}} -{"id":"ec-meeting-2022-09-27-f4b67b9cf29c4cb54f54ee4e09953012045af298","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-27 - Cabinet of Commissioner Virginijus Sinkevičius x Cosmetics Europe"],"date":["2022-09-27"],"summary":["Implementation of the European Green Deal, in particular circular economy and chemicals policies"],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["eu-tr-83575061669-96","ec-person-df7b6800b8d3048e28fedb084a8b0b72260d7a0a"]}} -{"id":"ec-meeting-2022-09-27-feb2a39f33073cdee63299adb0cf1edab594d22b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-27 - Internal Market, Industry, Entrepreneurship and SMEs x AIR LIQUIDE"],"date":["2022-09-27"],"summary":["Meeting with the (Deputy) DGsl of COMP, ENER and CLIMA, a delegation of the European Round Table for Industry (ERT) on Role and specificities of hydrogen in the EU’s energy mix; Opportunities for Europe to decarbonise industry and transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-grow"],"involved":["ec-person-0151c7e554d188fffc509ad636b7d1a84c5dfcd5","eu-tr-94857385769-70"]}} -{"id":"ec-meeting-2022-09-27-ff12080b143b403a3d87ec0fd2e3339eabfe5524","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-27 - Cabinet of Vice-President Maroš Šefčovič x ERAMET"],"date":["2022-09-27"],"summary":["Raw Materials"],"notes":["Portfolio: Interinstitutional Relations and Foresight"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-442becb1e681f03d9df1dc59e73ecf1336c48402","eu-tr-645370511725-71"]}} -{"id":"ec-meeting-2022-09-28-10f8c10a74a80b53f5dac3c1d0913b5c54ace349","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-28 - Cabinet of Commissioner Didier Reynders x Hogan Lovells International LLP"],"date":["2022-09-28"],"summary":["presentation of their activities on use of frozen assets, financial penalties and sanctions to fund reparations for victims of conflict-related (sexual) violence"],"notes":["Portfolio: Justice"],"location":["video conference call"],"address":["video conference call"],"addressEntity":["addr-05ecba01ad4cbc50dc8015134a5982f8447db506"],"organizer":["ec-cabinet-commissioner-didier-of-reynders"],"involved":["eu-tr-162092429393-66","ec-person-4cd0043747c40cfeaced5e4c68e43372cdb8dac9"]}} -{"id":"ec-meeting-2022-09-28-1d5f10c4d0c8af69e6be706347ed8debad568323","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-28 - Taxation and Customs Union x ExxonMobil Petroleum & Chemical"],"date":["2022-09-28"],"summary":["Phone call - Impact of the solidarity contribution on the fossil fuel industry"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-taxud"],"involved":["ec-person-9e42f316f38c8e126c2cd2bc84affb891338c7f3","eu-tr-0745650927-75"]}} -{"id":"ec-meeting-2022-09-28-2f578ef7a43a26e1285a05836f6fe9b83eb8f24b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-28 - Cabinet of Commissioner Mairead Mcguinness x BNP PARIBAS"],"date":["2022-09-28"],"summary":["DTO\r\nCCPs"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-0ba9b89127b39af6a66f2fc3ed727332f1b19a34","eu-tr-78787381113-69"]}} -{"id":"ec-meeting-2022-09-28-3ed245e84fdb0ec3d4bcc2dbdbf53f5730659e33","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-28 - Financial Stability, Financial Services and Capital Markets Union x Aercap Holdings NV"],"date":["2022-09-28"],"summary":["EU sanctions"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["ec-person-1fce211249673c35ee07a801ddee77ab24af8d54","eu-tr-461173445540-64"]}} -{"id":"ec-meeting-2022-09-28-462ae2e8901ae47805ca5f0fe2ef3472deb8bd47","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-28 - Cabinet of Commissioner Kadri Simson x Eni S.p.A."],"date":["2022-09-28"],"summary":["Energy cooperation with Algeria and Cyprus"],"notes":["Portfolio: Energy"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["eu-tr-99578067285-35","ec-person-2fb98fc84d2cf8d481688eff3d47f7745ead3592"]}} -{"id":"ec-meeting-2022-09-28-6ec4135c0ed8f1706f6f7624f4a50157b44b53cf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-28 - Financial Stability, Financial Services and Capital Markets Union x Asociación Española de Banca"],"date":["2022-09-28"],"summary":["Basel implementation and open finance"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["ec-person-1fce211249673c35ee07a801ddee77ab24af8d54","eu-tr-785157016077-28"]}} -{"id":"ec-meeting-2022-09-28-766e2ceabd5dc9b227c875a188c6023e0fd0e25d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-28 - Cabinet of Executive Vice-President Valdis Dombrovskis x Manufacture Française des Pneumatiques Michelin"],"date":["2022-09-28"],"summary":["Sustainable Finance"],"notes":["Portfolio: An Economy that Works for People"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-235870cd7eb41f2494f695fce18b5b5b88647113","eu-tr-1413466815-09"]}} -{"id":"ec-meeting-2022-09-28-78ae5d1f5fba71da0178b73091ffd57d5b183aee","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-28 - Cabinet of Executive Vice-President Frans Timmermans x Micro-Mobility for Europe"],"date":["2022-09-28"],"summary":["Introduction to new association"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-d56ecbfde17436a136fc89c9a978b266e8285c84","eu-tr-932256341405-17"]}} -{"id":"ec-meeting-2022-09-28-8e9ddadf9b83d06589c54878514a89ae88d7f570","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-28 - Financial Stability, Financial Services and Capital Markets Union x Citigroup Inc. Susquehanna International Securities Limited Citadel LLC Banking & Payments Federation Ireland Barclays PLC"],"date":["2022-09-28"],"summary":["MiFIR review and third country branches"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-320436033255-47","eu-tr-72390466359-39","eu-tr-836939615933-24","ec-person-1fce211249673c35ee07a801ddee77ab24af8d54","eu-tr-00353757573-57","eu-tr-981559116223-93"]}} -{"id":"ec-meeting-2022-09-28-8f53a849c46173f18c7ae849ca20033833a9e2eb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-28 - Cabinet of Executive Vice-President Valdis Dombrovskis x FIPRA International SRL ERAMET"],"date":["2022-09-28"],"summary":["Raw Materials initiative"],"notes":["Portfolio: An Economy that Works for People"],"location":["video call"],"address":["video call"],"addressEntity":["addr-12d8c530d76da0b7745f9c0f9285e7eec97adc55"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["eu-tr-58746194306-23","eu-tr-645370511725-71","ec-person-3520008ac93a203db50d106deafde939bc2729f1"]}} -{"id":"ec-meeting-2022-09-28-91f4364359d358c97a624ff2cc12c4df28ef6202","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-28 - Cabinet of Executive Vice-President Frans Timmermans x Tesla Motors Netherlands B.V."],"date":["2022-09-28"],"summary":["Battery Storage Policies"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-547225616323-13","ec-person-d56ecbfde17436a136fc89c9a978b266e8285c84"]}} -{"id":"ec-meeting-2022-09-28-96deba18c5f078a053e923dda7f8bea2dc0ff670","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-28 - Cabinet of Executive Vice-President Frans Timmermans x Stichting European Climate Foundation"],"date":["2022-09-28"],"summary":["Preparations for COP27"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-7c876f4825f213b8adbedf089ccedfbc3b36d65b","eu-tr-64869491516-70"]}} -{"id":"ec-meeting-2022-09-28-9b14dfe2305f74406f4a9ce39029e0c7534f3373","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-28 - Cabinet of Commissioner Mairead Mcguinness x Aercap Holdings NV"],"date":["2022-09-28"],"summary":["Sanctions and Taxonomy"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-a5441c6a69a8a94fd64e02def60fcc6567f2c1d8","eu-tr-461173445540-64"]}} -{"id":"ec-meeting-2022-09-28-a43f9c31d223c5edd1940adb30914823c4c10a31","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-28 - Cabinet of Commissioner Mairead Mcguinness x Manufacture Française des Pneumatiques Michelin"],"date":["2022-09-28"],"summary":["Sustainable Finance"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-a5441c6a69a8a94fd64e02def60fcc6567f2c1d8","eu-tr-1413466815-09"]}} -{"id":"ec-meeting-2022-09-28-ac20e05fcc2e1751e24279787912491bf7c52b3c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-28 - Cabinet of Executive Vice-President Margrethe Vestager x Asociación Española de Banca"],"date":["2022-09-28"],"summary":["Digital policies, artificial intelligence and data economy."],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-cc22f9036f136b68e22fa3af97972857e72dc249","ec-person-0e93ebac9bad76e1351e0981f04e7ef88848f943","eu-tr-785157016077-28"]}} -{"id":"ec-meeting-2022-09-28-b1fff943e5e4f83e0278158706a359b8278c1bb5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-28 - Cabinet of President Ursula von der Leyen x Kreab Bank Julius Baer & Co. Ltd"],"date":["2022-09-28"],"summary":["State of play of Eu financial regulation in particular in relation to regulation on crypto assets (Mica), sustainable finance and taxonomy, sanctions implementation."],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["eu-tr-1078390517-54","ec-person-a159f03add374257584565c2b05cc5539a7526e6","eu-tr-234317527985-69"]}} -{"id":"ec-meeting-2022-09-28-b9ecc140cdb6ee927839ace05a32c22f18d923f7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-28 - Cabinet of Commissioner Thierry Breton x European Cultural and Creative Industries Alliance"],"date":["2022-09-28"],"summary":["EU tourism policy and transition pathway"],"notes":["Portfolio: Internal Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-d6689ffc6695e7e65bdd0e0c0da1721d3031ea1b","eu-tr-130166611998-65"]}} -{"id":"ec-meeting-2022-09-28-d4cc9d1041c05c7a4d69c79393706262c1bcfd50","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-28 - Cabinet of Vice-President Dubravka Šuica x European Civic Forum"],"date":["2022-09-28"],"summary":["Civic Forum presented the agenda of the platform with particular focus on the upcoming Commission Work programme and in relation with the Conference on the Future of Europe final report."],"notes":["Portfolio: Democracy and Demography"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-dubravka-of-president-suica-vice"],"involved":["eu-tr-981872117501-10","ec-person-e38d9f76fd8b368ff0a9e724d2cd3da76124d857","ec-person-026798f0d4b4567a1c4ba592351123da781ce908"]}} -{"id":"ec-meeting-2022-09-28-d54e0ffbb887e5d540017431699385982d60ae2e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-28 - Cabinet of Commissioner Thierry Breton x Bpifrance"],"date":["2022-09-28"],"summary":["Financing the clean energy transition"],"notes":["Portfolio: Internal Market"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-950921712127-74","ec-person-6308dea893b9b1ca0dcd5b91b4a1ac4c2f3020ad"]}} -{"id":"ec-meeting-2022-09-28-ffdcba9f02e9916e084c26d6e01f566dab6e300f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-28 - Cabinet of Commissioner Mairead Mcguinness x Asociación Española de Banca"],"date":["2022-09-28"],"summary":["Basel, digital euro"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["eu-tr-785157016077-28","ec-person-44c404268b70ce0b79c4e148b5a7c4ae2c53ee30","ec-person-49e520c7a9c9c47ccb5acfa68f9416e4233af9f8"]}} -{"id":"ec-meeting-2022-09-29-3cac7717eaf063dd0fc5c4217126f0e666ec8d83","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-29 - Cabinet of Commissioner Mairead Mcguinness x Insurance Ireland"],"date":["2022-09-29"],"summary":["Solvency II"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["eu-tr-978587826097-61","ec-person-49e520c7a9c9c47ccb5acfa68f9416e4233af9f8"]}} -{"id":"ec-meeting-2022-09-29-46c3a3a59eb52daaffe33d9bd65aa585214605ae","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-29 - Cabinet of Executive Vice-President Valdis Dombrovskis x Stryker"],"date":["2022-09-29"],"summary":["EU-US relations and deliverables for Trade & Technology Council"],"notes":["Portfolio: An Economy that Works for People"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["eu-tr-443257945191-76","ec-person-1d8581216d9aa7f26fa098a81e84ca61e0e3f261"]}} -{"id":"ec-meeting-2022-09-29-5a60fa78c24222fe56a176aa973a41490343602c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-29 - Cabinet of Executive Vice-President Frans Timmermans x Konrad-Adenauer-Stiftung"],"date":["2022-09-29"],"summary":["Climate Club and climate finance"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-e88af8eb396e96e3dbc9b4ec6e40a348d26c389c","ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce","eu-tr-510151427278-94"]}} -{"id":"ec-meeting-2022-09-29-5c6ab360a6c8f3592716c5ee51f3fb0c4b943c3f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-29 - Cabinet of Commissioner Jutta Urpilainen x International Federation for Human Rights"],"date":["2022-09-29"],"summary":["Signing ceremony of the new EU Human Rights Defenders Protection mechanism"],"notes":["Portfolio: International Partnerships"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["eu-tr-97628146980-33","ec-person-7c4fa9cfb750b5b524c065180fcee1123b8df03e"]}} -{"id":"ec-meeting-2022-09-29-5ce3ee4ac014e9d1c4a96103581c51ef716b7277","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-29 - Cabinet of Executive Vice-President Frans Timmermans x WWF European Policy Programme"],"date":["2022-09-29"],"summary":["Implementation of the EU biodiversity Strategy for 2030 and the Nature Restoration Law"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-1414929419-24","ec-person-8af3c81534786a740718d21dc58240738a53ed7b"]}} -{"id":"ec-meeting-2022-09-29-6fa9831b5963250ad4c0a3b88ac8b4df3b6ad714","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-29 - Cabinet of Executive Vice-President Valdis Dombrovskis x Banco Santander, S.A."],"date":["2022-09-29"],"summary":["Introductory meeting, RRF implementation"],"notes":["Portfolio: An Economy that Works for People"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["eu-tr-799142914971-03","ec-person-95d6ecce9b8f3a7b167d0eac8e270fdce0665ccb"]}} -{"id":"ec-meeting-2022-09-29-77f46ca5fdaad83ec1febef5b9f1a0712b26ec5b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-29 - Cabinet of Executive Vice-President Valdis Dombrovskis x Asociación Española de Banca"],"date":["2022-09-29"],"summary":["Digital & open finance"],"notes":["Portfolio: An Economy that Works for People"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-235870cd7eb41f2494f695fce18b5b5b88647113","eu-tr-785157016077-28"]}} -{"id":"ec-meeting-2022-09-29-82a79dc5f52baebee911049c83b7d10dfcb6cd31","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-29 - Cabinet of Executive Vice-President Valdis Dombrovskis x Société Générale"],"date":["2022-09-29"],"summary":["Crisis management and deposit insurance; Basel III implementation"],"notes":["Portfolio: An Economy that Works for People"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-235870cd7eb41f2494f695fce18b5b5b88647113","eu-tr-34369111614-57"]}} -{"id":"ec-meeting-2022-09-29-943186d7b5bce2973c1ddd58c6ffc88fa12cfac4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-29 - Cabinet of Commissioner Adina Vălean x Uber"],"date":["2022-09-29"],"summary":["Uber's recent initiatives to support women drivers"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["ec-person-fc3be846753d8ee60758ebedb7309dcf08aea52e","eu-tr-002278013515-26"]}} -{"id":"ec-meeting-2022-09-29-97aee22c850019246158f21638d423272e7ed399","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-29 - Cabinet of Executive Vice-President Frans Timmermans x Institute for European Environmental Policy"],"date":["2022-09-29"],"summary":["Discussion of the framework for sustainable food system"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-934329423960-72","ec-person-33624431cbec1074e151c1707715ef46d2ba9565"]}} -{"id":"ec-meeting-2022-09-29-98b40ac5e8fb84a9c06f0d55923180e53b56f661","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-29 - Cabinet of President Ursula von der Leyen x Samsung Electronics Europe"],"date":["2022-09-29"],"summary":["Ecodesign Regulation on Energy Efficiency for Electronic Displays – \r\nTier II requirements: A Systematic Error of Administration"],"notes":["Portfolio: President"],"location":["Brusssels (Teams)"],"address":["Brusssels (Teams)"],"addressEntity":["addr-21be52b861de97e897e14f95025e5aad4fd6a336"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-7019713e72781afb1f3b19032c4752a314b78180","eu-tr-40471017282-57"]}} -{"id":"ec-meeting-2022-09-29-a41432386b9a0a76c7f8b4433e79ab356e97a7e8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-29 - Cabinet of Commissioner Mairead Mcguinness x Fédération bancaire française"],"date":["2022-09-29"],"summary":["Bank crisis management, securitisation, clearing, retail investment strategy."],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["eu-tr-09245221105-30","ec-person-0ba9b89127b39af6a66f2fc3ed727332f1b19a34","ec-person-49e520c7a9c9c47ccb5acfa68f9416e4233af9f8"]}} -{"id":"ec-meeting-2022-09-29-ad62311f88d6e18a006bab0caf71fb945d4e5be4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-29 - Energy x European Network of Transmission System Operators for Gas"],"date":["2022-09-29"],"summary":["Infrastructure, preparedness and energy security."],"location":["videoconference"],"address":["videoconference"],"addressEntity":["addr-92b2fbb928e012810d80d9ef1abe12027beee200"],"organizer":["ec-dg-ener"],"involved":["eu-tr-565032821273-72","ec-person-9c0f33ecb9f6badd5f4b5f1a4bd7677e18a52a22"]}} -{"id":"ec-meeting-2022-09-29-ae3c72e5b89bf58e261a750b3775fc22cc5223ec","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-29 - Cabinet of Executive Vice-President Valdis Dombrovskis x Teknikföretagen"],"date":["2022-09-29"],"summary":["EU affairs: trade policy and social dialogue"],"notes":["Portfolio: An Economy that Works for People"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["eu-tr-257226411720-38","ec-person-f011ed0f7c78d833a79f1206f788e0cbd9cb8864"]}} -{"id":"ec-meeting-2022-09-29-c525d4949294fa0dddeee6bc8ba6519403b2ca4d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-29 - Cabinet of Commissioner Thierry Breton x European Publishers Council"],"date":["2022-09-29"],"summary":["Media Freedom Act"],"notes":["Portfolio: Internal Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-4456380381-30","ec-person-5215bd372c5a1202399d77ecceb8c16de8d7d55c"]}} -{"id":"ec-meeting-2022-09-29-cc0dff85f0d1f9dd5d72abea2c2d147960d510d6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-29 - Cabinet of President Ursula von der Leyen x Société Générale"],"date":["2022-09-29"],"summary":["Share thoughts on recent trends in ESG and energy related matters, but also expand on securitization or take stock of the banking package file"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["eu-tr-34369111614-57","ec-person-a159f03add374257584565c2b05cc5539a7526e6"]}} -{"id":"ec-meeting-2022-09-29-cf3dc4ec6de97f187e8c03ba8be754c3b03f1ea4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-29 - Cabinet of President Ursula von der Leyen x Computer & Communications Industry Association"],"date":["2022-09-29"],"summary":["To learn more about the Commission President’s legislative plans for the Fall, notably on a possible internet traffic usage fee."],"notes":["Portfolio: President"],"location":["Brussels (Zoom)"],"address":["Brussels (Zoom)"],"addressEntity":["addr-e4bd3d2c76ca1d72b5352e26d781cf528ebb6e76"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-7019713e72781afb1f3b19032c4752a314b78180","eu-tr-15987896534-82"]}} -{"id":"ec-meeting-2022-09-29-cf7229f4f4a410eabcc77e2594218508e29f18b2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-29 - Cabinet of Commissioner Virginijus Sinkevičius x The Pew Charitable Trusts"],"date":["2022-09-29"],"summary":["Discussions on preparations for COP15"],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Brussels, Berlaymont"],"address":["Brussels, Berlaymont"],"addressEntity":["addr-2d842da4e8cf3dbd0304d45e6b874d5f0aa57edf"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["ec-person-161a941900356f9c80cf6ea2ff5ca9963f8e73a6","eu-tr-46834536998-79","ec-person-c92a6b4ef8328855b0234011be623ed9f15c86f3"]}} -{"id":"ec-meeting-2022-09-29-d0187cdfeccb3fd80cb773d7a54e902184432044","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-29 - Cabinet of Commissioner Janusz Wojciechowski x Polish Biomethane Organization"],"date":["2022-09-29"],"summary":["Biomethane perspectives"],"notes":["Portfolio: Agriculture"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["eu-tr-706156147753-12","ec-person-625f8b4379f79adee4f15c6a0417a96bb5a5a403"]}} -{"id":"ec-meeting-2022-09-29-d98adcf7b269b2a8cc3a059519acd507a725ab38","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-29 - Taxation and Customs Union x BUSINESSEUROPE"],"date":["2022-09-29"],"summary":["Physical meeting - EU tax and customs agenda"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-taxud"],"involved":["ec-person-9e42f316f38c8e126c2cd2bc84affb891338c7f3","eu-tr-3978240953-79"]}} -{"id":"ec-meeting-2022-09-29-d9b8ca95e65fec551bfb1f0e69ba202edc3207c2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-29 - Cabinet of Commissioner Ylva Johansson x Skandinaviska Enskilda Banken AB (publ)"],"date":["2022-09-29"],"summary":["-Migration update in relation to the war in Ukraine\r\n-State of play of the Migration Pact"],"notes":["Portfolio: Home Affairs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-johansson-of-ylva"],"involved":["eu-tr-870768732070-09","ec-person-31b127e72e9dd30ce85ff2b475ac65d28d7dc48d"]}} -{"id":"ec-meeting-2022-09-29-de1d76336577398ef8cdb48315a0f71562d4ff15","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-29 - Cabinet of Executive Vice-President Margrethe Vestager x EMMA GATEAU & ASSOCIÉS"],"date":["2022-09-29"],"summary":["Digital Policies."],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-483991348149-68","ec-person-8b6db5c3c4611618ade59c6d0dadc21c962f0ee7"]}} -{"id":"ec-meeting-2022-09-29-fa1e9aadde882ad58fbf19a2a03e4df79a6fdbc2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-29 - Cabinet of Commissioner Nicolas Schmit x Sozialkassen der deutschen Bauwirtschaft"],"date":["2022-09-29"],"summary":["social dialogue"],"notes":["Portfolio: Jobs and Social Rights"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["eu-tr-768082137817-95","ec-person-8eb18b6102d444937bc6af5822a6742812165b48"]}} -{"id":"ec-meeting-2022-09-29-fcf5806d76cbf9670207a436d56c5d366b37ddac","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-29 - Cabinet of Executive Vice-President Margrethe Vestager x Bureau Européen des Unions de Consommateurs"],"date":["2022-09-29"],"summary":["AI liability directive"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["online"],"address":["online"],"addressEntity":["addr-2dbc2fd2358e1ea1b7a6bc08ea647b9a337ac92d"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-9505781573-45","ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0"]}} -{"id":"ec-meeting-2022-09-30-0571667eb5e4fde8726c332f39d2728698521b8d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-30 - Cabinet of Commissioner Kadri Simson x European Energy Retailers - Network of Independent Energy and Solution Providers"],"date":["2022-09-30"],"summary":["Electricity Internal Market (notably the discussion on the market design reform)\r\nGas Internal market and security of supply / gas savings\r\nEnergy system integration follow up (including hydrogen)\r\nEnergy Taxation"],"notes":["Portfolio: Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["ec-person-ba3b83676ad38094e71b64b644f3e3d2c61b8182","eu-tr-438257432313-42"]}} -{"id":"ec-meeting-2022-09-30-0db1e90de76a1725072750b3b4bdc62b4d70fb93","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-30 - Taxation and Customs Union x FuelsEurope"],"date":["2022-09-30"],"summary":["Physical meeting - Impact of the solidarity contribution on the fossil fuel industry"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-taxud"],"involved":["ec-person-9e42f316f38c8e126c2cd2bc84affb891338c7f3","eu-tr-26207914726-42"]}} -{"id":"ec-meeting-2022-09-30-16f98d0fe3a481e84748f87eb1c30cb9136c1f4e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-30 - Cabinet of Commissioner Nicolas Schmit x Eesti Tööandjate Keskliit"],"date":["2022-09-30"],"summary":["Just transition, skills."],"notes":["Portfolio: Jobs and Social Rights"],"location":["Tallinn (Estonia)"],"address":["Tallinn (Estonia)"],"addressEntity":["addr-2f0a1e929f71a50f4773c900a5f7fdfdc16a276b"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["eu-tr-893942625175-25","ec-person-4cf4655ab41922e92160325d987a3c4615c72d30","ec-person-c03b949331dbbe5fa3d5423758e371ec1b9b832f"]}} -{"id":"ec-meeting-2022-09-30-1cd60c98237a089af4735446e4db82617eedeef5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-30 - Cabinet of Vice-President Maroš Šefčovič x U. S. Steel Košice, s.r.o."],"date":["2022-09-30"],"summary":["Aggression against Ukraine, energy prices"],"notes":["Portfolio: Interinstitutional Relations and Foresight"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-900dfd862472de58f6de0d09ef956f43b0a749ac","eu-tr-972729217124-54","ec-person-1f95be23689cd4ed0a26fe2980f760ccf2d55c1e","ec-person-af83ed49c403cb9d7ebfecca7893f0054c1f4be5"]}} -{"id":"ec-meeting-2022-09-30-373675f20921f9a10cd732680b531119999a1076","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-30 - Cabinet of Commissioner Thierry Breton x European Solar Manufacturing Council"],"date":["2022-09-30"],"summary":["Preparation of the Solar Alliance"],"notes":["Portfolio: Internal Market"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-026c2270ec4cbabdb8ac223b2d1fa4202696dc8d","eu-tr-421495541254-57"]}} -{"id":"ec-meeting-2022-09-30-40318075fa77c9c51e6bd7a6d6db0b1ace3f7990","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-30 - Cabinet of Commissioner Kadri Simson x European Solar Manufacturing Council"],"date":["2022-09-30"],"summary":["To discuss some inputs to the forthcoming EU Solar PV Industry Alliance."],"notes":["Portfolio: Energy"],"location":["Video Conferencing"],"address":["Video Conferencing"],"addressEntity":["addr-e3b7413b2ac93be00b6bcff51fdc1374d67118bd"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["ec-person-f47a082bc2455a660c3b2ae348f0024736672752","eu-tr-421495541254-57"]}} -{"id":"ec-meeting-2022-09-30-43941e793395eac0e62fcf995169244796ac3b92","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-30 - Cabinet of Commissioner Mairead Mcguinness x European Energy Retailers - Network of Independent Energy and Solution Providers"],"date":["2022-09-30"],"summary":["Energy crisis"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-a5441c6a69a8a94fd64e02def60fcc6567f2c1d8","ec-person-0ba9b89127b39af6a66f2fc3ed727332f1b19a34","eu-tr-438257432313-42"]}} -{"id":"ec-meeting-2022-09-30-46148432d426d70468367377b1053223817c763f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-30 - Cabinet of Commissioner Nicolas Schmit x Eesti Ametiühingute Keskliit"],"date":["2022-09-30"],"summary":["Just transition, skills."],"notes":["Portfolio: Jobs and Social Rights"],"location":["Tallinn (Estonia)"],"address":["Tallinn (Estonia)"],"addressEntity":["addr-2f0a1e929f71a50f4773c900a5f7fdfdc16a276b"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-4cf4655ab41922e92160325d987a3c4615c72d30","ec-person-c03b949331dbbe5fa3d5423758e371ec1b9b832f","eu-tr-315683246578-60"]}} -{"id":"ec-meeting-2022-09-30-5fe3959c74c3618d6b6121ecc28873c76110de00","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-30 - Financial Stability, Financial Services and Capital Markets Union x Citigroup Inc."],"date":["2022-09-30"],"summary":["EU sanctions"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-00353757573-57","ec-person-1fce211249673c35ee07a801ddee77ab24af8d54"]}} -{"id":"ec-meeting-2022-09-30-720a203662066eb7d50bb85cfab6b6bb9604cd86","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-30 - Cabinet of Commissioner Thierry Breton x The European Steel Association"],"date":["2022-09-30"],"summary":["Energy crisis"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-6308dea893b9b1ca0dcd5b91b4a1ac4c2f3020ad","eu-tr-93038071152-83"]}} -{"id":"ec-meeting-2022-09-30-7a0304c9e6d3202e8f5f3f2dcd44fa669136f25d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-30 - Cabinet of Executive Vice-President Margrethe Vestager x Suomen itsenäisyyden juhlarahasto"],"date":["2022-09-30"],"summary":["Data Economy"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-582824527068-76","ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0"]}} -{"id":"ec-meeting-2022-09-30-89b457ac794eb8d730e08b398a7ac68595eaab45","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-30 - Cabinet of Commissioner Mairead Mcguinness x European Committee for Electrotechnical Standardization"],"date":["2022-09-30"],"summary":["CSRD"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["eu-tr-58258552517-56","ec-person-0ba9b89127b39af6a66f2fc3ed727332f1b19a34"]}} -{"id":"ec-meeting-2022-09-30-962f43b9ae5ab84353b896ea2a5e05faa15d44a9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-30 - Cabinet of President Ursula von der Leyen x Huawei Technologies"],"date":["2022-09-30"],"summary":["Discuss : \r\n- the development of the telecoms sector in Europe and in a global context; \r\n- EU legislative actions in the field of cybersecurity, including the Cyber Resilience Act (CRA)."],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-7019713e72781afb1f3b19032c4752a314b78180","eu-tr-114467111412-38"]}} -{"id":"ec-meeting-2022-09-30-995e6051bb0fbd3afe5ffa2113a15f23ba64deab","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-30 - Cabinet of Executive Vice-President Margrethe Vestager x European Magazine Media Association European Newspaper Publishers' Association"],"date":["2022-09-30"],"summary":["European Media Freedom Act"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-5950962136-12","ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0","ec-person-73fb1ddd279f8c6697a055567a2c09606006b875","eu-tr-37937886834-69"]}} -{"id":"ec-meeting-2022-09-30-a644888c237fd1373b22e0b26236730fb2fe7485","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-30 - Communications Networks, Content and Technology x Broadcast Networks Europe"],"date":["2022-09-30"],"summary":["EU digital agenda"],"location":["online"],"address":["online"],"addressEntity":["addr-2dbc2fd2358e1ea1b7a6bc08ea647b9a337ac92d"],"organizer":["ec-dg-connect"],"involved":["ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f","eu-tr-298887016981-26"]}} -{"id":"ec-meeting-2022-09-30-dd5e24a8b9389110c42675c20f101a970b97c371","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-30 - Cabinet of Executive Vice-President Frans Timmermans x Seas At Risk"],"date":["2022-09-30"],"summary":["Black carbon risk"],"notes":["Portfolio: European Green Deal"],"location":["video-conference"],"address":["video-conference"],"addressEntity":["addr-8736c288a4bc51ee27ef4ed41e652409a37e60d1"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-4d24ceb9e6bdaabe394d1506aa601a9ce9d0e59b","eu-tr-625261439488-38"]}} -{"id":"ec-meeting-2022-09-30-ea7bfb98674dee718c102d8fd7c89eeaf259e34b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-30 - Cabinet of Commissioner Thierry Breton x EUROPEAN APPAREL AND TEXTILE CONFEDERATION"],"date":["2022-09-30"],"summary":["REACH restrictions on skin sensitisers; Textiles strategy"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-7824139202-85","ec-person-6308dea893b9b1ca0dcd5b91b4a1ac4c2f3020ad"]}} -{"id":"ec-meeting-2022-09-30-f4be7d8458e042444377623396f6c4e085581da7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-09-30 - Internal Market, Industry, Entrepreneurship and SMEs x VTT Technical Research Centre of Finland Ltd"],"date":["2022-09-30"],"summary":["meeting VTT board of directors on how Research and Technology Organisations (RTOs) can help in the implementation of the EU industrial strategy, especially taking in consideration the new geopolitical situation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-grow"],"involved":["ec-person-0151c7e554d188fffc509ad636b7d1a84c5dfcd5","eu-tr-549986317203-11"]}} -{"id":"ec-meeting-2022-10-02-8a38c46b4d8f77b2922111f6b3a28b28a0ad3598","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-02 - Cabinet of President Ursula von der Leyen x Equinor ASA"],"date":["2022-10-02"],"summary":["- Energy \r\n- Security of supply\r\n- pricing and decarbonization"],"notes":["Portfolio: President"],"location":["Brussels, BERLAYMONT"],"address":["Brussels, BERLAYMONT"],"addressEntity":["addr-c728d0c2ff9a574167239962fd73f3175372180a"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-a70a59f6ad1b3cbdb6b7d780429f7f940ad53fea","eu-tr-4447605981-76"]}} -{"id":"ec-meeting-2022-10-03-254ab7640ac5635642b018e4195d55e87b468e3b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-03 - Cabinet of Commissioner Paolo Gentiloni x CEPSA"],"date":["2022-10-03"],"summary":["Exchange of views on solidarity contribution."],"notes":["Portfolio: Economy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-gentiloni-of-paolo"],"involved":["eu-tr-473235716272-48","ec-person-35b83a90b979d3fc1a2ee6dc6af6e91338204918"]}} -{"id":"ec-meeting-2022-10-03-53ceaf9296f29ace5c170fe7fceab961acdd40ab","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-03 - Cabinet of Commissioner Janusz Wojciechowski x Lietuvos žemės ūkio bendrovių asociacija"],"date":["2022-10-03"],"summary":["Situation of the Lithuanian farmers, provisions of the Strategic Plan"],"notes":["Portfolio: Agriculture"],"location":["online"],"address":["online"],"addressEntity":["addr-2dbc2fd2358e1ea1b7a6bc08ea647b9a337ac92d"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["eu-tr-336917247811-73","ec-person-7869e6adc9c6329f8dea9a0fd02d998d8ffa57f6","ec-person-08c62f972c22464aca7a65520eb9406f8db14a66"]}} -{"id":"ec-meeting-2022-10-03-56a923d6eb8432c2a9d0d70f3d90fdc4a7b86ce0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-03 - Cabinet of Commissioner Ylva Johansson x Microsoft Corporation"],"date":["2022-10-03"],"summary":["Meeting with Mr Brad Smith, CEO of Microsoft. \r\nTopics discussed - CSA and other digital topics from Commissioner Johansson portfolio"],"notes":["Portfolio: Home Affairs"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-johansson-of-ylva"],"involved":["eu-tr-0801162959-21","ec-person-31b127e72e9dd30ce85ff2b475ac65d28d7dc48d"]}} -{"id":"ec-meeting-2022-10-03-661772ccc9892c1fba5bdf80eacd8d1cdcf3a383","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-03 - Cabinet of Commissioner Janusz Wojciechowski x Ekotrend Slovakia - zväz ekologického poľnohospodárstva"],"date":["2022-10-03"],"summary":["Lack of action and no visible improvement recorded by the Slovak farmers despite the fact that the EU authorities acknowledged the challenges and insisted on certain changes to be done"],"notes":["Portfolio: Agriculture"],"location":["online"],"address":["online"],"addressEntity":["addr-2dbc2fd2358e1ea1b7a6bc08ea647b9a337ac92d"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["eu-tr-007129047814-57","ec-person-7869e6adc9c6329f8dea9a0fd02d998d8ffa57f6","ec-person-08c62f972c22464aca7a65520eb9406f8db14a66"]}} -{"id":"ec-meeting-2022-10-03-6865d53acc50c1c2868844a3c921e323d6b7d2c0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-03 - Cabinet of Executive Vice-President Frans Timmermans x The German Marshall Fund of the United States - The Transatlantic Foundation"],"date":["2022-10-03"],"summary":["High-level panel on Transatlantic Trends 2022: discussing GMF latest opinion polls on the Transatlantic relationship"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-4d24ceb9e6bdaabe394d1506aa601a9ce9d0e59b","eu-tr-823171519707-31"]}} -{"id":"ec-meeting-2022-10-03-94de203bbc111e8c8920602c428de9af7aa8a9c7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-03 - Cabinet of Executive Vice-President Frans Timmermans x Anglo American"],"date":["2022-10-03"],"summary":["Anglo American investment plans in the hydrogen sector"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-932483333204-67","ec-person-d53e00c46a4cc62bbf533e0c9bb35bacb9121989"]}} -{"id":"ec-meeting-2022-10-03-9bb3f76790bc85b95dfbb39804d4372878b7b321","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-03 - Cabinet of Executive Vice-President Margrethe Vestager x Anch.AI AB"],"date":["2022-10-03"],"summary":["AI act"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["On line"],"address":["On line"],"addressEntity":["addr-cb2f00802ed7372f63c99884a6e39d8433f5d2b0"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-779310747622-30","ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0"]}} -{"id":"ec-meeting-2022-10-03-c8e0deef1a536575fdd484e54e3b47e32c12bea0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-03 - Cabinet of Commissioner Nicolas Schmit x None"],"date":["2022-10-03"],"summary":["Domestic Work sector"],"notes":["Portfolio: Jobs and Social Rights"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["eu-tr-33130841043-14","ec-person-8eb18b6102d444937bc6af5822a6742812165b48","eu-tr-521878025223-22"]}} -{"id":"ec-meeting-2022-10-03-dda2a3cc10c918b5fae0c29b020bca8956f20995","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-03 - Cabinet of Commissioner Kadri Simson x Kreab CEPSA"],"date":["2022-10-03"],"summary":["Energy Prices"],"notes":["Portfolio: Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["ec-person-ba3b83676ad38094e71b64b644f3e3d2c61b8182","eu-tr-1078390517-54","eu-tr-473235716272-48"]}} -{"id":"ec-meeting-2022-10-03-f589e30bfa05fb03f6af8f229d795f231b519add","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-03 - Agriculture and Rural Development x L'Occitane International S.A."],"date":["2022-10-03"],"summary":["exchange of views on the agro-ecological transition"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-agri"],"involved":["ec-person-94f7c6e6875fa76120558bda38f913792cc61934","eu-tr-471989147138-46"]}} -{"id":"ec-meeting-2022-10-04-1ca1128dff5180d97c3a3394ae0bc515c959a98b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-04 - Cabinet of Executive Vice-President Frans Timmermans x European farmers European agri-cooperatives"],"date":["2022-10-04"],"summary":["EU Promotion Policy for agricultural goods"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-09586631237-74","eu-tr-44856881231-49","ec-person-33624431cbec1074e151c1707715ef46d2ba9565"]}} -{"id":"ec-meeting-2022-10-04-1da430f390bbe1519cc34b05780f535021af4848","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-04 - Internal Market, Industry, Entrepreneurship and SMEs x Bureau Européen des Unions de Consommateurs"],"date":["2022-10-04"],"summary":["Discuss the adoption of the revised Product Liability Directive last week."],"location":["online"],"address":["online"],"addressEntity":["addr-2dbc2fd2358e1ea1b7a6bc08ea647b9a337ac92d"],"organizer":["ec-dg-grow"],"involved":["ec-person-0151c7e554d188fffc509ad636b7d1a84c5dfcd5","eu-tr-9505781573-45"]}} -{"id":"ec-meeting-2022-10-04-2855f6473b573949c6b27466d98b99c5893477f2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-04 - Cabinet of Commissioner Mairead Mcguinness x UNIFE"],"date":["2022-10-04"],"summary":["Sustainable finance & EU Taxonomy"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Online meeting"],"address":["Online meeting"],"addressEntity":["addr-9d833a1da3074efd384ee6bc2b108c1f5bb379e0"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-a5441c6a69a8a94fd64e02def60fcc6567f2c1d8","eu-tr-9624415524-28"]}} -{"id":"ec-meeting-2022-10-04-3746834c6e543442c1b9af609df2f97540b3d846","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-04 - Cabinet of Commissioner Nicolas Schmit x None"],"date":["2022-10-04"],"summary":["Platform Workers Initiative"],"notes":["Portfolio: Jobs and Social Rights"],"location":["online"],"address":["online"],"addressEntity":["addr-2dbc2fd2358e1ea1b7a6bc08ea647b9a337ac92d"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["eu-tr-659985144655-48","ec-person-8eb18b6102d444937bc6af5822a6742812165b48","eu-tr-660137014271-28"]}} -{"id":"ec-meeting-2022-10-04-391421071e58fad31b1ea5153325c21fc8e976ec","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-04 - Cabinet of Commissioner Jutta Urpilainen x Technology Industries of Finland (Teknologiateollisuus ry)"],"date":["2022-10-04"],"summary":["Electricity market design"],"notes":["Portfolio: International Partnerships"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["ec-person-26cc31f8d5b9581bfc496e29c4b603745b75d980","eu-tr-39705603497-38"]}} -{"id":"ec-meeting-2022-10-04-4dc4e1fd6e12e952b71793e8b20be78c629ba615","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-04 - Cabinet of Executive Vice-President Margrethe Vestager x Ericsson"],"date":["2022-10-04"],"summary":["TTC"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-02021363105-42","ec-person-8b6db5c3c4611618ade59c6d0dadc21c962f0ee7"]}} -{"id":"ec-meeting-2022-10-04-5854aed6e37e49ba121d32ed103c90bd70d4b581","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-04 - Cabinet of Executive Vice-President Valdis Dombrovskis x UNIFE"],"date":["2022-10-04"],"summary":["Sustainable finance & EU Taxonomy"],"notes":["Portfolio: An Economy that Works for People"],"location":["video call"],"address":["video call"],"addressEntity":["addr-12d8c530d76da0b7745f9c0f9285e7eec97adc55"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-235870cd7eb41f2494f695fce18b5b5b88647113","eu-tr-9624415524-28"]}} -{"id":"ec-meeting-2022-10-04-5b45171b41c9d615aabb9781716fa4aa71694830","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-04 - Cabinet of Executive Vice-President Margrethe Vestager x Chatterbox Labs Limited"],"date":["2022-10-04"],"summary":["AI Act"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["On line"],"address":["On line"],"addressEntity":["addr-cb2f00802ed7372f63c99884a6e39d8433f5d2b0"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-642697244781-06","ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0"]}} -{"id":"ec-meeting-2022-10-04-6ed625db5feeeedeb38b7e1dad127955fdadd3d3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-04 - Cabinet of Executive Vice-President Frans Timmermans x BP p.l.c."],"date":["2022-10-04"],"summary":["Energy crisis response and Repower EU"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-a282162080cef4ef2a8c0ab6247a3e03dc438507","ec-person-d53e00c46a4cc62bbf533e0c9bb35bacb9121989","eu-tr-3394026642-58"]}} -{"id":"ec-meeting-2022-10-04-739d1d828a56662263ea77a8b58a98b94548afda","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-04 - Cabinet of Executive Vice-President Margrethe Vestager x Statnett SF"],"date":["2022-10-04"],"summary":["energy issues"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-cc22f9036f136b68e22fa3af97972857e72dc249","ec-person-6b6135249735cff1f3061530471f1e159500c840","eu-tr-117394247983-13"]}} -{"id":"ec-meeting-2022-10-04-85775a0ff9baeb775689143e9ffce2e9b2f5fc61","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-04 - Regulatory Scrutiny Board x European Regulation and Innovation Forum"],"date":["2022-10-04"],"summary":["Presentation of the activities of the ERIF"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-rsb"],"involved":["eu-tr-52996964558-47","ec-person-35d65e945639a467a0eb1e85d2659b230f1e7734"]}} -{"id":"ec-meeting-2022-10-04-86ac19e0bf02bbc6c410d6b54eb4e119684cf75f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-04 - Cabinet of Commissioner Janusz Wojciechowski x International Union for Conservation of Nature EU Representative Office"],"date":["2022-10-04"],"summary":["Share information about the two reports they are finishing soon on nature-based solutions and metrics (in relation with sustainable agriculture), as well as about our ongoing discussions with the pesticides and biocontrol industry, farmer ass"],"notes":["Portfolio: Agriculture"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["eu-tr-03518238467-61","ec-person-cafe030b6dad78a75143f7552c420481b30ebceb"]}} -{"id":"ec-meeting-2022-10-04-a3039defd0c08dfe6b57813d5d4094c37f56e68b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-04 - Cabinet of Commissioner Janusz Wojciechowski x Fyffes International Ireland Hague Corporate Affairs Clúster Bananero del Ecuador"],"date":["2022-10-04"],"summary":["Conference ‘Towards shared responsibility in the banana value chain’ held by the LatAm Task Force of banana producers on the back of the Fruit Attraction Fair"],"notes":["Portfolio: Agriculture"],"location":["Madrid"],"address":["Madrid"],"addressEntity":["addr-7a2191964a3d7521269f0068afae6b6116bac15d"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["eu-tr-189925038187-69","eu-tr-642553231622-95","ec-person-7869e6adc9c6329f8dea9a0fd02d998d8ffa57f6","eu-tr-190775245617-48"]}} -{"id":"ec-meeting-2022-10-04-d296f4c055a8102b6ab8494a2693516bde1ed300","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-04 - Cabinet of Commissioner Helena Dalli x Toy Industries of Europe"],"date":["2022-10-04"],"summary":["Mr Agius attended on behalf of Commissioner Dalli this ceremony and presented an award."],"notes":["Portfolio: Equality"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-dalli-helena-of"],"involved":["ec-person-dbd4bba0ef71d4385c97691e3df5bb484709a07e","eu-tr-016371114093-01"]}} -{"id":"ec-meeting-2022-10-04-d8431a6ec7734921a119235bdc29de995b989a69","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-04 - Cabinet of President Ursula von der Leyen x Shell Companies"],"date":["2022-10-04"],"summary":["Energy prices"],"notes":["Portfolio: President"],"location":["Brussels (Teams)"],"address":["Brussels (Teams)"],"addressEntity":["addr-9950cce930e253f44f556bb339d2a1106073cd7b"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-f2b941852d3b961d69ed695c2d243a1a2b4a1904","eu-tr-05032108616-26"]}} -{"id":"ec-meeting-2022-10-04-dc08fc9fb33bfd41887233b207aee223f257e851","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-04 - Cabinet of Commissioner Helena Dalli x Human Rights Watch"],"date":["2022-10-04"],"summary":["Rule of law and fundamental rights in EU countries"],"notes":["Portfolio: Equality"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-dalli-helena-of"],"involved":["ec-person-dbd4bba0ef71d4385c97691e3df5bb484709a07e","ec-person-d15c205cb9cbb310d2811039c0160c1de7c84638","eu-tr-56362448807-46"]}} -{"id":"ec-meeting-2022-10-04-f2d3237d985ea1e807625bf751dee6c7bfc6c6ce","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-04 - Cabinet of Vice-President Věra Jourová x Human Rights Watch"],"date":["2022-10-04"],"summary":["Rule of law and fundamental rights"],"notes":["Portfolio: Values and Transparency"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["ec-person-76793b3bad1c7471121c510a962aae356d19c30b","eu-tr-56362448807-46"]}} -{"id":"ec-meeting-2022-10-04-fcea50a671ad7e212a4ddc0bc63234aafeecc2c1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-04 - Employment, Social Affairs and Inclusion x RENAULT"],"date":["2022-10-04"],"summary":["Environmental and digital transition of the automotive industry and its impacts on employment and training."],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-empl"],"involved":["ec-person-dd259fce880e1853f0beb087443bce6e7dea70d7","eu-tr-946343776-69"]}} -{"id":"ec-meeting-2022-10-05-29b5429c1ded24b3e2ead680727bd26b1e3bc27e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-05 - Cabinet of Commissioner Thierry Breton x Confederazione Generale dell'Industria Italiana"],"date":["2022-10-05"],"summary":["Preparation meeting with Commissioner on industrial policy"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-6308dea893b9b1ca0dcd5b91b4a1ac4c2f3020ad","ec-person-4d83416435f81b1f1e8f5c86aeebb1478577f1d2","eu-tr-27762251795-15"]}} -{"id":"ec-meeting-2022-10-05-2bfa72fd3aa60e3b9cc10a8c88f63d8c1ddd79d5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-05 - Cabinet of Commissioner Nicolas Schmit x Wolt Enterprises"],"date":["2022-10-05"],"summary":["Visit of Wolt headquarters in Helsinki, presentation of functioning of the Wolt platform, discussion on the platform work directive."],"notes":["Portfolio: Jobs and Social Rights"],"location":["Helsinki (Finland)"],"address":["Helsinki (Finland)"],"addressEntity":["addr-e31fc3469c04a83961c7159624174a5380ebbd10"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-c2208333f0f75350eef62b355a40bf856f2d9cef","ec-person-4cf4655ab41922e92160325d987a3c4615c72d30","ec-person-c03b949331dbbe5fa3d5423758e371ec1b9b832f","eu-tr-987241938472-54"]}} -{"id":"ec-meeting-2022-10-05-3e1b6cfe468b9a4441d771742ce517b10edc902e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-05 - Cabinet of Commissioner Elisa Ferreira x Ball Beverage Packaging Europe Limited"],"date":["2022-10-05"],"summary":["Circularity of packaging and cohesion policy support for sustainable recycling."],"notes":["Portfolio: Cohesion and Reforms"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-elisa-ferreira-of"],"involved":["eu-tr-932274339872-30","ec-person-1c49c531eceae287dd4a56ac52e8326c65fc2855"]}} -{"id":"ec-meeting-2022-10-05-5e111bbdefb585b3117af4ab66a8b99d9d8df295","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-05 - Cabinet of Commissioner Janusz Wojciechowski x The European Federation of Corrugated Board Manufacturers"],"date":["2022-10-05"],"summary":["Circular economy and packaging policy"],"notes":["Portfolio: Agriculture"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["eu-tr-716182712301-64","ec-person-cafe030b6dad78a75143f7552c420481b30ebceb"]}} -{"id":"ec-meeting-2022-10-05-68c52e35fee14f7a4b953e2e91d9a12df69ab35c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-05 - Cabinet of Executive Vice-President Frans Timmermans x Suomen sähkönkäyttäjät ry (Association of Energy Users in Finland)"],"date":["2022-10-05"],"summary":["Electricity energy market reform"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-a282162080cef4ef2a8c0ab6247a3e03dc438507","ec-person-d53e00c46a4cc62bbf533e0c9bb35bacb9121989","eu-tr-069250127054-82"]}} -{"id":"ec-meeting-2022-10-05-79f33a8b0a73b86bb8d8513b717c5ffc8e187c64","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-05 - Cabinet of Commissioner Helena Dalli x Equinet - the European Network of Equality Bodies"],"date":["2022-10-05"],"summary":["Speaker at Equinet Conference"],"notes":["Portfolio: Equality"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-dalli-helena-of"],"involved":["ec-person-dbd4bba0ef71d4385c97691e3df5bb484709a07e","eu-tr-718971811339-46"]}} -{"id":"ec-meeting-2022-10-05-7b5eb405f1d00a236f6805b28005201367f5ed19","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-05 - Maritime Affairs and Fisheries x Confederación Española de Pesca Fisheries Regions Network Netherlands"],"date":["2022-10-05"],"summary":["Discussion on Control Regulation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-mare"],"involved":["ec-person-6e64215cdacfeb6c6d4709a7f72c2b1c94a3d908","eu-tr-423426615377-64","eu-tr-993289318870-52"]}} -{"id":"ec-meeting-2022-10-05-c6f81fb4ad43002a4c5cdc9dbb7181c4515fb45d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-05 - Cabinet of Commissioner Mairead Mcguinness x UPM-Kymmene Oyj"],"date":["2022-10-05"],"summary":["Energy market initiatives"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Online meeting"],"address":["Online meeting"],"addressEntity":["addr-9d833a1da3074efd384ee6bc2b108c1f5bb379e0"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-a5441c6a69a8a94fd64e02def60fcc6567f2c1d8","eu-tr-861194311863-31"]}} -{"id":"ec-meeting-2022-10-05-da746d5ba217f3317ef8f327b7b3926d0fc90db5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-05 - Taxation and Customs Union x European Round Table for Industry"],"date":["2022-10-05"],"summary":["Videoconference - Exchange on CBAM & industrial competitiveness"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-taxud"],"involved":["ec-person-9e42f316f38c8e126c2cd2bc84affb891338c7f3","eu-tr-25487567824-45"]}} -{"id":"ec-meeting-2022-10-05-eab0d7e34687581a378c7948d6bc048f33090db2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-05 - Agriculture and Rural Development x Corteva Agriscience International SARL"],"date":["2022-10-05"],"summary":["Exchange of views on sustainability challenges in the crop sector"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-agri"],"involved":["ec-person-94f7c6e6875fa76120558bda38f913792cc61934","eu-tr-448233735022-37"]}} -{"id":"ec-meeting-2022-10-05-f93b7ec12731beb4dd6c3e2c2e3a5f9291a32da9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-05 - Cabinet of Executive Vice-President Valdis Dombrovskis x Ball Beverage Packaging Europe Limited"],"date":["2022-10-05"],"summary":["aluminum packaging"],"notes":["Portfolio: An Economy that Works for People"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["eu-tr-932274339872-30","ec-person-3520008ac93a203db50d106deafde939bc2729f1"]}} -{"id":"ec-meeting-2022-10-06-09f4c51c8d6257873ac65a50b178d0cf87258493","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-06 - Trade x Deutsche Gesellschaft für Auswärtige Politik e.V."],"date":["2022-10-06"],"summary":["EU and German trade relations with China"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-trade"],"involved":["eu-tr-274682235651-46","ec-person-2045c2589da3988908fcfe731e8224e7e06a7c63"]}} -{"id":"ec-meeting-2022-10-06-0cb741e2d56aa805314c3d5ef43beef80c40c9ed","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-06 - Cabinet of Commissioner Nicolas Schmit x SOSTE Suomen sosiaali ja terveys ry"],"date":["2022-10-06"],"summary":["The Economy of well-being, Social Economy, European Care Strategy, Energy package."],"notes":["Portfolio: Jobs and Social Rights"],"location":["Helsinki (Finland)"],"address":["Helsinki (Finland)"],"addressEntity":["addr-e31fc3469c04a83961c7159624174a5380ebbd10"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-c2208333f0f75350eef62b355a40bf856f2d9cef","ec-person-4cf4655ab41922e92160325d987a3c4615c72d30","eu-tr-644561136470-84","ec-person-c03b949331dbbe5fa3d5423758e371ec1b9b832f"]}} -{"id":"ec-meeting-2022-10-06-1a33c3ac4ac43e5d64bfb38c63780c33f7727066","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-06 - Cabinet of Commissioner Thierry Breton x Novartis International AG"],"date":["2022-10-06"],"summary":["Energy prices’ impact on generic medicines manufacturing"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-026c2270ec4cbabdb8ac223b2d1fa4202696dc8d","ec-person-d6689ffc6695e7e65bdd0e0c0da1721d3031ea1b","eu-tr-91269481588-28"]}} -{"id":"ec-meeting-2022-10-06-2339c298e197eb516e0dbeee36beace79992a4c3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-06 - Cabinet of Executive Vice-President Margrethe Vestager x ITI - The Information Technology Industry Council"],"date":["2022-10-06"],"summary":["Data Act, AI Act, EU-US Trade and Technology Council"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0","ec-person-eecca27e2a9c3fc0d4bd43564e4960382705feef","eu-tr-061601915428-87"]}} -{"id":"ec-meeting-2022-10-06-268b9bb78770a5f5f14cd4dccfe4b77f89ac3855","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-06 - Cabinet of Commissioner Kadri Simson x The Chemours Company Rud Pedersen Public Affairs Brussels"],"date":["2022-10-06"],"summary":["Hydrogen Economy"],"notes":["Portfolio: Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["eu-tr-433904133145-65","eu-tr-165838227131-07","ec-person-ba3b83676ad38094e71b64b644f3e3d2c61b8182"]}} -{"id":"ec-meeting-2022-10-06-42d707808453dacb52a4033ce2cbb45ee782e432","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-06 - Cabinet of Commissioner Kadri Simson x Samsung Electronics Europe"],"date":["2022-10-06"],"summary":["EU Regulation 2019/2021 : finding a solution for non-respect of the review clause on consumption limits for electronics display."],"notes":["Portfolio: Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["ec-person-d40f25b5cb5c0681854a4996da444478318f7e58","eu-tr-40471017282-57"]}} -{"id":"ec-meeting-2022-10-06-48855ecf1e5d3e744a6327f369bc6ae9d0380c77","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-06 - Cabinet of Commissioner Virginijus Sinkevičius x Groene Kring"],"date":["2022-10-06"],"summary":["To present the difficulties young farmers face and the impact of nature legislation"],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["eu-tr-586261647821-39","ec-person-df7b6800b8d3048e28fedb084a8b0b72260d7a0a"]}} -{"id":"ec-meeting-2022-10-06-49402b7cee3d08c4d05642d8ea616f7cf021962e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-06 - Cabinet of Commissioner Mairead Mcguinness x Institute of International Finance"],"date":["2022-10-06"],"summary":["Impact of sanctions against Russia"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-a5441c6a69a8a94fd64e02def60fcc6567f2c1d8","eu-tr-48714858158-06"]}} -{"id":"ec-meeting-2022-10-06-4c9e24508e4a97d41c52b3fcf5e7848b79084427","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-06 - Cabinet of Vice-President Maroš Šefčovič x Association des Constructeurs Européens d'Automobiles"],"date":["2022-10-06"],"summary":["Decarbonisation of the automotive sector"],"notes":["Portfolio: Interinstitutional Relations and Foresight"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-442becb1e681f03d9df1dc59e73ecf1336c48402","ec-person-1f95be23689cd4ed0a26fe2980f760ccf2d55c1e","eu-tr-0649790813-47"]}} -{"id":"ec-meeting-2022-10-06-713f64cd4e797f661e432881a958823e6d9e67f2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-06 - Cabinet of Commissioner Mairead Mcguinness x Novamont SpA"],"date":["2022-10-06"],"summary":["Bioplastics and other products"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-a5441c6a69a8a94fd64e02def60fcc6567f2c1d8","eu-tr-297825612467-09"]}} -{"id":"ec-meeting-2022-10-06-7706cbd6265109cc562a1a34328aad8a02923848","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-06 - Cabinet of Commissioner Kadri Simson x Suomen sähkönkäyttäjät ry (Association of Energy Users in Finland)"],"date":["2022-10-06"],"summary":["Discussion on the development of the electricity market model with Association of Energy Users in Finland"],"notes":["Portfolio: Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["ec-person-d40f25b5cb5c0681854a4996da444478318f7e58","eu-tr-069250127054-82"]}} -{"id":"ec-meeting-2022-10-06-81f4ec860236e3f1fe434baa0872c2f72143e3d5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-06 - Cabinet of Executive Vice-President Frans Timmermans x Association des Constructeurs Européens d'Automobiles"],"date":["2022-10-06"],"summary":["ACEA Autumn reception"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-d56ecbfde17436a136fc89c9a978b266e8285c84","eu-tr-0649790813-47"]}} -{"id":"ec-meeting-2022-10-06-91a5876ad4d00bb25d31d5b51677c1e69e67624a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-06 - Trade x Association des Constructeurs Européens d'Automobiles"],"date":["2022-10-06"],"summary":["Supply chain, Market access."],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-trade"],"involved":["ec-person-2045c2589da3988908fcfe731e8224e7e06a7c63","eu-tr-0649790813-47"]}} -{"id":"ec-meeting-2022-10-06-9419bf35909b0fe7095e58d51b43532cc9ce9ca0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-06 - Cabinet of Commissioner Thierry Breton x European Association Automotive Suppliers"],"date":["2022-10-06"],"summary":["Transport policy: emission limits"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-6308dea893b9b1ca0dcd5b91b4a1ac4c2f3020ad","eu-tr-91408765797-03"]}} -{"id":"ec-meeting-2022-10-06-9bc83c3a18c23419d614d71a27bac7f3b33f7807","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-06 - Cabinet of Commissioner Nicolas Schmit x STTK ry Akava ry The Central Organisation of Finnish Trade Unions SAK"],"date":["2022-10-06"],"summary":["Minimum wage directive, platform economy and platform work directive, telework and Right to disconnect."],"notes":["Portfolio: Jobs and Social Rights"],"location":["Helsinki (Finland)"],"address":["Helsinki (Finland)"],"addressEntity":["addr-e31fc3469c04a83961c7159624174a5380ebbd10"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["eu-tr-907583825189-14","ec-person-4cf4655ab41922e92160325d987a3c4615c72d30","eu-tr-98086919699-94","eu-tr-508695011366-29","ec-person-c2208333f0f75350eef62b355a40bf856f2d9cef","ec-person-c03b949331dbbe5fa3d5423758e371ec1b9b832f"]}} -{"id":"ec-meeting-2022-10-06-9bce9cb6e333704a357f4ed83c5595a50cb79153","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-06 - Cabinet of Commissioner Jutta Urpilainen x UPM-Kymmene Oyj"],"date":["2022-10-06"],"summary":["Energy"],"notes":["Portfolio: International Partnerships"],"location":["Video conference"],"address":["Video conference"],"addressEntity":["addr-ebc9fd5c2f372a32153cf3f4d5fb918a96b84a88"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["ec-person-26cc31f8d5b9581bfc496e29c4b603745b75d980","eu-tr-861194311863-31"]}} -{"id":"ec-meeting-2022-10-06-a7170251fdd1bc824219db2dd2dbe751e8fef243","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-06 - Cabinet of Commissioner Janez Lenarčič x Norwegian Refugee Council Europe"],"date":["2022-10-06"],"summary":["Global trends in humanitarian needs; European Humanitarian Forum"],"notes":["Portfolio: Crisis Management"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-janez-lenarcic-of"],"involved":["eu-tr-750447615329-96","ec-person-a6cd325c80698b2331699224c780ebfb10573602"]}} -{"id":"ec-meeting-2022-10-06-b6fd4271a0d87920b6f15ba94bdcc0c3455882fc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-06 - Cabinet of Vice-President Věra Jourová x World Economic Forum"],"date":["2022-10-06"],"summary":["Digital safety"],"notes":["Portfolio: Values and Transparency"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["ec-person-bf54da17217bbddfd9c68fe24d88005ac17e2c4b","eu-tr-567538843366-43"]}} -{"id":"ec-meeting-2022-10-06-f884fb014c212152aa95920c1631a28f1174a307","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-06 - Cabinet of Executive Vice-President Frans Timmermans x Hydrogen Europe"],"date":["2022-10-06"],"summary":["Hydrogen Europe engagement strategy in Africa ahead of COP27"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-d53e00c46a4cc62bbf533e0c9bb35bacb9121989","eu-tr-77659588648-75"]}} -{"id":"ec-meeting-2022-10-07-037300405713520532d3d3f39d7c332d39c47c2f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-07 - Cabinet of Commissioner Helena Dalli x Irish Human Rights and Equality Commission."],"date":["2022-10-07"],"summary":["Meeting to discuss equality bodies in the relation to protocol regarding Northern Ireland."],"notes":["Portfolio: Equality"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-commissioner-dalli-helena-of"],"involved":["ec-person-dbd4bba0ef71d4385c97691e3df5bb484709a07e","eu-tr-891384838981-16"]}} -{"id":"ec-meeting-2022-10-07-0cf9e288000666ea5bbe1fac283b78a57b6a485f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-07 - Cabinet of Commissioner Thierry Breton x Manufacture Française des Pneumatiques Michelin"],"date":["2022-10-07"],"summary":["Exchange on main transition challenges for a tyre manufacturer: green transition (Euro 7); digital transition (access to in-vehicle data)"],"notes":["Portfolio: Internal Market"],"location":["France"],"address":["France"],"addressEntity":["addr-e3772ac4b4db87b4a8dbfa59ef43cd1a8ad29515"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-6308dea893b9b1ca0dcd5b91b4a1ac4c2f3020ad","ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","eu-tr-1413466815-09"]}} -{"id":"ec-meeting-2022-10-07-3a16cb3f5ba4ce251dfc582376e249c6092688c5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-07 - Cabinet of President Ursula von der Leyen x World Economic Forum"],"date":["2022-10-07"],"summary":["Courtesy call in preparation for the WEF 2023"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-387b2c9080aa68dc8eafc87ee6010da6ae5ffdc2","eu-tr-567538843366-43"]}} -{"id":"ec-meeting-2022-10-07-53db9179dd681fd3e9ff2699cef9e29575b9c1df","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-07 - Cabinet of Commissioner Kadri Simson x ENEL SpA"],"date":["2022-10-07"],"summary":["Funding Instruments to Speed Up Investments in the PV Supply Chain"],"notes":["Portfolio: Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["ec-person-ba3b83676ad38094e71b64b644f3e3d2c61b8182","ec-person-2fb98fc84d2cf8d481688eff3d47f7745ead3592","eu-tr-6256831207-27"]}} -{"id":"ec-meeting-2022-10-07-559fb3f0178ee4002f35bad14c8a9d1a1473d826","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-07 - Agriculture and Rural Development x EDEKA ZENTRALE Stiftung & Co. KG"],"date":["2022-10-07"],"summary":["Presentation of an INSEAD study"],"location":["Webex"],"address":["Webex"],"addressEntity":["addr-4b591c6aa2d0556305c2d15987c48d32c33f9ca9"],"organizer":["ec-dg-agri"],"involved":["ec-person-94f7c6e6875fa76120558bda38f913792cc61934","eu-tr-650035215812-91"]}} -{"id":"ec-meeting-2022-10-07-794eb188ebeb82cbc6e7dd6f460f026308dbff8b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-07 - Cabinet of Executive Vice-President Frans Timmermans x CEMBUREAU - The European Cement Association"],"date":["2022-10-07"],"summary":["Carbon Capture Storage and Use"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-e88af8eb396e96e3dbc9b4ec6e40a348d26c389c","ec-person-d53e00c46a4cc62bbf533e0c9bb35bacb9121989","ec-person-f1a3478550296f3f9accdc67d6ef5a0b681dda4b","eu-tr-93987316076-63"]}} -{"id":"ec-meeting-2022-10-07-9772b5b15513aaf8886e4fa3664300b6bb19d25c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-07 - Cabinet of Commissioner Thierry Breton x ISFE - Representing the European Videogames Industry"],"date":["2022-10-07"],"summary":["EU video games ecosystem; EU policy in support of gaming"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-20586492362-11","ec-person-5215bd372c5a1202399d77ecceb8c16de8d7d55c"]}} -{"id":"ec-meeting-2022-10-07-a331093b5151e4d4d4152373a9ec2ee6616bd94b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-07 - Environment x LVMH Publica"],"date":["2022-10-07"],"summary":["Circular Economy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-env"],"involved":["ec-person-f9559d68da38935569ff0be1cadd90e05f0454bd","eu-tr-16094042309-21"]}} -{"id":"ec-meeting-2022-10-07-a91de72aabd973efb5340be8e3f7535cfd832192","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-07 - Cabinet of Commissioner Virginijus Sinkevičius x None"],"date":["2022-10-07"],"summary":["To exchange on the commitments of the EU Strategy for Sustainable and Circular Textiles, including sustainability and information requirements for textiles, tackling green-washing and promoting circular business models"],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["eu-tr-7824139202-85","ec-person-dd7a7b1952e158f4195d34cff333ec79a4f48ba3","eu-tr-812616931953-63","eu-tr-391268820713-82","ec-person-a58f1d06f5cb1d8dfd278e0c36d5aa1b9368b270","eu-tr-206816021848-17","eu-tr-068469941546-22","eu-tr-518095443081-20","eu-tr-604616746296-21","eu-tr-877966419254-70","eu-tr-092568139183-24"]}} -{"id":"ec-meeting-2022-10-07-abd40fb73ad7a88fcd5688650f26a9d147ea76d6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-07 - Cabinet of Commissioner Janusz Wojciechowski x Stora Enso Oyj"],"date":["2022-10-07"],"summary":["How we can best ensure ways forward that will mitigate climate change through responsible and sustainable business operations and product innovations.\r\nTo discuss the upcoming proposals for the revision of the Packaging and Packaging Waste Directive"],"notes":["Portfolio: Agriculture"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["ec-person-cafe030b6dad78a75143f7552c420481b30ebceb","eu-tr-269853831446-79"]}} -{"id":"ec-meeting-2022-10-07-ae56cbb9fdfb5319065d8031f56d6ceb7f2861cf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-07 - Cabinet of Executive Vice-President Frans Timmermans x Gide Loyrette Nouel Kohlberg Kravis Roberts & Co. Partners LLP"],"date":["2022-10-07"],"summary":["Green Deal investment"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-a282162080cef4ef2a8c0ab6247a3e03dc438507","ec-person-e88af8eb396e96e3dbc9b4ec6e40a348d26c389c","eu-tr-353804021418-79","eu-tr-557467520774-65"]}} -{"id":"ec-meeting-2022-10-07-aea5204647c5fa70ab2c79aa732888c25e183226","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-07 - Cabinet of Commissioner Nicolas Schmit x Confederation of Finnish Industries EK"],"date":["2022-10-07"],"summary":["The Economy of well-being, Social Economy, the Future of work, Platform economy and the platform work directive, Telework and the Right to disconnect, Energy package, minimum wages directive."],"notes":["Portfolio: Jobs and Social Rights"],"location":["Helsinki (Finland)"],"address":["Helsinki (Finland)"],"addressEntity":["addr-e31fc3469c04a83961c7159624174a5380ebbd10"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-c2208333f0f75350eef62b355a40bf856f2d9cef","ec-person-4cf4655ab41922e92160325d987a3c4615c72d30","ec-person-c03b949331dbbe5fa3d5423758e371ec1b9b832f","eu-tr-1274604847-34"]}} -{"id":"ec-meeting-2022-10-07-b836c61573680b829008089273506656aa4d76e6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-07 - Financial Stability, Financial Services and Capital Markets Union x Principles for Responsible Investment"],"date":["2022-10-07"],"summary":["Sustainable Finance"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-612289519524-31","ec-person-1fce211249673c35ee07a801ddee77ab24af8d54"]}} -{"id":"ec-meeting-2022-10-07-baaeb8b64441bcabe088862046c92f893e04dd36","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-07 - Cabinet of Commissioner Thierry Breton x Global Fashion Agenda"],"date":["2022-10-07"],"summary":["Sustainable textiles"],"notes":["Portfolio: Internal Market"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-812616931953-63","ec-person-026c2270ec4cbabdb8ac223b2d1fa4202696dc8d"]}} -{"id":"ec-meeting-2022-10-07-bfd6f513374a7203958ce295640c6f7b13f4f8a1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-07 - Directorate-General for International Partnerships x Coordination Rurale Union Nationale"],"date":["2022-10-07"],"summary":["situation du marché des céréales et des filières"],"location":["online"],"address":["online"],"addressEntity":["addr-2dbc2fd2358e1ea1b7a6bc08ea647b9a337ac92d"],"organizer":["ec-dg-intpa"],"involved":["eu-tr-251522412114-31","ec-person-afe6f55069d2cc5483157e138e41abd63140fdd8"]}} -{"id":"ec-meeting-2022-10-07-c00657007d357eb28757a29d632e77b66385f970","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-07 - Cabinet of Executive Vice-President Frans Timmermans x THE NATURE CONSERVANCY IN EUROPE gemeinnützige GmbH"],"date":["2022-10-07"],"summary":["Preparations for climate COP27 and biodiversity COP15, including the interlinkages between the two"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-116042012787-45","ec-person-f8efd5ca1c3794aa2954d6b5f54ff94f015fba20","ec-person-8af3c81534786a740718d21dc58240738a53ed7b"]}} -{"id":"ec-meeting-2022-10-07-fbe291efb41ac2c84bebbfd9a4623772111a33f3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-07 - Cabinet of Commissioner Virginijus Sinkevičius x Vestas Wind Systems A/S Vattenfall WindEurope IBERDROLA RWE AG Ørsted A/S"],"date":["2022-10-07"],"summary":["To discuss maritime spatial planning (MSP), co-existence and multi-use of the space, permitting, regional cooperation, sustainability and recycling."],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["eu-tr-769186224869-06","eu-tr-12955024114-93","eu-tr-77608353460-77","ec-person-5d2fb692a102077260d7badef4a9f10132b72aee","eu-tr-41816938101-07","ec-person-dd7a7b1952e158f4195d34cff333ec79a4f48ba3","eu-tr-870817015429-80","eu-tr-19920706471-21"]}} -{"id":"ec-meeting-2022-10-10-04f302d189ceb51925321d61579920cd8ca799fc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-10 - Cabinet of Commissioner Nicolas Schmit x Cooperatives Europe"],"date":["2022-10-10"],"summary":["Social Economy Action Plan."],"notes":["Portfolio: Jobs and Social Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-c2208333f0f75350eef62b355a40bf856f2d9cef","ec-person-4cf4655ab41922e92160325d987a3c4615c72d30","eu-tr-16999985032-07","ec-person-c03b949331dbbe5fa3d5423758e371ec1b9b832f"]}} -{"id":"ec-meeting-2022-10-10-2208dd58b826e30b014d527693e1dc1ebcff67f3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-10 - Cabinet of Commissioner Kadri Simson x Carbon Engineering Ltd"],"date":["2022-10-10"],"summary":["Direct Air Capture technology"],"notes":["Portfolio: Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["ec-person-ba3b83676ad38094e71b64b644f3e3d2c61b8182","eu-tr-598986244386-27"]}} -{"id":"ec-meeting-2022-10-10-25a807ba9b952477236939f81d2bfd06405cfaf8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-10 - Cabinet of Commissioner Stella Kyriakides x Health & Environment Alliance"],"date":["2022-10-10"],"summary":["VTC meeting on health and environmental civil society air quality"],"notes":["Portfolio: Health"],"location":["Bruxelles"],"address":["Bruxelles"],"addressEntity":["addr-b58f5927b66d94a676970dc048485d4c6848f272"],"organizer":["ec-cabinet-commissioner-kyriakides-of-stella"],"involved":["eu-tr-00723343929-96","ec-person-8e447e82a2a89decd9d6ca2926b91c01d93699e1","ec-person-081d99a6f9ed1259db43e2cbcba20275774511b2"]}} -{"id":"ec-meeting-2022-10-10-2a1969052a8ce900d0b53d576c86595d42173984","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-10 - Taxation and Customs Union x Deloitte LLP"],"date":["2022-10-10"],"summary":["Inflation Reduction Act and implications for OECD global tax agreement"],"location":["Washington DC"],"address":["Washington DC"],"addressEntity":["addr-736cd24f80718d440733a7f213d8d22160de4d25"],"organizer":["ec-dg-taxud"],"involved":["eu-tr-70969654430-75","ec-person-9e42f316f38c8e126c2cd2bc84affb891338c7f3"]}} -{"id":"ec-meeting-2022-10-10-3076f2dc6c00a185395aef114b54c0dfa9a237cf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-10 - Cabinet of Commissioner Paolo Gentiloni x Leonardo S.p.A."],"date":["2022-10-10"],"summary":["Short discussion on the aerospace industry and its socio-economic role for innovation, research, employment"],"notes":["Portfolio: Economy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-gentiloni-of-paolo"],"involved":["ec-person-088d26d74d1898338fbf1c86e139bd6d3b870dbc","eu-tr-02550382403-01"]}} -{"id":"ec-meeting-2022-10-10-3786d0b358424d3c6e8a48346141b99c7155a5a5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-10 - Cabinet of Commissioner Johannes Hahn x SPAR Österreichische Warenhandels-AG"],"date":["2022-10-10"],"summary":["Meeting with Cabinet re Rule of Law"],"notes":["Portfolio: Budget and Administration"],"location":["WeBex Meeting"],"address":["WeBex Meeting"],"addressEntity":["addr-4a9c36ee9a3269affcf307bbf772f88d71ff64c5"],"organizer":["ec-cabinet-commissioner-hahn-johannes-of"],"involved":["ec-person-52ebdba1b5ae6d7ba661630f40cdaaa33c25ee7d","eu-tr-017784530272-96"]}} -{"id":"ec-meeting-2022-10-10-38a8a80fb4fd40fd52e9ff61eff438a62e94f925","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-10 - Cabinet of Commissioner Virginijus Sinkevičius x European Council of the Paint, Printing Ink and Artists' Colours Industry"],"date":["2022-10-10"],"summary":["Implementation of the EU Chemicals Strategy for Sustainability, including upcoming revision of REACH"],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["eu-tr-47031804648-91","ec-person-df7b6800b8d3048e28fedb084a8b0b72260d7a0a"]}} -{"id":"ec-meeting-2022-10-10-4382bb566045d2117687d0cd2b45ddeb436c358b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-10 - Cabinet of Executive Vice-President Frans Timmermans x Association for Emissions Control by Catalyst"],"date":["2022-10-10"],"summary":["Euro 7"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-78711786419-61","ec-person-d56ecbfde17436a136fc89c9a978b266e8285c84"]}} -{"id":"ec-meeting-2022-10-10-56467ee5933ca38591b0fe9c058bc94c1e833361","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-10 - Cabinet of Commissioner Ylva Johansson x Stichting Strijd Tegen Misbruik"],"date":["2022-10-10"],"summary":["Exchange of views on CSA ( Mr Marcel Jeninga)"],"notes":["Portfolio: Home Affairs"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-johansson-of-ylva"],"involved":["eu-tr-741304147857-07","ec-person-31b127e72e9dd30ce85ff2b475ac65d28d7dc48d","ec-person-d3f97e069d9ff016d7b65052f6eb6b98500ec118"]}} -{"id":"ec-meeting-2022-10-10-7f838890376f695523a8ff80840ddc864da1bef0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-10 - Cabinet of Commissioner Jutta Urpilainen x SDG Watch Europe"],"date":["2022-10-10"],"summary":["SDGs, Voluntary Review"],"notes":["Portfolio: International Partnerships"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["ec-person-7204caa5e704bc4a911fee13ad5c0f62fd74b3bc","eu-tr-037833727533-45","ec-person-a6ae9abd61cd135e990ccc05f2a7cc849f01a618"]}} -{"id":"ec-meeting-2022-10-10-981340ba2f5d290c5309debd242bf316075e8a08","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-10 - Cabinet of Vice-President Maroš Šefčovič x Norwegian University of Science and Technology"],"date":["2022-10-10"],"summary":["Science and Technology"],"notes":["Portfolio: Interinstitutional Relations and Foresight"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-af83ed49c403cb9d7ebfecca7893f0054c1f4be5","eu-tr-886395221039-89"]}} -{"id":"ec-meeting-2022-10-10-a87611333cfe6f36bc4fa14f80c3dfc73b5fdbf1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-10 - Agriculture and Rural Development x International Federation of Organic Agriculture Movements EU Regional Group"],"date":["2022-10-10"],"summary":["Exchange of views with J. Plagge, President of IFOAM, on the current organic development in the EU"],"location":["Webex"],"address":["Webex"],"addressEntity":["addr-4b591c6aa2d0556305c2d15987c48d32c33f9ca9"],"organizer":["ec-dg-agri"],"involved":["eu-tr-67128251296-84","ec-person-94f7c6e6875fa76120558bda38f913792cc61934"]}} -{"id":"ec-meeting-2022-10-10-b53a6286a2a310c99b205f05ba9da683916b3e6c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-10 - Cabinet of Vice-President Věra Jourová x EUROPE'S MEDIALAB (Fondation EURACTIV)"],"date":["2022-10-10"],"summary":["Disinformation"],"notes":["Portfolio: Values and Transparency"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["eu-tr-485832526193-89","ec-person-fb258e0188a5319bfaba3161382db43f5a85851f"]}} -{"id":"ec-meeting-2022-10-10-be80abb6c05aedea4587ab12d980fc0afc3b9be1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-10 - Cabinet of Executive Vice-President Frans Timmermans x None"],"date":["2022-10-10"],"summary":["Implementation of the EU Chemicals Strategy for Sustainability, including upcoming revision of REACH"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-47031804648-91","ec-person-8af3c81534786a740718d21dc58240738a53ed7b","eu-tr-642021133017-02"]}} -{"id":"ec-meeting-2022-10-10-c2b32a3aada5cc6076b56c6ec9ca02644f0afb44","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-10 - Cabinet of Commissioner Thierry Breton x None"],"date":["2022-10-10"],"summary":["The future of connectivity infrastructure"],"notes":["Portfolio: Internal Market"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-4d83416435f81b1f1e8f5c86aeebb1478577f1d2","eu-tr-30988577529-37","ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","eu-tr-078655018381-34","eu-tr-76704342721-41","eu-tr-90142503473-81","eu-tr-52431421-12","eu-tr-74126393166-46","eu-tr-60052162589-72"]}} -{"id":"ec-meeting-2022-10-10-ce74f5f9fa6aa6842a1845d4c371c7c829b4a677","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-10 - Cabinet of President Ursula von der Leyen x European Federation of Pharmaceutical Industries and Associations"],"date":["2022-10-10"],"summary":["Conc. Commission proposals to revise the entire EU pharmaceutical legislation by the end of the year"],"notes":["Portfolio: President"],"location":["Brussels (WEBEX)"],"address":["Brussels (WEBEX)"],"addressEntity":["addr-3afbdeda01f3dac93a9dc841fdac57d9de27b869"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-f2b941852d3b961d69ed695c2d243a1a2b4a1904","eu-tr-38526121292-88"]}} -{"id":"ec-meeting-2022-10-10-cf7229f4f4a410eabcc77e2594218508e29f18b2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-10 - Cabinet of Commissioner Virginijus Sinkevičius x The Pew Charitable Trusts"],"date":["2022-10-10"],"summary":["Discussions on the preparations of COP15 and MPAs at international level"],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["eu-tr-46834536998-79","ec-person-c92a6b4ef8328855b0234011be623ed9f15c86f3"]}} -{"id":"ec-meeting-2022-10-10-db3afbed9cb8c59ffbbc0a3fbe732aed285e89ee","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-10 - Cabinet of Commissioner Stella Kyriakides x The European Institute for Innovation through Health Data European Cancer Organisation Suomen itsenäisyyden juhlarahasto DIGITALEUROPE"],"date":["2022-10-10"],"summary":["Working group on European Health Data Space"],"notes":["Portfolio: Health"],"location":["Bruxelles"],"address":["Bruxelles"],"addressEntity":["addr-b58f5927b66d94a676970dc048485d4c6848f272"],"organizer":["ec-cabinet-commissioner-kyriakides-of-stella"],"involved":["eu-tr-51022176260-12","eu-tr-582824527068-76","eu-tr-64270747023-20","eu-tr-676053343264-27","ec-person-8c3c9f5f3b2f84138bb6ab73180e2eff94b88ec8"]}} -{"id":"ec-meeting-2022-10-10-ea4688fdd9d3946f5c4488dc8a9ed2fe3e40b85f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-10 - Cabinet of Commissioner Thierry Breton x LA POSTE"],"date":["2022-10-10"],"summary":["Reform of Postal Directive"],"notes":["Portfolio: Internal Market"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","eu-tr-01890906437-84","ec-person-b0081a4fd9d4dbc0866ea534dd77c3419bc6feae"]}} -{"id":"ec-meeting-2022-10-10-f6063b79e1bd3077e8de4ba5764720cc10f63f61","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-10 - Cabinet of Commissioner Janusz Wojciechowski x European Dairy Association aisbl"],"date":["2022-10-10"],"summary":["electricity prices"],"notes":["Portfolio: Agriculture"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["eu-tr-42967152383-63","ec-person-cafe030b6dad78a75143f7552c420481b30ebceb"]}} -{"id":"ec-meeting-2022-10-10-f84b0263bd1aee654a05ad9db8b880c4e0662f6e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-10 - Cabinet of Executive Vice-President Frans Timmermans x Ragn Sells AS Ragn-Sellsföretagen Miltton Europe"],"date":["2022-10-10"],"summary":["Preparatory meeting for a broader exchange with interested Cabinets on Ragn-Sells OSA project for circular economy"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-678135546568-21","ec-person-8af3c81534786a740718d21dc58240738a53ed7b","eu-tr-847206146825-85","eu-tr-245377319023-40"]}} -{"id":"ec-meeting-2022-10-11-014f5bd628c0ec891fd622e9c8ff8bccf212dd07","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-11 - Cabinet of Commissioner Mairead Mcguinness x Mizuho Financial Group, Inc."],"date":["2022-10-11"],"summary":["Banking package"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["eu-tr-619816425761-15","ec-person-49e520c7a9c9c47ccb5acfa68f9416e4233af9f8"]}} -{"id":"ec-meeting-2022-10-11-07961cd6f8042b1688cfe44ba294c44210843da5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-11 - Cabinet of Commissioner Mairead Mcguinness x Irish Funds Industry Association CLG"],"date":["2022-10-11"],"summary":["Sustainable Finance Disclosures Regulation"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Online meeting"],"address":["Online meeting"],"addressEntity":["addr-9d833a1da3074efd384ee6bc2b108c1f5bb379e0"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-a5441c6a69a8a94fd64e02def60fcc6567f2c1d8","eu-tr-35890511033-58"]}} -{"id":"ec-meeting-2022-10-11-08382a61856d7582e99ff7a13baa4d5800f93222","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-11 - Directorate-General for International Partnerships x European Council on Foreign Relations"],"date":["2022-10-11"],"summary":["Europe Africa Business Forum; Global Gateway Business Advisory Group; Critical Raw Materials."],"location":["online"],"address":["online"],"addressEntity":["addr-2dbc2fd2358e1ea1b7a6bc08ea647b9a337ac92d"],"organizer":["ec-dg-intpa"],"involved":["eu-tr-339569615567-89","ec-person-afe6f55069d2cc5483157e138e41abd63140fdd8"]}} -{"id":"ec-meeting-2022-10-11-0ab21fc6d848f2f3f10957c39f034d25c9335645","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-11 - Cabinet of Vice-President Věra Jourová x Telefonica, S.A."],"date":["2022-10-11"],"summary":["Digital issues"],"notes":["Portfolio: Values and Transparency"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["eu-tr-52431421-12","ec-person-221276f2dfa4b8fe628f08e982d967b6aeb61c57"]}} -{"id":"ec-meeting-2022-10-11-0dbe8c0b7bb99e4a00ce7901d1d0389b7d7b42d7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-11 - Cabinet of Commissioner Thierry Breton x Google"],"date":["2022-10-11"],"summary":["Digitals tools for greening other industrial sectors"],"notes":["Portfolio: Internal Market"],"location":["Brussels, Berlaymont"],"address":["Brussels, Berlaymont"],"addressEntity":["addr-2d842da4e8cf3dbd0304d45e6b874d5f0aa57edf"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-026c2270ec4cbabdb8ac223b2d1fa4202696dc8d","eu-tr-03181945560-59"]}} -{"id":"ec-meeting-2022-10-11-0e3a8efc81cac71b85999dd5b2d606e1a0465662","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2022-10-11 - Cabinet of Executive Vice-President Margrethe Vestager x Telefonica, S.A."],"date":["2022-10-11"],"summary":["European Digital Path 2030, connectivity industry, telco edge cloud; Open RAN.","Telecoms, competition policies"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-52431421-12","ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0","ec-person-eecca27e2a9c3fc0d4bd43564e4960382705feef","ec-person-73fb1ddd279f8c6697a055567a2c09606006b875"]}} -{"id":"ec-meeting-2022-10-11-129e649fc095ee147b76632ce1a22eb5d8a26567","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-11 - Cabinet of Commissioner Mairead Mcguinness x Allianz SE"],"date":["2022-10-11"],"summary":["Retail investment strategy, Solvency II"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-0ba9b89127b39af6a66f2fc3ed727332f1b19a34","eu-tr-05503341949-54","ec-person-49e520c7a9c9c47ccb5acfa68f9416e4233af9f8"]}} -{"id":"ec-meeting-2022-10-11-21d8afe0d84a7aa385a54970d9f68cf3215aeb5a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-11 - Cabinet of Commissioner Thierry Breton x H2GS AB"],"date":["2022-10-11"],"summary":["Overview of developments in the hydrogen sector"],"notes":["Portfolio: Internal Market"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-6308dea893b9b1ca0dcd5b91b4a1ac4c2f3020ad","eu-tr-191319744634-58"]}} -{"id":"ec-meeting-2022-10-11-2475c2f238aa7acbc5c731219f5b914199a3ad1f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-11 - Cabinet of Executive Vice-President Frans Timmermans x European Potato Processors' Association"],"date":["2022-10-11"],"summary":["Participation in the General Assembly"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-163461511626-21","ec-person-33624431cbec1074e151c1707715ef46d2ba9565"]}} -{"id":"ec-meeting-2022-10-11-2aeab0e4129e66085521ad084bfcd006645cd975","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-11 - Taxation and Customs Union x US Council for International Business"],"date":["2022-10-11"],"summary":["State of international corporate taxation in the US and EU"],"location":["Washington DC"],"address":["Washington DC"],"addressEntity":["addr-736cd24f80718d440733a7f213d8d22160de4d25"],"organizer":["ec-dg-taxud"],"involved":["ec-person-9e42f316f38c8e126c2cd2bc84affb891338c7f3","eu-tr-826984547100-93"]}} -{"id":"ec-meeting-2022-10-11-2b7de7e8a51bcd107f17abaed8f614360eee9605","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-11 - Financial Stability, Financial Services and Capital Markets Union x Österreichischer Sparkassenverband"],"date":["2022-10-11"],"summary":["Sustainable Finance and Banking Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-22115995998-08","ec-person-1fce211249673c35ee07a801ddee77ab24af8d54"]}} -{"id":"ec-meeting-2022-10-11-3458520d7ea7e0af96fbb5fcb39c0ff28e36f5d5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-11 - Internal Market, Industry, Entrepreneurship and SMEs x Confédération des Petites et Moyennes Entreprises"],"date":["2022-10-11"],"summary":["Exchange of views on CSDD (Proposal for a Directive on corporate sustainability due diligence)."],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-grow"],"involved":["ec-person-0151c7e554d188fffc509ad636b7d1a84c5dfcd5","eu-tr-74081206759-11"]}} -{"id":"ec-meeting-2022-10-11-346bedcbb9f88e861fdb2d2d81cf9ef2595ed97c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-11 - Cabinet of Commissioner Nicolas Schmit x BUSINESSEUROPE"],"date":["2022-10-11"],"summary":["The social consequences of the war in Ukraine and energy crisis, the European Year of Skills, the European Works Council, Social dialogue."],"notes":["Portfolio: Jobs and Social Rights"],"location":["online"],"address":["online"],"addressEntity":["addr-2dbc2fd2358e1ea1b7a6bc08ea647b9a337ac92d"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-66fa2c2d100ec194caa42b5c6f97c36e2748b71c","ec-person-8eb18b6102d444937bc6af5822a6742812165b48","ec-person-4cf4655ab41922e92160325d987a3c4615c72d30","eu-tr-3978240953-79","ec-person-935314e38d735654cae8ee61313a3d73439b242d","ec-person-c03b949331dbbe5fa3d5423758e371ec1b9b832f"]}} -{"id":"ec-meeting-2022-10-11-381a2834afef09946b2e95cf4e5618c86c271b38","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-11 - Cabinet of Vice-President Věra Jourová x EU DisinfoLab"],"date":["2022-10-11"],"summary":["Disinformation"],"notes":["Portfolio: Values and Transparency"],"location":["videoconference call"],"address":["videoconference call"],"addressEntity":["addr-7276ec71205fc53d56bb101a3202566867d4a890"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["ec-person-fb258e0188a5319bfaba3161382db43f5a85851f","eu-tr-593474530364-05"]}} -{"id":"ec-meeting-2022-10-11-506c611989a667cb38a454d60e07294d224821fe","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-11 - Cabinet of President Ursula von der Leyen x H2GS AB"],"date":["2022-10-11"],"summary":["How the EU can continue supporting the Green Deal and the climate transition in Europe despite the horrific invasion of Ukraine and its different effects on the European economy and European companies; Fitfor55; ETS, CBAM and RED"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-f2b941852d3b961d69ed695c2d243a1a2b4a1904","eu-tr-191319744634-58"]}} -{"id":"ec-meeting-2022-10-11-5fd93a332cd7969e19388f86e6ce416479727692","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-11 - Mobility and Transport x FedEx Express International Belgium BVBA"],"date":["2022-10-11"],"summary":["Sustainability"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-move"],"involved":["ec-person-26cdfacae671b09917bee1a91c91973941fa58a2","eu-tr-833656146084-28"]}} -{"id":"ec-meeting-2022-10-11-6828aedd93b40d1d6c30e00f313f3cb29021a5d3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-11 - Cabinet of Executive Vice-President Margrethe Vestager x Association for Emissions Control by Catalyst"],"date":["2022-10-11"],"summary":["Euro 7"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-78711786419-61","ec-person-0e93ebac9bad76e1351e0981f04e7ef88848f943"]}} -{"id":"ec-meeting-2022-10-11-692493f6f2a0d814e47f51fc1c7511f7f936c2e6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-11 - Cabinet of Executive Vice-President Frans Timmermans x Air Products"],"date":["2022-10-11"],"summary":["Air Products plans for the development of hydrogen import infrastructure in the EU"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-119101322906-62","ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce","ec-person-d53e00c46a4cc62bbf533e0c9bb35bacb9121989"]}} -{"id":"ec-meeting-2022-10-11-6c2e60ae3956b8091cf184205020b06ba8bd44ea","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-11 - Cabinet of Executive Vice-President Valdis Dombrovskis x None"],"date":["2022-10-11"],"summary":["banking package"],"notes":["Portfolio: An Economy that Works for People"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-235870cd7eb41f2494f695fce18b5b5b88647113","eu-tr-1078390517-54","eu-tr-619816425761-15"]}} -{"id":"ec-meeting-2022-10-11-6ca81ac6c8d5f43d8a88090963c635973e541aae","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-11 - Cabinet of Commissioner Janusz Wojciechowski x KWS SAAT SE & Co. KGaA Bayer AG Syngenta Crop Protection AG Corteva Agriscience International SARL Euroseeds"],"date":["2022-10-11"],"summary":["To discuss the contribution of innovative plant breeding to food security and sustainability to achieve the green deal objectives"],"notes":["Portfolio: Agriculture"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["eu-tr-3523776801-85","ec-person-cafe030b6dad78a75143f7552c420481b30ebceb","eu-tr-448233735022-37","eu-tr-11362308587-10","eu-tr-106034119290-26","eu-tr-16822412339-79","ec-person-ae252fb0bbbad2440e31f70ccc19082b7ac65837"]}} -{"id":"ec-meeting-2022-10-11-72571c36b0b667e050aa0e4a0d93f5dfcac6349a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-11 - Cabinet of Vice-President Věra Jourová x Flint Europe"],"date":["2022-10-11"],"summary":["European Media Freedom Act"],"notes":["Portfolio: Values and Transparency"],"location":["videoconference call"],"address":["videoconference call"],"addressEntity":["addr-7276ec71205fc53d56bb101a3202566867d4a890"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["ec-person-aa83f35da599b82e4f15da018f4b3447eb648f7c","eu-tr-718251720163-42"]}} -{"id":"ec-meeting-2022-10-11-799f31a938d974ff3e5106681b4e486eb856a66a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-11 - Cabinet of Executive Vice-President Frans Timmermans x Google"],"date":["2022-10-11"],"summary":["Google Sustainability Summit \"Technology and Partnership Accelerating Climate Action\": Speech on Digital for European Green Deal"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-03181945560-59","ec-person-d56ecbfde17436a136fc89c9a978b266e8285c84"]}} -{"id":"ec-meeting-2022-10-11-7a9bf2f7a4cb52e661eb240b245560e3b7341145","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-11 - Cabinet of Commissioner Johannes Hahn x Vereinigung der österreichischen Industrie - Industriellenvereinigung"],"date":["2022-10-11"],"summary":["Current economic situation. European Chips Act."],"notes":["Portfolio: Budget and Administration"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hahn-johannes-of"],"involved":["ec-person-6dd3472dac004e43ec1fa4f5b4106e3b476c9ce7","ec-person-0a9c49ba84ea78ae0ec9c6fadde7b6d66e7a1054","eu-tr-89093924456-06"]}} -{"id":"ec-meeting-2022-10-11-80c2ab88342c5bf009d0b61bde9635abf92017ff","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-11 - Cabinet of Vice-President Margaritis Schinas x EURONEWS"],"date":["2022-10-11"],"summary":["Framework of Partnership Agreement with Euronews"],"notes":["Portfolio: Promoting the European Way of Life"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-margaritis-of-president-schinas-vice"],"involved":["ec-person-d5cada2a1a17537a675985af31e5ce07ae3bfd42","eu-tr-773713447849-26","ec-person-901d49b3e3af3e96de8d42787e8633b0adc76ca1"]}} -{"id":"ec-meeting-2022-10-11-8a43ab1e98e16147962cc41d3c4fea9115857a89","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-11 - Cabinet of Vice-President Věra Jourová x Kreab"],"date":["2022-10-11"],"summary":["Political advertising"],"notes":["Portfolio: Values and Transparency"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["ec-person-74c07660dcbc6dc9993b34462cf2a1fec35925ea","eu-tr-1078390517-54"]}} -{"id":"ec-meeting-2022-10-11-8d2d7c2d816c751c684024e801c3461b85a54e3f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-11 - Cabinet of Executive Vice-President Valdis Dombrovskis x European Chamber of Commerce in Korea"],"date":["2022-10-11"],"summary":["EU-Korea trade relations"],"notes":["Portfolio: An Economy that Works for People"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-5582b553fc27622716ec0589005296819f597ad2","ec-person-f011ed0f7c78d833a79f1206f788e0cbd9cb8864","eu-tr-839157644877-97"]}} -{"id":"ec-meeting-2022-10-11-8fcf097ff33a99e16cc03d58e23f0f1e1e128748","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-11 - Cabinet of Vice-President Věra Jourová x Progressive Policy Institute"],"date":["2022-10-11"],"summary":["Media"],"notes":["Portfolio: Values and Transparency"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["ec-person-221276f2dfa4b8fe628f08e982d967b6aeb61c57","eu-tr-854255020074-46"]}} -{"id":"ec-meeting-2022-10-11-90eb082e00c04a6d069c51021d919d530c98a392","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-11 - Cabinet of Vice-President Maroš Šefčovič x Keeping Channels Open"],"date":["2022-10-11"],"summary":["Preliminary discussion to prepare the Friedrich Naumann Foundation event in November"],"notes":["Portfolio: Interinstitutional Relations and Foresight"],"location":["Bruxelles"],"address":["Bruxelles"],"addressEntity":["addr-b58f5927b66d94a676970dc048485d4c6848f272"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-093975846715-54","ec-person-1ee2c806775ccf9801d8619696d32ee30f16c789"]}} -{"id":"ec-meeting-2022-10-11-9be645694fb6878458ce3a4db350ad4d23ceca33","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-11 - Cabinet of Commissioner Paolo Gentiloni x Tree Energy Solutions GmbH"],"date":["2022-10-11"],"summary":["Brief exchange of view on renewable energies"],"notes":["Portfolio: Economy"],"location":["Bruxelles"],"address":["Bruxelles"],"addressEntity":["addr-b58f5927b66d94a676970dc048485d4c6848f272"],"organizer":["ec-cabinet-commissioner-gentiloni-of-paolo"],"involved":["ec-person-088d26d74d1898338fbf1c86e139bd6d3b870dbc","eu-tr-247520145056-08"]}} -{"id":"ec-meeting-2022-10-11-a54869f59f1f8e80d8762d956b1eb35fb5a20a96","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-11 - Cabinet of High Representative Josep Borrell Fontelles x Enagás S.A."],"date":["2022-10-11"],"summary":["Ms Natalia Latorre was in Brussels and she would like to give a short presentation to HoC on the recent development linked to the geopolitics of natural gas, renewable gases and the security of gas supply in the EU from her company perspective."],"notes":["Portfolio: High Representative of the Union for Foreign Affairs and Security Policy / Vice-President of the Commission"],"location":["Brussels - Belgium"],"address":["Brussels - Belgium"],"addressEntity":["addr-85d514873c3b55c68206168e47e9d4fc69799cc8"],"organizer":["ec-borrell-cabinet-fontelles-high-josep-of-representative"],"involved":["ec-person-d38139fc9996353b508c5a13d21e63cbdde379be","eu-tr-905001612275-82"]}} -{"id":"ec-meeting-2022-10-11-abafd99ad43fdc97e619c2ca3ed98f898f3439dc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-11 - Cabinet of Executive Vice-President Margrethe Vestager x H2GS AB"],"date":["2022-10-11"],"summary":["State aid and greening of the steel sector."],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-cc22f9036f136b68e22fa3af97972857e72dc249","ec-person-6b6135249735cff1f3061530471f1e159500c840","eu-tr-191319744634-58"]}} -{"id":"ec-meeting-2022-10-11-ad18d749d879bd8867eaa0fd4dceffa30cf743d8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-11 - Cabinet of Executive Vice-President Valdis Dombrovskis x H2GS AB"],"date":["2022-10-11"],"summary":["Fit for 55; CBAM"],"notes":["Portfolio: An Economy that Works for People"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-4afd4ae4e50604ac3c0c9ae597bcb74eb1dd31b6","ec-person-3520008ac93a203db50d106deafde939bc2729f1","eu-tr-191319744634-58"]}} -{"id":"ec-meeting-2022-10-11-c019c0279ce1693edbd2bd28e6f428b452d48b8f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-11 - Cabinet of Executive Vice-President Frans Timmermans x European Network of Transmission System Operators for Electricity"],"date":["2022-10-11"],"summary":["Electricity Market Design Reform"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-25805148045-87","ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce","ec-person-d53e00c46a4cc62bbf533e0c9bb35bacb9121989"]}} -{"id":"ec-meeting-2022-10-11-d8431a6ec7734921a119235bdc29de995b989a69","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-11 - Cabinet of President Ursula von der Leyen x Shell Companies"],"date":["2022-10-11"],"summary":["Energy crisis"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-f2b941852d3b961d69ed695c2d243a1a2b4a1904","eu-tr-05032108616-26"]}} -{"id":"ec-meeting-2022-10-11-dfd1d544f59ac4439657328a4458b8c0b0c979db","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-11 - Cabinet of Commissioner Mairead Mcguinness x International Ethics Standards Board for Accountants"],"date":["2022-10-11"],"summary":["Introductory meeting with Chair"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-a5441c6a69a8a94fd64e02def60fcc6567f2c1d8","eu-tr-769888947860-59"]}} -{"id":"ec-meeting-2022-10-11-ea04ab159d7bb6088ae9ef6d9572f34097cf0846","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-11 - Cabinet of Commissioner Janusz Wojciechowski x Syngenta Crop Protection AG Corteva Agriscience International SARL Euroseeds Groupe Limagrain Bayer AG KWS SAAT SE & Co. KGaA"],"date":["2022-10-11"],"summary":["To discuss the contribution of innovative plant breeding to food security and sustainability to achieve the green deal objectives"],"notes":["Portfolio: Agriculture"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["eu-tr-3523776801-85","ec-person-cafe030b6dad78a75143f7552c420481b30ebceb","eu-tr-691273447861-25","eu-tr-448233735022-37","eu-tr-11362308587-10","eu-tr-106034119290-26","eu-tr-16822412339-79"]}} -{"id":"ec-meeting-2022-10-11-f1412d3d549d1bb5fd46f3e8ae0f6de880e06ef9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-11 - Cabinet of Executive Vice-President Frans Timmermans x The European Association for Electromobility"],"date":["2022-10-11"],"summary":["Upcoming invitation to speak at a clean truck summit"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-269727723042-29","ec-person-d56ecbfde17436a136fc89c9a978b266e8285c84"]}} -{"id":"ec-meeting-2022-10-11-fffbac6b704e84ed0500df4a5ba0658fb6815a56","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-11 - Cabinet of Executive Vice-President Frans Timmermans x Veolia Environnement"],"date":["2022-10-11"],"summary":["Implementation of the European Green Deal and Veolia’s contribution, with focus on biomethane, water reuse and recycling"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-7c876f4825f213b8adbedf089ccedfbc3b36d65b","eu-tr-72103751229-92"]}} -{"id":"ec-meeting-2022-10-12-02f5d19e9d522df67934f81ee0ddf780fc0d13d6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-12 - Cabinet of Executive Vice-President Frans Timmermans x Confederazione Nazionale Coldiretti"],"date":["2022-10-12"],"summary":["Farm to fork"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-7c876f4825f213b8adbedf089ccedfbc3b36d65b","eu-tr-55507619225-88"]}} -{"id":"ec-meeting-2022-10-12-048e6de7392bda019a2abc88f616352f2df596fa","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-12 - Cabinet of Executive Vice-President Margrethe Vestager x Robert Bosch GmbH"],"date":["2022-10-12"],"summary":["EU digital policy"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0","ec-person-eecca27e2a9c3fc0d4bd43564e4960382705feef","ec-person-0e93ebac9bad76e1351e0981f04e7ef88848f943","eu-tr-8999533555-91"]}} -{"id":"ec-meeting-2022-10-12-07571d49682893a12c124f4b72d83d94d92e2227","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-12 - Cabinet of Executive Vice-President Valdis Dombrovskis x Stripe, Inc."],"date":["2022-10-12"],"summary":["payments services"],"notes":["Portfolio: An Economy that Works for People"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-235870cd7eb41f2494f695fce18b5b5b88647113","eu-tr-389356530261-76"]}} -{"id":"ec-meeting-2022-10-12-0914c627b18116a9e919a56da0699711ca5cd7b1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-12 - Cabinet of Executive Vice-President Frans Timmermans x Mercedes-Benz Group AG"],"date":["2022-10-12"],"summary":["Shift to zero emission trucks"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce","ec-person-d56ecbfde17436a136fc89c9a978b266e8285c84","eu-tr-2349218828-41"]}} -{"id":"ec-meeting-2022-10-12-173fe2710ab361222b903e912a27703026b76b93","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-12 - Cabinet of Executive Vice-President Frans Timmermans x Lysios Public Affairs"],"date":["2022-10-12"],"summary":["Just transition and climate neutral cities mission"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-d53e00c46a4cc62bbf533e0c9bb35bacb9121989","eu-tr-22561156762-32","ec-person-d56ecbfde17436a136fc89c9a978b266e8285c84"]}} -{"id":"ec-meeting-2022-10-12-1b1b8b60b35b201d1c9c3e2f1d418d88b9bbc512","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-12 - Defence Industry and Space x Airbus"],"date":["2022-10-12"],"summary":["The meeting focused on defence issues as well as skills and raw materials."],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-defis"],"involved":["ec-person-a5e52cd544ea3aa44eb4b31fac65a468499f106e","eu-tr-2732167674-76"]}} -{"id":"ec-meeting-2022-10-12-21f5713e4c20924264c2737354a2cfffacb2696e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-12 - Mobility and Transport x EUROPEAN RAIL INFRASTRUCTURE MANAGERS"],"date":["2022-10-12"],"summary":["Europen Green Deal, Rail infrastructure, TEN-T"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-dg-move"],"involved":["eu-tr-531034421340-14","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2022-10-12-258e888c9d0d808a87489fc4dca822ced34ecb9b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-12 - Cabinet of Executive Vice-President Frans Timmermans x TenneT Holding B.V."],"date":["2022-10-12"],"summary":["Energy crisis response, fit for 55, permitting"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-a282162080cef4ef2a8c0ab6247a3e03dc438507","ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce","eu-tr-289810215426-07"]}} -{"id":"ec-meeting-2022-10-12-2a2eb78d5393eb6075e72bcb4342fe554655a503","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-12 - Cabinet of President Ursula von der Leyen x Crédit Agricole S.A."],"date":["2022-10-12"],"summary":["1) Bank Crisis management Deposit Insurance proposal\r\n2) negotiations on the Basel proposal\r\n3) Sustainable finance agenda\r\n4) Digital euro set up"],"notes":["Portfolio: President"],"location":["Brussels - Berlaymont"],"address":["Brussels - Berlaymont"],"addressEntity":["addr-eda445c4955377862aa542463ce6a4f27ee909d5"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["eu-tr-35147251117-11","ec-person-a159f03add374257584565c2b05cc5539a7526e6"]}} -{"id":"ec-meeting-2022-10-12-3d061405dbd90a2eb61aa721bc24635578b70101","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-12 - Cabinet of Executive Vice-President Margrethe Vestager x Stripe, Inc."],"date":["2022-10-12"],"summary":["presentation of the company, Artificial Intelligence"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["online"],"address":["online"],"addressEntity":["addr-2dbc2fd2358e1ea1b7a6bc08ea647b9a337ac92d"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0","eu-tr-389356530261-76"]}} -{"id":"ec-meeting-2022-10-12-3ef669fba991176ad888fa73d907bfc74a6675d4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-12 - Cabinet of Commissioner Virginijus Sinkevičius x None"],"date":["2022-10-12"],"summary":["REACH restriction proposal on skin sensitisers in textiles and its implications"],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["eu-tr-285222847712-43","eu-tr-680251947766-97","eu-tr-937959014241-02","eu-tr-7824139202-85","eu-tr-755850612851-57","eu-tr-930954843337-94","ec-person-a58f1d06f5cb1d8dfd278e0c36d5aa1b9368b270","eu-tr-351783047867-48","eu-tr-477838445914-27","eu-tr-616677713667-62","ec-person-df7b6800b8d3048e28fedb084a8b0b72260d7a0a"]}} -{"id":"ec-meeting-2022-10-12-4b969cd9317b4015af87e3b8a54ab10cc06cf905","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-12 - Cabinet of Commissioner Thierry Breton x Orano"],"date":["2022-10-12"],"summary":["Critical raw materials, nuclear industry"],"notes":["Portfolio: Internal Market"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-348369030395-22","ec-person-6308dea893b9b1ca0dcd5b91b4a1ac4c2f3020ad"]}} -{"id":"ec-meeting-2022-10-12-4d7103f200c8f141560436949bb4fd48fd7a56bd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-12 - Cabinet of Vice-President Maroš Šefčovič x European Round Table for Industry"],"date":["2022-10-12"],"summary":["Discussion on strategic foresight"],"notes":["Portfolio: Interinstitutional Relations and Foresight"],"location":["videoconference"],"address":["videoconference"],"addressEntity":["addr-92b2fbb928e012810d80d9ef1abe12027beee200"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-d8af7eb5b715c9bd960f9661cb5170f8c6230853","eu-tr-25487567824-45"]}} -{"id":"ec-meeting-2022-10-12-4f65c51f6972b13ef59beaeb60d34ca8b3322d9d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-12 - Cabinet of Commissioner Thierry Breton x Banijay Group"],"date":["2022-10-12"],"summary":["AVMSD; Media Outlook; copyright"],"notes":["Portfolio: Internal Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-551233947585-96","ec-person-5215bd372c5a1202399d77ecceb8c16de8d7d55c"]}} -{"id":"ec-meeting-2022-10-12-5c98acf38f903aefd3aabe0bf6ccbe670ee3df5e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-12 - Cabinet of Commissioner Adina Vălean x European Network Airlines' Association"],"date":["2022-10-12"],"summary":["Revision of Regulation (EC) 1008/2008."],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["eu-tr-224920726807-48","ec-person-7f9ba99138b4fa5c698037dc7507219b1319e0a7","ec-person-cc0354fbf386eb83f57c00ad5240f1dddeeabab4","ec-person-e5f1558cac43dd4f90847b508b6753edb0a9f903"]}} -{"id":"ec-meeting-2022-10-12-6380278a07864a65c8648058cbf21b4b511a5c3e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-12 - Cabinet of Executive Vice-President Frans Timmermans x Transport and Environment (European Federation for Transport and Environment)"],"date":["2022-10-12"],"summary":["\"The EU Green Trucks Summit\" PANEL 1 - Regulators’ perspective: speech on getting zero emission trucks on the roads"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-d56ecbfde17436a136fc89c9a978b266e8285c84","eu-tr-58744833263-19"]}} -{"id":"ec-meeting-2022-10-12-6f3b27fd3d87c50460ad65822c8ebc65c80ad568","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-12 - Regional and Urban Policy x SOLAR IMPULSE FOUNDATION"],"date":["2022-10-12"],"summary":["Presentation by Bertrand Piccard of the Solar Impulse Foundation and its “solutions for cities” initiative launched during the European Week of Regions and Cities."],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-regio"],"involved":["ec-person-3bc647761a4c1a96c0e7b4c3729d7408a61558b0","eu-tr-569885924378-48"]}} -{"id":"ec-meeting-2022-10-12-788f7a3cb8ab92322aeebfd6668563cf2416c0a7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-12 - Cabinet of Executive Vice-President Valdis Dombrovskis x Crédit Agricole S.A."],"date":["2022-10-12"],"summary":["Banking Union"],"notes":["Portfolio: An Economy that Works for People"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-235870cd7eb41f2494f695fce18b5b5b88647113","eu-tr-35147251117-11","ec-person-f011ed0f7c78d833a79f1206f788e0cbd9cb8864"]}} -{"id":"ec-meeting-2022-10-12-79f33a8b0a73b86bb8d8513b717c5ffc8e187c64","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-12 - Cabinet of Commissioner Helena Dalli x Equinet - the European Network of Equality Bodies"],"date":["2022-10-12"],"summary":["Meeting to discuss legislative proposal on equality bodies."],"notes":["Portfolio: Equality"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-dalli-helena-of"],"involved":["ec-person-dbd4bba0ef71d4385c97691e3df5bb484709a07e","eu-tr-718971811339-46","ec-person-074f076ec339feecfbb4bdf393736c8236d7c85e"]}} -{"id":"ec-meeting-2022-10-12-81e75642373aa1d28a102568e55e82531d32aac1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-12 - Cabinet of Vice-President Maroš Šefčovič x SOLAR IMPULSE FOUNDATION"],"date":["2022-10-12"],"summary":["Discussion on strategic foresight"],"notes":["Portfolio: Interinstitutional Relations and Foresight"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-569885924378-48","ec-person-d8af7eb5b715c9bd960f9661cb5170f8c6230853"]}} -{"id":"ec-meeting-2022-10-12-82c114cb1cdd06614194eb5e8e9298a48b091509","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-12 - Cabinet of Commissioner Thierry Breton x Stripe, Inc."],"date":["2022-10-12"],"summary":["start-ups"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-4d83416435f81b1f1e8f5c86aeebb1478577f1d2","eu-tr-389356530261-76"]}} -{"id":"ec-meeting-2022-10-12-837756b89fb03b0ba76bc0099b13960f90fb8f7f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-12 - Cabinet of Vice-President Věra Jourová x Altana Technologies, Inc."],"date":["2022-10-12"],"summary":["EU-wide legislation on supply chain due diligence"],"notes":["Portfolio: Values and Transparency"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["ec-person-221276f2dfa4b8fe628f08e982d967b6aeb61c57","eu-tr-739494147829-49"]}} -{"id":"ec-meeting-2022-10-12-83a9bb93d9bc0e0dd1c512aad26d197c3281f0a4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-12 - Cabinet of Executive Vice-President Frans Timmermans x Daimler Truck AG"],"date":["2022-10-12"],"summary":["Zero emission trucks and buses panel: speech on getting zero emission trucks on the roads"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-d56ecbfde17436a136fc89c9a978b266e8285c84","eu-tr-427653644807-10"]}} -{"id":"ec-meeting-2022-10-12-8e7d92aa7a4f0be2e50c5f6d34f565135008bb58","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-12 - Trade x Airbus"],"date":["2022-10-12"],"summary":["Current worldwide trade situation and topics more specifics to Airbus"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-trade"],"involved":["ec-person-2045c2589da3988908fcfe731e8224e7e06a7c63","eu-tr-2732167674-76"]}} -{"id":"ec-meeting-2022-10-12-9d488f8358a032d46f49cef62b55bb2bfb45d280","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-12 - Taxation and Customs Union x Center for Strategic and International Studies"],"date":["2022-10-12"],"summary":["Roundtable - EU-US cooperation on climate and energy policies, with a focus on tax and carbon pricing measures"],"location":["Washington DC"],"address":["Washington DC"],"addressEntity":["addr-736cd24f80718d440733a7f213d8d22160de4d25"],"organizer":["ec-dg-taxud"],"involved":["eu-tr-163447715874-83","ec-person-9e42f316f38c8e126c2cd2bc84affb891338c7f3"]}} -{"id":"ec-meeting-2022-10-12-a25977b68b9b79faa01bea55850c7e6bb420664e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-12 - Cabinet of Commissioner Janusz Wojciechowski x Ibec Comité Européen des Entreprises Vins"],"date":["2022-10-12"],"summary":["The Irish TRIS notification on Alcohol Labels"],"notes":["Portfolio: Agriculture"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["eu-tr-2663914841-28","ec-person-ae252fb0bbbad2440e31f70ccc19082b7ac65837","eu-tr-479468313744-50"]}} -{"id":"ec-meeting-2022-10-12-aacd51f9852ebc9e62efaf3303a72c5966d30e3f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-12 - Cabinet of Commissioner Thierry Breton x LVMH Publica"],"date":["2022-10-12"],"summary":["Media freedom act"],"notes":["Portfolio: Internal Market"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-e18e6e300776f5f47ca4c72c1ba1b0d0eb1e71fe","ec-person-4d83416435f81b1f1e8f5c86aeebb1478577f1d2","ec-person-5215bd372c5a1202399d77ecceb8c16de8d7d55c","eu-tr-16094042309-21"]}} -{"id":"ec-meeting-2022-10-12-b1aeddff1a0d9438dbeafd2956e0bf2459d7e336","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-12 - Communications Networks, Content and Technology x Stripe, Inc."],"date":["2022-10-12"],"summary":["Start-ups"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-389356530261-76","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2022-10-12-d6d3988e43ea86730461dfc267e30cca5676bd55","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-12 - Cabinet of Executive Vice-President Margrethe Vestager x EuroCommerce"],"date":["2022-10-12"],"summary":["Competition policies"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-cc22f9036f136b68e22fa3af97972857e72dc249","eu-tr-84973761187-60","ec-person-bb1f295d8be3d10004d7e5fd7c24248a21215775","ec-person-71043372bdf7ac2868e93db35f9e2f420db778e3"]}} -{"id":"ec-meeting-2022-10-12-d8b48d55bf574d9c79d35de2bbaf204febf8b711","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-12 - Cabinet of Vice-President Věra Jourová x Committee to Protect Journalists"],"date":["2022-10-12"],"summary":["Protection of journalists, recent developments in Greece"],"notes":["Portfolio: Values and Transparency"],"location":["videoconference call"],"address":["videoconference call"],"addressEntity":["addr-7276ec71205fc53d56bb101a3202566867d4a890"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["ec-person-aa83f35da599b82e4f15da018f4b3447eb648f7c","eu-tr-370649919011-72"]}} -{"id":"ec-meeting-2022-10-12-d9c9b74eb9c65b58339be071389f75c4308f4fe9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-12 - Cabinet of Commissioner Thierry Breton x Cummins Ltd."],"date":["2022-10-12"],"summary":["Hydrogen, mobility"],"notes":["Portfolio: Internal Market"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-6308dea893b9b1ca0dcd5b91b4a1ac4c2f3020ad","eu-tr-05098847384-21"]}} -{"id":"ec-meeting-2022-10-12-e212f166d9c2d4e14a577dffd446fa37acd2156d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-12 - Cabinet of Executive Vice-President Margrethe Vestager x Motorola Solutions Incorporated"],"date":["2022-10-12"],"summary":["AI act"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-893916722226-82","ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0"]}} -{"id":"ec-meeting-2022-10-12-ed88036359bc896dd2affcfd3fe3a97b85609fdf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-12 - Cabinet of President Ursula von der Leyen x Ibec"],"date":["2022-10-12"],"summary":["Digital policy - highlight positive case studies on Ibec's, discuss the latest developments shaping Europe’s Digital Future and exchange views"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-7019713e72781afb1f3b19032c4752a314b78180","eu-tr-479468313744-50"]}} -{"id":"ec-meeting-2022-10-12-f63abcbfd7e288eb7629f68eb3a03b5ed220bed2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-12 - Cabinet of Commissioner Mariya Gabriel x Stripe, Inc."],"date":["2022-10-12"],"summary":["European innovation agenda"],"notes":["Portfolio: Innovation and Youth"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["ec-person-1674399a793e9e6fd7cf55b525515fc862fc9351","eu-tr-389356530261-76"]}} -{"id":"ec-meeting-2022-10-12-f6eea7a91c8e99e6e7ecf3047193c450eea17c65","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-12 - Cabinet of Commissioner Mairead Mcguinness x Stripe, Inc."],"date":["2022-10-12"],"summary":["Digital finance\r\npayments"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-0ba9b89127b39af6a66f2fc3ed727332f1b19a34","eu-tr-389356530261-76"]}} -{"id":"ec-meeting-2022-10-12-fd5b61042928eb088a7de87f0274c23c01f14c6f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-12 - Cabinet of Commissioner Elisa Ferreira x SOLAR IMPULSE FOUNDATION"],"date":["2022-10-12"],"summary":["Solutions for decarbonisation for municipalities and cities, identifying the missing links."],"notes":["Portfolio: Cohesion and Reforms"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-elisa-ferreira-of"],"involved":["eu-tr-569885924378-48","ec-person-1c49c531eceae287dd4a56ac52e8326c65fc2855"]}} -{"id":"ec-meeting-2022-10-13-02789ff6cb20f0f7ff077ad6246b302d312ae889","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-13 - Taxation and Customs Union x Société Générale"],"date":["2022-10-13"],"summary":["EU business taxation and financial sector taxation initiatives"],"location":["Washington DC"],"address":["Washington DC"],"addressEntity":["addr-736cd24f80718d440733a7f213d8d22160de4d25"],"organizer":["ec-dg-taxud"],"involved":["eu-tr-34369111614-57","ec-person-9e42f316f38c8e126c2cd2bc84affb891338c7f3"]}} -{"id":"ec-meeting-2022-10-13-0500e22e39cd0e3c8a33204ec5264a10f0739e29","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-13 - Cabinet of President Ursula von der Leyen x Max von Abendroth"],"date":["2022-10-13"],"summary":["Media Development Investment Fund (MDIF), a charity NGO promoting access to independent journalistic content combined with an investment fund for patient capital, investing in media companies around the globe. The European arm is called Pluralis."],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-7019713e72781afb1f3b19032c4752a314b78180","eu-tr-597535947802-79"]}} -{"id":"ec-meeting-2022-10-13-088f70e417f2e1b854da87c9b0e83974d8d242ce","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-13 - Cabinet of Commissioner Thierry Breton x Grand Est-Europe"],"date":["2022-10-13"],"summary":["Overview of industrial policy in Europe"],"notes":["Portfolio: Internal Market"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-600569741016-65","ec-person-6308dea893b9b1ca0dcd5b91b4a1ac4c2f3020ad"]}} -{"id":"ec-meeting-2022-10-13-0cf15847fd2ba157428876757a014185f1e0afa9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-13 - Cabinet of Commissioner Jutta Urpilainen x European Development Finance Institutions"],"date":["2022-10-13"],"summary":["State of play Global Gateway implementation and roll-out of the European Fund for Sustainable Development plus."],"notes":["Portfolio: International Partnerships"],"location":["Washington D.C., USA"],"address":["Washington D.C., USA"],"addressEntity":["addr-6fccfc6b1f31936145f454dfba12368e0857706e"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["ec-person-7204caa5e704bc4a911fee13ad5c0f62fd74b3bc","eu-tr-410540760-32","ec-person-7c4fa9cfb750b5b524c065180fcee1123b8df03e"]}} -{"id":"ec-meeting-2022-10-13-15bcb9cbd6c30fb585b8a848e70d4f862ddeb7cb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-13 - Cabinet of Executive Vice-President Valdis Dombrovskis x Binance France SAS"],"date":["2022-10-13"],"summary":["Markets in crypto assets"],"notes":["Portfolio: An Economy that Works for People"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-235870cd7eb41f2494f695fce18b5b5b88647113","eu-tr-047423944823-61"]}} -{"id":"ec-meeting-2022-10-13-18375008f683e0388e159b5a9243287cfc171769","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-13 - Cabinet of Executive Vice-President Valdis Dombrovskis x Chamber of Commerce of the United States of America"],"date":["2022-10-13"],"summary":["EU-US economic and trade relations"],"notes":["Portfolio: An Economy that Works for People"],"location":["Washington, D.C."],"address":["Washington, D.C."],"addressEntity":["addr-66829a57dbaae06f389dadc43f39540e8693c821"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["eu-tr-483024821178-51","ec-person-9e7bd1005456277f156b671d1555c6a460fb2f58"]}} -{"id":"ec-meeting-2022-10-13-1dfa4649caadaf6fae275f7300526561c2122ae7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-13 - Cabinet of Commissioner Janusz Wojciechowski x CEMA - European Agricultural Machinery Industry Association"],"date":["2022-10-13"],"summary":["High-level exchange on what advanced machinery and solutions can bring for Agriculture"],"notes":["Portfolio: Agriculture"],"location":["Sibenik, Croatia"],"address":["Sibenik, Croatia"],"addressEntity":["addr-958c68433307821357413af2f91408bc20166cf9"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["ec-person-08c62f972c22464aca7a65520eb9406f8db14a66","eu-tr-489575310490-58"]}} -{"id":"ec-meeting-2022-10-13-2ee288d6eed490dc92cf4af6076fe660ecdf3264","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-13 - Cabinet of Commissioner Janusz Wojciechowski x Fédération Européenne des Fabricants d'Aliments Composés"],"date":["2022-10-13"],"summary":["Sustainable Food Systems Framework"],"notes":["Portfolio: Agriculture"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["ec-person-ae252fb0bbbad2440e31f70ccc19082b7ac65837","eu-tr-77105321408-83"]}} -{"id":"ec-meeting-2022-10-13-3161aed79d04cb630c6c0c2b206e5bc5d8e0d256","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-13 - Cabinet of Vice-President Věra Jourová x Stiftung Familienunternehmen und Politik"],"date":["2022-10-13"],"summary":["Digital agenda"],"notes":["Portfolio: Values and Transparency"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["ec-person-221276f2dfa4b8fe628f08e982d967b6aeb61c57","eu-tr-552069443013-09"]}} -{"id":"ec-meeting-2022-10-13-38eec74b5fb220a0059ad7c2b0f21746c5444f56","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-13 - Cabinet of Executive Vice-President Frans Timmermans x Germanwatch"],"date":["2022-10-13"],"summary":["Europe on Rail EU Conference: Making EU cross-border travel fit for 55: speech on rail ticketing"],"notes":["Portfolio: European Green Deal"],"location":["video-conference"],"address":["video-conference"],"addressEntity":["addr-8736c288a4bc51ee27ef4ed41e652409a37e60d1"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-99203901869-52","ec-person-d56ecbfde17436a136fc89c9a978b266e8285c84"]}} -{"id":"ec-meeting-2022-10-13-43ecb0ea913c709b129e7457a93d219c53dee8b6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-13 - Cabinet of Commissioner Thierry Breton x KIC InnoEnergy SE"],"date":["2022-10-13"],"summary":["Preparation of the Solar Alliance"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-026c2270ec4cbabdb8ac223b2d1fa4202696dc8d","eu-tr-462849021886-85"]}} -{"id":"ec-meeting-2022-10-13-475c40648aa22223433ff029d8f086bb50e298dd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-13 - Cabinet of Executive Vice-President Frans Timmermans x International Association of Oil & Gas Producers Europe"],"date":["2022-10-13"],"summary":["IOGP study on gas supply diversification potential"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-a282162080cef4ef2a8c0ab6247a3e03dc438507","ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce","ec-person-d53e00c46a4cc62bbf533e0c9bb35bacb9121989","eu-tr-3954187491-70"]}} -{"id":"ec-meeting-2022-10-13-51ca8481819cb6f612359a7d366ac0cb40fea9ba","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-13 - Cabinet of Commissioner Mairead Mcguinness x European Banking Federation"],"date":["2022-10-13"],"summary":["Sustainable Finance"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Online meeting"],"address":["Online meeting"],"addressEntity":["addr-9d833a1da3074efd384ee6bc2b108c1f5bb379e0"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-a5441c6a69a8a94fd64e02def60fcc6567f2c1d8","eu-tr-4722660838-23"]}} -{"id":"ec-meeting-2022-10-13-57be1c1ed2e1b29671c2485d4e9a95b78400ead2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-13 - Cabinet of Executive Vice-President Frans Timmermans x Deutsche Post DHL Group"],"date":["2022-10-13"],"summary":["DHL Energy Europe Regional Conference: speech on sustainable logistics"],"notes":["Portfolio: European Green Deal"],"location":["Bonn, Germany"],"address":["Bonn, Germany"],"addressEntity":["addr-ba215c7e7ce944b15f06b7f96e0cb857d61d573b"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-d56ecbfde17436a136fc89c9a978b266e8285c84","eu-tr-48544465107-88"]}} -{"id":"ec-meeting-2022-10-13-64fa5c2a62761c3e54c213ec8a921195cb391a51","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-13 - Cabinet of Commissioner Mairead Mcguinness x FTI Consulting Belgium CLIMCOM Berlin - Climate&Company - the private institute for climate research and training"],"date":["2022-10-13"],"summary":["Introductory meeting"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-a5441c6a69a8a94fd64e02def60fcc6567f2c1d8","eu-tr-287394243384-58","eu-tr-29896393398-67"]}} -{"id":"ec-meeting-2022-10-13-6f5bb6f30b431d3a3d995a6f389b86101a50681d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-13 - Cabinet of Commissioner Stella Kyriakides x SMEunited aisbl"],"date":["2022-10-13"],"summary":["VTC meeting on Food Waste and Food Labelling"],"notes":["Portfolio: Health"],"location":["Bruxelles"],"address":["Bruxelles"],"addressEntity":["addr-b58f5927b66d94a676970dc048485d4c6848f272"],"organizer":["ec-cabinet-commissioner-kyriakides-of-stella"],"involved":["eu-tr-55820581197-35","ec-person-8c3c9f5f3b2f84138bb6ab73180e2eff94b88ec8","ec-person-ecf9f9e978b833afc98ee022572d468f0dc9a352"]}} -{"id":"ec-meeting-2022-10-13-7d702b41acf7b6334b7f943545f3728b0fe9790c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-13 - Defence Industry and Space x Krauss-Maffei Wegmann GmbH & Co. KG"],"date":["2022-10-13"],"summary":["Introductory meeting to discuss about capability gaps and the concept of an European Armoury."],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-defis"],"involved":["ec-person-a5e52cd544ea3aa44eb4b31fac65a468499f106e","eu-tr-524127838990-69"]}} -{"id":"ec-meeting-2022-10-13-8d990ae6ab4c6d972b1b3122c1a92ee4ab5524e5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-13 - Taxation and Customs Union x Bank of America Corporation"],"date":["2022-10-13"],"summary":["EU energy and climate policy, with a focus on tax and carbon pricing measures"],"location":["Washington DC"],"address":["Washington DC"],"addressEntity":["addr-736cd24f80718d440733a7f213d8d22160de4d25"],"organizer":["ec-dg-taxud"],"involved":["ec-person-9e42f316f38c8e126c2cd2bc84affb891338c7f3","eu-tr-53891615036-88"]}} -{"id":"ec-meeting-2022-10-13-99d10afe0758b87786af6d4c596438c42b69d2f1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-13 - Cabinet of Commissioner Mairead Mcguinness x American Chamber of Commerce to the European Union Fleishman-Hillard"],"date":["2022-10-13"],"summary":["Preparation of Commissioner participation at AmCham event on 10/11/2022"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["eu-tr-56047191389-84","ec-person-44c404268b70ce0b79c4e148b5a7c4ae2c53ee30","eu-tr-5265780509-97"]}} -{"id":"ec-meeting-2022-10-13-acf4b64608434a53306e41803a209ccd16506256","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-13 - Cabinet of Vice-President Věra Jourová x EBU-UER (European Broadcasting Union)"],"date":["2022-10-13"],"summary":["European Media Freedom Act"],"notes":["Portfolio: Values and Transparency"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["ec-person-221276f2dfa4b8fe628f08e982d967b6aeb61c57","eu-tr-93288301615-56"]}} -{"id":"ec-meeting-2022-10-13-f629721a80d81bfb57120e62046a84940e8f95bb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-13 - Cabinet of Executive Vice-President Frans Timmermans x N.V. Nederlandse Gasunie Koninklijke Vereniging van Gasfabrikanten in Nederland"],"date":["2022-10-13"],"summary":["Dutch energy house"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-716301347557-95","eu-tr-29967294656-11","ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce"]}} -{"id":"ec-meeting-2022-10-13-fbbb66a6a1dd98f0e252cd2ea3816436ed265ff6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-13 - Cabinet of Commissioner Thierry Breton x Cosmetics Europe"],"date":["2022-10-13"],"summary":["Overview of the situation of the European cosmetics industry, including in relation to the current energy crisis, and exchanges on upcoming legislative reforms affecting the cosmetics industry"],"notes":["Portfolio: Internal Market"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-6308dea893b9b1ca0dcd5b91b4a1ac4c2f3020ad","eu-tr-83575061669-96","ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0"]}} -{"id":"ec-meeting-2022-10-14-126ed6bc44e254b32d685dbfa760334facbcfdbb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-14 - Cabinet of Commissioner Kadri Simson x AIR LIQUIDE"],"date":["2022-10-14"],"summary":["Hydrogen"],"notes":["Portfolio: Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["ec-person-ba3b83676ad38094e71b64b644f3e3d2c61b8182","eu-tr-94857385769-70"]}} -{"id":"ec-meeting-2022-10-14-2626ba9ec71d808c3e01c97cf17d898d13f2b0ec","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-14 - Cabinet of President Ursula von der Leyen x BPCE"],"date":["2022-10-14"],"summary":["BPCE presented their views and concerns on the reform of the crisis management and deposit insurance framework."],"notes":["Portfolio: President"],"location":["Brussels - BERL"],"address":["Brussels - BERL"],"addressEntity":["addr-99dfa36e260650a0f0bb726f70d612b1fe5903b8"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["eu-tr-179370613236-62","ec-person-a159f03add374257584565c2b05cc5539a7526e6"]}} -{"id":"ec-meeting-2022-10-14-31a966b7848f35cc3d3dda1d83acc0921dc0e47e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-14 - Cabinet of Executive Vice-President Frans Timmermans x OCEANA Stichting BirdLife Europe ClientEarth AISBL Seas At Risk"],"date":["2022-10-14"],"summary":["Implementation of the EU Biodiversity Strategy for 2030 and the preparation of the Action Plan to conserve fisheries resources and protect marine ecosystems"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-8af3c81534786a740718d21dc58240738a53ed7b","eu-tr-1083162721-43","eu-tr-47937943241-80","eu-tr-96645517357-19","eu-tr-625261439488-38"]}} -{"id":"ec-meeting-2022-10-14-3ba04cac9ab9812eecdbc209a4796d69a6878b50","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-14 - Cabinet of Executive Vice-President Valdis Dombrovskis x POSCO"],"date":["2022-10-14"],"summary":["Carbon Border Adjustment Mechanism"],"notes":["Portfolio: An Economy that Works for People"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-4afd4ae4e50604ac3c0c9ae597bcb74eb1dd31b6","eu-tr-443232336651-16"]}} -{"id":"ec-meeting-2022-10-14-412c20f93feb288b7e45d6c52de3b7c6eafa3efa","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-14 - Cabinet of President Ursula von der Leyen x EuroCommerce"],"date":["2022-10-14"],"summary":["Digitalisation, sustainability, resilience and energy transition."],"notes":["Portfolio: President"],"location":["Brussels (VC)"],"address":["Brussels (VC)"],"addressEntity":["addr-7a7ab1034ef0b71e62ebf9a322dc5d9528505976"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-7019713e72781afb1f3b19032c4752a314b78180","eu-tr-84973761187-60"]}} -{"id":"ec-meeting-2022-10-14-464db5505331e527645a09beccbafd7f3d53e982","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-14 - Cabinet of Commissioner Virginijus Sinkevičius x ClientEarth AISBL Stichting BirdLife Europe OCEANA Seas At Risk"],"date":["2022-10-14"],"summary":["Implementation of the EU Biodiversity Strategy for 2030 and the preparation of the Action Plan to conserve fisheries resources and protect marine ecosystems"],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["ec-person-c92a6b4ef8328855b0234011be623ed9f15c86f3","eu-tr-1083162721-43","eu-tr-47937943241-80","eu-tr-96645517357-19","eu-tr-625261439488-38","ec-person-df7b6800b8d3048e28fedb084a8b0b72260d7a0a"]}} -{"id":"ec-meeting-2022-10-14-5469850e2b88fc3596a2da6d9bbdef9fe02fa94f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-14 - Taxation and Customs Union x JPMorgan Chase & Co."],"date":["2022-10-14"],"summary":["EU business taxation and EU energy and climate policy, with a focus on tax and carbon pricing measures"],"location":["Washington DC"],"address":["Washington DC"],"addressEntity":["addr-736cd24f80718d440733a7f213d8d22160de4d25"],"organizer":["ec-dg-taxud"],"involved":["ec-person-9e42f316f38c8e126c2cd2bc84affb891338c7f3","eu-tr-9171899949-17"]}} -{"id":"ec-meeting-2022-10-14-58ed582f859a511ae6844a1de93452588bd07ffe","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-14 - Cabinet of President Ursula von der Leyen x Bureau Européen des Unions de Consommateurs"],"date":["2022-10-14"],"summary":["FU on Standardisation"],"notes":["Portfolio: President"],"location":["Brussels (WEBEX)"],"address":["Brussels (WEBEX)"],"addressEntity":["addr-3afbdeda01f3dac93a9dc841fdac57d9de27b869"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-7019713e72781afb1f3b19032c4752a314b78180","eu-tr-9505781573-45"]}} -{"id":"ec-meeting-2022-10-14-60963f701044d57550f7245f2e015e83936f407f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-14 - Cabinet of Executive Vice-President Valdis Dombrovskis x BPCE"],"date":["2022-10-14"],"summary":["Crisis Management and Deposit Insurance"],"notes":["Portfolio: An Economy that Works for People"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-235870cd7eb41f2494f695fce18b5b5b88647113","eu-tr-179370613236-62"]}} -{"id":"ec-meeting-2022-10-14-81936a219aeadb43ba3c8f094ac371694da7767a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-14 - Cabinet of Commissioner Helena Dalli x Business at OECD (BIAC)"],"date":["2022-10-14"],"summary":["Meeting to discuss good practices and gathering of data regarding equality."],"notes":["Portfolio: Equality"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-commissioner-dalli-helena-of"],"involved":["eu-tr-339913646349-90","ec-person-dbd4bba0ef71d4385c97691e3df5bb484709a07e"]}} -{"id":"ec-meeting-2022-10-14-8574b03790e4b9d0eebcb86d75dd1a12eb0924b9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-14 - Cabinet of Commissioner Jutta Urpilainen x Center for Strategic and International Studies"],"date":["2022-10-14"],"summary":["Global Gateway and Digital"],"notes":["Portfolio: International Partnerships"],"location":["Washington D.C., USA"],"address":["Washington D.C., USA"],"addressEntity":["addr-6fccfc6b1f31936145f454dfba12368e0857706e"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["eu-tr-163447715874-83","ec-person-7204caa5e704bc4a911fee13ad5c0f62fd74b3bc","ec-person-7c4fa9cfb750b5b524c065180fcee1123b8df03e"]}} -{"id":"ec-meeting-2022-10-14-8e0f6b1481bb296172343033ca771c9758693c3e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-14 - Cabinet of Commissioner Thierry Breton x SANOFI"],"date":["2022-10-14"],"summary":["Pharmaceutical investments, implementation of the Pharma Strategy"],"notes":["Portfolio: Internal Market"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-61291462764-77","ec-person-026c2270ec4cbabdb8ac223b2d1fa4202696dc8d"]}} -{"id":"ec-meeting-2022-10-14-df1302ec444a998a82cbf0de793b26a3f375af92","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-14 - Cabinet of Commissioner Jutta Urpilainen x Global Alliance for Tuberculosis Drug Development"],"date":["2022-10-14"],"summary":["Global Gateway Strategy and Global Health Strategy"],"notes":["Portfolio: International Partnerships"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["ec-person-6357f4506ca5351b3a822936612fd6006da48722","eu-tr-636752920377-18"]}} -{"id":"ec-meeting-2022-10-14-e0486c4ba001dd9401b3b0e680812ecdcf9a105a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-14 - Cabinet of Commissioner Jutta Urpilainen x Institute of Export & International Trade"],"date":["2022-10-14"],"summary":["Global gateway implementation in Africa, education initiatives and outreach"],"notes":["Portfolio: International Partnerships"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["ec-person-b5a90dd5ba1c715a3e7923281f7a6ae9975796d8","eu-tr-202702447560-24"]}} -{"id":"ec-meeting-2022-10-14-e787a9eda3c016cd31ba8010e29d7ec5c87372e4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-14 - Cabinet of Commissioner Mairead Mcguinness x BPCE"],"date":["2022-10-14"],"summary":["Crisis Management and Deposit Insurance"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["eu-tr-179370613236-62","ec-person-49e520c7a9c9c47ccb5acfa68f9416e4233af9f8"]}} -{"id":"ec-meeting-2022-10-15-a2d962f77220793e128bc261668271845be9c72d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-15 - Cabinet of Commissioner Nicolas Schmit x ArcelorMittal"],"date":["2022-10-15"],"summary":["Visit to ArcelorMittal steel plant in Eisenhüttenstadt, discussion about labor market and industry sector, Short-Time Work (STW) schemes, the Energy package, the fair transition recommendation, industrial strategy, job transition."],"notes":["Portfolio: Jobs and Social Rights"],"location":["Berlin (Germany)"],"address":["Berlin (Germany)"],"addressEntity":["addr-04da71d10548f3d2cbf959ddc9ec8b49b9ff340a"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-c2208333f0f75350eef62b355a40bf856f2d9cef","eu-tr-23527541824-60","ec-person-4cf4655ab41922e92160325d987a3c4615c72d30","ec-person-c03b949331dbbe5fa3d5423758e371ec1b9b832f"]}} -{"id":"ec-meeting-2022-10-17-1243893b2da51101717168ac3260482a22f379fb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-17 - Cabinet of President Ursula von der Leyen x Bill & Melinda Gates Foundation"],"date":["2022-10-17"],"summary":["Update you on the Catalyst program"],"notes":["Portfolio: President"],"location":["Brussels (VC)"],"address":["Brussels (VC)"],"addressEntity":["addr-7a7ab1034ef0b71e62ebf9a322dc5d9528505976"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-f2b941852d3b961d69ed695c2d243a1a2b4a1904","eu-tr-371567915480-41"]}} -{"id":"ec-meeting-2022-10-17-36b6b5b26fe18cd2d0e2e808afb32d8a6f8997eb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-17 - Cabinet of Commissioner Kadri Simson x Chelgate Limited LanzaTech EU B.V"],"date":["2022-10-17"],"summary":["Renewable Energy Directive"],"notes":["Portfolio: Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["ec-person-f47a082bc2455a660c3b2ae348f0024736672752","eu-tr-569758814806-70","eu-tr-087878521112-45"]}} -{"id":"ec-meeting-2022-10-17-9b9675510adf0621b977b33b9dc149767830f024","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-17 - Health Emergency Preparedness and Response Authority x European Federation of Pharmaceutical Industries and Associations"],"date":["2022-10-17"],"summary":["EFPIA/EC catch-up on HERA\r\nNext meeting of the Joint Cooperation Industrial Forum"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-dg-hera"],"involved":["eu-tr-38526121292-88","ec-person-ca1ba7d868310cf297ba69999f416939d86a30ac"]}} -{"id":"ec-meeting-2022-10-17-bbf3d3072b39c7e36b05fb0fae44111496784796","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-17 - Cabinet of Commissioner Janusz Wojciechowski x US Dairy Export Council"],"date":["2022-10-17"],"summary":["Meeting request with U.S. Dairy Export Council President & CEO"],"notes":["Portfolio: Agriculture"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["eu-tr-927974415051-53","ec-person-625f8b4379f79adee4f15c6a0417a96bb5a5a403"]}} -{"id":"ec-meeting-2022-10-17-e7d51e233557510b5bd726114437dbad0d02b1a9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-17 - Energy x APPLiA (Home Appliance Europe) RTE Réseau de transport d'électricité European Federation of Agencies and Regions for Energy and the Environment The Regulatory Assistance Project European Network of Transmission System Operators for Electricity National Grid Commercial Holdings Limited Bureau Européen des Unions de Consommateurs Eurelectric aisbl The European Alliance of Companies for Energy Efficiency in Buildings smartEn Smart Energy Europe DR4EU"],"date":["2022-10-17"],"summary":["US-EU Task Force Convening: energy efficiency and energy savings.\r\n \r\nThe California Energy Commission, ACEEE, ASE, Advanced Energy Economy, Arcadia, ComEd, Octopus Energy, OhmConnect, OPower, Uplight and the Covenant of Mayors also participated."],"location":["videoconference"],"address":["videoconference"],"addressEntity":["addr-92b2fbb928e012810d80d9ef1abe12027beee200"],"organizer":["ec-dg-ener"],"involved":["eu-tr-99005441548-23","eu-tr-4271427696-87","eu-tr-579945334611-71","eu-tr-210455010135-08","eu-tr-25805148045-87","eu-tr-04201463642-88","eu-tr-858628247176-62","eu-tr-669359510572-76","eu-tr-9505781573-45","ec-person-9c0f33ecb9f6badd5f4b5f1a4bd7677e18a52a22","eu-tr-56039866688-26","eu-tr-569379418624-07"]}} -{"id":"ec-meeting-2022-10-17-f86538640c87d75b9d158149fdb3607fda0e2a5b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-17 - Cabinet of Commissioner Elisa Ferreira x Movimento Cultural da Terra de Miranda"],"date":["2022-10-17"],"summary":["Presentation of de Strategic Plan for Miranda region"],"notes":["Portfolio: Cohesion and Reforms"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-commissioner-elisa-ferreira-of"],"involved":["eu-tr-735596047600-35","ec-person-6aefca8f66cd57549e22428bee7f0d2c97d16f52"]}} -{"id":"ec-meeting-2022-10-18-07c35a9ab9de06a086d2ae1de94de6f13054350e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-18 - Cabinet of Commissioner Janez Lenarčič x Danish Refugee Council Brussels Norwegian Refugee Council Europe"],"date":["2022-10-18"],"summary":["Humanitarian crisis in Yemen"],"notes":["Portfolio: Crisis Management"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-janez-lenarcic-of"],"involved":["eu-tr-750447615329-96","eu-tr-394469847966-60","ec-person-a6cd325c80698b2331699224c780ebfb10573602"]}} -{"id":"ec-meeting-2022-10-18-0be368e4686cec081238837977d28df01db3fa4d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-18 - Cabinet of Commissioner Jutta Urpilainen x Fortum Oyj"],"date":["2022-10-18"],"summary":["Global Gateway"],"notes":["Portfolio: International Partnerships"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["eu-tr-03501997362-71","ec-person-9788b5f9ccd101dc091867a4496a5735ee7151d9"]}} -{"id":"ec-meeting-2022-10-18-0e03fb8253da8d768d725a0416891be3e6945784","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-18 - Cabinet of Executive Vice-President Valdis Dombrovskis x Environmental Justice Foundation"],"date":["2022-10-18"],"summary":["Prohibition of products made by forced labour in the EU Market"],"notes":["Portfolio: An Economy that Works for People"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-235870cd7eb41f2494f695fce18b5b5b88647113","eu-tr-817535514065-10"]}} -{"id":"ec-meeting-2022-10-18-11ea975ea70472053913fa9ae6a76364738e252c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-18 - Cabinet of Vice-President Dubravka Šuica x DemocracyNext"],"date":["2022-10-18"],"summary":["Democracy – participative and deliberative democracy and European Citizen Panels."],"notes":["Portfolio: Democracy and Demography"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dubravka-of-president-suica-vice"],"involved":["ec-person-08d40344214e6573b5eb0480c1a338d5dde265bd","eu-tr-571600747019-58","ec-person-2ea66ac99d83c7f0ff7dfcfd7d90f9416dc22e61"]}} -{"id":"ec-meeting-2022-10-18-14851dbff8dc051be366a3047371855e1ffbce45","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-18 - Cabinet of Executive Vice-President Margrethe Vestager x AIM - European Brands Association"],"date":["2022-10-18"],"summary":["Competition policies"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["on line"],"address":["on line"],"addressEntity":["addr-c9fbc9d886115e4eeffbb4ee4006a0775b1953da"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-1074382679-01","ec-person-73fb1ddd279f8c6697a055567a2c09606006b875"]}} -{"id":"ec-meeting-2022-10-18-26f319ccf1f798f64582a16591479af0bfa6e068","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-18 - Cabinet of Executive Vice-President Margrethe Vestager x World Shipping Council"],"date":["2022-10-18"],"summary":["Competition policies"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["online"],"address":["online"],"addressEntity":["addr-2dbc2fd2358e1ea1b7a6bc08ea647b9a337ac92d"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-73fb1ddd279f8c6697a055567a2c09606006b875","eu-tr-32416571968-71"]}} -{"id":"ec-meeting-2022-10-18-365d145d94955d67ee8965b4868c6b227bc57dde","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-18 - Cabinet of Executive Vice-President Frans Timmermans x ALPLA Werke Alwin Lehner GmbH & Co KG"],"date":["2022-10-18"],"summary":["Circular economy and the revision of the EU packaging rules"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-820189240173-22","ec-person-8af3c81534786a740718d21dc58240738a53ed7b"]}} -{"id":"ec-meeting-2022-10-18-4a84de864cfd1c3eadf71e66c60c8c580197485a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-18 - Cabinet of Executive Vice-President Frans Timmermans x Unilever"],"date":["2022-10-18"],"summary":["Circular economy and rules on substantiating green claims"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-6200524920-25","ec-person-8af3c81534786a740718d21dc58240738a53ed7b"]}} -{"id":"ec-meeting-2022-10-18-4f8959a965e8eb7490b509a130664b72a9dab12b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-18 - Cabinet of Commissioner Mairead Mcguinness x Pinergy"],"date":["2022-10-18"],"summary":["Energy crisis"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Online meeting"],"address":["Online meeting"],"addressEntity":["addr-9d833a1da3074efd384ee6bc2b108c1f5bb379e0"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-a5441c6a69a8a94fd64e02def60fcc6567f2c1d8","eu-tr-738902547906-46"]}} -{"id":"ec-meeting-2022-10-18-5545f455da3a1e01250ca5ed756205ef2528f8c7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-18 - Cabinet of Commissioner Janusz Wojciechowski x APCO Worldwide"],"date":["2022-10-18"],"summary":["to discuss the ongoing revisions of the EU’s legislation on the circular economy and packaging"],"notes":["Portfolio: Agriculture"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["ec-person-cafe030b6dad78a75143f7552c420481b30ebceb","eu-tr-81995781088-41"]}} -{"id":"ec-meeting-2022-10-18-631c839113e1e89026d5cab7bd5b0b2121d1fb3a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-18 - Cabinet of Executive Vice-President Valdis Dombrovskis x Third Generation Environmentalism Ltd"],"date":["2022-10-18"],"summary":["Global Gateway"],"notes":["Portfolio: An Economy that Works for People"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["eu-tr-07783117686-61","ec-person-5582b553fc27622716ec0589005296819f597ad2"]}} -{"id":"ec-meeting-2022-10-18-72b04f5a58cd6b657c60692e866713c4fcd26b28","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-18 - Cabinet of Executive Vice-President Margrethe Vestager x CGI Inc. Group"],"date":["2022-10-18"],"summary":["EU space policy."],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-006004145615-69","ec-person-0e93ebac9bad76e1351e0981f04e7ef88848f943","ec-person-8b6db5c3c4611618ade59c6d0dadc21c962f0ee7"]}} -{"id":"ec-meeting-2022-10-18-834f225db792ce870b6edc6800d5b3d42a9d4d79","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-18 - Cabinet of Vice-President Věra Jourová x Česká tisková kancelář"],"date":["2022-10-18"],"summary":["European Media Freedom Act"],"notes":["Portfolio: Values and Transparency"],"location":["videoconference call"],"address":["videoconference call"],"addressEntity":["addr-7276ec71205fc53d56bb101a3202566867d4a890"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["eu-tr-521671647908-20","ec-person-aa83f35da599b82e4f15da018f4b3447eb648f7c"]}} -{"id":"ec-meeting-2022-10-18-8f799114906316a71d50134b23064a3278d8e280","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-18 - Cabinet of Commissioner Mairead Mcguinness x S&P Global"],"date":["2022-10-18"],"summary":["Sustainable finance"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["eu-tr-319148015141-55","ec-person-a5441c6a69a8a94fd64e02def60fcc6567f2c1d8","ec-person-c7d8468d3870f7e4db534aa99b291f61e9d50404"]}} -{"id":"ec-meeting-2022-10-18-d1a5ce16dccf0d509dc403736b028fe6a30983cc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-18 - Cabinet of Vice-President Maroš Šefčovič x AMADEUS IT GROUP S.A. Wirtschaftsrat der CDU e.V. Hubert Burda Media Holding Kommanditgesellschaft Deutsche Telekom"],"date":["2022-10-18"],"summary":["Meeting hosted by a Member of Parliament"],"notes":["Portfolio: Interinstitutional Relations and Foresight"],"location":["Strasbourg"],"address":["Strasbourg"],"addressEntity":["addr-a7b90170b4a5bf2d1d09ccfd109b57e0a030cfc4"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-1f95be23689cd4ed0a26fe2980f760ccf2d55c1e","ec-person-8a88b0530ed693ba044e650d964c2dd5008a39dd","eu-tr-193056815367-44","eu-tr-176334311014-43","eu-tr-730036917015-61","ec-person-1463c77b5664bbf9e5ec22aaf41872b7b6823702","eu-tr-60052162589-72"]}} -{"id":"ec-meeting-2022-10-18-e7348d995f80934314fdbfeba262b92f3468c0ff","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-18 - Cabinet of Executive Vice-President Margrethe Vestager x Credo AI"],"date":["2022-10-18"],"summary":["AI"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-493116947877-11","ec-person-8b6db5c3c4611618ade59c6d0dadc21c962f0ee7"]}} -{"id":"ec-meeting-2022-10-18-f411b024f4187de6712edc40c1ee7c4a9c7bda0c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-18 - Cabinet of Executive Vice-President Margrethe Vestager x Association des Constructeurs Européens d'Automobiles"],"date":["2022-10-18"],"summary":["Access to in-vehicle data, Data act, MVBER"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-cc22f9036f136b68e22fa3af97972857e72dc249","ec-person-71043372bdf7ac2868e93db35f9e2f420db778e3","eu-tr-0649790813-47"]}} -{"id":"ec-meeting-2022-10-19-0002854763b93cb452c4482c440aa359420ea279","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-19 - Cabinet of Commissioner Janusz Wojciechowski x Gaz Réseau Distribution France"],"date":["2022-10-19"],"summary":["To inform about the result of the biomethane plant visit we organised on 30/09/2022"],"notes":["Portfolio: Agriculture"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["eu-tr-607998918721-96","ec-person-cafe030b6dad78a75143f7552c420481b30ebceb"]}} -{"id":"ec-meeting-2022-10-19-1801d58c8590c54a403a4149233a3954953588bf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-19 - Cabinet of Executive Vice-President Valdis Dombrovskis x Association des Constructeurs Européens d'Automobiles"],"date":["2022-10-19"],"summary":["Automotive industry"],"notes":["Portfolio: An Economy that Works for People"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-3520008ac93a203db50d106deafde939bc2729f1","eu-tr-0649790813-47","ec-person-f011ed0f7c78d833a79f1206f788e0cbd9cb8864"]}} -{"id":"ec-meeting-2022-10-19-180616968ea21120e019a4b49cbea5061f27c418","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-19 - Cabinet of Commissioner Didier Reynders x Google"],"date":["2022-10-19"],"summary":["Code of Conduct against Hate speech"],"notes":["Portfolio: Justice"],"location":["video conference"],"address":["video conference"],"addressEntity":["addr-6dc12e3c97077db82f32184f24341ce370a445fd"],"organizer":["ec-cabinet-commissioner-didier-of-reynders"],"involved":["ec-person-442bf1ae9900b999673cdd7389224d0e21b67d4d","eu-tr-03181945560-59"]}} -{"id":"ec-meeting-2022-10-19-216bb3f81f855ee493a1e8f91c30bd32ba17dada","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-19 - Cabinet of Executive Vice-President Frans Timmermans x European Paper Packaging Alliance Huhtamäki Oyj Metsäliitto Cooperative APCO Worldwide Seda International Packaging Group"],"date":["2022-10-19"],"summary":["Circular economy and the revision of the EU packaging rules"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-493476441072-37","ec-person-8af3c81534786a740718d21dc58240738a53ed7b","eu-tr-962687110415-94","eu-tr-391796433461-57","eu-tr-871659237699-78","eu-tr-81995781088-41"]}} -{"id":"ec-meeting-2022-10-19-2be5bc43adedb75da300721bb37faa9a7b8dad54","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-19 - Energy x Equinor ASA"],"date":["2022-10-19"],"summary":["Energy situation in Europe."],"location":["videoconference"],"address":["videoconference"],"addressEntity":["addr-92b2fbb928e012810d80d9ef1abe12027beee200"],"organizer":["ec-dg-ener"],"involved":["ec-person-9c0f33ecb9f6badd5f4b5f1a4bd7677e18a52a22","eu-tr-4447605981-76"]}} -{"id":"ec-meeting-2022-10-19-333e3a74d2af1765c8a861714f1dbe96bb5365d8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-19 - Cabinet of Executive Vice-President Margrethe Vestager x EPIA SolarPower Europe Akuo Energy"],"date":["2022-10-19"],"summary":["European PV Solar Alliance"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-cc22f9036f136b68e22fa3af97972857e72dc249","eu-tr-2680046412-48","eu-tr-697003427612-81","ec-person-6b6135249735cff1f3061530471f1e159500c840","ec-person-0e93ebac9bad76e1351e0981f04e7ef88848f943"]}} -{"id":"ec-meeting-2022-10-19-78cd00de2da385e19a9deec333d10b1f4f0cef04","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-19 - Cabinet of Commissioner Jutta Urpilainen x Third Generation Environmentalism Ltd"],"date":["2022-10-19"],"summary":["Global Gateway"],"notes":["Portfolio: International Partnerships"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["ec-person-7204caa5e704bc4a911fee13ad5c0f62fd74b3bc","eu-tr-07783117686-61"]}} -{"id":"ec-meeting-2022-10-19-7a9bf2f7a4cb52e661eb240b245560e3b7341145","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-19 - Cabinet of Commissioner Johannes Hahn x Vereinigung der österreichischen Industrie - Industriellenvereinigung"],"date":["2022-10-19"],"summary":["Dinner exchange on current economic developments with representatives of Austrian business sectors."],"notes":["Portfolio: Budget and Administration"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hahn-johannes-of"],"involved":["ec-person-6dd3472dac004e43ec1fa4f5b4106e3b476c9ce7","ec-person-a3674866c760605fc38abed4dffd3f94f2c83d64","eu-tr-89093924456-06"]}} -{"id":"ec-meeting-2022-10-19-8468db70c2294757af9bfc77fd3867d9b39101c5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-19 - Mobility and Transport x Royal Schiphol Group"],"date":["2022-10-19"],"summary":["Schiphol airport"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-move"],"involved":["eu-tr-793750635630-82","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2022-10-19-85c335c1b35a035d47cc5dc083a2354d89a7df05","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-19 - Mobility and Transport x Airports Council International - European Region"],"date":["2022-10-19"],"summary":["Board meeting"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-move"],"involved":["eu-tr-42566063487-73","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2022-10-19-87cc27bc0e03fa8265d4a95363edfc345aed273c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-19 - Financial Stability, Financial Services and Capital Markets Union x Aon Afore Consulting Lloyd's of London"],"date":["2022-10-19"],"summary":["Sanctions and energy policy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-07203323308-65","eu-tr-907419340899-32","ec-person-1fce211249673c35ee07a801ddee77ab24af8d54","eu-tr-03013154889-05"]}} -{"id":"ec-meeting-2022-10-19-8a38c46b4d8f77b2922111f6b3a28b28a0ad3598","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-19 - Cabinet of President Ursula von der Leyen x Equinor ASA"],"date":["2022-10-19"],"summary":["Energy situation in Europe"],"notes":["Portfolio: President"],"location":["Brussels (WEBEX)"],"address":["Brussels (WEBEX)"],"addressEntity":["addr-3afbdeda01f3dac93a9dc841fdac57d9de27b869"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-a70a59f6ad1b3cbdb6b7d780429f7f940ad53fea","eu-tr-4447605981-76"]}} -{"id":"ec-meeting-2022-10-19-8d297aee43acacb0fd0d8e85c2e06f519794aa25","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-19 - Cabinet of Commissioner Johannes Hahn x Red Hat Limited"],"date":["2022-10-19"],"summary":["Interoperability Regulation and open source"],"notes":["Portfolio: Budget and Administration"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hahn-johannes-of"],"involved":["ec-person-8464bae14a77569c61cbdfecb8ff9cff10595be5","eu-tr-741186216712-07"]}} -{"id":"ec-meeting-2022-10-19-9c0cb482a918629af17eb7584ab21154b4486073","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-19 - Cabinet of Executive Vice-President Frans Timmermans x Bill & Melinda Gates Foundation"],"date":["2022-10-19"],"summary":["Sustainable food systems"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-371567915480-41","ec-person-33624431cbec1074e151c1707715ef46d2ba9565"]}} -{"id":"ec-meeting-2022-10-19-aabbb2e84baff21a308533ee5434611f9b10c3ac","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-19 - Cabinet of Executive Vice-President Margrethe Vestager x Vereinigung der österreichischen Industrie - Industriellenvereinigung"],"date":["2022-10-19"],"summary":["EU Chips Act, SMEI, industrial strategy."],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-cc22f9036f136b68e22fa3af97972857e72dc249","eu-tr-89093924456-06","ec-person-0e93ebac9bad76e1351e0981f04e7ef88848f943"]}} -{"id":"ec-meeting-2022-10-19-c67ef8fd149d10a3ab992f95ca29da0b9af0d80d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-19 - Cabinet of Commissioner Jutta Urpilainen x CONCORD Europe"],"date":["2022-10-19"],"summary":["CSOs working in the field of international cooperation"],"notes":["Portfolio: International Partnerships"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["eu-tr-34478709670-34","ec-person-7c4fa9cfb750b5b524c065180fcee1123b8df03e"]}} -{"id":"ec-meeting-2022-10-19-cd9c9e2407e81d30d50554afaa7fafa9c5aa7f38","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-19 - Cabinet of Commissioner Janusz Wojciechowski x YARA BELGIUM S.A. Fertilizers Europe Grupa Azoty Spółka Akcyjna"],"date":["2022-10-19"],"summary":["Upcoming communication about fertilizers"],"notes":["Portfolio: Agriculture"],"location":["online"],"address":["online"],"addressEntity":["addr-2dbc2fd2358e1ea1b7a6bc08ea647b9a337ac92d"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["eu-tr-68208004617-79","eu-tr-461358818394-57","ec-person-7869e6adc9c6329f8dea9a0fd02d998d8ffa57f6","eu-tr-80788715017-29","ec-person-08c62f972c22464aca7a65520eb9406f8db14a66"]}} -{"id":"ec-meeting-2022-10-19-da402a113eb4e76f6b0b4a6348de6f5baea71a73","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-19 - Cabinet of Executive Vice-President Margrethe Vestager x Hill & Knowlton International Belgium Mozilla Corporation"],"date":["2022-10-19"],"summary":["eIDAS Regulation (Digital Identity Wallet)"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["online"],"address":["online"],"addressEntity":["addr-2dbc2fd2358e1ea1b7a6bc08ea647b9a337ac92d"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-174457719063-67","eu-tr-3183894853-03","ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0","ec-person-0e93ebac9bad76e1351e0981f04e7ef88848f943","ec-person-73fb1ddd279f8c6697a055567a2c09606006b875"]}} -{"id":"ec-meeting-2022-10-19-dff1bbb8b46f8ceea8b7b2a9e81c98d57d4c5af8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-19 - Cabinet of Executive Vice-President Frans Timmermans x DIGITALEUROPE"],"date":["2022-10-19"],"summary":["Digitising Energy Action Plan"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-64270747023-20","ec-person-d56ecbfde17436a136fc89c9a978b266e8285c84"]}} -{"id":"ec-meeting-2022-10-19-ed7eeb90a89f5327fe016f3207623ef59dde0fc1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-19 - Cabinet of High Representative Josep Borrell Fontelles x None"],"date":["2022-10-19"],"summary":["Latin America, digitalization, artificial intelligence and data protection."],"notes":["Portfolio: High Representative of the Union for Foreign Affairs and Security Policy / Vice-President of the Commission"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-borrell-cabinet-fontelles-high-josep-of-representative"],"involved":["eu-tr-799142914971-03","ec-person-6011e46c8012e503183082d132b7a43a8bc06cbe","eu-tr-090350412968-04","eu-tr-785157016077-28"]}} -{"id":"ec-meeting-2022-10-19-f2beaf2b96d5b500c68263322a250f513c98599e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-19 - Cabinet of Executive Vice-President Margrethe Vestager x Adevinta ASA"],"date":["2022-10-19"],"summary":["Competition policies and DMA"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["In person"],"address":["In person"],"addressEntity":["addr-fb95e850a65891709c36c31a0bb9e42b4c89a613"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-124123240636-16","ec-person-bb1f295d8be3d10004d7e5fd7c24248a21215775","ec-person-73fb1ddd279f8c6697a055567a2c09606006b875"]}} -{"id":"ec-meeting-2022-10-19-f41c527e0bf8bf9eee69367edd97f40d6898a4bd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-19 - Cabinet of Executive Vice-President Margrethe Vestager x European Community Shipowners' Associations"],"date":["2022-10-19"],"summary":["OECD and State aid"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-cc22f9036f136b68e22fa3af97972857e72dc249","ec-person-6b6135249735cff1f3061530471f1e159500c840","eu-tr-59004966537-01"]}} -{"id":"ec-meeting-2022-10-20-0af9721fca2cc3d8f88214add1f3d31497bd1be0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-20 - Cabinet of President Ursula von der Leyen x Amazon Europe Core SARL"],"date":["2022-10-20"],"summary":["Network tax reflections and the Data Act"],"notes":["Portfolio: President"],"location":["Brussels (VC)"],"address":["Brussels (VC)"],"addressEntity":["addr-7a7ab1034ef0b71e62ebf9a322dc5d9528505976"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-7019713e72781afb1f3b19032c4752a314b78180","eu-tr-366117914426-10"]}} -{"id":"ec-meeting-2022-10-20-265062230e3fd2b99af024f9d963c800a1171b51","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-20 - Cabinet of Commissioner Virginijus Sinkevičius x Związek Polskich Producentów Ryb European Bottom Fishing Alliance Les Pêcheurs de Bretagne Association of National Organisations of Fishing Enterprises in the European Union Killybegs Fishermen's Organisation European Association of Fish Producers Organisations"],"date":["2022-10-20"],"summary":["To discuss and answer questions about the implementing regulation on vulnerable marine ecosystems"],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["eu-tr-316352847882-84","eu-tr-135616145432-44","ec-person-7d3108a3faddd62588ca5729ecf06d7d51aee243","ec-person-c92a6b4ef8328855b0234011be623ed9f15c86f3","ec-person-dd7a7b1952e158f4195d34cff333ec79a4f48ba3","eu-tr-46491656228-65","eu-tr-968864543610-11","ec-person-1443799688ae485d7a2fee5c9defab2c5b7c7e6c","eu-tr-00745248690-02","eu-tr-2312395253-25"]}} -{"id":"ec-meeting-2022-10-20-298bca25e23c47247f1ef64610829b7aeed1528b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-20 - Cabinet of Commissioner Nicolas Schmit x Fédération Internationale de Motocyclisme EUROPEAN TRADE UNION CONFEDERATION"],"date":["2022-10-20"],"summary":["Green transition, digital skills, re- and up-skilling."],"notes":["Portfolio: Jobs and Social Rights"],"location":["Bologna (Italy)"],"address":["Bologna (Italy)"],"addressEntity":["addr-6f8799f9a814f32639c94b85dc39f02d1272c3a1"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-4cf4655ab41922e92160325d987a3c4615c72d30","eu-tr-275954910173-88","eu-tr-06698681039-26","ec-person-c2208333f0f75350eef62b355a40bf856f2d9cef","ec-person-c03b949331dbbe5fa3d5423758e371ec1b9b832f"]}} -{"id":"ec-meeting-2022-10-20-3af37c42787521a87a651b214f0bc607a79d538f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-20 - Cabinet of Executive Vice-President Frans Timmermans x Shell Companies"],"date":["2022-10-20"],"summary":["Energy crisis and the possibilities for joint purchasing of gas in the EU"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-d53e00c46a4cc62bbf533e0c9bb35bacb9121989","eu-tr-05032108616-26"]}} -{"id":"ec-meeting-2022-10-20-3c71b10683cb328c11dc3b131ce011c4932908ab","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-20 - Taxation and Customs Union x Hellenic Telecommunications Organization S.A."],"date":["2022-10-20"],"summary":["Introduction to Brussels office representatives – courtesy visit"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-taxud"],"involved":["ec-person-9e42f316f38c8e126c2cd2bc84affb891338c7f3","eu-tr-505941518076-10"]}} -{"id":"ec-meeting-2022-10-20-3d5207324a1045c88766ba1e204623400d985360","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-20 - Cabinet of Commissioner Nicolas Schmit x Dentons Global Advisors Europe SA"],"date":["2022-10-20"],"summary":["Meeting on the skills policies"],"notes":["Portfolio: Jobs and Social Rights"],"location":["Bruxelles"],"address":["Bruxelles"],"addressEntity":["addr-b58f5927b66d94a676970dc048485d4c6848f272"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-66fa2c2d100ec194caa42b5c6f97c36e2748b71c","eu-tr-7028457765-59"]}} -{"id":"ec-meeting-2022-10-20-8e55f9f77f5eccab49abb2938f48608f8c99dbfe","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-20 - Cabinet of Commissioner Mairead Mcguinness x Argus Media Ltd"],"date":["2022-10-20"],"summary":["introductory meeting\r\nenergy crisis"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-0ba9b89127b39af6a66f2fc3ed727332f1b19a34","eu-tr-846961512558-23"]}} -{"id":"ec-meeting-2022-10-20-8f36391e9f074d4c93aee329c93832cb2a6bf572","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-20 - Cabinet of Commissioner Janusz Wojciechowski x Testbiotech"],"date":["2022-10-20"],"summary":["Potential and risks of new genetic engineering techniques (NGTs)"],"notes":["Portfolio: Agriculture"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["ec-person-625f8b4379f79adee4f15c6a0417a96bb5a5a403","ec-person-ae252fb0bbbad2440e31f70ccc19082b7ac65837","eu-tr-151554816791-61"]}} -{"id":"ec-meeting-2022-10-20-8fe61f1a1b55b8957f31c5bb578fd4e061b3a9a6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-20 - Cabinet of Executive Vice-President Frans Timmermans x Huhtamäki Oyj"],"date":["2022-10-20"],"summary":["Circular economy and the revision of the EU packaging rules"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-391796433461-57","ec-person-8af3c81534786a740718d21dc58240738a53ed7b"]}} -{"id":"ec-meeting-2022-10-20-b181428090655ce65828d68a7362c15adcc8d639","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-20 - Cabinet of Executive Vice-President Frans Timmermans x European Builders Confederation AISBL European Aluminium AISBL CEMBUREAU - The European Cement Association Housing Europe VELUX A/S (VELUX Group) European Construction Industry Federation European Insulation Manufacturers Association Compagnie de SAINT-GOBAIN Holcim Ltd Construction Products Europe Cerame-Unie"],"date":["2022-10-20"],"summary":["circular economy and construction sector"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-79465004946-12","eu-tr-93987316076-63","eu-tr-48010783162-91","ec-person-8af3c81534786a740718d21dc58240738a53ed7b","eu-tr-9224280267-20","eu-tr-423142010527-25","eu-tr-225005818352-31","eu-tr-794469327833-17","eu-tr-892857311821-20","eu-tr-92221016212-42","eu-tr-98345631631-22","eu-tr-09256701147-51"]}} -{"id":"ec-meeting-2022-10-20-c21c94787edb50912a90174343f83806be20a196","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-20 - Cabinet of Vice-President Věra Jourová x Public Affairs Community of Europe"],"date":["2022-10-20"],"summary":["Transparency legislation"],"notes":["Portfolio: Values and Transparency"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["eu-tr-428866047728-12","ec-person-7e1aeaad9232c788ee790cdb309ccad8f9ffdc5e"]}} -{"id":"ec-meeting-2022-10-20-c9d2b5324cc725aab5532e8ec15d510acde655ee","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-20 - Cabinet of Commissioner Janusz Wojciechowski x Farm Europe"],"date":["2022-10-20"],"summary":["REPowerEu and Biomethane"],"notes":["Portfolio: Agriculture"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["eu-tr-961826727268-04","ec-person-cafe030b6dad78a75143f7552c420481b30ebceb"]}} -{"id":"ec-meeting-2022-10-20-d62e67d5fd834de3ff7dc1eda5f3a7647cb13a41","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-20 - Cabinet of Commissioner Janusz Wojciechowski x International Confederation of European Beet Growers Coöperatie Koninklijke Cosun U.A."],"date":["2022-10-20"],"summary":["Issues of the sugar sector in the light of the current legislative developments (Regulation SUR, Regulation on due diligence on imported deforestation etc.)."],"notes":["Portfolio: Agriculture"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["ec-person-08c62f972c22464aca7a65520eb9406f8db14a66","ec-person-7869e6adc9c6329f8dea9a0fd02d998d8ffa57f6","eu-tr-942505344125-37","eu-tr-89930126483-54"]}} -{"id":"ec-meeting-2022-10-20-eb87b5653ee625a6cc8fb96a701bd6a4374bed40","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-20 - Cabinet of President Ursula von der Leyen x ASML Netherlands B.V."],"date":["2022-10-20"],"summary":["semiconductors - international market outlook"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-7019713e72781afb1f3b19032c4752a314b78180","eu-tr-070028236358-54","ec-person-43bdc9a00c5fc10765bc14b0ec57fc189bb5b091"]}} -{"id":"ec-meeting-2022-10-20-f531b90d30c3c603d578b962535f7d9e732d51fa","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-20 - Cabinet of Commissioner Janusz Wojciechowski x OCI NV"],"date":["2022-10-20"],"summary":["Communication on Fertilizers"],"notes":["Portfolio: Agriculture"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["ec-person-7869e6adc9c6329f8dea9a0fd02d998d8ffa57f6","eu-tr-706639245112-89"]}} -{"id":"ec-meeting-2022-10-21-50fa5ff396e6793211ae1e5bc77d51e52bb24874","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-21 - Cabinet of Commissioner Nicolas Schmit x EUROPEAN TRADE UNION CONFEDERATION"],"date":["2022-10-21"],"summary":["Talent Pool Pilot"],"notes":["Portfolio: Jobs and Social Rights"],"location":["online"],"address":["online"],"addressEntity":["addr-2dbc2fd2358e1ea1b7a6bc08ea647b9a337ac92d"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-66fa2c2d100ec194caa42b5c6f97c36e2748b71c","eu-tr-06698681039-26"]}} -{"id":"ec-meeting-2022-10-21-6d934e48974b72c8ea48ab08efe2e348e0579357","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-21 - Cabinet of President Ursula von der Leyen x European Banking Federation"],"date":["2022-10-21"],"summary":["EBF presented banking sector's main concerns on digital euro and in particular impacts on financial stability, payment systems, AML/privacy issues."],"notes":["Portfolio: President"],"location":["Brussels - BERL"],"address":["Brussels - BERL"],"addressEntity":["addr-99dfa36e260650a0f0bb726f70d612b1fe5903b8"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["eu-tr-4722660838-23","ec-person-a159f03add374257584565c2b05cc5539a7526e6"]}} -{"id":"ec-meeting-2022-10-21-785ecd2dba4c5415b32414df93ede468d0db97ed","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-21 - Cabinet of Executive Vice-President Valdis Dombrovskis x YARA BELGIUM S.A."],"date":["2022-10-21"],"summary":["Fertilizers production and market situation, in the EU and globally"],"notes":["Portfolio: An Economy that Works for People"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["eu-tr-68208004617-79","ec-person-7433d96a6e6f46c9f9174db79ec61c387dffa509"]}} -{"id":"ec-meeting-2022-10-21-7878a6e8fad6a9944536a29f1a73b731313982a5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-21 - Cabinet of Executive Vice-President Frans Timmermans x The European Federation of Corrugated Board Manufacturers"],"date":["2022-10-21"],"summary":["Circular economy and the revision of the EU packaging rules"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-716182712301-64","ec-person-8af3c81534786a740718d21dc58240738a53ed7b"]}} -{"id":"ec-meeting-2022-10-21-7c9d01eb47ee30ac64b83dd6494fae2a247e222c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-21 - Cabinet of Commissioner Paolo Gentiloni x Formula 1"],"date":["2022-10-21"],"summary":["Update on the F1 activities and the related cars industry"],"notes":["Portfolio: Economy"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-gentiloni-of-paolo"],"involved":["ec-person-088d26d74d1898338fbf1c86e139bd6d3b870dbc","eu-tr-856227147204-84"]}} -{"id":"ec-meeting-2022-10-21-9e8a78e7305e16d2d57ec8c5a86c75ba7edf803d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-21 - Cabinet of Executive Vice-President Valdis Dombrovskis x European Banking Federation Associazione Bancaria Italiana BANCO BILBAO VIZCAYA ARGENTARIA"],"date":["2022-10-21"],"summary":["Digital Euro"],"notes":["Portfolio: An Economy that Works for People"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-235870cd7eb41f2494f695fce18b5b5b88647113","eu-tr-090350412968-04","eu-tr-4722660838-23","eu-tr-915519211566-03"]}} -{"id":"ec-meeting-2022-10-21-a6166d28165e93eb273ce2e7a559c542b8734e3c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-21 - Energy x None"],"date":["2022-10-21"],"summary":["Commission proposal on measures on energy prices and security of supply. Innogy Česká republika and Bulgargaz also participated."],"location":["videoconference"],"address":["videoconference"],"addressEntity":["addr-92b2fbb928e012810d80d9ef1abe12027beee200"],"organizer":["ec-dg-ener"],"involved":["eu-tr-959972115771-67","eu-tr-285977820662-03","eu-tr-90947457424-20","eu-tr-05032108616-26","eu-tr-870817015429-80","eu-tr-211500841707-38","ec-person-9c0f33ecb9f6badd5f4b5f1a4bd7677e18a52a22","eu-tr-94274031992-65","eu-tr-70816716119-36","eu-tr-99578067285-35","eu-tr-67833029261-54"]}} -{"id":"ec-meeting-2022-10-21-b645e13a8f3ebac4ea1bc05fd6657885468fa867","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-21 - Research and Innovation x The Guild of European Research-Intensive Universities"],"date":["2022-10-21"],"summary":["Speech at General Assembly meeting"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-dg-rtd"],"involved":["ec-person-21e7c4128517e637666af6796b09ff2cb8a40848","eu-tr-265942623347-90"]}} -{"id":"ec-meeting-2022-10-21-ba61efcfb5e3fdfe4dfea551e63331a6f3fbb6da","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-21 - Cabinet of Executive Vice-President Frans Timmermans x Ocean Energy Europe"],"date":["2022-10-21"],"summary":["Innovation fund, role of Ocean Energy in REPower EU and current context"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-a282162080cef4ef2a8c0ab6247a3e03dc438507","eu-tr-264048311507-68"]}} -{"id":"ec-meeting-2022-10-21-d0eae378603ade1c9e1c3b409d9b00cb308b57b4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-21 - Cabinet of Commissioner Mairead Mcguinness x Associazione Bancaria Italiana European Banking Federation Finance Denmark BANCO BILBAO VIZCAYA ARGENTARIA"],"date":["2022-10-21"],"summary":["digital euro"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["eu-tr-915519211566-03","eu-tr-4722660838-23","ec-person-0ba9b89127b39af6a66f2fc3ed727332f1b19a34","eu-tr-090350412968-04","eu-tr-20705158207-35"]}} -{"id":"ec-meeting-2022-10-21-e86ae7d4fe3dfd9ad18f1ed495843ad707d5606e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-21 - Cabinet of Commissioner Janusz Wojciechowski x Agriculture & Progress Platform"],"date":["2022-10-21"],"summary":["Developments on the Sustainable Use of Pesticides Regulation (SUR)"],"notes":["Portfolio: Agriculture"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["eu-tr-417844837080-30","ec-person-ae252fb0bbbad2440e31f70ccc19082b7ac65837"]}} -{"id":"ec-meeting-2022-10-23-93583a6cb736b74ce350d527681d21b24b980a13","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-23 - Cabinet of President Ursula von der Leyen x Bill & Melinda Gates Foundation Interuniversitair Micro-Electronica Centrum vzw"],"date":["2022-10-23"],"summary":["Informal dinner with keynote speakers on the eve of the Grand Challenges conference"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["eu-tr-371567915480-41","ec-person-a2ac27c3a7aa93937efc47169c1dc2264a822175","eu-tr-97921387213-35"]}} -{"id":"ec-meeting-2022-10-24-0e538ee27c65c6a37717a967c6cc86a4e8201e2f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-24 - Cabinet of Commissioner Nicolas Schmit x Le Labo de l'Economie Sociale et Solidaire"],"date":["2022-10-24"],"summary":["L’économie sociale au niveau européen, le plan d’action pour l’économie sociale."],"notes":["Portfolio: Jobs and Social Rights"],"location":["Paris"],"address":["Paris"],"addressEntity":["addr-22390ad11c32faec43fc61555b53607660b3c185"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["eu-tr-768767529487-25","ec-person-4cf4655ab41922e92160325d987a3c4615c72d30","ec-person-c03b949331dbbe5fa3d5423758e371ec1b9b832f"]}} -{"id":"ec-meeting-2022-10-24-20ba3981f368aca9f817610302212d97f58a3b8a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-24 - Cabinet of Commissioner Jutta Urpilainen x Rainforest Alliance Stichting Fair Trade Advocacy Office Stichting Solidaridad Nederland"],"date":["2022-10-24"],"summary":["Forestry and deforestation"],"notes":["Portfolio: International Partnerships"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["ec-person-26cc31f8d5b9581bfc496e29c4b603745b75d980","ec-person-6357f4506ca5351b3a822936612fd6006da48722","eu-tr-408640640017-46","eu-tr-860901940087-20","eu-tr-60554685648-73"]}} -{"id":"ec-meeting-2022-10-24-3d8a8c6e087eb07b5473bdb5ca4ca16c191f56a8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-24 - Cabinet of Vice-President Věra Jourová x AXA XL"],"date":["2022-10-24"],"summary":["Report on responsible private funding of litigation"],"notes":["Portfolio: Values and Transparency"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["ec-person-76793b3bad1c7471121c510a962aae356d19c30b","eu-tr-647130317683-76"]}} -{"id":"ec-meeting-2022-10-24-41327ab483abb4650a2aac03548df14bd150ed26","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-24 - Cabinet of Commissioner Didier Reynders x Danone"],"date":["2022-10-24"],"summary":["consumers protection, corporate sustainability due diligence"],"notes":["Portfolio: Justice"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-didier-of-reynders"],"involved":["ec-person-442bf1ae9900b999673cdd7389224d0e21b67d4d","ec-person-1e25399e2267734c5f4c69093d2286c8898ee9f0","eu-tr-65744846168-89"]}} -{"id":"ec-meeting-2022-10-24-56b72386e41b7c4978bab5b454fa5a012dd6abde","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-24 - Financial Stability, Financial Services and Capital Markets Union x Cerberus European Capital Advisors LLP Lugny conseil"],"date":["2022-10-24"],"summary":["EU banking"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-013340043345-76","eu-tr-140522447894-09","ec-person-1fce211249673c35ee07a801ddee77ab24af8d54"]}} -{"id":"ec-meeting-2022-10-24-589cc98adc96629477192aede81a0e0f424dfafa","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-24 - Cabinet of Vice-President Maroš Šefčovič x World Economic Forum"],"date":["2022-10-24"],"summary":["Preparation Davos forum"],"notes":["Portfolio: Interinstitutional Relations and Foresight"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-d8af7eb5b715c9bd960f9661cb5170f8c6230853","ec-person-418d7a56c6e6d14aeb09d76e243d6fa583f7e549","eu-tr-567538843366-43"]}} -{"id":"ec-meeting-2022-10-24-607ef46b36110b12a1dce0cd6f9b9ec2522ef90f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-24 - Cabinet of Commissioner Mairead Mcguinness x Bundesverband der Deutschen Volksbanken und Raiffeisenbanken"],"date":["2022-10-24"],"summary":["digital euro"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-0ba9b89127b39af6a66f2fc3ed727332f1b19a34","eu-tr-22330076571-75"]}} -{"id":"ec-meeting-2022-10-24-82a8a52ead8b6770f40f2bc05038746f593ff1a5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-24 - Cabinet of Commissioner Jutta Urpilainen x OXFAM INTERNATIONAL EU ADVOCACY OFFICE Climate Action Network Europe"],"date":["2022-10-24"],"summary":["Youth Action Plan and Climate"],"notes":["Portfolio: International Partnerships"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["eu-tr-46856801604-90","eu-tr-55888811123-49","ec-person-6357f4506ca5351b3a822936612fd6006da48722"]}} -{"id":"ec-meeting-2022-10-24-898126d46ca439c560cb7364e44e3348eca3f52c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-24 - Cabinet of Vice-President Věra Jourová x Open Society European Policy Institute"],"date":["2022-10-24"],"summary":["European Democracy Action Plan"],"notes":["Portfolio: Values and Transparency"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["eu-tr-8557515321-37","ec-person-fb258e0188a5319bfaba3161382db43f5a85851f"]}} -{"id":"ec-meeting-2022-10-24-8c99f0d432b0821f1d0ce569ac2d46679ef8877b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-24 - Cabinet of Commissioner Mairead Mcguinness x World Economic Forum"],"date":["2022-10-24"],"summary":["Speech & stakeholder discussion on ESG reporting"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Online meeting"],"address":["Online meeting"],"addressEntity":["addr-9d833a1da3074efd384ee6bc2b108c1f5bb379e0"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-2b9c589fb2354bd93067644d2c3d2c058d4c4cc9","ec-person-a5441c6a69a8a94fd64e02def60fcc6567f2c1d8","eu-tr-567538843366-43"]}} -{"id":"ec-meeting-2022-10-24-8f36391e9f074d4c93aee329c93832cb2a6bf572","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-24 - Cabinet of Commissioner Janusz Wojciechowski x Testbiotech"],"date":["2022-10-24"],"summary":["New genetic engineering techniques (NGTs)"],"notes":["Portfolio: Agriculture"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["ec-person-625f8b4379f79adee4f15c6a0417a96bb5a5a403","ec-person-ae252fb0bbbad2440e31f70ccc19082b7ac65837","eu-tr-151554816791-61"]}} -{"id":"ec-meeting-2022-10-24-910a5528d4337098e7366c7a19ca06294b75ad9b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-24 - Cabinet of Commissioner Thierry Breton x Daimler Truck AG"],"date":["2022-10-24"],"summary":["Green transition for the heavy-truck vehicles segment: Euro 7; CO2 standards for trucks"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-6308dea893b9b1ca0dcd5b91b4a1ac4c2f3020ad","ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","eu-tr-427653644807-10"]}} -{"id":"ec-meeting-2022-10-24-91f4364359d358c97a624ff2cc12c4df28ef6202","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-24 - Cabinet of Executive Vice-President Frans Timmermans x Tesla Motors Netherlands B.V."],"date":["2022-10-24"],"summary":["EU policy framework for energy storage"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-547225616323-13","ec-person-d53e00c46a4cc62bbf533e0c9bb35bacb9121989"]}} -{"id":"ec-meeting-2022-10-24-996ceeea54311db2c27002eca27ca08161bb9a04","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-24 - Cabinet of Commissioner Jutta Urpilainen x FinMobility ry Suomen Yrittäjät ry"],"date":["2022-10-24"],"summary":["Global Gateway"],"notes":["Portfolio: International Partnerships"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["eu-tr-003708136830-08","eu-tr-032592932156-20","ec-person-9788b5f9ccd101dc091867a4496a5735ee7151d9"]}} -{"id":"ec-meeting-2022-10-24-99ac1430e8d26c17bce7db857f278ac40277b7bb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-24 - Cabinet of Executive Vice-President Margrethe Vestager x Roundtable for Europe's Energy Future"],"date":["2022-10-24"],"summary":["Green and digital transition"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-11d97788772862bb34f51dd26d7f92603eac1bf8","ec-person-6b6135249735cff1f3061530471f1e159500c840","ec-person-3da433aae105b13fe027e9c9b3dcac2c97029370","eu-tr-101903316808-95"]}} -{"id":"ec-meeting-2022-10-24-abdef1f32137f543e0cc0cecacbc58a1eb115cfc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-24 - Cabinet of Vice-President Věra Jourová x European Union of Jewish Students"],"date":["2022-10-24"],"summary":["Antisemitism"],"notes":["Portfolio: Values and Transparency"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["eu-tr-683799510920-11","ec-person-fb258e0188a5319bfaba3161382db43f5a85851f"]}} -{"id":"ec-meeting-2022-10-24-b6407007b137b20a2bb3333c3f50957beec8b454","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-24 - Research and Innovation x Bill & Melinda Gates Foundation"],"date":["2022-10-24"],"summary":["Reception for scientific collaboration with international health and development innovation leaders - Embassy of the Czech Republic to the Kingdom of Belgium, Bill&Melinda Gates Foundation and Global Grand Challenges Partners"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-rtd"],"involved":["ec-person-21e7c4128517e637666af6796b09ff2cb8a40848","eu-tr-371567915480-41"]}} -{"id":"ec-meeting-2022-10-24-bef356af16eb257d74df540f18615a61fde6593d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-24 - Directorate-General for International Partnerships x Bundesverband IT-Sicherheit e.V. (TeleTrusT)"],"date":["2022-10-24"],"summary":["Implementation of the Global Gateway Initiative, the role of the European private sector as well as the EU Supply Chain Act."],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-intpa"],"involved":["ec-person-afe6f55069d2cc5483157e138e41abd63140fdd8","eu-tr-06081633546-76"]}} -{"id":"ec-meeting-2022-10-24-c3db87cc9be199345442d64b6e1e4f1fbb0911ff","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-24 - Cabinet of Vice-President Věra Jourová x STEM Ústav empirických výzkumů, z.ú."],"date":["2022-10-24"],"summary":["Opinion polls, communication of EU topics"],"notes":["Portfolio: Values and Transparency"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["eu-tr-331903736107-55","ec-person-fb258e0188a5319bfaba3161382db43f5a85851f"]}} -{"id":"ec-meeting-2022-10-24-c637afc59c7058946b452ed5d332ad7b1274163c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-24 - Competition x Airbus"],"date":["2022-10-24"],"summary":["Projets importants d’intérêt européen commun"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-comp"],"involved":["ec-person-f257bc19c568ad25083c1c1e1651426245cefedf","eu-tr-2732167674-76"]}} -{"id":"ec-meeting-2022-10-24-e3c790e52b8046b4522b630ac405a3619aaf46ca","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-24 - Cabinet of Commissioner Johannes Hahn x Oberbank AG"],"date":["2022-10-24"],"summary":["Business lunch with local CEOs and entrepreneurs to current economic challenges"],"notes":["Portfolio: Budget and Administration"],"location":["Linz, Austria"],"address":["Linz, Austria"],"addressEntity":["addr-12b058cba3f7c57be394d4bc91767884394a339a"],"organizer":["ec-cabinet-commissioner-hahn-johannes-of"],"involved":["ec-person-6dd3472dac004e43ec1fa4f5b4106e3b476c9ce7","eu-tr-948133947667-87","ec-person-0a9c49ba84ea78ae0ec9c6fadde7b6d66e7a1054"]}} -{"id":"ec-meeting-2022-10-24-f693c7fcd11a22e65e9408446c2bf4d18dccf1e4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-24 - Cabinet of Executive Vice-President Frans Timmermans x Institut du Développement Durable et des Relations Internationales"],"date":["2022-10-24"],"summary":["RepowerEU"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-e88af8eb396e96e3dbc9b4ec6e40a348d26c389c","eu-tr-044489445235-71"]}} -{"id":"ec-meeting-2022-10-25-00f81d36f1c27c403b6544ae122b770c70f2f71d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-25 - Cabinet of Commissioner Stella Kyriakides x EuropaBio"],"date":["2022-10-25"],"summary":["Exchange of views on the upcoming reform of the pharmaceutical legislation"],"notes":["Portfolio: Health"],"location":["On line"],"address":["On line"],"addressEntity":["addr-cb2f00802ed7372f63c99884a6e39d8433f5d2b0"],"organizer":["ec-cabinet-commissioner-kyriakides-of-stella"],"involved":["eu-tr-1298286943-59","ec-person-ecf9f9e978b833afc98ee022572d468f0dc9a352","ec-person-991ce64cea5178762c932ac823ea5d309e7a8d93"]}} -{"id":"ec-meeting-2022-10-25-0b0b4a91ae6381e6f31b4ff1b39d1d2785a89d66","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-25 - Cabinet of Executive Vice-President Valdis Dombrovskis x SEC NEWGATE EU Confédération Générale des Entreprises du Maroc"],"date":["2022-10-25"],"summary":["modernisation of EU-Morocco trade and investment relations"],"notes":["Portfolio: An Economy that Works for People"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["eu-tr-797266343474-04","ec-person-3520008ac93a203db50d106deafde939bc2729f1","eu-tr-23020671103-67"]}} -{"id":"ec-meeting-2022-10-25-0be4904d2ce349fd4f06c78f1ee7cd7ada3e54ac","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-25 - Cabinet of Commissioner Paolo Gentiloni x Associazione Bancaria Italiana"],"date":["2022-10-25"],"summary":["Exchange on the impact of the energy crisis on the banking sector and on the economic outlook"],"notes":["Portfolio: Economy"],"location":["Bruxelles"],"address":["Bruxelles"],"addressEntity":["addr-b58f5927b66d94a676970dc048485d4c6848f272"],"organizer":["ec-cabinet-commissioner-gentiloni-of-paolo"],"involved":["ec-person-088d26d74d1898338fbf1c86e139bd6d3b870dbc","eu-tr-915519211566-03"]}} -{"id":"ec-meeting-2022-10-25-0c271c063960bb60922dd1ff3778071394601094","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-25 - Cabinet of Executive Vice-President Margrethe Vestager x Bundesverband der Deutschen Industrie e.V."],"date":["2022-10-25"],"summary":["Data ACt, SMEI"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-1771817758-48","ec-person-11d97788772862bb34f51dd26d7f92603eac1bf8","ec-person-0e93ebac9bad76e1351e0981f04e7ef88848f943"]}} -{"id":"ec-meeting-2022-10-25-0c981b313abb24a50414fdac35d4a1b3f679cb80","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-25 - Cabinet of Executive Vice-President Valdis Dombrovskis x Bill & Melinda Gates Foundation Breakthrough Energy Catalyst Foundation"],"date":["2022-10-25"],"summary":["EU Catalyst Partnership, Energy transition and cleantech, EU-US Cooperation"],"notes":["Portfolio: An Economy that Works for People"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["eu-tr-371567915480-41","ec-person-9e7bd1005456277f156b671d1555c6a460fb2f58","eu-tr-424103441763-49"]}} -{"id":"ec-meeting-2022-10-25-180616968ea21120e019a4b49cbea5061f27c418","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-25 - Cabinet of Commissioner Didier Reynders x Google"],"date":["2022-10-25"],"summary":["Data protection, Hate speech online and the Code of Conduct, AI Liability Directive, AI Regulation and Ukraine."],"notes":["Portfolio: Justice"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-didier-of-reynders"],"involved":["ec-person-442bf1ae9900b999673cdd7389224d0e21b67d4d","eu-tr-03181945560-59","ec-person-1e25399e2267734c5f4c69093d2286c8898ee9f0"]}} -{"id":"ec-meeting-2022-10-25-1b1b8b60b35b201d1c9c3e2f1d418d88b9bbc512","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-25 - Defence Industry and Space x Airbus"],"date":["2022-10-25"],"summary":["Exchange of views on Alliance for Zero-Emission Aviation (AZEA)."],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-defis"],"involved":["ec-person-a5e52cd544ea3aa44eb4b31fac65a468499f106e","eu-tr-2732167674-76"]}} -{"id":"ec-meeting-2022-10-25-1e1531fa0fed18329211d91b188b7bdd7c654f92","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-25 - Cabinet of Commissioner Mairead Mcguinness x TUSIAD-Turkish Industry&Business Association"],"date":["2022-10-25"],"summary":["EU Turkish Business relations"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-a5441c6a69a8a94fd64e02def60fcc6567f2c1d8","eu-tr-38870176589-43","ec-person-c7d8468d3870f7e4db534aa99b291f61e9d50404"]}} -{"id":"ec-meeting-2022-10-25-20eaf246e748b6c074a5ad6008608433ba58cf0b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-25 - Cabinet of Executive Vice-President Margrethe Vestager x Google"],"date":["2022-10-25"],"summary":["Platform regulation, Cybersecurity, Data."],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-03181945560-59","ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0","ec-person-eecca27e2a9c3fc0d4bd43564e4960382705feef"]}} -{"id":"ec-meeting-2022-10-25-24f39cd7e03156c7c520219ed5fe7b1992ea9c04","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-25 - Cabinet of Commissioner Virginijus Sinkevičius x Danone"],"date":["2022-10-25"],"summary":["To exchange on leveraging solutions to ensure food security, while maintaining sustainable growth and achieving the Green Deal objectives"],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["online"],"address":["online"],"addressEntity":["addr-2dbc2fd2358e1ea1b7a6bc08ea647b9a337ac92d"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["ec-person-dd7a7b1952e158f4195d34cff333ec79a4f48ba3","eu-tr-65744846168-89","ec-person-a58f1d06f5cb1d8dfd278e0c36d5aa1b9368b270"]}} -{"id":"ec-meeting-2022-10-25-29a9cc85d5a1eb5fedcd5708ff545edde8526cd7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-25 - Internal Market, Industry, Entrepreneurship and SMEs x Rolls-Royce plc"],"date":["2022-10-25"],"summary":["Short bilateral with CEO before Hydrogen Week event - discuss the Electrolyser Partnership, Renewable Fuels of Non- Biological Origins (RFNBOs), and the regulatory framework for hydrogen."],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-grow"],"involved":["ec-person-0151c7e554d188fffc509ad636b7d1a84c5dfcd5","eu-tr-58290033126-06"]}} -{"id":"ec-meeting-2022-10-25-2b412943047351c95fd477d5aa148e6f60eb0f6d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-25 - Cabinet of President Ursula von der Leyen x European Round Table for Industry"],"date":["2022-10-25"],"summary":["Meeting with the Chairman of ERT in the margins of the International Expert Conference on the Recovery, Reconstruction and Modernisation of Ukraine"],"notes":["Portfolio: President"],"location":["Berlin, Germany"],"address":["Berlin, Germany"],"addressEntity":["addr-45087614a913d81becb706e8469c1cd56b027e7f"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-a2ac27c3a7aa93937efc47169c1dc2264a822175","eu-tr-25487567824-45"]}} -{"id":"ec-meeting-2022-10-25-381a2834afef09946b2e95cf4e5618c86c271b38","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-25 - Cabinet of Vice-President Věra Jourová x EU DisinfoLab"],"date":["2022-10-25"],"summary":["Disinformation"],"notes":["Portfolio: Values and Transparency"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["ec-person-bf54da17217bbddfd9c68fe24d88005ac17e2c4b","eu-tr-593474530364-05"]}} -{"id":"ec-meeting-2022-10-25-3b240eacdd9aea1fca864e3dae37c025f41b0f20","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-25 - Cabinet of President Ursula von der Leyen x Rare Earths Norway AS"],"date":["2022-10-25"],"summary":["EU's Raw Materials Strategy and the upcoming Critical Raw Materials Act"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-7019713e72781afb1f3b19032c4752a314b78180","eu-tr-741084847914-70"]}} -{"id":"ec-meeting-2022-10-25-3e9d37bdfa92104ad9d210aef9775e9bfb4802ce","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-25 - Cabinet of Commissioner Jutta Urpilainen x Confederation of Finnish Industries EK"],"date":["2022-10-25"],"summary":["current EU affairs"],"notes":["Portfolio: International Partnerships"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["ec-person-26cc31f8d5b9581bfc496e29c4b603745b75d980","ec-person-9788b5f9ccd101dc091867a4496a5735ee7151d9","eu-tr-1274604847-34"]}} -{"id":"ec-meeting-2022-10-25-4471860fe82a1313b0ef43afd8a1690640012281","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-25 - Cabinet of Commissioner Virginijus Sinkevičius x Mondelez Europe GmbH"],"date":["2022-10-25"],"summary":["To discuss the policy and business development to deliver on the Green Deal objectives, including in the area of the circular economy and deforestation"],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["ec-person-dd7a7b1952e158f4195d34cff333ec79a4f48ba3","eu-tr-19807921101-45","ec-person-a58f1d06f5cb1d8dfd278e0c36d5aa1b9368b270"]}} -{"id":"ec-meeting-2022-10-25-4525b18062fcda8865efbe9c86187e2b92c9d718","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-25 - Cabinet of Commissioner Kadri Simson x Johnson Controls Honeywell Europe NV"],"date":["2022-10-25"],"summary":["To discuss REPowerEU"],"notes":["Portfolio: Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["ec-person-f47a082bc2455a660c3b2ae348f0024736672752","eu-tr-75311753240-67","eu-tr-130225437251-64"]}} -{"id":"ec-meeting-2022-10-25-55f74ed634be17712bf7e7af9c38c844a18e6b23","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-25 - Cabinet of Executive Vice-President Valdis Dombrovskis x International Consolidated Airlines Group"],"date":["2022-10-25"],"summary":["Airlines"],"notes":["Portfolio: An Economy that Works for People"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-3520008ac93a203db50d106deafde939bc2729f1","eu-tr-60340504060-88"]}} -{"id":"ec-meeting-2022-10-25-5c83d35bb04303bb3a2283aa3c769afad7f6198a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-25 - Cabinet of Vice-President Věra Jourová x Axel Springer SE"],"date":["2022-10-25"],"summary":["Security of the internet"],"notes":["Portfolio: Values and Transparency"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["eu-tr-742417913824-11","ec-person-bf54da17217bbddfd9c68fe24d88005ac17e2c4b"]}} -{"id":"ec-meeting-2022-10-25-5c98acf38f903aefd3aabe0bf6ccbe670ee3df5e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-25 - Cabinet of Commissioner Adina Vălean x European Network Airlines' Association"],"date":["2022-10-25"],"summary":["The revision of Regulation (EC) 1008/2008."],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["eu-tr-224920726807-48","ec-person-7f9ba99138b4fa5c698037dc7507219b1319e0a7","ec-person-cc0354fbf386eb83f57c00ad5240f1dddeeabab4","ec-person-e5f1558cac43dd4f90847b508b6753edb0a9f903"]}} -{"id":"ec-meeting-2022-10-25-614283c34f4e5a380cce9c4bf399c0954e4fde89","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-25 - Cabinet of Commissioner Janusz Wojciechowski x Assemblée des Régions Européennes Viticoles"],"date":["2022-10-25"],"summary":["Points of view and opinions on the situation of the wine\r\nsector in Europe and the new CAP."],"notes":["Portfolio: Agriculture"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["eu-tr-90526016248-05","ec-person-7869e6adc9c6329f8dea9a0fd02d998d8ffa57f6","ec-person-08c62f972c22464aca7a65520eb9406f8db14a66"]}} -{"id":"ec-meeting-2022-10-25-64afd15ae3d533985e249f0e663a484af2eb090e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-25 - Cabinet of Executive Vice-President Frans Timmermans x Commissariat à l'Energie atomique et aux énergies alternatives Orano Cercle des Réseaux européens RTE Réseau de transport d'électricité ENGIE LA POSTE RENAULT Groupe ADP Veolia Environnement BOUYGUES EUROPE UNION FRANCAISE DE L'ELECTRICITE - UFE ELECTRICITE DE FRANCE TotalEnergies Electricité et Gaz France Gaz Réseau Distribution France CAISSE DES DEPOTS Transdev Group Société nationale SNCF TotalEnergies SE Teréga"],"date":["2022-10-25"],"summary":["Green Deal state of play"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-348369030395-22","eu-tr-607998918721-96","eu-tr-53916638834-05","eu-tr-30146663069-53","eu-tr-212885415901-57","eu-tr-669359510572-76","eu-tr-72103751229-92","eu-tr-52774696782-43","eu-tr-39966101835-69","eu-tr-042383714852-64","eu-tr-84606487324-44","eu-tr-727627616409-44","eu-tr-1849405799-88","eu-tr-01890906437-84","eu-tr-91216972728-77","eu-tr-90947457424-20","ec-person-e88af8eb396e96e3dbc9b4ec6e40a348d26c389c","eu-tr-97914681026-14","eu-tr-946343776-69","eu-tr-625822526139-43"]}} -{"id":"ec-meeting-2022-10-25-6df93887e3a16f54b9b28f2d416bc871fce7afc9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-25 - Cabinet of Commissioner Janusz Wojciechowski x Swedish Forest Industries Federation"],"date":["2022-10-25"],"summary":["To discuss the upcoming legislative initiative on carbon removal certification"],"notes":["Portfolio: Agriculture"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["eu-tr-355702910008-47","ec-person-cafe030b6dad78a75143f7552c420481b30ebceb"]}} -{"id":"ec-meeting-2022-10-25-6e788f1fc593b537afaf95353b05f9e85278fa02","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-25 - Cabinet of Commissioner Ylva Johansson x Commissie Meijers"],"date":["2022-10-25"],"summary":["RAMM and externalization of migration management."],"notes":["Portfolio: Home Affairs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-johansson-of-ylva"],"involved":["ec-person-1cc1c011b9377e4d6f05577ee58ef3f7182c61b8","eu-tr-573618628778-12"]}} -{"id":"ec-meeting-2022-10-25-6fe993f428f6d6448f4a162cbdd42292d01760a1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-25 - Cabinet of Commissioner Mairead Mcguinness x Deutscher Sparkassen-und Giroverband"],"date":["2022-10-25"],"summary":["Financial Literacy"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-2b9c589fb2354bd93067644d2c3d2c058d4c4cc9","eu-tr-62379064909-15","ec-person-3a66109f0585c657edbe69190faa41919b50e05f"]}} -{"id":"ec-meeting-2022-10-25-7a7b8850d7d1667fd4f8c2f242e949a939f96892","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-25 - Cabinet of Vice-President Maroš Šefčovič x Anglo American"],"date":["2022-10-25"],"summary":["Critical Raw Material"],"notes":["Portfolio: Interinstitutional Relations and Foresight"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-442becb1e681f03d9df1dc59e73ecf1336c48402","eu-tr-932483333204-67"]}} -{"id":"ec-meeting-2022-10-25-7a9bf2f7a4cb52e661eb240b245560e3b7341145","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-25 - Cabinet of Commissioner Johannes Hahn x Vereinigung der österreichischen Industrie - Industriellenvereinigung"],"date":["2022-10-25"],"summary":["EU's current economic situation and outlook on investment climate"],"notes":["Portfolio: Budget and Administration"],"location":["Vienna"],"address":["Vienna"],"addressEntity":["addr-8b6cea61d247482e9e7f1e7efb1db432a69bbcb2"],"organizer":["ec-cabinet-commissioner-hahn-johannes-of"],"involved":["ec-person-a3674866c760605fc38abed4dffd3f94f2c83d64","eu-tr-89093924456-06"]}} -{"id":"ec-meeting-2022-10-25-7ca6e0ff6f6527ba41a7d1df4dac11720dd53614","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-25 - Cabinet of Executive Vice-President Margrethe Vestager x eBay EU liaison office"],"date":["2022-10-25"],"summary":["Competition policies"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brusseòs"],"address":["Brusseòs"],"addressEntity":["addr-838a08503ca4626a91f426c154089ed92e2e4f51"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-40386322300-77","ec-person-bb1f295d8be3d10004d7e5fd7c24248a21215775","ec-person-73fb1ddd279f8c6697a055567a2c09606006b875"]}} -{"id":"ec-meeting-2022-10-25-83ac10a6b090e6073e90b4c0c51901e4cb5f5dfa","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-25 - Cabinet of Vice-President Dubravka Šuica x Make.org"],"date":["2022-10-25"],"summary":["Citizen engagement and outreach."],"notes":["Portfolio: Democracy and Demography"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dubravka-of-president-suica-vice"],"involved":["ec-person-08d40344214e6573b5eb0480c1a338d5dde265bd","ec-person-2ea66ac99d83c7f0ff7dfcfd7d90f9416dc22e61","eu-tr-916768537222-67"]}} -{"id":"ec-meeting-2022-10-25-878ec11ef55c5083328983e2727d9706a6d6addd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-25 - Cabinet of Executive Vice-President Frans Timmermans x Bill & Melinda Gates Foundation Breakthrough Energy Catalyst Foundation"],"date":["2022-10-25"],"summary":["The green transition and the role of technology"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-7c876f4825f213b8adbedf089ccedfbc3b36d65b","eu-tr-371567915480-41","eu-tr-424103441763-49"]}} -{"id":"ec-meeting-2022-10-25-8f1030a0eb0546171c64d878a4e6b2d95e073bca","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-25 - Cabinet of Commissioner Didier Reynders x eBay EU liaison office"],"date":["2022-10-25"],"summary":["General Product Safety Regulation\r\nempowering consumers for the green transition\r\nsustainable consumption of goods, promoting repair and reuse\r\ncommitment of eBay the product safety pledge and possible participation to sustainable consumption pledge"],"notes":["Portfolio: Justice"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-didier-of-reynders"],"involved":["ec-person-50f9cba2282e1d03395cdd0faf9ce6e9a2ff3104","eu-tr-40386322300-77"]}} -{"id":"ec-meeting-2022-10-25-a2cb809c8e07b48e3250511af19261bd97d4611a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-25 - Cabinet of Commissioner Adina Vălean x easyJet TUI AG Ryanair Holdings International Consolidated Airlines Group Wizz Air Hungary Limited"],"date":["2022-10-25"],"summary":["Regulation 1008/2008"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["ec-person-7f9ba99138b4fa5c698037dc7507219b1319e0a7","eu-tr-60340504060-88","eu-tr-654909925315-71","eu-tr-002977215945-85","eu-tr-931619945984-22","ec-person-cc0354fbf386eb83f57c00ad5240f1dddeeabab4","eu-tr-291219715847-52"]}} -{"id":"ec-meeting-2022-10-25-a6de7c50fec150f6ff378215b7eb66c16634536a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-25 - Cabinet of President Ursula von der Leyen x Inmarsat Global Ltd"],"date":["2022-10-25"],"summary":["Inmarsat’s activities around relevant topics of interest such as space sustainability, secure satellite communications, Single European Sky or Inmarsat’s IRIS program"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-7019713e72781afb1f3b19032c4752a314b78180","eu-tr-278791537169-91"]}} -{"id":"ec-meeting-2022-10-25-aace1f63a481ce1a9faef397ca7448e7e8595d2d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-25 - Cabinet of Vice-President Maroš Šefčovič x Confederazione Generale dell'Industria Italiana"],"date":["2022-10-25"],"summary":["Discussion on strategic foresight, critical raw materials, energy crisis and better regulation"],"notes":["Portfolio: Interinstitutional Relations and Foresight"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-d8af7eb5b715c9bd960f9661cb5170f8c6230853","ec-person-1f95be23689cd4ed0a26fe2980f760ccf2d55c1e","eu-tr-27762251795-15"]}} -{"id":"ec-meeting-2022-10-25-ae3fe9527c7c607b9a85e63c731ed15c12956bec","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-25 - Cabinet of Vice-President Věra Jourová x Google"],"date":["2022-10-25"],"summary":["Fighting disinformation, European Media Freedom Act"],"notes":["Portfolio: Values and Transparency"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["eu-tr-03181945560-59","ec-person-bf54da17217bbddfd9c68fe24d88005ac17e2c4b"]}} -{"id":"ec-meeting-2022-10-25-b5aa9bbdd5cd99b5eaaba03a7a5a21fe8a3dbc22","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-25 - Employment, Social Affairs and Inclusion x CSR Europe, The Business Network for Corporate Social Responsibility"],"date":["2022-10-25"],"summary":["Follow up to High-Level Sessions;\r\ndinner for an inclusive Green Deal of 6 September (and internal meeting on the matter)"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-empl"],"involved":["eu-tr-56502415122-32","ec-person-dd259fce880e1853f0beb087443bce6e7dea70d7"]}} -{"id":"ec-meeting-2022-10-25-b6407007b137b20a2bb3333c3f50957beec8b454","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-25 - Research and Innovation x Bill & Melinda Gates Foundation"],"date":["2022-10-25"],"summary":["Speech at the plenary of the 2022 Grand Challenges Annual meeting"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-rtd"],"involved":["ec-person-21e7c4128517e637666af6796b09ff2cb8a40848","eu-tr-371567915480-41"]}} -{"id":"ec-meeting-2022-10-25-bc233c65acd00e1c1c9ea9cbcc84092d163ec10e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-25 - Cabinet of Commissioner Virginijus Sinkevičius x Humane Society International/Europe"],"date":["2022-10-25"],"summary":["To discus Humane Society’s position concerning EU legislation on trophy hunting and EU position for the upcoming CITES CoP19."],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["ec-person-dd7a7b1952e158f4195d34cff333ec79a4f48ba3","ec-person-5d2fb692a102077260d7badef4a9f10132b72aee","eu-tr-05097472836-90"]}} -{"id":"ec-meeting-2022-10-25-c06d9860feab0aa5f59c204a3b5d3cefdb7353ff","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-25 - Cabinet of Commissioner Helena Dalli x Deutscher Juristinnenbund e.V."],"date":["2022-10-25"],"summary":["Participation at an event on the draft Directive on combating violence against women."],"notes":["Portfolio: Equality"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-dalli-helena-of"],"involved":["eu-tr-9304391101-08","ec-person-d15c205cb9cbb310d2811039c0160c1de7c84638"]}} -{"id":"ec-meeting-2022-10-25-c251f28a1d0b0e08eb71f4e7948754352e6f4534","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-25 - Cabinet of Commissioner Jutta Urpilainen x TUSIAD-Turkish Industry&Business Association"],"date":["2022-10-25"],"summary":["Global Gateway"],"notes":["Portfolio: International Partnerships"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["eu-tr-38870176589-43","ec-person-9788b5f9ccd101dc091867a4496a5735ee7151d9"]}} -{"id":"ec-meeting-2022-10-25-c64fc0bc126611279155afb56583f9a8b7ea0380","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-25 - Recovery and Resilience Task force x American Chamber of Commerce to the European Union"],"date":["2022-10-25"],"summary":["AmCham EU’s Healthcare Plenary"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-recover"],"involved":["eu-tr-5265780509-97","ec-person-18a05dadca8a2b91216adc689b6323c7b55df0d9"]}} -{"id":"ec-meeting-2022-10-25-c6e251434d0ef7d8ee6badfeb4ea3bd8e1d4a92b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-25 - Cabinet of Vice-President Dubravka Šuica x European Federation for Missing and Sexually Exploited Children (Missing Children Europe)"],"date":["2022-10-25"],"summary":["Child Rights Strategy and actions emanating from it."],"notes":["Portfolio: Democracy and Demography"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-dubravka-of-president-suica-vice"],"involved":["eu-tr-11823899666-63","ec-person-83dd3363da89c86d99ea50c3ff2d15a746405110"]}} -{"id":"ec-meeting-2022-10-25-cfe790c7fda624f891eda32edc5c7e7c5075f190","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-25 - Cabinet of Executive Vice-President Frans Timmermans x eBay EU liaison office SAS VALUSED Ravensbergen Fournituren"],"date":["2022-10-25"],"summary":["EU circular economy and product policy"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-972580647948-11","eu-tr-533637347949-78","ec-person-8af3c81534786a740718d21dc58240738a53ed7b","eu-tr-40386322300-77"]}} -{"id":"ec-meeting-2022-10-25-d74d04c4be402303e18d3723eaf9449e47ae8fba","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-25 - Cabinet of Executive Vice-President Valdis Dombrovskis x Vinces Consulting"],"date":["2022-10-25"],"summary":["Public policy, engagement, legitimacy, role of business interests, Europe in the World, policy priorities of the Kingdom of Spain"],"notes":["Portfolio: An Economy that Works for People"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["eu-tr-400207831496-21","ec-person-95d6ecce9b8f3a7b167d0eac8e270fdce0665ccb"]}} -{"id":"ec-meeting-2022-10-25-e5ff0f04dc52fc5dd60751bd33efc396170209ee","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-25 - Cabinet of Executive Vice-President Valdis Dombrovskis x Bundesverband der Deutschen Industrie e.V."],"date":["2022-10-25"],"summary":["- Energy prices in the EU and impact on competitiveness\r\n- EU-US relations, including the Inflation Reduction Act and preparations of the 3rd TTC\r\n- FTA agenda\r\n- EU's legislative agenda and its cumulative burden on businesses"],"notes":["Portfolio: An Economy that Works for People"],"location":["video conference"],"address":["video conference"],"addressEntity":["addr-6dc12e3c97077db82f32184f24341ce370a445fd"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["eu-tr-1771817758-48","ec-person-9e7bd1005456277f156b671d1555c6a460fb2f58"]}} -{"id":"ec-meeting-2022-10-25-ecf94e321afadd704c1bfec7979b57d4b446ea5f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-25 - Trade x Danone"],"date":["2022-10-25"],"summary":["Food security & sanctions"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-trade"],"involved":["ec-person-2045c2589da3988908fcfe731e8224e7e06a7c63","eu-tr-65744846168-89"]}} -{"id":"ec-meeting-2022-10-25-fc987892d9e85d0a38fa9d85ec89db4e3cf6c6cc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-25 - Cabinet of Vice-President Maroš Šefčovič x Bundesverband der Deutschen Industrie e.V."],"date":["2022-10-25"],"summary":["Discussion on European sovereignty and critical raw materials"],"notes":["Portfolio: Interinstitutional Relations and Foresight"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-1771817758-48","ec-person-1463c77b5664bbf9e5ec22aaf41872b7b6823702"]}} -{"id":"ec-meeting-2022-10-25-fe86fef2d1606d6a826f71fc1b0a88fcbd586e42","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-25 - Defence Industry and Space x OHB"],"date":["2022-10-25"],"summary":["Meeting to discuss about launchers and protection of grounded satellites."],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-defis"],"involved":["ec-person-a5e52cd544ea3aa44eb4b31fac65a468499f106e","eu-tr-648584214179-94"]}} -{"id":"ec-meeting-2022-10-25-ffef8b830495e27dcb8aaf654942244b3f9f3daf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-25 - Cabinet of Executive Vice-President Valdis Dombrovskis x The Chicago Council on Global Affairs"],"date":["2022-10-25"],"summary":["EU-US trade relations; Preparations for next Trade and Technology Council (TTC) meeting; Inflation Reduction Act (IRA)"],"notes":["Portfolio: An Economy that Works for People"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["eu-tr-951014447923-97","ec-person-1d8581216d9aa7f26fa098a81e84ca61e0e3f261","ec-person-f011ed0f7c78d833a79f1206f788e0cbd9cb8864"]}} -{"id":"ec-meeting-2022-10-26-02d6d02cb7ded99ab49dbe3adca3ffc3638f1dca","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-26 - Cabinet of Commissioner Kadri Simson x Cattaneo Zanetto & Co."],"date":["2022-10-26"],"summary":["Discussion with Baker Hughes Italy on energy sector technologies and manufacturing"],"notes":["Portfolio: Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["ec-person-ba3b83676ad38094e71b64b644f3e3d2c61b8182","eu-tr-11389287853-29","ec-person-2fb98fc84d2cf8d481688eff3d47f7745ead3592"]}} -{"id":"ec-meeting-2022-10-26-07053fbec300fb772579dbb1113f7d7e04798174","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-26 - Cabinet of President Ursula von der Leyen x Satispay Europe SA"],"date":["2022-10-26"],"summary":["Satispay presented their business model and market situation. It supports an efficient and integrated market for EU payment services. Satispay supports the instant payments proposal and looks forward to the review of the Payment Service Directive"],"notes":["Portfolio: President"],"location":["Brussels - BERL"],"address":["Brussels - BERL"],"addressEntity":["addr-99dfa36e260650a0f0bb726f70d612b1fe5903b8"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-a159f03add374257584565c2b05cc5539a7526e6","eu-tr-317259347794-40"]}} -{"id":"ec-meeting-2022-10-26-0ccf1b2dc4162acda659ac2ffbcfb50b6bdac131","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-26 - Cabinet of Executive Vice-President Frans Timmermans x Agora Energiewende"],"date":["2022-10-26"],"summary":["Circular economy and energy nexus"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-321342621105-20","ec-person-8af3c81534786a740718d21dc58240738a53ed7b"]}} -{"id":"ec-meeting-2022-10-26-16715dc4b874b6d97d867996f851a6e07990e171","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-26 - Cabinet of Vice-President Věra Jourová x Berufsverband der Datenschutzbeauftragten Deutschlands"],"date":["2022-10-26"],"summary":["Data protection"],"notes":["Portfolio: Values and Transparency"],"location":["Stuttgart"],"address":["Stuttgart"],"addressEntity":["addr-ec1b13e7905dbe946388ffc80ac1b7f2624ca649"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["ec-person-221276f2dfa4b8fe628f08e982d967b6aeb61c57","eu-tr-574957327310-96"]}} -{"id":"ec-meeting-2022-10-26-1af3ca42b2ba756b6993386dc21dca008061a439","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-26 - Cabinet of Commissioner Thierry Breton x Agora Energiewende"],"date":["2022-10-26"],"summary":["Circular economy and energy nexus"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-6308dea893b9b1ca0dcd5b91b4a1ac4c2f3020ad","eu-tr-321342621105-20"]}} -{"id":"ec-meeting-2022-10-26-20d5b276b2bf732bcf638777aafc86456b2ffc16","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-26 - Cabinet of Vice-President Margaritis Schinas x SEV - Hellenic Federation of Enterprises"],"date":["2022-10-26"],"summary":["Meeting new Director General\r\nEnergy crisis\r\nEU Energy package, Re-power EU"],"notes":["Portfolio: Promoting the European Way of Life"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-margaritis-of-president-schinas-vice"],"involved":["ec-person-d5cada2a1a17537a675985af31e5ce07ae3bfd42","ec-person-43f9f86cfe94e45a95f7fbdea9a59a54955ebcfa","eu-tr-59395037733-93"]}} -{"id":"ec-meeting-2022-10-26-2ce040f3018faa9994e8c21e804b8b96844aee1b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-26 - Cabinet of Executive Vice-President Valdis Dombrovskis x Satispay Europe SA FTI Consulting Belgium"],"date":["2022-10-26"],"summary":["payment services"],"notes":["Portfolio: An Economy that Works for People"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-235870cd7eb41f2494f695fce18b5b5b88647113","eu-tr-29896393398-67","eu-tr-317259347794-40"]}} -{"id":"ec-meeting-2022-10-26-35200064cb8f668aac793531c2367451a9f77cc3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-26 - Cabinet of Commissioner Thierry Breton x Satispay Europe SA"],"date":["2022-10-26"],"summary":["Digital Single Market; digital payments; SMEs; digital euro"],"notes":["Portfolio: Internal Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-5215bd372c5a1202399d77ecceb8c16de8d7d55c","eu-tr-317259347794-40"]}} -{"id":"ec-meeting-2022-10-26-369db4300ea439aa6d72a3bd28413bdd4235ad24","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-26 - Agriculture and Rural Development x fritz-kulturgüter gmbh"],"date":["2022-10-26"],"summary":["Issues relating to front of packaging labelling for healthy nutrition"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-agri"],"involved":["ec-person-94f7c6e6875fa76120558bda38f913792cc61934","eu-tr-703612947384-82"]}} -{"id":"ec-meeting-2022-10-26-410a1a98b2383501bfb28dfc425f94990e874d8b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-26 - Cabinet of Vice-President Věra Jourová x European Internet Forum"],"date":["2022-10-26"],"summary":["Disinformation"],"notes":["Portfolio: Values and Transparency"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["eu-tr-001968511387-52","ec-person-bf54da17217bbddfd9c68fe24d88005ac17e2c4b"]}} -{"id":"ec-meeting-2022-10-26-41616419097452ed50fd5ed849c8b7256f6874e6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-26 - Cabinet of Commissioner Mairead Mcguinness x Fleishman-Hillard State Street Corporation Capital International Management Company Invesco Management SA BlackRock Schroders Investment Management (Europe) SA"],"date":["2022-10-26"],"summary":["EMEA Asset Management CEOs to discuss retail investor engagement as well as ESG/sustainable finance. Cab EVP Dombrovsksi also participated Andrea Beltramello."],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["eu-tr-997906814697-71","ec-person-a5441c6a69a8a94fd64e02def60fcc6567f2c1d8","eu-tr-060963817274-71","ec-person-c7d8468d3870f7e4db534aa99b291f61e9d50404","ec-person-0ba9b89127b39af6a66f2fc3ed727332f1b19a34","eu-tr-56047191389-84","eu-tr-286394716669-89","eu-tr-2428270908-83","eu-tr-51436554494-18"]}} -{"id":"ec-meeting-2022-10-26-469967bfe7f0880d09bede56deaeefb32857e39d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-26 - Cabinet of Commissioner Janusz Wojciechowski x Eurogroup for Animals"],"date":["2022-10-26"],"summary":["Horse meat trade, Challenges around horse rescue and rehoming, Horse Welfare, Food Promotion Policy, Review marketing standards, Status Strategic National Plan and Animal Welfare, Insect farming"],"notes":["Portfolio: Agriculture"],"location":["Ath, Belgium"],"address":["Ath, Belgium"],"addressEntity":["addr-d1c42b1dfade3950e5d4e0e9f8f6d8a623e8c8ab"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["eu-tr-6809935493-49","ec-person-ae252fb0bbbad2440e31f70ccc19082b7ac65837","ec-person-08c62f972c22464aca7a65520eb9406f8db14a66"]}} -{"id":"ec-meeting-2022-10-26-489299268da03679f59faf463a7fb10af25f4f9e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-26 - Cabinet of Commissioner Stella Kyriakides x Bureau Européen des Unions de Consommateurs"],"date":["2022-10-26"],"summary":["Exchange of views on EU labelling rules and the pharmaceutical reform."],"notes":["Portfolio: Health"],"location":["On line"],"address":["On line"],"addressEntity":["addr-cb2f00802ed7372f63c99884a6e39d8433f5d2b0"],"organizer":["ec-cabinet-commissioner-kyriakides-of-stella"],"involved":["eu-tr-9505781573-45","ec-person-ecf9f9e978b833afc98ee022572d468f0dc9a352","ec-person-991ce64cea5178762c932ac823ea5d309e7a8d93"]}} -{"id":"ec-meeting-2022-10-26-4ade25887ecf86d5b09728a086a8d4bfc26a8015","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-26 - Cabinet of Executive Vice-President Frans Timmermans x logos public affairs The European Federation of Corrugated Board Manufacturers Confederation of European Paper Industries The Alliance for Beverage Cartons and the Environment"],"date":["2022-10-26"],"summary":["Circular economy and the revision of the EU packaging rules"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-5067624792-06","ec-person-8af3c81534786a740718d21dc58240738a53ed7b","eu-tr-716182712301-64","eu-tr-72279144480-58","eu-tr-57004293853-27"]}} -{"id":"ec-meeting-2022-10-26-547e2a2b5ed9e7d9aebce77c29d9741bed3107d3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-26 - Cabinet of Vice-President Maroš Šefčovič x Rare Earths Norway AS"],"date":["2022-10-26"],"summary":["Raw Materials"],"notes":["Portfolio: Interinstitutional Relations and Foresight"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-442becb1e681f03d9df1dc59e73ecf1336c48402","eu-tr-741084847914-70"]}} -{"id":"ec-meeting-2022-10-26-82b033df0ce1aa22be77c4e9897f36d61bf3d4a8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-26 - Cabinet of Vice-President Věra Jourová x Deutsche Welle"],"date":["2022-10-26"],"summary":["European Media Freedom Act"],"notes":["Portfolio: Values and Transparency"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["eu-tr-421591329311-65","ec-person-bf54da17217bbddfd9c68fe24d88005ac17e2c4b"]}} -{"id":"ec-meeting-2022-10-26-8abe3f489d60de8fbc58a7d8bfa2b8594cf67598","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-26 - Cabinet of Executive Vice-President Margrethe Vestager x Belron International Limited"],"date":["2022-10-26"],"summary":["Access to in-vehicle data, MVBER"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-71043372bdf7ac2868e93db35f9e2f420db778e3","ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0","eu-tr-307251242511-71"]}} -{"id":"ec-meeting-2022-10-26-9764960320a7c0f784e017595b9564f82479c698","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-26 - Cabinet of Commissioner Mairead Mcguinness x World Gold Council FTI Consulting Belgium"],"date":["2022-10-26"],"summary":["Introductory meeting"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["eu-tr-133743846287-22","eu-tr-29896393398-67","ec-person-49e520c7a9c9c47ccb5acfa68f9416e4233af9f8"]}} -{"id":"ec-meeting-2022-10-26-9ea7ea8c3b6817320ca4aa6da72665df60b5e3b1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-26 - Cabinet of Vice-President Margaritis Schinas x Finland Chamber of Commerce (Keskuskauppakamari)"],"date":["2022-10-26"],"summary":["Ukraine\r\nEnergy\r\nSecurity & Cybersecurity"],"notes":["Portfolio: Promoting the European Way of Life"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-margaritis-of-president-schinas-vice"],"involved":["ec-person-d5cada2a1a17537a675985af31e5ce07ae3bfd42","eu-tr-5552918474-13"]}} -{"id":"ec-meeting-2022-10-26-b29d51026ededd0fd2ec52c0039ad531211f5457","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-26 - Cabinet of Vice-President Margaritis Schinas x International Information System Security Certification Consortium"],"date":["2022-10-26"],"summary":["Cybersecurity skills academy"],"notes":["Portfolio: Promoting the European Way of Life"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-margaritis-of-president-schinas-vice"],"involved":["ec-person-43f9f86cfe94e45a95f7fbdea9a59a54955ebcfa","eu-tr-131028547391-53"]}} -{"id":"ec-meeting-2022-10-26-c13b7c0d954e0062f45949888bfce992d1b0e3a5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-26 - Energy x Eni S.p.A."],"date":["2022-10-26"],"summary":["Commission proposal on measures on energy prices and security of supply"],"location":["videoconference"],"address":["videoconference"],"addressEntity":["addr-92b2fbb928e012810d80d9ef1abe12027beee200"],"organizer":["ec-dg-ener"],"involved":["eu-tr-99578067285-35","ec-person-9c0f33ecb9f6badd5f4b5f1a4bd7677e18a52a22"]}} -{"id":"ec-meeting-2022-10-26-d02321a596e12eebbd743174ff43d4f3d62cae8a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-26 - Cabinet of Executive Vice-President Valdis Dombrovskis x TUSIAD-Turkish Industry&Business Association"],"date":["2022-10-26"],"summary":["EU-Turkey trade relations"],"notes":["Portfolio: An Economy that Works for People"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-4afd4ae4e50604ac3c0c9ae597bcb74eb1dd31b6","eu-tr-38870176589-43","ec-person-f011ed0f7c78d833a79f1206f788e0cbd9cb8864"]}} -{"id":"ec-meeting-2022-10-26-daa77399eca340bc847e8fb070439f1a7df00cf1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-26 - Cabinet of Executive Vice-President Frans Timmermans x France Industrie"],"date":["2022-10-26"],"summary":["Energy crisis, decarbonisation of industry, sustainable finance"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-e88af8eb396e96e3dbc9b4ec6e40a348d26c389c","eu-tr-60974102057-03"]}} -{"id":"ec-meeting-2022-10-26-dad35a7ff1b247a8bb4b6f777d4b785085040f51","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-26 - Cabinet of Executive Vice-President Frans Timmermans x Human Rights Watch"],"date":["2022-10-26"],"summary":["Discussing the nexus between human right and climate change"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-4d24ceb9e6bdaabe394d1506aa601a9ce9d0e59b","eu-tr-56362448807-46"]}} -{"id":"ec-meeting-2022-10-26-ef60c7ae7584eec0a4e2e3303ce9cbce6deb4365","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-26 - Cabinet of Executive Vice-President Valdis Dombrovskis x Schroders Investment Management (Europe) SA Fleishman-Hillard BlackRock Capital International Management Company Invesco Management SA State Street Corporation"],"date":["2022-10-26"],"summary":["Retail Strategy & Sustainable Investment"],"notes":["Portfolio: An Economy that Works for People"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["eu-tr-997906814697-71","ec-person-235870cd7eb41f2494f695fce18b5b5b88647113","eu-tr-060963817274-71","eu-tr-56047191389-84","eu-tr-286394716669-89","eu-tr-2428270908-83","eu-tr-51436554494-18"]}} -{"id":"ec-meeting-2022-10-26-efb324838091f99d153b02df7fbb279b7d7a05d4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-26 - Cabinet of Commissioner Mairead Mcguinness x Confederation of Finnish Industries EK"],"date":["2022-10-26"],"summary":["ESG, sanctions, banking package"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-a5441c6a69a8a94fd64e02def60fcc6567f2c1d8","eu-tr-1274604847-34"]}} -{"id":"ec-meeting-2022-10-27-038b140c1055111e9b65dbe1d235016c0584b61f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-27 - Research and Innovation x Consejo Superior de Investigaciones Científicas"],"date":["2022-10-27"],"summary":["Horizon Europe, ERA discussion"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-rtd"],"involved":["eu-tr-14854119757-24","ec-person-21e7c4128517e637666af6796b09ff2cb8a40848"]}} -{"id":"ec-meeting-2022-10-27-17879bb2593bf1d74f9f3d19dcfbff61ca54299a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-27 - Cabinet of Executive Vice-President Margrethe Vestager x Deutsche Industrie- und Handelskammer"],"date":["2022-10-27"],"summary":["AI Act and Data Act."],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-22400601191-42","ec-person-eecca27e2a9c3fc0d4bd43564e4960382705feef"]}} -{"id":"ec-meeting-2022-10-27-19e3a2ca11ac7620103589aff3a76d1a16b773ea","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-27 - Cabinet of Commissioner Johannes Hahn x KfW Bankengruppe"],"date":["2022-10-27"],"summary":["NGEU Outreach"],"notes":["Portfolio: Budget and Administration"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hahn-johannes-of"],"involved":["ec-person-2c80606be696f31ebe1aa5792ddd7736e4674226","eu-tr-79019799690-13"]}} -{"id":"ec-meeting-2022-10-27-1ddaa0391d750f7cae80a90ee15f8703b44151e3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-27 - Cabinet of Commissioner Mairead Mcguinness x ICI Global"],"date":["2022-10-27"],"summary":["retail investment strategy, sustainable finance, asset management"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["eu-tr-296711210890-30","ec-person-0ba9b89127b39af6a66f2fc3ed727332f1b19a34","ec-person-c7d8468d3870f7e4db534aa99b291f61e9d50404"]}} -{"id":"ec-meeting-2022-10-27-2e1aa66671d663c91bbf9b49d1150f6248521ea7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-27 - Cabinet of Commissioner Nicolas Schmit x The Central Organisation of Finnish Trade Unions SAK STTK ry"],"date":["2022-10-27"],"summary":["Social dialogue and the minimum wage directive."],"notes":["Portfolio: Jobs and Social Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-8eb18b6102d444937bc6af5822a6742812165b48","eu-tr-907583825189-14","ec-person-c03b949331dbbe5fa3d5423758e371ec1b9b832f","eu-tr-508695011366-29"]}} -{"id":"ec-meeting-2022-10-27-35b16d5f0d9de9e71024e7cd9cc6650f1b8a5394","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-27 - Cabinet of Commissioner Nicolas Schmit x APG Groep NV"],"date":["2022-10-27"],"summary":["Intergenerational solidarity and European care strategy."],"notes":["Portfolio: Jobs and Social Rights"],"location":["BRUSSELS"],"address":["BRUSSELS"],"addressEntity":["addr-f74337897287bf1b546f30505f5b1f693a87af50"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-8eb18b6102d444937bc6af5822a6742812165b48","ec-person-935314e38d735654cae8ee61313a3d73439b242d","eu-tr-203417137798-52"]}} -{"id":"ec-meeting-2022-10-27-38dfbff3b4c6d619e66087b9b898e0dce9153c22","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-27 - Cabinet of Executive Vice-President Frans Timmermans x Green 10"],"date":["2022-10-27"],"summary":["The Commission Work Programme, COP27, deforestation and energy transition."],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-7c876f4825f213b8adbedf089ccedfbc3b36d65b","eu-tr-70309834043-10"]}} -{"id":"ec-meeting-2022-10-27-46b9a5d0207ac57023ab76a4d7a37ea319901dc4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-27 - Cabinet of Commissioner Jutta Urpilainen x Tampere University"],"date":["2022-10-27"],"summary":["Research interview re EU knowledge networks in higher education policymaking"],"notes":["Portfolio: International Partnerships"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["eu-tr-699681335670-44","ec-person-6357f4506ca5351b3a822936612fd6006da48722"]}} -{"id":"ec-meeting-2022-10-27-507c43b9131f143b57d3573752f18e5483c718e2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-27 - Cabinet of Executive Vice-President Frans Timmermans x ELECTRICITE DE FRANCE"],"date":["2022-10-27"],"summary":["Electricity market design reform"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-39966101835-69","ec-person-d53e00c46a4cc62bbf533e0c9bb35bacb9121989"]}} -{"id":"ec-meeting-2022-10-27-6392234b811b70f4a89a6fa81d0aaf588a8646e5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-27 - Cabinet of Commissioner Janusz Wojciechowski x Bayer AG"],"date":["2022-10-27"],"summary":["HoCs meeting with Senior VP Bayer AG"],"notes":["Portfolio: Agriculture"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["eu-tr-3523776801-85","ec-person-625f8b4379f79adee4f15c6a0417a96bb5a5a403"]}} -{"id":"ec-meeting-2022-10-27-66587f8d2b8af1d03d50b8b7376350ef7171ec09","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-27 - Cabinet of Executive Vice-President Margrethe Vestager x The German Marshall Fund of the United States - The Transatlantic Foundation"],"date":["2022-10-27"],"summary":["invitation to an event."],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-823171519707-31","ec-person-eecca27e2a9c3fc0d4bd43564e4960382705feef"]}} -{"id":"ec-meeting-2022-10-27-901a84441652560b45ff9c70a3506be45b811d8b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-27 - Cabinet of President Ursula von der Leyen x Fortescue Metals Group Ltd"],"date":["2022-10-27"],"summary":["Hydrogen in Australia"],"notes":["Portfolio: President"],"location":["Brussels (VC)"],"address":["Brussels (VC)"],"addressEntity":["addr-7a7ab1034ef0b71e62ebf9a322dc5d9528505976"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-f2b941852d3b961d69ed695c2d243a1a2b4a1904","eu-tr-123971942816-77"]}} -{"id":"ec-meeting-2022-10-27-95f61a911f86d26dc5ca3cdc17ee0580c9318f98","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-27 - Agriculture and Rural Development x European Coordination Via Campesina European Milk Board"],"date":["2022-10-27"],"summary":["Exchange of views on food security"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-agri"],"involved":["ec-person-94f7c6e6875fa76120558bda38f913792cc61934","eu-tr-45338982456-46","eu-tr-28920471149-55"]}} -{"id":"ec-meeting-2022-10-27-980984adead5f1f002a8f94935881de14edbf274","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-27 - Cabinet of Commissioner Kadri Simson x Tree Energy Solutions GmbH"],"date":["2022-10-27"],"summary":["Hydrogen and decarbonisation of industry"],"notes":["Portfolio: Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["ec-person-ba3b83676ad38094e71b64b644f3e3d2c61b8182","ec-person-2fb98fc84d2cf8d481688eff3d47f7745ead3592","eu-tr-247520145056-08"]}} -{"id":"ec-meeting-2022-10-27-afe389b601d24a642eff21731c61ba6affc3eb0e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-27 - Energy x Intercontinental Exchange, Inc."],"date":["2022-10-27"],"summary":["Commission proposal on high energy prices and the functioning of the gas market (with ICE Endex, subsidiary company)"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["ec-person-9c0f33ecb9f6badd5f4b5f1a4bd7677e18a52a22","eu-tr-141041215133-83"]}} -{"id":"ec-meeting-2022-10-27-b568cd009b31066169bcbce47d5e60a0eba78400","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-27 - Cabinet of Commissioner Thierry Breton x Deutsche Industrie- und Handelskammer"],"date":["2022-10-27"],"summary":["Data Act and AI Act"],"notes":["Portfolio: Internal Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-22400601191-42","ec-person-d6689ffc6695e7e65bdd0e0c0da1721d3031ea1b"]}} -{"id":"ec-meeting-2022-10-27-b6fd4271a0d87920b6f15ba94bdcc0c3455882fc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-27 - Cabinet of Vice-President Věra Jourová x World Economic Forum"],"date":["2022-10-27"],"summary":["Digital safety"],"notes":["Portfolio: Values and Transparency"],"location":["videoconference call"],"address":["videoconference call"],"addressEntity":["addr-7276ec71205fc53d56bb101a3202566867d4a890"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["ec-person-fb258e0188a5319bfaba3161382db43f5a85851f","eu-tr-567538843366-43"]}} -{"id":"ec-meeting-2022-10-27-c1953d4a50cdb0da34e864a9a54ea8a4150ae7c6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-27 - Cabinet of Executive Vice-President Frans Timmermans x Flexible Packaging Europe"],"date":["2022-10-27"],"summary":["Circular economy and the revision of the EU packaging rules"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-8af3c81534786a740718d21dc58240738a53ed7b","eu-tr-616597915313-68"]}} -{"id":"ec-meeting-2022-10-27-cdc9abb9c3f85d276a2fdd9d3f3c04d130da7e82","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-27 - Cabinet of Commissioner Mairead Mcguinness x Irish Farmers' Association"],"date":["2022-10-27"],"summary":["Meeting with the Blackwater Dairy Discussion Group on sustainable finance and and general agricultural issues"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-a5441c6a69a8a94fd64e02def60fcc6567f2c1d8","eu-tr-933102147733-91","ec-person-c7d8468d3870f7e4db534aa99b291f61e9d50404"]}} -{"id":"ec-meeting-2022-10-27-d49ba50966b82d488ece68987693d357a29729dd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-27 - Cabinet of Commissioner Nicolas Schmit x CONFEDERACIÓN SINDICAL DE CCOO UNIÓN GENERAL DE TRABAJADORES DE ESPAÑA Confederación Española de Organizaciones Empresariales"],"date":["2022-10-27"],"summary":["The situation of social dialogue in Castilla y Leon region."],"notes":["Portfolio: Jobs and Social Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["eu-tr-678444740004-77","eu-tr-02963738854-41","eu-tr-97955117938-72","ec-person-c2208333f0f75350eef62b355a40bf856f2d9cef","ec-person-c03b949331dbbe5fa3d5423758e371ec1b9b832f"]}} -{"id":"ec-meeting-2022-10-27-f8661103db8314802d9d93c65aa08f6ea71afc85","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-27 - Cabinet of Commissioner Kadri Simson x Atlantia"],"date":["2022-10-27"],"summary":["Hydrogen and transport fuels, decarbonisation of airport infrastructure"],"notes":["Portfolio: Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["ec-person-2fb98fc84d2cf8d481688eff3d47f7745ead3592","eu-tr-478977744955-91"]}} -{"id":"ec-meeting-2022-10-27-fabf6be3bdb7f0e3b59b367f74780802180ed092","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-27 - Cabinet of Executive Vice-President Valdis Dombrovskis x ICI Global"],"date":["2022-10-27"],"summary":["Sustainable Finance"],"notes":["Portfolio: An Economy that Works for People"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-235870cd7eb41f2494f695fce18b5b5b88647113","eu-tr-296711210890-30"]}} -{"id":"ec-meeting-2022-10-27-fe2290db5742d9f612a5343cfac350734126902b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-27 - Cabinet of Executive Vice-President Frans Timmermans x Bayer AG"],"date":["2022-10-27"],"summary":["Sustainable food systems"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-3523776801-85","ec-person-33624431cbec1074e151c1707715ef46d2ba9565"]}} -{"id":"ec-meeting-2022-10-28-07babde0b52677a2738903c321c5f1169366c1d1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-28 - Cabinet of President Ursula von der Leyen x Vereinigung der österreichischen Industrie - Industriellenvereinigung"],"date":["2022-10-28"],"summary":["-\tExchange of views on energy prices\r\n-\tExchange of views on EU competitiveness\r\n-\tPreparation of Business Europe dialogue with CEOs"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-781d246729522a816df2b77a616f5ae127bc104e","eu-tr-89093924456-06"]}} -{"id":"ec-meeting-2022-10-28-1d75a7127643c4ab7063c6ea72af030ee9843b8c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-28 - Internal Market, Industry, Entrepreneurship and SMEs x thyssenkrupp Steel Europe AG"],"date":["2022-10-28"],"summary":["IRA impact on steel"],"location":["online"],"address":["online"],"addressEntity":["addr-2dbc2fd2358e1ea1b7a6bc08ea647b9a337ac92d"],"organizer":["ec-dg-grow"],"involved":["ec-person-0151c7e554d188fffc509ad636b7d1a84c5dfcd5","eu-tr-456211534646-58"]}} -{"id":"ec-meeting-2022-10-28-256295865f1205fb5d72a8627ece85fb2b3caff1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-28 - Cabinet of Executive Vice-President Frans Timmermans x The European Organization for Packaging and the Environment The Coca-Cola Company"],"date":["2022-10-28"],"summary":["Implementation of circular economy and the revision of EU packaging rules"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-8af3c81534786a740718d21dc58240738a53ed7b","eu-tr-0001976677-12","eu-tr-00475641564-03"]}} -{"id":"ec-meeting-2022-10-28-41564ebea1875255b2315c6218bca273a4b67db6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-28 - Cabinet of Executive Vice-President Valdis Dombrovskis x European agri-cooperatives"],"date":["2022-10-28"],"summary":["Food security and fertilisers."],"notes":["Portfolio: An Economy that Works for People"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["eu-tr-09586631237-74","ec-person-f011ed0f7c78d833a79f1206f788e0cbd9cb8864","ec-person-7433d96a6e6f46c9f9174db79ec61c387dffa509"]}} -{"id":"ec-meeting-2022-10-28-59414ead69ec21f6f9fdde4717ff85efe5460e17","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-28 - Cabinet of Executive Vice-President Frans Timmermans x Constantia Flexibles International GmbH"],"date":["2022-10-28"],"summary":["Implementation of circular economy and the revision of EU packaging rules"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-360365546586-29","ec-person-8af3c81534786a740718d21dc58240738a53ed7b"]}} -{"id":"ec-meeting-2022-10-28-60d462be10c140530ffa23e28a9675523527c8c3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-28 - Cabinet of Commissioner Thierry Breton x Talga Group Ltd"],"date":["2022-10-28"],"summary":["Raw materials"],"notes":["Portfolio: Internal Market"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-465433243069-58","ec-person-6308dea893b9b1ca0dcd5b91b4a1ac4c2f3020ad","ec-person-026c2270ec4cbabdb8ac223b2d1fa4202696dc8d"]}} -{"id":"ec-meeting-2022-10-28-6a050e5998281af4108b6893dcc8a0f9029c19de","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2022-10-28 - Cabinet of Commissioner Thierry Breton x Union des Professionnels de la Location Touristique"],"date":["2022-10-28"],"summary":["(will follow)","EU tourism policy and proposal on short-term rentals"],"notes":["Portfolio: Internal Market"],"location":["Berlaymont","Brussels"],"address":["Berlaymont","Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6","addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-812017147897-33","ec-person-d6689ffc6695e7e65bdd0e0c0da1721d3031ea1b"]}} -{"id":"ec-meeting-2022-10-28-87232b1a3d5b3d9683a6822fdf144c3740091a82","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-28 - Cabinet of Executive Vice-President Margrethe Vestager x European Union Chamber of Commerce in China"],"date":["2022-10-28"],"summary":["Relations with China"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["On line"],"address":["On line"],"addressEntity":["addr-cb2f00802ed7372f63c99884a6e39d8433f5d2b0"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-cc22f9036f136b68e22fa3af97972857e72dc249","eu-tr-592343015058-67","ec-person-8b6db5c3c4611618ade59c6d0dadc21c962f0ee7"]}} -{"id":"ec-meeting-2022-10-28-af698d8824d89baf4a06343f599f27acd48bc6c9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-28 - Cabinet of Commissioner Helena Dalli x Malta Business Foundation"],"date":["2022-10-28"],"summary":["Meeting to discuss EU Equality initiatives."],"notes":["Portfolio: Equality"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-dalli-helena-of"],"involved":["ec-person-dbd4bba0ef71d4385c97691e3df5bb484709a07e","eu-tr-891881518347-25","ec-person-aa0edba7826d1445c51c415ae3da020d45f9dc06"]}} -{"id":"ec-meeting-2022-10-28-b26fe1f8c96119aa401884728f4db6a6d361c1bd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-28 - Cabinet of Executive Vice-President Margrethe Vestager x Confederation of Danish Industry Orgalim – Europe's Technology Industries"],"date":["2022-10-28"],"summary":["EU Chips Act, SMEI, Data Act."],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-cc22f9036f136b68e22fa3af97972857e72dc249","eu-tr-5749958415-41","eu-tr-20210641335-88","ec-person-0e93ebac9bad76e1351e0981f04e7ef88848f943"]}} -{"id":"ec-meeting-2022-10-28-cb7b352cde00aa173c982f9fcf9f839b5c347187","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-28 - Cabinet of Executive Vice-President Margrethe Vestager x Joint European Disruptive Initiative"],"date":["2022-10-28"],"summary":["Critical raw materials"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-086257740627-54","ec-person-0e93ebac9bad76e1351e0981f04e7ef88848f943","ec-person-8b6db5c3c4611618ade59c6d0dadc21c962f0ee7"]}} -{"id":"ec-meeting-2022-10-28-e73c69be433d8a09101993da6113cec240cf356c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-28 - Cabinet of Commissioner Paolo Gentiloni x Atlantia"],"date":["2022-10-28"],"summary":["Exchange of views on the EU’s economic outlook and environmental impacts expected of Intelligent Transportation Systems (ITS)"],"notes":["Portfolio: Economy"],"location":["Bruxelles"],"address":["Bruxelles"],"addressEntity":["addr-b58f5927b66d94a676970dc048485d4c6848f272"],"organizer":["ec-cabinet-commissioner-gentiloni-of-paolo"],"involved":["ec-person-088d26d74d1898338fbf1c86e139bd6d3b870dbc","eu-tr-478977744955-91"]}} -{"id":"ec-meeting-2022-10-28-ebad4fabcd525cbc02e367e329deb49fbb632290","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-28 - Defence Industry and Space x Bundesverband der Deutschen Industrie e.V."],"date":["2022-10-28"],"summary":["Exchange of views on Foreign direct investment, Secure Connectivity, critical raw materials and Security of Supply."],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-defis"],"involved":["eu-tr-1771817758-48","ec-person-a5e52cd544ea3aa44eb4b31fac65a468499f106e"]}} -{"id":"ec-meeting-2022-10-28-fefdf360b7df9411d0420fcde6b18819d5d4d568","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-10-28 - Cabinet of Commissioner Nicolas Schmit x The Swedish Trade Union Confederation Tjänstemännens centralorganisation Sveriges Akademikers Centralorganisation"],"date":["2022-10-28"],"summary":["Directive on platform work and social dialogue initiative."],"notes":["Portfolio: Jobs and Social Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-8eb18b6102d444937bc6af5822a6742812165b48","ec-person-4cf4655ab41922e92160325d987a3c4615c72d30","eu-tr-86242309652-84","eu-tr-673091017982-82","ec-person-935314e38d735654cae8ee61313a3d73439b242d","eu-tr-263312725149-84","ec-person-c03b949331dbbe5fa3d5423758e371ec1b9b832f"]}} -{"id":"ec-meeting-2022-11-03-077f419c8221fc94cb19ed15e50573d9f495def5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-03 - Energy x LNG Allies"],"date":["2022-11-03"],"summary":["Security of supply and the EU Energy Platform."],"location":["Washington, U.S.A."],"address":["Washington, U.S.A."],"addressEntity":["addr-e489095a1c43186b4d6237952e20b84cedb6348c"],"organizer":["ec-dg-ener"],"involved":["ec-person-9c0f33ecb9f6badd5f4b5f1a4bd7677e18a52a22","eu-tr-481820434723-38"]}} -{"id":"ec-meeting-2022-11-03-1e1cf96a6270554d4c5b10661cd056443883d56e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-03 - Internal Market, Industry, Entrepreneurship and SMEs x DIGITALEUROPE"],"date":["2022-11-03"],"summary":["Discussion on the representatives to the Expert Group on Radio Equipment (EG RE)"],"location":["online"],"address":["online"],"addressEntity":["addr-2dbc2fd2358e1ea1b7a6bc08ea647b9a337ac92d"],"organizer":["ec-dg-grow"],"involved":["ec-person-0151c7e554d188fffc509ad636b7d1a84c5dfcd5","eu-tr-64270747023-20"]}} -{"id":"ec-meeting-2022-11-03-578b39c1fb9c63bbf85ca04d36d57fb0874e1b76","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-03 - Cabinet of President Ursula von der Leyen x Deutsche Bahn AG"],"date":["2022-11-03"],"summary":["State Aid"],"notes":["Portfolio: President"],"location":["Brussels (WEBEX)"],"address":["Brussels (WEBEX)"],"addressEntity":["addr-3afbdeda01f3dac93a9dc841fdac57d9de27b869"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-7019713e72781afb1f3b19032c4752a314b78180","eu-tr-4516220482-22"]}} -{"id":"ec-meeting-2022-11-03-6b7ba163ad6956607eb182be9e53fa2e1123b343","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-03 - Cabinet of Commissioner Elisa Ferreira x Airholding S.A."],"date":["2022-11-03"],"summary":["Update on the activities of the Embraer Group in Portugal"],"notes":["Portfolio: Cohesion and Reforms"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-elisa-ferreira-of"],"involved":["eu-tr-151979748058-04","ec-person-6aefca8f66cd57549e22428bee7f0d2c97d16f52"]}} -{"id":"ec-meeting-2022-11-03-ce01f2df6eb775c3ceff6971ebf4b8097dd628e9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-03 - Cabinet of Executive Vice-President Frans Timmermans x Fern"],"date":["2022-11-03"],"summary":["Deforestation Regulation"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-4d24ceb9e6bdaabe394d1506aa601a9ce9d0e59b","eu-tr-40538475090-82"]}} -{"id":"ec-meeting-2022-11-03-eeb3eedb34abf4918820b15296a3ce99b85d5e4b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-03 - Cabinet of Commissioner Stella Kyriakides x Moderna Inc."],"date":["2022-11-03"],"summary":["Videoconference with Moderna CEO on future of mRNA platform; ongoing cooperation on the management of the pandemic"],"notes":["Portfolio: Health"],"location":["Bruxelles"],"address":["Bruxelles"],"addressEntity":["addr-b58f5927b66d94a676970dc048485d4c6848f272"],"organizer":["ec-cabinet-commissioner-kyriakides-of-stella"],"involved":["eu-tr-011080341579-06","ec-person-8e447e82a2a89decd9d6ca2926b91c01d93699e1","ec-person-c7513fae2df7920eea99d7cc103a354aa4f56b6e"]}} -{"id":"ec-meeting-2022-11-04-2d0a5a9798563459aeae93b08c61a18447301e70","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-04 - Energy x Tellurian Trading UK Ltd"],"date":["2022-11-04"],"summary":["Security of supply and the EU Energy Platform (with the parent company, Tellurian Inc)"],"location":["Washington, U.S.A."],"address":["Washington, U.S.A."],"addressEntity":["addr-e489095a1c43186b4d6237952e20b84cedb6348c"],"organizer":["ec-dg-ener"],"involved":["eu-tr-382928328537-02","ec-person-9c0f33ecb9f6badd5f4b5f1a4bd7677e18a52a22"]}} -{"id":"ec-meeting-2022-11-04-61fcb5a60be93745e0d63f44041df326e31fafc1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-04 - Cabinet of Commissioner Stella Kyriakides x European Diabetes Forum International Diabetes Federation European Region"],"date":["2022-11-04"],"summary":["VTC meeting on the Healthier Together - EU Non-Communicable Diseases initiative and on the priorities for the diabetes community"],"notes":["Portfolio: Health"],"location":["Bruxelles"],"address":["Bruxelles"],"addressEntity":["addr-b58f5927b66d94a676970dc048485d4c6848f272"],"organizer":["ec-cabinet-commissioner-kyriakides-of-stella"],"involved":["eu-tr-235585541427-10","ec-person-ecf9f9e978b833afc98ee022572d468f0dc9a352","ec-person-c7513fae2df7920eea99d7cc103a354aa4f56b6e","eu-tr-80267287489-88"]}} -{"id":"ec-meeting-2022-11-04-a85fa701f7e3ff4c7058e1cd7ee03c2d22c56c90","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-04 - Energy x Cheniere Energy, Inc."],"date":["2022-11-04"],"summary":["Security of supply and the EU Energy Platform."],"location":["Washington, U.S.A."],"address":["Washington, U.S.A."],"addressEntity":["addr-e489095a1c43186b4d6237952e20b84cedb6348c"],"organizer":["ec-dg-ener"],"involved":["eu-tr-932288747927-37","ec-person-9c0f33ecb9f6badd5f4b5f1a4bd7677e18a52a22"]}} -{"id":"ec-meeting-2022-11-04-ac9187bad0aabfea8da2495ee6c906ae28c49632","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-04 - Cabinet of Executive Vice-President Frans Timmermans x Breakthrough Energy Catalyst Foundation"],"date":["2022-11-04"],"summary":["Transatlantic cooperation on clean tech"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-4d24ceb9e6bdaabe394d1506aa601a9ce9d0e59b","ec-person-d53e00c46a4cc62bbf533e0c9bb35bacb9121989","eu-tr-424103441763-49"]}} -{"id":"ec-meeting-2022-11-04-e72f996c9330e9b3939c481bf1027f8cf64edb84","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-04 - Budget x McKinsey Global Institute"],"date":["2022-11-04"],"summary":["EU Budget/Energy"],"location":["On line"],"address":["On line"],"addressEntity":["addr-cb2f00802ed7372f63c99884a6e39d8433f5d2b0"],"organizer":["ec-dg-budg"],"involved":["ec-person-39635b893026833f739fe623fe7e9d5a97525e7a","eu-tr-752385731275-18"]}} -{"id":"ec-meeting-2022-11-07-016c2416f2e887e300e5ab801cbc0f1b107f604d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-07 - Cabinet of Executive Vice-President Frans Timmermans x ENEL SpA"],"date":["2022-11-07"],"summary":["Energy crisis response, permitting electricity market reform"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-a282162080cef4ef2a8c0ab6247a3e03dc438507","ec-person-d53e00c46a4cc62bbf533e0c9bb35bacb9121989","eu-tr-6256831207-27"]}} -{"id":"ec-meeting-2022-11-07-104add89ec4e1cf3af101dc9c3966d40dcad2d57","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-07 - Cabinet of President Ursula von der Leyen x Centre on Regulation in Europe"],"date":["2022-11-07"],"summary":["Global Governance for the Digital Ecosystems: Preserving Convergence and Organizing Co-existence"],"notes":["Portfolio: President"],"location":["Brussels (VC)"],"address":["Brussels (VC)"],"addressEntity":["addr-7a7ab1034ef0b71e62ebf9a322dc5d9528505976"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-7019713e72781afb1f3b19032c4752a314b78180","eu-tr-041592911733-05"]}} -{"id":"ec-meeting-2022-11-07-389464517b18515116d956bf738b4c0caa2d4626","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-07 - Cabinet of Commissioner Mairead Mcguinness x Bundesverband Öffentlicher Banken Deutschlands eV"],"date":["2022-11-07"],"summary":["Article 8 Disclosures"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Online meeting"],"address":["Online meeting"],"addressEntity":["addr-9d833a1da3074efd384ee6bc2b108c1f5bb379e0"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-a5441c6a69a8a94fd64e02def60fcc6567f2c1d8","eu-tr-0767788931-41"]}} -{"id":"ec-meeting-2022-11-07-4ad0c87f49db131a1ff016e11b15dc190e759240","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-07 - Environment x Swedish Forest Industries Federation"],"date":["2022-11-07"],"summary":["Deforestation"],"location":["Stockholm"],"address":["Stockholm"],"addressEntity":["addr-c62ff645db3e4e4627445eafdadf5e5683415895"],"organizer":["ec-dg-env"],"involved":["ec-person-f9559d68da38935569ff0be1cadd90e05f0454bd","eu-tr-355702910008-47"]}} -{"id":"ec-meeting-2022-11-07-4e41c321845d95730de19f872376c74ca3f85710","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-07 - Cabinet of Commissioner Virginijus Sinkevičius x Bundesverband der Deutschen Industrie e.V."],"date":["2022-11-07"],"summary":["revision of the Industrial Emissions Directive (IED) and revision of the REACH Regulation"],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["eu-tr-1771817758-48","ec-person-df7b6800b8d3048e28fedb084a8b0b72260d7a0a"]}} -{"id":"ec-meeting-2022-11-07-8f969757e36c88455160a706a4625399087d7872","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-07 - Cabinet of Executive Vice-President Margrethe Vestager x FTI Consulting Belgium General Motors"],"date":["2022-11-07"],"summary":["AI and the data economy."],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-245346137135-21","ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0","eu-tr-29896393398-67"]}} -{"id":"ec-meeting-2022-11-07-98d84d0549a3003ed0dcbb5866cc79af56cfc5ef","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-07 - Cabinet of Commissioner Nicolas Schmit x Fagligt Fælles Forbund"],"date":["2022-11-07"],"summary":["Directive on platform work, digitalization of social security coordination, Working conditions, Social Dialogue."],"notes":["Portfolio: Jobs and Social Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-8eb18b6102d444937bc6af5822a6742812165b48","ec-person-4cf4655ab41922e92160325d987a3c4615c72d30","ec-person-935314e38d735654cae8ee61313a3d73439b242d","ec-person-c03b949331dbbe5fa3d5423758e371ec1b9b832f","eu-tr-790395022789-84"]}} -{"id":"ec-meeting-2022-11-07-9dc90500c97543fb256c254c392e0d131c2453b9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-07 - Directorate-General for International Partnerships x AXA"],"date":["2022-11-07"],"summary":["Joint meeting with Proparco and BlaO.\r\nPossibilités de collaboration. Fonds obligataire; Blue Orange rapport \"Billions to Trillions\"; la structuration de la garantie compatible solvency 2 etc..."],"location":["online"],"address":["online"],"addressEntity":["addr-2dbc2fd2358e1ea1b7a6bc08ea647b9a337ac92d"],"organizer":["ec-dg-intpa"],"involved":["eu-tr-36423781099-10","ec-person-afe6f55069d2cc5483157e138e41abd63140fdd8"]}} -{"id":"ec-meeting-2022-11-07-a7c04d3dd24356e1653286eda8abd06ca96870cd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-07 - Cabinet of Executive Vice-President Valdis Dombrovskis x WWF European Policy Programme"],"date":["2022-11-07"],"summary":["EU green bond standard"],"notes":["Portfolio: An Economy that Works for People"],"location":["videoconference"],"address":["videoconference"],"addressEntity":["addr-92b2fbb928e012810d80d9ef1abe12027beee200"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-235870cd7eb41f2494f695fce18b5b5b88647113","eu-tr-1414929419-24"]}} -{"id":"ec-meeting-2022-11-07-ad00f63c28b79a33e60d05f18d41f48886cf01e4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-07 - Cabinet of Executive Vice-President Frans Timmermans x jskwadraat"],"date":["2022-11-07"],"summary":["Follow-up to email about pilot energy performance contracts for house renovations"],"notes":["Portfolio: European Green Deal"],"location":["Phone-call"],"address":["Phone-call"],"addressEntity":["addr-649adee67ab75d4e015cdb203873b62794847c81"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-ef3e882499136b48d744f4751cee95c0f8866078","eu-tr-460033844652-45"]}} -{"id":"ec-meeting-2022-11-07-cfee9ab09479a7233c93e5be791b2875b405ca4f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-07 - Cabinet of Executive Vice-President Margrethe Vestager x Technology Industries of Finland (Teknologiateollisuus ry)"],"date":["2022-11-07"],"summary":["Energy crisis related issues"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0","ec-person-eecca27e2a9c3fc0d4bd43564e4960382705feef","eu-tr-39705603497-38"]}} -{"id":"ec-meeting-2022-11-07-d206a46ff78414415ac8f7002109e03b4c8ea7af","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-07 - Environment x Boliden Group"],"date":["2022-11-07"],"summary":["Raw Materials Act"],"location":["Stockholm"],"address":["Stockholm"],"addressEntity":["addr-c62ff645db3e4e4627445eafdadf5e5683415895"],"organizer":["ec-dg-env"],"involved":["ec-person-f9559d68da38935569ff0be1cadd90e05f0454bd","eu-tr-482997418651-48"]}} -{"id":"ec-meeting-2022-11-07-d7c26635655db4ab8da6b9caeb369eeddd1f01f9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-07 - Competition x The Ad Hoc Partnership Limited"],"date":["2022-11-07"],"summary":["General discussion on State Aids, Temporary Framework, CEEAG, GBER"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-comp"],"involved":["ec-person-f257bc19c568ad25083c1c1e1651426245cefedf","eu-tr-287174143153-09"]}} -{"id":"ec-meeting-2022-11-07-dfbaa211956382a46bdf3434e85e177442293132","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-07 - Directorate-General for International Partnerships x kENUP Foundation"],"date":["2022-11-07"],"summary":["Follow up meeting; possible support to Morocco for the development of a vaccine manufacturing hub; possible support for investment by biotech firm Evotec in Africa; reachout at unit level also on Latin-America."],"location":["online"],"address":["online"],"addressEntity":["addr-2dbc2fd2358e1ea1b7a6bc08ea647b9a337ac92d"],"organizer":["ec-dg-intpa"],"involved":["eu-tr-934996421910-13","ec-person-afe6f55069d2cc5483157e138e41abd63140fdd8"]}} -{"id":"ec-meeting-2022-11-07-e828a529e6bac4903dad603164b9ce272908ec87","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-07 - Cabinet of Executive Vice-President Frans Timmermans x Equinor ASA"],"date":["2022-11-07"],"summary":["Clean energy transition and RePower, including gas diversification, CCUS, hydrogen and renewable power investments"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-d53e00c46a4cc62bbf533e0c9bb35bacb9121989","eu-tr-4447605981-76"]}} -{"id":"ec-meeting-2022-11-07-f45812c3ae11f152b56db23284deeef8594c4444","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-07 - Taxation and Customs Union x Tesco plc"],"date":["2022-11-07"],"summary":["Hybrid meeting - Effects and conformity with EU law of the Hungarian retail tax, excess profit tax on retailers and price cap on retailers"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-taxud"],"involved":["eu-tr-190810415919-85","ec-person-9e42f316f38c8e126c2cd2bc84affb891338c7f3"]}} -{"id":"ec-meeting-2022-11-08-08fdd13d42e8d4b84321ada9797546b9c269b963","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-08 - Cabinet of Commissioner Kadri Simson x Fortum Oyj"],"date":["2022-11-08"],"summary":["Internal electricity market and nuclear energy"],"notes":["Portfolio: Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["eu-tr-03501997362-71","ec-person-d40f25b5cb5c0681854a4996da444478318f7e58"]}} -{"id":"ec-meeting-2022-11-08-0b3e83965a93bb8b5228aaee634038c60433ca63","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-08 - Energy x GAZ-SYSTEM S.A."],"date":["2022-11-08"],"summary":["Hydrogen and infrastructure"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-441913146231-35","ec-person-9c0f33ecb9f6badd5f4b5f1a4bd7677e18a52a22"]}} -{"id":"ec-meeting-2022-11-08-0b74246a23bad9038bb40536b02992375b713c0c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-08 - Cabinet of Executive Vice-President Margrethe Vestager x Carnegie Europe"],"date":["2022-11-08"],"summary":["economic policy and international relations."],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-cc22f9036f136b68e22fa3af97972857e72dc249","ec-person-8b6db5c3c4611618ade59c6d0dadc21c962f0ee7","eu-tr-688089718929-60"]}} -{"id":"ec-meeting-2022-11-08-111c9070d9988738e18485c89178b32cd8555ca5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-08 - Cabinet of Commissioner Thierry Breton x Bundesverband deutscher Banken e.V."],"date":["2022-11-08"],"summary":["Digital Euro"],"notes":["Portfolio: Internal Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-0764199368-97","ec-person-5215bd372c5a1202399d77ecceb8c16de8d7d55c"]}} -{"id":"ec-meeting-2022-11-08-15fb5bf7ea810521d551e93d213ff07a8d9327f9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-08 - Cabinet of Vice-President Věra Jourová x The German Marshall Fund of the United States - The Transatlantic Foundation"],"date":["2022-11-08"],"summary":["Defence of Democracy package"],"notes":["Portfolio: Values and Transparency"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["eu-tr-823171519707-31","ec-person-7e1aeaad9232c788ee790cdb309ccad8f9ffdc5e"]}} -{"id":"ec-meeting-2022-11-08-25ee99a36967d4f201e953e4b631fe9c5a6471ef","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-08 - Cabinet of Commissioner Mairead Mcguinness x Ibec"],"date":["2022-11-08"],"summary":["Ibec and the Irish Med Tech Association discussed implementation of the EU Medical Device Regulation (MDR) and its potential impact on future patient access to medtech, as well as R&D and investment"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["eu-tr-479468313744-50","ec-person-c7d8468d3870f7e4db534aa99b291f61e9d50404"]}} -{"id":"ec-meeting-2022-11-08-2cff1e8b34a903e8285d502a6bf6b48772e00cf0","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2022-11-08 - Cabinet of Commissioner Mairead Mcguinness x Bundesverband deutscher Banken e.V."],"date":["2022-11-08"],"summary":["Digital Euro","Sustainable Finance"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Online meeting","Brussels"],"address":["Online meeting","Brussels"],"addressEntity":["addr-9d833a1da3074efd384ee6bc2b108c1f5bb379e0","addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-a5441c6a69a8a94fd64e02def60fcc6567f2c1d8","ec-person-0ba9b89127b39af6a66f2fc3ed727332f1b19a34","eu-tr-0764199368-97"]}} -{"id":"ec-meeting-2022-11-08-3691f87695bb4be5cd48cd2d3772694d938692fd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-08 - Cabinet of Executive Vice-President Margrethe Vestager x Brintbranchen / Hydrogen Denmark"],"date":["2022-11-08"],"summary":["Energy issues"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-cc22f9036f136b68e22fa3af97972857e72dc249","ec-person-6b6135249735cff1f3061530471f1e159500c840","eu-tr-337825146819-47"]}} -{"id":"ec-meeting-2022-11-08-4d1ad2b9ad36395d24422017556bd2647bf20637","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-08 - Cabinet of Commissioner Johannes Hahn x Zentraler Immobilien Ausschuss"],"date":["2022-11-08"],"summary":["Attended the Zia Europe General Reception"],"notes":["Portfolio: Budget and Administration"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hahn-johannes-of"],"involved":["eu-tr-34880145791-74","ec-person-52ebdba1b5ae6d7ba661630f40cdaaa33c25ee7d"]}} -{"id":"ec-meeting-2022-11-08-520897d210539477834919f73e5410239ce54ec7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-08 - Cabinet of Commissioner Johannes Hahn x IBM Corporation"],"date":["2022-11-08"],"summary":["Technology developments, data and interoperability"],"notes":["Portfolio: Budget and Administration"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hahn-johannes-of"],"involved":["eu-tr-7721359944-96","ec-person-8464bae14a77569c61cbdfecb8ff9cff10595be5"]}} -{"id":"ec-meeting-2022-11-08-560eab4d00d857b6b08d75c134eedec52c72058e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-08 - Cabinet of Commissioner Stella Kyriakides x Friends of the Earth Europe"],"date":["2022-11-08"],"summary":["Discussion on Antimicrobial Resistance (AMR)"],"notes":["Portfolio: Health"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-kyriakides-of-stella"],"involved":["ec-person-ba73927c33000184cab3f41a76e1b32fe7d7eda8","eu-tr-9825553393-31"]}} -{"id":"ec-meeting-2022-11-08-5a7b6cd767d2f993f548c1025589a724de3f0098","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-08 - Internal Market, Industry, Entrepreneurship and SMEs x Association des Constructeurs Européens d'Automobiles"],"date":["2022-11-08"],"summary":["introductory talk with the new appointed Director General Ms de Vries"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-grow"],"involved":["ec-person-0151c7e554d188fffc509ad636b7d1a84c5dfcd5","eu-tr-0649790813-47"]}} -{"id":"ec-meeting-2022-11-08-6105e2954bd2c374f603e002c80a042fbc4f4759","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-08 - Cabinet of Commissioner Adina Vălean x Federation of European Motorcyclists' Associations"],"date":["2022-11-08"],"summary":["Road safety"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["ec-person-cc0354fbf386eb83f57c00ad5240f1dddeeabab4","eu-tr-43691777818-34","ec-person-6e21d867543ef3b910e746c319cb048abd054702"]}} -{"id":"ec-meeting-2022-11-08-67415e9aa7e577b31d97f7b6b74c054ce4ffd116","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-08 - Cabinet of Vice-President Věra Jourová x BOUYGUES EUROPE"],"date":["2022-11-08"],"summary":["European Media Freedom Act"],"notes":["Portfolio: Values and Transparency"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["ec-person-aa83f35da599b82e4f15da018f4b3447eb648f7c","eu-tr-91216972728-77"]}} -{"id":"ec-meeting-2022-11-08-70d4a7e64e99c60d40b66219be2234cbff86a2a2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-08 - Cabinet of Commissioner Kadri Simson x VERBUND AG"],"date":["2022-11-08"],"summary":["- Renewable Hydrogen\r\n- Electricity market design"],"notes":["Portfolio: Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["ec-person-d40f25b5cb5c0681854a4996da444478318f7e58","eu-tr-09571422185-81"]}} -{"id":"ec-meeting-2022-11-08-77efdb29e0a2a919834394c78ab4505dda02d83b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-08 - Cabinet of Commissioner Virginijus Sinkevičius x Health & Environment Alliance"],"date":["2022-11-08"],"summary":["reaction on AAQD"],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["eu-tr-00723343929-96","ec-person-df7b6800b8d3048e28fedb084a8b0b72260d7a0a"]}} -{"id":"ec-meeting-2022-11-08-7e9918fc3e06b0e23b25acdcbaa17708fcacd496","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-08 - Cabinet of Executive Vice-President Valdis Dombrovskis x Bundesverband deutscher Banken e.V."],"date":["2022-11-08"],"summary":["Digital euro"],"notes":["Portfolio: An Economy that Works for People"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-235870cd7eb41f2494f695fce18b5b5b88647113","eu-tr-0764199368-97"]}} -{"id":"ec-meeting-2022-11-08-869f6da6d385d2fd98647a86133225979d99cb62","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-08 - Defence Industry and Space x General Electric Company"],"date":["2022-11-08"],"summary":["Exchange of views on EDF & AZEA."],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-defis"],"involved":["ec-person-a5e52cd544ea3aa44eb4b31fac65a468499f106e","eu-tr-4016736872-59"]}} -{"id":"ec-meeting-2022-11-08-8708d63160d02436a8f24ff023f044d792c36c8e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-08 - Cabinet of Commissioner Ylva Johansson x Save the Children Europe"],"date":["2022-11-08"],"summary":["Presentation of Save the Children's report “Violence against refugees and migrant children arriving in Europe through the Balkans”"],"notes":["Portfolio: Home Affairs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-johansson-of-ylva"],"involved":["ec-person-31b127e72e9dd30ce85ff2b475ac65d28d7dc48d","ec-person-1c9f2e5d03a1fc77ed6b3d4e34c35b2bd1506318","eu-tr-697362735627-20"]}} -{"id":"ec-meeting-2022-11-08-90cb0575e2d9db98bf35a2fdb63b5dbc5ba4ab4b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-08 - Cabinet of Commissioner Mairead Mcguinness x Banco Santander, S.A."],"date":["2022-11-08"],"summary":["Basel III"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["eu-tr-799142914971-03","ec-person-49e520c7a9c9c47ccb5acfa68f9416e4233af9f8"]}} -{"id":"ec-meeting-2022-11-08-954c0cd591bdeefb9de5a9bf337546b6c3ccc039","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-08 - Cabinet of Commissioner Johannes Hahn x VERBUND AG"],"date":["2022-11-08"],"summary":["Current economic developments"],"notes":["Portfolio: Budget and Administration"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hahn-johannes-of"],"involved":["ec-person-0a9c49ba84ea78ae0ec9c6fadde7b6d66e7a1054","ec-person-a3674866c760605fc38abed4dffd3f94f2c83d64","eu-tr-09571422185-81"]}} -{"id":"ec-meeting-2022-11-08-a49b23467373303be3b66810e3bf54e0f0cafdd9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-08 - Cabinet of Commissioner Thierry Breton x Haleon"],"date":["2022-11-08"],"summary":["Resilience of EU supply chains for the health industrial ecosystem"],"notes":["Portfolio: Internal Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-d6689ffc6695e7e65bdd0e0c0da1721d3031ea1b","eu-tr-292566647414-46"]}} -{"id":"ec-meeting-2022-11-08-a7139a1c23b6d5e04319ade97d35bfb323f40aa1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-08 - Cabinet of Commissioner Janusz Wojciechowski x Gevo, Inc."],"date":["2022-11-08"],"summary":["To exchange views on the upcoming New Regulatory Framework for Carbon Removals initiative"],"notes":["Portfolio: Agriculture"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["ec-person-cafe030b6dad78a75143f7552c420481b30ebceb","eu-tr-316427737892-62"]}} -{"id":"ec-meeting-2022-11-08-c38a2c02f14ca2ff23b1d2e63e78e2a2a1c99cf9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-08 - Cabinet of Executive Vice-President Frans Timmermans x Health & Environment Alliance"],"date":["2022-11-08"],"summary":["Air quality"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-00723343929-96","ec-person-33624431cbec1074e151c1707715ef46d2ba9565"]}} -{"id":"ec-meeting-2022-11-08-c566c1c75e9bb092c36852a6854d8c2f45993eab","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-08 - Cabinet of Commissioner Stella Kyriakides x FoodDrinkEurope"],"date":["2022-11-08"],"summary":["VTC meeting on food packaging"],"notes":["Portfolio: Health"],"location":["Bruxelles"],"address":["Bruxelles"],"addressEntity":["addr-b58f5927b66d94a676970dc048485d4c6848f272"],"organizer":["ec-cabinet-commissioner-kyriakides-of-stella"],"involved":["eu-tr-75818824519-45","ec-person-8c3c9f5f3b2f84138bb6ab73180e2eff94b88ec8"]}} -{"id":"ec-meeting-2022-11-08-c82e8433fffe7acbd6ad2c28f88b5129c51fa15d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-08 - Cabinet of Executive Vice-President Frans Timmermans x Climate Action Network Europe"],"date":["2022-11-08"],"summary":["Discussion on the Green Deal implementation in Central and Eastern Europe"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-55888811123-49","ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce","ec-person-d53e00c46a4cc62bbf533e0c9bb35bacb9121989","ec-person-33624431cbec1074e151c1707715ef46d2ba9565"]}} -{"id":"ec-meeting-2022-11-08-ca7bd0ca4febfbd835ccca2945a9003290a094d7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-08 - Cabinet of Commissioner Ylva Johansson x Human Rights Watch"],"date":["2022-11-08"],"summary":["Poland / Belarus border"],"notes":["Portfolio: Home Affairs"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-commissioner-johansson-of-ylva"],"involved":["ec-person-1cc1c011b9377e4d6f05577ee58ef3f7182c61b8","eu-tr-56362448807-46"]}} -{"id":"ec-meeting-2022-11-08-d218d5c627ed400a8958524e9b521368f5765740","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-08 - Cabinet of Executive Vice-President Valdis Dombrovskis x Altana Technologies, Inc."],"date":["2022-11-08"],"summary":["Forced labour product ban."],"notes":["Portfolio: An Economy that Works for People"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-235870cd7eb41f2494f695fce18b5b5b88647113","eu-tr-739494147829-49"]}} -{"id":"ec-meeting-2022-11-08-d73689f7ba499a64d6ecc67389462f413e904fac","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-08 - Cabinet of Vice-President Maroš Šefčovič x Friedrich-Ebert-Stiftung"],"date":["2022-11-08"],"summary":["This organisation represented SDP on following topics: EU institutional reforms ahead of the upcoming European elections 2024. The future of the EU’s enlargement policy regarding the EU institutional setup."],"notes":["Portfolio: Interinstitutional Relations and Foresight"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-d8af7eb5b715c9bd960f9661cb5170f8c6230853","ec-person-1f95be23689cd4ed0a26fe2980f760ccf2d55c1e","eu-tr-05546466757-61"]}} -{"id":"ec-meeting-2022-11-08-dc126d27c187c9c1afed36703d84cf47f6bde795","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-08 - Cabinet of Commissioner Nicolas Schmit x SMEunited aisbl BUSINESSEUROPE SGI Europe EUROPEAN TRADE UNION CONFEDERATION"],"date":["2022-11-08"],"summary":["Social Dialogue Initiative."],"notes":["Portfolio: Jobs and Social Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-8eb18b6102d444937bc6af5822a6742812165b48","ec-person-4cf4655ab41922e92160325d987a3c4615c72d30","eu-tr-55820581197-35","eu-tr-3978240953-79","eu-tr-06698681039-26","ec-person-935314e38d735654cae8ee61313a3d73439b242d","ec-person-c2208333f0f75350eef62b355a40bf856f2d9cef","ec-person-c03b949331dbbe5fa3d5423758e371ec1b9b832f","eu-tr-59513031434-92"]}} -{"id":"ec-meeting-2022-11-08-e22880cfd988cc57549033be6cae99706cdbbf56","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-08 - Internal Market, Industry, Entrepreneurship and SMEs x Verband der Automobilindustrie"],"date":["2022-11-08"],"summary":["Venue of President to Brussels- discuss state of play of Data, Euro 7, energy crisis, supply shortages"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-grow"],"involved":["ec-person-0151c7e554d188fffc509ad636b7d1a84c5dfcd5","eu-tr-95574664768-90"]}} -{"id":"ec-meeting-2022-11-08-e82efeb352ac3005bcefb999fdfe47bf83564f5f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-08 - Cabinet of Executive Vice-President Frans Timmermans x Recycling Netwerk Benelux"],"date":["2022-11-08"],"summary":["Implementation of circular economy and the revision of EU packaging rules"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-766108347938-49","ec-person-8af3c81534786a740718d21dc58240738a53ed7b"]}} -{"id":"ec-meeting-2022-11-08-f12e44c2182a93afef4744ce14db10f2b3089012","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-08 - Cabinet of Commissioner Helena Dalli x Merck"],"date":["2022-11-08"],"summary":["Share initiatives and explore ways of collaboration and synergy"],"notes":["Portfolio: Equality"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-dalli-helena-of"],"involved":["ec-person-d15c205cb9cbb310d2811039c0160c1de7c84638","eu-tr-49654992078-52"]}} -{"id":"ec-meeting-2022-11-08-f68555f3dced647377f4cfb66cc5c50d2be7e4d2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-08 - Financial Stability, Financial Services and Capital Markets Union x Raiffeisen Bank International AG"],"date":["2022-11-08"],"summary":["Sanctions and Basel III"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-33858106461-10","ec-person-1fce211249673c35ee07a801ddee77ab24af8d54"]}} -{"id":"ec-meeting-2022-11-08-f841e5eae6da3ad1f378b95c74438181ec10a5ef","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-08 - Cabinet of Executive Vice-President Valdis Dombrovskis x London Stock Exchange Group"],"date":["2022-11-08"],"summary":["sustainable finance"],"notes":["Portfolio: An Economy that Works for People"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-235870cd7eb41f2494f695fce18b5b5b88647113","eu-tr-550494915045-08"]}} -{"id":"ec-meeting-2022-11-08-fce556d2675003dc7d50caa255375691d387805e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-08 - Cabinet of Commissioner Mairead Mcguinness x Raiffeisen Bank International AG"],"date":["2022-11-08"],"summary":["Economic situation, Crisis management, Basel III"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-2b9c589fb2354bd93067644d2c3d2c058d4c4cc9","eu-tr-33858106461-10","ec-person-49e520c7a9c9c47ccb5acfa68f9416e4233af9f8"]}} -{"id":"ec-meeting-2022-11-09-0396938418d20e995dda98031a39bd75a8a33f08","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-09 - Cabinet of Vice-President Margaritis Schinas x MEDICINES FOR EUROPE"],"date":["2022-11-09"],"summary":["Pharma strategy"],"notes":["Portfolio: Promoting the European Way of Life"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-margaritis-of-president-schinas-vice"],"involved":["eu-tr-48325781850-28","ec-person-c8d1d7f3012c344bc60630eb456865390bddc7c5","ec-person-180e5c5b13dac533a1241b0f9d78176c8bec3d51"]}} -{"id":"ec-meeting-2022-11-09-1a001bb688628eaed8c7cd19cd3b100af2713e1d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-09 - Cabinet of Commissioner Stella Kyriakides x MEDICINES FOR EUROPE"],"date":["2022-11-09"],"summary":["Exchange of views on the pharma reform"],"notes":["Portfolio: Health"],"location":["On line"],"address":["On line"],"addressEntity":["addr-cb2f00802ed7372f63c99884a6e39d8433f5d2b0"],"organizer":["ec-cabinet-commissioner-kyriakides-of-stella"],"involved":["eu-tr-48325781850-28","ec-person-ecf9f9e978b833afc98ee022572d468f0dc9a352","ec-person-991ce64cea5178762c932ac823ea5d309e7a8d93"]}} -{"id":"ec-meeting-2022-11-09-1f1516bc862ee9780cdada4bf577d9b27f5cb9cf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-09 - Cabinet of Commissioner Janusz Wojciechowski x Norge Mineraler AS"],"date":["2022-11-09"],"summary":["Meeting to discuss CRMs with Norge Mineraler AS"],"notes":["Portfolio: Agriculture"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["ec-person-625f8b4379f79adee4f15c6a0417a96bb5a5a403","eu-tr-649618044734-72"]}} -{"id":"ec-meeting-2022-11-09-2622060328987562a41e60d5c80f7af8ceab5185","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-09 - Energy x Bureau Européen des Unions de Consommateurs"],"date":["2022-11-09"],"summary":["Consumer rights and interests, energy savings"],"location":["videoconference"],"address":["videoconference"],"addressEntity":["addr-92b2fbb928e012810d80d9ef1abe12027beee200"],"organizer":["ec-dg-ener"],"involved":["eu-tr-9505781573-45","ec-person-9c0f33ecb9f6badd5f4b5f1a4bd7677e18a52a22"]}} -{"id":"ec-meeting-2022-11-09-2be5bc43adedb75da300721bb37faa9a7b8dad54","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-09 - Energy x Equinor ASA"],"date":["2022-11-09"],"summary":["Security of supply and the EU Energy Platform"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["ec-person-9c0f33ecb9f6badd5f4b5f1a4bd7677e18a52a22","eu-tr-4447605981-76"]}} -{"id":"ec-meeting-2022-11-09-330b5448d2695f5e928b9ce941634eebea9c3eac","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-09 - Cabinet of Commissioner Jutta Urpilainen x European Sustainable Development Network Association"],"date":["2022-11-09"],"summary":["SDGs and EU Voluntary Review"],"notes":["Portfolio: International Partnerships"],"location":["Video meeting"],"address":["Video meeting"],"addressEntity":["addr-762dc9b5648e05f3894b6f2597baa8254e5414db"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["ec-person-7204caa5e704bc4a911fee13ad5c0f62fd74b3bc","eu-tr-770141548146-23"]}} -{"id":"ec-meeting-2022-11-09-37c54b1ac5315afe91344a8e6f7e3cce6c4b5e07","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-09 - Cabinet of Vice-President Věra Jourová x B'nai B'rith International"],"date":["2022-11-09"],"summary":["Antisemitism, disinformation"],"notes":["Portfolio: Values and Transparency"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["ec-person-bf54da17217bbddfd9c68fe24d88005ac17e2c4b","eu-tr-162711719247-82"]}} -{"id":"ec-meeting-2022-11-09-542a8608fe30825c8fc67d41938732f6822e0925","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-09 - Cabinet of Commissioner Janusz Wojciechowski x Unione Italiana Vini"],"date":["2022-11-09"],"summary":["EU and Italian wine sector:state of play, main figures and econ. challenges-The CAP support measures for the competitiveness of wine sector-Labelling: EU Regulation on ingredients for wine, the reform of Regulation 1169/2011 and health warnings"],"notes":["Portfolio: Agriculture"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["ec-person-625f8b4379f79adee4f15c6a0417a96bb5a5a403","eu-tr-963786723128-89"]}} -{"id":"ec-meeting-2022-11-09-582870d63136a2e4a9f806b90ac5a59bdeae5ca9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-09 - Cabinet of Commissioner Virginijus Sinkevičius x MedTech Europe"],"date":["2022-11-09"],"summary":["Implementation of EU Chemicals Strategy and the REACH revision"],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["eu-tr-433743725252-26","ec-person-df7b6800b8d3048e28fedb084a8b0b72260d7a0a"]}} -{"id":"ec-meeting-2022-11-09-5d162174be8fc46c99fd915b4b30d280b59e1925","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-09 - Cabinet of Commissioner Thierry Breton x ALLIANCE DE LA PRESSE D’INFORMATION GÉNÉRALE"],"date":["2022-11-09"],"summary":["Media Freedom Act"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-917249537939-70","ec-person-5215bd372c5a1202399d77ecceb8c16de8d7d55c"]}} -{"id":"ec-meeting-2022-11-09-6d11a647868c7add968f29a936439e6caacac366","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-09 - Cabinet of Commissioner Nicolas Schmit x Tata Consultancy Services"],"date":["2022-11-09"],"summary":["Skills development and youth policies."],"notes":["Portfolio: Jobs and Social Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-66fa2c2d100ec194caa42b5c6f97c36e2748b71c","eu-tr-545264744761-05","ec-person-4cf4655ab41922e92160325d987a3c4615c72d30","ec-person-c03b949331dbbe5fa3d5423758e371ec1b9b832f"]}} -{"id":"ec-meeting-2022-11-09-9278bb0854249291f9396c6b6dfba80a9a4ffb3d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-09 - Cabinet of Commissioner Mairead Mcguinness x BNP PARIBAS Société Générale BPCE Fédération bancaire française"],"date":["2022-11-09"],"summary":["Preparation of the meeting between Commissioner McGuinness and the CEOs of French banks"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-49e520c7a9c9c47ccb5acfa68f9416e4233af9f8","eu-tr-09245221105-30","eu-tr-34369111614-57","eu-tr-78787381113-69","eu-tr-179370613236-62"]}} -{"id":"ec-meeting-2022-11-09-936e9bf1f789cc32f3e81bf2ea74b0ed43b493b6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-09 - Cabinet of Commissioner Jutta Urpilainen x DSW (Deutsche Stiftung Weltbevoelkerung) ASSOCIATION FEDERATION HANDICAP INTERNATIONAL European Public Health Alliance OXFAM INTERNATIONAL EU ADVOCACY OFFICE Médecins Sans Frontières International International Federation of Red Cross and Red Crescent Societies Save the Children Europe The ONE Campaign GLOBAL HEALTH ADVOCATES Stichting Aidsfonds - Soa Aids Nederland"],"date":["2022-11-09"],"summary":["Global Health Strategy"],"notes":["Portfolio: International Partnerships"],"location":["Brussels/Videoconference"],"address":["Brussels/Videoconference"],"addressEntity":["addr-726b6e3227aada58f3ffc93a679a33dda0c0469c"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["eu-tr-46856801604-90","eu-tr-26098317349-65","eu-tr-32018754890-28","ec-person-6357f4506ca5351b3a822936612fd6006da48722","eu-tr-415569825888-34","eu-tr-213754916822-68","eu-tr-07720398190-53","eu-tr-928308827208-10","eu-tr-132236315085-89","eu-tr-697362735627-20","eu-tr-18941013532-08"]}} -{"id":"ec-meeting-2022-11-09-a0ba9af6c55def54f3e0a3eccfef11deac3a459f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-09 - Cabinet of Executive Vice-President Frans Timmermans x MedTech Europe"],"date":["2022-11-09"],"summary":["Implementation of EU Chemicals Strategy and the REACH revision"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-433743725252-26","ec-person-8af3c81534786a740718d21dc58240738a53ed7b"]}} -{"id":"ec-meeting-2022-11-09-a154482374dcf6cbd8e01b2e83c158549dde5e6a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-09 - Cabinet of Executive Vice-President Margrethe Vestager x Apple Inc."],"date":["2022-11-09"],"summary":["Competition policies."],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-cc22f9036f136b68e22fa3af97972857e72dc249","eu-tr-588327811384-96","ec-person-73fb1ddd279f8c6697a055567a2c09606006b875"]}} -{"id":"ec-meeting-2022-11-09-b15c4cd7403640161eb6eca6d3e4d91776b2dce6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-09 - Cabinet of Commissioner Thierry Breton x Bureau Européen des Unions de Consommateurs"],"date":["2022-11-09"],"summary":["EU standardisation strategy"],"notes":["Portfolio: Internal Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-9505781573-45","ec-person-d6689ffc6695e7e65bdd0e0c0da1721d3031ea1b"]}} -{"id":"ec-meeting-2022-11-09-b66e27c311d57b0f03b2702b0bc6bd48bfbb1eca","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-09 - Cabinet of Commissioner Janusz Wojciechowski x Landbrug & Fødevarer - Danish Agriculture and Food Council"],"date":["2022-11-09"],"summary":["To discuss and hear about the implementation of Complementary Redistributive income Support for Sustainability in Denmark."],"notes":["Portfolio: Agriculture"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["eu-tr-1634450483-86","ec-person-08c62f972c22464aca7a65520eb9406f8db14a66"]}} -{"id":"ec-meeting-2022-11-09-b76979ff246910e28f98ee5205c902f83cb5a493","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-09 - Cabinet of Executive Vice-President Margrethe Vestager x Diehl Stiftung & Co. KG"],"date":["2022-11-09"],"summary":["presentation of the company, digital policy."],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-92127312521-05","ec-person-eecca27e2a9c3fc0d4bd43564e4960382705feef"]}} -{"id":"ec-meeting-2022-11-09-bfa2de2d6dccdf1fa7c779e90876d2cd97a9c6a8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-09 - Cabinet of Commissioner Adina Vălean x Transdev Group"],"date":["2022-11-09"],"summary":["EU's climate objectives and public transport"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["ec-person-e5f1558cac43dd4f90847b508b6753edb0a9f903","eu-tr-042383714852-64"]}} -{"id":"ec-meeting-2022-11-09-cde1c57c98bf44c41896d40884c625cb514dfe0c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-09 - Cabinet of Commissioner Jutta Urpilainen x Youssou Ndour Foundation for Cultural and Creative Industries"],"date":["2022-11-09"],"summary":["Empowering African youth, education, creation of jobs, cultural industries"],"notes":["Portfolio: International Partnerships"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["eu-tr-631402748052-21","ec-person-7c4fa9cfb750b5b524c065180fcee1123b8df03e"]}} -{"id":"ec-meeting-2022-11-09-d164d89c68224af2e2c028081152fa712af5d9c2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-09 - Cabinet of Executive Vice-President Frans Timmermans x European Banking Federation"],"date":["2022-11-09"],"summary":["Green Deal/COP27 presentation"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-4d24ceb9e6bdaabe394d1506aa601a9ce9d0e59b","eu-tr-4722660838-23"]}} -{"id":"ec-meeting-2022-11-09-d30ea43f85734ec508553c8a15e6b0fd86bbf6ef","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-09 - Cabinet of Commissioner Mairead Mcguinness x La Banque Postale"],"date":["2022-11-09"],"summary":["Basel III, retail investment strategy, instant payments, consumer credit directive"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["eu-tr-667676145713-34","ec-person-49e520c7a9c9c47ccb5acfa68f9416e4233af9f8"]}} -{"id":"ec-meeting-2022-11-09-e95ec54b7472df66bca37c737684cf83d6951358","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-09 - Cabinet of Commissioner Olivér Várhelyi x B'nai B'rith International"],"date":["2022-11-09"],"summary":["EU strategy on combatting anti-Semitism and fostering Jewish life"],"notes":["Portfolio: Neighbourhood and Enlargement"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-of-oliver-varhelyi"],"involved":["ec-person-daf8ff1073a04b30d2f54219ecc93002ef3a684d","eu-tr-162711719247-82"]}} -{"id":"ec-meeting-2022-11-09-f55b7e9dbc27d370694b44639806641513b97d41","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-09 - Financial Stability, Financial Services and Capital Markets Union x Kreab Bank Julius Baer & Co. Ltd"],"date":["2022-11-09"],"summary":["Sanctions and CRD/CRR"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["ec-person-1fce211249673c35ee07a801ddee77ab24af8d54","eu-tr-1078390517-54","eu-tr-234317527985-69"]}} -{"id":"ec-meeting-2022-11-10-00207f1eec892d0ed22e5baa2e610fc1c38310b2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-10 - Cabinet of President Ursula von der Leyen x BUSINESSEUROPE"],"date":["2022-11-10"],"summary":["Business dialogue on energy crisis and energy investments, competitiveness, diversification of supplies, global partnerships and innovation"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-a2ac27c3a7aa93937efc47169c1dc2264a822175","eu-tr-3978240953-79"]}} -{"id":"ec-meeting-2022-11-10-0760719707cef75e614b5cdb45b7eea189169bd0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-10 - Cabinet of President Ursula von der Leyen x 3E"],"date":["2022-11-10"],"summary":["Geopolitics / RE industry in EU"],"notes":["Portfolio: President"],"location":["Brussels (WEBEX)"],"address":["Brussels (WEBEX)"],"addressEntity":["addr-3afbdeda01f3dac93a9dc841fdac57d9de27b869"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-f2b941852d3b961d69ed695c2d243a1a2b4a1904","eu-tr-835021737805-19"]}} -{"id":"ec-meeting-2022-11-10-0baa68a05aa3d0dd0d65a65ff40376ef5fc62472","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-10 - Cabinet of Commissioner Didier Reynders x TikTok Technology Ltd"],"date":["2022-11-10"],"summary":["Code of conduct against hate speech"],"notes":["Portfolio: Justice"],"location":["videoconference"],"address":["videoconference"],"addressEntity":["addr-92b2fbb928e012810d80d9ef1abe12027beee200"],"organizer":["ec-cabinet-commissioner-didier-of-reynders"],"involved":["ec-person-442bf1ae9900b999673cdd7389224d0e21b67d4d","eu-tr-165202837974-32"]}} -{"id":"ec-meeting-2022-11-10-226902b0482a3a9f0f5f4c1c318eafbb37bcb970","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-10 - Budget x Barclays PLC"],"date":["2022-11-10"],"summary":["Market developments and energy crisis"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-budg"],"involved":["ec-person-39635b893026833f739fe623fe7e9d5a97525e7a","eu-tr-72390466359-39"]}} -{"id":"ec-meeting-2022-11-10-274131fd5541114bb5166a4089d0267e137e6b35","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-10 - Budget x The Wallenberg Foundations AB"],"date":["2022-11-10"],"summary":["EU Finance"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-budg"],"involved":["eu-tr-248751637333-26","ec-person-39635b893026833f739fe623fe7e9d5a97525e7a"]}} -{"id":"ec-meeting-2022-11-10-3fe2d77cb42e0fef1d06d501cc9cb68afa484f3e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-10 - Cabinet of Executive Vice-President Margrethe Vestager x BUSINESSEUROPE"],"date":["2022-11-10"],"summary":["Economic outlook, trade policy, economic crisis response."],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-11d97788772862bb34f51dd26d7f92603eac1bf8","eu-tr-3978240953-79","ec-person-0e93ebac9bad76e1351e0981f04e7ef88848f943"]}} -{"id":"ec-meeting-2022-11-10-42ed846f23df7713f95d064c17c3032b520b644e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-10 - Cabinet of Commissioner Helena Dalli x ORGANIZACION NACIONAL DE CIEGOS DE ESPAÑA"],"date":["2022-11-10"],"summary":["Commissioner Helena Dalli held a meeting with Once President Mr Miguel Carballeda, to discuss: European Disability Card; Guidance recommending MS improvements on independent living and inclusion; Framework for the Social Services of Excellence"],"notes":["Portfolio: Equality"],"location":["Brussels Belgium"],"address":["Brussels Belgium"],"addressEntity":["addr-61947d7d2c69c0b8f57325bd044f500c5fc6df48"],"organizer":["ec-cabinet-commissioner-dalli-helena-of"],"involved":["eu-tr-953427147980-05","ec-person-d0b568d53468fcd3dfeeaddbd07343b5b065914d"]}} -{"id":"ec-meeting-2022-11-10-4d9cc7b2a206b6dde2f0a201d8bb390c295e71a1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-10 - Cabinet of Executive Vice-President Valdis Dombrovskis x The Alliance for Beverage Cartons and the Environment SEC NEWGATE EU"],"date":["2022-11-10"],"summary":["Draft proposal of a Regulation on Packaging and Packaging Waste (PPWR)"],"notes":["Portfolio: An Economy that Works for People"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-3520008ac93a203db50d106deafde939bc2729f1","eu-tr-57004293853-27","eu-tr-23020671103-67"]}} -{"id":"ec-meeting-2022-11-10-592b0b7cfde7c29bbdd9e20235c37230970b5fcb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-10 - Cabinet of Commissioner Virginijus Sinkevičius x Fern Stichting BirdLife Europe Partnership for Policy Integrity WWF European Policy Programme"],"date":["2022-11-10"],"summary":["the EU forest policy, including on biomass"],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["eu-tr-1083162721-43","eu-tr-1414929419-24","ec-person-5d2fb692a102077260d7badef4a9f10132b72aee","eu-tr-40538475090-82","eu-tr-141224640613-65"]}} -{"id":"ec-meeting-2022-11-10-5934e6e0098340c6ab41cec530b46c559c599b7b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-10 - Cabinet of Commissioner Mairead Mcguinness x American Chamber of Commerce to the European Union"],"date":["2022-11-10"],"summary":["Priorities for the Financial Services"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-2b9c589fb2354bd93067644d2c3d2c058d4c4cc9","ec-person-44c404268b70ce0b79c4e148b5a7c4ae2c53ee30","eu-tr-5265780509-97"]}} -{"id":"ec-meeting-2022-11-10-5ea0694afceeef093939e2f3a02c4fabdc5beb72","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-10 - Financial Stability, Financial Services and Capital Markets Union x Stichting European Federation of Energy Traders"],"date":["2022-11-10"],"summary":["Energy markets, MiFID II and EMIR"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-38589651649-14","ec-person-1fce211249673c35ee07a801ddee77ab24af8d54"]}} -{"id":"ec-meeting-2022-11-10-61f752638deadb54596278bf92394359778597c1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-10 - Cabinet of Commissioner Jutta Urpilainen x Konrad-Adenauer-Stiftung"],"date":["2022-11-10"],"summary":["ASEAN region; education"],"notes":["Portfolio: International Partnerships"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["ec-person-a6ae9abd61cd135e990ccc05f2a7cc849f01a618","eu-tr-510151427278-94"]}} -{"id":"ec-meeting-2022-11-10-7080c70cd3c7236f6ebc0d946f340c992715b2cd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-10 - Health and Food Safety x Association Européenne des Cadres de l'Assurance - AECA - European Federation of Executives and Managerial Staff of the Insurance Sector"],"date":["2022-11-10"],"summary":["Director General Sandra Gallina was invited by the American European Community Association to a Round-table Conference-luncheon on the topic “Strengthening and Modernising EU Healthcare”."],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-sante"],"involved":["eu-tr-56852692897-76","ec-person-f442ca8cd331fc51ad479fe0db982bb9fdb00647"]}} -{"id":"ec-meeting-2022-11-10-7197fa8122677211fb72af2a053b6b0a1b41467a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-10 - Cabinet of Executive Vice-President Margrethe Vestager x Intel Corporation"],"date":["2022-11-10"],"summary":["Competition policies"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-bb1f295d8be3d10004d7e5fd7c24248a21215775","eu-tr-7459401905-60","ec-person-eecca27e2a9c3fc0d4bd43564e4960382705feef","ec-person-11d97788772862bb34f51dd26d7f92603eac1bf8","ec-person-0e93ebac9bad76e1351e0981f04e7ef88848f943"]}} -{"id":"ec-meeting-2022-11-10-727573b710633c465751a8266cebab0c691d3244","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-10 - Cabinet of Executive Vice-President Frans Timmermans x Stora Enso Oyj"],"date":["2022-11-10"],"summary":["Implementation of EU Forest Strategy for 2030, proposal for Nature Restoration Law and revision of EU packaging rules"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-8af3c81534786a740718d21dc58240738a53ed7b","eu-tr-269853831446-79"]}} -{"id":"ec-meeting-2022-11-10-73b10bf6a19deeb5df54ca2cd55ff757c977542f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-10 - Internal Market, Industry, Entrepreneurship and SMEs x The Wallenberg Foundations AB"],"date":["2022-11-10"],"summary":["discuss European competitiveness in advance of the Swedish EU presidency"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-grow"],"involved":["eu-tr-248751637333-26","ec-person-0151c7e554d188fffc509ad636b7d1a84c5dfcd5"]}} -{"id":"ec-meeting-2022-11-10-7e280c36cef2fe5fd9b0ac2cce1d4d744e6c57ab","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-10 - Cabinet of President Ursula von der Leyen x Confederation of Swedish Enterprise"],"date":["2022-11-10"],"summary":["Meeting with the Chairman and representatives of the Confederation of Swedish Enterprises (topic: economic situation)"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["eu-tr-39912257528-48","ec-person-a2ac27c3a7aa93937efc47169c1dc2264a822175"]}} -{"id":"ec-meeting-2022-11-10-85bf19543ed50cba10fbaa018f8dde46c54a8b06","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-10 - Cabinet of President Ursula von der Leyen x Intel Corporation"],"date":["2022-11-10"],"summary":["Microchip investments in Europe"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-a2ac27c3a7aa93937efc47169c1dc2264a822175","eu-tr-7459401905-60"]}} -{"id":"ec-meeting-2022-11-10-8eb39bf28988e14622be97982293e7c255c45e5f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-10 - Cabinet of Executive Vice-President Valdis Dombrovskis x CAOBISCO Nestlé S.A."],"date":["2022-11-10"],"summary":["due diligence, sustainable cocoa"],"notes":["Portfolio: An Economy that Works for People"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-235870cd7eb41f2494f695fce18b5b5b88647113","eu-tr-15366395387-57","eu-tr-496569221197-39"]}} -{"id":"ec-meeting-2022-11-10-9897d989c6627bee4e103ab98c02667e665b2ded","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-10 - Cabinet of Commissioner Thierry Breton x MEDICINES FOR EUROPE"],"date":["2022-11-10"],"summary":["will follow"],"notes":["Portfolio: Internal Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-48325781850-28","ec-person-d6689ffc6695e7e65bdd0e0c0da1721d3031ea1b"]}} -{"id":"ec-meeting-2022-11-10-992be5cf6568cc63a9ff8c345cd9c692d7003e1f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-10 - Mobility and Transport x Air France-KLM"],"date":["2022-11-10"],"summary":["Fit for 55 (ReFuelEU)\r\nSingle European Sky"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-move"],"involved":["eu-tr-064616126640-05","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2022-11-10-a4c686a4e3892eb513ef50e2eb923f7cebe424e7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-10 - Cabinet of Commissioner Didier Reynders x International Association of Privacy Professionals"],"date":["2022-11-10"],"summary":["Data flows, GDPR"],"notes":["Portfolio: Justice"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-didier-of-reynders"],"involved":["ec-person-442bf1ae9900b999673cdd7389224d0e21b67d4d","ec-person-1e25399e2267734c5f4c69093d2286c8898ee9f0","eu-tr-977881918839-35"]}} -{"id":"ec-meeting-2022-11-10-ad066cdf85b448c7e8599b3e2a78f38aacdda0cd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-10 - Cabinet of Executive Vice-President Valdis Dombrovskis x BUSINESSEUROPE"],"date":["2022-11-10"],"summary":["Economic outlook, trade policy, economic crises response"],"notes":["Portfolio: An Economy that Works for People"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-3520008ac93a203db50d106deafde939bc2729f1","eu-tr-3978240953-79","ec-person-95d6ecce9b8f3a7b167d0eac8e270fdce0665ccb","ec-person-9e7bd1005456277f156b671d1555c6a460fb2f58","ec-person-7433d96a6e6f46c9f9174db79ec61c387dffa509"]}} -{"id":"ec-meeting-2022-11-10-bb3aaee4a2a165f1265c6fa02c0b3fd7dd3cdaf0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-10 - Cabinet of Executive Vice-President Margrethe Vestager x The European House - Ambrosetti"],"date":["2022-11-10"],"summary":["Discussion about an invitation to an event"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-bb1f295d8be3d10004d7e5fd7c24248a21215775","eu-tr-625244214975-24"]}} -{"id":"ec-meeting-2022-11-10-d9ae187ccf87370301420a3944b9c33b04a974c1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-10 - Cabinet of Commissioner Nicolas Schmit x Lifelong Learning Platform"],"date":["2022-11-10"],"summary":["Meeting on the European Year of Skills"],"notes":["Portfolio: Jobs and Social Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-66fa2c2d100ec194caa42b5c6f97c36e2748b71c","ec-person-4cf4655ab41922e92160325d987a3c4615c72d30","eu-tr-74923516160-01"]}} -{"id":"ec-meeting-2022-11-10-da5556a71f154db8bc61c19cfed9d118df3f6985","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-10 - Cabinet of President Ursula von der Leyen x European Telecommunications Network Operators' Association"],"date":["2022-11-10"],"summary":["IGF and leadership panel"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-7019713e72781afb1f3b19032c4752a314b78180","eu-tr-08957111909-85"]}} -{"id":"ec-meeting-2022-11-10-e835c0601dffdb0d86289bb2c5e2a9edcbf8ba8b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-10 - Cabinet of Commissioner Virginijus Sinkevičius x Stora Enso Oyj"],"date":["2022-11-10"],"summary":["Implementation of EU Forest Strategy for 2030, proposal for Nature Restoration Law and revision of EU packaging rules"],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["ec-person-a58f1d06f5cb1d8dfd278e0c36d5aa1b9368b270","ec-person-df7b6800b8d3048e28fedb084a8b0b72260d7a0a","eu-tr-269853831446-79"]}} -{"id":"ec-meeting-2022-11-10-f958372efa00422e4b3b7b204e5accc4df9c4cbf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-10 - Cabinet of Commissioner Olivér Várhelyi x Mathias Corvinus Collegium Foundation"],"date":["2022-11-10"],"summary":["Presentation of the work of MCC linked to EU enlargement and neighbourhood policy"],"notes":["Portfolio: Neighbourhood and Enlargement"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-of-oliver-varhelyi"],"involved":["ec-person-daf8ff1073a04b30d2f54219ecc93002ef3a684d","eu-tr-441902548040-49"]}} -{"id":"ec-meeting-2022-11-10-facc98b68ff3622e85ac9ae90df5f9a623b3bf50","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-10 - Cabinet of Executive Vice-President Frans Timmermans x KLM Royal Dutch Airlines Air France-KLM"],"date":["2022-11-10"],"summary":["Progress in decarbonisation aviation"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-7c876f4825f213b8adbedf089ccedfbc3b36d65b","eu-tr-064616126640-05","eu-tr-76441066192-30"]}} -{"id":"ec-meeting-2022-11-11-251eba1ae58531c66e32d335a3f0f01d92676e8d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-11 - Financial Stability, Financial Services and Capital Markets Union x Robert Bosch GmbH"],"date":["2022-11-11"],"summary":["Taxonomy"],"location":["Virtual meeting"],"address":["Virtual meeting"],"addressEntity":["addr-1f1f3f51a4da31a1ea5c1b4b21cbf52ad983224f"],"organizer":["ec-dg-fisma"],"involved":["ec-person-1fce211249673c35ee07a801ddee77ab24af8d54","eu-tr-8999533555-91"]}} -{"id":"ec-meeting-2022-11-11-4d3cf6d79eb61023fd8986f448537518b5258501","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-11 - Internal Market, Industry, Entrepreneurship and SMEs x Verband Deutscher Maschinen- und Anlagenbau e.V."],"date":["2022-11-11"],"summary":["Meeting with President Haeusgen to discuss Conformity assessment"],"location":["online"],"address":["online"],"addressEntity":["addr-2dbc2fd2358e1ea1b7a6bc08ea647b9a337ac92d"],"organizer":["ec-dg-grow"],"involved":["ec-person-0151c7e554d188fffc509ad636b7d1a84c5dfcd5","eu-tr-9765362691-45"]}} -{"id":"ec-meeting-2022-11-11-508e9784f3d2e8d781e4b7b0c4e682690ebc18c9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-11 - Internal Market, Industry, Entrepreneurship and SMEs x European Association of Mining Industries, Metal Ores & Industrial Minerals"],"date":["2022-11-11"],"summary":["Critical Raw Materials Act and what the European mining industry can contribute"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-grow"],"involved":["ec-person-0151c7e554d188fffc509ad636b7d1a84c5dfcd5","eu-tr-62722978644-95"]}} -{"id":"ec-meeting-2022-11-11-539d4768855856d45b9df348746d1112a6d8b68c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-11 - Cabinet of Commissioner Kadri Simson x Metsäliitto Cooperative"],"date":["2022-11-11"],"summary":["Revision of the Renewable Energy Directive; LULUCF Regulation;\r\nDeforestation Regulation; Taxonomy and Nature Restoration Regulation, Carbon Removals and REPowerEU."],"notes":["Portfolio: Energy"],"location":["Video Conferencing"],"address":["Video Conferencing"],"addressEntity":["addr-e3b7413b2ac93be00b6bcff51fdc1374d67118bd"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["ec-person-f47a082bc2455a660c3b2ae348f0024736672752","eu-tr-962687110415-94"]}} -{"id":"ec-meeting-2022-11-11-6c64141ee0313d6c5f882425901251685c9d980a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-11 - Cabinet of President Ursula von der Leyen x Ericsson"],"date":["2022-11-11"],"summary":["OpenRAN in the context of EU-US TTC; updates around security including supply chains and cyber"],"notes":["Portfolio: President"],"location":["Brussels (WEBEX)"],"address":["Brussels (WEBEX)"],"addressEntity":["addr-3afbdeda01f3dac93a9dc841fdac57d9de27b869"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-7019713e72781afb1f3b19032c4752a314b78180","eu-tr-02021363105-42"]}} -{"id":"ec-meeting-2022-11-11-721b9ba810e572238ba15289ec4201d842b2f036","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-11 - Cabinet of President Ursula von der Leyen x ArcelorMittal"],"date":["2022-11-11"],"summary":["US Inflation Reduction Act (IRA) impact assessment, comparison EU - US value chains"],"notes":["Portfolio: President"],"location":["Brussels (VC)"],"address":["Brussels (VC)"],"addressEntity":["addr-7a7ab1034ef0b71e62ebf9a322dc5d9528505976"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-7019713e72781afb1f3b19032c4752a314b78180","eu-tr-23527541824-60","ec-person-43bdc9a00c5fc10765bc14b0ec57fc189bb5b091"]}} -{"id":"ec-meeting-2022-11-11-d24a58e0b792000640d8c990ff61bb2d91958184","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-11 - Mobility and Transport x AMADEUS IT GROUP S.A."],"date":["2022-11-11"],"summary":["CRS Code of Conduct \r\nMultimodal Digital Mobility Services"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-move"],"involved":["eu-tr-193056815367-44","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2022-11-11-e744719f600d7e8c67126472bf89ed4590df955c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-11 - Cabinet of Commissioner Janez Lenarčič x Médecins Sans Frontières International"],"date":["2022-11-11"],"summary":["Global public health; emergency medical response in major humanitarian crises"],"notes":["Portfolio: Crisis Management"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-janez-lenarcic-of"],"involved":["eu-tr-928308827208-10","ec-person-a6cd325c80698b2331699224c780ebfb10573602"]}} -{"id":"ec-meeting-2022-11-14-05d27fafbc0453e24ef89fe0e4a3c1e99923b165","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-14 - Cabinet of Executive Vice-President Frans Timmermans x Intercontinental Exchange, Inc."],"date":["2022-11-14"],"summary":["Energy crisis response, MCM proposal"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-a282162080cef4ef2a8c0ab6247a3e03dc438507","eu-tr-141041215133-83"]}} -{"id":"ec-meeting-2022-11-14-17ba867733979bc209c901b9772da445b46a647d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-14 - Cabinet of President Ursula von der Leyen x The Coca-Cola Company The European Organization for Packaging and the Environment Tetra Pak Group"],"date":["2022-11-14"],"summary":["Packaging and Packaging Waste Regulation (PPWR)"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["eu-tr-0001976677-12","ec-person-907ffb425c752d7d7940f64fcfe219fe88b2f741","eu-tr-00475641564-03","eu-tr-7574443768-34"]}} -{"id":"ec-meeting-2022-11-14-283f4ea995ed068efdf57bdf5605289e12e939ab","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-14 - Financial Stability, Financial Services and Capital Markets Union x European Payment Institutions Federation Afore Consulting"],"date":["2022-11-14"],"summary":["Instant payments, the digital euro and Open Finance"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-461826311486-83","ec-person-1fce211249673c35ee07a801ddee77ab24af8d54","eu-tr-03013154889-05"]}} -{"id":"ec-meeting-2022-11-14-28af7d0e9aab1e417616384e8f87fbfab6759d5f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-14 - Cabinet of Commissioner Virginijus Sinkevičius x Airbus"],"date":["2022-11-14"],"summary":["Revision of the REACH Regulation"],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["eu-tr-2732167674-76","ec-person-df7b6800b8d3048e28fedb084a8b0b72260d7a0a"]}} -{"id":"ec-meeting-2022-11-14-3fe2d77cb42e0fef1d06d501cc9cb68afa484f3e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-14 - Cabinet of Executive Vice-President Margrethe Vestager x BUSINESSEUROPE"],"date":["2022-11-14"],"summary":["Courtesy meeting with new President of BusinessEurope."],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-11d97788772862bb34f51dd26d7f92603eac1bf8","eu-tr-3978240953-79","ec-person-0e93ebac9bad76e1351e0981f04e7ef88848f943"]}} -{"id":"ec-meeting-2022-11-14-45230beb8b872a4301bf73d20ec73111c2c4cead","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-14 - Cabinet of Executive Vice-President Frans Timmermans x smartEn Smart Energy Europe"],"date":["2022-11-14"],"summary":["Energy efficiency, electricity market reform"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-a282162080cef4ef2a8c0ab6247a3e03dc438507","eu-tr-569379418624-07","ec-person-d53e00c46a4cc62bbf533e0c9bb35bacb9121989"]}} -{"id":"ec-meeting-2022-11-14-4e90958777b2c8b733fb5db77d0cb70211c57d2a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-14 - Cabinet of Vice-President Věra Jourová x News Media Europe"],"date":["2022-11-14"],"summary":["European Media Freedom Act"],"notes":["Portfolio: Values and Transparency"],"location":["videoconference call"],"address":["videoconference call"],"addressEntity":["addr-7276ec71205fc53d56bb101a3202566867d4a890"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["ec-person-aa83f35da599b82e4f15da018f4b3447eb648f7c","eu-tr-577812220311-81"]}} -{"id":"ec-meeting-2022-11-14-4ffa7a0d7f1c02a8a3fc3e939f879596c994a89f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-14 - Cabinet of Vice-President Věra Jourová x Academy of European Law"],"date":["2022-11-14"],"summary":["Rule of law"],"notes":["Portfolio: Values and Transparency"],"location":["videoconference call"],"address":["videoconference call"],"addressEntity":["addr-7276ec71205fc53d56bb101a3202566867d4a890"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["ec-person-221276f2dfa4b8fe628f08e982d967b6aeb61c57","eu-tr-97138128231-58"]}} -{"id":"ec-meeting-2022-11-14-6d278fa33a4bea12b4cd3fa730168a2a005e5d5b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-14 - Cabinet of Vice-President Věra Jourová x World Justice Project"],"date":["2022-11-14"],"summary":["Rule of law"],"notes":["Portfolio: Values and Transparency"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["eu-tr-540503836926-15","ec-person-7e1aeaad9232c788ee790cdb309ccad8f9ffdc5e"]}} -{"id":"ec-meeting-2022-11-14-766e5b30adbcdd161e5c5a2f191606ee9b88e06c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-14 - Directorate-General for International Partnerships x Friends of Europe"],"date":["2022-11-14"],"summary":["cooperation in Africa."],"location":["online"],"address":["online"],"addressEntity":["addr-2dbc2fd2358e1ea1b7a6bc08ea647b9a337ac92d"],"organizer":["ec-dg-intpa"],"involved":["eu-tr-99436366768-45","ec-person-afe6f55069d2cc5483157e138e41abd63140fdd8"]}} -{"id":"ec-meeting-2022-11-14-953061332811131e19a9bd19fa06370e4dd5cc1b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-14 - Cabinet of Commissioner Mairead Mcguinness x Airbus"],"date":["2022-11-14"],"summary":["Introductory meeting"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-49e520c7a9c9c47ccb5acfa68f9416e4233af9f8","ec-person-a5441c6a69a8a94fd64e02def60fcc6567f2c1d8","eu-tr-2732167674-76","ec-person-c7d8468d3870f7e4db534aa99b291f61e9d50404","ec-person-0ba9b89127b39af6a66f2fc3ed727332f1b19a34"]}} -{"id":"ec-meeting-2022-11-14-acb276349f6d9b65fb465ccc43b3f3554d743200","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-14 - Cabinet of President Ursula von der Leyen x Tesla Motors Netherlands B.V."],"date":["2022-11-14"],"summary":["Implications of the IRA and possible European responses"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-f2b941852d3b961d69ed695c2d243a1a2b4a1904","eu-tr-547225616323-13"]}} -{"id":"ec-meeting-2022-11-14-bda50d7ca70c27f1d72182718f832f828d45948e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-14 - Cabinet of Commissioner Thierry Breton x Tesla Motors Netherlands B.V. Umicore Albemarle Europe BASF SE Rio Tinto"],"date":["2022-11-14"],"summary":["Preparation of the critical raw materials act"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-78662404191-38","ec-person-6308dea893b9b1ca0dcd5b91b4a1ac4c2f3020ad","eu-tr-547225616323-13","eu-tr-7410939793-88","eu-tr-051844129600-85","eu-tr-991744840418-06"]}} -{"id":"ec-meeting-2022-11-14-e24f0e17545ca76e6837f9294a93df0a52bd46da","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-14 - Mobility and Transport x Supernal, LLC"],"date":["2022-11-14"],"summary":["Drone strategy; Air mobility"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-move"],"involved":["eu-tr-096526947007-11","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2022-11-15-0573692bad781ba604c8664b05c8d10d5d4730c0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-15 - Cabinet of President Ursula von der Leyen x Eumicon AISBL"],"date":["2022-11-15"],"summary":["Raw materials"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-7019713e72781afb1f3b19032c4752a314b78180","eu-tr-992490647231-71"]}} -{"id":"ec-meeting-2022-11-15-1319c08b09ebeff48607532f3a94b40b9c8447c9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-15 - Research and Innovation x EU-Japan Centre for Industrial Cooperation"],"date":["2022-11-15"],"summary":["Speech at the EU-Japan Business Round table"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-dg-rtd"],"involved":["ec-person-21e7c4128517e637666af6796b09ff2cb8a40848","eu-tr-374110414692-85"]}} -{"id":"ec-meeting-2022-11-15-139c252531fbbfaa6f95fc857a5055a263b025f8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-15 - Cabinet of Executive Vice-President Valdis Dombrovskis x Signum Global Advisors"],"date":["2022-11-15"],"summary":["Economic Governance Review, Recovery and Resilience Facility, macroeconomic policy, energy policy"],"notes":["Portfolio: An Economy that Works for People"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["eu-tr-950920645824-76","ec-person-3b28a0fe2132d3b1f8cef5b6fc7cdb7d191c57d0"]}} -{"id":"ec-meeting-2022-11-15-15023842e4efd5847645f3f2a6c2b333d6e05c14","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-15 - Cabinet of Commissioner Didier Reynders x IBM Corporation"],"date":["2022-11-15"],"summary":["data protection"],"notes":["Portfolio: Justice"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-didier-of-reynders"],"involved":["eu-tr-7721359944-96","ec-person-50f9cba2282e1d03395cdd0faf9ce6e9a2ff3104","ec-person-442bf1ae9900b999673cdd7389224d0e21b67d4d"]}} -{"id":"ec-meeting-2022-11-15-17cc1f3736bdb90686d48ace6d0c5a9f3404863a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-15 - Cabinet of Executive Vice-President Frans Timmermans x International Biocontrol Manufacturers' Association"],"date":["2022-11-15"],"summary":["Sustainable use of pesticides"],"notes":["Portfolio: European Green Deal"],"location":["Video-call"],"address":["Video-call"],"addressEntity":["addr-0a257a3b8a0926e1b53e3476ce1c8e8fc8470ecd"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-06818218065-85","ec-person-33624431cbec1074e151c1707715ef46d2ba9565"]}} -{"id":"ec-meeting-2022-11-15-1c6d5d16d5bb1ba1bcb96340f81ead4132745fc6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-15 - Cabinet of Executive Vice-President Frans Timmermans x Carbon Market Watch"],"date":["2022-11-15"],"summary":["Carbon Removal Certification Framework"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-75365248559-90","ec-person-33624431cbec1074e151c1707715ef46d2ba9565"]}} -{"id":"ec-meeting-2022-11-15-20faa21e4501c87e520fe06b53fed47dbf495b82","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-15 - Cabinet of Commissioner Mairead Mcguinness x VEP S.R.L."],"date":["2022-11-15"],"summary":["EU sanctions"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["eu-tr-874095448041-73","ec-person-a5441c6a69a8a94fd64e02def60fcc6567f2c1d8"]}} -{"id":"ec-meeting-2022-11-15-37b2fd7439750ee7632d310a0f126cd2e4c988d2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-15 - Cabinet of Commissioner Adina Vălean x Deutsche Bahn AG"],"date":["2022-11-15"],"summary":["Rail"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["eu-tr-4516220482-22","ec-person-cc0354fbf386eb83f57c00ad5240f1dddeeabab4"]}} -{"id":"ec-meeting-2022-11-15-37c79a05934d04fb6ef907dc6d332c81d39e0be0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-15 - Cabinet of Executive Vice-President Margrethe Vestager x Revolut Ltd"],"date":["2022-11-15"],"summary":["Competition policies"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-534817947413-51","ec-person-71043372bdf7ac2868e93db35f9e2f420db778e3"]}} -{"id":"ec-meeting-2022-11-15-3eb5ce6b9ed7f2c11014ca425ac9f4a039062990","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-15 - Cabinet of Commissioner Didier Reynders x Meta Platforms Ireland Limited and its various subsidiaries (f/k/a Facebook Ireland Limited)"],"date":["2022-11-15"],"summary":["Preparation of Commissioner’s visit to Dublin"],"notes":["Portfolio: Justice"],"location":["Video-conference"],"address":["Video-conference"],"addressEntity":["addr-afae67aab834151e72f631228e72361e369db072"],"organizer":["ec-cabinet-commissioner-didier-of-reynders"],"involved":["ec-person-50f9cba2282e1d03395cdd0faf9ce6e9a2ff3104","ec-person-442bf1ae9900b999673cdd7389224d0e21b67d4d","eu-tr-28666427835-74"]}} -{"id":"ec-meeting-2022-11-15-419dad46ec2cac57c0a067d06cdf39c92c5d8d0e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-15 - Cabinet of Commissioner Thierry Breton x Friends of the Earth Europe European Environmental Bureau"],"date":["2022-11-15"],"summary":["Preparation of the critical raw materials act"],"notes":["Portfolio: Internal Market"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-6308dea893b9b1ca0dcd5b91b4a1ac4c2f3020ad","ec-person-026c2270ec4cbabdb8ac223b2d1fa4202696dc8d","eu-tr-9825553393-31","eu-tr-06798511314-27"]}} -{"id":"ec-meeting-2022-11-15-54bbdc33435f67f276df6150e31b49276b87870a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-15 - Cabinet of Executive Vice-President Margrethe Vestager x Eumicon AISBL"],"date":["2022-11-15"],"summary":["current political issues; industry policy."],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-cc22f9036f136b68e22fa3af97972857e72dc249","eu-tr-992490647231-71","ec-person-0e93ebac9bad76e1351e0981f04e7ef88848f943"]}} -{"id":"ec-meeting-2022-11-15-55f3d0def0fd964e4616c0fa2a3868f933ec5245","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-15 - Cabinet of Executive Vice-President Margrethe Vestager x Tesla Motors Netherlands B.V."],"date":["2022-11-15"],"summary":["presentation of the company; IRA and sustainable energy; IPCEI."],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-cc22f9036f136b68e22fa3af97972857e72dc249","eu-tr-547225616323-13","ec-person-0e93ebac9bad76e1351e0981f04e7ef88848f943","ec-person-8b6db5c3c4611618ade59c6d0dadc21c962f0ee7"]}} -{"id":"ec-meeting-2022-11-15-6380278a07864a65c8648058cbf21b4b511a5c3e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-15 - Cabinet of Executive Vice-President Frans Timmermans x Transport and Environment (European Federation for Transport and Environment)"],"date":["2022-11-15"],"summary":["Critical Raw Materials"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-e88af8eb396e96e3dbc9b4ec6e40a348d26c389c","ec-person-d56ecbfde17436a136fc89c9a978b266e8285c84","eu-tr-58744833263-19"]}} -{"id":"ec-meeting-2022-11-15-69317ba6da7d958a82427f1f2fabc378c01b9fa2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-15 - Mobility and Transport x Wirtschaftsrat der CDU e.V."],"date":["2022-11-15"],"summary":["Current economic situation"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-move"],"involved":["eu-tr-176334311014-43","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2022-11-15-6da42c7a9178a5a922e3da0e6fd54bd478d10ace","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-15 - Communications Networks, Content and Technology x Infobip Ltd."],"date":["2022-11-15"],"summary":["Presentation by Infobip"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-234896947959-56","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2022-11-15-6fab75016e66f1355ffbf4eabf9541d5da93d6b4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-15 - Justice and Consumers x Confederación Española de Organizaciones Empresariales"],"date":["2022-11-15"],"summary":["BREAKFAST MEETING WITH CEOE \r\nON CORPORATE SUSTAINABILITY DUE DILIGENCE"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-just"],"involved":["ec-person-97e843c2fd98c7993c9ab42a071dd1c98c85041d","eu-tr-02963738854-41"]}} -{"id":"ec-meeting-2022-11-15-71b8ff2911f4d9ed6a9cc15e7279a32378254b84","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-15 - Climate Action x Fluxys SA"],"date":["2022-11-15"],"summary":["Fluxys presented its work on hydrogen network in Belgium"],"location":["Sharm el Sheikh"],"address":["Sharm el Sheikh"],"addressEntity":["addr-62f113eab5bd4ed28225207dd22e4c8a8e61a751"],"organizer":["ec-dg-clima"],"involved":["ec-person-9b22efca5a7cba901f8646c18a8854c47b21650d","eu-tr-236409524439-34"]}} -{"id":"ec-meeting-2022-11-15-73b29255d260b5a2256e9e91b307a49356e9f13c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-15 - Cabinet of Executive Vice-President Frans Timmermans x Danish 92 Group - Forum for Sustainable Development Carbon Market Watch Klimadelegation e.V. ActionAid Third Generation Environmentalism Ltd Ecologistas en Accion REScoop.eu asbl Bischöfliches Hilfswerk MISEREOR e.V. ZERO - ASSOCIAÇÃO SISTEMA TERRESTRE SUSTENTÁVEL Climate Action Network Europe CARE France Germanwatch Greenpeace European Unit Women Engage for a Common Future"],"date":["2022-11-15"],"summary":["Progress of COP27 negotiations"],"notes":["Portfolio: European Green Deal"],"location":["Sharm el-Sheikh, Egypt"],"address":["Sharm el-Sheikh, Egypt"],"addressEntity":["addr-a72fee61c7c857565e055f3a24ae4cb169c509ea"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-850223147083-79","ec-person-7c876f4825f213b8adbedf089ccedfbc3b36d65b","eu-tr-75365248559-90","eu-tr-168989714324-36","eu-tr-355642016161-08","eu-tr-55888811123-49","eu-tr-85103504511-82","eu-tr-28526077094-54","eu-tr-9832909575-41","eu-tr-07783117686-61","eu-tr-016709127831-41","eu-tr-64628738622-42","eu-tr-150692021687-73","eu-tr-99203901869-52","eu-tr-906602046269-23"]}} -{"id":"ec-meeting-2022-11-15-74730c39a54b24f91dd2c783d7da5b054f16b551","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-15 - Cabinet of Executive Vice-President Frans Timmermans x Eumicon AISBL"],"date":["2022-11-15"],"summary":["Sustainable mining and critical raw materials act"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-992490647231-71","ec-person-d56ecbfde17436a136fc89c9a978b266e8285c84"]}} -{"id":"ec-meeting-2022-11-15-7d0992003beda191c2066ef1cf14994121d08c5c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-15 - Cabinet of Executive Vice-President Margrethe Vestager x European Center for Not-for-Profit Law Stichting"],"date":["2022-11-15"],"summary":["Artificial Intelligence Act."],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0","eu-tr-052513138393-62"]}} -{"id":"ec-meeting-2022-11-15-7e9918fc3e06b0e23b25acdcbaa17708fcacd496","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-15 - Cabinet of Executive Vice-President Valdis Dombrovskis x Bundesverband deutscher Banken e.V."],"date":["2022-11-15"],"summary":["Economic Governance Review, Recovery and Resilience Facility, macroeconomic policy, energy policy"],"notes":["Portfolio: An Economy that Works for People"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-3b28a0fe2132d3b1f8cef5b6fc7cdb7d191c57d0","eu-tr-0764199368-97"]}} -{"id":"ec-meeting-2022-11-15-82e96bebc39bbab4d63f0a70890723241688292d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-15 - Cabinet of Commissioner Thierry Breton x Neo Performance Materials Inc"],"date":["2022-11-15"],"summary":["Preparation of the critical raw materials act"],"notes":["Portfolio: Internal Market"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-6308dea893b9b1ca0dcd5b91b4a1ac4c2f3020ad","eu-tr-862207842633-83"]}} -{"id":"ec-meeting-2022-11-15-885bad6fd5b8815352e7d0b87d9a6bdad0de7d02","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-15 - Cabinet of Executive Vice-President Valdis Dombrovskis x K&L Gates GP - Brussels American Chamber of Commerce to the European Union"],"date":["2022-11-15"],"summary":["Sustainable finance"],"notes":["Portfolio: An Economy that Works for People"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-235870cd7eb41f2494f695fce18b5b5b88647113","eu-tr-673667435536-39","eu-tr-5265780509-97"]}} -{"id":"ec-meeting-2022-11-15-90528e9c4be514a615a5672ac8c06b362fb4ad15","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-15 - Cabinet of Executive Vice-President Frans Timmermans x Associazione Industriali delle Carni e dei Salumi"],"date":["2022-11-15"],"summary":["ASSICA Sustainability Programme"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-67143036814-95","ec-person-33624431cbec1074e151c1707715ef46d2ba9565"]}} -{"id":"ec-meeting-2022-11-15-9117527b73a2fc3ac68e19785de1a1fe1da8e47b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-15 - Cabinet of President Ursula von der Leyen x Infobip Ltd."],"date":["2022-11-15"],"summary":["digital transition"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-7019713e72781afb1f3b19032c4752a314b78180","eu-tr-234896947959-56"]}} -{"id":"ec-meeting-2022-11-15-91f4364359d358c97a624ff2cc12c4df28ef6202","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-15 - Cabinet of Executive Vice-President Frans Timmermans x Tesla Motors Netherlands B.V."],"date":["2022-11-15"],"summary":["Energy shortage"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-547225616323-13","ec-person-d56ecbfde17436a136fc89c9a978b266e8285c84"]}} -{"id":"ec-meeting-2022-11-15-92a88a6bc3d9d6221ed57a138eb6d1a383fa33dd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-15 - Climate Action x Google"],"date":["2022-11-15"],"summary":["Google presented its work on climate and sustainability"],"location":["Sharm el Sheikh"],"address":["Sharm el Sheikh"],"addressEntity":["addr-62f113eab5bd4ed28225207dd22e4c8a8e61a751"],"organizer":["ec-dg-clima"],"involved":["ec-person-9b22efca5a7cba901f8646c18a8854c47b21650d","eu-tr-03181945560-59"]}} -{"id":"ec-meeting-2022-11-15-93c959f4c3b2c57339f04567c88568e12c9be45f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-15 - Cabinet of Vice-President Dubravka Šuica x Infobip Ltd."],"date":["2022-11-15"],"summary":["Investment in talents"],"notes":["Portfolio: Democracy and Demography"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dubravka-of-president-suica-vice"],"involved":["eu-tr-234896947959-56","ec-person-83dd3363da89c86d99ea50c3ff2d15a746405110"]}} -{"id":"ec-meeting-2022-11-15-9fe92fd740616efaace12e4d98c026251cec4e30","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-15 - Cabinet of Executive Vice-President Margrethe Vestager x BOLDT Norge Mineraler AS"],"date":["2022-11-15"],"summary":["Critical raw materials"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-013432829763-33","ec-person-0e93ebac9bad76e1351e0981f04e7ef88848f943","eu-tr-649618044734-72"]}} -{"id":"ec-meeting-2022-11-15-a071914fb1ad3feb2902fe9334b801da429d0374","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-15 - Cabinet of Executive Vice-President Frans Timmermans x Trainline SAS"],"date":["2022-11-15"],"summary":["Ticketing for international passenger rail"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-256684745121-30","ec-person-d56ecbfde17436a136fc89c9a978b266e8285c84"]}} -{"id":"ec-meeting-2022-11-15-ad4d8c09644053e5d57361f3967d020444535a9b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-15 - Cabinet of Commissioner Didier Reynders x The Brookings Institution"],"date":["2022-11-15"],"summary":["Data protection"],"notes":["Portfolio: Justice"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-didier-of-reynders"],"involved":["ec-person-442bf1ae9900b999673cdd7389224d0e21b67d4d","ec-person-1e25399e2267734c5f4c69093d2286c8898ee9f0","eu-tr-177994617312-19"]}} -{"id":"ec-meeting-2022-11-15-bed40dc8f1b4f25ea53944fca1a15b6fe8fd687e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-15 - Cabinet of Vice-President Maroš Šefčovič x Verein zur Förderung des Bergmannstages, der Rohstoffinitiative sowie der Aus- und Weiterbildung auf dem Gebiet der Rohstoffe"],"date":["2022-11-15"],"summary":["Raw Materials"],"notes":["Portfolio: Interinstitutional Relations and Foresight"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-596549722744-29","ec-person-af83ed49c403cb9d7ebfecca7893f0054c1f4be5"]}} -{"id":"ec-meeting-2022-11-15-d1ec44e8cea453a3c0e03cb8325b9fe048b0f6db","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-15 - Cabinet of Commissioner Mairead Mcguinness x Signum Global Advisors"],"date":["2022-11-15"],"summary":["Overview of financial services policies"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["eu-tr-950920645824-76","ec-person-49e520c7a9c9c47ccb5acfa68f9416e4233af9f8"]}} -{"id":"ec-meeting-2022-11-15-d6d3988e43ea86730461dfc267e30cca5676bd55","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-15 - Cabinet of Executive Vice-President Margrethe Vestager x EuroCommerce"],"date":["2022-11-15"],"summary":["digital priorities for the EU and the US."],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-84973761187-60","ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0"]}} -{"id":"ec-meeting-2022-11-15-e77cc31131fafa5535d307d3ce0382cc4ad72a03","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-15 - Cabinet of Commissioner Thierry Breton x Intesa Sanpaolo"],"date":["2022-11-15"],"summary":["Energy infrastructure investments; hydrogen"],"notes":["Portfolio: Internal Market"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-6308dea893b9b1ca0dcd5b91b4a1ac4c2f3020ad","eu-tr-24037141789-48"]}} -{"id":"ec-meeting-2022-11-15-ee3234e70a5d4a9163e791f1aacf96dec1e3dd25","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-15 - Cabinet of President Ursula von der Leyen x Neo Performance Materials Inc"],"date":["2022-11-15"],"summary":["Raw materials"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-7019713e72781afb1f3b19032c4752a314b78180","eu-tr-862207842633-83"]}} -{"id":"ec-meeting-2022-11-15-efba5864401b838dab5f52ee04a70b358824b952","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-15 - Cabinet of Commissioner Thierry Breton x BUSINESSEUROPE"],"date":["2022-11-15"],"summary":["Energy crisis and SMEs; SME relief package"],"notes":["Portfolio: Internal Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-3978240953-79","ec-person-5215bd372c5a1202399d77ecceb8c16de8d7d55c"]}} -{"id":"ec-meeting-2022-11-15-f090920deee631c3b0ce3c166e130c265aa04cc8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-15 - Cabinet of Executive Vice-President Margrethe Vestager x LobbyControl"],"date":["2022-11-15"],"summary":["Lobby control."],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-6314918394-16","ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0"]}} -{"id":"ec-meeting-2022-11-15-f5394b6f45117fd34f4e7e138fe604c839a3bb30","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-15 - Cabinet of Executive Vice-President Margrethe Vestager x FERROVIE DELLO STATO ITALIANE S.p.A."],"date":["2022-11-15"],"summary":["Competition policies."],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-bb1f295d8be3d10004d7e5fd7c24248a21215775","eu-tr-1954267427-31","ec-person-11d97788772862bb34f51dd26d7f92603eac1bf8"]}} -{"id":"ec-meeting-2022-11-15-fc3c6760f388e10109599f9eb14b64cb9e5977e3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-15 - Cabinet of Commissioner Thierry Breton x Avanci, LLC"],"date":["2022-11-15"],"summary":["Standard-essential patents"],"notes":["Portfolio: Internal Market"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-d6689ffc6695e7e65bdd0e0c0da1721d3031ea1b","eu-tr-783672324981-52","ec-person-b0081a4fd9d4dbc0866ea534dd77c3419bc6feae"]}} -{"id":"ec-meeting-2022-11-15-fea67863ad9cdca63faab181cdf69803520c8658","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-15 - Mobility and Transport x Delta Air Lines, Inc."],"date":["2022-11-15"],"summary":["Schiphol airport; Sustainability"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-move"],"involved":["ec-person-26cdfacae671b09917bee1a91c91973941fa58a2","eu-tr-354474115978-18"]}} -{"id":"ec-meeting-2022-11-16-02a030d7f3eae094ad94b4a1954cdb9f51454e4e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-16 - Cabinet of Commissioner Johannes Hahn x Wirtschaftskammer Österreich"],"date":["2022-11-16"],"summary":["Digital colicy, creative industries, startups"],"notes":["Portfolio: Budget and Administration"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hahn-johannes-of"],"involved":["ec-person-8464bae14a77569c61cbdfecb8ff9cff10595be5","eu-tr-10405322962-08"]}} -{"id":"ec-meeting-2022-11-16-033a926eb213d6f1aa1bf560aff954980158b495","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-16 - Internal Market, Industry, Entrepreneurship and SMEs x Northvolt"],"date":["2022-11-16"],"summary":["On the side of the EU Raw Materials week High Level Conference, the parties met to discuss current issues related to raw materials and batteries supply"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-grow"],"involved":["eu-tr-278373226442-94","ec-person-0151c7e554d188fffc509ad636b7d1a84c5dfcd5"]}} -{"id":"ec-meeting-2022-11-16-06a8323b53db181695eefe01c47ba5d495fa0623","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-16 - Cabinet of Commissioner Janez Lenarčič x Danish Refugee Council Brussels"],"date":["2022-11-16"],"summary":["Ethiopia and broader Horn of Africa region, food security, Ukraine, ALNAP State of the Humanitarian System 2022 report"],"notes":["Portfolio: Crisis Management"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-janez-lenarcic-of"],"involved":["ec-person-35334591a1ee219b6f0829d58a8cfba058540557","ec-person-fbefdec4fe0937769936645b8ac74a3a7c588ef2","eu-tr-394469847966-60"]}} -{"id":"ec-meeting-2022-11-16-07ca22561ed9a62ac7dfd8368ce07e1a8346d9c9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-16 - Cabinet of Executive Vice-President Valdis Dombrovskis x Fleishman-Hillard Prime Collateralised Securities (PCS) Europe asbl"],"date":["2022-11-16"],"summary":["Simple, transparent and standardised securitisation"],"notes":["Portfolio: An Economy that Works for People"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-235870cd7eb41f2494f695fce18b5b5b88647113","eu-tr-56047191389-84","eu-tr-219775535360-61"]}} -{"id":"ec-meeting-2022-11-16-0cfa2aa6c37e31b1e01e2ab8a6365e0ef5ccce46","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-16 - Cabinet of Commissioner Adina Vălean x ANITA - Associazione Nazionale Imprese Trasporti Automobilistici"],"date":["2022-11-16"],"summary":["Maximum weights and dimensions of heavy-duty vehicles; Revision of Combined Transport Directive"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["ec-person-cc0354fbf386eb83f57c00ad5240f1dddeeabab4","ec-person-6e21d867543ef3b910e746c319cb048abd054702","eu-tr-155984042541-84"]}} -{"id":"ec-meeting-2022-11-16-0e3419ff3d8cfc786452ed43f2c0674acf52145c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-16 - Cabinet of Executive Vice-President Frans Timmermans x Rabobank"],"date":["2022-11-16"],"summary":["Sustainable food systems"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-006687715492-92","ec-person-33624431cbec1074e151c1707715ef46d2ba9565"]}} -{"id":"ec-meeting-2022-11-16-13bf80643a2280ff50e13e981e0065e719f70550","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-16 - Internal Market, Industry, Entrepreneurship and SMEs x Friends of Europe"],"date":["2022-11-16"],"summary":["On the side of the EU Raw Materials week High Level Conference, the parties met to discuss current issues related to raw materials supply."],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-grow"],"involved":["ec-person-0151c7e554d188fffc509ad636b7d1a84c5dfcd5","eu-tr-99436366768-45"]}} -{"id":"ec-meeting-2022-11-16-1d96ceb846502f7ce07a0cd7fc99cacb7d79e370","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-16 - Cabinet of Commissioner Mairead Mcguinness x Airbus The European Association of Corporate Treasurers Fleishman-Hillard Ingka Services A.B."],"date":["2022-11-16"],"summary":["Global economic situation\r\nFinancial regulation and corporate risk management (EMIR, MiFID)\r\nBanking package\r\nESG reporting\r\nPayments"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-2b9c589fb2354bd93067644d2c3d2c058d4c4cc9","eu-tr-1095068839-59","eu-tr-2732167674-76","ec-person-0ba9b89127b39af6a66f2fc3ed727332f1b19a34","eu-tr-56047191389-84","eu-tr-674630747738-35"]}} -{"id":"ec-meeting-2022-11-16-2272e7c938eed9f2428a4d0522950a0d74083181","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-16 - Cabinet of Commissioner Olivér Várhelyi x World Justice Project"],"date":["2022-11-16"],"summary":["Results of WJP’s Rule of Law Index 2022; learning more about EU current work and activities, and exchange on the Rule of Law situation in the EU as well as other relevant countries."],"notes":["Portfolio: Neighbourhood and Enlargement"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-cabinet-commissioner-of-oliver-varhelyi"],"involved":["ec-person-53491bf8482feff700ae076cb8b1e2ee3e728210","eu-tr-540503836926-15"]}} -{"id":"ec-meeting-2022-11-16-28043b8481d181d01ebc233d048931500e78044a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-16 - Cabinet of President Ursula von der Leyen x ZF Friedrichshafen AG"],"date":["2022-11-16"],"summary":["IPCEI"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-7019713e72781afb1f3b19032c4752a314b78180","eu-tr-194094423131-36"]}} -{"id":"ec-meeting-2022-11-16-37d5ed08d20685c800838ccc12dc82f3f620051d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-16 - Cabinet of Executive Vice-President Margrethe Vestager x Infobip Ltd."],"date":["2022-11-16"],"summary":["Presentation of the company, presentation of EU digital policies."],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-234896947959-56","ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0"]}} -{"id":"ec-meeting-2022-11-16-38c4fff71f1892870ca7291c6ce3f87219d6c5ce","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-16 - Cabinet of Commissioner Janez Lenarčič x Dutch Relief Alliance"],"date":["2022-11-16"],"summary":["Presentation of Dutch Relief Alliance"],"notes":["Portfolio: Crisis Management"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-janez-lenarcic-of"],"involved":["eu-tr-541350347851-77","ec-person-a6cd325c80698b2331699224c780ebfb10573602"]}} -{"id":"ec-meeting-2022-11-16-3c69e2a83c8a0fd0891f822c8daa35b402c3f2a3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-16 - Cabinet of Commissioner Jutta Urpilainen x World Justice Project"],"date":["2022-11-16"],"summary":["Rule of Law Index"],"notes":["Portfolio: International Partnerships"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["ec-person-7204caa5e704bc4a911fee13ad5c0f62fd74b3bc","eu-tr-540503836926-15"]}} -{"id":"ec-meeting-2022-11-16-41ab3e806fc237d35302c73f70a399b5867c3d7c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-16 - Cabinet of Executive Vice-President Valdis Dombrovskis x EU-ASEAN Business Council"],"date":["2022-11-16"],"summary":["EU-ASEAN business summit"],"notes":["Portfolio: An Economy that Works for People"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["eu-tr-614220318268-60","ec-person-5582b553fc27622716ec0589005296819f597ad2"]}} -{"id":"ec-meeting-2022-11-16-45515cdd7555fb85ecf916d1fefd322dce9873c1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-16 - Cabinet of President Ursula von der Leyen x FEDERCASSE - Federazione Italiana delle Banche di Credito Cooperativo Casse Rurali e Artigiane"],"date":["2022-11-16"],"summary":["Federcasse's position in relation to the current negotiations of the banking package and in particular their request that the social nature of their business model is recognized in the banking law."],"notes":["Portfolio: President"],"location":["Virtual meeting (Teams)"],"address":["Virtual meeting (Teams)"],"addressEntity":["addr-197bc5843ef6ed4cfb126b60737a2e3acbb5f82d"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-a159f03add374257584565c2b05cc5539a7526e6","eu-tr-051585416549-65"]}} -{"id":"ec-meeting-2022-11-16-462ac6551df7426d829e58c312429f45bad35d6f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-16 - Cabinet of President Ursula von der Leyen x Agora Energiewende"],"date":["2022-11-16"],"summary":["Climate and energy priorities for the next legislative mandate"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-f2b941852d3b961d69ed695c2d243a1a2b4a1904","eu-tr-321342621105-20"]}} -{"id":"ec-meeting-2022-11-16-4818bedc66993778f5db5744715e4bb322b7a53e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-16 - Cabinet of Commissioner Didier Reynders x AT&T, Inc."],"date":["2022-11-16"],"summary":["Data flows"],"notes":["Portfolio: Justice"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-didier-of-reynders"],"involved":["ec-person-442bf1ae9900b999673cdd7389224d0e21b67d4d","ec-person-1e25399e2267734c5f4c69093d2286c8898ee9f0","eu-tr-92442218459-37"]}} -{"id":"ec-meeting-2022-11-16-51404bbbf37e52d4387c922b6023fbc93aed1dc4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-16 - Cabinet of Commissioner Thierry Breton x InnoGlobal"],"date":["2022-11-16"],"summary":["Digital skills, Pact for skills"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-551316547939-21","ec-person-5215bd372c5a1202399d77ecceb8c16de8d7d55c"]}} -{"id":"ec-meeting-2022-11-16-525c29a79f9c6001f924eada62fb534359a75eea","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-16 - Internal Market, Industry, Entrepreneurship and SMEs x European Environmental Bureau"],"date":["2022-11-16"],"summary":["On the side of the EU Raw Materials week High Level Conference, the parties met to discuss the concerns of environmental NGOs on raw materials projects and their feedback on the Raw Materials Act."],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-grow"],"involved":["ec-person-0151c7e554d188fffc509ad636b7d1a84c5dfcd5","eu-tr-06798511314-27"]}} -{"id":"ec-meeting-2022-11-16-5b39b93f4252e2d7fb26e8abc33d1f777b848326","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-16 - Cabinet of Commissioner Nicolas Schmit x SMEunited aisbl"],"date":["2022-11-16"],"summary":["Meeting on the Year of Skills"],"notes":["Portfolio: Jobs and Social Rights"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["eu-tr-55820581197-35","ec-person-66fa2c2d100ec194caa42b5c6f97c36e2748b71c","ec-person-4cf4655ab41922e92160325d987a3c4615c72d30"]}} -{"id":"ec-meeting-2022-11-16-5c5146eaee0010735383676fe41c0c51b5f2d298","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-16 - Internal Market, Industry, Entrepreneurship and SMEs x Neo Performance Materials Inc"],"date":["2022-11-16"],"summary":["On the side of the EU Raw Materials week High Level Conference, the parties met to discuss current issues related to raw materials supply."],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-grow"],"involved":["ec-person-0151c7e554d188fffc509ad636b7d1a84c5dfcd5","eu-tr-862207842633-83"]}} -{"id":"ec-meeting-2022-11-16-5c83d35bb04303bb3a2283aa3c769afad7f6198a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-16 - Cabinet of Vice-President Věra Jourová x Axel Springer SE"],"date":["2022-11-16"],"summary":["Disinformation, Rule of Law, Media policy"],"notes":["Portfolio: Values and Transparency"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["eu-tr-742417913824-11","ec-person-bf54da17217bbddfd9c68fe24d88005ac17e2c4b"]}} -{"id":"ec-meeting-2022-11-16-606fcc5c40bc1a3a5f03b6855968de67b5c32bde","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-16 - Internal Market, Industry, Entrepreneurship and SMEs x PowerShift - Verein fuer eine oekologisch-solidarische Energie- & Weltwirtschaft e.V."],"date":["2022-11-16"],"summary":["On the side of the EU Raw Materials week High Level Conference, the parties met to discuss the concerns of environmental NGOs on raw materials projects and their feedback on the Raw Materials Act."],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-grow"],"involved":["ec-person-0151c7e554d188fffc509ad636b7d1a84c5dfcd5","eu-tr-34621194332-56"]}} -{"id":"ec-meeting-2022-11-16-6daf89d4dc05f834e106524d9b8395309aa49aa3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-16 - Cabinet of Commissioner Didier Reynders x Twitter International Unlimited Company"],"date":["2022-11-16"],"summary":["Code of Conduct against Hate speech"],"notes":["Portfolio: Justice"],"location":["videoconference"],"address":["videoconference"],"addressEntity":["addr-92b2fbb928e012810d80d9ef1abe12027beee200"],"organizer":["ec-cabinet-commissioner-didier-of-reynders"],"involved":["eu-tr-394491614001-72","ec-person-442bf1ae9900b999673cdd7389224d0e21b67d4d"]}} -{"id":"ec-meeting-2022-11-16-73911ab3047d9b8c00434496793a11b12e33a7d6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-16 - Internal Market, Industry, Entrepreneurship and SMEs x Transport and Environment (European Federation for Transport and Environment)"],"date":["2022-11-16"],"summary":["On the side of the EU Raw Materials week High Level Conference, the parties met to discuss the concerns of environmental NGOs on raw materials projects and their feedback on the Raw Materials Act."],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-grow"],"involved":["ec-person-0151c7e554d188fffc509ad636b7d1a84c5dfcd5","eu-tr-58744833263-19"]}} -{"id":"ec-meeting-2022-11-16-78b4e712f58865a4b945c4a2c2865ce56d7e9c43","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-16 - Cabinet of Vice-President Věra Jourová x Bitkom e.V."],"date":["2022-11-16"],"summary":["Digital transition"],"notes":["Portfolio: Values and Transparency"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["ec-person-221276f2dfa4b8fe628f08e982d967b6aeb61c57","eu-tr-5351830264-31"]}} -{"id":"ec-meeting-2022-11-16-7b400ac72bc5e41b6b9731474ca3d6fb7522ba5b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-16 - Cabinet of President Ursula von der Leyen x Bundesverband deutscher Banken e.V."],"date":["2022-11-16"],"summary":["The Association of German Banks explained their position and concerns in relation to: 1) Basel package under negotiation 2) their support to CMU initiatives 3) CMDI 4) Digital Euro"],"notes":["Portfolio: President"],"location":["Brussels - BERL"],"address":["Brussels - BERL"],"addressEntity":["addr-99dfa36e260650a0f0bb726f70d612b1fe5903b8"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-a159f03add374257584565c2b05cc5539a7526e6","eu-tr-0764199368-97"]}} -{"id":"ec-meeting-2022-11-16-7ce3e787cf883d0d2051307ae539f68c26876013","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-16 - Cabinet of Commissioner Didier Reynders x RELX"],"date":["2022-11-16"],"summary":["Development of an Eye witness and atrocities app"],"notes":["Portfolio: Justice"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-didier-of-reynders"],"involved":["eu-tr-338398611148-62","ec-person-50f9cba2282e1d03395cdd0faf9ce6e9a2ff3104","ec-person-4cd0043747c40cfeaced5e4c68e43372cdb8dac9"]}} -{"id":"ec-meeting-2022-11-16-7ef3d5377c696cee9370446c08beaacc8efd4e32","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2022-11-16 - Cabinet of Commissioner Janusz Wojciechowski x 4evergreen"],"date":["2022-11-16"],"summary":["To discuss the work of the alliance, its deliverables, and the linkages to the upcoming proposal"],"notes":["Portfolio: Agriculture"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["ec-person-cafe030b6dad78a75143f7552c420481b30ebceb","eu-tr-965762846303-66"]}} -{"id":"ec-meeting-2022-11-16-8e21fb49a58eb9f129c155ab4e16f0ae75faedd2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-16 - Cabinet of Commissioner Janusz Wojciechowski x Vodafone Belgium SA"],"date":["2022-11-16"],"summary":["To discuss how digital technology can help address the current crises and support the Green and Digital Transformation."],"notes":["Portfolio: Agriculture"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["eu-tr-90142503473-81","ec-person-cafe030b6dad78a75143f7552c420481b30ebceb"]}} -{"id":"ec-meeting-2022-11-16-a0eaf636ae9ec348d3c6439ce7e51e034fdda018","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-16 - Internal Market, Industry, Entrepreneurship and SMEs x Rare Earths Norway AS"],"date":["2022-11-16"],"summary":["On the side of the EU Raw Materials week High Level Conference, the parties met to discuss current issues related to raw materials supply."],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-grow"],"involved":["ec-person-0151c7e554d188fffc509ad636b7d1a84c5dfcd5","eu-tr-741084847914-70"]}} -{"id":"ec-meeting-2022-11-16-a52699b3add4ae0770abe1426b7c00ce1825340d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-16 - Research and Innovation x European Business Summit Network"],"date":["2022-11-16"],"summary":["Speaker at European Business Summit"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-dg-rtd"],"involved":["ec-person-21e7c4128517e637666af6796b09ff2cb8a40848","eu-tr-268958411031-65"]}} -{"id":"ec-meeting-2022-11-16-a79c52f48c8c1fe8233f4f3e20f7db6219bb5cd7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-16 - Cabinet of Executive Vice-President Valdis Dombrovskis x Commerzbank AG BNP PARIBAS"],"date":["2022-11-16"],"summary":["Securitisation"],"notes":["Portfolio: An Economy that Works for People"],"location":["Video call"],"address":["Video call"],"addressEntity":["addr-ad60f43c3b2e61f55f8d15d2bb303f6d11ac791b"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-235870cd7eb41f2494f695fce18b5b5b88647113","eu-tr-83370363079-88","eu-tr-78787381113-69"]}} -{"id":"ec-meeting-2022-11-16-bcbb1794646e945b9dcecbf7c117815f513701ac","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-16 - Cabinet of Commissioner Mairead Mcguinness x BNP PARIBAS Commerzbank AG"],"date":["2022-11-16"],"summary":["Transparent and standardised securitisation"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["eu-tr-83370363079-88","eu-tr-78787381113-69","ec-person-49e520c7a9c9c47ccb5acfa68f9416e4233af9f8"]}} -{"id":"ec-meeting-2022-11-16-e01722c4ff451b7077d9e290d7da9100dfa6095f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-16 - Cabinet of Commissioner Thierry Breton x Infobip Ltd."],"date":["2022-11-16"],"summary":["EU policies on industrial data and cloud; Data Act"],"notes":["Portfolio: Internal Market"],"location":["brussels"],"address":["brussels"],"addressEntity":["addr-e2daa1574b7ac475c827b33e281bd2d5e013c882"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-234896947959-56","ec-person-d6689ffc6695e7e65bdd0e0c0da1721d3031ea1b"]}} -{"id":"ec-meeting-2022-11-16-e80212fa0ddd2320ea2dd1d9cd9e4ad30b592399","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-16 - Cabinet of Commissioner Adina Vălean x MAHLE International GmbH"],"date":["2022-11-16"],"summary":["Energy, supply chain and strategy for sustainable mobility."],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["eu-tr-917204122840-28","ec-person-cc0354fbf386eb83f57c00ad5240f1dddeeabab4","ec-person-e5f1558cac43dd4f90847b508b6753edb0a9f903"]}} -{"id":"ec-meeting-2022-11-16-eb5665a8a1e3491b5c7df59a88fb19b48af5a8b6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-16 - Cabinet of Executive Vice-President Margrethe Vestager x NVIDIA Corporation"],"date":["2022-11-16"],"summary":["Presentation of the company, AI Act, metaverse."],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0","eu-tr-866541247974-60"]}} -{"id":"ec-meeting-2022-11-16-f1422be86f254abc382d175082ce585c56d4b10e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-16 - Internal Market, Industry, Entrepreneurship and SMEs x BASF SE"],"date":["2022-11-16"],"summary":["On the side of the EU Raw Materials week High Level Conference, the parties met to discuss current issues related to raw materials supply."],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-grow"],"involved":["ec-person-0151c7e554d188fffc509ad636b7d1a84c5dfcd5","eu-tr-7410939793-88"]}} -{"id":"ec-meeting-2022-11-16-f45983485036e3e3ae007c833bcf3563f53bd194","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-16 - Cabinet of Commissioner Ylva Johansson x Danish Refugee Council Brussels"],"date":["2022-11-16"],"summary":["Strategic engagement and how institutions might develop more regular dialogue in support of collective efforts to support conflict affected communities."],"notes":["Portfolio: Home Affairs"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-cabinet-commissioner-johansson-of-ylva"],"involved":["ec-person-1cc1c011b9377e4d6f05577ee58ef3f7182c61b8","eu-tr-394469847966-60"]}} -{"id":"ec-meeting-2022-11-17-2c46cfc21c8423fb13ca6daff46e2427e07ca21d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-17 - Cabinet of Commissioner Janusz Wojciechowski x Stowarzyszenie Krajowa Unia Producentów Soków (KUPS) European Fruit Juice Association"],"date":["2022-11-17"],"summary":["Amendment to the Juice Directive of the European Parliament and the Council No 2012/12/EU of 19/04/2012"],"notes":["Portfolio: Agriculture"],"location":["Brussels, Belgium and ONLINE (hybrid meeting)"],"address":["Brussels, Belgium and ONLINE (hybrid meeting)"],"addressEntity":["addr-fe4e446e82fb4037676df15fda8cb416889bf0f4"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["eu-tr-410052929385-59","ec-person-ae252fb0bbbad2440e31f70ccc19082b7ac65837","eu-tr-818796448131-56"]}} -{"id":"ec-meeting-2022-11-17-33a4aa93360144d00cc6da5c9545cafb9fff77b6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-17 - Cabinet of Executive Vice-President Margrethe Vestager x Leonardo S.p.A."],"date":["2022-11-17"],"summary":["Competition policies."],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-bb1f295d8be3d10004d7e5fd7c24248a21215775","eu-tr-02550382403-01"]}} -{"id":"ec-meeting-2022-11-17-33ad31612a507b18e01ad13ea917963e743ecade","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-17 - Cabinet of Executive Vice-President Margrethe Vestager x VEON Ltd"],"date":["2022-11-17"],"summary":["Ukrainian telecommunication operations"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0","eu-tr-343076046534-12"]}} -{"id":"ec-meeting-2022-11-17-397364bed437a53edf6b22a250ae1d3db4af6feb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-17 - Cabinet of Executive Vice-President Margrethe Vestager x Greater Copenhagen EU Office"],"date":["2022-11-17"],"summary":["Competition and digital policy"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-cc22f9036f136b68e22fa3af97972857e72dc249","eu-tr-91139622118-45"]}} -{"id":"ec-meeting-2022-11-17-429aaf51ecb66d8fb9d5f3d483cb072eafe638c8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-17 - Cabinet of Vice-President Margaritis Schinas x Arton Capital"],"date":["2022-11-17"],"summary":["Global Citizen Forum co-chaired by UNHCR- Migration"],"notes":["Portfolio: Promoting the European Way of Life"],"location":["Ras Al-Kaimah"],"address":["Ras Al-Kaimah"],"addressEntity":["addr-c22e4fe0f890cd5d59b7fd6288740a29df4c815b"],"organizer":["ec-cabinet-margaritis-of-president-schinas-vice"],"involved":["ec-person-d5cada2a1a17537a675985af31e5ce07ae3bfd42","eu-tr-157988534103-89","ec-person-2e04e278a7f128b3ac72d2af3db94d4ebed934da"]}} -{"id":"ec-meeting-2022-11-17-5ef92ddead75c412cfab77136faec497f8a9622b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-17 - Cabinet of Commissioner Nicolas Schmit x Transnational Alliance to Combat Illicit Trade"],"date":["2022-11-17"],"summary":["Forced labour"],"notes":["Portfolio: Jobs and Social Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["eu-tr-655384148086-23","ec-person-15afa0e4cf7c5272c826dda163350404ebbccdc3"]}} -{"id":"ec-meeting-2022-11-17-5fb3e0d4d0962bffff126686bcaaebef610bafe6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-17 - Directorate-General for International Partnerships x Centre de coopération internationale en recherche agronomique pour le développement"],"date":["2022-11-17"],"summary":["Enjeux et les défis des transitions agroécologiques dans nos pays partenaires et la mobilisation de la recherche pour l’impact et l’innovation."],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-intpa"],"involved":["eu-tr-224760439440-04","ec-person-afe6f55069d2cc5483157e138e41abd63140fdd8"]}} -{"id":"ec-meeting-2022-11-17-6227748832ff996479040d02c85e7f9e1d469d78","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-17 - Cabinet of Executive Vice-President Valdis Dombrovskis x Insurance Europe"],"date":["2022-11-17"],"summary":["retail investment strategy; Solvency II"],"notes":["Portfolio: An Economy that Works for People"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-235870cd7eb41f2494f695fce18b5b5b88647113","eu-tr-33213703459-54"]}} -{"id":"ec-meeting-2022-11-17-6392bc3452b3274534996b8cf19c4e161a631871","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-17 - Cabinet of Executive Vice-President Margrethe Vestager x Neo Performance Materials Inc Fleishman-Hillard"],"date":["2022-11-17"],"summary":["Sovereignty Fund, State Aid in Estonia, and Raw Materials Act."],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-56047191389-84","eu-tr-862207842633-83","ec-person-0e93ebac9bad76e1351e0981f04e7ef88848f943"]}} -{"id":"ec-meeting-2022-11-17-6fa9831b5963250ad4c0a3b88ac8b4df3b6ad714","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-17 - Cabinet of Executive Vice-President Valdis Dombrovskis x Banco Santander, S.A."],"date":["2022-11-17"],"summary":["Economic situation and outlook, economic and social policy priorities, recovery and resilience plans"],"notes":["Portfolio: An Economy that Works for People"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["eu-tr-799142914971-03","ec-person-95d6ecce9b8f3a7b167d0eac8e270fdce0665ccb"]}} -{"id":"ec-meeting-2022-11-17-79855ebb9d5c55755b0b3ab50450caaf134ad31b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-17 - Communication x Amaury Sport Organisation"],"date":["2022-11-17"],"summary":["Evaluation of communication cooperation on Tour de France"],"location":["online"],"address":["online"],"addressEntity":["addr-2dbc2fd2358e1ea1b7a6bc08ea647b9a337ac92d"],"organizer":["ec-dg-comm"],"involved":["ec-person-676f70803f4848c87b632d8522ff9ce8d4600e27","eu-tr-438941846088-54"]}} -{"id":"ec-meeting-2022-11-17-7fb30a6bea2ae1536408fc96000bab035e77989f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-17 - Cabinet of Executive Vice-President Valdis Dombrovskis x The Brewers of Europe Natural Mineral Waters Europe aisbl"],"date":["2022-11-17"],"summary":["Draft proposal of a Regulation on Packaging and Packaging Waste (PPWR)"],"notes":["Portfolio: An Economy that Works for People"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-3520008ac93a203db50d106deafde939bc2729f1","eu-tr-562370525222-50","eu-tr-81610896372-23"]}} -{"id":"ec-meeting-2022-11-17-81d536bb74221da7c642c9a661769d72a84eefbf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-17 - Cabinet of Commissioner Stella Kyriakides x European Paper Packaging Alliance"],"date":["2022-11-17"],"summary":["VTC meeting on food packaging"],"notes":["Portfolio: Health"],"location":["Bruxelles"],"address":["Bruxelles"],"addressEntity":["addr-b58f5927b66d94a676970dc048485d4c6848f272"],"organizer":["ec-cabinet-commissioner-kyriakides-of-stella"],"involved":["ec-person-8c3c9f5f3b2f84138bb6ab73180e2eff94b88ec8","eu-tr-871659237699-78"]}} -{"id":"ec-meeting-2022-11-17-8cf215d52e4e048b6f65f9887652df72a2cba9db","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-17 - Cabinet of Commissioner Thierry Breton x SMEunited aisbl"],"date":["2022-11-17"],"summary":["Energy crisis and SMEs; SME relief package"],"notes":["Portfolio: Internal Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-55820581197-35","ec-person-5215bd372c5a1202399d77ecceb8c16de8d7d55c"]}} -{"id":"ec-meeting-2022-11-17-91b23e2afa0ac1027fadc665e1856f5bd41def25","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-17 - Cabinet of Executive Vice-President Margrethe Vestager x European FinTech Association FTI Consulting Belgium"],"date":["2022-11-17"],"summary":["Digital financial services"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-514240237898-38","ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0","eu-tr-29896393398-67"]}} -{"id":"ec-meeting-2022-11-17-93109cc6b4530df5fd065dda82f4235a6e44c2d2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-17 - Cabinet of Vice-President Věra Jourová x Rundfunkrat des Westdeutschen Rundfunks"],"date":["2022-11-17"],"summary":["European Media Freedom Act"],"notes":["Portfolio: Values and Transparency"],"location":["videoconference call"],"address":["videoconference call"],"addressEntity":["addr-7276ec71205fc53d56bb101a3202566867d4a890"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["ec-person-bf54da17217bbddfd9c68fe24d88005ac17e2c4b","eu-tr-822081118841-09"]}} -{"id":"ec-meeting-2022-11-17-942af41234a2f0aa0271476f929799ad94acc0d4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-17 - Cabinet of Executive Vice-President Valdis Dombrovskis x European Center for Constitutional and Human Rights Clean Clothes Campaign / Stichting Schone Kleren Kampagne Stichting Fair Trade Advocacy Office Environmental Justice Foundation International La Strada Association World Uyghur Congress Anti-Slavery International"],"date":["2022-11-17"],"summary":["forced labour"],"notes":["Portfolio: An Economy that Works for People"],"location":["video conference"],"address":["video conference"],"addressEntity":["addr-6dc12e3c97077db82f32184f24341ce370a445fd"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-235870cd7eb41f2494f695fce18b5b5b88647113","eu-tr-25155107085-31","eu-tr-860901940087-20","eu-tr-714466824568-72","eu-tr-701072646317-95","eu-tr-674990548048-84","eu-tr-817535514065-10","eu-tr-464644816865-02"]}} -{"id":"ec-meeting-2022-11-17-af69b789f902c8b866c2d6d00e408cfaf18bd020","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-17 - Cabinet of Executive Vice-President Valdis Dombrovskis x European Network of Credit Unions"],"date":["2022-11-17"],"summary":["Credit Unions, support to Ukraine, sustainability"],"notes":["Portfolio: An Economy that Works for People"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-235870cd7eb41f2494f695fce18b5b5b88647113","eu-tr-43384951893-57"]}} -{"id":"ec-meeting-2022-11-17-afb9030999463753a83ea092362498e7c4e07b7b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-17 - Communications Networks, Content and Technology x The Brookings Institution"],"date":["2022-11-17"],"summary":["Destin-E"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-177994617312-19","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2022-11-17-bf3b84a3a710939e7a7fcd00a0192cba3283d4f8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-17 - Cabinet of Executive Vice-President Frans Timmermans x Bureau Brussels Consulting European Data Centre Association"],"date":["2022-11-17"],"summary":["Multimodal ticketing"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-10944091576-90","eu-tr-073113537074-85","ec-person-d56ecbfde17436a136fc89c9a978b266e8285c84"]}} -{"id":"ec-meeting-2022-11-17-c46b5239e77039dbf74f42e3dafed1f49e79274c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-17 - Mobility and Transport x SMBC Aviation Capital Ltd"],"date":["2022-11-17"],"summary":["Taxonomy"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-move"],"involved":["eu-tr-227651148127-20","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2022-11-17-d4a9cf649c9cc9e442cb6dca54efb82a14312e60","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-17 - Financial Stability, Financial Services and Capital Markets Union x JPMorgan Chase & Co."],"date":["2022-11-17"],"summary":["Capital Market Union, AIFMD review"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["ec-person-1fce211249673c35ee07a801ddee77ab24af8d54","eu-tr-9171899949-17"]}} -{"id":"ec-meeting-2022-11-17-dc4affed25e383d62163c57e66a93c0bc2a2dda7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-17 - Cabinet of Commissioner Mairead Mcguinness x Afore Consulting European Network of Credit Unions"],"date":["2022-11-17"],"summary":["Introductory meeting"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-69324896e96bbd9e20f797e4c49f0d286d058227","ec-person-3a66109f0585c657edbe69190faa41919b50e05f","ec-person-a5441c6a69a8a94fd64e02def60fcc6567f2c1d8","eu-tr-43384951893-57","eu-tr-03013154889-05"]}} -{"id":"ec-meeting-2022-11-17-f3c4df19751aee478eaf8d7759302b324b9bcc56","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-17 - Cabinet of Vice-President Věra Jourová x ZDF Europabüro Brüssel"],"date":["2022-11-17"],"summary":["European Media Freedom Act"],"notes":["Portfolio: Values and Transparency"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["ec-person-bf54da17217bbddfd9c68fe24d88005ac17e2c4b","eu-tr-3209361971-85"]}} -{"id":"ec-meeting-2022-11-17-f3eb5da913124c6dbe35749988a43f6481bd22c1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-17 - Cabinet of Commissioner Mairead Mcguinness x Aercap Holdings NV SMBC Aviation Capital Ltd"],"date":["2022-11-17"],"summary":["Introductory meeting & EU restrictive measures"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["eu-tr-227651148127-20","ec-person-a5441c6a69a8a94fd64e02def60fcc6567f2c1d8","eu-tr-461173445540-64","ec-person-c7d8468d3870f7e4db534aa99b291f61e9d50404"]}} -{"id":"ec-meeting-2022-11-18-0760719707cef75e614b5cdb45b7eea189169bd0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-18 - Cabinet of President Ursula von der Leyen x 3E"],"date":["2022-11-18"],"summary":["Geopolitics / RE industry in EU"],"notes":["Portfolio: President"],"location":["Brussels (WEBEX)"],"address":["Brussels (WEBEX)"],"addressEntity":["addr-3afbdeda01f3dac93a9dc841fdac57d9de27b869"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-f2b941852d3b961d69ed695c2d243a1a2b4a1904","eu-tr-835021737805-19"]}} -{"id":"ec-meeting-2022-11-18-17bb8fa2d44d66930d77e7dbb4690669d9a3c784","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-18 - Cabinet of Executive Vice-President Frans Timmermans x International Federation of Organic Agriculture Movements EU Regional Group"],"date":["2022-11-18"],"summary":["European Green Deal, sustainable food and the preparation of the green claims initiative"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-67128251296-84","ec-person-8af3c81534786a740718d21dc58240738a53ed7b","ec-person-33624431cbec1074e151c1707715ef46d2ba9565"]}} -{"id":"ec-meeting-2022-11-18-26324a300128b6f00217930dfa33587e42685ef2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-18 - Cabinet of Commissioner Virginijus Sinkevičius x Vartotojų aljansas (Lithuanian Consumers Alliance) CANOPEA CITTADINI PER L'ARIA Green 10 Transport and Environment (European Federation for Transport and Environment) RESPIRE – Association nationale pour l’amélioration de la qualité de l’air et la défense des victimes de la pollution de l’air Polski Klub Ekologiczny Okręg Mazowiecki Clean Air Action Group (Levegő Munkacsoport) Ecologistas en Accion BRAL Stadsbeweging voor Brussel"],"date":["2022-11-18"],"summary":["To discuss the recently adopted Commission proposal for the revision of the Ambient Air Quality Directives"],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["eu-tr-372227817849-54","eu-tr-546681148117-53","eu-tr-58744833263-19","ec-person-dd7a7b1952e158f4195d34cff333ec79a4f48ba3","eu-tr-027418748129-16","eu-tr-468131548132-90","eu-tr-70309834043-10","eu-tr-64628738622-42","eu-tr-506497923503-90","eu-tr-183192748004-32","eu-tr-351764810742-20","ec-person-df7b6800b8d3048e28fedb084a8b0b72260d7a0a"]}} -{"id":"ec-meeting-2022-11-18-289bd3f2e2d6104faa876652ab19577cf0f6a54d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-18 - Communication x Political Festival of Europe"],"date":["2022-11-18"],"summary":["EU Festival 2023 - exchange on draft programme"],"location":["online"],"address":["online"],"addressEntity":["addr-2dbc2fd2358e1ea1b7a6bc08ea647b9a337ac92d"],"organizer":["ec-dg-comm"],"involved":["eu-tr-602595643395-60","ec-person-676f70803f4848c87b632d8522ff9ce8d4600e27"]}} -{"id":"ec-meeting-2022-11-18-2a73fe76586d8bf5525d44d27c4a4fe653f6d981","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-18 - Cabinet of Executive Vice-President Margrethe Vestager x QUALCOMM Incorporated"],"date":["2022-11-18"],"summary":["Digital economy."],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-00358442856-45","ec-person-eecca27e2a9c3fc0d4bd43564e4960382705feef","ec-person-73fb1ddd279f8c6697a055567a2c09606006b875"]}} -{"id":"ec-meeting-2022-11-18-50b5bf3521cbc33f878c91bfa20294f06d699427","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2022-11-18 - Cabinet of Commissioner Virginijus Sinkevičius x FEDERACIÓN NACIONAL DE COFRADÍAS DE PESCADORES"],"date":["2022-11-18"],"summary":["To discuss various topical fisheries files, including the implementing act on vulnerable marine ecosystems and the implementation of the Western Mediterranean Multiannual management plan."],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Brussels, Berlaymont"],"address":["Brussels, Berlaymont"],"addressEntity":["addr-2d842da4e8cf3dbd0304d45e6b874d5f0aa57edf"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["eu-tr-57215462204-95","ec-person-dd7a7b1952e158f4195d34cff333ec79a4f48ba3","ec-person-c92a6b4ef8328855b0234011be623ed9f15c86f3"]}} -{"id":"ec-meeting-2022-11-18-7ef91570accd3cf28f05c8ec0d94f99f5f1006fd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-18 - Financial Stability, Financial Services and Capital Markets Union x Fleishman-Hillard"],"date":["2022-11-18"],"summary":["Money market funds"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-56047191389-84","ec-person-1fce211249673c35ee07a801ddee77ab24af8d54"]}} -{"id":"ec-meeting-2022-11-18-ae8f7474015253afdda483a98f82071abeeef331","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-18 - Financial Stability, Financial Services and Capital Markets Union x Association for Financial Markets in Europe"],"date":["2022-11-18"],"summary":["MiFIR, EU bond market liquidity"],"location":["Virtual meeting"],"address":["Virtual meeting"],"addressEntity":["addr-1f1f3f51a4da31a1ea5c1b4b21cbf52ad983224f"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-65110063986-76","ec-person-1fce211249673c35ee07a801ddee77ab24af8d54"]}} -{"id":"ec-meeting-2022-11-18-b743a5ce8e19b9c6b5377647466ef58846bff4bd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-18 - Cabinet of Commissioner Jutta Urpilainen x CMI - Martti Ahtisaari Peace Foundation"],"date":["2022-11-18"],"summary":["possible participation of the Commissioner in their conference"],"notes":["Portfolio: International Partnerships"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["ec-person-b5a90dd5ba1c715a3e7923281f7a6ae9975796d8","eu-tr-445407934362-74"]}} -{"id":"ec-meeting-2022-11-18-c813593db06358c20fe98c253c646e18333fd6ae","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-18 - Cabinet of Commissioner Mairead Mcguinness x SMBC Aviation Capital Ltd"],"date":["2022-11-18"],"summary":["Introductory meeting & EU Sanctions"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Dundalk, Ireland"],"address":["Dundalk, Ireland"],"addressEntity":["addr-cbe082fe29fcc3a7dd58b39e3deb01efa5ee6998"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["eu-tr-227651148127-20","ec-person-2b9c589fb2354bd93067644d2c3d2c058d4c4cc9","ec-person-69324896e96bbd9e20f797e4c49f0d286d058227"]}} -{"id":"ec-meeting-2022-11-18-d82dc625ff19c20b2607951d5f1ce56a78abf07a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-18 - Cabinet of Commissioner Virginijus Sinkevičius x European Chemical Industry Council"],"date":["2022-11-18"],"summary":["To discuss the implementation of the Chemicals Strategy and the next steps for the upcoming revision of REACH"],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["eu-tr-64879142323-90","ec-person-dd7a7b1952e158f4195d34cff333ec79a4f48ba3","ec-person-df7b6800b8d3048e28fedb084a8b0b72260d7a0a"]}} -{"id":"ec-meeting-2022-11-18-e9ef84c3791e2500951496d83f1e71f97d8b5c4e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-18 - Cabinet of Commissioner Stella Kyriakides x Confederation of European Paper Industries"],"date":["2022-11-18"],"summary":["VTC meeting on food packaging"],"notes":["Portfolio: Health"],"location":["Bruxelles"],"address":["Bruxelles"],"addressEntity":["addr-b58f5927b66d94a676970dc048485d4c6848f272"],"organizer":["ec-cabinet-commissioner-kyriakides-of-stella"],"involved":["ec-person-8c3c9f5f3b2f84138bb6ab73180e2eff94b88ec8","eu-tr-72279144480-58"]}} -{"id":"ec-meeting-2022-11-18-f7df201c3f4fd0752732f60cbaf00f3bc7a2429d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-18 - Cabinet of Executive Vice-President Valdis Dombrovskis x European FinTech Association"],"date":["2022-11-18"],"summary":["digital finance"],"notes":["Portfolio: An Economy that Works for People"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-235870cd7eb41f2494f695fce18b5b5b88647113","eu-tr-514240237898-38"]}} -{"id":"ec-meeting-2022-11-18-f863399c9fbd126854a78cc3395cae75bb274282","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-18 - Cabinet of President Ursula von der Leyen x The Brewers of Europe"],"date":["2022-11-18"],"summary":["EU Packaging and Waste Packaging Legislation: upcoming revision."],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-907ffb425c752d7d7940f64fcfe219fe88b2f741","eu-tr-81610896372-23"]}} -{"id":"ec-meeting-2022-11-21-2a8c2be6fe7abf04d390677436b64190e245e4cd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-21 - Cabinet of Executive Vice-President Margrethe Vestager x Ledger SAS Teneo Brussels"],"date":["2022-11-21"],"summary":["presentation of the company, Web 3.0, metaverse."],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0","eu-tr-91124993695-29","eu-tr-669698645749-43"]}} -{"id":"ec-meeting-2022-11-21-379005f62405f5a7cb3a2e03b0e807b3462d6287","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-21 - Cabinet of Vice-President Věra Jourová x Stowarzyszenie Sygnał"],"date":["2022-11-21"],"summary":["Rule of Law, European Media Freedom Act"],"notes":["Portfolio: Values and Transparency"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["eu-tr-084497913019-90","ec-person-bf54da17217bbddfd9c68fe24d88005ac17e2c4b"]}} -{"id":"ec-meeting-2022-11-21-50ec02e52560cab4ffce537d8a9657803408d738","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-21 - Cabinet of Commissioner Mairead Mcguinness x European Retail Financial Forum"],"date":["2022-11-21"],"summary":["Consumer, youth, financial literacy, retail investment strategy"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Virtual meeting"],"address":["Virtual meeting"],"addressEntity":["addr-1f1f3f51a4da31a1ea5c1b4b21cbf52ad983224f"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["eu-tr-976662735605-10","ec-person-b38feaad7eeb35ff708f3db9b793b158f81e7872","ec-person-3a66109f0585c657edbe69190faa41919b50e05f"]}} -{"id":"ec-meeting-2022-11-21-60cef93f1fad7bf905694d100f18936f6947790e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-21 - Cabinet of Vice-President Věra Jourová x European Network of National Human Rights Institutions"],"date":["2022-11-21"],"summary":["Rule of law"],"notes":["Portfolio: Values and Transparency"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["ec-person-bf54da17217bbddfd9c68fe24d88005ac17e2c4b","eu-tr-684831617188-52"]}} -{"id":"ec-meeting-2022-11-21-7e115fb0186f9ed767b050f717f3aca0f6ad01a1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-21 - Cabinet of Commissioner Thierry Breton x European Round Table for Industry"],"date":["2022-11-21"],"summary":["State of play and general presentation on the economic challenges in relation to the energy crisis and the US IRA."],"notes":["Portfolio: Internal Market"],"location":["Paris"],"address":["Paris"],"addressEntity":["addr-22390ad11c32faec43fc61555b53607660b3c185"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","eu-tr-25487567824-45"]}} -{"id":"ec-meeting-2022-11-21-8a863e1376320e910771b64050165e9e4721b2d5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-21 - Cabinet of President Ursula von der Leyen x Vanguard Asset Management Limited"],"date":["2022-11-21"],"summary":["Retail investment strategy"],"notes":["Portfolio: President"],"location":["Brussels - Videoconference"],"address":["Brussels - Videoconference"],"addressEntity":["addr-b93a8e0f37fc1881f159c6a2191a50ec995fd50c"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-a159f03add374257584565c2b05cc5539a7526e6","eu-tr-226354616978-90"]}} -{"id":"ec-meeting-2022-11-21-c54c72363f11254af305cdbf24698ff68905f4a5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-21 - Cabinet of Commissioner Mairead Mcguinness x International Credit Insurance & Surety Association"],"date":["2022-11-21"],"summary":["Export credit guarantees"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["eu-tr-924462331324-02","ec-person-49e520c7a9c9c47ccb5acfa68f9416e4233af9f8"]}} -{"id":"ec-meeting-2022-11-21-d1e700ee820f01023a9063c1e091728bc5ef9e9b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-21 - Cabinet of President Ursula von der Leyen x Natural Mineral Waters Europe aisbl Union of European Beverages Association"],"date":["2022-11-21"],"summary":["EU Packaging and Waste Packaging Legislation: upcoming revision."],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["eu-tr-25492952296-56","eu-tr-562370525222-50","ec-person-907ffb425c752d7d7940f64fcfe219fe88b2f741"]}} -{"id":"ec-meeting-2022-11-21-d2192733db9d894ea1446d28fc73dcff689c473b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-21 - Cabinet of Commissioner Janusz Wojciechowski x European Vegetarian Union European Plant-based Foods Association"],"date":["2022-11-21"],"summary":["Ongoing legislative initiatives on the plant-based food sector"],"notes":["Portfolio: Agriculture"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["eu-tr-109356110578-03","eu-tr-689045810852-79","ec-person-ae252fb0bbbad2440e31f70ccc19082b7ac65837"]}} -{"id":"ec-meeting-2022-11-22-279eab088928d9c1f53f6925c2f63d36bce5c311","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-22 - Cabinet of Commissioner Ylva Johansson x Google"],"date":["2022-11-22"],"summary":["Meeting with Mr Kent Walker, on CSA proposal, the EU Internet forum on 7/12, the implementation of the TCO and digital security more broadly"],"notes":["Portfolio: Home Affairs"],"location":["VTC"],"address":["VTC"],"addressEntity":["addr-9d1acaa772820b8ade84113d2da24716fe455be2"],"organizer":["ec-cabinet-commissioner-johansson-of-ylva"],"involved":["eu-tr-03181945560-59","ec-person-31b127e72e9dd30ce85ff2b475ac65d28d7dc48d"]}} -{"id":"ec-meeting-2022-11-22-4aaf2893039829a76ee839206d3e38349d9f934c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-22 - Cabinet of Commissioner Didier Reynders x Warner Bros. Discovery"],"date":["2022-11-22"],"summary":["Discussion on rule of law in Poland, including the media sector."],"notes":["Portfolio: Justice"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-didier-of-reynders"],"involved":["ec-person-6c2abeaa21f9fe09b6a21f7f73e03d924e89018e","ec-person-50f9cba2282e1d03395cdd0faf9ce6e9a2ff3104","eu-tr-288009010205-61"]}} -{"id":"ec-meeting-2022-11-22-4e4a01ed5c6a4eb8cf1a6f639f95ed13e0668076","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-22 - Cabinet of Commissioner Thierry Breton x Aurora Lithium"],"date":["2022-11-22"],"summary":["Battery Value Chain and Critical Raw Materials Act"],"notes":["Portfolio: Internal Market"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-6308dea893b9b1ca0dcd5b91b4a1ac4c2f3020ad","eu-tr-755496548061-95"]}} -{"id":"ec-meeting-2022-11-22-51b1c7daa9e1f78ce1b6ca1d125d4baee132ea6c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-22 - Cabinet of Vice-President Maroš Šefčovič x Aurora Lithium"],"date":["2022-11-22"],"summary":["Battery Value Chain and Critical Raw Materials Act"],"notes":["Portfolio: Interinstitutional Relations and Foresight"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-442becb1e681f03d9df1dc59e73ecf1336c48402","ec-person-d8af7eb5b715c9bd960f9661cb5170f8c6230853","eu-tr-755496548061-95"]}} -{"id":"ec-meeting-2022-11-22-58aab3b276e6eff0d191562faa9d1c72b984d4e8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-22 - Cabinet of Commissioner Johannes Hahn x Union of European Beverages Association Red Bull GmbH"],"date":["2022-11-22"],"summary":["Upcoming proposal on the Review of the Packaging and Packaging Waste Directive."],"notes":["Portfolio: Budget and Administration"],"location":["Video-conference"],"address":["Video-conference"],"addressEntity":["addr-afae67aab834151e72f631228e72361e369db072"],"organizer":["ec-cabinet-commissioner-hahn-johannes-of"],"involved":["eu-tr-25492952296-56","ec-person-0a9c49ba84ea78ae0ec9c6fadde7b6d66e7a1054","eu-tr-279967020225-05"]}} -{"id":"ec-meeting-2022-11-22-5a2a543bd69645f74d451ac34b83b632c6074e2c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-22 - Cabinet of Commissioner Adina Vălean x Société nationale SNCF"],"date":["2022-11-22"],"summary":["Innovative projects in and outside the mobility sector and helping to face the many current challenges of transformation (climate challenge, corporate social responsibility, new ways of working, new ways of consumption, etc.)"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["eu-tr-97914681026-14","ec-person-e5f1558cac43dd4f90847b508b6753edb0a9f903"]}} -{"id":"ec-meeting-2022-11-22-5b39b93f4252e2d7fb26e8abc33d1f777b848326","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-22 - Cabinet of Commissioner Nicolas Schmit x SMEunited aisbl"],"date":["2022-11-22"],"summary":["The European Year of Skills policies, the Vocational Education and Training (VET)."],"notes":["Portfolio: Jobs and Social Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["eu-tr-55820581197-35","ec-person-66fa2c2d100ec194caa42b5c6f97c36e2748b71c","ec-person-4cf4655ab41922e92160325d987a3c4615c72d30","ec-person-c03b949331dbbe5fa3d5423758e371ec1b9b832f"]}} -{"id":"ec-meeting-2022-11-22-8c99f0d432b0821f1d0ce569ac2d46679ef8877b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-22 - Cabinet of Commissioner Mairead Mcguinness x World Economic Forum"],"date":["2022-11-22"],"summary":["Discuss Commissioner McGuinness’s attendance of the Annual meeting"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["eu-tr-567538843366-43","ec-person-49e520c7a9c9c47ccb5acfa68f9416e4233af9f8"]}} -{"id":"ec-meeting-2022-11-22-acf4b64608434a53306e41803a209ccd16506256","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-22 - Cabinet of Vice-President Věra Jourová x EBU-UER (European Broadcasting Union)"],"date":["2022-11-22"],"summary":["Public service media"],"notes":["Portfolio: Values and Transparency"],"location":["videoconference call"],"address":["videoconference call"],"addressEntity":["addr-7276ec71205fc53d56bb101a3202566867d4a890"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["ec-person-221276f2dfa4b8fe628f08e982d967b6aeb61c57","eu-tr-93288301615-56"]}} -{"id":"ec-meeting-2022-11-22-bf1b03c79dd521e2e6bd3db73175bde44375b1a8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-22 - Cabinet of Executive Vice-President Margrethe Vestager x Verband der Chemischen Industrie e.V."],"date":["2022-11-22"],"summary":["State Aid and Energy."],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["online"],"address":["online"],"addressEntity":["addr-2dbc2fd2358e1ea1b7a6bc08ea647b9a337ac92d"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-15423437054-40","ec-person-bb1f295d8be3d10004d7e5fd7c24248a21215775","ec-person-6b6135249735cff1f3061530471f1e159500c840"]}} -{"id":"ec-meeting-2022-11-22-db1d7a6af4d4b7c767277f73a72637ed9582747d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-22 - Cabinet of Commissioner Mairead Mcguinness x Bureau Européen des Unions de Consommateurs"],"date":["2022-11-22"],"summary":["Retail Investment Strategy"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Virtual Meeting"],"address":["Virtual Meeting"],"addressEntity":["addr-ed078b6749077909a1a45720507ac2da9277b8b3"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["eu-tr-9505781573-45","ec-person-3a66109f0585c657edbe69190faa41919b50e05f"]}} -{"id":"ec-meeting-2022-11-22-dfe0e5697607c51fda728ea6ffc76227caa95b12","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-22 - Cabinet of Executive Vice-President Valdis Dombrovskis x Bureau Européen des Unions de Consommateurs"],"date":["2022-11-22"],"summary":["Retail investment strategy and our both names"],"notes":["Portfolio: An Economy that Works for People"],"location":["Video call"],"address":["Video call"],"addressEntity":["addr-ad60f43c3b2e61f55f8d15d2bb303f6d11ac791b"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-235870cd7eb41f2494f695fce18b5b5b88647113","eu-tr-9505781573-45"]}} -{"id":"ec-meeting-2022-11-22-f154b69564bffcccf0037cc3d3fb309eed662936","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-22 - Cabinet of Executive Vice-President Valdis Dombrovskis x Huhtamäki Oyj"],"date":["2022-11-22"],"summary":["Draft proposal of a Regulation on Packaging and Packaging Waste (PPWR)"],"notes":["Portfolio: An Economy that Works for People"],"location":["video call"],"address":["video call"],"addressEntity":["addr-12d8c530d76da0b7745f9c0f9285e7eec97adc55"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["eu-tr-391796433461-57","ec-person-3520008ac93a203db50d106deafde939bc2729f1"]}} -{"id":"ec-meeting-2022-11-22-f80858d074e4ecd643fe5b6ce0cf1ce91e7e4d63","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-22 - Cabinet of Executive Vice-President Valdis Dombrovskis x Confederation of European Paper Industries"],"date":["2022-11-22"],"summary":["Draft proposal of a Regulation on Packaging and Packaging Waste (PPWR)"],"notes":["Portfolio: An Economy that Works for People"],"location":["Video-conference"],"address":["Video-conference"],"addressEntity":["addr-afae67aab834151e72f631228e72361e369db072"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["eu-tr-72279144480-58","ec-person-3520008ac93a203db50d106deafde939bc2729f1"]}} -{"id":"ec-meeting-2022-11-22-fd241b9ac12ce38d01fd31ac2900a637224a92fc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-22 - Cabinet of Commissioner Thierry Breton x NVIDIA Corporation"],"date":["2022-11-22"],"summary":["AI Act; digital transformation of industrial ecosystems"],"notes":["Portfolio: Internal Market"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-d6689ffc6695e7e65bdd0e0c0da1721d3031ea1b","eu-tr-866541247974-60"]}} -{"id":"ec-meeting-2022-11-22-feb6014ad87ff2a4ded4cb30a71e14ff78461f15","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-22 - Cabinet of Executive Vice-President Valdis Dombrovskis x PepsiCo European Aluminium AISBL Union of European Beverages Association The Coca-Cola Company Metal Packaging Europe External Affairs ASBL Novelis Europe ALPLA Werke Alwin Lehner GmbH & Co KG Ball Beverage Packaging Europe Limited"],"date":["2022-11-22"],"summary":["Draft proposal of a Regulation on Packaging and Packaging Waste (PPWR)"],"notes":["Portfolio: An Economy that Works for People"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["eu-tr-00475641564-03","ec-person-3520008ac93a203db50d106deafde939bc2729f1","eu-tr-9224280267-20","eu-tr-867965517169-77","eu-tr-25492952296-56","eu-tr-010212710281-97","eu-tr-932274339872-30","eu-tr-820189240173-22","eu-tr-796803211721-67"]}} -{"id":"ec-meeting-2022-11-23-2bceae8472b9807639be9220cf7c9534ac2221cf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-23 - Cabinet of President Ursula von der Leyen x European Paper Packaging Alliance Seda International Packaging Group Huhtamäki Oyj"],"date":["2022-11-23"],"summary":["EU Packaging and Waste Packaging Legislation: upcoming revision."],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["eu-tr-391796433461-57","eu-tr-493476441072-37","eu-tr-871659237699-78","ec-person-907ffb425c752d7d7940f64fcfe219fe88b2f741"]}} -{"id":"ec-meeting-2022-11-23-38589a8f17632622960874974c815748a44188ea","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-23 - Environment x Bundesverband der Deutschen Industrie e.V."],"date":["2022-11-23"],"summary":["raw material supply\r\nproduct design \r\nwaste shipment"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-env"],"involved":["eu-tr-1771817758-48","ec-person-f9559d68da38935569ff0be1cadd90e05f0454bd"]}} -{"id":"ec-meeting-2022-11-23-546ae1af3dae346fd50dbe7f5112c00135021c18","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-23 - Cabinet of Vice-President Věra Jourová x GLOBSEC"],"date":["2022-11-23"],"summary":["Prep meeting for the Forum 2023"],"notes":["Portfolio: Values and Transparency"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["eu-tr-903680223573-18","ec-person-fb258e0188a5319bfaba3161382db43f5a85851f"]}} -{"id":"ec-meeting-2022-11-23-678ddffe74052919d8800191592bc88f004984df","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-23 - Cabinet of Commissioner Virginijus Sinkevičius x European Association of Fish Producers Organisations"],"date":["2022-11-23"],"summary":["Meeting on fleet decommissioning from BAR"],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["ec-person-1443799688ae485d7a2fee5c9defab2c5b7c7e6c","eu-tr-46491656228-65"]}} -{"id":"ec-meeting-2022-11-23-6a8cf5e8beaa7725718b4a964956ceac3280094e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-23 - Health and Food Safety x The European Organization for Packaging and the Environment"],"date":["2022-11-23"],"summary":["Proposal for a revision of the EU legislation on packaging and packaging waste"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-sante"],"involved":["eu-tr-0001976677-12","ec-person-f442ca8cd331fc51ad479fe0db982bb9fdb00647"]}} -{"id":"ec-meeting-2022-11-23-9c4162786588b7620edf36fbecf5360fc1aa137e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-23 - Cabinet of Commissioner Janusz Wojciechowski x European Paper Packaging Alliance"],"date":["2022-11-23"],"summary":["circular economy package and PPWR"],"notes":["Portfolio: Agriculture"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["eu-tr-871659237699-78","ec-person-cafe030b6dad78a75143f7552c420481b30ebceb"]}} -{"id":"ec-meeting-2022-11-23-aec674a80dbf31ca7f68f7b86cf62439ccb5c55c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-23 - Cabinet of Commissioner Virginijus Sinkevičius x YARA BELGIUM S.A."],"date":["2022-11-23"],"summary":["Exchanging of views on topics:\r\n•\tPathways to reduce nutrient losses in Europe\r\n•\tSoil health and the contribution of balanced plant nutrition\r\n•\tHow Yara supports farmers in Ukraine in this time of war"],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Brussels, Berlaymont"],"address":["Brussels, Berlaymont"],"addressEntity":["addr-2d842da4e8cf3dbd0304d45e6b874d5f0aa57edf"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["eu-tr-68208004617-79","ec-person-1443799688ae485d7a2fee5c9defab2c5b7c7e6c"]}} -{"id":"ec-meeting-2022-11-23-afa4574b86424805875a6d63c50df8cec41f3572","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-23 - Financial Stability, Financial Services and Capital Markets Union x European Banking Federation"],"date":["2022-11-23"],"summary":["Digital euro, EU Sustainability Standards"],"location":["Virtual meeting"],"address":["Virtual meeting"],"addressEntity":["addr-1f1f3f51a4da31a1ea5c1b4b21cbf52ad983224f"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-4722660838-23","ec-person-1fce211249673c35ee07a801ddee77ab24af8d54"]}} -{"id":"ec-meeting-2022-11-23-d08f9ec99a9ced90173a3850bb7477e572bcc200","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-23 - Cabinet of Commissioner Janusz Wojciechowski x Institute for European Environmental Policy"],"date":["2022-11-23"],"summary":["Meeting with the Director of the Institute for European Environmental Policy"],"notes":["Portfolio: Agriculture"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["ec-person-625f8b4379f79adee4f15c6a0417a96bb5a5a403","eu-tr-934329423960-72"]}} -{"id":"ec-meeting-2022-11-23-e6fa439060f17ebbadae998625f5a17841ff8abc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-23 - Cabinet of Commissioner Elisa Ferreira x None"],"date":["2022-11-23"],"summary":["Aurora Lithium with Galp presented their views of the future of lithium market in Europe and across the world and its refining projects in Portugal."],"notes":["Portfolio: Cohesion and Reforms"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-elisa-ferreira-of"],"involved":["ec-person-4121b3832a3dd4ec5d2c50f26f7003d3bada6d20","ec-person-6aefca8f66cd57549e22428bee7f0d2c97d16f52","eu-tr-38225546532-14","eu-tr-959972115771-67","eu-tr-755496548061-95"]}} -{"id":"ec-meeting-2022-11-24-2e1d7fdc19b08db63674421ecd8b3facad8a97ca","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-24 - Cabinet of Commissioner Jutta Urpilainen x Expertise France"],"date":["2022-11-24"],"summary":["Courtesy meeting, Team Europe and EU assistance architecture"],"notes":["Portfolio: International Partnerships"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["ec-person-7204caa5e704bc4a911fee13ad5c0f62fd74b3bc","eu-tr-877833843416-03","ec-person-6357f4506ca5351b3a822936612fd6006da48722"]}} -{"id":"ec-meeting-2022-11-24-38c96d59b5fc012c24ed6935d78e973d4b5fe2fa","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-24 - Mobility and Transport x Wärtsilä Corporation"],"date":["2022-11-24"],"summary":["1) Fit for 55 package and shipping sector\r\n2) EU financial instruments supporting the green and digital transition"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-move"],"involved":["eu-tr-289922721213-66","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2022-11-24-44c4e230c4bd7d4c5c59daaec00984250557ded8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-24 - Cabinet of Commissioner Mairead Mcguinness x Real Instituto Elcano"],"date":["2022-11-24"],"summary":["Intervention and questions and answers by the Commissioner"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Madrid"],"address":["Madrid"],"addressEntity":["addr-7a2191964a3d7521269f0068afae6b6116bac15d"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-2b9c589fb2354bd93067644d2c3d2c058d4c4cc9","ec-person-69324896e96bbd9e20f797e4c49f0d286d058227","eu-tr-909187919366-18"]}} -{"id":"ec-meeting-2022-11-24-475c40648aa22223433ff029d8f086bb50e298dd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-24 - Cabinet of Executive Vice-President Frans Timmermans x International Association of Oil & Gas Producers Europe"],"date":["2022-11-24"],"summary":["Short and long-term perspectives for additional gas supplies for Europe in the context of the current energy crisis and future plans for CCUS technology deployment and the production of hydrogen in Europe"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-7c876f4825f213b8adbedf089ccedfbc3b36d65b","eu-tr-3954187491-70"]}} -{"id":"ec-meeting-2022-11-24-4a3960b0f51cd61ca576e3cca98a33e2f7d14823","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-24 - Cabinet of Executive Vice-President Margrethe Vestager x Volvo AB"],"date":["2022-11-24"],"summary":["Presentation of a forthcoming public event."],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0","eu-tr-51773601133-57"]}} -{"id":"ec-meeting-2022-11-24-52940251252f0dcb7cc0112ea401cd4fded774c9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-24 - Cabinet of Commissioner Helena Dalli x European Union of the Deaf"],"date":["2022-11-24"],"summary":["National sign languages, the right of deaf persons to have access to information and the provision of sign language interpretation by the EU institutions."],"notes":["Portfolio: Equality"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-dalli-helena-of"],"involved":["ec-person-750f95c6f949648cff9e460a362a85085c851faf","ec-person-d0b568d53468fcd3dfeeaddbd07343b5b065914d","eu-tr-69368065472-71"]}} -{"id":"ec-meeting-2022-11-24-5cd5d75bb19b8124de3a0aea6c1a740aeedbfc22","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-24 - Cabinet of Commissioner Mairead Mcguinness x FTI Consulting Belgium Vanguard Asset Management Limited"],"date":["2022-11-24"],"summary":["Retail Investment Strategy"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Virtual meeting"],"address":["Virtual meeting"],"addressEntity":["addr-1f1f3f51a4da31a1ea5c1b4b21cbf52ad983224f"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["eu-tr-226354616978-90","ec-person-3a66109f0585c657edbe69190faa41919b50e05f","eu-tr-29896393398-67"]}} -{"id":"ec-meeting-2022-11-24-72da856164ff0e24b17e96300aad44eb45a9896e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-24 - Cabinet of Executive Vice-President Margrethe Vestager x Asociatia Code for Romania - Codeaza pentru Romania"],"date":["2022-11-24"],"summary":["presentation of the organisation."],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-056349148033-85","ec-person-3da433aae105b13fe027e9c9b3dcac2c97029370"]}} -{"id":"ec-meeting-2022-11-24-7faadf76b9cbf7e8ecb8e753fd153da04acf3024","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-24 - Cabinet of Commissioner Helena Dalli x European Disability Forum"],"date":["2022-11-24"],"summary":["Disability rights including the situation of persons with disabilities in Ukraine, independent living and deinstitutionalisation, the upcoming European Disability Card initiative, passengers rights and the Equal Treatment Directive proposal."],"notes":["Portfolio: Equality"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-dalli-helena-of"],"involved":["eu-tr-57868523887-16","ec-person-750f95c6f949648cff9e460a362a85085c851faf","ec-person-d0b568d53468fcd3dfeeaddbd07343b5b065914d"]}} -{"id":"ec-meeting-2022-11-24-8848aceb8bd25ac95f4dccc0cab392f7cb65c69b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-24 - Cabinet of Commissioner Ylva Johansson x Web-IQ B.V."],"date":["2022-11-24"],"summary":["Child sexual abuse online"],"notes":["Portfolio: Home Affairs"],"location":["CAB Johansson, 9-196"],"address":["CAB Johansson, 9-196"],"addressEntity":["addr-a96da2eaf88d107550d10b2635d39d78e2d03041"],"organizer":["ec-cabinet-commissioner-johansson-of-ylva"],"involved":["ec-person-d3f97e069d9ff016d7b65052f6eb6b98500ec118","eu-tr-285476048190-56"]}} -{"id":"ec-meeting-2022-11-24-9008ab8aafcebca00d7df1c7ff9e70db7a2a3741","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-24 - Cabinet of Commissioner Mairead Mcguinness x Bizum"],"date":["2022-11-24"],"summary":["Presentation of Bizum"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Madrid"],"address":["Madrid"],"addressEntity":["addr-7a2191964a3d7521269f0068afae6b6116bac15d"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-2b9c589fb2354bd93067644d2c3d2c058d4c4cc9","ec-person-69324896e96bbd9e20f797e4c49f0d286d058227","ec-person-44c404268b70ce0b79c4e148b5a7c4ae2c53ee30","eu-tr-266486245741-10"]}} -{"id":"ec-meeting-2022-11-24-a87d16720e3a14096d95e98ba2e26821e02288ce","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-24 - Cabinet of Commissioner Helena Dalli x European Deafblind Network"],"date":["2022-11-24"],"summary":["Discussed the role of technology, education and training and the importance of knowledge-sharing to ensure the independent living and full enjoyment of rights by persons who are deafblind."],"notes":["Portfolio: Equality"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-dalli-helena-of"],"involved":["eu-tr-494499948076-65","ec-person-750f95c6f949648cff9e460a362a85085c851faf"]}} -{"id":"ec-meeting-2022-11-24-a9465f33be734f8432aec553760b16b75946dc0b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-24 - Cabinet of President Ursula von der Leyen x Meta Platforms Ireland Limited and its various subsidiaries (f/k/a Facebook Ireland Limited)"],"date":["2022-11-24"],"summary":["Metaverse"],"notes":["Portfolio: President"],"location":["Brussels (WEBEX)"],"address":["Brussels (WEBEX)"],"addressEntity":["addr-3afbdeda01f3dac93a9dc841fdac57d9de27b869"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-7019713e72781afb1f3b19032c4752a314b78180","eu-tr-28666427835-74"]}} -{"id":"ec-meeting-2022-11-24-b0627306aac3aaae8727d85a5b52588fc69a062b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-24 - Cabinet of Vice-President Věra Jourová x NOVE Google"],"date":["2022-11-24"],"summary":["Political advertising"],"notes":["Portfolio: Values and Transparency"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["ec-person-74c07660dcbc6dc9993b34462cf2a1fec35925ea","eu-tr-522122412613-18","eu-tr-03181945560-59"]}} -{"id":"ec-meeting-2022-11-24-ba32c31530713a8210c7c5d683a4aa2cb3e462bb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-24 - Cabinet of Vice-President Dubravka Šuica x Europäische Bewegung Deutschland e.V. Friedrich-Ebert-Stiftung Make.org Arbeitsgemeinschaft der deutschen Familienorganisationen e.V. Save the Children Europe Young European Federalists | Jeunes Européens Fédéralistes Bertelsmann Stiftung Deutsches Kinderhilfswerk e.V."],"date":["2022-11-24"],"summary":["Youth and child participation, Conference on the Future of Europe and follow-up, threats to democracy, demographic challenges and Youth Action Plan."],"notes":["Portfolio: Democracy and Demography"],"location":["Berlin, Germany"],"address":["Berlin, Germany"],"addressEntity":["addr-45087614a913d81becb706e8469c1cd56b027e7f"],"organizer":["ec-cabinet-dubravka-of-president-suica-vice"],"involved":["eu-tr-028179432513-92","eu-tr-502122240542-51","eu-tr-05546466757-61","eu-tr-916768537222-67","ec-person-83dd3363da89c86d99ea50c3ff2d15a746405110","eu-tr-548784521745-66","eu-tr-22158552884-38","eu-tr-697362735627-20","eu-tr-13571025706-27"]}} -{"id":"ec-meeting-2022-11-24-c6347c47298340f0ea5ac35829f06384e7223b1e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-24 - Cabinet of Commissioner Janez Lenarčič x Open Society European Policy Institute"],"date":["2022-11-24"],"summary":["climate change, humanitarian crises"],"notes":["Portfolio: Crisis Management"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-janez-lenarcic-of"],"involved":["eu-tr-8557515321-37","ec-person-a6cd325c80698b2331699224c780ebfb10573602"]}} -{"id":"ec-meeting-2022-11-24-cf7229f4f4a410eabcc77e2594218508e29f18b2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-24 - Cabinet of Commissioner Virginijus Sinkevičius x The Pew Charitable Trusts"],"date":["2022-11-24"],"summary":["Meeting to discuss NEA fisheries management, with a focus on recent consultations (Coastal states, NEAFC, EU-UK-NO talks) and progress towards ecosystem-based fisheries management."],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Berlaymont, Brussels"],"address":["Berlaymont, Brussels"],"addressEntity":["addr-fc86ff6aaa2cd722afeb09a33ccd03fec72f8cd1"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["ec-person-1443799688ae485d7a2fee5c9defab2c5b7c7e6c","eu-tr-46834536998-79"]}} -{"id":"ec-meeting-2022-11-24-d4e8557e4369fbaa03f56b2c6079c184aac37e09","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-24 - Cabinet of Vice-President Dubravka Šuica x Europe's People's Forum"],"date":["2022-11-24"],"summary":["Discussion on the Feedback on the Furure of Europe and the presentation of the EPF’s proposal “The Democracy Partnership Pilot Project for Candidate countries”."],"notes":["Portfolio: Democracy and Demography"],"location":["Online meeting"],"address":["Online meeting"],"addressEntity":["addr-9d833a1da3074efd384ee6bc2b108c1f5bb379e0"],"organizer":["ec-cabinet-dubravka-of-president-suica-vice"],"involved":["eu-tr-516884238508-73","ec-person-026798f0d4b4567a1c4ba592351123da781ce908"]}} -{"id":"ec-meeting-2022-11-24-e98e5003d87ab0d065053938cc2ab06dc9a583d2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-24 - Cabinet of Commissioner Mairead Mcguinness x NEW ECONOMY INTERNATIONAL FORUM SL"],"date":["2022-11-24"],"summary":["Intervention and questions and answere by the Commissioner"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Madrid"],"address":["Madrid"],"addressEntity":["addr-7a2191964a3d7521269f0068afae6b6116bac15d"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["eu-tr-537444021335-19","ec-person-2b9c589fb2354bd93067644d2c3d2c058d4c4cc9","ec-person-44c404268b70ce0b79c4e148b5a7c4ae2c53ee30","ec-person-69324896e96bbd9e20f797e4c49f0d286d058227"]}} -{"id":"ec-meeting-2022-11-24-ee813aa338a10ad41a65ca9ae21271a59ed87be9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-24 - Cabinet of Executive Vice-President Valdis Dombrovskis x Vanguard Asset Management Limited"],"date":["2022-11-24"],"summary":["Retail investment strategy"],"notes":["Portfolio: An Economy that Works for People"],"location":["video conference"],"address":["video conference"],"addressEntity":["addr-6dc12e3c97077db82f32184f24341ce370a445fd"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-235870cd7eb41f2494f695fce18b5b5b88647113","eu-tr-226354616978-90"]}} -{"id":"ec-meeting-2022-11-24-f1422be86f254abc382d175082ce585c56d4b10e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-24 - Internal Market, Industry, Entrepreneurship and SMEs x BASF SE"],"date":["2022-11-24"],"summary":["General discussion on ongoing files"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-grow"],"involved":["ec-person-0151c7e554d188fffc509ad636b7d1a84c5dfcd5","eu-tr-7410939793-88"]}} -{"id":"ec-meeting-2022-11-25-0c8a13e848bfb913bd06d76ec21a3872b29d5fe6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-25 - Cabinet of Executive Vice-President Margrethe Vestager x Wirtschaftsvereinigung Stahl"],"date":["2022-11-25"],"summary":["State Aid and Energy."],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["online"],"address":["online"],"addressEntity":["addr-2dbc2fd2358e1ea1b7a6bc08ea647b9a337ac92d"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-75755621888-61","ec-person-6b6135249735cff1f3061530471f1e159500c840"]}} -{"id":"ec-meeting-2022-11-25-0ec1112188d7b1f8c5e2212c2b73b475e31c278d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-25 - Cabinet of Executive Vice-President Margrethe Vestager x Association of Commercial Television and Video on Demand Services in Europe"],"date":["2022-11-25"],"summary":["DSA,DMA, Piracy."],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-18574111503-28","ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0","ec-person-73fb1ddd279f8c6697a055567a2c09606006b875"]}} -{"id":"ec-meeting-2022-11-25-1882e08ce2eddf6902ea50e8950f2f51dc282332","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-25 - Cabinet of Commissioner Janusz Wojciechowski x New Agriculture New Generation"],"date":["2022-11-25"],"summary":["Possibility of cooperation with DG AGRI on agri-food matters for Greece; Upcoming policies regarding Agrifood sector, Technology and Innovation; Green Deal; Sustainability, Agrocircularity, Carbon neutrality and Climate Change"],"notes":["Portfolio: Agriculture"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["ec-person-354147678cd662e9949df96a1b58663c347a35f9","eu-tr-061884248075-53"]}} -{"id":"ec-meeting-2022-11-25-22d5eb7fdf87cf5ee064c75e865921f9b1a0353d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-25 - Internal Market, Industry, Entrepreneurship and SMEs x Orgalim – Europe's Technology Industries"],"date":["2022-11-25"],"summary":["Discussion with HL executives on industrial data, financing and standardisation"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-dg-grow"],"involved":["ec-person-0151c7e554d188fffc509ad636b7d1a84c5dfcd5","eu-tr-20210641335-88"]}} -{"id":"ec-meeting-2022-11-25-275069617bcae99b427b2086896526391be2a11c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-25 - Cabinet of Commissioner Janusz Wojciechowski x Confederazione Nazionale Coldiretti"],"date":["2022-11-25"],"summary":["20th International Forum on Agriculture and Food"],"notes":["Portfolio: Agriculture"],"location":["Roma"],"address":["Roma"],"addressEntity":["addr-de5429d6f4fa2c86427a50757791de88a0b75c85"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["ec-person-c825a813205e5077cd48bbd241436daf1834fc9b","eu-tr-55507619225-88","ec-person-08c62f972c22464aca7a65520eb9406f8db14a66"]}} -{"id":"ec-meeting-2022-11-25-685ac7d468c9c1824f28e6b76dd9d69f970c75ff","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-25 - Cabinet of Vice-President Věra Jourová x Association of Commercial Television and Video on Demand Services in Europe"],"date":["2022-11-25"],"summary":["European Media Freedom Act, political advertising"],"notes":["Portfolio: Values and Transparency"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["ec-person-bf54da17217bbddfd9c68fe24d88005ac17e2c4b","eu-tr-18574111503-28"]}} -{"id":"ec-meeting-2022-11-25-689d568d0145b99a2f4fa9afc59686635e6ace90","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-25 - Mobility and Transport x BP p.l.c."],"date":["2022-11-25"],"summary":["SAF and electromobility"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-move"],"involved":["eu-tr-3394026642-58","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2022-11-25-6b17a1cd8f6f2615b5801e0b961171073f1d2f5a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-25 - Cabinet of Commissioner Paolo Gentiloni x Platform of European Social NGOs"],"date":["2022-11-25"],"summary":["Short discussion on the social dimension of the Economic Governance Review and the socio-economic impact of the war in Ukraine"],"notes":["Portfolio: Economy"],"location":["Bruxelles"],"address":["Bruxelles"],"addressEntity":["addr-b58f5927b66d94a676970dc048485d4c6848f272"],"organizer":["ec-cabinet-commissioner-gentiloni-of-paolo"],"involved":["ec-person-088d26d74d1898338fbf1c86e139bd6d3b870dbc","eu-tr-85083981189-35"]}} -{"id":"ec-meeting-2022-11-25-6f7a9c8d66da15e06bd092272157f930ce2d99cb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-25 - Cabinet of Commissioner Nicolas Schmit x Eurodiaconia"],"date":["2022-11-25"],"summary":["courtesy meeting"],"notes":["Portfolio: Jobs and Social Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["eu-tr-4293010684-55","ec-person-935314e38d735654cae8ee61313a3d73439b242d"]}} -{"id":"ec-meeting-2022-11-25-8043c2fea6c9ac512f34d2a770c36bb94238052f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-25 - Cabinet of Executive Vice-President Margrethe Vestager x ChargeUp Europe"],"date":["2022-11-25"],"summary":["Competition agenda"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["online"],"address":["online"],"addressEntity":["addr-2dbc2fd2358e1ea1b7a6bc08ea647b9a337ac92d"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-987000037766-14","ec-person-73fb1ddd279f8c6697a055567a2c09606006b875"]}} -{"id":"ec-meeting-2022-11-25-89b29bae92addb69cf4dfafce8a0ce2ce1323531","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-25 - Mobility and Transport x Hydrogen Europe"],"date":["2022-11-25"],"summary":["Mobility IPCEI"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-move"],"involved":["ec-person-26cdfacae671b09917bee1a91c91973941fa58a2","eu-tr-77659588648-75"]}} -{"id":"ec-meeting-2022-11-28-08189d82439f2f5b25d391361dc4750fe0186019","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-28 - Cabinet of Executive Vice-President Frans Timmermans x Third Generation Environmentalism Ltd"],"date":["2022-11-28"],"summary":["COP28"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-07783117686-61","ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce"]}} -{"id":"ec-meeting-2022-11-28-0d5c25abeddffeff0e18ffc6699cbe2e92725d98","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-28 - Financial Stability, Financial Services and Capital Markets Union x Gesamtverband der Deutschen Versicherungswirtschaft e.V."],"date":["2022-11-28"],"summary":["CMU package, Retail Investment Strategy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-6437280268-55","ec-person-1fce211249673c35ee07a801ddee77ab24af8d54"]}} -{"id":"ec-meeting-2022-11-28-0de3c239f74388e56c0ca5494ed0cead9ab857d2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-28 - Cabinet of Commissioner Thierry Breton x AEGIS Europe"],"date":["2022-11-28"],"summary":["Carbon border adjustment mechanism, energy crisis"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-790573922716-64","ec-person-6308dea893b9b1ca0dcd5b91b4a1ac4c2f3020ad"]}} -{"id":"ec-meeting-2022-11-28-0f4c4491c57aa2088f77ed4633b79c272b514a53","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-28 - Cabinet of Commissioner Mairead Mcguinness x Arbeitskreis Kirchliche Investoren"],"date":["2022-11-28"],"summary":["Social taxonomy"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["eu-tr-439507546161-38","ec-person-a5441c6a69a8a94fd64e02def60fcc6567f2c1d8"]}} -{"id":"ec-meeting-2022-11-28-47ba1ab4a435e79a1cdd1108ae83f3104612f122","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-28 - Cabinet of Commissioner Thierry Breton x European Chemical Industry Council"],"date":["2022-11-28"],"summary":["REACH, CLP and the transition pathway"],"notes":["Portfolio: Internal Market"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-6308dea893b9b1ca0dcd5b91b4a1ac4c2f3020ad","eu-tr-64879142323-90"]}} -{"id":"ec-meeting-2022-11-28-6916607d2c6711945b3e3096713c7b0f40345c62","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-28 - Internal Market, Industry, Entrepreneurship and SMEs x KfW Bankengruppe"],"date":["2022-11-28"],"summary":["Short discussion on transformation of economies towards a green and digital transition"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-grow"],"involved":["ec-person-0151c7e554d188fffc509ad636b7d1a84c5dfcd5","eu-tr-79019799690-13"]}} -{"id":"ec-meeting-2022-11-28-72d4d30504fe9d210c9e739eb3c0ab58e6e6da7e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-28 - Cabinet of Commissioner Mairead Mcguinness x Trafigura Pte Ltd Hill & Knowlton International Belgium"],"date":["2022-11-28"],"summary":["Energy, oil cap and gas correction mechanism"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Online meeting"],"address":["Online meeting"],"addressEntity":["addr-9d833a1da3074efd384ee6bc2b108c1f5bb379e0"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["eu-tr-049566047779-57","ec-person-a5441c6a69a8a94fd64e02def60fcc6567f2c1d8","eu-tr-3183894853-03"]}} -{"id":"ec-meeting-2022-11-28-7845195f25cda3a8a419962f59f61097562d762b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-28 - Cabinet of Executive Vice-President Valdis Dombrovskis x Berbalk Communications"],"date":["2022-11-28"],"summary":["Retail investment"],"notes":["Portfolio: An Economy that Works for People"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["eu-tr-309943411467-94","ec-person-f011ed0f7c78d833a79f1206f788e0cbd9cb8864"]}} -{"id":"ec-meeting-2022-11-28-7974a2cc355f6cf01ac4c994c755f321c0940e44","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-28 - Climate Action x European Community Shipowners' Associations"],"date":["2022-11-28"],"summary":["ETS maritime"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-clima"],"involved":["ec-person-9b22efca5a7cba901f8646c18a8854c47b21650d","eu-tr-59004966537-01"]}} -{"id":"ec-meeting-2022-11-28-afd3fe45edb4ac51e2fe752e9985f786357d5b81","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-28 - Cabinet of High Representative Josep Borrell Fontelles x Third Generation Environmentalism Ltd"],"date":["2022-11-28"],"summary":["Climate Diplomacy"],"notes":["Portfolio: High Representative of the Union for Foreign Affairs and Security Policy / Vice-President of the Commission"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-borrell-cabinet-fontelles-high-josep-of-representative"],"involved":["eu-tr-07783117686-61","ec-person-51b354ee84bc311cd7365f9f3ccd96326902c711"]}} -{"id":"ec-meeting-2022-11-28-c8cae7d98ae1c6f25269a84ea78fc381c31e4c67","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-28 - Cabinet of Executive Vice-President Frans Timmermans x SOLAR IMPULSE FOUNDATION"],"date":["2022-11-28"],"summary":["Innovation for cities"],"notes":["Portfolio: European Green Deal"],"location":["Video-call"],"address":["Video-call"],"addressEntity":["addr-0a257a3b8a0926e1b53e3476ce1c8e8fc8470ecd"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-4d24ceb9e6bdaabe394d1506aa601a9ce9d0e59b","eu-tr-569885924378-48"]}} -{"id":"ec-meeting-2022-11-28-deeb44724e216fd05e6855abdf58d2f6dea09633","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-28 - Cabinet of Executive Vice-President Frans Timmermans x Gaz Réseau Distribution France"],"date":["2022-11-28"],"summary":["Energy efficiency"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-a282162080cef4ef2a8c0ab6247a3e03dc438507","eu-tr-607998918721-96"]}} -{"id":"ec-meeting-2022-11-28-e56fc4905f0ec746f2999469d498245631120e18","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-28 - Agriculture and Rural Development x Bayer AG"],"date":["2022-11-28"],"summary":["General agriculture of the future"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-agri"],"involved":["ec-person-94f7c6e6875fa76120558bda38f913792cc61934","eu-tr-3523776801-85"]}} -{"id":"ec-meeting-2022-11-28-eee5be115d178b0de51a3125b758680adcdc8468","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-28 - Mobility and Transport x Association des Constructeurs Européens d'Automobiles"],"date":["2022-11-28"],"summary":["1) Sustainable and Smart Mobility Strategy\r\n2) Urban Mobility Framework"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-move"],"involved":["ec-person-26cdfacae671b09917bee1a91c91973941fa58a2","eu-tr-0649790813-47"]}} -{"id":"ec-meeting-2022-11-28-f931acbf5b898cb394bf4962ccf3e8902eb76618","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-28 - Cabinet of Commissioner Nicolas Schmit x Energy Cities"],"date":["2022-11-28"],"summary":["Preparatory meeting to the Energy Cities Board Members Meeting"],"notes":["Portfolio: Jobs and Social Rights"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-66fa2c2d100ec194caa42b5c6f97c36e2748b71c","eu-tr-11514322965-05"]}} -{"id":"ec-meeting-2022-11-28-fc1e78d513379ac397fda6aaa2b956ba6a1f9d43","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-28 - Cabinet of President Ursula von der Leyen x European Solar Manufacturing Council"],"date":["2022-11-28"],"summary":["Launching of the EU Solar PV Industry Alliance"],"notes":["Portfolio: President"],"location":["Brussels (WEBEX)"],"address":["Brussels (WEBEX)"],"addressEntity":["addr-3afbdeda01f3dac93a9dc841fdac57d9de27b869"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-f2b941852d3b961d69ed695c2d243a1a2b4a1904","eu-tr-421495541254-57"]}} -{"id":"ec-meeting-2022-11-28-fe12ac716144b8f01a2be8ee234ad53bb4698e59","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-28 - Cabinet of Commissioner Elisa Ferreira x Social Progress Imperative"],"date":["2022-11-28"],"summary":["Presentation of results of latest global index and projects for the future"],"notes":["Portfolio: Cohesion and Reforms"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-elisa-ferreira-of"],"involved":["eu-tr-771713924589-06","ec-person-6aefca8f66cd57549e22428bee7f0d2c97d16f52"]}} -{"id":"ec-meeting-2022-11-29-00b425db344a7e60b4da28c2c25913303afa1e3c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-29 - Environment x Novelis Europe"],"date":["2022-11-29"],"summary":["circular economy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-env"],"involved":["ec-person-f9559d68da38935569ff0be1cadd90e05f0454bd","eu-tr-796803211721-67"]}} -{"id":"ec-meeting-2022-11-29-2007b4022970c114010fa6e46d1c07db1a5f7b05","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-29 - Energy x SOLAR IMPULSE FOUNDATION"],"date":["2022-11-29"],"summary":["Innovative solutions to speed up the green transition"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-569885924378-48","ec-person-9c0f33ecb9f6badd5f4b5f1a4bd7677e18a52a22"]}} -{"id":"ec-meeting-2022-11-29-24e8154dd61d0552ff8e31d25df86d0f4fcc600f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-29 - Cabinet of Commissioner Mairead Mcguinness x Liberty Mutual Insurance Group"],"date":["2022-11-29"],"summary":["Introductory meeting"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["eu-tr-968334040015-84","ec-person-49e520c7a9c9c47ccb5acfa68f9416e4233af9f8"]}} -{"id":"ec-meeting-2022-11-29-2ee613c734dfb58cff725fd5f8a53c40f3bf79bb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-29 - Cabinet of President Ursula von der Leyen x ENEL SpA"],"date":["2022-11-29"],"summary":["Upcoming revision of the Electricity Market Design"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-a159f03add374257584565c2b05cc5539a7526e6","ec-person-907ffb425c752d7d7940f64fcfe219fe88b2f741","eu-tr-6256831207-27"]}} -{"id":"ec-meeting-2022-11-29-439bddfc924c9bb53375a952749bfe422fd8d697","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-29 - Cabinet of Commissioner Helena Dalli x Mental Health Europe - Santé Mentale Europe"],"date":["2022-11-29"],"summary":["Discussed issues related to mental health and psychosocial disabilities including independent living and deinstitutionalisation, supported decision-making and Commission priorities for next year."],"notes":["Portfolio: Equality"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-dalli-helena-of"],"involved":["eu-tr-245350514009-47","ec-person-750f95c6f949648cff9e460a362a85085c851faf","ec-person-d0b568d53468fcd3dfeeaddbd07343b5b065914d"]}} -{"id":"ec-meeting-2022-11-29-58734a7bbeea4f99bb6a0556946c968ac8cd398b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-29 - Mobility and Transport x Airlines for Europe"],"date":["2022-11-29"],"summary":["1) SES2+ reform\r\n2) RefuelEU"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-move"],"involved":["eu-tr-807912421050-91","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2022-11-29-5962543e19dc8990fc71cb53299cd6ea8c57459e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-29 - Cabinet of Executive Vice-President Margrethe Vestager x Centre for European Reform"],"date":["2022-11-29"],"summary":["Industrial policy, chips act, IRA."],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-cc22f9036f136b68e22fa3af97972857e72dc249","eu-tr-524976815651-12","ec-person-8b6db5c3c4611618ade59c6d0dadc21c962f0ee7"]}} -{"id":"ec-meeting-2022-11-29-5ef69976877e90afb9966bd8686752860a43270b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-29 - Cabinet of Commissioner Thierry Breton x Bundesverband der Deutschen Industrie e.V."],"date":["2022-11-29"],"summary":["General exchange on energy crisis, US IRA and impact on German and European industry"],"notes":["Portfolio: Internal Market"],"location":["Berlin"],"address":["Berlin"],"addressEntity":["addr-062b06ba8e755765c6b049809b7430fd54fe5b21"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-1771817758-48","ec-person-6308dea893b9b1ca0dcd5b91b4a1ac4c2f3020ad","ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0"]}} -{"id":"ec-meeting-2022-11-29-659267eb881cdfedda8b65cd55fc3306d8bed5fe","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-29 - Cabinet of Commissioner Ylva Johansson x Human Rights Watch Amnesty International Limited"],"date":["2022-11-29"],"summary":["Amnesty International and HRW: Reports on Turkey"],"notes":["Portfolio: Home Affairs"],"location":["Berlaymont (Brussels)"],"address":["Berlaymont (Brussels)"],"addressEntity":["addr-21ee225c328df5c705e714d2e4cfb4ef4aa6c4d0"],"organizer":["ec-cabinet-commissioner-johansson-of-ylva"],"involved":["ec-person-1cc1c011b9377e4d6f05577ee58ef3f7182c61b8","eu-tr-11063928073-34","eu-tr-56362448807-46"]}} -{"id":"ec-meeting-2022-11-29-669757a2495ee85845545eb7e192b66e9c2bbca9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-29 - Cabinet of Executive Vice-President Margrethe Vestager x Blic Oy Tietoevry"],"date":["2022-11-29"],"summary":["Data Act, cloud."],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-687078815005-93","ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0","eu-tr-705466248107-93"]}} -{"id":"ec-meeting-2022-11-29-6ddc0a020510bb9630feedff568cad2f3b5134e0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-29 - Cabinet of Executive Vice-President Valdis Dombrovskis x European Branded Clothing Alliance"],"date":["2022-11-29"],"summary":["Forced labour product ban, Generalised Scheme of Preferences"],"notes":["Portfolio: An Economy that Works for People"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-235870cd7eb41f2494f695fce18b5b5b88647113","eu-tr-61866543669-46"]}} -{"id":"ec-meeting-2022-11-29-716e6b7e2f62f312fbed758e8656c729ebda07ca","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-29 - Cabinet of Executive Vice-President Frans Timmermans x Formula 1"],"date":["2022-11-29"],"summary":["Sustainability in formula 1 motor sports"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce","ec-person-d56ecbfde17436a136fc89c9a978b266e8285c84","eu-tr-856227147204-84"]}} -{"id":"ec-meeting-2022-11-29-8ded21f1516ad8e9ce6ba691b349e4bcc95d41da","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-29 - Cabinet of Commissioner Paolo Gentiloni x Unipol Gruppo"],"date":["2022-11-29"],"summary":["Brief exchange of views on banking and financial issues."],"notes":["Portfolio: Economy"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-gentiloni-of-paolo"],"involved":["ec-person-088d26d74d1898338fbf1c86e139bd6d3b870dbc","eu-tr-073609715164-10"]}} -{"id":"ec-meeting-2022-11-29-8e3ab8536ca3a50d9d04407cb4dae5ec795db24b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-29 - Financial Stability, Financial Services and Capital Markets Union x Ernst & Young Core Business Services BV"],"date":["2022-11-29"],"summary":["Financial markets, CRDVI/CRRIII reform, ESG/Sustainable Finance"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["ec-person-1fce211249673c35ee07a801ddee77ab24af8d54","eu-tr-04458109373-91"]}} -{"id":"ec-meeting-2022-11-29-8e633e5cfbc06303e6fa08290833541758f2c624","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-29 - Joint Research Centre x IBM Corporation"],"date":["2022-11-29"],"summary":["Exchange of views on technology and innovation"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-jrc"],"involved":["ec-person-8e67d247a5ad86c12a9d387f95f3271fa036cfb7","eu-tr-7721359944-96"]}} -{"id":"ec-meeting-2022-11-29-9ce3232d90178f25d368ffe5fc070d2a2a783b18","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-29 - Cabinet of Commissioner Elisa Ferreira x Bio-based Industries Consortium"],"date":["2022-11-29"],"summary":["Synergies between the European Regional Development Fund and Horizon Europe."],"notes":["Portfolio: Cohesion and Reforms"],"location":["Brussels (Skype call)"],"address":["Brussels (Skype call)"],"addressEntity":["addr-59e9e36d81f6665784620e1929908a6afdf31bd8"],"organizer":["ec-cabinet-commissioner-elisa-ferreira-of"],"involved":["eu-tr-904473529568-43","ec-person-884d261ef161b119c9fc64f7a0514dc014ca2bd7","ec-person-a5c1113ab46afbe441fe4db3d665f40e3f9b36e1"]}} -{"id":"ec-meeting-2022-11-29-a3fd79cd4b45474d6264a099662756d10893c839","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-29 - Cabinet of Commissioner Jutta Urpilainen x Turun yliopisto"],"date":["2022-11-29"],"summary":["presentation of Pan-European Institute as part of the Turku School of Economics"],"notes":["Portfolio: International Partnerships"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["eu-tr-681422747067-85","ec-person-9788b5f9ccd101dc091867a4496a5735ee7151d9"]}} -{"id":"ec-meeting-2022-11-29-a8b8858f66d8d799709261633a82a60d4606402c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-29 - Cabinet of Executive Vice-President Frans Timmermans x Nederlandse Spoorwegen"],"date":["2022-11-29"],"summary":["boost of international passenger transport"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-7c876f4825f213b8adbedf089ccedfbc3b36d65b","eu-tr-525441739605-60"]}} -{"id":"ec-meeting-2022-11-29-c3c8993edf24aeab979e69c963cbe4fb2c18f358","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-29 - Energy x Shell Companies"],"date":["2022-11-29"],"summary":["Security of supply and the EU Energy Platform"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["ec-person-9c0f33ecb9f6badd5f4b5f1a4bd7677e18a52a22","eu-tr-05032108616-26"]}} -{"id":"ec-meeting-2022-11-29-c573a0b291d0faf1a2d047451ead96904c7c31b1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-29 - Cabinet of Commissioner Jutta Urpilainen x European University Institute"],"date":["2022-11-29"],"summary":["c international affairs"],"notes":["Portfolio: International Partnerships"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["eu-tr-415993546660-92","ec-person-9788b5f9ccd101dc091867a4496a5735ee7151d9"]}} -{"id":"ec-meeting-2022-11-29-e8266efd631f073d2bdc461eb09c6a57ba1194e8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-29 - Taxation and Customs Union x Confédération Fiscale Européenne"],"date":["2022-11-29"],"summary":["Physical meeting - EU COM planned measures to address the role of enablers involved in facilitating tax evasion, tax fraud and tax avoidance (SAFE)"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-taxud"],"involved":["ec-person-9e42f316f38c8e126c2cd2bc84affb891338c7f3","eu-tr-3543183647-05"]}} -{"id":"ec-meeting-2022-11-29-eeeacf08cf2714de2d7399ce436c00abab6c4f76","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-29 - Cabinet of Executive Vice-President Frans Timmermans x PGE Polska Grupa Energetyczna SA"],"date":["2022-11-29"],"summary":["Emissions Trading System and Just Transition Fund"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce","eu-tr-818300434979-49"]}} -{"id":"ec-meeting-2022-11-30-00207f1eec892d0ed22e5baa2e610fc1c38310b2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-30 - Cabinet of President Ursula von der Leyen x BUSINESSEUROPE"],"date":["2022-11-30"],"summary":["EU green deal and the energy crisis situation"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-f2b941852d3b961d69ed695c2d243a1a2b4a1904","eu-tr-3978240953-79"]}} -{"id":"ec-meeting-2022-11-30-07c297e868acaccc5546011a24c38b20e433c30b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-30 - Cabinet of Executive Vice-President Margrethe Vestager x European Round Table for Industry"],"date":["2022-11-30"],"summary":["Europe’s competitiveness."],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-11d97788772862bb34f51dd26d7f92603eac1bf8","ec-person-71043372bdf7ac2868e93db35f9e2f420db778e3","eu-tr-25487567824-45"]}} -{"id":"ec-meeting-2022-11-30-11e7932ef8c023297806c8e20d0b25917dd2ed80","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-30 - Internal Market, Industry, Entrepreneurship and SMEs x Allgemeiner Deutscher Automobil-Club e.V."],"date":["2022-11-30"],"summary":["Discuss shortly post Euro 6"],"location":["online"],"address":["online"],"addressEntity":["addr-2dbc2fd2358e1ea1b7a6bc08ea647b9a337ac92d"],"organizer":["ec-dg-grow"],"involved":["ec-person-0151c7e554d188fffc509ad636b7d1a84c5dfcd5","eu-tr-02452103934-97"]}} -{"id":"ec-meeting-2022-11-30-16ac14a3c5f93ed360bb3c47f7def2d0c56e9397","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-30 - Cabinet of Commissioner Johannes Hahn x Oettinger Consulting Wirtschafts- und Politikberatung GmbH"],"date":["2022-11-30"],"summary":["Current political debate on Europe."],"notes":["Portfolio: Budget and Administration"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hahn-johannes-of"],"involved":["ec-person-6dd3472dac004e43ec1fa4f5b4106e3b476c9ce7","eu-tr-226616043492-76"]}} -{"id":"ec-meeting-2022-11-30-1bb986974be1d7f1aba3ec5c504141c222553ce4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-30 - Cabinet of Vice-President Věra Jourová x Bloomberg L.P."],"date":["2022-11-30"],"summary":["Rule of Law"],"notes":["Portfolio: Values and Transparency"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["eu-tr-214140728444-40","ec-person-bf54da17217bbddfd9c68fe24d88005ac17e2c4b"]}} -{"id":"ec-meeting-2022-11-30-2bbf33a1e045f1e44c2a76662382b74e67bc277f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-30 - Cabinet of Executive Vice-President Frans Timmermans x CSC – IT CENTER FOR SCIENCE LTD."],"date":["2022-11-30"],"summary":["Sustainable data centres"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-098297335667-27","ec-person-d56ecbfde17436a136fc89c9a978b266e8285c84"]}} -{"id":"ec-meeting-2022-11-30-3e2f88e71864694a877533d47a9e55f5a6c392dc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-30 - Cabinet of Commissioner Kadri Simson x ELECTRICITE DE FRANCE"],"date":["2022-11-30"],"summary":["- new nuclear reactor projects in France and in the EU\r\n- deployment of SMRs\r\n- situation of the French nuclear fleet"],"notes":["Portfolio: Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["eu-tr-39966101835-69","ec-person-d40f25b5cb5c0681854a4996da444478318f7e58"]}} -{"id":"ec-meeting-2022-11-30-4814e6884507cd396bad554e950203da4ac1f166","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-30 - Cabinet of Commissioner Nicolas Schmit x European Association of Electrical Contractors"],"date":["2022-11-30"],"summary":["Meeting on the Pact for Skills"],"notes":["Portfolio: Jobs and Social Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-66fa2c2d100ec194caa42b5c6f97c36e2748b71c","ec-person-4cf4655ab41922e92160325d987a3c4615c72d30","eu-tr-9089874181-55"]}} -{"id":"ec-meeting-2022-11-30-51ae24b659b69b659c9bbc99fa5f2daeea3317f4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-30 - Cabinet of Commissioner Mairead Mcguinness x European Financial Reporting Advisory Group"],"date":["2022-11-30"],"summary":["ESRS, reporting standards"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-2b9c589fb2354bd93067644d2c3d2c058d4c4cc9","eu-tr-411098519407-76","ec-person-a5441c6a69a8a94fd64e02def60fcc6567f2c1d8"]}} -{"id":"ec-meeting-2022-11-30-54bc8f4b5386b665cdc6cf9fbedb5e0d433534f9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-30 - Cabinet of Executive Vice-President Margrethe Vestager x Cisco Systems Inc."],"date":["2022-11-30"],"summary":["Transatlantic relationship, semiconductor supply chain, broadband roll-out, wireless spectrum, cybersecurity, skills and support for Ukraine."],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-cc22f9036f136b68e22fa3af97972857e72dc249","eu-tr-494613715191-85","ec-person-8b6db5c3c4611618ade59c6d0dadc21c962f0ee7"]}} -{"id":"ec-meeting-2022-11-30-5d2cd8ba3e9bbed5ed853b0a52b24f1ed3ae0f96","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-30 - Cabinet of Commissioner Nicolas Schmit x Pearson"],"date":["2022-11-30"],"summary":["Meeting on skills policies such as vocational, education and training and the upcoming Year of Skills."],"notes":["Portfolio: Jobs and Social Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-66fa2c2d100ec194caa42b5c6f97c36e2748b71c","eu-tr-971019046407-33","ec-person-4cf4655ab41922e92160325d987a3c4615c72d30"]}} -{"id":"ec-meeting-2022-11-30-61f752638deadb54596278bf92394359778597c1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-30 - Cabinet of Commissioner Jutta Urpilainen x Konrad-Adenauer-Stiftung"],"date":["2022-11-30"],"summary":["Great Lakes, Tanzania"],"notes":["Portfolio: International Partnerships"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["ec-person-b5a90dd5ba1c715a3e7923281f7a6ae9975796d8","eu-tr-510151427278-94"]}} -{"id":"ec-meeting-2022-11-30-6dd9af4d852d2646b367f1d3302cc06609ac0875","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-30 - Cabinet of Commissioner Kadri Simson x Swedish Forest Industries Federation"],"date":["2022-11-30"],"summary":["To discuss on the ongoing work RED, ETS but also more general policies on how to reform the electricity market."],"notes":["Portfolio: Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["ec-person-f47a082bc2455a660c3b2ae348f0024736672752","eu-tr-355702910008-47","ec-person-d40f25b5cb5c0681854a4996da444478318f7e58"]}} -{"id":"ec-meeting-2022-11-30-83061d88a0e3ac86bdb81e6c0a339373a2dda870","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-30 - Cabinet of Executive Vice-President Valdis Dombrovskis x Dow Europe GmbH"],"date":["2022-11-30"],"summary":["Carbon Border Adjustment Mechanism (CBAM), Emissions Trading System (ETS)"],"notes":["Portfolio: An Economy that Works for People"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-4afd4ae4e50604ac3c0c9ae597bcb74eb1dd31b6","eu-tr-38235121060-73"]}} -{"id":"ec-meeting-2022-11-30-9add2fcc437e6c9d77372077c24f14b617ecd7ab","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-30 - Cabinet of Commissioner Adina Vălean x Ecologistas en Accion"],"date":["2022-11-30"],"summary":["Campaign \"Train and Climate\""],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["ec-person-fc3be846753d8ee60758ebedb7309dcf08aea52e","eu-tr-64628738622-42"]}} -{"id":"ec-meeting-2022-11-30-a3276f4dbb14c1c39fee7249861087e69b1e12b3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-30 - Financial Stability, Financial Services and Capital Markets Union x Coinbase"],"date":["2022-11-30"],"summary":["Digital euro, MICA"],"location":["Virtual meeting"],"address":["Virtual meeting"],"addressEntity":["addr-1f1f3f51a4da31a1ea5c1b4b21cbf52ad983224f"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-608584041803-93","ec-person-1fce211249673c35ee07a801ddee77ab24af8d54"]}} -{"id":"ec-meeting-2022-11-30-bff6e974b5a466de6d0c09aaf02b28d24dab1ebe","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-30 - Cabinet of Executive Vice-President Frans Timmermans x eu travel tech"],"date":["2022-11-30"],"summary":["Multimodal ticketing"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-d56ecbfde17436a136fc89c9a978b266e8285c84","eu-tr-70614728635-77"]}} -{"id":"ec-meeting-2022-11-30-cc2c3f4a5a82fdc8629070edc5cadecd1cb03488","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2022-11-30 - Cabinet of Commissioner Virginijus Sinkevičius x Ingevity Corporation"],"date":["2022-11-30"],"summary":["EU forest and biomass policies, including in the revision of the Renewable Energy Directive (RED)"],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["ec-person-df7b6800b8d3048e28fedb084a8b0b72260d7a0a","eu-tr-189086736758-93"]}} -{"id":"ec-meeting-2022-11-30-d273b773a56c49846b96ba9f31ce86586f0cbd69","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-30 - Cabinet of Executive Vice-President Frans Timmermans x OXFAM INTERNATIONAL EU ADVOCACY OFFICE"],"date":["2022-11-30"],"summary":["Global food security and sustainable food systems"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-46856801604-90","ec-person-33624431cbec1074e151c1707715ef46d2ba9565"]}} -{"id":"ec-meeting-2022-11-30-d652436ff420279f02bf728a9051bf0533b737e3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-30 - Financial Stability, Financial Services and Capital Markets Union x Fluency Innovation Limited"],"date":["2022-11-30"],"summary":["Digital euro"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-216374348038-09","ec-person-1fce211249673c35ee07a801ddee77ab24af8d54"]}} -{"id":"ec-meeting-2022-11-30-d799357d8b7e555eae1d6dc980ee0a7d9d32948d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-30 - Communications Networks, Content and Technology x Interuniversitair Micro-Electronica Centrum vzw"],"date":["2022-11-30"],"summary":["Semiconductors"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-97921387213-35","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2022-11-30-d8b48d55bf574d9c79d35de2bbaf204febf8b711","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-30 - Cabinet of Vice-President Věra Jourová x Committee to Protect Journalists"],"date":["2022-11-30"],"summary":["European Media Freedom Act, Protection of journalists, Strategic Lawsuits Against Public Participation"],"notes":["Portfolio: Values and Transparency"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["eu-tr-370649919011-72","ec-person-bf54da17217bbddfd9c68fe24d88005ac17e2c4b"]}} -{"id":"ec-meeting-2022-11-30-de1c6dc87e02b54bbfd1967ed2bb7535c49ec57e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-30 - Cabinet of Commissioner Nicolas Schmit x KIC InnoEnergy SE"],"date":["2022-11-30"],"summary":["Meeting on the European Battery Academy"],"notes":["Portfolio: Jobs and Social Rights"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-66fa2c2d100ec194caa42b5c6f97c36e2748b71c","ec-person-4cf4655ab41922e92160325d987a3c4615c72d30","eu-tr-462849021886-85"]}} -{"id":"ec-meeting-2022-11-30-de2dc3175b15b2b9ef2562fa0c51ce3349d5ac51","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-30 - Cabinet of Commissioner Nicolas Schmit x Schneider Electric"],"date":["2022-11-30"],"summary":["Meeting on the European Year of Skills"],"notes":["Portfolio: Jobs and Social Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-66fa2c2d100ec194caa42b5c6f97c36e2748b71c","eu-tr-46302264606-44","ec-person-4cf4655ab41922e92160325d987a3c4615c72d30"]}} -{"id":"ec-meeting-2022-11-30-e663be3d47e2da2515b6bd077c9d63d89b17c096","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-30 - Cabinet of Commissioner Adina Vălean x Hamburger Hafen und Logistik Aktiengesellschaft"],"date":["2022-11-30"],"summary":["Sustainable solutions and climate- and environmentally friendly logistics chains throughout Europe"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["ec-person-baa9678f53e0a607c8a9bb2cd9122d1c13370154","eu-tr-129567748171-77","ec-person-e5f1558cac43dd4f90847b508b6753edb0a9f903"]}} -{"id":"ec-meeting-2022-11-30-e687b8dc3e312de3692cc77fb16d4969a12c1214","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-30 - Cabinet of Executive Vice-President Margrethe Vestager x Ørsted A/S"],"date":["2022-11-30"],"summary":["State Aid and Energy."],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-cc22f9036f136b68e22fa3af97972857e72dc249","eu-tr-870817015429-80","ec-person-6b6135249735cff1f3061530471f1e159500c840"]}} -{"id":"ec-meeting-2022-11-30-ed9e8785108a949032981aff52226979f3a748ec","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-30 - Cabinet of Executive Vice-President Margrethe Vestager x CSC – IT CENTER FOR SCIENCE LTD."],"date":["2022-11-30"],"summary":["Presentation of the company; digital policy."],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-098297335667-27","ec-person-eecca27e2a9c3fc0d4bd43564e4960382705feef"]}} -{"id":"ec-meeting-2022-11-30-f3513a51870cbf034634adb84aa1a1326ac8f899","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-30 - Directorate-General for International Partnerships x Schneider Electric"],"date":["2022-11-30"],"summary":["Access to energy, Global Gateway Initiative, energy transition"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-intpa"],"involved":["eu-tr-46302264606-44","ec-person-afe6f55069d2cc5483157e138e41abd63140fdd8"]}} -{"id":"ec-meeting-2022-11-30-fce8f700e919dcee65d77a623f223c8ba6534ff3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-30 - Cabinet of Commissioner Jutta Urpilainen x Veikkaus Oy Petri Lahesmaa Consulting"],"date":["2022-11-30"],"summary":["Industry outlook"],"notes":["Portfolio: International Partnerships"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["eu-tr-344894120925-87","ec-person-9788b5f9ccd101dc091867a4496a5735ee7151d9","ec-person-a6ae9abd61cd135e990ccc05f2a7cc849f01a618","eu-tr-044282842164-11"]}} -{"id":"ec-meeting-2022-11-30-fe492e03eb153f8fc517341de4d5e2b7e9deefb5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-11-30 - Cabinet of Executive Vice-President Frans Timmermans x Vereniging VNO-NCW"],"date":["2022-11-30"],"summary":["Green Deal"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce","eu-tr-13255254129-80"]}} -{"id":"ec-meeting-2022-12-01-09f1160eabc94b4e65b16c21db120b7e57ecbc50","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-12-01 - Taxation and Customs Union x METINVEST"],"date":["2022-12-01"],"summary":["Physical meeting - Discussion on CBAM"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-taxud"],"involved":["ec-person-9e42f316f38c8e126c2cd2bc84affb891338c7f3","eu-tr-429746235345-89"]}} -{"id":"ec-meeting-2022-12-01-0a865d1f752438454a9b5a8d316e1892336b150e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-12-01 - Cabinet of Executive Vice-President Frans Timmermans x Schneider Electric"],"date":["2022-12-01"],"summary":["Green Deal potential of electrification and digitisation"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce","eu-tr-46302264606-44","ec-person-d56ecbfde17436a136fc89c9a978b266e8285c84"]}} -{"id":"ec-meeting-2022-12-01-0ccbdecdbeaeb9f26bebc582502d11dfe621621f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-12-01 - Cabinet of Executive Vice-President Frans Timmermans x Hague Corporate Affairs"],"date":["2022-12-01"],"summary":["Implementation of the Green Deal in a new geopolitical context"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-7c876f4825f213b8adbedf089ccedfbc3b36d65b","eu-tr-642553231622-95"]}} -{"id":"ec-meeting-2022-12-01-0e2cce82d01a865c9401d890579836614e59b772","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-12-01 - Cabinet of Commissioner Virginijus Sinkevičius x SumOfUs"],"date":["2022-12-01"],"summary":["To accept petition signed by more than 210 000 citizens which requests to stop the export of hazardous chemicals which are banned in the Union, and to discuss on the status of this action of the Chemicals Strategy for Sustainability."],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["ec-person-dd7a7b1952e158f4195d34cff333ec79a4f48ba3","eu-tr-884107633752-88","ec-person-df7b6800b8d3048e28fedb084a8b0b72260d7a0a"]}} -{"id":"ec-meeting-2022-12-01-0fd21922367d38189f9087880ef5a2ffb9efc787","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-12-01 - Cabinet of Executive Vice-President Valdis Dombrovskis x Deutsche Industrie- und Handelskammer"],"date":["2022-12-01"],"summary":["European Competitiveness"],"notes":["Portfolio: An Economy that Works for People"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["eu-tr-22400601191-42","ec-person-f011ed0f7c78d833a79f1206f788e0cbd9cb8864"]}} -{"id":"ec-meeting-2022-12-01-14cb77b05796df7debdd74403a9a6c62b9d3adfb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-12-01 - Financial Stability, Financial Services and Capital Markets Union x Carlyle Tweeddale Advisors"],"date":["2022-12-01"],"summary":["Digital euro, MICA"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-663383410693-21","eu-tr-362131745511-65","ec-person-1fce211249673c35ee07a801ddee77ab24af8d54"]}} -{"id":"ec-meeting-2022-12-01-249cf07ef99a89d9e0b09293dea2ecc811bec91e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-12-01 - Directorate-General for International Partnerships x European Round Table for Industry"],"date":["2022-12-01"],"summary":["Global Gateway- suggestions for the Business Advisory Group"],"location":["online"],"address":["online"],"addressEntity":["addr-2dbc2fd2358e1ea1b7a6bc08ea647b9a337ac92d"],"organizer":["ec-dg-intpa"],"involved":["ec-person-afe6f55069d2cc5483157e138e41abd63140fdd8","eu-tr-25487567824-45"]}} -{"id":"ec-meeting-2022-12-01-2a58caf9bbf8a3de7e5039bda1687b058453a865","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-12-01 - Cabinet of Executive Vice-President Valdis Dombrovskis x Cisco Systems Inc."],"date":["2022-12-01"],"summary":["Digital Economy"],"notes":["Portfolio: An Economy that Works for People"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-f011ed0f7c78d833a79f1206f788e0cbd9cb8864","eu-tr-494613715191-85"]}} -{"id":"ec-meeting-2022-12-01-343e4f9dd1a2bb730c457506157bd331585e6930","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-12-01 - Cabinet of Commissioner Kadri Simson x ACCIONA, S.A."],"date":["2022-12-01"],"summary":["Low-carbon economy"],"notes":["Portfolio: Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["ec-person-ba3b83676ad38094e71b64b644f3e3d2c61b8182","eu-tr-451019811573-55"]}} -{"id":"ec-meeting-2022-12-01-363349293b05e4fad38adb518fa8ec292887cb22","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-12-01 - Cabinet of Commissioner Virginijus Sinkevičius x INDUSTRIA DE DISEÑO TEXTIL, S.A."],"date":["2022-12-01"],"summary":["To exchange on commitments in the area of the circular economy and to get informed about future plans to develop circular business models"],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["online"],"address":["online"],"addressEntity":["addr-2dbc2fd2358e1ea1b7a6bc08ea647b9a337ac92d"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["ec-person-dd7a7b1952e158f4195d34cff333ec79a4f48ba3","eu-tr-518095443081-20","ec-person-a58f1d06f5cb1d8dfd278e0c36d5aa1b9368b270"]}} -{"id":"ec-meeting-2022-12-01-3c277f37d892a086abc2ae431636a7197ff1ef5c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-12-01 - Cabinet of Commissioner Mairead Mcguinness x bunq BV"],"date":["2022-12-01"],"summary":["IBAN discrimination"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-3a66109f0585c657edbe69190faa41919b50e05f","eu-tr-305444648191-31","ec-person-49e520c7a9c9c47ccb5acfa68f9416e4233af9f8"]}} -{"id":"ec-meeting-2022-12-01-3e6f6778722fc9a386c13b2aa1b3c25fa8422d8d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-12-01 - Cabinet of Executive Vice-President Margrethe Vestager x Vodafone Belgium SA"],"date":["2022-12-01"],"summary":["Digital economy."],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-bb1f295d8be3d10004d7e5fd7c24248a21215775","eu-tr-90142503473-81","ec-person-eecca27e2a9c3fc0d4bd43564e4960382705feef"]}} -{"id":"ec-meeting-2022-12-01-43d4b0afcad4b937f0b4b8f66231b6c96a2781e8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-12-01 - Cabinet of Commissioner Mairead Mcguinness x Insurance Europe"],"date":["2022-12-01"],"summary":["Organisation of call between Commissioner McGuinness and Insurance Europe"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Virtual meeting"],"address":["Virtual meeting"],"addressEntity":["addr-1f1f3f51a4da31a1ea5c1b4b21cbf52ad983224f"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["eu-tr-33213703459-54","ec-person-49e520c7a9c9c47ccb5acfa68f9416e4233af9f8"]}} -{"id":"ec-meeting-2022-12-01-46b9a5d0207ac57023ab76a4d7a37ea319901dc4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-12-01 - Cabinet of Commissioner Jutta Urpilainen x Tampere University"],"date":["2022-12-01"],"summary":["Cooperation on higher education"],"notes":["Portfolio: International Partnerships"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["ec-person-6357f4506ca5351b3a822936612fd6006da48722","eu-tr-699681335670-44","ec-person-1ec9383fd54d9d4cd8a154c01fa71549eb8c75ac"]}} -{"id":"ec-meeting-2022-12-01-747acf3ff62ce0c9d88d01649c9fbc25045ef56f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-12-01 - Cabinet of Executive Vice-President Valdis Dombrovskis x Vodafone Belgium SA"],"date":["2022-12-01"],"summary":["Digital Economy"],"notes":["Portfolio: An Economy that Works for People"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["eu-tr-90142503473-81","ec-person-f011ed0f7c78d833a79f1206f788e0cbd9cb8864"]}} -{"id":"ec-meeting-2022-12-01-772747d9c1bdf9df26b21b0d08ef05cc771fe5ed","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-12-01 - Cabinet of Commissioner Jutta Urpilainen x None"],"date":["2022-12-01"],"summary":["Speech at the 2nd GAP III Structured Dialogue with CSOs"],"notes":["Portfolio: International Partnerships"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["eu-tr-168989714324-36","eu-tr-5189768701-12","eu-tr-70309834043-10","ec-person-7c4fa9cfb750b5b524c065180fcee1123b8df03e","eu-tr-18343956476-47","eu-tr-0878397912-17","eu-tr-49806329193-46","eu-tr-57868523887-16","eu-tr-46856801604-90","eu-tr-071230647405-02","eu-tr-015158824818-81","eu-tr-585105139027-49","eu-tr-679535014238-83","eu-tr-144630225519-73","eu-tr-943273430367-14","eu-tr-633748221618-41","eu-tr-510054120552-28","eu-tr-51806831589-68","eu-tr-85103504511-82","eu-tr-029070342841-01","eu-tr-395609641332-50","eu-tr-132236315085-89","eu-tr-152896744065-48","eu-tr-307468640381-08","eu-tr-34478709670-34","eu-tr-453917018572-70","eu-tr-32018754890-28","eu-tr-09136982496-09","eu-tr-601682417261-34","eu-tr-696874316528-26","eu-tr-336765244362-96","eu-tr-865034435102-35","eu-tr-74313108109-71","eu-tr-90237823189-97"]}} -{"id":"ec-meeting-2022-12-01-94f5e38e25d1b3db298e55e7b347c8bca1165bbb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-12-01 - Cabinet of Vice-President Margaritis Schinas x Cisco Systems Inc."],"date":["2022-12-01"],"summary":["- the transatlantic relationship\r\n- the EU security/cybersecurity agenda\r\n- skills\r\n- support to Ukraine"],"notes":["Portfolio: Promoting the European Way of Life"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-margaritis-of-president-schinas-vice"],"involved":["ec-person-43f9f86cfe94e45a95f7fbdea9a59a54955ebcfa","ec-person-c8d1d7f3012c344bc60630eb456865390bddc7c5","eu-tr-494613715191-85"]}} -{"id":"ec-meeting-2022-12-01-9634a765ed8d7e6f8de0903cfde6ce7a0d567f2d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-12-01 - Cabinet of Vice-President Věra Jourová x Eutelsat"],"date":["2022-12-01"],"summary":["European Media Freedom Act, media sanctions"],"notes":["Portfolio: Values and Transparency"],"location":["Videoconference call"],"address":["Videoconference call"],"addressEntity":["addr-d1964f978a9a3925b783c40d0fd778ce0d40e512"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["eu-tr-746025510283-01","ec-person-aa83f35da599b82e4f15da018f4b3447eb648f7c"]}} -{"id":"ec-meeting-2022-12-01-ad066cdf85b448c7e8599b3e2a78f38aacdda0cd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-12-01 - Cabinet of Executive Vice-President Valdis Dombrovskis x BUSINESSEUROPE"],"date":["2022-12-01"],"summary":["Follow up call - CEO Event of 10 November 2023. Discussed running of the event and improvement possibilities."],"notes":["Portfolio: An Economy that Works for People"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["eu-tr-3978240953-79","ec-person-95d6ecce9b8f3a7b167d0eac8e270fdce0665ccb"]}} -{"id":"ec-meeting-2022-12-01-b574e3cbce4b9a293a9b7e9f750b8cfbaec0305b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-12-01 - Cabinet of Executive Vice-President Frans Timmermans x The European Environment and Sustainable Development Advisory Councils Network"],"date":["2022-12-01"],"summary":["transition to sustainable food systems"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-7c876f4825f213b8adbedf089ccedfbc3b36d65b","eu-tr-518917926125-70"]}} -{"id":"ec-meeting-2022-12-01-bb3aaee4a2a165f1265c6fa02c0b3fd7dd3cdaf0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-12-01 - Cabinet of Executive Vice-President Margrethe Vestager x The European House - Ambrosetti"],"date":["2022-12-01"],"summary":["Discussion about an invitation to an event."],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-bb1f295d8be3d10004d7e5fd7c24248a21215775","eu-tr-625244214975-24"]}} -{"id":"ec-meeting-2022-12-01-bdad42da88f5cb62aeddd58feedbcb6da3fbb1b8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-12-01 - Cabinet of Commissioner Johannes Hahn x Transport and Environment (European Federation for Transport and Environment)"],"date":["2022-12-01"],"summary":["Discussed the decarbonisation of the transport sector and how the role of CO2 standard."],"notes":["Portfolio: Budget and Administration"],"location":["Brussels, Berlaymont"],"address":["Brussels, Berlaymont"],"addressEntity":["addr-2d842da4e8cf3dbd0304d45e6b874d5f0aa57edf"],"organizer":["ec-cabinet-commissioner-hahn-johannes-of"],"involved":["ec-person-26e87e8dbc382b84ce1f54266bee0b7eab520454","eu-tr-58744833263-19"]}} -{"id":"ec-meeting-2022-12-01-dc6d8940cbedca3b23798ad7d1ee0f3e862d0a36","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-12-01 - Cabinet of Vice-President Margaritis Schinas x Moody's Shared Services UK Ltd."],"date":["2022-12-01"],"summary":["insights and research into cyber risk in the EU"],"notes":["Portfolio: Promoting the European Way of Life"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-margaritis-of-president-schinas-vice"],"involved":["ec-person-43f9f86cfe94e45a95f7fbdea9a59a54955ebcfa","eu-tr-55916968748-36"]}} -{"id":"ec-meeting-2022-12-01-de32eee11e0a6c94b7b7a8f6b19022310c337ab2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-12-01 - Cabinet of Executive Vice-President Valdis Dombrovskis x None"],"date":["2022-12-01"],"summary":["EU anti-dumping investigation against imports of ceramic tiles originating, inter alia, in Türkiye"],"notes":["Portfolio: An Economy that Works for People"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["eu-tr-58746194306-23","ec-person-4afd4ae4e50604ac3c0c9ae597bcb74eb1dd31b6","ec-person-25f4019e9babab3840cf9d6dbf9cb6994f2104fb","eu-tr-304231748223-70"]}} -{"id":"ec-meeting-2022-12-01-fa7c16d6da28ed01b12668aa8bc7a995adb198f8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-12-01 - Cabinet of Commissioner Elisa Ferreira x CEE Bankwatch Network"],"date":["2022-12-01"],"summary":["CEE Bankwatch shared information and views about the Just Transition process on the ground in Central and Eastern Europe."],"notes":["Portfolio: Cohesion and Reforms"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-elisa-ferreira-of"],"involved":["ec-person-6aefca8f66cd57549e22428bee7f0d2c97d16f52","eu-tr-93834493808-49"]}} -{"id":"ec-meeting-2022-12-01-fb72c6d91c0ab3f5d059b96ba6b6af634a6d1f26","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-12-01 - Cabinet of Commissioner Janez Lenarčič x Voluntary Organisations in Cooperation in Emergencies"],"date":["2022-12-01"],"summary":["European Humanitarian Forum; resource base for humanitarian action; humanitarian space"],"notes":["Portfolio: Crisis Management"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-janez-lenarcic-of"],"involved":["eu-tr-47126711656-13","ec-person-fbefdec4fe0937769936645b8ac74a3a7c588ef2","ec-person-a6cd325c80698b2331699224c780ebfb10573602"]}} -{"id":"ec-meeting-2022-12-02-0480c1e67f2369a54b2ebdecbf80d30a928ccf92","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-12-02 - Cabinet of Commissioner Virginijus Sinkevičius x Green 10"],"date":["2022-12-02"],"summary":["To discuss the current policy development on REACH, Trilogue on deforestation, Forest monitoring law, ELV proposal, Mercury revision"],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["ec-person-dd7a7b1952e158f4195d34cff333ec79a4f48ba3","eu-tr-70309834043-10","ec-person-df7b6800b8d3048e28fedb084a8b0b72260d7a0a"]}} -{"id":"ec-meeting-2022-12-02-1af03aa10c1fe8085e63a7781be728aed543afe8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-12-02 - Cabinet of Commissioner Ylva Johansson x Platform for International Cooperation on Undocumented Migrants"],"date":["2022-12-02"],"summary":["Trafficking in Human Beings\r\nLabour Migration"],"notes":["Portfolio: Home Affairs"],"location":["VTC"],"address":["VTC"],"addressEntity":["addr-9d1acaa772820b8ade84113d2da24716fe455be2"],"organizer":["ec-cabinet-commissioner-johansson-of-ylva"],"involved":["ec-person-56478a183036db6fe9e976c032c67032ba183565","ec-person-1c9f2e5d03a1fc77ed6b3d4e34c35b2bd1506318","eu-tr-19093363838-48"]}} -{"id":"ec-meeting-2022-12-02-418b6bc48434537d7abf11d9a3c0522a72c139c5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-12-02 - Cabinet of Commissioner Ylva Johansson x Eurocities"],"date":["2022-12-02"],"summary":["Discussion about the needs of cities in the current situation with high numbers of arrivals of Ukrainians."],"notes":["Portfolio: Home Affairs"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-commissioner-johansson-of-ylva"],"involved":["ec-person-1cc1c011b9377e4d6f05577ee58ef3f7182c61b8","eu-tr-12493392840-79"]}} -{"id":"ec-meeting-2022-12-02-685ac7d468c9c1824f28e6b76dd9d69f970c75ff","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-12-02 - Cabinet of Vice-President Věra Jourová x Association of Commercial Television and Video on Demand Services in Europe"],"date":["2022-12-02"],"summary":["European Media Freedom Act, DSA/DMA"],"notes":["Portfolio: Values and Transparency"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["ec-person-bf54da17217bbddfd9c68fe24d88005ac17e2c4b","eu-tr-18574111503-28"]}} -{"id":"ec-meeting-2022-12-02-ac204a58c02cd2bb04f52ef42e0454b22c307823","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-12-02 - Cabinet of Commissioner Janez Lenarčič x Egmont Institute"],"date":["2022-12-02"],"summary":["European Humanitarian Forum; implementation of Commission Communication on Humanitarian Action"],"notes":["Portfolio: Crisis Management"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-janez-lenarcic-of"],"involved":["ec-person-a6cd325c80698b2331699224c780ebfb10573602","eu-tr-363331923608-55"]}} -{"id":"ec-meeting-2022-12-02-c10173aa0ac6d93ee8f824173c659f105c9c3511","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-12-02 - Cabinet of Commissioner Thierry Breton x None"],"date":["2022-12-02"],"summary":["Implementation of the Chemicals Strategy for Sustainability and the REACH revision"],"notes":["Portfolio: Internal Market"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-27053044762-72","ec-person-6308dea893b9b1ca0dcd5b91b4a1ac4c2f3020ad","eu-tr-06798511314-27"]}} -{"id":"ec-meeting-2022-12-02-c39e386c5ffd123e06f24ae73a002143f8587d41","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-12-02 - Cabinet of Executive Vice-President Frans Timmermans x EIT Food ivzw"],"date":["2022-12-02"],"summary":["Food systems and the climate crisis"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-944733432021-08","ec-person-33624431cbec1074e151c1707715ef46d2ba9565"]}} -{"id":"ec-meeting-2022-12-02-c9cb1c509e4c4e1e3f47276bacac065e3fee0bf6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-12-02 - Cabinet of Executive Vice-President Margrethe Vestager x Europe's People's Forum"],"date":["2022-12-02"],"summary":["Competition and digital policy."],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-cc22f9036f136b68e22fa3af97972857e72dc249","eu-tr-516884238508-73"]}} -{"id":"ec-meeting-2022-12-02-e002e5e276891adc78dad6af281d0ef27085d2b3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-12-02 - Cabinet of Commissioner Mairead Mcguinness x Rystad Energy"],"date":["2022-12-02"],"summary":["Introductory Meeting"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["eu-tr-339687447443-74","ec-person-49e520c7a9c9c47ccb5acfa68f9416e4233af9f8"]}} -{"id":"ec-meeting-2022-12-02-eb8ab406942217ccfa3bc81dbe0786190f3e0b7d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-12-02 - Cabinet of Commissioner Virginijus Sinkevičius x Eastman Chemical Company"],"date":["2022-12-02"],"summary":["To discuss new proposals on Circular Economy package II, as well as chemical recycling."],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["online"],"address":["online"],"addressEntity":["addr-2dbc2fd2358e1ea1b7a6bc08ea647b9a337ac92d"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["ec-person-dd7a7b1952e158f4195d34cff333ec79a4f48ba3","eu-tr-155455216927-36"]}} -{"id":"ec-meeting-2022-12-02-f6a00907679403157dd12c524765123b59cb4d3e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-12-02 - Communications Networks, Content and Technology x Satispay Europe SA"],"date":["2022-12-02"],"summary":["digital payments"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f","eu-tr-317259347794-40"]}} -{"id":"ec-meeting-2022-12-05-005e73a0643d147b383f5c3d7ad0808b76941495","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-12-05 - Cabinet of Vice-President Dubravka Šuica x Mental Health Europe - Santé Mentale Europe"],"date":["2022-12-05"],"summary":["Mental Health and wellbeing\r\nPossible cooperation during the Week of Mental Health in May 2023"],"notes":["Portfolio: Democracy and Demography"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dubravka-of-president-suica-vice"],"involved":["ec-person-a7853d5ba381ece8f8e56c78eb4f11c3ce0bc9c0","eu-tr-245350514009-47"]}} -{"id":"ec-meeting-2022-12-05-01a778351430aa928756e3b8063231cda3943bd5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-12-05 - Cabinet of Commissioner Nicolas Schmit x Sveriges Akademikers Centralorganisation Confederation of Swedish Enterprise The Swedish Trade Union Confederation Arbetsgivarverket"],"date":["2022-12-05"],"summary":["General discussion on the employment and social agenda and preparation of the Swedish Presidency of the EU. State of play of the negotiations between the European Parliament and the Council on the Platform workers directive."],"notes":["Portfolio: Jobs and Social Rights"],"location":["Stockholm (SE)"],"address":["Stockholm (SE)"],"addressEntity":["addr-bbf2d0f65b94d9295ac674fdbf9435521e025083"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-4cf4655ab41922e92160325d987a3c4615c72d30","eu-tr-39912257528-48","eu-tr-673091017982-82","eu-tr-721518616432-31","ec-person-935314e38d735654cae8ee61313a3d73439b242d","eu-tr-263312725149-84","ec-person-c03b949331dbbe5fa3d5423758e371ec1b9b832f"]}} -{"id":"ec-meeting-2022-12-05-02a030d7f3eae094ad94b4a1954cdb9f51454e4e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-12-05 - Cabinet of Commissioner Johannes Hahn x Wirtschaftskammer Österreich"],"date":["2022-12-05"],"summary":["Speech at reception for Austrian stakeholders."],"notes":["Portfolio: Budget and Administration"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hahn-johannes-of"],"involved":["ec-person-6dd3472dac004e43ec1fa4f5b4106e3b476c9ce7","ec-person-0a9c49ba84ea78ae0ec9c6fadde7b6d66e7a1054","eu-tr-10405322962-08"]}} -{"id":"ec-meeting-2022-12-05-17fbbfaabe5f1c58310ef804346f73b029d9d61f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-12-05 - Cabinet of President Ursula von der Leyen x Transport and Environment (European Federation for Transport and Environment)"],"date":["2022-12-05"],"summary":["Meeting on the U.S. Inflation Reduction Act"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-43bdc9a00c5fc10765bc14b0ec57fc189bb5b091","eu-tr-58744833263-19"]}} -{"id":"ec-meeting-2022-12-05-28a08b8a159d42ace03ea3835a76e53e65e0789b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-12-05 - Cabinet of Commissioner Janusz Wojciechowski x Polski Koncern Naftowy Orlen S.A."],"date":["2022-12-05"],"summary":["Meeting with Member of PKN Orlen"],"notes":["Portfolio: Agriculture"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["eu-tr-105450620110-21","ec-person-625f8b4379f79adee4f15c6a0417a96bb5a5a403"]}} -{"id":"ec-meeting-2022-12-05-2e6cd3d1c53bc4f0aafbed3d6cdb21903930d73a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-12-05 - Cabinet of Executive Vice-President Margrethe Vestager x Confederation of Swedish Enterprise"],"date":["2022-12-05"],"summary":["Single market, industrial policy."],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-39912257528-48","ec-person-0e93ebac9bad76e1351e0981f04e7ef88848f943"]}} -{"id":"ec-meeting-2022-12-05-2eb093fe29848ab7846d53c1a261b99758a74879","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-12-05 - Cabinet of Commissioner Janez Lenarčič x Oxfam-en-Belgique / Oxfam-in-België"],"date":["2022-12-05"],"summary":["Humanitarian situation in Myanmar"],"notes":["Portfolio: Crisis Management"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-janez-lenarcic-of"],"involved":["eu-tr-961809845865-57","ec-person-fbefdec4fe0937769936645b8ac74a3a7c588ef2"]}} -{"id":"ec-meeting-2022-12-05-64e0decf08808557f31f5febf30684f076f76f48","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-12-05 - Cabinet of Executive Vice-President Frans Timmermans x Grupa Kapitałowa ZE PAK Instytut Europejskiej Sieci Pamięć i Solidarność"],"date":["2022-12-05"],"summary":["Discussion about the just transition fund opportunities for trade unions in Polish coal regions, clean energy transition and climate policy of the EU"],"notes":["Portfolio: European Green Deal"],"location":["Katowice, Poland"],"address":["Katowice, Poland"],"addressEntity":["addr-31165722489d83addc49c935a91002184e373153"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-7c876f4825f213b8adbedf089ccedfbc3b36d65b","eu-tr-316726223466-39","eu-tr-236685344670-29"]}} -{"id":"ec-meeting-2022-12-05-83c207fab99dbbce89d539bca79526654c6c098e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-12-05 - Cabinet of Commissioner Nicolas Schmit x Cercle Europe et Economie Sociale Athenora Consulting"],"date":["2022-12-05"],"summary":["Social Economy Action Plan"],"notes":["Portfolio: Jobs and Social Rights"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["eu-tr-79628773-02","ec-person-c2208333f0f75350eef62b355a40bf856f2d9cef","eu-tr-909297816481-39"]}} -{"id":"ec-meeting-2022-12-05-b1dd1ec35fee43fd294f9db577393011c173f55a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-12-05 - Cabinet of Executive Vice-President Frans Timmermans x Signify"],"date":["2022-12-05"],"summary":["Energy efficiency"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-a282162080cef4ef2a8c0ab6247a3e03dc438507","eu-tr-943095936679-05"]}} -{"id":"ec-meeting-2022-12-05-c9d2b5324cc725aab5532e8ec15d510acde655ee","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-12-05 - Cabinet of Commissioner Janusz Wojciechowski x Farm Europe"],"date":["2022-12-05"],"summary":["Opening session of the Global Food Forum and participation at the dinner"],"notes":["Portfolio: Agriculture"],"location":["Jodoigne, Belgium"],"address":["Jodoigne, Belgium"],"addressEntity":["addr-27cbf4359e0014d81513d1e650ce90a85d90e0d9"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["eu-tr-961826727268-04","ec-person-7869e6adc9c6329f8dea9a0fd02d998d8ffa57f6","ec-person-08c62f972c22464aca7a65520eb9406f8db14a66"]}} -{"id":"ec-meeting-2022-12-05-e05dc011caa61062b2694cbc1f3787e2d959ed87","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-12-05 - Energy x ELICA SA (COPELOUZOS GROUP)"],"date":["2022-12-05"],"summary":["Infrastructure and connectivity"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-274351946046-84","ec-person-9c0f33ecb9f6badd5f4b5f1a4bd7677e18a52a22"]}} -{"id":"ec-meeting-2022-12-05-f546b7b539fe8f6cd3dd15f2cc005623f04cfc96","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-12-05 - Cabinet of Vice-President Věra Jourová x Universidad de Navarra"],"date":["2022-12-05"],"summary":["European Media Freedom Act"],"notes":["Portfolio: Values and Transparency"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["ec-person-fb258e0188a5319bfaba3161382db43f5a85851f","eu-tr-329831343391-08"]}} -{"id":"ec-meeting-2022-12-05-f80704a1d98b80a1ef22d585eff8689ab32ae8f5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-12-05 - Taxation and Customs Union x ENEL SpA"],"date":["2022-12-05"],"summary":["General discussion about the tax environment of the energy sector in Europe"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-taxud"],"involved":["ec-person-9e42f316f38c8e126c2cd2bc84affb891338c7f3","eu-tr-6256831207-27"]}} -{"id":"ec-meeting-2022-12-06-05c78353055b8de95f099e42a39442cba5c769ad","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-12-06 - Health and Food Safety x Coalition for Epidemic Preparedness Innovations"],"date":["2022-12-06"],"summary":["DG SANTE – CEPI bilateral meeting"],"location":["online"],"address":["online"],"addressEntity":["addr-2dbc2fd2358e1ea1b7a6bc08ea647b9a337ac92d"],"organizer":["ec-dg-sante"],"involved":["eu-tr-852523338633-03","ec-person-f442ca8cd331fc51ad479fe0db982bb9fdb00647"]}} -{"id":"ec-meeting-2022-12-06-13bef0b81896abf117d12a22548fb6c44c07dc69","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-12-06 - Cabinet of Commissioner Didier Reynders x EUROPEAN AUSTRALIAN BUSINESS COUNCIL"],"date":["2022-12-06"],"summary":["corporate sustainability due diligence"],"notes":["Portfolio: Justice"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-didier-of-reynders"],"involved":["ec-person-1e25399e2267734c5f4c69093d2286c8898ee9f0","eu-tr-56953548578-36","ec-person-6de2c3b2fe4b4087c73744df26d47fbf96ddb2ce"]}} -{"id":"ec-meeting-2022-12-06-29c1726cdfe25379a3634b5f27bbc4934832c406","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-12-06 - Cabinet of Commissioner Adina Vălean x Airlines for America"],"date":["2022-12-06"],"summary":["Sustainable aviation"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["ec-person-cc0354fbf386eb83f57c00ad5240f1dddeeabab4","ec-person-7f9ba99138b4fa5c698037dc7507219b1319e0a7","eu-tr-78160685782-84","ec-person-e5f1558cac43dd4f90847b508b6753edb0a9f903"]}} -{"id":"ec-meeting-2022-12-06-44f1bba378da11366d8919512e3dfe28dab06e19","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-12-06 - Cabinet of Commissioner Nicolas Schmit x European Foundation Centre"],"date":["2022-12-06"],"summary":["Participation at the Philea event to celebrate the one year anniversary of the Social economy action plan."],"notes":["Portfolio: Jobs and Social Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-c2208333f0f75350eef62b355a40bf856f2d9cef","eu-tr-78855711571-12"]}} -{"id":"ec-meeting-2022-12-06-4950c96b4d6b4b70e303c7ac1c294f86612255b7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-12-06 - Cabinet of Executive Vice-President Margrethe Vestager x Novo Nordisk A/S"],"date":["2022-12-06"],"summary":["Revision of the EU pharmaceutical legislation."],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-29570313329-11","ec-person-0e93ebac9bad76e1351e0981f04e7ef88848f943"]}} -{"id":"ec-meeting-2022-12-06-5518c473a809f2685c959c750f193c80d9415869","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-12-06 - Cabinet of Commissioner Elisa Ferreira x Transport and Environment (European Federation for Transport and Environment)"],"date":["2022-12-06"],"summary":["Exchange of views on regional perspective on decarbonisation of heavy duty transport."],"notes":["Portfolio: Cohesion and Reforms"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-commissioner-elisa-ferreira-of"],"involved":["ec-person-1c49c531eceae287dd4a56ac52e8326c65fc2855","eu-tr-58744833263-19"]}} -{"id":"ec-meeting-2022-12-06-5621b6525930b46895a62a45d6cb7cbe87e89269","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-12-06 - Cabinet of Vice-President Věra Jourová x VAUNET - Verband Privater Medien e. V."],"date":["2022-12-06"],"summary":["European Media Freedom Act"],"notes":["Portfolio: Values and Transparency"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["ec-person-aa83f35da599b82e4f15da018f4b3447eb648f7c","eu-tr-27085111347-65"]}} -{"id":"ec-meeting-2022-12-06-71f359d542f0aceb7adf71b09695c1f38467f97c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-12-06 - Cabinet of Commissioner Ylva Johansson x Swedish Association of Mines, Mineral and Metal Producers"],"date":["2022-12-06"],"summary":["CRM"],"notes":["Portfolio: Home Affairs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-johansson-of-ylva"],"involved":["eu-tr-374860614091-68","ec-person-e80f1d4512f8632e5baa488ed887e131294d744e"]}} -{"id":"ec-meeting-2022-12-06-8e164e84f37aa9fd3aee90702bea818352f6237d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-12-06 - Environment x Robert Bosch GmbH"],"date":["2022-12-06"],"summary":["Revision of the F-gas regulation"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-env"],"involved":["ec-person-f9559d68da38935569ff0be1cadd90e05f0454bd","eu-tr-8999533555-91"]}} -{"id":"ec-meeting-2022-12-06-9633fa73c67980ba7677bef1a31caa42eb32f5e3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-12-06 - Employment, Social Affairs and Inclusion x Confederation of Danish Employers"],"date":["2022-12-06"],"summary":["Meeting with the Board of Directors from The Confederation of Danish Employers"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-empl"],"involved":["eu-tr-11503381325-76","ec-person-dd259fce880e1853f0beb087443bce6e7dea70d7"]}} -{"id":"ec-meeting-2022-12-06-afe389b601d24a642eff21731c61ba6affc3eb0e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-12-06 - Energy x Intercontinental Exchange, Inc."],"date":["2022-12-06"],"summary":["Market Correction Mechanism (with ICE Endex, subsidiary company)"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["ec-person-9c0f33ecb9f6badd5f4b5f1a4bd7677e18a52a22","eu-tr-141041215133-83"]}} -{"id":"ec-meeting-2022-12-06-b208743fdc0cf91db8c39f00a185eb9658618e0c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-12-06 - Cabinet of High Representative Josep Borrell Fontelles x Human Rights Watch"],"date":["2022-12-06"],"summary":["Human rights situation in Great Lakes/eastern DRC, Ethiopia, India, OPTs and priorities for HRC-52"],"notes":["Portfolio: High Representative of the Union for Foreign Affairs and Security Policy / Vice-President of the Commission"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-borrell-cabinet-fontelles-high-josep-of-representative"],"involved":["ec-person-41fb1fe9d70985a3133c6d26433ad78c85cc76a2","eu-tr-56362448807-46"]}} -{"id":"ec-meeting-2022-12-06-b44358bd8c4afae40569f54b364b9d5194997fc4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-12-06 - Cabinet of Commissioner Nicolas Schmit x FEDERACIÓN ANDALUCÍA ACOGE"],"date":["2022-12-06"],"summary":["working and living conditions of seasonal workers in Andalucia"],"notes":["Portfolio: Jobs and Social Rights"],"location":["Brussels/European Parliament"],"address":["Brussels/European Parliament"],"addressEntity":["addr-eebb4d666a4a649028eea9b1b5339efa482d88ff"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["eu-tr-718050340792-96","ec-person-8eb18b6102d444937bc6af5822a6742812165b48"]}} -{"id":"ec-meeting-2022-12-06-bfe791df39cd67529d57d102d41a8fa34854f1a2","datasets":["ec_meetings"],"referents":[],"schema":"Event","properties":{"name":["2022-12-06 - Cabinet of Commissioner Virginijus Sinkevičius x AkzoNobel"],"date":["2022-12-06"],"summary":["Implementation of the Chemicals Strategy and phasing out of the most harmful substances"],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["eu-tr-365563511941-15","ec-person-df7b6800b8d3048e28fedb084a8b0b72260d7a0a"]}} -{"id":"ec-meeting-2022-12-06-d807fb8af7fc4f55e876ce97a8e8a7a1270e3dac","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-12-06 - Cabinet of Executive Vice-President Frans Timmermans x Workday Stiftung KlimaWirtschaft Cambridge Institute for Sustainability Leadership Unilever ELECTRICITE DE FRANCE"],"date":["2022-12-06"],"summary":["Green Deal state of play"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-101869737880-14","ec-person-e88af8eb396e96e3dbc9b4ec6e40a348d26c389c","eu-tr-6200524920-25","eu-tr-610535346745-80","eu-tr-021253717373-58","eu-tr-39966101835-69"]}} -{"id":"ec-meeting-2022-12-07-0e22b5ad46f8b91cc52f835f9135e6d98d0a719b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-12-07 - Cabinet of Commissioner Janusz Wojciechowski x Planet Farms"],"date":["2022-12-07"],"summary":["To discuss the role of the Controlled Environmental Agriculture (CEA) and vertical agriculture for the future of agricultural policy in Europe."],"notes":["Portfolio: Agriculture"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["ec-person-c825a813205e5077cd48bbd241436daf1834fc9b","eu-tr-295556547852-66"]}} -{"id":"ec-meeting-2022-12-07-175fec5336146334d6bc3adf7972d2c3b345f8f5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-12-07 - Cabinet of Vice-President Dubravka Šuica x Cosentino Group"],"date":["2022-12-07"],"summary":["demography"],"notes":["Portfolio: Democracy and Demography"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dubravka-of-president-suica-vice"],"involved":["ec-person-3fde0db8d8834e47db2b7c32ce5c469b66548f1b","eu-tr-500891145940-41","ec-person-ebe31c2924b1fbde99804f8f575004fb99739165"]}} -{"id":"ec-meeting-2022-12-07-2c9c2ddef77fd5f2b5b50b160ba2402cb8698e0e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-12-07 - Cabinet of Executive Vice-President Frans Timmermans x Transatlantic Policy Network Meta Platforms Ireland Limited and its various subsidiaries (f/k/a Facebook Ireland Limited)"],"date":["2022-12-07"],"summary":["High-level round-table discussion \"Exploring the metaverse with Nick Clegg\" organised by TPN"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-d56ecbfde17436a136fc89c9a978b266e8285c84","eu-tr-923710115785-95","eu-tr-28666427835-74"]}} -{"id":"ec-meeting-2022-12-07-32665ee914907fc4c67cfaac88e746b720f618db","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-12-07 - Cabinet of President Ursula von der Leyen x Eurelectric aisbl"],"date":["2022-12-07"],"summary":["Current political challenges"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-f2b941852d3b961d69ed695c2d243a1a2b4a1904","eu-tr-4271427696-87","ec-person-907ffb425c752d7d7940f64fcfe219fe88b2f741"]}} -{"id":"ec-meeting-2022-12-07-38eec74b5fb220a0059ad7c2b0f21746c5444f56","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-12-07 - Cabinet of Executive Vice-President Frans Timmermans x Germanwatch"],"date":["2022-12-07"],"summary":["Rail agenda in the green deal"],"notes":["Portfolio: European Green Deal"],"location":["viedo-call"],"address":["viedo-call"],"addressEntity":["addr-4d171d4dc2b4721f5a5e4af6be75aa1704803e0c"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-99203901869-52","ec-person-d56ecbfde17436a136fc89c9a978b266e8285c84"]}} -{"id":"ec-meeting-2022-12-07-3c433aa585ea7d4130d985aa81dba2217d090faf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-12-07 - Cabinet of Executive Vice-President Margrethe Vestager x Information Technology and Innovation Foundation"],"date":["2022-12-07"],"summary":["presentation of the think tank, TTC, AI."],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-923915716105-08","ec-person-eecca27e2a9c3fc0d4bd43564e4960382705feef"]}} -{"id":"ec-meeting-2022-12-07-3eb5ce6b9ed7f2c11014ca425ac9f4a039062990","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-12-07 - Cabinet of Commissioner Didier Reynders x Meta Platforms Ireland Limited and its various subsidiaries (f/k/a Facebook Ireland Limited)"],"date":["2022-12-07"],"summary":["Participation à un événement de présentation du Metaverse"],"notes":["Portfolio: Justice"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-didier-of-reynders"],"involved":["ec-person-50f9cba2282e1d03395cdd0faf9ce6e9a2ff3104","eu-tr-28666427835-74"]}} -{"id":"ec-meeting-2022-12-07-40ce732d22eac614af31facd936418adf7d2dd26","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-12-07 - Financial Stability, Financial Services and Capital Markets Union x International Financial Reporting Standards (IFRS) Foundation"],"date":["2022-12-07"],"summary":["European Sustainability Reporting Standards"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-830882416841-19","ec-person-1fce211249673c35ee07a801ddee77ab24af8d54"]}} -{"id":"ec-meeting-2022-12-07-4b0998aeac7c7d9fd0d28eb7a8f19fe329fffea4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-12-07 - Cabinet of Commissioner Jutta Urpilainen x Nokia"],"date":["2022-12-07"],"summary":["Global Gateway"],"notes":["Portfolio: International Partnerships"],"location":["Videomeeting"],"address":["Videomeeting"],"addressEntity":["addr-1ba1e95e473c2a2a8d87e248e7615e7c71ba7b86"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["eu-tr-35167875358-33","ec-person-7204caa5e704bc4a911fee13ad5c0f62fd74b3bc"]}} -{"id":"ec-meeting-2022-12-07-59dcbe900e9294b234d5946731c93f1b38d2e588","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-12-07 - Cabinet of President Ursula von der Leyen x EUROPEAN AUSTRALIAN BUSINESS COUNCIL"],"date":["2022-12-07"],"summary":["EU-Australia FTA negotiations"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["eu-tr-56953548578-36","ec-person-43bdc9a00c5fc10765bc14b0ec57fc189bb5b091"]}} -{"id":"ec-meeting-2022-12-07-62bda181845d0e4fa3a01e3c56a2a1d5f889c731","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-12-07 - Cabinet of Commissioner Adina Vălean x Association des Constructeurs Européens d'Automobiles"],"date":["2022-12-07"],"summary":["Automotive transport"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["ec-person-cc0354fbf386eb83f57c00ad5240f1dddeeabab4","eu-tr-0649790813-47"]}} -{"id":"ec-meeting-2022-12-07-64b32e75ffe042d5d49a863f3fb2c5d964018285","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-12-07 - Cabinet of Vice-President Margaritis Schinas x Avisa Partners"],"date":["2022-12-07"],"summary":["- Debrief on Forum International de la Cybersécurité (FIC) advisory board\r\n- Next edition of FIC 2023 in Lille"],"notes":["Portfolio: Promoting the European Way of Life"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-margaritis-of-president-schinas-vice"],"involved":["ec-person-43f9f86cfe94e45a95f7fbdea9a59a54955ebcfa","ec-person-c8d1d7f3012c344bc60630eb456865390bddc7c5","eu-tr-54210841652-13"]}} -{"id":"ec-meeting-2022-12-07-77efdb29e0a2a919834394c78ab4505dda02d83b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-12-07 - Cabinet of Commissioner Virginijus Sinkevičius x Health & Environment Alliance"],"date":["2022-12-07"],"summary":["Follow-up on HEAL's stepping down from the High-Level Roundtable on the Chemicals Strategy"],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["eu-tr-00723343929-96","ec-person-df7b6800b8d3048e28fedb084a8b0b72260d7a0a"]}} -{"id":"ec-meeting-2022-12-07-7aa7daaff165fa6b19af275a7afdc4ee64701f16","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-12-07 - Cabinet of Vice-President Věra Jourová x SES S.A. FTI Consulting Belgium"],"date":["2022-12-07"],"summary":["EU sanctions on RT channels"],"notes":["Portfolio: Values and Transparency"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["eu-tr-93799097410-24","ec-person-aa83f35da599b82e4f15da018f4b3447eb648f7c","eu-tr-29896393398-67","ec-person-7e1aeaad9232c788ee790cdb309ccad8f9ffdc5e"]}} -{"id":"ec-meeting-2022-12-07-7f8cecb67d2c24a0de7e922429fc31e5782eadcc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-12-07 - Cabinet of Executive Vice-President Frans Timmermans x World Travel and Tourism Council"],"date":["2022-12-07"],"summary":["Sustainable tourism"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-022201744710-44","ec-person-d56ecbfde17436a136fc89c9a978b266e8285c84"]}} -{"id":"ec-meeting-2022-12-07-81e6e116ae7aa1e0b34e247242f9e452ec954ca9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-12-07 - Cabinet of Vice-President Dubravka Šuica x European Civic Forum Civil Society Europe"],"date":["2022-12-07"],"summary":["Meeting on Defence of democracy package"],"notes":["Portfolio: Democracy and Demography"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dubravka-of-president-suica-vice"],"involved":["ec-person-08d40344214e6573b5eb0480c1a338d5dde265bd","ec-person-2ea66ac99d83c7f0ff7dfcfd7d90f9416dc22e61","eu-tr-520775919740-63","eu-tr-981872117501-10"]}} -{"id":"ec-meeting-2022-12-07-92166890410ad28da4627d02213b45c8ccdf894f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-12-07 - Cabinet of Executive Vice-President Frans Timmermans x JPMorgan Chase & Co."],"date":["2022-12-07"],"summary":["Green Deal, sustainable finance"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-e88af8eb396e96e3dbc9b4ec6e40a348d26c389c","eu-tr-9171899949-17"]}} -{"id":"ec-meeting-2022-12-07-a13e7616b392997128004eef3acfbf7319f4255f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-12-07 - Cabinet of Commissioner Virginijus Sinkevičius x Metsäliitto Cooperative"],"date":["2022-12-07"],"summary":["EU forest policy, including in the proposal for a Nature Restoration Regulation"],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["eu-tr-962687110415-94","ec-person-df7b6800b8d3048e28fedb084a8b0b72260d7a0a"]}} -{"id":"ec-meeting-2022-12-07-b0b0cebf85050301760d69067e08ebb3aaab7381","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-12-07 - Cabinet of Executive Vice-President Valdis Dombrovskis x European Association for Business and Commerce"],"date":["2022-12-07"],"summary":["EU-Australia trade relations"],"notes":["Portfolio: An Economy that Works for People"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-f011ed0f7c78d833a79f1206f788e0cbd9cb8864","eu-tr-119324940698-95"]}} -{"id":"ec-meeting-2022-12-07-b741f86ebc7f5d5ec37f21d2a6600f08ccce2c1c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-12-07 - Cabinet of President Ursula von der Leyen x JPMorgan Chase & Co."],"date":["2022-12-07"],"summary":["European Green Deal, the energy situation and other financial-related aspects of the transition."],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-f2b941852d3b961d69ed695c2d243a1a2b4a1904","ec-person-907ffb425c752d7d7940f64fcfe219fe88b2f741","eu-tr-9171899949-17"]}} -{"id":"ec-meeting-2022-12-07-c4d443c42e88bfd359e4a1bb995e4d66218a1787","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-12-07 - Cabinet of President Ursula von der Leyen x BSA | The Software Alliance"],"date":["2022-12-07"],"summary":["EU’s Digital package"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-7019713e72781afb1f3b19032c4752a314b78180","eu-tr-75039383277-48"]}} -{"id":"ec-meeting-2022-12-07-c611c001ce60995257438a3af03a108f1e26ec2b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-12-07 - Agriculture and Rural Development x Proteon Pharmaceuticals S.A."],"date":["2022-12-07"],"summary":["Presenting the company, its technology and a pathway to unlocking the full potential of bacteriophages in Europe"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-agri"],"involved":["ec-person-94f7c6e6875fa76120558bda38f913792cc61934","eu-tr-471491246404-54"]}} -{"id":"ec-meeting-2022-12-07-d26645c8ace80ec3a810204eec025a58d0417a0f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-12-07 - Mobility and Transport x World Travel and Tourism Council"],"date":["2022-12-07"],"summary":["1) WTTC's role in the Travel and Tourism sector\r\n2) WTTC’s Global Summit"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-move"],"involved":["eu-tr-022201744710-44","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2022-12-07-d7b156372f5bddbdce284b8abcbe2938e7b2a64e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-12-07 - Cabinet of Executive Vice-President Frans Timmermans x Swappie"],"date":["2022-12-07"],"summary":["Circular economy transition, right to repair and refurbishing of electronic devices"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-929545245594-24","ec-person-8af3c81534786a740718d21dc58240738a53ed7b"]}} -{"id":"ec-meeting-2022-12-08-012fb2954a20fa5e6f32b6a2c1a130ce42792b2c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-12-08 - Cabinet of Commissioner Thierry Breton x ChargeUp Europe"],"date":["2022-12-08"],"summary":["Transition to zero-emission mobility; route35"],"notes":["Portfolio: Internal Market"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-987000037766-14","ec-person-6308dea893b9b1ca0dcd5b91b4a1ac4c2f3020ad"]}} -{"id":"ec-meeting-2022-12-08-0e03fb8253da8d768d725a0416891be3e6945784","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-12-08 - Cabinet of Executive Vice-President Valdis Dombrovskis x Environmental Justice Foundation"],"date":["2022-12-08"],"summary":["Trade and sustainable development; deforestation"],"notes":["Portfolio: An Economy that Works for People"],"location":["BERL"],"address":["BERL"],"addressEntity":["addr-29068eb05b9d80b44d8d8641e1747977b9ee048b"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-235870cd7eb41f2494f695fce18b5b5b88647113","eu-tr-817535514065-10"]}} -{"id":"ec-meeting-2022-12-08-124dcfbaaa4e72b58d0216e1a58f6316f70b10f9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-12-08 - Cabinet of Commissioner Thierry Breton x ELECTRICITE DE FRANCE"],"date":["2022-12-08"],"summary":["will follow"],"notes":["Portfolio: Internal Market"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["eu-tr-39966101835-69","ec-person-6308dea893b9b1ca0dcd5b91b4a1ac4c2f3020ad"]}} -{"id":"ec-meeting-2022-12-08-15ce3b27aad2d442674813f2d2bc7745997186e5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-12-08 - Cabinet of Vice-President Margaritis Schinas x European Business Summit Network"],"date":["2022-12-08"],"summary":["EU Health policies"],"notes":["Portfolio: Promoting the European Way of Life"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-margaritis-of-president-schinas-vice"],"involved":["ec-person-d5cada2a1a17537a675985af31e5ce07ae3bfd42","ec-person-180e5c5b13dac533a1241b0f9d78176c8bec3d51","eu-tr-268958411031-65"]}} -{"id":"ec-meeting-2022-12-08-1d41a4609f3d31352ff9b52b01c6f5ebf1265925","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-12-08 - Cabinet of Executive Vice-President Margrethe Vestager x Learlab s.r.l."],"date":["2022-12-08"],"summary":["Discussion about an invitation to an event."],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["online"],"address":["online"],"addressEntity":["addr-2dbc2fd2358e1ea1b7a6bc08ea647b9a337ac92d"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-537099648257-63","ec-person-bb1f295d8be3d10004d7e5fd7c24248a21215775"]}} -{"id":"ec-meeting-2022-12-08-5119593cd3590b99c4eee676e8234014c100f50a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-12-08 - Taxation and Customs Union x Dow Europe GmbH"],"date":["2022-12-08"],"summary":["Exchange on various carbon pricing schemes and CBAM"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-taxud"],"involved":["ec-person-9e42f316f38c8e126c2cd2bc84affb891338c7f3","eu-tr-38235121060-73"]}} -{"id":"ec-meeting-2022-12-08-612b037b7e2c651b580e5763cb5dcd25f83fc553","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-12-08 - Cabinet of Commissioner Adina Vălean x Shell Companies"],"date":["2022-12-08"],"summary":["ReFuelEU Aviation, FuelEU Maritime, AFIR"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["eu-tr-05032108616-26","ec-person-e5f1558cac43dd4f90847b508b6753edb0a9f903"]}} -{"id":"ec-meeting-2022-12-08-6b40f4a2f14b95700827225453fd4a2f23420179","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-12-08 - Cabinet of Executive Vice-President Valdis Dombrovskis x Bruegel"],"date":["2022-12-08"],"summary":["Current fiscal policy in the EU"],"notes":["Portfolio: An Economy that Works for People"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-95d6ecce9b8f3a7b167d0eac8e270fdce0665ccb","ec-person-3b28a0fe2132d3b1f8cef5b6fc7cdb7d191c57d0","ec-person-f011ed0f7c78d833a79f1206f788e0cbd9cb8864","eu-tr-458295331598-02"]}} -{"id":"ec-meeting-2022-12-08-81aeaee34bfe11c83f54983acdedd86d7ab9722e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-12-08 - Cabinet of Executive Vice-President Frans Timmermans x Institute for European Environmental Policy Institut du Développement Durable et des Relations Internationales WiseEuropa - Fundacja Warszawski Instytut Studiów Ekonomicznych i Europejskich"],"date":["2022-12-08"],"summary":["Implementation of the European Green Deal"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-8af3c81534786a740718d21dc58240738a53ed7b","eu-tr-044489445235-71","eu-tr-280213826950-29","eu-tr-934329423960-72"]}} -{"id":"ec-meeting-2022-12-08-91f1c2a0a622e6f52f4ae6f547ba80ef73a5218a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-12-08 - Cabinet of Commissioner Ylva Johansson x Proton AG"],"date":["2022-12-08"],"summary":["CSAM"],"notes":["Portfolio: Home Affairs"],"location":["EC"],"address":["EC"],"addressEntity":["addr-5b2fbd0d968f4666937afc1686c0535f96c71f49"],"organizer":["ec-cabinet-commissioner-johansson-of-ylva"],"involved":["ec-person-d3f97e069d9ff016d7b65052f6eb6b98500ec118","eu-tr-465728241017-36"]}} -{"id":"ec-meeting-2022-12-08-959fb06e210813e10e520fc91067c31e8a9bdc95","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-12-08 - Communications Networks, Content and Technology x Orange"],"date":["2022-12-08"],"summary":["General overview of current situation of telecoms markets"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-connect"],"involved":["eu-tr-76704342721-41","ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"]}} -{"id":"ec-meeting-2022-12-08-976109070eb9c0d2632b622baa49a943c3d6a3c1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-12-08 - Mobility and Transport x Shell Companies"],"date":["2022-12-08"],"summary":["Fit for 55"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-move"],"involved":["ec-person-26cdfacae671b09917bee1a91c91973941fa58a2","eu-tr-05032108616-26"]}} -{"id":"ec-meeting-2022-12-08-adc1a31115312287b7fd0b21769837dbffd9172f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-12-08 - Cabinet of Executive Vice-President Margrethe Vestager x Global Counsel Limited"],"date":["2022-12-08"],"summary":["Metaverse"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-590425913785-60","ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0"]}} -{"id":"ec-meeting-2022-12-08-b3ea39678d398fc79b5c455a120136a69a5016f0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-12-08 - Cabinet of President Ursula von der Leyen x Konrad-Adenauer-Stiftung"],"date":["2022-12-08"],"summary":["To discuss the latest developments of the war in Ukraine"],"notes":["Portfolio: President"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-a70a59f6ad1b3cbdb6b7d780429f7f940ad53fea","eu-tr-510151427278-94"]}} -{"id":"ec-meeting-2022-12-08-c2d43e37d8a5aaafacfde49608322019396219f3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-12-08 - Cabinet of Commissioner Elisa Ferreira x Institute for Erasmus Peace Solutions"],"date":["2022-12-08"],"summary":["Present the outline of a NEB Partners Initiative for the creation and building of a 'NEB University'."],"notes":["Portfolio: Cohesion and Reforms"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-elisa-ferreira-of"],"involved":["ec-person-edf08d46587dbb24d69133811963301459374fa8","eu-tr-139592748217-44"]}} -{"id":"ec-meeting-2022-12-08-c353a2348bae0b94cc411be1a5924a4b4205a53e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-12-08 - Cabinet of Vice-President Maroš Šefčovič x KIC InnoEnergy SE"],"date":["2022-12-08"],"summary":["The European Battery Alliance"],"notes":["Portfolio: Interinstitutional Relations and Foresight"],"location":["videoconference"],"address":["videoconference"],"addressEntity":["addr-92b2fbb928e012810d80d9ef1abe12027beee200"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-442becb1e681f03d9df1dc59e73ecf1336c48402","ec-person-d8af7eb5b715c9bd960f9661cb5170f8c6230853","ec-person-1f95be23689cd4ed0a26fe2980f760ccf2d55c1e","eu-tr-462849021886-85"]}} -{"id":"ec-meeting-2022-12-08-ec9680235b76091b3175c92698e2efa6d914e893","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-12-08 - Cabinet of Executive Vice-President Frans Timmermans x ChargeUp Europe"],"date":["2022-12-08"],"summary":["discussion on deploying charging infrastructure across Europe"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-7c876f4825f213b8adbedf089ccedfbc3b36d65b","eu-tr-987000037766-14"]}} -{"id":"ec-meeting-2022-12-08-f5dd2bccdfce73aa6b1005f66f82ccc31042be5b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-12-08 - Cabinet of Commissioner Adina Vălean x Transport and Environment (European Federation for Transport and Environment)"],"date":["2022-12-08"],"summary":["Truck CO2 proposal, new Critical Raw Materials act"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["ec-person-e5f1558cac43dd4f90847b508b6753edb0a9f903","eu-tr-58744833263-19"]}} -{"id":"ec-meeting-2022-12-09-06ff4dcfef86658a737da42406c3786e9fd119a7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-12-09 - Cabinet of Commissioner Janusz Wojciechowski x Bruegel"],"date":["2022-12-09"],"summary":["Speaker at the conference on food security \"European responses to global grain shortages as a result of Russia’s attack on Ukraine\""],"notes":["Portfolio: Agriculture"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["eu-tr-458295331598-02","ec-person-7869e6adc9c6329f8dea9a0fd02d998d8ffa57f6"]}} -{"id":"ec-meeting-2022-12-09-0af9721fca2cc3d8f88214add1f3d31497bd1be0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-12-09 - Cabinet of President Ursula von der Leyen x Amazon Europe Core SARL"],"date":["2022-12-09"],"summary":["New Internal Market Report which identifies specific policy initiatives that can help strengthening the Single Market"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-7019713e72781afb1f3b19032c4752a314b78180","eu-tr-366117914426-10"]}} -{"id":"ec-meeting-2022-12-09-27d066a5f40275c0db030d5fd81613ca1c2d0b7c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-12-09 - Financial Stability, Financial Services and Capital Markets Union x London Stock Exchange Group"],"date":["2022-12-09"],"summary":["CCPs, MiFIR"],"location":["Virtual meeting"],"address":["Virtual meeting"],"addressEntity":["addr-1f1f3f51a4da31a1ea5c1b4b21cbf52ad983224f"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-550494915045-08","ec-person-1fce211249673c35ee07a801ddee77ab24af8d54"]}} -{"id":"ec-meeting-2022-12-09-2cf40212a63699da307325702f880f6be8e8701d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-12-09 - Cabinet of Vice-President Věra Jourová x Freie Universität Berlin"],"date":["2022-12-09"],"summary":["Discussion about European policies in general"],"notes":["Portfolio: Values and Transparency"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["eu-tr-532660840601-45","ec-person-fb258e0188a5319bfaba3161382db43f5a85851f"]}} -{"id":"ec-meeting-2022-12-09-40e8b40e9465586def913be170d55cfab5df8284","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-12-09 - Cabinet of President Ursula von der Leyen x EBU-UER (European Broadcasting Union)"],"date":["2022-12-09"],"summary":["proposal for a Council Decision on WRC-23"],"notes":["Portfolio: President"],"location":["Brussels (VC)"],"address":["Brussels (VC)"],"addressEntity":["addr-7a7ab1034ef0b71e62ebf9a322dc5d9528505976"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-7019713e72781afb1f3b19032c4752a314b78180","eu-tr-93288301615-56"]}} -{"id":"ec-meeting-2022-12-09-737c7b4b034fb81585e9ad8a9bcde3c4b306aba2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-12-09 - Cabinet of Executive Vice-President Valdis Dombrovskis x Finnish Forest Industries Federation (Metsäteollisuus ry) Steptoe & Johnson LLP"],"date":["2022-12-09"],"summary":["Imports of Birch plywood of Russian origin to the EU market"],"notes":["Portfolio: An Economy that Works for People"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-25f4019e9babab3840cf9d6dbf9cb6994f2104fb","eu-tr-39671713910-36","eu-tr-596796520126-28"]}} -{"id":"ec-meeting-2022-12-09-a45a882faa906c46f6959a0fdbf0bd2db2d18231","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-12-09 - Cabinet of Commissioner Mairead Mcguinness x Steptoe & Johnson LLP Finnish Forest Industries Federation (Metsäteollisuus ry) UPM-Kymmene Oyj"],"date":["2022-12-09"],"summary":["Imports of Birch plywood of Russian origin to the EU market"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Online meeting"],"address":["Online meeting"],"addressEntity":["addr-9d833a1da3074efd384ee6bc2b108c1f5bb379e0"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-a5441c6a69a8a94fd64e02def60fcc6567f2c1d8","eu-tr-861194311863-31","eu-tr-39671713910-36","eu-tr-596796520126-28"]}} -{"id":"ec-meeting-2022-12-09-dc126d27c187c9c1afed36703d84cf47f6bde795","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-12-09 - Cabinet of Commissioner Nicolas Schmit x EUROPEAN TRADE UNION CONFEDERATION SMEunited aisbl BUSINESSEUROPE SGI Europe"],"date":["2022-12-09"],"summary":["Social Dialogue initiative."],"notes":["Portfolio: Jobs and Social Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-8eb18b6102d444937bc6af5822a6742812165b48","ec-person-4cf4655ab41922e92160325d987a3c4615c72d30","eu-tr-55820581197-35","eu-tr-3978240953-79","eu-tr-06698681039-26","ec-person-935314e38d735654cae8ee61313a3d73439b242d","ec-person-c03b949331dbbe5fa3d5423758e371ec1b9b832f","eu-tr-59513031434-92"]}} -{"id":"ec-meeting-2022-12-09-f56271f1d697bb201eaf20f413070b61b61de9c3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-12-09 - Cabinet of Commissioner Janusz Wojciechowski x Hague Corporate Affairs"],"date":["2022-12-09"],"summary":["Roundtable on the role of LATAM as essential food supplier to the EU"],"notes":["Portfolio: Agriculture"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["eu-tr-642553231622-95","ec-person-7869e6adc9c6329f8dea9a0fd02d998d8ffa57f6"]}} -{"id":"ec-meeting-2022-12-09-f8540d2def3311c11890def469264483a039fd3f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-12-09 - Cabinet of Commissioner Jutta Urpilainen x Suomen itsenäisyyden juhlarahasto"],"date":["2022-12-09"],"summary":["international partnerships"],"notes":["Portfolio: International Partnerships"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["eu-tr-582824527068-76","ec-person-9788b5f9ccd101dc091867a4496a5735ee7151d9"]}} -{"id":"ec-meeting-2022-12-09-f931acbf5b898cb394bf4962ccf3e8902eb76618","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-12-09 - Cabinet of Commissioner Nicolas Schmit x Energy Cities"],"date":["2022-12-09"],"summary":["The European Year of Skills, the NEETs (Not in Employment, Education or Training), the cities in transition."],"notes":["Portfolio: Jobs and Social Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["eu-tr-11514322965-05","ec-person-4cf4655ab41922e92160325d987a3c4615c72d30","ec-person-c03b949331dbbe5fa3d5423758e371ec1b9b832f"]}} -{"id":"ec-meeting-2022-12-11-8915f38a930d6caced43637adc2756b5061bf5f6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-12-11 - Cabinet of President Ursula von der Leyen x BUSINESSEUROPE European Round Table for Industry"],"date":["2022-12-11"],"summary":["Meeting with the CEOs from Business Europe and ERT (European Round Table for Industry)\r\nTopic: Implementation of Global Gateway"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-a2ac27c3a7aa93937efc47169c1dc2264a822175","eu-tr-3978240953-79","eu-tr-25487567824-45"]}} -{"id":"ec-meeting-2022-12-12-104add89ec4e1cf3af101dc9c3966d40dcad2d57","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-12-12 - Cabinet of President Ursula von der Leyen x Centre on Regulation in Europe"],"date":["2022-12-12"],"summary":["Global Governance for the Digital Ecosytems"],"notes":["Portfolio: President"],"location":["Brussels (Zoom)"],"address":["Brussels (Zoom)"],"addressEntity":["addr-e4bd3d2c76ca1d72b5352e26d781cf528ebb6e76"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-7019713e72781afb1f3b19032c4752a314b78180","eu-tr-041592911733-05"]}} -{"id":"ec-meeting-2022-12-12-15fb5bf7ea810521d551e93d213ff07a8d9327f9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-12-12 - Cabinet of Vice-President Věra Jourová x The German Marshall Fund of the United States - The Transatlantic Foundation"],"date":["2022-12-12"],"summary":["Defence of Democracy package"],"notes":["Portfolio: Values and Transparency"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["ec-person-74c07660dcbc6dc9993b34462cf2a1fec35925ea","ec-person-76793b3bad1c7471121c510a962aae356d19c30b","eu-tr-823171519707-31","ec-person-7e1aeaad9232c788ee790cdb309ccad8f9ffdc5e"]}} -{"id":"ec-meeting-2022-12-12-3c4bb13ba15270a60a309c180b06d88a2ca238ce","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-12-12 - Climate Action x Transport and Environment (European Federation for Transport and Environment)"],"date":["2022-12-12"],"summary":["Exchange on Fit for 55"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-clima"],"involved":["ec-person-9b22efca5a7cba901f8646c18a8854c47b21650d","eu-tr-58744833263-19"]}} -{"id":"ec-meeting-2022-12-12-62abdb9de01480c5dc5c9996eb395ce67b4b8c17","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-12-12 - Cabinet of Executive Vice-President Valdis Dombrovskis x HeidelbergCement AG"],"date":["2022-12-12"],"summary":["Recovery and Resilience facility"],"notes":["Portfolio: An Economy that Works for People"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["eu-tr-81970148701-15","ec-person-f011ed0f7c78d833a79f1206f788e0cbd9cb8864"]}} -{"id":"ec-meeting-2022-12-12-631c839113e1e89026d5cab7bd5b0b2121d1fb3a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-12-12 - Cabinet of Executive Vice-President Valdis Dombrovskis x Third Generation Environmentalism Ltd"],"date":["2022-12-12"],"summary":["Trade and climate"],"notes":["Portfolio: An Economy that Works for People"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-235870cd7eb41f2494f695fce18b5b5b88647113","eu-tr-07783117686-61"]}} -{"id":"ec-meeting-2022-12-12-7706cbd6265109cc562a1a34328aad8a02923848","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-12-12 - Cabinet of Commissioner Kadri Simson x Suomen sähkönkäyttäjät ry (Association of Energy Users in Finland)"],"date":["2022-12-12"],"summary":["Electricity Market Updated Model"],"notes":["Portfolio: Energy"],"location":["Video Conferencing"],"address":["Video Conferencing"],"addressEntity":["addr-e3b7413b2ac93be00b6bcff51fdc1374d67118bd"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["ec-person-d40f25b5cb5c0681854a4996da444478318f7e58","eu-tr-069250127054-82"]}} -{"id":"ec-meeting-2022-12-12-b60b0a09227c09d79f4aa4e52cb62b29234901f8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-12-12 - Cabinet of Commissioner Janusz Wojciechowski x Dr2 Consultants OrangeGas B.V."],"date":["2022-12-12"],"summary":["to exchange thoughts on how to further position renewable fuels such as biomethane as part of the solution"],"notes":["Portfolio: Agriculture"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["eu-tr-815198341125-92","ec-person-cafe030b6dad78a75143f7552c420481b30ebceb","eu-tr-85606455727-29"]}} -{"id":"ec-meeting-2022-12-12-b81a891370ef75a1d11679d9e75960341daca374","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-12-12 - Cabinet of Executive Vice-President Margrethe Vestager x InnoGlobal"],"date":["2022-12-12"],"summary":["digital education and skills"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["online"],"address":["online"],"addressEntity":["addr-2dbc2fd2358e1ea1b7a6bc08ea647b9a337ac92d"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-551316547939-21","ec-person-3da433aae105b13fe027e9c9b3dcac2c97029370"]}} -{"id":"ec-meeting-2022-12-12-c3eaff6bc77f2a29bf70a0baee7ea5923ed7921a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-12-12 - Trade x ASML Netherlands B.V."],"date":["2022-12-12"],"summary":["US export control measures, export controls on semi-conductor manufacturing equipment."],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-trade"],"involved":["ec-person-2045c2589da3988908fcfe731e8224e7e06a7c63","eu-tr-070028236358-54"]}} -{"id":"ec-meeting-2022-12-12-f43123b45d56ec266f69edeaf15442d3e0d47d73","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-12-12 - Cabinet of Executive Vice-President Margrethe Vestager x CMA CGM"],"date":["2022-12-12"],"summary":["Competition issues."],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-009433826675-55","ec-person-73fb1ddd279f8c6697a055567a2c09606006b875"]}} -{"id":"ec-meeting-2022-12-13-0d4ff146ee3ad330572dfff4686a2707b79977d4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-12-13 - Cabinet of Commissioner Mairead Mcguinness x WWF European Policy Programme"],"date":["2022-12-13"],"summary":["EU Regulatory consistency on Transition Plans"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-a5441c6a69a8a94fd64e02def60fcc6567f2c1d8","eu-tr-1414929419-24"]}} -{"id":"ec-meeting-2022-12-13-330b5448d2695f5e928b9ce941634eebea9c3eac","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-12-13 - Cabinet of Commissioner Jutta Urpilainen x European Sustainable Development Network Association"],"date":["2022-12-13"],"summary":["Global Gateway Strategy, Agenda 2030 and SDGs, EU Voluntary Review"],"notes":["Portfolio: International Partnerships"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["ec-person-7204caa5e704bc4a911fee13ad5c0f62fd74b3bc","eu-tr-770141548146-23","ec-person-7c4fa9cfb750b5b524c065180fcee1123b8df03e"]}} -{"id":"ec-meeting-2022-12-13-35222091a98e7376f80a574e0765969bb3787628","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-12-13 - Cabinet of Commissioner Olivér Várhelyi x Action and Protection League"],"date":["2022-12-13"],"summary":["EU strategy on combatting anti-Semitism and fostering Jewish life"],"notes":["Portfolio: Neighbourhood and Enlargement"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-of-oliver-varhelyi"],"involved":["ec-person-daf8ff1073a04b30d2f54219ecc93002ef3a684d","eu-tr-535881837338-55"]}} -{"id":"ec-meeting-2022-12-13-48aa274f96ef7bf078c29a70db21e11e399d60c9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-12-13 - Cabinet of Commissioner Adina Vălean x International Romani Union"],"date":["2022-12-13"],"summary":["Decarbonization of road transport"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["ec-person-e5f1558cac43dd4f90847b508b6753edb0a9f903","eu-tr-734954443461-71"]}} -{"id":"ec-meeting-2022-12-13-4d9c007b61c6b343d0f669139b91b45fcd98ecaa","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-12-13 - Cabinet of Executive Vice-President Margrethe Vestager x SAP"],"date":["2022-12-13"],"summary":["Defence"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-8b6db5c3c4611618ade59c6d0dadc21c962f0ee7","eu-tr-639117311617-01"]}} -{"id":"ec-meeting-2022-12-13-656aa23edb3658fd83b33de8d15b5f0c5bc2f3ad","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-12-13 - Financial Stability, Financial Services and Capital Markets Union x European Policy Centre"],"date":["2022-12-13"],"summary":["SEPA"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-fisma"],"involved":["eu-tr-89632641000-47","ec-person-1fce211249673c35ee07a801ddee77ab24af8d54"]}} -{"id":"ec-meeting-2022-12-13-6b941975afaffb3e20a3851a1c82fe06f0bd84df","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-12-13 - Cabinet of Commissioner Didier Reynders x Booking.com B.V."],"date":["2022-12-13"],"summary":["presentation by Booking of their efforts to enable greener choices in the travel sector, their Travel Sustainable Badge, empowering consumers in the green transition"],"notes":["Portfolio: Justice"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-didier-of-reynders"],"involved":["eu-tr-146537115285-34","ec-person-4cd0043747c40cfeaced5e4c68e43372cdb8dac9"]}} -{"id":"ec-meeting-2022-12-13-776611776b273e5593cdd888a8f25acf73e8bde0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-12-13 - Cabinet of Commissioner Mairead Mcguinness x The Great Collective AB (Insurely) Acumen Public Affairs"],"date":["2022-12-13"],"summary":["Open Finance Framework"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-0ba9b89127b39af6a66f2fc3ed727332f1b19a34","eu-tr-85679286747-21","eu-tr-377469547165-60"]}} -{"id":"ec-meeting-2022-12-13-79b05c6058259e20e3a7de52f4d4036994441a66","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-12-13 - Cabinet of Commissioner Mairead Mcguinness x Samsung Electronics Europe"],"date":["2022-12-13"],"summary":["CSRD"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Online meeting"],"address":["Online meeting"],"addressEntity":["addr-9d833a1da3074efd384ee6bc2b108c1f5bb379e0"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-a5441c6a69a8a94fd64e02def60fcc6567f2c1d8","eu-tr-40471017282-57"]}} -{"id":"ec-meeting-2022-12-13-804ff5c4cd763a36ce2c6a744023fd5154e2186b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-12-13 - Cabinet of Commissioner Mairead Mcguinness x FSR - danske revisorer The Danish Chamber of Commerce"],"date":["2022-12-13"],"summary":["reporting standards under the CSRD"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["eu-tr-0330934426-12","ec-person-0ba9b89127b39af6a66f2fc3ed727332f1b19a34","eu-tr-137714048277-05"]}} -{"id":"ec-meeting-2022-12-13-89ee209f127a18cb26c3d0f7cd82d4af7581b2ea","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-12-13 - Cabinet of Commissioner Thierry Breton x International Fragrance Association"],"date":["2022-12-13"],"summary":["Implementation of EU chemicals strategy for sustainability"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-6308dea893b9b1ca0dcd5b91b4a1ac4c2f3020ad","eu-tr-14130436110-87"]}} -{"id":"ec-meeting-2022-12-13-8b790e86d5247aa8bceea84cf86c16295cdd2ec1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-12-13 - Cabinet of Executive Vice-President Frans Timmermans x International Fragrance Association"],"date":["2022-12-13"],"summary":["Implementation of EU chemicals strategy for sustainability"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-8af3c81534786a740718d21dc58240738a53ed7b","eu-tr-14130436110-87"]}} -{"id":"ec-meeting-2022-12-13-981340ba2f5d290c5309debd242bf316075e8a08","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-12-13 - Cabinet of Vice-President Maroš Šefčovič x Norwegian University of Science and Technology"],"date":["2022-12-13"],"summary":["Preliminary discussion in view of two NTNU events in February and March 2023"],"notes":["Portfolio: Interinstitutional Relations and Foresight"],"location":["videoconference"],"address":["videoconference"],"addressEntity":["addr-92b2fbb928e012810d80d9ef1abe12027beee200"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-d8af7eb5b715c9bd960f9661cb5170f8c6230853","eu-tr-886395221039-89"]}} -{"id":"ec-meeting-2022-12-13-9aeed3ea6835052bb20f7131c56e833b2e680c37","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-12-13 - Cabinet of Executive Vice-President Frans Timmermans x Cargill"],"date":["2022-12-13"],"summary":["Sustainable food systems"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-33624431cbec1074e151c1707715ef46d2ba9565","eu-tr-01063261836-24"]}} -{"id":"ec-meeting-2022-12-13-a8bde82fc696750d6b046b5db41dff0a81102245","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-12-13 - Cabinet of Executive Vice-President Valdis Dombrovskis x American Chamber of Commerce to the European Union"],"date":["2022-12-13"],"summary":["Exchange of views on EU-US trade relationship"],"notes":["Portfolio: An Economy that Works for People"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-1d8581216d9aa7f26fa098a81e84ca61e0e3f261","eu-tr-5265780509-97"]}} -{"id":"ec-meeting-2022-12-13-a908f31c8c1683469b1b0f41d60c8f90d814abe7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-12-13 - Cabinet of Commissioner Thierry Breton x Transport and Environment (European Federation for Transport and Environment)"],"date":["2022-12-13"],"summary":["Preparation critical raw materials act; EU response to US IRA"],"notes":["Portfolio: Internal Market"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-6308dea893b9b1ca0dcd5b91b4a1ac4c2f3020ad","eu-tr-58744833263-19"]}} -{"id":"ec-meeting-2022-12-13-ac973e593c288727f0691c2e669e1f714df0be93","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-12-13 - Cabinet of Commissioner Mairead Mcguinness x European Energy Exchange AG Europex - Association of European Energy Exchanges"],"date":["2022-12-13"],"summary":["Market Correction Mechanism"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Online meeting"],"address":["Online meeting"],"addressEntity":["addr-9d833a1da3074efd384ee6bc2b108c1f5bb379e0"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["eu-tr-50679663522-75","ec-person-a5441c6a69a8a94fd64e02def60fcc6567f2c1d8","eu-tr-09579576238-53","ec-person-c7d8468d3870f7e4db534aa99b291f61e9d50404","ec-person-0ba9b89127b39af6a66f2fc3ed727332f1b19a34"]}} -{"id":"ec-meeting-2022-12-13-ad066cdf85b448c7e8599b3e2a78f38aacdda0cd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-12-13 - Cabinet of Executive Vice-President Valdis Dombrovskis x BUSINESSEUROPE"],"date":["2022-12-13"],"summary":["Trade and competitiveness of European businesses"],"notes":["Portfolio: An Economy that Works for People"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["eu-tr-3978240953-79","ec-person-f011ed0f7c78d833a79f1206f788e0cbd9cb8864"]}} -{"id":"ec-meeting-2022-12-13-b2adeb98b1a2d76bba1849dd4d05b3631d10ec1f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-12-13 - Cabinet of Commissioner Virginijus Sinkevičius x International Fragrance Association"],"date":["2022-12-13"],"summary":["Implementation of EU chemicals strategy for sustainability"],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["eu-tr-14130436110-87","ec-person-df7b6800b8d3048e28fedb084a8b0b72260d7a0a"]}} -{"id":"ec-meeting-2022-12-13-b5282ae3faba10ef6d1dbc83b6504cff85a0abe3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-12-13 - Cabinet of Commissioner Elisa Ferreira x Associação Técnica da Indústria de Cimento"],"date":["2022-12-13"],"summary":["Presentation of the challenges to the Portuguese Cement industry in the context of the decarbonisation of the economy"],"notes":["Portfolio: Cohesion and Reforms"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-commissioner-elisa-ferreira-of"],"involved":["eu-tr-297466129136-12","ec-person-6aefca8f66cd57549e22428bee7f0d2c97d16f52"]}} -{"id":"ec-meeting-2022-12-13-c13db6d75a50e469d5b5e4e3008436695db15caf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-12-13 - Cabinet of Executive Vice-President Frans Timmermans x European Refurbishment Association"],"date":["2022-12-13"],"summary":["Implementation of EU Circular Economy Action Plan and the challenges and opportunities for refurbishment sector"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-332404341982-26","ec-person-8af3c81534786a740718d21dc58240738a53ed7b"]}} -{"id":"ec-meeting-2022-12-13-c3eeb5d94be1c0fbcfafd3b33a724e9d663216f6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-12-13 - Cabinet of Executive Vice-President Valdis Dombrovskis x Samsung Electronics Europe"],"date":["2022-12-13"],"summary":["Critical Raw Materials Act, Forced Labour Product Prohibition Regulation, Directive on Corporate Sustainability Due Diligence"],"notes":["Portfolio: An Economy that Works for People"],"location":["video call"],"address":["video call"],"addressEntity":["addr-12d8c530d76da0b7745f9c0f9285e7eec97adc55"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-235870cd7eb41f2494f695fce18b5b5b88647113","ec-person-3520008ac93a203db50d106deafde939bc2729f1","eu-tr-40471017282-57"]}} -{"id":"ec-meeting-2022-12-13-d2a4fc1b4c7fc738d57210757e3cc594ee7855a8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-12-13 - Cabinet of Commissioner Helena Dalli x Center for Reproductive Rights, Inc."],"date":["2022-12-13"],"summary":["Initial findings on SRHR and GBV support needs of Ukraine refugees"],"notes":["Portfolio: Equality"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-dalli-helena-of"],"involved":["ec-person-d15c205cb9cbb310d2811039c0160c1de7c84638","eu-tr-200145833328-59"]}} -{"id":"ec-meeting-2022-12-13-d79810dde8f2a2d67fc5112f5823f9bdb98baa0b","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-12-13 - Cabinet of Executive Vice-President Valdis Dombrovskis x AXA"],"date":["2022-12-13"],"summary":["Sustainable finance"],"notes":["Portfolio: An Economy that Works for People"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-235870cd7eb41f2494f695fce18b5b5b88647113","eu-tr-36423781099-10"]}} -{"id":"ec-meeting-2022-12-13-df5dd47587573f1e1fd544acf1e825f8cda637a9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-12-13 - Cabinet of High Representative Josep Borrell Fontelles x Telefonica, S.A."],"date":["2022-12-13"],"summary":["Discussion regarding EU agenda with Latin America and the Caribbean (LAC) and the EU-Digital Alliance as well as European investments in the LAC region."],"notes":["Portfolio: High Representative of the Union for Foreign Affairs and Security Policy / Vice-President of the Commission"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-borrell-cabinet-fontelles-high-josep-of-representative"],"involved":["eu-tr-52431421-12","ec-person-6011e46c8012e503183082d132b7a43a8bc06cbe"]}} -{"id":"ec-meeting-2022-12-13-e3e8852435df58d6a8c935004c01fecc39525b78","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-12-13 - Cabinet of Commissioner Janusz Wojciechowski x European Fruit Juice Association"],"date":["2022-12-13"],"summary":["EU Packaging and Packaging Waste Regulation"],"notes":["Portfolio: Agriculture"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["eu-tr-410052929385-59","ec-person-cafe030b6dad78a75143f7552c420481b30ebceb"]}} -{"id":"ec-meeting-2022-12-13-f2092c3dc37b97ddc5f0949b7f6ea40cb0c8c231","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-12-13 - Cabinet of Commissioner Mairead Mcguinness x Bloomberg L.P."],"date":["2022-12-13"],"summary":["Climate Data Steering Committee/pilot phase of the Net Zero Data Public Utility"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Online meeting"],"address":["Online meeting"],"addressEntity":["addr-9d833a1da3074efd384ee6bc2b108c1f5bb379e0"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["eu-tr-214140728444-40","ec-person-2b9c589fb2354bd93067644d2c3d2c058d4c4cc9","ec-person-a5441c6a69a8a94fd64e02def60fcc6567f2c1d8"]}} -{"id":"ec-meeting-2022-12-14-27742b0eaeb90eb8de184d6184e30224d775ea2e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-12-14 - Cabinet of Commissioner Virginijus Sinkevičius x ARD-Verbindungsbüro Brüssel EBU-UER (European Broadcasting Union)"],"date":["2022-12-14"],"summary":["To discuss the EBU position concerning the upcoming WRC-23 and the future use of the Lower UHF band"],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["eu-tr-6774178922-55","ec-person-5d2fb692a102077260d7badef4a9f10132b72aee","eu-tr-93288301615-56"]}} -{"id":"ec-meeting-2022-12-14-32bded47977fe812b415343d4cdadf4eb597c538","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-12-14 - Cabinet of Commissioner Adina Vălean x International Association of Oil & Gas Producers Europe"],"date":["2022-12-14"],"summary":["Study \"Rebalancing Europe's gas supply\""],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["ec-person-e5f1558cac43dd4f90847b508b6753edb0a9f903","ec-person-267c5ab3ea5304fc6305ef321e214c9c1cd0f78e","eu-tr-3954187491-70"]}} -{"id":"ec-meeting-2022-12-14-47ba1ab4a435e79a1cdd1108ae83f3104612f122","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-12-14 - Cabinet of Commissioner Thierry Breton x European Chemical Industry Council"],"date":["2022-12-14"],"summary":["Chemicals strategy implementation; REACH; CLP; transition pathway"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-6308dea893b9b1ca0dcd5b91b4a1ac4c2f3020ad","eu-tr-64879142323-90"]}} -{"id":"ec-meeting-2022-12-14-51539d23854981dbae31165587342181c86ba9f9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-12-14 - Cabinet of Vice-President Věra Jourová x Defend Democracy"],"date":["2022-12-14"],"summary":["Defence of Democracy package"],"notes":["Portfolio: Values and Transparency"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["eu-tr-656334937846-80","ec-person-fb258e0188a5319bfaba3161382db43f5a85851f"]}} -{"id":"ec-meeting-2022-12-14-52c351d2ac82b3f5b3799d5a67690e4bd071bc5d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-12-14 - Cabinet of Commissioner Mairead Mcguinness x Western Union"],"date":["2022-12-14"],"summary":["PSD, instant payments, IBAN, remittances."],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-3a66109f0585c657edbe69190faa41919b50e05f","eu-tr-082250546728-83"]}} -{"id":"ec-meeting-2022-12-14-6358687db640b099ab69f8e2b74888cad908c65c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-12-14 - Cabinet of Commissioner Kadri Simson x GasNaturally"],"date":["2022-12-14"],"summary":["Discussion on the gas markets outlook"],"notes":["Portfolio: Energy"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["eu-tr-12847789685-76","ec-person-2fb98fc84d2cf8d481688eff3d47f7745ead3592"]}} -{"id":"ec-meeting-2022-12-14-695aa32da3b837d6054ba46c36e0dbe024eaef33","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-12-14 - Cabinet of President Ursula von der Leyen x Abodoo Limited"],"date":["2022-12-14"],"summary":["Year of Skills 2023"],"notes":["Portfolio: President"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["eu-tr-535247344998-75","ec-person-66d141295841bdd2d0679d93aae62e07580fcee5"]}} -{"id":"ec-meeting-2022-12-14-6f2e9c3ba201224e2e0636ae23cc35f985e84255","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-12-14 - Cabinet of Vice-President Margaritis Schinas x Center for Cybersecurity Policy and Law"],"date":["2022-12-14"],"summary":["EU-US cyber dialogue"],"notes":["Portfolio: Promoting the European Way of Life"],"location":["online meeting"],"address":["online meeting"],"addressEntity":["addr-b385bbe7e761556665e3696aa1bcfc817c2db583"],"organizer":["ec-cabinet-margaritis-of-president-schinas-vice"],"involved":["ec-person-43f9f86cfe94e45a95f7fbdea9a59a54955ebcfa","ec-person-c8d1d7f3012c344bc60630eb456865390bddc7c5","eu-tr-979376948413-46"]}} -{"id":"ec-meeting-2022-12-14-71e46fa0dbb802cabce670907f67c8e9f85d9442","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-12-14 - Cabinet of Commissioner Johannes Hahn x European Banking Federation"],"date":["2022-12-14"],"summary":["EU banking regulatory and supervisory framework"],"notes":["Portfolio: Budget and Administration"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hahn-johannes-of"],"involved":["ec-person-2c80606be696f31ebe1aa5792ddd7736e4674226","eu-tr-4722660838-23"]}} -{"id":"ec-meeting-2022-12-14-7db0d501faf6fc72e84df6a604b2860be2c40a4c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-12-14 - Cabinet of Vice-President Dubravka Šuica x Abodoo Limited"],"date":["2022-12-14"],"summary":["Meeting on European Start Up Village"],"notes":["Portfolio: Democracy and Demography"],"location":["Online"],"address":["Online"],"addressEntity":["addr-c3e839df608469149df1ef34a1c9bb26b62b5452"],"organizer":["ec-cabinet-dubravka-of-president-suica-vice"],"involved":["ec-person-2ea66ac99d83c7f0ff7dfcfd7d90f9416dc22e61","eu-tr-535247344998-75"]}} -{"id":"ec-meeting-2022-12-14-ed062d311c2e55980ec1529b4429c83ed60ae698","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-12-14 - Cabinet of Commissioner Janusz Wojciechowski x European farmers Landbrug & Fødevarer - Danish Agriculture and Food Council European agri-cooperatives"],"date":["2022-12-14"],"summary":["GMOs and NGTs"],"notes":["Portfolio: Agriculture"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["eu-tr-44856881231-49","eu-tr-1634450483-86","ec-person-625f8b4379f79adee4f15c6a0417a96bb5a5a403","ec-person-ae252fb0bbbad2440e31f70ccc19082b7ac65837","eu-tr-09586631237-74"]}} -{"id":"ec-meeting-2022-12-14-f57d537e1d0719eaee2648bf95e38ce3fc0f5d62","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-12-14 - Cabinet of Executive Vice-President Valdis Dombrovskis x European Chamber of Commerce Taiwan"],"date":["2022-12-14"],"summary":["- ECCT position paper\r\n- Taiwan's energy policy\r\n- Semiconductors\r\n- e-mobility\r\n- talent and skills"],"notes":["Portfolio: An Economy that Works for People"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-7e9813c16d805ee7ebea3ef6444f384bc32abaaa","eu-tr-012717123539-58"]}} -{"id":"ec-meeting-2022-12-14-f8540d2def3311c11890def469264483a039fd3f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-12-14 - Cabinet of Commissioner Jutta Urpilainen x Suomen itsenäisyyden juhlarahasto"],"date":["2022-12-14"],"summary":["EU Training and Development"],"notes":["Portfolio: International Partnerships"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["eu-tr-582824527068-76","ec-person-9788b5f9ccd101dc091867a4496a5735ee7151d9"]}} -{"id":"ec-meeting-2022-12-15-36fb85556cd0446fbb7b20a37545e816d44ba847","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-12-15 - Cabinet of Commissioner Kadri Simson x Orano"],"date":["2022-12-15"],"summary":["Uranium conversion and enrichment markets."],"notes":["Portfolio: Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["eu-tr-348369030395-22","ec-person-d40f25b5cb5c0681854a4996da444478318f7e58"]}} -{"id":"ec-meeting-2022-12-15-3766f74a78aaa72280c01137e398ca103d440caf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-12-15 - Cabinet of Executive Vice-President Margrethe Vestager x L'Oréal"],"date":["2022-12-15"],"summary":["preparation meeting between Hoc and L'oreal in January"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0","ec-person-3da433aae105b13fe027e9c9b3dcac2c97029370","eu-tr-02776221598-67"]}} -{"id":"ec-meeting-2022-12-15-3d2e57d715ae978ba3123185d4eeb5c59ab6b997","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-12-15 - Cabinet of Executive Vice-President Margrethe Vestager x France Industrie"],"date":["2022-12-15"],"summary":["Industrial Policies"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["online"],"address":["online"],"addressEntity":["addr-2dbc2fd2358e1ea1b7a6bc08ea647b9a337ac92d"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-60974102057-03","ec-person-0e93ebac9bad76e1351e0981f04e7ef88848f943"]}} -{"id":"ec-meeting-2022-12-15-4a3e33e9f043da4bc18c054622f3deb2c99dabaa","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-12-15 - Cabinet of Commissioner Ylva Johansson x Center for Reproductive Rights, Inc."],"date":["2022-12-15"],"summary":["Findings on SRHR and GBV support needs of Ukraine refugees"],"notes":["Portfolio: Home Affairs"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-cabinet-commissioner-johansson-of-ylva"],"involved":["ec-person-1cc1c011b9377e4d6f05577ee58ef3f7182c61b8","eu-tr-200145833328-59"]}} -{"id":"ec-meeting-2022-12-15-53327155b539f46aff9f5ab49c26c57e97309ecf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-12-15 - Cabinet of Vice-President Margaritis Schinas x Google"],"date":["2022-12-15"],"summary":["Cyber skills training / EU cyber academy"],"notes":["Portfolio: Promoting the European Way of Life"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-margaritis-of-president-schinas-vice"],"involved":["eu-tr-03181945560-59","ec-person-43f9f86cfe94e45a95f7fbdea9a59a54955ebcfa","ec-person-c8d1d7f3012c344bc60630eb456865390bddc7c5"]}} -{"id":"ec-meeting-2022-12-15-60963f701044d57550f7245f2e015e83936f407f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-12-15 - Cabinet of Executive Vice-President Valdis Dombrovskis x BPCE"],"date":["2022-12-15"],"summary":["Digital Euro"],"notes":["Portfolio: An Economy that Works for People"],"location":["video conference"],"address":["video conference"],"addressEntity":["addr-6dc12e3c97077db82f32184f24341ce370a445fd"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-235870cd7eb41f2494f695fce18b5b5b88647113","eu-tr-179370613236-62"]}} -{"id":"ec-meeting-2022-12-15-6d32bc320fe00bb63c2a03735a8dd8ca42c754e1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-12-15 - Cabinet of Executive Vice-President Valdis Dombrovskis x Association de l'Aviculture, de l'Industrie et du Commerce de Volailles dans les Pays de l'Union Europeenne asbl"],"date":["2022-12-15"],"summary":["Trade liberalisation with Ukraine"],"notes":["Portfolio: An Economy that Works for People"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["eu-tr-9803788883-16","ec-person-f011ed0f7c78d833a79f1206f788e0cbd9cb8864","ec-person-7433d96a6e6f46c9f9174db79ec61c387dffa509"]}} -{"id":"ec-meeting-2022-12-15-6fc769c8e688141a2d5be2858b2072cf249047f6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-12-15 - Cabinet of Commissioner Mairead Mcguinness x Fitch Ratings Ltd"],"date":["2022-12-15"],"summary":["ESG Ratings"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Online meeting"],"address":["Online meeting"],"addressEntity":["addr-9d833a1da3074efd384ee6bc2b108c1f5bb379e0"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-a5441c6a69a8a94fd64e02def60fcc6567f2c1d8","ec-person-0ba9b89127b39af6a66f2fc3ed727332f1b19a34","eu-tr-306336217445-16"]}} -{"id":"ec-meeting-2022-12-15-8f8a7495abc91035690bea7d5abb0abf075b92bd","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-12-15 - Cabinet of Vice-President Maroš Šefčovič x International Association of Oil & Gas Producers Europe"],"date":["2022-12-15"],"summary":["Discussion on strategic foresight"],"notes":["Portfolio: Interinstitutional Relations and Foresight"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-d8af7eb5b715c9bd960f9661cb5170f8c6230853","eu-tr-3954187491-70"]}} -{"id":"ec-meeting-2022-12-15-966750d8ef811430b1bca5c7370c38daa2ac8aa6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-12-15 - Cabinet of Vice-President Věra Jourová x Schibsted ASA"],"date":["2022-12-15"],"summary":["European Media Freedom Act"],"notes":["Portfolio: Values and Transparency"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-jourova-of-president-vera-vice"],"involved":["ec-person-aa83f35da599b82e4f15da018f4b3447eb648f7c","eu-tr-532331921544-33"]}} -{"id":"ec-meeting-2022-12-15-a8ac5074349d5114dc9dec0733abe90e02db8fe4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-12-15 - Cabinet of Executive Vice-President Frans Timmermans x Teneo Brussels"],"date":["2022-12-15"],"summary":["COP27 and Fit for 55"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-4d24ceb9e6bdaabe394d1506aa601a9ce9d0e59b","ec-person-f8efd5ca1c3794aa2954d6b5f54ff94f015fba20","eu-tr-91124993695-29"]}} -{"id":"ec-meeting-2022-12-15-d5bf1b84a9595ff8fd4c9915435a90b258ef40ef","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-12-15 - Cabinet of Commissioner Mairead Mcguinness x European Federation of Investors and Financial Services Users"],"date":["2022-12-15"],"summary":["Retail investment Strategy, Sustainable finance, CMU."],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["eu-tr-24633926420-79","ec-person-3a66109f0585c657edbe69190faa41919b50e05f","ec-person-a5441c6a69a8a94fd64e02def60fcc6567f2c1d8","ec-person-c7d8468d3870f7e4db534aa99b291f61e9d50404","ec-person-0ba9b89127b39af6a66f2fc3ed727332f1b19a34","ec-person-00f66582d8581f7480e12525027b5a1ee9b22f07"]}} -{"id":"ec-meeting-2022-12-15-eba1ded7b3f57ed13920db374e76826004bb08a4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-12-15 - Cabinet of Vice-President Maroš Šefčovič x Bundesvereinigung der Deutschen Arbeitgeberverbände e.V."],"date":["2022-12-15"],"summary":["Better Regulation"],"notes":["Portfolio: Interinstitutional Relations and Foresight"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["ec-person-1463c77b5664bbf9e5ec22aaf41872b7b6823702","eu-tr-7749519702-29"]}} -{"id":"ec-meeting-2022-12-16-000348df6a0f35ac398278e5713a92cdbc921d71","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-12-16 - Cabinet of Commissioner Olivér Várhelyi x Federation of Catholic Family Associations in Europe"],"date":["2022-12-16"],"summary":["Situation of the youth and young families in the Western Balkans"],"notes":["Portfolio: Neighbourhood and Enlargement"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-of-oliver-varhelyi"],"involved":["eu-tr-509209111889-44","ec-person-6a09d49da9b84e5e1462528d44fa268cc67ef0ac"]}} -{"id":"ec-meeting-2022-12-16-3d82efdc046599eba4121aeef922efc1a7bc9a3a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-12-16 - Cabinet of Commissioner Jutta Urpilainen x The Guild of European Research-Intensive Universities"],"date":["2022-12-16"],"summary":["Cooperation and Team Europe approach in the areas of education, innovation and research."],"notes":["Portfolio: International Partnerships"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["ec-person-6357f4506ca5351b3a822936612fd6006da48722","ec-person-b5a90dd5ba1c715a3e7923281f7a6ae9975796d8","eu-tr-265942623347-90"]}} -{"id":"ec-meeting-2022-12-16-5dd3896845746fd939f540024f50367138bfb958","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-12-16 - Cabinet of Executive Vice-President Frans Timmermans x ICLEI - Local Governments for Sustainability European Secretariat"],"date":["2022-12-16"],"summary":["Sustainable food systems"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-064034733055-88","ec-person-33624431cbec1074e151c1707715ef46d2ba9565"]}} -{"id":"ec-meeting-2022-12-16-6db55e18438dbc5435138a8f78ebd108f1b38747","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-12-16 - Cabinet of Vice-President Maroš Šefčovič x Rud Pedersen Public Affairs Brussels Arup BV"],"date":["2022-12-16"],"summary":["Discussion on strategic foresight"],"notes":["Portfolio: Interinstitutional Relations and Foresight"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-726765246422-63","ec-person-d8af7eb5b715c9bd960f9661cb5170f8c6230853","eu-tr-165838227131-07"]}} -{"id":"ec-meeting-2022-12-16-ed0e7e795c70ec2ea2c5afcbbf418af4b8c94594","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-12-16 - Cabinet of President Ursula von der Leyen x EUROPEAN TRADE UNION CONFEDERATION"],"date":["2022-12-16"],"summary":["Ccontinuing and reinforcing the cooperation between the ETUC and European Commission"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-66d141295841bdd2d0679d93aae62e07580fcee5","eu-tr-06698681039-26"]}} -{"id":"ec-meeting-2022-12-19-0e2cce82d01a865c9401d890579836614e59b772","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-12-19 - Cabinet of Commissioner Virginijus Sinkevičius x SumOfUs"],"date":["2022-12-19"],"summary":["Implementation of the commitment in the Chemicals Strategy to ban the export of hazardous chemicals not authorised in the EU"],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["eu-tr-884107633752-88","ec-person-df7b6800b8d3048e28fedb084a8b0b72260d7a0a"]}} -{"id":"ec-meeting-2022-12-19-17c5db630fc5c00e55b8610496bc81c1bb4956b9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-12-19 - Cabinet of Executive Vice-President Margrethe Vestager x None"],"date":["2022-12-19"],"summary":["Critical raw material"],"notes":["Portfolio: Europe Fit for Digital Age"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"involved":["eu-tr-374860614091-68","eu-tr-62722978644-95","ec-person-0e93ebac9bad76e1351e0981f04e7ef88848f943","eu-tr-482997418651-48"]}} -{"id":"ec-meeting-2022-12-19-782eadce2ea6a17b3be95d33cdfe04689b9b706e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-12-19 - Cabinet of Commissioner Ylva Johansson x None"],"date":["2022-12-19"],"summary":["critical raw materials"],"notes":["Portfolio: Home Affairs"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-johansson-of-ylva"],"involved":["eu-tr-419925437896-51","ec-person-31b127e72e9dd30ce85ff2b475ac65d28d7dc48d","eu-tr-374860614091-68","eu-tr-482997418651-48"]}} -{"id":"ec-meeting-2022-12-19-92c234e21284d61881309dbd157ce42247c1aa58","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-12-19 - Cabinet of Commissioner Virginijus Sinkevičius x L'Oréal"],"date":["2022-12-19"],"summary":["Prep-meeting to prepare the meeting between Cssr and L’Oréal CEO on the Chemicals Strategy for Sustainability"],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["eu-tr-02776221598-67","ec-person-df7b6800b8d3048e28fedb084a8b0b72260d7a0a"]}} -{"id":"ec-meeting-2022-12-19-aa17756162e20840011eb45ec109c4b80b4772f8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-12-19 - Cabinet of Commissioner Thierry Breton x European Council of the Paint, Printing Ink and Artists' Colours Industry"],"date":["2022-12-19"],"summary":["Chemicals strategy implementation; REACH; CLP; transition pathway"],"notes":["Portfolio: Internal Market"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-6308dea893b9b1ca0dcd5b91b4a1ac4c2f3020ad","eu-tr-47031804648-91"]}} -{"id":"ec-meeting-2022-12-19-b2e2d8496dd97159780da9801aec3b842f8c0d92","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-12-19 - Cabinet of Commissioner Virginijus Sinkevičius x Transport and Environment (European Federation for Transport and Environment)"],"date":["2022-12-19"],"summary":["EU Zero Pollution commitments and the review of the heavy-duty vehicle CO2 standards"],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["eu-tr-58744833263-19","ec-person-df7b6800b8d3048e28fedb084a8b0b72260d7a0a"]}} -{"id":"ec-meeting-2022-12-19-be6f6d0e65829466cf7190fe8097962e7ee1c3ef","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-12-19 - Cabinet of Executive Vice-President Valdis Dombrovskis x EU-China Business Association"],"date":["2022-12-19"],"summary":["EU-China economic and trade relations\r\nSupply chain resilience\r\nWTO reform"],"notes":["Portfolio: An Economy that Works for People"],"location":["BXL"],"address":["BXL"],"addressEntity":["addr-d2fde52f67ea4a3e1fe233d0a959d6a1c77fd910"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["eu-tr-061911948415-37","ec-person-9e7bd1005456277f156b671d1555c6a460fb2f58"]}} -{"id":"ec-meeting-2022-12-19-c9c25ace10dbbdab49ab2cb9d3d058b35a81408c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-12-19 - Cabinet of Commissioner Nicolas Schmit x SGI Europe EUROCHAMBRES – Association of European Chambers of Commerce and Industry BUSINESSEUROPE SMEunited aisbl EUROPEAN TRADE UNION CONFEDERATION"],"date":["2022-12-19"],"summary":["The European Partnership for Integration to support the labour market integration of third-country nationals and people fleeing Russia's war of aggression against Ukraine."],"notes":["Portfolio: Jobs and Social Rights"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-66fa2c2d100ec194caa42b5c6f97c36e2748b71c","eu-tr-55820581197-35","eu-tr-3978240953-79","eu-tr-06698681039-26","eu-tr-0014082722-83","ec-person-c03b949331dbbe5fa3d5423758e371ec1b9b832f","eu-tr-59513031434-92"]}} -{"id":"ec-meeting-2022-12-19-cbd538f040c7f41d1724363132e6316eb423472a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-12-19 - Cabinet of Commissioner Mairead Mcguinness x Energy Co-operatives Ireland Ltd"],"date":["2022-12-19"],"summary":["Update on the Valentia Energy Co-op"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Online meeting"],"address":["Online meeting"],"addressEntity":["addr-9d833a1da3074efd384ee6bc2b108c1f5bb379e0"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-a5441c6a69a8a94fd64e02def60fcc6567f2c1d8","eu-tr-793944944545-14","ec-person-c7d8468d3870f7e4db534aa99b291f61e9d50404"]}} -{"id":"ec-meeting-2022-12-19-ea4254d1c410a087bcf0a8ff1da6cc6d05356b0e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-12-19 - Cabinet of Commissioner Virginijus Sinkevičius x WWF European Policy Programme Stichting BirdLife Europe"],"date":["2022-12-19"],"summary":["The Habitats Directive and the protection status of the wolf in Europe"],"notes":["Portfolio: Environment, Oceans and Fisheries"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"involved":["eu-tr-1083162721-43","eu-tr-1414929419-24","ec-person-df7b6800b8d3048e28fedb084a8b0b72260d7a0a"]}} -{"id":"ec-meeting-2022-12-19-efba5864401b838dab5f52ee04a70b358824b952","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-12-19 - Cabinet of Commissioner Thierry Breton x BUSINESSEUROPE"],"date":["2022-12-19"],"summary":["Energy crisis; EU response to US IRA"],"notes":["Portfolio: Internal Market"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-6308dea893b9b1ca0dcd5b91b4a1ac4c2f3020ad","eu-tr-3978240953-79"]}} -{"id":"ec-meeting-2022-12-20-07ae368d3246b960510ab01f29ac342d06c710de","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-12-20 - Cabinet of Vice-President Maroš Šefčovič x None"],"date":["2022-12-20"],"summary":["EU Energy Platform; Bulgargaz, SPP, EPH, DEPA, Geoplin, Eesti Gaas, Enovos, DEFA, Conexus Baltic Grid, GOGC participated as well."],"notes":["Portfolio: Interinstitutional Relations and Foresight"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-maros-of-president-sefcovic-vice"],"involved":["eu-tr-236409524439-34","eu-tr-095370347921-55","eu-tr-05032108616-26","eu-tr-4447605981-76","eu-tr-94274031992-65","eu-tr-284336314886-25","eu-tr-317875637967-07","eu-tr-769349815543-90","ec-person-1f95be23689cd4ed0a26fe2980f760ccf2d55c1e","ec-person-442becb1e681f03d9df1dc59e73ecf1336c48402","eu-tr-867306231644-34","eu-tr-383742140714-91","eu-tr-759978215122-11","eu-tr-1849405799-88","eu-tr-105450620110-21","eu-tr-959972115771-67","eu-tr-90947457424-20","eu-tr-870817015429-80","eu-tr-29967294656-11","eu-tr-67833029261-54","eu-tr-69240395197-02"]}} -{"id":"ec-meeting-2022-12-20-15bf8ea0d506c78510362303ec01ec4eb28ab7a2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-12-20 - Energy x None"],"date":["2022-12-20"],"summary":["Energy Platform. Bulgargaz, SPP, EPH, DEPA, Geoplin, Eesti Gaas, Enovos, DEFA, Conexus Baltic Grid and GOGC participated as well."],"location":["videoconference"],"address":["videoconference"],"addressEntity":["addr-92b2fbb928e012810d80d9ef1abe12027beee200"],"organizer":["ec-dg-ener"],"involved":["eu-tr-236409524439-34","eu-tr-095370347921-55","eu-tr-05032108616-26","eu-tr-4447605981-76","ec-person-9c0f33ecb9f6badd5f4b5f1a4bd7677e18a52a22","eu-tr-94274031992-65","eu-tr-284336314886-25","eu-tr-317875637967-07","eu-tr-769349815543-90","eu-tr-867306231644-34","eu-tr-383742140714-91","eu-tr-759978215122-11","eu-tr-1849405799-88","eu-tr-105450620110-21","eu-tr-959972115771-67","eu-tr-90947457424-20","eu-tr-870817015429-80","eu-tr-29967294656-11","eu-tr-67833029261-54","eu-tr-69240395197-02"]}} -{"id":"ec-meeting-2022-12-20-4c22b2aecf08ed254f06cb5668f8eac182d7c254","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-12-20 - Cabinet of Executive Vice-President Frans Timmermans x NGVA Europe eFuel Alliance European Association Automotive Suppliers FuelsEurope International Road Transport Union Permanent Delegation to the EU"],"date":["2022-12-20"],"summary":["CO2 standards trucks and buses"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-41802525291-86","eu-tr-91408765797-03","ec-person-d56ecbfde17436a136fc89c9a978b266e8285c84","eu-tr-1119946481-54","eu-tr-26207914726-42","eu-tr-312446938719-11"]}} -{"id":"ec-meeting-2022-12-20-81f4ec860236e3f1fe434baa0872c2f72143e3d5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-12-20 - Cabinet of Executive Vice-President Frans Timmermans x Association des Constructeurs Européens d'Automobiles"],"date":["2022-12-20"],"summary":["Co2 standards trucks and buses"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-d56ecbfde17436a136fc89c9a978b266e8285c84","eu-tr-0649790813-47"]}} -{"id":"ec-meeting-2022-12-20-a7170251fdd1bc824219db2dd2dbe751e8fef243","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-12-20 - Cabinet of Commissioner Janez Lenarčič x Norwegian Refugee Council Europe"],"date":["2022-12-20"],"summary":["Humanitarian assistance / sanctions"],"notes":["Portfolio: Crisis Management"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-janez-lenarcic-of"],"involved":["eu-tr-750447615329-96","ec-person-a6cd325c80698b2331699224c780ebfb10573602"]}} -{"id":"ec-meeting-2022-12-20-c0a5cd5edc228d1cda896f424e075d07077352e7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-12-20 - Regional and Urban Policy x Breakthrough Energy Catalyst Foundation"],"date":["2022-12-20"],"summary":["EU funding for the energy transition over 2021-27"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-regio"],"involved":["ec-person-3bc647761a4c1a96c0e7b4c3729d7408a61558b0","eu-tr-424103441763-49"]}} -{"id":"ec-meeting-2022-12-20-c13b7c0d954e0062f45949888bfce992d1b0e3a5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-12-20 - Energy x Eni S.p.A."],"date":["2022-12-20"],"summary":["Methane emissions and joint purchasing"],"location":["videoconference"],"address":["videoconference"],"addressEntity":["addr-92b2fbb928e012810d80d9ef1abe12027beee200"],"organizer":["ec-dg-ener"],"involved":["eu-tr-99578067285-35","ec-person-9c0f33ecb9f6badd5f4b5f1a4bd7677e18a52a22"]}} -{"id":"ec-meeting-2022-12-20-c515e5f3a53d44f9cc64c3d51d8dbc3018d556bf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-12-20 - Cabinet of Executive Vice-President Valdis Dombrovskis x Northvolt"],"date":["2022-12-20"],"summary":["European battery value chain - US Inflation Reduction Act"],"notes":["Portfolio: An Economy that Works for People"],"location":["video call"],"address":["video call"],"addressEntity":["addr-12d8c530d76da0b7745f9c0f9285e7eec97adc55"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["eu-tr-278373226442-94","ec-person-9e7bd1005456277f156b671d1555c6a460fb2f58"]}} -{"id":"ec-meeting-2022-12-20-d62ed5c6dac2710a8836e2d965e791537f788744","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-12-20 - Cabinet of Executive Vice-President Frans Timmermans x European Passengers' Federation"],"date":["2022-12-20"],"summary":["Multimodal ticketing"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-532739823521-44","ec-person-d56ecbfde17436a136fc89c9a978b266e8285c84"]}} -{"id":"ec-meeting-2022-12-20-ef8100e72cd183157e9104d186675d139187fdec","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-12-20 - Cabinet of Executive Vice-President Frans Timmermans x Bureau Européen des Unions de Consommateurs"],"date":["2022-12-20"],"summary":["Implementation of EU ecodesign rules and matters related to necessary resources"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-9505781573-45","ec-person-8af3c81534786a740718d21dc58240738a53ed7b"]}} -{"id":"ec-meeting-2022-12-21-766e5b30adbcdd161e5c5a2f191606ee9b88e06c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-12-21 - Directorate-General for International Partnerships x Friends of Europe"],"date":["2022-12-21"],"summary":["discussion with the Steering Group; end of the contract; the deliverables and lessons learned to be taken into account for the next cycle/contract."],"location":["online"],"address":["online"],"addressEntity":["addr-2dbc2fd2358e1ea1b7a6bc08ea647b9a337ac92d"],"organizer":["ec-dg-intpa"],"involved":["eu-tr-99436366768-45","ec-person-afe6f55069d2cc5483157e138e41abd63140fdd8"]}} -{"id":"ec-meeting-2022-12-21-893bb743890169b0cfdbe2100f8ba9f6fd6116e2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-12-21 - Competition x ENGIE"],"date":["2022-12-21"],"summary":["discussion on gas and electricity matters that falls in COMP competences"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-comp"],"involved":["ec-person-f257bc19c568ad25083c1c1e1651426245cefedf","eu-tr-90947457424-20"]}} -{"id":"ec-meeting-2022-12-21-cba2c1422e59b6ef5e04ef53455b809a66d6e967","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-12-21 - Cabinet of Executive Vice-President Frans Timmermans x SPARK"],"date":["2022-12-21"],"summary":["DIHAD conference - Energy and Aid/Development"],"notes":["Portfolio: European Green Deal"],"location":["video call"],"address":["video call"],"addressEntity":["addr-12d8c530d76da0b7745f9c0f9285e7eec97adc55"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-940105543030-75","ec-person-ef3e882499136b48d744f4751cee95c0f8866078"]}} -{"id":"ec-meeting-2022-12-21-f99fce27e3dbfdb0437a39ff738634362d44b9b8","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2022-12-21 - Directorate-General for International Partnerships x ACCIONA, S.A."],"date":["2022-12-21"],"summary":["Presentation of the company’s business profile and potential areas of convergence with Global Gateway."],"location":["online"],"address":["online"],"addressEntity":["addr-2dbc2fd2358e1ea1b7a6bc08ea647b9a337ac92d"],"organizer":["ec-dg-intpa"],"involved":["eu-tr-451019811573-55","ec-person-afe6f55069d2cc5483157e138e41abd63140fdd8"]}} -{"id":"ec-meeting-2023-01-05-c482cfba321f25d5c3804b8b0a836731adc6fb64","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2023-01-05 - Cabinet of Commissioner Adina Vălean x GETLINK"],"date":["2023-01-05"],"summary":["Upcoming implementation of the Entry/Exit System (EES) Regulation"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["ec-person-fc3be846753d8ee60758ebedb7309dcf08aea52e","eu-tr-092337815041-92"]}} -{"id":"ec-meeting-2023-01-06-ad0bdaa7c7c47aac020fd6da55cfbd2939c370bf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2023-01-06 - Cabinet of Commissioner Johannes Hahn x BUSINESSEUROPE"],"date":["2023-01-06"],"summary":["EU Budget and impact on social partners"],"notes":["Portfolio: Budget and Administration"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hahn-johannes-of"],"involved":["ec-person-a3674866c760605fc38abed4dffd3f94f2c83d64","eu-tr-3978240953-79"]}} -{"id":"ec-meeting-2023-01-09-28e62e2b9c5d579c2e036a6aa71d09aa1a3f06b2","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2023-01-09 - Research and Innovation x Coalition for Epidemic Preparedness Innovations"],"date":["2023-01-09"],"summary":["Meeting with CEO of the Coalition for Epidemic Preparedness Innovations (CEPI)."],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-rtd"],"involved":["eu-tr-852523338633-03","ec-person-21e7c4128517e637666af6796b09ff2cb8a40848"]}} -{"id":"ec-meeting-2023-01-09-503c7a49dcf93a6a755e508d4e471d687c294f57","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2023-01-09 - Cabinet of High Representative Josep Borrell Fontelles x European Union Chamber of Commerce in China"],"date":["2023-01-09"],"summary":["The meeting was with Mr Joerg Wuttke, the President of EUCCC and his team. They exchange views on China’s economic and political situation as well as prospects for EU-China relations."],"notes":["Portfolio: High Representative of the Union for Foreign Affairs and Security Policy / Vice-President of the Commission"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-borrell-cabinet-fontelles-high-josep-of-representative"],"involved":["eu-tr-592343015058-67","ec-person-6dfeddd1737aa9e4f44857147527fc2a19623e67"]}} -{"id":"ec-meeting-2023-01-09-56d5f9bffd8773cbc21c825d5d747c378f790beb","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2023-01-09 - Cabinet of Commissioner Mairead Mcguinness x Gesamtverband der Deutschen Versicherungswirtschaft e.V."],"date":["2023-01-09"],"summary":["Retail Investment Strategy."],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Virtual meeting"],"address":["Virtual meeting"],"addressEntity":["addr-1f1f3f51a4da31a1ea5c1b4b21cbf52ad983224f"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-3a66109f0585c657edbe69190faa41919b50e05f","eu-tr-6437280268-55"]}} -{"id":"ec-meeting-2023-01-09-939bf847c9ec9db9af0c3dc2ffa69d89c72da16f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2023-01-09 - Cabinet of Executive Vice-President Valdis Dombrovskis x Gesamtverband der Deutschen Versicherungswirtschaft e.V."],"date":["2023-01-09"],"summary":["Retail Investment Strategy"],"notes":["Portfolio: An Economy that Works for People"],"location":["video conference"],"address":["video conference"],"addressEntity":["addr-6dc12e3c97077db82f32184f24341ce370a445fd"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-235870cd7eb41f2494f695fce18b5b5b88647113","eu-tr-6437280268-55"]}} -{"id":"ec-meeting-2023-01-09-fb6470aa86c795262b7816a8ca68d10a2c55b89a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2023-01-09 - Cabinet of Executive Vice-President Valdis Dombrovskis x Platform of European Social NGOs"],"date":["2023-01-09"],"summary":["Economic Governance Review"],"notes":["Portfolio: An Economy that Works for People"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["eu-tr-85083981189-35","ec-person-3b28a0fe2132d3b1f8cef5b6fc7cdb7d191c57d0","ec-person-95d6ecce9b8f3a7b167d0eac8e270fdce0665ccb"]}} -{"id":"ec-meeting-2023-01-10-0baa68a05aa3d0dd0d65a65ff40376ef5fc62472","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2023-01-10 - Cabinet of Commissioner Didier Reynders x TikTok Technology Ltd"],"date":["2023-01-10"],"summary":["Code of conduct on hate speech, data protection, consumers protection"],"notes":["Portfolio: Justice"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-didier-of-reynders"],"involved":["ec-person-50f9cba2282e1d03395cdd0faf9ce6e9a2ff3104","ec-person-1e25399e2267734c5f4c69093d2286c8898ee9f0","ec-person-442bf1ae9900b999673cdd7389224d0e21b67d4d","eu-tr-165202837974-32"]}} -{"id":"ec-meeting-2023-01-10-1010d4bc10fde888759606ee761e4799350cdfa6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2023-01-10 - Cabinet of Executive Vice-President Valdis Dombrovskis x Transport and Environment (European Federation for Transport and Environment)"],"date":["2023-01-10"],"summary":["EU battery production and electric vehicles, IRA, critical raw materials"],"notes":["Portfolio: An Economy that Works for People"],"location":["video - conference"],"address":["video - conference"],"addressEntity":["addr-2eb5d3b5d5bafbd0329beffa547939a5fa3646a2"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-3520008ac93a203db50d106deafde939bc2729f1","eu-tr-58744833263-19"]}} -{"id":"ec-meeting-2023-01-10-58cce82d81e644c1c1d9c8a7c6a4c277b939739e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2023-01-10 - Cabinet of Executive Vice-President Valdis Dombrovskis x European Union Chamber of Commerce in China"],"date":["2023-01-10"],"summary":["- EU and China trade and economic relations: latest developments\r\n- Macroeconomic developments in China\r\n- Lifting of covid19 measures in China\r\n- European SMEs in China\r\n- Potential for EU-China cooperation on energy transition"],"notes":["Portfolio: An Economy that Works for People"],"location":["Bruxelles"],"address":["Bruxelles"],"addressEntity":["addr-b58f5927b66d94a676970dc048485d4c6848f272"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["eu-tr-592343015058-67","ec-person-9e7bd1005456277f156b671d1555c6a460fb2f58"]}} -{"id":"ec-meeting-2023-01-10-7b4b092c299672b10e285532efed1e9161e67d19","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2023-01-10 - Cabinet of Commissioner Ylva Johansson x TikTok Technology Ltd"],"date":["2023-01-10"],"summary":["CSA, TCO and radicalization online"],"notes":["Portfolio: Home Affairs"],"location":["CAB Johansson meeting room"],"address":["CAB Johansson meeting room"],"addressEntity":["addr-ba4ea202ac39cf11a7cc0765cc8549da38f206b3"],"organizer":["ec-cabinet-commissioner-johansson-of-ylva"],"involved":["ec-person-31b127e72e9dd30ce85ff2b475ac65d28d7dc48d","eu-tr-165202837974-32"]}} -{"id":"ec-meeting-2023-01-10-7e9918fc3e06b0e23b25acdcbaa17708fcacd496","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2023-01-10 - Cabinet of Executive Vice-President Valdis Dombrovskis x Bundesverband deutscher Banken e.V."],"date":["2023-01-10"],"summary":["Retail Investment legislative package"],"notes":["Portfolio: An Economy that Works for People"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-f011ed0f7c78d833a79f1206f788e0cbd9cb8864","eu-tr-0764199368-97"]}} -{"id":"ec-meeting-2023-01-10-816555f6d329bf33c9892e316ddbbe6c207c2b20","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2023-01-10 - Cabinet of Commissioner Jutta Urpilainen x Mercator Institute for China Studies"],"date":["2023-01-10"],"summary":["2021 report on transatlantic China policy"],"notes":["Portfolio: International Partnerships"],"location":["Videoconference"],"address":["Videoconference"],"addressEntity":["addr-096c4ac85b2d91a48fb129923bf93754b005bd0b"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["ec-person-7204caa5e704bc4a911fee13ad5c0f62fd74b3bc","eu-tr-722154030862-55"]}} -{"id":"ec-meeting-2023-01-10-b25d7faead4dc1a5a1390ced22f3656ec1f30b23","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2023-01-10 - Cabinet of Commissioner Mairead Mcguinness x None"],"date":["2023-01-10"],"summary":["Taxonomy, ESG ratings, CSRD"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["virtual"],"address":["virtual"],"addressEntity":["addr-af84d91fde168566c7dc18f3121ea2fbe651af1f"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["eu-tr-7410939793-88","eu-tr-25487567824-45","eu-tr-03607212990-30","ec-person-2b9c589fb2354bd93067644d2c3d2c058d4c4cc9","eu-tr-7790041608-14","eu-tr-639117311617-01","eu-tr-3394026642-58","eu-tr-02550382403-01","eu-tr-7193977808-18","eu-tr-644208348566-01","eu-tr-15366395387-57","eu-tr-035366013790-68","eu-tr-1413466815-09","eu-tr-892857311821-20","eu-tr-52431421-12","eu-tr-365563511941-15","eu-tr-45060553191-59","eu-tr-827688315793-86","eu-tr-94857385769-70","ec-person-0ba9b89127b39af6a66f2fc3ed727332f1b19a34","eu-tr-4266797770-31"]}} -{"id":"ec-meeting-2023-01-10-b71f8d6e757ee90e0e43a4debd37019495998e05","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2023-01-10 - Cabinet of Commissioner Didier Reynders x Novartis International AG"],"date":["2023-01-10"],"summary":["Commission Proposal for Directive on sustainability - Due Diligence (CSDDD)"],"notes":["Portfolio: Justice"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-didier-of-reynders"],"involved":["ec-person-442bf1ae9900b999673cdd7389224d0e21b67d4d","ec-person-6b8f8c6d0badc1f0c5d67517dda0ed859d29b4c9","eu-tr-91269481588-28"]}} -{"id":"ec-meeting-2023-01-10-bf2f89c82b0acc90e5fa13a379ce3754113a5d00","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2023-01-10 - Cabinet of Commissioner Kadri Simson x Sumitomo Benelux S.A./N.V."],"date":["2023-01-10"],"summary":["Commission's policies to support offshore wind deployment in Europe."],"notes":["Portfolio: Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["ec-person-f47a082bc2455a660c3b2ae348f0024736672752","eu-tr-349960333040-21","ec-person-02dcb64edd20203955d6dad9d5c0dbc71a3d7816"]}} -{"id":"ec-meeting-2023-01-10-e661d6590b79ba0500484d66ce7766c739860232","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2023-01-10 - Cabinet of Executive Vice-President Valdis Dombrovskis x None"],"date":["2023-01-10"],"summary":["ESG Ratings"],"notes":["Portfolio: An Economy that Works for People"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-235870cd7eb41f2494f695fce18b5b5b88647113","eu-tr-675673148141-34","eu-tr-049735848128-90"]}} -{"id":"ec-meeting-2023-01-10-ec67bef2122236b0015c082b04b646f3ae2098ea","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2023-01-10 - Energy x European Union Chamber of Commerce in China"],"date":["2023-01-10"],"summary":["Energy Cooperation with China"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-592343015058-67","ec-person-9c0f33ecb9f6badd5f4b5f1a4bd7677e18a52a22"]}} -{"id":"ec-meeting-2023-01-10-f220688d99fb79ffeafeae1a79ebda67128ef528","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2023-01-10 - Cabinet of Commissioner Mariya Gabriel x European University Institute"],"date":["2023-01-10"],"summary":["WIDENING programme"],"notes":["Portfolio: Innovation and Youth"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-415993546660-92","ec-person-fa64a5880d41ebf63dcede9b77929dd30fbf312f"]}} -{"id":"ec-meeting-2023-01-11-2ee288d6eed490dc92cf4af6076fe660ecdf3264","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2023-01-11 - Cabinet of Commissioner Janusz Wojciechowski x Fédération Européenne des Fabricants d'Aliments Composés"],"date":["2023-01-11"],"summary":["Meeting with FEFAC's members"],"notes":["Portfolio: Agriculture"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["ec-person-625f8b4379f79adee4f15c6a0417a96bb5a5a403","eu-tr-77105321408-83"]}} -{"id":"ec-meeting-2023-01-11-3019264810f93bfca82dd2d8849bb9ba45520f12","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2023-01-11 - Energy x Axcelfuture"],"date":["2023-01-11"],"summary":["Energy Transition"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-dg-ener"],"involved":["eu-tr-750078047872-66","ec-person-9c0f33ecb9f6badd5f4b5f1a4bd7677e18a52a22"]}} -{"id":"ec-meeting-2023-01-11-3e932830da2bb6474042093cd7a33bae9dc5d306","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2023-01-11 - Cabinet of Commissioner Adina Vălean x European Cockpit Association"],"date":["2023-01-11"],"summary":["1008/2008 revision"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["eu-tr-39838147687-59","ec-person-7f9ba99138b4fa5c698037dc7507219b1319e0a7","ec-person-cc0354fbf386eb83f57c00ad5240f1dddeeabab4"]}} -{"id":"ec-meeting-2023-01-11-4e2afd16c78ab7b645827200a6ecf9f85ef37932","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2023-01-11 - Cabinet of High Representative Josep Borrell Fontelles x Center for Strategic and International Studies"],"date":["2023-01-11"],"summary":["Report that focuses specifically on the critical role of private sector investment in Ukraine’s economic reconstruction, and how the private sector, both within Ukraine and internationally, can enable Ukraine to win the peace."],"notes":["Portfolio: High Representative of the Union for Foreign Affairs and Security Policy / Vice-President of the Commission"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-borrell-cabinet-fontelles-high-josep-of-representative"],"involved":["eu-tr-163447715874-83","ec-person-09e3d08df5a180336a981c2bd7382e19b5e380e7"]}} -{"id":"ec-meeting-2023-01-11-7edf1a51b27838ee60f878776ea226ead965435d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2023-01-11 - Cabinet of Commissioner Janusz Wojciechowski x Boerenbond vzw"],"date":["2023-01-11"],"summary":["Discussion on RENURE"],"notes":["Portfolio: Agriculture"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"involved":["ec-person-625f8b4379f79adee4f15c6a0417a96bb5a5a403","eu-tr-38367579546-45"]}} -{"id":"ec-meeting-2023-01-11-9b8bf8fb535464eeb07695b264d4181dacec2d02","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2023-01-11 - Cabinet of Vice-President Margaritis Schinas x Microsoft Corporation"],"date":["2023-01-11"],"summary":["Cybersecurity Skills Academy"],"notes":["Portfolio: Promoting the European Way of Life"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-margaritis-of-president-schinas-vice"],"involved":["eu-tr-0801162959-21","ec-person-43f9f86cfe94e45a95f7fbdea9a59a54955ebcfa","ec-person-c8d1d7f3012c344bc60630eb456865390bddc7c5"]}} -{"id":"ec-meeting-2023-01-11-a1d8da5c86ec900aff2b60c1c0c236c985201fb0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2023-01-11 - Cabinet of Vice-President Margaritis Schinas x SMEunited aisbl"],"date":["2023-01-11"],"summary":["European Year of Skills (with Cabinet Commissioner Schmit)"],"notes":["Portfolio: Promoting the European Way of Life"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-margaritis-of-president-schinas-vice"],"involved":["eu-tr-55820581197-35","ec-person-180e5c5b13dac533a1241b0f9d78176c8bec3d51"]}} -{"id":"ec-meeting-2023-01-11-da8ecac63779fe82f9d5f45c054a6cc58ecea35a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2023-01-11 - Cabinet of Commissioner Kadri Simson x Institut français des relations internationales"],"date":["2023-01-11"],"summary":["2023 Gas Supply , joint purchasing & price cap and the forthcoming gas decarbonization package"],"notes":["Portfolio: Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["ec-person-ba3b83676ad38094e71b64b644f3e3d2c61b8182","eu-tr-614972540827-68"]}} -{"id":"ec-meeting-2023-01-11-df5dd47587573f1e1fd544acf1e825f8cda637a9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2023-01-11 - Cabinet of High Representative Josep Borrell Fontelles x Telefonica, S.A."],"date":["2023-01-11"],"summary":["The DG Mr Pablo de Carvajal wanted to discuss the EU engagement and plans for the Summit with Latin America and share their experience in the region, with a focus on regulatory issues and cooperation."],"notes":["Portfolio: High Representative of the Union for Foreign Affairs and Security Policy / Vice-President of the Commission"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-borrell-cabinet-fontelles-high-josep-of-representative"],"involved":["eu-tr-52431421-12","ec-person-6dfeddd1737aa9e4f44857147527fc2a19623e67"]}} -{"id":"ec-meeting-2023-01-12-02a030d7f3eae094ad94b4a1954cdb9f51454e4e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2023-01-12 - Cabinet of Commissioner Johannes Hahn x Wirtschaftskammer Österreich"],"date":["2023-01-12"],"summary":["Economic developments within the EU"],"notes":["Portfolio: Budget and Administration"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-hahn-johannes-of"],"involved":["ec-person-0a9c49ba84ea78ae0ec9c6fadde7b6d66e7a1054","ec-person-a3674866c760605fc38abed4dffd3f94f2c83d64","eu-tr-10405322962-08"]}} -{"id":"ec-meeting-2023-01-12-1a125cbbe1fb58041aaea9e1c415eb64d66de2f5","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2023-01-12 - Cabinet of Executive Vice-President Frans Timmermans x Bitkom e.V."],"date":["2023-01-12"],"summary":["Digital in the EU green deal"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-5351830264-31","ec-person-d56ecbfde17436a136fc89c9a978b266e8285c84"]}} -{"id":"ec-meeting-2023-01-12-3e9d37bdfa92104ad9d210aef9775e9bfb4802ce","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2023-01-12 - Cabinet of Commissioner Jutta Urpilainen x Confederation of Finnish Industries EK"],"date":["2023-01-12"],"summary":["EU and international affairs"],"notes":["Portfolio: International Partnerships"],"location":["videoconference"],"address":["videoconference"],"addressEntity":["addr-92b2fbb928e012810d80d9ef1abe12027beee200"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["ec-person-9788b5f9ccd101dc091867a4496a5735ee7151d9","eu-tr-1274604847-34"]}} -{"id":"ec-meeting-2023-01-12-4308c56612094dd64104b7eee04e69237b638cfe","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2023-01-12 - Cabinet of Executive Vice-President Frans Timmermans x International Road Transport Union Permanent Delegation to the EU"],"date":["2023-01-12"],"summary":["CO2 standards trucks and buses"],"notes":["Portfolio: European Green Deal"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-41802525291-86","ec-person-d56ecbfde17436a136fc89c9a978b266e8285c84"]}} -{"id":"ec-meeting-2023-01-12-9121021a1548217c69ffac44369bf3ab50bb3f50","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2023-01-12 - Cabinet of Executive Vice-President Valdis Dombrovskis x The German Marshall Fund of the United States - The Transatlantic Foundation"],"date":["2023-01-12"],"summary":["-\tEU – China relations \r\n-\tIssues related to the EU’s competitiveness"],"notes":["Portfolio: An Economy that Works for People"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-7e9813c16d805ee7ebea3ef6444f384bc32abaaa","eu-tr-823171519707-31"]}} -{"id":"ec-meeting-2023-01-12-b2ceb5447053a9c5725ad5760031209689532d97","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2023-01-12 - Cabinet of Commissioner Didier Reynders x Koninklijke Philips"],"date":["2023-01-12"],"summary":["Sustainable corporate governance"],"notes":["Portfolio: Justice"],"location":["videoconference"],"address":["videoconference"],"addressEntity":["addr-92b2fbb928e012810d80d9ef1abe12027beee200"],"organizer":["ec-cabinet-commissioner-didier-of-reynders"],"involved":["ec-person-442bf1ae9900b999673cdd7389224d0e21b67d4d","eu-tr-035366013790-68"]}} -{"id":"ec-meeting-2023-01-12-e16fd99837f84211f6dd251f99ec963695c35a96","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2023-01-12 - Cabinet of Commissioner Kadri Simson x Vattenfall"],"date":["2023-01-12"],"summary":["Biomass"],"notes":["Portfolio: Energy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["ec-person-f47a082bc2455a660c3b2ae348f0024736672752","eu-tr-12955024114-93"]}} -{"id":"ec-meeting-2023-01-13-26ba806356da7862bdaa29eb33a88a9dfa7e96f6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2023-01-13 - Cabinet of Commissioner Mariya Gabriel x EBU-UER (European Broadcasting Union)"],"date":["2023-01-13"],"summary":["Discussion on Spectrum and Day of European authors"],"notes":["Portfolio: Innovation and Youth"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-93288301615-56","ec-person-b858566ca66e8beffd2e5cdeee3e42c30770c7c0"]}} -{"id":"ec-meeting-2023-01-13-2925f21393093a0108a26883685d7453ac7d38ec","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2023-01-13 - Research and Innovation x European Union Chamber of Commerce in China"],"date":["2023-01-13"],"summary":["Meeting with the President of the EU Chamber of Commerce in China and their delegation."],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-rtd"],"involved":["eu-tr-592343015058-67","ec-person-21e7c4128517e637666af6796b09ff2cb8a40848"]}} -{"id":"ec-meeting-2023-01-13-30e52a477e2ae5b30b5d96c7c3768218e117553d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2023-01-13 - Cabinet of Vice-President Dubravka Šuica x The Alliance of Democracies Foundation"],"date":["2023-01-13"],"summary":["Discussion on the presentation work on democracy."],"notes":["Portfolio: Democracy and Demography"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-dubravka-of-president-suica-vice"],"involved":["eu-tr-146289032886-07","ec-person-08d40344214e6573b5eb0480c1a338d5dde265bd"]}} -{"id":"ec-meeting-2023-01-13-4e82d6d59bf6549e62702092b7756558ce89b33f","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2023-01-13 - Cabinet of Commissioner Mairead Mcguinness x Managed Funds Association"],"date":["2023-01-13"],"summary":["Short Selling Regulation, CMU, AIFMD"],"notes":["Portfolio: Financial services, financial stability and Capital Markets Union"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-mairead-mcguinness-of"],"involved":["ec-person-0ba9b89127b39af6a66f2fc3ed727332f1b19a34","eu-tr-041415315167-65"]}} -{"id":"ec-meeting-2023-01-13-bf9c4b465d5bce65eadd14af101988d875e234a0","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2023-01-13 - Cabinet of Commissioner Paolo Gentiloni x European Union Chamber of Commerce in China"],"date":["2023-01-13"],"summary":["General overview of the situation for European businesses in China"],"notes":["Portfolio: Economy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-gentiloni-of-paolo"],"involved":["eu-tr-592343015058-67","ec-person-12fb0ed193bd6783d47e30716431cb4e7d57062c"]}} -{"id":"ec-meeting-2023-01-14-0fba04440c99c4719f974682296729a7c672ff6d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2023-01-14 - Energy x S&P Global"],"date":["2023-01-14"],"summary":["Energy Security"],"location":["Abu Dhabi, UAE"],"address":["Abu Dhabi, UAE"],"addressEntity":["addr-041ab56007250cb6752559152411948269a968bd"],"organizer":["ec-dg-ener"],"involved":["eu-tr-319148015141-55","ec-person-9c0f33ecb9f6badd5f4b5f1a4bd7677e18a52a22"]}} -{"id":"ec-meeting-2023-01-14-58c31bacacd4d203bb45413c64fc456c57eb06b9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2023-01-14 - Energy x Repsol, S.A."],"date":["2023-01-14"],"summary":["European energy agenda"],"location":["Abu Dhabi, UAE"],"address":["Abu Dhabi, UAE"],"addressEntity":["addr-041ab56007250cb6752559152411948269a968bd"],"organizer":["ec-dg-ener"],"involved":["ec-person-9c0f33ecb9f6badd5f4b5f1a4bd7677e18a52a22","eu-tr-69240395197-02"]}} -{"id":"ec-meeting-2023-01-14-c61f8bad660d8cf81850482a60a9edad9fb97afa","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2023-01-14 - Energy x DTEK"],"date":["2023-01-14"],"summary":["Energy Security"],"location":["Abu Dhabi, UAE"],"address":["Abu Dhabi, UAE"],"addressEntity":["addr-041ab56007250cb6752559152411948269a968bd"],"organizer":["ec-dg-ener"],"involved":["eu-tr-17429897118-54","ec-person-9c0f33ecb9f6badd5f4b5f1a4bd7677e18a52a22"]}} -{"id":"ec-meeting-2023-01-16-3beb21cfd7a1bb907af6956e211da9ddca5d9181","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2023-01-16 - Cabinet of Commissioner Ylva Johansson x Future Advocacy Together for Girls"],"date":["2023-01-16"],"summary":["CSA"],"notes":["Portfolio: Home Affairs"],"location":["Brussels, CAB Johansson"],"address":["Brussels, CAB Johansson"],"addressEntity":["addr-c52730125247b3a481164d69348d1030e8e1b0fd"],"organizer":["ec-cabinet-commissioner-johansson-of-ylva"],"involved":["ec-person-d3f97e069d9ff016d7b65052f6eb6b98500ec118","eu-tr-240739046913-05","ec-person-31b127e72e9dd30ce85ff2b475ac65d28d7dc48d","eu-tr-574020347517-26"]}} -{"id":"ec-meeting-2023-01-16-6787fff989e72aa52662822396f3f81588b80d4e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2023-01-16 - Cabinet of Commissioner Adina Vălean x Confederația Patronală CONCORDIA"],"date":["2023-01-16"],"summary":["Future Mobility in Brussels"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["eu-tr-305646248030-51","ec-person-e5f1558cac43dd4f90847b508b6753edb0a9f903"]}} -{"id":"ec-meeting-2023-01-16-82e8436e4dd048edb665157ca52c9dd9006afee4","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2023-01-16 - Cabinet of Commissioner Adina Vălean x None"],"date":["2023-01-16"],"summary":["Vehicle data access"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["eu-tr-1413466815-09","eu-tr-499115519787-49","ec-person-e5f1558cac43dd4f90847b508b6753edb0a9f903"]}} -{"id":"ec-meeting-2023-01-16-94500f323e35d51d2353f8ca93b1e6f70d71e85c","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2023-01-16 - Cabinet of Commissioner Adina Vălean x None"],"date":["2023-01-16"],"summary":["Data Act Regulation and Specific legislation on ‘Access to in-vehicle data & functions’"],"notes":["Portfolio: Transport"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-adina-cabinet-commissioner-of-valean"],"involved":["ec-person-e5f1558cac43dd4f90847b508b6753edb0a9f903","eu-tr-452617627527-38","eu-tr-887829024366-20","eu-tr-69678928900-56","eu-tr-668292216120-05","eu-tr-84839535366-67","eu-tr-42705074342-04"]}} -{"id":"ec-meeting-2023-01-16-b85ca045e770c5651fdc9d345202fa0d1b89215e","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2023-01-16 - Mobility and Transport x Airholding S.A."],"date":["2023-01-16"],"summary":["Exchange on EU and international aviation policies"],"location":["Dublin"],"address":["Dublin"],"addressEntity":["addr-c4a265ca6dc31ed4a47a6047e92c5e3790135af9"],"organizer":["ec-dg-move"],"involved":["eu-tr-151979748058-04","ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"]}} -{"id":"ec-meeting-2023-01-17-0d96b947c81b2ad842770d33b87e523fc6b34e9a","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2023-01-17 - Budget x European Round Table for Industry"],"date":["2023-01-17"],"summary":["Neighborhood strategy"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-dg-budg"],"involved":["ec-person-39635b893026833f739fe623fe7e9d5a97525e7a","eu-tr-25487567824-45"]}} -{"id":"ec-meeting-2023-01-17-134bd29226d637fe6727925b7d16ce9fdf1d5b15","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2023-01-17 - Cabinet of Executive Vice-President Frans Timmermans x Ball Beverage Packaging Europe Limited"],"date":["2023-01-17"],"summary":["Revision of the EU packaging and packaging waste rules"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-932274339872-30","ec-person-8af3c81534786a740718d21dc58240738a53ed7b"]}} -{"id":"ec-meeting-2023-01-17-7af39fd6a91a1706d7a28f99feb64d9936e42249","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2023-01-17 - Cabinet of Commissioner Nicolas Schmit x The Adecco Group"],"date":["2023-01-17"],"summary":["The European Year of Skills, the Future of Work"],"notes":["Portfolio: Jobs and Social Rights"],"location":["Davos (CH)"],"address":["Davos (CH)"],"addressEntity":["addr-1f0ff5568d399156618f1567aeb8b0ca7570f889"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-935314e38d735654cae8ee61313a3d73439b242d","eu-tr-144049521780-57","ec-person-c03b949331dbbe5fa3d5423758e371ec1b9b832f"]}} -{"id":"ec-meeting-2023-01-17-9bb74e02e20ed8e36ecac725d0024857b522e538","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2023-01-17 - Cabinet of Commissioner Nicolas Schmit x Google"],"date":["2023-01-17"],"summary":["The European Skills Agenda, in particular the cybersecurity skills and the Pact for Skills, social economy"],"notes":["Portfolio: Jobs and Social Rights"],"location":["Davos (CH)"],"address":["Davos (CH)"],"addressEntity":["addr-1f0ff5568d399156618f1567aeb8b0ca7570f889"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-935314e38d735654cae8ee61313a3d73439b242d","eu-tr-03181945560-59","ec-person-c03b949331dbbe5fa3d5423758e371ec1b9b832f"]}} -{"id":"ec-meeting-2023-01-17-a2d962f77220793e128bc261668271845be9c72d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2023-01-17 - Cabinet of Commissioner Nicolas Schmit x ArcelorMittal"],"date":["2023-01-17"],"summary":["The green transition and the impact on the steel sector"],"notes":["Portfolio: Jobs and Social Rights"],"location":["Davos (CH)"],"address":["Davos (CH)"],"addressEntity":["addr-1f0ff5568d399156618f1567aeb8b0ca7570f889"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-935314e38d735654cae8ee61313a3d73439b242d","eu-tr-23527541824-60","ec-person-c03b949331dbbe5fa3d5423758e371ec1b9b832f"]}} -{"id":"ec-meeting-2023-01-17-b1d2cb250bfd4177883eeaf4ff9216f8a9cb2f36","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2023-01-17 - Cabinet of Commissioner Nicolas Schmit x Nestlé S.A."],"date":["2023-01-17"],"summary":["The Skills Agenda, the European Year of Skills as well as the impact of inflation on the industry"],"notes":["Portfolio: Jobs and Social Rights"],"location":["Davos (CH)"],"address":["Davos (CH)"],"addressEntity":["addr-1f0ff5568d399156618f1567aeb8b0ca7570f889"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["eu-tr-15366395387-57","ec-person-935314e38d735654cae8ee61313a3d73439b242d","ec-person-c03b949331dbbe5fa3d5423758e371ec1b9b832f"]}} -{"id":"ec-meeting-2023-01-17-de1debcc037afd2526b0fe2f2228f1292cdefedf","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2023-01-17 - Cabinet of Commissioner Jutta Urpilainen x SOLIDAR FOUNDATION"],"date":["2023-01-17"],"summary":["Cooperation with civil society, social justice"],"notes":["Portfolio: International Partnerships"],"location":["Video conference"],"address":["Video conference"],"addressEntity":["addr-ebc9fd5c2f372a32153cf3f4d5fb918a96b84a88"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["eu-tr-310206914824-45","ec-person-1ec9383fd54d9d4cd8a154c01fa71549eb8c75ac"]}} -{"id":"ec-meeting-2023-01-17-e816e98e861e3a46791b7af57db6d26aab3789ea","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2023-01-17 - Cabinet of Commissioner Ylva Johansson x European Council on Refugees and Exiles"],"date":["2023-01-17"],"summary":["To discuss temporary protection directive."],"notes":["Portfolio: Home Affairs"],"location":["Berlaymont"],"address":["Berlaymont"],"addressEntity":["addr-169c829d1c3252acfd8e8b5607e64506360b76e5"],"organizer":["ec-cabinet-commissioner-johansson-of-ylva"],"involved":["ec-person-1cc1c011b9377e4d6f05577ee58ef3f7182c61b8","eu-tr-43750202163-43"]}} -{"id":"ec-meeting-2023-01-17-e90e6ad3d77f6ef5933a7b5eb8c27513860c56cc","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2023-01-17 - Cabinet of Commissioner Nicolas Schmit x McKinsey Global Institute"],"date":["2023-01-17"],"summary":["The Skills Agenda, the European Year of Skills"],"notes":["Portfolio: Jobs and Social Rights"],"location":["Davos (CH)"],"address":["Davos (CH)"],"addressEntity":["addr-1f0ff5568d399156618f1567aeb8b0ca7570f889"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-935314e38d735654cae8ee61313a3d73439b242d","ec-person-c03b949331dbbe5fa3d5423758e371ec1b9b832f","eu-tr-752385731275-18"]}} -{"id":"ec-meeting-2023-01-18-1010d4bc10fde888759606ee761e4799350cdfa6","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2023-01-18 - Cabinet of Executive Vice-President Valdis Dombrovskis x Transport and Environment (European Federation for Transport and Environment)"],"date":["2023-01-18"],"summary":["CO2 Standards for heavy-duty vehicles"],"notes":["Portfolio: An Economy that Works for People"],"location":["Virtual"],"address":["Virtual"],"addressEntity":["addr-8e7daa120e8db8c0b0388938d9f61d6c6b796edd"],"organizer":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"involved":["ec-person-4afd4ae4e50604ac3c0c9ae597bcb74eb1dd31b6","eu-tr-58744833263-19"]}} -{"id":"ec-meeting-2023-01-18-107c85bfe90b904901338f0bd3433108bd938963","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2023-01-18 - Cabinet of Commissioner Mariya Gabriel x Merck"],"date":["2023-01-18"],"summary":["Deep tech innovation for life sciences & biological components\r\nEU Innovation Agenda \r\nEU Mission on cancer \r\nR&I for health \r\nEU Research on semi-conductors"],"notes":["Portfolio: Innovation and Youth"],"location":["Davos, Switzerland"],"address":["Davos, Switzerland"],"addressEntity":["addr-08640f22e8b61fe48904546ffc0e7b09fd6d6414"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["ec-person-1674399a793e9e6fd7cf55b525515fc862fc9351","eu-tr-49654992078-52"]}} -{"id":"ec-meeting-2023-01-18-1248b53114b3e187dc59bb15c06c9c77a1273d37","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2023-01-18 - Cabinet of Commissioner Nicolas Schmit x LinkedIn Ireland"],"date":["2023-01-18"],"summary":["The Green Skills, the Pact for Skills and the European Year of Skills"],"notes":["Portfolio: Jobs and Social Rights"],"location":["Davos (CH)"],"address":["Davos (CH)"],"addressEntity":["addr-1f0ff5568d399156618f1567aeb8b0ca7570f889"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-935314e38d735654cae8ee61313a3d73439b242d","ec-person-c03b949331dbbe5fa3d5423758e371ec1b9b832f","eu-tr-430008722431-29"]}} -{"id":"ec-meeting-2023-01-18-1d1513e2405e728250f06fb7cd5c6e7cfbb2c49d","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2023-01-18 - Cabinet of Commissioner Mariya Gabriel x F. Hoffmann-La Roche Ltd"],"date":["2023-01-18"],"summary":["EU Innovation Agenda"],"notes":["Portfolio: Innovation and Youth"],"location":["Davos, Switzerland"],"address":["Davos, Switzerland"],"addressEntity":["addr-08640f22e8b61fe48904546ffc0e7b09fd6d6414"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["ec-person-1674399a793e9e6fd7cf55b525515fc862fc9351","eu-tr-18940431725-51"]}} -{"id":"ec-meeting-2023-01-18-51dc05b9a330c8cbe4f28b80d7774403fb57c809","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2023-01-18 - Cabinet of Executive Vice-President Frans Timmermans x Seas At Risk Environmental Coalition on Standards"],"date":["2023-01-18"],"summary":["Green Deal implementation on the fight against microplastic pollution"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["eu-tr-625261439488-38","ec-person-8af3c81534786a740718d21dc58240738a53ed7b","eu-tr-96668093651-33"]}} -{"id":"ec-meeting-2023-01-18-677523caea78cb1fe9a41fbae87c54e7bbe54f76","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2023-01-18 - Cabinet of Commissioner Kadri Simson x Centre on Regulation in Europe"],"date":["2023-01-18"],"summary":["Presentation of their policy recommendations report for an electricity market design fit for net zero."],"notes":["Portfolio: Energy"],"location":["Video Conferencing"],"address":["Video Conferencing"],"addressEntity":["addr-e3b7413b2ac93be00b6bcff51fdc1374d67118bd"],"organizer":["ec-cabinet-commissioner-kadri-of-simson"],"involved":["ec-person-d40f25b5cb5c0681854a4996da444478318f7e58","eu-tr-041592911733-05"]}} -{"id":"ec-meeting-2023-01-18-79394903c97b37972180310efa5f54f3630bb954","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2023-01-18 - Cabinet of Commissioner Mariya Gabriel x Volkswagen Aktiengesellschaft"],"date":["2023-01-18"],"summary":["EIT Campus\r\nEU Network of Innovative Universities or joint efforts in hydrogen\r\nEU Innovation agenda"],"notes":["Portfolio: Innovation and Youth"],"location":["Davos, Switzerland"],"address":["Davos, Switzerland"],"addressEntity":["addr-08640f22e8b61fe48904546ffc0e7b09fd6d6414"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["ec-person-1674399a793e9e6fd7cf55b525515fc862fc9351","eu-tr-6504541970-40"]}} -{"id":"ec-meeting-2023-01-18-887f5cad6dddfd51bfd81d79ce78de76d9f05028","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2023-01-18 - Cabinet of Commissioner Thierry Breton x Stichting European Climate Foundation"],"date":["2023-01-18"],"summary":["Response to US IRA; green transition of industry"],"notes":["Portfolio: Internal Market"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-6308dea893b9b1ca0dcd5b91b4a1ac4c2f3020ad","eu-tr-64869491516-70"]}} -{"id":"ec-meeting-2023-01-18-8ddd69526041743813b5f815440c42ce0cf2da37","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2023-01-18 - Cabinet of Commissioner Helena Dalli x ACT Alliance Advocacy to the European Union"],"date":["2023-01-18"],"summary":["* Religion - gender nexus and engagement with faith-based actors\r\n* Intersectional approach to the EU GAP III"],"notes":["Portfolio: Equality"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-dalli-helena-of"],"involved":["ec-person-dbd4bba0ef71d4385c97691e3df5bb484709a07e","eu-tr-5189768701-12","ec-person-d15c205cb9cbb310d2811039c0160c1de7c84638"]}} -{"id":"ec-meeting-2023-01-18-8f1c65d07cad89c3cc1efb20f98d79a6a7e491de","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2023-01-18 - Research and Innovation x European Association of Research and Technology Organisations"],"date":["2023-01-18"],"summary":["Discussion with EARTO President and Secretary General"],"location":["Brussels - virtual"],"address":["Brussels - virtual"],"addressEntity":["addr-b1ea480f50268f3f7553d89bebfeabf68bc84ed5"],"organizer":["ec-dg-rtd"],"involved":["ec-person-21e7c4128517e637666af6796b09ff2cb8a40848","eu-tr-977869932377-59"]}} -{"id":"ec-meeting-2023-01-18-9dbf12f8d34a46a8a4e9ec8264a0587de1cf6ab1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2023-01-18 - Cabinet of President Ursula von der Leyen x ifo Institut - Leibniz-Institut für Wirtschaftsforschung an der Universität München e.V. Volvo AB A.P. Møller - Mærsk A/S Vodafone Belgium SA Siemens AG"],"date":["2023-01-18"],"summary":["Meeting with Chairman of Volvo, Chairman of Siemens and Maersk, Chairman of Vodaphone, President of IFO Institute\r\n(Topic: Competitiveness)"],"notes":["Portfolio: President"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-der-leyen-of-president-ursula-von"],"involved":["ec-person-a2ac27c3a7aa93937efc47169c1dc2264a822175","eu-tr-680443918500-51","eu-tr-355074725892-48","eu-tr-51773601133-57","eu-tr-90142503473-81","eu-tr-4266797770-31"]}} -{"id":"ec-meeting-2023-01-18-ae17763591d70f1ae4bdf83b27485b6e52fdb3c9","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2023-01-18 - Cabinet of Commissioner Nicolas Schmit x Uber"],"date":["2023-01-18"],"summary":["The Commission initiative about platform workers"],"notes":["Portfolio: Jobs and Social Rights"],"location":["Davos (CH)"],"address":["Davos (CH)"],"addressEntity":["addr-1f0ff5568d399156618f1567aeb8b0ca7570f889"],"organizer":["ec-cabinet-commissioner-nicolas-of-schmit"],"involved":["ec-person-935314e38d735654cae8ee61313a3d73439b242d","eu-tr-002278013515-26","ec-person-c03b949331dbbe5fa3d5423758e371ec1b9b832f"]}} -{"id":"ec-meeting-2023-01-18-d4d68a169a9387ac9797e137f1c020d0390f4d72","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2023-01-18 - Cabinet of Commissioner Mariya Gabriel x Hewlett Packard Enterprise"],"date":["2023-01-18"],"summary":["EU Innovation Agenda"],"notes":["Portfolio: Innovation and Youth"],"location":["Davos, Switzerland"],"address":["Davos, Switzerland"],"addressEntity":["addr-08640f22e8b61fe48904546ffc0e7b09fd6d6414"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["ec-person-1674399a793e9e6fd7cf55b525515fc862fc9351","eu-tr-075071719925-75"]}} -{"id":"ec-meeting-2023-01-18-ea95035a7ac4da077a2f131856b375866ae1bed3","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2023-01-18 - Cabinet of Commissioner Mariya Gabriel x The LEGO Group"],"date":["2023-01-18"],"summary":["Erasmus impact\r\nInnovative education"],"notes":["Portfolio: Innovation and Youth"],"location":["Davos, Switzerland"],"address":["Davos, Switzerland"],"addressEntity":["addr-08640f22e8b61fe48904546ffc0e7b09fd6d6414"],"organizer":["ec-cabinet-commissioner-gabriel-mariya-of"],"involved":["eu-tr-236869539281-13","ec-person-1674399a793e9e6fd7cf55b525515fc862fc9351"]}} -{"id":"ec-meeting-2023-01-18-f636a795d9e9f85fdb7f0d2c7d3bc2da17aabc95","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2023-01-18 - Cabinet of Commissioner Thierry Breton x None"],"date":["2023-01-18"],"summary":["Access to in-vehicle data"],"notes":["Portfolio: Internal Market"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-6308dea893b9b1ca0dcd5b91b4a1ac4c2f3020ad","eu-tr-499115519787-49","eu-tr-1413466815-09","eu-tr-714586048621-93"]}} -{"id":"ec-meeting-2023-01-19-4b5b9bf4d3d1fc55e66c7673d6b5617c677ee0a7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2023-01-19 - Cabinet of Commissioner Jutta Urpilainen x Neste Oyj"],"date":["2023-01-19"],"summary":["Green Deal, Innovation Fund"],"notes":["Portfolio: International Partnerships"],"location":["Brussels"],"address":["Brussels"],"addressEntity":["addr-2784e378f25501c5f51cb6421ff637f8616b4cb6"],"organizer":["ec-cabinet-commissioner-jutta-of-urpilainen"],"involved":["ec-person-26cc31f8d5b9581bfc496e29c4b603745b75d980","eu-tr-10257354120-19"]}} -{"id":"ec-meeting-2023-01-19-a908f31c8c1683469b1b0f41d60c8f90d814abe7","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2023-01-19 - Cabinet of Commissioner Thierry Breton x Transport and Environment (European Federation for Transport and Environment)"],"date":["2023-01-19"],"summary":["Reply to US IRA; CO2 standards for trucks; critical raw materials act"],"notes":["Portfolio: Internal Market"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","eu-tr-58744833263-19"]}} -{"id":"ec-meeting-2023-01-19-ea2e8b3012bc470e01a1fd2ddd02152912660957","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2023-01-19 - Cabinet of Executive Vice-President Frans Timmermans x Eurelectric aisbl Energias de Portugal"],"date":["2023-01-19"],"summary":["Questions around the co-existence of biodiversity enhancement and renewable energy deployment"],"notes":["Portfolio: European Green Deal"],"location":["video-call"],"address":["video-call"],"addressEntity":["addr-e3bd731ff34bfcff0ad8559b6c63e18662293892"],"organizer":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"involved":["ec-person-a282162080cef4ef2a8c0ab6247a3e03dc438507","eu-tr-4271427696-87","eu-tr-676889648373-61","ec-person-8af3c81534786a740718d21dc58240738a53ed7b"]}} -{"id":"ec-meeting-2023-01-20-7e115fb0186f9ed767b050f717f3aca0f6ad01a1","referents":[],"datasets":["ec_meetings"],"schema":"Event","properties":{"name":["2023-01-20 - Cabinet of Commissioner Thierry Breton x European Round Table for Industry"],"date":["2023-01-20"],"summary":["Single market; competitiveness."],"notes":["Portfolio: Internal Market"],"location":["Brussels, Belgium"],"address":["Brussels, Belgium"],"addressEntity":["addr-68a7ada2bbd8095c62cb7ae87d2f1da981dcd306"],"organizer":["ec-breton-cabinet-commissioner-of-thierry"],"involved":["ec-person-6308dea893b9b1ca0dcd5b91b4a1ac4c2f3020ad","eu-tr-25487567824-45"]}} -{"id":"ec-membership-00820c1e24bfd36770dd9816994a73ebaed9bc29","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"member":["ec-person-c5a20b92c008e114355d197b9b2fd62c88868c4e"],"role":["Cabinet member"]}} -{"id":"ec-membership-0092acdd9ae022f4274aa98156e650ed5c1d9491","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-commissioner-kadri-of-simson"],"member":["ec-person-f47a082bc2455a660c3b2ae348f0024736672752"],"role":["Cabinet member"]}} -{"id":"ec-membership-00965d7fc7d4fa2a539902364fb68c252848741d","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-dg-digit"],"member":["ec-person-0098ceaf3507dfdf0d7f020be9785ac3453b4913"],"role":["Director-General"]}} -{"id":"ec-membership-00c3b632256dc47d01b0a7f914c2e0958d8d55f4","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-hahn-johannes-of-president-vice"],"member":["ec-person-3baaa27adcaa179dd490ba70950912b8989d221a"],"role":["Cabinet member"]}} -{"id":"ec-membership-01f9321ec62beaf2d91e45a78009c9a416d96cfd","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"member":["ec-person-1f98d05bdaed2c40396781b1eb7b0aa47cb8dd20"],"role":["Cabinet member"]}} -{"id":"ec-membership-035659b750e87906018be495a8d7e51131c81510","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-commissioner-didier-of-reynders"],"member":["ec-person-6de2c3b2fe4b4087c73744df26d47fbf96ddb2ce"],"role":["Cabinet member"]}} -{"id":"ec-membership-03b6b35c164b1e7efa1c5f249b17f2c6e6c67810","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-commissioner-nicolas-of-schmit"],"member":["ec-person-ad985b200e2d6242a09bce10bf1502b043bf59b4"],"role":["Cabinet member"]}} -{"id":"ec-membership-03eec7b677bf259f4c7a77c42129c19e6acc6196","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-commissioner-hill-jonathan-of"],"member":["ec-person-890015b0d769ee93a09119846b414d4aae7c64ae"],"role":["Cabinet member"]}} -{"id":"ec-membership-043042bc901d0f2db25a69838a4d7d94ebc9ccf7","referents":[],"datasets":["ec_meetings"],"schema":"Membership","properties":{"organization":["ec-cabinet-commissioner-kadri-of-simson"],"member":["ec-person-501d912f96a445022d96580168c19ada4c3cd275"],"role":["Cabinet member"]}} -{"id":"ec-membership-045635b168a5b2c04cf197f8e67b33f292efe223","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"member":["ec-person-62bf207e4274ad594e7eab4bfe20782f1d57f645"],"role":["Cabinet member"]}} -{"id":"ec-membership-04cc014075815a5da18e3790e667acaf87fb12ee","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-hahn-johannes-of-president-vice"],"member":["ec-person-8ffa69c5fdbbacf33a405e9e62a3ef920b5fcde1"],"role":["Cabinet member"]}} -{"id":"ec-membership-04f1c59504c04c0f5b1582b08ce98980e8ffceb9","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"member":["ec-person-95d6ecce9b8f3a7b167d0eac8e270fdce0665ccb"],"role":["Cabinet member"]}} -{"id":"ec-membership-053015b8e997632946f656d29968069a130270f4","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-carlos-commissioner-moedas-of"],"member":["ec-person-f7ccc3ad366dd2fdb24870e1c02ff2763539c82f"],"role":["Cabinet member"]}} -{"id":"ec-membership-05322764f1da9e2b19054eedb36555702e07b6e9","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-first-frans-of-president-timmermans-vice"],"member":["ec-person-f87a3277bb5391e01fe3111e915444e51feb191a"],"role":["Cabinet member"]}} -{"id":"ec-membership-0578003d0fba23a56ad11c8794607808a2be87ea","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-dg-de"],"member":["ec-person-481c1b59e4c83b05529b763cfc2447c0d88fe517"],"role":["Cabinet member"]}} -{"id":"ec-membership-05b8293a79c1970996d6742b3e8571d434783ded","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-commissioner-elisa-ferreira-of"],"member":["ec-person-4121b3832a3dd4ec5d2c50f26f7003d3bada6d20"],"role":["Commissioner"]}} -{"id":"ec-membership-0676b2b659ae4bd51bb76ab953c2ad448cce64d2","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"member":["ec-person-7cb15e8a3e4a9ddc8f8d7a719a5f2e359a05f82a"],"role":["Cabinet member"]}} -{"id":"ec-membership-06913ceeb091ace255f499140e2e0e7b2ab6d118","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-commissioner-marianne-of-thyssen"],"member":["ec-person-7567514af00f139b390cf9864d28a090ca0fde25"],"role":["Cabinet member"]}} -{"id":"ec-membership-069f033feb924ec68159b0c17afc38833f31b9a3","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"member":["ec-person-f011ed0f7c78d833a79f1206f788e0cbd9cb8864"],"role":["Cabinet member"]}} -{"id":"ec-membership-06d317e403295e27744cac51aaf4b8e492737f11","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-dubravka-of-president-suica-vice"],"member":["ec-person-ebe31c2924b1fbde99804f8f575004fb99739165"],"role":["Cabinet member"]}} -{"id":"ec-membership-070461cefe5cc8b389aafcee36a9f52309f0f845","referents":[],"datasets":["ec_meetings"],"schema":"Membership","properties":{"organization":["ec-cabinet-commissioner-gentiloni-of-paolo"],"member":["ec-person-8d81bb299dec1f26759f4304a09c3f1bc21eb643"],"role":["Cabinet member"]}} -{"id":"ec-membership-0739d9c771b0716b9515b558f8e945e3b31f83c3","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-dg-home"],"member":["ec-person-58ef6a24ab6e45538fba799818c74d1498108657"],"role":["Director-General"]}} -{"id":"ec-membership-07a8a1fd16b48fa03907ec64ccd838eb07aba39d","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-commissioner-dalli-helena-of"],"member":["ec-person-750f95c6f949648cff9e460a362a85085c851faf"],"role":["Cabinet member"]}} -{"id":"ec-membership-08d96ea15f5caa1502978c2965174f9060b26ba4","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-jyrki-katainen-of-president-vice"],"member":["ec-person-c3d85c41b6b842aae5c953d41fda5f240a5d0969"],"role":["Cabinet member"]}} -{"id":"ec-membership-08e6a5d9bd538565a086a0810d82c2c4a949a068","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-dg-ener"],"member":["ec-person-6997149120ce5129e38febe5275dc8fd03232d2e"],"role":["Director-General"]}} -{"id":"ec-membership-095638f433e018ca5cfd7006bda74359ed6e3718","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"member":["ec-person-625f8b4379f79adee4f15c6a0417a96bb5a5a403"],"role":["Cabinet member"]}} -{"id":"ec-membership-09d13c44e2f32e72e79912d1d1d46768a5bd5022","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-bulc-cabinet-commissioner-of-violeta"],"member":["ec-person-a9f4fe47da47a1b05bbfda9825908089d11bda93"],"role":["Cabinet member"]}} -{"id":"ec-membership-0a1020baa07ac7a1c1bccbf26131cfe3fbb7dc4b","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-dg-move"],"member":["ec-person-26cdfacae671b09917bee1a91c91973941fa58a2"],"role":["Director-General"]}} -{"id":"ec-membership-0aa80a3c7a9b2d35759c4f1192726938e8ffa05f","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-dg-reform"],"member":["ec-person-6420facda81e0ac04377023fcfa86e953541782b"],"role":["Director-General"]}} -{"id":"ec-membership-0ab9c9d52b8aac008121b3c7c526733aa7340a3f","referents":[],"datasets":["ec_meetings"],"schema":"Membership","properties":{"organization":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"member":["ec-person-1bc1c22f4e0a3330f63b9ffa230c394ed1e46574"],"role":["Cabinet member"]}} -{"id":"ec-membership-0abf83af6b6c77b7a397f5bc08db7d7ca803f797","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-commissioner-julian-king-of"],"member":["ec-person-8d48893e9e1b5fcb8f1a7bf47a39f9a2a3ac4c54"],"role":["Cabinet member"]}} -{"id":"ec-membership-0adfd75740832d19a0c31b59a5f444a067812d2c","referents":[],"datasets":["ec_meetings"],"schema":"Membership","properties":{"organization":["ec-cabinet-commissioner-moscovici-of-pierre"],"member":["ec-person-e17dc29a983e5f7148fd0486f49a3f3368b3720e"],"role":["Cabinet member"]}} -{"id":"ec-membership-0b04ead758763ceec2116434987572ce8f797a16","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-commissioner-jutta-of-urpilainen"],"member":["ec-person-06b0238eadc5dd98061e9e34e90c8693a32a11e0"],"role":["Cabinet member"]}} -{"id":"ec-membership-0b417e2a3c8c18a975eec3b5d295feaa5ca1ba16","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-dg-clima"],"member":["ec-person-44c2f44f96dda2012bcb4e9abc749f6cae86a4c0"],"role":["Director-General"]}} -{"id":"ec-membership-0b4cc49d25d6601dbab7fa071cfa27d20b8675d8","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-commissioner-jourova-of-vera"],"member":["ec-person-a2ca9161feee56909a0e98b473c2d342c20fdb57"],"role":["Cabinet member"]}} -{"id":"ec-membership-0b56ac854ac3614f16ac6681f83dac4cd18ececf","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"member":["ec-person-8529bbbc6db862f6b82d6fa66a7cf7668804dae7"],"role":["Cabinet member"]}} -{"id":"ec-membership-0b929a5f76a5eaf0356a5258b586685dda88eb0c","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-claude-jean-juncker-of-president"],"member":["ec-person-c402e34a99fbee730ae22e3b1958e21c94dc6fcc"],"role":["Cabinet member"]}} -{"id":"ec-membership-0ba05b84cf614c5dcf03c45194d36f31181be681","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-commissioner-jutta-of-urpilainen"],"member":["ec-person-a6ae9abd61cd135e990ccc05f2a7cc849f01a618"],"role":["Cabinet member"]}} -{"id":"ec-membership-0bce36b672445372af6df631785d818811150eb0","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"member":["ec-person-daef7f819b2f3ffe5e4f5d8eb2782954f3c4a4e2"],"role":["Cabinet member"]}} -{"id":"ec-membership-0bd51220d81cbc358b4794606484144aebed1ddc","referents":[],"datasets":["ec_meetings"],"schema":"Membership","properties":{"organization":["ec-dg-eurostat"],"member":["ec-person-1f2474c3459af9a9b81d057f194a27053f59b160"],"role":["Director-General"]}} -{"id":"ec-membership-0c0df2b100c2cf72e423b43ae1abf078ba5a7623","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"member":["ec-person-d462b3c7daeee00ad55e380a7fb96819f79899df"],"role":["Cabinet member"]}} -{"id":"ec-membership-0c97b8cc5ae6adf1a28243f9ee277ff24c1d56aa","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-adina-cabinet-commissioner-of-valean"],"member":["ec-person-fc3be846753d8ee60758ebedb7309dcf08aea52e"],"role":["Cabinet member"]}} -{"id":"ec-membership-0d643b56ef9ff004cff68da866d98029dd8e77c0","referents":[],"datasets":["ec_meetings"],"schema":"Membership","properties":{"organization":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"member":["ec-person-e8a5294f58092a20a59de29de6c790061aeb8611"],"role":["Cabinet member"]}} -{"id":"ec-membership-0d6dd14fce535100bc22f8edd80dbe26b5c775ae","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-der-leyen-of-president-ursula-von"],"member":["ec-person-74461c5e9d74bc939ba426d5740d1097ac434132"],"role":["Cabinet member"]}} -{"id":"ec-membership-0da45f8aada6150dee1821eb2695373f93f152fe","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"member":["ec-person-d56ecbfde17436a136fc89c9a978b266e8285c84"],"role":["Cabinet member"]}} -{"id":"ec-membership-0da8082d86c0d2cb39ae46282f7d096671099ec1","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-commissioner-gabriel-mariya-of"],"member":["ec-person-b858566ca66e8beffd2e5cdeee3e42c30770c7c0"],"role":["Cabinet member"]}} -{"id":"ec-membership-0dbbc3087b5395ae22947b6f2321418c25a8aa3b","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-breton-cabinet-commissioner-of-thierry"],"member":["ec-person-4d83416435f81b1f1e8f5c86aeebb1478577f1d2"],"role":["Cabinet member"]}} -{"id":"ec-membership-0dc58ee3f1b64a039534ccae8cab131aec51c105","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-dg-sg"],"member":["ec-person-6fde96d3b1e5bfc1dff081b7362d5ae9bd8291ac"],"role":["Secretary-General"]}} -{"id":"ec-membership-0e6f5eef50f72a5895c51ad5360b4354c18b523e","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-maros-of-president-sefcovic-vice"],"member":["ec-person-99d328c319d8e996bb8eafd4f202a8dce083bf05"],"role":["Cabinet member"]}} -{"id":"ec-membership-0e7a7105ab5e8446e3ce951d64d098bb31bff301","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-dg-grow"],"member":["ec-person-9f3f9b58a22cf98d55521b290d1facc431bdce86"],"role":["Director-General"]}} -{"id":"ec-membership-0ee894d64579b840ed76856c1879b2450bd29f2b","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-andrus-ansip-cabinet-of-president-vice"],"member":["ec-person-3ca0c466b8ff230d4409591430b388007ce14ff8"],"role":["Cabinet member"]}} -{"id":"ec-membership-0efa1d1654c3e3480a30d8f01bffe16c2421d6f7","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-dg-comp"],"member":["ec-person-31e7cd791b79740bb63dab72215f74f338860a87"],"role":["Director-General"]}} -{"id":"ec-membership-0f5f53ec7aceff5422dd59d8bfabbb4b72ac6350","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-commissioner-hill-jonathan-of"],"member":["ec-person-5fdb62e20cecef81f87f94d3d1bcdd3b47b26af0"],"role":["Cabinet member"]}} -{"id":"ec-membership-0f6c8c86d5a7f9601dafa29e5c6403ed1810061e","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-mimica-neven-of-president-vice"],"member":["ec-person-d455992f8f48b86e26e61f5284a9ef8e18aed182"],"role":["Cabinet member"]}} -{"id":"ec-membership-0fbb75127b74edbcbeb9a9046bf80c2db535fb76","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-jyrki-katainen-of-president-vice"],"member":["ec-person-88d71b399a3e13a243bdc4676e481835e8e5b2f2"],"role":["Cabinet member"]}} -{"id":"ec-membership-1029ec6ebdccb540efc201a3106e6005490d7c63","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"member":["ec-person-2c08a5c564984cde38ac0e7a31c05416e60711ce"],"role":["Cabinet member"]}} -{"id":"ec-membership-10347cc1d4494180fff2c74af9f76149de3ee9eb","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-commissioner-gabriel-mariya-of"],"member":["ec-person-0ebf0cb327cbf140de5316360168dfb48811c02f"],"role":["Cabinet member"]}} -{"id":"ec-membership-1077f906d2dbb35ca27863ced5bf1c62df502f3a","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-dg-reform"],"member":["ec-person-a6afb12070a889c7071fdf14b6620c79335680d4"],"role":["Director-General"]}} -{"id":"ec-membership-10eecdf016da9a757960c95cbaa834a36aa7e1cc","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-avramopoulos-cabinet-commissioner-dimitris-of"],"member":["ec-person-5e046f15134373d83c50f5c8ad3236d19fd92b98"],"role":["Cabinet member"]}} -{"id":"ec-membership-11a05c1066a0a7559fb35b2346a3aeefa77b7845","referents":[],"datasets":["ec_meetings"],"schema":"Membership","properties":{"organization":["ec-cabinet-commissioner-of-oliver-varhelyi"],"member":["ec-person-2fcfc3fdc664560a55719a48721ad8a958e431da"],"role":["Cabinet member"]}} -{"id":"ec-membership-1208b2ff6e9720d14255089934b42336ce1a3efc","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"member":["ec-person-45979518aeb963c1e56b5ef49b90e004ae8acf79"],"role":["Cabinet member"]}} -{"id":"ec-membership-1233eb1e0853c6930087198e4fe0096756d288b5","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-first-frans-of-president-timmermans-vice"],"member":["ec-person-7a0c440119cd5d547eceebb055c79b8bb41bf9a2"],"role":["Cabinet member"]}} -{"id":"ec-membership-1270e0453ade761d4c43bfe3e00b97329caea8d6","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-hahn-johannes-of-president-vice"],"member":["ec-person-f672afec7a839bc5243ddd3590bf9d6526226d41"],"role":["Commissioner"]}} -{"id":"ec-membership-137df54685273bdb760913449f96a69ac24651d4","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-mimica-neven-of-president-vice"],"member":["ec-person-886e1b865045c3ed98e99075006d09cea708acce"],"role":["Cabinet member"]}} -{"id":"ec-membership-13978306a4ed852ab97d92ebb12d0e1c0cba6cbe","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-bulc-cabinet-commissioner-of-violeta"],"member":["ec-person-7ac9445abdddc66a79f539ae13eb74e1ceb512df"],"role":["Cabinet member"]}} -{"id":"ec-membership-13bc4b7410237ba6396430d48c4d827dd58a58ac","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-commissioner-hill-jonathan-of"],"member":["ec-person-341f30cfe9dff9d73b83fe8d9e88d7383d6910d3"],"role":["Cabinet member"]}} -{"id":"ec-membership-140cd46edc80d58fda2fe8476300ac21ee695cac","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-dg-intpa"],"member":["ec-person-ad00e7dd980bb2a40a95c65a87f8760494546865"],"role":["Director-General"]}} -{"id":"ec-membership-14698859405fcec2f7e846dbf1d1e5f54a47ed4a","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-bulc-cabinet-commissioner-of-violeta"],"member":["ec-person-4d2b449b5047ea3fda435a2a1c1081e3babcdf76"],"role":["Commissioner"]}} -{"id":"ec-membership-14917c8f532405912f7a0ea45b96db3927e4f79e","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-commissioner-mairead-mcguinness-of"],"member":["ec-person-a5441c6a69a8a94fd64e02def60fcc6567f2c1d8"],"role":["Cabinet member"]}} -{"id":"ec-membership-14c97bade2e7428d73b3f91aeb019abfd637eb1c","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-commissioner-margrethe-of-vestager"],"member":["ec-person-dac695ac1387b12705ae5eff4cd935f0a667118f"],"role":["Cabinet member"]}} -{"id":"ec-membership-165f82239e913ef75c7d70e6ab76bb075de8359f","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-commissioner-janez-lenarcic-of"],"member":["ec-person-8ff6f198a90f7eeda1bb0588686bb5f0253dac62"],"role":["Cabinet member"]}} -{"id":"ec-membership-16861b6b83c599afcd1573f9beb574b57cfe545a","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-dg-digit"],"member":["ec-person-604d9fe28b16401771b67c820e6ce912f4d4a6b7"],"role":["Director-General"]}} -{"id":"ec-membership-17c0e9d18953ed678db0b05a9cc6c8c1df02bb64","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-dg-grow"],"member":["ec-person-0151c7e554d188fffc509ad636b7d1a84c5dfcd5"],"role":["Director-General"]}} -{"id":"ec-membership-17dfebde555988ac6a0c1f691adb77391f32898f","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-dubravka-of-president-suica-vice"],"member":["ec-person-026798f0d4b4567a1c4ba592351123da781ce908"],"role":["Cabinet member"]}} -{"id":"ec-membership-18a0d4eda11d17f968eb345385f91f4d12e24c69","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-bulc-cabinet-commissioner-of-violeta"],"member":["ec-person-e14c58f620f40325d829df7be0823280307bc15f"],"role":["Cabinet member"]}} -{"id":"ec-membership-1931337f8c9fa5e9b6b3fddd0949a4cffd11d9bb","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"member":["ec-person-8b6db5c3c4611618ade59c6d0dadc21c962f0ee7"],"role":["Cabinet member"]}} -{"id":"ec-membership-193d88c4e9c0c9c77f837a1ab9f95b74851e7c11","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-dg-de"],"member":["ec-person-d8b86b98a24683917c569000ed6d8c45bedbbc00"],"role":["Cabinet member"]}} -{"id":"ec-membership-194877db5c61144dcc78ff41c4ae4c7e4efed7c5","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"member":["ec-person-51a67cf3e19a8853620326cd57fd7e9750b2c9d7"],"role":["Cabinet member"]}} -{"id":"ec-membership-19a97753a7265c8f115e0b0ba095c577de65811d","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-karmenu-of-president-vella-vice"],"member":["ec-person-0e3efd8bc1c3ee9a80205d0bb78f316fa1621e5d"],"role":["Commissioner"]}} -{"id":"ec-membership-19c0507861ab9155c882ebc84bac80e6254c7b02","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-commissioner-dalli-helena-of"],"member":["ec-person-09fe68f5317e5e0a45277c9195b58da0a8037a5c"],"role":["Cabinet member"]}} -{"id":"ec-membership-19cbae60e4a38276229d1c128f052607194f2a0d","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-commissioner-navracsics-of-tibor"],"member":["ec-person-33076d1a800ce856f29bbab43813a5a80eef2da0"],"role":["Cabinet member"]}} -{"id":"ec-membership-1a1e2467d465da52d8682bf20eda6c04d4517601","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-karmenu-of-president-vella-vice"],"member":["ec-person-2966d69fae0ea4e67f3f2df5a743cc766267d3c8"],"role":["Cabinet member"]}} -{"id":"ec-membership-1a765dcb0f29414b1360d5aceb2396fc0f5760a7","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-carlos-commissioner-moedas-of"],"member":["ec-person-07b66759c911240aaa2b917489884273c71fac90"],"role":["Cabinet member"]}} -{"id":"ec-membership-1b23f32c4fc76c0043a662a750143b8abddee8ab","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-maros-of-president-sefcovic-vice"],"member":["ec-person-1463c77b5664bbf9e5ec22aaf41872b7b6823702"],"role":["Cabinet member"]}} -{"id":"ec-membership-1b593a0a50d1ee7582c29b3cc5ea7ea4c45661eb","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-borrell-cabinet-fontelles-high-josep-of-representative"],"member":["ec-person-8efd3b03f4e3aa3ce7ce35372f4dde70c1158889"],"role":["Cabinet member"]}} -{"id":"ec-membership-1bd795079a926628ce3d750871b53035dbb4e181","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-dg-rtd"],"member":["ec-person-1d348f33395de0ea6773a7b4ae8797e3e0392f73"],"role":["Director-General"]}} -{"id":"ec-membership-1c1183512751e8d8bcbaf33dac09af7242475257","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"member":["ec-person-55cdd2fceb3997b4092326294c9405769c7b491b"],"role":["Cabinet member"]}} -{"id":"ec-membership-1c37f92c10e98fde72c92980145d2858288bc750","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-jourova-of-president-vera-vice"],"member":["ec-person-7e1aeaad9232c788ee790cdb309ccad8f9ffdc5e"],"role":["Cabinet member"]}} -{"id":"ec-membership-1d31a1d6d6ee91bd49371a634a193032d11c4e94","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-carlos-commissioner-moedas-of"],"member":["ec-person-2b4bb0b28e7435e5f612e44d9664dbd1051efc55"],"role":["Cabinet member"]}} -{"id":"ec-membership-1d9165e211e036a1e6ea93223473fbac7d43cdd1","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-commissioner-hogan-of-phil"],"member":["ec-person-a1a78365cc4685b0958056646204977d8f2ead92"],"role":["Commissioner"]}} -{"id":"ec-membership-1e0ed160031af1bbcecf2543445a4932684656c3","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-commissioner-gabriel-mariya-of"],"member":["ec-person-53a0d9702b387d4c3c992d3de3c229fd17644dad"],"role":["Cabinet member"]}} -{"id":"ec-membership-1e135944c1db3d0aa5d7e06445c19f0a53bda6fc","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-borrell-cabinet-fontelles-high-josep-of-representative"],"member":["ec-person-5c8ccc3a26c74debd9229d0079ce0770768bf36a"],"role":["Cabinet member"]}} -{"id":"ec-membership-1ebf37646a0675b460fb7c3645a67fe118dc28c1","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-commissioner-hill-jonathan-of"],"member":["ec-person-f247edfcff54d4f26fc10769f809c92bc72d6797"],"role":["Commissioner"]}} -{"id":"ec-membership-1edd1617fb46b38278e576c34c63d21c8d564ea3","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"member":["ec-person-a58f1d06f5cb1d8dfd278e0c36d5aa1b9368b270"],"role":["Cabinet member"]}} -{"id":"ec-membership-1ef082b6d5d7289a0113bc87aaae9e3c5e594b30","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-dg-trade"],"member":["ec-person-2045c2589da3988908fcfe731e8224e7e06a7c63"],"role":["Director-General"]}} -{"id":"ec-membership-1efba6c69d19dbb0841f91fc7c829023556dc4a2","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-dg-taxud"],"member":["ec-person-3173c1cc052827c58f23ccd3a8de07534f0d35bd"],"role":["Director-General"]}} -{"id":"ec-membership-1f16ecd1ac772cf0ad232146843914c94eb65d90","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-margaritis-of-president-schinas-vice"],"member":["ec-person-b59ff7316734021e48aa7e0fd79eeeab36ea2bb4"],"role":["Cabinet member"]}} -{"id":"ec-membership-2055ce2e3b7e9c6bde4fd02b0dc9613b8cb07347","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-georgieva-kristalina-of-president-vice"],"member":["ec-person-9f4dcadff214f9cb7e8976c58804023e71bcf5fd"],"role":["Cabinet member"]}} -{"id":"ec-membership-20808ba404d479be5396eeb818a63f3a4b5f6166","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-first-frans-of-president-timmermans-vice"],"member":["ec-person-8d1c5ff76a431332387aa10936b0bff13f7d71fd"],"role":["Cabinet member"]}} -{"id":"ec-membership-21de4ff7197fcaf5e1ebb531afc887ba01e09b95","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-carlos-commissioner-moedas-of"],"member":["ec-person-a45151b401196e9c374c9acdada9d8840da271ad"],"role":["Cabinet member"]}} -{"id":"ec-membership-21f4a9201a371b77c82abf35dcf441047135c65e","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-commissioner-hahn-johannes-of"],"member":["ec-person-26e87e8dbc382b84ce1f54266bee0b7eab520454"],"role":["Cabinet member"]}} -{"id":"ec-membership-224d1ed4b9ebb37e726586d2e4f1a5e6e6e112ef","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-maros-of-president-sefcovic-vice"],"member":["ec-person-af83ed49c403cb9d7ebfecca7893f0054c1f4be5"],"role":["Cabinet member"]}} -{"id":"ec-membership-227b1d4ddf46b3689017fcbd8ee11b4af9abf7a4","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-dg-just"],"member":["ec-person-7f02c085966bf7e9ecf267d0fa52c94a32d1687f"],"role":["Director-General"]}} -{"id":"ec-membership-22c09be74f4b56815ada5e5d1390a2136a009091","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-der-leyen-of-president-ursula-von"],"member":["ec-person-387b2c9080aa68dc8eafc87ee6010da6ae5ffdc2"],"role":["Cabinet member"]}} -{"id":"ec-membership-22c80b68c95e7c30028faadd2634fc702e1c934c","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-commissioner-elisa-ferreira-of"],"member":["ec-person-6aefca8f66cd57549e22428bee7f0d2c97d16f52"],"role":["Cabinet member"]}} -{"id":"ec-membership-22cb8e11d0307a5cd621a3dac8cc9a35086ff1bf","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-commissioner-julian-king-of"],"member":["ec-person-6553ea29f3324ea99a6666023e42d69c5b933757"],"role":["Cabinet member"]}} -{"id":"ec-membership-22ce402bdf981b5d376ca80a93c0245c78dea100","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-commissioner-margrethe-of-vestager"],"member":["ec-person-ba88c0f325beb42cca2cabbf7a5ea2fe3a59f989"],"role":["Cabinet member"]}} -{"id":"ec-membership-236c17d8301981b09426ca121db35eee085fec16","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"member":["ec-person-df30d07ef698a52b9948b9c734db39196cf8541f"],"role":["Commissioner"]}} -{"id":"ec-membership-2371e4d8942d34ee3f2539b6bf2b9507a5b47f28","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-jyrki-katainen-of-president-vice"],"member":["ec-person-7c9460f99c5872dbdc561f5752401c870d12e98b"],"role":["Cabinet member"]}} -{"id":"ec-membership-237500a21e0b448c2ba300e7d93e910200e2e813","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-claude-jean-juncker-of-president"],"member":["ec-person-f9475e4bba20c9a170912adada60941243f778ad"],"role":["Cabinet member"]}} -{"id":"ec-membership-23c3be86b0b225151364adfe773b25a50ab79ec8","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-dg-taxud"],"member":["ec-person-f4345d97cfa27a834e9977e557ee9e2c79060f22"],"role":["Director-General"]}} -{"id":"ec-membership-2404679c48cb663603eba080e2b7f00637c3eaad","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-georgieva-kristalina-of-president-vice"],"member":["ec-person-dde26bf75a5cce4fbb9d7ff3a56ecdbd7090a3e8"],"role":["Cabinet member"]}} -{"id":"ec-membership-2415567b5f929c4bc6d6a297d825f1f0fdd59476","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-commissioner-didier-of-reynders"],"member":["ec-person-6c2abeaa21f9fe09b6a21f7f73e03d924e89018e"],"role":["Cabinet member"]}} -{"id":"ec-membership-24509034ec9e01fb8bff88195107c86ec762d0af","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-dg-tf50"],"member":["ec-person-ebad254ad157f20ffe76dada00bb408af413c89a"],"role":["Director-General"]}} -{"id":"ec-membership-248710844a8ce851fbf5e5a1481cdd6295a2496d","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"member":["ec-person-6b6135249735cff1f3061530471f1e159500c840"],"role":["Cabinet member"]}} -{"id":"ec-membership-24ebe2839a54dd119a4fc92a5501f4c57539d145","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-commissioner-kadri-of-simson"],"member":["ec-person-1995c65b8dc7f3702a8c30ed96a0144075848837"],"role":["Commissioner"]}} -{"id":"ec-membership-25efd84c5d77b09a45bd1241910d3908f37fe849","referents":[],"datasets":["ec_meetings"],"schema":"Membership","properties":{"organization":["ec-cabinet-georgieva-kristalina-of-president-vice"],"member":["ec-person-a9038b01730eb840d40fd1ecb6b8968999ca00e8"],"role":["Cabinet member"]}} -{"id":"ec-membership-260d9cef88e846314a644836b47698bf27c00362","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-christos-commissioner-of-stylianides"],"member":["ec-person-08c677aa002baa9f95be8a2d0aa3b89875e2badf"],"role":["Cabinet member"]}} -{"id":"ec-membership-26688129b04e7bd59f3ca2ddff589b477a04d057","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-commissioner-jourova-of-vera"],"member":["ec-person-3269ef00f0778677e6f4c8e0f72ce019084206fb"],"role":["Cabinet member"]}} -{"id":"ec-membership-26af13462ffed152d9236c10b5fc06e23849fb33","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-bulc-cabinet-commissioner-of-violeta"],"member":["ec-person-dd7851e4a1e747e824b4f81139e33bc3cdb73160"],"role":["Cabinet member"]}} -{"id":"ec-membership-26e034316d47b7620406485a679573b41e52e950","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-commissioner-hogan-of-phil"],"member":["ec-person-a985b9a03cb4f9af4f2f97583d8f92fb71579572"],"role":["Cabinet member"]}} -{"id":"ec-membership-27aa9bcedd00f0075c82c9035aeba3304a62313c","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-bulc-cabinet-commissioner-of-violeta"],"member":["ec-person-9d4dc4867a44dfe10f67ae7ee1706da3e8b48a24"],"role":["Cabinet member"]}} -{"id":"ec-membership-27d539b4f2b08a22e55dc3f4b59b6776f85f83c3","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-jyrki-katainen-of-president-vice"],"member":["ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90"],"role":["Vice-President"]}} -{"id":"ec-membership-28c99ce94a9fbeac16fc853b8d2243b1e4544ebc","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"member":["ec-person-6cd920669457898c6304ed6a599a852d84518227"],"role":["Cabinet member"]}} -{"id":"ec-membership-2972eda1be3da05c8a206ce66074a9613e063b17","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"member":["ec-person-19b143e83f8ab978c55c8a9a9e49e06dbfa14bf3"],"role":["Commissioner"]}} -{"id":"ec-membership-2979c134c4126626e485b7f7f1ea275f524f1365","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-commissioner-kyriakides-of-stella"],"member":["ec-person-89da633742fbb5cc6968446425905784a5dcc5bc"],"role":["Cabinet member"]}} -{"id":"ec-membership-29886c5014d3f7f123115b44adfca475f2498e8f","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-commissioner-julian-king-of"],"member":["ec-person-355668f7f858778b0b745d45441b2e4393f4a7be"],"role":["Cabinet member"]}} -{"id":"ec-membership-29c70ad6662f87b7e4e8baa4381fa9b1e11c2a9c","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-borrell-cabinet-fontelles-high-josep-of-representative"],"member":["ec-person-09e3d08df5a180336a981c2bd7382e19b5e380e7"],"role":["Cabinet member"]}} -{"id":"ec-membership-29f674bff95cf22e0d5cdb76761e3ca08095f75f","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"member":["ec-person-235870cd7eb41f2494f695fce18b5b5b88647113"],"role":["Cabinet member"]}} -{"id":"ec-membership-2a061c18d2d769c549ba1afc7192827c39c5eceb","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-andrus-ansip-cabinet-of-president-vice"],"member":["ec-person-666bc159c7e65a3af9e63c1e97435c02f1496955"],"role":["Cabinet member"]}} -{"id":"ec-membership-2a0f9aba0eb55d1b5505e1a5b92278ff1f2a1269","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-commissioner-gentiloni-of-paolo"],"member":["ec-person-5df376e361b25e1bd341dc9d2ef14cad40f2d09c"],"role":["Cabinet member"]}} -{"id":"ec-membership-2a20f785aba6c67bd55582b72e7ab76c62fcb1a8","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-der-leyen-of-president-ursula-von"],"member":["ec-person-441e123ab2364af12f12e77aed674e894e6cdaeb"],"role":["Cabinet member"]}} -{"id":"ec-membership-2a9e6276337e4576182fde534acaab71f8e91429","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-jyrki-katainen-of-president-vice"],"member":["ec-person-d975183c78354d0db02d14e7929965ccae776a1b"],"role":["Cabinet member"]}} -{"id":"ec-membership-2b072c1bca079c3534d3177a070ce6d2c2dd8faa","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-avramopoulos-cabinet-commissioner-dimitris-of"],"member":["ec-person-e786479f71eb21bc0a291dd644b61d86e09beb13"],"role":["Cabinet member"]}} -{"id":"ec-membership-2b68784dbb55a59869db0ed390f5b7452a9d1207","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-first-frans-of-president-timmermans-vice"],"member":["ec-person-4076aef8226bd451277bfd5135aa27d63b2ac548"],"role":["Cabinet member"]}} -{"id":"ec-membership-2b74a504122db79ca72d9a1ac1d271fe55a4d78c","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-der-leyen-of-president-ursula-von"],"member":["ec-person-a159f03add374257584565c2b05cc5539a7526e6"],"role":["Cabinet member"]}} -{"id":"ec-membership-2be03a147c876d85dbd9f5cb209df4f6c28cabc2","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"member":["ec-person-0e574d9526c0834ba7e67064cd6ec19a4a2460b9"],"role":["Cabinet member"]}} -{"id":"ec-membership-2c341a614a0aca9b5b3b6f962866ab2a1e5e2152","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-breton-cabinet-commissioner-of-thierry"],"member":["ec-person-b077a2e9f0fdb3b8f6e91d0bd0b256db9e40ce46"],"role":["Cabinet member"]}} -{"id":"ec-membership-2c6f5d3b645d10d813029a71d87b9e99a596d7f0","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-commissioner-mairead-mcguinness-of"],"member":["ec-person-2b9c589fb2354bd93067644d2c3d2c058d4c4cc9"],"role":["Commissioner"]}} -{"id":"ec-membership-2ca1d8feee0f49c91a924ef852d2ba062044396d","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-andrus-ansip-cabinet-of-president-vice"],"member":["ec-person-6a03bc4fa7657513ea34529e98dba0671ef4c849"],"role":["Cabinet member"]}} -{"id":"ec-membership-2d9755aa23681c7cb4196ff48b70a059d994aa64","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"member":["ec-person-ffe369688b1df8f09154d965f094473d619d72e0"],"role":["Cabinet member"]}} -{"id":"ec-membership-2dde45b461aeac9594990612430726a6aa36b1b9","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-dg-de"],"member":["ec-person-7fbb55656658b6d3c9593e50066f55d6533ef13c"],"role":["Cabinet member"]}} -{"id":"ec-membership-2e16f12decd42b62562ecfb9e699671c5f31695f","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-commissioner-marianne-of-thyssen"],"member":["ec-person-1e6d909aad1f2307a242bda5cf505005637affa6"],"role":["Cabinet member"]}} -{"id":"ec-membership-2e288dd980d763a1c5b7e9e14b6e0be3fc826773","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-breton-cabinet-commissioner-of-thierry"],"member":["ec-person-b0081a4fd9d4dbc0866ea534dd77c3419bc6feae"],"role":["Cabinet member"]}} -{"id":"ec-membership-2e38870fa9a1cf79e94e94045946d5df0b4cf06d","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-commissioner-mairead-mcguinness-of"],"member":["ec-person-44c404268b70ce0b79c4e148b5a7c4ae2c53ee30"],"role":["Cabinet member"]}} -{"id":"ec-membership-2f220cca9aac3470b1fe334a43f4f90f355f7dba","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-jourova-of-president-vera-vice"],"member":["ec-person-7a163c1020a2aefa0ea1473d934c053e3e34491a"],"role":["Cabinet member"]}} -{"id":"ec-membership-2fa1a4ffe89a318713fedd9b6aef435a9424cfdc","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-commissioner-hahn-johannes-of"],"member":["ec-person-52ebdba1b5ae6d7ba661630f40cdaaa33c25ee7d"],"role":["Cabinet member"]}} -{"id":"ec-membership-2fb78a1c0be978ba78db2e6b6bac7d34c445b8c3","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-breton-cabinet-commissioner-of-thierry"],"member":["ec-person-4b5aaa9cea258419f934faa90c41e25de348a2d8"],"role":["Cabinet member"]}} -{"id":"ec-membership-300fc98cfa9e1ffdc3555ff1fb68c1248148fff5","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-commissioner-navracsics-of-tibor"],"member":["ec-person-fa3187815cf956b0872e1668e14548b7d9f7ce93"],"role":["Cabinet member"]}} -{"id":"ec-membership-305536b993258f5804aa884190909d2c10d75a29","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-karmenu-of-president-vella-vice"],"member":["ec-person-c3b835c0518074ff4c4d2774cbe39b4fd24ba71a"],"role":["Cabinet member"]}} -{"id":"ec-membership-30a628a148fbd5cb10e2c4504ded9c3df0aa752c","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"member":["ec-person-5f350e729106851716ef9d25319b4e99b8279fa3"],"role":["Cabinet member"]}} -{"id":"ec-membership-318c8af5bc9a8e167cba5703098bc7bcbc2ff590","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-claude-jean-juncker-of-president"],"member":["ec-person-29c106b0461ffd79e95f0119bdd363fd3c7c3ab3"],"role":["President"]}} -{"id":"ec-membership-31d1059279aab429a88b3837521a7b6f0063f54a","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-dg-comm"],"member":["ec-person-b6c746215a5c0e8c8c5d2d25b85179e0063a6b33"],"role":["Director-General"]}} -{"id":"ec-membership-31e154b392390955991611204104282d5c7263e9","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-dg-rtd"],"member":["ec-person-3a3f2867fc07b851e10a70d1325a0cf2fc1a87dc"],"role":["Director-General"]}} -{"id":"ec-membership-32065ada5228f77dc701e4a9a4c111c5963f8223","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-dg-fisma"],"member":["ec-person-6be7848f21e63e093fdf3693cc8c3e2b6d29f776"],"role":["Director-General"]}} -{"id":"ec-membership-3282ca52db263f0f0f3cc377e6dc1b93742b58f7","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-christos-commissioner-of-stylianides"],"member":["ec-person-4eb539ec6be15a4ff0441bbf6fb6ee284d67eb15"],"role":["Cabinet member"]}} -{"id":"ec-membership-32d9d450f8c7b3503af84612753b3b555fe564ab","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-commissioner-corina-cretu-of"],"member":["ec-person-e1a05727a22b8fb46b79994b097ed9a07a144de7"],"role":["Cabinet member"]}} -{"id":"ec-membership-33b14b42053ed45ed283cc3c270a72ed36fef763","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"member":["ec-person-1d8581216d9aa7f26fa098a81e84ca61e0e3f261"],"role":["Cabinet member"]}} -{"id":"ec-membership-33f34ebd450d7e0e50a23da9c067d037bf3ebabe","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-commissioner-jutta-of-urpilainen"],"member":["ec-person-1ec9383fd54d9d4cd8a154c01fa71549eb8c75ac"],"role":["Cabinet member"]}} -{"id":"ec-membership-34298d3400f19a9ac25d236bc4ae89e23d6c09ec","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-commissioner-jutta-of-urpilainen"],"member":["ec-person-9788b5f9ccd101dc091867a4496a5735ee7151d9"],"role":["Cabinet member"]}} -{"id":"ec-membership-3514f71aa6502c96d504a7e55d52be12e49a16d2","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-andrus-ansip-cabinet-of-president-vice"],"member":["ec-person-e91c5be432b6b3efdda369792fed67c20b767a45"],"role":["Cabinet member"]}} -{"id":"ec-membership-35335b697007499ee2901d6a2a4215dada63f056","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-commissioner-jourova-of-vera"],"member":["ec-person-5455ecfabb89025694c798deac08160a2be17d94"],"role":["Cabinet member"]}} -{"id":"ec-membership-35621e50eadab53e810db16592cb606c35642998","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-dg-connect"],"member":["ec-person-3d379ff88d704acbd3444fdd59765df1225d4f9b"],"role":["Director-General"]}} -{"id":"ec-membership-361c31574b970f5dc71774313fcaee4f86690e18","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-maros-of-president-sefcovic-vice"],"member":["ec-person-442becb1e681f03d9df1dc59e73ecf1336c48402"],"role":["Cabinet member"]}} -{"id":"ec-membership-365e26468e28f7ae0eb463301eb0e12d5b3f9328","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-dg-echo"],"member":["ec-person-61ea528d6b7f7cbbd1e55a4a19794b785df35cf9"],"role":["Director-General"]}} -{"id":"ec-membership-369e089928924f2bfbcf5627180b7bc0906194be","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-commissioner-of-oliver-varhelyi"],"member":["ec-person-9557ac7bdd542fd66f0729a2d858d58278508a1d"],"role":["Cabinet member"]}} -{"id":"ec-membership-36ef464a4ebc1b5ce7e2baee7206bcfd033478fc","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-dg-budg"],"member":["ec-person-141e9cc397f37adfd6c16eb048466fa61dd3ebea"],"role":["Director-General"]}} -{"id":"ec-membership-36fc1f51705887dfd48b95753fa4d08ac1be4d41","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-commissioner-navracsics-of-tibor"],"member":["ec-person-dc2e0fed0fdf39a6a3f3ad63355c5215599de9d1"],"role":["Commissioner"]}} -{"id":"ec-membership-370ee081a57000c44be7854e51408d3af3ce08b5","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-mimica-neven-of-president-vice"],"member":["ec-person-fb34eddb2ee7d6b0c0bfdb52a4456e71ca8dd53c"],"role":["Cabinet member"]}} -{"id":"ec-membership-373ec896b580898a2d2ccef3302693227f80cf96","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-dg-just"],"member":["ec-person-64fe91130a710e9441279ace59821186f8ef52c4"],"role":["Director-General"]}} -{"id":"ec-membership-37655a001b62b9821bac64ad80e6fbf1533d86e9","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-georgieva-kristalina-of-president-vice"],"member":["ec-person-9252bff7737d664ef1c2c591fcae56caf6e880eb"],"role":["Cabinet member"]}} -{"id":"ec-membership-37a209eb9c8009c874d2271a23efc009706aa548","referents":[],"datasets":["ec_meetings"],"schema":"Membership","properties":{"organization":["ec-cabinet-commissioner-gentiloni-of-paolo"],"member":["ec-person-12fb0ed193bd6783d47e30716431cb4e7d57062c"],"role":["Cabinet member"]}} -{"id":"ec-membership-37a396f3ab0d9b2aedfa08128d1cc85c45f6014c","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"member":["ec-person-902665668634b69ce99a97f1853d89a9d1b275f2"],"role":["Cabinet member"]}} -{"id":"ec-membership-3851b102c0cfc90f06324740f2bf8a417080cff4","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-first-frans-of-president-timmermans-vice"],"member":["ec-person-284d94050a35c9079d8b1ba3f85eaf7777b5fea9"],"role":["Cabinet member"]}} -{"id":"ec-membership-385b229e672f002d0e4576e0834b24b2342737c5","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-hahn-johannes-of-president-vice"],"member":["ec-person-88a286c6d6c72ec16cca63360e34db2ff7ee4a1d"],"role":["Cabinet member"]}} -{"id":"ec-membership-387f5235340fbd3b14a4444ad4e46956c8a3d430","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-dg-dgt"],"member":["ec-person-6a68b33392f32089b342f1b8d2d766058b93d944"],"role":["Director-General"]}} -{"id":"ec-membership-389709499c054bb018cd6031da8df214dc6b2fb4","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-christos-commissioner-of-stylianides"],"member":["ec-person-70f80fbf343dc133e693ec37b3cac62182713647"],"role":["Cabinet member"]}} -{"id":"ec-membership-3910e3fdc5d28c192a8d25243d11d41b240e1018","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-claude-jean-juncker-of-president"],"member":["ec-person-9c3ecdfef0005edcc4749f05e79adbb4369d514a"],"role":["Cabinet member"]}} -{"id":"ec-membership-394cc584637210d5fa6d9aabffacab90b181755a","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-georgieva-kristalina-of-president-vice"],"member":["ec-person-e9717e17d52b55409987c5810e7ea7d7bf2cb2a1"],"role":["Cabinet member"]}} -{"id":"ec-membership-3962c50728930589187994ab9262a74947615015","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-karmenu-of-president-vella-vice"],"member":["ec-person-e3c587153be49902cde115f568bd5e9a9d548743"],"role":["Cabinet member"]}} -{"id":"ec-membership-397b6f503ddbf3a1bfcc001056c3c1af2b948708","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-commissioner-nicolas-of-schmit"],"member":["ec-person-c2208333f0f75350eef62b355a40bf856f2d9cef"],"role":["Cabinet member"]}} -{"id":"ec-membership-3982f6c1c5cc2af4b83cb8704d23f35ceb24131a","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-jyrki-katainen-of-president-vice"],"member":["ec-person-81b1dda49062e5dac42bdad9273fa72968a2c325"],"role":["Cabinet member"]}} -{"id":"ec-membership-39bea5074c11278d92bfda26ad1bd56fdabe22b6","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-maros-of-president-sefcovic-vice"],"member":["ec-person-e74918e8eb8a9ef96da8cb06c0eae7ac5080d822"],"role":["Cabinet member"]}} -{"id":"ec-membership-3a631319cd1e1bb6dbae5e6a0e6d084ce6596647","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-karmenu-of-president-vella-vice"],"member":["ec-person-0188cdcf7c0a8fcf8a7b49289575f4c70fd09534"],"role":["Cabinet member"]}} -{"id":"ec-membership-3b11fcfd5e7915e377f860141e8adb02a2c81f76","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-dg-hr"],"member":["ec-person-b037f0f40ee5bc6c58e1789548c8fc02aca31b02"],"role":["Director-General"]}} -{"id":"ec-membership-3b728bed9ddd48a392dd25d00b3f5302bc0a0425","referents":[],"datasets":["ec_meetings"],"schema":"Membership","properties":{"organization":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"member":["ec-person-97e7825e7623fb9054a9c56634137421d43b39b6"],"role":["Cabinet member"]}} -{"id":"ec-membership-3bc13e13c0f3c8dbef02a337624ff5e33d2e6ae2","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"member":["ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce"],"role":["Cabinet member"]}} -{"id":"ec-membership-3c439f4737a875a4687a90102537a3faf432d22e","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-commissioner-corina-cretu-of"],"member":["ec-person-2ab6296ada57eee7b1af6a77e7ff23cf6b0b1ccf"],"role":["Commissioner"]}} -{"id":"ec-membership-3cd6a1ab06aa2e1194bf4eed1189eea9565e4b46","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"member":["ec-person-7011e5cbc2635b64cfb9471192439035045fb852"],"role":["Cabinet member"]}} -{"id":"ec-membership-3cfdab0795a4fc5e8f93b861b86ca7ec41f2745c","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-der-leyen-of-president-ursula-von"],"member":["ec-person-66d141295841bdd2d0679d93aae62e07580fcee5"],"role":["Cabinet member"]}} -{"id":"ec-membership-3cff58defcc025f4a94979cbfee417af9ba15ac3","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-dubravka-of-president-suica-vice"],"member":["ec-person-e38d9f76fd8b368ff0a9e724d2cd3da76124d857"],"role":["Cabinet member"]}} -{"id":"ec-membership-3d515a306cc86e9fa84739cab39e7a207493d70b","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-commissioner-mairead-mcguinness-of"],"member":["ec-person-c7d8468d3870f7e4db534aa99b291f61e9d50404"],"role":["Cabinet member"]}} -{"id":"ec-membership-3d563533a3c776982af9fba9a3e7f114884c3244","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-karmenu-of-president-vella-vice"],"member":["ec-person-0a1842032f1d5f418b5b8ae5d2bbf6f5e87aba9c"],"role":["Cabinet member"]}} -{"id":"ec-membership-3d731777075db7093d974d08817db3d5a8b977c7","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-commissioner-navracsics-of-tibor"],"member":["ec-person-4d24029a6a4b5bbdcd825e134f010bd0b384f80a"],"role":["Cabinet member"]}} -{"id":"ec-membership-3e561d6300b07bc923cbcc1682c4ea5acc23ea71","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-commissioner-elisa-ferreira-of"],"member":["ec-person-5bebc7b029567ec14718c647bb3813e76a4c729d"],"role":["Cabinet member"]}} -{"id":"ec-membership-3e8678bb71759510ce3098bb56bb6a218d4eb4b3","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-commissioner-julian-king-of"],"member":["ec-person-d79b91ed720b1c6bd49ce28254caac411bf07855"],"role":["Cabinet member"]}} -{"id":"ec-membership-3ee05b8053114339014a35b1fe431a5d4ca0e5a1","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-jyrki-katainen-of-president-vice"],"member":["ec-person-955e8c493ab54847bb92b65986f56a401f8eabee"],"role":["Cabinet member"]}} -{"id":"ec-membership-3f31c1154c8ed6a5c8410c7e2ff0c4d8ec42bd65","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-commissioner-moscovici-of-pierre"],"member":["ec-person-ac604755dc7677c8653a5a5172e851f7c8e468b4"],"role":["Cabinet member"]}} -{"id":"ec-membership-3f37e391a09a1549bf8e87c36f7bf601b5428e47","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-commissioner-kadri-of-simson"],"member":["ec-person-2fb98fc84d2cf8d481688eff3d47f7745ead3592"],"role":["Cabinet member"]}} -{"id":"ec-membership-3fcb49d081734370e34bd2459f3b2629a81b2c76","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"member":["ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0"],"role":["Cabinet member"]}} -{"id":"ec-membership-3fdd17a477f1b43715db06d6401ca7e1117b7b7d","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-commissioner-kyriakides-of-stella"],"member":["ec-person-a14d25733c53171d0aa91b49f8fa6d0c83e15a17"],"role":["Cabinet member"]}} -{"id":"ec-membership-4051b0fc5cf9881c8c774c0bc2641711b5a8e02c","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"member":["ec-person-08c62f972c22464aca7a65520eb9406f8db14a66"],"role":["Commissioner"]}} -{"id":"ec-membership-406094bc1b710cd43eb83393cbf49e5761d2ad7c","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-dg-just"],"member":["ec-person-97e843c2fd98c7993c9ab42a071dd1c98c85041d"],"role":["Director-General"]}} -{"id":"ec-membership-4069d461f3ee442552de336ab3ef7e48406aa74f","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-borrell-cabinet-fontelles-high-josep-of-representative"],"member":["ec-person-6dfeddd1737aa9e4f44857147527fc2a19623e67"],"role":["Cabinet member"]}} -{"id":"ec-membership-408af275fb0249763fdb8404faa2e282e4a11325","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-bulc-cabinet-commissioner-of-violeta"],"member":["ec-person-5012c5e45a52ee8ce67d19c1781a127af53e73e7"],"role":["Cabinet member"]}} -{"id":"ec-membership-40a8b8af550cf854c72ace67b52c34438f5ad54b","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"member":["ec-person-9e7bd1005456277f156b671d1555c6a460fb2f58"],"role":["Executive Vice-President"]}} -{"id":"ec-membership-41134afaaf2104ba47c3f59d0c5561e6a780f50c","referents":[],"datasets":["ec_meetings"],"schema":"Membership","properties":{"organization":["ec-cabinet-dubravka-of-president-suica-vice"],"member":["ec-person-b0c0e35cd42ea8554d479513ed5c005e5433e115"],"role":["Cabinet member"]}} -{"id":"ec-membership-41251942b1b52e3786fe2eaa842d5e564bc6dd5b","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-commissioner-hahn-johannes-of"],"member":["ec-person-6dd3472dac004e43ec1fa4f5b4106e3b476c9ce7"],"role":["Commissioner"]}} -{"id":"ec-membership-41268f4751f5096619d9edef23ec8b4172b47dbe","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-christos-commissioner-of-stylianides"],"member":["ec-person-4424ecf39f7c6c9e4022ac46c71d81b0464ae6a5"],"role":["Cabinet member"]}} -{"id":"ec-membership-417cac2b8d561939383a153a42815aa140f30842","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-karmenu-of-president-vella-vice"],"member":["ec-person-98899253aaaa8e936aec841aef4a31c3573bbfad"],"role":["Cabinet member"]}} -{"id":"ec-membership-421e8e5bf324415b16fc82f36fc432eeaed96cc1","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-hahn-johannes-of-president-vice"],"member":["ec-person-643595d3a737c63fc95146b51292a4684ed1ca75"],"role":["Cabinet member"]}} -{"id":"ec-membership-429de928ae0dbb229f18921902aa40de68aed074","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-arias-cabinet-canete-miguel-of-president-vice"],"member":["ec-person-260e00934471a02805fb143935d6e9205a7f355f"],"role":["Cabinet member"]}} -{"id":"ec-membership-42c0d0641cf7465bd5b1ee4cfd68e8f741e1d5e0","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-commissioner-hogan-of-phil"],"member":["ec-person-d4e0ed779d9afad22ebc402fe3db519e121e437c"],"role":["Cabinet member"]}} -{"id":"ec-membership-42ef3958ea568ab8a96692816cfefe125979af45","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"member":["ec-person-a3ed762188f9656ad2089827d1f121894fc1c0d2"],"role":["Cabinet member"]}} -{"id":"ec-membership-431376a8b22b157dd67e5fbcc8f16d96c68bf7fa","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-commissioner-janez-lenarcic-of"],"member":["ec-person-35334591a1ee219b6f0829d58a8cfba058540557"],"role":["Commissioner"]}} -{"id":"ec-membership-431f33c565f73a546aaae2acd8c728b8057d1f52","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-commissioner-hahn-johannes-of"],"member":["ec-person-a3674866c760605fc38abed4dffd3f94f2c83d64"],"role":["Cabinet member"]}} -{"id":"ec-membership-433cad8a30fada2a7e42c3e9b2eeae3665d31d02","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-dg-clima"],"member":["ec-person-9c5c685692a09a77f2bc8ae9c05663b87cd75aae"],"role":["Director-General"]}} -{"id":"ec-membership-4424666dcdd4c39537fee74829a4674be92a83e3","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"member":["ec-person-4d24ceb9e6bdaabe394d1506aa601a9ce9d0e59b"],"role":["Cabinet member"]}} -{"id":"ec-membership-44b7cb42ca1696c0ab520c27a9d7e10a3904711b","referents":[],"datasets":["ec_meetings"],"schema":"Membership","properties":{"organization":["ec-dg-eurostat"],"member":["ec-person-c22efd7340b9306265a20cc1ae2a65f8372ff9ae"],"role":["Director-General"]}} -{"id":"ec-membership-44c82ec7e83d2796d32e565c538125d9dcc6f2e7","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-commissioner-dalli-helena-of"],"member":["ec-person-ce07afef6e1f4435f286cb947fa120d54d565b6c"],"role":["Cabinet member"]}} -{"id":"ec-membership-44fb982d4f5df1ada18916b1bf9ce8416efded16","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-christos-commissioner-of-stylianides"],"member":["ec-person-cdd689bd079714522dad472ea4446b0fcc660d8f"],"role":["Commissioner"]}} -{"id":"ec-membership-45321b17f1cb8192c4e4edc57b72bdd5953c350e","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-dg-scic"],"member":["ec-person-76b151748d1f1ba598736daaa89d7abd2c3bfacb"],"role":["Director-General"]}} -{"id":"ec-membership-453fe860713e13b1e0b7d48204deac917fa89f93","referents":[],"datasets":["ec_meetings"],"schema":"Membership","properties":{"organization":["ec-dg-epso"],"member":["ec-person-0441c68f3c8659e433cee98f8d335bb45fddbcef"],"role":["Director of Office"]}} -{"id":"ec-membership-4548f5582bdb825a4aabb430708138bbb01c3c6e","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"member":["ec-person-3520008ac93a203db50d106deafde939bc2729f1"],"role":["Cabinet member"]}} -{"id":"ec-membership-46e262c1ed33cfbad379300608c44ef4d0bc6229","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-adina-cabinet-commissioner-of-valean"],"member":["ec-person-267c5ab3ea5304fc6305ef321e214c9c1cd0f78e"],"role":["Commissioner"]}} -{"id":"ec-membership-47032244d3d84bf5421381eca788de1fafcd90be","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-commissioner-moscovici-of-pierre"],"member":["ec-person-b9f836405d2b9fd1d0c9ff974e151e9eaa4b93cd"],"role":["Cabinet member"]}} -{"id":"ec-membership-47249cd61b2e9e67da60a511640f0d27f46d3b96","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"member":["ec-person-3b28a0fe2132d3b1f8cef5b6fc7cdb7d191c57d0"],"role":["Cabinet member"]}} -{"id":"ec-membership-47a13bbb5f8c1c5ea85281782195d3797a89a733","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-commissioner-janez-lenarcic-of"],"member":["ec-person-31e4e9c3126a9151de6a161e669faba028b1ffa6"],"role":["Cabinet member"]}} -{"id":"ec-membership-47a55dd84a55dde6e2e7fcc366c9ba3e64c0481b","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-breton-cabinet-commissioner-of-thierry"],"member":["ec-person-7217954e3bc1aad2a1474fb760ea512a069f8fe3"],"role":["Cabinet member"]}} -{"id":"ec-membership-47d4bbdb5681e4864d177b47726c0b9bfb830a68","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-der-leyen-of-president-ursula-von"],"member":["ec-person-188c7b48d8d9f1d7fafbf84427c28332c9bed21e"],"role":["Cabinet member"]}} -{"id":"ec-membership-496503045fc831e12bb8378bebd993abeb9b5759","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"member":["ec-person-c92a6b4ef8328855b0234011be623ed9f15c86f3"],"role":["Cabinet member"]}} -{"id":"ec-membership-496d54552f6973706c0cc6d8cea2616134f82ec1","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-dg-ecfin"],"member":["ec-person-9b398cc97951266670f91bef34ea37df7380eef9"],"role":["Director-General"]}} -{"id":"ec-membership-4a1055bdfe1f751a933367d2b677ac6311e9ea04","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"member":["ec-person-7e9813c16d805ee7ebea3ef6444f384bc32abaaa"],"role":["Cabinet member"]}} -{"id":"ec-membership-4a285fc64f783e55e336c600fa07276cf8c54e81","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-commissioner-hogan-of-phil"],"member":["ec-person-ff8342dedc26701400fcb7dcf73fbee50a837ac6"],"role":["Cabinet member"]}} -{"id":"ec-membership-4aa4e6b43d65139d4bec37445bbaeb355a383c93","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-mimica-neven-of-president-vice"],"member":["ec-person-e06df06453c45a7a836ac84cbc479b8e48f16ea8"],"role":["Cabinet member"]}} -{"id":"ec-membership-4adc8ebcf539b99f3615928b39393d0818948d0b","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-commissioner-dalli-helena-of"],"member":["ec-person-d0b568d53468fcd3dfeeaddbd07343b5b065914d"],"role":["Commissioner"]}} -{"id":"ec-membership-4bb103d3688240d549c5325c7eacdd6f0525a929","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-arias-cabinet-canete-miguel-of-president-vice"],"member":["ec-person-2229c857664a22dcb8eee79a8c05841fd3d0924f"],"role":["Cabinet member"]}} -{"id":"ec-membership-4bcf5e6e80a439fa4fe36767e007ead841a73ebe","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-commissioner-hogan-of-phil"],"member":["ec-person-400dd8d59d3060187d9b9b143d697da1a3d03c12"],"role":["Cabinet member"]}} -{"id":"ec-membership-4bf2a3d53390acc31f49728578fb5c78ff5ea28c","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-dg-sante"],"member":["ec-person-3c7fdbe0c1c235777d916309465339b7ed1666f6"],"role":["Director-General"]}} -{"id":"ec-membership-4ce76ca0ff84ba006a16be164a3b4532210bd58c","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-commissioner-corina-cretu-of"],"member":["ec-person-c9d4945f28454cc49c4ea188c82e64b0dac3bd73"],"role":["Cabinet member"]}} -{"id":"ec-membership-4d140ebdef94a993d52ec90582aeb3cb5bdca340","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-christos-commissioner-of-stylianides"],"member":["ec-person-9a7ffff885ea7aadeebfd69837bfdae14289b06b"],"role":["Cabinet member"]}} -{"id":"ec-membership-4db20f261523f715bb508fcbcd7d3fa2a73014b0","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-adina-cabinet-commissioner-of-valean"],"member":["ec-person-5f7f9d4d861c5b97fbd25bccf6323535d2a7ceb8"],"role":["Cabinet member"]}} -{"id":"ec-membership-4dd6b73fdbd021283ad374f8a918b2da236c90f3","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-commissioner-gentiloni-of-paolo"],"member":["ec-person-5afc11966577af0bcf6f99488769b1eba37e3577"],"role":["Cabinet member"]}} -{"id":"ec-membership-4e211e7a0ad0420e971b5064c715d91fe12d7960","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-dg-grow"],"member":["ec-person-60a3d0d628d231b41af1d0c65607b0fd78ca4edc"],"role":["Director-General"]}} -{"id":"ec-membership-4ebc37d6ed769f90914a7d26645421696375317c","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-borrell-cabinet-fontelles-high-josep-of-representative"],"member":["ec-person-42da8445d83c04403ad965368d0db7c50c4641e6"],"role":["Cabinet member"]}} -{"id":"ec-membership-4f48ef1a913a4f7f1685a5a743f59a7172105ff9","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-commissioner-corina-cretu-of"],"member":["ec-person-f5bd4d5d0170028815aba56ee7d4883f0fd70f47"],"role":["Cabinet member"]}} -{"id":"ec-membership-4fa040f8862ea89d512b8f3f21410e4aeff8bb2d","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-claude-jean-juncker-of-president"],"member":["ec-person-e415577aabb40c0f789310505c6c5803aa69037b"],"role":["Cabinet member"]}} -{"id":"ec-membership-4fad5bf3c8c8f09ee3c436fe26cad09670c1f982","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-commissioner-julian-king-of"],"member":["ec-person-c5e8e10f494a7f5d0de6124025a80a8ec47c283a"],"role":["Cabinet member"]}} -{"id":"ec-membership-4fb3e10fc2f21f8ea3396baef68824ebacabd3d9","referents":[],"datasets":["ec_meetings"],"schema":"Membership","properties":{"organization":["ec-cabinet-commissioner-of-oliver-varhelyi"],"member":["ec-person-7c2ac03d5de1897584c3ba414699f94f77dd46f1"],"role":["Cabinet member"]}} -{"id":"ec-membership-501971b7973bdf50418ee9f53350b776d207803a","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-dubravka-of-president-suica-vice"],"member":["ec-person-08d40344214e6573b5eb0480c1a338d5dde265bd"],"role":["Cabinet member"]}} -{"id":"ec-membership-5070d1a45cf3c324a1d55104631929c63d5a2fca","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-commissioner-janez-lenarcic-of"],"member":["ec-person-a4dfc52eb1bb167ae4f4d6e6651b867eaacee0cd"],"role":["Cabinet member"]}} -{"id":"ec-membership-50847fac3f7bc5fbf6112a0cdd2bcfd65e4089e9","referents":[],"datasets":["ec_meetings"],"schema":"Membership","properties":{"organization":["ec-cabinet-commissioner-didier-of-reynders"],"member":["ec-person-20d4446deccc5de5ff62366e1a36b7a56c1ed898"],"role":["Cabinet member"]}} -{"id":"ec-membership-5089288d14e3c4154957b453b1e274c2ce44d269","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-commissioner-kyriakides-of-stella"],"member":["ec-person-8c3c9f5f3b2f84138bb6ab73180e2eff94b88ec8"],"role":["Cabinet member"]}} -{"id":"ec-membership-50980c61f12b7b51dff8b853a382d29e8a9040b6","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-jourova-of-president-vera-vice"],"member":["ec-person-76793b3bad1c7471121c510a962aae356d19c30b"],"role":["Cabinet member"]}} -{"id":"ec-membership-50fb4ff8d0e32335f9340252834ea9b5f33f151f","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-jyrki-katainen-of-president-vice"],"member":["ec-person-93e8e8ac2ee89edb4c52bce70d7472c8eae05edd"],"role":["Cabinet member"]}} -{"id":"ec-membership-50fe15a8e630f5b935c7bdb8bf59d6dd0f0f2324","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-commissioner-mairead-mcguinness-of"],"member":["ec-person-69324896e96bbd9e20f797e4c49f0d286d058227"],"role":["Cabinet member"]}} -{"id":"ec-membership-5116b4cbf9f5d70eeadddd8dfdcdb079be5efbc3","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-adina-cabinet-commissioner-of-valean"],"member":["ec-person-6e21d867543ef3b910e746c319cb048abd054702"],"role":["Cabinet member"]}} -{"id":"ec-membership-51605d72f02a4ebabd6a82e97917e5aee4a94abb","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-dg-fisma"],"member":["ec-person-1fce211249673c35ee07a801ddee77ab24af8d54"],"role":["Director-General"]}} -{"id":"ec-membership-5160a4747d99f8fd1ea6177bf0275e6e86a84d09","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-commissioner-johansson-of-ylva"],"member":["ec-person-1f14c98028fa6f9f43ee9cd5aef7ed77c30761a5"],"role":["Cabinet member"]}} -{"id":"ec-membership-525d417e30023e7b23cdf2c6f3a5bb50c2a9a58d","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-carlos-commissioner-moedas-of"],"member":["ec-person-8ec05e08adb6965c1b360cae0a4d52d4d72a2f95"],"role":["Cabinet member"]}} -{"id":"ec-membership-5285f37d45d4638749aa0981d00f46c307c76cf6","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"member":["ec-person-ee86c41d7473bc187090b8df8b593c8ea2faaf0c"],"role":["Cabinet member"]}} -{"id":"ec-membership-52df94a236931f1c2c4fa5179f6a4fcba49fb8f0","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-adina-cabinet-commissioner-of-valean"],"member":["ec-person-cc0354fbf386eb83f57c00ad5240f1dddeeabab4"],"role":["Cabinet member"]}} -{"id":"ec-membership-532c6863d06360ea1867048cc5836df4697aeee8","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"member":["ec-person-30d770ccd575865b3106f94220ce1ace16e48f1a"],"role":["Cabinet member"]}} -{"id":"ec-membership-533048d7b30fafd341559b6d02496b7da3a8c062","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-commissioner-gabriel-mariya-of"],"member":["ec-person-13ac9a19d8d04f97c0d32603d014df0dd4e1cd2a"],"role":["Cabinet member"]}} -{"id":"ec-membership-537a7fd547bdf276ec91e1bfa5f00c30fbecc7cc","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-first-frans-of-president-timmermans-vice"],"member":["ec-person-0eaac943e895c47df1465dda6c94e671c5081e0a"],"role":["Cabinet member"]}} -{"id":"ec-membership-53a66c26d04bf449b444d7432db0cc00afd44e29","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"member":["ec-person-5582b553fc27622716ec0589005296819f597ad2"],"role":["Cabinet member"]}} -{"id":"ec-membership-53cac9628dfc93aca029c2c3a9f817b4a0c6a0fe","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"member":["ec-person-97549b50ce25e488bb1c03d83cfb838cd4fdf293"],"role":["Cabinet member"]}} -{"id":"ec-membership-53e27043f1dd3c14d74755c8b01bc322402e736c","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-commissioner-hogan-of-phil"],"member":["ec-person-68b8e931bdd0cafe77ab8e98d87edbea128d6c49"],"role":["Cabinet member"]}} -{"id":"ec-membership-544a4714a834b05d2a9271a4dcdd1d2e72573704","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"member":["ec-person-48f31156d932641826e09f5b73f074d35ff05786"],"role":["Cabinet member"]}} -{"id":"ec-membership-55714eb9d7c40f4870ddcb52877f279a8c5c2e50","referents":[],"datasets":["ec_meetings"],"schema":"Membership","properties":{"organization":["ec-cabinet-commissioner-corina-cretu-of"],"member":["ec-person-ef014b27664c5e97f038ef143f295517dec5294c"],"role":["Cabinet member"]}} -{"id":"ec-membership-5577144d01155c4f6cefdd1971a86d74302d5b6b","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-commissioner-dalli-helena-of"],"member":["ec-person-aa0edba7826d1445c51c415ae3da020d45f9dc06"],"role":["Cabinet member"]}} -{"id":"ec-membership-55925ea2f6c68c850d2587d2a7e394cf007712ea","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-commissioner-of-oliver-varhelyi"],"member":["ec-person-455e75c046adb4f874e478e1fa34e4b563568b8b"],"role":["Cabinet member"]}} -{"id":"ec-membership-5592f50545f0ed3fec472729ec7ad887136a10de","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-mimica-neven-of-president-vice"],"member":["ec-person-5f446e21c2ca97624d9781d53ce7312477e72d6e"],"role":["Commissioner"]}} -{"id":"ec-membership-5644e23718d44d33aacbe2cdadcabc871bf9c00b","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"member":["ec-person-3f9ca71b74344417d1f072ba7f3e2f09a223b036"],"role":["Cabinet member"]}} -{"id":"ec-membership-567f6acf27767c3f66d4f3eed700bab937a4e9cc","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"member":["ec-person-f8efd5ca1c3794aa2954d6b5f54ff94f015fba20"],"role":["Cabinet member"]}} -{"id":"ec-membership-5699039667aaa2d79f395de911aba981aac0e012","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-bulc-cabinet-commissioner-of-violeta"],"member":["ec-person-be830229e281863b280fbdedb9755116218a1b6d"],"role":["Cabinet member"]}} -{"id":"ec-membership-569d8cf7f4d010e85a9d9272e1a84985df6a8d85","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-dg-empl"],"member":["ec-person-0d8ce1c547b8ca99decd25740ba12e2c0866a2fd"],"role":["Director-General"]}} -{"id":"ec-membership-571245d55873c11977c03d41409bd1ccef0d8ad3","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-dg-budg"],"member":["ec-person-39635b893026833f739fe623fe7e9d5a97525e7a"],"role":["Director-General"]}} -{"id":"ec-membership-572778f8b3869455d75340d7372b47c796c3c03f","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"member":["ec-person-7d3108a3faddd62588ca5729ecf06d7d51aee243"],"role":["Cabinet member"]}} -{"id":"ec-membership-57f777e2639c018c3ac96cfed3f269a79be275bd","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-commissioner-hill-jonathan-of"],"member":["ec-person-a9f927e92126f22da48d08ee37b059179988ada8"],"role":["Cabinet member"]}} -{"id":"ec-membership-581d8f4d54baec8b5ca7ced770f403a113db72f7","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"member":["ec-person-d2aee33b6a13b13cbded48adb1a569f8cf4d4033"],"role":["Cabinet member"]}} -{"id":"ec-membership-586727b3402c83c0b55d5a74225cdd85db65b83d","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-dg-comp"],"member":["ec-person-f257bc19c568ad25083c1c1e1651426245cefedf"],"role":["Director-General"]}} -{"id":"ec-membership-586ed0f61a79f54b85005be60b9583109fd9a310","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-hahn-johannes-of-president-vice"],"member":["ec-person-ffbd1e8ac522a6bd1cdc4b724b9a4416b5d36034"],"role":["Cabinet member"]}} -{"id":"ec-membership-58ff6c11c4c751713c0829e4fefda57023c4f1af","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-first-frans-of-president-timmermans-vice"],"member":["ec-person-6d8b11c800391d9e6515bbd1b0e9d54c7da270da"],"role":["Cabinet member"]}} -{"id":"ec-membership-59544ff9f4d4d74733ca54a17c21392778c20459","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-commissioner-margrethe-of-vestager"],"member":["ec-person-947ab3027ba90ce15968614ce35c12506b7a43ac"],"role":["Cabinet member"]}} -{"id":"ec-membership-59c20e697bf6fa038f769af5ffe997b964fe257d","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-gunther-oettinger-of-president-vice"],"member":["ec-person-2c623a49f3779b87b02d682e744cb67f27fbd5b3"],"role":["Cabinet member"]}} -{"id":"ec-membership-5a3b769be091ed450ffe4cc9688eda1c18ab28eb","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-gunther-oettinger-of-president-vice"],"member":["ec-person-923b96517f0dd544d160200d38d05b6ffe72372e"],"role":["Cabinet member"]}} -{"id":"ec-membership-5ab145d3a6b2d5cc6560c590691c9c576085790d","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-bulc-cabinet-commissioner-of-violeta"],"member":["ec-person-9fddf13de7f65229b7da7c5b25dca1630cad3c48"],"role":["Cabinet member"]}} -{"id":"ec-membership-5adcc31ceb5a35e01b72aa5efbe3a64ea3170415","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-commissioner-kadri-of-simson"],"member":["ec-person-d40f25b5cb5c0681854a4996da444478318f7e58"],"role":["Cabinet member"]}} -{"id":"ec-membership-5b4325ad3ae7f3c471c26e910a000b7569d207d8","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"member":["ec-person-754ed38c8c41a4774ea216057a91839acc09b1e1"],"role":["Cabinet member"]}} -{"id":"ec-membership-5ba671a2f6895e72930fc907d9cb7aa82e6a7066","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-commissioner-marianne-of-thyssen"],"member":["ec-person-cfb8d8d884367ef98b079fcd883ece7c89ec28e2"],"role":["Cabinet member"]}} -{"id":"ec-membership-5bdc80201a8d01b3c591a9d435eb74669ff21e7f","referents":[],"datasets":["ec_meetings"],"schema":"Membership","properties":{"organization":["ec-cabinet-maros-of-president-sefcovic-vice"],"member":["ec-person-10f797feb4a8fa5729ffbd2cd5f2766f8e54a49f"],"role":["Cabinet member"]}} -{"id":"ec-membership-5c25713fa57d211fda09b9298dbe8e2a48f97c79","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-commissioner-janez-lenarcic-of"],"member":["ec-person-64e09f24899090e992a0371d8d7c2c4eaca87152"],"role":["Cabinet member"]}} -{"id":"ec-membership-5c3b80215080de06ab57259ed6e9f62b04bc6227","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-dg-intpa"],"member":["ec-person-afe6f55069d2cc5483157e138e41abd63140fdd8"],"role":["Director-General"]}} -{"id":"ec-membership-5c4fea1ba9f1ccc0369b6ade18813607f6e6c514","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-dg-olaf"],"member":["ec-person-c90088f66bae9d193e5d31cb2db28cf7c517a2b9"],"role":["Director-General"]}} -{"id":"ec-membership-5c6addb44ca59af9388266027b6f1c584d4798f6","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-georgieva-kristalina-of-president-vice"],"member":["ec-person-02fbf3278d64a2c309f843d977d5501458d4f7ed"],"role":["Cabinet member"]}} -{"id":"ec-membership-5c75739935ee5eef0cbc2e9b599c5fe8ec7d830f","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-dg-rsb"],"member":["ec-person-c8fe561c75ce26b5c43addac05060bbc5be74fe9"],"role":["Chair of the Regulatory Scrutiny Board"]}} -{"id":"ec-membership-5c79869c83072bff8da7394425f718a0a1caa92c","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-commissioner-of-oliver-varhelyi"],"member":["ec-person-daf8ff1073a04b30d2f54219ecc93002ef3a684d"],"role":["Commissioner"]}} -{"id":"ec-membership-5ca9574dbf3e0d18c294cac34e46910bb2db8a08","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-commissioner-navracsics-of-tibor"],"member":["ec-person-cb6aa96c497dead35eb0f2ed0339e5423d506549"],"role":["Cabinet member"]}} -{"id":"ec-membership-5cb8103796e15dd69611c31a64dc70e1d63fee24","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-jyrki-katainen-of-president-vice"],"member":["ec-person-0310c3b87e155f5572493e91d12eebab9736a76b"],"role":["Cabinet member"]}} -{"id":"ec-membership-5ccd2f38ea6725616ca728481279368bc12d8e2b","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-der-leyen-of-president-ursula-von"],"member":["ec-person-856d40a366fb80b8149de2eb014689d155f43ee2"],"role":["Cabinet member"]}} -{"id":"ec-membership-5cd67da43f8527de5296fdded787fe3a74728d46","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-commissioner-mairead-mcguinness-of"],"member":["ec-person-1d2f53447b8f2d9bb3f50f7247ad40c2cf8036e4"],"role":["Cabinet member"]}} -{"id":"ec-membership-5d5c2d4e8a3af11522b46223bf6601089c065065","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-commissioner-julian-king-of"],"member":["ec-person-ca8657bb707da1a6a3aad07666e8e325d5faa7e3"],"role":["Cabinet member"]}} -{"id":"ec-membership-5d7ce8f90c80b62c9ffbf00513f52eaa2a163545","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"member":["ec-person-52555669c3f3a6cc9e91faaf570bc2909857b44b"],"role":["Cabinet member"]}} -{"id":"ec-membership-5e4c9980d818be4469a721354e5774bf1be6daa8","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-georgieva-kristalina-of-president-vice"],"member":["ec-person-335e79b90bd0f2b37f9193d6285514044d6c897e"],"role":["Vice-President"]}} -{"id":"ec-membership-5e9019397197f978776d5eb60f2ac4cec026332a","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-commissioner-moscovici-of-pierre"],"member":["ec-person-79931cfd2923c1aca9c7d284e9590732b0a36ed9"],"role":["Cabinet member"]}} -{"id":"ec-membership-5edf2ebe2680ae4e22aad75f85c58066a87106ae","referents":[],"datasets":["ec_meetings"],"schema":"Membership","properties":{"organization":["ec-cabinet-maros-of-president-sefcovic-vice"],"member":["ec-person-0989ba676c7e16d59617d3e5c9130c9ba3eb8939"],"role":["Cabinet member"]}} -{"id":"ec-membership-5f1d24a1529e7c16534f2939d63ed018fbe773b1","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-dg-de"],"member":["ec-person-70bb5ab896e4d70fd6580bf0f2244bc172ae757b"],"role":["Cabinet member"]}} -{"id":"ec-membership-5f3572623cc69fdfefcddfa0bdc568033ed108f3","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-der-leyen-of-president-ursula-von"],"member":["ec-person-781d246729522a816df2b77a616f5ae127bc104e"],"role":["Cabinet member"]}} -{"id":"ec-membership-5f758dfc99d981042db538ac9bdb1cf7c68176d7","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-commissioner-dalli-helena-of"],"member":["ec-person-dbd4bba0ef71d4385c97691e3df5bb484709a07e"],"role":["Cabinet member"]}} -{"id":"ec-membership-5fd30f41682da743a2f0955515fbe787117f8234","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-first-frans-of-president-timmermans-vice"],"member":["ec-person-57dd62a1a14508927bd5ec98bb97342f2d0834c9"],"role":["Cabinet member"]}} -{"id":"ec-membership-6082d3944dc6ef0803eadd285cc2da75c07818dc","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-commissioner-hill-jonathan-of"],"member":["ec-person-03cf92829e273869bfbd8bbf4f1881dcd0848186"],"role":["Cabinet member"]}} -{"id":"ec-membership-60c7d075c6aecefe0073b8b2d0667307017be344","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"member":["ec-person-172a438ed334761e2ab5d52e551fd1bcb6ab6b8d"],"role":["Cabinet member"]}} -{"id":"ec-membership-60cd39b2345ceece4a151eb96bb8c41e6deb2f0f","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-commissioner-janez-lenarcic-of"],"member":["ec-person-fbefdec4fe0937769936645b8ac74a3a7c588ef2"],"role":["Cabinet member"]}} -{"id":"ec-membership-6148113a146b54022787b1a02d5f8966eb51694a","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-maros-of-president-sefcovic-vice"],"member":["ec-person-418d7a56c6e6d14aeb09d76e243d6fa583f7e549"],"role":["Cabinet member"]}} -{"id":"ec-membership-61b637deee8385ce86862ed66da09d972691f414","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-dg-sj"],"member":["ec-person-c7525eb4b356e4e8e4634178554e72bf53d99301"],"role":["Director-General"]}} -{"id":"ec-membership-61f65d9cdab5ae42b34d94bfd6933a4ac96298f1","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-commissioner-gabriel-mariya-of"],"member":["ec-person-05eacb798fc0f8126f85d49d86bd896a56be569c"],"role":["Cabinet member"]}} -{"id":"ec-membership-62c392fcef36bafdaa671d3f5e9cc9c3d7663910","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-commissioner-mairead-mcguinness-of"],"member":["ec-person-05e041b8d277691244c6f31f9f6c3e2c871b3392"],"role":["Cabinet member"]}} -{"id":"ec-membership-6322b1697bbfe8306d176b8b3888fb6b9aa5eed5","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"member":["ec-person-0dbfffeb0323f819c8d57164906086dd8639c437"],"role":["Cabinet member"]}} -{"id":"ec-membership-63963b7ee840151eeadf43116560f980f20f0f85","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-gunther-oettinger-of-president-vice"],"member":["ec-person-6ae6cc420fab2c032884945814d4e330cecb43d7"],"role":["Cabinet member"]}} -{"id":"ec-membership-64f7057d1d4e5316b4ba177a868905f52c92b34b","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"member":["ec-person-97425c615743576adc42e09bee7dac14f83f691b"],"role":["Cabinet member"]}} -{"id":"ec-membership-64ff283294615498a64080924ed161a6dd19563e","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"member":["ec-person-591ec829ca734bcfe59a2c9c7f07f9dff22a0ea9"],"role":["Cabinet member"]}} -{"id":"ec-membership-6511246b86b1789a2d0ccee97ce97725f61c3bf9","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-dg-defis"],"member":["ec-person-a5e52cd544ea3aa44eb4b31fac65a468499f106e"],"role":["Director-General"]}} -{"id":"ec-membership-660093b9b0638e54c474569169e52c4c55221e5c","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-dg-move"],"member":["ec-person-d856b0f199c84d5b5003106bea2ee6d0392e2428"],"role":["Director-General"]}} -{"id":"ec-membership-66071f32184b7298332ee20dedf20600ef71690a","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-breton-cabinet-commissioner-of-thierry"],"member":["ec-person-1ab5843ab67b9915be990aebc02f9a83df200cf4"],"role":["Cabinet member"]}} -{"id":"ec-membership-668c084f79f500d165aa134ffaf5fcff8de48437","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-jourova-of-president-vera-vice"],"member":["ec-person-221276f2dfa4b8fe628f08e982d967b6aeb61c57"],"role":["Cabinet member"]}} -{"id":"ec-membership-67a44dd843985fd6d2f05dadfac8a5a0a4dae803","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-commissioner-jutta-of-urpilainen"],"member":["ec-person-26cc31f8d5b9581bfc496e29c4b603745b75d980"],"role":["Cabinet member"]}} -{"id":"ec-membership-67c1d3d3bef8b337e6f5d944d27704517117230f","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-dg-fpi"],"member":["ec-person-c3b6b442c99862009242a343eeb51ed66498bd31"],"role":["Head of Service"]}} -{"id":"ec-membership-6818c839391bf35c4a466d60869b7fb8804810ef","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-commissioner-hogan-of-phil"],"member":["ec-person-d0aad15bfcd899ec988329ba27d6e661ca34456b"],"role":["Cabinet member"]}} -{"id":"ec-membership-681d2a4c0fea47d3f3d5d97c7e6028898b3df7a9","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-commissioner-margrethe-of-vestager"],"member":["ec-person-0700cb0f43a2d20f4938902c4a086aca632d71fb"],"role":["Cabinet member"]}} -{"id":"ec-membership-681dacc8dd6edff2b7511f831f135f6640526d2d","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"member":["ec-person-9de2bdbd71a153577984a493028e19bcb8c1514f"],"role":["Cabinet member"]}} -{"id":"ec-membership-68acc7f4bc30e21c8f96c3e389cccaf1f9b88156","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-commissioner-gabriel-mariya-of"],"member":["ec-person-aac4e4c77e459b480bfebb0e76dc3b26fdfb1d6a"],"role":["Cabinet member"]}} -{"id":"ec-membership-690dfb2c3c133a1e3d4b6cfc7a00b878a9d407a2","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-first-frans-of-president-timmermans-vice"],"member":["ec-person-6c0efbf1635ca0cb8dce32e129231fa3136f600b"],"role":["Cabinet member"]}} -{"id":"ec-membership-693eb55d2515c818d0ea2552d0c78cb3b795ead0","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-dg-pmo"],"member":["ec-person-bbb54040fed5dcba69f7810a70957cc58a666ace"],"role":["Director of Office"]}} -{"id":"ec-membership-69b6e28be06ccb470e1a85793797f2d1518405ce","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-commissioner-moscovici-of-pierre"],"member":["ec-person-18ec03f403696ecde522f7843ba9c4ff6335ead4"],"role":["Cabinet member"]}} -{"id":"ec-membership-69be47e42cc1db7696767dba647c5b7055d81dc8","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-hahn-johannes-of-president-vice"],"member":["ec-person-14243ca3b6c9c0f57c03163cfda58dad2d75b681"],"role":["Cabinet member"]}} -{"id":"ec-membership-69c37fa9c24fc512e543d1f7e166416dcdbb0f35","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-commissioner-gentiloni-of-paolo"],"member":["ec-person-35b83a90b979d3fc1a2ee6dc6af6e91338204918"],"role":["Cabinet member"]}} -{"id":"ec-membership-6a84f5b28629b41c07ab0c09d85102a719fdb302","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"member":["ec-person-11ba005cc4046696303381b7ca219da9b11a42bf"],"role":["Cabinet member"]}} -{"id":"ec-membership-6be77eaa34d63555a49010331b3691e5ee0963cd","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"member":["ec-person-9909a5a1d25893da46a5abd80479d454b282c030"],"role":["Cabinet member"]}} -{"id":"ec-membership-6c20c381f9ff13e0a3f49787caf461ef8a7f6f17","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-adina-cabinet-commissioner-of-valean"],"member":["ec-person-e5f1558cac43dd4f90847b508b6753edb0a9f903"],"role":["Cabinet member"]}} -{"id":"ec-membership-6d9b96e30e9d94cdd4bd4a589eb3480ef49e9a6e","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-borrell-cabinet-fontelles-high-josep-of-representative"],"member":["ec-person-9dccdcf2f8ab1673bfd7f4d38db8791ce6cd5bc9"],"role":["Cabinet member"]}} -{"id":"ec-membership-6da569952034d49ca3bb2d47494c13b2bc382aed","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-commissioner-kadri-of-simson"],"member":["ec-person-ba3b83676ad38094e71b64b644f3e3d2c61b8182"],"role":["Cabinet member"]}} -{"id":"ec-membership-6f4e8db299e253c8e4939da65ec4308a527e35af","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-borrell-cabinet-fontelles-high-josep-of-representative"],"member":["ec-person-ed7a9452eaf44b4cf98c95e882928d909ad02226"],"role":["Cabinet member"]}} -{"id":"ec-membership-6f8a6473bb7c45fbbf9fdde6711af5abc4b2a5f9","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-dg-echo"],"member":["ec-person-d61378c20fe37329811d259b70c85c780bceb0fc"],"role":["Director-General"]}} -{"id":"ec-membership-6fd1d858088e097afb278e7485573d0263ed921b","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-der-leyen-of-president-ursula-von"],"member":["ec-person-09e754ed16961925cf1fc45ca9d1622435166a87"],"role":["Cabinet member"]}} -{"id":"ec-membership-6fd89a2a97d593cbc45053b0cd6388380b796ea9","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-der-leyen-of-president-ursula-von"],"member":["ec-person-a2ac27c3a7aa93937efc47169c1dc2264a822175"],"role":["President"]}} -{"id":"ec-membership-701c640642634beec3cbb351dc6164ee1fc1c704","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"member":["ec-person-90b64673ee7f4c1dae185fbd64b45f5c45f2b66d"],"role":["Cabinet member"]}} -{"id":"ec-membership-701dbb96e9cff6126cae7112d23b24462d58a6a2","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-commissioner-jourova-of-vera"],"member":["ec-person-a608b85b2ffef83f883b5a2330b6232efa1b7141"],"role":["Commissioner"]}} -{"id":"ec-membership-70a32cb824b73dcfe90ebfa6a5036b1297901006","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-commissioner-marianne-of-thyssen"],"member":["ec-person-30b86bb23229e021bfd27134f723d390b5c86aee"],"role":["Cabinet member"]}} -{"id":"ec-membership-719966f6fa5f076df92c68f4fcbea232480790be","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"member":["ec-person-bb1f295d8be3d10004d7e5fd7c24248a21215775"],"role":["Cabinet member"]}} -{"id":"ec-membership-72397a78f3f120d34775cbd9c134475207689ed8","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-dg-regio"],"member":["ec-person-3bc647761a4c1a96c0e7b4c3729d7408a61558b0"],"role":["Director-General"]}} -{"id":"ec-membership-72ab0afa3b42069d59a922e008644552962d0d35","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-commissioner-gabriel-mariya-of"],"member":["ec-person-6cd1e3bf3a4eec9e9db49b32cf3d20ab7dbfe03f"],"role":["Cabinet member"]}} -{"id":"ec-membership-72b7326ba1712d659cb9d8da9ba1205faed57b66","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"member":["ec-person-ef3e882499136b48d744f4751cee95c0f8866078"],"role":["Cabinet member"]}} -{"id":"ec-membership-7307b4455632462b4039b176607b427389795010","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-dg-taxud"],"member":["ec-person-9e42f316f38c8e126c2cd2bc84affb891338c7f3"],"role":["Director-General"]}} -{"id":"ec-membership-73259175ca140b6e5548703a27449a336ff4b107","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-dg-rtd"],"member":["ec-person-21e7c4128517e637666af6796b09ff2cb8a40848"],"role":["Acting Director-General"]}} -{"id":"ec-membership-733b57373b8feb290985a7dc574c91338734af3a","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"member":["ec-person-7167587814c61122201e2afb04bfb47539db4823"],"role":["Cabinet member"]}} -{"id":"ec-membership-73d03a71121e55cff466f8d1fb1808bd27d09567","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-commissioner-corina-cretu-of"],"member":["ec-person-9d82b1471c4c81e026b73d025790b3d843428640"],"role":["Cabinet member"]}} -{"id":"ec-membership-743b22bc027d4a2bbeeac65827005be7fe049d07","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-der-leyen-of-president-ursula-von"],"member":["ec-person-7019713e72781afb1f3b19032c4752a314b78180"],"role":["Cabinet member"]}} -{"id":"ec-membership-745dee24b336c6c6ab4f0a20f41f08754592a6fb","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-arias-cabinet-canete-miguel-of-president-vice"],"member":["ec-person-7e87a14bf64af274f1cfb85d6b64a405eea6217f"],"role":["Cabinet member"]}} -{"id":"ec-membership-7492424b789e27a7ea25588a3d81c9221843cc2f","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-arias-cabinet-canete-miguel-of-president-vice"],"member":["ec-person-25a937c04cd0a0ddcf5cf34798e76b5105854114"],"role":["Cabinet member"]}} -{"id":"ec-membership-74a22b8666131b1d4549a23dec079df96557b7a6","referents":[],"datasets":["ec_meetings"],"schema":"Membership","properties":{"organization":["ec-dg-pmo"],"member":["ec-person-0b36cea63f3c2b4bb66050c44e979a71b2a16282"],"role":["Director"]}} -{"id":"ec-membership-74fc1a5053bed8554ba401d79c2cd5e89ec52f88","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-commissioner-kadri-of-simson"],"member":["ec-person-02dcb64edd20203955d6dad9d5c0dbc71a3d7816"],"role":["Cabinet member"]}} -{"id":"ec-membership-75335a868851ab4030ba73e45d56b3773fb8017f","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"member":["ec-person-44b490fe34d152b5131dcac8dff9edd30ccb5ece"],"role":["Cabinet member"]}} -{"id":"ec-membership-7655bc9050632429756a7abfa441bbcb299ca982","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-dg-eac"],"member":["ec-person-4b0c15b75d9d40b5f296fc3f15972fd544f6b6d6"],"role":["Director-General"]}} -{"id":"ec-membership-76ac2fa583e4394ecf672e0e3984e7ad721b02f2","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-dg-jrc"],"member":["ec-person-b3e6b7a4bd40eead1b939244f1cb4e9bdaf65f46"],"role":["Director-General"]}} -{"id":"ec-membership-772e5892a3fc6775cfcdb81f8f7c9822dee05cdf","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-first-frans-of-president-timmermans-vice"],"member":["ec-person-01b0efc259ff923af8b8d082662adf4ce30869d3"],"role":["Cabinet member"]}} -{"id":"ec-membership-77d83584118611b6bee5e6a6b930f2787e63f4af","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-dg-intpa"],"member":["ec-person-05c4477b89b93e7969f12d89b38f77fedce5876f"],"role":["Director-General"]}} -{"id":"ec-membership-7837d35e16f5c5f25a039b50d769b9545efdb55e","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"member":["ec-person-4afd4ae4e50604ac3c0c9ae597bcb74eb1dd31b6"],"role":["Cabinet member"]}} -{"id":"ec-membership-787bf2fab0098f6106457d98b97e897c2204af87","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-commissioner-mairead-mcguinness-of"],"member":["ec-person-00f66582d8581f7480e12525027b5a1ee9b22f07"],"role":["Cabinet member"]}} -{"id":"ec-membership-78b60741a9833b11f80b7a7338cce987ae5986c5","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"member":["ec-person-df7b6800b8d3048e28fedb084a8b0b72260d7a0a"],"role":["Cabinet member"]}} -{"id":"ec-membership-78d8cb30934e77d10afb66622c5912c81463ac93","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-gunther-oettinger-of-president-vice"],"member":["ec-person-1a98ebdc65a0fda494d1f6eb6fb74247a3036490"],"role":["Cabinet member"]}} -{"id":"ec-membership-78e5d2006ee52d5d5ee35f4169255b4fdba544b4","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-christos-commissioner-of-stylianides"],"member":["ec-person-10c54be4d329cdb48323a77ede26cedf5c4850ad"],"role":["Cabinet member"]}} -{"id":"ec-membership-7927d79e6b5d93416e6005cc316021d2ad39ff25","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"member":["ec-person-b4af267cd7b109754c551f0ced280f6cf3718f16"],"role":["Cabinet member"]}} -{"id":"ec-membership-7933ec9b724babdf29412357408a3a8c363759ca","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"member":["ec-person-c986c9ff99d99d8006e000db5a8046be615813ae"],"role":["Cabinet member"]}} -{"id":"ec-membership-7999418acaae71fad7baac41378b990913000b00","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-dg-mare"],"member":["ec-person-6e64215cdacfeb6c6d4709a7f72c2b1c94a3d908"],"role":["Director-General"]}} -{"id":"ec-membership-79df5de78c159d825d314af3ccbaf186b0a3ba04","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"member":["ec-person-ef0f66e9880a22ea8d9657bd982daf9bd74838c1"],"role":["Cabinet member"]}} -{"id":"ec-membership-7a0d8d84a9b8816d71cf4f6838f938920c915dcd","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-dg-empl"],"member":["ec-person-dd259fce880e1853f0beb087443bce6e7dea70d7"],"role":["Director-General"]}} -{"id":"ec-membership-7a9e41e7cd6877d603f5f4699ee397cdab9ddd8f","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-commissioner-jutta-of-urpilainen"],"member":["ec-person-7c4fa9cfb750b5b524c065180fcee1123b8df03e"],"role":["Commissioner"]}} -{"id":"ec-membership-7b035f8136cb16b0779ab66c8a0e80cbeb243d0f","referents":[],"datasets":["ec_meetings"],"schema":"Membership","properties":{"organization":["ec-dg-op"],"member":["ec-person-17f23275b655c9985d61c079282d7d2a3c12e03c"],"role":["Director-General"]}} -{"id":"ec-membership-7b9d40ffa1c66e068ebb94227c3d63b13a1aa618","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-commissioner-kyriakides-of-stella"],"member":["ec-person-991ce64cea5178762c932ac823ea5d309e7a8d93"],"role":["Cabinet member"]}} -{"id":"ec-membership-7bc30bcdd9c02eeb7f87f9b4f40644c97a4b6581","referents":[],"datasets":["ec_meetings"],"schema":"Membership","properties":{"organization":["ec-dg-intpa"],"member":["ec-person-4b16faab257d1306efff9a36152e039f20273d91"],"role":["Director-General"]}} -{"id":"ec-membership-7beeb60481975af01708d5860e9eb24641610bd5","referents":[],"datasets":["ec_meetings"],"schema":"Membership","properties":{"organization":["ec-cabinet-first-frans-of-president-timmermans-vice"],"member":["ec-person-b0a0029abc0e3be3796cd9a95bb3c92c81e221e2"],"role":["Cabinet member"]}} -{"id":"ec-membership-7bf9561f7d43a2a9bee1f9d4c27ac77640b4bdbe","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-claude-jean-juncker-of-president"],"member":["ec-person-80c6995ad1cd6aefa72f1bf440b17b6d8c6dd4b8"],"role":["Cabinet member"]}} -{"id":"ec-membership-7cd4dbafa2b059334783bafc4957f741e471747c","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-dg-sg"],"member":["ec-person-c26c5f1134ca5e14e92270e5b8a0ba9e659f428b"],"role":["Secretary-General"]}} -{"id":"ec-membership-7d7543e74d17b1027418c866beaa6ee90e61edb5","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-dg-env"],"member":["ec-person-c92411579cf013898db30d63a5d6fadc118e7264"],"role":["Director-General"]}} -{"id":"ec-membership-7d7e46c7c9c987b68168a17669fc4cea6317785c","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-borrell-cabinet-fontelles-high-josep-of-representative"],"member":["ec-person-6011e46c8012e503183082d132b7a43a8bc06cbe"],"role":["Cabinet member"]}} -{"id":"ec-membership-7da0ae509623cae4129928b7d5c9b93c7845a3ae","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-hahn-johannes-of-president-vice"],"member":["ec-person-0886693a0bf966334954ebf500368103db578aeb"],"role":["Cabinet member"]}} -{"id":"ec-membership-7e034e68414e5f59066fda04f98d0d8fd566117e","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-georgieva-kristalina-of-president-vice"],"member":["ec-person-5b978a1c2dc2d04115a2c0365fb51e3d80bad509"],"role":["Cabinet member"]}} -{"id":"ec-membership-7e4d3362398a2b3487f98b559583e341d3aa9f6f","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-andrus-ansip-cabinet-of-president-vice"],"member":["ec-person-5db7bdd1c81da2e70eb5b982097d0004111b5c3e"],"role":["Cabinet member"]}} -{"id":"ec-membership-7e70e6626b69df6cbaac958ad8875715468e39b5","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-dg-near"],"member":["ec-person-1160ccf35947f06f1629cad85b9f162eb5575780"],"role":["Director-General"]}} -{"id":"ec-membership-7e8a8eb8c71a0c33ad7da5773f03937433c4e488","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-jyrki-katainen-of-president-vice"],"member":["ec-person-f9208d930adc70c6c64e21701e48f85f6f18e949"],"role":["Cabinet member"]}} -{"id":"ec-membership-7eb8960a64eea7d8bfc599bef88ad3177fa671ad","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-commissioner-gentiloni-of-paolo"],"member":["ec-person-8da36db391ed53f362d495cd564ba8b45c7003e1"],"role":["Cabinet member"]}} -{"id":"ec-membership-7f478bea4e3e5b5487775ac13b23e3158da7ea7f","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"member":["ec-person-25f4019e9babab3840cf9d6dbf9cb6994f2104fb"],"role":["Cabinet member"]}} -{"id":"ec-membership-7f8bd834a3359600a0c72e75b4e4457335717d56","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-gunther-oettinger-of-president-vice"],"member":["ec-person-76c97b49eb5244be0c8636bbc9caa6101f3cce84"],"role":["Cabinet member"]}} -{"id":"ec-membership-7fbeee0e3abe2c460f69ff75fc7911430454b40b","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"member":["ec-person-594cfd4a97c5371f8effff82abf7c3c56e0f6f45"],"role":["Cabinet member"]}} -{"id":"ec-membership-8011989c464369df894b70806342d2bca9af9140","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-christos-commissioner-of-stylianides"],"member":["ec-person-19ed516ca7a847cdf46873e233f144dffcc51f5b"],"role":["Cabinet member"]}} -{"id":"ec-membership-802ab7ed59b493c5a568e3c14261c4b963634e68","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-claude-jean-juncker-of-president"],"member":["ec-person-98eba7ab1446c6dce384fdc2ecd48c7cadf9ee4e"],"role":["Cabinet member"]}} -{"id":"ec-membership-80337d50a1c5d34f26328bbc1f6c404fe04a2337","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-commissioner-jutta-of-urpilainen"],"member":["ec-person-b5a90dd5ba1c715a3e7923281f7a6ae9975796d8"],"role":["Cabinet member"]}} -{"id":"ec-membership-8083d57c34facb8dc820252b59e8a513950f36af","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-karmenu-of-president-vella-vice"],"member":["ec-person-78fb1ad0c02c4fa8497b22edc1233d6be03cf2e5"],"role":["Cabinet member"]}} -{"id":"ec-membership-80db7a7460f841b3b62807af7487e1ecef487088","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-commissioner-elisa-ferreira-of"],"member":["ec-person-1c49c531eceae287dd4a56ac52e8326c65fc2855"],"role":["Cabinet member"]}} -{"id":"ec-membership-810b1b1363e851aba4da2a31dd25d68b6af2ab2f","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-dg-recover"],"member":["ec-person-18a05dadca8a2b91216adc689b6323c7b55df0d9"],"role":["Director-General"]}} -{"id":"ec-membership-8168223c44dd1d18ce8cf772910d3639f04dc2f4","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-dubravka-of-president-suica-vice"],"member":["ec-person-60bc1622eb549a098038c6073ce7c40691ec9384"],"role":["Cabinet member"]}} -{"id":"ec-membership-818979eac71c811a95bb0cee2fc03cfc167dad3e","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-hahn-johannes-of-president-vice"],"member":["ec-person-1bd6315557d4f517e4fc1efe48b88b93ae820d5a"],"role":["Cabinet member"]}} -{"id":"ec-membership-829eaf6be2eed1a564d788df20bcefdb3ff83a79","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-commissioner-corina-cretu-of"],"member":["ec-person-b6d8ffa1f6c665ea8de36b048d1320f9fe4a52fa"],"role":["Cabinet member"]}} -{"id":"ec-membership-82e4092475d9e309915e8afe603088570c775664","referents":[],"datasets":["ec_meetings"],"schema":"Membership","properties":{"organization":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"member":["ec-person-a057e5fdc427021306f9e7d0e0af15a501087562"],"role":["Cabinet member"]}} -{"id":"ec-membership-8358af367d0154ea8e88074c27003f349fb31137","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-arias-cabinet-canete-miguel-of-president-vice"],"member":["ec-person-1831691c10441c5974327bbeb8693d6b6c1e50c3"],"role":["Cabinet member"]}} -{"id":"ec-membership-8444b2dfb3ddcddf8eb396114556e094844e74db","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-claude-jean-juncker-of-president"],"member":["ec-person-e9857f4f6b642888bff0d7f9e60f293ae47da96b"],"role":["Cabinet member"]}} -{"id":"ec-membership-847974f0f87903a38c590ba2f80bfe155008ee26","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-dg-mare"],"member":["ec-person-a7b4b8418268a6d6c196b5e45f606fc92acbdb8c"],"role":["Director-General"]}} -{"id":"ec-membership-84cf10ff446af59db40486b8c08f2cd05ffedd46","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-dg-de"],"member":["ec-person-49723482bb23d029cbfc010cb37eec7392a0ae02"],"role":["Cabinet member"]}} -{"id":"ec-membership-85158dc17e6b84e8c4c486c2fec5b9c67d3a5898","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-dubravka-of-president-suica-vice"],"member":["ec-person-83dd3363da89c86d99ea50c3ff2d15a746405110"],"role":["Vice-President"]}} -{"id":"ec-membership-851e5aef0ae8ff6cc77d12a6b2e306c7defe58da","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-dg-comp"],"member":["ec-person-8600a621c9aef12fc33b708e13b3cd3d5fa5696b"],"role":["Director-General"]}} -{"id":"ec-membership-853e697d9af02b23d99b65b591dde1e5406c363d","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-dg-de"],"member":["ec-person-c6cae64cc7dc787b66a47ab1613d3e922875b971"],"role":["Cabinet member"]}} -{"id":"ec-membership-858cdcb057f583ded2c356ff09099a8189917d10","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-commissioner-gabriel-mariya-of"],"member":["ec-person-6a2152ccdf48d8ec087f545734a0ec503917193b"],"role":["Cabinet member"]}} -{"id":"ec-membership-85c3f6e41ddfe2443f43986b24700af6fa3d6705","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-arias-cabinet-canete-miguel-of-president-vice"],"member":["ec-person-3eac19199bd5dbac49f504d2610a9066dddbfe57"],"role":["Cabinet member"]}} -{"id":"ec-membership-85c57c1722bfa1896d235818f5dd812246549cc8","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-commissioner-kyriakides-of-stella"],"member":["ec-person-ecf9f9e978b833afc98ee022572d468f0dc9a352"],"role":["Cabinet member"]}} -{"id":"ec-membership-85cbe8099a106610bbe6cde8747c4ea5637df818","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-commissioner-johansson-of-ylva"],"member":["ec-person-31b127e72e9dd30ce85ff2b475ac65d28d7dc48d"],"role":["Commissioner"]}} -{"id":"ec-membership-85d0732dd5ad4b0d25b0f3629255c1b5deccba42","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-claude-jean-juncker-of-president"],"member":["ec-person-da1926615bdcdb789928b90ac532982fef6e24ee"],"role":["Cabinet member"]}} -{"id":"ec-membership-86ae72e7af1fc940c01db00523a466519115f5cd","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-dg-just"],"member":["ec-person-26f8747866bd0d81cebb7a339c1ac11294d9676e"],"role":["Acting Director-General"]}} -{"id":"ec-membership-86f75bb4f8829b0312e964eb68add04bd1cf833e","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-commissioner-kyriakides-of-stella"],"member":["ec-person-081d99a6f9ed1259db43e2cbcba20275774511b2"],"role":["Cabinet member"]}} -{"id":"ec-membership-8768d3f621c95814cb81e0804697b89990a049ca","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-commissioner-nicolas-of-schmit"],"member":["ec-person-761fad67b377a6e2a384245795719ef5f7131269"],"role":["Cabinet member"]}} -{"id":"ec-membership-876f7bcb6319a7161cc704b4b1a9e7b50b5841c8","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-gunther-oettinger-of-president-vice"],"member":["ec-person-b35676936bf5857250753de4a8c3e63bfc47b9d7"],"role":["Cabinet member"]}} -{"id":"ec-membership-877796903526013018f68201cbf10bf363f7bfde","referents":[],"datasets":["ec_meetings"],"schema":"Membership","properties":{"organization":["ec-avramopoulos-cabinet-commissioner-dimitris-of"],"member":["ec-person-fe1988358dfc7becfd1d229625d50e60b51d49b0"],"role":["Cabinet member"]}} -{"id":"ec-membership-87933c728bb7142bee1aaa9150d890c95f3d7c70","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-maros-of-president-sefcovic-vice"],"member":["ec-person-192eca4cb918c7382c916bec9bfe04e745ee91cb"],"role":["Cabinet member"]}} -{"id":"ec-membership-87be3c6863db0cad10ddbe46691f8e660e009246","referents":[],"datasets":["ec_meetings"],"schema":"Membership","properties":{"organization":["ec-cabinet-maros-of-president-sefcovic-vice"],"member":["ec-person-900dfd862472de58f6de0d09ef956f43b0a749ac"],"role":["Cabinet member"]}} -{"id":"ec-membership-87d4dfbe65b045de3a9a66d7931e1bb8c956fa2e","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-jourova-of-president-vera-vice"],"member":["ec-person-fb258e0188a5319bfaba3161382db43f5a85851f"],"role":["Cabinet member"]}} -{"id":"ec-membership-889c7fd176e0ddcb3d852843ceb64e56987adfc9","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-karmenu-of-president-vella-vice"],"member":["ec-person-6092d9ab71cd7a84d2110b843c9313a0a02a7c45"],"role":["Cabinet member"]}} -{"id":"ec-membership-89087a788cf4c3a3634f24847d2ff50099377d9f","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-gunther-oettinger-of-president-vice"],"member":["ec-person-55a0b11edfe9b0b76e526f72b1ec2e9f2f74d5bc"],"role":["Cabinet member"]}} -{"id":"ec-membership-891f2a6347cffca079d80ff7b75cf2031c70fc83","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-commissioner-jourova-of-vera"],"member":["ec-person-f329292459cb1badb7fb7c6b67b698c441931bb2"],"role":["Cabinet member"]}} -{"id":"ec-membership-8948707e5718f115863fc600fee7784879473506","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-christos-commissioner-of-stylianides"],"member":["ec-person-6f08c893ea685f6d5f50c2c6e373f294e3616698"],"role":["Cabinet member"]}} -{"id":"ec-membership-8987750d52fb4eee582615981ab0a144e9d6368b","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-commissioner-kyriakides-of-stella"],"member":["ec-person-ba73927c33000184cab3f41a76e1b32fe7d7eda8"],"role":["Cabinet member"]}} -{"id":"ec-membership-89983075a6917b4c913409f2c093ccb8084f7058","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-avramopoulos-cabinet-commissioner-dimitris-of"],"member":["ec-person-229d2bf1ea42d1e015ab64e3d14ec20de2a94a79"],"role":["Cabinet member"]}} -{"id":"ec-membership-89c0588af9626eab5d072910e26ad27c1247e116","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-commissioner-jutta-of-urpilainen"],"member":["ec-person-e29b72fe81d25796214b1c5915c52a124f06cd9d"],"role":["Cabinet member"]}} -{"id":"ec-membership-8a147bf0fa1684cf319394f5850a4d69ee706e8a","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"member":["ec-person-40253de53528974f86265e42cb8ec0fd125ce471"],"role":["Cabinet member"]}} -{"id":"ec-membership-8a3e01dd7160242a1581aed72af8aedfb68312a5","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-commissioner-nicolas-of-schmit"],"member":["ec-person-1379f76d0c860e318f68852e1b57aa75454831f8"],"role":["Cabinet member"]}} -{"id":"ec-membership-8a583545450816bbcddab12a4513895bab679011","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-carlos-commissioner-moedas-of"],"member":["ec-person-b8d49828915f9008e764a78796d47ea00807a658"],"role":["Cabinet member"]}} -{"id":"ec-membership-8a7db9dad0e27fc627eda6140b24c28497dfb391","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-commissioner-elisa-ferreira-of"],"member":["ec-person-63f2d0a26187f98f2895c32cf27b4a574cfb2bba"],"role":["Cabinet member"]}} -{"id":"ec-membership-8a86eabe1fc58f9b59c1cb4fce2d5192dc3b9056","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"member":["ec-person-9eafbf4a92961023c7df3ab389ae6d4301dec4bf"],"role":["Cabinet member"]}} -{"id":"ec-membership-8ac6e7b22f85978261e0b9343a8e8faebc9fb2f4","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-commissioner-jutta-of-urpilainen"],"member":["ec-person-7204caa5e704bc4a911fee13ad5c0f62fd74b3bc"],"role":["Cabinet member"]}} -{"id":"ec-membership-8b5138e768c093ebb3e4c334fa1b3e79b883f174","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-commissioner-mairead-mcguinness-of"],"member":["ec-person-d3cc20cb34ca6b5bf95417f5f9557b6c2aa749fc"],"role":["Cabinet member"]}} -{"id":"ec-membership-8b749648ea6c15e572e8c76cb5308270b4862a8c","referents":[],"datasets":["ec_meetings"],"schema":"Membership","properties":{"organization":["ec-cabinet-commissioner-corina-cretu-of"],"member":["ec-person-731204b81067517bd1b091f0c5300c5e48dd86b4"],"role":["Cabinet member"]}} -{"id":"ec-membership-8d4340dea0bd97b6c98b2fc19f44e3954b95b2b5","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"member":["ec-person-3da433aae105b13fe027e9c9b3dcac2c97029370"],"role":["Cabinet member"]}} -{"id":"ec-membership-8e11955ea2e4b890e99369f06b578d39bec05dd9","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-jourova-of-president-vera-vice"],"member":["ec-person-bf54da17217bbddfd9c68fe24d88005ac17e2c4b"],"role":["Vice-President"]}} -{"id":"ec-membership-8ece96284d3474a6def8fbb5671447a9503edf44","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-commissioner-margrethe-of-vestager"],"member":["ec-person-2e96673ec2acdfc668f6970535551f9afa1f8729"],"role":["Cabinet member"]}} -{"id":"ec-membership-8edbb50c027fee328e73414eb4fa5838c17aa045","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-maros-of-president-sefcovic-vice"],"member":["ec-person-1ee2c806775ccf9801d8619696d32ee30f16c789"],"role":["Cabinet member"]}} -{"id":"ec-membership-8f10f4d3c2f6492a62d4197d2e801f19dc30aa9b","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"member":["ec-person-685ecf13dd26cd515c961e24ba71049af2302c5e"],"role":["Cabinet member"]}} -{"id":"ec-membership-8fade9b5bb327e2a8c895a08ed7591df58fb2421","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-commissioner-marianne-of-thyssen"],"member":["ec-person-5a49eb89125b4b5d1125b3925bbb64aba1bea2b3"],"role":["Cabinet member"]}} -{"id":"ec-membership-903798010371a35f483434fe0a65b663219c4db3","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-jourova-of-president-vera-vice"],"member":["ec-person-aa83f35da599b82e4f15da018f4b3447eb648f7c"],"role":["Cabinet member"]}} -{"id":"ec-membership-90db6c18f2d203fd3c9178378b2aa544973048a4","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-commissioner-navracsics-of-tibor"],"member":["ec-person-1da7ee09d46288ee4ea9db2b644bdcf9c3d6d000"],"role":["Cabinet member"]}} -{"id":"ec-membership-91193ed6b63e0d3e89bb16228b00265378960732","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-dg-home"],"member":["ec-person-eb837001036fd00bae706e2b0dfd0885bb71e4bb"],"role":["Director-General"]}} -{"id":"ec-membership-911d4c662bf484705e0ad118b7f5a92cb7ffa103","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-dg-echo"],"member":["ec-person-10a22f0fd27347d8ef3ff2b55ad4ef89c6fe388f"],"role":["Director-General"]}} -{"id":"ec-membership-9155ecc0fb878f97f0633bf0eda987fdfa25e2c0","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-claude-jean-juncker-of-president"],"member":["ec-person-b1bf9aa5fb7e886441ff341b657cc482b64a2a3e"],"role":["Cabinet member"]}} -{"id":"ec-membership-92efb5e26b006d470b935dadcb628cd577a4ef0a","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-claude-jean-juncker-of-president"],"member":["ec-person-67872aca57f8dfc132dbac47ff41bf9b60ba8ac5"],"role":["Cabinet member"]}} -{"id":"ec-membership-93593b2f3af27cb1ac58d66be9209cf716b09a9e","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"member":["ec-person-73fb1ddd279f8c6697a055567a2c09606006b875"],"role":["Cabinet member"]}} -{"id":"ec-membership-937c0bf0dc4f11f97ac7fa6198d96a7a9428323e","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-first-frans-of-president-timmermans-vice"],"member":["ec-person-f3a0db9fe3b985fb3a6665117484ee9f97b0e339"],"role":["Cabinet member"]}} -{"id":"ec-membership-944317a432815234278119fd8a84ec696170c348","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"member":["ec-person-f6170dbdd732fc460a713b82b57759ac5e77fdc6"],"role":["Cabinet member"]}} -{"id":"ec-membership-944e7c62153138434fd30e806079eac009602507","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-dg-de"],"member":["ec-person-c6c38691c27b1498b60b18409aa979cf1dd1f4ac"],"role":["Cabinet member"]}} -{"id":"ec-membership-9476280c96c812b21424eab975f328cb5f07c41f","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-dg-env"],"member":["ec-person-3bc74ce04ea3f4ab4d91a5c88eef25b8b8a213b4"],"role":["Director-General"]}} -{"id":"ec-membership-94861df61cbfb0cf00a05166594ebcfe08594f9e","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-commissioner-didier-of-reynders"],"member":["ec-person-442bf1ae9900b999673cdd7389224d0e21b67d4d"],"role":["Cabinet member"]}} -{"id":"ec-membership-951b01f4dfc39168adbc7616ccc85fc525a0d1c5","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-commissioner-hogan-of-phil"],"member":["ec-person-7d3caa534e5cdda6d5b949bd4b2def39356e3bec"],"role":["Cabinet member"]}} -{"id":"ec-membership-965cb8e84022cae61a448fea66607e03e7ad5642","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-commissioner-julian-king-of"],"member":["ec-person-37c79733647a2293d1e96e976d3a72c6b707cb4c"],"role":["Commissioner"]}} -{"id":"ec-membership-9694abf565869807d1f342918eab9126f691d6d1","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-commissioner-moscovici-of-pierre"],"member":["ec-person-1d299d025d2afdcba46db3d131b6197fab6e0c89"],"role":["Cabinet member"]}} -{"id":"ec-membership-96b6098efe1d0d2e923f6cb3b34d30cc9dd18ad3","referents":[],"datasets":["ec_meetings"],"schema":"Membership","properties":{"organization":["ec-borrell-cabinet-fontelles-high-josep-of-representative"],"member":["ec-person-200bc6dff308097bf36baa497f9460c9943e2d4d"],"role":["Cabinet member"]}} -{"id":"ec-membership-96bf5ae19ddee2ad9f3af79242394e6c3e2723fc","referents":[],"datasets":["ec_meetings"],"schema":"Membership","properties":{"organization":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"member":["ec-person-ee8ab2300c4d75a3a5bc50649fcc3887116bf31b"],"role":["Cabinet member"]}} -{"id":"ec-membership-976a8f9e044821df6df0ce49e6b9c34ad0bc3960","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"member":["ec-person-0e93ebac9bad76e1351e0981f04e7ef88848f943"],"role":["Cabinet member"]}} -{"id":"ec-membership-9775eaf8c2c9e5205c5b2793607413d1966d47fc","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-avramopoulos-cabinet-commissioner-dimitris-of"],"member":["ec-person-06b43c385c07c13f2bae1d24a0075851e8ce491d"],"role":["Commissioner"]}} -{"id":"ec-membership-97b4dfd38839b94e1e7fc52b5db99d95eea5796e","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"member":["ec-person-4f2bf88ad14d12976aecc7694a057ab90b7a81d2"],"role":["Cabinet member"]}} -{"id":"ec-membership-9860368a8e916d02a5815ab2485cec02547c85be","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-gunther-oettinger-of-president-vice"],"member":["ec-person-b17d355ca19058898aba2ec032de59f8701d47f5"],"role":["Cabinet member"]}} -{"id":"ec-membership-98abc9b45142327ccf003e4fdd40a808217dfb98","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-commissioner-nicolas-of-schmit"],"member":["ec-person-66fa2c2d100ec194caa42b5c6f97c36e2748b71c"],"role":["Cabinet member"]}} -{"id":"ec-membership-9903366343fcf7eeab7cafc409bd1e5a65c22695","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-borrell-cabinet-fontelles-high-josep-of-representative"],"member":["ec-person-e234b49cffbd1e67417d997c7be82fab25d755b3"],"role":["Cabinet member"]}} -{"id":"ec-membership-9918a81e45c361893bb4b1af811f75e318897442","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-commissioner-gentiloni-of-paolo"],"member":["ec-person-4b06e15bacabc2f754754fed3e75da338e88450b"],"role":["Cabinet member"]}} -{"id":"ec-membership-99d9de885719b4bb2461184d5b2e3e96ba1d1731","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-bulc-cabinet-commissioner-of-violeta"],"member":["ec-person-d710a614b1b0eabb6d73a2d665b82f6514a3fdb8"],"role":["Cabinet member"]}} -{"id":"ec-membership-9a0054a7c499ebaff8b25de1f6fdaa5ddf545358","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-commissioner-julian-king-of"],"member":["ec-person-7bf4bf39d5d06955fc37d23e107675489c4e8729"],"role":["Cabinet member"]}} -{"id":"ec-membership-9a15eb86e9add9596c0e0e51679ecdfbedde0c11","referents":[],"datasets":["ec_meetings"],"schema":"Membership","properties":{"organization":["ec-dg-olaf"],"member":["ec-person-60f42d435e90154e968c133fbbd72f0bfe8b7f89"],"role":["acting Director-General"]}} -{"id":"ec-membership-9a1dc6c08754d63d944eda81575834c1cc6a2a3b","referents":[],"datasets":["ec_meetings"],"schema":"Membership","properties":{"organization":["ec-cabinet-commissioner-didier-of-reynders"],"member":["ec-person-6b8f8c6d0badc1f0c5d67517dda0ed859d29b4c9"],"role":["Cabinet member"]}} -{"id":"ec-membership-9a27004a55aa42751b4885b80006438330c885be","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-maros-of-president-sefcovic-vice"],"member":["ec-person-2be517b9261a91f2f07e05ec14c6331980e9716e"],"role":["Cabinet member"]}} -{"id":"ec-membership-9a7d53eac557f23f10072516ff0bf06c340c3ca6","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-commissioner-elisa-ferreira-of"],"member":["ec-person-edf08d46587dbb24d69133811963301459374fa8"],"role":["Cabinet member"]}} -{"id":"ec-membership-9adfa6447c7c14706e381d870688b478e2dd93db","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-mimica-neven-of-president-vice"],"member":["ec-person-e90858f5aba78fd0e1cb2f757c3f38d55d91f98b"],"role":["Cabinet member"]}} -{"id":"ec-membership-9b61c1e2eaeb2d202d5967d9e1a97a21e5f5810a","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-commissioner-jourova-of-vera"],"member":["ec-person-ff9ad301b778d595651cc4c46ec3a4cf1ef10376"],"role":["Cabinet member"]}} -{"id":"ec-membership-9b7b2f6e372a7b73e7788073859eff3dff51ead7","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-dg-grow"],"member":["ec-person-6299e47fea20df86a1b90bd5b033006b2cb35b5e"],"role":["Acting Director-General"]}} -{"id":"ec-membership-9ba3a54099c50c4d7a3b73a16048051fb48dc180","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-jyrki-katainen-of-president-vice"],"member":["ec-person-0da85dc48012e26688310a59a0b51727ea68f410"],"role":["Cabinet member"]}} -{"id":"ec-membership-9beba77a5a108b4c930257e46ed1a34793a9138b","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-dubravka-of-president-suica-vice"],"member":["ec-person-56280de395992e5d3884a4e43f495b3872b54643"],"role":["Cabinet member"]}} -{"id":"ec-membership-9c2652f9e7687dac466ff821f38769c51f84f107","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-commissioner-moscovici-of-pierre"],"member":["ec-person-65dc27d23fc09897737b542cc467ea714012d0f1"],"role":["Cabinet member"]}} -{"id":"ec-membership-9cbead1e2a35c94a2afebaa885d0723ca9eeac4e","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"member":["ec-person-a07aede8ed2836aa08f286a76ce98daa88dcf541"],"role":["Cabinet member"]}} -{"id":"ec-membership-9daaa37d514c4ff63f2ff764d18ac3ef15f5065e","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-commissioner-johansson-of-ylva"],"member":["ec-person-e80f1d4512f8632e5baa488ed887e131294d744e"],"role":["Cabinet member"]}} -{"id":"ec-membership-9dc29cb35f54287a8f12b39f8239239cefef3c94","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"member":["ec-person-a9eda2e8ea54b70a968327672c6cada679d3cd56"],"role":["Vice-President"]}} -{"id":"ec-membership-9dd3b3d62f6a4ad5cd72f5ce588fb311b70d5f90","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-commissioner-hill-jonathan-of"],"member":["ec-person-74de9b1956d5aa5754e8946d4a7a883e05171466"],"role":["Cabinet member"]}} -{"id":"ec-membership-9df0f1e039ef40c06d7c9ee1f8aef4157af8a1db","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-commissioner-gabriel-mariya-of"],"member":["ec-person-fc1068d79545d1659bf47e9b62bfb0aed175629e"],"role":["Cabinet member"]}} -{"id":"ec-membership-9dfd1e65b29d1dfb23aea7c178556cf47ef3539b","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-andrus-ansip-cabinet-of-president-vice"],"member":["ec-person-99b172d8fe23e00b94022cbd096978be2b48eb81"],"role":["Cabinet member"]}} -{"id":"ec-membership-9ec273528a489b53279f046adeb568885711ed70","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-dg-clima"],"member":["ec-person-9b22efca5a7cba901f8646c18a8854c47b21650d"],"role":["Acting Director-General"]}} -{"id":"ec-membership-9efcf456323420b8ce56e1a8bdc811d1e2290373","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-commissioner-moscovici-of-pierre"],"member":["ec-person-4d74d0c260dc052838b8da02f72e7322f6cfc514"],"role":["Cabinet member"]}} -{"id":"ec-membership-9f215b5fe544b1794c17bc6dacbdd99fa5594c17","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"member":["ec-person-b2f9be51339f054477846797e2c119fcf16548fc"],"role":["Cabinet member"]}} -{"id":"ec-membership-9fd5d37733000175c64e81e6392a93e2a088efa8","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"member":["ec-person-20ded9db5df11164331bb161fdf234b1e5ad53fd"],"role":["Cabinet member"]}} -{"id":"ec-membership-a0b863c8a1317e23ee2d40e6d692b562685a00e7","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-jyrki-katainen-of-president-vice"],"member":["ec-person-af4fdbf97c89a6df87ab37d321d95829d657c940"],"role":["Cabinet member"]}} -{"id":"ec-membership-a122d1bade070618bc57b6c44a6804842b32c10d","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"member":["ec-person-f48b470dcd62d1a51e903abbbffb53dc4c0c9aee"],"role":["Cabinet member"]}} -{"id":"ec-membership-a1654fcf869ceeea0b41cbf16995be6fd317c8e9","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-commissioner-jourova-of-vera"],"member":["ec-person-184e698af1eb9e33b179680570ca171d8cb31c94"],"role":["Cabinet member"]}} -{"id":"ec-membership-a219d65e8af75262180d917fd46b20664b749927","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-commissioner-gentiloni-of-paolo"],"member":["ec-person-6168eb3d5d9bc71f9dc22fb6f75f77fa485ec252"],"role":["Cabinet member"]}} -{"id":"ec-membership-a239dbe85dde1f87a9dbbc3a5b6d2edcc99b506f","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"member":["ec-person-7f4ed7789b52b8daf8b637232a16c6d3120c5e37"],"role":["Cabinet member"]}} -{"id":"ec-membership-a270fdac464eb28fd10e502bd3d9da45c12983b4","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-commissioner-margrethe-of-vestager"],"member":["ec-person-6e8b9cd7bb1a15a7e90b04790769360ba931cafd"],"role":["Cabinet member"]}} -{"id":"ec-membership-a29d7e2d61c063b75254c86af8f6d9ffa1d8069b","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-karmenu-of-president-vella-vice"],"member":["ec-person-bcbcecab9aa87f7138c7614fea5ae81e76a6b138"],"role":["Cabinet member"]}} -{"id":"ec-membership-a2c50ec6fc42f7e38e13bc1896ede2b762f53e5b","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-commissioner-navracsics-of-tibor"],"member":["ec-person-49f31dad10f5641cb1d1e4c3107dd838389e8120"],"role":["Cabinet member"]}} -{"id":"ec-membership-a30a60ae1d94c08838c8ac5c225cbe1b9940d1e5","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-der-leyen-of-president-ursula-von"],"member":["ec-person-5b870940c87837eb777e5c59a2b947ff9f15cb39"],"role":["Cabinet member"]}} -{"id":"ec-membership-a35ec27582bcbc64a8326b6ca820057e0239d680","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-commissioner-didier-of-reynders"],"member":["ec-person-4cd0043747c40cfeaced5e4c68e43372cdb8dac9"],"role":["Cabinet member"]}} -{"id":"ec-membership-a3f5bfe3bc9227bbcd6e0ec6a6d31817d2ffa996","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"member":["ec-person-cb8ca9ec2413722fa83484ed18dd76ace52d0118"],"role":["Cabinet member"]}} -{"id":"ec-membership-a4f8845f294d50f16a440b87c6effa28b9986509","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-carlos-commissioner-moedas-of"],"member":["ec-person-f7327258e5f9a9c39cda735715e0240f1208bb65"],"role":["Cabinet member"]}} -{"id":"ec-membership-a4fc39d06a1e96ee20042ff7df8f261a8f772f81","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-dg-de"],"member":["ec-person-3297113eb5d4e59bc84d571628f0130aa75c761a"],"role":["Cabinet member"]}} -{"id":"ec-membership-a5f2bdd64d74dc8b8f99c0f8cd5d9289f5be53f1","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-avramopoulos-cabinet-commissioner-dimitris-of"],"member":["ec-person-57d09145ba24f5738cdde61edf14f741cb547675"],"role":["Cabinet member"]}} -{"id":"ec-membership-a62a31d70319b9cdaeda74d7074a2ab320d19d92","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-jyrki-katainen-of-president-vice"],"member":["ec-person-3775b7be791f90ed462b9071c9ae596b80d71bca"],"role":["Cabinet member"]}} -{"id":"ec-membership-a7a5ba53b84df298c95bba19087259d3a4333c80","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-margaritis-of-president-schinas-vice"],"member":["ec-person-901d49b3e3af3e96de8d42787e8633b0adc76ca1"],"role":["Cabinet member"]}} -{"id":"ec-membership-a7d118ce6e67fc27c5f5a45bda72b7f25f78b744","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-commissioner-of-oliver-varhelyi"],"member":["ec-person-0bd9f9e575c8b20dd9ebf78799cb7e404850fc28"],"role":["Cabinet member"]}} -{"id":"ec-membership-a80ec13cd671efc83a5e2549568543a8c11875e2","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-dg-home"],"member":["ec-person-ae1262e8850ed1e9a0530b0ad7440ac648255896"],"role":["Director-General"]}} -{"id":"ec-membership-a84dcd4a3c002c491dd272ea305a0d57e3b3ee49","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-commissioner-nicolas-of-schmit"],"member":["ec-person-c03b949331dbbe5fa3d5423758e371ec1b9b832f"],"role":["Commissioner"]}} -{"id":"ec-membership-a8d0260462fe130c76263c11617c5027e140f9ac","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-dg-eac"],"member":["ec-person-68d4f99b9ed1b40d86ebbf81f8f35aeebd6c5fc5"],"role":["Director-General"]}} -{"id":"ec-membership-a8d70e7ae2e79bcfbb5860200197f18ead6180d6","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-commissioner-of-oliver-varhelyi"],"member":["ec-person-cd3107480affa67ccf92d0755c36121c2844fb71"],"role":["Cabinet member"]}} -{"id":"ec-membership-a91ad5560c91283a607526bbdd09b20a9e2e4cd7","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-breton-cabinet-commissioner-of-thierry"],"member":["ec-person-d6689ffc6695e7e65bdd0e0c0da1721d3031ea1b"],"role":["Cabinet member"]}} -{"id":"ec-membership-a9388eae5485681e15432b96d4714d045b5f9852","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-maros-of-president-sefcovic-vice"],"member":["ec-person-3bf48630444ace93d407e52eb880e64d480f75ce"],"role":["Cabinet member"]}} -{"id":"ec-membership-a9d43972cd179f5c3739a6139d4a7648bfe743f3","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-der-leyen-of-president-ursula-von"],"member":["ec-person-3aa9182192db15ad766441ee79ff9d4645c44f9d"],"role":["Cabinet member"]}} -{"id":"ec-membership-a9fde20ea32528651787c676e18f55654ebce4de","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-commissioner-kadri-of-simson"],"member":["ec-person-9b7f5fe059e5b0b40e79e9170211aa2f02322fdb"],"role":["Cabinet member"]}} -{"id":"ec-membership-aa0d33e9370e410a2fdb018a3082cdd015727c87","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-commissioner-kyriakides-of-stella"],"member":["ec-person-43784ba1f5299ace66cb2287545e1dcae4372d14"],"role":["Cabinet member"]}} -{"id":"ec-membership-aa46900c74e077b5b8a3bc8a318552b1f085dae6","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-maros-of-president-sefcovic-vice"],"member":["ec-person-8a88b0530ed693ba044e650d964c2dd5008a39dd"],"role":["Cabinet member"]}} -{"id":"ec-membership-aa90bfd5f4d90016e5cfccbffd7d314cf8e29fe4","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"member":["ec-person-e03a77379f79ea00cf20048e42e8b0793bf62fa3"],"role":["Cabinet member"]}} -{"id":"ec-membership-aaa0c28d0dc5c89f441c2939f34f581acb9bf0f5","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-commissioner-elisa-ferreira-of"],"member":["ec-person-884d261ef161b119c9fc64f7a0514dc014ca2bd7"],"role":["Cabinet member"]}} -{"id":"ec-membership-aac7ed223d4a6aa325ac96016739117940354d83","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-dg-grow"],"member":["ec-person-502a9ad56e684f225d022e2e549380121183d0f6"],"role":["Acting Director-General"]}} -{"id":"ec-membership-ab6b244609d34ab2c2e4207b8be16f88b4bb8889","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"member":["ec-person-d53e00c46a4cc62bbf533e0c9bb35bacb9121989"],"role":["Cabinet member"]}} -{"id":"ec-membership-abe8fa27e9e67caf3824ae088c27fc6315207c2f","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-commissioner-navracsics-of-tibor"],"member":["ec-person-fc5c01a0bffedf0f4e205a759b40239535313d28"],"role":["Cabinet member"]}} -{"id":"ec-membership-ad1e6e779a9104cc16e4f2b3c16f4dbeeec9e6d8","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-commissioner-jutta-of-urpilainen"],"member":["ec-person-6357f4506ca5351b3a822936612fd6006da48722"],"role":["Cabinet member"]}} -{"id":"ec-membership-ad3f81ef519be2138c95903f579c0a82876d6a35","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"member":["ec-person-7433d96a6e6f46c9f9174db79ec61c387dffa509"],"role":["Cabinet member"]}} -{"id":"ec-membership-ad6e6fe14334ca5b8c6832ff44d82a3292399056","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-jyrki-katainen-of-president-vice"],"member":["ec-person-bb70699c722c1620ec520e8a4d32911a32ae078c"],"role":["Cabinet member"]}} -{"id":"ec-membership-ad90ba5d9ba681ae7da8af0ee63df841532cc6b5","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-commissioner-mairead-mcguinness-of"],"member":["ec-person-b38feaad7eeb35ff708f3db9b793b158f81e7872"],"role":["Cabinet member"]}} -{"id":"ec-membership-ad9be9087639edb18ecff471a7ed4573274bf24e","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-commissioner-johansson-of-ylva"],"member":["ec-person-eafe594fe2bcb6af27f0422c2491a9d8cf2400da"],"role":["Cabinet member"]}} -{"id":"ec-membership-ade2c1e26655786e80a4ad61051a9796bb41d67c","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-commissioner-elisa-ferreira-of"],"member":["ec-person-a5c1113ab46afbe441fe4db3d665f40e3f9b36e1"],"role":["Cabinet member"]}} -{"id":"ec-membership-adf96581fbb2310751a78d6537c08239d2476cf1","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-mimica-neven-of-president-vice"],"member":["ec-person-ba51cfc2cb570b2ba23d99869e21cd43fe8cadad"],"role":["Cabinet member"]}} -{"id":"ec-membership-ae1070cb97a6e8279ed304160ea31f62d354cce1","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-commissioner-marianne-of-thyssen"],"member":["ec-person-5528caa0f79478c045f9f7d077dc9e03c09edb31"],"role":["Cabinet member"]}} -{"id":"ec-membership-aeb369a60989b608b3e493b65fcc8dcaad3b6d3e","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-commissioner-hill-jonathan-of"],"member":["ec-person-3d459716e762c2743359f9dd743a971aa173b2ea"],"role":["Cabinet member"]}} -{"id":"ec-membership-aebdd07b694df52bd0109281a400eb4892f3e08f","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-bulc-cabinet-commissioner-of-violeta"],"member":["ec-person-45d2f72e4220e858aa7de27f3205fe734c6d8ef3"],"role":["Cabinet member"]}} -{"id":"ec-membership-aef5ec6625f9a4ab1b1131e1e4e56fe7c84e3db4","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-der-leyen-of-president-ursula-von"],"member":["ec-person-a15f450526451c70384a05ea9a3a7400ba2d3e7e"],"role":["Cabinet member"]}} -{"id":"ec-membership-aefc418ec7281ea27ec6e372cdf7921b55cc8f92","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-commissioner-didier-of-reynders"],"member":["ec-person-1e25399e2267734c5f4c69093d2286c8898ee9f0"],"role":["Commissioner"]}} -{"id":"ec-membership-af16cfef5cc749fdad3dfb0c169ccd61e5be66bb","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-commissioner-janez-lenarcic-of"],"member":["ec-person-5746eabb9f91a3807bcfb0667d8a01870a6f5320"],"role":["Cabinet member"]}} -{"id":"ec-membership-af470edf0a1aa62523cf918d3a3c76f9650b21bc","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-commissioner-julian-king-of"],"member":["ec-person-7c0f17a26975ec29fe2dea6f44e096c9500b3588"],"role":["Cabinet member"]}} -{"id":"ec-membership-af4c21259a6a83b2569ec543fb4d71bae5ab51ce","referents":[],"datasets":["ec_meetings"],"schema":"Membership","properties":{"organization":["ec-dg-olaf"],"member":["ec-person-6bd56e49a75f5420c8c47f924f98f8c23f54c9a3"],"role":["Director-General"]}} -{"id":"ec-membership-afc3f003844069a5d13704fde0b5c826f93fd7da","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"member":["ec-person-189fa91edba64d04693773d2f922608c3f83b78d"],"role":["Cabinet member"]}} -{"id":"ec-membership-afc4ce441b57f740e1abde6ea191fae73c61ae6a","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-dombrovskis-executive-of-president-valdis-vice"],"member":["ec-person-1e9076681bd62efdd58882f9a7b63b2423568217"],"role":["Cabinet member"]}} -{"id":"ec-membership-b02bc8a19126e75d836a79d9f22ca4a992b43068","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"member":["ec-person-3d55409fa049ff6b397a9afc2fcc21bc7c409f0d"],"role":["Cabinet member"]}} -{"id":"ec-membership-b13bc2c68f407bbcc8141175ee4a028b55cd1e53","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-carlos-commissioner-moedas-of"],"member":["ec-person-01051f0f33bfdc2ecc41873c02cae666c5e0d099"],"role":["Cabinet member"]}} -{"id":"ec-membership-b172a0859f11e801d48c32bf6bed1508caa6183e","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-der-leyen-of-president-ursula-von"],"member":["ec-person-f2b941852d3b961d69ed695c2d243a1a2b4a1904"],"role":["Cabinet member"]}} -{"id":"ec-membership-b19b38bd36ce1d25871b576aa836e65ccc4793a6","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-commissioner-marianne-of-thyssen"],"member":["ec-person-ce19440eacb8fd67f534bdbcce33a1c4cedfd071"],"role":["Cabinet member"]}} -{"id":"ec-membership-b1bd1d5f7be2c2ff5c0ff14eac683c7d1573f223","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-breton-cabinet-commissioner-of-thierry"],"member":["ec-person-9cf97e549f67c3228d1478a3a67d652eb28c5b46"],"role":["Cabinet member"]}} -{"id":"ec-membership-b21d3d8f33d78ad7e0d8de510fc201573d2a6ea0","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-arias-cabinet-canete-miguel-of-president-vice"],"member":["ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd"],"role":["Commissioner"]}} -{"id":"ec-membership-b269a5b48c9d325bda240a8382a3146775ff86dd","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-bulc-cabinet-commissioner-of-violeta"],"member":["ec-person-38b425c6d020cfa22f078b832d85df8ce504609f"],"role":["Cabinet member"]}} -{"id":"ec-membership-b273192d6057c75000b7ddbe4442145e07bb77d4","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-dg-de"],"member":["ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0"],"role":["Commissioner"]}} -{"id":"ec-membership-b278f9daa5e88e122b3efee96d79cc61a806559f","referents":[],"datasets":["ec_meetings"],"schema":"Membership","properties":{"organization":["ec-dg-rsb"],"member":["ec-person-35d65e945639a467a0eb1e85d2659b230f1e7734"],"role":["Director-General"]}} -{"id":"ec-membership-b31d594063d6d3b33c8fa0483273b3c427ee23a7","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-der-leyen-of-president-ursula-von"],"member":["ec-person-b88f2758fcd7312d738d54a68a6ddbf6caaa1c9c"],"role":["Cabinet member"]}} -{"id":"ec-membership-b4115c714e4010fcf88fc2fbd1d4793b4475cae1","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-jourova-of-president-vera-vice"],"member":["ec-person-74c07660dcbc6dc9993b34462cf2a1fec35925ea"],"role":["Cabinet member"]}} -{"id":"ec-membership-b4c8182adbc9744a088d4b26b52685ad8c446b19","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-dg-fisma"],"member":["ec-person-bdee7a93f95c8ef05079539170139b3c02e8ed96"],"role":["Director-General"]}} -{"id":"ec-membership-b4f6980f3f433f06666cbf96d6fe025f56457158","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-commissioner-gabriel-mariya-of"],"member":["ec-person-fa64a5880d41ebf63dcede9b77929dd30fbf312f"],"role":["Cabinet member"]}} -{"id":"ec-membership-b5be1645168e12034989fee89aa9652fa9be3f93","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"member":["ec-person-98880f3f4206145e196013db9dd806a551c11e06"],"role":["Cabinet member"]}} -{"id":"ec-membership-b60cbc0e8ad56844b59d735ca8c2adf84ca39de3","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-christos-commissioner-of-stylianides"],"member":["ec-person-de605a3492bf8716a72a814958f304a939e828b3"],"role":["Cabinet member"]}} -{"id":"ec-membership-b6206aa93be41dcfc666e8a708d69a8dae9a7972","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-margaritis-of-president-schinas-vice"],"member":["ec-person-441544ea0e0088aa50add026fd21f8689754c7a8"],"role":["Cabinet member"]}} -{"id":"ec-membership-b668086102fcbd31cc390f81660121371c375ab5","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-commissioner-didier-of-reynders"],"member":["ec-person-50f9cba2282e1d03395cdd0faf9ce6e9a2ff3104"],"role":["Cabinet member"]}} -{"id":"ec-membership-b68d25bad40452073f4f031ebfce5c6fe58df8b8","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-bulc-cabinet-commissioner-of-violeta"],"member":["ec-person-cb7aaf75b4c195481f149f904bc28b4e2ac2b7ab"],"role":["Cabinet member"]}} -{"id":"ec-membership-b6a131dd95b14715264d3ff84020bb8aec851441","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-commissioner-gabriel-mariya-of"],"member":["ec-person-53a610a7ba00ddfad21ad4292a1d0d73fdcfbd3f"],"role":["Cabinet member"]}} -{"id":"ec-membership-b703a69e0440d42507369b349f2b06494dadd7a6","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-commissioner-mairead-mcguinness-of"],"member":["ec-person-778f68c06d4985a2eda59737cdb80e7a4570f90f"],"role":["Cabinet member"]}} -{"id":"ec-membership-b738ca32e40f2806a72e0bb0d9a2fd42895fa2aa","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-mimica-neven-of-president-vice"],"member":["ec-person-16142e2d6f5b1cd8c8b4123e2cfa9cbc9096daf2"],"role":["Cabinet member"]}} -{"id":"ec-membership-b74929309d09cc50bd9efcf40539ef9c830388ce","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-commissioner-julian-king-of"],"member":["ec-person-5b22be4333936d6e9e2067397c048a016c117d67"],"role":["Cabinet member"]}} -{"id":"ec-membership-b7ae2e2dcff9ff221be79c8760ea2691cc37edb1","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-commissioner-johansson-of-ylva"],"member":["ec-person-b54ba0be96a986a38bcd39d4f9db577e79171356"],"role":["Cabinet member"]}} -{"id":"ec-membership-b81c6a4b5715c3bd179818189aed17d3f6a78559","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-dg-sj"],"member":["ec-person-4624a57ba77e3d7846d273c8f8ee43ef7847e7fc"],"role":["Director-General"]}} -{"id":"ec-membership-b877b8adb06b3614a1f76fc13a0ad070be58c1b4","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-commissioner-gentiloni-of-paolo"],"member":["ec-person-404d55367ba0dadec989b6dc2eab96ef2abd96af"],"role":["Cabinet member"]}} -{"id":"ec-membership-b8bd0cf7b3789ecc5de0b42ab634c96b13c16f56","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"member":["ec-person-702cc2c6e5f88e6a62c801eccaff75ef5e753d5b"],"role":["Cabinet member"]}} -{"id":"ec-membership-b8c1391e0e9de85ce5d0f2dcea9c49de40310516","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-dg-ener"],"member":["ec-person-9c0f33ecb9f6badd5f4b5f1a4bd7677e18a52a22"],"role":["Director-General"]}} -{"id":"ec-membership-b8e4d4f44e055566edaf6f2fc5191e6f472d87d0","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-commissioner-navracsics-of-tibor"],"member":["ec-person-881310bbb4e54ac96753b80bbdc9b1994cfbf136"],"role":["Cabinet member"]}} -{"id":"ec-membership-b8ef4203e7a2c40e01e5ce8233e3e259844d2e78","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"member":["ec-person-207ddb103396c498205a36d665b30a0cf0c8e5a1"],"role":["Cabinet member"]}} -{"id":"ec-membership-b8f1872e60fd7c1bc17c119763601d14a6be6322","referents":[],"datasets":["ec_meetings"],"schema":"Membership","properties":{"organization":["ec-cabinet-commissioner-of-oliver-varhelyi"],"member":["ec-person-6a09d49da9b84e5e1462528d44fa268cc67ef0ac"],"role":["Cabinet member"]}} -{"id":"ec-membership-b9ade48604f358f4c031e750f0bb962d3b924c89","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-maros-of-president-sefcovic-vice"],"member":["ec-person-53a651a7157cc65c63972e59c546d17b05d6108a"],"role":["Cabinet member"]}} -{"id":"ec-membership-b9d7aabb9c514e99decf6e8eba1336cc0d3d07f0","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-dubravka-of-president-suica-vice"],"member":["ec-person-2ea66ac99d83c7f0ff7dfcfd7d90f9416dc22e61"],"role":["Cabinet member"]}} -{"id":"ec-membership-b9d9058912867821a45dfc44c56a63cc87dcc5a8","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-commissioner-hahn-johannes-of"],"member":["ec-person-d1cfc2bdcd92eb0b7e7112810e03f3aff3f4af35"],"role":["Cabinet member"]}} -{"id":"ec-membership-b9fe86192a105dccd4023aa271007d2273cb33e2","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-commissioner-janez-lenarcic-of"],"member":["ec-person-bfe71e122eb0bdd3b741ef0631bf0d70df0479ee"],"role":["Cabinet member"]}} -{"id":"ec-membership-ba06156da815976c85f40e7e73616270f64a38a5","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-commissioner-kyriakides-of-stella"],"member":["ec-person-21c2ceda2d3eacf99fb8d8268bceea3d39095c55"],"role":["Cabinet member"]}} -{"id":"ec-membership-ba6af5a02afa3f9fcf3694e3ce47e346596500db","referents":[],"datasets":["ec_meetings"],"schema":"Membership","properties":{"organization":["ec-avramopoulos-cabinet-commissioner-dimitris-of"],"member":["ec-person-2bb8de16918b015f1a16decf61e7507817f97d12"],"role":["Cabinet member"]}} -{"id":"ec-membership-bae2464d9c4c37a4fa368f41acb371161018ea9d","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"member":["ec-person-f376b1eca739c662d2385062249507f23f4ca67e"],"role":["Cabinet member"]}} -{"id":"ec-membership-bb2087e9e5a4828713a711053a09fc97989e80cc","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-commissioner-jourova-of-vera"],"member":["ec-person-1e0e3a00ab815dea7c5b839b002ed2c7e34bfe0a"],"role":["Cabinet member"]}} -{"id":"ec-membership-bb57a34ea182ae5a8ee6df60bb1acac484685ef0","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-jyrki-katainen-of-president-vice"],"member":["ec-person-99365f4c3081112dcbfa722a5eb05adecc68503e"],"role":["Cabinet member"]}} -{"id":"ec-membership-bd245334044bd5d753e26e6cdfb4a3dacf10c6c0","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-jyrki-katainen-of-president-vice"],"member":["ec-person-6623576f27904ddd8bd15e7f2a1197ffc25567db"],"role":["Cabinet member"]}} -{"id":"ec-membership-bd33aa04ac2948d2ba83f5d68e7833d7ba9c3eec","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"member":["ec-person-eecca27e2a9c3fc0d4bd43564e4960382705feef"],"role":["Cabinet member"]}} -{"id":"ec-membership-be3a6ffe25ec26f983f261db4893bb0a85ec80b5","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"member":["ec-person-171e0bfe7e56605212c3c6e618a5d2d7fc23f75f"],"role":["Cabinet member"]}} -{"id":"ec-membership-be41d2de89cb266c37f643ffa672c935b22ba63b","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-dg-env"],"member":["ec-person-f9559d68da38935569ff0be1cadd90e05f0454bd"],"role":["Director-General"]}} -{"id":"ec-membership-be85a58558a78025b4109b5428c7f1f5bc3e3f36","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-commissioner-mairead-mcguinness-of"],"member":["ec-person-3a66109f0585c657edbe69190faa41919b50e05f"],"role":["Cabinet member"]}} -{"id":"ec-membership-beb5d592a85ed930eb0da0b06c983d5ecb437aa4","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-commissioner-corina-cretu-of"],"member":["ec-person-dcd49620d89d8f176103abc7d4ea3b2c9f1fff5f"],"role":["Cabinet member"]}} -{"id":"ec-membership-bf00f65fa5eaa97e6226ba143c3acba7dad17789","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-dg-op"],"member":["ec-person-c82a3f7647c572f2b733f7a00b22c4b833946f15"],"role":["Director-General"]}} -{"id":"ec-membership-bf7c3637a528795d52256e08bef0dad86fa11658","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-margaritis-of-president-schinas-vice"],"member":["ec-person-05650a4a170c56b9866c57f4610fcd005d5ccc24"],"role":["Cabinet member"]}} -{"id":"ec-membership-bf876735fcf10a6674ea12bd2575bc1095a0dbe6","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-claude-jean-juncker-of-president"],"member":["ec-person-44a061693f35519551be0e3dab996e76ad3f8c7c"],"role":["Cabinet member"]}} -{"id":"ec-membership-bfbe0351af76f02e519a4c880b18b4bf1c77f34a","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-jyrki-katainen-of-president-vice"],"member":["ec-person-567e71ed1b2c1e3f5ed12f2c3bedf7e9e69a9158"],"role":["Cabinet member"]}} -{"id":"ec-membership-c00e7d9499764548da171cd1dc903a8796cfdfb2","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-commissioner-johansson-of-ylva"],"member":["ec-person-981fc36acd82b2e49db83e43763b908c1a89ec0b"],"role":["Cabinet member"]}} -{"id":"ec-membership-c0fed26d9fad2295795ed6a6504f7d35b29ef905","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-andrus-ansip-cabinet-of-president-vice"],"member":["ec-person-52ed1885121fda2b630787906ea383c66ab9c075"],"role":["Cabinet member"]}} -{"id":"ec-membership-c11162e4d4d0de1d7b3615bc31edede6fb5d5e45","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-commissioner-hogan-of-phil"],"member":["ec-person-b0d24e81234b490dd841a09b69892304b27fc6a8"],"role":["Cabinet member"]}} -{"id":"ec-membership-c12db74eceab2f8a9bbdd2c562553c6f67b0d2ab","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-andrus-ansip-cabinet-of-president-vice"],"member":["ec-person-c759bd58acc54869aa8e62ce652efcda416e25c2"],"role":["Cabinet member"]}} -{"id":"ec-membership-c14665415faaf291039cc411c43b780cdc31f1e8","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-carlos-commissioner-moedas-of"],"member":["ec-person-b46c76b734a9bd8b8b7938e33fdd7b8cc6b6956a"],"role":["Cabinet member"]}} -{"id":"ec-membership-c1a8ed3017830a3f49dc38367aa102158ed78981","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"member":["ec-person-7c876f4825f213b8adbedf089ccedfbc3b36d65b"],"role":["Executive Vice-President"]}} -{"id":"ec-membership-c212b06858581b5dcb78e0e910500fa0efe9fad9","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-avramopoulos-cabinet-commissioner-dimitris-of"],"member":["ec-person-91522a096e6740a4c2460c43195eb9a9af2cba6d"],"role":["Cabinet member"]}} -{"id":"ec-membership-c2563374fee97438de8d845df726b8cfed8010b7","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"member":["ec-person-b30b0a4061753143722e8ac4e9bf08ab56473207"],"role":["Cabinet member"]}} -{"id":"ec-membership-c2db2c330edd45de7237a87bab861188c6cc02f3","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-first-frans-of-president-timmermans-vice"],"member":["ec-person-ee0e358952eb5192d26c98d36095038f6b8223f2"],"role":["Cabinet member"]}} -{"id":"ec-membership-c2f0627659c68c696a5edcf3ac11af52b576bff8","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-commissioner-moscovici-of-pierre"],"member":["ec-person-3cbeba61ae952f06fe4916c381438ebbc676a597"],"role":["Commissioner"]}} -{"id":"ec-membership-c2ff89a005bd9e868db2415acda1b9dec70e2d54","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-dg-comm"],"member":["ec-person-676f70803f4848c87b632d8522ff9ce8d4600e27"],"role":["Director-General"]}} -{"id":"ec-membership-c36592766e057fe3018a729b6fbedad1100b68e7","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"member":["ec-person-71043372bdf7ac2868e93db35f9e2f420db778e3"],"role":["Cabinet member"]}} -{"id":"ec-membership-c3e6094fbde0c3a950e6b3ae79ad985088db7322","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"member":["ec-person-c825a813205e5077cd48bbd241436daf1834fc9b"],"role":["Cabinet member"]}} -{"id":"ec-membership-c4f34fc5778be1491c066000f3c96d4e9d27d83c","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-breton-cabinet-commissioner-of-thierry"],"member":["ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0"],"role":["Commissioner"]}} -{"id":"ec-membership-c503abd8507e6463d9b41d14af4d6db0647472ec","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-dg-agri"],"member":["ec-person-7bc7204a153f98afbf1ad1cffbdd10d06d9ae166"],"role":["Director-General"]}} -{"id":"ec-membership-c56d28f4b97210c2cee9c175cd34b03751cb6595","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-commissioner-kyriakides-of-stella"],"member":["ec-person-c7513fae2df7920eea99d7cc103a354aa4f56b6e"],"role":["Commissioner"]}} -{"id":"ec-membership-c57af84d5901a44ce7f7dacabf8b92910d52433a","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-andrus-ansip-cabinet-of-president-vice"],"member":["ec-person-91ca0921c6790191daa54427311acd63035e7c9e"],"role":["Cabinet member"]}} -{"id":"ec-membership-c57fcf4f5eaa1b8b41438dd09fa524a24d810024","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"member":["ec-person-cafe030b6dad78a75143f7552c420481b30ebceb"],"role":["Cabinet member"]}} -{"id":"ec-membership-c5a3b9f17a6c221fb3516cf2a6680d3ccd190d1f","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"member":["ec-person-5d2fb692a102077260d7badef4a9f10132b72aee"],"role":["Cabinet member"]}} -{"id":"ec-membership-c5bec3dabe4bb5eb752ce685153fa1820111fd4d","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-margaritis-of-president-schinas-vice"],"member":["ec-person-180e5c5b13dac533a1241b0f9d78176c8bec3d51"],"role":["Cabinet member"]}} -{"id":"ec-membership-c68f7f28e411273c10eb9c67ee876e0c8455ce37","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-commissioner-nicolas-of-schmit"],"member":["ec-person-652143032bcbd23aa320685b3deba350097aa7ae"],"role":["Cabinet member"]}} -{"id":"ec-membership-c6a25063b4e86bc5d7aa7a1d57ce3dfc95760191","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-carlos-commissioner-moedas-of"],"member":["ec-person-f473f68db8882bf182fad095bee4ba174b53e0ac"],"role":["Cabinet member"]}} -{"id":"ec-membership-c6be908189d170da6566717c5aa0babb3b1daa6e","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"member":["ec-person-eec82261c60167b261e56ad1e2bfb4c482db6191"],"role":["Cabinet member"]}} -{"id":"ec-membership-c6c27c97c57658ec72f68f9cf9a5a69d61564d8b","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-commissioner-corina-cretu-of"],"member":["ec-person-07b9ad1b70922339743034ff99ff2aea6a6d7d21"],"role":["Cabinet member"]}} -{"id":"ec-membership-c715d33d37b6f27bf632ab9a48ca75374b56d902","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-borrell-cabinet-fontelles-high-josep-of-representative"],"member":["ec-person-d38139fc9996353b508c5a13d21e63cbdde379be"],"role":["Cabinet member"]}} -{"id":"ec-membership-c73a03bc336dbaa748a4da32d79db8a0cbc8aef4","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-carlos-commissioner-moedas-of"],"member":["ec-person-fb56329c22510c66ab50a8bdba13230bdae32902"],"role":["Cabinet member"]}} -{"id":"ec-membership-c750ed80ca69ab08b0a6bf7141d1602de8c71d10","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-dg-sg"],"member":["ec-person-6aa97634438bb481caaf90d7277bdc0b062d44fb"],"role":["Secretary-General"]}} -{"id":"ec-membership-c769da82ecee0d288f0fd74ea87acfbac53aefa3","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-andrus-ansip-cabinet-of-president-vice"],"member":["ec-person-1b5d370ac9c418626a6461f1ff6f08e5ec594595"],"role":["Cabinet member"]}} -{"id":"ec-membership-c77c5d22023f16081530789f19c0671fae13197e","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-commissioner-hogan-of-phil"],"member":["ec-person-cd4a156dd3ba3388c4e3ef6cd8fdc81362380dbb"],"role":["Cabinet member"]}} -{"id":"ec-membership-c87824743d1631e56c157d10a29a555dc4fb5cab","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"member":["ec-person-e88af8eb396e96e3dbc9b4ec6e40a348d26c389c"],"role":["Cabinet member"]}} -{"id":"ec-membership-c95914c48985113f2fb7de5fdec3885c25d45154","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"member":["ec-person-b9c3f19e7c5f216e3e508f931ddd6a9cb59376d1"],"role":["Cabinet member"]}} -{"id":"ec-membership-c9b58b18c7778dd0c930003e85429e773515c208","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"member":["ec-person-eead64238a03eedc14b594dc1f3a142eac279458"],"role":["Cabinet member"]}} -{"id":"ec-membership-ca18ffea3956befa8a0e0e9e3d1feb0add3efb2c","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-mimica-neven-of-president-vice"],"member":["ec-person-61daadad53de1eb7dcc08383b418ace3b6f971d7"],"role":["Cabinet member"]}} -{"id":"ec-membership-cae3046b7c03ec3af4e7b63048b993ae959a6b5c","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"member":["ec-person-95a769a1850d7d595f9a5853c51dcbdd3ddd69fb"],"role":["Commissioner"]}} -{"id":"ec-membership-caef08ece0959612dc76c41c683539eecc968c3f","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-adina-cabinet-commissioner-of-valean"],"member":["ec-person-7f9ba99138b4fa5c698037dc7507219b1319e0a7"],"role":["Cabinet member"]}} -{"id":"ec-membership-cb44c37596b71a27d9b682fdc25d400c125e832b","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-commissioner-marianne-of-thyssen"],"member":["ec-person-786ac5b4308f9797c51ea9c4491fcd16b6fac4cd"],"role":["Cabinet member"]}} -{"id":"ec-membership-cb69243f65f917bd2cab4fe02e81c0ded06d1603","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-commissioner-janez-lenarcic-of"],"member":["ec-person-42513bdf51e93e71624bd3c51abfbe6d19b5dfc1"],"role":["Cabinet member"]}} -{"id":"ec-membership-cbb058a406eed05ebc8cc37ca08f72e9a8eb03ef","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-dg-idea"],"member":["ec-person-4fe56a64c00b3e81c851b5538878b32481bd7d3c"],"role":["Director-General"]}} -{"id":"ec-membership-cbe64905c93fbaebc026e4b081abb3f8ca0e2f57","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-breton-cabinet-commissioner-of-thierry"],"member":["ec-person-6308dea893b9b1ca0dcd5b91b4a1ac4c2f3020ad"],"role":["Cabinet member"]}} -{"id":"ec-membership-cc2febad909cc183140fc7071ac7e15b2033c745","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-arias-cabinet-canete-miguel-of-president-vice"],"member":["ec-person-71f9b3c696abbda505f0fae6baec2c26e0c310dc"],"role":["Cabinet member"]}} -{"id":"ec-membership-cc746a1d35a46479c59d6aca229986e5808ed389","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-commissioner-hill-jonathan-of"],"member":["ec-person-5e8e66c5b37cfc1f9272932bf8e12f4b28d1160a"],"role":["Cabinet member"]}} -{"id":"ec-membership-ccce528016e4bf780187276ec781c6350a90de3f","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-margaritis-of-president-schinas-vice"],"member":["ec-person-d5cada2a1a17537a675985af31e5ce07ae3bfd42"],"role":["Vice-President"]}} -{"id":"ec-membership-ccf3073405de80f3e7817133a2e493bdf5039d32","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-commissioner-hahn-johannes-of"],"member":["ec-person-fc0e10502560866789b824b224f2c41dda3447e1"],"role":["Cabinet member"]}} -{"id":"ec-membership-ce40d924474efabc4475e2b20d8148157f09e710","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-commissioner-marianne-of-thyssen"],"member":["ec-person-c508e9337eca6b067c1f966b82de49c4824a3ad0"],"role":["Commissioner"]}} -{"id":"ec-membership-ce763d2a759caf21b92f62289f7acf6f06999b34","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-commissioner-kadri-of-simson"],"member":["ec-person-68b9170beccdbf21444fad7cdc252dec9e60b9d2"],"role":["Cabinet member"]}} -{"id":"ec-membership-ce7ac21539095dfde6ea61684616f320c9f1ac96","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-karmenu-of-president-vella-vice"],"member":["ec-person-805c0cb26d98afecd897b742d48b43a763b0e93c"],"role":["Cabinet member"]}} -{"id":"ec-membership-ce9d7b1fb88636d8d77fdb68ff7bbfb77d26b3e9","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-gunther-oettinger-of-president-vice"],"member":["ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911"],"role":["Commissioner"]}} -{"id":"ec-membership-cebcba9592856768fd2b2ba710595d5542d39cab","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-maros-of-president-sefcovic-vice"],"member":["ec-person-9f6823821fe68d82e9b9dbe81181ecacb0265d94"],"role":["Cabinet member"]}} -{"id":"ec-membership-cfb3b69e274991be161a47312c53ab1d381999b5","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-der-leyen-of-president-ursula-von"],"member":["ec-person-43bdc9a00c5fc10765bc14b0ec57fc189bb5b091"],"role":["Cabinet member"]}} -{"id":"ec-membership-d007c8837533e785e5cf36c22db773c3c45680b5","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"member":["ec-person-0d87d503aa00db1df141f3b1bfea3e0ccb43ece9"],"role":["Cabinet member"]}} -{"id":"ec-membership-d08cb952d058bc5d3bb930b7ad83fd8272761c54","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-dg-ias"],"member":["ec-person-94a7c02852f5882d1025ac97b69c426636fc8b8d"],"role":["Director-General"]}} -{"id":"ec-membership-d0fb43aa47636b4a71ef3aea14ef6747ce7c8ff6","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-dg-mare"],"member":["ec-person-13c487b266d525d30bcdd6c108d17accaf4b8840"],"role":["Director-General"]}} -{"id":"ec-membership-d153c41c168641acd0954655e32c59d7310e5c31","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-commissioner-hogan-of-phil"],"member":["ec-person-87035c801abd86d18634e37fcafba842dc2c94fb"],"role":["Cabinet member"]}} -{"id":"ec-membership-d2872545b688078590cc89b9dfe3953d9ff4fced","referents":[],"datasets":["ec_meetings"],"schema":"Membership","properties":{"organization":["ec-cabinet-commissioner-gentiloni-of-paolo"],"member":["ec-person-f704f5791ca0e9f5b23c6b2a9e02c666ecb65b20"],"role":["Cabinet member"]}} -{"id":"ec-membership-d353bdb877f08bccd48cf14ad15b14aa60aeceff","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"member":["ec-person-354147678cd662e9949df96a1b58663c347a35f9"],"role":["Cabinet member"]}} -{"id":"ec-membership-d3eb864423c06a0915ca9fb6a70700798d0b6f80","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-commissioner-gabriel-mariya-of"],"member":["ec-person-77288fc6cc1d717936ac1a1d02ed679fd493b117"],"role":["Cabinet member"]}} -{"id":"ec-membership-d53835f882bbd56fa2981360cd6ffc0b3ada90a5","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-commissioner-johansson-of-ylva"],"member":["ec-person-56478a183036db6fe9e976c032c67032ba183565"],"role":["Cabinet member"]}} -{"id":"ec-membership-d5b5c8268fc74c5743b34b5f038e79e7980649bb","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-first-frans-of-president-timmermans-vice"],"member":["ec-person-966667b73d92624be9bb019c2baab7e52331b3d3"],"role":["First Vice-President"]}} -{"id":"ec-membership-d63a8c5bc8e6f93add7b337e437ffaba86f47f3b","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"member":["ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029"],"role":["Cabinet member"]}} -{"id":"ec-membership-d64c08dce2a20d65f4b02c6f7031cf0a5690b59e","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"member":["ec-person-cc22f9036f136b68e22fa3af97972857e72dc249"],"role":["Cabinet member"]}} -{"id":"ec-membership-d64f162d57eb84aef5cb48e5f2e308aa35463636","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-dg-trade"],"member":["ec-person-bde9bb099f5d24c52ca4a9255cefc99a5b87a650"],"role":["Director-General"]}} -{"id":"ec-membership-d6560e56a168adc91785345760e67e338862d026","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-margaritis-of-president-schinas-vice"],"member":["ec-person-c8d1d7f3012c344bc60630eb456865390bddc7c5"],"role":["Cabinet member"]}} -{"id":"ec-membership-d69648df11b91c423c79530548e56d10eda8f247","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-maros-of-president-sefcovic-vice"],"member":["ec-person-1f95be23689cd4ed0a26fe2980f760ccf2d55c1e"],"role":["Vice-President"]}} -{"id":"ec-membership-d6ae9a183c5fbb29394d93739a5b6c6c7e878d77","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-breton-cabinet-commissioner-of-thierry"],"member":["ec-person-5215bd372c5a1202399d77ecceb8c16de8d7d55c"],"role":["Cabinet member"]}} -{"id":"ec-membership-d6c1dbea191f26d5c946fa88eb556d8746739836","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-commissioner-janez-lenarcic-of"],"member":["ec-person-a6cd325c80698b2331699224c780ebfb10573602"],"role":["Cabinet member"]}} -{"id":"ec-membership-d7852ea8a99cc9b9e0f1f31520884f8dfc1a437c","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-claude-jean-juncker-of-president"],"member":["ec-person-ad6f76ca53dc30d965b15e3728c45dbd0aba44b4"],"role":["Cabinet member"]}} -{"id":"ec-membership-d852a5b636814699aeca22905593fd2ee94605ba","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-dg-agri"],"member":["ec-person-94f7c6e6875fa76120558bda38f913792cc61934"],"role":["Director-General"]}} -{"id":"ec-membership-d852c6113bca2e9dfe51470f5959c15636a4d8ff","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-jourova-of-president-vera-vice"],"member":["ec-person-28fecf6c4f04b3a2af1d74c742e147920ab849c5"],"role":["Cabinet member"]}} -{"id":"ec-membership-d85efc8e24ededfd07f3b020de7d948dc0f7cc90","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-commissioner-gabriel-mariya-of"],"member":["ec-person-169095f0138062f64079fc92dc609e32cc65a8f1"],"role":["Cabinet member"]}} -{"id":"ec-membership-d891d96deb74c6d6f26b173205ad40060c461284","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-commissioner-nicolas-of-schmit"],"member":["ec-person-8eb18b6102d444937bc6af5822a6742812165b48"],"role":["Cabinet member"]}} -{"id":"ec-membership-d8c963a1185738ad3ee962930d3ebbbbe19ac93b","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-commissioner-gabriel-mariya-of"],"member":["ec-person-f44fd5a4e1aee7b5ec7988261aaa129844edaa4a"],"role":["Cabinet member"]}} -{"id":"ec-membership-d9354737a5868cd589d18c539259da492e8172d6","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-dg-connect"],"member":["ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f"],"role":["Director-General"]}} -{"id":"ec-membership-d9c4e4efe1126d3012f2b3f0e42e4c6cd4ee3fa3","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-commissioner-mairead-mcguinness-of"],"member":["ec-person-0ba9b89127b39af6a66f2fc3ed727332f1b19a34"],"role":["Cabinet member"]}} -{"id":"ec-membership-da2a165cdafd84dab076a0ca4cc096b5b90c98cd","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"member":["ec-person-d60b74d6bf19edff0aacdad384927f95de9b3c60"],"role":["Cabinet member"]}} -{"id":"ec-membership-daa606938b957697dfc8dfeeae80877a995de941","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-dg-de"],"member":["ec-person-4cd59e13386e3b68ecb3611fcc579e0a0a3938a5"],"role":["Cabinet member"]}} -{"id":"ec-membership-db759e08105f657bfd9a4d196e15f03ad6f05652","referents":[],"datasets":["ec_meetings"],"schema":"Membership","properties":{"organization":["ec-cabinet-commissioner-navracsics-of-tibor"],"member":["ec-person-03a17c1f8d25d3e830dd09d6fd5fddc5916b6ab7"],"role":["Cabinet member"]}} -{"id":"ec-membership-db887e9ca966af393c4dc8fa9cc0157471aa8c89","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-arias-cabinet-canete-miguel-of-president-vice"],"member":["ec-person-6cb87072cbd668bb8f572b5577f2a04c14e75569"],"role":["Cabinet member"]}} -{"id":"ec-membership-dba2399b6dba03ccf40e3126cf53b5b694a2cd74","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-dg-digit"],"member":["ec-person-32591d36027eb92a66b57d5bcc8c57d9574380b0"],"role":["Director-General"]}} -{"id":"ec-membership-dbcdd30579a0b65a86af60606ac7300aa7954ff5","referents":[],"datasets":["ec_meetings"],"schema":"Membership","properties":{"organization":["ec-cabinet-der-leyen-of-president-ursula-von"],"member":["ec-person-c0d55f23e2e8f83429513774a100fd4e587bb36d"],"role":["Cabinet member"]}} -{"id":"ec-membership-dbfedaeda804120b45274370dac5bb2e1ca40668","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"member":["ec-person-b167e9941ceb85887f2c312a1b0d96e7c424ea1f"],"role":["Cabinet member"]}} -{"id":"ec-membership-dc061c6c176dd8cc1770e30f5507ebccdd04756c","referents":[],"datasets":["ec_meetings"],"schema":"Membership","properties":{"organization":["ec-cabinet-commissioner-corina-cretu-of"],"member":["ec-person-e181c361bb6bec3fc45d4b1d60789c4169e1006d"],"role":["Cabinet member"]}} -{"id":"ec-membership-de0630941dc0b2ab0b613243462816f442a5619d","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-jyrki-katainen-of-president-vice"],"member":["ec-person-c50e8c2cc390c5efb0626988d173bc6758459e0f"],"role":["Cabinet member"]}} -{"id":"ec-membership-de8315cb37bd313f7f9fcabd611fed5302d7428a","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-commissioner-julian-king-of"],"member":["ec-person-8534d5829e2b89b2389ad8651205fee73503f559"],"role":["Cabinet member"]}} -{"id":"ec-membership-dedb36f42372ef4c048606315ed00f801f7a0493","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"member":["ec-person-23c55ec7dbedbeca55522253bc69ae6fd1bea72c"],"role":["Cabinet member"]}} -{"id":"ec-membership-dee0cf84b11d85a9cde0b4bbdc43821b062cc5a6","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-dg-sante"],"member":["ec-person-e6c752b8c9246ee8246c3dde21cfd79f9c4d2d19"],"role":["acting Director-General"]}} -{"id":"ec-membership-defebaf4e54079ccac6259ef9441df8611a5d7f3","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-jourova-of-president-vera-vice"],"member":["ec-person-eb96be0a510a5e7f122fa88f994b99f073b5dac4"],"role":["Cabinet member"]}} -{"id":"ec-membership-df500fb8db95b05f1a8e1cfdae49fb0bc7f7708f","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-commissioner-johansson-of-ylva"],"member":["ec-person-1c9f2e5d03a1fc77ed6b3d4e34c35b2bd1506318"],"role":["Cabinet member"]}} -{"id":"ec-membership-dfd8db05ec912626f4d70554ca284fb2c87f8c3f","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-borrell-cabinet-fontelles-high-josep-of-representative"],"member":["ec-person-41fb1fe9d70985a3133c6d26433ad78c85cc76a2"],"role":["Cabinet member"]}} -{"id":"ec-membership-e021eb92f614363e58c17623b511e61a19d74d84","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-hahn-johannes-of-president-vice"],"member":["ec-person-2fca685599028e7674f6143b21eb6760c913eef0"],"role":["Cabinet member"]}} -{"id":"ec-membership-e098c48ea058b4b3b9aba7819b950ef3360edb05","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-commissioner-moscovici-of-pierre"],"member":["ec-person-14ef50b9efbe5ab02d528e0ec4ac50c9caf964e3"],"role":["Cabinet member"]}} -{"id":"ec-membership-e0be17fe4bf374cf679b2360f67373674964ccc4","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-commissioner-corina-cretu-of"],"member":["ec-person-b2a85d08bf0e06d2bc82e23548c2f6211d04cf4a"],"role":["Cabinet member"]}} -{"id":"ec-membership-e119ceae98e5800da473b6ce9f5f70acbad3db25","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-commissioner-corina-cretu-of"],"member":["ec-person-a8f47f7eb96bfb81929848b0ee89067bcbf0ce81"],"role":["Cabinet member"]}} -{"id":"ec-membership-e1604d77df6c2802965f625937cc13acb04590d9","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-karmenu-of-president-vella-vice"],"member":["ec-person-4ff7c27445db4ad88e687776974fd8d077a1fe0c"],"role":["Cabinet member"]}} -{"id":"ec-membership-e168f2079af8850f4bc1478c8d76e159138e4e19","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-dubravka-of-president-suica-vice"],"member":["ec-person-a7853d5ba381ece8f8e56c78eb4f11c3ce0bc9c0"],"role":["Cabinet member"]}} -{"id":"ec-membership-e1bfabf254e2081241afd924bc703e03b4e427b2","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-breton-cabinet-commissioner-of-thierry"],"member":["ec-person-026c2270ec4cbabdb8ac223b2d1fa4202696dc8d"],"role":["Cabinet member"]}} -{"id":"ec-membership-e1ef3737b5db8bf86ac566d29f750e3d5b60aa20","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-carlos-commissioner-moedas-of"],"member":["ec-person-0a716bf5253e913fc40ebf14c12f30dc2e7a06ee"],"role":["Cabinet member"]}} -{"id":"ec-membership-e1f9a6d81dc089822f9e8a45ead48e133e2a8828","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-commissioner-hahn-johannes-of"],"member":["ec-person-05d36af0ce2983d077f3b72cb8a99ae890f001c5"],"role":["Cabinet member"]}} -{"id":"ec-membership-e22817fa8ee7d44291a07710a085224fc9b8a3aa","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"member":["ec-person-7869e6adc9c6329f8dea9a0fd02d998d8ffa57f6"],"role":["Cabinet member"]}} -{"id":"ec-membership-e259f836eed582f409f901449f6caccd44aedc34","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"member":["ec-person-b3851773e6fffa3f8f2c4483b70f7bb63da8a4c3"],"role":["Cabinet member"]}} -{"id":"ec-membership-e281b4dd091342b89e854be32ea89b72b54f335f","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-commissioner-margrethe-of-vestager"],"member":["ec-person-5d3cde69206da720686a2bca71494091f1318f24"],"role":["Cabinet member"]}} -{"id":"ec-membership-e3462ccfbe57c0e51482da868fb418f0db6e0b88","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-commissioner-marianne-of-thyssen"],"member":["ec-person-bdb607d5d994a4056dd700f8f52d9af25b406b36"],"role":["Cabinet member"]}} -{"id":"ec-membership-e39844b474ffe5bcfe56a6bff469049597e6c178","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-borrell-cabinet-fontelles-high-josep-of-representative"],"member":["ec-person-d1feca8d32580d47b14dd7bb1a7ff1e0dd7a01e1"],"role":["High Representative"]}} -{"id":"ec-membership-e49fc71257afd7def7e71696e9602b0b8680f8e0","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-andrus-ansip-cabinet-of-president-vice"],"member":["ec-person-d5a309c64ecdb05010325dcfc661f6ae817f31cc"],"role":["Cabinet member"]}} -{"id":"ec-membership-e4dc4b2fe07512e22a1e75c0a44b691b92506510","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-adina-cabinet-commissioner-of-valean"],"member":["ec-person-baa9678f53e0a607c8a9bb2cd9122d1c13370154"],"role":["Cabinet member"]}} -{"id":"ec-membership-e4e52688b89664a383e95e2439cf9e76ffe6e3ad","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-dg-hera"],"member":["ec-person-ca1ba7d868310cf297ba69999f416939d86a30ac"],"role":["Director-General"]}} -{"id":"ec-membership-e521f26d3289bd1172a07f52fe641084a48b6824","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-commissioner-gentiloni-of-paolo"],"member":["ec-person-088d26d74d1898338fbf1c86e139bd6d3b870dbc"],"role":["Commissioner"]}} -{"id":"ec-membership-e59c3d9f25aa3ea4e42330e75aefbcfa9c79ef51","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-gunther-oettinger-of-president-vice"],"member":["ec-person-69aa44204bd0cd314e6540561100b2f67d805fc1"],"role":["Cabinet member"]}} -{"id":"ec-membership-e6673416219f2a7ad4a8d6798fd975b062e346f7","referents":[],"datasets":["ec_meetings"],"schema":"Membership","properties":{"organization":["ec-cabinet-commissioner-moscovici-of-pierre"],"member":["ec-person-fe77299f966361ebf26175f545c793b383b3a4a0"],"role":["Cabinet member"]}} -{"id":"ec-membership-e6b468ab36cbac15dfc6585516cfe96a1fb61d5d","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-carlos-commissioner-moedas-of"],"member":["ec-person-a6e757d2928b639b876fd492ddee1fc1420908bf"],"role":["Cabinet member"]}} -{"id":"ec-membership-e6ff41a40516d56078438581c8bf30d2acd8e655","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-commissioner-nicolas-of-schmit"],"member":["ec-person-31513b39cbfd3c630421d09259b6e94518a4e519"],"role":["Cabinet member"]}} -{"id":"ec-membership-e7a260ef3704331c22f387c7b5212e21f0a46fc4","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-commissioner-gabriel-mariya-of"],"member":["ec-person-d995d34a2f8b1f0bf6a17486f5699181d6a01e1c"],"role":["Cabinet member"]}} -{"id":"ec-membership-e7c618c348a6f74d96074d5617d9be5b5093da07","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-margaritis-of-president-schinas-vice"],"member":["ec-person-43f9f86cfe94e45a95f7fbdea9a59a54955ebcfa"],"role":["Cabinet member"]}} -{"id":"ec-membership-e823fa6b770bd3ecd42b1b74fa48b035ea90298e","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-commissioner-jourova-of-vera"],"member":["ec-person-64349923a7639978983020a607770b8dc47c8144"],"role":["Cabinet member"]}} -{"id":"ec-membership-e830b215e4c91c9001675ad05bc7e3eb2276ebb4","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-borrell-cabinet-fontelles-high-josep-of-representative"],"member":["ec-person-51b354ee84bc311cd7365f9f3ccd96326902c711"],"role":["Cabinet member"]}} -{"id":"ec-membership-e89307108ab92a935235ad27b66cbc3fc8b30fb4","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-christos-commissioner-of-stylianides"],"member":["ec-person-2fc13fcb7185092e68bea299c3be5ed16c4bdaf0"],"role":["Cabinet member"]}} -{"id":"ec-membership-e8d005b03900703bbab4036b08c84c6da4820996","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-claude-jean-juncker-of-president"],"member":["ec-person-cdaf2d26bf31f9cd51df4dcae26d0bced763eb2c"],"role":["Cabinet member"]}} -{"id":"ec-membership-e8e8d2ad5ef91f18c5c129f278ad5aca1b6d2588","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"member":["ec-person-68673b08d89a6e808027adc388726386f46aa7f5"],"role":["Cabinet member"]}} -{"id":"ec-membership-e9296e04fbe864d9357979c1206292f99df7babf","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-first-frans-of-president-timmermans-vice"],"member":["ec-person-1bc3e2272ec82a894153feccd4f285ae594f7b3b"],"role":["Cabinet member"]}} -{"id":"ec-membership-e94fe0ceef8298cb803c475701633eaf61103288","referents":[],"datasets":["ec_meetings"],"schema":"Membership","properties":{"organization":["ec-cabinet-claude-jean-juncker-of-president"],"member":["ec-person-514d785d5799b4af46470d418cf706b6fc861af8"],"role":["Cabinet member"]}} -{"id":"ec-membership-e9df13d164a4193ac453e297a1b850ab974f5f6b","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-commissioner-gabriel-mariya-of"],"member":["ec-person-1674399a793e9e6fd7cf55b525515fc862fc9351"],"role":["Commissioner"]}} -{"id":"ec-membership-eaf868abf40c9fd69bc157c90b1503a38737e835","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-andrus-ansip-cabinet-of-president-vice"],"member":["ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0"],"role":["Vice-President"]}} -{"id":"ec-membership-eb5a10fdea9d48481b9f3065df12cc02792e4a37","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"member":["ec-person-33624431cbec1074e151c1707715ef46d2ba9565"],"role":["Cabinet member"]}} -{"id":"ec-membership-ebb19640974d6caf43c4247854bafd92c6ae7bf6","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-der-leyen-of-president-ursula-von"],"member":["ec-person-907ffb425c752d7d7940f64fcfe219fe88b2f741"],"role":["Cabinet member"]}} -{"id":"ec-membership-ec72cde55f927a0ba8e915a3965a2ee68622d670","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-dubravka-of-president-suica-vice"],"member":["ec-person-3fde0db8d8834e47db2b7c32ce5c469b66548f1b"],"role":["Cabinet member"]}} -{"id":"ec-membership-ecad883eb986a2dcb973a69dfa23af1550b5f309","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-bulc-cabinet-commissioner-of-violeta"],"member":["ec-person-6a5ceb87383474e4b7f430af341029a155e255b0"],"role":["Cabinet member"]}} -{"id":"ec-membership-ecbd47c121adc5bcb2c792468b2539d8bbf38302","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"member":["ec-person-8af3c81534786a740718d21dc58240738a53ed7b"],"role":["Cabinet member"]}} -{"id":"ec-membership-ed128af52f3b5dd5455d43385b7d76a2d5d7faf0","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-avramopoulos-cabinet-commissioner-dimitris-of"],"member":["ec-person-d308eca84bd91d5045ed0282e8e04787597508ee"],"role":["Cabinet member"]}} -{"id":"ec-membership-ed4f348901883bf5e7798b14fbff18da44e64fe0","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-dg-ecfin"],"member":["ec-person-d59b69916c3a29673c14838feab22a7902555d52"],"role":["Director-General"]}} -{"id":"ec-membership-ed6a23ecf13e743018646abe0d18d0364a71845f","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-commissioner-of-oliver-varhelyi"],"member":["ec-person-53491bf8482feff700ae076cb8b1e2ee3e728210"],"role":["Cabinet member"]}} -{"id":"ec-membership-eda540bf77673fda97bd466e4a0f8dee8790195e","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-commissioner-mairead-mcguinness-of"],"member":["ec-person-49e520c7a9c9c47ccb5acfa68f9416e4233af9f8"],"role":["Cabinet member"]}} -{"id":"ec-membership-eda871ddfbe3d2f8295e2ede5d836d45aef39dc9","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-dg-fpi"],"member":["ec-person-c807b0d7987703f3934e9e3417c0a8b3cb2cd297"],"role":["Acting Head of Service"]}} -{"id":"ec-membership-edbe93c633174edda0c09c9862d753cb16f271e5","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-bienkowska-cabinet-commissioner-elzbieta-of"],"member":["ec-person-d2997a7f359c91a337055c3e24dd36bf928de38d"],"role":["Cabinet member"]}} -{"id":"ec-membership-edc235ef9cb469cdf9789cc5a744f09ada5bbf2e","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-dg-rsb"],"member":["ec-person-b79e2a722cf72068a7e5e24a5b455c04c07917fa"],"role":["Chair of the Regulatory Scrutiny Board"]}} -{"id":"ec-membership-ee7866b620b99e8cf96eefa1eae732b84ade6830","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-commissioner-hahn-johannes-of"],"member":["ec-person-0a9c49ba84ea78ae0ec9c6fadde7b6d66e7a1054"],"role":["Cabinet member"]}} -{"id":"ec-membership-ee8267eb5245e9a6120d0fb54ab1128bab8fb9cd","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"member":["ec-person-b4899928aefa422e4992056d90974930b39cad81"],"role":["Cabinet member"]}} -{"id":"ec-membership-eea5a4f40057f9f9b28027b49fba9cc4e07181b7","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"member":["ec-person-1443799688ae485d7a2fee5c9defab2c5b7c7e6c"],"role":["Cabinet member"]}} -{"id":"ec-membership-ef1bcc0e85fd95e1cdc3caab961f3a56458f558b","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-jourova-of-president-vera-vice"],"member":["ec-person-4b44772b82b4594362a2180f88752785a6516a22"],"role":["Cabinet member"]}} -{"id":"ec-membership-ef9d981a3c7ebb275157373291d3d5b121df52be","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"member":["ec-person-44c0409df0e9c3a69a1fe1442fc91e31f6c2786b"],"role":["Cabinet member"]}} -{"id":"ec-membership-efa3edbba7c97af096f010eb70f39d727718fe3a","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-dg-sante"],"member":["ec-person-42d2108d723f9b9017ed589e3271e3156172daa7"],"role":["Director-General"]}} -{"id":"ec-membership-f0ec3bd2441cba99c9a4957613e299408230e9d7","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-dg-de"],"member":["ec-person-5652698e8f7b4a189329e67fddbaff44dbe8658c"],"role":["Cabinet member"]}} -{"id":"ec-membership-f0ef1a19f1fd380175ccfb2fadc536ddea0a0e61","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-commissioner-hogan-of-phil"],"member":["ec-person-c9d17d5879383b030f61a4066848249fb35d57e4"],"role":["Cabinet member"]}} -{"id":"ec-membership-f1278dbbac53e59f6669f8ea1477801b31c8c2b5","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-maros-of-president-sefcovic-vice"],"member":["ec-person-ea6b517040e26a62f17d2829afffeba48cfd682f"],"role":["Cabinet member"]}} -{"id":"ec-membership-f136679ee1c0f543a8806ba4e47e64f5fba486c0","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-dg-rsb"],"member":["ec-person-31c44e0f672f59d97fcdbfa3dc472749e3187fea"],"role":["the Chair of the Regulatory Scrutiny Board"]}} -{"id":"ec-membership-f13e604e185c44f56d8704b328e7d4f67440ae5f","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-jyrki-katainen-of-president-vice"],"member":["ec-person-ccd2797b568cba38993df7d1dcc985dbc1eb439a"],"role":["Cabinet member"]}} -{"id":"ec-membership-f1a21b56bb2378fb01f4214b6f93d9e0a4b64721","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-commissioner-dalli-helena-of"],"member":["ec-person-074f076ec339feecfbb4bdf393736c8236d7c85e"],"role":["Cabinet member"]}} -{"id":"ec-membership-f1ac97534e4730ae9928b08a0ad59a3175e17038","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"member":["ec-person-b2d41137decbf33bc8076a41bfe11b68d501a7a0"],"role":["Cabinet member"]}} -{"id":"ec-membership-f1f3b598bfacdfc3c771ad6c1987127b3a70a4ee","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-commissioner-marianne-of-thyssen"],"member":["ec-person-97cc52ff34af5e6170626d2711bb791d319e064a"],"role":["Cabinet member"]}} -{"id":"ec-membership-f2137826e0bb27d196893e80f020477c0bc10ccc","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"member":["ec-person-161a941900356f9c80cf6ea2ff5ca9963f8e73a6"],"role":["Cabinet member"]}} -{"id":"ec-membership-f255fd41f2c6be00a6eb624e31a5bb66dbc7dd59","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-borrell-cabinet-fontelles-high-josep-of-representative"],"member":["ec-person-f8a79e1e60e4175f615df00bd83c92a139646fe8"],"role":["Cabinet member"]}} -{"id":"ec-membership-f26ec9c4538001c52dc19abb04cea4693eee1039","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-commissioner-dalli-helena-of"],"member":["ec-person-d15c205cb9cbb310d2811039c0160c1de7c84638"],"role":["Cabinet member"]}} -{"id":"ec-membership-f285b881359a26813b17589555765f11f60de4ca","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"member":["ec-person-d7607503188de4dff4a730df803ecaac9b411aae"],"role":["Cabinet member"]}} -{"id":"ec-membership-f2a1f05dcb44ef0a8d18f5021ccd4c0d4f476c32","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-federica-high-mogherini-of-president-representative-vice"],"member":["ec-person-efed7cdce9c9bb64dca7aedb11d12aaed5efb809"],"role":["High Representative / Vice-President"]}} -{"id":"ec-membership-f380924294faa18c02e7ee80cdafac737c7b43eb","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-commissioner-nicolas-of-schmit"],"member":["ec-person-4cf4655ab41922e92160325d987a3c4615c72d30"],"role":["Cabinet member"]}} -{"id":"ec-membership-f3d2d72b51830549b6552724041b7298c76b062b","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-dubravka-of-president-suica-vice"],"member":["ec-person-bae2f44eb21285b37ecc9c7f2f42b4acb1f53264"],"role":["Cabinet member"]}} -{"id":"ec-membership-f45db52a833fe4e4c2b9f9bfb64e6a8466d6dada","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-commissioner-margrethe-of-vestager"],"member":["ec-person-baa1c172df109ebd1f0307bccb5e21aec66c7a25"],"role":["Commissioner"]}} -{"id":"ec-membership-f466c638dca057164a5fbb872bf1d7882a9d3376","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-commissioner-janusz-of-wojciechowski"],"member":["ec-person-ae252fb0bbbad2440e31f70ccc19082b7ac65837"],"role":["Cabinet member"]}} -{"id":"ec-membership-f477e0442bae926a144538f89be7623475136d57","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-claude-jean-juncker-of-president"],"member":["ec-person-442e08d247d72bdef0fce4bf17477efe2a5bfe49"],"role":["Cabinet member"]}} -{"id":"ec-membership-f4b6af08a3f69dcd499521f6dba0295500fdb697","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-dg-sante"],"member":["ec-person-f442ca8cd331fc51ad479fe0db982bb9fdb00647"],"role":["Director-General"]}} -{"id":"ec-membership-f4dd7176fda20073ebb973985e701a1798e00261","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-andriukaitis-cabinet-commissioner-of-vytenis"],"member":["ec-person-059ca943fc5fc696d2a97849c635ddf7b6ab7fd7"],"role":["Cabinet member"]}} -{"id":"ec-membership-f5534c4d4b977a124e499106cae256814a944d8a","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-commissioner-gabriel-mariya-of"],"member":["ec-person-373f2218f4fac4183e3c247b83f431b60637bca5"],"role":["Cabinet member"]}} -{"id":"ec-membership-f586a0ee622ec474bc38f6f152deaf8f7620be05","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-dg-jrc"],"member":["ec-person-8e67d247a5ad86c12a9d387f95f3271fa036cfb7"],"role":["Director-General"]}} -{"id":"ec-membership-f5a3565e77478125ceadd8773f11d82340201dd6","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-arias-cabinet-canete-miguel-of-president-vice"],"member":["ec-person-62773e55e1985542cb18a2a89f2053f2f39146b1"],"role":["Cabinet member"]}} -{"id":"ec-membership-f760af61e19a57d0b49b3cfee6f25e46e1763db7","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"member":["ec-person-f1a3478550296f3f9accdc67d6ef5a0b681dda4b"],"role":["Cabinet member"]}} -{"id":"ec-membership-f7797b5aeda97243bb8175dbcb827413e13e3813","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"member":["ec-person-5d4088e1913284a765aed8445f448f6ff341f1b3"],"role":["Cabinet member"]}} -{"id":"ec-membership-f7d578ec20fd034ea89ed1f55f7f74d3635ef616","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-commissioner-margrethe-of-vestager"],"member":["ec-person-a1f378e46b040b842cbc35e6d89735a7792cd328"],"role":["Cabinet member"]}} -{"id":"ec-membership-f7e86f61fb28977e56bb9c2bc6950177fb10fb9f","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-maros-of-president-sefcovic-vice"],"member":["ec-person-d8af7eb5b715c9bd960f9661cb5170f8c6230853"],"role":["Cabinet member"]}} -{"id":"ec-membership-f824e3baad2455a2619646337690530486ff9a4d","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"member":["ec-person-b98fb7512c796626297f1e89a96665cbbb19188a"],"role":["Cabinet member"]}} -{"id":"ec-membership-f83356de7f8eed69c4f825de689245d7019c43b3","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-executive-margrethe-of-president-vestager-vice"],"member":["ec-person-11d97788772862bb34f51dd26d7f92603eac1bf8"],"role":["Executive Vice-President"]}} -{"id":"ec-membership-f86d4527266980882a8d4c28f354af308aa2ae92","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-cecilia-malmstrom-of-president-vice"],"member":["ec-person-ce1312d2a248f71fe74eed58aa5915cfa445bbba"],"role":["Cabinet member"]}} -{"id":"ec-membership-f9050b9add546ff6d176b9146e41a2c66f90c222","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-dg-sg"],"member":["ec-person-97a74c3df4cdf4db05e274aab8204536eca85f92"],"role":["Secretary-General"]}} -{"id":"ec-membership-f916916ac47e8042ffe0ead68a66f4630368de47","referents":[],"datasets":["ec_meetings"],"schema":"Membership","properties":{"organization":["ec-cabinet-carlos-commissioner-moedas-of"],"member":["ec-person-90be4df807f91c8653df47f3c23066bfe7904886"],"role":["Cabinet member"]}} -{"id":"ec-membership-f95d223acfb726c07013298fea1e432f1c5b427a","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-executive-frans-of-president-timmermans-vice"],"member":["ec-person-a282162080cef4ef2a8c0ab6247a3e03dc438507"],"role":["Cabinet member"]}} -{"id":"ec-membership-fa7950df8c076006213265c2d961af8560d03ef5","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-der-leyen-of-president-ursula-von"],"member":["ec-person-720675a46ddb073480cebd935adf45a9d5617718"],"role":["Cabinet member"]}} -{"id":"ec-membership-fa7b054594dd6486884def83229a0ec268204161","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-margaritis-of-president-schinas-vice"],"member":["ec-person-2e04e278a7f128b3ac72d2af3db94d4ebed934da"],"role":["Cabinet member"]}} -{"id":"ec-membership-fa7fd9bd3054cd8681c25dc8f3307e47facfc684","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-commissioner-kyriakides-of-stella"],"member":["ec-person-8e447e82a2a89decd9d6ca2926b91c01d93699e1"],"role":["Cabinet member"]}} -{"id":"ec-membership-faa4353ad216f09cfcd4f00c67aea9b3ffe09674","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-commissioner-hogan-of-phil"],"member":["ec-person-428cf365f3847d04012831ef2642a1a69aed518d"],"role":["Cabinet member"]}} -{"id":"ec-membership-faf36af6117239474c03414048c150431b5b3d48","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-dg-uktf"],"member":["ec-person-864cfa5fbc9b02a079ffbab1107f252c7bb08478"],"role":["Head of Task Force"]}} -{"id":"ec-membership-fb72c96df58136af92f4fe8bdce4cb165097f7c8","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-breton-cabinet-commissioner-of-thierry"],"member":["ec-person-e18e6e300776f5f47ca4c72c1ba1b0d0eb1e71fe"],"role":["Cabinet member"]}} -{"id":"ec-membership-fb73742e05c8b769a58db23e3677502e89dc9a13","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-carlos-commissioner-moedas-of"],"member":["ec-person-23980b2bc4fd9c82051d0f7888dc236b2f764866"],"role":["Commissioner"]}} -{"id":"ec-membership-fbda5fbb1e5179f18f914fa2d49d936f6b0d776e","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-commissioner-moscovici-of-pierre"],"member":["ec-person-738f7f25002d191bd2df8936e8f8d1d726c19e2e"],"role":["Cabinet member"]}} -{"id":"ec-membership-fc055d03b51c9fcb69ab48ffa49bfb1c48f0efcf","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-commissioner-marianne-of-thyssen"],"member":["ec-person-e93189002a993321fd1af93481b271c766b1aff8"],"role":["Cabinet member"]}} -{"id":"ec-membership-fc252d3af7be49a474b343b4b24b06bd9e0f2fe8","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-commissioner-margrethe-of-vestager"],"member":["ec-person-8d2d6fe7ff3bd06b3c81b2e21aac502c20d5d68f"],"role":["Cabinet member"]}} -{"id":"ec-membership-fc3de9778b7362238ec4255225837fe761f869f3","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-christos-commissioner-of-stylianides"],"member":["ec-person-becb860ca4c4e8da70ae969e747cf49914810b59"],"role":["Cabinet member"]}} -{"id":"ec-membership-fc59dc1cd85ed2cea62952c0b82d8e14be5f0843","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-dombrovskis-of-president-valdis-vice"],"member":["ec-person-537401fc0be04984531b83660f416bf2fe14fbd8"],"role":["Cabinet member"]}} -{"id":"ec-membership-fc8f92dd15005cbbbc2bba89feb42a2cb71089fb","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-commissioner-johansson-of-ylva"],"member":["ec-person-1cc1c011b9377e4d6f05577ee58ef3f7182c61b8"],"role":["Cabinet member"]}} -{"id":"ec-membership-fcabfab974f390a033e7763f73ce6d959c505535","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-arias-cabinet-canete-miguel-of-president-vice"],"member":["ec-person-95f883d5d0d484088f26191a8fea8553d674dfbe"],"role":["Cabinet member"]}} -{"id":"ec-membership-fcd66f45e4174a5b205ee8a16580022bffb7a705","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-dg-regio"],"member":["ec-person-561bcbd5c6b600d9145bf167136689b2c77460a7"],"role":["Director-General"]}} -{"id":"ec-membership-fd0b3d9f4d97f2746fc7011a737b8341f7a967a6","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-commissioner-nicolas-of-schmit"],"member":["ec-person-15afa0e4cf7c5272c826dda163350404ebbccdc3"],"role":["Cabinet member"]}} -{"id":"ec-membership-fd156dd31e7d2f6c32a3a46c87725f7d5664c156","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-commissioner-hahn-johannes-of"],"member":["ec-person-2c80606be696f31ebe1aa5792ddd7736e4674226"],"role":["Cabinet member"]}} -{"id":"ec-membership-fd251c65dfc0bc99abd1240fe51b275c0865b417","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-andrus-ansip-cabinet-of-president-vice"],"member":["ec-person-0f698e3a0cc0bd6a02e1bd386a25cedc1366f3f1"],"role":["Cabinet member"]}} -{"id":"ec-membership-fd445fccba57744add3715904c4fb19e92d1e2fa","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-commissioner-janez-lenarcic-of"],"member":["ec-person-8cad9a810a8a25f5298dbe7a8d3a7dd0e7aa53d5"],"role":["Cabinet member"]}} -{"id":"ec-membership-fdad9dc7860ab5aefc9c37692231b0b86e48ebb7","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-commissioner-kadri-of-simson"],"member":["ec-person-3ba14eabc5fddef75d1a672cc75b5f4bddd72ee9"],"role":["Cabinet member"]}} -{"id":"ec-membership-fde0ba8c49b66ce36fc4f096b78279020a52ade7","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-commissioner-hahn-johannes-of"],"member":["ec-person-8464bae14a77569c61cbdfecb8ff9cff10595be5"],"role":["Cabinet member"]}} -{"id":"ec-membership-fe25ee04fc01955503e574c5d475b23206c003d7","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-commissioner-johansson-of-ylva"],"member":["ec-person-d3f97e069d9ff016d7b65052f6eb6b98500ec118"],"role":["Cabinet member"]}} -{"id":"ec-membership-fe333409a3091888511a08af6def34f92ba95ccc","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-karmenu-of-president-vella-vice"],"member":["ec-person-9e282d5223d0f62146ce1013e2dac38adc89a4cf"],"role":["Cabinet member"]}} -{"id":"ec-membership-fe4df1a485e4514c01e8edd4af78083ada3264db","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-commissioner-of-sinkevicius-virginijus"],"member":["ec-person-dd7a7b1952e158f4195d34cff333ec79a4f48ba3"],"role":["Commissioner"]}} -{"id":"ec-membership-fe7cf5f78df935ab7e2a6c64c405506bacba77bf","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-commissioner-nicolas-of-schmit"],"member":["ec-person-935314e38d735654cae8ee61313a3d73439b242d"],"role":["Cabinet member"]}} -{"id":"ec-membership-fe95e120e363347d656225d25f734ff322dd7fb5","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-christos-commissioner-of-stylianides"],"member":["ec-person-34409381bed36941005c31d0165bac17f74a89d1"],"role":["Cabinet member"]}} -{"id":"ec-membership-ff0d1a2f0b8363247ade5769aa9487aac9f1c6be","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-der-leyen-of-president-ursula-von"],"member":["ec-person-a70a59f6ad1b3cbdb6b7d780429f7f940ad53fea"],"role":["Cabinet member"]}} -{"id":"ec-membership-ffe1f862bc9a7f941cdb21c10076f5ed8f52d82c","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-avramopoulos-cabinet-commissioner-dimitris-of"],"member":["ec-person-0b0e27acb2dc2fc7a5c5367408eb01e6e347862f"],"role":["Cabinet member"]}} -{"id":"ec-membership-fff34bb5cd4cb69cb160dad1c945e3e0c4699318","datasets":["ec_meetings"],"referents":[],"schema":"Membership","properties":{"organization":["ec-cabinet-mimica-neven-of-president-vice"],"member":["ec-person-b187f3955c71d2e1daa48e02fd0a09ab7c6f6098"],"role":["Cabinet member"]}} -{"id":"ec-person-0098ceaf3507dfdf0d7f020be9785ac3453b4913","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Stephen Quest"],"description":["Director-General"]}} -{"id":"ec-person-00f66582d8581f7480e12525027b5a1ee9b22f07","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Deirdre O’Hea"],"description":["Cabinet member"]}} -{"id":"ec-person-01051f0f33bfdc2ecc41873c02cae666c5e0d099","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Alfredo Sousa De Jesus"],"description":["Cabinet member"]}} -{"id":"ec-person-0151c7e554d188fffc509ad636b7d1a84c5dfcd5","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Kerstin Jorna"],"description":["Director-General"]}} -{"id":"ec-person-0188cdcf7c0a8fcf8a7b49289575f4c70fd09534","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Patrick Costello"],"description":["Cabinet member"]}} -{"id":"ec-person-01b0efc259ff923af8b8d082662adf4ce30869d3","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Alvaro De Elera"],"description":["Cabinet member"]}} -{"id":"ec-person-026798f0d4b4567a1c4ba592351123da781ce908","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Mattia De Grassi"],"description":["Cabinet member"]}} -{"id":"ec-person-026c2270ec4cbabdb8ac223b2d1fa4202696dc8d","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Eszter Batta"],"description":["Cabinet member"]}} -{"id":"ec-person-02dcb64edd20203955d6dad9d5c0dbc71a3d7816","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Peeter Kadarik"],"description":["Cabinet member"]}} -{"id":"ec-person-02fbf3278d64a2c309f843d977d5501458d4f7ed","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Angelina Gros-Tchorbadjiyska"],"description":["Cabinet member"]}} -{"id":"ec-person-0310c3b87e155f5572493e91d12eebab9736a76b","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Heidi Jern"],"description":["Cabinet member"]}} -{"id":"ec-person-03a17c1f8d25d3e830dd09d6fd5fddc5916b6ab7","referents":[],"datasets":["ec_meetings"],"schema":"Person","properties":{"name":["Luca Magdolna Jasko"],"description":["Cabinet member"]}} -{"id":"ec-person-03cf92829e273869bfbd8bbf4f1881dcd0848186","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Denzil Davidson"],"description":["Cabinet member"]}} -{"id":"ec-person-0441c68f3c8659e433cee98f8d335bb45fddbcef","referents":[],"datasets":["ec_meetings"],"schema":"Person","properties":{"name":["Minna Vuorio"],"description":["Director of Office"]}} -{"id":"ec-person-05650a4a170c56b9866c57f4610fcd005d5ccc24","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Maria-Myrto Kanellopoulou"],"description":["Cabinet member"]}} -{"id":"ec-person-059ca943fc5fc696d2a97849c635ddf7b6ab7fd7","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Annika Nowak"],"description":["Cabinet member"]}} -{"id":"ec-person-05c4477b89b93e7969f12d89b38f77fedce5876f","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Stefano Manservisi"],"description":["Director-General"]}} -{"id":"ec-person-05d36af0ce2983d077f3b72cb8a99ae890f001c5","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Natasa Athanasiadou"],"description":["Cabinet member"]}} -{"id":"ec-person-05e041b8d277691244c6f31f9f6c3e2c871b3392","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Darta Tentere"],"description":["Cabinet member"]}} -{"id":"ec-person-05eacb798fc0f8126f85d49d86bd896a56be569c","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Adrienn Kiraly"],"description":["Cabinet member"]}} -{"id":"ec-person-06b0238eadc5dd98061e9e34e90c8693a32a11e0","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Kaisa Soro-Pesonen"],"description":["Cabinet member"]}} -{"id":"ec-person-06b43c385c07c13f2bae1d24a0075851e8ce491d","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Dimitris Avramopoulos"],"description":["Commissioner"]}} -{"id":"ec-person-06d37826b121429a8a433ab03eaf858fb7a243ce","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Diederik Samsom"],"description":["Cabinet member"]}} -{"id":"ec-person-0700cb0f43a2d20f4938902c4a086aca632d71fb","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Claes Bengtsson"],"description":["Cabinet member"]}} -{"id":"ec-person-074f076ec339feecfbb4bdf393736c8236d7c85e","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Annelisa Cotone"],"description":["Cabinet member"]}} -{"id":"ec-person-07b66759c911240aaa2b917489884273c71fac90","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["José Mendes Bota"],"description":["Cabinet member"]}} -{"id":"ec-person-07b9ad1b70922339743034ff99ff2aea6a6d7d21","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Gabriel - Calin Onaca"],"description":["Cabinet member"]}} -{"id":"ec-person-081d99a6f9ed1259db43e2cbcba20275774511b2","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Roberto Reig Rodrigo"],"description":["Cabinet member"]}} -{"id":"ec-person-0886693a0bf966334954ebf500368103db578aeb","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["David Mueller"],"description":["Cabinet member"]}} -{"id":"ec-person-088d26d74d1898338fbf1c86e139bd6d3b870dbc","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Paolo Gentiloni"],"description":["Commissioner"]}} -{"id":"ec-person-08c62f972c22464aca7a65520eb9406f8db14a66","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Janusz Wojciechowski"],"description":["Commissioner"]}} -{"id":"ec-person-08c677aa002baa9f95be8a2d0aa3b89875e2badf","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Zacharias Giakoumis"],"description":["Cabinet member"]}} -{"id":"ec-person-08d40344214e6573b5eb0480c1a338d5dde265bd","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Ingrid Godkin"],"description":["Cabinet member"]}} -{"id":"ec-person-0989ba676c7e16d59617d3e5c9130c9ba3eb8939","referents":[],"datasets":["ec_meetings"],"schema":"Person","properties":{"name":["Laurent Bontoux"],"description":["Cabinet member"]}} -{"id":"ec-person-09e3d08df5a180336a981c2bd7382e19b5e380e7","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Mathieu Briens"],"description":["Cabinet member"]}} -{"id":"ec-person-09e754ed16961925cf1fc45ca9d1622435166a87","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Charmaine Hili"],"description":["Cabinet member"]}} -{"id":"ec-person-09fe68f5317e5e0a45277c9195b58da0a8037a5c","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Neil Kerr"],"description":["Cabinet member"]}} -{"id":"ec-person-0a1842032f1d5f418b5b8ae5d2bbf6f5e87aba9c","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Lanfranco Fanti"],"description":["Cabinet member"]}} -{"id":"ec-person-0a716bf5253e913fc40ebf14c12f30dc2e7a06ee","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Robert Schröder"],"description":["Cabinet member"]}} -{"id":"ec-person-0a9c49ba84ea78ae0ec9c6fadde7b6d66e7a1054","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Barbara Herbolzheimer"],"description":["Cabinet member"]}} -{"id":"ec-person-0b0e27acb2dc2fc7a5c5367408eb01e6e347862f","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Sofia Asteriadi"],"description":["Cabinet member"]}} -{"id":"ec-person-0b36cea63f3c2b4bb66050c44e979a71b2a16282","referents":[],"datasets":["ec_meetings"],"schema":"Person","properties":{"name":["Marc Lemaître"],"description":["Director"]}} -{"id":"ec-person-0ba9b89127b39af6a66f2fc3ed727332f1b19a34","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Florian Denis"],"description":["Cabinet member"]}} -{"id":"ec-person-0bd9f9e575c8b20dd9ebf78799cb7e404850fc28","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Maja Kocijancic"],"description":["Cabinet member"]}} -{"id":"ec-person-0d87d503aa00db1df141f3b1bfea3e0ccb43ece9","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Arianna Vannini"],"description":["Cabinet member"]}} -{"id":"ec-person-0d8ce1c547b8ca99decd25740ba12e2c0866a2fd","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Michel Servoz"],"description":["Director-General"]}} -{"id":"ec-person-0da85dc48012e26688310a59a0b51727ea68f410","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Grzegorz Radziejewski"],"description":["Cabinet member"]}} -{"id":"ec-person-0dbfffeb0323f819c8d57164906086dd8639c437","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Marco Valletta"],"description":["Cabinet member"]}} -{"id":"ec-person-0e3efd8bc1c3ee9a80205d0bb78f316fa1621e5d","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Karmenu Vella"],"description":["Commissioner"]}} -{"id":"ec-person-0e574d9526c0834ba7e67064cd6ec19a4a2460b9","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Isabelle Magne"],"description":["Cabinet member"]}} -{"id":"ec-person-0e93ebac9bad76e1351e0981f04e7ef88848f943","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Pierre-Arnaud Proux"],"description":["Cabinet member"]}} -{"id":"ec-person-0eaac943e895c47df1465dda6c94e671c5081e0a","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Riccardo Maggi"],"description":["Cabinet member"]}} -{"id":"ec-person-0ebf0cb327cbf140de5316360168dfb48811c02f","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Lora Borissova"],"description":["Cabinet member"]}} -{"id":"ec-person-0f698e3a0cc0bd6a02e1bd386a25cedc1366f3f1","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Aare Järvan"],"description":["Cabinet member"]}} -{"id":"ec-person-10a22f0fd27347d8ef3ff2b55ad4ef89c6fe388f","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Paraskevi Michou"],"description":["Director-General"]}} -{"id":"ec-person-10c54be4d329cdb48323a77ede26cedf5c4850ad","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Myrto Zambarta"],"description":["Cabinet member"]}} -{"id":"ec-person-10f797feb4a8fa5729ffbd2cd5f2766f8e54a49f","referents":[],"datasets":["ec_meetings"],"schema":"Person","properties":{"name":["Lubomira Hromkova"],"description":["Cabinet member"]}} -{"id":"ec-person-1160ccf35947f06f1629cad85b9f162eb5575780","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Christian Danielsson"],"description":["Director-General"]}} -{"id":"ec-person-11ba005cc4046696303381b7ca219da9b11a42bf","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Kim Jorgensen"],"description":["Cabinet member"]}} -{"id":"ec-person-11d97788772862bb34f51dd26d7f92603eac1bf8","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Margrethe Vestager"],"description":["Executive Vice-President"]}} -{"id":"ec-person-12fb0ed193bd6783d47e30716431cb4e7d57062c","referents":[],"datasets":["ec_meetings"],"schema":"Person","properties":{"name":["Marco Buti"],"description":["Cabinet member"]}} -{"id":"ec-person-1379f76d0c860e318f68852e1b57aa75454831f8","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Fabien Dell"],"description":["Cabinet member"]}} -{"id":"ec-person-13ac9a19d8d04f97c0d32603d014df0dd4e1cd2a","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Manuel Mateo-Goyet"],"description":["Cabinet member"]}} -{"id":"ec-person-13c487b266d525d30bcdd6c108d17accaf4b8840","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Lowri Evans"],"description":["Director-General"]}} -{"id":"ec-person-141e9cc397f37adfd6c16eb048466fa61dd3ebea","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Nadia Maria Calvino Santamaria"],"description":["Director-General"]}} -{"id":"ec-person-14243ca3b6c9c0f57c03163cfda58dad2d75b681","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Michael Doczy"],"description":["Cabinet member"]}} -{"id":"ec-person-1443799688ae485d7a2fee5c9defab2c5b7c7e6c","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Agne Razmislaviciute-Palioniene"],"description":["Cabinet member"]}} -{"id":"ec-person-1463c77b5664bbf9e5ec22aaf41872b7b6823702","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Carsten Schierenbeck"],"description":["Cabinet member"]}} -{"id":"ec-person-14ef50b9efbe5ab02d528e0ec4ac50c9caf964e3","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Lucie Mattera"],"description":["Cabinet member"]}} -{"id":"ec-person-15afa0e4cf7c5272c826dda163350404ebbccdc3","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Ivana McDowell"],"description":["Cabinet member"]}} -{"id":"ec-person-16142e2d6f5b1cd8c8b4123e2cfa9cbc9096daf2","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Vesna Lončarić"],"description":["Cabinet member"]}} -{"id":"ec-person-161a941900356f9c80cf6ea2ff5ca9963f8e73a6","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Luke Haasbeek"],"description":["Cabinet member"]}} -{"id":"ec-person-1674399a793e9e6fd7cf55b525515fc862fc9351","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Mariya Gabriel"],"description":["Commissioner"]}} -{"id":"ec-person-169095f0138062f64079fc92dc609e32cc65a8f1","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Guglielmo Di Cola"],"description":["Cabinet member"]}} -{"id":"ec-person-171e0bfe7e56605212c3c6e618a5d2d7fc23f75f","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Jolana Mungengova"],"description":["Cabinet member"]}} -{"id":"ec-person-172a438ed334761e2ab5d52e551fd1bcb6ab6b8d","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Camilla Bursi"],"description":["Cabinet member"]}} -{"id":"ec-person-17f23275b655c9985d61c079282d7d2a3c12e03c","referents":[],"datasets":["ec_meetings"],"schema":"Person","properties":{"name":["Martine Reicherts"],"description":["Director-General"]}} -{"id":"ec-person-180e5c5b13dac533a1241b0f9d78176c8bec3d51","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Maria Luisa Llano Cardenal"],"description":["Cabinet member"]}} -{"id":"ec-person-1831691c10441c5974327bbeb8693d6b6c1e50c3","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Joachim Balke"],"description":["Cabinet member"]}} -{"id":"ec-person-184e698af1eb9e33b179680570ca171d8cb31c94","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Renate Nikolay"],"description":["Cabinet member"]}} -{"id":"ec-person-188c7b48d8d9f1d7fafbf84427c28332c9bed21e","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Sonia Vila Nunez"],"description":["Cabinet member"]}} -{"id":"ec-person-189fa91edba64d04693773d2f922608c3f83b78d","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Peteris Ustubs"],"description":["Cabinet member"]}} -{"id":"ec-person-18a05dadca8a2b91216adc689b6323c7b55df0d9","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Celine Gauer"],"description":["Director-General"]}} -{"id":"ec-person-18ec03f403696ecde522f7843ba9c4ff6335ead4","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Ioana Diaconescu"],"description":["Cabinet member"]}} -{"id":"ec-person-192eca4cb918c7382c916bec9bfe04e745ee91cb","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Dagmara Koska"],"description":["Cabinet member"]}} -{"id":"ec-person-1995c65b8dc7f3702a8c30ed96a0144075848837","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Kadri Simson"],"description":["Commissioner"]}} -{"id":"ec-person-19b143e83f8ab978c55c8a9a9e49e06dbfa14bf3","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Cecilia Malmström"],"description":["Commissioner"]}} -{"id":"ec-person-19ed516ca7a847cdf46873e233f144dffcc51f5b","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Caterine Ebah Moussa"],"description":["Cabinet member"]}} -{"id":"ec-person-1a98ebdc65a0fda494d1f6eb6fb74247a3036490","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Markus Schulte"],"description":["Cabinet member"]}} -{"id":"ec-person-1ab5843ab67b9915be990aebc02f9a83df200cf4","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Gaelle Garnier"],"description":["Cabinet member"]}} -{"id":"ec-person-1b5d370ac9c418626a6461f1ff6f08e5ec594595","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Tauno Tohk"],"description":["Cabinet member"]}} -{"id":"ec-person-1bc1c22f4e0a3330f63b9ffa230c394ed1e46574","referents":[],"datasets":["ec_meetings"],"schema":"Person","properties":{"name":["Nicolas Pradalie"],"description":["Cabinet member"]}} -{"id":"ec-person-1bc3e2272ec82a894153feccd4f285ae594f7b3b","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Anthony Agotha"],"description":["Cabinet member"]}} -{"id":"ec-person-1bd6315557d4f517e4fc1efe48b88b93ae820d5a","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Johannes Noack"],"description":["Cabinet member"]}} -{"id":"ec-person-1c49c531eceae287dd4a56ac52e8326c65fc2855","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Wioletta Dunin-Majewska"],"description":["Cabinet member"]}} -{"id":"ec-person-1c9f2e5d03a1fc77ed6b3d4e34c35b2bd1506318","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Morella Siemers"],"description":["Cabinet member"]}} -{"id":"ec-person-1cc1c011b9377e4d6f05577ee58ef3f7182c61b8","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Giulio Di Blasi"],"description":["Cabinet member"]}} -{"id":"ec-person-1cc696c02f6a4e619c2e5c980123470e2c2c3cd0","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Werner Stengg"],"description":["Cabinet member"]}} -{"id":"ec-person-1d299d025d2afdcba46db3d131b6197fab6e0c89","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["David Boublil"],"description":["Cabinet member"]}} -{"id":"ec-person-1d2f53447b8f2d9bb3f50f7247ad40c2cf8036e4","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Peter Power"],"description":["Cabinet member"]}} -{"id":"ec-person-1d348f33395de0ea6773a7b4ae8797e3e0392f73","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Jean-Eric Paquet"],"description":["Director-General"]}} -{"id":"ec-person-1d8581216d9aa7f26fa098a81e84ca61e0e3f261","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Elina Melngaile"],"description":["Cabinet member"]}} -{"id":"ec-person-1da7ee09d46288ee4ea9db2b644bdcf9c3d6d000","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Rodrigo Ballester"],"description":["Cabinet member"]}} -{"id":"ec-person-1e0e3a00ab815dea7c5b839b002ed2c7e34bfe0a","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Daniel Braun"],"description":["Cabinet member"]}} -{"id":"ec-person-1e25399e2267734c5f4c69093d2286c8898ee9f0","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Didier Reynders"],"description":["Commissioner"]}} -{"id":"ec-person-1e6d909aad1f2307a242bda5cf505005637affa6","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Felix Ronkes Agerbeek"],"description":["Cabinet member"]}} -{"id":"ec-person-1e9076681bd62efdd58882f9a7b63b2423568217","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Jérôme Deslandes"],"description":["Cabinet member"]}} -{"id":"ec-person-1ec9383fd54d9d4cd8a154c01fa71549eb8c75ac","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Arto Virtanen"],"description":["Cabinet member"]}} -{"id":"ec-person-1ee2c806775ccf9801d8619696d32ee30f16c789","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Grave Martijn De"],"description":["Cabinet member"]}} -{"id":"ec-person-1f14c98028fa6f9f43ee9cd5aef7ed77c30761a5","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Raul Hernandez Sagrera"],"description":["Cabinet member"]}} -{"id":"ec-person-1f2474c3459af9a9b81d057f194a27053f59b160","referents":[],"datasets":["ec_meetings"],"schema":"Person","properties":{"name":["Walter Radermacher"],"description":["Director-General"]}} -{"id":"ec-person-1f95be23689cd4ed0a26fe2980f760ccf2d55c1e","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Maroš Šefčovič"],"description":["Vice-President"]}} -{"id":"ec-person-1f98d05bdaed2c40396781b1eb7b0aa47cb8dd20","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Raquel Lucas"],"description":["Cabinet member"]}} -{"id":"ec-person-1fce211249673c35ee07a801ddee77ab24af8d54","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["John Berrigan"],"description":["Director-General"]}} -{"id":"ec-person-200bc6dff308097bf36baa497f9460c9943e2d4d","referents":[],"datasets":["ec_meetings"],"schema":"Person","properties":{"name":["Rafael Tristan Daerr"],"description":["Cabinet member"]}} -{"id":"ec-person-2045c2589da3988908fcfe731e8224e7e06a7c63","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Sabine Weyand"],"description":["Director-General"]}} -{"id":"ec-person-207ddb103396c498205a36d665b30a0cf0c8e5a1","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Inga Preikšienė"],"description":["Cabinet member"]}} -{"id":"ec-person-20d4446deccc5de5ff62366e1a36b7a56c1ed898","referents":[],"datasets":["ec_meetings"],"schema":"Person","properties":{"name":["Clarisse Albert"],"description":["Cabinet member"]}} -{"id":"ec-person-20ded9db5df11164331bb161fdf234b1e5ad53fd","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Maria Asenius"],"description":["Cabinet member"]}} -{"id":"ec-person-21c2ceda2d3eacf99fb8d8268bceea3d39095c55","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Olympia Neocleous"],"description":["Cabinet member"]}} -{"id":"ec-person-21e7c4128517e637666af6796b09ff2cb8a40848","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Signe Ratso"],"description":["Acting Director-General"]}} -{"id":"ec-person-221276f2dfa4b8fe628f08e982d967b6aeb61c57","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Renate Nikolay"],"description":["Cabinet member"]}} -{"id":"ec-person-2229c857664a22dcb8eee79a8c05841fd3d0924f","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Maria Cristina Lobillo Borrero"],"description":["Cabinet member"]}} -{"id":"ec-person-229d2bf1ea42d1e015ab64e3d14ec20de2a94a79","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Polykarpos Adamidis"],"description":["Cabinet member"]}} -{"id":"ec-person-235870cd7eb41f2494f695fce18b5b5b88647113","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Andrea Beltramello"],"description":["Cabinet member"]}} -{"id":"ec-person-23980b2bc4fd9c82051d0f7888dc236b2f764866","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Carlos Moedas"],"description":["Commissioner"]}} -{"id":"ec-person-23c55ec7dbedbeca55522253bc69ae6fd1bea72c","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Giulio Di Blasi"],"description":["Cabinet member"]}} -{"id":"ec-person-25a937c04cd0a0ddcf5cf34798e76b5105854114","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Silvia Bartolini"],"description":["Cabinet member"]}} -{"id":"ec-person-25f4019e9babab3840cf9d6dbf9cb6994f2104fb","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Sofja Ribkina"],"description":["Cabinet member"]}} -{"id":"ec-person-260e00934471a02805fb143935d6e9205a7f355f","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Yvon Slingenberg"],"description":["Cabinet member"]}} -{"id":"ec-person-267c5ab3ea5304fc6305ef321e214c9c1cd0f78e","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Adina-Ioana Vălean"],"description":["Commissioner"]}} -{"id":"ec-person-26cc31f8d5b9581bfc496e29c4b603745b75d980","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Suvi Leinonen"],"description":["Cabinet member"]}} -{"id":"ec-person-26cdfacae671b09917bee1a91c91973941fa58a2","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Henrik Hololei"],"description":["Director-General"]}} -{"id":"ec-person-26e87e8dbc382b84ce1f54266bee0b7eab520454","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Kyriacos Charalambous"],"description":["Cabinet member"]}} -{"id":"ec-person-26f8747866bd0d81cebb7a339c1ac11294d9676e","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Paraskevi Michou"],"description":["Acting Director-General"]}} -{"id":"ec-person-284d94050a35c9079d8b1ba3f85eaf7777b5fea9","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Antoine Colombani"],"description":["Cabinet member"]}} -{"id":"ec-person-28fecf6c4f04b3a2af1d74c742e147920ab849c5","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Monika Ladmanova"],"description":["Cabinet member"]}} -{"id":"ec-person-2966d69fae0ea4e67f3f2df5a743cc766267d3c8","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Andras Inotai"],"description":["Cabinet member"]}} -{"id":"ec-person-29c106b0461ffd79e95f0119bdd363fd3c7c3ab3","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Jean-Claude Juncker"],"description":["President"]}} -{"id":"ec-person-2ab6296ada57eee7b1af6a77e7ff23cf6b0b1ccf","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Corina Crețu"],"description":["Commissioner"]}} -{"id":"ec-person-2b4bb0b28e7435e5f612e44d9664dbd1051efc55","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Antonio Lowndes Marques De Araujo Vicente"],"description":["Cabinet member"]}} -{"id":"ec-person-2b9c589fb2354bd93067644d2c3d2c058d4c4cc9","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Mairead McGuinness"],"description":["Commissioner"]}} -{"id":"ec-person-2bb8de16918b015f1a16decf61e7507817f97d12","referents":[],"datasets":["ec_meetings"],"schema":"Person","properties":{"name":["Francesco Luciani"],"description":["Cabinet member"]}} -{"id":"ec-person-2be517b9261a91f2f07e05ec14c6331980e9716e","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Christian Linder"],"description":["Cabinet member"]}} -{"id":"ec-person-2c08a5c564984cde38ac0e7a31c05416e60711ce","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Vanessa Mock"],"description":["Cabinet member"]}} -{"id":"ec-person-2c623a49f3779b87b02d682e744cb67f27fbd5b3","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Katarzyna Szczepanska"],"description":["Cabinet member"]}} -{"id":"ec-person-2c80606be696f31ebe1aa5792ddd7736e4674226","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Hanna Jahns"],"description":["Cabinet member"]}} -{"id":"ec-person-2e04e278a7f128b3ac72d2af3db94d4ebed934da","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Natasha Bertaud"],"description":["Cabinet member"]}} -{"id":"ec-person-2e96673ec2acdfc668f6970535551f9afa1f8729","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Soren Schonberg"],"description":["Cabinet member"]}} -{"id":"ec-person-2ea66ac99d83c7f0ff7dfcfd7d90f9416dc22e61","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Toma Sutic"],"description":["Cabinet member"]}} -{"id":"ec-person-2fb98fc84d2cf8d481688eff3d47f7745ead3592","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Stefano Grassi"],"description":["Cabinet member"]}} -{"id":"ec-person-2fc13fcb7185092e68bea299c3be5ed16c4bdaf0","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Sohail Luka"],"description":["Cabinet member"]}} -{"id":"ec-person-2fca685599028e7674f6143b21eb6760c913eef0","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Michael Karnitschnig"],"description":["Cabinet member"]}} -{"id":"ec-person-2fcfc3fdc664560a55719a48721ad8a958e431da","referents":[],"datasets":["ec_meetings"],"schema":"Person","properties":{"name":["Karolina RUDZINSKA"],"description":["Cabinet member"]}} -{"id":"ec-person-30b86bb23229e021bfd27134f723d390b5c86aee","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Raf De Backer"],"description":["Cabinet member"]}} -{"id":"ec-person-30d770ccd575865b3106f94220ce1ace16e48f1a","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Andrea Beltramello"],"description":["Cabinet member"]}} -{"id":"ec-person-31513b39cbfd3c630421d09259b6e94518a4e519","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Nicolas Hazard"],"description":["Cabinet member"]}} -{"id":"ec-person-3173c1cc052827c58f23ccd3a8de07534f0d35bd","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Stephen Quest"],"description":["Director-General"]}} -{"id":"ec-person-31b127e72e9dd30ce85ff2b475ac65d28d7dc48d","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Ylva Johansson"],"description":["Commissioner"]}} -{"id":"ec-person-31c44e0f672f59d97fcdbfa3dc472749e3187fea","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Veronica Gaffey"],"description":["the Chair of the Regulatory Scrutiny Board"]}} -{"id":"ec-person-31e4e9c3126a9151de6a161e669faba028b1ffa6","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Natalie Pauwels"],"description":["Cabinet member"]}} -{"id":"ec-person-31e7cd791b79740bb63dab72215f74f338860a87","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Alexander Italianer"],"description":["Director-General"]}} -{"id":"ec-person-32591d36027eb92a66b57d5bcc8c57d9574380b0","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Gertrud Ingestad"],"description":["Director-General"]}} -{"id":"ec-person-3269ef00f0778677e6f4c8e0f72ce019084206fb","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Wojtek Talko"],"description":["Cabinet member"]}} -{"id":"ec-person-3297113eb5d4e59bc84d571628f0130aa75c761a","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Kilian Gross"],"description":["Cabinet member"]}} -{"id":"ec-person-33076d1a800ce856f29bbab43813a5a80eef2da0","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Jean-Philippe Gammel"],"description":["Cabinet member"]}} -{"id":"ec-person-335e79b90bd0f2b37f9193d6285514044d6c897e","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Kristalina Georgieva"],"description":["Vice-President"]}} -{"id":"ec-person-33624431cbec1074e151c1707715ef46d2ba9565","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Lukas Visek"],"description":["Cabinet member"]}} -{"id":"ec-person-341f30cfe9dff9d73b83fe8d9e88d7383d6910d3","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Jack Schickler"],"description":["Cabinet member"]}} -{"id":"ec-person-34409381bed36941005c31d0165bac17f74a89d1","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Felix Bloch"],"description":["Cabinet member"]}} -{"id":"ec-person-3520008ac93a203db50d106deafde939bc2729f1","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Caroline Boeshertz"],"description":["Cabinet member"]}} -{"id":"ec-person-35334591a1ee219b6f0829d58a8cfba058540557","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Janez Lenarčič"],"description":["Commissioner"]}} -{"id":"ec-person-354147678cd662e9949df96a1b58663c347a35f9","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Magdalena Majerczyk"],"description":["Cabinet member"]}} -{"id":"ec-person-355668f7f858778b0b745d45441b2e4393f4a7be","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["James Morrison"],"description":["Cabinet member"]}} -{"id":"ec-person-35b83a90b979d3fc1a2ee6dc6af6e91338204918","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Julia Lemke"],"description":["Cabinet member"]}} -{"id":"ec-person-35d65e945639a467a0eb1e85d2659b230f1e7734","referents":[],"datasets":["ec_meetings"],"schema":"Person","properties":{"name":["Rytis Martikonis"],"description":["Director-General"]}} -{"id":"ec-person-373f2218f4fac4183e3c247b83f431b60637bca5","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Enric Mitjana"],"description":["Cabinet member"]}} -{"id":"ec-person-3775b7be791f90ed462b9071c9ae596b80d71bca","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Miguel Gil Tertre"],"description":["Cabinet member"]}} -{"id":"ec-person-37c79733647a2293d1e96e976d3a72c6b707cb4c","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Julian King"],"description":["Commissioner"]}} -{"id":"ec-person-387b2c9080aa68dc8eafc87ee6010da6ae5ffdc2","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Jivka Petkova"],"description":["Cabinet member"]}} -{"id":"ec-person-38b425c6d020cfa22f078b832d85df8ce504609f","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Dunja Perko"],"description":["Cabinet member"]}} -{"id":"ec-person-39635b893026833f739fe623fe7e9d5a97525e7a","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Gert-Jan Koopman"],"description":["Director-General"]}} -{"id":"ec-person-3a3f2867fc07b851e10a70d1325a0cf2fc1a87dc","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Robert-Jan Smits"],"description":["Director-General"]}} -{"id":"ec-person-3a66109f0585c657edbe69190faa41919b50e05f","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Agnieszka Drzewoska"],"description":["Cabinet member"]}} -{"id":"ec-person-3aa9182192db15ad766441ee79ff9d4645c44f9d","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Nicole Dewandre"],"description":["Cabinet member"]}} -{"id":"ec-person-3b28a0fe2132d3b1f8cef5b6fc7cdb7d191c57d0","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Pim Lescrauwaet"],"description":["Cabinet member"]}} -{"id":"ec-person-3ba14eabc5fddef75d1a672cc75b5f4bddd72ee9","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Kitti Nyitrai"],"description":["Cabinet member"]}} -{"id":"ec-person-3baaa27adcaa179dd490ba70950912b8989d221a","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Hanna Jahns"],"description":["Cabinet member"]}} -{"id":"ec-person-3bc647761a4c1a96c0e7b4c3729d7408a61558b0","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Marc Lemaître"],"description":["Director-General"]}} -{"id":"ec-person-3bc74ce04ea3f4ab4d91a5c88eef25b8b8a213b4","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Daniel Calleja Crespo"],"description":["Director-General"]}} -{"id":"ec-person-3bf48630444ace93d407e52eb880e64d480f75ce","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Bernd Biervert"],"description":["Cabinet member"]}} -{"id":"ec-person-3c7fdbe0c1c235777d916309465339b7ed1666f6","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Xavier Prats Monné"],"description":["Director-General"]}} -{"id":"ec-person-3ca0c466b8ff230d4409591430b388007ce14ff8","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Vivian Loonela"],"description":["Cabinet member"]}} -{"id":"ec-person-3cbeba61ae952f06fe4916c381438ebbc676a597","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Pierre Moscovici"],"description":["Commissioner"]}} -{"id":"ec-person-3d379ff88d704acbd3444fdd59765df1225d4f9b","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Robert Madelin"],"description":["Director-General"]}} -{"id":"ec-person-3d459716e762c2743359f9dd743a971aa173b2ea","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Lee Foulger"],"description":["Cabinet member"]}} -{"id":"ec-person-3d55409fa049ff6b397a9afc2fcc21bc7c409f0d","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Justyna Morek"],"description":["Cabinet member"]}} -{"id":"ec-person-3da433aae105b13fe027e9c9b3dcac2c97029370","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Alina-Stefania Ujupan"],"description":["Cabinet member"]}} -{"id":"ec-person-3eac19199bd5dbac49f504d2610a9066dddbfe57","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Marion Perelle"],"description":["Cabinet member"]}} -{"id":"ec-person-3f9ca71b74344417d1f072ba7f3e2f09a223b036","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Lee Foulger"],"description":["Cabinet member"]}} -{"id":"ec-person-3fde0db8d8834e47db2b7c32ce5c469b66548f1b","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Deša Srsen"],"description":["Cabinet member"]}} -{"id":"ec-person-400dd8d59d3060187d9b9b143d697da1a3d03c12","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Tom Tynan"],"description":["Cabinet member"]}} -{"id":"ec-person-40253de53528974f86265e42cb8ec0fd125ce471","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Fredrik Beckvid Tranchell"],"description":["Cabinet member"]}} -{"id":"ec-person-404d55367ba0dadec989b6dc2eab96ef2abd96af","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Maria Elena Scoppio"],"description":["Cabinet member"]}} -{"id":"ec-person-4076aef8226bd451277bfd5135aa27d63b2ac548","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Michelle Sutton"],"description":["Cabinet member"]}} -{"id":"ec-person-4121b3832a3dd4ec5d2c50f26f7003d3bada6d20","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Elisa Ferreira"],"description":["Commissioner"]}} -{"id":"ec-person-418d7a56c6e6d14aeb09d76e243d6fa583f7e549","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Renáta Goldírová"],"description":["Cabinet member"]}} -{"id":"ec-person-41fb1fe9d70985a3133c6d26433ad78c85cc76a2","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Fiona Knab-Lunny"],"description":["Cabinet member"]}} -{"id":"ec-person-42513bdf51e93e71624bd3c51abfbe6d19b5dfc1","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Matjaz Malgaj"],"description":["Cabinet member"]}} -{"id":"ec-person-428cf365f3847d04012831ef2642a1a69aed518d","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Elisabetta Siracusa"],"description":["Cabinet member"]}} -{"id":"ec-person-42d2108d723f9b9017ed589e3271e3156172daa7","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Anne Bucher"],"description":["Director-General"]}} -{"id":"ec-person-42da8445d83c04403ad965368d0db7c50c4641e6","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Maud Arnould"],"description":["Cabinet member"]}} -{"id":"ec-person-43784ba1f5299ace66cb2287545e1dcae4372d14","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Ines Prainsack"],"description":["Cabinet member"]}} -{"id":"ec-person-43bdc9a00c5fc10765bc14b0ec57fc189bb5b091","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Tomas Baert"],"description":["Cabinet member"]}} -{"id":"ec-person-43f9f86cfe94e45a95f7fbdea9a59a54955ebcfa","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Chris Uregian"],"description":["Cabinet member"]}} -{"id":"ec-person-441544ea0e0088aa50add026fd21f8689754c7a8","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Maria Krikou"],"description":["Cabinet member"]}} -{"id":"ec-person-441e123ab2364af12f12e77aed674e894e6cdaeb","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Brenda Furniere"],"description":["Cabinet member"]}} -{"id":"ec-person-4424ecf39f7c6c9e4022ac46c71d81b0464ae6a5","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Davinia Wood"],"description":["Cabinet member"]}} -{"id":"ec-person-442becb1e681f03d9df1dc59e73ecf1336c48402","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Adam Romanowski"],"description":["Cabinet member"]}} -{"id":"ec-person-442bf1ae9900b999673cdd7389224d0e21b67d4d","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Lucrezia Busa"],"description":["Cabinet member"]}} -{"id":"ec-person-442e08d247d72bdef0fce4bf17477efe2a5bfe49","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Clara Martinez Alberola"],"description":["Cabinet member"]}} -{"id":"ec-person-44a061693f35519551be0e3dab996e76ad3f8c7c","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Pauline Rouch"],"description":["Cabinet member"]}} -{"id":"ec-person-44b490fe34d152b5131dcac8dff9edd30ccb5ece","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Stefano Grassi"],"description":["Cabinet member"]}} -{"id":"ec-person-44c0409df0e9c3a69a1fe1442fc91e31f6c2786b","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Fabrizia Panzetti"],"description":["Cabinet member"]}} -{"id":"ec-person-44c2f44f96dda2012bcb4e9abc749f6cae86a4c0","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Jos Delbeke"],"description":["Director-General"]}} -{"id":"ec-person-44c404268b70ce0b79c4e148b5a7c4ae2c53ee30","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Nathalie De Basaldua Lemarchand"],"description":["Cabinet member"]}} -{"id":"ec-person-455e75c046adb4f874e478e1fa34e4b563568b8b","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Alessio Nardi"],"description":["Cabinet member"]}} -{"id":"ec-person-45979518aeb963c1e56b5ef49b90e004ae8acf79","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Igor Driesmans"],"description":["Cabinet member"]}} -{"id":"ec-person-45d2f72e4220e858aa7de27f3205fe734c6d8ef3","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Natasa Vidovic"],"description":["Cabinet member"]}} -{"id":"ec-person-4624a57ba77e3d7846d273c8f8ee43ef7847e7fc","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Luis Romero Requena"],"description":["Director-General"]}} -{"id":"ec-person-481c1b59e4c83b05529b763cfc2447c0d88fe517","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Thibaut Kleiner"],"description":["Cabinet member"]}} -{"id":"ec-person-48f31156d932641826e09f5b73f074d35ff05786","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Jan Ceyssens"],"description":["Cabinet member"]}} -{"id":"ec-person-49723482bb23d029cbfc010cb37eec7392a0ae02","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Anna Herold"],"description":["Cabinet member"]}} -{"id":"ec-person-49e520c7a9c9c47ccb5acfa68f9416e4233af9f8","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Tommy De Temmerman"],"description":["Cabinet member"]}} -{"id":"ec-person-49f31dad10f5641cb1d1e4c3107dd838389e8120","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Szabolcs Horvath"],"description":["Cabinet member"]}} -{"id":"ec-person-4afd4ae4e50604ac3c0c9ae597bcb74eb1dd31b6","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Gints Freimanis"],"description":["Cabinet member"]}} -{"id":"ec-person-4b06e15bacabc2f754754fed3e75da338e88450b","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Jakob Wegener Friis"],"description":["Cabinet member"]}} -{"id":"ec-person-4b0c15b75d9d40b5f296fc3f15972fd544f6b6d6","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Xavier Prats Monné"],"description":["Director-General"]}} -{"id":"ec-person-4b16faab257d1306efff9a36152e039f20273d91","referents":[],"datasets":["ec_meetings"],"schema":"Person","properties":{"name":["Klaus Rudischhauser"],"description":["Director-General"]}} -{"id":"ec-person-4b44772b82b4594362a2180f88752785a6516a22","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Kevin O'Connell"],"description":["Cabinet member"]}} -{"id":"ec-person-4b5aaa9cea258419f934faa90c41e25de348a2d8","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Pauline Weinzierl"],"description":["Cabinet member"]}} -{"id":"ec-person-4cd0043747c40cfeaced5e4c68e43372cdb8dac9","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Isabelle Perignon"],"description":["Cabinet member"]}} -{"id":"ec-person-4cd59e13386e3b68ecb3611fcc579e0a0a3938a5","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Michael Hager"],"description":["Cabinet member"]}} -{"id":"ec-person-4cf4655ab41922e92160325d987a3c4615c72d30","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Anouk Faber"],"description":["Cabinet member"]}} -{"id":"ec-person-4d24029a6a4b5bbdcd825e134f010bd0b384f80a","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Jonathan Michael Hill"],"description":["Cabinet member"]}} -{"id":"ec-person-4d24ceb9e6bdaabe394d1506aa601a9ce9d0e59b","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Anthony Agotha"],"description":["Cabinet member"]}} -{"id":"ec-person-4d2b449b5047ea3fda435a2a1c1081e3babcdf76","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Violeta Bulc"],"description":["Commissioner"]}} -{"id":"ec-person-4d74d0c260dc052838b8da02f72e7322f6cfc514","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Simon O'Connor"],"description":["Cabinet member"]}} -{"id":"ec-person-4d83416435f81b1f1e8f5c86aeebb1478577f1d2","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Filomena Chirico"],"description":["Cabinet member"]}} -{"id":"ec-person-4eb539ec6be15a4ff0441bbf6fb6ee284d67eb15","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Christodoulos Groutides"],"description":["Cabinet member"]}} -{"id":"ec-person-4f2bf88ad14d12976aecc7694a057ab90b7a81d2","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Michael Curtis"],"description":["Cabinet member"]}} -{"id":"ec-person-4fe56a64c00b3e81c851b5538878b32481bd7d3c","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Ann Mettler"],"description":["Director-General"]}} -{"id":"ec-person-4ff7c27445db4ad88e687776974fd8d077a1fe0c","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Aurore Maillet"],"description":["Cabinet member"]}} -{"id":"ec-person-5012c5e45a52ee8ce67d19c1781a127af53e73e7","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Matej Zakonjsek"],"description":["Cabinet member"]}} -{"id":"ec-person-501d912f96a445022d96580168c19ada4c3cd275","referents":[],"datasets":["ec_meetings"],"schema":"Person","properties":{"name":["Ruud Kempener"],"description":["Cabinet member"]}} -{"id":"ec-person-502a9ad56e684f225d022e2e549380121183d0f6","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Gwenole Cozigou"],"description":["Acting Director-General"]}} -{"id":"ec-person-50f9cba2282e1d03395cdd0faf9ce6e9a2ff3104","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Geneviève Tuts"],"description":["Cabinet member"]}} -{"id":"ec-person-514d785d5799b4af46470d418cf706b6fc861af8","referents":[],"datasets":["ec_meetings"],"schema":"Person","properties":{"name":["José Eduardo Leandro"],"description":["Cabinet member"]}} -{"id":"ec-person-51a67cf3e19a8853620326cd57fd7e9750b2c9d7","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Maria Luisa Llano Cardenal"],"description":["Cabinet member"]}} -{"id":"ec-person-51b354ee84bc311cd7365f9f3ccd96326902c711","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Anne Bergenfelt"],"description":["Cabinet member"]}} -{"id":"ec-person-5215bd372c5a1202399d77ecceb8c16de8d7d55c","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Agnieszka Skonieczna"],"description":["Cabinet member"]}} -{"id":"ec-person-52555669c3f3a6cc9e91faaf570bc2909857b44b","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Iwona Piorko Bermig"],"description":["Cabinet member"]}} -{"id":"ec-person-52ebdba1b5ae6d7ba661630f40cdaaa33c25ee7d","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Johannes Noack"],"description":["Cabinet member"]}} -{"id":"ec-person-52ed1885121fda2b630787906ea383c66ab9c075","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Fabrice Comptour"],"description":["Cabinet member"]}} -{"id":"ec-person-53491bf8482feff700ae076cb8b1e2ee3e728210","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Szabolcs Horvath"],"description":["Cabinet member"]}} -{"id":"ec-person-537401fc0be04984531b83660f416bf2fe14fbd8","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Elina Melngaile"],"description":["Cabinet member"]}} -{"id":"ec-person-53a0d9702b387d4c3c992d3de3c229fd17644dad","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Dara Murphy"],"description":["Cabinet member"]}} -{"id":"ec-person-53a610a7ba00ddfad21ad4292a1d0d73fdcfbd3f","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Vasco Ferreira"],"description":["Cabinet member"]}} -{"id":"ec-person-53a651a7157cc65c63972e59c546d17b05d6108a","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Adalbert Jahnz"],"description":["Cabinet member"]}} -{"id":"ec-person-5455ecfabb89025694c798deac08160a2be17d94","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Monika Ladmanova"],"description":["Cabinet member"]}} -{"id":"ec-person-5528caa0f79478c045f9f7d077dc9e03c09edb31","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Christoph Nerlich"],"description":["Cabinet member"]}} -{"id":"ec-person-5582b553fc27622716ec0589005296819f597ad2","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Kevin Keary"],"description":["Cabinet member"]}} -{"id":"ec-person-55a0b11edfe9b0b76e526f72b1ec2e9f2f74d5bc","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Kilian Gross"],"description":["Cabinet member"]}} -{"id":"ec-person-55cdd2fceb3997b4092326294c9405769c7b491b","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Ruth Paserman"],"description":["Cabinet member"]}} -{"id":"ec-person-561bcbd5c6b600d9145bf167136689b2c77460a7","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Walter Deffaa"],"description":["Director-General"]}} -{"id":"ec-person-56280de395992e5d3884a4e43f495b3872b54643","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Vesna Lončarić"],"description":["Cabinet member"]}} -{"id":"ec-person-56478a183036db6fe9e976c032c67032ba183565","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Gosia Pearson"],"description":["Cabinet member"]}} -{"id":"ec-person-5652698e8f7b4a189329e67fddbaff44dbe8658c","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Bodo Lehmann"],"description":["Cabinet member"]}} -{"id":"ec-person-567e71ed1b2c1e3f5ed12f2c3bedf7e9e69a9158","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Nathalie De Basaldua Lemarchand"],"description":["Cabinet member"]}} -{"id":"ec-person-5746eabb9f91a3807bcfb0667d8a01870a6f5320","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Tina Strafela"],"description":["Cabinet member"]}} -{"id":"ec-person-57d09145ba24f5738cdde61edf14f741cb547675","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Giorgios Rossides"],"description":["Cabinet member"]}} -{"id":"ec-person-57dd62a1a14508927bd5ec98bb97342f2d0834c9","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Lisbeth Koenen"],"description":["Cabinet member"]}} -{"id":"ec-person-58ef6a24ab6e45538fba799818c74d1498108657","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Paraskevi Michou"],"description":["Director-General"]}} -{"id":"ec-person-591ec829ca734bcfe59a2c9c7f07f9dff22a0ea9","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Nele Eichhorn"],"description":["Cabinet member"]}} -{"id":"ec-person-594cfd4a97c5371f8effff82abf7c3c56e0f6f45","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Louise Groenfeldt"],"description":["Cabinet member"]}} -{"id":"ec-person-5a49eb89125b4b5d1125b3925bbb64aba1bea2b3","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Ruth Paserman"],"description":["Cabinet member"]}} -{"id":"ec-person-5afc11966577af0bcf6f99488769b1eba37e3577","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Marco Piantini"],"description":["Cabinet member"]}} -{"id":"ec-person-5b22be4333936d6e9e2067397c048a016c117d67","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Ingrid Bellander-Todino"],"description":["Cabinet member"]}} -{"id":"ec-person-5b870940c87837eb777e5c59a2b947ff9f15cb39","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Stéphanie Riso"],"description":["Cabinet member"]}} -{"id":"ec-person-5b978a1c2dc2d04115a2c0365fb51e3d80bad509","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Daniel Giorev"],"description":["Cabinet member"]}} -{"id":"ec-person-5bebc7b029567ec14718c647bb3813e76a4c729d","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Marlene Madsen"],"description":["Cabinet member"]}} -{"id":"ec-person-5c8ccc3a26c74debd9229d0079ce0770768bf36a","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Maria Inmaculada Lopez Martinez"],"description":["Cabinet member"]}} -{"id":"ec-person-5d2fb692a102077260d7badef4a9f10132b72aee","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Arunas Ribokas"],"description":["Cabinet member"]}} -{"id":"ec-person-5d3cde69206da720686a2bca71494091f1318f24","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Linsey Mccallum"],"description":["Cabinet member"]}} -{"id":"ec-person-5d4088e1913284a765aed8445f448f6ff341f1b3","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Jon Nyman"],"description":["Cabinet member"]}} -{"id":"ec-person-5db7bdd1c81da2e70eb5b982097d0004111b5c3e","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Laure Chapuis-Kombos"],"description":["Cabinet member"]}} -{"id":"ec-person-5df376e361b25e1bd341dc9d2ef14cad40f2d09c","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Roberta Torre"],"description":["Cabinet member"]}} -{"id":"ec-person-5e046f15134373d83c50f5c8ad3236d19fd92b98","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Konstantinos Chatzifotis"],"description":["Cabinet member"]}} -{"id":"ec-person-5e8e66c5b37cfc1f9272932bf8e12f4b28d1160a","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Nathalie De Basaldua Lemarchand"],"description":["Cabinet member"]}} -{"id":"ec-person-5f350e729106851716ef9d25319b4e99b8279fa3","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Joakim Larsson"],"description":["Cabinet member"]}} -{"id":"ec-person-5f446e21c2ca97624d9781d53ce7312477e72d6e","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Neven Mimica"],"description":["Commissioner"]}} -{"id":"ec-person-5f7f9d4d861c5b97fbd25bccf6323535d2a7ceb8","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Gaëlle Michelier"],"description":["Cabinet member"]}} -{"id":"ec-person-5fdb62e20cecef81f87f94d3d1bcdd3b47b26af0","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Sebastian Kuck"],"description":["Cabinet member"]}} -{"id":"ec-person-6011e46c8012e503183082d132b7a43a8bc06cbe","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Pelayo Castro"],"description":["Cabinet member"]}} -{"id":"ec-person-604d9fe28b16401771b67c820e6ce912f4d4a6b7","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Mario Campolargo"],"description":["Director-General"]}} -{"id":"ec-person-6092d9ab71cd7a84d2110b843c9313a0a02a7c45","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Kathiana Ghio"],"description":["Cabinet member"]}} -{"id":"ec-person-60a3d0d628d231b41af1d0c65607b0fd78ca4edc","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Lowri Evans"],"description":["Director-General"]}} -{"id":"ec-person-60bc1622eb549a098038c6073ce7c40691ec9384","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Iris Abraham"],"description":["Cabinet member"]}} -{"id":"ec-person-60f42d435e90154e968c133fbbd72f0bfe8b7f89","referents":[],"datasets":["ec_meetings"],"schema":"Person","properties":{"name":["Nicholas Ilett"],"description":["acting Director-General"]}} -{"id":"ec-person-6168eb3d5d9bc71f9dc22fb6f75f77fa485ec252","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Estelle Göger"],"description":["Cabinet member"]}} -{"id":"ec-person-61daadad53de1eb7dcc08383b418ace3b6f971d7","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Anna Gallo Alvarez"],"description":["Cabinet member"]}} -{"id":"ec-person-61ea528d6b7f7cbbd1e55a4a19794b785df35cf9","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Monique Pariat"],"description":["Director-General"]}} -{"id":"ec-person-625f8b4379f79adee4f15c6a0417a96bb5a5a403","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Maciej Golubiewski"],"description":["Cabinet member"]}} -{"id":"ec-person-62773e55e1985542cb18a2a89f2053f2f39146b1","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Gonzalo De Mendoza Asensi"],"description":["Cabinet member"]}} -{"id":"ec-person-6299e47fea20df86a1b90bd5b033006b2cb35b5e","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Timo Pesonen"],"description":["Acting Director-General"]}} -{"id":"ec-person-62bf207e4274ad594e7eab4bfe20782f1d57f645","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Stefano Manservisi"],"description":["Cabinet member"]}} -{"id":"ec-person-6308dea893b9b1ca0dcd5b91b4a1ac4c2f3020ad","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Joan Canton"],"description":["Cabinet member"]}} -{"id":"ec-person-6357f4506ca5351b3a822936612fd6006da48722","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Renaud Savignat"],"description":["Cabinet member"]}} -{"id":"ec-person-63f2d0a26187f98f2895c32cf27b4a574cfb2bba","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Hugo Monteiro Brilhante Sobral"],"description":["Cabinet member"]}} -{"id":"ec-person-6420facda81e0ac04377023fcfa86e953541782b","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Maarten Verwey"],"description":["Director-General"]}} -{"id":"ec-person-64349923a7639978983020a607770b8dc47c8144","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Isabelle Perignon"],"description":["Cabinet member"]}} -{"id":"ec-person-643595d3a737c63fc95146b51292a4684ed1ca75","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Emma Udwin"],"description":["Cabinet member"]}} -{"id":"ec-person-64e09f24899090e992a0371d8d7c2c4eaca87152","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Kasia Jurczak"],"description":["Cabinet member"]}} -{"id":"ec-person-64fe91130a710e9441279ace59821186f8ef52c4","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Salla Saastamoinen"],"description":["Director-General"]}} -{"id":"ec-person-652143032bcbd23aa320685b3deba350097aa7ae","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Andrea Nahles"],"description":["Cabinet member"]}} -{"id":"ec-person-6553ea29f3324ea99a6666023e42d69c5b933757","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Chantal Hughes"],"description":["Cabinet member"]}} -{"id":"ec-person-65dc27d23fc09897737b542cc467ea714012d0f1","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Olivier Bailly"],"description":["Cabinet member"]}} -{"id":"ec-person-6623576f27904ddd8bd15e7f2a1197ffc25567db","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Sebastian Kuck"],"description":["Cabinet member"]}} -{"id":"ec-person-666bc159c7e65a3af9e63c1e97435c02f1496955","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Kamila Kloc"],"description":["Cabinet member"]}} -{"id":"ec-person-66d141295841bdd2d0679d93aae62e07580fcee5","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Maria Luisa Cabral"],"description":["Cabinet member"]}} -{"id":"ec-person-66fa2c2d100ec194caa42b5c6f97c36e2748b71c","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Christoph Nerlich"],"description":["Cabinet member"]}} -{"id":"ec-person-66fe3fb04849b49f2d3a58d7ac9d86c25b1d82d0","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Günther Oettinger"],"description":["Commissioner"]}} -{"id":"ec-person-676f70803f4848c87b632d8522ff9ce8d4600e27","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Pia Ahrenkilde Hansen"],"description":["Director-General"]}} -{"id":"ec-person-67872aca57f8dfc132dbac47ff41bf9b60ba8ac5","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Christiane Canenbley"],"description":["Cabinet member"]}} -{"id":"ec-person-685ecf13dd26cd515c961e24ba71049af2302c5e","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Fabrice Comptour"],"description":["Cabinet member"]}} -{"id":"ec-person-68673b08d89a6e808027adc388726386f46aa7f5","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Estela Pineiro-Kruik"],"description":["Cabinet member"]}} -{"id":"ec-person-68b8e931bdd0cafe77ab8e98d87edbea128d6c49","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Peter Wehrheim"],"description":["Cabinet member"]}} -{"id":"ec-person-68b9170beccdbf21444fad7cdc252dec9e60b9d2","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Helena Hinto"],"description":["Cabinet member"]}} -{"id":"ec-person-68d4f99b9ed1b40d86ebbf81f8f35aeebd6c5fc5","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Themis Christophidou"],"description":["Director-General"]}} -{"id":"ec-person-69324896e96bbd9e20f797e4c49f0d286d058227","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Paul Moley"],"description":["Cabinet member"]}} -{"id":"ec-person-6997149120ce5129e38febe5275dc8fd03232d2e","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Dominique Ristori"],"description":["Director-General"]}} -{"id":"ec-person-69aa44204bd0cd314e6540561100b2f67d805fc1","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Anna Herold"],"description":["Cabinet member"]}} -{"id":"ec-person-6a03bc4fa7657513ea34529e98dba0671ef4c849","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Maximilian Strotmann"],"description":["Cabinet member"]}} -{"id":"ec-person-6a09d49da9b84e5e1462528d44fa268cc67ef0ac","referents":[],"datasets":["ec_meetings"],"schema":"Person","properties":{"name":["Ildikó Voller-Szenci"],"description":["Cabinet member"]}} -{"id":"ec-person-6a2152ccdf48d8ec087f545734a0ec503917193b","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Carlos Morais-Pires"],"description":["Cabinet member"]}} -{"id":"ec-person-6a5ceb87383474e4b7f430af341029a155e255b0","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Andreja Kodrin"],"description":["Cabinet member"]}} -{"id":"ec-person-6a68b33392f32089b342f1b8d2d766058b93d944","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Rytis Martikonis"],"description":["Director-General"]}} -{"id":"ec-person-6aa97634438bb481caaf90d7277bdc0b062d44fb","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Alexander Italianer"],"description":["Secretary-General"]}} -{"id":"ec-person-6ae6cc420fab2c032884945814d4e330cecb43d7","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Bodo Lehmann"],"description":["Cabinet member"]}} -{"id":"ec-person-6aefca8f66cd57549e22428bee7f0d2c97d16f52","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Francisco Barros Castro"],"description":["Cabinet member"]}} -{"id":"ec-person-6b6135249735cff1f3061530471f1e159500c840","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Anne Funch Jensen"],"description":["Cabinet member"]}} -{"id":"ec-person-6b8f8c6d0badc1f0c5d67517dda0ed859d29b4c9","referents":[],"datasets":["ec_meetings"],"schema":"Person","properties":{"name":["Ludovic Pierre"],"description":["Cabinet member"]}} -{"id":"ec-person-6bd56e49a75f5420c8c47f924f98f8c23f54c9a3","referents":[],"datasets":["ec_meetings"],"schema":"Person","properties":{"name":["Giovanni Kessler"],"description":["Director-General"]}} -{"id":"ec-person-6be7848f21e63e093fdf3693cc8c3e2b6d29f776","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Jonathan Faull"],"description":["Director-General"]}} -{"id":"ec-person-6c0efbf1635ca0cb8dce32e129231fa3136f600b","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Bernardus Smulders"],"description":["Cabinet member"]}} -{"id":"ec-person-6c2abeaa21f9fe09b6a21f7f73e03d924e89018e","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Joachim Herrmann"],"description":["Cabinet member"]}} -{"id":"ec-person-6cb87072cbd668bb8f572b5577f2a04c14e75569","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Alexandra Marten"],"description":["Cabinet member"]}} -{"id":"ec-person-6cd1e3bf3a4eec9e9db49b32cf3d20ab7dbfe03f","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Andrea Almeida Cordero"],"description":["Cabinet member"]}} -{"id":"ec-person-6cd920669457898c6304ed6a599a852d84518227","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Jakub Cebula"],"description":["Cabinet member"]}} -{"id":"ec-person-6d8b11c800391d9e6515bbd1b0e9d54c7da270da","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Bernd Martenczuk"],"description":["Cabinet member"]}} -{"id":"ec-person-6dd3472dac004e43ec1fa4f5b4106e3b476c9ce7","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Johannes Hahn"],"description":["Commissioner"]}} -{"id":"ec-person-6de2c3b2fe4b4087c73744df26d47fbf96ddb2ce","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Luc De Lobel"],"description":["Cabinet member"]}} -{"id":"ec-person-6dfeddd1737aa9e4f44857147527fc2a19623e67","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Camilo Villarino"],"description":["Cabinet member"]}} -{"id":"ec-person-6e21d867543ef3b910e746c319cb048abd054702","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Elzbieta Lukaniuk"],"description":["Cabinet member"]}} -{"id":"ec-person-6e64215cdacfeb6c6d4709a7f72c2b1c94a3d908","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Charlina Vitcheva"],"description":["Director-General"]}} -{"id":"ec-person-6e8b9cd7bb1a15a7e90b04790769360ba931cafd","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Ditte Juul Jørgensen"],"description":["Cabinet member"]}} -{"id":"ec-person-6f08c893ea685f6d5f50c2c6e373f294e3616698","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Kim-Tobias Eling"],"description":["Cabinet member"]}} -{"id":"ec-person-6fde96d3b1e5bfc1dff081b7362d5ae9bd8291ac","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Ilze Juhansone"],"description":["Secretary-General"]}} -{"id":"ec-person-7011e5cbc2635b64cfb9471192439035045fb852","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Jasmin Battista"],"description":["Cabinet member"]}} -{"id":"ec-person-7019713e72781afb1f3b19032c4752a314b78180","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Anthony Whelan"],"description":["Cabinet member"]}} -{"id":"ec-person-702cc2c6e5f88e6a62c801eccaff75ef5e753d5b","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Enrico Petrocelli"],"description":["Cabinet member"]}} -{"id":"ec-person-70bb5ab896e4d70fd6580bf0f2244bc172ae757b","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Martin Übelhör"],"description":["Cabinet member"]}} -{"id":"ec-person-70f80fbf343dc133e693ec37b3cac62182713647","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Themis Christophidou"],"description":["Cabinet member"]}} -{"id":"ec-person-71043372bdf7ac2868e93db35f9e2f420db778e3","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Lucia Bonova"],"description":["Cabinet member"]}} -{"id":"ec-person-7167587814c61122201e2afb04bfb47539db4823","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Mette Dyrskjot"],"description":["Cabinet member"]}} -{"id":"ec-person-71f9b3c696abbda505f0fae6baec2c26e0c310dc","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Miguel Angel Sagredo Fernandez"],"description":["Cabinet member"]}} -{"id":"ec-person-7204caa5e704bc4a911fee13ad5c0f62fd74b3bc","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Sandra Bartelt"],"description":["Cabinet member"]}} -{"id":"ec-person-720675a46ddb073480cebd935adf45a9d5617718","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Fernando Sampedro Marcos"],"description":["Cabinet member"]}} -{"id":"ec-person-7217954e3bc1aad2a1474fb760ea512a069f8fe3","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Terence Zakka"],"description":["Cabinet member"]}} -{"id":"ec-person-731204b81067517bd1b091f0c5300c5e48dd86b4","referents":[],"datasets":["ec_meetings"],"schema":"Person","properties":{"name":["Dana Berinde"],"description":["Cabinet member"]}} -{"id":"ec-person-738f7f25002d191bd2df8936e8f8d1d726c19e2e","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Maria Elena Scoppio"],"description":["Cabinet member"]}} -{"id":"ec-person-73fb1ddd279f8c6697a055567a2c09606006b875","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Penelope Papandropoulos"],"description":["Cabinet member"]}} -{"id":"ec-person-7433d96a6e6f46c9f9174db79ec61c387dffa509","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Cristina Rueda Catry"],"description":["Cabinet member"]}} -{"id":"ec-person-74461c5e9d74bc939ba426d5740d1097ac434132","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Mary Veronica Tovsak Pleterski"],"description":["Cabinet member"]}} -{"id":"ec-person-74c07660dcbc6dc9993b34462cf2a1fec35925ea","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Wojtek Talko"],"description":["Cabinet member"]}} -{"id":"ec-person-74de9b1956d5aa5754e8946d4a7a883e05171466","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Chantal Hughes"],"description":["Cabinet member"]}} -{"id":"ec-person-750f95c6f949648cff9e460a362a85085c851faf","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Nora Bednarski"],"description":["Cabinet member"]}} -{"id":"ec-person-754ed38c8c41a4774ea216057a91839acc09b1e1","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Mette Toftdal Grolleman"],"description":["Cabinet member"]}} -{"id":"ec-person-7567514af00f139b390cf9864d28a090ca0fde25","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Inge Bernaerts"],"description":["Cabinet member"]}} -{"id":"ec-person-761fad67b377a6e2a384245795719ef5f7131269","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Eugenia Dumitriu-Segnana"],"description":["Cabinet member"]}} -{"id":"ec-person-76793b3bad1c7471121c510a962aae356d19c30b","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Simona Constantin"],"description":["Cabinet member"]}} -{"id":"ec-person-76b151748d1f1ba598736daaa89d7abd2c3bfacb","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Florika Fink-Hooijer"],"description":["Director-General"]}} -{"id":"ec-person-76c97b49eb5244be0c8636bbc9caa6101f3cce84","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Thibaut Kleiner"],"description":["Cabinet member"]}} -{"id":"ec-person-77288fc6cc1d717936ac1a1d02ed679fd493b117","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Alina-Stefania Ujupan"],"description":["Cabinet member"]}} -{"id":"ec-person-775c89536fe7899e6e2ecdcbe564c77f680e5af0","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Andrus Ansip"],"description":["Vice-President"]}} -{"id":"ec-person-776e1d7b7a93584eaa6bb06ee264f593c411fdc0","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Thierry Breton"],"description":["Commissioner"]}} -{"id":"ec-person-778f68c06d4985a2eda59737cdb80e7a4570f90f","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Nicolo Brignoli"],"description":["Cabinet member"]}} -{"id":"ec-person-781d246729522a816df2b77a616f5ae127bc104e","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Florentine Hopmeier"],"description":["Cabinet member"]}} -{"id":"ec-person-7869e6adc9c6329f8dea9a0fd02d998d8ffa57f6","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Andreas Schneider"],"description":["Cabinet member"]}} -{"id":"ec-person-786ac5b4308f9797c51ea9c4491fcd16b6fac4cd","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Kasia Jurczak"],"description":["Cabinet member"]}} -{"id":"ec-person-78fb1ad0c02c4fa8497b22edc1233d6be03cf2e5","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Juergen Mueller"],"description":["Cabinet member"]}} -{"id":"ec-person-79931cfd2923c1aca9c7d284e9590732b0a36ed9","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Fabien Dell"],"description":["Cabinet member"]}} -{"id":"ec-person-7a0c440119cd5d547eceebb055c79b8bb41bf9a2","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Sarah Nelen"],"description":["Cabinet member"]}} -{"id":"ec-person-7a163c1020a2aefa0ea1473d934c053e3e34491a","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Irina Stefuriuc"],"description":["Cabinet member"]}} -{"id":"ec-person-7ac9445abdddc66a79f539ae13eb74e1ceb512df","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Desiree Oen"],"description":["Cabinet member"]}} -{"id":"ec-person-7bc7204a153f98afbf1ad1cffbdd10d06d9ae166","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Jerzy Bogdan Plewa"],"description":["Director-General"]}} -{"id":"ec-person-7bf4bf39d5d06955fc37d23e107675489c4e8729","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Silvio Mascagna"],"description":["Cabinet member"]}} -{"id":"ec-person-7c0f17a26975ec29fe2dea6f44e096c9500b3588","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Jack Schickler"],"description":["Cabinet member"]}} -{"id":"ec-person-7c2ac03d5de1897584c3ba414699f94f77dd46f1","referents":[],"datasets":["ec_meetings"],"schema":"Person","properties":{"name":["Selma Haenicke"],"description":["Cabinet member"]}} -{"id":"ec-person-7c4fa9cfb750b5b524c065180fcee1123b8df03e","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Jutta Urpilainen"],"description":["Commissioner"]}} -{"id":"ec-person-7c876f4825f213b8adbedf089ccedfbc3b36d65b","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Frans Timmermans"],"description":["Executive Vice-President"]}} -{"id":"ec-person-7c9460f99c5872dbdc561f5752401c870d12e98b","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Edward Bannerman"],"description":["Cabinet member"]}} -{"id":"ec-person-7cb15e8a3e4a9ddc8f8d7a719a5f2e359a05f82a","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Andrzej Celinski"],"description":["Cabinet member"]}} -{"id":"ec-person-7d3108a3faddd62588ca5729ecf06d7d51aee243","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Simonas ŠATŪNAS"],"description":["Cabinet member"]}} -{"id":"ec-person-7d3caa534e5cdda6d5b949bd4b2def39356e3bec","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Dermot Ryan"],"description":["Cabinet member"]}} -{"id":"ec-person-7e1aeaad9232c788ee790cdb309ccad8f9ffdc5e","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Alvaro De Elera"],"description":["Cabinet member"]}} -{"id":"ec-person-7e87a14bf64af274f1cfb85d6b64a405eea6217f","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Isaac Valero Ladron"],"description":["Cabinet member"]}} -{"id":"ec-person-7e9813c16d805ee7ebea3ef6444f384bc32abaaa","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Zaneta Vegnere"],"description":["Cabinet member"]}} -{"id":"ec-person-7f02c085966bf7e9ecf267d0fa52c94a32d1687f","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Tiina Astola"],"description":["Director-General"]}} -{"id":"ec-person-7f4ed7789b52b8daf8b637232a16c6d3120c5e37","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Yizhou Ren"],"description":["Cabinet member"]}} -{"id":"ec-person-7f9ba99138b4fa5c698037dc7507219b1319e0a7","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Rachel Smit"],"description":["Cabinet member"]}} -{"id":"ec-person-7fbb55656658b6d3c9593e50066f55d6533ef13c","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Paula Pinho"],"description":["Cabinet member"]}} -{"id":"ec-person-805c0cb26d98afecd897b742d48b43a763b0e93c","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Gabriella Pace"],"description":["Cabinet member"]}} -{"id":"ec-person-80c6995ad1cd6aefa72f1bf440b17b6d8c6dd4b8","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Martin Selmayr"],"description":["Cabinet member"]}} -{"id":"ec-person-81b1dda49062e5dac42bdad9273fa72968a2c325","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Filomena Chirico"],"description":["Cabinet member"]}} -{"id":"ec-person-83dd3363da89c86d99ea50c3ff2d15a746405110","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Dubravka Šuica"],"description":["Vice-President"]}} -{"id":"ec-person-8464bae14a77569c61cbdfecb8ff9cff10595be5","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Maximilian Strotmann"],"description":["Cabinet member"]}} -{"id":"ec-person-8529bbbc6db862f6b82d6fa66a7cf7668804dae7","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Cécile Billaux"],"description":["Cabinet member"]}} -{"id":"ec-person-8534d5829e2b89b2389ad8651205fee73503f559","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Julie Ruff"],"description":["Cabinet member"]}} -{"id":"ec-person-856d40a366fb80b8149de2eb014689d155f43ee2","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Olivier Smith"],"description":["Cabinet member"]}} -{"id":"ec-person-8600a621c9aef12fc33b708e13b3cd3d5fa5696b","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Johannes Laitenberger"],"description":["Director-General"]}} -{"id":"ec-person-864cfa5fbc9b02a079ffbab1107f252c7bb08478","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Michel Barnier"],"description":["Head of Task Force"]}} -{"id":"ec-person-87035c801abd86d18634e37fcafba842dc2c94fb","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Cécile Billaux"],"description":["Cabinet member"]}} -{"id":"ec-person-881310bbb4e54ac96753b80bbdc9b1994cfbf136","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Christine Mai"],"description":["Cabinet member"]}} -{"id":"ec-person-884d261ef161b119c9fc64f7a0514dc014ca2bd7","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Carole Mancel-Blanchard"],"description":["Cabinet member"]}} -{"id":"ec-person-886e1b865045c3ed98e99075006d09cea708acce","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Paolo Berizzi"],"description":["Cabinet member"]}} -{"id":"ec-person-88a286c6d6c72ec16cca63360e34db2ff7ee4a1d","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Christine Grau"],"description":["Cabinet member"]}} -{"id":"ec-person-88d71b399a3e13a243bdc4676e481835e8e5b2f2","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Valérie Herzberg"],"description":["Cabinet member"]}} -{"id":"ec-person-890015b0d769ee93a09119846b414d4aae7c64ae","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Mette Toftdal Grolleman"],"description":["Cabinet member"]}} -{"id":"ec-person-89da633742fbb5cc6968446425905784a5dcc5bc","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Tove Ernst"],"description":["Cabinet member"]}} -{"id":"ec-person-8a88b0530ed693ba044e650d964c2dd5008a39dd","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Sofia Asteriadi"],"description":["Cabinet member"]}} -{"id":"ec-person-8af3c81534786a740718d21dc58240738a53ed7b","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Helena Braun"],"description":["Cabinet member"]}} -{"id":"ec-person-8b6db5c3c4611618ade59c6d0dadc21c962f0ee7","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Alejandro Cainzos"],"description":["Cabinet member"]}} -{"id":"ec-person-8c3c9f5f3b2f84138bb6ab73180e2eff94b88ec8","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Ralf Kuhne"],"description":["Cabinet member"]}} -{"id":"ec-person-8cad9a810a8a25f5298dbe7a8d3a7dd0e7aa53d5","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Aleska Simkic"],"description":["Cabinet member"]}} -{"id":"ec-person-8d1c5ff76a431332387aa10936b0bff13f7d71fd","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Helena Braun"],"description":["Cabinet member"]}} -{"id":"ec-person-8d2c1b16ae8dcc88b60028214f4f632fccd3389f","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Roberto Viola"],"description":["Director-General"]}} -{"id":"ec-person-8d2d6fe7ff3bd06b3c81b2e21aac502c20d5d68f","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Yizhou Ren"],"description":["Cabinet member"]}} -{"id":"ec-person-8d48893e9e1b5fcb8f1a7bf47a39f9a2a3ac4c54","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Severine Wernert"],"description":["Cabinet member"]}} -{"id":"ec-person-8d81bb299dec1f26759f4304a09c3f1bc21eb643","referents":[],"datasets":["ec_meetings"],"schema":"Person","properties":{"name":["Sophie Dewispelaere"],"description":["Cabinet member"]}} -{"id":"ec-person-8da36db391ed53f362d495cd564ba8b45c7003e1","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Alienor Margerit"],"description":["Cabinet member"]}} -{"id":"ec-person-8e447e82a2a89decd9d6ca2926b91c01d93699e1","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Daphne von Buxhoeveden"],"description":["Cabinet member"]}} -{"id":"ec-person-8e67d247a5ad86c12a9d387f95f3271fa036cfb7","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Stephen Quest"],"description":["Director-General"]}} -{"id":"ec-person-8eb18b6102d444937bc6af5822a6742812165b48","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Ana Carla Pereira"],"description":["Cabinet member"]}} -{"id":"ec-person-8ec05e08adb6965c1b360cae0a4d52d4d72a2f95","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Christiane Kirketerp De Viron"],"description":["Cabinet member"]}} -{"id":"ec-person-8efd3b03f4e3aa3ce7ce35372f4dde70c1158889","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Nereo Penalver Garcia"],"description":["Cabinet member"]}} -{"id":"ec-person-8ff6f198a90f7eeda1bb0588686bb5f0253dac62","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Roland Sourd"],"description":["Cabinet member"]}} -{"id":"ec-person-8ffa69c5fdbbacf33a405e9e62a3ef920b5fcde1","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Kyriacos Charalambous"],"description":["Cabinet member"]}} -{"id":"ec-person-900dfd862472de58f6de0d09ef956f43b0a749ac","referents":[],"datasets":["ec_meetings"],"schema":"Person","properties":{"name":["Gabriela Keckesova"],"description":["Cabinet member"]}} -{"id":"ec-person-901d49b3e3af3e96de8d42787e8633b0adc76ca1","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Vangelis Demiris"],"description":["Cabinet member"]}} -{"id":"ec-person-902665668634b69ce99a97f1853d89a9d1b275f2","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Tuure Taneli Lahti"],"description":["Cabinet member"]}} -{"id":"ec-person-907ffb425c752d7d7940f64fcfe219fe88b2f741","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Peter van Kemseke"],"description":["Cabinet member"]}} -{"id":"ec-person-90b64673ee7f4c1dae185fbd64b45f5c45f2b66d","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Catherine Geslain-Lanéelle"],"description":["Cabinet member"]}} -{"id":"ec-person-90be4df807f91c8653df47f3c23066bfe7904886","referents":[],"datasets":["ec_meetings"],"schema":"Person","properties":{"name":["Katarzyna Bitka"],"description":["Cabinet member"]}} -{"id":"ec-person-91522a096e6740a4c2460c43195eb9a9af2cba6d","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Olivier Bergeau"],"description":["Cabinet member"]}} -{"id":"ec-person-91ca0921c6790191daa54427311acd63035e7c9e","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Juhan Lepassaar"],"description":["Cabinet member"]}} -{"id":"ec-person-923b96517f0dd544d160200d38d05b6ffe72372e","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Marlene Holzner"],"description":["Cabinet member"]}} -{"id":"ec-person-9252bff7737d664ef1c2c591fcae56caf6e880eb","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Denis Chaibi"],"description":["Cabinet member"]}} -{"id":"ec-person-935314e38d735654cae8ee61313a3d73439b242d","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Antoine Kasel"],"description":["Cabinet member"]}} -{"id":"ec-person-93e8e8ac2ee89edb4c52bce70d7472c8eae05edd","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Antti Timonen"],"description":["Cabinet member"]}} -{"id":"ec-person-947ab3027ba90ce15968614ce35c12506b7a43ac","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Friedrich Wenzel Bulst"],"description":["Cabinet member"]}} -{"id":"ec-person-94a7c02852f5882d1025ac97b69c426636fc8b8d","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Manfred Kraff"],"description":["Director-General"]}} -{"id":"ec-person-94f7c6e6875fa76120558bda38f913792cc61934","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Wolfgang Burtscher"],"description":["Director-General"]}} -{"id":"ec-person-9557ac7bdd542fd66f0729a2d858d58278508a1d","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Laszlo Kristoffy"],"description":["Cabinet member"]}} -{"id":"ec-person-955e8c493ab54847bb92b65986f56a401f8eabee","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Marlene Madsen"],"description":["Cabinet member"]}} -{"id":"ec-person-95a769a1850d7d595f9a5853c51dcbdd3ddd69fb","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Elżbieta Bieńkowska"],"description":["Commissioner"]}} -{"id":"ec-person-95d6ecce9b8f3a7b167d0eac8e270fdce0665ccb","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Mirzha De Manuel"],"description":["Cabinet member"]}} -{"id":"ec-person-95f883d5d0d484088f26191a8fea8553d674dfbe","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Pierre Schellekens"],"description":["Cabinet member"]}} -{"id":"ec-person-966667b73d92624be9bb019c2baab7e52331b3d3","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Frans Timmermans"],"description":["First Vice-President"]}} -{"id":"ec-person-97425c615743576adc42e09bee7dac14f83f691b","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Paula Duarte Gaspar"],"description":["Cabinet member"]}} -{"id":"ec-person-97549b50ce25e488bb1c03d83cfb838cd4fdf293","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Iwona Piorko Bermig"],"description":["Cabinet member"]}} -{"id":"ec-person-9788b5f9ccd101dc091867a4496a5735ee7151d9","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Tuure Taneli Lahti"],"description":["Cabinet member"]}} -{"id":"ec-person-97a74c3df4cdf4db05e274aab8204536eca85f92","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Martin Selmayr"],"description":["Secretary-General"]}} -{"id":"ec-person-97cc52ff34af5e6170626d2711bb791d319e064a","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Baudouin Baudru"],"description":["Cabinet member"]}} -{"id":"ec-person-97e7825e7623fb9054a9c56634137421d43b39b6","referents":[],"datasets":["ec_meetings"],"schema":"Person","properties":{"name":["Anna Chuchla"],"description":["Cabinet member"]}} -{"id":"ec-person-97e843c2fd98c7993c9ab42a071dd1c98c85041d","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Ana Gallego"],"description":["Director-General"]}} -{"id":"ec-person-981fc36acd82b2e49db83e43763b908c1a89ec0b","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Brian Synnott"],"description":["Cabinet member"]}} -{"id":"ec-person-98880f3f4206145e196013db9dd806a551c11e06","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Miguel Ceballos Baron"],"description":["Cabinet member"]}} -{"id":"ec-person-98899253aaaa8e936aec841aef4a31c3573bbfad","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Astrid Ladefoged"],"description":["Cabinet member"]}} -{"id":"ec-person-98eba7ab1446c6dce384fdc2ecd48c7cadf9ee4e","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Luc Tholoniat"],"description":["Cabinet member"]}} -{"id":"ec-person-9909a5a1d25893da46a5abd80479d454b282c030","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Simona Pinzariu"],"description":["Cabinet member"]}} -{"id":"ec-person-991ce64cea5178762c932ac823ea5d309e7a8d93","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Giorgios Rossides"],"description":["Cabinet member"]}} -{"id":"ec-person-99365f4c3081112dcbfa722a5eb05adecc68503e","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Aura Salla"],"description":["Cabinet member"]}} -{"id":"ec-person-99b172d8fe23e00b94022cbd096978be2b48eb81","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Marie Frenay"],"description":["Cabinet member"]}} -{"id":"ec-person-99d328c319d8e996bb8eafd4f202a8dce083bf05","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Frauke Hoss"],"description":["Cabinet member"]}} -{"id":"ec-person-9a7ffff885ea7aadeebfd69837bfdae14289b06b","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Alexis Pantelides"],"description":["Cabinet member"]}} -{"id":"ec-person-9b22efca5a7cba901f8646c18a8854c47b21650d","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Clara de-la-Torre"],"description":["Acting Director-General"]}} -{"id":"ec-person-9b398cc97951266670f91bef34ea37df7380eef9","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Marco Buti"],"description":["Director-General"]}} -{"id":"ec-person-9b7f5fe059e5b0b40e79e9170211aa2f02322fdb","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Laure Chapuis-Kombos"],"description":["Cabinet member"]}} -{"id":"ec-person-9c0f33ecb9f6badd5f4b5f1a4bd7677e18a52a22","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Ditte Juul Jørgensen"],"description":["Director-General"]}} -{"id":"ec-person-9c3ecdfef0005edcc4749f05e79adbb4369d514a","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Michael Shotter"],"description":["Cabinet member"]}} -{"id":"ec-person-9c5c685692a09a77f2bc8ae9c05663b87cd75aae","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Mauro Raffaele Petriccione"],"description":["Director-General"]}} -{"id":"ec-person-9cf97e549f67c3228d1478a3a67d652eb28c5b46","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Lucia Caudet"],"description":["Cabinet member"]}} -{"id":"ec-person-9d4dc4867a44dfe10f67ae7ee1706da3e8b48a24","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Joshua Salsby"],"description":["Cabinet member"]}} -{"id":"ec-person-9d82b1471c4c81e026b73d025790b3d843428640","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Anna-Lena Zademach-Schwierz"],"description":["Cabinet member"]}} -{"id":"ec-person-9dccdcf2f8ab1673bfd7f4d38db8791ce6cd5bc9","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Leila Fernandez-Stembridge"],"description":["Cabinet member"]}} -{"id":"ec-person-9de2bdbd71a153577984a493028e19bcb8c1514f","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Eglantine Cujo"],"description":["Cabinet member"]}} -{"id":"ec-person-9e282d5223d0f62146ce1013e2dac38adc89a4cf","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Andrew Bianco"],"description":["Cabinet member"]}} -{"id":"ec-person-9e42f316f38c8e126c2cd2bc84affb891338c7f3","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Gerassimos Thomas"],"description":["Director-General"]}} -{"id":"ec-person-9e7bd1005456277f156b671d1555c6a460fb2f58","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Valdis Dombrovskis"],"description":["Executive Vice-President"]}} -{"id":"ec-person-9eafbf4a92961023c7df3ab389ae6d4301dec4bf","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Sarah Nelen"],"description":["Cabinet member"]}} -{"id":"ec-person-9f3f9b58a22cf98d55521b290d1facc431bdce86","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Daniel Calleja Crespo"],"description":["Director-General"]}} -{"id":"ec-person-9f4dcadff214f9cb7e8976c58804023e71bcf5fd","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Elisabeth Werner"],"description":["Cabinet member"]}} -{"id":"ec-person-9f6823821fe68d82e9b9dbe81181ecacb0265d94","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Manuel Szapiro"],"description":["Cabinet member"]}} -{"id":"ec-person-9fddf13de7f65229b7da7c5b25dca1630cad3c48","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Silke Obst"],"description":["Cabinet member"]}} -{"id":"ec-person-a057e5fdc427021306f9e7d0e0af15a501087562","referents":[],"datasets":["ec_meetings"],"schema":"Person","properties":{"name":["Sarah Ziane"],"description":["Cabinet member"]}} -{"id":"ec-person-a07aede8ed2836aa08f286a76ce98daa88dcf541","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Linsey Mccallum"],"description":["Cabinet member"]}} -{"id":"ec-person-a14d25733c53171d0aa91b49f8fa6d0c83e15a17","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Panayiotis Pourgourides"],"description":["Cabinet member"]}} -{"id":"ec-person-a159f03add374257584565c2b05cc5539a7526e6","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Valeria Miceli"],"description":["Cabinet member"]}} -{"id":"ec-person-a15f450526451c70384a05ea9a3a7400ba2d3e7e","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Per Haugaard"],"description":["Cabinet member"]}} -{"id":"ec-person-a1a78365cc4685b0958056646204977d8f2ead92","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Phil Hogan"],"description":["Commissioner"]}} -{"id":"ec-person-a1f378e46b040b842cbc35e6d89735a7792cd328","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Christina Holm Eiberg"],"description":["Cabinet member"]}} -{"id":"ec-person-a282162080cef4ef2a8c0ab6247a3e03dc438507","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Riccardo Maggi"],"description":["Cabinet member"]}} -{"id":"ec-person-a2ac27c3a7aa93937efc47169c1dc2264a822175","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Ursula von der Leyen"],"description":["President"]}} -{"id":"ec-person-a2ca9161feee56909a0e98b473c2d342c20fdb57","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Eduard Hulicius"],"description":["Cabinet member"]}} -{"id":"ec-person-a3674866c760605fc38abed4dffd3f94f2c83d64","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["David Mueller"],"description":["Cabinet member"]}} -{"id":"ec-person-a3ed762188f9656ad2089827d1f121894fc1c0d2","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Ruben Alexander Schuster"],"description":["Cabinet member"]}} -{"id":"ec-person-a45151b401196e9c374c9acdada9d8840da271ad","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Manuel Nobre Goncalves"],"description":["Cabinet member"]}} -{"id":"ec-person-a4dfc52eb1bb167ae4f4d6e6651b867eaacee0cd","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Adela Kabrtova"],"description":["Cabinet member"]}} -{"id":"ec-person-a5441c6a69a8a94fd64e02def60fcc6567f2c1d8","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Katherine Power"],"description":["Cabinet member"]}} -{"id":"ec-person-a58f1d06f5cb1d8dfd278e0c36d5aa1b9368b270","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Rozalina Petrova"],"description":["Cabinet member"]}} -{"id":"ec-person-a5c1113ab46afbe441fe4db3d665f40e3f9b36e1","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Pedro MOIA"],"description":["Cabinet member"]}} -{"id":"ec-person-a5e52cd544ea3aa44eb4b31fac65a468499f106e","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Timo Pesonen"],"description":["Director-General"]}} -{"id":"ec-person-a608b85b2ffef83f883b5a2330b6232efa1b7141","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Věra Jourová"],"description":["Commissioner"]}} -{"id":"ec-person-a69fcac5313e4dca881b391161e5f7f1eb8cbb90","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Jyrki Katainen"],"description":["Vice-President"]}} -{"id":"ec-person-a6ae9abd61cd135e990ccc05f2a7cc849f01a618","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Olai Voionmaa"],"description":["Cabinet member"]}} -{"id":"ec-person-a6afb12070a889c7071fdf14b6620c79335680d4","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Mario Nava"],"description":["Director-General"]}} -{"id":"ec-person-a6cd325c80698b2331699224c780ebfb10573602","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Kim-Tobias Eling"],"description":["Cabinet member"]}} -{"id":"ec-person-a6e757d2928b639b876fd492ddee1fc1420908bf","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Manuel Aleixo"],"description":["Cabinet member"]}} -{"id":"ec-person-a70a59f6ad1b3cbdb6b7d780429f7f940ad53fea","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Bjoern Seibert"],"description":["Cabinet member"]}} -{"id":"ec-person-a7853d5ba381ece8f8e56c78eb4f11c3ce0bc9c0","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Marion Finke"],"description":["Cabinet member"]}} -{"id":"ec-person-a7b4b8418268a6d6c196b5e45f606fc92acbdb8c","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Joao Aguiar Machado"],"description":["Director-General"]}} -{"id":"ec-person-a8f47f7eb96bfb81929848b0ee89067bcbf0ce81","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Tomas Nejdl"],"description":["Cabinet member"]}} -{"id":"ec-person-a9038b01730eb840d40fd1ecb6b8968999ca00e8","referents":[],"datasets":["ec_meetings"],"schema":"Person","properties":{"name":["Mariana Hristcheva"],"description":["Cabinet member"]}} -{"id":"ec-person-a985b9a03cb4f9af4f2f97583d8f92fb71579572","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Carl-Christian Buhr"],"description":["Cabinet member"]}} -{"id":"ec-person-a9eda2e8ea54b70a968327672c6cada679d3cd56","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Valdis Dombrovskis"],"description":["Vice-President"]}} -{"id":"ec-person-a9f4fe47da47a1b05bbfda9825908089d11bda93","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Blaz Pongracic"],"description":["Cabinet member"]}} -{"id":"ec-person-a9f927e92126f22da48d08ee37b059179988ada8","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Matthew Baldwin"],"description":["Cabinet member"]}} -{"id":"ec-person-aa0edba7826d1445c51c415ae3da020d45f9dc06","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Joseph Vella"],"description":["Cabinet member"]}} -{"id":"ec-person-aa83f35da599b82e4f15da018f4b3447eb648f7c","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Marie Frenay"],"description":["Cabinet member"]}} -{"id":"ec-person-aac4e4c77e459b480bfebb0e76dc3b26fdfb1d6a","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Maria Koleva"],"description":["Cabinet member"]}} -{"id":"ec-person-ac604755dc7677c8653a5a5172e851f7c8e468b4","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Reinhard Felke"],"description":["Cabinet member"]}} -{"id":"ec-person-ad00e7dd980bb2a40a95c65a87f8760494546865","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Fernando Frutuoso De Melo"],"description":["Director-General"]}} -{"id":"ec-person-ad3e9ea93eab49cf59c1653f2a72ea10ab660029","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Rolf Carsten Bermig"],"description":["Cabinet member"]}} -{"id":"ec-person-ad6f76ca53dc30d965b15e3728c45dbd0aba44b4","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Antoine Kasel"],"description":["Cabinet member"]}} -{"id":"ec-person-ad985b200e2d6242a09bce10bf1502b043bf59b4","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Jose Antonio Vieira Da Silva"],"description":["Cabinet member"]}} -{"id":"ec-person-ae1262e8850ed1e9a0530b0ad7440ac648255896","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Alfred Matthias Ruete"],"description":["Director-General"]}} -{"id":"ec-person-ae252fb0bbbad2440e31f70ccc19082b7ac65837","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Joanna Stawowy"],"description":["Cabinet member"]}} -{"id":"ec-person-af4fdbf97c89a6df87ab37d321d95829d657c940","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Xavier Coget"],"description":["Cabinet member"]}} -{"id":"ec-person-af83ed49c403cb9d7ebfecca7893f0054c1f4be5","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Juraj Nociar"],"description":["Cabinet member"]}} -{"id":"ec-person-afe6f55069d2cc5483157e138e41abd63140fdd8","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Koen Doens"],"description":["Director-General"]}} -{"id":"ec-person-b0081a4fd9d4dbc0866ea534dd77c3419bc6feae","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Elina Laurinen"],"description":["Cabinet member"]}} -{"id":"ec-person-b037f0f40ee5bc6c58e1789548c8fc02aca31b02","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Irene Souka"],"description":["Director-General"]}} -{"id":"ec-person-b077a2e9f0fdb3b8f6e91d0bd0b256db9e40ce46","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Fabrice Comptour"],"description":["Cabinet member"]}} -{"id":"ec-person-b0a0029abc0e3be3796cd9a95bb3c92c81e221e2","referents":[],"datasets":["ec_meetings"],"schema":"Person","properties":{"name":["Diederik Samsom"],"description":["Cabinet member"]}} -{"id":"ec-person-b0c0e35cd42ea8554d479513ed5c005e5433e115","referents":[],"datasets":["ec_meetings"],"schema":"Person","properties":{"name":["Antonia Curdo"],"description":["Cabinet member"]}} -{"id":"ec-person-b0d24e81234b490dd841a09b69892304b27fc6a8","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Christiane Canenbley"],"description":["Cabinet member"]}} -{"id":"ec-person-b167e9941ceb85887f2c312a1b0d96e7c424ea1f","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Felix Fernandez-Shaw"],"description":["Cabinet member"]}} -{"id":"ec-person-b17d355ca19058898aba2ec032de59f8701d47f5","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Michael Hager"],"description":["Cabinet member"]}} -{"id":"ec-person-b187f3955c71d2e1daa48e02fd0a09ab7c6f6098","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Irena Andrassy"],"description":["Cabinet member"]}} -{"id":"ec-person-b1bf9aa5fb7e886441ff341b657cc482b64a2a3e","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Telmo Baltazar"],"description":["Cabinet member"]}} -{"id":"ec-person-b2a85d08bf0e06d2bc82e23548c2f6211d04cf4a","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Mikel Landabaso Alvarez"],"description":["Cabinet member"]}} -{"id":"ec-person-b2d41137decbf33bc8076a41bfe11b68d501a7a0","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Gints Freimanis"],"description":["Cabinet member"]}} -{"id":"ec-person-b2f9be51339f054477846797e2c119fcf16548fc","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Kaius Kristian Hedberg"],"description":["Cabinet member"]}} -{"id":"ec-person-b30b0a4061753143722e8ac4e9bf08ab56473207","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Marta Balossino"],"description":["Cabinet member"]}} -{"id":"ec-person-b35676936bf5857250753de4a8c3e63bfc47b9d7","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Johannes Haenicke"],"description":["Cabinet member"]}} -{"id":"ec-person-b3851773e6fffa3f8f2c4483b70f7bb63da8a4c3","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Karolina Leib"],"description":["Cabinet member"]}} -{"id":"ec-person-b38feaad7eeb35ff708f3db9b793b158f81e7872","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Hannah O’Kane"],"description":["Cabinet member"]}} -{"id":"ec-person-b3e6b7a4bd40eead1b939244f1cb4e9bdaf65f46","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Vladimir Šucha"],"description":["Director-General"]}} -{"id":"ec-person-b46c76b734a9bd8b8b7938e33fdd7b8cc6b6956a","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Tânia Frazão Nunes"],"description":["Cabinet member"]}} -{"id":"ec-person-b4899928aefa422e4992056d90974930b39cad81","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Alina Timofte"],"description":["Cabinet member"]}} -{"id":"ec-person-b4af267cd7b109754c551f0ced280f6cf3718f16","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Olivia Gippner"],"description":["Cabinet member"]}} -{"id":"ec-person-b54ba0be96a986a38bcd39d4f9db577e79171356","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Tom Snels"],"description":["Cabinet member"]}} -{"id":"ec-person-b59ff7316734021e48aa7e0fd79eeeab36ea2bb4","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Catherine Sustek"],"description":["Cabinet member"]}} -{"id":"ec-person-b5a90dd5ba1c715a3e7923281f7a6ae9975796d8","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Lora Borissova"],"description":["Cabinet member"]}} -{"id":"ec-person-b6c746215a5c0e8c8c5d2d25b85179e0063a6b33","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Timo Pesonen"],"description":["Director-General"]}} -{"id":"ec-person-b6d8ffa1f6c665ea8de36b048d1320f9fe4a52fa","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Ioannis Latoudis"],"description":["Cabinet member"]}} -{"id":"ec-person-b79e2a722cf72068a7e5e24a5b455c04c07917fa","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Anne Bucher"],"description":["Chair of the Regulatory Scrutiny Board"]}} -{"id":"ec-person-b858566ca66e8beffd2e5cdeee3e42c30770c7c0","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Lauriane Bertrand"],"description":["Cabinet member"]}} -{"id":"ec-person-b88f2758fcd7312d738d54a68a6ddbf6caaa1c9c","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Martina Lodrant"],"description":["Cabinet member"]}} -{"id":"ec-person-b8d49828915f9008e764a78796d47ea00807a658","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Keith Sequeira"],"description":["Cabinet member"]}} -{"id":"ec-person-b98fb7512c796626297f1e89a96665cbbb19188a","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Zaneta Vegnere"],"description":["Cabinet member"]}} -{"id":"ec-person-b9c3f19e7c5f216e3e508f931ddd6a9cb59376d1","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Nathalie Chaze"],"description":["Cabinet member"]}} -{"id":"ec-person-b9f836405d2b9fd1d0c9ff974e151e9eaa4b93cd","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Leila Fernandez-Stembridge"],"description":["Cabinet member"]}} -{"id":"ec-person-ba3b83676ad38094e71b64b644f3e3d2c61b8182","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Tatiana Marquez Uriarte"],"description":["Cabinet member"]}} -{"id":"ec-person-ba51cfc2cb570b2ba23d99869e21cd43fe8cadad","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Denis Cajo"],"description":["Cabinet member"]}} -{"id":"ec-person-ba73927c33000184cab3f41a76e1b32fe7d7eda8","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Annukka Ojala"],"description":["Cabinet member"]}} -{"id":"ec-person-ba88c0f325beb42cca2cabbf7a5ea2fe3a59f989","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Astrid Cousin"],"description":["Cabinet member"]}} -{"id":"ec-person-baa1c172df109ebd1f0307bccb5e21aec66c7a25","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Margrethe Vestager"],"description":["Commissioner"]}} -{"id":"ec-person-baa9678f53e0a607c8a9bb2cd9122d1c13370154","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Roxana Lesovici"],"description":["Cabinet member"]}} -{"id":"ec-person-bae2f44eb21285b37ecc9c7f2f42b4acb1f53264","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Astrid Dentler"],"description":["Cabinet member"]}} -{"id":"ec-person-bb1f295d8be3d10004d7e5fd7c24248a21215775","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Michele Piergiovanni"],"description":["Cabinet member"]}} -{"id":"ec-person-bb70699c722c1620ec520e8a4d32911a32ae078c","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Hilde Hardeman"],"description":["Cabinet member"]}} -{"id":"ec-person-bbb54040fed5dcba69f7810a70957cc58a666ace","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Gemberg-Wiesike Alexander"],"description":["Director of Office"]}} -{"id":"ec-person-bcbcecab9aa87f7138c7614fea5ae81e76a6b138","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Brian Synnott"],"description":["Cabinet member"]}} -{"id":"ec-person-bdb607d5d994a4056dd700f8f52d9af25b406b36","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Julie Fionda"],"description":["Cabinet member"]}} -{"id":"ec-person-bde9bb099f5d24c52ca4a9255cefc99a5b87a650","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Jean-Luc Demarty"],"description":["Director-General"]}} -{"id":"ec-person-bdee7a93f95c8ef05079539170139b3c02e8ed96","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Olivier Guersent"],"description":["Director-General"]}} -{"id":"ec-person-be830229e281863b280fbdedb9755116218a1b6d","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Alessandro Carano"],"description":["Cabinet member"]}} -{"id":"ec-person-becb860ca4c4e8da70ae969e747cf49914810b59","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Philippos Savvides"],"description":["Cabinet member"]}} -{"id":"ec-person-bf54da17217bbddfd9c68fe24d88005ac17e2c4b","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Věra Jourová"],"description":["Vice-President"]}} -{"id":"ec-person-bfe71e122eb0bdd3b741ef0631bf0d70df0479ee","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Mateja Munda"],"description":["Cabinet member"]}} -{"id":"ec-person-c03b949331dbbe5fa3d5423758e371ec1b9b832f","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Nicolas Schmit"],"description":["Commissioner"]}} -{"id":"ec-person-c0d55f23e2e8f83429513774a100fd4e587bb36d","referents":[],"datasets":["ec_meetings"],"schema":"Person","properties":{"name":["Peteris Ustubs"],"description":["Cabinet member"]}} -{"id":"ec-person-c2208333f0f75350eef62b355a40bf856f2d9cef","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Santina Bertulessi"],"description":["Cabinet member"]}} -{"id":"ec-person-c22efd7340b9306265a20cc1ae2a65f8372ff9ae","referents":[],"datasets":["ec_meetings"],"schema":"Person","properties":{"name":["Mariana Kotzeva"],"description":["Director-General"]}} -{"id":"ec-person-c26c5f1134ca5e14e92270e5b8a0ba9e659f428b","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Catherine Day"],"description":["Secretary-General"]}} -{"id":"ec-person-c3b6b442c99862009242a343eeb51ed66498bd31","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Hilde Hardeman"],"description":["Head of Service"]}} -{"id":"ec-person-c3b835c0518074ff4c4d2774cbe39b4fd24ba71a","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["William Neale"],"description":["Cabinet member"]}} -{"id":"ec-person-c3d85c41b6b842aae5c953d41fda5f240a5d0969","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Florentine Hopmeier"],"description":["Cabinet member"]}} -{"id":"ec-person-c402e34a99fbee730ae22e3b1958e21c94dc6fcc","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Paulina Dejmek Hack"],"description":["Cabinet member"]}} -{"id":"ec-person-c508e9337eca6b067c1f966b82de49c4824a3ad0","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Marianne Thyssen"],"description":["Commissioner"]}} -{"id":"ec-person-c50e8c2cc390c5efb0626988d173bc6758459e0f","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Marika Lautso-Mousnier"],"description":["Cabinet member"]}} -{"id":"ec-person-c58ed997d3f8ba55c3f02442720a566bca8de911","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Günther Oettinger"],"description":["Commissioner"]}} -{"id":"ec-person-c5a20b92c008e114355d197b9b2fd62c88868c4e","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Nele Eichhorn"],"description":["Cabinet member"]}} -{"id":"ec-person-c5e8e10f494a7f5d0de6124025a80a8ec47c283a","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["David Knight"],"description":["Cabinet member"]}} -{"id":"ec-person-c6c38691c27b1498b60b18409aa979cf1dd1f4ac","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Marlene Holzner"],"description":["Cabinet member"]}} -{"id":"ec-person-c6cae64cc7dc787b66a47ab1613d3e922875b971","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Markus Schulte"],"description":["Cabinet member"]}} -{"id":"ec-person-c7513fae2df7920eea99d7cc103a354aa4f56b6e","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Stella Kyriakides"],"description":["Commissioner"]}} -{"id":"ec-person-c7525eb4b356e4e8e4634178554e72bf53d99301","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Daniel Calleja Crespo"],"description":["Director-General"]}} -{"id":"ec-person-c759bd58acc54869aa8e62ce652efcda416e25c2","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Hanna Hinrikus"],"description":["Cabinet member"]}} -{"id":"ec-person-c7d8468d3870f7e4db534aa99b291f61e9d50404","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Patricia Reilly"],"description":["Cabinet member"]}} -{"id":"ec-person-c807b0d7987703f3934e9e3417c0a8b3cb2cd297","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Marc Fiedrich"],"description":["Acting Head of Service"]}} -{"id":"ec-person-c825a813205e5077cd48bbd241436daf1834fc9b","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Roberto Berutti"],"description":["Cabinet member"]}} -{"id":"ec-person-c82a3f7647c572f2b733f7a00b22c4b833946f15","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Rudolf Strohmeier"],"description":["Director-General"]}} -{"id":"ec-person-c8d1d7f3012c344bc60630eb456865390bddc7c5","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Despina Spanou"],"description":["Cabinet member"]}} -{"id":"ec-person-c8fe561c75ce26b5c43addac05060bbc5be74fe9","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Marianne Klingbeil"],"description":["Chair of the Regulatory Scrutiny Board"]}} -{"id":"ec-person-c90088f66bae9d193e5d31cb2db28cf7c517a2b9","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Ville Itälä"],"description":["Director-General"]}} -{"id":"ec-person-c92411579cf013898db30d63a5d6fadc118e7264","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Karl-Friedrich Falkenberg"],"description":["Director-General"]}} -{"id":"ec-person-c92a6b4ef8328855b0234011be623ed9f15c86f3","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Carmen Preising"],"description":["Cabinet member"]}} -{"id":"ec-person-c986c9ff99d99d8006e000db5a8046be615813ae","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Arunas Ribokas"],"description":["Cabinet member"]}} -{"id":"ec-person-c9d17d5879383b030f61a4066848249fb35d57e4","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Cristina Rueda Catry"],"description":["Cabinet member"]}} -{"id":"ec-person-c9d4945f28454cc49c4ea188c82e64b0dac3bd73","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Jan Mikolaj Dzieciolowski"],"description":["Cabinet member"]}} -{"id":"ec-person-ca1ba7d868310cf297ba69999f416939d86a30ac","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Pierre Delsaux"],"description":["Director-General"]}} -{"id":"ec-person-ca8657bb707da1a6a3aad07666e8e325d5faa7e3","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Ulrik Trolle Smed"],"description":["Cabinet member"]}} -{"id":"ec-person-cafe030b6dad78a75143f7552c420481b30ebceb","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Jorge Pinto Antunes"],"description":["Cabinet member"]}} -{"id":"ec-person-cb6aa96c497dead35eb0f2ed0339e5423d506549","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Adrienn Kiraly"],"description":["Cabinet member"]}} -{"id":"ec-person-cb7aaf75b4c195481f149f904bc28b4e2ac2b7ab","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Alisa Tiganj"],"description":["Cabinet member"]}} -{"id":"ec-person-cb8ca9ec2413722fa83484ed18dd76ace52d0118","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Christian Burgsmueller"],"description":["Cabinet member"]}} -{"id":"ec-person-cc0354fbf386eb83f57c00ad5240f1dddeeabab4","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Walter Goetz"],"description":["Cabinet member"]}} -{"id":"ec-person-cc22f9036f136b68e22fa3af97972857e72dc249","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Stina Soewarta"],"description":["Cabinet member"]}} -{"id":"ec-person-ccd2797b568cba38993df7d1dcc985dbc1eb439a","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Risto Artjoki"],"description":["Cabinet member"]}} -{"id":"ec-person-cd3107480affa67ccf92d0755c36121c2844fb71","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Katri Teedumae"],"description":["Cabinet member"]}} -{"id":"ec-person-cd4a156dd3ba3388c4e3ef6cd8fdc81362380dbb","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Agnieszka Drzewoska"],"description":["Cabinet member"]}} -{"id":"ec-person-cdaf2d26bf31f9cd51df4dcae26d0bced763eb2c","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Sandra Kramer"],"description":["Cabinet member"]}} -{"id":"ec-person-cdd689bd079714522dad472ea4446b0fcc660d8f","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Christos Stylianides"],"description":["Commissioner"]}} -{"id":"ec-person-ce07afef6e1f4435f286cb947fa120d54d565b6c","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Eva Gerhards"],"description":["Cabinet member"]}} -{"id":"ec-person-ce1312d2a248f71fe74eed58aa5915cfa445bbba","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Pedro Velasco Martins"],"description":["Cabinet member"]}} -{"id":"ec-person-ce19440eacb8fd67f534bdbcce33a1c4cedfd071","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Vasiliki Kokkori"],"description":["Cabinet member"]}} -{"id":"ec-person-cfb8d8d884367ef98b079fcd883ece7c89ec28e2","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Piet van Nuffel"],"description":["Cabinet member"]}} -{"id":"ec-person-d0aad15bfcd899ec988329ba27d6e661ca34456b","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Peter Power"],"description":["Cabinet member"]}} -{"id":"ec-person-d0b568d53468fcd3dfeeaddbd07343b5b065914d","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Helena Dalli"],"description":["Commissioner"]}} -{"id":"ec-person-d15c205cb9cbb310d2811039c0160c1de7c84638","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Lesia Radelicki"],"description":["Cabinet member"]}} -{"id":"ec-person-d1cfc2bdcd92eb0b7e7112810e03f3aff3f4af35","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Christiane Kirketerp De Viron"],"description":["Cabinet member"]}} -{"id":"ec-person-d1feca8d32580d47b14dd7bb1a7ff1e0dd7a01e1","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Josep Borrell Fontelles"],"description":["High Representative"]}} -{"id":"ec-person-d2997a7f359c91a337055c3e24dd36bf928de38d","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Tomasz Husak"],"description":["Cabinet member"]}} -{"id":"ec-person-d2aee33b6a13b13cbded48adb1a569f8cf4d4033","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Jani Taivalantti"],"description":["Cabinet member"]}} -{"id":"ec-person-d308eca84bd91d5045ed0282e8e04787597508ee","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Milica Petrovic"],"description":["Cabinet member"]}} -{"id":"ec-person-d38139fc9996353b508c5a13d21e63cbdde379be","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Pedro Serrano De Haro"],"description":["Cabinet member"]}} -{"id":"ec-person-d3cc20cb34ca6b5bf95417f5f9557b6c2aa749fc","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Claude Bocqueraz"],"description":["Cabinet member"]}} -{"id":"ec-person-d3f97e069d9ff016d7b65052f6eb6b98500ec118","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Monika Maglione"],"description":["Cabinet member"]}} -{"id":"ec-person-d40f25b5cb5c0681854a4996da444478318f7e58","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Thor-Sten Vertmann"],"description":["Cabinet member"]}} -{"id":"ec-person-d455992f8f48b86e26e61f5284a9ef8e18aed182","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Maria-Myrto Kanellopoulou"],"description":["Cabinet member"]}} -{"id":"ec-person-d462b3c7daeee00ad55e380a7fb96819f79899df","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Arunas Vinciunas"],"description":["Cabinet member"]}} -{"id":"ec-person-d4e0ed779d9afad22ebc402fe3db519e121e437c","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Kevin Keary"],"description":["Cabinet member"]}} -{"id":"ec-person-d53e00c46a4cc62bbf533e0c9bb35bacb9121989","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Aleksandra Tomczak"],"description":["Cabinet member"]}} -{"id":"ec-person-d56ecbfde17436a136fc89c9a978b266e8285c84","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Daniel Mes"],"description":["Cabinet member"]}} -{"id":"ec-person-d59b69916c3a29673c14838feab22a7902555d52","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Maarten Verwey"],"description":["Director-General"]}} -{"id":"ec-person-d5a309c64ecdb05010325dcfc661f6ae817f31cc","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Jasmin Battista"],"description":["Cabinet member"]}} -{"id":"ec-person-d5cada2a1a17537a675985af31e5ce07ae3bfd42","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Margaritis Schinas"],"description":["Vice-President"]}} -{"id":"ec-person-d60b74d6bf19edff0aacdad384927f95de9b3c60","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Andrea Vettori"],"description":["Cabinet member"]}} -{"id":"ec-person-d61378c20fe37329811d259b70c85c780bceb0fc","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Claus Sorensen"],"description":["Director-General"]}} -{"id":"ec-person-d6689ffc6695e7e65bdd0e0c0da1721d3031ea1b","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Maurits-Jan Prinz"],"description":["Cabinet member"]}} -{"id":"ec-person-d710a614b1b0eabb6d73a2d665b82f6514a3fdb8","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Marjeta Jager"],"description":["Cabinet member"]}} -{"id":"ec-person-d7607503188de4dff4a730df803ecaac9b411aae","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Christina Holm Eiberg"],"description":["Cabinet member"]}} -{"id":"ec-person-d79b91ed720b1c6bd49ce28254caac411bf07855","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Julian Siegl"],"description":["Cabinet member"]}} -{"id":"ec-person-d856b0f199c84d5b5003106bea2ee6d0392e2428","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Joao Aguiar Machado"],"description":["Director-General"]}} -{"id":"ec-person-d8af7eb5b715c9bd960f9661cb5170f8c6230853","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Dimitri Lorenzani"],"description":["Cabinet member"]}} -{"id":"ec-person-d8b86b98a24683917c569000ed6d8c45bedbbc00","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Eric Mamer"],"description":["Cabinet member"]}} -{"id":"ec-person-d975183c78354d0db02d14e7929965ccae776a1b","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Tatu Liimatainen"],"description":["Cabinet member"]}} -{"id":"ec-person-d995d34a2f8b1f0bf6a17486f5699181d6a01e1c","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Eric Peters"],"description":["Cabinet member"]}} -{"id":"ec-person-da1926615bdcdb789928b90ac532982fef6e24ee","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Richard Szostak"],"description":["Cabinet member"]}} -{"id":"ec-person-dac695ac1387b12705ae5eff4cd935f0a667118f","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Michele Piergiovanni"],"description":["Cabinet member"]}} -{"id":"ec-person-daef7f819b2f3ffe5e4f5d8eb2782954f3c4a4e2","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Agnieszka Drzewoska"],"description":["Cabinet member"]}} -{"id":"ec-person-daf8ff1073a04b30d2f54219ecc93002ef3a684d","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Olivér Várhelyi"],"description":["Commissioner"]}} -{"id":"ec-person-dbd4bba0ef71d4385c97691e3df5bb484709a07e","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Silvan Agius"],"description":["Cabinet member"]}} -{"id":"ec-person-dc2e0fed0fdf39a6a3f3ad63355c5215599de9d1","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Tibor Navracsics"],"description":["Commissioner"]}} -{"id":"ec-person-dcd49620d89d8f176103abc7d4ea3b2c9f1fff5f","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Nicola De Michelis"],"description":["Cabinet member"]}} -{"id":"ec-person-dd259fce880e1853f0beb087443bce6e7dea70d7","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Joost Korte"],"description":["Director-General"]}} -{"id":"ec-person-dd7851e4a1e747e824b4f81139e33bc3cdb73160","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Jocelyn Fajardo"],"description":["Cabinet member"]}} -{"id":"ec-person-dd7a7b1952e158f4195d34cff333ec79a4f48ba3","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Virginijus Sinkevičius"],"description":["Commissioner"]}} -{"id":"ec-person-dde26bf75a5cce4fbb9d7ff3a56ecdbd7090a3e8","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Michael Jennings"],"description":["Cabinet member"]}} -{"id":"ec-person-de605a3492bf8716a72a814958f304a939e828b3","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Mathieu Briens"],"description":["Cabinet member"]}} -{"id":"ec-person-df30d07ef698a52b9948b9c734db39196cf8541f","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Vytenis Andriukaitis"],"description":["Commissioner"]}} -{"id":"ec-person-df7b6800b8d3048e28fedb084a8b0b72260d7a0a","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Elena Montani"],"description":["Cabinet member"]}} -{"id":"ec-person-e03a77379f79ea00cf20048e42e8b0793bf62fa3","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Oliver Rentschler"],"description":["Cabinet member"]}} -{"id":"ec-person-e06df06453c45a7a836ac84cbc479b8e48f16ea8","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Ivan Prusina"],"description":["Cabinet member"]}} -{"id":"ec-person-e14c58f620f40325d829df7be0823280307bc15f","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Friedrich-Nikolaus von Peter"],"description":["Cabinet member"]}} -{"id":"ec-person-e17dc29a983e5f7148fd0486f49a3f3368b3720e","referents":[],"datasets":["ec_meetings"],"schema":"Person","properties":{"name":["Maud Scelo"],"description":["Cabinet member"]}} -{"id":"ec-person-e181c361bb6bec3fc45d4b1d60789c4169e1006d","referents":[],"datasets":["ec_meetings"],"schema":"Person","properties":{"name":["Loredana von Buttlar"],"description":["Cabinet member"]}} -{"id":"ec-person-e18e6e300776f5f47ca4c72c1ba1b0d0eb1e71fe","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Valere Moutarlier"],"description":["Cabinet member"]}} -{"id":"ec-person-e1a05727a22b8fb46b79994b097ed9a07a144de7","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Dragos Bucurenci"],"description":["Cabinet member"]}} -{"id":"ec-person-e234b49cffbd1e67417d997c7be82fab25d755b3","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Baiba Aleksejuka-Tavaresa"],"description":["Cabinet member"]}} -{"id":"ec-person-e29b72fe81d25796214b1c5915c52a124f06cd9d","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Diana Montero Melis"],"description":["Cabinet member"]}} -{"id":"ec-person-e38d9f76fd8b368ff0a9e724d2cd3da76124d857","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Ivo Belet"],"description":["Cabinet member"]}} -{"id":"ec-person-e3c587153be49902cde115f568bd5e9a9d548743","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Sebastien Paquot"],"description":["Cabinet member"]}} -{"id":"ec-person-e415577aabb40c0f789310505c6c5803aa69037b","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Leon Delvaux"],"description":["Cabinet member"]}} -{"id":"ec-person-e5f1558cac43dd4f90847b508b6753edb0a9f903","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Filip Alexandru Negreanu Arboreanu"],"description":["Cabinet member"]}} -{"id":"ec-person-e6c752b8c9246ee8246c3dde21cfd79f9c4d2d19","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Ladislav Miko"],"description":["acting Director-General"]}} -{"id":"ec-person-e74918e8eb8a9ef96da8cb06c0eae7ac5080d822","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Ivo Schmidt"],"description":["Cabinet member"]}} -{"id":"ec-person-e786479f71eb21bc0a291dd644b61d86e09beb13","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Diane Schmitt"],"description":["Cabinet member"]}} -{"id":"ec-person-e80f1d4512f8632e5baa488ed887e131294d744e","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Asa Webber"],"description":["Cabinet member"]}} -{"id":"ec-person-e88af8eb396e96e3dbc9b4ec6e40a348d26c389c","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Antoine Colombani"],"description":["Cabinet member"]}} -{"id":"ec-person-e8a5294f58092a20a59de29de6c790061aeb8611","referents":[],"datasets":["ec_meetings"],"schema":"Person","properties":{"name":["Vilija Sysaite"],"description":["Cabinet member"]}} -{"id":"ec-person-e90858f5aba78fd0e1cb2f757c3f38d55d91f98b","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Nils Behrndt"],"description":["Cabinet member"]}} -{"id":"ec-person-e91c5be432b6b3efdda369792fed67c20b767a45","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Stig Joergen Gren"],"description":["Cabinet member"]}} -{"id":"ec-person-e93189002a993321fd1af93481b271c766b1aff8","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Stefaan Hermans"],"description":["Cabinet member"]}} -{"id":"ec-person-e9717e17d52b55409987c5810e7ea7d7bf2cb2a1","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Andreas Schwarz"],"description":["Cabinet member"]}} -{"id":"ec-person-e9857f4f6b642888bff0d7f9e60f293ae47da96b","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Carlo Zadra"],"description":["Cabinet member"]}} -{"id":"ec-person-ea6b517040e26a62f17d2829afffeba48cfd682f","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Peter van Kemseke"],"description":["Cabinet member"]}} -{"id":"ec-person-eafe594fe2bcb6af27f0422c2491a9d8cf2400da","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Alexandra Cupsan-Catalin"],"description":["Cabinet member"]}} -{"id":"ec-person-eb837001036fd00bae706e2b0dfd0885bb71e4bb","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Monique Pariat"],"description":["Director-General"]}} -{"id":"ec-person-eb96be0a510a5e7f122fa88f994b99f073b5dac4","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Eduard Hulicius"],"description":["Cabinet member"]}} -{"id":"ec-person-ebad254ad157f20ffe76dada00bb408af413c89a","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Jonathan Faull"],"description":["Director-General"]}} -{"id":"ec-person-ebe31c2924b1fbde99804f8f575004fb99739165","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Colin Scicluna"],"description":["Cabinet member"]}} -{"id":"ec-person-ecf9f9e978b833afc98ee022572d468f0dc9a352","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Karolina Herbout-Borczak"],"description":["Cabinet member"]}} -{"id":"ec-person-ed7a9452eaf44b4cf98c95e882928d909ad02226","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Anna Gallo Alvarez"],"description":["Cabinet member"]}} -{"id":"ec-person-edf08d46587dbb24d69133811963301459374fa8","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Simeona Manova"],"description":["Cabinet member"]}} -{"id":"ec-person-ee0e358952eb5192d26c98d36095038f6b8223f2","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Liene Balta"],"description":["Cabinet member"]}} -{"id":"ec-person-ee86c41d7473bc187090b8df8b593c8ea2faaf0c","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Anna-Maria Elleni Boura"],"description":["Cabinet member"]}} -{"id":"ec-person-ee8ab2300c4d75a3a5bc50649fcc3887116bf31b","referents":[],"datasets":["ec_meetings"],"schema":"Person","properties":{"name":["Kristine Stepa"],"description":["Cabinet member"]}} -{"id":"ec-person-eead64238a03eedc14b594dc1f3a142eac279458","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Katalin Molnar"],"description":["Cabinet member"]}} -{"id":"ec-person-eec82261c60167b261e56ad1e2bfb4c482db6191","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Tatyana Panova"],"description":["Cabinet member"]}} -{"id":"ec-person-eecca27e2a9c3fc0d4bd43564e4960382705feef","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Christiane Canenbley"],"description":["Cabinet member"]}} -{"id":"ec-person-ef014b27664c5e97f038ef143f295517dec5294c","referents":[],"datasets":["ec_meetings"],"schema":"Person","properties":{"name":["Ioana Rus"],"description":["Cabinet member"]}} -{"id":"ec-person-ef0f66e9880a22ea8d9657bd982daf9bd74838c1","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Marius Vaščega"],"description":["Cabinet member"]}} -{"id":"ec-person-ef3e882499136b48d744f4751cee95c0f8866078","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Jori Keijsper"],"description":["Cabinet member"]}} -{"id":"ec-person-efed7cdce9c9bb64dca7aedb11d12aaed5efb809","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Federica Mogherini"],"description":["High Representative / Vice-President"]}} -{"id":"ec-person-f011ed0f7c78d833a79f1206f788e0cbd9cb8864","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Michael Hager"],"description":["Cabinet member"]}} -{"id":"ec-person-f1a3478550296f3f9accdc67d6ef5a0b681dda4b","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Stefanie Hiesinger"],"description":["Cabinet member"]}} -{"id":"ec-person-f1fe46f95d651eae867cfebad2243bed905c31cd","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Miguel Arias Cañete"],"description":["Commissioner"]}} -{"id":"ec-person-f247edfcff54d4f26fc10769f809c92bc72d6797","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Jonathan Hill"],"description":["Commissioner"]}} -{"id":"ec-person-f257bc19c568ad25083c1c1e1651426245cefedf","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Olivier Guersent"],"description":["Director-General"]}} -{"id":"ec-person-f2b941852d3b961d69ed695c2d243a1a2b4a1904","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Kurt Vandenberghe"],"description":["Cabinet member"]}} -{"id":"ec-person-f329292459cb1badb7fb7c6b67b698c441931bb2","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Kevin O'Connell"],"description":["Cabinet member"]}} -{"id":"ec-person-f376b1eca739c662d2385062249507f23f4ca67e","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Kai Wynands"],"description":["Cabinet member"]}} -{"id":"ec-person-f3a0db9fe3b985fb3a6665117484ee9f97b0e339","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Alice Richard"],"description":["Cabinet member"]}} -{"id":"ec-person-f4345d97cfa27a834e9977e557ee9e2c79060f22","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Heinz Zourek"],"description":["Director-General"]}} -{"id":"ec-person-f442ca8cd331fc51ad479fe0db982bb9fdb00647","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Sandra Gallina"],"description":["Director-General"]}} -{"id":"ec-person-f44fd5a4e1aee7b5ec7988261aaa129844edaa4a","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Chiara Salvelli"],"description":["Cabinet member"]}} -{"id":"ec-person-f473f68db8882bf182fad095bee4ba174b53e0ac","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Vygandas Jankunas"],"description":["Cabinet member"]}} -{"id":"ec-person-f47a082bc2455a660c3b2ae348f0024736672752","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Barbara GLOWACKA"],"description":["Cabinet member"]}} -{"id":"ec-person-f48b470dcd62d1a51e903abbbffb53dc4c0c9aee","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Kamila Kloc"],"description":["Cabinet member"]}} -{"id":"ec-person-f5bd4d5d0170028815aba56ee7d4883f0fd70f47","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Mathieu Fichter"],"description":["Cabinet member"]}} -{"id":"ec-person-f6170dbdd732fc460a713b82b57759ac5e77fdc6","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Massimo Suardi"],"description":["Cabinet member"]}} -{"id":"ec-person-f672afec7a839bc5243ddd3590bf9d6526226d41","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Johannes Hahn"],"description":["Commissioner"]}} -{"id":"ec-person-f704f5791ca0e9f5b23c6b2a9e02c666ecb65b20","referents":[],"datasets":["ec_meetings"],"schema":"Person","properties":{"name":["Angela D'Elia"],"description":["Cabinet member"]}} -{"id":"ec-person-f7327258e5f9a9c39cda735715e0240f1208bb65","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Eveline Lecoq"],"description":["Cabinet member"]}} -{"id":"ec-person-f7ccc3ad366dd2fdb24870e1c02ff2763539c82f","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Giulia Del Brenna"],"description":["Cabinet member"]}} -{"id":"ec-person-f87a3277bb5391e01fe3111e915444e51feb191a","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Thomas Zerdick"],"description":["Cabinet member"]}} -{"id":"ec-person-f8a79e1e60e4175f615df00bd83c92a139646fe8","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Barbara Gallo"],"description":["Cabinet member"]}} -{"id":"ec-person-f8efd5ca1c3794aa2954d6b5f54ff94f015fba20","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Damyana Stoynova"],"description":["Cabinet member"]}} -{"id":"ec-person-f9208d930adc70c6c64e21701e48f85f6f18e949","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Juho Romakkaniemi"],"description":["Cabinet member"]}} -{"id":"ec-person-f9475e4bba20c9a170912adada60941243f778ad","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Stefano Grassi"],"description":["Cabinet member"]}} -{"id":"ec-person-f9559d68da38935569ff0be1cadd90e05f0454bd","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Florika Fink-Hooijer"],"description":["Director-General"]}} -{"id":"ec-person-fa3187815cf956b0872e1668e14548b7d9f7ce93","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Alicja Magda Herbowska"],"description":["Cabinet member"]}} -{"id":"ec-person-fa64a5880d41ebf63dcede9b77929dd30fbf312f","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Pauline Rouch"],"description":["Cabinet member"]}} -{"id":"ec-person-fb258e0188a5319bfaba3161382db43f5a85851f","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Daniel Braun"],"description":["Cabinet member"]}} -{"id":"ec-person-fb34eddb2ee7d6b0c0bfdb52a4456e71ca8dd53c","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Maud Arnould"],"description":["Cabinet member"]}} -{"id":"ec-person-fb56329c22510c66ab50a8bdba13230bdae32902","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Maria Da Graca Carvalho"],"description":["Cabinet member"]}} -{"id":"ec-person-fbefdec4fe0937769936645b8ac74a3a7c588ef2","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Jasna Pajnkihar"],"description":["Cabinet member"]}} -{"id":"ec-person-fc0e10502560866789b824b224f2c41dda3447e1","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Sibylle Bikar"],"description":["Cabinet member"]}} -{"id":"ec-person-fc1068d79545d1659bf47e9b62bfb0aed175629e","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Carl-Christian Buhr"],"description":["Cabinet member"]}} -{"id":"ec-person-fc3be846753d8ee60758ebedb7309dcf08aea52e","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Pablo Fabregas Martinez"],"description":["Cabinet member"]}} -{"id":"ec-person-fc5c01a0bffedf0f4e205a759b40239535313d28","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Patricia Reilly"],"description":["Cabinet member"]}} -{"id":"ec-person-fe1988358dfc7becfd1d229625d50e60b51d49b0","referents":[],"datasets":["ec_meetings"],"schema":"Person","properties":{"name":["Konstantinos Sasmatzoglou"],"description":["Cabinet member"]}} -{"id":"ec-person-fe77299f966361ebf26175f545c793b383b3a4a0","referents":[],"datasets":["ec_meetings"],"schema":"Person","properties":{"name":["Malgorzata Iskra"],"description":["Cabinet member"]}} -{"id":"ec-person-ff8342dedc26701400fcb7dcf73fbee50a837ac6","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Shane Sutherland"],"description":["Cabinet member"]}} -{"id":"ec-person-ff9ad301b778d595651cc4c46ec3a4cf1ef10376","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Simona Constantin"],"description":["Cabinet member"]}} -{"id":"ec-person-ffbd1e8ac522a6bd1cdc4b724b9a4416b5d36034","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Colin Scicluna"],"description":["Cabinet member"]}} -{"id":"ec-person-ffe369688b1df8f09154d965f094473d619d72e0","datasets":["ec_meetings"],"referents":[],"schema":"Person","properties":{"name":["Anna Vezyroglou"],"description":["Cabinet member"]}} -{"id":"eu-tr-000104242849-49","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Hoist Finance AB (publ)"],"idNumber":["000104242849-49"]}} -{"id":"eu-tr-0001976677-12","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["The European Organization for Packaging and the Environment"],"idNumber":["0001976677-12"]}} -{"id":"eu-tr-00086317186-42","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["00086317186-42"],"name":["Phamaceutical Group of the European Union"]}} -{"id":"eu-tr-00098856602-24","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["GEODE - The voice of local energy distributors across Europe"],"idNumber":["00098856602-24"]}} -{"id":"eu-tr-00105537635-20","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["OGP GAZ-SYSTEM S.A."],"idNumber":["00105537635-20"]}} -{"id":"eu-tr-001245815997-85","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["001245815997-85"],"name":["Center for International Environmental Law"]}} -{"id":"eu-tr-001247527634-93","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["UK Finance"],"idNumber":["001247527634-93"]}} -{"id":"eu-tr-0014082722-83","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["0014082722-83"],"name":["EUROCHAMBRES – Association of European Chambers of Commerce and Industry"]}} -{"id":"eu-tr-00162715418-92","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Plastics Recyclers Europe"],"idNumber":["00162715418-92"]}} -{"id":"eu-tr-001844639215-66","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Hämeen ammattikorkeakoulu Oy"],"idNumber":["001844639215-66"]}} -{"id":"eu-tr-001866415031-87","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["001866415031-87"],"name":["HSBC Holdings PLC"]}} -{"id":"eu-tr-001968511387-52","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Internet Forum"],"idNumber":["001968511387-52"]}} -{"id":"eu-tr-002130110187-09","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Swissport International Ltd."],"idNumber":["002130110187-09"]}} -{"id":"eu-tr-002278013515-26","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["002278013515-26"],"name":["Uber"]}} -{"id":"eu-tr-002584211848-89","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Insurance & Pension Denmark (Forsikring & Pension)"],"idNumber":["002584211848-89"]}} -{"id":"eu-tr-002977215945-85","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Ryanair Holdings"],"idNumber":["002977215945-85"]}} -{"id":"eu-tr-003095333045-21","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Università degli Studi di Siena"],"idNumber":["003095333045-21"]}} -{"id":"eu-tr-003232228204-35","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Union Europénne des Académies d'Agriculture"],"idNumber":["003232228204-35"]}} -{"id":"eu-tr-003277719548-45","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["COMMUNIA Association for the public domain"],"idNumber":["003277719548-45"]}} -{"id":"eu-tr-003311823337-93","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Rovio Entertainment"],"idNumber":["003311823337-93"]}} -{"id":"eu-tr-003394315003-45","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Coca-Cola European Partners"],"idNumber":["003394315003-45"]}} -{"id":"eu-tr-003453329147-26","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Internews Europe"],"idNumber":["003453329147-26"]}} -{"id":"eu-tr-00353757573-57","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["00353757573-57"],"name":["Citigroup Inc."]}} -{"id":"eu-tr-00356256730-84","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Partnership for European Environmental Research"],"idNumber":["00356256730-84"]}} -{"id":"eu-tr-00358354936-30","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Kehitysyhteistyöjärjestöjen EU-yhdistys Kehys ry"],"idNumber":["00358354936-30"]}} -{"id":"eu-tr-00358442856-45","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["QUALCOMM Incorporated"],"idNumber":["00358442856-45"]}} -{"id":"eu-tr-003708136830-08","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["FinMobility ry"],"idNumber":["003708136830-08"]}} -{"id":"eu-tr-003898110975-44","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["EUROPEAN LOGISTICS PLATFORM"],"idNumber":["003898110975-44"]}} -{"id":"eu-tr-003906045590-78","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["IMS - Inspiring More Sustainability asbl"],"idNumber":["003906045590-78"]}} -{"id":"eu-tr-004585041625-47","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["C&A Mode GmbH & Co. KG"],"idNumber":["004585041625-47"]}} -{"id":"eu-tr-00475641564-03","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["The Coca-Cola Company"],"idNumber":["00475641564-03"]}} -{"id":"eu-tr-005543419109-82","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["University of Virginia"],"idNumber":["005543419109-82"]}} -{"id":"eu-tr-005930614727-54","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Fédération Française des Télécoms"],"idNumber":["005930614727-54"]}} -{"id":"eu-tr-006004145615-69","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["CGI Inc. Group"],"idNumber":["006004145615-69"]}} -{"id":"eu-tr-006020340285-19","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"idNumber":["006020340285-19"]}} -{"id":"eu-tr-006043210924-49","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Ghent University"],"idNumber":["006043210924-49"]}} -{"id":"eu-tr-006201642881-29","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["King & Spalding LLP"],"idNumber":["006201642881-29"]}} -{"id":"eu-tr-006203933416-48","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Omio Travel GmbH"],"idNumber":["006203933416-48"]}} -{"id":"eu-tr-006411421255-36","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["IHK Nord e.V. - Arbeitsgemeinschaft norddeutscher Industrie- und Handelskammern"],"idNumber":["006411421255-36"]}} -{"id":"eu-tr-006485918021-78","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Letove prevadzkove sluzby Slovenskej republiky, statny podnik"],"idNumber":["006485918021-78"]}} -{"id":"eu-tr-006627042242-12","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["funline Media GmbH"],"idNumber":["006627042242-12"]}} -{"id":"eu-tr-006687715492-92","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Rabobank"],"idNumber":["006687715492-92"]}} -{"id":"eu-tr-006695723411-69","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Vieira de Almeida & Associados - Sociedade de Advogados, SP RL"],"idNumber":["006695723411-69"]}} -{"id":"eu-tr-006721220542-80","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Quiller Consultants"],"idNumber":["006721220542-80"]}} -{"id":"eu-tr-006834833782-64","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Osservatorio TuttiMedia"],"idNumber":["006834833782-64"]}} -{"id":"eu-tr-006901422654-34","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["006901422654-34"],"name":["Alliance for Logistics Innovation through Collaboration in Europe, ALICE"]}} -{"id":"eu-tr-007129047814-57","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Ekotrend Slovakia - zväz ekologického poľnohospodárstva"],"idNumber":["007129047814-57"]}} -{"id":"eu-tr-00723343929-96","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["00723343929-96"],"name":["Health & Environment Alliance"]}} -{"id":"eu-tr-007362033367-13","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Sectra Communications AB"],"idNumber":["007362033367-13"]}} -{"id":"eu-tr-007408046051-73","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Kantar Media UK Ltd"],"idNumber":["007408046051-73"]}} -{"id":"eu-tr-00741337988-18","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["EWE Aktiengesellschaft"],"idNumber":["00741337988-18"]}} -{"id":"eu-tr-007422325160-44","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Radio Télévison Belge Francophone"],"idNumber":["007422325160-44"]}} -{"id":"eu-tr-00745248690-02","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Killybegs Fishermen's Organisation"],"idNumber":["00745248690-02"]}} -{"id":"eu-tr-007453915616-85","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Inmarsat Global Ltd"],"idNumber":["007453915616-85"]}} -{"id":"eu-tr-007462919389-57","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Royal Bank of Canada"],"idNumber":["007462919389-57"]}} -{"id":"eu-tr-00747188174-74","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Foundation for European Progressive Studies"],"idNumber":["00747188174-74"]}} -{"id":"eu-tr-007895639418-81","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["VeriSign, Inc."],"idNumber":["007895639418-81"]}} -{"id":"eu-tr-008019322065-90","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Centre européen Robert Schuman"],"idNumber":["008019322065-90"]}} -{"id":"eu-tr-008059428442-34","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["EPTISA SERVICIOS DE INGENIERIA"],"idNumber":["008059428442-34"]}} -{"id":"eu-tr-008245942001-90","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["European Net Zero Alliance"],"idNumber":["008245942001-90"]}} -{"id":"eu-tr-00849042167-65","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["European Snacks Association"],"idNumber":["00849042167-65"]}} -{"id":"eu-tr-008490721879-35","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Cybernetica AS"],"idNumber":["008490721879-35"]}} -{"id":"eu-tr-008516317674-80","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Börsenverein des Deutschen Buchhandels e.V."],"idNumber":["008516317674-80"]}} -{"id":"eu-tr-008580719544-24","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Asociación Española de Importadores Independientes de Cemento"],"idNumber":["008580719544-24"]}} -{"id":"eu-tr-008739522835-06","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["International Association of Ports and Harbors"],"idNumber":["008739522835-06"]}} -{"id":"eu-tr-00919034091-89","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["00919034091-89"],"name":["BT Group plc"]}} -{"id":"eu-tr-009214311424-03","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Shipyards' and Maritime Equipment Association of Europe"],"idNumber":["009214311424-03"]}} -{"id":"eu-tr-009324024794-21","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Orlen Eesti OÜ"],"idNumber":["009324024794-21"]}} -{"id":"eu-tr-009433826675-55","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["CMA CGM"],"idNumber":["009433826675-55"]}} -{"id":"eu-tr-00951027955-96","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Fidelity International"],"idNumber":["00951027955-96"]}} -{"id":"eu-tr-009532038479-10","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Stichting IMAGINE Foundation"],"idNumber":["009532038479-10"]}} -{"id":"eu-tr-00975784840-38","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Zentralverband Oberflächentechnik e.V."],"idNumber":["00975784840-38"]}} -{"id":"eu-tr-009845436772-88","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Active Assisted Living Programme"],"idNumber":["009845436772-88"]}} -{"id":"eu-tr-010155623551-54","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Camara Paraguaya de Carnes"],"idNumber":["010155623551-54"]}} -{"id":"eu-tr-010172838303-72","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Renewi Support B.V."],"idNumber":["010172838303-72"]}} -{"id":"eu-tr-010212710281-97","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["PepsiCo"],"idNumber":["010212710281-97"]}} -{"id":"eu-tr-010397411668-54","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Association of European Research Establishments in Aeronautics"],"idNumber":["010397411668-54"]}} -{"id":"eu-tr-010498721839-19","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Q&T s.r.l."],"idNumber":["010498721839-19"]}} -{"id":"eu-tr-010537126862-09","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["BHP"],"idNumber":["010537126862-09"]}} -{"id":"eu-tr-01063261836-24","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["01063261836-24"],"name":["Cargill"]}} -{"id":"eu-tr-010822218390-62","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["The Kraft Heinz Company"],"idNumber":["010822218390-62"]}} -{"id":"eu-tr-011080341579-06","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Moderna Inc."],"idNumber":["011080341579-06"]}} -{"id":"eu-tr-011095511691-05","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Society for Worldwide Interbank Financial Telecommunication"],"idNumber":["011095511691-05"]}} -{"id":"eu-tr-011182829000-96","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["CEVA Santé Animale"],"idNumber":["011182829000-96"]}} -{"id":"eu-tr-011479419288-08","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["AGENZIA PER LA PROMOZIONE DELLA RICERCA EUROPEA"],"idNumber":["011479419288-08"]}} -{"id":"eu-tr-01150446981-34","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Society of Cardiology"],"idNumber":["01150446981-34"]}} -{"id":"eu-tr-011622521915-06","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["011622521915-06"],"name":["MEDITERRANEAN SOS Network"]}} -{"id":"eu-tr-011651419333-44","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Cyprus Association of Renewable Energy Enterprises"],"idNumber":["011651419333-44"]}} -{"id":"eu-tr-0118191795-12","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Délégation des Barreaux de France"],"idNumber":["0118191795-12"]}} -{"id":"eu-tr-0120704687-67","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["EDANA AISBL"],"idNumber":["0120704687-67"]}} -{"id":"eu-tr-012122811913-69","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Women's Eco-nomic and Social Think Tank"],"idNumber":["012122811913-69"]}} -{"id":"eu-tr-012157938835-39","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["EU Resilience Collective"],"idNumber":["012157938835-39"]}} -{"id":"eu-tr-01224764261-72","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["EuroGeoSurveys - The Geological Surveys of Europe"],"idNumber":["01224764261-72"]}} -{"id":"eu-tr-0124622797-55","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["0124622797-55"],"name":["Housing Europe- The European Federation of Public, Cooperative and Social Housing"]}} -{"id":"eu-tr-012464715142-75","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Wärtsilä Corporation"],"idNumber":["012464715142-75"]}} -{"id":"eu-tr-012717123539-58","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Chamber of Commerce Taiwan"],"idNumber":["012717123539-58"]}} -{"id":"eu-tr-012857642419-93","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Motor Insurers Bureau of Ireland"],"idNumber":["012857642419-93"]}} -{"id":"eu-tr-012916315303-94","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["GECT PYRENEES-MEDITERRANEE"],"idNumber":["012916315303-94"]}} -{"id":"eu-tr-012956421355-45","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Algeco GmbH - An ALGECO-Scotsman Company"],"idNumber":["012956421355-45"]}} -{"id":"eu-tr-013076816891-46","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"idNumber":["013076816891-46"]}} -{"id":"eu-tr-01312486176-25","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Scotland Europa"],"idNumber":["01312486176-25"]}} -{"id":"eu-tr-013340043345-76","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Lugny conseil"],"idNumber":["013340043345-76"]}} -{"id":"eu-tr-013359412586-21","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Rail Freight Association asbl"],"idNumber":["013359412586-21"]}} -{"id":"eu-tr-013432829763-33","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["BOLDT"],"idNumber":["013432829763-33"]}} -{"id":"eu-tr-013465915676-21","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Abu Dhabi Investment Authority"],"idNumber":["013465915676-21"]}} -{"id":"eu-tr-01380772294-53","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Föderation der Natur- und Nationalparke Europas (Föderation EUROPARC) e.V."],"idNumber":["01380772294-53"]}} -{"id":"eu-tr-013841522595-24","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Terma A/S"],"idNumber":["013841522595-24"]}} -{"id":"eu-tr-0138855852-93","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"idNumber":["0138855852-93"]}} -{"id":"eu-tr-013913125575-03","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Amigos de los Grandes Navegantes y Exploradores Españoles"],"idNumber":["013913125575-03"]}} -{"id":"eu-tr-01407542946-11","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Johnson Controls"],"idNumber":["01407542946-11"]}} -{"id":"eu-tr-014120028084-09","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Democracy International e.V."],"idNumber":["014120028084-09"]}} -{"id":"eu-tr-014218910510-57","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Make UK, the manufacturers' organisation (formerly EEF)"],"idNumber":["014218910510-57"]}} -{"id":"eu-tr-01437575131-45","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Global Reporting Initiative"],"idNumber":["01437575131-45"]}} -{"id":"eu-tr-014561737356-18","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Dekker Hout B.V."],"idNumber":["014561737356-18"]}} -{"id":"eu-tr-015109739041-17","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["ICEYE Oy"],"idNumber":["015109739041-17"]}} -{"id":"eu-tr-015130537432-86","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["European Metropolitan Authorities"],"idNumber":["015130537432-86"]}} -{"id":"eu-tr-015158824818-81","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["015158824818-81"],"name":["International Organisation of Employers"]}} -{"id":"eu-tr-015178215857-23","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Trä- och Möbelföretagen"],"idNumber":["015178215857-23"]}} -{"id":"eu-tr-015193625716-61","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Confedratia Nationala a Sindicatelor libere din Romania - Fratia"],"idNumber":["015193625716-61"]}} -{"id":"eu-tr-01546986656-22","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["01546986656-22"],"name":["European Alcohol Policy Alliance"]}} -{"id":"eu-tr-015533222901-60","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"idNumber":["015533222901-60"]}} -{"id":"eu-tr-01554483175-08","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Sea Ports Organisation"],"idNumber":["01554483175-08"]}} -{"id":"eu-tr-015617142386-42","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Classifieds Marketplaces Europe"],"idNumber":["015617142386-42"]}} -{"id":"eu-tr-015767123682-52","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["BorgWarner Inc."],"idNumber":["015767123682-52"]}} -{"id":"eu-tr-016107725457-79","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Association of Distance Teaching universities"],"idNumber":["016107725457-79"]}} -{"id":"eu-tr-01622884661-83","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Fish Processors & Traders Association"],"idNumber":["01622884661-83"]}} -{"id":"eu-tr-01623802004-63","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["01623802004-63"],"name":["Związek Banków Polskich"]}} -{"id":"eu-tr-016240019954-66","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Easy Smart Grid GmbH"],"idNumber":["016240019954-66"]}} -{"id":"eu-tr-016371114093-01","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["016371114093-01"],"name":["Toy Industries of Europe"]}} -{"id":"eu-tr-016461319755-04","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["ARIANESPACE"],"idNumber":["016461319755-04"]}} -{"id":"eu-tr-016507041970-26","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Jeremy Coller Foundation"],"idNumber":["016507041970-26"]}} -{"id":"eu-tr-016573426066-92","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Université catholique de Louvain"],"idNumber":["016573426066-92"]}} -{"id":"eu-tr-016709127831-41","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Bischöfliches Hilfswerk MISEREOR e.V."],"idNumber":["016709127831-41"]}} -{"id":"eu-tr-01678796979-90","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Netherlands house for Education and Research"],"idNumber":["01678796979-90"]}} -{"id":"eu-tr-016931838416-67","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Elegrotech OÜ"],"idNumber":["016931838416-67"]}} -{"id":"eu-tr-016967144717-83","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["INSTITUT FMES"],"idNumber":["016967144717-83"]}} -{"id":"eu-tr-017018214013-57","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["International Zinc Association"],"idNumber":["017018214013-57"]}} -{"id":"eu-tr-017234935125-06","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Confederation of Inclusive Enterprises"],"idNumber":["017234935125-06"]}} -{"id":"eu-tr-01740426310-03","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["FONDATION ROBERT SCHUMAN"],"idNumber":["01740426310-03"]}} -{"id":"eu-tr-017407241307-21","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"idNumber":["017407241307-21"]}} -{"id":"eu-tr-017538939359-52","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Talanx AG"],"idNumber":["017538939359-52"]}} -{"id":"eu-tr-01765274994-03","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Churches' Commission for Migrants in Europe"],"idNumber":["01765274994-03"]}} -{"id":"eu-tr-017660920545-52","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["NOAH Advisors Limited"],"idNumber":["017660920545-52"]}} -{"id":"eu-tr-017741319613-56","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["PT Portugal, SGPS, S.A."],"idNumber":["017741319613-56"]}} -{"id":"eu-tr-017784530272-96","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["SPAR Österreichische Warenhandels-AG"],"idNumber":["017784530272-96"]}} -{"id":"eu-tr-018097547406-18","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Services Industrial Professional Technical Union"],"idNumber":["018097547406-18"]}} -{"id":"eu-tr-01816267633-71","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Verband der Deutschen Biokraftstoffindustrie"],"idNumber":["01816267633-71"]}} -{"id":"eu-tr-018214429231-64","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Association of European Journalists"],"idNumber":["018214429231-64"]}} -{"id":"eu-tr-018456746589-65","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Afrika-Verein der deutschen Wirtschaft e.V."],"idNumber":["018456746589-65"]}} -{"id":"eu-tr-018498718155-71","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Fellowship of European Broadcasters"],"idNumber":["018498718155-71"]}} -{"id":"eu-tr-018676935055-67","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Mouvement des entreprises de taille intermédiaire"],"idNumber":["018676935055-67"]}} -{"id":"eu-tr-01873234294-62","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Growing Media Europe"],"idNumber":["01873234294-62"]}} -{"id":"eu-tr-018773539412-80","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["The Conference of European Justice & Peace Commissions"],"idNumber":["018773539412-80"]}} -{"id":"eu-tr-018778010447-60","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Federation of European Risk Management Associations"],"idNumber":["018778010447-60"]}} -{"id":"eu-tr-018812630867-12","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["EuroNatur - Stiftung Europäisches Naturerbe"],"idNumber":["018812630867-12"]}} -{"id":"eu-tr-01890906437-84","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["LA POSTE"],"idNumber":["01890906437-84"]}} -{"id":"eu-tr-01914089427-29","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Médecins du monde / Doctors of the World International Network Head Office"],"idNumber":["01914089427-29"]}} -{"id":"eu-tr-01936914624-97","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["01936914624-97"],"name":["Slow Food"]}} -{"id":"eu-tr-01953872943-65","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["INTERNATIONAL FEDERATION OF MUSICIANS"],"idNumber":["01953872943-65"]}} -{"id":"eu-tr-019683238817-41","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Western Balkans Green Center Nonprofit Llc."],"idNumber":["019683238817-41"]}} -{"id":"eu-tr-019913911761-15","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Deutsches Institut für Wirtschaftsforschung"],"idNumber":["019913911761-15"]}} -{"id":"eu-tr-01995086879-32","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Confrontations Europe"],"idNumber":["01995086879-32"]}} -{"id":"eu-tr-020025124702-06","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"idNumber":["020025124702-06"]}} -{"id":"eu-tr-02019258940-59","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Umweltorganisation WWF Central and Eastern Erurope"],"idNumber":["02019258940-59"]}} -{"id":"eu-tr-02021363105-42","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["02021363105-42"],"name":["Ericsson"]}} -{"id":"eu-tr-020407017288-38","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Kingspan Group PLC"],"idNumber":["020407017288-38"]}} -{"id":"eu-tr-020519421542-46","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Planet Labs"],"idNumber":["020519421542-46"]}} -{"id":"eu-tr-02100645398-66","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Manufacturers of Expanded Polystyrene"],"idNumber":["02100645398-66"]}} -{"id":"eu-tr-021122227592-93","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Icelandic Financial Services Association"],"idNumber":["021122227592-93"]}} -{"id":"eu-tr-021253717373-58","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Workday"],"idNumber":["021253717373-58"]}} -{"id":"eu-tr-021280932727-22","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Flaminia Triglia"],"idNumber":["021280932727-22"]}} -{"id":"eu-tr-021473016820-80","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Grupo de Estudos de Ordenamento do Território e Ambiente"],"idNumber":["021473016820-80"]}} -{"id":"eu-tr-021591837250-68","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Generation Climate Europe"],"idNumber":["021591837250-68"]}} -{"id":"eu-tr-021961038791-19","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["currENT Enabling Network Technology throughout Europe E.E.I.G."],"idNumber":["021961038791-19"]}} -{"id":"eu-tr-022027817030-67","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Finance Norway"],"idNumber":["022027817030-67"]}} -{"id":"eu-tr-02214595960-02","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Fédération Française d'Equitation"],"idNumber":["02214595960-02"]}} -{"id":"eu-tr-02219179820-59","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["SONAE"],"idNumber":["02219179820-59"]}} -{"id":"eu-tr-022201744710-44","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["World Travel and Tourism Council"],"idNumber":["022201744710-44"]}} -{"id":"eu-tr-022235437393-79","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Wireless Infrastructure Association"],"idNumber":["022235437393-79"]}} -{"id":"eu-tr-022255314501-32","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["CIP - Confederação Empresarial de Portugal"],"idNumber":["022255314501-32"]}} -{"id":"eu-tr-022328713595-61","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Health Forum Gastein"],"idNumber":["022328713595-61"]}} -{"id":"eu-tr-0223480577-59","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["International Capital Market Association"],"idNumber":["0223480577-59"]}} -{"id":"eu-tr-022388324819-47","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Сдружение \"Консултативен съвет за Черно море\""],"idNumber":["022388324819-47"]}} -{"id":"eu-tr-022621940923-41","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["022621940923-41"],"name":["GFG Alliance"]}} -{"id":"eu-tr-022735321330-86","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Verein zur Förderung der europäischen Sojaproduktion Donau Soja"],"idNumber":["022735321330-86"]}} -{"id":"eu-tr-023086632364-67","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Scrive AB"],"idNumber":["023086632364-67"]}} -{"id":"eu-tr-023273214333-18","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["023273214333-18"],"name":["Fraport AG - Frankfurt Airport Services Worldwide"]}} -{"id":"eu-tr-023293231367-63","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Network to Promote Linguistic Diversity"],"idNumber":["023293231367-63"]}} -{"id":"eu-tr-023332310378-35","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Mouvement Européen-France"],"idNumber":["023332310378-35"]}} -{"id":"eu-tr-02389833548-89","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Finance & Leasing Association"],"idNumber":["02389833548-89"]}} -{"id":"eu-tr-024365217920-82","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Deutsch-Russischer Wirtschaftsbund e.V."],"idNumber":["024365217920-82"]}} -{"id":"eu-tr-02452103934-97","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Allgemeiner Deutscher Automobil-Club e.V."],"idNumber":["02452103934-97"]}} -{"id":"eu-tr-024586031103-45","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["UnternehmerTUM Projekt GmbH"],"idNumber":["024586031103-45"]}} -{"id":"eu-tr-024776016336-52","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Organisation of the Sawmill industry"],"idNumber":["024776016336-52"]}} -{"id":"eu-tr-024782946888-95","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Danfoss A/S"],"idNumber":["024782946888-95"]}} -{"id":"eu-tr-02480451230-88","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Association des Constructeurs Européens de Motocycles"],"idNumber":["02480451230-88"]}} -{"id":"eu-tr-024911219417-11","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Suomen nuorisoalan kattojärjestö Allianssi ry - The Finnish National Youth Council Allianssi"],"idNumber":["024911219417-11"]}} -{"id":"eu-tr-024912424668-57","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["European Stroke Organisation"],"idNumber":["024912424668-57"]}} -{"id":"eu-tr-025105834490-86","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Evolve Media Holdings"],"idNumber":["025105834490-86"]}} -{"id":"eu-tr-025255524692-64","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Banca Popolare Etica S.c.p.a."],"idNumber":["025255524692-64"]}} -{"id":"eu-tr-025312336988-40","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["ChildFund Alliance"],"idNumber":["025312336988-40"]}} -{"id":"eu-tr-025345534786-76","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["NW Joules"],"idNumber":["025345534786-76"]}} -{"id":"eu-tr-025461722574-14","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Wirtschaftsprüferkammer (Chamber of Public Accountants)"],"idNumber":["025461722574-14"]}} -{"id":"eu-tr-02550382403-01","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["02550382403-01"],"name":["Leonardo S.p.A."]}} -{"id":"eu-tr-025843424137-75","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["V V G B Advocaten"],"idNumber":["025843424137-75"]}} -{"id":"eu-tr-025938212702-61","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Finnish Authors´ Copyright Society Sanasto"],"idNumber":["025938212702-61"]}} -{"id":"eu-tr-026007721768-32","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["026007721768-32"],"name":["Gas Networks Ireland"]}} -{"id":"eu-tr-026234337165-45","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Fundacja Instytut na rzecz Państwa Prawa"],"idNumber":["026234337165-45"]}} -{"id":"eu-tr-02639216548-11","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Flughafen München GmbH"],"idNumber":["02639216548-11"]}} -{"id":"eu-tr-026513529943-78","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Eindhoven University of Technology"],"idNumber":["026513529943-78"]}} -{"id":"eu-tr-026536419006-75","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["NCC AB"],"idNumber":["026536419006-75"]}} -{"id":"eu-tr-02687198907-81","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Union Fédérale des Consommateurs - Que Choisir"],"idNumber":["02687198907-81"]}} -{"id":"eu-tr-027101040841-39","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["ALDI Einkauf SE & Co. oHG (ALDI Nord)"],"idNumber":["027101040841-39"]}} -{"id":"eu-tr-027256843597-28","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Isar Aerospace Technologies GmbH"],"idNumber":["027256843597-28"]}} -{"id":"eu-tr-027300228913-42","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Laboratório Nacional de Engenharia Civil, I.P."],"idNumber":["027300228913-42"]}} -{"id":"eu-tr-027333110679-45","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Change Partnership"],"idNumber":["027333110679-45"]}} -{"id":"eu-tr-027365111884-27","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["FUNDACIÓN RENDEMENTO ECONÓMICO MÍNIMO SOSTIBLE E SOCIAL"],"idNumber":["027365111884-27"]}} -{"id":"eu-tr-027418748129-16","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Polski Klub Ekologiczny Okręg Mazowiecki"],"idNumber":["027418748129-16"]}} -{"id":"eu-tr-027518938111-42","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Flex Automotive GmbH"],"idNumber":["027518938111-42"]}} -{"id":"eu-tr-02762144321-07","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["ADS Insight"],"idNumber":["02762144321-07"]}} -{"id":"eu-tr-02776221598-67","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["02776221598-67"],"name":["L'Oréal"]}} -{"id":"eu-tr-028056340544-88","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Envien group"],"idNumber":["028056340544-88"]}} -{"id":"eu-tr-028145011837-13","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["028145011837-13"],"name":["Institut national de recherche pour l’agriculture, l’alimentation et l’environnement"]}} -{"id":"eu-tr-028179432513-92","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Europäische Bewegung Deutschland e.V."],"idNumber":["028179432513-92"]}} -{"id":"eu-tr-028547315658-03","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Federation Internationale des Bureaux d’Extraits de Presse"],"idNumber":["028547315658-03"]}} -{"id":"eu-tr-0285583802-96","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["0285583802-96"],"name":["Naturschutzbund Deutschland e.V."]}} -{"id":"eu-tr-028570718529-43","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Bundesverband Breitbandkommunikation e.V."],"idNumber":["028570718529-43"]}} -{"id":"eu-tr-028583716519-85","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Handelsblatt GmbH"],"idNumber":["028583716519-85"]}} -{"id":"eu-tr-028795632476-59","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Foreningen For Skånsomt Kystfiskeri Producentorganisation"],"idNumber":["028795632476-59"]}} -{"id":"eu-tr-028799047364-27","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Confederatia Sindicala Nationala MERIDIAN"],"idNumber":["028799047364-27"]}} -{"id":"eu-tr-028913525587-04","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Západoslovenská distribučná, a.s."],"idNumber":["028913525587-04"]}} -{"id":"eu-tr-028925933267-28","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"idNumber":["028925933267-28"]}} -{"id":"eu-tr-0289344948-82","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["EUnited European Engineering Industries Association"],"idNumber":["0289344948-82"]}} -{"id":"eu-tr-02902955023-04","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Counter Balance"],"idNumber":["02902955023-04"]}} -{"id":"eu-tr-029070342841-01","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["029070342841-01"],"name":["European Network of Political Foundations"]}} -{"id":"eu-tr-029329936788-90","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Global Alliance on Health and Pollution"],"idNumber":["029329936788-90"]}} -{"id":"eu-tr-029549234896-71","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Latvijas Tirdzniecības un rūpniecības kamera"],"idNumber":["029549234896-71"]}} -{"id":"eu-tr-02956895166-25","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["AGRICORD vzw"],"idNumber":["02956895166-25"]}} -{"id":"eu-tr-02963738854-41","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["02963738854-41"],"name":["Confederación Española de Organizaciones Empresariales"]}} -{"id":"eu-tr-02978802379-31","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["02978802379-31"],"name":["Centre de liaison des industries transformatrices de viande de l'UE"]}} -{"id":"eu-tr-03004067068-71","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["03004067068-71"],"name":["Gesamtverband der Arbeitgeberverbände der Metall- und Elektro-Industrie e.V."]}} -{"id":"eu-tr-030103826093-82","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["International Baccalaureate Organization"],"idNumber":["030103826093-82"]}} -{"id":"eu-tr-030107317058-64","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Terre des Hommes International Federation"],"idNumber":["030107317058-64"]}} -{"id":"eu-tr-03013154889-05","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["03013154889-05"],"name":["Afore Consulting"]}} -{"id":"eu-tr-030272137138-11","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Sustainable Agriculture through Genome Editing"],"idNumber":["030272137138-11"]}} -{"id":"eu-tr-030368639837-13","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["030368639837-13"]}} -{"id":"eu-tr-030471123713-54","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["CGI Belgium"],"idNumber":["030471123713-54"]}} -{"id":"eu-tr-030525522699-14","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["IDESCOM-Associação Informação, Desenvolvimento, Comunicação"],"idNumber":["030525522699-14"]}} -{"id":"eu-tr-030646130232-10","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Société Civile des Auteurs Réalisateurs Producteurs"],"idNumber":["030646130232-10"]}} -{"id":"eu-tr-030658245107-49","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Alcyon Photonics SL"],"idNumber":["030658245107-49"]}} -{"id":"eu-tr-030732329564-09","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Financial Accountability and Corporate Transparency Coalition"],"idNumber":["030732329564-09"]}} -{"id":"eu-tr-030804534968-91","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Cairo Institute for Human Rights Studies"],"idNumber":["030804534968-91"]}} -{"id":"eu-tr-030910537575-52","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["ARIANEGROUP HOLDING"],"idNumber":["030910537575-52"]}} -{"id":"eu-tr-03094871618-32","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["03094871618-32"],"name":["UniCredit"]}} -{"id":"eu-tr-030958117170-12","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Albanian-American Development Foundation"],"idNumber":["030958117170-12"]}} -{"id":"eu-tr-030967632488-45","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Polenergia S.A."],"idNumber":["030967632488-45"]}} -{"id":"eu-tr-031483523030-04","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Meines Holla & Partners"],"idNumber":["031483523030-04"]}} -{"id":"eu-tr-031571311716-04","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["031571311716-04"],"name":["WWF Deutschland"]}} -{"id":"eu-tr-031736446699-31","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Instituto para la Cultura Democrática en la Era Digital"],"idNumber":["031736446699-31"]}} -{"id":"eu-tr-03181945560-59","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["03181945560-59"],"name":["Google"]}} -{"id":"eu-tr-031828616599-65","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["031828616599-65"],"name":["Redburn (Europe) Limited"]}} -{"id":"eu-tr-03201309079-58","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["European Initiative for Sustainable Development in Agriculture"],"idNumber":["03201309079-58"]}} -{"id":"eu-tr-032095416055-85","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Asociación Española de Operadores de Productos Petrolíferos"],"idNumber":["032095416055-85"]}} -{"id":"eu-tr-032592932156-20","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Suomen Yrittäjät ry"],"idNumber":["032592932156-20"]}} -{"id":"eu-tr-032693316451-70","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["The Russell Group of Universities"],"idNumber":["032693316451-70"]}} -{"id":"eu-tr-032705031767-21","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["ClearVAT"],"idNumber":["032705031767-21"]}} -{"id":"eu-tr-032997718553-70","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Yleisradio Oy"],"idNumber":["032997718553-70"]}} -{"id":"eu-tr-033023132982-53","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["nv Degusch"],"idNumber":["033023132982-53"]}} -{"id":"eu-tr-033092624623-71","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["International Dockworkers Council"],"idNumber":["033092624623-71"]}} -{"id":"eu-tr-0330934426-12","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["The Danish Chamber of Commerce"],"idNumber":["0330934426-12"]}} -{"id":"eu-tr-033768941210-92","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Asociatia Transilvania IT"],"idNumber":["033768941210-92"]}} -{"id":"eu-tr-033771936252-89","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["American Airlines, Inc."],"idNumber":["033771936252-89"]}} -{"id":"eu-tr-033807913798-84","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["EUGINE - European Engine Power Plants Association"],"idNumber":["033807913798-84"]}} -{"id":"eu-tr-033845321755-09","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Universidade de Aveiro"],"idNumber":["033845321755-09"]}} -{"id":"eu-tr-033877023338-03","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Fondation pour les etudes et recherches sur le developpement international"],"idNumber":["033877023338-03"]}} -{"id":"eu-tr-03403153759-04","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["LO - The Swedish Trade Union Confederation"],"idNumber":["03403153759-04"]}} -{"id":"eu-tr-03418705379-90","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Riksbankens Jubileumsfond"],"idNumber":["03418705379-90"]}} -{"id":"eu-tr-034239613511-14","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Biostimulants Industry Council"],"idNumber":["034239613511-14"]}} -{"id":"eu-tr-034363235590-94","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Garrett Motion"],"idNumber":["034363235590-94"]}} -{"id":"eu-tr-034456815951-40","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["BirdLife Suomi - BirdLife Finland"],"idNumber":["034456815951-40"]}} -{"id":"eu-tr-03451096957-77","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"idNumber":["03451096957-77"]}} -{"id":"eu-tr-034546859-02","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Independent Retail Europe (formerly UGAL - Union of Groups of Independent Retailers of Europe)"],"idNumber":["034546859-02"]}} -{"id":"eu-tr-0346440357-87","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"idNumber":["0346440357-87"]}} -{"id":"eu-tr-034749340371-58","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["The Pan European Reserves and Resources Reporting Committee"],"idNumber":["034749340371-58"]}} -{"id":"eu-tr-03492856440-03","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["03492856440-03"],"name":["European Chemical Society"]}} -{"id":"eu-tr-03501997362-71","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["03501997362-71"],"name":["Fortum Oyj"]}} -{"id":"eu-tr-03506017714-81","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["03506017714-81"],"name":["Deutsche Umwelthilfe e.V."]}} -{"id":"eu-tr-035163533684-92","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Hope and Homes for Children"],"idNumber":["035163533684-92"]}} -{"id":"eu-tr-03518238467-61","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["International Union for Conservation of Nature EU Representative Office"],"idNumber":["03518238467-61"]}} -{"id":"eu-tr-035366013790-68","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["035366013790-68"],"name":["Koninklijke Philips"]}} -{"id":"eu-tr-035473310965-62","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Finnish Pension Alliance TELA"],"idNumber":["035473310965-62"]}} -{"id":"eu-tr-03556915643-37","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["FSC International Center GmbH (IC)"],"idNumber":["03556915643-37"]}} -{"id":"eu-tr-03607212990-30","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"idNumber":["03607212990-30"]}} -{"id":"eu-tr-036412124178-16","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["European Space Policy Institute"],"idNumber":["036412124178-16"]}} -{"id":"eu-tr-03667978021-69","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Pan-European Insurance Forum"],"idNumber":["03667978021-69"]}} -{"id":"eu-tr-036915715533-64","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["036915715533-64"],"name":["WACKER CHEMIE AG"]}} -{"id":"eu-tr-03717581957-02","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Caterpillar Distribution Services Europe bv"],"idNumber":["03717581957-02"]}} -{"id":"eu-tr-037570015082-12","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["INSTITUT DE PROSPECTIVE ECONOMIQUE DU MONDE MEDITERRANEEN"],"idNumber":["037570015082-12"]}} -{"id":"eu-tr-037623530780-36","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Syndicat national des compléments alimentaires"],"idNumber":["037623530780-36"]}} -{"id":"eu-tr-037688315637-05","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Associazione Industrie Risiere Italiane"],"idNumber":["037688315637-05"]}} -{"id":"eu-tr-037712531087-03","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"idNumber":["037712531087-03"]}} -{"id":"eu-tr-037833727533-45","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["SDG Watch Europe"],"idNumber":["037833727533-45"]}} -{"id":"eu-tr-037981921322-56","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Glanbia"],"idNumber":["037981921322-56"]}} -{"id":"eu-tr-03804222429-10","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Cocoa Association"],"idNumber":["03804222429-10"]}} -{"id":"eu-tr-03815388736-70","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Marie Stopes International"],"idNumber":["03815388736-70"]}} -{"id":"eu-tr-03845856565-52","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Which?"],"idNumber":["03845856565-52"]}} -{"id":"eu-tr-038826514581-56","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["DLA Piper UK LLP - Belgium"],"idNumber":["038826514581-56"]}} -{"id":"eu-tr-039496128321-93","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["VolkswagenStiftung"],"idNumber":["039496128321-93"]}} -{"id":"eu-tr-03960197927-62","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Environmental Investigation Agency"],"idNumber":["03960197927-62"]}} -{"id":"eu-tr-039684929338-74","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Open Reason"],"idNumber":["039684929338-74"]}} -{"id":"eu-tr-039704524287-07","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["039704524287-07"]}} -{"id":"eu-tr-039743646583-57","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Česko.Digital, z. ú."],"idNumber":["039743646583-57"]}} -{"id":"eu-tr-039880946172-32","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Legebranchen"],"idNumber":["039880946172-32"]}} -{"id":"eu-tr-039914146801-70","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"idNumber":["039914146801-70"]}} -{"id":"eu-tr-03999415319-19","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["European Council of Optometry and Optics"],"idNumber":["03999415319-19"]}} -{"id":"eu-tr-040051411522-40","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Low Fares Airline Association"],"idNumber":["040051411522-40"]}} -{"id":"eu-tr-04011446819-63","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"idNumber":["04011446819-63"]}} -{"id":"eu-tr-040146417895-20","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["CC-Portugal - Câmara de Comércio e Industria Portuguesa"],"idNumber":["040146417895-20"]}} -{"id":"eu-tr-0401897779-87","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Front Line Defenders - The International Foundation for the Protection of Human Rights Defenders"],"idNumber":["0401897779-87"]}} -{"id":"eu-tr-040236247699-68","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Binderr Ltd"],"idNumber":["040236247699-68"]}} -{"id":"eu-tr-04029409214-45","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Les entreprises du médicament"],"idNumber":["04029409214-45"]}} -{"id":"eu-tr-040438616885-17","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Bank Julius Baer & Co."],"idNumber":["040438616885-17"]}} -{"id":"eu-tr-040632614929-26","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Danske Havne"],"idNumber":["040632614929-26"]}} -{"id":"eu-tr-04077716126-17","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Industrial Gases Association AISBL"],"idNumber":["04077716126-17"]}} -{"id":"eu-tr-040869739141-53","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Melissa: Network of Migrant Women in Greece"],"idNumber":["040869739141-53"]}} -{"id":"eu-tr-041006746529-67","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Comodule OÜ"],"idNumber":["041006746529-67"]}} -{"id":"eu-tr-04134171823-87","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Copper Institute"],"idNumber":["04134171823-87"]}} -{"id":"eu-tr-041415315167-65","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Managed Funds Association"],"idNumber":["041415315167-65"]}} -{"id":"eu-tr-041419818289-32","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"idNumber":["041419818289-32"]}} -{"id":"eu-tr-041495920038-44","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["CLOUD INFRASTRUCTURE SERVICES PROVIDERS IN EUROPE"],"idNumber":["041495920038-44"]}} -{"id":"eu-tr-041592911733-05","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Centre on Regulation in Europe"],"idNumber":["041592911733-05"]}} -{"id":"eu-tr-041898210470-66","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["The Royal Society"],"idNumber":["041898210470-66"]}} -{"id":"eu-tr-04201463642-88","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["04201463642-88"],"name":["APPLiA (Home Appliance Europe)"]}} -{"id":"eu-tr-042053818845-45","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Franklin Resources Inc."],"idNumber":["042053818845-45"]}} -{"id":"eu-tr-042086716078-96","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Climate Advisers"],"idNumber":["042086716078-96"]}} -{"id":"eu-tr-042351634852-57","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Phelix Research and Development"],"idNumber":["042351634852-57"]}} -{"id":"eu-tr-042383714852-64","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Transdev Group"],"idNumber":["042383714852-64"]}} -{"id":"eu-tr-042394041235-70","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["The Association of Polish Papermakers"],"idNumber":["042394041235-70"]}} -{"id":"eu-tr-04268127542-74","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["FERRERO International"],"idNumber":["04268127542-74"]}} -{"id":"eu-tr-042805511265-60","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["FAKRO Sp. z o.o."],"idNumber":["042805511265-60"]}} -{"id":"eu-tr-042849916153-53","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Data, AI and Robotics (DAIRO) AISBL"],"idNumber":["042849916153-53"]}} -{"id":"eu-tr-042862544449-92","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Chelsea E Phipps Ltd"],"idNumber":["042862544449-92"]}} -{"id":"eu-tr-04294287173-30","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["ABDA - Bundesvereinigung Deutscher Apothekerverbände e.V."],"idNumber":["04294287173-30"]}} -{"id":"eu-tr-043110317978-95","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Campaign for Real Ale"],"idNumber":["043110317978-95"]}} -{"id":"eu-tr-043312644954-10","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Green Planet Energy"],"idNumber":["043312644954-10"]}} -{"id":"eu-tr-043446618888-27","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Conservation Agriculture Federation"],"idNumber":["043446618888-27"]}} -{"id":"eu-tr-043518118736-36","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Società italiana per l'assistenza al volo"],"idNumber":["043518118736-36"]}} -{"id":"eu-tr-043701343566-12","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Droit et Croissance"],"idNumber":["043701343566-12"]}} -{"id":"eu-tr-043994919296-65","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Polskie Towarzystwo Fotowoltaiki"],"idNumber":["043994919296-65"]}} -{"id":"eu-tr-044091037516-81","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["All Policies for a Healthy Europe"],"idNumber":["044091037516-81"]}} -{"id":"eu-tr-044282842164-11","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Veikkaus Oy"],"idNumber":["044282842164-11"]}} -{"id":"eu-tr-04437556781-76","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Bristol-Myers Squibb Company"],"idNumber":["04437556781-76"]}} -{"id":"eu-tr-044489445235-71","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Institut du Développement Durable et des Relations Internationales"],"idNumber":["044489445235-71"]}} -{"id":"eu-tr-04458109373-91","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["04458109373-91"],"name":["Ernst & Young Core Business Services BV"]}} -{"id":"eu-tr-044816121222-46","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Science Business International SRL"],"idNumber":["044816121222-46"]}} -{"id":"eu-tr-044923437351-12","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["The Traidcraft Exchange"],"idNumber":["044923437351-12"]}} -{"id":"eu-tr-044986331039-07","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Univerza v Ljubljani"],"idNumber":["044986331039-07"]}} -{"id":"eu-tr-045192140593-93","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Médiamétrie"],"idNumber":["045192140593-93"]}} -{"id":"eu-tr-045565320554-94","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Heavenly Creature Producties"],"idNumber":["045565320554-94"]}} -{"id":"eu-tr-04609229048-78","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Nctm Studio Legale Associato"],"idNumber":["04609229048-78"]}} -{"id":"eu-tr-046290437493-44","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Access Space Alliance"],"idNumber":["046290437493-44"]}} -{"id":"eu-tr-046364226533-09","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["British in Europe"],"idNumber":["046364226533-09"]}} -{"id":"eu-tr-046414434065-89","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Lightweight Containers BV"],"idNumber":["046414434065-89"]}} -{"id":"eu-tr-046510618791-04","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["046510618791-04"],"name":["eustream, a.s."]}} -{"id":"eu-tr-046522111711-44","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["046522111711-44"],"name":["CEMEX, S.A.B. de C.V."]}} -{"id":"eu-tr-04657143399-39","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["04657143399-39"],"name":["Eli Lilly and Company"]}} -{"id":"eu-tr-046903619118-23","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Munich Financial Centre Initiative"],"idNumber":["046903619118-23"]}} -{"id":"eu-tr-047152216031-96","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["047152216031-96"],"name":["Moët Hennessy"]}} -{"id":"eu-tr-047269539383-97","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Equipo Europa"],"idNumber":["047269539383-97"]}} -{"id":"eu-tr-047423944823-61","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Binance France SAS"],"idNumber":["047423944823-61"]}} -{"id":"eu-tr-047566525357-87","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["IRCCS SDN SPA"],"idNumber":["047566525357-87"]}} -{"id":"eu-tr-047884337604-43","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Ervia Limited"],"idNumber":["047884337604-43"]}} -{"id":"eu-tr-048350822718-31","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Universität Stuttgart"],"idNumber":["048350822718-31"]}} -{"id":"eu-tr-048387711728-21","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Carlsberg Breweries A/S"],"idNumber":["048387711728-21"]}} -{"id":"eu-tr-048639339015-29","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["MERMEC"],"idNumber":["048639339015-29"]}} -{"id":"eu-tr-04877777421-88","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["04877777421-88"],"name":["CONFCOMMERCIO - IMPRESE PER L'ITALIA"]}} -{"id":"eu-tr-048817319075-18","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["National Cattlemen's Beef Association"],"idNumber":["048817319075-18"]}} -{"id":"eu-tr-048877237576-45","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Transparency for Organic Word Association"],"idNumber":["048877237576-45"]}} -{"id":"eu-tr-04902121531-04","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["04902121531-04"],"name":["European Federation of Public Service Unions"]}} -{"id":"eu-tr-04903991238-83","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Deutscher Caritasverband e. V."],"idNumber":["04903991238-83"]}} -{"id":"eu-tr-049060636194-17","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["World Economic Forum"],"idNumber":["049060636194-17"]}} -{"id":"eu-tr-049228115944-64","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Overseas Development Institute"],"idNumber":["049228115944-64"]}} -{"id":"eu-tr-049289717839-11","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["ИНТЕРНАЦИОНАЛ РОМАНИ УНИОН"],"idNumber":["049289717839-11"]}} -{"id":"eu-tr-049566047779-57","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Trafigura Pte Ltd"],"idNumber":["049566047779-57"]}} -{"id":"eu-tr-049703533659-70","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Solera Holdings, Inc."],"idNumber":["049703533659-70"]}} -{"id":"eu-tr-049735848128-90","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"idNumber":["049735848128-90"]}} -{"id":"eu-tr-04981716394-32","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Conseil supérieur du notariat"],"idNumber":["04981716394-32"]}} -{"id":"eu-tr-05001306886-41","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["05001306886-41"],"name":["Statnett SF"]}} -{"id":"eu-tr-050269010212-72","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["CDP Worldwide (Europe) gemeinnützige GmbH"],"idNumber":["050269010212-72"]}} -{"id":"eu-tr-05032108616-26","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["05032108616-26"],"name":["Shell Companies"]}} -{"id":"eu-tr-05052317999-60","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Reuse and Recycling European Union Social Enterprises"],"idNumber":["05052317999-60"]}} -{"id":"eu-tr-050542829650-16","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Avalara Europe Limited"],"idNumber":["050542829650-16"]}} -{"id":"eu-tr-050841318640-60","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"idNumber":["050841318640-60"]}} -{"id":"eu-tr-05097472836-90","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["05097472836-90"],"name":["Humane Society International/Europe"]}} -{"id":"eu-tr-05098847384-21","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Cummins Ltd."],"idNumber":["05098847384-21"]}} -{"id":"eu-tr-051099523729-83","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["EBG Federation"],"idNumber":["051099523729-83"]}} -{"id":"eu-tr-051498327063-03","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Funding Fish"],"idNumber":["051498327063-03"]}} -{"id":"eu-tr-051585416549-65","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["FEDERCASSE - Federazione Italiana delle Banche di Credito Cooperativo Casse Rurali e Artigiane"],"idNumber":["051585416549-65"]}} -{"id":"eu-tr-051623724838-63","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["STV Group PLC"],"idNumber":["051623724838-63"]}} -{"id":"eu-tr-051633832452-76","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Flustix GmbH"],"idNumber":["051633832452-76"]}} -{"id":"eu-tr-051800211149-90","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["German Association for the Protection of Intellectual Property"],"idNumber":["051800211149-90"]}} -{"id":"eu-tr-051844129600-85","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Albemarle Europe"],"idNumber":["051844129600-85"]}} -{"id":"eu-tr-051929043978-63","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["NOAH Advisors"],"idNumber":["051929043978-63"]}} -{"id":"eu-tr-052002725608-03","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["ACP/LDC Sugar Industries Group"],"idNumber":["052002725608-03"]}} -{"id":"eu-tr-05221658419-01","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["The Genesis Initiative"],"idNumber":["05221658419-01"]}} -{"id":"eu-tr-05233891201-35","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["First Solar, Inc"],"idNumber":["05233891201-35"]}} -{"id":"eu-tr-052383221783-89","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["NLMK Clabecq SA"],"idNumber":["052383221783-89"]}} -{"id":"eu-tr-05241797002-90","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Confederation of Businessmen and Industrialists of Turkiye"],"idNumber":["05241797002-90"]}} -{"id":"eu-tr-052513138393-62","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["European Center for Not-for-Profit Law Stichting"],"idNumber":["052513138393-62"]}} -{"id":"eu-tr-052588323201-74","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Comité Européen de Coordination"],"idNumber":["052588323201-74"]}} -{"id":"eu-tr-052879129888-21","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["PlanB Energy Storage"],"idNumber":["052879129888-21"]}} -{"id":"eu-tr-052949332611-47","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Hybrit Development AB"],"idNumber":["052949332611-47"]}} -{"id":"eu-tr-053092337715-30","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["ASN Bank"],"idNumber":["053092337715-30"]}} -{"id":"eu-tr-053357941086-74","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Trans-Atlantic Business Council"],"idNumber":["053357941086-74"]}} -{"id":"eu-tr-053502847631-73","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["ATTICA GROUP"],"idNumber":["053502847631-73"]}} -{"id":"eu-tr-05366537746-69","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["05366537746-69"],"name":["European Coordination Committee of the Radiological, Electromedical and healthcare IT Industry"]}} -{"id":"eu-tr-053723537321-67","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Asociación Española de Plásticos Biodegradables Compostables"],"idNumber":["053723537321-67"]}} -{"id":"eu-tr-054662633848-40","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["WCS EU"],"idNumber":["054662633848-40"]}} -{"id":"eu-tr-055017716307-39","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["055017716307-39"],"name":["CaixaBank, S.A."]}} -{"id":"eu-tr-05503341949-54","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["05503341949-54"],"name":["Allianz SE"]}} -{"id":"eu-tr-05504675886-64","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Climate Bonds Initiative"],"idNumber":["05504675886-64"]}} -{"id":"eu-tr-05513338917-92","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["European Ventilation Industry Association"],"idNumber":["05513338917-92"]}} -{"id":"eu-tr-05546466757-61","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Friedrich-Ebert-Stiftung"],"idNumber":["05546466757-61"]}} -{"id":"eu-tr-055599331897-93","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["055599331897-93"],"name":["Environmental Defense Fund Europe"]}} -{"id":"eu-tr-055600221526-33","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Environmental Defense Fund, Incorporated"],"idNumber":["055600221526-33"]}} -{"id":"eu-tr-055616612425-69","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Plastic Soup Foundation"],"idNumber":["055616612425-69"]}} -{"id":"eu-tr-055731222391-91","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Fonds de sécurité d'existence pour le secteur des électriciens - Fonds voor bestaanszekerheid voor de sector der elektriciens"],"idNumber":["055731222391-91"]}} -{"id":"eu-tr-056048443448-39","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Technische Universiteit Delft"],"idNumber":["056048443448-39"]}} -{"id":"eu-tr-056070639177-60","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Business and Innovation Centre Network"],"idNumber":["056070639177-60"]}} -{"id":"eu-tr-056146741444-11","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Inchainge"],"idNumber":["056146741444-11"]}} -{"id":"eu-tr-056181239457-50","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["056181239457-50"],"name":["SHS - Stahl-Holding-Saar GmbH&Co.KGaA"]}} -{"id":"eu-tr-056205215657-75","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Imperial College London, Malabo Montpellier Panel"],"idNumber":["056205215657-75"]}} -{"id":"eu-tr-056295616192-78","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Studio Legale Bonelli Erede Pappalardo"],"idNumber":["056295616192-78"]}} -{"id":"eu-tr-056349148033-85","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Asociatia Code for Romania - Codeaza pentru Romania"],"idNumber":["056349148033-85"]}} -{"id":"eu-tr-056695117904-71","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Ingenieursbureau AnMar b.v."],"idNumber":["056695117904-71"]}} -{"id":"eu-tr-05673984520-73","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Koninklijke Vereniging MKB-Nederland"],"idNumber":["05673984520-73"]}} -{"id":"eu-tr-056794940687-91","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"idNumber":["056794940687-91"]}} -{"id":"eu-tr-056921129031-13","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Union Europeanne des medecins specialiste-Otorhinolaryngology"],"idNumber":["056921129031-13"]}} -{"id":"eu-tr-05693918534-87","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Royal Association of Netherlands' Shipowners"],"idNumber":["05693918534-87"]}} -{"id":"eu-tr-057050117687-88","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["World Anti-Doping Agency"],"idNumber":["057050117687-88"]}} -{"id":"eu-tr-057123546909-48","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Mediapart"],"idNumber":["057123546909-48"]}} -{"id":"eu-tr-057865115207-48","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["057865115207-48"],"name":["VIVENDI"]}} -{"id":"eu-tr-058359527245-73","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Ageing Network"],"idNumber":["058359527245-73"]}} -{"id":"eu-tr-058733639758-41","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Value Balancing Alliance e.V."],"idNumber":["058733639758-41"]}} -{"id":"eu-tr-059681437928-75","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Health Innovation Exchange"],"idNumber":["059681437928-75"]}} -{"id":"eu-tr-059925414814-71","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Alliance for Intellectual Property"],"idNumber":["059925414814-71"]}} -{"id":"eu-tr-060243428664-85","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Donors and Foundations Networks in Europe"],"idNumber":["060243428664-85"]}} -{"id":"eu-tr-060318238252-62","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["EEW Energy from Waste GmbH"],"idNumber":["060318238252-62"]}} -{"id":"eu-tr-060424546122-45","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["IRCANTEC"],"idNumber":["060424546122-45"]}} -{"id":"eu-tr-060587815138-96","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Jens-Peter Bonde"],"idNumber":["060587815138-96"]}} -{"id":"eu-tr-06081633546-76","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Bundesverband IT-Sicherheit e.V. (TeleTrusT)"],"idNumber":["06081633546-76"]}} -{"id":"eu-tr-060852832806-95","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Civil Rights Defenders"],"idNumber":["060852832806-95"]}} -{"id":"eu-tr-060899723906-67","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Letterone Investment Holdings S.A."],"idNumber":["060899723906-67"]}} -{"id":"eu-tr-060904811513-73","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["European Institute for Asian Studies"],"idNumber":["060904811513-73"]}} -{"id":"eu-tr-06093891220-52","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["MAN Truck & Bus SE"],"idNumber":["06093891220-52"]}} -{"id":"eu-tr-060963817274-71","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Capital International Management Company"],"idNumber":["060963817274-71"]}} -{"id":"eu-tr-061018639296-87","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Topsector Logistiek"],"idNumber":["061018639296-87"]}} -{"id":"eu-tr-061026737257-13","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Bulgarian Judges Association"],"idNumber":["061026737257-13"]}} -{"id":"eu-tr-0614379494-67","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"idNumber":["0614379494-67"]}} -{"id":"eu-tr-061584915271-94","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Eurasia Group Ltd"],"idNumber":["061584915271-94"]}} -{"id":"eu-tr-061601915428-87","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["061601915428-87"],"name":["ITI - The Information Technology Industry Council"]}} -{"id":"eu-tr-061737937044-73","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Leuven MindGate"],"idNumber":["061737937044-73"]}} -{"id":"eu-tr-061809937865-03","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["АСОЦИАЦИЯ НА БЪЛГАРСКИТЕ КИНОСАЛОНИ"],"idNumber":["061809937865-03"]}} -{"id":"eu-tr-061884248075-53","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["New Agriculture New Generation"],"idNumber":["061884248075-53"]}} -{"id":"eu-tr-061911948415-37","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["EU-China Business Association"],"idNumber":["061911948415-37"]}} -{"id":"eu-tr-062137511909-03","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Avv. Gianni Marco Di Paolo"],"idNumber":["062137511909-03"]}} -{"id":"eu-tr-062445535806-04","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["FOGTEC Brandschutz GmbH"],"idNumber":["062445535806-04"]}} -{"id":"eu-tr-06248449380-53","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Continental AG"],"idNumber":["06248449380-53"]}} -{"id":"eu-tr-062486024942-77","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Rohde & Schwarz GmbH & Co. KG"],"idNumber":["062486024942-77"]}} -{"id":"eu-tr-06250094777-73","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["International Council on Clean Transportation"],"idNumber":["06250094777-73"]}} -{"id":"eu-tr-062644816920-63","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Reinsurance Association of America"],"idNumber":["062644816920-63"]}} -{"id":"eu-tr-062661126926-78","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"idNumber":["062661126926-78"]}} -{"id":"eu-tr-063093925179-42","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Waste Free Oceans"],"idNumber":["063093925179-42"]}} -{"id":"eu-tr-063231419493-76","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["063231419493-76"]}} -{"id":"eu-tr-0633841538-63","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["European Contact Group"],"idNumber":["0633841538-63"]}} -{"id":"eu-tr-063949321631-11","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["European Lifestyle Medicine Organization"],"idNumber":["063949321631-11"]}} -{"id":"eu-tr-064034733055-88","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["ICLEI - Local Governments for Sustainability European Secretariat"],"idNumber":["064034733055-88"]}} -{"id":"eu-tr-064333328261-89","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Heliatek GmbH"],"idNumber":["064333328261-89"]}} -{"id":"eu-tr-064616126640-05","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Air France-KLM"],"idNumber":["064616126640-05"]}} -{"id":"eu-tr-064914715900-89","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Startups.be"],"idNumber":["064914715900-89"]}} -{"id":"eu-tr-0649790813-47","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["0649790813-47"],"name":["Association des Constructeurs Européens d'Automobiles"]}} -{"id":"eu-tr-065399321943-63","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["ALPHALEX-CONSULT GEIE"],"idNumber":["065399321943-63"]}} -{"id":"eu-tr-065445844543-03","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["The Lighthouse Club Nederland"],"idNumber":["065445844543-03"]}} -{"id":"eu-tr-065475744608-04","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"idNumber":["065475744608-04"]}} -{"id":"eu-tr-066114045418-01","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Drägerwerk AG & Co. KGaA"],"idNumber":["066114045418-01"]}} -{"id":"eu-tr-066424813599-73","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["066424813599-73"],"name":["European Confederation of Police"]}} -{"id":"eu-tr-06698681039-26","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["06698681039-26"],"name":["EUROPEAN TRADE UNION CONFEDERATION"]}} -{"id":"eu-tr-067223231522-58","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Twilio Inc."],"idNumber":["067223231522-58"]}} -{"id":"eu-tr-067438810848-61","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Thermo Fisher Scientific"],"idNumber":["067438810848-61"]}} -{"id":"eu-tr-067443634641-16","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Contemporary Amperex Technology GmbH"],"idNumber":["067443634641-16"]}} -{"id":"eu-tr-067539346753-57","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Vitol Holding BV"],"idNumber":["067539346753-57"]}} -{"id":"eu-tr-067685814261-28","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Shetland Fishermen's Association"],"idNumber":["067685814261-28"]}} -{"id":"eu-tr-067711130762-48","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Health Parliament"],"idNumber":["067711130762-48"]}} -{"id":"eu-tr-067870031674-02","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["World Innovation Summit for Education"],"idNumber":["067870031674-02"]}} -{"id":"eu-tr-06798511314-27","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["06798511314-27"],"name":["European Environmental Bureau"]}} -{"id":"eu-tr-068100722742-39","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["TomTom International bv"],"idNumber":["068100722742-39"]}} -{"id":"eu-tr-06818218065-85","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["International Biocontrol Manufacturers' Association"],"idNumber":["06818218065-85"]}} -{"id":"eu-tr-068469941546-22","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["068469941546-22"]}} -{"id":"eu-tr-068516110787-28","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Polski Związek Hodowców i Producentów Trzody Chlewnej \"POLSUS\""],"idNumber":["068516110787-28"]}} -{"id":"eu-tr-068521543634-79","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Trade Republic Bank GmbH"],"idNumber":["068521543634-79"]}} -{"id":"eu-tr-06869148182-50","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["UITP - International Association of Public Transport"],"idNumber":["06869148182-50"]}} -{"id":"eu-tr-06872998232-31","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Lloyds Banking Group plc"],"idNumber":["06872998232-31"]}} -{"id":"eu-tr-06877217926-31","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["06877217926-31"],"name":["Enel Green Power S.p.A."]}} -{"id":"eu-tr-068878321241-43","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["068878321241-43"]}} -{"id":"eu-tr-069083647179-78","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Le Mouvement associatif"],"idNumber":["069083647179-78"]}} -{"id":"eu-tr-069250127054-82","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Suomen sähkönkäyttäjät ry (Association of Energy Users in Finland)"],"idNumber":["069250127054-82"]}} -{"id":"eu-tr-069449920691-52","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["AVIONS DE TRANSPORT REGIONAL"],"idNumber":["069449920691-52"]}} -{"id":"eu-tr-069737129686-14","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Bridgewater Associates, LP"],"idNumber":["069737129686-14"]}} -{"id":"eu-tr-069882140441-92","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Xynteo"],"idNumber":["069882140441-92"]}} -{"id":"eu-tr-069987340130-26","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Stowarzyszenie Rzeźników i Wędliniarzy RP"],"idNumber":["069987340130-26"]}} -{"id":"eu-tr-070028236358-54","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["ASML Netherlands B.V."],"idNumber":["070028236358-54"]}} -{"id":"eu-tr-07055806769-32","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Bureau International du Béton Manufacturé"],"idNumber":["07055806769-32"]}} -{"id":"eu-tr-070638512780-81","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Advertising Standards Alliance"],"idNumber":["070638512780-81"]}} -{"id":"eu-tr-070652642912-86","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Fundacja WWF Polska"],"idNumber":["070652642912-86"]}} -{"id":"eu-tr-070655042395-53","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Thyssengas"],"idNumber":["070655042395-53"]}} -{"id":"eu-tr-071008240552-65","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Fievet Consulting"],"idNumber":["071008240552-65"]}} -{"id":"eu-tr-071038232378-12","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Deutscher Juristentag e.V."],"idNumber":["071038232378-12"]}} -{"id":"eu-tr-0711626572-26","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["0711626572-26"],"name":["CropLife Europe"]}} -{"id":"eu-tr-071230647405-02","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"idNumber":["071230647405-02"]}} -{"id":"eu-tr-071269114300-12","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Fiona Hall"],"idNumber":["071269114300-12"]}} -{"id":"eu-tr-0714344663-32","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Lufthansa Group"],"idNumber":["0714344663-32"]}} -{"id":"eu-tr-071476117686-50","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Institut für Weltwirtschaft"],"idNumber":["071476117686-50"]}} -{"id":"eu-tr-07150813848-15","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Texas Instruments Incorporated"],"idNumber":["07150813848-15"]}} -{"id":"eu-tr-071581243477-72","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Honorair Consulaat der Nederlanden Amazonas / Rorairma"],"idNumber":["071581243477-72"]}} -{"id":"eu-tr-071699115516-36","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["ista International GmbH"],"idNumber":["071699115516-36"]}} -{"id":"eu-tr-071771920040-91","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Conferencia de Rectores de las Universidades Españolas","Crue universidades españolas"],"idNumber":["071771920040-91"]}} -{"id":"eu-tr-071948526864-90","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["European Federation of Cybersecurity Experts - Fédération Européenne des Experts en CyberSécurité"],"idNumber":["071948526864-90"]}} -{"id":"eu-tr-07203323308-65","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Lloyd's of London"],"idNumber":["07203323308-65"]}} -{"id":"eu-tr-072152517801-83","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Baltic Sea Music Education Foundation e. V."],"idNumber":["072152517801-83"]}} -{"id":"eu-tr-072333630393-52","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Eläkesäätiöyhdistys"],"idNumber":["072333630393-52"]}} -{"id":"eu-tr-072514125233-04","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["EUTOP Brussels SPRL"],"idNumber":["072514125233-04"]}} -{"id":"eu-tr-07265875082-72","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Suomen Yrittäjät ry"],"idNumber":["07265875082-72"]}} -{"id":"eu-tr-072659518836-70","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Ενωση Περιφερειων Ελλαδας"],"idNumber":["072659518836-70"]}} -{"id":"eu-tr-072745716136-48","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Representation of the Ukrainian Orthodox Church Kyiv Patriarchate to the European Institutions"],"idNumber":["072745716136-48"]}} -{"id":"eu-tr-073113537074-85","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Data Centre Association"],"idNumber":["073113537074-85"]}} -{"id":"eu-tr-073127814104-19","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Wetlands International - European Association"],"idNumber":["073127814104-19"]}} -{"id":"eu-tr-073267447671-87","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Sixt SE"],"idNumber":["073267447671-87"]}} -{"id":"eu-tr-073279323696-25","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Let's Do It Foundation"],"idNumber":["073279323696-25"]}} -{"id":"eu-tr-073439515741-83","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Centre de Ressources pour les Groupements d'Employeurs"],"idNumber":["073439515741-83"]}} -{"id":"eu-tr-073442846220-92","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["ACTA VISTA"],"idNumber":["073442846220-92"]}} -{"id":"eu-tr-073609715164-10","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Unipol Gruppo"],"idNumber":["073609715164-10"]}} -{"id":"eu-tr-073685223363-32","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Coalition Against Obesity"],"idNumber":["073685223363-32"]}} -{"id":"eu-tr-073756422825-22","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["GS1"],"idNumber":["073756422825-22"]}} -{"id":"eu-tr-073991042655-45","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["SLAVONIC EUROPE"],"idNumber":["073991042655-45"]}} -{"id":"eu-tr-074000219282-17","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["World Business Council For Sustainable Development"],"idNumber":["074000219282-17"]}} -{"id":"eu-tr-07442991338-05","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Confederation of Norwegian Enterprise"],"idNumber":["07442991338-05"]}} -{"id":"eu-tr-074553928144-47","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Global Feedback Ltd"],"idNumber":["074553928144-47"]}} -{"id":"eu-tr-0745650927-75","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["0745650927-75"],"name":["ExxonMobil Petroleum & Chemical"]}} -{"id":"eu-tr-074734620042-37","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Deliveroo"],"idNumber":["074734620042-37"]}} -{"id":"eu-tr-07483302972-25","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Diakonie Deutschland"],"idNumber":["07483302972-25"]}} -{"id":"eu-tr-074865816956-64","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["United States Meat Export Federation"],"idNumber":["074865816956-64"]}} -{"id":"eu-tr-074906522694-94","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Association for Better European Access to Nutrients"],"idNumber":["074906522694-94"]}} -{"id":"eu-tr-075071719925-75","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["075071719925-75"],"name":["Hewlett Packard Enterprise"]}} -{"id":"eu-tr-075111834727-39","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["ACQUIRENTEUNICO"],"idNumber":["075111834727-39"]}} -{"id":"eu-tr-075148333523-74","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["NewsGuard Technologies"],"idNumber":["075148333523-74"]}} -{"id":"eu-tr-075622330907-09","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Българска Асоциация на Производителите на Оранжерийна Продукция"],"idNumber":["075622330907-09"]}} -{"id":"eu-tr-075641328768-87","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["British Irish Chamber of Commerce"],"idNumber":["075641328768-87"]}} -{"id":"eu-tr-0757172464-29","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["0757172464-29"],"name":["European Healthcare Distribution Association"]}} -{"id":"eu-tr-075836914158-14","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Federated Hermes (UK) LLP"],"idNumber":["075836914158-14"]}} -{"id":"eu-tr-07595112423-87","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["07595112423-87"],"name":["Deutscher Gewerkschaftsbund"]}} -{"id":"eu-tr-075961340619-25","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Donors and Foundations Networks in Europe"],"idNumber":["075961340619-25"]}} -{"id":"eu-tr-0764199368-97","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Bundesverband deutscher Banken e.V."],"idNumber":["0764199368-97"]}} -{"id":"eu-tr-076448128904-35","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Agence France-Presse"],"idNumber":["076448128904-35"]}} -{"id":"eu-tr-0767788931-41","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Bundesverband Öffentlicher Banken Deutschlands eV"],"idNumber":["0767788931-41"]}} -{"id":"eu-tr-07682415745-25","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Chemical Industry Federation of Finland (Kemianteollisuus ry)"],"idNumber":["07682415745-25"]}} -{"id":"eu-tr-076840428950-39","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["friedrich30 GmbH & Co. KG"],"idNumber":["076840428950-39"]}} -{"id":"eu-tr-07691616536-09","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["UPS Europe SRL/BV"],"idNumber":["07691616536-09"]}} -{"id":"eu-tr-076979218638-77","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Finnwatch ry"],"idNumber":["076979218638-77"]}} -{"id":"eu-tr-077142018281-86","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Entrepreneurs CEA-PME","Confédération Européenne des Associations de Petites et Moyennes Entreprises"],"idNumber":["077142018281-86"]}} -{"id":"eu-tr-07720398190-53","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["GLOBAL HEALTH ADVOCATES"],"idNumber":["07720398190-53"]}} -{"id":"eu-tr-077243120460-16","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Orange Belgium"],"idNumber":["077243120460-16"]}} -{"id":"eu-tr-077304524970-18","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Saublens & Saublens"],"idNumber":["077304524970-18"]}} -{"id":"eu-tr-077456532821-53","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Javno podjetje Energetika Maribor d.o.o."],"idNumber":["077456532821-53"]}} -{"id":"eu-tr-077498939376-42","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["WARTA TUiR S.A."],"idNumber":["077498939376-42"]}} -{"id":"eu-tr-077603231340-30","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["CargoX d.o.o."],"idNumber":["077603231340-30"]}} -{"id":"eu-tr-077706416598-79","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Confédération des Associations Nationales de Tanneurs et Mégissiers de la Communauté Européenne"],"idNumber":["077706416598-79"]}} -{"id":"eu-tr-07783117686-61","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["07783117686-61"],"name":["Third Generation Environmentalism Ltd"]}} -{"id":"eu-tr-078020541941-10","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["PLUG POWER EUROPE"],"idNumber":["078020541941-10"]}} -{"id":"eu-tr-078129129729-61","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Cercle Europe et technologies du Futur"],"idNumber":["078129129729-61"]}} -{"id":"eu-tr-078294941111-90","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Gavi, the Vaccine Alliance"],"idNumber":["078294941111-90"]}} -{"id":"eu-tr-078328215796-36","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["GrahamBishop.com"],"idNumber":["078328215796-36"]}} -{"id":"eu-tr-078376317224-90","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Tempus Energy Technology Ltd"],"idNumber":["078376317224-90"]}} -{"id":"eu-tr-078560521091-57","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Motorsport Industry Association Limited"],"idNumber":["078560521091-57"]}} -{"id":"eu-tr-078655018381-34","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["078655018381-34"],"name":["TIM S.p.A."]}} -{"id":"eu-tr-07872017103-70","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["acatech-Deutsche Akademie der Technikwissenschaften/ National Academy of Science and Engineering"],"idNumber":["07872017103-70"]}} -{"id":"eu-tr-07875727774-09","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["UNITEE AISBL"],"idNumber":["07875727774-09"]}} -{"id":"eu-tr-078783114207-72","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Eurodesk Brussels Link"],"idNumber":["078783114207-72"]}} -{"id":"eu-tr-078855521139-42","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Social Economy Europe"],"idNumber":["078855521139-42"]}} -{"id":"eu-tr-079383526064-50","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Landesanstalt für Kommunikation Baden-Württemberg"],"idNumber":["079383526064-50"]}} -{"id":"eu-tr-079643547457-06","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["EuroAppMobility.EU"],"idNumber":["079643547457-06"]}} -{"id":"eu-tr-079859143048-81","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Finbourne Technology Limited"],"idNumber":["079859143048-81"]}} -{"id":"eu-tr-0801162959-21","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["0801162959-21"],"name":["Microsoft Corporation"]}} -{"id":"eu-tr-080354916486-85","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Pequeños y Medianos Astilleros, Sociedad de Reconversión, Sociedad Anónima"],"idNumber":["080354916486-85"]}} -{"id":"eu-tr-080440210511-51","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["European Network for Central Africa"],"idNumber":["080440210511-51"]}} -{"id":"eu-tr-0804666277-93","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["0804666277-93"],"name":["Strukton Rail"]}} -{"id":"eu-tr-080550445132-66","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["WEC Italia (Comitato Nazionale Italiano del Consiglio Mondiale dell'Energia)"],"idNumber":["080550445132-66"]}} -{"id":"eu-tr-080551814378-33","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["MUST & Partners"],"idNumber":["080551814378-33"]}} -{"id":"eu-tr-080682238686-06","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["GROUPE D'INITIATIVE ITALIENNE"],"idNumber":["080682238686-06"]}} -{"id":"eu-tr-080853047541-71","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Jonge Klimaatbeweging"],"idNumber":["080853047541-71"]}} -{"id":"eu-tr-080998314984-01","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Third-i bvba"],"idNumber":["080998314984-01"]}} -{"id":"eu-tr-081108421565-16","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Euraffex | European Affairs Expertise"],"idNumber":["081108421565-16"]}} -{"id":"eu-tr-081602837979-53","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Fédération Mondiale du Cirque"],"idNumber":["081602837979-53"]}} -{"id":"eu-tr-08171556938-65","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Axpo Holding AG"],"idNumber":["08171556938-65"]}} -{"id":"eu-tr-081716245099-16","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Mirakl"],"idNumber":["081716245099-16"]}} -{"id":"eu-tr-081830016245-42","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Organisation of Prison and Correctional Services"],"idNumber":["081830016245-42"]}} -{"id":"eu-tr-081932727325-54","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Panara a.s."],"idNumber":["081932727325-54"]}} -{"id":"eu-tr-082217218282-59","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Bundesverband Mittelständische Wirtschaft e.V."],"idNumber":["082217218282-59"]}} -{"id":"eu-tr-082250546728-83","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Western Union"],"idNumber":["082250546728-83"]}} -{"id":"eu-tr-082334743667-58","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Mattoni 1873"],"idNumber":["082334743667-58"]}} -{"id":"eu-tr-082382424174-97","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Honda Motor Europe"],"idNumber":["082382424174-97"]}} -{"id":"eu-tr-082698126468-52","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European DIGITAL SME Alliance"],"idNumber":["082698126468-52"]}} -{"id":"eu-tr-082774214711-83","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Neova Oy"],"idNumber":["082774214711-83"]}} -{"id":"eu-tr-083011316101-10","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Teach For All"],"idNumber":["083011316101-10"]}} -{"id":"eu-tr-083031940262-77","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Tallano Technologie"],"idNumber":["083031940262-77"]}} -{"id":"eu-tr-083354922629-46","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Elaphe Propulsion Technologies"],"idNumber":["083354922629-46"]}} -{"id":"eu-tr-083576923714-35","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Organización de Productores de Túnidos Congelados"],"idNumber":["083576923714-35"]}} -{"id":"eu-tr-083671317381-09","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["083671317381-09"],"name":["Covington & Burling LLP"]}} -{"id":"eu-tr-08421509356-44","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Irish Tax Institute"],"idNumber":["08421509356-44"]}} -{"id":"eu-tr-084497913019-90","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Stowarzyszenie Sygnał"],"idNumber":["084497913019-90"]}} -{"id":"eu-tr-084561115477-44","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Green Freight Europe"],"idNumber":["084561115477-44"]}} -{"id":"eu-tr-084670720162-57","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["AVM Computersysteme Vertriebs GmbH"],"idNumber":["084670720162-57"]}} -{"id":"eu-tr-084695328428-62","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Human Rights Consortium"],"idNumber":["084695328428-62"]}} -{"id":"eu-tr-08506057684-79","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["GENDERFIVEPLUS"],"idNumber":["08506057684-79"]}} -{"id":"eu-tr-085278232383-31","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["RegWatchEurope"],"idNumber":["085278232383-31"]}} -{"id":"eu-tr-085431221976-45","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Energy Peat Europe"],"idNumber":["085431221976-45"]}} -{"id":"eu-tr-085456637310-10","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Organizace pro pomoc uprchlíkům"],"idNumber":["085456637310-10"]}} -{"id":"eu-tr-085686030231-69","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Outokumpu Oyj"],"idNumber":["085686030231-69"]}} -{"id":"eu-tr-08569166274-90","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["MOL Hungarian Oil and Gas Company"],"idNumber":["08569166274-90"]}} -{"id":"eu-tr-085810933437-25","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["NAVAL ENERGIES"],"idNumber":["085810933437-25"]}} -{"id":"eu-tr-085887527492-62","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Benelux Business Roundtable"],"idNumber":["085887527492-62"]}} -{"id":"eu-tr-08618215943-22","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Jaguar Land Rover Limited"],"idNumber":["08618215943-22"]}} -{"id":"eu-tr-086257740627-54","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Joint European Disruptive Initiative"],"idNumber":["086257740627-54"]}} -{"id":"eu-tr-086309011958-37","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["BRAINS FOR BRAIN FOUNDATION"],"idNumber":["086309011958-37"]}} -{"id":"eu-tr-086599744855-84","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Sieć Obywatelska Watchdog Polska/Citizens Network Watchdog Poland"],"idNumber":["086599744855-84"]}} -{"id":"eu-tr-086621031693-51","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["DeepMind Technologies Limited"],"idNumber":["086621031693-51"]}} -{"id":"eu-tr-086648916736-69","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["DIE FAMILIENUNTERNEHMER"],"idNumber":["086648916736-69"]}} -{"id":"eu-tr-086687315440-79","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Portia Ltd"],"idNumber":["086687315440-79"]}} -{"id":"eu-tr-086806624273-14","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Pracodawcy Rzeczypospolitej Polskiej"],"idNumber":["086806624273-14"]}} -{"id":"eu-tr-087335641752-08","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Private Investors for Africa"],"idNumber":["087335641752-08"]}} -{"id":"eu-tr-087431619776-96","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"idNumber":["087431619776-96"]}} -{"id":"eu-tr-08746491502-16","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["08746491502-16"],"name":["Tata Steel Nederland","Tata Steel Europe"]}} -{"id":"eu-tr-087581028690-43","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Banque de Développement du Conseil de l'Europe"],"idNumber":["087581028690-43"]}} -{"id":"eu-tr-0878397912-17","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["0878397912-17"],"name":["European Peacebuilding Liaison Office"]}} -{"id":"eu-tr-087878521112-45","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Chelgate Limited"],"idNumber":["087878521112-45"]}} -{"id":"eu-tr-087933937567-09","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Airholding S.A."],"idNumber":["087933937567-09"]}} -{"id":"eu-tr-088496235056-88","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Lilium GmbH"],"idNumber":["088496235056-88"]}} -{"id":"eu-tr-088683524126-25","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Swedbank AS"],"idNumber":["088683524126-25"]}} -{"id":"eu-tr-088684218490-40","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Kennisinstituut Duurzaam Verpakken"],"idNumber":["088684218490-40"]}} -{"id":"eu-tr-088905531785-87","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Arenas Association"],"idNumber":["088905531785-87"]}} -{"id":"eu-tr-089166539309-57","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Canada 20/20 Corporation"],"idNumber":["089166539309-57"]}} -{"id":"eu-tr-089167355-44","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Bundesverband deutscher Wohnungs- und Immobilienunternehmen"],"idNumber":["089167355-44"]}} -{"id":"eu-tr-089405024976-26","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Regulatory Solutions"],"idNumber":["089405024976-26"]}} -{"id":"eu-tr-089496527337-94","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Intellectual Ventures"],"idNumber":["089496527337-94"]}} -{"id":"eu-tr-08955462188-48","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["European Fishing Tackle Trade Association"],"idNumber":["08955462188-48"]}} -{"id":"eu-tr-08957111909-85","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["08957111909-85"],"name":["European Telecommunications Network Operators' Association"]}} -{"id":"eu-tr-090350412968-04","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["090350412968-04"],"name":["BANCO BILBAO VIZCAYA ARGENTARIA"]}} -{"id":"eu-tr-090402719722-89","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"idNumber":["090402719722-89"]}} -{"id":"eu-tr-090419715585-36","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["UKRAINIAN LEAGUE OF INDUSTRIALISTS AND ENTREPRENEURS"],"idNumber":["090419715585-36"]}} -{"id":"eu-tr-090466117449-87","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["New City Initiative"],"idNumber":["090466117449-87"]}} -{"id":"eu-tr-090471814671-25","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Polish Wind Energy Association"],"idNumber":["090471814671-25"]}} -{"id":"eu-tr-090558942457-53","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["The Chamber of Commerce of Sweden & Norway"],"idNumber":["090558942457-53"]}} -{"id":"eu-tr-090868123937-20","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["ECOVIN BADEN e.V."],"idNumber":["090868123937-20"]}} -{"id":"eu-tr-091113733553-62","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["GRUPO EMPRESARIAL HERVAZ S.L"],"idNumber":["091113733553-62"]}} -{"id":"eu-tr-091307033426-21","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["RECURSOS DE LA BIOMASA, S.L.U."],"idNumber":["091307033426-21"]}} -{"id":"eu-tr-09136982496-09","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["09136982496-09"],"name":["European Network on Debt and Development"]}} -{"id":"eu-tr-09175433167-27","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["AquaFed - The International Federation of Private Water Operators"],"idNumber":["09175433167-27"]}} -{"id":"eu-tr-091799410661-53","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Réseau Action Climat France"],"idNumber":["091799410661-53"]}} -{"id":"eu-tr-091926322559-97","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["EIRMA AISBL"],"idNumber":["091926322559-97"]}} -{"id":"eu-tr-091959047651-44","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["ΑΙΡΟΤΕΛ"],"idNumber":["091959047651-44"]}} -{"id":"eu-tr-091962135988-82","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["ICC BELGIQUE"],"idNumber":["091962135988-82"]}} -{"id":"eu-tr-092337815041-92","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["GETLINK"],"idNumber":["092337815041-92"]}} -{"id":"eu-tr-09245221105-30","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["09245221105-30"],"name":["Fédération bancaire française"]}} -{"id":"eu-tr-09256701147-51","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["09256701147-51"],"name":["European Builders Confederation AISBL"]}} -{"id":"eu-tr-092568139183-24","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["092568139183-24"],"name":["Vinted"]}} -{"id":"eu-tr-092636516471-94","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Roland Berger"],"idNumber":["092636516471-94"]}} -{"id":"eu-tr-092682012915-24","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Association of European Public Postal Operators"],"idNumber":["092682012915-24"]}} -{"id":"eu-tr-092785233190-73","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["European Council of Civil Engineers"],"idNumber":["092785233190-73"]}} -{"id":"eu-tr-092946128636-40","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["BSH advisors GmbH"],"idNumber":["092946128636-40"]}} -{"id":"eu-tr-092998626266-15","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Weinbergwerk eG"],"idNumber":["092998626266-15"]}} -{"id":"eu-tr-09307393718-06","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Public Real Estate Association"],"idNumber":["09307393718-06"]}} -{"id":"eu-tr-093080446423-88","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["GLOBALE VERANTWORTUNG - Arbeitsgemeinschaft für Entwicklung und Humanitäre Hilfe"],"idNumber":["093080446423-88"]}} -{"id":"eu-tr-093160312164-25","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Dreikönigsaktion - Hilfswerk der Katholischen Jungschar"],"idNumber":["093160312164-25"]}} -{"id":"eu-tr-093264224463-23","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["University of Cambridge Institute for Sustainability Leadership"],"idNumber":["093264224463-23"]}} -{"id":"eu-tr-093864127503-06","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Venice International University"],"idNumber":["093864127503-06"]}} -{"id":"eu-tr-093975846715-54","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Keeping Channels Open"],"idNumber":["093975846715-54"]}} -{"id":"eu-tr-094039644810-79","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"idNumber":["094039644810-79"]}} -{"id":"eu-tr-094316815599-77","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["094316815599-77"],"name":["St1 Nordic Oy"]}} -{"id":"eu-tr-094353118008-30","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Butler Business & Media LLC dba Music Confidential"],"idNumber":["094353118008-30"]}} -{"id":"eu-tr-094378436020-67","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Rural Support for Europe (RISE) Foundation"],"idNumber":["094378436020-67"]}} -{"id":"eu-tr-094392144122-20","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Associação Portuguesa de Imprensa"],"idNumber":["094392144122-20"]}} -{"id":"eu-tr-094437234551-50","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Transportes Aéreos Portugueses, S.A."],"idNumber":["094437234551-50"]}} -{"id":"eu-tr-094459415746-62","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Kungliga Tekniska Hoegskolan"],"idNumber":["094459415746-62"]}} -{"id":"eu-tr-095079912436-63","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["FINCANTIERI SpA"],"idNumber":["095079912436-63"]}} -{"id":"eu-tr-095274426474-13","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Bundesverband der Deutschen Luft- und Raumfahrtindustrie e. V."],"idNumber":["095274426474-13"]}} -{"id":"eu-tr-095285315431-70","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["VanDrie Group"],"idNumber":["095285315431-70"]}} -{"id":"eu-tr-095318821630-24","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["095318821630-24"],"name":["Nedgia"]}} -{"id":"eu-tr-095370347921-55","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["095370347921-55"]}} -{"id":"eu-tr-09571422185-81","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["09571422185-81"],"name":["VERBUND AG"]}} -{"id":"eu-tr-09579576238-53","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Energy Exchange AG"],"idNumber":["09579576238-53"]}} -{"id":"eu-tr-09586631237-74","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["09586631237-74"],"name":["European agri-cooperatives"]}} -{"id":"eu-tr-095895140508-75","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["La Coop des Communs"],"idNumber":["095895140508-75"]}} -{"id":"eu-tr-096526947007-11","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Supernal, LLC"],"idNumber":["096526947007-11"]}} -{"id":"eu-tr-096569017209-91","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Klarna Group"],"idNumber":["096569017209-91"]}} -{"id":"eu-tr-096687131756-02","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Suomen Ylioppilaskuntien Liitto SYL ry"],"idNumber":["096687131756-02"]}} -{"id":"eu-tr-096975415018-17","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Shortsea Promotion Centre Finland"],"idNumber":["096975415018-17"]}} -{"id":"eu-tr-097713031150-28","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Bundesverband Freier Immobilien- und Wohnungsunternehmen"],"idNumber":["097713031150-28"]}} -{"id":"eu-tr-097928945982-83","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Novo Nordisk Foundation"],"idNumber":["097928945982-83"]}} -{"id":"eu-tr-098025935611-30","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["PHARMIG - Verband der pharmazeutischen Industrie Österreichs"],"idNumber":["098025935611-30"]}} -{"id":"eu-tr-098205039812-63","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Avis Budget Group"],"idNumber":["098205039812-63"]}} -{"id":"eu-tr-09824113589-92","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["09824113589-92"],"name":["MSD (Europe), Inc. (Merck Sharp & Dohme)"]}} -{"id":"eu-tr-098297335667-27","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["CSC – IT CENTER FOR SCIENCE LTD."],"idNumber":["098297335667-27"]}} -{"id":"eu-tr-098300333759-18","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Ordem dos Psicólogos Portugueses"],"idNumber":["098300333759-18"]}} -{"id":"eu-tr-098314722617-26","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Mgruppen Svenska Managementgruppen AB"],"idNumber":["098314722617-26"]}} -{"id":"eu-tr-09838612482-61","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["FTTH Council Europe ASBL"],"idNumber":["09838612482-61"]}} -{"id":"eu-tr-09854512780-89","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["09854512780-89"],"name":["European Network Against Racism"]}} -{"id":"eu-tr-098690717154-62","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Università Cattolica del Sacro Cuore"],"idNumber":["098690717154-62"]}} -{"id":"eu-tr-099046239388-80","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Clean up the Internet"],"idNumber":["099046239388-80"]}} -{"id":"eu-tr-099101116985-63","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"idNumber":["099101116985-63"]}} -{"id":"eu-tr-099112415244-08","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["LeGuide.com"],"idNumber":["099112415244-08"]}} -{"id":"eu-tr-099207224805-42","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Rail Baltic Estonia OÜ"],"idNumber":["099207224805-42"]}} -{"id":"eu-tr-099332335142-02","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Organisation Mondiale de la Jeunesse Espérantiste"],"idNumber":["099332335142-02"]}} -{"id":"eu-tr-099567215966-86","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["099567215966-86"],"name":["McKinsey & Company, Inc."]}} -{"id":"eu-tr-099668932471-08","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Digital House of Europe"],"idNumber":["099668932471-08"]}} -{"id":"eu-tr-099789644441-22","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Stichting Sustainable Finance Lab"],"idNumber":["099789644441-22"]}} -{"id":"eu-tr-09981988815-02","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Chevron Belgium BV"],"idNumber":["09981988815-02"]}} -{"id":"eu-tr-100095536141-94","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Instituut voor Natuureducatie"],"idNumber":["100095536141-94"]}} -{"id":"eu-tr-10029895396-05","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Lauksaimniecības organizāciju sadarbības padome"],"idNumber":["10029895396-05"]}} -{"id":"eu-tr-100640231936-57","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["DRW Holdings, LLC"],"idNumber":["100640231936-57"]}} -{"id":"eu-tr-10065894023-79","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Deutscher Bundesjugendring"],"idNumber":["10065894023-79"]}} -{"id":"eu-tr-100688920534-28","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Teresa Garcia Castro"],"idNumber":["100688920534-28"]}} -{"id":"eu-tr-100694033563-78","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Papel Aralar SA"],"idNumber":["100694033563-78"]}} -{"id":"eu-tr-10102758435-95","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["VLAHOVIC GROUP LLC"],"idNumber":["10102758435-95"]}} -{"id":"eu-tr-101158123493-27","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Fira Barcelona"],"idNumber":["101158123493-27"]}} -{"id":"eu-tr-10132247681-61","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Wildlife Conservation Society"],"idNumber":["10132247681-61"]}} -{"id":"eu-tr-10135407003-43","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Centre National de Coopération au Développement- 11 11 11"],"idNumber":["10135407003-43"]}} -{"id":"eu-tr-10141574843-32","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["International Trademark Association"],"idNumber":["10141574843-32"]}} -{"id":"eu-tr-101449923546-59","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Union Internationale des Chemins de Fer"],"idNumber":["101449923546-59"]}} -{"id":"eu-tr-101582711494-15","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Climate Strategies"],"idNumber":["101582711494-15"]}} -{"id":"eu-tr-101625735722-23","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["101625735722-23"],"name":["CRITEO"]}} -{"id":"eu-tr-101670944648-92","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["NEWSGUARD TECHNOLOGIES EUROPE LIMITED"],"idNumber":["101670944648-92"]}} -{"id":"eu-tr-10184967810-77","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["LEO Pharma A/S"],"idNumber":["10184967810-77"]}} -{"id":"eu-tr-101869737880-14","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Stiftung KlimaWirtschaft"],"idNumber":["101869737880-14"]}} -{"id":"eu-tr-101903316808-95","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Roundtable for Europe's Energy Future"],"idNumber":["101903316808-95"]}} -{"id":"eu-tr-102242415698-61","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Northern Ireland Meat Exporters Association"],"idNumber":["102242415698-61"]}} -{"id":"eu-tr-10235216783-84","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["The Association of Finnish Local and Regional Authorities"],"idNumber":["10235216783-84"]}} -{"id":"eu-tr-102389220156-72","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Slovenski nacionalni komite Svetovnega energetskega sveta"],"idNumber":["102389220156-72"]}} -{"id":"eu-tr-10256986723-88","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Verband der Anbieter von Telekommunikations- und Mehrwertdiensten"],"idNumber":["10256986723-88"]}} -{"id":"eu-tr-10257354120-19","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["10257354120-19"],"name":["Neste Oyj"]}} -{"id":"eu-tr-102753544161-89","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["McGraw-Hill Interamericana de España, S.L.U."],"idNumber":["102753544161-89"]}} -{"id":"eu-tr-10294906155-77","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Forum pour l'Investissement Responsable - French SIF"],"idNumber":["10294906155-77"]}} -{"id":"eu-tr-103036133269-65","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["DWF LLP"],"idNumber":["103036133269-65"]}} -{"id":"eu-tr-103177030898-96","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["DigitalES - Asociación Española para la Digitalización"],"idNumber":["103177030898-96"]}} -{"id":"eu-tr-103264717371-88","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["FromOverHere Ltd"],"idNumber":["103264717371-88"]}} -{"id":"eu-tr-103316717831-58","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Faculdade de Ciências da Universidade de Lisboa"],"idNumber":["103316717831-58"]}} -{"id":"eu-tr-10349516106-79","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Bayerischer Bankenverband e. V."],"idNumber":["10349516106-79"]}} -{"id":"eu-tr-103509614342-13","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Dogs Trust"],"idNumber":["103509614342-13"]}} -{"id":"eu-tr-103665438906-54","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["FUNDACIÓN PARA LA INVESTIGACIÓN EN SALUD"],"idNumber":["103665438906-54"]}} -{"id":"eu-tr-10405322962-08","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["10405322962-08"],"name":["Wirtschaftskammer Österreich"]}} -{"id":"eu-tr-104142342214-75","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Shopify Inc."],"idNumber":["104142342214-75"]}} -{"id":"eu-tr-10426402966-04","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["CEC European Managers - Confédération Européenne des Cadres"],"idNumber":["10426402966-04"]}} -{"id":"eu-tr-104358917323-22","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Deutsche Gesetzliche Unfallversicherung e.V."],"idNumber":["104358917323-22"]}} -{"id":"eu-tr-10439809375-73","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Global Witness"],"idNumber":["10439809375-73"]}} -{"id":"eu-tr-104496636099-78","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["PFA - Filière Automobile & Mobilités"],"idNumber":["104496636099-78"]}} -{"id":"eu-tr-104500414872-61","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Safe Food Advocacy Europe"],"idNumber":["104500414872-61"]}} -{"id":"eu-tr-104570644466-01","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Association Française de Normalisation"],"idNumber":["104570644466-01"]}} -{"id":"eu-tr-104982740599-09","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Batir le Renouveau Industriel sur la Démocratie et le Génie Ecologique"],"idNumber":["104982740599-09"]}} -{"id":"eu-tr-105222814108-05","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Oil Companies International Marine Forum"],"idNumber":["105222814108-05"]}} -{"id":"eu-tr-105450620110-21","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["105450620110-21"],"name":["Polski Koncern Naftowy Orlen S.A."]}} -{"id":"eu-tr-1059364571-78","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["VDE Verband der Elektrotechnik Elektronik Informationstechnik"],"idNumber":["1059364571-78"]}} -{"id":"eu-tr-106034119290-26","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["KWS SAAT SE & Co. KGaA"],"idNumber":["106034119290-26"]}} -{"id":"eu-tr-106050028535-35","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["FREE NOW"],"idNumber":["106050028535-35"]}} -{"id":"eu-tr-106078130062-40","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Chambre de Commerce du Grand-Duché de Luxembourg"],"idNumber":["106078130062-40"]}} -{"id":"eu-tr-106413816989-72","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["The Mossawa Center"],"idNumber":["106413816989-72"]}} -{"id":"eu-tr-106706521239-46","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["petition STOPEVASIONFISCALE"],"idNumber":["106706521239-46"]}} -{"id":"eu-tr-107033410802-19","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["WIENER STADTWERKE GmbH"],"idNumber":["107033410802-19"]}} -{"id":"eu-tr-10709328948-87","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Johann Wolfgang Goethe-Universität Frankfurt am Main"],"idNumber":["10709328948-87"]}} -{"id":"eu-tr-1074382679-01","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["AIM European Brands Association","AIM - European Brands Association"],"idNumber":["1074382679-01"]}} -{"id":"eu-tr-10751968675-85","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Infineon Technologies AG"],"idNumber":["10751968675-85"]}} -{"id":"eu-tr-107547347715-48","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Joint Stock Company “State Savings Bank of Ukraine”"],"idNumber":["107547347715-48"]}} -{"id":"eu-tr-107605926091-78","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["HyTrust Incorporated"],"idNumber":["107605926091-78"]}} -{"id":"eu-tr-10774885698-20","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["10774885698-20"],"name":["Diageo"]}} -{"id":"eu-tr-107779213747-53","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["107779213747-53"],"name":["Nordea Bank Abp"]}} -{"id":"eu-tr-1078390517-54","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["1078390517-54"],"name":["Kreab"]}} -{"id":"eu-tr-107893921578-31","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"idNumber":["107893921578-31"]}} -{"id":"eu-tr-10790718699-18","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Solar Heat Europe/ESTIF"],"idNumber":["10790718699-18"]}} -{"id":"eu-tr-107920339839-44","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["107920339839-44"]}} -{"id":"eu-tr-108186916896-88","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Eurofacts Oy"],"idNumber":["108186916896-88"]}} -{"id":"eu-tr-10828394017-54","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Fundacja im. Stefana Batorego"],"idNumber":["10828394017-54"]}} -{"id":"eu-tr-1083162721-43","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["1083162721-43"],"name":["Stichting BirdLife Europe"]}} -{"id":"eu-tr-109146929639-62","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Pflüger International"],"idNumber":["109146929639-62"]}} -{"id":"eu-tr-109356110578-03","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["109356110578-03"],"name":["European Vegetarian Union"]}} -{"id":"eu-tr-10944091576-90","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Bureau Brussels Consulting"],"idNumber":["10944091576-90"]}} -{"id":"eu-tr-109482418447-89","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Bundesverband Deutsche Startups"],"idNumber":["109482418447-89"]}} -{"id":"eu-tr-1095068839-59","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Ingka Services A.B."],"idNumber":["1095068839-59"]}} -{"id":"eu-tr-109601212076-63","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Paikallisvoima ry"],"idNumber":["109601212076-63"]}} -{"id":"eu-tr-109777918147-53","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European and Mediterranean Horseracing Federation"],"idNumber":["109777918147-53"]}} -{"id":"eu-tr-109837415047-11","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["ELO - Associação Portuguesa para o Desenvolvimento Económico e a Cooperação"],"idNumber":["109837415047-11"]}} -{"id":"eu-tr-109898613947-81","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Verket för innovationssystem"],"idNumber":["109898613947-81"]}} -{"id":"eu-tr-110030019499-10","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["110030019499-10"]}} -{"id":"eu-tr-110109719289-35","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Drivkraft Sverige AB"],"idNumber":["110109719289-35"]}} -{"id":"eu-tr-110117812027-92","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Cassa Depositi e Prestiti s.p.a."],"idNumber":["110117812027-92"]}} -{"id":"eu-tr-110204116555-64","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["bettervest GmbH"],"idNumber":["110204116555-64"]}} -{"id":"eu-tr-110213223629-14","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["110213223629-14"]}} -{"id":"eu-tr-110215244333-14","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Raiffeisen Bank Romania"],"idNumber":["110215244333-14"]}} -{"id":"eu-tr-110287924504-26","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["European Union Network for the Implementation and Enforcement of Environmental Law"],"idNumber":["110287924504-26"]}} -{"id":"eu-tr-110356143445-05","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Rhodium group"],"idNumber":["110356143445-05"]}} -{"id":"eu-tr-110371142269-81","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Deutsche Pfandbriefbank AG"],"idNumber":["110371142269-81"]}} -{"id":"eu-tr-110386034541-01","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Five AI Inc."],"idNumber":["110386034541-01"]}} -{"id":"eu-tr-110541841287-13","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["ExchangeWire"],"idNumber":["110541841287-13"]}} -{"id":"eu-tr-11063928073-34","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["11063928073-34"],"name":["Amnesty International Limited"]}} -{"id":"eu-tr-11064742654-42","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["PA Europe"],"idNumber":["11064742654-42"]}} -{"id":"eu-tr-110814319280-72","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Element Power Limited"],"idNumber":["110814319280-72"]}} -{"id":"eu-tr-11101757375-75","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Nordic Hunters' Alliance"],"idNumber":["11101757375-75"]}} -{"id":"eu-tr-111162132522-13","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Federation of Energy Law Associations"],"idNumber":["111162132522-13"]}} -{"id":"eu-tr-11122676364-50","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Unioncamere Europa asbl"],"idNumber":["11122676364-50"]}} -{"id":"eu-tr-111563516267-75","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["The Global Poverty Project"],"idNumber":["111563516267-75"]}} -{"id":"eu-tr-11160169347-78","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["11160169347-78"],"name":["Aurubis AG"]}} -{"id":"eu-tr-111734132634-17","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Citizens' Climate Europe"],"idNumber":["111734132634-17"]}} -{"id":"eu-tr-11179098153-60","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Vlaams - Europees verbindingsagentschap"],"idNumber":["11179098153-60"]}} -{"id":"eu-tr-111974145290-20","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["VR Ventures Management GmbH"],"idNumber":["111974145290-20"]}} -{"id":"eu-tr-1119946481-54","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["NGVA Europe"],"idNumber":["1119946481-54"]}} -{"id":"eu-tr-112006128054-87","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Society of Oncology Pharmacy"],"idNumber":["112006128054-87"]}} -{"id":"eu-tr-112124332458-45","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Federation of Aluminium Consumers in Europe"],"idNumber":["112124332458-45"]}} -{"id":"eu-tr-112197834864-64","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Confédération Française Démocratique du Travail"],"idNumber":["112197834864-64"]}} -{"id":"eu-tr-112433215717-18","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Dogwood Alliance"],"idNumber":["112433215717-18"]}} -{"id":"eu-tr-11251212351-96","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Multi-channel and Online Trade Association"],"idNumber":["11251212351-96"]}} -{"id":"eu-tr-112703312593-49","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["The Secretariat of the Steering Committee of the Eastern Partnership Civil Society Forum"],"idNumber":["112703312593-49"]}} -{"id":"eu-tr-112778840894-52","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Bayer Nordic SE"],"idNumber":["112778840894-52"]}} -{"id":"eu-tr-113054111397-33","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Forum for Manufacturing"],"idNumber":["113054111397-33"]}} -{"id":"eu-tr-113055019349-15","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Engineering Ingegneria Informatica"],"idNumber":["113055019349-15"]}} -{"id":"eu-tr-113286326329-37","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Better Europe"],"idNumber":["113286326329-37"]}} -{"id":"eu-tr-11331097409-13","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Culture Action Europe"],"idNumber":["11331097409-13"]}} -{"id":"eu-tr-113538333847-44","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"idNumber":["113538333847-44"]}} -{"id":"eu-tr-11362308587-10","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Euroseeds"],"idNumber":["11362308587-10"]}} -{"id":"eu-tr-113702513447-03","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Child & Youth Finance International"],"idNumber":["113702513447-03"]}} -{"id":"eu-tr-113712937115-73","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["113712937115-73"],"name":["CDISCOUNT"]}} -{"id":"eu-tr-11389287853-29","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Cattaneo Zanetto & Co."],"idNumber":["11389287853-29"]}} -{"id":"eu-tr-114241717029-01","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Agr Blay SL"],"idNumber":["114241717029-01"]}} -{"id":"eu-tr-114467111412-38","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["114467111412-38"],"name":["Huawei Technologies"]}} -{"id":"eu-tr-114491916818-47","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Vitol Holding BV"],"idNumber":["114491916818-47"]}} -{"id":"eu-tr-114500024887-83","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Non-Governmental Sports Organisation"],"idNumber":["114500024887-83"]}} -{"id":"eu-tr-11458103335-07","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Geothermal Energy Council"],"idNumber":["11458103335-07"]}} -{"id":"eu-tr-114648833522-36","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["LUZCONTROL ELÉCTRICA"],"idNumber":["114648833522-36"]}} -{"id":"eu-tr-114759333247-19","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"idNumber":["114759333247-19"]}} -{"id":"eu-tr-114768121058-62","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Coordinamento delle associazioni e dei comitati di tutela dell’ambiente e dei diritti degli utenti e dei consumatori"],"idNumber":["114768121058-62"]}} -{"id":"eu-tr-114802815648-64","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["AMC Strategy"],"idNumber":["114802815648-64"]}} -{"id":"eu-tr-114815346185-51","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["First Ammonia"],"idNumber":["114815346185-51"]}} -{"id":"eu-tr-11503381325-76","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Confederation of Danish Employers"],"idNumber":["11503381325-76"]}} -{"id":"eu-tr-11514322965-05","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Energy Cities"],"idNumber":["11514322965-05"]}} -{"id":"eu-tr-115170022734-97","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Van Goethem Law"],"idNumber":["115170022734-97"]}} -{"id":"eu-tr-115678219174-06","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["WL Ross & Co. LLC"],"idNumber":["115678219174-06"]}} -{"id":"eu-tr-115848728203-28","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["R20 Regions of Climate Action"],"idNumber":["115848728203-28"]}} -{"id":"eu-tr-116042012787-45","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["THE NATURE CONSERVANCY IN EUROPE gemeinnützige GmbH"],"idNumber":["116042012787-45"]}} -{"id":"eu-tr-11610562644-55","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["11610562644-55"],"name":["Save the Children International"]}} -{"id":"eu-tr-116255246201-84","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Fair Trade Advocacy Office"],"idNumber":["116255246201-84"]}} -{"id":"eu-tr-116284040570-75","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Valneva"],"idNumber":["116284040570-75"]}} -{"id":"eu-tr-116598617622-90","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Wal-Mart Stores, Inc. and its subsidiaries and affiliates"],"idNumber":["116598617622-90"]}} -{"id":"eu-tr-116855623544-64","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["SVAZ OBCHODU A CESTOVNÍHO RUCHU ČR"],"idNumber":["116855623544-64"]}} -{"id":"eu-tr-117160930653-96","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Hydrogen Council"],"idNumber":["117160930653-96"]}} -{"id":"eu-tr-117384011608-60","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Rodrigo Fonseca"],"idNumber":["117384011608-60"]}} -{"id":"eu-tr-117394247983-13","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Statnett SF"],"idNumber":["117394247983-13"]}} -{"id":"eu-tr-117410219881-21","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"idNumber":["117410219881-21"]}} -{"id":"eu-tr-117431210021-77","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["CONFTRASPORTO"],"idNumber":["117431210021-77"]}} -{"id":"eu-tr-117463229970-40","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["117463229970-40"],"name":["EBAN ASBL - The European Business Angels Network"]}} -{"id":"eu-tr-117683115792-20","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["117683115792-20"],"name":["MARSH & McLENNAN COMPANIES FRANCE"]}} -{"id":"eu-tr-117819413609-43","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["G & H Associates (Europe) Ltd"],"idNumber":["117819413609-43"]}} -{"id":"eu-tr-117892544624-86","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Polskie Stowarzyszenie Paliw Alternatywnych"],"idNumber":["117892544624-86"]}} -{"id":"eu-tr-118080510828-42","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Groupe Carrefour"],"idNumber":["118080510828-42"]}} -{"id":"eu-tr-118084810394-25","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Agence nationale de sécurité sanitaire de l'alimentation, de l'environnement et du travail"],"idNumber":["118084810394-25"]}} -{"id":"eu-tr-118236613508-31","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Aid to the Church in Need"],"idNumber":["118236613508-31"]}} -{"id":"eu-tr-11823899666-63","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["11823899666-63"],"name":["European Federation for Missing and Sexually Exploited Children (Missing Children Europe)"]}} -{"id":"eu-tr-118286121781-91","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["European Aquaculture Technology and Innovation Platform"],"idNumber":["118286121781-91"]}} -{"id":"eu-tr-118364038092-58","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Γενική Συνομοσπονδία Επαγγελματιών Βιοτεχνών Εμπόρων Ελλάδας"],"idNumber":["118364038092-58"]}} -{"id":"eu-tr-118451215540-75","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Meridiam"],"idNumber":["118451215540-75"]}} -{"id":"eu-tr-118500617129-29","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["H. Lundbeck A/S"],"idNumber":["118500617129-29"]}} -{"id":"eu-tr-118619434185-84","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["CYPRUS SHIPPING CHAMBER"],"idNumber":["118619434185-84"]}} -{"id":"eu-tr-119101322906-62","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Air Products"],"idNumber":["119101322906-62"]}} -{"id":"eu-tr-119161911333-40","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Fondazione Eni Enrico Mattei"],"idNumber":["119161911333-40"]}} -{"id":"eu-tr-119222239067-12","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["AFL-CIO"],"idNumber":["119222239067-12"]}} -{"id":"eu-tr-119324940698-95","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["European Association for Business and Commerce"],"idNumber":["119324940698-95"]}} -{"id":"eu-tr-119458831154-84","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Foreign Economic Relations Board of Turkey"],"idNumber":["119458831154-84"]}} -{"id":"eu-tr-11977456675-84","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["11977456675-84"],"name":["The European Region of the International Lesbian, Gay, Bisexual, Trans and Intersex Association"]}} -{"id":"eu-tr-119828415703-30","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Kaspersky","Kaspersky Labs Limited"],"idNumber":["119828415703-30"]}} -{"id":"eu-tr-120036211374-56","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["PGGM"],"idNumber":["120036211374-56"]}} -{"id":"eu-tr-120297020017-01","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Isis Innovation Ltd"],"idNumber":["120297020017-01"]}} -{"id":"eu-tr-120484119327-75","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Evropské hodnoty z.s."],"idNumber":["120484119327-75"]}} -{"id":"eu-tr-120566513356-64","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["EUROPEAN BUSINESS AVIATION ASSOCIATION"],"idNumber":["120566513356-64"]}} -{"id":"eu-tr-120782844517-01","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Johnson Matthey plc"],"idNumber":["120782844517-01"]}} -{"id":"eu-tr-120867616360-39","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Asociación Nacional de Productores de Vacuno de Carne"],"idNumber":["120867616360-39"]}} -{"id":"eu-tr-120906010805-50","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["120906010805-50"],"name":["European Association of Service providers for Persons with Disabilities"]}} -{"id":"eu-tr-12112965774-95","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["12112965774-95"],"name":["ING Group"]}} -{"id":"eu-tr-121465619130-93","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Trainline.com Limited"],"idNumber":["121465619130-93"]}} -{"id":"eu-tr-121604011075-40","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Visual Artists"],"idNumber":["121604011075-40"]}} -{"id":"eu-tr-121611120518-64","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Belgian Institute for Postal services and Telecommunications"],"idNumber":["121611120518-64"]}} -{"id":"eu-tr-121848610166-52","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Water Association"],"idNumber":["121848610166-52"]}} -{"id":"eu-tr-122063331075-91","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["University College London"],"idNumber":["122063331075-91"]}} -{"id":"eu-tr-122158812891-33","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Stowarzyszenie Filmowców Polskich"],"idNumber":["122158812891-33"]}} -{"id":"eu-tr-12238962750-40","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["12238962750-40"],"name":["Zentralverband der deutschen Werbewirtschaft ZAW e.V."]}} -{"id":"eu-tr-122546218563-32","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Bouwfonds Investment Management Deutschland GmbH"],"idNumber":["122546218563-32"]}} -{"id":"eu-tr-122646918735-87","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Suomen apteekkariliitto - Finlands apotekareförbund r.y."],"idNumber":["122646918735-87"]}} -{"id":"eu-tr-122803916413-09","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Society for Paediatric Oncology"],"idNumber":["122803916413-09"]}} -{"id":"eu-tr-122908136777-17","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["METEX NOOVISTAGO"],"idNumber":["122908136777-17"]}} -{"id":"eu-tr-123403225578-09","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Volac International Ltd"],"idNumber":["123403225578-09"]}} -{"id":"eu-tr-123577115553-43","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["EuroComment"],"idNumber":["123577115553-43"]}} -{"id":"eu-tr-12383069253-19","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["IMPALA Association Internationale AISBL"],"idNumber":["12383069253-19"]}} -{"id":"eu-tr-123971942816-77","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Fortescue Metals Group Ltd"],"idNumber":["123971942816-77"]}} -{"id":"eu-tr-123995937866-84","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["OneFiber Interconnect Germany GmbH"],"idNumber":["123995937866-84"]}} -{"id":"eu-tr-124123240636-16","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["124123240636-16"],"name":["Adevinta ASA"]}} -{"id":"eu-tr-124307537876-65","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Climate Bonds Initiative Europe"],"idNumber":["124307537876-65"]}} -{"id":"eu-tr-124568534308-42","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Térvalis Desarrollo, S.A."],"idNumber":["124568534308-42"]}} -{"id":"eu-tr-12493392840-79","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["12493392840-79"],"name":["Eurocities"]}} -{"id":"eu-tr-125482835666-01","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Affairs Consulting Group"],"idNumber":["125482835666-01"]}} -{"id":"eu-tr-125858917251-09","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Institut National de la Relation Client"],"idNumber":["125858917251-09"]}} -{"id":"eu-tr-125932422883-20","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Deutsche Energie-Agentur (dena)"],"idNumber":["125932422883-20"]}} -{"id":"eu-tr-126143128754-79","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["AES Netherlands Holding B.V."],"idNumber":["126143128754-79"]}} -{"id":"eu-tr-126165742345-23","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Young Königswinter Alumni"],"idNumber":["126165742345-23"]}} -{"id":"eu-tr-126267016108-49","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Elinkeinoelämän Valtuuskunta EVA ry"],"idNumber":["126267016108-49"]}} -{"id":"eu-tr-126724615363-50","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["SPARC Europe"],"idNumber":["126724615363-50"]}} -{"id":"eu-tr-126757916953-97","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"idNumber":["126757916953-97"]}} -{"id":"eu-tr-126815016642-71","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Consejo General de Colegios Oficiales de Médicos"],"idNumber":["126815016642-71"]}} -{"id":"eu-tr-1274604847-34","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Confederation of Finnish Industries EK"],"idNumber":["1274604847-34"]}} -{"id":"eu-tr-127476716086-36","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Theatre Convention"],"idNumber":["127476716086-36"]}} -{"id":"eu-tr-127713636440-67","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Alipay (Europe) Limited S.A."],"idNumber":["127713636440-67"]}} -{"id":"eu-tr-127822629415-23","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Società Italiana Italiana degli Autori ed Editori"],"idNumber":["127822629415-23"]}} -{"id":"eu-tr-127843619863-27","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["SITA for Aircraft"],"idNumber":["127843619863-27"]}} -{"id":"eu-tr-12847789685-76","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["GasNaturally"],"idNumber":["12847789685-76"]}} -{"id":"eu-tr-128670627678-46","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Europe's People's Forum"],"idNumber":["128670627678-46"]}} -{"id":"eu-tr-129238924643-74","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Deutsche Akademie der Naturforscher Leopoldina e.V. -- Nationale Akademie der Wissenschaften"],"idNumber":["129238924643-74"]}} -{"id":"eu-tr-129267119922-63","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Irish Islands Marine Resource Organisation"],"idNumber":["129267119922-63"]}} -{"id":"eu-tr-129267927174-65","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Scholz Austria GmbH"],"idNumber":["129267927174-65"]}} -{"id":"eu-tr-129385937358-74","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Greenchoice"],"idNumber":["129385937358-74"]}} -{"id":"eu-tr-129419419893-50","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Critical Raw Materials Alliance"],"idNumber":["129419419893-50"]}} -{"id":"eu-tr-12949148092-44","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Brussels Enterprises Commerce and Industry"],"idNumber":["12949148092-44"]}} -{"id":"eu-tr-12955024114-93","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["12955024114-93"],"name":["Vattenfall"]}} -{"id":"eu-tr-129567748171-77","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Hamburger Hafen und Logistik Aktiengesellschaft"],"idNumber":["129567748171-77"]}} -{"id":"eu-tr-12971262634-76","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Road Transport Telematics Implementation Coordination Organisation-Intelligent Transport Systems & Services Europe"],"idNumber":["12971262634-76"]}} -{"id":"eu-tr-12980957381-42","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Knowledge4Innovation"],"idNumber":["12980957381-42"]}} -{"id":"eu-tr-1298286943-59","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["1298286943-59"],"name":["EuropaBio"]}} -{"id":"eu-tr-129983319649-02","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Choices International Foundation"],"idNumber":["129983319649-02"]}} -{"id":"eu-tr-130166611998-65","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Cultural and Creative Industries Alliance"],"idNumber":["130166611998-65"]}} -{"id":"eu-tr-130201328260-50","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Jewish Community Centre"],"idNumber":["130201328260-50"]}} -{"id":"eu-tr-13020287260-60","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Stichting eIFL.net"],"idNumber":["13020287260-60"]}} -{"id":"eu-tr-130225437251-64","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Johnson Controls"],"idNumber":["130225437251-64"]}} -{"id":"eu-tr-130305227617-65","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"idNumber":["130305227617-65"]}} -{"id":"eu-tr-130533640993-55","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Roofit Solar Energy"],"idNumber":["130533640993-55"]}} -{"id":"eu-tr-130583737816-56","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Scientists for Future"],"idNumber":["130583737816-56"]}} -{"id":"eu-tr-13073098010-57","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Energiföretagen / Swedenergy"],"idNumber":["13073098010-57"]}} -{"id":"eu-tr-13080161140-33","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["EUROPA DONNA-The European Breast Cancer Coalition"],"idNumber":["13080161140-33"]}} -{"id":"eu-tr-130840827615-70","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["European Chamber"],"idNumber":["130840827615-70"]}} -{"id":"eu-tr-130844032149-10","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["MIBGAS S.A."],"idNumber":["130844032149-10"]}} -{"id":"eu-tr-130859410757-03","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Südtiroler Bauernbund"],"idNumber":["130859410757-03"]}} -{"id":"eu-tr-13097896529-66","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Fortzer"],"idNumber":["13097896529-66"]}} -{"id":"eu-tr-131028547391-53","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["International Information System Security Certification Consortium"],"idNumber":["131028547391-53"]}} -{"id":"eu-tr-131102911606-68","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["ThinkYoung"],"idNumber":["131102911606-68"]}} -{"id":"eu-tr-13118423364-86","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Danish Dairy Board Brussels s.a."],"idNumber":["13118423364-86"]}} -{"id":"eu-tr-131611211983-58","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Audiovisual Anti-Piracy Alliance"],"idNumber":["131611211983-58"]}} -{"id":"eu-tr-131944734850-48","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["AS SEB banka"],"idNumber":["131944734850-48"]}} -{"id":"eu-tr-131966829648-31","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Stichting Katholieke Universiteit Tilburg"],"idNumber":["131966829648-31"]}} -{"id":"eu-tr-131992710104-83","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Association des Fabricants Européens de Munitions de Sport"],"idNumber":["131992710104-83"]}} -{"id":"eu-tr-1321739923-73","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["NRW.BANK"],"idNumber":["1321739923-73"]}} -{"id":"eu-tr-132236315085-89","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["132236315085-89"],"name":["International Federation of Red Cross and Red Crescent Societies"]}} -{"id":"eu-tr-132414515813-88","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Institut der deutschen Wirtschaft Köln e.V."],"idNumber":["132414515813-88"]}} -{"id":"eu-tr-13255254129-80","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Vereniging VNO-NCW"],"idNumber":["13255254129-80"]}} -{"id":"eu-tr-132577234842-10","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Independent European Vape Alliance"],"idNumber":["132577234842-10"]}} -{"id":"eu-tr-133202128447-22","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Europos humanitarinis universitetas"],"idNumber":["133202128447-22"]}} -{"id":"eu-tr-133236011647-58","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Academies' Science Advisory Council"],"idNumber":["133236011647-58"]}} -{"id":"eu-tr-13324391892-74","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["EnBW Energie Baden-Württemberg AG"],"idNumber":["13324391892-74"]}} -{"id":"eu-tr-13329455866-30","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Stichting Cordaid"],"idNumber":["13329455866-30"]}} -{"id":"eu-tr-133307624123-79","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Telia Eesti AS"],"idNumber":["133307624123-79"]}} -{"id":"eu-tr-133690041771-68","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["E-Garderobe"],"idNumber":["133690041771-68"]}} -{"id":"eu-tr-133743846287-22","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["World Gold Council"],"idNumber":["133743846287-22"]}} -{"id":"eu-tr-133791413425-96","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Zentralverband der deutschen Seehafenbetriebe e.V."],"idNumber":["133791413425-96"]}} -{"id":"eu-tr-134141037595-84","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["European Technology Policy"],"idNumber":["134141037595-84"]}} -{"id":"eu-tr-13457582538-68","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Energy UK"],"idNumber":["13457582538-68"]}} -{"id":"eu-tr-134690012359-91","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Conseil International du Notariat Belge /Internationale Raad van het Belgisch Notariaat"],"idNumber":["134690012359-91"]}} -{"id":"eu-tr-13480556813-27","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Kaufland"],"idNumber":["13480556813-27"]}} -{"id":"eu-tr-134828540713-41","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["GoGaS Goch GmbH & Co. KG"],"idNumber":["134828540713-41"]}} -{"id":"eu-tr-134926817871-58","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["International Food Waste Coalition"],"idNumber":["134926817871-58"]}} -{"id":"eu-tr-13497369622-37","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Confédération Européenne de l’Industrie de la Chaussure"],"idNumber":["13497369622-37"]}} -{"id":"eu-tr-135037514504-30","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Application Developers Alliance"],"idNumber":["135037514504-30"]}} -{"id":"eu-tr-135084038966-26","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["The ADM Capital Foundation Limited"],"idNumber":["135084038966-26"]}} -{"id":"eu-tr-135344024395-60","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Young European Research Universities Network"],"idNumber":["135344024395-60"]}} -{"id":"eu-tr-135616145432-44","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Les Pêcheurs de Bretagne"],"idNumber":["135616145432-44"]}} -{"id":"eu-tr-135686236960-34","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Kaiserwetter Energy Asset Management"],"idNumber":["135686236960-34"]}} -{"id":"eu-tr-13571025706-27","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["13571025706-27"],"name":["Bertelsmann Stiftung"]}} -{"id":"eu-tr-135790630472-10","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Lääketeollisuus ry"],"idNumber":["135790630472-10"]}} -{"id":"eu-tr-135859024229-13","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Sdružení pro internetový rozvoj"],"idNumber":["135859024229-13"]}} -{"id":"eu-tr-135950711071-58","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["International Bureau of Fiscal Documentation"],"idNumber":["135950711071-58"]}} -{"id":"eu-tr-13635802880-80","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["13635802880-80"],"name":["Henkel AG & Co. KGaA"]}} -{"id":"eu-tr-136471418317-25","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Celanese Europe B.V."],"idNumber":["136471418317-25"]}} -{"id":"eu-tr-136898816618-04","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Index Industry Association"],"idNumber":["136898816618-04"]}} -{"id":"eu-tr-137489015927-79","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["European Association of Regional and Local Authorities for Lifelong Learning"],"idNumber":["137489015927-79"]}} -{"id":"eu-tr-137654615938-64","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Suomen Tekstiili ja Muoti ry / Finnish Textile and Fashion"],"idNumber":["137654615938-64"]}} -{"id":"eu-tr-137714048277-05","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["FSR - danske revisorer"],"idNumber":["137714048277-05"]}} -{"id":"eu-tr-137873228284-05","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["ALLIANCE OF RAIL NEW ENTRANTS"],"idNumber":["137873228284-05"]}} -{"id":"eu-tr-138083013988-72","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["138083013988-72"],"name":["RHI MAGNESITA"]}} -{"id":"eu-tr-138179431662-25","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Falck Renewables S.p.A."],"idNumber":["138179431662-25"]}} -{"id":"eu-tr-138219638308-52","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"idNumber":["138219638308-52"]}} -{"id":"eu-tr-138283441219-84","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["SEB Pank AS"],"idNumber":["138283441219-84"]}} -{"id":"eu-tr-138436621132-34","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Liga Nacional de Fútbol Profesional"],"idNumber":["138436621132-34"]}} -{"id":"eu-tr-138599722179-35","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Danish Refugee Council Brussels"],"idNumber":["138599722179-35"]}} -{"id":"eu-tr-138788721739-25","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Comitato per una Civiltà dell’Amore"],"idNumber":["138788721739-25"]}} -{"id":"eu-tr-138859341899-13","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["European Metropolitan Transport Authorities"],"idNumber":["138859341899-13"]}} -{"id":"eu-tr-139172541931-81","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Business & Human Rights Resource Centre"],"idNumber":["139172541931-81"]}} -{"id":"eu-tr-139446437164-40","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Argo-Brussels Hellenic Network"],"idNumber":["139446437164-40"]}} -{"id":"eu-tr-139480220187-14","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Tradeweb Europe Limited"],"idNumber":["139480220187-14"]}} -{"id":"eu-tr-139487015474-41","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Mannheimer Swartling Advokatbyrå"],"idNumber":["139487015474-41"]}} -{"id":"eu-tr-139592748217-44","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Institute for Erasmus Peace Solutions"],"idNumber":["139592748217-44"]}} -{"id":"eu-tr-139785716776-18","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["ProSiebenSat.1 Media SE"],"idNumber":["139785716776-18"]}} -{"id":"eu-tr-139867317426-16","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Collaborating Centre on Sustainable Consumption and Production gGmbH"],"idNumber":["139867317426-16"]}} -{"id":"eu-tr-140241817372-18","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Toerkel Consulting GmbH"],"idNumber":["140241817372-18"]}} -{"id":"eu-tr-140522447894-09","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Cerberus European Capital Advisors LLP"],"idNumber":["140522447894-09"]}} -{"id":"eu-tr-140593628433-52","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Mobility as a Service Alliance"],"idNumber":["140593628433-52"]}} -{"id":"eu-tr-140719522066-79","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Canada Pension Plan Investment Board"],"idNumber":["140719522066-79"]}} -{"id":"eu-tr-14074813668-09","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["International Organization for Migration"],"idNumber":["14074813668-09"]}} -{"id":"eu-tr-140772039660-52","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Loneliness in Europe"],"idNumber":["140772039660-52"]}} -{"id":"eu-tr-141017519874-72","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["ALEGRIA ACTIVITY, SL"],"idNumber":["141017519874-72"]}} -{"id":"eu-tr-141041215133-83","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["141041215133-83"],"name":["Intercontinental Exchange, Inc."]}} -{"id":"eu-tr-141184618375-50","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["ASDM Consulting"],"idNumber":["141184618375-50"]}} -{"id":"eu-tr-141224640613-65","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Partnership for Policy Integrity"],"idNumber":["141224640613-65"]}} -{"id":"eu-tr-14130436110-87","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["International Fragrance Association"],"idNumber":["14130436110-87"]}} -{"id":"eu-tr-1413466815-09","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["1413466815-09"],"name":["Manufacture Française des Pneumatiques Michelin"]}} -{"id":"eu-tr-141376015883-52","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Kaupan liitto ry - Finnish Commerce Federation"],"idNumber":["141376015883-52"]}} -{"id":"eu-tr-1414929419-24","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["1414929419-24"],"name":["WWF European Policy Programme"]}} -{"id":"eu-tr-141532321289-19","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Aena, S.M.E. S.A."],"idNumber":["141532321289-19"]}} -{"id":"eu-tr-141756340102-33","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"idNumber":["141756340102-33"]}} -{"id":"eu-tr-14184846326-23","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["La Française des Jeux"],"idNumber":["14184846326-23"]}} -{"id":"eu-tr-14190001484-01","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Industrial Minerals Association - Europe"],"idNumber":["14190001484-01"]}} -{"id":"eu-tr-141943922230-37","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Hyperloop Technology, Inc."],"idNumber":["141943922230-37"]}} -{"id":"eu-tr-1420587986-32","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Verband Kommunaler Unternehmen e.V."],"idNumber":["1420587986-32"]}} -{"id":"eu-tr-14211885135-08","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Nederlandse Elasmobranchen Vereniging"],"idNumber":["14211885135-08"]}} -{"id":"eu-tr-142134115688-51","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Kosmos Energy Ltd."],"idNumber":["142134115688-51"]}} -{"id":"eu-tr-142277315551-86","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Etihad Airways"],"idNumber":["142277315551-86"]}} -{"id":"eu-tr-142577333268-23","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"idNumber":["142577333268-23"]}} -{"id":"eu-tr-142635814274-55","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Foundation for a Living Baltic Sea/Baltic Sea Action Group"],"idNumber":["142635814274-55"]}} -{"id":"eu-tr-142903829084-58","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Stiftung Neue Verantwortung e.V."],"idNumber":["142903829084-58"]}} -{"id":"eu-tr-143018429330-67","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["AMERICAN HELLENIC EDUCATIONAL PROGRESSIVE ASSOCIATION CHAPTER 610 EUROPEAN EAGLE BRUSSELS"],"idNumber":["143018429330-67"]}} -{"id":"eu-tr-143035111648-31","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Energy Materials Industrial Research Initiative"],"idNumber":["143035111648-31"]}} -{"id":"eu-tr-143087721183-67","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Kois Invest"],"idNumber":["143087721183-67"]}} -{"id":"eu-tr-14365014904-34","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Instinctif Partners"],"idNumber":["14365014904-34"]}} -{"id":"eu-tr-143978822159-67","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Loro Parque, S. A."],"idNumber":["143978822159-67"]}} -{"id":"eu-tr-144049521780-57","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["The Adecco Group"],"idNumber":["144049521780-57"]}} -{"id":"eu-tr-144160022172-71","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["EIT RawMaterials e.V."],"idNumber":["144160022172-71"]}} -{"id":"eu-tr-144301733679-75","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["System Engineering Solutions 37 AB"],"idNumber":["144301733679-75"]}} -{"id":"eu-tr-144436210604-54","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["World Union of Wholesale Markets"],"idNumber":["144436210604-54"]}} -{"id":"eu-tr-144630225519-73","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["144630225519-73"],"name":["PLATFORMA"]}} -{"id":"eu-tr-144739515066-23","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Internet Watch Foundation"],"idNumber":["144739515066-23"]}} -{"id":"eu-tr-144794917128-26","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Gaelectric Energy Storage Ltd"],"idNumber":["144794917128-26"]}} -{"id":"eu-tr-144892418437-49","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["TRABA LOGISTICS"],"idNumber":["144892418437-49"]}} -{"id":"eu-tr-14505908784-58","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Johanniter International"],"idNumber":["14505908784-58"]}} -{"id":"eu-tr-145331327707-58","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["GREEK FORUM OF REFUGEES"],"idNumber":["145331327707-58"]}} -{"id":"eu-tr-14541128505-57","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["UNITAB"],"idNumber":["14541128505-57"]}} -{"id":"eu-tr-145438619568-22","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Initiative für Netzfreiheit"],"idNumber":["145438619568-22"]}} -{"id":"eu-tr-145552343561-36","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["EM Strasbourg Business School"],"idNumber":["145552343561-36"]}} -{"id":"eu-tr-145604632964-90","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["GEN-I, trgovanje in prodaja električne energije, d.o.o."],"idNumber":["145604632964-90"]}} -{"id":"eu-tr-145969929043-68","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Studieförbundet Näringsliv och Samhälle"],"idNumber":["145969929043-68"]}} -{"id":"eu-tr-145982616387-18","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["The Free and Fair Post Initiative"],"idNumber":["145982616387-18"]}} -{"id":"eu-tr-146057740541-16","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Fundación Mujeres por África"],"idNumber":["146057740541-16"]}} -{"id":"eu-tr-14605998391-97","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Transeo AISBL, European Association for SME Transfer"],"idNumber":["14605998391-97"]}} -{"id":"eu-tr-146289032886-07","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["The Alliance of Democracies Foundation"],"idNumber":["146289032886-07"]}} -{"id":"eu-tr-146341639035-44","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["out of the blue"],"idNumber":["146341639035-44"]}} -{"id":"eu-tr-146537115285-34","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["146537115285-34"],"name":["Booking.com B.V."]}} -{"id":"eu-tr-146764847691-53","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Citizens Association Institute for Human Rights"],"idNumber":["146764847691-53"]}} -{"id":"eu-tr-146893419149-74","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["146893419149-74"],"name":["CONSEIL DE COOPERATION ECONOMIQUE"]}} -{"id":"eu-tr-147233818046-63","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Experion Technologies Sarl"],"idNumber":["147233818046-63"]}} -{"id":"eu-tr-147606043962-80","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Global Business Club Ltd."],"idNumber":["147606043962-80"]}} -{"id":"eu-tr-147656111703-83","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Forum of technical and Vocational Education and Training"],"idNumber":["147656111703-83"]}} -{"id":"eu-tr-14766442240-14","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Deutscher Verein für öffentliche und private Fürsorge e. V./German Association for Public and Private Welfare"],"idNumber":["14766442240-14"]}} -{"id":"eu-tr-147822918905-17","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["147822918905-17"],"name":["Banco Comercial Português, S.A."]}} -{"id":"eu-tr-147908916864-59","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Factories of the Future Research Association"],"idNumber":["147908916864-59"]}} -{"id":"eu-tr-147984341137-14","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Energie Burgenland AG"],"idNumber":["147984341137-14"]}} -{"id":"eu-tr-14799073282-84","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Logistics UK"],"idNumber":["14799073282-84"]}} -{"id":"eu-tr-148031830525-39","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Foundation for Global Governance and Sustainability"],"idNumber":["148031830525-39"]}} -{"id":"eu-tr-148242818519-17","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["URENCO Limited"],"idNumber":["148242818519-17"]}} -{"id":"eu-tr-148294328027-37","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Enerkem Incorporated"],"idNumber":["148294328027-37"]}} -{"id":"eu-tr-148335825046-62","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["CRV Holding BV"],"idNumber":["148335825046-62"]}} -{"id":"eu-tr-14854119757-24","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Consejo Superior de Investigaciones Científicas"],"idNumber":["14854119757-24"]}} -{"id":"eu-tr-148659915430-51","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Association of Asia Pacific Airlines"],"idNumber":["148659915430-51"]}} -{"id":"eu-tr-148842537395-69","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["MAILO"],"idNumber":["148842537395-69"]}} -{"id":"eu-tr-149390415828-18","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["WSM","Wereldsolidariteit - Solidarité Mondiale vzw"],"idNumber":["149390415828-18"]}} -{"id":"eu-tr-14946504665-75","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["PROFEL - European Association of Fruit and Vegetable Processors"],"idNumber":["14946504665-75"]}} -{"id":"eu-tr-1496873833-97","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["1496873833-97"],"name":["Tobacco Europe AISBL"]}} -{"id":"eu-tr-149855010621-40","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Blood Alliance"],"idNumber":["149855010621-40"]}} -{"id":"eu-tr-150282426037-13","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["European Fund for Engineering Education Development"],"idNumber":["150282426037-13"]}} -{"id":"eu-tr-150470224328-33","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Hamburg 1"],"idNumber":["150470224328-33"]}} -{"id":"eu-tr-150692021687-73","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["ZERO - ASSOCIAÇÃO SISTEMA TERRESTRE SUSTENTÁVEL"],"idNumber":["150692021687-73"]}} -{"id":"eu-tr-15086733813-03","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Confédération Européenne des Entrepreneurs de Travaux Techniques Agricoles, Ruraux et Forestiers/ European Organisation of Agricultural, Rural and Forestry Contractors / Europäischer Zentralverband der Lohnunternehmer"],"idNumber":["15086733813-03"]}} -{"id":"eu-tr-150991228573-63","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Avaintec Oy"],"idNumber":["150991228573-63"]}} -{"id":"eu-tr-150999124671-53","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"idNumber":["150999124671-53"]}} -{"id":"eu-tr-151161815770-08","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["151161815770-08"],"name":["Bureau National Interprofessionnel du Cognac"]}} -{"id":"eu-tr-151554816791-61","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Testbiotech"],"idNumber":["151554816791-61"]}} -{"id":"eu-tr-151603120611-02","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Ski Club of Great Britain"],"idNumber":["151603120611-02"]}} -{"id":"eu-tr-151758339910-77","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["151758339910-77"]}} -{"id":"eu-tr-151874133756-23","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Pro Silva Europa"],"idNumber":["151874133756-23"]}} -{"id":"eu-tr-151979748058-04","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Airholding S.A."],"idNumber":["151979748058-04"]}} -{"id":"eu-tr-15210638110-88","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Central Sweden European Office"],"idNumber":["15210638110-88"]}} -{"id":"eu-tr-152221347703-47","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["JSC “Ukrposhta”"],"idNumber":["152221347703-47"]}} -{"id":"eu-tr-15257643846-58","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["NATS Ltd"],"idNumber":["15257643846-58"]}} -{"id":"eu-tr-15262256432-95","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Creative Commons"],"idNumber":["15262256432-95"]}} -{"id":"eu-tr-152657543865-54","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Rainbow Cities Network"],"idNumber":["152657543865-54"]}} -{"id":"eu-tr-152672423609-37","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Koninklijke Nederlandse Motorrijders Vereniging"],"idNumber":["152672423609-37"]}} -{"id":"eu-tr-152725719644-01","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["The Slovak Alliance for Innovation Economy"],"idNumber":["152725719644-01"]}} -{"id":"eu-tr-152896744065-48","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"idNumber":["152896744065-48"]}} -{"id":"eu-tr-152932229997-41","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Empresarios Agrupados Internacional"],"idNumber":["152932229997-41"]}} -{"id":"eu-tr-153174444176-56","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Stiftelsen We Play Green"],"idNumber":["153174444176-56"]}} -{"id":"eu-tr-153213931153-37","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Joint European Disruptive Initiative"],"idNumber":["153213931153-37"]}} -{"id":"eu-tr-153228634188-12","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Unternehmensgruppe Theo Müller"],"idNumber":["153228634188-12"]}} -{"id":"eu-tr-153269531817-34","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"idNumber":["153269531817-34"]}} -{"id":"eu-tr-153381241792-58","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Reaktor Group"],"idNumber":["153381241792-58"]}} -{"id":"eu-tr-15340821653-49","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["15340821653-49"],"name":["European Aggregates Association"]}} -{"id":"eu-tr-153452315640-05","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["European Council of National Associations of Independent Schools, ry"],"idNumber":["153452315640-05"]}} -{"id":"eu-tr-153495442079-10","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["EPI Company"],"idNumber":["153495442079-10"]}} -{"id":"eu-tr-153540811905-01","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Sugar Refineries Association"],"idNumber":["153540811905-01"]}} -{"id":"eu-tr-15366395387-57","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["15366395387-57"],"name":["Nestlé S.A."]}} -{"id":"eu-tr-15392729381-19","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Leidar"],"idNumber":["15392729381-19"]}} -{"id":"eu-tr-15423437054-40","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["15423437054-40"],"name":["Verband der Chemischen Industrie e.V."]}} -{"id":"eu-tr-154332612396-62","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["European Helicopter Association"],"idNumber":["154332612396-62"]}} -{"id":"eu-tr-154520212804-17","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Comitato Olimpico Nazionale Italiano"],"idNumber":["154520212804-17"]}} -{"id":"eu-tr-154635219576-69","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Confederação Nacional da Agricultura"],"idNumber":["154635219576-69"]}} -{"id":"eu-tr-154789029420-42","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["ASOCIACION AGRARIA JOVENES AGRICULTORES MALAGA"],"idNumber":["154789029420-42"]}} -{"id":"eu-tr-154813817842-50","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["ANILKUMAR DAVE"],"idNumber":["154813817842-50"]}} -{"id":"eu-tr-15490332218-17","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["ORGANIZACIÓN DE PRODUCTORES DE PESCA DE BAJURA DE BIZKAIA"],"idNumber":["15490332218-17"]}} -{"id":"eu-tr-15491122381-71","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["15491122381-71"],"name":["Associazione fra le società italiane per azioni"]}} -{"id":"eu-tr-1550133398-72","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Container Glass Federation"],"idNumber":["1550133398-72"]}} -{"id":"eu-tr-15511499334-46","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["German Renewable Energy Federation"],"idNumber":["15511499334-46"]}} -{"id":"eu-tr-155317830583-03","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Tourism Association AISBL"],"idNumber":["155317830583-03"]}} -{"id":"eu-tr-155455216927-36","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Eastman Chemical Company"],"idNumber":["155455216927-36"]}} -{"id":"eu-tr-155881930654-10","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["155881930654-10"]}} -{"id":"eu-tr-155984042541-84","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["ANITA - Associazione Nazionale Imprese Trasporti Automobilistici"],"idNumber":["155984042541-84"]}} -{"id":"eu-tr-156328414116-67","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"idNumber":["156328414116-67"]}} -{"id":"eu-tr-156333822745-03","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["EUROBANK BULGARIA AD (POST BANK)"],"idNumber":["156333822745-03"]}} -{"id":"eu-tr-156799113994-03","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["European Federation of Explosives Engineers"],"idNumber":["156799113994-03"]}} -{"id":"eu-tr-157030317994-18","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["ASOCIACIÓN EMPRESARIAL EÓLICA"],"idNumber":["157030317994-18"]}} -{"id":"eu-tr-157132415832-83","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Southern Environmental Law Center"],"idNumber":["157132415832-83"]}} -{"id":"eu-tr-157142439011-91","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Platform P.O.P."],"idNumber":["157142439011-91"]}} -{"id":"eu-tr-157269723532-97","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["157269723532-97"]}} -{"id":"eu-tr-157385327522-40","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["PFA Koncernen"],"idNumber":["157385327522-40"]}} -{"id":"eu-tr-15751468852-52","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Retail Round Table"],"idNumber":["15751468852-52"]}} -{"id":"eu-tr-157868119234-20","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Representation de l' Eglise de Grece aupres d' Union Europeenne"],"idNumber":["157868119234-20"]}} -{"id":"eu-tr-15789364550-66","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Център за изследване на демокрацията / Center for the Study of Democracy"],"idNumber":["15789364550-66"]}} -{"id":"eu-tr-157988534103-89","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Arton Capital"],"idNumber":["157988534103-89"]}} -{"id":"eu-tr-15799957915-87","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["15799957915-87"],"name":["Italian Banking, Insurance and Finance Federation"]}} -{"id":"eu-tr-158170636163-44","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["450"],"idNumber":["158170636163-44"]}} -{"id":"eu-tr-158495343096-78","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["European Policy Forum"],"idNumber":["158495343096-78"]}} -{"id":"eu-tr-158653546765-42","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["PolitAnalytics"],"idNumber":["158653546765-42"]}} -{"id":"eu-tr-158718430543-52","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Containerships Oy"],"idNumber":["158718430543-52"]}} -{"id":"eu-tr-158884828331-64","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Fundação D. Anna de Sommer Champalimaud e Dr. Carlos Montez Champalimaud"],"idNumber":["158884828331-64"]}} -{"id":"eu-tr-15913213485-46","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["15913213485-46"],"name":["Pesticide Action Network Europe"]}} -{"id":"eu-tr-15914681331-83","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Architects' Council of Europe"],"idNumber":["15914681331-83"]}} -{"id":"eu-tr-159193243873-82","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Gas Transmission System Operator of Ukraine"],"idNumber":["159193243873-82"]}} -{"id":"eu-tr-159194825072-93","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Universiteit Utrecht"],"idNumber":["159194825072-93"]}} -{"id":"eu-tr-159298416382-03","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["ECOEMBALAJES ESPAÑA, S.A."],"idNumber":["159298416382-03"]}} -{"id":"eu-tr-159303138447-47","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Tanec Praha z.ú."],"idNumber":["159303138447-47"]}} -{"id":"eu-tr-15987896534-82","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Computer & Communications Industry Association"],"idNumber":["15987896534-82"]}} -{"id":"eu-tr-15997912445-80","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Glass for Europe"],"idNumber":["15997912445-80"]}} -{"id":"eu-tr-160029427104-57","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Federación Española del Vino"],"idNumber":["160029427104-57"]}} -{"id":"eu-tr-160487726256-95","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["SÜSS MicroTec SE"],"idNumber":["160487726256-95"]}} -{"id":"eu-tr-160503047653-47","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["FairAway Travel GmbH"],"idNumber":["160503047653-47"]}} -{"id":"eu-tr-16057181340-75","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["16057181340-75"]}} -{"id":"eu-tr-160669640694-15","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"idNumber":["160669640694-15"]}} -{"id":"eu-tr-16094042309-21","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["16094042309-21"],"name":["LVMH Publica"]}} -{"id":"eu-tr-160950415853-61","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Fundacion Europea para la Sociedad de la Informacion"],"idNumber":["160950415853-61"]}} -{"id":"eu-tr-160969739303-16","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Alliance for Plant-based Foods"],"idNumber":["160969739303-16"]}} -{"id":"eu-tr-161157710612-65","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["161157710612-65"],"name":["Anheuser-Busch InBev nv/sa"]}} -{"id":"eu-tr-161160438724-42","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Rise for Climate Belgium"],"idNumber":["161160438724-42"]}} -{"id":"eu-tr-161758528401-20","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Sumitomo Mitsui Banking Corporation"],"idNumber":["161758528401-20"]}} -{"id":"eu-tr-16178359495-57","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Vereinte Dienstleistungsgewerkschaft"],"idNumber":["16178359495-57"]}} -{"id":"eu-tr-162092429393-66","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Hogan Lovells International LLP"],"idNumber":["162092429393-66"]}} -{"id":"eu-tr-162225023319-95","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Construction Products Association"],"idNumber":["162225023319-95"]}} -{"id":"eu-tr-162360211825-62","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Teosto"],"idNumber":["162360211825-62"]}} -{"id":"eu-tr-162711719247-82","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["B'nai B'rith International"],"idNumber":["162711719247-82"]}} -{"id":"eu-tr-162771718573-47","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["162771718573-47"],"name":["Conduent Incorporated"]}} -{"id":"eu-tr-16311905144-06","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["16311905144-06"],"name":["European Digital Rights"]}} -{"id":"eu-tr-163185424728-46","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Vereniging van Beleggers voor Duurzame Ontwikkeling"],"idNumber":["163185424728-46"]}} -{"id":"eu-tr-163313114609-84","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["The European Azerbaijan Society - Brussels and Benelux office"],"idNumber":["163313114609-84"]}} -{"id":"eu-tr-1634450483-86","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["1634450483-86"],"name":["Landbrug & Fødevarer - Danish Agriculture and Food Council"]}} -{"id":"eu-tr-163447715874-83","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Center for Strategic and International Studies"],"idNumber":["163447715874-83"]}} -{"id":"eu-tr-163449611538-93","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Telespazio"],"idNumber":["163449611538-93"]}} -{"id":"eu-tr-163461511626-21","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Potato Processors' Association"],"idNumber":["163461511626-21"]}} -{"id":"eu-tr-163601311611-96","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["ASSOCASEARI-CONFCOMMERCIO-IMPRESE PER L’ITALIA"],"idNumber":["163601311611-96"]}} -{"id":"eu-tr-163610437860-21","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["FUNDACIÓN CLUSTER DE EMPRESAS DE AUTOMOCIÓN DE GALICIA"],"idNumber":["163610437860-21"]}} -{"id":"eu-tr-1637225479-02","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["1637225479-02"],"name":["Freshfel Europe - the forum for the European fresh fruits and vegetables chain"]}} -{"id":"eu-tr-163962516042-10","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["163962516042-10"],"name":["American Airlines Group, Inc."]}} -{"id":"eu-tr-164230540254-23","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["International Federation of Pharmaceutial Manufacturers and Associations"],"idNumber":["164230540254-23"]}} -{"id":"eu-tr-164326630482-22","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Ripple Labs Inc"],"idNumber":["164326630482-22"]}} -{"id":"eu-tr-164451038125-33","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"idNumber":["164451038125-33"]}} -{"id":"eu-tr-165202837974-32","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["165202837974-32"],"name":["TikTok Technology Ltd"]}} -{"id":"eu-tr-16549972091-86","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["16549972091-86"],"name":["AGE Platform Europe"]}} -{"id":"eu-tr-165602115659-19","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Assocalzaturifici Italiani"],"idNumber":["165602115659-19"]}} -{"id":"eu-tr-165838227131-07","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Rud Pedersen Public Affairs Brussels"],"idNumber":["165838227131-07"]}} -{"id":"eu-tr-16595501800-80","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["16595501800-80"],"name":["Standard Chartered"]}} -{"id":"eu-tr-166428934799-80","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Mn Services N.V."],"idNumber":["166428934799-80"]}} -{"id":"eu-tr-166451434234-47","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["FEDERATION FRANCAISE DE LA PARFUMERIE SELECTIVE"],"idNumber":["166451434234-47"]}} -{"id":"eu-tr-166955831480-32","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["North West Regional College"],"idNumber":["166955831480-32"]}} -{"id":"eu-tr-16699959051-14","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Asesores Comunitarios, S.L."],"idNumber":["16699959051-14"]}} -{"id":"eu-tr-167169536278-67","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["M&G plc"],"idNumber":["167169536278-67"]}} -{"id":"eu-tr-167243339962-64","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Public Private People Partnership Digital Innovation Hub"],"idNumber":["167243339962-64"]}} -{"id":"eu-tr-167339718832-92","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Young Innovators Forum"],"idNumber":["167339718832-92"]}} -{"id":"eu-tr-167413627983-49","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["European Technology Platform ‘Plants for the Future’"],"idNumber":["167413627983-49"]}} -{"id":"eu-tr-167635521205-92","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Sense About Science"],"idNumber":["167635521205-92"]}} -{"id":"eu-tr-167769023516-11","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Fundación Empresarial Comunidad Europea Chile"],"idNumber":["167769023516-11"]}} -{"id":"eu-tr-167955229695-90","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["La Parisienne Assurances"],"idNumber":["167955229695-90"]}} -{"id":"eu-tr-168090639506-30","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Organic Processing and Trade Association Europe e.V."],"idNumber":["168090639506-30"]}} -{"id":"eu-tr-168153640824-96","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["German Edge Cloud GmbH & Co. KG"],"idNumber":["168153640824-96"]}} -{"id":"eu-tr-16822412339-79","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Syngenta Crop Protection AG"],"idNumber":["16822412339-79"]}} -{"id":"eu-tr-168406021073-77","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["True Sale International GmbH"],"idNumber":["168406021073-77"]}} -{"id":"eu-tr-16882829269-03","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Ordem dos Enfermeiros"],"idNumber":["16882829269-03"]}} -{"id":"eu-tr-168961721060-43","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["European Centre for Nature Conservation"],"idNumber":["168961721060-43"]}} -{"id":"eu-tr-168989714324-36","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["168989714324-36"],"name":["Women Engage for a Common Future"]}} -{"id":"eu-tr-169178518197-11","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["SYNTHOS Spółka Akcyjna"],"idNumber":["169178518197-11"]}} -{"id":"eu-tr-169603610073-70","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Associazione Nazionale Produttori Armi e Munizioni Sportive e Civili"],"idNumber":["169603610073-70"]}} -{"id":"eu-tr-169649115420-30","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["AGROKOR"],"idNumber":["169649115420-30"]}} -{"id":"eu-tr-169775716130-08","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Momentive Performance Materials GmbH"],"idNumber":["169775716130-08"]}} -{"id":"eu-tr-169821638625-38","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Mighty Earth"],"idNumber":["169821638625-38"]}} -{"id":"eu-tr-169998025130-55","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Central Counterparty N.V."],"idNumber":["169998025130-55"]}} -{"id":"eu-tr-16999985032-07","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Cooperatives Europe"],"idNumber":["16999985032-07"]}} -{"id":"eu-tr-170544928182-42","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["SYNTRA Midden-Vlaanderen"],"idNumber":["170544928182-42"]}} -{"id":"eu-tr-170729816699-44","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Anti-corruption Action Centre"],"idNumber":["170729816699-44"]}} -{"id":"eu-tr-170823739840-85","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["170823739840-85"]}} -{"id":"eu-tr-1710335466-15","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Seldia - The European Direct Selling Association"],"idNumber":["1710335466-15"]}} -{"id":"eu-tr-171385315838-88","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Tampereen ja Pirkanmaan EU-toimisto/Tampere Region EU Office"],"idNumber":["171385315838-88"]}} -{"id":"eu-tr-17144181426-26","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Deutscher Raiffeisenverband e.V."],"idNumber":["17144181426-26"]}} -{"id":"eu-tr-171807625822-36","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["International Fund for Houbara Conservation"],"idNumber":["171807625822-36"]}} -{"id":"eu-tr-171983226293-59","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Consejo General del Notariado"],"idNumber":["171983226293-59"]}} -{"id":"eu-tr-172134011452-07","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["SPANISH GAS ASSOCIATION"],"idNumber":["172134011452-07"]}} -{"id":"eu-tr-172234127799-64","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Alumni Europae"],"idNumber":["172234127799-64"]}} -{"id":"eu-tr-172417743140-28","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Dopper"],"idNumber":["172417743140-28"]}} -{"id":"eu-tr-17258866933-24","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["International Betting Integrity Association"],"idNumber":["17258866933-24"]}} -{"id":"eu-tr-17274876069-74","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["RAKUTEN FRANCE"],"idNumber":["17274876069-74"]}} -{"id":"eu-tr-172878639235-51","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Czepczyński Family Foundation"],"idNumber":["172878639235-51"]}} -{"id":"eu-tr-172990132672-82","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Kaivosteollisuus ry - Finnish Mining Association"],"idNumber":["172990132672-82"]}} -{"id":"eu-tr-173042412678-08","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Max-Planck-Gesellschaft zur Förderung der Wissenschaften"],"idNumber":["173042412678-08"]}} -{"id":"eu-tr-173044324277-21","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Wavestone S.A."],"idNumber":["173044324277-21"]}} -{"id":"eu-tr-173076213280-06","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Yelp"],"idNumber":["173076213280-06"]}} -{"id":"eu-tr-1733114388-50","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Green Power Denmark","Danish Energy / Dansk Energi"],"idNumber":["1733114388-50"]}} -{"id":"eu-tr-173343238166-37","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["173343238166-37"],"name":["Iliad"]}} -{"id":"eu-tr-173460831899-75","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["173460831899-75"],"name":["Environmental Defense Fund, Incorporated"]}} -{"id":"eu-tr-173532529975-58","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["173532529975-58"],"name":["European Buddhist Union"]}} -{"id":"eu-tr-174036315284-47","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["TiFN"],"idNumber":["174036315284-47"]}} -{"id":"eu-tr-17413855438-74","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Natuur & Milieu"],"idNumber":["17413855438-74"]}} -{"id":"eu-tr-174266145177-83","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Polish Institute of International Affairs"],"idNumber":["174266145177-83"]}} -{"id":"eu-tr-17429897118-54","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["DTEK"],"idNumber":["17429897118-54"]}} -{"id":"eu-tr-174304615349-26","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["APX Holding B.V."],"idNumber":["174304615349-26"]}} -{"id":"eu-tr-174457719063-67","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Mozilla Corporation"],"idNumber":["174457719063-67"]}} -{"id":"eu-tr-174684235534-60","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Qualcomm Communications SARL"],"idNumber":["174684235534-60"]}} -{"id":"eu-tr-174907742729-48","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["European Platform for the Responsible use of medicines in animals"],"idNumber":["174907742729-48"]}} -{"id":"eu-tr-174907913450-05","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Commission Intersyndicale des Déshydrateurs Européens"],"idNumber":["174907913450-05"]}} -{"id":"eu-tr-175270216602-27","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Sky Italia"],"idNumber":["175270216602-27"]}} -{"id":"eu-tr-175323916168-03","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["175323916168-03"],"name":["SAS Institute"]}} -{"id":"eu-tr-175695224542-61","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Open Access Infrastructure for Research in Europe"],"idNumber":["175695224542-61"]}} -{"id":"eu-tr-175984826826-67","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"idNumber":["175984826826-67"]}} -{"id":"eu-tr-176334311014-43","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Wirtschaftsrat der CDU e.V."],"idNumber":["176334311014-43"]}} -{"id":"eu-tr-1771817758-48","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["1771817758-48"],"name":["Bundesverband der Deutschen Industrie e.V."]}} -{"id":"eu-tr-177326839581-89","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["177326839581-89"],"name":["Duck Duck Go, Inc."]}} -{"id":"eu-tr-177455741999-88","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["STARBURST ACCELERATOR"],"idNumber":["177455741999-88"]}} -{"id":"eu-tr-177543737531-28","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Polski Związek Pszczelarski"],"idNumber":["177543737531-28"]}} -{"id":"eu-tr-17798717671-62","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Bureau Brussel Vewin - Unie van Waterschappen"],"idNumber":["17798717671-62"]}} -{"id":"eu-tr-177994617312-19","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["The Brookings Institution"],"idNumber":["177994617312-19"]}} -{"id":"eu-tr-178031434813-93","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Viel & Cie"],"idNumber":["178031434813-93"]}} -{"id":"eu-tr-17804464809-28","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["17804464809-28"],"name":["Euronext"]}} -{"id":"eu-tr-178202525171-62","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["International Astronomical Union"],"idNumber":["178202525171-62"]}} -{"id":"eu-tr-178305418771-81","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Mission Opérationnelle Transfrontalière"],"idNumber":["178305418771-81"]}} -{"id":"eu-tr-178415126769-41","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["ANFACO-CECOPESCA"],"idNumber":["178415126769-41"]}} -{"id":"eu-tr-178550444709-12","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Nature Energy"],"idNumber":["178550444709-12"]}} -{"id":"eu-tr-178570419510-42","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["178570419510-42"]}} -{"id":"eu-tr-178653843409-01","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Superrr Lab SL gGmbH"],"idNumber":["178653843409-01"]}} -{"id":"eu-tr-178676532639-72","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Partnerships in Health"],"idNumber":["178676532639-72"]}} -{"id":"eu-tr-17882036839-35","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"idNumber":["17882036839-35"]}} -{"id":"eu-tr-17888758870-92","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["British Council"],"idNumber":["17888758870-92"]}} -{"id":"eu-tr-17909506129-41","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["17909506129-41"],"name":["EUROGAS aisbl"]}} -{"id":"eu-tr-179370613236-62","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["BPCE"],"idNumber":["179370613236-62"]}} -{"id":"eu-tr-179612840909-89","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["APc - Affaires Publiques consultants"],"idNumber":["179612840909-89"]}} -{"id":"eu-tr-1798200413-71","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["ConocoPhillips"],"idNumber":["1798200413-71"]}} -{"id":"eu-tr-179849116923-48","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Catalan Audiovisual Council (Consell de l'Audiovisual de Catalunya)"],"idNumber":["179849116923-48"]}} -{"id":"eu-tr-179994825473-48","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Beiten Burkhardt"],"idNumber":["179994825473-48"]}} -{"id":"eu-tr-180041038974-14","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Ranking Digital Rights"],"idNumber":["180041038974-14"]}} -{"id":"eu-tr-180261522227-38","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Netherlands Institute for the Classification of Audiovisual Media"],"idNumber":["180261522227-38"]}} -{"id":"eu-tr-1805107590-28","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["1805107590-28"],"name":["International Air Transport Association"]}} -{"id":"eu-tr-18082924076-29","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Fagbevægelsens Hovedorganisation"],"idNumber":["18082924076-29"]}} -{"id":"eu-tr-180841124732-44","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Centrum Werk Gezondheid"],"idNumber":["180841124732-44"]}} -{"id":"eu-tr-180850142485-82","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Our Fish"],"idNumber":["180850142485-82"]}} -{"id":"eu-tr-181050631227-20","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["InfraPartners Management"],"idNumber":["181050631227-20"]}} -{"id":"eu-tr-181109831731-79","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Our Future, Our Choice!"],"idNumber":["181109831731-79"]}} -{"id":"eu-tr-1811573195-25","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Inland Navigation Europe"],"idNumber":["1811573195-25"]}} -{"id":"eu-tr-18146381379-29","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["18146381379-29"],"name":["Energy Technologies Europe"]}} -{"id":"eu-tr-18165266149-22","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Federation of Agencies and Regions for Energy and the Environment"],"idNumber":["18165266149-22"]}} -{"id":"eu-tr-181677844092-74","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Stichting Energie en Samenleving"],"idNumber":["181677844092-74"]}} -{"id":"eu-tr-181778123351-61","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Forum for Primary Care"],"idNumber":["181778123351-61"]}} -{"id":"eu-tr-181863430334-01","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Bank of Ireland Group plc"],"idNumber":["181863430334-01"]}} -{"id":"eu-tr-18191445640-83","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Biogas Association"],"idNumber":["18191445640-83"]}} -{"id":"eu-tr-182141815575-65","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["KIC InnoEnergy"],"idNumber":["182141815575-65"]}} -{"id":"eu-tr-182190427542-79","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Dr. Günther Kast GmbH & Co. Technische Gewebe Spezial-Fasererzeugnisse KG"],"idNumber":["182190427542-79"]}} -{"id":"eu-tr-182556630139-09","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Van de Sant Innovations BV"],"idNumber":["182556630139-09"]}} -{"id":"eu-tr-182695516039-78","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Fire Safe Europe"],"idNumber":["182695516039-78"]}} -{"id":"eu-tr-183089341543-86","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Institute of Peace"],"idNumber":["183089341543-86"]}} -{"id":"eu-tr-183192748004-32","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["CANOPEA"],"idNumber":["183192748004-32"]}} -{"id":"eu-tr-183253528053-26","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["EUROPOLARIS European Policy Advice and Research & Innovation Strategies"],"idNumber":["183253528053-26"]}} -{"id":"eu-tr-18343956476-47","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["18343956476-47"],"name":["EuroMed Rights / EuroMed Droits"]}} -{"id":"eu-tr-183697319056-15","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Federación de Distribuidores Cinematográficos (FEDICINE)"],"idNumber":["183697319056-15"]}} -{"id":"eu-tr-18370091485-91","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"idNumber":["18370091485-91"]}} -{"id":"eu-tr-184254124305-29","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Afrobytes"],"idNumber":["184254124305-29"]}} -{"id":"eu-tr-184533623412-30","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Galloo France"],"idNumber":["184533623412-30"]}} -{"id":"eu-tr-18460992206-03","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Confederation of European Senior Expert Services"],"idNumber":["18460992206-03"]}} -{"id":"eu-tr-18466902007-33","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Dutch Produce Association"],"idNumber":["18466902007-33"]}} -{"id":"eu-tr-1849405799-88","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["1849405799-88"],"name":["TotalEnergies SE"]}} -{"id":"eu-tr-185116228928-67","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["International Tax and Investment Center"],"idNumber":["185116228928-67"]}} -{"id":"eu-tr-185216022477-29","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Varian Medical Systems International AG"],"idNumber":["185216022477-29"]}} -{"id":"eu-tr-185444320593-81","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Clothes Aid (Services) Ltd"],"idNumber":["185444320593-81"]}} -{"id":"eu-tr-18574111503-28","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["18574111503-28"],"name":["Association of Commercial Television and Video on Demand Services in Europe"]}} -{"id":"eu-tr-185981542836-34","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["One Family Foundation"],"idNumber":["185981542836-34"]}} -{"id":"eu-tr-18614026826-73","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["18614026826-73"],"name":["APG Groep N.V."]}} -{"id":"eu-tr-186423122423-65","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Hausfeld & Co. LLP"],"idNumber":["186423122423-65"]}} -{"id":"eu-tr-18712067888-04","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Mid Sweden European Office"],"idNumber":["18712067888-04"]}} -{"id":"eu-tr-187449026945-68","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["European Student Think Tank"],"idNumber":["187449026945-68"]}} -{"id":"eu-tr-187982333602-44","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["187982333602-44"],"name":["ASOCIACION ESPAÑOLA DEL GAS"]}} -{"id":"eu-tr-188133714462-27","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["188133714462-27"],"name":["association européenne de la pensée libre"]}} -{"id":"eu-tr-188266812877-12","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["BEL"],"idNumber":["188266812877-12"]}} -{"id":"eu-tr-188286515192-19","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["ESSCA Ecole de Management"],"idNumber":["188286515192-19"]}} -{"id":"eu-tr-188418619517-11","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Insight Consultants"],"idNumber":["188418619517-11"]}} -{"id":"eu-tr-188439935936-53","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["FOMENT DEL TREBALL NACIONAL"],"idNumber":["188439935936-53"]}} -{"id":"eu-tr-188505217747-03","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["SCHUFA Holding AG"],"idNumber":["188505217747-03"]}} -{"id":"eu-tr-188918620990-58","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Sant'Egidio BXL Europe"],"idNumber":["188918620990-58"]}} -{"id":"eu-tr-188950615786-50","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["FORWARD THINKING"],"idNumber":["188950615786-50"]}} -{"id":"eu-tr-189086736758-93","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Ingevity Corporation"],"idNumber":["189086736758-93"]}} -{"id":"eu-tr-189379534442-48","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Euroffice Praha - Brusel, a. s."],"idNumber":["189379534442-48"]}} -{"id":"eu-tr-18940431725-51","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["F. Hoffmann-La Roche Ltd"],"idNumber":["18940431725-51"]}} -{"id":"eu-tr-18941013532-08","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["18941013532-08"],"name":["European Public Health Alliance"]}} -{"id":"eu-tr-1894704851-83","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Express Association"],"idNumber":["1894704851-83"]}} -{"id":"eu-tr-189510925414-06","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["voestalpine AG"],"idNumber":["189510925414-06"]}} -{"id":"eu-tr-189607519323-76","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["189607519323-76"],"name":["European Tech Alliance"]}} -{"id":"eu-tr-189720828138-88","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["ReAct - Action on Antibiotic Resistance"],"idNumber":["189720828138-88"]}} -{"id":"eu-tr-189925038187-69","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Clúster Bananero del Ecuador"],"idNumber":["189925038187-69"]}} -{"id":"eu-tr-190087618732-70","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Irish Stock Exchange plc, trading as Euronext Dublin"],"idNumber":["190087618732-70"]}} -{"id":"eu-tr-190177617295-51","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Cos&Co European Law and Advocacy Advisers"],"idNumber":["190177617295-51"]}} -{"id":"eu-tr-190775245617-48","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Fyffes International Ireland"],"idNumber":["190775245617-48"]}} -{"id":"eu-tr-190810415919-85","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Tesco plc"],"idNumber":["190810415919-85"]}} -{"id":"eu-tr-19093363838-48","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["19093363838-48"],"name":["Platform for International Cooperation on Undocumented Migrants"]}} -{"id":"eu-tr-190987114891-73","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Investor AB"],"idNumber":["190987114891-73"]}} -{"id":"eu-tr-191029821862-52","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["191029821862-52"],"name":["Distrigaz Sud Retele"]}} -{"id":"eu-tr-191176426237-23","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Asociace pro mezinárodní otázky (Association for International Affairs)"],"idNumber":["191176426237-23"]}} -{"id":"eu-tr-191285330070-33","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Hitachi Rail STS"],"idNumber":["191285330070-33"]}} -{"id":"eu-tr-191305632550-86","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Enter srl"],"idNumber":["191305632550-86"]}} -{"id":"eu-tr-191319744634-58","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["H2GS AB"],"idNumber":["191319744634-58"]}} -{"id":"eu-tr-191419916889-22","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["NV Nederlandse Spoorwegen"],"idNumber":["191419916889-22"]}} -{"id":"eu-tr-191538712765-84","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Wikimedia Europe (WMEU)"],"idNumber":["191538712765-84"]}} -{"id":"eu-tr-19153965510-75","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["19153965510-75"],"name":["EUROALLIAGES"]}} -{"id":"eu-tr-191838440537-52","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Teamarbejdsliv"],"idNumber":["191838440537-52"]}} -{"id":"eu-tr-192190835320-51","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Digital Policy Roundtable"],"idNumber":["192190835320-51"]}} -{"id":"eu-tr-192208015291-09","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Union National Institutes for Culture"],"idNumber":["192208015291-09"]}} -{"id":"eu-tr-19227706301-14","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Concawe"],"idNumber":["19227706301-14"]}} -{"id":"eu-tr-192342238879-88","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Institut pro politiku a společnost"],"idNumber":["192342238879-88"]}} -{"id":"eu-tr-19265592757-25","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["19265592757-25"],"name":["Association of European Cancer Leagues"]}} -{"id":"eu-tr-193056815367-44","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["193056815367-44"],"name":["AMADEUS IT GROUP S.A."]}} -{"id":"eu-tr-193134420276-29","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["IPS Innovative Prison Systems (QUALIFY JUST IT Solutions and Consulting, LTD)"],"idNumber":["193134420276-29"]}} -{"id":"eu-tr-19316934749-13","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["19316934749-13"],"name":["Gewerkschaft Nahrung Genuss Gaststätten"]}} -{"id":"eu-tr-193193731533-21","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Estrutura para Implementação do Gabinete de Representação da Região Autónoma dos Açores"],"idNumber":["193193731533-21"]}} -{"id":"eu-tr-193322312286-94","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Bayerischer Bauernverband"],"idNumber":["193322312286-94"]}} -{"id":"eu-tr-193525627765-71","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["European observatory for democracy and peace"],"idNumber":["193525627765-71"]}} -{"id":"eu-tr-193588825276-25","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["KWF Kankerbestrijding"],"idNumber":["193588825276-25"]}} -{"id":"eu-tr-193746214007-06","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Acerinox, S.A."],"idNumber":["193746214007-06"]}} -{"id":"eu-tr-193993430380-75","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Atomium-European Institute for Science, Media and Democracy"],"idNumber":["193993430380-75"]}} -{"id":"eu-tr-194048338487-53","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Luxembourg Institute of Socio-Economic Research"],"idNumber":["194048338487-53"]}} -{"id":"eu-tr-194094423131-36","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["ZF Friedrichshafen AG"],"idNumber":["194094423131-36"]}} -{"id":"eu-tr-194220411820-41","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Amway"],"idNumber":["194220411820-41"]}} -{"id":"eu-tr-194221424767-06","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Stichting Advisory Council for pelagic stocks"],"idNumber":["194221424767-06"]}} -{"id":"eu-tr-194469245747-11","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"idNumber":["194469245747-11"]}} -{"id":"eu-tr-194522840515-69","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["The National Center for Missing and Exploited Children"],"idNumber":["194522840515-69"]}} -{"id":"eu-tr-194671518391-54","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Tuberculosis Vaccine Initiative"],"idNumber":["194671518391-54"]}} -{"id":"eu-tr-194701439441-91","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["194701439441-91"],"name":["trivago N.V."]}} -{"id":"eu-tr-194790437564-74","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Polish Institute of International Affairs"],"idNumber":["194790437564-74"]}} -{"id":"eu-tr-194953315534-56","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Recycling Platform SASU"],"idNumber":["194953315534-56"]}} -{"id":"eu-tr-1954267427-31","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["1954267427-31"],"name":["FERROVIE DELLO STATO ITALIANE S.p.A."]}} -{"id":"eu-tr-195536914302-36","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["195536914302-36"]}} -{"id":"eu-tr-195659016630-24","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Lazard Asset Management (Deutschland) GmbH"],"idNumber":["195659016630-24"]}} -{"id":"eu-tr-196160532627-78","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["MM Kotkamills Oy"],"idNumber":["196160532627-78"]}} -{"id":"eu-tr-196370435011-36","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Sozialverband Deutschland"],"idNumber":["196370435011-36"]}} -{"id":"eu-tr-196437725365-79","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["ASOCIACIÓN PAISAJE LIMPIO"],"idNumber":["196437725365-79"]}} -{"id":"eu-tr-196587227336-19","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Taxify OÜ"],"idNumber":["196587227336-19"]}} -{"id":"eu-tr-196591220975-14","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["The Brattle Group Limited"],"idNumber":["196591220975-14"]}} -{"id":"eu-tr-196997510883-76","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["DER MITTELSTANDSVERBUND"],"idNumber":["196997510883-76"]}} -{"id":"eu-tr-19714485883-27","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Lumina"],"idNumber":["19714485883-27"]}} -{"id":"eu-tr-197160137253-60","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Food Transition Coalition of The Netherlands"],"idNumber":["197160137253-60"]}} -{"id":"eu-tr-197184824639-83","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Bundesdruckerei GmbH"],"idNumber":["197184824639-83"]}} -{"id":"eu-tr-19736167705-91","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Deutsche Unternehmensinitiative Energieeffizienz e.V."],"idNumber":["19736167705-91"]}} -{"id":"eu-tr-197447234268-82","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"idNumber":["197447234268-82"]}} -{"id":"eu-tr-19747905832-33","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["MSL Brussels - Division of MMS Communications Belgium SA"],"idNumber":["19747905832-33"]}} -{"id":"eu-tr-197541932728-15","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["International Society for Stem Cell Research"],"idNumber":["197541932728-15"]}} -{"id":"eu-tr-1977807375-62","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["association of television and radio sales houses"],"idNumber":["1977807375-62"]}} -{"id":"eu-tr-19782003137-18","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Dutch Meat Association"],"idNumber":["19782003137-18"]}} -{"id":"eu-tr-197834213050-71","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Coordination of European Picture Agencies Press Stock Heritage"],"idNumber":["197834213050-71"]}} -{"id":"eu-tr-1978775156-31","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["1978775156-31"],"name":["International Federation of Industrial Energy Consumers"]}} -{"id":"eu-tr-198063521842-62","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["European Network Against Arms Trade"],"idNumber":["198063521842-62"]}} -{"id":"eu-tr-19807921101-45","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Mondelez Europe GmbH"],"idNumber":["19807921101-45"]}} -{"id":"eu-tr-198354815537-92","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Association of Social Democratic Municipalities"],"idNumber":["198354815537-92"]}} -{"id":"eu-tr-198421723232-71","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["EQUIPOS MÓVILES DE CAMPAÑA ARPA SAU"],"idNumber":["198421723232-71"]}} -{"id":"eu-tr-19853116579-64","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Association for Coal and Lignite"],"idNumber":["19853116579-64"]}} -{"id":"eu-tr-198539331393-20","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Networks Matter"],"idNumber":["198539331393-20"]}} -{"id":"eu-tr-198669134471-53","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Agora Strategy Institute GmbH"],"idNumber":["198669134471-53"]}} -{"id":"eu-tr-198696432927-14","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Styrenics Circular Solutions"],"idNumber":["198696432927-14"]}} -{"id":"eu-tr-198908239767-32","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["EUROBANK ASSET MANAGEMENT ΜΟΝΟΠΡΟΣΩΠΗ ΑΝΩΝΥΜΗ ΕΤΑΙΡΕΙΑ ΔΙΑΧΕΙΡΙΣΗΣ ΑΜΟΙΒΑΙΩΝ ΚΕΦΑΛΑΙΩΝ"],"idNumber":["198908239767-32"]}} -{"id":"eu-tr-198947931231-25","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Tachyum"],"idNumber":["198947931231-25"]}} -{"id":"eu-tr-198976724179-09","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["AS SEB Pank"],"idNumber":["198976724179-09"]}} -{"id":"eu-tr-199090913475-87","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["199090913475-87"]}} -{"id":"eu-tr-19920706471-21","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["19920706471-21"],"name":["WindEurope"]}} -{"id":"eu-tr-1992865484-43","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Association Française des Marchés Financiers"],"idNumber":["1992865484-43"]}} -{"id":"eu-tr-199308213329-62","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["World Organization of the Scout Movement - Bureau Européen du Scoutisme"],"idNumber":["199308213329-62"]}} -{"id":"eu-tr-20008164092-96","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["The Premier League"],"idNumber":["20008164092-96"]}} -{"id":"eu-tr-200145833328-59","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["200145833328-59"],"name":["Center for Reproductive Rights, Inc."]}} -{"id":"eu-tr-200183327211-90","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["ΕΛΛΗΝΙΚΗ ΕΝΩΣΗ ΤΡΑΠΕΖΩΝ"],"idNumber":["200183327211-90"]}} -{"id":"eu-tr-200366615906-38","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["AREL agenzia ricerche e legislazione fondata da nino andreatta"],"idNumber":["200366615906-38"]}} -{"id":"eu-tr-200593345593-86","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Strategic Advisory Management"],"idNumber":["200593345593-86"]}} -{"id":"eu-tr-200768837260-80","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Asociatia ROMA ENTREPRENEURSHIP DEVELOPMENT"],"idNumber":["200768837260-80"]}} -{"id":"eu-tr-200781944024-83","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Berghof Foundation Operations gGmbH"],"idNumber":["200781944024-83"]}} -{"id":"eu-tr-201132116888-24","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Bundesverband Digitalpublisher und Zeitungsverleger"],"idNumber":["201132116888-24"]}} -{"id":"eu-tr-20132976103-18","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["EU Association of Specialty Feed Ingredients and their Mixtures"],"idNumber":["20132976103-18"]}} -{"id":"eu-tr-201760041354-79","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["CLAI"],"idNumber":["201760041354-79"]}} -{"id":"eu-tr-201839244725-10","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["SOK"],"idNumber":["201839244725-10"]}} -{"id":"eu-tr-202063234272-81","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["block.one"],"idNumber":["202063234272-81"]}} -{"id":"eu-tr-20210641335-88","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["20210641335-88"],"name":["Orgalim – Europe's Technology Industries"]}} -{"id":"eu-tr-202136122160-22","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Nyrstar Budel"],"idNumber":["202136122160-22"]}} -{"id":"eu-tr-202259816963-56","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["The Mentor Group"],"idNumber":["202259816963-56"]}} -{"id":"eu-tr-202330629376-87","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"idNumber":["202330629376-87"]}} -{"id":"eu-tr-202559641794-09","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["202559641794-09"]}} -{"id":"eu-tr-202560512850-84","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["202560512850-84"],"name":["Seznam.cz, a.s."]}} -{"id":"eu-tr-202702447560-24","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Institute of Export & International Trade"],"idNumber":["202702447560-24"]}} -{"id":"eu-tr-202954923396-42","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Deutsche Aidshilfe"],"idNumber":["202954923396-42"]}} -{"id":"eu-tr-202973814485-15","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Child Circle"],"idNumber":["202973814485-15"]}} -{"id":"eu-tr-203034927704-17","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Aspen Institute Deutschland e.V."],"idNumber":["203034927704-17"]}} -{"id":"eu-tr-203165138219-11","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Fisheries Alliance"],"idNumber":["203165138219-11"]}} -{"id":"eu-tr-203401420540-78","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Energinet"],"idNumber":["203401420540-78"]}} -{"id":"eu-tr-203417137798-52","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["APG Groep NV"],"idNumber":["203417137798-52"]}} -{"id":"eu-tr-203835118406-89","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Stichting Rewilding Europe"],"idNumber":["203835118406-89"]}} -{"id":"eu-tr-203875243909-78","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["203875243909-78"]}} -{"id":"eu-tr-203912412999-51","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["FacilityLive OpCo"],"idNumber":["203912412999-51"]}} -{"id":"eu-tr-203926218805-93","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["KUKA AG"],"idNumber":["203926218805-93"]}} -{"id":"eu-tr-204022211093-63","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Historic Houses A","European Historic Houses"],"idNumber":["204022211093-63"]}} -{"id":"eu-tr-204066023415-46","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["204066023415-46"],"name":["Alibaba Group Holding Limited"]}} -{"id":"eu-tr-204118419175-08","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Red Flag"],"idNumber":["204118419175-08"]}} -{"id":"eu-tr-204331434878-53","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["LifeTime Initiative"],"idNumber":["204331434878-53"]}} -{"id":"eu-tr-20457441380-38","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["BDEW Bundesverband der Energie- und Wasserwirtschaft e. V."],"idNumber":["20457441380-38"]}} -{"id":"eu-tr-204613612418-94","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Austrian Power Grid AG"],"idNumber":["204613612418-94"]}} -{"id":"eu-tr-204793610436-15","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Aliénor"],"idNumber":["204793610436-15"]}} -{"id":"eu-tr-2050009628-31","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["2050009628-31"],"name":["Comité du commerce des céréales, aliments du bétail, oléagineux, huile d'olive, huiles et graisses et agrofournitures de l'U.E."]}} -{"id":"eu-tr-205062122643-59","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Koninklijk verbond van beheerders van goederenstrom"],"idNumber":["205062122643-59"]}} -{"id":"eu-tr-205170133342-09","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Confederation of Laboratories for Artificial Intelligence Research in Europe AISBL"],"idNumber":["205170133342-09"]}} -{"id":"eu-tr-205173621277-10","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Sihtasutus Eestimaa Looduse Fond"],"idNumber":["205173621277-10"]}} -{"id":"eu-tr-205178317010-49","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Dublin Chamber of Commerce"],"idNumber":["205178317010-49"]}} -{"id":"eu-tr-205215521290-52","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"idNumber":["205215521290-52"]}} -{"id":"eu-tr-205283422093-55","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Bonelli Erede Lombardi Pappalardo Studio Legale"],"idNumber":["205283422093-55"]}} -{"id":"eu-tr-205320723475-37","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["European Neighbourhood Council"],"idNumber":["205320723475-37"]}} -{"id":"eu-tr-205790518834-06","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["World Council of Churches"],"idNumber":["205790518834-06"]}} -{"id":"eu-tr-20586492362-11","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["ISFE - Representing the European Videogames Industry"],"idNumber":["20586492362-11"]}} -{"id":"eu-tr-205951731935-57","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"idNumber":["205951731935-57"]}} -{"id":"eu-tr-205999610833-45","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["European Boating Association"],"idNumber":["205999610833-45"]}} -{"id":"eu-tr-206201438220-85","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Centre for European Policy Studies"],"idNumber":["206201438220-85"]}} -{"id":"eu-tr-20620934484-91","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Huis van de Nederlandse Provincies","House of the Dutch Provinces"],"idNumber":["20620934484-91"]}} -{"id":"eu-tr-206322721649-81","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["BillerudKorsnäs AB"],"idNumber":["206322721649-81"]}} -{"id":"eu-tr-206348832825-42","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Latvian Peat Association"],"idNumber":["206348832825-42"]}} -{"id":"eu-tr-206407629022-89","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Ellalink Spain"],"idNumber":["206407629022-89"]}} -{"id":"eu-tr-206549617146-90","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["206549617146-90"],"name":["Credit Suisse Group AG"]}} -{"id":"eu-tr-206797322368-37","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["NewsBrands Ireland"],"idNumber":["206797322368-37"]}} -{"id":"eu-tr-206816021848-17","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["206816021848-17"],"name":["Ellen MacArthur Foundation"]}} -{"id":"eu-tr-206882037381-44","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Network of Heads of Nature Conservation Agencies"],"idNumber":["206882037381-44"]}} -{"id":"eu-tr-20705158207-35","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Finance Denmark"],"idNumber":["20705158207-35"]}} -{"id":"eu-tr-207163217386-11","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Institut für interdisziplinäre Dermatologische Prävention und Rehabilitation"],"idNumber":["207163217386-11"]}} -{"id":"eu-tr-207248839097-87","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Association of Latvian Organic Agriculture"],"idNumber":["207248839097-87"]}} -{"id":"eu-tr-2073390649-79","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Confédération des Fabricants de Levure de l'Union Européenne"],"idNumber":["2073390649-79"]}} -{"id":"eu-tr-20744335040-66","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Fair Trade Advocacy Office"],"idNumber":["20744335040-66"]}} -{"id":"eu-tr-20754631263-62","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Fédération Francaise des Motards en Colère"],"idNumber":["20754631263-62"]}} -{"id":"eu-tr-207563426702-89","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Sindicato Nacional do Ensino Superior"],"idNumber":["207563426702-89"]}} -{"id":"eu-tr-207622824992-19","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["BV Beco"],"idNumber":["207622824992-19"]}} -{"id":"eu-tr-207783440380-27","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Shearwater Global"],"idNumber":["207783440380-27"]}} -{"id":"eu-tr-207857725603-49","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["IP2Innovate"],"idNumber":["207857725603-49"]}} -{"id":"eu-tr-20823586298-69","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Raha-automaattiyhdistys"],"idNumber":["20823586298-69"]}} -{"id":"eu-tr-208300337606-85","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["EIDD - Design for All Europe"],"idNumber":["208300337606-85"]}} -{"id":"eu-tr-208351410839-33","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["208351410839-33"],"name":["Indra"]}} -{"id":"eu-tr-20884001341-42","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["20884001341-42"],"name":["Deutsche Börse AG"]}} -{"id":"eu-tr-208901115513-06","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Air Baltic Corporation AS"],"idNumber":["208901115513-06"]}} -{"id":"eu-tr-208929410103-47","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Institut Européen des Armes de Chasse et de Sport"],"idNumber":["208929410103-47"]}} -{"id":"eu-tr-209143033529-94","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["ResMed"],"idNumber":["209143033529-94"]}} -{"id":"eu-tr-209240014691-81","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["the International Association for Measurement and Evaluation of Communication"],"idNumber":["209240014691-81"]}} -{"id":"eu-tr-20935778703-23","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["20935778703-23"],"name":["EuropeanIssuers"]}} -{"id":"eu-tr-209419137390-03","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Danish Pelagic Producer Organisation"],"idNumber":["209419137390-03"]}} -{"id":"eu-tr-20943263315-44","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Building Automation and Controls Association"],"idNumber":["20943263315-44"]}} -{"id":"eu-tr-209945243133-52","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["ROBIN WOOD -- Gewaltfreie Aktionsgemeinschaft für Natur und Umwelt e.V."],"idNumber":["209945243133-52"]}} -{"id":"eu-tr-210219629717-70","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["IDeA Europe Foundation"],"idNumber":["210219629717-70"]}} -{"id":"eu-tr-210297629291-95","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Cerner France"],"idNumber":["210297629291-95"]}} -{"id":"eu-tr-210345520003-70","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Határon Átnyúló Kezdeményezések Közép-európai Segítő Szolgálata"],"idNumber":["210345520003-70"]}} -{"id":"eu-tr-210418516054-55","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["EPA Consulting, s.r.o."],"idNumber":["210418516054-55"]}} -{"id":"eu-tr-210455010135-08","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["The Regulatory Assistance Project"],"idNumber":["210455010135-08"]}} -{"id":"eu-tr-210961624800-36","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["NBC Universal - News"],"idNumber":["210961624800-36"]}} -{"id":"eu-tr-211068344462-22","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["myAbility Social Enterprise GmbH"],"idNumber":["211068344462-22"]}} -{"id":"eu-tr-211212818212-77","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["INSTITUT NATIONAL DE L'AUDIOVISUEL"],"idNumber":["211212818212-77"]}} -{"id":"eu-tr-211392938041-28","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Global Citizen"],"idNumber":["211392938041-28"]}} -{"id":"eu-tr-211500841707-38","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"idNumber":["211500841707-38"]}} -{"id":"eu-tr-212116737377-80","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["MVP Management GmbH"],"idNumber":["212116737377-80"]}} -{"id":"eu-tr-212203817275-79","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["American Association for the Advancement of Science"],"idNumber":["212203817275-79"]}} -{"id":"eu-tr-212242816429-05","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Austria Wirtschaftsservice Gesellschaft mbH"],"idNumber":["212242816429-05"]}} -{"id":"eu-tr-212432414885-94","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Danfoss A/S"],"idNumber":["212432414885-94"]}} -{"id":"eu-tr-21280626733-05","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Deutsches Zentrum für Luft- und Raumfahrt e.V."],"idNumber":["21280626733-05"]}} -{"id":"eu-tr-212855924771-11","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Estonian Railways"],"idNumber":["212855924771-11"]}} -{"id":"eu-tr-212877131768-20","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["212877131768-20"],"name":["Evangelical Lutheran Church of Finland, Church Council"]}} -{"id":"eu-tr-212885415901-57","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Cercle des Réseaux européens"],"idNumber":["212885415901-57"]}} -{"id":"eu-tr-213430833817-69","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["ΕΛΛΗΝΙΚΗ ΟΜΟΣΠΟΝΔΙΑ ΓΟΥΝΑΣ"],"idNumber":["213430833817-69"]}} -{"id":"eu-tr-213438938327-76","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Telecom Infra Project"],"idNumber":["213438938327-76"]}} -{"id":"eu-tr-213502637171-88","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Törkel Consulting GmbH i.L."],"idNumber":["213502637171-88"]}} -{"id":"eu-tr-213518813328-18","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["European League for Economic Cooperation"],"idNumber":["213518813328-18"]}} -{"id":"eu-tr-213724216997-46","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["ASOCIACION DE EMPRESAS DE FRIO Y SUS TECNOLOGIAS"],"idNumber":["213724216997-46"]}} -{"id":"eu-tr-213754916822-68","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["213754916822-68"],"name":["ASSOCIATION FEDERATION HANDICAP INTERNATIONAL"]}} -{"id":"eu-tr-214122242222-55","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Holcim Foundation for Sustainable Construction"],"idNumber":["214122242222-55"]}} -{"id":"eu-tr-214140728444-40","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Bloomberg L.P."],"idNumber":["214140728444-40"]}} -{"id":"eu-tr-214347015699-91","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["ANFACO-CECOPESCA"],"idNumber":["214347015699-91"]}} -{"id":"eu-tr-214419515681-64","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["SOCIETE BIC"],"idNumber":["214419515681-64"]}} -{"id":"eu-tr-214524019642-47","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["AB Stokab"],"idNumber":["214524019642-47"]}} -{"id":"eu-tr-215050018674-84","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["DNA Oyj"],"idNumber":["215050018674-84"]}} -{"id":"eu-tr-215480025291-83","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["MINHA TERRA - Federação Portuguesa de Associações de Desenvolvimento Local"],"idNumber":["215480025291-83"]}} -{"id":"eu-tr-2157421414-31","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["MARKENVERBAND"],"idNumber":["2157421414-31"]}} -{"id":"eu-tr-2157643512-49","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["FEAD","European Federation of Waste Management and Environmental Services"],"idNumber":["2157643512-49"]}} -{"id":"eu-tr-215801528562-26","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Genossenschaftsverband Bayern"],"idNumber":["215801528562-26"]}} -{"id":"eu-tr-215909832039-55","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["HERE Technologies"],"idNumber":["215909832039-55"]}} -{"id":"eu-tr-216091637394-12","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["ASPEN INSTITUTE ITALIA"],"idNumber":["216091637394-12"]}} -{"id":"eu-tr-216196122980-55","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["SYSTEMIQ Ltd."],"idNumber":["216196122980-55"]}} -{"id":"eu-tr-216318120246-31","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["OneWeb"],"idNumber":["216318120246-31"]}} -{"id":"eu-tr-216374348038-09","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Fluency Innovation Limited"],"idNumber":["216374348038-09"]}} -{"id":"eu-tr-217431815449-94","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Southern Cloud"],"idNumber":["217431815449-94"]}} -{"id":"eu-tr-217499944538-05","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Lenovo Group Limited"],"idNumber":["217499944538-05"]}} -{"id":"eu-tr-217728426063-55","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Smart Lighting Alliance France"],"idNumber":["217728426063-55"]}} -{"id":"eu-tr-217968521498-73","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["JUSTICIA European Rights Network"],"idNumber":["217968521498-73"]}} -{"id":"eu-tr-218005833024-72","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Heathrow Airport Holdings Limited"],"idNumber":["218005833024-72"]}} -{"id":"eu-tr-218219812319-84","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Bundesverband Alternative Investments e.V."],"idNumber":["218219812319-84"]}} -{"id":"eu-tr-218230019195-25","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Dogwood Alliance"],"idNumber":["218230019195-25"]}} -{"id":"eu-tr-218282321469-11","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["218282321469-11"],"name":["Heinrich Bauer Verlag KG"]}} -{"id":"eu-tr-21851435137-02","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Ford Motor Company"],"idNumber":["21851435137-02"]}} -{"id":"eu-tr-21856815315-64","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["EUROSMART"],"idNumber":["21856815315-64"]}} -{"id":"eu-tr-21862631806-19","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Royal Society for the Protection of Birds"],"idNumber":["21862631806-19"]}} -{"id":"eu-tr-21868711871-63","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["ACCIS"],"idNumber":["21868711871-63"]}} -{"id":"eu-tr-21877126545-33","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["21877126545-33"],"name":["pantarhei corporate advisors"]}} -{"id":"eu-tr-218932744012-33","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Open Voice Network"],"idNumber":["218932744012-33"]}} -{"id":"eu-tr-218961729675-79","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Etablissement français du sang"],"idNumber":["218961729675-79"]}} -{"id":"eu-tr-219038730914-92","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Union Européenne des Médecins Spécialistes"],"idNumber":["219038730914-92"]}} -{"id":"eu-tr-219045234775-07","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["PUBLIC AFFAIRS AND NETWORKS"],"idNumber":["219045234775-07"]}} -{"id":"eu-tr-219068015989-38","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Association des yaourts & laits fermentés vivants"],"idNumber":["219068015989-38"]}} -{"id":"eu-tr-21958075995-59","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Europtimum Conseil"],"idNumber":["21958075995-59"]}} -{"id":"eu-tr-219775535360-61","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Prime Collateralised Securities (PCS) Europe asbl"],"idNumber":["219775535360-61"]}} -{"id":"eu-tr-219923333423-65","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Grahambishop.com"],"idNumber":["219923333423-65"]}} -{"id":"eu-tr-219933021292-32","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["FireEye Ireland Limited"],"idNumber":["219933021292-32"]}} -{"id":"eu-tr-220015616134-02","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["220015616134-02"],"name":["Brown-Forman Netherlands BV"]}} -{"id":"eu-tr-220054134732-23","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Schmitz Cargobull AG"],"idNumber":["220054134732-23"]}} -{"id":"eu-tr-22014486374-73","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Brazilian Sugarcane Industry Association"],"idNumber":["22014486374-73"]}} -{"id":"eu-tr-22015185370-53","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Verbond van Verzekeraars / Dutch Association of Insurers"],"idNumber":["22015185370-53"]}} -{"id":"eu-tr-220874247456-16","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["The Payments Association EU"],"idNumber":["220874247456-16"]}} -{"id":"eu-tr-22092908193-23","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Electronic Component Manufacturers' Association"],"idNumber":["22092908193-23"]}} -{"id":"eu-tr-22115995998-08","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Österreichischer Sparkassenverband"],"idNumber":["22115995998-08"]}} -{"id":"eu-tr-22158552884-38","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Young European Federalists | Jeunes Européens Fédéralistes"],"idNumber":["22158552884-38"]}} -{"id":"eu-tr-221589017973-83","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["European Alliance For Vision Research and Ophthalmology"],"idNumber":["221589017973-83"]}} -{"id":"eu-tr-221628828168-44","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["FUNDACIÓN PARA LA ECONOMÍA CIRCULAR"],"idNumber":["221628828168-44"]}} -{"id":"eu-tr-221982814162-24","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Clariant Produkte (Deutschland) GmbH"],"idNumber":["221982814162-24"]}} -{"id":"eu-tr-222115540283-62","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Sea Ranger Service"],"idNumber":["222115540283-62"]}} -{"id":"eu-tr-22232504133-92","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Detailhandel Nederland"],"idNumber":["22232504133-92"]}} -{"id":"eu-tr-222513521448-47","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["PETER AUTO"],"idNumber":["222513521448-47"]}} -{"id":"eu-tr-222689023748-80","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["LacPatrick Co-Operative Society Ltd"],"idNumber":["222689023748-80"]}} -{"id":"eu-tr-22276738915-67","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Partnership for Energy and the Environment"],"idNumber":["22276738915-67"]}} -{"id":"eu-tr-222876239140-54","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Verband Deutsches Reisemanagement e.V."],"idNumber":["222876239140-54"]}} -{"id":"eu-tr-222912739983-47","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Sun Trip Company"],"idNumber":["222912739983-47"]}} -{"id":"eu-tr-22330076571-75","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Bundesverband der Deutschen Volksbanken und Raiffeisenbanken"],"idNumber":["22330076571-75"]}} -{"id":"eu-tr-223463616831-66","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Bellenden"],"idNumber":["223463616831-66"]}} -{"id":"eu-tr-22400601191-42","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["22400601191-42"],"name":["Deutscher Industrie- und Handelskammertag e.V.","Deutsche Industrie- und Handelskammer"]}} -{"id":"eu-tr-224354340533-83","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Institute for Work & Health"],"idNumber":["224354340533-83"]}} -{"id":"eu-tr-224435319949-22","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Positive Money Europe"],"idNumber":["224435319949-22"]}} -{"id":"eu-tr-224760439440-04","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Centre de coopération internationale en recherche agronomique pour le développement"],"idNumber":["224760439440-04"]}} -{"id":"eu-tr-224920726807-48","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Network Airlines' Association"],"idNumber":["224920726807-48"]}} -{"id":"eu-tr-225005818352-31","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["225005818352-31"],"name":["Holcim Ltd"]}} -{"id":"eu-tr-225050017638-39","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["ΙΔΡΥΜΑ ΩΝΑΣΗ"],"idNumber":["225050017638-39"]}} -{"id":"eu-tr-225586631404-14","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Londonderry Port & Harbour Commissioners"],"idNumber":["225586631404-14"]}} -{"id":"eu-tr-22561156762-32","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["22561156762-32"],"name":["Lysios Public Affairs"]}} -{"id":"eu-tr-225738324922-97","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Dyslexia Association"],"idNumber":["225738324922-97"]}} -{"id":"eu-tr-225886832558-06","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Industrianställda i Norden"],"idNumber":["225886832558-06"]}} -{"id":"eu-tr-225892115033-33","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Prime Collateralised Securities (PCS) UK Limited"],"idNumber":["225892115033-33"]}} -{"id":"eu-tr-225968629523-78","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Energy Transitions Commission"],"idNumber":["225968629523-78"]}} -{"id":"eu-tr-226354616978-90","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Vanguard Asset Management Limited"],"idNumber":["226354616978-90"]}} -{"id":"eu-tr-22644632329-52","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["IFAW Internationaler Tierschutz-Fonds gGmbH","International Fund for Animal Welfare"],"idNumber":["22644632329-52"]}} -{"id":"eu-tr-226616043492-76","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Oettinger Consulting Wirtschafts- und Politikberatung GmbH"],"idNumber":["226616043492-76"]}} -{"id":"eu-tr-22678103896-38","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["EIDD Design for All Europe"],"idNumber":["22678103896-38"]}} -{"id":"eu-tr-226893435371-77","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["226893435371-77"],"name":["Hellenic Foundation for European and Foreign Policy"]}} -{"id":"eu-tr-227049220646-96","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["CIECH S.A."],"idNumber":["227049220646-96"]}} -{"id":"eu-tr-227098121946-11","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Kommuninvest i Sverige AB"],"idNumber":["227098121946-11"]}} -{"id":"eu-tr-227311322129-76","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Association Professionnelle des Intermédiaires en Crédit"],"idNumber":["227311322129-76"]}} -{"id":"eu-tr-227344812892-07","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["US Industrial Pellet Association"],"idNumber":["227344812892-07"]}} -{"id":"eu-tr-227651148127-20","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["SMBC Aviation Capital Ltd"],"idNumber":["227651148127-20"]}} -{"id":"eu-tr-227880015940-63","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Lantmännen ek för"],"idNumber":["227880015940-63"]}} -{"id":"eu-tr-227951945764-80","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Savannah Resources PLC"],"idNumber":["227951945764-80"]}} -{"id":"eu-tr-228054922076-85","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["EUFAMI"],"idNumber":["228054922076-85"]}} -{"id":"eu-tr-22824156875-36","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Association of E-Pharmacies","European Association of E-Pharmacies (EAEP)"],"idNumber":["22824156875-36"]}} -{"id":"eu-tr-228418013575-67","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Personal Connected Health Alliance, LLC"],"idNumber":["228418013575-67"]}} -{"id":"eu-tr-228638227562-27","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["FUNDACION RENOVABLES"],"idNumber":["228638227562-27"]}} -{"id":"eu-tr-229046228614-53","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Trustly Group AB"],"idNumber":["229046228614-53"]}} -{"id":"eu-tr-229199618965-08","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Associazione Volontari Italiani del Sangue Sede Nazionale"],"idNumber":["229199618965-08"]}} -{"id":"eu-tr-2292357633-53","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["2292357633-53"],"name":["Organisation pour un réseau international d’indications géographiques"]}} -{"id":"eu-tr-229356516882-22","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["G7"],"idNumber":["229356516882-22"]}} -{"id":"eu-tr-229391544746-22","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["MedTech in France"],"idNumber":["229391544746-22"]}} -{"id":"eu-tr-229460816678-18","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Fundación Ciudadanía y Valores"],"idNumber":["229460816678-18"]}} -{"id":"eu-tr-2296515955-67","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Nordvision"],"idNumber":["2296515955-67"]}} -{"id":"eu-tr-229665518359-03","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Magellan - European Affairs Consultancy"],"idNumber":["229665518359-03"]}} -{"id":"eu-tr-2297093238-71","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["ECG - The Association of European Vehicle Logistics"],"idNumber":["2297093238-71"]}} -{"id":"eu-tr-229806815655-37","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Association of European Hatching Eggs, One-Day Olds and Pullets Exporters in EU Countries ."],"idNumber":["229806815655-37"]}} -{"id":"eu-tr-229918033520-47","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["the WorkLife HUB"],"idNumber":["229918033520-47"]}} -{"id":"eu-tr-2301233810-42","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["ROCKWOOL International A/S"],"idNumber":["2301233810-42"]}} -{"id":"eu-tr-23020671103-67","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Cambre Associates","SEC NEWGATE EU"],"idNumber":["23020671103-67"]}} -{"id":"eu-tr-230235714034-13","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["EUROPEAN NETWORK ON INDEPENDENT LIVING BRUSSELS"],"idNumber":["230235714034-13"]}} -{"id":"eu-tr-23029147081-37","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["British Agriculture Bureau"],"idNumber":["23029147081-37"]}} -{"id":"eu-tr-230312945313-75","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["RegrowTown"],"idNumber":["230312945313-75"]}} -{"id":"eu-tr-230421219260-67","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["International Student Identity Card Association"],"idNumber":["230421219260-67"]}} -{"id":"eu-tr-230456715590-19","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Confederazione Generale dell'Agricoltura Italiana"],"idNumber":["230456715590-19"]}} -{"id":"eu-tr-230630614673-95","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["BLS AG"],"idNumber":["230630614673-95"]}} -{"id":"eu-tr-230748628389-33","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Asahi CE & Europe Services s.r.o."],"idNumber":["230748628389-33"]}} -{"id":"eu-tr-230978534461-62","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Fédération des élus des Entreprises Publiques Locales"],"idNumber":["230978534461-62"]}} -{"id":"eu-tr-2312395253-25","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["2312395253-25"],"name":["Association of National Organisations of Fishing Enterprises in the European Union"]}} -{"id":"eu-tr-231372123740-02","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Universität Wien"],"idNumber":["231372123740-02"]}} -{"id":"eu-tr-231418115347-05","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Posti Group Oyj"],"idNumber":["231418115347-05"]}} -{"id":"eu-tr-231975310234-07","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["UIP - International Union of Wagon Keepers"],"idNumber":["231975310234-07"]}} -{"id":"eu-tr-232455019331-89","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Fédération Nationale des Activités de Dépollution et de l'Environnement"],"idNumber":["232455019331-89"]}} -{"id":"eu-tr-23256548246-36","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Antwerp World Diamond Centre"],"idNumber":["23256548246-36"]}} -{"id":"eu-tr-232566516087-90","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["The Alternative Investment Management Association Limited"],"idNumber":["232566516087-90"]}} -{"id":"eu-tr-232569310146-44","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Freie Universität Berlin"],"idNumber":["232569310146-44"]}} -{"id":"eu-tr-232804015283-18","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Stop TTIP"],"idNumber":["232804015283-18"]}} -{"id":"eu-tr-232837233056-64","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Andart Global"],"idNumber":["232837233056-64"]}} -{"id":"eu-tr-233171110145-30","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Comité National Olympique et Sportif Français"],"idNumber":["233171110145-30"]}} -{"id":"eu-tr-23332008533-91","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["PAN-Nordic Card Association"],"idNumber":["23332008533-91"]}} -{"id":"eu-tr-233323715723-88","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Standard Bank Group"],"idNumber":["233323715723-88"]}} -{"id":"eu-tr-233421916902-48","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["SEKAB BioFuels & Chemicals"],"idNumber":["233421916902-48"]}} -{"id":"eu-tr-233619415222-82","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["King's College London"],"idNumber":["233619415222-82"]}} -{"id":"eu-tr-233784224347-62","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Oxfam-Magasins du Monde"],"idNumber":["233784224347-62"]}} -{"id":"eu-tr-234043624609-89","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Novolipetsk Steel"],"idNumber":["234043624609-89"]}} -{"id":"eu-tr-234264218793-55","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["VDAV-Verband Deutscher Auskunfts- und Verzeichnismedien e.V."],"idNumber":["234264218793-55"]}} -{"id":"eu-tr-234317527985-69","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Bank Julius Baer & Co. Ltd"],"idNumber":["234317527985-69"]}} -{"id":"eu-tr-234427831877-10","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"idNumber":["234427831877-10"]}} -{"id":"eu-tr-23456089829-33","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["FB&Associati"],"idNumber":["23456089829-33"]}} -{"id":"eu-tr-234563541838-29","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["ISEAL Alliance"],"idNumber":["234563541838-29"]}} -{"id":"eu-tr-234577416588-90","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Fonterra Co-operative Group Limited"],"idNumber":["234577416588-90"]}} -{"id":"eu-tr-234830018170-04","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Slovenian Business & Research Association"],"idNumber":["234830018170-04"]}} -{"id":"eu-tr-234896947959-56","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Infobip Ltd."],"idNumber":["234896947959-56"]}} -{"id":"eu-tr-2349218828-41","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["2349218828-41"],"name":["Daimler Aktiengesellschaft","Mercedes-Benz Group AG"]}} -{"id":"eu-tr-235003547710-83","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["JOINT-STOCK COMPANY COMMERCIAL BANK PRIVATBANK"],"idNumber":["235003547710-83"]}} -{"id":"eu-tr-235108931815-73","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Luminor Bank AS"],"idNumber":["235108931815-73"]}} -{"id":"eu-tr-23527541824-60","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["23527541824-60"],"name":["ArcelorMittal"]}} -{"id":"eu-tr-23538077148-34","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Fondation EurActiv"],"idNumber":["23538077148-34"]}} -{"id":"eu-tr-235474015095-10","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Arab NGO Network for Development"],"idNumber":["235474015095-10"]}} -{"id":"eu-tr-235585541427-10","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["European Diabetes Forum"],"idNumber":["235585541427-10"]}} -{"id":"eu-tr-235796223816-25","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["A CAPITAL"],"idNumber":["235796223816-25"]}} -{"id":"eu-tr-236099517909-49","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["German Development Institute / Deutsches Institut für Entwicklungspolitik (DIE)"],"idNumber":["236099517909-49"]}} -{"id":"eu-tr-236409524439-34","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["236409524439-34"],"name":["Fluxys SA"]}} -{"id":"eu-tr-23643001178-02","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Heat Pump Association"],"idNumber":["23643001178-02"]}} -{"id":"eu-tr-236569017571-35","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Association Nationale des Sociétés par Actions"],"idNumber":["236569017571-35"]}} -{"id":"eu-tr-236685344670-29","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Grupa Kapitałowa ZE PAK"],"idNumber":["236685344670-29"]}} -{"id":"eu-tr-236869539281-13","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["The LEGO Group"],"idNumber":["236869539281-13"]}} -{"id":"eu-tr-237022033099-80","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["FNM"],"idNumber":["237022033099-80"]}} -{"id":"eu-tr-237065640382-22","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Gemeinnützige Hertie-Stiftung"],"idNumber":["237065640382-22"]}} -{"id":"eu-tr-237149421566-71","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Culture Action Europe"],"idNumber":["237149421566-71"]}} -{"id":"eu-tr-237300824908-30","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["PKP Polskie Linie Kolejowe S.A."],"idNumber":["237300824908-30"]}} -{"id":"eu-tr-237531936600-49","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Compensate Operations Oy"],"idNumber":["237531936600-49"]}} -{"id":"eu-tr-237644028554-83","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Startup Europe Latin America Assembly"],"idNumber":["237644028554-83"]}} -{"id":"eu-tr-237676544865-69","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Climate Cleanup Foundation"],"idNumber":["237676544865-69"]}} -{"id":"eu-tr-237732715185-74","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Petr Kolar"],"idNumber":["237732715185-74"]}} -{"id":"eu-tr-23777496702-86","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Friedrich-Naumann-Stiftung für die Freiheit"],"idNumber":["23777496702-86"]}} -{"id":"eu-tr-237791211737-55","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Bartholomew Advisors SCS"],"idNumber":["237791211737-55"]}} -{"id":"eu-tr-237827912873-79","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["LINDAT/CLARIAH-CZ"],"idNumber":["237827912873-79"]}} -{"id":"eu-tr-237922911665-25","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["TheCityUK"],"idNumber":["237922911665-25"]}} -{"id":"eu-tr-238041120627-26","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["KOLEKTOR GROUP d.o.o."],"idNumber":["238041120627-26"]}} -{"id":"eu-tr-238065228982-34","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Parkkisähkö"],"idNumber":["238065228982-34"]}} -{"id":"eu-tr-23837746977-09","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Comité national des pêches maritimes et des élevages marins"],"idNumber":["23837746977-09"]}} -{"id":"eu-tr-238555627326-02","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["SEB Kort Bank AB"],"idNumber":["238555627326-02"]}} -{"id":"eu-tr-238617117970-90","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Instytut Kościuszki - Instytut Integracji Europejskiej"],"idNumber":["238617117970-90"]}} -{"id":"eu-tr-23869471911-54","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Bundesarbeitskammer Österreich"],"idNumber":["23869471911-54"]}} -{"id":"eu-tr-238774916287-66","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Lenovo"],"idNumber":["238774916287-66"]}} -{"id":"eu-tr-238970213192-03","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["TU Delft"],"idNumber":["238970213192-03"]}} -{"id":"eu-tr-239103712096-50","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Jeunes Agriculteurs Outre Mer"],"idNumber":["239103712096-50"]}} -{"id":"eu-tr-23921286363-39","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Bureau Européen de l'Agriculture Française"],"idNumber":["23921286363-39"]}} -{"id":"eu-tr-239257041011-55","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["IRITS Events Ltd"],"idNumber":["239257041011-55"]}} -{"id":"eu-tr-239883442387-35","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["VITKOVICE STEEL"],"idNumber":["239883442387-35"]}} -{"id":"eu-tr-240029014014-18","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Broadcom"],"idNumber":["240029014014-18"]}} -{"id":"eu-tr-24037141789-48","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["24037141789-48"],"name":["Intesa Sanpaolo"]}} -{"id":"eu-tr-24070646198-51","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["International Federation of Actors"],"idNumber":["24070646198-51"]}} -{"id":"eu-tr-240739046913-05","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Together for Girls"],"idNumber":["240739046913-05"]}} -{"id":"eu-tr-240758830812-02","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Université de la Grande Région"],"idNumber":["240758830812-02"]}} -{"id":"eu-tr-240915136030-02","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Agricultural Science Association"],"idNumber":["240915136030-02"]}} -{"id":"eu-tr-241401231709-63","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["HINDU FORUM EUROPE"],"idNumber":["241401231709-63"]}} -{"id":"eu-tr-241402227558-79","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["X Prize Foundation"],"idNumber":["241402227558-79"]}} -{"id":"eu-tr-241428039033-54","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["3billiontrees"],"idNumber":["241428039033-54"]}} -{"id":"eu-tr-241656822426-29","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Electricity Supply Board"],"idNumber":["241656822426-29"]}} -{"id":"eu-tr-241696917766-40","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["EIT Digital"],"idNumber":["241696917766-40"]}} -{"id":"eu-tr-241832823598-19","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["241832823598-19"],"name":["Access Now Europe"]}} -{"id":"eu-tr-241931027620-47","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Delft University of Technology"],"idNumber":["241931027620-47"]}} -{"id":"eu-tr-241993930897-62","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Federação Nacional de Cooperativas de Solidariedade Social"],"idNumber":["241993930897-62"]}} -{"id":"eu-tr-24205924101-57","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["European Association of Credit Rating Agencies"],"idNumber":["24205924101-57"]}} -{"id":"eu-tr-242194241459-01","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"idNumber":["242194241459-01"]}} -{"id":"eu-tr-242692432543-07","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Universidad de León"],"idNumber":["242692432543-07"]}} -{"id":"eu-tr-2427500988-58","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["2427500988-58"],"name":["British American Tobacco"]}} -{"id":"eu-tr-2428270908-83","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["State Street Corporation"],"idNumber":["2428270908-83"]}} -{"id":"eu-tr-242965915711-62","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Evropský institut odkazu šoa"],"idNumber":["242965915711-62"]}} -{"id":"eu-tr-24298121313-54","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Borealis AG"],"idNumber":["24298121313-54"]}} -{"id":"eu-tr-243595329172-25","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Finnish Food and Drink Industries' Federation (Elintarviketeollisuusliitto ry)"],"idNumber":["243595329172-25"]}} -{"id":"eu-tr-243961945295-86","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["SOITEC"],"idNumber":["243961945295-86"]}} -{"id":"eu-tr-244060929225-74","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Stichting Free Press Unlimited"],"idNumber":["244060929225-74"]}} -{"id":"eu-tr-244159417768-18","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["DBRS"],"idNumber":["244159417768-18"]}} -{"id":"eu-tr-244175117232-95","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["WPP 2005 ltd"],"idNumber":["244175117232-95"]}} -{"id":"eu-tr-244406321940-27","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["National Beef Association"],"idNumber":["244406321940-27"]}} -{"id":"eu-tr-244538540124-60","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Unia Producentów i Pracodawców Przemysłu Mięsnego"],"idNumber":["244538540124-60"]}} -{"id":"eu-tr-244545921577-11","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Groupe Limagrain Holding"],"idNumber":["244545921577-11"]}} -{"id":"eu-tr-244672726797-79","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["The Olga Lengyel Institute for Holocaust Studies and Human Rights"],"idNumber":["244672726797-79"]}} -{"id":"eu-tr-244710319190-73","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Alliance for Regenerative Medicine"],"idNumber":["244710319190-73"]}} -{"id":"eu-tr-244865715700-07","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["STEPS MANAGEMENT SPRL"],"idNumber":["244865715700-07"]}} -{"id":"eu-tr-245016733415-68","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Peter G. Peterson Institute for International Economics"],"idNumber":["245016733415-68"]}} -{"id":"eu-tr-24503897827-04","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"idNumber":["24503897827-04"]}} -{"id":"eu-tr-245070265-17","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Bioplastics"],"idNumber":["245070265-17"]}} -{"id":"eu-tr-245092427655-14","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Autotalks"],"idNumber":["245092427655-14"]}} -{"id":"eu-tr-24516996887-24","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Europe Region of World Physiotherapy"],"idNumber":["24516996887-24"]}} -{"id":"eu-tr-245346137135-21","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["General Motors"],"idNumber":["245346137135-21"]}} -{"id":"eu-tr-245350514009-47","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Mental Health Europe - Santé Mentale Europe"],"idNumber":["245350514009-47"]}} -{"id":"eu-tr-245377319023-40","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Miltton Europe"],"idNumber":["245377319023-40"]}} -{"id":"eu-tr-245656815596-72","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["The Campaign for British Influence in Europe Limited"],"idNumber":["245656815596-72"]}} -{"id":"eu-tr-246069829906-88","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Global Infrastructure Investor Association"],"idNumber":["246069829906-88"]}} -{"id":"eu-tr-246122846004-31","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["International Olympic Committee"],"idNumber":["246122846004-31"]}} -{"id":"eu-tr-246242037047-81","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Association Civic Tech Europe"],"idNumber":["246242037047-81"]}} -{"id":"eu-tr-24627752238-32","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["european competitive telecommunications association"],"idNumber":["24627752238-32"]}} -{"id":"eu-tr-246330915180-10","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Japan Business Machine and Information System Industries Association"],"idNumber":["246330915180-10"]}} -{"id":"eu-tr-24633926420-79","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Federation of Investors and Financial Services Users"],"idNumber":["24633926420-79"]}} -{"id":"eu-tr-246727618913-23","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Tom Lantos Intézet"],"idNumber":["246727618913-23"]}} -{"id":"eu-tr-247451345455-27","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Global Coalition for Efficient Logistics"],"idNumber":["247451345455-27"]}} -{"id":"eu-tr-247452712749-25","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["CEC Government Relations (PL)"],"idNumber":["247452712749-25"]}} -{"id":"eu-tr-247491118690-20","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["KOHLER Consulting & Coaching"],"idNumber":["247491118690-20"]}} -{"id":"eu-tr-247520145056-08","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Tree Energy Solutions GmbH"],"idNumber":["247520145056-08"]}} -{"id":"eu-tr-247798421157-38","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Stroke Alliance for Europe"],"idNumber":["247798421157-38"]}} -{"id":"eu-tr-248237434262-52","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["InoBat j.s.a."],"idNumber":["248237434262-52"]}} -{"id":"eu-tr-248372943642-08","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["L214 Ethique et Animaux"],"idNumber":["248372943642-08"]}} -{"id":"eu-tr-248681416766-22","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Canon Europe Ltd."],"idNumber":["248681416766-22"]}} -{"id":"eu-tr-248694515517-40","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["UNION ARMATEURS A LA PECHE DE FRANCE"],"idNumber":["248694515517-40"]}} -{"id":"eu-tr-248751637333-26","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["248751637333-26"],"name":["The Wallenberg Foundations AB"]}} -{"id":"eu-tr-248908039789-74","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Melexis NV"],"idNumber":["248908039789-74"]}} -{"id":"eu-tr-24894617638-61","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["THE ESTEE LAUDER COMPANIES INC."],"idNumber":["24894617638-61"]}} -{"id":"eu-tr-2492574893-58","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Dredging Association"],"idNumber":["2492574893-58"]}} -{"id":"eu-tr-249402638316-62","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["AstraZeneca PLC"],"idNumber":["249402638316-62"]}} -{"id":"eu-tr-249473410586-30","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["STEAG GmbH"],"idNumber":["249473410586-30"]}} -{"id":"eu-tr-24967486965-09","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Mortgage Federation - European Covered Bond Council"],"idNumber":["24967486965-09"]}} -{"id":"eu-tr-24973952940-04","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Stichting LIBER"],"idNumber":["24973952940-04"]}} -{"id":"eu-tr-249876817241-03","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["249876817241-03"],"name":["Atos SE (France)"]}} -{"id":"eu-tr-249959425421-97","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Whirlpool EMEA S.p.A"],"idNumber":["249959425421-97"]}} -{"id":"eu-tr-250130630303-30","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Lithuanian National Road Carriers' Association \"LINAVA\""],"idNumber":["250130630303-30"]}} -{"id":"eu-tr-250210033472-34","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Aga Khan Foundation (United Kingdom)"],"idNumber":["250210033472-34"]}} -{"id":"eu-tr-250374816364-20","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["International Institute for Environment and Development"],"idNumber":["250374816364-20"]}} -{"id":"eu-tr-250672733265-12","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["FORSETI (Doctrine)"],"idNumber":["250672733265-12"]}} -{"id":"eu-tr-250774516080-16","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Photonics21 Association"],"idNumber":["250774516080-16"]}} -{"id":"eu-tr-251117611140-75","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["251117611140-75"],"name":["Polish Confederation Lewiatan"]}} -{"id":"eu-tr-251126335098-18","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["DreamQuark"],"idNumber":["251126335098-18"]}} -{"id":"eu-tr-251167631111-19","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["B2Holding ASA"],"idNumber":["251167631111-19"]}} -{"id":"eu-tr-251259032370-30","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["BlackBerry Limited"],"idNumber":["251259032370-30"]}} -{"id":"eu-tr-251416147093-56","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Verband Deutscher Hopfenpflanzer e.V."],"idNumber":["251416147093-56"]}} -{"id":"eu-tr-251522412114-31","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Coordination Rurale Union Nationale"],"idNumber":["251522412114-31"]}} -{"id":"eu-tr-25155107085-31","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["World Uyghur Congress"],"idNumber":["25155107085-31"]}} -{"id":"eu-tr-252658916226-12","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Digita Oy"],"idNumber":["252658916226-12"]}} -{"id":"eu-tr-252909417361-22","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Security Association for the Maritime Industry"],"idNumber":["252909417361-22"]}} -{"id":"eu-tr-253963524850-06","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["INFOPARK Association"],"idNumber":["253963524850-06"]}} -{"id":"eu-tr-25412265365-88","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Bundesrechtsanwaltskammer"],"idNumber":["25412265365-88"]}} -{"id":"eu-tr-25487567824-45","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["25487567824-45"],"name":["European Round Table for Industry"]}} -{"id":"eu-tr-25492952296-56","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Union of European Beverages Association"],"idNumber":["25492952296-56"]}} -{"id":"eu-tr-255349024952-19","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Philips Lighting BV"],"idNumber":["255349024952-19"]}} -{"id":"eu-tr-255548111478-45","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Swedish Recycling Industries´ Assocation"],"idNumber":["255548111478-45"]}} -{"id":"eu-tr-255736115127-66","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Stichting Registratie en Certificering Certified Players' Agent"],"idNumber":["255736115127-66"]}} -{"id":"eu-tr-25581088294-51","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Tui Belgium N.V."],"idNumber":["25581088294-51"]}} -{"id":"eu-tr-255859710443-50","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Polish Electricity Association"],"idNumber":["255859710443-50"]}} -{"id":"eu-tr-255886420598-33","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["National Association of Software and Services Companies"],"idNumber":["255886420598-33"]}} -{"id":"eu-tr-256090222257-01","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Association européenne des jeunes entrepreneurs"],"idNumber":["256090222257-01"]}} -{"id":"eu-tr-256127527481-65","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["R3 LLC"],"idNumber":["256127527481-65"]}} -{"id":"eu-tr-256306032009-42","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Association pharmaceutique luxembourgeoise"],"idNumber":["256306032009-42"]}} -{"id":"eu-tr-256463315409-35","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["The Walt Disney Company Benelux BVBA"],"idNumber":["256463315409-35"]}} -{"id":"eu-tr-256675143091-30","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"idNumber":["256675143091-30"]}} -{"id":"eu-tr-256684745121-30","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Trainline SAS"],"idNumber":["256684745121-30"]}} -{"id":"eu-tr-256691740170-29","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Erasmus Universiteit Rotterdam"],"idNumber":["256691740170-29"]}} -{"id":"eu-tr-256799815101-78","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["UNINOVA-Instituto de Desenvolvimento de Novas Tecnologias"],"idNumber":["256799815101-78"]}} -{"id":"eu-tr-256812113944-37","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Future for Religious Heritage"],"idNumber":["256812113944-37"]}} -{"id":"eu-tr-25697628409-67","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Swiss Federal Railways"],"idNumber":["25697628409-67"]}} -{"id":"eu-tr-257215326551-37","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Eesti Kaubandus-Tööstuskoda"],"idNumber":["257215326551-37"]}} -{"id":"eu-tr-257226411720-38","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Teknikföretagen"],"idNumber":["257226411720-38"]}} -{"id":"eu-tr-257346716089-62","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Carbon Capture and Storage Association"],"idNumber":["257346716089-62"]}} -{"id":"eu-tr-257470715719-48","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Delta Holding"],"idNumber":["257470715719-48"]}} -{"id":"eu-tr-25748484862-49","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Federation of Intelligent Energy Efficiency Services"],"idNumber":["25748484862-49"]}} -{"id":"eu-tr-257561332565-08","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Coordination Nationale des travailleurs - Confédération Française Démocratique du Travail"],"idNumber":["257561332565-08"]}} -{"id":"eu-tr-257888538969-50","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Worldline"],"idNumber":["257888538969-50"]}} -{"id":"eu-tr-25805148045-87","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Network of Transmission System Operators for Electricity"],"idNumber":["25805148045-87"]}} -{"id":"eu-tr-258425915843-26","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Access2Europe"],"idNumber":["258425915843-26"]}} -{"id":"eu-tr-258845020786-10","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Gilead Sciences"],"idNumber":["258845020786-10"]}} -{"id":"eu-tr-258962912667-77","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Rainbow Rose"],"idNumber":["258962912667-77"]}} -{"id":"eu-tr-25901146020-53","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["25901146020-53"],"name":["Aalto-korkeakoulusäätiö / Aalto University"]}} -{"id":"eu-tr-259176337122-89","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Leadax"],"idNumber":["259176337122-89"]}} -{"id":"eu-tr-259182121223-88","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["259182121223-88"],"name":["SIX GROUP LTD"]}} -{"id":"eu-tr-259363314440-59","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["CME Group"],"idNumber":["259363314440-59"]}} -{"id":"eu-tr-259369025144-40","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["VOLOTEA"],"idNumber":["259369025144-40"]}} -{"id":"eu-tr-25955391451-88","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["25955391451-88"],"name":["Oracle"]}} -{"id":"eu-tr-259782329441-62","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Royal Dutch Grain and Feed Trade Association (Het Comité)"],"idNumber":["259782329441-62"]}} -{"id":"eu-tr-259833430274-05","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["259833430274-05"]}} -{"id":"eu-tr-259869121919-60","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Federation for Hunting & Conservation - Malta"],"idNumber":["259869121919-60"]}} -{"id":"eu-tr-259906124165-11","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Tink AB"],"idNumber":["259906124165-11"]}} -{"id":"eu-tr-260256215861-19","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Otsuka Novel Products GmbH"],"idNumber":["260256215861-19"]}} -{"id":"eu-tr-260483415852-40","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["European Sustainable Phosphorus Platform"],"idNumber":["260483415852-40"]}} -{"id":"eu-tr-260591027442-49","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Novabase Digital, S.A."],"idNumber":["260591027442-49"]}} -{"id":"eu-tr-260656615546-60","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Conseil de Coopération Economique"],"idNumber":["260656615546-60"]}} -{"id":"eu-tr-260757519695-38","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["beilink international relations, ltd."],"idNumber":["260757519695-38"]}} -{"id":"eu-tr-26098317349-65","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["The ONE Campaign"],"idNumber":["26098317349-65"]}} -{"id":"eu-tr-26103486608-47","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Bertelsmann SE & Co. KGaA"],"idNumber":["26103486608-47"]}} -{"id":"eu-tr-26107245163-90","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Syndicat de la Presse Quotidienne Régionale"],"idNumber":["26107245163-90"]}} -{"id":"eu-tr-261289425019-60","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Three Coins"],"idNumber":["261289425019-60"]}} -{"id":"eu-tr-261586029285-27","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Združenje mestnih občin Slovenije"],"idNumber":["261586029285-27"]}} -{"id":"eu-tr-26167587376-11","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Small Volume Car Manufacturers Alliance"],"idNumber":["26167587376-11"]}} -{"id":"eu-tr-261804447214-51","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Future For Nature"],"idNumber":["261804447214-51"]}} -{"id":"eu-tr-261822640317-70","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Smart"],"idNumber":["261822640317-70"]}} -{"id":"eu-tr-262072219982-51","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["B2EU Consulting"],"idNumber":["262072219982-51"]}} -{"id":"eu-tr-26207914726-42","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["26207914726-42"],"name":["FuelsEurope"]}} -{"id":"eu-tr-262134519123-53","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Blacklane GmbH"],"idNumber":["262134519123-53"]}} -{"id":"eu-tr-26255464458-25","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["26255464458-25"],"name":["Brunswick Group LLP","Brunswick Group Advisory Limited"]}} -{"id":"eu-tr-262629826494-59","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["the3million"],"idNumber":["262629826494-59"]}} -{"id":"eu-tr-262772922545-70","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Natural Grass"],"idNumber":["262772922545-70"]}} -{"id":"eu-tr-262967515153-20","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Cboe Europe Limited"],"idNumber":["262967515153-20"]}} -{"id":"eu-tr-262971415265-56","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Genossenschaftsverband – Verband der Regionen e.V."],"idNumber":["262971415265-56"]}} -{"id":"eu-tr-263025637420-16","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Prysmian S.p.A."],"idNumber":["263025637420-16"]}} -{"id":"eu-tr-263121646194-61","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["McCourt Europe"],"idNumber":["263121646194-61"]}} -{"id":"eu-tr-263249337259-15","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Initiative for Science in Europe"],"idNumber":["263249337259-15"]}} -{"id":"eu-tr-263312725149-84","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Sveriges Akademikers Centralorganisation"],"idNumber":["263312725149-84"]}} -{"id":"eu-tr-263314723145-29","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Palo Alto Networks Inc."],"idNumber":["263314723145-29"]}} -{"id":"eu-tr-263348817052-46","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["MAC Clinical Research Limited"],"idNumber":["263348817052-46"]}} -{"id":"eu-tr-263496117721-74","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["União Geral de Trabalhadores"],"idNumber":["263496117721-74"]}} -{"id":"eu-tr-26369367005-58","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Eurogypsum"],"idNumber":["26369367005-58"]}} -{"id":"eu-tr-263780146497-17","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Robert Bosch Stiftung GmbH"],"idNumber":["263780146497-17"]}} -{"id":"eu-tr-263936828049-68","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Fisheries Alliance"],"idNumber":["263936828049-68"]}} -{"id":"eu-tr-263963514962-66","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Stowarzyszenie Autorów ZAiKS"],"idNumber":["263963514962-66"]}} -{"id":"eu-tr-264048311507-68","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Ocean Energy Europe"],"idNumber":["264048311507-68"]}} -{"id":"eu-tr-264128236995-26","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Mobility for Prosperity in Europe"],"idNumber":["264128236995-26"]}} -{"id":"eu-tr-264180221519-36","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Authors' Licensing & Collecting Society"],"idNumber":["264180221519-36"]}} -{"id":"eu-tr-264527121382-71","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["DASSAULT AVIATION"],"idNumber":["264527121382-71"]}} -{"id":"eu-tr-264715410758-45","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Skane European Office"],"idNumber":["264715410758-45"]}} -{"id":"eu-tr-264779625605-96","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["União das Misericórdias Portuguesas"],"idNumber":["264779625605-96"]}} -{"id":"eu-tr-265015826916-32","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Association for Innovative Farming"],"idNumber":["265015826916-32"]}} -{"id":"eu-tr-26513411360-51","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["European Compost Network ECN e.V."],"idNumber":["26513411360-51"]}} -{"id":"eu-tr-265187224994-05","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Társaság a Szabadságjogokért"],"idNumber":["265187224994-05"]}} -{"id":"eu-tr-265209544521-72","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Instituto Francisco Sá Carneiro"],"idNumber":["265209544521-72"]}} -{"id":"eu-tr-265299815747-31","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Oilseed Alliance"],"idNumber":["265299815747-31"]}} -{"id":"eu-tr-26535516539-45","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["26535516539-45"],"name":["Compassion in World Farming International"]}} -{"id":"eu-tr-265942623347-90","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["The Guild of European Research-Intensive Universities"],"idNumber":["265942623347-90"]}} -{"id":"eu-tr-266256033381-93","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Federazione Italiana Concessionari Auto"],"idNumber":["266256033381-93"]}} -{"id":"eu-tr-266271142555-68","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Taiwan Semiconductor Manufacturing Company Ltd"],"idNumber":["266271142555-68"]}} -{"id":"eu-tr-26634082731-16","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["International Disability and Development Consortium"],"idNumber":["26634082731-16"]}} -{"id":"eu-tr-2663914841-28","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Comité Européen des Entreprises Vins"],"idNumber":["2663914841-28"]}} -{"id":"eu-tr-26640451032-87","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["AGC Glass Europe"],"idNumber":["26640451032-87"]}} -{"id":"eu-tr-266486245741-10","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Bizum"],"idNumber":["266486245741-10"]}} -{"id":"eu-tr-266488936677-92","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["vente-privee.com"],"idNumber":["266488936677-92"]}} -{"id":"eu-tr-266495620465-60","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["CIRCULO DE EMPRESARIOS DEL SUR DE ESPAÑA"],"idNumber":["266495620465-60"]}} -{"id":"eu-tr-266612024788-23","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["AS TV3"],"idNumber":["266612024788-23"]}} -{"id":"eu-tr-266674837184-82","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["K+S Aktiengesellschaft"],"idNumber":["266674837184-82"]}} -{"id":"eu-tr-266727516639-73","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["50Hertz Transmission GmbH"],"idNumber":["266727516639-73"]}} -{"id":"eu-tr-266986826689-89","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Klöckner & Co SE"],"idNumber":["266986826689-89"]}} -{"id":"eu-tr-267316520487-15","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Animal Welfare And Trade Ltd"],"idNumber":["267316520487-15"]}} -{"id":"eu-tr-267447923840-23","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Deutscher Lottoverband e.V."],"idNumber":["267447923840-23"]}} -{"id":"eu-tr-2680046412-48","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["2680046412-48"],"name":["EPIA SolarPower Europe"]}} -{"id":"eu-tr-268106119036-39","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Alcohol Action Ireland"],"idNumber":["268106119036-39"]}} -{"id":"eu-tr-268338515460-22","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Groupe Avril"],"idNumber":["268338515460-22"]}} -{"id":"eu-tr-268391128938-65","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Fortumo OÜ"],"idNumber":["268391128938-65"]}} -{"id":"eu-tr-268605424648-34","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["The European Interactive Digital Advertising Alliance"],"idNumber":["268605424648-34"]}} -{"id":"eu-tr-268958411031-65","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Business Summit Network"],"idNumber":["268958411031-65"]}} -{"id":"eu-tr-2694372574-63","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Alliance for Lobbying Transparency and Ethics Regulation"],"idNumber":["2694372574-63"]}} -{"id":"eu-tr-269613521588-12","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Quercus - Associação Nacional de Conservação da Natureza"],"idNumber":["269613521588-12"]}} -{"id":"eu-tr-269727723042-29","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["The European Association for Electromobility"],"idNumber":["269727723042-29"]}} -{"id":"eu-tr-269735221617-71","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["International Paralympic Committee"],"idNumber":["269735221617-71"]}} -{"id":"eu-tr-269765512149-12","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Advocacy Strategies AG"],"idNumber":["269765512149-12"]}} -{"id":"eu-tr-269777824384-04","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["SMM Consultancy Services"],"idNumber":["269777824384-04"]}} -{"id":"eu-tr-269853831446-79","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Stora Enso Oyj"],"idNumber":["269853831446-79"]}} -{"id":"eu-tr-26986828838-57","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["CANSO - Civil Air Navigation Services Organisation"],"idNumber":["26986828838-57"]}} -{"id":"eu-tr-269975026220-43","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Tallinn University of Technology"],"idNumber":["269975026220-43"]}} -{"id":"eu-tr-270122925568-92","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Pour une alliance sciences sociétés"],"idNumber":["270122925568-92"]}} -{"id":"eu-tr-2702114689-05","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["OpenForum Europe AISBL"],"idNumber":["2702114689-05"]}} -{"id":"eu-tr-270301515668-71","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["West Finland European Office, Länsi-Suomen Eurooppa-toimisto"],"idNumber":["270301515668-71"]}} -{"id":"eu-tr-270370621067-58","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Energies for Africa"],"idNumber":["270370621067-58"]}} -{"id":"eu-tr-270408511443-95","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["FRANCE INVEST"],"idNumber":["270408511443-95"]}} -{"id":"eu-tr-27053044762-72","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["27053044762-72"],"name":["Chemicals, Health and Environment Monitoring Trust"]}} -{"id":"eu-tr-270674021008-52","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Multitude SE"],"idNumber":["270674021008-52"]}} -{"id":"eu-tr-27085111347-65","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["27085111347-65"],"name":["VAUNET - Verband Privater Medien e. V."]}} -{"id":"eu-tr-27116427434-57","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["27116427434-57"],"name":["Teva Pharmaceuticals Europe BV"]}} -{"id":"eu-tr-271303939690-20","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["EU STEM Coalition"],"idNumber":["271303939690-20"]}} -{"id":"eu-tr-271510516094-27","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Gemeente Den Haag"],"idNumber":["271510516094-27"]}} -{"id":"eu-tr-271912611231-56","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["271912611231-56"],"name":["Deutsche Bank AG"]}} -{"id":"eu-tr-272147732951-48","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Cigna"],"idNumber":["272147732951-48"]}} -{"id":"eu-tr-272386931951-38","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Xylem Inc."],"idNumber":["272386931951-38"]}} -{"id":"eu-tr-272391016342-07","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Secure Parking Organization"],"idNumber":["272391016342-07"]}} -{"id":"eu-tr-272435817776-55","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Quintiles Benefit France"],"idNumber":["272435817776-55"]}} -{"id":"eu-tr-272646820681-30","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["ACTION CONTRE LA FAIM"],"idNumber":["272646820681-30"]}} -{"id":"eu-tr-272733624418-18","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Bourse de Luxembourg"],"idNumber":["272733624418-18"]}} -{"id":"eu-tr-272784617259-33","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Institute of Peace"],"idNumber":["272784617259-33"]}} -{"id":"eu-tr-27284005223-47","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["POLIS"],"idNumber":["27284005223-47"]}} -{"id":"eu-tr-272910022778-05","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["272910022778-05"],"name":["Bloomberg L.P."]}} -{"id":"eu-tr-273024925674-69","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Bulgarian Industrial Capital Association"],"idNumber":["273024925674-69"]}} -{"id":"eu-tr-2732167674-76","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["2732167674-76"],"name":["Airbus"]}} -{"id":"eu-tr-273251838549-15","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["EURHODIP"],"idNumber":["273251838549-15"]}} -{"id":"eu-tr-273304233646-65","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["SOS Save Our Spectrum"],"idNumber":["273304233646-65"]}} -{"id":"eu-tr-273334013697-74","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["273334013697-74"],"name":["The Alliance for Safe Online Pharmacy in the EU"]}} -{"id":"eu-tr-273444130866-26","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Jyväskylän yliopisto"],"idNumber":["273444130866-26"]}} -{"id":"eu-tr-273630439816-78","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["OrangeGreen BV"],"idNumber":["273630439816-78"]}} -{"id":"eu-tr-273679115361-86","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Meat and Livestock Australia"],"idNumber":["273679115361-86"]}} -{"id":"eu-tr-273864730562-62","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["ASEMIEL-ANIMPA"],"idNumber":["273864730562-62"]}} -{"id":"eu-tr-274093330410-67","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Knowledge Ecology International Europe"],"idNumber":["274093330410-67"]}} -{"id":"eu-tr-274194344591-38","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["European Association of Geosynthetic product Manufacturers"],"idNumber":["274194344591-38"]}} -{"id":"eu-tr-27429403444-01","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Vereniging VBO"],"idNumber":["27429403444-01"]}} -{"id":"eu-tr-274351946046-84","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["ELICA SA (COPELOUZOS GROUP)"],"idNumber":["274351946046-84"]}} -{"id":"eu-tr-274502523120-19","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Dairy Companies Association of New Zealand"],"idNumber":["274502523120-19"]}} -{"id":"eu-tr-27459429876-64","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Cider and Fruit Wine Association"],"idNumber":["27459429876-64"]}} -{"id":"eu-tr-274682235651-46","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Deutsche Gesellschaft für Auswärtige Politik e.V."],"idNumber":["274682235651-46"]}} -{"id":"eu-tr-27471236588-39","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Federation of Journalists"],"idNumber":["27471236588-39"]}} -{"id":"eu-tr-274732541472-86","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Atlantik-Brücke e.V."],"idNumber":["274732541472-86"]}} -{"id":"eu-tr-27481463425-10","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["SICK AG"],"idNumber":["27481463425-10"]}} -{"id":"eu-tr-274870116778-55","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["MEHTIYEVA Kamalia"],"idNumber":["274870116778-55"]}} -{"id":"eu-tr-274889642631-06","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"idNumber":["274889642631-06"]}} -{"id":"eu-tr-275106146202-23","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Payward Inc"],"idNumber":["275106146202-23"]}} -{"id":"eu-tr-275262818818-08","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Stichting United Academics Foundation"],"idNumber":["275262818818-08"]}} -{"id":"eu-tr-27545731905-17","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Realkreditraadet (Association of Danish Mortgage Banks)"],"idNumber":["27545731905-17"]}} -{"id":"eu-tr-27567784437-46","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"idNumber":["27567784437-46"]}} -{"id":"eu-tr-27570996265-42","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Associazione Luca Coscioni"],"idNumber":["27570996265-42"]}} -{"id":"eu-tr-275954910173-88","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Fédération Internationale de Motocyclisme"],"idNumber":["275954910173-88"]}} -{"id":"eu-tr-27636291880-60","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["27636291880-60"],"name":["European Financial Services Round Table"]}} -{"id":"eu-tr-276776018972-79","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["ΈΝΩΣΗ ΑΣΦΑΛΙΣΤΙΚΩΝ ΕΤΑΙΡΙΩΝ ΕΛΛΑΔΟΣ"],"idNumber":["276776018972-79"]}} -{"id":"eu-tr-276843825574-05","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["CSE COE"],"idNumber":["276843825574-05"]}} -{"id":"eu-tr-27691087241-56","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Joint Programming Initiative on Agriculture, Food Security and Climate Change"],"idNumber":["27691087241-56"]}} -{"id":"eu-tr-27693284220-05","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Lipu Odv"],"idNumber":["27693284220-05"]}} -{"id":"eu-tr-277038437993-33","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["ALAN"],"idNumber":["277038437993-33"]}} -{"id":"eu-tr-277444223279-38","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Barcelona Supercomputing Center - Centro Nacional de Supercomputación"],"idNumber":["277444223279-38"]}} -{"id":"eu-tr-27762251795-15","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["27762251795-15"],"name":["Confederazione Generale dell'Industria Italiana"]}} -{"id":"eu-tr-277625014294-80","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Svensk Handel (Swedish Trade Federation)"],"idNumber":["277625014294-80"]}} -{"id":"eu-tr-27765665712-26","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Kraton Chemical B.V."],"idNumber":["27765665712-26"]}} -{"id":"eu-tr-27779561950-28","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["European University Continuing Education Network"],"idNumber":["27779561950-28"]}} -{"id":"eu-tr-277870018374-72","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Bio-based and Biodegradable Industries Association"],"idNumber":["277870018374-72"]}} -{"id":"eu-tr-277895137794-73","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["277895137794-73"],"name":["Sandbag Climate Campaign"]}} -{"id":"eu-tr-277986036522-33","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Ragn-Sells"],"idNumber":["277986036522-33"]}} -{"id":"eu-tr-27799842497-69","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["SUEZ Group"],"idNumber":["27799842497-69"]}} -{"id":"eu-tr-278365525074-45","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Kerkhoff Group GmbH"],"idNumber":["278365525074-45"]}} -{"id":"eu-tr-278373226442-94","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["278373226442-94"],"name":["Northvolt"]}} -{"id":"eu-tr-278387046549-76","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Solarstone OÜ"],"idNumber":["278387046549-76"]}} -{"id":"eu-tr-278435521661-59","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Verband der Versicherungsunternehmen Österreichs / Austrian Insurance Association"],"idNumber":["278435521661-59"]}} -{"id":"eu-tr-278527022698-23","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Chelgate Public Affairs Limited"],"idNumber":["278527022698-23"]}} -{"id":"eu-tr-278669324204-32","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Impala"],"idNumber":["278669324204-32"]}} -{"id":"eu-tr-27867672607-85","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Kellen"],"idNumber":["27867672607-85"]}} -{"id":"eu-tr-278791537169-91","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Inmarsat Global Ltd"],"idNumber":["278791537169-91"]}} -{"id":"eu-tr-279128116707-71","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["techUK"],"idNumber":["279128116707-71"]}} -{"id":"eu-tr-279257438747-70","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["National Council for Small and Medium Sized Private Enterprises in Romania"],"idNumber":["279257438747-70"]}} -{"id":"eu-tr-279311637410-28","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["279311637410-28"],"name":["The PR Office"]}} -{"id":"eu-tr-279967020225-05","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Red Bull GmbH"],"idNumber":["279967020225-05"]}} -{"id":"eu-tr-280112516951-40","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"idNumber":["280112516951-40"]}} -{"id":"eu-tr-280213826950-29","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["WiseEuropa - Fundacja Warszawski Instytut Studiów Ekonomicznych i Europejskich"],"idNumber":["280213826950-29"]}} -{"id":"eu-tr-280345542218-76","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["TD Bank Group"],"idNumber":["280345542218-76"]}} -{"id":"eu-tr-280473541702-47","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["FAM"],"idNumber":["280473541702-47"]}} -{"id":"eu-tr-280865315484-79","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["SOLAR DECATHLON EUROPE"],"idNumber":["280865315484-79"]}} -{"id":"eu-tr-28095488537-94","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Card Payment Sweden"],"idNumber":["28095488537-94"]}} -{"id":"eu-tr-280970610112-75","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["World Future Council Foundation"],"idNumber":["280970610112-75"]}} -{"id":"eu-tr-281155638075-51","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["281155638075-51"],"name":["OVH Groupe"]}} -{"id":"eu-tr-281433223148-81","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["281433223148-81"],"name":["European Union of Private Hospitals"]}} -{"id":"eu-tr-281497021902-93","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Small and Medium Entrepreneurs of Europe"],"idNumber":["281497021902-93"]}} -{"id":"eu-tr-281557915875-49","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Association Institute for Public Policy"],"idNumber":["281557915875-49"]}} -{"id":"eu-tr-28175274067-75","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["28175274067-75"],"name":["European Forum of Farm Animal Breeders"]}} -{"id":"eu-tr-281756113325-24","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Istituto Nazionale di Fisica Nucleare"],"idNumber":["281756113325-24"]}} -{"id":"eu-tr-282170114180-03","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["European Renal Care Providers Association"],"idNumber":["282170114180-03"]}} -{"id":"eu-tr-28229947613-19","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["abrdn plc"],"idNumber":["28229947613-19"]}} -{"id":"eu-tr-282761121111-78","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"idNumber":["282761121111-78"]}} -{"id":"eu-tr-282844235045-53","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["peacefulfish UG"],"idNumber":["282844235045-53"]}} -{"id":"eu-tr-283171720947-78","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Insight Investment Management (Europe) Limited, Insight Investment Management Limited"],"idNumber":["283171720947-78"]}} -{"id":"eu-tr-283282925136-45","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Europäischer Verband Beruflicher Bildungsträger"],"idNumber":["283282925136-45"]}} -{"id":"eu-tr-283785319481-25","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["MEDAC"],"idNumber":["283785319481-25"]}} -{"id":"eu-tr-283792032249-12","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["SOCIETE DU GRAND PARIS"],"idNumber":["283792032249-12"]}} -{"id":"eu-tr-284048119122-32","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Politics Matters"],"idNumber":["284048119122-32"]}} -{"id":"eu-tr-28418016649-41","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["EURODOM"],"idNumber":["28418016649-41"]}} -{"id":"eu-tr-284336314886-25","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["284336314886-25"],"name":["Snam S.p.A."]}} -{"id":"eu-tr-28451455737-18","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Cyclists' Federation"],"idNumber":["28451455737-18"]}} -{"id":"eu-tr-284568937633-32","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["EUROCONSUMERS AISBL"],"idNumber":["284568937633-32"]}} -{"id":"eu-tr-28473847513-94","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["European Federation of Allergy and Airways Diseases Patients' Associations"],"idNumber":["28473847513-94"]}} -{"id":"eu-tr-284871525955-13","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Association Française des Biotechnologies Végétales"],"idNumber":["284871525955-13"]}} -{"id":"eu-tr-284905017096-83","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["FUNDACIÓN CENER CIEMAT"],"idNumber":["284905017096-83"]}} -{"id":"eu-tr-285007630220-75","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["OMI Polo Español S.A."],"idNumber":["285007630220-75"]}} -{"id":"eu-tr-285216540695-56","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["FUNDACIÓN FOROS DE LA CONCORDIA"],"idNumber":["285216540695-56"]}} -{"id":"eu-tr-285222847712-43","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"idNumber":["285222847712-43"]}} -{"id":"eu-tr-28526077094-54","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Danish 92 Group - Forum for Sustainable Development"],"idNumber":["28526077094-54"]}} -{"id":"eu-tr-285261243533-56","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Project AIR"],"idNumber":["285261243533-56"]}} -{"id":"eu-tr-285312225105-26","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["POLLENIZ"],"idNumber":["285312225105-26"]}} -{"id":"eu-tr-28542716181-43","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Tissue Symposium"],"idNumber":["28542716181-43"]}} -{"id":"eu-tr-285476048190-56","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Web-IQ B.V."],"idNumber":["285476048190-56"]}} -{"id":"eu-tr-285663444286-40","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Coalition for App Fairness"],"idNumber":["285663444286-40"]}} -{"id":"eu-tr-285805825014-46","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Pro Wildlife"],"idNumber":["285805825014-46"]}} -{"id":"eu-tr-285977317289-74","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Hospital and Healthcare Employers' Association"],"idNumber":["285977317289-74"]}} -{"id":"eu-tr-285977820662-03","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["285977820662-03"],"name":["Uniper"]}} -{"id":"eu-tr-286070410844-78","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["European Intermodal Association"],"idNumber":["286070410844-78"]}} -{"id":"eu-tr-286194516022-33","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["286194516022-33"],"name":["FEDIL - The Voice of Luxembourg's Industry"]}} -{"id":"eu-tr-286394716669-89","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Invesco Management SA"],"idNumber":["286394716669-89"]}} -{"id":"eu-tr-28664854787-31","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["FUNDACIÓ COMUNITAT VALENCIANA-REGIÓ EUROPEA"],"idNumber":["28664854787-31"]}} -{"id":"eu-tr-28666427835-74","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["28666427835-74"],"name":["Meta Platforms Ireland Limited and its various subsidiaries (f/k/a Facebook Ireland Limited)","Facebook Ireland Limited"]}} -{"id":"eu-tr-287174143153-09","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["The Ad Hoc Partnership Limited"],"idNumber":["287174143153-09"]}} -{"id":"eu-tr-28739192542-16","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Dell Inc."],"idNumber":["28739192542-16"]}} -{"id":"eu-tr-287394243384-58","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["CLIMCOM Berlin - Climate&Company - the private institute for climate research and training"],"idNumber":["287394243384-58"]}} -{"id":"eu-tr-28740039397-21","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["de Nederlandse Orde van Belastingadviseurs (the Dutch Association of Tax Advisers)"],"idNumber":["28740039397-21"]}} -{"id":"eu-tr-287403519124-60","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Pohjolan Voima Oyj"],"idNumber":["287403519124-60"]}} -{"id":"eu-tr-28748136794-46","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["IHS Markit"],"idNumber":["28748136794-46"]}} -{"id":"eu-tr-287549326076-11","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Västsvenska handelskammaren"],"idNumber":["287549326076-11"]}} -{"id":"eu-tr-287595431470-47","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Iustitia"],"idNumber":["287595431470-47"]}} -{"id":"eu-tr-287872416724-91","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Elisa Oyj"],"idNumber":["287872416724-91"]}} -{"id":"eu-tr-288009010205-61","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Warner Bros. Discovery","Discovery Corporate Services Ltd"],"idNumber":["288009010205-61"]}} -{"id":"eu-tr-288124335633-28","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["288124335633-28"],"name":["Alibaba Group Holding Limited"]}} -{"id":"eu-tr-28818073021-14","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Organising Bureau of European School Student Unions"],"idNumber":["28818073021-14"]}} -{"id":"eu-tr-288211239086-16","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["288211239086-16"],"name":["Federazione Imprese Siderurgiche Italiane"]}} -{"id":"eu-tr-288270530160-18","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["TransPod Inc"],"idNumber":["288270530160-18"]}} -{"id":"eu-tr-288427228549-86","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Fundación Finnovaregio"],"idNumber":["288427228549-86"]}} -{"id":"eu-tr-28848847958-29","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Koninklijke Federatie van Belgische Transporteurs en Logistieke Dienstverleners - Fédération Royale Belge des Transporteurs et des Prestataires de Services Logistiques"],"idNumber":["28848847958-29"]}} -{"id":"eu-tr-288883819906-04","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["FUTURE GROUP"],"idNumber":["288883819906-04"]}} -{"id":"eu-tr-28892272773-56","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Handwerkskammer Niederbayern-Oberpfalz"],"idNumber":["28892272773-56"]}} -{"id":"eu-tr-28920471149-55","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["28920471149-55"],"name":["European Coordination Via Campesina"]}} -{"id":"eu-tr-2893800753-48","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["2893800753-48"],"name":["Verbraucherzentrale Bundesverband"]}} -{"id":"eu-tr-289575727187-66","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["JDB MEDIA GmbH"],"idNumber":["289575727187-66"]}} -{"id":"eu-tr-289777818743-24","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Boehringer Ingelheim"],"idNumber":["289777818743-24"]}} -{"id":"eu-tr-289810215426-07","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["289810215426-07"],"name":["TenneT Holding B.V."]}} -{"id":"eu-tr-289922721213-66","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["289922721213-66"],"name":["Wärtsilä Corporation"]}} -{"id":"eu-tr-29006196329-63","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Royal FrieslandCampina"],"idNumber":["29006196329-63"]}} -{"id":"eu-tr-290136415264-17","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["290136415264-17"],"name":["Swiss Re Ltd."]}} -{"id":"eu-tr-29014213147-48","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Pari Mutuel Association"],"idNumber":["29014213147-48"]}} -{"id":"eu-tr-29016177097-47","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["TUI Travel PLC"],"idNumber":["29016177097-47"]}} -{"id":"eu-tr-290486916308-69","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Comuto SA"],"idNumber":["290486916308-69"]}} -{"id":"eu-tr-290520419132-36","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Dun & Bradstreet Belgium NV"],"idNumber":["290520419132-36"]}} -{"id":"eu-tr-2905437316-11","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Konrad-Adenauer-Stiftung"],"idNumber":["2905437316-11"]}} -{"id":"eu-tr-290919727693-91","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Rechtsanwalt Rezzo Schlauch"],"idNumber":["290919727693-91"]}} -{"id":"eu-tr-291219715847-52","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["easyJet"],"idNumber":["291219715847-52"]}} -{"id":"eu-tr-291658228603-85","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Guidehouse Netherlands B.V."],"idNumber":["291658228603-85"]}} -{"id":"eu-tr-291670415157-05","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["AdP Internacional"],"idNumber":["291670415157-05"]}} -{"id":"eu-tr-29198603564-71","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Saint-Gobain Building Glass Benelux"],"idNumber":["29198603564-71"]}} -{"id":"eu-tr-292285925526-02","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"idNumber":["292285925526-02"]}} -{"id":"eu-tr-292309115403-44","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Združenje Manager"],"idNumber":["292309115403-44"]}} -{"id":"eu-tr-292566647414-46","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Haleon"],"idNumber":["292566647414-46"]}} -{"id":"eu-tr-292576015608-71","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["SHV Energy NV"],"idNumber":["292576015608-71"]}} -{"id":"eu-tr-29280842236-21","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["29280842236-21"],"name":["Federation of European Screen Directors - Fédération Européenne des Réalisateurs de l'Audiovisuel"]}} -{"id":"eu-tr-292913016962-90","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["292913016962-90"],"name":["Forum of European Muslim Youth and Student organisations"]}} -{"id":"eu-tr-293380240600-85","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["World Wide Fund for Nature - Netherlands"],"idNumber":["293380240600-85"]}} -{"id":"eu-tr-293431844039-55","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Common Futures. Energy Transition Specialists B.V."],"idNumber":["293431844039-55"]}} -{"id":"eu-tr-293502227711-32","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Planet Labs Germany"],"idNumber":["293502227711-32"]}} -{"id":"eu-tr-293526811220-13","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["SOCAR Representative Office in Belgium"],"idNumber":["293526811220-13"]}} -{"id":"eu-tr-293640312756-23","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Film and Music Austria"],"idNumber":["293640312756-23"]}} -{"id":"eu-tr-29364773893-19","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Société des auteurs et compositeurs dramatiques"],"idNumber":["29364773893-19"]}} -{"id":"eu-tr-293754727482-15","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Greek Association of Renewable Electricity Producers"],"idNumber":["293754727482-15"]}} -{"id":"eu-tr-293825825465-57","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Netwerk Grondig"],"idNumber":["293825825465-57"]}} -{"id":"eu-tr-293913317981-43","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Hong Kong Non-Governmental Fund Committee"],"idNumber":["293913317981-43"]}} -{"id":"eu-tr-294032740156-37","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"idNumber":["294032740156-37"]}} -{"id":"eu-tr-294160532636-72","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["JSC DELFI"],"idNumber":["294160532636-72"]}} -{"id":"eu-tr-294184614400-57","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["International Card Services BV"],"idNumber":["294184614400-57"]}} -{"id":"eu-tr-294492727880-53","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["European Parquet Federation"],"idNumber":["294492727880-53"]}} -{"id":"eu-tr-294688218286-10","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["International Probiotics Association - Europe"],"idNumber":["294688218286-10"]}} -{"id":"eu-tr-29508582413-52","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Gaming and Betting Association"],"idNumber":["29508582413-52"]}} -{"id":"eu-tr-295556547852-66","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Planet Farms"],"idNumber":["295556547852-66"]}} -{"id":"eu-tr-295567915794-69","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["295567915794-69"],"name":["CELSA Group"]}} -{"id":"eu-tr-29570313329-11","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["29570313329-11"],"name":["Novo Nordisk A/S"]}} -{"id":"eu-tr-295841533244-20","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"idNumber":["295841533244-20"]}} -{"id":"eu-tr-296497914546-69","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Lappeenranta University of Technology"],"idNumber":["296497914546-69"]}} -{"id":"eu-tr-296584214860-47","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["European Federation of Community of Sant'Egidio AISBL"],"idNumber":["296584214860-47"]}} -{"id":"eu-tr-296617715815-65","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Entreprise & Diplomatie"],"idNumber":["296617715815-65"]}} -{"id":"eu-tr-296711210890-30","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["ICI Global"],"idNumber":["296711210890-30"]}} -{"id":"eu-tr-296723846206-73","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Common Sense Media"],"idNumber":["296723846206-73"]}} -{"id":"eu-tr-296886525351-47","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Stena Metall AB"],"idNumber":["296886525351-47"]}} -{"id":"eu-tr-29701922039-63","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["29701922039-63"],"name":["Morgan Stanley"]}} -{"id":"eu-tr-297234816615-21","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Thai Union Europe"],"idNumber":["297234816615-21"]}} -{"id":"eu-tr-297356424102-58","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Katoen Natie NV"],"idNumber":["297356424102-58"]}} -{"id":"eu-tr-29737542657-40","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Coalitions européennes pour la diversité culturelle"],"idNumber":["29737542657-40"]}} -{"id":"eu-tr-297411132641-64","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["297411132641-64"],"name":["Zeleros Global S.L."]}} -{"id":"eu-tr-297466129136-12","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Associação Técnica da Indústria de Cimento"],"idNumber":["297466129136-12"]}} -{"id":"eu-tr-297514641796-93","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Virus Matemático"],"idNumber":["297514641796-93"]}} -{"id":"eu-tr-29762326480-22","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Tietoliikenteen ja tietotekniikan keskusliitto, FiCom ry"],"idNumber":["29762326480-22"]}} -{"id":"eu-tr-297770044319-79","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Braskem Netherlands"],"idNumber":["297770044319-79"]}} -{"id":"eu-tr-297825612467-09","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Novamont SpA"],"idNumber":["297825612467-09"]}} -{"id":"eu-tr-297854840469-91","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["STARTUP OLÉ/ UNIVERSIDAD DE SALAMANCA"],"idNumber":["297854840469-91"]}} -{"id":"eu-tr-29789243712-03","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["LightingEurope"],"idNumber":["29789243712-03"]}} -{"id":"eu-tr-29815741326-06","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["EUK Consulting"],"idNumber":["29815741326-06"]}} -{"id":"eu-tr-29840188581-12","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["29840188581-12"],"name":["Sodexo SA"]}} -{"id":"eu-tr-29847341052-10","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"idNumber":["29847341052-10"]}} -{"id":"eu-tr-298720222306-72","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Polska Press Sp. z o.o."],"idNumber":["298720222306-72"]}} -{"id":"eu-tr-298788015846-34","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Dassault Systèmes"],"idNumber":["298788015846-34"]}} -{"id":"eu-tr-298887016981-26","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Broadcast Networks Europe"],"idNumber":["298887016981-26"]}} -{"id":"eu-tr-29896393398-67","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["29896393398-67"],"name":["FTI Consulting Belgium"]}} -{"id":"eu-tr-29897598486-41","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Joint Nature Conservation Committee"],"idNumber":["29897598486-41"]}} -{"id":"eu-tr-299147238608-28","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Les Dérivés Résiniques et Terpèniques"],"idNumber":["299147238608-28"]}} -{"id":"eu-tr-299273613885-27","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["299273613885-27"],"name":["Irish Congress Trade Unions"]}} -{"id":"eu-tr-299290727346-64","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Association for the European Citizens' Initiative e.V."],"idNumber":["299290727346-64"]}} -{"id":"eu-tr-299330237015-12","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Världsnaturfonden WWF (WWF Sweden)"],"idNumber":["299330237015-12"]}} -{"id":"eu-tr-29934726424-76","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["29934726424-76"],"name":["Bellona Europa"]}} -{"id":"eu-tr-29952722795-07","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["ESOMAR"],"idNumber":["29952722795-07"]}} -{"id":"eu-tr-29967294656-11","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["29967294656-11"],"name":["N.V. Nederlandse Gasunie"]}} -{"id":"eu-tr-29998399550-65","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Opower-UK LTD"],"idNumber":["29998399550-65"]}} -{"id":"eu-tr-300158540916-71","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["ALPHAVALUE"],"idNumber":["300158540916-71"]}} -{"id":"eu-tr-301330444826-56","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Motor Oil (Hellas) Corinth Refineries S.A"],"idNumber":["301330444826-56"]}} -{"id":"eu-tr-301431928100-81","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Business Metropole Ruhr GmbH"],"idNumber":["301431928100-81"]}} -{"id":"eu-tr-30146663069-53","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["UNION FRANCAISE DE L'ELECTRICITE - UFE"],"idNumber":["30146663069-53"]}} -{"id":"eu-tr-301781920188-04","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["International Association for Exchange of Students for Technical Experience"],"idNumber":["301781920188-04"]}} -{"id":"eu-tr-301848618848-80","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["JERUSALEM FOUNDATION"],"idNumber":["301848618848-80"]}} -{"id":"eu-tr-30193137861-16","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Nordzucker AG"],"idNumber":["30193137861-16"]}} -{"id":"eu-tr-302146217493-29","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Ardaco, a.s."],"idNumber":["302146217493-29"]}} -{"id":"eu-tr-302379535219-87","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["EU National Institutes for Culture"],"idNumber":["302379535219-87"]}} -{"id":"eu-tr-302460130801-47","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"idNumber":["302460130801-47"]}} -{"id":"eu-tr-302540016347-29","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Fair Trials"],"idNumber":["302540016347-29"]}} -{"id":"eu-tr-30262111118-43","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Bundesverband Deutscher Privatkliniken e.V."],"idNumber":["30262111118-43"]}} -{"id":"eu-tr-302772433688-62","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Finistere Ireland Management Ltd"],"idNumber":["302772433688-62"]}} -{"id":"eu-tr-302862821331-66","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Road Assessment Programme"],"idNumber":["302862821331-66"]}} -{"id":"eu-tr-302947124602-54","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Armateurs de France"],"idNumber":["302947124602-54"]}} -{"id":"eu-tr-302979911822-71","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Appel de Genève / Geneva Call"],"idNumber":["302979911822-71"]}} -{"id":"eu-tr-30317703883-03","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Bahá'í International Community"],"idNumber":["30317703883-03"]}} -{"id":"eu-tr-303250121228-60","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Cliff Investor Relations"],"idNumber":["303250121228-60"]}} -{"id":"eu-tr-303748317222-08","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["303748317222-08"],"name":["Jacques Delors Institut - Berlin, gemeinnützige GmbH"]}} -{"id":"eu-tr-303808417118-14","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["New Breeding Techniques Platform"],"idNumber":["303808417118-14"]}} -{"id":"eu-tr-304110635392-82","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["PRO-BIT PROGRAMSKA OPREMA D.O.O."],"idNumber":["304110635392-82"]}} -{"id":"eu-tr-304231748223-70","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"idNumber":["304231748223-70"]}} -{"id":"eu-tr-30426456664-32","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Herbalife Europe Limited"],"idNumber":["30426456664-32"]}} -{"id":"eu-tr-304303615682-23","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["INFOMER"],"idNumber":["304303615682-23"]}} -{"id":"eu-tr-304426740154-71","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Lapin yliopisto"],"idNumber":["304426740154-71"]}} -{"id":"eu-tr-304658739465-33","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["304658739465-33"],"name":["Riva Group"]}} -{"id":"eu-tr-304743246533-21","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["CENTRE HENRY DUNANT POUR LE DIALOGUE HUMANITAIRE"],"idNumber":["304743246533-21"]}} -{"id":"eu-tr-304838438572-45","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["DROG BV"],"idNumber":["304838438572-45"]}} -{"id":"eu-tr-30518306530-41","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["National Research Council of Italy"],"idNumber":["30518306530-41"]}} -{"id":"eu-tr-305205424766-97","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Transiidikeskuse AS"],"idNumber":["305205424766-97"]}} -{"id":"eu-tr-30523216596-22","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Smiths Group plc"],"idNumber":["30523216596-22"]}} -{"id":"eu-tr-305444648191-31","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["bunq BV"],"idNumber":["305444648191-31"]}} -{"id":"eu-tr-305491521497-09","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Lantmännen ekonomisk förening"],"idNumber":["305491521497-09"]}} -{"id":"eu-tr-305646248030-51","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Confederația Patronală CONCORDIA"],"idNumber":["305646248030-51"]}} -{"id":"eu-tr-305701322086-27","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Brüder vom Tisch"],"idNumber":["305701322086-27"]}} -{"id":"eu-tr-30579503232-50","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["FederlegnoArredo - Federazione Italiana delle Industrie del Legno, del Sughero, del Mobile e dell'Arredamento"],"idNumber":["30579503232-50"]}} -{"id":"eu-tr-306336217445-16","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Fitch Ratings Ltd"],"idNumber":["306336217445-16"]}} -{"id":"eu-tr-306417123560-77","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["BBH, advokátní kancelář, s.r.o."],"idNumber":["306417123560-77"]}} -{"id":"eu-tr-306747532536-35","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"idNumber":["306747532536-35"]}} -{"id":"eu-tr-306900032664-81","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Private Mills Germany e.V."],"idNumber":["306900032664-81"]}} -{"id":"eu-tr-306971146193-72","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Radio Free Europe/Radio Liberty"],"idNumber":["306971146193-72"]}} -{"id":"eu-tr-30701218296-12","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Bunge Ltd"],"idNumber":["30701218296-12"]}} -{"id":"eu-tr-307251242511-71","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Belron International Limited"],"idNumber":["307251242511-71"]}} -{"id":"eu-tr-307379711971-54","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"idNumber":["307379711971-54"]}} -{"id":"eu-tr-307425121693-59","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Lorenzo Schiano di Pepe"],"idNumber":["307425121693-59"]}} -{"id":"eu-tr-307468640381-08","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"idNumber":["307468640381-08"]}} -{"id":"eu-tr-307603023489-82","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["The American European Community Association"],"idNumber":["307603023489-82"]}} -{"id":"eu-tr-308226821052-25","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["European Academy of Neurology"],"idNumber":["308226821052-25"]}} -{"id":"eu-tr-308466020184-62","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["308466020184-62"],"name":["Louis Vuitton Malletier, SA"]}} -{"id":"eu-tr-308806145333-71","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["NAAREA"],"idNumber":["308806145333-71"]}} -{"id":"eu-tr-309005728441-69","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Università degli Studi di Brescia"],"idNumber":["309005728441-69"]}} -{"id":"eu-tr-309034329020-51","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["AGRISTRATEGY SPRL"],"idNumber":["309034329020-51"]}} -{"id":"eu-tr-309281432568-43","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Voetgangersbeweging"],"idNumber":["309281432568-43"]}} -{"id":"eu-tr-309678040879-05","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["YOUTH FOR ROAD SAFETY"],"idNumber":["309678040879-05"]}} -{"id":"eu-tr-30978122100-27","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["CAOBISCO"],"idNumber":["30978122100-27"]}} -{"id":"eu-tr-309808016043-82","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Federation of Employee Share Ownership"],"idNumber":["309808016043-82"]}} -{"id":"eu-tr-30988577529-37","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["30988577529-37"],"name":["GSMA Europe"]}} -{"id":"eu-tr-309943411467-94","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Berbalk Communications"],"idNumber":["309943411467-94"]}} -{"id":"eu-tr-31012758218-85","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["European Consumer Centre Belgium"],"idNumber":["31012758218-85"]}} -{"id":"eu-tr-310206914824-45","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["SOLIDAR FOUNDATION"],"idNumber":["310206914824-45"]}} -{"id":"eu-tr-310337115571-53","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"idNumber":["310337115571-53"]}} -{"id":"eu-tr-31046456610-43","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["31046456610-43"],"name":["France Télévisions"]}} -{"id":"eu-tr-310521319464-66","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["UNIONE ITALIANA VINI-CONFEDERAZIONE"],"idNumber":["310521319464-66"]}} -{"id":"eu-tr-310699734818-18","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["IMZ International Music + Media Centre"],"idNumber":["310699734818-18"]}} -{"id":"eu-tr-310742426359-07","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["310742426359-07"],"name":["Expedia Group"]}} -{"id":"eu-tr-31076147941-02","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Union des Associations des Semouliers de l'Ue"],"idNumber":["31076147941-02"]}} -{"id":"eu-tr-31077087864-12","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Provincie Noord-Holland"],"idNumber":["31077087864-12"]}} -{"id":"eu-tr-310866029828-67","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Associazione Italiana Lattiero Casearia"],"idNumber":["310866029828-67"]}} -{"id":"eu-tr-31087615802-06","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["SOLIDAR"],"idNumber":["31087615802-06"]}} -{"id":"eu-tr-31091478710-90","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["31091478710-90"],"name":["European Brain Council"]}} -{"id":"eu-tr-311257433890-50","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["311257433890-50"]}} -{"id":"eu-tr-311414214793-82","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["International Lead Association"],"idNumber":["311414214793-82"]}} -{"id":"eu-tr-31200871765-41","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["31200871765-41"],"name":["Handelsverband Deutschland"]}} -{"id":"eu-tr-312274317374-38","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["312274317374-38"],"name":["Pappas & Associates"]}} -{"id":"eu-tr-312446938719-11","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["eFuel Alliance"],"idNumber":["312446938719-11"]}} -{"id":"eu-tr-31253607851-84","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["PANASONIC EUROPE BV"],"idNumber":["31253607851-84"]}} -{"id":"eu-tr-31255558929-97","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"idNumber":["31255558929-97"]}} -{"id":"eu-tr-312607224829-77","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["HS1 Limited"],"idNumber":["312607224829-77"]}} -{"id":"eu-tr-312771040529-84","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Forest and Land Owners Association of Lithuania"],"idNumber":["312771040529-84"]}} -{"id":"eu-tr-312806014237-16","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Fédération des Entreprises du Commerce et de la Distribution"],"idNumber":["312806014237-16"]}} -{"id":"eu-tr-312840210910-27","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Association of Industrial Silica Producers"],"idNumber":["312840210910-27"]}} -{"id":"eu-tr-312895414628-97","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Bundesverband Musikindustrie e.V."],"idNumber":["312895414628-97"]}} -{"id":"eu-tr-312937417131-70","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["European Forum Alpbach"],"idNumber":["312937417131-70"]}} -{"id":"eu-tr-313129333928-45","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Syndicat National des moniteurs du ski francais"],"idNumber":["313129333928-45"]}} -{"id":"eu-tr-313159817602-20","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["European Metropolitan Transport Authorities"],"idNumber":["313159817602-20"]}} -{"id":"eu-tr-313282221124-09","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Clonbio Group Ltd"],"idNumber":["313282221124-09"]}} -{"id":"eu-tr-313306647241-59","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Combat Antisemitism Movement"],"idNumber":["313306647241-59"]}} -{"id":"eu-tr-313362713000-43","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Bell Helicopter"],"idNumber":["313362713000-43"]}} -{"id":"eu-tr-313390020603-18","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["European Corporate Governance Institute"],"idNumber":["313390020603-18"]}} -{"id":"eu-tr-31367501249-92","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["31367501249-92"],"name":["EPPA SA"]}} -{"id":"eu-tr-313735017680-60","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["WorldDAB"],"idNumber":["313735017680-60"]}} -{"id":"eu-tr-313833920161-73","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["APETRA"],"idNumber":["313833920161-73"]}} -{"id":"eu-tr-313883223746-34","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["UNIVERSIDAD DE ALCALÁ"],"idNumber":["313883223746-34"]}} -{"id":"eu-tr-314416139615-02","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"idNumber":["314416139615-02"]}} -{"id":"eu-tr-314535246097-33","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Temper"],"idNumber":["314535246097-33"]}} -{"id":"eu-tr-314741112399-87","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["314741112399-87"],"name":["Spitzenorganisation der Filmwirtschaft e.V."]}} -{"id":"eu-tr-314889916651-38","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Technology Platform TP Organics"],"idNumber":["314889916651-38"]}} -{"id":"eu-tr-315015520030-94","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Georgette Sand"],"idNumber":["315015520030-94"]}} -{"id":"eu-tr-315076940253-42","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Move EU - The European Association of On-Demand Mobility"],"idNumber":["315076940253-42"]}} -{"id":"eu-tr-315377145604-80","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Regenerative Society Foundation"],"idNumber":["315377145604-80"]}} -{"id":"eu-tr-315413023794-18","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Madelin Innovation"],"idNumber":["315413023794-18"]}} -{"id":"eu-tr-315544338957-78","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Aspen Institute Central Europe"],"idNumber":["315544338957-78"]}} -{"id":"eu-tr-315683246578-60","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Eesti Ametiühingute Keskliit"],"idNumber":["315683246578-60"]}} -{"id":"eu-tr-315700115871-41","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Japan Center for International Finance"],"idNumber":["315700115871-41"]}} -{"id":"eu-tr-315714633757-51","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Amis de la Terre France"],"idNumber":["315714633757-51"]}} -{"id":"eu-tr-316352847882-84","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["European Bottom Fishing Alliance"],"idNumber":["316352847882-84"]}} -{"id":"eu-tr-316427737892-62","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Gevo, Inc."],"idNumber":["316427737892-62"]}} -{"id":"eu-tr-31650149406-33","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["31650149406-33"],"name":["United Internet AG"]}} -{"id":"eu-tr-316522140912-19","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["316522140912-19"],"name":["Clean Air Task Force, Inc."]}} -{"id":"eu-tr-316613410489-78","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["European Federation of Employees in Public Services"],"idNumber":["316613410489-78"]}} -{"id":"eu-tr-316726223466-39","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Instytut Europejskiej Sieci Pamięć i Solidarność"],"idNumber":["316726223466-39"]}} -{"id":"eu-tr-316884541044-28","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Association Sherpa"],"idNumber":["316884541044-28"]}} -{"id":"eu-tr-317032025619-23","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["ICA Gruppen AB"],"idNumber":["317032025619-23"]}} -{"id":"eu-tr-317259347794-40","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Satispay Europe SA"],"idNumber":["317259347794-40"]}} -{"id":"eu-tr-317278216034-07","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Öljy- ja biopolttoaineala ry - Finnish Petroleum and Biofuels Association"],"idNumber":["317278216034-07"]}} -{"id":"eu-tr-317426418192-21","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Amerikas Tirdzniecības Palāta Latvija"],"idNumber":["317426418192-21"]}} -{"id":"eu-tr-317620816195-87","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["EUROPEAN INDUSTRIAL FASTENERS INSTITUTE"],"idNumber":["317620816195-87"]}} -{"id":"eu-tr-317875637967-07","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["317875637967-07"],"name":["MVM Energetika Ltd."]}} -{"id":"eu-tr-318039316189-97","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Cercle International Diplomatique et Consulaire"],"idNumber":["318039316189-97"]}} -{"id":"eu-tr-318073543283-50","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"idNumber":["318073543283-50"]}} -{"id":"eu-tr-3181166932-58","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["DuPont de Nemours International SARL"],"idNumber":["3181166932-58"]}} -{"id":"eu-tr-318140819141-02","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Neova AB"],"idNumber":["318140819141-02"]}} -{"id":"eu-tr-318360828103-95","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Fondation Hirondelle, Media for Peace and Human Dignity"],"idNumber":["318360828103-95"]}} -{"id":"eu-tr-3183894853-03","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["3183894853-03"],"name":["Hill & Knowlton International Belgium"]}} -{"id":"eu-tr-318529412495-78","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["SoLocal Group"],"idNumber":["318529412495-78"]}} -{"id":"eu-tr-31885693900-95","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Baden-Württembergische Wertpapierbörse"],"idNumber":["31885693900-95"]}} -{"id":"eu-tr-318941544260-25","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["IDH The Sustainable Trade Initiative"],"idNumber":["318941544260-25"]}} -{"id":"eu-tr-319148015141-55","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["S&P Global"],"idNumber":["319148015141-55"]}} -{"id":"eu-tr-3191855142-12","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Cooperativas Agro-alimentarias de España"],"idNumber":["3191855142-12"]}} -{"id":"eu-tr-31958409365-30","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Federation of European Rice Millers"],"idNumber":["31958409365-30"]}} -{"id":"eu-tr-319678841662-05","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Seqens"],"idNumber":["319678841662-05"]}} -{"id":"eu-tr-319827437964-55","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Fundacion Euroamerica"],"idNumber":["319827437964-55"]}} -{"id":"eu-tr-3199368915-29","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["CYPRUS CHAMBER OF COMMERCE AND INDUSTRY"],"idNumber":["3199368915-29"]}} -{"id":"eu-tr-32018754890-28","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["32018754890-28"],"name":["DSW (Deutsche Stiftung Weltbevoelkerung)"]}} -{"id":"eu-tr-320219332498-64","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["JMG Business Consulting"],"idNumber":["320219332498-64"]}} -{"id":"eu-tr-320436033255-47","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Susquehanna International Securities Limited"],"idNumber":["320436033255-47"]}} -{"id":"eu-tr-320719819867-92","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Bulgarian Telecommunication Company"],"idNumber":["320719819867-92"]}} -{"id":"eu-tr-3209361971-85","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Zweites Deutsches Fernsehen","ZDF Europabüro Brüssel"],"idNumber":["3209361971-85"]}} -{"id":"eu-tr-321028225547-92","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["WORLDFISH (ALSO KNOWN AS INTERNATIONAL CENTER FOR LIVING AQUATIC RESOURCES MANAGEMENT (ICLARM))"],"idNumber":["321028225547-92"]}} -{"id":"eu-tr-321224733222-20","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["WeMove Europe SCE mbH"],"idNumber":["321224733222-20"]}} -{"id":"eu-tr-321342621105-20","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["321342621105-20"],"name":["Agora Energiewende"]}} -{"id":"eu-tr-32134385519-64","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Organisation for Security"],"idNumber":["32134385519-64"]}} -{"id":"eu-tr-321531633059-83","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Technology Platform for organic food and farming"],"idNumber":["321531633059-83"]}} -{"id":"eu-tr-321701314208-42","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["International Sport and Culture Association"],"idNumber":["321701314208-42"]}} -{"id":"eu-tr-321826714452-53","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Federation of Neurological Associations"],"idNumber":["321826714452-53"]}} -{"id":"eu-tr-322052826414-87","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"idNumber":["322052826414-87"]}} -{"id":"eu-tr-32213828062-24","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Shippers' Council"],"idNumber":["32213828062-24"]}} -{"id":"eu-tr-322202524534-61","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Certisys"],"idNumber":["322202524534-61"]}} -{"id":"eu-tr-322223416295-50","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["EVN AG"],"idNumber":["322223416295-50"]}} -{"id":"eu-tr-322291838613-47","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["EUROPE INDIA CHAMBER OF COMMERCE"],"idNumber":["322291838613-47"]}} -{"id":"eu-tr-32238324913-44","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Committee for Interoperable Systems"],"idNumber":["32238324913-44"]}} -{"id":"eu-tr-322407933266-48","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"idNumber":["322407933266-48"]}} -{"id":"eu-tr-322487640603-17","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["KEMIJOKI OY"],"idNumber":["322487640603-17"]}} -{"id":"eu-tr-322602218032-02","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["SYSTAG GmbH"],"idNumber":["322602218032-02"]}} -{"id":"eu-tr-322787612775-56","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["International Confederation of Societies of Authors and Composers"],"idNumber":["322787612775-56"]}} -{"id":"eu-tr-322813829181-80","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Adevinta France"],"idNumber":["322813829181-80"]}} -{"id":"eu-tr-323194921929-50","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Soundreef Ltd"],"idNumber":["323194921929-50"]}} -{"id":"eu-tr-323367729732-58","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Designer Group"],"idNumber":["323367729732-58"]}} -{"id":"eu-tr-323477526070-15","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["BLAGOVNO TRGOVINSKI CENTER d.d."],"idNumber":["323477526070-15"]}} -{"id":"eu-tr-323618130286-15","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Itä-Suomen yliopisto"],"idNumber":["323618130286-15"]}} -{"id":"eu-tr-32374939743-15","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Grant Thornton International Ltd"],"idNumber":["32374939743-15"]}} -{"id":"eu-tr-323749429015-92","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Gianni & Origoni"],"idNumber":["323749429015-92"]}} -{"id":"eu-tr-324146823579-40","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Mediterranean Universities Union"],"idNumber":["324146823579-40"]}} -{"id":"eu-tr-32416571968-71","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["World Shipping Council"],"idNumber":["32416571968-71"]}} -{"id":"eu-tr-324797141634-06","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Voodoo"],"idNumber":["324797141634-06"]}} -{"id":"eu-tr-325215237586-55","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Round Table on Responsible Soy Association (RTRS)"],"idNumber":["325215237586-55"]}} -{"id":"eu-tr-325690811969-84","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["CEC Government Relations (CZ)"],"idNumber":["325690811969-84"]}} -{"id":"eu-tr-325718122484-70","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["The Organisation for Professionals in Regulatory Affairs"],"idNumber":["325718122484-70"]}} -{"id":"eu-tr-325733417003-21","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Landesvereinigung der Unternehmensverbände Nordrhein-Westfalen e. V."],"idNumber":["325733417003-21"]}} -{"id":"eu-tr-325755217346-62","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Institut de Recherche pour le Développement"],"idNumber":["325755217346-62"]}} -{"id":"eu-tr-32591134448-30","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Producers Union of Renewable Ethanol"],"idNumber":["32591134448-30"]}} -{"id":"eu-tr-32601792674-69","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["European Physical Society"],"idNumber":["32601792674-69"]}} -{"id":"eu-tr-3260509286-84","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Vlaamse Radio- en Televisieomroeporganisatie"],"idNumber":["3260509286-84"]}} -{"id":"eu-tr-326140126649-42","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Consumer Choice Center"],"idNumber":["326140126649-42"]}} -{"id":"eu-tr-326347337793-89","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Medtronic"],"idNumber":["326347337793-89"]}} -{"id":"eu-tr-326377135609-78","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["SAFT"],"idNumber":["326377135609-78"]}} -{"id":"eu-tr-326464931350-32","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["UPL Europe Ltd"],"idNumber":["326464931350-32"]}} -{"id":"eu-tr-326585638801-72","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["International Agriculture Campaign Fridays For Future"],"idNumber":["326585638801-72"]}} -{"id":"eu-tr-326647527646-54","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Free Fair Post Initiative"],"idNumber":["326647527646-54"]}} -{"id":"eu-tr-32689998126-75","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Bernstein Public Policy"],"idNumber":["32689998126-75"]}} -{"id":"eu-tr-32705794105-55","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Vereniging van Nederlandse Gemeenten"],"idNumber":["32705794105-55"]}} -{"id":"eu-tr-32738888445-74","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["32738888445-74"],"name":["European Confederation of Independent Trade Unions"]}} -{"id":"eu-tr-327468346553-28","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Grünfin AS"],"idNumber":["327468346553-28"]}} -{"id":"eu-tr-32814201372-84","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["European Aerosol Federation"],"idNumber":["32814201372-84"]}} -{"id":"eu-tr-328160319689-46","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Institute for International Economic Studies"],"idNumber":["328160319689-46"]}} -{"id":"eu-tr-32853368606-40","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["FEDEX EXPRESS EUROPE INC. & CO."],"idNumber":["32853368606-40"]}} -{"id":"eu-tr-328705327518-72","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["LEVA-EU vzw"],"idNumber":["328705327518-72"]}} -{"id":"eu-tr-328752622502-09","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Spirit Ventures"],"idNumber":["328752622502-09"]}} -{"id":"eu-tr-328844214373-10","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Out of the Box International"],"idNumber":["328844214373-10"]}} -{"id":"eu-tr-329146212053-87","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["FairSearch"],"idNumber":["329146212053-87"]}} -{"id":"eu-tr-329201343103-26","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Immutable Insight GmbH"],"idNumber":["329201343103-26"]}} -{"id":"eu-tr-329361316438-76","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["wetransform GmbH"],"idNumber":["329361316438-76"]}} -{"id":"eu-tr-329674823289-91","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Business Trust"],"idNumber":["329674823289-91"]}} -{"id":"eu-tr-32967558277-95","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["32967558277-95"],"name":["Climate Strategy","Climate Strategy & Partners"]}} -{"id":"eu-tr-329831343391-08","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Universidad de Navarra"],"idNumber":["329831343391-08"]}} -{"id":"eu-tr-329945329379-11","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["DELOITTE CONSEIL"],"idNumber":["329945329379-11"]}} -{"id":"eu-tr-32997432484-79","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["32997432484-79"],"name":["European Bureau of Library, Information and Documentation Associations"]}} -{"id":"eu-tr-329998016781-12","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Interessenverband Deutscher Schauspieler e.V."],"idNumber":["329998016781-12"]}} -{"id":"eu-tr-330003938599-30","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Network for Traveller Education"],"idNumber":["330003938599-30"]}} -{"id":"eu-tr-330075240932-58","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["WEInvest"],"idNumber":["330075240932-58"]}} -{"id":"eu-tr-330121530584-57","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["GoodAI Research"],"idNumber":["330121530584-57"]}} -{"id":"eu-tr-330288731106-54","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Regasificadora del Noroeste S.A."],"idNumber":["330288731106-54"]}} -{"id":"eu-tr-330301916096-08","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Perry Corp."],"idNumber":["330301916096-08"]}} -{"id":"eu-tr-3305029916-47","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["3305029916-47"],"name":["Scania AB (publ)"]}} -{"id":"eu-tr-330950721210-89","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["FUNDACION AULA DE CINE COLECCIÓN JOSEP M. QUERALTO"],"idNumber":["330950721210-89"]}} -{"id":"eu-tr-33130841043-14","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["33130841043-14"],"name":["European Federation of Food, Agriculture and Tourism Trade Unions"]}} -{"id":"eu-tr-331310413543-50","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Federal Union of European Nationalities"],"idNumber":["331310413543-50"]}} -{"id":"eu-tr-331329338535-07","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["AOKpass Pte Ltd"],"idNumber":["331329338535-07"]}} -{"id":"eu-tr-331422120013-51","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Fédération Nationale de l'Habillement"],"idNumber":["331422120013-51"]}} -{"id":"eu-tr-331903736107-55","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["STEM Ústav empirických výzkumů, z.ú."],"idNumber":["331903736107-55"]}} -{"id":"eu-tr-33192023937-30","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Federation of Building Societies"],"idNumber":["33192023937-30"]}} -{"id":"eu-tr-33213703459-54","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["33213703459-54"],"name":["Insurance Europe"]}} -{"id":"eu-tr-332167817125-52","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["332167817125-52"],"name":["Fédération Internationale des Associations de producteurs de Films Headquarters asbl","Fédération Internationale des Associations de Producteurs de Films Headquarters"]}} -{"id":"eu-tr-332222319196-63","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Razvojni center Srca Slovenije"],"idNumber":["332222319196-63"]}} -{"id":"eu-tr-332404341982-26","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["European Refurbishment Association"],"idNumber":["332404341982-26"]}} -{"id":"eu-tr-332726844973-81","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Stichting Grootouders voor het klimaat"],"idNumber":["332726844973-81"]}} -{"id":"eu-tr-332952939156-58","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["332952939156-58"],"name":["Ośrodek Studiów Wschodnich im. Marka Karpia"]}} -{"id":"eu-tr-333399732805-59","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Climate Leadership Coalition"],"idNumber":["333399732805-59"]}} -{"id":"eu-tr-3334854676-12","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["3334854676-12"],"name":["European Association for the Education of Adults"]}} -{"id":"eu-tr-334032526284-71","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Global Green Growth Institute"],"idNumber":["334032526284-71"]}} -{"id":"eu-tr-334663134719-59","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["ΕΛΛΗΝΟ-ΑΜΕΡΙΚΑΝΙΚΟ ΕΜΠΟΡΙΚΟ ΕΠΙΜΕΛΗΤΗΡΙΟ"],"idNumber":["334663134719-59"]}} -{"id":"eu-tr-334674912578-83","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Methanol Institute"],"idNumber":["334674912578-83"]}} -{"id":"eu-tr-334703839280-66","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["334703839280-66"],"name":["Delivery Hero SE"]}} -{"id":"eu-tr-334705833258-28","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"idNumber":["334705833258-28"]}} -{"id":"eu-tr-33498019160-40","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Specialised Nutrition Europe"],"idNumber":["33498019160-40"]}} -{"id":"eu-tr-335172833125-67","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Ben Gurion University of the Negev"],"idNumber":["335172833125-67"]}} -{"id":"eu-tr-335382815910-56","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Low Impact Fishers of Europe"],"idNumber":["335382815910-56"]}} -{"id":"eu-tr-335399347719-67","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["First Ukrainian International Bank"],"idNumber":["335399347719-67"]}} -{"id":"eu-tr-335898039331-20","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Reach for Change"],"idNumber":["335898039331-20"]}} -{"id":"eu-tr-336127339676-64","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Virgin Hyperloop"],"idNumber":["336127339676-64"]}} -{"id":"eu-tr-33622026795-64","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Bruegel"],"idNumber":["33622026795-64"]}} -{"id":"eu-tr-336263411883-56","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Panhellenic Union of Pharmaceutical Industry"],"idNumber":["336263411883-56"]}} -{"id":"eu-tr-336411543076-42","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Blue Yard Ltd"],"idNumber":["336411543076-42"]}} -{"id":"eu-tr-336507041940-46","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["World Biogas Association"],"idNumber":["336507041940-46"]}} -{"id":"eu-tr-336735239719-29","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Kalray SA"],"idNumber":["336735239719-29"]}} -{"id":"eu-tr-336765244362-96","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["336765244362-96"],"name":["International Rescue Committee Inc"]}} -{"id":"eu-tr-336906714921-03","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["British Broadcasting Corporation"],"idNumber":["336906714921-03"]}} -{"id":"eu-tr-336917247811-73","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Lietuvos žemės ūkio bendrovių asociacija"],"idNumber":["336917247811-73"]}} -{"id":"eu-tr-337037843731-72","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Gas Grid Group AISBL"],"idNumber":["337037843731-72"]}} -{"id":"eu-tr-3373670692-24","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Fund and Asset Management Association"],"idNumber":["3373670692-24"]}} -{"id":"eu-tr-337560545534-33","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["337560545534-33"],"name":["Hyperloop Transportation Technologies"]}} -{"id":"eu-tr-337584720592-05","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["ARCADIS Europe B.V."],"idNumber":["337584720592-05"]}} -{"id":"eu-tr-337825146819-47","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Brintbranchen / Hydrogen Denmark"],"idNumber":["337825146819-47"]}} -{"id":"eu-tr-337925317235-33","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Confederation of Independent Football Associations"],"idNumber":["337925317235-33"]}} -{"id":"eu-tr-337992525403-73","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Nykredit Realkredit A/S"],"idNumber":["337992525403-73"]}} -{"id":"eu-tr-338199442526-43","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["CMB.TECH"],"idNumber":["338199442526-43"]}} -{"id":"eu-tr-338398611148-62","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["338398611148-62"],"name":["RELX"]}} -{"id":"eu-tr-338567616061-91","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Emerson Electric Co."],"idNumber":["338567616061-91"]}} -{"id":"eu-tr-33858106461-10","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["33858106461-10"],"name":["Raiffeisen Bank International AG"]}} -{"id":"eu-tr-33882407107-76","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Free Software Foundation Europe e.V."],"idNumber":["33882407107-76"]}} -{"id":"eu-tr-33885548180-35","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["33885548180-35"],"name":["European Council for Motor Trades and Repairs"]}} -{"id":"eu-tr-339093641078-19","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["International Federation for the Economy for the Common Good e. V."],"idNumber":["339093641078-19"]}} -{"id":"eu-tr-339316636029-30","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["FSD Fahrzeugsystemdaten GmbH - Zentrale Stelle nach StVG"],"idNumber":["339316636029-30"]}} -{"id":"eu-tr-3394026642-58","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["3394026642-58"],"name":["BP p.l.c."]}} -{"id":"eu-tr-3394645201-03","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Bundesverband Neue Energiewirtschaft e.V. / Association of Energy Market Innovators"],"idNumber":["3394645201-03"]}} -{"id":"eu-tr-339569615567-89","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["339569615567-89"],"name":["European Council on Foreign Relations"]}} -{"id":"eu-tr-339652421108-93","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Boiron"],"idNumber":["339652421108-93"]}} -{"id":"eu-tr-339687447443-74","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Rystad Energy"],"idNumber":["339687447443-74"]}} -{"id":"eu-tr-339913646349-90","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Business at OECD (BIAC)"],"idNumber":["339913646349-90"]}} -{"id":"eu-tr-339967513518-43","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Centre national de l'économie laitière"],"idNumber":["339967513518-43"]}} -{"id":"eu-tr-340043212022-64","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Bureau International des Containers"],"idNumber":["340043212022-64"]}} -{"id":"eu-tr-340103933893-82","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["World Wide Fund for Nature Belgium"],"idNumber":["340103933893-82"]}} -{"id":"eu-tr-340415211061-17","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Eesti Põllumajandus-Kaubanduskoda"],"idNumber":["340415211061-17"]}} -{"id":"eu-tr-340474419749-80","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["340474419749-80"],"name":["Colt Technology Services"]}} -{"id":"eu-tr-340682641028-49","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Brussels Academy of Justice"],"idNumber":["340682641028-49"]}} -{"id":"eu-tr-34100356706-23","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["34100356706-23"],"name":["ARCTURUS GROUP"]}} -{"id":"eu-tr-341051518380-63","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Reinsurance Advisory Board"],"idNumber":["341051518380-63"]}} -{"id":"eu-tr-341436210542-80","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Cia - Agricoltori italiani"],"idNumber":["341436210542-80"]}} -{"id":"eu-tr-341619043223-80","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Trans Africa Railway Corporation Ltd."],"idNumber":["341619043223-80"]}} -{"id":"eu-tr-341681346541-18","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Revaluate OÜ"],"idNumber":["341681346541-18"]}} -{"id":"eu-tr-341830319263-10","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["APISOLAR - Associação Portuguesa da Indústria Solar"],"idNumber":["341830319263-10"]}} -{"id":"eu-tr-341947539002-63","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Women's Brain Project"],"idNumber":["341947539002-63"]}} -{"id":"eu-tr-342147315697-69","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Europe Container Terminals B.V."],"idNumber":["342147315697-69"]}} -{"id":"eu-tr-342174419993-23","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Fondation Prospective et Innovation"],"idNumber":["342174419993-23"]}} -{"id":"eu-tr-342464912839-08","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Coalition for Creativity"],"idNumber":["342464912839-08"]}} -{"id":"eu-tr-342534715247-56","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Finnish Institute of International Affairs"],"idNumber":["342534715247-56"]}} -{"id":"eu-tr-342627244426-89","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Oversight Board"],"idNumber":["342627244426-89"]}} -{"id":"eu-tr-34293437617-43","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Consiglio Italiano del Movimento Europeo"],"idNumber":["34293437617-43"]}} -{"id":"eu-tr-343059028884-80","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Allwyn International a.s.","SAZKA Group a.s."],"idNumber":["343059028884-80"]}} -{"id":"eu-tr-343076046534-12","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["VEON Ltd"],"idNumber":["343076046534-12"]}} -{"id":"eu-tr-343196132356-03","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Slow Food Deutschland e. V."],"idNumber":["343196132356-03"]}} -{"id":"eu-tr-343446821575-67","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Deutscher Verkehrssicherheitsrat e.V."],"idNumber":["343446821575-67"]}} -{"id":"eu-tr-343621535867-16","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Gas for Climate"],"idNumber":["343621535867-16"]}} -{"id":"eu-tr-34369111614-57","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["34369111614-57"],"name":["Société Générale"]}} -{"id":"eu-tr-343733933363-06","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Datawheel LLC"],"idNumber":["343733933363-06"]}} -{"id":"eu-tr-344106015197-62","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Action contre la Faim"],"idNumber":["344106015197-62"]}} -{"id":"eu-tr-344239421654-76","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Södra Skogsägarna ekonomisk förening"],"idNumber":["344239421654-76"]}} -{"id":"eu-tr-34424201320-69","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["34424201320-69"],"name":["Accenture PLC"]}} -{"id":"eu-tr-344286516349-04","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Association of Bermuda Insurers and Reinsurers"],"idNumber":["344286516349-04"]}} -{"id":"eu-tr-344404532716-21","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Michael Hack Politikberatung"],"idNumber":["344404532716-21"]}} -{"id":"eu-tr-3444341114-03","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Electrolux Home Products"],"idNumber":["3444341114-03"]}} -{"id":"eu-tr-344571726480-97","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["FONDAZIONE DYNAMO MOTORE DI FILANTROPIA"],"idNumber":["344571726480-97"]}} -{"id":"eu-tr-34461047998-33","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["CEEweb for Biodiversity"],"idNumber":["34461047998-33"]}} -{"id":"eu-tr-344656434295-91","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["344656434295-91"],"name":["Confederatia Patronala Concordia"]}} -{"id":"eu-tr-34478709670-34","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["34478709670-34"],"name":["CONCORD Europe"]}} -{"id":"eu-tr-344826112965-44","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["INEOS AG"],"idNumber":["344826112965-44"]}} -{"id":"eu-tr-344894120925-87","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Petri Lahesmaa Consulting"],"idNumber":["344894120925-87"]}} -{"id":"eu-tr-344910313351-14","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["344910313351-14"],"name":["European Producers Club"]}} -{"id":"eu-tr-34504727656-95","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Landis+Gyr AG"],"idNumber":["34504727656-95"]}} -{"id":"eu-tr-345428816733-43","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Mathieu Fonteneau"],"idNumber":["345428816733-43"]}} -{"id":"eu-tr-345555521238-97","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Blacksmith Initiative"],"idNumber":["345555521238-97"]}} -{"id":"eu-tr-345814727685-26","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["X-Wind Powerplants GmbH"],"idNumber":["345814727685-26"]}} -{"id":"eu-tr-34621194332-56","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["PowerShift - Verein fuer eine oekologisch-solidarische Energie- & Weltwirtschaft e.V."],"idNumber":["34621194332-56"]}} -{"id":"eu-tr-346580113008-62","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Bundesverband Digitale Wirtschaft"],"idNumber":["346580113008-62"]}} -{"id":"eu-tr-346785932105-12","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["VOLTALIS"],"idNumber":["346785932105-12"]}} -{"id":"eu-tr-346813016632-22","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["virtual solution AG"],"idNumber":["346813016632-22"]}} -{"id":"eu-tr-346883615381-56","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["The Global Round Table"],"idNumber":["346883615381-56"]}} -{"id":"eu-tr-34694767407-27","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["International Yehudi Menuhin Foundation"],"idNumber":["34694767407-27"]}} -{"id":"eu-tr-34699539126-16","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Ecole nationale d'administration"],"idNumber":["34699539126-16"]}} -{"id":"eu-tr-347204912066-34","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Institut de Recherche et de Communication sur l'Europe"],"idNumber":["347204912066-34"]}} -{"id":"eu-tr-347494446863-32","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Copenhagen Infrastructure Partners P/S"],"idNumber":["347494446863-32"]}} -{"id":"eu-tr-3474944849-83","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Bundesarbeitgeberverband Chemie e.V."],"idNumber":["3474944849-83"]}} -{"id":"eu-tr-347540037291-58","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Stichting Goed Hout & Goed Papier!"],"idNumber":["347540037291-58"]}} -{"id":"eu-tr-347716528171-43","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Openichnos Hellas Private Company"],"idNumber":["347716528171-43"]}} -{"id":"eu-tr-347776811076-78","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Solar Thermal Electricity Association"],"idNumber":["347776811076-78"]}} -{"id":"eu-tr-347997326951-73","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["ista International GmbH"],"idNumber":["347997326951-73"]}} -{"id":"eu-tr-348060711585-82","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Agence Française de Développement"],"idNumber":["348060711585-82"]}} -{"id":"eu-tr-348115818639-60","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["World Travel & Tourism Council"],"idNumber":["348115818639-60"]}} -{"id":"eu-tr-348145840751-31","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Decathlon SE"],"idNumber":["348145840751-31"]}} -{"id":"eu-tr-348369030395-22","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Orano"],"idNumber":["348369030395-22"]}} -{"id":"eu-tr-34863197284-43","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Political Intelligence"],"idNumber":["34863197284-43"]}} -{"id":"eu-tr-34880145791-74","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Zentraler Immobilien Ausschuss"],"idNumber":["34880145791-74"]}} -{"id":"eu-tr-348813031337-36","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Autotuojat ja -teollisuus ry"],"idNumber":["348813031337-36"]}} -{"id":"eu-tr-348845016774-12","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Constantin Medien AG"],"idNumber":["348845016774-12"]}} -{"id":"eu-tr-349079119535-50","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["WELLNESS FOUNDATION"],"idNumber":["349079119535-50"]}} -{"id":"eu-tr-349357933259-10","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["349357933259-10"],"name":["Lorenzo Codogno Macro Advisors Ltd"]}} -{"id":"eu-tr-349536342991-81","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Achmea B.V."],"idNumber":["349536342991-81"]}} -{"id":"eu-tr-349597433663-89","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Ilmastorahasto Oy - The Finnish Climate Fund"],"idNumber":["349597433663-89"]}} -{"id":"eu-tr-349761643844-94","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Danish Press Publications Collective Management Organisation"],"idNumber":["349761643844-94"]}} -{"id":"eu-tr-349960333040-21","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Sumitomo Benelux S.A./N.V."],"idNumber":["349960333040-21"]}} -{"id":"eu-tr-350085416306-34","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["NERLEI - Associação Empresarial da Região de Leiria"],"idNumber":["350085416306-34"]}} -{"id":"eu-tr-350157122315-47","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Carus"],"idNumber":["350157122315-47"]}} -{"id":"eu-tr-350410345293-38","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Rockefeller Philanthropy Advisors, Inc."],"idNumber":["350410345293-38"]}} -{"id":"eu-tr-35044253457-59","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Unione Italiana delle Camere di Commercio, Industria, Artigianato e Agricoltura"],"idNumber":["35044253457-59"]}} -{"id":"eu-tr-3505006282-58","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["3505006282-58"],"name":["Association des Banques et Banquiers, Luxembourg"]}} -{"id":"eu-tr-350652449-83","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["AIR FRANCE"],"idNumber":["350652449-83"]}} -{"id":"eu-tr-350952629688-14","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Teach For All Network"],"idNumber":["350952629688-14"]}} -{"id":"eu-tr-350977437809-66","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Costa Group"],"idNumber":["350977437809-66"]}} -{"id":"eu-tr-35118309721-12","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["European Capitals and Cities of Sport Federation"],"idNumber":["35118309721-12"]}} -{"id":"eu-tr-35124436517-75","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["35124436517-75"],"name":["Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V."]}} -{"id":"eu-tr-351267138656-84","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"idNumber":["351267138656-84"]}} -{"id":"eu-tr-351378519966-94","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Miele & Cie. KG"],"idNumber":["351378519966-94"]}} -{"id":"eu-tr-35147251117-11","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["35147251117-11"],"name":["Crédit Agricole S.A."]}} -{"id":"eu-tr-351605332041-92","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Sage Group PLC"],"idNumber":["351605332041-92"]}} -{"id":"eu-tr-35167875358-33","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["35167875358-33"],"name":["Nokia"]}} -{"id":"eu-tr-351683233226-92","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Japan Bank for International Cooperation"],"idNumber":["351683233226-92"]}} -{"id":"eu-tr-35176395681-91","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Technip"],"idNumber":["35176395681-91"]}} -{"id":"eu-tr-351764810742-20","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Clean Air Action Group (Levegő Munkacsoport)"],"idNumber":["351764810742-20"]}} -{"id":"eu-tr-351783047867-48","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"idNumber":["351783047867-48"]}} -{"id":"eu-tr-35183976109-02","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Bundesverband Öffentliche Dienstleistungen - Deutsche Sektion des CEEP e.V."],"idNumber":["35183976109-02"]}} -{"id":"eu-tr-351988745052-43","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Handwerkskammer Erfurt"],"idNumber":["351988745052-43"]}} -{"id":"eu-tr-352103717639-15","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Teollisuuden Voima Oyj"],"idNumber":["352103717639-15"]}} -{"id":"eu-tr-352104540581-79","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Pensioenfonds Zorg en Welzijn"],"idNumber":["352104540581-79"]}} -{"id":"eu-tr-352119431252-69","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Paprec Group"],"idNumber":["352119431252-69"]}} -{"id":"eu-tr-352145730849-46","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Fintraffic Air Navigation Services Ltd"],"idNumber":["352145730849-46"]}} -{"id":"eu-tr-352172811-92","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["352172811-92"],"name":["PERNOD RICARD"]}} -{"id":"eu-tr-352325223827-36","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["UNION OF INTERNATIONAL HAULERS"],"idNumber":["352325223827-36"]}} -{"id":"eu-tr-35237447968-05","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Transnational Institute"],"idNumber":["35237447968-05"]}} -{"id":"eu-tr-3523776801-85","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Bayer AG"],"idNumber":["3523776801-85"]}} -{"id":"eu-tr-35278583229-25","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["35278583229-25"]}} -{"id":"eu-tr-352790841645-65","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Riverwatch"],"idNumber":["352790841645-65"]}} -{"id":"eu-tr-352791723218-26","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Przedsiębiorstwo Produkcyjno-Consultingowe ADOB Sp. z o.o.Sp.Jawna"],"idNumber":["352791723218-26"]}} -{"id":"eu-tr-35279857524-58","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Movement International"],"idNumber":["35279857524-58"]}} -{"id":"eu-tr-35291788333-26","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Provincie Limburg"],"idNumber":["35291788333-26"]}} -{"id":"eu-tr-352972410521-12","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Health Management Association asbl"],"idNumber":["352972410521-12"]}} -{"id":"eu-tr-353036215692-58","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["FREDERIC MAURO SPRL"],"idNumber":["353036215692-58"]}} -{"id":"eu-tr-353138431676-26","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Smart Everything Everywhere"],"idNumber":["353138431676-26"]}} -{"id":"eu-tr-35321797057-83","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["ARKEMA"],"idNumber":["35321797057-83"]}} -{"id":"eu-tr-353231132587-96","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["353231132587-96"],"name":["ABN AMRO Bank N.V."]}} -{"id":"eu-tr-353298312473-76","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Baden-Württembergischer Genossenschaftsverband e.V."],"idNumber":["353298312473-76"]}} -{"id":"eu-tr-353427720078-87","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["LOTTO Hamburg GmbH"],"idNumber":["353427720078-87"]}} -{"id":"eu-tr-35373645548-24","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Ecofys Netherlands B.V."],"idNumber":["35373645548-24"]}} -{"id":"eu-tr-35378765850-63","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Union Asset Management Holding AG"],"idNumber":["35378765850-63"]}} -{"id":"eu-tr-353804021418-79","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Gide Loyrette Nouel"],"idNumber":["353804021418-79"]}} -{"id":"eu-tr-353997326645-94","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["American Enterprise Institute"],"idNumber":["353997326645-94"]}} -{"id":"eu-tr-3543183647-05","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Confédération Fiscale Européenne"],"idNumber":["3543183647-05"]}} -{"id":"eu-tr-354474115978-18","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["354474115978-18"],"name":["Delta Air Lines, Inc."]}} -{"id":"eu-tr-354571029259-61","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Konica Minolta Business Solution Europe GmbH"],"idNumber":["354571029259-61"]}} -{"id":"eu-tr-35467643719-92","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["ESL & NETWORK EUROPEAN AFFAIRS SA"],"idNumber":["35467643719-92"]}} -{"id":"eu-tr-354710219654-02","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Fair Standards Alliance"],"idNumber":["354710219654-02"]}} -{"id":"eu-tr-3548986723-43","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["G4S Ltd"],"idNumber":["3548986723-43"]}} -{"id":"eu-tr-354946837243-73","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"idNumber":["354946837243-73"]}} -{"id":"eu-tr-355074725892-48","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["ifo Institut - Leibniz-Institut für Wirtschaftsforschung an der Universität München e.V."],"idNumber":["355074725892-48"]}} -{"id":"eu-tr-355097438284-52","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Stena Recycling International AB"],"idNumber":["355097438284-52"]}} -{"id":"eu-tr-35525111082-17","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["The Western Union Company"],"idNumber":["35525111082-17"]}} -{"id":"eu-tr-35540903747-06","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["European Community Association of Ship Brokers and Agents"],"idNumber":["35540903747-06"]}} -{"id":"eu-tr-355642016161-08","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["CARE France"],"idNumber":["355642016161-08"]}} -{"id":"eu-tr-355702910008-47","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Swedish Forest Industries Federation"],"idNumber":["355702910008-47"]}} -{"id":"eu-tr-355878431886-89","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Common Sense Media"],"idNumber":["355878431886-89"]}} -{"id":"eu-tr-356166237146-84","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Latvijas lauksaimniecības kooperatīvu asociācija"],"idNumber":["356166237146-84"]}} -{"id":"eu-tr-3562594969-02","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["EUROPEAN SERVICES FORUM"],"idNumber":["3562594969-02"]}} -{"id":"eu-tr-356735030804-64","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Eucor – The European Campus"],"idNumber":["356735030804-64"]}} -{"id":"eu-tr-357203644835-80","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["ΟΙΚΟΝΟΜΙΚΟ ΣΥΝΕΔΡΙΟ ΔΕΛΦΩΝ"],"idNumber":["357203644835-80"]}} -{"id":"eu-tr-357625127340-85","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Ocean Unite"],"idNumber":["357625127340-85"]}} -{"id":"eu-tr-358192222517-53","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Horizons"],"idNumber":["358192222517-53"]}} -{"id":"eu-tr-358284014848-82","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["358284014848-82"],"name":["industriAll European Trade Union"]}} -{"id":"eu-tr-358319322331-03","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Hogrefe Verlag"],"idNumber":["358319322331-03"]}} -{"id":"eu-tr-35832214158-18","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Fachverband der Stein- und keramischen Industrie"],"idNumber":["35832214158-18"]}} -{"id":"eu-tr-358402019896-70","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Georg Thieme Verlag"],"idNumber":["358402019896-70"]}} -{"id":"eu-tr-358581035483-54","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Labour Mobility Institute Association"],"idNumber":["358581035483-54"]}} -{"id":"eu-tr-358818043018-61","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Paulig Group"],"idNumber":["358818043018-61"]}} -{"id":"eu-tr-35890511033-58","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Irish Funds Industry Association CLG"],"idNumber":["35890511033-58"]}} -{"id":"eu-tr-359075116163-46","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Heidrick & Struggles"],"idNumber":["359075116163-46"]}} -{"id":"eu-tr-359095142217-37","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"idNumber":["359095142217-37"]}} -{"id":"eu-tr-359167112876-43","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["359167112876-43"],"name":["Independent Film & Television Alliance"]}} -{"id":"eu-tr-359893146983-29","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["BlueBay Asset Management LLP"],"idNumber":["359893146983-29"]}} -{"id":"eu-tr-35999434674-81","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Netherlands Maritime Technology"],"idNumber":["35999434674-81"]}} -{"id":"eu-tr-360235332705-49","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"idNumber":["360235332705-49"]}} -{"id":"eu-tr-360276140455-97","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["TURMsolutions GmbH/ Prof. Dr. Jochen H. Schiller"],"idNumber":["360276140455-97"]}} -{"id":"eu-tr-360344017227-92","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["CSC - IT Center for Science Ltd."],"idNumber":["360344017227-92"]}} -{"id":"eu-tr-360365546586-29","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Constantia Flexibles International GmbH"],"idNumber":["360365546586-29"]}} -{"id":"eu-tr-360457536314-69","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Society of European Affairs Professionals"],"idNumber":["360457536314-69"]}} -{"id":"eu-tr-360465642984-25","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["SOS MEDITERRANEE"],"idNumber":["360465642984-25"]}} -{"id":"eu-tr-360635028553-14","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Think Beyond Plastic"],"idNumber":["360635028553-14"]}} -{"id":"eu-tr-36063991244-88","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Landowners' Organization asbl"],"idNumber":["36063991244-88"]}} -{"id":"eu-tr-3606882168-35","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Heart Network"],"idNumber":["3606882168-35"]}} -{"id":"eu-tr-36101356444-26","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Jewish Congress"],"idNumber":["36101356444-26"]}} -{"id":"eu-tr-361091237341-72","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["MEDREACT"],"idNumber":["361091237341-72"]}} -{"id":"eu-tr-36120303854-92","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["European Property Federation"],"idNumber":["36120303854-92"]}} -{"id":"eu-tr-3612325809-89","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Symantec Corporation"],"idNumber":["3612325809-89"]}} -{"id":"eu-tr-361336735977-48","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Minderoo Foundation Limited ATF The Minderoo Foundation Trust"],"idNumber":["361336735977-48"]}} -{"id":"eu-tr-361342143111-55","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["K-Monitor Közhasznú Egyesület"],"idNumber":["361342143111-55"]}} -{"id":"eu-tr-361355743828-72","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["University of Westminster"],"idNumber":["361355743828-72"]}} -{"id":"eu-tr-361571732547-27","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Luonnonvarakeskus"],"idNumber":["361571732547-27"]}} -{"id":"eu-tr-361666347279-12","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Marvel Fusion GmbH"],"idNumber":["361666347279-12"]}} -{"id":"eu-tr-361887338852-62","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["COIMBRA GROUP"],"idNumber":["361887338852-62"]}} -{"id":"eu-tr-362131745511-65","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Tweeddale Advisors"],"idNumber":["362131745511-65"]}} -{"id":"eu-tr-362205121320-18","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Asthma UK"],"idNumber":["362205121320-18"]}} -{"id":"eu-tr-362241445572-70","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Leibniz Institut für Medienforschung | Hans-Bredow-Institut"],"idNumber":["362241445572-70"]}} -{"id":"eu-tr-362405025078-34","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["The Association For International Sport for All"],"idNumber":["362405025078-34"]}} -{"id":"eu-tr-362445426674-48","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Instituut voor Landbouw en Visserijonderzoek"],"idNumber":["362445426674-48"]}} -{"id":"eu-tr-362467946603-18","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["PowerUP Fuel Cells OÜ"],"idNumber":["362467946603-18"]}} -{"id":"eu-tr-362596037769-34","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Vyaire Medical"],"idNumber":["362596037769-34"]}} -{"id":"eu-tr-362966128835-32","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["EcoSynergy System Ltd."],"idNumber":["362966128835-32"]}} -{"id":"eu-tr-363065421308-40","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Youth of the European People's Party"],"idNumber":["363065421308-40"]}} -{"id":"eu-tr-363331923608-55","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["363331923608-55"],"name":["Egmont Institute"]}} -{"id":"eu-tr-363652933256-53","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"idNumber":["363652933256-53"]}} -{"id":"eu-tr-363663317007-42","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"idNumber":["363663317007-42"]}} -{"id":"eu-tr-363669315701-55","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Affaires Publiques Consultants"],"idNumber":["363669315701-55"]}} -{"id":"eu-tr-363805923029-87","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Københavns Universitet"],"idNumber":["363805923029-87"]}} -{"id":"eu-tr-36395803420-35","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["CONFAGRICOLTURA EMILIA-ROMAGNA"],"idNumber":["36395803420-35"]}} -{"id":"eu-tr-36423781099-10","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["36423781099-10"],"name":["AXA"]}} -{"id":"eu-tr-364398937392-13","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Kulttuuri- ja taidealan keskusjärjestö KULTA ry"],"idNumber":["364398937392-13"]}} -{"id":"eu-tr-364409544616-65","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Asociace pro mezinárodní otázky, z.s."],"idNumber":["364409544616-65"]}} -{"id":"eu-tr-36443386820-19","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["European COPD Coalition"],"idNumber":["36443386820-19"]}} -{"id":"eu-tr-3644916703-20","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Deutscher Richterbund, Bund der Richterinnen und Richter, Staatsanwältinnen und Staatsanwälte"],"idNumber":["3644916703-20"]}} -{"id":"eu-tr-364624933844-92","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Moje Evropa"],"idNumber":["364624933844-92"]}} -{"id":"eu-tr-3647455667-08","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Conféderation Européenne des Propriétaires Forestiers"],"idNumber":["3647455667-08"]}} -{"id":"eu-tr-36482546115-09","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["EMILIA-ROMAGNA REGIONAL SUB-UNIT FOR DEVOLOPEMENT AQUACOLTURE AND FISHING"],"idNumber":["36482546115-09"]}} -{"id":"eu-tr-364892017621-92","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["EuropeActive"],"idNumber":["364892017621-92"]}} -{"id":"eu-tr-365066616991-22","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["CNH Industrial"],"idNumber":["365066616991-22"]}} -{"id":"eu-tr-36529354479-57","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Groupement Européen des Sociétés d'Auteurs et Compositeurs"],"idNumber":["36529354479-57"]}} -{"id":"eu-tr-365301337247-70","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Youth Climate Council (Ungeklimarådet)"],"idNumber":["365301337247-70"]}} -{"id":"eu-tr-365322315763-20","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["NEC Europe"],"idNumber":["365322315763-20"]}} -{"id":"eu-tr-36538072001-07","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Serving Europe - Branded Food and Beverage Service Chains Association"],"idNumber":["36538072001-07"]}} -{"id":"eu-tr-365453815252-29","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["365453815252-29"],"name":["UBS Group AG"]}} -{"id":"eu-tr-36546161539-21","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["36546161539-21"],"name":["European Union Of Wholesale with Eggs, Egg Products and Poultry and Game"]}} -{"id":"eu-tr-365563511941-15","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["365563511941-15"],"name":["AkzoNobel"]}} -{"id":"eu-tr-365578617857-16","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Educore"],"idNumber":["365578617857-16"]}} -{"id":"eu-tr-365585639064-33","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Sustainable Energy for All"],"idNumber":["365585639064-33"]}} -{"id":"eu-tr-365747616583-15","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["365747616583-15"],"name":["Spotify"]}} -{"id":"eu-tr-36576556470-62","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["36576556470-62"],"name":["BDO/Brussels Worldwide Services BV"]}} -{"id":"eu-tr-366117914426-10","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["366117914426-10"],"name":["Amazon Europe Core SARL"]}} -{"id":"eu-tr-366173922498-51","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["The Extremely Useful Company"],"idNumber":["366173922498-51"]}} -{"id":"eu-tr-36636102190-34","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["ÖBB-Holding AG"],"idNumber":["36636102190-34"]}} -{"id":"eu-tr-366630319085-02","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["CHEMOURS INTERNATIONAL OPERATIONS Sàrl"],"idNumber":["366630319085-02"]}} -{"id":"eu-tr-36682861898-97","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["36682861898-97"],"name":["Telecom Italia"]}} -{"id":"eu-tr-366999416622-37","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Iliad"],"idNumber":["366999416622-37"]}} -{"id":"eu-tr-367682319221-26","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Center for Data Innovation"],"idNumber":["367682319221-26"]}} -{"id":"eu-tr-367850645092-18","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Nordic Semiconductor ASA"],"idNumber":["367850645092-18"]}} -{"id":"eu-tr-367931626903-83","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["FEDERATION OF INDUSTRIES OF GREECE"],"idNumber":["367931626903-83"]}} -{"id":"eu-tr-368029129221-78","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["368029129221-78"],"name":["ABN AMRO Clearing Bank N.V."]}} -{"id":"eu-tr-368038228581-87","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Skaitmeninio sertifikavimo centras"],"idNumber":["368038228581-87"]}} -{"id":"eu-tr-36820998995-30","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["36820998995-30"],"name":["REDES ENERGÉTICAS NACIONAIS, SGPS"]}} -{"id":"eu-tr-368444123278-16","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Brooke Hospital for Animals"],"idNumber":["368444123278-16"]}} -{"id":"eu-tr-36897011311-96","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["36897011311-96"],"name":["European Association of Central Counterparty Clearing Houses"]}} -{"id":"eu-tr-369157115807-10","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["The Clearing House Payments Company, LLC"],"idNumber":["369157115807-10"]}} -{"id":"eu-tr-369172126391-67","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Commons Network"],"idNumber":["369172126391-67"]}} -{"id":"eu-tr-36944616803-45","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Barge Union"],"idNumber":["36944616803-45"]}} -{"id":"eu-tr-369771917250-23","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["EE&MC-European Economic & Marketing Consultants GmbH"],"idNumber":["369771917250-23"]}} -{"id":"eu-tr-370009222325-13","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["The Financial Times Limited"],"idNumber":["370009222325-13"]}} -{"id":"eu-tr-370030023964-01","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["SIEMENS GAMESA RENEWABLE ENERGY, S.A."],"idNumber":["370030023964-01"]}} -{"id":"eu-tr-370187927205-06","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Jastrzębska Spółka Węglowa S.A."],"idNumber":["370187927205-06"]}} -{"id":"eu-tr-370200435629-58","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Center for Global Development"],"idNumber":["370200435629-58"]}} -{"id":"eu-tr-370314436821-69","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["WorldLife Foundation"],"idNumber":["370314436821-69"]}} -{"id":"eu-tr-37031706884-33","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Dober Partners"],"idNumber":["37031706884-33"]}} -{"id":"eu-tr-370604532778-04","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["VIB"],"idNumber":["370604532778-04"]}} -{"id":"eu-tr-370649919011-72","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Committee to Protect Journalists"],"idNumber":["370649919011-72"]}} -{"id":"eu-tr-370844411306-85","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["International Institute for Sustainable Development - Europe"],"idNumber":["370844411306-85"]}} -{"id":"eu-tr-370877536078-58","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["International Press Institute"],"idNumber":["370877536078-58"]}} -{"id":"eu-tr-370882232629-37","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Nexter Systems"],"idNumber":["370882232629-37"]}} -{"id":"eu-tr-370891028381-57","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Primark Ltd"],"idNumber":["370891028381-57"]}} -{"id":"eu-tr-371567915480-41","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Bill & Melinda Gates Foundation"],"idNumber":["371567915480-41"]}} -{"id":"eu-tr-371838712280-15","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["371838712280-15"],"name":["United Airlines, Inc."]}} -{"id":"eu-tr-372186015628-03","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["ASOCIACIÓN NACIONAL DE GRANDES EMPRESAS DE DISTRIBUCIÓN"],"idNumber":["372186015628-03"]}} -{"id":"eu-tr-372227817849-54","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["CITTADINI PER L'ARIA"],"idNumber":["372227817849-54"]}} -{"id":"eu-tr-372608916662-62","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["The Council of European Professional Informatics Societies"],"idNumber":["372608916662-62"]}} -{"id":"eu-tr-372956347074-17","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Federation of Trade Unions of Ukraine"],"idNumber":["372956347074-17"]}} -{"id":"eu-tr-372966939885-95","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Etn Fr Colruyt"],"idNumber":["372966939885-95"]}} -{"id":"eu-tr-372974726145-92","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["GIST Advisory Switzerland Sarl"],"idNumber":["372974726145-92"]}} -{"id":"eu-tr-373223819424-16","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Roubini Global Economics"],"idNumber":["373223819424-16"]}} -{"id":"eu-tr-373321440065-63","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["373321440065-63"]}} -{"id":"eu-tr-373459327433-55","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Zemědělský svaz ČR"],"idNumber":["373459327433-55"]}} -{"id":"eu-tr-373563717179-76","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Nomura International plc"],"idNumber":["373563717179-76"]}} -{"id":"eu-tr-373620420777-24","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Institut national de recherche en informatique et en automatique"],"idNumber":["373620420777-24"]}} -{"id":"eu-tr-373648915745-30","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Culture & Media Agency Europe aisbl"],"idNumber":["373648915745-30"]}} -{"id":"eu-tr-373653640889-82","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["5Rights Foundation"],"idNumber":["373653640889-82"]}} -{"id":"eu-tr-373746641673-17","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Digital Innovation Hub on Livestock, Environment, Agriculture & Forest (DIH-LEAF)"],"idNumber":["373746641673-17"]}} -{"id":"eu-tr-37399753690-65","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Alzheimer Europe"],"idNumber":["37399753690-65"]}} -{"id":"eu-tr-374110414692-85","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["EU-Japan Centre for Industrial Cooperation"],"idNumber":["374110414692-85"]}} -{"id":"eu-tr-374119228970-51","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["ISACA"],"idNumber":["374119228970-51"]}} -{"id":"eu-tr-374268815105-09","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["DIE FAMILIENUNTERNEHMER - ASU (RK Südwürttemberg)"],"idNumber":["374268815105-09"]}} -{"id":"eu-tr-374860614091-68","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["374860614091-68"],"name":["Swedish Association of Mines, Mineral and Metal Producers"]}} -{"id":"eu-tr-374871715438-02","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Vivid Economics Ltd"],"idNumber":["374871715438-02"]}} -{"id":"eu-tr-37488345650-13","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Structured Investment Products Association"],"idNumber":["37488345650-13"]}} -{"id":"eu-tr-375050911599-57","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["GNSS Usage Innovation and Development of Excellence"],"idNumber":["375050911599-57"]}} -{"id":"eu-tr-375186527639-84","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Agrární komora České republiky"],"idNumber":["375186527639-84"]}} -{"id":"eu-tr-37544129782-90","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Trina Solar (Schweiz) AG"],"idNumber":["37544129782-90"]}} -{"id":"eu-tr-375701627508-94","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Fundación Cepaim Acción Integral con Migrantes."],"idNumber":["375701627508-94"]}} -{"id":"eu-tr-375983716326-74","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Iberian Gas Hub (Sociedad Bilbao Gas Hub)"],"idNumber":["375983716326-74"]}} -{"id":"eu-tr-376118821398-61","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Royal Caribbean Group"],"idNumber":["376118821398-61"]}} -{"id":"eu-tr-376202321560-87","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["World Bioenergy Association"],"idNumber":["376202321560-87"]}} -{"id":"eu-tr-376215719574-10","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["European Regional Talent Mobility Network"],"idNumber":["376215719574-10"]}} -{"id":"eu-tr-376222916112-22","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Unione Italiana del Lavoro"],"idNumber":["376222916112-22"]}} -{"id":"eu-tr-376348042316-96","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["ECPAT Sverige"],"idNumber":["376348042316-96"]}} -{"id":"eu-tr-376515721995-15","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Meat Network"],"idNumber":["376515721995-15"]}} -{"id":"eu-tr-37673629826-90","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Public Health Association"],"idNumber":["37673629826-90"]}} -{"id":"eu-tr-37687314978-15","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Union of European Veterinary Practitioners"],"idNumber":["37687314978-15"]}} -{"id":"eu-tr-377055313623-72","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Deutscher Derivate Verband"],"idNumber":["377055313623-72"]}} -{"id":"eu-tr-377084123603-30","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Museum of the Second World War in Gdansk"],"idNumber":["377084123603-30"]}} -{"id":"eu-tr-37740186466-03","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["International Federation of Reproduction Rights Organisations"],"idNumber":["37740186466-03"]}} -{"id":"eu-tr-377462122157-01","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Air Transport Action Group"],"idNumber":["377462122157-01"]}} -{"id":"eu-tr-377469547165-60","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["The Great Collective AB (Insurely)"],"idNumber":["377469547165-60"]}} -{"id":"eu-tr-377843724681-51","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["COMPAREX Nederland BV"],"idNumber":["377843724681-51"]}} -{"id":"eu-tr-3779891566-57","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["3779891566-57"],"name":["Hutchison Europe - Brussels Branch"]}} -{"id":"eu-tr-378142414263-73","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Global CCS Institute Ltd"],"idNumber":["378142414263-73"]}} -{"id":"eu-tr-37816636575-51","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Alliance to Save Energy"],"idNumber":["37816636575-51"]}} -{"id":"eu-tr-378304715298-25","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Junior Achievement Young Enterprise Europe"],"idNumber":["378304715298-25"]}} -{"id":"eu-tr-378438436902-06","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["World Green Building Council"],"idNumber":["378438436902-06"]}} -{"id":"eu-tr-37854527418-86","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["European Confederation of Directors' Associations"],"idNumber":["37854527418-86"]}} -{"id":"eu-tr-378588243266-33","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Aquila Capital Investmentgesellschaft mbH"],"idNumber":["378588243266-33"]}} -{"id":"eu-tr-378653033630-75","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Institute for Agrostrategies and Innovations"],"idNumber":["378653033630-75"]}} -{"id":"eu-tr-378757041189-09","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Fresenius Global Union Alliance"],"idNumber":["378757041189-09"]}} -{"id":"eu-tr-378802611655-48","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["PensioPlus"],"idNumber":["378802611655-48"]}} -{"id":"eu-tr-378847134371-38","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Space Exploration Technologies Corp."],"idNumber":["378847134371-38"]}} -{"id":"eu-tr-3791655174-28","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["EU Ukraine Business Council aisbl"],"idNumber":["3791655174-28"]}} -{"id":"eu-tr-37924887335-21","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["AVSI Foundation"],"idNumber":["37924887335-21"]}} -{"id":"eu-tr-379331539649-04","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Avast Software s.r.o."],"idNumber":["379331539649-04"]}} -{"id":"eu-tr-37937886834-69","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["37937886834-69"],"name":["European Magazine Media Association"]}} -{"id":"eu-tr-37943526882-24","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Finance Watch"],"idNumber":["37943526882-24"]}} -{"id":"eu-tr-379541037988-33","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["EURONICS INTERNATIONAL"],"idNumber":["379541037988-33"]}} -{"id":"eu-tr-37955905654-37","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["CELGENE"],"idNumber":["37955905654-37"]}} -{"id":"eu-tr-379652443355-97","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"idNumber":["379652443355-97"]}} -{"id":"eu-tr-379789023027-20","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Akavan Erityisalat"],"idNumber":["379789023027-20"]}} -{"id":"eu-tr-379847424451-15","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"idNumber":["379847424451-15"]}} -{"id":"eu-tr-380037721776-16","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["International Institute of Communications"],"idNumber":["380037721776-16"]}} -{"id":"eu-tr-380093418048-20","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Ligue de Football Professionnel"],"idNumber":["380093418048-20"]}} -{"id":"eu-tr-380159917301-88","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Easyfairs NV"],"idNumber":["380159917301-88"]}} -{"id":"eu-tr-380167446498-62","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Adamantia Advisory"],"idNumber":["380167446498-62"]}} -{"id":"eu-tr-38020227042-38","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Law Society of England and Wales"],"idNumber":["38020227042-38"]}} -{"id":"eu-tr-38033128051-39","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Alliance for European Logistics"],"idNumber":["38033128051-39"]}} -{"id":"eu-tr-380481720963-29","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["K - Mail Order GmbH & Co. KG"],"idNumber":["380481720963-29"]}} -{"id":"eu-tr-38064081304-25","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Deutsches Aktieninstitut"],"idNumber":["38064081304-25"]}} -{"id":"eu-tr-38091528151-27","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["38091528151-27"],"name":["European Respiratory Society"]}} -{"id":"eu-tr-38096451110-61","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["UEIL, Union of the European Lubricants Industry"],"idNumber":["38096451110-61"]}} -{"id":"eu-tr-381219442425-71","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Irish Centre for Social Gerontology"],"idNumber":["381219442425-71"]}} -{"id":"eu-tr-381394742467-81","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Netcompany Group A/S"],"idNumber":["381394742467-81"]}} -{"id":"eu-tr-381427219358-52","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["IDA Holding GmbH"],"idNumber":["381427219358-52"]}} -{"id":"eu-tr-381609738464-01","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["MAZARS"],"idNumber":["381609738464-01"]}} -{"id":"eu-tr-381796719468-68","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["381796719468-68"],"name":["CLG Europe"]}} -{"id":"eu-tr-381805014604-45","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["381805014604-45"],"name":["Telia Company AB"]}} -{"id":"eu-tr-381918013157-40","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Stichting Literaire Rechten Auteurs"],"idNumber":["381918013157-40"]}} -{"id":"eu-tr-3819438251-87","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["3819438251-87"],"name":["Euro Coop - European Community of Consumer Co-operatives"]}} -{"id":"eu-tr-382099223522-41","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Amsterdam Economic Board"],"idNumber":["382099223522-41"]}} -{"id":"eu-tr-382103519163-19","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Regions Research and Innovation Network"],"idNumber":["382103519163-19"]}} -{"id":"eu-tr-382147211686-77","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Extended Producer Responsibility Alliance"],"idNumber":["382147211686-77"]}} -{"id":"eu-tr-382157828400-41","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Christian Aid Ireland"],"idNumber":["382157828400-41"]}} -{"id":"eu-tr-382239613871-43","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["European Company Lawyers Association"],"idNumber":["382239613871-43"]}} -{"id":"eu-tr-38225546532-14","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["38225546532-14"],"name":["EUPPORTUNITY (QB, Lda.)"]}} -{"id":"eu-tr-38235121060-73","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["38235121060-73"],"name":["Dow Europe GmbH"]}} -{"id":"eu-tr-382692732615-35","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["382692732615-35"],"name":["Gas Distributors for Sustainability"]}} -{"id":"eu-tr-382928328537-02","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Tellurian Trading UK Ltd"],"idNumber":["382928328537-02"]}} -{"id":"eu-tr-38294452695-12","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Institut für Europäische Politik e.V."],"idNumber":["38294452695-12"]}} -{"id":"eu-tr-3830179837-87","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["McDonald’s Global Franchising Limited"],"idNumber":["3830179837-87"]}} -{"id":"eu-tr-383055647674-82","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Liseberg AB"],"idNumber":["383055647674-82"]}} -{"id":"eu-tr-38305846546-70","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["The European Association for the Promotion of Cogeneration"],"idNumber":["38305846546-70"]}} -{"id":"eu-tr-38315289949-88","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Forest Institute"],"idNumber":["38315289949-88"]}} -{"id":"eu-tr-3832920956-65","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Altroconsumo"],"idNumber":["3832920956-65"]}} -{"id":"eu-tr-383658039791-39","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Schwarz Unternehmenskommunikation International GmbH"],"idNumber":["383658039791-39"]}} -{"id":"eu-tr-38367579546-45","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Boerenbond vzw"],"idNumber":["38367579546-45"]}} -{"id":"eu-tr-383742140714-91","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["383742140714-91"],"name":["ΔΙΑΧΕΙΡΙΣΤΗΣ ΕΘΝΙΚΟΥ ΣΥΣΤΗΜΑΤΟΣ ΦΥΣΙΚΟΥ ΑΕΡΙΟΥ Α.Ε."]}} -{"id":"eu-tr-383776936066-26","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["bayernets GmbH"],"idNumber":["383776936066-26"]}} -{"id":"eu-tr-383821814353-88","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Eo Ipso Communications"],"idNumber":["383821814353-88"]}} -{"id":"eu-tr-38392131923-05","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["38392131923-05"],"name":["KPN"]}} -{"id":"eu-tr-383986327992-33","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["80 Day Race BV"],"idNumber":["383986327992-33"]}} -{"id":"eu-tr-384028912403-82","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["384028912403-82"],"name":["Transgender Europe"]}} -{"id":"eu-tr-384071617717-17","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Nesta"],"idNumber":["384071617717-17"]}} -{"id":"eu-tr-384084824013-75","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["384084824013-75"],"name":["Alecta Tjänstepension Ömsesidigt","Alecta pensionsförsäkring, ömsesidigt"]}} -{"id":"eu-tr-38429111298-23","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Chemical Employers Group"],"idNumber":["38429111298-23"]}} -{"id":"eu-tr-384365314480-89","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["The Danish Society for Nature Conservation"],"idNumber":["384365314480-89"]}} -{"id":"eu-tr-3843982938-44","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["3843982938-44"],"name":["Hume Brophy"]}} -{"id":"eu-tr-384612918165-60","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["European Union National Institutes of Culture"],"idNumber":["384612918165-60"]}} -{"id":"eu-tr-38497857515-11","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Médecins Sans Frontières"],"idNumber":["38497857515-11"]}} -{"id":"eu-tr-38511867304-09","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["European Plant Science Organisation"],"idNumber":["38511867304-09"]}} -{"id":"eu-tr-385163645728-68","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["ASOCIACION ESPAÑOLA DE FABRICANTES DE AZULEJOS Y PAVIMENTOS CERAMICOS"],"idNumber":["385163645728-68"]}} -{"id":"eu-tr-38526121292-88","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["38526121292-88"],"name":["European Federation of Pharmaceutical Industries and Associations"]}} -{"id":"eu-tr-385301246447-80","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["European Programme for Integration and Migration"],"idNumber":["385301246447-80"]}} -{"id":"eu-tr-38589651649-14","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Federation of Energy Traders","Stichting European Federation of Energy Traders"],"idNumber":["38589651649-14"]}} -{"id":"eu-tr-386218736092-06","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Validity Foundation - Mental Disability Advocacy Centre"],"idNumber":["386218736092-06"]}} -{"id":"eu-tr-38622771445-70","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Jim Murray"],"idNumber":["38622771445-70"]}} -{"id":"eu-tr-386442014980-19","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Sustainable Apparel Coalition"],"idNumber":["386442014980-19"]}} -{"id":"eu-tr-386735420166-70","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["International Artist Organisation"],"idNumber":["386735420166-70"]}} -{"id":"eu-tr-386768027252-11","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Afrika-Verein der deutschen Wirtschaft e.V."],"idNumber":["386768027252-11"]}} -{"id":"eu-tr-386775511386-22","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Business Angels Europe"],"idNumber":["386775511386-22"]}} -{"id":"eu-tr-386914528879-87","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["MTRM Industries Ltd"],"idNumber":["386914528879-87"]}} -{"id":"eu-tr-386945216502-25","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Scope Ratings GmbH"],"idNumber":["386945216502-25"]}} -{"id":"eu-tr-387013720395-11","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["23andMe, Inc."],"idNumber":["387013720395-11"]}} -{"id":"eu-tr-387417937144-97","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Polish Vodka Association"],"idNumber":["387417937144-97"]}} -{"id":"eu-tr-387662221994-81","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Guardtime"],"idNumber":["387662221994-81"]}} -{"id":"eu-tr-387674033257-12","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Mind the Bridge"],"idNumber":["387674033257-12"]}} -{"id":"eu-tr-387896145868-63","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Finnish Fur Breeders' Association"],"idNumber":["387896145868-63"]}} -{"id":"eu-tr-387963517726-44","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Hugo Grotius gGmbH - gemeinnützige Gesellschaft zur Förderung der Rechtswissenschaften"],"idNumber":["387963517726-44"]}} -{"id":"eu-tr-388146640862-05","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Concordia Sozialprojekte Gemeinnützige Privatstiftung"],"idNumber":["388146640862-05"]}} -{"id":"eu-tr-388385425436-55","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["PATH"],"idNumber":["388385425436-55"]}} -{"id":"eu-tr-38870176589-43","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["TUSIAD-Turkish Industry&Business Association"],"idNumber":["38870176589-43"]}} -{"id":"eu-tr-389225631494-24","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Dr Graeme Sweeney"],"idNumber":["389225631494-24"]}} -{"id":"eu-tr-389275311163-19","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Drax Group plc"],"idNumber":["389275311163-19"]}} -{"id":"eu-tr-389356530261-76","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["389356530261-76"],"name":["Stripe, Inc."]}} -{"id":"eu-tr-389368428783-24","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Roubini Macro Associates LLC"],"idNumber":["389368428783-24"]}} -{"id":"eu-tr-389561426715-93","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Freight Transport Association Ireland"],"idNumber":["389561426715-93"]}} -{"id":"eu-tr-389578230437-31","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Patria Oyj"],"idNumber":["389578230437-31"]}} -{"id":"eu-tr-389677914161-23","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Unie van Zelfstandige Ondernemers"],"idNumber":["389677914161-23"]}} -{"id":"eu-tr-389715028237-59","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["World Economic Forum"],"idNumber":["389715028237-59"]}} -{"id":"eu-tr-389987315384-05","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Madariaga-College of Europe Foundation"],"idNumber":["389987315384-05"]}} -{"id":"eu-tr-389996116741-55","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["389996116741-55"],"name":["Ellen MacArthur Foundation"]}} -{"id":"eu-tr-390331424747-18","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["IPC International, Inc."],"idNumber":["390331424747-18"]}} -{"id":"eu-tr-390498234996-75","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["KONE Corporation"],"idNumber":["390498234996-75"]}} -{"id":"eu-tr-390536722812-60","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Regione Toscana - Ufficio di collegamento con le Istituzioni comunitarie a Bruxelles"],"idNumber":["390536722812-60"]}} -{"id":"eu-tr-391022434004-91","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Steelcase Inc."],"idNumber":["391022434004-91"]}} -{"id":"eu-tr-391268820713-82","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["391268820713-82"],"name":["Lenzing AG"]}} -{"id":"eu-tr-391575415702-29","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Springer Nature AG & Co. KGaA"],"idNumber":["391575415702-29"]}} -{"id":"eu-tr-391796433461-57","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Huhtamäki Oyj"],"idNumber":["391796433461-57"]}} -{"id":"eu-tr-392097823486-21","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Thomas August Paul Falk"],"idNumber":["392097823486-21"]}} -{"id":"eu-tr-39217046408-27","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Union of European Football Associations"],"idNumber":["39217046408-27"]}} -{"id":"eu-tr-392197818556-75","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["vitaphone GmbH"],"idNumber":["392197818556-75"]}} -{"id":"eu-tr-392447132015-41","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Coca-Cola Europacific Partners plc"],"idNumber":["392447132015-41"]}} -{"id":"eu-tr-392895453-71","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Confédération Européenne des Vignerons Indépendants"],"idNumber":["392895453-71"]}} -{"id":"eu-tr-39299129772-62","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Federation of National Associations of Water Services"],"idNumber":["39299129772-62"]}} -{"id":"eu-tr-39300567160-02","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Federation of European Data and Marketing"],"idNumber":["39300567160-02"]}} -{"id":"eu-tr-393402543260-46","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Fundacja Wolne Sądy"],"idNumber":["393402543260-46"]}} -{"id":"eu-tr-393423121496-65","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["393423121496-65"],"name":["Nike, Inc."]}} -{"id":"eu-tr-393445716716-91","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Airport Operators Association"],"idNumber":["393445716716-91"]}} -{"id":"eu-tr-393730540563-19","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["ALDI SÜD Dienstleistungs-SE & Co. oHG"],"idNumber":["393730540563-19"]}} -{"id":"eu-tr-393921247060-66","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"idNumber":["393921247060-66"]}} -{"id":"eu-tr-393961740829-61","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Bonanza"],"idNumber":["393961740829-61"]}} -{"id":"eu-tr-394013515467-95","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"idNumber":["394013515467-95"]}} -{"id":"eu-tr-394175316305-29","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["RegWatchEurope"],"idNumber":["394175316305-29"]}} -{"id":"eu-tr-394469847966-60","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Danish Refugee Council Brussels"],"idNumber":["394469847966-60"]}} -{"id":"eu-tr-394491614001-72","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["394491614001-72"],"name":["Twitter International Company","Twitter International Unlimited Company"]}} -{"id":"eu-tr-3945154610-54","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Anti Poverty Network"],"idNumber":["3945154610-54"]}} -{"id":"eu-tr-39456841401-09","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Forbrugerrådet Tænk (the Danish Consumer Council)"],"idNumber":["39456841401-09"]}} -{"id":"eu-tr-394652424474-82","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Reprieve"],"idNumber":["394652424474-82"]}} -{"id":"eu-tr-394755139264-32","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["The Advocacy Team LTD"],"idNumber":["394755139264-32"]}} -{"id":"eu-tr-395203024266-66","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Svensk Dagligvaruhandel"],"idNumber":["395203024266-66"]}} -{"id":"eu-tr-3954187491-70","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["International Association of Oil & Gas Producers Europe"],"idNumber":["3954187491-70"]}} -{"id":"eu-tr-395427539833-28","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Change Finance Coalition"],"idNumber":["395427539833-28"]}} -{"id":"eu-tr-395457123554-26","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Discovery Capital Management, LLC"],"idNumber":["395457123554-26"]}} -{"id":"eu-tr-395485815776-81","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["ChinaEU"],"idNumber":["395485815776-81"]}} -{"id":"eu-tr-395596910029-01","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Malopolska Region Brussels Office"],"idNumber":["395596910029-01"]}} -{"id":"eu-tr-395609641332-50","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"idNumber":["395609641332-50"]}} -{"id":"eu-tr-395639033887-18","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Associazione Nazionale Imprese Trasporto Viaggiatori"],"idNumber":["395639033887-18"]}} -{"id":"eu-tr-39565802398-44","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Think Tank Sport et Citoyenneté"],"idNumber":["39565802398-44"]}} -{"id":"eu-tr-39568344135-06","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"idNumber":["39568344135-06"]}} -{"id":"eu-tr-39573492614-61","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Association of European Automotive and Industrial Battery Manufacturers"],"idNumber":["39573492614-61"]}} -{"id":"eu-tr-3959733732-78","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Federation of Veterinarians of Europe"],"idNumber":["3959733732-78"]}} -{"id":"eu-tr-396221631530-64","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Croix Rouge Française"],"idNumber":["396221631530-64"]}} -{"id":"eu-tr-39632242861-68","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Rederscentrale CVBA"],"idNumber":["39632242861-68"]}} -{"id":"eu-tr-396456625196-76","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Austrian Institute of Technology GmbH"],"idNumber":["396456625196-76"]}} -{"id":"eu-tr-39671713910-36","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Finnish Forest Industries Federation (Metsäteollisuus ry)"],"idNumber":["39671713910-36"]}} -{"id":"eu-tr-396855224825-17","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"idNumber":["396855224825-17"]}} -{"id":"eu-tr-39705603497-38","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Technology Industries of Finland (Teknologiateollisuus ry)"],"idNumber":["39705603497-38"]}} -{"id":"eu-tr-397293717993-83","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["BRACCO"],"idNumber":["397293717993-83"]}} -{"id":"eu-tr-397325136525-01","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Women in Global Health"],"idNumber":["397325136525-01"]}} -{"id":"eu-tr-397330615236-07","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["PAIN ALLIANCE EUROPE"],"idNumber":["397330615236-07"]}} -{"id":"eu-tr-397335917715-58","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["CONSEIL NATIONAL DES GREFFIERS DES TRIBUNAUX DE COMMERCE"],"idNumber":["397335917715-58"]}} -{"id":"eu-tr-397414235283-43","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Kleener Power Solutions Oy"],"idNumber":["397414235283-43"]}} -{"id":"eu-tr-397482431021-09","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["European Association of Communications Agencies"],"idNumber":["397482431021-09"]}} -{"id":"eu-tr-397747732223-73","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["J. GARCIA CARRION"],"idNumber":["397747732223-73"]}} -{"id":"eu-tr-3978240953-79","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["3978240953-79"],"name":["BUSINESSEUROPE"]}} -{"id":"eu-tr-397946015525-38","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["European Grassroots Antiracist Movement"],"idNumber":["397946015525-38"]}} -{"id":"eu-tr-398028721500-91","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Conseil national du numérique"],"idNumber":["398028721500-91"]}} -{"id":"eu-tr-39808276184-09","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["EAC European Automobile Clubs"],"idNumber":["39808276184-09"]}} -{"id":"eu-tr-398374416560-22","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Eurométropole de Strasbourg"],"idNumber":["398374416560-22"]}} -{"id":"eu-tr-39838147687-59","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Cockpit Association"],"idNumber":["39838147687-59"]}} -{"id":"eu-tr-39850528734-23","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["The General Council of the Bar of England and Wales"],"idNumber":["39850528734-23"]}} -{"id":"eu-tr-398541467-53","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["398541467-53"],"name":["Federation of European Publishers"]}} -{"id":"eu-tr-398553618102-39","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Arbeitsgemeinschaft katholisch-sozialer Bildungswerke in der Bundesrepublik Deutschland e.V."],"idNumber":["398553618102-39"]}} -{"id":"eu-tr-398653014515-96","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["398653014515-96"]}} -{"id":"eu-tr-398736910798-22","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Animal Task Force"],"idNumber":["398736910798-22"]}} -{"id":"eu-tr-398832229180-73","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["398832229180-73"],"name":["Polskie Zrzeszenie Producentów Bydła Mięsnego"]}} -{"id":"eu-tr-39900807417-87","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Peugeot S.A."],"idNumber":["39900807417-87"]}} -{"id":"eu-tr-399010520432-53","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["OpenExp"],"idNumber":["399010520432-53"]}} -{"id":"eu-tr-39912257528-48","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Confederation of Swedish Enterprise"],"idNumber":["39912257528-48"]}} -{"id":"eu-tr-399208143921-59","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["World's Youth for Climate Justice"],"idNumber":["399208143921-59"]}} -{"id":"eu-tr-399315347101-42","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Bundesverband Deutscher Milchviehhalter e.V."],"idNumber":["399315347101-42"]}} -{"id":"eu-tr-399321042039-28","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["KINEIS"],"idNumber":["399321042039-28"]}} -{"id":"eu-tr-39966101835-69","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["39966101835-69"],"name":["ELECTRICITE DE FRANCE"]}} -{"id":"eu-tr-399887736699-71","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["European Bailiffs' Foundation"],"idNumber":["399887736699-71"]}} -{"id":"eu-tr-400111922674-13","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["International Republican Institute"],"idNumber":["400111922674-13"]}} -{"id":"eu-tr-400183910694-08","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["400183910694-08"],"name":["SALESAS TRES CENTRO DE ESTUDIOS"]}} -{"id":"eu-tr-400207831496-21","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Vinces Consulting"],"idNumber":["400207831496-21"]}} -{"id":"eu-tr-40023137761-50","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Beryllium Science & Technology Association"],"idNumber":["40023137761-50"]}} -{"id":"eu-tr-400264638758-52","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["400264638758-52"],"name":["ACI Worldwide"]}} -{"id":"eu-tr-400309213564-96","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["ALTERTOX"],"idNumber":["400309213564-96"]}} -{"id":"eu-tr-40048498591-70","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Fiskesekretariatet"],"idNumber":["40048498591-70"]}} -{"id":"eu-tr-400654845233-43","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Pepperl+Fuchs SE"],"idNumber":["400654845233-43"]}} -{"id":"eu-tr-400736830441-25","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["400736830441-25"],"name":["Vereniging van de Nederlandse Pluimveeverwerkende Industrie"]}} -{"id":"eu-tr-400815519771-38","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Leagues"],"idNumber":["400815519771-38"]}} -{"id":"eu-tr-400886110592-21","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["400886110592-21"],"name":["Electricity Association of Ireland"]}} -{"id":"eu-tr-401013538875-71","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Eunomia Research & Consulting Limited"],"idNumber":["401013538875-71"]}} -{"id":"eu-tr-401111262-07","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Edison Spa"],"idNumber":["401111262-07"]}} -{"id":"eu-tr-401219526258-20","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Syndicat National des Pilotes de Ligne France Alpa"],"idNumber":["401219526258-20"]}} -{"id":"eu-tr-4016736872-59","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["4016736872-59"],"name":["General Electric Company"]}} -{"id":"eu-tr-401923735343-79","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Eugen Egetenmeir"],"idNumber":["401923735343-79"]}} -{"id":"eu-tr-401973428940-48","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["CIRFS: European Man-made Fibres Association"],"idNumber":["401973428940-48"]}} -{"id":"eu-tr-40200317900-54","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["PUBLIC POWER CORPORATION S.A."],"idNumber":["40200317900-54"]}} -{"id":"eu-tr-402017316983-27","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["TDF"],"idNumber":["402017316983-27"]}} -{"id":"eu-tr-402173017136-94","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["LMCL"],"idNumber":["402173017136-94"]}} -{"id":"eu-tr-402302029423-14","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["SEMI Europe"],"idNumber":["402302029423-14"]}} -{"id":"eu-tr-40306802522-39","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["40306802522-39"],"name":["FRUCOM - European Federation of the Trade in Dried Fruit, Edible Nuts, Processed Fruit & Vegetables, Processed Fishery Products, Spices and Honey"]}} -{"id":"eu-tr-403389730767-67","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Groupement des Industries Françaises Aéronautiques et Spatiales"],"idNumber":["403389730767-67"]}} -{"id":"eu-tr-403765136087-34","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"idNumber":["403765136087-34"]}} -{"id":"eu-tr-40386322300-77","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["40386322300-77"],"name":["eBay EU liaison office"]}} -{"id":"eu-tr-404247028091-75","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Trinomics B.V."],"idNumber":["404247028091-75"]}} -{"id":"eu-tr-404631939210-52","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Falk Beratung GmbH"],"idNumber":["404631939210-52"]}} -{"id":"eu-tr-404665130963-63","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Achema"],"idNumber":["404665130963-63"]}} -{"id":"eu-tr-40471017282-57","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["40471017282-57"],"name":["Samsung Electronics Europe"]}} -{"id":"eu-tr-404815546116-38","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["The Briefing Circle"],"idNumber":["404815546116-38"]}} -{"id":"eu-tr-404863333682-63","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["UNAUTO VTC"],"idNumber":["404863333682-63"]}} -{"id":"eu-tr-404900912463-75","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["ITD – association for the Danish road transport of goods"],"idNumber":["404900912463-75"]}} -{"id":"eu-tr-40524063921-20","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Netherlands Organisation for Applied Scientific Research TNO"],"idNumber":["40524063921-20"]}} -{"id":"eu-tr-405260510690-45","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["International Association of Amusement Parks and Attractions Europe"],"idNumber":["405260510690-45"]}} -{"id":"eu-tr-405284919699-91","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Transports Développement Intermodalité Environnement - Voyageurs et Marchandises"],"idNumber":["405284919699-91"]}} -{"id":"eu-tr-40538475090-82","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Fern"],"idNumber":["40538475090-82"]}} -{"id":"eu-tr-405440517042-19","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Fédération Internationale de la Diaspora Afar"],"idNumber":["405440517042-19"]}} -{"id":"eu-tr-405772926495-36","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Colegio de Registradores de España"],"idNumber":["405772926495-36"]}} -{"id":"eu-tr-406057138984-97","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Global Forum for Media Development"],"idNumber":["406057138984-97"]}} -{"id":"eu-tr-406272918428-90","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Center for Politiske Studier"],"idNumber":["406272918428-90"]}} -{"id":"eu-tr-40653905608-21","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["SAINT-GOBAIN ISOVER"],"idNumber":["40653905608-21"]}} -{"id":"eu-tr-406700112988-86","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Asociación Española de Cogeneración"],"idNumber":["406700112988-86"]}} -{"id":"eu-tr-407311325158-04","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Norwegian Air Shuttle ASA"],"idNumber":["407311325158-04"]}} -{"id":"eu-tr-407314916469-56","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Meat Network"],"idNumber":["407314916469-56"]}} -{"id":"eu-tr-407321843479-18","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Fundacja im. Kazimierza Pułaskiego"],"idNumber":["407321843479-18"]}} -{"id":"eu-tr-407363614347-45","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["World Federalist Movement/Institute for Global Policy"],"idNumber":["407363614347-45"]}} -{"id":"eu-tr-407652739335-34","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["DWS Group GmbH & Co. KGaA"],"idNumber":["407652739335-34"]}} -{"id":"eu-tr-407773922437-16","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["BioMarine International Cluster Association"],"idNumber":["407773922437-16"]}} -{"id":"eu-tr-407803414785-68","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["WWF - UK"],"idNumber":["407803414785-68"]}} -{"id":"eu-tr-407851624650-24","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Europagrid Ltd"],"idNumber":["407851624650-24"]}} -{"id":"eu-tr-407907815494-03","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["COTEC Portugal - Associação Empresarial para a Inovação"],"idNumber":["407907815494-03"]}} -{"id":"eu-tr-408225245533-96","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Tencent International Service Europe B.V."],"idNumber":["408225245533-96"]}} -{"id":"eu-tr-408640640017-46","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Stichting Solidaridad Nederland"],"idNumber":["408640640017-46"]}} -{"id":"eu-tr-408679621888-24","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["WIFO - Österreichisches Institut für Wirtschaftsforschung"],"idNumber":["408679621888-24"]}} -{"id":"eu-tr-40887916962-23","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Cicero Consulting Limited"],"idNumber":["40887916962-23"]}} -{"id":"eu-tr-408944927018-61","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Essent N.V."],"idNumber":["408944927018-61"]}} -{"id":"eu-tr-409177936317-58","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["skeyes"],"idNumber":["409177936317-58"]}} -{"id":"eu-tr-409204438202-29","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Knowledge4innovation.eu"],"idNumber":["409204438202-29"]}} -{"id":"eu-tr-409244920140-89","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Shaviv Strategy and Campaigns"],"idNumber":["409244920140-89"]}} -{"id":"eu-tr-409256516428-39","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["EFQM European Foundation for Quality Management"],"idNumber":["409256516428-39"]}} -{"id":"eu-tr-409366040622-11","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["409366040622-11"],"name":["Aruba S.p.A."]}} -{"id":"eu-tr-409395935237-10","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Baby Milk Action International Baby Food Action Network UK"],"idNumber":["409395935237-10"]}} -{"id":"eu-tr-409893146535-28","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["ClimateView AB"],"idNumber":["409893146535-28"]}} -{"id":"eu-tr-409945716647-81","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["European Centre for Democracy and Human Rights"],"idNumber":["409945716647-81"]}} -{"id":"eu-tr-410052929385-59","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Fruit Juice Association"],"idNumber":["410052929385-59"]}} -{"id":"eu-tr-410540760-32","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Development Finance Institutions"],"idNumber":["410540760-32"]}} -{"id":"eu-tr-410844419741-74","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Digital Policy Alliance (EURIM)"],"idNumber":["410844419741-74"]}} -{"id":"eu-tr-410877340648-61","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Dyntra ivzw"],"idNumber":["410877340648-61"]}} -{"id":"eu-tr-41108238259-40","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Arbeitsgemeinschaft deutscher Verkehrsflughäfen"],"idNumber":["41108238259-40"]}} -{"id":"eu-tr-411098519407-76","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Financial Reporting Advisory Group"],"idNumber":["411098519407-76"]}} -{"id":"eu-tr-411131044251-94","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Conde Nast Holdings Limited"],"idNumber":["411131044251-94"]}} -{"id":"eu-tr-41126912590-71","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["NEW AREVA HOLDING SA"],"idNumber":["41126912590-71"]}} -{"id":"eu-tr-411351510015-07","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["The Open University"],"idNumber":["411351510015-07"]}} -{"id":"eu-tr-411499419067-78","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Beef + Lamb New Zealand"],"idNumber":["411499419067-78"]}} -{"id":"eu-tr-41186039192-02","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Alliance for Synthetic Fuels in Europe"],"idNumber":["41186039192-02"]}} -{"id":"eu-tr-411977218773-69","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Athletic Association (European Athletics)"],"idNumber":["411977218773-69"]}} -{"id":"eu-tr-412337333479-77","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Instituto de Engenharia de Sistemas e Computadores, Tecnologia e Ciência"],"idNumber":["412337333479-77"]}} -{"id":"eu-tr-412366615831-33","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Cellnex Telecom S.A."],"idNumber":["412366615831-33"]}} -{"id":"eu-tr-412545541643-33","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Fundación Instituto Hermes para el empoderamiento de la ciudadanía"],"idNumber":["412545541643-33"]}} -{"id":"eu-tr-412758026176-89","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Global Energy Interconnection Development and Cooperation Organisation European Office"],"idNumber":["412758026176-89"]}} -{"id":"eu-tr-4129929362-47","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Nordic Financial Unions"],"idNumber":["4129929362-47"]}} -{"id":"eu-tr-413023144015-20","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Union of Justice"],"idNumber":["413023144015-20"]}} -{"id":"eu-tr-413244533995-30","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Sante Mentale Exclusion Sociale"],"idNumber":["413244533995-30"]}} -{"id":"eu-tr-413762233254-49","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Auto Care Association"],"idNumber":["413762233254-49"]}} -{"id":"eu-tr-413896028403-86","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["The Democratic Society","Democratic Society"],"idNumber":["413896028403-86"]}} -{"id":"eu-tr-413921412461-14","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Forchem Oyj"],"idNumber":["413921412461-14"]}} -{"id":"eu-tr-414057515145-62","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["DNV"],"idNumber":["414057515145-62"]}} -{"id":"eu-tr-414414533467-54","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Helen"],"idNumber":["414414533467-54"]}} -{"id":"eu-tr-414437542239-63","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Asociación de Profesionales de las Relaciones Institucionales"],"idNumber":["414437542239-63"]}} -{"id":"eu-tr-414512225652-64","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["CRU International"],"idNumber":["414512225652-64"]}} -{"id":"eu-tr-414517320656-62","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Coöperatieve Circle Economy U.A."],"idNumber":["414517320656-62"]}} -{"id":"eu-tr-414775024301-47","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Kræftens Bekæmpelse"],"idNumber":["414775024301-47"]}} -{"id":"eu-tr-415191327376-50","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Trustonic"],"idNumber":["415191327376-50"]}} -{"id":"eu-tr-415569825888-34","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Stichting Aidsfonds - Soa Aids Nederland"],"idNumber":["415569825888-34"]}} -{"id":"eu-tr-415610015308-87","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["aktion ./. arbeitsunrecht Initiative für Demokratie in Wirtschaft und Betrieb e.V."],"idNumber":["415610015308-87"]}} -{"id":"eu-tr-41572336784-71","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Agenzia per la Globalizzazione delle Imprese e dei Territori"],"idNumber":["41572336784-71"]}} -{"id":"eu-tr-41577996687-55","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["QED"],"idNumber":["41577996687-55"]}} -{"id":"eu-tr-415832931499-23","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Sulapac oy"],"idNumber":["415832931499-23"]}} -{"id":"eu-tr-415993546660-92","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European University Institute"],"idNumber":["415993546660-92"]}} -{"id":"eu-tr-416405725880-63","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Autorité de régulation des activités ferroviaires et routières"],"idNumber":["416405725880-63"]}} -{"id":"eu-tr-416545244206-55","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Nel Hydrogen"],"idNumber":["416545244206-55"]}} -{"id":"eu-tr-416562915447-63","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European e-Skills Association"],"idNumber":["416562915447-63"]}} -{"id":"eu-tr-416740040270-21","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Young European Leadership"],"idNumber":["416740040270-21"]}} -{"id":"eu-tr-416784443276-42","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"idNumber":["416784443276-42"]}} -{"id":"eu-tr-416841712322-37","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Hochschulrektorenkonferenz"],"idNumber":["416841712322-37"]}} -{"id":"eu-tr-416862517878-83","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["SAMARITAN INTERNATIONAL"],"idNumber":["416862517878-83"]}} -{"id":"eu-tr-416882736954-30","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["cBrain"],"idNumber":["416882736954-30"]}} -{"id":"eu-tr-41712511261-57","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Transport en Logistiek Nederland"],"idNumber":["41712511261-57"]}} -{"id":"eu-tr-417169813927-13","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Nationwide Building Society"],"idNumber":["417169813927-13"]}} -{"id":"eu-tr-4172526951-19","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Association of Co-operative Banks"],"idNumber":["4172526951-19"]}} -{"id":"eu-tr-417597743204-78","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["#DiasporaVote!"],"idNumber":["417597743204-78"]}} -{"id":"eu-tr-417844837080-30","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Agriculture & Progress Platform"],"idNumber":["417844837080-30"]}} -{"id":"eu-tr-41802525291-86","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["International Road Transport Union Permanent Delegation to the EU"],"idNumber":["41802525291-86"]}} -{"id":"eu-tr-418054221650-28","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["418054221650-28"],"name":["Ελληνικός Χρυσός Μονοπρόσωπη AEMBX"]}} -{"id":"eu-tr-41816938101-07","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["41816938101-07"],"name":["IBERDROLA"]}} -{"id":"eu-tr-41826153178-91","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Federation of Inland Ports"],"idNumber":["41826153178-91"]}} -{"id":"eu-tr-418383311305-48","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Network of European Regions Using Space Technologies"],"idNumber":["418383311305-48"]}} -{"id":"eu-tr-418552732618-10","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Sveriges Fiskares Producentorganisation ekonomisk förening"],"idNumber":["418552732618-10"]}} -{"id":"eu-tr-41870286144-59","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["CNC - Communications & Network Consulting AG"],"idNumber":["41870286144-59"]}} -{"id":"eu-tr-418732134720-23","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["418732134720-23"],"name":["American Chamber of Commerce in Romania"]}} -{"id":"eu-tr-418738126896-77","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Association of Corporate Counsel"],"idNumber":["418738126896-77"]}} -{"id":"eu-tr-419027043263-15","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Finnair"],"idNumber":["419027043263-15"]}} -{"id":"eu-tr-419138519827-25","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["FUNDACIÓ PER A LA UNIVERSITAT OBERTA DE CATALUNYA"],"idNumber":["419138519827-25"]}} -{"id":"eu-tr-419318247465-60","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Österreichischer Biomasse-Verband"],"idNumber":["419318247465-60"]}} -{"id":"eu-tr-419504541857-68","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["419504541857-68"],"name":["Corbion"]}} -{"id":"eu-tr-419508817229-68","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Women Political Leaders"],"idNumber":["419508817229-68"]}} -{"id":"eu-tr-419726214834-51","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Deloitte & Associés"],"idNumber":["419726214834-51"]}} -{"id":"eu-tr-419808845588-45","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Fundacja Ocalenie"],"idNumber":["419808845588-45"]}} -{"id":"eu-tr-419874835766-57","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Stiftelsen The Stockholm Environment Institute"],"idNumber":["419874835766-57"]}} -{"id":"eu-tr-419925437896-51","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["419925437896-51"],"name":["Luossavaara Kiirunavaara Aktiebolag"]}} -{"id":"eu-tr-420093131813-97","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["University of Cambridge"],"idNumber":["420093131813-97"]}} -{"id":"eu-tr-420219140525-85","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Mo Ibrahim Foundation"],"idNumber":["420219140525-85"]}} -{"id":"eu-tr-420330021227-96","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Gewerbeverein Illingen e.V."],"idNumber":["420330021227-96"]}} -{"id":"eu-tr-420678031527-75","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Berenschot"],"idNumber":["420678031527-75"]}} -{"id":"eu-tr-421020043222-94","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["421020043222-94"]}} -{"id":"eu-tr-42119616334-41","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Food & Water Action Europe"],"idNumber":["42119616334-41"]}} -{"id":"eu-tr-42122398878-52","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Confederazione Nazionale dell'Artigianato e della Piccola e Media Impresa"],"idNumber":["42122398878-52"]}} -{"id":"eu-tr-421423824997-37","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"idNumber":["421423824997-37"]}} -{"id":"eu-tr-421495541254-57","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Solar Manufacturing Council"],"idNumber":["421495541254-57"]}} -{"id":"eu-tr-421535133868-60","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Pasha parking"],"idNumber":["421535133868-60"]}} -{"id":"eu-tr-421591329311-65","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Deutsche Welle"],"idNumber":["421591329311-65"]}} -{"id":"eu-tr-421644634757-40","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["421644634757-40"],"name":["Fundația ROMANIAN BUSINESS LEADERS"]}} -{"id":"eu-tr-42178977290-80","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["GIGAEurope","GIGAEurope aisbl"],"idNumber":["42178977290-80"]}} -{"id":"eu-tr-421974942265-62","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Salida"],"idNumber":["421974942265-62"]}} -{"id":"eu-tr-422154931291-94","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["IrRADIARE, Investigação e Desenvolvimento em Engenharia e Ambiente, Lda"],"idNumber":["422154931291-94"]}} -{"id":"eu-tr-422433317940-45","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Ensemble contre la peine de mort"],"idNumber":["422433317940-45"]}} -{"id":"eu-tr-42243575237-50","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Amgen Inc"],"idNumber":["42243575237-50"]}} -{"id":"eu-tr-422544515758-37","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["422544515758-37"],"name":["Sports Rights Owners' Coalition"]}} -{"id":"eu-tr-422785311156-67","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Federation of European Neuroscience Societies"],"idNumber":["422785311156-67"]}} -{"id":"eu-tr-4227861124-34","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Association of Chartered Certified Accountants"],"idNumber":["4227861124-34"]}} -{"id":"eu-tr-423111540053-94","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["423111540053-94"]}} -{"id":"eu-tr-423142010527-25","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["VELUX A/S (VELUX Group)"],"idNumber":["423142010527-25"]}} -{"id":"eu-tr-423355921224-78","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["POLLINIS"],"idNumber":["423355921224-78"]}} -{"id":"eu-tr-423426615377-64","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Confederación Española de Pesca"],"idNumber":["423426615377-64"]}} -{"id":"eu-tr-423612620244-85","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Business European Capital Cities"],"idNumber":["423612620244-85"]}} -{"id":"eu-tr-423757932508-05","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Leonard"],"idNumber":["423757932508-05"]}} -{"id":"eu-tr-42378755934-87","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Blind Union"],"idNumber":["42378755934-87"]}} -{"id":"eu-tr-423942616222-03","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Fédération Européenne de Finances et Banques Ethiques et Alternatives"],"idNumber":["423942616222-03"]}} -{"id":"eu-tr-424069617218-42","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Verband Schweizerischer Elektrizitätsunternehmen"],"idNumber":["424069617218-42"]}} -{"id":"eu-tr-424103441763-49","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["424103441763-49"],"name":["Breakthrough Energy Catalyst Foundation"]}} -{"id":"eu-tr-424179021711-46","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Confédération Européenne des Vignerons Indépendants"],"idNumber":["424179021711-46"]}} -{"id":"eu-tr-424256523194-93","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Campact"],"idNumber":["424256523194-93"]}} -{"id":"eu-tr-42433582-82","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Atomic Forum","Forum Atomique Européen"],"idNumber":["42433582-82"]}} -{"id":"eu-tr-424540741196-66","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Bund für Umwelt und Naturschutz Deutschland e. V."],"idNumber":["424540741196-66"]}} -{"id":"eu-tr-424726117325-78","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["E3PO - European PPP Operating Companies in Infrastructure and Services"],"idNumber":["424726117325-78"]}} -{"id":"eu-tr-42484704423-92","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["42484704423-92"],"name":["EU Strategy"]}} -{"id":"eu-tr-424851932901-65","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Koninklijke Nederlandse Motorrijders Vereniging"],"idNumber":["424851932901-65"]}} -{"id":"eu-tr-425112539567-29","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Business for Inclusive Growth"],"idNumber":["425112539567-29"]}} -{"id":"eu-tr-425170134724-56","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["SIEMPRE"],"idNumber":["425170134724-56"]}} -{"id":"eu-tr-425231932048-54","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Associazione Italiana per l'Information and Communication Technology (ICT)"],"idNumber":["425231932048-54"]}} -{"id":"eu-tr-425241713598-51","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Fundación para las Relaciones Internacionales y el Diálogo Exterior"],"idNumber":["425241713598-51"]}} -{"id":"eu-tr-42528706153-39","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["42528706153-39"],"name":["European Federation of National Organisations working with the Homeless"]}} -{"id":"eu-tr-42561875992-94","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["AstraZeneca"],"idNumber":["42561875992-94"]}} -{"id":"eu-tr-42566063487-73","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["42566063487-73"],"name":["Airports Council International - European Region"]}} -{"id":"eu-tr-425790821187-40","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Munich European Forum e.V."],"idNumber":["425790821187-40"]}} -{"id":"eu-tr-425944311491-86","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Organisation des producteurs de thon tropical congelé et surgelé"],"idNumber":["425944311491-86"]}} -{"id":"eu-tr-426183424899-61","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["ECA - European Chimney Association"],"idNumber":["426183424899-61"]}} -{"id":"eu-tr-4263301811-33","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["4263301811-33"],"name":["Pfizer Inc."]}} -{"id":"eu-tr-426344123116-68","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Amprion GmbH"],"idNumber":["426344123116-68"]}} -{"id":"eu-tr-4266797770-31","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["4266797770-31"],"name":["Siemens AG"]}} -{"id":"eu-tr-42705074342-04","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["42705074342-04"]}} -{"id":"eu-tr-4271427696-87","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["4271427696-87"],"name":["Eurelectric aisbl"]}} -{"id":"eu-tr-427277226092-39","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Pensionskassernes Administration A/S"],"idNumber":["427277226092-39"]}} -{"id":"eu-tr-42738291569-54","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Federation of European Aquaculture Producers"],"idNumber":["42738291569-54"]}} -{"id":"eu-tr-427653644807-10","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Daimler Truck AG"],"idNumber":["427653644807-10"]}} -{"id":"eu-tr-427689917359-19","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Vandoren Consulting"],"idNumber":["427689917359-19"]}} -{"id":"eu-tr-428115827157-80","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Szakszervezetek Együttműködési Fóruma"],"idNumber":["428115827157-80"]}} -{"id":"eu-tr-428144738947-12","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Openclassrooms"],"idNumber":["428144738947-12"]}} -{"id":"eu-tr-428294520891-74","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["International Centre for Migration Policy Development"],"idNumber":["428294520891-74"]}} -{"id":"eu-tr-42837197222-53","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Royal Schiphol Group"],"idNumber":["42837197222-53"]}} -{"id":"eu-tr-42843016904-50","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Europe's Independent Fuel Suppliers"],"idNumber":["42843016904-50"]}} -{"id":"eu-tr-428630719734-25","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Santé Mentale Exclusion Sociale - Europa"],"idNumber":["428630719734-25"]}} -{"id":"eu-tr-428866047728-12","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Public Affairs Community of Europe"],"idNumber":["428866047728-12"]}} -{"id":"eu-tr-429047025681-13","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Stredná odborná škola - Szakközépiskola, Hlavná 54, Moldava nad Bodvou"],"idNumber":["429047025681-13"]}} -{"id":"eu-tr-4293010684-55","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["4293010684-55"],"name":["Eurodiaconia"]}} -{"id":"eu-tr-429363840637-73","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["429363840637-73"],"name":["Digital Data Centre Bidco SL"]}} -{"id":"eu-tr-429600710582-32","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["429600710582-32"],"name":["ČEZ, a.s."]}} -{"id":"eu-tr-429668739636-80","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Global StartupCities"],"idNumber":["429668739636-80"]}} -{"id":"eu-tr-42967152383-63","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["42967152383-63"],"name":["European Dairy Association aisbl"]}} -{"id":"eu-tr-429690823502-77","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["JSC Atomenergoprom"],"idNumber":["429690823502-77"]}} -{"id":"eu-tr-429746235345-89","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["METINVEST"],"idNumber":["429746235345-89"]}} -{"id":"eu-tr-429752015099-90","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Association pour le Droit à l'Initiative Economique"],"idNumber":["429752015099-90"]}} -{"id":"eu-tr-429814347042-83","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Cleantech for Europe"],"idNumber":["429814347042-83"]}} -{"id":"eu-tr-429932512952-75","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Sciaena - Oceans # Conservation # Awareness"],"idNumber":["429932512952-75"]}} -{"id":"eu-tr-429943340618-58","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"idNumber":["429943340618-58"]}} -{"id":"eu-tr-430008722431-29","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["430008722431-29"],"name":["LinkedIn Ireland"]}} -{"id":"eu-tr-430010622057-05","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["430010622057-05"],"name":["Leaseurope"]}} -{"id":"eu-tr-430230825952-40","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Alter Summit"],"idNumber":["430230825952-40"]}} -{"id":"eu-tr-430358814107-24","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Europe Affaires Publiques"],"idNumber":["430358814107-24"]}} -{"id":"eu-tr-430431940644-76","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Good Conversations gGmbH"],"idNumber":["430431940644-76"]}} -{"id":"eu-tr-430607416969-79","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["CITEO"],"idNumber":["430607416969-79"]}} -{"id":"eu-tr-430615914640-02","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"idNumber":["430615914640-02"]}} -{"id":"eu-tr-430713521212-27","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["DXC.technology"],"idNumber":["430713521212-27"]}} -{"id":"eu-tr-430805515370-85","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Film Agency Directors"],"idNumber":["430805515370-85"]}} -{"id":"eu-tr-430929638004-18","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Waterborne Technology Platform"],"idNumber":["430929638004-18"]}} -{"id":"eu-tr-431119647201-04","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["MEYER WERFT GmbH & Co. KG"],"idNumber":["431119647201-04"]}} -{"id":"eu-tr-431215415539-52","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"idNumber":["431215415539-52"]}} -{"id":"eu-tr-431333321402-02","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["American Continental Group - Analytics"],"idNumber":["431333321402-02"]}} -{"id":"eu-tr-431587223907-30","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["World Ocean Council"],"idNumber":["431587223907-30"]}} -{"id":"eu-tr-431612415760-82","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["FELULA SA"],"idNumber":["431612415760-82"]}} -{"id":"eu-tr-431655212354-82","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["European Multiple Sclerosis Platform"],"idNumber":["431655212354-82"]}} -{"id":"eu-tr-43167137250-27","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["43167137250-27"],"name":["Interactive Advertising Bureau Europe"]}} -{"id":"eu-tr-431721915076-92","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["PIMEC"],"idNumber":["431721915076-92"]}} -{"id":"eu-tr-43176485302-45","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Water Europe"],"idNumber":["43176485302-45"]}} -{"id":"eu-tr-431789031930-74","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Index Ventures (UK) LLP"],"idNumber":["431789031930-74"]}} -{"id":"eu-tr-431900624666-91","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Institute for Climate Economics"],"idNumber":["431900624666-91"]}} -{"id":"eu-tr-432097942049-46","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["The Global Fund for Survivors of Conflict-related Sexual Violence"],"idNumber":["432097942049-46"]}} -{"id":"eu-tr-432212429927-18","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Guardtime OÜ"],"idNumber":["432212429927-18"]}} -{"id":"eu-tr-432220743398-06","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"idNumber":["432220743398-06"]}} -{"id":"eu-tr-432333133193-78","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Arteria Creative Network, Institute for Creative Industries"],"idNumber":["432333133193-78"]}} -{"id":"eu-tr-43245696854-79","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["43245696854-79"],"name":["EUROCINEMA, Association de producteurs de cinéma et de télévision"]}} -{"id":"eu-tr-43246044354-41","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Österreichischer Gewerkschaftsbund"],"idNumber":["43246044354-41"]}} -{"id":"eu-tr-43251547769-22","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["43251547769-22"],"name":["European Youth Forum"]}} -{"id":"eu-tr-432651238409-48","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Dublin Dance Festival"],"idNumber":["432651238409-48"]}} -{"id":"eu-tr-432810619301-37","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Eurasia Group Ltd"],"idNumber":["432810619301-37"]}} -{"id":"eu-tr-43284012043-03","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["43284012043-03"],"name":["Alstom"]}} -{"id":"eu-tr-432868526225-65","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Institut de formation des acteurs du monde agricole et rural"],"idNumber":["432868526225-65"]}} -{"id":"eu-tr-433247023130-86","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Anitox Ltd. UK"],"idNumber":["433247023130-86"]}} -{"id":"eu-tr-433268236091-14","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Vogelbescherming Nederland"],"idNumber":["433268236091-14"]}} -{"id":"eu-tr-433319333385-38","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Whistleblowing International Network"],"idNumber":["433319333385-38"]}} -{"id":"eu-tr-43348533338-46","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Bosch Sicherheitssysteme GmbH"],"idNumber":["43348533338-46"]}} -{"id":"eu-tr-433579315121-82","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Jeremy Rifkin Enterprises"],"idNumber":["433579315121-82"]}} -{"id":"eu-tr-433616222895-66","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Deutsches Rotes Kreuz e.V."],"idNumber":["433616222895-66"]}} -{"id":"eu-tr-433743725252-26","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["433743725252-26"],"name":["MedTech Europe"]}} -{"id":"eu-tr-43384951893-57","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Network of Credit Unions"],"idNumber":["43384951893-57"]}} -{"id":"eu-tr-433904133145-65","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["The Chemours Company"],"idNumber":["433904133145-65"]}} -{"id":"eu-tr-434027116304-07","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Festivals Association"],"idNumber":["434027116304-07"]}} -{"id":"eu-tr-434158845288-26","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Refashion"],"idNumber":["434158845288-26"]}} -{"id":"eu-tr-434459916601-58","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Consumer Credit Association"],"idNumber":["434459916601-58"]}} -{"id":"eu-tr-434704921254-49","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["ZEW – Leibniz-Zentrum für Europäische Wirtschaftsforschung GmbH Mannheim"],"idNumber":["434704921254-49"]}} -{"id":"eu-tr-434831615060-89","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["434831615060-89"],"name":["Kirkon Ulkomaanapu sr (Finn Church Aid)"]}} -{"id":"eu-tr-434877614680-77","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["CHAMBRE OFFICIELLE DE COMMERCE D'ESPAGNE EN BELGIQUE ET AU LUXEMBOURG ASBL","CHAMBRE OFFICIELLE DE COMMERCE D' ESPAGNE EN BELGIQUE ET AU LUXEMBOURG ASBL"],"idNumber":["434877614680-77"]}} -{"id":"eu-tr-435008814959-36","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["New Financial LLP"],"idNumber":["435008814959-36"]}} -{"id":"eu-tr-435060615187-68","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["435060615187-68"],"name":["Havenbedrijf Antwerpen NV van publiek recht"]}} -{"id":"eu-tr-435130314953-28","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["A² Policy Advice SPRL"],"idNumber":["435130314953-28"]}} -{"id":"eu-tr-435363045685-70","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Confindustria Toscana"],"idNumber":["435363045685-70"]}} -{"id":"eu-tr-435377233599-07","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["VDL Groep"],"idNumber":["435377233599-07"]}} -{"id":"eu-tr-435792917444-12","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["GÉANT Association"],"idNumber":["435792917444-12"]}} -{"id":"eu-tr-43591669812-20","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["UK Pesticides Campaign"],"idNumber":["43591669812-20"]}} -{"id":"eu-tr-436122132743-46","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Deutscher Bauernbund e.V."],"idNumber":["436122132743-46"]}} -{"id":"eu-tr-43612725310-63","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["European Chiropractors' Union"],"idNumber":["43612725310-63"]}} -{"id":"eu-tr-4361690830-63","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Euclid Network"],"idNumber":["4361690830-63"]}} -{"id":"eu-tr-43623438752-83","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["FEDERATION FRANCAISE DES VINS D'APERITIF"],"idNumber":["43623438752-83"]}} -{"id":"eu-tr-43634658185-75","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["NORTH SWEDEN EUROPEAN OFFICE"],"idNumber":["43634658185-75"]}} -{"id":"eu-tr-436885036565-66","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["European University Hospital Alliance"],"idNumber":["436885036565-66"]}} -{"id":"eu-tr-43691777818-34","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Federation of European Motorcyclists' Associations"],"idNumber":["43691777818-34"]}} -{"id":"eu-tr-437067914645-34","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["ECFIA Representing the High Temperature Insulation Wool Industry"],"idNumber":["437067914645-34"]}} -{"id":"eu-tr-43750202163-43","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["43750202163-43"],"name":["European Council on Refugees and Exiles"]}} -{"id":"eu-tr-43763731235-75","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Mouvement des Entreprises de France"],"idNumber":["43763731235-75"]}} -{"id":"eu-tr-437739617237-77","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["437739617237-77"],"name":["Etsy Ireland"]}} -{"id":"eu-tr-43783176689-06","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Local Government Denmark"],"idNumber":["43783176689-06"]}} -{"id":"eu-tr-43785827982-59","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["43785827982-59"],"name":["UNI Europa"]}} -{"id":"eu-tr-438153634133-60","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"idNumber":["438153634133-60"]}} -{"id":"eu-tr-438257432313-42","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Energy Retailers - Network of Independent Energy and Solution Providers"],"idNumber":["438257432313-42"]}} -{"id":"eu-tr-43859808000-87","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Association for Storage of Energy"],"idNumber":["43859808000-87"]}} -{"id":"eu-tr-43871558497-67","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Global Business Travel Association"],"idNumber":["43871558497-67"]}} -{"id":"eu-tr-438854416795-01","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["FINPOINT GmbH"],"idNumber":["438854416795-01"]}} -{"id":"eu-tr-438929232932-59","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Berenschot Groep BV"],"idNumber":["438929232932-59"]}} -{"id":"eu-tr-438941846088-54","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Amaury Sport Organisation"],"idNumber":["438941846088-54"]}} -{"id":"eu-tr-43916872639-25","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["European Oncology Nursing Society vzw / asbl"],"idNumber":["43916872639-25"]}} -{"id":"eu-tr-439303422088-50","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["INTERNATIONAL TRADE DEFENSE SERVICES"],"idNumber":["439303422088-50"]}} -{"id":"eu-tr-439423515662-94","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Fédération des Organisations de producteurs de la Pêche Artisanale"],"idNumber":["439423515662-94"]}} -{"id":"eu-tr-439507546161-38","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Arbeitskreis Kirchliche Investoren"],"idNumber":["439507546161-38"]}} -{"id":"eu-tr-439517518445-17","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Bundesverband Deutscher Inkasso-Unternehmen e.V."],"idNumber":["439517518445-17"]}} -{"id":"eu-tr-439568220616-04","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["1&1 AG"],"idNumber":["439568220616-04"]}} -{"id":"eu-tr-439687945081-13","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"idNumber":["439687945081-13"]}} -{"id":"eu-tr-439696535120-68","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["REMONDIS GmbH & Co. KG, Region Südwest"],"idNumber":["439696535120-68"]}} -{"id":"eu-tr-44013762992-64","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Network of European Financial Institutions for Small and Medium Sized Enterprises"],"idNumber":["44013762992-64"]}} -{"id":"eu-tr-44018642457-83","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["ECDL Foundation"],"idNumber":["44018642457-83"]}} -{"id":"eu-tr-440872322739-34","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Irish Farmers Journal"],"idNumber":["440872322739-34"]}} -{"id":"eu-tr-441202320918-78","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["HUMBOLDT-VIADRINA Governance Platform"],"idNumber":["441202320918-78"]}} -{"id":"eu-tr-441236726401-64","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Swedwatch"],"idNumber":["441236726401-64"]}} -{"id":"eu-tr-441260647735-93","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Ria Money Transfer"],"idNumber":["441260647735-93"]}} -{"id":"eu-tr-441333332953-73","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["National Retail Federation"],"idNumber":["441333332953-73"]}} -{"id":"eu-tr-441651441923-29","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Bumble Inc"],"idNumber":["441651441923-29"]}} -{"id":"eu-tr-441732425040-02","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Fujitsu Technology Solutions B.V."],"idNumber":["441732425040-02"]}} -{"id":"eu-tr-441851939671-30","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["SIC - Sociedade Independente de Comunicação SA"],"idNumber":["441851939671-30"]}} -{"id":"eu-tr-441902548040-49","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Mathias Corvinus Collegium Foundation"],"idNumber":["441902548040-49"]}} -{"id":"eu-tr-441913146231-35","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["GAZ-SYSTEM S.A."],"idNumber":["441913146231-35"]}} -{"id":"eu-tr-441941516427-70","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Ann Becker Consulting Sprl"],"idNumber":["441941516427-70"]}} -{"id":"eu-tr-441946743333-66","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Scope Group"],"idNumber":["441946743333-66"]}} -{"id":"eu-tr-44203689086-96","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["VinylPlus"],"idNumber":["44203689086-96"]}} -{"id":"eu-tr-44209611834-88","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Unión de Empresas Siderúrgicas"],"idNumber":["44209611834-88"]}} -{"id":"eu-tr-44225291233-48","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["FEDUSTRIA"],"idNumber":["44225291233-48"]}} -{"id":"eu-tr-4422649896-52","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["4422649896-52"],"name":["Union Européenne du Commerce du Bétail et des Métiers de la Viande"]}} -{"id":"eu-tr-442375720271-30","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Elevolution Group, SGPS, S.A."],"idNumber":["442375720271-30"]}} -{"id":"eu-tr-442822332191-58","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Udruga za sport, rekreaciju i edukaciju- Igre mladih"],"idNumber":["442822332191-58"]}} -{"id":"eu-tr-442843428064-82","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Guardian Media Group"],"idNumber":["442843428064-82"]}} -{"id":"eu-tr-442959615790-67","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Seabury Aviation & Aerospace (UK) Limited"],"idNumber":["442959615790-67"]}} -{"id":"eu-tr-442969023241-35","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Montanuniversitaet Leoben"],"idNumber":["442969023241-35"]}} -{"id":"eu-tr-443232336651-16","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["POSCO"],"idNumber":["443232336651-16"]}} -{"id":"eu-tr-443247543020-45","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Global Sovereign Advisory"],"idNumber":["443247543020-45"]}} -{"id":"eu-tr-443257931557-70","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Aerocene Foundation gGmbH"],"idNumber":["443257931557-70"]}} -{"id":"eu-tr-443257945191-76","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Stryker"],"idNumber":["443257945191-76"]}} -{"id":"eu-tr-443345931729-19","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["V.Navtik d.o.o."],"idNumber":["443345931729-19"]}} -{"id":"eu-tr-443508317933-36","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Hazardous Waste Europe"],"idNumber":["443508317933-36"]}} -{"id":"eu-tr-44361352681-84","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Stichting Health Action International"],"idNumber":["44361352681-84"]}} -{"id":"eu-tr-443913019286-78","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["443913019286-78"],"name":["Freshfields Bruckhaus Deringer LLP"]}} -{"id":"eu-tr-444096042774-25","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Impact Investing Institute"],"idNumber":["444096042774-25"]}} -{"id":"eu-tr-444268914663-08","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Unione Nazionale Industria Conciaria"],"idNumber":["444268914663-08"]}} -{"id":"eu-tr-444461525432-73","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["The Oslo Center"],"idNumber":["444461525432-73"]}} -{"id":"eu-tr-44454059960-64","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["consortium of CERN and large European national laboratories with accelerator driven research infrastructures and major detector development effort"],"idNumber":["44454059960-64"]}} -{"id":"eu-tr-444629814963-15","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["European Cabin Crew Association"],"idNumber":["444629814963-15"]}} -{"id":"eu-tr-444653818419-83","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Vereniging Milieudefensie"],"idNumber":["444653818419-83"]}} -{"id":"eu-tr-444722016787-61","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Chamber of Commerce of the United States of America"],"idNumber":["444722016787-61"]}} -{"id":"eu-tr-4447605981-76","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["4447605981-76"],"name":["Equinor ASA"]}} -{"id":"eu-tr-444977614820-10","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["ContactEurope"],"idNumber":["444977614820-10"]}} -{"id":"eu-tr-44500914986-91","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["SNV - NETHERLANDS DEVELOPMENT ORGANISATION"],"idNumber":["44500914986-91"]}} -{"id":"eu-tr-44501927493-61","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Stop AIDS Alliance"],"idNumber":["44501927493-61"]}} -{"id":"eu-tr-44538055618-06","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Federación Nacional Empresarial de Transporte en Autobús (Spanish Federation of Transport by Bus)"],"idNumber":["44538055618-06"]}} -{"id":"eu-tr-445407934362-74","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["CMI - Martti Ahtisaari Peace Foundation"],"idNumber":["445407934362-74"]}} -{"id":"eu-tr-4456380381-30","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["4456380381-30"],"name":["European Publishers Council"]}} -{"id":"eu-tr-445997815623-86","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Natural Resources Defense Council"],"idNumber":["445997815623-86"]}} -{"id":"eu-tr-446165615401-28","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["446165615401-28"],"name":["Europcar International"]}} -{"id":"eu-tr-446806819909-90","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["GENERIS CAPITAL PARTNERS"],"idNumber":["446806819909-90"]}} -{"id":"eu-tr-44688805318-45","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["44688805318-45"],"name":["Grupo Red Eléctrica","Redeia"]}} -{"id":"eu-tr-447163219856-82","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Roskilde University"],"idNumber":["447163219856-82"]}} -{"id":"eu-tr-447187333291-94","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["447187333291-94"],"name":["Discovery Capital Management, LLC"]}} -{"id":"eu-tr-447230420481-06","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Union of General Practitioners / Family Physicians (Union Européenne des Médecins Omnipraticiens / Médecins de Famille)"],"idNumber":["447230420481-06"]}} -{"id":"eu-tr-447468444430-83","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Trans Oceanic Wind Transport"],"idNumber":["447468444430-83"]}} -{"id":"eu-tr-447494115294-30","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["447494115294-30"],"name":["Association relative à la télévision européenne"]}} -{"id":"eu-tr-447640245329-43","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["ECBF Management GmbH"],"idNumber":["447640245329-43"]}} -{"id":"eu-tr-447669443576-63","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["TITAN CEMENT INTERNATIONAL SA"],"idNumber":["447669443576-63"]}} -{"id":"eu-tr-44781354710-39","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Verband Entwicklungspolitik und Humanitäre Hilfe deutscher Nichtregierungsorganisationen e.V."],"idNumber":["44781354710-39"]}} -{"id":"eu-tr-448028132541-24","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["European Startup Network"],"idNumber":["448028132541-24"]}} -{"id":"eu-tr-448028717932-02","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Digital Leadership Institute"],"idNumber":["448028717932-02"]}} -{"id":"eu-tr-448032814942-69","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["AUDIOGEST - Associação Para a Gestão e Distribuição de Direitos"],"idNumber":["448032814942-69"]}} -{"id":"eu-tr-448233735022-37","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Corteva Agriscience International SARL"],"idNumber":["448233735022-37"]}} -{"id":"eu-tr-448438826682-91","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["448438826682-91"],"name":["Niezależny Samorządny Związek Zawodowy \"Solidarność\""]}} -{"id":"eu-tr-44856881231-49","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["44856881231-49"],"name":["European farmers"]}} -{"id":"eu-tr-448636429336-13","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["FIBA Europe e.V."],"idNumber":["448636429336-13"]}} -{"id":"eu-tr-448661315899-40","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Storify"],"idNumber":["448661315899-40"]}} -{"id":"eu-tr-44875424605-90","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Committee of the European Sugar Users"],"idNumber":["44875424605-90"]}} -{"id":"eu-tr-449251118777-62","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["449251118777-62"],"name":["Mitsubishi Heavy Industries, Ltd."]}} -{"id":"eu-tr-449511822591-64","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["AS LHV Pank"],"idNumber":["449511822591-64"]}} -{"id":"eu-tr-44968076843-33","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["44968076843-33"],"name":["BREIZ EUROPE"]}} -{"id":"eu-tr-45013506457-28","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["TÜV-Verband e. V."],"idNumber":["45013506457-28"]}} -{"id":"eu-tr-450197246294-72","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Mileta a.s."],"idNumber":["450197246294-72"]}} -{"id":"eu-tr-450237130724-04","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["FEDERATION NATIONALE BOVINE"],"idNumber":["450237130724-04"]}} -{"id":"eu-tr-45060553191-59","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["45060553191-59"],"name":["Norsk Hydro"]}} -{"id":"eu-tr-450614224786-11","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Meta Advisory Group"],"idNumber":["450614224786-11"]}} -{"id":"eu-tr-450784410871-08","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Eri-Platform"],"idNumber":["450784410871-08"]}} -{"id":"eu-tr-450938813754-22","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["450938813754-22"]}} -{"id":"eu-tr-451019811573-55","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["451019811573-55"],"name":["ACCIONA, S.A."]}} -{"id":"eu-tr-451560317658-30","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Real Sociedad de Fútbol, S.A.D"],"idNumber":["451560317658-30"]}} -{"id":"eu-tr-4516220482-22","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["4516220482-22"],"name":["Deutsche Bahn AG"]}} -{"id":"eu-tr-4518600611-48","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Danish Shipping"],"idNumber":["4518600611-48"]}} -{"id":"eu-tr-451986010410-20","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Deep Sea Conservation Coalition"],"idNumber":["451986010410-20"]}} -{"id":"eu-tr-452268243228-92","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Institute for Digital fundamental rights"],"idNumber":["452268243228-92"]}} -{"id":"eu-tr-452451015983-08","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Union des Industries de la Fertilisation"],"idNumber":["452451015983-08"]}} -{"id":"eu-tr-452452824585-66","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["452452824585-66"],"name":["Inclusion Europe aisbl."]}} -{"id":"eu-tr-452617627527-38","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["452617627527-38"]}} -{"id":"eu-tr-452735627624-04","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Blue Solutions"],"idNumber":["452735627624-04"]}} -{"id":"eu-tr-452862736936-07","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["World Fair Trade Organization - Europe"],"idNumber":["452862736936-07"]}} -{"id":"eu-tr-453149326151-50","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Bantani Education"],"idNumber":["453149326151-50"]}} -{"id":"eu-tr-453296444728-97","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["453296444728-97"],"name":["Rule of Law Centre at the University of Helsinki"]}} -{"id":"eu-tr-45338982456-46","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Milk Board"],"idNumber":["45338982456-46"]}} -{"id":"eu-tr-453444542270-30","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Nederlandse Zoötechnische Vereniging"],"idNumber":["453444542270-30"]}} -{"id":"eu-tr-453681140007-40","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["GIRLEEK"],"idNumber":["453681140007-40"]}} -{"id":"eu-tr-453917018572-70","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"idNumber":["453917018572-70"]}} -{"id":"eu-tr-454141617464-43","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Guardian Media Group"],"idNumber":["454141617464-43"]}} -{"id":"eu-tr-454264611835-56","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["454264611835-56"],"name":["Plastics Europe","PlasticsEurope"]}} -{"id":"eu-tr-4543103789-92","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Europacable"],"idNumber":["4543103789-92"]}} -{"id":"eu-tr-45444124056-57","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Network of Councils for the Judiciary"],"idNumber":["45444124056-57"]}} -{"id":"eu-tr-45445593026-68","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Erasmus Student Network"],"idNumber":["45445593026-68"]}} -{"id":"eu-tr-454608238523-04","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["454608238523-04"],"name":["Dassault Systèmes"]}} -{"id":"eu-tr-454821134797-25","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["SERRED"],"idNumber":["454821134797-25"]}} -{"id":"eu-tr-454914633134-83","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Asociación Agraria-Jóvenes Agricultores"],"idNumber":["454914633134-83"]}} -{"id":"eu-tr-455076325447-19","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["TUMO Center for Creative Technologies"],"idNumber":["455076325447-19"]}} -{"id":"eu-tr-455124911857-71","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Financial Transparency Coalition"],"idNumber":["455124911857-71"]}} -{"id":"eu-tr-455227615437-58","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"idNumber":["455227615437-58"]}} -{"id":"eu-tr-455286844374-86","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["aditus foundation"],"idNumber":["455286844374-86"]}} -{"id":"eu-tr-455458212010-50","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Law Institute"],"idNumber":["455458212010-50"]}} -{"id":"eu-tr-455544031857-79","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Fédération nationale des sociétés d'aménagement foncier et d'établissement rural"],"idNumber":["455544031857-79"]}} -{"id":"eu-tr-455607615963-17","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Wirtschaftrat Recht Bremer & Heller"],"idNumber":["455607615963-17"]}} -{"id":"eu-tr-455805042423-96","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"idNumber":["455805042423-96"]}} -{"id":"eu-tr-456024940834-09","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["GreenBuzz Bern"],"idNumber":["456024940834-09"]}} -{"id":"eu-tr-456211534646-58","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["456211534646-58"],"name":["thyssenkrupp Steel Europe AG"]}} -{"id":"eu-tr-456545324713-01","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Tecnologia Sostenible y Responsable"],"idNumber":["456545324713-01"]}} -{"id":"eu-tr-457013019507-96","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["AMC Networks Inc."],"idNumber":["457013019507-96"]}} -{"id":"eu-tr-457069318696-53","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Creativity Works!"],"idNumber":["457069318696-53"]}} -{"id":"eu-tr-457596413786-53","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["European Metal Union"],"idNumber":["457596413786-53"]}} -{"id":"eu-tr-45766611524-47","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["The Quoted Companies Alliance"],"idNumber":["45766611524-47"]}} -{"id":"eu-tr-457976415644-63","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Elektrizitätswerke Schönau Vertriebs GmbH"],"idNumber":["457976415644-63"]}} -{"id":"eu-tr-457984316938-16","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["FINNAIR OYJ"],"idNumber":["457984316938-16"]}} -{"id":"eu-tr-458140332839-09","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Gates Ventures, LLC"],"idNumber":["458140332839-09"]}} -{"id":"eu-tr-458157215116-10","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Crédit Coopératif"],"idNumber":["458157215116-10"]}} -{"id":"eu-tr-458208414509-94","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["IG Group Holdings PLC"],"idNumber":["458208414509-94"]}} -{"id":"eu-tr-458219510100-89","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["London Clearing House"],"idNumber":["458219510100-89"]}} -{"id":"eu-tr-458295331598-02","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["458295331598-02"],"name":["Bruegel"]}} -{"id":"eu-tr-458302930798-48","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["WWF Italy - Fondo Mondiale per la Natura"],"idNumber":["458302930798-48"]}} -{"id":"eu-tr-458319931354-53","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Intuit Inc."],"idNumber":["458319931354-53"]}} -{"id":"eu-tr-458348124803-65","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Skeleton Technologies OÜ"],"idNumber":["458348124803-65"]}} -{"id":"eu-tr-458348329860-11","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["458348329860-11"]}} -{"id":"eu-tr-458546625595-21","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["KGHM Polska Miedź Spółka Akcyjna"],"idNumber":["458546625595-21"]}} -{"id":"eu-tr-458563610807-24","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["458563610807-24"],"name":["MVNO Europe"]}} -{"id":"eu-tr-458700813641-37","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["458700813641-37"],"name":["Irish Farmers' Association"]}} -{"id":"eu-tr-458749535171-35","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Holnap Ifjúsági Alapítvány a Fenntarthatóságért"],"idNumber":["458749535171-35"]}} -{"id":"eu-tr-458778445993-75","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"idNumber":["458778445993-75"]}} -{"id":"eu-tr-458905915808-19","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Network of Maritime Clusters"],"idNumber":["458905915808-19"]}} -{"id":"eu-tr-459008624153-72","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Global Fund for Women"],"idNumber":["459008624153-72"]}} -{"id":"eu-tr-459057323638-24","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Dringhouses Counsel SPRL"],"idNumber":["459057323638-24"]}} -{"id":"eu-tr-459264327872-70","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Irish Grain & Feed Association"],"idNumber":["459264327872-70"]}} -{"id":"eu-tr-459438517006-19","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Asociación Española de Fabricantes e Importadores de Electrodomésticos"],"idNumber":["459438517006-19"]}} -{"id":"eu-tr-459438519357-97","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["459438519357-97"],"name":["Digital Economy Lab, University of Warsaw"]}} -{"id":"eu-tr-45953576620-17","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["European Energy Forum"],"idNumber":["45953576620-17"]}} -{"id":"eu-tr-459557843341-88","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Value Reporting Foundation"],"idNumber":["459557843341-88"]}} -{"id":"eu-tr-45960464757-14","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Association des Cinémathèques Européennes"],"idNumber":["45960464757-14"]}} -{"id":"eu-tr-45963658079-77","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Goethe-Institut e.V."],"idNumber":["45963658079-77"]}} -{"id":"eu-tr-460033844652-45","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["jskwadraat"],"idNumber":["460033844652-45"]}} -{"id":"eu-tr-460128239853-17","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Mobile Marketing Association France"],"idNumber":["460128239853-17"]}} -{"id":"eu-tr-46018232355-49","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Comité européen interprofessionnel du thon tropical"],"idNumber":["46018232355-49"]}} -{"id":"eu-tr-460392617893-58","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Europe Unlimited"],"idNumber":["460392617893-58"]}} -{"id":"eu-tr-460590618477-81","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Broadband Stakeholder Group"],"idNumber":["460590618477-81"]}} -{"id":"eu-tr-460603337124-71","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["European Power Tool Association"],"idNumber":["460603337124-71"]}} -{"id":"eu-tr-460784940325-92","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Elering AS"],"idNumber":["460784940325-92"]}} -{"id":"eu-tr-460857725596-34","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Confederatia Nationala Sindicala Cartel ALFA"],"idNumber":["460857725596-34"]}} -{"id":"eu-tr-461173445540-64","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Aercap Holdings NV"],"idNumber":["461173445540-64"]}} -{"id":"eu-tr-461358818394-57","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Grupa Azoty Spółka Akcyjna","Grupa Azoty S.A."],"idNumber":["461358818394-57"]}} -{"id":"eu-tr-461826311486-83","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Payment Institutions Federation"],"idNumber":["461826311486-83"]}} -{"id":"eu-tr-461867624888-33","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["ASSOCIATION INTERNATIONALE DES MAIRES FRANCOPHONES"],"idNumber":["461867624888-33"]}} -{"id":"eu-tr-461883237039-87","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"idNumber":["461883237039-87"]}} -{"id":"eu-tr-462142617062-10","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["ELSA &PARTNERS"],"idNumber":["462142617062-10"]}} -{"id":"eu-tr-462272223719-65","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Chronic Disease Alliance"],"idNumber":["462272223719-65"]}} -{"id":"eu-tr-462466335805-06","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Herrenknecht AG"],"idNumber":["462466335805-06"]}} -{"id":"eu-tr-462666621242-31","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Forest Peoples Programme"],"idNumber":["462666621242-31"]}} -{"id":"eu-tr-462849021886-85","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["462849021886-85"],"name":["KIC InnoEnergy SE"]}} -{"id":"eu-tr-46302264606-44","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["46302264606-44"],"name":["Schneider Electric"]}} -{"id":"eu-tr-463152930088-23","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Global New Energy Finance"],"idNumber":["463152930088-23"]}} -{"id":"eu-tr-463256021850-41","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["PTC Therapeutics"],"idNumber":["463256021850-41"]}} -{"id":"eu-tr-463544915728-13","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Eric Besson Consulting"],"idNumber":["463544915728-13"]}} -{"id":"eu-tr-463712321359-48","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Sunshine Kaidi (Finland) New Energy Co. Oy"],"idNumber":["463712321359-48"]}} -{"id":"eu-tr-463955122867-30","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Cray UK Limited"],"idNumber":["463955122867-30"]}} -{"id":"eu-tr-464154238712-48","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Mattig Management Partners"],"idNumber":["464154238712-48"]}} -{"id":"eu-tr-464193921314-91","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["BSEF - The International Bromine Council"],"idNumber":["464193921314-91"]}} -{"id":"eu-tr-464201240893-11","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Europa Nostra"],"idNumber":["464201240893-11"]}} -{"id":"eu-tr-464375529389-50","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Verband Sächsisch-Thüringischer Zuckerrübenanbauer e.V"],"idNumber":["464375529389-50"]}} -{"id":"eu-tr-464457225131-30","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Institut ''Jožef Stefan''"],"idNumber":["464457225131-30"]}} -{"id":"eu-tr-464531124459-38","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Lloyd's Register"],"idNumber":["464531124459-38"]}} -{"id":"eu-tr-464644816865-02","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Anti-Slavery International"],"idNumber":["464644816865-02"]}} -{"id":"eu-tr-464728537297-80","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["464728537297-80"],"name":["Novolipetsk Steel"]}} -{"id":"eu-tr-46491656228-65","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Association of Fish Producers Organisations"],"idNumber":["46491656228-65"]}} -{"id":"eu-tr-464944436603-05","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Fondation Jean-Jaurès"],"idNumber":["464944436603-05"]}} -{"id":"eu-tr-46530831412-96","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Brot für die Welt"],"idNumber":["46530831412-96"]}} -{"id":"eu-tr-465433243069-58","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["465433243069-58"],"name":["Talga Group Ltd"]}} -{"id":"eu-tr-4656646862-72","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Land- en Tuinbouw Organisatie Nederland"],"idNumber":["4656646862-72"]}} -{"id":"eu-tr-465728241017-36","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["465728241017-36"],"name":["Proton AG"]}} -{"id":"eu-tr-465818716727-39","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["465818716727-39"],"name":["KERING"]}} -{"id":"eu-tr-465899630445-61","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Dutch Meat Importers Association"],"idNumber":["465899630445-61"]}} -{"id":"eu-tr-465973538471-87","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["EcoTransFaire"],"idNumber":["465973538471-87"]}} -{"id":"eu-tr-46643241096-93","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["International Swaps and Derivatives Association"],"idNumber":["46643241096-93"]}} -{"id":"eu-tr-466494027792-47","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Inclusive Strategies"],"idNumber":["466494027792-47"]}} -{"id":"eu-tr-466807918432-36","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Radiocentre"],"idNumber":["466807918432-36"]}} -{"id":"eu-tr-467515522378-58","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Audible Magic Corporation"],"idNumber":["467515522378-58"]}} -{"id":"eu-tr-467615113800-87","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["467615113800-87"],"name":["Access Partnership"]}} -{"id":"eu-tr-46782046250-28","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["World Organisation against Torture"],"idNumber":["46782046250-28"]}} -{"id":"eu-tr-468131548132-90","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["RESPIRE – Association nationale pour l’amélioration de la qualité de l’air et la défense des victimes de la pollution de l’air"],"idNumber":["468131548132-90"]}} -{"id":"eu-tr-468153817764-02","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Eaton Vance Management"],"idNumber":["468153817764-02"]}} -{"id":"eu-tr-46834536998-79","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["The Pew Charitable Trusts"],"idNumber":["46834536998-79"]}} -{"id":"eu-tr-468354137125-78","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["African Diaspora Youth Forum in Europe"],"idNumber":["468354137125-78"]}} -{"id":"eu-tr-46856801604-90","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["46856801604-90"],"name":["OXFAM INTERNATIONAL EU ADVOCACY OFFICE"]}} -{"id":"eu-tr-468678547209-01","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Confederation of Free Trade Unions of Ukraine"],"idNumber":["468678547209-01"]}} -{"id":"eu-tr-468830015802-86","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Canada Europe Roundtable for Business"],"idNumber":["468830015802-86"]}} -{"id":"eu-tr-46904231219-48","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["European Union for Responsible Incineration and Treatment of Special Waste"],"idNumber":["46904231219-48"]}} -{"id":"eu-tr-469251810695-64","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Veikkauksen edunvälittäjät - The Beneficiaries of Finnish Lottery"],"idNumber":["469251810695-64"]}} -{"id":"eu-tr-469253615206-77","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Institute of Directors"],"idNumber":["469253615206-77"]}} -{"id":"eu-tr-469253615660-52","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Venture Fund Investors Network"],"idNumber":["469253615660-52"]}} -{"id":"eu-tr-469297126650-51","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["NERVteh, raziskave in razvoj, d.o.o."],"idNumber":["469297126650-51"]}} -{"id":"eu-tr-469301912859-01","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["469301912859-01"],"name":["ABN AMRO Bank N.V."]}} -{"id":"eu-tr-469504914178-56","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Chambers Ireland"],"idNumber":["469504914178-56"]}} -{"id":"eu-tr-469688327506-35","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Fundação COI"],"idNumber":["469688327506-35"]}} -{"id":"eu-tr-469702123251-80","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["PwC’s Accelerator S.à r.l."],"idNumber":["469702123251-80"]}} -{"id":"eu-tr-469705916690-22","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Emso Asset Management Limited"],"idNumber":["469705916690-22"]}} -{"id":"eu-tr-469802815536-67","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["WIK Wissenschaftliches Institut für Infrastruktur und Kommunikationsdienste GmbH"],"idNumber":["469802815536-67"]}} -{"id":"eu-tr-469885826784-03","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["aldes"],"idNumber":["469885826784-03"]}} -{"id":"eu-tr-469940125093-61","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["CAP !"],"idNumber":["469940125093-61"]}} -{"id":"eu-tr-47003483702-10","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Citizen Action Service"],"idNumber":["47003483702-10"]}} -{"id":"eu-tr-470169313931-02","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Social Services Europe"],"idNumber":["470169313931-02"]}} -{"id":"eu-tr-47031804648-91","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["47031804648-91"],"name":["European Council of the Paint, Printing Ink and Artists' Colours Industry"]}} -{"id":"eu-tr-470330029529-11","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Intercapital I.G.A. - SA"],"idNumber":["470330029529-11"]}} -{"id":"eu-tr-470333818389-37","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Confederation of Woodworking Industries"],"idNumber":["470333818389-37"]}} -{"id":"eu-tr-470768235948-32","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Samenwerkingsverband Noord-Nederland"],"idNumber":["470768235948-32"]}} -{"id":"eu-tr-470908920122-03","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["HomeAway Sàrl"],"idNumber":["470908920122-03"]}} -{"id":"eu-tr-471036615028-82","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Policy Network and Communications Ltd"],"idNumber":["471036615028-82"]}} -{"id":"eu-tr-471040641052-54","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Centre for security analysis and prevention"],"idNumber":["471040641052-54"]}} -{"id":"eu-tr-47126711656-13","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Voluntary Organisations in Cooperation in Emergencies"],"idNumber":["47126711656-13"]}} -{"id":"eu-tr-47127888840-66","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"idNumber":["47127888840-66"]}} -{"id":"eu-tr-4713568401-18","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Accountancy Europe"],"idNumber":["4713568401-18"]}} -{"id":"eu-tr-471358119455-78","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Conseil national de l'ordre des masseurs kinésithérapeutes"],"idNumber":["471358119455-78"]}} -{"id":"eu-tr-471491246404-54","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Proteon Pharmaceuticals S.A."],"idNumber":["471491246404-54"]}} -{"id":"eu-tr-47172565855-96","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Federation of Road Traffic Victims"],"idNumber":["47172565855-96"]}} -{"id":"eu-tr-471903417802-72","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["MTV Oy"],"idNumber":["471903417802-72"]}} -{"id":"eu-tr-47195853551-35","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Asociación Nacional de Armadores de Buques de Pesca de Bacalao"],"idNumber":["47195853551-35"]}} -{"id":"eu-tr-471989147138-46","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["L'Occitane International S.A."],"idNumber":["471989147138-46"]}} -{"id":"eu-tr-472030121036-71","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Cabinet d'avocats SAMMAN"],"idNumber":["472030121036-71"]}} -{"id":"eu-tr-4722660838-23","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["4722660838-23"],"name":["European Banking Federation"]}} -{"id":"eu-tr-47245166643-50","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Conférence des Présidents d'Université / France Universités"],"idNumber":["47245166643-50"]}} -{"id":"eu-tr-472831319635-75","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["ESPORG"],"idNumber":["472831319635-75"]}} -{"id":"eu-tr-47288759638-75","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Japan Automobile Manufacturers Association, Inc. European Office"],"idNumber":["47288759638-75"]}} -{"id":"eu-tr-47292178704-33","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["International Partnership for Human Rights"],"idNumber":["47292178704-33"]}} -{"id":"eu-tr-473235716272-48","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["473235716272-48"],"name":["Cepsa S.A","CEPSA"]}} -{"id":"eu-tr-47326968864-27","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Danish Fishers Producer Organisation"],"idNumber":["47326968864-27"]}} -{"id":"eu-tr-473272624831-33","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Air Traffic Controllers European Unions Coordination"],"idNumber":["473272624831-33"]}} -{"id":"eu-tr-473302647444-92","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Mediterranean Gas SA"],"idNumber":["473302647444-92"]}} -{"id":"eu-tr-473310732515-30","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["The Future Society"],"idNumber":["473310732515-30"]}} -{"id":"eu-tr-47338336902-73","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["DAIKIN Europe NV"],"idNumber":["47338336902-73"]}} -{"id":"eu-tr-47350036909-69","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["47350036909-69"],"name":["Secretariat of COMECE (Commission of the Episcopates of the European Union)"]}} -{"id":"eu-tr-47376536890-44","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"idNumber":["47376536890-44"]}} -{"id":"eu-tr-473889733171-40","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Seedrs Limited"],"idNumber":["473889733171-40"]}} -{"id":"eu-tr-473945434136-05","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["473945434136-05"],"name":["Digestive Cancers Europe"]}} -{"id":"eu-tr-474075844880-66","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Clearpay, S.A.U."],"idNumber":["474075844880-66"]}} -{"id":"eu-tr-474168710138-53","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Cabinet Bob Schmitz"],"idNumber":["474168710138-53"]}} -{"id":"eu-tr-47427226869-02","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Channel Islands Brussels Office"],"idNumber":["47427226869-02"]}} -{"id":"eu-tr-474681616946-32","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["ΟΡΓΑΝΙΣΜΟΣ ΠΡΟΓΝΩΣΤΙΚΩΝ ΑΓΩΝΩΝ ΠΟΔΟΣΦΑΙΡΟΥ ΑΝΩΝΥΜΗ ΕΤΑΙΡΕΙΑ"],"idNumber":["474681616946-32"]}} -{"id":"eu-tr-474710916419-15","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Telecommunications Standards Institute"],"idNumber":["474710916419-15"]}} -{"id":"eu-tr-47479986521-66","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["bpost NV"],"idNumber":["47479986521-66"]}} -{"id":"eu-tr-47504237466-74","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["47504237466-74"],"name":["Endesa"]}} -{"id":"eu-tr-475368429902-96","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["American Chamber of Commerce in Germany e.V."],"idNumber":["475368429902-96"]}} -{"id":"eu-tr-475442545516-69","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Candid Public Affairs GmbH"],"idNumber":["475442545516-69"]}} -{"id":"eu-tr-475565317526-24","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["475565317526-24"],"name":["Avaaz Foundation"]}} -{"id":"eu-tr-4756340957-20","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Associazione Nazionale fra le Imprese Assicuratrici"],"idNumber":["4756340957-20"]}} -{"id":"eu-tr-475770522568-66","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Europäische Akademie für Informationsfreiheit und Datenschutz"],"idNumber":["475770522568-66"]}} -{"id":"eu-tr-475891045627-85","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["AT & S AUSTRIA TECHNOLOGIE & SYSTEMTECHNIK AKTIENGESELLSCHAFT"],"idNumber":["475891045627-85"]}} -{"id":"eu-tr-475947931780-87","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Forum réfugiés-Cosi"],"idNumber":["475947931780-87"]}} -{"id":"eu-tr-475975638734-73","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Lloyds Banking Group plc"],"idNumber":["475975638734-73"]}} -{"id":"eu-tr-47600618458-36","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Assemblée permanente des Chambres d'Agriculture"],"idNumber":["47600618458-36"]}} -{"id":"eu-tr-4760969620-65","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Council of Bars and Law Societies of Europe"],"idNumber":["4760969620-65"]}} -{"id":"eu-tr-476213128490-73","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Zoz GmbH"],"idNumber":["476213128490-73"]}} -{"id":"eu-tr-476319822732-26","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["wmp consult - Wilke Maack GmbH"],"idNumber":["476319822732-26"]}} -{"id":"eu-tr-476355821134-75","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["News Media Coalition"],"idNumber":["476355821134-75"]}} -{"id":"eu-tr-47642067220-88","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Christian Solidarity Worldwide"],"idNumber":["47642067220-88"]}} -{"id":"eu-tr-476463525138-81","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"idNumber":["476463525138-81"]}} -{"id":"eu-tr-476563116675-15","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Coalition of Services Industries"],"idNumber":["476563116675-15"]}} -{"id":"eu-tr-47676761061-93","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["VERBOND VAN BELGISCHE ONDERNEMINGEN / FEDERATION DES ENTREPRISES DE BELGIQUE"],"idNumber":["47676761061-93"]}} -{"id":"eu-tr-47690759500-37","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["47690759500-37"],"name":["FEDERACIÓN ESPAÑOLA DE ASOCIACIONES DE PRODUCTORES EXPORTADORES DE FRUTAS, HORTALIZAS, FLORES Y PLANTAS VIVAS"]}} -{"id":"eu-tr-477391118070-35","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Blue Cross"],"idNumber":["477391118070-35"]}} -{"id":"eu-tr-477510929511-08","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Union of Greek Shipowners - ΕΝΩΣΙΣ ΕΛΛΗΝΩΝ ΕΦΟΠΛΙΣΤΩΝ"],"idNumber":["477510929511-08"]}} -{"id":"eu-tr-477543424417-73","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["477543424417-73"],"name":["Italgas"]}} -{"id":"eu-tr-477676922074-03","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["malik institute"],"idNumber":["477676922074-03"]}} -{"id":"eu-tr-477813546803-50","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Norwegian-African Business Association"],"idNumber":["477813546803-50"]}} -{"id":"eu-tr-477838445914-27","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"idNumber":["477838445914-27"]}} -{"id":"eu-tr-47806848200-34","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["47806848200-34"],"name":["Zero Waste Europe"]}} -{"id":"eu-tr-478131313572-40","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Society of Radiology"],"idNumber":["478131313572-40"]}} -{"id":"eu-tr-478238940875-92","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Uppsala University"],"idNumber":["478238940875-92"]}} -{"id":"eu-tr-478256433575-07","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Southern Sparsely Populated Areas network"],"idNumber":["478256433575-07"]}} -{"id":"eu-tr-47831085867-54","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["peopol"],"idNumber":["47831085867-54"]}} -{"id":"eu-tr-47864638249-20","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Union des Aéroports Français et Francophones Associés"],"idNumber":["47864638249-20"]}} -{"id":"eu-tr-478790716543-16","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["478790716543-16"],"name":["ABP Food Group"]}} -{"id":"eu-tr-478836130634-43","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Bombardier Transportation"],"idNumber":["478836130634-43"]}} -{"id":"eu-tr-478881217865-41","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["478881217865-41"],"name":["MCKINSEY & COMPANY SL"]}} -{"id":"eu-tr-478977744955-91","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["478977744955-91"],"name":["Atlantia"]}} -{"id":"eu-tr-479023731523-73","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Viipurin taloudellinen koreakouluseura"],"idNumber":["479023731523-73"]}} -{"id":"eu-tr-479042728784-52","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["479042728784-52"],"name":["Intuitive Surgical, Inc"]}} -{"id":"eu-tr-479105940583-20","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Journalismfund.eu"],"idNumber":["479105940583-20"]}} -{"id":"eu-tr-479234015862-06","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["France Digitale"],"idNumber":["479234015862-06"]}} -{"id":"eu-tr-479299526321-12","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Arla Foods amba"],"idNumber":["479299526321-12"]}} -{"id":"eu-tr-47937943241-80","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["OCEANA"],"idNumber":["47937943241-80"]}} -{"id":"eu-tr-479384532978-69","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Politecnico di Milano"],"idNumber":["479384532978-69"]}} -{"id":"eu-tr-479468313744-50","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["479468313744-50"],"name":["Ibec"]}} -{"id":"eu-tr-479696415739-28","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["EUROFI"],"idNumber":["479696415739-28"]}} -{"id":"eu-tr-479732337430-68","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["B’Tselem – The Israeli Information Center for Human Rights in the Occupied Territories"],"idNumber":["479732337430-68"]}} -{"id":"eu-tr-479824719742-03","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["White Rose University Consortium"],"idNumber":["479824719742-03"]}} -{"id":"eu-tr-479848318252-85","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Association of Issuing Bodies"],"idNumber":["479848318252-85"]}} -{"id":"eu-tr-479914637521-29","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Temasek International Pte Ltd"],"idNumber":["479914637521-29"]}} -{"id":"eu-tr-479994110538-77","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["METRO AG"],"idNumber":["479994110538-77"]}} -{"id":"eu-tr-480090715925-32","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Cooperation in Science and Technology"],"idNumber":["480090715925-32"]}} -{"id":"eu-tr-480098310579-04","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Lidl"],"idNumber":["480098310579-04"]}} -{"id":"eu-tr-48010783162-91","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["48010783162-91"],"name":["Construction Products Europe"]}} -{"id":"eu-tr-480175226880-10","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"idNumber":["480175226880-10"]}} -{"id":"eu-tr-480267313069-44","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Assembly of European Regions","Assemblée des Régions d'Europe"],"idNumber":["480267313069-44"]}} -{"id":"eu-tr-480290216298-63","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Altstoff Recycling Austria AG"],"idNumber":["480290216298-63"]}} -{"id":"eu-tr-480309935869-15","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["RHEA System S.A."],"idNumber":["480309935869-15"]}} -{"id":"eu-tr-480407644579-72","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Intact Solutions LLC"],"idNumber":["480407644579-72"]}} -{"id":"eu-tr-480570730417-86","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Hague Conference on Private International Law"],"idNumber":["480570730417-86"]}} -{"id":"eu-tr-480715239269-75","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Sustainable Investment Forum"],"idNumber":["480715239269-75"]}} -{"id":"eu-tr-481066842274-13","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["The Daphne Caruana Galizia Foundation"],"idNumber":["481066842274-13"]}} -{"id":"eu-tr-481117328715-86","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Zoz GmbH"],"idNumber":["481117328715-86"]}} -{"id":"eu-tr-481267344398-26","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Albioma"],"idNumber":["481267344398-26"]}} -{"id":"eu-tr-481291319443-52","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Reed MIDEM SAS"],"idNumber":["481291319443-52"]}} -{"id":"eu-tr-481428814432-64","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["The National Advisory Council to the Thalidomide Trust"],"idNumber":["481428814432-64"]}} -{"id":"eu-tr-48155811657-60","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["VÖP - Verband Österreichischer Privatsender"],"idNumber":["48155811657-60"]}} -{"id":"eu-tr-4815969728-48","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Syndicat National des Labels Avicoles de France"],"idNumber":["4815969728-48"]}} -{"id":"eu-tr-481610819779-94","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Latvijas Finanšu nozares asociācija"],"idNumber":["481610819779-94"]}} -{"id":"eu-tr-4817795559-48","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Pearle*-Live Performance Europe (Performing Arts Employers Associations League Europe)"],"idNumber":["4817795559-48"]}} -{"id":"eu-tr-48181498612-92","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["World Federation of United Nations Associations"],"idNumber":["48181498612-92"]}} -{"id":"eu-tr-481820434723-38","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["LNG Allies"],"idNumber":["481820434723-38"]}} -{"id":"eu-tr-481881034804-93","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Civic Alliance-Latvia"],"idNumber":["481881034804-93"]}} -{"id":"eu-tr-482064441158-30","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Fieldfisher (Belgium) LLP"],"idNumber":["482064441158-30"]}} -{"id":"eu-tr-482340112795-80","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["European Fastener Distributor Association"],"idNumber":["482340112795-80"]}} -{"id":"eu-tr-482400529105-86","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["HEUKING KÜHN LÜER WOJTEK"],"idNumber":["482400529105-86"]}} -{"id":"eu-tr-482452946755-66","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Seed Global Health"],"idNumber":["482452946755-66"]}} -{"id":"eu-tr-482588443517-75","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["482588443517-75"],"name":["European Energy A/S"]}} -{"id":"eu-tr-482789528099-85","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Stichting Changing Markets"],"idNumber":["482789528099-85"]}} -{"id":"eu-tr-482916323856-50","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["482916323856-50"]}} -{"id":"eu-tr-482997418651-48","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["482997418651-48"],"name":["Boliden Group"]}} -{"id":"eu-tr-483024821178-51","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Chamber of Commerce of the United States of America"],"idNumber":["483024821178-51"]}} -{"id":"eu-tr-48325781850-28","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["48325781850-28"],"name":["MEDICINES FOR EUROPE"]}} -{"id":"eu-tr-483304019253-69","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Malta Energy Efficiency and Renewable Energies Association"],"idNumber":["483304019253-69"]}} -{"id":"eu-tr-483354220663-40","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["eco - Verband der Internetwirtschaft"],"idNumber":["483354220663-40"]}} -{"id":"eu-tr-483830019470-76","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Universities Superannuation Scheme Ltd"],"idNumber":["483830019470-76"]}} -{"id":"eu-tr-483872337951-76","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["bookdifferent bv"],"idNumber":["483872337951-76"]}} -{"id":"eu-tr-483924815151-12","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["\"Hope For Children\" CRC Policy Center"],"idNumber":["483924815151-12"]}} -{"id":"eu-tr-48395175526-25","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["48395175526-25"],"name":["GasTerra"]}} -{"id":"eu-tr-483974815034-52","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["483974815034-52"],"name":["The Royal Bank of Scotland"]}} -{"id":"eu-tr-483986023726-90","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["International Wool Textile Organisation"],"idNumber":["483986023726-90"]}} -{"id":"eu-tr-483991348149-68","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["EMMA GATEAU & ASSOCIÉS"],"idNumber":["483991348149-68"]}} -{"id":"eu-tr-484035621035-95","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Bundesverband E-Commerce und Versandhandel Deutschland e.V."],"idNumber":["484035621035-95"]}} -{"id":"eu-tr-484283032970-25","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Highgate Capital Management LLP"],"idNumber":["484283032970-25"]}} -{"id":"eu-tr-484496945270-19","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Identity Matters Consulting"],"idNumber":["484496945270-19"]}} -{"id":"eu-tr-484497715199-45","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Salzgitter AG"],"idNumber":["484497715199-45"]}} -{"id":"eu-tr-484576440734-93","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"idNumber":["484576440734-93"]}} -{"id":"eu-tr-484959115993-15","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Conference of European Schools for Advanced Engineering Education and Research"],"idNumber":["484959115993-15"]}} -{"id":"eu-tr-48521259756-08","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Société Française de Radiotéléphone"],"idNumber":["48521259756-08"]}} -{"id":"eu-tr-485329315341-81","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["EMD Advisory Services"],"idNumber":["485329315341-81"]}} -{"id":"eu-tr-485337923983-69","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Competition Lawyers Forum"],"idNumber":["485337923983-69"]}} -{"id":"eu-tr-48544465107-88","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["48544465107-88"],"name":["Deutsche Post DHL Group"]}} -{"id":"eu-tr-48555836360-17","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Protection sociale française"],"idNumber":["48555836360-17"]}} -{"id":"eu-tr-48562122691-12","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["EuroHealthNet"],"idNumber":["48562122691-12"]}} -{"id":"eu-tr-485630615462-79","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Conference of European Directors of Roads"],"idNumber":["485630615462-79"]}} -{"id":"eu-tr-485832526193-89","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["EUROPE'S MEDIALAB (Fondation EURACTIV)"],"idNumber":["485832526193-89"]}} -{"id":"eu-tr-485880317579-75","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Unify Communications sa"],"idNumber":["485880317579-75"]}} -{"id":"eu-tr-486035739157-46","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["HOLALUZ CLIDOM SA"],"idNumber":["486035739157-46"]}} -{"id":"eu-tr-486101215470-41","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Logistics Association"],"idNumber":["486101215470-41"]}} -{"id":"eu-tr-48626096030-87","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["SINTEF AS"],"idNumber":["48626096030-87"]}} -{"id":"eu-tr-486276216753-08","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Ford Foundation"],"idNumber":["486276216753-08"]}} -{"id":"eu-tr-486353535837-83","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["BTB - Gewerkschaft Technik und Naturwissenschaft im dbb - beamtenbund und tarifunion"],"idNumber":["486353535837-83"]}} -{"id":"eu-tr-48655305058-87","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["WaterAid"],"idNumber":["48655305058-87"]}} -{"id":"eu-tr-486684937120-73","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["EURid vzw"],"idNumber":["486684937120-73"]}} -{"id":"eu-tr-48677174683-66","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Renewable Energies Federation asbl"],"idNumber":["48677174683-66"]}} -{"id":"eu-tr-486836616056-77","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Greenhouse Communications"],"idNumber":["486836616056-77"]}} -{"id":"eu-tr-486889834865-61","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Agroecology Europe"],"idNumber":["486889834865-61"]}} -{"id":"eu-tr-48714858158-06","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Institute of International Finance"],"idNumber":["48714858158-06"]}} -{"id":"eu-tr-487640615574-32","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Brazilian Association of Animal Protein"],"idNumber":["487640615574-32"]}} -{"id":"eu-tr-487726915971-30","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Netflix International B.V."],"idNumber":["487726915971-30"]}} -{"id":"eu-tr-487800623288-65","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Emmaus Europe"],"idNumber":["487800623288-65"]}} -{"id":"eu-tr-487949135851-58","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"idNumber":["487949135851-58"]}} -{"id":"eu-tr-48838196790-63","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Zukunft GAS e. V."],"idNumber":["48838196790-63"]}} -{"id":"eu-tr-488493238396-32","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["BELTUG vzw/asbl"],"idNumber":["488493238396-32"]}} -{"id":"eu-tr-488509127575-64","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["End Female Genital Mutilation - European Network"],"idNumber":["488509127575-64"]}} -{"id":"eu-tr-4885579968-84","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Council of European Dentists"],"idNumber":["4885579968-84"]}} -{"id":"eu-tr-488692317424-44","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["AMBER Alert Europe"],"idNumber":["488692317424-44"]}} -{"id":"eu-tr-48872621093-60","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Coalition for Corporate Justice"],"idNumber":["48872621093-60"]}} -{"id":"eu-tr-488753210783-18","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Stiftung Ordnungspolitik - Centrum für Europäische Politik"],"idNumber":["488753210783-18"]}} -{"id":"eu-tr-488875815967-50","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Association Française des Gestionnaires d'Infrastructures Ferroviaires Indépendants"],"idNumber":["488875815967-50"]}} -{"id":"eu-tr-48891989251-14","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Cultural Foundation"],"idNumber":["48891989251-14"]}} -{"id":"eu-tr-488941821555-39","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Verlag C.H.BECK oHG"],"idNumber":["488941821555-39"]}} -{"id":"eu-tr-488996338945-60","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["EcoVadis"],"idNumber":["488996338945-60"]}} -{"id":"eu-tr-489015820846-96","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["United Nations University Institute on Comparative Regional Integration Studies"],"idNumber":["489015820846-96"]}} -{"id":"eu-tr-489134140495-55","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["International Public Affairs & Advocacy"],"idNumber":["489134140495-55"]}} -{"id":"eu-tr-48918086666-95","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Association of Research and Technology Organisations"],"idNumber":["48918086666-95"]}} -{"id":"eu-tr-489296438914-72","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Digital Action"],"idNumber":["489296438914-72"]}} -{"id":"eu-tr-489329424638-29","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Nexus Instituut"],"idNumber":["489329424638-29"]}} -{"id":"eu-tr-489575310490-58","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["489575310490-58"],"name":["CEMA - European Agricultural Machinery Industry Association"]}} -{"id":"eu-tr-489579617056-32","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["IRBM SPA"],"idNumber":["489579617056-32"]}} -{"id":"eu-tr-489611426460-32","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Bank of Tokyo-Mitsubishi UFJ"],"idNumber":["489611426460-32"]}} -{"id":"eu-tr-4900814699-31","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Forum Européen pour la Sécurité Urbaine"],"idNumber":["4900814699-31"]}} -{"id":"eu-tr-490166825799-90","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["International Artist Organisation"],"idNumber":["490166825799-90"]}} -{"id":"eu-tr-490333327231-75","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Związek Pracodawców Transport i Logistyka Polska"],"idNumber":["490333327231-75"]}} -{"id":"eu-tr-490366039271-16","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["China Chamber of Commerce to the EU"],"idNumber":["490366039271-16"]}} -{"id":"eu-tr-49096067887-19","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["vbw - Vereinigung der Bayerischen Wirtschaft e. V."],"idNumber":["49096067887-19"]}} -{"id":"eu-tr-490961919746-88","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["ProductIP BV"],"idNumber":["490961919746-88"]}} -{"id":"eu-tr-491022428567-91","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["A-Trust Gesellschaft für Sicherheitssysteme im elektronischen Datenverkehr GmbH"],"idNumber":["491022428567-91"]}} -{"id":"eu-tr-492042046130-40","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Technology Academy Finland"],"idNumber":["492042046130-40"]}} -{"id":"eu-tr-49221685491-82","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["General Aviation Manufacturers Association"],"idNumber":["49221685491-82"]}} -{"id":"eu-tr-492644015170-55","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["PubAffairsBruxelles ASBL"],"idNumber":["492644015170-55"]}} -{"id":"eu-tr-492964815891-65","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["All European Academies"],"idNumber":["492964815891-65"]}} -{"id":"eu-tr-49307536642-11","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["UIRR, International Union for Road-Rail Combined Transport"],"idNumber":["49307536642-11"]}} -{"id":"eu-tr-493116947877-11","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Credo AI"],"idNumber":["493116947877-11"]}} -{"id":"eu-tr-493275140196-18","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Estonian Forest and Wood Industries Association"],"idNumber":["493275140196-18"]}} -{"id":"eu-tr-493416718971-18","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["493416718971-18"],"name":["NN Group N.V."]}} -{"id":"eu-tr-493459413141-62","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Royal Museums of Fine Arts of Belgium"],"idNumber":["493459413141-62"]}} -{"id":"eu-tr-493476441072-37","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Seda International Packaging Group"],"idNumber":["493476441072-37"]}} -{"id":"eu-tr-493485518698-13","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Protection sociale française"],"idNumber":["493485518698-13"]}} -{"id":"eu-tr-493567240443-80","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Kaoem Telapak"],"idNumber":["493567240443-80"]}} -{"id":"eu-tr-493735015952-63","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Armateurs de France"],"idNumber":["493735015952-63"]}} -{"id":"eu-tr-494020826571-87","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Asociación Nacional de Empresas de Aguas de Bebida Envasadas"],"idNumber":["494020826571-87"]}} -{"id":"eu-tr-494128534615-03","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["TLSgroup"],"idNumber":["494128534615-03"]}} -{"id":"eu-tr-494499948076-65","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["European Deafblind Network"],"idNumber":["494499948076-65"]}} -{"id":"eu-tr-494574538937-86","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Centrient Pharmaceuticals"],"idNumber":["494574538937-86"]}} -{"id":"eu-tr-494613715191-85","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["494613715191-85"],"name":["Cisco Systems Inc."]}} -{"id":"eu-tr-494832735094-65","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"idNumber":["494832735094-65"]}} -{"id":"eu-tr-495014538692-10","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Професионална асоциация по роботика и автоматизация"],"idNumber":["495014538692-10"]}} -{"id":"eu-tr-495144126378-48","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Ecopreneur.eu"],"idNumber":["495144126378-48"]}} -{"id":"eu-tr-495349735696-77","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["495349735696-77"],"name":["Hardt"]}} -{"id":"eu-tr-495601416551-23","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["European Gas Limited"],"idNumber":["495601416551-23"]}} -{"id":"eu-tr-495664015506-02","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Comité de liaison Europe ACP"],"idNumber":["495664015506-02"]}} -{"id":"eu-tr-495723738575-10","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["CaliberAI"],"idNumber":["495723738575-10"]}} -{"id":"eu-tr-496002615183-27","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Financial Future"],"idNumber":["496002615183-27"]}} -{"id":"eu-tr-496127124009-07","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Deutscher Weinbauverband e.V."],"idNumber":["496127124009-07"]}} -{"id":"eu-tr-496133025107-40","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Movement Ireland"],"idNumber":["496133025107-40"]}} -{"id":"eu-tr-496227428572-68","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Magyar Helsinki Bizottság"],"idNumber":["496227428572-68"]}} -{"id":"eu-tr-49654992078-52","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Merck"],"idNumber":["49654992078-52"]}} -{"id":"eu-tr-496569221197-39","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["CAOBISCO"],"idNumber":["496569221197-39"]}} -{"id":"eu-tr-496688939450-26","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Imperial College London"],"idNumber":["496688939450-26"]}} -{"id":"eu-tr-49679062863-35","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["49679062863-35"],"name":["COMITE EUROPEEN des FABRICANTS de SUCRE"]}} -{"id":"eu-tr-496822013474-60","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Institut français de recherche pour l'exploitation de la mer"],"idNumber":["496822013474-60"]}} -{"id":"eu-tr-496823921173-60","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Dropbox"],"idNumber":["496823921173-60"]}} -{"id":"eu-tr-496989345637-26","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Finarvedi"],"idNumber":["496989345637-26"]}} -{"id":"eu-tr-497286320648-05","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["CGI/Space"],"idNumber":["497286320648-05"]}} -{"id":"eu-tr-497566619969-02","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["NATUREX"],"idNumber":["497566619969-02"]}} -{"id":"eu-tr-497695824526-10","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["HERR & SPEER"],"idNumber":["497695824526-10"]}} -{"id":"eu-tr-497945417142-72","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["MERIAL"],"idNumber":["497945417142-72"]}} -{"id":"eu-tr-498045729199-28","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Confédération Internationale des Négociants en Oeuvres d'Art"],"idNumber":["498045729199-28"]}} -{"id":"eu-tr-49806329193-46","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["49806329193-46"],"name":["International Planned Parenthood Federation European Network"]}} -{"id":"eu-tr-498215331952-71","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Nuprint Technologies Ltd"],"idNumber":["498215331952-71"]}} -{"id":"eu-tr-498852846811-94","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Roblox Corporation"],"idNumber":["498852846811-94"]}} -{"id":"eu-tr-499059113403-37","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["499059113403-37"],"name":["Zurich Insurance Company Ltd"]}} -{"id":"eu-tr-49906988199-86","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Hanns-Seidel-Stiftung"],"idNumber":["49906988199-86"]}} -{"id":"eu-tr-499095743028-37","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Revigrés - Pavimentos e Revestimentos"],"idNumber":["499095743028-37"]}} -{"id":"eu-tr-499115519787-49","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["499115519787-49"],"name":["Enterprise Rent A Car UK, Ltd."]}} -{"id":"eu-tr-499118835361-94","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Environmental Partnership Association"],"idNumber":["499118835361-94"]}} -{"id":"eu-tr-49931835063-67","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Access Info Europe"],"idNumber":["49931835063-67"]}} -{"id":"eu-tr-49959188061-85","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European AIDS Treatment Group"],"idNumber":["49959188061-85"]}} -{"id":"eu-tr-49987976590-63","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Alliance internationale de journalistes"],"idNumber":["49987976590-63"]}} -{"id":"eu-tr-499948040247-83","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"idNumber":["499948040247-83"]}} -{"id":"eu-tr-500027331119-04","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["IOTA Stiftung"],"idNumber":["500027331119-04"]}} -{"id":"eu-tr-500216224858-27","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["global"],"idNumber":["500216224858-27"]}} -{"id":"eu-tr-500373220835-51","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["European Network of Scientists for Social and Environmental Responsibility"],"idNumber":["500373220835-51"]}} -{"id":"eu-tr-500386625358-29","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Union Europeenne des Huissiers de Justice"],"idNumber":["500386625358-29"]}} -{"id":"eu-tr-500405828090-97","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["ASSOCIATION DES PRODUCTEURS AFRICAINS DE BANANES ET AUTRES FRUITS"],"idNumber":["500405828090-97"]}} -{"id":"eu-tr-500468931965-26","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["500468931965-26"],"name":["Hertie School"]}} -{"id":"eu-tr-500481434335-52","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["UNIÓN DE CRIADORES DE TORO DE LIDIA"],"idNumber":["500481434335-52"]}} -{"id":"eu-tr-500577733683-82","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Eestimaa Talupidajate Keskliit"],"idNumber":["500577733683-82"]}} -{"id":"eu-tr-500741516715-59","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Stichting PSI-Europe"],"idNumber":["500741516715-59"]}} -{"id":"eu-tr-500891145940-41","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Cosentino Group"],"idNumber":["500891145940-41"]}} -{"id":"eu-tr-50098025830-01","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Energi Norge (Energy Norway)"],"idNumber":["50098025830-01"]}} -{"id":"eu-tr-501161831239-42","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["UNION BANCAIRE PRIVEE"],"idNumber":["501161831239-42"]}} -{"id":"eu-tr-501222919-71","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["501222919-71"],"name":["Transparency International Liaison Office to the European Union","Transparency International"]}} -{"id":"eu-tr-501247615893-73","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Notářská komora České republiky"],"idNumber":["501247615893-73"]}} -{"id":"eu-tr-501468815548-71","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Coalition of European Organisations on Data Protection"],"idNumber":["501468815548-71"]}} -{"id":"eu-tr-501627318331-42","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["GeoPost / DPDgroup"],"idNumber":["501627318331-42"]}} -{"id":"eu-tr-501652723968-72","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Common representation of Substances of Human Origin’s (SoHO)"],"idNumber":["501652723968-72"]}} -{"id":"eu-tr-501838433325-23","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Arcada University of Applied Sciences"],"idNumber":["501838433325-23"]}} -{"id":"eu-tr-501968312339-22","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Emirates Airline"],"idNumber":["501968312339-22"]}} -{"id":"eu-tr-502023615731-55","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Football Agents Association"],"idNumber":["502023615731-55"]}} -{"id":"eu-tr-502025440119-24","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Ferroglobe"],"idNumber":["502025440119-24"]}} -{"id":"eu-tr-502050418514-48","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["KMD A/S"],"idNumber":["502050418514-48"]}} -{"id":"eu-tr-502122240542-51","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Deutsches Kinderhilfswerk e.V."],"idNumber":["502122240542-51"]}} -{"id":"eu-tr-50213201578-64","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Hitachi Europe Ltd."],"idNumber":["50213201578-64"]}} -{"id":"eu-tr-502323837054-57","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Collectif pour un service civique européen"],"idNumber":["502323837054-57"]}} -{"id":"eu-tr-502376418704-34","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["McLarty Associates"],"idNumber":["502376418704-34"]}} -{"id":"eu-tr-502425118410-86","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Software & Information Industry Association"],"idNumber":["502425118410-86"]}} -{"id":"eu-tr-50254292140-86","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Verband Deutscher Verkehrsunternehmen"],"idNumber":["50254292140-86"]}} -{"id":"eu-tr-502600337938-74","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Soil Capital Belgium SPRL"],"idNumber":["502600337938-74"]}} -{"id":"eu-tr-502701120250-73","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Aix-Marseille Université"],"idNumber":["502701120250-73"]}} -{"id":"eu-tr-5027241291-41","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["DATEV eG"],"idNumber":["5027241291-41"]}} -{"id":"eu-tr-502887436923-67","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["European Technology Chamber"],"idNumber":["502887436923-67"]}} -{"id":"eu-tr-502965240430-24","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Bund der Deutschen Katholischen Jugend"],"idNumber":["502965240430-24"]}} -{"id":"eu-tr-502984837987-42","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["INSTITUT PHOTOVOLTAIQUE D’ ILE DE FRANCE"],"idNumber":["502984837987-42"]}} -{"id":"eu-tr-503102215568-76","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Universities UK International"],"idNumber":["503102215568-76"]}} -{"id":"eu-tr-50329813847-03","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["European PPP Operating Companies in Infrastructures and Services"],"idNumber":["50329813847-03"]}} -{"id":"eu-tr-503739240051-19","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["503739240051-19"]}} -{"id":"eu-tr-503957813562-10","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Medtronic"],"idNumber":["503957813562-10"]}} -{"id":"eu-tr-504144221473-32","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Ridens"],"idNumber":["504144221473-32"]}} -{"id":"eu-tr-504518140762-97","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Netafim Deutschland GmbH"],"idNumber":["504518140762-97"]}} -{"id":"eu-tr-50465929991-70","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["50465929991-70"],"name":["T&L Sugars Limited"]}} -{"id":"eu-tr-504693417417-52","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["504693417417-52"],"name":["Fédération Générale du Travail de Belgique - Algemeen Belgisch Vakverbond"]}} -{"id":"eu-tr-504762117529-69","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["AIP - Associazione Italiana Politiche Industriali"],"idNumber":["504762117529-69"]}} -{"id":"eu-tr-504786514495-81","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Marine Stewardship Council"],"idNumber":["504786514495-81"]}} -{"id":"eu-tr-505456818295-32","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["SICPA SA"],"idNumber":["505456818295-32"]}} -{"id":"eu-tr-505557132772-09","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["META-NET"],"idNumber":["505557132772-09"]}} -{"id":"eu-tr-505801926569-24","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Cyprus Employers & Industrialists Federation"],"idNumber":["505801926569-24"]}} -{"id":"eu-tr-505857115939-41","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["APDL - Administracao dos Portos do Douro, Leixoes e Viana do Castelo, SA"],"idNumber":["505857115939-41"]}} -{"id":"eu-tr-505941518076-10","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Hellenic Telecommunications Organization S.A."],"idNumber":["505941518076-10"]}} -{"id":"eu-tr-50629161801-61","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Union des Transports Publics et ferroviaires"],"idNumber":["50629161801-61"]}} -{"id":"eu-tr-506497923503-90","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Vartotojų aljansas (Lithuanian Consumers Alliance)"],"idNumber":["506497923503-90"]}} -{"id":"eu-tr-50668704394-89","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["50668704394-89"],"name":["ARCHE NOAH, Gesellschaft für die Erhaltung der Kulturpflanzenvielfalt und ihre Entwicklung"]}} -{"id":"eu-tr-506689845145-86","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Pan African Farmers Organization"],"idNumber":["506689845145-86"]}} -{"id":"eu-tr-50674299591-83","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["International Chamber of Commerce"],"idNumber":["50674299591-83"]}} -{"id":"eu-tr-5067624792-06","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["logos public affairs"],"idNumber":["5067624792-06"]}} -{"id":"eu-tr-50679663522-75","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Europex - Association of European Energy Exchanges"],"idNumber":["50679663522-75"]}} -{"id":"eu-tr-507044544698-69","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Sasol"],"idNumber":["507044544698-69"]}} -{"id":"eu-tr-507088735315-73","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Forestiers Privés de France"],"idNumber":["507088735315-73"]}} -{"id":"eu-tr-507235311834-96","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Welsh Higher Education Brussels"],"idNumber":["507235311834-96"]}} -{"id":"eu-tr-50735773982-68","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["GMB trade union"],"idNumber":["50735773982-68"]}} -{"id":"eu-tr-507457837547-80","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["507457837547-80"]}} -{"id":"eu-tr-507675140650-28","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Irish Tourism Industry Confederation"],"idNumber":["507675140650-28"]}} -{"id":"eu-tr-507715016279-06","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Koda"],"idNumber":["507715016279-06"]}} -{"id":"eu-tr-507800799-30","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["507800799-30"],"name":["European Association for the Co-ordination of Consumer Representation in Standardisation","The European Consumer Voice in Standardisation"]}} -{"id":"eu-tr-508147724512-45","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["GreenWay Holding S.A."],"idNumber":["508147724512-45"]}} -{"id":"eu-tr-508248320701-57","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Société européenne de défense AISBL"],"idNumber":["508248320701-57"]}} -{"id":"eu-tr-508450430294-36","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Novihum Technologies GmbH"],"idNumber":["508450430294-36"]}} -{"id":"eu-tr-508471836079-92","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["De Vlinderstichting"],"idNumber":["508471836079-92"]}} -{"id":"eu-tr-508575131659-80","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Olympic Urban Festival"],"idNumber":["508575131659-80"]}} -{"id":"eu-tr-508695011366-29","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["508695011366-29"],"name":["The Central Organisation of Finnish Trade Unions SAK"]}} -{"id":"eu-tr-508930925355-18","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["SkyLabs vesoljske tehnologije d.o.o."],"idNumber":["508930925355-18"]}} -{"id":"eu-tr-509049224958-13","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Svenska kyrkan"],"idNumber":["509049224958-13"]}} -{"id":"eu-tr-509176138694-78","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["BREIZ EUROPE"],"idNumber":["509176138694-78"]}} -{"id":"eu-tr-509209111889-44","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Federation of Catholic Family Associations in Europe"],"idNumber":["509209111889-44"]}} -{"id":"eu-tr-509423034313-42","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Aughinish Alumina Ltd"],"idNumber":["509423034313-42"]}} -{"id":"eu-tr-509496521674-06","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Europacolon"],"idNumber":["509496521674-06"]}} -{"id":"eu-tr-509557415718-13","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["509557415718-13"]}} -{"id":"eu-tr-509882515669-01","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Affordable Medicines Europe"],"idNumber":["509882515669-01"]}} -{"id":"eu-tr-509972526732-56","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Régions de France"],"idNumber":["509972526732-56"]}} -{"id":"eu-tr-510054120552-28","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"idNumber":["510054120552-28"]}} -{"id":"eu-tr-510112312234-63","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Alliance for Human Rights in North Korea"],"idNumber":["510112312234-63"]}} -{"id":"eu-tr-510151427278-94","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Konrad-Adenauer-Stiftung"],"idNumber":["510151427278-94"]}} -{"id":"eu-tr-51022176260-12","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Cancer Organisation"],"idNumber":["51022176260-12"]}} -{"id":"eu-tr-510389716548-23","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Intellectual Ventures"],"idNumber":["510389716548-23"]}} -{"id":"eu-tr-510621432791-58","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Anzyz Technologies AS"],"idNumber":["510621432791-58"]}} -{"id":"eu-tr-510684428781-17","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Johanssen + Kretschmer"],"idNumber":["510684428781-17"]}} -{"id":"eu-tr-510732619083-95","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["ITS B.V."],"idNumber":["510732619083-95"]}} -{"id":"eu-tr-51089764825-91","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Fundatia ADEPT Transilvania"],"idNumber":["51089764825-91"]}} -{"id":"eu-tr-510924633908-01","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Syndicat des entreprises de la transition énergétique et numérique"],"idNumber":["510924633908-01"]}} -{"id":"eu-tr-511123241099-96","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"idNumber":["511123241099-96"]}} -{"id":"eu-tr-51135259400-72","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Aviation Strategy & Concepts"],"idNumber":["51135259400-72"]}} -{"id":"eu-tr-511480919769-31","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["European Resilient Flooring Manufacturers’ Institute"],"idNumber":["511480919769-31"]}} -{"id":"eu-tr-511577736930-64","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Blue Marine Foundation"],"idNumber":["511577736930-64"]}} -{"id":"eu-tr-511617524822-15","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Független Szakszervezetek Demokratikus Ligája"],"idNumber":["511617524822-15"]}} -{"id":"eu-tr-511619442971-66","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["YZR"],"idNumber":["511619442971-66"]}} -{"id":"eu-tr-512149323507-33","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Norton Rose Fulbright LLP"],"idNumber":["512149323507-33"]}} -{"id":"eu-tr-51241804712-75","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Zentralverband deutscher Konsumgenossenschaften e.V."],"idNumber":["51241804712-75"]}} -{"id":"eu-tr-512668316463-96","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Tenneco Automotive Europe"],"idNumber":["512668316463-96"]}} -{"id":"eu-tr-512756925269-62","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Universität für Bodenkultur Wien"],"idNumber":["512756925269-62"]}} -{"id":"eu-tr-512758733410-58","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["DanChurchAid"],"idNumber":["512758733410-58"]}} -{"id":"eu-tr-512870513007-47","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["ROTARY INTERNATIONAL"],"idNumber":["512870513007-47"]}} -{"id":"eu-tr-51287485932-04","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["European&Corporete Strategy-Brussels"],"idNumber":["51287485932-04"]}} -{"id":"eu-tr-513095842513-75","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Mosa Meat"],"idNumber":["513095842513-75"]}} -{"id":"eu-tr-513095936202-52","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Rimac automobili d.o.o."],"idNumber":["513095936202-52"]}} -{"id":"eu-tr-513115029176-82","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Neodvisni sindikat delavcev Slovenije"],"idNumber":["513115029176-82"]}} -{"id":"eu-tr-513172621753-81","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["European Coalition for Diabetes"],"idNumber":["513172621753-81"]}} -{"id":"eu-tr-51323296463-55","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Deutscher Fussball-Bund e.V."],"idNumber":["51323296463-55"]}} -{"id":"eu-tr-51334142356-37","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Refinitiv"],"idNumber":["51334142356-37"]}} -{"id":"eu-tr-513347117795-30","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Peterson Institute for International Economics"],"idNumber":["513347117795-30"]}} -{"id":"eu-tr-513729920039-18","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["513729920039-18"]}} -{"id":"eu-tr-513747339430-11","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Association of in-house competition lawyers"],"idNumber":["513747339430-11"]}} -{"id":"eu-tr-51375423794-46","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Fennovoima Oy"],"idNumber":["51375423794-46"]}} -{"id":"eu-tr-514122517027-14","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Europäisches Zentrum für Arbeitnehmerfragen"],"idNumber":["514122517027-14"]}} -{"id":"eu-tr-514191345939-40","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Project 3 Mobility d.o.o."],"idNumber":["514191345939-40"]}} -{"id":"eu-tr-514240237898-38","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European FinTech Association"],"idNumber":["514240237898-38"]}} -{"id":"eu-tr-51436554494-18","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["51436554494-18"],"name":["BlackRock"]}} -{"id":"eu-tr-514413031649-69","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Instituto Padre António Vieira"],"idNumber":["514413031649-69"]}} -{"id":"eu-tr-514687319814-91","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Stockholms universitet"],"idNumber":["514687319814-91"]}} -{"id":"eu-tr-514689515839-31","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["National Council for Graduate Entrepreneurship"],"idNumber":["514689515839-31"]}} -{"id":"eu-tr-514705440006-49","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Together Against Counterfeiting Alliance"],"idNumber":["514705440006-49"]}} -{"id":"eu-tr-514813715730-66","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["ScienceWorks"],"idNumber":["514813715730-66"]}} -{"id":"eu-tr-514859516322-45","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Comité National des interprofessions à appelation d'origine et indication géographique"],"idNumber":["514859516322-45"]}} -{"id":"eu-tr-5149794935-37","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Fédération Française de l'Assurance"],"idNumber":["5149794935-37"]}} -{"id":"eu-tr-515594033750-84","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["HyperAspect"],"idNumber":["515594033750-84"]}} -{"id":"eu-tr-515716726360-33","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Główny Instytut Górnictwa"],"idNumber":["515716726360-33"]}} -{"id":"eu-tr-515755333081-70","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["United Company RUSAL"],"idNumber":["515755333081-70"]}} -{"id":"eu-tr-51595808923-96","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["ENAIRE"],"idNumber":["51595808923-96"]}} -{"id":"eu-tr-5159980776-55","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Dairy Trade Association"],"idNumber":["5159980776-55"]}} -{"id":"eu-tr-516273537966-42","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["BioNTech SE"],"idNumber":["516273537966-42"]}} -{"id":"eu-tr-516884238508-73","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Europe's People's Forum"],"idNumber":["516884238508-73"]}} -{"id":"eu-tr-517522445134-38","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Jerónimo Martins, SGPS, S.A."],"idNumber":["517522445134-38"]}} -{"id":"eu-tr-517719431140-01","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"idNumber":["517719431140-01"]}} -{"id":"eu-tr-51773601133-57","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Volvo AB"],"idNumber":["51773601133-57"]}} -{"id":"eu-tr-517958032563-17","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Cultivate Partners"],"idNumber":["517958032563-17"]}} -{"id":"eu-tr-517974629774-63","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["European Academy of Paediatrics/ Union of European Medical Specialists Section of Paediatrics"],"idNumber":["517974629774-63"]}} -{"id":"eu-tr-51806831589-68","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["51806831589-68"],"name":["International Trade Union Confederation"]}} -{"id":"eu-tr-518095443081-20","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["518095443081-20"],"name":["INDUSTRIA DE DISEÑO TEXTIL, S.A."]}} -{"id":"eu-tr-51844192809-38","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Legambiente Nazionale APS Onlus"],"idNumber":["51844192809-38"]}} -{"id":"eu-tr-518638525733-44","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["One Young World"],"idNumber":["518638525733-44"]}} -{"id":"eu-tr-518695016823-48","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["EF Education First"],"idNumber":["518695016823-48"]}} -{"id":"eu-tr-518917926125-70","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["The European Environment and Sustainable Development Advisory Councils Network"],"idNumber":["518917926125-70"]}} -{"id":"eu-tr-518923821636-75","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Verband Deutscher Büchsenmacher und Waffenfachhändler"],"idNumber":["518923821636-75"]}} -{"id":"eu-tr-51894741860-19","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Nederlandse Vereniging van Banken / Dutch Banking Association"],"idNumber":["51894741860-19"]}} -{"id":"eu-tr-5189667783-94","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["5189667783-94"],"name":["Zentralverband des Deutschen Handwerks e.V."]}} -{"id":"eu-tr-518973739468-30","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Initiative pour un pacte climat européen"],"idNumber":["518973739468-30"]}} -{"id":"eu-tr-5189768701-12","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["5189768701-12"],"name":["ACT Alliance Advocacy to the European Union"]}} -{"id":"eu-tr-519256623442-26","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Luossavaara - Kiirunavaara Aktiebolag"],"idNumber":["519256623442-26"]}} -{"id":"eu-tr-51925911965-76","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["51925911965-76"],"name":["Philip Morris International Inc."]}} -{"id":"eu-tr-519393415904-86","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Fiserv Incorporated"],"idNumber":["519393415904-86"]}} -{"id":"eu-tr-519541518551-15","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["519541518551-15"],"name":["European Live Poultry and Hatching Egg Association"]}} -{"id":"eu-tr-51981812506-57","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Deutscher ReiseVerband"],"idNumber":["51981812506-57"]}} -{"id":"eu-tr-5199259747-21","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["PensionsEurope"],"idNumber":["5199259747-21"]}} -{"id":"eu-tr-519963418620-50","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Drone Alliance Europe"],"idNumber":["519963418620-50"]}} -{"id":"eu-tr-520123925843-03","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["University of Tartu"],"idNumber":["520123925843-03"]}} -{"id":"eu-tr-52022129231-93","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Provincie Utrecht"],"idNumber":["52022129231-93"]}} -{"id":"eu-tr-520775919740-63","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Civil Society Europe"],"idNumber":["520775919740-63"]}} -{"id":"eu-tr-521341216901-93","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["EUROPORTE"],"idNumber":["521341216901-93"]}} -{"id":"eu-tr-521671647908-20","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Česká tisková kancelář"],"idNumber":["521671647908-20"]}} -{"id":"eu-tr-521762039602-43","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Leapfrog Projects Oy"],"idNumber":["521762039602-43"]}} -{"id":"eu-tr-521878025223-22","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["521878025223-22"],"name":["European Trade Union Institute"]}} -{"id":"eu-tr-521896126212-45","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Amcham Finland ry"],"idNumber":["521896126212-45"]}} -{"id":"eu-tr-521918914219-44","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Interpeace"],"idNumber":["521918914219-44"]}} -{"id":"eu-tr-52195525403-65","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Novozymes"],"idNumber":["52195525403-65"]}} -{"id":"eu-tr-522122412613-18","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["522122412613-18"],"name":["NOVE"]}} -{"id":"eu-tr-522151923076-35","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Bremen Overseas Research and Development Association"],"idNumber":["522151923076-35"]}} -{"id":"eu-tr-522957529140-69","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["netzwerk-m e.V."],"idNumber":["522957529140-69"]}} -{"id":"eu-tr-523146516037-10","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Paris EUROPLACE"],"idNumber":["523146516037-10"]}} -{"id":"eu-tr-5235485727-61","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Rural Poultry Association"],"idNumber":["5235485727-61"]}} -{"id":"eu-tr-523612117906-56","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Paramount Global"],"idNumber":["523612117906-56"]}} -{"id":"eu-tr-523723228995-36","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Ballard Power Systems"],"idNumber":["523723228995-36"]}} -{"id":"eu-tr-524127838990-69","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Krauss-Maffei Wegmann GmbH & Co. KG"],"idNumber":["524127838990-69"]}} -{"id":"eu-tr-524144227097-75","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Oulun yliopisto"],"idNumber":["524144227097-75"]}} -{"id":"eu-tr-52417673283-47","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Entidad de Gestión de Derechos de los Productores Audiovisuales"],"idNumber":["52417673283-47"]}} -{"id":"eu-tr-52431421-12","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["52431421-12"],"name":["Telefonica, S.A."]}} -{"id":"eu-tr-524375510752-92","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Kommissariat der deutschen Bischöfe - Katholisches Büro in Berlin -"],"idNumber":["524375510752-92"]}} -{"id":"eu-tr-524404430464-42","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["European Society of Endocrinology"],"idNumber":["524404430464-42"]}} -{"id":"eu-tr-524637319601-09","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["John Deere GmbH&Co.Kg"],"idNumber":["524637319601-09"]}} -{"id":"eu-tr-524686116124-73","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["524686116124-73"],"name":["Atlantic Council of the United States, Inc"]}} -{"id":"eu-tr-524870330863-84","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Coöperatie Employee Benefits Competence Centre U.A."],"idNumber":["524870330863-84"]}} -{"id":"eu-tr-524976815651-12","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Centre for European Reform"],"idNumber":["524976815651-12"]}} -{"id":"eu-tr-525103133519-45","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["EUROFI"],"idNumber":["525103133519-45"]}} -{"id":"eu-tr-525298134680-80","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["European network for community-led initiatives on climate change and sustainability"],"idNumber":["525298134680-80"]}} -{"id":"eu-tr-525372322558-96","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Intelsat S.A."],"idNumber":["525372322558-96"]}} -{"id":"eu-tr-525441739605-60","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Nederlandse Spoorwegen"],"idNumber":["525441739605-60"]}} -{"id":"eu-tr-525785119947-01","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Institutional Money Market Funds Association"],"idNumber":["525785119947-01"]}} -{"id":"eu-tr-525811814282-80","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Depository Trust & Clearing Corporation"],"idNumber":["525811814282-80"]}} -{"id":"eu-tr-525891219143-78","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Hellenic Association of Photovoltaic Companies"],"idNumber":["525891219143-78"]}} -{"id":"eu-tr-526080337842-49","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Advanced Biofuels Coalition"],"idNumber":["526080337842-49"]}} -{"id":"eu-tr-526221434040-38","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Consortium of Innovative Universities"],"idNumber":["526221434040-38"]}} -{"id":"eu-tr-52624015528-97","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["DEKRA e.V."],"idNumber":["52624015528-97"]}} -{"id":"eu-tr-526283837763-31","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Action for Education"],"idNumber":["526283837763-31"]}} -{"id":"eu-tr-52633701250-41","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Whitehouse Communications Ltd"],"idNumber":["52633701250-41"]}} -{"id":"eu-tr-52646912360-95","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Die Deutsche Kreditwirtschaft"],"idNumber":["52646912360-95"]}} -{"id":"eu-tr-526483333061-37","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Free Courts Initiative"],"idNumber":["526483333061-37"]}} -{"id":"eu-tr-526526820253-97","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["The Strategic Agility Board Ltd"],"idNumber":["526526820253-97"]}} -{"id":"eu-tr-5265780509-97","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["5265780509-97"],"name":["American Chamber of Commerce to the European Union"]}} -{"id":"eu-tr-526652638892-04","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Institute for Strategic Dialogue"],"idNumber":["526652638892-04"]}} -{"id":"eu-tr-526710919886-47","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Da Jiang Innovations"],"idNumber":["526710919886-47"]}} -{"id":"eu-tr-526968412531-40","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["European Alliance of News Agencies"],"idNumber":["526968412531-40"]}} -{"id":"eu-tr-527075517960-15","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Academia Europaea [The Academy of Europe]"],"idNumber":["527075517960-15"]}} -{"id":"eu-tr-52774696782-43","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Commissariat à l'Energie atomique et aux énergies alternatives"],"idNumber":["52774696782-43"]}} -{"id":"eu-tr-527831213232-14","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["UNION DES FABRICANTS"],"idNumber":["527831213232-14"]}} -{"id":"eu-tr-527859836242-31","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Carnegie Climate Governance Initiative"],"idNumber":["527859836242-31"]}} -{"id":"eu-tr-527863923647-87","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Internet Economy Foundation"],"idNumber":["527863923647-87"]}} -{"id":"eu-tr-528257519840-30","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Association of Geographers"],"idNumber":["528257519840-30"]}} -{"id":"eu-tr-52829609107-37","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Passengers' Federation"],"idNumber":["52829609107-37"]}} -{"id":"eu-tr-52836621780-65","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Weber Shandwick"],"idNumber":["52836621780-65"]}} -{"id":"eu-tr-528434826943-33","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Dr.Hoseit-Unternehmensberatung"],"idNumber":["528434826943-33"]}} -{"id":"eu-tr-528600919264-65","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Organizacion de Productores Pesqueros nº 43 ANACEF"],"idNumber":["528600919264-65"]}} -{"id":"eu-tr-528957116917-30","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["ITI Neovision S.A."],"idNumber":["528957116917-30"]}} -{"id":"eu-tr-529000934166-97","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["European Organisation for Technical Assessment"],"idNumber":["529000934166-97"]}} -{"id":"eu-tr-52916966911-90","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"idNumber":["52916966911-90"]}} -{"id":"eu-tr-529694124663-30","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["MIROVA"],"idNumber":["529694124663-30"]}} -{"id":"eu-tr-529746538949-35","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Aquatiel Consulting & Services B.V."],"idNumber":["529746538949-35"]}} -{"id":"eu-tr-52986552165-55","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Steel Tube Association"],"idNumber":["52986552165-55"]}} -{"id":"eu-tr-529948221583-61","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Solitek Cells UAB"],"idNumber":["529948221583-61"]}} -{"id":"eu-tr-52996964558-47","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Regulation and Innovation Forum"],"idNumber":["52996964558-47"]}} -{"id":"eu-tr-530059233387-35","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["BioMarine Organization SAS"],"idNumber":["530059233387-35"]}} -{"id":"eu-tr-530216615544-40","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Universal Music Group International"],"idNumber":["530216615544-40"]}} -{"id":"eu-tr-53073567234-18","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["53073567234-18"],"name":["Vaccines Europe"]}} -{"id":"eu-tr-530777916929-10","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["530777916929-10"],"name":["Sofort GmbH"]}} -{"id":"eu-tr-530836130911-87","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Асоциация Български Пипер"],"idNumber":["530836130911-87"]}} -{"id":"eu-tr-530938126582-09","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Global Satellite Operators Association","EMEA Satellite Operators Association"],"idNumber":["530938126582-09"]}} -{"id":"eu-tr-530971937283-19","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Research Initiative on Organised Crime ry"],"idNumber":["530971937283-19"]}} -{"id":"eu-tr-531034421340-14","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["EUROPEAN RAIL INFRASTRUCTURE MANAGERS"],"idNumber":["531034421340-14"]}} -{"id":"eu-tr-531047531752-02","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["531047531752-02"],"name":["Capgemini Invent - the Netherlands"]}} -{"id":"eu-tr-531171433080-05","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Taylor & Francis Group, part of Informa PLC"],"idNumber":["531171433080-05"]}} -{"id":"eu-tr-531229131394-91","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Letterkenny Chamber of Commerce"],"idNumber":["531229131394-91"]}} -{"id":"eu-tr-531324029659-87","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Izba Gospodarcza Ciepłownictwo Polskie"],"idNumber":["531324029659-87"]}} -{"id":"eu-tr-53141413510-95","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["53141413510-95"],"name":["Grayling"]}} -{"id":"eu-tr-531491425940-10","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Association pour le Suivi des Aides d’État"],"idNumber":["531491425940-10"]}} -{"id":"eu-tr-531633416247-38","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Egmont Institute"],"idNumber":["531633416247-38"]}} -{"id":"eu-tr-53195457006-89","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Villes de France"],"idNumber":["53195457006-89"]}} -{"id":"eu-tr-532086816465-17","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Arm Limited"],"idNumber":["532086816465-17"]}} -{"id":"eu-tr-532153117035-82","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Qatar Airways"],"idNumber":["532153117035-82"]}} -{"id":"eu-tr-532331921544-33","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["532331921544-33"],"name":["Schibsted ASA"]}} -{"id":"eu-tr-532454128865-90","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Aboca S.p.a. Società Agricola"],"idNumber":["532454128865-90"]}} -{"id":"eu-tr-532660840601-45","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Freie Universität Berlin"],"idNumber":["532660840601-45"]}} -{"id":"eu-tr-532739823521-44","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Passengers' Federation"],"idNumber":["532739823521-44"]}} -{"id":"eu-tr-532857017880-90","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Verband der Baden-Württembergischen Technologie- und Gründerzentren e.V."],"idNumber":["532857017880-90"]}} -{"id":"eu-tr-533093729378-87","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["National Democratic Institute for International Affairs"],"idNumber":["533093729378-87"]}} -{"id":"eu-tr-533121332762-22","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["ENERGEAN OIL & GAS PLC"],"idNumber":["533121332762-22"]}} -{"id":"eu-tr-533486133775-24","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Faraday Grid Limited"],"idNumber":["533486133775-24"]}} -{"id":"eu-tr-533613719509-87","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["PlayRight"],"idNumber":["533613719509-87"]}} -{"id":"eu-tr-533637347949-78","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["SAS VALUSED"],"idNumber":["533637347949-78"]}} -{"id":"eu-tr-534144219125-03","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["The Internet Association"],"idNumber":["534144219125-03"]}} -{"id":"eu-tr-534166146208-72","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Finnish-African Society ry/ Suomen Afrikka-Seura ry"],"idNumber":["534166146208-72"]}} -{"id":"eu-tr-534385811072-96","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Transatlantic Consumer Dialogue"],"idNumber":["534385811072-96"]}} -{"id":"eu-tr-534557633187-53","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Gospodarska zbornica Slovenije"],"idNumber":["534557633187-53"]}} -{"id":"eu-tr-534785743433-64","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["KYC AVC UK LTD"],"idNumber":["534785743433-64"]}} -{"id":"eu-tr-534817947413-51","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Revolut Ltd"],"idNumber":["534817947413-51"]}} -{"id":"eu-tr-534834216948-42","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Hachette Livre"],"idNumber":["534834216948-42"]}} -{"id":"eu-tr-53517281038-30","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Swedish Bankers´ Association"],"idNumber":["53517281038-30"]}} -{"id":"eu-tr-5351830264-31","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["5351830264-31"],"name":["Bitkom e.V.","Bundesverband Informationswirtschaft, Telekommunikation und neue Medien e. V."]}} -{"id":"eu-tr-535200321984-39","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Collectif Sauvons les fruits et légumes de France"],"idNumber":["535200321984-39"]}} -{"id":"eu-tr-535247344998-75","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Abodoo Limited"],"idNumber":["535247344998-75"]}} -{"id":"eu-tr-5353162366-85","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["5353162366-85"],"name":["Corporate Europe Observatory"]}} -{"id":"eu-tr-535336519963-70","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Chair for Business Informatics and Digitalization, University of Potsdam"],"idNumber":["535336519963-70"]}} -{"id":"eu-tr-535556132909-16","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Oxfam-Solidarité / Oxfam-Solidariteit"],"idNumber":["535556132909-16"]}} -{"id":"eu-tr-535642338744-37","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["2030 sekretariatet"],"idNumber":["535642338744-37"]}} -{"id":"eu-tr-535776713965-43","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["European Deafblind Network"],"idNumber":["535776713965-43"]}} -{"id":"eu-tr-535862732647-38","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Vlaamse Hogescholenraad"],"idNumber":["535862732647-38"]}} -{"id":"eu-tr-535881837338-55","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Action and Protection League"],"idNumber":["535881837338-55"]}} -{"id":"eu-tr-536137916397-69","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["The Tokyo Foundation"],"idNumber":["536137916397-69"]}} -{"id":"eu-tr-536234322350-13","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["S.E Correos y Telégrafos S.A., S.M.E."],"idNumber":["536234322350-13"]}} -{"id":"eu-tr-536375019106-24","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["536375019106-24"],"name":["SoundCloud Global Limited & Co. KG"]}} -{"id":"eu-tr-536383734575-80","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["4Pro GmbH&CoKG"],"idNumber":["536383734575-80"]}} -{"id":"eu-tr-53638476328-19","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Finnish Transport and Logistics SKAL"],"idNumber":["53638476328-19"]}} -{"id":"eu-tr-536519641841-89","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["E-Civis Association"],"idNumber":["536519641841-89"]}} -{"id":"eu-tr-536631623336-61","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Bridgestone Europe"],"idNumber":["536631623336-61"]}} -{"id":"eu-tr-536768320613-64","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Alianza por la Investigación y la Innovación Energéticas"],"idNumber":["536768320613-64"]}} -{"id":"eu-tr-536843640609-08","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Democracy & Culture Foundation"],"idNumber":["536843640609-08"]}} -{"id":"eu-tr-536909915836-27","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["University of Warwick"],"idNumber":["536909915836-27"]}} -{"id":"eu-tr-537082732275-03","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["537082732275-03"],"name":["UK Finance Limited"]}} -{"id":"eu-tr-537099648257-63","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Learlab s.r.l."],"idNumber":["537099648257-63"]}} -{"id":"eu-tr-537362623993-96","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["ECOVIN Bundesverband ökologischer Weinbau e.V."],"idNumber":["537362623993-96"]}} -{"id":"eu-tr-537363040167-47","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Lov Group Invest"],"idNumber":["537363040167-47"]}} -{"id":"eu-tr-537380918401-76","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["537380918401-76"],"name":["Proximus SA de droit public","Proximus"]}} -{"id":"eu-tr-537444021335-19","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["NEW ECONOMY INTERNATIONAL FORUM SL"],"idNumber":["537444021335-19"]}} -{"id":"eu-tr-537506741688-36","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Impossible Foods"],"idNumber":["537506741688-36"]}} -{"id":"eu-tr-537747327897-92","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Barilla G. e R. Fratelli SpA"],"idNumber":["537747327897-92"]}} -{"id":"eu-tr-5378003762-62","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["TOYOTA MOTOR EUROPE"],"idNumber":["5378003762-62"]}} -{"id":"eu-tr-537953726090-75","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Landdistrikternes Fællesråd"],"idNumber":["537953726090-75"]}} -{"id":"eu-tr-538271924019-86","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["SGS Société Générale de Surveillance S.A."],"idNumber":["538271924019-86"]}} -{"id":"eu-tr-538299024768-77","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Viru Keemia Grupp AS"],"idNumber":["538299024768-77"]}} -{"id":"eu-tr-538700139202-70","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Factory.com"],"idNumber":["538700139202-70"]}} -{"id":"eu-tr-538778623447-80","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Business Association Armenia"],"idNumber":["538778623447-80"]}} -{"id":"eu-tr-53891615036-88","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Bank of America Corporation"],"idNumber":["53891615036-88"]}} -{"id":"eu-tr-538958337111-82","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["SYSTEMIQ LIMITED"],"idNumber":["538958337111-82"]}} -{"id":"eu-tr-538974943570-67","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Polskie Towarzystwo Gospodarcze"],"idNumber":["538974943570-67"]}} -{"id":"eu-tr-539003333013-85","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Center for Global Development in Europe"],"idNumber":["539003333013-85"]}} -{"id":"eu-tr-53905947933-43","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["53905947933-43"],"name":["DOT Europe"]}} -{"id":"eu-tr-539145619702-32","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["539145619702-32"],"name":["University College Dublin – National University of Ireland, Dublin"]}} -{"id":"eu-tr-53916638834-05","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Groupe ADP"],"idNumber":["53916638834-05"]}} -{"id":"eu-tr-539264617342-19","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Japan Machinery Center for Trade and Investment"],"idNumber":["539264617342-19"]}} -{"id":"eu-tr-539384521517-03","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Insight Consulting SRL"],"idNumber":["539384521517-03"]}} -{"id":"eu-tr-539635916353-39","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["European Biosafety Network"],"idNumber":["539635916353-39"]}} -{"id":"eu-tr-539757711320-09","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Finnovaregio"],"idNumber":["539757711320-09"]}} -{"id":"eu-tr-539785135277-22","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Association Nationale des Etudiants en Pharmacie de France"],"idNumber":["539785135277-22"]}} -{"id":"eu-tr-539924819060-22","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["European Council of the Liberal Professions"],"idNumber":["539924819060-22"]}} -{"id":"eu-tr-53994278504-37","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Deloitte Services & Investments"],"idNumber":["53994278504-37"]}} -{"id":"eu-tr-540012340753-92","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Mifuko Oy"],"idNumber":["540012340753-92"]}} -{"id":"eu-tr-540138017931-49","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Rattlerow Farms Ltd"],"idNumber":["540138017931-49"]}} -{"id":"eu-tr-540503836926-15","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["World Justice Project"],"idNumber":["540503836926-15"]}} -{"id":"eu-tr-540954229146-34","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["IPEMED"],"idNumber":["540954229146-34"]}} -{"id":"eu-tr-541140640987-40","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Odborový svaz KOVO"],"idNumber":["541140640987-40"]}} -{"id":"eu-tr-541150616964-09","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["541150616964-09"],"name":["European Confederation of Youth Clubs"]}} -{"id":"eu-tr-541350347851-77","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Dutch Relief Alliance"],"idNumber":["541350347851-77"]}} -{"id":"eu-tr-541434631809-10","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Straw by Straw"],"idNumber":["541434631809-10"]}} -{"id":"eu-tr-541453110746-37","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["European Casino Association"],"idNumber":["541453110746-37"]}} -{"id":"eu-tr-541969311624-32","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Wien Energie GmbH"],"idNumber":["541969311624-32"]}} -{"id":"eu-tr-542021320350-69","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Pinocchio e Pinocchiate"],"idNumber":["542021320350-69"]}} -{"id":"eu-tr-54210841652-13","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Avisa Partners"],"idNumber":["54210841652-13"]}} -{"id":"eu-tr-54227469478-01","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Grupa Allegro sp. z o.o."],"idNumber":["54227469478-01"]}} -{"id":"eu-tr-54228767435-01","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Fachverband der Elektro- und Elektronikindustrie"],"idNumber":["54228767435-01"]}} -{"id":"eu-tr-542292923314-75","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["beIN SPORTS France"],"idNumber":["542292923314-75"]}} -{"id":"eu-tr-542362016928-89","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["FEDERACIÓN ESPAÑOLA DE COMERCIANTES DE ELECTRODOMÉSTICOS"],"idNumber":["542362016928-89"]}} -{"id":"eu-tr-542373727099-18","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Golden Agri-Resources Ltd"],"idNumber":["542373727099-18"]}} -{"id":"eu-tr-542451235684-35","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["The Good Food Institute Europe (Belgium)"],"idNumber":["542451235684-35"]}} -{"id":"eu-tr-542547324906-30","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["S Group"],"idNumber":["542547324906-30"]}} -{"id":"eu-tr-542750720740-76","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Copyright Clearance Center"],"idNumber":["542750720740-76"]}} -{"id":"eu-tr-542814232011-80","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Université de la Rochelle"],"idNumber":["542814232011-80"]}} -{"id":"eu-tr-542848716619-63","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Yingli Green Energy Europe GmbH"],"idNumber":["542848716619-63"]}} -{"id":"eu-tr-54291344113-16","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["ISC Intelligence in Science"],"idNumber":["54291344113-16"]}} -{"id":"eu-tr-542949623545-37","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["QlikTech Netherlands BV"],"idNumber":["542949623545-37"]}} -{"id":"eu-tr-543015420189-90","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["ICT Control SA"],"idNumber":["543015420189-90"]}} -{"id":"eu-tr-543273616565-61","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["John Wiley & Sons"],"idNumber":["543273616565-61"]}} -{"id":"eu-tr-543434434289-36","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Investitions- und Förderbank Niedersachsen"],"idNumber":["543434434289-36"]}} -{"id":"eu-tr-543556311400-69","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Triodos Bank"],"idNumber":["543556311400-69"]}} -{"id":"eu-tr-543609239702-97","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Federation of Afghan Resident Organizations in Europe"],"idNumber":["543609239702-97"]}} -{"id":"eu-tr-543698010969-83","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Soil Association"],"idNumber":["543698010969-83"]}} -{"id":"eu-tr-54372223310-50","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["DBV-Deutscher Buchprüferverband e.V."],"idNumber":["54372223310-50"]}} -{"id":"eu-tr-543776436838-95","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Mouvement d'Affirmation des Jeunes Lesbiennes, Gais, Bi et Trans"],"idNumber":["543776436838-95"]}} -{"id":"eu-tr-5437826103-53","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["The Investment Association"],"idNumber":["5437826103-53"]}} -{"id":"eu-tr-543848234684-84","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["SIA Monetizator"],"idNumber":["543848234684-84"]}} -{"id":"eu-tr-544136222475-01","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["RESEARCH UNIT ONE"],"idNumber":["544136222475-01"]}} -{"id":"eu-tr-544283415505-54","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Steering Group on Sustainable Healthcare"],"idNumber":["544283415505-54"]}} -{"id":"eu-tr-544344129150-31","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Läkemedelsindustriföreningen"],"idNumber":["544344129150-31"]}} -{"id":"eu-tr-54437813115-56","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Internet Services Providers Association"],"idNumber":["54437813115-56"]}} -{"id":"eu-tr-544559038579-97","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Territoires zéro chômeur de longue durée"],"idNumber":["544559038579-97"]}} -{"id":"eu-tr-5446623780-39","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Euromontana"],"idNumber":["5446623780-39"]}} -{"id":"eu-tr-544873617314-08","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["News Corporation"],"idNumber":["544873617314-08"]}} -{"id":"eu-tr-544892227334-39","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Civil Liberties Union for Europe"],"idNumber":["544892227334-39"]}} -{"id":"eu-tr-545264744761-05","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Tata Consultancy Services"],"idNumber":["545264744761-05"]}} -{"id":"eu-tr-54534356472-92","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["French Publishers Association (Syndicat National de l'Edition)"],"idNumber":["54534356472-92"]}} -{"id":"eu-tr-545454920972-75","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Macra na Feirme"],"idNumber":["545454920972-75"]}} -{"id":"eu-tr-545618415097-69","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Europäische Stabilitäts-Initiative e.V."],"idNumber":["545618415097-69"]}} -{"id":"eu-tr-546282614966-51","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["546282614966-51"],"name":["European Liaison Committee for Agriculture and agri-food trade"]}} -{"id":"eu-tr-54666125767-31","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Norwegian Oil and Gas Association"],"idNumber":["54666125767-31"]}} -{"id":"eu-tr-546681148117-53","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["BRAL Stadsbeweging voor Brussel"],"idNumber":["546681148117-53"]}} -{"id":"eu-tr-546776016430-19","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Farm Europe"],"idNumber":["546776016430-19"]}} -{"id":"eu-tr-54680168666-65","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Avon Products"],"idNumber":["54680168666-65"]}} -{"id":"eu-tr-546898526129-90","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Tamro Eesti OU"],"idNumber":["546898526129-90"]}} -{"id":"eu-tr-547225616323-13","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Tesla Motors Netherlands B.V."],"idNumber":["547225616323-13"]}} -{"id":"eu-tr-547890447731-35","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["JOINT-STOCK COMPANY ACCENT-BANK"],"idNumber":["547890447731-35"]}} -{"id":"eu-tr-547949121038-83","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["547949121038-83"],"name":["Illumina, Inc."]}} -{"id":"eu-tr-547956841599-12","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Each One Teach One"],"idNumber":["547956841599-12"]}} -{"id":"eu-tr-547986912021-05","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["PRAGMATA SRL"],"idNumber":["547986912021-05"]}} -{"id":"eu-tr-548053331062-63","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Capstone"],"idNumber":["548053331062-63"]}} -{"id":"eu-tr-548212735276-89","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Związek Pracodawców Business & Science Poland"],"idNumber":["548212735276-89"]}} -{"id":"eu-tr-54829912208-85","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Federation of Local and Regional Energy Companies"],"idNumber":["54829912208-85"]}} -{"id":"eu-tr-548438318615-29","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["548438318615-29"],"name":["Covestro AG"]}} -{"id":"eu-tr-548482926481-28","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["VINCI Concessions"],"idNumber":["548482926481-28"]}} -{"id":"eu-tr-548610326568-06","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["548610326568-06"],"name":["Bee Life - European Beekeeping Coordination"]}} -{"id":"eu-tr-548784521745-66","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Arbeitsgemeinschaft der deutschen Familienorganisationen e.V."],"idNumber":["548784521745-66"]}} -{"id":"eu-tr-549033221890-77","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["360° Foodservice"],"idNumber":["549033221890-77"]}} -{"id":"eu-tr-549378714499-39","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["549378714499-39"],"name":["CITTADINANZATTIVA APS"]}} -{"id":"eu-tr-549499813585-41","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Turku-Southwest Finland European Office"],"idNumber":["549499813585-41"]}} -{"id":"eu-tr-549564815917-64","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["VR-Group Ltd"],"idNumber":["549564815917-64"]}} -{"id":"eu-tr-549643518427-11","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Netherlands Institute of International Relations ‘Clingendael’"],"idNumber":["549643518427-11"]}} -{"id":"eu-tr-54970512687-47","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Cancer Research UK"],"idNumber":["54970512687-47"]}} -{"id":"eu-tr-549945630992-49","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Kaneka Belgium N.V."],"idNumber":["549945630992-49"]}} -{"id":"eu-tr-549986317203-11","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["VTT Technical Research Centre of Finland Ltd"],"idNumber":["549986317203-11"]}} -{"id":"eu-tr-550494915045-08","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["550494915045-08"],"name":["London Stock Exchange Group"]}} -{"id":"eu-tr-550592917230-49","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["AIRPORT SERVICES ASSOCIATION"],"idNumber":["550592917230-49"]}} -{"id":"eu-tr-550734417720-16","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["REDISA Non-Profit Company"],"idNumber":["550734417720-16"]}} -{"id":"eu-tr-550855911144-54","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Actuarial Association of Europe"],"idNumber":["550855911144-54"]}} -{"id":"eu-tr-551058626331-14","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Avicenna Alliance -"],"idNumber":["551058626331-14"]}} -{"id":"eu-tr-551233947585-96","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Banijay Group"],"idNumber":["551233947585-96"]}} -{"id":"eu-tr-551258121769-14","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["CLUB ESPAÑOL DE LA ENERGIA"],"idNumber":["551258121769-14"]}} -{"id":"eu-tr-551316547939-21","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["InnoGlobal"],"idNumber":["551316547939-21"]}} -{"id":"eu-tr-551333243186-42","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Belgrade Centre for Security Policy"],"idNumber":["551333243186-42"]}} -{"id":"eu-tr-551483539876-68","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["clickworker GmbH"],"idNumber":["551483539876-68"]}} -{"id":"eu-tr-551497840268-65","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"idNumber":["551497840268-65"]}} -{"id":"eu-tr-551684916877-74","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Legal & General Group Plc"],"idNumber":["551684916877-74"]}} -{"id":"eu-tr-551694339025-26","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["DSRC Interest Group"],"idNumber":["551694339025-26"]}} -{"id":"eu-tr-551694718159-54","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Biobased Industries Consortium"],"idNumber":["551694718159-54"]}} -{"id":"eu-tr-5519077766-10","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["5519077766-10"],"name":["Procter & Gamble"]}} -{"id":"eu-tr-552069443013-09","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Stiftung Familienunternehmen und Politik"],"idNumber":["552069443013-09"]}} -{"id":"eu-tr-552108217456-47","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Centro Italiano Ricerche Aerospaziali (CIRA ScpA)"],"idNumber":["552108217456-47"]}} -{"id":"eu-tr-552112316461-77","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["MIBGAS S.A. Mercado Ibérico del Gas"],"idNumber":["552112316461-77"]}} -{"id":"eu-tr-552243524386-88","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Partido Socialista Obrero español Region de Murcia"],"idNumber":["552243524386-88"]}} -{"id":"eu-tr-552595119292-53","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["ZODIAC AEROSAFETY SYSTEMS"],"idNumber":["552595119292-53"]}} -{"id":"eu-tr-55291765363-39","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Dow Corning Europe"],"idNumber":["55291765363-39"]}} -{"id":"eu-tr-552930346662-02","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Ancienne Belgique"],"idNumber":["552930346662-02"]}} -{"id":"eu-tr-552999119458-44","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["552999119458-44"],"name":["Organisation Centrale des producteurs exportateurs d'Ananas et Bananes de Côte d'Ivoire"]}} -{"id":"eu-tr-55332508075-17","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Centrale Générale des Syndicats Libéraux de Belgique"],"idNumber":["55332508075-17"]}} -{"id":"eu-tr-553786035745-66","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Palantir Technologies Inc."],"idNumber":["553786035745-66"]}} -{"id":"eu-tr-554053241397-60","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["International Cocoa Initiative"],"idNumber":["554053241397-60"]}} -{"id":"eu-tr-554266514967-88","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Banco Popular Español"],"idNumber":["554266514967-88"]}} -{"id":"eu-tr-55447279509-78","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Dante International Kft."],"idNumber":["55447279509-78"]}} -{"id":"eu-tr-5546423688-07","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Conférence des Régions Périphériques Maritimes d'Europe (CRPM)","Conference of Peripheral Maritime Regions (CRPM)"],"idNumber":["5546423688-07"]}} -{"id":"eu-tr-55481528937-66","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["55481528937-66"],"name":["Conference of European Churches"]}} -{"id":"eu-tr-554883119802-22","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Intelligence & Public Affairs"],"idNumber":["554883119802-22"]}} -{"id":"eu-tr-55507619225-88","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Confederazione Nazionale Coldiretti"],"idNumber":["55507619225-88"]}} -{"id":"eu-tr-555100636093-65","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Stichting De Noordzee"],"idNumber":["555100636093-65"]}} -{"id":"eu-tr-55522233436-23","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Associação Portuguesa de Bancos"],"idNumber":["55522233436-23"]}} -{"id":"eu-tr-5552918474-13","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Finland Chamber of Commerce (Keskuskauppakamari)"],"idNumber":["5552918474-13"]}} -{"id":"eu-tr-555318935740-20","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Fondation Mérieux"],"idNumber":["555318935740-20"]}} -{"id":"eu-tr-55535346410-37","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Deutsche Messe AG"],"idNumber":["55535346410-37"]}} -{"id":"eu-tr-555450011891-58","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["555450011891-58"],"name":["The Church of Jesus Christ of Latter-day Saints - European Union and International Affairs Office"]}} -{"id":"eu-tr-55587639351-53","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["55587639351-53"]}} -{"id":"eu-tr-55642894775-05","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["IETM international network for contemporary performing arts"],"idNumber":["55642894775-05"]}} -{"id":"eu-tr-556465417111-37","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["KEIDANREN (Japan Business Federation)"],"idNumber":["556465417111-37"]}} -{"id":"eu-tr-556878924114-24","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["TUSKON EU"],"idNumber":["556878924114-24"]}} -{"id":"eu-tr-556946021951-27","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Official Monetary and Financial Institutions Forum"],"idNumber":["556946021951-27"]}} -{"id":"eu-tr-556962842155-18","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Union des Organisations de secours et soins médicaux France"],"idNumber":["556962842155-18"]}} -{"id":"eu-tr-556993815043-84","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Cercle des Délégués Permanents Français"],"idNumber":["556993815043-84"]}} -{"id":"eu-tr-557406040297-72","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["PEFC International"],"idNumber":["557406040297-72"]}} -{"id":"eu-tr-557467520774-65","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Kohlberg Kravis Roberts & Co. Partners LLP"],"idNumber":["557467520774-65"]}} -{"id":"eu-tr-557777429957-33","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["SAFT SAS"],"idNumber":["557777429957-33"]}} -{"id":"eu-tr-557820217302-40","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["International Association for the Evaluation of Educational Achievement"],"idNumber":["557820217302-40"]}} -{"id":"eu-tr-55791845397-85","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Creative Media Business Alliance"],"idNumber":["55791845397-85"]}} -{"id":"eu-tr-558033019306-41","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["France Fintech"],"idNumber":["558033019306-41"]}} -{"id":"eu-tr-558044927437-22","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Bank Gospodarstwa Krajowego"],"idNumber":["558044927437-22"]}} -{"id":"eu-tr-558046445201-01","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Ogólnopolska Federacja Organizacji Pozarządowych"],"idNumber":["558046445201-01"]}} -{"id":"eu-tr-55820581197-35","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["55820581197-35"],"name":["SMEunited aisbl"]}} -{"id":"eu-tr-55828722666-53","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["International Bar Association"],"idNumber":["55828722666-53"]}} -{"id":"eu-tr-558403932838-07","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Ardan GmbH"],"idNumber":["558403932838-07"]}} -{"id":"eu-tr-558526138218-10","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Dompé farmaceutici spa"],"idNumber":["558526138218-10"]}} -{"id":"eu-tr-558588039523-40","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Fridays for Future Germany"],"idNumber":["558588039523-40"]}} -{"id":"eu-tr-55888811123-49","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["55888811123-49"],"name":["Climate Action Network Europe"]}} -{"id":"eu-tr-558962116384-56","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["ALLO TAXI SAS - Les Taxis Bleus"],"idNumber":["558962116384-56"]}} -{"id":"eu-tr-558995415125-02","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["FIBA Europe e.V."],"idNumber":["558995415125-02"]}} -{"id":"eu-tr-559009514102-05","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["European Food Law Association"],"idNumber":["559009514102-05"]}} -{"id":"eu-tr-559038841498-62","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["International Transport and Logistics Alliance"],"idNumber":["559038841498-62"]}} -{"id":"eu-tr-55906747924-11","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Deutscher Akademischer Austauschdienst"],"idNumber":["55906747924-11"]}} -{"id":"eu-tr-55916968748-36","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["55916968748-36"],"name":["Moody's Shared Services UK Ltd."]}} -{"id":"eu-tr-559525635553-88","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["DEUTSCH - GRIECHISCHE INDUSTRIE- UND HANDELSKAMMER"],"idNumber":["559525635553-88"]}} -{"id":"eu-tr-559711032990-21","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["BeeLife European Beekeeping Coordination"],"idNumber":["559711032990-21"]}} -{"id":"eu-tr-56039441735-48","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Maa- ja metsätaloustuottajain Keskusliitto – Central Union of Agricultural Producers and Forest Owners"],"idNumber":["56039441735-48"]}} -{"id":"eu-tr-56039866688-26","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["National Grid Commercial Holdings Limited"],"idNumber":["56039866688-26"]}} -{"id":"eu-tr-560446038784-46","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["560446038784-46"],"name":["Policy Hub - Circularity for Apparel and Footwear"]}} -{"id":"eu-tr-56047191389-84","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["56047191389-84"],"name":["Fleishman-Hillard"]}} -{"id":"eu-tr-56047551356-84","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Suppliers of Waste-to-Energy Technology"],"idNumber":["56047551356-84"]}} -{"id":"eu-tr-56091957679-64","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Buma/Stemra"],"idNumber":["56091957679-64"]}} -{"id":"eu-tr-561295030739-07","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Greenrail Group S.r.l."],"idNumber":["561295030739-07"]}} -{"id":"eu-tr-561774915625-81","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Creative Business Network"],"idNumber":["561774915625-81"]}} -{"id":"eu-tr-56188303384-93","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["British Chamber of Commerce in Belgium","British Chamber of Commerce | EU & Belgium"],"idNumber":["56188303384-93"]}} -{"id":"eu-tr-562109933357-60","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Equilibre des Energies"],"idNumber":["562109933357-60"]}} -{"id":"eu-tr-562275414876-82","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["MONDRAGON CORPORACION COOPERATIVA S. COOP"],"idNumber":["562275414876-82"]}} -{"id":"eu-tr-562316318576-78","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["562316318576-78"],"name":["IP Europe","IP Europe VZW"]}} -{"id":"eu-tr-562370525222-50","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Natural Mineral Waters Europe aisbl"],"idNumber":["562370525222-50"]}} -{"id":"eu-tr-562397838538-67","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Ordre des avocats de Paris"],"idNumber":["562397838538-67"]}} -{"id":"eu-tr-562583120901-18","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Médecins du monde Belgique"],"idNumber":["562583120901-18"]}} -{"id":"eu-tr-562625025588-62","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["ICA-handlarnas Förbund"],"idNumber":["562625025588-62"]}} -{"id":"eu-tr-562625116680-63","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Lietuvos Respublikos žemės ūkio rūmai"],"idNumber":["562625116680-63"]}} -{"id":"eu-tr-562824128712-03","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["WIP Asset Management Oy"],"idNumber":["562824128712-03"]}} -{"id":"eu-tr-563458744354-17","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["SkyfloX"],"idNumber":["563458744354-17"]}} -{"id":"eu-tr-563548917357-88","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["The Coalition for a Digital Economy"],"idNumber":["563548917357-88"]}} -{"id":"eu-tr-56356897275-86","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["ANCRE"],"idNumber":["56356897275-86"]}} -{"id":"eu-tr-56362448807-46","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["56362448807-46"],"name":["Human Rights Watch"]}} -{"id":"eu-tr-564048737785-44","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Minafin Group"],"idNumber":["564048737785-44"]}} -{"id":"eu-tr-564175424588-28","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["564175424588-28"],"name":["MAN Diesel & Turbo, branch of MAN Diesel & Turbo SE, Germany"]}} -{"id":"eu-tr-564470018819-38","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["CIONET International"],"idNumber":["564470018819-38"]}} -{"id":"eu-tr-564475415764-23","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["The ECI Campaign"],"idNumber":["564475415764-23"]}} -{"id":"eu-tr-564607316826-42","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Club Association"],"idNumber":["564607316826-42"]}} -{"id":"eu-tr-564612020839-31","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Datalign Limited"],"idNumber":["564612020839-31"]}} -{"id":"eu-tr-56464646505-30","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Associazione Nazionale Costruttori Edili"],"idNumber":["56464646505-30"]}} -{"id":"eu-tr-564852425031-82","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["I.R.I.S. Solutions & Experts S.A."],"idNumber":["564852425031-82"]}} -{"id":"eu-tr-56502415122-32","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["56502415122-32"],"name":["CSR Europe, The Business Network for Corporate Social Responsibility"]}} -{"id":"eu-tr-565032821273-72","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["565032821273-72"],"name":["European Network of Transmission System Operators for Gas"]}} -{"id":"eu-tr-565078326484-60","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Numeum"],"idNumber":["565078326484-60"]}} -{"id":"eu-tr-565281840975-55","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Sociaal Economische Raad"],"idNumber":["565281840975-55"]}} -{"id":"eu-tr-56592866496-47","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["56592866496-47"],"name":["EDP - Energias de Portugal, SA"]}} -{"id":"eu-tr-566077714587-83","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Sogrape Vinhos SA"],"idNumber":["566077714587-83"]}} -{"id":"eu-tr-566214739559-03","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Dragonflypads"],"idNumber":["566214739559-03"]}} -{"id":"eu-tr-566455411423-81","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Loan Market Association"],"idNumber":["566455411423-81"]}} -{"id":"eu-tr-566549917207-21","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["The Danish Investment Association"],"idNumber":["566549917207-21"]}} -{"id":"eu-tr-56663585277-75","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Network of Social Integration Enterprises"],"idNumber":["56663585277-75"]}} -{"id":"eu-tr-566948015021-66","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Associazione Peacelink"],"idNumber":["566948015021-66"]}} -{"id":"eu-tr-567016440868-24","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Institut für den Donauraum und Mitteleuropa"],"idNumber":["567016440868-24"]}} -{"id":"eu-tr-567214616174-39","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Chambre de Commerce et d'Industrie de Région des Pays de la Loire"],"idNumber":["567214616174-39"]}} -{"id":"eu-tr-567226443519-54","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["fit4internet - Verein zur Steigerung der digitalen Kompetenzen in Österreich"],"idNumber":["567226443519-54"]}} -{"id":"eu-tr-567301129197-48","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Associação Rede de Turismo de Aldeia do Alentejo"],"idNumber":["567301129197-48"]}} -{"id":"eu-tr-567407735864-89","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["MANN+HUMMEL"],"idNumber":["567407735864-89"]}} -{"id":"eu-tr-567538843366-43","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["World Economic Forum"],"idNumber":["567538843366-43"]}} -{"id":"eu-tr-567640719831-52","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Windoor AS"],"idNumber":["567640719831-52"]}} -{"id":"eu-tr-567788614987-34","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["European Academy of Allergy and Clinical Immunology"],"idNumber":["567788614987-34"]}} -{"id":"eu-tr-567830223168-59","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["The European Association for Food Safety"],"idNumber":["567830223168-59"]}} -{"id":"eu-tr-56788289570-24","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Writers’ Council-Féderation des associations européennes d’écrivains"],"idNumber":["56788289570-24"]}} -{"id":"eu-tr-567935826370-03","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Business & Human Rights Resource Centre"],"idNumber":["567935826370-03"]}} -{"id":"eu-tr-567952021180-44","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Linde Public Limited Company"],"idNumber":["567952021180-44"]}} -{"id":"eu-tr-568041320655-24","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["University College Cork, National University of Ireland, Cork"],"idNumber":["568041320655-24"]}} -{"id":"eu-tr-568065130507-39","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Mandat International, alias fondation pour la Coopération Internationale"],"idNumber":["568065130507-39"]}} -{"id":"eu-tr-568222016448-48","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Harley-Davidson Europe"],"idNumber":["568222016448-48"]}} -{"id":"eu-tr-568262721571-42","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["PlusValue"],"idNumber":["568262721571-42"]}} -{"id":"eu-tr-568282331933-17","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Federal Express Europe Inc & Co"],"idNumber":["568282331933-17"]}} -{"id":"eu-tr-56852692897-76","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Association Européenne des Cadres de l'Assurance - AECA - European Federation of Executives and Managerial Staff of the Insurance Sector"],"idNumber":["56852692897-76"]}} -{"id":"eu-tr-568599137638-73","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Associazione Italiana per il WWF"],"idNumber":["568599137638-73"]}} -{"id":"eu-tr-568646831721-90","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["ASOC. ESPAÑOLA DE EXPORTADORES E INDUSTRIALES DE ACEITUNAS DE MESA"],"idNumber":["568646831721-90"]}} -{"id":"eu-tr-568971444864-28","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Stichting Gideon - Building Transitions Tribes"],"idNumber":["568971444864-28"]}} -{"id":"eu-tr-569014231604-54","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["CCI France"],"idNumber":["569014231604-54"]}} -{"id":"eu-tr-5691104733-95","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["CIRFS: European Man-made Fibres Association"],"idNumber":["5691104733-95"]}} -{"id":"eu-tr-569335525679-33","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Fian Belgium"],"idNumber":["569335525679-33"]}} -{"id":"eu-tr-569361236610-13","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["European Office of Cyprus"],"idNumber":["569361236610-13"]}} -{"id":"eu-tr-569379418624-07","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["smartEn Smart Energy Europe"],"idNumber":["569379418624-07"]}} -{"id":"eu-tr-56953548578-36","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["EUROPEAN AUSTRALIAN BUSINESS COUNCIL"],"idNumber":["56953548578-36"]}} -{"id":"eu-tr-569562822621-27","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Technologie-Initiative SmartFactory KL e.V."],"idNumber":["569562822621-27"]}} -{"id":"eu-tr-56958757789-49","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Bundesverband Güterkraftverkehr Logistik und Entsorgung (BGL) e. V."],"idNumber":["56958757789-49"]}} -{"id":"eu-tr-569652431561-54","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["569652431561-54"],"name":["innogy SE"]}} -{"id":"eu-tr-569749915015-87","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Centre for European Progression"],"idNumber":["569749915015-87"]}} -{"id":"eu-tr-569758814806-70","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["LanzaTech EU B.V","LanzaTech UK Ltd"],"idNumber":["569758814806-70"]}} -{"id":"eu-tr-569885924378-48","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["SOLAR IMPULSE FOUNDATION"],"idNumber":["569885924378-48"]}} -{"id":"eu-tr-57004293853-27","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["The Alliance for Beverage Cartons and the Environment"],"idNumber":["57004293853-27"]}} -{"id":"eu-tr-570043718684-31","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Association des maires de France"],"idNumber":["570043718684-31"]}} -{"id":"eu-tr-570333242936-86","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["European Alliance for Wolf Conservation"],"idNumber":["570333242936-86"]}} -{"id":"eu-tr-570335813082-79","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Trans Adriatic Pipeline"],"idNumber":["570335813082-79"]}} -{"id":"eu-tr-570348727424-31","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["European Union for Progressive Judaism"],"idNumber":["570348727424-31"]}} -{"id":"eu-tr-570633817416-75","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["570633817416-75"],"name":["Aldersgate Group"]}} -{"id":"eu-tr-570696337972-73","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Beta Film"],"idNumber":["570696337972-73"]}} -{"id":"eu-tr-571251015415-10","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["CMA CGM"],"idNumber":["571251015415-10"]}} -{"id":"eu-tr-571519128202-03","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["LG Sonic"],"idNumber":["571519128202-03"]}} -{"id":"eu-tr-571600747019-58","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["DemocracyNext"],"idNumber":["571600747019-58"]}} -{"id":"eu-tr-571814325902-92","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Réseau européen contre la privatisation et la commercialisation de la santé et de la protection sociale"],"idNumber":["571814325902-92"]}} -{"id":"eu-tr-571941915067-62","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Platform of European Memory and Conscience"],"idNumber":["571941915067-62"]}} -{"id":"eu-tr-571994418695-46","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Marine Board"],"idNumber":["571994418695-46"]}} -{"id":"eu-tr-572045918158-60","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["The Royal United Services Institute for Defence and Security Studies"],"idNumber":["572045918158-60"]}} -{"id":"eu-tr-572064811767-22","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Panel Federation"],"idNumber":["572064811767-22"]}} -{"id":"eu-tr-57215462204-95","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["FEDERACIÓN NACIONAL DE COFRADÍAS DE PESCADORES"],"idNumber":["57215462204-95"]}} -{"id":"eu-tr-57221111091-19","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Frank Bold Society"],"idNumber":["57221111091-19"]}} -{"id":"eu-tr-57231475311-15","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Coppieters Foundation"],"idNumber":["57231475311-15"]}} -{"id":"eu-tr-572319935786-60","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["The Carter Center, Inc."],"idNumber":["572319935786-60"]}} -{"id":"eu-tr-57235487137-80","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Games Developer Federation"],"idNumber":["57235487137-80"]}} -{"id":"eu-tr-572491916990-18","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Deloitte Audyt Spółka z ograniczoną odpowiedzialnością sp. k."],"idNumber":["572491916990-18"]}} -{"id":"eu-tr-572492736495-45","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["B. Braun SE"],"idNumber":["572492736495-45"]}} -{"id":"eu-tr-572529515371-63","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["572529515371-63"],"name":["Avis Budget EMEA Limited"]}} -{"id":"eu-tr-573007514406-21","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["YDRENAS COMMUNICATIONS AB"],"idNumber":["573007514406-21"]}} -{"id":"eu-tr-57305017757-64","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["57305017757-64"],"name":["Centre for Democracy & Technology, Europe"]}} -{"id":"eu-tr-573618628778-12","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Commissie Meijers"],"idNumber":["573618628778-12"]}} -{"id":"eu-tr-573903919385-15","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Omega Networking UG"],"idNumber":["573903919385-15"]}} -{"id":"eu-tr-573929025407-47","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["ASSOCIAZIONE CULTURALE MITTELEUROPA"],"idNumber":["573929025407-47"]}} -{"id":"eu-tr-574010117531-50","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["American Forest & Paper Association"],"idNumber":["574010117531-50"]}} -{"id":"eu-tr-574020347517-26","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Future Advocacy"],"idNumber":["574020347517-26"]}} -{"id":"eu-tr-57404866950-33","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Kooperationsstelle EU der Wissenschaftsorganisationen"],"idNumber":["57404866950-33"]}} -{"id":"eu-tr-574676917263-72","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Alpiq Holding AG"],"idNumber":["574676917263-72"]}} -{"id":"eu-tr-57468837764-43","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["57468837764-43"],"name":["EUROS / AGENCY GROUP"]}} -{"id":"eu-tr-574698345485-02","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["TrueLayer Ireland"],"idNumber":["574698345485-02"]}} -{"id":"eu-tr-574718336986-23","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Suomalainen Energiaosuuskunta (SEO)"],"idNumber":["574718336986-23"]}} -{"id":"eu-tr-574957327310-96","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Berufsverband der Datenschutzbeauftragten Deutschlands"],"idNumber":["574957327310-96"]}} -{"id":"eu-tr-5749958415-41","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["5749958415-41"],"name":["Confederation of Danish Industry"]}} -{"id":"eu-tr-57514749088-82","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Health Care Without Harm Europe"],"idNumber":["57514749088-82"]}} -{"id":"eu-tr-575317019439-02","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["EuroABS Limited"],"idNumber":["575317019439-02"]}} -{"id":"eu-tr-575334944797-29","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Interprofesional Citrícola Española (INTERCITRUS)"],"idNumber":["575334944797-29"]}} -{"id":"eu-tr-575371411483-96","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["575371411483-96"],"name":["Adobe Systems Benelux bv"]}} -{"id":"eu-tr-575468720780-92","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["TWENGA S.A."],"idNumber":["575468720780-92"]}} -{"id":"eu-tr-57554935989-06","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["57554935989-06"],"name":["Archer Daniels Midland","Archer Daniels Midland Company"]}} -{"id":"eu-tr-575784743054-66","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Asociación Valenciana de Empresas del Sector de la Energía"],"idNumber":["575784743054-66"]}} -{"id":"eu-tr-575842119687-41","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["YouSpace"],"idNumber":["575842119687-41"]}} -{"id":"eu-tr-575888466-70","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["International Securities Lending Assn"],"idNumber":["575888466-70"]}} -{"id":"eu-tr-576901819373-09","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["The Values Foundation"],"idNumber":["576901819373-09"]}} -{"id":"eu-tr-576942424527-18","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Confederação Nacional da Indústria"],"idNumber":["576942424527-18"]}} -{"id":"eu-tr-577140942406-08","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["European North Atlantic Fisheries Association"],"idNumber":["577140942406-08"]}} -{"id":"eu-tr-577284319505-88","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Alitalia Società Aerea Italiana S.p.A. in Amministrazione Straordinaria"],"idNumber":["577284319505-88"]}} -{"id":"eu-tr-57745478360-42","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["57745478360-42"],"name":["EUROPEAN FEDERATION OF BUILDING AND WOODWORKERS"]}} -{"id":"eu-tr-577479628316-33","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["COSYLAB, laboratorij za kontrolne sisteme, d.d."],"idNumber":["577479628316-33"]}} -{"id":"eu-tr-577628117137-07","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Giesecke+Devrient"],"idNumber":["577628117137-07"]}} -{"id":"eu-tr-577757624718-90","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Federated Hermes Limited","Federated Hermes - International"],"idNumber":["577757624718-90"]}} -{"id":"eu-tr-577812220311-81","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["577812220311-81"],"name":["News Media Europe"]}} -{"id":"eu-tr-577829817108-84","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["577829817108-84"],"name":["Centrica plc"]}} -{"id":"eu-tr-57787966531-03","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["STARCH EUROPE"],"idNumber":["57787966531-03"]}} -{"id":"eu-tr-577943117432-04","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["577943117432-04"],"name":["Deloitte & Touche S.p.A."]}} -{"id":"eu-tr-57795906755-89","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Federation for Services to Individuals"],"idNumber":["57795906755-89"]}} -{"id":"eu-tr-578001221797-91","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["European Young Engineers MTÜ"],"idNumber":["578001221797-91"]}} -{"id":"eu-tr-578037233932-60","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["European Chamber of Ireland"],"idNumber":["578037233932-60"]}} -{"id":"eu-tr-578132036311-72","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Abbott"],"idNumber":["578132036311-72"]}} -{"id":"eu-tr-578189413297-97","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["578189413297-97"],"name":["Finsbury Glover Hering Europe GmbH","FGS Global (Europe) GmbH"]}} -{"id":"eu-tr-578408218330-43","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["578408218330-43"],"name":["Observatoire social européen, asbl"]}} -{"id":"eu-tr-578467420707-73","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Centre for Electoral Support"],"idNumber":["578467420707-73"]}} -{"id":"eu-tr-578630818521-25","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["578630818521-25"],"name":["Europa Insights"]}} -{"id":"eu-tr-57864135710-49","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Naval Group"],"idNumber":["57864135710-49"]}} -{"id":"eu-tr-57868523887-16","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["57868523887-16"],"name":["European Disability Forum"]}} -{"id":"eu-tr-579254529530-94","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Asia Securities Industry & Financial Markets Association"],"idNumber":["579254529530-94"]}} -{"id":"eu-tr-57929627082-79","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["57929627082-79"],"name":["European Cancer Patient Coalition"]}} -{"id":"eu-tr-57946843667-42","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["57946843667-42"],"name":["Union Internationale de la Propriété Immobilière - International Union of Property Owners"]}} -{"id":"eu-tr-579590331839-56","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Stichting The Ocean Cleanup"],"idNumber":["579590331839-56"]}} -{"id":"eu-tr-57961239290-58","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["HelpAge International"],"idNumber":["57961239290-58"]}} -{"id":"eu-tr-57970897666-46","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["SUB Erste Lesung GmbH"],"idNumber":["57970897666-46"]}} -{"id":"eu-tr-579735319590-03","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["National University of Ireland Galway"],"idNumber":["579735319590-03"]}} -{"id":"eu-tr-57982427170-23","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Hauptverband der Deutschen Bauindustrie"],"idNumber":["57982427170-23"]}} -{"id":"eu-tr-579945334611-71","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Federation of Agencies and Regions for Energy and the Environment"],"idNumber":["579945334611-71"]}} -{"id":"eu-tr-580021715848-11","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Radboud University Nijmegen, Faculty of Management Sciences"],"idNumber":["580021715848-11"]}} -{"id":"eu-tr-580103617803-87","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["INGENIERIA Y SERVICIOS DE EFICIENCIA ENERGETICA S.L."],"idNumber":["580103617803-87"]}} -{"id":"eu-tr-580107536292-74","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"idNumber":["580107536292-74"]}} -{"id":"eu-tr-580149243872-53","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["The Currency Exchange Fund"],"idNumber":["580149243872-53"]}} -{"id":"eu-tr-580322225469-90","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["580322225469-90"],"name":["Cloudflare"]}} -{"id":"eu-tr-580415127070-95","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Margarine Association"],"idNumber":["580415127070-95"]}} -{"id":"eu-tr-580772914809-13","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["The Royal Society of Edinburgh"],"idNumber":["580772914809-13"]}} -{"id":"eu-tr-58082761985-18","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["International Underwriting Association of London Limited"],"idNumber":["58082761985-18"]}} -{"id":"eu-tr-58089691185-94","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["58089691185-94"],"name":["Solvay SA"]}} -{"id":"eu-tr-581002319446-05","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Auchan Retail"],"idNumber":["581002319446-05"]}} -{"id":"eu-tr-581192637369-96","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Business for Nature"],"idNumber":["581192637369-96"]}} -{"id":"eu-tr-581250215524-23","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["World Resources Institute"],"idNumber":["581250215524-23"]}} -{"id":"eu-tr-581275346530-18","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Kwota OÜ"],"idNumber":["581275346530-18"]}} -{"id":"eu-tr-581302831908-44","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Cloud Communications Alliance"],"idNumber":["581302831908-44"]}} -{"id":"eu-tr-581342922580-86","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Stichting Commonland"],"idNumber":["581342922580-86"]}} -{"id":"eu-tr-581594720556-69","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["CareWave"],"idNumber":["581594720556-69"]}} -{"id":"eu-tr-581760712810-62","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["GREEK CHALLENGE"],"idNumber":["581760712810-62"]}} -{"id":"eu-tr-58186246516-27","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["LP Brussels"],"idNumber":["58186246516-27"]}} -{"id":"eu-tr-581946117439-72","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Övertorneå kommun"],"idNumber":["581946117439-72"]}} -{"id":"eu-tr-581965511004-36","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Solidaris - Union Nationale des Mutualités Socialistes - National Federation of Socialist Mutual Health Funds"],"idNumber":["581965511004-36"]}} -{"id":"eu-tr-58204758673-16","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Mastercard Europe","Mastercard"],"idNumber":["58204758673-16"]}} -{"id":"eu-tr-582485310717-46","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["ETP ZEP"],"idNumber":["582485310717-46"]}} -{"id":"eu-tr-582536742127-43","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Uniunea Națională a Transportatorilor Rutieri din România"],"idNumber":["582536742127-43"]}} -{"id":"eu-tr-582545543216-74","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["MERCATOR OCEAN INTERNATIONAL"],"idNumber":["582545543216-74"]}} -{"id":"eu-tr-58258552517-56","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Committee for Electrotechnical Standardization"],"idNumber":["58258552517-56"]}} -{"id":"eu-tr-58272867322-27","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["58272867322-27"],"name":["Fastweb S.p.A."]}} -{"id":"eu-tr-582768716033-06","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["ageas SA/NV"],"idNumber":["582768716033-06"]}} -{"id":"eu-tr-582808718534-59","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["ONTRAS Gastransport GmbH"],"idNumber":["582808718534-59"]}} -{"id":"eu-tr-582824527068-76","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Suomen itsenäisyyden juhlarahasto"],"idNumber":["582824527068-76"]}} -{"id":"eu-tr-58290033126-06","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Rolls-Royce plc"],"idNumber":["58290033126-06"]}} -{"id":"eu-tr-583132925500-79","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Lonza AG"],"idNumber":["583132925500-79"]}} -{"id":"eu-tr-583164326209-86","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Callisto Group OÜ"],"idNumber":["583164326209-86"]}} -{"id":"eu-tr-583393138546-76","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Applied Materials"],"idNumber":["583393138546-76"]}} -{"id":"eu-tr-583664013504-15","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Confédération Européenne de la Production de Maïs"],"idNumber":["583664013504-15"]}} -{"id":"eu-tr-584162614015-63","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Confédération Française Démocratique du Travail"],"idNumber":["584162614015-63"]}} -{"id":"eu-tr-584392118899-17","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Systembolaget Aktiebolag"],"idNumber":["584392118899-17"]}} -{"id":"eu-tr-584527815328-09","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["584527815328-09"],"name":["GRTgaz"]}} -{"id":"eu-tr-584593612590-66","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Association of Professional Wireless Production Technologies"],"idNumber":["584593612590-66"]}} -{"id":"eu-tr-584700737325-09","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Disinformation Index Ltd"],"idNumber":["584700737325-09"]}} -{"id":"eu-tr-584971737203-54","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Union for Imternational Cancer Control"],"idNumber":["584971737203-54"]}} -{"id":"eu-tr-585105139027-49","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"idNumber":["585105139027-49"]}} -{"id":"eu-tr-585143341762-45","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Reddit, Inc."],"idNumber":["585143341762-45"]}} -{"id":"eu-tr-58520635294-70","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["The Regional Environmental Center for Central and Eastern Europe"],"idNumber":["58520635294-70"]}} -{"id":"eu-tr-585371312551-70","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Initiative Urheberrecht, Förderverein","Initiative Urheberrecht e.V., Förderverein"],"idNumber":["585371312551-70"]}} -{"id":"eu-tr-586261647821-39","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Groene Kring"],"idNumber":["586261647821-39"]}} -{"id":"eu-tr-586272318944-56","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["World Obesity Federation"],"idNumber":["586272318944-56"]}} -{"id":"eu-tr-586313213546-65","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["586313213546-65"],"name":["Bee Life - European Beekeeping Coordination"]}} -{"id":"eu-tr-586324816339-48","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Natuur- & gezondheidsProducten Nederland"],"idNumber":["586324816339-48"]}} -{"id":"eu-tr-586380015959-83","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Access to Medicine Foundation"],"idNumber":["586380015959-83"]}} -{"id":"eu-tr-586442542543-61","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["GAIA-X - European Association for Data and Cloud"],"idNumber":["586442542543-61"]}} -{"id":"eu-tr-586540541832-82","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Curia Global, Inc."],"idNumber":["586540541832-82"]}} -{"id":"eu-tr-58690875697-56","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Irish Creamery Milk Suppliers Association"],"idNumber":["58690875697-56"]}} -{"id":"eu-tr-587174614073-09","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["587174614073-09"],"name":["Stichting ERGO Network"]}} -{"id":"eu-tr-58744833263-19","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Transport and Environment (European Federation for Transport and Environment)"],"idNumber":["58744833263-19"]}} -{"id":"eu-tr-58746194306-23","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["58746194306-23"],"name":["FIPRA International SRL"]}} -{"id":"eu-tr-587773020621-27","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"idNumber":["587773020621-27"]}} -{"id":"eu-tr-587821318036-97","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Financial Markets Law Committee"],"idNumber":["587821318036-97"]}} -{"id":"eu-tr-587893626634-05","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["FUNDACION MUJERES POR AFRICA"],"idNumber":["587893626634-05"]}} -{"id":"eu-tr-587904748447-79","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"idNumber":["587904748447-79"]}} -{"id":"eu-tr-587971442449-47","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Končar Elektroindustrija d.d."],"idNumber":["587971442449-47"]}} -{"id":"eu-tr-587973017924-04","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Unit of Environmental Science and Technology"],"idNumber":["587973017924-04"]}} -{"id":"eu-tr-588095628738-58","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Luxinnovation"],"idNumber":["588095628738-58"]}} -{"id":"eu-tr-588199139158-12","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["ONE BABY!"],"idNumber":["588199139158-12"]}} -{"id":"eu-tr-588327811384-96","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["588327811384-96"],"name":["Apple Inc."]}} -{"id":"eu-tr-58849794266-75","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Family Businesses"],"idNumber":["58849794266-75"]}} -{"id":"eu-tr-588726515320-19","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["TalkTalk Group"],"idNumber":["588726515320-19"]}} -{"id":"eu-tr-58885623470-56","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["58885623470-56"],"name":["Yahoo! (Oath EMEA Ltd.)","Yahoo! EMEA Ltd."]}} -{"id":"eu-tr-588914233413-09","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["L'Office national de garantie des séjours linguistiques et éducatifs"],"idNumber":["588914233413-09"]}} -{"id":"eu-tr-588975328336-69","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["ERNIEAPP LTD"],"idNumber":["588975328336-69"]}} -{"id":"eu-tr-589119426749-76","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Polish Air Navigation Services Agency"],"idNumber":["589119426749-76"]}} -{"id":"eu-tr-589385511147-45","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"idNumber":["589385511147-45"]}} -{"id":"eu-tr-58969291154-50","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["58969291154-50"],"name":["SURFRIDER FOUNDATION EUROPE"]}} -{"id":"eu-tr-589772445778-43","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Union Française des Industries de l'Habillement"],"idNumber":["589772445778-43"]}} -{"id":"eu-tr-5897733662-75","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["British Bankers' Association"],"idNumber":["5897733662-75"]}} -{"id":"eu-tr-589774116838-26","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Open Internet Project"],"idNumber":["589774116838-26"]}} -{"id":"eu-tr-59004966537-01","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["59004966537-01"],"name":["European Community Shipowner's Associations","European Community Shipowners' Associations"]}} -{"id":"eu-tr-590210934433-71","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Banca Comerciala Romana SA"],"idNumber":["590210934433-71"]}} -{"id":"eu-tr-5903604107-54","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Taxpayers Association of Europe"],"idNumber":["5903604107-54"]}} -{"id":"eu-tr-590425913785-60","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Global Counsel Limited"],"idNumber":["590425913785-60"]}} -{"id":"eu-tr-59052572261-62","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Audiovisual Production Association"],"idNumber":["59052572261-62"]}} -{"id":"eu-tr-590598523223-68","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["IBM Research GmbH"],"idNumber":["590598523223-68"]}} -{"id":"eu-tr-591192314700-10","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Confindustria Servizi Innovativi e Tecnologici"],"idNumber":["591192314700-10"]}} -{"id":"eu-tr-591788027670-62","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Alexander von Humboldt Institut für Internet und Gesellschaft"],"idNumber":["591788027670-62"]}} -{"id":"eu-tr-591829541571-12","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Green REV Institute"],"idNumber":["591829541571-12"]}} -{"id":"eu-tr-592343015058-67","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Union Chamber of Commerce in China"],"idNumber":["592343015058-67"]}} -{"id":"eu-tr-592509430811-92","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Element AI"],"idNumber":["592509430811-92"]}} -{"id":"eu-tr-59267165790-45","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["RTL Group"],"idNumber":["59267165790-45"]}} -{"id":"eu-tr-593056942290-73","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Bracewell LLP"],"idNumber":["593056942290-73"]}} -{"id":"eu-tr-593189717041-50","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Fédération du e-commerce et de la vente à distance"],"idNumber":["593189717041-50"]}} -{"id":"eu-tr-593222246575-61","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Eleport OÜ"],"idNumber":["593222246575-61"]}} -{"id":"eu-tr-593474530364-05","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["EU DisinfoLab"],"idNumber":["593474530364-05"]}} -{"id":"eu-tr-593578344195-77","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Advisory Council for Aviation Research and Innovation in Europe"],"idNumber":["593578344195-77"]}} -{"id":"eu-tr-593876046510-45","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Blockchain.com"],"idNumber":["593876046510-45"]}} -{"id":"eu-tr-593920133344-39","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["EvoKE (Evolutionary Knowledge for Everyone)"],"idNumber":["593920133344-39"]}} -{"id":"eu-tr-59395037733-93","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["SEV - Hellenic Federation of Enterprises"],"idNumber":["59395037733-93"]}} -{"id":"eu-tr-594087836858-52","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Nederlands Agrarisch Jongeren Kontakt"],"idNumber":["594087836858-52"]}} -{"id":"eu-tr-59416811798-38","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["The International Association of Independent Tanker Owners"],"idNumber":["59416811798-38"]}} -{"id":"eu-tr-594173637718-73","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Global Coalition on Aging"],"idNumber":["594173637718-73"]}} -{"id":"eu-tr-594285220645-24","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"idNumber":["594285220645-24"]}} -{"id":"eu-tr-594574830885-41","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Regions: Skills, Education, Training"],"idNumber":["594574830885-41"]}} -{"id":"eu-tr-594629632551-37","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Bird & Bird LLP"],"idNumber":["594629632551-37"]}} -{"id":"eu-tr-594644115227-04","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"idNumber":["594644115227-04"]}} -{"id":"eu-tr-594766741361-25","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Vocento, S.A."],"idNumber":["594766741361-25"]}} -{"id":"eu-tr-594787238502-76","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["ARTICLE 19: Global Campaign for Free Expression"],"idNumber":["594787238502-76"]}} -{"id":"eu-tr-595041411471-64","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Fachverband Biogas"],"idNumber":["595041411471-64"]}} -{"id":"eu-tr-5950962136-12","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["5950962136-12"],"name":["European Newspaper Publishers' Association"]}} -{"id":"eu-tr-595115132965-36","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["ExportUSA SPRL"],"idNumber":["595115132965-36"]}} -{"id":"eu-tr-59513031434-92","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["59513031434-92"],"name":["SGI Europe"]}} -{"id":"eu-tr-595153540293-45","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Maycroft Consultancy Services B.V."],"idNumber":["595153540293-45"]}} -{"id":"eu-tr-595298519453-29","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Glen Dimplex"],"idNumber":["595298519453-29"]}} -{"id":"eu-tr-59530682147-07","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Fédération Nationale des Syndicats d'Exploitants Agricoles"],"idNumber":["59530682147-07"]}} -{"id":"eu-tr-595328413083-91","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Association Internationale de la Mutualité"],"idNumber":["595328413083-91"]}} -{"id":"eu-tr-59537502076-56","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["British Medical Association"],"idNumber":["59537502076-56"]}} -{"id":"eu-tr-59537599436-96","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Nordic Logistics Association"],"idNumber":["59537599436-96"]}} -{"id":"eu-tr-595448327274-67","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Max Planck Institute Foundation Luxemburg"],"idNumber":["595448327274-67"]}} -{"id":"eu-tr-595584327712-71","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Alliance2015"],"idNumber":["595584327712-71"]}} -{"id":"eu-tr-595652445074-37","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["E-PortLiner Holding B.V."],"idNumber":["595652445074-37"]}} -{"id":"eu-tr-595685145506-57","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Electis"],"idNumber":["595685145506-57"]}} -{"id":"eu-tr-595764225308-86","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["European Confederation of Junior Enterprises"],"idNumber":["595764225308-86"]}} -{"id":"eu-tr-595840339946-32","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["antonino maletta"],"idNumber":["595840339946-32"]}} -{"id":"eu-tr-5958991861-30","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["5958991861-30"],"name":["EVONIK INDUSTRIES AG"]}} -{"id":"eu-tr-59604949040-94","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Dröge & van Drimmelen"],"idNumber":["59604949040-94"]}} -{"id":"eu-tr-59608618243-06","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Fundació ENT"],"idNumber":["59608618243-06"]}} -{"id":"eu-tr-596129227767-10","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["EUROPEUM Institute for European Policy"],"idNumber":["596129227767-10"]}} -{"id":"eu-tr-596533820765-19","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["CTI AFRICA"],"idNumber":["596533820765-19"]}} -{"id":"eu-tr-596549722744-29","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["596549722744-29"],"name":["Verein zur Förderung des Bergmannstages, der Rohstoffinitiative sowie der Aus- und Weiterbildung auf dem Gebiet der Rohstoffe"]}} -{"id":"eu-tr-596597913132-95","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["596597913132-95"],"name":["Wikimedia Foundation"]}} -{"id":"eu-tr-596678842320-36","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Minli bedrijven BV"],"idNumber":["596678842320-36"]}} -{"id":"eu-tr-596796520126-28","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Steptoe & Johnson LLP"],"idNumber":["596796520126-28"]}} -{"id":"eu-tr-596915820961-12","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Young European Leadership"],"idNumber":["596915820961-12"]}} -{"id":"eu-tr-597100516827-13","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["MOBIVIA"],"idNumber":["597100516827-13"]}} -{"id":"eu-tr-597535947802-79","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Max von Abendroth"],"idNumber":["597535947802-79"]}} -{"id":"eu-tr-5975679180-97","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["5975679180-97"],"name":["Association Française de la Gestion financière"]}} -{"id":"eu-tr-59764204061-33","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Bundesverband Deutscher Stiftungen"],"idNumber":["59764204061-33"]}} -{"id":"eu-tr-597646622686-81","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["World Platinum Investment Council"],"idNumber":["597646622686-81"]}} -{"id":"eu-tr-597774414194-08","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Chartered Accountants Ireland"],"idNumber":["597774414194-08"]}} -{"id":"eu-tr-59806776809-04","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["AG Kino - Gilde deutscher Filmkunsttheater e.V."],"idNumber":["59806776809-04"]}} -{"id":"eu-tr-598076019980-08","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"idNumber":["598076019980-08"]}} -{"id":"eu-tr-598139430310-16","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Funding Circle Holding Plc"],"idNumber":["598139430310-16"]}} -{"id":"eu-tr-598148317005-42","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Przedsiębiorstwo Produkcyjno-Handlowo-Usługowe Laktopol sp. z o.o."],"idNumber":["598148317005-42"]}} -{"id":"eu-tr-598332211023-81","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Microfinance Network aisbl"],"idNumber":["598332211023-81"]}} -{"id":"eu-tr-598442938736-79","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Awaris GmbH"],"idNumber":["598442938736-79"]}} -{"id":"eu-tr-598450318223-81","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Asociación de Productores de Energía Hidroeléctrica"],"idNumber":["598450318223-81"]}} -{"id":"eu-tr-598705329006-61","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["ENERCOOP SCIC SA"],"idNumber":["598705329006-61"]}} -{"id":"eu-tr-598986244386-27","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Carbon Engineering Ltd"],"idNumber":["598986244386-27"]}} -{"id":"eu-tr-599164846164-21","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Single.Earth"],"idNumber":["599164846164-21"]}} -{"id":"eu-tr-600032415789-83","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"idNumber":["600032415789-83"]}} -{"id":"eu-tr-600289139963-18","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["COTY"],"idNumber":["600289139963-18"]}} -{"id":"eu-tr-600324619861-95","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Skyscanner Limited"],"idNumber":["600324619861-95"]}} -{"id":"eu-tr-600495937657-61","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Association pour le développement des actifs numériques"],"idNumber":["600495937657-61"]}} -{"id":"eu-tr-600505236172-50","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Tech-Fab Europe e.V."],"idNumber":["600505236172-50"]}} -{"id":"eu-tr-60052162589-72","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["60052162589-72"],"name":["Deutsche Telekom"]}} -{"id":"eu-tr-600525713796-88","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["600525713796-88"],"name":["Assicurazioni Generali S.p.A"]}} -{"id":"eu-tr-600569741016-65","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Grand Est-Europe"],"idNumber":["600569741016-65"]}} -{"id":"eu-tr-600698218851-84","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["EcoNexus"],"idNumber":["600698218851-84"]}} -{"id":"eu-tr-600822715241-51","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Lindau Nobel Laureate Meetings"],"idNumber":["600822715241-51"]}} -{"id":"eu-tr-600876923497-51","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"idNumber":["600876923497-51"]}} -{"id":"eu-tr-600994616595-50","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Arbeitsgemeinschaft Deutscher Waldbesitzerverbände e. V."],"idNumber":["600994616595-50"]}} -{"id":"eu-tr-60105502183-69","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Anglers Alliance"],"idNumber":["60105502183-69"]}} -{"id":"eu-tr-601350822693-48","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["BirdWatch Ireland"],"idNumber":["601350822693-48"]}} -{"id":"eu-tr-601579319104-06","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Re-Define Think Tank"],"idNumber":["601579319104-06"]}} -{"id":"eu-tr-601633637186-30","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Europejski Fundusz Rozwoju Wsi Polskiej"],"idNumber":["601633637186-30"]}} -{"id":"eu-tr-601682417261-34","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["601682417261-34"],"name":["The Kvinna till Kvinna Foundation"]}} -{"id":"eu-tr-6018012754-28","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Arconic Europe"],"idNumber":["6018012754-28"]}} -{"id":"eu-tr-601894144214-35","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Radio France"],"idNumber":["601894144214-35"]}} -{"id":"eu-tr-602016118609-78","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Semiconductor Industry Association"],"idNumber":["602016118609-78"]}} -{"id":"eu-tr-602167131553-40","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Fédération Nationale des Producteurs de lait"],"idNumber":["602167131553-40"]}} -{"id":"eu-tr-602255419010-72","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Iceye Oy"],"idNumber":["602255419010-72"]}} -{"id":"eu-tr-602446041053-58","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["EURO WIPES"],"idNumber":["602446041053-58"]}} -{"id":"eu-tr-6025320863-10","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["6025320863-10"],"name":["European Tyre & Rubber Manufacturers' Association"]}} -{"id":"eu-tr-602537137644-70","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["International Pharmaceutical Aerosol Consortium"],"idNumber":["602537137644-70"]}} -{"id":"eu-tr-602595643395-60","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Political Festival of Europe"],"idNumber":["602595643395-60"]}} -{"id":"eu-tr-602839415178-51","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["602839415178-51"],"name":["Metso Outotec Oyj"]}} -{"id":"eu-tr-602889028780-88","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Global Network Initiative"],"idNumber":["602889028780-88"]}} -{"id":"eu-tr-603010840184-09","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["SMA Solar Technology AG"],"idNumber":["603010840184-09"]}} -{"id":"eu-tr-603048419639-42","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["International Integrated Reporting Council"],"idNumber":["603048419639-42"]}} -{"id":"eu-tr-603123419215-69","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Danish Photovoltaic Association"],"idNumber":["603123419215-69"]}} -{"id":"eu-tr-603127225654-22","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Crayonic"],"idNumber":["603127225654-22"]}} -{"id":"eu-tr-603232231321-29","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["603232231321-29"],"name":["Ashoka"]}} -{"id":"eu-tr-60334418925-95","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Finavia Corporation"],"idNumber":["60334418925-95"]}} -{"id":"eu-tr-60340504060-88","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["International Consolidated Airlines Group"],"idNumber":["60340504060-88"]}} -{"id":"eu-tr-603556028702-11","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["RegioJet a.s."],"idNumber":["603556028702-11"]}} -{"id":"eu-tr-60394321918-91","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["IFPI Representing recording industry worldwide"],"idNumber":["60394321918-91"]}} -{"id":"eu-tr-60399267990-31","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["International Federation of Anthroposophic Medical Associations"],"idNumber":["60399267990-31"]}} -{"id":"eu-tr-60402754518-05","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["60402754518-05"],"name":["PwCIL"]}} -{"id":"eu-tr-60404068097-81","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Heinrich Böll Stiftung e.V."],"idNumber":["60404068097-81"]}} -{"id":"eu-tr-604107415108-75","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Nokian Tyres Plc"],"idNumber":["604107415108-75"]}} -{"id":"eu-tr-604177042716-90","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Offshore Wind Foundations Alliance"],"idNumber":["604177042716-90"]}} -{"id":"eu-tr-604212735960-64","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Umweltbundesamt GmbH - Environment Agency Austria"],"idNumber":["604212735960-64"]}} -{"id":"eu-tr-604316917419-28","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Atomium European Institute for Science, Media and Democracy"],"idNumber":["604316917419-28"]}} -{"id":"eu-tr-604616746296-21","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"idNumber":["604616746296-21"]}} -{"id":"eu-tr-604742116836-08","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["604742116836-08"],"name":["DAF Trucks N.V."]}} -{"id":"eu-tr-604754615376-18","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Hertz Europe Limited"],"idNumber":["604754615376-18"]}} -{"id":"eu-tr-60493327921-85","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Swissgrid AG"],"idNumber":["60493327921-85"]}} -{"id":"eu-tr-60499753268-17","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Bundesverband der Deutschen Tourismuswirtschaft e. V."],"idNumber":["60499753268-17"]}} -{"id":"eu-tr-605022418187-15","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Women's Entrepreneurship Academy"],"idNumber":["605022418187-15"]}} -{"id":"eu-tr-605192428476-30","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Mundo Reader S.L."],"idNumber":["605192428476-30"]}} -{"id":"eu-tr-605214642983-25","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Textile Exchange"],"idNumber":["605214642983-25"]}} -{"id":"eu-tr-60534525900-25","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["CECE - Committee for European Construction Equipment"],"idNumber":["60534525900-25"]}} -{"id":"eu-tr-60554685648-73","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Rainforest Alliance"],"idNumber":["60554685648-73"]}} -{"id":"eu-tr-605588926461-31","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Albright Stonebridge Group LLC"],"idNumber":["605588926461-31"]}} -{"id":"eu-tr-605694814687-87","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Svensk Försäkring"],"idNumber":["605694814687-87"]}} -{"id":"eu-tr-605767518407-75","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Rocket Internet"],"idNumber":["605767518407-75"]}} -{"id":"eu-tr-605771724943-68","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Centre National d'Etudes Spatiales"],"idNumber":["605771724943-68"]}} -{"id":"eu-tr-60598725719-66","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["European Construction, built environment and energy-efficient buildings Technology Platform"],"idNumber":["60598725719-66"]}} -{"id":"eu-tr-606518612244-15","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Flughafen Wien AG"],"idNumber":["606518612244-15"]}} -{"id":"eu-tr-606724725263-31","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["European Historic Thermal Towns Association (EHTTA)"],"idNumber":["606724725263-31"]}} -{"id":"eu-tr-607024028635-07","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Association of Passenger Rights Advocates"],"idNumber":["607024028635-07"]}} -{"id":"eu-tr-607060941756-57","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["National Geographic Society"],"idNumber":["607060941756-57"]}} -{"id":"eu-tr-607208531294-53","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Danmarks Skibskredit A/S"],"idNumber":["607208531294-53"]}} -{"id":"eu-tr-607574814476-56","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["BØRNEfonden/ChildFund"],"idNumber":["607574814476-56"]}} -{"id":"eu-tr-60758835312-16","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Federation of European Tank Storage Associations"],"idNumber":["60758835312-16"]}} -{"id":"eu-tr-607621632219-36","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["JUUL Labs Ltd"],"idNumber":["607621632219-36"]}} -{"id":"eu-tr-60762921532-05","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Verband deutscher Pfandbriefbanken e.V."],"idNumber":["60762921532-05"]}} -{"id":"eu-tr-607726739505-82","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Youth and Environment Europe"],"idNumber":["607726739505-82"]}} -{"id":"eu-tr-60772936647-87","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Air Berlin PLC & Co. Luftverkehrs KG"],"idNumber":["60772936647-87"]}} -{"id":"eu-tr-607908432268-31","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Réseau Entreprendre"],"idNumber":["607908432268-31"]}} -{"id":"eu-tr-607998918721-96","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["607998918721-96"],"name":["Gaz Réseau Distribution France"]}} -{"id":"eu-tr-608050616762-69","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Cremades & Calvo-Sotelo Abogados S.L.P."],"idNumber":["608050616762-69"]}} -{"id":"eu-tr-608174919777-30","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Beaulieu International Group"],"idNumber":["608174919777-30"]}} -{"id":"eu-tr-6082564924-85","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["6082564924-85"],"name":["Caritas Europa"]}} -{"id":"eu-tr-608407240301-51","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["StartupVillage - Territorio Emprendimiento"],"idNumber":["608407240301-51"]}} -{"id":"eu-tr-608474740539-59","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Suomen Tekstiili ja Muoti ry"],"idNumber":["608474740539-59"]}} -{"id":"eu-tr-60857724758-68","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["European International Contractors"],"idNumber":["60857724758-68"]}} -{"id":"eu-tr-608584041803-93","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Coinbase"],"idNumber":["608584041803-93"]}} -{"id":"eu-tr-60862364841-67","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Flower Auctions International (Vereniging van Bloemenveilingen)"],"idNumber":["60862364841-67"]}} -{"id":"eu-tr-608906411460-34","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Klima-Allianz Deutschland"],"idNumber":["608906411460-34"]}} -{"id":"eu-tr-609110934685-54","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["SÜDWIND"],"idNumber":["609110934685-54"]}} -{"id":"eu-tr-609245610032-07","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Allianz pro Schiene"],"idNumber":["609245610032-07"]}} -{"id":"eu-tr-60974102057-03","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["60974102057-03"],"name":["France Industrie"]}} -{"id":"eu-tr-60975211600-74","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Invest Europe"],"idNumber":["60975211600-74"]}} -{"id":"eu-tr-609904815975-13","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Agency for Special Needs and Inclusive Education"],"idNumber":["609904815975-13"]}} -{"id":"eu-tr-61008951870-83","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["KDC Group"],"idNumber":["61008951870-83"]}} -{"id":"eu-tr-610535346745-80","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Cambridge Institute for Sustainability Leadership"],"idNumber":["610535346745-80"]}} -{"id":"eu-tr-610757518850-70","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Ahimsa Fund"],"idNumber":["610757518850-70"]}} -{"id":"eu-tr-611042837970-94","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["StaalindustrieVerbond - Belgian steel federation"],"idNumber":["611042837970-94"]}} -{"id":"eu-tr-611131527720-22","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["611131527720-22"],"name":["Allegro.pl sp. z o.o.","Allegro sp. z o.o."]}} -{"id":"eu-tr-611206918763-57","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Ing. Miroslav Haltuf"],"idNumber":["611206918763-57"]}} -{"id":"eu-tr-611457227664-80","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Asociación Española de Editoriales de Publicaciones Periódicas"],"idNumber":["611457227664-80"]}} -{"id":"eu-tr-611593025698-34","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Stripe, Inc."],"idNumber":["611593025698-34"]}} -{"id":"eu-tr-611631522622-61","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Fédération nationale des producteurs de lait"],"idNumber":["611631522622-61"]}} -{"id":"eu-tr-611935634267-89","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"idNumber":["611935634267-89"]}} -{"id":"eu-tr-612169815243-66","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Ruggero Schleicher-Tappeser"],"idNumber":["612169815243-66"]}} -{"id":"eu-tr-612289519524-31","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Principles for Responsible Investment"],"idNumber":["612289519524-31"]}} -{"id":"eu-tr-612322915416-80","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Alba Partners"],"idNumber":["612322915416-80"]}} -{"id":"eu-tr-612547127497-45","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["612547127497-45"],"name":["Reporters sans frontières"]}} -{"id":"eu-tr-61263518557-92","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["CIDSE - International Alliance of Catholic social justice organisations"],"idNumber":["61263518557-92"]}} -{"id":"eu-tr-612780115008-03","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["British Retail Consortium"],"idNumber":["612780115008-03"]}} -{"id":"eu-tr-61291462764-77","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["61291462764-77"],"name":["SANOFI"]}} -{"id":"eu-tr-613275537862-58","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Chefcab"],"idNumber":["613275537862-58"]}} -{"id":"eu-tr-613370731995-56","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Polystyrene Loop Coöperatief U.A."],"idNumber":["613370731995-56"]}} -{"id":"eu-tr-61342526458-86","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Association of Judges"],"idNumber":["61342526458-86"]}} -{"id":"eu-tr-613684037991-53","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"idNumber":["613684037991-53"]}} -{"id":"eu-tr-61370904700-45","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["61370904700-45"],"name":["Council of European Employers of the Metal, Engineering and Technology-based Industries"]}} -{"id":"eu-tr-613915845843-71","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Qarnot computing"],"idNumber":["613915845843-71"]}} -{"id":"eu-tr-614156234317-03","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Costa Crociere S.p.A."],"idNumber":["614156234317-03"]}} -{"id":"eu-tr-614220318268-60","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["614220318268-60"],"name":["EU-ASEAN Business Council"]}} -{"id":"eu-tr-614454339447-22","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["614454339447-22"],"name":["Leaseweb Global B.V"]}} -{"id":"eu-tr-614972540827-68","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Institut français des relations internationales"],"idNumber":["614972540827-68"]}} -{"id":"eu-tr-61515936038-82","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["AEM - Associação de Empresas Emitentes de Valores Cotados em Mercado (aka Portuguese Issuers)"],"idNumber":["61515936038-82"]}} -{"id":"eu-tr-615285818555-82","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Public Enterprise Electric Power Industry of Serbia"],"idNumber":["615285818555-82"]}} -{"id":"eu-tr-615852524905-12","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Lithuanian National Road Carriers Association"],"idNumber":["615852524905-12"]}} -{"id":"eu-tr-61650796093-48","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["61650796093-48"],"name":["EUROMETAUX"]}} -{"id":"eu-tr-616597915313-68","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Flexible Packaging Europe"],"idNumber":["616597915313-68"]}} -{"id":"eu-tr-616655432486-20","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["ASSOCIAZIONE LOGISTICA INTERMODALITà SOSTENIBILE"],"idNumber":["616655432486-20"]}} -{"id":"eu-tr-616677713667-62","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["616677713667-62"],"name":["Federation of the European Sporting Goods Industry"]}} -{"id":"eu-tr-6168551998-60","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["6168551998-60"],"name":["Association Internationale de la Savonnerie, de la Détergence et des Produits d'Entretien"]}} -{"id":"eu-tr-616860936668-18","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["616860936668-18"],"name":["eDreams Odigeo"]}} -{"id":"eu-tr-617220019157-97","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Fondation Institut de recherche pour le développement durable et les relations internationales"],"idNumber":["617220019157-97"]}} -{"id":"eu-tr-617506516010-41","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Euro Foie Gras"],"idNumber":["617506516010-41"]}} -{"id":"eu-tr-617923546402-56","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"idNumber":["617923546402-56"]}} -{"id":"eu-tr-6182372280-83","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["6182372280-83"],"name":["Association Luxembourgeoise des Fonds d'Investissement"]}} -{"id":"eu-tr-618254915321-39","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["University of Cambridge Institute for Sustainability Leadership"],"idNumber":["618254915321-39"]}} -{"id":"eu-tr-618569919406-26","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Selbstregulierung Informationswirtschaft e.V."],"idNumber":["618569919406-26"]}} -{"id":"eu-tr-618620439768-85","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Suntory Beverage and Food Europe"],"idNumber":["618620439768-85"]}} -{"id":"eu-tr-61866543669-46","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Branded Clothing Alliance"],"idNumber":["61866543669-46"]}} -{"id":"eu-tr-61890167724-24","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["International Meat Trade Association"],"idNumber":["61890167724-24"]}} -{"id":"eu-tr-618977541514-02","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Eesti Meediaettevõtete Liit MTÜ"],"idNumber":["618977541514-02"]}} -{"id":"eu-tr-619047638750-55","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["MakoLab Spółka Akcyjna"],"idNumber":["619047638750-55"]}} -{"id":"eu-tr-619080327196-15","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["VOLÁN Egyesülés"],"idNumber":["619080327196-15"]}} -{"id":"eu-tr-61911227368-75","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["61911227368-75"],"name":["European Patients' Forum (EPF)"]}} -{"id":"eu-tr-61954192201-58","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Visa Europe"],"idNumber":["61954192201-58"]}} -{"id":"eu-tr-619665133746-42","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["International Ship Recycling Association"],"idNumber":["619665133746-42"]}} -{"id":"eu-tr-619699147126-14","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Proman AG"],"idNumber":["619699147126-14"]}} -{"id":"eu-tr-61973396926-78","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["61973396926-78"],"name":["EKD-Büro Brüssel / EKD-Office Brussels"]}} -{"id":"eu-tr-619777413160-93","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Film- och TV-branschens Samarbetskommitté"],"idNumber":["619777413160-93"]}} -{"id":"eu-tr-619792037234-03","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Knauf Energy Solutions"],"idNumber":["619792037234-03"]}} -{"id":"eu-tr-619816425761-15","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["619816425761-15"],"name":["Mizuho Financial Group, Inc."]}} -{"id":"eu-tr-61991787780-18","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Confederation of European Security Services"],"idNumber":["61991787780-18"]}} -{"id":"eu-tr-6200524920-25","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["6200524920-25"],"name":["Unilever"]}} -{"id":"eu-tr-62061235423-62","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Mediterranean Energy Regulators"],"idNumber":["62061235423-62"]}} -{"id":"eu-tr-620739316756-49","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Acquia"],"idNumber":["620739316756-49"]}} -{"id":"eu-tr-620962512697-93","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Foundation Max van der Stoel"],"idNumber":["620962512697-93"]}} -{"id":"eu-tr-621063526094-20","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Network of Political Foundations"],"idNumber":["621063526094-20"]}} -{"id":"eu-tr-621092847041-61","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Tradeka-Yhtiöt Oy"],"idNumber":["621092847041-61"]}} -{"id":"eu-tr-621243638636-02","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["621243638636-02"],"name":["Pandemic Action Network"]}} -{"id":"eu-tr-621643724596-40","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Rechtsanwalt Roland Koch"],"idNumber":["621643724596-40"]}} -{"id":"eu-tr-621875521401-70","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["EUROPEAN HOTEL FORUM"],"idNumber":["621875521401-70"]}} -{"id":"eu-tr-621929318922-12","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Asociación para la Defensa de la Naturaleza"],"idNumber":["621929318922-12"]}} -{"id":"eu-tr-621966337861-61","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Nano Energies"],"idNumber":["621966337861-61"]}} -{"id":"eu-tr-622135013267-04","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Gazprom"],"idNumber":["622135013267-04"]}} -{"id":"eu-tr-622307424816-11","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["622307424816-11"],"name":["Confederazione Generale Italiana del Lavoro"]}} -{"id":"eu-tr-622449913391-69","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Association of Institutions in Higher Education"],"idNumber":["622449913391-69"]}} -{"id":"eu-tr-622525319139-35","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Irish Solar Energy Association (ISEA)"],"idNumber":["622525319139-35"]}} -{"id":"eu-tr-622565933188-30","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Deloitte Tax & Consulting"],"idNumber":["622565933188-30"]}} -{"id":"eu-tr-622921012417-15","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Nordic Securities Association"],"idNumber":["622921012417-15"]}} -{"id":"eu-tr-623004132925-63","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["EuroNavigator Ltd"],"idNumber":["623004132925-63"]}} -{"id":"eu-tr-623241531097-72","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Beyond Research Sweden AB"],"idNumber":["623241531097-72"]}} -{"id":"eu-tr-623441030906-08","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["БЪЛГАРСКА АСОЦИАЦИЯ НА ОРГАНИЗАЦИИТЕ НА ПРОИЗВОДИТЕЛИ НА ПЛОДОВЕ И ЗЕЛЕНЧУЦИ"],"idNumber":["623441030906-08"]}} -{"id":"eu-tr-623477815044-61","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Michel Kains Law Offices"],"idNumber":["623477815044-61"]}} -{"id":"eu-tr-623598718693-65","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Mannheimer Swartling Advokatbyrå"],"idNumber":["623598718693-65"]}} -{"id":"eu-tr-623769618353-56","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Nielsen Holdings"],"idNumber":["623769618353-56"]}} -{"id":"eu-tr-62379064909-15","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["62379064909-15"],"name":["Deutscher Sparkassen-und Giroverband"]}} -{"id":"eu-tr-623791615310-21","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["EPEX SPOT"],"idNumber":["623791615310-21"]}} -{"id":"eu-tr-62379572263-63","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Comité Colbert"],"idNumber":["62379572263-63"]}} -{"id":"eu-tr-62420437302-96","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Aarhus University"],"idNumber":["62420437302-96"]}} -{"id":"eu-tr-624302839928-09","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Metropolitan Cities MC GmbH"],"idNumber":["624302839928-09"]}} -{"id":"eu-tr-624421515921-72","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Airport Regions Council"],"idNumber":["624421515921-72"]}} -{"id":"eu-tr-62460931291-40","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"idNumber":["62460931291-40"]}} -{"id":"eu-tr-62466588850-33","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Sacchi Consulting"],"idNumber":["62466588850-33"]}} -{"id":"eu-tr-624745614829-92","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"idNumber":["624745614829-92"]}} -{"id":"eu-tr-62503501759-81","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["AMICE - Association of Mutual Insurers and Insurance Cooperatives in Europe"],"idNumber":["62503501759-81"]}} -{"id":"eu-tr-62505293737-81","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Boeing International Corporation - Belgium Branch Office"],"idNumber":["62505293737-81"]}} -{"id":"eu-tr-625087015365-29","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["SciCom - Making Sense of Science"],"idNumber":["625087015365-29"]}} -{"id":"eu-tr-625244214975-24","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["The European House - Ambrosetti"],"idNumber":["625244214975-24"]}} -{"id":"eu-tr-625261439488-38","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Seas At Risk"],"idNumber":["625261439488-38"]}} -{"id":"eu-tr-62536168216-12","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["62536168216-12"],"name":["Sky Group"]}} -{"id":"eu-tr-625585016155-48","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Vital Voices Global Partnership Inc"],"idNumber":["625585016155-48"]}} -{"id":"eu-tr-625676346274-87","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"idNumber":["625676346274-87"]}} -{"id":"eu-tr-6256831207-27","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["6256831207-27"],"name":["ENEL SpA"]}} -{"id":"eu-tr-62574836751-41","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["The Born Free Foundation"],"idNumber":["62574836751-41"]}} -{"id":"eu-tr-625822526139-43","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["625822526139-43"],"name":["TotalEnergies Electricité et Gaz France"]}} -{"id":"eu-tr-625976815556-92","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Agriculture and Horticulture Development Board"],"idNumber":["625976815556-92"]}} -{"id":"eu-tr-625996032142-18","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Innoplexus AG"],"idNumber":["625996032142-18"]}} -{"id":"eu-tr-626116910064-95","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["626116910064-95"],"name":["Europa Distribution"]}} -{"id":"eu-tr-626203223164-71","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Peter Chase Consulting dba Chase TransAtlantic Consulting"],"idNumber":["626203223164-71"]}} -{"id":"eu-tr-626247915526-71","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["East and North Finland EU Office"],"idNumber":["626247915526-71"]}} -{"id":"eu-tr-626254518022-06","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Svaz obchodu a cestovního ruchu ČR"],"idNumber":["626254518022-06"]}} -{"id":"eu-tr-62636428022-47","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Provincie Noord-Brabant"],"idNumber":["62636428022-47"]}} -{"id":"eu-tr-626410131041-16","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Open Grid Europe GmbH"],"idNumber":["626410131041-16"]}} -{"id":"eu-tr-626566128394-39","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["NANO BIO INFORMATION COGNITIVE TECHNOLOGY WATCH"],"idNumber":["626566128394-39"]}} -{"id":"eu-tr-626654134683-21","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["European Platform for Sport Innovation"],"idNumber":["626654134683-21"]}} -{"id":"eu-tr-626765018385-42","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["FINANCIAL SERVICES TRADE ASSOCATIONS REVIEW"],"idNumber":["626765018385-42"]}} -{"id":"eu-tr-627192514539-08","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["AEGON N.V."],"idNumber":["627192514539-08"]}} -{"id":"eu-tr-62722978644-95","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["62722978644-95"],"name":["European Association of Mining Industries, Metal Ores & Industrial Minerals"]}} -{"id":"eu-tr-627271115645-80","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["World Access to Modern Energy and Expo 2015 Committee"],"idNumber":["627271115645-80"]}} -{"id":"eu-tr-62759364692-40","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Association technique d'harmonisation"],"idNumber":["62759364692-40"]}} -{"id":"eu-tr-627849742186-70","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Conscience Consulting"],"idNumber":["627849742186-70"]}} -{"id":"eu-tr-627929620538-61","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["627929620538-61"],"name":["Katholieke Universiteit te Leuven"]}} -{"id":"eu-tr-627948141642-31","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["American Chamber of Commerce in Lithuania"],"idNumber":["627948141642-31"]}} -{"id":"eu-tr-627987212276-53","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Rio Tinto"],"idNumber":["627987212276-53"]}} -{"id":"eu-tr-628463234248-10","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"idNumber":["628463234248-10"]}} -{"id":"eu-tr-628480917959-24","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Circular Economy Coalition for Europe"],"idNumber":["628480917959-24"]}} -{"id":"eu-tr-628702938574-49","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Center for Constitutional and Human Rights"],"idNumber":["628702938574-49"]}} -{"id":"eu-tr-628766423953-43","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Partners for the Environment"],"idNumber":["628766423953-43"]}} -{"id":"eu-tr-62882208965-81","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["European Breakfast Cereal Association"],"idNumber":["62882208965-81"]}} -{"id":"eu-tr-628863019573-66","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Association Française des Pôles de Compétitivité"],"idNumber":["628863019573-66"]}} -{"id":"eu-tr-629158125218-47","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["National Railway Company CFR S.A."],"idNumber":["629158125218-47"]}} -{"id":"eu-tr-629345120630-12","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["629345120630-12"],"name":["FIA European Principal Traders Association, part of FIA, Inc."]}} -{"id":"eu-tr-629358237383-04","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["629358237383-04"],"name":["Siemens Gamesa Renewable Energy"]}} -{"id":"eu-tr-629399213322-51","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["European Critical Care Foundation"],"idNumber":["629399213322-51"]}} -{"id":"eu-tr-629420924604-58","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Llewellyn Consulting LLP"],"idNumber":["629420924604-58"]}} -{"id":"eu-tr-629482044225-60","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["OGM dangers"],"idNumber":["629482044225-60"]}} -{"id":"eu-tr-629521037501-55","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["WIK Wissenschaftliches Institut GmbH"],"idNumber":["629521037501-55"]}} -{"id":"eu-tr-629640425338-49","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Kanopée"],"idNumber":["629640425338-49"]}} -{"id":"eu-tr-62975755109-62","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Mutuelle d'Assurance des Instituteurs de France"],"idNumber":["62975755109-62"]}} -{"id":"eu-tr-629774137181-34","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["National Geographic Society"],"idNumber":["629774137181-34"]}} -{"id":"eu-tr-629905819488-40","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["ALL WITH US-TOUS AVEC NOUS"],"idNumber":["629905819488-40"]}} -{"id":"eu-tr-630277221582-03","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Factory Licensing GmbH"],"idNumber":["630277221582-03"]}} -{"id":"eu-tr-630316815275-72","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Balkan Security Network"],"idNumber":["630316815275-72"]}} -{"id":"eu-tr-630344923495-77","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Tomhas Advisory Limited"],"idNumber":["630344923495-77"]}} -{"id":"eu-tr-630393933743-37","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["630393933743-37"],"name":["Institute for future-fit economies gemeinnützige UG (haftungsbeschränkt)"]}} -{"id":"eu-tr-630565418685-37","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Confederation of the German Textile and Fashion Industry"],"idNumber":["630565418685-37"]}} -{"id":"eu-tr-630607527258-37","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Centre on European Relations (Scotland)"],"idNumber":["630607527258-37"]}} -{"id":"eu-tr-630990212371-30","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["World Animal Protection"],"idNumber":["630990212371-30"]}} -{"id":"eu-tr-631025116128-79","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["631025116128-79"],"name":["European Medical Students’ Association"]}} -{"id":"eu-tr-631402748052-21","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Youssou Ndour Foundation for Cultural and Creative Industries"],"idNumber":["631402748052-21"]}} -{"id":"eu-tr-631490533248-32","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"idNumber":["631490533248-32"]}} -{"id":"eu-tr-6314918394-16","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["LobbyControl"],"idNumber":["6314918394-16"]}} -{"id":"eu-tr-632203824989-87","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Worldpay Group plc"],"idNumber":["632203824989-87"]}} -{"id":"eu-tr-632264216418-66","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Foundation for an Open Society DOTS"],"idNumber":["632264216418-66"]}} -{"id":"eu-tr-632540041628-43","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Kaunas Chamber of Commerce, Industry and Crafts"],"idNumber":["632540041628-43"]}} -{"id":"eu-tr-632741433403-20","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["EIT Health"],"idNumber":["632741433403-20"]}} -{"id":"eu-tr-63284686285-78","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Gesellschaft für musikalische Aufführungs- und mechanische Vervielfältigungsrechte"],"idNumber":["63284686285-78"]}} -{"id":"eu-tr-633008711104-87","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["ITALIA NOSTRA ONLUS - SEZIONE VITERBO"],"idNumber":["633008711104-87"]}} -{"id":"eu-tr-633009613835-17","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Healthy Lifestyle Alliance"],"idNumber":["633009613835-17"]}} -{"id":"eu-tr-633103416344-62","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Akuo Energy"],"idNumber":["633103416344-62"]}} -{"id":"eu-tr-63322037415-37","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["AnimalhealthEurope"],"idNumber":["63322037415-37"]}} -{"id":"eu-tr-633329929414-22","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["ARVALIS -Institut du végétal"],"idNumber":["633329929414-22"]}} -{"id":"eu-tr-633389235190-84","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["GASTRADE SOCIETE ANONYME CONSTRUCTION AND TECHNICAL NATURAL GAS COMPANY"],"idNumber":["633389235190-84"]}} -{"id":"eu-tr-63350179708-88","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Handwerkskammer Dresden"],"idNumber":["63350179708-88"]}} -{"id":"eu-tr-633748221618-41","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["633748221618-41"],"name":["Front Line Defenders"]}} -{"id":"eu-tr-633860224945-03","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Agence de l'environnement et de la maîtrise de l'énergie"],"idNumber":["633860224945-03"]}} -{"id":"eu-tr-633996147137-43","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Landesvereinigung für den ökologischen landbau in Bayern e.V."],"idNumber":["633996147137-43"]}} -{"id":"eu-tr-634234715903-41","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Rubinum SA"],"idNumber":["634234715903-41"]}} -{"id":"eu-tr-634343026906-44","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Found.ation Maker's Place P.C."],"idNumber":["634343026906-44"]}} -{"id":"eu-tr-634665118544-37","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Allied for Startups asbl"],"idNumber":["634665118544-37"]}} -{"id":"eu-tr-634985519183-41","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Arch Insurance (EU) dac"],"idNumber":["634985519183-41"]}} -{"id":"eu-tr-63503202933-02","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Liquid Gas Europe - European LPG Association","Liquid Gas Europe"],"idNumber":["63503202933-02"]}} -{"id":"eu-tr-63505977233-67","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["63505977233-67"],"name":["European Capital Markets Institute"]}} -{"id":"eu-tr-635253545664-69","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["GridMarket"],"idNumber":["635253545664-69"]}} -{"id":"eu-tr-635532237570-09","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Cobalt Institute"],"idNumber":["635532237570-09"]}} -{"id":"eu-tr-635608817518-09","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Glass Fibre Europe"],"idNumber":["635608817518-09"]}} -{"id":"eu-tr-635679317228-32","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Mladá fronta a.s."],"idNumber":["635679317228-32"]}} -{"id":"eu-tr-63569542153-18","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Randstad N.V."],"idNumber":["63569542153-18"]}} -{"id":"eu-tr-635727423661-17","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Blockchain and Virtual Currencies Working Group"],"idNumber":["635727423661-17"]}} -{"id":"eu-tr-636038041077-86","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Baker McKenzie"],"idNumber":["636038041077-86"]}} -{"id":"eu-tr-636040346327-91","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Federation for Innovation in Democracy - Europe"],"idNumber":["636040346327-91"]}} -{"id":"eu-tr-63623305522-13","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Committee for Standardization"],"idNumber":["63623305522-13"]}} -{"id":"eu-tr-636284018907-42","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["NBCUniversal International"],"idNumber":["636284018907-42"]}} -{"id":"eu-tr-636575617888-75","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"idNumber":["636575617888-75"]}} -{"id":"eu-tr-636662038445-92","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["CODA Oslo International Dance Festival"],"idNumber":["636662038445-92"]}} -{"id":"eu-tr-636752920377-18","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Global Alliance for Tuberculosis Drug Development"],"idNumber":["636752920377-18"]}} -{"id":"eu-tr-637069527064-23","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Société Régionale d'Investissement de Wallonie"],"idNumber":["637069527064-23"]}} -{"id":"eu-tr-637224316805-61","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Maaelu Edendamise Sihtasutus"],"idNumber":["637224316805-61"]}} -{"id":"eu-tr-637819620574-53","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["American Chamber of Commerce in the Slovak Republic"],"idNumber":["637819620574-53"]}} -{"id":"eu-tr-637930515146-10","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["637930515146-10"],"name":["EU ProSun"]}} -{"id":"eu-tr-637980427407-25","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["The Consumer Goods Forum"],"idNumber":["637980427407-25"]}} -{"id":"eu-tr-638145543171-29","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Community Land Trust Bruxelles"],"idNumber":["638145543171-29"]}} -{"id":"eu-tr-638153011554-79","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Food Supplements Europe"],"idNumber":["638153011554-79"]}} -{"id":"eu-tr-638651534438-27","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Bucharest Stock Exchange"],"idNumber":["638651534438-27"]}} -{"id":"eu-tr-638820912393-43","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["European Elite Athletes Association"],"idNumber":["638820912393-43"]}} -{"id":"eu-tr-639117311617-01","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["639117311617-01"],"name":["SAP"]}} -{"id":"eu-tr-639199129277-66","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Login5 Foundation"],"idNumber":["639199129277-66"]}} -{"id":"eu-tr-639217811679-13","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["CONCEPTIVITY"],"idNumber":["639217811679-13"]}} -{"id":"eu-tr-639252043807-08","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["COMMISSARIAT D'INVESTISSEMENT A L'INNOVATION ET LA MOBILISATION ECONOMIQUE"],"idNumber":["639252043807-08"]}} -{"id":"eu-tr-639320826922-11","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"idNumber":["639320826922-11"]}} -{"id":"eu-tr-639342541250-87","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["The Oil and Gas employers' Federation"],"idNumber":["639342541250-87"]}} -{"id":"eu-tr-639402637342-26","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Charita Česká republika"],"idNumber":["639402637342-26"]}} -{"id":"eu-tr-639692318866-31","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"idNumber":["639692318866-31"]}} -{"id":"eu-tr-63974235880-21","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Skippers Organisation - vzw"],"idNumber":["63974235880-21"]}} -{"id":"eu-tr-639896539334-38","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Conselho Consultivo para as Regiões Ultraperiféricas"],"idNumber":["639896539334-38"]}} -{"id":"eu-tr-640075618084-13","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["JA Europe"],"idNumber":["640075618084-13"]}} -{"id":"eu-tr-64031768679-71","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["daa plc"],"idNumber":["64031768679-71"]}} -{"id":"eu-tr-6403725595-50","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["6403725595-50"],"name":["The Smoke Free Partnership"]}} -{"id":"eu-tr-640609517083-28","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Deutsch-Georgischer Verein für Wirtschaft und Kultur e.V."],"idNumber":["640609517083-28"]}} -{"id":"eu-tr-640680018547-95","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Nord Stream AG"],"idNumber":["640680018547-95"]}} -{"id":"eu-tr-640861131800-62","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["European Esperanto Union"],"idNumber":["640861131800-62"]}} -{"id":"eu-tr-641098515046-40","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Belgian & Luxembourg Federation of Automobile & Two-wheeler Industry"],"idNumber":["641098515046-40"]}} -{"id":"eu-tr-641179826954-41","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Newron Pharmaceuticals"],"idNumber":["641179826954-41"]}} -{"id":"eu-tr-641204730486-35","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"idNumber":["641204730486-35"]}} -{"id":"eu-tr-641257821114-68","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["GasINDUSTRIAL"],"idNumber":["641257821114-68"]}} -{"id":"eu-tr-641483424039-61","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Chamber of Commerce in Vietnam"],"idNumber":["641483424039-61"]}} -{"id":"eu-tr-641536622019-91","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Nortal AS"],"idNumber":["641536622019-91"]}} -{"id":"eu-tr-641713527153-40","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Europartners."],"idNumber":["641713527153-40"]}} -{"id":"eu-tr-642021133017-02","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"idNumber":["642021133017-02"]}} -{"id":"eu-tr-642532545341-02","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Polis180 e.V."],"idNumber":["642532545341-02"]}} -{"id":"eu-tr-642553231622-95","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Hague Corporate Affairs"],"idNumber":["642553231622-95"]}} -{"id":"eu-tr-642565630909-81","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["НАЦИОНАЛЕН СЪЮЗ НА ГРАДИНАРИТЕ В БЪЛГАРИЯ"],"idNumber":["642565630909-81"]}} -{"id":"eu-tr-642574428317-91","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["642574428317-91"],"name":["Elliott Advisors (UK) Limited"]}} -{"id":"eu-tr-642670217507-74","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["642670217507-74"],"name":["Federation of Screenwriters in Europe"]}} -{"id":"eu-tr-642697244781-06","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Chatterbox Labs Limited"],"idNumber":["642697244781-06"]}} -{"id":"eu-tr-64270747023-20","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["64270747023-20"],"name":["DIGITALEUROPE"]}} -{"id":"eu-tr-64275283451-34","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["64275283451-34"],"name":["PostNL Holding B.V."]}} -{"id":"eu-tr-643139016047-27","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Migration Policy Institute Europe"],"idNumber":["643139016047-27"]}} -{"id":"eu-tr-643226912693-70","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Aerospace Industries Association"],"idNumber":["643226912693-70"]}} -{"id":"eu-tr-643272219255-48","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Slovenská asociácia fotovoltického priemyslu a OZE"],"idNumber":["643272219255-48"]}} -{"id":"eu-tr-6437280268-55","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["6437280268-55"],"name":["Gesamtverband der Deutschen Versicherungswirtschaft e.V."]}} -{"id":"eu-tr-643880213972-24","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["ERRIN"],"idNumber":["643880213972-24"]}} -{"id":"eu-tr-644018728393-21","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Vigeo Eiris"],"idNumber":["644018728393-21"]}} -{"id":"eu-tr-6440918199-49","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["World Federation of Advertisers"],"idNumber":["6440918199-49"]}} -{"id":"eu-tr-644208348566-01","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"idNumber":["644208348566-01"]}} -{"id":"eu-tr-64436972598-17","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["SSE plc"],"idNumber":["64436972598-17"]}} -{"id":"eu-tr-644473640522-40","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["RESEAU VRAC"],"idNumber":["644473640522-40"]}} -{"id":"eu-tr-644561136470-84","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["SOSTE Suomen sosiaali ja terveys ry"],"idNumber":["644561136470-84"]}} -{"id":"eu-tr-64471898080-01","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["SAS AB"],"idNumber":["64471898080-01"]}} -{"id":"eu-tr-644857418898-95","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["International Catholic Migration Commission Europe"],"idNumber":["644857418898-95"]}} -{"id":"eu-tr-645002016924-12","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["LT-Innovate"],"idNumber":["645002016924-12"]}} -{"id":"eu-tr-645062929548-68","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Rijksuniversiteit Groningen"],"idNumber":["645062929548-68"]}} -{"id":"eu-tr-645340928406-53","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["HYDROGEN EUROPE RESEARCH"],"idNumber":["645340928406-53"]}} -{"id":"eu-tr-645370511725-71","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["ERAMET"],"idNumber":["645370511725-71"]}} -{"id":"eu-tr-645753416723-84","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["GROUPE CANAL+"],"idNumber":["645753416723-84"]}} -{"id":"eu-tr-645977412278-25","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["International Association for the Protection of Intellectual Property"],"idNumber":["645977412278-25"]}} -{"id":"eu-tr-64628738622-42","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Ecologistas en Accion"],"idNumber":["64628738622-42"]}} -{"id":"eu-tr-646322247006-81","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["TFE Energy GmbH (Village Data Analytics)"],"idNumber":["646322247006-81"]}} -{"id":"eu-tr-64657917668-41","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["European Law Institute for State Aid"],"idNumber":["64657917668-41"]}} -{"id":"eu-tr-646699114665-12","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["AMISA2"],"idNumber":["646699114665-12"]}} -{"id":"eu-tr-646734637771-83","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Cosmetics Consultants Europe"],"idNumber":["646734637771-83"]}} -{"id":"eu-tr-64689102746-48","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["64689102746-48"],"name":["World Vision Brussels & EU Representation ivzw/aisbl"]}} -{"id":"eu-tr-647130317683-76","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["AXA XL"],"idNumber":["647130317683-76"]}} -{"id":"eu-tr-647256226892-23","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Association of Industry, Agriculture and Services"],"idNumber":["647256226892-23"]}} -{"id":"eu-tr-6475183729-37","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Österreichische Notariatskammer"],"idNumber":["6475183729-37"]}} -{"id":"eu-tr-647629915338-36","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Coalition France pour l'efficacité énergétique"],"idNumber":["647629915338-36"]}} -{"id":"eu-tr-647912812046-35","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Road Haulers Association"],"idNumber":["647912812046-35"]}} -{"id":"eu-tr-647985735575-13","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Izba Gospodarcza \"Wodociągi Polskie\""],"idNumber":["647985735575-13"]}} -{"id":"eu-tr-64802948320-88","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Federation of Small Businesses"],"idNumber":["64802948320-88"]}} -{"id":"eu-tr-648269519469-47","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Verband Internet Reisevertrieb e.V."],"idNumber":["648269519469-47"]}} -{"id":"eu-tr-648584214179-94","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["OHB"],"idNumber":["648584214179-94"]}} -{"id":"eu-tr-648651917120-02","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"idNumber":["648651917120-02"]}} -{"id":"eu-tr-64866663811-42","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Danske Bank A/S"],"idNumber":["64866663811-42"]}} -{"id":"eu-tr-64869491516-70","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Stichting European Climate Foundation"],"idNumber":["64869491516-70"]}} -{"id":"eu-tr-64879142323-90","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["64879142323-90"],"name":["European Chemical Industry Council"]}} -{"id":"eu-tr-648899629974-21","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["International Fire and Rescue Services Association"],"idNumber":["648899629974-21"]}} -{"id":"eu-tr-648936020856-72","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["EUROPEAN MAR II, LDA. & COMANDITA (ZONA FRANCA DA MADEIRA)"],"idNumber":["648936020856-72"]}} -{"id":"eu-tr-648950226813-63","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Fontem Ventures"],"idNumber":["648950226813-63"]}} -{"id":"eu-tr-64923022627-39","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Fédération Européenne pour la Santé Animale et la Sécurité Sanitaire"],"idNumber":["64923022627-39"]}} -{"id":"eu-tr-64926487056-58","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["64926487056-58"],"name":["spiritsEUROPE"]}} -{"id":"eu-tr-649326847588-35","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Ελληνικός Επιμελητηριακός Επιχειρηματικός Σύνδεσμος Μεταφορών"],"idNumber":["649326847588-35"]}} -{"id":"eu-tr-649521041480-23","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Chapter of the Society for Ecological Restoration (SER) International"],"idNumber":["649521041480-23"]}} -{"id":"eu-tr-649618044734-72","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Norge Mineraler AS"],"idNumber":["649618044734-72"]}} -{"id":"eu-tr-649714538706-42","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["association pour l'unification du droit des affaires en Europe"],"idNumber":["649714538706-42"]}} -{"id":"eu-tr-650035215812-91","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["EDEKA ZENTRALE Stiftung & Co. KG"],"idNumber":["650035215812-91"]}} -{"id":"eu-tr-650228731548-65","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Confédération générale des Scop"],"idNumber":["650228731548-65"]}} -{"id":"eu-tr-650243542286-76","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"idNumber":["650243542286-76"]}} -{"id":"eu-tr-650295823224-84","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Enviva"],"idNumber":["650295823224-84"]}} -{"id":"eu-tr-6504541970-40","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["6504541970-40"],"name":["Volkswagen Aktiengesellschaft"]}} -{"id":"eu-tr-650746117225-43","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["LOPEZ LEZA CONSULTORES"],"idNumber":["650746117225-43"]}} -{"id":"eu-tr-650818037148-70","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Fundacja Polskie Forum Migracyjne"],"idNumber":["650818037148-70"]}} -{"id":"eu-tr-651029816401-19","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Venture Philanthropy Association"],"idNumber":["651029816401-19"]}} -{"id":"eu-tr-65110063986-76","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["65110063986-76"],"name":["Association for Financial Markets in Europe"]}} -{"id":"eu-tr-651161710834-02","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["UK Research Office"],"idNumber":["651161710834-02"]}} -{"id":"eu-tr-651194244169-15","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Agence de développement et d'innovation de Mayotte"],"idNumber":["651194244169-15"]}} -{"id":"eu-tr-65129577364-42","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["ICODA - Buschkens, Ahern & Partners"],"idNumber":["65129577364-42"]}} -{"id":"eu-tr-651322417876-95","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["651322417876-95"],"name":["Deutscher Verband für Telekommunikation und Medien"]}} -{"id":"eu-tr-651492324629-52","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["European Justice Forum"],"idNumber":["651492324629-52"]}} -{"id":"eu-tr-651523046483-32","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Third Way"],"idNumber":["651523046483-32"]}} -{"id":"eu-tr-651594625914-35","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["FONDAZIONE CASSA DI RISPARMIO DELLE PROVINCIE LOMBARDE"],"idNumber":["651594625914-35"]}} -{"id":"eu-tr-651636635751-90","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["BIO-LUTIONS International AG"],"idNumber":["651636635751-90"]}} -{"id":"eu-tr-651660143429-49","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Voka - Kamer van Koophandel West-Vlaanderen"],"idNumber":["651660143429-49"]}} -{"id":"eu-tr-652104615148-67","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["European Society of Preventive Medicine"],"idNumber":["652104615148-67"]}} -{"id":"eu-tr-652814546543-17","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["E-Agronom OÜ"],"idNumber":["652814546543-17"]}} -{"id":"eu-tr-652829617048-82","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Compagnie Nationale du Rhône"],"idNumber":["652829617048-82"]}} -{"id":"eu-tr-652852421003-10","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Sabine Le Stum"],"idNumber":["652852421003-10"]}} -{"id":"eu-tr-65288482768-64","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Prudential plc"],"idNumber":["65288482768-64"]}} -{"id":"eu-tr-652951937503-24","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["INCO.ORG"],"idNumber":["652951937503-24"]}} -{"id":"eu-tr-653009713663-08","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Small Business Standards"],"idNumber":["653009713663-08"]}} -{"id":"eu-tr-653186923801-58","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["HERE Technologies"],"idNumber":["653186923801-58"]}} -{"id":"eu-tr-653471311607-37","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Rural Investment Support for Europe Foundation"],"idNumber":["653471311607-37"]}} -{"id":"eu-tr-653709142112-68","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Skydda Skogen"],"idNumber":["653709142112-68"]}} -{"id":"eu-tr-653874527017-79","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Kepler Cheuvreux"],"idNumber":["653874527017-79"]}} -{"id":"eu-tr-654132129361-28","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["654132129361-28"],"name":["NATIXIS"]}} -{"id":"eu-tr-65422627962-44","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Financial Services Consumer Panel"],"idNumber":["65422627962-44"]}} -{"id":"eu-tr-65430065178-26","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Remote Gambling Association Limited"],"idNumber":["65430065178-26"]}} -{"id":"eu-tr-654456115787-63","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Magyar Rektori Konferencia"],"idNumber":["654456115787-63"]}} -{"id":"eu-tr-654488433264-40","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"idNumber":["654488433264-40"]}} -{"id":"eu-tr-654561731022-83","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Hub France IA"],"idNumber":["654561731022-83"]}} -{"id":"eu-tr-654668920706-43","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Consumer Watchdog"],"idNumber":["654668920706-43"]}} -{"id":"eu-tr-65470797015-89","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Council of European Energy Regulators"],"idNumber":["65470797015-89"]}} -{"id":"eu-tr-654722118356-04","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Tarkett"],"idNumber":["654722118356-04"]}} -{"id":"eu-tr-654861413162-14","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Royal Mail Group -"],"idNumber":["654861413162-14"]}} -{"id":"eu-tr-654909925315-71","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["654909925315-71"],"name":["TUI AG"]}} -{"id":"eu-tr-654960546214-38","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["St1 Sverige AB"],"idNumber":["654960546214-38"]}} -{"id":"eu-tr-655116624489-96","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Chicago Council on Global Affairs"],"idNumber":["655116624489-96"]}} -{"id":"eu-tr-65512466920-96","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Federation of Associations of Health Product Manufacturers"],"idNumber":["65512466920-96"]}} -{"id":"eu-tr-65515368730-59","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["KPMG","KPMG EMA"],"idNumber":["65515368730-59"]}} -{"id":"eu-tr-655314633978-63","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Instituto Politécnico do Porto"],"idNumber":["655314633978-63"]}} -{"id":"eu-tr-655384148086-23","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Transnational Alliance to Combat Illicit Trade"],"idNumber":["655384148086-23"]}} -{"id":"eu-tr-655573518229-07","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Magdalene Rosenmoller"],"idNumber":["655573518229-07"]}} -{"id":"eu-tr-65573757907-62","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Skogen, Kemin, Gruvorna och Stålet"],"idNumber":["65573757907-62"]}} -{"id":"eu-tr-656018035243-03","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Aquafil SpA"],"idNumber":["656018035243-03"]}} -{"id":"eu-tr-656236835033-67","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["CIVICUS: World Alliance for Citizen Participation"],"idNumber":["656236835033-67"]}} -{"id":"eu-tr-656322315335-91","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Association française du gaz"],"idNumber":["656322315335-91"]}} -{"id":"eu-tr-656334937846-80","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Defend Democracy"],"idNumber":["656334937846-80"]}} -{"id":"eu-tr-656547445325-45","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Eurorégion pyrénées mediterranée"],"idNumber":["656547445325-45"]}} -{"id":"eu-tr-65684839099-72","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["ICMP - The global voice of music publishing"],"idNumber":["65684839099-72"]}} -{"id":"eu-tr-657241221166-37","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Helsinki Foundation for Human Rights"],"idNumber":["657241221166-37"]}} -{"id":"eu-tr-65744846168-89","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Danone"],"idNumber":["65744846168-89"]}} -{"id":"eu-tr-657747016879-24","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["European Civil Society Platform for Multilingualism"],"idNumber":["657747016879-24"]}} -{"id":"eu-tr-65780747925-05","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Aedes vereniging van woningcorporaties"],"idNumber":["65780747925-05"]}} -{"id":"eu-tr-658236415011-84","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Industrial Insulation Foundation"],"idNumber":["658236415011-84"]}} -{"id":"eu-tr-658398240244-88","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"idNumber":["658398240244-88"]}} -{"id":"eu-tr-658449124521-36","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["PAPER EXCELLENCE B.V."],"idNumber":["658449124521-36"]}} -{"id":"eu-tr-658822313443-95","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["658822313443-95"],"name":["Stichting Lezen & Schrijven"]}} -{"id":"eu-tr-659086014916-83","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["EUROCAM"],"idNumber":["659086014916-83"]}} -{"id":"eu-tr-65913704675-82","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Conseil Européen des Associations de Traducteurs Littéraires"],"idNumber":["65913704675-82"]}} -{"id":"eu-tr-659985144655-48","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["659985144655-48"],"name":["A Place for Rover, Inc."]}} -{"id":"eu-tr-660137014271-28","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["660137014271-28"],"name":["Inline Policy Sprl"]}} -{"id":"eu-tr-660326516081-27","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["EU–China Business Association"],"idNumber":["660326516081-27"]}} -{"id":"eu-tr-660337819709-62","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Global Legal Entity Identifier Foundation"],"idNumber":["660337819709-62"]}} -{"id":"eu-tr-66055258617-28","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["The Smile of the Child"],"idNumber":["66055258617-28"]}} -{"id":"eu-tr-660646236153-94","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Wereld Natuur Fonds"],"idNumber":["660646236153-94"]}} -{"id":"eu-tr-660781520586-28","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Stichting Center for Democracy and Reconciliation in Southeast Europe"],"idNumber":["660781520586-28"]}} -{"id":"eu-tr-660936142523-02","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["digital publishing AG"],"idNumber":["660936142523-02"]}} -{"id":"eu-tr-661042540157-54","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Helsingin yliopisto"],"idNumber":["661042540157-54"]}} -{"id":"eu-tr-661245915266-39","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Finnish Innovation Fund Sitra"],"idNumber":["661245915266-39"]}} -{"id":"eu-tr-661474423456-34","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Cargotec Corporation"],"idNumber":["661474423456-34"]}} -{"id":"eu-tr-661621615733-68","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["661621615733-68"],"name":["A TURQUOISE - UGGC"]}} -{"id":"eu-tr-661642916159-79","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Red Bridge Law SArL"],"idNumber":["661642916159-79"]}} -{"id":"eu-tr-661655418600-59","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["661655418600-59"],"name":["International Federation of Library Associations and Institutions"]}} -{"id":"eu-tr-661938541994-90","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["International SOS Europe Government Services"],"idNumber":["661938541994-90"]}} -{"id":"eu-tr-66196446799-74","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["European Federation of Clean Air and Environmental Protection Associations"],"idNumber":["66196446799-74"]}} -{"id":"eu-tr-662425018879-32","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Nuclear Transparency Watch"],"idNumber":["662425018879-32"]}} -{"id":"eu-tr-662741612644-67","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Stiftung Wissenschaft und Politik"],"idNumber":["662741612644-67"]}} -{"id":"eu-tr-662845736824-04","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Disability Rights International"],"idNumber":["662845736824-04"]}} -{"id":"eu-tr-662856722412-20","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Nord Stream 2 AG"],"idNumber":["662856722412-20"]}} -{"id":"eu-tr-663095315894-59","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Außenhandelsvereinigung des Deutschen Einzelhandels e.V."],"idNumber":["663095315894-59"]}} -{"id":"eu-tr-663184629521-81","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["European Inter-University Center for Human Rights and Democratisation"],"idNumber":["663184629521-81"]}} -{"id":"eu-tr-663223020624-44","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Associação Portuguesa dos Industriais Grandes Consumidores de Energia Eléctrica"],"idNumber":["663223020624-44"]}} -{"id":"eu-tr-663276529149-47","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Devenish Nutrition Ltd."],"idNumber":["663276529149-47"]}} -{"id":"eu-tr-663282241493-27","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["ART 2030"],"idNumber":["663282241493-27"]}} -{"id":"eu-tr-663308832132-41","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["TaC-Together against Cybercrime International"],"idNumber":["663308832132-41"]}} -{"id":"eu-tr-663365223590-22","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["SRB S.p.A."],"idNumber":["663365223590-22"]}} -{"id":"eu-tr-663383410693-21","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Carlyle"],"idNumber":["663383410693-21"]}} -{"id":"eu-tr-66355731387-11","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Union of European Chambers of Commerce for Transport"],"idNumber":["66355731387-11"]}} -{"id":"eu-tr-66364002603-57","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Union of European Federalists"],"idNumber":["66364002603-57"]}} -{"id":"eu-tr-66375761251-05","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Grande Loge Féminine de France (Institut Maçonnique Européen)"],"idNumber":["66375761251-05"]}} -{"id":"eu-tr-66441154246-76","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["66441154246-76"],"name":["Irish Wind Energy Association"]}} -{"id":"eu-tr-664837416051-96","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["CircularSociety AG"],"idNumber":["664837416051-96"]}} -{"id":"eu-tr-665390317626-77","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["665390317626-77"],"name":["United European Gastroenterology"]}} -{"id":"eu-tr-665575822616-94","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["EU-LIFE"],"idNumber":["665575822616-94"]}} -{"id":"eu-tr-665801341939-56","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["MSC Mediterranean Shipping Company S.A."],"idNumber":["665801341939-56"]}} -{"id":"eu-tr-665813414759-89","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Explico"],"idNumber":["665813414759-89"]}} -{"id":"eu-tr-666231638418-04","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Hebbel Theater Berlin GmbH"],"idNumber":["666231638418-04"]}} -{"id":"eu-tr-66629495136-40","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Energy Efficiency in Industrial Processes"],"idNumber":["66629495136-40"]}} -{"id":"eu-tr-666424037960-41","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Pinterest Europe Limited"],"idNumber":["666424037960-41"]}} -{"id":"eu-tr-66666589895-96","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Drugs for Neglected Diseases initiative"],"idNumber":["66666589895-96"]}} -{"id":"eu-tr-666680825604-55","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["IDA International"],"idNumber":["666680825604-55"]}} -{"id":"eu-tr-66690371529-15","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Landwirtschaftskammer Österreich"],"idNumber":["66690371529-15"]}} -{"id":"eu-tr-667392830247-34","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Paperiliitto ry"],"idNumber":["667392830247-34"]}} -{"id":"eu-tr-66749712601-11","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Toner & Inkjet Remanufacturers' Association"],"idNumber":["66749712601-11"]}} -{"id":"eu-tr-667622916380-77","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Fondazione S.O.S. Il Telefono Azzurro Onlus"],"idNumber":["667622916380-77"]}} -{"id":"eu-tr-667659215985-31","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Comité interprofessionnel du vin de Champagne"],"idNumber":["667659215985-31"]}} -{"id":"eu-tr-667669223121-24","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Verbände der Holz- und Möbelindustrie Nordrhein-Westfalen e.V."],"idNumber":["667669223121-24"]}} -{"id":"eu-tr-667676145713-34","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["La Banque Postale"],"idNumber":["667676145713-34"]}} -{"id":"eu-tr-66790095679-26","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["66790095679-26"],"name":["International Rescue Committee Inc"]}} -{"id":"eu-tr-668292216120-05","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["668292216120-05"],"name":["Alliance for the Freedom of the CAR Repair"]}} -{"id":"eu-tr-668388416154-15","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Abengoa"],"idNumber":["668388416154-15"]}} -{"id":"eu-tr-669287433874-68","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Observatoire Pharos"],"idNumber":["669287433874-68"]}} -{"id":"eu-tr-669359510572-76","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["669359510572-76"],"name":["RTE Réseau de transport d'électricité"]}} -{"id":"eu-tr-669465137141-62","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Stowarzyszenie Interwencji Prawnej (Association for Legal Intervention)"],"idNumber":["669465137141-62"]}} -{"id":"eu-tr-669663515953-77","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["ProSunergy Limited"],"idNumber":["669663515953-77"]}} -{"id":"eu-tr-669698645749-43","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Ledger SAS"],"idNumber":["669698645749-43"]}} -{"id":"eu-tr-670048014882-93","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Kesko Corporation"],"idNumber":["670048014882-93"]}} -{"id":"eu-tr-670162717379-28","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["European Psychiatric Association"],"idNumber":["670162717379-28"]}} -{"id":"eu-tr-670482523660-60","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Canadian Labour Congress"],"idNumber":["670482523660-60"]}} -{"id":"eu-tr-67105877452-82","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Central Denmark EU Office"],"idNumber":["67105877452-82"]}} -{"id":"eu-tr-671163933953-21","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["671163933953-21"],"name":["Etsy Ireland"]}} -{"id":"eu-tr-671229125669-70","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["IFOK GmbH"],"idNumber":["671229125669-70"]}} -{"id":"eu-tr-67128251296-84","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["67128251296-84"],"name":["International Federation of Organic Agriculture Movements EU Regional Group"]}} -{"id":"eu-tr-67143036814-95","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Associazione Industriali delle Carni e dei Salumi"],"idNumber":["67143036814-95"]}} -{"id":"eu-tr-671547715580-60","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["American Express Corporation"],"idNumber":["671547715580-60"]}} -{"id":"eu-tr-671638227051-81","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Turkish Cypriot Chamber of Commerce"],"idNumber":["671638227051-81"]}} -{"id":"eu-tr-671746018024-61","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["European Coalition to End Animal Experiments"],"idNumber":["671746018024-61"]}} -{"id":"eu-tr-671788547096-83","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Bayerischer Gärtnerei-Verband e.V."],"idNumber":["671788547096-83"]}} -{"id":"eu-tr-672000433672-15","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["European Inland Waterway Transport (IWT) Platform"],"idNumber":["672000433672-15"]}} -{"id":"eu-tr-672133316550-32","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Platform for Better Oral Health in Europe"],"idNumber":["672133316550-32"]}} -{"id":"eu-tr-672184615439-70","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["BDGS Associés"],"idNumber":["672184615439-70"]}} -{"id":"eu-tr-672219746759-76","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["OpenAI, L.P."],"idNumber":["672219746759-76"]}} -{"id":"eu-tr-67224683333-27","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Hyundai Motor Europe","Hyundai Motor Company Brussels Office"],"idNumber":["67224683333-27"]}} -{"id":"eu-tr-672378533270-15","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Cerdia International GmbH"],"idNumber":["672378533270-15"]}} -{"id":"eu-tr-672507146725-14","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Confindustria Dispositivi Medici"],"idNumber":["672507146725-14"]}} -{"id":"eu-tr-672524845633-46","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Vonovia SE"],"idNumber":["672524845633-46"]}} -{"id":"eu-tr-672646844375-89","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Impact Lab BV"],"idNumber":["672646844375-89"]}} -{"id":"eu-tr-672811914947-51","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Siempre"],"idNumber":["672811914947-51"]}} -{"id":"eu-tr-672886338215-53","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"idNumber":["672886338215-53"]}} -{"id":"eu-tr-673091017982-82","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["The Swedish Trade Union Confederation"],"idNumber":["673091017982-82"]}} -{"id":"eu-tr-673144424081-21","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Lubrizol Limited (Hazelwood)"],"idNumber":["673144424081-21"]}} -{"id":"eu-tr-673667435536-39","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["673667435536-39"],"name":["K&L Gates GP - Brussels"]}} -{"id":"eu-tr-673674011803-02","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["RECHARGE aisbl"],"idNumber":["673674011803-02"]}} -{"id":"eu-tr-673730718512-37","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Regional Centre Europe of the International Federation of Translators"],"idNumber":["673730718512-37"]}} -{"id":"eu-tr-673749542906-90","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Cellular Agriculture Europe"],"idNumber":["673749542906-90"]}} -{"id":"eu-tr-673791432473-06","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["BalticSea2020"],"idNumber":["673791432473-06"]}} -{"id":"eu-tr-67397672117-65","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Food and Drink Federation"],"idNumber":["67397672117-65"]}} -{"id":"eu-tr-674168444299-26","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["TIAO SA"],"idNumber":["674168444299-26"]}} -{"id":"eu-tr-674342920396-33","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Ukrainian World Congress"],"idNumber":["674342920396-33"]}} -{"id":"eu-tr-674568920644-38","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Suade Labs Limited"],"idNumber":["674568920644-38"]}} -{"id":"eu-tr-674630747738-35","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["The European Association of Corporate Treasurers"],"idNumber":["674630747738-35"]}} -{"id":"eu-tr-674898634422-50","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Elanco Animal Health Incorporated"],"idNumber":["674898634422-50"]}} -{"id":"eu-tr-674990548048-84","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["European Center for Constitutional and Human Rights"],"idNumber":["674990548048-84"]}} -{"id":"eu-tr-675000817157-42","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["INTRASOFT International"],"idNumber":["675000817157-42"]}} -{"id":"eu-tr-675176511033-32","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Industrial Hemp Association"],"idNumber":["675176511033-32"]}} -{"id":"eu-tr-675193427744-76","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Nederlandse Waterschapsbank"],"idNumber":["675193427744-76"]}} -{"id":"eu-tr-675655931245-58","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Bundesverband der obst-, gemüse- und kartoffelverarbeitenden Industrie e.V."],"idNumber":["675655931245-58"]}} -{"id":"eu-tr-675673148141-34","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"idNumber":["675673148141-34"]}} -{"id":"eu-tr-675804943841-40","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["First Solar GmbH"],"idNumber":["675804943841-40"]}} -{"id":"eu-tr-675857932125-72","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["African Diaspora Network in Europe"],"idNumber":["675857932125-72"]}} -{"id":"eu-tr-676053343264-27","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["The European Institute for Innovation through Health Data"],"idNumber":["676053343264-27"]}} -{"id":"eu-tr-676071815969-19","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["MetLife"],"idNumber":["676071815969-19"]}} -{"id":"eu-tr-67611102869-33","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Association européenne du cautionnement"],"idNumber":["67611102869-33"]}} -{"id":"eu-tr-676173833306-85","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["POSCO"],"idNumber":["676173833306-85"]}} -{"id":"eu-tr-676235625673-28","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Zebra Technologies Corporation"],"idNumber":["676235625673-28"]}} -{"id":"eu-tr-676350219556-09","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Serentschy Advisory Services GmbH"],"idNumber":["676350219556-09"]}} -{"id":"eu-tr-676626525503-62","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Web Summit"],"idNumber":["676626525503-62"]}} -{"id":"eu-tr-6766950469-32","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["The Lisbon Council for Economic Competitiveness and Social Renewal asbl"],"idNumber":["6766950469-32"]}} -{"id":"eu-tr-676889648373-61","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Energias de Portugal"],"idNumber":["676889648373-61"]}} -{"id":"eu-tr-676892342255-50","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"idNumber":["676892342255-50"]}} -{"id":"eu-tr-677136722123-94","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Civiс organization Anti-corruption Action Center"],"idNumber":["677136722123-94"]}} -{"id":"eu-tr-677192326173-90","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Deutsche Welthungerhilfe e.V."],"idNumber":["677192326173-90"]}} -{"id":"eu-tr-6774178922-55","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["6774178922-55"],"name":["ARD-Verbindungsbüro Brüssel"]}} -{"id":"eu-tr-677855542901-13","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Copenhagen Economics"],"idNumber":["677855542901-13"]}} -{"id":"eu-tr-677937617205-76","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Confederation of the European Bicycle Industry ASBL"],"idNumber":["677937617205-76"]}} -{"id":"eu-tr-677979425796-48","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Association Européenne pour la Formation Professionnelle / European Vocational Training Association"],"idNumber":["677979425796-48"]}} -{"id":"eu-tr-677986630279-59","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Schwarz Dienstleistung KG"],"idNumber":["677986630279-59"]}} -{"id":"eu-tr-678057815878-93","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["IHC Hytech BV"],"idNumber":["678057815878-93"]}} -{"id":"eu-tr-678135546568-21","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Ragn Sells AS"],"idNumber":["678135546568-21"]}} -{"id":"eu-tr-6781451805-03","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Opel Automobile GmbH"],"idNumber":["6781451805-03"]}} -{"id":"eu-tr-67816104631-57","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Handwerkskammer Frankfurt-Rhein-Main"],"idNumber":["67816104631-57"]}} -{"id":"eu-tr-67820416722-09","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["67820416722-09"],"name":["Alber & Geiger"]}} -{"id":"eu-tr-678285732160-11","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Thalassaemia International Federation"],"idNumber":["678285732160-11"]}} -{"id":"eu-tr-67833029261-54","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["67833029261-54"],"name":["NATURGY ENERGY GROUP"]}} -{"id":"eu-tr-678357430265-08","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["ACT AGENCY GmbH"],"idNumber":["678357430265-08"]}} -{"id":"eu-tr-678444740004-77","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["UNIÓN GENERAL DE TRABAJADORES DE ESPAÑA"],"idNumber":["678444740004-77"]}} -{"id":"eu-tr-678623916309-49","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Schull Community Harbour Development Co."],"idNumber":["678623916309-49"]}} -{"id":"eu-tr-678841411135-35","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Monsanto"],"idNumber":["678841411135-35"]}} -{"id":"eu-tr-679535014238-83","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["679535014238-83"],"name":["European Partnership for Democracy"]}} -{"id":"eu-tr-679863341869-50","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Electrolux Home Products Europe"],"idNumber":["679863341869-50"]}} -{"id":"eu-tr-68004524380-10","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["68004524380-10"],"name":["AGORIA"]}} -{"id":"eu-tr-680069530746-88","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Flix SE"],"idNumber":["680069530746-88"]}} -{"id":"eu-tr-680226127713-85","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Ecolog International FZE"],"idNumber":["680226127713-85"]}} -{"id":"eu-tr-680251947766-97","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"idNumber":["680251947766-97"]}} -{"id":"eu-tr-68030579311-05","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Applied Materials"],"idNumber":["68030579311-05"]}} -{"id":"eu-tr-68037017809-51","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Edelman Public Relations Worldwide"],"idNumber":["68037017809-51"]}} -{"id":"eu-tr-680443918500-51","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["A.P. Møller - Mærsk A/S"],"idNumber":["680443918500-51"]}} -{"id":"eu-tr-680684015088-57","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Israelitische Kultusgemeinde Wien"],"idNumber":["680684015088-57"]}} -{"id":"eu-tr-6809935493-49","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["6809935493-49"],"name":["Eurogroup for Animals"]}} -{"id":"eu-tr-681040317184-73","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Joachim Bitterlich, Ambassadeur e.r., Professeur (affilié) à l'ESCP Europe Paris"],"idNumber":["681040317184-73"]}} -{"id":"eu-tr-681177416275-05","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["ARGE Netz GmbH & Co. KG"],"idNumber":["681177416275-05"]}} -{"id":"eu-tr-681220332683-61","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Cosmo Element"],"idNumber":["681220332683-61"]}} -{"id":"eu-tr-681306927105-61","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Open Government Partnership Secretariat"],"idNumber":["681306927105-61"]}} -{"id":"eu-tr-68134637922-07","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["ENEDIS"],"idNumber":["68134637922-07"]}} -{"id":"eu-tr-681352437701-33","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["681352437701-33"],"name":["N+C"]}} -{"id":"eu-tr-681422747067-85","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Turun yliopisto"],"idNumber":["681422747067-85"]}} -{"id":"eu-tr-681496923505-37","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["WinterMere AeroVentures Ltd."],"idNumber":["681496923505-37"]}} -{"id":"eu-tr-68157134040-15","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Défense des enfants - International Belgique"],"idNumber":["68157134040-15"]}} -{"id":"eu-tr-681704440014-85","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Stichting ALLAI Nederland"],"idNumber":["681704440014-85"]}} -{"id":"eu-tr-681762725361-62","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Shift and Twist"],"idNumber":["681762725361-62"]}} -{"id":"eu-tr-681872220973-70","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Swedish Society for Nature Conservation"],"idNumber":["681872220973-70"]}} -{"id":"eu-tr-6819349873-54","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["FEDEREC - Federation des Entreprises du Recyclage"],"idNumber":["6819349873-54"]}} -{"id":"eu-tr-68208004617-79","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["68208004617-79"],"name":["YARA BELGIUM S.A."]}} -{"id":"eu-tr-682126441400-50","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Childhood Cancer International - Europe"],"idNumber":["682126441400-50"]}} -{"id":"eu-tr-682191825101-26","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Allego B.V."],"idNumber":["682191825101-26"]}} -{"id":"eu-tr-682204616246-85","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["The Whitehall & Industry Group"],"idNumber":["682204616246-85"]}} -{"id":"eu-tr-6822083232-32","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Association of European Radios"],"idNumber":["6822083232-32"]}} -{"id":"eu-tr-682431440331-81","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["SafeToNet"],"idNumber":["682431440331-81"]}} -{"id":"eu-tr-682525635754-90","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"idNumber":["682525635754-90"]}} -{"id":"eu-tr-683033243622-34","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Renewable Carbon Initiative"],"idNumber":["683033243622-34"]}} -{"id":"eu-tr-683034821431-24","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Université libre de Bruxelles"],"idNumber":["683034821431-24"]}} -{"id":"eu-tr-683095145526-12","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"idNumber":["683095145526-12"]}} -{"id":"eu-tr-683404317637-05","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Stanley Black and Decker"],"idNumber":["683404317637-05"]}} -{"id":"eu-tr-683404516772-69","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Advokatfirman Vinge KB"],"idNumber":["683404516772-69"]}} -{"id":"eu-tr-683678218692-72","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["FEDERACION ESPAÑOLA DEL TAXI"],"idNumber":["683678218692-72"]}} -{"id":"eu-tr-68368571120-55","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Japan Business Council in Europe"],"idNumber":["68368571120-55"]}} -{"id":"eu-tr-68374528625-72","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Confederação dos Agricultores de Portugal"],"idNumber":["68374528625-72"]}} -{"id":"eu-tr-683799510920-11","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["683799510920-11"],"name":["European Union of Jewish Students"]}} -{"id":"eu-tr-683857614787-75","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["IPK European Strategy Ltd"],"idNumber":["683857614787-75"]}} -{"id":"eu-tr-683912417168-75","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["IFPI Danmark"],"idNumber":["683912417168-75"]}} -{"id":"eu-tr-684068617008-71","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["ΕΝΩΣΗ ΘΕΣΜΙΚΩΝ ΕΠΕΝΔΥΤΩΝ - HELLENIC FUND AND ASSET MANAGEMENT ASSOCIATION"],"idNumber":["684068617008-71"]}} -{"id":"eu-tr-684213919233-18","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Association of European Border Regions"],"idNumber":["684213919233-18"]}} -{"id":"eu-tr-684249528621-19","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Gesellschaft für Versicherungswissenschaft und -gestaltung e.V."],"idNumber":["684249528621-19"]}} -{"id":"eu-tr-684432824847-17","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Hellenic Association of Pharmaceutical Companies"],"idNumber":["684432824847-17"]}} -{"id":"eu-tr-684434822646-91","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Cyber Security Organisation"],"idNumber":["684434822646-91"]}} -{"id":"eu-tr-684831617188-52","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Network of National Human Rights Institutions"],"idNumber":["684831617188-52"]}} -{"id":"eu-tr-684985491-01","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["CLECAT - European association for forwarding, transport, logistic and Customs services"],"idNumber":["684985491-01"]}} -{"id":"eu-tr-685141118619-24","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Dachverband der österreichischen Sozialversicherung"],"idNumber":["685141118619-24"]}} -{"id":"eu-tr-685280738607-49","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["ALTERMIND"],"idNumber":["685280738607-49"]}} -{"id":"eu-tr-685333220477-62","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Royal Society for Public Health"],"idNumber":["685333220477-62"]}} -{"id":"eu-tr-685648724084-89","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["OEE"],"idNumber":["685648724084-89"]}} -{"id":"eu-tr-685809321315-95","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["IT-Political Association of Denmark"],"idNumber":["685809321315-95"]}} -{"id":"eu-tr-68612977691-59","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["ORGANIZACIÓN NACIONAL DE CIEGOS ESPAÑOLES"],"idNumber":["68612977691-59"]}} -{"id":"eu-tr-686307915714-89","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Universität Stuttgart"],"idNumber":["686307915714-89"]}} -{"id":"eu-tr-686385826434-06","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Optiver"],"idNumber":["686385826434-06"]}} -{"id":"eu-tr-686614515317-96","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["686614515317-96"],"name":["SIDUL AÇÚCARES, UNIPESSOAL, LDA."]}} -{"id":"eu-tr-686630315059-63","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Airlines International Representation in Europe"],"idNumber":["686630315059-63"]}} -{"id":"eu-tr-686668616780-21","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Società Italiana per l'Organizzazione Internazionale"],"idNumber":["686668616780-21"]}} -{"id":"eu-tr-68678406396-13","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["SPHERE Group"],"idNumber":["68678406396-13"]}} -{"id":"eu-tr-686808520772-77","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Slovenská poľnohospodárska a potravinárska komora"],"idNumber":["686808520772-77"]}} -{"id":"eu-tr-686820025753-56","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Electric Vehicles Promotion Foundation"],"idNumber":["686820025753-56"]}} -{"id":"eu-tr-686834821136-53","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Alliance for Personalised Medicine"],"idNumber":["686834821136-53"]}} -{"id":"eu-tr-68700057230-72","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["BIONTINO EUROPE"],"idNumber":["68700057230-72"]}} -{"id":"eu-tr-687078815005-93","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Blic Oy"],"idNumber":["687078815005-93"]}} -{"id":"eu-tr-687411517746-84","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["McGuireWoods"],"idNumber":["687411517746-84"]}} -{"id":"eu-tr-687446333025-56","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["The European Chamber of Commerce in Hong Kong"],"idNumber":["687446333025-56"]}} -{"id":"eu-tr-687514624520-24","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Innopharma Labs"],"idNumber":["687514624520-24"]}} -{"id":"eu-tr-687559214721-11","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["687559214721-11"],"name":["Plasma Protein Therapeutics Association Europe, international Association without lucrative purpose"]}} -{"id":"eu-tr-687627626720-47","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["TransnetBW GmbH"],"idNumber":["687627626720-47"]}} -{"id":"eu-tr-687748032165-82","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["SONAE"],"idNumber":["687748032165-82"]}} -{"id":"eu-tr-687750840446-75","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Eesti Erametsaliit"],"idNumber":["687750840446-75"]}} -{"id":"eu-tr-687817721601-69","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Bonnier Broadcasting AB"],"idNumber":["687817721601-69"]}} -{"id":"eu-tr-688089718929-60","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["688089718929-60"],"name":["Carnegie Europe"]}} -{"id":"eu-tr-688192128946-64","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["SIBS"],"idNumber":["688192128946-64"]}} -{"id":"eu-tr-688571314594-79","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Institutional Limited Partners Association (ILPA)"],"idNumber":["688571314594-79"]}} -{"id":"eu-tr-68861821910-84","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Finnish Energy - Energiateollisuus ry"],"idNumber":["68861821910-84"]}} -{"id":"eu-tr-688867827027-92","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Conselho de Reitores das universidades portuguesas"],"idNumber":["688867827027-92"]}} -{"id":"eu-tr-689045810852-79","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Plant-based Foods Association"],"idNumber":["689045810852-79"]}} -{"id":"eu-tr-689094544352-49","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Umweltinstitut München e.V."],"idNumber":["689094544352-49"]}} -{"id":"eu-tr-68951559498-60","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European NGO Alliance for Child Safety Online"],"idNumber":["68951559498-60"]}} -{"id":"eu-tr-689711715958-80","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Bagehot Limited"],"idNumber":["689711715958-80"]}} -{"id":"eu-tr-68995403035-84","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Make Mothers Matter EU Delegation"],"idNumber":["68995403035-84"]}} -{"id":"eu-tr-690043637719-35","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["The Daphne Caruana Galizia Foundation"],"idNumber":["690043637719-35"]}} -{"id":"eu-tr-690399725323-59","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Adolf Würth GmbH & Co. KG"],"idNumber":["690399725323-59"]}} -{"id":"eu-tr-69065579220-39","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["PLANET Planungsgruppe Energie und Technik GbR"],"idNumber":["69065579220-39"]}} -{"id":"eu-tr-690786127465-40","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Viewpoint Group"],"idNumber":["690786127465-40"]}} -{"id":"eu-tr-690790635376-11","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Dark Matter Laboratories B.V."],"idNumber":["690790635376-11"]}} -{"id":"eu-tr-69105262717-09","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Providers of Vocational Education and Training"],"idNumber":["69105262717-09"]}} -{"id":"eu-tr-691273447861-25","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Groupe Limagrain"],"idNumber":["691273447861-25"]}} -{"id":"eu-tr-69133399372-91","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Association of Paritarian Institutions of Social Protection"],"idNumber":["69133399372-91"]}} -{"id":"eu-tr-691443234454-60","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["ZTE Corporation"],"idNumber":["691443234454-60"]}} -{"id":"eu-tr-69150873293-75","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["69150873293-75"],"name":["VIER PFOTEN International"]}} -{"id":"eu-tr-691549516537-77","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Machiels"],"idNumber":["691549516537-77"]}} -{"id":"eu-tr-691777026279-69","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Research Council of Norway"],"idNumber":["691777026279-69"]}} -{"id":"eu-tr-692020425876-28","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Forum Energii"],"idNumber":["692020425876-28"]}} -{"id":"eu-tr-692031117961-03","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Bundesverband des Deutschen Lebensmittelhandels e.V."],"idNumber":["692031117961-03"]}} -{"id":"eu-tr-692053726641-48","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["NABU Stedingen"],"idNumber":["692053726641-48"]}} -{"id":"eu-tr-69219137373-47","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Stena AB"],"idNumber":["69219137373-47"]}} -{"id":"eu-tr-69221462428-97","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Association of European Performers’ Organisations"],"idNumber":["69221462428-97"]}} -{"id":"eu-tr-69240395197-02","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["69240395197-02"],"name":["Repsol, S.A."]}} -{"id":"eu-tr-692532614129-74","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["TITAN CEMENT Co. SA"],"idNumber":["692532614129-74"]}} -{"id":"eu-tr-69302899534-84","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["TARA International Consulting"],"idNumber":["69302899534-84"]}} -{"id":"eu-tr-693444335394-88","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Atlantic Council of the United States, Inc."],"idNumber":["693444335394-88"]}} -{"id":"eu-tr-693666018970-20","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Filmförderungsanstalt/German Federal Film Board"],"idNumber":["693666018970-20"]}} -{"id":"eu-tr-69368065472-71","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Union of the Deaf"],"idNumber":["69368065472-71"]}} -{"id":"eu-tr-69369266684-67","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Polint Ltd"],"idNumber":["69369266684-67"]}} -{"id":"eu-tr-69382094718-43","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Carbon Capture & Storage Association"],"idNumber":["69382094718-43"]}} -{"id":"eu-tr-69403354038-78","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["ADF International"],"idNumber":["69403354038-78"]}} -{"id":"eu-tr-694419028666-26","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["694419028666-26"],"name":["Meetic Group, A Match Group Company"]}} -{"id":"eu-tr-694466214317-80","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Association Belge des Consommateurs Test-Achats / Belgische Verbruikersunie Test-Aankoop"],"idNumber":["694466214317-80"]}} -{"id":"eu-tr-694503225348-91","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["ARTEVIA"],"idNumber":["694503225348-91"]}} -{"id":"eu-tr-694887632766-81","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Åbo Akademi University"],"idNumber":["694887632766-81"]}} -{"id":"eu-tr-695215021476-20","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["ΚΟΛΟΚΥΘΑΣ"],"idNumber":["695215021476-20"]}} -{"id":"eu-tr-69525934310-58","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Cruise Lines International Association Europe"],"idNumber":["69525934310-58"]}} -{"id":"eu-tr-695563913580-18","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["REWE ZENTRALFINANZ eG"],"idNumber":["695563913580-18"]}} -{"id":"eu-tr-695571618824-45","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Chamber of Commerce in Korea"],"idNumber":["695571618824-45"]}} -{"id":"eu-tr-695661118936-08","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["City of London Corporation"],"idNumber":["695661118936-08"]}} -{"id":"eu-tr-69597322458-18","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Federation of European National Collection Associations"],"idNumber":["69597322458-18"]}} -{"id":"eu-tr-696244325387-58","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Asociación Española de Empresas de Consultoría"],"idNumber":["696244325387-58"]}} -{"id":"eu-tr-696331246538-94","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["SA Eestimaa Looduse Fond"],"idNumber":["696331246538-94"]}} -{"id":"eu-tr-696382325635-90","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Commercial Broadcasters Association"],"idNumber":["696382325635-90"]}} -{"id":"eu-tr-696781921061-52","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["African Chamber of Commerce Scandinavia"],"idNumber":["696781921061-52"]}} -{"id":"eu-tr-69678928900-56","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["69678928900-56"],"name":["FIGIEFA - Fédération Internationale des Grossistes, Importateurs & Exportateurs en Fournitures Automobiles / International Federation of Automotive Distributors"]}} -{"id":"eu-tr-696874316528-26","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"idNumber":["696874316528-26"]}} -{"id":"eu-tr-697003427612-81","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Akuo Energy"],"idNumber":["697003427612-81"]}} -{"id":"eu-tr-697081432188-69","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"idNumber":["697081432188-69"]}} -{"id":"eu-tr-697092715804-36","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["EU-Russia Industrialists' Round Table"],"idNumber":["697092715804-36"]}} -{"id":"eu-tr-697362735627-20","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["697362735627-20"],"name":["Save the Children Europe"]}} -{"id":"eu-tr-69743997841-11","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Health First Europe"],"idNumber":["69743997841-11"]}} -{"id":"eu-tr-69745087426-20","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Fujitsu General Euro GmbH"],"idNumber":["69745087426-20"]}} -{"id":"eu-tr-69766701400-79","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["NEX"],"idNumber":["69766701400-79"]}} -{"id":"eu-tr-697670121299-68","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["American Superconductor Corporation"],"idNumber":["697670121299-68"]}} -{"id":"eu-tr-697723016369-68","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Ian Michler"],"idNumber":["697723016369-68"]}} -{"id":"eu-tr-69824896067-90","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Conseil National de l'Ordre des Sages-femmes"],"idNumber":["69824896067-90"]}} -{"id":"eu-tr-698449927536-74","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Orascom Housing Company"],"idNumber":["698449927536-74"]}} -{"id":"eu-tr-69852587017-33","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["FairValue Corporate & Public Affairs"],"idNumber":["69852587017-33"]}} -{"id":"eu-tr-698580322266-37","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Swedish Association of Local Authorities and Regions"],"idNumber":["698580322266-37"]}} -{"id":"eu-tr-69927546143-06","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Brussels Office of the Swedish Trade Unions"],"idNumber":["69927546143-06"]}} -{"id":"eu-tr-69964056866-19","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["KDC Conseil FRANCE"],"idNumber":["69964056866-19"]}} -{"id":"eu-tr-699681335670-44","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Tampere University"],"idNumber":["699681335670-44"]}} -{"id":"eu-tr-699700218370-01","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Graphene Flagship"],"idNumber":["699700218370-01"]}} -{"id":"eu-tr-699705744091-57","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["NextChem - Maire Tecnimont Group"],"idNumber":["699705744091-57"]}} -{"id":"eu-tr-699806711070-86","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Tax Justice Network"],"idNumber":["699806711070-86"]}} -{"id":"eu-tr-699835616665-41","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["APPLiA Bulgaria"],"idNumber":["699835616665-41"]}} -{"id":"eu-tr-699852347713-09","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["NovaPay LLC"],"idNumber":["699852347713-09"]}} -{"id":"eu-tr-700118911756-62","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["CASINO GUICHARD PERRACHON"],"idNumber":["700118911756-62"]}} -{"id":"eu-tr-700186718007-46","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Mind the Bridge Foundation"],"idNumber":["700186718007-46"]}} -{"id":"eu-tr-700552220021-46","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["InterContinental Hotels Group"],"idNumber":["700552220021-46"]}} -{"id":"eu-tr-700756643248-67","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Comissão Central de Trabalhadores da Petrogal"],"idNumber":["700756643248-67"]}} -{"id":"eu-tr-700841528427-34","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["METROPOLE EUROPEENNE DE LILLE"],"idNumber":["700841528427-34"]}} -{"id":"eu-tr-70092714192-21","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Money Markets Institute"],"idNumber":["70092714192-21"]}} -{"id":"eu-tr-701072646317-95","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["701072646317-95"],"name":["International La Strada Association"]}} -{"id":"eu-tr-701189115301-43","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["701189115301-43"],"name":["Eidgenössische Technische Hochschule Zürich"]}} -{"id":"eu-tr-701266814986-18","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["701266814986-18"],"name":["The Goldman Sachs Group, Inc."]}} -{"id":"eu-tr-7013477846-25","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["7013477846-25"],"name":["International Video Federation"]}} -{"id":"eu-tr-70156146692-35","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Foundation for Democracy"],"idNumber":["70156146692-35"]}} -{"id":"eu-tr-701646744539-02","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Ecocem Materials Ltd"],"idNumber":["701646744539-02"]}} -{"id":"eu-tr-701994315052-90","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["SABMiller Europe AG"],"idNumber":["701994315052-90"]}} -{"id":"eu-tr-702152628415-31","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Thüga Aktiengesellschaft"],"idNumber":["702152628415-31"]}} -{"id":"eu-tr-702214911454-33","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Voka - Vlaams Netwerk van Ondernemingen"],"idNumber":["702214911454-33"]}} -{"id":"eu-tr-702222540316-66","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Le Club des juristes"],"idNumber":["702222540316-66"]}} -{"id":"eu-tr-702368038978-79","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["African Caribbean Pacific Young Professionals Network"],"idNumber":["702368038978-79"]}} -{"id":"eu-tr-702397445-73","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["WEEE Forum aisbl"],"idNumber":["702397445-73"]}} -{"id":"eu-tr-702663443404-30","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Closing the Loop B.V."],"idNumber":["702663443404-30"]}} -{"id":"eu-tr-7028457765-59","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["7028457765-59"],"name":["Interel European Affairs","Dentons Global Advisors Europe SA"]}} -{"id":"eu-tr-70299514465-38","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Conservation International Europe"],"idNumber":["70299514465-38"]}} -{"id":"eu-tr-703095536854-37","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["European Association of Urology"],"idNumber":["703095536854-37"]}} -{"id":"eu-tr-70309834043-10","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["70309834043-10"],"name":["Green 10"]}} -{"id":"eu-tr-703104635739-04","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Praesens Foundation"],"idNumber":["703104635739-04"]}} -{"id":"eu-tr-703228017395-13","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Shannon LNG Ltd"],"idNumber":["703228017395-13"]}} -{"id":"eu-tr-703272042952-10","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Berlin Global Advisors"],"idNumber":["703272042952-10"]}} -{"id":"eu-tr-703612947384-82","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["fritz-kulturgüter gmbh"],"idNumber":["703612947384-82"]}} -{"id":"eu-tr-704156614880-34","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Image Sept Bruxelles"],"idNumber":["704156614880-34"]}} -{"id":"eu-tr-704186318415-88","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["704186318415-88"],"name":["QVC, Inc."]}} -{"id":"eu-tr-704370938610-77","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["The European Digital Payments Industry Alliance"],"idNumber":["704370938610-77"]}} -{"id":"eu-tr-704526524109-47","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Bureau for Conservation and Development"],"idNumber":["704526524109-47"]}} -{"id":"eu-tr-704582843005-92","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["FEDERATION WALLONNE DE L'AGRICULTURE"],"idNumber":["704582843005-92"]}} -{"id":"eu-tr-704613123549-01","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Buglife - The Invertebrate Conservation Trust"],"idNumber":["704613123549-01"]}} -{"id":"eu-tr-704914631842-54","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["European People"],"idNumber":["704914631842-54"]}} -{"id":"eu-tr-705033917192-85","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["AES Netherlands Holding B.V."],"idNumber":["705033917192-85"]}} -{"id":"eu-tr-705160628665-51","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Social Impact Agenda per l'Italia"],"idNumber":["705160628665-51"]}} -{"id":"eu-tr-705206416750-63","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["MVO Nederland"],"idNumber":["705206416750-63"]}} -{"id":"eu-tr-70539554035-46","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Organisation for Research and Treatment of Cancer"],"idNumber":["70539554035-46"]}} -{"id":"eu-tr-705440625408-01","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Fédération Nationale de l'Artisanat Automobile"],"idNumber":["705440625408-01"]}} -{"id":"eu-tr-705450224079-05","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Universiteit Leiden"],"idNumber":["705450224079-05"]}} -{"id":"eu-tr-705466248107-93","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Tietoevry"],"idNumber":["705466248107-93"]}} -{"id":"eu-tr-705615811388-66","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Teneo Strategy"],"idNumber":["705615811388-66"]}} -{"id":"eu-tr-705739621614-13","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["EUCED - Instituição Europeia de Cooperação Económica e Desenvolvimento"],"idNumber":["705739621614-13"]}} -{"id":"eu-tr-705806123152-87","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Partnership for Aflatoxin Control in Africa"],"idNumber":["705806123152-87"]}} -{"id":"eu-tr-705844744239-82","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Povod, Institute for culture and development of international relations in culture"],"idNumber":["705844744239-82"]}} -{"id":"eu-tr-705957328269-40","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Grand Port Fluvio-maritime de l'Axe Seine"],"idNumber":["705957328269-40"]}} -{"id":"eu-tr-706042638351-01","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Comité Lapin Interprofessionnel pour la Promotion des Produits"],"idNumber":["706042638351-01"]}} -{"id":"eu-tr-70614728635-77","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["70614728635-77"],"name":["eu travel tech"]}} -{"id":"eu-tr-706156147753-12","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Polish Biomethane Organization"],"idNumber":["706156147753-12"]}} -{"id":"eu-tr-706392016842-13","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["National Milk Producers Federation"],"idNumber":["706392016842-13"]}} -{"id":"eu-tr-70659452143-78","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["EUROSIF A.I.S.B.L (EUROPEAN SUSTAINABLE INVESTMENT FORUM)"],"idNumber":["70659452143-78"]}} -{"id":"eu-tr-706627042924-27","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Brazilian Tree Industry"],"idNumber":["706627042924-27"]}} -{"id":"eu-tr-706639245112-89","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["OCI NV"],"idNumber":["706639245112-89"]}} -{"id":"eu-tr-706757116552-08","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["VINCI Concessions"],"idNumber":["706757116552-08"]}} -{"id":"eu-tr-706978028576-57","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["InfoCert S.p.A."],"idNumber":["706978028576-57"]}} -{"id":"eu-tr-70699309784-62","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Stichting Wageningen Research"],"idNumber":["70699309784-62"]}} -{"id":"eu-tr-707107330854-05","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["ISTANBUL TEKNIK UNIVERSITESI"],"idNumber":["707107330854-05"]}} -{"id":"eu-tr-707551412661-80","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Jewish Association"],"idNumber":["707551412661-80"]}} -{"id":"eu-tr-707568010386-43","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["EU-Asia Centre"],"idNumber":["707568010386-43"]}} -{"id":"eu-tr-707610821750-89","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["European Federation for Development of Civil Drones"],"idNumber":["707610821750-89"]}} -{"id":"eu-tr-707803931884-58","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Medicines for Ireland"],"idNumber":["707803931884-58"]}} -{"id":"eu-tr-707807242824-30","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Cboe Europe"],"idNumber":["707807242824-30"]}} -{"id":"eu-tr-708007823059-89","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Eaton Corporation"],"idNumber":["708007823059-89"]}} -{"id":"eu-tr-708062847650-44","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Siga Hydro"],"idNumber":["708062847650-44"]}} -{"id":"eu-tr-708104118458-79","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Association of European Cartonboard and Carton Manufacturers"],"idNumber":["708104118458-79"]}} -{"id":"eu-tr-708107818892-23","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Rheinmetall Group"],"idNumber":["708107818892-23"]}} -{"id":"eu-tr-708161615557-10","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Long-Term Infrastructure Investors Association"],"idNumber":["708161615557-10"]}} -{"id":"eu-tr-70816716119-36","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["70816716119-36"],"name":["Polskie Gornictwo Naftowe i Gazownictwo SA - Polish Oil and Gas Company"]}} -{"id":"eu-tr-70843878143-13","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["STMicroelectronics"],"idNumber":["70843878143-13"]}} -{"id":"eu-tr-708626833085-53","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["For Our Children Foundation"],"idNumber":["708626833085-53"]}} -{"id":"eu-tr-708754041138-77","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Zoom Video Communications, Inc."],"idNumber":["708754041138-77"]}} -{"id":"eu-tr-709084625556-10","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Inside Secure"],"idNumber":["709084625556-10"]}} -{"id":"eu-tr-70941697936-72","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["70941697936-72"],"name":["Downstream Users of Chemicals Co-ordination Group"]}} -{"id":"eu-tr-709518325777-24","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["FUNDACION MUJERES POR AFRICA"],"idNumber":["709518325777-24"]}} -{"id":"eu-tr-70953241037-94","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Stichting Onderzoek Multinationale Ondernemingen"],"idNumber":["70953241037-94"]}} -{"id":"eu-tr-70969654430-75","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Deloitte LLP"],"idNumber":["70969654430-75"]}} -{"id":"eu-tr-709924636646-87","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Europcar Mobility Group"],"idNumber":["709924636646-87"]}} -{"id":"eu-tr-70995898837-20","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Institut Français des Relations Internationales"],"idNumber":["70995898837-20"]}} -{"id":"eu-tr-709973916049-34","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["GROUPE ROUSSELET"],"idNumber":["709973916049-34"]}} -{"id":"eu-tr-71022433397-11","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Flavour Association"],"idNumber":["71022433397-11"]}} -{"id":"eu-tr-71028143474-84","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["The Bureau of European Design Associations"],"idNumber":["71028143474-84"]}} -{"id":"eu-tr-71031367582-11","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["ABTA - The Travel Association"],"idNumber":["71031367582-11"]}} -{"id":"eu-tr-71063945715-33","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Steel Technology Platform"],"idNumber":["71063945715-33"]}} -{"id":"eu-tr-711100822367-33","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["A123 Systems LLC."],"idNumber":["711100822367-33"]}} -{"id":"eu-tr-711197015348-03","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Irish Cattle & Sheep Farmers' Association Ltd"],"idNumber":["711197015348-03"]}} -{"id":"eu-tr-71149477682-53","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Access Now"],"idNumber":["71149477682-53"]}} -{"id":"eu-tr-71160189926-80","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Kapsch"],"idNumber":["71160189926-80"]}} -{"id":"eu-tr-71175716023-03","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["71175716023-03"],"name":["JT International"]}} -{"id":"eu-tr-711785245699-83","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Discord Inc."],"idNumber":["711785245699-83"]}} -{"id":"eu-tr-712217319248-02","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["The Solar Trade Association"],"idNumber":["712217319248-02"]}} -{"id":"eu-tr-712395115155-72","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Sanoma Corporation"],"idNumber":["712395115155-72"]}} -{"id":"eu-tr-712396828677-20","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["712396828677-20"],"name":["Environmental association Za Zemiata"]}} -{"id":"eu-tr-712404319883-30","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Albright Stonebridge Group LLC"],"idNumber":["712404319883-30"]}} -{"id":"eu-tr-712727743098-51","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Pracownia na Rzecz Wszystkich Istot"],"idNumber":["712727743098-51"]}} -{"id":"eu-tr-712860327581-87","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Polymateria Limited"],"idNumber":["712860327581-87"]}} -{"id":"eu-tr-712956418144-37","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Ecolog International FZE"],"idNumber":["712956418144-37"]}} -{"id":"eu-tr-712987314570-57","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Hanover Communications International"],"idNumber":["712987314570-57"]}} -{"id":"eu-tr-713335923349-24","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Institut de l'Audiovisuel et des Télécommunications en Europe"],"idNumber":["713335923349-24"]}} -{"id":"eu-tr-713554846552-05","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Eesti Erametsaliit"],"idNumber":["713554846552-05"]}} -{"id":"eu-tr-713664135215-40","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Geneva Global Initiative"],"idNumber":["713664135215-40"]}} -{"id":"eu-tr-713668418770-87","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["European Leadership Network"],"idNumber":["713668418770-87"]}} -{"id":"eu-tr-713799141894-77","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Associations of Fish Processors and European Federation of National Organisations of Fish Importers and Exporters"],"idNumber":["713799141894-77"]}} -{"id":"eu-tr-714023517548-67","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["PwC Legal"],"idNumber":["714023517548-67"]}} -{"id":"eu-tr-714082013977-02","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["PRESTOMEDIA S.L."],"idNumber":["714082013977-02"]}} -{"id":"eu-tr-714099026438-58","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["AMF Tjänstepension AB"],"idNumber":["714099026438-58"]}} -{"id":"eu-tr-714208118291-61","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["McDermott Will & Emery Belgium LLP"],"idNumber":["714208118291-61"]}} -{"id":"eu-tr-71423433087-91","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Composer and Songwriter Alliance"],"idNumber":["71423433087-91"]}} -{"id":"eu-tr-714466824568-72","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Clean Clothes Campaign / Stichting Schone Kleren Kampagne"],"idNumber":["714466824568-72"]}} -{"id":"eu-tr-714586048621-93","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"idNumber":["714586048621-93"]}} -{"id":"eu-tr-71462686997-10","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Independent Diplomat"],"idNumber":["71462686997-10"]}} -{"id":"eu-tr-71488206456-23","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["71488206456-23"],"name":["Federation of European Securities Exchanges"]}} -{"id":"eu-tr-715232724561-42","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Forum Institut für Management GmbH"],"idNumber":["715232724561-42"]}} -{"id":"eu-tr-715434330912-85","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Europäische Union der Rechtspfleger (EUR)","Europäische Union der Rechtspfleger"],"idNumber":["715434330912-85"]}} -{"id":"eu-tr-71549072613-57","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Portable Battery Association"],"idNumber":["71549072613-57"]}} -{"id":"eu-tr-715596039328-75","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Assoziation ökologischer Lebensmittelhersteller e.V."],"idNumber":["715596039328-75"]}} -{"id":"eu-tr-715779017469-49","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Appui au Développement Intégral et la Solidarité sur les Collines"],"idNumber":["715779017469-49"]}} -{"id":"eu-tr-7157999502-14","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["International Emissions Trading Association"],"idNumber":["7157999502-14"]}} -{"id":"eu-tr-716040710061-25","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["European Language Equality Network"],"idNumber":["716040710061-25"]}} -{"id":"eu-tr-71607351368-56","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Safran"],"idNumber":["71607351368-56"]}} -{"id":"eu-tr-716182712301-64","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["The European Federation of Corrugated Board Manufacturers"],"idNumber":["716182712301-64"]}} -{"id":"eu-tr-716301347557-95","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Koninklijke Vereniging van Gasfabrikanten in Nederland"],"idNumber":["716301347557-95"]}} -{"id":"eu-tr-71635694112-37","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["FEANI"],"idNumber":["71635694112-37"]}} -{"id":"eu-tr-716869419341-75","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["PSA Antwerp"],"idNumber":["716869419341-75"]}} -{"id":"eu-tr-716909919073-32","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Federation for Family Employment - Fédération européenne des emplois de la famille"],"idNumber":["716909919073-32"]}} -{"id":"eu-tr-717101617809-28","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["717101617809-28"]}} -{"id":"eu-tr-717288019093-25","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["HDIMAGE"],"idNumber":["717288019093-25"]}} -{"id":"eu-tr-717297222026-53","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["MM Ventures GmbH"],"idNumber":["717297222026-53"]}} -{"id":"eu-tr-717762830799-47","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["E-riigi Akadeemia"],"idNumber":["717762830799-47"]}} -{"id":"eu-tr-717889840444-77","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Estonian Renewable Energy Association"],"idNumber":["717889840444-77"]}} -{"id":"eu-tr-717889945202-66","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["717889945202-66"],"name":["SOPRA STERIA GROUP"]}} -{"id":"eu-tr-718050340792-96","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["FEDERACIÓN ANDALUCÍA ACOGE"],"idNumber":["718050340792-96"]}} -{"id":"eu-tr-718251720163-42","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Flint Europe"],"idNumber":["718251720163-42"]}} -{"id":"eu-tr-718741313802-97","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"idNumber":["718741313802-97"]}} -{"id":"eu-tr-718871824881-22","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["SEACULTURE LTD"],"idNumber":["718871824881-22"]}} -{"id":"eu-tr-718971811339-46","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Equinet - the European Network of Equality Bodies"],"idNumber":["718971811339-46"]}} -{"id":"eu-tr-718996240562-10","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["B & M Theocharakis Foundation"],"idNumber":["718996240562-10"]}} -{"id":"eu-tr-719135118053-50","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Europe External Policy Advisors"],"idNumber":["719135118053-50"]}} -{"id":"eu-tr-71927374943-68","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Digitalcourage e.V."],"idNumber":["71927374943-68"]}} -{"id":"eu-tr-7193977808-18","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["7193977808-18"],"name":["Bayerische Motoren Werke Aktiengesellschaft"]}} -{"id":"eu-tr-719426524132-11","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Zrzeszenie Międzynarodowych Przewoźników Drogowych w Polsce"],"idNumber":["719426524132-11"]}} -{"id":"eu-tr-72029513877-54","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["ACT | The App Association"],"idNumber":["72029513877-54"]}} -{"id":"eu-tr-720317435858-43","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"idNumber":["720317435858-43"]}} -{"id":"eu-tr-720395519328-67","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["assoRinnovabili"],"idNumber":["720395519328-67"]}} -{"id":"eu-tr-720442020423-21","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Linguistics in Open Access"],"idNumber":["720442020423-21"]}} -{"id":"eu-tr-720555724263-16","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Vienna Insurance Group AG Wiener Versicherung Gruppe"],"idNumber":["720555724263-16"]}} -{"id":"eu-tr-720600022977-89","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["HeoH"],"idNumber":["720600022977-89"]}} -{"id":"eu-tr-720948821272-32","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Whale and Dolphin Conservation"],"idNumber":["720948821272-32"]}} -{"id":"eu-tr-721018434321-46","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Forschungszentrum Jülich GmbH"],"idNumber":["721018434321-46"]}} -{"id":"eu-tr-72103751229-92","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Veolia Environnement"],"idNumber":["72103751229-92"]}} -{"id":"eu-tr-721066539792-75","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["GLOBALFOUNDRIES Management Services Limited Liability Company & Co. KG"],"idNumber":["721066539792-75"]}} -{"id":"eu-tr-721129719214-13","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["European Transport Research Alliance"],"idNumber":["721129719214-13"]}} -{"id":"eu-tr-721518616432-31","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Arbetsgivarverket"],"idNumber":["721518616432-31"]}} -{"id":"eu-tr-721647010823-15","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["thyssenkrupp AG"],"idNumber":["721647010823-15"]}} -{"id":"eu-tr-721756447378-14","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Institute of International and European Affairs"],"idNumber":["721756447378-14"]}} -{"id":"eu-tr-721865911899-81","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["UFE - Union of Finance Personnel in Europe"],"idNumber":["721865911899-81"]}} -{"id":"eu-tr-721873432604-06","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["European Theatre Convention e.V."],"idNumber":["721873432604-06"]}} -{"id":"eu-tr-721873825666-08","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Global Cyber Alliance Belgium"],"idNumber":["721873825666-08"]}} -{"id":"eu-tr-72197913011-06","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["72197913011-06"],"name":["European Trade Union Committee for Education"]}} -{"id":"eu-tr-721996216817-02","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["streetfootballworld gGmbH"],"idNumber":["721996216817-02"]}} -{"id":"eu-tr-722154030862-55","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["722154030862-55"],"name":["Mercator Institute for China Studies"]}} -{"id":"eu-tr-722314616330-15","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Mediobanca - Banca di Credito Finanziario"],"idNumber":["722314616330-15"]}} -{"id":"eu-tr-7223777790-86","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["7223777790-86"],"name":["G Plus Ltd (t/a Portland)"]}} -{"id":"eu-tr-722494739217-04","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Index Industry Association"],"idNumber":["722494739217-04"]}} -{"id":"eu-tr-722647224007-81","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Badischer Weinbauverband e.V."],"idNumber":["722647224007-81"]}} -{"id":"eu-tr-72279144480-58","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["72279144480-58"],"name":["Confederation of European Paper Industries"]}} -{"id":"eu-tr-722902421170-55","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Inclusive Business Sweden"],"idNumber":["722902421170-55"]}} -{"id":"eu-tr-723043319169-84","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["DFL Deutsche Fußball Liga GmbH"],"idNumber":["723043319169-84"]}} -{"id":"eu-tr-723424320571-14","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["COBCOE Ltd"],"idNumber":["723424320571-14"]}} -{"id":"eu-tr-723641028862-15","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["723641028862-15"],"name":["Fødevareforbundet NNF"]}} -{"id":"eu-tr-72390466359-39","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["72390466359-39"],"name":["Barclays PLC"]}} -{"id":"eu-tr-724014516285-56","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["IACA - Associação Portuguesa das Indústrias de Alimentos Compostos para Animais"],"idNumber":["724014516285-56"]}} -{"id":"eu-tr-724240721429-43","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Erasmus Universitair Medisch Centrum Rotterdam"],"idNumber":["724240721429-43"]}} -{"id":"eu-tr-724300116898-26","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["724300116898-26"],"name":["The International Motor Vehicle Inspection Committee"]}} -{"id":"eu-tr-724353138289-29","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["REMONDIS Recycling"],"idNumber":["724353138289-29"]}} -{"id":"eu-tr-724469515111-08","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Transat A.T. Inc"],"idNumber":["724469515111-08"]}} -{"id":"eu-tr-725184140639-24","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Syndicat des énergies renouvelables"],"idNumber":["725184140639-24"]}} -{"id":"eu-tr-725372527021-31","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["The Clearing House Association LLC"],"idNumber":["725372527021-31"]}} -{"id":"eu-tr-725605624610-41","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Stichting Car Claim"],"idNumber":["725605624610-41"]}} -{"id":"eu-tr-725945740769-75","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Central European University"],"idNumber":["725945740769-75"]}} -{"id":"eu-tr-726109217329-25","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["726109217329-25"],"name":["Notre Europe - Institut Jacques Delors / Notre Europe - Jacques Delors Institute"]}} -{"id":"eu-tr-726299447638-38","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["ifok GmbH"],"idNumber":["726299447638-38"]}} -{"id":"eu-tr-726584717191-62","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["726584717191-62"],"name":["EUROPEAN BICYCLE MANUFACTURERS ASSOCIATION"]}} -{"id":"eu-tr-726765246422-63","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Arup BV"],"idNumber":["726765246422-63"]}} -{"id":"eu-tr-726916114945-91","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Österreichische Post AG"],"idNumber":["726916114945-91"]}} -{"id":"eu-tr-726924727096-27","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["MBO Raad"],"idNumber":["726924727096-27"]}} -{"id":"eu-tr-72699997886-57","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["72699997886-57"],"name":["Aerospace, Security and Defence Industries Association of Europe","AeroSpace and Defence Industries Association of Europe"]}} -{"id":"eu-tr-727017212658-96","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["EWABA"],"idNumber":["727017212658-96"]}} -{"id":"eu-tr-72702399216-46","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["European Precious Metals Federation"],"idNumber":["72702399216-46"]}} -{"id":"eu-tr-727481540174-81","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Clarios Germany GmbH & Co. KG"],"idNumber":["727481540174-81"]}} -{"id":"eu-tr-72760517350-57","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["72760517350-57"],"name":["E.ON SE"]}} -{"id":"eu-tr-727627616409-44","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Teréga"],"idNumber":["727627616409-44"]}} -{"id":"eu-tr-727635645261-62","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Claudia de Castro Caldeirinha"],"idNumber":["727635645261-62"]}} -{"id":"eu-tr-727640226367-07","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["727640226367-07"],"name":["Eesti Energia Aktsiaselts"]}} -{"id":"eu-tr-72770698007-81","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Rail Infrastructure Managers"],"idNumber":["72770698007-81"]}} -{"id":"eu-tr-727712916372-77","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Deloitte, S.L."],"idNumber":["727712916372-77"]}} -{"id":"eu-tr-728245916986-09","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Organisation internationale pour le droit à l'education et la liberté d'enseignement"],"idNumber":["728245916986-09"]}} -{"id":"eu-tr-72856225852-31","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Business Bridge Europe"],"idNumber":["72856225852-31"]}} -{"id":"eu-tr-728751231235-44","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Syntex"],"idNumber":["728751231235-44"]}} -{"id":"eu-tr-728841427669-24","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["NKM Nemzeti Közművek Zrt."],"idNumber":["728841427669-24"]}} -{"id":"eu-tr-728870731071-34","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Royal Netherlands Academy of Arts and Sciences"],"idNumber":["728870731071-34"]}} -{"id":"eu-tr-728904528524-27","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["728904528524-27"],"name":["Heetch"]}} -{"id":"eu-tr-72899131664-09","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["International Crisis Group"],"idNumber":["72899131664-09"]}} -{"id":"eu-tr-729014411618-96","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["729014411618-96"],"name":["Assemblée des Régions Européennes Fruitières, Légumières et Horticoles"]}} -{"id":"eu-tr-72911566925-69","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["The Coalition for Energy Savings"],"idNumber":["72911566925-69"]}} -{"id":"eu-tr-7291975775-43","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Association Générale des Producteurs de Blé et autres céréales"],"idNumber":["7291975775-43"]}} -{"id":"eu-tr-729259143757-07","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Duralim"],"idNumber":["729259143757-07"]}} -{"id":"eu-tr-729534624528-28","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Ario Advisory"],"idNumber":["729534624528-28"]}} -{"id":"eu-tr-730036917015-61","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Hubert Burda Media Holding Kommanditgesellschaft"],"idNumber":["730036917015-61"]}} -{"id":"eu-tr-730068743102-07","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Roma Education Fund Romania"],"idNumber":["730068743102-07"]}} -{"id":"eu-tr-730137075-36","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Association of British Insurers"],"idNumber":["730137075-36"]}} -{"id":"eu-tr-730203125439-60","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["New York University"],"idNumber":["730203125439-60"]}} -{"id":"eu-tr-730379225729-59","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["The European Women Lawyers Association"],"idNumber":["730379225729-59"]}} -{"id":"eu-tr-730594411310-38","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Federatie Nederlandse Levensmiddelen Industrie"],"idNumber":["730594411310-38"]}} -{"id":"eu-tr-73074372526-61","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["ASSUC- European Association of Sugar Traders"],"idNumber":["73074372526-61"]}} -{"id":"eu-tr-730790227498-12","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Institut Català de la Salut - Hospital Universitari Vall d'Hebron"],"idNumber":["730790227498-12"]}} -{"id":"eu-tr-730792623992-78","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Weingut Rinklin"],"idNumber":["730792623992-78"]}} -{"id":"eu-tr-73085531345-65","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Deutscher Bauernverband"],"idNumber":["73085531345-65"]}} -{"id":"eu-tr-730856826170-47","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["European Foundation for South Asian Studies"],"idNumber":["730856826170-47"]}} -{"id":"eu-tr-730956540738-28","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Fingrid Oyj"],"idNumber":["730956540738-28"]}} -{"id":"eu-tr-731167245508-94","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Forum citoyen pour la Responsabilité Sociale des entreprises"],"idNumber":["731167245508-94"]}} -{"id":"eu-tr-731301415740-43","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Egon Zehnder International GmbH"],"idNumber":["731301415740-43"]}} -{"id":"eu-tr-73131808686-11","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Science Europe"],"idNumber":["73131808686-11"]}} -{"id":"eu-tr-731391938114-36","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Trustpilot"],"idNumber":["731391938114-36"]}} -{"id":"eu-tr-731600116943-09","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Reuter"],"idNumber":["731600116943-09"]}} -{"id":"eu-tr-731763615450-48","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Forum Europe"],"idNumber":["731763615450-48"]}} -{"id":"eu-tr-731806746107-69","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Lasso Loop Recycling"],"idNumber":["731806746107-69"]}} -{"id":"eu-tr-731872139243-91","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Coöperatieve Vereniging Bionext UA"],"idNumber":["731872139243-91"]}} -{"id":"eu-tr-731930623261-05","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"idNumber":["731930623261-05"]}} -{"id":"eu-tr-731934432739-37","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Drone Alliance Europe"],"idNumber":["731934432739-37"]}} -{"id":"eu-tr-732003939513-12","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"idNumber":["732003939513-12"]}} -{"id":"eu-tr-73204818098-04","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["PET Europe - Producers' Association"],"idNumber":["73204818098-04"]}} -{"id":"eu-tr-732259614632-44","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Tata Limited"],"idNumber":["732259614632-44"]}} -{"id":"eu-tr-732570825735-32","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["SA Tartu Ülikooli Kliinikum"],"idNumber":["732570825735-32"]}} -{"id":"eu-tr-732651516846-01","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["VMware, Inc. and VMware Intl, Ltd."],"idNumber":["732651516846-01"]}} -{"id":"eu-tr-73269014902-01","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["AETMD - Association européenne des transformateurs de maïs doux"],"idNumber":["73269014902-01"]}} -{"id":"eu-tr-73282515553-33","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Suomen luonnonsuojeluliitto - The Finnish Association for Nature Conservation"],"idNumber":["73282515553-33"]}} -{"id":"eu-tr-7328496842-09","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Finanssiala ry - Finance Finland"],"idNumber":["7328496842-09"]}} -{"id":"eu-tr-733099334608-76","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Council for Automotive R&D"],"idNumber":["733099334608-76"]}} -{"id":"eu-tr-733135223769-69","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["European Middle East Project vzw"],"idNumber":["733135223769-69"]}} -{"id":"eu-tr-733233321430-70","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Union Cycliste Internationale"],"idNumber":["733233321430-70"]}} -{"id":"eu-tr-733257915694-82","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["European Domestic Glass"],"idNumber":["733257915694-82"]}} -{"id":"eu-tr-733519819923-13","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Conseil permanent des écrivains"],"idNumber":["733519819923-13"]}} -{"id":"eu-tr-733724814518-49","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Fédération Nationale d'Agriculture Biologique des régions de France"],"idNumber":["733724814518-49"]}} -{"id":"eu-tr-73391376305-20","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Jesuit European Social Centre"],"idNumber":["73391376305-20"]}} -{"id":"eu-tr-73410316407-50","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["International Wool Textile Organisation"],"idNumber":["73410316407-50"]}} -{"id":"eu-tr-734454815679-40","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["International Capital Strategies LLC"],"idNumber":["734454815679-40"]}} -{"id":"eu-tr-734628928687-45","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"idNumber":["734628928687-45"]}} -{"id":"eu-tr-734756741048-58","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Aalborg Universitet"],"idNumber":["734756741048-58"]}} -{"id":"eu-tr-734854123093-43","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["734854123093-43"],"name":["Organización de Consumidores y Usuarios"]}} -{"id":"eu-tr-734904645710-40","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["International Corrections and Prisons Association"],"idNumber":["734904645710-40"]}} -{"id":"eu-tr-73491621553-11","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Regions Airline Association Ltd."],"idNumber":["73491621553-11"]}} -{"id":"eu-tr-73494557272-88","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Open Europe"],"idNumber":["73494557272-88"]}} -{"id":"eu-tr-734954443461-71","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["International Romani Union"],"idNumber":["734954443461-71"]}} -{"id":"eu-tr-73495934859-01","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["EDENRED"],"idNumber":["73495934859-01"]}} -{"id":"eu-tr-734989437613-22","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Sustainary"],"idNumber":["734989437613-22"]}} -{"id":"eu-tr-735247323269-76","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["EuropExpo"],"idNumber":["735247323269-76"]}} -{"id":"eu-tr-73558824193-08","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["73558824193-08"],"name":["Elia Transmission Belgium"]}} -{"id":"eu-tr-735596047600-35","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Movimento Cultural da Terra de Miranda"],"idNumber":["735596047600-35"]}} -{"id":"eu-tr-735637118430-74","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Potsdam-Institut für Klimafolgenforschung"],"idNumber":["735637118430-74"]}} -{"id":"eu-tr-73566332602-11","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["FruitVegetablesEUROPE"],"idNumber":["73566332602-11"]}} -{"id":"eu-tr-735762730933-66","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Barcelona Supercomputing Center- Centro Nacional de Supercomputación"],"idNumber":["735762730933-66"]}} -{"id":"eu-tr-736055610233-90","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["European Federation of Salaried Doctors"],"idNumber":["736055610233-90"]}} -{"id":"eu-tr-736180714498-22","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["736180714498-22"],"name":["UNIÓN DE PEQUEÑOS AGRICULTORES"]}} -{"id":"eu-tr-736349833165-48","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["H55 SA"],"idNumber":["736349833165-48"]}} -{"id":"eu-tr-736467635874-04","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["736467635874-04"],"name":["Nomura Holdings, Inc."]}} -{"id":"eu-tr-736696617550-13","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Associazione Generale Cooperative Italiane - Settore Agro-Ittico Alimentare"],"idNumber":["736696617550-13"]}} -{"id":"eu-tr-736743319528-42","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Association for the International Collective Management of Audiovisual Works"],"idNumber":["736743319528-42"]}} -{"id":"eu-tr-736852519506-74","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["American Insurance Association"],"idNumber":["736852519506-74"]}} -{"id":"eu-tr-737111833676-52","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["LP Brussels"],"idNumber":["737111833676-52"]}} -{"id":"eu-tr-73725676990-18","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Confederation of British Industry"],"idNumber":["73725676990-18"]}} -{"id":"eu-tr-737363819835-03","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["HISPASAT, S.A."],"idNumber":["737363819835-03"]}} -{"id":"eu-tr-737370123294-15","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Eera Waste Refining Ltd"],"idNumber":["737370123294-15"]}} -{"id":"eu-tr-73792436593-97","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Helmholtz-Gemeinschaft Deutscher Forschungszentren e.V."],"idNumber":["73792436593-97"]}} -{"id":"eu-tr-738000419426-61","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Union of Chambers and Commodity Exchanges of Turkey"],"idNumber":["738000419426-61"]}} -{"id":"eu-tr-738019245006-41","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Verband deutscher Kreditplattformen e.V."],"idNumber":["738019245006-41"]}} -{"id":"eu-tr-738140415497-66","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["SABIC International Holdings B.V."],"idNumber":["738140415497-66"]}} -{"id":"eu-tr-738492215435-82","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Centre for Development Policy Management"],"idNumber":["738492215435-82"]}} -{"id":"eu-tr-738555334508-83","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Asociación Española de Movilidad Laboral Internacional"],"idNumber":["738555334508-83"]}} -{"id":"eu-tr-738645718079-01","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Wirtschaftsbeirat der Union"],"idNumber":["738645718079-01"]}} -{"id":"eu-tr-738700946381-65","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Agora Spółka Akcyjna"],"idNumber":["738700946381-65"]}} -{"id":"eu-tr-73872883198-91","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Hospital and Healthcare Federation"],"idNumber":["73872883198-91"]}} -{"id":"eu-tr-7387356890-48","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Fiat Chrysler Automobiles"],"idNumber":["7387356890-48"]}} -{"id":"eu-tr-738759438733-32","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["BARING ASSET MANAGEMENT LTD"],"idNumber":["738759438733-32"]}} -{"id":"eu-tr-738902547906-46","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Pinergy"],"idNumber":["738902547906-46"]}} -{"id":"eu-tr-739159434916-75","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["739159434916-75"],"name":["Social Economy Europe"]}} -{"id":"eu-tr-73926352722-07","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Royal DSM"],"idNumber":["73926352722-07"]}} -{"id":"eu-tr-739469436973-48","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Anna Lindh Foundation"],"idNumber":["739469436973-48"]}} -{"id":"eu-tr-739494147829-49","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Altana Technologies, Inc."],"idNumber":["739494147829-49"]}} -{"id":"eu-tr-73952083693-15","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Schuman Associates"],"idNumber":["73952083693-15"]}} -{"id":"eu-tr-739849219997-47","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["ATP Group"],"idNumber":["739849219997-47"]}} -{"id":"eu-tr-740124039039-47","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["SAS \"OPI Conseil\""],"idNumber":["740124039039-47"]}} -{"id":"eu-tr-740282518112-78","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["ICL IBERIA LIMITED, S.C.S."],"idNumber":["740282518112-78"]}} -{"id":"eu-tr-740379246542-49","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Aus Design"],"idNumber":["740379246542-49"]}} -{"id":"eu-tr-740592710611-76","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["740592710611-76"],"name":["Suedzucker AG"]}} -{"id":"eu-tr-740724723272-25","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["ProRail"],"idNumber":["740724723272-25"]}} -{"id":"eu-tr-74081206759-11","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Confédération des Petites et Moyennes Entreprises"],"idNumber":["74081206759-11"]}} -{"id":"eu-tr-740822239155-83","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"idNumber":["740822239155-83"]}} -{"id":"eu-tr-741084847914-70","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Rare Earths Norway AS"],"idNumber":["741084847914-70"]}} -{"id":"eu-tr-7410939793-88","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["7410939793-88"],"name":["BASF SE"]}} -{"id":"eu-tr-741169516071-01","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["The Young Foundation"],"idNumber":["741169516071-01"]}} -{"id":"eu-tr-741179426673-35","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Small Business Alliance"],"idNumber":["741179426673-35"]}} -{"id":"eu-tr-741186216712-07","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Red Hat Limited"],"idNumber":["741186216712-07"]}} -{"id":"eu-tr-74126393166-46","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["74126393166-46"],"name":["Telenor"]}} -{"id":"eu-tr-741304147857-07","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Stichting Strijd Tegen Misbruik"],"idNumber":["741304147857-07"]}} -{"id":"eu-tr-741662931449-60","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Festival della Diplomazia"],"idNumber":["741662931449-60"]}} -{"id":"eu-tr-741819127400-55","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["RENEWABLE ENERGY GROUP"],"idNumber":["741819127400-55"]}} -{"id":"eu-tr-741877141436-21","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["741877141436-21"],"name":["AgriFood Lithuania DIH"]}} -{"id":"eu-tr-741933611361-66","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Gorshenin Institute EU, AISBL"],"idNumber":["741933611361-66"]}} -{"id":"eu-tr-742228039171-04","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["742228039171-04"],"name":["European University Institute"]}} -{"id":"eu-tr-742270318505-84","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Stichting Universal Smart Energy Framework"],"idNumber":["742270318505-84"]}} -{"id":"eu-tr-742301326974-51","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Relief International-UK"],"idNumber":["742301326974-51"]}} -{"id":"eu-tr-742417913824-11","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Axel Springer SE"],"idNumber":["742417913824-11"]}} -{"id":"eu-tr-742489515854-03","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["EUROPE FOR FAMILY"],"idNumber":["742489515854-03"]}} -{"id":"eu-tr-74255575543-90","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Environmental Services Association"],"idNumber":["74255575543-90"]}} -{"id":"eu-tr-74301917747-65","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["74301917747-65"],"name":["Union Internationale des Cinémas"]}} -{"id":"eu-tr-74313108109-71","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["74313108109-71"],"name":["LIGHT FOR THE WORLD International - Organisation for inclusive development/ Organisation für inklusive Entwicklungszusammenarbeit, abkürzung: LIGHT FOR THE WORLD International"]}} -{"id":"eu-tr-743143938227-72","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["European Utilities Telecom Council"],"idNumber":["743143938227-72"]}} -{"id":"eu-tr-743383317319-04","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["FUNDACION OXFAM INTERMON"],"idNumber":["743383317319-04"]}} -{"id":"eu-tr-743458640202-64","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Académie de l'Air et de l'Espace"],"idNumber":["743458640202-64"]}} -{"id":"eu-tr-743465720754-25","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Paysafe Ltd"],"idNumber":["743465720754-25"]}} -{"id":"eu-tr-743644734704-75","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Abelag Aviation NV"],"idNumber":["743644734704-75"]}} -{"id":"eu-tr-743682215626-67","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Autorità di Sistema Portuale del Mar Adriatico Settentrionale"],"idNumber":["743682215626-67"]}} -{"id":"eu-tr-743697725488-83","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["EULLER Healthcare GmbH"],"idNumber":["743697725488-83"]}} -{"id":"eu-tr-743703446793-24","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["NOVUS AgroEcology BV"],"idNumber":["743703446793-24"]}} -{"id":"eu-tr-7438623236-16","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["World Employment Confederation-Europe"],"idNumber":["7438623236-16"]}} -{"id":"eu-tr-744176028679-37","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Yaskawa Europe"],"idNumber":["744176028679-37"]}} -{"id":"eu-tr-744232830586-55","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"idNumber":["744232830586-55"]}} -{"id":"eu-tr-744358723155-50","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Les Restaurants du Cœur"],"idNumber":["744358723155-50"]}} -{"id":"eu-tr-744386211832-33","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Gibbels Public Affairs"],"idNumber":["744386211832-33"]}} -{"id":"eu-tr-745012117422-54","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Business for New Europe"],"idNumber":["745012117422-54"]}} -{"id":"eu-tr-74505036439-88","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["GLASS ALLIANCE EUROPE AISBL"],"idNumber":["74505036439-88"]}} -{"id":"eu-tr-745185930034-82","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["The Coalition for a Digital Economy (Coadec)"],"idNumber":["745185930034-82"]}} -{"id":"eu-tr-745225910014-90","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["KBC Group NV"],"idNumber":["745225910014-90"]}} -{"id":"eu-tr-74535104992-35","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Green Budget Europe AISBL"],"idNumber":["74535104992-35"]}} -{"id":"eu-tr-74560896368-94","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["74560896368-94"],"name":["LEGO System A/S"]}} -{"id":"eu-tr-745667919457-51","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Associazione Italiana per l'Information and Communication Technology (ICT)"],"idNumber":["745667919457-51"]}} -{"id":"eu-tr-74574295642-60","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["74574295642-60"],"name":["Volvo Car Corporation AB"]}} -{"id":"eu-tr-745885840099-57","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["SOS Travel Belgium"],"idNumber":["745885840099-57"]}} -{"id":"eu-tr-74591581960-65","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Bundesnotarkammer"],"idNumber":["74591581960-65"]}} -{"id":"eu-tr-7459401905-60","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["7459401905-60"],"name":["Intel Corporation"]}} -{"id":"eu-tr-746012015918-10","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["SSR General and Management Limited"],"idNumber":["746012015918-10"]}} -{"id":"eu-tr-746025510283-01","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Eutelsat"],"idNumber":["746025510283-01"]}} -{"id":"eu-tr-746230436442-96","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["KK-Consulting"],"idNumber":["746230436442-96"]}} -{"id":"eu-tr-746554514288-93","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Synthos Styrenics Synthos Dwory 2 spółka z ograniczoną odpowiedzialnością spółka komandytowa"],"idNumber":["746554514288-93"]}} -{"id":"eu-tr-746603537078-67","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Lithuanian Agriculture Council"],"idNumber":["746603537078-67"]}} -{"id":"eu-tr-746643641132-87","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Boury, Tallon & Associés"],"idNumber":["746643641132-87"]}} -{"id":"eu-tr-746668127949-16","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["EXPAND"],"idNumber":["746668127949-16"]}} -{"id":"eu-tr-746723218152-94","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Federazione Confindustria Digitale"],"idNumber":["746723218152-94"]}} -{"id":"eu-tr-746741738156-28","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Finance Latvia Association"],"idNumber":["746741738156-28"]}} -{"id":"eu-tr-747408333919-74","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Fédération française des Intégrateurs Electriciens"],"idNumber":["747408333919-74"]}} -{"id":"eu-tr-747450344679-16","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Arab Air Carriers' Organization"],"idNumber":["747450344679-16"]}} -{"id":"eu-tr-747495331229-90","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["747495331229-90"],"name":["Deliveroo"]}} -{"id":"eu-tr-747645315242-57","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Meyer Burger Technology AG"],"idNumber":["747645315242-57"]}} -{"id":"eu-tr-747812335093-80","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["LA UNIÓ de Llauradors i Ramaders"],"idNumber":["747812335093-80"]}} -{"id":"eu-tr-748083512798-74","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Filmproducenten Nederland"],"idNumber":["748083512798-74"]}} -{"id":"eu-tr-74850577610-03","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Verband Deutscher Reeder"],"idNumber":["74850577610-03"]}} -{"id":"eu-tr-748962812474-86","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Holiday Home Association"],"idNumber":["748962812474-86"]}} -{"id":"eu-tr-749106215594-61","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Youstice"],"idNumber":["749106215594-61"]}} -{"id":"eu-tr-749207344131-42","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Wreless Connect Ltd."],"idNumber":["749207344131-42"]}} -{"id":"eu-tr-74923516160-01","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Lifelong Learning Platform"],"idNumber":["74923516160-01"]}} -{"id":"eu-tr-74935891413-11","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Diakonie Katastrophenhilfe"],"idNumber":["74935891413-11"]}} -{"id":"eu-tr-749421743258-45","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Sdružení automobilového průmyslu (Czech Automotive Industry Association)"],"idNumber":["749421743258-45"]}} -{"id":"eu-tr-74946923461-59","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Metal Trade & Recycling Federation"],"idNumber":["74946923461-59"]}} -{"id":"eu-tr-749609215708-63","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["BIOCHEMTEX"],"idNumber":["749609215708-63"]}} -{"id":"eu-tr-749624243209-92","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Impulse Innovations Ltd"],"idNumber":["749624243209-92"]}} -{"id":"eu-tr-749680914888-07","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Passerelle EU"],"idNumber":["749680914888-07"]}} -{"id":"eu-tr-749847441105-73","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Biodiversity Action Europe"],"idNumber":["749847441105-73"]}} -{"id":"eu-tr-74989093163-18","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Boating Industry"],"idNumber":["74989093163-18"]}} -{"id":"eu-tr-749913137915-59","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Accor"],"idNumber":["749913137915-59"]}} -{"id":"eu-tr-750078047872-66","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Axcelfuture"],"idNumber":["750078047872-66"]}} -{"id":"eu-tr-75014529893-97","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["SOS Children's Villages International"],"idNumber":["75014529893-97"]}} -{"id":"eu-tr-75039383277-48","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["BSA | The Software Alliance"],"idNumber":["75039383277-48"]}} -{"id":"eu-tr-750447615329-96","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Norwegian Refugee Council Europe"],"idNumber":["750447615329-96"]}} -{"id":"eu-tr-750594519710-33","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Europe Israel Public Affairs"],"idNumber":["750594519710-33"]}} -{"id":"eu-tr-750705410501-01","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Centre for Public Affairs"],"idNumber":["750705410501-01"]}} -{"id":"eu-tr-75093131694-63","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["EUTurbines"],"idNumber":["75093131694-63"]}} -{"id":"eu-tr-751285425198-76","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["ENTE NAZIONALE RISI"],"idNumber":["751285425198-76"]}} -{"id":"eu-tr-751354015023-07","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Hipp GmbH & Co. Produktion KG"],"idNumber":["751354015023-07"]}} -{"id":"eu-tr-75149096203-49","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["AXA Investment Managers"],"idNumber":["75149096203-49"]}} -{"id":"eu-tr-751779927700-43","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["FlixBus Italia"],"idNumber":["751779927700-43"]}} -{"id":"eu-tr-751925529087-67","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["SCOPE Europe (Self and Co-Regulation for an Optimized Policy Environment in Europe)"],"idNumber":["751925529087-67"]}} -{"id":"eu-tr-751939320358-46","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Smart Digital Entertainment S.L."],"idNumber":["751939320358-46"]}} -{"id":"eu-tr-752385731275-18","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["McKinsey Global Institute"],"idNumber":["752385731275-18"]}} -{"id":"eu-tr-75311753240-67","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Honeywell Europe NV"],"idNumber":["75311753240-67"]}} -{"id":"eu-tr-753186317949-92","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["SIRO"],"idNumber":["753186317949-92"]}} -{"id":"eu-tr-75365248559-90","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Carbon Market Watch"],"idNumber":["75365248559-90"]}} -{"id":"eu-tr-753664434063-50","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["753664434063-50"]}} -{"id":"eu-tr-753726034036-96","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["AUTOSTRADE PER L'ITALIA"],"idNumber":["753726034036-96"]}} -{"id":"eu-tr-753855023949-52","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["APT ASSOCIAZIONE PRODUTTORI TELEVISIVI"],"idNumber":["753855023949-52"]}} -{"id":"eu-tr-753922111052-91","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["ICSC EUROPE"],"idNumber":["753922111052-91"]}} -{"id":"eu-tr-75395701551-94","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Municipal Waste Europe"],"idNumber":["75395701551-94"]}} -{"id":"eu-tr-754164625664-44","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Stichting VU"],"idNumber":["754164625664-44"]}} -{"id":"eu-tr-754273928909-61","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["European Alliance for Social Sciences and Humanities"],"idNumber":["754273928909-61"]}} -{"id":"eu-tr-754356330917-42","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["754356330917-42"],"name":["Dante International S.A."]}} -{"id":"eu-tr-75449787878-94","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Linklaters LLP"],"idNumber":["75449787878-94"]}} -{"id":"eu-tr-754747839408-96","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["International Rescue Committee Belgium"],"idNumber":["754747839408-96"]}} -{"id":"eu-tr-754754839444-24","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Reset"],"idNumber":["754754839444-24"]}} -{"id":"eu-tr-754859316975-45","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"idNumber":["754859316975-45"]}} -{"id":"eu-tr-755040839461-54","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Avio S.p.A."],"idNumber":["755040839461-54"]}} -{"id":"eu-tr-755146816670-06","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["BID Bundesarbeitsgemeinschaft Immobilienwirtschaft Deutschland"],"idNumber":["755146816670-06"]}} -{"id":"eu-tr-755157231528-24","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["OD Communications"],"idNumber":["755157231528-24"]}} -{"id":"eu-tr-755496548061-95","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["755496548061-95"],"name":["Aurora Lithium"]}} -{"id":"eu-tr-755533139040-69","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Global Partners Digital"],"idNumber":["755533139040-69"]}} -{"id":"eu-tr-755555322381-50","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Brussels Airlines SA/NV"],"idNumber":["755555322381-50"]}} -{"id":"eu-tr-75569863714-64","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Intellectual Property Owners Association"],"idNumber":["75569863714-64"]}} -{"id":"eu-tr-755773342680-71","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["PanCare"],"idNumber":["755773342680-71"]}} -{"id":"eu-tr-755850612851-57","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"idNumber":["755850612851-57"]}} -{"id":"eu-tr-755972316926-59","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Tractebel Engineering - ENGIE"],"idNumber":["755972316926-59"]}} -{"id":"eu-tr-756044113057-73","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Conseil Permanent des Ecrivains"],"idNumber":["756044113057-73"]}} -{"id":"eu-tr-756081713228-69","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Ofcom"],"idNumber":["756081713228-69"]}} -{"id":"eu-tr-75615285927-45","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Thomas Cook Group"],"idNumber":["75615285927-45"]}} -{"id":"eu-tr-75617941310-89","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Johnson & Johnson"],"idNumber":["75617941310-89"]}} -{"id":"eu-tr-75637235471-23","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Wiener Börse AG"],"idNumber":["75637235471-23"]}} -{"id":"eu-tr-756663618867-82","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["756663618867-82"],"name":["Akamai Technologies, Inc."]}} -{"id":"eu-tr-756739622445-07","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Federation of Young European Greens"],"idNumber":["756739622445-07"]}} -{"id":"eu-tr-756900717177-44","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Svenska Lantbruksproducenternas Centralförbund SLC r.f."],"idNumber":["756900717177-44"]}} -{"id":"eu-tr-757195013270-80","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Industriegewerkschaft Metall"],"idNumber":["757195013270-80"]}} -{"id":"eu-tr-75729476306-17","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Wintershall Dea AG"],"idNumber":["75729476306-17"]}} -{"id":"eu-tr-757429423312-84","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["PeoplesFinancials Foundation"],"idNumber":["757429423312-84"]}} -{"id":"eu-tr-7574443768-34","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Tetra Pak Group"],"idNumber":["7574443768-34"]}} -{"id":"eu-tr-7574621118-27","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Community of European Railway and Infrastructure Companies"],"idNumber":["7574621118-27"]}} -{"id":"eu-tr-757519831454-70","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["International Steel Trade Association"],"idNumber":["757519831454-70"]}} -{"id":"eu-tr-75755621888-61","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Wirtschaftsvereinigung Stahl"],"idNumber":["75755621888-61"]}} -{"id":"eu-tr-757715333049-20","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Fundación ECOLEC"],"idNumber":["757715333049-20"]}} -{"id":"eu-tr-757797110981-25","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["757797110981-25"],"name":["International Federation of Film Distributors' and Publishers' Associations","International Federation of Film Distributors' Associations"]}} -{"id":"eu-tr-75791956264-20","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["ShareAction Europe"],"idNumber":["75791956264-20"]}} -{"id":"eu-tr-757979330792-87","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["BEYOND RATINGS"],"idNumber":["757979330792-87"]}} -{"id":"eu-tr-758119111495-35","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Danish Pelagic Producers Organisation"],"idNumber":["758119111495-35"]}} -{"id":"eu-tr-75818824519-45","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["75818824519-45"],"name":["FoodDrinkEurope"]}} -{"id":"eu-tr-758300816447-45","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Egaé, d'égal à égale"],"idNumber":["758300816447-45"]}} -{"id":"eu-tr-758607624824-23","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Académie des sciences"],"idNumber":["758607624824-23"]}} -{"id":"eu-tr-758857015634-26","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["NFU Scotland"],"idNumber":["758857015634-26"]}} -{"id":"eu-tr-75899541198-85","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["75899541198-85"],"name":["Federation of Associations for Hunting & Conservation of the EU"]}} -{"id":"eu-tr-759326517587-51","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["King Baudouin Foundation"],"idNumber":["759326517587-51"]}} -{"id":"eu-tr-759387338292-68","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Attero"],"idNumber":["759387338292-68"]}} -{"id":"eu-tr-759448420600-52","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Panathlon International"],"idNumber":["759448420600-52"]}} -{"id":"eu-tr-759451628570-72","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Public Interest Consultants"],"idNumber":["759451628570-72"]}} -{"id":"eu-tr-759619127722-33","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Alcogroup"],"idNumber":["759619127722-33"]}} -{"id":"eu-tr-759822324775-22","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["McKinsey & Company Inc."],"idNumber":["759822324775-22"]}} -{"id":"eu-tr-759849612290-93","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Zabala Innovation Consulting, S.A."],"idNumber":["759849612290-93"]}} -{"id":"eu-tr-759948816837-53","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Tax Incentivised Savings Association"],"idNumber":["759948816837-53"]}} -{"id":"eu-tr-759978215122-11","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["759978215122-11"],"name":["Gasum Oy"]}} -{"id":"eu-tr-760084520382-92","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Tax Adviser Federation"],"idNumber":["760084520382-92"]}} -{"id":"eu-tr-760422645446-64","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["The American Seed Trade Association"],"idNumber":["760422645446-64"]}} -{"id":"eu-tr-760465913924-94","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Deutsche Forschungsgemeinschaft"],"idNumber":["760465913924-94"]}} -{"id":"eu-tr-761002330576-14","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Basel Institute of Commons and Economics"],"idNumber":["761002330576-14"]}} -{"id":"eu-tr-761228138832-05","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["POST Luxembourg"],"idNumber":["761228138832-05"]}} -{"id":"eu-tr-76130992074-15","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Gas Infrastructure Europe"],"idNumber":["76130992074-15"]}} -{"id":"eu-tr-761346015292-83","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Time Warner Inc."],"idNumber":["761346015292-83"]}} -{"id":"eu-tr-761350312404-52","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"idNumber":["761350312404-52"]}} -{"id":"eu-tr-76163986870-10","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Bundesverband der Deutschen Luftverkehrswirtschaft e. V."],"idNumber":["76163986870-10"]}} -{"id":"eu-tr-761886623768-75","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Association Europe Finances Regulations"],"idNumber":["761886623768-75"]}} -{"id":"eu-tr-762072837637-60","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Nationaal Circulair Testcentrum"],"idNumber":["762072837637-60"]}} -{"id":"eu-tr-762247734758-18","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Cycling Industries Europe"],"idNumber":["762247734758-18"]}} -{"id":"eu-tr-762684725502-85","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Europeans for Fair Competition"],"idNumber":["762684725502-85"]}} -{"id":"eu-tr-763250036359-74","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Greenward Partners"],"idNumber":["763250036359-74"]}} -{"id":"eu-tr-763433942243-95","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["MLP SE"],"idNumber":["763433942243-95"]}} -{"id":"eu-tr-76399831150-89","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Bundesverband der Pharmazeutischen Industrie e.V."],"idNumber":["76399831150-89"]}} -{"id":"eu-tr-764028214726-89","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["OFFICE NATIONAL D’ETUDES ET DE RECHERCHES AEROSPATIALES"],"idNumber":["764028214726-89"]}} -{"id":"eu-tr-764053816681-64","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Euro-Mit Staal B.V."],"idNumber":["764053816681-64"]}} -{"id":"eu-tr-764184537594-67","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["764184537594-67"],"name":["SAFRAN"]}} -{"id":"eu-tr-764189838543-45","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["764189838543-45"],"name":["Amsterdam: AI Technology for People"]}} -{"id":"eu-tr-764354428462-05","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["INTERNATIONAL FEDERATION OF JOURNALISTS"],"idNumber":["764354428462-05"]}} -{"id":"eu-tr-76441066192-30","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["KLM Royal Dutch Airlines"],"idNumber":["76441066192-30"]}} -{"id":"eu-tr-764633015511-42","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Recycling Industries' Confederation"],"idNumber":["764633015511-42"]}} -{"id":"eu-tr-764727540598-79","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Association of Test Publishers"],"idNumber":["764727540598-79"]}} -{"id":"eu-tr-764818530893-82","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Codecool sp. z o.o."],"idNumber":["764818530893-82"]}} -{"id":"eu-tr-764948517086-48","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["SRV Yhtiöt Oyj"],"idNumber":["764948517086-48"]}} -{"id":"eu-tr-765247021116-71","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Better Regulation Watchdog Network"],"idNumber":["765247021116-71"]}} -{"id":"eu-tr-765628629565-68","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Vereniging Nationale Jeugdraad"],"idNumber":["765628629565-68"]}} -{"id":"eu-tr-765630716859-41","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["everis Spain S.L.U. Succursale en Belgique"],"idNumber":["765630716859-41"]}} -{"id":"eu-tr-765777524729-97","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Schweizerische Trassenvergabestelle TVS"],"idNumber":["765777524729-97"]}} -{"id":"eu-tr-765794944700-79","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["DKV EURO SERVICE"],"idNumber":["765794944700-79"]}} -{"id":"eu-tr-766108347938-49","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Recycling Netwerk Benelux"],"idNumber":["766108347938-49"]}} -{"id":"eu-tr-766313146816-02","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Scatec ASA"],"idNumber":["766313146816-02"]}} -{"id":"eu-tr-76648765687-29","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["76648765687-29"],"name":["NASDAQ"]}} -{"id":"eu-tr-766505844253-83","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Stichting RePlanet Nederland"],"idNumber":["766505844253-83"]}} -{"id":"eu-tr-76704342721-41","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["76704342721-41"],"name":["Orange"]}} -{"id":"eu-tr-767074833115-89","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Luka Koper d.d."],"idNumber":["767074833115-89"]}} -{"id":"eu-tr-767331934655-28","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Deutscher Forstwirtschaftsrat e.V."],"idNumber":["767331934655-28"]}} -{"id":"eu-tr-767381519628-85","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Union Européenne des Médecins Specialistes Ocuupational Medecine Section"],"idNumber":["767381519628-85"]}} -{"id":"eu-tr-767439135147-68","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Siemens Stiftung"],"idNumber":["767439135147-68"]}} -{"id":"eu-tr-767904016652-77","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["The Green Alliance Trust"],"idNumber":["767904016652-77"]}} -{"id":"eu-tr-768082137817-95","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Sozialkassen der deutschen Bauwirtschaft"],"idNumber":["768082137817-95"]}} -{"id":"eu-tr-768588825862-96","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["KickCancer"],"idNumber":["768588825862-96"]}} -{"id":"eu-tr-76875858222-63","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Fundación Internacional y para Iberoamérica de Administración y Políticas Públicas"],"idNumber":["76875858222-63"]}} -{"id":"eu-tr-768767529487-25","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Le Labo de l'Economie Sociale et Solidaire"],"idNumber":["768767529487-25"]}} -{"id":"eu-tr-768792210017-73","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["European Biopharmaceutical Enterprises"],"idNumber":["768792210017-73"]}} -{"id":"eu-tr-768897711187-83","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Unioncamere Lombardia"],"idNumber":["768897711187-83"]}} -{"id":"eu-tr-76903725494-68","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Association Européenne des Concessionnaires d'Autoroutes et d'Ouvrages à Péage"],"idNumber":["76903725494-68"]}} -{"id":"eu-tr-769186224869-06","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["769186224869-06"],"name":["Vestas Wind Systems A/S"]}} -{"id":"eu-tr-769258827114-68","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Universiteit Twente"],"idNumber":["769258827114-68"]}} -{"id":"eu-tr-769286939357-35","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Democracy Reporting International"],"idNumber":["769286939357-35"]}} -{"id":"eu-tr-769349815543-90","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["769349815543-90"],"name":["Naftogaz of Ukraine"]}} -{"id":"eu-tr-769561946911-18","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Stichting Life Terra"],"idNumber":["769561946911-18"]}} -{"id":"eu-tr-769682639546-50","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["MSC Cruises S.A."],"idNumber":["769682639546-50"]}} -{"id":"eu-tr-769812125327-28","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["769812125327-28"],"name":["Českomoravská konfederace odborových svazů"]}} -{"id":"eu-tr-769879137799-52","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Publicis consultants"],"idNumber":["769879137799-52"]}} -{"id":"eu-tr-769888947860-59","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["International Ethics Standards Board for Accountants"],"idNumber":["769888947860-59"]}} -{"id":"eu-tr-769898722182-72","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Plataforma per la Llengua"],"idNumber":["769898722182-72"]}} -{"id":"eu-tr-770007812381-96","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Europeana Foundation"],"idNumber":["770007812381-96"]}} -{"id":"eu-tr-770141548146-23","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Sustainable Development Network Association"],"idNumber":["770141548146-23"]}} -{"id":"eu-tr-770152343152-20","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Aerospacelab SA"],"idNumber":["770152343152-20"]}} -{"id":"eu-tr-770434028592-05","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Topcon Positioning Europe"],"idNumber":["770434028592-05"]}} -{"id":"eu-tr-770607140921-07","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Cogniware, s.r.o."],"idNumber":["770607140921-07"]}} -{"id":"eu-tr-770786045269-04","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Societat Civil Catalana"],"idNumber":["770786045269-04"]}} -{"id":"eu-tr-770879211019-11","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Eindhoven-Brainport EU Office"],"idNumber":["770879211019-11"]}} -{"id":"eu-tr-771020536080-26","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Stichting IUCN Nederlands Comité"],"idNumber":["771020536080-26"]}} -{"id":"eu-tr-77105321408-83","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["77105321408-83"],"name":["Fédération Européenne des Fabricants d'Aliments Composés"]}} -{"id":"eu-tr-771087217632-01","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Chess Union"],"idNumber":["771087217632-01"]}} -{"id":"eu-tr-771105831902-30","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Global Wo.men Hub"],"idNumber":["771105831902-30"]}} -{"id":"eu-tr-771458019273-80","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Ārvalstu investoru padome Latvijā"],"idNumber":["771458019273-80"]}} -{"id":"eu-tr-771598821553-25","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Stop Asbestos"],"idNumber":["771598821553-25"]}} -{"id":"eu-tr-771634731328-02","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Viapass"],"idNumber":["771634731328-02"]}} -{"id":"eu-tr-771713924589-06","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Social Progress Imperative"],"idNumber":["771713924589-06"]}} -{"id":"eu-tr-7719382720-34","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Institute of Chartered Accountants in England and Wales"],"idNumber":["7719382720-34"]}} -{"id":"eu-tr-772073518645-73","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Human Rights Project Management (former Otkrytaya Rossia)"],"idNumber":["772073518645-73"]}} -{"id":"eu-tr-772094925119-87","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Frontier Economics Limited"],"idNumber":["772094925119-87"]}} -{"id":"eu-tr-7721359944-96","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["7721359944-96"],"name":["IBM Corporation"]}} -{"id":"eu-tr-772806931407-44","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["The Addington Society"],"idNumber":["772806931407-44"]}} -{"id":"eu-tr-77303494979-13","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["LANXESS AG"],"idNumber":["77303494979-13"]}} -{"id":"eu-tr-773248535875-05","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Business at OECD (BIAC)"],"idNumber":["773248535875-05"]}} -{"id":"eu-tr-773408623786-14","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["CBTALENTS GLOBAL, LDA."],"idNumber":["773408623786-14"]}} -{"id":"eu-tr-773683638684-37","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Volt Europa"],"idNumber":["773683638684-37"]}} -{"id":"eu-tr-773713447849-26","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["EURONEWS"],"idNumber":["773713447849-26"]}} -{"id":"eu-tr-774019931221-41","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Inter Ikea Systems BV"],"idNumber":["774019931221-41"]}} -{"id":"eu-tr-774047715805-95","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Finnish trade union representation to the EU"],"idNumber":["774047715805-95"]}} -{"id":"eu-tr-774148834355-01","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["PESQUERIAS ISLA MAYOR SL"],"idNumber":["774148834355-01"]}} -{"id":"eu-tr-77415475552-55","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Short Brothers plc, as representative of the Bombardier group"],"idNumber":["77415475552-55"]}} -{"id":"eu-tr-774800715050-93","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Faculdade de Ciências e Tecnologia da Universidade Nova de Lisboa"],"idNumber":["774800715050-93"]}} -{"id":"eu-tr-774917716472-20","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"idNumber":["774917716472-20"]}} -{"id":"eu-tr-7749519702-29","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["7749519702-29"],"name":["Bundesvereinigung der Deutschen Arbeitgeberverbände e.V."]}} -{"id":"eu-tr-775072817180-24","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Ferrer Internacional S.A."],"idNumber":["775072817180-24"]}} -{"id":"eu-tr-77510791109-40","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Trades Union Congress (UK)"],"idNumber":["77510791109-40"]}} -{"id":"eu-tr-77608353460-77","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["77608353460-77"],"name":["RWE AG"]}} -{"id":"eu-tr-776240933252-75","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"idNumber":["776240933252-75"]}} -{"id":"eu-tr-776259317589-13","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Dairy UK"],"idNumber":["776259317589-13"]}} -{"id":"eu-tr-776567719425-17","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Open Government Partnership"],"idNumber":["776567719425-17"]}} -{"id":"eu-tr-77659588648-75","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["77659588648-75"],"name":["Hydrogen Europe"]}} -{"id":"eu-tr-776951534394-10","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["CABIFY ESPAÑA, S.L."],"idNumber":["776951534394-10"]}} -{"id":"eu-tr-777023714204-72","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Baden-Württembergischer Handwerkstag e.V."],"idNumber":["777023714204-72"]}} -{"id":"eu-tr-777042431538-85","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Hultin Partners Oy"],"idNumber":["777042431538-85"]}} -{"id":"eu-tr-777168120297-57","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Mindbase Strategic Consulting Stefan Herwig e.K."],"idNumber":["777168120297-57"]}} -{"id":"eu-tr-777244615994-94","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Cobalt Institute"],"idNumber":["777244615994-94"]}} -{"id":"eu-tr-777334028873-86","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Damen Shipyards Group"],"idNumber":["777334028873-86"]}} -{"id":"eu-tr-777439546174-13","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Związek Stowarzyszeń Polska Zielona Sieć"],"idNumber":["777439546174-13"]}} -{"id":"eu-tr-7777147632-40","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Swedish Securities Markets Association (Swedish: Föreningen Svensk Värdepappersmarknad)"],"idNumber":["7777147632-40"]}} -{"id":"eu-tr-777745717000-59","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Universidade de Coimbra"],"idNumber":["777745717000-59"]}} -{"id":"eu-tr-777774021196-68","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Telenet Group Holding"],"idNumber":["777774021196-68"]}} -{"id":"eu-tr-777843418701-27","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Autorité des Marchés Financiers"],"idNumber":["777843418701-27"]}} -{"id":"eu-tr-777909025310-14","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Confederazione Italiana Sindacati Lavoratori"],"idNumber":["777909025310-14"]}} -{"id":"eu-tr-777921743842-02","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Starbucks Coffee Co."],"idNumber":["777921743842-02"]}} -{"id":"eu-tr-778198945387-87","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Japanese Bankers Association"],"idNumber":["778198945387-87"]}} -{"id":"eu-tr-77820278284-77","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Union Professionnelle des Industries Privées du Gaz"],"idNumber":["77820278284-77"]}} -{"id":"eu-tr-77823123416-69","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Parliamentary Financial Services Forum"],"idNumber":["77823123416-69"]}} -{"id":"eu-tr-778538433821-09","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Pillsbury Winthrop Shaw Pittman LLP"],"idNumber":["778538433821-09"]}} -{"id":"eu-tr-778583224754-65","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Aquaculture Advisory Council"],"idNumber":["778583224754-65"]}} -{"id":"eu-tr-778678918306-70","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Aromates"],"idNumber":["778678918306-70"]}} -{"id":"eu-tr-778717116759-86","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Travel Commission"],"idNumber":["778717116759-86"]}} -{"id":"eu-tr-7790041608-14","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["7790041608-14"],"name":["ABB Ltd","ABB"]}} -{"id":"eu-tr-779056323205-07","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Growth Inc."],"idNumber":["779056323205-07"]}} -{"id":"eu-tr-779169725910-83","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["PIPISTREL d.o.o. Podjetje za proizvodnjo zračnih plovil"],"idNumber":["779169725910-83"]}} -{"id":"eu-tr-77924021415-75","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Bundesverband Freier Immobilien- und Wohnungsunternehmen e.V."],"idNumber":["77924021415-75"]}} -{"id":"eu-tr-77926494338-54","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Natuurmonumenten"],"idNumber":["77926494338-54"]}} -{"id":"eu-tr-779310747622-30","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Anch.AI AB"],"idNumber":["779310747622-30"]}} -{"id":"eu-tr-779379921695-06","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Pannonia Bio Zrt"],"idNumber":["779379921695-06"]}} -{"id":"eu-tr-77947983421-21","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Nickel Institute"],"idNumber":["77947983421-21"]}} -{"id":"eu-tr-779755615332-09","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["779755615332-09"],"name":["Endocrine Society"]}} -{"id":"eu-tr-780003739587-63","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Conseil National des Greffiers des Tribunaux de Commerce"],"idNumber":["780003739587-63"]}} -{"id":"eu-tr-780006923352-88","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Noble Energy"],"idNumber":["780006923352-88"]}} -{"id":"eu-tr-780087324758-50","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Market Advisory Council / Conseil Consultatif pour les Marchés"],"idNumber":["780087324758-50"]}} -{"id":"eu-tr-780138926622-39","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Magyar Szakszervezeti Szövetség"],"idNumber":["780138926622-39"]}} -{"id":"eu-tr-780146710855-91","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Lime Association"],"idNumber":["780146710855-91"]}} -{"id":"eu-tr-780330912492-15","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Business Platform Europe"],"idNumber":["780330912492-15"]}} -{"id":"eu-tr-780617118804-10","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Irish Road Haulage Association"],"idNumber":["780617118804-10"]}} -{"id":"eu-tr-780717547356-52","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Novozymes A/S"],"idNumber":["780717547356-52"]}} -{"id":"eu-tr-78089286892-19","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["ASSOCIATION OF EUROPEAN AIRLINES"],"idNumber":["78089286892-19"]}} -{"id":"eu-tr-780988631437-87","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Japan External Trade Organization"],"idNumber":["780988631437-87"]}} -{"id":"eu-tr-781539719605-15","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["RB Rail AS"],"idNumber":["781539719605-15"]}} -{"id":"eu-tr-78160685782-84","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Airlines for America"],"idNumber":["78160685782-84"]}} -{"id":"eu-tr-781781844158-41","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["The Data Union"],"idNumber":["781781844158-41"]}} -{"id":"eu-tr-78180074927-85","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Privacy International"],"idNumber":["78180074927-85"]}} -{"id":"eu-tr-781914737871-44","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["IKEM - Innovations- och kemiindustrierna i Sverige AB (556865-4650)"],"idNumber":["781914737871-44"]}} -{"id":"eu-tr-782000145605-02","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["SACRED"],"idNumber":["782000145605-02"]}} -{"id":"eu-tr-782019640129-61","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Związek Polskie Mięso"],"idNumber":["782019640129-61"]}} -{"id":"eu-tr-782320916758-57","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["DD Unternehmensentwicklungsgesellschaft mbH"],"idNumber":["782320916758-57"]}} -{"id":"eu-tr-782340832304-56","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Joint European Disruptive Initiative"],"idNumber":["782340832304-56"]}} -{"id":"eu-tr-782362733111-40","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["UNIVERSITAS 21"],"idNumber":["782362733111-40"]}} -{"id":"eu-tr-7824139202-85","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["7824139202-85"],"name":["EUROPEAN APPAREL AND TEXTILE CONFEDERATION"]}} -{"id":"eu-tr-78244764767-48","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Sociedad Española de Ornitología"],"idNumber":["78244764767-48"]}} -{"id":"eu-tr-782461923540-48","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Régie Autonome des Transports Parisiens"],"idNumber":["782461923540-48"]}} -{"id":"eu-tr-782499524173-63","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["AL-ANDALUS BUSINESS CONSULTING, S.L."],"idNumber":["782499524173-63"]}} -{"id":"eu-tr-782529817171-84","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Deloitte GmbH Wirtschaftsprüfungsgesellschaft"],"idNumber":["782529817171-84"]}} -{"id":"eu-tr-782706142961-91","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Conseil Consultatif des eaux occidentales autrales"],"idNumber":["782706142961-91"]}} -{"id":"eu-tr-782743119565-49","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["China Chamber of International Commerce"],"idNumber":["782743119565-49"]}} -{"id":"eu-tr-7829357255-35","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Hospodářská komora České republiky"],"idNumber":["7829357255-35"]}} -{"id":"eu-tr-783382238761-78","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Europe Unlimited"],"idNumber":["783382238761-78"]}} -{"id":"eu-tr-78346836208-90","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Deutsche Gesellschaft für Internationale Zusammenarbeit (GIZ) GmbH"],"idNumber":["78346836208-90"]}} -{"id":"eu-tr-783672324981-52","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Avanci, LLC"],"idNumber":["783672324981-52"]}} -{"id":"eu-tr-783802227761-08","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["2° Investing Initiative"],"idNumber":["783802227761-08"]}} -{"id":"eu-tr-783927815312-19","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["BTC D.D."],"idNumber":["783927815312-19"]}} -{"id":"eu-tr-784137137904-93","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["АЛЕКСАНДРА ФИЛМС"],"idNumber":["784137137904-93"]}} -{"id":"eu-tr-78423951746-42","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Chamber of Commerce and Industry of Serbia"],"idNumber":["78423951746-42"]}} -{"id":"eu-tr-78432668420-81","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Alcatel-Lucent"],"idNumber":["78432668420-81"]}} -{"id":"eu-tr-784388242713-97","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Network for Disability Work Integration Social Enterprises"],"idNumber":["784388242713-97"]}} -{"id":"eu-tr-784839644387-27","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Europe Jacques Delors"],"idNumber":["784839644387-27"]}} -{"id":"eu-tr-784853120041-73","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Getty Images (UK) Limited"],"idNumber":["784853120041-73"]}} -{"id":"eu-tr-784919515495-43","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Intuit Inc"],"idNumber":["784919515495-43"]}} -{"id":"eu-tr-784965722255-36","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Sacchi Consulting"],"idNumber":["784965722255-36"]}} -{"id":"eu-tr-785007527265-52","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["785007527265-52"],"name":["Ogólnopolskie Porozumienie Związków Zawodowych"]}} -{"id":"eu-tr-785157016077-28","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["785157016077-28"],"name":["Asociación Española de Banca"]}} -{"id":"eu-tr-785320514128-81","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Svaz průmyslu a dopravy ČR"],"idNumber":["785320514128-81"]}} -{"id":"eu-tr-785475634572-90","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Xeración Asociación Cultural"],"idNumber":["785475634572-90"]}} -{"id":"eu-tr-785666316356-64","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["LITUS ADVISORY SA"],"idNumber":["785666316356-64"]}} -{"id":"eu-tr-78575056586-62","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Simply Europe"],"idNumber":["78575056586-62"]}} -{"id":"eu-tr-78610009998-13","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["The Shark Trust"],"idNumber":["78610009998-13"]}} -{"id":"eu-tr-786297415977-28","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Incisive Health"],"idNumber":["786297415977-28"]}} -{"id":"eu-tr-78653601849-51","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Oxfam-Wereldwinkels vzw"],"idNumber":["78653601849-51"]}} -{"id":"eu-tr-78662404191-38","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Umicore"],"idNumber":["78662404191-38"]}} -{"id":"eu-tr-786682123800-93","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["EU-MAP Consulting Ltd"],"idNumber":["786682123800-93"]}} -{"id":"eu-tr-786818325865-93","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Pet Food Manufacturers Association"],"idNumber":["786818325865-93"]}} -{"id":"eu-tr-786906117343-26","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Play the Game/Danish Institute for Sports Studies"],"idNumber":["786906117343-26"]}} -{"id":"eu-tr-787054318177-33","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Centre National de la Recherche Scientifique"],"idNumber":["787054318177-33"]}} -{"id":"eu-tr-78711786419-61","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Association for Emissions Control by Catalyst"],"idNumber":["78711786419-61"]}} -{"id":"eu-tr-787264835793-19","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Twitch Interactive, Inc."],"idNumber":["787264835793-19"]}} -{"id":"eu-tr-787320643526-67","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Kry International AB"],"idNumber":["787320643526-67"]}} -{"id":"eu-tr-787513017798-23","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["787513017798-23"],"name":["InterDigital, Inc."]}} -{"id":"eu-tr-78753091151-50","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Koninklijke Vereniging van de Nederlandse Chemische Industrie"],"idNumber":["78753091151-50"]}} -{"id":"eu-tr-787814128494-12","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Dechert UK LLP"],"idNumber":["787814128494-12"]}} -{"id":"eu-tr-78787381113-69","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["78787381113-69"],"name":["BNP PARIBAS"]}} -{"id":"eu-tr-78847784895-41","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Pelagic Freezer-trawler Association"],"idNumber":["78847784895-41"]}} -{"id":"eu-tr-78855711571-12","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Foundation Centre"],"idNumber":["78855711571-12"]}} -{"id":"eu-tr-788890627072-28","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["ALIANZA 4-UNIVERSIDADES"],"idNumber":["788890627072-28"]}} -{"id":"eu-tr-78891371297-34","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Transport Safety Council"],"idNumber":["78891371297-34"]}} -{"id":"eu-tr-789002115168-26","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Centre for International Political Economy"],"idNumber":["789002115168-26"]}} -{"id":"eu-tr-789086929461-60","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Wine Institute"],"idNumber":["789086929461-60"]}} -{"id":"eu-tr-789134620300-83","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["CRIF SpA"],"idNumber":["789134620300-83"]}} -{"id":"eu-tr-789158412311-88","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["La Quadrature Du Net"],"idNumber":["789158412311-88"]}} -{"id":"eu-tr-789493536351-45","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["The Digital Circle"],"idNumber":["789493536351-45"]}} -{"id":"eu-tr-789637541440-94","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Foundation Save Plantation Bolivia"],"idNumber":["789637541440-94"]}} -{"id":"eu-tr-78964012479-25","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Stichting Nederland Kennisland"],"idNumber":["78964012479-25"]}} -{"id":"eu-tr-78965944361-93","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Transportföretagen TF Service AB"],"idNumber":["78965944361-93"]}} -{"id":"eu-tr-789695437661-86","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Energy Transitions Commission"],"idNumber":["789695437661-86"]}} -{"id":"eu-tr-789909615876-95","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["VINCI Energies"],"idNumber":["789909615876-95"]}} -{"id":"eu-tr-789919930041-26","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["United Soft Drinks"],"idNumber":["789919930041-26"]}} -{"id":"eu-tr-7899845424-69","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Confederation of European Waste-to-Energy Plants"],"idNumber":["7899845424-69"]}} -{"id":"eu-tr-79019799690-13","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["79019799690-13"],"name":["KfW Bankengruppe"]}} -{"id":"eu-tr-790258914732-21","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["EU Dog & Cat Alliance"],"idNumber":["790258914732-21"]}} -{"id":"eu-tr-790395022789-84","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Fagligt Fælles Forbund"],"idNumber":["790395022789-84"]}} -{"id":"eu-tr-790452411572-51","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Eucomed"],"idNumber":["790452411572-51"]}} -{"id":"eu-tr-790507431944-33","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Tresorit Kft"],"idNumber":["790507431944-33"]}} -{"id":"eu-tr-790573922716-64","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["AEGIS Europe"],"idNumber":["790573922716-64"]}} -{"id":"eu-tr-790587824911-92","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["790587824911-92"],"name":["Federturismo Confindustria - Federazione Nazionale dei Viaggi e del Turismo"]}} -{"id":"eu-tr-790716210509-69","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["ATHENA EULOGOS"],"idNumber":["790716210509-69"]}} -{"id":"eu-tr-790916815118-34","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":[".ASOCIACION ESPAÑOLA DE EMPRESAS DE PRODUCTOS DE MARCA"],"idNumber":["790916815118-34"]}} -{"id":"eu-tr-791020938683-32","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["FIND"],"idNumber":["791020938683-32"]}} -{"id":"eu-tr-791153119991-74","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Studienvereinigung Kartellrecht e.V."],"idNumber":["791153119991-74"]}} -{"id":"eu-tr-79170323734-59","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"idNumber":["79170323734-59"]}} -{"id":"eu-tr-791881922444-67","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["WorldLoop"],"idNumber":["791881922444-67"]}} -{"id":"eu-tr-791937418045-95","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["791937418045-95"],"name":["Academic Cooperation Association"]}} -{"id":"eu-tr-792244118299-55","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Sanofi Pasteur"],"idNumber":["792244118299-55"]}} -{"id":"eu-tr-792258839539-05","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Medline International B.V."],"idNumber":["792258839539-05"]}} -{"id":"eu-tr-792338437104-53","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"idNumber":["792338437104-53"]}} -{"id":"eu-tr-79239225070-38","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Lantbrukarnas Riksförbund"],"idNumber":["79239225070-38"]}} -{"id":"eu-tr-792433144288-50","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Cooperl"],"idNumber":["792433144288-50"]}} -{"id":"eu-tr-792661028996-38","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Belgische Volleybal Liga"],"idNumber":["792661028996-38"]}} -{"id":"eu-tr-793026615069-12","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["The Shift Project"],"idNumber":["793026615069-12"]}} -{"id":"eu-tr-793034324893-09","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Commonwealth Local Govenment Forum"],"idNumber":["793034324893-09"]}} -{"id":"eu-tr-793038613858-32","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Renewables Grid Initiative e.V."],"idNumber":["793038613858-32"]}} -{"id":"eu-tr-793227839090-06","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["European Food Forum"],"idNumber":["793227839090-06"]}} -{"id":"eu-tr-79326599753-48","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["ASOCIACIÓN DE EMPRESAS CON GRAN CONSUMO DE ENERGÍA"],"idNumber":["79326599753-48"]}} -{"id":"eu-tr-793300922868-60","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["ETIP Zero Emissions Platform","ETIP ZEP"],"idNumber":["793300922868-60"]}} -{"id":"eu-tr-79355099508-47","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Food Banks Federation"],"idNumber":["79355099508-47"]}} -{"id":"eu-tr-79360311166-84","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Eurochild AISBL"],"idNumber":["79360311166-84"]}} -{"id":"eu-tr-793632027863-66","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["University of Sussex"],"idNumber":["793632027863-66"]}} -{"id":"eu-tr-793750635630-82","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Royal Schiphol Group"],"idNumber":["793750635630-82"]}} -{"id":"eu-tr-793944944545-14","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Energy Co-operatives Ireland Ltd"],"idNumber":["793944944545-14"]}} -{"id":"eu-tr-794282310517-54","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["794282310517-54"],"name":["Buildings Performance Institute Europe, BPIE ASBL"]}} -{"id":"eu-tr-794372729048-95","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["UNION EUROPEENNE DES MEDECINS SPECIALISTES - PHYSICAL AND REHABILITATION MEDICINE"],"idNumber":["794372729048-95"]}} -{"id":"eu-tr-794469327833-17","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["794469327833-17"],"name":["Housing Europe"]}} -{"id":"eu-tr-794476524670-73","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["B'nai B'rith Europe"],"idNumber":["794476524670-73"]}} -{"id":"eu-tr-79464041975-17","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"idNumber":["79464041975-17"]}} -{"id":"eu-tr-79465004946-12","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["79465004946-12"],"name":["Cerame-Unie"]}} -{"id":"eu-tr-795349522263-75","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["John Wiley & Sons Limited"],"idNumber":["795349522263-75"]}} -{"id":"eu-tr-795384637216-30","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Payments Europe"],"idNumber":["795384637216-30"]}} -{"id":"eu-tr-795476328897-63","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Senat der Wirtschaft"],"idNumber":["795476328897-63"]}} -{"id":"eu-tr-795539518518-78","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["La Chambre Philharmonique"],"idNumber":["795539518518-78"]}} -{"id":"eu-tr-7955861942-03","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["7955861942-03"],"name":["HOTREC, Hotels, Restaurants & Cafés in Europe"]}} -{"id":"eu-tr-795654421523-14","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["795654421523-14"],"name":["AIG Europe S.A."]}} -{"id":"eu-tr-795662615695-14","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Asociación Española de Proveedores de Automoción"],"idNumber":["795662615695-14"]}} -{"id":"eu-tr-79585606808-03","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["IKV, Fondation pour le Développement Economique"],"idNumber":["79585606808-03"]}} -{"id":"eu-tr-795983621293-47","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Alleanza Italiana per lo Sviluppo Sostenibile"],"idNumber":["795983621293-47"]}} -{"id":"eu-tr-796170031288-85","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Human Technology Foundation"],"idNumber":["796170031288-85"]}} -{"id":"eu-tr-796200346429-12","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["TOPSOE A/S"],"idNumber":["796200346429-12"]}} -{"id":"eu-tr-79628483345-37","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Barilla Center for Food & Nutrition Foundation"],"idNumber":["79628483345-37"]}} -{"id":"eu-tr-79628773-02","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["79628773-02"],"name":["Athenora Consulting"]}} -{"id":"eu-tr-796380111637-72","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Helsinki EU Office (vastuutaho Uudenmaan liitto)"],"idNumber":["796380111637-72"]}} -{"id":"eu-tr-796649447034-89","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["GOAL Global"],"idNumber":["796649447034-89"]}} -{"id":"eu-tr-796803211721-67","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Novelis Europe"],"idNumber":["796803211721-67"]}} -{"id":"eu-tr-797200019731-91","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["onefinestay"],"idNumber":["797200019731-91"]}} -{"id":"eu-tr-797266343474-04","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Confédération Générale des Entreprises du Maroc"],"idNumber":["797266343474-04"]}} -{"id":"eu-tr-797339619005-67","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Administratie Vlaamse Regulator voor de Media"],"idNumber":["797339619005-67"]}} -{"id":"eu-tr-797386539850-46","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Ambitious.Africa"],"idNumber":["797386539850-46"]}} -{"id":"eu-tr-797437426239-67","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["European Art Market Coalition"],"idNumber":["797437426239-67"]}} -{"id":"eu-tr-797440512350-84","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Fédération Internationale des Footballeurs Professionnelles Division Europe"],"idNumber":["797440512350-84"]}} -{"id":"eu-tr-797637316590-16","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["BRAIN AG"],"idNumber":["797637316590-16"]}} -{"id":"eu-tr-79780342387-60","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Association des entreprises de produits alimentaires élaborés"],"idNumber":["79780342387-60"]}} -{"id":"eu-tr-797979143187-11","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Integro Association"],"idNumber":["797979143187-11"]}} -{"id":"eu-tr-798071410461-65","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["PRS for Music"],"idNumber":["798071410461-65"]}} -{"id":"eu-tr-798215044252-19","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Lightsource bp"],"idNumber":["798215044252-19"]}} -{"id":"eu-tr-798276218578-53","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Mutuelle Générale de l'Education Nationale"],"idNumber":["798276218578-53"]}} -{"id":"eu-tr-798291116335-22","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["European Council of Academies of Applied Sciences, Technologies & Engineering"],"idNumber":["798291116335-22"]}} -{"id":"eu-tr-79856747620-58","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["The Institute of Electrical and Electronics Engineers, Incorporated"],"idNumber":["79856747620-58"]}} -{"id":"eu-tr-79863609229-39","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Cleaning and Facility Services Industry"],"idNumber":["79863609229-39"]}} -{"id":"eu-tr-798772637872-28","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["CureVac SE"],"idNumber":["798772637872-28"]}} -{"id":"eu-tr-798931837925-89","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Българска асоциация по информационни технологии"],"idNumber":["798931837925-89"]}} -{"id":"eu-tr-7990322925-77","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["7990322925-77"],"name":["GlaxoSmithKline"]}} -{"id":"eu-tr-799142914971-03","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["799142914971-03"],"name":["Banco Santander, S.A."]}} -{"id":"eu-tr-799709122496-89","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Telefonbuch Verlag Hans Müller"],"idNumber":["799709122496-89"]}} -{"id":"eu-tr-80003592094-64","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Build Europe"],"idNumber":["80003592094-64"]}} -{"id":"eu-tr-80014376860-01","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Unrepresented Nations and Peoples Organization"],"idNumber":["80014376860-01"]}} -{"id":"eu-tr-800533940164-02","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["AS Graanul Invest"],"idNumber":["800533940164-02"]}} -{"id":"eu-tr-800709333245-03","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"idNumber":["800709333245-03"]}} -{"id":"eu-tr-801302611511-33","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["FEPORT"],"idNumber":["801302611511-33"]}} -{"id":"eu-tr-801751734399-10","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["RIO TINTO"],"idNumber":["801751734399-10"]}} -{"id":"eu-tr-801754021924-61","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Fédération Internationale des Véhicules Anciens"],"idNumber":["801754021924-61"]}} -{"id":"eu-tr-801843715024-84","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["South African Sugar Association"],"idNumber":["801843715024-84"]}} -{"id":"eu-tr-802087536653-09","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Lightyear"],"idNumber":["802087536653-09"]}} -{"id":"eu-tr-802268139704-75","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["OMA"],"idNumber":["802268139704-75"]}} -{"id":"eu-tr-802312827842-26","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["5G Automotive Association"],"idNumber":["802312827842-26"]}} -{"id":"eu-tr-802412042190-08","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["HateAid gGmbH"],"idNumber":["802412042190-08"]}} -{"id":"eu-tr-802480918087-92","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Confederation of Junior Enterprises"],"idNumber":["802480918087-92"]}} -{"id":"eu-tr-802660516125-83","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Concern Worldwide"],"idNumber":["802660516125-83"]}} -{"id":"eu-tr-80267287489-88","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["80267287489-88"],"name":["International Diabetes Federation European Region"]}} -{"id":"eu-tr-802912121341-96","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Bureau Telematica Binnenvaart"],"idNumber":["802912121341-96"]}} -{"id":"eu-tr-802929043376-31","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["BRAUNGART EPEA - Internationale Umweltforschung GmbH"],"idNumber":["802929043376-31"]}} -{"id":"eu-tr-803034333635-05","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European American Chamber of Commerce New York"],"idNumber":["803034333635-05"]}} -{"id":"eu-tr-80305287660-27","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["International Association of Classification Societies Ltd."],"idNumber":["80305287660-27"]}} -{"id":"eu-tr-803135043407-92","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Mazars SC"],"idNumber":["803135043407-92"]}} -{"id":"eu-tr-803137414612-21","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["803137414612-21"],"name":["Futures Industry Association, Inc."]}} -{"id":"eu-tr-803183412905-34","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["EUROCADRES - THE COUNCIL OF EUROPEAN PROFESSIONAL AND MANAGERIAL STAFF"],"idNumber":["803183412905-34"]}} -{"id":"eu-tr-803517417047-52","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Mn Services N.V."],"idNumber":["803517417047-52"]}} -{"id":"eu-tr-803907526295-07","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Coleman Services UK"],"idNumber":["803907526295-07"]}} -{"id":"eu-tr-804035413477-13","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European LEADER Association for Rural Development"],"idNumber":["804035413477-13"]}} -{"id":"eu-tr-804038916027-32","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Sociedade Portuguesa para o Estudo das Aves"],"idNumber":["804038916027-32"]}} -{"id":"eu-tr-804193447452-91","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Bayerischer Waldbesitzerverband e.V."],"idNumber":["804193447452-91"]}} -{"id":"eu-tr-804646318062-39","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Internet Corporation for Assigned Names and Numbers"],"idNumber":["804646318062-39"]}} -{"id":"eu-tr-804883820905-92","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Conference of European National Librarians"],"idNumber":["804883820905-92"]}} -{"id":"eu-tr-805040232176-74","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"idNumber":["805040232176-74"]}} -{"id":"eu-tr-805055331148-04","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["DZ BANK AG"],"idNumber":["805055331148-04"]}} -{"id":"eu-tr-805061923162-03","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Vanguard International and Government Affairs"],"idNumber":["805061923162-03"]}} -{"id":"eu-tr-805395439964-52","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Youth Alliance - Krusevo"],"idNumber":["805395439964-52"]}} -{"id":"eu-tr-805442516905-12","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Verband österreichischer Banken und Bankiers"],"idNumber":["805442516905-12"]}} -{"id":"eu-tr-805497917270-42","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Academy of Dermatology and Venereology"],"idNumber":["805497917270-42"]}} -{"id":"eu-tr-805519124034-79","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["ECTU - European Shippers' Council"],"idNumber":["805519124034-79"]}} -{"id":"eu-tr-805525117867-80","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Polskie Stowarzyszenie Branży Zabawek i Artykułów Dziecięcych"],"idNumber":["805525117867-80"]}} -{"id":"eu-tr-805637038375-01","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["805637038375-01"],"name":["Electronic Frontier Foundation"]}} -{"id":"eu-tr-805838518601-52","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Danish Trade Union Confederation EU Office"],"idNumber":["805838518601-52"]}} -{"id":"eu-tr-806122522422-46","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Public Power Corporation S.A."],"idNumber":["806122522422-46"]}} -{"id":"eu-tr-806168136501-27","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Quintet Private Bank (Europe)"],"idNumber":["806168136501-27"]}} -{"id":"eu-tr-806327336072-56","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["806327336072-56"],"name":["The Club of Rome"]}} -{"id":"eu-tr-806557131478-97","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["European Society for Cardiovascular and Endovascular Surgery"],"idNumber":["806557131478-97"]}} -{"id":"eu-tr-806586128487-78","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Generali Deutschland AG"],"idNumber":["806586128487-78"]}} -{"id":"eu-tr-80667711712-64","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["DFS Deutsche Flugsicherung GmbH"],"idNumber":["80667711712-64"]}} -{"id":"eu-tr-806750119116-03","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Syndicat des acteurs du bâtiment connecté et de l'effacement"],"idNumber":["806750119116-03"]}} -{"id":"eu-tr-807165222682-16","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["P8 Marketing"],"idNumber":["807165222682-16"]}} -{"id":"eu-tr-807166031160-68","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Association of Finnish Local and Regional Authorities"],"idNumber":["807166031160-68"]}} -{"id":"eu-tr-80722695701-02","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["80722695701-02"],"name":["Muenchener Rueckversicherungs-Gesellschaft Aktiengesellschaft in Muenchen"]}} -{"id":"eu-tr-807262215053-09","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Sovereign Strategy"],"idNumber":["807262215053-09"]}} -{"id":"eu-tr-807406144036-30","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Sustainable Business Association of Lithuania"],"idNumber":["807406144036-30"]}} -{"id":"eu-tr-807457531680-68","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Center for Humane Technology"],"idNumber":["807457531680-68"]}} -{"id":"eu-tr-807498245539-95","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["World Cocoa Foundation"],"idNumber":["807498245539-95"]}} -{"id":"eu-tr-807502217271-27","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Tijdelijke Handelsvennootschap iLand"],"idNumber":["807502217271-27"]}} -{"id":"eu-tr-807519133888-39","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["ILF Beratende Ingenieure GmbH"],"idNumber":["807519133888-39"]}} -{"id":"eu-tr-807551411768-46","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["EUROPEAN FEDERATION OF JEWELLERY"],"idNumber":["807551411768-46"]}} -{"id":"eu-tr-807589837155-03","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["THE CONFEDERATION OF THE SPANISH EMPLOYERS AND INDUSTRIES IN ARAGÓN"],"idNumber":["807589837155-03"]}} -{"id":"eu-tr-807821716768-62","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["EU VAT Action"],"idNumber":["807821716768-62"]}} -{"id":"eu-tr-807840314371-39","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Open Dialogue Foundation"],"idNumber":["807840314371-39"]}} -{"id":"eu-tr-80788715017-29","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Fertilizers Europe"],"idNumber":["80788715017-29"]}} -{"id":"eu-tr-807912421050-91","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["807912421050-91"],"name":["Airlines for Europe"]}} -{"id":"eu-tr-807964830768-95","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Confederação dos Agricultores de Portugal"],"idNumber":["807964830768-95"]}} -{"id":"eu-tr-808043113459-74","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["European Forum for Agricultural and Rural Advisory Services"],"idNumber":["808043113459-74"]}} -{"id":"eu-tr-808381722847-14","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Comité National des Interprofessions des Vins à appellation d’origine et à indication géographique"],"idNumber":["808381722847-14"]}} -{"id":"eu-tr-808658823757-40","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["European Timber Trade Federation"],"idNumber":["808658823757-40"]}} -{"id":"eu-tr-80866452991-55","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Algemeen Christelijk Vakverbond van België","Confédération des Syndicats Chrétiens"],"idNumber":["80866452991-55"]}} -{"id":"eu-tr-808714914195-07","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Coalition Clean Baltic"],"idNumber":["808714914195-07"]}} -{"id":"eu-tr-809247929272-91","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["European Social Work Research Association"],"idNumber":["809247929272-91"]}} -{"id":"eu-tr-809274824592-30","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Search for Common Ground"],"idNumber":["809274824592-30"]}} -{"id":"eu-tr-809359217881-29","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Prism Group SE"],"idNumber":["809359217881-29"]}} -{"id":"eu-tr-80966174852-38","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Österreichs E-Wirtschaft"],"idNumber":["80966174852-38"]}} -{"id":"eu-tr-810172132680-93","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Institut d'études politiques de Paris (Sciences Po)"],"idNumber":["810172132680-93"]}} -{"id":"eu-tr-810229227557-82","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["FEXCO Merchant Services Limited"],"idNumber":["810229227557-82"]}} -{"id":"eu-tr-81031887403-27","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Kangaroo Group"],"idNumber":["81031887403-27"]}} -{"id":"eu-tr-810688116593-26","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Institut der Wirtschaftsprüfer in Deutschland e.V."],"idNumber":["810688116593-26"]}} -{"id":"eu-tr-810707839266-64","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Corporate Diplomacy Ltd"],"idNumber":["810707839266-64"]}} -{"id":"eu-tr-810762225156-67","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Air Baltic Corporation"],"idNumber":["810762225156-67"]}} -{"id":"eu-tr-81122172998-09","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European University Association"],"idNumber":["81122172998-09"]}} -{"id":"eu-tr-81131801106-72","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"idNumber":["81131801106-72"]}} -{"id":"eu-tr-811363624510-06","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Rat für Informationsinfrastrukturen"],"idNumber":["811363624510-06"]}} -{"id":"eu-tr-81142561702-61","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Conseil des Communes et Régions d'Europe"],"idNumber":["81142561702-61"]}} -{"id":"eu-tr-8116814461-28","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Bundesverband der Freien Berufe"],"idNumber":["8116814461-28"]}} -{"id":"eu-tr-81175628740-75","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["The Norwegian Shipowners' Association"],"idNumber":["81175628740-75"]}} -{"id":"eu-tr-811973020584-68","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Essity Aktiebolag (publ)"],"idNumber":["811973020584-68"]}} -{"id":"eu-tr-812017147897-33","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Union des Professionnels de la Location Touristique"],"idNumber":["812017147897-33"]}} -{"id":"eu-tr-812201615063-80","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Deutsches Forschungszentrum für Künstliche Intelligenz DFKI GmbH"],"idNumber":["812201615063-80"]}} -{"id":"eu-tr-812232130793-17","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Agrupación de fabricantes de cemento de España"],"idNumber":["812232130793-17"]}} -{"id":"eu-tr-812438516709-37","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Singapore Exchange Limited"],"idNumber":["812438516709-37"]}} -{"id":"eu-tr-812616931953-63","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["812616931953-63"],"name":["Global Fashion Agenda"]}} -{"id":"eu-tr-812668933528-06","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Mirpuri Foundation"],"idNumber":["812668933528-06"]}} -{"id":"eu-tr-813114340572-62","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Radia, Inc."],"idNumber":["813114340572-62"]}} -{"id":"eu-tr-81311819832-09","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Fédération Internationale de Football Association"],"idNumber":["81311819832-09"]}} -{"id":"eu-tr-81317437623-13","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["European Association of Homes and Services for the Ageing"],"idNumber":["81317437623-13"]}} -{"id":"eu-tr-813541215184-21","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["BG Group"],"idNumber":["813541215184-21"]}} -{"id":"eu-tr-813844828231-47","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["AKKA Technologies"],"idNumber":["813844828231-47"]}} -{"id":"eu-tr-814014013312-48","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["ASOCIACIÓN ESPAÑOLA DE FABRICANTES DE PASTA, PAPEL Y CARTÓN"],"idNumber":["814014013312-48"]}} -{"id":"eu-tr-814112514572-47","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["814112514572-47"],"name":["ASOCIACIÓN ESPAÑOLA DE FABRICANTES DE AUTOMÓVILES Y CAMIONES"]}} -{"id":"eu-tr-814154216145-16","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Verizon Communications Inc"],"idNumber":["814154216145-16"]}} -{"id":"eu-tr-814393617568-15","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Cheniere Marketing Limited"],"idNumber":["814393617568-15"]}} -{"id":"eu-tr-814394434851-43","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["814394434851-43"],"name":["APERAM SA"]}} -{"id":"eu-tr-814525024322-56","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["LeasePlan Supply Services AG"],"idNumber":["814525024322-56"]}} -{"id":"eu-tr-814626237688-75","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Freemuse"],"idNumber":["814626237688-75"]}} -{"id":"eu-tr-814676820433-06","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Comerciando Global"],"idNumber":["814676820433-06"]}} -{"id":"eu-tr-814721210555-72","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["UNIÓN ESPAÑOLA DE ENTIDADES ASEGURADORAS Y REASEGURADORAS"],"idNumber":["814721210555-72"]}} -{"id":"eu-tr-814895025456-31","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Veikkaus Oy"],"idNumber":["814895025456-31"]}} -{"id":"eu-tr-815049546199-24","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Lithuanian Biomass Energy Association LITBIOMA"],"idNumber":["815049546199-24"]}} -{"id":"eu-tr-815176718826-78","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Takeda Pharmaceuticals International AG"],"idNumber":["815176718826-78"]}} -{"id":"eu-tr-815198341125-92","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["OrangeGas B.V."],"idNumber":["815198341125-92"]}} -{"id":"eu-tr-815211615744-03","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Think Tank EUROPA"],"idNumber":["815211615744-03"]}} -{"id":"eu-tr-815224016091-96","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Democratization Policy Council"],"idNumber":["815224016091-96"]}} -{"id":"eu-tr-815363015135-08","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["LIBERA - Associations Names and Numbers against mafias"],"idNumber":["815363015135-08"]}} -{"id":"eu-tr-815597915972-20","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Enterprise Forum Ltd"],"idNumber":["815597915972-20"]}} -{"id":"eu-tr-8156981516-21","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["8156981516-21"],"name":["EUREC- The association of European Renewable Energy Research Centres"]}} -{"id":"eu-tr-81610896372-23","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["The Brewers of Europe"],"idNumber":["81610896372-23"]}} -{"id":"eu-tr-816208822890-25","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Družba za avtoceste v Republiki Sloveniji, d.d."],"idNumber":["816208822890-25"]}} -{"id":"eu-tr-816370514047-05","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Global Crop Diversity Trust"],"idNumber":["816370514047-05"]}} -{"id":"eu-tr-817067819413-17","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Latham & Watkins LLP"],"idNumber":["817067819413-17"]}} -{"id":"eu-tr-817094638811-67","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Slack Technologies Inc"],"idNumber":["817094638811-67"]}} -{"id":"eu-tr-817188034137-93","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Helmes"],"idNumber":["817188034137-93"]}} -{"id":"eu-tr-817496917436-92","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Ordem dos Psicólogos Portugueses"],"idNumber":["817496917436-92"]}} -{"id":"eu-tr-817535514065-10","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Environmental Justice Foundation"],"idNumber":["817535514065-10"]}} -{"id":"eu-tr-817573926753-11","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["World Federation of Science Journalists"],"idNumber":["817573926753-11"]}} -{"id":"eu-tr-817789336491-32","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["SOITEC"],"idNumber":["817789336491-32"]}} -{"id":"eu-tr-817811930809-44","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Groupe VYV"],"idNumber":["817811930809-44"]}} -{"id":"eu-tr-81808968913-01","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Lighthouse Europe"],"idNumber":["81808968913-01"]}} -{"id":"eu-tr-818165941069-15","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["VAS-European Independent Foundation in Angiology/Vascular Medicine"],"idNumber":["818165941069-15"]}} -{"id":"eu-tr-818300434979-49","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["PGE Polska Grupa Energetyczna SA"],"idNumber":["818300434979-49"]}} -{"id":"eu-tr-818411020115-70","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Health and Trade Network"],"idNumber":["818411020115-70"]}} -{"id":"eu-tr-81856044851-22","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Association of Communications Agencies"],"idNumber":["81856044851-22"]}} -{"id":"eu-tr-818796448131-56","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Stowarzyszenie Krajowa Unia Producentów Soków (KUPS)"],"idNumber":["818796448131-56"]}} -{"id":"eu-tr-81898534003-92","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Confédération Générale des Cadres CFE-CGC"],"idNumber":["81898534003-92"]}} -{"id":"eu-tr-818996816692-05","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Transparency International - Bulgaria"],"idNumber":["818996816692-05"]}} -{"id":"eu-tr-819280840607-33","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Kelkoo Group Limited"],"idNumber":["819280840607-33"]}} -{"id":"eu-tr-819528326642-16","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Suomen Metsästäjäliitto - Finlands Jägarförbund"],"idNumber":["819528326642-16"]}} -{"id":"eu-tr-819536416318-13","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["PCC Intermodal SA"],"idNumber":["819536416318-13"]}} -{"id":"eu-tr-81970148701-15","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["HeidelbergCement AG"],"idNumber":["81970148701-15"]}} -{"id":"eu-tr-81995781088-41","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["APCO Worldwide"],"idNumber":["81995781088-41"]}} -{"id":"eu-tr-819965911378-79","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Fur Europe"],"idNumber":["819965911378-79"]}} -{"id":"eu-tr-820086423470-65","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Atomenergopromsbyt"],"idNumber":["820086423470-65"]}} -{"id":"eu-tr-820189240173-22","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["ALPLA Werke Alwin Lehner GmbH & Co KG"],"idNumber":["820189240173-22"]}} -{"id":"eu-tr-820300530953-18","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Tony Blair Institute for Global Change"],"idNumber":["820300530953-18"]}} -{"id":"eu-tr-820392515049-25","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Association of Credit Card Issuers in Europe"],"idNumber":["820392515049-25"]}} -{"id":"eu-tr-82041746393-10","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Wienerberger AG"],"idNumber":["82041746393-10"]}} -{"id":"eu-tr-820634629289-26","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Schwarz Zentrale Dienste KG"],"idNumber":["820634629289-26"]}} -{"id":"eu-tr-82064709791-43","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["82064709791-43"],"name":["Alinea, Avocats associés AARPI"]}} -{"id":"eu-tr-820880834847-22","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["820880834847-22"],"name":["Women Against Violence Europe Network"]}} -{"id":"eu-tr-821020111846-15","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["CAP 2020 asbl"],"idNumber":["821020111846-15"]}} -{"id":"eu-tr-821073528872-58","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Global Utmaning"],"idNumber":["821073528872-58"]}} -{"id":"eu-tr-821295712391-66","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Former Foodstuff Processors Association"],"idNumber":["821295712391-66"]}} -{"id":"eu-tr-821567821586-06","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Lunds universitet"],"idNumber":["821567821586-06"]}} -{"id":"eu-tr-821916837902-96","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Kom op tegen Kanker"],"idNumber":["821916837902-96"]}} -{"id":"eu-tr-822015024907-87","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Aviation Security Services Association - International"],"idNumber":["822015024907-87"]}} -{"id":"eu-tr-822081118841-09","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Rundfunkrat des Westdeutschen Rundfunks"],"idNumber":["822081118841-09"]}} -{"id":"eu-tr-822108226286-65","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["The Node for Opportunities, Development, Environment"],"idNumber":["822108226286-65"]}} -{"id":"eu-tr-822172345416-43","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["RWM"],"idNumber":["822172345416-43"]}} -{"id":"eu-tr-822198744-40","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["FoodServiceEurope"],"idNumber":["822198744-40"]}} -{"id":"eu-tr-822479410571-77","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["electri-citi.mobi"],"idNumber":["822479410571-77"]}} -{"id":"eu-tr-822719415555-79","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["GML Limited"],"idNumber":["822719415555-79"]}} -{"id":"eu-tr-82296032229-15","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["SC Johnson"],"idNumber":["82296032229-15"]}} -{"id":"eu-tr-823142716770-58","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["IRG Advisors LLP"],"idNumber":["823142716770-58"]}} -{"id":"eu-tr-823171519707-31","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["823171519707-31"],"name":["The German Marshall Fund of the United States - The Transatlantic Foundation"]}} -{"id":"eu-tr-823515125539-22","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["MTÜ EESTI SUURETTEVÕTJATE ASSOTSIATSIOON"],"idNumber":["823515125539-22"]}} -{"id":"eu-tr-823516326548-17","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Deloitte Advisory, S.L."],"idNumber":["823516326548-17"]}} -{"id":"eu-tr-823591710024-95","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Forum of Independent Professionals"],"idNumber":["823591710024-95"]}} -{"id":"eu-tr-823690722104-96","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Conseil National du réseau CERFRANCE"],"idNumber":["823690722104-96"]}} -{"id":"eu-tr-823693912705-83","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["League of European Research Universities"],"idNumber":["823693912705-83"]}} -{"id":"eu-tr-823710129179-63","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Europäisches Zentrum für Presse- und Medienfreiheit"],"idNumber":["823710129179-63"]}} -{"id":"eu-tr-823871417098-42","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Airbnb Ireland UC"],"idNumber":["823871417098-42"]}} -{"id":"eu-tr-824008510430-67","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["BLOOM Association"],"idNumber":["824008510430-67"]}} -{"id":"eu-tr-824053621298-40","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["SEOPAN, Asociación de Empresas Constructoras y Concesionarias de Infraestructuras"],"idNumber":["824053621298-40"]}} -{"id":"eu-tr-824123739458-36","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["ZN"],"idNumber":["824123739458-36"]}} -{"id":"eu-tr-824405140230-24","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Waymo"],"idNumber":["824405140230-24"]}} -{"id":"eu-tr-824899724684-65","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"idNumber":["824899724684-65"]}} -{"id":"eu-tr-825136311977-57","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Akzo Nobel Deco GmH"],"idNumber":["825136311977-57"]}} -{"id":"eu-tr-825253330601-20","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["AV Living Lab, Inovativne tehnologije, d.o.o."],"idNumber":["825253330601-20"]}} -{"id":"eu-tr-825435720234-90","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Grundfos Holding A/S"],"idNumber":["825435720234-90"]}} -{"id":"eu-tr-82627008472-82","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["RAI RADIOTELEVISIONE ITALIANA SpA"],"idNumber":["82627008472-82"]}} -{"id":"eu-tr-826475025434-21","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Wetsus, European Centre of Excellence for Sustainable Water Technology"],"idNumber":["826475025434-21"]}} -{"id":"eu-tr-826984547100-93","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["US Council for International Business"],"idNumber":["826984547100-93"]}} -{"id":"eu-tr-827100133650-49","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Christelijk Nationaal Vakverbond Vakcentrale"],"idNumber":["827100133650-49"]}} -{"id":"eu-tr-827172316947-35","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["World Wide Fund for Nature - Greece"],"idNumber":["827172316947-35"]}} -{"id":"eu-tr-827688315793-86","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["827688315793-86"],"name":["Heineken N.V."]}} -{"id":"eu-tr-82770116544-06","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Westinghouse Electric UK Holdings Ltd."],"idNumber":["82770116544-06"]}} -{"id":"eu-tr-827752410362-51","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Olympic Committees EU Office"],"idNumber":["827752410362-51"]}} -{"id":"eu-tr-827860618416-72","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Verband Öffentlicher Versicherer"],"idNumber":["827860618416-72"]}} -{"id":"eu-tr-827877723555-25","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Σύνδεσμος Ιστορικών Καφέ Ευρώπης"],"idNumber":["827877723555-25"]}} -{"id":"eu-tr-827929825168-90","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Association of Development Agencies"],"idNumber":["827929825168-90"]}} -{"id":"eu-tr-82797211999-77","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Kassenärztliche Bundesvereinigung"],"idNumber":["82797211999-77"]}} -{"id":"eu-tr-828043215254-68","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Cluster de Energía"],"idNumber":["828043215254-68"]}} -{"id":"eu-tr-82853397708-89","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["82853397708-89"],"name":["Liberty Global Corporate B.V."]}} -{"id":"eu-tr-828617341174-24","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["ALLRAIL Alliance of Rail New Entrants"],"idNumber":["828617341174-24"]}} -{"id":"eu-tr-82864476764-79","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["UNI MEI Global Union"],"idNumber":["82864476764-79"]}} -{"id":"eu-tr-828863937219-70","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Institut für Klimaschutz, Energie und Mobilität"],"idNumber":["828863937219-70"]}} -{"id":"eu-tr-829019131787-70","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["829019131787-70"],"name":["HENSOLDT AG"]}} -{"id":"eu-tr-829208810503-45","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["829208810503-45"],"name":["Société des Auteurs, Compositeurs et Editeurs de Musique"]}} -{"id":"eu-tr-82936193787-44","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["82936193787-44"],"name":["Union des Entreprises Luxembourgeoises"]}} -{"id":"eu-tr-829508629824-54","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Asociación Española de Empresas Tecnológicas de Defensa, Seguridad, Aeronáutica y Espacio"],"idNumber":["829508629824-54"]}} -{"id":"eu-tr-82950919755-02","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["82950919755-02"],"name":["The European Association of Hospital Pharmacists"]}} -{"id":"eu-tr-829741040768-66","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Railforum Nederland"],"idNumber":["829741040768-66"]}} -{"id":"eu-tr-829752332169-25","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Stratosphere Advisors LLC"],"idNumber":["829752332169-25"]}} -{"id":"eu-tr-829786043094-93","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["COMPAGNIE NATIONALE DES COMMISSAIRES AUX COMPTES"],"idNumber":["829786043094-93"]}} -{"id":"eu-tr-830179316835-01","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["DOUX"],"idNumber":["830179316835-01"]}} -{"id":"eu-tr-830602544290-51","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["EcoCare Ghana"],"idNumber":["830602544290-51"]}} -{"id":"eu-tr-830630634035-51","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Nota Bene"],"idNumber":["830630634035-51"]}} -{"id":"eu-tr-830762241922-87","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Values Unite"],"idNumber":["830762241922-87"]}} -{"id":"eu-tr-830882416841-19","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["International Financial Reporting Standards (IFRS) Foundation"],"idNumber":["830882416841-19"]}} -{"id":"eu-tr-831120023433-89","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Science Foundation"],"idNumber":["831120023433-89"]}} -{"id":"eu-tr-831229844235-59","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Stichting Dr. Denis Mukwege"],"idNumber":["831229844235-59"]}} -{"id":"eu-tr-831342717161-85","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Lhoist"],"idNumber":["831342717161-85"]}} -{"id":"eu-tr-83141557347-02","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["COBATY International"],"idNumber":["83141557347-02"]}} -{"id":"eu-tr-831914317017-96","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Foro Mundial sobre el Acceso a la Tierra y a los Recursos Naturales"],"idNumber":["831914317017-96"]}} -{"id":"eu-tr-83211441580-56","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Eurofinas"],"idNumber":["83211441580-56"]}} -{"id":"eu-tr-832127122758-38","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["European Startup Network"],"idNumber":["832127122758-38"]}} -{"id":"eu-tr-832413729653-30","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Roundtable on Sustainable Palm Oil"],"idNumber":["832413729653-30"]}} -{"id":"eu-tr-832464619371-76","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Fundación Alternativas"],"idNumber":["832464619371-76"]}} -{"id":"eu-tr-832617510389-12","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Europa Nostra"],"idNumber":["832617510389-12"]}} -{"id":"eu-tr-832797511955-47","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["European Council of Doctoral Candidates and Junior Researchers"],"idNumber":["832797511955-47"]}} -{"id":"eu-tr-833068219638-67","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["A.T. KEARNEY"],"idNumber":["833068219638-67"]}} -{"id":"eu-tr-833079816527-73","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Comunidade Intermunicipal da Região de Leiria"],"idNumber":["833079816527-73"]}} -{"id":"eu-tr-833155523741-81","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Finance Sector Union"],"idNumber":["833155523741-81"]}} -{"id":"eu-tr-833569212328-68","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["The Research Council of Norway"],"idNumber":["833569212328-68"]}} -{"id":"eu-tr-83357751766-93","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["83357751766-93"],"name":["Plan International EU Office"]}} -{"id":"eu-tr-833656146084-28","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["FedEx Express International Belgium BVBA"],"idNumber":["833656146084-28"]}} -{"id":"eu-tr-83370363079-88","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["83370363079-88"],"name":["Commerzbank AG"]}} -{"id":"eu-tr-834080221070-18","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["ASSOCIATION MEDICALE EUROPEENNE"],"idNumber":["834080221070-18"]}} -{"id":"eu-tr-834097813524-45","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["New Under Ten Fishermen's Association"],"idNumber":["834097813524-45"]}} -{"id":"eu-tr-83425058760-88","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Federazione Imprese Siderurgiche Italiane"],"idNumber":["83425058760-88"]}} -{"id":"eu-tr-834294413658-72","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["FEDERACIÓN EMPRESARIAL DE LA INDUSTRIA QUÍMICA ESPAÑOLA"],"idNumber":["834294413658-72"]}} -{"id":"eu-tr-834646340101-36","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["WeProtect Global Alliance"],"idNumber":["834646340101-36"]}} -{"id":"eu-tr-834721317163-08","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Stora Enso Oyj"],"idNumber":["834721317163-08"]}} -{"id":"eu-tr-835021737805-19","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["3E"],"idNumber":["835021737805-19"]}} -{"id":"eu-tr-835500817930-66","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["835500817930-66"],"name":["Bacardi-Martini BV"]}} -{"id":"eu-tr-83575061669-96","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["83575061669-96"],"name":["Cosmetics Europe"]}} -{"id":"eu-tr-835954415408-30","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Schmid Mobility Solutions GmbH"],"idNumber":["835954415408-30"]}} -{"id":"eu-tr-835967332819-32","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["835967332819-32"],"name":["SSAB AB"]}} -{"id":"eu-tr-836207415126-14","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["EMC Information Systems"],"idNumber":["836207415126-14"]}} -{"id":"eu-tr-836479640722-08","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Jaimo Solutions GmbH"],"idNumber":["836479640722-08"]}} -{"id":"eu-tr-836507235181-83","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Interface3.Namur"],"idNumber":["836507235181-83"]}} -{"id":"eu-tr-836745216685-46","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["HELLENIC UNION OF INDUSTRIAL CONSUMERS OF ENERGY"],"idNumber":["836745216685-46"]}} -{"id":"eu-tr-836747546780-74","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Cleantech ForEst Mittetulundusühing"],"idNumber":["836747546780-74"]}} -{"id":"eu-tr-836939615933-24","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["836939615933-24"],"name":["Citadel LLC"]}} -{"id":"eu-tr-837117941719-15","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Polymun Scientific Immunbiologische Forschung GmbH"],"idNumber":["837117941719-15"]}} -{"id":"eu-tr-837218925912-49","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["People's Health Movement - Europe"],"idNumber":["837218925912-49"]}} -{"id":"eu-tr-837674320702-56","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Corporación Andina de Fomento"],"idNumber":["837674320702-56"]}} -{"id":"eu-tr-838328429683-62","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["ALNYLAM PHARMACEUTICALS"],"idNumber":["838328429683-62"]}} -{"id":"eu-tr-838633717126-86","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["InternsGoPro"],"idNumber":["838633717126-86"]}} -{"id":"eu-tr-83890596453-52","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["ERG spa"],"idNumber":["83890596453-52"]}} -{"id":"eu-tr-838916626022-92","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["ALGECO SAS"],"idNumber":["838916626022-92"]}} -{"id":"eu-tr-839068416700-85","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Ivy Investment Management Company"],"idNumber":["839068416700-85"]}} -{"id":"eu-tr-839157644877-97","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["European Chamber of Commerce in Korea"],"idNumber":["839157644877-97"]}} -{"id":"eu-tr-83923664694-38","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Climate Alliance of European cities with indigenous rainforest peoples"],"idNumber":["83923664694-38"]}} -{"id":"eu-tr-839260347721-13","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["PUBLIC JOINT STOCK COMPANY JOINT STOCK BANK UKRGASBANK"],"idNumber":["839260347721-13"]}} -{"id":"eu-tr-83945428894-94","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Victim Support Europe"],"idNumber":["83945428894-94"]}} -{"id":"eu-tr-839855419588-94","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["International Center for Transitional Justice Brussels"],"idNumber":["839855419588-94"]}} -{"id":"eu-tr-840058823715-16","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Universitetet i Oslo"],"idNumber":["840058823715-16"]}} -{"id":"eu-tr-840178815175-63","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Health Food Manufacturers' Association"],"idNumber":["840178815175-63"]}} -{"id":"eu-tr-840500521297-41","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Regent's University London"],"idNumber":["840500521297-41"]}} -{"id":"eu-tr-84050217165-45","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Baxter Healthcare SA"],"idNumber":["84050217165-45"]}} -{"id":"eu-tr-840667012559-60","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["TIC Council"],"idNumber":["840667012559-60"]}} -{"id":"eu-tr-840743940523-47","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Panodyssey Holding Group"],"idNumber":["840743940523-47"]}} -{"id":"eu-tr-840804329063-93","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"idNumber":["840804329063-93"]}} -{"id":"eu-tr-840886624006-55","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Weingut Matthias Höfflin"],"idNumber":["840886624006-55"]}} -{"id":"eu-tr-840952226508-06","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Humboldt-Universität zu Berlin"],"idNumber":["840952226508-06"]}} -{"id":"eu-tr-841080615299-36","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Ecole Polytechnique Fédérale de Lausanne"],"idNumber":["841080615299-36"]}} -{"id":"eu-tr-84108743925-09","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Deutsches Verkehrsforum"],"idNumber":["84108743925-09"]}} -{"id":"eu-tr-841149520528-38","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Commercial League Global Pharma Centre Inc"],"idNumber":["841149520528-38"]}} -{"id":"eu-tr-841347528761-81","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["EUROCHAM MALAYSIA"],"idNumber":["841347528761-81"]}} -{"id":"eu-tr-841628928852-58","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["DCU Brexit Institute"],"idNumber":["841628928852-58"]}} -{"id":"eu-tr-841636629331-19","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Biedrības \"Latvijas Lielo pilsētu asociācija\""],"idNumber":["841636629331-19"]}} -{"id":"eu-tr-841814846241-70","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Women Environmental Programme"],"idNumber":["841814846241-70"]}} -{"id":"eu-tr-841916743593-61","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Danish Foundation for Entrepreneurship"],"idNumber":["841916743593-61"]}} -{"id":"eu-tr-841970044523-30","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Extintion Rebellion NL"],"idNumber":["841970044523-30"]}} -{"id":"eu-tr-842194125102-63","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Qatar Airways"],"idNumber":["842194125102-63"]}} -{"id":"eu-tr-842315534764-63","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Cruelty Free Europe"],"idNumber":["842315534764-63"]}} -{"id":"eu-tr-84244281858-12","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Biodiesel Board"],"idNumber":["84244281858-12"]}} -{"id":"eu-tr-842673536633-19","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Centre for Trade and Economic Integration"],"idNumber":["842673536633-19"]}} -{"id":"eu-tr-842703846901-62","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Artelys"],"idNumber":["842703846901-62"]}} -{"id":"eu-tr-84295189159-07","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Ipsen Pharma"],"idNumber":["84295189159-07"]}} -{"id":"eu-tr-842972045628-44","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Tokonomics"],"idNumber":["842972045628-44"]}} -{"id":"eu-tr-843003040961-28","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Fuzu Limited"],"idNumber":["843003040961-28"]}} -{"id":"eu-tr-843071031814-24","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Leibniz Institute for Financial Research SAFE"],"idNumber":["843071031814-24"]}} -{"id":"eu-tr-84308599569-14","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Electronic Money Association"],"idNumber":["84308599569-14"]}} -{"id":"eu-tr-843309518020-96","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Wise Ltd"],"idNumber":["843309518020-96"]}} -{"id":"eu-tr-843694634977-95","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Ignasi Guardans"],"idNumber":["843694634977-95"]}} -{"id":"eu-tr-843707428180-27","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["World Marrow Donor Association"],"idNumber":["843707428180-27"]}} -{"id":"eu-tr-843968715727-06","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Studio Valla - European Consulting"],"idNumber":["843968715727-06"]}} -{"id":"eu-tr-843976826355-03","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Migrant Worker Rights Network"],"idNumber":["843976826355-03"]}} -{"id":"eu-tr-844280130623-69","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Deutsche Kartuschen Wiederaufbereitungs-Unternehmen"],"idNumber":["844280130623-69"]}} -{"id":"eu-tr-8446007549-73","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Industriegewerkschaft Bauen-Agrar-Umwelt"],"idNumber":["8446007549-73"]}} -{"id":"eu-tr-844603627356-46","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"idNumber":["844603627356-46"]}} -{"id":"eu-tr-844689616084-97","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Europeans Throughout The World"],"idNumber":["844689616084-97"]}} -{"id":"eu-tr-844755843952-38","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["NEXI"],"idNumber":["844755843952-38"]}} -{"id":"eu-tr-84476202986-17","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Pensioenfederatie (Federation of the Dutch Pension Funds)"],"idNumber":["84476202986-17"]}} -{"id":"eu-tr-844984035602-19","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Animals International (The global arm of Animals Australia)"],"idNumber":["844984035602-19"]}} -{"id":"eu-tr-845534218111-15","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["MoneySavingExpert.com Limited"],"idNumber":["845534218111-15"]}} -{"id":"eu-tr-845551111047-04","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Deutscher Steuerberaterverband e.V."],"idNumber":["845551111047-04"]}} -{"id":"eu-tr-845563817745-89","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Independent Regulators' Group - Rail"],"idNumber":["845563817745-89"]}} -{"id":"eu-tr-845814244300-25","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["All Ladies G100"],"idNumber":["845814244300-25"]}} -{"id":"eu-tr-845856417247-32","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["International Platform of Insects for Food & Feed Association"],"idNumber":["845856417247-32"]}} -{"id":"eu-tr-846063933738-78","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Association Marocaine des Industries du Textile et de l'Habillement"],"idNumber":["846063933738-78"]}} -{"id":"eu-tr-84606487324-44","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["CAISSE DES DEPOTS"],"idNumber":["84606487324-44"]}} -{"id":"eu-tr-84615015169-54","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["ADRA - Adventist Development and Relief Agency - EUROPE REGIONAL Office"],"idNumber":["84615015169-54"]}} -{"id":"eu-tr-846757425780-51","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["MSL France"],"idNumber":["846757425780-51"]}} -{"id":"eu-tr-846795818801-87","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"idNumber":["846795818801-87"]}} -{"id":"eu-tr-846961512558-23","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Argus Media Ltd"],"idNumber":["846961512558-23"]}} -{"id":"eu-tr-84697226195-47","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Die Medienanstalten - Arbeitsgemeinschaft der Landesmedienanstalten in der Bundesrepublik Deutschland"],"idNumber":["84697226195-47"]}} -{"id":"eu-tr-847206146825-85","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Ragn-Sellsföretagen"],"idNumber":["847206146825-85"]}} -{"id":"eu-tr-847475437113-80","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["847475437113-80"],"name":["Beam Suntory SL"]}} -{"id":"eu-tr-847552513093-34","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["IE Business School and IE University."],"idNumber":["847552513093-34"]}} -{"id":"eu-tr-84768556104-35","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["amfori - Trade with Purpose"],"idNumber":["84768556104-35"]}} -{"id":"eu-tr-847748313670-41","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["European PVC Window Profiles and related Building Products Association"],"idNumber":["847748313670-41"]}} -{"id":"eu-tr-848077116912-21","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Federatie Nederlandse Vakbeweging"],"idNumber":["848077116912-21"]}} -{"id":"eu-tr-848115042056-95","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["European Water and Wastewater Regulatory Authorities"],"idNumber":["848115042056-95"]}} -{"id":"eu-tr-848163332915-94","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["EIT Digital"],"idNumber":["848163332915-94"]}} -{"id":"eu-tr-84839535366-67","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["84839535366-67"],"name":["Fédération Internationale de l'Automobile"]}} -{"id":"eu-tr-848399332282-85","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["McAfee Enterprise","Trellix"],"idNumber":["848399332282-85"]}} -{"id":"eu-tr-848452042225-47","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Fondazione Polo del '900"],"idNumber":["848452042225-47"]}} -{"id":"eu-tr-848664212424-97","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["848664212424-97"],"name":["Asociación Española de Mayoristas, Transformadores, Importadores y Exportadores de Productos de la Pesca y la Acuicultura"]}} -{"id":"eu-tr-848841415210-63","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Borsa Italiana"],"idNumber":["848841415210-63"]}} -{"id":"eu-tr-84917875724-73","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Bundesverband Deutscher Leasing-Unternehmen e. V."],"idNumber":["84917875724-73"]}} -{"id":"eu-tr-849318716939-24","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Eurosport"],"idNumber":["849318716939-24"]}} -{"id":"eu-tr-849413211923-25","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["849413211923-25"],"name":["Conseil Européen des Jeunes Agriculteurs"]}} -{"id":"eu-tr-849607914394-57","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Lumos Foundation"],"idNumber":["849607914394-57"]}} -{"id":"eu-tr-849718231364-50","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Regen Waste Limited"],"idNumber":["849718231364-50"]}} -{"id":"eu-tr-84973761187-60","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["84973761187-60"],"name":["EuroCommerce"]}} -{"id":"eu-tr-849798415326-80","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Association of European Businesses"],"idNumber":["849798415326-80"]}} -{"id":"eu-tr-849884533831-33","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Open Knowledge Foundation Deutschland"],"idNumber":["849884533831-33"]}} -{"id":"eu-tr-849930447094-18","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Fränkischer Weinbauverband e. V."],"idNumber":["849930447094-18"]}} -{"id":"eu-tr-849997016104-66","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["849997016104-66"],"name":["ASOCIACIÓN DE EMPRESAS DE ENERGÍA ELÉCTRICA"]}} -{"id":"eu-tr-850223147083-79","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Klimadelegation e.V."],"idNumber":["850223147083-79"]}} -{"id":"eu-tr-85076002321-31","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["85076002321-31"],"name":["The EU Vegetable Oil and Proteinmeal Industry"]}} -{"id":"eu-tr-85083981189-35","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["85083981189-35"],"name":["Platform of European Social NGOs"]}} -{"id":"eu-tr-850964536411-03","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Nordic Entertainment Group AB"],"idNumber":["850964536411-03"]}} -{"id":"eu-tr-85103504511-82","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["85103504511-82"],"name":["ActionAid"]}} -{"id":"eu-tr-851204528459-55","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Alcoa Nederland Holding BV"],"idNumber":["851204528459-55"]}} -{"id":"eu-tr-851588020173-10","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Brambles"],"idNumber":["851588020173-10"]}} -{"id":"eu-tr-85161125283-02","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Nordenergi"],"idNumber":["85161125283-02"]}} -{"id":"eu-tr-85172105610-37","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European CIO Association"],"idNumber":["85172105610-37"]}} -{"id":"eu-tr-851790015102-31","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Ammattiliitto Pro"],"idNumber":["851790015102-31"]}} -{"id":"eu-tr-851992443399-92","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Euclid Network"],"idNumber":["851992443399-92"]}} -{"id":"eu-tr-852107117454-57","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"idNumber":["852107117454-57"]}} -{"id":"eu-tr-852151527714-11","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Armenian General Benevolent Union Europe"],"idNumber":["852151527714-11"]}} -{"id":"eu-tr-85223352533-24","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["European Alternatives Limited"],"idNumber":["85223352533-24"]}} -{"id":"eu-tr-852297128949-72","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Internet Economy Foundation"],"idNumber":["852297128949-72"]}} -{"id":"eu-tr-852329329251-06","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Green Finance Observatory"],"idNumber":["852329329251-06"]}} -{"id":"eu-tr-852523338633-03","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Coalition for Epidemic Preparedness Innovations"],"idNumber":["852523338633-03"]}} -{"id":"eu-tr-85252491441-36","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Verband Deutscher Bürgschaftsbanken e.V."],"idNumber":["85252491441-36"]}} -{"id":"eu-tr-852622937459-14","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Wizz Air Group"],"idNumber":["852622937459-14"]}} -{"id":"eu-tr-852839831280-87","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["First Sentier Investors"],"idNumber":["852839831280-87"]}} -{"id":"eu-tr-853017625324-47","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["RISE Research Institutes of Sweden AB"],"idNumber":["853017625324-47"]}} -{"id":"eu-tr-853792417591-27","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["LEXMARK"],"idNumber":["853792417591-27"]}} -{"id":"eu-tr-853889944167-66","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Center for Constitutional and Human Rights"],"idNumber":["853889944167-66"]}} -{"id":"eu-tr-853902819964-14","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["ITSector, Sistemas de Informação S.A."],"idNumber":["853902819964-14"]}} -{"id":"eu-tr-854089837323-68","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Konsorcium nevládních organizací pracujících s migranty v ČR"],"idNumber":["854089837323-68"]}} -{"id":"eu-tr-854246640306-96","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Thorn"],"idNumber":["854246640306-96"]}} -{"id":"eu-tr-854255020074-46","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Progressive Policy Institute"],"idNumber":["854255020074-46"]}} -{"id":"eu-tr-854340519657-46","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Zettabox Czech s.r.o."],"idNumber":["854340519657-46"]}} -{"id":"eu-tr-854423837142-26","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Advanced fuel Solutions"],"idNumber":["854423837142-26"]}} -{"id":"eu-tr-85470672196-59","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Association Occitanie Europe"],"idNumber":["85470672196-59"]}} -{"id":"eu-tr-85472489822-85","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Bank of Valletta Group"],"idNumber":["85472489822-85"]}} -{"id":"eu-tr-854760618864-10","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["UNION SYNDICALE FEDERALE"],"idNumber":["854760618864-10"]}} -{"id":"eu-tr-855101525467-43","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Studio Tomás Saraceno GmbH"],"idNumber":["855101525467-43"]}} -{"id":"eu-tr-855386645315-74","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Svensk Kollektivtrafik Service AB"],"idNumber":["855386645315-74"]}} -{"id":"eu-tr-855507915268-60","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Personal Investment Management & Financial Advice Association"],"idNumber":["855507915268-60"]}} -{"id":"eu-tr-855530342287-21","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["SCALEWAY"],"idNumber":["855530342287-21"]}} -{"id":"eu-tr-855647016671-07","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["855647016671-07"],"name":["European Road Transport Research Advisory Council"]}} -{"id":"eu-tr-855652420981-02","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["The EU Law Network"],"idNumber":["855652420981-02"]}} -{"id":"eu-tr-8557515321-37","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["8557515321-37"],"name":["Open Society European Policy Institute"]}} -{"id":"eu-tr-855962634662-04","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Zoologische Gesellschaft Frankfurt von 1858 e.V."],"idNumber":["855962634662-04"]}} -{"id":"eu-tr-856018316655-92","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Nordic Council"],"idNumber":["856018316655-92"]}} -{"id":"eu-tr-85606455727-29","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Dr2 Consultants"],"idNumber":["85606455727-29"]}} -{"id":"eu-tr-856227147204-84","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Formula 1"],"idNumber":["856227147204-84"]}} -{"id":"eu-tr-85637203212-87","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["85637203212-87"],"name":["European Educational Exchanges - Youth For Understanding"]}} -{"id":"eu-tr-85679286747-21","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Acumen Public Affairs"],"idNumber":["85679286747-21"]}} -{"id":"eu-tr-85686156700-13","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["85686156700-13"],"name":["European Women's Lobby"]}} -{"id":"eu-tr-857077134756-33","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["BREIZ EUROPE"],"idNumber":["857077134756-33"]}} -{"id":"eu-tr-857131635031-60","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Universiteit Maastricht"],"idNumber":["857131635031-60"]}} -{"id":"eu-tr-85717948337-22","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Verband der Kali- und Salzindustrie e.V."],"idNumber":["85717948337-22"]}} -{"id":"eu-tr-857319816874-60","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["THE AMERICAN COLLEGE OF GREECE"],"idNumber":["857319816874-60"]}} -{"id":"eu-tr-85738828935-64","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Havas Paris"],"idNumber":["85738828935-64"]}} -{"id":"eu-tr-857466510849-71","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Koch Companies Public Sector, LLC"],"idNumber":["857466510849-71"]}} -{"id":"eu-tr-857553411399-49","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Confederação Nacional das Cooperativas Agrícolas e do Crédito Agrícola de Portugal"],"idNumber":["857553411399-49"]}} -{"id":"eu-tr-857755911282-13","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["The Norwegian Consumer Council"],"idNumber":["857755911282-13"]}} -{"id":"eu-tr-857807628096-78","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Initiative and Referendum Institute Europe"],"idNumber":["857807628096-78"]}} -{"id":"eu-tr-857901722706-19","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Georg von Holtzbrinck GmbH & Co. KG"],"idNumber":["857901722706-19"]}} -{"id":"eu-tr-858136219735-96","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["foodwatch"],"idNumber":["858136219735-96"]}} -{"id":"eu-tr-858213820631-77","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Oxfam-Solidarité / Oxfam-Solidariteit"],"idNumber":["858213820631-77"]}} -{"id":"eu-tr-85825114058-57","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Coalition on Homeopathic and Anthroposophic Medicinal Products"],"idNumber":["85825114058-57"]}} -{"id":"eu-tr-858628247176-62","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["DR4EU"],"idNumber":["858628247176-62"]}} -{"id":"eu-tr-858716912337-17","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Swiss Finance Council"],"idNumber":["858716912337-17"]}} -{"id":"eu-tr-858985017078-86","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["AKD advocaten & notarissen"],"idNumber":["858985017078-86"]}} -{"id":"eu-tr-859389815176-35","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Union Youth Orchestra Foundation"],"idNumber":["859389815176-35"]}} -{"id":"eu-tr-85945103744-47","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["FEDERCASA"],"idNumber":["85945103744-47"]}} -{"id":"eu-tr-859474614808-89","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Association des Régions de France"],"idNumber":["859474614808-89"]}} -{"id":"eu-tr-859489330919-08","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Future Advocacy"],"idNumber":["859489330919-08"]}} -{"id":"eu-tr-859810115235-49","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["CHRISTOS FOLIAS AND CO. EE"],"idNumber":["859810115235-49"]}} -{"id":"eu-tr-859942318143-66","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Istituto per la Competitività"],"idNumber":["859942318143-66"]}} -{"id":"eu-tr-859996621317-61","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Splunk"],"idNumber":["859996621317-61"]}} -{"id":"eu-tr-860364318039-81","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["FIDAL","Fiduciaire Juridique et Fiscale"],"idNumber":["860364318039-81"]}} -{"id":"eu-tr-860713841236-91","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Национална асоциация на зърнопроизводителите"],"idNumber":["860713841236-91"]}} -{"id":"eu-tr-860835539414-09","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Polski Fundusz Rozwoju Spółka Akcyjna"],"idNumber":["860835539414-09"]}} -{"id":"eu-tr-860901940087-20","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Stichting Fair Trade Advocacy Office"],"idNumber":["860901940087-20"]}} -{"id":"eu-tr-860913942986-44","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Open Finance Association Europe"],"idNumber":["860913942986-44"]}} -{"id":"eu-tr-861194311863-31","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["861194311863-31"],"name":["UPM-Kymmene Oyj"]}} -{"id":"eu-tr-861490216611-57","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["ZTE Europe"],"idNumber":["861490216611-57"]}} -{"id":"eu-tr-86172696311-16","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Ile-de-France Europe"],"idNumber":["86172696311-16"]}} -{"id":"eu-tr-861754717489-05","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Älykkään liikenteen verkosto ITS Finland ry"],"idNumber":["861754717489-05"]}} -{"id":"eu-tr-862207842633-83","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Neo Performance Materials Inc"],"idNumber":["862207842633-83"]}} -{"id":"eu-tr-86233805607-24","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Consejo General de Colegios Farmacéuticos"],"idNumber":["86233805607-24"]}} -{"id":"eu-tr-86242309652-84","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Tjänstemännens centralorganisation"],"idNumber":["86242309652-84"]}} -{"id":"eu-tr-86270761494-62","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Aviva Plc"],"idNumber":["86270761494-62"]}} -{"id":"eu-tr-862709022846-11","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["862709022846-11"],"name":["Network of European Regions for a Competitive and Sustainable Tourism"]}} -{"id":"eu-tr-86354862662-55","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Fédération Nationale des Activités de la Dépollution et de l'Environnement"],"idNumber":["86354862662-55"]}} -{"id":"eu-tr-863792230037-05","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Federazione Gomma Plastica"],"idNumber":["863792230037-05"]}} -{"id":"eu-tr-863831437888-12","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Fairtrade Labelling Organizations International e.V."],"idNumber":["863831437888-12"]}} -{"id":"eu-tr-863834432830-41","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["CESNET, zájmové sdružení právnických osob"],"idNumber":["863834432830-41"]}} -{"id":"eu-tr-864002432928-17","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["NEARCO RENOVABLES"],"idNumber":["864002432928-17"]}} -{"id":"eu-tr-864348847754-91","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["TransferGO"],"idNumber":["864348847754-91"]}} -{"id":"eu-tr-864359332477-04","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["STSS (MALTA) Limited"],"idNumber":["864359332477-04"]}} -{"id":"eu-tr-864565034752-58","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Ecole d'Enseignement Supérieur Consulaire ESCP Europe"],"idNumber":["864565034752-58"]}} -{"id":"eu-tr-864616538063-90","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Indaver"],"idNumber":["864616538063-90"]}} -{"id":"eu-tr-864636618893-67","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["SpaceY"],"idNumber":["864636618893-67"]}} -{"id":"eu-tr-864656319112-89","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["ICA INTERNATIONAL consulting"],"idNumber":["864656319112-89"]}} -{"id":"eu-tr-86477889163-49","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["86477889163-49"],"name":["Saab AB"]}} -{"id":"eu-tr-865034435102-35","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["865034435102-35"],"name":["Union of Mediterranean Confederations of Enterprises"]}} -{"id":"eu-tr-865198434214-08","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["SuperNode Ltd"],"idNumber":["865198434214-08"]}} -{"id":"eu-tr-865248235369-40","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Evropské hodnoty z.s."],"idNumber":["865248235369-40"]}} -{"id":"eu-tr-865557816122-74","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Wilfried Martens Centre for European Studies"],"idNumber":["865557816122-74"]}} -{"id":"eu-tr-865653818887-01","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Jorgo Chatzimarkakis"],"idNumber":["865653818887-01"]}} -{"id":"eu-tr-865680722572-18","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Institut Montaigne"],"idNumber":["865680722572-18"]}} -{"id":"eu-tr-865956522785-09","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Fraunhofer Austria Reserach GmbH"],"idNumber":["865956522785-09"]}} -{"id":"eu-tr-865967021119-44","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Automóvel Club de Portugal"],"idNumber":["865967021119-44"]}} -{"id":"eu-tr-865985639510-89","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Metallinjalostajat ry - Finnish Steel and Metal Producers"],"idNumber":["865985639510-89"]}} -{"id":"eu-tr-865990316193-16","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["UNION DE PETROLEROS INDEPENDIENTES"],"idNumber":["865990316193-16"]}} -{"id":"eu-tr-866541247974-60","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["NVIDIA Corporation"],"idNumber":["866541247974-60"]}} -{"id":"eu-tr-866581532867-08","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Environmental Resources Management"],"idNumber":["866581532867-08"]}} -{"id":"eu-tr-866664416316-57","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["AVTO-MOTO ZVEZA SLOVENIJE"],"idNumber":["866664416316-57"]}} -{"id":"eu-tr-866707814603-68","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Judicial Training Network"],"idNumber":["866707814603-68"]}} -{"id":"eu-tr-866768125220-35","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["La Française del'Energie"],"idNumber":["866768125220-35"]}} -{"id":"eu-tr-866815515160-79","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["866815515160-79"],"name":["The Institute of International and European Affairs, Brussels"]}} -{"id":"eu-tr-867199425696-96","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Université de Genève"],"idNumber":["867199425696-96"]}} -{"id":"eu-tr-867297129603-72","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["867297129603-72"],"name":["The Marketplace Coalition"]}} -{"id":"eu-tr-867306231644-34","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["867306231644-34"],"name":["Ignitis grupė"]}} -{"id":"eu-tr-867381131765-90","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Symphony Environmental Ltd"],"idNumber":["867381131765-90"]}} -{"id":"eu-tr-867433111414-11","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Ecommerce Europe"],"idNumber":["867433111414-11"]}} -{"id":"eu-tr-867595924172-33","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["DFDS A/S"],"idNumber":["867595924172-33"]}} -{"id":"eu-tr-867946746560-40","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["InToRingy OÜ"],"idNumber":["867946746560-40"]}} -{"id":"eu-tr-867965517169-77","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["867965517169-77"],"name":["Metal Packaging Europe External Affairs ASBL"]}} -{"id":"eu-tr-868073924175-77","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Związek Przedsiębiorców i Pracodawców"],"idNumber":["868073924175-77"]}} -{"id":"eu-tr-868091323871-48","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Schwarzkopf-Stiftung Junges Europa"],"idNumber":["868091323871-48"]}} -{"id":"eu-tr-86853666704-95","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["86853666704-95"],"name":["Centre for European Policy Studies"]}} -{"id":"eu-tr-869085819965-27","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["International Catholic Migration Commission-Europe"],"idNumber":["869085819965-27"]}} -{"id":"eu-tr-869453610711-72","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Finnish Association of Construction Product Industries"],"idNumber":["869453610711-72"]}} -{"id":"eu-tr-869765815387-71","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Confederación Gallega de Personas con Discapacidad"],"idNumber":["869765815387-71"]}} -{"id":"eu-tr-869975425127-08","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["869975425127-08"],"name":["Karlsruher Institut für Technologie"]}} -{"id":"eu-tr-870039427179-40","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Universidade do Porto"],"idNumber":["870039427179-40"]}} -{"id":"eu-tr-870509634429-23","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Romanian Investors Relations Association"],"idNumber":["870509634429-23"]}} -{"id":"eu-tr-87057416284-21","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Bundesverband Direktvertrieb Deutschland e.V."],"idNumber":["87057416284-21"]}} -{"id":"eu-tr-870682445054-32","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Mouvement pour une France Positive"],"idNumber":["870682445054-32"]}} -{"id":"eu-tr-870768732070-09","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Skandinaviska Enskilda Banken AB (publ)"],"idNumber":["870768732070-09"]}} -{"id":"eu-tr-870817015429-80","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["870817015429-80"],"name":["Ørsted A/S"]}} -{"id":"eu-tr-870826832914-82","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"idNumber":["870826832914-82"]}} -{"id":"eu-tr-870921517430-50","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["FortyEight"],"idNumber":["870921517430-50"]}} -{"id":"eu-tr-871308739151-77","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"idNumber":["871308739151-77"]}} -{"id":"eu-tr-871315323409-01","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["The Mentor Group"],"idNumber":["871315323409-01"]}} -{"id":"eu-tr-871392734658-13","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Arbeitskreis Kirchlicher Investoren"],"idNumber":["871392734658-13"]}} -{"id":"eu-tr-871443143801-01","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["iGenius"],"idNumber":["871443143801-01"]}} -{"id":"eu-tr-871448430984-23","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Service Employees International Union"],"idNumber":["871448430984-23"]}} -{"id":"eu-tr-871659237699-78","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Paper Packaging Alliance"],"idNumber":["871659237699-78"]}} -{"id":"eu-tr-871728242007-20","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["FRIDAYS FOR FUTURE"],"idNumber":["871728242007-20"]}} -{"id":"eu-tr-871874631703-86","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["871874631703-86"],"name":["GRUPO MASMOVIL"]}} -{"id":"eu-tr-872026216875-40","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["King.com Ltd."],"idNumber":["872026216875-40"]}} -{"id":"eu-tr-872093423847-01","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["872093423847-01"],"name":["Unie Vrijzinnige Verenigingen"]}} -{"id":"eu-tr-872244238453-63","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["The European Society of Intensive Care Medicine"],"idNumber":["872244238453-63"]}} -{"id":"eu-tr-872752827635-57","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Full Circle asbl"],"idNumber":["872752827635-57"]}} -{"id":"eu-tr-87286671805-10","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["BAE Systems"],"idNumber":["87286671805-10"]}} -{"id":"eu-tr-873000434114-69","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["PROMONTORY FINANCIAL GROUP"],"idNumber":["873000434114-69"]}} -{"id":"eu-tr-873067039520-87","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Wilmar Europe Trading BV"],"idNumber":["873067039520-87"]}} -{"id":"eu-tr-873181915791-38","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Danske Medier"],"idNumber":["873181915791-38"]}} -{"id":"eu-tr-873264846937-84","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Caritas Africa"],"idNumber":["873264846937-84"]}} -{"id":"eu-tr-873494734767-80","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Amadeus Capital Partners"],"idNumber":["873494734767-80"]}} -{"id":"eu-tr-873508417106-05","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["ASD-Eurospace"],"idNumber":["873508417106-05"]}} -{"id":"eu-tr-873866044816-87","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Fundación General de la Universidad de Salamanca"],"idNumber":["873866044816-87"]}} -{"id":"eu-tr-873915718221-65","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["T&T Cloud Crowding Solutions UG"],"idNumber":["873915718221-65"]}} -{"id":"eu-tr-874082316357-71","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["DON BOSCO INTERNATIONAL"],"idNumber":["874082316357-71"]}} -{"id":"eu-tr-874095448041-73","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["VEP S.R.L."],"idNumber":["874095448041-73"]}} -{"id":"eu-tr-874169335576-64","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Open Search Foundation e.V."],"idNumber":["874169335576-64"]}} -{"id":"eu-tr-874222534329-29","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Atomium - European Institute for Science, Media and Democracy"],"idNumber":["874222534329-29"]}} -{"id":"eu-tr-874655547473-94","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Institutional Limited Partners Association"],"idNumber":["874655547473-94"]}} -{"id":"eu-tr-874753138894-63","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["North Sea Port"],"idNumber":["874753138894-63"]}} -{"id":"eu-tr-874981329178-97","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Exponea"],"idNumber":["874981329178-97"]}} -{"id":"eu-tr-875268617630-39","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Pro Danube International"],"idNumber":["875268617630-39"]}} -{"id":"eu-tr-8754829960-32","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Association of Public Banks and Funding agencies AISBL"],"idNumber":["8754829960-32"]}} -{"id":"eu-tr-875483616957-38","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["875483616957-38"],"name":["Asociacion Agraria Jovenes Agricultores"]}} -{"id":"eu-tr-875633611990-87","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["AGRUPACIÓN DE FABRICANTES DE CEMENTO DE ESPAÑA"],"idNumber":["875633611990-87"]}} -{"id":"eu-tr-87564644126-75","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Raytheon Technologies"],"idNumber":["87564644126-75"]}} -{"id":"eu-tr-87600691525-93","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["87600691525-93"],"name":["European Confederation of Pharmaceutical Entrepreneurs"]}} -{"id":"eu-tr-876034021209-88","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["876034021209-88"],"name":["Biomedical Alliance in Europe"]}} -{"id":"eu-tr-876475018816-35","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Ulster Farmers' Union"],"idNumber":["876475018816-35"]}} -{"id":"eu-tr-876509717508-94","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Verband Deutscher Zeitschriftenverleger e. V.","Medienverband der freien Presse e.V."],"idNumber":["876509717508-94"]}} -{"id":"eu-tr-876564420204-22","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Aon Service Corporation"],"idNumber":["876564420204-22"]}} -{"id":"eu-tr-8765978796-80","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["8765978796-80"],"name":["European Savings and Retail Banking Group"]}} -{"id":"eu-tr-876602816224-14","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Stiftung Mercator"],"idNumber":["876602816224-14"]}} -{"id":"eu-tr-876753629274-54","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["World Association of News Publishers"],"idNumber":["876753629274-54"]}} -{"id":"eu-tr-87688971079-66","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["MBDA"],"idNumber":["87688971079-66"]}} -{"id":"eu-tr-877335140342-59","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Polska Izba Budownictwa"],"idNumber":["877335140342-59"]}} -{"id":"eu-tr-877359719887-63","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["DP World Antwerp Holding"],"idNumber":["877359719887-63"]}} -{"id":"eu-tr-87738563745-94","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Central Europe Energy Partners"],"idNumber":["87738563745-94"]}} -{"id":"eu-tr-877833843416-03","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Expertise France"],"idNumber":["877833843416-03"]}} -{"id":"eu-tr-877966419254-70","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["877966419254-70"],"name":["Zalando SE"]}} -{"id":"eu-tr-878008345877-94","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Stichting World Class Maintenance"],"idNumber":["878008345877-94"]}} -{"id":"eu-tr-878143516137-06","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Mayer Brown Europe-Brussels LLP"],"idNumber":["878143516137-06"]}} -{"id":"eu-tr-878186914678-56","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Federation of Swedish Family Forest Owners"],"idNumber":["878186914678-56"]}} -{"id":"eu-tr-878451844033-61","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["illimity Bank"],"idNumber":["878451844033-61"]}} -{"id":"eu-tr-87872442953-08","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Federation of Nurses Associations"],"idNumber":["87872442953-08"]}} -{"id":"eu-tr-878822120223-32","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["OSTP Sweden AB"],"idNumber":["878822120223-32"]}} -{"id":"eu-tr-87904443479-87","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["International Nut and Dried Fruit Council Foundation"],"idNumber":["87904443479-87"]}} -{"id":"eu-tr-879079031906-11","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["WORLD LEADERSHIP ALLIANCE-CLUB DE MADRID"],"idNumber":["879079031906-11"]}} -{"id":"eu-tr-87921819473-65","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["87921819473-65"],"name":["Tele2 Sverige AB"]}} -{"id":"eu-tr-87948608746-55","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"idNumber":["87948608746-55"]}} -{"id":"eu-tr-879658235260-39","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Federation of European Academies of Medicine"],"idNumber":["879658235260-39"]}} -{"id":"eu-tr-879738020215-10","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["VEON Ltd."],"idNumber":["879738020215-10"]}} -{"id":"eu-tr-87980341522-66","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Deutscher Anwaltverein (German Bar Association)"],"idNumber":["87980341522-66"]}} -{"id":"eu-tr-879941436948-07","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["SpeakUpAfrica"],"idNumber":["879941436948-07"]}} -{"id":"eu-tr-879970415784-92","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Fondation Jérôme Lejeune"],"idNumber":["879970415784-92"]}} -{"id":"eu-tr-880020819551-97","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Deutsche Schutzvereinigung für Wertpapierbesitz e.V."],"idNumber":["880020819551-97"]}} -{"id":"eu-tr-880092040547-87","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Just Eat Takeaway.com N.V."],"idNumber":["880092040547-87"]}} -{"id":"eu-tr-880125738612-41","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Prime Laser Technology SA"],"idNumber":["880125738612-41"]}} -{"id":"eu-tr-880304716184-26","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Schweizerische Bankiervereinigung"],"idNumber":["880304716184-26"]}} -{"id":"eu-tr-88072891086-36","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["88072891086-36"],"name":["ECTAA, Group of National Travel Agents' and Tour Operators' Associations within the EU"]}} -{"id":"eu-tr-880785246666-96","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Conciliation Resources EU/mediatEUr"],"idNumber":["880785246666-96"]}} -{"id":"eu-tr-880820420533-01","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["European Business and Innovation Centres Network"],"idNumber":["880820420533-01"]}} -{"id":"eu-tr-881099315767-29","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Česká advokátní komora"],"idNumber":["881099315767-29"]}} -{"id":"eu-tr-881206216436-91","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Car-Pass asbl"],"idNumber":["881206216436-91"]}} -{"id":"eu-tr-881375334337-75","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["881375334337-75"],"name":["epicenter.works - Plattform Grundrechtspolitik"]}} -{"id":"eu-tr-88140777010-24","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Naturefriends International"],"idNumber":["88140777010-24"]}} -{"id":"eu-tr-881783031461-01","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Wolne Sady"],"idNumber":["881783031461-01"]}} -{"id":"eu-tr-881983612196-94","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["881983612196-94"],"name":["Association européenne des Fonds de Garantie Voyages"]}} -{"id":"eu-tr-882018710789-85","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["SNCF Connect"],"idNumber":["882018710789-85"]}} -{"id":"eu-tr-882071440877-22","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["The National Research Centre for the Working Environment"],"idNumber":["882071440877-22"]}} -{"id":"eu-tr-882273632045-87","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Network for Women In Leadership"],"idNumber":["882273632045-87"]}} -{"id":"eu-tr-882321024120-88","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["SK ID Solutions"],"idNumber":["882321024120-88"]}} -{"id":"eu-tr-8828523562-52","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Public Affairs Consultancies Association"],"idNumber":["8828523562-52"]}} -{"id":"eu-tr-882852526227-79","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Overseas Countries and Territories Association"],"idNumber":["882852526227-79"]}} -{"id":"eu-tr-88290282308-75","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Euroclear SA/NV"],"idNumber":["88290282308-75"]}} -{"id":"eu-tr-883011233419-21","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["WO'MEN ENTREPRENEURS"],"idNumber":["883011233419-21"]}} -{"id":"eu-tr-88317675703-01","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["EUROTRAN Conseil"],"idNumber":["88317675703-01"]}} -{"id":"eu-tr-883185640351-06","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["MedienLB - Medien für Lehrpläne und Bildungsstandards GmbH"],"idNumber":["883185640351-06"]}} -{"id":"eu-tr-883229020400-06","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["883229020400-06"],"name":["Renewable Energy Policy Network for the 21st Century"]}} -{"id":"eu-tr-883336915342-49","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["TELAGE"],"idNumber":["883336915342-49"]}} -{"id":"eu-tr-883467515174-60","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Crisis Action"],"idNumber":["883467515174-60"]}} -{"id":"eu-tr-883497033300-77","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["barry lynam sl"],"idNumber":["883497033300-77"]}} -{"id":"eu-tr-883583528340-71","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["The Blackstone Group"],"idNumber":["883583528340-71"]}} -{"id":"eu-tr-883766921504-19","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Gymnasieskolernes Lærerforening"],"idNumber":["883766921504-19"]}} -{"id":"eu-tr-883821916763-56","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Club de Marketing de Navarra"],"idNumber":["883821916763-56"]}} -{"id":"eu-tr-883980785-32","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["883980785-32"],"name":["European Social Insurance Platform AISBL"]}} -{"id":"eu-tr-884107633752-88","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["SumOfUs"],"idNumber":["884107633752-88"]}} -{"id":"eu-tr-884154917393-58","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"idNumber":["884154917393-58"]}} -{"id":"eu-tr-884313938581-87","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Fundacja Instytut Spraw Publicznych"],"idNumber":["884313938581-87"]}} -{"id":"eu-tr-884457019841-82","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Stiftelsen Entreprenörskapsforum"],"idNumber":["884457019841-82"]}} -{"id":"eu-tr-884511820639-57","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"idNumber":["884511820639-57"]}} -{"id":"eu-tr-88457577025-19","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Euroheat & Power","Euroheat and Power"],"idNumber":["88457577025-19"]}} -{"id":"eu-tr-884606515496-10","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["SNC-Lavalin"],"idNumber":["884606515496-10"]}} -{"id":"eu-tr-884700729242-61","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["arago GmbH"],"idNumber":["884700729242-61"]}} -{"id":"eu-tr-884793623290-89","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Business Council in Japan"],"idNumber":["884793623290-89"]}} -{"id":"eu-tr-884898527215-11","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Education in Inland Navigation"],"idNumber":["884898527215-11"]}} -{"id":"eu-tr-884919433275-26","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"idNumber":["884919433275-26"]}} -{"id":"eu-tr-885192738278-19","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["TIMEmSYSTEM"],"idNumber":["885192738278-19"]}} -{"id":"eu-tr-885218118745-33","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Bundestierärztekammer e.V."],"idNumber":["885218118745-33"]}} -{"id":"eu-tr-885556238384-92","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Urbaser S.A."],"idNumber":["885556238384-92"]}} -{"id":"eu-tr-885880717158-92","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["ETVA INDUSTRIAL & BUSINESS PARKS S.A."],"idNumber":["885880717158-92"]}} -{"id":"eu-tr-885919335502-84","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["FedEx Express Belgium International BVBA"],"idNumber":["885919335502-84"]}} -{"id":"eu-tr-886180530144-33","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["ryd GmbH"],"idNumber":["886180530144-33"]}} -{"id":"eu-tr-886395221039-89","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Norwegian University of Science and Technology"],"idNumber":["886395221039-89"]}} -{"id":"eu-tr-886536333996-54","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"idNumber":["886536333996-54"]}} -{"id":"eu-tr-886695240555-75","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Pensioenfonds Metaal en Techniek"],"idNumber":["886695240555-75"]}} -{"id":"eu-tr-886882434755-87","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["IPSOS NV"],"idNumber":["886882434755-87"]}} -{"id":"eu-tr-887288316103-74","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Network to Promote Linguistic Diversity"],"idNumber":["887288316103-74"]}} -{"id":"eu-tr-88742028087-64","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Aula Europe"],"idNumber":["88742028087-64"]}} -{"id":"eu-tr-887457714435-80","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Eurocarers"],"idNumber":["887457714435-80"]}} -{"id":"eu-tr-887617518906-56","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"idNumber":["887617518906-56"]}} -{"id":"eu-tr-887807315288-10","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["edX Inc."],"idNumber":["887807315288-10"]}} -{"id":"eu-tr-887829024366-20","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["887829024366-20"]}} -{"id":"eu-tr-887837315638-85","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["pakistan business council"],"idNumber":["887837315638-85"]}} -{"id":"eu-tr-888142318344-72","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["BlueAssist vzw"],"idNumber":["888142318344-72"]}} -{"id":"eu-tr-888374834790-91","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Suomalaiset kehitysjärjestöt Fingo ry"],"idNumber":["888374834790-91"]}} -{"id":"eu-tr-888745515605-77","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Sustainable Biomass Program"],"idNumber":["888745515605-77"]}} -{"id":"eu-tr-88930232223-19","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["European Patent Office"],"idNumber":["88930232223-19"]}} -{"id":"eu-tr-889340641963-80","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Vereniging Circulair Friesland"],"idNumber":["889340641963-80"]}} -{"id":"eu-tr-889762221474-21","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Dynamic Vision"],"idNumber":["889762221474-21"]}} -{"id":"eu-tr-8900132344-29","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["North Western Waters Advisory Council"],"idNumber":["8900132344-29"]}} -{"id":"eu-tr-890021933825-74","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Associacao BrazilLAB"],"idNumber":["890021933825-74"]}} -{"id":"eu-tr-890063524329-21","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["BrandFirst"],"idNumber":["890063524329-21"]}} -{"id":"eu-tr-89046007765-76","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Assogestioni - Italian Investment Management Association"],"idNumber":["89046007765-76"]}} -{"id":"eu-tr-890585732274-54","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["EU Asia Financial Services Roundtable"],"idNumber":["890585732274-54"]}} -{"id":"eu-tr-890804512955-21","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Hutnicza Izba Przemysłowo-Handlowa"],"idNumber":["890804512955-21"]}} -{"id":"eu-tr-890891615761-11","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"idNumber":["890891615761-11"]}} -{"id":"eu-tr-89092554724-82","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Trans-Atlantic Business Council"],"idNumber":["89092554724-82"]}} -{"id":"eu-tr-89093924456-06","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Vereinigung der österreichischen Industrie - Industriellenvereinigung"],"idNumber":["89093924456-06"]}} -{"id":"eu-tr-891341722286-59","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Mittetulundusühing Wikimedia Eesti"],"idNumber":["891341722286-59"]}} -{"id":"eu-tr-891377946272-93","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"idNumber":["891377946272-93"]}} -{"id":"eu-tr-891384838981-16","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Irish Human Rights and Equality Commission."],"idNumber":["891384838981-16"]}} -{"id":"eu-tr-891417815208-71","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Prosus"],"idNumber":["891417815208-71"]}} -{"id":"eu-tr-891543824750-65","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Baltic Sea Advisory Council"],"idNumber":["891543824750-65"]}} -{"id":"eu-tr-891548520884-30","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Saferworld"],"idNumber":["891548520884-30"]}} -{"id":"eu-tr-89158218867-92","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Alliance of Associations for Rheumatology"],"idNumber":["89158218867-92"]}} -{"id":"eu-tr-891654116196-35","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Financial Reporting Council"],"idNumber":["891654116196-35"]}} -{"id":"eu-tr-891667823616-20","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["International Institute for Applied Systems Analysis"],"idNumber":["891667823616-20"]}} -{"id":"eu-tr-891751020903-63","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Sappi Europe SA"],"idNumber":["891751020903-63"]}} -{"id":"eu-tr-891810047729-52","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Small World Financial Services Group Limited"],"idNumber":["891810047729-52"]}} -{"id":"eu-tr-891881518347-25","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Malta Business Foundation"],"idNumber":["891881518347-25"]}} -{"id":"eu-tr-892339940361-05","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["ACK3 CONSULTORIA DE RIESGOS GLOBALES SL"],"idNumber":["892339940361-05"]}} -{"id":"eu-tr-892857311821-20","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["892857311821-20"],"name":["Compagnie de SAINT-GOBAIN"]}} -{"id":"eu-tr-89292219623-93","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["89292219623-93"],"name":["European Liver Patients' Association"]}} -{"id":"eu-tr-892985911073-36","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Müstakil Sanayici ve İşadamları Derneği (Independent Industrialists and Businessmen's Association)"],"idNumber":["892985911073-36"]}} -{"id":"eu-tr-893211945319-14","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["ΟΡΓΑΝΙΣΜΟΣ ΛΙΜΕΝΟΣ ΘΕΣΣΑΛΟΝΙΚΗΣ ΑΕ"],"idNumber":["893211945319-14"]}} -{"id":"eu-tr-893344024909-06","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Steuerberaterkammer Stuttgart"],"idNumber":["893344024909-06"]}} -{"id":"eu-tr-893391428026-16","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"idNumber":["893391428026-16"]}} -{"id":"eu-tr-893435642471-27","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["KAYRROS"],"idNumber":["893435642471-27"]}} -{"id":"eu-tr-893479433951-33","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["NEWS MEDIA COALITION"],"idNumber":["893479433951-33"]}} -{"id":"eu-tr-89352824072-19","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Kellogg Company"],"idNumber":["89352824072-19"]}} -{"id":"eu-tr-893579928596-79","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["ΟΜΟΣΠΟΝΔΙΑ ΕΠΑΓΓΕΛΜΑΤΙΚΩΝ ΒΙΟΤΕΧΝΙΚΩΝ ΚΑΙ ΕΜΠΟΡΙΚΩΝ ΣΩΜΑΤΕΙΩΝ ΝΟΜΟΥ ΡΟΔΟΠΗΣ"],"idNumber":["893579928596-79"]}} -{"id":"eu-tr-893889610875-77","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Kemira Oyj"],"idNumber":["893889610875-77"]}} -{"id":"eu-tr-893916722226-82","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Motorola Solutions Incorporated"],"idNumber":["893916722226-82"]}} -{"id":"eu-tr-893942625175-25","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Eesti Tööandjate Keskliit"],"idNumber":["893942625175-25"]}} -{"id":"eu-tr-894343328347-20","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["SEKAB Biofuels & Chemicals AB"],"idNumber":["894343328347-20"]}} -{"id":"eu-tr-89437226792-42","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Office of Gas and Electricity Markets"],"idNumber":["89437226792-42"]}} -{"id":"eu-tr-894642514444-82","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Access VetMed"],"idNumber":["894642514444-82"]}} -{"id":"eu-tr-895052315422-75","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["ADIMO sprl / Every European Digital"],"idNumber":["895052315422-75"]}} -{"id":"eu-tr-895190031299-46","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["IPK European Strategy Ltd"],"idNumber":["895190031299-46"]}} -{"id":"eu-tr-895668023124-22","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Momentive Performance Materials GmbH"],"idNumber":["895668023124-22"]}} -{"id":"eu-tr-895912527289-92","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Belron International Limited"],"idNumber":["895912527289-92"]}} -{"id":"eu-tr-895925117216-28","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Sérvulo & Associados, Sociedade de Advogados, RL"],"idNumber":["895925117216-28"]}} -{"id":"eu-tr-895935320768-20","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Mermec Group"],"idNumber":["895935320768-20"]}} -{"id":"eu-tr-896108728452-64","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["SABANCI UNIVERSITESI"],"idNumber":["896108728452-64"]}} -{"id":"eu-tr-896242343924-65","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Fairtrade Finland (Reilu kauppa ry)"],"idNumber":["896242343924-65"]}} -{"id":"eu-tr-89632641000-47","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["89632641000-47"],"name":["European Policy Centre"]}} -{"id":"eu-tr-89648243865-50","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Bundesärztekammer"],"idNumber":["89648243865-50"]}} -{"id":"eu-tr-897117717544-36","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"idNumber":["897117717544-36"]}} -{"id":"eu-tr-89747144047-77","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"idNumber":["89747144047-77"]}} -{"id":"eu-tr-897525433654-13","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Roubini Macro Associates LLC"],"idNumber":["897525433654-13"]}} -{"id":"eu-tr-897535614669-66","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Valmet Oyj"],"idNumber":["897535614669-66"]}} -{"id":"eu-tr-897634539452-35","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Women in Finance Belgium"],"idNumber":["897634539452-35"]}} -{"id":"eu-tr-897692925215-79","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Bund der Steuerzahler Deutschland e. V."],"idNumber":["897692925215-79"]}} -{"id":"eu-tr-897792317185-95","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["London Metal Exchange"],"idNumber":["897792317185-95"]}} -{"id":"eu-tr-898005133866-67","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["My Life My Say"],"idNumber":["898005133866-67"]}} -{"id":"eu-tr-898223513605-51","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Global Financial Markets Association"],"idNumber":["898223513605-51"]}} -{"id":"eu-tr-898281745103-48","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["UPC Konsultointi Oy"],"idNumber":["898281745103-48"]}} -{"id":"eu-tr-89854211497-57","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["CFA Institute"],"idNumber":["89854211497-57"]}} -{"id":"eu-tr-898685614483-68","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["CONSORZIO NAZIONALE IMBALLAGGI"],"idNumber":["898685614483-68"]}} -{"id":"eu-tr-898689446085-47","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"idNumber":["898689446085-47"]}} -{"id":"eu-tr-898711618618-45","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["NXP Semiconductors Netherlands B.V."],"idNumber":["898711618618-45"]}} -{"id":"eu-tr-89874817197-02","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["EUROCOPYA"],"idNumber":["89874817197-02"]}} -{"id":"eu-tr-898894545407-47","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Bürgerbewegung Finanzwende e. V."],"idNumber":["898894545407-47"]}} -{"id":"eu-tr-898914810908-76","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["KDC Conseil SPRL"],"idNumber":["898914810908-76"]}} -{"id":"eu-tr-89930126483-54","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["International Confederation of European Beet Growers"],"idNumber":["89930126483-54"]}} -{"id":"eu-tr-899594645153-81","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Afstor oy"],"idNumber":["899594645153-81"]}} -{"id":"eu-tr-899605715295-29","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Rovio"],"idNumber":["899605715295-29"]}} -{"id":"eu-tr-8999533555-91","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["8999533555-91"],"name":["Robert Bosch GmbH"]}} -{"id":"eu-tr-90000691010-47","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["BNP Paribas Cardif"],"idNumber":["90000691010-47"]}} -{"id":"eu-tr-900180415029-67","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["SOCIEDAD GESTORA DE ACTIVOS PROCEDENTES DE LA REESTRUCTURACIÓN BANCARIA"],"idNumber":["900180415029-67"]}} -{"id":"eu-tr-900188431242-71","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Federation of European Social Employers"],"idNumber":["900188431242-71"]}} -{"id":"eu-tr-900198315364-62","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Teagasc - Agriculture and Food Development Authority"],"idNumber":["900198315364-62"]}} -{"id":"eu-tr-9002547940-17","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["WirtschaftsVereinigung Metalle"],"idNumber":["9002547940-17"]}} -{"id":"eu-tr-900482240309-22","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["International alliance for the protection of heritage in conflict areas"],"idNumber":["900482240309-22"]}} -{"id":"eu-tr-900634429489-61","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["International Dalit Solidarity Network"],"idNumber":["900634429489-61"]}} -{"id":"eu-tr-900651018794-80","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Pro Europa"],"idNumber":["900651018794-80"]}} -{"id":"eu-tr-900719114988-22","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Doc Morris NV"],"idNumber":["900719114988-22"]}} -{"id":"eu-tr-90104608462-14","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["International Chamber of Shipping"],"idNumber":["90104608462-14"]}} -{"id":"eu-tr-901272532653-84","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["vzw SODAplus"],"idNumber":["901272532653-84"]}} -{"id":"eu-tr-901422415532-12","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Groupement Européen des Producteurs de Champignons"],"idNumber":["901422415532-12"]}} -{"id":"eu-tr-90142503473-81","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["90142503473-81"],"name":["Vodafone Belgium SA"]}} -{"id":"eu-tr-90152947857-17","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Asociación de Empresas de Mantenimiento Integral y Servicios Energéticos"],"idNumber":["90152947857-17"]}} -{"id":"eu-tr-901671113917-43","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Kumquat Consult"],"idNumber":["901671113917-43"]}} -{"id":"eu-tr-901695922446-11","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Communications Chambers RK Ltd"],"idNumber":["901695922446-11"]}} -{"id":"eu-tr-901718228607-91","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Instituto de Astrofisica de Canarias"],"idNumber":["901718228607-91"]}} -{"id":"eu-tr-901782622708-34","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Latvian Lessor Association"],"idNumber":["901782622708-34"]}} -{"id":"eu-tr-902105116737-74","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["National Franchised Dealers Association"],"idNumber":["902105116737-74"]}} -{"id":"eu-tr-902203946384-13","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Power Shift Africa"],"idNumber":["902203946384-13"]}} -{"id":"eu-tr-90237823189-97","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["90237823189-97"],"name":["CARE International Aisbl"]}} -{"id":"eu-tr-902408815139-24","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Ars Electronica Linz GmbH & Co KG"],"idNumber":["902408815139-24"]}} -{"id":"eu-tr-902785733856-56","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["International Association for Sustainable Aviation e.V. (IASA)"],"idNumber":["902785733856-56"]}} -{"id":"eu-tr-902799723370-43","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Lëtzebuerger Chrëschtleche Gewerkschafts-Bond"],"idNumber":["902799723370-43"]}} -{"id":"eu-tr-903032122424-38","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Stiftung Familienunternehmen"],"idNumber":["903032122424-38"]}} -{"id":"eu-tr-90306546239-76","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Veneto Agricoltura"],"idNumber":["90306546239-76"]}} -{"id":"eu-tr-9031106115-62","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European & International Booksellers Federation"],"idNumber":["9031106115-62"]}} -{"id":"eu-tr-903221715123-37","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Fabasoft Austria GmbH"],"idNumber":["903221715123-37"]}} -{"id":"eu-tr-903289817193-93","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Baring Asset Management Limited"],"idNumber":["903289817193-93"]}} -{"id":"eu-tr-903606123737-09","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["THE EUROPEAN CHAMBER OF COMMERCE IN HONG KONG"],"idNumber":["903606123737-09"]}} -{"id":"eu-tr-903680223573-18","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["903680223573-18"],"name":["GLOBSEC"]}} -{"id":"eu-tr-904118728240-36","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Institute for Ethics"],"idNumber":["904118728240-36"]}} -{"id":"eu-tr-904218833588-78","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["IDEMIA"],"idNumber":["904218833588-78"]}} -{"id":"eu-tr-904333238853-75","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Vaisala Oyj"],"idNumber":["904333238853-75"]}} -{"id":"eu-tr-904473529568-43","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Bio-based Industries Consortium"],"idNumber":["904473529568-43"]}} -{"id":"eu-tr-90453504235-64","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Association of the Electricity Transmission and Distribution Equipment and Services Industry"],"idNumber":["90453504235-64"]}} -{"id":"eu-tr-904775931450-88","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Lithuanian RDI Liaison Office LINO"],"idNumber":["904775931450-88"]}} -{"id":"eu-tr-905001612275-82","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["905001612275-82"],"name":["Enagás S.A."]}} -{"id":"eu-tr-905114121730-42","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Lithuanian Confederation of Industrialists"],"idNumber":["905114121730-42"]}} -{"id":"eu-tr-90518441599-14","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Open Doors International"],"idNumber":["90518441599-14"]}} -{"id":"eu-tr-90526016248-05","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Assemblée des Régions Européennes Viticoles"],"idNumber":["90526016248-05"]}} -{"id":"eu-tr-905275645015-69","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"idNumber":["905275645015-69"]}} -{"id":"eu-tr-90567096475-75","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["OP Ryhmä"],"idNumber":["90567096475-75"]}} -{"id":"eu-tr-905805219213-67","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Long Distance Advisory Council / Consejo Consultivo de Flota de Larga Distancia / Conseil Consultatif de Pêche Lointaine"],"idNumber":["905805219213-67"]}} -{"id":"eu-tr-906192242809-56","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Twelve App"],"idNumber":["906192242809-56"]}} -{"id":"eu-tr-906289320813-47","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Association Générale des Producteurs de Maïs"],"idNumber":["906289320813-47"]}} -{"id":"eu-tr-90649564350-78","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Project AWARE Foundation"],"idNumber":["90649564350-78"]}} -{"id":"eu-tr-906602046269-23","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["REScoop.eu asbl"],"idNumber":["906602046269-23"]}} -{"id":"eu-tr-906727822631-61","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Lietuvos Respublikos žemės ūkio rūmai"],"idNumber":["906727822631-61"]}} -{"id":"eu-tr-907167934846-43","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["European Music Council"],"idNumber":["907167934846-43"]}} -{"id":"eu-tr-907388840752-05","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"idNumber":["907388840752-05"]}} -{"id":"eu-tr-907419340899-32","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Aon"],"idNumber":["907419340899-32"]}} -{"id":"eu-tr-90748218095-34","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Dalmine S.p.A."],"idNumber":["90748218095-34"]}} -{"id":"eu-tr-907571528926-83","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Carbon12011"],"idNumber":["907571528926-83"]}} -{"id":"eu-tr-907583825189-14","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["STTK ry"],"idNumber":["907583825189-14"]}} -{"id":"eu-tr-908057932792-49","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["botswatch"],"idNumber":["908057932792-49"]}} -{"id":"eu-tr-908150137027-18","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Prospera International Network of Women's Funds"],"idNumber":["908150137027-18"]}} -{"id":"eu-tr-9089874181-55","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Association of Electrical Contractors"],"idNumber":["9089874181-55"]}} -{"id":"eu-tr-909016131754-47","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Bibliothèques Sans Frontières"],"idNumber":["909016131754-47"]}} -{"id":"eu-tr-909031040950-26","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Isabel NV"],"idNumber":["909031040950-26"]}} -{"id":"eu-tr-90905271757-87","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["90905271757-87"],"name":["European Travel Retail Confederation"]}} -{"id":"eu-tr-909134419998-84","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["The Boston Consulting Group GmbH"],"idNumber":["909134419998-84"]}} -{"id":"eu-tr-909187919366-18","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["909187919366-18"],"name":["Real Instituto Elcano"]}} -{"id":"eu-tr-909297816481-39","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Cercle Europe et Economie Sociale"],"idNumber":["909297816481-39"]}} -{"id":"eu-tr-90947457424-20","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["90947457424-20"],"name":["ENGIE"]}} -{"id":"eu-tr-909481346459-35","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Klarna Bank AB"],"idNumber":["909481346459-35"]}} -{"id":"eu-tr-909503236124-42","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Satu Mare County Council"],"idNumber":["909503236124-42"]}} -{"id":"eu-tr-909656519206-20","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["BayWa r.e. Solar Projects GmbH"],"idNumber":["909656519206-20"]}} -{"id":"eu-tr-909918546377-42","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Sumitomo Mitsui Financial Group"],"idNumber":["909918546377-42"]}} -{"id":"eu-tr-909920122714-84","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["909920122714-84"],"name":["E+Europe"]}} -{"id":"eu-tr-909997626294-73","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Comité national pour la promotion de l’œuf"],"idNumber":["909997626294-73"]}} -{"id":"eu-tr-910162617573-84","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Medialiitto ry"],"idNumber":["910162617573-84"]}} -{"id":"eu-tr-910203414533-54","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Global Young Academy"],"idNumber":["910203414533-54"]}} -{"id":"eu-tr-910251734425-24","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Blockchain for Europe"],"idNumber":["910251734425-24"]}} -{"id":"eu-tr-91044579609-70","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["CEJI - A Jewish Contribution to an Inclusive Europe"],"idNumber":["91044579609-70"]}} -{"id":"eu-tr-91066821549-63","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["FERRMED"],"idNumber":["91066821549-63"]}} -{"id":"eu-tr-910718933141-09","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["ESET, spol. s r.o."],"idNumber":["910718933141-09"]}} -{"id":"eu-tr-910859715397-14","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["910859715397-14"],"name":["Erste Group Bank AG"]}} -{"id":"eu-tr-910956030915-30","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["910956030915-30"],"name":["OLX Global BV"]}} -{"id":"eu-tr-911039438058-78","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["MANGHINI S.A."],"idNumber":["911039438058-78"]}} -{"id":"eu-tr-911070620778-17","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["MYTILINEOS S.A."],"idNumber":["911070620778-17"]}} -{"id":"eu-tr-911187740265-32","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Proof of Trust"],"idNumber":["911187740265-32"]}} -{"id":"eu-tr-91124993695-29","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["91124993695-29"],"name":["Teneo Brussels"]}} -{"id":"eu-tr-91139622118-45","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Greater Copenhagen EU Office"],"idNumber":["91139622118-45"]}} -{"id":"eu-tr-911550334439-78","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Organisation des Jeunes pour l'Union Européenne et Africaine"],"idNumber":["911550334439-78"]}} -{"id":"eu-tr-911661142799-05","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["AtlasInvest Holding"],"idNumber":["911661142799-05"]}} -{"id":"eu-tr-911689722889-60","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["ADENE - Portuguese Energy Agency"],"idNumber":["911689722889-60"]}} -{"id":"eu-tr-912075621123-31","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Oddo & Cie"],"idNumber":["912075621123-31"]}} -{"id":"eu-tr-91216972728-77","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["91216972728-77"],"name":["BOUYGUES EUROPE"]}} -{"id":"eu-tr-91230848290-45","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Council of Gas Detection and Environmental Monitoring"],"idNumber":["91230848290-45"]}} -{"id":"eu-tr-912408330436-84","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"idNumber":["912408330436-84"]}} -{"id":"eu-tr-912580925005-35","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Cleary Gottlieb Steen & Hamilton"],"idNumber":["912580925005-35"]}} -{"id":"eu-tr-91269481588-28","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["91269481588-28"],"name":["Novartis International AG"]}} -{"id":"eu-tr-912723313554-37","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Wellcome Trust"],"idNumber":["912723313554-37"]}} -{"id":"eu-tr-913021325530-63","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Association de l'Industrie Audiovisuelle Indépendante"],"idNumber":["913021325530-63"]}} -{"id":"eu-tr-913146328207-78","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Selta"],"idNumber":["913146328207-78"]}} -{"id":"eu-tr-913242026719-09","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Van Bael & Bellis"],"idNumber":["913242026719-09"]}} -{"id":"eu-tr-914064836171-27","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"idNumber":["914064836171-27"]}} -{"id":"eu-tr-91408765797-03","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["91408765797-03"],"name":["European Association Automotive Suppliers"]}} -{"id":"eu-tr-914088116067-37","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["EURANET PLUS"],"idNumber":["914088116067-37"]}} -{"id":"eu-tr-914119137292-31","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["The National Center for Missing and Exploited Children"],"idNumber":["914119137292-31"]}} -{"id":"eu-tr-914155426111-26","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Advanced Technology and Science Applications Centre"],"idNumber":["914155426111-26"]}} -{"id":"eu-tr-91425447458-88","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["3M"],"idNumber":["91425447458-88"]}} -{"id":"eu-tr-91471238809-21","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Mediaset S.p.A.","MFE - MEDIAFOREUROPE N.V"],"idNumber":["91471238809-21"]}} -{"id":"eu-tr-914893310703-33","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["914893310703-33"],"name":["Ahold Delhaize"]}} -{"id":"eu-tr-91505507670-45","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["System Capital Management"],"idNumber":["91505507670-45"]}} -{"id":"eu-tr-915209530522-56","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Aifloo AB"],"idNumber":["915209530522-56"]}} -{"id":"eu-tr-915481135379-46","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["TPV GROUP, naložbe in inženiring d.o.o."],"idNumber":["915481135379-46"]}} -{"id":"eu-tr-915519211566-03","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["915519211566-03"],"name":["Associazione Bancaria Italiana"]}} -{"id":"eu-tr-9155503593-86","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Burson Cohn & Wolfe Sprl"],"idNumber":["9155503593-86"]}} -{"id":"eu-tr-915777112103-83","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["CONFEDERACIÓN ESPAÑOLA DE TRANSPORTE EN AUTOBÚS"],"idNumber":["915777112103-83"]}} -{"id":"eu-tr-915863139270-40","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Westerwelle Foundation"],"idNumber":["915863139270-40"]}} -{"id":"eu-tr-915975940683-31","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["915975940683-31"],"name":["Ocalenie Foundation"]}} -{"id":"eu-tr-9160958318-89","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Association of Corporate Treasurers"],"idNumber":["9160958318-89"]}} -{"id":"eu-tr-916500613863-51","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["SMartCoop"],"idNumber":["916500613863-51"]}} -{"id":"eu-tr-916768537222-67","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Make.org"],"idNumber":["916768537222-67"]}} -{"id":"eu-tr-91682404018-74","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["North Sea Advisory Council"],"idNumber":["91682404018-74"]}} -{"id":"eu-tr-91684615435-86","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["91684615435-86"],"name":["Friends of Sustainable Grids"]}} -{"id":"eu-tr-916946818172-34","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Alliance Maçonnique Européenne"],"idNumber":["916946818172-34"]}} -{"id":"eu-tr-916989318837-36","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Axess Public Relations"],"idNumber":["916989318837-36"]}} -{"id":"eu-tr-91711831031-23","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["THALES"],"idNumber":["91711831031-23"]}} -{"id":"eu-tr-917169933973-76","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Index on Censorship/Writers and Scholars Educational Trust"],"idNumber":["917169933973-76"]}} -{"id":"eu-tr-917180932029-87","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Vinnova"],"idNumber":["917180932029-87"]}} -{"id":"eu-tr-9171899949-17","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["9171899949-17"],"name":["JPMorgan Chase & Co."]}} -{"id":"eu-tr-917204122840-28","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["MAHLE International GmbH"],"idNumber":["917204122840-28"]}} -{"id":"eu-tr-917249537939-70","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["ALLIANCE DE LA PRESSE D’INFORMATION GÉNÉRALE"],"idNumber":["917249537939-70"]}} -{"id":"eu-tr-917393784-31","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Deutsche Sozialversicherung Arbeitsgemeinschaft Europa"],"idNumber":["917393784-31"]}} -{"id":"eu-tr-917509233311-04","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Latvijas Būvuzņēmēju partnerība"],"idNumber":["917509233311-04"]}} -{"id":"eu-tr-918014232580-69","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Cycling Without Age"],"idNumber":["918014232580-69"]}} -{"id":"eu-tr-918231647418-16","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Project Canary"],"idNumber":["918231647418-16"]}} -{"id":"eu-tr-918357621362-64","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Center for Innovative Education"],"idNumber":["918357621362-64"]}} -{"id":"eu-tr-918499830049-31","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Chambre des salariés"],"idNumber":["918499830049-31"]}} -{"id":"eu-tr-918591719094-39","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Knauf Industries Gestion"],"idNumber":["918591719094-39"]}} -{"id":"eu-tr-918974041446-88","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Oncompass Medicine"],"idNumber":["918974041446-88"]}} -{"id":"eu-tr-919004519967-94","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["RELOOP"],"idNumber":["919004519967-94"]}} -{"id":"eu-tr-919165845244-96","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["R CUBE NORD"],"idNumber":["919165845244-96"]}} -{"id":"eu-tr-919220015824-70","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Global Ocean Commission"],"idNumber":["919220015824-70"]}} -{"id":"eu-tr-919484116074-16","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["HERMES INTERNATIONAL"],"idNumber":["919484116074-16"]}} -{"id":"eu-tr-919588037212-80","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["VedvarendeEnergi"],"idNumber":["919588037212-80"]}} -{"id":"eu-tr-9201911441-69","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Scotch Whisky Association"],"idNumber":["9201911441-69"]}} -{"id":"eu-tr-920254612199-27","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["The South-East Europe Change Net Foundation (Fondacija Mreža za promjene Jugoistočne Evrope)"],"idNumber":["920254612199-27"]}} -{"id":"eu-tr-920300632423-41","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Chanel Limited"],"idNumber":["920300632423-41"]}} -{"id":"eu-tr-920867915729-68","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"idNumber":["920867915729-68"]}} -{"id":"eu-tr-920973215323-23","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["The British Chambers of Commerce"],"idNumber":["920973215323-23"]}} -{"id":"eu-tr-921120132005-55","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Marko Meglic s.p."],"idNumber":["921120132005-55"]}} -{"id":"eu-tr-921133228513-07","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Glanbia"],"idNumber":["921133228513-07"]}} -{"id":"eu-tr-921163316118-77","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Leadership Business Consulting, Consultoria e Serviços, S.A."],"idNumber":["921163316118-77"]}} -{"id":"eu-tr-92127312521-05","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Diehl Stiftung & Co. KG"],"idNumber":["92127312521-05"]}} -{"id":"eu-tr-921351835520-23","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Wirtschaftsverband Stahl- und Metallverarbeitung e.V."],"idNumber":["921351835520-23"]}} -{"id":"eu-tr-9213770154-45","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["KEA European Affairs"],"idNumber":["9213770154-45"]}} -{"id":"eu-tr-921396316480-51","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Starbucks Coffee Company"],"idNumber":["921396316480-51"]}} -{"id":"eu-tr-921411924532-16","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Frontiers Media SA"],"idNumber":["921411924532-16"]}} -{"id":"eu-tr-921497232030-24","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Butan plin družba za distribucijo plina, d.d., Ljubljana"],"idNumber":["921497232030-24"]}} -{"id":"eu-tr-922046321682-57","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["VMware International Unlimited Company"],"idNumber":["922046321682-57"]}} -{"id":"eu-tr-922078432709-41","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Tuscan Organisation of Universities and Research for Europe"],"idNumber":["922078432709-41"]}} -{"id":"eu-tr-92211213391-85","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["EU Consult International"],"idNumber":["92211213391-85"]}} -{"id":"eu-tr-922144640085-87","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["922144640085-87"]}} -{"id":"eu-tr-92221016212-42","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["92221016212-42"],"name":["European Construction Industry Federation"]}} -{"id":"eu-tr-922222433343-80","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Aquafix Belgium bvba"],"idNumber":["922222433343-80"]}} -{"id":"eu-tr-922386710536-51","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Climate Disclosure Standards Board"],"idNumber":["922386710536-51"]}} -{"id":"eu-tr-9224280267-20","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["9224280267-20"],"name":["European Aluminium AISBL"]}} -{"id":"eu-tr-92257198818-48","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Ferrous Recovery & Recycling Federation"],"idNumber":["92257198818-48"]}} -{"id":"eu-tr-922865919181-22","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Videokuvatalo"],"idNumber":["922865919181-22"]}} -{"id":"eu-tr-922871820564-22","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Caixa Capital, Sociedade de Capital de Risco, SA"],"idNumber":["922871820564-22"]}} -{"id":"eu-tr-92306069602-32","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Baker & McKenzie Partnerschaft von Rechtsanwälten, Wirtschaftsprüfern und Steuerberatern mbB"],"idNumber":["92306069602-32"]}} -{"id":"eu-tr-923075424715-96","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["923075424715-96"],"name":["Aviva Investors"]}} -{"id":"eu-tr-923076644221-23","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["CRH plc"],"idNumber":["923076644221-23"]}} -{"id":"eu-tr-923168214837-55","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["SARTEAM EPS"],"idNumber":["923168214837-55"]}} -{"id":"eu-tr-923243224426-09","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Organización Mundial de Ciudades y Gobiernos Locales Unidos - United Cities and Local Governments"],"idNumber":["923243224426-09"]}} -{"id":"eu-tr-923265923981-74","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Calij-i Motors Limited"],"idNumber":["923265923981-74"]}} -{"id":"eu-tr-923424020779-19","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Rasmussen Global"],"idNumber":["923424020779-19"]}} -{"id":"eu-tr-923493211619-15","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["21st Century Fox"],"idNumber":["923493211619-15"]}} -{"id":"eu-tr-923672639203-14","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Movimento Cultural da Terra de Miranda"],"idNumber":["923672639203-14"]}} -{"id":"eu-tr-923710115785-95","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Transatlantic Policy Network"],"idNumber":["923710115785-95"]}} -{"id":"eu-tr-923873234269-18","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Paptic"],"idNumber":["923873234269-18"]}} -{"id":"eu-tr-923915716105-08","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Information Technology and Innovation Foundation"],"idNumber":["923915716105-08"]}} -{"id":"eu-tr-92399882921-71","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["EURALIA"],"idNumber":["92399882921-71"]}} -{"id":"eu-tr-924134817693-97","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Hilton"],"idNumber":["924134817693-97"]}} -{"id":"eu-tr-92439142374-67","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Steptoe & Johnson LLP"],"idNumber":["92439142374-67"]}} -{"id":"eu-tr-92442218459-37","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["92442218459-37"],"name":["AT&T, Inc."]}} -{"id":"eu-tr-924462331324-02","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["International Credit Insurance & Surety Association"],"idNumber":["924462331324-02"]}} -{"id":"eu-tr-92447095540-39","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Investors-VEB"],"idNumber":["92447095540-39"]}} -{"id":"eu-tr-924473926079-08","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Universiteit Antwerpen"],"idNumber":["924473926079-08"]}} -{"id":"eu-tr-924536540642-83","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["924536540642-83"],"name":["IRIDEOS S.P.A."]}} -{"id":"eu-tr-924610441093-11","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["S.C. Verde Magnesium S.R.L."],"idNumber":["924610441093-11"]}} -{"id":"eu-tr-924933110421-64","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Building Societies Association"],"idNumber":["924933110421-64"]}} -{"id":"eu-tr-925392526543-39","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["The Pan-European Regional Council of the International Trade Union Confederation"],"idNumber":["925392526543-39"]}} -{"id":"eu-tr-92545571128-74","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["92545571128-74"],"name":["European Transport Workers' Federation"]}} -{"id":"eu-tr-925546214858-78","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["European Academy of the Regions"],"idNumber":["925546214858-78"]}} -{"id":"eu-tr-92573623984-60","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"idNumber":["92573623984-60"]}} -{"id":"eu-tr-925747033224-18","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Club Association"],"idNumber":["925747033224-18"]}} -{"id":"eu-tr-925995939257-35","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["#SustainablePublicAffairs"],"idNumber":["925995939257-35"]}} -{"id":"eu-tr-9264296748-42","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Society of European Affairs Professionals"],"idNumber":["9264296748-42"]}} -{"id":"eu-tr-926598817431-34","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["TEREOS"],"idNumber":["926598817431-34"]}} -{"id":"eu-tr-926634815297-45","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Pipistrel d.o.o. Ajdovščina"],"idNumber":["926634815297-45"]}} -{"id":"eu-tr-926990944642-94","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Emerson Electric Co."],"idNumber":["926990944642-94"]}} -{"id":"eu-tr-927436210905-60","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["EUROPEAN MARITIME PILOTS ASSOCIATION"],"idNumber":["927436210905-60"]}} -{"id":"eu-tr-927457231326-64","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["CEWE Stiftung & Co. KGaA"],"idNumber":["927457231326-64"]}} -{"id":"eu-tr-927548522934-92","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Het Gemeenschapsonderwijs"],"idNumber":["927548522934-92"]}} -{"id":"eu-tr-927595924817-08","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Magyar Közúti Fuvarozók Egyesülete (The Hungarian Road Transport Association)"],"idNumber":["927595924817-08"]}} -{"id":"eu-tr-927656110412-84","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Dutch Waste Management Association"],"idNumber":["927656110412-84"]}} -{"id":"eu-tr-9276943405-41","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["9276943405-41"],"name":["Standing Committee of European Doctors"]}} -{"id":"eu-tr-927836230818-56","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Institut Curie"],"idNumber":["927836230818-56"]}} -{"id":"eu-tr-927885415117-52","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Vienna Economic Forum"],"idNumber":["927885415117-52"]}} -{"id":"eu-tr-927912331866-44","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"idNumber":["927912331866-44"]}} -{"id":"eu-tr-927974415051-53","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["US Dairy Export Council"],"idNumber":["927974415051-53"]}} -{"id":"eu-tr-928000215549-37","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Belgisch Olympisch & Interfederaal Comité"],"idNumber":["928000215549-37"]}} -{"id":"eu-tr-92802501097-37","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"idNumber":["92802501097-37"]}} -{"id":"eu-tr-928053829874-37","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["(SETE) GREEK TOURISM CONFEDERATION"],"idNumber":["928053829874-37"]}} -{"id":"eu-tr-9280801581-95","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Verband der Privaten Krankenversicherung e.V."],"idNumber":["9280801581-95"]}} -{"id":"eu-tr-92825497182-59","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Wissenschaftsgemeinschaft Gottfried Wilhelm Leibniz e. V."],"idNumber":["92825497182-59"]}} -{"id":"eu-tr-928308827208-10","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["928308827208-10"],"name":["Médecins Sans Frontières International"]}} -{"id":"eu-tr-928649113568-51","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Association of Remote Sensing Companies"],"idNumber":["928649113568-51"]}} -{"id":"eu-tr-92876453439-40","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["European Large Families Confederation"],"idNumber":["92876453439-40"]}} -{"id":"eu-tr-929105420022-86","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["INSTITUT AGRÍCOLA CATALÀ DE SANT ISIDRE"],"idNumber":["929105420022-86"]}} -{"id":"eu-tr-929235131654-14","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Global Enabling Sustainability Initiative"],"idNumber":["929235131654-14"]}} -{"id":"eu-tr-929343834686-12","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Zentralverband Deutsches Baugewerbe"],"idNumber":["929343834686-12"]}} -{"id":"eu-tr-929417912330-88","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["BONANOVA"],"idNumber":["929417912330-88"]}} -{"id":"eu-tr-929545245594-24","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Swappie"],"idNumber":["929545245594-24"]}} -{"id":"eu-tr-929550219950-35","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Skåne Association of Local Authorities"],"idNumber":["929550219950-35"]}} -{"id":"eu-tr-929949041965-26","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Institut de l'agriculture et de l'alimentation biologiques"],"idNumber":["929949041965-26"]}} -{"id":"eu-tr-930116617440-93","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Tata Consultancy Services"],"idNumber":["930116617440-93"]}} -{"id":"eu-tr-93038071152-83","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["93038071152-83"],"name":["The European Steel Association"]}} -{"id":"eu-tr-930400412379-07","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Unión Española Fotovoltaica"],"idNumber":["930400412379-07"]}} -{"id":"eu-tr-9304391101-08","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Deutscher Juristinnenbund e.V."],"idNumber":["9304391101-08"]}} -{"id":"eu-tr-930544228680-10","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["European Alliance for Coach Tourism"],"idNumber":["930544228680-10"]}} -{"id":"eu-tr-930637620172-95","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Havenbedrijf Rotterdam NV"],"idNumber":["930637620172-95"]}} -{"id":"eu-tr-930777112936-49","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Syndicat des énergies renouvelables"],"idNumber":["930777112936-49"]}} -{"id":"eu-tr-930830930429-33","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["World Wide Web Foundation"],"idNumber":["930830930429-33"]}} -{"id":"eu-tr-930879217408-32","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Liga para a Protecção da Natureza"],"idNumber":["930879217408-32"]}} -{"id":"eu-tr-930954843337-94","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"idNumber":["930954843337-94"]}} -{"id":"eu-tr-931026511731-77","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Fédération nationale des syndicats d'agents généraux d'assurance"],"idNumber":["931026511731-77"]}} -{"id":"eu-tr-931047631079-58","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Suomen yliopistojen rehtorineuvosto UNIFI ry"],"idNumber":["931047631079-58"]}} -{"id":"eu-tr-931202042525-75","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["ABP Pensionfund"],"idNumber":["931202042525-75"]}} -{"id":"eu-tr-931255838350-01","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["AVR-Afvalverwerking B.V."],"idNumber":["931255838350-01"]}} -{"id":"eu-tr-931511831742-24","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Forest Peoples Programme"],"idNumber":["931511831742-24"]}} -{"id":"eu-tr-931594937274-57","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Association of Next Generation Telecommunications Innovators"],"idNumber":["931594937274-57"]}} -{"id":"eu-tr-931619945984-22","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Wizz Air Hungary Limited"],"idNumber":["931619945984-22"]}} -{"id":"eu-tr-931641717450-77","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["MVM Társaságcsoporti Szakszervezeti Szövetség"],"idNumber":["931641717450-77"]}} -{"id":"eu-tr-931656328552-33","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Re-Imagine Europa"],"idNumber":["931656328552-33"]}} -{"id":"eu-tr-931701916057-36","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Brussels Airlines SA/NV"],"idNumber":["931701916057-36"]}} -{"id":"eu-tr-931771937156-36","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Indigo Agriculture Europe GmbH"],"idNumber":["931771937156-36"]}} -{"id":"eu-tr-931781036602-33","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Comité Régional des pêches maritimes et des élevages marins de Bretagne"],"idNumber":["931781036602-33"]}} -{"id":"eu-tr-93192457791-92","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["INSTITUT NATIONAL DE LA SANTE ET DE LA RECHERCHE MEDICALE"],"idNumber":["93192457791-92"]}} -{"id":"eu-tr-932215041094-45","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["FirstRand"],"idNumber":["932215041094-45"]}} -{"id":"eu-tr-932256341405-17","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Micro-Mobility for Europe"],"idNumber":["932256341405-17"]}} -{"id":"eu-tr-93226026703-84","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["The EMEA Satellite Operators' Assocation"],"idNumber":["93226026703-84"]}} -{"id":"eu-tr-932274339872-30","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Ball Beverage Packaging Europe Limited"],"idNumber":["932274339872-30"]}} -{"id":"eu-tr-932288747927-37","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["932288747927-37"],"name":["Cheniere Energy, Inc."]}} -{"id":"eu-tr-932295729026-38","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Global Sepsis Alliance"],"idNumber":["932295729026-38"]}} -{"id":"eu-tr-932483333204-67","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Anglo American"],"idNumber":["932483333204-67"]}} -{"id":"eu-tr-93255296152-29","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["93255296152-29"],"name":["European Plastics Converters Association"]}} -{"id":"eu-tr-932677031453-58","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["European Association for Cardio-Thoracic Surgery"],"idNumber":["932677031453-58"]}} -{"id":"eu-tr-93272076510-87","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["EUROPEAN ORGANISATION FOR RARE DISEASES"],"idNumber":["93272076510-87"]}} -{"id":"eu-tr-932781112187-50","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["932781112187-50"],"name":["ECTA"]}} -{"id":"eu-tr-93283396780-85","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Confederation of Family Organisations in the European Union"],"idNumber":["93283396780-85"]}} -{"id":"eu-tr-93288301615-56","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["93288301615-56"],"name":["EBU-UER (European Broadcasting Union)"]}} -{"id":"eu-tr-93296213494-75","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["93296213494-75"],"name":["European Federation of Origin Wines"]}} -{"id":"eu-tr-933102147733-91","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Irish Farmers' Association"],"idNumber":["933102147733-91"]}} -{"id":"eu-tr-93322774930-56","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Økologisk Landsforening/Organic Denmark"],"idNumber":["93322774930-56"]}} -{"id":"eu-tr-933245237767-37","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Center for European Policy Analysis"],"idNumber":["933245237767-37"]}} -{"id":"eu-tr-933427038086-38","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Foundation Theatre Corsair"],"idNumber":["933427038086-38"]}} -{"id":"eu-tr-933453325369-91","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Consortium for Imports of Hot-Rolled Flats"],"idNumber":["933453325369-91"]}} -{"id":"eu-tr-933726715592-90","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["XPO Logistics Europe SA"],"idNumber":["933726715592-90"]}} -{"id":"eu-tr-933950717522-28","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Svenska Handelsbanken AB"],"idNumber":["933950717522-28"]}} -{"id":"eu-tr-93401065573-24","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Goodyear Europe B.V"],"idNumber":["93401065573-24"]}} -{"id":"eu-tr-934069612666-51","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["AbbVie"],"idNumber":["934069612666-51"]}} -{"id":"eu-tr-934237012880-23","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Abertis Infraestructuras S.A."],"idNumber":["934237012880-23"]}} -{"id":"eu-tr-934329423960-72","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Institute for European Environmental Policy"],"idNumber":["934329423960-72"]}} -{"id":"eu-tr-934593924492-57","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["John Zib"],"idNumber":["934593924492-57"]}} -{"id":"eu-tr-934667112465-59","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Cámara Oficial de Comercio, Industria, Servicios y Navegación de España"],"idNumber":["934667112465-59"]}} -{"id":"eu-tr-934936544293-02","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Interface Nederland"],"idNumber":["934936544293-02"]}} -{"id":"eu-tr-934996421910-13","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["kENUP Foundation"],"idNumber":["934996421910-13"]}} -{"id":"eu-tr-935428630280-28","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["935428630280-28"],"name":["Fnac Darty"]}} -{"id":"eu-tr-935455530585-79","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Stichting Het Nederlands Kanker Instituut - Antoni van Leeuwenhoek ziekenhuis"],"idNumber":["935455530585-79"]}} -{"id":"eu-tr-935803015129-67","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Proximus"],"idNumber":["935803015129-67"]}} -{"id":"eu-tr-935827636747-79","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["McDermott Will & Emery LLP and its affiliates"],"idNumber":["935827636747-79"]}} -{"id":"eu-tr-935905340442-90","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["#WithdrawTheCAP"],"idNumber":["935905340442-90"]}} -{"id":"eu-tr-935910235761-06","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Manufacturing Northern Ireland"],"idNumber":["935910235761-06"]}} -{"id":"eu-tr-936068026248-82","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Ornua Co-operative Limited"],"idNumber":["936068026248-82"]}} -{"id":"eu-tr-936111838444-51","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Ukrainian Business and Trade Association"],"idNumber":["936111838444-51"]}} -{"id":"eu-tr-936796623531-41","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Royal Institute of International Affairs"],"idNumber":["936796623531-41"]}} -{"id":"eu-tr-936909715448-20","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["PAX"],"idNumber":["936909715448-20"]}} -{"id":"eu-tr-93699614732-82","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Chambre de commerce et d'industrie de région Paris Ile-de-France"],"idNumber":["93699614732-82"]}} -{"id":"eu-tr-937069045597-40","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Puolustus- ja Ilmailuteollisuus PIA ry"],"idNumber":["937069045597-40"]}} -{"id":"eu-tr-937192914224-74","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Human Rights House Foundation"],"idNumber":["937192914224-74"]}} -{"id":"eu-tr-937742510518-22","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Climate Economics Chair (Paris-Dauphine University - Europlace Institute of Finance)"],"idNumber":["937742510518-22"]}} -{"id":"eu-tr-937812815077-68","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Terna spa"],"idNumber":["937812815077-68"]}} -{"id":"eu-tr-937916023366-57","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["city of amsterdam"],"idNumber":["937916023366-57"]}} -{"id":"eu-tr-937926728846-33","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["CNC - Communications & Network Consulting AG"],"idNumber":["937926728846-33"]}} -{"id":"eu-tr-937959014241-02","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["937959014241-02"],"name":["H & M Hennes & Mauritz AB"]}} -{"id":"eu-tr-93799097410-24","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["93799097410-24"],"name":["SES S.A."]}} -{"id":"eu-tr-93803793892-60","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["European Federation of National Associations of Measurement, Testing and Analytical Laboratories"],"idNumber":["93803793892-60"]}} -{"id":"eu-tr-93834493808-49","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["CEE Bankwatch Network"],"idNumber":["93834493808-49"]}} -{"id":"eu-tr-938387844910-53","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["eClear AG"],"idNumber":["938387844910-53"]}} -{"id":"eu-tr-938633121266-77","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Fair Price Farming Northern Ireland"],"idNumber":["938633121266-77"]}} -{"id":"eu-tr-938672534075-19","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Union of European national football teams of winemakers"],"idNumber":["938672534075-19"]}} -{"id":"eu-tr-93898497838-96","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Falck"],"idNumber":["93898497838-96"]}} -{"id":"eu-tr-939322945316-57","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Greenwaves Technologies"],"idNumber":["939322945316-57"]}} -{"id":"eu-tr-939617520158-79","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["The Finnish Family Firms Association"],"idNumber":["939617520158-79"]}} -{"id":"eu-tr-939761110725-48","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Women Entrepreneurs Association of Turkey"],"idNumber":["939761110725-48"]}} -{"id":"eu-tr-939790514321-68","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Bratislava Region Brussels Office"],"idNumber":["939790514321-68"]}} -{"id":"eu-tr-939841723046-68","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["A3C Consulting"],"idNumber":["939841723046-68"]}} -{"id":"eu-tr-93987316076-63","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["93987316076-63"],"name":["CEMBUREAU - The European Cement Association"]}} -{"id":"eu-tr-940105543030-75","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["SPARK"],"idNumber":["940105543030-75"]}} -{"id":"eu-tr-94035285059-91","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["International Union of Tenants"],"idNumber":["94035285059-91"]}} -{"id":"eu-tr-940591523693-85","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["940591523693-85"],"name":["European Chamber of Commerce, Singapore"]}} -{"id":"eu-tr-940910825833-38","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"idNumber":["940910825833-38"]}} -{"id":"eu-tr-940967617145-32","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Institute for Advanced Sustainability Studies e.V."],"idNumber":["940967617145-32"]}} -{"id":"eu-tr-9412010322-35","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["CEBRE - Czech Business Representation to the EU in Brussels"],"idNumber":["9412010322-35"]}} -{"id":"eu-tr-941242711525-27","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["EBO Worldwide Network ASBL"],"idNumber":["941242711525-27"]}} -{"id":"eu-tr-941265617362-34","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"idNumber":["941265617362-34"]}} -{"id":"eu-tr-941636120734-49","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Wildlife Justice Commission"],"idNumber":["941636120734-49"]}} -{"id":"eu-tr-941662444402-60","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Giga Carbon Neutrality Inc"],"idNumber":["941662444402-60"]}} -{"id":"eu-tr-941851915685-19","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Bloomberg"],"idNumber":["941851915685-19"]}} -{"id":"eu-tr-941916711102-62","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["International Commission of Jurists"],"idNumber":["941916711102-62"]}} -{"id":"eu-tr-942073927339-83","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Virtu Financial Ireland Limited"],"idNumber":["942073927339-83"]}} -{"id":"eu-tr-94241791376-49","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Lithuanian Business Representation to the EU"],"idNumber":["94241791376-49"]}} -{"id":"eu-tr-942449221805-95","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["GROUPEMENT DE LA SIDERURGIE/STAALINDUSTRIE VERBOND"],"idNumber":["942449221805-95"]}} -{"id":"eu-tr-942505344125-37","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Coöperatie Koninklijke Cosun U.A."],"idNumber":["942505344125-37"]}} -{"id":"eu-tr-94256896677-14","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["94256896677-14"],"name":["PayPal PLC, Belgian Branch"]}} -{"id":"eu-tr-94274031992-65","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["94274031992-65"],"name":["OMV Aktiengesellschaft"]}} -{"id":"eu-tr-94275086214-14","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Fédération Nationale des Transports Routiers"],"idNumber":["94275086214-14"]}} -{"id":"eu-tr-943095936679-05","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Signify"],"idNumber":["943095936679-05"]}} -{"id":"eu-tr-943126145162-66","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["SOS Racisme - Touche Pas à Mon Pote"],"idNumber":["943126145162-66"]}} -{"id":"eu-tr-943185633917-89","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Ventures4Growth"],"idNumber":["943185633917-89"]}} -{"id":"eu-tr-94320401142-27","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Associação das Empresas de Vinho do Porto"],"idNumber":["94320401142-27"]}} -{"id":"eu-tr-94320538514-40","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["SwissCore, Contact Office for European Research, Innovation and Education"],"idNumber":["94320538514-40"]}} -{"id":"eu-tr-94327308403-58","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["LLORENTE & CUENCA"],"idNumber":["94327308403-58"]}} -{"id":"eu-tr-943273430367-14","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"idNumber":["943273430367-14"]}} -{"id":"eu-tr-943288637380-93","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["GASCADE Gastransport GmbH"],"idNumber":["943288637380-93"]}} -{"id":"eu-tr-943440538277-89","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Healthy Brains Global Initiative, Inc."],"idNumber":["943440538277-89"]}} -{"id":"eu-tr-9434415651-11","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Norsk Industri / Federation of Norwegian Industries"],"idNumber":["9434415651-11"]}} -{"id":"eu-tr-943519426274-17","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Weinbauverband Württemberg e.V."],"idNumber":["943519426274-17"]}} -{"id":"eu-tr-9435658947-27","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Direct Selling Europe"],"idNumber":["9435658947-27"]}} -{"id":"eu-tr-943597031178-23","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Compagnie Nationale des Conseils en Propriété Industrielle"],"idNumber":["943597031178-23"]}} -{"id":"eu-tr-943775614714-81","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Ligue pour la Protection des Oiseaux/BirdLife France"],"idNumber":["943775614714-81"]}} -{"id":"eu-tr-943962512957-38","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Luchtverkeersleiding Nederland"],"idNumber":["943962512957-38"]}} -{"id":"eu-tr-943990642078-05","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Klubrádió Szolgáltató Zártkörűen Működő Részvénytársaság"],"idNumber":["943990642078-05"]}} -{"id":"eu-tr-94402711517-87","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Social Network"],"idNumber":["94402711517-87"]}} -{"id":"eu-tr-944179138377-03","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Gavea Investimento"],"idNumber":["944179138377-03"]}} -{"id":"eu-tr-944198631623-17","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["The 5G Infrastructure Association","6G Smart Networks and Services Industry Association"],"idNumber":["944198631623-17"]}} -{"id":"eu-tr-944347518758-70","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["ORTIS SA"],"idNumber":["944347518758-70"]}} -{"id":"eu-tr-944389830179-40","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Cooprogetti soc. coop."],"idNumber":["944389830179-40"]}} -{"id":"eu-tr-944408037307-33","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Quaker Council for European Affairs"],"idNumber":["944408037307-33"]}} -{"id":"eu-tr-944457442294-52","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["IQM Finland Oy"],"idNumber":["944457442294-52"]}} -{"id":"eu-tr-944508813290-94","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Premier Cercle"],"idNumber":["944508813290-94"]}} -{"id":"eu-tr-9447162467-70","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["La Coopération Agricole"],"idNumber":["9447162467-70"]}} -{"id":"eu-tr-944733432021-08","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["EIT Food ivzw"],"idNumber":["944733432021-08"]}} -{"id":"eu-tr-94490373966-61","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Land&Forst Betriebe Österreich / Association of Austrian Land and Forest Owners"],"idNumber":["94490373966-61"]}} -{"id":"eu-tr-944964416106-32","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Euronews"],"idNumber":["944964416106-32"]}} -{"id":"eu-tr-945033944277-78","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Raiffeisen Bank Kosovo J.S.C."],"idNumber":["945033944277-78"]}} -{"id":"eu-tr-945120918083-26","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Bundesverband der Arzneimittel-Hersteller e.V."],"idNumber":["945120918083-26"]}} -{"id":"eu-tr-945226032621-91","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["International Committee on the Rights of Sex Workers in Europe"],"idNumber":["945226032621-91"]}} -{"id":"eu-tr-945267932357-16","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Verbatum Oy"],"idNumber":["945267932357-16"]}} -{"id":"eu-tr-945286327032-68","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Sociedad de gestión de activos procedentes de la reestructuración bancaria, S.A."],"idNumber":["945286327032-68"]}} -{"id":"eu-tr-945330325636-88","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["945330325636-88"],"name":["Committee of the Representatives of the Orthodox Churches in European Union"]}} -{"id":"eu-tr-94537798584-35","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Butterfly Conservation Europe"],"idNumber":["94537798584-35"]}} -{"id":"eu-tr-945431547603-28","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Mitsubishi UFJ Financial Group"],"idNumber":["945431547603-28"]}} -{"id":"eu-tr-945508926132-15","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["BOSQUES SIN FRONTERAS"],"idNumber":["945508926132-15"]}} -{"id":"eu-tr-945627315358-31","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["AnMar-Research Lab. b.v."],"idNumber":["945627315358-31"]}} -{"id":"eu-tr-945767423659-90","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["FOREIGN ECONOMIC RELATIONS BOARD"],"idNumber":["945767423659-90"]}} -{"id":"eu-tr-945988918302-03","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Joschka Fischer & Company"],"idNumber":["945988918302-03"]}} -{"id":"eu-tr-946005928305-23","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["FUNDAÇÃO CALOUSTE GULBENKIAN"],"idNumber":["946005928305-23"]}} -{"id":"eu-tr-94607479886-02","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["94607479886-02"],"name":["AMUNDI AM"]}} -{"id":"eu-tr-94614946815-09","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Federazione Italiana dell'Industria Alimentare"],"idNumber":["94614946815-09"]}} -{"id":"eu-tr-946343776-69","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["946343776-69"],"name":["RENAULT"]}} -{"id":"eu-tr-946358415890-19","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Plan International España"],"idNumber":["946358415890-19"]}} -{"id":"eu-tr-946394317378-56","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Emergent BioSolutions"],"idNumber":["946394317378-56"]}} -{"id":"eu-tr-946445139869-69","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["946445139869-69"]}} -{"id":"eu-tr-946781229620-56","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Sustainable Communication"],"idNumber":["946781229620-56"]}} -{"id":"eu-tr-946877127073-51","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Ecoembalajes España"],"idNumber":["946877127073-51"]}} -{"id":"eu-tr-946877522030-48","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Staatsbibliothek zu Berlin - Preußischer Kulturbesitz"],"idNumber":["946877522030-48"]}} -{"id":"eu-tr-946928215845-55","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Rewheel"],"idNumber":["946928215845-55"]}} -{"id":"eu-tr-947001511571-77","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["947001511571-77"],"name":["European Students' Union"]}} -{"id":"eu-tr-94708345996-43","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Gothenburg European Office"],"idNumber":["94708345996-43"]}} -{"id":"eu-tr-947443539305-01","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["FONDATION pour la PROSPECTIVE ET l'INNOVATION"],"idNumber":["947443539305-01"]}} -{"id":"eu-tr-94753772049-95","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Fédération Française du Bâtiment"],"idNumber":["94753772049-95"]}} -{"id":"eu-tr-94770746469-09","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["94770746469-09"],"name":["ZVEI e.V. - Verband der Elektro- und Digitalindustrie"]}} -{"id":"eu-tr-947859738938-75","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Burning Glass Technologies"],"idNumber":["947859738938-75"]}} -{"id":"eu-tr-947929324977-41","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Society for Medical Oncology (ESMO)"],"idNumber":["947929324977-41"]}} -{"id":"eu-tr-948122819643-45","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Tripadvisor LLC"],"idNumber":["948122819643-45"]}} -{"id":"eu-tr-948133947667-87","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Oberbank AG"],"idNumber":["948133947667-87"]}} -{"id":"eu-tr-948172716862-70","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Handwerkskammer Ulm"],"idNumber":["948172716862-70"]}} -{"id":"eu-tr-948333125186-06","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Climate-KIC Holding BV"],"idNumber":["948333125186-06"]}} -{"id":"eu-tr-94837329683-94","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["International Association for Falconry and the Conservation of Birds of Prey"],"idNumber":["94837329683-94"]}} -{"id":"eu-tr-948456934701-68","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Stichting World Benchmarking Alliance Foundation"],"idNumber":["948456934701-68"]}} -{"id":"eu-tr-94857385769-70","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["94857385769-70"],"name":["AIR LIQUIDE"]}} -{"id":"eu-tr-948591610750-02","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Carton Makers Association"],"idNumber":["948591610750-02"]}} -{"id":"eu-tr-948703946539-55","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Timbeter"],"idNumber":["948703946539-55"]}} -{"id":"eu-tr-948827016897-72","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Eötvös Loránd University"],"idNumber":["948827016897-72"]}} -{"id":"eu-tr-948838114717-56","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["European Association for Local Democracy"],"idNumber":["948838114717-56"]}} -{"id":"eu-tr-948896232637-54","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Académie de recherche et d'enseignement supérieur"],"idNumber":["948896232637-54"]}} -{"id":"eu-tr-949247229948-43","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["BLUE STAR STRATEGIES SAS"],"idNumber":["949247229948-43"]}} -{"id":"eu-tr-949248337327-46","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Sdružení pro integraci a migraci"],"idNumber":["949248337327-46"]}} -{"id":"eu-tr-94944179052-82","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Sandbag Climate Campaign CIC"],"idNumber":["94944179052-82"]}} -{"id":"eu-tr-949483629610-96","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Network Access Associates Ltd (OneWeb)"],"idNumber":["949483629610-96"]}} -{"id":"eu-tr-949527532602-87","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Argent Energy"],"idNumber":["949527532602-87"]}} -{"id":"eu-tr-950271240628-66","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["950271240628-66"],"name":["Retelit Spa"]}} -{"id":"eu-tr-9505781573-45","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["9505781573-45"],"name":["Bureau Européen des Unions de Consommateurs"]}} -{"id":"eu-tr-950757315280-54","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["LyondellBasell Industries N.V."],"idNumber":["950757315280-54"]}} -{"id":"eu-tr-950920645824-76","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Signum Global Advisors"],"idNumber":["950920645824-76"]}} -{"id":"eu-tr-950921712127-74","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Bpifrance"],"idNumber":["950921712127-74"]}} -{"id":"eu-tr-950950739707-46","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["All Out Action Fund Inc."],"idNumber":["950950739707-46"]}} -{"id":"eu-tr-951014447923-97","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["The Chicago Council on Global Affairs"],"idNumber":["951014447923-97"]}} -{"id":"eu-tr-951243624669-74","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["ASML Netherlands B.V."],"idNumber":["951243624669-74"]}} -{"id":"eu-tr-951547539825-41","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["aNewGovernance"],"idNumber":["951547539825-41"]}} -{"id":"eu-tr-951727724586-61","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["WeMove Europe gGmbH"],"idNumber":["951727724586-61"]}} -{"id":"eu-tr-951747640235-93","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["The Club of Rome - EU Chapter"],"idNumber":["951747640235-93"]}} -{"id":"eu-tr-95201401713-39","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["95201401713-39"],"name":["Motion Picture Association EMEA"]}} -{"id":"eu-tr-952210816760-90","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["ЕКОПАК БЪЛГАРИЯ АД"],"idNumber":["952210816760-90"]}} -{"id":"eu-tr-952322311484-70","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["EDSO for Smart Grids"],"idNumber":["952322311484-70"]}} -{"id":"eu-tr-95261732139-73","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Seas At Risk vzw"],"idNumber":["95261732139-73"]}} -{"id":"eu-tr-952721718748-34","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["952721718748-34"],"name":["Rakuten Group, Inc"]}} -{"id":"eu-tr-953426816942-83","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["World Economic Forum"],"idNumber":["953426816942-83"]}} -{"id":"eu-tr-953427147980-05","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["ORGANIZACION NACIONAL DE CIEGOS DE ESPAÑA"],"idNumber":["953427147980-05"]}} -{"id":"eu-tr-953480437831-04","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Compassion in World Farming Brussels"],"idNumber":["953480437831-04"]}} -{"id":"eu-tr-95363765837-60","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["95363765837-60"],"name":["International Chemical Secretariat"]}} -{"id":"eu-tr-953701819437-32","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Internet Society"],"idNumber":["953701819437-32"]}} -{"id":"eu-tr-953933297-85","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Association Française des Entreprises Privées / French Association of Large Companies"],"idNumber":["953933297-85"]}} -{"id":"eu-tr-954230536257-09","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["European Centre for International Political Economy"],"idNumber":["954230536257-09"]}} -{"id":"eu-tr-954878823991-92","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Fundacja Wisławy Szymborskiej"],"idNumber":["954878823991-92"]}} -{"id":"eu-tr-955315115949-73","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Trafigura Group Pte."],"idNumber":["955315115949-73"]}} -{"id":"eu-tr-955378043651-32","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["955378043651-32"]}} -{"id":"eu-tr-955477224787-96","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Infortar"],"idNumber":["955477224787-96"]}} -{"id":"eu-tr-955526625524-20","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Lingvist Technologies OÜ"],"idNumber":["955526625524-20"]}} -{"id":"eu-tr-95574664768-90","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Verband der Automobilindustrie"],"idNumber":["95574664768-90"]}} -{"id":"eu-tr-955847224144-46","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Italrom Inginerie Internationala"],"idNumber":["955847224144-46"]}} -{"id":"eu-tr-955865622409-55","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Center for Transatlantic Relations Johns Hopkins University SAIS"],"idNumber":["955865622409-55"]}} -{"id":"eu-tr-956456631352-41","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Northern Ireland Rural Women's Network"],"idNumber":["956456631352-41"]}} -{"id":"eu-tr-956580116148-64","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["United States Steel Corporation"],"idNumber":["956580116148-64"]}} -{"id":"eu-tr-956714817197-49","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Sarasin & Partners LLP"],"idNumber":["956714817197-49"]}} -{"id":"eu-tr-956738825752-80","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["COLLECTIF EUROPANOVA"],"idNumber":["956738825752-80"]}} -{"id":"eu-tr-956800924432-97","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Universities of Applied Sciences Network"],"idNumber":["956800924432-97"]}} -{"id":"eu-tr-95685068542-71","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["95685068542-71"],"name":["Association of the European Heating Industry"]}} -{"id":"eu-tr-956944521799-24","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Municipality Finance Plc / Kuntarahoitus Oyj (in Finnish)"],"idNumber":["956944521799-24"]}} -{"id":"eu-tr-957105437070-49","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Responsible Business Alliance"],"idNumber":["957105437070-49"]}} -{"id":"eu-tr-95713206856-14","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["AJC Transatlantic Institute","Transatlantic Institute"],"idNumber":["95713206856-14"]}} -{"id":"eu-tr-957279018810-11","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["WithSecure Corporation","F-Secure Corporation"],"idNumber":["957279018810-11"]}} -{"id":"eu-tr-957847722349-55","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["ATREVIA COMUNICACIÓN"],"idNumber":["957847722349-55"]}} -{"id":"eu-tr-958163942804-84","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["freenet AG"],"idNumber":["958163942804-84"]}} -{"id":"eu-tr-958164130075-80","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["My Europe 2100 e.V."],"idNumber":["958164130075-80"]}} -{"id":"eu-tr-958364437361-43","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"idNumber":["958364437361-43"]}} -{"id":"eu-tr-958435415270-54","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["EU Watcher"],"idNumber":["958435415270-54"]}} -{"id":"eu-tr-958478341779-36","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["ASOCIAȚIA ASTRICO NORD-EST"],"idNumber":["958478341779-36"]}} -{"id":"eu-tr-958535623182-46","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Sport for Rights"],"idNumber":["958535623182-46"]}} -{"id":"eu-tr-958783923330-82","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Oficina Dereitos Sociais - Coia"],"idNumber":["958783923330-82"]}} -{"id":"eu-tr-958979514981-58","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["INTERNATIONAL SAFETY AND HEALTH CONSTRUCTION CO-ORDINATORS ORGANISATION"],"idNumber":["958979514981-58"]}} -{"id":"eu-tr-95910795422-52","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["European Furniture Industries Confederation"],"idNumber":["95910795422-52"]}} -{"id":"eu-tr-959137934771-01","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Global March Against Child Labour"],"idNumber":["959137934771-01"]}} -{"id":"eu-tr-959216620304-34","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["959216620304-34"],"name":["Office of the Anglican Bishop in Europe"]}} -{"id":"eu-tr-959960633613-48","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Svenska lantbruksproducenternas centralförbund r.f."],"idNumber":["959960633613-48"]}} -{"id":"eu-tr-959972115771-67","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["959972115771-67"],"name":["Galp Energia, SGPS, SA"]}} -{"id":"eu-tr-960205646495-48","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Wirtschaftsforum der SPD e.V."],"idNumber":["960205646495-48"]}} -{"id":"eu-tr-960224717731-23","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Magyar Tudományos Akadémia"],"idNumber":["960224717731-23"]}} -{"id":"eu-tr-960231515423-37","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["EuroScience"],"idNumber":["960231515423-37"]}} -{"id":"eu-tr-960532323803-62","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Swedbank AB (publ)"],"idNumber":["960532323803-62"]}} -{"id":"eu-tr-960644722878-55","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Squire Patton Boggs LLP"],"idNumber":["960644722878-55"]}} -{"id":"eu-tr-960812325949-95","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Danske Slagterier SA"],"idNumber":["960812325949-95"]}} -{"id":"eu-tr-961181120948-12","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["National Farmers' Union","National Farmers Union"],"idNumber":["961181120948-12"]}} -{"id":"eu-tr-961373118476-87","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["ABPaymentflows BV"],"idNumber":["961373118476-87"]}} -{"id":"eu-tr-961488646261-88","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Amann Group"],"idNumber":["961488646261-88"]}} -{"id":"eu-tr-961528522007-79","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Centro Tecnológico del Mar - Fundación CETMAR"],"idNumber":["961528522007-79"]}} -{"id":"eu-tr-961627032521-50","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Flame Retardants Europe"],"idNumber":["961627032521-50"]}} -{"id":"eu-tr-961707318657-19","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Biedrība Zemnieku saeima"],"idNumber":["961707318657-19"]}} -{"id":"eu-tr-961809845865-57","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Oxfam-en-Belgique / Oxfam-in-België"],"idNumber":["961809845865-57"]}} -{"id":"eu-tr-961826727268-04","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Farm Europe"],"idNumber":["961826727268-04"]}} -{"id":"eu-tr-961852245223-87","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Studsvik AB"],"idNumber":["961852245223-87"]}} -{"id":"eu-tr-961872741145-78","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["ReCommon APS"],"idNumber":["961872741145-78"]}} -{"id":"eu-tr-961873216116-63","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Kofi Annan Foundation"],"idNumber":["961873216116-63"]}} -{"id":"eu-tr-962167925504-75","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Collectif Innovation"],"idNumber":["962167925504-75"]}} -{"id":"eu-tr-9624415524-28","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["9624415524-28"],"name":["UNIFE"]}} -{"id":"eu-tr-962498922169-40","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Startup Europe India Network"],"idNumber":["962498922169-40"]}} -{"id":"eu-tr-962687110415-94","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Metsäliitto Cooperative"],"idNumber":["962687110415-94"]}} -{"id":"eu-tr-962707541001-25","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Fridays For Future SOSAmazonia International"],"idNumber":["962707541001-25"]}} -{"id":"eu-tr-962717910722-61","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Institutional Investors Group on Climate Change"],"idNumber":["962717910722-61"]}} -{"id":"eu-tr-962987717034-65","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["TechMarket Sweden AB"],"idNumber":["962987717034-65"]}} -{"id":"eu-tr-963045243382-88","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["963045243382-88"],"name":["Vodafone Stiftung Deutschland gGmbH"]}} -{"id":"eu-tr-963161329286-33","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Insectum Ltd."],"idNumber":["963161329286-33"]}} -{"id":"eu-tr-963255916498-75","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Gemalto SA"],"idNumber":["963255916498-75"]}} -{"id":"eu-tr-96327066302-56","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["96327066302-56"],"name":["Statkraft AS"]}} -{"id":"eu-tr-963373911020-79","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["963373911020-79"],"name":["Association nationale interprofessionnelle du bétail et des viandes"]}} -{"id":"eu-tr-963407330256-92","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Croon Callaghan Aviation Consulting LLP"],"idNumber":["963407330256-92"]}} -{"id":"eu-tr-963786723128-89","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Unione Italiana Vini"],"idNumber":["963786723128-89"]}} -{"id":"eu-tr-963792718912-05","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Animal Skincare Products Europe"],"idNumber":["963792718912-05"]}} -{"id":"eu-tr-96415319324-88","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Forest-based Sector Technology Platform"],"idNumber":["96415319324-88"]}} -{"id":"eu-tr-964372119021-05","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Associazione degli Enti Previdenziali Privati"],"idNumber":["964372119021-05"]}} -{"id":"eu-tr-964585844168-70","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Air France KLM"],"idNumber":["964585844168-70"]}} -{"id":"eu-tr-964614313317-31","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Meridia Partners"],"idNumber":["964614313317-31"]}} -{"id":"eu-tr-964686317955-51","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Sennheiser electronic"],"idNumber":["964686317955-51"]}} -{"id":"eu-tr-964799628086-26","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Mehr Demokratie e.V."],"idNumber":["964799628086-26"]}} -{"id":"eu-tr-964846712714-21","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["CEFOREC INTERNATIONAL NETWORK"],"idNumber":["964846712714-21"]}} -{"id":"eu-tr-96507906043-80","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Forum for Renewable Energy Sources"],"idNumber":["96507906043-80"]}} -{"id":"eu-tr-96530144280-28","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["RPP Group"],"idNumber":["96530144280-28"]}} -{"id":"eu-tr-965428625484-18","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Open Fiber"],"idNumber":["965428625484-18"]}} -{"id":"eu-tr-965553914278-94","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Genna Cabinet Sprl"],"idNumber":["965553914278-94"]}} -{"id":"eu-tr-965762846303-66","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["4evergreen"],"idNumber":["965762846303-66"]}} -{"id":"eu-tr-965867828509-96","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Syndicat National des Fabricants de Sucre"],"idNumber":["965867828509-96"]}} -{"id":"eu-tr-966097624209-08","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["International Ship Recycling Association"],"idNumber":["966097624209-08"]}} -{"id":"eu-tr-966165310889-60","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Biogen Inc."],"idNumber":["966165310889-60"]}} -{"id":"eu-tr-96645517357-19","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["96645517357-19"],"name":["ClientEarth AISBL","ClientEarth"]}} -{"id":"eu-tr-966493533135-33","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Automated Financial Systems Inc."],"idNumber":["966493533135-33"]}} -{"id":"eu-tr-96665582234-88","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Organización de Productores Asociados de Grandes Atuneros Congeladores"],"idNumber":["96665582234-88"]}} -{"id":"eu-tr-96668093651-33","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Environmental Coalition on Standards"],"idNumber":["96668093651-33"]}} -{"id":"eu-tr-966760434845-44","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Mitsubishi UFJ Financial Group"],"idNumber":["966760434845-44"]}} -{"id":"eu-tr-966844926846-50","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["BANK OF CYPRUS PUBLIC CO. LTD"],"idNumber":["966844926846-50"]}} -{"id":"eu-tr-966936717143-47","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Wireless Infrastructure Association"],"idNumber":["966936717143-47"]}} -{"id":"eu-tr-96700978173-62","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Parliamentary Forum for Sexual & Reproductive Rights"],"idNumber":["96700978173-62"]}} -{"id":"eu-tr-967084513983-66","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["In-house Competition Lawyers' Association"],"idNumber":["967084513983-66"]}} -{"id":"eu-tr-967190145518-11","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Fundacja Inicjatywa Dom Otwarty"],"idNumber":["967190145518-11"]}} -{"id":"eu-tr-96724945332-74","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["WILDLIFE CONSERVATION SOCIETY-EUROPE"],"idNumber":["96724945332-74"]}} -{"id":"eu-tr-967325815598-50","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["North European Oil Trade Oy"],"idNumber":["967325815598-50"]}} -{"id":"eu-tr-96737783077-62","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Région Bourgogne Franche-Comté"],"idNumber":["96737783077-62"]}} -{"id":"eu-tr-967380829604-36","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["CERCLE D'ECONOMIA"],"idNumber":["967380829604-36"]}} -{"id":"eu-tr-967579425569-80","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Konecranes Plc"],"idNumber":["967579425569-80"]}} -{"id":"eu-tr-967584719436-04","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["North Orchard Consultants Limited"],"idNumber":["967584719436-04"]}} -{"id":"eu-tr-967772922443-06","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Dr. Willmar Schwabe GmbH & Co. KG"],"idNumber":["967772922443-06"]}} -{"id":"eu-tr-968063933796-28","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["African Wildlife Foundation"],"idNumber":["968063933796-28"]}} -{"id":"eu-tr-96816064173-47","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["96816064173-47"],"name":["BVI Bundesverband Investment und Asset Management e.V."]}} -{"id":"eu-tr-968177917885-14","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Latvijas Darba devēju konfederācija"],"idNumber":["968177917885-14"]}} -{"id":"eu-tr-96818506624-46","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["International Confederation of Inspection and Certification Organizations"],"idNumber":["96818506624-46"]}} -{"id":"eu-tr-968334040015-84","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Liberty Mutual Insurance Group"],"idNumber":["968334040015-84"]}} -{"id":"eu-tr-968421535984-01","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["World Leadership Alliance-Club de Madrid"],"idNumber":["968421535984-01"]}} -{"id":"eu-tr-968508025137-63","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["T&T business consulting GmbH & Co.KG"],"idNumber":["968508025137-63"]}} -{"id":"eu-tr-968695641327-04","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Vlaams Instituut voor de Zee"],"idNumber":["968695641327-04"]}} -{"id":"eu-tr-968730515094-08","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Pensions and Lifetime Savings Association"],"idNumber":["968730515094-08"]}} -{"id":"eu-tr-968864543610-11","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Związek Polskich Producentów Ryb"],"idNumber":["968864543610-11"]}} -{"id":"eu-tr-968876819571-25","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Energy Charter Secretariat"],"idNumber":["968876819571-25"]}} -{"id":"eu-tr-968945510822-49","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Environmental Defense Action Fund"],"idNumber":["968945510822-49"]}} -{"id":"eu-tr-969227427832-59","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Gestore dei Mercati Energetici S.p.A."],"idNumber":["969227427832-59"]}} -{"id":"eu-tr-969268727576-65","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Fundação Oceano Azul"],"idNumber":["969268727576-65"]}} -{"id":"eu-tr-969504320672-09","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["969504320672-09"],"name":["ECOLAB","Ecolab, Inc."]}} -{"id":"eu-tr-969526618239-61","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["JOŽE TRONTELJ INSTITUTE FOR ETHICS AND VALUES"],"idNumber":["969526618239-61"]}} -{"id":"eu-tr-969664621728-22","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Stora Enso AB"],"idNumber":["969664621728-22"]}} -{"id":"eu-tr-970001332146-05","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["NV Bekaert SA"],"idNumber":["970001332146-05"]}} -{"id":"eu-tr-970283519265-11","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Travelport Worldwide Limited"],"idNumber":["970283519265-11"]}} -{"id":"eu-tr-970334114615-60","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Miltton Brussels"],"idNumber":["970334114615-60"]}} -{"id":"eu-tr-970674526310-16","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["YIT Corporation"],"idNumber":["970674526310-16"]}} -{"id":"eu-tr-970709235835-50","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Open Knowledge Foundation"],"idNumber":["970709235835-50"]}} -{"id":"eu-tr-970967012141-79","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["European Land Registry Association"],"idNumber":["970967012141-79"]}} -{"id":"eu-tr-971019046407-33","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Pearson"],"idNumber":["971019046407-33"]}} -{"id":"eu-tr-97138128231-58","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Academy of European Law"],"idNumber":["97138128231-58"]}} -{"id":"eu-tr-971446611568-25","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Knauf Insulation"],"idNumber":["971446611568-25"]}} -{"id":"eu-tr-971471716348-16","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["World NGO Day Initiative's Secretariat"],"idNumber":["971471716348-16"]}} -{"id":"eu-tr-971551011488-34","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Asociación de Empresas de Energías Renovables"],"idNumber":["971551011488-34"]}} -{"id":"eu-tr-971601620785-16","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Energochemica Trading"],"idNumber":["971601620785-16"]}} -{"id":"eu-tr-971601623340-52","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["CONFEDERACION INTERSINDICAL GALEGA"],"idNumber":["971601623340-52"]}} -{"id":"eu-tr-97165848130-92","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Small Business Alliance"],"idNumber":["97165848130-92"]}} -{"id":"eu-tr-971705931609-41","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Europtimum Conseil"],"idNumber":["971705931609-41"]}} -{"id":"eu-tr-971933315923-43","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Amis du Fonds Mondial Europe"],"idNumber":["971933315923-43"]}} -{"id":"eu-tr-972127919039-72","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Asociación Española de la Economía Digital"],"idNumber":["972127919039-72"]}} -{"id":"eu-tr-972172038725-41","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Professional Taekwondo Association- Continent Europe"],"idNumber":["972172038725-41"]}} -{"id":"eu-tr-972448924487-56","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Quarterdeck Shipping"],"idNumber":["972448924487-56"]}} -{"id":"eu-tr-972461146935-95","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Africa Platform"],"idNumber":["972461146935-95"]}} -{"id":"eu-tr-972524532678-44","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Universität Siegen"],"idNumber":["972524532678-44"]}} -{"id":"eu-tr-972580647948-11","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Ravensbergen Fournituren"],"idNumber":["972580647948-11"]}} -{"id":"eu-tr-972634836901-11","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["European Organisation of Prison and Correctional Services"],"idNumber":["972634836901-11"]}} -{"id":"eu-tr-972729217124-54","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["972729217124-54"],"name":["U. S. Steel Košice, s.r.o."]}} -{"id":"eu-tr-97303386616-87","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Association française des sociétés Financières"],"idNumber":["97303386616-87"]}} -{"id":"eu-tr-973049710163-75","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["International Federation of Air Traffic Controllers Associations"],"idNumber":["973049710163-75"]}} -{"id":"eu-tr-973319225742-44","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Alliance Européenne des Engrais Phosphatés"],"idNumber":["973319225742-44"]}} -{"id":"eu-tr-973382524675-69","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"idNumber":["973382524675-69"]}} -{"id":"eu-tr-973611718678-45","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["AREMIS"],"idNumber":["973611718678-45"]}} -{"id":"eu-tr-973709234598-64","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Norddeutsche Landesbank Girozentrale"],"idNumber":["973709234598-64"]}} -{"id":"eu-tr-9737622425-76","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Bundesarbeitsgemeinschaft der Freien Wohlfahrtspflege e.V."],"idNumber":["9737622425-76"]}} -{"id":"eu-tr-973899232646-83","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Vlaamse Interuniversitaire Raad"],"idNumber":["973899232646-83"]}} -{"id":"eu-tr-974222523569-95","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Institut Mérieux"],"idNumber":["974222523569-95"]}} -{"id":"eu-tr-974253816995-48","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Prysmian Group"],"idNumber":["974253816995-48"]}} -{"id":"eu-tr-97430636339-85","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Union Européenne des Médecins Spécialistes"],"idNumber":["97430636339-85"]}} -{"id":"eu-tr-974367836943-09","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Industrie- und Handelskammer für München und Oberbayern"],"idNumber":["974367836943-09"]}} -{"id":"eu-tr-974688646195-40","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Planet First Partners Gérant S.à r.l."],"idNumber":["974688646195-40"]}} -{"id":"eu-tr-974694937695-92","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["West Finland European Office"],"idNumber":["974694937695-92"]}} -{"id":"eu-tr-974875639237-65","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["974875639237-65"],"name":["Siemens Energy AG"]}} -{"id":"eu-tr-974918817911-97","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Chiesi Farmaceutici SpA"],"idNumber":["974918817911-97"]}} -{"id":"eu-tr-975055628018-59","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Rapiscan Systems Ltd"],"idNumber":["975055628018-59"]}} -{"id":"eu-tr-975110743058-19","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["FUNDACIÓN SANDRA IBARRA DE SOLIDARIDAD FRENTE AL CÁNCER"],"idNumber":["975110743058-19"]}} -{"id":"eu-tr-975114427884-61","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Platform of European Memory and Conscience"],"idNumber":["975114427884-61"]}} -{"id":"eu-tr-975264743605-46","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["975264743605-46"]}} -{"id":"eu-tr-975691716328-53","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["University of Ulm, Institute for Complex Quantum Systems"],"idNumber":["975691716328-53"]}} -{"id":"eu-tr-976086229629-90","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["GitHub, Inc."],"idNumber":["976086229629-90"]}} -{"id":"eu-tr-97609783845-15","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["The European Lotteries"],"idNumber":["97609783845-15"]}} -{"id":"eu-tr-976236518471-20","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Honda Motor Europe"],"idNumber":["976236518471-20"]}} -{"id":"eu-tr-97628146980-33","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["97628146980-33"],"name":["International Federation for Human Rights"]}} -{"id":"eu-tr-9765362691-45","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Verband Deutscher Maschinen- und Anlagenbau e.V."],"idNumber":["9765362691-45"]}} -{"id":"eu-tr-976662735605-10","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Retail Financial Forum"],"idNumber":["976662735605-10"]}} -{"id":"eu-tr-976890341243-41","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Green Course"],"idNumber":["976890341243-41"]}} -{"id":"eu-tr-976931917651-60","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["976931917651-60"],"name":["Hertz Europe Limited"]}} -{"id":"eu-tr-976975944378-90","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["European Policies Research Centre Delft"],"idNumber":["976975944378-90"]}} -{"id":"eu-tr-976985829492-08","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["976985829492-08"],"name":["Snap, Inc."]}} -{"id":"eu-tr-977056531128-71","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["CO2 Value Europe AISBL"],"idNumber":["977056531128-71"]}} -{"id":"eu-tr-977084326206-30","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"idNumber":["977084326206-30"]}} -{"id":"eu-tr-97769838689-79","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Fondazione Banco Alimentare Onlus"],"idNumber":["97769838689-79"]}} -{"id":"eu-tr-977869932377-59","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Association of Research and Technology Organisations"],"idNumber":["977869932377-59"]}} -{"id":"eu-tr-977881918839-35","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["International Association of Privacy Professionals"],"idNumber":["977881918839-35"]}} -{"id":"eu-tr-977907115068-02","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["977907115068-02"],"name":["EUN Partnership aisbl"]}} -{"id":"eu-tr-977980112556-82","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Association of Long-Term Investors"],"idNumber":["977980112556-82"]}} -{"id":"eu-tr-97810874431-67","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Bioenergy Europe"],"idNumber":["97810874431-67"]}} -{"id":"eu-tr-978149419739-16","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["T-Mobile Austria GmbH"],"idNumber":["978149419739-16"]}} -{"id":"eu-tr-978177636622-02","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["International School Sport Federation"],"idNumber":["978177636622-02"]}} -{"id":"eu-tr-978406813345-95","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Independent Television PLC","ITV PLC"],"idNumber":["978406813345-95"]}} -{"id":"eu-tr-978546644845-18","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Land Life Company B.V."],"idNumber":["978546644845-18"]}} -{"id":"eu-tr-978587826097-61","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Insurance Ireland"],"idNumber":["978587826097-61"]}} -{"id":"eu-tr-978681036472-47","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Norwegian Confederation of Trade Unions"],"idNumber":["978681036472-47"]}} -{"id":"eu-tr-978689825984-85","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"idNumber":["978689825984-85"]}} -{"id":"eu-tr-978915225123-90","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["G-4 Europa"],"idNumber":["978915225123-90"]}} -{"id":"eu-tr-97914681026-14","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Société nationale SNCF"],"idNumber":["97914681026-14"]}} -{"id":"eu-tr-97917488002-56","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["iEthanol, the European Industrial Ethanol Association"],"idNumber":["97917488002-56"]}} -{"id":"eu-tr-979191919566-58","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Leo Express"],"idNumber":["979191919566-58"]}} -{"id":"eu-tr-97921387213-35","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Interuniversitair Micro-Electronica Centrum vzw"],"idNumber":["97921387213-35"]}} -{"id":"eu-tr-979237141049-78","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Leaders' Quest Foundation"],"idNumber":["979237141049-78"]}} -{"id":"eu-tr-979244940127-55","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["POLSKI ZWIĄZEK HODOWCÓW I PRODUCENTÓW BYDŁA MIĘSNEGO"],"idNumber":["979244940127-55"]}} -{"id":"eu-tr-979276720920-77","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Liberal Youth"],"idNumber":["979276720920-77"]}} -{"id":"eu-tr-979313916286-38","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["ACV Puls"],"idNumber":["979313916286-38"]}} -{"id":"eu-tr-979376948413-46","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Center for Cybersecurity Policy and Law"],"idNumber":["979376948413-46"]}} -{"id":"eu-tr-97955117938-72","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["CONFEDERACIÓN SINDICAL DE CCOO"],"idNumber":["97955117938-72"]}} -{"id":"eu-tr-979589218673-05","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["France Brevets"],"idNumber":["979589218673-05"]}} -{"id":"eu-tr-979607734285-33","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Flughafen Stuttgart GmbH"],"idNumber":["979607734285-33"]}} -{"id":"eu-tr-9796640403-95","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Verband Forschender Arzneimittelhersteller e.V."],"idNumber":["9796640403-95"]}} -{"id":"eu-tr-98016578626-11","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["98016578626-11"],"name":["EGALE Egalité-laïcité-Europe"]}} -{"id":"eu-tr-9803788883-16","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["9803788883-16"],"name":["Association de l'Aviculture, de l'Industrie et du Commerce de Volailles dans les Pays de l'Union Europeenne asbl"]}} -{"id":"eu-tr-980643334936-37","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Centre for Information Policy Leadership at Hunton Andrews Kurth LLP"],"idNumber":["980643334936-37"]}} -{"id":"eu-tr-98086919699-94","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Akava ry"],"idNumber":["98086919699-94"]}} -{"id":"eu-tr-980942613952-12","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["The Bank of New York Mellon"],"idNumber":["980942613952-12"]}} -{"id":"eu-tr-980975011427-83","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["980975011427-83"]}} -{"id":"eu-tr-981023736582-85","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["American Chamber of Commerce Ireland"],"idNumber":["981023736582-85"]}} -{"id":"eu-tr-981119221130-18","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Magistrats Européens pour la Démocratie et les Libertés"],"idNumber":["981119221130-18"]}} -{"id":"eu-tr-981167323458-75","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"idNumber":["981167323458-75"]}} -{"id":"eu-tr-981559116223-93","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["981559116223-93"],"name":["Banking & Payments Federation Ireland"]}} -{"id":"eu-tr-981651218089-69","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Centre for Fine Arts"],"idNumber":["981651218089-69"]}} -{"id":"eu-tr-981750939336-70","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["News Media Alliance"],"idNumber":["981750939336-70"]}} -{"id":"eu-tr-981872117501-10","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Civic Forum"],"idNumber":["981872117501-10"]}} -{"id":"eu-tr-981909138569-80","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["New Horizons Project"],"idNumber":["981909138569-80"]}} -{"id":"eu-tr-982156919972-31","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Gauly Advisors GmbH"],"idNumber":["982156919972-31"]}} -{"id":"eu-tr-982226421176-23","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["BEAM Alliance"],"idNumber":["982226421176-23"]}} -{"id":"eu-tr-982314713326-16","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Unternehmerverbände Niedersachsen e.V."],"idNumber":["982314713326-16"]}} -{"id":"eu-tr-982361228640-41","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Verband Region Rhein-Neckar"],"idNumber":["982361228640-41"]}} -{"id":"eu-tr-982443037956-95","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Österreichische Staatsdruckerei Holding AG"],"idNumber":["982443037956-95"]}} -{"id":"eu-tr-9825553393-31","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["9825553393-31"],"name":["Friends of the Earth Europe"]}} -{"id":"eu-tr-982823533509-58","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["982823533509-58"],"name":["Siemens Healthineers AG"]}} -{"id":"eu-tr-983181238590-93","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["US National Academy of Medicine"],"idNumber":["983181238590-93"]}} -{"id":"eu-tr-9832909575-41","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["9832909575-41"],"name":["Greenpeace European Unit"]}} -{"id":"eu-tr-98345631631-22","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["98345631631-22"],"name":["European Insulation Manufacturers Association"]}} -{"id":"eu-tr-98346621358-26","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["UNION DES INDUSTRIES TEXTILES"],"idNumber":["98346621358-26"]}} -{"id":"eu-tr-983474516327-48","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Austrian Airlines"],"idNumber":["983474516327-48"]}} -{"id":"eu-tr-983486126499-21","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Benenson Strategy Group"],"idNumber":["983486126499-21"]}} -{"id":"eu-tr-98356852465-08","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["98356852465-08"],"name":["International Association of Scientific, Technical and Medical Publishers"]}} -{"id":"eu-tr-984231215205-95","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Special Olympics Europe Eurasia"],"idNumber":["984231215205-95"]}} -{"id":"eu-tr-98430135820-35","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["98430135820-35"],"name":["Deutscher Naturschutzring, Dachverband der deutschen Natur-, Tier- und Umweltschutzverbände (DNR) e.V."]}} -{"id":"eu-tr-984380024354-62","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["ViroVet NV"],"idNumber":["984380024354-62"]}} -{"id":"eu-tr-984547745026-63","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Blocul National Sindical"],"idNumber":["984547745026-63"]}} -{"id":"eu-tr-984555020606-52","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["984555020606-52"],"name":["EirGrid Group plc"]}} -{"id":"eu-tr-98470877752-88","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"idNumber":["98470877752-88"]}} -{"id":"eu-tr-984714332089-35","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Compagnie Européenne d'Intelligence Stratégique Bureau UE"],"idNumber":["984714332089-35"]}} -{"id":"eu-tr-985046516052-02","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["985046516052-02"],"name":["ESB"]}} -{"id":"eu-tr-985292011111-44","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Public Eye"],"idNumber":["985292011111-44"]}} -{"id":"eu-tr-985342523296-89","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["ASTANEA poslovne rešitve d.o.o."],"idNumber":["985342523296-89"]}} -{"id":"eu-tr-98535315829-78","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Център за междуетнически диалог и толерантност \"Амалипе\""],"idNumber":["98535315829-78"]}} -{"id":"eu-tr-98584666701-12","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Turkish Cypriot Chamber of Commerce"],"idNumber":["98584666701-12"]}} -{"id":"eu-tr-986044541551-20","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Stellantis"],"idNumber":["986044541551-20"]}} -{"id":"eu-tr-986174915223-79","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["MICROELECTRONICA S.A."],"idNumber":["986174915223-79"]}} -{"id":"eu-tr-986236422310-54","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Initiative gegen ein Leistungsschutzrecht für Presseverleger"],"idNumber":["986236422310-54"]}} -{"id":"eu-tr-986523914777-31","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Associazione delle Imprese del farmaco"],"idNumber":["986523914777-31"]}} -{"id":"eu-tr-98661678209-02","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Channel 4"],"idNumber":["98661678209-02"]}} -{"id":"eu-tr-986642126602-16","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Syndicat de la presse quotidienne nationale"],"idNumber":["986642126602-16"]}} -{"id":"eu-tr-986644617102-08","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Endowment for Democracy"],"idNumber":["986644617102-08"]}} -{"id":"eu-tr-986762129799-63","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["ENCORE LAB"],"idNumber":["986762129799-63"]}} -{"id":"eu-tr-986984218616-03","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Bedding Industries' Association"],"idNumber":["986984218616-03"]}} -{"id":"eu-tr-987000037766-14","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["ChargeUp Europe"],"idNumber":["987000037766-14"]}} -{"id":"eu-tr-987241938472-54","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["987241938472-54"],"name":["Wolt Enterprises"]}} -{"id":"eu-tr-987254615667-08","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Ad Venture Radio B. V."],"idNumber":["987254615667-08"]}} -{"id":"eu-tr-988324839304-12","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["ProVeg CIC"],"idNumber":["988324839304-12"]}} -{"id":"eu-tr-988395011853-48","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Plastic Energy LTD"],"idNumber":["988395011853-48"]}} -{"id":"eu-tr-988424740624-93","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["988424740624-93"],"name":["Magic Cloud Oy"]}} -{"id":"eu-tr-988743535279-05","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Fair Wear Foundation"],"idNumber":["988743535279-05"]}} -{"id":"eu-tr-988772631423-40","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["988772631423-40"],"name":["Youth Cancer Europe"]}} -{"id":"eu-tr-988791738713-44","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Skift BUSINESS CLIMATE LEADERS"],"idNumber":["988791738713-44"]}} -{"id":"eu-tr-98885666486-72","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Conseil des Notariats de l'Union Européenne"],"idNumber":["98885666486-72"]}} -{"id":"eu-tr-989028131671-85","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Avant car d.o.o."],"idNumber":["989028131671-85"]}} -{"id":"eu-tr-989108519757-22","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["European Federation of Animal Science"],"idNumber":["989108519757-22"]}} -{"id":"eu-tr-989397337029-29","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Swedish Red Cross"],"idNumber":["989397337029-29"]}} -{"id":"eu-tr-98945367035-89","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Landmark Public Policy Advisers Europe Ltd"],"idNumber":["98945367035-89"]}} -{"id":"eu-tr-989808524267-58","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["DIN Deutsches Institut für Normung e. V."],"idNumber":["989808524267-58"]}} -{"id":"eu-tr-989919136810-31","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["BEAM Alliance"],"idNumber":["989919136810-31"]}} -{"id":"eu-tr-989992317660-93","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Union des Classes des Moyennes National"],"idNumber":["989992317660-93"]}} -{"id":"eu-tr-99005441548-23","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["99005441548-23"],"name":["The European Alliance of Companies for Energy Efficiency in Buildings"]}} -{"id":"eu-tr-990159532140-35","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["990159532140-35"],"name":["Counter Extremism Project"]}} -{"id":"eu-tr-990178232829-20","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"idNumber":["990178232829-20"]}} -{"id":"eu-tr-990367446239-60","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Aeroporti di Roma"],"idNumber":["990367446239-60"]}} -{"id":"eu-tr-990456838858-75","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Société civile des Auteurs Réalisateurs Producteurs"],"idNumber":["990456838858-75"]}} -{"id":"eu-tr-990838616162-48","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["PACT European Affairs"],"idNumber":["990838616162-48"]}} -{"id":"eu-tr-990847335232-73","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European Third Party Providers Association"],"idNumber":["990847335232-73"]}} -{"id":"eu-tr-991115218798-11","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["SCHUNK"],"idNumber":["991115218798-11"]}} -{"id":"eu-tr-991195317279-06","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Salesforce"],"idNumber":["991195317279-06"]}} -{"id":"eu-tr-991321446189-28","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["H2Global-Stiftung"],"idNumber":["991321446189-28"]}} -{"id":"eu-tr-99150512937-05","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["DIMECC Ltd."],"idNumber":["99150512937-05"]}} -{"id":"eu-tr-991541537589-55","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Groupe d'animation du quartier européen de la ville de Bruxelles"],"idNumber":["991541537589-55"]}} -{"id":"eu-tr-991744840418-06","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["991744840418-06"],"name":["Rio Tinto"]}} -{"id":"eu-tr-99203901869-52","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Germanwatch"],"idNumber":["99203901869-52"]}} -{"id":"eu-tr-9922252784-95","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"idNumber":["9922252784-95"]}} -{"id":"eu-tr-992314617304-87","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["TRIUMPH GROUP INTERNATIONAL"],"idNumber":["992314617304-87"]}} -{"id":"eu-tr-992354120482-79","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["992354120482-79"],"name":["The Chancellor, Masters and Scholars of the University of Oxford"]}} -{"id":"eu-tr-992423436956-34","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Northern Ireland Meat Exporters Association"],"idNumber":["992423436956-34"]}} -{"id":"eu-tr-992490647231-71","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Eumicon AISBL"],"idNumber":["992490647231-71"]}} -{"id":"eu-tr-992515528917-95","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Association of Electronic Toll and Interoperable Service"],"idNumber":["992515528917-95"]}} -{"id":"eu-tr-99255639490-47","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["99255639490-47"],"name":["Telekom Austria AG"]}} -{"id":"eu-tr-992618013978-09","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["EuroTech Universities Alliance"],"idNumber":["992618013978-09"]}} -{"id":"eu-tr-99285184931-92","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Fokker Technologies"],"idNumber":["99285184931-92"]}} -{"id":"eu-tr-993014338457-13","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Horse Sport Ireland"],"idNumber":["993014338457-13"]}} -{"id":"eu-tr-993137417069-31","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Magyar Villamosenergia-ipari Átviteli Rendszerirányító Zártkörűen Működő Részvénytársaság"],"idNumber":["993137417069-31"]}} -{"id":"eu-tr-9931891670-73","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Federazione Nazionale dell'Industria Chimica italiana"],"idNumber":["9931891670-73"]}} -{"id":"eu-tr-993289318870-52","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Fisheries Regions Network Netherlands"],"idNumber":["993289318870-52"]}} -{"id":"eu-tr-99336382936-11","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Society of Audiovisual Authors"],"idNumber":["99336382936-11"]}} -{"id":"eu-tr-99345863205-62","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Irish Co-operative Organisation Society Ltd."],"idNumber":["99345863205-62"]}} -{"id":"eu-tr-99346002337-55","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["99346002337-55"],"name":["HP Inc"]}} -{"id":"eu-tr-993831245838-30","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Fashion Revolution"],"idNumber":["993831245838-30"]}} -{"id":"eu-tr-994117642521-96","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Deutsch-Baltische Handelskammer in Estland, Lettland, Litauen e.V."],"idNumber":["994117642521-96"]}} -{"id":"eu-tr-994150833943-81","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["European Signature Dialog - Associated European Trust Centers"],"idNumber":["994150833943-81"]}} -{"id":"eu-tr-994154636191-21","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["European Maritime Pilots' Association"],"idNumber":["994154636191-21"]}} -{"id":"eu-tr-994205929819-78","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["DNB Bank ASA"],"idNumber":["994205929819-78"]}} -{"id":"eu-tr-99436366768-45","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Friends of Europe"],"idNumber":["99436366768-45"]}} -{"id":"eu-tr-994509831613-80","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Getty Images (UK) Limited"],"idNumber":["994509831613-80"]}} -{"id":"eu-tr-994603842333-55","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Reforest'Action"],"idNumber":["994603842333-55"]}} -{"id":"eu-tr-994792725430-38","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["UnternehmerTUM"],"idNumber":["994792725430-38"]}} -{"id":"eu-tr-995366944799-09","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["GasNet, s.r.o."],"idNumber":["995366944799-09"]}} -{"id":"eu-tr-995377734447-25","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["995377734447-25"],"name":["Bolt"]}} -{"id":"eu-tr-995510717090-69","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Consorzio nazionale per la raccolta il riciclaggio e il recupero degli imballaggi in plastica"],"idNumber":["995510717090-69"]}} -{"id":"eu-tr-99565011637-64","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["99565011637-64"],"name":["Association of the European Self-Care Industry"]}} -{"id":"eu-tr-995759947374-73","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Malaysian Timber Council"],"idNumber":["995759947374-73"]}} -{"id":"eu-tr-99578067285-35","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["99578067285-35"],"name":["Eni S.p.A."]}} -{"id":"eu-tr-995801715250-37","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["995801715250-37"],"name":["Securities Industry and Financial Markets Association"]}} -{"id":"eu-tr-996020238452-21","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Danscentrum Sverige"],"idNumber":["996020238452-21"]}} -{"id":"eu-tr-996469444840-50","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["DataRobot"],"idNumber":["996469444840-50"]}} -{"id":"eu-tr-996489715498-70","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["MEKmedia GmbH"],"idNumber":["996489715498-70"]}} -{"id":"eu-tr-996568414630-62","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["996568414630-62"],"name":["American European Community Association"]}} -{"id":"eu-tr-996649622482-55","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["996649622482-55"],"name":["Associazione Industriale Lombarda dei territori di Milano, Lodi, Monza e Brianza, Pavia"]}} -{"id":"eu-tr-996731721536-55","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["The Salvation Army EU Affairs Office"],"idNumber":["996731721536-55"]}} -{"id":"eu-tr-996789025151-11","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["996789025151-11"],"name":["Vrije Universiteit Brussel"]}} -{"id":"eu-tr-996804717355-25","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Wiggin LLP"],"idNumber":["996804717355-25"]}} -{"id":"eu-tr-997090517082-89","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Compagnie Maritime Belge SA/NV"],"idNumber":["997090517082-89"]}} -{"id":"eu-tr-997241048177-67","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Meyer Burger Technology AG"],"idNumber":["997241048177-67"]}} -{"id":"eu-tr-997255629306-23","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["MAZARS"],"idNumber":["997255629306-23"]}} -{"id":"eu-tr-997456111776-94","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["BLUE FISH EUROPE"],"idNumber":["997456111776-94"]}} -{"id":"eu-tr-997484720855-72","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"idNumber":["997484720855-72"],"name":["Mitsubishi Power Europe GmbH"]}} -{"id":"eu-tr-99781077034-89","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Verbundnetz Gas AG"],"idNumber":["99781077034-89"]}} -{"id":"eu-tr-997879216637-27","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Българска стопанска камара - съюз на българския бизнес"],"idNumber":["997879216637-27"]}} -{"id":"eu-tr-997906814697-71","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Schroders Investment Management (Europe) SA"],"idNumber":["997906814697-71"]}} -{"id":"eu-tr-99804774427-03","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["Universidade de Vigo"],"idNumber":["99804774427-03"]}} -{"id":"eu-tr-99882738175-89","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Infrabel"],"idNumber":["99882738175-89"]}} -{"id":"eu-tr-999287240896-81","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["GML Limited"],"idNumber":["999287240896-81"]}} -{"id":"eu-tr-99937329074-65","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Mars Incorporated"],"idNumber":["99937329074-65"]}} -{"id":"eu-tr-999725935832-94","referents":[],"datasets":["ec_meetings"],"schema":"Organization","properties":{"name":["International Federation of Journalists"],"idNumber":["999725935832-94"]}} -{"id":"eu-tr-99982273034-52","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["European State Forest Association"],"idNumber":["99982273034-52"]}} -{"id":"eu-tr-999937013620-15","datasets":["ec_meetings"],"referents":[],"schema":"Organization","properties":{"name":["Cooperatie Kottervisserij Nederland (VisNed)"],"idNumber":["999937013620-15"]}} diff --git a/tests/test_aggregation.py b/tests/test_aggregation.py index dd648edf..36c35b88 100644 --- a/tests/test_aggregation.py +++ b/tests/test_aggregation.py @@ -58,26 +58,25 @@ def test_agg_groupby(donations): } -def test_agg_groupby_meta(ec_meetings): +def test_agg_groupby_meta(donations): agg = Aggregator.from_dict({"count": "id", "groups": "schema"}) - proxies = agg.apply(ec_meetings) + proxies = agg.apply(donations) _ = [x for x in proxies] assert agg.result == { "groups": { "schema": { "count": { "id": { - "Address": 1281, - "PublicBody": 103, - "Event": 34975, - "Membership": 791, - "Person": 791, - "Organization": 7097, + "Payment": 290, + "Address": 89, + "Organization": 17, + "Company": 56, + "Person": 22, } } } }, - "count": {"id": 45038}, + "count": {"id": 474}, } assert ( sum(agg.result["groups"]["schema"]["count"]["id"].values()) @@ -85,26 +84,26 @@ def test_agg_groupby_meta(ec_meetings): ) agg = Aggregator.from_dict({"count": "id", "groups": "year"}) - proxies = agg.apply(ec_meetings) + proxies = agg.apply(donations) _ = [x for x in proxies] assert agg.result == { "groups": { "year": { "count": { "id": { - "2014": 550, - "2015": 6691, - "2016": 5199, - "2017": 4047, - "2018": 3873, - "2019": 2321, - "2020": 4640, - "2021": 4079, - "2022": 3499, - "2023": 76, + "2011": 21, + "2003": 20, + "2004": 20, + "2009": 46, + "2008": 49, + "2010": 28, + "2007": 28, + "2006": 27, + "2002": 16, + "2005": 35, } } } }, - "count": {"id": 45038}, + "count": {"id": 474}, } diff --git a/tests/test_cli.py b/tests/test_cli.py index f53737a7..59c61c6c 100644 --- a/tests/test_cli.py +++ b/tests/test_cli.py @@ -51,23 +51,23 @@ def test_cli(fixtures_path: Path): lines = _get_lines(result.output) assert len(lines) == 0 - in_uri = str(fixtures_path / "ec_meetings.ftm.json") - result = runner.invoke(cli, ["-i", in_uri, "-s", "Event", "--date__gte", "2022"]) + in_uri = str(fixtures_path / "donations.ijson") + result = runner.invoke(cli, ["-i", in_uri, "-s", "Payment", "--date__gte", "2010"]) assert result.exit_code == 0 lines = _get_lines(result.output) - assert len(lines) == 3575 + assert len(lines) == 49 - in_uri = str(fixtures_path / "ec_meetings.ftm.json") + in_uri = str(fixtures_path / "donations.ijson") result = runner.invoke(cli, ["-i", in_uri, "-s", "Person", "--sort", "name"]) lines = _get_lines(result.output) data = orjson.loads(lines[0]) - assert data["caption"] == "Aare Järvan" + assert data["caption"] == "Dr.-Ing. E. h. Martin Herrenknecht" result = runner.invoke( cli, ["-i", in_uri, "-s", "Person", "--sort", "name", "--sort-descending"] ) lines = _get_lines(result.output) data = orjson.loads(lines[0]) - assert data["caption"] == "Zaneta Vegnere" + assert data["caption"] == "Johanna Quandt" def test_cli_apply(fixtures_path: Path): @@ -98,56 +98,68 @@ def test_cli_apply(fixtures_path: Path): def test_cli_coverage(fixtures_path: Path): - in_uri = str(fixtures_path / "ec_meetings.ftm.json") + in_uri = str(fixtures_path / "donations.ijson") result = runner.invoke(cli, ["-i", in_uri, "-o", "/dev/null", "--stats-uri", "-"]) assert result.exit_code == 0 - assert orjson.loads(result.output) == { + test_result = orjson.loads(result.output) + test_result["coverage"]["countries"] = sorted(test_result["coverage"]["countries"]) + test_result["things"]["countries"] = sorted( + test_result["things"]["countries"], key=lambda x: x["code"] + ) + test_result["things"]["schemata"] = sorted( + test_result["things"]["schemata"], key=lambda x: x["name"] + ) + assert test_result == { "coverage": { - "start": "2014-11-12", - "end": "2023-01-20", + "start": "2002-07-04", + "end": "2011-12-29", "frequency": "unknown", - "countries": ["eu"], + "countries": ["cy", "de", "gb", "lu"], "schedule": None, }, "things": { - "total": 44247, - "countries": [{"code": "eu", "count": 103, "label": "eu"}], + "total": 184, + "countries": [ + {"code": "cy", "count": 2, "label": "Cyprus"}, + {"code": "de", "count": 163, "label": "Germany"}, + {"code": "gb", "count": 3, "label": "United Kingdom"}, + {"code": "lu", "count": 2, "label": "Luxembourg"}, + ], "schemata": [ { "name": "Address", - "count": 1281, + "count": 89, "label": "Address", "plural": "Addresses", }, { - "name": "PublicBody", - "count": 103, - "label": "Public body", - "plural": "Public bodies", + "name": "Company", + "count": 56, + "label": "Company", + "plural": "Companies", }, - {"name": "Event", "count": 34975, "label": "Event", "plural": "Events"}, - {"name": "Person", "count": 791, "label": "Person", "plural": "People"}, { "name": "Organization", - "count": 7097, + "count": 17, "label": "Organization", "plural": "Organizations", }, + {"name": "Person", "count": 22, "label": "Person", "plural": "People"}, ], }, "intervals": { - "total": 791, + "total": 290, "countries": [], "schemata": [ { - "name": "Membership", - "count": 791, - "label": "Membership", - "plural": "Memberships", + "name": "Payment", + "count": 290, + "label": "Payment", + "plural": "Payments", } ], }, - "entity_count": 45038, + "entity_count": 474, } diff --git a/tests/test_coverage.py b/tests/test_coverage.py index 9fe73c6d..17862428 100644 --- a/tests/test_coverage.py +++ b/tests/test_coverage.py @@ -9,77 +9,91 @@ def test_coverage(fixtures_path: Path): c = Collector() - for proxy in smart_read_proxies(fixtures_path / "ec_meetings.ftm.json"): + for proxy in smart_read_proxies(fixtures_path / "donations.ijson"): c.collect(proxy) - start = date(2014, 11, 12) - end = date(2023, 1, 20) + start = date(2002, 7, 4) + end = date(2011, 12, 29) result = { "coverage": { "start": start, "end": end, "frequency": "unknown", - "countries": ["eu"], + "countries": ["cy", "de", "gb", "lu"], "schedule": None, }, "things": { - "total": 44247, - "countries": [{"code": "eu", "count": 103, "label": "eu"}], + "total": 184, + "countries": [ + {"code": "cy", "count": 2, "label": "Cyprus"}, + {"code": "de", "count": 163, "label": "Germany"}, + {"code": "gb", "count": 3, "label": "United Kingdom"}, + {"code": "lu", "count": 2, "label": "Luxembourg"}, + ], "schemata": [ { "name": "Address", - "count": 1281, + "count": 89, "label": "Address", "plural": "Addresses", }, { - "name": "PublicBody", - "count": 103, - "label": "Public body", - "plural": "Public bodies", + "name": "Company", + "count": 56, + "label": "Company", + "plural": "Companies", }, - {"name": "Event", "count": 34975, "label": "Event", "plural": "Events"}, - {"name": "Person", "count": 791, "label": "Person", "plural": "People"}, { "name": "Organization", - "count": 7097, + "count": 17, "label": "Organization", "plural": "Organizations", }, + {"name": "Person", "count": 22, "label": "Person", "plural": "People"}, ], }, "intervals": { - "total": 791, + "total": 290, "countries": [], "schemata": [ { - "name": "Membership", - "count": 791, - "label": "Membership", - "plural": "Memberships", + "name": "Payment", + "count": 290, + "label": "Payment", + "plural": "Payments", } ], }, - "entity_count": 45038, + "entity_count": 474, } assert isinstance(c.export(), DatasetStats) - assert c.to_dict() == result + test_result = c.to_dict() + test_result["coverage"]["countries"] = sorted(test_result["coverage"]["countries"]) + test_result["things"]["countries"] = sorted( + test_result["things"]["countries"], key=lambda x: x["code"] + ) + test_result["things"]["schemata"] = sorted( + test_result["things"]["schemata"], key=lambda x: x["name"] + ) + assert test_result == result - proxies = smart_read_proxies(fixtures_path / "ec_meetings.ftm.json") + proxies = smart_read_proxies(fixtures_path / "donations.ijson") collector = Collector() proxies = collector.apply(proxies) len_proxies = len([x for x in proxies]) stats = collector.export() assert stats.entity_count > 0 assert stats.entity_count == len_proxies - assert stats.coverage.years == (2014, 2023) + assert stats.coverage.years == (2002, 2011) # align with nomenklatura nk_coverage = DataCoverage(stats.coverage.model_dump()) - assert nk_coverage.to_dict() == { - "start": start.isoformat(), - "end": end.isoformat(), - "countries": ["eu"], + test_result = nk_coverage.to_dict() + test_result["countries"] = sorted(test_result["countries"]) + result = { + "start": "2002-07-04", + "end": "2011-12-29", + "countries": ["cy", "de", "gb", "lu"], "frequency": "unknown", } diff --git a/tests/test_io.py b/tests/test_io.py index c23048ca..3f905f90 100644 --- a/tests/test_io.py +++ b/tests/test_io.py @@ -1,17 +1,15 @@ from pathlib import Path import orjson -from moto import mock_aws from nomenklatura.entity import CE, CompositeEntity from ftmq.io import apply_datasets, make_proxy, smart_read_proxies, smart_write_proxies from ftmq.store import get_store -from tests.conftest import setup_s3 def test_io_read(fixtures_path: Path): success = False - for proxy in smart_read_proxies(fixtures_path / "ec_meetings.ftm.json"): + for proxy in smart_read_proxies(fixtures_path / "eu_authorities.ftm.json"): assert isinstance(proxy, CompositeEntity) success = True break @@ -47,18 +45,6 @@ def test_io_write_stdout(capsys, proxies: list[CE]): assert isinstance(proxy, CompositeEntity) -@mock_aws -def test_io_s3(proxies: list[CE]): - setup_s3() - uri = "s3://ftmq/entities.json" - res = smart_write_proxies(uri, proxies[:5], serialize=True) - assert res == 5 - proxies = [] - proxies.extend(smart_read_proxies(uri)) - assert len(proxies) == 5 - assert isinstance(proxies[0], CompositeEntity) - - def test_io_apply_datasets(proxies: list[CE]): success = False for proxy in apply_datasets(proxies, "foo", "bar"): diff --git a/tests/test_proxy.py b/tests/test_proxy.py index f28852f7..a0a735dc 100644 --- a/tests/test_proxy.py +++ b/tests/test_proxy.py @@ -39,7 +39,7 @@ def test_proxy_composite(): def test_proxy_filter_dataset(proxies): q = Query() result = list(filter(q.apply, proxies)) - assert len(result) == 45189 + assert len(result) == len(proxies) q = q.where(dataset="eu_authorities") result = list(filter(q.apply, proxies)) @@ -47,21 +47,21 @@ def test_proxy_filter_dataset(proxies): def test_proxy_filter_schema(proxies): - q = Query().where(schema="Event") + q = Query().where(schema="Payment") result = list(filter(q.apply, proxies)) - assert len(result) == 34975 + assert len(result) == 290 q = Query().where(schema="Organization") result = list(filter(q.apply, proxies)) - assert len(result) == 7097 + assert len(result) == 17 - q = Query().where(schema__in=["Event", "Organization"]) + q = Query().where(schema__in=["Payment", "Organization"]) result = list(filter(q.apply, proxies)) - assert len(result) == 34975 + 7097 + assert len(result) == 290 + 17 q = Query().where(schema="Organization", include_matchable=True) result = list(filter(q.apply, proxies)) - assert len(result) == 7351 + assert len(result) == 224 q = Query().where(schema="LegalEntity") result = list(filter(q.apply, proxies)) @@ -69,19 +69,19 @@ def test_proxy_filter_schema(proxies): q = Query().where(schema="LegalEntity", include_matchable=True) result = list(filter(q.apply, proxies)) - assert len(result) == 8142 + assert len(result) == 246 q = Query().where(schema="LegalEntity", include_descendants=True) result = list(filter(q.apply, proxies)) - assert len(result) == 8142 + assert len(result) == 246 q = Query().where(schema=model.get("Person")) result = list(filter(q.apply, proxies)) - assert len(result) == 791 + assert len(result) == 22 q = Query().where(schema__startswith="Pers") result = list(filter(q.apply, proxies)) - assert len(result) == 791 + assert len(result) == 22 # invalid with pytest.raises(ValidationError): @@ -89,50 +89,50 @@ def test_proxy_filter_schema(proxies): def test_proxy_filter_property(proxies): - q = Query().where(prop="jurisdiction", value="eu") + q = Query().where(prop="country", value="cy") result = list(filter(q.apply, proxies)) - assert len(result) == 254 + assert len(result) == 2 - q = Query().where(prop="date", value="2022", comparator="gte") + q = Query().where(prop="date", value="2010", comparator="gte") result = list(filter(q.apply, proxies)) - assert len(result) == 3575 + assert len(result) == 49 - q = Query().where(prop="date", value="2022", comparator="gt") + q = Query().where(prop="date", value="2010", comparator="gt") result = list(filter(q.apply, proxies)) - assert len(result) == 3575 + assert len(result) == 49 # chained same props as AND - q = q.where(prop="date", value="2023", comparator="lt") + q = q.where(prop="date", value="2011", comparator="lt") result = list(filter(q.apply, proxies)) - assert len(result) == 3499 + assert len(result) == 28 - q = Query().where(prop="date", value=2023, comparator="gte") + q = Query().where(prop="date", value=2011, comparator="gte") result = list(filter(q.apply, proxies)) - assert len(result) == 76 + assert len(result) == 21 q = Query().where(prop="date", value=True, comparator="null") result = list(filter(q.apply, proxies)) - assert len(result) == 34975 + assert len(result) == 290 q = Query().where(prop="date", value=False, comparator="null") result = list(filter(q.apply, proxies)) - assert len(result) == 34975 + assert len(result) == 290 - q = Query().where(prop="full", value="Brux", comparator="startswith") + q = Query().where(prop="full", value="Am ", comparator="startswith") result = list(filter(q.apply, proxies)) - assert len(result) == 12 + assert len(result) == 2 - q = Query().where(prop="full", value="elles", comparator="endswith") + q = Query().where(prop="city", value="Hamburg", comparator="endswith") result = list(filter(q.apply, proxies)) - assert len(result) == 12 + assert len(result) == 8 - q = Query().where(prop="full", value="Bruxelles", comparator="not") + q = Query().where(prop="country", value="de", comparator="not") result = list(filter(q.apply, proxies)) - assert len(result) == 1280 + assert len(result) == 7 def test_proxy_filters_combined(proxies): - q = Query().where(prop="jurisdiction", value="eu") + q = Query().where(prop="country", value="de") q = q.where(schema="Event") result = list(filter(q.apply, proxies)) assert len(result) == 0 @@ -142,13 +142,13 @@ def test_proxy_sort(proxies): tested = False q = Query().where(schema="Person").order_by("name") for proxy in q.apply_iter(proxies): - assert proxy.caption == "Aare Järvan" + assert proxy.caption == "Dr.-Ing. E. h. Martin Herrenknecht" tested = True break assert tested q = Query().where(schema="Person").order_by("name", ascending=False) for proxy in q.apply_iter(proxies): - assert proxy.caption == "Zaneta Vegnere" + assert proxy.caption == "Johanna Quandt" tested = True break assert tested @@ -164,24 +164,25 @@ def test_proxy_slice(proxies): q = Query().where(schema="Person").order_by("name")[0] res = [p for p in q.apply_iter(proxies)] assert len(res) == 1 - assert res[0].caption == "Aare Järvan" + assert res[0].caption == "Dr.-Ing. E. h. Martin Herrenknecht" def test_proxy_filter_reverse(proxies): - entity_id = "eu-tr-09571422185-81" + # here: reverse payments + entity_id = "783d918df9f9178400d6b3386439ab3b3679979c" q = Query().where(reverse=entity_id) res = [p for p in q.apply_iter(proxies)] - assert len(res) == 13 + assert len(res) == 53 tested = False for proxy in res: - assert entity_id in proxy.get("involved") + assert entity_id in proxy.get("beneficiary") tested = True assert tested - q = Query().where(reverse=entity_id, schema="Event") - q = q.where(prop="date", value=2022, comparator="gte") + q = Query().where(reverse=entity_id, schema="Payment") + q = q.where(prop="date", value=2007, comparator="gte") res = [p for p in q.apply_iter(proxies)] - assert len(res) == 3 + assert len(res) == 37 q = Query().where(reverse=entity_id, schema="Person") res = [p for p in q.apply_iter(proxies)] assert len(res) == 0 diff --git a/tests/test_store.py b/tests/test_store.py index 2b31fbfd..71d4dbf1 100644 --- a/tests/test_store.py +++ b/tests/test_store.py @@ -21,14 +21,14 @@ def _run_store_test_implicit(cls: Store, proxies, **kwargs): bulk.add_entity(proxy) datasets_seen.update(proxy.datasets) - assert store.get_catalog().names == {"ec_meetings", "eu_authorities"} + assert store.get_catalog().names == {"donations", "eu_authorities"} return True def _run_store_test(cls: Store, proxies, **kwargs): # explicit catalog catalog = Catalog( - datasets=[Dataset(name="eu_authorities"), Dataset(name="ec_meetings")] + datasets=[Dataset(name="eu_authorities"), Dataset(name="donations")] ) store = cls(catalog=catalog, **kwargs) with store.writer() as bulk: @@ -48,7 +48,7 @@ def _run_store_test(cls: Store, proxies, **kwargs): "jurisdiction": ["eu"], "sourceUrl": ["https://www.asktheeu.org/en/body/satcen"], } - assert store.dataset.leaf_names == {"ec_meetings", "eu_authorities"} + assert store.dataset.leaf_names == {"donations", "eu_authorities"} tested = False for proxy in store.default_view().entities(): assert isinstance(proxy, CompositeEntity) @@ -66,10 +66,10 @@ def _run_store_test(cls: Store, proxies, **kwargs): res = [e for e in view.entities(q)] assert len(res) == 151 assert "eu_authorities" in res[0].datasets - q = Query().where(schema="Event", prop="date", value=2023, comparator="gte") + q = Query().where(schema="Payment", prop="date", value=2011, comparator="gte") res = [e for e in view.entities(q)] - assert res[0].schema.name == "Event" - assert len(res) == 76 + assert all(r.schema.name == "Payment" for r in res) + assert len(res) == 21 # stats q = Query().where(dataset="eu_authorities") @@ -88,93 +88,110 @@ def _run_store_test(cls: Store, proxies, **kwargs): ] # ordering - q = Query().where(schema="Event", prop="date", value=2023, comparator="gte") - q = q.order_by("location") - res = [e for e in view.entities(q)] - assert len(res) == 76 - assert res[0].get("location") == ["Abu Dhabi, UAE"] - q = q.order_by("location", ascending=False) - res = [e for e in view.entities(q)] - assert len(res) == 76 - assert res[0].get("location") == ["virtual"] + # q = Query().where(schema="Payment", prop="date", value=2011, comparator="gte") + # q = q.order_by("amountEur") + # res = [e for e in view.entities(q)] + # assert len(res) == 21 + # assert res[0].get("amountEur") == ["50001"] + # q = q.order_by("amountEur", ascending=False) + # res = [e for e in view.entities(q)] + # assert len(res) == 21 + # assert res[0].get("amountEur") == ["320000"] # slice - q = Query().where(schema="Event", prop="date", value=2023, comparator="gte") - q = q.order_by("location") - q = q[:10] - res = [e for e in view.entities(q)] - assert len(res) == 10 - assert res[0].get("location") == ["Abu Dhabi, UAE"] + # q = Query().where(schema="Payment", prop="date", value=2011, comparator="gte") + # q = q.order_by("amountEur") + # q = q[:10] + # res = [e for e in view.entities(q)] + # assert len(res) == 10 + # assert res[0].get("payer") == ["62ad0fe6f56dbbf6fee57ce3da76e88c437024d5"] # aggregation q = Query().aggregate("max", "date").aggregate("min", "date") res = view.aggregations(q) - assert res == {"max": {"date": "2023-01-20"}, "min": {"date": "2014-11-12"}} + assert res == {"max": {"date": "2011-12-29"}, "min": {"date": "2002-07-04"}} - q = Query().aggregate("count", "id", groups="location") + q = Query().aggregate("count", "id", groups="beneficiary") res = view.aggregations(q) - assert res["groups"]["location"]["count"]["id"]["Brussels"] == 19090 + assert ( + res["groups"]["beneficiary"]["count"]["id"][ + "6d03aec76fdeec8f9697d8b19954ab6fc2568bc8" + ] + == 10 + ) + # assert ( + # sum(res["groups"]["beneficiary"]["count"]["id"].values()) == res["count"]["id"] + # ) - q = Query().where(dataset="ec_meetings").aggregate("count", "id", groups="schema") + q = ( + Query() + .where(dataset="donations") + .aggregate("sum", "amountEur", groups="beneficiary") + ) res = view.aggregations(q) assert res == { "groups": { - "schema": { - "count": { - "id": { - "Address": 1281, - "PublicBody": 103, - "Event": 34975, - "Membership": 791, - "Person": 791, - "Organization": 7097, + "beneficiary": { + "sum": { + "amountEur": { + "6d03aec76fdeec8f9697d8b19954ab6fc2568bc8": 3368136.15, + "783d918df9f9178400d6b3386439ab3b3679979c": 6039987, + "6d8377d3938b85fa1bfd1985486f0f913c42e224": 6394282, + "d10764ddf47ca220527d385fc8fbaa62114408e4": 660008, + "7202347006660188aab5c1e264c4bee948478fd6": 4125977, + "c326dd8021ee75fe9608f31ecb4e2e7388144102": 17231420, + "542c6435219bd84c061ea407a6ab1e29b4d146d0": 1030898, + "9fbaa5733790781e56eec4998aeacf5093dccbf5": 290725, + "9e292c150c617eec85e5479c5f039f8441569441": 175000, + "49d46f7e70e19bc497a17734af53ea1a00c831d6": 1221256, + "4b308dc2b128377e63a4bf2e4c1b9fcd59614eee": 52000, } } } }, - "count": {"id": 45038}, + "sum": {"amountEur": 40589689.15}, } - q = Query().where(dataset="ec_meetings").aggregate("count", "id", groups="year") + q = Query().where(dataset="donations").aggregate("sum", "amountEur", groups="year") res = view.aggregations(q) assert res == { "groups": { "year": { - "count": { - "id": { - "2014": 550, - "2015": 6691, - "2016": 5199, - "2017": 4047, - "2018": 3873, - "2019": 2321, - "2020": 4640, - "2021": 4079, - "2022": 3499, - "2023": 76, + "sum": { + "amountEur": { + "2011": 1953402.15, + "2010": 3899002, + "2009": 6451130, + "2008": 6002766, + "2007": 3266005, + "2006": 4515084, + "2005": 7278646, + "2004": 2156628, + "2003": 2337982, + "2002": 2729044, } } } }, - "count": {"id": 45038}, + "sum": {"amountEur": 40589689.15}, } # reversed - entity_id = "eu-tr-09571422185-81" + entity_id = "783d918df9f9178400d6b3386439ab3b3679979c" q = Query().where(reverse=entity_id) res = [p for p in view.entities(q)] - assert len(res) == 13 + assert len(res) == 53 tested = False for proxy in res: - assert entity_id in proxy.get("involved") + assert entity_id in proxy.get("beneficiary") tested = True assert tested - q = Query().where(reverse=entity_id, schema="Event") - q = q.where(prop="date", value=2022, comparator="gte") - res = [p for p in view.entities(q)] - assert len(res) == 3 + q = Query().where(reverse=entity_id, schema="Payment") + q = q.where(prop="date", value=2007, comparator="gte") + res = [p for p in q.apply_iter(proxies)] + assert len(res) == 37 q = Query().where(reverse=entity_id, schema="Person") - res = [p for p in view.entities(q)] + res = [p for p in q.apply_iter(proxies)] assert len(res) == 0 # search @@ -189,10 +206,10 @@ def _run_store_test(cls: Store, proxies, **kwargs): q = Query().where(canonical_id="eu-authorities-chafea") res = [p for p in view.entities(q)] assert len(res) == 1 - q = Query().where(entity_id="eu-authorities-chafea", dataset="ec_meetings") + q = Query().where(entity_id="eu-authorities-chafea", dataset="donations") res = [p for p in view.entities(q)] assert len(res) == 0 - q = Query().where(canonical_id="eu-authorities-chafea", dataset="ec_meetings") + q = Query().where(canonical_id="eu-authorities-chafea", dataset="donations") res = [p for p in view.entities(q)] assert len(res) == 0 q = Query().where(entity_id__startswith="eu-authorities-") diff --git a/tests/test_util.py b/tests/test_util.py index 16c58b01..1467e805 100644 --- a/tests/test_util.py +++ b/tests/test_util.py @@ -1,5 +1,4 @@ import sys -from collections import defaultdict from datetime import datetime import cloudpickle @@ -96,9 +95,9 @@ def test_util_get_year(): assert util.clean_name(" foo\n bar") == "foo bar" assert util.clean_name("- - . *") is None - assert util.fingerprint("Mrs. Jane Doe") == "doe jane mrs" - assert util.fingerprint("Mrs. Jane Mrs. Doe") == "doe jane mrs" - assert util.fingerprint("#") is None - assert util.fingerprint(" ") is None - assert util.fingerprint("") is None - assert util.fingerprint(None) is None + assert util.make_fingerprint("Mrs. Jane Doe") == "doe jane mrs" + assert util.make_fingerprint("Mrs. Jane Mrs. Doe") == "doe jane mrs" + assert util.make_fingerprint("#") is None + assert util.make_fingerprint(" ") is None + assert util.make_fingerprint("") is None + assert util.make_fingerprint(None) is None From 548d28b68a65218900fc662bdcdc7db5c97ccd00 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20W=C3=B6rpel?= Date: Thu, 14 Mar 2024 09:38:24 +0100 Subject: [PATCH 16/18] =?UTF-8?q?=F0=9F=90=9B=20Numeric=20aggregations?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ftmq/aggregations.py | 20 +++++--------------- ftmq/query.py | 19 ++++++++++--------- ftmq/sql.py | 3 ++- ftmq/store/base.py | 4 ++-- ftmq/util.py | 9 +++++++++ pyproject.toml | 3 ++- tests/test_proxy.py | 14 ++++++++++++++ tests/test_sql.py | 4 ++-- tests/test_store.py | 41 ++++++++++++++++++++++------------------- tests/test_util.py | 13 +++++++++---- 10 files changed, 77 insertions(+), 53 deletions(-) diff --git a/ftmq/aggregations.py b/ftmq/aggregations.py index 50039eaa..23059eec 100644 --- a/ftmq/aggregations.py +++ b/ftmq/aggregations.py @@ -1,30 +1,20 @@ import statistics from collections import defaultdict -from functools import cache from typing import Any, Generator, Iterable, TypeAlias from anystore.util import clean_dict from banal import ensure_list -from followthemoney.schema import Schema from followthemoney.types import registry from pydantic import BaseModel from ftmq.enums import Aggregations, Fields, Properties from ftmq.types import CE, CEGenerator -from ftmq.util import to_numeric +from ftmq.util import prop_is_numeric, to_numeric Value: TypeAlias = int | float | str Values: TypeAlias = list[Value] -@cache -def get_is_numeric(schema: Schema, prop: str) -> bool: - prop = schema.get(prop) - if prop is not None: - return prop.type == registry.number - return False - - class Aggregation(BaseModel): prop: Properties | Fields func: Aggregations @@ -71,7 +61,7 @@ def get_proxy_values( yield from proxy.get(prop, quiet=True) def collect(self, proxy: CE) -> CE: - is_numeric = get_is_numeric(proxy.schema, self.prop) + is_numeric = prop_is_numeric(proxy.schema, self.prop) for value in self.get_proxy_values(proxy): if is_numeric: value = to_numeric(value) @@ -118,9 +108,9 @@ def __exit__(self, *args, **kwargs) -> None: for agg in self.aggregations: self.result[str(agg.func)][str(agg.prop)] = agg.value for group in agg.group_props: - self.result["groups"][str(group)][str(agg.func)][ - str(agg.prop) - ] = agg.groups[group] + self.result["groups"][str(group)][str(agg.func)][str(agg.prop)] = ( + agg.groups[group] + ) self.result = clean_dict(self.result) def apply(self, proxies: CEGenerator) -> CEGenerator: diff --git a/ftmq/query.py b/ftmq/query.py index f616b3ff..9609314b 100644 --- a/ftmq/query.py +++ b/ftmq/query.py @@ -19,7 +19,12 @@ ) from ftmq.sql import Sql from ftmq.types import CEGenerator -from ftmq.util import parse_comparator, parse_unknown_filters +from ftmq.util import ( + parse_comparator, + parse_unknown_filters, + prop_is_numeric, + to_numeric, +) Q = TypeVar("Q", bound="Query") Slice = TypeVar("Slice", bound=slice) @@ -33,9 +38,10 @@ def __init__(self, values: Iterable[str], ascending: bool | None = True) -> None def apply(self, proxy: CE) -> tuple[str]: values = tuple() for v in self.values: - p_values = proxy.get(v, quiet=True) - if p_values is not None: - values = values + (tuple(p_values)) + p_values = proxy.get(v, quiet=True) or [] + if prop_is_numeric(proxy.schema, v): + p_values = map(to_numeric, p_values) + values = values + (tuple(p_values)) return values def apply_iter(self, proxies: CEGenerator) -> CEGenerator: @@ -301,8 +307,3 @@ def apply_iter(self, proxies: CEGenerator) -> CEGenerator: self.aggregator = self.get_aggregator() proxies = self.aggregator.apply(proxies) yield from proxies - - def apply_aggregations(self, proxies: CEGenerator) -> Aggregator: - aggregator = self.get_aggregator() - [x for x in aggregator.apply(proxies)] - return aggregator diff --git a/ftmq/sql.py b/ftmq/sql.py index 3825c8f6..4ee21782 100644 --- a/ftmq/sql.py +++ b/ftmq/sql.py @@ -164,10 +164,11 @@ def _sorted_statements(self) -> Select: value = self.table.c.value if PropertyTypesMap[prop].value == registry.number: value = func.cast(self.table.c.value, NUMERIC) + group_func = func.min if self.q.sort.ascending else func.max inner = ( select( self.table.c.canonical_id, - func.group_concat(value).label("sortable_value"), + group_func(value).label("sortable_value"), ) .where( and_( diff --git a/ftmq/store/base.py b/ftmq/store/base.py index 7769fd0c..66811d43 100644 --- a/ftmq/store/base.py +++ b/ftmq/store/base.py @@ -95,7 +95,7 @@ def aggregations(self, query: Q) -> AggregatorResult | None: key = f"agg-{hash(query)}" if key in self._cache: return self._cache[key] - aggregator = query.apply_aggregations(self.entities(query)) - res = dict(aggregator.result) + _ = [x for x in self.entities(query)] + res = dict(query.aggregator.result) self._cache[key] = res return res diff --git a/ftmq/util.py b/ftmq/util.py index b9746ebd..46518d0b 100644 --- a/ftmq/util.py +++ b/ftmq/util.py @@ -4,6 +4,7 @@ import pycountry from banal import ensure_list +from followthemoney.schema import Schema from followthemoney.types import registry from followthemoney.util import make_entity_id, sanitize_text from nomenklatura.dataset import Dataset @@ -196,3 +197,11 @@ def make_string_id(value: Any) -> str | None: @lru_cache(1024) def make_fingerprint_id(value: Any) -> str | None: return make_entity_id(make_fingerprint(value)) + + +@cache +def prop_is_numeric(schema: Schema, prop: str) -> bool: + prop = schema.get(prop) + if prop is not None: + return prop.type == registry.number + return False diff --git a/pyproject.toml b/pyproject.toml index 54d2cf9b..2475bcca 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -73,5 +73,6 @@ build-backend = "poetry.core.masonry.api" [tool.pytest.ini_options] env = [ "DEBUG=1", - "NOMENKLATURA_STATEMENT_TABLE=test_table" + "NOMENKLATURA_STATEMENT_TABLE=test_table", + "MAX_SQL_AGG_GROUPS=11", ] diff --git a/tests/test_proxy.py b/tests/test_proxy.py index a0a735dc..0ef73909 100644 --- a/tests/test_proxy.py +++ b/tests/test_proxy.py @@ -153,6 +153,20 @@ def test_proxy_sort(proxies): break assert tested + # numeric sort + tested = False + q = Query().where(schema="Payment").order_by("amountEur") + for proxy in q.apply_iter(proxies): + assert proxy.get("amountEur") == ["50000"] + tested = True + break + tested = False + q = Query().where(schema="Payment").order_by("amountEur", ascending=False) + for proxy in q.apply_iter(proxies): + assert proxy.get("amountEur") == ["2334526"] + tested = True + break + def test_proxy_slice(proxies): q = Query()[:10] diff --git a/tests/test_sql.py b/tests/test_sql.py index cf75b689..2139a17f 100644 --- a/tests/test_sql.py +++ b/tests/test_sql.py @@ -188,7 +188,7 @@ def test_sql(): q.sql.statements, f""" SELECT {fields}, anon_1.canonical_id AS canonical_id_1, anon_1.sortable_value - FROM test_table JOIN (SELECT test_table.canonical_id AS canonical_id, group_concat(test_table.value) AS sortable_value + FROM test_table JOIN (SELECT test_table.canonical_id AS canonical_id, max(test_table.value) AS sortable_value FROM test_table WHERE test_table.prop = :prop_1 AND test_table.canonical_id IN (SELECT DISTINCT test_table.canonical_id FROM test_table WHERE (test_table.dataset = :dataset_1 OR test_table.dataset = :dataset_2) @@ -234,7 +234,7 @@ def test_sql(): q.sql.statements, f""" SELECT {fields}, anon_1.canonical_id AS canonical_id_1, anon_1.sortable_value - FROM test_table JOIN (SELECT test_table.canonical_id AS canonical_id, group_concat(test_table.value) AS sortable_value + FROM test_table JOIN (SELECT test_table.canonical_id AS canonical_id, min(test_table.value) AS sortable_value FROM test_table WHERE test_table.prop = :prop_1 AND test_table.canonical_id IN (SELECT DISTINCT test_table.canonical_id FROM test_table WHERE (test_table.dataset = :dataset_1 OR test_table.dataset = :dataset_2) diff --git a/tests/test_store.py b/tests/test_store.py index 71d4dbf1..765b9d20 100644 --- a/tests/test_store.py +++ b/tests/test_store.py @@ -88,23 +88,28 @@ def _run_store_test(cls: Store, proxies, **kwargs): ] # ordering - # q = Query().where(schema="Payment", prop="date", value=2011, comparator="gte") - # q = q.order_by("amountEur") - # res = [e for e in view.entities(q)] - # assert len(res) == 21 - # assert res[0].get("amountEur") == ["50001"] - # q = q.order_by("amountEur", ascending=False) - # res = [e for e in view.entities(q)] - # assert len(res) == 21 - # assert res[0].get("amountEur") == ["320000"] + q = Query().where(schema="Payment", prop="date", value=2011, comparator="gte") + q = q.order_by("amountEur") + res = [e for e in view.entities(q)] + assert len(res) == 21 + assert res[0].get("amountEur") == ["50001"] + q = q.order_by("amountEur", ascending=False) + res = [e for e in view.entities(q)] + assert len(res) == 21 + assert res[0].get("amountEur") == ["320000"] # slice - # q = Query().where(schema="Payment", prop="date", value=2011, comparator="gte") - # q = q.order_by("amountEur") - # q = q[:10] - # res = [e for e in view.entities(q)] - # assert len(res) == 10 - # assert res[0].get("payer") == ["62ad0fe6f56dbbf6fee57ce3da76e88c437024d5"] + q = Query().where(schema="Payment", prop="date", value=2011, comparator="gte") + q = q.order_by("amountEur") + q = q[:10] + res = [e for e in view.entities(q)] + assert len(res) == 10 + assert res[0].get("payer") == ["efccc434cdf141c7ba6f6e539bb6b42ecd97c368"] + + q = Query().where(schema="Person").order_by("name")[0] + res = [e for e in view.entities(q)] + assert len(res) == 1 + assert res[0].caption == "Dr.-Ing. E. h. Martin Herrenknecht" # aggregation q = Query().aggregate("max", "date").aggregate("min", "date") @@ -119,9 +124,7 @@ def _run_store_test(cls: Store, proxies, **kwargs): ] == 10 ) - # assert ( - # sum(res["groups"]["beneficiary"]["count"]["id"].values()) == res["count"]["id"] - # ) + assert len(proxies) == res["count"]["id"] q = ( Query() @@ -144,7 +147,7 @@ def _run_store_test(cls: Store, proxies, **kwargs): "9fbaa5733790781e56eec4998aeacf5093dccbf5": 290725, "9e292c150c617eec85e5479c5f039f8441569441": 175000, "49d46f7e70e19bc497a17734af53ea1a00c831d6": 1221256, - "4b308dc2b128377e63a4bf2e4c1b9fcd59614eee": 52000, + "4b308dc2b128377e63a4bf2e4c1b9fcd59614eee": 52000, # pytest: MAX_SQL_AGG_GROUPS=11 } } } diff --git a/tests/test_util.py b/tests/test_util.py index 1467e805..e5305dc4 100644 --- a/tests/test_util.py +++ b/tests/test_util.py @@ -3,15 +3,15 @@ import cloudpickle import pytest - -if sys.version_info >= (3, 11): - from enum import EnumType - +from followthemoney import model from nomenklatura.dataset import Dataset from ftmq import util from ftmq.enums import Comparators, StrEnum +if sys.version_info >= (3, 11): + from enum import EnumType + def test_util_make_dataset(): ds = util.make_dataset("Test") @@ -101,3 +101,8 @@ def test_util_get_year(): assert util.make_fingerprint(" ") is None assert util.make_fingerprint("") is None assert util.make_fingerprint(None) is None + + +def test_util_prop_is_numeric(): + assert not util.prop_is_numeric(model.get("Person"), "name") + assert util.prop_is_numeric(model.get("Payment"), "amountEur") From 215c803e9b5b27fa7461d09cab1a5d21d2105566 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20W=C3=B6rpel?= Date: Thu, 14 Mar 2024 10:12:48 +0100 Subject: [PATCH 17/18] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20poetry=20dependencie?= =?UTF-8?q?s?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- poetry.lock | 334 +++++++++++++++++++++++------------------------ pyproject.toml | 2 +- requirements.txt | 314 ++++++++++++++++++++++---------------------- 3 files changed, 325 insertions(+), 325 deletions(-) diff --git a/poetry.lock b/poetry.lock index 53b7368d..16ba9067 100644 --- a/poetry.lock +++ b/poetry.lock @@ -25,24 +25,24 @@ tests = ["arrow", "dask[dataframe]", "docker", "pytest", "pytest-mock"] [[package]] name = "aiobotocore" -version = "2.11.2" +version = "2.12.1" description = "Async client for aws services using botocore and aiohttp" optional = false python-versions = ">=3.8" files = [ - {file = "aiobotocore-2.11.2-py3-none-any.whl", hash = "sha256:487fede588040bfa3a43df945275c28c1c73ca75bf705295adb9fbadd2e89be7"}, - {file = "aiobotocore-2.11.2.tar.gz", hash = "sha256:6dd7352248e3523019c5a54a395d2b1c31080697fc80a9ad2672de4eec8c7abd"}, + {file = "aiobotocore-2.12.1-py3-none-any.whl", hash = "sha256:6a9a3d646cf422f45fdc1e4256e78563ebffba64733bc9b8ca9123614e8ba9af"}, + {file = "aiobotocore-2.12.1.tar.gz", hash = "sha256:8706b28f16f93c541f6ed50352115a79d8f3499539f8d0bb70aa0f7a5379c1fe"}, ] [package.dependencies] aiohttp = ">=3.7.4.post0,<4.0.0" aioitertools = ">=0.5.1,<1.0.0" -botocore = ">=1.33.2,<1.34.35" +botocore = ">=1.34.41,<1.34.52" wrapt = ">=1.10.10,<2.0.0" [package.extras] -awscli = ["awscli (>=1.31.2,<1.32.35)"] -boto3 = ["boto3 (>=1.33.2,<1.34.35)"] +awscli = ["awscli (>=1.32.41,<1.32.52)"] +boto3 = ["boto3 (>=1.34.41,<1.34.52)"] [[package]] name = "aiohttp" @@ -198,13 +198,13 @@ files = [ [[package]] name = "anystore" -version = "0.1.0" +version = "0.1.1" description = "Store and cache things anywhere" optional = false python-versions = ">=3.11,<4" files = [ - {file = "anystore-0.1.0-py3-none-any.whl", hash = "sha256:9ffb88a727e9053c9f43667f90692058ab290ae44c859f334f05258bfb911a8f"}, - {file = "anystore-0.1.0.tar.gz", hash = "sha256:b5787df7b21f68535c81ab90d8265932e19a4dd7b27d9a59300b138a8fd2037b"}, + {file = "anystore-0.1.1-py3-none-any.whl", hash = "sha256:79704cf2190ee401e0e74a5521b7811b7c906b66e0d0acccafc59d1575f9abee"}, + {file = "anystore-0.1.1.tar.gz", hash = "sha256:a414b0c50af360d42c8d95cdcdf17a7289547ab3869900c0bea3068f42f538cc"}, ] [package.dependencies] @@ -276,13 +276,13 @@ tests-no-zope = ["attrs[tests-mypy]", "cloudpickle", "hypothesis", "pympler", "p [[package]] name = "azure-core" -version = "1.30.0" +version = "1.30.1" description = "Microsoft Azure Core Library for Python" optional = false python-versions = ">=3.7" files = [ - {file = "azure-core-1.30.0.tar.gz", hash = "sha256:6f3a7883ef184722f6bd997262eddaf80cfe7e5b3e0caaaf8db1695695893d35"}, - {file = "azure_core-1.30.0-py3-none-any.whl", hash = "sha256:3dae7962aad109610e68c9a7abb31d79720e1d982ddf61363038d175a5025e89"}, + {file = "azure-core-1.30.1.tar.gz", hash = "sha256:26273a254131f84269e8ea4464f3560c731f29c0c1f69ac99010845f239c1a8f"}, + {file = "azure_core-1.30.1-py3-none-any.whl", hash = "sha256:7c5ee397e48f281ec4dd773d67a0a47a0962ed6fa833036057f9ea067f688e74"}, ] [package.dependencies] @@ -328,13 +328,13 @@ msal-extensions = ">=0.3.0,<2.0.0" [[package]] name = "azure-storage-blob" -version = "12.19.0" +version = "12.19.1" description = "Microsoft Azure Blob Storage Client Library for Python" optional = false python-versions = ">=3.7" files = [ - {file = "azure-storage-blob-12.19.0.tar.gz", hash = "sha256:26c0a4320a34a3c2a1b74528ba6812ebcb632a04cd67b1c7377232c4b01a5897"}, - {file = "azure_storage_blob-12.19.0-py3-none-any.whl", hash = "sha256:7bbc2c9c16678f7a420367fef6b172ba8730a7e66df7f4d7a55d5b3c8216615b"}, + {file = "azure-storage-blob-12.19.1.tar.gz", hash = "sha256:13e16ba42fc54ac2c7e8f976062173a5c82b9ec0594728e134aac372965a11b0"}, + {file = "azure_storage_blob-12.19.1-py3-none-any.whl", hash = "sha256:c5530dc51c21c9564e4eb706cd499befca8819b10dd89716d3fc90d747556243"}, ] [package.dependencies] @@ -420,13 +420,13 @@ uvloop = ["uvloop (>=0.15.2)"] [[package]] name = "botocore" -version = "1.34.34" +version = "1.34.51" description = "Low-level, data-driven core of boto 3." optional = false python-versions = ">= 3.8" files = [ - {file = "botocore-1.34.34-py3-none-any.whl", hash = "sha256:cd060b0d88ebb2b893f1411c1db7f2ba66cc18e52dcc57ad029564ef5fec437b"}, - {file = "botocore-1.34.34.tar.gz", hash = "sha256:54093dc97372bb7683f5c61a279aa8240408abf3b2cc494ae82a9a90c1b784b5"}, + {file = "botocore-1.34.51-py3-none-any.whl", hash = "sha256:01d5156247f991b3466a8404e3d7460a9ecbd9b214f9992d6ba797d9ddc6f120"}, + {file = "botocore-1.34.51.tar.gz", hash = "sha256:5086217442e67dd9de36ec7e87a0c663f76b7790d5fb6a12de565af95e87e319"}, ] [package.dependencies] @@ -467,13 +467,13 @@ files = [ [[package]] name = "cachetools" -version = "5.3.2" +version = "5.3.3" description = "Extensible memoizing collections and decorators" optional = false python-versions = ">=3.7" files = [ - {file = "cachetools-5.3.2-py3-none-any.whl", hash = "sha256:861f35a13a451f94e301ce2bec7cac63e881232ccce7ed67fab9b5df4d3beaa1"}, - {file = "cachetools-5.3.2.tar.gz", hash = "sha256:086ee420196f7b2ab9ca2db2520aca326318b68fe5ba8bc4d49cca91add450f2"}, + {file = "cachetools-5.3.3-py3-none-any.whl", hash = "sha256:0abad1021d3f8325b2fc1d2e9c8b9c9d57b04c3932657a72465447332c24d945"}, + {file = "cachetools-5.3.3.tar.gz", hash = "sha256:ba29e2dfa0b8b556606f097407ed1aa62080ee108ab0dc5ec9d6a723a007d105"}, ] [[package]] @@ -911,13 +911,13 @@ tests = ["asttokens (>=2.1.0)", "coverage", "coverage-enable-subprocess", "ipyth [[package]] name = "fakeredis" -version = "2.21.1" +version = "2.21.3" description = "Python implementation of redis API, can be used for testing purposes." optional = false python-versions = ">=3.7,<4.0" files = [ - {file = "fakeredis-2.21.1-py3-none-any.whl", hash = "sha256:5d1b113a92c1e5dd6e8055008d9204ace4c125e104f04ac08cca4296bc6c78d4"}, - {file = "fakeredis-2.21.1.tar.gz", hash = "sha256:773bd03c38fe745c0c03c5b4ebb92521a25d3306f903c0ca65706bf65cf19e2a"}, + {file = "fakeredis-2.21.3-py3-none-any.whl", hash = "sha256:033fe5882a20ec308ed0cf67a86c1cd982a1bffa63deb0f52eaa625bd8ce305f"}, + {file = "fakeredis-2.21.3.tar.gz", hash = "sha256:e9e1c309d49d83c4ce1ab6f3ee2e56787f6a5573a305109017bf140334dd396d"}, ] [package.dependencies] @@ -1188,13 +1188,13 @@ grpcio-gcp = ["grpcio-gcp (>=0.2.2,<1.0.dev0)"] [[package]] name = "google-auth" -version = "2.28.1" +version = "2.28.2" description = "Google Authentication Library" optional = false python-versions = ">=3.7" files = [ - {file = "google-auth-2.28.1.tar.gz", hash = "sha256:34fc3046c257cedcf1622fc4b31fc2be7923d9b4d44973d481125ecc50d83885"}, - {file = "google_auth-2.28.1-py2.py3-none-any.whl", hash = "sha256:25141e2d7a14bfcba945f5e9827f98092716e99482562f15306e5b026e21aa72"}, + {file = "google-auth-2.28.2.tar.gz", hash = "sha256:80b8b4969aa9ed5938c7828308f20f035bc79f9d8fb8120bf9dc8db20b41ba30"}, + {file = "google_auth-2.28.2-py2.py3-none-any.whl", hash = "sha256:9fd67bbcd40f16d9d42f950228e9cf02a2ded4ae49198b27432d0cded5a74c38"}, ] [package.dependencies] @@ -1247,18 +1247,18 @@ grpc = ["grpcio (>=1.38.0,<2.0dev)", "grpcio-status (>=1.38.0,<2.0.dev0)"] [[package]] name = "google-cloud-storage" -version = "2.14.0" +version = "2.15.0" description = "Google Cloud Storage API client library" optional = false python-versions = ">=3.7" files = [ - {file = "google-cloud-storage-2.14.0.tar.gz", hash = "sha256:2d23fcf59b55e7b45336729c148bb1c464468c69d5efbaee30f7201dd90eb97e"}, - {file = "google_cloud_storage-2.14.0-py2.py3-none-any.whl", hash = "sha256:8641243bbf2a2042c16a6399551fbb13f062cbc9a2de38d6c0bb5426962e9dbd"}, + {file = "google-cloud-storage-2.15.0.tar.gz", hash = "sha256:7560a3c48a03d66c553dc55215d35883c680fe0ab44c23aa4832800ccc855c74"}, + {file = "google_cloud_storage-2.15.0-py2.py3-none-any.whl", hash = "sha256:5d9237f88b648e1d724a0f20b5cde65996a37fe51d75d17660b1404097327dd2"}, ] [package.dependencies] -google-api-core = ">=1.31.5,<2.0.dev0 || >2.3.0,<3.0.0dev" -google-auth = ">=2.23.3,<3.0dev" +google-api-core = ">=2.15.0,<3.0.0dev" +google-auth = ">=2.26.1,<3.0dev" google-cloud-core = ">=2.3.0,<3.0dev" google-crc32c = ">=1.0,<2.0dev" google-resumable-media = ">=2.6.0" @@ -1367,13 +1367,13 @@ requests = ["requests (>=2.18.0,<3.0.0dev)"] [[package]] name = "googleapis-common-protos" -version = "1.62.0" +version = "1.63.0" description = "Common protobufs used in Google APIs" optional = false python-versions = ">=3.7" files = [ - {file = "googleapis-common-protos-1.62.0.tar.gz", hash = "sha256:83f0ece9f94e5672cced82f592d2a5edf527a96ed1794f0bab36d5735c996277"}, - {file = "googleapis_common_protos-1.62.0-py2.py3-none-any.whl", hash = "sha256:4750113612205514f9f6aa4cb00d523a94f3e8c06c5ad2fee466387dc4875f07"}, + {file = "googleapis-common-protos-1.63.0.tar.gz", hash = "sha256:17ad01b11d5f1d0171c06d3ba5c04c54474e883b66b949722b4938ee2694ef4e"}, + {file = "googleapis_common_protos-1.63.0-py2.py3-none-any.whl", hash = "sha256:ae45f75702f7c08b541f750854a678bd8f534a1a6bace6afe975f1d0a82d6632"}, ] [package.dependencies] @@ -1506,13 +1506,13 @@ ipython = {version = ">=7.31.1", markers = "python_version >= \"3.11\""} [[package]] name = "ipython" -version = "8.22.1" +version = "8.22.2" description = "IPython: Productive Interactive Computing" optional = false python-versions = ">=3.10" files = [ - {file = "ipython-8.22.1-py3-none-any.whl", hash = "sha256:869335e8cded62ffb6fac8928e5287a05433d6462e3ebaac25f4216474dd6bc4"}, - {file = "ipython-8.22.1.tar.gz", hash = "sha256:39c6f9efc079fb19bfb0f17eee903978fe9a290b1b82d68196c641cecb76ea22"}, + {file = "ipython-8.22.2-py3-none-any.whl", hash = "sha256:3c86f284c8f3d8f2b6c662f885c4889a91df7cd52056fd02b7d8d6195d7f56e9"}, + {file = "ipython-8.22.2.tar.gz", hash = "sha256:2dcaad9049f9056f1fef63514f176c7d41f930daa78d05b82a176202818f2c14"}, ] [package.dependencies] @@ -2450,13 +2450,13 @@ files = [ [[package]] name = "packaging" -version = "23.2" +version = "24.0" description = "Core utilities for Python packages" optional = false python-versions = ">=3.7" files = [ - {file = "packaging-23.2-py3-none-any.whl", hash = "sha256:8c491190033a9af7e1d931d0b5dacc2ef47509b34dd0de67ed209b5203fc88c7"}, - {file = "packaging-23.2.tar.gz", hash = "sha256:048fb0e9405036518eaaf48a55953c750c11e1a1b68e0dd1a9d62ed0c092cfc5"}, + {file = "packaging-24.0-py3-none-any.whl", hash = "sha256:2ddfb553fdf02fb784c234c7ba6ccc288296ceabec964ad2eae3777778130bc5"}, + {file = "packaging-24.0.tar.gz", hash = "sha256:eb82c5e3e56209074766e6885bb04b8c38a0c015d0a30036ebe7ece34c9989e9"}, ] [[package]] @@ -2519,13 +2519,13 @@ ptyprocess = ">=0.5" [[package]] name = "phonenumbers" -version = "8.13.30" +version = "8.13.32" description = "Python version of Google's common library for parsing, formatting, storing and validating international phone numbers." optional = false python-versions = "*" files = [ - {file = "phonenumbers-8.13.30-py2.py3-none-any.whl", hash = "sha256:273a969a863e9e38d4944b26fc277f408dc9aa84faa04996266efa4021adea00"}, - {file = "phonenumbers-8.13.30.tar.gz", hash = "sha256:175fcaa89780c9cb6e089fe61de960396c9fc0c01845aea26400975fb10a8ea8"}, + {file = "phonenumbers-8.13.32-py2.py3-none-any.whl", hash = "sha256:ff8cd0a786fad230d454f35998984c21e501723e22df3fa61e65dbeef0919ced"}, + {file = "phonenumbers-8.13.32.tar.gz", hash = "sha256:947a7e645ee6b77dfdd47d47e2ab5a240f46556bf26d101424cc0bb76c1ca200"}, ] [[package]] @@ -2946,13 +2946,13 @@ tests = ["coverage[toml] (==5.0.4)", "pytest (>=6.0.0,<7.0.0)"] [[package]] name = "pyparsing" -version = "3.1.1" +version = "3.1.2" description = "pyparsing module - Classes and methods to define and execute parsing grammars" optional = false python-versions = ">=3.6.8" files = [ - {file = "pyparsing-3.1.1-py3-none-any.whl", hash = "sha256:32c7c0b711493c72ff18a981d24f28aaf9c1fb7ed5e9667c9e84e3db623bdbfb"}, - {file = "pyparsing-3.1.1.tar.gz", hash = "sha256:ede28a1a32462f5a9705e07aea48001a08f7cf81a021585011deba701581a0db"}, + {file = "pyparsing-3.1.2-py3-none-any.whl", hash = "sha256:f9db75911801ed778fe61bb643079ff86601aca99fcae6345aa67292038fb742"}, + {file = "pyparsing-3.1.2.tar.gz", hash = "sha256:a1bac0ce561155ecc3ed78ca94d3c9378656ad4c94c1270de543f621420f94ad"}, ] [package.extras] @@ -3015,13 +3015,13 @@ test = ["covdefaults (>=2.3)", "coverage (>=7.3.2)", "pytest-mock (>=3.12)"] [[package]] name = "python-dateutil" -version = "2.8.2" +version = "2.9.0.post0" description = "Extensions to the standard Python datetime module" optional = false python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,>=2.7" files = [ - {file = "python-dateutil-2.8.2.tar.gz", hash = "sha256:0123cacc1627ae19ddf3c27a5de5bd67ee4586fbdd6440d9748f8abb483d3e86"}, - {file = "python_dateutil-2.8.2-py2.py3-none-any.whl", hash = "sha256:961d03dc3453ebbc59dbdea9e4e11c5651520a876d0f4db161e8674aae935da9"}, + {file = "python-dateutil-2.9.0.post0.tar.gz", hash = "sha256:37dd54208da7e1cd875388217d5e00ebd4179249f90fb72437e91a35459a0ad3"}, + {file = "python_dateutil-2.9.0.post0-py2.py3-none-any.whl", hash = "sha256:a8b2bc7bffae282281c8140a97d3aa9c14da0b136dfe83f850eea9a5f7470427"}, ] [package.dependencies] @@ -3156,101 +3156,101 @@ files = [ [[package]] name = "rapidfuzz" -version = "3.6.1" +version = "3.6.2" description = "rapid fuzzy string matching" optional = false python-versions = ">=3.8" files = [ - {file = "rapidfuzz-3.6.1-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:ac434fc71edda30d45db4a92ba5e7a42c7405e1a54cb4ec01d03cc668c6dcd40"}, - {file = "rapidfuzz-3.6.1-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:2a791168e119cfddf4b5a40470620c872812042f0621e6a293983a2d52372db0"}, - {file = "rapidfuzz-3.6.1-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:5a2f3e9df346145c2be94e4d9eeffb82fab0cbfee85bd4a06810e834fe7c03fa"}, - {file = "rapidfuzz-3.6.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:23de71e7f05518b0bbeef55d67b5dbce3bcd3e2c81e7e533051a2e9401354eb0"}, - {file = "rapidfuzz-3.6.1-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:d056e342989248d2bdd67f1955bb7c3b0ecfa239d8f67a8dfe6477b30872c607"}, - {file = "rapidfuzz-3.6.1-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:01835d02acd5d95c1071e1da1bb27fe213c84a013b899aba96380ca9962364bc"}, - {file = "rapidfuzz-3.6.1-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:ed0f712e0bb5fea327e92aec8a937afd07ba8de4c529735d82e4c4124c10d5a0"}, - {file = "rapidfuzz-3.6.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:96cd19934f76a1264e8ecfed9d9f5291fde04ecb667faef5f33bdbfd95fe2d1f"}, - {file = "rapidfuzz-3.6.1-cp310-cp310-musllinux_1_1_aarch64.whl", hash = "sha256:e06c4242a1354cf9d48ee01f6f4e6e19c511d50bb1e8d7d20bcadbb83a2aea90"}, - {file = "rapidfuzz-3.6.1-cp310-cp310-musllinux_1_1_i686.whl", hash = "sha256:d73dcfe789d37c6c8b108bf1e203e027714a239e50ad55572ced3c004424ed3b"}, - {file = "rapidfuzz-3.6.1-cp310-cp310-musllinux_1_1_ppc64le.whl", hash = "sha256:06e98ff000e2619e7cfe552d086815671ed09b6899408c2c1b5103658261f6f3"}, - {file = "rapidfuzz-3.6.1-cp310-cp310-musllinux_1_1_s390x.whl", hash = "sha256:08b6fb47dd889c69fbc0b915d782aaed43e025df6979b6b7f92084ba55edd526"}, - {file = "rapidfuzz-3.6.1-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:a1788ebb5f5b655a15777e654ea433d198f593230277e74d51a2a1e29a986283"}, - {file = "rapidfuzz-3.6.1-cp310-cp310-win32.whl", hash = "sha256:c65f92881753aa1098c77818e2b04a95048f30edbe9c3094dc3707d67df4598b"}, - {file = "rapidfuzz-3.6.1-cp310-cp310-win_amd64.whl", hash = "sha256:4243a9c35667a349788461aae6471efde8d8800175b7db5148a6ab929628047f"}, - {file = "rapidfuzz-3.6.1-cp310-cp310-win_arm64.whl", hash = "sha256:f59d19078cc332dbdf3b7b210852ba1f5db8c0a2cd8cc4c0ed84cc00c76e6802"}, - {file = "rapidfuzz-3.6.1-cp311-cp311-macosx_10_9_universal2.whl", hash = "sha256:fbc07e2e4ac696497c5f66ec35c21ddab3fc7a406640bffed64c26ab2f7ce6d6"}, - {file = "rapidfuzz-3.6.1-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:40cced1a8852652813f30fb5d4b8f9b237112a0bbaeebb0f4cc3611502556764"}, - {file = "rapidfuzz-3.6.1-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:82300e5f8945d601c2daaaac139d5524d7c1fdf719aa799a9439927739917460"}, - {file = "rapidfuzz-3.6.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:edf97c321fd641fea2793abce0e48fa4f91f3c202092672f8b5b4e781960b891"}, - {file = "rapidfuzz-3.6.1-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:7420e801b00dee4a344ae2ee10e837d603461eb180e41d063699fb7efe08faf0"}, - {file = "rapidfuzz-3.6.1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:060bd7277dc794279fa95522af355034a29c90b42adcb7aa1da358fc839cdb11"}, - {file = "rapidfuzz-3.6.1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:b7e3375e4f2bfec77f907680328e4cd16cc64e137c84b1886d547ab340ba6928"}, - {file = "rapidfuzz-3.6.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:a490cd645ef9d8524090551016f05f052e416c8adb2d8b85d35c9baa9d0428ab"}, - {file = "rapidfuzz-3.6.1-cp311-cp311-musllinux_1_1_aarch64.whl", hash = "sha256:2e03038bfa66d2d7cffa05d81c2f18fd6acbb25e7e3c068d52bb7469e07ff382"}, - {file = "rapidfuzz-3.6.1-cp311-cp311-musllinux_1_1_i686.whl", hash = "sha256:2b19795b26b979c845dba407fe79d66975d520947b74a8ab6cee1d22686f7967"}, - {file = "rapidfuzz-3.6.1-cp311-cp311-musllinux_1_1_ppc64le.whl", hash = "sha256:064c1d66c40b3a0f488db1f319a6e75616b2e5fe5430a59f93a9a5e40a656d15"}, - {file = "rapidfuzz-3.6.1-cp311-cp311-musllinux_1_1_s390x.whl", hash = "sha256:3c772d04fb0ebeece3109d91f6122b1503023086a9591a0b63d6ee7326bd73d9"}, - {file = "rapidfuzz-3.6.1-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:841eafba6913c4dfd53045835545ba01a41e9644e60920c65b89c8f7e60c00a9"}, - {file = "rapidfuzz-3.6.1-cp311-cp311-win32.whl", hash = "sha256:266dd630f12696ea7119f31d8b8e4959ef45ee2cbedae54417d71ae6f47b9848"}, - {file = "rapidfuzz-3.6.1-cp311-cp311-win_amd64.whl", hash = "sha256:d79aec8aeee02ab55d0ddb33cea3ecd7b69813a48e423c966a26d7aab025cdfe"}, - {file = "rapidfuzz-3.6.1-cp311-cp311-win_arm64.whl", hash = "sha256:484759b5dbc5559e76fefaa9170147d1254468f555fd9649aea3bad46162a88b"}, - {file = "rapidfuzz-3.6.1-cp312-cp312-macosx_10_9_universal2.whl", hash = "sha256:b2ef4c0fd3256e357b70591ffb9e8ed1d439fb1f481ba03016e751a55261d7c1"}, - {file = "rapidfuzz-3.6.1-cp312-cp312-macosx_10_9_x86_64.whl", hash = "sha256:588c4b20fa2fae79d60a4e438cf7133d6773915df3cc0a7f1351da19eb90f720"}, - {file = "rapidfuzz-3.6.1-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:7142ee354e9c06e29a2636b9bbcb592bb00600a88f02aa5e70e4f230347b373e"}, - {file = "rapidfuzz-3.6.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:1dfc557c0454ad22382373ec1b7df530b4bbd974335efe97a04caec936f2956a"}, - {file = "rapidfuzz-3.6.1-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:03f73b381bdeccb331a12c3c60f1e41943931461cdb52987f2ecf46bfc22f50d"}, - {file = "rapidfuzz-3.6.1-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:6b0ccc2ec1781c7e5370d96aef0573dd1f97335343e4982bdb3a44c133e27786"}, - {file = "rapidfuzz-3.6.1-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:da3e8c9f7e64bb17faefda085ff6862ecb3ad8b79b0f618a6cf4452028aa2222"}, - {file = "rapidfuzz-3.6.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:fde9b14302a31af7bdafbf5cfbb100201ba21519be2b9dedcf4f1048e4fbe65d"}, - {file = "rapidfuzz-3.6.1-cp312-cp312-musllinux_1_1_aarch64.whl", hash = "sha256:c1a23eee225dfb21c07f25c9fcf23eb055d0056b48e740fe241cbb4b22284379"}, - {file = "rapidfuzz-3.6.1-cp312-cp312-musllinux_1_1_i686.whl", hash = "sha256:e49b9575d16c56c696bc7b06a06bf0c3d4ef01e89137b3ddd4e2ce709af9fe06"}, - {file = "rapidfuzz-3.6.1-cp312-cp312-musllinux_1_1_ppc64le.whl", hash = "sha256:0a9fc714b8c290261669f22808913aad49553b686115ad0ee999d1cb3df0cd66"}, - {file = "rapidfuzz-3.6.1-cp312-cp312-musllinux_1_1_s390x.whl", hash = "sha256:a3ee4f8f076aa92184e80308fc1a079ac356b99c39408fa422bbd00145be9854"}, - {file = "rapidfuzz-3.6.1-cp312-cp312-musllinux_1_1_x86_64.whl", hash = "sha256:f056ba42fd2f32e06b2c2ba2443594873cfccc0c90c8b6327904fc2ddf6d5799"}, - {file = "rapidfuzz-3.6.1-cp312-cp312-win32.whl", hash = "sha256:5d82b9651e3d34b23e4e8e201ecd3477c2baa17b638979deeabbb585bcb8ba74"}, - {file = "rapidfuzz-3.6.1-cp312-cp312-win_amd64.whl", hash = "sha256:dad55a514868dae4543ca48c4e1fc0fac704ead038dafedf8f1fc0cc263746c1"}, - {file = "rapidfuzz-3.6.1-cp312-cp312-win_arm64.whl", hash = "sha256:3c84294f4470fcabd7830795d754d808133329e0a81d62fcc2e65886164be83b"}, - {file = "rapidfuzz-3.6.1-cp38-cp38-macosx_10_9_universal2.whl", hash = "sha256:e19d519386e9db4a5335a4b29f25b8183a1c3f78cecb4c9c3112e7f86470e37f"}, - {file = "rapidfuzz-3.6.1-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:01eb03cd880a294d1bf1a583fdd00b87169b9cc9c9f52587411506658c864d73"}, - {file = "rapidfuzz-3.6.1-cp38-cp38-macosx_11_0_arm64.whl", hash = "sha256:be368573255f8fbb0125a78330a1a40c65e9ba3c5ad129a426ff4289099bfb41"}, - {file = "rapidfuzz-3.6.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:b3e5af946f419c30f5cb98b69d40997fe8580efe78fc83c2f0f25b60d0e56efb"}, - {file = "rapidfuzz-3.6.1-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:f382f7ffe384ce34345e1c0b2065451267d3453cadde78946fbd99a59f0cc23c"}, - {file = "rapidfuzz-3.6.1-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:be156f51f3a4f369e758505ed4ae64ea88900dcb2f89d5aabb5752676d3f3d7e"}, - {file = "rapidfuzz-3.6.1-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:1936d134b6c513fbe934aeb668b0fee1ffd4729a3c9d8d373f3e404fbb0ce8a0"}, - {file = "rapidfuzz-3.6.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:12ff8eaf4a9399eb2bebd838f16e2d1ded0955230283b07376d68947bbc2d33d"}, - {file = "rapidfuzz-3.6.1-cp38-cp38-musllinux_1_1_aarch64.whl", hash = "sha256:ae598a172e3a95df3383634589660d6b170cc1336fe7578115c584a99e0ba64d"}, - {file = "rapidfuzz-3.6.1-cp38-cp38-musllinux_1_1_i686.whl", hash = "sha256:cd4ba4c18b149da11e7f1b3584813159f189dc20833709de5f3df8b1342a9759"}, - {file = "rapidfuzz-3.6.1-cp38-cp38-musllinux_1_1_ppc64le.whl", hash = "sha256:0402f1629e91a4b2e4aee68043a30191e5e1b7cd2aa8dacf50b1a1bcf6b7d3ab"}, - {file = "rapidfuzz-3.6.1-cp38-cp38-musllinux_1_1_s390x.whl", hash = "sha256:1e12319c6b304cd4c32d5db00b7a1e36bdc66179c44c5707f6faa5a889a317c0"}, - {file = "rapidfuzz-3.6.1-cp38-cp38-musllinux_1_1_x86_64.whl", hash = "sha256:0bbfae35ce4de4c574b386c43c78a0be176eeddfdae148cb2136f4605bebab89"}, - {file = "rapidfuzz-3.6.1-cp38-cp38-win32.whl", hash = "sha256:7fec74c234d3097612ea80f2a80c60720eec34947066d33d34dc07a3092e8105"}, - {file = "rapidfuzz-3.6.1-cp38-cp38-win_amd64.whl", hash = "sha256:a553cc1a80d97459d587529cc43a4c7c5ecf835f572b671107692fe9eddf3e24"}, - {file = "rapidfuzz-3.6.1-cp39-cp39-macosx_10_9_universal2.whl", hash = "sha256:757dfd7392ec6346bd004f8826afb3bf01d18a723c97cbe9958c733ab1a51791"}, - {file = "rapidfuzz-3.6.1-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:2963f4a3f763870a16ee076796be31a4a0958fbae133dbc43fc55c3968564cf5"}, - {file = "rapidfuzz-3.6.1-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:d2f0274595cc5b2b929c80d4e71b35041104b577e118cf789b3fe0a77b37a4c5"}, - {file = "rapidfuzz-3.6.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:42f211e366e026de110a4246801d43a907cd1a10948082f47e8a4e6da76fef52"}, - {file = "rapidfuzz-3.6.1-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:a59472b43879012b90989603aa5a6937a869a72723b1bf2ff1a0d1edee2cc8e6"}, - {file = "rapidfuzz-3.6.1-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:a03863714fa6936f90caa7b4b50ea59ea32bb498cc91f74dc25485b3f8fccfe9"}, - {file = "rapidfuzz-3.6.1-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:5dd95b6b7bfb1584f806db89e1e0c8dbb9d25a30a4683880c195cc7f197eaf0c"}, - {file = "rapidfuzz-3.6.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:7183157edf0c982c0b8592686535c8b3e107f13904b36d85219c77be5cefd0d8"}, - {file = "rapidfuzz-3.6.1-cp39-cp39-musllinux_1_1_aarch64.whl", hash = "sha256:ad9d74ef7c619b5b0577e909582a1928d93e07d271af18ba43e428dc3512c2a1"}, - {file = "rapidfuzz-3.6.1-cp39-cp39-musllinux_1_1_i686.whl", hash = "sha256:b53137d81e770c82189e07a8f32722d9e4260f13a0aec9914029206ead38cac3"}, - {file = "rapidfuzz-3.6.1-cp39-cp39-musllinux_1_1_ppc64le.whl", hash = "sha256:49b9ed2472394d306d5dc967a7de48b0aab599016aa4477127b20c2ed982dbf9"}, - {file = "rapidfuzz-3.6.1-cp39-cp39-musllinux_1_1_s390x.whl", hash = "sha256:dec307b57ec2d5054d77d03ee4f654afcd2c18aee00c48014cb70bfed79597d6"}, - {file = "rapidfuzz-3.6.1-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:4381023fa1ff32fd5076f5d8321249a9aa62128eb3f21d7ee6a55373e672b261"}, - {file = "rapidfuzz-3.6.1-cp39-cp39-win32.whl", hash = "sha256:8d7a072f10ee57c8413c8ab9593086d42aaff6ee65df4aa6663eecdb7c398dca"}, - {file = "rapidfuzz-3.6.1-cp39-cp39-win_amd64.whl", hash = "sha256:ebcfb5bfd0a733514352cfc94224faad8791e576a80ffe2fd40b2177bf0e7198"}, - {file = "rapidfuzz-3.6.1-cp39-cp39-win_arm64.whl", hash = "sha256:1c47d592e447738744905c18dda47ed155620204714e6df20eb1941bb1ba315e"}, - {file = "rapidfuzz-3.6.1-pp38-pypy38_pp73-macosx_10_9_x86_64.whl", hash = "sha256:eef8b346ab331bec12bbc83ac75641249e6167fab3d84d8f5ca37fd8e6c7a08c"}, - {file = "rapidfuzz-3.6.1-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:53251e256017e2b87f7000aee0353ba42392c442ae0bafd0f6b948593d3f68c6"}, - {file = "rapidfuzz-3.6.1-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:6dede83a6b903e3ebcd7e8137e7ff46907ce9316e9d7e7f917d7e7cdc570ee05"}, - {file = "rapidfuzz-3.6.1-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:8e4da90e4c2b444d0a171d7444ea10152e07e95972bb40b834a13bdd6de1110c"}, - {file = "rapidfuzz-3.6.1-pp38-pypy38_pp73-win_amd64.whl", hash = "sha256:ca3dfcf74f2b6962f411c33dd95b0adf3901266e770da6281bc96bb5a8b20de9"}, - {file = "rapidfuzz-3.6.1-pp39-pypy39_pp73-macosx_10_9_x86_64.whl", hash = "sha256:bcc957c0a8bde8007f1a8a413a632a1a409890f31f73fe764ef4eac55f59ca87"}, - {file = "rapidfuzz-3.6.1-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:692c9a50bea7a8537442834f9bc6b7d29d8729a5b6379df17c31b6ab4df948c2"}, - {file = "rapidfuzz-3.6.1-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:76c23ceaea27e790ddd35ef88b84cf9d721806ca366199a76fd47cfc0457a81b"}, - {file = "rapidfuzz-3.6.1-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:2b155e67fff215c09f130555002e42f7517d0ea72cbd58050abb83cb7c880cec"}, - {file = "rapidfuzz-3.6.1-pp39-pypy39_pp73-win_amd64.whl", hash = "sha256:3028ee8ecc48250607fa8a0adce37b56275ec3b1acaccd84aee1f68487c8557b"}, - {file = "rapidfuzz-3.6.1.tar.gz", hash = "sha256:35660bee3ce1204872574fa041c7ad7ec5175b3053a4cb6e181463fc07013de7"}, + {file = "rapidfuzz-3.6.2-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:a5637e6bf11b15b5aff6ee818c76bdec99ad208511b78985e6209ba648a6e3ee"}, + {file = "rapidfuzz-3.6.2-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:380586664f2f63807050ddb95e7702888b4f0b425abf17655940c411f39287ad"}, + {file = "rapidfuzz-3.6.2-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:3168ff565d4b8c239cf11fb604dd2507d30e9bcaac76a4077c0ac23cf2c866ed"}, + {file = "rapidfuzz-3.6.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:be69f7fd46b5c6467fe5e2fd4cff3816b0c03048eed8a4becb9a73e6000960e7"}, + {file = "rapidfuzz-3.6.2-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:cbd5894f23fdf5697499cf759523639838ac822bd1600e343fdce7313baa02ae"}, + {file = "rapidfuzz-3.6.2-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:85a5b6e026393fe39fb61146b9c17c5af66fffbe1410e992c4bb06d9ec327bd3"}, + {file = "rapidfuzz-3.6.2-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:ab269adfc64480f209e99f253391a10735edd5c09046e04899adab5fb132f20e"}, + {file = "rapidfuzz-3.6.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:35aeac852bca06023d6bbd50c1fc504ca5a9a3613d5e75a140f0be7601fa34ef"}, + {file = "rapidfuzz-3.6.2-cp310-cp310-musllinux_1_1_aarch64.whl", hash = "sha256:e706f302c6a3ae0d74edd0d6ace46aee1ae07c563b436ccf5ff04db2b3571e60"}, + {file = "rapidfuzz-3.6.2-cp310-cp310-musllinux_1_1_i686.whl", hash = "sha256:bec353f022011e6e5cd28ccb8700fbd2a33918197af0d4e0abb3c3f4845cc864"}, + {file = "rapidfuzz-3.6.2-cp310-cp310-musllinux_1_1_ppc64le.whl", hash = "sha256:ef3925daaa93eed20401012e219f569ff0c039ed5bf4ce2d3737b4f75d441622"}, + {file = "rapidfuzz-3.6.2-cp310-cp310-musllinux_1_1_s390x.whl", hash = "sha256:6ee98d88ae9ccc77ff61992ed33b2496478def5dc0da55c9a9aa06fcb725a352"}, + {file = "rapidfuzz-3.6.2-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:423c7c588b09d618601097b7a0017dfcb91132a2076bef29023c5f3cd2dc3de1"}, + {file = "rapidfuzz-3.6.2-cp310-cp310-win32.whl", hash = "sha256:c17c5efee347a40a6f4c1eec59e3d7d1e22f7613a97f8b8a07733ef723483a04"}, + {file = "rapidfuzz-3.6.2-cp310-cp310-win_amd64.whl", hash = "sha256:4209816626d8d6ff8ae7dc248061c6059e618b70c6e6f6e4d7444ae3740b2b85"}, + {file = "rapidfuzz-3.6.2-cp310-cp310-win_arm64.whl", hash = "sha256:1c54d3c85e522d3ac9ee39415f183c8fa184c4f87e7e5a37938f15a6d50e853a"}, + {file = "rapidfuzz-3.6.2-cp311-cp311-macosx_10_9_universal2.whl", hash = "sha256:e06f6d270112f5db001f1cba5a97e1a48aee3d3dbdcbea3ec027c230462dbf9b"}, + {file = "rapidfuzz-3.6.2-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:080cb71b50cb6aff11d1c6aeb157f273e2da0b2bdb3f9d7b01257e49e69a8576"}, + {file = "rapidfuzz-3.6.2-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:a7895e04a22d6515bc91a850e0831f2405547605aa311d1ffec51e4818abc3c1"}, + {file = "rapidfuzz-3.6.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:bd82f9838519136b7083dd1e3149ee80344521f3dc37f744f227505ff0883efb"}, + {file = "rapidfuzz-3.6.2-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:a945567c2b0b6e069454c9782d5234b0b6795718adf7a9f868bd3144afa6a023"}, + {file = "rapidfuzz-3.6.2-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:673ba2c343644805acdae1cb949c6a4de71aa2f62a998978551ebea59603af3f"}, + {file = "rapidfuzz-3.6.2-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:9d457c89bac1471442002e70551e8268e639b3870b4a4521eae363c07253be87"}, + {file = "rapidfuzz-3.6.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:495c0d8e14e6f12520eb7fc71b9ba9fcaafb47fc23a654e6e89b6c7985ec0020"}, + {file = "rapidfuzz-3.6.2-cp311-cp311-musllinux_1_1_aarch64.whl", hash = "sha256:6d67b649bf3e1b1722d04eca44d37919aef88305ce7ad05564502d013cf550fd"}, + {file = "rapidfuzz-3.6.2-cp311-cp311-musllinux_1_1_i686.whl", hash = "sha256:e48dde8ca83d11daa00900cf6a5d281a1297aef9b7bfa73801af6e8822be5019"}, + {file = "rapidfuzz-3.6.2-cp311-cp311-musllinux_1_1_ppc64le.whl", hash = "sha256:824cc381cf81cbf8d158f6935664ec2a69e6ac3b1d39fa201988bf81a257f775"}, + {file = "rapidfuzz-3.6.2-cp311-cp311-musllinux_1_1_s390x.whl", hash = "sha256:1dfe4c24957474ce0ac75d886387e30e292b4be39228a6d71f76de414dc187db"}, + {file = "rapidfuzz-3.6.2-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:d57b98013b802621bbc8b12a46bfc9d36ac552ab51ca207f7ce167ad46adabeb"}, + {file = "rapidfuzz-3.6.2-cp311-cp311-win32.whl", hash = "sha256:9a07dffac439223b4f1025dbfc68f4445a3460a859309c9858c2a3fa29617cdc"}, + {file = "rapidfuzz-3.6.2-cp311-cp311-win_amd64.whl", hash = "sha256:95a49c6b8bf1229743ae585dd5b7d57f0d15a7eb6e826866d5c9965ba958503c"}, + {file = "rapidfuzz-3.6.2-cp311-cp311-win_arm64.whl", hash = "sha256:af7c19ec86e11488539380d3db1755be5d561a3c0e7b04ff9d07abd7f9a8e9d8"}, + {file = "rapidfuzz-3.6.2-cp312-cp312-macosx_10_9_universal2.whl", hash = "sha256:de8adc12161bf282c60f12dc9233bb31632f71d446a010fe7469a69b8153427f"}, + {file = "rapidfuzz-3.6.2-cp312-cp312-macosx_10_9_x86_64.whl", hash = "sha256:337e357f693130c4c6be740652542b260e36f622c59e01fa33d58f1d2750c930"}, + {file = "rapidfuzz-3.6.2-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:6468f8bc8c3c50604f43631550ef9cfec873515dba5023ca34d461be94669fc8"}, + {file = "rapidfuzz-3.6.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:74c6773b11445b5e5cf93ca383171cd0ac0cdeafea11a7b2a5688f8bf8d813e6"}, + {file = "rapidfuzz-3.6.2-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:e1507fc5769aa109dda4de3a15f822a0f6a03e18d627bd0ba3ddbb253cf70e07"}, + {file = "rapidfuzz-3.6.2-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:617949a70150e6fffdaed19253dd49f7a53528411dc8bf7663d499ba21e0f61e"}, + {file = "rapidfuzz-3.6.2-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:f8b77779174b1b40aa70827692571ab457061897846255ad7d5d559e2edb1932"}, + {file = "rapidfuzz-3.6.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:80e51b22a7da83f9c87a97e92df07ed0612c74c35496590255f4b5d5b4212dfe"}, + {file = "rapidfuzz-3.6.2-cp312-cp312-musllinux_1_1_aarch64.whl", hash = "sha256:3ae7c86914cb6673e97e187ba431b9c4cf4177d9ae77f8a1e5b2ba9a5628839e"}, + {file = "rapidfuzz-3.6.2-cp312-cp312-musllinux_1_1_i686.whl", hash = "sha256:ddc380ffaa90f204cc9ddcb779114b9ab6f015246d549de9d47871a97ef9f18a"}, + {file = "rapidfuzz-3.6.2-cp312-cp312-musllinux_1_1_ppc64le.whl", hash = "sha256:3c1dc078ef371fce09f9f3eec2ca4eaa2a8cd412ec53941015b4f39f14d34407"}, + {file = "rapidfuzz-3.6.2-cp312-cp312-musllinux_1_1_s390x.whl", hash = "sha256:9a74102fc5a2534fe91f7507838623e1f3a149d8e05648389c42bb42e14b1c3f"}, + {file = "rapidfuzz-3.6.2-cp312-cp312-musllinux_1_1_x86_64.whl", hash = "sha256:48e1eaea8fcd522fca7f04f0480663f0f0cfb77957092cce60a93f4462864996"}, + {file = "rapidfuzz-3.6.2-cp312-cp312-win32.whl", hash = "sha256:66b008bf2972740cd2dda5d382eb8bdb87265cd88198e71c7797bdc0d1f79d20"}, + {file = "rapidfuzz-3.6.2-cp312-cp312-win_amd64.whl", hash = "sha256:87ac3a87f2251ae2e95fc9478ca5c759de6d141d04c84d3fec9f9cdcfc167b33"}, + {file = "rapidfuzz-3.6.2-cp312-cp312-win_arm64.whl", hash = "sha256:b593cc51aed887e93b78c2f94dfae9008be2b23d17afd3b1f1d3eb3913b58f26"}, + {file = "rapidfuzz-3.6.2-cp38-cp38-macosx_10_9_universal2.whl", hash = "sha256:7d830bc7a9b586a374147ec60b08b1f9ae5996b43f75cc514f37faef3866b519"}, + {file = "rapidfuzz-3.6.2-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:dbee7f5ff11872b76505cbd87c814abc823e8757f11c69062eb3b25130a283da"}, + {file = "rapidfuzz-3.6.2-cp38-cp38-macosx_11_0_arm64.whl", hash = "sha256:28c011fb31f2c3f82f503aedd6097d3d3854e574e327a119a3b7eb2cf90b79ca"}, + {file = "rapidfuzz-3.6.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:cda81d0e0ce0c13abfa46b24e10c1e85f9c6acb628f0a9a948f5779f9c2076a2"}, + {file = "rapidfuzz-3.6.2-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:4c279928651ce0e9e5220dcb25a00cc53b65e592a0861336a38299bcdca3a596"}, + {file = "rapidfuzz-3.6.2-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:35bd4bc9c40e6994c5d6edea4b9319388b4d9711c13c66d543bb4c37624b4184"}, + {file = "rapidfuzz-3.6.2-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:d07899506a5a8760448d9df036d528b55a554bf571714173635c79eef4a86e58"}, + {file = "rapidfuzz-3.6.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:eb2e51d01b9c6d6954a3e055c57a80d4685b4fc82719db5519fc153566bcd6bb"}, + {file = "rapidfuzz-3.6.2-cp38-cp38-musllinux_1_1_aarch64.whl", hash = "sha256:153d065e353371cc0aeff32b99999a5758266a64e958d1364189367c1c9f6814"}, + {file = "rapidfuzz-3.6.2-cp38-cp38-musllinux_1_1_i686.whl", hash = "sha256:4edcceebb85ebfa49a3ddcde20ad891d36c08dc0fd592efdab0e7d313a4e36af"}, + {file = "rapidfuzz-3.6.2-cp38-cp38-musllinux_1_1_ppc64le.whl", hash = "sha256:3549123fca5bb817341025f98e8e49ca99f84596c7c4f92b658f8e5836040d4a"}, + {file = "rapidfuzz-3.6.2-cp38-cp38-musllinux_1_1_s390x.whl", hash = "sha256:84c1032ae42628465b7a5cc35249906061e18a8193c9c27cbd2db54e9823a9a6"}, + {file = "rapidfuzz-3.6.2-cp38-cp38-musllinux_1_1_x86_64.whl", hash = "sha256:9bcc91ebd8fc69a6bd3b5711c8250f5f4e70606b4da75ef415f57ad209978205"}, + {file = "rapidfuzz-3.6.2-cp38-cp38-win32.whl", hash = "sha256:f3a70f341c4c111bad910d2df69c78577a98af140319a996af24c9385939335d"}, + {file = "rapidfuzz-3.6.2-cp38-cp38-win_amd64.whl", hash = "sha256:354ad5fe655beb7b279390cb58334903931c5452ecbad1b1666ffb06786498e2"}, + {file = "rapidfuzz-3.6.2-cp39-cp39-macosx_10_9_universal2.whl", hash = "sha256:1b86b93d93020c2b3edc1665d75c8855784845fc0a739b312c26c3a4bf0c80d5"}, + {file = "rapidfuzz-3.6.2-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:28243086ed0e50808bb56632e5442c457241646aeafafd501ac87901f40a3237"}, + {file = "rapidfuzz-3.6.2-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:ed52461ae5a9ea4c400d38e2649c74a413f1a6d8fb8308b66f1fbd122514732f"}, + {file = "rapidfuzz-3.6.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:2a46220f86a5f9cb016af31525e0d0865cad437d02239aa0d8aed2ab8bff1f1c"}, + {file = "rapidfuzz-3.6.2-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:81a630ed2fc3ec5fc7400eb66bab1f87e282b4d47f0abe3e48c6634dfa13b5e4"}, + {file = "rapidfuzz-3.6.2-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:d8e5a437b9089df6242a718d9c31ab1742989e9400a0977af012ef483b63b4c2"}, + {file = "rapidfuzz-3.6.2-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:16270b5529de83b7bae7457e952e4d9cf3fbf029a837dd32d415bb9e0eb8e599"}, + {file = "rapidfuzz-3.6.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:5378c04102c7f084cde30a100154fa6d7e2baf0d51a6bdd2f912545559c1fb35"}, + {file = "rapidfuzz-3.6.2-cp39-cp39-musllinux_1_1_aarch64.whl", hash = "sha256:7f18397c8d6a65fc0b288d2fc29bc7baeea6ba91eeb95163a3cd98f23cd3bc85"}, + {file = "rapidfuzz-3.6.2-cp39-cp39-musllinux_1_1_i686.whl", hash = "sha256:2acd2514defce81e6ff4bbff50252d5e7df8e85a731442c4b83e44c86cf1c916"}, + {file = "rapidfuzz-3.6.2-cp39-cp39-musllinux_1_1_ppc64le.whl", hash = "sha256:1df2faf80201952e252413b6fac6f3e146080dcebb87bb1bb722508e67558ed8"}, + {file = "rapidfuzz-3.6.2-cp39-cp39-musllinux_1_1_s390x.whl", hash = "sha256:6440ed0b3007c1c9286b0b88fe2ab2d9e83edd60cd62293b3dfabb732b4e8a30"}, + {file = "rapidfuzz-3.6.2-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:4fcfa23b5553b27f4016df77c53172ea743454cf12c28cfa7c35a309a2be93b3"}, + {file = "rapidfuzz-3.6.2-cp39-cp39-win32.whl", hash = "sha256:2d580d937146e803c8e5e1b87916cab8d6f84013b6392713e201efcda335c7d8"}, + {file = "rapidfuzz-3.6.2-cp39-cp39-win_amd64.whl", hash = "sha256:fe2a68be734e8e88af23385c68d6467e15818b6b1df1cbfebf7bff577226c957"}, + {file = "rapidfuzz-3.6.2-cp39-cp39-win_arm64.whl", hash = "sha256:6478f7803efebf5f644d0b758439c5b25728550fdfbb19783d150004c46a75a9"}, + {file = "rapidfuzz-3.6.2-pp38-pypy38_pp73-macosx_10_9_x86_64.whl", hash = "sha256:36ce7b68a7b90b787cdd73480a68d2f1ca63c31a3a9d5a79a8736f978e1e9344"}, + {file = "rapidfuzz-3.6.2-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:53597fd72a9340bcdd80d3620f4957c2b92f9b569313b969a3abdaffd193aae6"}, + {file = "rapidfuzz-3.6.2-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:d4f6de745fe6ce46a422d353ee10599013631d7d714a36d025f164b2d4e8c000"}, + {file = "rapidfuzz-3.6.2-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:62df2136068e2515ed8beb01756381ff62c29384d785e3bf46e3111d4ea3ba1e"}, + {file = "rapidfuzz-3.6.2-pp38-pypy38_pp73-win_amd64.whl", hash = "sha256:7382c90170f60c846c81a07ddd80bb2e8c43c8383754486fa37f67391a571897"}, + {file = "rapidfuzz-3.6.2-pp39-pypy39_pp73-macosx_10_9_x86_64.whl", hash = "sha256:f31314fd2e2f3dc3e519e6f93669462ce7953df2def1c344aa8f5345976d0eb2"}, + {file = "rapidfuzz-3.6.2-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:012221629d54d3bee954148247f711eb86d4d390b589ebfe03172ea0b37a7531"}, + {file = "rapidfuzz-3.6.2-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:d41dd59a70decfce6595315367a2fea2af660d92a9d144acc6479030501014d7"}, + {file = "rapidfuzz-3.6.2-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:7f9fa14136a5b0cba1ec42531f7c3e0b0d3edb7fd6bc5e5ae7b498541f3855ab"}, + {file = "rapidfuzz-3.6.2-pp39-pypy39_pp73-win_amd64.whl", hash = "sha256:259364199cbfeca33b1af369fc7951f71717aa285184a3fa5a7b1772da1b89db"}, + {file = "rapidfuzz-3.6.2.tar.gz", hash = "sha256:cf911e792ab0c431694c9bf2648afabfd92099103f2e31492893e078ddca5e1a"}, ] [package.extras] @@ -3318,13 +3318,13 @@ use-chardet-on-py3 = ["chardet (>=3.0.2,<6)"] [[package]] name = "requests-oauthlib" -version = "1.3.1" +version = "1.4.0" description = "OAuthlib authentication support for Requests." optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" files = [ - {file = "requests-oauthlib-1.3.1.tar.gz", hash = "sha256:75beac4a47881eeb94d5ea5d6ad31ef88856affe2332b9aafb52c6452ccf0d7a"}, - {file = "requests_oauthlib-1.3.1-py2.py3-none-any.whl", hash = "sha256:2577c501a2fb8d05a304c09d090d6e47c306fef15809d102b327cf8364bddab5"}, + {file = "requests-oauthlib-1.4.0.tar.gz", hash = "sha256:acee623221e4a39abcbb919312c8ff04bd44e7e417087fb4bd5e2a2f53d5e79a"}, + {file = "requests_oauthlib-1.4.0-py2.py3-none-any.whl", hash = "sha256:7a3130d94a17520169e38db6c8d75f2c974643788465ecc2e4b36d288bf13033"}, ] [package.dependencies] @@ -3350,13 +3350,13 @@ requests = ">=2.0.1,<3.0.0" [[package]] name = "rich" -version = "13.7.0" +version = "13.7.1" description = "Render rich text, tables, progress bars, syntax highlighting, markdown and more to the terminal" optional = false python-versions = ">=3.7.0" files = [ - {file = "rich-13.7.0-py3-none-any.whl", hash = "sha256:6da14c108c4866ee9520bbffa71f6fe3962e193b7da68720583850cd4548e235"}, - {file = "rich-13.7.0.tar.gz", hash = "sha256:5cb5123b5cf9ee70584244246816e9114227e0b98ad9176eede6ad54bf5403fa"}, + {file = "rich-13.7.1-py3-none-any.whl", hash = "sha256:4edbae314f59eb482f54e9e30bf00d33350aaa94f4bfcd4e9e3110e64d0d7222"}, + {file = "rich-13.7.1.tar.gz", hash = "sha256:9be308cb1fe2f1f57d67ce99e95af38a1e2bc71ad9813b0e247cf7ffbcc3a432"}, ] [package.dependencies] @@ -3515,29 +3515,29 @@ test = ["asv", "gmpy2", "hypothesis", "mpmath", "pooch", "pytest", "pytest-cov", [[package]] name = "setuptools" -version = "69.1.1" +version = "69.2.0" description = "Easily download, build, install, upgrade, and uninstall Python packages" optional = false python-versions = ">=3.8" files = [ - {file = "setuptools-69.1.1-py3-none-any.whl", hash = "sha256:02fa291a0471b3a18b2b2481ed902af520c69e8ae0919c13da936542754b4c56"}, - {file = "setuptools-69.1.1.tar.gz", hash = "sha256:5c0806c7d9af348e6dd3777b4f4dbb42c7ad85b190104837488eab9a7c945cf8"}, + {file = "setuptools-69.2.0-py3-none-any.whl", hash = "sha256:c21c49fb1042386df081cb5d86759792ab89efca84cf114889191cd09aacc80c"}, + {file = "setuptools-69.2.0.tar.gz", hash = "sha256:0ff4183f8f42cd8fa3acea16c45205521a4ef28f73c6391d8a25e92893134f2e"}, ] [package.extras] docs = ["furo", "jaraco.packaging (>=9.3)", "jaraco.tidelift (>=1.4)", "pygments-github-lexers (==0.0.5)", "rst.linker (>=1.9)", "sphinx (<7.2.5)", "sphinx (>=3.5)", "sphinx-favicon", "sphinx-inline-tabs", "sphinx-lint", "sphinx-notfound-page (>=1,<2)", "sphinx-reredirects", "sphinxcontrib-towncrier"] -testing = ["build[virtualenv]", "filelock (>=3.4.0)", "flake8-2020", "ini2toml[lite] (>=0.9)", "jaraco.develop (>=7.21)", "jaraco.envs (>=2.2)", "jaraco.path (>=3.2.0)", "packaging (>=23.2)", "pip (>=19.1)", "pytest (>=6)", "pytest-checkdocs (>=2.4)", "pytest-cov", "pytest-enabler (>=2.2)", "pytest-home (>=0.5)", "pytest-mypy (>=0.9.1)", "pytest-perf", "pytest-ruff (>=0.2.1)", "pytest-timeout", "pytest-xdist", "tomli-w (>=1.0.0)", "virtualenv (>=13.0.0)", "wheel"] +testing = ["build[virtualenv]", "filelock (>=3.4.0)", "importlib-metadata", "ini2toml[lite] (>=0.9)", "jaraco.develop (>=7.21)", "jaraco.envs (>=2.2)", "jaraco.path (>=3.2.0)", "mypy (==1.9)", "packaging (>=23.2)", "pip (>=19.1)", "pytest (>=6)", "pytest-checkdocs (>=2.4)", "pytest-cov", "pytest-enabler (>=2.2)", "pytest-home (>=0.5)", "pytest-mypy (>=0.9.1)", "pytest-perf", "pytest-ruff (>=0.2.1)", "pytest-timeout", "pytest-xdist (>=3)", "tomli", "tomli-w (>=1.0.0)", "virtualenv (>=13.0.0)", "wheel"] testing-integration = ["build[virtualenv] (>=1.0.3)", "filelock (>=3.4.0)", "jaraco.envs (>=2.2)", "jaraco.path (>=3.2.0)", "packaging (>=23.2)", "pytest", "pytest-enabler", "pytest-xdist", "tomli", "virtualenv (>=13.0.0)", "wheel"] [[package]] name = "shortuuid" -version = "1.0.11" +version = "1.0.13" description = "A generator library for concise, unambiguous and URL-safe UUIDs." optional = false -python-versions = ">=3.5" +python-versions = ">=3.6" files = [ - {file = "shortuuid-1.0.11-py3-none-any.whl", hash = "sha256:27ea8f28b1bd0bf8f15057a3ece57275d2059d2b0bb02854f02189962c13b6aa"}, - {file = "shortuuid-1.0.11.tar.gz", hash = "sha256:fc75f2615914815a8e4cb1501b3a513745cb66ef0fd5fc6fb9f8c3fa3481f789"}, + {file = "shortuuid-1.0.13-py3-none-any.whl", hash = "sha256:a482a497300b49b4953e15108a7913244e1bb0d41f9d332f5e9925dba33a3c5a"}, + {file = "shortuuid-1.0.13.tar.gz", hash = "sha256:3bb9cf07f606260584b1df46399c0b87dd84773e7b25912b7e391e30797c5e72"}, ] [[package]] @@ -3735,18 +3735,18 @@ files = [ [[package]] name = "traitlets" -version = "5.14.1" +version = "5.14.2" description = "Traitlets Python configuration system" optional = false python-versions = ">=3.8" files = [ - {file = "traitlets-5.14.1-py3-none-any.whl", hash = "sha256:2e5a030e6eff91737c643231bfcf04a65b0132078dad75e4936700b213652e74"}, - {file = "traitlets-5.14.1.tar.gz", hash = "sha256:8585105b371a04b8316a43d5ce29c098575c2e477850b62b848b964f1444527e"}, + {file = "traitlets-5.14.2-py3-none-any.whl", hash = "sha256:fcdf85684a772ddeba87db2f398ce00b40ff550d1528c03c14dbf6a02003cd80"}, + {file = "traitlets-5.14.2.tar.gz", hash = "sha256:8cdd83c040dab7d1dee822678e5f5d100b514f7b72b01615b26fc5718916fdf9"}, ] [package.extras] docs = ["myst-parser", "pydata-sphinx-theme", "sphinx"] -test = ["argcomplete (>=3.0.3)", "mypy (>=1.7.0)", "pre-commit", "pytest (>=7.0,<7.5)", "pytest-mock", "pytest-mypy-testing"] +test = ["argcomplete (>=3.0.3)", "mypy (>=1.7.0)", "pre-commit", "pytest (>=7.0,<8.1)", "pytest-mock", "pytest-mypy-testing"] [[package]] name = "typer" @@ -3771,24 +3771,24 @@ test = ["black (>=22.3.0,<23.0.0)", "coverage (>=6.2,<7.0)", "isort (>=5.0.6,<6. [[package]] name = "types-pyyaml" -version = "6.0.12.12" +version = "6.0.12.20240311" description = "Typing stubs for PyYAML" optional = false -python-versions = "*" +python-versions = ">=3.8" files = [ - {file = "types-PyYAML-6.0.12.12.tar.gz", hash = "sha256:334373d392fde0fdf95af5c3f1661885fa10c52167b14593eb856289e1855062"}, - {file = "types_PyYAML-6.0.12.12-py3-none-any.whl", hash = "sha256:c05bc6c158facb0676674b7f11fe3960db4f389718e19e62bd2b84d6205cfd24"}, + {file = "types-PyYAML-6.0.12.20240311.tar.gz", hash = "sha256:a9e0f0f88dc835739b0c1ca51ee90d04ca2a897a71af79de9aec5f38cb0a5342"}, + {file = "types_PyYAML-6.0.12.20240311-py3-none-any.whl", hash = "sha256:b845b06a1c7e54b8e5b4c683043de0d9caf205e7434b3edc678ff2411979b8f6"}, ] [[package]] name = "typing-extensions" -version = "4.9.0" +version = "4.10.0" description = "Backported and Experimental Type Hints for Python 3.8+" optional = false python-versions = ">=3.8" files = [ - {file = "typing_extensions-4.9.0-py3-none-any.whl", hash = "sha256:af72aea155e91adfc61c3ae9e0e342dbc0cba726d6cba4b6c72c1f34e47291cd"}, - {file = "typing_extensions-4.9.0.tar.gz", hash = "sha256:23478f88c37f27d76ac8aee6c905017a143b0b1b886c3c9f66bc2fd94f9f5783"}, + {file = "typing_extensions-4.10.0-py3-none-any.whl", hash = "sha256:69b1a937c3a517342112fb4c6df7e72fc39a38e7891a5730ed4985b5214b5475"}, + {file = "typing_extensions-4.10.0.tar.gz", hash = "sha256:b0abd7c89e8fb96f98db18d86106ff1d90ab692004eb746cf6eda2682f91b3cb"}, ] [[package]] @@ -4052,4 +4052,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = ">=3.11,<3.12" -content-hash = "d0c571aa75d95e5d3745fcb2d8ebb873c1bffcb61e37891313ff601fc73e6256" +content-hash = "b8007d88e1a264ccfe417c78a22e52271e9b2d258cdd282f32a52c3807772ac8" diff --git a/pyproject.toml b/pyproject.toml index 2475bcca..24b49040 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ alephclient = "^2.3.6" pycountry = "^23.12.11" urllib3 = "<2" nomenklatura = "^3.10.4" -anystore = ">=0.0.6,<0.1.1" +anystore = "^0.1.1" [tool.poetry.group.dev.dependencies] pytest = ">=7.4.3,<9.0.0" diff --git a/requirements.txt b/requirements.txt index 16527529..79f6fcb0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,9 +1,9 @@ adlfs==2024.2.0 ; python_version >= "3.11" and python_version < "3.12" \ --hash=sha256:6514fb147032eea843e4b773c557df90cf6a929185edc7c97f7a12b91bfc1fa1 \ --hash=sha256:860f5ddbd7f3c2553d84a101717dc5736e823305e0d51e8c0058bc85a7fa304d -aiobotocore==2.11.2 ; python_version >= "3.11" and python_version < "3.12" \ - --hash=sha256:487fede588040bfa3a43df945275c28c1c73ca75bf705295adb9fbadd2e89be7 \ - --hash=sha256:6dd7352248e3523019c5a54a395d2b1c31080697fc80a9ad2672de4eec8c7abd +aiobotocore==2.12.1 ; python_version >= "3.11" and python_version < "3.12" \ + --hash=sha256:6a9a3d646cf422f45fdc1e4256e78563ebffba64733bc9b8ca9123614e8ba9af \ + --hash=sha256:8706b28f16f93c541f6ed50352115a79d8f3499539f8d0bb70aa0f7a5379c1fe aiohttp==3.9.3 ; python_version >= "3.11" and python_version < "3.12" \ --hash=sha256:017a21b0df49039c8f46ca0971b3a7fdc1f56741ab1240cb90ca408049766168 \ --hash=sha256:039df344b45ae0b34ac885ab5b53940b174530d4dd8a14ed8b0e2155b9dddccb \ @@ -93,9 +93,9 @@ alephclient==2.3.6 ; python_version >= "3.11" and python_version < "3.12" \ annotated-types==0.6.0 ; python_version >= "3.11" and python_version < "3.12" \ --hash=sha256:0641064de18ba7a25dee8f96403ebc39113d0cb953a01429249d5c7564666a43 \ --hash=sha256:563339e807e53ffd9c267e99fc6d9ea23eb8443c08f112651963e24e22f84a5d -anystore==0.1.0 ; python_version >= "3.11" and python_version < "3.12" \ - --hash=sha256:9ffb88a727e9053c9f43667f90692058ab290ae44c859f334f05258bfb911a8f \ - --hash=sha256:b5787df7b21f68535c81ab90d8265932e19a4dd7b27d9a59300b138a8fd2037b +anystore==0.1.1 ; python_version >= "3.11" and python_version < "3.12" \ + --hash=sha256:79704cf2190ee401e0e74a5521b7811b7c906b66e0d0acccafc59d1575f9abee \ + --hash=sha256:a414b0c50af360d42c8d95cdcdf17a7289547ab3869900c0bea3068f42f538cc asttokens==2.4.1 ; python_version >= "3.11" and python_version < "3.12" \ --hash=sha256:051ed49c3dcae8913ea7cd08e46a606dba30b79993209636c4875bc1d637bc24 \ --hash=sha256:b03869718ba9a6eb027e134bfdf69f38a236d681c83c160d510768af11254ba0 @@ -105,18 +105,18 @@ async-timeout==4.0.3 ; python_version >= "3.11" and python_full_version < "3.11. attrs==23.2.0 ; python_version >= "3.11" and python_version < "3.12" \ --hash=sha256:935dc3b529c262f6cf76e50877d35a4bd3c1de194fd41f47a2b7ae8f19971f30 \ --hash=sha256:99b87a485a5820b23b879f04c2305b44b951b502fd64be915879d77a7e8fc6f1 -azure-core==1.30.0 ; python_version >= "3.11" and python_version < "3.12" \ - --hash=sha256:3dae7962aad109610e68c9a7abb31d79720e1d982ddf61363038d175a5025e89 \ - --hash=sha256:6f3a7883ef184722f6bd997262eddaf80cfe7e5b3e0caaaf8db1695695893d35 +azure-core==1.30.1 ; python_version >= "3.11" and python_version < "3.12" \ + --hash=sha256:26273a254131f84269e8ea4464f3560c731f29c0c1f69ac99010845f239c1a8f \ + --hash=sha256:7c5ee397e48f281ec4dd773d67a0a47a0962ed6fa833036057f9ea067f688e74 azure-datalake-store==0.0.53 ; python_version >= "3.11" and python_version < "3.12" \ --hash=sha256:05b6de62ee3f2a0a6e6941e6933b792b800c3e7f6ffce2fc324bc19875757393 \ --hash=sha256:a30c902a6e360aa47d7f69f086b426729784e71c536f330b691647a51dc42b2b azure-identity==1.15.0 ; python_version >= "3.11" and python_version < "3.12" \ --hash=sha256:4c28fc246b7f9265610eb5261d65931183d019a23d4b0e99357facb2e6c227c8 \ --hash=sha256:a14b1f01c7036f11f148f22cd8c16e05035293d714458d6b44ddf534d93eb912 -azure-storage-blob==12.19.0 ; python_version >= "3.11" and python_version < "3.12" \ - --hash=sha256:26c0a4320a34a3c2a1b74528ba6812ebcb632a04cd67b1c7377232c4b01a5897 \ - --hash=sha256:7bbc2c9c16678f7a420367fef6b172ba8730a7e66df7f4d7a55d5b3c8216615b +azure-storage-blob==12.19.1 ; python_version >= "3.11" and python_version < "3.12" \ + --hash=sha256:13e16ba42fc54ac2c7e8f976062173a5c82b9ec0594728e134aac372965a11b0 \ + --hash=sha256:c5530dc51c21c9564e4eb706cd499befca8819b10dd89716d3fc90d747556243 babel==2.14.0 ; python_version >= "3.11" and python_version < "3.12" \ --hash=sha256:6919867db036398ba21eb5c7a0f6b28ab8cbc3ae7a73a44ebe34ae74a4e7d363 \ --hash=sha256:efb1a25b7118e67ce3a259bed20545c29cb68be8ad2c784c83689981b7a57287 @@ -146,18 +146,18 @@ black==24.2.0 ; python_version >= "3.11" and python_version < "3.12" \ --hash=sha256:e37c99f89929af50ffaf912454b3e3b47fd64109659026b678c091a4cd450fb2 \ --hash=sha256:e8a6ae970537e67830776488bca52000eaa37fa63b9988e8c487458d9cd5ace6 \ --hash=sha256:faf2ee02e6612577ba0181f4347bcbcf591eb122f7841ae5ba233d12c39dcb4d -botocore==1.34.34 ; python_version >= "3.11" and python_version < "3.12" \ - --hash=sha256:54093dc97372bb7683f5c61a279aa8240408abf3b2cc494ae82a9a90c1b784b5 \ - --hash=sha256:cd060b0d88ebb2b893f1411c1db7f2ba66cc18e52dcc57ad029564ef5fec437b +botocore==1.34.51 ; python_version >= "3.11" and python_version < "3.12" \ + --hash=sha256:01d5156247f991b3466a8404e3d7460a9ecbd9b214f9992d6ba797d9ddc6f120 \ + --hash=sha256:5086217442e67dd9de36ec7e87a0c663f76b7790d5fb6a12de565af95e87e319 bump-pydantic==0.8.0 ; python_version >= "3.11" and python_version < "3.12" \ --hash=sha256:6092e61930e85619e74eeb04131b4387feda16f02d8bb2e3cf9507fa492c69e9 \ --hash=sha256:6cbb4deb5869a69baa5a477f28f3e2d8fb09b687e114c018bd54470590ae7bf7 bump2version==1.0.1 ; python_version >= "3.11" and python_version < "3.12" \ --hash=sha256:37f927ea17cde7ae2d7baf832f8e80ce3777624554a653006c9144f8017fe410 \ --hash=sha256:762cb2bfad61f4ec8e2bdf452c7c267416f8c70dd9ecb1653fd0bbb01fa936e6 -cachetools==5.3.2 ; python_version >= "3.11" and python_version < "3.12" \ - --hash=sha256:086ee420196f7b2ab9ca2db2520aca326318b68fe5ba8bc4d49cca91add450f2 \ - --hash=sha256:861f35a13a451f94e301ce2bec7cac63e881232ccce7ed67fab9b5df4d3beaa1 +cachetools==5.3.3 ; python_version >= "3.11" and python_version < "3.12" \ + --hash=sha256:0abad1021d3f8325b2fc1d2e9c8b9c9d57b04c3932657a72465447332c24d945 \ + --hash=sha256:ba29e2dfa0b8b556606f097407ed1aa62080ee108ab0dc5ec9d6a723a007d105 certifi==2024.2.2 ; python_version >= "3.11" and python_version < "3.12" \ --hash=sha256:0569859f95fc761b18b45ef421b1290a0f65f147e92a1e5eb3e635f9a5e4e66f \ --hash=sha256:dc383c07b76109f368f6106eee2b593b04a011ea4d55f652c6ca24a754d1cdd1 @@ -424,9 +424,9 @@ et-xmlfile==1.1.0 ; python_version >= "3.11" and python_version < "3.12" \ executing==2.0.1 ; python_version >= "3.11" and python_version < "3.12" \ --hash=sha256:35afe2ce3affba8ee97f2d69927fa823b08b472b7b994e36a52a964b93d16147 \ --hash=sha256:eac49ca94516ccc753f9fb5ce82603156e590b27525a8bc32cce8ae302eb61bc -fakeredis==2.21.1 ; python_version >= "3.11" and python_version < "3.12" \ - --hash=sha256:5d1b113a92c1e5dd6e8055008d9204ace4c125e104f04ac08cca4296bc6c78d4 \ - --hash=sha256:773bd03c38fe745c0c03c5b4ebb92521a25d3306f903c0ca65706bf65cf19e2a +fakeredis==2.21.3 ; python_version >= "3.11" and python_version < "3.12" \ + --hash=sha256:033fe5882a20ec308ed0cf67a86c1cd982a1bffa63deb0f52eaa625bd8ce305f \ + --hash=sha256:e9e1c309d49d83c4ce1ab6f3ee2e56787f6a5573a305109017bf140334dd396d filelock==3.13.1 ; python_version >= "3.11" and python_version < "3.12" \ --hash=sha256:521f5f56c50f8426f5e03ad3b281b490a87ef15bc6c526f168290f0c7148d44e \ --hash=sha256:57dbda9b35157b05fb3e58ee91448612eb674172fab98ee235ccb0b5bee19a1c @@ -529,15 +529,15 @@ google-api-core==2.17.1 ; python_version >= "3.11" and python_version < "3.12" \ google-auth-oauthlib==1.2.0 ; python_version >= "3.11" and python_version < "3.12" \ --hash=sha256:292d2d3783349f2b0734a0a0207b1e1e322ac193c2c09d8f7c613fb7cc501ea8 \ --hash=sha256:297c1ce4cb13a99b5834c74a1fe03252e1e499716718b190f56bcb9c4abc4faf -google-auth==2.28.1 ; python_version >= "3.11" and python_version < "3.12" \ - --hash=sha256:25141e2d7a14bfcba945f5e9827f98092716e99482562f15306e5b026e21aa72 \ - --hash=sha256:34fc3046c257cedcf1622fc4b31fc2be7923d9b4d44973d481125ecc50d83885 +google-auth==2.28.2 ; python_version >= "3.11" and python_version < "3.12" \ + --hash=sha256:80b8b4969aa9ed5938c7828308f20f035bc79f9d8fb8120bf9dc8db20b41ba30 \ + --hash=sha256:9fd67bbcd40f16d9d42f950228e9cf02a2ded4ae49198b27432d0cded5a74c38 google-cloud-core==2.4.1 ; python_version >= "3.11" and python_version < "3.12" \ --hash=sha256:9b7749272a812bde58fff28868d0c5e2f585b82f37e09a1f6ed2d4d10f134073 \ --hash=sha256:a9e6a4422b9ac5c29f79a0ede9485473338e2ce78d91f2370c01e730eab22e61 -google-cloud-storage==2.14.0 ; python_version >= "3.11" and python_version < "3.12" \ - --hash=sha256:2d23fcf59b55e7b45336729c148bb1c464468c69d5efbaee30f7201dd90eb97e \ - --hash=sha256:8641243bbf2a2042c16a6399551fbb13f062cbc9a2de38d6c0bb5426962e9dbd +google-cloud-storage==2.15.0 ; python_version >= "3.11" and python_version < "3.12" \ + --hash=sha256:5d9237f88b648e1d724a0f20b5cde65996a37fe51d75d17660b1404097327dd2 \ + --hash=sha256:7560a3c48a03d66c553dc55215d35883c680fe0ab44c23aa4832800ccc855c74 google-crc32c==1.5.0 ; python_version >= "3.11" and python_version < "3.12" \ --hash=sha256:024894d9d3cfbc5943f8f230e23950cd4906b2fe004c72e29b209420a1e6b05a \ --hash=sha256:02c65b9817512edc6a4ae7c7e987fea799d2e0ee40c53ec573a692bee24de876 \ @@ -610,9 +610,9 @@ google-crc32c==1.5.0 ; python_version >= "3.11" and python_version < "3.12" \ google-resumable-media==2.7.0 ; python_version >= "3.11" and python_version < "3.12" \ --hash=sha256:5f18f5fa9836f4b083162064a1c2c98c17239bfda9ca50ad970ccf905f3e625b \ --hash=sha256:79543cfe433b63fd81c0844b7803aba1bb8950b47bedf7d980c38fa123937e08 -googleapis-common-protos==1.62.0 ; python_version >= "3.11" and python_version < "3.12" \ - --hash=sha256:4750113612205514f9f6aa4cb00d523a94f3e8c06c5ad2fee466387dc4875f07 \ - --hash=sha256:83f0ece9f94e5672cced82f592d2a5edf527a96ed1794f0bab36d5735c996277 +googleapis-common-protos==1.63.0 ; python_version >= "3.11" and python_version < "3.12" \ + --hash=sha256:17ad01b11d5f1d0171c06d3ba5c04c54474e883b66b949722b4938ee2694ef4e \ + --hash=sha256:ae45f75702f7c08b541f750854a678bd8f534a1a6bace6afe975f1d0a82d6632 greenlet==3.0.3 ; python_version >= "3.11" and python_version < "3.12" and (platform_machine == "aarch64" or platform_machine == "ppc64le" or platform_machine == "x86_64" or platform_machine == "amd64" or platform_machine == "AMD64" or platform_machine == "win32" or platform_machine == "WIN32") \ --hash=sha256:01bc7ea167cf943b4c802068e178bbf70ae2e8c080467070d01bfa02f337ee67 \ --hash=sha256:0448abc479fab28b00cb472d278828b3ccca164531daab4e970a0458786055d6 \ @@ -684,9 +684,9 @@ iniconfig==2.0.0 ; python_version >= "3.11" and python_version < "3.12" \ ipdb==0.13.13 ; python_version >= "3.11" and python_version < "3.12" \ --hash=sha256:45529994741c4ab6d2388bfa5d7b725c2cf7fe9deffabdb8a6113aa5ed449ed4 \ --hash=sha256:e3ac6018ef05126d442af680aad863006ec19d02290561ac88b8b1c0b0cfc726 -ipython==8.22.1 ; python_version >= "3.11" and python_version < "3.12" \ - --hash=sha256:39c6f9efc079fb19bfb0f17eee903978fe9a290b1b82d68196c641cecb76ea22 \ - --hash=sha256:869335e8cded62ffb6fac8928e5287a05433d6462e3ebaac25f4216474dd6bc4 +ipython==8.22.2 ; python_version >= "3.11" and python_version < "3.12" \ + --hash=sha256:2dcaad9049f9056f1fef63514f176c7d41f930daa78d05b82a176202818f2c14 \ + --hash=sha256:3c86f284c8f3d8f2b6c662f885c4889a91df7cd52056fd02b7d8d6195d7f56e9 isodate==0.6.1 ; python_version >= "3.11" and python_version < "3.12" \ --hash=sha256:0751eece944162659049d35f4f549ed815792b38793f07cf73381c1c87cbed96 \ --hash=sha256:48c5881de7e8b0a0d648cb024c8062dc84e7b840ed81e864c7614fd3c127bde9 @@ -1222,9 +1222,9 @@ orjson==3.9.15 ; python_version >= "3.11" and python_version < "3.12" \ --hash=sha256:fbbeb3c9b2edb5fd044b2a070f127a0ac456ffd079cb82746fc84af01ef021a4 \ --hash=sha256:fdfa97090e2d6f73dced247a2f2d8004ac6449df6568f30e7fa1a045767c69a6 \ --hash=sha256:ff0f9913d82e1d1fadbd976424c316fbc4d9c525c81d047bbdd16bd27dd98cfc -packaging==23.2 ; python_version >= "3.11" and python_version < "3.12" \ - --hash=sha256:048fb0e9405036518eaaf48a55953c750c11e1a1b68e0dd1a9d62ed0c092cfc5 \ - --hash=sha256:8c491190033a9af7e1d931d0b5dacc2ef47509b34dd0de67ed209b5203fc88c7 +packaging==24.0 ; python_version >= "3.11" and python_version < "3.12" \ + --hash=sha256:2ddfb553fdf02fb784c234c7ba6ccc288296ceabec964ad2eae3777778130bc5 \ + --hash=sha256:eb82c5e3e56209074766e6885bb04b8c38a0c015d0a30036ebe7ece34c9989e9 pantomime==0.6.1 ; python_version >= "3.11" and python_version < "3.12" \ --hash=sha256:4ea567dffc2458a174cd624061a1a0efc081c858938d55291e4825e47a4fdb0f \ --hash=sha256:6ff211788ecfbe2cdf79bf8617d7e2347b9d734ce3dac983cafa9673ed099789 @@ -1237,9 +1237,9 @@ pathspec==0.12.1 ; python_version >= "3.11" and python_version < "3.12" \ pexpect==4.9.0 ; python_version >= "3.11" and python_version < "3.12" and (sys_platform != "win32" and sys_platform != "emscripten") \ --hash=sha256:7236d1e080e4936be2dc3e326cec0af72acf9212a7e1d060210e70a47e253523 \ --hash=sha256:ee7d41123f3c9911050ea2c2dac107568dc43b2d3b0c7557a33212c398ead30f -phonenumbers==8.13.30 ; python_version >= "3.11" and python_version < "3.12" \ - --hash=sha256:175fcaa89780c9cb6e089fe61de960396c9fc0c01845aea26400975fb10a8ea8 \ - --hash=sha256:273a969a863e9e38d4944b26fc277f408dc9aa84faa04996266efa4021adea00 +phonenumbers==8.13.32 ; python_version >= "3.11" and python_version < "3.12" \ + --hash=sha256:947a7e645ee6b77dfdd47d47e2ab5a240f46556bf26d101424cc0bb76c1ca200 \ + --hash=sha256:ff8cd0a786fad230d454f35998984c21e501723e22df3fa61e65dbeef0919ced platformdirs==4.2.0 ; python_version >= "3.11" and python_version < "3.12" \ --hash=sha256:0614df2a2f37e1a662acbd8e2b25b92ccf8632929bc6d43467e17fe89c75e068 \ --hash=sha256:ef0cc731df711022c174543cb70a9b5bd22e5a9337c8624ef2c2ceb8ddad8768 @@ -1391,9 +1391,9 @@ pyicu==2.12 ; python_version >= "3.11" and python_version < "3.12" \ pyjwt[crypto]==2.8.0 ; python_version >= "3.11" and python_version < "3.12" \ --hash=sha256:57e28d156e3d5c10088e0c68abb90bfac3df82b40a71bd0daa20c65ccd5c23de \ --hash=sha256:59127c392cc44c2da5bb3192169a91f429924e17aff6534d70fdc02ab3e04320 -pyparsing==3.1.1 ; python_version >= "3.11" and python_version < "3.12" \ - --hash=sha256:32c7c0b711493c72ff18a981d24f28aaf9c1fb7ed5e9667c9e84e3db623bdbfb \ - --hash=sha256:ede28a1a32462f5a9705e07aea48001a08f7cf81a021585011deba701581a0db +pyparsing==3.1.2 ; python_version >= "3.11" and python_version < "3.12" \ + --hash=sha256:a1bac0ce561155ecc3ed78ca94d3c9378656ad4c94c1270de543f621420f94ad \ + --hash=sha256:f9db75911801ed778fe61bb643079ff86601aca99fcae6345aa67292038fb742 pytest-cov==4.1.0 ; python_version >= "3.11" and python_version < "3.12" \ --hash=sha256:3904b13dfbfec47f003b8e77fd5b589cd11904a21ddf1ab38a64f204d6a10ef6 \ --hash=sha256:6ba70b9e97e69fcc3fb45bfeab2d0a138fb65c4d0d6a41ef33983ad114be8c3a @@ -1403,9 +1403,9 @@ pytest-env==1.1.3 ; python_version >= "3.11" and python_version < "3.12" \ pytest==8.1.1 ; python_version >= "3.11" and python_version < "3.12" \ --hash=sha256:2a8386cfc11fa9d2c50ee7b2a57e7d898ef90470a7a34c4b949ff59662bb78b7 \ --hash=sha256:ac978141a75948948817d360297b7aae0fcb9d6ff6bc9ec6d514b85d5a65c044 -python-dateutil==2.8.2 ; python_version >= "3.11" and python_version < "3.12" \ - --hash=sha256:0123cacc1627ae19ddf3c27a5de5bd67ee4586fbdd6440d9748f8abb483d3e86 \ - --hash=sha256:961d03dc3453ebbc59dbdea9e4e11c5651520a876d0f4db161e8674aae935da9 +python-dateutil==2.9.0.post0 ; python_version >= "3.11" and python_version < "3.12" \ + --hash=sha256:37dd54208da7e1cd875388217d5e00ebd4179249f90fb72437e91a35459a0ad3 \ + --hash=sha256:a8b2bc7bffae282281c8140a97d3aa9c14da0b136dfe83f850eea9a5f7470427 python-dotenv==1.0.1 ; python_version >= "3.11" and python_version < "3.12" \ --hash=sha256:e324ee90a023d808f1959c46bcbc04446a10ced277783dc6ee09987c37ec10ca \ --hash=sha256:f7b63ef50f1b690dddf550d03497b66d609393b40b564ed0d674909a68ebf16a @@ -1474,115 +1474,115 @@ pyyaml==6.0.1 ; python_version >= "3.11" and python_version < "3.12" \ --hash=sha256:fca0e3a251908a499833aa292323f32437106001d436eca0e6e7833256674585 \ --hash=sha256:fd1592b3fdf65fff2ad0004b5e363300ef59ced41c2e6b3a99d4089fa8c5435d \ --hash=sha256:fd66fc5d0da6d9815ba2cebeb4205f95818ff4b79c3ebe268e75d961704af52f -rapidfuzz==3.6.1 ; python_version >= "3.11" and python_version < "3.12" \ - --hash=sha256:01835d02acd5d95c1071e1da1bb27fe213c84a013b899aba96380ca9962364bc \ - --hash=sha256:01eb03cd880a294d1bf1a583fdd00b87169b9cc9c9f52587411506658c864d73 \ - --hash=sha256:03f73b381bdeccb331a12c3c60f1e41943931461cdb52987f2ecf46bfc22f50d \ - --hash=sha256:0402f1629e91a4b2e4aee68043a30191e5e1b7cd2aa8dacf50b1a1bcf6b7d3ab \ - --hash=sha256:060bd7277dc794279fa95522af355034a29c90b42adcb7aa1da358fc839cdb11 \ - --hash=sha256:064c1d66c40b3a0f488db1f319a6e75616b2e5fe5430a59f93a9a5e40a656d15 \ - --hash=sha256:06e98ff000e2619e7cfe552d086815671ed09b6899408c2c1b5103658261f6f3 \ - --hash=sha256:08b6fb47dd889c69fbc0b915d782aaed43e025df6979b6b7f92084ba55edd526 \ - --hash=sha256:0a9fc714b8c290261669f22808913aad49553b686115ad0ee999d1cb3df0cd66 \ - --hash=sha256:0bbfae35ce4de4c574b386c43c78a0be176eeddfdae148cb2136f4605bebab89 \ - --hash=sha256:12ff8eaf4a9399eb2bebd838f16e2d1ded0955230283b07376d68947bbc2d33d \ - --hash=sha256:1936d134b6c513fbe934aeb668b0fee1ffd4729a3c9d8d373f3e404fbb0ce8a0 \ - --hash=sha256:1c47d592e447738744905c18dda47ed155620204714e6df20eb1941bb1ba315e \ - --hash=sha256:1dfc557c0454ad22382373ec1b7df530b4bbd974335efe97a04caec936f2956a \ - --hash=sha256:1e12319c6b304cd4c32d5db00b7a1e36bdc66179c44c5707f6faa5a889a317c0 \ - --hash=sha256:23de71e7f05518b0bbeef55d67b5dbce3bcd3e2c81e7e533051a2e9401354eb0 \ - --hash=sha256:266dd630f12696ea7119f31d8b8e4959ef45ee2cbedae54417d71ae6f47b9848 \ - --hash=sha256:2963f4a3f763870a16ee076796be31a4a0958fbae133dbc43fc55c3968564cf5 \ - --hash=sha256:2a791168e119cfddf4b5a40470620c872812042f0621e6a293983a2d52372db0 \ - --hash=sha256:2b155e67fff215c09f130555002e42f7517d0ea72cbd58050abb83cb7c880cec \ - --hash=sha256:2b19795b26b979c845dba407fe79d66975d520947b74a8ab6cee1d22686f7967 \ - --hash=sha256:2e03038bfa66d2d7cffa05d81c2f18fd6acbb25e7e3c068d52bb7469e07ff382 \ - --hash=sha256:3028ee8ecc48250607fa8a0adce37b56275ec3b1acaccd84aee1f68487c8557b \ - --hash=sha256:35660bee3ce1204872574fa041c7ad7ec5175b3053a4cb6e181463fc07013de7 \ - --hash=sha256:3c772d04fb0ebeece3109d91f6122b1503023086a9591a0b63d6ee7326bd73d9 \ - --hash=sha256:3c84294f4470fcabd7830795d754d808133329e0a81d62fcc2e65886164be83b \ - --hash=sha256:40cced1a8852652813f30fb5d4b8f9b237112a0bbaeebb0f4cc3611502556764 \ - --hash=sha256:4243a9c35667a349788461aae6471efde8d8800175b7db5148a6ab929628047f \ - --hash=sha256:42f211e366e026de110a4246801d43a907cd1a10948082f47e8a4e6da76fef52 \ - --hash=sha256:4381023fa1ff32fd5076f5d8321249a9aa62128eb3f21d7ee6a55373e672b261 \ - --hash=sha256:484759b5dbc5559e76fefaa9170147d1254468f555fd9649aea3bad46162a88b \ - --hash=sha256:49b9ed2472394d306d5dc967a7de48b0aab599016aa4477127b20c2ed982dbf9 \ - --hash=sha256:53251e256017e2b87f7000aee0353ba42392c442ae0bafd0f6b948593d3f68c6 \ - --hash=sha256:588c4b20fa2fae79d60a4e438cf7133d6773915df3cc0a7f1351da19eb90f720 \ - --hash=sha256:5a2f3e9df346145c2be94e4d9eeffb82fab0cbfee85bd4a06810e834fe7c03fa \ - --hash=sha256:5d82b9651e3d34b23e4e8e201ecd3477c2baa17b638979deeabbb585bcb8ba74 \ - --hash=sha256:5dd95b6b7bfb1584f806db89e1e0c8dbb9d25a30a4683880c195cc7f197eaf0c \ - --hash=sha256:692c9a50bea7a8537442834f9bc6b7d29d8729a5b6379df17c31b6ab4df948c2 \ - --hash=sha256:6b0ccc2ec1781c7e5370d96aef0573dd1f97335343e4982bdb3a44c133e27786 \ - --hash=sha256:6dede83a6b903e3ebcd7e8137e7ff46907ce9316e9d7e7f917d7e7cdc570ee05 \ - --hash=sha256:7142ee354e9c06e29a2636b9bbcb592bb00600a88f02aa5e70e4f230347b373e \ - --hash=sha256:7183157edf0c982c0b8592686535c8b3e107f13904b36d85219c77be5cefd0d8 \ - --hash=sha256:7420e801b00dee4a344ae2ee10e837d603461eb180e41d063699fb7efe08faf0 \ - --hash=sha256:757dfd7392ec6346bd004f8826afb3bf01d18a723c97cbe9958c733ab1a51791 \ - --hash=sha256:76c23ceaea27e790ddd35ef88b84cf9d721806ca366199a76fd47cfc0457a81b \ - --hash=sha256:7fec74c234d3097612ea80f2a80c60720eec34947066d33d34dc07a3092e8105 \ - --hash=sha256:82300e5f8945d601c2daaaac139d5524d7c1fdf719aa799a9439927739917460 \ - --hash=sha256:841eafba6913c4dfd53045835545ba01a41e9644e60920c65b89c8f7e60c00a9 \ - --hash=sha256:8d7a072f10ee57c8413c8ab9593086d42aaff6ee65df4aa6663eecdb7c398dca \ - --hash=sha256:8e4da90e4c2b444d0a171d7444ea10152e07e95972bb40b834a13bdd6de1110c \ - --hash=sha256:96cd19934f76a1264e8ecfed9d9f5291fde04ecb667faef5f33bdbfd95fe2d1f \ - --hash=sha256:a03863714fa6936f90caa7b4b50ea59ea32bb498cc91f74dc25485b3f8fccfe9 \ - --hash=sha256:a1788ebb5f5b655a15777e654ea433d198f593230277e74d51a2a1e29a986283 \ - --hash=sha256:a3ee4f8f076aa92184e80308fc1a079ac356b99c39408fa422bbd00145be9854 \ - --hash=sha256:a490cd645ef9d8524090551016f05f052e416c8adb2d8b85d35c9baa9d0428ab \ - --hash=sha256:a553cc1a80d97459d587529cc43a4c7c5ecf835f572b671107692fe9eddf3e24 \ - --hash=sha256:a59472b43879012b90989603aa5a6937a869a72723b1bf2ff1a0d1edee2cc8e6 \ - --hash=sha256:ac434fc71edda30d45db4a92ba5e7a42c7405e1a54cb4ec01d03cc668c6dcd40 \ - --hash=sha256:ad9d74ef7c619b5b0577e909582a1928d93e07d271af18ba43e428dc3512c2a1 \ - --hash=sha256:ae598a172e3a95df3383634589660d6b170cc1336fe7578115c584a99e0ba64d \ - --hash=sha256:b2ef4c0fd3256e357b70591ffb9e8ed1d439fb1f481ba03016e751a55261d7c1 \ - --hash=sha256:b3e5af946f419c30f5cb98b69d40997fe8580efe78fc83c2f0f25b60d0e56efb \ - --hash=sha256:b53137d81e770c82189e07a8f32722d9e4260f13a0aec9914029206ead38cac3 \ - --hash=sha256:b7e3375e4f2bfec77f907680328e4cd16cc64e137c84b1886d547ab340ba6928 \ - --hash=sha256:bcc957c0a8bde8007f1a8a413a632a1a409890f31f73fe764ef4eac55f59ca87 \ - --hash=sha256:be156f51f3a4f369e758505ed4ae64ea88900dcb2f89d5aabb5752676d3f3d7e \ - --hash=sha256:be368573255f8fbb0125a78330a1a40c65e9ba3c5ad129a426ff4289099bfb41 \ - --hash=sha256:c1a23eee225dfb21c07f25c9fcf23eb055d0056b48e740fe241cbb4b22284379 \ - --hash=sha256:c65f92881753aa1098c77818e2b04a95048f30edbe9c3094dc3707d67df4598b \ - --hash=sha256:ca3dfcf74f2b6962f411c33dd95b0adf3901266e770da6281bc96bb5a8b20de9 \ - --hash=sha256:cd4ba4c18b149da11e7f1b3584813159f189dc20833709de5f3df8b1342a9759 \ - --hash=sha256:d056e342989248d2bdd67f1955bb7c3b0ecfa239d8f67a8dfe6477b30872c607 \ - --hash=sha256:d2f0274595cc5b2b929c80d4e71b35041104b577e118cf789b3fe0a77b37a4c5 \ - --hash=sha256:d73dcfe789d37c6c8b108bf1e203e027714a239e50ad55572ced3c004424ed3b \ - --hash=sha256:d79aec8aeee02ab55d0ddb33cea3ecd7b69813a48e423c966a26d7aab025cdfe \ - --hash=sha256:da3e8c9f7e64bb17faefda085ff6862ecb3ad8b79b0f618a6cf4452028aa2222 \ - --hash=sha256:dad55a514868dae4543ca48c4e1fc0fac704ead038dafedf8f1fc0cc263746c1 \ - --hash=sha256:dec307b57ec2d5054d77d03ee4f654afcd2c18aee00c48014cb70bfed79597d6 \ - --hash=sha256:e06c4242a1354cf9d48ee01f6f4e6e19c511d50bb1e8d7d20bcadbb83a2aea90 \ - --hash=sha256:e19d519386e9db4a5335a4b29f25b8183a1c3f78cecb4c9c3112e7f86470e37f \ - --hash=sha256:e49b9575d16c56c696bc7b06a06bf0c3d4ef01e89137b3ddd4e2ce709af9fe06 \ - --hash=sha256:ebcfb5bfd0a733514352cfc94224faad8791e576a80ffe2fd40b2177bf0e7198 \ - --hash=sha256:ed0f712e0bb5fea327e92aec8a937afd07ba8de4c529735d82e4c4124c10d5a0 \ - --hash=sha256:edf97c321fd641fea2793abce0e48fa4f91f3c202092672f8b5b4e781960b891 \ - --hash=sha256:eef8b346ab331bec12bbc83ac75641249e6167fab3d84d8f5ca37fd8e6c7a08c \ - --hash=sha256:f056ba42fd2f32e06b2c2ba2443594873cfccc0c90c8b6327904fc2ddf6d5799 \ - --hash=sha256:f382f7ffe384ce34345e1c0b2065451267d3453cadde78946fbd99a59f0cc23c \ - --hash=sha256:f59d19078cc332dbdf3b7b210852ba1f5db8c0a2cd8cc4c0ed84cc00c76e6802 \ - --hash=sha256:fbc07e2e4ac696497c5f66ec35c21ddab3fc7a406640bffed64c26ab2f7ce6d6 \ - --hash=sha256:fde9b14302a31af7bdafbf5cfbb100201ba21519be2b9dedcf4f1048e4fbe65d +rapidfuzz==3.6.2 ; python_version >= "3.11" and python_version < "3.12" \ + --hash=sha256:012221629d54d3bee954148247f711eb86d4d390b589ebfe03172ea0b37a7531 \ + --hash=sha256:080cb71b50cb6aff11d1c6aeb157f273e2da0b2bdb3f9d7b01257e49e69a8576 \ + --hash=sha256:153d065e353371cc0aeff32b99999a5758266a64e958d1364189367c1c9f6814 \ + --hash=sha256:16270b5529de83b7bae7457e952e4d9cf3fbf029a837dd32d415bb9e0eb8e599 \ + --hash=sha256:1b86b93d93020c2b3edc1665d75c8855784845fc0a739b312c26c3a4bf0c80d5 \ + --hash=sha256:1c54d3c85e522d3ac9ee39415f183c8fa184c4f87e7e5a37938f15a6d50e853a \ + --hash=sha256:1df2faf80201952e252413b6fac6f3e146080dcebb87bb1bb722508e67558ed8 \ + --hash=sha256:1dfe4c24957474ce0ac75d886387e30e292b4be39228a6d71f76de414dc187db \ + --hash=sha256:259364199cbfeca33b1af369fc7951f71717aa285184a3fa5a7b1772da1b89db \ + --hash=sha256:28243086ed0e50808bb56632e5442c457241646aeafafd501ac87901f40a3237 \ + --hash=sha256:28c011fb31f2c3f82f503aedd6097d3d3854e574e327a119a3b7eb2cf90b79ca \ + --hash=sha256:2a46220f86a5f9cb016af31525e0d0865cad437d02239aa0d8aed2ab8bff1f1c \ + --hash=sha256:2acd2514defce81e6ff4bbff50252d5e7df8e85a731442c4b83e44c86cf1c916 \ + --hash=sha256:2d580d937146e803c8e5e1b87916cab8d6f84013b6392713e201efcda335c7d8 \ + --hash=sha256:3168ff565d4b8c239cf11fb604dd2507d30e9bcaac76a4077c0ac23cf2c866ed \ + --hash=sha256:337e357f693130c4c6be740652542b260e36f622c59e01fa33d58f1d2750c930 \ + --hash=sha256:3549123fca5bb817341025f98e8e49ca99f84596c7c4f92b658f8e5836040d4a \ + --hash=sha256:354ad5fe655beb7b279390cb58334903931c5452ecbad1b1666ffb06786498e2 \ + --hash=sha256:35aeac852bca06023d6bbd50c1fc504ca5a9a3613d5e75a140f0be7601fa34ef \ + --hash=sha256:35bd4bc9c40e6994c5d6edea4b9319388b4d9711c13c66d543bb4c37624b4184 \ + --hash=sha256:36ce7b68a7b90b787cdd73480a68d2f1ca63c31a3a9d5a79a8736f978e1e9344 \ + --hash=sha256:380586664f2f63807050ddb95e7702888b4f0b425abf17655940c411f39287ad \ + --hash=sha256:3ae7c86914cb6673e97e187ba431b9c4cf4177d9ae77f8a1e5b2ba9a5628839e \ + --hash=sha256:3c1dc078ef371fce09f9f3eec2ca4eaa2a8cd412ec53941015b4f39f14d34407 \ + --hash=sha256:4209816626d8d6ff8ae7dc248061c6059e618b70c6e6f6e4d7444ae3740b2b85 \ + --hash=sha256:423c7c588b09d618601097b7a0017dfcb91132a2076bef29023c5f3cd2dc3de1 \ + --hash=sha256:48e1eaea8fcd522fca7f04f0480663f0f0cfb77957092cce60a93f4462864996 \ + --hash=sha256:495c0d8e14e6f12520eb7fc71b9ba9fcaafb47fc23a654e6e89b6c7985ec0020 \ + --hash=sha256:4c279928651ce0e9e5220dcb25a00cc53b65e592a0861336a38299bcdca3a596 \ + --hash=sha256:4edcceebb85ebfa49a3ddcde20ad891d36c08dc0fd592efdab0e7d313a4e36af \ + --hash=sha256:4fcfa23b5553b27f4016df77c53172ea743454cf12c28cfa7c35a309a2be93b3 \ + --hash=sha256:53597fd72a9340bcdd80d3620f4957c2b92f9b569313b969a3abdaffd193aae6 \ + --hash=sha256:5378c04102c7f084cde30a100154fa6d7e2baf0d51a6bdd2f912545559c1fb35 \ + --hash=sha256:617949a70150e6fffdaed19253dd49f7a53528411dc8bf7663d499ba21e0f61e \ + --hash=sha256:62df2136068e2515ed8beb01756381ff62c29384d785e3bf46e3111d4ea3ba1e \ + --hash=sha256:6440ed0b3007c1c9286b0b88fe2ab2d9e83edd60cd62293b3dfabb732b4e8a30 \ + --hash=sha256:6468f8bc8c3c50604f43631550ef9cfec873515dba5023ca34d461be94669fc8 \ + --hash=sha256:6478f7803efebf5f644d0b758439c5b25728550fdfbb19783d150004c46a75a9 \ + --hash=sha256:66b008bf2972740cd2dda5d382eb8bdb87265cd88198e71c7797bdc0d1f79d20 \ + --hash=sha256:673ba2c343644805acdae1cb949c6a4de71aa2f62a998978551ebea59603af3f \ + --hash=sha256:6d67b649bf3e1b1722d04eca44d37919aef88305ce7ad05564502d013cf550fd \ + --hash=sha256:6ee98d88ae9ccc77ff61992ed33b2496478def5dc0da55c9a9aa06fcb725a352 \ + --hash=sha256:7382c90170f60c846c81a07ddd80bb2e8c43c8383754486fa37f67391a571897 \ + --hash=sha256:74c6773b11445b5e5cf93ca383171cd0ac0cdeafea11a7b2a5688f8bf8d813e6 \ + --hash=sha256:7d830bc7a9b586a374147ec60b08b1f9ae5996b43f75cc514f37faef3866b519 \ + --hash=sha256:7f18397c8d6a65fc0b288d2fc29bc7baeea6ba91eeb95163a3cd98f23cd3bc85 \ + --hash=sha256:7f9fa14136a5b0cba1ec42531f7c3e0b0d3edb7fd6bc5e5ae7b498541f3855ab \ + --hash=sha256:80e51b22a7da83f9c87a97e92df07ed0612c74c35496590255f4b5d5b4212dfe \ + --hash=sha256:81a630ed2fc3ec5fc7400eb66bab1f87e282b4d47f0abe3e48c6634dfa13b5e4 \ + --hash=sha256:824cc381cf81cbf8d158f6935664ec2a69e6ac3b1d39fa201988bf81a257f775 \ + --hash=sha256:84c1032ae42628465b7a5cc35249906061e18a8193c9c27cbd2db54e9823a9a6 \ + --hash=sha256:85a5b6e026393fe39fb61146b9c17c5af66fffbe1410e992c4bb06d9ec327bd3 \ + --hash=sha256:87ac3a87f2251ae2e95fc9478ca5c759de6d141d04c84d3fec9f9cdcfc167b33 \ + --hash=sha256:95a49c6b8bf1229743ae585dd5b7d57f0d15a7eb6e826866d5c9965ba958503c \ + --hash=sha256:9a07dffac439223b4f1025dbfc68f4445a3460a859309c9858c2a3fa29617cdc \ + --hash=sha256:9a74102fc5a2534fe91f7507838623e1f3a149d8e05648389c42bb42e14b1c3f \ + --hash=sha256:9bcc91ebd8fc69a6bd3b5711c8250f5f4e70606b4da75ef415f57ad209978205 \ + --hash=sha256:9d457c89bac1471442002e70551e8268e639b3870b4a4521eae363c07253be87 \ + --hash=sha256:a5637e6bf11b15b5aff6ee818c76bdec99ad208511b78985e6209ba648a6e3ee \ + --hash=sha256:a7895e04a22d6515bc91a850e0831f2405547605aa311d1ffec51e4818abc3c1 \ + --hash=sha256:a945567c2b0b6e069454c9782d5234b0b6795718adf7a9f868bd3144afa6a023 \ + --hash=sha256:ab269adfc64480f209e99f253391a10735edd5c09046e04899adab5fb132f20e \ + --hash=sha256:af7c19ec86e11488539380d3db1755be5d561a3c0e7b04ff9d07abd7f9a8e9d8 \ + --hash=sha256:b593cc51aed887e93b78c2f94dfae9008be2b23d17afd3b1f1d3eb3913b58f26 \ + --hash=sha256:bd82f9838519136b7083dd1e3149ee80344521f3dc37f744f227505ff0883efb \ + --hash=sha256:be69f7fd46b5c6467fe5e2fd4cff3816b0c03048eed8a4becb9a73e6000960e7 \ + --hash=sha256:bec353f022011e6e5cd28ccb8700fbd2a33918197af0d4e0abb3c3f4845cc864 \ + --hash=sha256:c17c5efee347a40a6f4c1eec59e3d7d1e22f7613a97f8b8a07733ef723483a04 \ + --hash=sha256:cbd5894f23fdf5697499cf759523639838ac822bd1600e343fdce7313baa02ae \ + --hash=sha256:cda81d0e0ce0c13abfa46b24e10c1e85f9c6acb628f0a9a948f5779f9c2076a2 \ + --hash=sha256:cf911e792ab0c431694c9bf2648afabfd92099103f2e31492893e078ddca5e1a \ + --hash=sha256:d07899506a5a8760448d9df036d528b55a554bf571714173635c79eef4a86e58 \ + --hash=sha256:d41dd59a70decfce6595315367a2fea2af660d92a9d144acc6479030501014d7 \ + --hash=sha256:d4f6de745fe6ce46a422d353ee10599013631d7d714a36d025f164b2d4e8c000 \ + --hash=sha256:d57b98013b802621bbc8b12a46bfc9d36ac552ab51ca207f7ce167ad46adabeb \ + --hash=sha256:d8e5a437b9089df6242a718d9c31ab1742989e9400a0977af012ef483b63b4c2 \ + --hash=sha256:dbee7f5ff11872b76505cbd87c814abc823e8757f11c69062eb3b25130a283da \ + --hash=sha256:ddc380ffaa90f204cc9ddcb779114b9ab6f015246d549de9d47871a97ef9f18a \ + --hash=sha256:de8adc12161bf282c60f12dc9233bb31632f71d446a010fe7469a69b8153427f \ + --hash=sha256:e06f6d270112f5db001f1cba5a97e1a48aee3d3dbdcbea3ec027c230462dbf9b \ + --hash=sha256:e1507fc5769aa109dda4de3a15f822a0f6a03e18d627bd0ba3ddbb253cf70e07 \ + --hash=sha256:e48dde8ca83d11daa00900cf6a5d281a1297aef9b7bfa73801af6e8822be5019 \ + --hash=sha256:e706f302c6a3ae0d74edd0d6ace46aee1ae07c563b436ccf5ff04db2b3571e60 \ + --hash=sha256:eb2e51d01b9c6d6954a3e055c57a80d4685b4fc82719db5519fc153566bcd6bb \ + --hash=sha256:ed52461ae5a9ea4c400d38e2649c74a413f1a6d8fb8308b66f1fbd122514732f \ + --hash=sha256:ef3925daaa93eed20401012e219f569ff0c039ed5bf4ce2d3737b4f75d441622 \ + --hash=sha256:f31314fd2e2f3dc3e519e6f93669462ce7953df2def1c344aa8f5345976d0eb2 \ + --hash=sha256:f3a70f341c4c111bad910d2df69c78577a98af140319a996af24c9385939335d \ + --hash=sha256:f8b77779174b1b40aa70827692571ab457061897846255ad7d5d559e2edb1932 \ + --hash=sha256:fe2a68be734e8e88af23385c68d6467e15818b6b1df1cbfebf7bff577226c957 rdflib==7.0.0 ; python_version >= "3.11" and python_version < "3.12" \ --hash=sha256:0438920912a642c866a513de6fe8a0001bd86ef975057d6962c79ce4771687cd \ --hash=sha256:9995eb8569428059b8c1affd26b25eac510d64f5043d9ce8c84e0d0036e995ae redis==5.0.3 ; python_version >= "3.11" and python_version < "3.12" \ --hash=sha256:4973bae7444c0fbed64a06b87446f79361cb7e4ec1538c022d696ed7a5015580 \ --hash=sha256:5da9b8fe9e1254293756c16c008e8620b3d15fcc6dde6babde9541850e72a32d -requests-oauthlib==1.3.1 ; python_version >= "3.11" and python_version < "3.12" \ - --hash=sha256:2577c501a2fb8d05a304c09d090d6e47c306fef15809d102b327cf8364bddab5 \ - --hash=sha256:75beac4a47881eeb94d5ea5d6ad31ef88856affe2332b9aafb52c6452ccf0d7a +requests-oauthlib==1.4.0 ; python_version >= "3.11" and python_version < "3.12" \ + --hash=sha256:7a3130d94a17520169e38db6c8d75f2c974643788465ecc2e4b36d288bf13033 \ + --hash=sha256:acee623221e4a39abcbb919312c8ff04bd44e7e417087fb4bd5e2a2f53d5e79a requests-toolbelt==1.0.0 ; python_version >= "3.11" and python_version < "3.12" \ --hash=sha256:7681a0a3d047012b5bdc0ee37d7f8f07ebe76ab08caeccfc3921ce23c88d5bc6 \ --hash=sha256:cccfdd665f0a24fcf4726e690f65639d272bb0637b9b92dfd91a5568ccf6bd06 requests==2.31.0 ; python_version >= "3.11" and python_version < "3.12" \ --hash=sha256:58cd2187c01e70e6e26505bca751777aa9f2ee0b7f4300988b709f44e013003f \ --hash=sha256:942c5a758f98d790eaed1a29cb6eefc7ffb0d1cf7af05c3d2791656dbd6ad1e1 -rich==13.7.0 ; python_version >= "3.11" and python_version < "3.12" \ - --hash=sha256:5cb5123b5cf9ee70584244246816e9114227e0b98ad9176eede6ad54bf5403fa \ - --hash=sha256:6da14c108c4866ee9520bbffa71f6fe3962e193b7da68720583850cd4548e235 +rich==13.7.1 ; python_version >= "3.11" and python_version < "3.12" \ + --hash=sha256:4edbae314f59eb482f54e9e30bf00d33350aaa94f4bfcd4e9e3110e64d0d7222 \ + --hash=sha256:9be308cb1fe2f1f57d67ce99e95af38a1e2bc71ad9813b0e247cf7ffbcc3a432 rigour==0.5.1 ; python_version >= "3.11" and python_version < "3.12" \ --hash=sha256:bfa11fb0b4c6422ad6e61092d45f5465cdebefd384c97af6b278b6b69201257a rsa==4.9 ; python_version >= "3.11" and python_version < "3.12" \ @@ -1644,12 +1644,12 @@ scipy==1.12.0 ; python_version >= "3.11" and python_version < "3.12" \ --hash=sha256:e7e76cc48638228212c747ada851ef355c2bb5e7f939e10952bc504c11f4e372 \ --hash=sha256:f5f00ebaf8de24d14b8449981a2842d404152774c1a1d880c901bf454cb8e2a1 \ --hash=sha256:f7ce148dffcd64ade37b2df9315541f9adad6efcaa86866ee7dd5db0c8f041c3 -setuptools==69.1.1 ; python_version >= "3.11" and python_version < "3.12" \ - --hash=sha256:02fa291a0471b3a18b2b2481ed902af520c69e8ae0919c13da936542754b4c56 \ - --hash=sha256:5c0806c7d9af348e6dd3777b4f4dbb42c7ad85b190104837488eab9a7c945cf8 -shortuuid==1.0.11 ; python_version >= "3.11" and python_version < "3.12" \ - --hash=sha256:27ea8f28b1bd0bf8f15057a3ece57275d2059d2b0bb02854f02189962c13b6aa \ - --hash=sha256:fc75f2615914815a8e4cb1501b3a513745cb66ef0fd5fc6fb9f8c3fa3481f789 +setuptools==69.2.0 ; python_version >= "3.11" and python_version < "3.12" \ + --hash=sha256:0ff4183f8f42cd8fa3acea16c45205521a4ef28f73c6391d8a25e92893134f2e \ + --hash=sha256:c21c49fb1042386df081cb5d86759792ab89efca84cf114889191cd09aacc80c +shortuuid==1.0.13 ; python_version >= "3.11" and python_version < "3.12" \ + --hash=sha256:3bb9cf07f606260584b1df46399c0b87dd84773e7b25912b7e391e30797c5e72 \ + --hash=sha256:a482a497300b49b4953e15108a7913244e1bb0d41f9d332f5e9925dba33a3c5a six==1.16.0 ; python_version >= "3.11" and python_version < "3.12" \ --hash=sha256:1e61c37477a1626458e36f7b1d82aa5c9b094fa4802892072e49de9c60c4c926 \ --hash=sha256:8abb2f1d86890a2dfb989f9a77cfcfd3e47c2a354b01111771326f8aa26e0254 @@ -1723,18 +1723,18 @@ textual==0.52.1 ; python_version >= "3.11" and python_version < "3.12" \ threadpoolctl==3.3.0 ; python_version >= "3.11" and python_version < "3.12" \ --hash=sha256:5dac632b4fa2d43f42130267929af3ba01399ef4bd1882918e92dbc30365d30c \ --hash=sha256:6155be1f4a39f31a18ea70f94a77e0ccd57dced08122ea61109e7da89883781e -traitlets==5.14.1 ; python_version >= "3.11" and python_version < "3.12" \ - --hash=sha256:2e5a030e6eff91737c643231bfcf04a65b0132078dad75e4936700b213652e74 \ - --hash=sha256:8585105b371a04b8316a43d5ce29c098575c2e477850b62b848b964f1444527e +traitlets==5.14.2 ; python_version >= "3.11" and python_version < "3.12" \ + --hash=sha256:8cdd83c040dab7d1dee822678e5f5d100b514f7b72b01615b26fc5718916fdf9 \ + --hash=sha256:fcdf85684a772ddeba87db2f398ce00b40ff550d1528c03c14dbf6a02003cd80 typer==0.9.0 ; python_version >= "3.11" and python_version < "3.12" \ --hash=sha256:50922fd79aea2f4751a8e0408ff10d2662bd0c8bbfa84755a699f3bada2978b2 \ --hash=sha256:5d96d986a21493606a358cae4461bd8cdf83cbf33a5aa950ae629ca3b51467ee -types-pyyaml==6.0.12.12 ; python_version >= "3.11" and python_version < "3.12" \ - --hash=sha256:334373d392fde0fdf95af5c3f1661885fa10c52167b14593eb856289e1855062 \ - --hash=sha256:c05bc6c158facb0676674b7f11fe3960db4f389718e19e62bd2b84d6205cfd24 -typing-extensions==4.9.0 ; python_version >= "3.11" and python_version < "3.12" \ - --hash=sha256:23478f88c37f27d76ac8aee6c905017a143b0b1b886c3c9f66bc2fd94f9f5783 \ - --hash=sha256:af72aea155e91adfc61c3ae9e0e342dbc0cba726d6cba4b6c72c1f34e47291cd +types-pyyaml==6.0.12.20240311 ; python_version >= "3.11" and python_version < "3.12" \ + --hash=sha256:a9e0f0f88dc835739b0c1ca51ee90d04ca2a897a71af79de9aec5f38cb0a5342 \ + --hash=sha256:b845b06a1c7e54b8e5b4c683043de0d9caf205e7434b3edc678ff2411979b8f6 +typing-extensions==4.10.0 ; python_version >= "3.11" and python_version < "3.12" \ + --hash=sha256:69b1a937c3a517342112fb4c6df7e72fc39a38e7891a5730ed4985b5214b5475 \ + --hash=sha256:b0abd7c89e8fb96f98db18d86106ff1d90ab692004eb746cf6eda2682f91b3cb typing-inspect==0.9.0 ; python_version >= "3.11" and python_version < "3.12" \ --hash=sha256:9ee6fc59062311ef8547596ab6b955e1b8aa46242d854bfc78f4f6b0eff35f9f \ --hash=sha256:b23fc42ff6f6ef6954e4852c1fb512cdd18dbea03134f91f856a95ccc9461f78 From 0b8dea95d4c502157e1b515a0e627bd80395080c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20W=C3=B6rpel?= Date: Thu, 14 Mar 2024 10:14:42 +0100 Subject: [PATCH 18/18] =?UTF-8?q?=F0=9F=94=96=20Bump=20version:=200.6.0=20?= =?UTF-8?q?=E2=86=92=200.6.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- VERSION | 2 +- ftmq/__init__.py | 2 +- pyproject.toml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 6418af9f..f84a03f1 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.6.0 +current_version = 0.6.1 commit = True tag = True message = 🔖 Bump version: {current_version} → {new_version} diff --git a/VERSION b/VERSION index a918a2aa..ee6cdce3 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.6.0 +0.6.1 diff --git a/ftmq/__init__.py b/ftmq/__init__.py index 214c5384..43452749 100644 --- a/ftmq/__init__.py +++ b/ftmq/__init__.py @@ -1,4 +1,4 @@ from ftmq.query import Query -__version__ = "0.6.0" +__version__ = "0.6.1" __all__ = ["Query"] diff --git a/pyproject.toml b/pyproject.toml index 24b49040..ce5d9b5f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "ftmq" -version = "0.6.0" +version = "0.6.1" description = "followthemoney query dsl and io helpers" authors = ["Simon Wörpel "] license = "MIT"